Skip to content
Failed

Console Output

Skipping 4,055 KB.. Full Log
23: [0x7ffff049c083] __libc_start_main
23: [0x44206e] _start
23:  
23: Test setting std::terminate handler that prints the last saved stack trace
23: [       OK ] defaultdevicetype.stacktrace_normal (1 ms)
23: [----------] 1 test from defaultdevicetype (1 ms total)
23: 
23: [----------] Global test environment tear-down
23: [==========] 3 tests from 2 test suites ran. (943 ms total)
23: [  PASSED  ] 3 tests.
23/55 Test #23: Kokkos_CoreUnitTest_StackTraceTest .........................   Passed    1.11 sec
test 24
      Start 24: Kokkos_IncrementalTest_OPENMP

24: Test command: /var/jenkins/workspace/Kokkos_PR-8351/build/core/unit_test/Kokkos_IncrementalTest_OPENMP
24: Test timeout computed to be: 1500
24: Kokkos::OpenMP::initialize WARNING: You are likely oversubscribing your CPU cores.
24:                                     Detected: 6 cores per node.
24:                                     Detected: 1 MPI_ranks per node.
24:                                     Requested: 8 threads per process.
24: [==========] Running 28 tests from 1 test suite.
24: [----------] Global test environment set-up.
24: [----------] 28 tests from OPENMP
24: [ RUN      ] OPENMP.IncrTest_01_execspace_typedef
24: [       OK ] OPENMP.IncrTest_01_execspace_typedef (0 ms)
24: [ RUN      ] OPENMP.IncrTest_01_execspace
24: Host Parallel Execution Space:
24:   KOKKOS_ENABLE_OPENMP: yes
24: 
24: OpenMP Runtime Configuration:
24: Kokkos::OpenMP thread_pool_topology[ 1 x 8 x 1 ]
24: OpenMP
24: [       OK ] OPENMP.IncrTest_01_execspace (0 ms)
24: [ RUN      ] OPENMP.IncrTest_02_AtomicExchange
24: [       OK ] OPENMP.IncrTest_02_AtomicExchange (0 ms)
24: [ RUN      ] OPENMP.IncrTest_02_AtomicAdd
24: [       OK ] OPENMP.IncrTest_02_AtomicAdd (0 ms)
24: [ RUN      ] OPENMP.IncrTest_02_AtomicSub
24: [       OK ] OPENMP.IncrTest_02_AtomicSub (0 ms)
24: [ RUN      ] OPENMP.IncrTest_03a_memspace_malloc
24: [       OK ] OPENMP.IncrTest_03a_memspace_malloc (0 ms)
24: [ RUN      ] OPENMP.IncrTest_03b_memspace_free
24: [       OK ] OPENMP.IncrTest_03b_memspace_free (129 ms)
24: [ RUN      ] OPENMP.IncrTest_04_simple_parallelFor
24: [       OK ] OPENMP.IncrTest_04_simple_parallelFor (0 ms)
24: [ RUN      ] OPENMP.IncrTest_04_RangePolicy_parallelFor
24: [       OK ] OPENMP.IncrTest_04_RangePolicy_parallelFor (0 ms)
24: [ RUN      ] OPENMP.IncrTest_05_reduction
24: [       OK ] OPENMP.IncrTest_05_reduction (2 ms)
24: [ RUN      ] OPENMP.IncrTest_06_mdrange2D
24: [       OK ] OPENMP.IncrTest_06_mdrange2D (0 ms)
24: [ RUN      ] OPENMP.IncrTest_06_mdrange3D
24: [       OK ] OPENMP.IncrTest_06_mdrange3D (0 ms)
24: [ RUN      ] OPENMP.IncrTest_06_mdrange4D
24: [       OK ] OPENMP.IncrTest_06_mdrange4D (0 ms)
24: [ RUN      ] OPENMP.IncrTest_08_deep_copy_2D
24: [       OK ] OPENMP.IncrTest_08_deep_copy_2D (0 ms)
24: [ RUN      ] OPENMP.IncrTest_08_deep_copy_3D
24: [       OK ] OPENMP.IncrTest_08_deep_copy_3D (0 ms)
24: [ RUN      ] OPENMP.IncrTest_08_deep_copy_4D
24: [       OK ] OPENMP.IncrTest_08_deep_copy_4D (0 ms)
24: [ RUN      ] OPENMP.IncrTest_10_Hierarchical_Basics
24: [       OK ] OPENMP.IncrTest_10_Hierarchical_Basics (0 ms)
24: [ RUN      ] OPENMP.IncrTest_11a_Hierarchical_ForLoop
24: [       OK ] OPENMP.IncrTest_11a_Hierarchical_ForLoop (0 ms)
24: [ RUN      ] OPENMP.IncrTest_11b_Hierarchical_ForLoop
24: [       OK ] OPENMP.IncrTest_11b_Hierarchical_ForLoop (0 ms)
24: [ RUN      ] OPENMP.IncrTest_11c_Hierarchical_ForLoop
24: [       OK ] OPENMP.IncrTest_11c_Hierarchical_ForLoop (65 ms)
24: [ RUN      ] OPENMP.IncrTest_12a_ThreadScratch
24: [       OK ] OPENMP.IncrTest_12a_ThreadScratch (0 ms)
24: [ RUN      ] OPENMP.IncrTest_12b_TeamScratch
24: [       OK ] OPENMP.IncrTest_12b_TeamScratch (1 ms)
24: [ RUN      ] OPENMP.IncrTest_13a_Hierarchical_Red
24: [       OK ] OPENMP.IncrTest_13a_Hierarchical_Red (0 ms)
24: [ RUN      ] OPENMP.IncrTest_13b_Hierarchical_Red
24: [       OK ] OPENMP.IncrTest_13b_Hierarchical_Red (0 ms)
24: [ RUN      ] OPENMP.IncrTest_13c_Hierarchical_Red
24: [       OK ] OPENMP.IncrTest_13c_Hierarchical_Red (0 ms)
24: [ RUN      ] OPENMP.incr_14_MDrangeReduce
24: [       OK ] OPENMP.incr_14_MDrangeReduce (0 ms)
24: [ RUN      ] OPENMP.IncrTest_16_parallelscan
24: [       OK ] OPENMP.IncrTest_16_parallelscan (0 ms)
24: [ RUN      ] OPENMP.incr_17_atomicView
24: [       OK ] OPENMP.incr_17_atomicView (0 ms)
24: [----------] 28 tests from OPENMP (201 ms total)
24: 
24: [----------] Global test environment tear-down
24: [==========] 28 tests from 1 test suite ran. (201 ms total)
24: [  PASSED  ] 28 tests.
24/55 Test #24: Kokkos_IncrementalTest_OPENMP ..............................   Passed    0.37 sec
test 25
      Start 25: Kokkos_IncrementalTest_CUDA

25: Test command: /var/jenkins/workspace/Kokkos_PR-8351/build/core/unit_test/Kokkos_IncrementalTest_CUDA
25: Test timeout computed to be: 1500
25: Kokkos::OpenMP::initialize WARNING: You are likely oversubscribing your CPU cores.
25:                                     Detected: 6 cores per node.
25:                                     Detected: 1 MPI_ranks per node.
25:                                     Requested: 8 threads per process.
25: [==========] Running 28 tests from 1 test suite.
25: [----------] Global test environment set-up.
25: [----------] 28 tests from CUDA
25: [ RUN      ] CUDA.IncrTest_01_execspace_typedef
25: [       OK ] CUDA.IncrTest_01_execspace_typedef (0 ms)
25: [ RUN      ] CUDA.IncrTest_01_execspace
25: Device Execution Space:
25:   KOKKOS_ENABLE_CUDA: yes
25: Cuda Options:
25:   KOKKOS_ENABLE_CUDA_RELOCATABLE_DEVICE_CODE: no
25:   KOKKOS_ENABLE_CUDA_UVM: no
25:   KOKKOS_ENABLE_IMPL_CUDA_MALLOC_ASYNC: no
25: 
25: Cuda Runtime Configuration:
25: macro  KOKKOS_ENABLE_CUDA      : defined
25: macro  CUDA_VERSION          : 12020 = version 12.2
25: Kokkos::Cuda[ 0 ] Tesla V100S-PCIE-32GB : Selected
25:   Capability: 7.0
25:   Total Global Memory: 31.73 GiB
25:   Shared Memory per Block: 48 KiB
25:   Can access system allocated memory: 0
25:     via Address Translation Service: 0
25: Cuda
25: [       OK ] CUDA.IncrTest_01_execspace (0 ms)
25: [ RUN      ] CUDA.IncrTest_02_AtomicExchange
25: [       OK ] CUDA.IncrTest_02_AtomicExchange (0 ms)
25: [ RUN      ] CUDA.IncrTest_02_AtomicAdd
25: [       OK ] CUDA.IncrTest_02_AtomicAdd (0 ms)
25: [ RUN      ] CUDA.IncrTest_02_AtomicSub
25: [       OK ] CUDA.IncrTest_02_AtomicSub (0 ms)
25: [ RUN      ] CUDA.IncrTest_03a_memspace_malloc
25: [       OK ] CUDA.IncrTest_03a_memspace_malloc (0 ms)
25: [ RUN      ] CUDA.IncrTest_03b_memspace_free
25: [       OK ] CUDA.IncrTest_03b_memspace_free (1911 ms)
25: [ RUN      ] CUDA.IncrTest_04_simple_parallelFor
25: [       OK ] CUDA.IncrTest_04_simple_parallelFor (0 ms)
25: [ RUN      ] CUDA.IncrTest_04_RangePolicy_parallelFor
25: [       OK ] CUDA.IncrTest_04_RangePolicy_parallelFor (0 ms)
25: [ RUN      ] CUDA.IncrTest_05_reduction
25: [       OK ] CUDA.IncrTest_05_reduction (3 ms)
25: [ RUN      ] CUDA.IncrTest_06_mdrange2D
25: [       OK ] CUDA.IncrTest_06_mdrange2D (0 ms)
25: [ RUN      ] CUDA.IncrTest_06_mdrange3D
25: [       OK ] CUDA.IncrTest_06_mdrange3D (0 ms)
25: [ RUN      ] CUDA.IncrTest_06_mdrange4D
25: [       OK ] CUDA.IncrTest_06_mdrange4D (0 ms)
25: [ RUN      ] CUDA.IncrTest_08_deep_copy_2D
25: [       OK ] CUDA.IncrTest_08_deep_copy_2D (0 ms)
25: [ RUN      ] CUDA.IncrTest_08_deep_copy_3D
25: [       OK ] CUDA.IncrTest_08_deep_copy_3D (0 ms)
25: [ RUN      ] CUDA.IncrTest_08_deep_copy_4D
25: [       OK ] CUDA.IncrTest_08_deep_copy_4D (0 ms)
25: [ RUN      ] CUDA.IncrTest_10_Hierarchical_Basics
25: [       OK ] CUDA.IncrTest_10_Hierarchical_Basics (0 ms)
25: [ RUN      ] CUDA.IncrTest_11a_Hierarchical_ForLoop
25: [       OK ] CUDA.IncrTest_11a_Hierarchical_ForLoop (1 ms)
25: [ RUN      ] CUDA.IncrTest_11b_Hierarchical_ForLoop
25: [       OK ] CUDA.IncrTest_11b_Hierarchical_ForLoop (1 ms)
25: [ RUN      ] CUDA.IncrTest_11c_Hierarchical_ForLoop
25: [       OK ] CUDA.IncrTest_11c_Hierarchical_ForLoop (229 ms)
25: [ RUN      ] CUDA.IncrTest_12a_ThreadScratch
25: [       OK ] CUDA.IncrTest_12a_ThreadScratch (2 ms)
25: [ RUN      ] CUDA.IncrTest_12b_TeamScratch
25: [       OK ] CUDA.IncrTest_12b_TeamScratch (0 ms)
25: [ RUN      ] CUDA.IncrTest_13a_Hierarchical_Red
25: [       OK ] CUDA.IncrTest_13a_Hierarchical_Red (0 ms)
25: [ RUN      ] CUDA.IncrTest_13b_Hierarchical_Red
25: [       OK ] CUDA.IncrTest_13b_Hierarchical_Red (0 ms)
25: [ RUN      ] CUDA.IncrTest_13c_Hierarchical_Red
25: [       OK ] CUDA.IncrTest_13c_Hierarchical_Red (0 ms)
25: [ RUN      ] CUDA.incr_14_MDrangeReduce
25: [       OK ] CUDA.incr_14_MDrangeReduce (0 ms)
25: [ RUN      ] CUDA.IncrTest_16_parallelscan
25: [       OK ] CUDA.IncrTest_16_parallelscan (5 ms)
25: [ RUN      ] CUDA.incr_17_atomicView
25: [       OK ] CUDA.incr_17_atomicView (0 ms)
25: [----------] 28 tests from CUDA (2160 ms total)
25: 
25: [----------] Global test environment tear-down
25: [==========] 28 tests from 1 test suite ran. (2161 ms total)
25: [  PASSED  ] 28 tests.
25/55 Test #25: Kokkos_IncrementalTest_CUDA ................................   Passed    2.33 sec
test 26
      Start 26: Kokkos_CoreUnitTest_CTestDevice

26: Test command: /var/jenkins/workspace/Kokkos_PR-8351/build/core/unit_test/Kokkos_CoreUnitTest_CTestDevice
26: Test timeout computed to be: 1500
26: [==========] Running 8 tests from 2 test suites.
26: [----------] Global test environment set-up.
26: [----------] 5 tests from ctest_environment_DeathTest
26: [ RUN      ] ctest_environment_DeathTest.invalid_rank
26: [       OK ] ctest_environment_DeathTest.invalid_rank (135 ms)
26: [ RUN      ] ctest_environment_DeathTest.no_type_str
26: [       OK ] ctest_environment_DeathTest.no_type_str (138 ms)
26: [ RUN      ] ctest_environment_DeathTest.missing_type
26: [       OK ] ctest_environment_DeathTest.missing_type (290 ms)
26: [ RUN      ] ctest_environment_DeathTest.no_id_str
26: [       OK ] ctest_environment_DeathTest.no_id_str (132 ms)
26: [ RUN      ] ctest_environment_DeathTest.invalid_id_str
26: [       OK ] ctest_environment_DeathTest.invalid_id_str (274 ms)
26: [----------] 5 tests from ctest_environment_DeathTest (972 ms total)
26: 
26: [----------] 3 tests from ctest_environment
26: [ RUN      ] ctest_environment.no_device_type
26: [       OK ] ctest_environment.no_device_type (0 ms)
26: [ RUN      ] ctest_environment.no_process_count
26: [       OK ] ctest_environment.no_process_count (0 ms)
26: [ RUN      ] ctest_environment.good
26: [       OK ] ctest_environment.good (0 ms)
26: [----------] 3 tests from ctest_environment (0 ms total)
26: 
26: [----------] Global test environment tear-down
26: [==========] 8 tests from 2 test suites ran. (972 ms total)
26: [  PASSED  ] 8 tests.
26/55 Test #26: Kokkos_CoreUnitTest_CTestDevice ............................   Passed    0.99 sec
test 27
      Start 27: Kokkos_CoreUnitTest_CMakePassCmdLineArgs0

27: Test command: /var/jenkins/workspace/Kokkos_PR-8351/build/core/unit_test/Kokkos_CoreUnitTest_CMakePassCmdLineArgs "one" "2" "THREE"
27: Test timeout computed to be: 1500
27/55 Test #27: Kokkos_CoreUnitTest_CMakePassCmdLineArgs0 ..................   Passed    0.01 sec
test 28
      Start 28: Kokkos_CoreUnitTest_CMakeTriBITSCompatibilityWillFail

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

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

30: Test command: /var/jenkins/workspace/Kokkos_PR-8351/build/core/unit_test/Kokkos_CoreUnitTest_CMakeTriBITSCompatibility
30: Environment variables: 
30:  KOKKOS_TEST_TRIBITS_COMPATIBILITY=1
30: Test timeout computed to be: 1500
30/55 Test #30: Kokkos_CoreUnitTest_CMakeTriBITSCompatibilityEnvironment ...   Passed    0.01 sec
test 31
      Start 31: Kokkos_ContainersUnitTest_OpenMP

