Skip to content
Failed

Console Output

Skipping 4,036 KB.. Full Log
36: [ RUN      ] std_algorithms_replace_ops_test.replace_copy
36: [       OK ] std_algorithms_replace_ops_test.replace_copy (48 ms)
36: [ RUN      ] std_algorithms_replace_ops_test.replace_copy_if
36: [       OK ] std_algorithms_replace_ops_test.replace_copy_if (47 ms)
36: [----------] 4 tests from std_algorithms_replace_ops_test (262 ms total)
36: 
36: [----------] 11 tests from std_algorithms_mod_seq_ops
36: [ RUN      ] std_algorithms_mod_seq_ops.copy_if
36: [       OK ] std_algorithms_mod_seq_ops.copy_if (41 ms)
36: [ RUN      ] std_algorithms_mod_seq_ops.unique
36: [       OK ] std_algorithms_mod_seq_ops.unique (263 ms)
36: [ RUN      ] std_algorithms_mod_seq_ops.unique_copy
36: [       OK ] std_algorithms_mod_seq_ops.unique_copy (77 ms)
36: [ RUN      ] std_algorithms_mod_seq_ops.remove
36: [       OK ] std_algorithms_mod_seq_ops.remove (67 ms)
36: [ RUN      ] std_algorithms_mod_seq_ops.remove_if
36: [       OK ] std_algorithms_mod_seq_ops.remove_if (71 ms)
36: [ RUN      ] std_algorithms_mod_seq_ops.remove_copy
36: [       OK ] std_algorithms_mod_seq_ops.remove_copy (173 ms)
36: [ RUN      ] std_algorithms_mod_seq_ops.remove_copy_if
36: [       OK ] std_algorithms_mod_seq_ops.remove_copy_if (68 ms)
36: [ RUN      ] std_algorithms_mod_seq_ops.rotate
36: [       OK ] std_algorithms_mod_seq_ops.rotate (1263 ms)
36: [ RUN      ] std_algorithms_mod_seq_ops.rotate_copy
36: [       OK ] std_algorithms_mod_seq_ops.rotate_copy (387 ms)
36: [ RUN      ] std_algorithms_mod_seq_ops.shift_left
36: [       OK ] std_algorithms_mod_seq_ops.shift_left (1178 ms)
36: [ RUN      ] std_algorithms_mod_seq_ops.shift_right
36: [       OK ] std_algorithms_mod_seq_ops.shift_right (1158 ms)
36: [----------] 11 tests from std_algorithms_mod_seq_ops (4751 ms total)
36: 
36: [----------] 1 test from std_algorithms_modseq_test
36: [ RUN      ] std_algorithms_modseq_test.reverse
36: [       OK ] std_algorithms_modseq_test.reverse (50 ms)
36: [----------] 1 test from std_algorithms_modseq_test (50 ms total)
36: 
36: [----------] Global test environment tear-down
36: [==========] 31 tests from 5 test suites ran. (5072 ms total)
36: [  PASSED  ] 31 tests.
36/51 Test #36: Kokkos_AlgorithmsUnitTest_StdSet_D ...............   Passed    5.83 sec
test 37
      Start 37: Kokkos_AlgorithmsUnitTest_StdSet_E

37: Test command: /var/jenkins/workspace/Kokkos_PR-6767/build/algorithms/unit_tests/Kokkos_AlgorithmsUnitTest_StdSet_E
37: Test timeout computed to be: 1500
37: Kokkos::OpenMP::initialize WARNING: You are likely oversubscribing your CPU cores.
37:                                     Detected: 6 cores per node.
37:                                     Detected: 1 MPI_ranks per node.
37:                                     Requested: 8 threads per process.
37: [==========] Running 29 tests from 7 test suites.
37: [----------] Global test environment set-up.
37: [----------] 2 tests from std_algorithms_sorting_ops_test
37: [ RUN      ] std_algorithms_sorting_ops_test.is_sorted
37: [       OK ] std_algorithms_sorting_ops_test.is_sorted (12 ms)
37: [ RUN      ] std_algorithms_sorting_ops_test.is_sorted_until
37: [       OK ] std_algorithms_sorting_ops_test.is_sorted_until (10 ms)
37: [----------] 2 tests from std_algorithms_sorting_ops_test (23 ms total)
37: 
37: [----------] 4 tests from std_algorithms_partitioning_test
37: [ RUN      ] std_algorithms_partitioning_test.is_partitioned_trivial
37: [       OK ] std_algorithms_partitioning_test.is_partitioned_trivial (0 ms)
37: [ RUN      ] std_algorithms_partitioning_test.is_partitioned_accepting_iterators
37: [       OK ] std_algorithms_partitioning_test.is_partitioned_accepting_iterators (1 ms)
37: [ RUN      ] std_algorithms_partitioning_test.is_partitioned_accepting_view
37: [       OK ] std_algorithms_partitioning_test.is_partitioned_accepting_view (0 ms)
37: [ RUN      ] std_algorithms_partitioning_test.partition_point
37: [       OK ] std_algorithms_partitioning_test.partition_point (0 ms)
37: [----------] 4 tests from std_algorithms_partitioning_test (4 ms total)
37: 
37: [----------] 1 test from std_algorithms_partitioning_ops
37: [ RUN      ] std_algorithms_partitioning_ops.partition_copy
37: [       OK ] std_algorithms_partitioning_ops.partition_copy (22 ms)
37: [----------] 1 test from std_algorithms_partitioning_ops (22 ms total)
37: 
37: [----------] 12 tests from std_algorithms_numerics_test
37: [ RUN      ] std_algorithms_numerics_test.transform_reduce_default_functors_using_pod_value_type
37: [       OK ] std_algorithms_numerics_test.transform_reduce_default_functors_using_pod_value_type (5 ms)
37: [ RUN      ] std_algorithms_numerics_test.transform_reduce_default_functors_using_custom_value_type
37: [       OK ] std_algorithms_numerics_test.transform_reduce_default_functors_using_custom_value_type (1 ms)
37: [ RUN      ] std_algorithms_numerics_test.transform_reduce_custom_functors_overloadA_using_pod_value_type
37: [       OK ] std_algorithms_numerics_test.transform_reduce_custom_functors_overloadA_using_pod_value_type (1 ms)
37: [ RUN      ] std_algorithms_numerics_test.transform_reduce_custom_functors_overloadA_using_custom_value_type
37: [       OK ] std_algorithms_numerics_test.transform_reduce_custom_functors_overloadA_using_custom_value_type (0 ms)
37: [ RUN      ] std_algorithms_numerics_test.transform_reduce_custom_functors_overloadB_using_pod_value_type
37: [       OK ] std_algorithms_numerics_test.transform_reduce_custom_functors_overloadB_using_pod_value_type (0 ms)
37: [ RUN      ] std_algorithms_numerics_test.transform_reduce_custom_functors_overloadB_using_custom_value_type
37: [       OK ] std_algorithms_numerics_test.transform_reduce_custom_functors_overloadB_using_custom_value_type (0 ms)
37: [ RUN      ] std_algorithms_numerics_test.reduce_default_functors_overloadA_using_pod_value_type
37: [       OK ] std_algorithms_numerics_test.reduce_default_functors_overloadA_using_pod_value_type (0 ms)
37: [ RUN      ] std_algorithms_numerics_test.reduce_default_functors_overloadA_using_custom_value_type
37: [       OK ] std_algorithms_numerics_test.reduce_default_functors_overloadA_using_custom_value_type (1 ms)
37: [ RUN      ] std_algorithms_numerics_test.reduce_default_functors_overloadB_using_pod_value_type
37: [       OK ] std_algorithms_numerics_test.reduce_default_functors_overloadB_using_pod_value_type (1 ms)
37: [ RUN      ] std_algorithms_numerics_test.reduce_default_functors_overloadB_using_custom_value_type
37: [       OK ] std_algorithms_numerics_test.reduce_default_functors_overloadB_using_custom_value_type (1 ms)
37: [ RUN      ] std_algorithms_numerics_test.reduce_custom_functors_using_pod_value_type
37: [       OK ] std_algorithms_numerics_test.reduce_custom_functors_using_pod_value_type (1 ms)
37: [ RUN      ] std_algorithms_numerics_test.reduce_custom_functors_using_custom_value_type
37: [       OK ] std_algorithms_numerics_test.reduce_custom_functors_using_custom_value_type (1 ms)
37: [----------] 12 tests from std_algorithms_numerics_test (17 ms total)
37: 
37: [----------] 1 test from std_algorithms_numerics_ops_test
37: [ RUN      ] std_algorithms_numerics_ops_test.adjecent_difference
37: [       OK ] std_algorithms_numerics_ops_test.adjecent_difference (87 ms)
37: [----------] 1 test from std_algorithms_numerics_ops_test (87 ms total)
37: 
37: [----------] 8 tests from std_algorithms_numeric_ops_test
37: [ RUN      ] std_algorithms_numeric_ops_test.exclusive_scan
26: Test_Atomic<unsigned long long int>/100000/iterations:10       3.20 s          3.20 s            10          1            8       5.234        1.68749m    2.35307m     4.99995G         599.808k     4.99995G
37: [       OK ] std_algorithms_numeric_ops_test.exclusive_scan (1060 ms)
37: [ RUN      ] std_algorithms_numeric_ops_test.exclusive_scan_functor
37: [       OK ] std_algorithms_numeric_ops_test.exclusive_scan_functor (0 ms)
37: [ RUN      ] std_algorithms_numeric_ops_test.inclusive_scan
37: [       OK ] std_algorithms_numeric_ops_test.inclusive_scan (759 ms)
37: [ RUN      ] std_algorithms_numeric_ops_test.inclusive_scan_functor
37: [       OK ] std_algorithms_numeric_ops_test.inclusive_scan_functor (0 ms)
37: [ RUN      ] std_algorithms_numeric_ops_test.transform_exclusive_scan
37: [       OK ] std_algorithms_numeric_ops_test.transform_exclusive_scan (211 ms)
37: [ RUN      ] std_algorithms_numeric_ops_test.transform_exclusive_scan_functor
37: [       OK ] std_algorithms_numeric_ops_test.transform_exclusive_scan_functor (0 ms)
37: [ RUN      ] std_algorithms_numeric_ops_test.transform_inclusive_scan
37: [       OK ] std_algorithms_numeric_ops_test.transform_inclusive_scan (283 ms)
37: [ RUN      ] std_algorithms_numeric_ops_test.transform_inclusive_scan_functor
37: [       OK ] std_algorithms_numeric_ops_test.transform_inclusive_scan_functor (0 ms)
37: [----------] 8 tests from std_algorithms_numeric_ops_test (2314 ms total)
37: 
37: [----------] 1 test from std_algorithms_transform_ops_test
37: [ RUN      ] std_algorithms_transform_ops_test.transform_unary_op
37: [       OK ] std_algorithms_transform_ops_test.transform_unary_op (33 ms)
37: [----------] 1 test from std_algorithms_transform_ops_test (33 ms total)
37: 
37: [----------] Global test environment tear-down
37: [==========] 29 tests from 7 test suites ran. (2503 ms total)
37: [  PASSED  ] 29 tests.
37/51 Test #37: Kokkos_AlgorithmsUnitTest_StdSet_E ...............   Passed    3.25 sec
test 38
      Start 38: Kokkos_AlgorithmsUnitTest_StdSet_Team_A

38: Test command: /var/jenkins/workspace/Kokkos_PR-6767/build/algorithms/unit_tests/Kokkos_AlgorithmsUnitTest_StdSet_Team_A
38: Test timeout computed to be: 1500
38: Kokkos::OpenMP::initialize WARNING: You are likely oversubscribing your CPU cores.
38:                                     Detected: 6 cores per node.
38:                                     Detected: 1 MPI_ranks per node.
38:                                     Requested: 8 threads per process.
38: [==========] Running 12 tests from 7 test suites.
38: [----------] Global test environment set-up.
38: [----------] 2 tests from std_algorithms_adjacent_find_team_test
38: [ RUN      ] std_algorithms_adjacent_find_team_test.two_consecutive_equal_elements_exist
38: [       OK ] std_algorithms_adjacent_find_team_test.two_consecutive_equal_elements_exist (651 ms)
38: [ RUN      ] std_algorithms_adjacent_find_team_test.two_consecutive_equal_elements_might_exist
38: [       OK ] std_algorithms_adjacent_find_team_test.two_consecutive_equal_elements_might_exist (623 ms)
38: [----------] 2 tests from std_algorithms_adjacent_find_team_test (1274 ms total)
38: 
38: [----------] 2 tests from std_algorithms_count_team_test
38: [ RUN      ] std_algorithms_count_team_test.count_returns_nonzero
38: [       OK ] std_algorithms_count_team_test.count_returns_nonzero (704 ms)
38: [ RUN      ] std_algorithms_count_team_test.count_returns_zero
38: [       OK ] std_algorithms_count_team_test.count_returns_zero (262 ms)
38: [----------] 2 tests from std_algorithms_count_team_test (967 ms total)
38: 
38: [----------] 1 test from std_algorithms_count_if_team_test
38: [ RUN      ] std_algorithms_count_if_team_test.test
38: [       OK ] std_algorithms_count_if_team_test.test (355 ms)
38: [----------] 1 test from std_algorithms_count_if_team_test (355 ms total)
38: 
38: [----------] 1 test from std_algorithms_for_each_team_test
38: [ RUN      ] std_algorithms_for_each_team_test.test
38: [       OK ] std_algorithms_for_each_team_test.test (492 ms)
38: [----------] 1 test from std_algorithms_for_each_team_test (492 ms total)
38: 
38: [----------] 1 test from std_algorithms_for_each_n_team_test
38: [ RUN      ] std_algorithms_for_each_n_team_test.test
38: [       OK ] std_algorithms_for_each_n_team_test.test (553 ms)
38: [----------] 1 test from std_algorithms_for_each_n_team_test (553 ms total)
38: 
38: [----------] 3 tests from std_algorithms_lexicographical_compare_team_test
38: [ RUN      ] std_algorithms_lexicographical_compare_team_test.views_are_equal
38: [       OK ] std_algorithms_lexicographical_compare_team_test.views_are_equal (3150 ms)
38: [ RUN      ] std_algorithms_lexicographical_compare_team_test.first_view_is_less
26: Test_Atomic<float>/100000/iterations:10                        1.07 s          1.06 s            10          0            4    3.85754m        1.28602m    2.50367m     4.99998G         879.168k     4.99989G
38: [       OK ] std_algorithms_lexicographical_compare_team_test.first_view_is_less (2101 ms)
38: [ RUN      ] std_algorithms_lexicographical_compare_team_test.first_view_is_greater
38: [       OK ] std_algorithms_lexicographical_compare_team_test.first_view_is_greater (2029 ms)
38: [----------] 3 tests from std_algorithms_lexicographical_compare_team_test (7281 ms total)
38: 
38: [----------] 2 tests from std_algorithms_mismatch_team_test
38: [ RUN      ] std_algorithms_mismatch_team_test.views_are_equal
38: [       OK ] std_algorithms_mismatch_team_test.views_are_equal (2358 ms)
38: [ RUN      ] std_algorithms_mismatch_team_test.views_are_not_equal
38: [       OK ] std_algorithms_mismatch_team_test.views_are_not_equal (963 ms)
38: [----------] 2 tests from std_algorithms_mismatch_team_test (3322 ms total)
38: 
38: [----------] Global test environment tear-down
38: [==========] 12 tests from 7 test suites ran. (14247 ms total)
38: [  PASSED  ] 12 tests.
38/51 Test #38: Kokkos_AlgorithmsUnitTest_StdSet_Team_A ..........   Passed   14.99 sec
test 39
      Start 39: Kokkos_AlgorithmsUnitTest_StdSet_Team_B

39: Test command: /var/jenkins/workspace/Kokkos_PR-6767/build/algorithms/unit_tests/Kokkos_AlgorithmsUnitTest_StdSet_Team_B
39: Test timeout computed to be: 1500
39: Kokkos::OpenMP::initialize WARNING: You are likely oversubscribing your CPU cores.
39:                                     Detected: 6 cores per node.
39:                                     Detected: 1 MPI_ranks per node.
39:                                     Requested: 8 threads per process.
39: [==========] Running 8 tests from 4 test suites.
39: [----------] Global test environment set-up.
39: [----------] 2 tests from std_algorithms_equal_team_test
39: [ RUN      ] std_algorithms_equal_team_test.views_are_equal
39: [       OK ] std_algorithms_equal_team_test.views_are_equal (1645 ms)
39: [ RUN      ] std_algorithms_equal_team_test.views_are_not_equal
39: [       OK ] std_algorithms_equal_team_test.views_are_not_equal (1369 ms)
39: [----------] 2 tests from std_algorithms_equal_team_test (3015 ms total)
39: 
39: [----------] 2 tests from std_algorithms_search_team_test
39: [ RUN      ] std_algorithms_search_team_test.sequences_exist
39: [       OK ] std_algorithms_search_team_test.sequences_exist (893 ms)
39: [ RUN      ] std_algorithms_search_team_test.sequences_do_not_exist
26: Test_Atomic<double>/100000/iterations:10                       1.07 s          1.07 s            10          1            8    3.87572m        1.33835m    2.54974m     4.99995G          733.36k     4.99995G
39: [       OK ] std_algorithms_search_team_test.sequences_do_not_exist (1081 ms)
39: [----------] 2 tests from std_algorithms_search_team_test (1975 ms total)
39: 
39: [----------] 2 tests from std_algorithms_find_end_team_test
39: [ RUN      ] std_algorithms_find_end_team_test.sequences_exist
39: [       OK ] std_algorithms_find_end_team_test.sequences_exist (2061 ms)
39: [ RUN      ] std_algorithms_find_end_team_test.sequences_do_not_exist
39: [       OK ] std_algorithms_find_end_team_test.sequences_do_not_exist (1984 ms)
39: [----------] 2 tests from std_algorithms_find_end_team_test (4046 ms total)
39: 
39: [----------] 2 tests from std_algorithms_find_first_of_team_test
39: [ RUN      ] std_algorithms_find_first_of_team_test.sequences_exist
39: [       OK ] std_algorithms_find_first_of_team_test.sequences_exist (1629 ms)
39: [ RUN      ] std_algorithms_find_first_of_team_test.sequences_do_not_exist
26: Test_Atomic<int>/100000/iterations:10                          1.07 s          1.06 s            10          1            4    1.96098m        1.42305m    2.13469m     704.983M         692.288k     704.983M
26/50 Test #26: Kokkos_PerformanceTest_Atomic ....................   Passed  139.67 sec
test 27
      Start 27: Kokkos_ContainersUnitTest_Serial

27: Test command: /var/jenkins/workspace/Kokkos_PR-6767/build/containers/unit_tests/Kokkos_ContainersUnitTest_Serial
27: Test timeout computed to be: 1500
27: [==========] Running 62 tests from 1 test suite.
27: [----------] Global test environment set-up.
27: [----------] 62 tests from serial
27: [ RUN      ] serial.bitset
39: [       OK ] std_algorithms_find_first_of_team_test.sequences_do_not_exist (6695 ms)
39: [----------] 2 tests from std_algorithms_find_first_of_team_test (8324 ms total)
39: 
39: [----------] Global test environment tear-down
39: [==========] 8 tests from 4 test suites ran. (17361 ms total)
39: [  PASSED  ] 8 tests.
39/51 Test #39: Kokkos_AlgorithmsUnitTest_StdSet_Team_B ..........   Passed   18.11 sec
test 40
      Start 40: Kokkos_AlgorithmsUnitTest_StdSet_Team_C

