Skip to content
Failed

Console Output

Skipping 1,623 KB.. Full Log
37: [ RUN      ] std_algorithms_find_if_team_test.predicates_return_true
37: [       OK ] std_algorithms_find_if_team_test.predicates_return_true (281 ms)
37: [ RUN      ] std_algorithms_find_if_team_test.predicates_return_false
37: [       OK ] std_algorithms_find_if_team_test.predicates_return_false (283 ms)
37: [----------] 2 tests from std_algorithms_find_if_team_test (565 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 (281 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 (276 ms)
37: [----------] 2 tests from std_algorithms_find_if_not_team_test (558 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 (281 ms)
37: [----------] 1 test from std_algorithms_all_of_team_test (281 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 (271 ms)
37: [----------] 1 test from std_algorithms_any_of_team_test (271 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 (275 ms)
37: [----------] 1 test from std_algorithms_none_of_team_test (275 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 (414 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 (298 ms)
37: [----------] 2 tests from std_algorithms_search_n_team_test (713 ms total)
37: 
37: [----------] Global test environment tear-down
37: [==========] 11 tests from 7 test suites ran. (3242 ms total)
37: [  PASSED  ] 11 tests.
37/52 Test #37: Kokkos_AlgorithmsUnitTest_StdSet_Team_C ....................   Passed    3.25 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 (622 ms)
38: [----------] 1 test from std_algorithms_min_element_team_test (622 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 (586 ms)
38: [----------] 1 test from std_algorithms_max_element_team_test (586 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 (629 ms)
38: [----------] 1 test from std_algorithms_minmax_element_team_test (629 ms total)
38: 
38: [----------] Global test environment tear-down
38: [==========] 3 tests from 3 test suites ran. (1838 ms total)
38: [  PASSED  ] 3 tests.
38/52 Test #38: Kokkos_AlgorithmsUnitTest_StdSet_Team_D ....................   Passed    1.84 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 (386 ms)
39: [----------] 1 test from std_algorithms_fill_team_test (386 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 (52 ms)
39: [----------] 1 test from std_algorithms_fill_n_team_test (52 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 (603 ms)
39: [----------] 1 test from std_algorithms_replace_team_test (603 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 (479 ms)
39: [----------] 1 test from std_algorithms_replace_if_team_test (479 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 (503 ms)
39: [----------] 1 test from std_algorithms_replace_copy_team_test (503 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 (404 ms)
39: [----------] 1 test from std_algorithms_replace_copy_if_team_test (404 ms total)
39: 
39: [----------] Global test environment tear-down
39: [==========] 6 tests from 6 test suites ran. (2429 ms total)
39: [  PASSED  ] 6 tests.
39/52 Test #39: Kokkos_AlgorithmsUnitTest_StdSet_Team_E ....................   Passed    2.44 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 (393 ms)
40: [----------] 1 test from std_algorithms_reverse_team_test (393 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 (416 ms)
40: [----------] 1 test from std_algorithms_reverse_copy_team_test (416 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 (251 ms)
40: [----------] 1 test from std_algorithms_rotate_team_test (251 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 (255 ms)
40: [----------] 1 test from std_algorithms_rotate_copy_team_test (255 ms total)
40: 
40: [----------] Global test environment tear-down
40: [==========] 4 tests from 4 test suites ran. (1317 ms total)
40: [  PASSED  ] 4 tests.
40/52 Test #40: Kokkos_AlgorithmsUnitTest_StdSet_Team_F ....................   Passed    1.32 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 (585 ms)
41: [----------] 1 test from std_algorithms_move_team_test (585 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 (655 ms)
41: [----------] 1 test from std_algorithms_move_backward_team_test (656 ms total)
41: 
41: [----------] 1 test from std_algorithms_shift_left_team_test
41: [ RUN      ] std_algorithms_shift_left_team_test.test
33: Test_Atomic<unsigned long int>/100000/iterations:10            4.06 s          4.04 s            10          1            8    2.59478m         2.0234m     114.31u     4.99995G          25.406k     4.99995G
41: [       OK ] std_algorithms_shift_left_team_test.test (1120 ms)
41: [----------] 1 test from std_algorithms_shift_left_team_test (1120 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 (1129 ms)
41: [----------] 1 test from std_algorithms_shift_right_team_test (1130 ms total)
41: 
41: [----------] Global test environment tear-down
41: [==========] 4 tests from 4 test suites ran. (3492 ms total)
41: [  PASSED  ] 4 tests.
41/52 Test #41: Kokkos_AlgorithmsUnitTest_StdSet_Team_G ....................   Passed    3.50 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 (791 ms)
42: [----------] 1 test from std_algorithms_copy_team_test (791 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 (60 ms)
42: [----------] 1 test from std_algorithms_copy_n_team_test (61 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 (664 ms)
42: [----------] 1 test from std_algorithms_copy_backward_team_test (664 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 (547 ms)
42: [----------] 1 test from std_algorithms_copy_if_team_test (547 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 (654 ms)
42: [----------] 1 test from std_algorithms_unique_copy_team_test (654 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 (478 ms)
42: [----------] 1 test from std_algorithms_remove_team_test (478 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 (456 ms)
42: [----------] 1 test from std_algorithms_remove_if_team_test (456 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 (542 ms)
42: [----------] 1 test from std_algorithms_remove_copy_team_test (542 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 (411 ms)
42: [----------] 1 test from std_algorithms_remove_copy_if_team_test (411 ms total)
42: 
42: [----------] Global test environment tear-down
42: [==========] 9 tests from 9 test suites ran. (4607 ms total)
42: [  PASSED  ] 9 tests.
42/52 Test #42: Kokkos_AlgorithmsUnitTest_StdSet_Team_H ....................   Passed    4.61 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 (665 ms)
43: [----------] 1 test from std_algorithms_unique_team_test (665 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 (882 ms)
43: [----------] 1 test from std_algorithms_adjacent_difference_team_test (882 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 (803 ms)
43: [----------] 1 test from std_algorithms_reduce_team_test (803 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 (1632 ms)
43: [----------] 1 test from std_algorithms_transform_reduce_team_test (1632 ms total)
43: 
43: [----------] Global test environment tear-down
43: [==========] 4 tests from 4 test suites ran. (3984 ms total)
43: [  PASSED  ] 4 tests.
43/52 Test #43: Kokkos_AlgorithmsUnitTest_StdSet_Team_I ....................   Passed    3.99 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 (615 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 (414 ms)
44: [----------] 2 tests from std_algorithms_is_sorted_team_test (1030 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 (0 ms)
44: [ RUN      ] std_algorithms_is_sorted_until_team_test.test_trivialB
44: [       OK ] std_algorithms_is_sorted_until_team_test.test_trivialB (0 ms)
44: [ RUN      ] std_algorithms_is_sorted_until_team_test.test_nontrivialA
44: [       OK ] std_algorithms_is_sorted_until_team_test.test_nontrivialA (430 ms)
44: [ RUN      ] std_algorithms_is_sorted_until_team_test.test_nontrivialB
44: [       OK ] std_algorithms_is_sorted_until_team_test.test_nontrivialB (589 ms)
44: [----------] 4 tests from std_algorithms_is_sorted_until_team_test (1020 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 (279 ms)
44: [ RUN      ] std_algorithms_is_partitioned_team_test.all_false
44: [       OK ] std_algorithms_is_partitioned_team_test.all_false (280 ms)
44: [ RUN      ] std_algorithms_is_partitioned_team_test.random
44: [       OK ] std_algorithms_is_partitioned_team_test.random (193 ms)
44: [----------] 4 tests from std_algorithms_is_partitioned_team_test (753 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 (0 ms)
44: [ RUN      ] std_algorithms_partition_copy_team_test.all_true
44: [       OK ] std_algorithms_partition_copy_team_test.all_true (615 ms)
44: [ RUN      ] std_algorithms_partition_copy_team_test.all_false
44: [       OK ] std_algorithms_partition_copy_team_test.all_false (606 ms)
44: [ RUN      ] std_algorithms_partition_copy_team_test.random
44: [       OK ] std_algorithms_partition_copy_team_test.random (527 ms)
44: [----------] 4 tests from std_algorithms_partition_copy_team_test (1750 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 (292 ms)
44: [ RUN      ] std_algorithms_partition_point_team_test.all_false
44: [       OK ] std_algorithms_partition_point_team_test.all_false (275 ms)
44: [ RUN      ] std_algorithms_partition_point_team_test.random
44: [       OK ] std_algorithms_partition_point_team_test.random (181 ms)
44: [----------] 4 tests from std_algorithms_partition_point_team_test (749 ms total)
44: 
44: [----------] Global test environment tear-down
44: [==========] 18 tests from 5 test suites ran. (5306 ms total)
44: [  PASSED  ] 18 tests.
44/52 Test #44: Kokkos_AlgorithmsUnitTest_StdSet_Team_L ....................   Passed    5.31 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 (960 ms)
45: [ RUN      ] std_algorithms_transform_team_test.test_binary_op
45: [       OK ] std_algorithms_transform_team_test.test_binary_op (1074 ms)
45: [----------] 2 tests from std_algorithms_transform_team_test (2035 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 (2615 ms)
45: [----------] 1 test from std_algorithms_generate_team_test (2615 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 (62 ms)
45: [----------] 1 test from std_algorithms_generate_n_team_test (62 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 (1177 ms)
45: [----------] 1 test from std_algorithms_swap_ranges_team_test (1177 ms total)
45: 
45: [----------] Global test environment tear-down
45: [==========] 5 tests from 4 test suites ran. (5890 ms total)
45: [  PASSED  ] 5 tests.
45/52 Test #45: Kokkos_AlgorithmsUnitTest_StdSet_Team_M ....................   Passed    5.90 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 (2043 ms)
46: [----------] 1 test from std_algorithms_exclusive_scan_team_test (2043 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 (1001 ms)
46: [----------] 1 test from std_algorithms_transform_exclusive_scan_team_test (1001 ms total)
46: 
46: [----------] Global test environment tear-down
46: [==========] 2 tests from 2 test suites ran. (3045 ms total)
46: [  PASSED  ] 2 tests.
46/52 Test #46: Kokkos_AlgorithmsUnitTest_StdSet_Team_P ....................   Passed    3.05 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 (3016 ms)
47: [----------] 1 test from std_algorithms_inclusive_scan_team_test (3016 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 (1865 ms)
47: [----------] 1 test from std_algorithms_transform_inclusive_scan_team_test (1865 ms total)
47: 
47: [----------] Global test environment tear-down
47: [==========] 2 tests from 2 test suites ran. (4881 ms total)
47: [  PASSED  ] 2 tests.
47/52 Test #47: Kokkos_AlgorithmsUnitTest_StdSet_Team_Q ....................   Passed    4.89 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-06_T05-31-14.json"
48: Working Directory: /var/jenkins/workspace/Kokkos_nightly/build/algorithms/perf_test
48: Test timeout computed to be: 600
48: 2025-12-06T06:05:02+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.05, 1.31, 2.69
48: CPU architecture: none
48: Default Device: Serial
48: GIT_BRANCH: HEAD
48: GIT_CLEAN_STATUS: CLEAN
48: GIT_COMMIT_DATE: 2025-12-05T07:52:34-05:00
48: GIT_COMMIT_DESCRIPTION: Merge pull request #8710 from janciesko/EnableMDSpanTestConversion
48: GIT_COMMIT_HASH: 1b2243d1c
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: 537053f83150f1b6f7528c1d961866d8628abc2e
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.268 s         0.268 s             3  5.95908/s       1.6k          1
48: BM_inclusive_scan<std::int64_t>/100000000/manual_time                   0.268 s         0.268 s             3  5.97153/s       1.6k          1
33: Test_Atomic<unsigned long long int>/100000/iterations:10       4.09 s          4.07 s            10          1            8    2.53687m        1.79447m     115.62u     4.99995G           4.606k     4.99995G
48: BM_inclusive_scan<double>/100000000/manual_time                         0.339 s         0.338 s             2  4.72188/s       1.6k          1
48: BM_inclusive_scan<std::uint64_t, SumFunctor>/100000000/manual_time      0.266 s         0.266 s             3  6.00952/s       1.6k          1
48: BM_inclusive_scan<std::int64_t, SumFunctor>/100000000/manual_time       0.265 s         0.265 s             3  6.04538/s       1.6k          1
48: BM_inclusive_scan<double, SumFunctor>/100000000/manual_time             0.340 s         0.340 s             2  4.71207/s       1.6k          1
48: BM_inclusive_scan<std::uint64_t, MaxFunctor>/100000000/manual_time      0.297 s         0.297 s             2  5.37926/s       1.6k          1
48: BM_inclusive_scan<std::int64_t, MaxFunctor>/100000000/manual_time       0.334 s         0.334 s             2  4.79506/s       1.6k          1
48: BM_inclusive_scan<double, MaxFunctor>/100000000/manual_time             0.282 s         0.282 s             2  5.68199/s       1.6k          1
48/52 Test #48: Kokkos_PerformanceTest_InclusiveScan .......................   Passed   29.05 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-06_T05-31-14.json"
49: Working Directory: /var/jenkins/workspace/Kokkos_nightly/build/algorithms/perf_test
49: Test timeout computed to be: 600
49: 2025-12-06T06:05:31+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.03, 1.29, 2.65
49: CPU architecture: none
49: Default Device: Serial
49: GIT_BRANCH: HEAD
49: GIT_CLEAN_STATUS: CLEAN
49: GIT_COMMIT_DATE: 2025-12-05T07:52:34-05:00
49: GIT_COMMIT_DESCRIPTION: Merge pull request #8710 from janciesko/EnableMDSpanTestConversion
49: GIT_COMMIT_HASH: 1b2243d1c
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: 537053f83150f1b6f7528c1d961866d8628abc2e
49: platform: 64bit
49: ------------------------------------------------------------------------------------------
49: Benchmark                                     Time             CPU   Iterations  FOM: rate
49: ------------------------------------------------------------------------------------------
49: Random64/N:2097152/K:1/real_time          30090 us        29728 us           23 69.6968M/s
49: Random64/N:2097152/K:256/real_time      3543823 us      3542604 us            1 151.495M/s
49: Random1024/N:2097152/K:1/real_time        43148 us        43118 us           16 48.6032M/s
49: Random1024/N:2097152/K:256/real_time    4213566 us      4212441 us            1 127.415M/s
49/52 Test #49: Kokkos_PerformanceTest_Random ..............................   Passed    9.99 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 (0 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 (1 ms total)
50: 
50: [----------] Global test environment tear-down
50: [==========] 22 tests from 1 test suite ran. (1 ms total)
50: [  PASSED  ] 22 tests.
50/52 Test #50: Kokkos_UnitTest_SIMD .......................................   Passed    0.00 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.00 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 8.700000e-06s (relocatable) vs. 4.600000e-07s (inline)
52: 1.000000e+02 3.800000e-07s (relocatable) vs. 2.000000e-07s (inline)
52: 1.000000e+03 2.280000e-06s (relocatable) vs. 3.500000e-07s (inline)
52: 1.000000e+04 2.106000e-05s (relocatable) vs. 1.290000e-06s (inline)
52: 1.000000e+05 2.090980e-04s (relocatable) vs. 1.073000e-05s (inline)
52: 1.000000e+06 2.124073e-03s (relocatable) vs. 1.098890e-04s (inline)
52: 1.000000e+07 2.114907e-02s (relocatable) vs. 1.062112e-03s (inline)
52: 1.000000e+08 2.107370e-01s (relocatable) vs. 1.063115e-02s (inline)
52/52 Test #52: Kokkos_Example_RelocatableFunction .........................   Passed    0.25 sec

100% tests passed, 0 tests failed out of 52

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

Total Test time (real) = 948.37 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/20251206-0100/Update.xml to https://my.cdash.org/submit.php?project=Kokkos&FileName=ornl-jenkins___GCC-15-CXX26___20251206-0100-Nightly___XML___Update.xml&build=GCC-15-CXX26&site=ornl-jenkins&stamp=20251206-0100-Nightly&MD5=db4fcc61d66d2ebfc5f424c9fa07615c Size: 554
   Uploaded: /var/jenkins/workspace/Kokkos_nightly/build/Testing/20251206-0100/Update.xml
   Upload file: /var/jenkins/workspace/Kokkos_nightly/build/Testing/20251206-0100/Configure.xml to https://my.cdash.org/submit.php?project=Kokkos&FileName=ornl-jenkins___GCC-15-CXX26___20251206-0100-Nightly___XML___Configure.xml&build=GCC-15-CXX26&site=ornl-jenkins&stamp=20251206-0100-Nightly&MD5=fd0e398a0babc51f87a7bd60c988f153 Size: 6095
   Uploaded: /var/jenkins/workspace/Kokkos_nightly/build/Testing/20251206-0100/Configure.xml
   Upload file: /var/jenkins/workspace/Kokkos_nightly/build/Testing/20251206-0100/Build.xml to https://my.cdash.org/submit.php?project=Kokkos&FileName=ornl-jenkins___GCC-15-CXX26___20251206-0100-Nightly___XML___Build.xml&build=GCC-15-CXX26&site=ornl-jenkins&stamp=20251206-0100-Nightly&MD5=1f3d43cb0d6ca2352622242c4726a64b Size: 1019
   Uploaded: /var/jenkins/workspace/Kokkos_nightly/build/Testing/20251206-0100/Build.xml
   Upload file: /var/jenkins/workspace/Kokkos_nightly/build/Testing/20251206-0100/Test.xml to https://my.cdash.org/submit.php?project=Kokkos&FileName=ornl-jenkins___GCC-15-CXX26___20251206-0100-Nightly___XML___Test.xml&build=GCC-15-CXX26&site=ornl-jenkins&stamp=20251206-0100-Nightly&MD5=7fb98dd34ceda8ec3c0c7c3c19e8dca4 Size: 94629
   Uploaded: /var/jenkins/workspace/Kokkos_nightly/build/Testing/20251206-0100/Test.xml
   Upload file: /var/jenkins/workspace/Kokkos_nightly/build/Testing/20251206-0100/Done.xml to https://my.cdash.org/submit.php?project=Kokkos&FileName=ornl-jenkins___GCC-15-CXX26___20251206-0100-Nightly___XML___Done.xml&build=GCC-15-CXX26&site=ornl-jenkins&stamp=20251206-0100-Nightly&MD5=60cb0a0a9fbf4a9593bf0888c0a81b2f Size: 107
   Uploaded: /var/jenkins/workspace/Kokkos_nightly/build/Testing/20251206-0100/Done.xml
   Submission successful
Post stage
[Pipeline] xunit
INFO: Processing CTest-Version 3.x (default)
[Pipeline] }
$ docker stop --time=1 5187118501d1a42e8aea20ebd584b54d1d14fd96f56e34c1cb1f76c06b253087
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 5187118501d1a42e8aea20ebd584b54d1d14fd96f56e34c1cb1f76c06b253087
[Pipeline] // withDockerContainer
[Pipeline] }
[Pipeline] // withEnv
[Pipeline] }
[Pipeline] // node
[Pipeline] }
[Pipeline] // stage
[Pipeline] }
33: Test_Atomic<float>/100000/iterations:10                        3.55 s          3.54 s            10          0            4   0.0102027        1.81571m     911.21u     4.99995G          55.032k     4.99989G
33: Test_Atomic<double>/100000/iterations:10                       4.07 s          4.05 s            10          1            8   0.0104637        1.85168m     911.11u     4.99995G          56.894k     4.99995G
33/62 Test #33: Kokkos_PerformanceTest_Atomic ..............................   Passed  278.77 sec
test 34
      Start 34: Kokkos_PerformanceTest_Reduction

34: Test command: /var/jenkins/workspace/Kokkos_nightly/build/core/perf_test/Kokkos_PerformanceTest_Reduction "--benchmark_counters_tabular=true" "--benchmark_out=Kokkos_PerformanceTest_Reduction_2025-12-06_T05-32-02.json"
34: Test timeout computed to be: 600
34: 2025-12-06T06:06:26+00:00
34: Running /var/jenkins/workspace/Kokkos_nightly/build/core/perf_test/Kokkos_PerformanceTest_Reduction
34: Run on (64 X 3290.57 MHz CPU s)
34: CPU Caches:
34:   L1 Data 32 KiB (x32)
34:   L1 Instruction 32 KiB (x32)
34:   L2 Unified 512 KiB (x32)
34:   L3 Unified 16384 KiB (x16)
34: Load Average: 2.05, 2.76, 5.53
34: APU or dGPU: dGPU
34: Architecture capable of accessing system allocated memory: 1
34: CPU architecture: none
34: Default Device: HIP
34: GPU architecture: AMD_GFX908
34: Is Large Bar: 1
34: KOKKOS_COMPILER_CLANG: 2000
34: KOKKOS_ENABLE_ASM: no
34: KOKKOS_ENABLE_CXX20: yes
34: KOKKOS_ENABLE_CXX23: no
34: KOKKOS_ENABLE_CXX26: no
34: KOKKOS_ENABLE_DEBUG_BOUNDS_CHECK: no
34: KOKKOS_ENABLE_HIP: yes
34: KOKKOS_ENABLE_HIP_RELOCATABLE_DEVICE_CODE: yes
34: KOKKOS_ENABLE_HWLOC: no
34: KOKKOS_ENABLE_LIBDL: yes
34: KOKKOS_ENABLE_PRAGMA_IVDEP: no
34: KOKKOS_ENABLE_PRAGMA_LOOPCOUNT: no
34: KOKKOS_ENABLE_PRAGMA_UNROLL: no
34: KOKKOS_ENABLE_PRAGMA_VECTOR: no
34: KOKKOS_ENABLE_SERIAL: yes
34: Kernel reports HMM module via `CONFIG_HMM_MIRROR=y` in `/boot/config`: no
34: Kokkos Version: 5.0.99
34: Kokkos::HIP[ 0 ] gcnArch gfx908:sramecc+:xnack-: Selected
34: Shared Memory per Block: 64 KiB
34: Supports Managed Memory: 1
34: System allows accessing system allocated memory on GPU: 0
34: Total Global Memory: 31.98 GiB
34: Wavefront Size: 64
34: XNACK environment variable set: no
34: desul atomics version: 79f928075837ffb5d302aae188e0ec7b7a79ae94
34: macro  HIP_VERSION: 70051831 = version 7.0.51831
34: macro  KOKKOS_ENABLE_HIP: defined
34: macro KOKKOS_ENABLE_IMPL_HIP_MALLOC_ASYNC: yes
34: macro KOKKOS_ENABLE_ROCTHRUST: defined
34: mdspan: enabled
34: mdspan version: 537053f83150f1b6f7528c1d961866d8628abc2e
34: platform: 64bit
34: ----------------------------------------------------------------------------------------------------
34: Benchmark                                                          Time             CPU   Iterations
34: ----------------------------------------------------------------------------------------------------
34: ReductionCheapScalarResult<double>/10000/iterations:10          43.9 us         43.6 us           10
34: ReductionCheapScalarResult<double>/100000/iterations:10         44.5 us         44.5 us           10
34: ReductionCheapScalarResult<double>/1000000/iterations:10        53.5 us         53.0 us           10
34: ReductionCheapScalarResult<double>/10000000/iterations:10        154 us          153 us           10
34: ReductionCheapHostResult<double>/10000/iterations:10            40.3 us         39.1 us           10
34: ReductionCheapHostResult<double>/100000/iterations:10           41.2 us         41.2 us           10
34: ReductionCheapHostResult<double>/1000000/iterations:10          52.6 us         52.6 us           10
34: ReductionCheapHostResult<double>/10000000/iterations:10          160 us          159 us           10
34: ReductionCheapDeviceResult<double>/10000/iterations:10          25.1 us         24.4 us           10
34: ReductionCheapDeviceResult<double>/100000/iterations:10         27.1 us         27.1 us           10
34: ReductionCheapDeviceResult<double>/1000000/iterations:10        37.4 us         36.6 us           10
34: ReductionCheapDeviceResult<double>/10000000/iterations:10        145 us          144 us           10
34: ReductionExpensive<double>/10000/iterations:10                   107 us          106 us           10
34: ReductionExpensive<double>/100000/iterations:10                  302 us          299 us           10
34: ReductionExpensive<double>/1000000/iterations:10                2556 us         2546 us           10
34: ReductionExpensive<double>/10000000/iterations:10              22055 us        21991 us           10
34/62 Test #34: Kokkos_PerformanceTest_Reduction ...........................   Passed    0.62 sec
test 35
      Start 35: Kokkos_ContainersUnitTest_Serial

35: Test command: /var/jenkins/workspace/Kokkos_nightly/build/containers/unit_tests/Kokkos_ContainersUnitTest_Serial
35: Test timeout computed to be: 600
35: [==========] Running 79 tests from 2 test suites.
35: [----------] Global test environment set-up.
35: [----------] 2 tests from serial_DeathTest
35: [ RUN      ] serial_DeathTest.dualview_external_view_construction
35: [       OK ] serial_DeathTest.dualview_external_view_construction (1334 ms)
35: [ RUN      ] serial_DeathTest.offsetview_unmanaged_construction
wrapper script does not seem to be touching the log file in /var/jenkins/workspace/Kokkos_nightly@tmp/durable-a26d06cb
(JENKINS-48300: if on an extremely laggy filesystem, consider -Dorg.jenkinsci.plugins.durabletask.BourneShellScript.HEARTBEAT_CHECK_INTERVAL=86400)
[Pipeline] }
$ docker stop --time=1 1fef66d1df07df98b79250ce461b4fad8607b0fd44ae31bb42307439fbf7ea5b
$ docker rm -f --volumes 1fef66d1df07df98b79250ce461b4fad8607b0fd44ae31bb42307439fbf7ea5b
35: [       OK ] serial_DeathTest.offsetview_unmanaged_construction (15858 ms)
35: [----------] 2 tests from serial_DeathTest (17193 ms total)
35: 
35: [----------] 77 tests from serial
35: [ RUN      ] serial.bitset
35: [       OK ] serial.bitset (1163 ms)
35: [ RUN      ] serial.bitset_default_constructor_no_alloc
35: [       OK ] serial.bitset_default_constructor_no_alloc (0 ms)
35: [ RUN      ] serial.dualview_combination
35: [       OK ] serial.dualview_combination (0 ms)
35: [ RUN      ] serial.dualview_alloc
35: [       OK ] serial.dualview_alloc (0 ms)
35: [ RUN      ] serial.test_dualview_copy_construction_and_assignment
35: [       OK ] serial.test_dualview_copy_construction_and_assignment (0 ms)
35: [ RUN      ] serial.dualview_combinations_without_init
35: [       OK ] serial.dualview_combinations_without_init (0 ms)
35: [ RUN      ] serial.dualview_deep_copy
35: [       OK ] serial.dualview_deep_copy (0 ms)
35: [ RUN      ] serial.dualview_sync_should_fence
35: [       OK ] serial.dualview_sync_should_fence (0 ms)
35: [ RUN      ] serial.dualview_realloc
35: [       OK ] serial.dualview_realloc (0 ms)
35: [ RUN      ] serial.dualview_resize
35: [       OK ] serial.dualview_resize (0 ms)
35: [ RUN      ] serial.dualview_device_correct_kokkos_device
35: 
35: Kokkos::HIP::allocation WARNING: The combination of device and system configuration
35:                                  does not support page migration between device and host.
35:                                  HIPManagedSpace might not work as expected.
35:                                  Please refer to the ROCm documentation on unified/managed memory.
35: [       OK ] serial.dualview_device_correct_kokkos_device (0 ms)
35: [ RUN      ] serial.dualview_host_correct_kokkos_device
35: [       OK ] serial.dualview_host_correct_kokkos_device (0 ms)
35: [ RUN      ] serial.dualview_host_modify_template_device_sync
35: [       OK ] serial.dualview_host_modify_template_device_sync (0 ms)
35: [ RUN      ] serial.dualview_host_modify_template_device_execspace_sync
35: [       OK ] serial.dualview_host_modify_template_device_execspace_sync (0 ms)
35: [ RUN      ] serial.dualview_device_modify_template_host_sync
35: [       OK ] serial.dualview_device_modify_template_host_sync (0 ms)
35: [ RUN      ] serial.dualview_device_modify_template_host_execspace_sync
35: [       OK ] serial.dualview_device_modify_template_host_execspace_sync (0 ms)
35: [ RUN      ] serial.dualview_template_views_return_correct_executionspace_views
35: [       OK ] serial.dualview_template_views_return_correct_executionspace_views (0 ms)
35: [ RUN      ] serial.dualview_template_views_return_correct_views_from_const_dual_view
35: [       OK ] serial.dualview_template_views_return_correct_views_from_const_dual_view (0 ms)
35: [ RUN      ] serial.dualview_sequential_host_init
35: [       OK ] serial.dualview_sequential_host_init (0 ms)
35: [ RUN      ] serial.dualview_default_constructed
35: [       OK ] serial.dualview_default_constructed (0 ms)
35: [ RUN      ] serial.dualview_resize_single_device
35: [       OK ] serial.dualview_resize_single_device (0 ms)
35: [ RUN      ] serial.dynamic_view
35: [       OK ] serial.dynamic_view (6 ms)
35: [ RUN      ] serial.dyn_rank_view_api_generic
35: [       OK ] serial.dyn_rank_view_api_generic (5 ms)
35: [ RUN      ] serial.dyn_rank_view_api_operator_rank12345
35: [       OK ] serial.dyn_rank_view_api_operator_rank12345 (0 ms)
35: [ RUN      ] serial.dyn_rank_view_check_fence_resize_realloc
35: /var/jenkins/workspace/Kokkos_nightly/containers/unit_tests/TestDynViewAPI_rank12345.hpp:57: Skipped
35: skipping since not default execution space
35: [  SKIPPED ] serial.dyn_rank_view_check_fence_resize_realloc (0 ms)
35: [ RUN      ] serial.dyn_rank_view_api_operator_rank67
35: [       OK ] serial.dyn_rank_view_api_operator_rank67 (0 ms)
35: [ RUN      ] serial.dyn_rank_view_ctor_from_members
35: [       OK ] serial.dyn_rank_view_ctor_from_members (0 ms)
35: [ RUN      ] serial.dyn_rank_view_ctor_from_layout_stride
35: [       OK ] serial.dyn_rank_view_ctor_from_layout_stride (0 ms)
35: [ RUN      ] serial.dyn_rank_view_layout_member
35: [       OK ] serial.dyn_rank_view_layout_member (0 ms)
35: [ RUN      ] serial.dyn_rank_view_team_scratch
35: [       OK ] serial.dyn_rank_view_team_scratch (0 ms)
35: [ RUN      ] serial.view_customization_extra_int_arg
35: [       OK ] serial.view_customization_extra_int_arg (0 ms)
35: [ RUN      ] serial.ErrorReporterViaLambda
35: [       OK ] serial.ErrorReporterViaLambda (0 ms)
35: [ RUN      ] serial.ErrorReporter
35: [       OK ] serial.ErrorReporter (0 ms)
35: [ RUN      ] serial.ErrorReporter_label_ctor
35: [       OK ] serial.ErrorReporter_label_ctor (0 ms)
35: [ RUN      ] serial.ErrorReporter_resize
35: [       OK ] serial.ErrorReporter_resize (0 ms)
35: [ RUN      ] serial.offsetview_construction
35: [       OK ] serial.offsetview_construction (7 ms)
35: [ RUN      ] serial.offsetview_unmanaged_construction
35: [       OK ] serial.offsetview_unmanaged_construction (0 ms)
35: [ RUN      ] serial.offsetview_subview
35: [       OK ] serial.offsetview_subview (4 ms)
35: [ RUN      ] serial.offsetview_offsets_rank1
35: [       OK ] serial.offsetview_offsets_rank1 (0 ms)
35: [ RUN      ] serial.offsetview_offsets_rank2
35: [       OK ] serial.offsetview_offsets_rank2 (0 ms)
35: [ RUN      ] serial.offsetview_offsets_rank3
35: [       OK ] serial.offsetview_offsets_rank3 (0 ms)
35: [ RUN      ] serial.scatterview
35: [       OK ] serial.scatterview (1645 ms)
35: [ RUN      ] serial.scatterview_devicetype
35: [       OK ] serial.scatterview_devicetype (1 ms)
35: [ RUN      ] serial.staticcrsgraph
35: [       OK ] serial.staticcrsgraph (5 ms)
35: [ RUN      ] serial.resize_realloc_no_init_dualview
35: [       OK ] serial.resize_realloc_no_init_dualview (0 ms)
35: [ RUN      ] serial.resize_realloc_no_alloc_dualview
35: [       OK ] serial.resize_realloc_no_alloc_dualview (0 ms)
35: [ RUN      ] serial.resize_exec_space_dualview
35: [       OK ] serial.resize_exec_space_dualview (0 ms)
35: [ RUN      ] serial.realloc_exec_space_dualview
35: [       OK ] serial.realloc_exec_space_dualview (0 ms)
35: [ RUN      ] serial.resize_realloc_no_init_dynrankview
35: [       OK ] serial.resize_realloc_no_init_dynrankview (0 ms)
35: [ RUN      ] serial.resize_exec_space_dynrankview
35: [       OK ] serial.resize_exec_space_dynrankview (0 ms)
35: [ RUN      ] serial.realloc_exec_space_dynrankview
35: [       OK ] serial.realloc_exec_space_dynrankview (0 ms)
35: [ RUN      ] serial.resize_realloc_no_init_scatterview
35: [       OK ] serial.resize_realloc_no_init_scatterview (0 ms)
35: [ RUN      ] serial.resize_realloc_no_alloc_scatterview
35: [       OK ] serial.resize_realloc_no_alloc_scatterview (0 ms)
35: [ RUN      ] serial.resize_exec_space_scatterview
35: [       OK ] serial.resize_exec_space_scatterview (0 ms)
35: [ RUN      ] serial.realloc_exec_space_scatterview
35: [       OK ] serial.realloc_exec_space_scatterview (0 ms)
35: [ RUN      ] serial.create_mirror_no_init_dynrankview
35: [       OK ] serial.create_mirror_no_init_dynrankview (0 ms)
35: [ RUN      ] serial.create_mirror_no_init_dynrankview_viewctor
35: [       OK ] serial.create_mirror_no_init_dynrankview_viewctor (0 ms)
35: [ RUN      ] serial.create_mirror_view_and_copy_dynrankview
35: [       OK ] serial.create_mirror_view_and_copy_dynrankview (0 ms)
35: [ RUN      ] serial.create_mirror_no_init_offsetview
35: [       OK ] serial.create_mirror_no_init_offsetview (0 ms)
35: [ RUN      ] serial.create_mirror_no_init_offsetview_view_ctor
35: [       OK ] serial.create_mirror_no_init_offsetview_view_ctor (0 ms)
35: [ RUN      ] serial.create_mirror_view_and_copy_offsetview
35: [       OK ] serial.create_mirror_view_and_copy_offsetview (0 ms)
35: [ RUN      ] serial.create_mirror_no_init_dynamicview
35: [       OK ] serial.create_mirror_no_init_dynamicview (0 ms)
35: [ RUN      ] serial.create_mirror_view_and_copy_dynamicview
35: [       OK ] serial.create_mirror_view_and_copy_dynamicview (0 ms)
35: [ RUN      ] serial.create_mirror_no_init_dynamicview_view_ctor
35: [       OK ] serial.create_mirror_no_init_dynamicview_view_ctor (0 ms)
35: [ RUN      ] serial.UnorderedMap_insert
35: [       OK ] serial.UnorderedMap_insert (6247 ms)
35: [ RUN      ] serial.UnorderedMap_failed_insert
35: [       OK ] serial.UnorderedMap_failed_insert (2786 ms)
35: [ RUN      ] serial.UnorderedMap_deep_copy
35: [       OK ] serial.UnorderedMap_deep_copy (3 ms)
35: [ RUN      ] serial.UnorderedMap_valid_empty
35: [       OK ] serial.UnorderedMap_valid_empty (0 ms)
35: [ RUN      ] serial.UnorderedMap_clear_zero_size
35: [       OK ] serial.UnorderedMap_clear_zero_size (0 ms)
35: [ RUN      ] serial.UnorderedMap_consistent_size
35: [       OK ] serial.UnorderedMap_consistent_size (0 ms)
35: [ RUN      ] serial.UnorderedMap_shallow_copyable_on_device
35: [       OK ] serial.UnorderedMap_shallow_copyable_on_device (0 ms)
35: [ RUN      ] serial.UnorderedMap_lambda_capturable
35: [       OK ] serial.UnorderedMap_lambda_capturable (0 ms)
35: [ RUN      ] serial.UnorderedMap_constructor_view_alloc
35: [       OK ] serial.UnorderedMap_constructor_view_alloc (0 ms)
35: [ RUN      ] serial.UnorderedMap_View_as_value
35: [       OK ] serial.UnorderedMap_View_as_value (0 ms)
35: [ RUN      ] serial.vector_combination
35: [       OK ] serial.vector_combination (0 ms)
35: [ RUN      ] serial.vector_insert
35: [       OK ] serial.vector_insert (0 ms)
35: [ RUN      ] serial.vector_push_back_default_exec
35: [       OK ] serial.vector_push_back_default_exec (0 ms)
35: [----------] 77 tests from serial (11883 ms total)
35: 
35: [----------] Global test environment tear-down
35: [==========] 79 tests from 2 test suites ran. (29076 ms total)
35: [  PASSED  ] 78 tests.
35: [  SKIPPED ] 1 test, listed below:
35: [  SKIPPED ] serial.dyn_rank_view_check_fence_resize_realloc
35/62 Test #35: Kokkos_ContainersUnitTest_Serial ...........................   Passed   29.44 sec
test 36
      Start 36: Kokkos_ContainersUnitTest_HIP

36: Test command: /var/jenkins/workspace/Kokkos_nightly/build/containers/unit_tests/Kokkos_ContainersUnitTest_HIP
36: Test timeout computed to be: 600
36: [==========] Running 79 tests from 2 test suites.
36: [----------] Global test environment set-up.
36: [----------] 2 tests from hip_DeathTest
36: [ RUN      ] hip_DeathTest.dualview_external_view_construction
36: /var/jenkins/workspace/Kokkos_nightly/containers/unit_tests/TestDualView.hpp:580: Skipped
36: test only relevant if DualView uses one allocation
36: [  SKIPPED ] hip_DeathTest.dualview_external_view_construction (0 ms)
36: [ RUN      ] hip_DeathTest.offsetview_unmanaged_construction
36: [       OK ] hip_DeathTest.offsetview_unmanaged_construction (18445 ms)
36: [----------] 2 tests from hip_DeathTest (18445 ms total)
36: 
36: [----------] 77 tests from hip
36: [ RUN      ] hip.bitset
36: [       OK ] hip.bitset (16 ms)
36: [ RUN      ] hip.bitset_default_constructor_no_alloc
36: [       OK ] hip.bitset_default_constructor_no_alloc (0 ms)
36: [ RUN      ] hip.dualview_combination
36: [       OK ] hip.dualview_combination (0 ms)
36: [ RUN      ] hip.dualview_alloc
36: [       OK ] hip.dualview_alloc (0 ms)
36: [ RUN      ] hip.test_dualview_copy_construction_and_assignment
36: [       OK ] hip.test_dualview_copy_construction_and_assignment (0 ms)
36: [ RUN      ] hip.dualview_combinations_without_init
36: [       OK ] hip.dualview_combinations_without_init (0 ms)
36: [ RUN      ] hip.dualview_deep_copy
36: [       OK ] hip.dualview_deep_copy (2 ms)
36: [ RUN      ] hip.dualview_sync_should_fence
36: [       OK ] hip.dualview_sync_should_fence (14 ms)
36: [ RUN      ] hip.dualview_realloc
36: [       OK ] hip.dualview_realloc (0 ms)
36: [ RUN      ] hip.dualview_resize
36: [       OK ] hip.dualview_resize (1 ms)
36: [ RUN      ] hip.dualview_device_correct_kokkos_device
36: 
36: Kokkos::HIP::allocation WARNING: The combination of device and system configuration
36:                                  does not support page migration between device and host.
36:                                  HIPManagedSpace might not work as expected.
36:                                  Please refer to the ROCm documentation on unified/managed memory.
36: [       OK ] hip.dualview_device_correct_kokkos_device (0 ms)
36: [ RUN      ] hip.dualview_host_correct_kokkos_device
36: [       OK ] hip.dualview_host_correct_kokkos_device (0 ms)
36: [ RUN      ] hip.dualview_host_modify_template_device_sync
36: [       OK ] hip.dualview_host_modify_template_device_sync (0 ms)
36: [ RUN      ] hip.dualview_host_modify_template_device_execspace_sync
36: [       OK ] hip.dualview_host_modify_template_device_execspace_sync (0 ms)
36: [ RUN      ] hip.dualview_device_modify_template_host_sync
36: [       OK ] hip.dualview_device_modify_template_host_sync (0 ms)
36: [ RUN      ] hip.dualview_device_modify_template_host_execspace_sync
36: [       OK ] hip.dualview_device_modify_template_host_execspace_sync (0 ms)
36: [ RUN      ] hip.dualview_template_views_return_correct_executionspace_views
36: [       OK ] hip.dualview_template_views_return_correct_executionspace_views (0 ms)
36: [ RUN      ] hip.dualview_template_views_return_correct_views_from_const_dual_view
36: [       OK ] hip.dualview_template_views_return_correct_views_from_const_dual_view (0 ms)
36: [ RUN      ] hip.dualview_sequential_host_init
36: [       OK ] hip.dualview_sequential_host_init (0 ms)
36: [ RUN      ] hip.dualview_default_constructed
36: [       OK ] hip.dualview_default_constructed (0 ms)
36: [ RUN      ] hip.dualview_resize_single_device
36: [       OK ] hip.dualview_resize_single_device (0 ms)
36: [ RUN      ] hip.dynamic_view
36: [       OK ] hip.dynamic_view (42 ms)
36: [ RUN      ] hip.dyn_rank_view_api_generic
36: [       OK ] hip.dyn_rank_view_api_generic (6 ms)
36: [ RUN      ] hip.dyn_rank_view_api_operator_rank12345
36: [       OK ] hip.dyn_rank_view_api_operator_rank12345 (0 ms)
36: [ RUN      ] hip.dyn_rank_view_check_fence_resize_realloc
36: [       OK ] hip.dyn_rank_view_check_fence_resize_realloc (0 ms)
36: [ RUN      ] hip.dyn_rank_view_api_operator_rank67
36: [       OK ] hip.dyn_rank_view_api_operator_rank67 (0 ms)
36: [ RUN      ] hip.dyn_rank_view_ctor_from_members
36: [       OK ] hip.dyn_rank_view_ctor_from_members (0 ms)
36: [ RUN      ] hip.dyn_rank_view_ctor_from_layout_stride
36: [       OK ] hip.dyn_rank_view_ctor_from_layout_stride (0 ms)
36: [ RUN      ] hip.dyn_rank_view_layout_member
36: [       OK ] hip.dyn_rank_view_layout_member (0 ms)
36: [ RUN      ] hip.dyn_rank_view_team_scratch
36: [       OK ] hip.dyn_rank_view_team_scratch (5 ms)
36: [ RUN      ] hip.view_customization_extra_int_arg
36: [       OK ] hip.view_customization_extra_int_arg (0 ms)
36: [ RUN      ] hip.ErrorReporterViaLambda
36: [       OK ] hip.ErrorReporterViaLambda (0 ms)
36: [ RUN      ] hip.ErrorReporter
36: [       OK ] hip.ErrorReporter (1 ms)
36: [ RUN      ] hip.ErrorReporter_label_ctor
36: [       OK ] hip.ErrorReporter_label_ctor (0 ms)
36: [ RUN      ] hip.ErrorReporter_resize
36: [       OK ] hip.ErrorReporter_resize (0 ms)
36: [ RUN      ] hip.offsetview_construction
36: [       OK ] hip.offsetview_construction (1 ms)
36: [ RUN      ] hip.offsetview_unmanaged_construction
36: [       OK ] hip.offsetview_unmanaged_construction (0 ms)
36: [ RUN      ] hip.offsetview_subview
36: [       OK ] hip.offsetview_subview (0 ms)
36: [ RUN      ] hip.offsetview_offsets_rank1
36: [       OK ] hip.offsetview_offsets_rank1 (0 ms)
36: [ RUN      ] hip.offsetview_offsets_rank2
36: [       OK ] hip.offsetview_offsets_rank2 (0 ms)
36: [ RUN      ] hip.offsetview_offsets_rank3
36: [       OK ] hip.offsetview_offsets_rank3 (0 ms)
36: [ RUN      ] hip.scatterview
36: [       OK ] hip.scatterview (28309 ms)
36: [ RUN      ] hip.scatterview_devicetype
36: [       OK ] hip.scatterview_devicetype (48652 ms)
36: [ RUN      ] hip.staticcrsgraph
36: [       OK ] hip.staticcrsgraph (13 ms)
36: [ RUN      ] hip.resize_realloc_no_init_dualview
36: [       OK ] hip.resize_realloc_no_init_dualview (0 ms)
36: [ RUN      ] hip.resize_realloc_no_alloc_dualview
36: [       OK ] hip.resize_realloc_no_alloc_dualview (0 ms)
36: [ RUN      ] hip.resize_exec_space_dualview
36: [       OK ] hip.resize_exec_space_dualview (0 ms)
36: [ RUN      ] hip.realloc_exec_space_dualview
36: [       OK ] hip.realloc_exec_space_dualview (0 ms)
36: [ RUN      ] hip.resize_realloc_no_init_dynrankview
36: [       OK ] hip.resize_realloc_no_init_dynrankview (0 ms)
36: [ RUN      ] hip.resize_exec_space_dynrankview
36: [       OK ] hip.resize_exec_space_dynrankview (0 ms)
36: [ RUN      ] hip.realloc_exec_space_dynrankview
36: [       OK ] hip.realloc_exec_space_dynrankview (0 ms)
36: [ RUN      ] hip.resize_realloc_no_init_scatterview
36: [       OK ] hip.resize_realloc_no_init_scatterview (0 ms)
36: [ RUN      ] hip.resize_realloc_no_alloc_scatterview
36: [       OK ] hip.resize_realloc_no_alloc_scatterview (0 ms)
36: [ RUN      ] hip.resize_exec_space_scatterview
36: [       OK ] hip.resize_exec_space_scatterview (0 ms)
36: [ RUN      ] hip.realloc_exec_space_scatterview
36: [       OK ] hip.realloc_exec_space_scatterview (0 ms)
36: [ RUN      ] hip.create_mirror_no_init_dynrankview
36: [       OK ] hip.create_mirror_no_init_dynrankview (0 ms)
36: [ RUN      ] hip.create_mirror_no_init_dynrankview_viewctor
36: [       OK ] hip.create_mirror_no_init_dynrankview_viewctor (0 ms)
36: [ RUN      ] hip.create_mirror_view_and_copy_dynrankview
36: [       OK ] hip.create_mirror_view_and_copy_dynrankview (0 ms)
36: [ RUN      ] hip.create_mirror_no_init_offsetview
36: [       OK ] hip.create_mirror_no_init_offsetview (0 ms)
36: [ RUN      ] hip.create_mirror_no_init_offsetview_view_ctor
36: [       OK ] hip.create_mirror_no_init_offsetview_view_ctor (0 ms)
36: [ RUN      ] hip.create_mirror_view_and_copy_offsetview
36: [       OK ] hip.create_mirror_view_and_copy_offsetview (0 ms)
36: [ RUN      ] hip.create_mirror_no_init_dynamicview
36: [       OK ] hip.create_mirror_no_init_dynamicview (0 ms)
36: [ RUN      ] hip.create_mirror_view_and_copy_dynamicview
36: [       OK ] hip.create_mirror_view_and_copy_dynamicview (0 ms)
36: [ RUN      ] hip.create_mirror_no_init_dynamicview_view_ctor
36: [       OK ] hip.create_mirror_no_init_dynamicview_view_ctor (0 ms)
36: [ RUN      ] hip.UnorderedMap_insert
36: [       OK ] hip.UnorderedMap_insert (2797 ms)
36: [ RUN      ] hip.UnorderedMap_failed_insert
36: [       OK ] hip.UnorderedMap_failed_insert (870 ms)
36: [ RUN      ] hip.UnorderedMap_deep_copy
36: [       OK ] hip.UnorderedMap_deep_copy (5 ms)
36: [ RUN      ] hip.UnorderedMap_valid_empty
36: [       OK ] hip.UnorderedMap_valid_empty (1 ms)
36: [ RUN      ] hip.UnorderedMap_clear_zero_size
36: [       OK ] hip.UnorderedMap_clear_zero_size (0 ms)
36: [ RUN      ] hip.UnorderedMap_consistent_size
36: [       OK ] hip.UnorderedMap_consistent_size (0 ms)
36: [ RUN      ] hip.UnorderedMap_shallow_copyable_on_device
36: [       OK ] hip.UnorderedMap_shallow_copyable_on_device (0 ms)
36: [ RUN      ] hip.UnorderedMap_lambda_capturable
36: [       OK ] hip.UnorderedMap_lambda_capturable (0 ms)
36: [ RUN      ] hip.UnorderedMap_constructor_view_alloc
36: [       OK ] hip.UnorderedMap_constructor_view_alloc (0 ms)
36: [ RUN      ] hip.UnorderedMap_View_as_value
36: [       OK ] hip.UnorderedMap_View_as_value (0 ms)
36: [ RUN      ] hip.vector_combination
36: [       OK ] hip.vector_combination (0 ms)
36: [ RUN      ] hip.vector_insert
36: [       OK ] hip.vector_insert (0 ms)
36: [ RUN      ] hip.vector_push_back_default_exec
36: [       OK ] hip.vector_push_back_default_exec (0 ms)
36: [----------] 77 tests from hip (80760 ms total)
36: 
36: [----------] Global test environment tear-down
36: [==========] 79 tests from 2 test suites ran. (99206 ms total)
36: [  PASSED  ] 78 tests.
36: [  SKIPPED ] 1 test, listed below:
36: [  SKIPPED ] hip_DeathTest.dualview_external_view_construction
36/62 Test #36: Kokkos_ContainersUnitTest_HIP ..............................   Passed   99.66 sec
test 37
      Start 37: Kokkos_ContainersPerformanceTest_HIP

37: Test command: /var/jenkins/workspace/Kokkos_nightly/build/containers/performance_tests/Kokkos_ContainersPerformanceTest_HIP
37: Test timeout computed to be: 600
37: [==========] Running 4 tests from 1 test suite.
37: [----------] Global test environment set-up.
37: [----------] 4 tests from TEST_CATEGORY
37: [ RUN      ] TEST_CATEGORY.dynrankview_perf
37: HIP
37:  DynRankView vs View: Initialization Only 
37:  View time (init only): 0.00108531
37:  View sum computation time: 0.00108531
37:  Strided View time (init only): 0.00113746
37:  View Rank7 time (init only): 0.00112244
37:  DynRankView time (init only): 0.00109112
37:  DynRankView sum computation time: 0.00136198
37:  Ratio of View to DynRankView time: 0.994674
37:  Ratio of View to DynRankView sum computation time: 0.968361
37:  Ratio of View to View Rank7  time: 0.966921
37:  Ratio of StrideView to DynRankView time: 1.04247
37:  Ratio of DynRankView to View Rank7  time: 0.972098
37: [       OK ] TEST_CATEGORY.dynrankview_perf (10 ms)
37: [ RUN      ] TEST_CATEGORY.global_2_local
37: HIP
37: size, create, generate, fill, find
37: 256, 0.000297649, 2.0518e-05, 0.00522525, 0.00432265
37: 512, 0.000279185, 1.5469e-05, 3.4034e-05, 0.00422687
37: 1024, 0.00023896, 1.6602e-05, 3.2261e-05, 0.0042212
37: 2048, 0.00023921, 1.4647e-05, 3.4585e-05, 0.00429806
37: 4096, 0.000237727, 1.4317e-05, 3.6318e-05, 0.00433673
37: 8192, 0.000241464, 1.4377e-05, 3.3954e-05, 0.00435631
37: 16384, 0.000314771, 1.4658e-05, 3.6589e-05, 0.00438583
37: 32768, 0.000243748, 1.4928e-05, 3.8452e-05, 0.00451702
37: 65536, 0.000243017, 1.5048e-05, 4.6538e-05, 0.00482365
37: 131072, 0.000344367, 1.5229e-05, 6.9782e-05, 0.00556863
37: 262144, 0.000386396, 1.6651e-05, 0.000118693, 0.00803726
37: 524288, 0.000459033, 1.7643e-05, 0.000291427, 0.0114355
37: 1048576, 0.000473831, 2.2883e-05, 0.000717469, 0.0226195
37: 2097152, 0.000520879, 3.0958e-05, 0.00160098, 0.0499444
37: 4194304, 0.000612501, 4.4735e-05, 0.00359089, 0.120782
37: [       OK ] TEST_CATEGORY.global_2_local (277 ms)
37: [ RUN      ] TEST_CATEGORY.unordered_map_performance_near
37: skipping test
37: [       OK ] TEST_CATEGORY.unordered_map_performance_near (0 ms)
37: [ RUN      ] TEST_CATEGORY.unordered_map_performance_far
37: skipping test
37: [       OK ] TEST_CATEGORY.unordered_map_performance_far (0 ms)
37: [----------] 4 tests from TEST_CATEGORY (288 ms total)
37: 
37: [----------] Global test environment tear-down
37: [==========] 4 tests from 1 test suite ran. (288 ms total)
37: [  PASSED  ] 4 tests.
37/62 Test #37: Kokkos_ContainersPerformanceTest_HIP .......................   Passed    0.63 sec
test 38
      Start 38: Kokkos_UnitTest_Sort

38: Test command: /var/jenkins/workspace/Kokkos_nightly/build/algorithms/unit_tests/Kokkos_UnitTest_Sort
38: Test timeout computed to be: 600
38: [==========] Running 17 tests from 2 test suites.
38: [----------] Global test environment set-up.
38: [----------] 1 test from hip_DeathTest
38: [ RUN      ] hip_DeathTest.SortByKeyKeysLargerThanValues
38: [       OK ] hip_DeathTest.SortByKeyKeysLargerThanValues (3011 ms)
38: [----------] 1 test from hip_DeathTest (3011 ms total)
38: 
38: [----------] 16 tests from hip
38: [ RUN      ] hip.SortUnsignedValueType
38: [       OK ] hip.SortUnsignedValueType (17 ms)
38: [ RUN      ] hip.SortEmptyView
38: [       OK ] hip.SortEmptyView (0 ms)
38: [ RUN      ] hip.SortByKeyEmptyView
38: [       OK ] hip.SortByKeyEmptyView (0 ms)
38: [ RUN      ] hip.SortByKeyEmptyViewHost
38: [       OK ] hip.SortByKeyEmptyViewHost (0 ms)
38: [ RUN      ] hip.SortByKey
38: [       OK ] hip.SortByKey (1 ms)
38: [ RUN      ] hip.SortByKeyWithComparator
38: [       OK ] hip.SortByKeyWithComparator (1 ms)
38: [ RUN      ] hip.SortByKeyStaticExtents
38: [       OK ] hip.SortByKeyStaticExtents (0 ms)
38: [ RUN      ] hip.SortByKeyWithStrides
38: [       OK ] hip.SortByKeyWithStrides (0 ms)
38: [ RUN      ] hip.SortWithCustomComparator
38: [       OK ] hip.SortWithCustomComparator (90 ms)
38: [ RUN      ] hip.BinSortGenericTests
38: [       OK ] hip.BinSortGenericTests (10 ms)
38: [ RUN      ] hip.BinSortEmptyView
38: [       OK ] hip.BinSortEmptyView (0 ms)
38: [ RUN      ] hip.BinSortEmptyKeysView
38: [       OK ] hip.BinSortEmptyKeysView (0 ms)
38: [ RUN      ] hip.BinSort_issue_7221
38: [       OK ] hip.BinSort_issue_7221 (0 ms)
38: [ RUN      ] hip.BinSortUnsignedKeyLayoutStrideValues
38: [       OK ] hip.BinSortUnsignedKeyLayoutStrideValues (10450 ms)
38: [ RUN      ] hip.NestedSort
38: [       OK ] hip.NestedSort (37 ms)
38: [ RUN      ] hip.NestedSortByKey
38: [       OK ] hip.NestedSortByKey (108 ms)
38: [----------] 16 tests from hip (10718 ms total)
38: 
38: [----------] Global test environment tear-down
38: [==========] 17 tests from 2 test suites ran. (13729 ms total)
38: [  PASSED  ] 17 tests.
38/62 Test #38: Kokkos_UnitTest_Sort .......................................   Passed   14.13 sec
test 39
      Start 39: Kokkos_UnitTest_Random

39: Test command: /var/jenkins/workspace/Kokkos_nightly/build/algorithms/unit_tests/Kokkos_UnitTest_Random
39: Test timeout computed to be: 600
39: [==========] Running 3 tests from 1 test suite.
39: [----------] Global test environment set-up.
39: [----------] 3 tests from hip
39: [ RUN      ] hip.Random_XorShift64
39: Test Seed:1765001331071813924
39: Test Scalar=int
39:  -- Testing randomness properties
39:  -- Testing 1-D histogram
39: Density 1D: 6.45775e-07 -0.0184074 -0.0192031 || 0.051031 27911 29282 || 29212.1 28674.4 || -265.463 -2.0744
39:  -- Testing 3-D histogram
39: Density 3D: 6.5082e-07 -0.0112191 -0.00135426 || 0.051031 1e+64 -1e+64
39: Test Scalar=unsigned int
39:  -- Testing randomness properties
39:  -- Testing 1-D histogram
39: Density 1D: 6.43252e-07 -0.00387285 -0.00140567 || 0.051031 28025 29378 || 28785.9 28674.4 || -19.432 -2.0744
39:  -- Testing 3-D histogram
39: Density 3D: 6.43252e-07 -0.0143368 0.00426216 || 0.051031 1e+64 -1e+64
39: Test Scalar=int64_t
39:  -- Testing randomness properties
39:  -- Testing 1-D histogram
39: Density 1D: 6.43252e-07 -0.00798416 0.023546 || 0.051031 28030 29348 || 28905.2 28674.4 || 325.5 -2.0744
39:  -- Testing 3-D histogram
39: Density 3D: 6.43252e-07 0.0190006 -0.00785299 || 0.051031 1e+64 -1e+64
39: Test Scalar=uint64_t
39:  -- Testing randomness properties
39:  -- Testing 1-D histogram
39: Density 1D: 6.43252e-07 -0.0155365 -0.0290454 || 0.051031 28015 29404 || 29126.9 28674.4 || -401.523 -2.0744
39:  -- Testing 3-D histogram
39: Density 3D: 6.43252e-07 0.0123816 -0.00998244 || 0.051031 1e+64 -1e+64
39: Test Scalar=half
39:  -- Testing randomness properties
39:  -- Testing 1-D histogram
39: Density 1D: 0.000244518 -0.99999 -48249.6 || 0.051031 0 195432 || 2.92891e+09 28674.4 || -6.67002e+08 -2.0744
39:  -- Testing 3-D histogram
39: Density 3D: 0.00073245 -0.312974 0.163728 || 0.051031 1e+64 -1e+64
39: Test Scalar=bhalf
39:  -- Testing randomness properties
39:  -- Testing 1-D histogram
39: Density 1D: 0.00195952 -0.999999 -57857.1 || 0.051031 0 1.55128e+06 || 2.86885e+10 28674.4 || -7.99816e+08 -2.0744
39:  -- Testing 3-D histogram
39: Density 3D: 0.0058888 -0.967796 10.2302 || 0.051031 1e+64 -1e+64
39: Test Scalar=float
39:  -- Testing randomness properties
39:  -- Testing 1-D histogram
39: Density 1D: 6.88658e-07 0.00237471 -0.00415399 || 0.051031 28029 29326 || 28606.5 28674.4 || -57.4248 -2.0744
39:  -- Testing 3-D histogram
39: Density 3D: 7.7947e-07 0.0083238 0.00618437 || 0.051031 1e+64 -1e+64
39: Test Scalar=double
39:  -- Testing randomness properties
39:  -- Testing 1-D histogram
39: Density 1D: 6.43252e-07 -0.0180931 0.0208208 || 0.051031 27989 29354 || 29202.8 28674.4 || 287.827 -2.0744
39:  -- Testing 3-D histogram
39: Density 3D: 6.43252e-07 0.0030943 -0.00235937 || 0.051031 1e+64 -1e+64
39: Test Seed:1765001331227874578
39: Test Scalar=int
39:  -- Testing randomness properties
39:  -- Testing 1-D histogram
39: Density 1D: 6.43252e-07 -0.0140625 0.00379679 || 0.051031 28079 29294 || 29083.4 28674.4 || 52.4868 -2.0744
39:  -- Testing 3-D histogram
39: Density 3D: 6.43252e-07 -0.00774051 -0.0053137 || 0.051031 1e+64 -1e+64
39: Test Scalar=unsigned int
39:  -- Testing randomness properties
39:  -- Testing 1-D histogram
39: Density 1D: 6.43252e-07 -0.0101394 0.0151351 || 0.051031 28003 29316 || 28968.1 28674.4 || 209.227 -2.0744
39:  -- Testing 3-D histogram
39: Density 3D: 6.43252e-07 -0.00760865 0.00411041 || 0.051031 1e+64 -1e+64
39: Test Scalar=int64_t
39:  -- Testing randomness properties
39:  -- Testing 1-D histogram
39: Density 1D: 6.43252e-07 0.0178881 -0.0132181 || 0.051031 28076 29352 || 28170.5 28674.4 || -182.726 -2.0744
39:  -- Testing 3-D histogram
39: Density 3D: 6.43252e-07 0.0151302 -0.010434 || 0.051031 1e+64 -1e+64
39: Test Scalar=uint64_t
39:  -- Testing randomness properties
39:  -- Testing 1-D histogram
39: Density 1D: 6.43252e-07 -0.0149913 -0.0233331 || 0.051031 27990 29320 || 29110.8 28674.4 || -322.556 -2.0744
39:  -- Testing 3-D histogram
39: Density 3D: 6.43252e-07 -0.0051339 -0.00324119 || 0.051031 1e+64 -1e+64
39: Test Scalar=half
39:  -- Testing randomness properties
39:  -- Testing 1-D histogram
39: Density 1D: 0.000243562 -0.99999 -48248 || 0.051031 0 194972 || 2.92889e+09 28674.4 || -6.6698e+08 -2.0744
39:  -- Testing 3-D histogram
39: Density 3D: 0.000729555 -0.311195 0.14647 || 0.051031 1e+64 -1e+64
39: Test Scalar=bhalf
39:  -- Testing randomness properties
39:  -- Testing 1-D histogram
39: Density 1D: 0.00195476 -0.999999 -57857.6 || 0.051031 0 1.5526e+06 || 2.86916e+10 28674.4 || -7.99823e+08 -2.0744
39:  -- Testing 3-D histogram
39: Density 3D: 0.00587475 -0.968059 10.3941 || 0.051031 1e+64 -1e+64
39: Test Scalar=float
39:  -- Testing randomness properties
39:  -- Testing 1-D histogram
39: Density 1D: 6.68478e-07 0.00960977 -0.00527186 || 0.051031 28026 29371 || 28401.5 28674.4 || -72.8782 -2.0744
39:  -- Testing 3-D histogram
39: Density 3D: 7.18929e-07 -0.0013814 -0.00153841 || 0.051031 1e+64 -1e+64
39: Test Scalar=double
39:  -- Testing randomness properties
39:  -- Testing 1-D histogram
39: Density 1D: 6.43252e-07 0.00511814 0.0185739 || 0.051031 28084 29350 || 28528.4 28674.4 || 256.766 -2.0744
39:  -- Testing 3-D histogram
39: Density 3D: 6.43252e-07 0.00928443 -0.00199629 || 0.051031 1e+64 -1e+64
39: [       OK ] hip.Random_XorShift64 (313 ms)
39: [ RUN      ] hip.Random_XorShift1024_0
39: Test Seed:1765001331385402369
39: Test Scalar=int
39:  -- Testing randomness properties
39:  -- Testing 1-D histogram
39: Density 1D: 2.54313e-07 0.0041746 -0.00410807 || 0.051031 10980 11851 || 11329.7 11377 || -56.7899 -0.823045
39:  -- Testing 3-D histogram
39: Density 3D: 2.67029e-07 0.0175305 -0.000657787 || 0.051031 1e+64 -1e+64
39: Test Scalar=unsigned int
39:  -- Testing randomness properties
39:  -- Testing 1-D histogram
39: Density 1D: 2.47955e-07 1.16598e-05 -0.0029334 || 0.051031 10968 11810 || 11376.8 11377 || -40.5514 -0.823045
39:  -- Testing 3-D histogram
39: Density 3D: 2.47955e-07 0.00480418 0.00162708 || 0.051031 1e+64 -1e+64
39: Test Scalar=int64_t
39:  -- Testing randomness properties
39:  -- Testing 1-D histogram
39: Density 1D: 2.47955e-07 -0.00549845 0.00294196 || 0.051031 10956 11773 || 11439.9 11377 || 40.6696 -0.823045
39:  -- Testing 3-D histogram
39: Density 3D: 2.47955e-07 -0.0272453 -0.000501016 || 0.051031 1e+64 -1e+64
39: Test Scalar=uint64_t
39:  -- Testing randomness properties
39:  -- Testing 1-D histogram
39: Density 1D: 2.47955e-07 -0.0112607 -0.0104432 || 0.051031 10973 11762 || 11506.5 11377 || -144.367 -0.823045
39:  -- Testing 3-D histogram
39: Density 3D: 2.47955e-07 -0.00301086 -0.00194014 || 0.051031 1e+64 -1e+64
39: Test Scalar=half
39:  -- Testing randomness properties
39:  -- Testing 1-D histogram
39: Density 1D: 0.000245212 -0.999975 -7594.23 || 0.051031 0 77653 || 4.6101e+08 11377 || -1.04983e+08 -0.823045
39:  -- Testing 3-D histogram
39: Density 3D: 0.000735346 -0.145049 0.0190895 || 0.051031 1e+64 -1e+64
39: Test Scalar=bhalf
39:  -- Testing randomness properties
39:  -- Testing 1-D histogram
39: Density 1D: 0.00195986 -0.999997 -9108.14 || 0.051031 0 616309 || 4.51547e+09 11377 || -1.25911e+08 -0.823045
39:  -- Testing 3-D histogram
39: Density 3D: 0.00589047 -0.922664 1.61541 || 0.051031 1e+64 -1e+64
39: Test Scalar=float
39:  -- Testing randomness properties
39:  -- Testing 1-D histogram
39: Density 1D: 2.79744e-07 -0.018378 -0.00739017 || 0.051031 10915 11807 || 11590 11377 || -102.162 -0.823045
39:  -- Testing 3-D histogram
39: Density 3D: 3.43323e-07 0.000753184 -0.00245654 || 0.051031 1e+64 -1e+64
39: Test Scalar=double
39:  -- Testing randomness properties
39:  -- Testing 1-D histogram
39: Density 1D: 2.47955e-07 -0.0147937 -0.00996719 || 0.051031 10932 11869 || 11547.8 11377 || -137.786 -0.823045
39:  -- Testing 3-D histogram
39: Density 3D: 2.47955e-07 0.0267142 -0.00540453 || 0.051031 1e+64 -1e+64
39: Test Seed:1765001331508677878
39: Test Scalar=int
39:  -- Testing randomness properties
39:  -- Testing 1-D histogram
39: Density 1D: 2.54313e-07 0.00746445 -0.011517 || 0.051031 10943 11796 || 11292.7 11377 || -159.21 -0.823045
39:  -- Testing 3-D histogram
39: Density 3D: 2.67029e-07 0.000249842 0.000845013 || 0.051031 1e+64 -1e+64
39: Test Scalar=unsigned int
39:  -- Testing randomness properties
39:  -- Testing 1-D histogram
39: Density 1D: 2.47955e-07 0.00530939 -0.00712351 || 0.051031 10951 11792 || 11316.9 11377 || -98.4754 -0.823045
39:  -- Testing 3-D histogram
39: Density 3D: 2.47955e-07 -0.0174803 0.00102774 || 0.051031 1e+64 -1e+64
39: Test Scalar=int64_t
39:  -- Testing randomness properties
39:  -- Testing 1-D histogram
39: Density 1D: 2.47955e-07 0.019366 0.0068402 || 0.051031 10945 11845 || 11160.8 11377 || 94.5589 -0.823045
39:  -- Testing 3-D histogram
39: Density 3D: 2.47955e-07 -0.00348536 -0.000556212 || 0.051031 1e+64 -1e+64
39: Test Scalar=uint64_t
39:  -- Testing randomness properties
39:  -- Testing 1-D histogram
39: Density 1D: 2.47955e-07 0.0105661 0.00589515 || 0.051031 10882 11771 || 11258 11377 || 81.4946 -0.823045
39:  -- Testing 3-D histogram
39: Density 3D: 2.47955e-07 0.0201467 -0.00153731 || 0.051031 1e+64 -1e+64
39: Test Scalar=half
39:  -- Testing randomness properties
39:  -- Testing 1-D histogram
39: Density 1D: 0.00024399 -0.999975 -7595.01 || 0.051031 0 77801 || 4.61044e+08 11377 || -1.04993e+08 -0.823045
39:  -- Testing 3-D histogram
39: Density 3D: 0.000731621 -0.137251 0.0255714 || 0.051031 1e+64 -1e+64
39: Test Scalar=bhalf
39:  -- Testing randomness properties
39:  -- Testing 1-D histogram
39: Density 1D: 0.00195091 -0.999997 -9107.98 || 0.051031 0 616026 || 4.51639e+09 11377 || -1.25909e+08 -0.823045
39:  -- Testing 3-D histogram
39: Density 3D: 0.00586382 -0.922577 1.61964 || 0.051031 1e+64 -1e+64
39: Test Scalar=float
39:  -- Testing randomness properties
39:  -- Testing 1-D histogram
39: Density 1D: 2.47955e-07 0.00438126 -0.00645503 || 0.051031 10968 11792 || 11327.3 11377 || -89.2343 -0.823045
39:  -- Testing 3-D histogram
39: Density 3D: 2.47955e-07 0.0173877 -0.00179259 || 0.051031 1e+64 -1e+64
39: Test Scalar=double
39:  -- Testing randomness properties
39:  -- Testing 1-D histogram
39: Density 1D: 2.47955e-07 0.0106347 -0.00902028 || 0.051031 10962 11786 || 11257.2 11377 || -124.696 -0.823045
39:  -- Testing 3-D histogram
39: Density 3D: 2.47955e-07 -0.0118558 0.0013764 || 0.051031 1e+64 -1e+64
39: [       OK ] hip.Random_XorShift1024_0 (284 ms)
39: [ RUN      ] hip.Multi_streams
39: [       OK ] hip.Multi_streams (772 ms)
39: [----------] 3 tests from hip (1370 ms total)
39: 
39: [----------] Global test environment tear-down
39: [==========] 3 tests from 1 test suite ran. (1370 ms total)
39: [  PASSED  ] 3 tests.
39/62 Test #39: Kokkos_UnitTest_Random .....................................   Passed    1.72 sec
test 40
      Start 40: Kokkos_AlgorithmsUnitTest_StdSet_A

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

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

42: Test command: /var/jenkins/workspace/Kokkos_nightly/build/algorithms/unit_tests/Kokkos_AlgorithmsUnitTest_StdSet_C
42: Test timeout computed to be: 600
42: [==========] Running 13 tests from 10 test suites.
42: [----------] Global test environment set-up.
42: [----------] 1 test from std_algorithms_lexicographical_compare_test
42: [ RUN      ] std_algorithms_lexicographical_compare_test.test
42: [       OK ] std_algorithms_lexicographical_compare_test.test (29 ms)
42: [----------] 1 test from std_algorithms_lexicographical_compare_test (29 ms total)
42: 
42: [----------] 1 test from std_algorithms_for_each_test
42: [ RUN      ] std_algorithms_for_each_test.test
42: [       OK ] std_algorithms_for_each_test.test (65 ms)
42: [----------] 1 test from std_algorithms_for_each_test (65 ms total)
42: 
42: [----------] 1 test from std_algorithms_find_test
42: [ RUN      ] std_algorithms_find_test.test
42: [       OK ] std_algorithms_find_test.test (32 ms)
42: [----------] 1 test from std_algorithms_find_test (32 ms total)
42: 
42: [----------] 4 tests from std_algorithms_non_mod_seq_ops
42: [ RUN      ] std_algorithms_non_mod_seq_ops.find_first_of
42: [       OK ] std_algorithms_non_mod_seq_ops.find_first_of (570 ms)
42: [ RUN      ] std_algorithms_non_mod_seq_ops.find_end
42: [       OK ] std_algorithms_non_mod_seq_ops.find_end (539 ms)
42: [ RUN      ] std_algorithms_non_mod_seq_ops.search
42: [       OK ] std_algorithms_non_mod_seq_ops.search (534 ms)
42: [ RUN      ] std_algorithms_non_mod_seq_ops.search_n
42: [       OK ] std_algorithms_non_mod_seq_ops.search_n (388 ms)
42: [----------] 4 tests from std_algorithms_non_mod_seq_ops (2032 ms total)
42: 
42: [----------] 1 test from std_algorithms_count_test
42: [ RUN      ] std_algorithms_count_test.test
42: [       OK ] std_algorithms_count_test.test (22 ms)
42: [----------] 1 test from std_algorithms_count_test (22 ms total)
42: 
42: [----------] 1 test from std_algorithms_equal_test
42: [ RUN      ] std_algorithms_equal_test.test
42: [       OK ] std_algorithms_equal_test.test (19 ms)
42: [----------] 1 test from std_algorithms_equal_test (19 ms total)
42: 
42: [----------] 1 test from std_algorithms_all_any_none_of_test
42: [ RUN      ] std_algorithms_all_any_none_of_test.test
42: [       OK ] std_algorithms_all_any_none_of_test.test (31 ms)
42: [----------] 1 test from std_algorithms_all_any_none_of_test (31 ms total)
42: 
42: [----------] 1 test from std_algorithms_nonmod_seq_ops
42: [ RUN      ] std_algorithms_nonmod_seq_ops.adjacent_find
42: [       OK ] std_algorithms_nonmod_seq_ops.adjacent_find (53 ms)
42: [----------] 1 test from std_algorithms_nonmod_seq_ops (53 ms total)
42: 
42: [----------] 1 test from std_algorithms_mismatch_test
42: [ RUN      ] std_algorithms_mismatch_test.test
42: [       OK ] std_algorithms_mismatch_test.test (82 ms)
42: [----------] 1 test from std_algorithms_mismatch_test (82 ms total)
42: 
42: [----------] 1 test from std_algorithms_mod_seq_ops
42: [ RUN      ] std_algorithms_mod_seq_ops.move_backward
42: [       OK ] std_algorithms_mod_seq_ops.move_backward (76 ms)
42: [----------] 1 test from std_algorithms_mod_seq_ops (76 ms total)
42: 
42: [----------] Global test environment tear-down
42: [==========] 13 tests from 10 test suites ran. (2445 ms total)
42: [  PASSED  ] 13 tests.
42/62 Test #42: Kokkos_AlgorithmsUnitTest_StdSet_C .........................   Passed    2.81 sec
test 43
      Start 43: Kokkos_AlgorithmsUnitTest_StdSet_D

43: Test command: /var/jenkins/workspace/Kokkos_nightly/build/algorithms/unit_tests/Kokkos_AlgorithmsUnitTest_StdSet_D
43: Test timeout computed to be: 600
43: [==========] Running 31 tests from 5 test suites.
43: [----------] Global test environment set-up.
43: [----------] 3 tests from std_algorithms_mod_ops_test
43: [ RUN      ] std_algorithms_mod_ops_test.move
43: [       OK ] std_algorithms_mod_ops_test.move (0 ms)
43: [ RUN      ] std_algorithms_mod_ops_test.move_within_parfor
43: [       OK ] std_algorithms_mod_ops_test.move_within_parfor (0 ms)
43: [ RUN      ] std_algorithms_mod_ops_test.iter_swap_static_view
43: [       OK ] std_algorithms_mod_ops_test.iter_swap_static_view (0 ms)
43: [----------] 3 tests from std_algorithms_mod_ops_test (0 ms total)
43: 
43: [----------] 12 tests from std_algorithms_mod_seq_ops_test
43: [ RUN      ] std_algorithms_mod_seq_ops_test.copy
43: [       OK ] std_algorithms_mod_seq_ops_test.copy (0 ms)
43: [ RUN      ] std_algorithms_mod_seq_ops_test.copy_view
43: [       OK ] std_algorithms_mod_seq_ops_test.copy_view (0 ms)
43: [ RUN      ] std_algorithms_mod_seq_ops_test.copy_n
43: [       OK ] std_algorithms_mod_seq_ops_test.copy_n (0 ms)
43: [ RUN      ] std_algorithms_mod_seq_ops_test.copy_backward
43: [       OK ] std_algorithms_mod_seq_ops_test.copy_backward (0 ms)
43: [ RUN      ] std_algorithms_mod_seq_ops_test.reverse_copy
43: [       OK ] std_algorithms_mod_seq_ops_test.reverse_copy (0 ms)
43: [ RUN      ] std_algorithms_mod_seq_ops_test.fill
43: [       OK ] std_algorithms_mod_seq_ops_test.fill (0 ms)
43: [ RUN      ] std_algorithms_mod_seq_ops_test.fill_n
43: [       OK ] std_algorithms_mod_seq_ops_test.fill_n (0 ms)
43: [ RUN      ] std_algorithms_mod_seq_ops_test.transform_from_fixture_unary_op
43: [       OK ] std_algorithms_mod_seq_ops_test.transform_from_fixture_unary_op (0 ms)
43: [ RUN      ] std_algorithms_mod_seq_ops_test.transform_from_fixture_binary_op
43: [       OK ] std_algorithms_mod_seq_ops_test.transform_from_fixture_binary_op (0 ms)
43: [ RUN      ] std_algorithms_mod_seq_ops_test.generate
43: [       OK ] std_algorithms_mod_seq_ops_test.generate (0 ms)
43: [ RUN      ] std_algorithms_mod_seq_ops_test.generate_n
43: [       OK ] std_algorithms_mod_seq_ops_test.generate_n (0 ms)
43: [ RUN      ] std_algorithms_mod_seq_ops_test.swap_ranges
43: [       OK ] std_algorithms_mod_seq_ops_test.swap_ranges (1 ms)
43: [----------] 12 tests from std_algorithms_mod_seq_ops_test (5 ms total)
43: 
43: [----------] 4 tests from std_algorithms_replace_ops_test
43: [ RUN      ] std_algorithms_replace_ops_test.replace
43: [       OK ] std_algorithms_replace_ops_test.replace (39 ms)
43: [ RUN      ] std_algorithms_replace_ops_test.replace_if
43: [       OK ] std_algorithms_replace_ops_test.replace_if (89 ms)
43: [ RUN      ] std_algorithms_replace_ops_test.replace_copy
43: [       OK ] std_algorithms_replace_ops_test.replace_copy (69 ms)
43: [ RUN      ] std_algorithms_replace_ops_test.replace_copy_if
43: [       OK ] std_algorithms_replace_ops_test.replace_copy_if (64 ms)
43: [----------] 4 tests from std_algorithms_replace_ops_test (262 ms total)
43: 
43: [----------] 11 tests from std_algorithms_mod_seq_ops
43: [ RUN      ] std_algorithms_mod_seq_ops.copy_if
43: [       OK ] std_algorithms_mod_seq_ops.copy_if (44 ms)
43: [ RUN      ] std_algorithms_mod_seq_ops.unique
43: [       OK ] std_algorithms_mod_seq_ops.unique (95 ms)
43: [ RUN      ] std_algorithms_mod_seq_ops.unique_copy
43: [       OK ] std_algorithms_mod_seq_ops.unique_copy (60 ms)
43: [ RUN      ] std_algorithms_mod_seq_ops.remove
43: [       OK ] std_algorithms_mod_seq_ops.remove (39 ms)
43: [ RUN      ] std_algorithms_mod_seq_ops.remove_if
43: [       OK ] std_algorithms_mod_seq_ops.remove_if (44 ms)
43: [ RUN      ] std_algorithms_mod_seq_ops.remove_copy
43: [       OK ] std_algorithms_mod_seq_ops.remove_copy (88 ms)
43: [ RUN      ] std_algorithms_mod_seq_ops.remove_copy_if
43: [       OK ] std_algorithms_mod_seq_ops.remove_copy_if (43 ms)
43: [ RUN      ] std_algorithms_mod_seq_ops.rotate
43: [       OK ] std_algorithms_mod_seq_ops.rotate (550 ms)
43: [ RUN      ] std_algorithms_mod_seq_ops.rotate_copy
43: [       OK ] std_algorithms_mod_seq_ops.rotate_copy (334 ms)
43: [ RUN      ] std_algorithms_mod_seq_ops.shift_left
43: [       OK ] std_algorithms_mod_seq_ops.shift_left (819 ms)
43: [ RUN      ] std_algorithms_mod_seq_ops.shift_right
43: [       OK ] std_algorithms_mod_seq_ops.shift_right (819 ms)
43: [----------] 11 tests from std_algorithms_mod_seq_ops (2940 ms total)
43: 
43: [----------] 1 test from std_algorithms_modseq_test
43: [ RUN      ] std_algorithms_modseq_test.reverse
43: [       OK ] std_algorithms_modseq_test.reverse (66 ms)
43: [----------] 1 test from std_algorithms_modseq_test (66 ms total)
43: 
43: [----------] Global test environment tear-down
43: [==========] 31 tests from 5 test suites ran. (3276 ms total)
43: [  PASSED  ] 31 tests.
43/62 Test #43: Kokkos_AlgorithmsUnitTest_StdSet_D .........................   Passed    3.64 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 (14 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 (27 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 (41 ms)
44: [----------] 1 test from std_algorithms_partitioning_ops (41 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 (13 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 (98 ms)
44: [----------] 1 test from std_algorithms_numerics_ops_test (98 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 (778 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 (713 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 (228 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 (390 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 (2111 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 (49 ms)
44: [----------] 1 test from std_algorithms_transform_ops_test (49 ms total)
44: 
44: [----------] Global test environment tear-down
44: [==========] 29 tests from 7 test suites ran. (2345 ms total)
44: [  PASSED  ] 29 tests.
44/62 Test #44: Kokkos_AlgorithmsUnitTest_StdSet_E .........................   Passed    2.73 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 (545 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 (545 ms)
45: [----------] 2 tests from std_algorithms_adjacent_find_team_test (1091 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 (273 ms)
45: [ RUN      ] std_algorithms_count_team_test.count_returns_zero
45: [       OK ] std_algorithms_count_team_test.count_returns_zero (248 ms)
45: [----------] 2 tests from std_algorithms_count_team_test (521 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 (293 ms)
45: [----------] 1 test from std_algorithms_count_if_team_test (293 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 (363 ms)
45: [----------] 1 test from std_algorithms_for_each_team_test (363 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 (399 ms)
45: [----------] 1 test from std_algorithms_for_each_n_team_test (399 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 (597 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 (572 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 (563 ms)
45: [----------] 3 tests from std_algorithms_lexicographical_compare_team_test (1734 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 (625 ms)
45: [ RUN      ] std_algorithms_mismatch_team_test.views_are_not_equal
45: [       OK ] std_algorithms_mismatch_team_test.views_are_not_equal (848 ms)
45: [----------] 2 tests from std_algorithms_mismatch_team_test (1474 ms total)
45: 
45: [----------] Global test environment tear-down
45: [==========] 12 tests from 7 test suites ran. (5877 ms total)
45: [  PASSED  ] 12 tests.
45/62 Test #45: Kokkos_AlgorithmsUnitTest_StdSet_Team_A ....................   Passed    6.22 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 (942 ms)
46: [ RUN      ] std_algorithms_equal_team_test.views_are_not_equal
46: [       OK ] std_algorithms_equal_team_test.views_are_not_equal (1284 ms)
46: [----------] 2 tests from std_algorithms_equal_team_test (2226 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 (553 ms)
46: [ RUN      ] std_algorithms_search_team_test.sequences_do_not_exist
46: [       OK ] std_algorithms_search_team_test.sequences_do_not_exist (559 ms)
46: [----------] 2 tests from std_algorithms_search_team_test (1113 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 (636 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 (641 ms)
46: [----------] 2 tests from std_algorithms_find_end_team_test (1278 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 (599 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 (797 ms)
46: [----------] 2 tests from std_algorithms_find_first_of_team_test (1396 ms total)
46: 
46: [----------] Global test environment tear-down
46: [==========] 8 tests from 4 test suites ran. (6015 ms total)
46: [  PASSED  ] 8 tests.
46/62 Test #46: Kokkos_AlgorithmsUnitTest_StdSet_Team_B ....................   Passed    6.35 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 (259 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 (262 ms)
47: [----------] 2 tests from std_algorithms_find_team_test (521 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 (253 ms)
47: [ RUN      ] std_algorithms_find_if_team_test.predicates_return_false
47: [       OK ] std_algorithms_find_if_team_test.predicates_return_false (261 ms)
47: [----------] 2 tests from std_algorithms_find_if_team_test (514 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 (266 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 (252 ms)
47: [----------] 2 tests from std_algorithms_find_if_not_team_test (519 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 (258 ms)
47: [----------] 1 test from std_algorithms_all_of_team_test (258 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 (249 ms)
47: [----------] 1 test from std_algorithms_any_of_team_test (249 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 (257 ms)
47: [----------] 1 test from std_algorithms_none_of_team_test (257 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 (293 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 (275 ms)
47: [----------] 2 tests from std_algorithms_search_n_team_test (568 ms total)
47: 
47: [----------] Global test environment tear-down
47: [==========] 11 tests from 7 test suites ran. (2889 ms total)
47: [  PASSED  ] 11 tests.
47/62 Test #47: Kokkos_AlgorithmsUnitTest_StdSet_Team_C ....................   Passed    3.23 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 (581 ms)
48: [----------] 1 test from std_algorithms_min_element_team_test (582 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 (579 ms)
48: [----------] 1 test from std_algorithms_max_element_team_test (579 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 (616 ms)
48: [----------] 1 test from std_algorithms_minmax_element_team_test (616 ms total)
48: 
48: [----------] Global test environment tear-down
48: [==========] 3 tests from 3 test suites ran. (1778 ms total)
48: [  PASSED  ] 3 tests.
48/62 Test #48: Kokkos_AlgorithmsUnitTest_StdSet_Team_D ....................   Passed    2.11 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 (264 ms)
49: [----------] 1 test from std_algorithms_fill_team_test (265 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 (465 ms)
49: [----------] 1 test from std_algorithms_fill_n_team_test (465 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 (382 ms)
49: [----------] 1 test from std_algorithms_replace_team_test (382 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 (325 ms)
49: [----------] 1 test from std_algorithms_replace_if_team_test (325 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 (364 ms)
49: [----------] 1 test from std_algorithms_replace_copy_team_test (365 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 (397 ms)
49: [----------] 1 test from std_algorithms_replace_copy_if_team_test (397 ms total)
49: 
49: [----------] Global test environment tear-down
49: [==========] 6 tests from 6 test suites ran. (2201 ms total)
49: [  PASSED  ] 6 tests.
49/62 Test #49: Kokkos_AlgorithmsUnitTest_StdSet_Team_E ....................   Passed    2.55 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 (282 ms)
50: [----------] 1 test from std_algorithms_reverse_team_test (282 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 (352 ms)
50: [----------] 1 test from std_algorithms_reverse_copy_team_test (352 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 (638 ms)
50: [----------] 1 test from std_algorithms_rotate_team_test (638 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 (770 ms)
50: [----------] 1 test from std_algorithms_rotate_copy_team_test (770 ms total)
50: 
50: [----------] Global test environment tear-down
50: [==========] 4 tests from 4 test suites ran. (2043 ms total)
50: [  PASSED  ] 4 tests.
50/62 Test #50: Kokkos_AlgorithmsUnitTest_StdSet_Team_F ....................   Passed    2.38 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 (470 ms)
51: [----------] 1 test from std_algorithms_move_team_test (470 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 (465 ms)
51: [----------] 1 test from std_algorithms_move_backward_team_test (465 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 (1605 ms)
51: [----------] 1 test from std_algorithms_shift_left_team_test (1605 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 (1591 ms)
51: [----------] 1 test from std_algorithms_shift_right_team_test (1591 ms total)
51: 
51: [----------] Global test environment tear-down
51: [==========] 4 tests from 4 test suites ran. (4133 ms total)
51: [  PASSED  ] 4 tests.
51/62 Test #51: Kokkos_AlgorithmsUnitTest_StdSet_Team_G ....................   Passed    4.47 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 (571 ms)
52: [----------] 1 test from std_algorithms_copy_team_test (571 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 (586 ms)
52: [----------] 1 test from std_algorithms_copy_n_team_test (586 ms total)
52: 
52: [----------] 1 test from std_algorithms_copy_backward_team_test
52: [ RUN      ] std_algorithms_copy_backward_team_test.test
52: [       OK ] std_algorithms_copy_backward_team_test.test (468 ms)
52: [----------] 1 test from std_algorithms_copy_backward_team_test (468 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 (428 ms)
52: [----------] 1 test from std_algorithms_copy_if_team_test (428 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 (546 ms)
52: [----------] 1 test from std_algorithms_unique_copy_team_test (546 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 (454 ms)
52: [----------] 1 test from std_algorithms_remove_team_test (454 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 (411 ms)
52: [----------] 1 test from std_algorithms_remove_if_team_test (411 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 (459 ms)
52: [----------] 1 test from std_algorithms_remove_copy_team_test (460 ms total)
52: 
52: [----------] 1 test from std_algorithms_remove_copy_if_team_test
52: [ RUN      ] std_algorithms_remove_copy_if_team_test.test
ERROR: Timeout after 180 seconds
52: [       OK ] std_algorithms_remove_copy_if_team_test.test (388 ms)
52: [----------] 1 test from std_algorithms_remove_copy_if_team_test (388 ms total)
52: 
52: [----------] Global test environment tear-down
52: [==========] 9 tests from 9 test suites ran. (4315 ms total)
52: [  PASSED  ] 9 tests.
52/62 Test #52: Kokkos_AlgorithmsUnitTest_StdSet_Team_H ....................   Passed    4.67 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
[Pipeline] // withDockerContainer
[Pipeline] }
[Pipeline] // withEnv
[Pipeline] }
[Pipeline] // node
[Pipeline] }
[Pipeline] // stage
[Pipeline] }
Failed in branch spack-cuda
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 (794 ms)
53: [----------] 1 test from std_algorithms_adjacent_difference_team_test (794 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 (848 ms)
53: [----------] 1 test from std_algorithms_reduce_team_test (848 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 (1431 ms)
53: [----------] 1 test from std_algorithms_transform_reduce_team_test (1431 ms total)
53: 
53: [----------] Global test environment tear-down
53: [==========] 4 tests from 4 test suites ran. (3724 ms total)
53: [  PASSED  ] 4 tests.
53/62 Test #53: Kokkos_AlgorithmsUnitTest_StdSet_Team_I ....................   Passed    4.06 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 (510 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 (420 ms)
54: [----------] 2 tests from std_algorithms_is_sorted_team_test (930 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 (24 ms)
54: [ RUN      ] std_algorithms_is_sorted_until_team_test.test_trivialB
54: [       OK ] std_algorithms_is_sorted_until_team_test.test_trivialB (32 ms)
54: [ RUN      ] std_algorithms_is_sorted_until_team_test.test_nontrivialA
54: [       OK ] std_algorithms_is_sorted_until_team_test.test_nontrivialA (334 ms)
54: [ RUN      ] std_algorithms_is_sorted_until_team_test.test_nontrivialB
54: [       OK ] std_algorithms_is_sorted_until_team_test.test_nontrivialB (450 ms)
54: [----------] 4 tests from std_algorithms_is_sorted_until_team_test (842 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 (12 ms)
54: [ RUN      ] std_algorithms_is_partitioned_team_test.all_true
54: [       OK ] std_algorithms_is_partitioned_team_test.all_true (215 ms)
54: [ RUN      ] std_algorithms_is_partitioned_team_test.all_false
54: [       OK ] std_algorithms_is_partitioned_team_test.all_false (218 ms)
54: [ RUN      ] std_algorithms_is_partitioned_team_test.random
54: [       OK ] std_algorithms_is_partitioned_team_test.random (162 ms)
54: [----------] 4 tests from std_algorithms_is_partitioned_team_test (608 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 (20 ms)
54: [ RUN      ] std_algorithms_partition_copy_team_test.all_true
54: [       OK ] std_algorithms_partition_copy_team_test.all_true (544 ms)
54: [ RUN      ] std_algorithms_partition_copy_team_test.all_false
54: [       OK ] std_algorithms_partition_copy_team_test.all_false (535 ms)
54: [ RUN      ] std_algorithms_partition_copy_team_test.random
54: [       OK ] std_algorithms_partition_copy_team_test.random (483 ms)
54: [----------] 4 tests from std_algorithms_partition_copy_team_test (1584 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 (12 ms)
54: [ RUN      ] std_algorithms_partition_point_team_test.all_true
54: [       OK ] std_algorithms_partition_point_team_test.all_true (211 ms)
54: [ RUN      ] std_algorithms_partition_point_team_test.all_false
54: [       OK ] std_algorithms_partition_point_team_test.all_false (212 ms)
54: [ RUN      ] std_algorithms_partition_point_team_test.random
54: [       OK ] std_algorithms_partition_point_team_test.random (156 ms)
54: [----------] 4 tests from std_algorithms_partition_point_team_test (593 ms total)
54: 
54: [----------] Global test environment tear-down
54: [==========] 18 tests from 5 test suites ran. (4558 ms total)
54: [  PASSED  ] 18 tests.
54/62 Test #54: Kokkos_AlgorithmsUnitTest_StdSet_Team_L ....................   Passed    4.90 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 (616 ms)
55: [ RUN      ] std_algorithms_transform_team_test.test_binary_op
55: [       OK ] std_algorithms_transform_team_test.test_binary_op (797 ms)
55: [----------] 2 tests from std_algorithms_transform_team_test (1414 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 (1346 ms)
55: [----------] 1 test from std_algorithms_generate_team_test (1346 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 (473 ms)
55: [----------] 1 test from std_algorithms_generate_n_team_test (473 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 (721 ms)
55: [----------] 1 test from std_algorithms_swap_ranges_team_test (721 ms total)
55: 
55: [----------] Global test environment tear-down
55: [==========] 5 tests from 4 test suites ran. (3956 ms total)
55: [  PASSED  ] 5 tests.
55/62 Test #55: Kokkos_AlgorithmsUnitTest_StdSet_Team_M ....................   Passed    4.30 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 (1627 ms)
56: [----------] 1 test from std_algorithms_exclusive_scan_team_test (1627 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 (825 ms)
56: [----------] 1 test from std_algorithms_transform_exclusive_scan_team_test (825 ms total)
56: 
56: [----------] Global test environment tear-down
56: [==========] 2 tests from 2 test suites ran. (2452 ms total)
56: [  PASSED  ] 2 tests.
56/62 Test #56: Kokkos_AlgorithmsUnitTest_StdSet_Team_P ....................   Passed    2.79 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 (2409 ms)
57: [----------] 1 test from std_algorithms_inclusive_scan_team_test (2409 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 (1638 ms)
57: [----------] 1 test from std_algorithms_transform_inclusive_scan_team_test (1638 ms total)
57: 
57: [----------] Global test environment tear-down
57: [==========] 2 tests from 2 test suites ran. (4047 ms total)
57: [  PASSED  ] 2 tests.
57/62 Test #57: Kokkos_AlgorithmsUnitTest_StdSet_Team_Q ....................   Passed    4.39 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-06_T05-32-02.json"
58: Test timeout computed to be: 600
58: 2025-12-06T06:09:55+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.49, 2.24, 4.77
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: yes
58: macro KOKKOS_ENABLE_ROCTHRUST: defined
58: mdspan: enabled
58: mdspan version: 537053f83150f1b6f7528c1d961866d8628abc2e
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           399 1.00553k/s       1.6k          1
58: BM_inclusive_scan<std::int64_t>/100000000/manual_time                   0.002 s         0.002 s           442 1.00229k/s       1.6k          1
58: BM_inclusive_scan<double>/100000000/manual_time                         0.002 s         0.002 s           435 1.00581k/s       1.6k          1
58: BM_inclusive_scan<std::uint64_t, SumFunctor>/100000000/manual_time      0.002 s         0.002 s           442 1.01146k/s       1.6k          1
58: BM_inclusive_scan<std::int64_t, SumFunctor>/100000000/manual_time       0.002 s         0.002 s           442 1.01143k/s       1.6k          1
58: BM_inclusive_scan<double, SumFunctor>/100000000/manual_time             0.002 s         0.002 s           442 1.01098k/s       1.6k          1
58: BM_inclusive_scan<std::uint64_t, MaxFunctor>/100000000/manual_time      0.002 s         0.002 s           442 1.01212k/s       1.6k          1
58: BM_inclusive_scan<std::int64_t, MaxFunctor>/100000000/manual_time       0.002 s         0.002 s           442 1.01195k/s       1.6k          1
58: BM_inclusive_scan<double, MaxFunctor>/100000000/manual_time             0.002 s         0.002 s           442 1.01117k/s       1.6k          1
58/62 Test #58: Kokkos_PerformanceTest_InclusiveScan .......................   Passed   21.46 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-06_T05-32-02.json"
59: Test timeout computed to be: 600
59: 2025-12-06T06:10:16+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.48, 2.19, 4.70
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: yes
59: macro KOKKOS_ENABLE_ROCTHRUST: defined
59: mdspan: enabled
59: mdspan version: 537053f83150f1b6f7528c1d961866d8628abc2e
59: platform: 64bit
59: ------------------------------------------------------------------------------------------
59: Benchmark                                     Time             CPU   Iterations  FOM: rate
59: ------------------------------------------------------------------------------------------
59: Random64/N:2097152/K:1/real_time           65.2 us         64.9 us        10737 32.1637G/s
59: Random64/N:2097152/K:256/real_time         1659 us         1652 us          427 323.552G/s
59: Random1024/N:2097152/K:1/real_time          779 us          776 us          909 2.69118G/s
59: Random1024/N:2097152/K:256/real_time      10701 us        10663 us           59 50.1684G/s
59/62 Test #59: Kokkos_PerformanceTest_Random ..............................   Passed    3.91 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 (13 ms total)
60: 
60: [----------] Global test environment tear-down
60: [==========] 22 tests from 1 test suite ran. (13 ms total)
60: [  PASSED  ] 22 tests.
60/62 Test #60: Kokkos_UnitTest_SIMD .......................................   Passed    0.35 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.33 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.805600e-05s (relocatable) vs. 4.279000e-05s (inline)
62: 1.000000e+02 4.083700e-05s (relocatable) vs. 4.051600e-05s (inline)
62: 1.000000e+03 4.097700e-05s (relocatable) vs. 4.089700e-05s (inline)
62: 1.000000e+04 4.084700e-05s (relocatable) vs. 4.115700e-05s (inline)
62: 1.000000e+05 4.253000e-05s (relocatable) vs. 4.195900e-05s (inline)
62: 1.000000e+06 4.711900e-05s (relocatable) vs. 4.686800e-05s (inline)
62: 1.000000e+07 7.960900e-05s (relocatable) vs. 7.572200e-05s (inline)
62: 1.000000e+08 1.234920e-04s (relocatable) vs. 1.237930e-04s (inline)
62/62 Test #62: Kokkos_Example_RelocatableFunction .........................   Passed    0.33 sec

100% tests passed, 0 tests failed out of 62

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

Total Test time (real) = 1275.09 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/20251206-0100/Update.xml to https://my.cdash.org/submit.php?project=Kokkos&FileName=ornl-jenkins___HIP-ROCM-7.0-MI100-RDC-CXX20___20251206-0100-Nightly___XML___Update.xml&build=HIP-ROCM-7.0-MI100-RDC-CXX20&site=ornl-jenkins&stamp=20251206-0100-Nightly&MD5=509525ea6e2aee75f844deb1f2fce1b8 Size: 507
   Uploaded: /var/jenkins/workspace/Kokkos_nightly/build/Testing/20251206-0100/Update.xml
   Upload file: /var/jenkins/workspace/Kokkos_nightly/build/Testing/20251206-0100/Configure.xml to https://my.cdash.org/submit.php?project=Kokkos&FileName=ornl-jenkins___HIP-ROCM-7.0-MI100-RDC-CXX20___20251206-0100-Nightly___XML___Configure.xml&build=HIP-ROCM-7.0-MI100-RDC-CXX20&site=ornl-jenkins&stamp=20251206-0100-Nightly&MD5=e838eead1efa66f6c1bcb2c52c299bea Size: 6723
   Uploaded: /var/jenkins/workspace/Kokkos_nightly/build/Testing/20251206-0100/Configure.xml
   Upload file: /var/jenkins/workspace/Kokkos_nightly/build/Testing/20251206-0100/Build.xml to https://my.cdash.org/submit.php?project=Kokkos&FileName=ornl-jenkins___HIP-ROCM-7.0-MI100-RDC-CXX20___20251206-0100-Nightly___XML___Build.xml&build=HIP-ROCM-7.0-MI100-RDC-CXX20&site=ornl-jenkins&stamp=20251206-0100-Nightly&MD5=3cb32c56c3f1e8e0d372cd3463d8b624 Size: 1067
   Uploaded: /var/jenkins/workspace/Kokkos_nightly/build/Testing/20251206-0100/Build.xml
   Upload file: /var/jenkins/workspace/Kokkos_nightly/build/Testing/20251206-0100/Test.xml to https://my.cdash.org/submit.php?project=Kokkos&FileName=ornl-jenkins___HIP-ROCM-7.0-MI100-RDC-CXX20___20251206-0100-Nightly___XML___Test.xml&build=HIP-ROCM-7.0-MI100-RDC-CXX20&site=ornl-jenkins&stamp=20251206-0100-Nightly&MD5=2d955987a45c3097a5ef2747396ba1aa Size: 111793
   Uploaded: /var/jenkins/workspace/Kokkos_nightly/build/Testing/20251206-0100/Test.xml
   Upload file: /var/jenkins/workspace/Kokkos_nightly/build/Testing/20251206-0100/Done.xml to https://my.cdash.org/submit.php?project=Kokkos&FileName=ornl-jenkins___HIP-ROCM-7.0-MI100-RDC-CXX20___20251206-0100-Nightly___XML___Done.xml&build=HIP-ROCM-7.0-MI100-RDC-CXX20&site=ornl-jenkins&stamp=20251206-0100-Nightly&MD5=1ed30b33bcdc5e90c92c249f5d5c9533 Size: 107
   Uploaded: /var/jenkins/workspace/Kokkos_nightly/build/Testing/20251206-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 3f13b5f4ab3fa6feb8c34b414880c48bd28c7c47b16df8bcf3815e99d78ad52f
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 3f13b5f4ab3fa6feb8c34b414880c48bd28c7c47b16df8bcf3815e99d78ad52f
[Pipeline] // withDockerContainer
[Pipeline] }
[Pipeline] // withEnv
[Pipeline] }
[Pipeline] // node
[Pipeline] }
[Pipeline] // stage
[Pipeline] }
[Pipeline] // parallel
[Pipeline] }
[Pipeline] // stage
[Pipeline] }
[Pipeline] // timeout
[Pipeline] }
[Pipeline] // withEnv
[Pipeline] End of Pipeline
ERROR: script returned exit code -1
Finished: FAILURE