31: Test command: /var/jenkins/workspace/Kokkos_PR-8351/build/containers/unit_tests/Kokkos_ContainersUnitTest_OpenMP
31: Test timeout computed to be: 1500
31: Kokkos::OpenMP::initialize WARNING: You are likely oversubscribing your CPU cores.
31:                                     Detected: 6 cores per node.
31:                                     Detected: 1 MPI_ranks per node.
31:                                     Requested: 8 threads per process.
31: [==========] Running 72 tests from 2 test suites.
31: [----------] Global test environment set-up.
31: [----------] 2 tests from openmp_DeathTest
31: [ RUN      ] openmp_DeathTest.dualview_external_view_construction
31: [       OK ] openmp_DeathTest.dualview_external_view_construction (464 ms)
31: [ RUN      ] openmp_DeathTest.offsetview_unmanaged_construction
31: [       OK ] openmp_DeathTest.offsetview_unmanaged_construction (5532 ms)
31: [----------] 2 tests from openmp_DeathTest (5997 ms total)
31: 
31: [----------] 70 tests from openmp
31: [ RUN      ] openmp.bitset
31: [       OK ] openmp.bitset (467 ms)
31: [ RUN      ] openmp.bitset_default_constructor_no_alloc
31: [       OK ] openmp.bitset_default_constructor_no_alloc (0 ms)
31: [ RUN      ] openmp.dualview_combination
31: [       OK ] openmp.dualview_combination (0 ms)
31: [ RUN      ] openmp.dualview_alloc
31: [       OK ] openmp.dualview_alloc (0 ms)
31: [ RUN      ] openmp.test_dualview_copy_construction_and_assignment
31: [       OK ] openmp.test_dualview_copy_construction_and_assignment (0 ms)
31: [ RUN      ] openmp.dualview_combinations_without_init
31: [       OK ] openmp.dualview_combinations_without_init (0 ms)
31: [ RUN      ] openmp.dualview_deep_copy
31: [       OK ] openmp.dualview_deep_copy (0 ms)
31: [ RUN      ] openmp.dualview_sync_should_fence
31: [       OK ] openmp.dualview_sync_should_fence (0 ms)
31: [ RUN      ] openmp.dualview_realloc
31: [       OK ] openmp.dualview_realloc (0 ms)
31: [ RUN      ] openmp.dualview_resize
31: [       OK ] openmp.dualview_resize (0 ms)
31: [ RUN      ] openmp.dualview_device_correct_kokkos_device
31: [       OK ] openmp.dualview_device_correct_kokkos_device (1 ms)
31: [ RUN      ] openmp.dualview_host_correct_kokkos_device
31: [       OK ] openmp.dualview_host_correct_kokkos_device (0 ms)
31: [ RUN      ] openmp.dualview_host_modify_template_device_sync
31: [       OK ] openmp.dualview_host_modify_template_device_sync (0 ms)
31: [ RUN      ] openmp.dualview_host_modify_template_device_execspace_sync
31: [       OK ] openmp.dualview_host_modify_template_device_execspace_sync (0 ms)
31: [ RUN      ] openmp.dualview_device_modify_template_host_sync
31: [       OK ] openmp.dualview_device_modify_template_host_sync (0 ms)
31: [ RUN      ] openmp.dualview_device_modify_template_host_execspace_sync
31: [       OK ] openmp.dualview_device_modify_template_host_execspace_sync (0 ms)
31: [ RUN      ] openmp.dualview_template_views_return_correct_executionspace_views
31: [       OK ] openmp.dualview_template_views_return_correct_executionspace_views (0 ms)
31: [ RUN      ] openmp.dualview_template_views_return_correct_views_from_const_dual_view
31: [       OK ] openmp.dualview_template_views_return_correct_views_from_const_dual_view (0 ms)
31: [ RUN      ] openmp.dualview_sequential_host_init
31: [       OK ] openmp.dualview_sequential_host_init (0 ms)
31: [ RUN      ] openmp.dualview_default_constructed
31: [       OK ] openmp.dualview_default_constructed (0 ms)
31: [ RUN      ] openmp.dualview_resize_single_device
31: [       OK ] openmp.dualview_resize_single_device (0 ms)
31: [ RUN      ] openmp.dynamic_view
31: [       OK ] openmp.dynamic_view (7 ms)
31: [ RUN      ] openmp.dyn_rank_view_api_generic
31: [       OK ] openmp.dyn_rank_view_api_generic (6 ms)
31: [ RUN      ] openmp.dyn_rank_view_api_operator_rank12345
31: [       OK ] openmp.dyn_rank_view_api_operator_rank12345 (0 ms)
31: [ RUN      ] openmp.dyn_rank_view_check_fence_resize_realloc
31: /var/jenkins/workspace/Kokkos_PR-8351/containers/unit_tests/TestDynViewAPI_rank12345.hpp:70: Skipped
31: skipping since not default execution space
31: [  SKIPPED ] openmp.dyn_rank_view_check_fence_resize_realloc (0 ms)
31: [ RUN      ] openmp.dyn_rank_view_api_operator_rank67
31: [       OK ] openmp.dyn_rank_view_api_operator_rank67 (0 ms)
31: [ RUN      ] openmp.dyn_rank_view_ctor_from_members
31: [       OK ] openmp.dyn_rank_view_ctor_from_members (0 ms)
31: [ RUN      ] openmp.dyn_rank_view_ctor_from_layout_stride
31: [       OK ] openmp.dyn_rank_view_ctor_from_layout_stride (0 ms)
31: [ RUN      ] openmp.dyn_rank_view_team_scratch
31: [       OK ] openmp.dyn_rank_view_team_scratch (0 ms)
31: [ RUN      ] openmp.view_customization_extra_int_arg
31: [       OK ] openmp.view_customization_extra_int_arg (0 ms)
31: [ RUN      ] openmp.ErrorReporterViaLambda
31: [       OK ] openmp.ErrorReporterViaLambda (0 ms)
31: [ RUN      ] openmp.ErrorReporter
31: [       OK ] openmp.ErrorReporter (0 ms)
31: [ RUN      ] openmp.offsetview_construction
31: [       OK ] openmp.offsetview_construction (10 ms)
31: [ RUN      ] openmp.offsetview_unmanaged_construction
31: [       OK ] openmp.offsetview_unmanaged_construction (0 ms)
31: [ RUN      ] openmp.offsetview_subview
31: [       OK ] openmp.offsetview_subview (2 ms)
31: [ RUN      ] openmp.offsetview_offsets_rank1
31: [       OK ] openmp.offsetview_offsets_rank1 (0 ms)
31: [ RUN      ] openmp.offsetview_offsets_rank2
31: [       OK ] openmp.offsetview_offsets_rank2 (0 ms)
31: [ RUN      ] openmp.offsetview_offsets_rank3
31: [       OK ] openmp.offsetview_offsets_rank3 (0 ms)
31: [ RUN      ] openmp.scatterview
31: [       OK ] openmp.scatterview (1600 ms)
31: [ RUN      ] openmp.scatterview_devicetype
31: [       OK ] openmp.scatterview_devicetype (5 ms)
31: [ RUN      ] openmp.resize_realloc_no_init_dualview
31: [       OK ] openmp.resize_realloc_no_init_dualview (0 ms)
31: [ RUN      ] openmp.resize_realloc_no_alloc_dualview
31: [       OK ] openmp.resize_realloc_no_alloc_dualview (0 ms)
31: [ RUN      ] openmp.resize_exec_space_dualview
31: [       OK ] openmp.resize_exec_space_dualview (0 ms)
31: [ RUN      ] openmp.realloc_exec_space_dualview
31: [       OK ] openmp.realloc_exec_space_dualview (0 ms)
31: [ RUN      ] openmp.resize_realloc_no_init_dynrankview
31: [       OK ] openmp.resize_realloc_no_init_dynrankview (0 ms)
31: [ RUN      ] openmp.resize_exec_space_dynrankview
31: [       OK ] openmp.resize_exec_space_dynrankview (0 ms)
31: [ RUN      ] openmp.realloc_exec_space_dynrankview
31: [       OK ] openmp.realloc_exec_space_dynrankview (0 ms)
31: [ RUN      ] openmp.resize_realloc_no_init_scatterview
31: [       OK ] openmp.resize_realloc_no_init_scatterview (0 ms)
31: [ RUN      ] openmp.resize_realloc_no_alloc_scatterview
31: [       OK ] openmp.resize_realloc_no_alloc_scatterview (0 ms)
31: [ RUN      ] openmp.resize_exec_space_scatterview
31: [       OK ] openmp.resize_exec_space_scatterview (0 ms)
31: [ RUN      ] openmp.realloc_exec_space_scatterview
31: [       OK ] openmp.realloc_exec_space_scatterview (0 ms)
31: [ RUN      ] openmp.create_mirror_no_init_dynrankview
31: [       OK ] openmp.create_mirror_no_init_dynrankview (0 ms)
31: [ RUN      ] openmp.create_mirror_no_init_dynrankview_viewctor
31: [       OK ] openmp.create_mirror_no_init_dynrankview_viewctor (0 ms)
31: [ RUN      ] openmp.create_mirror_view_and_copy_dynrankview
31: [       OK ] openmp.create_mirror_view_and_copy_dynrankview (0 ms)
31: [ RUN      ] openmp.create_mirror_no_init_offsetview
31: [       OK ] openmp.create_mirror_no_init_offsetview (0 ms)
31: [ RUN      ] openmp.create_mirror_no_init_offsetview_view_ctor
31: [       OK ] openmp.create_mirror_no_init_offsetview_view_ctor (0 ms)
31: [ RUN      ] openmp.create_mirror_view_and_copy_offsetview
31: [       OK ] openmp.create_mirror_view_and_copy_offsetview (0 ms)
31: [ RUN      ] openmp.create_mirror_no_init_dynamicview
31: [       OK ] openmp.create_mirror_no_init_dynamicview (0 ms)
31: [ RUN      ] openmp.create_mirror_view_and_copy_dynamicview
31: [       OK ] openmp.create_mirror_view_and_copy_dynamicview (0 ms)
31: [ RUN      ] openmp.create_mirror_no_init_dynamicview_view_ctor
31: [       OK ] openmp.create_mirror_no_init_dynamicview_view_ctor (0 ms)
31: [ RUN      ] openmp.UnorderedMap_insert
31: [       OK ] openmp.UnorderedMap_insert (3488 ms)
31: [ RUN      ] openmp.UnorderedMap_failed_insert
31: [       OK ] openmp.UnorderedMap_failed_insert (2999 ms)
31: [ RUN      ] openmp.UnorderedMap_deep_copy
31: [       OK ] openmp.UnorderedMap_deep_copy (2 ms)
31: [ RUN      ] openmp.UnorderedMap_valid_empty
31: [       OK ] openmp.UnorderedMap_valid_empty (0 ms)
31: [ RUN      ] openmp.UnorderedMap_clear_zero_size
31: [       OK ] openmp.UnorderedMap_clear_zero_size (0 ms)
31: [ RUN      ] openmp.UnorderedMap_consistent_size
31: [       OK ] openmp.UnorderedMap_consistent_size (0 ms)
31: [ RUN      ] openmp.UnorderedMap_shallow_copyable_on_device
31: [       OK ] openmp.UnorderedMap_shallow_copyable_on_device (0 ms)
31: [ RUN      ] openmp.UnorderedMap_lambda_capturable
31: [       OK ] openmp.UnorderedMap_lambda_capturable (0 ms)
31: [ RUN      ] openmp.UnorderedMap_constructor_view_alloc
31: [       OK ] openmp.UnorderedMap_constructor_view_alloc (0 ms)
31: [ RUN      ] openmp.UnorderedMap_View_as_value
31: [       OK ] openmp.UnorderedMap_View_as_value (0 ms)
31: [----------] 70 tests from openmp (8607 ms total)
31: 
31: [----------] Global test environment tear-down
31: [==========] 72 tests from 2 test suites ran. (14604 ms total)
31: [  PASSED  ] 71 tests.
31: [  SKIPPED ] 1 test, listed below:
31: [  SKIPPED ] openmp.dyn_rank_view_check_fence_resize_realloc
31/55 Test #31: Kokkos_ContainersUnitTest_OpenMP ...........................   Passed   14.82 sec
test 32
      Start 32: Kokkos_ContainersUnitTest_Cuda

32: Test command: /var/jenkins/workspace/Kokkos_PR-8351/build/containers/unit_tests/Kokkos_ContainersUnitTest_Cuda
32: Test timeout computed to be: 1500
32: Kokkos::OpenMP::initialize WARNING: You are likely oversubscribing your CPU cores.
32:                                     Detected: 6 cores per node.
32:                                     Detected: 1 MPI_ranks per node.
32:                                     Requested: 8 threads per process.
32: [==========] Running 72 tests from 2 test suites.
32: [----------] Global test environment set-up.
32: [----------] 2 tests from cuda_DeathTest
32: [ RUN      ] cuda_DeathTest.dualview_external_view_construction
32: /var/jenkins/workspace/Kokkos_PR-8351/containers/unit_tests/TestDualView.hpp:586: Skipped
32: test only relevant if DualView uses one allocation
32: [  SKIPPED ] cuda_DeathTest.dualview_external_view_construction (0 ms)
32: [ RUN      ] cuda_DeathTest.offsetview_unmanaged_construction
32: [       OK ] cuda_DeathTest.offsetview_unmanaged_construction (5565 ms)
32: [----------] 2 tests from cuda_DeathTest (5565 ms total)
32: 
32: [----------] 70 tests from cuda
32: [ RUN      ] cuda.bitset
32: [       OK ] cuda.bitset (11 ms)
32: [ RUN      ] cuda.bitset_default_constructor_no_alloc
32: [       OK ] cuda.bitset_default_constructor_no_alloc (0 ms)
32: [ RUN      ] cuda.dualview_combination
32: [       OK ] cuda.dualview_combination (2 ms)
32: [ RUN      ] cuda.dualview_alloc
32: [       OK ] cuda.dualview_alloc (0 ms)
32: [ RUN      ] cuda.test_dualview_copy_construction_and_assignment
32: [       OK ] cuda.test_dualview_copy_construction_and_assignment (0 ms)
32: [ RUN      ] cuda.dualview_combinations_without_init
32: [       OK ] cuda.dualview_combinations_without_init (0 ms)
32: [ RUN      ] cuda.dualview_deep_copy
32: [       OK ] cuda.dualview_deep_copy (1 ms)
32: [ RUN      ] cuda.dualview_sync_should_fence
32: [       OK ] cuda.dualview_sync_should_fence (0 ms)
32: [ RUN      ] cuda.dualview_realloc
32: [       OK ] cuda.dualview_realloc (0 ms)
32: [ RUN      ] cuda.dualview_resize
32: [       OK ] cuda.dualview_resize (0 ms)
32: [ RUN      ] cuda.dualview_device_correct_kokkos_device
32: [       OK ] cuda.dualview_device_correct_kokkos_device (0 ms)
32: [ RUN      ] cuda.dualview_host_correct_kokkos_device
32: [       OK ] cuda.dualview_host_correct_kokkos_device (0 ms)
32: [ RUN      ] cuda.dualview_host_modify_template_device_sync
32: [       OK ] cuda.dualview_host_modify_template_device_sync (0 ms)
32: [ RUN      ] cuda.dualview_host_modify_template_device_execspace_sync
32: [       OK ] cuda.dualview_host_modify_template_device_execspace_sync (0 ms)
32: [ RUN      ] cuda.dualview_device_modify_template_host_sync
32: [       OK ] cuda.dualview_device_modify_template_host_sync (0 ms)
32: [ RUN      ] cuda.dualview_device_modify_template_host_execspace_sync
32: [       OK ] cuda.dualview_device_modify_template_host_execspace_sync (0 ms)
32: [ RUN      ] cuda.dualview_template_views_return_correct_executionspace_views
32: [       OK ] cuda.dualview_template_views_return_correct_executionspace_views (0 ms)
32: [ RUN      ] cuda.dualview_template_views_return_correct_views_from_const_dual_view
32: [       OK ] cuda.dualview_template_views_return_correct_views_from_const_dual_view (0 ms)
32: [ RUN      ] cuda.dualview_sequential_host_init
32: [       OK ] cuda.dualview_sequential_host_init (0 ms)
32: [ RUN      ] cuda.dualview_default_constructed
32: [       OK ] cuda.dualview_default_constructed (0 ms)
32: [ RUN      ] cuda.dualview_resize_single_device
32: [       OK ] cuda.dualview_resize_single_device (0 ms)
32: [ RUN      ] cuda.dynamic_view
32: [       OK ] cuda.dynamic_view (51 ms)
32: [ RUN      ] cuda.dyn_rank_view_api_generic
32: [       OK ] cuda.dyn_rank_view_api_generic (16 ms)
32: [ RUN      ] cuda.dyn_rank_view_api_operator_rank12345
32: [       OK ] cuda.dyn_rank_view_api_operator_rank12345 (0 ms)
32: [ RUN      ] cuda.dyn_rank_view_check_fence_resize_realloc
32: [       OK ] cuda.dyn_rank_view_check_fence_resize_realloc (2 ms)
32: [ RUN      ] cuda.dyn_rank_view_api_operator_rank67
32: [       OK ] cuda.dyn_rank_view_api_operator_rank67 (0 ms)
32: [ RUN      ] cuda.dyn_rank_view_ctor_from_members
32: [       OK ] cuda.dyn_rank_view_ctor_from_members (0 ms)
32: [ RUN      ] cuda.dyn_rank_view_ctor_from_layout_stride
32: [       OK ] cuda.dyn_rank_view_ctor_from_layout_stride (0 ms)
32: [ RUN      ] cuda.dyn_rank_view_team_scratch
32: [       OK ] cuda.dyn_rank_view_team_scratch (0 ms)
32: [ RUN      ] cuda.view_customization_extra_int_arg
32: [       OK ] cuda.view_customization_extra_int_arg (0 ms)
32: [ RUN      ] cuda.ErrorReporterViaLambda
32: [       OK ] cuda.ErrorReporterViaLambda (0 ms)
32: [ RUN      ] cuda.ErrorReporter
32: [       OK ] cuda.ErrorReporter (0 ms)
32: [ RUN      ] cuda.offsetview_construction
32: [       OK ] cuda.offsetview_construction (2 ms)
32: [ RUN      ] cuda.offsetview_unmanaged_construction
32: [       OK ] cuda.offsetview_unmanaged_construction (0 ms)
32: [ RUN      ] cuda.offsetview_subview
32: [       OK ] cuda.offsetview_subview (0 ms)
32: [ RUN      ] cuda.offsetview_offsets_rank1
32: [       OK ] cuda.offsetview_offsets_rank1 (0 ms)
32: [ RUN      ] cuda.offsetview_offsets_rank2
32: [       OK ] cuda.offsetview_offsets_rank2 (0 ms)
32: [ RUN      ] cuda.offsetview_offsets_rank3
32: [       OK ] cuda.offsetview_offsets_rank3 (0 ms)
32: [ RUN      ] cuda.scatterview
32: [       OK ] cuda.scatterview (12387 ms)
32: [ RUN      ] cuda.scatterview_devicetype
32: [       OK ] cuda.scatterview_devicetype (26 ms)
32: [ RUN      ] cuda.resize_realloc_no_init_dualview
32: [       OK ] cuda.resize_realloc_no_init_dualview (2 ms)
32: [ RUN      ] cuda.resize_realloc_no_alloc_dualview
32: [       OK ] cuda.resize_realloc_no_alloc_dualview (0 ms)
32: [ RUN      ] cuda.resize_exec_space_dualview
32: [       OK ] cuda.resize_exec_space_dualview (0 ms)
32: [ RUN      ] cuda.realloc_exec_space_dualview
32: [       OK ] cuda.realloc_exec_space_dualview (0 ms)
32: [ RUN      ] cuda.resize_realloc_no_init_dynrankview
32: [       OK ] cuda.resize_realloc_no_init_dynrankview (0 ms)
32: [ RUN      ] cuda.resize_exec_space_dynrankview
32: [       OK ] cuda.resize_exec_space_dynrankview (0 ms)
32: [ RUN      ] cuda.realloc_exec_space_dynrankview
32: [       OK ] cuda.realloc_exec_space_dynrankview (0 ms)
32: [ RUN      ] cuda.resize_realloc_no_init_scatterview
32: [       OK ] cuda.resize_realloc_no_init_scatterview (0 ms)
32: [ RUN      ] cuda.resize_realloc_no_alloc_scatterview
32: [       OK ] cuda.resize_realloc_no_alloc_scatterview (0 ms)
32: [ RUN      ] cuda.resize_exec_space_scatterview
32: [       OK ] cuda.resize_exec_space_scatterview (0 ms)
32: [ RUN      ] cuda.realloc_exec_space_scatterview
32: [       OK ] cuda.realloc_exec_space_scatterview (0 ms)
32: [ RUN      ] cuda.create_mirror_no_init_dynrankview
32: [       OK ] cuda.create_mirror_no_init_dynrankview (0 ms)
32: [ RUN      ] cuda.create_mirror_no_init_dynrankview_viewctor
32: [       OK ] cuda.create_mirror_no_init_dynrankview_viewctor (0 ms)
32: [ RUN      ] cuda.create_mirror_view_and_copy_dynrankview
32: [       OK ] cuda.create_mirror_view_and_copy_dynrankview (0 ms)
32: [ RUN      ] cuda.create_mirror_no_init_offsetview
32: [       OK ] cuda.create_mirror_no_init_offsetview (0 ms)
32: [ RUN      ] cuda.create_mirror_no_init_offsetview_view_ctor
32: [       OK ] cuda.create_mirror_no_init_offsetview_view_ctor (0 ms)
32: [ RUN      ] cuda.create_mirror_view_and_copy_offsetview
32: [       OK ] cuda.create_mirror_view_and_copy_offsetview (0 ms)
32: [ RUN      ] cuda.create_mirror_no_init_dynamicview
32: [       OK ] cuda.create_mirror_no_init_dynamicview (0 ms)
32: [ RUN      ] cuda.create_mirror_view_and_copy_dynamicview
32: [       OK ] cuda.create_mirror_view_and_copy_dynamicview (0 ms)
32: [ RUN      ] cuda.create_mirror_no_init_dynamicview_view_ctor
32: [       OK ] cuda.create_mirror_no_init_dynamicview_view_ctor (0 ms)
32: [ RUN      ] cuda.UnorderedMap_insert
32: [       OK ] cuda.UnorderedMap_insert (6361 ms)
32: [ RUN      ] cuda.UnorderedMap_failed_insert
32: [       OK ] cuda.UnorderedMap_failed_insert (1884 ms)
32: [ RUN      ] cuda.UnorderedMap_deep_copy
32: [       OK ] cuda.UnorderedMap_deep_copy (7 ms)
32: [ RUN      ] cuda.UnorderedMap_valid_empty
32: [       OK ] cuda.UnorderedMap_valid_empty (1 ms)
32: [ RUN      ] cuda.UnorderedMap_clear_zero_size
32: [       OK ] cuda.UnorderedMap_clear_zero_size (0 ms)
32: [ RUN      ] cuda.UnorderedMap_consistent_size
32: [       OK ] cuda.UnorderedMap_consistent_size (0 ms)
32: [ RUN      ] cuda.UnorderedMap_shallow_copyable_on_device
32: [       OK ] cuda.UnorderedMap_shallow_copyable_on_device (0 ms)
32: [ RUN      ] cuda.UnorderedMap_lambda_capturable
32: [       OK ] cuda.UnorderedMap_lambda_capturable (0 ms)
32: [ RUN      ] cuda.UnorderedMap_constructor_view_alloc
32: [       OK ] cuda.UnorderedMap_constructor_view_alloc (0 ms)
32: [ RUN      ] cuda.UnorderedMap_View_as_value
32: [       OK ] cuda.UnorderedMap_View_as_value (3 ms)
32: [----------] 70 tests from cuda (20778 ms total)
32: 
32: [----------] Global test environment tear-down
32: [==========] 72 tests from 2 test suites ran. (26344 ms total)
32: [  PASSED  ] 71 tests.
32: [  SKIPPED ] 1 test, listed below:
32: [  SKIPPED ] cuda_DeathTest.dualview_external_view_construction
32/55 Test #32: Kokkos_ContainersUnitTest_Cuda .............................   Passed   26.54 sec
test 33
      Start 33: Kokkos_ContainersPerformanceTest_OpenMP

