Skip to content
Failed

Console Output

Skipping 830 KB.. Full Log
43: [----------] 1 test from std_algorithms_unique_team_test (703 ms total)
43: 
43: [----------] 1 test from std_algorithms_adjacent_difference_team_test
43: [ RUN      ] std_algorithms_adjacent_difference_team_test.test
43: [       OK ] std_algorithms_adjacent_difference_team_test.test (957 ms)
43: [----------] 1 test from std_algorithms_adjacent_difference_team_test (957 ms total)
43: 
43: [----------] 1 test from std_algorithms_reduce_team_test
43: [ RUN      ] std_algorithms_reduce_team_test.test
43: [       OK ] std_algorithms_reduce_team_test.test (1099 ms)
43: [----------] 1 test from std_algorithms_reduce_team_test (1099 ms total)
43: 
43: [----------] 1 test from std_algorithms_transform_reduce_team_test
43: [ RUN      ] std_algorithms_transform_reduce_team_test.test
43: [       OK ] std_algorithms_transform_reduce_team_test.test (1942 ms)
43: [----------] 1 test from std_algorithms_transform_reduce_team_test (1942 ms total)
43: 
43: [----------] Global test environment tear-down
43: [==========] 4 tests from 4 test suites ran. (4702 ms total)
43: [  PASSED  ] 4 tests.
43/49 Test #43: Kokkos_AlgorithmsUnitTest_StdSet_Team_I ....................   Passed    4.71 sec
test 44
      Start 44: Kokkos_AlgorithmsUnitTest_StdSet_Team_L

44: Test command: /var/jenkins/workspace/Kokkos_PR-8086/build/algorithms/unit_tests/Kokkos_AlgorithmsUnitTest_StdSet_Team_L
44: Test timeout computed to be: 1500
44: Kokkos::OpenMP::initialize WARNING: You are likely oversubscribing your CPU cores.
44:                                     Detected: 4 cores per node.
44:                                     Detected: 1 MPI_ranks per node.
44:                                     Requested: 8 threads per process.
44: [==========] Running 18 tests from 5 test suites.
44: [----------] Global test environment set-up.
44: [----------] 2 tests from std_algorithms_is_sorted_team_test
44: [ RUN      ] std_algorithms_is_sorted_team_test.test_data_almost_certainly_not_sorted
44: [       OK ] std_algorithms_is_sorted_team_test.test_data_almost_certainly_not_sorted (744 ms)
44: [ RUN      ] std_algorithms_is_sorted_team_test.test_data_certainly_sorted
44: [       OK ] std_algorithms_is_sorted_team_test.test_data_certainly_sorted (511 ms)
44: [----------] 2 tests from std_algorithms_is_sorted_team_test (1255 ms total)
44: 
44: [----------] 4 tests from std_algorithms_is_sorted_until_team_test
44: [ RUN      ] std_algorithms_is_sorted_until_team_test.test_trivialA
44: [       OK ] std_algorithms_is_sorted_until_team_test.test_trivialA (31 ms)
44: [ RUN      ] std_algorithms_is_sorted_until_team_test.test_trivialB
44: [       OK ] std_algorithms_is_sorted_until_team_test.test_trivialB (30 ms)
44: [ RUN      ] std_algorithms_is_sorted_until_team_test.test_nontrivialA
44: [       OK ] std_algorithms_is_sorted_until_team_test.test_nontrivialA (413 ms)
44: [ RUN      ] std_algorithms_is_sorted_until_team_test.test_nontrivialB
44: [       OK ] std_algorithms_is_sorted_until_team_test.test_nontrivialB (602 ms)
44: [----------] 4 tests from std_algorithms_is_sorted_until_team_test (1078 ms total)
44: 
44: [----------] 4 tests from std_algorithms_is_partitioned_team_test
44: [ RUN      ] std_algorithms_is_partitioned_team_test.empty
44: [       OK ] std_algorithms_is_partitioned_team_test.empty (16 ms)
44: [ RUN      ] std_algorithms_is_partitioned_team_test.all_true
44: [       OK ] std_algorithms_is_partitioned_team_test.all_true (297 ms)
44: [ RUN      ] std_algorithms_is_partitioned_team_test.all_false
44: [       OK ] std_algorithms_is_partitioned_team_test.all_false (299 ms)
44: [ RUN      ] std_algorithms_is_partitioned_team_test.random
44: [       OK ] std_algorithms_is_partitioned_team_test.random (201 ms)
44: [----------] 4 tests from std_algorithms_is_partitioned_team_test (815 ms total)
44: 
44: [----------] 4 tests from std_algorithms_partition_copy_team_test
44: [ RUN      ] std_algorithms_partition_copy_team_test.empty
44: [       OK ] std_algorithms_partition_copy_team_test.empty (25 ms)
44: [ RUN      ] std_algorithms_partition_copy_team_test.all_true
44: [       OK ] std_algorithms_partition_copy_team_test.all_true (559 ms)
44: [ RUN      ] std_algorithms_partition_copy_team_test.all_false
44: [       OK ] std_algorithms_partition_copy_team_test.all_false (545 ms)
44: [ RUN      ] std_algorithms_partition_copy_team_test.random
44: [       OK ] std_algorithms_partition_copy_team_test.random (447 ms)
44: [----------] 4 tests from std_algorithms_partition_copy_team_test (1578 ms total)
44: 
44: [----------] 4 tests from std_algorithms_partition_point_team_test
44: [ RUN      ] std_algorithms_partition_point_team_test.empty
44: [       OK ] std_algorithms_partition_point_team_test.empty (14 ms)
44: [ RUN      ] std_algorithms_partition_point_team_test.all_true
44: [       OK ] std_algorithms_partition_point_team_test.all_true (302 ms)
44: [ RUN      ] std_algorithms_partition_point_team_test.all_false
44: [       OK ] std_algorithms_partition_point_team_test.all_false (290 ms)
44: [ RUN      ] std_algorithms_partition_point_team_test.random
44: [       OK ] std_algorithms_partition_point_team_test.random (191 ms)
44: [----------] 4 tests from std_algorithms_partition_point_team_test (799 ms total)
44: 
44: [----------] Global test environment tear-down
44: [==========] 18 tests from 5 test suites ran. (5527 ms total)
44: [  PASSED  ] 18 tests.
44/49 Test #44: Kokkos_AlgorithmsUnitTest_StdSet_Team_L ....................   Passed    5.53 sec
test 45
      Start 45: Kokkos_AlgorithmsUnitTest_StdSet_Team_M

45: Test command: /var/jenkins/workspace/Kokkos_PR-8086/build/algorithms/unit_tests/Kokkos_AlgorithmsUnitTest_StdSet_Team_M
45: Test timeout computed to be: 1500
45: Kokkos::OpenMP::initialize WARNING: You are likely oversubscribing your CPU cores.
45:                                     Detected: 4 cores per node.
45:                                     Detected: 1 MPI_ranks per node.
45:                                     Requested: 8 threads per process.
45: [==========] Running 5 tests from 4 test suites.
45: [----------] Global test environment set-up.
45: [----------] 2 tests from std_algorithms_transform_team_test
45: [ RUN      ] std_algorithms_transform_team_test.test_unary_op
45: [       OK ] std_algorithms_transform_team_test.test_unary_op (945 ms)
45: [ RUN      ] std_algorithms_transform_team_test.test_binary_op
45: [       OK ] std_algorithms_transform_team_test.test_binary_op (1041 ms)
45: [----------] 2 tests from std_algorithms_transform_team_test (1986 ms total)
45: 
45: [----------] 1 test from std_algorithms_generate_team_test
45: [ RUN      ] std_algorithms_generate_team_test.test_unary_op
45: [       OK ] std_algorithms_generate_team_test.test_unary_op (1953 ms)
45: [----------] 1 test from std_algorithms_generate_team_test (1953 ms total)
45: 
45: [----------] 1 test from std_algorithms_generate_n_team_test
45: [ RUN      ] std_algorithms_generate_n_team_test.test
45: [       OK ] std_algorithms_generate_n_team_test.test (501 ms)
45: [----------] 1 test from std_algorithms_generate_n_team_test (501 ms total)
45: 
45: [----------] 1 test from std_algorithms_swap_ranges_team_test
45: [ RUN      ] std_algorithms_swap_ranges_team_test.test
45: [       OK ] std_algorithms_swap_ranges_team_test.test (992 ms)
45: [----------] 1 test from std_algorithms_swap_ranges_team_test (992 ms total)
45: 
45: [----------] Global test environment tear-down
45: [==========] 5 tests from 4 test suites ran. (5434 ms total)
45: [  PASSED  ] 5 tests.
45/49 Test #45: Kokkos_AlgorithmsUnitTest_StdSet_Team_M ....................   Passed    5.44 sec
test 46
      Start 46: Kokkos_AlgorithmsUnitTest_StdSet_Team_P

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

47: Test command: /var/jenkins/workspace/Kokkos_PR-8086/build/algorithms/unit_tests/Kokkos_AlgorithmsUnitTest_StdSet_Team_Q
47: Test timeout computed to be: 1500
47: Kokkos::OpenMP::initialize WARNING: You are likely oversubscribing your CPU cores.
47:                                     Detected: 4 cores per node.
47:                                     Detected: 1 MPI_ranks per node.
47:                                     Requested: 8 threads per process.
47: [==========] Running 2 tests from 2 test suites.
47: [----------] Global test environment set-up.
47: [----------] 1 test from std_algorithms_inclusive_scan_team_test
47: [ RUN      ] std_algorithms_inclusive_scan_team_test.test
47: [       OK ] std_algorithms_inclusive_scan_team_test.test (3065 ms)
47: [----------] 1 test from std_algorithms_inclusive_scan_team_test (3065 ms total)
47: 
47: [----------] 1 test from std_algorithms_transform_inclusive_scan_team_test
47: [ RUN      ] std_algorithms_transform_inclusive_scan_team_test.test
47: [       OK ] std_algorithms_transform_inclusive_scan_team_test.test (2034 ms)
47: [----------] 1 test from std_algorithms_transform_inclusive_scan_team_test (2034 ms total)
47: 
47: [----------] Global test environment tear-down
47: [==========] 2 tests from 2 test suites ran. (5099 ms total)
47: [  PASSED  ] 2 tests.
47/49 Test #47: Kokkos_AlgorithmsUnitTest_StdSet_Team_Q ....................   Passed    5.11 sec
test 48
      Start 48: Kokkos_PerformanceTest_InclusiveScan

48: Test command: /var/jenkins/workspace/Kokkos_PR-8086/build/algorithms/perf_test/Kokkos_PerformanceTest_InclusiveScan "--benchmark_counters_tabular=true" "--benchmark_out=Kokkos_PerformanceTest_InclusiveScan_2025-05-15_T12-56-46.json"
48: Test timeout computed to be: 1500
48: Kokkos::OpenMP::initialize WARNING: You are likely oversubscribing your CPU cores.
48:                                     Detected: 4 cores per node.
48:                                     Detected: 1 MPI_ranks per node.
48:                                     Requested: 8 threads per process.
48: 2025-05-15T13:24:15+00:00
48: Running /var/jenkins/workspace/Kokkos_PR-8086/build/algorithms/perf_test/Kokkos_PerformanceTest_InclusiveScan
48: Run on (4 X 1996.25 MHz CPU s)
48: CPU Caches:
48:   L1 Data 64 KiB (x4)
48:   L1 Instruction 64 KiB (x4)
48:   L2 Unified 512 KiB (x4)
48:   L3 Unified 16384 KiB (x4)
48: Load Average: 2.85, 4.65, 4.79
48: CPU architecture: none
48: Default Device: OpenMP
48: GIT_BRANCH: HEAD
48: GIT_CLEAN_STATUS: CLEAN
48: GIT_COMMIT_DATE: 2025-05-15T08:54:12-04:00
48: GIT_COMMIT_DESCRIPTION: Enable bugprone-signed-char-misuse check
48: GIT_COMMIT_HASH: 9e183ff48
48: GPU architecture: none
48: KOKKOS_COMPILER_GNU: 840
48: KOKKOS_ENABLE_ASM: yes
48: KOKKOS_ENABLE_CXX17: yes
48: KOKKOS_ENABLE_CXX20: no
48: KOKKOS_ENABLE_CXX23: no
48: KOKKOS_ENABLE_CXX26: no
48: KOKKOS_ENABLE_DEBUG_BOUNDS_CHECK: no
48: KOKKOS_ENABLE_HWLOC: no
48: KOKKOS_ENABLE_LIBDL: no
48: KOKKOS_ENABLE_OPENMP: yes
48: KOKKOS_ENABLE_PRAGMA_IVDEP: no
48: KOKKOS_ENABLE_PRAGMA_LOOPCOUNT: no
48: KOKKOS_ENABLE_PRAGMA_UNROLL: no
48: KOKKOS_ENABLE_PRAGMA_VECTOR: no
48: Kokkos: OpenMP thread_pool_topology[ 1 x 8 x 1 ]
48: Kokkos Version: 4.6.99
48: platform: 64bit
48: ----------------------------------------------------------------------------------------------------------------------------------------------
48: Benchmark                                                                   Time             CPU   Iterations  FOM: GB/s         MB     Passed
48: ----------------------------------------------------------------------------------------------------------------------------------------------
48: BM_inclusive_scan<std::uint64_t>/100000000/manual_time                  0.099 s         0.049 s             7  16.0966/s       1.6k          1
48: BM_inclusive_scan<std::int64_t>/100000000/manual_time                   0.100 s         0.049 s             7  15.9276/s       1.6k          1
48: BM_inclusive_scan<double>/100000000/manual_time                         0.117 s         0.058 s             5   13.635/s       1.6k          1
48: BM_inclusive_scan<std::uint64_t, SumFunctor>/100000000/manual_time      0.100 s         0.048 s             7  15.9927/s       1.6k          1
48: BM_inclusive_scan<std::int64_t, SumFunctor>/100000000/manual_time       0.101 s         0.050 s             7  15.7816/s       1.6k          1
48: BM_inclusive_scan<double, SumFunctor>/100000000/manual_time             0.118 s         0.058 s             6  13.5446/s       1.6k          1
48: BM_inclusive_scan<std::uint64_t, MaxFunctor>/100000000/manual_time      0.150 s         0.075 s             5    10.64/s       1.6k          1
48: BM_inclusive_scan<std::int64_t, MaxFunctor>/100000000/manual_time       0.151 s         0.075 s             5  10.5731/s       1.6k          1
48: BM_inclusive_scan<double, MaxFunctor>/100000000/manual_time             0.143 s         0.071 s             5   11.165/s       1.6k          1
48/49 Test #48: Kokkos_PerformanceTest_InclusiveScan .......................   Passed   24.76 sec
test 49
      Start 49: Kokkos_UnitTest_SIMD

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

100% tests passed, 0 tests failed out of 49

Label Time Summary:
Kokkos    = 448.08 sec*proc (43 tests)

Total Test time (real) = 811.03 sec
+ gcc -I/var/jenkins/workspace/Kokkos_PR-8086/build/../core/src/ ../core/unit_test/tools/TestCInterface.c
Post stage
[Pipeline] xunit
INFO: Processing CTest-Version 3.x (default)
[Pipeline] }
[Pipeline] // withEnv
[Pipeline] }
$ docker stop --time=1 44110b6932e519d3524cb1e95d76abccfe90a98e0820a82b0661b12bc93332aa
INFO: [CTest-Version 3.x (default)] - 1 test report file(s) were found with the pattern 'build/Testing/**/Test.xml' relative to '/var/jenkins/workspace/Kokkos_PR-8086' for the testing framework 'CTest-Version 3.x (default)'.
$ docker rm -f --volumes 44110b6932e519d3524cb1e95d76abccfe90a98e0820a82b0661b12bc93332aa
[Pipeline] // withDockerContainer
[Pipeline] }
[Pipeline] // withEnv
[Pipeline] }
[Pipeline] // node
[Pipeline] }
[Pipeline] // stage
[Pipeline] }
33: Test_Atomic<double>/100000/iterations:10                       12.2 s          12.1 s            10          1            8     20.0428         1.6507m     911.11u     4.99995G         101.118k     4.99995G
33/59 Test #33: Kokkos_PerformanceTest_Atomic ..............................   Passed  430.29 sec
test 34
      Start 34: Kokkos_PerformanceTest_Reduction

