Skip to content
Failed

Console Output

Skipping 4,386 KB.. Full Log
31: macro  KOKKOS_IMPL_SYCL_USE_IN_ORDER_QUEUES : defined
31: macro  SYCL_EXT_ONEAPI_GRAPH : undefined
31: Immediate command lists and standard command queue allowed.
31: SYCL_PI_LEVEL_ZERO_USE_IMMEDIATE_COMMANDLISTS not defined.
31: 
31: Available devices: 
31: [ext_oneapi_cuda]:gpu:0] NVIDIA A100 80GB PCIe : Selected
31: SYCL
31: [       OK ] SYCL.IncrTest_01_execspace (0 ms)
31: [ RUN      ] SYCL.IncrTest_02_AtomicExchange
31: [       OK ] SYCL.IncrTest_02_AtomicExchange (0 ms)
31: [ RUN      ] SYCL.IncrTest_02_AtomicAdd
31: [       OK ] SYCL.IncrTest_02_AtomicAdd (0 ms)
31: [ RUN      ] SYCL.IncrTest_02_AtomicSub
31: [       OK ] SYCL.IncrTest_02_AtomicSub (0 ms)
31: [ RUN      ] SYCL.IncrTest_03a_memspace_malloc
31: [       OK ] SYCL.IncrTest_03a_memspace_malloc (0 ms)
31: [ RUN      ] SYCL.IncrTest_03b_memspace_free
31: [       OK ] SYCL.IncrTest_03b_memspace_free (19420 ms)
31: [ RUN      ] SYCL.IncrTest_04_simple_parallelFor
31: [       OK ] SYCL.IncrTest_04_simple_parallelFor (0 ms)
31: [ RUN      ] SYCL.IncrTest_04_RangePolicy_parallelFor
31: [       OK ] SYCL.IncrTest_04_RangePolicy_parallelFor (0 ms)
31: [ RUN      ] SYCL.IncrTest_05_reduction
31: [       OK ] SYCL.IncrTest_05_reduction (6 ms)
31: [ RUN      ] SYCL.IncrTest_06_mdrange2D
31: [       OK ] SYCL.IncrTest_06_mdrange2D (0 ms)
31: [ RUN      ] SYCL.IncrTest_06_mdrange3D
31: [       OK ] SYCL.IncrTest_06_mdrange3D (0 ms)
31: [ RUN      ] SYCL.IncrTest_06_mdrange4D
31: [       OK ] SYCL.IncrTest_06_mdrange4D (0 ms)
31: [ RUN      ] SYCL.IncrTest_08_deep_copy_2D
31: [       OK ] SYCL.IncrTest_08_deep_copy_2D (0 ms)
31: [ RUN      ] SYCL.IncrTest_08_deep_copy_3D
31: [       OK ] SYCL.IncrTest_08_deep_copy_3D (0 ms)
31: [ RUN      ] SYCL.IncrTest_08_deep_copy_4D
31: [       OK ] SYCL.IncrTest_08_deep_copy_4D (0 ms)
31: [ RUN      ] SYCL.IncrTest_10_Hierarchical_Basics
31: [       OK ] SYCL.IncrTest_10_Hierarchical_Basics (0 ms)
31: [ RUN      ] SYCL.IncrTest_11a_Hierarchical_ForLoop
31: [       OK ] SYCL.IncrTest_11a_Hierarchical_ForLoop (0 ms)
31: [ RUN      ] SYCL.IncrTest_11b_Hierarchical_ForLoop
31: [       OK ] SYCL.IncrTest_11b_Hierarchical_ForLoop (0 ms)
31: [ RUN      ] SYCL.IncrTest_11c_Hierarchical_ForLoop
31: [       OK ] SYCL.IncrTest_11c_Hierarchical_ForLoop (171 ms)
31: [ RUN      ] SYCL.IncrTest_12a_ThreadScratch
31: [       OK ] SYCL.IncrTest_12a_ThreadScratch (1 ms)
31: [ RUN      ] SYCL.IncrTest_12b_TeamScratch
31: [       OK ] SYCL.IncrTest_12b_TeamScratch (0 ms)
31: [ RUN      ] SYCL.IncrTest_13a_Hierarchical_Red
31: [       OK ] SYCL.IncrTest_13a_Hierarchical_Red (0 ms)
31: [ RUN      ] SYCL.IncrTest_13b_Hierarchical_Red
31: [       OK ] SYCL.IncrTest_13b_Hierarchical_Red (0 ms)
31: [ RUN      ] SYCL.IncrTest_13c_Hierarchical_Red
31: [       OK ] SYCL.IncrTest_13c_Hierarchical_Red (0 ms)
31: [ RUN      ] SYCL.incr_14_MDrangeReduce
31: [       OK ] SYCL.incr_14_MDrangeReduce (0 ms)
31: [ RUN      ] SYCL.IncrTest_16_parallelscan
31: [       OK ] SYCL.IncrTest_16_parallelscan (2 ms)
31: [ RUN      ] SYCL.incr_17_atomicView
31: [       OK ] SYCL.incr_17_atomicView (0 ms)
31: [----------] 28 tests from SYCL (19611 ms total)
31: 
31: [----------] Global test environment tear-down
31: [==========] 28 tests from 1 test suite ran. (19611 ms total)
31: [  PASSED  ] 28 tests.
31/66 Test #31: Kokkos_IncrementalTest_SYCL ................................   Passed   20.00 sec
test 32
      Start 32: Kokkos_CoreUnitTest_CTestDevice

32: Test command: /var/jenkins/workspace/Kokkos_PR-7527/build/core/unit_test/Kokkos_CoreUnitTest_CTestDevice
32: Test timeout computed to be: 1500
32: [==========] Running 8 tests from 2 test suites.
32: [----------] Global test environment set-up.
32: [----------] 5 tests from ctest_environment_DeathTest
32: [ RUN      ] ctest_environment_DeathTest.invalid_rank
32: [       OK ] ctest_environment_DeathTest.invalid_rank (177 ms)
32: [ RUN      ] ctest_environment_DeathTest.no_type_str
32: [       OK ] ctest_environment_DeathTest.no_type_str (203 ms)
32: [ RUN      ] ctest_environment_DeathTest.missing_type
32: [       OK ] ctest_environment_DeathTest.missing_type (378 ms)
32: [ RUN      ] ctest_environment_DeathTest.no_id_str
32: [       OK ] ctest_environment_DeathTest.no_id_str (615 ms)
32: [ RUN      ] ctest_environment_DeathTest.invalid_id_str
32: [       OK ] ctest_environment_DeathTest.invalid_id_str (384 ms)
32: [----------] 5 tests from ctest_environment_DeathTest (1760 ms total)
32: 
32: [----------] 3 tests from ctest_environment
32: [ RUN      ] ctest_environment.no_device_type
32: [       OK ] ctest_environment.no_device_type (0 ms)
32: [ RUN      ] ctest_environment.no_process_count
32: [       OK ] ctest_environment.no_process_count (0 ms)
32: [ RUN      ] ctest_environment.good
32: [       OK ] ctest_environment.good (0 ms)
32: [----------] 3 tests from ctest_environment (0 ms total)
32: 
32: [----------] Global test environment tear-down
32: [==========] 8 tests from 2 test suites ran. (1760 ms total)
32: [  PASSED  ] 8 tests.
32/66 Test #32: Kokkos_CoreUnitTest_CTestDevice ............................   Passed    1.78 sec
test 33
      Start 33: Kokkos_CoreUnitTest_CMakePassCmdLineArgs0

33: Test command: /var/jenkins/workspace/Kokkos_PR-7527/build/core/unit_test/Kokkos_CoreUnitTest_CMakePassCmdLineArgs "one" "2" "THREE"
33: Test timeout computed to be: 1500
33/66 Test #33: Kokkos_CoreUnitTest_CMakePassCmdLineArgs0 ..................   Passed    0.01 sec
test 34
      Start 34: Kokkos_CoreUnitTest_CMakeTriBITSCompatibilityWillFail

34: Test command: /var/jenkins/workspace/Kokkos_PR-7527/build/core/unit_test/Kokkos_CoreUnitTest_CMakeTriBITSCompatibility
34: Test timeout computed to be: 1500
34: must be called with `KOKKOS_TEST_TRIBITS_COMPATIBILITY` environment variable set or pass `--kokkos-test-tribits-compatibility` as command line argument
34/66 Test #34: Kokkos_CoreUnitTest_CMakeTriBITSCompatibilityWillFail ......   Passed    0.01 sec
test 35
      Start 35: Kokkos_CoreUnitTest_CMakeTriBITSCompatibilityExtraArgs

35: Test command: /var/jenkins/workspace/Kokkos_PR-7527/build/core/unit_test/Kokkos_CoreUnitTest_CMakeTriBITSCompatibility "--kokkos-test-tribits-compatibility=1"
35: Test timeout computed to be: 1500
35/66 Test #35: Kokkos_CoreUnitTest_CMakeTriBITSCompatibilityExtraArgs .....   Passed    0.01 sec
test 36
      Start 36: Kokkos_CoreUnitTest_CMakeTriBITSCompatibilityEnvironment

36: Test command: /var/jenkins/workspace/Kokkos_PR-7527/build/core/unit_test/Kokkos_CoreUnitTest_CMakeTriBITSCompatibility
36: Environment variables: 
36:  KOKKOS_TEST_TRIBITS_COMPATIBILITY=1
36: Test timeout computed to be: 1500
36/66 Test #36: Kokkos_CoreUnitTest_CMakeTriBITSCompatibilityEnvironment ...   Passed    0.01 sec
test 37
      Start 37: Kokkos_CoreUnitTest_DeviceAndThreads

37: Test command: /usr/bin/python3.10 "/var/jenkins/workspace/Kokkos_PR-7527/build/core/unit_test/TestDeviceAndThreads.py" "-v"
37: Test timeout computed to be: 1500
37: test_device_id (__main__.KokkosInitializationTestCase) ... ok
37: test_disable_warnings (__main__.KokkosInitializationTestCase) ... ok
37: test_num_devices (__main__.KokkosInitializationTestCase) ... ok
37: test_num_threads (__main__.KokkosInitializationTestCase) ... skipped 'no host parallel backend enabled'
37: test_tune_internals (__main__.KokkosInitializationTestCase) ... ok
37: 
37: ----------------------------------------------------------------------
37: Ran 5 tests in 3.707s
37: 
37: OK (skipped=1)
37/66 Test #37: Kokkos_CoreUnitTest_DeviceAndThreads .......................   Passed    4.83 sec
test 38
      Start 38: Kokkos_PerformanceTest_TaskDag

38: Test command: /var/jenkins/workspace/Kokkos_PR-7527/build/core/perf_test/Kokkos_PerformanceTest_TaskDag
38: Test timeout computed to be: 1500
38/66 Test #38: Kokkos_PerformanceTest_TaskDag .............................   Passed    0.01 sec
test 39
      Start 39: Kokkos_PerformanceTest_Benchmark