33: Test command: /var/jenkins/workspace/Kokkos_PR-8351/build/containers/performance_tests/Kokkos_ContainersPerformanceTest_OpenMP
33: Test timeout computed to be: 1500
33: Kokkos::OpenMP::initialize WARNING: You are likely oversubscribing your CPU cores.
33:                                     Detected: 6 cores per node.
33:                                     Detected: 1 MPI_ranks per node.
33:                                     Requested: 8 threads per process.
33: [==========] Running 5 tests from 1 test suite.
33: [----------] Global test environment set-up.
33: [----------] 5 tests from TEST_CATEGORY
33: [ RUN      ] TEST_CATEGORY.dynrankview_perf
33: OpenMP
33:  DynRankView vs View: Initialization Only 
33:  View time (init only): 0.00875876
33:  View sum computation time: 0.00875876
33:  Strided View time (init only): 0.0100897
33:  View Rank7 time (init only): 0.011144
33:  DynRankView time (init only): 0.0111803
33:  DynRankView sum computation time: 0.0192498
33:  Ratio of View to DynRankView time: 0.78341
33:  Ratio of View to DynRankView sum computation time: 0.759131
33:  Ratio of View to View Rank7  time: 0.785962
33:  Ratio of StrideView to DynRankView time: 0.902455
33:  Ratio of DynRankView to View Rank7  time: 1.00326
33: [       OK ] TEST_CATEGORY.dynrankview_perf (111 ms)
33: [ RUN      ] TEST_CATEGORY.global_2_local
33: OpenMP
33: size, create, generate, fill, find
33: 256, 0.000159467, 4.083e-05, 4.5607e-05, 0.000735506
33: 512, 6.2073e-05, 8.535e-06, 4.5559e-05, 0.000738972
33: 1024, 6.0371e-05, 8.601e-06, 7.1868e-05, 0.000934584
33: 2048, 9.2555e-05, 8.699e-06, 0.000119494, 0.0010576
33: 4096, 0.000146697, 9.054e-06, 0.000200777, 0.001408
33: 8192, 0.0002441, 9.933e-06, 0.00036436, 0.0023887
33: 16384, 0.000242438, 1.052e-05, 0.000704356, 0.00586003
33: 32768, 0.000184202, 9.335e-06, 0.00134914, 0.0148862
33: 65536, 0.000369415, 1.3125e-05, 0.002686, 0.0392139
33: 131072, 0.000837177, 2.282e-05, 0.00541099, 0.0955209
33: 262144, 0.00189325, 4.5596e-05, 0.0110395, 0.221695
33: 524288, 0.00268073, 0.000102348, 0.0216608, 0.414185
33: 1048576, 0.00451265, 0.000220368, 0.0582018, 1.29864
33: 2097152, 0.0100181, 0.000459983, 0.121281, 3.59586
33: 4194304, 0.0169671, 0.00205768, 0.253459, 8.14477
33: [       OK ] TEST_CATEGORY.global_2_local (14359 ms)
33: [ RUN      ] TEST_CATEGORY.unordered_map_performance_near
33: skipping test
33: [       OK ] TEST_CATEGORY.unordered_map_performance_near (0 ms)
33: [ RUN      ] TEST_CATEGORY.unordered_map_performance_far
33: skipping test
33: [       OK ] TEST_CATEGORY.unordered_map_performance_far (0 ms)
33: [ RUN      ] TEST_CATEGORY.scatter_view
33: ScatterView data-duplicated test:
33: num_threads 8
33: hand-coded test took 0.108137 seconds
33: test took 0.107752 seconds
33: num_threads 8
33: hand-coded test took 0.107837 seconds
33: test took 0.107622 seconds
33: num_threads 8
33: hand-coded test took 0.108211 seconds
33: test took 0.108367 seconds
33: num_threads 8
33: hand-coded test took 0.107557 seconds
33: test took 0.10804 seconds
33: num_threads 8
33: hand-coded test took 0.107535 seconds
33: test took 0.10734 seconds
33: [       OK ] TEST_CATEGORY.scatter_view (1161 ms)
33: [----------] 5 tests from TEST_CATEGORY (15632 ms total)
33: 
33: [----------] Global test environment tear-down
33: [==========] 5 tests from 1 test suite ran. (15632 ms total)
33: [  PASSED  ] 5 tests.
33/55 Test #33: Kokkos_ContainersPerformanceTest_OpenMP ....................   Passed   15.79 sec
test 34
      Start 34: Kokkos_ContainersPerformanceTest_Cuda

34: Test command: /var/jenkins/workspace/Kokkos_PR-8351/build/containers/performance_tests/Kokkos_ContainersPerformanceTest_Cuda
34: Test timeout computed to be: 1500
34: Kokkos::OpenMP::initialize WARNING: You are likely oversubscribing your CPU cores.
34:                                     Detected: 6 cores per node.
34:                                     Detected: 1 MPI_ranks per node.
34:                                     Requested: 8 threads per process.
34: [==========] Running 4 tests from 1 test suite.
34: [----------] Global test environment set-up.
34: [----------] 4 tests from TEST_CATEGORY
34: [ RUN      ] TEST_CATEGORY.dynrankview_perf
34: Cuda
34:  DynRankView vs View: Initialization Only 
34:  View time (init only): 0.00322079
34:  View sum computation time: 0.00322079
34:  Strided View time (init only): 0.00115906
34:  View Rank7 time (init only): 0.00119594
34:  DynRankView time (init only): 0.00116324
34:  DynRankView sum computation time: 0.00192519
34:  Ratio of View to DynRankView time: 2.76881
34:  Ratio of View to DynRankView sum computation time: 1.00744
34:  Ratio of View to View Rank7  time: 2.69311
34:  Ratio of StrideView to DynRankView time: 0.996407
34:  Ratio of DynRankView to View Rank7  time: 0.97266
34: [       OK ] TEST_CATEGORY.dynrankview_perf (15 ms)
34: [ RUN      ] TEST_CATEGORY.global_2_local
34: Cuda
34: size, create, generate, fill, find
34: 256, 0.000209533, 2.6493e-05, 0.00269956, 0.00193385
34: 512, 0.000154409, 1.0692e-05, 2.2264e-05, 0.001884
34: 1024, 0.000146513, 9.733e-06, 2.1901e-05, 0.00192445
34: 2048, 0.000143327, 9.865e-06, 2.0364e-05, 0.00196824
34: 4096, 0.00014286, 9.436e-06, 2.1993e-05, 0.00198802
34: 8192, 0.000144919, 9.697e-06, 2.6822e-05, 0.00196078
34: 16384, 0.000165622, 9.599e-06, 2.8863e-05, 0.00217116
34: 32768, 0.000282746, 1.047e-05, 3.378e-05, 0.00216166
34: 65536, 0.000262325, 1.1215e-05, 4.2176e-05, 0.00245921
34: 131072, 0.000322848, 1.1958e-05, 6.428e-05, 0.00302654
34: 262144, 0.000536006, 1.4041e-05, 0.000156891, 0.00511058
34: 524288, 0.000550533, 1.7626e-05, 0.000537016, 0.0168946
34: 1048576, 0.000561306, 2.4713e-05, 0.00142021, 0.04903
34: 2097152, 0.000671908, 3.9506e-05, 0.0031092, 0.109412
34: 4194304, 0.000894023, 6.2845e-05, 0.00687637, 0.238116
34: [       OK ] TEST_CATEGORY.global_2_local (463 ms)
34: [ RUN      ] TEST_CATEGORY.unordered_map_performance_near
34: skipping test
34: [       OK ] TEST_CATEGORY.unordered_map_performance_near (0 ms)
34: [ RUN      ] TEST_CATEGORY.unordered_map_performance_far
34: skipping test
34: [       OK ] TEST_CATEGORY.unordered_map_performance_far (0 ms)
34: [----------] 4 tests from TEST_CATEGORY (478 ms total)
34: 
34: [----------] Global test environment tear-down
34: [==========] 4 tests from 1 test suite ran. (478 ms total)
34: [  PASSED  ] 4 tests.
34/55 Test #34: Kokkos_ContainersPerformanceTest_Cuda ......................   Passed    0.64 sec
test 35
      Start 35: Kokkos_UnitTest_Sort

35: Test command: /var/jenkins/workspace/Kokkos_PR-8351/build/algorithms/unit_tests/Kokkos_UnitTest_Sort
35: Test timeout computed to be: 1500
35: Kokkos::OpenMP::initialize WARNING: You are likely oversubscribing your CPU cores.
35:                                     Detected: 6 cores per node.
35:                                     Detected: 1 MPI_ranks per node.
35:                                     Requested: 8 threads per process.
35: [==========] Running 17 tests from 2 test suites.
35: [----------] Global test environment set-up.
35: [----------] 1 test from cuda_DeathTest
35: [ RUN      ] cuda_DeathTest.SortByKeyKeysLargerThanValues
35: [       OK ] cuda_DeathTest.SortByKeyKeysLargerThanValues (964 ms)
35: [----------] 1 test from cuda_DeathTest (964 ms total)
35: 
35: [----------] 16 tests from cuda
35: [ RUN      ] cuda.SortUnsignedValueType
35: [       OK ] cuda.SortUnsignedValueType (18 ms)
35: [ RUN      ] cuda.SortEmptyView
35: [       OK ] cuda.SortEmptyView (0 ms)
35: [ RUN      ] cuda.SortByKeyEmptyView
35: [       OK ] cuda.SortByKeyEmptyView (0 ms)
35: [ RUN      ] cuda.SortByKeyEmptyViewHost
35: [       OK ] cuda.SortByKeyEmptyViewHost (0 ms)
35: [ RUN      ] cuda.SortByKey
35: [       OK ] cuda.SortByKey (2 ms)
35: [ RUN      ] cuda.SortByKeyWithComparator
35: [       OK ] cuda.SortByKeyWithComparator (0 ms)
35: [ RUN      ] cuda.SortByKeyStaticExtents
35: [       OK ] cuda.SortByKeyStaticExtents (0 ms)
35: [ RUN      ] cuda.SortByKeyWithStrides
35: [       OK ] cuda.SortByKeyWithStrides (0 ms)
35: [ RUN      ] cuda.SortWithCustomComparator
35: [       OK ] cuda.SortWithCustomComparator (131 ms)
35: [ RUN      ] cuda.BinSortGenericTests
35: [       OK ] cuda.BinSortGenericTests (18 ms)
35: [ RUN      ] cuda.BinSortEmptyView
35: [       OK ] cuda.BinSortEmptyView (0 ms)
35: [ RUN      ] cuda.BinSortEmptyKeysView
35: [       OK ] cuda.BinSortEmptyKeysView (0 ms)
35: [ RUN      ] cuda.BinSort_issue_7221
35: [       OK ] cuda.BinSort_issue_7221 (0 ms)
35: [ RUN      ] cuda.BinSortUnsignedKeyLayoutStrideValues
35: [       OK ] cuda.BinSortUnsignedKeyLayoutStrideValues (11399 ms)
35: [ RUN      ] cuda.NestedSort
35: [       OK ] cuda.NestedSort (30 ms)
35: [ RUN      ] cuda.NestedSortByKey
35: [       OK ] cuda.NestedSortByKey (107 ms)
35: [----------] 16 tests from cuda (11709 ms total)
35: 
35: [----------] Global test environment tear-down
35: [==========] 17 tests from 2 test suites ran. (12674 ms total)
35: [  PASSED  ] 17 tests.
35/55 Test #35: Kokkos_UnitTest_Sort .......................................   Passed   12.84 sec
test 36
      Start 36: Kokkos_UnitTest_Random

36: Test command: /var/jenkins/workspace/Kokkos_PR-8351/build/algorithms/unit_tests/Kokkos_UnitTest_Random
36: Test timeout computed to be: 1500
36: Kokkos::OpenMP::initialize WARNING: You are likely oversubscribing your CPU cores.
36:                                     Detected: 6 cores per node.
36:                                     Detected: 1 MPI_ranks per node.
36:                                     Requested: 8 threads per process.
36: [==========] Running 3 tests from 1 test suite.
36: [----------] Global test environment set-up.
36: [----------] 3 tests from cuda
36: [ RUN      ] cuda.Random_XorShift64
36: Test Seed:1755898208498956671
36: Test Scalar=int
36:  -- Testing randomness properties
36:  -- Testing 1-D histogram
36: Density 1D: 6.43252e-07 0.00973524 -0.0079368 || 0.051031 27977 29335 || 28397.9 28674.4 || -109.718 -2.0744
36:  -- Testing 3-D histogram
36: Density 3D: 6.43252e-07 0.0169971 -0.00191864 || 0.051031 1e+64 -1e+64
36: Test Scalar=unsigned int
36:  -- Testing randomness properties
36:  -- Testing 1-D histogram
36: Density 1D: 6.43252e-07 0.00134745 0.00188926 || 0.051031 27964 29407 || 28635.8 28674.4 || 26.1171 -2.0744
36:  -- Testing 3-D histogram
36: Density 3D: 6.43252e-07 -0.0104631 -0.00246525 || 0.051031 1e+64 -1e+64
36: Test Scalar=int64_t
36:  -- Testing randomness properties
36:  -- Testing 1-D histogram
36: Density 1D: 6.43252e-07 -0.00227402 -0.00527122 || 0.051031 27969 29284 || 28739.7 28674.4 || -72.8693 -2.0744
36:  -- Testing 3-D histogram
36: Density 3D: 6.43252e-07 0.00561249 -0.00529762 || 0.051031 1e+64 -1e+64
36: Test Scalar=uint64_t
36:  -- Testing randomness properties
36:  -- Testing 1-D histogram
36: Density 1D: 6.43252e-07 0.008046 0.0308455 || 0.051031 28051 29394 || 28445.5 28674.4 || 426.409 -2.0744
36:  -- Testing 3-D histogram
36: Density 3D: 6.43252e-07 0.013092 0.00391374 || 0.051031 1e+64 -1e+64
36: Test Scalar=half
36:  -- Testing randomness properties
36:  -- Testing 1-D histogram
36: Density 1D: 0.000245555 -0.99999 -48247.6 || 0.051031 0 194838 || 2.92881e+09 28674.4 || -6.66974e+08 -2.0744
36:  -- Testing 3-D histogram
36: Density 3D: 0.000735512 -0.319243 0.160562 || 0.051031 1e+64 -1e+64
36: Test Scalar=bhalf
36:  -- Testing randomness properties
36:  -- Testing 1-D histogram
36: Density 1D: 0.00195718 -0.999999 -57857.2 || 0.051031 0 1.5515e+06 || 2.86909e+10 28674.4 || -7.99818e+08 -2.0744
36:  -- Testing 3-D histogram
36: Density 3D: 0.00588165 -0.967727 10.2855 || 0.051031 1e+64 -1e+64
36: Test Scalar=float
36:  -- Testing randomness properties
36:  -- Testing 1-D histogram
36: Density 1D: 6.73523e-07 -0.0201365 -0.000132785 || 0.051031 27919 29363 || 29263.7 28674.4 || -1.83563 -2.0744
36:  -- Testing 3-D histogram
36: Density 3D: 7.34064e-07 0.0199662 -0.00289033 || 0.051031 1e+64 -1e+64
36: Test Scalar=double
36:  -- Testing randomness properties
36:  -- Testing 1-D histogram
36: Density 1D: 6.43252e-07 0.00877279 -0.00165808 || 0.051031 28055 29399 || 28425 28674.4 || -22.9213 -2.0744
36:  -- Testing 3-D histogram
36: Density 3D: 6.43252e-07 0.00681583 0.00120668 || 0.051031 1e+64 -1e+64
36: Test Seed:1755898208608865280
36: Test Scalar=int
36:  -- Testing randomness properties
36:  -- Testing 1-D histogram
36: Density 1D: 6.43252e-07 0.00187114 0.00363162 || 0.051031 27973 29306 || 28620.8 28674.4 || 50.2035 -2.0744
36:  -- Testing 3-D histogram
36: Density 3D: 6.43252e-07 -0.0126625 -0.0115715 || 0.051031 1e+64 -1e+64
36: Test Scalar=unsigned int
36:  -- Testing randomness properties
36:  -- Testing 1-D histogram
36: Density 1D: 6.43252e-07 -0.00578626 -0.0098457 || 0.051031 27942 29369 || 28841.3 28674.4 || -136.107 -2.0744
36:  -- Testing 3-D histogram
36: Density 3D: 6.43252e-07 0.00100106 0.0011086 || 0.051031 1e+64 -1e+64
36: Test Scalar=int64_t
36:  -- Testing randomness properties
36:  -- Testing 1-D histogram
36: Density 1D: 6.43252e-07 0.00317829 0.0213437 || 0.051031 28023 29370 || 28583.5 28674.4 || 295.055 -2.0744
36:  -- Testing 3-D histogram
36: Density 3D: 6.43252e-07 0.0128497 -0.00213851 || 0.051031 1e+64 -1e+64
36: Test Scalar=uint64_t
36:  -- Testing randomness properties
36:  -- Testing 1-D histogram
36: Density 1D: 6.43252e-07 0.00269777 -0.0048563 || 0.051031 27985 29410 || 28597.2 28674.4 || -67.1335 -2.0744
36:  -- Testing 3-D histogram
36: Density 3D: 6.43252e-07 0.00417924 -0.00114697 || 0.051031 1e+64 -1e+64
36: Test Scalar=half
36:  -- Testing randomness properties
36:  -- Testing 1-D histogram
36: Density 1D: 0.00024361 -0.99999 -48247 || 0.051031 0 195060 || 2.92864e+09 28674.4 || -6.66967e+08 -2.0744
36:  -- Testing 3-D histogram
36: Density 3D: 0.000729699 -0.316188 0.153993 || 0.051031 1e+64 -1e+64
36: Test Scalar=bhalf
36:  -- Testing randomness properties
36:  -- Testing 1-D histogram
36: Density 1D: 0.00195857 -0.999999 -57856.5 || 0.051031 0 1.55128e+06 || 2.86916e+10 28674.4 || -7.99808e+08 -2.0744
36:  -- Testing 3-D histogram
36: Density 3D: 0.00588644 -0.967718 10.2538 || 0.051031 1e+64 -1e+64
36: Test Scalar=float
36:  -- Testing randomness properties
36:  -- Testing 1-D histogram
36: Density 1D: 6.68478e-07 0.00781019 -0.00654029 || 0.051031 27961 29349 || 28452.2 28674.4 || -90.413 -2.0744
36:  -- Testing 3-D histogram
36: Density 3D: 7.18929e-07 0.0145168 0.00115429 || 0.051031 1e+64 -1e+64
36: Test Scalar=double
36:  -- Testing randomness properties
36:  -- Testing 1-D histogram
36: Density 1D: 6.43252e-07 0.0112038 0.00706717 || 0.051031 27960 29345 || 28356.7 28674.4 || 97.6965 -2.0744
36:  -- Testing 3-D histogram
36: Density 3D: 6.43252e-07 -0.00621828 0.00246713 || 0.051031 1e+64 -1e+64
36: [       OK ] cuda.Random_XorShift64 (212 ms)
36: [ RUN      ] cuda.Random_XorShift1024_0
36: Test Seed:1755898208711803477
36: Test Scalar=int
36:  -- Testing randomness properties
36:  -- Testing 1-D histogram
36: Density 1D: 2.60671e-07 -0.00355905 -0.0058519 || 0.051031 10962 11765 || 11417.6 11377 || -80.8966 -0.823045
36:  -- Testing 3-D histogram
36: Density 3D: 2.86102e-07 0.00318702 -0.000957308 || 0.051031 1e+64 -1e+64
36: Test Scalar=unsigned int
36:  -- Testing randomness properties
36:  -- Testing 1-D histogram
36: Density 1D: 2.47955e-07 -0.00221605 -0.00817205 || 0.051031 10981 11803 || 11402.2 11377 || -112.97 -0.823045
36:  -- Testing 3-D histogram
36: Density 3D: 2.47955e-07 -0.00292352 4.4332e-05 || 0.051031 1e+64 -1e+64
36: Test Scalar=int64_t
36:  -- Testing randomness properties
36:  -- Testing 1-D histogram
36: Density 1D: 2.47955e-07 -0.000229254 -0.00597448 || 0.051031 11008 11863 || 11379.6 11377 || -82.5913 -0.823045
36:  -- Testing 3-D histogram
36: Density 3D: 2.47955e-07 0.00201678 0.00337671 || 0.051031 1e+64 -1e+64
36: Test Scalar=uint64_t
36:  -- Testing randomness properties
36:  -- Testing 1-D histogram
36: Density 1D: 2.47955e-07 0.00299813 0.00482158 || 0.051031 10960 11779 || 11342.9 11377 || 66.6536 -0.823045
36:  -- Testing 3-D histogram
36: Density 3D: 2.47955e-07 -0.0167532 -0.00160091 || 0.051031 1e+64 -1e+64
36: Test Scalar=half
36:  -- Testing randomness properties
36:  -- Testing 1-D histogram
36: Density 1D: 0.000246427 -0.999975 -7595.93 || 0.051031 0 77660 || 4.61116e+08 11377 || -1.05006e+08 -0.823045
36:  -- Testing 3-D histogram
36: Density 3D: 0.000738899 -0.138526 0.0185444 || 0.051031 1e+64 -1e+64
36: Test Scalar=bhalf
36:  -- Testing randomness properties
36:  -- Testing 1-D histogram
36: Density 1D: 0.00195215 -0.999997 -9107.87 || 0.051031 0 616363 || 4.51693e+09 11377 || -1.25907e+08 -0.823045
36:  -- Testing 3-D histogram
36: Density 3D: 0.00586834 -0.923303 1.62903 || 0.051031 1e+64 -1e+64
36: Test Scalar=float
36:  -- Testing randomness properties
36:  -- Testing 1-D histogram
36: Density 1D: 2.86102e-07 -0.00249337 0.00278799 || 0.051031 10955 11767 || 11405.4 11377 || 38.5412 -0.823045
36:  -- Testing 3-D histogram
36: Density 3D: 3.62396e-07 -0.0135099 0.00184757 || 0.051031 1e+64 -1e+64
36: Test Scalar=double
36:  -- Testing randomness properties
36:  -- Testing 1-D histogram
36: Density 1D: 2.47955e-07 0.00642236 -0.000807242 || 0.051031 10958 11743 || 11304.4 11377 || -11.1593 -0.823045
36:  -- Testing 3-D histogram
36: Density 3D: 2.47955e-07 -0.00803868 -0.00342066 || 0.051031 1e+64 -1e+64
36: Test Seed:1755898208797552682
36: Test Scalar=int
36:  -- Testing randomness properties
36:  -- Testing 1-D histogram
36: Density 1D: 2.47955e-07 -0.00402432 0.000422706 || 0.051031 10947 11812 || 11422.9 11377 || 5.84348 -0.823045
36:  -- Testing 3-D histogram
36: Density 3D: 2.47955e-07 -0.0187245 -0.00282001 || 0.051031 1e+64 -1e+64
36: Test Scalar=unsigned int
36:  -- Testing randomness properties
36:  -- Testing 1-D histogram
36: Density 1D: 2.47955e-07 0.00173424 -0.00440988 || 0.051031 10952 11784 || 11357.3 11377 || -60.9622 -0.823045
36:  -- Testing 3-D histogram
36: Density 3D: 2.47955e-07 0.00201555 -0.00034436 || 0.051031 1e+64 -1e+64
36: Test Scalar=int64_t
36:  -- Testing randomness properties
36:  -- Testing 1-D histogram
36: Density 1D: 2.47955e-07 0.00461955 0.00306494 || 0.051031 10985 11793 || 11324.6 11377 || 42.3698 -0.823045
36:  -- Testing 3-D histogram
36: Density 3D: 2.47955e-07 0.0111591 -0.00435694 || 0.051031 1e+64 -1e+64
36: Test Scalar=uint64_t
36:  -- Testing randomness properties
36:  -- Testing 1-D histogram
36: Density 1D: 2.47955e-07 0.0115632 -0.00796827 || 0.051031 10963 11809 || 11246.9 11377 || -110.153 -0.823045
36:  -- Testing 3-D histogram
36: Density 3D: 2.47955e-07 -0.0104171 0.00426522 || 0.051031 1e+64 -1e+64
36: Test Scalar=half
36:  -- Testing randomness properties
36:  -- Testing 1-D histogram
36: Density 1D: 0.000244989 -0.999975 -7593.74 || 0.051031 0 77739 || 4.60966e+08 11377 || -1.04976e+08 -0.823045
36:  -- Testing 3-D histogram
36: Density 3D: 0.000734735 -0.145496 0.0210132 || 0.051031 1e+64 -1e+64
36: Test Scalar=bhalf
36:  -- Testing randomness properties
36:  -- Testing 1-D histogram
36: Density 1D: 0.00196049 -0.999997 -9108 || 0.051031 0 616276 || 4.51633e+09 11377 || -1.25909e+08 -0.823045
36:  -- Testing 3-D histogram
36: Density 3D: 0.0058926 -0.922714 1.61107 || 0.051031 1e+64 -1e+64
36: Test Scalar=float
36:  -- Testing randomness properties
36:  -- Testing 1-D histogram
36: Density 1D: 2.67029e-07 0.000274309 0.00727085 || 0.051031 10952 11794 || 11373.8 11377 || 100.512 -0.823045
36:  -- Testing 3-D histogram
36: Density 3D: 3.05176e-07 -0.025758 0.00242247 || 0.051031 1e+64 -1e+64
36: Test Scalar=double
36:  -- Testing randomness properties
36:  -- Testing 1-D histogram
36: Density 1D: 2.47955e-07 -0.00791348 -0.00998041 || 0.051031 11008 11753 || 11467.7 11377 || -137.969 -0.823045
36:  -- Testing 3-D histogram
36: Density 3D: 2.47955e-07 -0.00366827 0.000667062 || 0.051031 1e+64 -1e+64
36: [       OK ] cuda.Random_XorShift1024_0 (197 ms)
36: [ RUN      ] cuda.Multi_streams
36: [       OK ] cuda.Multi_streams (347 ms)
36: [----------] 3 tests from cuda (758 ms total)
36: 
36: [----------] Global test environment tear-down
36: [==========] 3 tests from 1 test suite ran. (758 ms total)
36: [  PASSED  ] 3 tests.
36/55 Test #36: Kokkos_UnitTest_Random .....................................   Passed    0.92 sec
test 37
      Start 37: Kokkos_AlgorithmsUnitTest_StdSet_A