34: Test command: /var/jenkins/workspace/Kokkos_PR-8086/build/core/perf_test/Kokkos_PerformanceTest_Reduction "--benchmark_counters_tabular=true" "--benchmark_out=Kokkos_PerformanceTest_Reduction_2025-05-15_T12-57-28.json"
34: Test timeout computed to be: 1500
34: 2025-05-15T13:24:37+00:00
34: Running /var/jenkins/workspace/Kokkos_PR-8086/build/core/perf_test/Kokkos_PerformanceTest_Reduction
34: Run on (64 X 3294.73 MHz CPU s)
34: CPU Caches:
34:   L1 Data 32 KiB (x32)
34:   L1 Instruction 32 KiB (x32)
34:   L2 Unified 512 KiB (x32)
34:   L3 Unified 16384 KiB (x16)
34: Load Average: 1.01, 1.63, 3.64
34: APU or dGPU: dGPU
34: Architecture capable of accessing system allocated memory: 1
34: CPU architecture: none
34: Default Device: HIP
34: GPU architecture: AMD_GFX908
34: Is Large Bar: 1
34: KOKKOS_COMPILER_CLANG: 1700
34: KOKKOS_ENABLE_ASM: no
34: KOKKOS_ENABLE_CXX17: no
34: KOKKOS_ENABLE_CXX20: yes
34: KOKKOS_ENABLE_CXX23: no
34: KOKKOS_ENABLE_CXX26: no
34: KOKKOS_ENABLE_DEBUG_BOUNDS_CHECK: no
34: KOKKOS_ENABLE_HIP: yes
34: KOKKOS_ENABLE_HIP_RELOCATABLE_DEVICE_CODE: no
34: KOKKOS_ENABLE_HWLOC: no
34: KOKKOS_ENABLE_LIBDL: yes
34: KOKKOS_ENABLE_PRAGMA_IVDEP: no
34: KOKKOS_ENABLE_PRAGMA_LOOPCOUNT: no
34: KOKKOS_ENABLE_PRAGMA_UNROLL: no
34: KOKKOS_ENABLE_PRAGMA_VECTOR: no
34: KOKKOS_ENABLE_SERIAL: yes
34: Kernel reports HMM module via `CONFIG_HMM_MIRROR=y` in `/boot/config`: no
34: Kokkos: HIP[ 0 ] gcnArch gfx908:sramecc+:xnack- : Selected
34: Kokkos Version: 4.6.99
34: Shared Memory per Block: 64 KiB
34: Supports Managed Memory: 1
34: System allows accessing system allocated memory on GPU: 0
34: Total Global Memory: 31.98 GiB
34: Wavefront Size: 64
34: XNACK environment variable set: no
34: macro  KOKKOS_ENABLE_HIP: defined
34: macro KOKKOS_ENABLE_IMPL_HIP_MALLOC_ASYNC: yes
34: macro KOKKOS_ENABLE_ROCTHRUST: defined
34: platform: 64bit
34: ----------------------------------------------------------------------------------------------------
34: Benchmark                                                          Time             CPU   Iterations
34: ----------------------------------------------------------------------------------------------------
34: ReductionCheapScalarResult<double>/10000/iterations:10          33.1 us         32.9 us           10
34: ReductionCheapScalarResult<double>/100000/iterations:10         33.2 us         33.2 us           10
34: ReductionCheapScalarResult<double>/1000000/iterations:10        44.3 us         43.6 us           10
34: ReductionCheapScalarResult<double>/10000000/iterations:10        141 us          140 us           10
34: ReductionCheapHostResult<double>/10000/iterations:10            30.8 us         30.8 us           10
34: ReductionCheapHostResult<double>/100000/iterations:10           33.1 us         32.5 us           10
34: ReductionCheapHostResult<double>/1000000/iterations:10          43.2 us         43.2 us           10
34: ReductionCheapHostResult<double>/10000000/iterations:10          147 us          146 us           10
34: ReductionCheapDeviceResult<double>/10000/iterations:10          23.1 us         22.6 us           10
34: ReductionCheapDeviceResult<double>/100000/iterations:10         25.0 us         25.0 us           10
34: ReductionCheapDeviceResult<double>/1000000/iterations:10        34.9 us         34.9 us           10
34: ReductionCheapDeviceResult<double>/10000000/iterations:10        141 us          139 us           10
34: ReductionExpensive<double>/10000/iterations:10                   101 us          100 us           10
34: ReductionExpensive<double>/100000/iterations:10                  299 us          298 us           10
34: ReductionExpensive<double>/1000000/iterations:10                2605 us         2595 us           10
34: ReductionExpensive<double>/10000000/iterations:10              22506 us        22417 us           10
34/59 Test #34: Kokkos_PerformanceTest_Reduction ...........................   Passed    0.71 sec
test 35
      Start 35: Kokkos_ContainersUnitTest_Serial

35: Test command: /var/jenkins/workspace/Kokkos_PR-8086/build/containers/unit_tests/Kokkos_ContainersUnitTest_Serial
35: Test timeout computed to be: 1500
35: [==========] Running 71 tests from 2 test suites.
35: [----------] Global test environment set-up.
35: [----------] 2 tests from serial_DeathTest
35: [ RUN      ] serial_DeathTest.dualview_external_view_construction
35: [       OK ] serial_DeathTest.dualview_external_view_construction (1619 ms)
35: [ RUN      ] serial_DeathTest.offsetview_unmanaged_construction
35: [       OK ] serial_DeathTest.offsetview_unmanaged_construction (20002 ms)
35: [----------] 2 tests from serial_DeathTest (21622 ms total)
35: 
35: [----------] 69 tests from serial
35: [ RUN      ] serial.bitset
35: [       OK ] serial.bitset (1172 ms)
35: [ RUN      ] serial.bitset_default_constructor_no_alloc
35: [       OK ] serial.bitset_default_constructor_no_alloc (0 ms)
35: [ RUN      ] serial.dualview_combination
35: [       OK ] serial.dualview_combination (0 ms)
35: [ RUN      ] serial.dualview_alloc
35: [       OK ] serial.dualview_alloc (0 ms)
35: [ RUN      ] serial.test_dualview_copy_construction_and_assignment
35: [       OK ] serial.test_dualview_copy_construction_and_assignment (0 ms)
35: [ RUN      ] serial.dualview_combinations_without_init
35: [       OK ] serial.dualview_combinations_without_init (0 ms)
35: [ RUN      ] serial.dualview_deep_copy
35: [       OK ] serial.dualview_deep_copy (0 ms)
35: [ RUN      ] serial.dualview_sync_should_fence
35: [       OK ] serial.dualview_sync_should_fence (0 ms)
35: [ RUN      ] serial.dualview_realloc
35: [       OK ] serial.dualview_realloc (0 ms)
35: [ RUN      ] serial.dualview_resize
35: [       OK ] serial.dualview_resize (0 ms)
35: [ RUN      ] serial.dualview_device_correct_kokkos_device
35: 
35: Kokkos::HIP::allocation WARNING: The combination of device and system configuration
35:                                  does not support page migration between device and host.
35:                                  HIPManagedSpace might not work as expected.
35:                                  Please refer to the ROCm documentation on unified/managed memory.
35: [       OK ] serial.dualview_device_correct_kokkos_device (0 ms)
35: [ RUN      ] serial.dualview_host_correct_kokkos_device
35: [       OK ] serial.dualview_host_correct_kokkos_device (0 ms)
35: [ RUN      ] serial.dualview_host_modify_template_device_sync
35: [       OK ] serial.dualview_host_modify_template_device_sync (0 ms)
35: [ RUN      ] serial.dualview_host_modify_template_device_execspace_sync
35: [       OK ] serial.dualview_host_modify_template_device_execspace_sync (0 ms)
35: [ RUN      ] serial.dualview_device_modify_template_host_sync
35: [       OK ] serial.dualview_device_modify_template_host_sync (0 ms)
35: [ RUN      ] serial.dualview_device_modify_template_host_execspace_sync
35: [       OK ] serial.dualview_device_modify_template_host_execspace_sync (0 ms)
35: [ RUN      ] serial.dualview_template_views_return_correct_executionspace_views
35: [       OK ] serial.dualview_template_views_return_correct_executionspace_views (0 ms)
35: [ RUN      ] serial.dualview_template_views_return_correct_views_from_const_dual_view
35: [       OK ] serial.dualview_template_views_return_correct_views_from_const_dual_view (0 ms)
35: [ RUN      ] serial.dualview_sequential_host_init
35: [       OK ] serial.dualview_sequential_host_init (0 ms)
35: [ RUN      ] serial.dualview_default_constructed
35: [       OK ] serial.dualview_default_constructed (0 ms)
35: [ RUN      ] serial.dynamic_view
35: [       OK ] serial.dynamic_view (6 ms)
35: [ RUN      ] serial.dyn_rank_view_api_generic
35: [       OK ] serial.dyn_rank_view_api_generic (5 ms)
35: [ RUN      ] serial.dyn_rank_view_api_operator_rank12345
35: [       OK ] serial.dyn_rank_view_api_operator_rank12345 (0 ms)
35: [ RUN      ] serial.dyn_rank_view_check_fence_resize_realloc
35: /var/jenkins/workspace/Kokkos_PR-8086/containers/unit_tests/TestDynViewAPI_rank12345.hpp:70: Skipped
35: skipping since not default execution space
35: [  SKIPPED ] serial.dyn_rank_view_check_fence_resize_realloc (0 ms)
35: [ RUN      ] serial.dyn_rank_view_api_operator_rank67
35: [       OK ] serial.dyn_rank_view_api_operator_rank67 (0 ms)
35: [ RUN      ] serial.dyn_rank_view_team_scratch
35: [       OK ] serial.dyn_rank_view_team_scratch (0 ms)
35: [ RUN      ] serial.ErrorReporterViaLambda
35: [       OK ] serial.ErrorReporterViaLambda (0 ms)
35: [ RUN      ] serial.ErrorReporter
35: [       OK ] serial.ErrorReporter (0 ms)
35: [ RUN      ] serial.offsetview_construction
35: [       OK ] serial.offsetview_construction (8 ms)
35: [ RUN      ] serial.offsetview_unmanaged_construction
35: [       OK ] serial.offsetview_unmanaged_construction (0 ms)
35: [ RUN      ] serial.offsetview_subview
35: [       OK ] serial.offsetview_subview (4 ms)
35: [ RUN      ] serial.offsetview_offsets_rank1
35: [       OK ] serial.offsetview_offsets_rank1 (0 ms)
35: [ RUN      ] serial.offsetview_offsets_rank2
35: [       OK ] serial.offsetview_offsets_rank2 (0 ms)
35: [ RUN      ] serial.offsetview_offsets_rank3
35: [       OK ] serial.offsetview_offsets_rank3 (0 ms)
35: [ RUN      ] serial.scatterview
35: [       OK ] serial.scatterview (1667 ms)
35: [ RUN      ] serial.scatterview_devicetype
35: [       OK ] serial.scatterview_devicetype (1 ms)
35: [ RUN      ] serial.staticcrsgraph
35: [       OK ] serial.staticcrsgraph (8 ms)
35: [ RUN      ] serial.resize_realloc_no_init_dualview
35: [       OK ] serial.resize_realloc_no_init_dualview (0 ms)
35: [ RUN      ] serial.resize_realloc_no_alloc_dualview
35: [       OK ] serial.resize_realloc_no_alloc_dualview (0 ms)
35: [ RUN      ] serial.resize_exec_space_dualview
35: [       OK ] serial.resize_exec_space_dualview (0 ms)
35: [ RUN      ] serial.realloc_exec_space_dualview
35: [       OK ] serial.realloc_exec_space_dualview (0 ms)
35: [ RUN      ] serial.resize_realloc_no_init_dynrankview
35: [       OK ] serial.resize_realloc_no_init_dynrankview (0 ms)
35: [ RUN      ] serial.resize_exec_space_dynrankview
35: [       OK ] serial.resize_exec_space_dynrankview (0 ms)
35: [ RUN      ] serial.realloc_exec_space_dynrankview
35: [       OK ] serial.realloc_exec_space_dynrankview (0 ms)
35: [ RUN      ] serial.resize_realloc_no_init_scatterview
35: [       OK ] serial.resize_realloc_no_init_scatterview (0 ms)
35: [ RUN      ] serial.resize_realloc_no_alloc_scatterview
35: [       OK ] serial.resize_realloc_no_alloc_scatterview (0 ms)
35: [ RUN      ] serial.resize_exec_space_scatterview
35: [       OK ] serial.resize_exec_space_scatterview (0 ms)
35: [ RUN      ] serial.realloc_exec_space_scatterview
35: [       OK ] serial.realloc_exec_space_scatterview (0 ms)
35: [ RUN      ] serial.create_mirror_no_init_dynrankview
35: [       OK ] serial.create_mirror_no_init_dynrankview (0 ms)
35: [ RUN      ] serial.create_mirror_no_init_dynrankview_viewctor
35: [       OK ] serial.create_mirror_no_init_dynrankview_viewctor (0 ms)
35: [ RUN      ] serial.create_mirror_view_and_copy_dynrankview
35: [       OK ] serial.create_mirror_view_and_copy_dynrankview (0 ms)
35: [ RUN      ] serial.create_mirror_no_init_offsetview
35: [       OK ] serial.create_mirror_no_init_offsetview (0 ms)
35: [ RUN      ] serial.create_mirror_no_init_offsetview_view_ctor
35: [       OK ] serial.create_mirror_no_init_offsetview_view_ctor (0 ms)
35: [ RUN      ] serial.create_mirror_view_and_copy_offsetview
35: [       OK ] serial.create_mirror_view_and_copy_offsetview (0 ms)
35: [ RUN      ] serial.create_mirror_no_init_dynamicview
35: [       OK ] serial.create_mirror_no_init_dynamicview (0 ms)
35: [ RUN      ] serial.create_mirror_view_and_copy_dynamicview
35: [       OK ] serial.create_mirror_view_and_copy_dynamicview (0 ms)
35: [ RUN      ] serial.create_mirror_no_init_dynamicview_view_ctor
35: [       OK ] serial.create_mirror_no_init_dynamicview_view_ctor (0 ms)
35: [ RUN      ] serial.UnorderedMap_insert
35: [       OK ] serial.UnorderedMap_insert (6232 ms)
35: [ RUN      ] serial.UnorderedMap_failed_insert
35: [       OK ] serial.UnorderedMap_failed_insert (2850 ms)
35: [ RUN      ] serial.UnorderedMap_deep_copy
35: [       OK ] serial.UnorderedMap_deep_copy (3 ms)
35: [ RUN      ] serial.UnorderedMap_valid_empty
35: [       OK ] serial.UnorderedMap_valid_empty (0 ms)
35: [ RUN      ] serial.UnorderedMap_clear_zero_size
35: [       OK ] serial.UnorderedMap_clear_zero_size (0 ms)
35: [ RUN      ] serial.UnorderedMap_consistent_size
35: [       OK ] serial.UnorderedMap_consistent_size (0 ms)
35: [ RUN      ] serial.UnorderedMap_shallow_copyable_on_device
35: [       OK ] serial.UnorderedMap_shallow_copyable_on_device (0 ms)
35: [ RUN      ] serial.UnorderedMap_lambda_capturable
35: [       OK ] serial.UnorderedMap_lambda_capturable (0 ms)
35: [ RUN      ] serial.UnorderedMap_constructor_view_alloc
35: [       OK ] serial.UnorderedMap_constructor_view_alloc (0 ms)
35: [ RUN      ] serial.vector_combination
35: [       OK ] serial.vector_combination (0 ms)
35: [ RUN      ] serial.vector_insert
35: [       OK ] serial.vector_insert (0 ms)
35: [ RUN      ] serial.vector_push_back_default_exec
35: [       OK ] serial.vector_push_back_default_exec (0 ms)
35: [----------] 69 tests from serial (11966 ms total)
35: 
35: [----------] Global test environment tear-down
35: [==========] 71 tests from 2 test suites ran. (33588 ms total)
35: [  PASSED  ] 70 tests.
35: [  SKIPPED ] 1 test, listed below:
35: [  SKIPPED ] serial.dyn_rank_view_check_fence_resize_realloc
35/59 Test #35: Kokkos_ContainersUnitTest_Serial ...........................   Passed   34.02 sec
test 36
      Start 36: Kokkos_ContainersUnitTest_HIP