39: Test command: /var/jenkins/workspace/Kokkos_PR-7527/build/core/perf_test/Kokkos_PerformanceTest_Benchmark "--benchmark_counters_tabular=true" "--benchmark_out=Kokkos_PerformanceTest_Benchmark_2024-11-11_T05-10-07.json"
39: Test timeout computed to be: 1500
39: 
39: Available devices: 
39: 2024-11-11T07:00:14+00:00
39: Running /var/jenkins/workspace/Kokkos_PR-7527/build/core/perf_test/Kokkos_PerformanceTest_Benchmark
39: Run on (20 X 2345.59 MHz CPU s)
39: CPU Caches:
39:   L1 Data 64 KiB (x20)
39:   L1 Instruction 64 KiB (x20)
39:   L2 Unified 512 KiB (x20)
39:   L3 Unified 16384 KiB (x20)
39: Load Average: 1.18, 2.56, 4.00
39: Address Bits: 64
39: CPU architecture: none
39: Default Device: SYCL
39: Driver Version: CUDA 12.6
39: Error Correction Support: 1
39: GIT_BRANCH: HEAD
39: GIT_CLEAN_STATUS: CLEAN
39: GIT_COMMIT_DATE: 2024-11-11T02:33:18+00:00
39: GIT_COMMIT_DESCRIPTION: Bump github/codeql-action from 3.27.0 to 3.27.1
39: GIT_COMMIT_HASH: 3e2e2e20e
39: GPU architecture: AMPERE80
39: Global Cache Mem Line Size: 128
39: Global Mem Cache Size: 41943040
39: Global Mem Size: 85097971712
39: Image Max Buffer Size: 32768
39: Image2d Max Height: 65536
39: Image2d Max Width: 131072
39: Image3d Max Depth: 16384
39: Image3d Max Height: 16384
39: Image3d Max Width: 16384
39: Is Accelerator: 0
39: Is Available: 1
39: Is CPU: 0
39: Is GPU: 1
39: KOKKOS_COMPILER_INTEL_LLVM: 20230000
39: KOKKOS_ENABLE_ASM: yes
39: KOKKOS_ENABLE_CXX17: yes
39: KOKKOS_ENABLE_CXX20: no
39: KOKKOS_ENABLE_CXX23: no
39: KOKKOS_ENABLE_CXX26: no
39: KOKKOS_ENABLE_DEBUG_BOUNDS_CHECK: no
39: KOKKOS_ENABLE_HWLOC: no
39: KOKKOS_ENABLE_LIBDL: yes
39: KOKKOS_ENABLE_PRAGMA_IVDEP: no
39: KOKKOS_ENABLE_PRAGMA_LOOPCOUNT: no
39: KOKKOS_ENABLE_PRAGMA_UNROLL: no
39: KOKKOS_ENABLE_PRAGMA_VECTOR: no
39: KOKKOS_ENABLE_SERIAL: yes
39: Kokkos Version: 4.5.99
39: Local Mem Size: 49152
39: Max Compute Units: 108
39: Max Mem Alloc Size: 1073741824
39: Max Parameter Size: 4000
39: Max Read Image Args: 128
39: Max Samplers: 128
39: Max Work Group Size: 1024
39: Max Work Item Dimensions: 3
39: Mem Base Addr Align: 4096
39: Name: NVIDIA A100 80GB PCIe
39: Native Vector Width Char: 1
39: Native Vector Width Double: 1
39: Native Vector Width Float: 1
39: Native Vector Width Half: 0
39: Native Vector Width Int: 1
39: Native Vector Width Long: 1
39: Native Vector Width Short: 1
39: Partition Max Sub Devices: 0
39: Preferred Vector Width Char: 1
39: Preferred Vector Width Double: 1
39: Preferred Vector Width Float: 1
39: Preferred Vector Width Half: 0
39: Preferred Vector Width Int: 1
39: Preferred Vector Width Long: 1
39: Preferred Vector Width Short: 1
39: Profiling Timer Resolution: 1000
39: Reference Count: 1
39: Vendor: NVIDIA Corporation
39: Vendor Id: 4318
39: Version: 0.0
39: [ext_oneapi_cuda]: gpu:0] NVIDIA A100 80GB PCIe : Selected
39: macro  KOKKOS_ENABLE_ONEDPL: defined
39: macro  KOKKOS_ENABLE_SYCL_RELOCATABLE_DEVICE_CODE: defined
39: macro  KOKKOS_IMPL_SYCL_DEVICE_GLOBAL_SUPPORTED: undefined
39: macro  KOKKOS_IMPL_SYCL_USE_IN_ORDER_QUEUES: defined
39: macro  SYCL_EXT_ONEAPI_DEVICE_GLOBAL: undefined
39: macro  SYCL_EXT_ONEAPI_GRAPH: undefined
39: platform: 64bit
39: ---------------------------------------------------------------------------------------------------------------------------------------------------
39: Benchmark                                                                              Time             CPU   Iterations      Count Time normalized
39: ---------------------------------------------------------------------------------------------------------------------------------------------------
39: GramSchmidt<double>/Count:1024/iterations:5/manual_time                            0.010 s         0.011 s             5       1024        9.70932u
39: GramSchmidt<double>/Count:2048/iterations:5/manual_time                            0.011 s         0.011 s             5     2.048k        5.39524u
39: GramSchmidt<double>/Count:4096/iterations:5/manual_time                            0.011 s         0.011 s             5     4.096k        2.59004u
39: GramSchmidt<double>/Count:8192/iterations:5/manual_time                            0.011 s         0.012 s             5     8.192k        1.39616u
39: GramSchmidt<double>/Count:16384/iterations:5/manual_time                           0.013 s         0.014 s             5    16.384k        782.424n
39: GramSchmidt<double>/Count:32768/iterations:5/manual_time                           0.014 s         0.017 s             5    32.768k        437.129n
39: GramSchmidt<double>/Count:65536/iterations:5/manual_time                           0.018 s         0.023 s             5    65.536k         277.65n
39: GramSchmidt<double>/Count:131072/iterations:5/manual_time                          0.025 s         0.036 s             5   131.072k        187.999n
39: GramSchmidt<double>/Count:262144/iterations:5/manual_time                          0.026 s         0.045 s             5   262.144k        97.4191n
39: ----------------------------------------------------------------------------------------------------------------------------------------------
39: Benchmark                                                                              Time             CPU   Iterations  FOM: GB/s        Max
39: ----------------------------------------------------------------------------------------------------------------------------------------------
39: CustomReduction<double>/N:100000/R:1000/manual_time                                0.004 s         0.010 s           185 55.7807k/s       11.5
39: ------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------
39: Benchmark                                                                              Time             CPU   Iterations Time NonOverlap Time Overlap Time Reduce: NonOverlap Time Reduce: Overlap Time fenced Time not fenced
39: ------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------
39: OverlapRangePolicy/N:2000/M:10000/R:10                                             0.663 s         0.663 s             1        0.118472    0.0553387                0.103281            0.0484592    0.051851         19.116u
39: -----------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------
39: Benchmark                                                                              Time             CPU   Iterations Time NonOverlap Time Overlap Time Reduce: NonOverlap Time Reduce: Time Overlap Time fenced Time not fenced
39: -----------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------
39: OverlapMDRangePolicy/N:200/M:10000/R:10                                            0.025 s         0.025 s            28        4.80687m     2.50858m                3.56769m                  1.80128m    2.26389m         12.143u
39: OverlapTeamPolicy/N:20/M:1000000/R:10                                              0.225 s         0.225 s             3       0.0438615    0.0210852               0.0375468                 0.0182603   0.0188567         18.304u
39: ---------------------------------------------------------------------------------------------------------------------------------------------------
39: Benchmark                                                                              Time             CPU   Iterations      Count Time normalized
39: ---------------------------------------------------------------------------------------------------------------------------------------------------
39: HexGrad_Benchmark<double>/count:1024/iterations:5/manual_time                      0.000 s         0.000 s             5       1024        23.8828n
39: HexGrad_Benchmark<double>/count:2048/iterations:5/manual_time                      0.000 s         0.000 s             5     2.048k        12.0244n
39: HexGrad_Benchmark<double>/count:4096/iterations:5/manual_time                      0.000 s         0.000 s             5     4.096k        6.24951n
39: HexGrad_Benchmark<double>/count:8192/iterations:5/manual_time                      0.000 s         0.001 s             5     8.192k            3.5n
39: HexGrad_Benchmark<double>/count:16384/iterations:5/manual_time                     0.000 s         0.000 s             5    16.384k        1.83148n
39: HexGrad_Benchmark<double>/count:32768/iterations:5/manual_time                     0.000 s         0.001 s             5    32.768k        1091.52p
39: HexGrad_Benchmark<double>/count:65536/iterations:5/manual_time                     0.000 s         0.001 s             5    65.536k        604.919p
39: HexGrad_Benchmark<double>/count:131072/iterations:5/manual_time                    0.000 s         0.001 s             5   131.072k        373.238p
39: HexGrad_Benchmark<double>/count:262144/iterations:5/manual_time                    0.000 s         0.002 s             5   262.144k        286.942p
39: HexGrad_Benchmark<double>/count:524288/iterations:5/manual_time                    0.000 s         0.002 s             5   524.288k        233.267p
39: -----------------------------------------------------------------------------------------------------------------------------------
39: Benchmark                                                                              Time             CPU   Iterations  FOM: rate
39: -----------------------------------------------------------------------------------------------------------------------------------
39: Malloc/N:1/manual_time                                                              11.0 us         24.4 us        63592 91.2666k/s
39: Malloc/N:16/manual_time                                                             11.0 us         24.4 us        63989 91.2346k/s
39: Malloc/N:256/manual_time                                                            10.9 us         24.3 us        63545 91.4742k/s
39: Malloc/N:4096/manual_time                                                           11.0 us         24.4 us        64012 91.3156k/s
39: Malloc/N:65536/manual_time                                                          10.5 us         23.6 us        66439  95.105k/s
39: Malloc/N:1048576/manual_time                                                        11.0 us         24.4 us        64166 90.8677k/s
39: Malloc/N:16777216/manual_time                                                        500 us          609 us         1399 1.99884k/s
39: Malloc/N:268435456/manual_time                                                      4926 us         1109 us          855  203.022/s
39: Malloc/N:4294967296/manual_time                                                   110659 us         5644 us            9  9.03674/s
39: MallocFree/N:1/manual_time                                                          24.8 us         24.9 us        28247 40.2962k/s
39: MallocFree/N:16/manual_time                                                         24.8 us         24.9 us        28243 40.2556k/s
39: MallocFree/N:256/manual_time                                                        24.3 us         24.4 us        28405 41.0867k/s
39: MallocFree/N:4096/manual_time                                                       24.3 us         24.4 us        28737 41.0754k/s
39: MallocFree/N:65536/manual_time                                                      23.6 us         23.7 us        29595 42.3416k/s
39: MallocFree/N:1048576/manual_time                                                    24.3 us         24.4 us        28691 41.0779k/s
39: MallocFree/N:16777216/manual_time                                                    609 us          609 us         1151 1.64227k/s
39: MallocFree/N:268435456/manual_time                                                  4658 us         1102 us          659  214.703/s
39: MallocFree/N:4294967296/manual_time                                               112359 us         5694 us            9  8.90006/s
39: MallocTouch/N:1/manual_time                                                         12.3 us         26.1 us        57655 81.1794k/s
39: MallocTouch/N:16/manual_time                                                        12.1 us         25.7 us        56614 82.7519k/s
39: MallocTouch/N:256/manual_time                                                       12.1 us         25.7 us        57915 82.3341k/s
39: MallocTouch/N:4096/manual_time                                                      23.5 us         40.0 us        29795 42.5656k/s
39: MallocTouch/N:65536/manual_time                                                     23.1 us         39.3 us        30162 43.2161k/s
39: MallocTouch/N:1048576/manual_time                                                   25.2 us         41.8 us        27789 39.7117k/s
39: MallocTouch/N:16777216/manual_time                                                   521 us          637 us         1339 1.92093k/s
39: MallocTouch/N:268435456/manual_time                                                 4963 us         1138 us          877  201.473/s
39: MallocTouch/N:4294967296/manual_time                                              111570 us         6062 us            6  8.96299/s
39: MallocTouchFree/N:1/manual_time                                                     25.8 us         25.8 us        27044 38.7543k/s
39: MallocTouchFree/N:16/manual_time                                                    25.8 us         25.9 us        27091 38.7559k/s
39: MallocTouchFree/N:256/manual_time                                                   25.5 us         25.6 us        27647 39.1476k/s
39: MallocTouchFree/N:4096/manual_time                                                  39.7 us         39.8 us        17674 25.2112k/s
39: MallocTouchFree/N:65536/manual_time                                                 39.1 us         39.2 us        17914 25.5501k/s
39: MallocTouchFree/N:1048576/manual_time                                               41.6 us         41.8 us        16769 24.0129k/s
39: MallocTouchFree/N:16777216/manual_time                                               636 us          636 us         1103 1.57264k/s
39: MallocTouchFree/N:268435456/manual_time                                             4655 us         1123 us          659  214.809/s
39: MallocTouchFree/N:4294967296/manual_time                                          112463 us         6091 us            9  8.89185/s
39: ----------------------------------------------------------------------------------------------------------------------------------------------
39: Benchmark                                                                              Time             CPU   Iterations  FOM: GB/s         MB
39: ----------------------------------------------------------------------------------------------------------------------------------------------
39: ViewAllocate_Rank1<Kokkos::LayoutLeft>/N:10/manual_time                            0.021 s         0.002 s            38  37.8211/s        800
39: ViewAllocate_Rank1<Kokkos::LayoutRight>/N:10/manual_time                           0.020 s         0.002 s            32  39.8504/s        800
39: ViewAllocate_Rank2<Kokkos::LayoutLeft>/N:10/manual_time                            0.020 s         0.002 s            33  40.5632/s        800
39: ViewAllocate_Rank2<Kokkos::LayoutRight>/N:10/manual_time                           0.019 s         0.002 s            35  41.0777/s        800
39: ViewAllocate_Rank3<Kokkos::LayoutLeft>/N:10/manual_time                            0.019 s         0.002 s            35  41.1865/s        800
39: ViewAllocate_Rank3<Kokkos::LayoutRight>/N:10/manual_time                           0.021 s         0.002 s            35  38.8988/s        800
39: ViewAllocate_Rank4<Kokkos::LayoutLeft>/N:10/manual_time                            0.020 s         0.002 s            35  39.0267/s        800
39: ViewAllocate_Rank4<Kokkos::LayoutRight>/N:10/manual_time                           0.021 s         0.002 s            35  38.9683/s        800
39: ViewAllocate_Rank5<Kokkos::LayoutLeft>/N:10/manual_time                            0.021 s         0.002 s            35  38.9612/s        800
39: ViewAllocate_Rank5<Kokkos::LayoutRight>/N:10/manual_time                           0.019 s         0.002 s            35  41.2029/s        800
39: ViewAllocate_Rank6<Kokkos::LayoutLeft>/N:10/manual_time                            0.019 s         0.002 s            35  41.2014/s        800
39: ViewAllocate_Rank6<Kokkos::LayoutRight>/N:10/manual_time                           0.019 s         0.002 s            35  41.1628/s        800
39: ViewAllocate_Rank7<Kokkos::LayoutLeft>/N:10/manual_time                            0.019 s         0.002 s            35  41.0536/s        800
39: ViewAllocate_Rank7<Kokkos::LayoutRight>/N:10/manual_time                           0.019 s         0.002 s            35  41.1248/s        800
39: ViewAllocate_Rank8<Kokkos::LayoutLeft>/N:10/manual_time                            0.019 s         0.002 s            35  41.1173/s        800
39: ViewAllocate_Rank8<Kokkos::LayoutRight>/N:10/manual_time                           0.019 s         0.002 s            35  41.1781/s        800
39: ViewDeepCopy_Rank1<Kokkos::LayoutLeft, Kokkos::LayoutLeft>/N:10/manual_time        0.001 s         0.001 s           630 1.44374k/s       1.6k
39: ViewDeepCopy_Rank2<Kokkos::LayoutLeft, Kokkos::LayoutLeft>/N:10/manual_time        0.001 s         0.001 s           631 1.44288k/s       1.6k
39: ViewDeepCopy_Rank3<Kokkos::LayoutLeft, Kokkos::LayoutLeft>/N:10/manual_time        0.001 s         0.001 s           630 1.44047k/s       1.6k
39: ViewDeepCopy_Rank1<Kokkos::LayoutRight, Kokkos::LayoutRight>/N:10/manual_time      0.001 s         0.001 s           633 1.47656k/s       1.6k
39: ViewDeepCopy_Rank2<Kokkos::LayoutRight, Kokkos::LayoutRight>/N:10/manual_time      0.001 s         0.001 s           633  1.4766k/s       1.6k
39: ViewDeepCopy_Rank3<Kokkos::LayoutRight, Kokkos::LayoutRight>/N:10/manual_time      0.001 s         0.001 s           632 1.47613k/s       1.6k
39: ViewDeepCopy_Rank1<Kokkos::LayoutLeft, Kokkos::LayoutRight>/N:10/manual_time       0.001 s         0.001 s           633 1.47649k/s       1.6k
39: ViewDeepCopy_Rank2<Kokkos::LayoutLeft, Kokkos::LayoutRight>/N:10/manual_time       0.002 s         0.002 s           297  679.877/s       1.6k
39: ViewDeepCopy_Rank3<Kokkos::LayoutLeft, Kokkos::LayoutRight>/N:10/manual_time       0.004 s         0.004 s           183  416.725/s       1.6k
39: ViewDeepCopy_Rank1<Kokkos::LayoutRight, Kokkos::LayoutLeft>/N:10/manual_time       0.001 s         0.001 s           633 1.47655k/s       1.6k
39: ViewDeepCopy_Rank2<Kokkos::LayoutRight, Kokkos::LayoutLeft>/N:10/manual_time       0.002 s         0.002 s           298  681.988/s       1.6k
39: ViewDeepCopy_Rank3<Kokkos::LayoutRight, Kokkos::LayoutLeft>/N:10/manual_time       0.002 s         0.002 s           397  915.701/s       1.6k
39: ViewDeepCopy_Rank4<Kokkos::LayoutLeft, Kokkos::LayoutLeft>/N:10/manual_time        0.001 s         0.001 s           632 1.47653k/s       1.6k
39: ViewDeepCopy_Rank5<Kokkos::LayoutLeft, Kokkos::LayoutLeft>/N:10/manual_time        0.001 s         0.001 s           632 1.47624k/s       1.6k
39: ViewDeepCopy_Rank4<Kokkos::LayoutRight, Kokkos::LayoutRight>/N:10/manual_time      0.001 s         0.001 s           632 1.47651k/s       1.6k
39: ViewDeepCopy_Rank5<Kokkos::LayoutRight, Kokkos::LayoutRight>/N:10/manual_time      0.001 s         0.001 s           633 1.47653k/s       1.6k
39: ViewDeepCopy_Rank4<Kokkos::LayoutLeft, Kokkos::LayoutRight>/N:10/manual_time       0.004 s         0.004 s           181  417.583/s       1.6k
39: ViewDeepCopy_Rank5<Kokkos::LayoutLeft, Kokkos::LayoutRight>/N:10/manual_time       0.004 s         0.004 s           179  410.573/s       1.6k
39: ViewDeepCopy_Rank4<Kokkos::LayoutRight, Kokkos::LayoutLeft>/N:10/manual_time       0.002 s         0.002 s           373  868.059/s       1.6k
39: ViewDeepCopy_Rank5<Kokkos::LayoutRight, Kokkos::LayoutLeft>/N:10/manual_time       0.002 s         0.002 s           311  711.301/s       1.6k
39: ViewDeepCopy_Rank6<Kokkos::LayoutLeft, Kokkos::LayoutLeft>/N:10/manual_time        0.001 s         0.001 s           633 1.47636k/s       1.6k
39: ViewDeepCopy_Rank6<Kokkos::LayoutRight, Kokkos::LayoutRight>/N:10/manual_time      0.001 s         0.001 s           633 1.47589k/s       1.6k
39: ViewDeepCopy_Rank6<Kokkos::LayoutLeft, Kokkos::LayoutRight>/N:10/manual_time       0.004 s         0.004 s           168  381.994/s       1.6k
39: ViewDeepCopy_Rank6<Kokkos::LayoutRight, Kokkos::LayoutLeft>/N:10/manual_time       0.003 s         0.003 s           225  516.328/s       1.6k
39: ViewDeepCopy_Rank7<Kokkos::LayoutLeft, Kokkos::LayoutLeft>/N:10/manual_time        0.001 s         0.001 s           633 1.47584k/s       1.6k
39: ViewDeepCopy_Rank7<Kokkos::LayoutRight, Kokkos::LayoutRight>/N:10/manual_time      0.001 s         0.001 s           633 1.47595k/s       1.6k
39: ViewDeepCopy_Rank7<Kokkos::LayoutLeft, Kokkos::LayoutRight>/N:10/manual_time       0.006 s         0.006 s           130  288.121/s       1.6k
39: ViewDeepCopy_Rank7<Kokkos::LayoutRight, Kokkos::LayoutLeft>/N:10/manual_time       0.003 s         0.003 s           211  483.294/s       1.6k
39: ViewDeepCopy_Rank8<Kokkos::LayoutLeft, Kokkos::LayoutLeft>/N:10/manual_time        0.001 s         0.001 s           632 1.47639k/s       1.6k
39: ViewDeepCopy_Rank8<Kokkos::LayoutRight, Kokkos::LayoutRight>/N:10/manual_time      0.001 s         0.001 s           633 1.47635k/s       1.6k
39: ViewDeepCopy_Rank8<Kokkos::LayoutLeft, Kokkos::LayoutRight>/N:10/manual_time       0.004 s         0.004 s           171   391.36/s       1.6k
39: ViewDeepCopy_Rank8<Kokkos::LayoutRight, Kokkos::LayoutLeft>/N:10/manual_time       0.003 s         0.003 s           245  562.708/s       1.6k
39: ViewDeepCopy_Raw<Kokkos::LayoutLeft, Kokkos::LayoutLeft>/N:10/manual_time          0.001 s         0.001 s           691 1.61306k/s       1.6k
39: ViewDeepCopy_Raw<Kokkos::LayoutRight, Kokkos::LayoutRight>/N:10/manual_time        0.001 s         0.001 s           691 1.61402k/s       1.6k
39: ViewDeepCopy_Raw<Kokkos::LayoutLeft, Kokkos::LayoutRight>/N:10/manual_time         0.001 s         0.001 s           691 1.61402k/s       1.6k
39: ViewDeepCopy_Raw<Kokkos::LayoutRight, Kokkos::LayoutLeft>/N:10/manual_time         0.001 s         0.001 s           690 1.61442k/s       1.6k
39: ViewFill_Rank1<Kokkos::LayoutLeft>/N:10/manual_time                                0.000 s         0.000 s          1511 1.72909k/s        800
39: ViewFill_Rank1<Kokkos::LayoutRight>/N:10/manual_time                               0.000 s         0.000 s          1514 1.72907k/s        800
39: ViewFill_Rank2<Kokkos::LayoutLeft>/N:10/manual_time                                0.000 s         0.000 s          1513 1.72951k/s        800
39: ViewFill_Rank2<Kokkos::LayoutRight>/N:10/manual_time                               0.000 s         0.000 s          1512 1.72892k/s        800
39: ViewFill_Rank3<Kokkos::LayoutLeft>/N:10/manual_time                                0.000 s         0.000 s          1513 1.72829k/s        800
39: ViewFill_Rank3<Kokkos::LayoutRight>/N:10/manual_time                               0.000 s         0.000 s          1513 1.72934k/s        800
39: ViewFill_Rank4<Kokkos::LayoutLeft>/N:10/manual_time                                0.000 s         0.000 s          1513 1.72788k/s        800
39: ViewFill_Rank4<Kokkos::LayoutRight>/N:10/manual_time                               0.000 s         0.000 s          1513  1.7291k/s        800
39: ViewFill_Rank5<Kokkos::LayoutLeft>/N:10/manual_time                                0.000 s         0.000 s          1514 1.72995k/s        800
39: ViewFill_Rank5<Kokkos::LayoutRight>/N:10/manual_time                               0.000 s         0.000 s          1513 1.73099k/s        800
39: ViewFill_Rank6<Kokkos::LayoutLeft>/N:10/manual_time                                0.000 s         0.000 s          1514 1.73021k/s        800
39: ViewFill_Rank6<Kokkos::LayoutRight>/N:10/manual_time                               0.000 s         0.000 s          1512 1.72966k/s        800
39: ViewFill_Rank7<Kokkos::LayoutLeft>/N:10/manual_time                                0.000 s         0.000 s          1512 1.73042k/s        800
39: ViewFill_Rank7<Kokkos::LayoutRight>/N:10/manual_time                               0.000 s         0.000 s          1511 1.72923k/s        800
39: ViewFill_Rank8<Kokkos::LayoutLeft>/N:10/manual_time                                0.000 s         0.000 s          1512 1.72894k/s        800
39: ViewFill_Rank8<Kokkos::LayoutRight>/N:10/manual_time                               0.000 s         0.000 s          1513 1.72925k/s        800
39: ViewFill_Raw<Kokkos::LayoutLeft>/N:10/manual_time                                  0.000 s         0.000 s          1540 1.76061k/s        800
39: ViewFill_Raw<Kokkos::LayoutRight>/N:10/manual_time                                 0.000 s         0.000 s          1539  1.7592k/s        800
39: ViewResize_Rank1<Kokkos::LayoutLeft>/N:10/iterations:10/manual_time                0.000 s         0.000 s            10 7.40028k/s       1.6k
39: ViewResize_Rank1<Kokkos::LayoutRight>/N:10/iterations:10/manual_time               0.000 s         0.000 s            10 7.40602k/s       1.6k
39: ViewResize_Rank2<Kokkos::LayoutLeft>/N:10/iterations:10/manual_time                0.000 s         0.000 s            10 4.62175k/s       1.6k
39: ViewResize_Rank2<Kokkos::LayoutRight>/N:10/iterations:10/manual_time               0.000 s         0.000 s            10 4.61628k/s       1.6k
39: ViewResize_Rank3<Kokkos::LayoutLeft>/N:10/iterations:10/manual_time                0.000 s         0.000 s            10 6.77067k/s       1.6k
39: ViewResize_Rank3<Kokkos::LayoutRight>/N:10/iterations:10/manual_time               0.000 s         0.000 s            10 5.27835k/s       1.6k
39: ViewResize_NoInit_Rank1<Kokkos::LayoutLeft>/N:10/iterations:10/manual_time         0.000 s         0.000 s            10  9.6196k/s       1.6k
39: ViewResize_NoInit_Rank1<Kokkos::LayoutRight>/N:10/iterations:10/manual_time        0.000 s         0.000 s            10 9.59574k/s       1.6k
39: ViewResize_NoInit_Rank2<Kokkos::LayoutLeft>/N:10/iterations:10/manual_time         0.000 s         0.000 s            10 5.39671k/s       1.6k
39: ViewResize_NoInit_Rank2<Kokkos::LayoutRight>/N:10/iterations:10/manual_time        0.000 s         0.000 s            10 5.39737k/s       1.6k
39: ViewResize_NoInit_Rank3<Kokkos::LayoutLeft>/N:10/iterations:10/manual_time         0.000 s         0.000 s            10 8.69552k/s       1.6k
39: ViewResize_NoInit_Rank3<Kokkos::LayoutRight>/N:10/iterations:10/manual_time        0.000 s         0.000 s            10 6.31769k/s       1.6k
39: ViewResize_Rank4<Kokkos::LayoutLeft>/N:10/iterations:10/manual_time                0.000 s         0.000 s            10 5.75487k/s       1.6k
39: ViewResize_Rank4<Kokkos::LayoutRight>/N:10/iterations:10/manual_time               0.000 s         0.000 s            10 5.18962k/s       1.6k
39: ViewResize_Rank5<Kokkos::LayoutLeft>/N:10/iterations:10/manual_time                0.000 s         0.000 s            10 4.21261k/s       1.6k
39: ViewResize_Rank5<Kokkos::LayoutRight>/N:10/iterations:10/manual_time               0.000 s         0.000 s            10 4.24465k/s       1.6k
39: ViewResize_NoInit_Rank4<Kokkos::LayoutLeft>/N:10/iterations:10/manual_time         0.000 s         0.000 s            10 6.99122k/s       1.6k
39: ViewResize_NoInit_Rank4<Kokkos::LayoutRight>/N:10/iterations:10/manual_time        0.000 s         0.000 s            10 6.26792k/s       1.6k
39: ViewResize_NoInit_Rank5<Kokkos::LayoutLeft>/N:10/iterations:10/manual_time         0.000 s         0.000 s            10 4.98578k/s       1.6k
39: ViewResize_NoInit_Rank5<Kokkos::LayoutRight>/N:10/iterations:10/manual_time        0.000 s         0.000 s            10  4.9965k/s       1.6k
39: ViewResize_Rank6<Kokkos::LayoutLeft>/N:10/iterations:10/manual_time                0.000 s         0.000 s            10 3.42646k/s       1.6k
39: ViewResize_Rank6<Kokkos::LayoutRight>/N:10/iterations:10/manual_time               0.000 s         0.000 s            10 3.39234k/s       1.6k
39: ViewResize_NoInit_Rank6<Kokkos::LayoutLeft>/N:10/iterations:10/manual_time         0.000 s         0.000 s            10 3.90203k/s       1.6k
39: ViewResize_NoInit_Rank6<Kokkos::LayoutRight>/N:10/iterations:10/manual_time        0.000 s         0.000 s            10 3.84794k/s       1.6k
39: ViewResize_Rank7<Kokkos::LayoutLeft>/N:10/iterations:10/manual_time                0.000 s         0.000 s            10 4.84908k/s       1.6k
39: ViewResize_Rank7<Kokkos::LayoutRight>/N:10/iterations:10/manual_time               0.000 s         0.000 s            10 3.64918k/s       1.6k
39: ViewResize_NoInit_Rank7<Kokkos::LayoutLeft>/N:10/iterations:10/manual_time         0.000 s         0.000 s            10  5.8659k/s       1.6k
39: ViewResize_NoInit_Rank7<Kokkos::LayoutRight>/N:10/iterations:10/manual_time        0.000 s         0.000 s            10  4.1942k/s       1.6k
39: ViewResize_Rank8<Kokkos::LayoutLeft>/N:9/iterations:10/manual_time                 0.000 s         0.000 s            10 823.262k/s        688
39: ViewResize_Rank8<Kokkos::LayoutRight>/N:9/iterations:10/manual_time                0.000 s         0.000 s            10 2.05006M/s        688
39: ViewResize_NoInit_Rank8<Kokkos::LayoutLeft>/N:9/iterations:10/manual_time          0.000 s         0.000 s            10 863.671k/s        688
39: ViewResize_NoInit_Rank8<Kokkos::LayoutRight>/N:9/iterations:10/manual_time         0.000 s         0.000 s            10 871.327k/s        688
39: ViewResize_NoInit_Raw<Kokkos::LayoutLeft>/N:10/iterations:10/manual_time           0.002 s         0.002 s            10  1024.26/s       1.6k
39: ViewResize_NoInit_Raw<Kokkos::LayoutRight>/N:10/iterations:10/manual_time          0.002 s         0.002 s            10  1005.31/s       1.6k
39/66 Test #39: Kokkos_PerformanceTest_Benchmark ...........................   Passed  135.36 sec
test 40
      Start 40: Kokkos_Benchmark_Atomic_MinMax