40: Test command: /var/jenkins/workspace/Kokkos_PR-6767/build/algorithms/unit_tests/Kokkos_AlgorithmsUnitTest_StdSet_Team_C
40: Test timeout computed to be: 1500
40: Kokkos::OpenMP::initialize WARNING: You are likely oversubscribing your CPU cores.
40:                                     Detected: 6 cores per node.
40:                                     Detected: 1 MPI_ranks per node.
40:                                     Requested: 8 threads per process.
40: [==========] Running 11 tests from 7 test suites.
40: [----------] Global test environment set-up.
40: [----------] 2 tests from std_algorithms_find_team_test
40: [ RUN      ] std_algorithms_find_team_test.searched_values_exist
40: [       OK ] std_algorithms_find_team_test.searched_values_exist (381 ms)
40: [ RUN      ] std_algorithms_find_team_test.searched_values_do_not_exist
40: [       OK ] std_algorithms_find_team_test.searched_values_do_not_exist (529 ms)
40: [----------] 2 tests from std_algorithms_find_team_test (910 ms total)
40: 
40: [----------] 2 tests from std_algorithms_find_if_team_test
40: [ RUN      ] std_algorithms_find_if_team_test.predicates_return_true
40: [       OK ] std_algorithms_find_if_team_test.predicates_return_true (279 ms)
40: [ RUN      ] std_algorithms_find_if_team_test.predicates_return_false
40: [       OK ] std_algorithms_find_if_team_test.predicates_return_false (533 ms)
40: [----------] 2 tests from std_algorithms_find_if_team_test (813 ms total)
40: 
40: [----------] 2 tests from std_algorithms_find_if_not_team_test
40: [ RUN      ] std_algorithms_find_if_not_team_test.predicates_return_true
40: [       OK ] std_algorithms_find_if_not_team_test.predicates_return_true (532 ms)
40: [ RUN      ] std_algorithms_find_if_not_team_test.predicates_return_false
40: [       OK ] std_algorithms_find_if_not_team_test.predicates_return_false (269 ms)
40: [----------] 2 tests from std_algorithms_find_if_not_team_test (802 ms total)
40: 
40: [----------] 1 test from std_algorithms_all_of_team_test
40: [ RUN      ] std_algorithms_all_of_team_test.test
40: [       OK ] std_algorithms_all_of_team_test.test (491 ms)
40: [----------] 1 test from std_algorithms_all_of_team_test (491 ms total)
40: 
40: [----------] 1 test from std_algorithms_any_of_team_test
40: [ RUN      ] std_algorithms_any_of_team_test.test
40: [       OK ] std_algorithms_any_of_team_test.test (278 ms)
40: [----------] 1 test from std_algorithms_any_of_team_test (278 ms total)
40: 
40: [----------] 1 test from std_algorithms_none_of_team_test
40: [ RUN      ] std_algorithms_none_of_team_test.test
40: [       OK ] std_algorithms_none_of_team_test.test (483 ms)
40: [----------] 1 test from std_algorithms_none_of_team_test (483 ms total)
40: 
40: [----------] 2 tests from std_algorithms_search_n_team_test
40: [ RUN      ] std_algorithms_search_n_team_test.sequences_of_equal_elements_exist
40: [       OK ] std_algorithms_search_n_team_test.sequences_of_equal_elements_exist (345 ms)
40: [ RUN      ] std_algorithms_search_n_team_test.sequences_of_equal_elements_probably_does_not_exist
40: [       OK ] std_algorithms_search_n_team_test.sequences_of_equal_elements_probably_does_not_exist (410 ms)
40: [----------] 2 tests from std_algorithms_search_n_team_test (756 ms total)
40: 
40: [----------] Global test environment tear-down
40: [==========] 11 tests from 7 test suites ran. (4536 ms total)
40: [  PASSED  ] 11 tests.
40/51 Test #40: Kokkos_AlgorithmsUnitTest_StdSet_Team_C ..........   Passed    5.28 sec
test 41
      Start 41: Kokkos_AlgorithmsUnitTest_StdSet_Team_D

41: Test command: /var/jenkins/workspace/Kokkos_PR-6767/build/algorithms/unit_tests/Kokkos_AlgorithmsUnitTest_StdSet_Team_D
41: Test timeout computed to be: 1500
41: Kokkos::OpenMP::initialize WARNING: You are likely oversubscribing your CPU cores.
41:                                     Detected: 6 cores per node.
41:                                     Detected: 1 MPI_ranks per node.
41:                                     Requested: 8 threads per process.
41: [==========] Running 3 tests from 3 test suites.
41: [----------] Global test environment set-up.
41: [----------] 1 test from std_algorithms_min_element_team_test
41: [ RUN      ] std_algorithms_min_element_team_test.test
27: [       OK ] serial.bitset (9735 ms)
27: [ RUN      ] serial.bitset_default_constructor_no_alloc
27: [       OK ] serial.bitset_default_constructor_no_alloc (0 ms)
27: [ RUN      ] serial.dualview_combination
27: [       OK ] serial.dualview_combination (0 ms)
27: [ RUN      ] serial.dualview_alloc
27: [       OK ] serial.dualview_alloc (0 ms)
27: [ RUN      ] serial.test_dualview_copy_construction_and_assignment
27: [       OK ] serial.test_dualview_copy_construction_and_assignment (0 ms)
27: [ RUN      ] serial.dualview_combinations_without_init
27: [       OK ] serial.dualview_combinations_without_init (0 ms)
27: [ RUN      ] serial.dualview_deep_copy
27: [       OK ] serial.dualview_deep_copy (0 ms)
27: [ RUN      ] serial.dualview_realloc
27: [       OK ] serial.dualview_realloc (0 ms)
27: [ RUN      ] serial.dualview_resize
27: [       OK ] serial.dualview_resize (0 ms)
27: [ RUN      ] serial.dualview_device_correct_kokkos_device
27: [       OK ] serial.dualview_device_correct_kokkos_device (1 ms)
27: [ RUN      ] serial.dualview_host_correct_kokkos_device
27: [       OK ] serial.dualview_host_correct_kokkos_device (0 ms)
27: [ RUN      ] serial.dualview_host_modify_template_device_sync
27: [       OK ] serial.dualview_host_modify_template_device_sync (0 ms)
27: [ RUN      ] serial.dualview_host_modify_template_device_execspace_sync
27: [       OK ] serial.dualview_host_modify_template_device_execspace_sync (0 ms)
27: [ RUN      ] serial.dualview_device_modify_template_host_sync
27: [       OK ] serial.dualview_device_modify_template_host_sync (0 ms)
27: [ RUN      ] serial.dualview_device_modify_template_host_execspace_sync
27: [       OK ] serial.dualview_device_modify_template_host_execspace_sync (0 ms)
27: [ RUN      ] serial.dualview_template_views_return_correct_executionspace_views
27: [       OK ] serial.dualview_template_views_return_correct_executionspace_views (0 ms)
27: [ RUN      ] serial.dynamic_view
27: [       OK ] serial.dynamic_view (113 ms)
27: [ RUN      ] serial.dyn_rank_view_api_generic
27: [       OK ] serial.dyn_rank_view_api_generic (41 ms)
27: [ RUN      ] serial.dyn_rank_view_api_operator_rank12345
27: [       OK ] serial.dyn_rank_view_api_operator_rank12345 (0 ms)
27: [ RUN      ] serial.dyn_rank_view_check_fence_resize_realloc
27: /var/jenkins/workspace/Kokkos_PR-6767/containers/unit_tests/TestDynViewAPI_rank12345.hpp:70: Skipped
27: skipping since not default execution space
27: [  SKIPPED ] serial.dyn_rank_view_check_fence_resize_realloc (0 ms)
27: [ RUN      ] serial.dyn_rank_view_api_operator_rank67
27: [       OK ] serial.dyn_rank_view_api_operator_rank67 (0 ms)
27: [ RUN      ] serial.ErrorReporterViaLambda
27: [       OK ] serial.ErrorReporterViaLambda (0 ms)
27: [ RUN      ] serial.ErrorReporter
27: [       OK ] serial.ErrorReporter (0 ms)
27: [ RUN      ] serial.offsetview_construction
41: [       OK ] std_algorithms_min_element_team_test.test (1588 ms)
41: [----------] 1 test from std_algorithms_min_element_team_test (1588 ms total)
41: 
41: [----------] 1 test from std_algorithms_max_element_team_test
41: [ RUN      ] std_algorithms_max_element_team_test.test
27: [       OK ] serial.offsetview_construction (1293 ms)
27: [ RUN      ] serial.offsetview_unmanaged_construction
27: [       OK ] serial.offsetview_unmanaged_construction (0 ms)
27: [ RUN      ] serial.offsetview_subview
27: [       OK ] serial.offsetview_subview (8 ms)
27: [ RUN      ] serial.offsetview_offsets_rank1
27: [       OK ] serial.offsetview_offsets_rank1 (0 ms)
27: [ RUN      ] serial.offsetview_offsets_rank2
27: [       OK ] serial.offsetview_offsets_rank2 (0 ms)
27: [ RUN      ] serial.offsetview_offsets_rank3
27: [       OK ] serial.offsetview_offsets_rank3 (0 ms)
27: [ RUN      ] serial.scatterview
41: [       OK ] std_algorithms_max_element_team_test.test (1521 ms)
41: [----------] 1 test from std_algorithms_max_element_team_test (1521 ms total)
41: 
41: [----------] 1 test from std_algorithms_minmax_element_team_test
41: [ RUN      ] std_algorithms_minmax_element_team_test.test
41: [       OK ] std_algorithms_minmax_element_team_test.test (2053 ms)
41: [----------] 1 test from std_algorithms_minmax_element_team_test (2053 ms total)
41: 
41: [----------] Global test environment tear-down
41: [==========] 3 tests from 3 test suites ran. (5163 ms total)
41: [  PASSED  ] 3 tests.
41/51 Test #41: Kokkos_AlgorithmsUnitTest_StdSet_Team_D ..........   Passed    5.90 sec
test 42
      Start 42: Kokkos_AlgorithmsUnitTest_StdSet_Team_E

42: Test command: /var/jenkins/workspace/Kokkos_PR-6767/build/algorithms/unit_tests/Kokkos_AlgorithmsUnitTest_StdSet_Team_E
42: Test timeout computed to be: 1500
42: Kokkos::OpenMP::initialize WARNING: You are likely oversubscribing your CPU cores.
42:                                     Detected: 6 cores per node.
42:                                     Detected: 1 MPI_ranks per node.
42:                                     Requested: 8 threads per process.
42: [==========] Running 6 tests from 6 test suites.
42: [----------] Global test environment set-up.
42: [----------] 1 test from std_algorithms_fill_team_test
42: [ RUN      ] std_algorithms_fill_team_test.test
42: [       OK ] std_algorithms_fill_team_test.test (339 ms)
42: [----------] 1 test from std_algorithms_fill_team_test (339 ms total)
42: 
42: [----------] 1 test from std_algorithms_fill_n_team_test
42: [ RUN      ] std_algorithms_fill_n_team_test.test
42: [       OK ] std_algorithms_fill_n_team_test.test (498 ms)
42: [----------] 1 test from std_algorithms_fill_n_team_test (498 ms total)
42: 
42: [----------] 1 test from std_algorithms_replace_team_test
42: [ RUN      ] std_algorithms_replace_team_test.test
42: [       OK ] std_algorithms_replace_team_test.test (490 ms)
42: [----------] 1 test from std_algorithms_replace_team_test (490 ms total)
42: 
42: [----------] 1 test from std_algorithms_replace_if_team_test
42: [ RUN      ] std_algorithms_replace_if_team_test.test
42: [       OK ] std_algorithms_replace_if_team_test.test (616 ms)
42: [----------] 1 test from std_algorithms_replace_if_team_test (616 ms total)
42: 
42: [----------] 1 test from std_algorithms_replace_copy_team_test
42: [ RUN      ] std_algorithms_replace_copy_team_test.test
42: [       OK ] std_algorithms_replace_copy_team_test.test (1029 ms)
42: [----------] 1 test from std_algorithms_replace_copy_team_test (1029 ms total)
42: 
42: [----------] 1 test from std_algorithms_replace_copy_if_team_test
42: [ RUN      ] std_algorithms_replace_copy_if_team_test.test
42: [       OK ] std_algorithms_replace_copy_if_team_test.test (901 ms)
42: [----------] 1 test from std_algorithms_replace_copy_if_team_test (901 ms total)
42: 
42: [----------] Global test environment tear-down
42: [==========] 6 tests from 6 test suites ran. (3875 ms total)
42: [  PASSED  ] 6 tests.
42/51 Test #42: Kokkos_AlgorithmsUnitTest_StdSet_Team_E ..........   Passed    4.62 sec
test 43
      Start 43: Kokkos_AlgorithmsUnitTest_StdSet_Team_F

43: Test command: /var/jenkins/workspace/Kokkos_PR-6767/build/algorithms/unit_tests/Kokkos_AlgorithmsUnitTest_StdSet_Team_F
43: Test timeout computed to be: 1500
43: Kokkos::OpenMP::initialize WARNING: You are likely oversubscribing your CPU cores.
43:                                     Detected: 6 cores per node.
43:                                     Detected: 1 MPI_ranks per node.
43:                                     Requested: 8 threads per process.
43: [==========] Running 4 tests from 4 test suites.
43: [----------] Global test environment set-up.
43: [----------] 1 test from std_algorithms_reverse_team_test
43: [ RUN      ] std_algorithms_reverse_team_test.test
43: [       OK ] std_algorithms_reverse_team_test.test (391 ms)
43: [----------] 1 test from std_algorithms_reverse_team_test (391 ms total)
43: 
43: [----------] 1 test from std_algorithms_reverse_copy_team_test
43: [ RUN      ] std_algorithms_reverse_copy_team_test.test
43: [       OK ] std_algorithms_reverse_copy_team_test.test (448 ms)
43: [----------] 1 test from std_algorithms_reverse_copy_team_test (448 ms total)
43: 
43: [----------] 1 test from std_algorithms_rotate_team_test
43: [ RUN      ] std_algorithms_rotate_team_test.test
43: [       OK ] std_algorithms_rotate_team_test.test (1196 ms)
43: [----------] 1 test from std_algorithms_rotate_team_test (1196 ms total)
43: 
43: [----------] 1 test from std_algorithms_rotate_copy_team_test
43: [ RUN      ] std_algorithms_rotate_copy_team_test.test
43: [       OK ] std_algorithms_rotate_copy_team_test.test (899 ms)
43: [----------] 1 test from std_algorithms_rotate_copy_team_test (899 ms total)
43: 
43: [----------] Global test environment tear-down
43: [==========] 4 tests from 4 test suites ran. (2937 ms total)
43: [  PASSED  ] 4 tests.
43/51 Test #43: Kokkos_AlgorithmsUnitTest_StdSet_Team_F ..........   Passed    3.68 sec
test 44
      Start 44: Kokkos_AlgorithmsUnitTest_StdSet_Team_G

44: Test command: /var/jenkins/workspace/Kokkos_PR-6767/build/algorithms/unit_tests/Kokkos_AlgorithmsUnitTest_StdSet_Team_G
44: Test timeout computed to be: 1500
44: Kokkos::OpenMP::initialize WARNING: You are likely oversubscribing your CPU cores.
44:                                     Detected: 6 cores per node.
44:                                     Detected: 1 MPI_ranks per node.
44:                                     Requested: 8 threads per process.
44: [==========] Running 4 tests from 4 test suites.
44: [----------] Global test environment set-up.
44: [----------] 1 test from std_algorithms_move_team_test
44: [ RUN      ] std_algorithms_move_team_test.test
44: [       OK ] std_algorithms_move_team_test.test (605 ms)
44: [----------] 1 test from std_algorithms_move_team_test (605 ms total)
44: 
44: [----------] 1 test from std_algorithms_move_backward_team_test
44: [ RUN      ] std_algorithms_move_backward_team_test.test
44: [       OK ] std_algorithms_move_backward_team_test.test (546 ms)
44: [----------] 1 test from std_algorithms_move_backward_team_test (546 ms total)
44: 
44: [----------] 1 test from std_algorithms_shift_left_team_test
44: [ RUN      ] std_algorithms_shift_left_team_test.test
44: [       OK ] std_algorithms_shift_left_team_test.test (2409 ms)
44: [----------] 1 test from std_algorithms_shift_left_team_test (2410 ms total)
44: 
44: [----------] 1 test from std_algorithms_shift_right_team_test
44: [ RUN      ] std_algorithms_shift_right_team_test.test
44: [       OK ] std_algorithms_shift_right_team_test.test (2265 ms)
44: [----------] 1 test from std_algorithms_shift_right_team_test (2265 ms total)
44: 
44: [----------] Global test environment tear-down
44: [==========] 4 tests from 4 test suites ran. (5827 ms total)
44: [  PASSED  ] 4 tests.
44/51 Test #44: Kokkos_AlgorithmsUnitTest_StdSet_Team_G ..........   Passed    6.57 sec
test 45
      Start 45: Kokkos_AlgorithmsUnitTest_StdSet_Team_H

45: Test command: /var/jenkins/workspace/Kokkos_PR-6767/build/algorithms/unit_tests/Kokkos_AlgorithmsUnitTest_StdSet_Team_H
45: Test timeout computed to be: 1500
45: Kokkos::OpenMP::initialize WARNING: You are likely oversubscribing your CPU cores.
45:                                     Detected: 6 cores per node.
45:                                     Detected: 1 MPI_ranks per node.
45:                                     Requested: 8 threads per process.
45: [==========] Running 9 tests from 9 test suites.
45: [----------] Global test environment set-up.
45: [----------] 1 test from std_algorithms_copy_team_test
45: [ RUN      ] std_algorithms_copy_team_test.test
45: [       OK ] std_algorithms_copy_team_test.test (766 ms)
45: [----------] 1 test from std_algorithms_copy_team_test (766 ms total)
45: 
45: [----------] 1 test from std_algorithms_copy_n_team_test
45: [ RUN      ] std_algorithms_copy_n_team_test.test
45: [       OK ] std_algorithms_copy_n_team_test.test (603 ms)
45: [----------] 1 test from std_algorithms_copy_n_team_test (603 ms total)
45: 
45: [----------] 1 test from std_algorithms_copy_backward_team_test
45: [ RUN      ] std_algorithms_copy_backward_team_test.test
45: [       OK ] std_algorithms_copy_backward_team_test.test (546 ms)
45: [----------] 1 test from std_algorithms_copy_backward_team_test (546 ms total)
45: 
45: [----------] 1 test from std_algorithms_copy_if_team_test
45: [ RUN      ] std_algorithms_copy_if_team_test.test
45: [       OK ] std_algorithms_copy_if_team_test.test (704 ms)
45: [----------] 1 test from std_algorithms_copy_if_team_test (704 ms total)
45: 
45: [----------] 1 test from std_algorithms_unique_copy_team_test
45: [ RUN      ] std_algorithms_unique_copy_team_test.test
45: [       OK ] std_algorithms_unique_copy_team_test.test (1213 ms)
45: [----------] 1 test from std_algorithms_unique_copy_team_test (1214 ms total)
45: 
45: [----------] 1 test from std_algorithms_remove_team_test
45: [ RUN      ] std_algorithms_remove_team_test.test
45: [       OK ] std_algorithms_remove_team_test.test (840 ms)
45: [----------] 1 test from std_algorithms_remove_team_test (840 ms total)
45: 
45: [----------] 1 test from std_algorithms_remove_if_team_test
45: [ RUN      ] std_algorithms_remove_if_team_test.test
45: [       OK ] std_algorithms_remove_if_team_test.test (860 ms)
45: [----------] 1 test from std_algorithms_remove_if_team_test (860 ms total)
45: 
45: [----------] 1 test from std_algorithms_remove_copy_team_test
45: [ RUN      ] std_algorithms_remove_copy_team_test.test
45: [       OK ] std_algorithms_remove_copy_team_test.test (1031 ms)
45: [----------] 1 test from std_algorithms_remove_copy_team_test (1031 ms total)
45: 
45: [----------] 1 test from std_algorithms_remove_copy_if_team_test
45: [ RUN      ] std_algorithms_remove_copy_if_team_test.test
45: [       OK ] std_algorithms_remove_copy_if_team_test.test (920 ms)
45: [----------] 1 test from std_algorithms_remove_copy_if_team_test (920 ms total)
45: 
45: [----------] Global test environment tear-down
45: [==========] 9 tests from 9 test suites ran. (7489 ms total)
45: [  PASSED  ] 9 tests.
45/51 Test #45: Kokkos_AlgorithmsUnitTest_StdSet_Team_H ..........   Passed    8.23 sec
test 46
      Start 46: Kokkos_AlgorithmsUnitTest_StdSet_Team_I