36: Test command: /var/jenkins/workspace/Kokkos_PR-8086/build/containers/unit_tests/Kokkos_ContainersUnitTest_HIP
36: Test timeout computed to be: 1500
36: [==========] Running 71 tests from 2 test suites.
36: [----------] Global test environment set-up.
36: [----------] 2 tests from hip_DeathTest
36: [ RUN      ] hip_DeathTest.dualview_external_view_construction
36: /var/jenkins/workspace/Kokkos_PR-8086/containers/unit_tests/TestDualView.hpp:586: Skipped
36: test only relevant if DualView uses one allocation
36: [  SKIPPED ] hip_DeathTest.dualview_external_view_construction (0 ms)
36: [ RUN      ] hip_DeathTest.offsetview_unmanaged_construction
36: [       OK ] hip_DeathTest.offsetview_unmanaged_construction (23059 ms)
36: [----------] 2 tests from hip_DeathTest (23059 ms total)
36: 
36: [----------] 69 tests from hip
36: [ RUN      ] hip.bitset
36: [       OK ] hip.bitset (19 ms)
36: [ RUN      ] hip.bitset_default_constructor_no_alloc
36: [       OK ] hip.bitset_default_constructor_no_alloc (0 ms)
36: [ RUN      ] hip.dualview_combination
36: [       OK ] hip.dualview_combination (6 ms)
36: [ RUN      ] hip.dualview_alloc
36: [       OK ] hip.dualview_alloc (0 ms)
36: [ RUN      ] hip.test_dualview_copy_construction_and_assignment
36: [       OK ] hip.test_dualview_copy_construction_and_assignment (0 ms)
36: [ RUN      ] hip.dualview_combinations_without_init
36: [       OK ] hip.dualview_combinations_without_init (0 ms)
36: [ RUN      ] hip.dualview_deep_copy
36: [       OK ] hip.dualview_deep_copy (1 ms)
36: [ RUN      ] hip.dualview_sync_should_fence
36: [       OK ] hip.dualview_sync_should_fence (12 ms)
36: [ RUN      ] hip.dualview_realloc
36: [       OK ] hip.dualview_realloc (0 ms)
36: [ RUN      ] hip.dualview_resize
36: [       OK ] hip.dualview_resize (0 ms)
36: [ RUN      ] hip.dualview_device_correct_kokkos_device
36: 
36: Kokkos::HIP::allocation WARNING: The combination of device and system configuration
36:                                  does not support page migration between device and host.
36:                                  HIPManagedSpace might not work as expected.
36:                                  Please refer to the ROCm documentation on unified/managed memory.
36: [       OK ] hip.dualview_device_correct_kokkos_device (0 ms)
36: [ RUN      ] hip.dualview_host_correct_kokkos_device
36: [       OK ] hip.dualview_host_correct_kokkos_device (0 ms)
36: [ RUN      ] hip.dualview_host_modify_template_device_sync
36: [       OK ] hip.dualview_host_modify_template_device_sync (0 ms)
36: [ RUN      ] hip.dualview_host_modify_template_device_execspace_sync
36: [       OK ] hip.dualview_host_modify_template_device_execspace_sync (0 ms)
36: [ RUN      ] hip.dualview_device_modify_template_host_sync
36: [       OK ] hip.dualview_device_modify_template_host_sync (0 ms)
36: [ RUN      ] hip.dualview_device_modify_template_host_execspace_sync
36: [       OK ] hip.dualview_device_modify_template_host_execspace_sync (0 ms)
36: [ RUN      ] hip.dualview_template_views_return_correct_executionspace_views
36: [       OK ] hip.dualview_template_views_return_correct_executionspace_views (0 ms)
36: [ RUN      ] hip.dualview_template_views_return_correct_views_from_const_dual_view
36: [       OK ] hip.dualview_template_views_return_correct_views_from_const_dual_view (0 ms)
36: [ RUN      ] hip.dualview_sequential_host_init
36: [       OK ] hip.dualview_sequential_host_init (0 ms)
36: [ RUN      ] hip.dualview_default_constructed
36: [       OK ] hip.dualview_default_constructed (0 ms)
36: [ RUN      ] hip.dynamic_view
36: [       OK ] hip.dynamic_view (45 ms)
36: [ RUN      ] hip.dyn_rank_view_api_generic
36: [       OK ] hip.dyn_rank_view_api_generic (15 ms)
36: [ RUN      ] hip.dyn_rank_view_api_operator_rank12345
36: [       OK ] hip.dyn_rank_view_api_operator_rank12345 (2 ms)
36: [ RUN      ] hip.dyn_rank_view_check_fence_resize_realloc
36: [       OK ] hip.dyn_rank_view_check_fence_resize_realloc (0 ms)
36: [ RUN      ] hip.dyn_rank_view_api_operator_rank67
36: [       OK ] hip.dyn_rank_view_api_operator_rank67 (1 ms)
36: [ RUN      ] hip.dyn_rank_view_team_scratch
36: [       OK ] hip.dyn_rank_view_team_scratch (0 ms)
36: [ RUN      ] hip.ErrorReporterViaLambda
36: [       OK ] hip.ErrorReporterViaLambda (2 ms)
36: [ RUN      ] hip.ErrorReporter
36: [       OK ] hip.ErrorReporter (0 ms)
36: [ RUN      ] hip.offsetview_construction
36: [       OK ] hip.offsetview_construction (3 ms)
36: [ RUN      ] hip.offsetview_unmanaged_construction
36: [       OK ] hip.offsetview_unmanaged_construction (0 ms)
36: [ RUN      ] hip.offsetview_subview
36: [       OK ] hip.offsetview_subview (0 ms)
36: [ RUN      ] hip.offsetview_offsets_rank1
36: [       OK ] hip.offsetview_offsets_rank1 (0 ms)
36: [ RUN      ] hip.offsetview_offsets_rank2
36: [       OK ] hip.offsetview_offsets_rank2 (0 ms)
36: [ RUN      ] hip.offsetview_offsets_rank3
36: [       OK ] hip.offsetview_offsets_rank3 (0 ms)
36: [ RUN      ] hip.scatterview
36: [       OK ] hip.scatterview (28646 ms)
36: [ RUN      ] hip.scatterview_devicetype
36: [       OK ] hip.scatterview_devicetype (48584 ms)
36: [ RUN      ] hip.staticcrsgraph
36: [       OK ] hip.staticcrsgraph (19 ms)
36: [ RUN      ] hip.resize_realloc_no_init_dualview
36: [       OK ] hip.resize_realloc_no_init_dualview (1 ms)
36: [ RUN      ] hip.resize_realloc_no_alloc_dualview
36: [       OK ] hip.resize_realloc_no_alloc_dualview (0 ms)
36: [ RUN      ] hip.resize_exec_space_dualview
36: [       OK ] hip.resize_exec_space_dualview (0 ms)
36: [ RUN      ] hip.realloc_exec_space_dualview
36: [       OK ] hip.realloc_exec_space_dualview (0 ms)
36: [ RUN      ] hip.resize_realloc_no_init_dynrankview
36: [       OK ] hip.resize_realloc_no_init_dynrankview (0 ms)
36: [ RUN      ] hip.resize_exec_space_dynrankview
36: [       OK ] hip.resize_exec_space_dynrankview (0 ms)
36: [ RUN      ] hip.realloc_exec_space_dynrankview
36: [       OK ] hip.realloc_exec_space_dynrankview (0 ms)
36: [ RUN      ] hip.resize_realloc_no_init_scatterview
36: [       OK ] hip.resize_realloc_no_init_scatterview (0 ms)
36: [ RUN      ] hip.resize_realloc_no_alloc_scatterview
36: [       OK ] hip.resize_realloc_no_alloc_scatterview (0 ms)
36: [ RUN      ] hip.resize_exec_space_scatterview
36: [       OK ] hip.resize_exec_space_scatterview (0 ms)
36: [ RUN      ] hip.realloc_exec_space_scatterview
36: [       OK ] hip.realloc_exec_space_scatterview (0 ms)
36: [ RUN      ] hip.create_mirror_no_init_dynrankview
36: [       OK ] hip.create_mirror_no_init_dynrankview (0 ms)
36: [ RUN      ] hip.create_mirror_no_init_dynrankview_viewctor
36: [       OK ] hip.create_mirror_no_init_dynrankview_viewctor (0 ms)
36: [ RUN      ] hip.create_mirror_view_and_copy_dynrankview
36: [       OK ] hip.create_mirror_view_and_copy_dynrankview (0 ms)
36: [ RUN      ] hip.create_mirror_no_init_offsetview
36: [       OK ] hip.create_mirror_no_init_offsetview (0 ms)
36: [ RUN      ] hip.create_mirror_no_init_offsetview_view_ctor
36: [       OK ] hip.create_mirror_no_init_offsetview_view_ctor (0 ms)
36: [ RUN      ] hip.create_mirror_view_and_copy_offsetview
36: [       OK ] hip.create_mirror_view_and_copy_offsetview (0 ms)
36: [ RUN      ] hip.create_mirror_no_init_dynamicview
36: [       OK ] hip.create_mirror_no_init_dynamicview (0 ms)
36: [ RUN      ] hip.create_mirror_view_and_copy_dynamicview
36: [       OK ] hip.create_mirror_view_and_copy_dynamicview (0 ms)
36: [ RUN      ] hip.create_mirror_no_init_dynamicview_view_ctor
36: [       OK ] hip.create_mirror_no_init_dynamicview_view_ctor (0 ms)
36: [ RUN      ] hip.UnorderedMap_insert
36: [       OK ] hip.UnorderedMap_insert (2166 ms)
36: [ RUN      ] hip.UnorderedMap_failed_insert
36: [       OK ] hip.UnorderedMap_failed_insert (639 ms)
36: [ RUN      ] hip.UnorderedMap_deep_copy
36: [       OK ] hip.UnorderedMap_deep_copy (4 ms)
36: [ RUN      ] hip.UnorderedMap_valid_empty
36: [       OK ] hip.UnorderedMap_valid_empty (1 ms)
36: [ RUN      ] hip.UnorderedMap_clear_zero_size
36: [       OK ] hip.UnorderedMap_clear_zero_size (0 ms)
36: [ RUN      ] hip.UnorderedMap_consistent_size
36: [       OK ] hip.UnorderedMap_consistent_size (0 ms)
36: [ RUN      ] hip.UnorderedMap_shallow_copyable_on_device
36: [       OK ] hip.UnorderedMap_shallow_copyable_on_device (0 ms)
36: [ RUN      ] hip.UnorderedMap_lambda_capturable
36: [       OK ] hip.UnorderedMap_lambda_capturable (0 ms)
36: [ RUN      ] hip.UnorderedMap_constructor_view_alloc
36: [       OK ] hip.UnorderedMap_constructor_view_alloc (0 ms)
36: [ RUN      ] hip.vector_combination
36: [       OK ] hip.vector_combination (0 ms)
36: [ RUN      ] hip.vector_insert
36: [       OK ] hip.vector_insert (3 ms)
36: [ RUN      ] hip.vector_push_back_default_exec
36: [       OK ] hip.vector_push_back_default_exec (0 ms)
36: [----------] 69 tests from hip (80191 ms total)
36: 
36: [----------] Global test environment tear-down
36: [==========] 71 tests from 2 test suites ran. (103251 ms total)
36: [  PASSED  ] 70 tests.
36: [  SKIPPED ] 1 test, listed below:
36: [  SKIPPED ] hip_DeathTest.dualview_external_view_construction
36/59 Test #36: Kokkos_ContainersUnitTest_HIP ..............................   Passed  103.71 sec
test 37
      Start 37: Kokkos_ContainersPerformanceTest_HIP

37: Test command: /var/jenkins/workspace/Kokkos_PR-8086/build/containers/performance_tests/Kokkos_ContainersPerformanceTest_HIP
37: Test timeout computed to be: 1500
37: [==========] Running 4 tests from 1 test suite.
37: [----------] Global test environment set-up.
37: [----------] 4 tests from TEST_CATEGORY
37: [ RUN      ] TEST_CATEGORY.dynrankview_perf
37: HIP
37:  DynRankView vs View: Initialization Only 
37:  View time (init only): 0.00349835
37:  View sum computation time: 0.00349835
37:  Strided View time (init only): 0.00178641
37:  View Rank7 time (init only): 0.00180675
37:  DynRankView time (init only): 0.00177939
37:  DynRankView sum computation time: 0.00171974
37:  Ratio of View to DynRankView time: 1.96604
37:  Ratio of View to DynRankView sum computation time: 0.999691
37:  Ratio of View to View Rank7  time: 1.93626
37:  Ratio of StrideView to DynRankView time: 1.00394
37:  Ratio of DynRankView to View Rank7  time: 0.984856
37: [       OK ] TEST_CATEGORY.dynrankview_perf (15 ms)
37: [ RUN      ] TEST_CATEGORY.global_2_local
37: HIP
37: size, create, generate, fill, find
37: 256, 0.000229962, 1.4497e-05, 0.00370355, 0.00455272
37: 512, 0.000246534, 1.4127e-05, 3.732e-05, 0.0033825
37: 1024, 0.000250861, 1.2594e-05, 3.6368e-05, 0.00338667
37: 2048, 0.000238668, 1.2734e-05, 3.6608e-05, 0.00343925
37: 4096, 0.000303681, 1.2614e-05, 3.8232e-05, 0.0034725
37: 8192, 0.000232526, 1.2073e-05, 3.8382e-05, 0.00345633
37: 16384, 0.000230273, 1.2063e-05, 3.9034e-05, 0.00350579
37: 32768, 0.000240532, 1.2163e-05, 3.9995e-05, 0.00364037
37: 65536, 0.000312727, 1.2494e-05, 4.4334e-05, 0.0039027
37: 131072, 0.000310323, 1.3034e-05, 6.8098e-05, 0.00464194
37: 262144, 0.000403678, 1.3646e-05, 0.000115317, 0.00705652
37: 524288, 0.000488328, 1.592e-05, 0.000277882, 0.00860838
37: 1048576, 0.000463781, 2.0729e-05, 0.000679306, 0.0209249
37: 2097152, 0.00051649, 2.8694e-05, 0.00156436, 0.0486799
37: 4194304, 0.000665931, 4.24e-05, 0.00351872, 0.119507
37: [       OK ] TEST_CATEGORY.global_2_local (259 ms)
37: [ RUN      ] TEST_CATEGORY.unordered_map_performance_near
37: skipping test
37: [       OK ] TEST_CATEGORY.unordered_map_performance_near (0 ms)
37: [ RUN      ] TEST_CATEGORY.unordered_map_performance_far
37: skipping test
37: [       OK ] TEST_CATEGORY.unordered_map_performance_far (0 ms)
37: [----------] 4 tests from TEST_CATEGORY (274 ms total)
37: 
37: [----------] Global test environment tear-down
37: [==========] 4 tests from 1 test suite ran. (274 ms total)
37: [  PASSED  ] 4 tests.
37/59 Test #37: Kokkos_ContainersPerformanceTest_HIP .......................   Passed    0.70 sec
test 38
      Start 38: Kokkos_UnitTest_Sort

38: Test command: /var/jenkins/workspace/Kokkos_PR-8086/build/algorithms/unit_tests/Kokkos_UnitTest_Sort
38: Test timeout computed to be: 1500
38: [==========] Running 17 tests from 2 test suites.
38: [----------] Global test environment set-up.
38: [----------] 1 test from hip_DeathTest
38: [ RUN      ] hip_DeathTest.SortByKeyKeysLargerThanValues
38: [       OK ] hip_DeathTest.SortByKeyKeysLargerThanValues (3513 ms)
38: [----------] 1 test from hip_DeathTest (3513 ms total)
38: 
38: [----------] 16 tests from hip
38: [ RUN      ] hip.SortUnsignedValueType
38: [       OK ] hip.SortUnsignedValueType (25 ms)
38: [ RUN      ] hip.SortEmptyView
38: [       OK ] hip.SortEmptyView (0 ms)
38: [ RUN      ] hip.SortByKeyEmptyView
38: [       OK ] hip.SortByKeyEmptyView (0 ms)
38: [ RUN      ] hip.SortByKeyEmptyViewHost
38: [       OK ] hip.SortByKeyEmptyViewHost (0 ms)
38: [ RUN      ] hip.SortByKey
38: [       OK ] hip.SortByKey (9 ms)
38: [ RUN      ] hip.SortByKeyWithComparator
38: [       OK ] hip.SortByKeyWithComparator (0 ms)
38: [ RUN      ] hip.SortByKeyStaticExtents
38: [       OK ] hip.SortByKeyStaticExtents (0 ms)
38: [ RUN      ] hip.SortByKeyWithStrides
38: [       OK ] hip.SortByKeyWithStrides (0 ms)
38: [ RUN      ] hip.SortWithCustomComparator
38: [       OK ] hip.SortWithCustomComparator (89 ms)
38: [ RUN      ] hip.BinSortGenericTests
38: [       OK ] hip.BinSortGenericTests (17 ms)
38: [ RUN      ] hip.BinSortEmptyView
38: [       OK ] hip.BinSortEmptyView (0 ms)
38: [ RUN      ] hip.BinSortEmptyKeysView
38: [       OK ] hip.BinSortEmptyKeysView (0 ms)
38: [ RUN      ] hip.BinSort_issue_7221
38: [       OK ] hip.BinSort_issue_7221 (0 ms)
38: [ RUN      ] hip.BinSortUnsignedKeyLayoutStrideValues
38: [       OK ] hip.BinSortUnsignedKeyLayoutStrideValues (9562 ms)
38: [ RUN      ] hip.NestedSort
38: [       OK ] hip.NestedSort (40 ms)
38: [ RUN      ] hip.NestedSortByKey
38: [       OK ] hip.NestedSortByKey (107 ms)
38: [----------] 16 tests from hip (9855 ms total)
38: 
38: [----------] Global test environment tear-down
38: [==========] 17 tests from 2 test suites ran. (13368 ms total)
38: [  PASSED  ] 17 tests.
38/59 Test #38: Kokkos_UnitTest_Sort .......................................   Passed   13.79 sec
test 39
      Start 39: Kokkos_UnitTest_Random

