Skip to content
Failed

Console Output

Skipping 1,773 KB.. Full Log
18: /var/jenkins/workspace/Kokkos_PR-6830/build/core/unit_test/Kokkos_StackTraceTestExec(_ZN4Test18stacktrace_test_f1ERSo+0x70) [0x55555558ff70]
18: /var/jenkins/workspace/Kokkos_PR-6830/build/core/unit_test/Kokkos_StackTraceTestExec(_ZN4Test18stacktrace_test_f3ERSoi+0xb4) [0x555555590134]
18: /var/jenkins/workspace/Kokkos_PR-6830/build/core/unit_test/Kokkos_StackTraceTestExec(_ZN4Test15test_stacktraceEbb+0xaed) [0x55555558daad]
18: /var/jenkins/workspace/Kokkos_PR-6830/build/core/unit_test/Kokkos_StackTraceTestExec(_ZN7testing8internal35HandleExceptionsInMethodIfSupportedINS_4TestEvEET0_PT_MS4_FS3_vEPKc+0x3d) [0x5555555c09fd]
18: /var/jenkins/workspace/Kokkos_PR-6830/build/core/unit_test/Kokkos_StackTraceTestExec(_ZN7testing4Test3RunEv+0x119) [0x55555559c999]
18: /var/jenkins/workspace/Kokkos_PR-6830/build/core/unit_test/Kokkos_StackTraceTestExec(_ZN7testing8TestInfo3RunEv+0x149) [0x55555559db59]
18: /var/jenkins/workspace/Kokkos_PR-6830/build/core/unit_test/Kokkos_StackTraceTestExec(_ZN7testing9TestSuite3RunEv+0x138) [0x55555559e428]
18: /var/jenkins/workspace/Kokkos_PR-6830/build/core/unit_test/Kokkos_StackTraceTestExec(_ZN7testing8internal12UnitTestImpl11RunAllTestsEv+0x76d) [0x5555555ad49d]
18: /var/jenkins/workspace/Kokkos_PR-6830/build/core/unit_test/Kokkos_StackTraceTestExec(_ZN7testing8internal35HandleExceptionsInMethodIfSupportedINS0_12UnitTestImplEbEET0_PT_MS4_FS3_vEPKc+0x3d) [0x5555555c15bd]
18: /var/jenkins/workspace/Kokkos_PR-6830/build/core/unit_test/Kokkos_StackTraceTestExec(_ZN7testing8UnitTest3RunEv+0x53) [0x5555555acd03]
18: /var/jenkins/workspace/Kokkos_PR-6830/build/core/unit_test/Kokkos_StackTraceTestExec(main+0x30) [0x55555558e580]
18: /usr/lib/x86_64-linux-gnu/libc.so.6(__libc_start_main+0xf3) [0x7ffff7918083]
18: /var/jenkins/workspace/Kokkos_PR-6830/build/core/unit_test/Kokkos_StackTraceTestExec(_start+0x2e) [0x55555558c91e]
18:  
18: demangled test_f3:
18: [0x5555555ee962] Kokkos::Impl::save_stacktrace()
18: [0x55555558ff70] Test::stacktrace_test_f1(std::ostream&)
18: [0x555555590134] Test::stacktrace_test_f3(std::ostream&, int)
18: [0x55555558daad] Test::test_stacktrace(bool, bool)
18: [0x5555555c09fd] void testing::internal::HandleExceptionsInMethodIfSupported<testing::Test, void>(testing::Test*, void (testing::Test::*)(), char const*)
18: [0x55555559c999] testing::Test::Run()
18: [0x55555559db59] testing::TestInfo::Run()
18: [0x55555559e428] testing::TestSuite::Run()
18: [0x5555555ad49d] testing::internal::UnitTestImpl::RunAllTests()
18: [0x5555555c15bd] bool testing::internal::HandleExceptionsInMethodIfSupported<testing::internal::UnitTestImpl, bool>(testing::internal::UnitTestImpl*, bool (testing::internal::UnitTestImpl::*)(), char const*)
18: [0x5555555acd03] testing::UnitTest::Run()
18: [0x55555558e580] main
18: [0x7ffff7918083] __libc_start_main
18: [0x55555558c91e] _start
18:  
18: Test setting std::terminate handler that prints the last saved stack trace
18: [       OK ] defaultdevicetype.stacktrace_normal (1 ms)
18: [----------] 1 test from defaultdevicetype (1 ms total)
18: 
18: [----------] Global test environment tear-down
18: [==========] 3 tests from 2 test suites ran. (449 ms total)
18: [  PASSED  ] 3 tests.
18/49 Test #18: Kokkos_CoreUnitTest_StackTraceTest ..........   Passed    1.73 sec
test 19
      Start 19: Kokkos_IncrementalTest_SERIAL

19: Test command: /var/jenkins/workspace/Kokkos_PR-6830/build/core/unit_test/Kokkos_IncrementalTest_SERIAL
19: Working Directory: /var/jenkins/workspace/Kokkos_PR-6830/build/core/unit_test
19: Test timeout computed to be: 1500
19: [==========] Running 28 tests from 1 test suite.
19: [----------] Global test environment set-up.
19: [----------] 28 tests from SERIAL
19: [ RUN      ] SERIAL.IncrTest_01_execspace_typedef
19: [       OK ] SERIAL.IncrTest_01_execspace_typedef (0 ms)
19: [ RUN      ] SERIAL.IncrTest_01_execspace
19: Host Serial Execution Space:
19:   KOKKOS_ENABLE_SERIAL: yes
19: 
19: Serial Runtime Configuration:
19: Serial
19: [       OK ] SERIAL.IncrTest_01_execspace (0 ms)
19: [ RUN      ] SERIAL.IncrTest_02_AtomicExchange
19: [       OK ] SERIAL.IncrTest_02_AtomicExchange (0 ms)
19: [ RUN      ] SERIAL.IncrTest_02_AtomicAdd
19: [       OK ] SERIAL.IncrTest_02_AtomicAdd (0 ms)
19: [ RUN      ] SERIAL.IncrTest_02_AtomicSub
19: [       OK ] SERIAL.IncrTest_02_AtomicSub (0 ms)
19: [ RUN      ] SERIAL.IncrTest_03a_memspace_malloc
19: [       OK ] SERIAL.IncrTest_03a_memspace_malloc (0 ms)
19: [ RUN      ] SERIAL.IncrTest_03b_memspace_free
19: [       OK ] SERIAL.IncrTest_03b_memspace_free (43 ms)
19: [ RUN      ] SERIAL.IncrTest_04_simple_parallelFor
19: [       OK ] SERIAL.IncrTest_04_simple_parallelFor (0 ms)
19: [ RUN      ] SERIAL.IncrTest_04_RangePolicy_parallelFor
19: [       OK ] SERIAL.IncrTest_04_RangePolicy_parallelFor (0 ms)
19: [ RUN      ] SERIAL.IncrTest_05_reduction
19: [       OK ] SERIAL.IncrTest_05_reduction (0 ms)
19: [ RUN      ] SERIAL.IncrTest_06_mdrange2D
19: [       OK ] SERIAL.IncrTest_06_mdrange2D (0 ms)
19: [ RUN      ] SERIAL.IncrTest_06_mdrange3D
19: [       OK ] SERIAL.IncrTest_06_mdrange3D (0 ms)
19: [ RUN      ] SERIAL.IncrTest_06_mdrange4D
19: [       OK ] SERIAL.IncrTest_06_mdrange4D (0 ms)
19: [ RUN      ] SERIAL.IncrTest_08_deep_copy_2D
19: [       OK ] SERIAL.IncrTest_08_deep_copy_2D (0 ms)
19: [ RUN      ] SERIAL.IncrTest_08_deep_copy_3D
19: [       OK ] SERIAL.IncrTest_08_deep_copy_3D (0 ms)
19: [ RUN      ] SERIAL.IncrTest_08_deep_copy_4D
19: [       OK ] SERIAL.IncrTest_08_deep_copy_4D (0 ms)
19: [ RUN      ] SERIAL.IncrTest_10_Hierarchical_Basics
19: [       OK ] SERIAL.IncrTest_10_Hierarchical_Basics (0 ms)
19: [ RUN      ] SERIAL.IncrTest_11a_Hierarchical_ForLoop
19: [       OK ] SERIAL.IncrTest_11a_Hierarchical_ForLoop (0 ms)
19: [ RUN      ] SERIAL.IncrTest_11b_Hierarchical_ForLoop
19: [       OK ] SERIAL.IncrTest_11b_Hierarchical_ForLoop (0 ms)
19: [ RUN      ] SERIAL.IncrTest_11c_Hierarchical_ForLoop
19: [       OK ] SERIAL.IncrTest_11c_Hierarchical_ForLoop (153 ms)
19: [ RUN      ] SERIAL.IncrTest_12a_ThreadScratch
19: [       OK ] SERIAL.IncrTest_12a_ThreadScratch (0 ms)
19: [ RUN      ] SERIAL.IncrTest_12b_TeamScratch
19: [       OK ] SERIAL.IncrTest_12b_TeamScratch (0 ms)
19: [ RUN      ] SERIAL.IncrTest_13a_Hierarchical_Red
19: [       OK ] SERIAL.IncrTest_13a_Hierarchical_Red (0 ms)
19: [ RUN      ] SERIAL.IncrTest_13b_Hierarchical_Red
19: [       OK ] SERIAL.IncrTest_13b_Hierarchical_Red (0 ms)
19: [ RUN      ] SERIAL.IncrTest_13c_Hierarchical_Red
19: [       OK ] SERIAL.IncrTest_13c_Hierarchical_Red (0 ms)
19: [ RUN      ] SERIAL.incr_14_MDrangeReduce
19: [       OK ] SERIAL.incr_14_MDrangeReduce (0 ms)
19: [ RUN      ] SERIAL.IncrTest_16_parallelscan
19: [       OK ] SERIAL.IncrTest_16_parallelscan (0 ms)
19: [ RUN      ] SERIAL.incr_17_atomicView
19: [       OK ] SERIAL.incr_17_atomicView (0 ms)
19: [----------] 28 tests from SERIAL (199 ms total)
19: 
19: [----------] Global test environment tear-down
19: [==========] 28 tests from 1 test suite ran. (199 ms total)
19: [  PASSED  ] 28 tests.
19/49 Test #19: Kokkos_IncrementalTest_SERIAL ...............   Passed    1.48 sec
test 20
      Start 20: Kokkos_IncrementalTest_OPENMPTARGET

20: Test command: /var/jenkins/workspace/Kokkos_PR-6830/build/core/unit_test/Kokkos_IncrementalTest_OPENMPTARGET
20: Working Directory: /var/jenkins/workspace/Kokkos_PR-6830/build/core/unit_test
20: Test timeout computed to be: 1500
20: [==========] Running 22 tests from 1 test suite.
20: [----------] Global test environment set-up.
20: [----------] 22 tests from OPENMPTARGET
20: [ RUN      ] OPENMPTARGET.IncrTest_01_execspace_typedef
20: [       OK ] OPENMPTARGET.IncrTest_01_execspace_typedef (0 ms)
20: [ RUN      ] OPENMPTARGET.IncrTest_01_execspace
20: OpenMPTarget Execution Space:
20:   KOKKOS_ENABLE_OPENMPTARGET: yes
20: 
20: OpenMPTarget Runtime Configuration:
20: Using OpenMPTarget
20: OpenMPTarget
20: [       OK ] OPENMPTARGET.IncrTest_01_execspace (0 ms)
20: [ RUN      ] OPENMPTARGET.IncrTest_02_AtomicExchange
20: [       OK ] OPENMPTARGET.IncrTest_02_AtomicExchange (0 ms)
20: [ RUN      ] OPENMPTARGET.IncrTest_02_AtomicAdd
20: [       OK ] OPENMPTARGET.IncrTest_02_AtomicAdd (0 ms)
20: [ RUN      ] OPENMPTARGET.IncrTest_02_AtomicSub
20: [       OK ] OPENMPTARGET.IncrTest_02_AtomicSub (0 ms)
20: [ RUN      ] OPENMPTARGET.IncrTest_03a_memspace_malloc
20: [       OK ] OPENMPTARGET.IncrTest_03a_memspace_malloc (118 ms)
20: [ RUN      ] OPENMPTARGET.IncrTest_03b_memspace_free
20: [       OK ] OPENMPTARGET.IncrTest_03b_memspace_free (7451 ms)
20: [ RUN      ] OPENMPTARGET.IncrTest_04_simple_parallelFor
20: [       OK ] OPENMPTARGET.IncrTest_04_simple_parallelFor (18 ms)
20: [ RUN      ] OPENMPTARGET.IncrTest_04_RangePolicy_parallelFor
20: [       OK ] OPENMPTARGET.IncrTest_04_RangePolicy_parallelFor (0 ms)
20: [ RUN      ] OPENMPTARGET.IncrTest_05_reduction
20: [       OK ] OPENMPTARGET.IncrTest_05_reduction (18 ms)
20: [ RUN      ] OPENMPTARGET.IncrTest_06_mdrange2D
20: [       OK ] OPENMPTARGET.IncrTest_06_mdrange2D (0 ms)
20: [ RUN      ] OPENMPTARGET.IncrTest_06_mdrange3D
20: [       OK ] OPENMPTARGET.IncrTest_06_mdrange3D (0 ms)
20: [ RUN      ] OPENMPTARGET.IncrTest_06_mdrange4D
20: [       OK ] OPENMPTARGET.IncrTest_06_mdrange4D (0 ms)
20: [ RUN      ] OPENMPTARGET.IncrTest_08_deep_copy_2D
20: [       OK ] OPENMPTARGET.IncrTest_08_deep_copy_2D (0 ms)
20: [ RUN      ] OPENMPTARGET.IncrTest_08_deep_copy_3D
20: [       OK ] OPENMPTARGET.IncrTest_08_deep_copy_3D (0 ms)
20: [ RUN      ] OPENMPTARGET.IncrTest_08_deep_copy_4D
20: [       OK ] OPENMPTARGET.IncrTest_08_deep_copy_4D (0 ms)
20: [ RUN      ] OPENMPTARGET.IncrTest_10_Hierarchical_Basics
20: [       OK ] OPENMPTARGET.IncrTest_10_Hierarchical_Basics (7 ms)
20: [ RUN      ] OPENMPTARGET.IncrTest_11a_Hierarchical_ForLoop
20: [       OK ] OPENMPTARGET.IncrTest_11a_Hierarchical_ForLoop (1 ms)
20: [ RUN      ] OPENMPTARGET.IncrTest_11b_Hierarchical_ForLoop
20: [       OK ] OPENMPTARGET.IncrTest_11b_Hierarchical_ForLoop (1 ms)
20: [ RUN      ] OPENMPTARGET.IncrTest_11c_Hierarchical_ForLoop
20: [       OK ] OPENMPTARGET.IncrTest_11c_Hierarchical_ForLoop (352 ms)
20: [ RUN      ] OPENMPTARGET.IncrTest_12a_ThreadScratch
20: [       OK ] OPENMPTARGET.IncrTest_12a_ThreadScratch (7 ms)
20: [ RUN      ] OPENMPTARGET.IncrTest_12b_TeamScratch
20: [       OK ] OPENMPTARGET.IncrTest_12b_TeamScratch (4 ms)
20: [----------] 22 tests from OPENMPTARGET (7986 ms total)
20: 
20: [----------] Global test environment tear-down
20: [==========] 22 tests from 1 test suite ran. (7986 ms total)
20: [  PASSED  ] 22 tests.
20/49 Test #20: Kokkos_IncrementalTest_OPENMPTARGET .........   Passed    9.32 sec
test 21
      Start 21: Kokkos_CoreUnitTest_CTestDevice

21: Test command: /var/jenkins/workspace/Kokkos_PR-6830/build/core/unit_test/Kokkos_CoreUnitTest_CTestDevice
21: Working Directory: /var/jenkins/workspace/Kokkos_PR-6830/build/core/unit_test
21: Test timeout computed to be: 1500
21: [==========] Running 8 tests from 1 test suite.
21: [----------] Global test environment set-up.
21: [----------] 8 tests from ctest_environment
21: [ RUN      ] ctest_environment.no_device_type
21: [       OK ] ctest_environment.no_device_type (0 ms)
21: [ RUN      ] ctest_environment.no_process_count
21: [       OK ] ctest_environment.no_process_count (0 ms)
21: [ RUN      ] ctest_environment.invalid_rank
21: [       OK ] ctest_environment.invalid_rank (0 ms)
21: [ RUN      ] ctest_environment.no_type_str
21: [       OK ] ctest_environment.no_type_str (0 ms)
21: [ RUN      ] ctest_environment.missing_type
21: [       OK ] ctest_environment.missing_type (0 ms)
21: [ RUN      ] ctest_environment.no_id_str
21: [       OK ] ctest_environment.no_id_str (0 ms)
21: [ RUN      ] ctest_environment.invalid_id_str
21: [       OK ] ctest_environment.invalid_id_str (0 ms)
21: [ RUN      ] ctest_environment.good
21: [       OK ] ctest_environment.good (0 ms)
21: [----------] 8 tests from ctest_environment (0 ms total)
21: 
21: [----------] Global test environment tear-down
21: [==========] 8 tests from 1 test suite ran. (0 ms total)
21: [  PASSED  ] 8 tests.
21/49 Test #21: Kokkos_CoreUnitTest_CTestDevice .............   Passed    1.28 sec
test 22
      Start 22: Kokkos_CoreUnitTest_CMakePassCmdLineArgs0

22: Test command: /var/jenkins/workspace/Kokkos_PR-6830/build/core/unit_test/Kokkos_CoreUnitTest_CMakePassCmdLineArgs "one" "2" "THREE"
22: Working Directory: /var/jenkins/workspace/Kokkos_PR-6830/build/core/unit_test
22: Test timeout computed to be: 1500
22/49 Test #22: Kokkos_CoreUnitTest_CMakePassCmdLineArgs0 ...   Passed    1.29 sec
test 23
      Start 23: Kokkos_CoreUnitTest_DeviceAndThreads

23: Test command: /usr/bin/python3.8 "-m" "unittest" "-v" "/var/jenkins/workspace/Kokkos_PR-6830/build/core/unit_test/TestDeviceAndThreads.py"
23: Working Directory: /var/jenkins/workspace/Kokkos_PR-6830/build/core/unit_test
23: Test timeout computed to be: 1500
23: test_device_id (TestDeviceAndThreads.KokkosInitializationTestCase) ... ok
23: test_disable_warnings (TestDeviceAndThreads.KokkosInitializationTestCase) ... ok
23: test_num_devices (TestDeviceAndThreads.KokkosInitializationTestCase) ... ok
23: test_num_threads (TestDeviceAndThreads.KokkosInitializationTestCase) ... skipped 'no host parallel backend enabled'
23: test_tune_internals (TestDeviceAndThreads.KokkosInitializationTestCase) ... ok
23: 
23: ----------------------------------------------------------------------
23: Ran 5 tests in 14.094s
23: 
23: OK (skipped=1)
23/49 Test #23: Kokkos_CoreUnitTest_DeviceAndThreads ........   Passed   14.61 sec
test 24
      Start 24: Kokkos_PerformanceTest_Benchmark