46: Test command: /var/jenkins/workspace/Kokkos_PR-6767/build/algorithms/unit_tests/Kokkos_AlgorithmsUnitTest_StdSet_Team_I
46: Test timeout computed to be: 1500
46: Kokkos::OpenMP::initialize WARNING: You are likely oversubscribing your CPU cores.
46:                                     Detected: 6 cores per node.
46:                                     Detected: 1 MPI_ranks per node.
46:                                     Requested: 8 threads per process.
46: [==========] Running 4 tests from 4 test suites.
46: [----------] Global test environment set-up.
46: [----------] 1 test from std_algorithms_unique_team_test
46: [ RUN      ] std_algorithms_unique_team_test.test_default_predicate
46: [       OK ] std_algorithms_unique_team_test.test_default_predicate (1340 ms)
46: [----------] 1 test from std_algorithms_unique_team_test (1340 ms total)
46: 
46: [----------] 1 test from std_algorithms_adjacent_difference_team_test
46: [ RUN      ] std_algorithms_adjacent_difference_team_test.test
46: [       OK ] std_algorithms_adjacent_difference_team_test.test (1347 ms)
46: [----------] 1 test from std_algorithms_adjacent_difference_team_test (1347 ms total)
46: 
46: [----------] 1 test from std_algorithms_reduce_team_test
46: [ RUN      ] std_algorithms_reduce_team_test.test
46: [       OK ] std_algorithms_reduce_team_test.test (1145 ms)
46: [----------] 1 test from std_algorithms_reduce_team_test (1145 ms total)
46: 
46: [----------] 1 test from std_algorithms_transform_reduce_team_test
46: [ RUN      ] std_algorithms_transform_reduce_team_test.test
27: [       OK ] serial.scatterview (30846 ms)
27: [ RUN      ] serial.scatterview_devicetype
27: [       OK ] serial.scatterview_devicetype (6 ms)
27: [ RUN      ] serial.staticcrsgraph
27: [       OK ] serial.staticcrsgraph (18 ms)
27: [ RUN      ] serial.resize_realloc_no_init_dualview
27: [       OK ] serial.resize_realloc_no_init_dualview (9 ms)
27: [ RUN      ] serial.resize_realloc_no_alloc_dualview
27: [       OK ] serial.resize_realloc_no_alloc_dualview (0 ms)
27: [ RUN      ] serial.resize_exec_space_dualview
27: [       OK ] serial.resize_exec_space_dualview (5 ms)
27: [ RUN      ] serial.realloc_exec_space_dualview
27: [       OK ] serial.realloc_exec_space_dualview (0 ms)
27: [ RUN      ] serial.resize_realloc_no_init_dynrankview
27: [       OK ] serial.resize_realloc_no_init_dynrankview (0 ms)
27: [ RUN      ] serial.resize_exec_space_dynrankview
27: [       OK ] serial.resize_exec_space_dynrankview (0 ms)
27: [ RUN      ] serial.realloc_exec_space_dynrankview
27: [       OK ] serial.realloc_exec_space_dynrankview (0 ms)
27: [ RUN      ] serial.resize_realloc_no_init_scatterview
27: [       OK ] serial.resize_realloc_no_init_scatterview (1 ms)
27: [ RUN      ] serial.resize_realloc_no_alloc_scatterview
27: [       OK ] serial.resize_realloc_no_alloc_scatterview (0 ms)
27: [ RUN      ] serial.resize_exec_space_scatterview
27: [       OK ] serial.resize_exec_space_scatterview (0 ms)
27: [ RUN      ] serial.realloc_exec_space_scatterview
27: [       OK ] serial.realloc_exec_space_scatterview (0 ms)
27: [ RUN      ] serial.create_mirror_no_init_dynrankview
27: [       OK ] serial.create_mirror_no_init_dynrankview (0 ms)
27: [ RUN      ] serial.create_mirror_no_init_dynrankview_viewctor
27: [       OK ] serial.create_mirror_no_init_dynrankview_viewctor (0 ms)
27: [ RUN      ] serial.create_mirror_view_and_copy_dynrankview
27: [       OK ] serial.create_mirror_view_and_copy_dynrankview (0 ms)
27: [ RUN      ] serial.create_mirror_no_init_offsetview
27: [       OK ] serial.create_mirror_no_init_offsetview (0 ms)
27: [ RUN      ] serial.create_mirror_no_init_offsetview_view_ctor
27: [       OK ] serial.create_mirror_no_init_offsetview_view_ctor (0 ms)
27: [ RUN      ] serial.create_mirror_view_and_copy_offsetview
27: [       OK ] serial.create_mirror_view_and_copy_offsetview (0 ms)
27: [ RUN      ] serial.create_mirror_no_init_dynamicview
27: [       OK ] serial.create_mirror_no_init_dynamicview (0 ms)
27: [ RUN      ] serial.create_mirror_view_and_copy_dynamicview
27: [       OK ] serial.create_mirror_view_and_copy_dynamicview (0 ms)
27: [ RUN      ] serial.create_mirror_no_init_dynamicview_view_ctor
27: [       OK ] serial.create_mirror_no_init_dynamicview_view_ctor (0 ms)
27: [ RUN      ] serial.UnorderedMap_insert
46: [       OK ] std_algorithms_transform_reduce_team_test.test (1854 ms)
46: [----------] 1 test from std_algorithms_transform_reduce_team_test (1854 ms total)
46: 
46: [----------] Global test environment tear-down
46: [==========] 4 tests from 4 test suites ran. (5688 ms total)
46: [  PASSED  ] 4 tests.
46/51 Test #46: Kokkos_AlgorithmsUnitTest_StdSet_Team_I ..........   Passed    6.43 sec
test 47
      Start 47: Kokkos_AlgorithmsUnitTest_StdSet_Team_L

47: Test command: /var/jenkins/workspace/Kokkos_PR-6767/build/algorithms/unit_tests/Kokkos_AlgorithmsUnitTest_StdSet_Team_L
47: Test timeout computed to be: 1500
47: Kokkos::OpenMP::initialize WARNING: You are likely oversubscribing your CPU cores.
47:                                     Detected: 6 cores per node.
47:                                     Detected: 1 MPI_ranks per node.
47:                                     Requested: 8 threads per process.
47: [==========] Running 18 tests from 5 test suites.
47: [----------] Global test environment set-up.
47: [----------] 2 tests from std_algorithms_is_sorted_team_test
47: [ RUN      ] std_algorithms_is_sorted_team_test.test_data_almost_certainly_not_sorted
47: [       OK ] std_algorithms_is_sorted_team_test.test_data_almost_certainly_not_sorted (816 ms)
47: [ RUN      ] std_algorithms_is_sorted_team_test.test_data_certainly_sorted
47: [       OK ] std_algorithms_is_sorted_team_test.test_data_certainly_sorted (1496 ms)
47: [----------] 2 tests from std_algorithms_is_sorted_team_test (2313 ms total)
47: 
47: [----------] 4 tests from std_algorithms_is_sorted_until_team_test
47: [ RUN      ] std_algorithms_is_sorted_until_team_test.test_trivialA
47: [       OK ] std_algorithms_is_sorted_until_team_test.test_trivialA (14 ms)
47: [ RUN      ] std_algorithms_is_sorted_until_team_test.test_trivialB
47: [       OK ] std_algorithms_is_sorted_until_team_test.test_trivialB (14 ms)
47: [ RUN      ] std_algorithms_is_sorted_until_team_test.test_nontrivialA
47: [       OK ] std_algorithms_is_sorted_until_team_test.test_nontrivialA (1459 ms)
47: [ RUN      ] std_algorithms_is_sorted_until_team_test.test_nontrivialB
47: [       OK ] std_algorithms_is_sorted_until_team_test.test_nontrivialB (1063 ms)
47: [----------] 4 tests from std_algorithms_is_sorted_until_team_test (2552 ms total)
47: 
47: [----------] 4 tests from std_algorithms_is_partitioned_team_test
47: [ RUN      ] std_algorithms_is_partitioned_team_test.empty
47: [       OK ] std_algorithms_is_partitioned_team_test.empty (7 ms)
47: [ RUN      ] std_algorithms_is_partitioned_team_test.all_true
47: [       OK ] std_algorithms_is_partitioned_team_test.all_true (492 ms)
47: [ RUN      ] std_algorithms_is_partitioned_team_test.all_false
47: [       OK ] std_algorithms_is_partitioned_team_test.all_false (508 ms)
47: [ RUN      ] std_algorithms_is_partitioned_team_test.random
47: [       OK ] std_algorithms_is_partitioned_team_test.random (366 ms)
47: [----------] 4 tests from std_algorithms_is_partitioned_team_test (1375 ms total)
47: 
47: [----------] 4 tests from std_algorithms_partition_copy_team_test
47: [ RUN      ] std_algorithms_partition_copy_team_test.empty
47: [       OK ] std_algorithms_partition_copy_team_test.empty (12 ms)
47: [ RUN      ] std_algorithms_partition_copy_team_test.all_true
47: [       OK ] std_algorithms_partition_copy_team_test.all_true (976 ms)
47: [ RUN      ] std_algorithms_partition_copy_team_test.all_false
47: [       OK ] std_algorithms_partition_copy_team_test.all_false (977 ms)
47: [ RUN      ] std_algorithms_partition_copy_team_test.random
47: [       OK ] std_algorithms_partition_copy_team_test.random (776 ms)
47: [----------] 4 tests from std_algorithms_partition_copy_team_test (2743 ms total)
47: 
47: [----------] 4 tests from std_algorithms_partition_point_team_test
47: [ RUN      ] std_algorithms_partition_point_team_test.empty
47: [       OK ] std_algorithms_partition_point_team_test.empty (8 ms)
47: [ RUN      ] std_algorithms_partition_point_team_test.all_true
47: [       OK ] std_algorithms_partition_point_team_test.all_true (379 ms)
47: [ RUN      ] std_algorithms_partition_point_team_test.all_false
47: [       OK ] std_algorithms_partition_point_team_test.all_false (374 ms)
47: [ RUN      ] std_algorithms_partition_point_team_test.random
47: [       OK ] std_algorithms_partition_point_team_test.random (219 ms)
47: [----------] 4 tests from std_algorithms_partition_point_team_test (981 ms total)
47: 
47: [----------] Global test environment tear-down
47: [==========] 18 tests from 5 test suites ran. (9967 ms total)
47: [  PASSED  ] 18 tests.
47/51 Test #47: Kokkos_AlgorithmsUnitTest_StdSet_Team_L ..........   Passed   10.72 sec
test 48
      Start 48: Kokkos_AlgorithmsUnitTest_StdSet_Team_M

48: Test command: /var/jenkins/workspace/Kokkos_PR-6767/build/algorithms/unit_tests/Kokkos_AlgorithmsUnitTest_StdSet_Team_M
48: Test timeout computed to be: 1500
48: Kokkos::OpenMP::initialize WARNING: You are likely oversubscribing your CPU cores.
48:                                     Detected: 6 cores per node.
48:                                     Detected: 1 MPI_ranks per node.
48:                                     Requested: 8 threads per process.
48: [==========] Running 5 tests from 4 test suites.
48: [----------] Global test environment set-up.
48: [----------] 2 tests from std_algorithms_transform_team_test
48: [ RUN      ] std_algorithms_transform_team_test.test_unary_op
48: [       OK ] std_algorithms_transform_team_test.test_unary_op (889 ms)
48: [ RUN      ] std_algorithms_transform_team_test.test_binary_op
48: [       OK ] std_algorithms_transform_team_test.test_binary_op (958 ms)
48: [----------] 2 tests from std_algorithms_transform_team_test (1848 ms total)
48: 
48: [----------] 1 test from std_algorithms_generate_team_test
48: [ RUN      ] std_algorithms_generate_team_test.test_unary_op
48: [       OK ] std_algorithms_generate_team_test.test_unary_op (1878 ms)
48: [----------] 1 test from std_algorithms_generate_team_test (1878 ms total)
48: 
48: [----------] 1 test from std_algorithms_generate_n_team_test
48: [ RUN      ] std_algorithms_generate_n_team_test.test
48: [       OK ] std_algorithms_generate_n_team_test.test (489 ms)
48: [----------] 1 test from std_algorithms_generate_n_team_test (489 ms total)
48: 
48: [----------] 1 test from std_algorithms_swap_ranges_team_test
48: [ RUN      ] std_algorithms_swap_ranges_team_test.test
48: [       OK ] std_algorithms_swap_ranges_team_test.test (876 ms)
48: [----------] 1 test from std_algorithms_swap_ranges_team_test (876 ms total)
48: 
48: [----------] Global test environment tear-down
48: [==========] 5 tests from 4 test suites ran. (5093 ms total)
48: [  PASSED  ] 5 tests.
48/51 Test #48: Kokkos_AlgorithmsUnitTest_StdSet_Team_M ..........   Passed    5.84 sec
test 49
      Start 49: Kokkos_AlgorithmsUnitTest_StdSet_Team_P

49: Test command: /var/jenkins/workspace/Kokkos_PR-6767/build/algorithms/unit_tests/Kokkos_AlgorithmsUnitTest_StdSet_Team_P
49: Test timeout computed to be: 1500
49: Kokkos::OpenMP::initialize WARNING: You are likely oversubscribing your CPU cores.
49:                                     Detected: 6 cores per node.
49:                                     Detected: 1 MPI_ranks per node.
49:                                     Requested: 8 threads per process.
49: [==========] Running 2 tests from 2 test suites.
49: [----------] Global test environment set-up.
49: [----------] 1 test from std_algorithms_exclusive_scan_team_test
49: [ RUN      ] std_algorithms_exclusive_scan_team_test.test
49: [       OK ] std_algorithms_exclusive_scan_team_test.test (3794 ms)
49: [----------] 1 test from std_algorithms_exclusive_scan_team_test (3794 ms total)
49: 
49: [----------] 1 test from std_algorithms_transform_exclusive_scan_team_test
49: [ RUN      ] std_algorithms_transform_exclusive_scan_team_test.test
49: [       OK ] std_algorithms_transform_exclusive_scan_team_test.test (1909 ms)
49: [----------] 1 test from std_algorithms_transform_exclusive_scan_team_test (1909 ms total)
49: 
49: [----------] Global test environment tear-down
49: [==========] 2 tests from 2 test suites ran. (5704 ms total)
49: [  PASSED  ] 2 tests.
49/51 Test #49: Kokkos_AlgorithmsUnitTest_StdSet_Team_P ..........   Passed    6.45 sec
test 50
      Start 50: Kokkos_AlgorithmsUnitTest_StdSet_Team_Q

50: Test command: /var/jenkins/workspace/Kokkos_PR-6767/build/algorithms/unit_tests/Kokkos_AlgorithmsUnitTest_StdSet_Team_Q
50: Test timeout computed to be: 1500
50: Kokkos::OpenMP::initialize WARNING: You are likely oversubscribing your CPU cores.
50:                                     Detected: 6 cores per node.
50:                                     Detected: 1 MPI_ranks per node.
50:                                     Requested: 8 threads per process.
50: [==========] Running 2 tests from 2 test suites.
50: [----------] Global test environment set-up.
50: [----------] 1 test from std_algorithms_inclusive_scan_team_test
50: [ RUN      ] std_algorithms_inclusive_scan_team_test.test
50: [       OK ] std_algorithms_inclusive_scan_team_test.test (5778 ms)
50: [----------] 1 test from std_algorithms_inclusive_scan_team_test (5778 ms total)
50: 
50: [----------] 1 test from std_algorithms_transform_inclusive_scan_team_test
50: [ RUN      ] std_algorithms_transform_inclusive_scan_team_test.test
50: [       OK ] std_algorithms_transform_inclusive_scan_team_test.test (3852 ms)
50: [----------] 1 test from std_algorithms_transform_inclusive_scan_team_test (3852 ms total)
50: 
50: [----------] Global test environment tear-down
50: [==========] 2 tests from 2 test suites ran. (9630 ms total)
50: [  PASSED  ] 2 tests.
50/51 Test #50: Kokkos_AlgorithmsUnitTest_StdSet_Team_Q ..........   Passed   10.37 sec
test 51
      Start 51: Kokkos_UnitTest_SIMD

51: Test command: /var/jenkins/workspace/Kokkos_PR-6767/build/simd/unit_tests/Kokkos_UnitTest_SIMD
51: Test timeout computed to be: 1500
51: Kokkos::OpenMP::initialize WARNING: You are likely oversubscribing your CPU cores.
51:                                     Detected: 6 cores per node.
51:                                     Detected: 1 MPI_ranks per node.
51:                                     Requested: 8 threads per process.
51: [==========] Running 16 tests from 1 test suite.
51: [----------] Global test environment set-up.
51: [----------] 16 tests from simd
51: [ RUN      ] simd.host_math_ops
51: [       OK ] simd.host_math_ops (0 ms)
51: [ RUN      ] simd.device_math_ops
51: [       OK ] simd.device_math_ops (6 ms)
51: [ RUN      ] simd.host_mask_ops
51: [       OK ] simd.host_mask_ops (0 ms)
51: [ RUN      ] simd.device_mask_ops
51: [       OK ] simd.device_mask_ops (0 ms)
51: [ RUN      ] simd.host_conversions
51: [       OK ] simd.host_conversions (0 ms)
51: [ RUN      ] simd.device_conversions
51: [       OK ] simd.device_conversions (0 ms)
51: [ RUN      ] simd.host_shift_ops
51: [       OK ] simd.host_shift_ops (0 ms)
51: [ RUN      ] simd.device_shift_ops
51: [       OK ] simd.device_shift_ops (0 ms)
51: [ RUN      ] simd.host_condition
51: [       OK ] simd.host_condition (0 ms)
51: [ RUN      ] simd.device_condition
51: [       OK ] simd.device_condition (0 ms)
51: [ RUN      ] simd.host_gen_ctors
51: [       OK ] simd.host_gen_ctors (0 ms)
51: [ RUN      ] simd.device_gen_ctors
51: [       OK ] simd.device_gen_ctors (0 ms)
51: [ RUN      ] simd.host_where_expressions
51: [       OK ] simd.host_where_expressions (0 ms)
51: [ RUN      ] simd.device_where_expressions
51: [       OK ] simd.device_where_expressions (0 ms)
51: [ RUN      ] simd.host_reductions
51: [       OK ] simd.host_reductions (0 ms)
51: [ RUN      ] simd.device_reductions
51: [       OK ] simd.device_reductions (0 ms)
51: [----------] 16 tests from simd (7 ms total)
51: 
51: [----------] Global test environment tear-down
51: [==========] 16 tests from 1 test suite ran. (7 ms total)
51: [  PASSED  ] 16 tests.
51/51 Test #51: Kokkos_UnitTest_SIMD .............................   Passed    0.74 sec

100% tests passed, 0 tests failed out of 51

Total Test time (real) = 333.34 sec
[Pipeline] }
[Pipeline] // withEnv
[Pipeline] }
$ docker stop --time=1 6c2d4e660b818e7f5b5e2bc804d35d4c40ecd0e439ce6471491b11d8592507a7
$ docker rm -f --volumes 6c2d4e660b818e7f5b5e2bc804d35d4c40ecd0e439ce6471491b11d8592507a7
[Pipeline] // withDockerContainer
[Pipeline] }
[Pipeline] // withEnv
[Pipeline] }
[Pipeline] // node
[Pipeline] }
[Pipeline] // stage
[Pipeline] }
27: [       OK ] serial.UnorderedMap_insert (77849 ms)
27: [ RUN      ] serial.UnorderedMap_failed_insert
 -- Testing 1-D histogram
Density 1D: 0.000245447 -0.99999 -48247.1 || 0.051031 0 195215 || 2.92862e+09 28674.4 || -6.66968e+08 -2.0744
 -- Testing 3-D histogram
Density 3D: 0.000735255 -0.320198 0.147679 || 0.051031 1e+64 -1e+64
Test Scalar=bhalf
 -- Testing randomness properties
27: [       OK ] serial.UnorderedMap_failed_insert (31510 ms)
27: [ RUN      ] serial.UnorderedMap_deep_copy
27: [       OK ] serial.UnorderedMap_deep_copy (20 ms)
27: [ RUN      ] serial.UnorderedMap_valid_empty
27: [       OK ] serial.UnorderedMap_valid_empty (0 ms)
27: [ RUN      ] serial.UnorderedMap_clear_zero_size
27: [       OK ] serial.UnorderedMap_clear_zero_size (0 ms)
27: [ RUN      ] serial.UnorderedMap_consistent_size
27: [       OK ] serial.UnorderedMap_consistent_size (0 ms)
27: [ RUN      ] serial.UnorderedMap_shallow_copyable_on_device
27: [       OK ] serial.UnorderedMap_shallow_copyable_on_device (0 ms)
27: [ RUN      ] serial.UnorderedMap_lambda_capturable
27: [       OK ] serial.UnorderedMap_lambda_capturable (0 ms)
27: [ RUN      ] serial.UnorderedMap_constructor_view_alloc
27: [       OK ] serial.UnorderedMap_constructor_view_alloc (0 ms)
27: [ RUN      ] serial.viewctorprop_embedded_dim
27: [       OK ] serial.viewctorprop_embedded_dim (0 ms)
27: [----------] 62 tests from serial (151471 ms total)
27: 
27: [----------] Global test environment tear-down
27: [==========] 62 tests from 1 test suite ran. (151471 ms total)
27: [  PASSED  ] 61 tests.
27: [  SKIPPED ] 1 test, listed below:
27: [  SKIPPED ] serial.dyn_rank_view_check_fence_resize_realloc
27/50 Test #27: Kokkos_ContainersUnitTest_Serial .................   Passed  152.34 sec
test 28
      Start 28: Kokkos_ContainersUnitTest_Cuda