39: Test command: /var/jenkins/workspace/Kokkos_PR-8086/build/algorithms/unit_tests/Kokkos_UnitTest_Random
39: Test timeout computed to be: 1500
39: [==========] Running 3 tests from 1 test suite.
39: [----------] Global test environment set-up.
39: [----------] 3 tests from hip
39: [ RUN      ] hip.Random_XorShift64
39: Test Seed:1747315630777892658
39: Test Scalar=int
39:  -- Testing randomness properties
39:  -- Testing 1-D histogram
39: Density 1D: 6.43252e-07 -0.00428711 -0.0112775 || 0.051031 27977 29310 || 28797.8 28674.4 || -155.9 -2.0744
39:  -- Testing 3-D histogram
39: Density 3D: 6.43252e-07 -0.00786161 0.000373644 || 0.051031 1e+64 -1e+64
39: Test Scalar=unsigned int
39:  -- Testing randomness properties
39:  -- Testing 1-D histogram
39: Density 1D: 6.43252e-07 -0.00398823 -0.0117699 || 0.051031 28033 29344 || 28789.2 28674.4 || -162.707 -2.0744
39:  -- Testing 3-D histogram
39: Density 3D: 6.43252e-07 -0.00665801 0.00998449 || 0.051031 1e+64 -1e+64
39: Test Scalar=int64_t
39:  -- Testing randomness properties
39:  -- Testing 1-D histogram
39: Density 1D: 6.43252e-07 0.0212637 0.0128839 || 0.051031 27882 29365 || 28077.4 28674.4 || 178.107 -2.0744
39:  -- Testing 3-D histogram
39: Density 3D: 6.43252e-07 -0.00797318 -0.0049685 || 0.051031 1e+64 -1e+64
39: Test Scalar=uint64_t
39:  -- Testing randomness properties
39:  -- Testing 1-D histogram
39: Density 1D: 6.43252e-07 0.0103006 0.0219779 || 0.051031 28008 29299 || 28382 28674.4 || 303.823 -2.0744
39:  -- Testing 3-D histogram
39: Density 3D: 6.43252e-07 -0.00975229 0.00384537 || 0.051031 1e+64 -1e+64
39: Test Scalar=half
39:  -- Testing randomness properties
39:  -- Testing 1-D histogram
39: Density 1D: 0.000243922 -0.99999 -48246.6 || 0.051031 0 194807 || 2.92854e+09 28674.4 || -6.66962e+08 -2.0744
39:  -- Testing 3-D histogram
39: Density 3D: 0.000730662 -0.314256 0.140399 || 0.051031 1e+64 -1e+64
39: Test Scalar=bhalf
39:  -- Testing randomness properties
39:  -- Testing 1-D histogram
39: Density 1D: 6.83613e-07 -0.0158048 -0.0197936 || 0.051031 28028 29409 || 29134.9 28674.4 || -273.627 -2.0744
39:  -- Testing 3-D histogram
39: Density 3D: 7.64335e-07 0.00923623 0.000764109 || 0.051031 1e+64 -1e+64
39: Test Scalar=float
39:  -- Testing randomness properties
39:  -- Testing 1-D histogram
39: Density 1D: 6.71e-07 0.0166615 -0.00895156 || 0.051031 27992 29274 || 28204.5 28674.4 || -123.746 -2.0744
39:  -- Testing 3-D histogram
39: Density 3D: 7.26496e-07 -0.0125967 0.00994675 || 0.051031 1e+64 -1e+64
39: Test Scalar=double
39:  -- Testing randomness properties
39:  -- Testing 1-D histogram
39: Density 1D: 6.43252e-07 0.0166355 0.00869507 || 0.051031 28040 29301 || 28205.2 28674.4 || 120.201 -2.0744
39:  -- Testing 3-D histogram
39: Density 3D: 6.43252e-07 0.000945298 -0.000531494 || 0.051031 1e+64 -1e+64
39: Test Seed:1747315630937637896
39: Test Scalar=int
39:  -- Testing randomness properties
39:  -- Testing 1-D histogram
39: Density 1D: 6.43252e-07 0.00901276 0.0171951 || 0.051031 28045 29320 || 28418.3 28674.4 || 237.706 -2.0744
39:  -- Testing 3-D histogram
39: Density 3D: 6.43252e-07 -0.00736683 0.0050131 || 0.051031 1e+64 -1e+64
39: Test Scalar=unsigned int
39:  -- Testing randomness properties
39:  -- Testing 1-D histogram
39: Density 1D: 6.43252e-07 -0.00686481 -0.0225856 || 0.051031 28056 29341 || 28872.6 28674.4 || -312.223 -2.0744
39:  -- Testing 3-D histogram
39: Density 3D: 6.43252e-07 -0.00713321 -0.0013548 || 0.051031 1e+64 -1e+64
39: Test Scalar=int64_t
39:  -- Testing randomness properties
39:  -- Testing 1-D histogram
39: Density 1D: 6.43252e-07 0.00881683 0.0324015 || 0.051031 28021 29339 || 28423.8 28674.4 || 447.918 -2.0744
39:  -- Testing 3-D histogram
39: Density 3D: 6.43252e-07 0.00766295 0.00726996 || 0.051031 1e+64 -1e+64
39: Test Scalar=uint64_t
39:  -- Testing randomness properties
39:  -- Testing 1-D histogram
39: Density 1D: 6.43252e-07 0.00358996 -0.00968172 || 0.051031 28085 29348 || 28571.8 28674.4 || -133.84 -2.0744
39:  -- Testing 3-D histogram
39: Density 3D: 6.43252e-07 -0.0126043 0.00139553 || 0.051031 1e+64 -1e+64
39: Test Scalar=half
39:  -- Testing randomness properties
39:  -- Testing 1-D histogram
39: Density 1D: 0.000245232 -0.99999 -48247.9 || 0.051031 0 195071 || 2.92869e+09 28674.4 || -6.66979e+08 -2.0744
39:  -- Testing 3-D histogram
39: Density 3D: 0.000734603 -0.31073 0.147201 || 0.051031 1e+64 -1e+64
39: Test Scalar=bhalf
39:  -- Testing randomness properties
39:  -- Testing 1-D histogram
39: Density 1D: 6.71e-07 -0.00269966 0.00481932 || 0.051031 28027 29316 || 28752 28674.4 || 66.6222 -2.0744
39:  -- Testing 3-D histogram
39: Density 3D: 7.26496e-07 0.00428612 0.00309391 || 0.051031 1e+64 -1e+64
39: Test Scalar=float
39:  -- Testing randomness properties
39:  -- Testing 1-D histogram
39: Density 1D: 6.6091e-07 0.012144 -0.00365508 || 0.051031 28028 29380 || 28330.3 28674.4 || -50.5278 -2.0744
39:  -- Testing 3-D histogram
39: Density 3D: 6.96226e-07 0.0222459 0.0044151 || 0.051031 1e+64 -1e+64
39: Test Scalar=double
39:  -- Testing randomness properties
39:  -- Testing 1-D histogram
39: Density 1D: 6.43252e-07 -0.0195525 0.00502297 || 0.051031 28014 29353 || 29246.2 28674.4 || 69.4375 -2.0744
39:  -- Testing 3-D histogram
39: Density 3D: 6.43252e-07 -0.0186204 0.00562679 || 0.051031 1e+64 -1e+64
39: [       OK ] hip.Random_XorShift64 (315 ms)
39: [ RUN      ] hip.Random_XorShift1024_0
39: Test Seed:1747315631092991554
39: Test Scalar=int
39:  -- Testing randomness properties
39:  -- Testing 1-D histogram
39: Density 1D: 2.47955e-07 0.000850086 0.00673398 || 0.051031 10999 11848 || 11367.3 11377 || 93.0906 -0.823045
39:  -- Testing 3-D histogram
39: Density 3D: 2.47955e-07 -0.0184495 -0.00296168 || 0.051031 1e+64 -1e+64
39: Test Scalar=unsigned int
39:  -- Testing randomness properties
39:  -- Testing 1-D histogram
39: Density 1D: 2.47955e-07 0.0178012 -0.0105112 || 0.051031 10998 11783 || 11178 11377 || -145.307 -0.823045
39:  -- Testing 3-D histogram
39: Density 3D: 2.47955e-07 0.0188377 9.60844e-05 || 0.051031 1e+64 -1e+64
39: Test Scalar=int64_t
39:  -- Testing randomness properties
39:  -- Testing 1-D histogram
39: Density 1D: 2.47955e-07 -0.00325916 0.00841242 || 0.051031 10943 11861 || 11414.2 11377 || 116.293 -0.823045
39:  -- Testing 3-D histogram
39: Density 3D: 2.47955e-07 0.0158111 -0.00226807 || 0.051031 1e+64 -1e+64
39: Test Scalar=uint64_t
39:  -- Testing randomness properties
39:  -- Testing 1-D histogram
39: Density 1D: 2.47955e-07 -0.0145937 0.00196859 || 0.051031 10984 11808 || 11545.4 11377 || 27.2138 -0.823045
39:  -- Testing 3-D histogram
39: Density 3D: 2.47955e-07 0.00789925 -0.000345997 || 0.051031 1e+64 -1e+64
39: Test Scalar=half
39:  -- Testing randomness properties
39:  -- Testing 1-D histogram
39: Density 1D: 0.000244187 -0.999975 -7594.62 || 0.051031 0 77778 || 4.6107e+08 11377 || -1.04988e+08 -0.823045
39:  -- Testing 3-D histogram
39: Density 3D: 0.000732194 -0.168076 0.0230758 || 0.051031 1e+64 -1e+64
39: Test Scalar=bhalf
39:  -- Testing randomness properties
39:  -- Testing 1-D histogram
39: Density 1D: 2.60671e-07 -0.00853738 0.00818093 || 0.051031 10942 11834 || 11474.9 11377 || 113.093 -0.823045
39:  -- Testing 3-D histogram
39: Density 3D: 2.86102e-07 -0.00904981 -0.00174205 || 0.051031 1e+64 -1e+64
39: Test Scalar=float
39:  -- Testing randomness properties
39:  -- Testing 1-D histogram
39: Density 1D: 2.73387e-07 -0.00182748 -0.00716453 || 0.051031 10935 11816 || 11397.8 11377 || -99.0425 -0.823045
39:  -- Testing 3-D histogram
39: Density 3D: 3.24249e-07 0.00392974 -0.00134901 || 0.051031 1e+64 -1e+64
39: Test Scalar=double
39:  -- Testing randomness properties
39:  -- Testing 1-D histogram
39: Density 1D: 2.47955e-07 0.00520231 -0.000772997 || 0.051031 10958 11868 || 11318.1 11377 || -10.6859 -0.823045
39:  -- Testing 3-D histogram
39: Density 3D: 2.47955e-07 -0.0186565 -0.00240738 || 0.051031 1e+64 -1e+64
39: Test Seed:1747315631218162262
39: Test Scalar=int
39:  -- Testing randomness properties
39:  -- Testing 1-D histogram
39: Density 1D: 2.47955e-07 -0.00331722 -0.00241082 || 0.051031 10989 11784 || 11414.8 11377 || -33.3271 -0.823045
39:  -- Testing 3-D histogram
39: Density 3D: 2.47955e-07 -0.00390952 0.00241848 || 0.051031 1e+64 -1e+64
39: Test Scalar=unsigned int
39:  -- Testing randomness properties
39:  -- Testing 1-D histogram
39: Density 1D: 2.47955e-07 0.0378833 0.00273078 || 0.051031 10904 11793 || 10961.7 11377 || 37.7503 -0.823045
39:  -- Testing 3-D histogram
39: Density 3D: 2.47955e-07 -0.00909851 -0.0013457 || 0.051031 1e+64 -1e+64
39: Test Scalar=int64_t
39:  -- Testing randomness properties
39:  -- Testing 1-D histogram
39: Density 1D: 2.47955e-07 -0.0154455 0.0070025 || 0.051031 10976 11853 || 11555.4 11377 || 96.8025 -0.823045
39:  -- Testing 3-D histogram
39: Density 3D: 2.47955e-07 0.00647753 0.000360789 || 0.051031 1e+64 -1e+64
39: Test Scalar=uint64_t
39:  -- Testing randomness properties
39:  -- Testing 1-D histogram
39: Density 1D: 2.47955e-07 0.0209783 -0.0112079 || 0.051031 10963 11770 || 11143.2 11377 || -154.938 -0.823045
39:  -- Testing 3-D histogram
39: Density 3D: 2.47955e-07 0.00445949 0.00280677 || 0.051031 1e+64 -1e+64
39: Test Scalar=half
39:  -- Testing randomness properties
39:  -- Testing 1-D histogram
39: Density 1D: 0.000245192 -0.999975 -7593.84 || 0.051031 0 77917 || 4.61038e+08 11377 || -1.04977e+08 -0.823045
39:  -- Testing 3-D histogram
39: Density 3D: 0.000735213 -0.155035 0.0223478 || 0.051031 1e+64 -1e+64
39: Test Scalar=bhalf
39:  -- Testing randomness properties
39:  -- Testing 1-D histogram
39: Density 1D: 2.9246e-07 0.00947761 -0.00472147 || 0.051031 10996 11801 || 11270.1 11377 || -65.2695 -0.823045
39:  -- Testing 3-D histogram
39: Density 3D: 3.8147e-07 0.007598 0.00314458 || 0.051031 1e+64 -1e+64
39: Test Scalar=float
39:  -- Testing randomness properties
39:  -- Testing 1-D histogram
39: Density 1D: 2.9246e-07 0.013074 -0.00232353 || 0.051031 10919 11905 || 11230.1 11377 || -32.1205 -0.823045
39:  -- Testing 3-D histogram
39: Density 3D: 3.8147e-07 -0.00907459 -0.00010227 || 0.051031 1e+64 -1e+64
39: Test Scalar=double
39:  -- Testing randomness properties
39:  -- Testing 1-D histogram
39: Density 1D: 2.47955e-07 0.0176046 -0.00195241 || 0.051031 11001 11808 || 11180.1 11377 || -26.9901 -0.823045
39:  -- Testing 3-D histogram
39: Density 3D: 2.47955e-07 0.000467455 -5.97586e-05 || 0.051031 1e+64 -1e+64
39: [       OK ] hip.Random_XorShift1024_0 (288 ms)
39: [ RUN      ] hip.Multi_streams
39: [       OK ] hip.Multi_streams (300 ms)
39: [----------] 3 tests from hip (903 ms total)
39: 
39: [----------] Global test environment tear-down
39: [==========] 3 tests from 1 test suite ran. (903 ms total)
39: [  PASSED  ] 3 tests.
39/59 Test #39: Kokkos_UnitTest_Random .....................................   Passed    1.31 sec
test 40
      Start 40: Kokkos_AlgorithmsUnitTest_StdSet_A

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

41: Test command: /var/jenkins/workspace/Kokkos_PR-8086/build/algorithms/unit_tests/Kokkos_AlgorithmsUnitTest_StdSet_B
41: Test timeout computed to be: 1500
41: [==========] Running 7 tests from 1 test suite.
41: [----------] Global test environment set-up.
41: [----------] 7 tests from std_algorithms_min_max_element_test
41: [ RUN      ] std_algorithms_min_max_element_test.min_element_empty_range
41: [       OK ] std_algorithms_min_max_element_test.min_element_empty_range (0 ms)
41: [ RUN      ] std_algorithms_min_max_element_test.max_element_empty_range
41: [       OK ] std_algorithms_min_max_element_test.max_element_empty_range (0 ms)
41: [ RUN      ] std_algorithms_min_max_element_test.min_element_non_trivial_data
41: [       OK ] std_algorithms_min_max_element_test.min_element_non_trivial_data (11 ms)
41: [ RUN      ] std_algorithms_min_max_element_test.max_element_non_trivial_data
41: [       OK ] std_algorithms_min_max_element_test.max_element_non_trivial_data (7 ms)
41: [ RUN      ] std_algorithms_min_max_element_test.min_element_non_trivial_data_custom_comp
41: [       OK ] std_algorithms_min_max_element_test.min_element_non_trivial_data_custom_comp (7 ms)
41: [ RUN      ] std_algorithms_min_max_element_test.max_element_non_trivial_data_custom_comp
41: [       OK ] std_algorithms_min_max_element_test.max_element_non_trivial_data_custom_comp (7 ms)
41: [ RUN      ] std_algorithms_min_max_element_test.minmax_element_non_trivial_data_custom_comp
41: [       OK ] std_algorithms_min_max_element_test.minmax_element_non_trivial_data_custom_comp (12 ms)
41: [----------] 7 tests from std_algorithms_min_max_element_test (47 ms total)
41: 
41: [----------] Global test environment tear-down
41: [==========] 7 tests from 1 test suite ran. (47 ms total)
41: [  PASSED  ] 7 tests.
41/59 Test #41: Kokkos_AlgorithmsUnitTest_StdSet_B .........................   Passed    0.45 sec
test 42
      Start 42: Kokkos_AlgorithmsUnitTest_StdSet_C