37: Test command: /var/jenkins/workspace/Kokkos_PR-8351/build/algorithms/unit_tests/Kokkos_AlgorithmsUnitTest_StdSet_A
37: Test timeout computed to be: 1500
37: Kokkos::OpenMP::initialize WARNING: You are likely oversubscribing your CPU cores.
37:                                     Detected: 6 cores per node.
37:                                     Detected: 1 MPI_ranks per node.
37:                                     Requested: 8 threads per process.
37: [==========] Running 16 tests from 4 test suites.
37: [----------] Global test environment set-up.
37: [----------] 1 test from std_algorithms_DeathTest
37: [ RUN      ] std_algorithms_DeathTest.expect_no_overlap
37: [       OK ] std_algorithms_DeathTest.expect_no_overlap (0 ms)
37: [----------] 1 test from std_algorithms_DeathTest (0 ms total)
37: 
37: [----------] 3 tests from std_algorithms_reducers
37: [ RUN      ] std_algorithms_reducers.max_first_loc
37: [       OK ] std_algorithms_reducers.max_first_loc (0 ms)
37: [ RUN      ] std_algorithms_reducers.min_first_loc
37: [       OK ] std_algorithms_reducers.min_first_loc (0 ms)
37: [ RUN      ] std_algorithms_reducers.min_max_first_last_loc
37: [       OK ] std_algorithms_reducers.min_max_first_last_loc (0 ms)
37: [----------] 3 tests from std_algorithms_reducers (0 ms total)
37: 
37: [----------] 1 test from std_algorithms
37: [ RUN      ] std_algorithms.is_admissible_to_std_algorithms
37: [       OK ] std_algorithms.is_admissible_to_std_algorithms (0 ms)
37: [----------] 1 test from std_algorithms (0 ms total)
37: 
37: [----------] 11 tests from random_access_iterator_test
37: [ RUN      ] random_access_iterator_test.constructor
37: [       OK ] random_access_iterator_test.constructor (0 ms)
37: [ RUN      ] random_access_iterator_test.constructiblity
37: [       OK ] random_access_iterator_test.constructiblity (0 ms)
37: [ RUN      ] random_access_iterator_test.dereference
37: [       OK ] random_access_iterator_test.dereference (0 ms)
37: [ RUN      ] random_access_iterator_test.subscript_operator
37: [       OK ] random_access_iterator_test.subscript_operator (0 ms)
37: [ RUN      ] random_access_iterator_test.operatorsSet1
37: [       OK ] random_access_iterator_test.operatorsSet1 (0 ms)
37: [ RUN      ] random_access_iterator_test.operatorsSet2
37: [       OK ] random_access_iterator_test.operatorsSet2 (0 ms)
37: [ RUN      ] random_access_iterator_test.operatorsSet3
37: [       OK ] random_access_iterator_test.operatorsSet3 (0 ms)
37: [ RUN      ] random_access_iterator_test.operatorsSet4
37: [       OK ] random_access_iterator_test.operatorsSet4 (0 ms)
37: [ RUN      ] random_access_iterator_test.assignment_operator
37: [       OK ] random_access_iterator_test.assignment_operator (0 ms)
37: [ RUN      ] random_access_iterator_test.distance
37: [       OK ] random_access_iterator_test.distance (0 ms)
37: [ RUN      ] random_access_iterator_test.traits_helpers
37: [       OK ] random_access_iterator_test.traits_helpers (0 ms)
37: [----------] 11 tests from random_access_iterator_test (2 ms total)
37: 
37: [----------] Global test environment tear-down
37: [==========] 16 tests from 4 test suites ran. (3 ms total)
37: [  PASSED  ] 16 tests.
37/55 Test #37: Kokkos_AlgorithmsUnitTest_StdSet_A .........................   Passed    0.16 sec
test 38
      Start 38: Kokkos_AlgorithmsUnitTest_StdSet_B

38: Test command: /var/jenkins/workspace/Kokkos_PR-8351/build/algorithms/unit_tests/Kokkos_AlgorithmsUnitTest_StdSet_B
38: Test timeout computed to be: 1500
38: Kokkos::OpenMP::initialize WARNING: You are likely oversubscribing your CPU cores.
38:                                     Detected: 6 cores per node.
38:                                     Detected: 1 MPI_ranks per node.
38:                                     Requested: 8 threads per process.
38: [==========] Running 7 tests from 1 test suite.
38: [----------] Global test environment set-up.
38: [----------] 7 tests from std_algorithms_min_max_element_test
38: [ RUN      ] std_algorithms_min_max_element_test.min_element_empty_range
38: [       OK ] std_algorithms_min_max_element_test.min_element_empty_range (0 ms)
38: [ RUN      ] std_algorithms_min_max_element_test.max_element_empty_range
38: [       OK ] std_algorithms_min_max_element_test.max_element_empty_range (0 ms)
38: [ RUN      ] std_algorithms_min_max_element_test.min_element_non_trivial_data
38: [       OK ] std_algorithms_min_max_element_test.min_element_non_trivial_data (6 ms)
38: [ RUN      ] std_algorithms_min_max_element_test.max_element_non_trivial_data
38: [       OK ] std_algorithms_min_max_element_test.max_element_non_trivial_data (4 ms)
38: [ RUN      ] std_algorithms_min_max_element_test.min_element_non_trivial_data_custom_comp
38: [       OK ] std_algorithms_min_max_element_test.min_element_non_trivial_data_custom_comp (4 ms)
38: [ RUN      ] std_algorithms_min_max_element_test.max_element_non_trivial_data_custom_comp
38: [       OK ] std_algorithms_min_max_element_test.max_element_non_trivial_data_custom_comp (4 ms)
38: [ RUN      ] std_algorithms_min_max_element_test.minmax_element_non_trivial_data_custom_comp
38: [       OK ] std_algorithms_min_max_element_test.minmax_element_non_trivial_data_custom_comp (6 ms)
38: [----------] 7 tests from std_algorithms_min_max_element_test (26 ms total)
38: 
38: [----------] Global test environment tear-down
38: [==========] 7 tests from 1 test suite ran. (26 ms total)
38: [  PASSED  ] 7 tests.
38/55 Test #38: Kokkos_AlgorithmsUnitTest_StdSet_B .........................   Passed    0.18 sec
test 39
      Start 39: Kokkos_AlgorithmsUnitTest_StdSet_C

39: Test command: /var/jenkins/workspace/Kokkos_PR-8351/build/algorithms/unit_tests/Kokkos_AlgorithmsUnitTest_StdSet_C
39: Test timeout computed to be: 1500
39: Kokkos::OpenMP::initialize WARNING: You are likely oversubscribing your CPU cores.
39:                                     Detected: 6 cores per node.
39:                                     Detected: 1 MPI_ranks per node.
39:                                     Requested: 8 threads per process.
39: [==========] Running 13 tests from 10 test suites.
39: [----------] Global test environment set-up.
39: [----------] 1 test from std_algorithms_lexicographical_compare_test
39: [ RUN      ] std_algorithms_lexicographical_compare_test.test
39: [       OK ] std_algorithms_lexicographical_compare_test.test (19 ms)
39: [----------] 1 test from std_algorithms_lexicographical_compare_test (19 ms total)
39: 
39: [----------] 1 test from std_algorithms_for_each_test
39: [ RUN      ] std_algorithms_for_each_test.test
39: [       OK ] std_algorithms_for_each_test.test (81 ms)
39: [----------] 1 test from std_algorithms_for_each_test (81 ms total)
39: 
39: [----------] 1 test from std_algorithms_find_test
39: [ RUN      ] std_algorithms_find_test.test
39: [       OK ] std_algorithms_find_test.test (44 ms)
39: [----------] 1 test from std_algorithms_find_test (44 ms total)
39: 
39: [----------] 4 tests from std_algorithms_non_mod_seq_ops
39: [ RUN      ] std_algorithms_non_mod_seq_ops.find_first_of
39: [       OK ] std_algorithms_non_mod_seq_ops.find_first_of (662 ms)
39: [ RUN      ] std_algorithms_non_mod_seq_ops.find_end
39: [       OK ] std_algorithms_non_mod_seq_ops.find_end (794 ms)
39: [ RUN      ] std_algorithms_non_mod_seq_ops.search
39: [       OK ] std_algorithms_non_mod_seq_ops.search (784 ms)
39: [ RUN      ] std_algorithms_non_mod_seq_ops.search_n
39: [       OK ] std_algorithms_non_mod_seq_ops.search_n (360 ms)
39: [----------] 4 tests from std_algorithms_non_mod_seq_ops (2602 ms total)
39: 
39: [----------] 1 test from std_algorithms_count_test
39: [ RUN      ] std_algorithms_count_test.test
39: [       OK ] std_algorithms_count_test.test (40 ms)
39: [----------] 1 test from std_algorithms_count_test (40 ms total)
39: 
39: [----------] 1 test from std_algorithms_equal_test
39: [ RUN      ] std_algorithms_equal_test.test
39: [       OK ] std_algorithms_equal_test.test (13 ms)
39: [----------] 1 test from std_algorithms_equal_test (13 ms total)
39: 
39: [----------] 1 test from std_algorithms_all_any_none_of_test
39: [ RUN      ] std_algorithms_all_any_none_of_test.test
39: [       OK ] std_algorithms_all_any_none_of_test.test (45 ms)
39: [----------] 1 test from std_algorithms_all_any_none_of_test (45 ms total)
39: 
39: [----------] 1 test from std_algorithms_nonmod_seq_ops
39: [ RUN      ] std_algorithms_nonmod_seq_ops.adjacent_find
39: [       OK ] std_algorithms_nonmod_seq_ops.adjacent_find (108 ms)
39: [----------] 1 test from std_algorithms_nonmod_seq_ops (108 ms total)
39: 
39: [----------] 1 test from std_algorithms_mismatch_test
39: [ RUN      ] std_algorithms_mismatch_test.test
39: [       OK ] std_algorithms_mismatch_test.test (129 ms)
39: [----------] 1 test from std_algorithms_mismatch_test (129 ms total)
39: 
39: [----------] 1 test from std_algorithms_mod_seq_ops
39: [ RUN      ] std_algorithms_mod_seq_ops.move_backward
39: [       OK ] std_algorithms_mod_seq_ops.move_backward (77 ms)
39: [----------] 1 test from std_algorithms_mod_seq_ops (77 ms total)
39: 
39: [----------] Global test environment tear-down
39: [==========] 13 tests from 10 test suites ran. (3162 ms total)
39: [  PASSED  ] 13 tests.
39/55 Test #39: Kokkos_AlgorithmsUnitTest_StdSet_C .........................   Passed    3.32 sec
test 40
      Start 40: Kokkos_AlgorithmsUnitTest_StdSet_D

40: Test command: /var/jenkins/workspace/Kokkos_PR-8351/build/algorithms/unit_tests/Kokkos_AlgorithmsUnitTest_StdSet_D
40: Test timeout computed to be: 1500
40: Kokkos::OpenMP::initialize WARNING: You are likely oversubscribing your CPU cores.
40:                                     Detected: 6 cores per node.
40:                                     Detected: 1 MPI_ranks per node.
40:                                     Requested: 8 threads per process.
40: [==========] Running 31 tests from 5 test suites.
40: [----------] Global test environment set-up.
40: [----------] 3 tests from std_algorithms_mod_ops_test
40: [ RUN      ] std_algorithms_mod_ops_test.move
40: [       OK ] std_algorithms_mod_ops_test.move (0 ms)
40: [ RUN      ] std_algorithms_mod_ops_test.move_within_parfor
40: [       OK ] std_algorithms_mod_ops_test.move_within_parfor (0 ms)
40: [ RUN      ] std_algorithms_mod_ops_test.iter_swap_static_view
40: [       OK ] std_algorithms_mod_ops_test.iter_swap_static_view (0 ms)
40: [----------] 3 tests from std_algorithms_mod_ops_test (1 ms total)
40: 
40: [----------] 12 tests from std_algorithms_mod_seq_ops_test
40: [ RUN      ] std_algorithms_mod_seq_ops_test.copy
40: [       OK ] std_algorithms_mod_seq_ops_test.copy (1 ms)
40: [ RUN      ] std_algorithms_mod_seq_ops_test.copy_view
40: [       OK ] std_algorithms_mod_seq_ops_test.copy_view (0 ms)
40: [ RUN      ] std_algorithms_mod_seq_ops_test.copy_n
40: [       OK ] std_algorithms_mod_seq_ops_test.copy_n (0 ms)
40: [ RUN      ] std_algorithms_mod_seq_ops_test.copy_backward
40: [       OK ] std_algorithms_mod_seq_ops_test.copy_backward (0 ms)
40: [ RUN      ] std_algorithms_mod_seq_ops_test.reverse_copy
40: [       OK ] std_algorithms_mod_seq_ops_test.reverse_copy (0 ms)
40: [ RUN      ] std_algorithms_mod_seq_ops_test.fill
40: [       OK ] std_algorithms_mod_seq_ops_test.fill (0 ms)
40: [ RUN      ] std_algorithms_mod_seq_ops_test.fill_n
40: [       OK ] std_algorithms_mod_seq_ops_test.fill_n (0 ms)
40: [ RUN      ] std_algorithms_mod_seq_ops_test.transform_from_fixture_unary_op
40: [       OK ] std_algorithms_mod_seq_ops_test.transform_from_fixture_unary_op (0 ms)
40: [ RUN      ] std_algorithms_mod_seq_ops_test.transform_from_fixture_binary_op
40: [       OK ] std_algorithms_mod_seq_ops_test.transform_from_fixture_binary_op (0 ms)
40: [ RUN      ] std_algorithms_mod_seq_ops_test.generate
40: [       OK ] std_algorithms_mod_seq_ops_test.generate (0 ms)
40: [ RUN      ] std_algorithms_mod_seq_ops_test.generate_n
40: [       OK ] std_algorithms_mod_seq_ops_test.generate_n (0 ms)
40: [ RUN      ] std_algorithms_mod_seq_ops_test.swap_ranges
40: [       OK ] std_algorithms_mod_seq_ops_test.swap_ranges (0 ms)
40: [----------] 12 tests from std_algorithms_mod_seq_ops_test (4 ms total)
40: 
40: [----------] 4 tests from std_algorithms_replace_ops_test
40: [ RUN      ] std_algorithms_replace_ops_test.replace
40: [       OK ] std_algorithms_replace_ops_test.replace (48 ms)
40: [ RUN      ] std_algorithms_replace_ops_test.replace_if
40: [       OK ] std_algorithms_replace_ops_test.replace_if (111 ms)
40: [ RUN      ] std_algorithms_replace_ops_test.replace_copy
40: [       OK ] std_algorithms_replace_ops_test.replace_copy (73 ms)
40: [ RUN      ] std_algorithms_replace_ops_test.replace_copy_if
40: [       OK ] std_algorithms_replace_ops_test.replace_copy_if (95 ms)
40: [----------] 4 tests from std_algorithms_replace_ops_test (329 ms total)
40: 
40: [----------] 11 tests from std_algorithms_mod_seq_ops
40: [ RUN      ] std_algorithms_mod_seq_ops.copy_if
40: [       OK ] std_algorithms_mod_seq_ops.copy_if (71 ms)
40: [ RUN      ] std_algorithms_mod_seq_ops.unique
40: [       OK ] std_algorithms_mod_seq_ops.unique (142 ms)
40: [ RUN      ] std_algorithms_mod_seq_ops.unique_copy
40: [       OK ] std_algorithms_mod_seq_ops.unique_copy (53 ms)
40: [ RUN      ] std_algorithms_mod_seq_ops.remove
40: [       OK ] std_algorithms_mod_seq_ops.remove (41 ms)
40: [ RUN      ] std_algorithms_mod_seq_ops.remove_if
40: [       OK ] std_algorithms_mod_seq_ops.remove_if (67 ms)
40: [ RUN      ] std_algorithms_mod_seq_ops.remove_copy
40: [       OK ] std_algorithms_mod_seq_ops.remove_copy (200 ms)
40: [ RUN      ] std_algorithms_mod_seq_ops.remove_copy_if
40: [       OK ] std_algorithms_mod_seq_ops.remove_copy_if (51 ms)
40: [ RUN      ] std_algorithms_mod_seq_ops.rotate
40: [       OK ] std_algorithms_mod_seq_ops.rotate (1869 ms)
40: [ RUN      ] std_algorithms_mod_seq_ops.rotate_copy
40: [       OK ] std_algorithms_mod_seq_ops.rotate_copy (566 ms)
40: [ RUN      ] std_algorithms_mod_seq_ops.shift_left
40: [       OK ] std_algorithms_mod_seq_ops.shift_left (2063 ms)
40: [ RUN      ] std_algorithms_mod_seq_ops.shift_right
40: [       OK ] std_algorithms_mod_seq_ops.shift_right (2050 ms)
40: [----------] 11 tests from std_algorithms_mod_seq_ops (7179 ms total)
40: 
40: [----------] 1 test from std_algorithms_modseq_test
40: [ RUN      ] std_algorithms_modseq_test.reverse
40: [       OK ] std_algorithms_modseq_test.reverse (98 ms)
40: [----------] 1 test from std_algorithms_modseq_test (98 ms total)
40: 
40: [----------] Global test environment tear-down
40: [==========] 31 tests from 5 test suites ran. (7613 ms total)
40: [  PASSED  ] 31 tests.
40/55 Test #40: Kokkos_AlgorithmsUnitTest_StdSet_D .........................   Passed    7.79 sec
test 41
      Start 41: Kokkos_AlgorithmsUnitTest_StdSet_E