28: Test command: /var/jenkins/workspace/Kokkos_PR-6767/build/containers/unit_tests/Kokkos_ContainersUnitTest_Cuda
28: Test timeout computed to be: 1500
28: [==========] Running 62 tests from 1 test suite.
28: [----------] Global test environment set-up.
28: [----------] 62 tests from cuda
28: [ RUN      ] cuda.bitset
28: [       OK ] cuda.bitset (17 ms)
28: [ RUN      ] cuda.bitset_default_constructor_no_alloc
28: [       OK ] cuda.bitset_default_constructor_no_alloc (0 ms)
28: [ RUN      ] cuda.dualview_combination
28: [       OK ] cuda.dualview_combination (0 ms)
28: [ RUN      ] cuda.dualview_alloc
28: [       OK ] cuda.dualview_alloc (0 ms)
28: [ RUN      ] cuda.test_dualview_copy_construction_and_assignment
28: [       OK ] cuda.test_dualview_copy_construction_and_assignment (0 ms)
28: [ RUN      ] cuda.dualview_combinations_without_init
28: [       OK ] cuda.dualview_combinations_without_init (0 ms)
28: [ RUN      ] cuda.dualview_deep_copy
28: [       OK ] cuda.dualview_deep_copy (1 ms)
28: [ RUN      ] cuda.dualview_realloc
28: [       OK ] cuda.dualview_realloc (0 ms)
28: [ RUN      ] cuda.dualview_resize
28: [       OK ] cuda.dualview_resize (0 ms)
28: [ RUN      ] cuda.dualview_device_correct_kokkos_device
28: [       OK ] cuda.dualview_device_correct_kokkos_device (0 ms)
28: [ RUN      ] cuda.dualview_host_correct_kokkos_device
28: [       OK ] cuda.dualview_host_correct_kokkos_device (0 ms)
28: [ RUN      ] cuda.dualview_host_modify_template_device_sync
28: [       OK ] cuda.dualview_host_modify_template_device_sync (0 ms)
28: [ RUN      ] cuda.dualview_host_modify_template_device_execspace_sync
28: [       OK ] cuda.dualview_host_modify_template_device_execspace_sync (0 ms)
28: [ RUN      ] cuda.dualview_device_modify_template_host_sync
28: [       OK ] cuda.dualview_device_modify_template_host_sync (0 ms)
28: [ RUN      ] cuda.dualview_device_modify_template_host_execspace_sync
28: [       OK ] cuda.dualview_device_modify_template_host_execspace_sync (0 ms)
28: [ RUN      ] cuda.dualview_template_views_return_correct_executionspace_views
28: [       OK ] cuda.dualview_template_views_return_correct_executionspace_views (0 ms)
28: [ RUN      ] cuda.dynamic_view
28: [       OK ] cuda.dynamic_view (31 ms)
28: [ RUN      ] cuda.dyn_rank_view_api_generic
28: [       OK ] cuda.dyn_rank_view_api_generic (43 ms)
28: [ RUN      ] cuda.dyn_rank_view_api_operator_rank12345
28: [       OK ] cuda.dyn_rank_view_api_operator_rank12345 (1 ms)
28: [ RUN      ] cuda.dyn_rank_view_check_fence_resize_realloc
28: [       OK ] cuda.dyn_rank_view_check_fence_resize_realloc (1 ms)
28: [ RUN      ] cuda.dyn_rank_view_api_operator_rank67
28: [       OK ] cuda.dyn_rank_view_api_operator_rank67 (2 ms)
28: [ RUN      ] cuda.ErrorReporterViaLambda
28: [       OK ] cuda.ErrorReporterViaLambda (0 ms)
28: [ RUN      ] cuda.ErrorReporter
28: [       OK ] cuda.ErrorReporter (0 ms)
28: [ RUN      ] cuda.offsetview_construction
28: [       OK ] cuda.offsetview_construction (2 ms)
28: [ RUN      ] cuda.offsetview_unmanaged_construction
28: [       OK ] cuda.offsetview_unmanaged_construction (0 ms)
28: [ RUN      ] cuda.offsetview_subview
28: [       OK ] cuda.offsetview_subview (0 ms)
28: [ RUN      ] cuda.offsetview_offsets_rank1
28: [       OK ] cuda.offsetview_offsets_rank1 (0 ms)
28: [ RUN      ] cuda.offsetview_offsets_rank2
28: [       OK ] cuda.offsetview_offsets_rank2 (0 ms)
28: [ RUN      ] cuda.offsetview_offsets_rank3
28: [       OK ] cuda.offsetview_offsets_rank3 (0 ms)
28: [ RUN      ] cuda.scatterview
28: [       OK ] cuda.scatterview (885 ms)
28: [ RUN      ] cuda.scatterview_devicetype
28: [       OK ] cuda.scatterview_devicetype (26 ms)
28: [ RUN      ] cuda.staticcrsgraph
28: [       OK ] cuda.staticcrsgraph (30 ms)
28: [ RUN      ] cuda.resize_realloc_no_init_dualview
28: [       OK ] cuda.resize_realloc_no_init_dualview (1 ms)
28: [ RUN      ] cuda.resize_realloc_no_alloc_dualview
28: [       OK ] cuda.resize_realloc_no_alloc_dualview (0 ms)
28: [ RUN      ] cuda.resize_exec_space_dualview
28: [       OK ] cuda.resize_exec_space_dualview (0 ms)
28: [ RUN      ] cuda.realloc_exec_space_dualview
28: [       OK ] cuda.realloc_exec_space_dualview (0 ms)
28: [ RUN      ] cuda.resize_realloc_no_init_dynrankview
28: [       OK ] cuda.resize_realloc_no_init_dynrankview (0 ms)
28: [ RUN      ] cuda.resize_exec_space_dynrankview
28: [       OK ] cuda.resize_exec_space_dynrankview (0 ms)
28: [ RUN      ] cuda.realloc_exec_space_dynrankview
28: [       OK ] cuda.realloc_exec_space_dynrankview (0 ms)
28: [ RUN      ] cuda.resize_realloc_no_init_scatterview
28: [       OK ] cuda.resize_realloc_no_init_scatterview (0 ms)
28: [ RUN      ] cuda.resize_realloc_no_alloc_scatterview
28: [       OK ] cuda.resize_realloc_no_alloc_scatterview (0 ms)
28: [ RUN      ] cuda.resize_exec_space_scatterview
28: [       OK ] cuda.resize_exec_space_scatterview (0 ms)
28: [ RUN      ] cuda.realloc_exec_space_scatterview
28: [       OK ] cuda.realloc_exec_space_scatterview (0 ms)
28: [ RUN      ] cuda.create_mirror_no_init_dynrankview
28: [       OK ] cuda.create_mirror_no_init_dynrankview (0 ms)
28: [ RUN      ] cuda.create_mirror_no_init_dynrankview_viewctor
28: [       OK ] cuda.create_mirror_no_init_dynrankview_viewctor (0 ms)
28: [ RUN      ] cuda.create_mirror_view_and_copy_dynrankview
28: [       OK ] cuda.create_mirror_view_and_copy_dynrankview (0 ms)
28: [ RUN      ] cuda.create_mirror_no_init_offsetview
28: [       OK ] cuda.create_mirror_no_init_offsetview (0 ms)
28: [ RUN      ] cuda.create_mirror_no_init_offsetview_view_ctor
28: [       OK ] cuda.create_mirror_no_init_offsetview_view_ctor (0 ms)
28: [ RUN      ] cuda.create_mirror_view_and_copy_offsetview
28: [       OK ] cuda.create_mirror_view_and_copy_offsetview (0 ms)
28: [ RUN      ] cuda.create_mirror_no_init_dynamicview
28: [       OK ] cuda.create_mirror_no_init_dynamicview (0 ms)
28: [ RUN      ] cuda.create_mirror_view_and_copy_dynamicview
28: [       OK ] cuda.create_mirror_view_and_copy_dynamicview (0 ms)
28: [ RUN      ] cuda.create_mirror_no_init_dynamicview_view_ctor
28: [       OK ] cuda.create_mirror_no_init_dynamicview_view_ctor (0 ms)
28: [ RUN      ] cuda.UnorderedMap_insert
28: [       OK ] cuda.UnorderedMap_insert (12906 ms)
28: [ RUN      ] cuda.UnorderedMap_failed_insert
28: [       OK ] cuda.UnorderedMap_failed_insert (1553 ms)
28: [ RUN      ] cuda.UnorderedMap_deep_copy
28: [       OK ] cuda.UnorderedMap_deep_copy (9 ms)
28: [ RUN      ] cuda.UnorderedMap_valid_empty
28: [       OK ] cuda.UnorderedMap_valid_empty (1 ms)
28: [ RUN      ] cuda.UnorderedMap_clear_zero_size
28: [       OK ] cuda.UnorderedMap_clear_zero_size (0 ms)
28: [ RUN      ] cuda.UnorderedMap_consistent_size
28: [       OK ] cuda.UnorderedMap_consistent_size (0 ms)
28: [ RUN      ] cuda.UnorderedMap_shallow_copyable_on_device
28: [       OK ] cuda.UnorderedMap_shallow_copyable_on_device (0 ms)
28: [ RUN      ] cuda.UnorderedMap_lambda_capturable
28: [       OK ] cuda.UnorderedMap_lambda_capturable (0 ms)
28: [ RUN      ] cuda.UnorderedMap_constructor_view_alloc
28: [       OK ] cuda.UnorderedMap_constructor_view_alloc (0 ms)
28: [ RUN      ] cuda.viewctorprop_embedded_dim
28: [       OK ] cuda.viewctorprop_embedded_dim (0 ms)
28: [----------] 62 tests from cuda (15530 ms total)
28: 
28: [----------] Global test environment tear-down
28: [==========] 62 tests from 1 test suite ran. (15530 ms total)
28: [  PASSED  ] 62 tests.
28/50 Test #28: Kokkos_ContainersUnitTest_Cuda ...................   Passed   16.38 sec
test 29
      Start 29: Kokkos_ContainersPerformanceTest_Cuda

29: Test command: /var/jenkins/workspace/Kokkos_PR-6767/build/containers/performance_tests/Kokkos_ContainersPerformanceTest_Cuda
29: Test timeout computed to be: 1500
29: [==========] Running 4 tests from 1 test suite.
29: [----------] Global test environment set-up.
29: [----------] 4 tests from TEST_CATEGORY
29: [ RUN      ] TEST_CATEGORY.dynrankview_perf
29: Cuda
29:  DynRankView vs View: Initialization Only 
29:  View time (init only): 0.00358969
29:  View sum computation time: 0.00358969
29:  Strided View time (init only): 0.00111701
29:  View Rank7 time (init only): 0.00120626
29:  DynRankView time (init only): 0.00121284
29:  DynRankView sum computation time: 0.00211205
29:  Ratio of View to DynRankView time: 2.95974
29:  Ratio of View to DynRankView sum computation time: 0.812799
29:  Ratio of View to View Rank7  time: 2.97588
29:  Ratio of StrideView to DynRankView time: 0.920992
29:  Ratio of DynRankView to View Rank7  time: 1.00545
29: [       OK ] TEST_CATEGORY.dynrankview_perf (17 ms)
29: [ RUN      ] TEST_CATEGORY.global_2_local
29: Cuda
29: size, create, generate, fill, find
29: 256, 0.000346949, 5.0246e-05, 3.5126e-05, 0.00244467
29: 512, 0.000189995, 1.7349e-05, 3.1036e-05, 0.00243868
29: 1024, 0.000176645, 1.7117e-05, 3.0306e-05, 0.00251542
29: 2048, 0.000203458, 1.6429e-05, 2.9736e-05, 0.00264829
29: 4096, 0.000187443, 1.5785e-05, 2.9221e-05, 0.00257575
29: 8192, 0.000176358, 1.5342e-05, 3.3992e-05, 0.00261091
29: 16384, 0.000182862, 1.6309e-05, 3.5774e-05, 0.00259314
29: 32768, 0.000628219, 1.7064e-05, 4.0083e-05, 0.00272237
29: 65536, 0.000288969, 1.7541e-05, 5.0115e-05, 0.00308724
29: 131072, 0.000368291, 1.8758e-05, 7.2982e-05, 0.00368862
29: 262144, 0.000610931, 2.0581e-05, 0.000157013, 0.00637197
29: 524288, 0.000600749, 2.3419e-05, 0.000540838, 0.019466
29: 1048576, 0.000631324, 3.1321e-05, 0.00140563, 0.0481184
29: 2097152, 0.000783427, 5.8619e-05, 0.00304266, 0.109781
29: 4194304, 0.00101905, 6.9126e-05, 0.00682888, 0.236189
29: [       OK ] TEST_CATEGORY.global_2_local (469 ms)
29: [ RUN      ] TEST_CATEGORY.unordered_map_performance_near
29: skipping test
29: [       OK ] TEST_CATEGORY.unordered_map_performance_near (0 ms)
29: [ RUN      ] TEST_CATEGORY.unordered_map_performance_far
29: skipping test
29: [       OK ] TEST_CATEGORY.unordered_map_performance_far (0 ms)
29: [----------] 4 tests from TEST_CATEGORY (487 ms total)
29: 
29: [----------] Global test environment tear-down
29: [==========] 4 tests from 1 test suite ran. (487 ms total)
29: [  PASSED  ] 4 tests.
29/50 Test #29: Kokkos_ContainersPerformanceTest_Cuda ............   Passed    1.23 sec
test 30
      Start 30: Kokkos_UnitTest_Sort

30: Test command: /var/jenkins/workspace/Kokkos_PR-6767/build/algorithms/unit_tests/Kokkos_UnitTest_Sort
30: Test timeout computed to be: 1500
30: [==========] Running 9 tests from 1 test suite.
30: [----------] Global test environment set-up.
30: [----------] 9 tests from cuda
30: [ RUN      ] cuda.SortUnsignedValueType
30: [       OK ] cuda.SortUnsignedValueType (37 ms)
30: [ RUN      ] cuda.SortEmptyView
30: [       OK ] cuda.SortEmptyView (0 ms)
30: [ RUN      ] cuda.SortWithCustomComparator
30: [       OK ] cuda.SortWithCustomComparator (2910 ms)
30: [ RUN      ] cuda.BinSortGenericTests
30: [       OK ] cuda.BinSortGenericTests (29 ms)
30: [ RUN      ] cuda.BinSortEmptyView
30: [       OK ] cuda.BinSortEmptyView (0 ms)
30: [ RUN      ] cuda.BinSortEmptyKeysView
30: [       OK ] cuda.BinSortEmptyKeysView (0 ms)
30: [ RUN      ] cuda.BinSortUnsignedKeyLayoutStrideValues
 -- Testing 1-D histogram
Density 1D: 0.00195412 -0.999999 -57859.8 || 0.051031 0 1.55192e+06 || 2.86918e+10 28674.4 || -7.99854e+08 -2.0744
 -- Testing 3-D histogram
Density 3D: 0.00587242 -0.967951 10.3726 || 0.051031 1e+64 -1e+64
Test Scalar=float
 -- Testing randomness properties
30: [       OK ] cuda.BinSortUnsignedKeyLayoutStrideValues (99190 ms)
30: [ RUN      ] cuda.NestedSort
30: [       OK ] cuda.NestedSort (188 ms)
30: [ RUN      ] cuda.NestedSortByKey
30: [       OK ] cuda.NestedSortByKey (681 ms)
30: [----------] 9 tests from cuda (103037 ms total)
30: 
30: [----------] Global test environment tear-down
30: [==========] 9 tests from 1 test suite ran. (103037 ms total)
30: [  PASSED  ] 9 tests.
30/50 Test #30: Kokkos_UnitTest_Sort .............................   Passed  103.85 sec
test 31
      Start 31: Kokkos_UnitTest_Random