42: Test command: /var/jenkins/workspace/Kokkos_PR-8086/build/algorithms/unit_tests/Kokkos_AlgorithmsUnitTest_StdSet_C
42: Test timeout computed to be: 1500
42: [==========] Running 13 tests from 10 test suites.
42: [----------] Global test environment set-up.
42: [----------] 1 test from std_algorithms_lexicographical_compare_test
42: [ RUN      ] std_algorithms_lexicographical_compare_test.test
42: [       OK ] std_algorithms_lexicographical_compare_test.test (27 ms)
42: [----------] 1 test from std_algorithms_lexicographical_compare_test (27 ms total)
42: 
42: [----------] 1 test from std_algorithms_for_each_test
42: [ RUN      ] std_algorithms_for_each_test.test
42: [       OK ] std_algorithms_for_each_test.test (69 ms)
42: [----------] 1 test from std_algorithms_for_each_test (69 ms total)
42: 
42: [----------] 1 test from std_algorithms_find_test
42: [ RUN      ] std_algorithms_find_test.test
42: [       OK ] std_algorithms_find_test.test (34 ms)
42: [----------] 1 test from std_algorithms_find_test (34 ms total)
42: 
42: [----------] 4 tests from std_algorithms_non_mod_seq_ops
42: [ RUN      ] std_algorithms_non_mod_seq_ops.find_first_of
42: [       OK ] std_algorithms_non_mod_seq_ops.find_first_of (494 ms)
42: [ RUN      ] std_algorithms_non_mod_seq_ops.find_end
42: [       OK ] std_algorithms_non_mod_seq_ops.find_end (513 ms)
42: [ RUN      ] std_algorithms_non_mod_seq_ops.search
42: [       OK ] std_algorithms_non_mod_seq_ops.search (510 ms)
42: [ RUN      ] std_algorithms_non_mod_seq_ops.search_n
42: [       OK ] std_algorithms_non_mod_seq_ops.search_n (339 ms)
42: [----------] 4 tests from std_algorithms_non_mod_seq_ops (1857 ms total)
42: 
42: [----------] 1 test from std_algorithms_count_test
42: [ RUN      ] std_algorithms_count_test.test
42: [       OK ] std_algorithms_count_test.test (24 ms)
42: [----------] 1 test from std_algorithms_count_test (24 ms total)
42: 
42: [----------] 1 test from std_algorithms_equal_test
42: [ RUN      ] std_algorithms_equal_test.test
42: [       OK ] std_algorithms_equal_test.test (19 ms)
42: [----------] 1 test from std_algorithms_equal_test (19 ms total)
42: 
42: [----------] 1 test from std_algorithms_all_any_none_of_test
42: [ RUN      ] std_algorithms_all_any_none_of_test.test
42: [       OK ] std_algorithms_all_any_none_of_test.test (34 ms)
42: [----------] 1 test from std_algorithms_all_any_none_of_test (34 ms total)
42: 
42: [----------] 1 test from std_algorithms_nonmod_seq_ops
42: [ RUN      ] std_algorithms_nonmod_seq_ops.adjacent_find
42: [       OK ] std_algorithms_nonmod_seq_ops.adjacent_find (69 ms)
42: [----------] 1 test from std_algorithms_nonmod_seq_ops (69 ms total)
42: 
42: [----------] 1 test from std_algorithms_mismatch_test
42: [ RUN      ] std_algorithms_mismatch_test.test
42: [       OK ] std_algorithms_mismatch_test.test (89 ms)
42: [----------] 1 test from std_algorithms_mismatch_test (89 ms total)
42: 
42: [----------] 1 test from std_algorithms_mod_seq_ops
42: [ RUN      ] std_algorithms_mod_seq_ops.move_backward
42: [       OK ] std_algorithms_mod_seq_ops.move_backward (76 ms)
42: [----------] 1 test from std_algorithms_mod_seq_ops (76 ms total)
42: 
42: [----------] Global test environment tear-down
42: [==========] 13 tests from 10 test suites ran. (2302 ms total)
42: [  PASSED  ] 13 tests.
42/59 Test #42: Kokkos_AlgorithmsUnitTest_StdSet_C .........................   Passed    2.72 sec
test 43
      Start 43: Kokkos_AlgorithmsUnitTest_StdSet_D

43: Test command: /var/jenkins/workspace/Kokkos_PR-8086/build/algorithms/unit_tests/Kokkos_AlgorithmsUnitTest_StdSet_D
43: Test timeout computed to be: 1500
43: [==========] Running 31 tests from 5 test suites.
43: [----------] Global test environment set-up.
43: [----------] 3 tests from std_algorithms_mod_ops_test
43: [ RUN      ] std_algorithms_mod_ops_test.move
43: [       OK ] std_algorithms_mod_ops_test.move (0 ms)
43: [ RUN      ] std_algorithms_mod_ops_test.move_within_parfor
43: [       OK ] std_algorithms_mod_ops_test.move_within_parfor (2 ms)
43: [ RUN      ] std_algorithms_mod_ops_test.iter_swap_static_view
43: [       OK ] std_algorithms_mod_ops_test.iter_swap_static_view (0 ms)
43: [----------] 3 tests from std_algorithms_mod_ops_test (3 ms total)
43: 
43: [----------] 12 tests from std_algorithms_mod_seq_ops_test
43: [ RUN      ] std_algorithms_mod_seq_ops_test.copy
43: [       OK ] std_algorithms_mod_seq_ops_test.copy (2 ms)
43: [ RUN      ] std_algorithms_mod_seq_ops_test.copy_view
43: [       OK ] std_algorithms_mod_seq_ops_test.copy_view (0 ms)
43: [ RUN      ] std_algorithms_mod_seq_ops_test.copy_n
43: [       OK ] std_algorithms_mod_seq_ops_test.copy_n (0 ms)
43: [ RUN      ] std_algorithms_mod_seq_ops_test.copy_backward
43: [       OK ] std_algorithms_mod_seq_ops_test.copy_backward (0 ms)
43: [ RUN      ] std_algorithms_mod_seq_ops_test.reverse_copy
43: [       OK ] std_algorithms_mod_seq_ops_test.reverse_copy (0 ms)
43: [ RUN      ] std_algorithms_mod_seq_ops_test.fill
43: [       OK ] std_algorithms_mod_seq_ops_test.fill (0 ms)
43: [ RUN      ] std_algorithms_mod_seq_ops_test.fill_n
43: [       OK ] std_algorithms_mod_seq_ops_test.fill_n (0 ms)
43: [ RUN      ] std_algorithms_mod_seq_ops_test.transform_from_fixture_unary_op
43: [       OK ] std_algorithms_mod_seq_ops_test.transform_from_fixture_unary_op (0 ms)
43: [ RUN      ] std_algorithms_mod_seq_ops_test.transform_from_fixture_binary_op
43: [       OK ] std_algorithms_mod_seq_ops_test.transform_from_fixture_binary_op (0 ms)
43: [ RUN      ] std_algorithms_mod_seq_ops_test.generate
43: [       OK ] std_algorithms_mod_seq_ops_test.generate (0 ms)
43: [ RUN      ] std_algorithms_mod_seq_ops_test.generate_n
43: [       OK ] std_algorithms_mod_seq_ops_test.generate_n (0 ms)
43: [ RUN      ] std_algorithms_mod_seq_ops_test.swap_ranges
43: [       OK ] std_algorithms_mod_seq_ops_test.swap_ranges (0 ms)
43: [----------] 12 tests from std_algorithms_mod_seq_ops_test (6 ms total)
43: 
43: [----------] 4 tests from std_algorithms_replace_ops_test
43: [ RUN      ] std_algorithms_replace_ops_test.replace
43: [       OK ] std_algorithms_replace_ops_test.replace (36 ms)
43: [ RUN      ] std_algorithms_replace_ops_test.replace_if
43: [       OK ] std_algorithms_replace_ops_test.replace_if (113 ms)
43: [ RUN      ] std_algorithms_replace_ops_test.replace_copy
43: [       OK ] std_algorithms_replace_ops_test.replace_copy (59 ms)
43: [ RUN      ] std_algorithms_replace_ops_test.replace_copy_if
43: [       OK ] std_algorithms_replace_ops_test.replace_copy_if (54 ms)
43: [----------] 4 tests from std_algorithms_replace_ops_test (264 ms total)
43: 
43: [----------] 11 tests from std_algorithms_mod_seq_ops
43: [ RUN      ] std_algorithms_mod_seq_ops.copy_if
43: [       OK ] std_algorithms_mod_seq_ops.copy_if (39 ms)
43: [ RUN      ] std_algorithms_mod_seq_ops.unique
43: [       OK ] std_algorithms_mod_seq_ops.unique (88 ms)
43: [ RUN      ] std_algorithms_mod_seq_ops.unique_copy
43: [       OK ] std_algorithms_mod_seq_ops.unique_copy (54 ms)
43: [ RUN      ] std_algorithms_mod_seq_ops.remove
43: [       OK ] std_algorithms_mod_seq_ops.remove (37 ms)
43: [ RUN      ] std_algorithms_mod_seq_ops.remove_if
43: [       OK ] std_algorithms_mod_seq_ops.remove_if (42 ms)
43: [ RUN      ] std_algorithms_mod_seq_ops.remove_copy
43: [       OK ] std_algorithms_mod_seq_ops.remove_copy (145 ms)
43: [ RUN      ] std_algorithms_mod_seq_ops.remove_copy_if
43: [       OK ] std_algorithms_mod_seq_ops.remove_copy_if (39 ms)
43: [ RUN      ] std_algorithms_mod_seq_ops.rotate
43: [       OK ] std_algorithms_mod_seq_ops.rotate (1188 ms)
43: [ RUN      ] std_algorithms_mod_seq_ops.rotate_copy
43: [       OK ] std_algorithms_mod_seq_ops.rotate_copy (453 ms)
43: [ RUN      ] std_algorithms_mod_seq_ops.shift_left
43: [       OK ] std_algorithms_mod_seq_ops.shift_left (1405 ms)
43: [ RUN      ] std_algorithms_mod_seq_ops.shift_right
43: [       OK ] std_algorithms_mod_seq_ops.shift_right (1408 ms)
43: [----------] 11 tests from std_algorithms_mod_seq_ops (4904 ms total)
43: 
43: [----------] 1 test from std_algorithms_modseq_test
43: [ RUN      ] std_algorithms_modseq_test.reverse
43: [       OK ] std_algorithms_modseq_test.reverse (58 ms)
43: [----------] 1 test from std_algorithms_modseq_test (58 ms total)
43: 
43: [----------] Global test environment tear-down
43: [==========] 31 tests from 5 test suites ran. (5237 ms total)
43: [  PASSED  ] 31 tests.
43/59 Test #43: Kokkos_AlgorithmsUnitTest_StdSet_D .........................   Passed    5.64 sec
test 44
      Start 44: Kokkos_AlgorithmsUnitTest_StdSet_E

44: Test command: /var/jenkins/workspace/Kokkos_PR-8086/build/algorithms/unit_tests/Kokkos_AlgorithmsUnitTest_StdSet_E
44: Test timeout computed to be: 1500
44: [==========] Running 29 tests from 7 test suites.
44: [----------] Global test environment set-up.
44: [----------] 2 tests from std_algorithms_sorting_ops_test
44: [ RUN      ] std_algorithms_sorting_ops_test.is_sorted
44: [       OK ] std_algorithms_sorting_ops_test.is_sorted (13 ms)
44: [ RUN      ] std_algorithms_sorting_ops_test.is_sorted_until
44: [       OK ] std_algorithms_sorting_ops_test.is_sorted_until (13 ms)
44: [----------] 2 tests from std_algorithms_sorting_ops_test (27 ms total)
44: 
44: [----------] 4 tests from std_algorithms_partitioning_test
44: [ RUN      ] std_algorithms_partitioning_test.is_partitioned_trivial
44: [       OK ] std_algorithms_partitioning_test.is_partitioned_trivial (0 ms)
44: [ RUN      ] std_algorithms_partitioning_test.is_partitioned_accepting_iterators
44: [       OK ] std_algorithms_partitioning_test.is_partitioned_accepting_iterators (2 ms)
44: [ RUN      ] std_algorithms_partitioning_test.is_partitioned_accepting_view
44: [       OK ] std_algorithms_partitioning_test.is_partitioned_accepting_view (1 ms)
44: [ RUN      ] std_algorithms_partitioning_test.partition_point
44: [       OK ] std_algorithms_partitioning_test.partition_point (1 ms)
44: [----------] 4 tests from std_algorithms_partitioning_test (5 ms total)
44: 
44: [----------] 1 test from std_algorithms_partitioning_ops
44: [ RUN      ] std_algorithms_partitioning_ops.partition_copy
44: [       OK ] std_algorithms_partitioning_ops.partition_copy (35 ms)
44: [----------] 1 test from std_algorithms_partitioning_ops (36 ms total)
44: 
44: [----------] 12 tests from std_algorithms_numerics_test
44: [ RUN      ] std_algorithms_numerics_test.transform_reduce_default_functors_using_pod_value_type
44: [       OK ] std_algorithms_numerics_test.transform_reduce_default_functors_using_pod_value_type (6 ms)
44: [ RUN      ] std_algorithms_numerics_test.transform_reduce_default_functors_using_custom_value_type
44: [       OK ] std_algorithms_numerics_test.transform_reduce_default_functors_using_custom_value_type (1 ms)
44: [ RUN      ] std_algorithms_numerics_test.transform_reduce_custom_functors_overloadA_using_pod_value_type
44: [       OK ] std_algorithms_numerics_test.transform_reduce_custom_functors_overloadA_using_pod_value_type (1 ms)
44: [ RUN      ] std_algorithms_numerics_test.transform_reduce_custom_functors_overloadA_using_custom_value_type
44: [       OK ] std_algorithms_numerics_test.transform_reduce_custom_functors_overloadA_using_custom_value_type (1 ms)
44: [ RUN      ] std_algorithms_numerics_test.transform_reduce_custom_functors_overloadB_using_pod_value_type
44: [       OK ] std_algorithms_numerics_test.transform_reduce_custom_functors_overloadB_using_pod_value_type (0 ms)
44: [ RUN      ] std_algorithms_numerics_test.transform_reduce_custom_functors_overloadB_using_custom_value_type
44: [       OK ] std_algorithms_numerics_test.transform_reduce_custom_functors_overloadB_using_custom_value_type (0 ms)
44: [ RUN      ] std_algorithms_numerics_test.reduce_default_functors_overloadA_using_pod_value_type
44: [       OK ] std_algorithms_numerics_test.reduce_default_functors_overloadA_using_pod_value_type (0 ms)
44: [ RUN      ] std_algorithms_numerics_test.reduce_default_functors_overloadA_using_custom_value_type
44: [       OK ] std_algorithms_numerics_test.reduce_default_functors_overloadA_using_custom_value_type (0 ms)
44: [ RUN      ] std_algorithms_numerics_test.reduce_default_functors_overloadB_using_pod_value_type
44: [       OK ] std_algorithms_numerics_test.reduce_default_functors_overloadB_using_pod_value_type (0 ms)
44: [ RUN      ] std_algorithms_numerics_test.reduce_default_functors_overloadB_using_custom_value_type
44: [       OK ] std_algorithms_numerics_test.reduce_default_functors_overloadB_using_custom_value_type (0 ms)
44: [ RUN      ] std_algorithms_numerics_test.reduce_custom_functors_using_pod_value_type
44: [       OK ] std_algorithms_numerics_test.reduce_custom_functors_using_pod_value_type (0 ms)
44: [ RUN      ] std_algorithms_numerics_test.reduce_custom_functors_using_custom_value_type
44: [       OK ] std_algorithms_numerics_test.reduce_custom_functors_using_custom_value_type (0 ms)
44: [----------] 12 tests from std_algorithms_numerics_test (16 ms total)
44: 
44: [----------] 1 test from std_algorithms_numerics_ops_test
44: [ RUN      ] std_algorithms_numerics_ops_test.adjecent_difference
44: [       OK ] std_algorithms_numerics_ops_test.adjecent_difference (92 ms)
44: [----------] 1 test from std_algorithms_numerics_ops_test (92 ms total)
44: 
44: [----------] 8 tests from std_algorithms_numeric_ops_test
44: [ RUN      ] std_algorithms_numeric_ops_test.exclusive_scan
44: [       OK ] std_algorithms_numeric_ops_test.exclusive_scan (725 ms)
44: [ RUN      ] std_algorithms_numeric_ops_test.exclusive_scan_functor
44: [       OK ] std_algorithms_numeric_ops_test.exclusive_scan_functor (0 ms)
44: [ RUN      ] std_algorithms_numeric_ops_test.inclusive_scan
44: [       OK ] std_algorithms_numeric_ops_test.inclusive_scan (654 ms)
44: [ RUN      ] std_algorithms_numeric_ops_test.inclusive_scan_functor
44: [       OK ] std_algorithms_numeric_ops_test.inclusive_scan_functor (0 ms)
44: [ RUN      ] std_algorithms_numeric_ops_test.transform_exclusive_scan
44: [       OK ] std_algorithms_numeric_ops_test.transform_exclusive_scan (210 ms)
44: [ RUN      ] std_algorithms_numeric_ops_test.transform_exclusive_scan_functor
44: [       OK ] std_algorithms_numeric_ops_test.transform_exclusive_scan_functor (0 ms)
44: [ RUN      ] std_algorithms_numeric_ops_test.transform_inclusive_scan
44: [       OK ] std_algorithms_numeric_ops_test.transform_inclusive_scan (362 ms)
44: [ RUN      ] std_algorithms_numeric_ops_test.transform_inclusive_scan_functor
44: [       OK ] std_algorithms_numeric_ops_test.transform_inclusive_scan_functor (0 ms)
44: [----------] 8 tests from std_algorithms_numeric_ops_test (1952 ms total)
44: 
44: [----------] 1 test from std_algorithms_transform_ops_test
44: [ RUN      ] std_algorithms_transform_ops_test.transform_unary_op
44: [       OK ] std_algorithms_transform_ops_test.transform_unary_op (45 ms)
44: [----------] 1 test from std_algorithms_transform_ops_test (45 ms total)
44: 
44: [----------] Global test environment tear-down
44: [==========] 29 tests from 7 test suites ran. (2175 ms total)
44: [  PASSED  ] 29 tests.
44/59 Test #44: Kokkos_AlgorithmsUnitTest_StdSet_E .........................   Passed    2.59 sec
test 45
      Start 45: Kokkos_AlgorithmsUnitTest_StdSet_Team_A