24: Test command: /var/jenkins/workspace/Kokkos_PR-6830/build/core/perf_test/Kokkos_PerformanceTest_Benchmark "--benchmark_counters_tabular=true" "--benchmark_out=Kokkos_PerformanceTest_Benchmark_2024-04-24_T22-04-36.json"
24: Working Directory: /var/jenkins/workspace/Kokkos_PR-6830/build/core/perf_test
24: Test timeout computed to be: 1500
24: 2024-04-24T23:16:54+00:00
24: Running /var/jenkins/workspace/Kokkos_PR-6830/build/core/perf_test/Kokkos_PerformanceTest_Benchmark
24: Run on (4 X 2300.11 MHz CPU s)
24: CPU Caches:
24:   L1 Data 32 KiB (x4)
24:   L1 Instruction 32 KiB (x4)
24:   L2 Unified 4096 KiB (x4)
24:   L3 Unified 16384 KiB (x4)
24: Load Average: 0.63, 3.19, 6.28
24: CPU architecture: none
24: Default Device: N6Kokkos12Experimental12OpenMPTargetE
24: GIT_BRANCH: HEAD
24: GIT_CLEAN_STATUS: CLEAN
24: GIT_COMMIT_DATE: 2024-04-24T15:02:50-07:00
24: GIT_COMMIT_DESCRIPTION: #6805: fix accidentally disabled code
24: GIT_COMMIT_HASH: 4b656d535
24: GPU architecture: VOLTA70
24: KOKKOS_COMPILER_CLANG: 1703
24: KOKKOS_ENABLE_ASM: no
24: KOKKOS_ENABLE_CXX17: yes
24: KOKKOS_ENABLE_CXX20: no
24: KOKKOS_ENABLE_CXX23: no
24: KOKKOS_ENABLE_CXX26: no
24: KOKKOS_ENABLE_DEBUG_BOUNDS_CHECK: no
24: KOKKOS_ENABLE_HWLOC: no
24: KOKKOS_ENABLE_LIBDL: yes
24: KOKKOS_ENABLE_OPENMPTARGET: yes
24: KOKKOS_ENABLE_PRAGMA_IVDEP: no
24: KOKKOS_ENABLE_PRAGMA_LOOPCOUNT: no
24: KOKKOS_ENABLE_PRAGMA_UNROLL: no
24: KOKKOS_ENABLE_PRAGMA_VECTOR: no
24: KOKKOS_ENABLE_SERIAL: yes
24: Kokkos Version: 4.3.99
24: platform: 64bit
24: ---------------------------------------------------------------------------------------------------------------------------------------------------
24: Benchmark                                                                              Time             CPU   Iterations      Count Time normalized
24: ---------------------------------------------------------------------------------------------------------------------------------------------------
24: HexGrad_Benchmark<double>/count:1024/iterations:5/manual_time                      0.000 s         0.040 s             5       1024        45.0771n
24: HexGrad_Benchmark<double>/count:2048/iterations:5/manual_time                      0.000 s         0.000 s             5     2.048k        22.1533n
24: HexGrad_Benchmark<double>/count:4096/iterations:5/manual_time                      0.000 s         0.000 s             5     4.096k        10.9973n
24: HexGrad_Benchmark<double>/count:8192/iterations:5/manual_time                      0.000 s         0.000 s             5     8.192k        6.07092n
24: HexGrad_Benchmark<double>/count:16384/iterations:5/manual_time                     0.000 s         0.000 s             5    16.384k        3.96417n
24: HexGrad_Benchmark<double>/count:32768/iterations:5/manual_time                     0.000 s         0.001 s             5    32.768k        1.52512n
24: HexGrad_Benchmark<double>/count:65536/iterations:5/manual_time                     0.000 s         0.001 s             5    65.536k        1.36053n
24: HexGrad_Benchmark<double>/count:131072/iterations:5/manual_time                    0.000 s         0.002 s             5   131.072k        898.376p
24: HexGrad_Benchmark<double>/count:262144/iterations:5/manual_time                    0.000 s         0.002 s             5   262.144k        646.717p
24: HexGrad_Benchmark<double>/count:524288/iterations:5/manual_time                    0.000 s         0.003 s             5   524.288k        562.441p
24: -----------------------------------------------------------------------------------------------------------------------------------
24: Benchmark                                                                              Time             CPU   Iterations  FOM: rate
24: -----------------------------------------------------------------------------------------------------------------------------------
24: Malloc/N:1/manual_time                                                              35.2 us         39.7 us        19994  28.369k/s
24: Malloc/N:16/manual_time                                                             34.8 us         39.3 us        19847 28.7102k/s
24: Malloc/N:256/manual_time                                                            34.3 us         37.8 us        20185 29.1313k/s
24: Malloc/N:4096/manual_time                                                           34.3 us         37.8 us        20123 29.1233k/s
24: Malloc/N:65536/manual_time                                                          36.5 us         44.9 us        20141 27.4093k/s
24: Malloc/N:1048576/manual_time                                                        36.8 us         45.1 us        18977 27.1785k/s
24: Malloc/N:16777216/manual_time                                                        541 us          654 us         1130 1.84956k/s
24: Malloc/N:268435456/manual_time                                                      2998 us         4115 us          365  333.547/s
24: Malloc/N:4294967296/manual_time                                                   126870 us        11075 us            6  7.88208/s
24: MallocFree/N:1/manual_time                                                          71.6 us         38.7 us        10687 13.9753k/s
24: MallocFree/N:16/manual_time                                                         76.1 us         39.7 us         9388 13.1449k/s
24: MallocFree/N:256/manual_time                                                        75.5 us         40.1 us         9315 13.2469k/s
24: MallocFree/N:4096/manual_time                                                       74.5 us         39.6 us         9585 13.4296k/s
24: MallocFree/N:65536/manual_time                                                      78.3 us         44.8 us         8830 12.7683k/s
24: MallocFree/N:1048576/manual_time                                                    78.1 us         44.5 us         8930 12.8069k/s
24: MallocFree/N:16777216/manual_time                                                    752 us          658 us          828 1.32996k/s
24: MallocFree/N:268435456/manual_time                                                  4242 us         4082 us          165   235.75/s
24: MallocFree/N:4294967296/manual_time                                               135155 us        11487 us           10   7.3989/s
24: MallocTouch/N:1/manual_time                                                         33.6 us         37.2 us        20552 29.7472k/s
24: MallocTouch/N:16/manual_time                                                        34.4 us         38.5 us        20420 29.0367k/s
24: MallocTouch/N:256/manual_time                                                       54.3 us         59.1 us        10000 18.4137k/s
24: MallocTouch/N:4096/manual_time                                                       118 us         84.0 us         7625 8.44397k/s
24: MallocTouch/N:65536/manual_time                                                      179 us          102 us         3929 5.58002k/s
24: MallocTouch/N:1048576/manual_time                                                    118 us          115 us         7434 8.49872k/s
24: MallocTouch/N:16777216/manual_time                                                   598 us          693 us         1163 1.67327k/s
24: MallocTouch/N:268435456/manual_time                                                 3061 us         3931 us          323  326.717/s
24: MallocTouch/N:4294967296/manual_time                                              109440 us        10174 us            5  9.13746/s
24: MallocTouchFree/N:1/manual_time                                                     76.1 us         42.6 us         6865 13.1375k/s
24: MallocTouchFree/N:16/manual_time                                                    71.8 us         39.3 us         9353 13.9344k/s
24: MallocTouchFree/N:256/manual_time                                                   74.6 us         39.7 us        10867 13.4055k/s
24: MallocTouchFree/N:4096/manual_time                                                   134 us         84.1 us         5723 7.43888k/s
24: MallocTouchFree/N:65536/manual_time                                                  133 us         74.8 us         5641 7.53339k/s
24: MallocTouchFree/N:1048576/manual_time                                                127 us         79.1 us         4953  7.8819k/s
24: MallocTouchFree/N:16777216/manual_time                                               945 us          703 us          913  1057.83/s
24: MallocTouchFree/N:268435456/manual_time                                             4269 us         3864 us          154  234.231/s
24: MallocTouchFree/N:4294967296/manual_time                                          120341 us        10741 us           10  8.30975/s
24: ----------------------------------------------------------------------------------------------------------------------------------------------
24: Benchmark                                                                              Time             CPU   Iterations  FOM: GB/s         MB
24: ----------------------------------------------------------------------------------------------------------------------------------------------
24: ViewAllocate_Rank1<Kokkos::LayoutLeft>/N:10/manual_time                            0.017 s         0.005 s           114  47.8629/s        800
24: ViewAllocate_Rank1<Kokkos::LayoutRight>/N:10/manual_time                           0.017 s         0.006 s            42  47.0882/s        800
24: ViewAllocate_Rank2<Kokkos::LayoutLeft>/N:10/manual_time                            0.017 s         0.006 s            42  46.0695/s        800
24: ViewAllocate_Rank2<Kokkos::LayoutRight>/N:10/manual_time                           0.018 s         0.004 s            39  43.8785/s        800
24: ViewAllocate_Rank3<Kokkos::LayoutLeft>/N:10/manual_time                            0.018 s         0.004 s            39  43.7752/s        800
24: ViewAllocate_Rank3<Kokkos::LayoutRight>/N:10/manual_time                           0.018 s         0.005 s            39  44.1772/s        800
24: ViewAllocate_Rank4<Kokkos::LayoutLeft>/N:10/manual_time                            0.018 s         0.005 s            40   45.713/s        800
24: ViewAllocate_Rank4<Kokkos::LayoutRight>/N:10/manual_time                           0.018 s         0.005 s            40  45.5787/s        800
24: ViewAllocate_Rank5<Kokkos::LayoutLeft>/N:10/manual_time                            0.018 s         0.005 s            40  45.2037/s        800
24: ViewAllocate_Rank5<Kokkos::LayoutRight>/N:10/manual_time                           0.017 s         0.005 s            39   46.203/s        800
24: ViewAllocate_Rank6<Kokkos::LayoutLeft>/N:10/manual_time                            0.018 s         0.005 s            40  45.0934/s        800
24: ViewAllocate_Rank6<Kokkos::LayoutRight>/N:10/manual_time                           0.018 s         0.005 s            40  45.5068/s        800
24: ViewAllocate_Rank7<Kokkos::LayoutLeft>/N:10/manual_time                            0.018 s         0.005 s            40  45.5201/s        800
24: ViewAllocate_Rank7<Kokkos::LayoutRight>/N:10/manual_time                           0.018 s         0.005 s            40  45.5103/s        800
24: ViewAllocate_Rank8<Kokkos::LayoutLeft>/N:10/manual_time                            0.018 s         0.005 s            40  45.4906/s        800
24: ViewAllocate_Rank8<Kokkos::LayoutRight>/N:10/manual_time                           0.018 s         0.005 s            40   45.499/s        800
24: ViewDeepCopy_Rank1<Kokkos::LayoutLeft, Kokkos::LayoutLeft>/N:10/manual_time        0.002 s         0.000 s           278  658.812/s       1.6k
24: ViewDeepCopy_Rank2<Kokkos::LayoutLeft, Kokkos::LayoutLeft>/N:10/manual_time        0.002 s         0.000 s           298   696.94/s       1.6k
24: ViewDeepCopy_Rank3<Kokkos::LayoutLeft, Kokkos::LayoutLeft>/N:10/manual_time        0.002 s         0.000 s           302  684.248/s       1.6k
24: ViewDeepCopy_Rank1<Kokkos::LayoutRight, Kokkos::LayoutRight>/N:10/manual_time      0.002 s         0.000 s           304  704.222/s       1.6k
24: ViewDeepCopy_Rank2<Kokkos::LayoutRight, Kokkos::LayoutRight>/N:10/manual_time      0.002 s         0.000 s           298  706.191/s       1.6k
24: ViewDeepCopy_Rank3<Kokkos::LayoutRight, Kokkos::LayoutRight>/N:10/manual_time      0.002 s         0.000 s           303  713.305/s       1.6k
24: ViewDeepCopy_Rank1<Kokkos::LayoutLeft, Kokkos::LayoutRight>/N:10/manual_time       0.002 s         0.000 s           311   719.86/s       1.6k
24: ViewDeepCopy_Rank2<Kokkos::LayoutLeft, Kokkos::LayoutRight>/N:10/manual_time       0.052 s         0.000 s            13  30.7415/s       1.6k
24: ViewDeepCopy_Rank3<Kokkos::LayoutLeft, Kokkos::LayoutRight>/N:10/manual_time       0.055 s         0.000 s            12  29.2992/s       1.6k
24: ViewDeepCopy_Rank1<Kokkos::LayoutRight, Kokkos::LayoutLeft>/N:10/manual_time       0.002 s         0.000 s           307  702.457/s       1.6k
24: ViewDeepCopy_Rank2<Kokkos::LayoutRight, Kokkos::LayoutLeft>/N:10/manual_time       0.021 s         0.000 s            34  77.3784/s       1.6k
24: ViewDeepCopy_Rank3<Kokkos::LayoutRight, Kokkos::LayoutLeft>/N:10/manual_time       0.023 s         0.000 s            31  70.7751/s       1.6k
24: ViewDeepCopy_Rank4<Kokkos::LayoutLeft, Kokkos::LayoutLeft>/N:10/manual_time        0.002 s         0.000 s           301  696.514/s       1.6k
24: ViewDeepCopy_Rank5<Kokkos::LayoutLeft, Kokkos::LayoutLeft>/N:10/manual_time        0.002 s         0.000 s           296  688.723/s       1.6k
24: ViewDeepCopy_Rank4<Kokkos::LayoutRight, Kokkos::LayoutRight>/N:10/manual_time      0.002 s         0.000 s           298  705.027/s       1.6k
24: ViewDeepCopy_Rank5<Kokkos::LayoutRight, Kokkos::LayoutRight>/N:10/manual_time      0.002 s         0.000 s           297  698.157/s       1.6k
24: ViewDeepCopy_Rank4<Kokkos::LayoutLeft, Kokkos::LayoutRight>/N:10/manual_time       0.056 s         0.000 s            12  28.3699/s       1.6k
24: ViewDeepCopy_Rank5<Kokkos::LayoutLeft, Kokkos::LayoutRight>/N:10/manual_time       0.056 s         0.000 s            12  28.3644/s       1.6k
24: ViewDeepCopy_Rank4<Kokkos::LayoutRight, Kokkos::LayoutLeft>/N:10/manual_time       0.024 s         0.000 s            29    67.51/s       1.6k
24: ViewDeepCopy_Rank5<Kokkos::LayoutRight, Kokkos::LayoutLeft>/N:10/manual_time       0.024 s         0.000 s            29  67.3557/s       1.6k
24: ViewDeepCopy_Rank6<Kokkos::LayoutLeft, Kokkos::LayoutLeft>/N:10/manual_time        0.002 s         0.000 s           299  705.189/s       1.6k
24: ViewDeepCopy_Rank6<Kokkos::LayoutRight, Kokkos::LayoutRight>/N:10/manual_time      0.002 s         0.000 s           300  687.692/s       1.6k
24: ViewDeepCopy_Rank6<Kokkos::LayoutLeft, Kokkos::LayoutRight>/N:10/manual_time       0.056 s         0.000 s            12  28.3457/s       1.6k
24: ViewDeepCopy_Rank6<Kokkos::LayoutRight, Kokkos::LayoutLeft>/N:10/manual_time       0.024 s         0.000 s            29  67.0679/s       1.6k
24: ViewDeepCopy_Rank7<Kokkos::LayoutLeft, Kokkos::LayoutLeft>/N:10/manual_time        0.002 s         0.000 s           296  702.258/s       1.6k
24: ViewDeepCopy_Rank7<Kokkos::LayoutRight, Kokkos::LayoutRight>/N:10/manual_time      0.002 s         0.000 s           312  697.198/s       1.6k
24: ViewDeepCopy_Rank7<Kokkos::LayoutLeft, Kokkos::LayoutRight>/N:10/manual_time       0.055 s         0.000 s            12  28.9701/s       1.6k
24: ViewDeepCopy_Rank7<Kokkos::LayoutRight, Kokkos::LayoutLeft>/N:10/manual_time       0.023 s         0.000 s            30  68.3796/s       1.6k
24: ViewDeepCopy_Rank8<Kokkos::LayoutLeft, Kokkos::LayoutLeft>/N:10/manual_time        0.002 s         0.000 s           305  703.424/s       1.6k
24: ViewDeepCopy_Rank8<Kokkos::LayoutRight, Kokkos::LayoutRight>/N:10/manual_time      0.002 s         0.000 s           305  703.432/s       1.6k
24: ViewDeepCopy_Rank8<Kokkos::LayoutLeft, Kokkos::LayoutRight>/N:10/manual_time       0.056 s         0.000 s            12  28.6384/s       1.6k
24: ViewDeepCopy_Rank8<Kokkos::LayoutRight, Kokkos::LayoutLeft>/N:10/manual_time       0.024 s         0.000 s            29   67.801/s       1.6k
24: ViewDeepCopy_Raw<Kokkos::LayoutLeft, Kokkos::LayoutLeft>/N:10/manual_time          0.003 s         0.000 s           266  628.117/s       1.6k
24: ViewDeepCopy_Raw<Kokkos::LayoutRight, Kokkos::LayoutRight>/N:10/manual_time        0.003 s         0.000 s           268  619.139/s       1.6k
24: ViewDeepCopy_Raw<Kokkos::LayoutLeft, Kokkos::LayoutRight>/N:10/manual_time         0.003 s         0.000 s           271  623.947/s       1.6k
24: ViewDeepCopy_Raw<Kokkos::LayoutRight, Kokkos::LayoutLeft>/N:10/manual_time         0.003 s         0.000 s           266  622.834/s       1.6k
24: ViewFill_Rank1<Kokkos::LayoutLeft>/N:10/manual_time                                0.001 s         0.000 s           590  717.636/s        800
24: ViewFill_Rank1<Kokkos::LayoutRight>/N:10/manual_time                               0.001 s         0.000 s           580  710.594/s        800
24: ViewFill_Rank2<Kokkos::LayoutLeft>/N:10/manual_time                                0.001 s         0.000 s           607  721.133/s        800
24: ViewFill_Rank2<Kokkos::LayoutRight>/N:10/manual_time                               0.001 s         0.000 s           587  705.897/s        800
24: ViewFill_Rank3<Kokkos::LayoutLeft>/N:10/manual_time                                0.001 s         0.000 s           605  713.266/s        800
24: ViewFill_Rank3<Kokkos::LayoutRight>/N:10/manual_time                               0.001 s         0.000 s           582  715.587/s        800
24: ViewFill_Rank4<Kokkos::LayoutLeft>/N:10/manual_time                                0.001 s         0.000 s           607  720.443/s        800
24: ViewFill_Rank4<Kokkos::LayoutRight>/N:10/manual_time                               0.001 s         0.000 s           616  718.754/s        800
24: ViewFill_Rank5<Kokkos::LayoutLeft>/N:10/manual_time                                0.001 s         0.000 s           609  712.827/s        800
24: ViewFill_Rank5<Kokkos::LayoutRight>/N:10/manual_time                               0.001 s         0.000 s           574  712.639/s        800
24: ViewFill_Rank6<Kokkos::LayoutLeft>/N:10/manual_time                                0.001 s         0.000 s           603  719.376/s        800
24: ViewFill_Rank6<Kokkos::LayoutRight>/N:10/manual_time                               0.001 s         0.000 s           577  703.469/s        800
24: ViewFill_Rank7<Kokkos::LayoutLeft>/N:10/manual_time                                0.001 s         0.000 s           611  707.056/s        800
24: ViewFill_Rank7<Kokkos::LayoutRight>/N:10/manual_time                               0.001 s         0.000 s           592  693.609/s        800
24: ViewFill_Rank8<Kokkos::LayoutLeft>/N:10/manual_time                                0.001 s         0.000 s           585  714.875/s        800
24: ViewFill_Rank8<Kokkos::LayoutRight>/N:10/manual_time                               0.001 s         0.000 s           607  684.293/s        800
24: ViewFill_Raw<Kokkos::LayoutLeft>/N:10/manual_time                                  0.001 s         0.000 s           594  714.081/s        800
24: ViewFill_Raw<Kokkos::LayoutRight>/N:10/manual_time                                 0.001 s         0.000 s           619  713.696/s        800
24: ViewResize_Rank1<Kokkos::LayoutLeft>/N:10/iterations:10/manual_time                0.001 s         0.000 s            10  2.6066k/s       1.6k
24: ViewResize_Rank1<Kokkos::LayoutRight>/N:10/iterations:10/manual_time               0.001 s         0.000 s            10 2.65164k/s       1.6k
24: ViewResize_Rank2<Kokkos::LayoutLeft>/N:10/iterations:10/manual_time                0.007 s         0.000 s            10  231.952/s       1.6k
24: ViewResize_Rank2<Kokkos::LayoutRight>/N:10/iterations:10/manual_time               0.001 s         0.000 s            10 2.57449k/s       1.6k
24: ViewResize_Rank3<Kokkos::LayoutLeft>/N:10/iterations:10/manual_time                0.007 s         0.000 s            10   225.41/s       1.6k
24: ViewResize_Rank3<Kokkos::LayoutRight>/N:10/iterations:10/manual_time               0.001 s         0.000 s            10  2.4517k/s       1.6k
24: ViewResize_NoInit_Rank1<Kokkos::LayoutLeft>/N:10/iterations:10/manual_time         0.000 s         0.000 s            10 3.45957k/s       1.6k
24: ViewResize_NoInit_Rank1<Kokkos::LayoutRight>/N:10/iterations:10/manual_time        0.000 s         0.000 s            10 3.42753k/s       1.6k
24: ViewResize_NoInit_Rank2<Kokkos::LayoutLeft>/N:10/iterations:10/manual_time         0.007 s         0.000 s            10  236.962/s       1.6k
24: ViewResize_NoInit_Rank2<Kokkos::LayoutRight>/N:10/iterations:10/manual_time        0.000 s         0.000 s            10  3.2931k/s       1.6k
24: ViewResize_NoInit_Rank3<Kokkos::LayoutLeft>/N:10/iterations:10/manual_time         0.007 s         0.000 s            10  227.641/s       1.6k
24: ViewResize_NoInit_Rank3<Kokkos::LayoutRight>/N:10/iterations:10/manual_time        0.001 s         0.000 s            10 3.06999k/s       1.6k
24: ViewResize_Rank4<Kokkos::LayoutLeft>/N:10/iterations:10/manual_time                0.007 s         0.000 s            10   221.34/s       1.6k
24: ViewResize_Rank4<Kokkos::LayoutRight>/N:10/iterations:10/manual_time               0.001 s         0.000 s            10 2.26974k/s       1.6k
24: ViewResize_Rank5<Kokkos::LayoutLeft>/N:10/iterations:10/manual_time                0.007 s         0.000 s            10  220.673/s       1.6k
24: ViewResize_Rank5<Kokkos::LayoutRight>/N:10/iterations:10/manual_time               0.001 s         0.000 s            10 1.89502k/s       1.6k
24: ViewResize_NoInit_Rank4<Kokkos::LayoutLeft>/N:10/iterations:10/manual_time         0.007 s         0.000 s            10  225.109/s       1.6k
24: ViewResize_NoInit_Rank4<Kokkos::LayoutRight>/N:10/iterations:10/manual_time        0.001 s         0.000 s            10 2.84248k/s       1.6k
24: ViewResize_NoInit_Rank5<Kokkos::LayoutLeft>/N:10/iterations:10/manual_time         0.007 s         0.000 s            10  225.827/s       1.6k
24: ViewResize_NoInit_Rank5<Kokkos::LayoutRight>/N:10/iterations:10/manual_time        0.001 s         0.000 s            10 2.63152k/s       1.6k
24: ViewResize_Rank6<Kokkos::LayoutLeft>/N:10/iterations:10/manual_time                0.007 s         0.000 s            10  221.863/s       1.6k
24: ViewResize_Rank6<Kokkos::LayoutRight>/N:10/iterations:10/manual_time               0.001 s         0.000 s            10 2.04179k/s       1.6k
24: ViewResize_NoInit_Rank6<Kokkos::LayoutLeft>/N:10/iterations:10/manual_time         0.007 s         0.000 s            10  226.999/s       1.6k
24: ViewResize_NoInit_Rank6<Kokkos::LayoutRight>/N:10/iterations:10/manual_time        0.001 s         0.000 s            10 2.53734k/s       1.6k
24: ViewResize_Rank7<Kokkos::LayoutLeft>/N:10/iterations:10/manual_time                0.007 s         0.000 s            10  224.484/s       1.6k
24: ViewResize_Rank7<Kokkos::LayoutRight>/N:10/iterations:10/manual_time               0.001 s         0.000 s            10  2.4089k/s       1.6k
24: ViewResize_NoInit_Rank7<Kokkos::LayoutLeft>/N:10/iterations:10/manual_time         0.007 s         0.000 s            10  228.307/s       1.6k
24: ViewResize_NoInit_Rank7<Kokkos::LayoutRight>/N:10/iterations:10/manual_time        0.000 s         0.000 s            10 3.33031k/s       1.6k
24: ViewResize_Rank8<Kokkos::LayoutLeft>/N:10/iterations:10/manual_time                0.007 s         0.000 s            10  222.705/s       1.6k
24: ViewResize_Rank8<Kokkos::LayoutRight>/N:10/iterations:10/manual_time               0.001 s         0.000 s            10 2.65306k/s       1.6k
24: ViewResize_NoInit_Rank8<Kokkos::LayoutLeft>/N:10/iterations:10/manual_time         0.007 s         0.000 s            10  227.315/s       1.6k
24: ViewResize_NoInit_Rank8<Kokkos::LayoutRight>/N:10/iterations:10/manual_time        0.000 s         0.000 s            10 3.35318k/s       1.6k
24: ViewResize_NoInit_Raw<Kokkos::LayoutLeft>/N:10/iterations:10/manual_time           0.005 s         0.004 s            10  348.366/s       1.6k
24: ViewResize_NoInit_Raw<Kokkos::LayoutRight>/N:10/iterations:10/manual_time          0.005 s         0.004 s            10  343.322/s       1.6k
24/49 Test #24: Kokkos_PerformanceTest_Benchmark ............   Passed  119.24 sec
test 25
      Start 25: Kokkos_Benchmark_Atomic_MinMax