31: Test command: /var/jenkins/workspace/Kokkos_PR-6767/build/algorithms/unit_tests/Kokkos_UnitTest_Random
31: Test timeout computed to be: 1500
31: [==========] Running 3 tests from 1 test suite.
31: [----------] Global test environment set-up.
31: [----------] 3 tests from cuda
31: [ RUN      ] cuda.Random_XorShift64
31: Test Seed:1707434575366174510
31: Test Scalar=int
31:  -- Testing randomness properties
31:  -- Testing 1-D histogram
31: Density 1D: 6.45775e-07 -0.00323865 -0.0203538 || 0.051031 27991 29277 || 28767.6 28674.4 || -281.371 -2.0744
31:  -- Testing 3-D histogram
31: Density 3D: 6.5082e-07 -0.00304227 -0.00264124 || 0.051031 1e+64 -1e+64
31: Test Scalar=unsigned int
31:  -- Testing randomness properties
31:  -- Testing 1-D histogram
31: Density 1D: 6.43252e-07 -0.00653422 -0.0268733 || 0.051031 27996 29363 || 28863 28674.4 || -371.497 -2.0744
31:  -- Testing 3-D histogram
31: Density 3D: 6.43252e-07 -0.0184566 0.00784101 || 0.051031 1e+64 -1e+64
31: Test Scalar=int64_t
31:  -- Testing randomness properties
31:  -- Testing 1-D histogram
31: Density 1D: 6.43252e-07 -0.00882344 -0.00423563 || 0.051031 28076 29338 || 28929.6 28674.4 || -58.5533 -2.0744
31:  -- Testing 3-D histogram
31: Density 3D: 6.43252e-07 0.00811875 -0.00303371 || 0.051031 1e+64 -1e+64
31: Test Scalar=uint64_t
31:  -- Testing randomness properties
31:  -- Testing 1-D histogram
31: Density 1D: 6.43252e-07 0.00107572 0.0423062 || 0.051031 28021 29311 || 28643.6 28674.4 || 584.841 -2.0744
31:  -- Testing 3-D histogram
31: Density 3D: 6.43252e-07 -0.000853014 0.000914708 || 0.051031 1e+64 -1e+64
31: Test Scalar=half
31:  -- Testing randomness properties
31:  -- Testing 1-D histogram
31: Density 1D: 0.000245664 -0.99999 -48243.2 || 0.051031 0 194845 || 2.92843e+09 28674.4 || -6.66915e+08 -2.0744
31:  -- Testing 3-D histogram
31: Density 3D: 0.000735906 -0.304017 0.153102 || 0.051031 1e+64 -1e+64
31: Test Scalar=bhalf
31:  -- Testing randomness properties
31:  -- Testing 1-D histogram
31: Density 1D: 0.00195878 -0.999999 -57857.2 || 0.051031 0 1.55147e+06 || 2.86898e+10 28674.4 || -7.99819e+08 -2.0744
31:  -- Testing 3-D histogram
31: Density 3D: 0.00588703 -0.96781 10.2226 || 0.051031 1e+64 -1e+64
31: Test Scalar=float
31:  -- Testing randomness properties
31:  -- Testing 1-D histogram
31: Density 1D: 6.68478e-07 0.00265021 -0.013974 || 0.051031 28052 29379 || 28598.6 28674.4 || -193.177 -2.0744
31:  -- Testing 3-D histogram
31: Density 3D: 7.18929e-07 0.0219069 -0.00737863 || 0.051031 1e+64 -1e+64
31: Test Scalar=double
31:  -- Testing randomness properties
31:  -- Testing 1-D histogram
31: Density 1D: 6.43252e-07 0.00781482 0.0110514 || 0.051031 27971 29386 || 28452 28674.4 || 152.774 -2.0744
31:  -- Testing 3-D histogram
31: Density 3D: 6.43252e-07 -0.00462692 -0.00113973 || 0.051031 1e+64 -1e+64
31: Test Seed:1707434575529279805
31: Test Scalar=int
31:  -- Testing randomness properties
31:  -- Testing 1-D histogram
31: Density 1D: 6.43252e-07 -0.0103804 -0.000119995 || 0.051031 28028 29394 || 28975.2 28674.4 || -1.65881 -2.0744
31:  -- Testing 3-D histogram
31: Density 3D: 6.43252e-07 -0.0193615 0.000343167 || 0.051031 1e+64 -1e+64
31: Test Scalar=unsigned int
31:  -- Testing randomness properties
31:  -- Testing 1-D histogram
31: Density 1D: 6.43252e-07 0.0173561 0.0131241 || 0.051031 27929 29344 || 28185.2 28674.4 || 181.427 -2.0744
31:  -- Testing 3-D histogram
31: Density 3D: 6.43252e-07 0.0107254 0.0021619 || 0.051031 1e+64 -1e+64
31: Test Scalar=int64_t
31:  -- Testing randomness properties
31:  -- Testing 1-D histogram
31: Density 1D: 6.43252e-07 0.0107894 -0.000540074 || 0.051031 27971 29331 || 28368.3 28674.4 || -7.46599 -2.0744
31:  -- Testing 3-D histogram
31: Density 3D: 6.43252e-07 1.89002e-06 0.00949871 || 0.051031 1e+64 -1e+64
31: Test Scalar=uint64_t
31:  -- Testing randomness properties
31:  -- Testing 1-D histogram
31: Density 1D: 6.43252e-07 0.00758473 -0.0185067 || 0.051031 28030 29313 || 28458.5 28674.4 || -255.837 -2.0744
31:  -- Testing 3-D histogram
31: Density 3D: 6.43252e-07 0.00596549 -0.00664144 || 0.051031 1e+64 -1e+64
31: Test Scalar=half
31:  -- Testing randomness properties
31:  -- Testing 1-D histogram
31: Density 1D: 0.000244935 -0.99999 -48245 || 0.051031 0 194924 || 2.92863e+09 28674.4 || -6.6694e+08 -2.0744
31:  -- Testing 3-D histogram
31: Density 3D: 0.000733693 -0.305703 0.159441 || 0.051031 1e+64 -1e+64
31: Test Scalar=bhalf
31:  -- Testing randomness properties
31:  -- Testing 1-D histogram
31: Density 1D: 0.00195887 -0.999999 -57856.6 || 0.051031 0 1.55106e+06 || 2.86905e+10 28674.4 || -7.99809e+08 -2.0744
31:  -- Testing 3-D histogram
31: Density 3D: 0.00588664 -0.96803 10.3754 || 0.051031 1e+64 -1e+64
31: Test Scalar=float
31:  -- Testing randomness properties
31:  -- Testing 1-D histogram
31: Density 1D: 6.71e-07 -0.00817609 -0.0353125 || 0.051031 27958 29308 || 28910.8 28674.4 || -488.16 -2.0744
31:  -- Testing 3-D histogram
31: Density 3D: 7.26496e-07 -0.0069128 -0.00557098 || 0.051031 1e+64 -1e+64
31: Test Scalar=double
31:  -- Testing randomness properties
31:  -- Testing 1-D histogram
31: Density 1D: 6.43252e-07 -0.0158789 -0.00991471 || 0.051031 28041 29274 || 29137.1 28674.4 || -137.061 -2.0744
31:  -- Testing 3-D histogram
31: Density 3D: 6.43252e-07 0.0132943 -0.000532725 || 0.051031 1e+64 -1e+64
31: [       OK ] cuda.Random_XorShift64 (317 ms)
31: [ RUN      ] cuda.Random_XorShift1024_0
31: Test Seed:1707434575683294459
31: Test Scalar=int
31:  -- Testing randomness properties
31:  -- Testing 1-D histogram
31: Density 1D: 2.47955e-07 0.0097622 0.0105357 || 0.051031 10971 11777 || 11267 11377 || 145.646 -0.823045
31:  -- Testing 3-D histogram
31: Density 3D: 2.47955e-07 0.00821656 0.00591881 || 0.051031 1e+64 -1e+64
31: Test Scalar=unsigned int
31:  -- Testing randomness properties
31:  -- Testing 1-D histogram
31: Density 1D: 2.47955e-07 0.000196445 -0.0010221 || 0.051031 10992 11822 || 11374.7 11377 || -14.1295 -0.823045
31:  -- Testing 3-D histogram
31: Density 3D: 2.47955e-07 -0.00801612 -0.00345093 || 0.051031 1e+64 -1e+64
31: Test Scalar=int64_t
31:  -- Testing randomness properties
31:  -- Testing 1-D histogram
31: Density 1D: 2.47955e-07 -0.00305505 -0.00907628 || 0.051031 10969 11788 || 11411.8 11377 || -125.471 -0.823045
31:  -- Testing 3-D histogram
31: Density 3D: 2.47955e-07 -0.00198729 0.0033977 || 0.051031 1e+64 -1e+64
31: Test Scalar=uint64_t
31:  -- Testing randomness properties
31:  -- Testing 1-D histogram
31: Density 1D: 2.47955e-07 4.15962e-05 0.00945281 || 0.051031 10978 11776 || 11376.5 11377 || 130.676 -0.823045
31:  -- Testing 3-D histogram
31: Density 3D: 2.47955e-07 -0.0169006 0.00128799 || 0.051031 1e+64 -1e+64
31: Test Scalar=half
31:  -- Testing randomness properties
31:  -- Testing 1-D histogram
31: Density 1D: 0.000244836 -0.999975 -7593.89 || 0.051031 0 77618 || 4.61e+08 11377 || -1.04978e+08 -0.823045
31:  -- Testing 3-D histogram
31: Density 3D: 0.000734219 -0.140481 0.0187397 || 0.051031 1e+64 -1e+64
31: Test Scalar=bhalf
31:  -- Testing randomness properties
31:  -- Testing 1-D histogram
31: Density 1D: 0.00195903 -0.999997 -9108.2 || 0.051031 0 616189 || 4.51605e+09 11377 || -1.25912e+08 -0.823045
31:  -- Testing 3-D histogram
31: Density 3D: 0.00588771 -0.923015 1.63198 || 0.051031 1e+64 -1e+64
31: Test Scalar=float
31:  -- Testing randomness properties
31:  -- Testing 1-D histogram
31: Density 1D: 2.54313e-07 0.00920451 0.000175933 || 0.051031 10982 11777 || 11273.2 11377 || 2.4321 -0.823045
31:  -- Testing 3-D histogram
31: Density 3D: 2.67029e-07 0.00647416 0.00206438 || 0.051031 1e+64 -1e+64
31: Test Scalar=double
31:  -- Testing randomness properties
31:  -- Testing 1-D histogram
31: Density 1D: 2.47955e-07 -0.00217896 -0.0111425 || 0.051031 10980 11836 || 11401.8 11377 || -154.033 -0.823045
31:  -- Testing 3-D histogram
31: Density 3D: 2.47955e-07 0.0159484 0.000698818 || 0.051031 1e+64 -1e+64
31: Test Seed:1707434575899527536
31: Test Scalar=int
31:  -- Testing randomness properties
31:  -- Testing 1-D histogram
31: Density 1D: 2.47955e-07 0.0144326 0.00505209 || 0.051031 10935 11774 || 11215.1 11377 || 69.8401 -0.823045
31:  -- Testing 3-D histogram
31: Density 3D: 2.47955e-07 -0.0026065 -5.60122e-05 || 0.051031 1e+64 -1e+64
31: Test Scalar=unsigned int
31:  -- Testing randomness properties
31:  -- Testing 1-D histogram
31: Density 1D: 2.47955e-07 0.00117685 -0.013163 || 0.051031 10981 11805 || 11363.6 11377 || -181.966 -0.823045
31:  -- Testing 3-D histogram
31: Density 3D: 2.47955e-07 0.0043443 0.00015066 || 0.051031 1e+64 -1e+64
31: Test Scalar=int64_t
31:  -- Testing randomness properties
31:  -- Testing 1-D histogram
31: Density 1D: 2.47955e-07 -0.00698105 0.00540433 || 0.051031 10981 11817 || 11456.9 11377 || 74.7094 -0.823045
31:  -- Testing 3-D histogram
31: Density 3D: 2.47955e-07 0.0298379 -0.000435423 || 0.051031 1e+64 -1e+64
31: Test Scalar=uint64_t
31:  -- Testing randomness properties
31:  -- Testing 1-D histogram
31: Density 1D: 2.47955e-07 -0.0133362 -0.000991261 || 0.051031 10939 11785 || 11530.7 11377 || -13.7032 -0.823045
31:  -- Testing 3-D histogram
31: Density 3D: 2.47955e-07 -0.0168326 -0.00234095 || 0.051031 1e+64 -1e+64
31: Test Scalar=half
31:  -- Testing randomness properties
31:  -- Testing 1-D histogram
31: Density 1D: 0.000244709 -0.999975 -7595.03 || 0.051031 0 77719 || 4.61046e+08 11377 || -1.04994e+08 -0.823045
31:  -- Testing 3-D histogram
31: Density 3D: 0.000733914 -0.168706 0.0294219 || 0.051031 1e+64 -1e+64
31: Test Scalar=bhalf
31:  -- Testing randomness properties
31:  -- Testing 1-D histogram
31: Density 1D: 0.00196202 -0.999997 -9107.85 || 0.051031 0 616714 || 4.51585e+09 11377 || -1.25907e+08 -0.823045
31:  -- Testing 3-D histogram
31: Density 3D: 0.00589678 -0.922726 1.61947 || 0.051031 1e+64 -1e+64
31: Test Scalar=float
31:  -- Testing randomness properties
31:  -- Testing 1-D histogram
31: Density 1D: 2.9246e-07 -0.0195335 0.000972956 || 0.051031 11015 11807 || 11603.6 11377 || 13.4501 -0.823045
31:  -- Testing 3-D histogram
31: Density 3D: 3.8147e-07 0.011479 -0.00258534 || 0.051031 1e+64 -1e+64
31: Test Scalar=double
31:  -- Testing randomness properties
31:  -- Testing 1-D histogram
31: Density 1D: 2.47955e-07 -0.0102659 -0.00108301 || 0.051031 10906 11770 || 11495 11377 || -14.9715 -0.823045
31:  -- Testing 3-D histogram
31: Density 3D: 2.47955e-07 0.00388761 -0.00128266 || 0.051031 1e+64 -1e+64
31: [       OK ] cuda.Random_XorShift1024_0 (599 ms)
31: [ RUN      ] cuda.Multi_streams
31: [       OK ] cuda.Multi_streams (4033 ms)
31: [----------] 3 tests from cuda (4950 ms total)
31: 
31: [----------] Global test environment tear-down
31: [==========] 3 tests from 1 test suite ran. (4950 ms total)
31: [  PASSED  ] 3 tests.
31/50 Test #31: Kokkos_UnitTest_Random ...........................   Passed    5.71 sec
test 32
      Start 32: Kokkos_AlgorithmsUnitTest_StdSet_A

32: Test command: /var/jenkins/workspace/Kokkos_PR-6767/build/algorithms/unit_tests/Kokkos_AlgorithmsUnitTest_StdSet_A
32: Test timeout computed to be: 1500
32: [==========] Running 14 tests from 3 test suites.
32: [----------] Global test environment set-up.
32: [----------] 3 tests from std_algorithms_reducers
32: [ RUN      ] std_algorithms_reducers.max_first_loc
32: [       OK ] std_algorithms_reducers.max_first_loc (0 ms)
32: [ RUN      ] std_algorithms_reducers.min_first_loc
32: [       OK ] std_algorithms_reducers.min_first_loc (0 ms)
32: [ RUN      ] std_algorithms_reducers.min_max_first_last_loc
32: [       OK ] std_algorithms_reducers.min_max_first_last_loc (0 ms)
32: [----------] 3 tests from std_algorithms_reducers (0 ms total)
32: 
32: [----------] 1 test from std_algorithms
32: [ RUN      ] std_algorithms.is_admissible_to_std_algorithms
32: [       OK ] std_algorithms.is_admissible_to_std_algorithms (0 ms)
32: [----------] 1 test from std_algorithms (0 ms total)
32: 
32: [----------] 10 tests from random_access_iterator_test
32: [ RUN      ] random_access_iterator_test.constructor
32: [       OK ] random_access_iterator_test.constructor (2 ms)
32: [ RUN      ] random_access_iterator_test.dereference
32: [       OK ] random_access_iterator_test.dereference (0 ms)
32: [ RUN      ] random_access_iterator_test.subscript_operator
32: [       OK ] random_access_iterator_test.subscript_operator (0 ms)
32: [ RUN      ] random_access_iterator_test.operatorsSet1
32: [       OK ] random_access_iterator_test.operatorsSet1 (0 ms)
32: [ RUN      ] random_access_iterator_test.operatorsSet2
32: [       OK ] random_access_iterator_test.operatorsSet2 (0 ms)
32: [ RUN      ] random_access_iterator_test.operatorsSet3
32: [       OK ] random_access_iterator_test.operatorsSet3 (0 ms)
32: [ RUN      ] random_access_iterator_test.operatorsSet4
32: [       OK ] random_access_iterator_test.operatorsSet4 (0 ms)
32: [ RUN      ] random_access_iterator_test.assignment_operator
32: [       OK ] random_access_iterator_test.assignment_operator (0 ms)
32: [ RUN      ] random_access_iterator_test.distance
32: [       OK ] random_access_iterator_test.distance (0 ms)
32: [ RUN      ] random_access_iterator_test.traits_helpers
32: [       OK ] random_access_iterator_test.traits_helpers (0 ms)
32: [----------] 10 tests from random_access_iterator_test (5 ms total)
32: 
32: [----------] Global test environment tear-down
32: [==========] 14 tests from 3 test suites ran. (5 ms total)
32: [  PASSED  ] 14 tests.
32/50 Test #32: Kokkos_AlgorithmsUnitTest_StdSet_A ...............   Passed    0.75 sec
test 33
      Start 33: Kokkos_AlgorithmsUnitTest_StdSet_B

33: Test command: /var/jenkins/workspace/Kokkos_PR-6767/build/algorithms/unit_tests/Kokkos_AlgorithmsUnitTest_StdSet_B
33: Test timeout computed to be: 1500
33: [==========] Running 7 tests from 1 test suite.
33: [----------] Global test environment set-up.
33: [----------] 7 tests from std_algorithms_min_max_element_test
33: [ RUN      ] std_algorithms_min_max_element_test.min_element_empty_range
33: [       OK ] std_algorithms_min_max_element_test.min_element_empty_range (0 ms)
33: [ RUN      ] std_algorithms_min_max_element_test.max_element_empty_range
33: [       OK ] std_algorithms_min_max_element_test.max_element_empty_range (0 ms)
33: [ RUN      ] std_algorithms_min_max_element_test.min_element_non_trivial_data
33: [       OK ] std_algorithms_min_max_element_test.min_element_non_trivial_data (9 ms)
33: [ RUN      ] std_algorithms_min_max_element_test.max_element_non_trivial_data
33: [       OK ] std_algorithms_min_max_element_test.max_element_non_trivial_data (6 ms)
33: [ RUN      ] std_algorithms_min_max_element_test.min_element_non_trivial_data_custom_comp
33: [       OK ] std_algorithms_min_max_element_test.min_element_non_trivial_data_custom_comp (6 ms)
33: [ RUN      ] std_algorithms_min_max_element_test.max_element_non_trivial_data_custom_comp
33: [       OK ] std_algorithms_min_max_element_test.max_element_non_trivial_data_custom_comp (6 ms)
33: [ RUN      ] std_algorithms_min_max_element_test.minmax_element_non_trivial_data_custom_comp
33: [       OK ] std_algorithms_min_max_element_test.minmax_element_non_trivial_data_custom_comp (10 ms)
33: [----------] 7 tests from std_algorithms_min_max_element_test (39 ms total)
33: 
33: [----------] Global test environment tear-down
33: [==========] 7 tests from 1 test suite ran. (39 ms total)
33: [  PASSED  ] 7 tests.
33/50 Test #33: Kokkos_AlgorithmsUnitTest_StdSet_B ...............   Passed    0.78 sec
test 34
      Start 34: Kokkos_AlgorithmsUnitTest_StdSet_C

34: Test command: /var/jenkins/workspace/Kokkos_PR-6767/build/algorithms/unit_tests/Kokkos_AlgorithmsUnitTest_StdSet_C
34: Test timeout computed to be: 1500
34: [==========] Running 13 tests from 10 test suites.
34: [----------] Global test environment set-up.
34: [----------] 1 test from std_algorithms_lexicographical_compare_test
34: [ RUN      ] std_algorithms_lexicographical_compare_test.test
34: [       OK ] std_algorithms_lexicographical_compare_test.test (775 ms)
34: [----------] 1 test from std_algorithms_lexicographical_compare_test (775 ms total)
34: 
34: [----------] 1 test from std_algorithms_for_each_test
34: [ RUN      ] std_algorithms_for_each_test.test
34: [       OK ] std_algorithms_for_each_test.test (1064 ms)
34: [----------] 1 test from std_algorithms_for_each_test (1064 ms total)
34: 
34: [----------] 1 test from std_algorithms_find_test
34: [ RUN      ] std_algorithms_find_test.test
34: [       OK ] std_algorithms_find_test.test (401 ms)
34: [----------] 1 test from std_algorithms_find_test (401 ms total)
34: 
34: [----------] 4 tests from std_algorithms_non_mod_seq_ops
34: [ RUN      ] std_algorithms_non_mod_seq_ops.find_first_of
34: [       OK ] std_algorithms_non_mod_seq_ops.find_first_of (1502 ms)
34: [ RUN      ] std_algorithms_non_mod_seq_ops.find_end
34: [       OK ] std_algorithms_non_mod_seq_ops.find_end (4015 ms)
34: [ RUN      ] std_algorithms_non_mod_seq_ops.search
34: [       OK ] std_algorithms_non_mod_seq_ops.search (2269 ms)
34: [ RUN      ] std_algorithms_non_mod_seq_ops.search_n
34: [       OK ] std_algorithms_non_mod_seq_ops.search_n (1635 ms)
34: [----------] 4 tests from std_algorithms_non_mod_seq_ops (9422 ms total)
34: 
34: [----------] 1 test from std_algorithms_count_test
34: [ RUN      ] std_algorithms_count_test.test
34: [       OK ] std_algorithms_count_test.test (455 ms)
34: [----------] 1 test from std_algorithms_count_test (456 ms total)
34: 
34: [----------] 1 test from std_algorithms_equal_test
34: [ RUN      ] std_algorithms_equal_test.test
34: [       OK ] std_algorithms_equal_test.test (16 ms)
34: [----------] 1 test from std_algorithms_equal_test (16 ms total)
34: 
34: [----------] 1 test from std_algorithms_all_any_none_of_test
34: [ RUN      ] std_algorithms_all_any_none_of_test.test
34: [       OK ] std_algorithms_all_any_none_of_test.test (444 ms)
34: [----------] 1 test from std_algorithms_all_any_none_of_test (444 ms total)
34: 
34: [----------] 1 test from std_algorithms_nonmod_seq_ops
34: [ RUN      ] std_algorithms_nonmod_seq_ops.adjacent_find
34: [       OK ] std_algorithms_nonmod_seq_ops.adjacent_find (412 ms)
34: [----------] 1 test from std_algorithms_nonmod_seq_ops (412 ms total)
34: 
34: [----------] 1 test from std_algorithms_mismatch_test
34: [ RUN      ] std_algorithms_mismatch_test.test
34: [       OK ] std_algorithms_mismatch_test.test (698 ms)
34: [----------] 1 test from std_algorithms_mismatch_test (698 ms total)
34: 
34: [----------] 1 test from std_algorithms_mod_seq_ops
34: [ RUN      ] std_algorithms_mod_seq_ops.move_backward
34: [       OK ] std_algorithms_mod_seq_ops.move_backward (132 ms)
34: [----------] 1 test from std_algorithms_mod_seq_ops (132 ms total)
34: 
34: [----------] Global test environment tear-down
34: [==========] 13 tests from 10 test suites ran. (13825 ms total)
34: [  PASSED  ] 13 tests.
34/50 Test #34: Kokkos_AlgorithmsUnitTest_StdSet_C ...............   Passed   14.60 sec
test 35
      Start 35: Kokkos_AlgorithmsUnitTest_StdSet_D

35: Test command: /var/jenkins/workspace/Kokkos_PR-6767/build/algorithms/unit_tests/Kokkos_AlgorithmsUnitTest_StdSet_D
35: Test timeout computed to be: 1500
35: [==========] Running 31 tests from 5 test suites.
35: [----------] Global test environment set-up.
35: [----------] 3 tests from std_algorithms_mod_ops_test
35: [ RUN      ] std_algorithms_mod_ops_test.move
35: [       OK ] std_algorithms_mod_ops_test.move (0 ms)
35: [ RUN      ] std_algorithms_mod_ops_test.move_within_parfor
35: [       OK ] std_algorithms_mod_ops_test.move_within_parfor (2 ms)
35: [ RUN      ] std_algorithms_mod_ops_test.iter_swap_static_view
35: [       OK ] std_algorithms_mod_ops_test.iter_swap_static_view (0 ms)
35: [----------] 3 tests from std_algorithms_mod_ops_test (3 ms total)
35: 
35: [----------] 12 tests from std_algorithms_mod_seq_ops_test
35: [ RUN      ] std_algorithms_mod_seq_ops_test.copy
35: [       OK ] std_algorithms_mod_seq_ops_test.copy (0 ms)
35: [ RUN      ] std_algorithms_mod_seq_ops_test.copy_view
35: [       OK ] std_algorithms_mod_seq_ops_test.copy_view (0 ms)
35: [ RUN      ] std_algorithms_mod_seq_ops_test.copy_n
35: [       OK ] std_algorithms_mod_seq_ops_test.copy_n (0 ms)
35: [ RUN      ] std_algorithms_mod_seq_ops_test.copy_backward
35: [       OK ] std_algorithms_mod_seq_ops_test.copy_backward (0 ms)
35: [ RUN      ] std_algorithms_mod_seq_ops_test.reverse_copy
35: [       OK ] std_algorithms_mod_seq_ops_test.reverse_copy (0 ms)
35: [ RUN      ] std_algorithms_mod_seq_ops_test.fill
35: [       OK ] std_algorithms_mod_seq_ops_test.fill (0 ms)
35: [ RUN      ] std_algorithms_mod_seq_ops_test.fill_n
35: [       OK ] std_algorithms_mod_seq_ops_test.fill_n (0 ms)
35: [ RUN      ] std_algorithms_mod_seq_ops_test.transform_from_fixture_unary_op
35: [       OK ] std_algorithms_mod_seq_ops_test.transform_from_fixture_unary_op (0 ms)
35: [ RUN      ] std_algorithms_mod_seq_ops_test.transform_from_fixture_binary_op
35: [       OK ] std_algorithms_mod_seq_ops_test.transform_from_fixture_binary_op (0 ms)
35: [ RUN      ] std_algorithms_mod_seq_ops_test.generate
35: [       OK ] std_algorithms_mod_seq_ops_test.generate (0 ms)
35: [ RUN      ] std_algorithms_mod_seq_ops_test.generate_n
35: [       OK ] std_algorithms_mod_seq_ops_test.generate_n (0 ms)
35: [ RUN      ] std_algorithms_mod_seq_ops_test.swap_ranges
35: [       OK ] std_algorithms_mod_seq_ops_test.swap_ranges (0 ms)
35: [----------] 12 tests from std_algorithms_mod_seq_ops_test (4 ms total)
35: 
35: [----------] 4 tests from std_algorithms_replace_ops_test
35: [ RUN      ] std_algorithms_replace_ops_test.replace
35: [       OK ] std_algorithms_replace_ops_test.replace (179 ms)
35: [ RUN      ] std_algorithms_replace_ops_test.replace_if
35: [       OK ] std_algorithms_replace_ops_test.replace_if (686 ms)
35: [ RUN      ] std_algorithms_replace_ops_test.replace_copy
35: [       OK ] std_algorithms_replace_ops_test.replace_copy (314 ms)
35: [ RUN      ] std_algorithms_replace_ops_test.replace_copy_if
35: [       OK ] std_algorithms_replace_ops_test.replace_copy_if (311 ms)
35: [----------] 4 tests from std_algorithms_replace_ops_test (1491 ms total)
35: 
35: [----------] 11 tests from std_algorithms_mod_seq_ops
35: [ RUN      ] std_algorithms_mod_seq_ops.copy_if
35: [       OK ] std_algorithms_mod_seq_ops.copy_if (172 ms)
35: [ RUN      ] std_algorithms_mod_seq_ops.unique
35: [       OK ] std_algorithms_mod_seq_ops.unique (1259 ms)
35: [ RUN      ] std_algorithms_mod_seq_ops.unique_copy
35: [       OK ] std_algorithms_mod_seq_ops.unique_copy (438 ms)
35: [ RUN      ] std_algorithms_mod_seq_ops.remove
35: [       OK ] std_algorithms_mod_seq_ops.remove (276 ms)
35: [ RUN      ] std_algorithms_mod_seq_ops.remove_if
35: [       OK ] std_algorithms_mod_seq_ops.remove_if (257 ms)
35: [ RUN      ] std_algorithms_mod_seq_ops.remove_copy
35: [       OK ] std_algorithms_mod_seq_ops.remove_copy (527 ms)
35: [ RUN      ] std_algorithms_mod_seq_ops.remove_copy_if
35: [       OK ] std_algorithms_mod_seq_ops.remove_copy_if (244 ms)
35: [ RUN      ] std_algorithms_mod_seq_ops.rotate
35: [       OK ] std_algorithms_mod_seq_ops.rotate (3955 ms)
35: [ RUN      ] std_algorithms_mod_seq_ops.rotate_copy
35: [       OK ] std_algorithms_mod_seq_ops.rotate_copy (2064 ms)
35: [ RUN      ] std_algorithms_mod_seq_ops.shift_left
 -- Testing 1-D histogram