40: Test command: /var/jenkins/workspace/Kokkos_PR-7527/build/core/perf_test/Kokkos_Benchmark_Atomic_MinMax "--benchmark_counters_tabular=true" "--benchmark_out=Kokkos_Benchmark_Atomic_MinMax_2024-11-11_T05-10-07.json"
40: Test timeout computed to be: 1500
40: 
40: Available devices: 
40: 2024-11-11T07:02:29+00:00
40: Running /var/jenkins/workspace/Kokkos_PR-7527/build/core/perf_test/Kokkos_Benchmark_Atomic_MinMax
40: Run on (20 X 2345.59 MHz CPU s)
40: CPU Caches:
40:   L1 Data 64 KiB (x20)
40:   L1 Instruction 64 KiB (x20)
40:   L2 Unified 512 KiB (x20)
40:   L3 Unified 16384 KiB (x20)
40: Load Average: 0.86, 1.90, 3.55
40: Address Bits: 64
40: CPU architecture: none
40: Default Device: SYCL
40: Driver Version: CUDA 12.6
40: Error Correction Support: 1
40: GIT_BRANCH: HEAD
40: GIT_CLEAN_STATUS: CLEAN
40: GIT_COMMIT_DATE: 2024-11-11T02:33:18+00:00
40: GIT_COMMIT_DESCRIPTION: Bump github/codeql-action from 3.27.0 to 3.27.1
40: GIT_COMMIT_HASH: 3e2e2e20e
40: GPU architecture: AMPERE80
40: Global Cache Mem Line Size: 128
40: Global Mem Cache Size: 41943040
40: Global Mem Size: 85097971712
40: Image Max Buffer Size: 32768
40: Image2d Max Height: 65536
40: Image2d Max Width: 131072
40: Image3d Max Depth: 16384
40: Image3d Max Height: 16384
40: Image3d Max Width: 16384
40: Is Accelerator: 0
40: Is Available: 1
40: Is CPU: 0
40: Is GPU: 1
40: KOKKOS_COMPILER_INTEL_LLVM: 20230000
40: KOKKOS_ENABLE_ASM: yes
40: KOKKOS_ENABLE_CXX17: yes
40: KOKKOS_ENABLE_CXX20: no
40: KOKKOS_ENABLE_CXX23: no
40: KOKKOS_ENABLE_CXX26: no
40: KOKKOS_ENABLE_DEBUG_BOUNDS_CHECK: no
40: KOKKOS_ENABLE_HWLOC: no
40: KOKKOS_ENABLE_LIBDL: yes
40: KOKKOS_ENABLE_PRAGMA_IVDEP: no
40: KOKKOS_ENABLE_PRAGMA_LOOPCOUNT: no
40: KOKKOS_ENABLE_PRAGMA_UNROLL: no
40: KOKKOS_ENABLE_PRAGMA_VECTOR: no
40: KOKKOS_ENABLE_SERIAL: yes
40: Kokkos Version: 4.5.99
40: Local Mem Size: 49152
40: Max Compute Units: 108
40: Max Mem Alloc Size: 1073741824
40: Max Parameter Size: 4000
40: Max Read Image Args: 128
40: Max Samplers: 128
40: Max Work Group Size: 1024
40: Max Work Item Dimensions: 3
40: Mem Base Addr Align: 4096
40: Name: NVIDIA A100 80GB PCIe
40: Native Vector Width Char: 1
40: Native Vector Width Double: 1
40: Native Vector Width Float: 1
40: Native Vector Width Half: 0
40: Native Vector Width Int: 1
40: Native Vector Width Long: 1
40: Native Vector Width Short: 1
40: Partition Max Sub Devices: 0
40: Preferred Vector Width Char: 1
40: Preferred Vector Width Double: 1
40: Preferred Vector Width Float: 1
40: Preferred Vector Width Half: 0
40: Preferred Vector Width Int: 1
40: Preferred Vector Width Long: 1
40: Preferred Vector Width Short: 1
40: Profiling Timer Resolution: 1000
40: Reference Count: 1
40: Vendor: NVIDIA Corporation
40: Vendor Id: 4318
40: Version: 0.0
40: [ext_oneapi_cuda]: gpu:0] NVIDIA A100 80GB PCIe : Selected
40: macro  KOKKOS_ENABLE_ONEDPL: defined
40: macro  KOKKOS_ENABLE_SYCL_RELOCATABLE_DEVICE_CODE: defined
40: macro  KOKKOS_IMPL_SYCL_DEVICE_GLOBAL_SUPPORTED: undefined
40: macro  KOKKOS_IMPL_SYCL_USE_IN_ORDER_QUEUES: defined
40: macro  SYCL_EXT_ONEAPI_DEVICE_GLOBAL: undefined
40: macro  SYCL_EXT_ONEAPI_GRAPH: undefined
40: platform: 64bit
40: ----------------------------------------------------------------------------------------------------------------------------------------
40: Benchmark                                                                                              Time             CPU   Iterations
40: ----------------------------------------------------------------------------------------------------------------------------------------
40: Atomic_MinReplacements<int>/Length:1000000/iterations:10/manual_time                               0.000 s         0.000 s            10
40: Atomic_MaxReplacements<int>/Length:1000000/iterations:10/manual_time                               0.000 s         0.000 s            10
40: Atomic_MaxEarlyExits<int>/Length:1000000/iterations:10/manual_time                                 0.000 s         0.000 s            10
40: Atomic_MinEarlyExits<int>/Length:1000000/iterations:10/manual_time                                 0.000 s         0.000 s            10
40: Atomic_ContentiousMaxReplacements<int>/Length:200000/iterations:10/manual_time                     0.000 s         0.000 s            10
40: Atomic_ContentiousMinReplacements<int>/Length:200000/iterations:10/manual_time                     0.000 s         0.000 s            10
40: Atomic_MinReplacements<long>/Length:1000000/iterations:10/manual_time                              0.000 s         0.000 s            10
40: Atomic_MaxReplacements<long>/Length:1000000/iterations:10/manual_time                              0.000 s         0.000 s            10
40: Atomic_MaxEarlyExits<long>/Length:1000000/iterations:10/manual_time                                0.000 s         0.000 s            10
40: Atomic_MinEarlyExits<long>/Length:1000000/iterations:10/manual_time                                0.000 s         0.000 s            10
40: Atomic_ContentiousMaxReplacements<long>/Length:200000/iterations:10/manual_time                    0.000 s         0.000 s            10
40: Atomic_ContentiousMinReplacements<long>/Length:200000/iterations:10/manual_time                    0.000 s         0.000 s            10
40: Atomic_MinReplacements<long long>/Length:1000000/iterations:10/manual_time                         0.000 s         0.000 s            10
40: Atomic_MaxReplacements<long long>/Length:1000000/iterations:10/manual_time                         0.000 s         0.000 s            10
40: Atomic_MaxEarlyExits<long long>/Length:1000000/iterations:10/manual_time                           0.000 s         0.000 s            10
40: Atomic_MinEarlyExits<long long>/Length:1000000/iterations:10/manual_time                           0.000 s         0.000 s            10
40: Atomic_ContentiousMaxReplacements<long long>/Length:200000/iterations:10/manual_time               0.000 s         0.000 s            10
40: Atomic_ContentiousMinReplacements<long long>/Length:200000/iterations:10/manual_time               0.000 s         0.000 s            10
40: Atomic_MinReplacements<unsigned int>/Length:1000000/iterations:10/manual_time                      0.000 s         0.000 s            10
40: Atomic_MaxReplacements<unsigned int>/Length:1000000/iterations:10/manual_time                      0.000 s         0.000 s            10
40: Atomic_MaxEarlyExits<unsigned int>/Length:1000000/iterations:10/manual_time                        0.000 s         0.000 s            10
40: Atomic_MinEarlyExits<unsigned int>/Length:1000000/iterations:10/manual_time                        0.000 s         0.000 s            10
40: Atomic_ContentiousMaxReplacements<unsigned int>/Length:200000/iterations:10/manual_time            0.000 s         0.000 s            10
40: Atomic_ContentiousMinReplacements<unsigned int>/Length:200000/iterations:10/manual_time            0.000 s         0.000 s            10
40: Atomic_MinReplacements<unsigned long>/Length:1000000/iterations:10/manual_time                     0.000 s         0.000 s            10
40: Atomic_MaxReplacements<unsigned long>/Length:1000000/iterations:10/manual_time                     0.000 s         0.000 s            10
40: Atomic_MaxEarlyExits<unsigned long>/Length:1000000/iterations:10/manual_time                       0.000 s         0.000 s            10
40: Atomic_MinEarlyExits<unsigned long>/Length:1000000/iterations:10/manual_time                       0.000 s         0.000 s            10
40: Atomic_ContentiousMaxReplacements<unsigned long>/Length:200000/iterations:10/manual_time           0.000 s         0.000 s            10
40: Atomic_ContentiousMinReplacements<unsigned long>/Length:200000/iterations:10/manual_time           0.000 s         0.000 s            10
40: Atomic_MinReplacements<unsigned long long>/Length:1000000/iterations:10/manual_time                0.000 s         0.000 s            10
40: Atomic_MaxReplacements<unsigned long long>/Length:1000000/iterations:10/manual_time                0.000 s         0.000 s            10
40: Atomic_MaxEarlyExits<unsigned long long>/Length:1000000/iterations:10/manual_time                  0.000 s         0.000 s            10
40: Atomic_MinEarlyExits<unsigned long long>/Length:1000000/iterations:10/manual_time                  0.000 s         0.000 s            10
40: Atomic_ContentiousMaxReplacements<unsigned long long>/Length:200000/iterations:10/manual_time      0.000 s         0.000 s            10
40: Atomic_ContentiousMinReplacements<unsigned long long>/Length:200000/iterations:10/manual_time      0.000 s         0.000 s            10
40: Atomic_MinReplacements<float>/Length:1000000/iterations:10/manual_time                             0.000 s         0.000 s            10
40: Atomic_MaxReplacements<float>/Length:1000000/iterations:10/manual_time                             0.000 s         0.000 s            10
40: Atomic_MaxEarlyExits<float>/Length:1000000/iterations:10/manual_time                               0.000 s         0.000 s            10
40: Atomic_MinEarlyExits<float>/Length:1000000/iterations:10/manual_time                               0.000 s         0.000 s            10
40: Atomic_ContentiousMaxReplacements<float>/Length:200000/iterations:10/manual_time                   0.000 s         0.000 s            10
40: Atomic_ContentiousMinReplacements<float>/Length:200000/iterations:10/manual_time                   0.000 s         0.000 s            10
40: Atomic_MinReplacements<double>/Length:1000000/iterations:10/manual_time                            0.000 s         0.000 s            10
40: Atomic_MaxReplacements<double>/Length:1000000/iterations:10/manual_time                            0.000 s         0.000 s            10
40: Atomic_MaxEarlyExits<double>/Length:1000000/iterations:10/manual_time                              0.000 s         0.000 s            10
40: Atomic_MinEarlyExits<double>/Length:1000000/iterations:10/manual_time                              0.000 s         0.000 s            10
40: Atomic_ContentiousMaxReplacements<double>/Length:200000/iterations:10/manual_time                  0.000 s         0.000 s            10
40: Atomic_ContentiousMinReplacements<double>/Length:200000/iterations:10/manual_time                  0.000 s         0.000 s            10
40/66 Test #40: Kokkos_Benchmark_Atomic_MinMax .............................   Passed    0.87 sec
test 41
      Start 41: Kokkos_PerformanceTest_Mempool

41: Test command: /var/jenkins/workspace/Kokkos_PR-7527/build/core/perf_test/Kokkos_PerformanceTest_Mempool "--benchmark_counters_tabular=true" "--benchmark_out=Kokkos_PerformanceTest_Mempool_2024-11-11_T05-10-07.json"
41: Test timeout computed to be: 1500
41: 
41: Available devices: 
41: 2024-11-11T07:02:30+00:00
41: Running /var/jenkins/workspace/Kokkos_PR-7527/build/core/perf_test/Kokkos_PerformanceTest_Mempool
41: Run on (20 X 2345.59 MHz CPU s)
41: CPU Caches:
41:   L1 Data 64 KiB (x20)
41:   L1 Instruction 64 KiB (x20)
41:   L2 Unified 512 KiB (x20)
41:   L3 Unified 16384 KiB (x20)
41: Load Average: 0.86, 1.90, 3.55
41: Address Bits: 64
41: CPU architecture: none
41: Default Device: SYCL
41: Driver Version: CUDA 12.6
41: Error Correction Support: 1
41: GIT_BRANCH: HEAD
41: GIT_CLEAN_STATUS: CLEAN
41: GIT_COMMIT_DATE: 2024-11-11T02:33:18+00:00
41: GIT_COMMIT_DESCRIPTION: Bump github/codeql-action from 3.27.0 to 3.27.1
41: GIT_COMMIT_HASH: 3e2e2e20e
41: GPU architecture: AMPERE80
41: Global Cache Mem Line Size: 128
41: Global Mem Cache Size: 41943040
41: Global Mem Size: 85097971712
41: Image Max Buffer Size: 32768
41: Image2d Max Height: 65536
41: Image2d Max Width: 131072
41: Image3d Max Depth: 16384
41: Image3d Max Height: 16384
41: Image3d Max Width: 16384
41: Is Accelerator: 0
41: Is Available: 1
41: Is CPU: 0
41: Is GPU: 1
41: KOKKOS_COMPILER_INTEL_LLVM: 20230000
41: KOKKOS_ENABLE_ASM: yes
41: KOKKOS_ENABLE_CXX17: yes
41: KOKKOS_ENABLE_CXX20: no
41: KOKKOS_ENABLE_CXX23: no
41: KOKKOS_ENABLE_CXX26: no
41: KOKKOS_ENABLE_DEBUG_BOUNDS_CHECK: no
41: KOKKOS_ENABLE_HWLOC: no
41: KOKKOS_ENABLE_LIBDL: yes
41: KOKKOS_ENABLE_PRAGMA_IVDEP: no
41: KOKKOS_ENABLE_PRAGMA_LOOPCOUNT: no
41: KOKKOS_ENABLE_PRAGMA_UNROLL: no
41: KOKKOS_ENABLE_PRAGMA_VECTOR: no
41: KOKKOS_ENABLE_SERIAL: yes
41: Kokkos Version: 4.5.99
41: Local Mem Size: 49152
41: Max Compute Units: 108
41: Max Mem Alloc Size: 1073741824
41: Max Parameter Size: 4000
41: Max Read Image Args: 128
41: Max Samplers: 128
41: Max Work Group Size: 1024
41: Max Work Item Dimensions: 3
41: Mem Base Addr Align: 4096
41: Name: NVIDIA A100 80GB PCIe
41: Native Vector Width Char: 1
41: Native Vector Width Double: 1
41: Native Vector Width Float: 1
41: Native Vector Width Half: 0
41: Native Vector Width Int: 1
41: Native Vector Width Long: 1
41: Native Vector Width Short: 1
41: Partition Max Sub Devices: 0
41: Preferred Vector Width Char: 1
41: Preferred Vector Width Double: 1
41: Preferred Vector Width Float: 1
41: Preferred Vector Width Half: 0
41: Preferred Vector Width Int: 1
41: Preferred Vector Width Long: 1
41: Preferred Vector Width Short: 1
41: Profiling Timer Resolution: 1000
41: Reference Count: 1
41: Vendor: NVIDIA Corporation
41: Vendor Id: 4318
41: Version: 0.0
41: [ext_oneapi_cuda]: gpu:0] NVIDIA A100 80GB PCIe : Selected
41: macro  KOKKOS_ENABLE_ONEDPL: defined
41: macro  KOKKOS_ENABLE_SYCL_RELOCATABLE_DEVICE_CODE: defined
41: macro  KOKKOS_IMPL_SYCL_DEVICE_GLOBAL_SUPPORTED: undefined
41: macro  KOKKOS_IMPL_SYCL_USE_IN_ORDER_QUEUES: defined
41: macro  SYCL_EXT_ONEAPI_DEVICE_GLOBAL: undefined
41: macro  SYCL_EXT_ONEAPI_GRAPH: undefined
41: platform: 64bit
41: ----------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------
41: Benchmark                                                                                                                                             Time             CPU   Iterations FOM: fill ops per second
41: ----------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------
41: Mempool_Fill/total_alloc_size:1000000/min_superblock_size:10000/chunk_span:5/fill_stride:1/fill_level:70/repeat_inner:1/manual_time               0.000 s         0.000 s          2506               19.8476M/s
41: -----------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------
41: Benchmark                                                                                                                                             Time             CPU   Iterations FOM: cycle ops per second
41: -----------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------
41: Mempool_Alloc_Dealloc/total_alloc_size:1000000/min_superblock_size:10000/chunk_span:5/fill_stride:1/fill_level:70/repeat_inner:1/manual_time      0.000 s         0.000 s          3844                61.0412M/s
41/66 Test #41: Kokkos_PerformanceTest_Mempool .............................   Passed    2.85 sec
test 42
      Start 42: Kokkos_PerformanceTest_Atomic