25: Test command: /var/jenkins/workspace/Kokkos_PR-6830/build/core/perf_test/Kokkos_Benchmark_Atomic_MinMax "--benchmark_counters_tabular=true" "--benchmark_out=Kokkos_Benchmark_Atomic_MinMax_2024-04-24_T22-04-36.json"
25: Working Directory: /var/jenkins/workspace/Kokkos_PR-6830/build/core/perf_test
25: Test timeout computed to be: 1500
25: 2024-04-24T23:18:54+00:00
25: Running /var/jenkins/workspace/Kokkos_PR-6830/build/core/perf_test/Kokkos_Benchmark_Atomic_MinMax
25: Run on (4 X 2300.11 MHz CPU s)
25: CPU Caches:
25:   L1 Data 32 KiB (x4)
25:   L1 Instruction 32 KiB (x4)
25:   L2 Unified 4096 KiB (x4)
25:   L3 Unified 16384 KiB (x4)
25: Load Average: 0.37, 2.30, 5.58
25: CPU architecture: none
25: Default Device: N6Kokkos12Experimental12OpenMPTargetE
25: GIT_BRANCH: HEAD
25: GIT_CLEAN_STATUS: CLEAN
25: GIT_COMMIT_DATE: 2024-04-24T15:02:50-07:00
25: GIT_COMMIT_DESCRIPTION: #6805: fix accidentally disabled code
25: GIT_COMMIT_HASH: 4b656d535
25: GPU architecture: VOLTA70
25: KOKKOS_COMPILER_CLANG: 1703
25: KOKKOS_ENABLE_ASM: no
25: KOKKOS_ENABLE_CXX17: yes
25: KOKKOS_ENABLE_CXX20: no
25: KOKKOS_ENABLE_CXX23: no
25: KOKKOS_ENABLE_CXX26: no
25: KOKKOS_ENABLE_DEBUG_BOUNDS_CHECK: no
25: KOKKOS_ENABLE_HWLOC: no
25: KOKKOS_ENABLE_LIBDL: yes
25: KOKKOS_ENABLE_OPENMPTARGET: yes
25: KOKKOS_ENABLE_PRAGMA_IVDEP: no
25: KOKKOS_ENABLE_PRAGMA_LOOPCOUNT: no
25: KOKKOS_ENABLE_PRAGMA_UNROLL: no
25: KOKKOS_ENABLE_PRAGMA_VECTOR: no
25: KOKKOS_ENABLE_SERIAL: yes
25: Kokkos Version: 4.3.99
25: platform: 64bit
25: ----------------------------------------------------------------------------------------------------------------------------------------
25: Benchmark                                                                                              Time             CPU   Iterations
25: ----------------------------------------------------------------------------------------------------------------------------------------
25: Atomic_MinReplacements<int>/Length:1000000/iterations:10/manual_time                               0.000 s         0.000 s            10
25: Atomic_MaxReplacements<int>/Length:1000000/iterations:10/manual_time                               0.000 s         0.000 s            10
25: Atomic_MaxEarlyExits<int>/Length:1000000/iterations:10/manual_time                                 0.000 s         0.000 s            10
25: Atomic_MinEarlyExits<int>/Length:1000000/iterations:10/manual_time                                 0.000 s         0.000 s            10
25: Atomic_ContentiousMaxReplacements<int>/Length:200000/iterations:10/manual_time                     0.000 s         0.000 s            10
25: Atomic_ContentiousMinReplacements<int>/Length:200000/iterations:10/manual_time                     0.000 s         0.000 s            10
25: Atomic_MinReplacements<long>/Length:1000000/iterations:10/manual_time                              0.000 s         0.000 s            10
25: Atomic_MaxReplacements<long>/Length:1000000/iterations:10/manual_time                              0.000 s         0.000 s            10
25: Atomic_MaxEarlyExits<long>/Length:1000000/iterations:10/manual_time                                0.000 s         0.000 s            10
25: Atomic_MinEarlyExits<long>/Length:1000000/iterations:10/manual_time                                0.000 s         0.000 s            10
25: Atomic_ContentiousMaxReplacements<long>/Length:200000/iterations:10/manual_time                    0.000 s         0.000 s            10
25: Atomic_ContentiousMinReplacements<long>/Length:200000/iterations:10/manual_time                    0.000 s         0.000 s            10
25: Atomic_MinReplacements<long long>/Length:1000000/iterations:10/manual_time                         0.000 s         0.000 s            10
25: Atomic_MaxReplacements<long long>/Length:1000000/iterations:10/manual_time                         0.000 s         0.000 s            10
25: Atomic_MaxEarlyExits<long long>/Length:1000000/iterations:10/manual_time                           0.000 s         0.000 s            10
25: Atomic_MinEarlyExits<long long>/Length:1000000/iterations:10/manual_time                           0.000 s         0.000 s            10
25: Atomic_ContentiousMaxReplacements<long long>/Length:200000/iterations:10/manual_time               0.000 s         0.000 s            10
25: Atomic_ContentiousMinReplacements<long long>/Length:200000/iterations:10/manual_time               0.000 s         0.000 s            10
25: Atomic_MinReplacements<unsigned int>/Length:1000000/iterations:10/manual_time                      0.000 s         0.000 s            10
25: Atomic_MaxReplacements<unsigned int>/Length:1000000/iterations:10/manual_time                      0.000 s         0.000 s            10
25: Atomic_MaxEarlyExits<unsigned int>/Length:1000000/iterations:10/manual_time                        0.000 s         0.000 s            10
25: Atomic_MinEarlyExits<unsigned int>/Length:1000000/iterations:10/manual_time                        0.000 s         0.000 s            10
25: Atomic_ContentiousMaxReplacements<unsigned int>/Length:200000/iterations:10/manual_time            0.000 s         0.000 s            10
25: Atomic_ContentiousMinReplacements<unsigned int>/Length:200000/iterations:10/manual_time            0.000 s         0.000 s            10
25: Atomic_MinReplacements<unsigned long>/Length:1000000/iterations:10/manual_time                     0.000 s         0.000 s            10
25: Atomic_MaxReplacements<unsigned long>/Length:1000000/iterations:10/manual_time                     0.000 s         0.000 s            10
25: Atomic_MaxEarlyExits<unsigned long>/Length:1000000/iterations:10/manual_time                       0.000 s         0.000 s            10
25: Atomic_MinEarlyExits<unsigned long>/Length:1000000/iterations:10/manual_time                       0.000 s         0.000 s            10
25: Atomic_ContentiousMaxReplacements<unsigned long>/Length:200000/iterations:10/manual_time           0.000 s         0.000 s            10
25: Atomic_ContentiousMinReplacements<unsigned long>/Length:200000/iterations:10/manual_time           0.000 s         0.000 s            10
25: Atomic_MinReplacements<unsigned long long>/Length:1000000/iterations:10/manual_time                0.000 s         0.000 s            10
25: Atomic_MaxReplacements<unsigned long long>/Length:1000000/iterations:10/manual_time                0.000 s         0.000 s            10
25: Atomic_MaxEarlyExits<unsigned long long>/Length:1000000/iterations:10/manual_time                  0.000 s         0.000 s            10
25: Atomic_MinEarlyExits<unsigned long long>/Length:1000000/iterations:10/manual_time                  0.000 s         0.000 s            10
25: Atomic_ContentiousMaxReplacements<unsigned long long>/Length:200000/iterations:10/manual_time      0.000 s         0.000 s            10
25: Atomic_ContentiousMinReplacements<unsigned long long>/Length:200000/iterations:10/manual_time      0.000 s         0.000 s            10
25: Atomic_MinReplacements<float>/Length:1000000/iterations:10/manual_time                             0.000 s         0.000 s            10
25: Atomic_MaxReplacements<float>/Length:1000000/iterations:10/manual_time                             0.000 s         0.000 s            10
25: Atomic_MaxEarlyExits<float>/Length:1000000/iterations:10/manual_time                               0.000 s         0.000 s            10
25: Atomic_MinEarlyExits<float>/Length:1000000/iterations:10/manual_time                               0.000 s         0.000 s            10
25: Atomic_ContentiousMaxReplacements<float>/Length:200000/iterations:10/manual_time                   0.000 s         0.000 s            10
25: Atomic_ContentiousMinReplacements<float>/Length:200000/iterations:10/manual_time                   0.000 s         0.000 s            10
25: Atomic_MinReplacements<double>/Length:1000000/iterations:10/manual_time                            0.000 s         0.000 s            10
25: Atomic_MaxReplacements<double>/Length:1000000/iterations:10/manual_time                            0.000 s         0.000 s            10
25: Atomic_MaxEarlyExits<double>/Length:1000000/iterations:10/manual_time                              0.000 s         0.000 s            10
25: Atomic_MinEarlyExits<double>/Length:1000000/iterations:10/manual_time                              0.000 s         0.000 s            10
25: Atomic_ContentiousMaxReplacements<double>/Length:200000/iterations:10/manual_time                  0.000 s         0.000 s            10
25: Atomic_ContentiousMinReplacements<double>/Length:200000/iterations:10/manual_time                  0.000 s         0.000 s            10
25/49 Test #25: Kokkos_Benchmark_Atomic_MinMax ..............   Passed    1.65 sec
test 26
      Start 26: Kokkos_PerformanceTest_Mempool

26: Test command: /var/jenkins/workspace/Kokkos_PR-6830/build/core/perf_test/Kokkos_PerformanceTest_Mempool "--benchmark_counters_tabular=true" "--benchmark_out=Kokkos_PerformanceTest_Mempool_2024-04-24_T22-04-36.json"
26: Working Directory: /var/jenkins/workspace/Kokkos_PR-6830/build/core/perf_test
26: Test timeout computed to be: 1500
26: 2024-04-24T23:18:55+00:00
26: Running /var/jenkins/workspace/Kokkos_PR-6830/build/core/perf_test/Kokkos_PerformanceTest_Mempool
26: Run on (4 X 2300.11 MHz CPU s)
26: CPU Caches:
26:   L1 Data 32 KiB (x4)
26:   L1 Instruction 32 KiB (x4)
26:   L2 Unified 4096 KiB (x4)
26:   L3 Unified 16384 KiB (x4)
26: Load Average: 0.37, 2.30, 5.58
26: CPU architecture: none
26: Default Device: N6Kokkos12Experimental12OpenMPTargetE
26: GIT_BRANCH: HEAD
26: GIT_CLEAN_STATUS: CLEAN
26: GIT_COMMIT_DATE: 2024-04-24T15:02:50-07:00
26: GIT_COMMIT_DESCRIPTION: #6805: fix accidentally disabled code
26: GIT_COMMIT_HASH: 4b656d535
26: GPU architecture: VOLTA70
26: KOKKOS_COMPILER_CLANG: 1703
26: KOKKOS_ENABLE_ASM: no
26: KOKKOS_ENABLE_CXX17: yes
26: KOKKOS_ENABLE_CXX20: no
26: KOKKOS_ENABLE_CXX23: no
26: KOKKOS_ENABLE_CXX26: no
26: KOKKOS_ENABLE_DEBUG_BOUNDS_CHECK: no
26: KOKKOS_ENABLE_HWLOC: no
26: KOKKOS_ENABLE_LIBDL: yes
26: KOKKOS_ENABLE_OPENMPTARGET: yes
26: KOKKOS_ENABLE_PRAGMA_IVDEP: no
26: KOKKOS_ENABLE_PRAGMA_LOOPCOUNT: no
26: KOKKOS_ENABLE_PRAGMA_UNROLL: no
26: KOKKOS_ENABLE_PRAGMA_VECTOR: no
26: KOKKOS_ENABLE_SERIAL: yes
26: Kokkos Version: 4.3.99
26: platform: 64bit
26: ----------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------
26: Benchmark                                                                                                                                             Time             CPU   Iterations FOM: fill ops per second
26: ----------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------
26: 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.001 s         0.000 s           504               4.67166M/s
26: -----------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------
26: Benchmark                                                                                                                                             Time             CPU   Iterations FOM: cycle ops per second
26: -----------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------
26: 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.001 s         0.000 s          1341                21.0108M/s
26/49 Test #26: Kokkos_PerformanceTest_Mempool ..............   Passed    3.52 sec
test 27
      Start 27: Kokkos_PerformanceTest_Atomic

27: Test command: /var/jenkins/workspace/Kokkos_PR-6830/build/core/perf_test/Kokkos_PerformanceTest_Atomic "--benchmark_counters_tabular=true" "--benchmark_out=Kokkos_PerformanceTest_Atomic_2024-04-24_T22-04-36.json"
27: Working Directory: /var/jenkins/workspace/Kokkos_PR-6830/build/core/perf_test
27: Test timeout computed to be: 1500
27: 2024-04-24T23:18:59+00:00
27: Running /var/jenkins/workspace/Kokkos_PR-6830/build/core/perf_test/Kokkos_PerformanceTest_Atomic
27: Run on (4 X 2300.11 MHz CPU s)
27: CPU Caches:
27:   L1 Data 32 KiB (x4)
27:   L1 Instruction 32 KiB (x4)
27:   L2 Unified 4096 KiB (x4)
27:   L3 Unified 16384 KiB (x4)
27: Load Average: 0.34, 2.26, 5.55
27: CPU architecture: none
27: Default Device: N6Kokkos12Experimental12OpenMPTargetE
27: GIT_BRANCH: HEAD
27: GIT_CLEAN_STATUS: CLEAN
27: GIT_COMMIT_DATE: 2024-04-24T15:02:50-07:00
27: GIT_COMMIT_DESCRIPTION: #6805: fix accidentally disabled code
27: GIT_COMMIT_HASH: 4b656d535
27: GPU architecture: VOLTA70
27: KOKKOS_COMPILER_CLANG: 1703
27: KOKKOS_ENABLE_ASM: no
27: KOKKOS_ENABLE_CXX17: yes
27: KOKKOS_ENABLE_CXX20: no
27: KOKKOS_ENABLE_CXX23: no
27: KOKKOS_ENABLE_CXX26: no
27: KOKKOS_ENABLE_DEBUG_BOUNDS_CHECK: no
27: KOKKOS_ENABLE_HWLOC: no
27: KOKKOS_ENABLE_LIBDL: yes
27: KOKKOS_ENABLE_OPENMPTARGET: yes
27: KOKKOS_ENABLE_PRAGMA_IVDEP: no
27: KOKKOS_ENABLE_PRAGMA_LOOPCOUNT: no
27: KOKKOS_ENABLE_PRAGMA_UNROLL: no
27: KOKKOS_ENABLE_PRAGMA_VECTOR: no
27: KOKKOS_ENABLE_SERIAL: yes
27: Kokkos Version: 4.3.99
27: platform: 64bit
27: --------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------
27: Benchmark                                                         Time             CPU   Iterations     Passed Size of type Time atomic Time non-atomic Time serial Value atomic Value non-atomic Value serial
27: --------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------
27: Test_Atomic<int>/100000/iterations:10                          4.88 s         0.016 s            10          1            4     7.84145        7.00396m      69.56u     704.983M         1.67024M     704.983M
27: Test_Atomic<long int>/100000/iterations:10                     4.81 s         0.003 s            10          1            8     7.79979        7.82492m     137.46u     4.99995G         1.55982M     4.99995G
27: Test_Atomic<long long int>/100000/iterations:10                4.81 s         0.003 s            10          1            8     7.83513        7.58731m     137.45u     4.99995G         1.26594M     4.99995G
27: Test_Atomic<unsigned int>/100000/iterations:10                 4.86 s         0.003 s            10          1            4     8.07011        7.77894m      70.24u     704.983M         1.35546M     704.983M
27: Test_Atomic<unsigned long int>/100000/iterations:10            4.81 s         0.003 s            10          1            8     7.84004        7.62159m     127.14u     4.99995G         1.64678M     4.99995G
27: Test_Atomic<unsigned long long int>/100000/iterations:10       4.83 s         0.003 s            10          1            8     7.99686        7.31011m      127.2u     4.99995G         1.23253M     4.99995G
27: Test_Atomic<float>/100000/iterations:10                        4.55 s         0.004 s            10          0            4     6.33345        7.55375m    1.74385m     4.99992G         1.51395M     4.99989G
27: Test_Atomic<double>/100000/iterations:10                       4.48 s         0.004 s            10          1            8     6.32828        7.97225m    1.74014m     4.99995G         1.34675M     4.99995G
27: Test_Atomic<int>/100000/iterations:10                          4.87 s         0.003 s            10          1            4     8.01637        7.37909m      68.92u     704.983M         1.56938M     704.983M
27/49 Test #27: Kokkos_PerformanceTest_Atomic ...............   Passed  430.26 sec
test 28
      Start 28: Kokkos_ContainersUnitTest_Serial