41: Test command: /var/jenkins/workspace/Kokkos_PR-8351/build/algorithms/unit_tests/Kokkos_AlgorithmsUnitTest_StdSet_E
41: Test timeout computed to be: 1500
41: Kokkos::OpenMP::initialize WARNING: You are likely oversubscribing your CPU cores.
41:                                     Detected: 6 cores per node.
41:                                     Detected: 1 MPI_ranks per node.
41:                                     Requested: 8 threads per process.
41: [==========] Running 29 tests from 7 test suites.
41: [----------] Global test environment set-up.
41: [----------] 2 tests from std_algorithms_sorting_ops_test
41: [ RUN      ] std_algorithms_sorting_ops_test.is_sorted
41: [       OK ] std_algorithms_sorting_ops_test.is_sorted (10 ms)
41: [ RUN      ] std_algorithms_sorting_ops_test.is_sorted_until
41: [       OK ] std_algorithms_sorting_ops_test.is_sorted_until (16 ms)
41: [----------] 2 tests from std_algorithms_sorting_ops_test (26 ms total)
41: 
41: [----------] 4 tests from std_algorithms_partitioning_test
41: [ RUN      ] std_algorithms_partitioning_test.is_partitioned_trivial
41: [       OK ] std_algorithms_partitioning_test.is_partitioned_trivial (0 ms)
41: [ RUN      ] std_algorithms_partitioning_test.is_partitioned_accepting_iterators
41: [       OK ] std_algorithms_partitioning_test.is_partitioned_accepting_iterators (1 ms)
41: [ RUN      ] std_algorithms_partitioning_test.is_partitioned_accepting_view
41: [       OK ] std_algorithms_partitioning_test.is_partitioned_accepting_view (0 ms)
41: [ RUN      ] std_algorithms_partitioning_test.partition_point
41: [       OK ] std_algorithms_partitioning_test.partition_point (0 ms)
41: [----------] 4 tests from std_algorithms_partitioning_test (2 ms total)
41: 
41: [----------] 1 test from std_algorithms_partitioning_ops
41: [ RUN      ] std_algorithms_partitioning_ops.partition_copy
41: [       OK ] std_algorithms_partitioning_ops.partition_copy (21 ms)
41: [----------] 1 test from std_algorithms_partitioning_ops (21 ms total)
41: 
41: [----------] 12 tests from std_algorithms_numerics_test
41: [ RUN      ] std_algorithms_numerics_test.transform_reduce_default_functors_using_pod_value_type
41: [       OK ] std_algorithms_numerics_test.transform_reduce_default_functors_using_pod_value_type (3 ms)
41: [ RUN      ] std_algorithms_numerics_test.transform_reduce_default_functors_using_custom_value_type
41: [       OK ] std_algorithms_numerics_test.transform_reduce_default_functors_using_custom_value_type (0 ms)
41: [ RUN      ] std_algorithms_numerics_test.transform_reduce_custom_functors_overloadA_using_pod_value_type
41: [       OK ] std_algorithms_numerics_test.transform_reduce_custom_functors_overloadA_using_pod_value_type (0 ms)
41: [ RUN      ] std_algorithms_numerics_test.transform_reduce_custom_functors_overloadA_using_custom_value_type
41: [       OK ] std_algorithms_numerics_test.transform_reduce_custom_functors_overloadA_using_custom_value_type (0 ms)
41: [ RUN      ] std_algorithms_numerics_test.transform_reduce_custom_functors_overloadB_using_pod_value_type
41: [       OK ] std_algorithms_numerics_test.transform_reduce_custom_functors_overloadB_using_pod_value_type (0 ms)
41: [ RUN      ] std_algorithms_numerics_test.transform_reduce_custom_functors_overloadB_using_custom_value_type
41: [       OK ] std_algorithms_numerics_test.transform_reduce_custom_functors_overloadB_using_custom_value_type (0 ms)
41: [ RUN      ] std_algorithms_numerics_test.reduce_default_functors_overloadA_using_pod_value_type
41: [       OK ] std_algorithms_numerics_test.reduce_default_functors_overloadA_using_pod_value_type (0 ms)
41: [ RUN      ] std_algorithms_numerics_test.reduce_default_functors_overloadA_using_custom_value_type
41: [       OK ] std_algorithms_numerics_test.reduce_default_functors_overloadA_using_custom_value_type (0 ms)
41: [ RUN      ] std_algorithms_numerics_test.reduce_default_functors_overloadB_using_pod_value_type
41: [       OK ] std_algorithms_numerics_test.reduce_default_functors_overloadB_using_pod_value_type (0 ms)
41: [ RUN      ] std_algorithms_numerics_test.reduce_default_functors_overloadB_using_custom_value_type
41: [       OK ] std_algorithms_numerics_test.reduce_default_functors_overloadB_using_custom_value_type (0 ms)
41: [ RUN      ] std_algorithms_numerics_test.reduce_custom_functors_using_pod_value_type
41: [       OK ] std_algorithms_numerics_test.reduce_custom_functors_using_pod_value_type (1 ms)
41: [ RUN      ] std_algorithms_numerics_test.reduce_custom_functors_using_custom_value_type
41: [       OK ] std_algorithms_numerics_test.reduce_custom_functors_using_custom_value_type (1 ms)
41: [----------] 12 tests from std_algorithms_numerics_test (11 ms total)
41: 
41: [----------] 1 test from std_algorithms_numerics_ops_test
41: [ RUN      ] std_algorithms_numerics_ops_test.adjecent_difference
41: [       OK ] std_algorithms_numerics_ops_test.adjecent_difference (180 ms)
41: [----------] 1 test from std_algorithms_numerics_ops_test (180 ms total)
41: 
41: [----------] 8 tests from std_algorithms_numeric_ops_test
41: [ RUN      ] std_algorithms_numeric_ops_test.exclusive_scan
41: [       OK ] std_algorithms_numeric_ops_test.exclusive_scan (690 ms)
41: [ RUN      ] std_algorithms_numeric_ops_test.exclusive_scan_functor
41: [       OK ] std_algorithms_numeric_ops_test.exclusive_scan_functor (0 ms)
41: [ RUN      ] std_algorithms_numeric_ops_test.inclusive_scan
41: [       OK ] std_algorithms_numeric_ops_test.inclusive_scan (610 ms)
41: [ RUN      ] std_algorithms_numeric_ops_test.inclusive_scan_functor
41: [       OK ] std_algorithms_numeric_ops_test.inclusive_scan_functor (0 ms)
41: [ RUN      ] std_algorithms_numeric_ops_test.transform_exclusive_scan
41: [       OK ] std_algorithms_numeric_ops_test.transform_exclusive_scan (139 ms)
41: [ RUN      ] std_algorithms_numeric_ops_test.transform_exclusive_scan_functor
41: [       OK ] std_algorithms_numeric_ops_test.transform_exclusive_scan_functor (0 ms)
41: [ RUN      ] std_algorithms_numeric_ops_test.transform_inclusive_scan
41: [       OK ] std_algorithms_numeric_ops_test.transform_inclusive_scan (254 ms)
41: [ RUN      ] std_algorithms_numeric_ops_test.transform_inclusive_scan_functor
41: [       OK ] std_algorithms_numeric_ops_test.transform_inclusive_scan_functor (0 ms)
41: [----------] 8 tests from std_algorithms_numeric_ops_test (1696 ms total)
41: 
41: [----------] 1 test from std_algorithms_transform_ops_test
41: [ RUN      ] std_algorithms_transform_ops_test.transform_unary_op
41: [       OK ] std_algorithms_transform_ops_test.transform_unary_op (49 ms)
41: [----------] 1 test from std_algorithms_transform_ops_test (50 ms total)
41: 
41: [----------] Global test environment tear-down
41: [==========] 29 tests from 7 test suites ran. (1990 ms total)
41: [  PASSED  ] 29 tests.
41/55 Test #41: Kokkos_AlgorithmsUnitTest_StdSet_E .........................   Passed    2.15 sec
test 42
      Start 42: Kokkos_AlgorithmsUnitTest_StdSet_Team_A

42: Test command: /var/jenkins/workspace/Kokkos_PR-8351/build/algorithms/unit_tests/Kokkos_AlgorithmsUnitTest_StdSet_Team_A
42: Test timeout computed to be: 1500
42: Kokkos::OpenMP::initialize WARNING: You are likely oversubscribing your CPU cores.
42:                                     Detected: 6 cores per node.
42:                                     Detected: 1 MPI_ranks per node.
42:                                     Requested: 8 threads per process.
42: [==========] Running 12 tests from 7 test suites.
42: [----------] Global test environment set-up.
42: [----------] 2 tests from std_algorithms_adjacent_find_team_test
42: [ RUN      ] std_algorithms_adjacent_find_team_test.two_consecutive_equal_elements_exist
42: [       OK ] std_algorithms_adjacent_find_team_test.two_consecutive_equal_elements_exist (643 ms)
42: [ RUN      ] std_algorithms_adjacent_find_team_test.two_consecutive_equal_elements_might_exist
42: [       OK ] std_algorithms_adjacent_find_team_test.two_consecutive_equal_elements_might_exist (608 ms)
42: [----------] 2 tests from std_algorithms_adjacent_find_team_test (1251 ms total)
42: 
42: [----------] 2 tests from std_algorithms_count_team_test
42: [ RUN      ] std_algorithms_count_team_test.count_returns_nonzero
42: [       OK ] std_algorithms_count_team_test.count_returns_nonzero (316 ms)
42: [ RUN      ] std_algorithms_count_team_test.count_returns_zero
42: [       OK ] std_algorithms_count_team_test.count_returns_zero (279 ms)
42: [----------] 2 tests from std_algorithms_count_team_test (596 ms total)
42: 
42: [----------] 1 test from std_algorithms_count_if_team_test
42: [ RUN      ] std_algorithms_count_if_team_test.test
42: [       OK ] std_algorithms_count_if_team_test.test (318 ms)
42: [----------] 1 test from std_algorithms_count_if_team_test (318 ms total)
42: 
42: [----------] 1 test from std_algorithms_for_each_team_test
42: [ RUN      ] std_algorithms_for_each_team_test.test
42: [       OK ] std_algorithms_for_each_team_test.test (517 ms)
42: [----------] 1 test from std_algorithms_for_each_team_test (517 ms total)
42: 
42: [----------] 1 test from std_algorithms_for_each_n_team_test
42: [ RUN      ] std_algorithms_for_each_n_team_test.test
42: [       OK ] std_algorithms_for_each_n_team_test.test (566 ms)
42: [----------] 1 test from std_algorithms_for_each_n_team_test (566 ms total)
42: 
42: [----------] 3 tests from std_algorithms_lexicographical_compare_team_test
42: [ RUN      ] std_algorithms_lexicographical_compare_team_test.views_are_equal
42: [       OK ] std_algorithms_lexicographical_compare_team_test.views_are_equal (843 ms)
42: [ RUN      ] std_algorithms_lexicographical_compare_team_test.first_view_is_less
42: [       OK ] std_algorithms_lexicographical_compare_team_test.first_view_is_less (653 ms)
42: [ RUN      ] std_algorithms_lexicographical_compare_team_test.first_view_is_greater
42: [       OK ] std_algorithms_lexicographical_compare_team_test.first_view_is_greater (671 ms)
42: [----------] 3 tests from std_algorithms_lexicographical_compare_team_test (2170 ms total)
42: 
42: [----------] 2 tests from std_algorithms_mismatch_team_test
42: [ RUN      ] std_algorithms_mismatch_team_test.views_are_equal
42: [       OK ] std_algorithms_mismatch_team_test.views_are_equal (823 ms)
42: [ RUN      ] std_algorithms_mismatch_team_test.views_are_not_equal
42: [       OK ] std_algorithms_mismatch_team_test.views_are_not_equal (904 ms)
42: [----------] 2 tests from std_algorithms_mismatch_team_test (1729 ms total)
42: 
42: [----------] Global test environment tear-down
42: [==========] 12 tests from 7 test suites ran. (7151 ms total)
42: [  PASSED  ] 12 tests.
42/55 Test #42: Kokkos_AlgorithmsUnitTest_StdSet_Team_A ....................   Passed    7.32 sec
test 43
      Start 43: Kokkos_AlgorithmsUnitTest_StdSet_Team_B

43: Test command: /var/jenkins/workspace/Kokkos_PR-8351/build/algorithms/unit_tests/Kokkos_AlgorithmsUnitTest_StdSet_Team_B
43: Test timeout computed to be: 1500
43: Kokkos::OpenMP::initialize WARNING: You are likely oversubscribing your CPU cores.
43:                                     Detected: 6 cores per node.
43:                                     Detected: 1 MPI_ranks per node.
43:                                     Requested: 8 threads per process.
43: [==========] Running 8 tests from 4 test suites.
43: [----------] Global test environment set-up.
43: [----------] 2 tests from std_algorithms_equal_team_test
43: [ RUN      ] std_algorithms_equal_team_test.views_are_equal
43: [       OK ] std_algorithms_equal_team_test.views_are_equal (1270 ms)
43: [ RUN      ] std_algorithms_equal_team_test.views_are_not_equal
43: [       OK ] std_algorithms_equal_team_test.views_are_not_equal (1275 ms)
43: [----------] 2 tests from std_algorithms_equal_team_test (2546 ms total)
43: 
43: [----------] 2 tests from std_algorithms_search_team_test
43: [ RUN      ] std_algorithms_search_team_test.sequences_exist
43: [       OK ] std_algorithms_search_team_test.sequences_exist (611 ms)
43: [ RUN      ] std_algorithms_search_team_test.sequences_do_not_exist
wrapper script does not seem to be touching the log file in /var/jenkins/workspace/Kokkos_PR-8351@tmp/durable-0fc8068a
(JENKINS-48300: if on an extremely laggy filesystem, consider -Dorg.jenkinsci.plugins.durabletask.BourneShellScript.HEARTBEAT_CHECK_INTERVAL=86400)
fetnat_09 seems to be removed or offline (java.io.IOException: Disk quota exceeded); will wait for 5 min 0 sec for it to come back online
43: [       OK ] std_algorithms_search_team_test.sequences_do_not_exist (670 ms)
43: [----------] 2 tests from std_algorithms_search_team_test (1282 ms total)
43: 
43: [----------] 2 tests from std_algorithms_find_end_team_test
43: [ RUN      ] std_algorithms_find_end_team_test.sequences_exist
43: [       OK ] std_algorithms_find_end_team_test.sequences_exist (783 ms)
43: [ RUN      ] std_algorithms_find_end_team_test.sequences_do_not_exist
43: [       OK ] std_algorithms_find_end_team_test.sequences_do_not_exist (740 ms)
43: [----------] 2 tests from std_algorithms_find_end_team_test (1524 ms total)
43: 
43: [----------] 2 tests from std_algorithms_find_first_of_team_test
43: [ RUN      ] std_algorithms_find_first_of_team_test.sequences_exist
43: [       OK ] std_algorithms_find_first_of_team_test.sequences_exist (621 ms)
43: [ RUN      ] std_algorithms_find_first_of_team_test.sequences_do_not_exist
43: [       OK ] std_algorithms_find_first_of_team_test.sequences_do_not_exist (934 ms)
43: [----------] 2 tests from std_algorithms_find_first_of_team_test (1555 ms total)
43: 
43: [----------] Global test environment tear-down
43: [==========] 8 tests from 4 test suites ran. (6907 ms total)
43: [  PASSED  ] 8 tests.
43/55 Test #43: Kokkos_AlgorithmsUnitTest_StdSet_Team_B ....................   Passed    7.08 sec
test 44
      Start 44: Kokkos_AlgorithmsUnitTest_StdSet_Team_C