45: Test command: /var/jenkins/workspace/Kokkos_PR-8086/build/algorithms/unit_tests/Kokkos_AlgorithmsUnitTest_StdSet_Team_A
45: Test timeout computed to be: 1500
45: [==========] Running 12 tests from 7 test suites.
45: [----------] Global test environment set-up.
45: [----------] 2 tests from std_algorithms_adjacent_find_team_test
45: [ RUN      ] std_algorithms_adjacent_find_team_test.two_consecutive_equal_elements_exist
45: [       OK ] std_algorithms_adjacent_find_team_test.two_consecutive_equal_elements_exist (543 ms)
45: [ RUN      ] std_algorithms_adjacent_find_team_test.two_consecutive_equal_elements_might_exist
45: [       OK ] std_algorithms_adjacent_find_team_test.two_consecutive_equal_elements_might_exist (558 ms)
45: [----------] 2 tests from std_algorithms_adjacent_find_team_test (1102 ms total)
45: 
45: [----------] 2 tests from std_algorithms_count_team_test
45: [ RUN      ] std_algorithms_count_team_test.count_returns_nonzero
45: [       OK ] std_algorithms_count_team_test.count_returns_nonzero (255 ms)
45: [ RUN      ] std_algorithms_count_team_test.count_returns_zero
45: [       OK ] std_algorithms_count_team_test.count_returns_zero (240 ms)
45: [----------] 2 tests from std_algorithms_count_team_test (495 ms total)
45: 
45: [----------] 1 test from std_algorithms_count_if_team_test
45: [ RUN      ] std_algorithms_count_if_team_test.test
45: [       OK ] std_algorithms_count_if_team_test.test (286 ms)
45: [----------] 1 test from std_algorithms_count_if_team_test (286 ms total)
45: 
45: [----------] 1 test from std_algorithms_for_each_team_test
45: [ RUN      ] std_algorithms_for_each_team_test.test
45: [       OK ] std_algorithms_for_each_team_test.test (366 ms)
45: [----------] 1 test from std_algorithms_for_each_team_test (366 ms total)
45: 
45: [----------] 1 test from std_algorithms_for_each_n_team_test
45: [ RUN      ] std_algorithms_for_each_n_team_test.test
45: [       OK ] std_algorithms_for_each_n_team_test.test (383 ms)
45: [----------] 1 test from std_algorithms_for_each_n_team_test (383 ms total)
45: 
45: [----------] 3 tests from std_algorithms_lexicographical_compare_team_test
45: [ RUN      ] std_algorithms_lexicographical_compare_team_test.views_are_equal
45: [       OK ] std_algorithms_lexicographical_compare_team_test.views_are_equal (583 ms)
45: [ RUN      ] std_algorithms_lexicographical_compare_team_test.first_view_is_less
45: [       OK ] std_algorithms_lexicographical_compare_team_test.first_view_is_less (588 ms)
45: [ RUN      ] std_algorithms_lexicographical_compare_team_test.first_view_is_greater
45: [       OK ] std_algorithms_lexicographical_compare_team_test.first_view_is_greater (603 ms)
45: [----------] 3 tests from std_algorithms_lexicographical_compare_team_test (1776 ms total)
45: 
45: [----------] 2 tests from std_algorithms_mismatch_team_test
45: [ RUN      ] std_algorithms_mismatch_team_test.views_are_equal
45: [       OK ] std_algorithms_mismatch_team_test.views_are_equal (627 ms)
45: [ RUN      ] std_algorithms_mismatch_team_test.views_are_not_equal
45: [       OK ] std_algorithms_mismatch_team_test.views_are_not_equal (878 ms)
45: [----------] 2 tests from std_algorithms_mismatch_team_test (1505 ms total)
45: 
45: [----------] Global test environment tear-down
45: [==========] 12 tests from 7 test suites ran. (5916 ms total)
45: [  PASSED  ] 12 tests.
45/59 Test #45: Kokkos_AlgorithmsUnitTest_StdSet_Team_A ....................   Passed    6.36 sec
test 46
      Start 46: Kokkos_AlgorithmsUnitTest_StdSet_Team_B

46: Test command: /var/jenkins/workspace/Kokkos_PR-8086/build/algorithms/unit_tests/Kokkos_AlgorithmsUnitTest_StdSet_Team_B
46: Test timeout computed to be: 1500
46: [==========] Running 8 tests from 4 test suites.
46: [----------] Global test environment set-up.
46: [----------] 2 tests from std_algorithms_equal_team_test
46: [ RUN      ] std_algorithms_equal_team_test.views_are_equal
46: [       OK ] std_algorithms_equal_team_test.views_are_equal (923 ms)
46: [ RUN      ] std_algorithms_equal_team_test.views_are_not_equal
46: [       OK ] std_algorithms_equal_team_test.views_are_not_equal (1297 ms)
46: [----------] 2 tests from std_algorithms_equal_team_test (2220 ms total)
46: 
46: [----------] 2 tests from std_algorithms_search_team_test
46: [ RUN      ] std_algorithms_search_team_test.sequences_exist
46: [       OK ] std_algorithms_search_team_test.sequences_exist (526 ms)
46: [ RUN      ] std_algorithms_search_team_test.sequences_do_not_exist
46: [       OK ] std_algorithms_search_team_test.sequences_do_not_exist (564 ms)
46: [----------] 2 tests from std_algorithms_search_team_test (1090 ms total)
46: 
46: [----------] 2 tests from std_algorithms_find_end_team_test
46: [ RUN      ] std_algorithms_find_end_team_test.sequences_exist
46: [       OK ] std_algorithms_find_end_team_test.sequences_exist (635 ms)
46: [ RUN      ] std_algorithms_find_end_team_test.sequences_do_not_exist
46: [       OK ] std_algorithms_find_end_team_test.sequences_do_not_exist (614 ms)
46: [----------] 2 tests from std_algorithms_find_end_team_test (1249 ms total)
46: 
46: [----------] 2 tests from std_algorithms_find_first_of_team_test
46: [ RUN      ] std_algorithms_find_first_of_team_test.sequences_exist
46: [       OK ] std_algorithms_find_first_of_team_test.sequences_exist (597 ms)
46: [ RUN      ] std_algorithms_find_first_of_team_test.sequences_do_not_exist
46: [       OK ] std_algorithms_find_first_of_team_test.sequences_do_not_exist (753 ms)
46: [----------] 2 tests from std_algorithms_find_first_of_team_test (1351 ms total)
46: 
46: [----------] Global test environment tear-down
46: [==========] 8 tests from 4 test suites ran. (5913 ms total)
46: [  PASSED  ] 8 tests.
46/59 Test #46: Kokkos_AlgorithmsUnitTest_StdSet_Team_B ....................   Passed    6.34 sec
test 47
      Start 47: Kokkos_AlgorithmsUnitTest_StdSet_Team_C

47: Test command: /var/jenkins/workspace/Kokkos_PR-8086/build/algorithms/unit_tests/Kokkos_AlgorithmsUnitTest_StdSet_Team_C
47: Test timeout computed to be: 1500
47: [==========] Running 11 tests from 7 test suites.
47: [----------] Global test environment set-up.
47: [----------] 2 tests from std_algorithms_find_team_test
47: [ RUN      ] std_algorithms_find_team_test.searched_values_exist
47: [       OK ] std_algorithms_find_team_test.searched_values_exist (252 ms)
47: [ RUN      ] std_algorithms_find_team_test.searched_values_do_not_exist
47: [       OK ] std_algorithms_find_team_test.searched_values_do_not_exist (254 ms)
47: [----------] 2 tests from std_algorithms_find_team_test (506 ms total)
47: 
47: [----------] 2 tests from std_algorithms_find_if_team_test
47: [ RUN      ] std_algorithms_find_if_team_test.predicates_return_true
47: [       OK ] std_algorithms_find_if_team_test.predicates_return_true (246 ms)
47: [ RUN      ] std_algorithms_find_if_team_test.predicates_return_false
47: [       OK ] std_algorithms_find_if_team_test.predicates_return_false (252 ms)
47: [----------] 2 tests from std_algorithms_find_if_team_test (499 ms total)
47: 
47: [----------] 2 tests from std_algorithms_find_if_not_team_test
47: [ RUN      ] std_algorithms_find_if_not_team_test.predicates_return_true
47: [       OK ] std_algorithms_find_if_not_team_test.predicates_return_true (270 ms)
47: [ RUN      ] std_algorithms_find_if_not_team_test.predicates_return_false
47: [       OK ] std_algorithms_find_if_not_team_test.predicates_return_false (242 ms)
47: [----------] 2 tests from std_algorithms_find_if_not_team_test (512 ms total)
47: 
47: [----------] 1 test from std_algorithms_all_of_team_test
47: [ RUN      ] std_algorithms_all_of_team_test.test
47: [       OK ] std_algorithms_all_of_team_test.test (255 ms)
47: [----------] 1 test from std_algorithms_all_of_team_test (256 ms total)
47: 
47: [----------] 1 test from std_algorithms_any_of_team_test
47: [ RUN      ] std_algorithms_any_of_team_test.test
47: [       OK ] std_algorithms_any_of_team_test.test (241 ms)
47: [----------] 1 test from std_algorithms_any_of_team_test (241 ms total)
47: 
47: [----------] 1 test from std_algorithms_none_of_team_test
47: [ RUN      ] std_algorithms_none_of_team_test.test
47: [       OK ] std_algorithms_none_of_team_test.test (251 ms)
47: [----------] 1 test from std_algorithms_none_of_team_test (251 ms total)
47: 
47: [----------] 2 tests from std_algorithms_search_n_team_test
47: [ RUN      ] std_algorithms_search_n_team_test.sequences_of_equal_elements_exist
47: [       OK ] std_algorithms_search_n_team_test.sequences_of_equal_elements_exist (270 ms)
47: [ RUN      ] std_algorithms_search_n_team_test.sequences_of_equal_elements_probably_does_not_exist
47: [       OK ] std_algorithms_search_n_team_test.sequences_of_equal_elements_probably_does_not_exist (261 ms)
47: [----------] 2 tests from std_algorithms_search_n_team_test (531 ms total)
47: 
47: [----------] Global test environment tear-down
47: [==========] 11 tests from 7 test suites ran. (2799 ms total)
47: [  PASSED  ] 11 tests.
47/59 Test #47: Kokkos_AlgorithmsUnitTest_StdSet_Team_C ....................   Passed    3.22 sec
test 48
      Start 48: Kokkos_AlgorithmsUnitTest_StdSet_Team_D

48: Test command: /var/jenkins/workspace/Kokkos_PR-8086/build/algorithms/unit_tests/Kokkos_AlgorithmsUnitTest_StdSet_Team_D
48: Test timeout computed to be: 1500
48: [==========] Running 3 tests from 3 test suites.
48: [----------] Global test environment set-up.
48: [----------] 1 test from std_algorithms_min_element_team_test
48: [ RUN      ] std_algorithms_min_element_team_test.test
48: [       OK ] std_algorithms_min_element_team_test.test (568 ms)
48: [----------] 1 test from std_algorithms_min_element_team_test (568 ms total)
48: 
48: [----------] 1 test from std_algorithms_max_element_team_test
48: [ RUN      ] std_algorithms_max_element_team_test.test
48: [       OK ] std_algorithms_max_element_team_test.test (561 ms)
48: [----------] 1 test from std_algorithms_max_element_team_test (561 ms total)
48: 
48: [----------] 1 test from std_algorithms_minmax_element_team_test
48: [ RUN      ] std_algorithms_minmax_element_team_test.test
48: [       OK ] std_algorithms_minmax_element_team_test.test (615 ms)
48: [----------] 1 test from std_algorithms_minmax_element_team_test (615 ms total)
48: 
48: [----------] Global test environment tear-down
48: [==========] 3 tests from 3 test suites ran. (1745 ms total)
48: [  PASSED  ] 3 tests.
48/59 Test #48: Kokkos_AlgorithmsUnitTest_StdSet_Team_D ....................   Passed    2.16 sec
test 49
      Start 49: Kokkos_AlgorithmsUnitTest_StdSet_Team_E

49: Test command: /var/jenkins/workspace/Kokkos_PR-8086/build/algorithms/unit_tests/Kokkos_AlgorithmsUnitTest_StdSet_Team_E
49: Test timeout computed to be: 1500
49: [==========] Running 6 tests from 6 test suites.
49: [----------] Global test environment set-up.
49: [----------] 1 test from std_algorithms_fill_team_test
49: [ RUN      ] std_algorithms_fill_team_test.test
49: [       OK ] std_algorithms_fill_team_test.test (274 ms)
49: [----------] 1 test from std_algorithms_fill_team_test (274 ms total)
49: 
49: [----------] 1 test from std_algorithms_fill_n_team_test
49: [ RUN      ] std_algorithms_fill_n_team_test.test
49: [       OK ] std_algorithms_fill_n_team_test.test (388 ms)
49: [----------] 1 test from std_algorithms_fill_n_team_test (388 ms total)
49: 
49: [----------] 1 test from std_algorithms_replace_team_test
49: [ RUN      ] std_algorithms_replace_team_test.test
49: [       OK ] std_algorithms_replace_team_test.test (382 ms)
49: [----------] 1 test from std_algorithms_replace_team_test (382 ms total)
49: 
49: [----------] 1 test from std_algorithms_replace_if_team_test
49: [ RUN      ] std_algorithms_replace_if_team_test.test
49: [       OK ] std_algorithms_replace_if_team_test.test (326 ms)
49: [----------] 1 test from std_algorithms_replace_if_team_test (327 ms total)
49: 
49: [----------] 1 test from std_algorithms_replace_copy_team_test
49: [ RUN      ] std_algorithms_replace_copy_team_test.test
49: [       OK ] std_algorithms_replace_copy_team_test.test (345 ms)
49: [----------] 1 test from std_algorithms_replace_copy_team_test (345 ms total)
49: 
49: [----------] 1 test from std_algorithms_replace_copy_if_team_test
49: [ RUN      ] std_algorithms_replace_copy_if_team_test.test
49: [       OK ] std_algorithms_replace_copy_if_team_test.test (363 ms)
49: [----------] 1 test from std_algorithms_replace_copy_if_team_test (363 ms total)
49: 
49: [----------] Global test environment tear-down
49: [==========] 6 tests from 6 test suites ran. (2080 ms total)
49: [  PASSED  ] 6 tests.
49/59 Test #49: Kokkos_AlgorithmsUnitTest_StdSet_Team_E ....................   Passed    2.49 sec
test 50
      Start 50: Kokkos_AlgorithmsUnitTest_StdSet_Team_F

50: Test command: /var/jenkins/workspace/Kokkos_PR-8086/build/algorithms/unit_tests/Kokkos_AlgorithmsUnitTest_StdSet_Team_F
50: Test timeout computed to be: 1500
50: [==========] Running 4 tests from 4 test suites.
50: [----------] Global test environment set-up.
50: [----------] 1 test from std_algorithms_reverse_team_test
50: [ RUN      ] std_algorithms_reverse_team_test.test
50: [       OK ] std_algorithms_reverse_team_test.test (281 ms)
50: [----------] 1 test from std_algorithms_reverse_team_test (281 ms total)
50: 
50: [----------] 1 test from std_algorithms_reverse_copy_team_test
50: [ RUN      ] std_algorithms_reverse_copy_team_test.test
50: [       OK ] std_algorithms_reverse_copy_team_test.test (328 ms)
50: [----------] 1 test from std_algorithms_reverse_copy_team_test (328 ms total)
50: 
50: [----------] 1 test from std_algorithms_rotate_team_test
50: [ RUN      ] std_algorithms_rotate_team_test.test
50: [       OK ] std_algorithms_rotate_team_test.test (540 ms)
50: [----------] 1 test from std_algorithms_rotate_team_test (540 ms total)
50: 
50: [----------] 1 test from std_algorithms_rotate_copy_team_test
50: [ RUN      ] std_algorithms_rotate_copy_team_test.test
50: [       OK ] std_algorithms_rotate_copy_team_test.test (602 ms)
50: [----------] 1 test from std_algorithms_rotate_copy_team_test (602 ms total)
50: 
50: [----------] Global test environment tear-down
50: [==========] 4 tests from 4 test suites ran. (1753 ms total)
50: [  PASSED  ] 4 tests.
50/59 Test #50: Kokkos_AlgorithmsUnitTest_StdSet_Team_F ....................   Passed    2.16 sec
test 51
      Start 51: Kokkos_AlgorithmsUnitTest_StdSet_Team_G

51: Test command: /var/jenkins/workspace/Kokkos_PR-8086/build/algorithms/unit_tests/Kokkos_AlgorithmsUnitTest_StdSet_Team_G
51: Test timeout computed to be: 1500
51: [==========] Running 4 tests from 4 test suites.
51: [----------] Global test environment set-up.
51: [----------] 1 test from std_algorithms_move_team_test
51: [ RUN      ] std_algorithms_move_team_test.test
51: [       OK ] std_algorithms_move_team_test.test (450 ms)
51: [----------] 1 test from std_algorithms_move_team_test (450 ms total)
51: 
51: [----------] 1 test from std_algorithms_move_backward_team_test
51: [ RUN      ] std_algorithms_move_backward_team_test.test
51: [       OK ] std_algorithms_move_backward_team_test.test (439 ms)
51: [----------] 1 test from std_algorithms_move_backward_team_test (439 ms total)
51: 
51: [----------] 1 test from std_algorithms_shift_left_team_test
51: [ RUN      ] std_algorithms_shift_left_team_test.test
51: [       OK ] std_algorithms_shift_left_team_test.test (1470 ms)
51: [----------] 1 test from std_algorithms_shift_left_team_test (1470 ms total)
51: 
51: [----------] 1 test from std_algorithms_shift_right_team_test
51: [ RUN      ] std_algorithms_shift_right_team_test.test
51: [       OK ] std_algorithms_shift_right_team_test.test (1448 ms)
51: [----------] 1 test from std_algorithms_shift_right_team_test (1448 ms total)
51: 
51: [----------] Global test environment tear-down
51: [==========] 4 tests from 4 test suites ran. (3810 ms total)
51: [  PASSED  ] 4 tests.
51/59 Test #51: Kokkos_AlgorithmsUnitTest_StdSet_Team_G ....................   Passed    4.21 sec
test 52
      Start 52: Kokkos_AlgorithmsUnitTest_StdSet_Team_H