42: Test command: /var/jenkins/workspace/Kokkos_PR-7527/build/core/perf_test/Kokkos_PerformanceTest_Atomic "--benchmark_counters_tabular=true" "--benchmark_out=Kokkos_PerformanceTest_Atomic_2024-11-11_T05-10-07.json"
42: Test timeout computed to be: 1500
42: 
42: Available devices: 
42: 2024-11-11T07:02:33+00:00
42: Running /var/jenkins/workspace/Kokkos_PR-7527/build/core/perf_test/Kokkos_PerformanceTest_Atomic
42: Run on (20 X 2345.59 MHz CPU s)
42: CPU Caches:
42:   L1 Data 64 KiB (x20)
42:   L1 Instruction 64 KiB (x20)
42:   L2 Unified 512 KiB (x20)
42:   L3 Unified 16384 KiB (x20)
42: Load Average: 0.87, 1.88, 3.54
42: Address Bits: 64
42: CPU architecture: none
42: Default Device: SYCL
42: Driver Version: CUDA 12.6
42: Error Correction Support: 1
42: GIT_BRANCH: HEAD
42: GIT_CLEAN_STATUS: CLEAN
42: GIT_COMMIT_DATE: 2024-11-11T02:33:18+00:00
42: GIT_COMMIT_DESCRIPTION: Bump github/codeql-action from 3.27.0 to 3.27.1
42: GIT_COMMIT_HASH: 3e2e2e20e
42: GPU architecture: AMPERE80
42: Global Cache Mem Line Size: 128
42: Global Mem Cache Size: 41943040
42: Global Mem Size: 85097971712
42: Image Max Buffer Size: 32768
42: Image2d Max Height: 65536
42: Image2d Max Width: 131072
42: Image3d Max Depth: 16384
42: Image3d Max Height: 16384
42: Image3d Max Width: 16384
42: Is Accelerator: 0
42: Is Available: 1
42: Is CPU: 0
42: Is GPU: 1
42: KOKKOS_COMPILER_INTEL_LLVM: 20230000
42: KOKKOS_ENABLE_ASM: yes
42: KOKKOS_ENABLE_CXX17: yes
42: KOKKOS_ENABLE_CXX20: no
42: KOKKOS_ENABLE_CXX23: no
42: KOKKOS_ENABLE_CXX26: no
42: KOKKOS_ENABLE_DEBUG_BOUNDS_CHECK: no
42: KOKKOS_ENABLE_HWLOC: no
42: KOKKOS_ENABLE_LIBDL: yes
42: KOKKOS_ENABLE_PRAGMA_IVDEP: no
42: KOKKOS_ENABLE_PRAGMA_LOOPCOUNT: no
42: KOKKOS_ENABLE_PRAGMA_UNROLL: no
42: KOKKOS_ENABLE_PRAGMA_VECTOR: no
42: KOKKOS_ENABLE_SERIAL: yes
42: Kokkos Version: 4.5.99
42: Local Mem Size: 49152
42: Max Compute Units: 108
42: Max Mem Alloc Size: 1073741824
42: Max Parameter Size: 4000
42: Max Read Image Args: 128
42: Max Samplers: 128
42: Max Work Group Size: 1024
42: Max Work Item Dimensions: 3
42: Mem Base Addr Align: 4096
42: Name: NVIDIA A100 80GB PCIe
42: Native Vector Width Char: 1
42: Native Vector Width Double: 1
42: Native Vector Width Float: 1
42: Native Vector Width Half: 0
42: Native Vector Width Int: 1
42: Native Vector Width Long: 1
42: Native Vector Width Short: 1
42: Partition Max Sub Devices: 0
42: Preferred Vector Width Char: 1
42: Preferred Vector Width Double: 1
42: Preferred Vector Width Float: 1
42: Preferred Vector Width Half: 0
42: Preferred Vector Width Int: 1
42: Preferred Vector Width Long: 1
42: Preferred Vector Width Short: 1
42: Profiling Timer Resolution: 1000
42: Reference Count: 1
42: Vendor: NVIDIA Corporation
42: Vendor Id: 4318
42: Version: 0.0
42: [ext_oneapi_cuda]: gpu:0] NVIDIA A100 80GB PCIe : Selected
42: macro  KOKKOS_ENABLE_ONEDPL: defined
42: macro  KOKKOS_ENABLE_SYCL_RELOCATABLE_DEVICE_CODE: defined
42: macro  KOKKOS_IMPL_SYCL_DEVICE_GLOBAL_SUPPORTED: undefined
42: macro  KOKKOS_IMPL_SYCL_USE_IN_ORDER_QUEUES: defined
42: macro  SYCL_EXT_ONEAPI_DEVICE_GLOBAL: undefined
42: macro  SYCL_EXT_ONEAPI_GRAPH: undefined
42: platform: 64bit
42: --------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------
42: Benchmark                                                         Time             CPU   Iterations     Passed Size of type Time atomic Time non-atomic Time serial Value atomic Value non-atomic Value serial
42: --------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------
42: Test_Atomic<int>/30000/iterations:10                          0.233 s         0.233 s            10          1            4   0.0120545       0.0105878    301.267u     449.985M         224.152k     449.985M
42: Test_Atomic<long int>/100000/iterations:10                     2.04 s          2.04 s            10          1            8    5.17878m         3.2641m     299.76u     4.99995G         1.15572M     4.99995G
42: Test_Atomic<long long int>/100000/iterations:10                2.04 s          2.04 s            10          1            8    5.04173m        3.21712m     299.75u     4.99995G          1093.1k     4.99995G
42: Test_Atomic<unsigned int>/100000/iterations:10                 2.16 s          2.16 s            10          1            4    4.05477m        3.49975m     299.75u     704.983M         1079.04k     704.983M
42: Test_Atomic<unsigned long int>/100000/iterations:10            2.04 s          2.04 s            10          1            8    4.93172m        3.61576m     299.86u     4.99995G         1.37806M     4.99995G
42: Test_Atomic<unsigned long long int>/100000/iterations:10       2.04 s          2.04 s            10          1            8    5.02168m        3.55143m     299.76u     4.99995G         1.12276M     4.99995G
42: Test_Atomic<float>/100000/iterations:10                        2.16 s          2.16 s            10          0            4    6.25388m        3.33483m     897.68u     4.99999G         1.11194M     4.99989G
42: Test_Atomic<double>/100000/iterations:10                       2.04 s          2.04 s            10          1            8    6.33353m        3.33013m     897.58u     4.99995G          916.96k     4.99995G
42/66 Test #42: Kokkos_PerformanceTest_Atomic ..............................   Passed  147.89 sec
test 43
      Start 43: Kokkos_ContainersUnitTest_Serial

43: Test command: /var/jenkins/workspace/Kokkos_PR-7527/build/containers/unit_tests/Kokkos_ContainersUnitTest_Serial
43: Test timeout computed to be: 1500
43: [==========] Running 66 tests from 2 test suites.
43: [----------] Global test environment set-up.
43: [----------] 1 test from serial_DeathTest
43: [ RUN      ] serial_DeathTest.offsetview_unmanaged_construction
43: [       OK ] serial_DeathTest.offsetview_unmanaged_construction (8299 ms)
43: [----------] 1 test from serial_DeathTest (8299 ms total)
43: 
43: [----------] 65 tests from serial
43: [ RUN      ] serial.bitset
43: [       OK ] serial.bitset (1292 ms)
43: [ RUN      ] serial.bitset_default_constructor_no_alloc
43: [       OK ] serial.bitset_default_constructor_no_alloc (0 ms)
43: [ RUN      ] serial.dualview_combination
43: [       OK ] serial.dualview_combination (0 ms)
43: [ RUN      ] serial.dualview_alloc
43: [       OK ] serial.dualview_alloc (0 ms)
43: [ RUN      ] serial.test_dualview_copy_construction_and_assignment
43: [       OK ] serial.test_dualview_copy_construction_and_assignment (0 ms)
43: [ RUN      ] serial.dualview_combinations_without_init
43: [       OK ] serial.dualview_combinations_without_init (0 ms)
43: [ RUN      ] serial.dualview_deep_copy
43: [       OK ] serial.dualview_deep_copy (0 ms)
43: [ RUN      ] serial.dualview_realloc
43: [       OK ] serial.dualview_realloc (0 ms)
43: [ RUN      ] serial.dualview_resize
43: [       OK ] serial.dualview_resize (0 ms)
43: [ RUN      ] serial.dualview_device_correct_kokkos_device
43: [       OK ] serial.dualview_device_correct_kokkos_device (1 ms)
43: [ RUN      ] serial.dualview_host_correct_kokkos_device
43: [       OK ] serial.dualview_host_correct_kokkos_device (0 ms)
43: [ RUN      ] serial.dualview_host_modify_template_device_sync
43: [       OK ] serial.dualview_host_modify_template_device_sync (0 ms)
43: [ RUN      ] serial.dualview_host_modify_template_device_execspace_sync
43: [       OK ] serial.dualview_host_modify_template_device_execspace_sync (0 ms)
43: [ RUN      ] serial.dualview_device_modify_template_host_sync
43: [       OK ] serial.dualview_device_modify_template_host_sync (0 ms)
43: [ RUN      ] serial.dualview_device_modify_template_host_execspace_sync
43: [       OK ] serial.dualview_device_modify_template_host_execspace_sync (0 ms)
43: [ RUN      ] serial.dualview_template_views_return_correct_executionspace_views
43: [       OK ] serial.dualview_template_views_return_correct_executionspace_views (0 ms)
43: [ RUN      ] serial.dualview_template_views_return_correct_views_from_const_dual_view
43: [       OK ] serial.dualview_template_views_return_correct_views_from_const_dual_view (0 ms)
43: [ RUN      ] serial.dualview_sequential_host_init
43: [       OK ] serial.dualview_sequential_host_init (0 ms)
43: [ RUN      ] serial.dynamic_view
43: [       OK ] serial.dynamic_view (6 ms)
43: [ RUN      ] serial.dyn_rank_view_api_generic
43: [       OK ] serial.dyn_rank_view_api_generic (6 ms)
43: [ RUN      ] serial.dyn_rank_view_api_operator_rank12345
43: [       OK ] serial.dyn_rank_view_api_operator_rank12345 (0 ms)
43: [ RUN      ] serial.dyn_rank_view_check_fence_resize_realloc
43: /var/jenkins/workspace/Kokkos_PR-7527/containers/unit_tests/TestDynViewAPI_rank12345.hpp:70: Skipped
43: skipping since not default execution space
43: [  SKIPPED ] serial.dyn_rank_view_check_fence_resize_realloc (0 ms)
43: [ RUN      ] serial.dyn_rank_view_api_operator_rank67
43: [       OK ] serial.dyn_rank_view_api_operator_rank67 (0 ms)
43: [ RUN      ] serial.dyn_rank_view_team_scratch
43: [       OK ] serial.dyn_rank_view_team_scratch (0 ms)
43: [ RUN      ] serial.ErrorReporterViaLambda
43: [       OK ] serial.ErrorReporterViaLambda (0 ms)
43: [ RUN      ] serial.ErrorReporter
43: [       OK ] serial.ErrorReporter (0 ms)
43: [ RUN      ] serial.offsetview_construction
43: [       OK ] serial.offsetview_construction (19 ms)
43: [ RUN      ] serial.offsetview_unmanaged_construction
43: [       OK ] serial.offsetview_unmanaged_construction (0 ms)
43: [ RUN      ] serial.offsetview_subview
43: [       OK ] serial.offsetview_subview (6 ms)
43: [ RUN      ] serial.offsetview_offsets_rank1
43: [       OK ] serial.offsetview_offsets_rank1 (0 ms)
43: [ RUN      ] serial.offsetview_offsets_rank2
43: [       OK ] serial.offsetview_offsets_rank2 (0 ms)
43: [ RUN      ] serial.offsetview_offsets_rank3
43: [       OK ] serial.offsetview_offsets_rank3 (0 ms)
43: [ RUN      ] serial.scatterview
43: [       OK ] serial.scatterview (1644 ms)
43: [ RUN      ] serial.scatterview_devicetype
43: [       OK ] serial.scatterview_devicetype (1 ms)
43: [ RUN      ] serial.staticcrsgraph
43: [       OK ] serial.staticcrsgraph (8 ms)
43: [ RUN      ] serial.resize_realloc_no_init_dualview
43: [       OK ] serial.resize_realloc_no_init_dualview (0 ms)
43: [ RUN      ] serial.resize_realloc_no_alloc_dualview
43: [       OK ] serial.resize_realloc_no_alloc_dualview (0 ms)
43: [ RUN      ] serial.resize_exec_space_dualview
43: [       OK ] serial.resize_exec_space_dualview (0 ms)
43: [ RUN      ] serial.realloc_exec_space_dualview
43: [       OK ] serial.realloc_exec_space_dualview (0 ms)
43: [ RUN      ] serial.resize_realloc_no_init_dynrankview
43: [       OK ] serial.resize_realloc_no_init_dynrankview (0 ms)
43: [ RUN      ] serial.resize_exec_space_dynrankview
43: [       OK ] serial.resize_exec_space_dynrankview (0 ms)
43: [ RUN      ] serial.realloc_exec_space_dynrankview
43: [       OK ] serial.realloc_exec_space_dynrankview (0 ms)
43: [ RUN      ] serial.resize_realloc_no_init_scatterview
43: [       OK ] serial.resize_realloc_no_init_scatterview (0 ms)
43: [ RUN      ] serial.resize_realloc_no_alloc_scatterview
43: [       OK ] serial.resize_realloc_no_alloc_scatterview (0 ms)
43: [ RUN      ] serial.resize_exec_space_scatterview
43: [       OK ] serial.resize_exec_space_scatterview (0 ms)
43: [ RUN      ] serial.realloc_exec_space_scatterview
43: [       OK ] serial.realloc_exec_space_scatterview (0 ms)
43: [ RUN      ] serial.create_mirror_no_init_dynrankview
43: [       OK ] serial.create_mirror_no_init_dynrankview (0 ms)
43: [ RUN      ] serial.create_mirror_no_init_dynrankview_viewctor
43: [       OK ] serial.create_mirror_no_init_dynrankview_viewctor (0 ms)
43: [ RUN      ] serial.create_mirror_view_and_copy_dynrankview
43: [       OK ] serial.create_mirror_view_and_copy_dynrankview (0 ms)
43: [ RUN      ] serial.create_mirror_no_init_offsetview
43: [       OK ] serial.create_mirror_no_init_offsetview (0 ms)
43: [ RUN      ] serial.create_mirror_no_init_offsetview_view_ctor
43: [       OK ] serial.create_mirror_no_init_offsetview_view_ctor (0 ms)
43: [ RUN      ] serial.create_mirror_view_and_copy_offsetview
43: [       OK ] serial.create_mirror_view_and_copy_offsetview (0 ms)
43: [ RUN      ] serial.create_mirror_no_init_dynamicview
43: [       OK ] serial.create_mirror_no_init_dynamicview (0 ms)
43: [ RUN      ] serial.create_mirror_view_and_copy_dynamicview
43: [       OK ] serial.create_mirror_view_and_copy_dynamicview (0 ms)
43: [ RUN      ] serial.create_mirror_no_init_dynamicview_view_ctor
43: [       OK ] serial.create_mirror_no_init_dynamicview_view_ctor (0 ms)
43: [ RUN      ] serial.UnorderedMap_insert
43: [       OK ] serial.UnorderedMap_insert (6594 ms)
43: [ RUN      ] serial.UnorderedMap_failed_insert
43: [       OK ] serial.UnorderedMap_failed_insert (5053 ms)
43: [ RUN      ] serial.UnorderedMap_deep_copy
43: [       OK ] serial.UnorderedMap_deep_copy (2 ms)
43: [ RUN      ] serial.UnorderedMap_valid_empty
43: [       OK ] serial.UnorderedMap_valid_empty (0 ms)
43: [ RUN      ] serial.UnorderedMap_clear_zero_size
43: [       OK ] serial.UnorderedMap_clear_zero_size (0 ms)
43: [ RUN      ] serial.UnorderedMap_consistent_size
43: [       OK ] serial.UnorderedMap_consistent_size (0 ms)
43: [ RUN      ] serial.UnorderedMap_shallow_copyable_on_device
43: [       OK ] serial.UnorderedMap_shallow_copyable_on_device (0 ms)
43: [ RUN      ] serial.UnorderedMap_lambda_capturable
43: [       OK ] serial.UnorderedMap_lambda_capturable (0 ms)
43: [ RUN      ] serial.UnorderedMap_constructor_view_alloc
43: [       OK ] serial.UnorderedMap_constructor_view_alloc (0 ms)
43: [ RUN      ] serial.viewctorprop_embedded_dim
43: [       OK ] serial.viewctorprop_embedded_dim (0 ms)
43: [----------] 65 tests from serial (14645 ms total)
43: 
43: [----------] Global test environment tear-down
43: [==========] 66 tests from 2 test suites ran. (22944 ms total)
43: [  PASSED  ] 65 tests.
43: [  SKIPPED ] 1 test, listed below:
43: [  SKIPPED ] serial.dyn_rank_view_check_fence_resize_realloc
43/66 Test #43: Kokkos_ContainersUnitTest_Serial ...........................   Passed   23.35 sec
test 44
      Start 44: Kokkos_ContainersUnitTest_SYCL