44: Test command: /var/jenkins/workspace/Kokkos_PR-8351/build/algorithms/unit_tests/Kokkos_AlgorithmsUnitTest_StdSet_Team_C
44: Test timeout computed to be: 1500
44: Kokkos::OpenMP::initialize WARNING: You are likely oversubscribing your CPU cores.
44:                                     Detected: 6 cores per node.
44:                                     Detected: 1 MPI_ranks per node.
44:                                     Requested: 8 threads per process.
44: [==========] Running 11 tests from 7 test suites.
44: [----------] Global test environment set-up.
44: [----------] 2 tests from std_algorithms_find_team_test
44: [ RUN      ] std_algorithms_find_team_test.searched_values_exist
44: [       OK ] std_algorithms_find_team_test.searched_values_exist (281 ms)
44: [ RUN      ] std_algorithms_find_team_test.searched_values_do_not_exist
44: [       OK ] std_algorithms_find_team_test.searched_values_do_not_exist (298 ms)
44: [----------] 2 tests from std_algorithms_find_team_test (579 ms total)
44: 
44: [----------] 2 tests from std_algorithms_find_if_team_test
44: [ RUN      ] std_algorithms_find_if_team_test.predicates_return_true
44: [       OK ] std_algorithms_find_if_team_test.predicates_return_true (269 ms)
44: [ RUN      ] std_algorithms_find_if_team_test.predicates_return_false
44: [       OK ] std_algorithms_find_if_team_test.predicates_return_false (300 ms)
44: [----------] 2 tests from std_algorithms_find_if_team_test (569 ms total)
44: 
44: [----------] 2 tests from std_algorithms_find_if_not_team_test
44: [ RUN      ] std_algorithms_find_if_not_team_test.predicates_return_true
44: [       OK ] std_algorithms_find_if_not_team_test.predicates_return_true (305 ms)
44: [ RUN      ] std_algorithms_find_if_not_team_test.predicates_return_false
44: [       OK ] std_algorithms_find_if_not_team_test.predicates_return_false (273 ms)
44: [----------] 2 tests from std_algorithms_find_if_not_team_test (579 ms total)
44: 
44: [----------] 1 test from std_algorithms_all_of_team_test
44: [ RUN      ] std_algorithms_all_of_team_test.test
44: [       OK ] std_algorithms_all_of_team_test.test (287 ms)
44: [----------] 1 test from std_algorithms_all_of_team_test (287 ms total)
44: 
44: [----------] 1 test from std_algorithms_any_of_team_test
44: [ RUN      ] std_algorithms_any_of_team_test.test
44: [       OK ] std_algorithms_any_of_team_test.test (269 ms)
44: [----------] 1 test from std_algorithms_any_of_team_test (269 ms total)
44: 
44: [----------] 1 test from std_algorithms_none_of_team_test
44: [ RUN      ] std_algorithms_none_of_team_test.test
44: [       OK ] std_algorithms_none_of_team_test.test (295 ms)
44: [----------] 1 test from std_algorithms_none_of_team_test (295 ms total)
44: 
44: [----------] 2 tests from std_algorithms_search_n_team_test
44: [ RUN      ] std_algorithms_search_n_team_test.sequences_of_equal_elements_exist
44: [       OK ] std_algorithms_search_n_team_test.sequences_of_equal_elements_exist (332 ms)
44: [ RUN      ] std_algorithms_search_n_team_test.sequences_of_equal_elements_probably_does_not_exist
44: [       OK ] std_algorithms_search_n_team_test.sequences_of_equal_elements_probably_does_not_exist (307 ms)
44: [----------] 2 tests from std_algorithms_search_n_team_test (639 ms total)
44: 
44: [----------] Global test environment tear-down
44: [==========] 11 tests from 7 test suites ran. (3220 ms total)
44: [  PASSED  ] 11 tests.
44/55 Test #44: Kokkos_AlgorithmsUnitTest_StdSet_Team_C ....................   Passed    3.38 sec
test 45
      Start 45: Kokkos_AlgorithmsUnitTest_StdSet_Team_D

45: Test command: /var/jenkins/workspace/Kokkos_PR-8351/build/algorithms/unit_tests/Kokkos_AlgorithmsUnitTest_StdSet_Team_D
45: Test timeout computed to be: 1500
45: Kokkos::OpenMP::initialize WARNING: You are likely oversubscribing your CPU cores.
45:                                     Detected: 6 cores per node.
45:                                     Detected: 1 MPI_ranks per node.
45:                                     Requested: 8 threads per process.
45: [==========] Running 3 tests from 3 test suites.
45: [----------] Global test environment set-up.
45: [----------] 1 test from std_algorithms_min_element_team_test
45: [ RUN      ] std_algorithms_min_element_team_test.test
45: [       OK ] std_algorithms_min_element_team_test.test (859 ms)
45: [----------] 1 test from std_algorithms_min_element_team_test (859 ms total)
45: 
45: [----------] 1 test from std_algorithms_max_element_team_test
45: [ RUN      ] std_algorithms_max_element_team_test.test
45: [       OK ] std_algorithms_max_element_team_test.test (850 ms)
45: [----------] 1 test from std_algorithms_max_element_team_test (850 ms total)
45: 
45: [----------] 1 test from std_algorithms_minmax_element_team_test
45: [ RUN      ] std_algorithms_minmax_element_team_test.test
45: [       OK ] std_algorithms_minmax_element_team_test.test (896 ms)
45: [----------] 1 test from std_algorithms_minmax_element_team_test (896 ms total)
45: 
45: [----------] Global test environment tear-down
45: [==========] 3 tests from 3 test suites ran. (2606 ms total)
45: [  PASSED  ] 3 tests.
45/55 Test #45: Kokkos_AlgorithmsUnitTest_StdSet_Team_D ....................   Passed    2.77 sec
test 46
      Start 46: Kokkos_AlgorithmsUnitTest_StdSet_Team_E

46: Test command: /var/jenkins/workspace/Kokkos_PR-8351/build/algorithms/unit_tests/Kokkos_AlgorithmsUnitTest_StdSet_Team_E
46: Test timeout computed to be: 1500
46: Kokkos::OpenMP::initialize WARNING: You are likely oversubscribing your CPU cores.
46:                                     Detected: 6 cores per node.
46:                                     Detected: 1 MPI_ranks per node.
46:                                     Requested: 8 threads per process.
46: [==========] Running 6 tests from 6 test suites.
46: [----------] Global test environment set-up.
46: [----------] 1 test from std_algorithms_fill_team_test
46: [ RUN      ] std_algorithms_fill_team_test.test
46: [       OK ] std_algorithms_fill_team_test.test (355 ms)
46: [----------] 1 test from std_algorithms_fill_team_test (355 ms total)
46: 
46: [----------] 1 test from std_algorithms_fill_n_team_test
46: [ RUN      ] std_algorithms_fill_n_team_test.test
46: [       OK ] std_algorithms_fill_n_team_test.test (480 ms)
46: [----------] 1 test from std_algorithms_fill_n_team_test (480 ms total)
46: 
46: [----------] 1 test from std_algorithms_replace_team_test
46: [ RUN      ] std_algorithms_replace_team_test.test
46: [       OK ] std_algorithms_replace_team_test.test (490 ms)
46: [----------] 1 test from std_algorithms_replace_team_test (490 ms total)
46: 
46: [----------] 1 test from std_algorithms_replace_if_team_test
46: [ RUN      ] std_algorithms_replace_if_team_test.test
46: [       OK ] std_algorithms_replace_if_team_test.test (445 ms)
46: [----------] 1 test from std_algorithms_replace_if_team_test (445 ms total)
46: 
46: [----------] 1 test from std_algorithms_replace_copy_team_test
46: [ RUN      ] std_algorithms_replace_copy_team_test.test
46: [       OK ] std_algorithms_replace_copy_team_test.test (604 ms)
46: [----------] 1 test from std_algorithms_replace_copy_team_test (604 ms total)
46: 
46: [----------] 1 test from std_algorithms_replace_copy_if_team_test
46: [ RUN      ] std_algorithms_replace_copy_if_team_test.test
46: [       OK ] std_algorithms_replace_copy_if_team_test.test (527 ms)
46: [----------] 1 test from std_algorithms_replace_copy_if_team_test (527 ms total)
46: 
46: [----------] Global test environment tear-down
46: [==========] 6 tests from 6 test suites ran. (2904 ms total)
46: [  PASSED  ] 6 tests.
46/55 Test #46: Kokkos_AlgorithmsUnitTest_StdSet_Team_E ....................   Passed    3.06 sec
test 47
      Start 47: Kokkos_AlgorithmsUnitTest_StdSet_Team_F

47: Test command: /var/jenkins/workspace/Kokkos_PR-8351/build/algorithms/unit_tests/Kokkos_AlgorithmsUnitTest_StdSet_Team_F
47: Test timeout computed to be: 1500
47: Kokkos::OpenMP::initialize WARNING: You are likely oversubscribing your CPU cores.
47:                                     Detected: 6 cores per node.
47:                                     Detected: 1 MPI_ranks per node.
47:                                     Requested: 8 threads per process.
47: [==========] Running 4 tests from 4 test suites.
47: [----------] Global test environment set-up.
47: [----------] 1 test from std_algorithms_reverse_team_test
47: [ RUN      ] std_algorithms_reverse_team_test.test
47: [       OK ] std_algorithms_reverse_team_test.test (399 ms)
47: [----------] 1 test from std_algorithms_reverse_team_test (399 ms total)
47: 
47: [----------] 1 test from std_algorithms_reverse_copy_team_test
47: [ RUN      ] std_algorithms_reverse_copy_team_test.test
47: [       OK ] std_algorithms_reverse_copy_team_test.test (428 ms)
47: [----------] 1 test from std_algorithms_reverse_copy_team_test (428 ms total)
47: 
47: [----------] 1 test from std_algorithms_rotate_team_test
47: [ RUN      ] std_algorithms_rotate_team_test.test
47: [       OK ] std_algorithms_rotate_team_test.test (809 ms)
47: [----------] 1 test from std_algorithms_rotate_team_test (809 ms total)
47: 
47: [----------] 1 test from std_algorithms_rotate_copy_team_test
47: [ RUN      ] std_algorithms_rotate_copy_team_test.test
fetnat_09 is back online
47: [       OK ] std_algorithms_rotate_copy_team_test.test (879 ms)
47: [----------] 1 test from std_algorithms_rotate_copy_team_test (880 ms total)
47: 
47: [----------] Global test environment tear-down
47: [==========] 4 tests from 4 test suites ran. (2517 ms total)
47: [  PASSED  ] 4 tests.
47/55 Test #47: Kokkos_AlgorithmsUnitTest_StdSet_Team_F ....................   Passed    2.68 sec
test 48
      Start 48: Kokkos_AlgorithmsUnitTest_StdSet_Team_G

48: Test command: /var/jenkins/workspace/Kokkos_PR-8351/build/algorithms/unit_tests/Kokkos_AlgorithmsUnitTest_StdSet_Team_G
48: Test timeout computed to be: 1500
48: Kokkos::OpenMP::initialize WARNING: You are likely oversubscribing your CPU cores.
48:                                     Detected: 6 cores per node.
48:                                     Detected: 1 MPI_ranks per node.
48:                                     Requested: 8 threads per process.
48: [==========] Running 4 tests from 4 test suites.
48: [----------] Global test environment set-up.
48: [----------] 1 test from std_algorithms_move_team_test
48: [ RUN      ] std_algorithms_move_team_test.test
48: [       OK ] std_algorithms_move_team_test.test (653 ms)
48: [----------] 1 test from std_algorithms_move_team_test (653 ms total)
48: 
48: [----------] 1 test from std_algorithms_move_backward_team_test
48: [ RUN      ] std_algorithms_move_backward_team_test.test
48: [       OK ] std_algorithms_move_backward_team_test.test (536 ms)
48: [----------] 1 test from std_algorithms_move_backward_team_test (536 ms total)
48: 
48: [----------] 1 test from std_algorithms_shift_left_team_test
48: [ RUN      ] std_algorithms_shift_left_team_test.test
48: [       OK ] std_algorithms_shift_left_team_test.test (2303 ms)
48: [----------] 1 test from std_algorithms_shift_left_team_test (2303 ms total)
48: 
48: [----------] 1 test from std_algorithms_shift_right_team_test
48: [ RUN      ] std_algorithms_shift_right_team_test.test
48: [       OK ] std_algorithms_shift_right_team_test.test (2265 ms)
48: [----------] 1 test from std_algorithms_shift_right_team_test (2265 ms total)
48: 
48: [----------] Global test environment tear-down
48: [==========] 4 tests from 4 test suites ran. (5759 ms total)
48: [  PASSED  ] 4 tests.
48/55 Test #48: Kokkos_AlgorithmsUnitTest_StdSet_Team_G ....................   Passed    5.92 sec
test 49
      Start 49: Kokkos_AlgorithmsUnitTest_StdSet_Team_H

49: Test command: /var/jenkins/workspace/Kokkos_PR-8351/build/algorithms/unit_tests/Kokkos_AlgorithmsUnitTest_StdSet_Team_H
49: Test timeout computed to be: 1500
49: Kokkos::OpenMP::initialize WARNING: You are likely oversubscribing your CPU cores.
49:                                     Detected: 6 cores per node.
49:                                     Detected: 1 MPI_ranks per node.
49:                                     Requested: 8 threads per process.
49: [==========] Running 9 tests from 9 test suites.
49: [----------] Global test environment set-up.
49: [----------] 1 test from std_algorithms_copy_team_test
49: [ RUN      ] std_algorithms_copy_team_test.test
49: [       OK ] std_algorithms_copy_team_test.test (798 ms)
49: [----------] 1 test from std_algorithms_copy_team_test (798 ms total)
49: 
49: [----------] 1 test from std_algorithms_copy_n_team_test
49: [ RUN      ] std_algorithms_copy_n_team_test.test
49: [       OK ] std_algorithms_copy_n_team_test.test (584 ms)
49: [----------] 1 test from std_algorithms_copy_n_team_test (584 ms total)
49: 
49: [----------] 1 test from std_algorithms_copy_backward_team_test
49: [ RUN      ] std_algorithms_copy_backward_team_test.test
49: [       OK ] std_algorithms_copy_backward_team_test.test (565 ms)
49: [----------] 1 test from std_algorithms_copy_backward_team_test (565 ms total)
49: 
49: [----------] 1 test from std_algorithms_copy_if_team_test
49: [ RUN      ] std_algorithms_copy_if_team_test.test
49: [       OK ] std_algorithms_copy_if_team_test.test (553 ms)
49: [----------] 1 test from std_algorithms_copy_if_team_test (553 ms total)
49: 
49: [----------] 1 test from std_algorithms_unique_copy_team_test
49: [ RUN      ] std_algorithms_unique_copy_team_test.test
49: [       OK ] std_algorithms_unique_copy_team_test.test (581 ms)
49: [----------] 1 test from std_algorithms_unique_copy_team_test (581 ms total)
49: 
49: [----------] 1 test from std_algorithms_remove_team_test
49: [ RUN      ] std_algorithms_remove_team_test.test
49: [       OK ] std_algorithms_remove_team_test.test (499 ms)
49: [----------] 1 test from std_algorithms_remove_team_test (499 ms total)
49: 
49: [----------] 1 test from std_algorithms_remove_if_team_test
49: [ RUN      ] std_algorithms_remove_if_team_test.test
49: [       OK ] std_algorithms_remove_if_team_test.test (484 ms)
49: [----------] 1 test from std_algorithms_remove_if_team_test (484 ms total)
49: 
49: [----------] 1 test from std_algorithms_remove_copy_team_test
49: [ RUN      ] std_algorithms_remove_copy_team_test.test
49: [       OK ] std_algorithms_remove_copy_team_test.test (702 ms)
49: [----------] 1 test from std_algorithms_remove_copy_team_test (702 ms total)
49: 
49: [----------] 1 test from std_algorithms_remove_copy_if_team_test
49: [ RUN      ] std_algorithms_remove_copy_if_team_test.test
49: [       OK ] std_algorithms_remove_copy_if_team_test.test (522 ms)
49: [----------] 1 test from std_algorithms_remove_copy_if_team_test (522 ms total)
49: 
49: [----------] Global test environment tear-down
49: [==========] 9 tests from 9 test suites ran. (5292 ms total)
49: [  PASSED  ] 9 tests.
49/55 Test #49: Kokkos_AlgorithmsUnitTest_StdSet_Team_H ....................   Passed    5.46 sec
test 50
      Start 50: Kokkos_AlgorithmsUnitTest_StdSet_Team_I

50: Test command: /var/jenkins/workspace/Kokkos_PR-8351/build/algorithms/unit_tests/Kokkos_AlgorithmsUnitTest_StdSet_Team_I
50: Test timeout computed to be: 1500
50: Kokkos::OpenMP::initialize WARNING: You are likely oversubscribing your CPU cores.
50:                                     Detected: 6 cores per node.
50:                                     Detected: 1 MPI_ranks per node.
50:                                     Requested: 8 threads per process.
50: [==========] Running 4 tests from 4 test suites.
50: [----------] Global test environment set-up.
50: [----------] 1 test from std_algorithms_unique_team_test
50: [ RUN      ] std_algorithms_unique_team_test.test_default_predicate
50: [       OK ] std_algorithms_unique_team_test.test_default_predicate (681 ms)
50: [----------] 1 test from std_algorithms_unique_team_test (681 ms total)
50: 
50: [----------] 1 test from std_algorithms_adjacent_difference_team_test
50: [ RUN      ] std_algorithms_adjacent_difference_team_test.test
50: [       OK ] std_algorithms_adjacent_difference_team_test.test (1029 ms)
50: [----------] 1 test from std_algorithms_adjacent_difference_team_test (1029 ms total)
50: 
50: [----------] 1 test from std_algorithms_reduce_team_test
50: [ RUN      ] std_algorithms_reduce_team_test.test
50: [       OK ] std_algorithms_reduce_team_test.test (956 ms)
50: [----------] 1 test from std_algorithms_reduce_team_test (956 ms total)
50: 
50: [----------] 1 test from std_algorithms_transform_reduce_team_test
50: [ RUN      ] std_algorithms_transform_reduce_team_test.test
50: [       OK ] std_algorithms_transform_reduce_team_test.test (1687 ms)
50: [----------] 1 test from std_algorithms_transform_reduce_team_test (1687 ms total)
50: 
50: [----------] Global test environment tear-down
50: [==========] 4 tests from 4 test suites ran. (4355 ms total)
50: [  PASSED  ] 4 tests.
50/55 Test #50: Kokkos_AlgorithmsUnitTest_StdSet_Team_I ....................   Passed    4.52 sec
test 51
      Start 51: Kokkos_AlgorithmsUnitTest_StdSet_Team_L

51: Test command: /var/jenkins/workspace/Kokkos_PR-8351/build/algorithms/unit_tests/Kokkos_AlgorithmsUnitTest_StdSet_Team_L
51: Test timeout computed to be: 1500
51: Kokkos::OpenMP::initialize WARNING: You are likely oversubscribing your CPU cores.
51:                                     Detected: 6 cores per node.
51:                                     Detected: 1 MPI_ranks per node.
51:                                     Requested: 8 threads per process.
51: [==========] Running 18 tests from 5 test suites.
51: [----------] Global test environment set-up.
51: [----------] 2 tests from std_algorithms_is_sorted_team_test
51: [ RUN      ] std_algorithms_is_sorted_team_test.test_data_almost_certainly_not_sorted
51: [       OK ] std_algorithms_is_sorted_team_test.test_data_almost_certainly_not_sorted (848 ms)
51: [ RUN      ] std_algorithms_is_sorted_team_test.test_data_certainly_sorted
51: [       OK ] std_algorithms_is_sorted_team_test.test_data_certainly_sorted (713 ms)
51: [----------] 2 tests from std_algorithms_is_sorted_team_test (1562 ms total)
51: 
51: [----------] 4 tests from std_algorithms_is_sorted_until_team_test
51: [ RUN      ] std_algorithms_is_sorted_until_team_test.test_trivialA
51: [       OK ] std_algorithms_is_sorted_until_team_test.test_trivialA (13 ms)
51: [ RUN      ] std_algorithms_is_sorted_until_team_test.test_trivialB
51: [       OK ] std_algorithms_is_sorted_until_team_test.test_trivialB (14 ms)
51: [ RUN      ] std_algorithms_is_sorted_until_team_test.test_nontrivialA
51: [       OK ] std_algorithms_is_sorted_until_team_test.test_nontrivialA (666 ms)
51: [ RUN      ] std_algorithms_is_sorted_until_team_test.test_nontrivialB
51: [       OK ] std_algorithms_is_sorted_until_team_test.test_nontrivialB (783 ms)
51: [----------] 4 tests from std_algorithms_is_sorted_until_team_test (1478 ms total)
51: 
51: [----------] 4 tests from std_algorithms_is_partitioned_team_test
51: [ RUN      ] std_algorithms_is_partitioned_team_test.empty
51: [       OK ] std_algorithms_is_partitioned_team_test.empty (7 ms)
51: [ RUN      ] std_algorithms_is_partitioned_team_test.all_true
51: [       OK ] std_algorithms_is_partitioned_team_test.all_true (387 ms)
51: [ RUN      ] std_algorithms_is_partitioned_team_test.all_false
51: [       OK ] std_algorithms_is_partitioned_team_test.all_false (388 ms)
51: [ RUN      ] std_algorithms_is_partitioned_team_test.random
51: [       OK ] std_algorithms_is_partitioned_team_test.random (308 ms)
51: [----------] 4 tests from std_algorithms_is_partitioned_team_test (1092 ms total)
51: 
51: [----------] 4 tests from std_algorithms_partition_copy_team_test
51: [ RUN      ] std_algorithms_partition_copy_team_test.empty
51: [       OK ] std_algorithms_partition_copy_team_test.empty (12 ms)
51: [ RUN      ] std_algorithms_partition_copy_team_test.all_true
51: [       OK ] std_algorithms_partition_copy_team_test.all_true (990 ms)
51: [ RUN      ] std_algorithms_partition_copy_team_test.all_false
51: [       OK ] std_algorithms_partition_copy_team_test.all_false (926 ms)
51: [ RUN      ] std_algorithms_partition_copy_team_test.random
51: [       OK ] std_algorithms_partition_copy_team_test.random (828 ms)
51: [----------] 4 tests from std_algorithms_partition_copy_team_test (2757 ms total)
51: 
51: [----------] 4 tests from std_algorithms_partition_point_team_test
51: [ RUN      ] std_algorithms_partition_point_team_test.empty
51: [       OK ] std_algorithms_partition_point_team_test.empty (7 ms)
51: [ RUN      ] std_algorithms_partition_point_team_test.all_true
51: [       OK ] std_algorithms_partition_point_team_test.all_true (382 ms)
51: [ RUN      ] std_algorithms_partition_point_team_test.all_false
51: [       OK ] std_algorithms_partition_point_team_test.all_false (404 ms)
51: [ RUN      ] std_algorithms_partition_point_team_test.random
51: [       OK ] std_algorithms_partition_point_team_test.random (301 ms)
51: [----------] 4 tests from std_algorithms_partition_point_team_test (1096 ms total)
51: 
51: [----------] Global test environment tear-down
51: [==========] 18 tests from 5 test suites ran. (7986 ms total)
51: [  PASSED  ] 18 tests.
51/55 Test #51: Kokkos_AlgorithmsUnitTest_StdSet_Team_L ....................   Passed    8.16 sec
test 52
      Start 52: Kokkos_AlgorithmsUnitTest_StdSet_Team_M