28: Test command: /var/jenkins/workspace/Kokkos_PR-6830/build/containers/unit_tests/Kokkos_ContainersUnitTest_Serial
28: Working Directory: /var/jenkins/workspace/Kokkos_PR-6830/build/containers/unit_tests
28: Test timeout computed to be: 1500
28: [==========] Running 61 tests from 1 test suite.
28: [----------] Global test environment set-up.
28: [----------] 61 tests from serial
28: [ RUN      ] serial.bitset
28: [       OK ] serial.bitset (3178 ms)
28: [ RUN      ] serial.bitset_default_constructor_no_alloc
28: [       OK ] serial.bitset_default_constructor_no_alloc (0 ms)
28: [ RUN      ] serial.dualview_combination
28: [       OK ] serial.dualview_combination (0 ms)
28: [ RUN      ] serial.dualview_alloc
28: [       OK ] serial.dualview_alloc (0 ms)
28: [ RUN      ] serial.test_dualview_copy_construction_and_assignment
28: [       OK ] serial.test_dualview_copy_construction_and_assignment (0 ms)
28: [ RUN      ] serial.dualview_combinations_without_init
28: [       OK ] serial.dualview_combinations_without_init (0 ms)
28: [ RUN      ] serial.dualview_deep_copy
28: [       OK ] serial.dualview_deep_copy (0 ms)
28: [ RUN      ] serial.dualview_realloc
28: [       OK ] serial.dualview_realloc (0 ms)
28: [ RUN      ] serial.dualview_resize
28: [       OK ] serial.dualview_resize (0 ms)
28: [ RUN      ] serial.dualview_device_correct_kokkos_device
28: [       OK ] serial.dualview_device_correct_kokkos_device (123 ms)
28: [ RUN      ] serial.dualview_host_correct_kokkos_device
28: [       OK ] serial.dualview_host_correct_kokkos_device (0 ms)
28: [ RUN      ] serial.dualview_host_modify_template_device_sync
28: [       OK ] serial.dualview_host_modify_template_device_sync (0 ms)
28: [ RUN      ] serial.dualview_host_modify_template_device_execspace_sync
28: [       OK ] serial.dualview_host_modify_template_device_execspace_sync (0 ms)
28: [ RUN      ] serial.dualview_device_modify_template_host_sync
28: [       OK ] serial.dualview_device_modify_template_host_sync (0 ms)
28: [ RUN      ] serial.dualview_device_modify_template_host_execspace_sync
28: [       OK ] serial.dualview_device_modify_template_host_execspace_sync (0 ms)
28: [ RUN      ] serial.dualview_template_views_return_correct_executionspace_views
28: [       OK ] serial.dualview_template_views_return_correct_executionspace_views (0 ms)
28: [ RUN      ] serial.dynamic_view
28: [       OK ] serial.dynamic_view (19 ms)
28: [ RUN      ] serial.dyn_rank_view_api_generic
28: [       OK ] serial.dyn_rank_view_api_generic (13 ms)
28: [ RUN      ] serial.dyn_rank_view_api_operator_rank12345
28: [       OK ] serial.dyn_rank_view_api_operator_rank12345 (0 ms)
28: [ RUN      ] serial.dyn_rank_view_api_operator_rank67
28: [       OK ] serial.dyn_rank_view_api_operator_rank67 (0 ms)
28: [ RUN      ] serial.ErrorReporterViaLambda
28: [       OK ] serial.ErrorReporterViaLambda (0 ms)
28: [ RUN      ] serial.ErrorReporter
28: [       OK ] serial.ErrorReporter (0 ms)
28: [ RUN      ] serial.offsetview_construction
28: [       OK ] serial.offsetview_construction (28 ms)
28: [ RUN      ] serial.offsetview_unmanaged_construction
28: [       OK ] serial.offsetview_unmanaged_construction (0 ms)
28: [ RUN      ] serial.offsetview_subview
28: [       OK ] serial.offsetview_subview (11 ms)
28: [ RUN      ] serial.offsetview_offsets_rank1
28: [       OK ] serial.offsetview_offsets_rank1 (0 ms)
28: [ RUN      ] serial.offsetview_offsets_rank2
28: [       OK ] serial.offsetview_offsets_rank2 (0 ms)
28: [ RUN      ] serial.offsetview_offsets_rank3
28: [       OK ] serial.offsetview_offsets_rank3 (0 ms)
28: [ RUN      ] serial.scatterview
28: [       OK ] serial.scatterview (6357 ms)
28: [ RUN      ] serial.scatterview_devicetype
28: [       OK ] serial.scatterview_devicetype (4 ms)
28: [ RUN      ] serial.staticcrsgraph
28: [       OK ] serial.staticcrsgraph (38 ms)
28: [ RUN      ] serial.resize_realloc_no_init_dualview
28: [       OK ] serial.resize_realloc_no_init_dualview (1 ms)
28: [ RUN      ] serial.resize_realloc_no_alloc_dualview
28: [       OK ] serial.resize_realloc_no_alloc_dualview (0 ms)
28: [ RUN      ] serial.resize_exec_space_dualview
28: [       OK ] serial.resize_exec_space_dualview (0 ms)
28: [ RUN      ] serial.realloc_exec_space_dualview
28: [       OK ] serial.realloc_exec_space_dualview (0 ms)
28: [ RUN      ] serial.resize_realloc_no_init_dynrankview
28: [       OK ] serial.resize_realloc_no_init_dynrankview (0 ms)
28: [ RUN      ] serial.resize_exec_space_dynrankview
28: [       OK ] serial.resize_exec_space_dynrankview (0 ms)
28: [ RUN      ] serial.realloc_exec_space_dynrankview
28: [       OK ] serial.realloc_exec_space_dynrankview (0 ms)
28: [ RUN      ] serial.resize_realloc_no_init_scatterview
28: [       OK ] serial.resize_realloc_no_init_scatterview (0 ms)
28: [ RUN      ] serial.resize_realloc_no_alloc_scatterview
28: [       OK ] serial.resize_realloc_no_alloc_scatterview (0 ms)
28: [ RUN      ] serial.resize_exec_space_scatterview
28: [       OK ] serial.resize_exec_space_scatterview (0 ms)
28: [ RUN      ] serial.realloc_exec_space_scatterview
28: [       OK ] serial.realloc_exec_space_scatterview (0 ms)
28: [ RUN      ] serial.create_mirror_no_init_dynrankview
28: [       OK ] serial.create_mirror_no_init_dynrankview (0 ms)
28: [ RUN      ] serial.create_mirror_no_init_dynrankview_viewctor
28: [       OK ] serial.create_mirror_no_init_dynrankview_viewctor (0 ms)
28: [ RUN      ] serial.create_mirror_view_and_copy_dynrankview
28: [       OK ] serial.create_mirror_view_and_copy_dynrankview (0 ms)
28: [ RUN      ] serial.create_mirror_no_init_offsetview
28: [       OK ] serial.create_mirror_no_init_offsetview (0 ms)
28: [ RUN      ] serial.create_mirror_no_init_offsetview_view_ctor
28: [       OK ] serial.create_mirror_no_init_offsetview_view_ctor (0 ms)
28: [ RUN      ] serial.create_mirror_view_and_copy_offsetview
28: [       OK ] serial.create_mirror_view_and_copy_offsetview (0 ms)
28: [ RUN      ] serial.UnorderedMap_insert
28: [       OK ] serial.UnorderedMap_insert (29968 ms)
28: [ RUN      ] serial.UnorderedMap_failed_insert
28: [       OK ] serial.UnorderedMap_failed_insert (14991 ms)
28: [ RUN      ] serial.UnorderedMap_deep_copy
28: [       OK ] serial.UnorderedMap_deep_copy (12 ms)
28: [ RUN      ] serial.UnorderedMap_valid_empty
28: [       OK ] serial.UnorderedMap_valid_empty (0 ms)
28: [ RUN      ] serial.UnorderedMap_clear_zero_size
28: [       OK ] serial.UnorderedMap_clear_zero_size (0 ms)
28: [ RUN      ] serial.UnorderedMap_consistent_size
28: [       OK ] serial.UnorderedMap_consistent_size (0 ms)
28: [ RUN      ] serial.UnorderedMap_shallow_copyable_on_device
28: [       OK ] serial.UnorderedMap_shallow_copyable_on_device (0 ms)
28: [ RUN      ] serial.UnorderedMap_lambda_capturable
28: [       OK ] serial.UnorderedMap_lambda_capturable (0 ms)
28: [ RUN      ] serial.UnorderedMap_constructor_view_alloc
28: [       OK ] serial.UnorderedMap_constructor_view_alloc (0 ms)
28: [ RUN      ] serial.vector_combination
28: [       OK ] serial.vector_combination (0 ms)
28: [ RUN      ] serial.vector_insert
28: [       OK ] serial.vector_insert (0 ms)
28: [ RUN      ] serial.vector_push_back_default_exec
28: [       OK ] serial.vector_push_back_default_exec (0 ms)
28: [ RUN      ] serial.viewctorprop_embedded_dim
28: [       OK ] serial.viewctorprop_embedded_dim (0 ms)
28: [----------] 61 tests from serial (54762 ms total)
28: 
28: [----------] Global test environment tear-down
28: [==========] 61 tests from 1 test suite ran. (54762 ms total)
28: [  PASSED  ] 61 tests.
28/49 Test #28: Kokkos_ContainersUnitTest_Serial ............   Passed   57.27 sec
test 29
      Start 29: Kokkos_UnitTest_Sort

29: Test command: /var/jenkins/workspace/Kokkos_PR-6830/build/algorithms/unit_tests/Kokkos_UnitTest_Sort
29: Working Directory: /var/jenkins/workspace/Kokkos_PR-6830/build/algorithms/unit_tests
29: Test timeout computed to be: 1500
29: [==========] Running 15 tests from 1 test suite.
29: [----------] Global test environment set-up.
29: [----------] 15 tests from openmptarget
29: [ RUN      ] openmptarget.SortUnsignedValueType
29: [       OK ] openmptarget.SortUnsignedValueType (202 ms)
29: [ RUN      ] openmptarget.SortEmptyView
29: [       OK ] openmptarget.SortEmptyView (0 ms)
29: [ RUN      ] openmptarget.SortByKeyEmptyView
29: [       OK ] openmptarget.SortByKeyEmptyView (0 ms)
29: [ RUN      ] openmptarget.SortByKey
29: [       OK ] openmptarget.SortByKey (8 ms)
29: [ RUN      ] openmptarget.SortByKeyWithComparator
29: [       OK ] openmptarget.SortByKeyWithComparator (8 ms)
29: [ RUN      ] openmptarget.SortByKeyStaticExtents
29: [       OK ] openmptarget.SortByKeyStaticExtents (2 ms)
29: [ RUN      ] openmptarget.SortByKeyWithStrides
29: [       OK ] openmptarget.SortByKeyWithStrides (2 ms)
29: [ RUN      ] openmptarget.SortByKeyKeysLargerThanValues
29: 
29: [WARNING] /var/jenkins/workspace/Kokkos_PR-6830/tpls/gtest/gtest/gtest-all.cc:9326:: Death tests use fork(), which is unsafe particularly in a threaded context. For this test, Google Test detected 3 threads. See https://github.com/google/googletest/blob/master/docs/advanced.md#death-tests-and-threads for more explanation and suggested solutions, especially if this is the last message you see before your test times out.
29: 
29: [WARNING] /var/jenkins/workspace/Kokkos_PR-6830/tpls/gtest/gtest/gtest-all.cc:9326:: Death tests use fork(), which is unsafe particularly in a threaded context. For this test, Google Test detected 3 threads. See https://github.com/google/googletest/blob/master/docs/advanced.md#death-tests-and-threads for more explanation and suggested solutions, especially if this is the last message you see before your test times out.
29: [       OK ] openmptarget.SortByKeyKeysLargerThanValues (993 ms)
29: [ RUN      ] openmptarget.SortWithCustomComparator
29: [       OK ] openmptarget.SortWithCustomComparator (2888 ms)
29: [ RUN      ] openmptarget.BinSortGenericTests
29: [       OK ] openmptarget.BinSortGenericTests (60 ms)
29: [ RUN      ] openmptarget.BinSortEmptyView
29: [       OK ] openmptarget.BinSortEmptyView (0 ms)
29: [ RUN      ] openmptarget.BinSortEmptyKeysView
29: [       OK ] openmptarget.BinSortEmptyKeysView (1 ms)
29: [ RUN      ] openmptarget.BinSortUnsignedKeyLayoutStrideValues
29: [       OK ] openmptarget.BinSortUnsignedKeyLayoutStrideValues (29492 ms)
29: [ RUN      ] openmptarget.NestedSort
29: [       OK ] openmptarget.NestedSort (64 ms)
29: [ RUN      ] openmptarget.NestedSortByKey
29: [       OK ] openmptarget.NestedSortByKey (169 ms)
29: [----------] 15 tests from openmptarget (33897 ms total)
29: 
29: [----------] Global test environment tear-down
29: [==========] 15 tests from 1 test suite ran. (33897 ms total)
29: [  PASSED  ] 15 tests.
29/49 Test #29: Kokkos_UnitTest_Sort ........................   Passed   35.29 sec
test 30
      Start 30: Kokkos_UnitTest_Random

30: Test command: /var/jenkins/workspace/Kokkos_PR-6830/build/algorithms/unit_tests/Kokkos_UnitTest_Random
30: Working Directory: /var/jenkins/workspace/Kokkos_PR-6830/build/algorithms/unit_tests
30: Test timeout computed to be: 1500
30: [==========] Running 3 tests from 1 test suite.
30: [----------] Global test environment set-up.
30: [----------] 3 tests from openmptarget
30: [ RUN      ] openmptarget.Random_XorShift64
30: Test Seed:1714001262413366794
30: Test Scalar=int
30:  -- Testing randomness properties
30:  -- Testing 1-D histogram
30: Density 1D: 0 -0.00722367 -0.00185045 || 0.051031 2037 2403 || 2238.23 2222.06 || -25.5806 -0.160751
30:  -- Testing 3-D histogram
30: Density 3D: 0 0.000313055 -0.000673791 || 0.051031 1e+64 -1e+64
30: Test Scalar=unsigned int
30:  -- Testing randomness properties
30:  -- Testing 1-D histogram
30: Density 1D: 0 -0.0126579 -0.00105028 || 0.051031 2045 2432 || 2250.55 2222.06 || -14.5191 -0.160751
30:  -- Testing 3-D histogram
30: Density 3D: 0 -0.020576 6.1191e-05 || 0.051031 1e+64 -1e+64
30: Test Scalar=int64_t
30:  -- Testing randomness properties
30:  -- Testing 1-D histogram
30: Density 1D: 0 -0.0109365 -0.00160999 || 0.051031 2052 2408 || 2246.63 2222.06 || -22.2565 -0.160751
30:  -- Testing 3-D histogram
30: Density 3D: 0 0.0127223 -0.000311348 || 0.051031 1e+64 -1e+64
30: Test Scalar=uint64_t
30:  -- Testing randomness properties
30:  -- Testing 1-D histogram
30: Density 1D: 0 -0.000768461 -0.00115442 || 0.051031 2021 2437 || 2223.77 2222.06 || -15.9587 -0.160751
30:  -- Testing 3-D histogram
30: Density 3D: 0 0.00436562 0.000276384 || 0.051031 1e+64 -1e+64
30: Test Scalar=half
30:  -- Testing randomness properties
30:  -- Testing 1-D histogram
30: Density 1D: 3.25521e-08 -0.00438591 -0.00264764 || 0.051031 2049 2400 || 2231.85 2222.06 || -36.6009 -0.160751
30:  -- Testing 3-D histogram
30: Density 3D: 9.76563e-08 -0.0013364 -0.00074511 || 0.051031 1e+64 -1e+64
30: Test Scalar=bhalf
30:  -- Testing randomness properties
30:  -- Testing 1-D histogram
30: Density 1D: 6.51042e-08 -0.00293915 0.000684426 || 0.051031 2040 2431 || 2228.61 2222.06 || 9.4615 -0.160751
30:  -- Testing 3-D histogram
30: Density 3D: 1.95313e-07 0.0028086 -8.32103e-05 || 0.051031 1e+64 -1e+64
30: Test Scalar=float
30:  -- Testing randomness properties
30:  -- Testing 1-D histogram
30: Density 1D: 9.76563e-08 0.000610511 -0.000196569 || 0.051031 2052 2412 || 2220.71 2222.06 || -2.71736 -0.160751
30:  -- Testing 3-D histogram
30: Density 3D: 2.92969e-07 0.000767539 -0.000402747 || 0.051031 1e+64 -1e+64
30: Test Scalar=double
30:  -- Testing randomness properties
30:  -- Testing 1-D histogram
30: Density 1D: 0 -0.0322398 0.000755588 || 0.051031 2020 2460 || 2296.09 2222.06 || 10.4452 -0.160751
30:  -- Testing 3-D histogram
30: Density 3D: 0 0.00529511 0.00021433 || 0.051031 1e+64 -1e+64
30: Test Seed:1714001262492648795
30: Test Scalar=int
30:  -- Testing randomness properties
30:  -- Testing 1-D histogram
30: Density 1D: 0 -0.00131599 0.000214562 || 0.051031 2034 2410 || 2224.99 2222.06 || 2.9661 -0.160751
30:  -- Testing 3-D histogram
30: Density 3D: 0 0.0201393 4.94306e-05 || 0.051031 1e+64 -1e+64
30: Test Scalar=unsigned int
30:  -- Testing randomness properties
30:  -- Testing 1-D histogram
30: Density 1D: 3.25521e-08 -0.00725708 -0.00057072 || 0.051031 2038 2401 || 2238.31 2222.06 || -7.88963 -0.160751
30:  -- Testing 3-D histogram
30: Density 3D: 9.76563e-08 0.00121641 -0.000420152 || 0.051031 1e+64 -1e+64
30: Test Scalar=int64_t
30:  -- Testing randomness properties
30:  -- Testing 1-D histogram
30: Density 1D: 0 -0.0122346 -0.00130466 || 0.051031 2052 2435 || 2249.58 2222.06 || -18.0356 -0.160751
30:  -- Testing 3-D histogram
30: Density 3D: 0 -0.013691 0.000325856 || 0.051031 1e+64 -1e+64
30: Test Scalar=uint64_t
30:  -- Testing randomness properties
30:  -- Testing 1-D histogram
30: Density 1D: 0 -0.00100777 -0.00037209 || 0.051031 2051 2435 || 2224.3 2222.06 || -5.14377 -0.160751
30:  -- Testing 3-D histogram
30: Density 3D: 0 0.00196831 -1.84599e-05 || 0.051031 1e+64 -1e+64
30: Test Scalar=half
30:  -- Testing randomness properties
30:  -- Testing 1-D histogram
30: Density 1D: 0 0.0210979 -0.000106129 || 0.051031 2023 2396 || 2176.15 2222.06 || -1.46713 -0.160751
30:  -- Testing 3-D histogram
30: Density 3D: 0 0.0070915 -0.000216048 || 0.051031 1e+64 -1e+64
30: Test Scalar=bhalf
30:  -- Testing randomness properties
30:  -- Testing 1-D histogram
30: Density 1D: 0 -0.0205998 -0.00135878 || 0.051031 1994 2425 || 2268.8 2222.06 || -18.7838 -0.160751
30:  -- Testing 3-D histogram
30: Density 3D: 0 0.00342448 0.00023343 || 0.051031 1e+64 -1e+64
30: Test Scalar=float
30:  -- Testing randomness properties
30:  -- Testing 1-D histogram
30: Density 1D: 3.25521e-08 -0.0169823 -0.000410399 || 0.051031 2039 2395 || 2260.45 2222.06 || -5.67335 -0.160751
30:  -- Testing 3-D histogram
30: Density 3D: 9.76563e-08 0.00853375 -0.000105734 || 0.051031 1e+64 -1e+64
30: Test Scalar=double
30:  -- Testing randomness properties
30:  -- Testing 1-D histogram
30: Density 1D: 0 -0.00310046 0.000631342 || 0.051031 2032 2400 || 2228.97 2222.06 || 8.72767 -0.160751
30:  -- Testing 3-D histogram
30: Density 3D: 0 0.00575507 0.000580503 || 0.051031 1e+64 -1e+64
30: [       OK ] openmptarget.Random_XorShift64 (314 ms)
30: [ RUN      ] openmptarget.Random_XorShift1024_0
30: Test Seed:1714001262577451164
30: Test Scalar=int
30:  -- Testing randomness properties
30:  -- Testing 1-D histogram
30: Density 1D: 7.26597e-05 -0.00774482 7.27706e-05 || 0.051031 2001 2400 || 2215.38 2198.22 || 1.00598 -0.159026
30:  -- Testing 3-D histogram
30: Density 3D: 7.26597e-05 0.0122728 0.00129893 || 0.051031 1e+64 -1e+64
30: Test Scalar=unsigned int
30:  -- Testing randomness properties
30:  -- Testing 1-D histogram
30: Density 1D: 7.26597e-05 -0.0122822 0.00072754 || 0.051031 2002 2438 || 2225.56 2198.22 || 10.0575 -0.159026
30:  -- Testing 3-D histogram
30: Density 3D: 7.26597e-05 -0.00589362 0.000205197 || 0.051031 1e+64 -1e+64
30: Test Scalar=int64_t
30:  -- Testing randomness properties
30:  -- Testing 1-D histogram
30: Density 1D: 7.26597e-05 -0.0230222 0.000386346 || 0.051031 2001 2383 || 2250.02 2198.22 || 5.34084 -0.159026
30:  -- Testing 3-D histogram
30: Density 3D: 7.26597e-05 0.00437361 1.10855e-05 || 0.051031 1e+64 -1e+64
30: Test Scalar=uint64_t
30:  -- Testing randomness properties
30:  -- Testing 1-D histogram
30: Density 1D: 7.26597e-05 -0.00664571 0.00140893 || 0.051031 2008 2375 || 2212.93 2198.22 || 19.477 -0.159026
30:  -- Testing 3-D histogram
30: Density 3D: 7.26597e-05 0.00915176 0.000118604 || 0.051031 1e+64 -1e+64
30: Test Scalar=half
30:  -- Testing randomness properties
30:  -- Testing 1-D histogram
30: Density 1D: 7.26926e-05 -0.0159673 0.00028253 || 0.051031 2022 2373 || 2233.89 2198.22 || 3.90569 -0.159026
30:  -- Testing 3-D histogram
30: Density 3D: 7.27585e-05 -0.0243179 -0.000228298 || 0.051031 1e+64 -1e+64
30: Test Scalar=bhalf
30:  -- Testing randomness properties
30:  -- Testing 1-D histogram
30: Density 1D: 7.26926e-05 -0.00663226 -0.00164988 || 0.051031 1993 2404 || 2212.9 2198.22 || -22.808 -0.159026
30:  -- Testing 3-D histogram
30: Density 3D: 7.27585e-05 -0.00332801 0.00101101 || 0.051031 1e+64 -1e+64
30: Test Scalar=float
30:  -- Testing randomness properties
30:  -- Testing 1-D histogram
30: Density 1D: 7.27255e-05 0.017512 -0.000800887 || 0.051031 2000 2395 || 2160.39 2198.22 || -11.0715 -0.159026
30:  -- Testing 3-D histogram
30: Density 3D: 7.28572e-05 0.0135532 -0.000356362 || 0.051031 1e+64 -1e+64
30: Test Scalar=double
30:  -- Testing randomness properties
30:  -- Testing 1-D histogram
30: Density 1D: 7.26597e-05 -0.00838864 0.00181598 || 0.051031 2010 2395 || 2216.82 2198.22 || 25.1041 -0.159026
30:  -- Testing 3-D histogram
30: Density 3D: 7.26597e-05 0.00403652 -1.6009e-05 || 0.051031 1e+64 -1e+64
30: Test Seed:1714001262691689689
30: Test Scalar=int
30:  -- Testing randomness properties
30:  -- Testing 1-D histogram
30: Density 1D: 7.26597e-05 -0.00517113 0.00133211 || 0.051031 2021 2378 || 2209.65 2198.22 || 18.4151 -0.159026
30:  -- Testing 3-D histogram
30: Density 3D: 7.26597e-05 0.00810865 -0.000135523 || 0.051031 1e+64 -1e+64
30: Test Scalar=unsigned int
30:  -- Testing randomness properties
30:  -- Testing 1-D histogram
30: Density 1D: 7.26597e-05 0.0103413 0.000827137 || 0.051031 2029 2367 || 2175.72 2198.22 || 11.4343 -0.159026
30:  -- Testing 3-D histogram
30: Density 3D: 7.26597e-05 -0.0121585 6.23063e-05 || 0.051031 1e+64 -1e+64
30: Test Scalar=int64_t
30:  -- Testing randomness properties
30:  -- Testing 1-D histogram
30: Density 1D: 7.26597e-05 0.010227 -0.000814777 || 0.051031 2003 2380 || 2175.97 2198.22 || -11.2635 -0.159026
30:  -- Testing 3-D histogram
30: Density 3D: 7.26597e-05 0.00506044 -0.000446889 || 0.051031 1e+64 -1e+64
30: Test Scalar=uint64_t
30:  -- Testing randomness properties
30:  -- Testing 1-D histogram
30: Density 1D: 7.26597e-05 0.0291768 0.00156694 || 0.051031 2034 2397 || 2135.9 2198.22 || 21.6614 -0.159026
30:  -- Testing 3-D histogram
30: Density 3D: 7.26597e-05 -0.00394441 2.19404e-05 || 0.051031 1e+64 -1e+64
30: Test Scalar=half
30:  -- Testing randomness properties
30:  -- Testing 1-D histogram
30: Density 1D: 7.26597e-05 0.0109431 -0.000519594 || 0.051031 2020 2379 || 2174.43 2198.22 || -7.18287 -0.159026
30:  -- Testing 3-D histogram
30: Density 3D: 7.26597e-05 0.0111766 -0.000502921 || 0.051031 1e+64 -1e+64
30: Test Scalar=bhalf
30:  -- Testing randomness properties
30:  -- Testing 1-D histogram
30: Density 1D: 7.26926e-05 -0.0133523 0.00113147 || 0.051031 1997 2386 || 2227.97 2198.22 || 15.6415 -0.159026
30:  -- Testing 3-D histogram
30: Density 3D: 7.27585e-05 -0.00361958 -0.000358681 || 0.051031 1e+64 -1e+64
30: Test Scalar=float
30:  -- Testing randomness properties
30:  -- Testing 1-D histogram
30: Density 1D: 7.27255e-05 0.0013938 0.000639467 || 0.051031 2028 2399 || 2195.16 2198.22 || 8.83999 -0.159026
30:  -- Testing 3-D histogram
30: Density 3D: 7.28572e-05 -0.011071 -7.86665e-05 || 0.051031 1e+64 -1e+64
30: Test Scalar=double
30:  -- Testing randomness properties
30:  -- Testing 1-D histogram
30: Density 1D: 7.26597e-05 0.0106801 0.000469968 || 0.051031 2008 2369 || 2174.99 2198.22 || 6.49683 -0.159026
30:  -- Testing 3-D histogram
30: Density 3D: 7.26597e-05 0.00564177 0.000504483 || 0.051031 1e+64 -1e+64
30: [       OK ] openmptarget.Random_XorShift1024_0 (258 ms)
30: [ RUN      ] openmptarget.Multi_streams
30: /var/jenkins/workspace/Kokkos_PR-6830/algorithms/unit_tests/TestRandom.hpp:587: Skipped
30: Libomptarget error
30: [  SKIPPED ] openmptarget.Multi_streams (0 ms)
30: [----------] 3 tests from openmptarget (572 ms total)
30: 
30: [----------] Global test environment tear-down
30: [==========] 3 tests from 1 test suite ran. (572 ms total)
30: [  PASSED  ] 2 tests.
30: [  SKIPPED ] 1 test, listed below:
30: [  SKIPPED ] openmptarget.Multi_streams
30/49 Test #30: Kokkos_UnitTest_Random ......................   Passed    1.92 sec
test 31
      Start 31: Kokkos_AlgorithmsUnitTest_StdSet_A