44: Test command: /var/jenkins/workspace/Kokkos_PR-7527/build/containers/unit_tests/Kokkos_ContainersUnitTest_SYCL
44: Test timeout computed to be: 1500
44: [==========] Running 66 tests from 2 test suites.
44: [----------] Global test environment set-up.
44: [----------] 1 test from sycl_DeathTest
44: [ RUN      ] sycl_DeathTest.offsetview_unmanaged_construction
44: [       OK ] sycl_DeathTest.offsetview_unmanaged_construction (8555 ms)
44: [----------] 1 test from sycl_DeathTest (8555 ms total)
44: 
44: [----------] 65 tests from sycl
44: [ RUN      ] sycl.bitset
44: [       OK ] sycl.bitset (19 ms)
44: [ RUN      ] sycl.bitset_default_constructor_no_alloc
44: [       OK ] sycl.bitset_default_constructor_no_alloc (0 ms)
44: [ RUN      ] sycl.dualview_combination
44: [       OK ] sycl.dualview_combination (0 ms)
44: [ RUN      ] sycl.dualview_alloc
44: [       OK ] sycl.dualview_alloc (0 ms)
44: [ RUN      ] sycl.test_dualview_copy_construction_and_assignment
44: [       OK ] sycl.test_dualview_copy_construction_and_assignment (0 ms)
44: [ RUN      ] sycl.dualview_combinations_without_init
44: [       OK ] sycl.dualview_combinations_without_init (0 ms)
44: [ RUN      ] sycl.dualview_deep_copy
44: [       OK ] sycl.dualview_deep_copy (1 ms)
44: [ RUN      ] sycl.dualview_realloc
44: [       OK ] sycl.dualview_realloc (0 ms)
44: [ RUN      ] sycl.dualview_resize
44: [       OK ] sycl.dualview_resize (1 ms)
44: [ RUN      ] sycl.dualview_device_correct_kokkos_device
44: [       OK ] sycl.dualview_device_correct_kokkos_device (0 ms)
44: [ RUN      ] sycl.dualview_host_correct_kokkos_device
44: [       OK ] sycl.dualview_host_correct_kokkos_device (0 ms)
44: [ RUN      ] sycl.dualview_host_modify_template_device_sync
44: [       OK ] sycl.dualview_host_modify_template_device_sync (0 ms)
44: [ RUN      ] sycl.dualview_host_modify_template_device_execspace_sync
44: [       OK ] sycl.dualview_host_modify_template_device_execspace_sync (0 ms)
44: [ RUN      ] sycl.dualview_device_modify_template_host_sync
44: [       OK ] sycl.dualview_device_modify_template_host_sync (0 ms)
44: [ RUN      ] sycl.dualview_device_modify_template_host_execspace_sync
44: [       OK ] sycl.dualview_device_modify_template_host_execspace_sync (0 ms)
44: [ RUN      ] sycl.dualview_template_views_return_correct_executionspace_views
44: [       OK ] sycl.dualview_template_views_return_correct_executionspace_views (0 ms)
44: [ RUN      ] sycl.dualview_template_views_return_correct_views_from_const_dual_view
44: [       OK ] sycl.dualview_template_views_return_correct_views_from_const_dual_view (0 ms)
44: [ RUN      ] sycl.dualview_sequential_host_init
44: [       OK ] sycl.dualview_sequential_host_init (0 ms)
44: [ RUN      ] sycl.dynamic_view
44: [       OK ] sycl.dynamic_view (24 ms)
44: [ RUN      ] sycl.dyn_rank_view_api_generic
44: [       OK ] sycl.dyn_rank_view_api_generic (8 ms)
44: [ RUN      ] sycl.dyn_rank_view_api_operator_rank12345
44: [       OK ] sycl.dyn_rank_view_api_operator_rank12345 (0 ms)
44: [ RUN      ] sycl.dyn_rank_view_check_fence_resize_realloc
44: [       OK ] sycl.dyn_rank_view_check_fence_resize_realloc (1 ms)
44: [ RUN      ] sycl.dyn_rank_view_api_operator_rank67
44: [       OK ] sycl.dyn_rank_view_api_operator_rank67 (0 ms)
44: [ RUN      ] sycl.dyn_rank_view_team_scratch
44: [       OK ] sycl.dyn_rank_view_team_scratch (0 ms)
44: [ RUN      ] sycl.ErrorReporterViaLambda
44: [       OK ] sycl.ErrorReporterViaLambda (0 ms)
44: [ RUN      ] sycl.ErrorReporter
44: [       OK ] sycl.ErrorReporter (0 ms)
44: [ RUN      ] sycl.offsetview_construction
44: [       OK ] sycl.offsetview_construction (2 ms)
44: [ RUN      ] sycl.offsetview_unmanaged_construction
44: [       OK ] sycl.offsetview_unmanaged_construction (0 ms)
44: [ RUN      ] sycl.offsetview_subview
44: [       OK ] sycl.offsetview_subview (0 ms)
44: [ RUN      ] sycl.offsetview_offsets_rank1
44: [       OK ] sycl.offsetview_offsets_rank1 (0 ms)
44: [ RUN      ] sycl.offsetview_offsets_rank2
44: [       OK ] sycl.offsetview_offsets_rank2 (0 ms)
44: [ RUN      ] sycl.offsetview_offsets_rank3
44: [       OK ] sycl.offsetview_offsets_rank3 (0 ms)
44: [ RUN      ] sycl.scatterview
44: [       OK ] sycl.scatterview (26715 ms)
44: [ RUN      ] sycl.scatterview_devicetype
44: [       OK ] sycl.scatterview_devicetype (8846 ms)
44: [ RUN      ] sycl.staticcrsgraph
44: [       OK ] sycl.staticcrsgraph (23 ms)
44: [ RUN      ] sycl.resize_realloc_no_init_dualview
44: [       OK ] sycl.resize_realloc_no_init_dualview (0 ms)
44: [ RUN      ] sycl.resize_realloc_no_alloc_dualview
44: [       OK ] sycl.resize_realloc_no_alloc_dualview (0 ms)
44: [ RUN      ] sycl.resize_exec_space_dualview
44: [       OK ] sycl.resize_exec_space_dualview (0 ms)
44: [ RUN      ] sycl.realloc_exec_space_dualview
44: [       OK ] sycl.realloc_exec_space_dualview (0 ms)
44: [ RUN      ] sycl.resize_realloc_no_init_dynrankview
44: [       OK ] sycl.resize_realloc_no_init_dynrankview (0 ms)
44: [ RUN      ] sycl.resize_exec_space_dynrankview
44: [       OK ] sycl.resize_exec_space_dynrankview (0 ms)
44: [ RUN      ] sycl.realloc_exec_space_dynrankview
44: [       OK ] sycl.realloc_exec_space_dynrankview (0 ms)
44: [ RUN      ] sycl.resize_realloc_no_init_scatterview
44: [       OK ] sycl.resize_realloc_no_init_scatterview (0 ms)
44: [ RUN      ] sycl.resize_realloc_no_alloc_scatterview
44: [       OK ] sycl.resize_realloc_no_alloc_scatterview (0 ms)
44: [ RUN      ] sycl.resize_exec_space_scatterview
44: [       OK ] sycl.resize_exec_space_scatterview (0 ms)
44: [ RUN      ] sycl.realloc_exec_space_scatterview
44: [       OK ] sycl.realloc_exec_space_scatterview (0 ms)
44: [ RUN      ] sycl.create_mirror_no_init_dynrankview
44: [       OK ] sycl.create_mirror_no_init_dynrankview (0 ms)
44: [ RUN      ] sycl.create_mirror_no_init_dynrankview_viewctor
44: [       OK ] sycl.create_mirror_no_init_dynrankview_viewctor (0 ms)
44: [ RUN      ] sycl.create_mirror_view_and_copy_dynrankview
44: [       OK ] sycl.create_mirror_view_and_copy_dynrankview (0 ms)
44: [ RUN      ] sycl.create_mirror_no_init_offsetview
44: [       OK ] sycl.create_mirror_no_init_offsetview (0 ms)
44: [ RUN      ] sycl.create_mirror_no_init_offsetview_view_ctor
44: [       OK ] sycl.create_mirror_no_init_offsetview_view_ctor (0 ms)
44: [ RUN      ] sycl.create_mirror_view_and_copy_offsetview
44: [       OK ] sycl.create_mirror_view_and_copy_offsetview (0 ms)
44: [ RUN      ] sycl.create_mirror_no_init_dynamicview
44: [       OK ] sycl.create_mirror_no_init_dynamicview (0 ms)
44: [ RUN      ] sycl.create_mirror_view_and_copy_dynamicview
44: [       OK ] sycl.create_mirror_view_and_copy_dynamicview (0 ms)
44: [ RUN      ] sycl.create_mirror_no_init_dynamicview_view_ctor
44: [       OK ] sycl.create_mirror_no_init_dynamicview_view_ctor (0 ms)
44: [ RUN      ] sycl.UnorderedMap_insert
44: [       OK ] sycl.UnorderedMap_insert (2591 ms)
44: [ RUN      ] sycl.UnorderedMap_failed_insert
44: [       OK ] sycl.UnorderedMap_failed_insert (2489 ms)
44: [ RUN      ] sycl.UnorderedMap_deep_copy
44: [       OK ] sycl.UnorderedMap_deep_copy (4 ms)
44: [ RUN      ] sycl.UnorderedMap_valid_empty
44: [       OK ] sycl.UnorderedMap_valid_empty (1 ms)
44: [ RUN      ] sycl.UnorderedMap_clear_zero_size
44: [       OK ] sycl.UnorderedMap_clear_zero_size (0 ms)
44: [ RUN      ] sycl.UnorderedMap_consistent_size
44: [       OK ] sycl.UnorderedMap_consistent_size (0 ms)
44: [ RUN      ] sycl.UnorderedMap_shallow_copyable_on_device
44: [       OK ] sycl.UnorderedMap_shallow_copyable_on_device (0 ms)
44: [ RUN      ] sycl.UnorderedMap_lambda_capturable
44: [       OK ] sycl.UnorderedMap_lambda_capturable (0 ms)
44: [ RUN      ] sycl.UnorderedMap_constructor_view_alloc
44: [       OK ] sycl.UnorderedMap_constructor_view_alloc (0 ms)
44: [ RUN      ] sycl.viewctorprop_embedded_dim
44: [       OK ] sycl.viewctorprop_embedded_dim (0 ms)
44: [----------] 65 tests from sycl (40746 ms total)
44: 
44: [----------] Global test environment tear-down
44: [==========] 66 tests from 2 test suites ran. (49302 ms total)
44: [  PASSED  ] 66 tests.
44/66 Test #44: Kokkos_ContainersUnitTest_SYCL .............................   Passed   49.79 sec
test 45
      Start 45: Kokkos_UnitTest_Sort

45: Test command: /var/jenkins/workspace/Kokkos_PR-7527/build/algorithms/unit_tests/Kokkos_UnitTest_Sort
45: Test timeout computed to be: 1500
45: [==========] Running 17 tests from 2 test suites.
45: [----------] Global test environment set-up.
45: [----------] 1 test from sycl_DeathTest
45: [ RUN      ] sycl_DeathTest.SortByKeyKeysLargerThanValues
45: [       OK ] sycl_DeathTest.SortByKeyKeysLargerThanValues (1200 ms)
45: [----------] 1 test from sycl_DeathTest (1200 ms total)
45: 
45: [----------] 16 tests from sycl
45: [ RUN      ] sycl.SortUnsignedValueType
45: [       OK ] sycl.SortUnsignedValueType (20 ms)
45: [ RUN      ] sycl.SortEmptyView
45: [       OK ] sycl.SortEmptyView (0 ms)
45: [ RUN      ] sycl.SortByKeyEmptyView
45: [       OK ] sycl.SortByKeyEmptyView (0 ms)
45: [ RUN      ] sycl.SortByKeyEmptyViewHost
45: [       OK ] sycl.SortByKeyEmptyViewHost (0 ms)
45: [ RUN      ] sycl.SortByKey
45: [       OK ] sycl.SortByKey (0 ms)
45: [ RUN      ] sycl.SortByKeyWithComparator
45: [       OK ] sycl.SortByKeyWithComparator (1 ms)
45: [ RUN      ] sycl.SortByKeyStaticExtents
45: [       OK ] sycl.SortByKeyStaticExtents (0 ms)
45: [ RUN      ] sycl.SortByKeyWithStrides
45: [       OK ] sycl.SortByKeyWithStrides (0 ms)
45: [ RUN      ] sycl.SortWithCustomComparator
45: [       OK ] sycl.SortWithCustomComparator (99 ms)
45: [ RUN      ] sycl.BinSortGenericTests
45: [       OK ] sycl.BinSortGenericTests (9 ms)
45: [ RUN      ] sycl.BinSortEmptyView
45: [       OK ] sycl.BinSortEmptyView (0 ms)
45: [ RUN      ] sycl.BinSortEmptyKeysView
45: [       OK ] sycl.BinSortEmptyKeysView (0 ms)
45: [ RUN      ] sycl.BinSort_issue_7221
45: [       OK ] sycl.BinSort_issue_7221 (0 ms)
45: [ RUN      ] sycl.BinSortUnsignedKeyLayoutStrideValues
45: [       OK ] sycl.BinSortUnsignedKeyLayoutStrideValues (9303 ms)
45: [ RUN      ] sycl.NestedSort
45: [       OK ] sycl.NestedSort (33 ms)
45: [ RUN      ] sycl.NestedSortByKey
45: [       OK ] sycl.NestedSortByKey (98 ms)
45: [----------] 16 tests from sycl (9570 ms total)
45: 
45: [----------] Global test environment tear-down
45: [==========] 17 tests from 2 test suites ran. (10771 ms total)
45: [  PASSED  ] 17 tests.
45/66 Test #45: Kokkos_UnitTest_Sort .......................................   Passed   11.21 sec
test 46
      Start 46: Kokkos_UnitTest_Random

46: Test command: /var/jenkins/workspace/Kokkos_PR-7527/build/algorithms/unit_tests/Kokkos_UnitTest_Random
46: Test timeout computed to be: 1500
46: [==========] Running 3 tests from 1 test suite.
46: [----------] Global test environment set-up.
46: [----------] 3 tests from sycl
46: [ RUN      ] sycl.Random_XorShift64
46: Test Seed:1731308786392082980
46: Test Scalar=int
46:  -- Testing randomness properties
46:  -- Testing 1-D histogram
46: Density 1D: 6.43252e-07 0.00244205 0.00192649 || 0.051031 28002 29304 || 28604.5 28674.4 || 26.6318 -2.0744
46:  -- Testing 3-D histogram
46: Density 3D: 6.43252e-07 0.00388602 0.000315842 || 0.051031 1e+64 -1e+64
46: Test Scalar=unsigned int
46:  -- Testing randomness properties
46:  -- Testing 1-D histogram
46: Density 1D: 6.43252e-07 -0.0167164 0.00964319 || 0.051031 28050 29359 || 29161.9 28674.4 || 133.307 -2.0744
46:  -- Testing 3-D histogram
46: Density 3D: 6.43252e-07 -0.00195943 -0.00283591 || 0.051031 1e+64 -1e+64
46: Test Scalar=int64_t
46:  -- Testing randomness properties
46:  -- Testing 1-D histogram
46: Density 1D: 6.43252e-07 -0.0142332 0.0154057 || 0.051031 28046 29293 || 29088.4 28674.4 || 212.968 -2.0744
46:  -- Testing 3-D histogram
46: Density 3D: 6.43252e-07 -0.00717172 0.0123193 || 0.051031 1e+64 -1e+64
46: Test Scalar=uint64_t
46:  -- Testing randomness properties
46:  -- Testing 1-D histogram
46: Density 1D: 6.43252e-07 0.00449582 -0.0217064 || 0.051031 28059 29330 || 28546.1 28674.4 || -300.069 -2.0744
46:  -- Testing 3-D histogram
46: Density 3D: 6.43252e-07 -0.00860122 -0.00819449 || 0.051031 1e+64 -1e+64
46: Test Scalar=half
46:  -- Testing randomness properties
46:  -- Testing 1-D histogram
46: Density 1D: 0.000244826 -0.99999 -48244.9 || 0.051031 0 194944 || 2.92884e+09 28674.4 || -6.66938e+08 -2.0744
46:  -- Testing 3-D histogram
46: Density 3D: 0.000733352 -0.316707 0.152086 || 0.051031 1e+64 -1e+64
46: Test Scalar=bhalf
46:  -- Testing randomness properties
46:  -- Testing 1-D histogram
46: Density 1D: 6.71e-07 -0.00981805 0.0372693 || 0.051031 27983 29346 || 28958.7 28674.4 || 515.211 -2.0744
46:  -- Testing 3-D histogram
46: Density 3D: 7.26496e-07 -0.0100106 0.0047452 || 0.051031 1e+64 -1e+64
46: Test Scalar=float
46:  -- Testing randomness properties
46:  -- Testing 1-D histogram
46: Density 1D: 6.78568e-07 -0.000535524 -0.00933314 || 0.051031 28077 29358 || 28689.8 28674.4 || -129.021 -2.0744
46:  -- Testing 3-D histogram
46: Density 3D: 7.49199e-07 -0.00198713 0.00161103 || 0.051031 1e+64 -1e+64
46: Test Scalar=double
46:  -- Testing randomness properties
46:  -- Testing 1-D histogram
46: Density 1D: 6.43252e-07 0.0184717 -0.00350099 || 0.051031 27975 29360 || 28154.3 28674.4 || -48.3977 -2.0744
46:  -- Testing 3-D histogram
46: Density 3D: 6.43252e-07 -0.00332066 -0.00166181 || 0.051031 1e+64 -1e+64
46: Test Seed:1731308786565479115
46: Test Scalar=int
46:  -- Testing randomness properties
46:  -- Testing 1-D histogram
46: Density 1D: 6.43252e-07 0.0259121 -0.0283443 || 0.051031 27966 29366 || 27950.1 28674.4 || -391.831 -2.0744
46:  -- Testing 3-D histogram
46: Density 3D: 6.43252e-07 0.00770088 -0.00756298 || 0.051031 1e+64 -1e+64
46: Test Scalar=unsigned int
46:  -- Testing randomness properties
46:  -- Testing 1-D histogram
46: Density 1D: 6.43252e-07 0.00546271 0.00749198 || 0.051031 28036 29331 || 28518.6 28674.4 || 103.569 -2.0744
46:  -- Testing 3-D histogram
46: Density 3D: 6.43252e-07 0.00168897 -0.0047026 || 0.051031 1e+64 -1e+64
46: Test Scalar=int64_t
46:  -- Testing randomness properties
46:  -- Testing 1-D histogram
46: Density 1D: 6.43252e-07 -0.0130541 -0.00704556 || 0.051031 28007 29379 || 29053.7 28674.4 || -97.3978 -2.0744
46:  -- Testing 3-D histogram
46: Density 3D: 6.43252e-07 0.01413 -0.0057517 || 0.051031 1e+64 -1e+64
46: Test Scalar=uint64_t
46:  -- Testing randomness properties
46:  -- Testing 1-D histogram
46: Density 1D: 6.43252e-07 0.0125728 -0.0159399 || 0.051031 28015 29313 || 28318.3 28674.4 || -220.353 -2.0744
46:  -- Testing 3-D histogram
46: Density 3D: 6.43252e-07 0.00181305 -0.00980002 || 0.051031 1e+64 -1e+64
46: Test Scalar=half
46:  -- Testing randomness properties
46:  -- Testing 1-D histogram
46: Density 1D: 0.000243589 -0.99999 -48246.5 || 0.051031 0 194885 || 2.92879e+09 28674.4 || -6.66959e+08 -2.0744
46:  -- Testing 3-D histogram
46: Density 3D: 0.000729548 -0.302083 0.148005 || 0.051031 1e+64 -1e+64
46: Test Scalar=bhalf
46:  -- Testing randomness properties
46:  -- Testing 1-D histogram
46: Density 1D: 6.6091e-07 -0.0226051 -0.019908 || 0.051031 27985 29375 || 29337.6 28674.4 || -275.208 -2.0744
46:  -- Testing 3-D histogram
46: Density 3D: 6.96226e-07 0.0157954 -0.00563923 || 0.051031 1e+64 -1e+64
46: Test Scalar=float
46:  -- Testing randomness properties
46:  -- Testing 1-D histogram
46: Density 1D: 6.78568e-07 -0.00576603 -0.0115164 || 0.051031 28015 29333 || 28840.7 28674.4 || -159.203 -2.0744
46:  -- Testing 3-D histogram
46: Density 3D: 7.49199e-07 0.0127497 -0.00989459 || 0.051031 1e+64 -1e+64
46: Test Scalar=double
46:  -- Testing randomness properties
46:  -- Testing 1-D histogram
46: Density 1D: 6.43252e-07 -0.0202757 -0.0296737 || 0.051031 27999 29408 || 29267.8 28674.4 || -410.21 -2.0744
46:  -- Testing 3-D histogram
46: Density 3D: 6.43252e-07 -0.0141352 0.00167425 || 0.051031 1e+64 -1e+64
46: [       OK ] sycl.Random_XorShift64 (378 ms)
46: [ RUN      ] sycl.Random_XorShift1024_0
46: Test Seed:1731308786770730080
46: Test Scalar=int
46:  -- Testing randomness properties
46:  -- Testing 1-D histogram
46: Density 1D: 2.47955e-07 -0.00351592 -0.00441835 || 0.051031 10958 11775 || 11417.1 11377 || -61.0792 -0.823045
46:  -- Testing 3-D histogram
46: Density 3D: 2.47955e-07 0.0167447 0.00216787 || 0.051031 1e+64 -1e+64
46: Test Scalar=unsigned int
46:  -- Testing randomness properties
46:  -- Testing 1-D histogram
46: Density 1D: 2.47955e-07 -0.000479707 -0.00172814 || 0.051031 10961 11768 || 11382.4 11377 || -23.8897 -0.823045
46:  -- Testing 3-D histogram
46: Density 3D: 2.47955e-07 0.00575344 0.000367271 || 0.051031 1e+64 -1e+64
46: Test Scalar=int64_t
46:  -- Testing randomness properties
46:  -- Testing 1-D histogram
46: Density 1D: 2.47955e-07 0.0222441 0.00614308 || 0.051031 10947 11820 || 11129.4 11377 || 84.922 -0.823045
46:  -- Testing 3-D histogram
46: Density 3D: 2.47955e-07 -0.0117606 0.00336628 || 0.051031 1e+64 -1e+64
46: Test Scalar=uint64_t
46:  -- Testing randomness properties
46:  -- Testing 1-D histogram
46: Density 1D: 2.47955e-07 0.00743302 -0.011028 || 0.051031 10971 11862 || 11293 11377 || -152.451 -0.823045
46:  -- Testing 3-D histogram
46: Density 3D: 2.47955e-07 0.0236325 -0.000743933 || 0.051031 1e+64 -1e+64
46: Test Scalar=half
46:  -- Testing randomness properties
46:  -- Testing 1-D histogram
46: Density 1D: 0.000245326 -0.999975 -7595.07 || 0.051031 0 77769 || 4.61082e+08 11377 || -1.04994e+08 -0.823045
46:  -- Testing 3-D histogram
46: Density 3D: 0.000735709 -0.160615 0.0236052 || 0.051031 1e+64 -1e+64
46: Test Scalar=bhalf
46:  -- Testing randomness properties
46:  -- Testing 1-D histogram
46: Density 1D: 2.67029e-07 -0.0080006 -0.00139737 || 0.051031 10955 11802 || 11468.7 11377 || -19.3173 -0.823045
46:  -- Testing 3-D histogram
46: Density 3D: 3.05176e-07 -0.00956406 -0.00201447 || 0.051031 1e+64 -1e+64
46: Test Scalar=float
46:  -- Testing randomness properties
46:  -- Testing 1-D histogram
46: Density 1D: 2.79744e-07 0.00834706 -0.00342905 || 0.051031 10996 11788 || 11282.8 11377 || -47.4031 -0.823045
46:  -- Testing 3-D histogram
46: Density 3D: 3.43323e-07 -0.001676 0.0041347 || 0.051031 1e+64 -1e+64
46: Test Scalar=double
46:  -- Testing randomness properties
46:  -- Testing 1-D histogram
46: Density 1D: 2.47955e-07 -0.0230288 -0.00708052 || 0.051031 10980 11790 || 11645.1 11377 || -97.8811 -0.823045
46:  -- Testing 3-D histogram
46: Density 3D: 2.47955e-07 0.00717924 0.00840162 || 0.051031 1e+64 -1e+64
46: Test Seed:1731308786928543864
46: Test Scalar=int
46:  -- Testing randomness properties
46:  -- Testing 1-D histogram
46: Density 1D: 2.47955e-07 0.026711 0.00448959 || 0.051031 10953 11774 || 11081 11377 || 62.064 -0.823045
46:  -- Testing 3-D histogram
46: Density 3D: 2.47955e-07 -0.0117105 -0.00132649 || 0.051031 1e+64 -1e+64
46: Test Scalar=unsigned int
46:  -- Testing randomness properties
46:  -- Testing 1-D histogram
46: Density 1D: 2.47955e-07 -0.0182224 0.000778692 || 0.051031 10969 11782 || 11588.1 11377 || 10.7646 -0.823045
46:  -- Testing 3-D histogram
46: Density 3D: 2.47955e-07 -0.00420986 0.000299169 || 0.051031 1e+64 -1e+64
46: Test Scalar=int64_t
46:  -- Testing randomness properties
46:  -- Testing 1-D histogram
46: Density 1D: 2.47955e-07 -0.0126915 -0.00547889 || 0.051031 10978 11747 || 11523.2 11377 || -75.7401 -0.823045
46:  -- Testing 3-D histogram
46: Density 3D: 2.47955e-07 0.0118577 -0.00448149 || 0.051031 1e+64 -1e+64
46: Test Scalar=uint64_t
46:  -- Testing randomness properties
46:  -- Testing 1-D histogram
46: Density 1D: 2.47955e-07 -0.00178813 0.00555851 || 0.051031 10963 11829 || 11397.3 11377 || 76.8408 -0.823045
46:  -- Testing 3-D histogram
46: Density 3D: 2.47955e-07 -0.0156566 0.000836641 || 0.051031 1e+64 -1e+64
46: Test Scalar=half
46:  -- Testing randomness properties
46:  -- Testing 1-D histogram
46: Density 1D: 0.000244448 -0.999975 -7594.77 || 0.051031 0 77754 || 4.61026e+08 11377 || -1.0499e+08 -0.823045
46:  -- Testing 3-D histogram
46: Density 3D: 0.000732997 -0.15715 0.0248378 || 0.051031 1e+64 -1e+64
46: Test Scalar=bhalf
46:  -- Testing randomness properties
46:  -- Testing 1-D histogram
46: Density 1D: 2.86102e-07 0.0100992 -0.0103056 || 0.051031 10980 11752 || 11263.2 11377 || -142.465 -0.823045
46:  -- Testing 3-D histogram
46: Density 3D: 3.62396e-07 -0.000411928 -0.00353955 || 0.051031 1e+64 -1e+64
46: Test Scalar=float
46:  -- Testing randomness properties
46:  -- Testing 1-D histogram
46: Density 1D: 2.79744e-07 0.0130277 -0.000299643 || 0.051031 10948 11803 || 11230.6 11377 || -4.14226 -0.823045
46:  -- Testing 3-D histogram
46: Density 3D: 3.43323e-07 0.00177784 0.00526388 || 0.051031 1e+64 -1e+64
46: Test Scalar=double
46:  -- Testing randomness properties
46:  -- Testing 1-D histogram
46: Density 1D: 2.47955e-07 -0.00699912 0.000953602 || 0.051031 10957 11780 || 11457.1 11377 || 13.1826 -0.823045
46:  -- Testing 3-D histogram
46: Density 3D: 2.47955e-07 0.00534085 -0.00110098 || 0.051031 1e+64 -1e+64
46: [       OK ] sycl.Random_XorShift1024_0 (364 ms)
46: [ RUN      ] sycl.Multi_streams
46: /var/jenkins/workspace/Kokkos_PR-7527/algorithms/unit_tests/TestRandom.hpp:602: Skipped
46: Failing on NVIDIA GPUs
46: [  SKIPPED ] sycl.Multi_streams (0 ms)
46: [----------] 3 tests from sycl (743 ms total)
46: 
46: [----------] Global test environment tear-down
46: [==========] 3 tests from 1 test suite ran. (743 ms total)
46: [  PASSED  ] 2 tests.
46: [  SKIPPED ] 1 test, listed below:
46: [  SKIPPED ] sycl.Multi_streams
46/66 Test #46: Kokkos_UnitTest_Random .....................................   Passed    1.15 sec
test 47
      Start 47: Kokkos_AlgorithmsUnitTest_StdSet_A

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

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