52: Test command: /var/jenkins/workspace/Kokkos_PR-8351/build/algorithms/unit_tests/Kokkos_AlgorithmsUnitTest_StdSet_Team_M
52: Test timeout computed to be: 1500
52: Kokkos::OpenMP::initialize WARNING: You are likely oversubscribing your CPU cores.
52:                                     Detected: 6 cores per node.
52:                                     Detected: 1 MPI_ranks per node.
52:                                     Requested: 8 threads per process.
52: [==========] Running 5 tests from 4 test suites.
52: [----------] Global test environment set-up.
52: [----------] 2 tests from std_algorithms_transform_team_test
52: [ RUN      ] std_algorithms_transform_team_test.test_unary_op
52: [       OK ] std_algorithms_transform_team_test.test_unary_op (911 ms)
52: [ RUN      ] std_algorithms_transform_team_test.test_binary_op
52: [       OK ] std_algorithms_transform_team_test.test_binary_op (1019 ms)
52: [----------] 2 tests from std_algorithms_transform_team_test (1931 ms total)
52: 
52: [----------] 1 test from std_algorithms_generate_team_test
52: [ RUN      ] std_algorithms_generate_team_test.test_unary_op
52: [       OK ] std_algorithms_generate_team_test.test_unary_op (1995 ms)
52: [----------] 1 test from std_algorithms_generate_team_test (1995 ms total)
52: 
52: [----------] 1 test from std_algorithms_generate_n_team_test
52: [ RUN      ] std_algorithms_generate_n_team_test.test
52: [       OK ] std_algorithms_generate_n_team_test.test (475 ms)
52: [----------] 1 test from std_algorithms_generate_n_team_test (475 ms total)
52: 
52: [----------] 1 test from std_algorithms_swap_ranges_team_test
52: [ RUN      ] std_algorithms_swap_ranges_team_test.test
52: [       OK ] std_algorithms_swap_ranges_team_test.test (988 ms)
52: [----------] 1 test from std_algorithms_swap_ranges_team_test (988 ms total)
52: 
52: [----------] Global test environment tear-down
52: [==========] 5 tests from 4 test suites ran. (5390 ms total)
52: [  PASSED  ] 5 tests.
52/55 Test #52: Kokkos_AlgorithmsUnitTest_StdSet_Team_M ....................   Passed    5.55 sec
test 53
      Start 53: Kokkos_AlgorithmsUnitTest_StdSet_Team_P

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

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

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

100% tests passed, 0 tests failed out of 55

Label Time Summary:
Kokkos    = 308.17 sec*proc (55 tests)

Total Test time (real) = 308.28 sec
Post stage
[Pipeline] xunit
INFO: Processing CTest-Version 3.x (default)
[Pipeline] }
[Pipeline] // withEnv
[Pipeline] }
$ docker stop --time=1 bde2ec04b57c3870735446f087033d283611075a847368632491d9992bf6d061
INFO: [CTest-Version 3.x (default)] - 1 test report file(s) were found with the pattern 'build/Testing/**/Test.xml' relative to '/var/jenkins/workspace/Kokkos_PR-8351' for the testing framework 'CTest-Version 3.x (default)'.
$ docker rm -f --volumes bde2ec04b57c3870735446f087033d283611075a847368632491d9992bf6d061
[Pipeline] // withDockerContainer
[Pipeline] }
[Pipeline] // node
[Pipeline] }
[Pipeline] // stage
[Pipeline] }
Running on villars02 in /var/jenkins/workspace/Kokkos/PR-8351
[Pipeline] {
[Pipeline] checkout
[Pipeline] isUnix
[Pipeline] readFile
[Pipeline] }
[Pipeline] // node
[Pipeline] }
[Pipeline] // stage
[Pipeline] }
Failed in branch CUDA-13.0-NVCC-DEBUG
wrapper script does not seem to be touching the log file in /var/jenkins/workspace/Kokkos_PR-8351@tmp/durable-0fc8068a
(JENKINS-48300: if on an extremely laggy filesystem, consider -Dorg.jenkinsci.plugins.durabletask.BourneShellScript.HEARTBEAT_CHECK_INTERVAL=86400)
fetnat_09 seems to be removed or offline (java.io.IOException: Disk quota exceeded); will wait for 5 min 0 sec for it to come back online
fetnat_09 is back online
wrapper script does not seem to be touching the log file in /var/jenkins/workspace/Kokkos_PR-8351@tmp/durable-0fc8068a
(JENKINS-48300: if on an extremely laggy filesystem, consider -Dorg.jenkinsci.plugins.durabletask.BourneShellScript.HEARTBEAT_CHECK_INTERVAL=86400)
fetnat_09 seems to be removed or offline (java.io.IOException: Disk quota exceeded); will wait for 5 min 0 sec for it to come back online
fetnat_09 is back online
wrapper script does not seem to be touching the log file in /var/jenkins/workspace/Kokkos_PR-8351@tmp/durable-0fc8068a
(JENKINS-48300: if on an extremely laggy filesystem, consider -Dorg.jenkinsci.plugins.durabletask.BourneShellScript.HEARTBEAT_CHECK_INTERVAL=86400)
fetnat_09 seems to be removed or offline (java.io.IOException: Disk quota exceeded); will wait for 5 min 0 sec for it to come back online
fetnat_09 is back online
wrapper script does not seem to be touching the log file in /var/jenkins/workspace/Kokkos_PR-8351@tmp/durable-0fc8068a
(JENKINS-48300: if on an extremely laggy filesystem, consider -Dorg.jenkinsci.plugins.durabletask.BourneShellScript.HEARTBEAT_CHECK_INTERVAL=86400)
fetnat_09 seems to be removed or offline (java.io.IOException: Disk quota exceeded); will wait for 5 min 0 sec for it to come back online
fetnat_09 is back online
wrapper script does not seem to be touching the log file in /var/jenkins/workspace/Kokkos_PR-8351@tmp/durable-0fc8068a
(JENKINS-48300: if on an extremely laggy filesystem, consider -Dorg.jenkinsci.plugins.durabletask.BourneShellScript.HEARTBEAT_CHECK_INTERVAL=86400)
fetnat_09 seems to be removed or offline (java.io.IOException: Disk quota exceeded); will wait for 5 min 0 sec for it to come back online
fetnat_09 is back online
wrapper script does not seem to be touching the log file in /var/jenkins/workspace/Kokkos_PR-8351@tmp/durable-0fc8068a
(JENKINS-48300: if on an extremely laggy filesystem, consider -Dorg.jenkinsci.plugins.durabletask.BourneShellScript.HEARTBEAT_CHECK_INTERVAL=86400)
fetnat_09 seems to be removed or offline (java.io.IOException: Disk quota exceeded); will wait for 5 min 0 sec for it to come back online
fetnat_09 is back online
wrapper script does not seem to be touching the log file in /var/jenkins/workspace/Kokkos_PR-8351@tmp/durable-0fc8068a
(JENKINS-48300: if on an extremely laggy filesystem, consider -Dorg.jenkinsci.plugins.durabletask.BourneShellScript.HEARTBEAT_CHECK_INTERVAL=86400)
fetnat_09 seems to be removed or offline (java.io.IOException: Disk quota exceeded); will wait for 5 min 0 sec for it to come back online
fetnat_09 is back online
wrapper script does not seem to be touching the log file in /var/jenkins/workspace/Kokkos_PR-8351@tmp/durable-0fc8068a
(JENKINS-48300: if on an extremely laggy filesystem, consider -Dorg.jenkinsci.plugins.durabletask.BourneShellScript.HEARTBEAT_CHECK_INTERVAL=86400)
fetnat_09 seems to be removed or offline (java.io.IOException: Disk quota exceeded); will wait for 5 min 0 sec for it to come back online
fetnat_09 is back online
wrapper script does not seem to be touching the log file in /var/jenkins/workspace/Kokkos_PR-8351@tmp/durable-0fc8068a
(JENKINS-48300: if on an extremely laggy filesystem, consider -Dorg.jenkinsci.plugins.durabletask.BourneShellScript.HEARTBEAT_CHECK_INTERVAL=86400)
fetnat_09 seems to be removed or offline (java.io.IOException: Disk quota exceeded); will wait for 5 min 0 sec for it to come back online
fetnat_09 is back online
wrapper script does not seem to be touching the log file in /var/jenkins/workspace/Kokkos_PR-8351@tmp/durable-0fc8068a
(JENKINS-48300: if on an extremely laggy filesystem, consider -Dorg.jenkinsci.plugins.durabletask.BourneShellScript.HEARTBEAT_CHECK_INTERVAL=86400)
fetnat_09 seems to be removed or offline (java.io.IOException: Disk quota exceeded); will wait for 5 min 0 sec for it to come back online
fetnat_09 is back online
wrapper script does not seem to be touching the log file in /var/jenkins/workspace/Kokkos_PR-8351@tmp/durable-0fc8068a
(JENKINS-48300: if on an extremely laggy filesystem, consider -Dorg.jenkinsci.plugins.durabletask.BourneShellScript.HEARTBEAT_CHECK_INTERVAL=86400)
fetnat_09 seems to be removed or offline (java.io.IOException: Disk quota exceeded); will wait for 5 min 0 sec for it to come back online
fetnat_09 is back online
wrapper script does not seem to be touching the log file in /var/jenkins/workspace/Kokkos_PR-8351@tmp/durable-0fc8068a
(JENKINS-48300: if on an extremely laggy filesystem, consider -Dorg.jenkinsci.plugins.durabletask.BourneShellScript.HEARTBEAT_CHECK_INTERVAL=86400)
fetnat_09 seems to be removed or offline (java.io.IOException: Disk quota exceeded); will wait for 5 min 0 sec for it to come back online
fetnat_09 is back online
wrapper script does not seem to be touching the log file in /var/jenkins/workspace/Kokkos_PR-8351@tmp/durable-0fc8068a
(JENKINS-48300: if on an extremely laggy filesystem, consider -Dorg.jenkinsci.plugins.durabletask.BourneShellScript.HEARTBEAT_CHECK_INTERVAL=86400)
fetnat_09 seems to be removed or offline (java.io.IOException: Disk quota exceeded); will wait for 5 min 0 sec for it to come back online
fetnat_09 is back online
wrapper script does not seem to be touching the log file in /var/jenkins/workspace/Kokkos_PR-8351@tmp/durable-0fc8068a
(JENKINS-48300: if on an extremely laggy filesystem, consider -Dorg.jenkinsci.plugins.durabletask.BourneShellScript.HEARTBEAT_CHECK_INTERVAL=86400)
fetnat_09 seems to be removed or offline (java.io.IOException: Disk quota exceeded); will wait for 5 min 0 sec for it to come back online
fetnat_09 is back online
wrapper script does not seem to be touching the log file in /var/jenkins/workspace/Kokkos_PR-8351@tmp/durable-0fc8068a
(JENKINS-48300: if on an extremely laggy filesystem, consider -Dorg.jenkinsci.plugins.durabletask.BourneShellScript.HEARTBEAT_CHECK_INTERVAL=86400)
fetnat_09 seems to be removed or offline (java.io.IOException: Disk quota exceeded); will wait for 5 min 0 sec for it to come back online
fetnat_09 is back online
wrapper script does not seem to be touching the log file in /var/jenkins/workspace/Kokkos_PR-8351@tmp/durable-0fc8068a
(JENKINS-48300: if on an extremely laggy filesystem, consider -Dorg.jenkinsci.plugins.durabletask.BourneShellScript.HEARTBEAT_CHECK_INTERVAL=86400)
fetnat_09 seems to be removed or offline (java.io.IOException: Disk quota exceeded); will wait for 5 min 0 sec for it to come back online
fetnat_09 is back online
wrapper script does not seem to be touching the log file in /var/jenkins/workspace/Kokkos_PR-8351@tmp/durable-0fc8068a
(JENKINS-48300: if on an extremely laggy filesystem, consider -Dorg.jenkinsci.plugins.durabletask.BourneShellScript.HEARTBEAT_CHECK_INTERVAL=86400)
fetnat_09 seems to be removed or offline (java.io.IOException: Disk quota exceeded); will wait for 5 min 0 sec for it to come back online
fetnat_09 is back online
wrapper script does not seem to be touching the log file in /var/jenkins/workspace/Kokkos_PR-8351@tmp/durable-0fc8068a
(JENKINS-48300: if on an extremely laggy filesystem, consider -Dorg.jenkinsci.plugins.durabletask.BourneShellScript.HEARTBEAT_CHECK_INTERVAL=86400)
fetnat_09 seems to be removed or offline (java.io.IOException: Disk quota exceeded); will wait for 5 min 0 sec for it to come back online
fetnat_09 is back online
wrapper script does not seem to be touching the log file in /var/jenkins/workspace/Kokkos_PR-8351@tmp/durable-0fc8068a
(JENKINS-48300: if on an extremely laggy filesystem, consider -Dorg.jenkinsci.plugins.durabletask.BourneShellScript.HEARTBEAT_CHECK_INTERVAL=86400)
fetnat_09 seems to be removed or offline (java.io.IOException: Disk quota exceeded); will wait for 5 min 0 sec for it to come back online
fetnat_09 is back online
wrapper script does not seem to be touching the log file in /var/jenkins/workspace/Kokkos_PR-8351@tmp/durable-0fc8068a
(JENKINS-48300: if on an extremely laggy filesystem, consider -Dorg.jenkinsci.plugins.durabletask.BourneShellScript.HEARTBEAT_CHECK_INTERVAL=86400)
fetnat_09 seems to be removed or offline (java.io.IOException: Disk quota exceeded); will wait for 5 min 0 sec for it to come back online
fetnat_09 is back online
wrapper script does not seem to be touching the log file in /var/jenkins/workspace/Kokkos_PR-8351@tmp/durable-0fc8068a
(JENKINS-48300: if on an extremely laggy filesystem, consider -Dorg.jenkinsci.plugins.durabletask.BourneShellScript.HEARTBEAT_CHECK_INTERVAL=86400)
fetnat_09 seems to be removed or offline (java.io.IOException: Disk quota exceeded); will wait for 5 min 0 sec for it to come back online
fetnat_09 is back online
wrapper script does not seem to be touching the log file in /var/jenkins/workspace/Kokkos_PR-8351@tmp/durable-0fc8068a
(JENKINS-48300: if on an extremely laggy filesystem, consider -Dorg.jenkinsci.plugins.durabletask.BourneShellScript.HEARTBEAT_CHECK_INTERVAL=86400)
fetnat_09 seems to be removed or offline (java.io.IOException: Disk quota exceeded); will wait for 5 min 0 sec for it to come back online
fetnat_09 is back online
Cancelling nested steps due to timeout
Sending interrupt signal to process
Post stage
[Pipeline] sh
Error when executing always post condition:
Also:   hudson.remoting.Channel$CallSiteStackTrace: Remote call to JNLP4-connect connection from 10.64.199.34/10.64.199.34:40764
		at hudson.remoting.Channel.attachCallSiteStackTrace(Channel.java:1916)
		at hudson.remoting.UserRequest$ExceptionResponse.retrieve(UserRequest.java:384)
		at hudson.remoting.Channel.call(Channel.java:1108)
		at hudson.FilePath.act(FilePath.java:1207)
		at hudson.FilePath.act(FilePath.java:1196)
		at hudson.FilePath.write(FilePath.java:2514)
		at PluginClassLoader for durable-task//org.jenkinsci.plugins.durabletask.BourneShellScript.launchWithCookie(BourneShellScript.java:145)
		at PluginClassLoader for durable-task//org.jenkinsci.plugins.durabletask.FileMonitoringTask.launch(FileMonitoringTask.java:132)
		at PluginClassLoader for workflow-durable-task-step//org.jenkinsci.plugins.workflow.steps.durable_task.DurableTaskStep$Execution.start(DurableTaskStep.java:330)
		at PluginClassLoader for workflow-cps//org.jenkinsci.plugins.workflow.cps.DSL.invokeStep(DSL.java:322)
		at PluginClassLoader for workflow-cps//org.jenkinsci.plugins.workflow.cps.DSL.invokeMethod(DSL.java:195)
		at PluginClassLoader for workflow-cps//org.jenkinsci.plugins.workflow.cps.CpsScript.invokeMethod(CpsScript.java:124)
		at java.base/jdk.internal.reflect.DirectMethodHandleAccessor.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 PluginClassLoader for script-security//org.kohsuke.groovy.sandbox.impl.Checker$1.call(Checker.java:180)
		at PluginClassLoader for script-security//org.kohsuke.groovy.sandbox.GroovyInterceptor.onMethodCall(GroovyInterceptor.java:23)
		at PluginClassLoader for script-security//org.jenkinsci.plugins.scriptsecurity.sandbox.groovy.SandboxInterceptor.onMethodCall(SandboxInterceptor.java:163)
		at PluginClassLoader for script-security//org.kohsuke.groovy.sandbox.impl.Checker$1.call(Checker.java:178)
		at PluginClassLoader for script-security//org.kohsuke.groovy.sandbox.impl.Checker.checkedCall(Checker.java:182)
		at PluginClassLoader for script-security//org.kohsuke.groovy.sandbox.impl.Checker.checkedCall(Checker.java:152)
		at PluginClassLoader for workflow-cps//com.cloudbees.groovy.cps.sandbox.SandboxInvoker.methodCall(SandboxInvoker.java:17)
		at PluginClassLoader for workflow-cps//org.jenkinsci.plugins.workflow.cps.LoggingInvoker.methodCall(LoggingInvoker.java:118)
		at PluginClassLoader for workflow-cps//com.cloudbees.groovy.cps.impl.ContinuationGroup.methodCall(ContinuationGroup.java:90)
		at PluginClassLoader for workflow-cps//com.cloudbees.groovy.cps.impl.FunctionCallBlock$ContinuationImpl.dispatchOrArg(FunctionCallBlock.java:114)
		at PluginClassLoader for workflow-cps//com.cloudbees.groovy.cps.impl.FunctionCallBlock$ContinuationImpl.fixArg(FunctionCallBlock.java:83)
		at java.base/jdk.internal.reflect.DirectMethodHandleAccessor.invoke(Unknown Source)
		at java.base/java.lang.reflect.Method.invoke(Unknown Source)
		at PluginClassLoader for workflow-cps//com.cloudbees.groovy.cps.impl.ContinuationPtr$ContinuationImpl.receive(ContinuationPtr.java:72)
		at PluginClassLoader for workflow-cps//com.cloudbees.groovy.cps.impl.ConstantBlock.eval(ConstantBlock.java:21)
		at PluginClassLoader for workflow-cps//com.cloudbees.groovy.cps.Next.step(Next.java:83)
		at PluginClassLoader for workflow-cps//com.cloudbees.groovy.cps.Continuable.run0(Continuable.java:147)
		at PluginClassLoader for workflow-cps//org.jenkinsci.plugins.workflow.cps.SandboxContinuable.access$001(SandboxContinuable.java:17)
		at PluginClassLoader for workflow-cps//org.jenkinsci.plugins.workflow.cps.SandboxContinuable.run0(SandboxContinuable.java:49)
		at PluginClassLoader for workflow-cps//org.jenkinsci.plugins.workflow.cps.CpsThread.runNextChunk(CpsThread.java:181)
		at PluginClassLoader for workflow-cps//org.jenkinsci.plugins.workflow.cps.CpsThreadGroup.run(CpsThreadGroup.java:437)
		at PluginClassLoader for workflow-cps//org.jenkinsci.plugins.workflow.cps.CpsThreadGroup$2.call(CpsThreadGroup.java:345)
		at PluginClassLoader for workflow-cps//org.jenkinsci.plugins.workflow.cps.CpsThreadGroup$2.call(CpsThreadGroup.java:298)
		at PluginClassLoader for workflow-cps//org.jenkinsci.plugins.workflow.cps.CpsVmExecutorService.lambda$wrap$4(CpsVmExecutorService.java:140)
		at java.base/java.util.concurrent.FutureTask.run(Unknown Source)
		at hudson.remoting.SingleLaneExecutorService$1.run(SingleLaneExecutorService.java:139)
		at jenkins.util.ContextResettingExecutorService$1.run(ContextResettingExecutorService.java:28)
		at jenkins.security.ImpersonatingExecutorService$1.run(ImpersonatingExecutorService.java:68)
		at jenkins.util.ErrorLoggingExecutorService.lambda$wrap$0(ErrorLoggingExecutorService.java:51)
		at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Unknown Source)
		at java.base/java.util.concurrent.FutureTask.run(Unknown Source)
		at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(Unknown Source)
		at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(Unknown Source)
		at PluginClassLoader for workflow-cps//org.jenkinsci.plugins.workflow.cps.CpsVmExecutorService$1.call(CpsVmExecutorService.java:53)
		at PluginClassLoader for workflow-cps//org.jenkinsci.plugins.workflow.cps.CpsVmExecutorService$1.call(CpsVmExecutorService.java:50)
		at org.codehaus.groovy.runtime.GroovyCategorySupport$ThreadCategoryInfo.use(GroovyCategorySupport.java:136)
		at org.codehaus.groovy.runtime.GroovyCategorySupport.use(GroovyCategorySupport.java:275)
		at PluginClassLoader for workflow-cps//org.jenkinsci.plugins.workflow.cps.CpsVmExecutorService.lambda$categoryThreadFactory$0(CpsVmExecutorService.java:50)
		at java.base/java.lang.Thread.run(Unknown Source)