31: Test command: /var/jenkins/workspace/Kokkos_PR-6830/build/algorithms/unit_tests/Kokkos_AlgorithmsUnitTest_StdSet_A
31: Working Directory: /var/jenkins/workspace/Kokkos_PR-6830/build/algorithms/unit_tests
31: Test timeout computed to be: 1500
31: [==========] Running 15 tests from 3 test suites.
31: [----------] Global test environment set-up.
31: [----------] 3 tests from std_algorithms_reducers
31: [ RUN      ] std_algorithms_reducers.max_first_loc
31: [       OK ] std_algorithms_reducers.max_first_loc (0 ms)
31: [ RUN      ] std_algorithms_reducers.min_first_loc
31: [       OK ] std_algorithms_reducers.min_first_loc (0 ms)
31: [ RUN      ] std_algorithms_reducers.min_max_first_last_loc
31: [       OK ] std_algorithms_reducers.min_max_first_last_loc (0 ms)
31: [----------] 3 tests from std_algorithms_reducers (0 ms total)
31: 
31: [----------] 1 test from std_algorithms
31: [ RUN      ] std_algorithms.is_admissible_to_std_algorithms
31: [       OK ] std_algorithms.is_admissible_to_std_algorithms (121 ms)
31: [----------] 1 test from std_algorithms (121 ms total)
31: 
31: [----------] 11 tests from random_access_iterator_test
31: [ RUN      ] random_access_iterator_test.constructor
31: [       OK ] random_access_iterator_test.constructor (0 ms)
31: [ RUN      ] random_access_iterator_test.constructiblity
31: [       OK ] random_access_iterator_test.constructiblity (0 ms)
31: [ RUN      ] random_access_iterator_test.dereference
31: [       OK ] random_access_iterator_test.dereference (1 ms)
31: [ RUN      ] random_access_iterator_test.subscript_operator
31: [       OK ] random_access_iterator_test.subscript_operator (1 ms)
31: [ RUN      ] random_access_iterator_test.operatorsSet1
31: [       OK ] random_access_iterator_test.operatorsSet1 (1 ms)
31: [ RUN      ] random_access_iterator_test.operatorsSet2
31: [       OK ] random_access_iterator_test.operatorsSet2 (1 ms)
31: [ RUN      ] random_access_iterator_test.operatorsSet3
31: [       OK ] random_access_iterator_test.operatorsSet3 (1 ms)
31: [ RUN      ] random_access_iterator_test.operatorsSet4
31: [       OK ] random_access_iterator_test.operatorsSet4 (0 ms)
31: [ RUN      ] random_access_iterator_test.assignment_operator
31: [       OK ] random_access_iterator_test.assignment_operator (0 ms)
31: [ RUN      ] random_access_iterator_test.distance
31: [       OK ] random_access_iterator_test.distance (0 ms)
31: [ RUN      ] random_access_iterator_test.traits_helpers
31: [       OK ] random_access_iterator_test.traits_helpers (0 ms)
31: [----------] 11 tests from random_access_iterator_test (9 ms total)
31: 
31: [----------] Global test environment tear-down
31: [==========] 15 tests from 3 test suites ran. (131 ms total)
31: [  PASSED  ] 15 tests.
31/49 Test #31: Kokkos_AlgorithmsUnitTest_StdSet_A ..........   Passed    1.55 sec
test 32
      Start 32: Kokkos_AlgorithmsUnitTest_StdSet_B

32: Test command: /var/jenkins/workspace/Kokkos_PR-6830/build/algorithms/unit_tests/Kokkos_AlgorithmsUnitTest_StdSet_B
32: Working Directory: /var/jenkins/workspace/Kokkos_PR-6830/build/algorithms/unit_tests
32: Test timeout computed to be: 1500
32: [==========] Running 6 tests from 1 test suite.
32: [----------] Global test environment set-up.
32: [----------] 6 tests from std_algorithms_min_max_element_test
32: [ RUN      ] std_algorithms_min_max_element_test.min_element_empty_range
32: [       OK ] std_algorithms_min_max_element_test.min_element_empty_range (133 ms)
32: [ RUN      ] std_algorithms_min_max_element_test.max_element_empty_range
32: [       OK ] std_algorithms_min_max_element_test.max_element_empty_range (1 ms)
32: [ RUN      ] std_algorithms_min_max_element_test.min_element_non_trivial_data
32: [       OK ] std_algorithms_min_max_element_test.min_element_non_trivial_data (62 ms)
32: [ RUN      ] std_algorithms_min_max_element_test.max_element_non_trivial_data
32: [       OK ] std_algorithms_min_max_element_test.max_element_non_trivial_data (52 ms)
32: [ RUN      ] std_algorithms_min_max_element_test.minmax_element_empty_range
32: [       OK ] std_algorithms_min_max_element_test.minmax_element_empty_range (0 ms)
32: [ RUN      ] std_algorithms_min_max_element_test.minmax_element_non_trivial_data
32: [       OK ] std_algorithms_min_max_element_test.minmax_element_non_trivial_data (29 ms)
32: [----------] 6 tests from std_algorithms_min_max_element_test (278 ms total)
32: 
32: [----------] Global test environment tear-down
32: [==========] 6 tests from 1 test suite ran. (278 ms total)
32: [  PASSED  ] 6 tests.
32/49 Test #32: Kokkos_AlgorithmsUnitTest_StdSet_B ..........   Passed    1.70 sec
test 33
      Start 33: Kokkos_AlgorithmsUnitTest_StdSet_C

33: Test command: /var/jenkins/workspace/Kokkos_PR-6830/build/algorithms/unit_tests/Kokkos_AlgorithmsUnitTest_StdSet_C
33: Working Directory: /var/jenkins/workspace/Kokkos_PR-6830/build/algorithms/unit_tests
33: Test timeout computed to be: 1500
33: [==========] Running 13 tests from 10 test suites.
33: [----------] Global test environment set-up.
33: [----------] 1 test from std_algorithms_lexicographical_compare_test
33: [ RUN      ] std_algorithms_lexicographical_compare_test.test
33: [       OK ] std_algorithms_lexicographical_compare_test.test (0 ms)
33: [----------] 1 test from std_algorithms_lexicographical_compare_test (0 ms total)
33: 
33: [----------] 1 test from std_algorithms_for_each_test
33: [ RUN      ] std_algorithms_for_each_test.test
33: [       OK ] std_algorithms_for_each_test.test (520 ms)
33: [----------] 1 test from std_algorithms_for_each_test (520 ms total)
33: 
33: [----------] 1 test from std_algorithms_find_test
33: [ RUN      ] std_algorithms_find_test.test
33: [       OK ] std_algorithms_find_test.test (199 ms)
33: [----------] 1 test from std_algorithms_find_test (199 ms total)
33: 
33: [----------] 4 tests from std_algorithms_non_mod_seq_ops
33: [ RUN      ] std_algorithms_non_mod_seq_ops.find_first_of
33: [       OK ] std_algorithms_non_mod_seq_ops.find_first_of (1462 ms)
33: [ RUN      ] std_algorithms_non_mod_seq_ops.find_end
33: [       OK ] std_algorithms_non_mod_seq_ops.find_end (3538 ms)
33: [ RUN      ] std_algorithms_non_mod_seq_ops.search
33: [       OK ] std_algorithms_non_mod_seq_ops.search (2139 ms)
33: [ RUN      ] std_algorithms_non_mod_seq_ops.search_n
33: [       OK ] std_algorithms_non_mod_seq_ops.search_n (1469 ms)
33: [----------] 4 tests from std_algorithms_non_mod_seq_ops (8610 ms total)
33: 
33: [----------] 1 test from std_algorithms_count_test
33: [ RUN      ] std_algorithms_count_test.test
33: [       OK ] std_algorithms_count_test.test (214 ms)
33: [----------] 1 test from std_algorithms_count_test (214 ms total)
33: 
33: [----------] 1 test from std_algorithms_equal_test
33: [ RUN      ] std_algorithms_equal_test.test
33: [       OK ] std_algorithms_equal_test.test (58 ms)
33: [----------] 1 test from std_algorithms_equal_test (58 ms total)
33: 
33: [----------] 1 test from std_algorithms_all_any_none_of_test
33: [ RUN      ] std_algorithms_all_any_none_of_test.test
33: [       OK ] std_algorithms_all_any_none_of_test.test (192 ms)
33: [----------] 1 test from std_algorithms_all_any_none_of_test (192 ms total)
33: 
33: [----------] 1 test from std_algorithms_nonmod_seq_ops
33: [ RUN      ] std_algorithms_nonmod_seq_ops.adjacent_find
33: [       OK ] std_algorithms_nonmod_seq_ops.adjacent_find (275 ms)
33: [----------] 1 test from std_algorithms_nonmod_seq_ops (275 ms total)
33: 
33: [----------] 1 test from std_algorithms_mismatch_test
33: [ RUN      ] std_algorithms_mismatch_test.test
33: [       OK ] std_algorithms_mismatch_test.test (441 ms)
33: [----------] 1 test from std_algorithms_mismatch_test (441 ms total)
33: 
33: [----------] 1 test from std_algorithms_mod_seq_ops
33: [ RUN      ] std_algorithms_mod_seq_ops.move_backward
33: [       OK ] std_algorithms_mod_seq_ops.move_backward (139 ms)
33: [----------] 1 test from std_algorithms_mod_seq_ops (139 ms total)
33: 
33: [----------] Global test environment tear-down
33: [==========] 13 tests from 10 test suites ran. (10652 ms total)
33: [  PASSED  ] 13 tests.
33/49 Test #33: Kokkos_AlgorithmsUnitTest_StdSet_C ..........   Passed   12.03 sec
test 34
      Start 34: Kokkos_AlgorithmsUnitTest_StdSet_D

34: Test command: /var/jenkins/workspace/Kokkos_PR-6830/build/algorithms/unit_tests/Kokkos_AlgorithmsUnitTest_StdSet_D
34: Working Directory: /var/jenkins/workspace/Kokkos_PR-6830/build/algorithms/unit_tests
34: Test timeout computed to be: 1500
34: [==========] Running 31 tests from 5 test suites.
34: [----------] Global test environment set-up.
34: [----------] 3 tests from std_algorithms_mod_ops_test
34: [ RUN      ] std_algorithms_mod_ops_test.move
34: [       OK ] std_algorithms_mod_ops_test.move (0 ms)
34: [ RUN      ] std_algorithms_mod_ops_test.move_within_parfor
34: [       OK ] std_algorithms_mod_ops_test.move_within_parfor (168 ms)
34: [ RUN      ] std_algorithms_mod_ops_test.iter_swap_static_view
34: [       OK ] std_algorithms_mod_ops_test.iter_swap_static_view (1 ms)
34: [----------] 3 tests from std_algorithms_mod_ops_test (170 ms total)
34: 
34: [----------] 12 tests from std_algorithms_mod_seq_ops_test
34: [ RUN      ] std_algorithms_mod_seq_ops_test.copy
34: [       OK ] std_algorithms_mod_seq_ops_test.copy (1 ms)
34: [ RUN      ] std_algorithms_mod_seq_ops_test.copy_view
34: [       OK ] std_algorithms_mod_seq_ops_test.copy_view (0 ms)
34: [ RUN      ] std_algorithms_mod_seq_ops_test.copy_n
34: [       OK ] std_algorithms_mod_seq_ops_test.copy_n (0 ms)
34: [ RUN      ] std_algorithms_mod_seq_ops_test.copy_backward
34: [       OK ] std_algorithms_mod_seq_ops_test.copy_backward (0 ms)
34: [ RUN      ] std_algorithms_mod_seq_ops_test.reverse_copy
34: [       OK ] std_algorithms_mod_seq_ops_test.reverse_copy (0 ms)
34: [ RUN      ] std_algorithms_mod_seq_ops_test.fill
34: [       OK ] std_algorithms_mod_seq_ops_test.fill (0 ms)
34: [ RUN      ] std_algorithms_mod_seq_ops_test.fill_n
34: [       OK ] std_algorithms_mod_seq_ops_test.fill_n (0 ms)
34: [ RUN      ] std_algorithms_mod_seq_ops_test.transform_from_fixture_unary_op
34: [       OK ] std_algorithms_mod_seq_ops_test.transform_from_fixture_unary_op (1 ms)
34: [ RUN      ] std_algorithms_mod_seq_ops_test.transform_from_fixture_binary_op
34: [       OK ] std_algorithms_mod_seq_ops_test.transform_from_fixture_binary_op (0 ms)
34: [ RUN      ] std_algorithms_mod_seq_ops_test.generate
34: [       OK ] std_algorithms_mod_seq_ops_test.generate (0 ms)
34: [ RUN      ] std_algorithms_mod_seq_ops_test.generate_n
34: [       OK ] std_algorithms_mod_seq_ops_test.generate_n (0 ms)
34: [ RUN      ] std_algorithms_mod_seq_ops_test.swap_ranges
34: [       OK ] std_algorithms_mod_seq_ops_test.swap_ranges (2 ms)
34: [----------] 12 tests from std_algorithms_mod_seq_ops_test (11 ms total)
34: 
34: [----------] 4 tests from std_algorithms_replace_ops_test
34: [ RUN      ] std_algorithms_replace_ops_test.replace
34: [       OK ] std_algorithms_replace_ops_test.replace (74 ms)
34: [ RUN      ] std_algorithms_replace_ops_test.replace_if
34: [       OK ] std_algorithms_replace_ops_test.replace_if (422 ms)
34: [ RUN      ] std_algorithms_replace_ops_test.replace_copy
34: [       OK ] std_algorithms_replace_ops_test.replace_copy (133 ms)
34: [ RUN      ] std_algorithms_replace_ops_test.replace_copy_if
34: [       OK ] std_algorithms_replace_ops_test.replace_copy_if (124 ms)
34: [----------] 4 tests from std_algorithms_replace_ops_test (754 ms total)
34: 
34: [----------] 11 tests from std_algorithms_mod_seq_ops
34: [ RUN      ] std_algorithms_mod_seq_ops.copy_if
34: [       OK ] std_algorithms_mod_seq_ops.copy_if (127 ms)
34: [ RUN      ] std_algorithms_mod_seq_ops.unique
34: [       OK ] std_algorithms_mod_seq_ops.unique (654 ms)
34: [ RUN      ] std_algorithms_mod_seq_ops.unique_copy
34: [       OK ] std_algorithms_mod_seq_ops.unique_copy (261 ms)
34: [ RUN      ] std_algorithms_mod_seq_ops.remove
34: [       OK ] std_algorithms_mod_seq_ops.remove (191 ms)
34: [ RUN      ] std_algorithms_mod_seq_ops.remove_if
34: [       OK ] std_algorithms_mod_seq_ops.remove_if (251 ms)
34: [ RUN      ] std_algorithms_mod_seq_ops.remove_copy
34: [       OK ] std_algorithms_mod_seq_ops.remove_copy (491 ms)
34: [ RUN      ] std_algorithms_mod_seq_ops.remove_copy_if
34: [       OK ] std_algorithms_mod_seq_ops.remove_copy_if (188 ms)
34: [ RUN      ] std_algorithms_mod_seq_ops.rotate
34: [       OK ] std_algorithms_mod_seq_ops.rotate (2597 ms)
34: [ RUN      ] std_algorithms_mod_seq_ops.rotate_copy
34: [       OK ] std_algorithms_mod_seq_ops.rotate_copy (1096 ms)
34: [ RUN      ] std_algorithms_mod_seq_ops.shift_left
34: [       OK ] std_algorithms_mod_seq_ops.shift_left (2894 ms)
34: [ RUN      ] std_algorithms_mod_seq_ops.shift_right
34: [       OK ] std_algorithms_mod_seq_ops.shift_right (2831 ms)
34: [----------] 11 tests from std_algorithms_mod_seq_ops (11585 ms total)
34: 
34: [----------] 1 test from std_algorithms_modseq_test
34: [ RUN      ] std_algorithms_modseq_test.reverse
34: [       OK ] std_algorithms_modseq_test.reverse (134 ms)
34: [----------] 1 test from std_algorithms_modseq_test (134 ms total)
34: 
34: [----------] Global test environment tear-down
34: [==========] 31 tests from 5 test suites ran. (12658 ms total)
34: [  PASSED  ] 31 tests.
34/49 Test #34: Kokkos_AlgorithmsUnitTest_StdSet_D ..........   Passed   14.13 sec
test 35
      Start 35: Kokkos_AlgorithmsUnitTest_StdSet_E