Density 1D: 6.71e-07 -0.0128069 -0.0275907 || 0.051031 27881 29425 || 29046.4 28674.4 || -381.414 -2.0744
 -- Testing 3-D histogram
Density 3D: 7.26496e-07 -0.0122605 0.00575755 || 0.051031 1e+64 -1e+64
Test Scalar=double
 -- Testing randomness properties
35: [       OK ] std_algorithms_mod_seq_ops.shift_left (3598 ms)
35: [ RUN      ] std_algorithms_mod_seq_ops.shift_right
35: [       OK ] std_algorithms_mod_seq_ops.shift_right (3663 ms)
35: [----------] 11 tests from std_algorithms_mod_seq_ops (16458 ms total)
35: 
35: [----------] 1 test from std_algorithms_modseq_test
35: [ RUN      ] std_algorithms_modseq_test.reverse
35: [       OK ] std_algorithms_modseq_test.reverse (243 ms)
35: [----------] 1 test from std_algorithms_modseq_test (243 ms total)
35: 
35: [----------] Global test environment tear-down
35: [==========] 31 tests from 5 test suites ran. (18202 ms total)
35: [  PASSED  ] 31 tests.
35/50 Test #35: Kokkos_AlgorithmsUnitTest_StdSet_D ...............   Passed   18.98 sec
test 36
      Start 36: Kokkos_AlgorithmsUnitTest_StdSet_E

36: Test command: /var/jenkins/workspace/Kokkos_PR-6767/build/algorithms/unit_tests/Kokkos_AlgorithmsUnitTest_StdSet_E
36: Test timeout computed to be: 1500
36: [==========] Running 29 tests from 7 test suites.
36: [----------] Global test environment set-up.
36: [----------] 2 tests from std_algorithms_sorting_ops_test
36: [ RUN      ] std_algorithms_sorting_ops_test.is_sorted
36: [       OK ] std_algorithms_sorting_ops_test.is_sorted (24 ms)
36: [ RUN      ] std_algorithms_sorting_ops_test.is_sorted_until
36: [       OK ] std_algorithms_sorting_ops_test.is_sorted_until (22 ms)
36: [----------] 2 tests from std_algorithms_sorting_ops_test (47 ms total)
36: 
36: [----------] 4 tests from std_algorithms_partitioning_test
36: [ RUN      ] std_algorithms_partitioning_test.is_partitioned_trivial
36: [       OK ] std_algorithms_partitioning_test.is_partitioned_trivial (0 ms)
36: [ RUN      ] std_algorithms_partitioning_test.is_partitioned_accepting_iterators
36: [       OK ] std_algorithms_partitioning_test.is_partitioned_accepting_iterators (1 ms)
36: [ RUN      ] std_algorithms_partitioning_test.is_partitioned_accepting_view
36: [       OK ] std_algorithms_partitioning_test.is_partitioned_accepting_view (1 ms)
36: [ RUN      ] std_algorithms_partitioning_test.partition_point
36: [       OK ] std_algorithms_partitioning_test.partition_point (1 ms)
36: [----------] 4 tests from std_algorithms_partitioning_test (3 ms total)
36: 
36: [----------] 1 test from std_algorithms_partitioning_ops
36: [ RUN      ] std_algorithms_partitioning_ops.partition_copy
36: [       OK ] std_algorithms_partitioning_ops.partition_copy (24 ms)
36: [----------] 1 test from std_algorithms_partitioning_ops (24 ms total)
36: 
36: [----------] 12 tests from std_algorithms_numerics_test
36: [ RUN      ] std_algorithms_numerics_test.transform_reduce_default_functors_using_pod_value_type
36: [       OK ] std_algorithms_numerics_test.transform_reduce_default_functors_using_pod_value_type (1 ms)
36: [ RUN      ] std_algorithms_numerics_test.transform_reduce_default_functors_using_custom_value_type
36: [       OK ] std_algorithms_numerics_test.transform_reduce_default_functors_using_custom_value_type (1 ms)
36: [ RUN      ] std_algorithms_numerics_test.transform_reduce_custom_functors_overloadA_using_pod_value_type
36: [       OK ] std_algorithms_numerics_test.transform_reduce_custom_functors_overloadA_using_pod_value_type (1 ms)
36: [ RUN      ] std_algorithms_numerics_test.transform_reduce_custom_functors_overloadA_using_custom_value_type
36: [       OK ] std_algorithms_numerics_test.transform_reduce_custom_functors_overloadA_using_custom_value_type (1 ms)
36: [ RUN      ] std_algorithms_numerics_test.transform_reduce_custom_functors_overloadB_using_pod_value_type
36: [       OK ] std_algorithms_numerics_test.transform_reduce_custom_functors_overloadB_using_pod_value_type (0 ms)
36: [ RUN      ] std_algorithms_numerics_test.transform_reduce_custom_functors_overloadB_using_custom_value_type
36: [       OK ] std_algorithms_numerics_test.transform_reduce_custom_functors_overloadB_using_custom_value_type (0 ms)
36: [ RUN      ] std_algorithms_numerics_test.reduce_default_functors_overloadA_using_pod_value_type
36: [       OK ] std_algorithms_numerics_test.reduce_default_functors_overloadA_using_pod_value_type (0 ms)
36: [ RUN      ] std_algorithms_numerics_test.reduce_default_functors_overloadA_using_custom_value_type
36: [       OK ] std_algorithms_numerics_test.reduce_default_functors_overloadA_using_custom_value_type (0 ms)
36: [ RUN      ] std_algorithms_numerics_test.reduce_default_functors_overloadB_using_pod_value_type
36: [       OK ] std_algorithms_numerics_test.reduce_default_functors_overloadB_using_pod_value_type (0 ms)
36: [ RUN      ] std_algorithms_numerics_test.reduce_default_functors_overloadB_using_custom_value_type
36: [       OK ] std_algorithms_numerics_test.reduce_default_functors_overloadB_using_custom_value_type (0 ms)
36: [ RUN      ] std_algorithms_numerics_test.reduce_custom_functors_using_pod_value_type
36: [       OK ] std_algorithms_numerics_test.reduce_custom_functors_using_pod_value_type (0 ms)
36: [ RUN      ] std_algorithms_numerics_test.reduce_custom_functors_using_custom_value_type
36: [       OK ] std_algorithms_numerics_test.reduce_custom_functors_using_custom_value_type (0 ms)
36: [----------] 12 tests from std_algorithms_numerics_test (11 ms total)
36: 
36: [----------] 1 test from std_algorithms_numerics_ops_test
36: [ RUN      ] std_algorithms_numerics_ops_test.adjecent_difference
36: [       OK ] std_algorithms_numerics_ops_test.adjecent_difference (618 ms)
36: [----------] 1 test from std_algorithms_numerics_ops_test (618 ms total)
36: 
36: [----------] 8 tests from std_algorithms_numeric_ops_test
36: [ RUN      ] std_algorithms_numeric_ops_test.exclusive_scan
36: [       OK ] std_algorithms_numeric_ops_test.exclusive_scan (1960 ms)
36: [ RUN      ] std_algorithms_numeric_ops_test.exclusive_scan_functor
36: [       OK ] std_algorithms_numeric_ops_test.exclusive_scan_functor (0 ms)
36: [ RUN      ] std_algorithms_numeric_ops_test.inclusive_scan
36: [       OK ] std_algorithms_numeric_ops_test.inclusive_scan (1162 ms)
36: [ RUN      ] std_algorithms_numeric_ops_test.inclusive_scan_functor
36: [       OK ] std_algorithms_numeric_ops_test.inclusive_scan_functor (0 ms)
36: [ RUN      ] std_algorithms_numeric_ops_test.transform_exclusive_scan
36: [       OK ] std_algorithms_numeric_ops_test.transform_exclusive_scan (587 ms)
36: [ RUN      ] std_algorithms_numeric_ops_test.transform_exclusive_scan_functor
36: [       OK ] std_algorithms_numeric_ops_test.transform_exclusive_scan_functor (0 ms)
36: [ RUN      ] std_algorithms_numeric_ops_test.transform_inclusive_scan
36: [       OK ] std_algorithms_numeric_ops_test.transform_inclusive_scan (695 ms)
36: [ RUN      ] std_algorithms_numeric_ops_test.transform_inclusive_scan_functor
36: [       OK ] std_algorithms_numeric_ops_test.transform_inclusive_scan_functor (0 ms)
36: [----------] 8 tests from std_algorithms_numeric_ops_test (4406 ms total)
36: 
36: [----------] 1 test from std_algorithms_transform_ops_test
36: [ RUN      ] std_algorithms_transform_ops_test.transform_unary_op
36: [       OK ] std_algorithms_transform_ops_test.transform_unary_op (191 ms)
36: [----------] 1 test from std_algorithms_transform_ops_test (191 ms total)
36: 
36: [----------] Global test environment tear-down
36: [==========] 29 tests from 7 test suites ran. (5303 ms total)
36: [  PASSED  ] 29 tests.
36/50 Test #36: Kokkos_AlgorithmsUnitTest_StdSet_E ...............   Passed    6.09 sec
test 37
      Start 37: Kokkos_AlgorithmsUnitTest_StdSet_Team_A

37: Test command: /var/jenkins/workspace/Kokkos_PR-6767/build/algorithms/unit_tests/Kokkos_AlgorithmsUnitTest_StdSet_Team_A
37: Test timeout computed to be: 1500
37: [==========] Running 12 tests from 7 test suites.
37: [----------] Global test environment set-up.
37: [----------] 2 tests from std_algorithms_adjacent_find_team_test
37: [ RUN      ] std_algorithms_adjacent_find_team_test.two_consecutive_equal_elements_exist
37: [       OK ] std_algorithms_adjacent_find_team_test.two_consecutive_equal_elements_exist (1677 ms)
37: [ RUN      ] std_algorithms_adjacent_find_team_test.two_consecutive_equal_elements_might_exist
37: [       OK ] std_algorithms_adjacent_find_team_test.two_consecutive_equal_elements_might_exist (1660 ms)
37: [----------] 2 tests from std_algorithms_adjacent_find_team_test (3337 ms total)
37: 
37: [----------] 2 tests from std_algorithms_count_team_test
37: [ RUN      ] std_algorithms_count_team_test.count_returns_nonzero
37: [       OK ] std_algorithms_count_team_test.count_returns_nonzero (2410 ms)
37: [ RUN      ] std_algorithms_count_team_test.count_returns_zero
37: [       OK ] std_algorithms_count_team_test.count_returns_zero (790 ms)
37: [----------] 2 tests from std_algorithms_count_team_test (3200 ms total)
37: 
37: [----------] 1 test from std_algorithms_count_if_team_test
37: [ RUN      ] std_algorithms_count_if_team_test.test
37: [       OK ] std_algorithms_count_if_team_test.test (1268 ms)
37: [----------] 1 test from std_algorithms_count_if_team_test (1269 ms total)
37: 
37: [----------] 1 test from std_algorithms_for_each_team_test
37: [ RUN      ] std_algorithms_for_each_team_test.test
37: [       OK ] std_algorithms_for_each_team_test.test (2736 ms)
37: [----------] 1 test from std_algorithms_for_each_team_test (2736 ms total)
37: 
37: [----------] 1 test from std_algorithms_for_each_n_team_test
37: [ RUN      ] std_algorithms_for_each_n_team_test.test
37: [       OK ] std_algorithms_for_each_n_team_test.test (3001 ms)
37: [----------] 1 test from std_algorithms_for_each_n_team_test (3001 ms total)
37: 
37: [----------] 3 tests from std_algorithms_lexicographical_compare_team_test
37: [ RUN      ] std_algorithms_lexicographical_compare_team_test.views_are_equal
 -- Testing 1-D histogram
Density 1D: 6.43252e-07 -0.00396677 -0.0190146 || 0.051031 27930 29320 || 28788.6 28674.4 || -262.858 -2.0744
 -- Testing 3-D histogram
Density 3D: 6.43252e-07 -0.000597186 -0.00820771 || 0.051031 1e+64 -1e+64
[       OK ] serial.Random_XorShift64 (1080612 ms)
[ RUN      ] serial.Random_XorShift1024_0
Test Seed:1707434644064545968
Test Scalar=int
 -- Testing randomness properties
37: [       OK ] std_algorithms_lexicographical_compare_team_test.views_are_equal (13028 ms)
37: [ RUN      ] std_algorithms_lexicographical_compare_team_test.first_view_is_less
37: [       OK ] std_algorithms_lexicographical_compare_team_test.first_view_is_less (7244 ms)
37: [ RUN      ] std_algorithms_lexicographical_compare_team_test.first_view_is_greater
 -- Testing 1-D histogram
Density 1D: 2.47955e-07 0.00224963 -0.0033707 || 0.051031 10997 11795 || 11351.4 11377 || -46.5965 -0.823045
 -- Testing 3-D histogram
Density 3D: 2.47955e-07 -0.00496251 -0.000446567 || 0.051031 1e+64 -1e+64
Test Scalar=unsigned int
 -- Testing randomness properties
37: [       OK ] std_algorithms_lexicographical_compare_team_test.first_view_is_greater (7286 ms)
37: [----------] 3 tests from std_algorithms_lexicographical_compare_team_test (27559 ms total)
37: 
37: [----------] 2 tests from std_algorithms_mismatch_team_test
37: [ RUN      ] std_algorithms_mismatch_team_test.views_are_equal
37: [       OK ] std_algorithms_mismatch_team_test.views_are_equal (8149 ms)
37: [ RUN      ] std_algorithms_mismatch_team_test.views_are_not_equal
 -- Testing 1-D histogram
Density 1D: 2.47955e-07 0.0111195 -0.000341701 || 0.051031 10985 11791 || 11251.8 11377 || -4.72368 -0.823045
 -- Testing 3-D histogram
Density 3D: 2.47955e-07 0.0132085 -0.000934779 || 0.051031 1e+64 -1e+64
Test Scalar=int64_t
 -- Testing randomness properties
37: [       OK ] std_algorithms_mismatch_team_test.views_are_not_equal (3109 ms)
37: [----------] 2 tests from std_algorithms_mismatch_team_test (11259 ms total)
37: 
37: [----------] Global test environment tear-down
37: [==========] 12 tests from 7 test suites ran. (52365 ms total)
37: [  PASSED  ] 12 tests.
37/50 Test #37: Kokkos_AlgorithmsUnitTest_StdSet_Team_A ..........   Passed   53.14 sec
test 38
      Start 38: Kokkos_AlgorithmsUnitTest_StdSet_Team_B

38: Test command: /var/jenkins/workspace/Kokkos_PR-6767/build/algorithms/unit_tests/Kokkos_AlgorithmsUnitTest_StdSet_Team_B
38: Test timeout computed to be: 1500
38: [==========] Running 8 tests from 4 test suites.
38: [----------] Global test environment set-up.
38: [----------] 2 tests from std_algorithms_equal_team_test
38: [ RUN      ] std_algorithms_equal_team_test.views_are_equal
38: [       OK ] std_algorithms_equal_team_test.views_are_equal (6640 ms)
38: [ RUN      ] std_algorithms_equal_team_test.views_are_not_equal
38: [       OK ] std_algorithms_equal_team_test.views_are_not_equal (4613 ms)
38: [----------] 2 tests from std_algorithms_equal_team_test (11253 ms total)
38: 
38: [----------] 2 tests from std_algorithms_search_team_test
38: [ RUN      ] std_algorithms_search_team_test.sequences_exist
 -- Testing 1-D histogram
Density 1D: 2.47955e-07 -0.0163189 -0.0112341 || 0.051031 10931 11801 || 11565.7 11377 || -155.3 -0.823045
 -- Testing 3-D histogram
Density 3D: 2.47955e-07 -0.0129666 0.00186549 || 0.051031 1e+64 -1e+64
Test Scalar=uint64_t
 -- Testing randomness properties
38: [       OK ] std_algorithms_search_team_test.sequences_exist (2843 ms)
38: [ RUN      ] std_algorithms_search_team_test.sequences_do_not_exist
38: [       OK ] std_algorithms_search_team_test.sequences_do_not_exist (3981 ms)
38: [----------] 2 tests from std_algorithms_search_team_test (6825 ms total)
38: 
38: [----------] 2 tests from std_algorithms_find_end_team_test
38: [ RUN      ] std_algorithms_find_end_team_test.sequences_exist
38: [       OK ] std_algorithms_find_end_team_test.sequences_exist (7913 ms)
38: [ RUN      ] std_algorithms_find_end_team_test.sequences_do_not_exist
 -- Testing 1-D histogram
Density 1D: 2.47955e-07 -0.00457713 0.00435558 || 0.051031 10998 11793 || 11429.3 11377 || 60.2115 -0.823045
 -- Testing 3-D histogram
Density 3D: 2.47955e-07 -0.00605021 -0.00145586 || 0.051031 1e+64 -1e+64
Test Scalar=half
 -- Testing randomness properties
38: [       OK ] std_algorithms_find_end_team_test.sequences_do_not_exist (7656 ms)
38: [----------] 2 tests from std_algorithms_find_end_team_test (15570 ms total)
38: 
38: [----------] 2 tests from std_algorithms_find_first_of_team_test
38: [ RUN      ] std_algorithms_find_first_of_team_test.sequences_exist
38: [       OK ] std_algorithms_find_first_of_team_test.sequences_exist (7368 ms)
38: [ RUN      ] std_algorithms_find_first_of_team_test.sequences_do_not_exist
38: [       OK ] std_algorithms_find_first_of_team_test.sequences_do_not_exist (34032 ms)
38: [----------] 2 tests from std_algorithms_find_first_of_team_test (41401 ms total)
38: 
38: [----------] Global test environment tear-down
38: [==========] 8 tests from 4 test suites ran. (75050 ms total)
38: [  PASSED  ] 8 tests.
38/50 Test #38: Kokkos_AlgorithmsUnitTest_StdSet_Team_B ..........   Passed   75.88 sec
test 39
      Start 39: Kokkos_AlgorithmsUnitTest_StdSet_Team_C