49: Test command: /var/jenkins/workspace/Kokkos_PR-7527/build/algorithms/unit_tests/Kokkos_AlgorithmsUnitTest_StdSet_C
49: Test timeout computed to be: 1500
49: [==========] Running 13 tests from 10 test suites.
49: [----------] Global test environment set-up.
49: [----------] 1 test from std_algorithms_lexicographical_compare_test
49: [ RUN      ] std_algorithms_lexicographical_compare_test.test
49: [       OK ] std_algorithms_lexicographical_compare_test.test (27 ms)
49: [----------] 1 test from std_algorithms_lexicographical_compare_test (27 ms total)
49: 
49: [----------] 1 test from std_algorithms_for_each_test
49: [ RUN      ] std_algorithms_for_each_test.test
49: [       OK ] std_algorithms_for_each_test.test (64 ms)
49: [----------] 1 test from std_algorithms_for_each_test (64 ms total)
49: 
49: [----------] 1 test from std_algorithms_find_test
49: [ RUN      ] std_algorithms_find_test.test
49: [       OK ] std_algorithms_find_test.test (33 ms)
49: [----------] 1 test from std_algorithms_find_test (33 ms total)
49: 
49: [----------] 4 tests from std_algorithms_non_mod_seq_ops
49: [ RUN      ] std_algorithms_non_mod_seq_ops.find_first_of
49: [       OK ] std_algorithms_non_mod_seq_ops.find_first_of (375 ms)
49: [ RUN      ] std_algorithms_non_mod_seq_ops.find_end
49: [       OK ] std_algorithms_non_mod_seq_ops.find_end (365 ms)
49: [ RUN      ] std_algorithms_non_mod_seq_ops.search
49: [       OK ] std_algorithms_non_mod_seq_ops.search (353 ms)
49: [ RUN      ] std_algorithms_non_mod_seq_ops.search_n
49: [       OK ] std_algorithms_non_mod_seq_ops.search_n (278 ms)
49: [----------] 4 tests from std_algorithms_non_mod_seq_ops (1372 ms total)
49: 
49: [----------] 1 test from std_algorithms_count_test
49: [ RUN      ] std_algorithms_count_test.test
49: [       OK ] std_algorithms_count_test.test (22 ms)
49: [----------] 1 test from std_algorithms_count_test (22 ms total)
49: 
49: [----------] 1 test from std_algorithms_equal_test
49: [ RUN      ] std_algorithms_equal_test.test
49: [       OK ] std_algorithms_equal_test.test (14 ms)
49: [----------] 1 test from std_algorithms_equal_test (14 ms total)
49: 
49: [----------] 1 test from std_algorithms_all_any_none_of_test
49: [ RUN      ] std_algorithms_all_any_none_of_test.test
49: [       OK ] std_algorithms_all_any_none_of_test.test (32 ms)
49: [----------] 1 test from std_algorithms_all_any_none_of_test (32 ms total)
49: 
49: [----------] 1 test from std_algorithms_nonmod_seq_ops
49: [ RUN      ] std_algorithms_nonmod_seq_ops.adjacent_find
49: [       OK ] std_algorithms_nonmod_seq_ops.adjacent_find (63 ms)
49: [----------] 1 test from std_algorithms_nonmod_seq_ops (63 ms total)
49: 
49: [----------] 1 test from std_algorithms_mismatch_test
49: [ RUN      ] std_algorithms_mismatch_test.test
49: [       OK ] std_algorithms_mismatch_test.test (70 ms)
49: [----------] 1 test from std_algorithms_mismatch_test (70 ms total)
49: 
49: [----------] 1 test from std_algorithms_mod_seq_ops
49: [ RUN      ] std_algorithms_mod_seq_ops.move_backward
49: [       OK ] std_algorithms_mod_seq_ops.move_backward (58 ms)
49: [----------] 1 test from std_algorithms_mod_seq_ops (58 ms total)
49: 
49: [----------] Global test environment tear-down
49: [==========] 13 tests from 10 test suites ran. (1760 ms total)
49: [  PASSED  ] 13 tests.
49/66 Test #49: Kokkos_AlgorithmsUnitTest_StdSet_C .........................   Passed    2.14 sec
test 50
      Start 50: Kokkos_AlgorithmsUnitTest_StdSet_D

50: Test command: /var/jenkins/workspace/Kokkos_PR-7527/build/algorithms/unit_tests/Kokkos_AlgorithmsUnitTest_StdSet_D
50: Test timeout computed to be: 1500
50: [==========] Running 31 tests from 5 test suites.
50: [----------] Global test environment set-up.
50: [----------] 3 tests from std_algorithms_mod_ops_test
50: [ RUN      ] std_algorithms_mod_ops_test.move
50: [       OK ] std_algorithms_mod_ops_test.move (0 ms)
50: [ RUN      ] std_algorithms_mod_ops_test.move_within_parfor
50: [       OK ] std_algorithms_mod_ops_test.move_within_parfor (2 ms)
50: [ RUN      ] std_algorithms_mod_ops_test.iter_swap_static_view
50: [       OK ] std_algorithms_mod_ops_test.iter_swap_static_view (1 ms)
50: [----------] 3 tests from std_algorithms_mod_ops_test (3 ms total)
50: 
50: [----------] 12 tests from std_algorithms_mod_seq_ops_test
50: [ RUN      ] std_algorithms_mod_seq_ops_test.copy
50: [       OK ] std_algorithms_mod_seq_ops_test.copy (0 ms)
50: [ RUN      ] std_algorithms_mod_seq_ops_test.copy_view
50: [       OK ] std_algorithms_mod_seq_ops_test.copy_view (0 ms)
50: [ RUN      ] std_algorithms_mod_seq_ops_test.copy_n
50: [       OK ] std_algorithms_mod_seq_ops_test.copy_n (0 ms)
50: [ RUN      ] std_algorithms_mod_seq_ops_test.copy_backward
50: [       OK ] std_algorithms_mod_seq_ops_test.copy_backward (0 ms)
50: [ RUN      ] std_algorithms_mod_seq_ops_test.reverse_copy
50: [       OK ] std_algorithms_mod_seq_ops_test.reverse_copy (0 ms)
50: [ RUN      ] std_algorithms_mod_seq_ops_test.fill
50: [       OK ] std_algorithms_mod_seq_ops_test.fill (0 ms)
50: [ RUN      ] std_algorithms_mod_seq_ops_test.fill_n
50: [       OK ] std_algorithms_mod_seq_ops_test.fill_n (0 ms)
50: [ RUN      ] std_algorithms_mod_seq_ops_test.transform_from_fixture_unary_op
50: [       OK ] std_algorithms_mod_seq_ops_test.transform_from_fixture_unary_op (0 ms)
50: [ RUN      ] std_algorithms_mod_seq_ops_test.transform_from_fixture_binary_op
50: [       OK ] std_algorithms_mod_seq_ops_test.transform_from_fixture_binary_op (0 ms)
50: [ RUN      ] std_algorithms_mod_seq_ops_test.generate
50: [       OK ] std_algorithms_mod_seq_ops_test.generate (0 ms)
50: [ RUN      ] std_algorithms_mod_seq_ops_test.generate_n
50: [       OK ] std_algorithms_mod_seq_ops_test.generate_n (0 ms)
50: [ RUN      ] std_algorithms_mod_seq_ops_test.swap_ranges
50: [       OK ] std_algorithms_mod_seq_ops_test.swap_ranges (1 ms)
50: [----------] 12 tests from std_algorithms_mod_seq_ops_test (8 ms total)
50: 
50: [----------] 4 tests from std_algorithms_replace_ops_test
50: [ RUN      ] std_algorithms_replace_ops_test.replace
50: [       OK ] std_algorithms_replace_ops_test.replace (42 ms)
50: [ RUN      ] std_algorithms_replace_ops_test.replace_if
50: [       OK ] std_algorithms_replace_ops_test.replace_if (135 ms)
50: [ RUN      ] std_algorithms_replace_ops_test.replace_copy
50: [       OK ] std_algorithms_replace_ops_test.replace_copy (83 ms)
50: [ RUN      ] std_algorithms_replace_ops_test.replace_copy_if
50: [       OK ] std_algorithms_replace_ops_test.replace_copy_if (59 ms)
50: [----------] 4 tests from std_algorithms_replace_ops_test (320 ms total)
50: 
50: [----------] 11 tests from std_algorithms_mod_seq_ops
50: [ RUN      ] std_algorithms_mod_seq_ops.copy_if
50: [       OK ] std_algorithms_mod_seq_ops.copy_if (33 ms)
50: [ RUN      ] std_algorithms_mod_seq_ops.unique
50: [       OK ] std_algorithms_mod_seq_ops.unique (82 ms)
50: [ RUN      ] std_algorithms_mod_seq_ops.unique_copy
50: [       OK ] std_algorithms_mod_seq_ops.unique_copy (51 ms)
50: [ RUN      ] std_algorithms_mod_seq_ops.remove
50: [       OK ] std_algorithms_mod_seq_ops.remove (33 ms)
50: [ RUN      ] std_algorithms_mod_seq_ops.remove_if
50: [       OK ] std_algorithms_mod_seq_ops.remove_if (34 ms)
50: [ RUN      ] std_algorithms_mod_seq_ops.remove_copy
50: [       OK ] std_algorithms_mod_seq_ops.remove_copy (139 ms)
50: [ RUN      ] std_algorithms_mod_seq_ops.remove_copy_if
50: [       OK ] std_algorithms_mod_seq_ops.remove_copy_if (34 ms)
50: [ RUN      ] std_algorithms_mod_seq_ops.rotate
50: [       OK ] std_algorithms_mod_seq_ops.rotate (1157 ms)
50: [ RUN      ] std_algorithms_mod_seq_ops.rotate_copy
50: [       OK ] std_algorithms_mod_seq_ops.rotate_copy (473 ms)
50: [ RUN      ] std_algorithms_mod_seq_ops.shift_left
50: [       OK ] std_algorithms_mod_seq_ops.shift_left (1330 ms)
50: [ RUN      ] std_algorithms_mod_seq_ops.shift_right
50: [       OK ] std_algorithms_mod_seq_ops.shift_right (1329 ms)
50: [----------] 11 tests from std_algorithms_mod_seq_ops (4699 ms total)
50: 
50: [----------] 1 test from std_algorithms_modseq_test
50: [ RUN      ] std_algorithms_modseq_test.reverse
50: [       OK ] std_algorithms_modseq_test.reverse (52 ms)
50: [----------] 1 test from std_algorithms_modseq_test (52 ms total)
50: 
50: [----------] Global test environment tear-down
50: [==========] 31 tests from 5 test suites ran. (5084 ms total)
50: [  PASSED  ] 31 tests.
50/66 Test #50: Kokkos_AlgorithmsUnitTest_StdSet_D .........................   Passed    5.50 sec
test 51
      Start 51: Kokkos_AlgorithmsUnitTest_StdSet_E

51: Test command: /var/jenkins/workspace/Kokkos_PR-7527/build/algorithms/unit_tests/Kokkos_AlgorithmsUnitTest_StdSet_E
51: Test timeout computed to be: 1500
51: [==========] Running 29 tests from 7 test suites.
51: [----------] Global test environment set-up.
51: [----------] 2 tests from std_algorithms_sorting_ops_test
51: [ RUN      ] std_algorithms_sorting_ops_test.is_sorted
51: [       OK ] std_algorithms_sorting_ops_test.is_sorted (14 ms)
51: [ RUN      ] std_algorithms_sorting_ops_test.is_sorted_until
51: [       OK ] std_algorithms_sorting_ops_test.is_sorted_until (13 ms)
51: [----------] 2 tests from std_algorithms_sorting_ops_test (27 ms total)
51: 
51: [----------] 4 tests from std_algorithms_partitioning_test
51: [ RUN      ] std_algorithms_partitioning_test.is_partitioned_trivial
51: [       OK ] std_algorithms_partitioning_test.is_partitioned_trivial (0 ms)
51: [ RUN      ] std_algorithms_partitioning_test.is_partitioned_accepting_iterators
51: [       OK ] std_algorithms_partitioning_test.is_partitioned_accepting_iterators (1 ms)
51: [ RUN      ] std_algorithms_partitioning_test.is_partitioned_accepting_view
51: [       OK ] std_algorithms_partitioning_test.is_partitioned_accepting_view (0 ms)
51: [ RUN      ] std_algorithms_partitioning_test.partition_point
51: [       OK ] std_algorithms_partitioning_test.partition_point (1 ms)
51: [----------] 4 tests from std_algorithms_partitioning_test (3 ms total)
51: 
51: [----------] 1 test from std_algorithms_partitioning_ops
51: [ RUN      ] std_algorithms_partitioning_ops.partition_copy
51: [       OK ] std_algorithms_partitioning_ops.partition_copy (22 ms)
51: [----------] 1 test from std_algorithms_partitioning_ops (22 ms total)
51: 
51: [----------] 12 tests from std_algorithms_numerics_test
51: [ RUN      ] std_algorithms_numerics_test.transform_reduce_default_functors_using_pod_value_type
51: [       OK ] std_algorithms_numerics_test.transform_reduce_default_functors_using_pod_value_type (1 ms)
51: [ RUN      ] std_algorithms_numerics_test.transform_reduce_default_functors_using_custom_value_type
51: [       OK ] std_algorithms_numerics_test.transform_reduce_default_functors_using_custom_value_type (1 ms)
51: [ RUN      ] std_algorithms_numerics_test.transform_reduce_custom_functors_overloadA_using_pod_value_type
51: [       OK ] std_algorithms_numerics_test.transform_reduce_custom_functors_overloadA_using_pod_value_type (1 ms)
51: [ RUN      ] std_algorithms_numerics_test.transform_reduce_custom_functors_overloadA_using_custom_value_type
51: [       OK ] std_algorithms_numerics_test.transform_reduce_custom_functors_overloadA_using_custom_value_type (1 ms)
51: [ RUN      ] std_algorithms_numerics_test.transform_reduce_custom_functors_overloadB_using_pod_value_type
51: [       OK ] std_algorithms_numerics_test.transform_reduce_custom_functors_overloadB_using_pod_value_type (1 ms)
51: [ RUN      ] std_algorithms_numerics_test.transform_reduce_custom_functors_overloadB_using_custom_value_type
51: [       OK ] std_algorithms_numerics_test.transform_reduce_custom_functors_overloadB_using_custom_value_type (1 ms)
51: [ RUN      ] std_algorithms_numerics_test.reduce_default_functors_overloadA_using_pod_value_type
51: [       OK ] std_algorithms_numerics_test.reduce_default_functors_overloadA_using_pod_value_type (0 ms)
51: [ RUN      ] std_algorithms_numerics_test.reduce_default_functors_overloadA_using_custom_value_type
51: [       OK ] std_algorithms_numerics_test.reduce_default_functors_overloadA_using_custom_value_type (1 ms)
51: [ RUN      ] std_algorithms_numerics_test.reduce_default_functors_overloadB_using_pod_value_type
51: [       OK ] std_algorithms_numerics_test.reduce_default_functors_overloadB_using_pod_value_type (0 ms)
51: [ RUN      ] std_algorithms_numerics_test.reduce_default_functors_overloadB_using_custom_value_type
51: [       OK ] std_algorithms_numerics_test.reduce_default_functors_overloadB_using_custom_value_type (0 ms)
51: [ RUN      ] std_algorithms_numerics_test.reduce_custom_functors_using_pod_value_type
51: [       OK ] std_algorithms_numerics_test.reduce_custom_functors_using_pod_value_type (1 ms)
51: [ RUN      ] std_algorithms_numerics_test.reduce_custom_functors_using_custom_value_type
51: [       OK ] std_algorithms_numerics_test.reduce_custom_functors_using_custom_value_type (1 ms)
51: [----------] 12 tests from std_algorithms_numerics_test (12 ms total)
51: 
51: [----------] 1 test from std_algorithms_numerics_ops_test
51: [ RUN      ] std_algorithms_numerics_ops_test.adjecent_difference
51: [       OK ] std_algorithms_numerics_ops_test.adjecent_difference (96 ms)
51: [----------] 1 test from std_algorithms_numerics_ops_test (96 ms total)
51: 
51: [----------] 8 tests from std_algorithms_numeric_ops_test
51: [ RUN      ] std_algorithms_numeric_ops_test.exclusive_scan
51: [       OK ] std_algorithms_numeric_ops_test.exclusive_scan (662 ms)
51: [ RUN      ] std_algorithms_numeric_ops_test.exclusive_scan_functor
51: [       OK ] std_algorithms_numeric_ops_test.exclusive_scan_functor (0 ms)
51: [ RUN      ] std_algorithms_numeric_ops_test.inclusive_scan
51: [       OK ] std_algorithms_numeric_ops_test.inclusive_scan (591 ms)
51: [ RUN      ] std_algorithms_numeric_ops_test.inclusive_scan_functor
51: [       OK ] std_algorithms_numeric_ops_test.inclusive_scan_functor (0 ms)
51: [ RUN      ] std_algorithms_numeric_ops_test.transform_exclusive_scan
51: [       OK ] std_algorithms_numeric_ops_test.transform_exclusive_scan (184 ms)
51: [ RUN      ] std_algorithms_numeric_ops_test.transform_exclusive_scan_functor
51: [       OK ] std_algorithms_numeric_ops_test.transform_exclusive_scan_functor (0 ms)
51: [ RUN      ] std_algorithms_numeric_ops_test.transform_inclusive_scan
51: [       OK ] std_algorithms_numeric_ops_test.transform_inclusive_scan (319 ms)
51: [ RUN      ] std_algorithms_numeric_ops_test.transform_inclusive_scan_functor
51: [       OK ] std_algorithms_numeric_ops_test.transform_inclusive_scan_functor (0 ms)
51: [----------] 8 tests from std_algorithms_numeric_ops_test (1757 ms total)
51: 
51: [----------] 1 test from std_algorithms_transform_ops_test
51: [ RUN      ] std_algorithms_transform_ops_test.transform_unary_op
51: [       OK ] std_algorithms_transform_ops_test.transform_unary_op (41 ms)
51: [----------] 1 test from std_algorithms_transform_ops_test (41 ms total)
51: 
51: [----------] Global test environment tear-down
51: [==========] 29 tests from 7 test suites ran. (1962 ms total)
51: [  PASSED  ] 29 tests.
51/66 Test #51: Kokkos_AlgorithmsUnitTest_StdSet_E .........................   Passed    2.36 sec
test 52
      Start 52: Kokkos_AlgorithmsUnitTest_StdSet_Team_A