35: Test command: /var/jenkins/workspace/Kokkos_PR-6830/build/algorithms/unit_tests/Kokkos_AlgorithmsUnitTest_StdSet_E
35: Working Directory: /var/jenkins/workspace/Kokkos_PR-6830/build/algorithms/unit_tests
35: Test timeout computed to be: 1500
35: [==========] Running 15 tests from 6 test suites.
35: [----------] Global test environment set-up.
35: [----------] 2 tests from std_algorithms_sorting_ops_test
35: [ RUN      ] std_algorithms_sorting_ops_test.is_sorted
35: [       OK ] std_algorithms_sorting_ops_test.is_sorted (178 ms)
35: [ RUN      ] std_algorithms_sorting_ops_test.is_sorted_until
35: [       OK ] std_algorithms_sorting_ops_test.is_sorted_until (28 ms)
35: [----------] 2 tests from std_algorithms_sorting_ops_test (207 ms total)
35: 
35: [----------] 4 tests from std_algorithms_partitioning_test
35: [ RUN      ] std_algorithms_partitioning_test.is_partitioned_trivial
35: [       OK ] std_algorithms_partitioning_test.is_partitioned_trivial (0 ms)
35: [ RUN      ] std_algorithms_partitioning_test.is_partitioned_accepting_iterators
35: [       OK ] std_algorithms_partitioning_test.is_partitioned_accepting_iterators (3 ms)
35: [ RUN      ] std_algorithms_partitioning_test.is_partitioned_accepting_view
35: [       OK ] std_algorithms_partitioning_test.is_partitioned_accepting_view (3 ms)
35: [ RUN      ] std_algorithms_partitioning_test.partition_point
35: [       OK ] std_algorithms_partitioning_test.partition_point (3 ms)
35: [----------] 4 tests from std_algorithms_partitioning_test (11 ms total)
35: 
35: [----------] 1 test from std_algorithms_partitioning_ops
35: [ RUN      ] std_algorithms_partitioning_ops.partition_copy
35: [       OK ] std_algorithms_partitioning_ops.partition_copy (117 ms)
35: [----------] 1 test from std_algorithms_partitioning_ops (117 ms total)
35: 
35: [----------] 1 test from std_algorithms_numerics_ops_test
35: [ RUN      ] std_algorithms_numerics_ops_test.adjecent_difference
35: [       OK ] std_algorithms_numerics_ops_test.adjecent_difference (195 ms)
35: [----------] 1 test from std_algorithms_numerics_ops_test (195 ms total)
35: 
35: [----------] 6 tests from std_algorithms_numeric_ops_test
35: [ RUN      ] std_algorithms_numeric_ops_test.exclusive_scan
35: [       OK ] std_algorithms_numeric_ops_test.exclusive_scan (1725 ms)
35: [ RUN      ] std_algorithms_numeric_ops_test.exclusive_scan_functor
35: [       OK ] std_algorithms_numeric_ops_test.exclusive_scan_functor (0 ms)
35: [ RUN      ] std_algorithms_numeric_ops_test.inclusive_scan
35: [       OK ] std_algorithms_numeric_ops_test.inclusive_scan (616 ms)
35: [ RUN      ] std_algorithms_numeric_ops_test.inclusive_scan_functor
35: [       OK ] std_algorithms_numeric_ops_test.inclusive_scan_functor (0 ms)
35: [ RUN      ] std_algorithms_numeric_ops_test.transform_exclusive_scan_functor
35: [       OK ] std_algorithms_numeric_ops_test.transform_exclusive_scan_functor (0 ms)
35: [ RUN      ] std_algorithms_numeric_ops_test.transform_inclusive_scan_functor
35: [       OK ] std_algorithms_numeric_ops_test.transform_inclusive_scan_functor (0 ms)
35: [----------] 6 tests from std_algorithms_numeric_ops_test (2342 ms total)
35: 
35: [----------] 1 test from std_algorithms_transform_ops_test
35: [ RUN      ] std_algorithms_transform_ops_test.transform_unary_op
35: [       OK ] std_algorithms_transform_ops_test.transform_unary_op (96 ms)
35: [----------] 1 test from std_algorithms_transform_ops_test (96 ms total)
35: 
35: [----------] Global test environment tear-down
35: [==========] 15 tests from 6 test suites ran. (2970 ms total)
35: [  PASSED  ] 15 tests.
35/49 Test #35: Kokkos_AlgorithmsUnitTest_StdSet_E ..........   Passed    4.36 sec
test 36
      Start 36: Kokkos_AlgorithmsUnitTest_StdSet_Team_A

36: Test command: /var/jenkins/workspace/Kokkos_PR-6830/build/algorithms/unit_tests/Kokkos_AlgorithmsUnitTest_StdSet_Team_A
36: Working Directory: /var/jenkins/workspace/Kokkos_PR-6830/build/algorithms/unit_tests
36: Test timeout computed to be: 1500
36: [==========] Running 5 tests from 4 test suites.
36: [----------] Global test environment set-up.
36: [----------] 2 tests from std_algorithms_count_team_test
36: [ RUN      ] std_algorithms_count_team_test.count_returns_nonzero
36: [       OK ] std_algorithms_count_team_test.count_returns_nonzero (3158 ms)
36: [ RUN      ] std_algorithms_count_team_test.count_returns_zero
36: [       OK ] std_algorithms_count_team_test.count_returns_zero (814 ms)
36: [----------] 2 tests from std_algorithms_count_team_test (3972 ms total)
36: 
36: [----------] 1 test from std_algorithms_count_if_team_test
36: [ RUN      ] std_algorithms_count_if_team_test.test
36: [       OK ] std_algorithms_count_if_team_test.test (849 ms)
36: [----------] 1 test from std_algorithms_count_if_team_test (849 ms total)
36: 
36: [----------] 1 test from std_algorithms_for_each_team_test
36: [ RUN      ] std_algorithms_for_each_team_test.test
36: [       OK ] std_algorithms_for_each_team_test.test (1243 ms)
36: [----------] 1 test from std_algorithms_for_each_team_test (1243 ms total)
36: 
36: [----------] 1 test from std_algorithms_for_each_n_team_test
36: [ RUN      ] std_algorithms_for_each_n_team_test.test
36: [       OK ] std_algorithms_for_each_n_team_test.test (1190 ms)
36: [----------] 1 test from std_algorithms_for_each_n_team_test (1190 ms total)
36: 
36: [----------] Global test environment tear-down
36: [==========] 5 tests from 4 test suites ran. (7257 ms total)
36: [  PASSED  ] 5 tests.
36/49 Test #36: Kokkos_AlgorithmsUnitTest_StdSet_Team_A .....   Passed    8.99 sec
test 37
      Start 37: Kokkos_AlgorithmsUnitTest_StdSet_Team_B

37: Test command: /var/jenkins/workspace/Kokkos_PR-6830/build/algorithms/unit_tests/Kokkos_AlgorithmsUnitTest_StdSet_Team_B
37: Working Directory: /var/jenkins/workspace/Kokkos_PR-6830/build/algorithms/unit_tests
37: Test timeout computed to be: 1500
37: [==========] Running 2 tests from 1 test suite.
37: [----------] Global test environment set-up.
37: [----------] 2 tests from std_algorithms_equal_team_test
37: [ RUN      ] std_algorithms_equal_team_test.views_are_equal
37: [       OK ] std_algorithms_equal_team_test.views_are_equal (5975 ms)
37: [ RUN      ] std_algorithms_equal_team_test.views_are_not_equal
37: [       OK ] std_algorithms_equal_team_test.views_are_not_equal (4905 ms)
37: [----------] 2 tests from std_algorithms_equal_team_test (10881 ms total)
37: 
37: [----------] Global test environment tear-down
37: [==========] 2 tests from 1 test suite ran. (10881 ms total)
37: [  PASSED  ] 2 tests.
37/49 Test #37: Kokkos_AlgorithmsUnitTest_StdSet_Team_B .....   Passed   12.29 sec
test 38
      Start 38: Kokkos_AlgorithmsUnitTest_StdSet_Team_C

38: Test command: /var/jenkins/workspace/Kokkos_PR-6830/build/algorithms/unit_tests/Kokkos_AlgorithmsUnitTest_StdSet_Team_C
38: Working Directory: /var/jenkins/workspace/Kokkos_PR-6830/build/algorithms/unit_tests
38: Test timeout computed to be: 1500
38: [==========] Running 0 tests from 0 test suites.
38: [==========] 0 tests from 0 test suites ran. (0 ms total)
38: [  PASSED  ] 0 tests.
38/49 Test #38: Kokkos_AlgorithmsUnitTest_StdSet_Team_C .....   Passed    1.61 sec
test 39
      Start 39: Kokkos_AlgorithmsUnitTest_StdSet_Team_D

39: Test command: /var/jenkins/workspace/Kokkos_PR-6830/build/algorithms/unit_tests/Kokkos_AlgorithmsUnitTest_StdSet_Team_D
39: Working Directory: /var/jenkins/workspace/Kokkos_PR-6830/build/algorithms/unit_tests
39: Test timeout computed to be: 1500
39: [==========] Running 3 tests from 3 test suites.
39: [----------] Global test environment set-up.
39: [----------] 1 test from std_algorithms_min_element_team_test
39: [ RUN      ] std_algorithms_min_element_team_test.test
39: [       OK ] std_algorithms_min_element_team_test.test (0 ms)
39: [----------] 1 test from std_algorithms_min_element_team_test (0 ms total)
39: 
39: [----------] 1 test from std_algorithms_max_element_team_test
39: [ RUN      ] std_algorithms_max_element_team_test.test
39: [       OK ] std_algorithms_max_element_team_test.test (0 ms)
39: [----------] 1 test from std_algorithms_max_element_team_test (0 ms total)
39: 
39: [----------] 1 test from std_algorithms_minmax_element_team_test
39: [ RUN      ] std_algorithms_minmax_element_team_test.test
39: [       OK ] std_algorithms_minmax_element_team_test.test (0 ms)
39: [----------] 1 test from std_algorithms_minmax_element_team_test (0 ms total)
39: 
39: [----------] Global test environment tear-down
39: [==========] 3 tests from 3 test suites ran. (0 ms total)
39: [  PASSED  ] 3 tests.
39/49 Test #39: Kokkos_AlgorithmsUnitTest_StdSet_Team_D .....   Passed    1.54 sec
test 40
      Start 40: Kokkos_AlgorithmsUnitTest_StdSet_Team_E

40: Test command: /var/jenkins/workspace/Kokkos_PR-6830/build/algorithms/unit_tests/Kokkos_AlgorithmsUnitTest_StdSet_Team_E
40: Working Directory: /var/jenkins/workspace/Kokkos_PR-6830/build/algorithms/unit_tests
40: Test timeout computed to be: 1500
40: [==========] Running 6 tests from 6 test suites.
40: [----------] Global test environment set-up.
40: [----------] 1 test from std_algorithms_fill_team_test
40: [ RUN      ] std_algorithms_fill_team_test.test
40: [       OK ] std_algorithms_fill_team_test.test (1550 ms)
40: [----------] 1 test from std_algorithms_fill_team_test (1550 ms total)
40: 
40: [----------] 1 test from std_algorithms_fill_n_team_test
40: [ RUN      ] std_algorithms_fill_n_team_test.test
40: [       OK ] std_algorithms_fill_n_team_test.test (3066 ms)
40: [----------] 1 test from std_algorithms_fill_n_team_test (3066 ms total)
40: 
40: [----------] 1 test from std_algorithms_replace_team_test
40: [ RUN      ] std_algorithms_replace_team_test.test
40: [       OK ] std_algorithms_replace_team_test.test (1067 ms)
40: [----------] 1 test from std_algorithms_replace_team_test (1067 ms total)
40: 
40: [----------] 1 test from std_algorithms_replace_if_team_test
40: [ RUN      ] std_algorithms_replace_if_team_test.test
40: [       OK ] std_algorithms_replace_if_team_test.test (1444 ms)
40: [----------] 1 test from std_algorithms_replace_if_team_test (1444 ms total)
40: 
40: [----------] 1 test from std_algorithms_replace_copy_team_test
40: [ RUN      ] std_algorithms_replace_copy_team_test.test
40: [       OK ] std_algorithms_replace_copy_team_test.test (2863 ms)
40: [----------] 1 test from std_algorithms_replace_copy_team_test (2863 ms total)
40: 
40: [----------] 1 test from std_algorithms_replace_copy_if_team_test
40: [ RUN      ] std_algorithms_replace_copy_if_team_test.test
40: [       OK ] std_algorithms_replace_copy_if_team_test.test (2471 ms)
40: [----------] 1 test from std_algorithms_replace_copy_if_team_test (2471 ms total)
40: 
40: [----------] Global test environment tear-down
40: [==========] 6 tests from 6 test suites ran. (12463 ms total)
40: [  PASSED  ] 6 tests.
40/49 Test #40: Kokkos_AlgorithmsUnitTest_StdSet_Team_E .....   Passed   14.21 sec
test 41
      Start 41: Kokkos_AlgorithmsUnitTest_StdSet_Team_F

41: Test command: /var/jenkins/workspace/Kokkos_PR-6830/build/algorithms/unit_tests/Kokkos_AlgorithmsUnitTest_StdSet_Team_F
41: Working Directory: /var/jenkins/workspace/Kokkos_PR-6830/build/algorithms/unit_tests
41: Test timeout computed to be: 1500
41: [==========] Running 4 tests from 4 test suites.
41: [----------] Global test environment set-up.
41: [----------] 1 test from std_algorithms_reverse_team_test
41: [ RUN      ] std_algorithms_reverse_team_test.test
41: [       OK ] std_algorithms_reverse_team_test.test (1016 ms)
41: [----------] 1 test from std_algorithms_reverse_team_test (1016 ms total)
41: 
41: [----------] 1 test from std_algorithms_reverse_copy_team_test
41: [ RUN      ] std_algorithms_reverse_copy_team_test.test
41: [       OK ] std_algorithms_reverse_copy_team_test.test (1680 ms)
41: [----------] 1 test from std_algorithms_reverse_copy_team_test (1680 ms total)
41: 
41: [----------] 1 test from std_algorithms_rotate_team_test
41: [ RUN      ] std_algorithms_rotate_team_test.test
41: [       OK ] std_algorithms_rotate_team_test.test (3607 ms)
41: [----------] 1 test from std_algorithms_rotate_team_test (3608 ms total)
41: 
41: [----------] 1 test from std_algorithms_rotate_copy_team_test
41: [ RUN      ] std_algorithms_rotate_copy_team_test.test
41: [       OK ] std_algorithms_rotate_copy_team_test.test (5540 ms)
41: [----------] 1 test from std_algorithms_rotate_copy_team_test (5540 ms total)
41: 
41: [----------] Global test environment tear-down
41: [==========] 4 tests from 4 test suites ran. (11846 ms total)
41: [  PASSED  ] 4 tests.
41/49 Test #41: Kokkos_AlgorithmsUnitTest_StdSet_Team_F .....   Passed   13.27 sec
test 42
      Start 42: Kokkos_AlgorithmsUnitTest_StdSet_Team_G

42: Test command: /var/jenkins/workspace/Kokkos_PR-6830/build/algorithms/unit_tests/Kokkos_AlgorithmsUnitTest_StdSet_Team_G
42: Working Directory: /var/jenkins/workspace/Kokkos_PR-6830/build/algorithms/unit_tests
42: Test timeout computed to be: 1500
42: [==========] Running 4 tests from 4 test suites.
42: [----------] Global test environment set-up.
42: [----------] 1 test from std_algorithms_move_team_test
42: [ RUN      ] std_algorithms_move_team_test.test
42: [       OK ] std_algorithms_move_team_test.test (2006 ms)
42: [----------] 1 test from std_algorithms_move_team_test (2006 ms total)
42: 
42: [----------] 1 test from std_algorithms_move_backward_team_test
42: [ RUN      ] std_algorithms_move_backward_team_test.test
42: [       OK ] std_algorithms_move_backward_team_test.test (1725 ms)
42: [----------] 1 test from std_algorithms_move_backward_team_test (1725 ms total)
42: 
42: [----------] 1 test from std_algorithms_shift_left_team_test
42: [ RUN      ] std_algorithms_shift_left_team_test.test
42: [       OK ] std_algorithms_shift_left_team_test.test (5872 ms)
42: [----------] 1 test from std_algorithms_shift_left_team_test (5872 ms total)
42: 
42: [----------] 1 test from std_algorithms_shift_right_team_test
42: [ RUN      ] std_algorithms_shift_right_team_test.test
42: [       OK ] std_algorithms_shift_right_team_test.test (5427 ms)
42: [----------] 1 test from std_algorithms_shift_right_team_test (5428 ms total)
42: 
42: [----------] Global test environment tear-down
42: [==========] 4 tests from 4 test suites ran. (15033 ms total)
42: [  PASSED  ] 4 tests.
42/49 Test #42: Kokkos_AlgorithmsUnitTest_StdSet_Team_G .....   Passed   16.38 sec
test 43
      Start 43: Kokkos_AlgorithmsUnitTest_StdSet_Team_H

43: Test command: /var/jenkins/workspace/Kokkos_PR-6830/build/algorithms/unit_tests/Kokkos_AlgorithmsUnitTest_StdSet_Team_H
43: Working Directory: /var/jenkins/workspace/Kokkos_PR-6830/build/algorithms/unit_tests
43: Test timeout computed to be: 1500
43: [==========] Running 9 tests from 9 test suites.
43: [----------] Global test environment set-up.
43: [----------] 1 test from std_algorithms_copy_team_test
43: [ RUN      ] std_algorithms_copy_team_test.test
43: [       OK ] std_algorithms_copy_team_test.test (2310 ms)
43: [----------] 1 test from std_algorithms_copy_team_test (2311 ms total)
43: 
43: [----------] 1 test from std_algorithms_copy_n_team_test
43: [ RUN      ] std_algorithms_copy_n_team_test.test
43: [       OK ] std_algorithms_copy_n_team_test.test (4755 ms)
43: [----------] 1 test from std_algorithms_copy_n_team_test (4755 ms total)
43: 
43: [----------] 1 test from std_algorithms_copy_backward_team_test
43: [ RUN      ] std_algorithms_copy_backward_team_test.test
43: [       OK ] std_algorithms_copy_backward_team_test.test (1726 ms)
43: [----------] 1 test from std_algorithms_copy_backward_team_test (1727 ms total)
43: 
43: [----------] 1 test from std_algorithms_copy_if_team_test
43: [ RUN      ] std_algorithms_copy_if_team_test.test
43: [       OK ] std_algorithms_copy_if_team_test.test (2035 ms)
43: [----------] 1 test from std_algorithms_copy_if_team_test (2035 ms total)
43: 
43: [----------] 1 test from std_algorithms_unique_copy_team_test
43: [ RUN      ] std_algorithms_unique_copy_team_test.test
43: [       OK ] std_algorithms_unique_copy_team_test.test (3061 ms)
43: [----------] 1 test from std_algorithms_unique_copy_team_test (3061 ms total)
43: 
43: [----------] 1 test from std_algorithms_remove_team_test
43: [ RUN      ] std_algorithms_remove_team_test.test
43: [       OK ] std_algorithms_remove_team_test.test (1702 ms)
43: [----------] 1 test from std_algorithms_remove_team_test (1702 ms total)
43: 
43: [----------] 1 test from std_algorithms_remove_if_team_test
43: [ RUN      ] std_algorithms_remove_if_team_test.test
43: [       OK ] std_algorithms_remove_if_team_test.test (1808 ms)
43: [----------] 1 test from std_algorithms_remove_if_team_test (1808 ms total)
43: 
43: [----------] 1 test from std_algorithms_remove_copy_team_test
43: [ RUN      ] std_algorithms_remove_copy_team_test.test
43: [       OK ] std_algorithms_remove_copy_team_test.test (2551 ms)
43: [----------] 1 test from std_algorithms_remove_copy_team_test (2551 ms total)
43: 
43: [----------] 1 test from std_algorithms_remove_copy_if_team_test
43: [ RUN      ] std_algorithms_remove_copy_if_team_test.test
43: [       OK ] std_algorithms_remove_copy_if_team_test.test (2548 ms)
43: [----------] 1 test from std_algorithms_remove_copy_if_team_test (2548 ms total)
43: 
43: [----------] Global test environment tear-down
43: [==========] 9 tests from 9 test suites ran. (22500 ms total)
43: [  PASSED  ] 9 tests.
43/49 Test #43: Kokkos_AlgorithmsUnitTest_StdSet_Team_H .....   Passed   23.87 sec
test 44
      Start 44: Kokkos_AlgorithmsUnitTest_StdSet_Team_I