39: Test command: /var/jenkins/workspace/Kokkos_PR-6767/build/algorithms/unit_tests/Kokkos_AlgorithmsUnitTest_StdSet_Team_C
39: Test timeout computed to be: 1500
39: [==========] Running 11 tests from 7 test suites.
39: [----------] Global test environment set-up.
39: [----------] 2 tests from std_algorithms_find_team_test
39: [ RUN      ] std_algorithms_find_team_test.searched_values_exist
39: [       OK ] std_algorithms_find_team_test.searched_values_exist (1020 ms)
39: [ RUN      ] std_algorithms_find_team_test.searched_values_do_not_exist
39: [       OK ] std_algorithms_find_team_test.searched_values_do_not_exist (1698 ms)
39: [----------] 2 tests from std_algorithms_find_team_test (2718 ms total)
39: 
39: [----------] 2 tests from std_algorithms_find_if_team_test
39: [ RUN      ] std_algorithms_find_if_team_test.predicates_return_true
39: [       OK ] std_algorithms_find_if_team_test.predicates_return_true (795 ms)
39: [ RUN      ] std_algorithms_find_if_team_test.predicates_return_false
39: [       OK ] std_algorithms_find_if_team_test.predicates_return_false (1666 ms)
39: [----------] 2 tests from std_algorithms_find_if_team_test (2461 ms total)
39: 
39: [----------] 2 tests from std_algorithms_find_if_not_team_test
39: [ RUN      ] std_algorithms_find_if_not_team_test.predicates_return_true
39: [       OK ] std_algorithms_find_if_not_team_test.predicates_return_true (1657 ms)
39: [ RUN      ] std_algorithms_find_if_not_team_test.predicates_return_false
39: [       OK ] std_algorithms_find_if_not_team_test.predicates_return_false (796 ms)
39: [----------] 2 tests from std_algorithms_find_if_not_team_test (2453 ms total)
39: 
39: [----------] 1 test from std_algorithms_all_of_team_test
39: [ RUN      ] std_algorithms_all_of_team_test.test
39: [       OK ] std_algorithms_all_of_team_test.test (1660 ms)
39: [----------] 1 test from std_algorithms_all_of_team_test (1660 ms total)
39: 
39: [----------] 1 test from std_algorithms_any_of_team_test
39: [ RUN      ] std_algorithms_any_of_team_test.test
39: [       OK ] std_algorithms_any_of_team_test.test (793 ms)
39: [----------] 1 test from std_algorithms_any_of_team_test (793 ms total)
39: 
39: [----------] 1 test from std_algorithms_none_of_team_test
39: [ RUN      ] std_algorithms_none_of_team_test.test
39: [       OK ] std_algorithms_none_of_team_test.test (1649 ms)
39: [----------] 1 test from std_algorithms_none_of_team_test (1649 ms total)
39: 
39: [----------] 2 tests from std_algorithms_search_n_team_test
39: [ RUN      ] std_algorithms_search_n_team_test.sequences_of_equal_elements_exist
39: [       OK ] std_algorithms_search_n_team_test.sequences_of_equal_elements_exist (845 ms)
39: [ RUN      ] std_algorithms_search_n_team_test.sequences_of_equal_elements_probably_does_not_exist
39: [       OK ] std_algorithms_search_n_team_test.sequences_of_equal_elements_probably_does_not_exist (1016 ms)
39: [----------] 2 tests from std_algorithms_search_n_team_test (1861 ms total)
39: 
39: [----------] Global test environment tear-down
39: [==========] 11 tests from 7 test suites ran. (13599 ms total)
39: [  PASSED  ] 11 tests.
39/50 Test #39: Kokkos_AlgorithmsUnitTest_StdSet_Team_C ..........   Passed   14.37 sec
test 40
      Start 40: Kokkos_AlgorithmsUnitTest_StdSet_Team_D

40: Test command: /var/jenkins/workspace/Kokkos_PR-6767/build/algorithms/unit_tests/Kokkos_AlgorithmsUnitTest_StdSet_Team_D
40: Test timeout computed to be: 1500
40: [==========] Running 3 tests from 3 test suites.
40: [----------] Global test environment set-up.
40: [----------] 1 test from std_algorithms_min_element_team_test
40: [ RUN      ] std_algorithms_min_element_team_test.test
40: [       OK ] std_algorithms_min_element_team_test.test (6646 ms)
40: [----------] 1 test from std_algorithms_min_element_team_test (6646 ms total)
40: 
40: [----------] 1 test from std_algorithms_max_element_team_test
40: [ RUN      ] std_algorithms_max_element_team_test.test
 -- Testing 1-D histogram
Density 1D: 0.00024385 -0.999975 -7594.31 || 0.051031 0 77851 || 4.61029e+08 11377 || -1.04984e+08 -0.823045
 -- Testing 3-D histogram
Density 3D: 0.000731201 -0.158561 0.0191463 || 0.051031 1e+64 -1e+64
Test Scalar=bhalf
 -- Testing randomness properties
40: [       OK ] std_algorithms_max_element_team_test.test (6677 ms)
40: [----------] 1 test from std_algorithms_max_element_team_test (6677 ms total)
40: 
40: [----------] 1 test from std_algorithms_minmax_element_team_test
40: [ RUN      ] std_algorithms_minmax_element_team_test.test
40: [       OK ] std_algorithms_minmax_element_team_test.test (8679 ms)
40: [----------] 1 test from std_algorithms_minmax_element_team_test (8679 ms total)
40: 
40: [----------] Global test environment tear-down
40: [==========] 3 tests from 3 test suites ran. (22003 ms total)
40: [  PASSED  ] 3 tests.
40/50 Test #40: Kokkos_AlgorithmsUnitTest_StdSet_Team_D ..........   Passed   22.75 sec
test 41
      Start 41: Kokkos_AlgorithmsUnitTest_StdSet_Team_E

41: Test command: /var/jenkins/workspace/Kokkos_PR-6767/build/algorithms/unit_tests/Kokkos_AlgorithmsUnitTest_StdSet_Team_E
41: Test timeout computed to be: 1500
41: [==========] Running 6 tests from 6 test suites.
41: [----------] Global test environment set-up.
41: [----------] 1 test from std_algorithms_fill_team_test
41: [ RUN      ] std_algorithms_fill_team_test.test
41: [       OK ] std_algorithms_fill_team_test.test (1787 ms)
41: [----------] 1 test from std_algorithms_fill_team_test (1787 ms total)
41: 
41: [----------] 1 test from std_algorithms_fill_n_team_test
41: [ RUN      ] std_algorithms_fill_n_team_test.test
41: [       OK ] std_algorithms_fill_n_team_test.test (572 ms)
41: [----------] 1 test from std_algorithms_fill_n_team_test (572 ms total)
41: 
41: [----------] 1 test from std_algorithms_replace_team_test
41: [ RUN      ] std_algorithms_replace_team_test.test
41: [       OK ] std_algorithms_replace_team_test.test (3505 ms)
41: [----------] 1 test from std_algorithms_replace_team_test (3505 ms total)
41: 
41: [----------] 1 test from std_algorithms_replace_if_team_test
41: [ RUN      ] std_algorithms_replace_if_team_test.test
41: [       OK ] std_algorithms_replace_if_team_test.test (4270 ms)
41: [----------] 1 test from std_algorithms_replace_if_team_test (4270 ms total)
41: 
41: [----------] 1 test from std_algorithms_replace_copy_team_test
41: [ RUN      ] std_algorithms_replace_copy_team_test.test
41: [       OK ] std_algorithms_replace_copy_team_test.test (5508 ms)
41: [----------] 1 test from std_algorithms_replace_copy_team_test (5508 ms total)
41: 
41: [----------] 1 test from std_algorithms_replace_copy_if_team_test
41: [ RUN      ] std_algorithms_replace_copy_if_team_test.test
41: [       OK ] std_algorithms_replace_copy_if_team_test.test (4397 ms)
41: [----------] 1 test from std_algorithms_replace_copy_if_team_test (4397 ms total)
41: 
41: [----------] Global test environment tear-down
41: [==========] 6 tests from 6 test suites ran. (20042 ms total)
41: [  PASSED  ] 6 tests.
41/50 Test #41: Kokkos_AlgorithmsUnitTest_StdSet_Team_E ..........   Passed   20.80 sec
test 42
      Start 42: Kokkos_AlgorithmsUnitTest_StdSet_Team_F

42: Test command: /var/jenkins/workspace/Kokkos_PR-6767/build/algorithms/unit_tests/Kokkos_AlgorithmsUnitTest_StdSet_Team_F
42: Test timeout computed to be: 1500
42: [==========] Running 4 tests from 4 test suites.
42: [----------] Global test environment set-up.
42: [----------] 1 test from std_algorithms_reverse_team_test
42: [ RUN      ] std_algorithms_reverse_team_test.test
42: [       OK ] std_algorithms_reverse_team_test.test (2163 ms)
42: [----------] 1 test from std_algorithms_reverse_team_test (2163 ms total)
42: 
42: [----------] 1 test from std_algorithms_reverse_copy_team_test
42: [ RUN      ] std_algorithms_reverse_copy_team_test.test
42: [       OK ] std_algorithms_reverse_copy_team_test.test (2330 ms)
42: [----------] 1 test from std_algorithms_reverse_copy_team_test (2330 ms total)
42: 
42: [----------] 1 test from std_algorithms_rotate_team_test
42: [ RUN      ] std_algorithms_rotate_team_test.test
42: [       OK ] std_algorithms_rotate_team_test.test (2939 ms)
42: [----------] 1 test from std_algorithms_rotate_team_test (2939 ms total)
42: 
42: [----------] 1 test from std_algorithms_rotate_copy_team_test
42: [ RUN      ] std_algorithms_rotate_copy_team_test.test
42: [       OK ] std_algorithms_rotate_copy_team_test.test (2361 ms)
42: [----------] 1 test from std_algorithms_rotate_copy_team_test (2361 ms total)
42: 
42: [----------] Global test environment tear-down
42: [==========] 4 tests from 4 test suites ran. (9794 ms total)
42: [  PASSED  ] 4 tests.
42/50 Test #42: Kokkos_AlgorithmsUnitTest_StdSet_Team_F ..........   Passed   10.55 sec
test 43
      Start 43: Kokkos_AlgorithmsUnitTest_StdSet_Team_G

43: Test command: /var/jenkins/workspace/Kokkos_PR-6767/build/algorithms/unit_tests/Kokkos_AlgorithmsUnitTest_StdSet_Team_G
43: Test timeout computed to be: 1500
43: [==========] Running 4 tests from 4 test suites.
43: [----------] Global test environment set-up.
43: [----------] 1 test from std_algorithms_move_team_test
43: [ RUN      ] std_algorithms_move_team_test.test
43: [       OK ] std_algorithms_move_team_test.test (4882 ms)
43: [----------] 1 test from std_algorithms_move_team_test (4882 ms total)
43: 
43: [----------] 1 test from std_algorithms_move_backward_team_test
43: [ RUN      ] std_algorithms_move_backward_team_test.test
43: [       OK ] std_algorithms_move_backward_team_test.test (3106 ms)
43: [----------] 1 test from std_algorithms_move_backward_team_test (3106 ms total)
43: 
43: [----------] 1 test from std_algorithms_shift_left_team_test
43: [ RUN      ] std_algorithms_shift_left_team_test.test
43: [       OK ] std_algorithms_shift_left_team_test.test (9407 ms)
43: [----------] 1 test from std_algorithms_shift_left_team_test (9407 ms total)
43: 
43: [----------] 1 test from std_algorithms_shift_right_team_test
43: [ RUN      ] std_algorithms_shift_right_team_test.test
 -- Testing 1-D histogram
Density 1D: 0.00196228 -0.999997 -9107.64 || 0.051031 0 616132 || 4.51641e+09 11377 || -1.25904e+08 -0.823045
 -- Testing 3-D histogram
Density 3D: 0.00589798 -0.922803 1.619 || 0.051031 1e+64 -1e+64
Test Scalar=float
 -- Testing randomness properties
43: [       OK ] std_algorithms_shift_right_team_test.test (8858 ms)
43: [----------] 1 test from std_algorithms_shift_right_team_test (8858 ms total)
43: 
43: [----------] Global test environment tear-down
43: [==========] 4 tests from 4 test suites ran. (26254 ms total)
43: [  PASSED  ] 4 tests.
43/50 Test #43: Kokkos_AlgorithmsUnitTest_StdSet_Team_G ..........   Passed   27.01 sec
test 44
      Start 44: Kokkos_AlgorithmsUnitTest_StdSet_Team_H

44: Test command: /var/jenkins/workspace/Kokkos_PR-6767/build/algorithms/unit_tests/Kokkos_AlgorithmsUnitTest_StdSet_Team_H
44: Test timeout computed to be: 1500
44: [==========] Running 9 tests from 9 test suites.
44: [----------] Global test environment set-up.
44: [----------] 1 test from std_algorithms_copy_team_test
44: [ RUN      ] std_algorithms_copy_team_test.test
 -- Testing 1-D histogram
Density 1D: 2.98818e-07 0.0139083 -0.00146717 || 0.051031 10965 11779 || 11220.9 11377 || -20.2822 -0.823045
 -- Testing 3-D histogram
Density 3D: 4.00543e-07 0.010383 -0.00410866 || 0.051031 1e+64 -1e+64
Test Scalar=double
 -- Testing randomness properties
44: [       OK ] std_algorithms_copy_team_test.test (6614 ms)
44: [----------] 1 test from std_algorithms_copy_team_test (6614 ms total)
44: 
44: [----------] 1 test from std_algorithms_copy_n_team_test
44: [ RUN      ] std_algorithms_copy_n_team_test.test
44: [       OK ] std_algorithms_copy_n_team_test.test (656 ms)
44: [----------] 1 test from std_algorithms_copy_n_team_test (656 ms total)
44: 
44: [----------] 1 test from std_algorithms_copy_backward_team_test
44: [ RUN      ] std_algorithms_copy_backward_team_test.test
44: [       OK ] std_algorithms_copy_backward_team_test.test (3094 ms)
44: [----------] 1 test from std_algorithms_copy_backward_team_test (3094 ms total)
44: 
44: [----------] 1 test from std_algorithms_copy_if_team_test
44: [ RUN      ] std_algorithms_copy_if_team_test.test
44: [       OK ] std_algorithms_copy_if_team_test.test (3872 ms)
44: [----------] 1 test from std_algorithms_copy_if_team_test (3873 ms total)
44: 
44: [----------] 1 test from std_algorithms_unique_copy_team_test
44: [ RUN      ] std_algorithms_unique_copy_team_test.test
 -- Testing 1-D histogram
Density 1D: 2.47955e-07 0.0160919 -0.00518703 || 0.051031 10951 11810 || 11196.8 11377 || -71.7055 -0.823045
 -- Testing 3-D histogram
Density 3D: 2.47955e-07 0.0126508 0.00116877 || 0.051031 1e+64 -1e+64
Test Seed:1707434865482511135
Test Scalar=int
 -- Testing randomness properties
44: [       OK ] std_algorithms_unique_copy_team_test.test (7038 ms)
44: [----------] 1 test from std_algorithms_unique_copy_team_test (7038 ms total)
44: 
44: [----------] 1 test from std_algorithms_remove_team_test
44: [ RUN      ] std_algorithms_remove_team_test.test
44: [       OK ] std_algorithms_remove_team_test.test (4071 ms)
44: [----------] 1 test from std_algorithms_remove_team_test (4071 ms total)
44: 
44: [----------] 1 test from std_algorithms_remove_if_team_test
44: [ RUN      ] std_algorithms_remove_if_team_test.test
44: [       OK ] std_algorithms_remove_if_team_test.test (3027 ms)
44: [----------] 1 test from std_algorithms_remove_if_team_test (3027 ms total)
44: 
44: [----------] 1 test from std_algorithms_remove_copy_team_test
44: [ RUN      ] std_algorithms_remove_copy_team_test.test
 -- Testing 1-D histogram
Density 1D: 2.47955e-07 -0.00828302 0.00192936 || 0.051031 10965 11814 || 11472 11377 || 26.6715 -0.823045
 -- Testing 3-D histogram
Density 3D: 2.47955e-07 -0.0150024 -0.00178055 || 0.051031 1e+64 -1e+64
Test Scalar=unsigned int
 -- Testing randomness properties
44: [       OK ] std_algorithms_remove_copy_team_test.test (4820 ms)
44: [----------] 1 test from std_algorithms_remove_copy_team_test (4820 ms total)
44: 
44: [----------] 1 test from std_algorithms_remove_copy_if_team_test
44: [ RUN      ] std_algorithms_remove_copy_if_team_test.test
44: [       OK ] std_algorithms_remove_copy_if_team_test.test (4707 ms)
44: [----------] 1 test from std_algorithms_remove_copy_if_team_test (4707 ms total)
44: 
44: [----------] Global test environment tear-down
44: [==========] 9 tests from 9 test suites ran. (37904 ms total)
44: [  PASSED  ] 9 tests.
44/50 Test #44: Kokkos_AlgorithmsUnitTest_StdSet_Team_H ..........   Passed   38.70 sec
test 45
      Start 45: Kokkos_AlgorithmsUnitTest_StdSet_Team_I

45: Test command: /var/jenkins/workspace/Kokkos_PR-6767/build/algorithms/unit_tests/Kokkos_AlgorithmsUnitTest_StdSet_Team_I
45: Test timeout computed to be: 1500
45: [==========] Running 4 tests from 4 test suites.
45: [----------] Global test environment set-up.
45: [----------] 1 test from std_algorithms_unique_team_test
45: [ RUN      ] std_algorithms_unique_team_test.test_default_predicate
45: [       OK ] std_algorithms_unique_team_test.test_default_predicate (7285 ms)
45: [----------] 1 test from std_algorithms_unique_team_test (7286 ms total)
45: 
45: [----------] 1 test from std_algorithms_adjacent_difference_team_test
45: [ RUN      ] std_algorithms_adjacent_difference_team_test.test
 -- Testing 1-D histogram
Density 1D: 2.47955e-07 -0.0113401 0.0022425 || 0.051031 10971 11790 || 11507.5 11377 || 31.0003 -0.823045
 -- Testing 3-D histogram
Density 3D: 2.47955e-07 0.0266038 -0.0015555 || 0.051031 1e+64 -1e+64
Test Scalar=int64_t
 -- Testing randomness properties
45: [       OK ] std_algorithms_adjacent_difference_team_test.test (7496 ms)
45: [----------] 1 test from std_algorithms_adjacent_difference_team_test (7496 ms total)
45: 
45: [----------] 1 test from std_algorithms_reduce_team_test
45: [ RUN      ] std_algorithms_reduce_team_test.test
45: [       OK ] std_algorithms_reduce_team_test.test (3842 ms)
45: [----------] 1 test from std_algorithms_reduce_team_test (3842 ms total)
45: 
45: [----------] 1 test from std_algorithms_transform_reduce_team_test
45: [ RUN      ] std_algorithms_transform_reduce_team_test.test
 -- Testing 1-D histogram
Density 1D: 2.47955e-07 0.0188564 -0.00959918 || 0.051031 10973 11807 || 11166.4 11377 || -132.699 -0.823045
 -- Testing 3-D histogram
Density 3D: 2.47955e-07 0.00114632 -0.00362577 || 0.051031 1e+64 -1e+64
Test Scalar=uint64_t
 -- Testing randomness properties
45: [       OK ] std_algorithms_transform_reduce_team_test.test (7021 ms)
45: [----------] 1 test from std_algorithms_transform_reduce_team_test (7021 ms total)
45: 
45: [----------] Global test environment tear-down
45: [==========] 4 tests from 4 test suites ran. (25646 ms total)
45: [  PASSED  ] 4 tests.
45/50 Test #45: Kokkos_AlgorithmsUnitTest_StdSet_Team_I ..........   Passed   26.44 sec
test 46
      Start 46: Kokkos_AlgorithmsUnitTest_StdSet_Team_L

46: Test command: /var/jenkins/workspace/Kokkos_PR-6767/build/algorithms/unit_tests/Kokkos_AlgorithmsUnitTest_StdSet_Team_L
46: Test timeout computed to be: 1500
46: [==========] Running 18 tests from 5 test suites.
46: [----------] Global test environment set-up.
46: [----------] 2 tests from std_algorithms_is_sorted_team_test
46: [ RUN      ] std_algorithms_is_sorted_team_test.test_data_almost_certainly_not_sorted
46: [       OK ] std_algorithms_is_sorted_team_test.test_data_almost_certainly_not_sorted (3618 ms)
46: [ RUN      ] std_algorithms_is_sorted_team_test.test_data_certainly_sorted
46: [       OK ] std_algorithms_is_sorted_team_test.test_data_certainly_sorted (7323 ms)
46: [----------] 2 tests from std_algorithms_is_sorted_team_test (10942 ms total)
46: 
46: [----------] 4 tests from std_algorithms_is_sorted_until_team_test
46: [ RUN      ] std_algorithms_is_sorted_until_team_test.test_trivialA
46: [       OK ] std_algorithms_is_sorted_until_team_test.test_trivialA (21 ms)
46: [ RUN      ] std_algorithms_is_sorted_until_team_test.test_trivialB
46: [       OK ] std_algorithms_is_sorted_until_team_test.test_trivialB (25 ms)
46: [ RUN      ] std_algorithms_is_sorted_until_team_test.test_nontrivialA
 -- Testing 1-D histogram
Density 1D: 2.47955e-07 -0.012663 0.00142562 || 0.051031 10951 11769 || 11522.9 11377 || 19.7077 -0.823045
 -- Testing 3-D histogram