52: Test command: /var/jenkins/workspace/Kokkos_PR-8086/build/algorithms/unit_tests/Kokkos_AlgorithmsUnitTest_StdSet_Team_H
52: Test timeout computed to be: 1500
52: [==========] Running 9 tests from 9 test suites.
52: [----------] Global test environment set-up.
52: [----------] 1 test from std_algorithms_copy_team_test
52: [ RUN      ] std_algorithms_copy_team_test.test
52: [       OK ] std_algorithms_copy_team_test.test (574 ms)
52: [----------] 1 test from std_algorithms_copy_team_test (575 ms total)
52: 
52: [----------] 1 test from std_algorithms_copy_n_team_test
52: [ RUN      ] std_algorithms_copy_n_team_test.test
52: [       OK ] std_algorithms_copy_n_team_test.test (478 ms)
52: [----------] 1 test from std_algorithms_copy_n_team_test (478 ms total)
52: 
52: [----------] 1 test from std_algorithms_copy_backward_team_test
52: [ RUN      ] std_algorithms_copy_backward_team_test.test
52: [       OK ] std_algorithms_copy_backward_team_test.test (449 ms)
52: [----------] 1 test from std_algorithms_copy_backward_team_test (449 ms total)
52: 
52: [----------] 1 test from std_algorithms_copy_if_team_test
52: [ RUN      ] std_algorithms_copy_if_team_test.test
52: [       OK ] std_algorithms_copy_if_team_test.test (408 ms)
52: [----------] 1 test from std_algorithms_copy_if_team_test (408 ms total)
52: 
52: [----------] 1 test from std_algorithms_unique_copy_team_test
52: [ RUN      ] std_algorithms_unique_copy_team_test.test
52: [       OK ] std_algorithms_unique_copy_team_test.test (524 ms)
52: [----------] 1 test from std_algorithms_unique_copy_team_test (524 ms total)
52: 
52: [----------] 1 test from std_algorithms_remove_team_test
52: [ RUN      ] std_algorithms_remove_team_test.test
52: [       OK ] std_algorithms_remove_team_test.test (428 ms)
52: [----------] 1 test from std_algorithms_remove_team_test (428 ms total)
52: 
52: [----------] 1 test from std_algorithms_remove_if_team_test
52: [ RUN      ] std_algorithms_remove_if_team_test.test
52: [       OK ] std_algorithms_remove_if_team_test.test (398 ms)
52: [----------] 1 test from std_algorithms_remove_if_team_test (398 ms total)
52: 
52: [----------] 1 test from std_algorithms_remove_copy_team_test
52: [ RUN      ] std_algorithms_remove_copy_team_test.test
52: [       OK ] std_algorithms_remove_copy_team_test.test (438 ms)
52: [----------] 1 test from std_algorithms_remove_copy_team_test (438 ms total)
52: 
52: [----------] 1 test from std_algorithms_remove_copy_if_team_test
52: [ RUN      ] std_algorithms_remove_copy_if_team_test.test
52: [       OK ] std_algorithms_remove_copy_if_team_test.test (354 ms)
52: [----------] 1 test from std_algorithms_remove_copy_if_team_test (354 ms total)
52: 
52: [----------] Global test environment tear-down
52: [==========] 9 tests from 9 test suites ran. (4057 ms total)
52: [  PASSED  ] 9 tests.
52/59 Test #52: Kokkos_AlgorithmsUnitTest_StdSet_Team_H ....................   Passed    4.48 sec
test 53
      Start 53: Kokkos_AlgorithmsUnitTest_StdSet_Team_I

53: Test command: /var/jenkins/workspace/Kokkos_PR-8086/build/algorithms/unit_tests/Kokkos_AlgorithmsUnitTest_StdSet_Team_I
53: Test timeout computed to be: 1500
53: [==========] Running 4 tests from 4 test suites.
53: [----------] Global test environment set-up.
53: [----------] 1 test from std_algorithms_unique_team_test
53: [ RUN      ] std_algorithms_unique_team_test.test_default_predicate
53: [       OK ] std_algorithms_unique_team_test.test_default_predicate (648 ms)
53: [----------] 1 test from std_algorithms_unique_team_test (648 ms total)
53: 
53: [----------] 1 test from std_algorithms_adjacent_difference_team_test
53: [ RUN      ] std_algorithms_adjacent_difference_team_test.test
53: [       OK ] std_algorithms_adjacent_difference_team_test.test (733 ms)
53: [----------] 1 test from std_algorithms_adjacent_difference_team_test (733 ms total)
53: 
53: [----------] 1 test from std_algorithms_reduce_team_test
53: [ RUN      ] std_algorithms_reduce_team_test.test
53: [       OK ] std_algorithms_reduce_team_test.test (765 ms)
53: [----------] 1 test from std_algorithms_reduce_team_test (765 ms total)
53: 
53: [----------] 1 test from std_algorithms_transform_reduce_team_test
53: [ RUN      ] std_algorithms_transform_reduce_team_test.test
53: [       OK ] std_algorithms_transform_reduce_team_test.test (1365 ms)
53: [----------] 1 test from std_algorithms_transform_reduce_team_test (1365 ms total)
53: 
53: [----------] Global test environment tear-down
53: [==========] 4 tests from 4 test suites ran. (3512 ms total)
53: [  PASSED  ] 4 tests.
53/59 Test #53: Kokkos_AlgorithmsUnitTest_StdSet_Team_I ....................   Passed    3.92 sec
test 54
      Start 54: Kokkos_AlgorithmsUnitTest_StdSet_Team_L

54: Test command: /var/jenkins/workspace/Kokkos_PR-8086/build/algorithms/unit_tests/Kokkos_AlgorithmsUnitTest_StdSet_Team_L
54: Test timeout computed to be: 1500
54: [==========] Running 18 tests from 5 test suites.
54: [----------] Global test environment set-up.
54: [----------] 2 tests from std_algorithms_is_sorted_team_test
54: [ RUN      ] std_algorithms_is_sorted_team_test.test_data_almost_certainly_not_sorted
54: [       OK ] std_algorithms_is_sorted_team_test.test_data_almost_certainly_not_sorted (541 ms)
54: [ RUN      ] std_algorithms_is_sorted_team_test.test_data_certainly_sorted
54: [       OK ] std_algorithms_is_sorted_team_test.test_data_certainly_sorted (393 ms)
54: [----------] 2 tests from std_algorithms_is_sorted_team_test (934 ms total)
54: 
54: [----------] 4 tests from std_algorithms_is_sorted_until_team_test
54: [ RUN      ] std_algorithms_is_sorted_until_team_test.test_trivialA
54: [       OK ] std_algorithms_is_sorted_until_team_test.test_trivialA (23 ms)
54: [ RUN      ] std_algorithms_is_sorted_until_team_test.test_trivialB
54: [       OK ] std_algorithms_is_sorted_until_team_test.test_trivialB (26 ms)
54: [ RUN      ] std_algorithms_is_sorted_until_team_test.test_nontrivialA
54: [       OK ] std_algorithms_is_sorted_until_team_test.test_nontrivialA (305 ms)
54: [ RUN      ] std_algorithms_is_sorted_until_team_test.test_nontrivialB
54: [       OK ] std_algorithms_is_sorted_until_team_test.test_nontrivialB (411 ms)
54: [----------] 4 tests from std_algorithms_is_sorted_until_team_test (766 ms total)
54: 
54: [----------] 4 tests from std_algorithms_is_partitioned_team_test
54: [ RUN      ] std_algorithms_is_partitioned_team_test.empty
54: [       OK ] std_algorithms_is_partitioned_team_test.empty (12 ms)
54: [ RUN      ] std_algorithms_is_partitioned_team_test.all_true
54: [       OK ] std_algorithms_is_partitioned_team_test.all_true (195 ms)
54: [ RUN      ] std_algorithms_is_partitioned_team_test.all_false
54: [       OK ] std_algorithms_is_partitioned_team_test.all_false (194 ms)
54: [ RUN      ] std_algorithms_is_partitioned_team_test.random
54: [       OK ] std_algorithms_is_partitioned_team_test.random (148 ms)
54: [----------] 4 tests from std_algorithms_is_partitioned_team_test (551 ms total)
54: 
54: [----------] 4 tests from std_algorithms_partition_copy_team_test
54: [ RUN      ] std_algorithms_partition_copy_team_test.empty
54: [       OK ] std_algorithms_partition_copy_team_test.empty (20 ms)
54: [ RUN      ] std_algorithms_partition_copy_team_test.all_true
54: [       OK ] std_algorithms_partition_copy_team_test.all_true (503 ms)
54: [ RUN      ] std_algorithms_partition_copy_team_test.all_false
54: [       OK ] std_algorithms_partition_copy_team_test.all_false (493 ms)
54: [ RUN      ] std_algorithms_partition_copy_team_test.random
54: [       OK ] std_algorithms_partition_copy_team_test.random (438 ms)
54: [----------] 4 tests from std_algorithms_partition_copy_team_test (1456 ms total)
54: 
54: [----------] 4 tests from std_algorithms_partition_point_team_test
54: [ RUN      ] std_algorithms_partition_point_team_test.empty
54: [       OK ] std_algorithms_partition_point_team_test.empty (12 ms)
54: [ RUN      ] std_algorithms_partition_point_team_test.all_true
54: [       OK ] std_algorithms_partition_point_team_test.all_true (193 ms)
54: [ RUN      ] std_algorithms_partition_point_team_test.all_false
54: [       OK ] std_algorithms_partition_point_team_test.all_false (193 ms)
54: [ RUN      ] std_algorithms_partition_point_team_test.random
54: [       OK ] std_algorithms_partition_point_team_test.random (140 ms)
54: [----------] 4 tests from std_algorithms_partition_point_team_test (540 ms total)
54: 
54: [----------] Global test environment tear-down
54: [==========] 18 tests from 5 test suites ran. (4249 ms total)
54: [  PASSED  ] 18 tests.
54/59 Test #54: Kokkos_AlgorithmsUnitTest_StdSet_Team_L ....................   Passed    4.67 sec
test 55
      Start 55: Kokkos_AlgorithmsUnitTest_StdSet_Team_M

55: Test command: /var/jenkins/workspace/Kokkos_PR-8086/build/algorithms/unit_tests/Kokkos_AlgorithmsUnitTest_StdSet_Team_M
55: Test timeout computed to be: 1500
55: [==========] Running 5 tests from 4 test suites.
55: [----------] Global test environment set-up.
55: [----------] 2 tests from std_algorithms_transform_team_test
55: [ RUN      ] std_algorithms_transform_team_test.test_unary_op
55: [       OK ] std_algorithms_transform_team_test.test_unary_op (606 ms)
55: [ RUN      ] std_algorithms_transform_team_test.test_binary_op
55: [       OK ] std_algorithms_transform_team_test.test_binary_op (756 ms)
55: [----------] 2 tests from std_algorithms_transform_team_test (1363 ms total)
55: 
55: [----------] 1 test from std_algorithms_generate_team_test
55: [ RUN      ] std_algorithms_generate_team_test.test_unary_op
55: [       OK ] std_algorithms_generate_team_test.test_unary_op (1406 ms)
55: [----------] 1 test from std_algorithms_generate_team_test (1406 ms total)
55: 
55: [----------] 1 test from std_algorithms_generate_n_team_test
55: [ RUN      ] std_algorithms_generate_n_team_test.test
55: [       OK ] std_algorithms_generate_n_team_test.test (386 ms)
55: [----------] 1 test from std_algorithms_generate_n_team_test (387 ms total)
55: 
55: [----------] 1 test from std_algorithms_swap_ranges_team_test
55: [ RUN      ] std_algorithms_swap_ranges_team_test.test
55: [       OK ] std_algorithms_swap_ranges_team_test.test (705 ms)
55: [----------] 1 test from std_algorithms_swap_ranges_team_test (705 ms total)
55: 
55: [----------] Global test environment tear-down
55: [==========] 5 tests from 4 test suites ran. (3862 ms total)
55: [  PASSED  ] 5 tests.
55/59 Test #55: Kokkos_AlgorithmsUnitTest_StdSet_Team_M ....................   Passed    4.28 sec
test 56
      Start 56: Kokkos_AlgorithmsUnitTest_StdSet_Team_P

56: Test command: /var/jenkins/workspace/Kokkos_PR-8086/build/algorithms/unit_tests/Kokkos_AlgorithmsUnitTest_StdSet_Team_P
56: Test timeout computed to be: 1500
56: [==========] Running 2 tests from 2 test suites.
56: [----------] Global test environment set-up.
56: [----------] 1 test from std_algorithms_exclusive_scan_team_test
56: [ RUN      ] std_algorithms_exclusive_scan_team_test.test
56: [       OK ] std_algorithms_exclusive_scan_team_test.test (1585 ms)
56: [----------] 1 test from std_algorithms_exclusive_scan_team_test (1585 ms total)
56: 
56: [----------] 1 test from std_algorithms_transform_exclusive_scan_team_test
56: [ RUN      ] std_algorithms_transform_exclusive_scan_team_test.test
56: [       OK ] std_algorithms_transform_exclusive_scan_team_test.test (781 ms)
56: [----------] 1 test from std_algorithms_transform_exclusive_scan_team_test (781 ms total)
56: 
56: [----------] Global test environment tear-down
56: [==========] 2 tests from 2 test suites ran. (2367 ms total)
56: [  PASSED  ] 2 tests.
56/59 Test #56: Kokkos_AlgorithmsUnitTest_StdSet_Team_P ....................   Passed    2.77 sec
test 57
      Start 57: Kokkos_AlgorithmsUnitTest_StdSet_Team_Q

57: Test command: /var/jenkins/workspace/Kokkos_PR-8086/build/algorithms/unit_tests/Kokkos_AlgorithmsUnitTest_StdSet_Team_Q
57: Test timeout computed to be: 1500
57: [==========] Running 2 tests from 2 test suites.
57: [----------] Global test environment set-up.
57: [----------] 1 test from std_algorithms_inclusive_scan_team_test
57: [ RUN      ] std_algorithms_inclusive_scan_team_test.test
57: [       OK ] std_algorithms_inclusive_scan_team_test.test (2304 ms)
57: [----------] 1 test from std_algorithms_inclusive_scan_team_test (2304 ms total)
57: 
57: [----------] 1 test from std_algorithms_transform_inclusive_scan_team_test
57: [ RUN      ] std_algorithms_transform_inclusive_scan_team_test.test
57: [       OK ] std_algorithms_transform_inclusive_scan_team_test.test (1503 ms)
57: [----------] 1 test from std_algorithms_transform_inclusive_scan_team_test (1503 ms total)
57: 
57: [----------] Global test environment tear-down
57: [==========] 2 tests from 2 test suites ran. (3807 ms total)
57: [  PASSED  ] 2 tests.
57/59 Test #57: Kokkos_AlgorithmsUnitTest_StdSet_Team_Q ....................   Passed    4.22 sec
test 58
      Start 58: Kokkos_PerformanceTest_InclusiveScan

58: Test command: /var/jenkins/workspace/Kokkos_PR-8086/build/algorithms/perf_test/Kokkos_PerformanceTest_InclusiveScan "--benchmark_counters_tabular=true" "--benchmark_out=Kokkos_PerformanceTest_InclusiveScan_2025-05-15_T12-57-28.json"
58: Test timeout computed to be: 1500
58: 2025-05-15T13:28:15+00:00
58: Running /var/jenkins/workspace/Kokkos_PR-8086/build/algorithms/perf_test/Kokkos_PerformanceTest_InclusiveScan
58: Run on (64 X 3282.33 MHz CPU s)
58: CPU Caches:
58:   L1 Data 32 KiB (x32)
58:   L1 Instruction 32 KiB (x32)
58:   L2 Unified 512 KiB (x32)
58:   L3 Unified 16384 KiB (x16)
58: Load Average: 1.35, 1.55, 3.18
58: APU or dGPU: dGPU
58: Architecture capable of accessing system allocated memory: 1
58: CPU architecture: none
58: Default Device: HIP
58: GPU architecture: AMD_GFX908
58: Is Large Bar: 1
58: KOKKOS_COMPILER_CLANG: 1700
58: KOKKOS_ENABLE_ASM: no
58: KOKKOS_ENABLE_CXX17: no
58: KOKKOS_ENABLE_CXX20: yes
58: KOKKOS_ENABLE_CXX23: no
58: KOKKOS_ENABLE_CXX26: no
58: KOKKOS_ENABLE_DEBUG_BOUNDS_CHECK: no
58: KOKKOS_ENABLE_HIP: yes
58: KOKKOS_ENABLE_HIP_RELOCATABLE_DEVICE_CODE: no
58: KOKKOS_ENABLE_HWLOC: no
58: KOKKOS_ENABLE_LIBDL: yes
58: KOKKOS_ENABLE_PRAGMA_IVDEP: no
58: KOKKOS_ENABLE_PRAGMA_LOOPCOUNT: no
58: KOKKOS_ENABLE_PRAGMA_UNROLL: no
58: KOKKOS_ENABLE_PRAGMA_VECTOR: no
58: KOKKOS_ENABLE_SERIAL: yes
58: Kernel reports HMM module via `CONFIG_HMM_MIRROR=y` in `/boot/config`: no
58: Kokkos: HIP[ 0 ] gcnArch gfx908:sramecc+:xnack- : Selected
58: Kokkos Version: 4.6.99
58: Shared Memory per Block: 64 KiB
58: Supports Managed Memory: 1
58: System allows accessing system allocated memory on GPU: 0
58: Total Global Memory: 31.98 GiB
58: Wavefront Size: 64
58: XNACK environment variable set: no
58: macro  KOKKOS_ENABLE_HIP: defined
58: macro KOKKOS_ENABLE_IMPL_HIP_MALLOC_ASYNC: yes
58: macro KOKKOS_ENABLE_ROCTHRUST: defined
58: platform: 64bit
58: ----------------------------------------------------------------------------------------------------------------------------------------------
58: Benchmark                                                                   Time             CPU   Iterations  FOM: GB/s         MB     Passed
58: ----------------------------------------------------------------------------------------------------------------------------------------------
58: BM_inclusive_scan<std::uint64_t>/100000000/manual_time                  0.002 s         0.002 s           428  1015.67/s       1.6k          1
58: BM_inclusive_scan<std::int64_t>/100000000/manual_time                   0.002 s         0.002 s           431  1014.38/s       1.6k          1
58: BM_inclusive_scan<double>/100000000/manual_time                         0.002 s         0.002 s           446  1012.52/s       1.6k          1
58: BM_inclusive_scan<std::uint64_t, SumFunctor>/100000000/manual_time      0.002 s         0.002 s           433  1015.12/s       1.6k          1
58: BM_inclusive_scan<std::int64_t, SumFunctor>/100000000/manual_time       0.002 s         0.002 s           446  1014.98/s       1.6k          1
58: BM_inclusive_scan<double, SumFunctor>/100000000/manual_time             0.002 s         0.002 s           446   1016.7/s       1.6k          1
58: BM_inclusive_scan<std::uint64_t, MaxFunctor>/100000000/manual_time      0.002 s         0.002 s           440  1018.36/s       1.6k          1
58: BM_inclusive_scan<std::int64_t, MaxFunctor>/100000000/manual_time       0.002 s         0.002 s           441  1016.54/s       1.6k          1
58: BM_inclusive_scan<double, MaxFunctor>/100000000/manual_time             0.002 s         0.002 s           445  1015.97/s       1.6k          1
58/59 Test #58: Kokkos_PerformanceTest_InclusiveScan .......................   Passed   21.75 sec
test 59
      Start 59: Kokkos_UnitTest_SIMD