44: Test command: /var/jenkins/workspace/Kokkos_PR-6830/build/algorithms/unit_tests/Kokkos_AlgorithmsUnitTest_StdSet_Team_I
44: Working Directory: /var/jenkins/workspace/Kokkos_PR-6830/build/algorithms/unit_tests
44: Test timeout computed to be: 1500
44: [==========] Running 2 tests from 2 test suites.
44: [----------] Global test environment set-up.
44: [----------] 1 test from std_algorithms_unique_team_test
44: [ RUN      ] std_algorithms_unique_team_test.test_default_predicate
44: [       OK ] std_algorithms_unique_team_test.test_default_predicate (3036 ms)
44: [----------] 1 test from std_algorithms_unique_team_test (3036 ms total)
44: 
44: [----------] 1 test from std_algorithms_adjacent_difference_team_test
44: [ RUN      ] std_algorithms_adjacent_difference_team_test.test
44: [       OK ] std_algorithms_adjacent_difference_team_test.test (4155 ms)
44: [----------] 1 test from std_algorithms_adjacent_difference_team_test (4155 ms total)
44: 
44: [----------] Global test environment tear-down
44: [==========] 2 tests from 2 test suites ran. (7192 ms total)
44: [  PASSED  ] 2 tests.
44/49 Test #44: Kokkos_AlgorithmsUnitTest_StdSet_Team_I .....   Passed    8.53 sec
test 45
      Start 45: Kokkos_AlgorithmsUnitTest_StdSet_Team_L

45: Test command: /var/jenkins/workspace/Kokkos_PR-6830/build/algorithms/unit_tests/Kokkos_AlgorithmsUnitTest_StdSet_Team_L
45: Working Directory: /var/jenkins/workspace/Kokkos_PR-6830/build/algorithms/unit_tests
45: Test timeout computed to be: 1500
45: [==========] Running 6 tests from 2 test suites.
45: [----------] Global test environment set-up.
45: [----------] 2 tests from std_algorithms_is_sorted_team_test
45: [ RUN      ] std_algorithms_is_sorted_team_test.test_data_almost_certainly_not_sorted
45: [       OK ] std_algorithms_is_sorted_team_test.test_data_almost_certainly_not_sorted (1179 ms)
45: [ RUN      ] std_algorithms_is_sorted_team_test.test_data_certainly_sorted
45: [       OK ] std_algorithms_is_sorted_team_test.test_data_certainly_sorted (2149 ms)
45: [----------] 2 tests from std_algorithms_is_sorted_team_test (3328 ms total)
45: 
45: [----------] 4 tests from std_algorithms_is_sorted_until_team_test
45: [ RUN      ] std_algorithms_is_sorted_until_team_test.test_trivialA
45: [       OK ] std_algorithms_is_sorted_until_team_test.test_trivialA (92 ms)
45: [ RUN      ] std_algorithms_is_sorted_until_team_test.test_trivialB
45: [       OK ] std_algorithms_is_sorted_until_team_test.test_trivialB (102 ms)
45: [ RUN      ] std_algorithms_is_sorted_until_team_test.test_nontrivialA
45: [       OK ] std_algorithms_is_sorted_until_team_test.test_nontrivialA (1791 ms)
45: [ RUN      ] std_algorithms_is_sorted_until_team_test.test_nontrivialB
45: [       OK ] std_algorithms_is_sorted_until_team_test.test_nontrivialB (994 ms)
45: [----------] 4 tests from std_algorithms_is_sorted_until_team_test (2980 ms total)
45: 
45: [----------] Global test environment tear-down
45: [==========] 6 tests from 2 test suites ran. (6309 ms total)
45: [  PASSED  ] 6 tests.
45/49 Test #45: Kokkos_AlgorithmsUnitTest_StdSet_Team_L .....   Passed    7.65 sec
test 46
      Start 46: Kokkos_AlgorithmsUnitTest_StdSet_Team_M

46: Test command: /var/jenkins/workspace/Kokkos_PR-6830/build/algorithms/unit_tests/Kokkos_AlgorithmsUnitTest_StdSet_Team_M
46: Working Directory: /var/jenkins/workspace/Kokkos_PR-6830/build/algorithms/unit_tests
46: Test timeout computed to be: 1500
46: [==========] Running 4 tests from 4 test suites.
46: [----------] Global test environment set-up.
46: [----------] 1 test from std_algorithms_transform_team_test
46: [ RUN      ] std_algorithms_transform_team_test.test_unary_op
46: [       OK ] std_algorithms_transform_team_test.test_unary_op (2474 ms)
46: [----------] 1 test from std_algorithms_transform_team_test (2474 ms total)
46: 
46: [----------] 1 test from std_algorithms_generate_team_test
46: [ RUN      ] std_algorithms_generate_team_test.test_unary_op
46: [       OK ] std_algorithms_generate_team_test.test_unary_op (2813 ms)
46: [----------] 1 test from std_algorithms_generate_team_test (2813 ms total)
46: 
46: [----------] 1 test from std_algorithms_generate_n_team_test
46: [ RUN      ] std_algorithms_generate_n_team_test.test
46: [       OK ] std_algorithms_generate_n_team_test.test (2558 ms)
46: [----------] 1 test from std_algorithms_generate_n_team_test (2558 ms total)
46: 
46: [----------] 1 test from std_algorithms_swap_ranges_team_test
46: [ RUN      ] std_algorithms_swap_ranges_team_test.test
46: [       OK ] std_algorithms_swap_ranges_team_test.test (2133 ms)
46: [----------] 1 test from std_algorithms_swap_ranges_team_test (2133 ms total)
46: 
46: [----------] Global test environment tear-down
46: [==========] 4 tests from 4 test suites ran. (9980 ms total)
46: [  PASSED  ] 4 tests.
46/49 Test #46: Kokkos_AlgorithmsUnitTest_StdSet_Team_M .....   Passed   11.32 sec
test 47
      Start 47: Kokkos_AlgorithmsUnitTest_StdSet_Team_P

47: Test command: /var/jenkins/workspace/Kokkos_PR-6830/build/algorithms/unit_tests/Kokkos_AlgorithmsUnitTest_StdSet_Team_P
47: Working Directory: /var/jenkins/workspace/Kokkos_PR-6830/build/algorithms/unit_tests
47: Test timeout computed to be: 1500
47: [==========] Running 1 test from 1 test suite.
47: [----------] Global test environment set-up.
47: [----------] 1 test from std_algorithms_exclusive_scan_team_test
47: [ RUN      ] std_algorithms_exclusive_scan_team_test.test
47: [       OK ] std_algorithms_exclusive_scan_team_test.test (5002 ms)
47: [----------] 1 test from std_algorithms_exclusive_scan_team_test (5002 ms total)
47: 
47: [----------] Global test environment tear-down
47: [==========] 1 test from 1 test suite ran. (5002 ms total)
47: [  PASSED  ] 1 test.
47/49 Test #47: Kokkos_AlgorithmsUnitTest_StdSet_Team_P .....   Passed    6.33 sec
test 48
      Start 48: Kokkos_AlgorithmsUnitTest_StdSet_Team_Q

48: Test command: /var/jenkins/workspace/Kokkos_PR-6830/build/algorithms/unit_tests/Kokkos_AlgorithmsUnitTest_StdSet_Team_Q
48: Working Directory: /var/jenkins/workspace/Kokkos_PR-6830/build/algorithms/unit_tests
48: Test timeout computed to be: 1500
48: [==========] Running 1 test from 1 test suite.
48: [----------] Global test environment set-up.
48: [----------] 1 test from std_algorithms_inclusive_scan_team_test
48: [ RUN      ] std_algorithms_inclusive_scan_team_test.test
48: [       OK ] std_algorithms_inclusive_scan_team_test.test (14220 ms)
48: [----------] 1 test from std_algorithms_inclusive_scan_team_test (14220 ms total)
48: 
48: [----------] Global test environment tear-down
48: [==========] 1 test from 1 test suite ran. (14220 ms total)
48: [  PASSED  ] 1 test.
48/49 Test #48: Kokkos_AlgorithmsUnitTest_StdSet_Team_Q .....   Passed   15.55 sec
test 49
      Start 49: Kokkos_UnitTest_SIMD

49: Test command: /var/jenkins/workspace/Kokkos_PR-6830/build/simd/unit_tests/Kokkos_UnitTest_SIMD
49: Working Directory: /var/jenkins/workspace/Kokkos_PR-6830/build/simd/unit_tests
49: Test timeout computed to be: 1500
49: [==========] Running 16 tests from 1 test suite.
49: [----------] Global test environment set-up.
49: [----------] 16 tests from simd
49: [ RUN      ] simd.host_math_ops
49: [       OK ] simd.host_math_ops (0 ms)
49: [ RUN      ] simd.device_math_ops
49: /var/jenkins/workspace/Kokkos_PR-6830/simd/unit_tests/include/TestSIMD_MathOps.hpp:306: Skipped
49: skipping because of a non-deterministic failure reporting: Failure to synchronize stream (nil): Error in cuStreamSynchronize: an illegal memory access was encountered
49: [  SKIPPED ] simd.device_math_ops (0 ms)
49: [ RUN      ] simd.host_mask_ops
49: [       OK ] simd.host_mask_ops (0 ms)
49: [ RUN      ] simd.device_mask_ops
49: [       OK ] simd.device_mask_ops (128 ms)
49: [ RUN      ] simd.host_conversions
49: [       OK ] simd.host_conversions (0 ms)
49: [ RUN      ] simd.device_conversions
49: [       OK ] simd.device_conversions (0 ms)
49: [ RUN      ] simd.host_shift_ops
49: [       OK ] simd.host_shift_ops (0 ms)
49: [ RUN      ] simd.device_shift_ops
49: [       OK ] simd.device_shift_ops (14 ms)
49: [ RUN      ] simd.host_condition
49: [       OK ] simd.host_condition (0 ms)
49: [ RUN      ] simd.device_condition
49: [       OK ] simd.device_condition (0 ms)
49: [ RUN      ] simd.host_gen_ctors
49: [       OK ] simd.host_gen_ctors (0 ms)
49: [ RUN      ] simd.device_gen_ctors
49: [       OK ] simd.device_gen_ctors (0 ms)
49: [ RUN      ] simd.host_where_expressions
49: [       OK ] simd.host_where_expressions (0 ms)
49: [ RUN      ] simd.device_where_expressions
49: [       OK ] simd.device_where_expressions (2 ms)
49: [ RUN      ] simd.host_reductions
49: [       OK ] simd.host_reductions (0 ms)
49: [ RUN      ] simd.device_reductions
49: /var/jenkins/workspace/Kokkos_PR-6830/simd/unit_tests/include/TestSIMD_Reductions.hpp:176: Skipped
49: skipping because of a non-deterministic failure reporting: Failure to synchronize stream (nil): Error in cuStreamSynchronize: an illegal memory access was encountered
49: [  SKIPPED ] simd.device_reductions (0 ms)
49: [----------] 16 tests from simd (146 ms total)
49: 
49: [----------] Global test environment tear-down
49: [==========] 16 tests from 1 test suite ran. (146 ms total)
49: [  PASSED  ] 14 tests.
49: [  SKIPPED ] 2 tests, listed below:
49: [  SKIPPED ] simd.device_math_ops
49: [  SKIPPED ] simd.device_reductions
49/49 Test #49: Kokkos_UnitTest_SIMD ........................   Passed    1.48 sec

100% tests passed, 0 tests failed out of 49

Total Test time (real) = 1082.34 sec
Post stage
[Pipeline] sh
+ ccache --show-stats
cache directory                     /tmp/ccache
primary config                      /tmp/ccache/ccache.conf
secondary config      (readonly)    /etc/ccache.conf
stats updated                       Wed Apr 24 22:04:15 2024
stats zeroed                        Wed Apr 24 22:04:15 2024
cache hit (direct)                     0
cache hit (preprocessed)               0
cache miss                             0
cache hit rate                      0.00 %
cleanups performed                     0
files in cache                      1317
cache size                           4.4 GB
max cache size                       5.0 GB
[Pipeline] }
$ docker stop --time=1 90751e49c6cb31eefbe7664f9dc46dd01d13766ecc5a16dfab585a84feb4a6db
$ docker rm -f --volumes 90751e49c6cb31eefbe7664f9dc46dd01d13766ecc5a16dfab585a84feb4a6db
[Pipeline] // withDockerContainer
[Pipeline] }
[Pipeline] // withEnv
[Pipeline] }
[Pipeline] // node
[Pipeline] }
[Pipeline] // stage
[Pipeline] }
Cancelling nested steps due to timeout
Could not connect to waffle02 to send interrupt signal to process
Post stage
[Pipeline] sh
Error when executing always post condition:
Also:   hudson.model.Computer$TerminationRequest: Termination requested at Thu Apr 18 13:51:37 EDT 2024 by Thread[Ping thread for channel hudson.remoting.Channel@56b56e44:JNLP4-connect connection from 10.64.193.248/10.64.193.248:36046,5,main] [id=30543]
		at hudson.model.Computer.recordTermination(Computer.java:242)
		at hudson.model.Computer.disconnect(Computer.java:512)
		at hudson.slaves.SlaveComputer.disconnect(SlaveComputer.java:816)
		at hudson.slaves.ChannelPinger$1.onDead(ChannelPinger.java:192)
		at hudson.remoting.PingThread.ping(PingThread.java:132)
		at hudson.remoting.PingThread.run(PingThread.java:88)
Also:   hudson.model.Computer$TerminationRequest: Termination requested at Tue Apr 23 01:02:59 EDT 2024 by Thread[Ping thread for channel hudson.remoting.Channel@3da41089:JNLP4-connect connection from 10.64.193.248/10.64.193.248:55964,5,main] [id=142041]
		at hudson.model.Computer.recordTermination(Computer.java:242)
		at hudson.model.Computer.disconnect(Computer.java:512)
		at hudson.slaves.SlaveComputer.disconnect(SlaveComputer.java:816)
		at hudson.slaves.ChannelPinger$1.onDead(ChannelPinger.java:192)
		at hudson.remoting.PingThread.ping(PingThread.java:132)
		at hudson.remoting.PingThread.run(PingThread.java:88)
Also:   hudson.model.Computer$TerminationRequest: Termination requested at Wed Apr 24 18:27:52 EDT 2024 by Thread[Ping thread for channel hudson.remoting.Channel@2b78c040:JNLP4-connect connection from 10.64.193.248/10.64.193.248:50966,5,main] [id=177583]
		at hudson.model.Computer.recordTermination(Computer.java:242)
		at hudson.model.Computer.disconnect(Computer.java:512)
		at hudson.slaves.SlaveComputer.disconnect(SlaveComputer.java:816)
		at hudson.slaves.ChannelPinger$1.onDead(ChannelPinger.java:192)
		at hudson.remoting.PingThread.ping(PingThread.java:132)
		at hudson.remoting.PingThread.run(PingThread.java:88)
Also:   org.jenkinsci.plugins.workflow.actions.ErrorAction$ErrorId: 370aabe0-6767-4f1d-8fde-5393c5087b71
org.jenkinsci.plugins.workflow.support.steps.AgentOfflineException: Unable to create live FilePath for waffle02; waffle02 was marked offline: Connection was broken
	at org.jenkinsci.plugins.workflow.support.steps.ExecutorStepDynamicContext$FilePathTranslator.get(ExecutorStepDynamicContext.java:184)
	at org.jenkinsci.plugins.workflow.support.steps.ExecutorStepDynamicContext$FilePathTranslator.get(ExecutorStepDynamicContext.java:156)
	at org.jenkinsci.plugins.workflow.support.steps.ExecutorStepDynamicContext$Translator.get(ExecutorStepDynamicContext.java:149)
	at org.jenkinsci.plugins.workflow.support.steps.ExecutorStepDynamicContext$FilePathTranslator.get(ExecutorStepDynamicContext.java:166)
	at org.jenkinsci.plugins.workflow.support.steps.ExecutorStepDynamicContext$FilePathTranslator.get(ExecutorStepDynamicContext.java:156)
	at org.jenkinsci.plugins.workflow.steps.DynamicContext$Typed.get(DynamicContext.java:95)
	at org.jenkinsci.plugins.workflow.cps.ContextVariableSet.get(ContextVariableSet.java:139)
	at org.jenkinsci.plugins.workflow.cps.CpsThread.getContextVariable(CpsThread.java:135)
	at org.jenkinsci.plugins.workflow.cps.CpsStepContext.doGet(CpsStepContext.java:297)
	at org.jenkinsci.plugins.workflow.support.DefaultStepContext.get(DefaultStepContext.java:75)
	at org.jenkinsci.plugins.workflow.steps.StepDescriptor.checkContextAvailability(StepDescriptor.java:263)
	at org.jenkinsci.plugins.workflow.cps.DSL.invokeStep(DSL.java:300)
	at org.jenkinsci.plugins.workflow.cps.DSL.invokeMethod(DSL.java:196)
	at org.jenkinsci.plugins.workflow.cps.CpsScript.invokeMethod(CpsScript.java:124)
	at jdk.internal.reflect.GeneratedMethodAccessor8806.invoke(Unknown Source)
	at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(Unknown Source)
	at java.base/java.lang.reflect.Method.invoke(Unknown Source)
	at org.codehaus.groovy.reflection.CachedMethod.invoke(CachedMethod.java:98)
	at groovy.lang.MetaMethod.doMethodInvoke(MetaMethod.java:325)
	at groovy.lang.MetaClassImpl.invokeMethod(MetaClassImpl.java:1225)
	at groovy.lang.MetaClassImpl.invokeMethod(MetaClassImpl.java:1034)
	at org.codehaus.groovy.runtime.callsite.PogoMetaClassSite.call(PogoMetaClassSite.java:41)
	at org.codehaus.groovy.runtime.callsite.CallSiteArray.defaultCall(CallSiteArray.java:47)
	at org.codehaus.groovy.runtime.callsite.AbstractCallSite.call(AbstractCallSite.java:116)
	at org.kohsuke.groovy.sandbox.impl.Checker$1.call(Checker.java:180)
	at org.kohsuke.groovy.sandbox.GroovyInterceptor.onMethodCall(GroovyInterceptor.java:23)
	at org.jenkinsci.plugins.scriptsecurity.sandbox.groovy.SandboxInterceptor.onMethodCall(SandboxInterceptor.java:163)
	at org.kohsuke.groovy.sandbox.impl.Checker$1.call(Checker.java:178)
	at org.kohsuke.groovy.sandbox.impl.Checker.checkedCall(Checker.java:182)
	at org.kohsuke.groovy.sandbox.impl.Checker.checkedCall(Checker.java:152)
	at com.cloudbees.groovy.cps.sandbox.SandboxInvoker.methodCall(SandboxInvoker.java:17)
	at org.jenkinsci.plugins.workflow.cps.LoggingInvoker.methodCall(LoggingInvoker.java:105)
	at WorkflowScript.run(WorkflowScript:133)
	at org.jenkinsci.plugins.pipeline.modeldefinition.ModelInterpreter.delegateAndExecute(ModelInterpreter.groovy:138)
	at org.jenkinsci.plugins.pipeline.modeldefinition.ModelInterpreter.runPostConditions(ModelInterpreter.groovy:768)
	at org.jenkinsci.plugins.pipeline.modeldefinition.ModelInterpreter.catchRequiredContextForNode(ModelInterpreter.groovy:402)
	at org.jenkinsci.plugins.pipeline.modeldefinition.ModelInterpreter.catchRequiredContextForNode(ModelInterpreter.groovy:400)
	at org.jenkinsci.plugins.pipeline.modeldefinition.ModelInterpreter.runPostConditions(ModelInterpreter.groovy:767)
	at com.cloudbees.groovy.cps.CpsDefaultGroovyMethods.each(CpsDefaultGroovyMethods:2125)
	at com.cloudbees.groovy.cps.CpsDefaultGroovyMethods.each(CpsDefaultGroovyMethods:2110)
	at com.cloudbees.groovy.cps.CpsDefaultGroovyMethods.each(CpsDefaultGroovyMethods:2151)
	at org.jenkinsci.plugins.pipeline.modeldefinition.ModelInterpreter.runPostConditions(ModelInterpreter.groovy:757)
	at org.jenkinsci.plugins.pipeline.modeldefinition.ModelInterpreter.executeSingleStage(ModelInterpreter.groovy:684)
	at org.jenkinsci.plugins.pipeline.modeldefinition.ModelInterpreter.evaluateStage(ModelInterpreter.groovy:294)
	at org.jenkinsci.plugins.pipeline.modeldefinition.ModelInterpreter.toolsBlock(ModelInterpreter.groovy:551)
	at org.jenkinsci.plugins.pipeline.modeldefinition.ModelInterpreter.toolsBlock(ModelInterpreter.groovy:550)
	at org.jenkinsci.plugins.pipeline.modeldefinition.ModelInterpreter.evaluateStage(ModelInterpreter.groovy:282)
	at org.jenkinsci.plugins.pipeline.modeldefinition.ModelInterpreter.withEnvBlock(ModelInterpreter.groovy:450)
	at org.jenkinsci.plugins.pipeline.modeldefinition.ModelInterpreter.withEnvBlock(ModelInterpreter.groovy:449)
	at org.jenkinsci.plugins.pipeline.modeldefinition.ModelInterpreter.evaluateStage(ModelInterpreter.groovy:281)
	at org.jenkinsci.plugins.pipeline.modeldefinition.ModelInterpreter.withCredentialsBlock(ModelInterpreter.groovy:488)
	at org.jenkinsci.plugins.pipeline.modeldefinition.ModelInterpreter.withCredentialsBlock(ModelInterpreter.groovy:487)
	at org.jenkinsci.plugins.pipeline.modeldefinition.ModelInterpreter.evaluateStage(ModelInterpreter.groovy:280)
	at org.jenkinsci.plugins.pipeline.modeldefinition.ModelInterpreter.inDeclarativeAgent(ModelInterpreter.groovy:602)
	at org.jenkinsci.plugins.docker.workflow.declarative.DockerPipelineFromDockerfileScript.runImage(DockerPipelineFromDockerfileScript.groovy:57)
	at org.jenkinsci.plugins.docker.workflow.Docker$Image.inside(Docker.groovy:141)
	at ___cps.transform___(Native Method)
	at com.cloudbees.groovy.cps.impl.ContinuationGroup.methodCall(ContinuationGroup.java:90)
	at com.cloudbees.groovy.cps.impl.FunctionCallBlock$ContinuationImpl.dispatchOrArg(FunctionCallBlock.java:116)
	at com.cloudbees.groovy.cps.impl.FunctionCallBlock$ContinuationImpl.fixArg(FunctionCallBlock.java:85)
	at jdk.internal.reflect.GeneratedMethodAccessor691.invoke(Unknown Source)
	at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(Unknown Source)
	at java.base/java.lang.reflect.Method.invoke(Unknown Source)
	at com.cloudbees.groovy.cps.impl.ContinuationPtr$ContinuationImpl.receive(ContinuationPtr.java:72)
	at com.cloudbees.groovy.cps.impl.ConstantBlock.eval(ConstantBlock.java:21)
	at com.cloudbees.groovy.cps.Next.step(Next.java:83)
	at com.cloudbees.groovy.cps.Continuable.run0(Continuable.java:147)
	at org.jenkinsci.plugins.workflow.cps.SandboxContinuable.access$001(SandboxContinuable.java:17)
	at org.jenkinsci.plugins.workflow.cps.SandboxContinuable.run0(SandboxContinuable.java:49)
	at org.jenkinsci.plugins.workflow.cps.CpsThread.runNextChunk(CpsThread.java:180)
	at org.jenkinsci.plugins.workflow.cps.CpsThreadGroup.run(CpsThreadGroup.java:423)
	at org.jenkinsci.plugins.workflow.cps.CpsThreadGroup$2.call(CpsThreadGroup.java:331)
	at org.jenkinsci.plugins.workflow.cps.CpsThreadGroup$2.call(CpsThreadGroup.java:295)
	at org.jenkinsci.plugins.workflow.cps.CpsVmExecutorService.lambda$wrap$4(CpsVmExecutorService.java:136)
	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 org.jenkinsci.plugins.workflow.cps.CpsVmExecutorService$1.call(CpsVmExecutorService.java:53)
	at 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 org.jenkinsci.plugins.workflow.cps.CpsVmExecutorService.lambda$categoryThreadFactory$0(CpsVmExecutorService.java:50)
	at java.base/java.lang.Thread.run(Unknown Source)