52: Test command: /var/jenkins/workspace/Kokkos_PR-7527/build/algorithms/unit_tests/Kokkos_AlgorithmsUnitTest_StdSet_Team_A
52: Test timeout computed to be: 1500
52: [==========] Running 12 tests from 7 test suites.
52: [----------] Global test environment set-up.
52: [----------] 2 tests from std_algorithms_adjacent_find_team_test
52: [ RUN      ] std_algorithms_adjacent_find_team_test.two_consecutive_equal_elements_exist
52: [       OK ] std_algorithms_adjacent_find_team_test.two_consecutive_equal_elements_exist (592 ms)
52: [ RUN      ] std_algorithms_adjacent_find_team_test.two_consecutive_equal_elements_might_exist
52: [       OK ] std_algorithms_adjacent_find_team_test.two_consecutive_equal_elements_might_exist (560 ms)
52: [----------] 2 tests from std_algorithms_adjacent_find_team_test (1152 ms total)
52: 
52: [----------] 2 tests from std_algorithms_count_team_test
52: [ RUN      ] std_algorithms_count_team_test.count_returns_nonzero
52: [       OK ] std_algorithms_count_team_test.count_returns_nonzero (269 ms)
52: [ RUN      ] std_algorithms_count_team_test.count_returns_zero
52: [       OK ] std_algorithms_count_team_test.count_returns_zero (254 ms)
52: [----------] 2 tests from std_algorithms_count_team_test (524 ms total)
52: 
52: [----------] 1 test from std_algorithms_count_if_team_test
52: [ RUN      ] std_algorithms_count_if_team_test.test
52: [       OK ] std_algorithms_count_if_team_test.test (316 ms)
52: [----------] 1 test from std_algorithms_count_if_team_test (316 ms total)
52: 
52: [----------] 1 test from std_algorithms_for_each_team_test
52: [ RUN      ] std_algorithms_for_each_team_test.test
52: [       OK ] std_algorithms_for_each_team_test.test (467 ms)
52: [----------] 1 test from std_algorithms_for_each_team_test (467 ms total)
52: 
52: [----------] 1 test from std_algorithms_for_each_n_team_test
52: [ RUN      ] std_algorithms_for_each_n_team_test.test
52: [       OK ] std_algorithms_for_each_n_team_test.test (467 ms)
52: [----------] 1 test from std_algorithms_for_each_n_team_test (467 ms total)
52: 
52: [----------] 3 tests from std_algorithms_lexicographical_compare_team_test
52: [ RUN      ] std_algorithms_lexicographical_compare_team_test.views_are_equal
52: [       OK ] std_algorithms_lexicographical_compare_team_test.views_are_equal (633 ms)
52: [ RUN      ] std_algorithms_lexicographical_compare_team_test.first_view_is_less
52: [       OK ] std_algorithms_lexicographical_compare_team_test.first_view_is_less (583 ms)
52: [ RUN      ] std_algorithms_lexicographical_compare_team_test.first_view_is_greater
52: [       OK ] std_algorithms_lexicographical_compare_team_test.first_view_is_greater (592 ms)
52: [----------] 3 tests from std_algorithms_lexicographical_compare_team_test (1809 ms total)
52: 
52: [----------] 2 tests from std_algorithms_mismatch_team_test
52: [ RUN      ] std_algorithms_mismatch_team_test.views_are_equal
52: [       OK ] std_algorithms_mismatch_team_test.views_are_equal (663 ms)
52: [ RUN      ] std_algorithms_mismatch_team_test.views_are_not_equal
52: [       OK ] std_algorithms_mismatch_team_test.views_are_not_equal (860 ms)
52: [----------] 2 tests from std_algorithms_mismatch_team_test (1523 ms total)
52: 
52: [----------] Global test environment tear-down
52: [==========] 12 tests from 7 test suites ran. (6262 ms total)
52: [  PASSED  ] 12 tests.
52/66 Test #52: Kokkos_AlgorithmsUnitTest_StdSet_Team_A ....................   Passed    6.67 sec
test 53
      Start 53: Kokkos_AlgorithmsUnitTest_StdSet_Team_B

53: Test command: /var/jenkins/workspace/Kokkos_PR-7527/build/algorithms/unit_tests/Kokkos_AlgorithmsUnitTest_StdSet_Team_B
53: Test timeout computed to be: 1500
53: [==========] Running 8 tests from 4 test suites.
53: [----------] Global test environment set-up.
53: [----------] 2 tests from std_algorithms_equal_team_test
53: [ RUN      ] std_algorithms_equal_team_test.views_are_equal
53: [       OK ] std_algorithms_equal_team_test.views_are_equal (1005 ms)
53: [ RUN      ] std_algorithms_equal_team_test.views_are_not_equal
53: [       OK ] std_algorithms_equal_team_test.views_are_not_equal (1290 ms)
53: [----------] 2 tests from std_algorithms_equal_team_test (2295 ms total)
53: 
53: [----------] 2 tests from std_algorithms_search_team_test
53: [ RUN      ] std_algorithms_search_team_test.sequences_exist
53: [       OK ] std_algorithms_search_team_test.sequences_exist (535 ms)
53: [ RUN      ] std_algorithms_search_team_test.sequences_do_not_exist
53: [       OK ] std_algorithms_search_team_test.sequences_do_not_exist (550 ms)
53: [----------] 2 tests from std_algorithms_search_team_test (1085 ms total)
53: 
53: [----------] 2 tests from std_algorithms_find_end_team_test
53: [ RUN      ] std_algorithms_find_end_team_test.sequences_exist
53: [       OK ] std_algorithms_find_end_team_test.sequences_exist (640 ms)
53: [ RUN      ] std_algorithms_find_end_team_test.sequences_do_not_exist
53: [       OK ] std_algorithms_find_end_team_test.sequences_do_not_exist (654 ms)
53: [----------] 2 tests from std_algorithms_find_end_team_test (1295 ms total)
53: 
53: [----------] 2 tests from std_algorithms_find_first_of_team_test
53: [ RUN      ] std_algorithms_find_first_of_team_test.sequences_exist
53: [       OK ] std_algorithms_find_first_of_team_test.sequences_exist (579 ms)
53: [ RUN      ] std_algorithms_find_first_of_team_test.sequences_do_not_exist
53: [       OK ] std_algorithms_find_first_of_team_test.sequences_do_not_exist (723 ms)
53: [----------] 2 tests from std_algorithms_find_first_of_team_test (1303 ms total)
53: 
53: [----------] Global test environment tear-down
53: [==========] 8 tests from 4 test suites ran. (5980 ms total)
53: [  PASSED  ] 8 tests.
53/66 Test #53: Kokkos_AlgorithmsUnitTest_StdSet_Team_B ....................   Passed    6.38 sec
test 54
      Start 54: Kokkos_AlgorithmsUnitTest_StdSet_Team_C

54: Test command: /var/jenkins/workspace/Kokkos_PR-7527/build/algorithms/unit_tests/Kokkos_AlgorithmsUnitTest_StdSet_Team_C
54: Test timeout computed to be: 1500
54: [==========] Running 11 tests from 7 test suites.
54: [----------] Global test environment set-up.
54: [----------] 2 tests from std_algorithms_find_team_test
54: [ RUN      ] std_algorithms_find_team_test.searched_values_exist
54: [       OK ] std_algorithms_find_team_test.searched_values_exist (265 ms)
54: [ RUN      ] std_algorithms_find_team_test.searched_values_do_not_exist
54: [       OK ] std_algorithms_find_team_test.searched_values_do_not_exist (262 ms)
54: [----------] 2 tests from std_algorithms_find_team_test (527 ms total)
54: 
54: [----------] 2 tests from std_algorithms_find_if_team_test
54: [ RUN      ] std_algorithms_find_if_team_test.predicates_return_true
54: [       OK ] std_algorithms_find_if_team_test.predicates_return_true (253 ms)
54: [ RUN      ] std_algorithms_find_if_team_test.predicates_return_false
54: [       OK ] std_algorithms_find_if_team_test.predicates_return_false (261 ms)
54: [----------] 2 tests from std_algorithms_find_if_team_test (514 ms total)
54: 
54: [----------] 2 tests from std_algorithms_find_if_not_team_test
54: [ RUN      ] std_algorithms_find_if_not_team_test.predicates_return_true
54: [       OK ] std_algorithms_find_if_not_team_test.predicates_return_true (263 ms)
54: [ RUN      ] std_algorithms_find_if_not_team_test.predicates_return_false
54: [       OK ] std_algorithms_find_if_not_team_test.predicates_return_false (253 ms)
54: [----------] 2 tests from std_algorithms_find_if_not_team_test (517 ms total)
54: 
54: [----------] 1 test from std_algorithms_all_of_team_test
54: [ RUN      ] std_algorithms_all_of_team_test.test
54: [       OK ] std_algorithms_all_of_team_test.test (270 ms)
54: [----------] 1 test from std_algorithms_all_of_team_test (270 ms total)
54: 
54: [----------] 1 test from std_algorithms_any_of_team_test
54: [ RUN      ] std_algorithms_any_of_team_test.test
54: [       OK ] std_algorithms_any_of_team_test.test (258 ms)
54: [----------] 1 test from std_algorithms_any_of_team_test (258 ms total)
54: 
54: [----------] 1 test from std_algorithms_none_of_team_test
54: [ RUN      ] std_algorithms_none_of_team_test.test
54: [       OK ] std_algorithms_none_of_team_test.test (269 ms)
54: [----------] 1 test from std_algorithms_none_of_team_test (269 ms total)
54: 
54: [----------] 2 tests from std_algorithms_search_n_team_test
54: [ RUN      ] std_algorithms_search_n_team_test.sequences_of_equal_elements_exist
54: [       OK ] std_algorithms_search_n_team_test.sequences_of_equal_elements_exist (281 ms)
54: [ RUN      ] std_algorithms_search_n_team_test.sequences_of_equal_elements_probably_does_not_exist
54: [       OK ] std_algorithms_search_n_team_test.sequences_of_equal_elements_probably_does_not_exist (269 ms)
54: [----------] 2 tests from std_algorithms_search_n_team_test (551 ms total)
54: 
54: [----------] Global test environment tear-down
54: [==========] 11 tests from 7 test suites ran. (2909 ms total)
54: [  PASSED  ] 11 tests.
54/66 Test #54: Kokkos_AlgorithmsUnitTest_StdSet_Team_C ....................   Passed    3.75 sec
test 55
      Start 55: Kokkos_AlgorithmsUnitTest_StdSet_Team_D

55: Test command: /var/jenkins/workspace/Kokkos_PR-7527/build/algorithms/unit_tests/Kokkos_AlgorithmsUnitTest_StdSet_Team_D
55: Test timeout computed to be: 1500
55: [==========] Running 3 tests from 3 test suites.
55: [----------] Global test environment set-up.
55: [----------] 1 test from std_algorithms_min_element_team_test
55: [ RUN      ] std_algorithms_min_element_team_test.test
55: [       OK ] std_algorithms_min_element_team_test.test (662 ms)
55: [----------] 1 test from std_algorithms_min_element_team_test (662 ms total)
55: 
55: [----------] 1 test from std_algorithms_max_element_team_test
55: [ RUN      ] std_algorithms_max_element_team_test.test
55: [       OK ] std_algorithms_max_element_team_test.test (644 ms)
55: [----------] 1 test from std_algorithms_max_element_team_test (644 ms total)
55: 
55: [----------] 1 test from std_algorithms_minmax_element_team_test
55: [ RUN      ] std_algorithms_minmax_element_team_test.test
55: [       OK ] std_algorithms_minmax_element_team_test.test (683 ms)
55: [----------] 1 test from std_algorithms_minmax_element_team_test (683 ms total)
55: 
55: [----------] Global test environment tear-down
55: [==========] 3 tests from 3 test suites ran. (1989 ms total)
55: [  PASSED  ] 3 tests.
55/66 Test #55: Kokkos_AlgorithmsUnitTest_StdSet_Team_D ....................   Passed    2.40 sec
test 56
      Start 56: Kokkos_AlgorithmsUnitTest_StdSet_Team_E

56: Test command: /var/jenkins/workspace/Kokkos_PR-7527/build/algorithms/unit_tests/Kokkos_AlgorithmsUnitTest_StdSet_Team_E
56: Test timeout computed to be: 1500
56: [==========] Running 6 tests from 6 test suites.
56: [----------] Global test environment set-up.
56: [----------] 1 test from std_algorithms_fill_team_test
56: [ RUN      ] std_algorithms_fill_team_test.test
56: [       OK ] std_algorithms_fill_team_test.test (343 ms)
56: [----------] 1 test from std_algorithms_fill_team_test (343 ms total)
56: 
56: [----------] 1 test from std_algorithms_fill_n_team_test
56: [ RUN      ] std_algorithms_fill_n_team_test.test
56: [       OK ] std_algorithms_fill_n_team_test.test (465 ms)
56: [----------] 1 test from std_algorithms_fill_n_team_test (465 ms total)
56: 
56: [----------] 1 test from std_algorithms_replace_team_test
56: [ RUN      ] std_algorithms_replace_team_test.test
56: [       OK ] std_algorithms_replace_team_test.test (495 ms)
56: [----------] 1 test from std_algorithms_replace_team_test (495 ms total)
56: 
56: [----------] 1 test from std_algorithms_replace_if_team_test
56: [ RUN      ] std_algorithms_replace_if_team_test.test
56: [       OK ] std_algorithms_replace_if_team_test.test (423 ms)
56: [----------] 1 test from std_algorithms_replace_if_team_test (423 ms total)
56: 
56: [----------] 1 test from std_algorithms_replace_copy_team_test
56: [ RUN      ] std_algorithms_replace_copy_team_test.test
56: [       OK ] std_algorithms_replace_copy_team_test.test (419 ms)
56: [----------] 1 test from std_algorithms_replace_copy_team_test (420 ms total)
56: 
56: [----------] 1 test from std_algorithms_replace_copy_if_team_test
56: [ RUN      ] std_algorithms_replace_copy_if_team_test.test
56: [       OK ] std_algorithms_replace_copy_if_team_test.test (428 ms)
56: [----------] 1 test from std_algorithms_replace_copy_if_team_test (428 ms total)
56: 
56: [----------] Global test environment tear-down
56: [==========] 6 tests from 6 test suites ran. (2577 ms total)
56: [  PASSED  ] 6 tests.
56/66 Test #56: Kokkos_AlgorithmsUnitTest_StdSet_Team_E ....................   Passed    2.96 sec
test 57
      Start 57: Kokkos_AlgorithmsUnitTest_StdSet_Team_F

57: Test command: /var/jenkins/workspace/Kokkos_PR-7527/build/algorithms/unit_tests/Kokkos_AlgorithmsUnitTest_StdSet_Team_F
57: Test timeout computed to be: 1500
57: [==========] Running 4 tests from 4 test suites.
57: [----------] Global test environment set-up.
57: [----------] 1 test from std_algorithms_reverse_team_test
57: [ RUN      ] std_algorithms_reverse_team_test.test
57: [       OK ] std_algorithms_reverse_team_test.test (365 ms)
57: [----------] 1 test from std_algorithms_reverse_team_test (365 ms total)
57: 
57: [----------] 1 test from std_algorithms_reverse_copy_team_test
57: [ RUN      ] std_algorithms_reverse_copy_team_test.test
57: [       OK ] std_algorithms_reverse_copy_team_test.test (401 ms)
57: [----------] 1 test from std_algorithms_reverse_copy_team_test (401 ms total)
57: 
57: [----------] 1 test from std_algorithms_rotate_team_test
57: [ RUN      ] std_algorithms_rotate_team_test.test
57: [       OK ] std_algorithms_rotate_team_test.test (667 ms)
57: [----------] 1 test from std_algorithms_rotate_team_test (667 ms total)
57: 
57: [----------] 1 test from std_algorithms_rotate_copy_team_test
57: [ RUN      ] std_algorithms_rotate_copy_team_test.test
57: [       OK ] std_algorithms_rotate_copy_team_test.test (689 ms)
57: [----------] 1 test from std_algorithms_rotate_copy_team_test (689 ms total)
57: 
57: [----------] Global test environment tear-down
57: [==========] 4 tests from 4 test suites ran. (2124 ms total)
57: [  PASSED  ] 4 tests.
57/66 Test #57: Kokkos_AlgorithmsUnitTest_StdSet_Team_F ....................   Passed    2.52 sec
test 58
      Start 58: Kokkos_AlgorithmsUnitTest_StdSet_Team_G