Density 3D: 2.47955e-07 -0.0174798 -0.00246622 || 0.051031 1e+64 -1e+64
Test Scalar=half
 -- Testing randomness properties
46: [       OK ] std_algorithms_is_sorted_until_team_test.test_nontrivialA (7326 ms)
46: [ RUN      ] std_algorithms_is_sorted_until_team_test.test_nontrivialB
46: [       OK ] std_algorithms_is_sorted_until_team_test.test_nontrivialB (5088 ms)
46: [----------] 4 tests from std_algorithms_is_sorted_until_team_test (12462 ms total)
46: 
46: [----------] 4 tests from std_algorithms_is_partitioned_team_test
46: [ RUN      ] std_algorithms_is_partitioned_team_test.empty
46: [       OK ] std_algorithms_is_partitioned_team_test.empty (9 ms)
46: [ RUN      ] std_algorithms_is_partitioned_team_test.all_true
46: [       OK ] std_algorithms_is_partitioned_team_test.all_true (2373 ms)
46: [ RUN      ] std_algorithms_is_partitioned_team_test.all_false
46: [       OK ] std_algorithms_is_partitioned_team_test.all_false (2368 ms)
46: [ RUN      ] std_algorithms_is_partitioned_team_test.random
46: [       OK ] std_algorithms_is_partitioned_team_test.random (2136 ms)
46: [----------] 4 tests from std_algorithms_is_partitioned_team_test (6887 ms total)
46: 
46: [----------] 4 tests from std_algorithms_partition_copy_team_test
46: [ RUN      ] std_algorithms_partition_copy_team_test.empty
46: [       OK ] std_algorithms_partition_copy_team_test.empty (16 ms)
46: [ RUN      ] std_algorithms_partition_copy_team_test.all_true
46: [       OK ] std_algorithms_partition_copy_team_test.all_true (5301 ms)
46: [ RUN      ] std_algorithms_partition_copy_team_test.all_false
46: [       OK ] std_algorithms_partition_copy_team_test.all_false (5314 ms)
46: [ RUN      ] std_algorithms_partition_copy_team_test.random
46: [       OK ] std_algorithms_partition_copy_team_test.random (5048 ms)
46: [----------] 4 tests from std_algorithms_partition_copy_team_test (15679 ms total)
46: 
46: [----------] 4 tests from std_algorithms_partition_point_team_test
46: [ RUN      ] std_algorithms_partition_point_team_test.empty
46: [       OK ] std_algorithms_partition_point_team_test.empty (9 ms)
46: [ RUN      ] std_algorithms_partition_point_team_test.all_true
46: [       OK ] std_algorithms_partition_point_team_test.all_true (1764 ms)
46: [ RUN      ] std_algorithms_partition_point_team_test.all_false
46: [       OK ] std_algorithms_partition_point_team_test.all_false (1780 ms)
46: [ RUN      ] std_algorithms_partition_point_team_test.random
46: [       OK ] std_algorithms_partition_point_team_test.random (1528 ms)
46: [----------] 4 tests from std_algorithms_partition_point_team_test (5083 ms total)
46: 
46: [----------] Global test environment tear-down
46: [==========] 18 tests from 5 test suites ran. (51056 ms total)
46: [  PASSED  ] 18 tests.
46/50 Test #46: Kokkos_AlgorithmsUnitTest_StdSet_Team_L ..........   Passed   51.82 sec
test 47
      Start 47: Kokkos_AlgorithmsUnitTest_StdSet_Team_M

47: Test command: /var/jenkins/workspace/Kokkos_PR-6767/build/algorithms/unit_tests/Kokkos_AlgorithmsUnitTest_StdSet_Team_M
47: Test timeout computed to be: 1500
47: [==========] Running 5 tests from 4 test suites.
47: [----------] Global test environment set-up.
47: [----------] 2 tests from std_algorithms_transform_team_test
47: [ RUN      ] std_algorithms_transform_team_test.test_unary_op
47: [       OK ] std_algorithms_transform_team_test.test_unary_op (6581 ms)
47: [ RUN      ] std_algorithms_transform_team_test.test_binary_op
47: [       OK ] std_algorithms_transform_team_test.test_binary_op (5519 ms)
47: [----------] 2 tests from std_algorithms_transform_team_test (12101 ms total)
47: 
47: [----------] 1 test from std_algorithms_generate_team_test
47: [ RUN      ] std_algorithms_generate_team_test.test_unary_op
47: [       OK ] std_algorithms_generate_team_test.test_unary_op (18665 ms)
47: [----------] 1 test from std_algorithms_generate_team_test (18665 ms total)
47: 
47: [----------] 1 test from std_algorithms_generate_n_team_test
47: [ RUN      ] std_algorithms_generate_n_team_test.test
47: [       OK ] std_algorithms_generate_n_team_test.test (663 ms)
47: [----------] 1 test from std_algorithms_generate_n_team_test (663 ms total)
47: 
47: [----------] 1 test from std_algorithms_swap_ranges_team_test
47: [ RUN      ] std_algorithms_swap_ranges_team_test.test
47: [       OK ] std_algorithms_swap_ranges_team_test.test (6400 ms)
47: [----------] 1 test from std_algorithms_swap_ranges_team_test (6400 ms total)
47: 
47: [----------] Global test environment tear-down
47: [==========] 5 tests from 4 test suites ran. (37831 ms total)
47: [  PASSED  ] 5 tests.
47/50 Test #47: Kokkos_AlgorithmsUnitTest_StdSet_Team_M ..........   Passed   38.61 sec
test 48
      Start 48: Kokkos_AlgorithmsUnitTest_StdSet_Team_P

48: Test command: /var/jenkins/workspace/Kokkos_PR-6767/build/algorithms/unit_tests/Kokkos_AlgorithmsUnitTest_StdSet_Team_P
48: Test timeout computed to be: 1500
48: [==========] Running 2 tests from 2 test suites.
48: [----------] Global test environment set-up.
48: [----------] 1 test from std_algorithms_exclusive_scan_team_test
48: [ RUN      ] std_algorithms_exclusive_scan_team_test.test
 -- Testing 1-D histogram
Density 1D: 0.000245275 -0.999975 -7593.82 || 0.051031 0 77754 || 4.60972e+08 11377 || -1.04977e+08 -0.823045
 -- Testing 3-D histogram
Density 3D: 0.000735537 -0.134956 0.0211836 || 0.051031 1e+64 -1e+64
Test Scalar=bhalf
 -- Testing randomness properties
48: [       OK ] std_algorithms_exclusive_scan_team_test.test (17758 ms)
48: [----------] 1 test from std_algorithms_exclusive_scan_team_test (17758 ms total)
48: 
48: [----------] 1 test from std_algorithms_transform_exclusive_scan_team_test
48: [ RUN      ] std_algorithms_transform_exclusive_scan_team_test.test
48: [       OK ] std_algorithms_transform_exclusive_scan_team_test.test (8857 ms)
48: [----------] 1 test from std_algorithms_transform_exclusive_scan_team_test (8857 ms total)
48: 
48: [----------] Global test environment tear-down
48: [==========] 2 tests from 2 test suites ran. (26616 ms total)
48: [  PASSED  ] 2 tests.
48/50 Test #48: Kokkos_AlgorithmsUnitTest_StdSet_Team_P ..........   Passed   27.43 sec
test 49
      Start 49: Kokkos_AlgorithmsUnitTest_StdSet_Team_Q

49: Test command: /var/jenkins/workspace/Kokkos_PR-6767/build/algorithms/unit_tests/Kokkos_AlgorithmsUnitTest_StdSet_Team_Q
49: Test timeout computed to be: 1500
49: [==========] Running 2 tests from 2 test suites.
49: [----------] Global test environment set-up.
49: [----------] 1 test from std_algorithms_inclusive_scan_team_test
49: [ RUN      ] std_algorithms_inclusive_scan_team_test.test
49: [       OK ] std_algorithms_inclusive_scan_team_test.test (26482 ms)
49: [----------] 1 test from std_algorithms_inclusive_scan_team_test (26482 ms total)
49: 
49: [----------] 1 test from std_algorithms_transform_inclusive_scan_team_test
49: [ RUN      ] std_algorithms_transform_inclusive_scan_team_test.test
 -- Testing 1-D histogram
Density 1D: 0.00196268 -0.999997 -9107.74 || 0.051031 0 616526 || 4.51655e+09 11377 || -1.25905e+08 -0.823045
 -- Testing 3-D histogram
Density 3D: 0.00589952 -0.922615 1.59508 || 0.051031 1e+64 -1e+64
Test Scalar=float
 -- Testing randomness properties
 -- Testing 1-D histogram
Density 1D: 2.86102e-07 0.00551774 0.00431995 || 0.051031 10947 11792 || 11314.5 11377 || 59.719 -0.823045
 -- Testing 3-D histogram
Density 3D: 3.62396e-07 -0.00697732 -0.000660271 || 0.051031 1e+64 -1e+64
Test Scalar=double
 -- Testing randomness properties
49: [       OK ] std_algorithms_transform_inclusive_scan_team_test.test (17983 ms)
49: [----------] 1 test from std_algorithms_transform_inclusive_scan_team_test (17983 ms total)
49: 
49: [----------] Global test environment tear-down
49: [==========] 2 tests from 2 test suites ran. (44466 ms total)
49: [  PASSED  ] 2 tests.
49/50 Test #49: Kokkos_AlgorithmsUnitTest_StdSet_Team_Q ..........   Passed   45.23 sec
test 50
      Start 50: Kokkos_UnitTest_SIMD

50: Test command: /var/jenkins/workspace/Kokkos_PR-6767/build/simd/unit_tests/Kokkos_UnitTest_SIMD
50: Test timeout computed to be: 1500
50: [==========] Running 16 tests from 1 test suite.
50: [----------] Global test environment set-up.
50: [----------] 16 tests from simd
50: [ RUN      ] simd.host_math_ops
50: [       OK ] simd.host_math_ops (1 ms)
50: [ RUN      ] simd.device_math_ops
50: [       OK ] simd.device_math_ops (3 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_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_where_expressions
50: [       OK ] simd.host_where_expressions (0 ms)
50: [ RUN      ] simd.device_where_expressions
50: [       OK ] simd.device_where_expressions (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: [----------] 16 tests from simd (6 ms total)
50: 
50: [----------] Global test environment tear-down
50: [==========] 16 tests from 1 test suite ran. (6 ms total)
50: [  PASSED  ] 16 tests.
50/50 Test #50: Kokkos_UnitTest_SIMD .............................   Passed    0.78 sec

100% tests passed, 0 tests failed out of 50

Total Test time (real) = 1702.08 sec
+ cd ../example/build_cmake_in_tree
+ rm -rf build
+ mkdir -p build
+ cd build
+ cmake -DCMAKE_CXX_STANDARD=17 ..
-- The CXX compiler identification is GNU 9.4.0
-- Check for working CXX compiler: /usr/bin/c++
-- Check for working CXX compiler: /usr/bin/c++ -- works
-- Detecting CXX compiler ABI info
-- Detecting CXX compiler ABI info - done
-- Detecting CXX compile features
-- Detecting CXX compile features - done
-- Setting default Kokkos CXX standard to 17
-- Kokkos version: 4.2.99
-- The project name is: Kokkos
-- Using internal gtest for testing
-- SERIAL backend is being turned on to ensure there is at least one Host space. To change this, you must enable another host execution space and configure with -DKokkos_ENABLE_SERIAL=OFF or change CMakeCache.txt
-- Using -std=gnu++17 for C++17 extensions as feature
-- Built-in Execution Spaces:
--     Device Parallel: NoTypeDefined
--     Host Parallel: NoTypeDefined
--       Host Serial: SERIAL
-- 
-- Architectures:
-- Found TPLLIBDL: /usr/include  
-- Using internal desul_atomics copy
-- Kokkos Devices: SERIAL, Kokkos Backends: SERIAL
-- Configuring done
-- Generating done
-- Build files have been written to: /var/jenkins/workspace/Kokkos_PR-6767/example/build_cmake_in_tree/build
+ make -j8
Scanning dependencies of target kokkossimd
Scanning dependencies of target AlwaysCheckGit
[  3%] Building CXX object kokkos/simd/src/CMakeFiles/kokkossimd.dir/Kokkos_SIMD_dummy.cpp.o
[  3%] Built target AlwaysCheckGit
Scanning dependencies of target impl_git_version
[  7%] Building CXX object kokkos/CMakeFiles/impl_git_version.dir/example/build_cmake_in_tree/build/generated/Kokkos_Version_Info.cpp.o
[ 11%] Linking CXX static library libkokkossimd.a
Scanning dependencies of target kokkoscore
[ 11%] Built target kokkossimd
[ 23%] Building CXX object kokkos/core/src/CMakeFiles/kokkoscore.dir/impl/Kokkos_Abort.cpp.o
[ 23%] Building CXX object kokkos/core/src/CMakeFiles/kokkoscore.dir/impl/Kokkos_CPUDiscovery.cpp.o
[ 23%] Building CXX object kokkos/core/src/CMakeFiles/kokkoscore.dir/impl/Kokkos_Command_Line_Parsing.cpp.o
[ 26%] Building CXX object kokkos/core/src/CMakeFiles/kokkoscore.dir/impl/Kokkos_Core.cpp.o
[ 30%] Building CXX object kokkos/core/src/CMakeFiles/kokkoscore.dir/impl/Kokkos_Error.cpp.o
[ 34%] Building CXX object kokkos/core/src/CMakeFiles/kokkoscore.dir/impl/Kokkos_ExecPolicy.cpp.o
[ 38%] Building CXX object kokkos/core/src/CMakeFiles/kokkoscore.dir/impl/Kokkos_HostBarrier.cpp.o
[ 42%] Linking CXX static library libimpl_git_version.a
[ 42%] Built target impl_git_version
[ 46%] Building CXX object kokkos/core/src/CMakeFiles/kokkoscore.dir/impl/Kokkos_HostSpace.cpp.o
[ 50%] Building CXX object kokkos/core/src/CMakeFiles/kokkoscore.dir/impl/Kokkos_HostSpace_deepcopy.cpp.o
[ 53%] Building CXX object kokkos/core/src/CMakeFiles/kokkoscore.dir/impl/Kokkos_HostThreadTeam.cpp.o
[ 57%] Building CXX object kokkos/core/src/CMakeFiles/kokkoscore.dir/impl/Kokkos_MemoryPool.cpp.o
[ 61%] Building CXX object kokkos/core/src/CMakeFiles/kokkoscore.dir/impl/Kokkos_Profiling.cpp.o
[ 65%] Building CXX object kokkos/core/src/CMakeFiles/kokkoscore.dir/impl/Kokkos_SharedAlloc.cpp.o
[ 69%] Building CXX object kokkos/core/src/CMakeFiles/kokkoscore.dir/impl/Kokkos_Stacktrace.cpp.o
[ 73%] Building CXX object kokkos/core/src/CMakeFiles/kokkoscore.dir/impl/Kokkos_hwloc.cpp.o
[ 76%] Building CXX object kokkos/core/src/CMakeFiles/kokkoscore.dir/Serial/Kokkos_Serial.cpp.o
[ 80%] Building CXX object kokkos/core/src/CMakeFiles/kokkoscore.dir/Serial/Kokkos_Serial_Task.cpp.o
[ 84%] Linking CXX static library libkokkoscore.a
[ 84%] Built target kokkoscore
Scanning dependencies of target kokkoscontainers
[ 88%] Building CXX object kokkos/containers/src/CMakeFiles/kokkoscontainers.dir/impl/Kokkos_UnorderedMap_impl.cpp.o
[ 92%] Linking CXX static library libkokkoscontainers.a
[ 92%] Built target kokkoscontainers
Scanning dependencies of target example
[ 96%] Building CXX object CMakeFiles/example.dir/cmake_example.cpp.o
[100%] Linking CXX executable example
[100%] Built target example
+ ctest --verbose
UpdateCTestConfiguration  from :/var/jenkins/workspace/Kokkos_PR-6767/example/build_cmake_in_tree/build/DartConfiguration.tcl
UpdateCTestConfiguration  from :/var/jenkins/workspace/Kokkos_PR-6767/example/build_cmake_in_tree/build/DartConfiguration.tcl
Test project /var/jenkins/workspace/Kokkos_PR-6767/example/build_cmake_in_tree/build
Constructing a list of tests
Done constructing a list of tests
Updating test list for fixtures
Added 0 tests to meet fixture requirements
Checking test dependency graph...
Checking test dependency graph end
test 1
    Start 1: KokkosInTree_Verify

1: Test command: /var/jenkins/workspace/Kokkos_PR-6767/example/build_cmake_in_tree/build/example "10"
1: Test timeout computed to be: 10000000
1: Host Serial Execution Space:
1:   KOKKOS_ENABLE_SERIAL: yes
1: 
1: Serial Runtime Configuration:
1: Number of even integers from 0 to 9
1:   Parallel: 5      0.000014
1: Sequential: 5      0.000000
1/1 Test #1: KokkosInTree_Verify ..............   Passed    0.00 sec

100% tests passed, 0 tests failed out of 1

Total Test time (real) =   0.01 sec
Post stage
[Pipeline] sh
+ ccache --show-stats
cache directory                     /tmp/ccache
primary config                      /tmp/ccache/ccache.conf
secondary config      (readonly)    /etc/ccache.conf
stats updated                       Thu Feb  8 23:02:51 2024
stats zeroed                        Thu Feb  8 22:31:34 2024
cache hit (direct)                    49
cache hit (preprocessed)               1
cache miss                           652
cache hit rate                      7.12 %
compiler produced stdout              22
cleanups performed                    61
files in cache                      1443
cache size                           4.5 GB
max cache size                       5.0 GB
[Pipeline] }
$ docker stop --time=1 144f6bdd64f391905217aaca12e075a7d273652c72af4b3e1bce35155c05cc77
$ docker rm -f --volumes 144f6bdd64f391905217aaca12e075a7d273652c72af4b3e1bce35155c05cc77
[Pipeline] // withDockerContainer
[Pipeline] }
[Pipeline] // withEnv
[Pipeline] }
[Pipeline] // node
[Pipeline] }
[Pipeline] // stage
[Pipeline] }
 -- Testing 1-D histogram
Density 1D: 2.47955e-07 0.00990959 0.0125634 || 0.051031 10955 11796 || 11265.3 11377 || 173.677 -0.823045
 -- Testing 3-D histogram
Density 3D: 2.47955e-07 -0.00566487 -0.00228863 || 0.051031 1e+64 -1e+64
[       OK ] serial.Random_XorShift1024_0 (443365 ms)
[ RUN      ] serial.Multi_streams
[       OK ] serial.Multi_streams (0 ms)
[ RUN      ] serial.SortUnsignedValueType
[       OK ] serial.SortUnsignedValueType (78829 ms)
[ RUN      ] serial.SortEmptyView
[       OK ] serial.SortEmptyView (0 ms)
[ RUN      ] serial.BinSortGenericTests
[       OK ] serial.BinSortGenericTests (5843 ms)
[ RUN      ] serial.BinSortEmptyView
[       OK ] serial.BinSortEmptyView (0 ms)
[ RUN      ] serial.BinSortEmptyKeysView
[       OK ] serial.BinSortEmptyKeysView (0 ms)
[ RUN      ] serial.BinSortUnsignedKeyLayoutStrideValues
[       OK ] serial.BinSortUnsignedKeyLayoutStrideValues (249636 ms)
[ RUN      ] serial.NestedSort
[       OK ] serial.NestedSort (100 ms)
[ RUN      ] serial.NestedSortByKey
[       OK ] serial.NestedSortByKey (828 ms)
[ RUN      ] serial.SortWithCustomComparator
[       OK ] serial.SortWithCustomComparator (9183 ms)
[----------] 12 tests from serial (1868401 ms total)

[----------] Global test environment tear-down
[==========] 12 tests from 1 test suite ran. (1868401 ms total)
[  PASSED  ] 12 tests.
make[2]: Leaving directory '/var/jenkins/workspace/Kokkos_PR-6767/build/algorithms/unit_tests'
make[1]: Leaving directory '/var/jenkins/workspace/Kokkos_PR-6767/build/algorithms/unit_tests'
Post stage
[Pipeline] sh
+ ccache --show-stats
cache directory                     /tmp/ccache
primary config                      /tmp/ccache/ccache.conf
secondary config      (readonly)    /etc/ccache.conf
stats updated                       Thu Feb  8 22:29:27 2024
stats zeroed                        Thu Feb  8 22:29:27 2024
cache hit (direct)                     0
cache hit (preprocessed)               0
cache miss                             0
cache hit rate                      0.00 %
cleanups performed                     0
files in cache                      2541
cache size                           4.4 GB
max cache size                       5.0 GB
[Pipeline] }
$ docker stop --time=1 de9dafd1f83610956c7c29aa1db4cbe18bab5cc9b0486d9feb8f0e2b938ae87d
$ docker rm -f --volumes de9dafd1f83610956c7c29aa1db4cbe18bab5cc9b0486d9feb8f0e2b938ae87d
[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 8

GitHub has been notified of this commit’s build result

Finished: FAILURE