[Pipeline] }
ERROR: Issue with creating launcher for agent waffle02. The agent has not been fully initialized yet
[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:   hudson.remoting.Channel$CallSiteStackTrace: Remote call to JNLP4-connect connection from 10.64.197.165/10.64.197.165:37504
		at hudson.remoting.Channel.attachCallSiteStackTrace(Channel.java:1787)
		at hudson.remoting.UserRequest$ExceptionResponse.retrieve(UserRequest.java:356)
		at hudson.remoting.Channel.call(Channel.java:1003)
		at hudson.remoting.RemoteInvocationHandler.invoke(RemoteInvocationHandler.java:285)
		at jdk.proxy60/jdk.proxy60.$Proxy181.withRepository(Unknown Source)
		at org.jenkinsci.plugins.gitclient.RemoteGitImpl.withRepository(RemoteGitImpl.java:261)
		at jenkins.plugins.git.GitHooksConfiguration.configure(GitHooksConfiguration.java:111)
		at jenkins.plugins.git.GitHooksConfiguration.configure(GitHooksConfiguration.java:101)
		at jenkins.plugins.git.GitHooksConfiguration.configure(GitHooksConfiguration.java:90)
		at hudson.plugins.git.GitSCM.retrieveChanges(GitSCM.java:1233)
		at hudson.plugins.git.GitSCM.checkout(GitSCM.java:1305)
		at org.jenkinsci.plugins.workflow.steps.scm.SCMStep.checkout(SCMStep.java:136)
		at org.jenkinsci.plugins.workflow.steps.scm.SCMStep$StepExecutionImpl.run(SCMStep.java:101)
		at org.jenkinsci.plugins.workflow.steps.scm.SCMStep$StepExecutionImpl.run(SCMStep.java:88)
		at org.jenkinsci.plugins.workflow.steps.SynchronousNonBlockingStepExecution.lambda$start$0(SynchronousNonBlockingStepExecution.java:47)
		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 java.base/java.lang.Thread.run(Unknown Source)
Also:   org.jenkinsci.plugins.workflow.actions.ErrorAction$ErrorId: 86818402-8ce5-450b-ab1d-14ef989949d7
Also:   	Also:   hudson.remoting.Channel$CallSiteStackTrace: Remote call to JNLP4-connect connection from 10.64.197.165/10.64.197.165:37504
			at hudson.remoting.Channel.attachCallSiteStackTrace(Channel.java:1787)
			at hudson.remoting.UserRequest$ExceptionResponse.retrieve(UserRequest.java:356)
			at hudson.remoting.Channel.call(Channel.java:1003)
			at hudson.remoting.RemoteInvocationHandler.invoke(RemoteInvocationHandler.java:285)
			at jdk.proxy60/jdk.proxy60.$Proxy181.withRepository(Unknown Source)
			at org.jenkinsci.plugins.gitclient.RemoteGitImpl.withRepository(RemoteGitImpl.java:261)
			at jenkins.plugins.git.GitHooksConfiguration.configure(GitHooksConfiguration.java:111)
			at jenkins.plugins.git.GitHooksConfiguration.configure(GitHooksConfiguration.java:101)
			at jenkins.plugins.git.GitHooksConfiguration.configure(GitHooksConfiguration.java:90)
			at hudson.plugins.git.GitSCM.retrieveChanges(GitSCM.java:1233)
			at hudson.plugins.git.GitSCM.checkout(GitSCM.java:1305)
			at org.jenkinsci.plugins.workflow.steps.scm.SCMStep.checkout(SCMStep.java:136)
			at org.jenkinsci.plugins.workflow.steps.scm.SCMStep$StepExecutionImpl.run(SCMStep.java:101)
			at org.jenkinsci.plugins.workflow.steps.scm.SCMStep$StepExecutionImpl.run(SCMStep.java:88)
			at org.jenkinsci.plugins.workflow.steps.SynchronousNonBlockingStepExecution.lambda$start$0(SynchronousNonBlockingStepExecution.java:47)
			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 java.base/java.lang.Thread.run(Unknown Source)
	Also:   org.jenkinsci.plugins.workflow.actions.ErrorAction$ErrorId: 4adb8969-758a-4975-9592-d9500bfa6b30
java.io.IOException: Disk quota exceeded
Also:   	Also:   hudson.remoting.Channel$CallSiteStackTrace: Remote call to JNLP4-connect connection from 10.64.197.165/10.64.197.165:37504
			at hudson.remoting.Channel.attachCallSiteStackTrace(Channel.java:1787)
			at hudson.remoting.UserRequest$ExceptionResponse.retrieve(UserRequest.java:356)
			at hudson.remoting.Channel.call(Channel.java:1003)
			at hudson.remoting.RemoteInvocationHandler.invoke(RemoteInvocationHandler.java:285)
			at jdk.proxy60/jdk.proxy60.$Proxy181.withRepository(Unknown Source)
			at org.jenkinsci.plugins.gitclient.RemoteGitImpl.withRepository(RemoteGitImpl.java:261)
			at jenkins.plugins.git.GitHooksConfiguration.configure(GitHooksConfiguration.java:111)
			at jenkins.plugins.git.GitHooksConfiguration.configure(GitHooksConfiguration.java:101)
			at jenkins.plugins.git.GitHooksConfiguration.configure(GitHooksConfiguration.java:90)
			at hudson.plugins.git.GitSCM.retrieveChanges(GitSCM.java:1233)
			at hudson.plugins.git.GitSCM.checkout(GitSCM.java:1305)
			at org.jenkinsci.plugins.workflow.steps.scm.SCMStep.checkout(SCMStep.java:136)
			at org.jenkinsci.plugins.workflow.steps.scm.SCMStep$StepExecutionImpl.run(SCMStep.java:101)
			at org.jenkinsci.plugins.workflow.steps.scm.SCMStep$StepExecutionImpl.run(SCMStep.java:88)
			at org.jenkinsci.plugins.workflow.steps.SynchronousNonBlockingStepExecution.lambda$start$0(SynchronousNonBlockingStepExecution.java:47)
			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 java.base/java.lang.Thread.run(Unknown Source)
	Also:   org.jenkinsci.plugins.workflow.actions.ErrorAction$ErrorId: 7f7f73d6-86c7-4a10-ba01-bd81238214b0
java.io.IOException: Disk quota exceeded
Also:   	Also:   hudson.remoting.Channel$CallSiteStackTrace: Remote call to JNLP4-connect connection from 10.64.197.165/10.64.197.165:37504
			at hudson.remoting.Channel.attachCallSiteStackTrace(Channel.java:1787)
			at hudson.remoting.UserRequest$ExceptionResponse.retrieve(UserRequest.java:356)
			at hudson.remoting.Channel.call(Channel.java:1003)
			at hudson.remoting.RemoteInvocationHandler.invoke(RemoteInvocationHandler.java:285)
			at jdk.proxy60/jdk.proxy60.$Proxy181.withRepository(Unknown Source)
			at org.jenkinsci.plugins.gitclient.RemoteGitImpl.withRepository(RemoteGitImpl.java:261)
			at jenkins.plugins.git.GitHooksConfiguration.configure(GitHooksConfiguration.java:111)
			at jenkins.plugins.git.GitHooksConfiguration.configure(GitHooksConfiguration.java:101)
			at jenkins.plugins.git.GitHooksConfiguration.configure(GitHooksConfiguration.java:90)
			at hudson.plugins.git.GitSCM.retrieveChanges(GitSCM.java:1233)
			at hudson.plugins.git.GitSCM.checkout(GitSCM.java:1305)
			at org.jenkinsci.plugins.workflow.steps.scm.SCMStep.checkout(SCMStep.java:136)
			at org.jenkinsci.plugins.workflow.steps.scm.SCMStep$StepExecutionImpl.run(SCMStep.java:101)
			at org.jenkinsci.plugins.workflow.steps.scm.SCMStep$StepExecutionImpl.run(SCMStep.java:88)
			at org.jenkinsci.plugins.workflow.steps.SynchronousNonBlockingStepExecution.lambda$start$0(SynchronousNonBlockingStepExecution.java:47)
			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 java.base/java.lang.Thread.run(Unknown Source)
	Also:   org.jenkinsci.plugins.workflow.actions.ErrorAction$ErrorId: c4691cbd-d766-4916-b733-f3e716064e4f
java.io.IOException: Disk quota exceeded
Also:   	Also:   hudson.remoting.Channel$CallSiteStackTrace: Remote call to JNLP4-connect connection from 10.64.197.165/10.64.197.165:37504
			at hudson.remoting.Channel.attachCallSiteStackTrace(Channel.java:1787)
			at hudson.remoting.UserRequest$ExceptionResponse.retrieve(UserRequest.java:356)
			at hudson.remoting.Channel.call(Channel.java:1003)
			at hudson.remoting.RemoteInvocationHandler.invoke(RemoteInvocationHandler.java:285)
			at jdk.proxy60/jdk.proxy60.$Proxy181.withRepository(Unknown Source)
			at org.jenkinsci.plugins.gitclient.RemoteGitImpl.withRepository(RemoteGitImpl.java:261)
			at jenkins.plugins.git.GitHooksConfiguration.configure(GitHooksConfiguration.java:111)
			at jenkins.plugins.git.GitHooksConfiguration.configure(GitHooksConfiguration.java:101)
			at jenkins.plugins.git.GitHooksConfiguration.configure(GitHooksConfiguration.java:90)
			at hudson.plugins.git.GitSCM.retrieveChanges(GitSCM.java:1233)
			at hudson.plugins.git.GitSCM.checkout(GitSCM.java:1305)
			at org.jenkinsci.plugins.workflow.steps.scm.SCMStep.checkout(SCMStep.java:136)
			at org.jenkinsci.plugins.workflow.steps.scm.SCMStep$StepExecutionImpl.run(SCMStep.java:101)
			at org.jenkinsci.plugins.workflow.steps.scm.SCMStep$StepExecutionImpl.run(SCMStep.java:88)
			at org.jenkinsci.plugins.workflow.steps.SynchronousNonBlockingStepExecution.lambda$start$0(SynchronousNonBlockingStepExecution.java:47)
			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 java.base/java.lang.Thread.run(Unknown Source)
	Also:   org.jenkinsci.plugins.workflow.actions.ErrorAction$ErrorId: 08bd4c7f-09c9-425e-b942-f693c1399c26
java.io.IOException: Disk quota exceeded
Also:   	Also:   org.jenkinsci.plugins.workflow.actions.ErrorAction$ErrorId: db2692c8-080d-4d3a-be93-362864d8b964
	Also:   java.io.IOException: Can not call launch on a dummy launcher.
			at hudson.Launcher$DummyLauncher.launch(Launcher.java:1071)
			at hudson.Launcher$ProcStarter.start(Launcher.java:506)
			at org.jenkinsci.plugins.docker.workflow.client.DockerClient.launch(DockerClient.java:314)
			at org.jenkinsci.plugins.docker.workflow.client.DockerClient.launch(DockerClient.java:295)
			at org.jenkinsci.plugins.docker.workflow.client.DockerClient.launch(DockerClient.java:292)
			at org.jenkinsci.plugins.docker.workflow.client.DockerClient.stop(DockerClient.java:185)
			at org.jenkinsci.plugins.docker.workflow.WithContainerStep.destroy(WithContainerStep.java:111)
			at org.jenkinsci.plugins.docker.workflow.WithContainerStep$Callback.finished(WithContainerStep.java:415)
			at org.jenkinsci.plugins.workflow.steps.BodyExecutionCallback$TailCall.onFailure(BodyExecutionCallback.java:128)
			at org.jenkinsci.plugins.workflow.cps.CpsBodyExecution$FailureAdapter.receive(CpsBodyExecution.java:354)
			at com.cloudbees.groovy.cps.impl.ThrowBlock$1.receive(ThrowBlock.java:66)
			at com.cloudbees.groovy.cps.impl.LocalVariableBlock$LocalVariable.get(LocalVariableBlock.java:39)
			at com.cloudbees.groovy.cps.LValueBlock$GetAdapter.receive(LValueBlock.java:30)
			at com.cloudbees.groovy.cps.impl.LocalVariableBlock.evalLValue(LocalVariableBlock.java:28)
			at com.cloudbees.groovy.cps.LValueBlock$BlockImpl.eval(LValueBlock.java:55)
			at com.cloudbees.groovy.cps.LValueBlock.eval(LValueBlock.java:16)
			at com.cloudbees.groovy.cps.Next.step(Next.java:83)
			at com.cloudbees.groovy.cps.Continuable.run0(Continuable.java:147)
			at org.jenkinsci.plugins.workflow.cps.SandboxContinuable.access$001(SandboxContinuable.java:17)
			at org.jenkinsci.plugins.workflow.cps.SandboxContinuable.run0(SandboxContinuable.java:49)
			at org.jenkinsci.plugins.workflow.cps.CpsThread.runNextChunk(CpsThread.java:180)
			at org.jenkinsci.plugins.workflow.cps.CpsThreadGroup.run(CpsThreadGroup.java:423)
			at org.jenkinsci.plugins.workflow.cps.CpsThreadGroup$2.call(CpsThreadGroup.java:331)
			at org.jenkinsci.plugins.workflow.cps.CpsThreadGroup$2.call(CpsThreadGroup.java:295)
			at org.jenkinsci.plugins.workflow.cps.CpsVmExecutorService.lambda$wrap$4(CpsVmExecutorService.java:136)
			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 org.jenkinsci.plugins.workflow.cps.CpsVmExecutorService$1.call(CpsVmExecutorService.java:53)
			at 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 org.jenkinsci.plugins.workflow.cps.CpsVmExecutorService.lambda$categoryThreadFactory$0(CpsVmExecutorService.java:50)
org.jenkinsci.plugins.workflow.steps.FlowInterruptedException
		at org.jenkinsci.plugins.workflow.steps.BodyExecution.cancel(BodyExecution.java:59)
		at org.jenkinsci.plugins.workflow.steps.TimeoutStepExecution.cancel(TimeoutStepExecution.java:197)
		at jenkins.security.ImpersonatingScheduledExecutorService$1.run(ImpersonatingScheduledExecutorService.java:67)
		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.ScheduledThreadPoolExecutor$ScheduledFutureTask.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 java.base/java.lang.Thread.run(Unknown Source)
java.io.IOException: Disk quota exceeded
	at java.base/java.io.FileOutputStream.writeBytes(Native Method)
	at java.base/java.io.FileOutputStream.write(FileOutputStream.java:341)
	at org.eclipse.jgit.internal.storage.file.LockFile.write(LockFile.java:292)
	at org.eclipse.jgit.storage.file.FileBasedConfig.save(FileBasedConfig.java:205)
	at jenkins.plugins.git.GitHooksConfiguration.disable(GitHooksConfiguration.java:138)
	at jenkins.plugins.git.GitHooksConfiguration.lambda$configure$2f1f6402$1(GitHooksConfiguration.java:112)
	at org.jenkinsci.plugins.gitclient.AbstractGitAPIImpl.withRepository(AbstractGitAPIImpl.java:28)
	at org.jenkinsci.plugins.gitclient.CliGitAPIImpl.withRepository(CliGitAPIImpl.java:83)
	at jdk.internal.reflect.GeneratedMethodAccessor78.invoke(Unknown Source)
	at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.base/java.lang.reflect.Method.invoke(Method.java:566)
	at hudson.remoting.RemoteInvocationHandler$RPCRequest.perform(RemoteInvocationHandler.java:924)
	at hudson.remoting.RemoteInvocationHandler$RPCRequest.call(RemoteInvocationHandler.java:902)
	at hudson.remoting.RemoteInvocationHandler$RPCRequest.call(RemoteInvocationHandler.java:853)
	at hudson.remoting.UserRequest.perform(UserRequest.java:211)
	at hudson.remoting.UserRequest.perform(UserRequest.java:54)
	at hudson.remoting.Request$2.run(Request.java:377)
	at hudson.remoting.InterceptingExecutorService.lambda$wrap$0(InterceptingExecutorService.java:78)
	at java.base/java.util.concurrent.FutureTask.run(FutureTask.java:264)
	at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1128)
	at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:628)
	at hudson.remoting.Engine$1.lambda$newThread$0(Engine.java:137)
	at java.base/java.lang.Thread.run(Thread.java:829)

GitHub has been notified of this commit’s build result

Finished: FAILURE