58: Test command: /var/jenkins/workspace/Kokkos_PR-7527/build/algorithms/unit_tests/Kokkos_AlgorithmsUnitTest_StdSet_Team_G
58: Test timeout computed to be: 1500
58: [==========] Running 4 tests from 4 test suites.
58: [----------] Global test environment set-up.
58: [----------] 1 test from std_algorithms_move_team_test
58: [ RUN      ] std_algorithms_move_team_test.test
58: [       OK ] std_algorithms_move_team_test.test (616 ms)
58: [----------] 1 test from std_algorithms_move_team_test (616 ms total)
58: 
58: [----------] 1 test from std_algorithms_move_backward_team_test
58: [ RUN      ] std_algorithms_move_backward_team_test.test
58: [       OK ] std_algorithms_move_backward_team_test.test (552 ms)
58: [----------] 1 test from std_algorithms_move_backward_team_test (552 ms total)
58: 
58: [----------] 1 test from std_algorithms_shift_left_team_test
58: [ RUN      ] std_algorithms_shift_left_team_test.test
58: [       OK ] std_algorithms_shift_left_team_test.test (1654 ms)
58: [----------] 1 test from std_algorithms_shift_left_team_test (1654 ms total)
58: 
58: [----------] 1 test from std_algorithms_shift_right_team_test
58: [ RUN      ] std_algorithms_shift_right_team_test.test
58: [       OK ] std_algorithms_shift_right_team_test.test (1637 ms)
58: [----------] 1 test from std_algorithms_shift_right_team_test (1637 ms total)
58: 
58: [----------] Global test environment tear-down
58: [==========] 4 tests from 4 test suites ran. (4461 ms total)
58: [  PASSED  ] 4 tests.
58/66 Test #58: Kokkos_AlgorithmsUnitTest_StdSet_Team_G ....................   Passed    4.83 sec
test 59
      Start 59: Kokkos_AlgorithmsUnitTest_StdSet_Team_H

59: Test command: /var/jenkins/workspace/Kokkos_PR-7527/build/algorithms/unit_tests/Kokkos_AlgorithmsUnitTest_StdSet_Team_H
59: Test timeout computed to be: 1500
59: [==========] Running 9 tests from 9 test suites.
59: [----------] Global test environment set-up.
59: [----------] 1 test from std_algorithms_copy_team_test
59: [ RUN      ] std_algorithms_copy_team_test.test
59: [       OK ] std_algorithms_copy_team_test.test (744 ms)
59: [----------] 1 test from std_algorithms_copy_team_test (744 ms total)
59: 
59: [----------] 1 test from std_algorithms_copy_n_team_test
59: [ RUN      ] std_algorithms_copy_n_team_test.test
59: [       OK ] std_algorithms_copy_n_team_test.test (530 ms)
59: [----------] 1 test from std_algorithms_copy_n_team_test (530 ms total)
59: 
59: [----------] 1 test from std_algorithms_copy_backward_team_test
59: [ RUN      ] std_algorithms_copy_backward_team_test.test
59: [       OK ] std_algorithms_copy_backward_team_test.test (514 ms)
59: [----------] 1 test from std_algorithms_copy_backward_team_test (514 ms total)
59: 
59: [----------] 1 test from std_algorithms_copy_if_team_test
59: [ RUN      ] std_algorithms_copy_if_team_test.test
59: [       OK ] std_algorithms_copy_if_team_test.test (478 ms)
59: [----------] 1 test from std_algorithms_copy_if_team_test (478 ms total)
59: 
59: [----------] 1 test from std_algorithms_unique_copy_team_test
59: [ RUN      ] std_algorithms_unique_copy_team_test.test
59: [       OK ] std_algorithms_unique_copy_team_test.test (571 ms)
59: [----------] 1 test from std_algorithms_unique_copy_team_test (571 ms total)
59: 
59: [----------] 1 test from std_algorithms_remove_team_test
59: [ RUN      ] std_algorithms_remove_team_test.test
59: [       OK ] std_algorithms_remove_team_test.test (476 ms)
59: [----------] 1 test from std_algorithms_remove_team_test (476 ms total)
59: 
59: [----------] 1 test from std_algorithms_remove_if_team_test
59: [ RUN      ] std_algorithms_remove_if_team_test.test
59: [       OK ] std_algorithms_remove_if_team_test.test (393 ms)
59: [----------] 1 test from std_algorithms_remove_if_team_test (394 ms total)
59: 
59: [----------] 1 test from std_algorithms_remove_copy_team_test
59: [ RUN      ] std_algorithms_remove_copy_team_test.test
59: [       OK ] std_algorithms_remove_copy_team_test.test (485 ms)
59: [----------] 1 test from std_algorithms_remove_copy_team_test (485 ms total)
59: 
59: [----------] 1 test from std_algorithms_remove_copy_if_team_test
59: [ RUN      ] std_algorithms_remove_copy_if_team_test.test
59: [       OK ] std_algorithms_remove_copy_if_team_test.test (418 ms)
59: [----------] 1 test from std_algorithms_remove_copy_if_team_test (418 ms total)
59: 
59: [----------] Global test environment tear-down
59: [==========] 9 tests from 9 test suites ran. (4613 ms total)
59: [  PASSED  ] 9 tests.
59/66 Test #59: Kokkos_AlgorithmsUnitTest_StdSet_Team_H ....................   Passed    5.02 sec
test 60
      Start 60: Kokkos_AlgorithmsUnitTest_StdSet_Team_I

60: Test command: /var/jenkins/workspace/Kokkos_PR-7527/build/algorithms/unit_tests/Kokkos_AlgorithmsUnitTest_StdSet_Team_I
60: Test timeout computed to be: 1500
60: [==========] Running 4 tests from 4 test suites.
60: [----------] Global test environment set-up.
60: [----------] 1 test from std_algorithms_unique_team_test
60: [ RUN      ] std_algorithms_unique_team_test.test_default_predicate
60: [       OK ] std_algorithms_unique_team_test.test_default_predicate (670 ms)
60: [----------] 1 test from std_algorithms_unique_team_test (670 ms total)
60: 
60: [----------] 1 test from std_algorithms_adjacent_difference_team_test
60: [ RUN      ] std_algorithms_adjacent_difference_team_test.test
60: [       OK ] std_algorithms_adjacent_difference_team_test.test (868 ms)
60: [----------] 1 test from std_algorithms_adjacent_difference_team_test (869 ms total)
60: 
60: [----------] 1 test from std_algorithms_reduce_team_test
60: [ RUN      ] std_algorithms_reduce_team_test.test
60: [       OK ] std_algorithms_reduce_team_test.test (856 ms)
60: [----------] 1 test from std_algorithms_reduce_team_test (856 ms total)
60: 
60: [----------] 1 test from std_algorithms_transform_reduce_team_test
60: [ RUN      ] std_algorithms_transform_reduce_team_test.test
60: [       OK ] std_algorithms_transform_reduce_team_test.test (1443 ms)
60: [----------] 1 test from std_algorithms_transform_reduce_team_test (1443 ms total)
60: 
60: [----------] Global test environment tear-down
60: [==========] 4 tests from 4 test suites ran. (3840 ms total)
60: [  PASSED  ] 4 tests.
60/66 Test #60: Kokkos_AlgorithmsUnitTest_StdSet_Team_I ....................   Passed    4.21 sec
test 61
      Start 61: Kokkos_AlgorithmsUnitTest_StdSet_Team_L

61: Test command: /var/jenkins/workspace/Kokkos_PR-7527/build/algorithms/unit_tests/Kokkos_AlgorithmsUnitTest_StdSet_Team_L
61: Test timeout computed to be: 1500
61: [==========] Running 18 tests from 5 test suites.
61: [----------] Global test environment set-up.
61: [----------] 2 tests from std_algorithms_is_sorted_team_test
61: [ RUN      ] std_algorithms_is_sorted_team_test.test_data_almost_certainly_not_sorted
61: [       OK ] std_algorithms_is_sorted_team_test.test_data_almost_certainly_not_sorted (542 ms)
61: [ RUN      ] std_algorithms_is_sorted_team_test.test_data_certainly_sorted
61: [       OK ] std_algorithms_is_sorted_team_test.test_data_certainly_sorted (428 ms)
61: [----------] 2 tests from std_algorithms_is_sorted_team_test (970 ms total)
61: 
61: [----------] 4 tests from std_algorithms_is_sorted_until_team_test
61: [ RUN      ] std_algorithms_is_sorted_until_team_test.test_trivialA
61: [       OK ] std_algorithms_is_sorted_until_team_test.test_trivialA (27 ms)
61: [ RUN      ] std_algorithms_is_sorted_until_team_test.test_trivialB
61: [       OK ] std_algorithms_is_sorted_until_team_test.test_trivialB (30 ms)
61: [ RUN      ] std_algorithms_is_sorted_until_team_test.test_nontrivialA
61: [       OK ] std_algorithms_is_sorted_until_team_test.test_nontrivialA (349 ms)
61: [ RUN      ] std_algorithms_is_sorted_until_team_test.test_nontrivialB
61: [       OK ] std_algorithms_is_sorted_until_team_test.test_nontrivialB (467 ms)
61: [----------] 4 tests from std_algorithms_is_sorted_until_team_test (875 ms total)
61: 
61: [----------] 4 tests from std_algorithms_is_partitioned_team_test
61: [ RUN      ] std_algorithms_is_partitioned_team_test.empty
61: [       OK ] std_algorithms_is_partitioned_team_test.empty (14 ms)
61: [ RUN      ] std_algorithms_is_partitioned_team_test.all_true
61: [       OK ] std_algorithms_is_partitioned_team_test.all_true (234 ms)
61: [ RUN      ] std_algorithms_is_partitioned_team_test.all_false
61: [       OK ] std_algorithms_is_partitioned_team_test.all_false (229 ms)
61: [ RUN      ] std_algorithms_is_partitioned_team_test.random
61: [       OK ] std_algorithms_is_partitioned_team_test.random (176 ms)
61: [----------] 4 tests from std_algorithms_is_partitioned_team_test (654 ms total)
61: 
61: [----------] 4 tests from std_algorithms_partition_copy_team_test
61: [ RUN      ] std_algorithms_partition_copy_team_test.empty
61: [       OK ] std_algorithms_partition_copy_team_test.empty (18 ms)
61: [ RUN      ] std_algorithms_partition_copy_team_test.all_true
61: [       OK ] std_algorithms_partition_copy_team_test.all_true (541 ms)
61: [ RUN      ] std_algorithms_partition_copy_team_test.all_false
61: [       OK ] std_algorithms_partition_copy_team_test.all_false (537 ms)
61: [ RUN      ] std_algorithms_partition_copy_team_test.random
61: [       OK ] std_algorithms_partition_copy_team_test.random (485 ms)
61: [----------] 4 tests from std_algorithms_partition_copy_team_test (1583 ms total)
61: 
61: [----------] 4 tests from std_algorithms_partition_point_team_test
61: [ RUN      ] std_algorithms_partition_point_team_test.empty
61: [       OK ] std_algorithms_partition_point_team_test.empty (14 ms)
61: [ RUN      ] std_algorithms_partition_point_team_test.all_true
61: [       OK ] std_algorithms_partition_point_team_test.all_true (225 ms)
61: [ RUN      ] std_algorithms_partition_point_team_test.all_false
61: [       OK ] std_algorithms_partition_point_team_test.all_false (231 ms)
61: [ RUN      ] std_algorithms_partition_point_team_test.random
61: [       OK ] std_algorithms_partition_point_team_test.random (175 ms)
61: [----------] 4 tests from std_algorithms_partition_point_team_test (647 ms total)
61: 
61: [----------] Global test environment tear-down
61: [==========] 18 tests from 5 test suites ran. (4732 ms total)
61: [  PASSED  ] 18 tests.
61/66 Test #61: Kokkos_AlgorithmsUnitTest_StdSet_Team_L ....................   Passed    5.08 sec
test 62
      Start 62: Kokkos_AlgorithmsUnitTest_StdSet_Team_M

62: Test command: /var/jenkins/workspace/Kokkos_PR-7527/build/algorithms/unit_tests/Kokkos_AlgorithmsUnitTest_StdSet_Team_M
62: Test timeout computed to be: 1500
62: [==========] Running 5 tests from 4 test suites.
62: [----------] Global test environment set-up.
62: [----------] 2 tests from std_algorithms_transform_team_test
62: [ RUN      ] std_algorithms_transform_team_test.test_unary_op
62: [       OK ] std_algorithms_transform_team_test.test_unary_op (914 ms)
62: [ RUN      ] std_algorithms_transform_team_test.test_binary_op
62: [       OK ] std_algorithms_transform_team_test.test_binary_op (811 ms)
62: [----------] 2 tests from std_algorithms_transform_team_test (1725 ms total)
62: 
62: [----------] 1 test from std_algorithms_generate_team_test
62: [ RUN      ] std_algorithms_generate_team_test.test_unary_op
62: [       OK ] std_algorithms_generate_team_test.test_unary_op (1433 ms)
62: [----------] 1 test from std_algorithms_generate_team_test (1433 ms total)
62: 
62: [----------] 1 test from std_algorithms_generate_n_team_test
62: [ RUN      ] std_algorithms_generate_n_team_test.test
62: [       OK ] std_algorithms_generate_n_team_test.test (465 ms)
62: [----------] 1 test from std_algorithms_generate_n_team_test (465 ms total)
62: 
62: [----------] 1 test from std_algorithms_swap_ranges_team_test
62: [ RUN      ] std_algorithms_swap_ranges_team_test.test
62: [       OK ] std_algorithms_swap_ranges_team_test.test (774 ms)
62: [----------] 1 test from std_algorithms_swap_ranges_team_test (774 ms total)
62: 
62: [----------] Global test environment tear-down
62: [==========] 5 tests from 4 test suites ran. (4399 ms total)
62: [  PASSED  ] 5 tests.
62/66 Test #62: Kokkos_AlgorithmsUnitTest_StdSet_Team_M ....................   Passed    4.77 sec
test 63
      Start 63: Kokkos_AlgorithmsUnitTest_StdSet_Team_P

63: Test command: /var/jenkins/workspace/Kokkos_PR-7527/build/algorithms/unit_tests/Kokkos_AlgorithmsUnitTest_StdSet_Team_P
63: Test timeout computed to be: 1500
63: [==========] Running 2 tests from 2 test suites.
63: [----------] Global test environment set-up.
63: [----------] 1 test from std_algorithms_exclusive_scan_team_test
63: [ RUN      ] std_algorithms_exclusive_scan_team_test.test
63: [       OK ] std_algorithms_exclusive_scan_team_test.test (1659 ms)
63: [----------] 1 test from std_algorithms_exclusive_scan_team_test (1659 ms total)
63: 
63: [----------] 1 test from std_algorithms_transform_exclusive_scan_team_test
63: [ RUN      ] std_algorithms_transform_exclusive_scan_team_test.test
63: [       OK ] std_algorithms_transform_exclusive_scan_team_test.test (799 ms)
63: [----------] 1 test from std_algorithms_transform_exclusive_scan_team_test (799 ms total)
63: 
63: [----------] Global test environment tear-down
63: [==========] 2 tests from 2 test suites ran. (2458 ms total)
63: [  PASSED  ] 2 tests.
63/66 Test #63: Kokkos_AlgorithmsUnitTest_StdSet_Team_P ....................   Passed    2.83 sec
test 64
      Start 64: Kokkos_AlgorithmsUnitTest_StdSet_Team_Q

64: Test command: /var/jenkins/workspace/Kokkos_PR-7527/build/algorithms/unit_tests/Kokkos_AlgorithmsUnitTest_StdSet_Team_Q
64: Test timeout computed to be: 1500
64: [==========] Running 2 tests from 2 test suites.
64: [----------] Global test environment set-up.
64: [----------] 1 test from std_algorithms_inclusive_scan_team_test
64: [ RUN      ] std_algorithms_inclusive_scan_team_test.test
64: [       OK ] std_algorithms_inclusive_scan_team_test.test (2421 ms)
64: [----------] 1 test from std_algorithms_inclusive_scan_team_test (2421 ms total)
64: 
64: [----------] 1 test from std_algorithms_transform_inclusive_scan_team_test
64: [ RUN      ] std_algorithms_transform_inclusive_scan_team_test.test
64: [       OK ] std_algorithms_transform_inclusive_scan_team_test.test (1585 ms)
64: [----------] 1 test from std_algorithms_transform_inclusive_scan_team_test (1585 ms total)
64: 
64: [----------] Global test environment tear-down
64: [==========] 2 tests from 2 test suites ran. (4006 ms total)
64: [  PASSED  ] 2 tests.
64/66 Test #64: Kokkos_AlgorithmsUnitTest_StdSet_Team_Q ....................   Passed    4.39 sec
test 65
      Start 65: Kokkos_UnitTest_SIMD

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

66: Test command: /var/jenkins/workspace/Kokkos_PR-7527/build/example/relocatable_function/Kokkos_example_relocatable_function
66: Test timeout computed to be: 1500
66: 1.000000e+01 2.204479e-03s (relocatable) vs. 1.645460e-04s (inline)
66: 1.000000e+02 2.387400e-05s (relocatable) vs. 1.789400e-05s (inline)
66: 1.000000e+03 2.617900e-05s (relocatable) vs. 2.139900e-05s (inline)
66: 1.000000e+04 2.047800e-05s (relocatable) vs. 3.174000e-05s (inline)
66: 1.000000e+05 3.842300e-05s (relocatable) vs. 1.999800e-05s (inline)
66: 1.000000e+06 3.533500e-05s (relocatable) vs. 2.239200e-05s (inline)
66: 1.000000e+07 3.761100e-05s (relocatable) vs. 2.896500e-05s (inline)
66: 1.000000e+08 9.775100e-05s (relocatable) vs. 8.576000e-05s (inline)
66/66 Test #66: Kokkos_Example_RelocatableFunction .........................   Passed    0.32 sec

100% tests passed, 0 tests failed out of 66

Label Time Summary:
Kokkos    = 352.40 sec*proc (58 tests)

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

Use the -v/--verbose option for more details.
[Pipeline] xunit
INFO: Processing CTest-Version 3.x (default)
[Pipeline] }
$ docker stop --time=1 c23f124f8c802fe1c3603bb7f3b230bf2864ecbc755c0a4ec3615ee20388c440
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-7527' for the testing framework 'CTest-Version 3.x (default)'.
$ docker rm -f --volumes c23f124f8c802fe1c3603bb7f3b230bf2864ecbc755c0a4ec3615ee20388c440
ERROR: Timeout after 180 seconds
[Pipeline] // withDockerContainer
[Pipeline] }
[Pipeline] // withEnv
[Pipeline] }
[Pipeline] // node
[Pipeline] }
[Pipeline] // stage
[Pipeline] }
Failed in branch SYCL-OneAPI
[Pipeline] // parallel
[Pipeline] }
[Pipeline] // stage
[Pipeline] }
[Pipeline] // timeout
[Pipeline] }
[Pipeline] // withEnv
[Pipeline] End of Pipeline
Also:   org.jenkinsci.plugins.workflow.actions.ErrorAction$ErrorId: 35dbb881-5c45-4da7-90c0-c2b59b44f472
java.io.IOException: Failed to rm container 'c23f124f8c802fe1c3603bb7f3b230bf2864ecbc755c0a4ec3615ee20388c440'.
	at PluginClassLoader for docker-workflow//org.jenkinsci.plugins.docker.workflow.client.DockerClient.rm(DockerClient.java:204)
	at PluginClassLoader for docker-workflow//org.jenkinsci.plugins.docker.workflow.client.DockerClient.stop(DockerClient.java:190)
	at PluginClassLoader for docker-workflow//org.jenkinsci.plugins.docker.workflow.WithContainerStep.destroy(WithContainerStep.java:111)
	at PluginClassLoader for docker-workflow//org.jenkinsci.plugins.docker.workflow.WithContainerStep$Callback.finished(WithContainerStep.java:415)
	at PluginClassLoader for workflow-step-api//org.jenkinsci.plugins.workflow.steps.BodyExecutionCallback$TailCall.onSuccess(BodyExecutionCallback.java:119)
	at PluginClassLoader for workflow-cps//org.jenkinsci.plugins.workflow.cps.CpsBodyExecution$SuccessAdapter.receive(CpsBodyExecution.java:381)
	at PluginClassLoader for workflow-cps//com.cloudbees.groovy.cps.Block$Noop.eval(Block.java:30)
	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:422)
	at PluginClassLoader for workflow-cps//org.jenkinsci.plugins.workflow.cps.CpsThreadGroup$2.call(CpsThreadGroup.java:330)
	at PluginClassLoader for workflow-cps//org.jenkinsci.plugins.workflow.cps.CpsThreadGroup$2.call(CpsThreadGroup.java:294)
	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