59: Test command: /var/jenkins/workspace/Kokkos_PR-8086/build/simd/unit_tests/Kokkos_UnitTest_SIMD
59: Test timeout computed to be: 1500
59: [==========] Running 18 tests from 1 test suite.
59: [----------] Global test environment set-up.
59: [----------] 18 tests from simd
59: [ RUN      ] simd.host_math_ops
59: [       OK ] simd.host_math_ops (0 ms)
59: [ RUN      ] simd.device_math_ops
59: [       OK ] simd.device_math_ops (6 ms)
59: [ RUN      ] simd.host_mask_ops
59: [       OK ] simd.host_mask_ops (0 ms)
59: [ RUN      ] simd.device_mask_ops
59: [       OK ] simd.device_mask_ops (0 ms)
59: [ RUN      ] simd.host_conversions
59: [       OK ] simd.host_conversions (0 ms)
59: [ RUN      ] simd.device_conversions
59: [       OK ] simd.device_conversions (0 ms)
59: [ RUN      ] simd.host_shift_ops
59: [       OK ] simd.host_shift_ops (0 ms)
59: [ RUN      ] simd.device_shift_ops
59: [       OK ] simd.device_shift_ops (0 ms)
59: [ RUN      ] simd.host_condition
59: [       OK ] simd.host_condition (0 ms)
59: [ RUN      ] simd.device_condition
59: [       OK ] simd.device_condition (0 ms)
59: [ RUN      ] simd.host_gen_ctors
59: [       OK ] simd.host_gen_ctors (0 ms)
59: [ RUN      ] simd.device_gen_ctors
59: [       OK ] simd.device_gen_ctors (0 ms)
59: [ RUN      ] simd.host_where_expressions
59: [       OK ] simd.host_where_expressions (0 ms)
59: [ RUN      ] simd.device_where_expressions
59: [       OK ] simd.device_where_expressions (0 ms)
59: [ RUN      ] simd.host_reductions
59: [       OK ] simd.host_reductions (0 ms)
59: [ RUN      ] simd.device_reductions
59: [       OK ] simd.device_reductions (0 ms)
59: [ RUN      ] simd.host_construction
59: [       OK ] simd.host_construction (0 ms)
59: [ RUN      ] simd.device_construction
59: [       OK ] simd.device_construction (0 ms)
59: [----------] 18 tests from simd (7 ms total)
59: 
59: [----------] Global test environment tear-down
59: [==========] 18 tests from 1 test suite ran. (7 ms total)
59: [  PASSED  ] 18 tests.
59/59 Test #59: Kokkos_UnitTest_SIMD .......................................   Passed    0.42 sec

100% tests passed, 0 tests failed out of 59

Label Time Summary:
Kokkos    = 612.78 sec*proc (52 tests)

Total Test time (real) = 1206.18 sec
Post stage
[Pipeline] sh
+ ccache --show-stats
Summary:
  Hits:               0 /    0
    Direct:           0 /    0
    Preprocessed:     0 /    0
  Misses:             0
    Direct:           0
    Preprocessed:     0
Primary storage:
  Hits:               0 /    0
  Misses:             0
  Cache size (GB): 0.00 / 5.00 (0.00 %)

Use the -v/--verbose option for more details.
[Pipeline] xunit
INFO: Processing CTest-Version 3.x (default)
[Pipeline] }
$ docker stop --time=1 c6511c7f9b3e947970faa7727ff9bb664d746943ace96506d751c428ccff71c3
INFO: [CTest-Version 3.x (default)] - 1 test report file(s) were found with the pattern 'build/Testing/**/Test.xml' relative to '/var/jenkins/workspace/Kokkos_PR-8086' for the testing framework 'CTest-Version 3.x (default)'.
$ docker rm -f --volumes c6511c7f9b3e947970faa7727ff9bb664d746943ace96506d751c428ccff71c3
[Pipeline] // withDockerContainer
[Pipeline] }
[Pipeline] // withEnv
[Pipeline] }
[Pipeline] // node
[Pipeline] }
[Pipeline] // stage
[Pipeline] }
[Pipeline] // parallel
[Pipeline] }
[Pipeline] // stage
[Pipeline] stage
[Pipeline] { (Build-2)
Stage "Build-2" skipped due to earlier failure(s)
[Pipeline] getContext
[Pipeline] parallel
[Pipeline] { (Branch: OPENACC-NVHPC-CUDA-12.2)
[Pipeline] { (Branch: CUDA-12.2-NVHPC-AS-HOST-COMPILER)
[Pipeline] { (Branch: SYCL-OneAPI)
[Pipeline] { (Branch: HIP-ROCm-5.3)
[Pipeline] { (Branch: HIP-ROCm-6.0-amdclang)
[Pipeline] { (Branch: OPENMPTARGET-Clang)
[Pipeline] { (Branch: CUDA-11.8-Clang-15)
[Pipeline] { (Branch: CUDA-12.5.1-Clang-17-RDC)
[Pipeline] { (Branch: CUDA-11.6-NVCC-DEBUG)
[Pipeline] { (Branch: CUDA-11.7-NVCC)
[Pipeline] stage
[Pipeline] { (OPENACC-NVHPC-CUDA-12.2)
[Pipeline] stage
[Pipeline] { (CUDA-12.2-NVHPC-AS-HOST-COMPILER)
[Pipeline] stage
[Pipeline] { (SYCL-OneAPI)
[Pipeline] stage
[Pipeline] { (HIP-ROCm-5.3)
[Pipeline] stage
[Pipeline] { (HIP-ROCm-6.0-amdclang)
[Pipeline] stage
[Pipeline] { (OPENMPTARGET-Clang)
[Pipeline] stage
[Pipeline] { (CUDA-11.8-Clang-15)
[Pipeline] stage
[Pipeline] { (CUDA-12.5.1-Clang-17-RDC)
[Pipeline] stage
[Pipeline] { (CUDA-11.6-NVCC-DEBUG)
[Pipeline] stage
[Pipeline] { (CUDA-11.7-NVCC)
Stage "OPENACC-NVHPC-CUDA-12.2" skipped due to earlier failure(s)
[Pipeline] getContext
[Pipeline] }
Stage "CUDA-12.2-NVHPC-AS-HOST-COMPILER" skipped due to earlier failure(s)
[Pipeline] getContext
[Pipeline] }
Stage "SYCL-OneAPI" skipped due to earlier failure(s)
[Pipeline] getContext
[Pipeline] }
Stage "HIP-ROCm-5.3" skipped due to earlier failure(s)
[Pipeline] getContext
[Pipeline] }
Stage "HIP-ROCm-6.0-amdclang" skipped due to earlier failure(s)
[Pipeline] getContext
[Pipeline] }
Stage "OPENMPTARGET-Clang" skipped due to earlier failure(s)
[Pipeline] getContext
[Pipeline] }
Stage "CUDA-11.8-Clang-15" skipped due to earlier failure(s)
[Pipeline] getContext
[Pipeline] }
Stage "CUDA-12.5.1-Clang-17-RDC" skipped due to earlier failure(s)
[Pipeline] getContext
[Pipeline] }
Stage "CUDA-11.6-NVCC-DEBUG" skipped due to earlier failure(s)
[Pipeline] getContext
[Pipeline] }
Stage "CUDA-11.7-NVCC" skipped due to earlier failure(s)
[Pipeline] getContext
[Pipeline] }
[Pipeline] // stage
[Pipeline] // stage
[Pipeline] // stage
[Pipeline] // stage
[Pipeline] // stage
[Pipeline] // stage
[Pipeline] // stage
[Pipeline] // stage
[Pipeline] // stage
[Pipeline] // stage
[Pipeline] }
Failed in branch OPENACC-NVHPC-CUDA-12.2
[Pipeline] }
Failed in branch CUDA-12.2-NVHPC-AS-HOST-COMPILER
[Pipeline] }
Failed in branch SYCL-OneAPI
[Pipeline] }
Failed in branch HIP-ROCm-5.3
[Pipeline] }
Failed in branch HIP-ROCm-6.0-amdclang
[Pipeline] }
Failed in branch OPENMPTARGET-Clang
[Pipeline] }
Failed in branch CUDA-11.8-Clang-15
[Pipeline] }
Failed in branch CUDA-12.5.1-Clang-17-RDC
[Pipeline] }
Failed in branch CUDA-11.6-NVCC-DEBUG
[Pipeline] }
Failed in branch CUDA-11.7-NVCC
[Pipeline] // parallel
[Pipeline] }
[Pipeline] // stage
[Pipeline] }
[Pipeline] // timeout
[Pipeline] }
[Pipeline] // withEnv
[Pipeline] End of Pipeline
Also:   org.jenkinsci.plugins.workflow.actions.ErrorAction$ErrorId: 1faa9e97-c496-4a2f-b83f-1ac7134bd1e1
java.io.IOException: Failed to run image '03af978eb2a98fb94287357da252988457a6243a'. Error: docker: Error response from daemon: failed to create task for container: failed to create shim task: OCI runtime create failed: runc create failed: unable to start container process: error during container init: error running hook #1: error running hook: exit status 1, stdout: , stderr: Auto-detected mode as 'legacy'
nvidia-container-cli: initialization error: nvml error: driver/library version mismatch: unknown.
	at PluginClassLoader for docker-workflow//org.jenkinsci.plugins.docker.workflow.client.DockerClient.run(DockerClient.java:148)
	at PluginClassLoader for docker-workflow//org.jenkinsci.plugins.docker.workflow.WithContainerStep$Execution.start(WithContainerStep.java:200)
	at PluginClassLoader for workflow-cps//org.jenkinsci.plugins.workflow.cps.DSL.invokeStep(DSL.java:323)
	at PluginClassLoader for workflow-cps//org.jenkinsci.plugins.workflow.cps.DSL.invokeMethod(DSL.java:196)
	at PluginClassLoader for workflow-cps//org.jenkinsci.plugins.workflow.cps.CpsScript.invokeMethod(CpsScript.java:124)
	at org.codehaus.groovy.runtime.callsite.PogoMetaClassSite.call(PogoMetaClassSite.java:47)
	at org.codehaus.groovy.runtime.callsite.CallSiteArray.defaultCall(CallSiteArray.java:47)
	at org.codehaus.groovy.runtime.callsite.AbstractCallSite.call(AbstractCallSite.java:116)
	at PluginClassLoader for workflow-cps//com.cloudbees.groovy.cps.sandbox.DefaultInvoker.methodCall(DefaultInvoker.java:20)
	at PluginClassLoader for workflow-cps//org.jenkinsci.plugins.workflow.cps.LoggingInvoker.methodCall(LoggingInvoker.java:118)
	at org.jenkinsci.plugins.docker.workflow.Docker$Image.inside(Docker.groovy:140)
	at org.jenkinsci.plugins.docker.workflow.Docker.node(Docker.groovy:66)
	at org.jenkinsci.plugins.docker.workflow.Docker$Image.inside(Docker.groovy:125)
	at org.jenkinsci.plugins.docker.workflow.declarative.DockerPipelineFromDockerfileScript.runImage(DockerPipelineFromDockerfileScript.groovy:55)
	at org.jenkinsci.plugins.docker.workflow.declarative.AbstractDockerPipelineScript.configureRegistry(AbstractDockerPipelineScript.groovy:58)
	at org.jenkinsci.plugins.docker.workflow.declarative.AbstractDockerPipelineScript.run(AbstractDockerPipelineScript.groovy:46)
	at ___cps.transform___(Native Method)
	at PluginClassLoader for workflow-cps//com.cloudbees.groovy.cps.impl.ContinuationGroup.methodCall(ContinuationGroup.java:90)
	at PluginClassLoader for workflow-cps//com.cloudbees.groovy.cps.impl.FunctionCallBlock$ContinuationImpl.dispatchOrArg(FunctionCallBlock.java:114)
	at PluginClassLoader for workflow-cps//com.cloudbees.groovy.cps.impl.FunctionCallBlock$ContinuationImpl.fixArg(FunctionCallBlock.java:83)
	at jdk.internal.reflect.GeneratedMethodAccessor648.invoke(Unknown Source)
	at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(Unknown Source)
	at java.base/java.lang.reflect.Method.invoke(Unknown Source)
	at PluginClassLoader for workflow-cps//com.cloudbees.groovy.cps.impl.ContinuationPtr$ContinuationImpl.receive(ContinuationPtr.java:72)
	at PluginClassLoader for workflow-cps//com.cloudbees.groovy.cps.impl.ClosureBlock.eval(ClosureBlock.java:46)
	at PluginClassLoader for workflow-cps//com.cloudbees.groovy.cps.Next.step(Next.java:83)
	at PluginClassLoader for workflow-cps//com.cloudbees.groovy.cps.Continuable.run0(Continuable.java:147)
	at PluginClassLoader for workflow-cps//org.jenkinsci.plugins.workflow.cps.SandboxContinuable.access$001(SandboxContinuable.java:17)
	at PluginClassLoader for workflow-cps//org.jenkinsci.plugins.workflow.cps.SandboxContinuable.run0(SandboxContinuable.java:49)
	at PluginClassLoader for workflow-cps//org.jenkinsci.plugins.workflow.cps.CpsThread.runNextChunk(CpsThread.java:180)
	at PluginClassLoader for workflow-cps//org.jenkinsci.plugins.workflow.cps.CpsThreadGroup.run(CpsThreadGroup.java:419)
	at PluginClassLoader for workflow-cps//org.jenkinsci.plugins.workflow.cps.CpsThreadGroup$2.call(CpsThreadGroup.java:327)
	at PluginClassLoader for workflow-cps//org.jenkinsci.plugins.workflow.cps.CpsThreadGroup$2.call(CpsThreadGroup.java:292)
	at PluginClassLoader for workflow-cps//org.jenkinsci.plugins.workflow.cps.CpsVmExecutorService.lambda$wrap$4(CpsVmExecutorService.java:140)
	at java.base/java.util.concurrent.FutureTask.run(Unknown Source)
	at hudson.remoting.SingleLaneExecutorService$1.run(SingleLaneExecutorService.java:139)
	at jenkins.util.ContextResettingExecutorService$1.run(ContextResettingExecutorService.java:28)
	at jenkins.security.ImpersonatingExecutorService$1.run(ImpersonatingExecutorService.java:68)
	at jenkins.util.ErrorLoggingExecutorService.lambda$wrap$0(ErrorLoggingExecutorService.java:51)
	at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Unknown Source)
	at java.base/java.util.concurrent.FutureTask.run(Unknown Source)
	at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(Unknown Source)
	at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(Unknown Source)
	at PluginClassLoader for workflow-cps//org.jenkinsci.plugins.workflow.cps.CpsVmExecutorService$1.call(CpsVmExecutorService.java:53)
	at PluginClassLoader for workflow-cps//org.jenkinsci.plugins.workflow.cps.CpsVmExecutorService$1.call(CpsVmExecutorService.java:50)
	at org.codehaus.groovy.runtime.GroovyCategorySupport$ThreadCategoryInfo.use(GroovyCategorySupport.java:136)
	at org.codehaus.groovy.runtime.GroovyCategorySupport.use(GroovyCategorySupport.java:275)
	at PluginClassLoader for workflow-cps//org.jenkinsci.plugins.workflow.cps.CpsVmExecutorService.lambda$categoryThreadFactory$0(CpsVmExecutorService.java:50)
	at java.base/java.lang.Thread.run(Unknown Source)

GitHub has been notified of this commit’s build result

Finished: FAILURE