Also:   org.jenkinsci.plugins.workflow.actions.ErrorAction$ErrorId: d7e6d554-cd21-42a8-9064-9d523d2be2ca
java.io.IOException: Disk quota exceeded
	at java.base/sun.nio.ch.UnixFileDispatcherImpl.write0(Native Method)
	at java.base/sun.nio.ch.UnixFileDispatcherImpl.write(UnixFileDispatcherImpl.java:65)
	at java.base/sun.nio.ch.IOUtil.writeFromNativeBuffer(IOUtil.java:137)
	at java.base/sun.nio.ch.IOUtil.write(IOUtil.java:102)
	at java.base/sun.nio.ch.IOUtil.write(IOUtil.java:72)
	at java.base/sun.nio.ch.FileChannelImpl.write(FileChannelImpl.java:300)
	at java.base/sun.nio.ch.ChannelOutputStream.writeFully(ChannelOutputStream.java:68)
	at java.base/sun.nio.ch.ChannelOutputStream.write(ChannelOutputStream.java:105)
	at java.base/sun.nio.cs.StreamEncoder.writeBytes(StreamEncoder.java:309)
	at java.base/sun.nio.cs.StreamEncoder.implClose(StreamEncoder.java:432)
	at java.base/sun.nio.cs.StreamEncoder.lockedClose(StreamEncoder.java:237)
	at java.base/sun.nio.cs.StreamEncoder.close(StreamEncoder.java:222)
	at java.base/java.io.OutputStreamWriter.close(OutputStreamWriter.java:266)
	at Jenkins v2.504.3//hudson.FilePath$Write.invoke(FilePath.java:2533)
	at Jenkins v2.504.3//hudson.FilePath$Write.invoke(FilePath.java:2517)
	at Jenkins v2.504.3//hudson.FilePath$FileCallableWrapper.call(FilePath.java:3593)
	at hudson.remoting.UserRequest.perform(UserRequest.java:225)
	at hudson.remoting.UserRequest.perform(UserRequest.java:50)
	at hudson.remoting.Request$2.run(Request.java:391)
	at hudson.remoting.InterceptingExecutorService.lambda$wrap$0(InterceptingExecutorService.java:81)
	at java.base/java.util.concurrent.FutureTask.run(FutureTask.java:317)
	at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1144)
	at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:642)
	at hudson.remoting.Engine$1.lambda$newThread$0(Engine.java:138)
	at java.base/java.lang.Thread.run(Thread.java:1583)

[Pipeline] }
$ docker stop --time=1 a71e3f38c96e32a8bff6ead0e7a619e2c535082a09431a91fa596085b348746c
$ docker rm -f --volumes a71e3f38c96e32a8bff6ead0e7a619e2c535082a09431a91fa596085b348746c
[Pipeline] // withDockerContainer
[Pipeline] }
[Pipeline] // node
[Pipeline] }
[Pipeline] // stage
[Pipeline] }
Failed in branch OPENMPTARGET-Clang
[Pipeline] // parallel
[Pipeline] }
[Pipeline] // stage
[Pipeline] }
[Pipeline] // timeout
[Pipeline] }
[Pipeline] // withEnv
[Pipeline] End of Pipeline
hudson.remoting.ProxyException: java.nio.file.NoSuchFileException: /var/jenkins/workspace/Kokkos_PR-8351/scripts/docker/Dockerfile.nvcc
	at java.base/sun.nio.fs.UnixException.translateToIOException(UnixException.java:92)
	at java.base/sun.nio.fs.UnixException.rethrowAsIOException(UnixException.java:106)
	at java.base/sun.nio.fs.UnixException.rethrowAsIOException(UnixException.java:111)
	at java.base/sun.nio.fs.UnixFileSystemProvider.newByteChannel(UnixFileSystemProvider.java:261)
	at java.base/java.nio.file.Files.newByteChannel(Files.java:379)
	at java.base/java.nio.file.Files.newByteChannel(Files.java:431)
	at java.base/java.nio.file.spi.FileSystemProvider.newInputStream(FileSystemProvider.java:420)
	at java.base/java.nio.file.Files.newInputStream(Files.java:159)
	at Jenkins v2.504.3//hudson.FilePath.openInputStream(FilePath.java:2232)
	at Jenkins v2.504.3//hudson.FilePath.newInputStreamDenyingSymlinkAsNeeded(FilePath.java:2220)
	at Jenkins v2.504.3//hudson.FilePath$Read.invoke(FilePath.java:2376)
	at Jenkins v2.504.3//hudson.FilePath$Read.invoke(FilePath.java:2362)
	at Jenkins v2.504.3//hudson.FilePath$FileCallableWrapper.call(FilePath.java:3593)
	at hudson.remoting.UserRequest.perform(UserRequest.java:225)
	at hudson.remoting.UserRequest.perform(UserRequest.java:50)
	at hudson.remoting.Request$2.run(Request.java:391)
	at hudson.remoting.InterceptingExecutorService.lambda$wrap$0(InterceptingExecutorService.java:81)
	at java.base/java.util.concurrent.FutureTask.run(FutureTask.java:317)
	at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1144)
	at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:642)
	at hudson.remoting.Engine$1.lambda$newThread$0(Engine.java:138)
	at java.base/java.lang.Thread.run(Thread.java:1583)
Also:   hudson.remoting.ProxyException: org.jenkinsci.plugins.workflow.actions.ErrorAction$ErrorId: 2e1afa1d-1225-4ab2-9fa9-cbecdbefe051
Also:   hudson.remoting.ProxyException: java.nio.file.NoSuchFileException: /var/jenkins/workspace/Kokkos_PR-8351/scripts/docker/Dockerfile.nvcc
		at java.base/sun.nio.fs.UnixException.translateToIOException(UnixException.java:92)
		at java.base/sun.nio.fs.UnixException.rethrowAsIOException(UnixException.java:106)
		at java.base/sun.nio.fs.UnixException.rethrowAsIOException(UnixException.java:111)
		at java.base/sun.nio.fs.UnixFileSystemProvider.newByteChannel(UnixFileSystemProvider.java:261)
		at java.base/java.nio.file.Files.newByteChannel(Files.java:379)
		at java.base/java.nio.file.Files.newByteChannel(Files.java:431)
		at java.base/java.nio.file.spi.FileSystemProvider.newInputStream(FileSystemProvider.java:420)
		at java.base/java.nio.file.Files.newInputStream(Files.java:159)
		at Jenkins v2.504.3//hudson.FilePath.openInputStream(FilePath.java:2232)
		at Jenkins v2.504.3//hudson.FilePath.newInputStreamDenyingSymlinkAsNeeded(FilePath.java:2220)
		at Jenkins v2.504.3//hudson.FilePath$Read.invoke(FilePath.java:2376)
		at Jenkins v2.504.3//hudson.FilePath$Read.invoke(FilePath.java:2362)
		at Jenkins v2.504.3//hudson.FilePath$FileCallableWrapper.call(FilePath.java:3593)
		at hudson.remoting.UserRequest.perform(UserRequest.java:225)
		at hudson.remoting.UserRequest.perform(UserRequest.java:50)
		at hudson.remoting.Request$2.run(Request.java:391)
		at hudson.remoting.InterceptingExecutorService.lambda$wrap$0(InterceptingExecutorService.java:81)
		at java.base/java.util.concurrent.FutureTask.run(FutureTask.java:317)
		at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1144)
		at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:642)
		at hudson.remoting.Engine$1.lambda$newThread$0(Engine.java:138)
		at java.base/java.lang.Thread.run(Thread.java:1583)
	Also:   hudson.remoting.ProxyException: org.jenkinsci.plugins.workflow.actions.ErrorAction$ErrorId: 3e1f1d1f-170b-483c-8ad2-76273170d9b4
	Caused: hudson.remoting.ProxyException: java.io.IOException: java.nio.file.NoSuchFileException: /var/jenkins/workspace/Kokkos_PR-8351/scripts/docker/Dockerfile.nvcc
Also:   hudson.remoting.ProxyException: java.nio.file.NoSuchFileException: /var/jenkins/workspace/Kokkos_PR-8351/scripts/docker/Dockerfile.nvcc
		at java.base/sun.nio.fs.UnixException.translateToIOException(UnixException.java:92)
		at java.base/sun.nio.fs.UnixException.rethrowAsIOException(UnixException.java:106)
		at java.base/sun.nio.fs.UnixException.rethrowAsIOException(UnixException.java:111)
		at java.base/sun.nio.fs.UnixFileSystemProvider.newByteChannel(UnixFileSystemProvider.java:261)
		at java.base/java.nio.file.Files.newByteChannel(Files.java:379)
		at java.base/java.nio.file.Files.newByteChannel(Files.java:431)
		at java.base/java.nio.file.spi.FileSystemProvider.newInputStream(FileSystemProvider.java:420)
		at java.base/java.nio.file.Files.newInputStream(Files.java:159)
		at Jenkins v2.504.3//hudson.FilePath.openInputStream(FilePath.java:2232)
		at Jenkins v2.504.3//hudson.FilePath.newInputStreamDenyingSymlinkAsNeeded(FilePath.java:2220)
		at Jenkins v2.504.3//hudson.FilePath$Read.invoke(FilePath.java:2376)
		at Jenkins v2.504.3//hudson.FilePath$Read.invoke(FilePath.java:2362)
		at Jenkins v2.504.3//hudson.FilePath$FileCallableWrapper.call(FilePath.java:3593)
		at hudson.remoting.UserRequest.perform(UserRequest.java:225)
		at hudson.remoting.UserRequest.perform(UserRequest.java:50)
		at hudson.remoting.Request$2.run(Request.java:391)
		at hudson.remoting.InterceptingExecutorService.lambda$wrap$0(InterceptingExecutorService.java:81)
		at java.base/java.util.concurrent.FutureTask.run(FutureTask.java:317)
		at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1144)
		at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:642)
		at hudson.remoting.Engine$1.lambda$newThread$0(Engine.java:138)
		at java.base/java.lang.Thread.run(Thread.java:1583)
	Also:   hudson.remoting.ProxyException: org.jenkinsci.plugins.workflow.actions.ErrorAction$ErrorId: d29e2934-07f5-432a-94e4-40a8603930de
	Caused: hudson.remoting.ProxyException: java.io.IOException: java.nio.file.NoSuchFileException: /var/jenkins/workspace/Kokkos_PR-8351/scripts/docker/Dockerfile.nvcc
Also:   hudson.remoting.ProxyException: java.nio.file.NoSuchFileException: /var/jenkins/workspace/Kokkos/PR-8351/scripts/docker/Dockerfile.nvcc
		at java.base/sun.nio.fs.UnixException.translateToIOException(UnixException.java:92)
		at java.base/sun.nio.fs.UnixException.rethrowAsIOException(UnixException.java:106)
		at java.base/sun.nio.fs.UnixException.rethrowAsIOException(UnixException.java:111)
		at java.base/sun.nio.fs.UnixFileSystemProvider.newByteChannel(UnixFileSystemProvider.java:261)
		at java.base/java.nio.file.Files.newByteChannel(Files.java:380)
		at java.base/java.nio.file.Files.newByteChannel(Files.java:432)
		at java.base/java.nio.file.spi.FileSystemProvider.newInputStream(FileSystemProvider.java:420)
		at java.base/java.nio.file.Files.newInputStream(Files.java:160)
		at Jenkins v2.504.3//hudson.FilePath.openInputStream(FilePath.java:2232)
		at Jenkins v2.504.3//hudson.FilePath.newInputStreamDenyingSymlinkAsNeeded(FilePath.java:2220)
		at Jenkins v2.504.3//hudson.FilePath$Read.invoke(FilePath.java:2376)
		at Jenkins v2.504.3//hudson.FilePath$Read.invoke(FilePath.java:2362)
		at Jenkins v2.504.3//hudson.FilePath$FileCallableWrapper.call(FilePath.java:3593)
		at hudson.remoting.UserRequest.perform(UserRequest.java:225)
		at hudson.remoting.UserRequest.perform(UserRequest.java:50)
		at hudson.remoting.Request$2.run(Request.java:391)
		at hudson.remoting.InterceptingExecutorService.lambda$wrap$0(InterceptingExecutorService.java:81)
		at java.base/java.util.concurrent.FutureTask.run(FutureTask.java:317)
		at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1144)
		at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:642)
		at hudson.remoting.Engine$1.lambda$newThread$0(Engine.java:138)
		at java.base/java.lang.Thread.run(Thread.java:1583)
	Also:   hudson.remoting.ProxyException: org.jenkinsci.plugins.workflow.actions.ErrorAction$ErrorId: 87cbc257-502c-4ba7-bf5e-d0a1b6449b2a
	Caused: hudson.remoting.ProxyException: java.io.IOException: java.nio.file.NoSuchFileException: /var/jenkins/workspace/Kokkos/PR-8351/scripts/docker/Dockerfile.nvcc
Also:   	Also:   hudson.remoting.ProxyException: java.io.IOException: failed to run ps
			at PluginClassLoader for docker-workflow//org.jenkinsci.plugins.docker.workflow.WithContainerStep$Decorator$1.kill(WithContainerStep.java:379)
			at PluginClassLoader for durable-task//org.jenkinsci.plugins.durabletask.FileMonitoringTask$FileMonitoringController.stop(FileMonitoringTask.java:488)
			at PluginClassLoader for workflow-durable-task-step//org.jenkinsci.plugins.workflow.steps.durable_task.DurableTaskStep$Execution.stop(DurableTaskStep.java:527)
			at PluginClassLoader for workflow-cps//org.jenkinsci.plugins.workflow.cps.CpsThread.stop(CpsThread.java:317)
			at PluginClassLoader for workflow-cps//org.jenkinsci.plugins.workflow.cps.CpsBodyExecution$2.onSuccess(CpsBodyExecution.java:266)
			at PluginClassLoader for workflow-cps//org.jenkinsci.plugins.workflow.cps.CpsBodyExecution$2.onSuccess(CpsBodyExecution.java:250)
			at PluginClassLoader for workflow-cps//org.jenkinsci.plugins.workflow.cps.CpsFlowExecution$4$1.run(CpsFlowExecution.java:1010)
			at PluginClassLoader for workflow-cps//org.jenkinsci.plugins.workflow.cps.CpsVmExecutorService.lambda$wrap$2(CpsVmExecutorService.java:85)
			at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Unknown Source)
			at java.base/java.util.concurrent.FutureTask.run(Unknown Source)
			at hudson.remoting.SingleLaneExecutorService$1.run(SingleLaneExecutorService.java:139)
			at jenkins.util.ContextResettingExecutorService$1.run(ContextResettingExecutorService.java:28)
			at jenkins.security.ImpersonatingExecutorService$1.run(ImpersonatingExecutorService.java:68)
			at jenkins.util.ErrorLoggingExecutorService.lambda$wrap$0(ErrorLoggingExecutorService.java:51)
			at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Unknown Source)
			at java.base/java.util.concurrent.FutureTask.run(Unknown Source)
			at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(Unknown Source)
			at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(Unknown Source)
			at PluginClassLoader for workflow-cps//org.jenkinsci.plugins.workflow.cps.CpsVmExecutorService$1.call(CpsVmExecutorService.java:53)
			at PluginClassLoader for workflow-cps//org.jenkinsci.plugins.workflow.cps.CpsVmExecutorService$1.call(CpsVmExecutorService.java:50)
			at org.codehaus.groovy.runtime.GroovyCategorySupport$ThreadCategoryInfo.use(GroovyCategorySupport.java:136)
			at org.codehaus.groovy.runtime.GroovyCategorySupport.use(GroovyCategorySupport.java:275)
			at PluginClassLoader for workflow-cps//org.jenkinsci.plugins.workflow.cps.CpsVmExecutorService.lambda$categoryThreadFactory$0(CpsVmExecutorService.java:50)
	Also:   hudson.remoting.ProxyException: org.jenkinsci.plugins.workflow.actions.ErrorAction$ErrorId: b083aae0-fa58-483c-88c4-b1fd1f0bb228
hudson.remoting.ProxyException: org.jenkinsci.plugins.workflow.steps.FlowInterruptedException
		at PluginClassLoader for workflow-step-api//org.jenkinsci.plugins.workflow.steps.BodyExecution.cancel(BodyExecution.java:59)
		at PluginClassLoader for workflow-basic-steps//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)
Caused: hudson.remoting.ProxyException: java.io.IOException: java.nio.file.NoSuchFileException: /var/jenkins/workspace/Kokkos_PR-8351/scripts/docker/Dockerfile.nvcc
	at hudson.remoting.FastPipedInputStream.read(FastPipedInputStream.java:175)
	at java.base/sun.nio.cs.StreamDecoder.readBytes(Unknown Source)
	at java.base/sun.nio.cs.StreamDecoder.implRead(Unknown Source)
	at java.base/sun.nio.cs.StreamDecoder.lockedRead(Unknown Source)
	at java.base/sun.nio.cs.StreamDecoder.read(Unknown Source)
	at java.base/java.io.InputStreamReader.read(Unknown Source)
	at java.base/java.io.Reader.read(Unknown Source)
	at org.apache.commons.io.IOUtils.copyLarge(IOUtils.java:1611)
	at org.apache.commons.io.IOUtils.copyLarge(IOUtils.java:1590)
	at org.apache.commons.io.IOUtils.copy(IOUtils.java:1385)
	at org.apache.commons.io.IOUtils.copy(IOUtils.java:1158)
	at org.apache.commons.io.IOUtils.toString(IOUtils.java:3168)
	at org.apache.commons.io.IOUtils.toString(IOUtils.java:3194)
	at PluginClassLoader for workflow-basic-steps//org.jenkinsci.plugins.workflow.steps.ReadFileStep$Execution.run(ReadFileStep.java:110)
	at PluginClassLoader for workflow-basic-steps//org.jenkinsci.plugins.workflow.steps.ReadFileStep$Execution.run(ReadFileStep.java:96)
	at PluginClassLoader for workflow-step-api//org.jenkinsci.plugins.workflow.steps.SynchronousNonBlockingStepExecution.lambda$start$0(SynchronousNonBlockingStepExecution.java:49)
	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)
Finished: FAILURE