Skip to content
Failed

Console Output

Skipping 3,185 KB.. Full Log
36: [       OK ] sycl.realloc_exec_space_dualview (0 ms)
36: [ RUN      ] sycl.resize_realloc_no_init_dynrankview
36: [       OK ] sycl.resize_realloc_no_init_dynrankview (0 ms)
36: [ RUN      ] sycl.resize_exec_space_dynrankview
36: [       OK ] sycl.resize_exec_space_dynrankview (0 ms)
36: [ RUN      ] sycl.realloc_exec_space_dynrankview
36: [       OK ] sycl.realloc_exec_space_dynrankview (0 ms)
36: [ RUN      ] sycl.resize_realloc_no_init_scatterview
36: [       OK ] sycl.resize_realloc_no_init_scatterview (0 ms)
36: [ RUN      ] sycl.resize_realloc_no_alloc_scatterview
36: [       OK ] sycl.resize_realloc_no_alloc_scatterview (0 ms)
36: [ RUN      ] sycl.resize_exec_space_scatterview
36: [       OK ] sycl.resize_exec_space_scatterview (0 ms)
36: [ RUN      ] sycl.realloc_exec_space_scatterview
36: [       OK ] sycl.realloc_exec_space_scatterview (0 ms)
36: [ RUN      ] sycl.create_mirror_no_init_dynrankview
36: [       OK ] sycl.create_mirror_no_init_dynrankview (0 ms)
36: [ RUN      ] sycl.create_mirror_no_init_dynrankview_viewctor
36: [       OK ] sycl.create_mirror_no_init_dynrankview_viewctor (0 ms)
36: [ RUN      ] sycl.create_mirror_view_and_copy_dynrankview
36: [       OK ] sycl.create_mirror_view_and_copy_dynrankview (0 ms)
36: [ RUN      ] sycl.create_mirror_no_init_offsetview
36: [       OK ] sycl.create_mirror_no_init_offsetview (0 ms)
36: [ RUN      ] sycl.create_mirror_no_init_offsetview_view_ctor
36: [       OK ] sycl.create_mirror_no_init_offsetview_view_ctor (0 ms)
36: [ RUN      ] sycl.create_mirror_view_and_copy_offsetview
36: [       OK ] sycl.create_mirror_view_and_copy_offsetview (0 ms)
36: [ RUN      ] sycl.create_mirror_no_init_dynamicview
36: [       OK ] sycl.create_mirror_no_init_dynamicview (0 ms)
36: [ RUN      ] sycl.create_mirror_view_and_copy_dynamicview
36: [       OK ] sycl.create_mirror_view_and_copy_dynamicview (0 ms)
36: [ RUN      ] sycl.create_mirror_no_init_dynamicview_view_ctor
36: [       OK ] sycl.create_mirror_no_init_dynamicview_view_ctor (0 ms)
36: [ RUN      ] sycl.UnorderedMap_insert
36: [       OK ] sycl.UnorderedMap_insert (2865 ms)
36: [ RUN      ] sycl.UnorderedMap_failed_insert
36: [       OK ] sycl.UnorderedMap_failed_insert (2465 ms)
36: [ RUN      ] sycl.UnorderedMap_deep_copy
36: [       OK ] sycl.UnorderedMap_deep_copy (4 ms)
36: [ RUN      ] sycl.UnorderedMap_valid_empty
36: [       OK ] sycl.UnorderedMap_valid_empty (1 ms)
36: [ RUN      ] sycl.UnorderedMap_clear_zero_size
36: [       OK ] sycl.UnorderedMap_clear_zero_size (0 ms)
36: [ RUN      ] sycl.UnorderedMap_consistent_size
36: [       OK ] sycl.UnorderedMap_consistent_size (0 ms)
36: [ RUN      ] sycl.UnorderedMap_shallow_copyable_on_device
36: [       OK ] sycl.UnorderedMap_shallow_copyable_on_device (0 ms)
36: [ RUN      ] sycl.UnorderedMap_lambda_capturable
36: [       OK ] sycl.UnorderedMap_lambda_capturable (0 ms)
36: [ RUN      ] sycl.UnorderedMap_constructor_view_alloc
36: [       OK ] sycl.UnorderedMap_constructor_view_alloc (0 ms)
36: [ RUN      ] sycl.viewctorprop_embedded_dim
36: [       OK ] sycl.viewctorprop_embedded_dim (0 ms)
36: [----------] 62 tests from sycl (41717 ms total)
36: 
36: [----------] Global test environment tear-down
36: [==========] 62 tests from 1 test suite ran. (41717 ms total)
36: [  PASSED  ] 62 tests.
36/57 Test #36: Kokkos_ContainersUnitTest_SYCL ................   Passed   44.44 sec
test 37
      Start 37: Kokkos_UnitTest_Sort

37: Test command: /var/jenkins/workspace/Kokkos_PR-6895/build/algorithms/unit_tests/Kokkos_UnitTest_Sort
37: Test timeout computed to be: 1500
37: [==========] Running 15 tests from 1 test suite.
37: [----------] Global test environment set-up.
37: [----------] 15 tests from sycl
37: [ RUN      ] sycl.SortUnsignedValueType
37: [       OK ] sycl.SortUnsignedValueType (19 ms)
37: [ RUN      ] sycl.SortEmptyView
37: [       OK ] sycl.SortEmptyView (0 ms)
37: [ RUN      ] sycl.SortByKeyEmptyView
37: [       OK ] sycl.SortByKeyEmptyView (0 ms)
37: [ RUN      ] sycl.SortByKey
37: [       OK ] sycl.SortByKey (1 ms)
37: [ RUN      ] sycl.SortByKeyWithComparator
37: [       OK ] sycl.SortByKeyWithComparator (1 ms)
37: [ RUN      ] sycl.SortByKeyStaticExtents
37: [       OK ] sycl.SortByKeyStaticExtents (1 ms)
37: [ RUN      ] sycl.SortByKeyWithStrides
37: [       OK ] sycl.SortByKeyWithStrides (1 ms)
37: [ RUN      ] sycl.SortByKeyKeysLargerThanValues
37: 
37: [WARNING] /var/jenkins/workspace/Kokkos_PR-6895/tpls/gtest/gtest/gtest-all.cc:9326:: Death tests use fork(), which is unsafe particularly in a threaded context. For this test, Google Test detected 3 threads. See https://github.com/google/googletest/blob/master/docs/advanced.md#death-tests-and-threads for more explanation and suggested solutions, especially if this is the last message you see before your test times out.
37: 
37: [WARNING] /var/jenkins/workspace/Kokkos_PR-6895/tpls/gtest/gtest/gtest-all.cc:9326:: Death tests use fork(), which is unsafe particularly in a threaded context. For this test, Google Test detected 3 threads. See https://github.com/google/googletest/blob/master/docs/advanced.md#death-tests-and-threads for more explanation and suggested solutions, especially if this is the last message you see before your test times out.
37: [       OK ] sycl.SortByKeyKeysLargerThanValues (657 ms)
37: [ RUN      ] sycl.SortWithCustomComparator
37: [       OK ] sycl.SortWithCustomComparator (679 ms)
37: [ RUN      ] sycl.BinSortGenericTests
37: [       OK ] sycl.BinSortGenericTests (13 ms)
37: [ RUN      ] sycl.BinSortEmptyView
37: [       OK ] sycl.BinSortEmptyView (0 ms)
37: [ RUN      ] sycl.BinSortEmptyKeysView
37: [       OK ] sycl.BinSortEmptyKeysView (0 ms)
37: [ RUN      ] sycl.BinSortUnsignedKeyLayoutStrideValues
31: [       OK ] cuda.BinSortUnsignedKeyLayoutStrideValues (13704 ms)
31: [ RUN      ] cuda.NestedSort
31: [       OK ] cuda.NestedSort (28 ms)
31: [ RUN      ] cuda.NestedSortByKey
31: [       OK ] cuda.NestedSortByKey (89 ms)
31: [----------] 15 tests from cuda (15327 ms total)
31: 
31: [----------] Global test environment tear-down
31: [==========] 15 tests from 1 test suite ran. (15327 ms total)
31: [  PASSED  ] 15 tests.
31/51 Test #31: Kokkos_UnitTest_Sort .............................   Passed   16.04 sec
test 32
      Start 32: Kokkos_UnitTest_Random

32: Test command: /var/jenkins/workspace/Kokkos_PR-6895/build/algorithms/unit_tests/Kokkos_UnitTest_Random
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 3 tests from 1 test suite.
32: [----------] Global test environment set-up.
32: [----------] 3 tests from cuda
32: [ RUN      ] cuda.Random_XorShift64
32: Test Seed:1711465254700775434
32: Test Scalar=int
32:  -- Testing randomness properties
32:  -- Testing 1-D histogram
32: Density 1D: 6.43252e-07 -0.0104237 0.0243429 || 0.051031 28054 29340 || 28976.4 28674.4 || 336.517 -2.0744
32:  -- Testing 3-D histogram
32: Density 3D: 6.43252e-07 0.00566355 -0.00759119 || 0.051031 1e+64 -1e+64
32: Test Scalar=unsigned int
32:  -- Testing randomness properties
32:  -- Testing 1-D histogram
32: Density 1D: 6.43252e-07 -0.00370789 0.00940389 || 0.051031 28049 29339 || 28781.1 28674.4 || 129.999 -2.0744
32:  -- Testing 3-D histogram
32: Density 3D: 6.43252e-07 -0.003542 -0.00678175 || 0.051031 1e+64 -1e+64
32: Test Scalar=int64_t
32:  -- Testing randomness properties
32:  -- Testing 1-D histogram
32: Density 1D: 6.43252e-07 0.0139824 0.0120091 || 0.051031 27990 29332 || 28279 28674.4 || 166.014 -2.0744
32:  -- Testing 3-D histogram
32: Density 3D: 6.43252e-07 0.00887868 -0.00547666 || 0.051031 1e+64 -1e+64
32: Test Scalar=uint64_t
32:  -- Testing randomness properties
32:  -- Testing 1-D histogram
32: Density 1D: 6.43252e-07 0.00539775 0.0218937 || 0.051031 28014 29440 || 28520.4 28674.4 || 302.659 -2.0744
32:  -- Testing 3-D histogram
32: Density 3D: 6.43252e-07 -0.0121899 0.000577272 || 0.051031 1e+64 -1e+64
32: Test Scalar=half
32:  -- Testing randomness properties
32:  -- Testing 1-D histogram
32: Density 1D: 0.000245035 -0.99999 -48244.4 || 0.051031 0 194992 || 2.92873e+09 28674.4 || -6.6693e+08 -2.0744
32:  -- Testing 3-D histogram
32: Density 3D: 0.000734019 -0.310501 0.148603 || 0.051031 1e+64 -1e+64
32: Test Scalar=bhalf
32:  -- Testing randomness properties
32:  -- Testing 1-D histogram
32: Density 1D: 0.00195658 -0.999999 -57857.5 || 0.051031 0 1.55195e+06 || 2.86899e+10 28674.4 || -7.99822e+08 -2.0744
32:  -- Testing 3-D histogram
32: Density 3D: 0.00588041 -0.967813 10.3034 || 0.051031 1e+64 -1e+64
32: Test Scalar=float
32:  -- Testing randomness properties
32:  -- Testing 1-D histogram
32: Density 1D: 6.65955e-07 0.00724119 0.0137 || 0.051031 28030 29317 || 28468.2 28674.4 || 189.389 -2.0744
32:  -- Testing 3-D histogram
32: Density 3D: 7.11361e-07 -0.00813221 -0.00192661 || 0.051031 1e+64 -1e+64
32: Test Scalar=double
32:  -- Testing randomness properties
32:  -- Testing 1-D histogram
32: Density 1D: 6.43252e-07 -0.0135141 -0.0258266 || 0.051031 28047 29424 || 29067.2 28674.4 || -357.027 -2.0744
32:  -- Testing 3-D histogram
32: Density 3D: 6.43252e-07 0.00599354 -0.00193586 || 0.051031 1e+64 -1e+64
32: Test Seed:1711465254836640406
32: Test Scalar=int
32:  -- Testing randomness properties
32:  -- Testing 1-D histogram
32: Density 1D: 6.45775e-07 0.0153134 0.00675769 || 0.051031 27974 29313 || 28241.9 28674.4 || 93.4183 -2.0744
32:  -- Testing 3-D histogram
32: Density 3D: 6.5082e-07 0.004371 0.00663787 || 0.051031 1e+64 -1e+64
32: Test Scalar=unsigned int
32:  -- Testing randomness properties
32:  -- Testing 1-D histogram
32: Density 1D: 6.43252e-07 -0.0260912 -0.0274646 || 0.051031 28058 29360 || 29442.6 28674.4 || -379.671 -2.0744
32:  -- Testing 3-D histogram
32: Density 3D: 6.43252e-07 0.00653537 -0.00296469 || 0.051031 1e+64 -1e+64
32: Test Scalar=int64_t
32:  -- Testing randomness properties
32:  -- Testing 1-D histogram
32: Density 1D: 6.43252e-07 -0.0235594 0.0220583 || 0.051031 28010 29291 || 29366.2 28674.4 || 304.934 -2.0744
32:  -- Testing 3-D histogram
32: Density 3D: 6.43252e-07 0.00322218 -0.00101132 || 0.051031 1e+64 -1e+64
32: Test Scalar=uint64_t
32:  -- Testing randomness properties
32:  -- Testing 1-D histogram
32: Density 1D: 6.43252e-07 -0.00335058 0.0217742 || 0.051031 28049 29320 || 28770.8 28674.4 || 301.007 -2.0744
32:  -- Testing 3-D histogram
32: Density 3D: 6.43252e-07 -0.014074 -0.00252089 || 0.051031 1e+64 -1e+64
32: Test Scalar=half
32:  -- Testing randomness properties
32:  -- Testing 1-D histogram
32: Density 1D: 0.000244278 -0.99999 -48243.7 || 0.051031 0 194855 || 2.92845e+09 28674.4 || -6.66921e+08 -2.0744
32:  -- Testing 3-D histogram
32: Density 3D: 0.000731693 -0.328978 0.156566 || 0.051031 1e+64 -1e+64
32: Test Scalar=bhalf
32:  -- Testing randomness properties
32:  -- Testing 1-D histogram
32: Density 1D: 0.00195611 -0.999999 -57858.8 || 0.051031 0 1.55121e+06 || 2.86911e+10 28674.4 || -7.9984e+08 -2.0744
32:  -- Testing 3-D histogram
32: Density 3D: 0.0058786 -0.967913 10.4024 || 0.051031 1e+64 -1e+64
32: Test Scalar=float
32:  -- Testing randomness properties
32:  -- Testing 1-D histogram
32: Density 1D: 6.63432e-07 -0.0158211 -0.00114578 || 0.051031 27952 29297 || 29135.3 28674.4 || -15.8393 -2.0744
32:  -- Testing 3-D histogram
32: Density 3D: 7.03793e-07 -0.0255331 -0.00262608 || 0.051031 1e+64 -1e+64
32: Test Scalar=double
32:  -- Testing randomness properties
32:  -- Testing 1-D histogram
32: Density 1D: 6.43252e-07 0.000212527 -0.00932891 || 0.051031 27994 29371 || 28668.3 28674.4 || -128.963 -2.0744
32:  -- Testing 3-D histogram
32: Density 3D: 6.43252e-07 -0.00627667 0.00695867 || 0.051031 1e+64 -1e+64
32: [       OK ] cuda.Random_XorShift64 (249 ms)
32: [ RUN      ] cuda.Random_XorShift1024_0
32: Test Seed:1711465254949870634
32: Test Scalar=int
32:  -- Testing randomness properties
32:  -- Testing 1-D histogram
32: Density 1D: 2.47955e-07 -0.00799963 0.00304274 || 0.051031 10965 11833 || 11468.7 11377 || 42.0629 -0.823045
32:  -- Testing 3-D histogram
32: Density 3D: 2.47955e-07 -0.00615509 0.000376265 || 0.051031 1e+64 -1e+64
32: Test Scalar=unsigned int
32:  -- Testing randomness properties
32:  -- Testing 1-D histogram
32: Density 1D: 2.47955e-07 0.0119501 -0.00825194 || 0.051031 10949 11793 || 11242.6 11377 || -114.075 -0.823045
32:  -- Testing 3-D histogram
32: Density 3D: 2.47955e-07 0.0163553 -0.00106471 || 0.051031 1e+64 -1e+64
32: Test Scalar=int64_t
32:  -- Testing randomness properties
32:  -- Testing 1-D histogram
32: Density 1D: 2.47955e-07 -0.0106477 -0.000890257 || 0.051031 10941 11790 || 11499.4 11377 || -12.3069 -0.823045
32:  -- Testing 3-D histogram
32: Density 3D: 2.47955e-07 -0.000351447 -0.000106113 || 0.051031 1e+64 -1e+64
32: Test Scalar=uint64_t
32:  -- Testing randomness properties
32:  -- Testing 1-D histogram
32: Density 1D: 2.47955e-07 -0.00925553 -0.00876595 || 0.051031 10978 11767 || 11483.2 11377 || -121.18 -0.823045
32:  -- Testing 3-D histogram
32: Density 3D: 2.47955e-07 0.00293553 0.00385624 || 0.051031 1e+64 -1e+64
32: Test Scalar=half
32:  -- Testing randomness properties
32:  -- Testing 1-D histogram
32: Density 1D: 0.000243481 -0.999975 -7593.87 || 0.051031 0 77971 || 4.61021e+08 11377 || -1.04978e+08 -0.823045
32:  -- Testing 3-D histogram
32: Density 3D: 0.00073017 -0.154302 0.0229583 || 0.051031 1e+64 -1e+64
32: Test Scalar=bhalf
32:  -- Testing randomness properties
32:  -- Testing 1-D histogram
32: Density 1D: 0.00195811 -0.999997 -9108.03 || 0.051031 0 615943 || 4.5168e+09 11377 || -1.25909e+08 -0.823045
32:  -- Testing 3-D histogram
32: Density 3D: 0.0058852 -0.922237 1.61096 || 0.051031 1e+64 -1e+64
32: Test Scalar=float
32:  -- Testing randomness properties
32:  -- Testing 1-D histogram
32: Density 1D: 2.73387e-07 0.00410193 -0.012666 || 0.051031 10951 11802 || 11330.5 11377 || -175.095 -0.823045
32:  -- Testing 3-D histogram
32: Density 3D: 3.24249e-07 -0.00141153 0.00155893 || 0.051031 1e+64 -1e+64
32: Test Scalar=double
32:  -- Testing randomness properties
32:  -- Testing 1-D histogram
32: Density 1D: 2.47955e-07 0.0027801 0.00761907 || 0.051031 10962 11767 || 11345.4 11377 || 105.326 -0.823045
32:  -- Testing 3-D histogram
32: Density 3D: 2.47955e-07 -0.00432194 -0.00355254 || 0.051031 1e+64 -1e+64
32: Test Seed:1711465255030535094
32: Test Scalar=int
32:  -- Testing randomness properties
32:  -- Testing 1-D histogram
32: Density 1D: 2.47955e-07 -0.0109054 0.00656773 || 0.051031 11004 11804 || 11502.4 11377 || 90.7923 -0.823045
32:  -- Testing 3-D histogram
32: Density 3D: 2.47955e-07 0.00955517 -0.000867289 || 0.051031 1e+64 -1e+64
32: Test Scalar=unsigned int
32:  -- Testing randomness properties
32:  -- Testing 1-D histogram
32: Density 1D: 2.47955e-07 0.0127975 -0.0109726 || 0.051031 10984 11808 || 11233.2 11377 || -151.686 -0.823045
32:  -- Testing 3-D histogram
32: Density 3D: 2.47955e-07 -0.00439179 0.00351484 || 0.051031 1e+64 -1e+64
32: Test Scalar=int64_t
32:  -- Testing randomness properties
32:  -- Testing 1-D histogram
32: Density 1D: 2.47955e-07 0.00824596 -0.0102361 || 0.051031 10955 11768 || 11283.9 11377 || -141.504 -0.823045
32:  -- Testing 3-D histogram
32: Density 3D: 2.47955e-07 -0.00540383 -0.00459878 || 0.051031 1e+64 -1e+64
32: Test Scalar=uint64_t
32:  -- Testing randomness properties
32:  -- Testing 1-D histogram
32: Density 1D: 2.47955e-07 0.00638645 0.00531086 || 0.051031 11003 11765 || 11304.8 11377 || 73.4174 -0.823045
32:  -- Testing 3-D histogram
32: Density 3D: 2.47955e-07 0.0224769 -0.000326956 || 0.051031 1e+64 -1e+64
32: Test Scalar=half
32:  -- Testing randomness properties
32:  -- Testing 1-D histogram
32: Density 1D: 0.00024413 -0.999975 -7595.01 || 0.051031 0 77671 || 4.61163e+08 11377 || -1.04993e+08 -0.823045
32:  -- Testing 3-D histogram
32: Density 3D: 0.000731965 -0.133519 0.0249076 || 0.051031 1e+64 -1e+64
32: Test Scalar=bhalf
32:  -- Testing randomness properties
32:  -- Testing 1-D histogram
32: Density 1D: 0.0019581 -0.999997 -9107.91 || 0.051031 0 617404 || 4.51651e+09 11377 || -1.25908e+08 -0.823045
32:  -- Testing 3-D histogram
32: Density 3D: 0.00588511 -0.922823 1.62065 || 0.051031 1e+64 -1e+64
32: Test Scalar=float
32:  -- Testing randomness properties
32:  -- Testing 1-D histogram
32: Density 1D: 2.79744e-07 0.00412576 -0.0104865 || 0.051031 10980 11806 || 11330.2 11377 || -144.965 -0.823045
32:  -- Testing 3-D histogram
32: Density 3D: 3.43323e-07 -0.00575993 9.67952e-05 || 0.051031 1e+64 -1e+64
32: Test Scalar=double
32:  -- Testing randomness properties
32:  -- Testing 1-D histogram
32: Density 1D: 2.47955e-07 0.00332535 -0.0103893 || 0.051031 10991 11793 || 11339.3 11377 || -143.622 -0.823045
32:  -- Testing 3-D histogram
32: Density 3D: 2.47955e-07 -0.0146877 -0.00152649 || 0.051031 1e+64 -1e+64
32: [       OK ] cuda.Random_XorShift1024_0 (180 ms)
32: [ RUN      ] cuda.Multi_streams
32: [       OK ] cuda.Multi_streams (217 ms)
32: [----------] 3 tests from cuda (647 ms total)
32: 
32: [----------] Global test environment tear-down
32: [==========] 3 tests from 1 test suite ran. (647 ms total)
32: [  PASSED  ] 3 tests.
32/51 Test #32: Kokkos_UnitTest_Random ...........................   Passed    1.36 sec
test 33
      Start 33: Kokkos_AlgorithmsUnitTest_StdSet_A

33: Test command: /var/jenkins/workspace/Kokkos_PR-6895/build/algorithms/unit_tests/Kokkos_AlgorithmsUnitTest_StdSet_A
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 14 tests from 3 test suites.
33: [----------] Global test environment set-up.
33: [----------] 3 tests from std_algorithms_reducers
33: [ RUN      ] std_algorithms_reducers.max_first_loc
33: [       OK ] std_algorithms_reducers.max_first_loc (0 ms)
33: [ RUN      ] std_algorithms_reducers.min_first_loc
33: [       OK ] std_algorithms_reducers.min_first_loc (0 ms)
33: [ RUN      ] std_algorithms_reducers.min_max_first_last_loc
33: [       OK ] std_algorithms_reducers.min_max_first_last_loc (0 ms)
33: [----------] 3 tests from std_algorithms_reducers (0 ms total)
33: 
33: [----------] 1 test from std_algorithms
33: [ RUN      ] std_algorithms.is_admissible_to_std_algorithms
33: [       OK ] std_algorithms.is_admissible_to_std_algorithms (0 ms)
33: [----------] 1 test from std_algorithms (0 ms total)
33: 
33: [----------] 10 tests from random_access_iterator_test
33: [ RUN      ] random_access_iterator_test.constructor
33: [       OK ] random_access_iterator_test.constructor (1 ms)
33: [ RUN      ] random_access_iterator_test.dereference
33: [       OK ] random_access_iterator_test.dereference (0 ms)
33: [ RUN      ] random_access_iterator_test.subscript_operator
33: [       OK ] random_access_iterator_test.subscript_operator (0 ms)
33: [ RUN      ] random_access_iterator_test.operatorsSet1
33: [       OK ] random_access_iterator_test.operatorsSet1 (0 ms)
33: [ RUN      ] random_access_iterator_test.operatorsSet2
33: [       OK ] random_access_iterator_test.operatorsSet2 (0 ms)
33: [ RUN      ] random_access_iterator_test.operatorsSet3
33: [       OK ] random_access_iterator_test.operatorsSet3 (0 ms)
33: [ RUN      ] random_access_iterator_test.operatorsSet4
33: [       OK ] random_access_iterator_test.operatorsSet4 (0 ms)
33: [ RUN      ] random_access_iterator_test.assignment_operator
33: [       OK ] random_access_iterator_test.assignment_operator (0 ms)
33: [ RUN      ] random_access_iterator_test.distance
33: [       OK ] random_access_iterator_test.distance (0 ms)
33: [ RUN      ] random_access_iterator_test.traits_helpers
33: [       OK ] random_access_iterator_test.traits_helpers (0 ms)
33: [----------] 10 tests from random_access_iterator_test (3 ms total)
33: 
33: [----------] Global test environment tear-down
33: [==========] 14 tests from 3 test suites ran. (3 ms total)
33: [  PASSED  ] 14 tests.
33/51 Test #33: Kokkos_AlgorithmsUnitTest_StdSet_A ...............   Passed    0.72 sec
test 34
      Start 34: Kokkos_AlgorithmsUnitTest_StdSet_B

34: Test command: /var/jenkins/workspace/Kokkos_PR-6895/build/algorithms/unit_tests/Kokkos_AlgorithmsUnitTest_StdSet_B
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 7 tests from 1 test suite.
34: [----------] Global test environment set-up.
34: [----------] 7 tests from std_algorithms_min_max_element_test
34: [ RUN      ] std_algorithms_min_max_element_test.min_element_empty_range
34: [       OK ] std_algorithms_min_max_element_test.min_element_empty_range (0 ms)
34: [ RUN      ] std_algorithms_min_max_element_test.max_element_empty_range
34: [       OK ] std_algorithms_min_max_element_test.max_element_empty_range (0 ms)
34: [ RUN      ] std_algorithms_min_max_element_test.min_element_non_trivial_data
34: [       OK ] std_algorithms_min_max_element_test.min_element_non_trivial_data (7 ms)
34: [ RUN      ] std_algorithms_min_max_element_test.max_element_non_trivial_data
34: [       OK ] std_algorithms_min_max_element_test.max_element_non_trivial_data (5 ms)
34: [ RUN      ] std_algorithms_min_max_element_test.min_element_non_trivial_data_custom_comp
34: [       OK ] std_algorithms_min_max_element_test.min_element_non_trivial_data_custom_comp (5 ms)
34: [ RUN      ] std_algorithms_min_max_element_test.max_element_non_trivial_data_custom_comp
34: [       OK ] std_algorithms_min_max_element_test.max_element_non_trivial_data_custom_comp (4 ms)
34: [ RUN      ] std_algorithms_min_max_element_test.minmax_element_non_trivial_data_custom_comp
34: [       OK ] std_algorithms_min_max_element_test.minmax_element_non_trivial_data_custom_comp (7 ms)
34: [----------] 7 tests from std_algorithms_min_max_element_test (31 ms total)
34: 
34: [----------] Global test environment tear-down
34: [==========] 7 tests from 1 test suite ran. (31 ms total)
34: [  PASSED  ] 7 tests.
34/51 Test #34: Kokkos_AlgorithmsUnitTest_StdSet_B ...............   Passed    0.73 sec
test 35
      Start 35: Kokkos_AlgorithmsUnitTest_StdSet_C

35: Test command: /var/jenkins/workspace/Kokkos_PR-6895/build/algorithms/unit_tests/Kokkos_AlgorithmsUnitTest_StdSet_C
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 13 tests from 10 test suites.
35: [----------] Global test environment set-up.
35: [----------] 1 test from std_algorithms_lexicographical_compare_test
35: [ RUN      ] std_algorithms_lexicographical_compare_test.test
35: [       OK ] std_algorithms_lexicographical_compare_test.test (207 ms)
35: [----------] 1 test from std_algorithms_lexicographical_compare_test (207 ms total)
35: 
35: [----------] 1 test from std_algorithms_for_each_test
35: [ RUN      ] std_algorithms_for_each_test.test
35: [       OK ] std_algorithms_for_each_test.test (125 ms)
35: [----------] 1 test from std_algorithms_for_each_test (125 ms total)
35: 
35: [----------] 1 test from std_algorithms_find_test
35: [ RUN      ] std_algorithms_find_test.test
35: [       OK ] std_algorithms_find_test.test (75 ms)
35: [----------] 1 test from std_algorithms_find_test (75 ms total)
35: 
35: [----------] 4 tests from std_algorithms_non_mod_seq_ops
35: [ RUN      ] std_algorithms_non_mod_seq_ops.find_first_of
35: [       OK ] std_algorithms_non_mod_seq_ops.find_first_of (573 ms)
35: [ RUN      ] std_algorithms_non_mod_seq_ops.find_end
35: [       OK ] std_algorithms_non_mod_seq_ops.find_end (1247 ms)
35: [ RUN      ] std_algorithms_non_mod_seq_ops.search
35: [       OK ] std_algorithms_non_mod_seq_ops.search (750 ms)
35: [ RUN      ] std_algorithms_non_mod_seq_ops.search_n
35: [       OK ] std_algorithms_non_mod_seq_ops.search_n (489 ms)
35: [----------] 4 tests from std_algorithms_non_mod_seq_ops (3060 ms total)
35: 
35: [----------] 1 test from std_algorithms_count_test
35: [ RUN      ] std_algorithms_count_test.test
35: [       OK ] std_algorithms_count_test.test (99 ms)
35: [----------] 1 test from std_algorithms_count_test (99 ms total)
35: 
35: [----------] 1 test from std_algorithms_equal_test
35: [ RUN      ] std_algorithms_equal_test.test
35: [       OK ] std_algorithms_equal_test.test (12 ms)
35: [----------] 1 test from std_algorithms_equal_test (12 ms total)
35: 
35: [----------] 1 test from std_algorithms_all_any_none_of_test
35: [ RUN      ] std_algorithms_all_any_none_of_test.test
35: [       OK ] std_algorithms_all_any_none_of_test.test (81 ms)
35: [----------] 1 test from std_algorithms_all_any_none_of_test (81 ms total)
35: 
35: [----------] 1 test from std_algorithms_nonmod_seq_ops
35: [ RUN      ] std_algorithms_nonmod_seq_ops.adjacent_find
35: [       OK ] std_algorithms_nonmod_seq_ops.adjacent_find (111 ms)
35: [----------] 1 test from std_algorithms_nonmod_seq_ops (111 ms total)
35: 
35: [----------] 1 test from std_algorithms_mismatch_test
35: [ RUN      ] std_algorithms_mismatch_test.test
35: [       OK ] std_algorithms_mismatch_test.test (210 ms)
35: [----------] 1 test from std_algorithms_mismatch_test (210 ms total)
35: 
35: [----------] 1 test from std_algorithms_mod_seq_ops
35: [ RUN      ] std_algorithms_mod_seq_ops.move_backward
35: [       OK ] std_algorithms_mod_seq_ops.move_backward (78 ms)
35: [----------] 1 test from std_algorithms_mod_seq_ops (79 ms total)
35: 
35: [----------] Global test environment tear-down
35: [==========] 13 tests from 10 test suites ran. (4064 ms total)
35: [  PASSED  ] 13 tests.
35/51 Test #35: Kokkos_AlgorithmsUnitTest_StdSet_C ...............   Passed    4.78 sec
test 36
      Start 36: Kokkos_AlgorithmsUnitTest_StdSet_D

36: Test command: /var/jenkins/workspace/Kokkos_PR-6895/build/algorithms/unit_tests/Kokkos_AlgorithmsUnitTest_StdSet_D
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 31 tests from 5 test suites.
36: [----------] Global test environment set-up.
36: [----------] 3 tests from std_algorithms_mod_ops_test
36: [ RUN      ] std_algorithms_mod_ops_test.move
36: [       OK ] std_algorithms_mod_ops_test.move (0 ms)
36: [ RUN      ] std_algorithms_mod_ops_test.move_within_parfor
36: [       OK ] std_algorithms_mod_ops_test.move_within_parfor (0 ms)
36: [ RUN      ] std_algorithms_mod_ops_test.iter_swap_static_view
36: [       OK ] std_algorithms_mod_ops_test.iter_swap_static_view (0 ms)
36: [----------] 3 tests from std_algorithms_mod_ops_test (1 ms total)
36: 
36: [----------] 12 tests from std_algorithms_mod_seq_ops_test
36: [ RUN      ] std_algorithms_mod_seq_ops_test.copy
36: [       OK ] std_algorithms_mod_seq_ops_test.copy (2 ms)
36: [ RUN      ] std_algorithms_mod_seq_ops_test.copy_view
36: [       OK ] std_algorithms_mod_seq_ops_test.copy_view (0 ms)
36: [ RUN      ] std_algorithms_mod_seq_ops_test.copy_n
36: [       OK ] std_algorithms_mod_seq_ops_test.copy_n (0 ms)
36: [ RUN      ] std_algorithms_mod_seq_ops_test.copy_backward
36: [       OK ] std_algorithms_mod_seq_ops_test.copy_backward (0 ms)
36: [ RUN      ] std_algorithms_mod_seq_ops_test.reverse_copy
36: [       OK ] std_algorithms_mod_seq_ops_test.reverse_copy (0 ms)
36: [ RUN      ] std_algorithms_mod_seq_ops_test.fill
36: [       OK ] std_algorithms_mod_seq_ops_test.fill (0 ms)
36: [ RUN      ] std_algorithms_mod_seq_ops_test.fill_n
36: [       OK ] std_algorithms_mod_seq_ops_test.fill_n (0 ms)
36: [ RUN      ] std_algorithms_mod_seq_ops_test.transform_from_fixture_unary_op
36: [       OK ] std_algorithms_mod_seq_ops_test.transform_from_fixture_unary_op (0 ms)
36: [ RUN      ] std_algorithms_mod_seq_ops_test.transform_from_fixture_binary_op
36: [       OK ] std_algorithms_mod_seq_ops_test.transform_from_fixture_binary_op (0 ms)
36: [ RUN      ] std_algorithms_mod_seq_ops_test.generate
36: [       OK ] std_algorithms_mod_seq_ops_test.generate (0 ms)
36: [ RUN      ] std_algorithms_mod_seq_ops_test.generate_n
36: [       OK ] std_algorithms_mod_seq_ops_test.generate_n (0 ms)
36: [ RUN      ] std_algorithms_mod_seq_ops_test.swap_ranges
36: [       OK ] std_algorithms_mod_seq_ops_test.swap_ranges (0 ms)
36: [----------] 12 tests from std_algorithms_mod_seq_ops_test (5 ms total)
36: 
36: [----------] 4 tests from std_algorithms_replace_ops_test
36: [ RUN      ] std_algorithms_replace_ops_test.replace
36: [       OK ] std_algorithms_replace_ops_test.replace (32 ms)
36: [ RUN      ] std_algorithms_replace_ops_test.replace_if
36: [       OK ] std_algorithms_replace_ops_test.replace_if (143 ms)
36: [ RUN      ] std_algorithms_replace_ops_test.replace_copy
36: [       OK ] std_algorithms_replace_ops_test.replace_copy (53 ms)
36: [ RUN      ] std_algorithms_replace_ops_test.replace_copy_if
36: [       OK ] std_algorithms_replace_ops_test.replace_copy_if (47 ms)
36: [----------] 4 tests from std_algorithms_replace_ops_test (276 ms total)
36: 
36: [----------] 11 tests from std_algorithms_mod_seq_ops
36: [ RUN      ] std_algorithms_mod_seq_ops.copy_if
36: [       OK ] std_algorithms_mod_seq_ops.copy_if (43 ms)
36: [ RUN      ] std_algorithms_mod_seq_ops.unique
36: [       OK ] std_algorithms_mod_seq_ops.unique (272 ms)
36: [ RUN      ] std_algorithms_mod_seq_ops.unique_copy
36: [       OK ] std_algorithms_mod_seq_ops.unique_copy (83 ms)
36: [ RUN      ] std_algorithms_mod_seq_ops.remove
36: [       OK ] std_algorithms_mod_seq_ops.remove (64 ms)
36: [ RUN      ] std_algorithms_mod_seq_ops.remove_if
36: [       OK ] std_algorithms_mod_seq_ops.remove_if (70 ms)
36: [ RUN      ] std_algorithms_mod_seq_ops.remove_copy
36: [       OK ] std_algorithms_mod_seq_ops.remove_copy (178 ms)
36: [ RUN      ] std_algorithms_mod_seq_ops.remove_copy_if
36: [       OK ] std_algorithms_mod_seq_ops.remove_copy_if (68 ms)
36: [ RUN      ] std_algorithms_mod_seq_ops.rotate
37: [       OK ] sycl.BinSortUnsignedKeyLayoutStrideValues (11919 ms)
37: [ RUN      ] sycl.NestedSort
37: [       OK ] sycl.NestedSort (34 ms)
37: [ RUN      ] sycl.NestedSortByKey
37: [       OK ] sycl.NestedSortByKey (97 ms)
37: [----------] 15 tests from sycl (13428 ms total)
37: 
37: [----------] Global test environment tear-down
37: [==========] 15 tests from 1 test suite ran. (13428 ms total)
37: [  PASSED  ] 15 tests.
37/57 Test #37: Kokkos_UnitTest_Sort ..........................   Passed   15.86 sec
test 38
      Start 38: Kokkos_UnitTest_Random

38: Test command: /var/jenkins/workspace/Kokkos_PR-6895/build/algorithms/unit_tests/Kokkos_UnitTest_Random
38: Test timeout computed to be: 1500
36: [       OK ] std_algorithms_mod_seq_ops.rotate (1305 ms)
36: [ RUN      ] std_algorithms_mod_seq_ops.rotate_copy
36: [       OK ] std_algorithms_mod_seq_ops.rotate_copy (418 ms)
36: [ RUN      ] std_algorithms_mod_seq_ops.shift_left
36: [       OK ] std_algorithms_mod_seq_ops.shift_left (1232 ms)
36: [ RUN      ] std_algorithms_mod_seq_ops.shift_right
38: [==========] Running 3 tests from 1 test suite.
38: [----------] Global test environment set-up.
38: [----------] 3 tests from sycl
38: [ RUN      ] sycl.Random_XorShift64
38: Test Seed:1711465266258873792
38: Test Scalar=int
38:  -- Testing randomness properties
38:  -- Testing 1-D histogram
38: Density 1D: 6.43252e-07 0.00371119 -0.0204807 || 0.051031 28037 29420 || 28568.4 28674.4 || -283.126 -2.0744
38:  -- Testing 3-D histogram
38: Density 3D: 6.43252e-07 -0.00936708 0.0076437 || 0.051031 1e+64 -1e+64
38: Test Scalar=unsigned int
38:  -- Testing randomness properties
38:  -- Testing 1-D histogram
38: Density 1D: 6.43252e-07 0.00891546 -0.0300465 || 0.051031 28041 29308 || 28421 28674.4 || -415.363 -2.0744
38:  -- Testing 3-D histogram
38: Density 3D: 6.43252e-07 -0.0172534 -0.000159417 || 0.051031 1e+64 -1e+64
38: Test Scalar=int64_t
38:  -- Testing randomness properties
38:  -- Testing 1-D histogram
38: Density 1D: 6.43252e-07 -0.00480243 0.0398702 || 0.051031 28029 29316 || 28812.8 28674.4 || 551.166 -2.0744
38:  -- Testing 3-D histogram
38: Density 3D: 6.43252e-07 -0.000770881 -0.0146395 || 0.051031 1e+64 -1e+64
38: Test Scalar=uint64_t
38:  -- Testing randomness properties
38:  -- Testing 1-D histogram
38: Density 1D: 6.43252e-07 0.0126856 -0.0117734 || 0.051031 28015 29353 || 28315.2 28674.4 || -162.756 -2.0744
38:  -- Testing 3-D histogram
38: Density 3D: 6.43252e-07 0.00851074 -0.00521092 || 0.051031 1e+64 -1e+64
38: Test Scalar=half
38:  -- Testing randomness properties
38:  -- Testing 1-D histogram
38: Density 1D: 0.000245159 -0.99999 -48244.2 || 0.051031 0 195022 || 2.92861e+09 28674.4 || -6.66927e+08 -2.0744
38:  -- Testing 3-D histogram
38: Density 3D: 0.000734307 -0.300441 0.166113 || 0.051031 1e+64 -1e+64
38: Test Scalar=bhalf
38:  -- Testing randomness properties
38:  -- Testing 1-D histogram
38: Density 1D: 6.88658e-07 -0.00771589 0.0271656 || 0.051031 27940 29298 || 28897.4 28674.4 || 375.537 -2.0744
38:  -- Testing 3-D histogram
38: Density 3D: 7.7947e-07 0.0036645 0.00763533 || 0.051031 1e+64 -1e+64
38: Test Scalar=float
38:  -- Testing randomness properties
38:  -- Testing 1-D histogram
38: Density 1D: 6.73523e-07 0.0104046 -0.00575165 || 0.051031 27993 29312 || 28379.1 28674.4 || -79.5109 -2.0744
38:  -- Testing 3-D histogram
38: Density 3D: 7.34064e-07 0.00537553 -0.00267358 || 0.051031 1e+64 -1e+64
38: Test Scalar=double
38:  -- Testing randomness properties
38:  -- Testing 1-D histogram
38: Density 1D: 6.43252e-07 0.0143454 -0.00530006 || 0.051031 27933 29301 || 28268.9 28674.4 || -73.2681 -2.0744
38:  -- Testing 3-D histogram
38: Density 3D: 6.43252e-07 -0.0105351 0.00451819 || 0.051031 1e+64 -1e+64
38: Test Seed:1711465266431949340
38: Test Scalar=int
38:  -- Testing randomness properties
38:  -- Testing 1-D histogram
38: Density 1D: 6.43252e-07 -0.00223207 0.00346975 || 0.051031 28088 29340 || 28738.5 28674.4 || 47.9658 -2.0744
38:  -- Testing 3-D histogram
38: Density 3D: 6.43252e-07 -0.00464042 0.0138453 || 0.051031 1e+64 -1e+64
38: Test Scalar=unsigned int
38:  -- Testing randomness properties
38:  -- Testing 1-D histogram
38: Density 1D: 6.43252e-07 -0.00918062 0.0109344 || 0.051031 28051 29390 || 28940.1 28674.4 || 151.157 -2.0744
38:  -- Testing 3-D histogram
38: Density 3D: 6.43252e-07 0.000278889 -0.00998149 || 0.051031 1e+64 -1e+64
38: Test Scalar=int64_t
38:  -- Testing randomness properties
38:  -- Testing 1-D histogram
38: Density 1D: 6.43252e-07 -0.0153213 0.0239045 || 0.051031 28041 29334 || 29120.6 28674.4 || 330.456 -2.0744
38:  -- Testing 3-D histogram
38: Density 3D: 6.43252e-07 0.00226442 0.00939927 || 0.051031 1e+64 -1e+64
38: Test Scalar=uint64_t
38:  -- Testing randomness properties
38:  -- Testing 1-D histogram
38: Density 1D: 6.43252e-07 -0.00678831 -0.00161083 || 0.051031 28048 29386 || 28870.4 28674.4 || -22.2681 -2.0744
38:  -- Testing 3-D histogram
38: Density 3D: 6.43252e-07 0.00737563 -0.00539111 || 0.051031 1e+64 -1e+64
38: Test Scalar=half
38:  -- Testing randomness properties
38:  -- Testing 1-D histogram
38: Density 1D: 0.000245656 -0.99999 -48244.9 || 0.051031 0 194841 || 2.9284e+09 28674.4 || -6.66937e+08 -2.0744
38:  -- Testing 3-D histogram
38: Density 3D: 0.000735838 -0.316895 0.172036 || 0.051031 1e+64 -1e+64
38: Test Scalar=bhalf
38:  -- Testing randomness properties
38:  -- Testing 1-D histogram
38: Density 1D: 6.73523e-07 -0.00820835 -0.0252685 || 0.051031 28040 29355 || 28911.7 28674.4 || -349.312 -2.0744
38:  -- Testing 3-D histogram
38: Density 3D: 7.34064e-07 -0.0120137 -0.00240958 || 0.051031 1e+64 -1e+64
38: Test Scalar=float
38:  -- Testing randomness properties
38:  -- Testing 1-D histogram
38: Density 1D: 6.71e-07 -0.00879751 0.0189966 || 0.051031 28005 29317 || 28928.9 28674.4 || 262.61 -2.0744
38:  -- Testing 3-D histogram
38: Density 3D: 7.26496e-07 -0.00378076 -0.00479573 || 0.051031 1e+64 -1e+64
38: Test Scalar=double
38:  -- Testing randomness properties
38:  -- Testing 1-D histogram
38: Density 1D: 6.43252e-07 -0.0133968 -0.0039279 || 0.051031 27882 29471 || 29063.8 28674.4 || -54.2993 -2.0744
38:  -- Testing 3-D histogram
38: Density 3D: 6.43252e-07 -0.00350553 0.00308518 || 0.051031 1e+64 -1e+64
38: [       OK ] sycl.Random_XorShift64 (377 ms)
38: [ RUN      ] sycl.Random_XorShift1024_0
38: Test Seed:1711465266636535623
38: Test Scalar=int
38:  -- Testing randomness properties
38:  -- Testing 1-D histogram
38: Density 1D: 2.47955e-07 -0.0018631 0.00487869 || 0.051031 10984 11808 || 11398.2 11377 || 67.443 -0.823045
38:  -- Testing 3-D histogram
38: Density 3D: 2.47955e-07 -0.00184436 0.00402902 || 0.051031 1e+64 -1e+64
38: Test Scalar=unsigned int
38:  -- Testing randomness properties
38:  -- Testing 1-D histogram
38: Density 1D: 2.47955e-07 -0.0031521 0.0108228 || 0.051031 10971 11781 || 11412.9 11377 || 149.614 -0.823045
38:  -- Testing 3-D histogram
38: Density 3D: 2.47955e-07 -0.00303308 -0.00196383 || 0.051031 1e+64 -1e+64
38: Test Scalar=int64_t
38:  -- Testing randomness properties
38:  -- Testing 1-D histogram
38: Density 1D: 2.47955e-07 0.00469976 0.00215979 || 0.051031 11002 11790 || 11323.7 11377 || 29.857 -0.823045
38:  -- Testing 3-D histogram
38: Density 3D: 2.47955e-07 0.00607917 0.00408794 || 0.051031 1e+64 -1e+64
38: Test Scalar=uint64_t
38:  -- Testing randomness properties
38:  -- Testing 1-D histogram
38: Density 1D: 2.47955e-07 -0.00542146 -0.00524259 || 0.051031 10856 11822 || 11439 11377 || -72.4736 -0.823045
38:  -- Testing 3-D histogram
38: Density 3D: 2.47955e-07 0.00522512 0.00389063 || 0.051031 1e+64 -1e+64
38: Test Scalar=half
38:  -- Testing randomness properties
38:  -- Testing 1-D histogram
38: Density 1D: 0.000246185 -0.999975 -7594.92 || 0.051031 0 77713 || 4.61003e+08 11377 || -1.04992e+08 -0.823045
38:  -- Testing 3-D histogram
38: Density 3D: 0.000738192 -0.156712 0.0297622 || 0.051031 1e+64 -1e+64
38: Test Scalar=bhalf
38:  -- Testing randomness properties
38:  -- Testing 1-D histogram
38: Density 1D: 2.79744e-07 0.0101465 0.00703802 || 0.051031 10982 11771 || 11262.7 11377 || 97.2936 -0.823045
38:  -- Testing 3-D histogram
38: Density 3D: 3.43323e-07 0.00399853 -0.000334967 || 0.051031 1e+64 -1e+64
38: Test Scalar=float
38:  -- Testing randomness properties
38:  -- Testing 1-D histogram
38: Density 1D: 2.67029e-07 0.00252479 0.000397122 || 0.051031 10922 11791 || 11348.3 11377 || 5.48981 -0.823045
38:  -- Testing 3-D histogram
38: Density 3D: 3.05176e-07 0.0110719 -0.00146177 || 0.051031 1e+64 -1e+64
38: Test Scalar=double
38:  -- Testing randomness properties
38:  -- Testing 1-D histogram
38: Density 1D: 2.47955e-07 -0.000729718 -0.00375411 || 0.051031 10954 11824 || 11385.3 11377 || -51.8969 -0.823045
38:  -- Testing 3-D histogram
38: Density 3D: 2.47955e-07 -0.00841288 -0.00679537 || 0.051031 1e+64 -1e+64
38: Test Seed:1711465266785688471
38: Test Scalar=int
38:  -- Testing randomness properties
38:  -- Testing 1-D histogram
38: Density 1D: 2.54313e-07 -0.00247946 -0.00577365 || 0.051031 10933 11792 || 11405.2 11377 || -79.8149 -0.823045
38:  -- Testing 3-D histogram
38: Density 3D: 2.67029e-07 -0.00648534 0.00503129 || 0.051031 1e+64 -1e+64
38: Test Scalar=unsigned int
38:  -- Testing randomness properties
38:  -- Testing 1-D histogram
38: Density 1D: 2.47955e-07 -0.00199676 -0.00652307 || 0.051031 10983 11803 || 11399.7 11377 || -90.1749 -0.823045
38:  -- Testing 3-D histogram
38: Density 3D: 2.47955e-07 0.0189245 -0.000533596 || 0.051031 1e+64 -1e+64
38: Test Scalar=int64_t
38:  -- Testing randomness properties
38:  -- Testing 1-D histogram
38: Density 1D: 2.47955e-07 0.00320639 -0.0141097 || 0.051031 10953 11788 || 11340.6 11377 || -195.053 -0.823045
38:  -- Testing 3-D histogram
38: Density 3D: 2.47955e-07 -0.00246493 -0.000221874 || 0.051031 1e+64 -1e+64
38: Test Scalar=uint64_t
38:  -- Testing randomness properties
38:  -- Testing 1-D histogram
38: Density 1D: 2.47955e-07 -0.0032314 0.0010777 || 0.051031 10953 11785 || 11413.8 11377 || 14.8981 -0.823045
38:  -- Testing 3-D histogram
38: Density 3D: 2.47955e-07 -0.00256734 -0.00163564 || 0.051031 1e+64 -1e+64
38: Test Scalar=half
38:  -- Testing randomness properties
38:  -- Testing 1-D histogram
38: Density 1D: 0.000244474 -0.999975 -7594.92 || 0.051031 0 77863 || 4.61036e+08 11377 || -1.04992e+08 -0.823045
38:  -- Testing 3-D histogram
38: Density 3D: 0.000733111 -0.11873 0.0269346 || 0.051031 1e+64 -1e+64
38: Test Scalar=bhalf
38:  -- Testing randomness properties
38:  -- Testing 1-D histogram
38: Density 1D: 2.9246e-07 -0.00458184 -0.00378636 || 0.051031 10962 11828 || 11429.3 11377 || -52.3427 -0.823045
38:  -- Testing 3-D histogram
38: Density 3D: 3.8147e-07 0.00960601 -0.00169322 || 0.051031 1e+64 -1e+64
38: Test Scalar=float
38:  -- Testing randomness properties
38:  -- Testing 1-D histogram
38: Density 1D: 2.79744e-07 -0.0120513 -0.00923072 || 0.051031 10971 11789 || 11515.7 11377 || -127.605 -0.823045
38:  -- Testing 3-D histogram
38: Density 3D: 3.43323e-07 0.00742022 0.00228837 || 0.051031 1e+64 -1e+64
38: Test Scalar=double
38:  -- Testing randomness properties
38:  -- Testing 1-D histogram
38: Density 1D: 2.47955e-07 0.00216852 0.000768575 || 0.051031 11015 11794 || 11352.3 11377 || 10.6248 -0.823045
38:  -- Testing 3-D histogram
38: Density 3D: 2.47955e-07 -0.0084086 0.00312495 || 0.051031 1e+64 -1e+64
38: [       OK ] sycl.Random_XorShift1024_0 (341 ms)
38: [ RUN      ] sycl.Multi_streams
38: /var/jenkins/workspace/Kokkos_PR-6895/algorithms/unit_tests/TestRandom.hpp:593: Skipped
38: Failing on NVIDIA GPUs
38: [  SKIPPED ] sycl.Multi_streams (0 ms)
38: [----------] 3 tests from sycl (719 ms total)
38: 
38: [----------] Global test environment tear-down
38: [==========] 3 tests from 1 test suite ran. (719 ms total)
38: [  PASSED  ] 2 tests.
38: [  SKIPPED ] 1 test, listed below:
38: [  SKIPPED ] sycl.Multi_streams
36: [       OK ] std_algorithms_mod_seq_ops.shift_right (1213 ms)
36: [----------] 11 tests from std_algorithms_mod_seq_ops (4952 ms total)
36: 
36: [----------] 1 test from std_algorithms_modseq_test
36: [ RUN      ] std_algorithms_modseq_test.reverse
36: [       OK ] std_algorithms_modseq_test.reverse (56 ms)
36: [----------] 1 test from std_algorithms_modseq_test (56 ms total)
36: 
36: [----------] Global test environment tear-down
36: [==========] 31 tests from 5 test suites ran. (5292 ms total)
36: [  PASSED  ] 31 tests.
38/57 Test #38: Kokkos_UnitTest_Random ........................   Passed    3.14 sec
test 39
      Start 39: Kokkos_AlgorithmsUnitTest_StdSet_A

39: Test command: /var/jenkins/workspace/Kokkos_PR-6895/build/algorithms/unit_tests/Kokkos_AlgorithmsUnitTest_StdSet_A
39: Test timeout computed to be: 1500
36/51 Test #36: Kokkos_AlgorithmsUnitTest_StdSet_D ...............   Passed    6.01 sec
test 37
      Start 37: Kokkos_AlgorithmsUnitTest_StdSet_E

37: Test command: /var/jenkins/workspace/Kokkos_PR-6895/build/algorithms/unit_tests/Kokkos_AlgorithmsUnitTest_StdSet_E
37: Test timeout computed to be: 1500
37: Kokkos::OpenMP::initialize WARNING: You are likely oversubscribing your CPU cores.
37:                                     Detected: 6 cores per node.
37:                                     Detected: 1 MPI_ranks per node.
37:                                     Requested: 8 threads per process.
37: [==========] Running 29 tests from 7 test suites.
37: [----------] Global test environment set-up.
37: [----------] 2 tests from std_algorithms_sorting_ops_test
37: [ RUN      ] std_algorithms_sorting_ops_test.is_sorted
37: [       OK ] std_algorithms_sorting_ops_test.is_sorted (11 ms)
37: [ RUN      ] std_algorithms_sorting_ops_test.is_sorted_until
37: [       OK ] std_algorithms_sorting_ops_test.is_sorted_until (10 ms)
37: [----------] 2 tests from std_algorithms_sorting_ops_test (22 ms total)
37: 
37: [----------] 4 tests from std_algorithms_partitioning_test
37: [ RUN      ] std_algorithms_partitioning_test.is_partitioned_trivial
37: [       OK ] std_algorithms_partitioning_test.is_partitioned_trivial (0 ms)
37: [ RUN      ] std_algorithms_partitioning_test.is_partitioned_accepting_iterators
37: [       OK ] std_algorithms_partitioning_test.is_partitioned_accepting_iterators (1 ms)
37: [ RUN      ] std_algorithms_partitioning_test.is_partitioned_accepting_view
37: [       OK ] std_algorithms_partitioning_test.is_partitioned_accepting_view (1 ms)
37: [ RUN      ] std_algorithms_partitioning_test.partition_point
37: [       OK ] std_algorithms_partitioning_test.partition_point (0 ms)
37: [----------] 4 tests from std_algorithms_partitioning_test (4 ms total)
37: 
37: [----------] 1 test from std_algorithms_partitioning_ops
37: [ RUN      ] std_algorithms_partitioning_ops.partition_copy
37: [       OK ] std_algorithms_partitioning_ops.partition_copy (23 ms)
37: [----------] 1 test from std_algorithms_partitioning_ops (23 ms total)
37: 
37: [----------] 12 tests from std_algorithms_numerics_test
37: [ RUN      ] std_algorithms_numerics_test.transform_reduce_default_functors_using_pod_value_type
37: [       OK ] std_algorithms_numerics_test.transform_reduce_default_functors_using_pod_value_type (4 ms)
37: [ RUN      ] std_algorithms_numerics_test.transform_reduce_default_functors_using_custom_value_type
37: [       OK ] std_algorithms_numerics_test.transform_reduce_default_functors_using_custom_value_type (0 ms)
37: [ RUN      ] std_algorithms_numerics_test.transform_reduce_custom_functors_overloadA_using_pod_value_type
37: [       OK ] std_algorithms_numerics_test.transform_reduce_custom_functors_overloadA_using_pod_value_type (0 ms)
37: [ RUN      ] std_algorithms_numerics_test.transform_reduce_custom_functors_overloadA_using_custom_value_type
37: [       OK ] std_algorithms_numerics_test.transform_reduce_custom_functors_overloadA_using_custom_value_type (0 ms)
37: [ RUN      ] std_algorithms_numerics_test.transform_reduce_custom_functors_overloadB_using_pod_value_type
37: [       OK ] std_algorithms_numerics_test.transform_reduce_custom_functors_overloadB_using_pod_value_type (0 ms)
37: [ RUN      ] std_algorithms_numerics_test.transform_reduce_custom_functors_overloadB_using_custom_value_type
37: [       OK ] std_algorithms_numerics_test.transform_reduce_custom_functors_overloadB_using_custom_value_type (0 ms)
37: [ RUN      ] std_algorithms_numerics_test.reduce_default_functors_overloadA_using_pod_value_type
37: [       OK ] std_algorithms_numerics_test.reduce_default_functors_overloadA_using_pod_value_type (0 ms)
37: [ RUN      ] std_algorithms_numerics_test.reduce_default_functors_overloadA_using_custom_value_type
37: [       OK ] std_algorithms_numerics_test.reduce_default_functors_overloadA_using_custom_value_type (1 ms)
37: [ RUN      ] std_algorithms_numerics_test.reduce_default_functors_overloadB_using_pod_value_type
37: [       OK ] std_algorithms_numerics_test.reduce_default_functors_overloadB_using_pod_value_type (1 ms)
37: [ RUN      ] std_algorithms_numerics_test.reduce_default_functors_overloadB_using_custom_value_type
37: [       OK ] std_algorithms_numerics_test.reduce_default_functors_overloadB_using_custom_value_type (1 ms)
37: [ RUN      ] std_algorithms_numerics_test.reduce_custom_functors_using_pod_value_type
37: [       OK ] std_algorithms_numerics_test.reduce_custom_functors_using_pod_value_type (1 ms)
37: [ RUN      ] std_algorithms_numerics_test.reduce_custom_functors_using_custom_value_type
37: [       OK ] std_algorithms_numerics_test.reduce_custom_functors_using_custom_value_type (1 ms)
37: [----------] 12 tests from std_algorithms_numerics_test (16 ms total)
37: 
37: [----------] 1 test from std_algorithms_numerics_ops_test
37: [ RUN      ] std_algorithms_numerics_ops_test.adjecent_difference
37: [       OK ] std_algorithms_numerics_ops_test.adjecent_difference (93 ms)
37: [----------] 1 test from std_algorithms_numerics_ops_test (93 ms total)
37: 
37: [----------] 8 tests from std_algorithms_numeric_ops_test
37: [ RUN      ] std_algorithms_numeric_ops_test.exclusive_scan
39: [==========] Running 14 tests from 3 test suites.
39: [----------] Global test environment set-up.
39: [----------] 3 tests from std_algorithms_reducers
39: [ RUN      ] std_algorithms_reducers.max_first_loc
39: [       OK ] std_algorithms_reducers.max_first_loc (0 ms)
39: [ RUN      ] std_algorithms_reducers.min_first_loc
39: [       OK ] std_algorithms_reducers.min_first_loc (0 ms)
39: [ RUN      ] std_algorithms_reducers.min_max_first_last_loc
39: [       OK ] std_algorithms_reducers.min_max_first_last_loc (0 ms)
39: [----------] 3 tests from std_algorithms_reducers (0 ms total)
39: 
39: [----------] 1 test from std_algorithms
39: [ RUN      ] std_algorithms.is_admissible_to_std_algorithms
39: [       OK ] std_algorithms.is_admissible_to_std_algorithms (0 ms)
39: [----------] 1 test from std_algorithms (0 ms total)
39: 
39: [----------] 10 tests from random_access_iterator_test
39: [ RUN      ] random_access_iterator_test.constructor
39: [       OK ] random_access_iterator_test.constructor (2 ms)
39: [ RUN      ] random_access_iterator_test.dereference
39: [       OK ] random_access_iterator_test.dereference (1 ms)
39: [ RUN      ] random_access_iterator_test.subscript_operator
39: [       OK ] random_access_iterator_test.subscript_operator (0 ms)
39: [ RUN      ] random_access_iterator_test.operatorsSet1
39: [       OK ] random_access_iterator_test.operatorsSet1 (0 ms)
39: [ RUN      ] random_access_iterator_test.operatorsSet2
39: [       OK ] random_access_iterator_test.operatorsSet2 (0 ms)
39: [ RUN      ] random_access_iterator_test.operatorsSet3
39: [       OK ] random_access_iterator_test.operatorsSet3 (0 ms)
39: [ RUN      ] random_access_iterator_test.operatorsSet4
39: [       OK ] random_access_iterator_test.operatorsSet4 (0 ms)
39: [ RUN      ] random_access_iterator_test.assignment_operator
39: [       OK ] random_access_iterator_test.assignment_operator (0 ms)
39: [ RUN      ] random_access_iterator_test.distance
39: [       OK ] random_access_iterator_test.distance (0 ms)
39: [ RUN      ] random_access_iterator_test.traits_helpers
39: [       OK ] random_access_iterator_test.traits_helpers (0 ms)
39: [----------] 10 tests from random_access_iterator_test (7 ms total)
39: 
39: [----------] Global test environment tear-down
39: [==========] 14 tests from 3 test suites ran. (7 ms total)
39: [  PASSED  ] 14 tests.
37: [       OK ] std_algorithms_numeric_ops_test.exclusive_scan (1116 ms)
37: [ RUN      ] std_algorithms_numeric_ops_test.exclusive_scan_functor
37: [       OK ] std_algorithms_numeric_ops_test.exclusive_scan_functor (0 ms)
37: [ RUN      ] std_algorithms_numeric_ops_test.inclusive_scan
39/57 Test #39: Kokkos_AlgorithmsUnitTest_StdSet_A ............   Passed    2.43 sec
test 40
      Start 40: Kokkos_AlgorithmsUnitTest_StdSet_B

40: Test command: /var/jenkins/workspace/Kokkos_PR-6895/build/algorithms/unit_tests/Kokkos_AlgorithmsUnitTest_StdSet_B
40: Test timeout computed to be: 1500
37: [       OK ] std_algorithms_numeric_ops_test.inclusive_scan (812 ms)
37: [ RUN      ] std_algorithms_numeric_ops_test.inclusive_scan_functor
37: [       OK ] std_algorithms_numeric_ops_test.inclusive_scan_functor (0 ms)
37: [ RUN      ] std_algorithms_numeric_ops_test.transform_exclusive_scan
37: [       OK ] std_algorithms_numeric_ops_test.transform_exclusive_scan (230 ms)
37: [ RUN      ] std_algorithms_numeric_ops_test.transform_exclusive_scan_functor
37: [       OK ] std_algorithms_numeric_ops_test.transform_exclusive_scan_functor (0 ms)
37: [ RUN      ] std_algorithms_numeric_ops_test.transform_inclusive_scan
37: [       OK ] std_algorithms_numeric_ops_test.transform_inclusive_scan (299 ms)
37: [ RUN      ] std_algorithms_numeric_ops_test.transform_inclusive_scan_functor
37: [       OK ] std_algorithms_numeric_ops_test.transform_inclusive_scan_functor (0 ms)
37: [----------] 8 tests from std_algorithms_numeric_ops_test (2459 ms total)
37: 
37: [----------] 1 test from std_algorithms_transform_ops_test
37: [ RUN      ] std_algorithms_transform_ops_test.transform_unary_op
37: [       OK ] std_algorithms_transform_ops_test.transform_unary_op (35 ms)
37: [----------] 1 test from std_algorithms_transform_ops_test (35 ms total)
37: 
37: [----------] Global test environment tear-down
37: [==========] 29 tests from 7 test suites ran. (2653 ms total)
37: [  PASSED  ] 29 tests.
37/51 Test #37: Kokkos_AlgorithmsUnitTest_StdSet_E ...............   Passed    3.36 sec
test 38
      Start 38: Kokkos_AlgorithmsUnitTest_StdSet_Team_A

38: Test command: /var/jenkins/workspace/Kokkos_PR-6895/build/algorithms/unit_tests/Kokkos_AlgorithmsUnitTest_StdSet_Team_A
38: Test timeout computed to be: 1500
38: Kokkos::OpenMP::initialize WARNING: You are likely oversubscribing your CPU cores.
38:                                     Detected: 6 cores per node.
38:                                     Detected: 1 MPI_ranks per node.
38:                                     Requested: 8 threads per process.
38: [==========] Running 12 tests from 7 test suites.
38: [----------] Global test environment set-up.
38: [----------] 2 tests from std_algorithms_adjacent_find_team_test
38: [ RUN      ] std_algorithms_adjacent_find_team_test.two_consecutive_equal_elements_exist
40: [==========] Running 7 tests from 1 test suite.
40: [----------] Global test environment set-up.
40: [----------] 7 tests from std_algorithms_min_max_element_test
40: [ RUN      ] std_algorithms_min_max_element_test.min_element_empty_range
40: [       OK ] std_algorithms_min_max_element_test.min_element_empty_range (0 ms)
40: [ RUN      ] std_algorithms_min_max_element_test.max_element_empty_range
40: [       OK ] std_algorithms_min_max_element_test.max_element_empty_range (0 ms)
40: [ RUN      ] std_algorithms_min_max_element_test.min_element_non_trivial_data
40: [       OK ] std_algorithms_min_max_element_test.min_element_non_trivial_data (9 ms)
40: [ RUN      ] std_algorithms_min_max_element_test.max_element_non_trivial_data
40: [       OK ] std_algorithms_min_max_element_test.max_element_non_trivial_data (6 ms)
40: [ RUN      ] std_algorithms_min_max_element_test.min_element_non_trivial_data_custom_comp
40: [       OK ] std_algorithms_min_max_element_test.min_element_non_trivial_data_custom_comp (6 ms)
40: [ RUN      ] std_algorithms_min_max_element_test.max_element_non_trivial_data_custom_comp
40: [       OK ] std_algorithms_min_max_element_test.max_element_non_trivial_data_custom_comp (6 ms)
40: [ RUN      ] std_algorithms_min_max_element_test.minmax_element_non_trivial_data_custom_comp
40: [       OK ] std_algorithms_min_max_element_test.minmax_element_non_trivial_data_custom_comp (10 ms)
40: [----------] 7 tests from std_algorithms_min_max_element_test (40 ms total)
40: 
40: [----------] Global test environment tear-down
40: [==========] 7 tests from 1 test suite ran. (40 ms total)
40: [  PASSED  ] 7 tests.
38: [       OK ] std_algorithms_adjacent_find_team_test.two_consecutive_equal_elements_exist (644 ms)
38: [ RUN      ] std_algorithms_adjacent_find_team_test.two_consecutive_equal_elements_might_exist
40/57 Test #40: Kokkos_AlgorithmsUnitTest_StdSet_B ............   Passed    2.45 sec
test 41
      Start 41: Kokkos_AlgorithmsUnitTest_StdSet_C

41: Test command: /var/jenkins/workspace/Kokkos_PR-6895/build/algorithms/unit_tests/Kokkos_AlgorithmsUnitTest_StdSet_C
41: Test timeout computed to be: 1500
38: [       OK ] std_algorithms_adjacent_find_team_test.two_consecutive_equal_elements_might_exist (645 ms)
38: [----------] 2 tests from std_algorithms_adjacent_find_team_test (1290 ms total)
38: 
38: [----------] 2 tests from std_algorithms_count_team_test
38: [ RUN      ] std_algorithms_count_team_test.count_returns_nonzero
38: [       OK ] std_algorithms_count_team_test.count_returns_nonzero (715 ms)
38: [ RUN      ] std_algorithms_count_team_test.count_returns_zero
38: [       OK ] std_algorithms_count_team_test.count_returns_zero (263 ms)
38: [----------] 2 tests from std_algorithms_count_team_test (979 ms total)
38: 
38: [----------] 1 test from std_algorithms_count_if_team_test
38: [ RUN      ] std_algorithms_count_if_team_test.test
38: [       OK ] std_algorithms_count_if_team_test.test (359 ms)
38: [----------] 1 test from std_algorithms_count_if_team_test (359 ms total)
38: 
38: [----------] 1 test from std_algorithms_for_each_team_test
38: [ RUN      ] std_algorithms_for_each_team_test.test
41: [==========] Running 13 tests from 10 test suites.
41: [----------] Global test environment set-up.
41: [----------] 1 test from std_algorithms_lexicographical_compare_test
41: [ RUN      ] std_algorithms_lexicographical_compare_test.test
41: [       OK ] std_algorithms_lexicographical_compare_test.test (186 ms)
41: [----------] 1 test from std_algorithms_lexicographical_compare_test (186 ms total)
41: 
41: [----------] 1 test from std_algorithms_for_each_test
41: [ RUN      ] std_algorithms_for_each_test.test
41: [       OK ] std_algorithms_for_each_test.test (127 ms)
41: [----------] 1 test from std_algorithms_for_each_test (127 ms total)
41: 
41: [----------] 1 test from std_algorithms_find_test
41: [ RUN      ] std_algorithms_find_test.test
41: [       OK ] std_algorithms_find_test.test (72 ms)
41: [----------] 1 test from std_algorithms_find_test (72 ms total)
41: 
41: [----------] 4 tests from std_algorithms_non_mod_seq_ops
41: [ RUN      ] std_algorithms_non_mod_seq_ops.find_first_of
38: [       OK ] std_algorithms_for_each_team_test.test (540 ms)
38: [----------] 1 test from std_algorithms_for_each_team_test (540 ms total)
38: 
38: [----------] 1 test from std_algorithms_for_each_n_team_test
38: [ RUN      ] std_algorithms_for_each_n_team_test.test
41: [       OK ] std_algorithms_non_mod_seq_ops.find_first_of (464 ms)
41: [ RUN      ] std_algorithms_non_mod_seq_ops.find_end
38: [       OK ] std_algorithms_for_each_n_team_test.test (615 ms)
38: [----------] 1 test from std_algorithms_for_each_n_team_test (615 ms total)
38: 
38: [----------] 3 tests from std_algorithms_lexicographical_compare_team_test
38: [ RUN      ] std_algorithms_lexicographical_compare_team_test.views_are_equal
41: [       OK ] std_algorithms_non_mod_seq_ops.find_end (1016 ms)
41: [ RUN      ] std_algorithms_non_mod_seq_ops.search
41: [       OK ] std_algorithms_non_mod_seq_ops.search (611 ms)
41: [ RUN      ] std_algorithms_non_mod_seq_ops.search_n
41: [       OK ] std_algorithms_non_mod_seq_ops.search_n (438 ms)
41: [----------] 4 tests from std_algorithms_non_mod_seq_ops (2530 ms total)
41: 
41: [----------] 1 test from std_algorithms_count_test
41: [ RUN      ] std_algorithms_count_test.test
41: [       OK ] std_algorithms_count_test.test (91 ms)
41: [----------] 1 test from std_algorithms_count_test (91 ms total)
41: 
41: [----------] 1 test from std_algorithms_equal_test
41: [ RUN      ] std_algorithms_equal_test.test
41: [       OK ] std_algorithms_equal_test.test (16 ms)
41: [----------] 1 test from std_algorithms_equal_test (16 ms total)
41: 
41: [----------] 1 test from std_algorithms_all_any_none_of_test
41: [ RUN      ] std_algorithms_all_any_none_of_test.test
41: [       OK ] std_algorithms_all_any_none_of_test.test (78 ms)
41: [----------] 1 test from std_algorithms_all_any_none_of_test (78 ms total)
41: 
41: [----------] 1 test from std_algorithms_nonmod_seq_ops
41: [ RUN      ] std_algorithms_nonmod_seq_ops.adjacent_find
41: [       OK ] std_algorithms_nonmod_seq_ops.adjacent_find (102 ms)
41: [----------] 1 test from std_algorithms_nonmod_seq_ops (102 ms total)
41: 
41: [----------] 1 test from std_algorithms_mismatch_test
41: [ RUN      ] std_algorithms_mismatch_test.test
41: [       OK ] std_algorithms_mismatch_test.test (183 ms)
41: [----------] 1 test from std_algorithms_mismatch_test (183 ms total)
41: 
41: [----------] 1 test from std_algorithms_mod_seq_ops
41: [ RUN      ] std_algorithms_mod_seq_ops.move_backward
41: [       OK ] std_algorithms_mod_seq_ops.move_backward (60 ms)
41: [----------] 1 test from std_algorithms_mod_seq_ops (60 ms total)
41: 
41: [----------] Global test environment tear-down
41: [==========] 13 tests from 10 test suites ran. (3452 ms total)
41: [  PASSED  ] 13 tests.
38: [       OK ] std_algorithms_lexicographical_compare_team_test.views_are_equal (3285 ms)
38: [ RUN      ] std_algorithms_lexicographical_compare_team_test.first_view_is_less
41/57 Test #41: Kokkos_AlgorithmsUnitTest_StdSet_C ............   Passed    5.88 sec
test 42
      Start 42: Kokkos_AlgorithmsUnitTest_StdSet_D

42: Test command: /var/jenkins/workspace/Kokkos_PR-6895/build/algorithms/unit_tests/Kokkos_AlgorithmsUnitTest_StdSet_D
42: Test timeout computed to be: 1500
42: [==========] Running 31 tests from 5 test suites.
42: [----------] Global test environment set-up.
42: [----------] 3 tests from std_algorithms_mod_ops_test
42: [ RUN      ] std_algorithms_mod_ops_test.move
42: [       OK ] std_algorithms_mod_ops_test.move (0 ms)
42: [ RUN      ] std_algorithms_mod_ops_test.move_within_parfor
42: [       OK ] std_algorithms_mod_ops_test.move_within_parfor (2 ms)
42: [ RUN      ] std_algorithms_mod_ops_test.iter_swap_static_view
42: [       OK ] std_algorithms_mod_ops_test.iter_swap_static_view (1 ms)
42: [----------] 3 tests from std_algorithms_mod_ops_test (3 ms total)
42: 
42: [----------] 12 tests from std_algorithms_mod_seq_ops_test
42: [ RUN      ] std_algorithms_mod_seq_ops_test.copy
42: [       OK ] std_algorithms_mod_seq_ops_test.copy (0 ms)
42: [ RUN      ] std_algorithms_mod_seq_ops_test.copy_view
42: [       OK ] std_algorithms_mod_seq_ops_test.copy_view (0 ms)
42: [ RUN      ] std_algorithms_mod_seq_ops_test.copy_n
42: [       OK ] std_algorithms_mod_seq_ops_test.copy_n (0 ms)
42: [ RUN      ] std_algorithms_mod_seq_ops_test.copy_backward
42: [       OK ] std_algorithms_mod_seq_ops_test.copy_backward (0 ms)
42: [ RUN      ] std_algorithms_mod_seq_ops_test.reverse_copy
42: [       OK ] std_algorithms_mod_seq_ops_test.reverse_copy (0 ms)
42: [ RUN      ] std_algorithms_mod_seq_ops_test.fill
42: [       OK ] std_algorithms_mod_seq_ops_test.fill (0 ms)
42: [ RUN      ] std_algorithms_mod_seq_ops_test.fill_n
42: [       OK ] std_algorithms_mod_seq_ops_test.fill_n (0 ms)
42: [ RUN      ] std_algorithms_mod_seq_ops_test.transform_from_fixture_unary_op
42: [       OK ] std_algorithms_mod_seq_ops_test.transform_from_fixture_unary_op (0 ms)
42: [ RUN      ] std_algorithms_mod_seq_ops_test.transform_from_fixture_binary_op
42: [       OK ] std_algorithms_mod_seq_ops_test.transform_from_fixture_binary_op (0 ms)
42: [ RUN      ] std_algorithms_mod_seq_ops_test.generate
42: [       OK ] std_algorithms_mod_seq_ops_test.generate (0 ms)
42: [ RUN      ] std_algorithms_mod_seq_ops_test.generate_n
42: [       OK ] std_algorithms_mod_seq_ops_test.generate_n (0 ms)
42: [ RUN      ] std_algorithms_mod_seq_ops_test.swap_ranges
42: [       OK ] std_algorithms_mod_seq_ops_test.swap_ranges (1 ms)
42: [----------] 12 tests from std_algorithms_mod_seq_ops_test (8 ms total)
42: 
42: [----------] 4 tests from std_algorithms_replace_ops_test
42: [ RUN      ] std_algorithms_replace_ops_test.replace
42: [       OK ] std_algorithms_replace_ops_test.replace (43 ms)
42: [ RUN      ] std_algorithms_replace_ops_test.replace_if
42: [       OK ] std_algorithms_replace_ops_test.replace_if (165 ms)
42: [ RUN      ] std_algorithms_replace_ops_test.replace_copy
42: [       OK ] std_algorithms_replace_ops_test.replace_copy (86 ms)
42: [ RUN      ] std_algorithms_replace_ops_test.replace_copy_if
42: [       OK ] std_algorithms_replace_ops_test.replace_copy_if (62 ms)
42: [----------] 4 tests from std_algorithms_replace_ops_test (358 ms total)
42: 
42: [----------] 11 tests from std_algorithms_mod_seq_ops
42: [ RUN      ] std_algorithms_mod_seq_ops.copy_if
42: [       OK ] std_algorithms_mod_seq_ops.copy_if (33 ms)
42: [ RUN      ] std_algorithms_mod_seq_ops.unique
42: [       OK ] std_algorithms_mod_seq_ops.unique (239 ms)
42: [ RUN      ] std_algorithms_mod_seq_ops.unique_copy
42: [       OK ] std_algorithms_mod_seq_ops.unique_copy (79 ms)
42: [ RUN      ] std_algorithms_mod_seq_ops.remove
42: [       OK ] std_algorithms_mod_seq_ops.remove (55 ms)
42: [ RUN      ] std_algorithms_mod_seq_ops.remove_if
42: [       OK ] std_algorithms_mod_seq_ops.remove_if (56 ms)
42: [ RUN      ] std_algorithms_mod_seq_ops.remove_copy
38: [       OK ] std_algorithms_lexicographical_compare_team_test.first_view_is_less (2139 ms)
38: [ RUN      ] std_algorithms_lexicographical_compare_team_test.first_view_is_greater
42: [       OK ] std_algorithms_mod_seq_ops.remove_copy (180 ms)
42: [ RUN      ] std_algorithms_mod_seq_ops.remove_copy_if
42: [       OK ] std_algorithms_mod_seq_ops.remove_copy_if (54 ms)
42: [ RUN      ] std_algorithms_mod_seq_ops.rotate
42: [       OK ] std_algorithms_mod_seq_ops.rotate (1378 ms)
42: [ RUN      ] std_algorithms_mod_seq_ops.rotate_copy
38: [       OK ] std_algorithms_lexicographical_compare_team_test.first_view_is_greater (2158 ms)
38: [----------] 3 tests from std_algorithms_lexicographical_compare_team_test (7583 ms total)
38: 
38: [----------] 2 tests from std_algorithms_mismatch_team_test
38: [ RUN      ] std_algorithms_mismatch_team_test.views_are_equal
42: [       OK ] std_algorithms_mod_seq_ops.rotate_copy (492 ms)
42: [ RUN      ] std_algorithms_mod_seq_ops.shift_left
42: [       OK ] std_algorithms_mod_seq_ops.shift_left (1368 ms)
42: [ RUN      ] std_algorithms_mod_seq_ops.shift_right
38: [       OK ] std_algorithms_mismatch_team_test.views_are_equal (2329 ms)
38: [ RUN      ] std_algorithms_mismatch_team_test.views_are_not_equal
42: [       OK ] std_algorithms_mod_seq_ops.shift_right (1354 ms)
42: [----------] 11 tests from std_algorithms_mod_seq_ops (5294 ms total)
42: 
42: [----------] 1 test from std_algorithms_modseq_test
42: [ RUN      ] std_algorithms_modseq_test.reverse
42: [       OK ] std_algorithms_modseq_test.reverse (51 ms)
42: [----------] 1 test from std_algorithms_modseq_test (51 ms total)
42: 
42: [----------] Global test environment tear-down
42: [==========] 31 tests from 5 test suites ran. (5716 ms total)
42: [  PASSED  ] 31 tests.
38: [       OK ] std_algorithms_mismatch_team_test.views_are_not_equal (960 ms)
38: [----------] 2 tests from std_algorithms_mismatch_team_test (3289 ms total)
38: 
38: [----------] Global test environment tear-down
38: [==========] 12 tests from 7 test suites ran. (14658 ms total)
38: [  PASSED  ] 12 tests.
38/51 Test #38: Kokkos_AlgorithmsUnitTest_StdSet_Team_A ..........   Passed   15.38 sec
test 39
      Start 39: Kokkos_AlgorithmsUnitTest_StdSet_Team_B

39: Test command: /var/jenkins/workspace/Kokkos_PR-6895/build/algorithms/unit_tests/Kokkos_AlgorithmsUnitTest_StdSet_Team_B
39: Test timeout computed to be: 1500
42/57 Test #42: Kokkos_AlgorithmsUnitTest_StdSet_D ............   Passed    8.12 sec
test 43
      Start 43: Kokkos_AlgorithmsUnitTest_StdSet_E

43: Test command: /var/jenkins/workspace/Kokkos_PR-6895/build/algorithms/unit_tests/Kokkos_AlgorithmsUnitTest_StdSet_E
43: Test timeout computed to be: 1500
39: Kokkos::OpenMP::initialize WARNING: You are likely oversubscribing your CPU cores.
39:                                     Detected: 6 cores per node.
39:                                     Detected: 1 MPI_ranks per node.
39:                                     Requested: 8 threads per process.
39: [==========] Running 8 tests from 4 test suites.
39: [----------] Global test environment set-up.
39: [----------] 2 tests from std_algorithms_equal_team_test
39: [ RUN      ] std_algorithms_equal_team_test.views_are_equal
43: [==========] Running 29 tests from 7 test suites.
43: [----------] Global test environment set-up.
43: [----------] 2 tests from std_algorithms_sorting_ops_test
43: [ RUN      ] std_algorithms_sorting_ops_test.is_sorted
43: [       OK ] std_algorithms_sorting_ops_test.is_sorted (14 ms)
43: [ RUN      ] std_algorithms_sorting_ops_test.is_sorted_until
43: [       OK ] std_algorithms_sorting_ops_test.is_sorted_until (11 ms)
43: [----------] 2 tests from std_algorithms_sorting_ops_test (26 ms total)
43: 
43: [----------] 4 tests from std_algorithms_partitioning_test
43: [ RUN      ] std_algorithms_partitioning_test.is_partitioned_trivial
43: [       OK ] std_algorithms_partitioning_test.is_partitioned_trivial (0 ms)
43: [ RUN      ] std_algorithms_partitioning_test.is_partitioned_accepting_iterators
43: [       OK ] std_algorithms_partitioning_test.is_partitioned_accepting_iterators (1 ms)
43: [ RUN      ] std_algorithms_partitioning_test.is_partitioned_accepting_view
43: [       OK ] std_algorithms_partitioning_test.is_partitioned_accepting_view (0 ms)
43: [ RUN      ] std_algorithms_partitioning_test.partition_point
43: [       OK ] std_algorithms_partitioning_test.partition_point (1 ms)
43: [----------] 4 tests from std_algorithms_partitioning_test (3 ms total)
43: 
43: [----------] 1 test from std_algorithms_partitioning_ops
43: [ RUN      ] std_algorithms_partitioning_ops.partition_copy
43: [       OK ] std_algorithms_partitioning_ops.partition_copy (22 ms)
43: [----------] 1 test from std_algorithms_partitioning_ops (22 ms total)
43: 
43: [----------] 12 tests from std_algorithms_numerics_test
43: [ RUN      ] std_algorithms_numerics_test.transform_reduce_default_functors_using_pod_value_type
43: [       OK ] std_algorithms_numerics_test.transform_reduce_default_functors_using_pod_value_type (2 ms)
43: [ RUN      ] std_algorithms_numerics_test.transform_reduce_default_functors_using_custom_value_type
43: [       OK ] std_algorithms_numerics_test.transform_reduce_default_functors_using_custom_value_type (1 ms)
43: [ RUN      ] std_algorithms_numerics_test.transform_reduce_custom_functors_overloadA_using_pod_value_type
43: [       OK ] std_algorithms_numerics_test.transform_reduce_custom_functors_overloadA_using_pod_value_type (1 ms)
43: [ RUN      ] std_algorithms_numerics_test.transform_reduce_custom_functors_overloadA_using_custom_value_type
43: [       OK ] std_algorithms_numerics_test.transform_reduce_custom_functors_overloadA_using_custom_value_type (1 ms)
43: [ RUN      ] std_algorithms_numerics_test.transform_reduce_custom_functors_overloadB_using_pod_value_type
43: [       OK ] std_algorithms_numerics_test.transform_reduce_custom_functors_overloadB_using_pod_value_type (1 ms)
43: [ RUN      ] std_algorithms_numerics_test.transform_reduce_custom_functors_overloadB_using_custom_value_type
43: [       OK ] std_algorithms_numerics_test.transform_reduce_custom_functors_overloadB_using_custom_value_type (1 ms)
43: [ RUN      ] std_algorithms_numerics_test.reduce_default_functors_overloadA_using_pod_value_type
43: [       OK ] std_algorithms_numerics_test.reduce_default_functors_overloadA_using_pod_value_type (1 ms)
43: [ RUN      ] std_algorithms_numerics_test.reduce_default_functors_overloadA_using_custom_value_type
43: [       OK ] std_algorithms_numerics_test.reduce_default_functors_overloadA_using_custom_value_type (1 ms)
43: [ RUN      ] std_algorithms_numerics_test.reduce_default_functors_overloadB_using_pod_value_type
43: [       OK ] std_algorithms_numerics_test.reduce_default_functors_overloadB_using_pod_value_type (0 ms)
43: [ RUN      ] std_algorithms_numerics_test.reduce_default_functors_overloadB_using_custom_value_type
43: [       OK ] std_algorithms_numerics_test.reduce_default_functors_overloadB_using_custom_value_type (0 ms)
43: [ RUN      ] std_algorithms_numerics_test.reduce_custom_functors_using_pod_value_type
43: [       OK ] std_algorithms_numerics_test.reduce_custom_functors_using_pod_value_type (1 ms)
43: [ RUN      ] std_algorithms_numerics_test.reduce_custom_functors_using_custom_value_type
43: [       OK ] std_algorithms_numerics_test.reduce_custom_functors_using_custom_value_type (1 ms)
43: [----------] 12 tests from std_algorithms_numerics_test (15 ms total)
43: 
43: [----------] 1 test from std_algorithms_numerics_ops_test
43: [ RUN      ] std_algorithms_numerics_ops_test.adjecent_difference
43: [       OK ] std_algorithms_numerics_ops_test.adjecent_difference (105 ms)
43: [----------] 1 test from std_algorithms_numerics_ops_test (105 ms total)
43: 
43: [----------] 8 tests from std_algorithms_numeric_ops_test
43: [ RUN      ] std_algorithms_numeric_ops_test.exclusive_scan
39: [       OK ] std_algorithms_equal_team_test.views_are_equal (1725 ms)
39: [ RUN      ] std_algorithms_equal_team_test.views_are_not_equal
43: [       OK ] std_algorithms_numeric_ops_test.exclusive_scan (886 ms)
43: [ RUN      ] std_algorithms_numeric_ops_test.exclusive_scan_functor
43: [       OK ] std_algorithms_numeric_ops_test.exclusive_scan_functor (0 ms)
43: [ RUN      ] std_algorithms_numeric_ops_test.inclusive_scan
43: [       OK ] std_algorithms_numeric_ops_test.inclusive_scan (665 ms)
43: [ RUN      ] std_algorithms_numeric_ops_test.inclusive_scan_functor
43: [       OK ] std_algorithms_numeric_ops_test.inclusive_scan_functor (0 ms)
43: [ RUN      ] std_algorithms_numeric_ops_test.transform_exclusive_scan
43: [       OK ] std_algorithms_numeric_ops_test.transform_exclusive_scan (240 ms)
43: [ RUN      ] std_algorithms_numeric_ops_test.transform_exclusive_scan_functor
43: [       OK ] std_algorithms_numeric_ops_test.transform_exclusive_scan_functor (0 ms)
43: [ RUN      ] std_algorithms_numeric_ops_test.transform_inclusive_scan
39: [       OK ] std_algorithms_equal_team_test.views_are_not_equal (1376 ms)
39: [----------] 2 tests from std_algorithms_equal_team_test (3102 ms total)
39: 
39: [----------] 2 tests from std_algorithms_search_team_test
39: [ RUN      ] std_algorithms_search_team_test.sequences_exist
43: [       OK ] std_algorithms_numeric_ops_test.transform_inclusive_scan (350 ms)
43: [ RUN      ] std_algorithms_numeric_ops_test.transform_inclusive_scan_functor
43: [       OK ] std_algorithms_numeric_ops_test.transform_inclusive_scan_functor (0 ms)
43: [----------] 8 tests from std_algorithms_numeric_ops_test (2142 ms total)
43: 
43: [----------] 1 test from std_algorithms_transform_ops_test
43: [ RUN      ] std_algorithms_transform_ops_test.transform_unary_op
43: [       OK ] std_algorithms_transform_ops_test.transform_unary_op (46 ms)
43: [----------] 1 test from std_algorithms_transform_ops_test (46 ms total)
43: 
43: [----------] Global test environment tear-down
43: [==========] 29 tests from 7 test suites ran. (2363 ms total)
43: [  PASSED  ] 29 tests.
39: [       OK ] std_algorithms_search_team_test.sequences_exist (912 ms)
39: [ RUN      ] std_algorithms_search_team_test.sequences_do_not_exist
43/57 Test #43: Kokkos_AlgorithmsUnitTest_StdSet_E ............   Passed    4.77 sec
test 44
      Start 44: Kokkos_AlgorithmsUnitTest_StdSet_Team_A

44: Test command: /var/jenkins/workspace/Kokkos_PR-6895/build/algorithms/unit_tests/Kokkos_AlgorithmsUnitTest_StdSet_Team_A
44: Test timeout computed to be: 1500
39: [       OK ] std_algorithms_search_team_test.sequences_do_not_exist (1122 ms)
39: [----------] 2 tests from std_algorithms_search_team_test (2035 ms total)
39: 
39: [----------] 2 tests from std_algorithms_find_end_team_test
39: [ RUN      ] std_algorithms_find_end_team_test.sequences_exist
44: [==========] Running 12 tests from 7 test suites.
44: [----------] Global test environment set-up.
44: [----------] 2 tests from std_algorithms_adjacent_find_team_test
44: [ RUN      ] std_algorithms_adjacent_find_team_test.two_consecutive_equal_elements_exist
44: [       OK ] std_algorithms_adjacent_find_team_test.two_consecutive_equal_elements_exist (571 ms)
44: [ RUN      ] std_algorithms_adjacent_find_team_test.two_consecutive_equal_elements_might_exist
44: [       OK ] std_algorithms_adjacent_find_team_test.two_consecutive_equal_elements_might_exist (557 ms)
44: [----------] 2 tests from std_algorithms_adjacent_find_team_test (1129 ms total)
44: 
44: [----------] 2 tests from std_algorithms_count_team_test
44: [ RUN      ] std_algorithms_count_team_test.count_returns_nonzero
39: [       OK ] std_algorithms_find_end_team_test.sequences_exist (2122 ms)
39: [ RUN      ] std_algorithms_find_end_team_test.sequences_do_not_exist
44: [       OK ] std_algorithms_count_team_test.count_returns_nonzero (584 ms)
44: [ RUN      ] std_algorithms_count_team_test.count_returns_zero
44: [       OK ] std_algorithms_count_team_test.count_returns_zero (253 ms)
44: [----------] 2 tests from std_algorithms_count_team_test (837 ms total)
44: 
44: [----------] 1 test from std_algorithms_count_if_team_test
44: [ RUN      ] std_algorithms_count_if_team_test.test
44: [       OK ] std_algorithms_count_if_team_test.test (304 ms)
44: [----------] 1 test from std_algorithms_count_if_team_test (304 ms total)
44: 
44: [----------] 1 test from std_algorithms_for_each_team_test
44: [ RUN      ] std_algorithms_for_each_team_test.test
44: [       OK ] std_algorithms_for_each_team_test.test (413 ms)
44: [----------] 1 test from std_algorithms_for_each_team_test (413 ms total)
44: 
44: [----------] 1 test from std_algorithms_for_each_n_team_test
44: [ RUN      ] std_algorithms_for_each_n_team_test.test
44: [       OK ] std_algorithms_for_each_n_team_test.test (420 ms)
44: [----------] 1 test from std_algorithms_for_each_n_team_test (420 ms total)
44: 
44: [----------] 3 tests from std_algorithms_lexicographical_compare_team_test
44: [ RUN      ] std_algorithms_lexicographical_compare_team_test.views_are_equal
39: [       OK ] std_algorithms_find_end_team_test.sequences_do_not_exist (2078 ms)
39: [----------] 2 tests from std_algorithms_find_end_team_test (4200 ms total)
39: 
39: [----------] 2 tests from std_algorithms_find_first_of_team_test
39: [ RUN      ] std_algorithms_find_first_of_team_test.sequences_exist
39: [       OK ] std_algorithms_find_first_of_team_test.sequences_exist (1687 ms)
39: [ RUN      ] std_algorithms_find_first_of_team_test.sequences_do_not_exist
44: [       OK ] std_algorithms_lexicographical_compare_team_test.views_are_equal (2855 ms)
44: [ RUN      ] std_algorithms_lexicographical_compare_team_test.first_view_is_less
44: [       OK ] std_algorithms_lexicographical_compare_team_test.first_view_is_less (1709 ms)
44: [ RUN      ] std_algorithms_lexicographical_compare_team_test.first_view_is_greater
44: [       OK ] std_algorithms_lexicographical_compare_team_test.first_view_is_greater (1709 ms)
44: [----------] 3 tests from std_algorithms_lexicographical_compare_team_test (6274 ms total)
44: 
44: [----------] 2 tests from std_algorithms_mismatch_team_test
44: [ RUN      ] std_algorithms_mismatch_team_test.views_are_equal
44: [       OK ] std_algorithms_mismatch_team_test.views_are_equal (1923 ms)
44: [ RUN      ] std_algorithms_mismatch_team_test.views_are_not_equal
44: [       OK ] std_algorithms_mismatch_team_test.views_are_not_equal (883 ms)
44: [----------] 2 tests from std_algorithms_mismatch_team_test (2807 ms total)
44: 
44: [----------] Global test environment tear-down
44: [==========] 12 tests from 7 test suites ran. (12187 ms total)
44: [  PASSED  ] 12 tests.
39: [       OK ] std_algorithms_find_first_of_team_test.sequences_do_not_exist (6922 ms)
39: [----------] 2 tests from std_algorithms_find_first_of_team_test (8610 ms total)
39: 
39: [----------] Global test environment tear-down
39: [==========] 8 tests from 4 test suites ran. (17948 ms total)
39: [  PASSED  ] 8 tests.
39/51 Test #39: Kokkos_AlgorithmsUnitTest_StdSet_Team_B ..........   Passed   18.66 sec
test 40
      Start 40: Kokkos_AlgorithmsUnitTest_StdSet_Team_C

40: Test command: /var/jenkins/workspace/Kokkos_PR-6895/build/algorithms/unit_tests/Kokkos_AlgorithmsUnitTest_StdSet_Team_C
40: Test timeout computed to be: 1500
40: Kokkos::OpenMP::initialize WARNING: You are likely oversubscribing your CPU cores.
40:                                     Detected: 6 cores per node.
40:                                     Detected: 1 MPI_ranks per node.
40:                                     Requested: 8 threads per process.
40: [==========] Running 11 tests from 7 test suites.
40: [----------] Global test environment set-up.
40: [----------] 2 tests from std_algorithms_find_team_test
40: [ RUN      ] std_algorithms_find_team_test.searched_values_exist
40: [       OK ] std_algorithms_find_team_test.searched_values_exist (378 ms)
40: [ RUN      ] std_algorithms_find_team_test.searched_values_do_not_exist
44/57 Test #44: Kokkos_AlgorithmsUnitTest_StdSet_Team_A .......   Passed   14.63 sec
test 45
      Start 45: Kokkos_AlgorithmsUnitTest_StdSet_Team_B

45: Test command: /var/jenkins/workspace/Kokkos_PR-6895/build/algorithms/unit_tests/Kokkos_AlgorithmsUnitTest_StdSet_Team_B
45: Test timeout computed to be: 1500
40: [       OK ] std_algorithms_find_team_test.searched_values_do_not_exist (535 ms)
40: [----------] 2 tests from std_algorithms_find_team_test (913 ms total)
40: 
40: [----------] 2 tests from std_algorithms_find_if_team_test
40: [ RUN      ] std_algorithms_find_if_team_test.predicates_return_true
40: [       OK ] std_algorithms_find_if_team_test.predicates_return_true (280 ms)
40: [ RUN      ] std_algorithms_find_if_team_test.predicates_return_false
40: [       OK ] std_algorithms_find_if_team_test.predicates_return_false (551 ms)
40: [----------] 2 tests from std_algorithms_find_if_team_test (832 ms total)
40: 
40: [----------] 2 tests from std_algorithms_find_if_not_team_test
40: [ RUN      ] std_algorithms_find_if_not_team_test.predicates_return_true
45: [==========] Running 8 tests from 4 test suites.
45: [----------] Global test environment set-up.
45: [----------] 2 tests from std_algorithms_equal_team_test
45: [ RUN      ] std_algorithms_equal_team_test.views_are_equal
40: [       OK ] std_algorithms_find_if_not_team_test.predicates_return_true (540 ms)
40: [ RUN      ] std_algorithms_find_if_not_team_test.predicates_return_false
40: [       OK ] std_algorithms_find_if_not_team_test.predicates_return_false (270 ms)
40: [----------] 2 tests from std_algorithms_find_if_not_team_test (810 ms total)
40: 
40: [----------] 1 test from std_algorithms_all_of_team_test
40: [ RUN      ] std_algorithms_all_of_team_test.test
40: [       OK ] std_algorithms_all_of_team_test.test (492 ms)
40: [----------] 1 test from std_algorithms_all_of_team_test (492 ms total)
40: 
40: [----------] 1 test from std_algorithms_any_of_team_test
40: [ RUN      ] std_algorithms_any_of_team_test.test
40: [       OK ] std_algorithms_any_of_team_test.test (265 ms)
40: [----------] 1 test from std_algorithms_any_of_team_test (265 ms total)
40: 
40: [----------] 1 test from std_algorithms_none_of_team_test
40: [ RUN      ] std_algorithms_none_of_team_test.test
45: [       OK ] std_algorithms_equal_team_test.views_are_equal (1403 ms)
45: [ RUN      ] std_algorithms_equal_team_test.views_are_not_equal
40: [       OK ] std_algorithms_none_of_team_test.test (500 ms)
40: [----------] 1 test from std_algorithms_none_of_team_test (500 ms total)
40: 
40: [----------] 2 tests from std_algorithms_search_n_team_test
40: [ RUN      ] std_algorithms_search_n_team_test.sequences_of_equal_elements_exist
40: [       OK ] std_algorithms_search_n_team_test.sequences_of_equal_elements_exist (343 ms)
40: [ RUN      ] std_algorithms_search_n_team_test.sequences_of_equal_elements_probably_does_not_exist
40: [       OK ] std_algorithms_search_n_team_test.sequences_of_equal_elements_probably_does_not_exist (411 ms)
40: [----------] 2 tests from std_algorithms_search_n_team_test (755 ms total)
40: 
40: [----------] Global test environment tear-down
40: [==========] 11 tests from 7 test suites ran. (4570 ms total)
40: [  PASSED  ] 11 tests.
45: [       OK ] std_algorithms_equal_team_test.views_are_not_equal (1298 ms)
45: [----------] 2 tests from std_algorithms_equal_team_test (2702 ms total)
45: 
45: [----------] 2 tests from std_algorithms_search_team_test
45: [ RUN      ] std_algorithms_search_team_test.sequences_exist
40/51 Test #40: Kokkos_AlgorithmsUnitTest_StdSet_Team_C ..........   Passed    5.28 sec
test 41
      Start 41: Kokkos_AlgorithmsUnitTest_StdSet_Team_D

41: Test command: /var/jenkins/workspace/Kokkos_PR-6895/build/algorithms/unit_tests/Kokkos_AlgorithmsUnitTest_StdSet_Team_D
41: Test timeout computed to be: 1500
41: Kokkos::OpenMP::initialize WARNING: You are likely oversubscribing your CPU cores.
41:                                     Detected: 6 cores per node.
41:                                     Detected: 1 MPI_ranks per node.
41:                                     Requested: 8 threads per process.
41: [==========] Running 3 tests from 3 test suites.
41: [----------] Global test environment set-up.
41: [----------] 1 test from std_algorithms_min_element_team_test
41: [ RUN      ] std_algorithms_min_element_team_test.test
45: [       OK ] std_algorithms_search_team_test.sequences_exist (722 ms)
45: [ RUN      ] std_algorithms_search_team_test.sequences_do_not_exist
45: [       OK ] std_algorithms_search_team_test.sequences_do_not_exist (884 ms)
45: [----------] 2 tests from std_algorithms_search_team_test (1606 ms total)
45: 
45: [----------] 2 tests from std_algorithms_find_end_team_test
45: [ RUN      ] std_algorithms_find_end_team_test.sequences_exist
41: [       OK ] std_algorithms_min_element_team_test.test (1695 ms)
41: [----------] 1 test from std_algorithms_min_element_team_test (1695 ms total)
41: 
41: [----------] 1 test from std_algorithms_max_element_team_test
41: [ RUN      ] std_algorithms_max_element_team_test.test
45: [       OK ] std_algorithms_find_end_team_test.sequences_exist (1808 ms)
45: [ RUN      ] std_algorithms_find_end_team_test.sequences_do_not_exist
41: [       OK ] std_algorithms_max_element_team_test.test (1663 ms)
41: [----------] 1 test from std_algorithms_max_element_team_test (1663 ms total)
41: 
41: [----------] 1 test from std_algorithms_minmax_element_team_test
41: [ RUN      ] std_algorithms_minmax_element_team_test.test
45: [       OK ] std_algorithms_find_end_team_test.sequences_do_not_exist (1669 ms)
45: [----------] 2 tests from std_algorithms_find_end_team_test (3478 ms total)
45: 
45: [----------] 2 tests from std_algorithms_find_first_of_team_test
45: [ RUN      ] std_algorithms_find_first_of_team_test.sequences_exist
45: [       OK ] std_algorithms_find_first_of_team_test.sequences_exist (1383 ms)
45: [ RUN      ] std_algorithms_find_first_of_team_test.sequences_do_not_exist
41: [       OK ] std_algorithms_minmax_element_team_test.test (2147 ms)
41: [----------] 1 test from std_algorithms_minmax_element_team_test (2147 ms total)
41: 
41: [----------] Global test environment tear-down
41: [==========] 3 tests from 3 test suites ran. (5507 ms total)
41: [  PASSED  ] 3 tests.
41/51 Test #41: Kokkos_AlgorithmsUnitTest_StdSet_Team_D ..........   Passed    6.23 sec
test 42
      Start 42: Kokkos_AlgorithmsUnitTest_StdSet_Team_E

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

43: Test command: /var/jenkins/workspace/Kokkos_PR-6895/build/algorithms/unit_tests/Kokkos_AlgorithmsUnitTest_StdSet_Team_F
43: Test timeout computed to be: 1500
43: Kokkos::OpenMP::initialize WARNING: You are likely oversubscribing your CPU cores.
43:                                     Detected: 6 cores per node.
43:                                     Detected: 1 MPI_ranks per node.
43:                                     Requested: 8 threads per process.
43: [==========] Running 4 tests from 4 test suites.
43: [----------] Global test environment set-up.
43: [----------] 1 test from std_algorithms_reverse_team_test
43: [ RUN      ] std_algorithms_reverse_team_test.test
43: [       OK ] std_algorithms_reverse_team_test.test (395 ms)
43: [----------] 1 test from std_algorithms_reverse_team_test (396 ms total)
43: 
43: [----------] 1 test from std_algorithms_reverse_copy_team_test
43: [ RUN      ] std_algorithms_reverse_copy_team_test.test
43: [       OK ] std_algorithms_reverse_copy_team_test.test (456 ms)
43: [----------] 1 test from std_algorithms_reverse_copy_team_test (456 ms total)
43: 
43: [----------] 1 test from std_algorithms_rotate_team_test
43: [ RUN      ] std_algorithms_rotate_team_test.test
45: [       OK ] std_algorithms_find_first_of_team_test.sequences_do_not_exist (5344 ms)
45: [----------] 2 tests from std_algorithms_find_first_of_team_test (6728 ms total)
45: 
45: [----------] Global test environment tear-down
45: [==========] 8 tests from 4 test suites ran. (14516 ms total)
45: [  PASSED  ] 8 tests.
45/57 Test #45: Kokkos_AlgorithmsUnitTest_StdSet_Team_B .......   Passed   16.96 sec
test 46
      Start 46: Kokkos_AlgorithmsUnitTest_StdSet_Team_C

46: Test command: /var/jenkins/workspace/Kokkos_PR-6895/build/algorithms/unit_tests/Kokkos_AlgorithmsUnitTest_StdSet_Team_C
46: Test timeout computed to be: 1500
43: [       OK ] std_algorithms_rotate_team_test.test (1294 ms)
43: [----------] 1 test from std_algorithms_rotate_team_test (1294 ms total)
43: 
43: [----------] 1 test from std_algorithms_rotate_copy_team_test
43: [ RUN      ] std_algorithms_rotate_copy_team_test.test
46: [==========] Running 11 tests from 7 test suites.
46: [----------] Global test environment set-up.
46: [----------] 2 tests from std_algorithms_find_team_test
46: [ RUN      ] std_algorithms_find_team_test.searched_values_exist
46: [       OK ] std_algorithms_find_team_test.searched_values_exist (304 ms)
46: [ RUN      ] std_algorithms_find_team_test.searched_values_do_not_exist
43: [       OK ] std_algorithms_rotate_copy_team_test.test (950 ms)
43: [----------] 1 test from std_algorithms_rotate_copy_team_test (950 ms total)
43: 
43: [----------] Global test environment tear-down
43: [==========] 4 tests from 4 test suites ran. (3098 ms total)
43: [  PASSED  ] 4 tests.
43/51 Test #43: Kokkos_AlgorithmsUnitTest_StdSet_Team_F ..........   Passed    3.82 sec
test 44
      Start 44: Kokkos_AlgorithmsUnitTest_StdSet_Team_G

44: Test command: /var/jenkins/workspace/Kokkos_PR-6895/build/algorithms/unit_tests/Kokkos_AlgorithmsUnitTest_StdSet_Team_G
44: Test timeout computed to be: 1500
46: [       OK ] std_algorithms_find_team_test.searched_values_do_not_exist (427 ms)
46: [----------] 2 tests from std_algorithms_find_team_test (731 ms total)
46: 
46: [----------] 2 tests from std_algorithms_find_if_team_test
46: [ RUN      ] std_algorithms_find_if_team_test.predicates_return_true
44: Kokkos::OpenMP::initialize WARNING: You are likely oversubscribing your CPU cores.
44:                                     Detected: 6 cores per node.
44:                                     Detected: 1 MPI_ranks per node.
44:                                     Requested: 8 threads per process.
44: [==========] Running 4 tests from 4 test suites.
44: [----------] Global test environment set-up.
44: [----------] 1 test from std_algorithms_move_team_test
44: [ RUN      ] std_algorithms_move_team_test.test
46: [       OK ] std_algorithms_find_if_team_test.predicates_return_true (256 ms)
46: [ RUN      ] std_algorithms_find_if_team_test.predicates_return_false
46: [       OK ] std_algorithms_find_if_team_test.predicates_return_false (426 ms)
46: [----------] 2 tests from std_algorithms_find_if_team_test (682 ms total)
46: 
46: [----------] 2 tests from std_algorithms_find_if_not_team_test
46: [ RUN      ] std_algorithms_find_if_not_team_test.predicates_return_true
46: [       OK ] std_algorithms_find_if_not_team_test.predicates_return_true (425 ms)
46: [ RUN      ] std_algorithms_find_if_not_team_test.predicates_return_false
44: [       OK ] std_algorithms_move_team_test.test (657 ms)
44: [----------] 1 test from std_algorithms_move_team_test (657 ms total)
44: 
44: [----------] 1 test from std_algorithms_move_backward_team_test
44: [ RUN      ] std_algorithms_move_backward_team_test.test
46: [       OK ] std_algorithms_find_if_not_team_test.predicates_return_false (255 ms)
46: [----------] 2 tests from std_algorithms_find_if_not_team_test (680 ms total)
46: 
46: [----------] 1 test from std_algorithms_all_of_team_test
46: [ RUN      ] std_algorithms_all_of_team_test.test
46: [       OK ] std_algorithms_all_of_team_test.test (427 ms)
46: [----------] 1 test from std_algorithms_all_of_team_test (427 ms total)
46: 
46: [----------] 1 test from std_algorithms_any_of_team_test
46: [ RUN      ] std_algorithms_any_of_team_test.test
44: [       OK ] std_algorithms_move_backward_team_test.test (579 ms)
44: [----------] 1 test from std_algorithms_move_backward_team_test (579 ms total)
44: 
44: [----------] 1 test from std_algorithms_shift_left_team_test
44: [ RUN      ] std_algorithms_shift_left_team_test.test
46: [       OK ] std_algorithms_any_of_team_test.test (258 ms)
46: [----------] 1 test from std_algorithms_any_of_team_test (258 ms total)
46: 
46: [----------] 1 test from std_algorithms_none_of_team_test
46: [ RUN      ] std_algorithms_none_of_team_test.test
46: [       OK ] std_algorithms_none_of_team_test.test (429 ms)
46: [----------] 1 test from std_algorithms_none_of_team_test (429 ms total)
46: 
46: [----------] 2 tests from std_algorithms_search_n_team_test
46: [ RUN      ] std_algorithms_search_n_team_test.sequences_of_equal_elements_exist
46: [       OK ] std_algorithms_search_n_team_test.sequences_of_equal_elements_exist (280 ms)
46: [ RUN      ] std_algorithms_search_n_team_test.sequences_of_equal_elements_probably_does_not_exist
46: [       OK ] std_algorithms_search_n_team_test.sequences_of_equal_elements_probably_does_not_exist (310 ms)
46: [----------] 2 tests from std_algorithms_search_n_team_test (590 ms total)
46: 
46: [----------] Global test environment tear-down
46: [==========] 11 tests from 7 test suites ran. (3801 ms total)
46: [  PASSED  ] 11 tests.
46/57 Test #46: Kokkos_AlgorithmsUnitTest_StdSet_Team_C .......   Passed    6.24 sec
test 47
      Start 47: Kokkos_AlgorithmsUnitTest_StdSet_Team_D

47: Test command: /var/jenkins/workspace/Kokkos_PR-6895/build/algorithms/unit_tests/Kokkos_AlgorithmsUnitTest_StdSet_Team_D
47: Test timeout computed to be: 1500
44: [       OK ] std_algorithms_shift_left_team_test.test (2634 ms)
44: [----------] 1 test from std_algorithms_shift_left_team_test (2634 ms total)
44: 
44: [----------] 1 test from std_algorithms_shift_right_team_test
44: [ RUN      ] std_algorithms_shift_right_team_test.test
47: [==========] Running 3 tests from 3 test suites.
47: [----------] Global test environment set-up.
47: [----------] 1 test from std_algorithms_min_element_team_test
47: [ RUN      ] std_algorithms_min_element_team_test.test
47: [       OK ] std_algorithms_min_element_team_test.test (1255 ms)
47: [----------] 1 test from std_algorithms_min_element_team_test (1255 ms total)
47: 
47: [----------] 1 test from std_algorithms_max_element_team_test
47: [ RUN      ] std_algorithms_max_element_team_test.test
44: [       OK ] std_algorithms_shift_right_team_test.test (2337 ms)
44: [----------] 1 test from std_algorithms_shift_right_team_test (2337 ms total)
44: 
44: [----------] Global test environment tear-down
44: [==========] 4 tests from 4 test suites ran. (6209 ms total)
44: [  PASSED  ] 4 tests.
44/51 Test #44: Kokkos_AlgorithmsUnitTest_StdSet_Team_G ..........   Passed    6.92 sec
test 45
      Start 45: Kokkos_AlgorithmsUnitTest_StdSet_Team_H

45: Test command: /var/jenkins/workspace/Kokkos_PR-6895/build/algorithms/unit_tests/Kokkos_AlgorithmsUnitTest_StdSet_Team_H
45: Test timeout computed to be: 1500
45: Kokkos::OpenMP::initialize WARNING: You are likely oversubscribing your CPU cores.
45:                                     Detected: 6 cores per node.
45:                                     Detected: 1 MPI_ranks per node.
45:                                     Requested: 8 threads per process.
45: [==========] Running 9 tests from 9 test suites.
45: [----------] Global test environment set-up.
45: [----------] 1 test from std_algorithms_copy_team_test
45: [ RUN      ] std_algorithms_copy_team_test.test
47: [       OK ] std_algorithms_max_element_team_test.test (1241 ms)
47: [----------] 1 test from std_algorithms_max_element_team_test (1241 ms total)
47: 
47: [----------] 1 test from std_algorithms_minmax_element_team_test
47: [ RUN      ] std_algorithms_minmax_element_team_test.test
45: [       OK ] std_algorithms_copy_team_test.test (811 ms)
45: [----------] 1 test from std_algorithms_copy_team_test (811 ms total)
45: 
45: [----------] 1 test from std_algorithms_copy_n_team_test
45: [ RUN      ] std_algorithms_copy_n_team_test.test
45: [       OK ] std_algorithms_copy_n_team_test.test (642 ms)
45: [----------] 1 test from std_algorithms_copy_n_team_test (642 ms total)
45: 
45: [----------] 1 test from std_algorithms_copy_backward_team_test
45: [ RUN      ] std_algorithms_copy_backward_team_test.test
45: [       OK ] std_algorithms_copy_backward_team_test.test (548 ms)
45: [----------] 1 test from std_algorithms_copy_backward_team_test (548 ms total)
45: 
45: [----------] 1 test from std_algorithms_copy_if_team_test
45: [ RUN      ] std_algorithms_copy_if_team_test.test
45: [       OK ] std_algorithms_copy_if_team_test.test (728 ms)
45: [----------] 1 test from std_algorithms_copy_if_team_test (728 ms total)
45: 
45: [----------] 1 test from std_algorithms_unique_copy_team_test
45: [ RUN      ] std_algorithms_unique_copy_team_test.test
47: [       OK ] std_algorithms_minmax_element_team_test.test (1695 ms)
47: [----------] 1 test from std_algorithms_minmax_element_team_test (1695 ms total)
47: 
47: [----------] Global test environment tear-down
47: [==========] 3 tests from 3 test suites ran. (4192 ms total)
47: [  PASSED  ] 3 tests.
47/57 Test #47: Kokkos_AlgorithmsUnitTest_StdSet_Team_D .......   Passed    6.59 sec
test 48
      Start 48: Kokkos_AlgorithmsUnitTest_StdSet_Team_E

48: Test command: /var/jenkins/workspace/Kokkos_PR-6895/build/algorithms/unit_tests/Kokkos_AlgorithmsUnitTest_StdSet_Team_E
48: Test timeout computed to be: 1500
45: [       OK ] std_algorithms_unique_copy_team_test.test (1231 ms)
45: [----------] 1 test from std_algorithms_unique_copy_team_test (1231 ms total)
45: 
45: [----------] 1 test from std_algorithms_remove_team_test
45: [ RUN      ] std_algorithms_remove_team_test.test
45: [       OK ] std_algorithms_remove_team_test.test (850 ms)
45: [----------] 1 test from std_algorithms_remove_team_test (850 ms total)
45: 
45: [----------] 1 test from std_algorithms_remove_if_team_test
45: [ RUN      ] std_algorithms_remove_if_team_test.test
48: [==========] Running 6 tests from 6 test suites.
48: [----------] Global test environment set-up.
48: [----------] 1 test from std_algorithms_fill_team_test
48: [ RUN      ] std_algorithms_fill_team_test.test
48: [       OK ] std_algorithms_fill_team_test.test (295 ms)
48: [----------] 1 test from std_algorithms_fill_team_test (295 ms total)
48: 
48: [----------] 1 test from std_algorithms_fill_n_team_test
48: [ RUN      ] std_algorithms_fill_n_team_test.test
48: [       OK ] std_algorithms_fill_n_team_test.test (463 ms)
48: [----------] 1 test from std_algorithms_fill_n_team_test (463 ms total)
48: 
48: [----------] 1 test from std_algorithms_replace_team_test
48: [ RUN      ] std_algorithms_replace_team_test.test
45: [       OK ] std_algorithms_remove_if_team_test.test (880 ms)
45: [----------] 1 test from std_algorithms_remove_if_team_test (880 ms total)
45: 
45: [----------] 1 test from std_algorithms_remove_copy_team_test
45: [ RUN      ] std_algorithms_remove_copy_team_test.test
48: [       OK ] std_algorithms_replace_team_test.test (410 ms)
48: [----------] 1 test from std_algorithms_replace_team_test (410 ms total)
48: 
48: [----------] 1 test from std_algorithms_replace_if_team_test
48: [ RUN      ] std_algorithms_replace_if_team_test.test
48: [       OK ] std_algorithms_replace_if_team_test.test (497 ms)
48: [----------] 1 test from std_algorithms_replace_if_team_test (497 ms total)
48: 
48: [----------] 1 test from std_algorithms_replace_copy_team_test
48: [ RUN      ] std_algorithms_replace_copy_team_test.test
45: [       OK ] std_algorithms_remove_copy_team_test.test (1038 ms)
45: [----------] 1 test from std_algorithms_remove_copy_team_test (1038 ms total)
45: 
45: [----------] 1 test from std_algorithms_remove_copy_if_team_test
45: [ RUN      ] std_algorithms_remove_copy_if_team_test.test
48: [       OK ] std_algorithms_replace_copy_team_test.test (752 ms)
48: [----------] 1 test from std_algorithms_replace_copy_team_test (752 ms total)
48: 
48: [----------] 1 test from std_algorithms_replace_copy_if_team_test
48: [ RUN      ] std_algorithms_replace_copy_if_team_test.test
45: [       OK ] std_algorithms_remove_copy_if_team_test.test (933 ms)
45: [----------] 1 test from std_algorithms_remove_copy_if_team_test (933 ms total)
45: 
45: [----------] Global test environment tear-down
45: [==========] 9 tests from 9 test suites ran. (7666 ms total)
45: [  PASSED  ] 9 tests.
48: [       OK ] std_algorithms_replace_copy_if_team_test.test (701 ms)
48: [----------] 1 test from std_algorithms_replace_copy_if_team_test (701 ms total)
48: 
48: [----------] Global test environment tear-down
48: [==========] 6 tests from 6 test suites ran. (3120 ms total)
48: [  PASSED  ] 6 tests.
45/51 Test #45: Kokkos_AlgorithmsUnitTest_StdSet_Team_H ..........   Passed    8.37 sec
test 46
      Start 46: Kokkos_AlgorithmsUnitTest_StdSet_Team_I

46: Test command: /var/jenkins/workspace/Kokkos_PR-6895/build/algorithms/unit_tests/Kokkos_AlgorithmsUnitTest_StdSet_Team_I
46: Test timeout computed to be: 1500
46: Kokkos::OpenMP::initialize WARNING: You are likely oversubscribing your CPU cores.
46:                                     Detected: 6 cores per node.
46:                                     Detected: 1 MPI_ranks per node.
46:                                     Requested: 8 threads per process.
46: [==========] Running 4 tests from 4 test suites.
46: [----------] Global test environment set-up.
46: [----------] 1 test from std_algorithms_unique_team_test
46: [ RUN      ] std_algorithms_unique_team_test.test_default_predicate
48/57 Test #48: Kokkos_AlgorithmsUnitTest_StdSet_Team_E .......   Passed    5.53 sec
test 49
      Start 49: Kokkos_AlgorithmsUnitTest_StdSet_Team_F

49: Test command: /var/jenkins/workspace/Kokkos_PR-6895/build/algorithms/unit_tests/Kokkos_AlgorithmsUnitTest_StdSet_Team_F
49: Test timeout computed to be: 1500
46: [       OK ] std_algorithms_unique_team_test.test_default_predicate (1335 ms)
46: [----------] 1 test from std_algorithms_unique_team_test (1335 ms total)
46: 
46: [----------] 1 test from std_algorithms_adjacent_difference_team_test
46: [ RUN      ] std_algorithms_adjacent_difference_team_test.test
49: [==========] Running 4 tests from 4 test suites.
49: [----------] Global test environment set-up.
49: [----------] 1 test from std_algorithms_reverse_team_test
49: [ RUN      ] std_algorithms_reverse_team_test.test
49: [       OK ] std_algorithms_reverse_team_test.test (328 ms)
49: [----------] 1 test from std_algorithms_reverse_team_test (328 ms total)
49: 
49: [----------] 1 test from std_algorithms_reverse_copy_team_test
49: [ RUN      ] std_algorithms_reverse_copy_team_test.test
49: [       OK ] std_algorithms_reverse_copy_team_test.test (364 ms)
49: [----------] 1 test from std_algorithms_reverse_copy_team_test (364 ms total)
49: 
49: [----------] 1 test from std_algorithms_rotate_team_test
49: [ RUN      ] std_algorithms_rotate_team_test.test
46: [       OK ] std_algorithms_adjacent_difference_team_test.test (1436 ms)
46: [----------] 1 test from std_algorithms_adjacent_difference_team_test (1436 ms total)
46: 
46: [----------] 1 test from std_algorithms_reduce_team_test
46: [ RUN      ] std_algorithms_reduce_team_test.test
49: [       OK ] std_algorithms_rotate_team_test.test (826 ms)
49: [----------] 1 test from std_algorithms_rotate_team_test (826 ms total)
49: 
49: [----------] 1 test from std_algorithms_rotate_copy_team_test
49: [ RUN      ] std_algorithms_rotate_copy_team_test.test
46: [       OK ] std_algorithms_reduce_team_test.test (1185 ms)
46: [----------] 1 test from std_algorithms_reduce_team_test (1185 ms total)
46: 
46: [----------] 1 test from std_algorithms_transform_reduce_team_test
46: [ RUN      ] std_algorithms_transform_reduce_team_test.test
49: [       OK ] std_algorithms_rotate_copy_team_test.test (700 ms)
49: [----------] 1 test from std_algorithms_rotate_copy_team_test (700 ms total)
49: 
49: [----------] Global test environment tear-down
49: [==========] 4 tests from 4 test suites ran. (2220 ms total)
49: [  PASSED  ] 4 tests.
49/57 Test #49: Kokkos_AlgorithmsUnitTest_StdSet_Team_F .......   Passed    4.66 sec
test 50
      Start 50: Kokkos_AlgorithmsUnitTest_StdSet_Team_G

50: Test command: /var/jenkins/workspace/Kokkos_PR-6895/build/algorithms/unit_tests/Kokkos_AlgorithmsUnitTest_StdSet_Team_G
50: Test timeout computed to be: 1500
46: [       OK ] std_algorithms_transform_reduce_team_test.test (1955 ms)
46: [----------] 1 test from std_algorithms_transform_reduce_team_test (1955 ms total)
46: 
46: [----------] Global test environment tear-down
46: [==========] 4 tests from 4 test suites ran. (5912 ms total)
46: [  PASSED  ] 4 tests.
46/51 Test #46: Kokkos_AlgorithmsUnitTest_StdSet_Team_I ..........   Passed    6.62 sec
test 47
      Start 47: Kokkos_AlgorithmsUnitTest_StdSet_Team_L

47: Test command: /var/jenkins/workspace/Kokkos_PR-6895/build/algorithms/unit_tests/Kokkos_AlgorithmsUnitTest_StdSet_Team_L
47: Test timeout computed to be: 1500
47: Kokkos::OpenMP::initialize WARNING: You are likely oversubscribing your CPU cores.
47:                                     Detected: 6 cores per node.
47:                                     Detected: 1 MPI_ranks per node.
47:                                     Requested: 8 threads per process.
47: [==========] Running 18 tests from 5 test suites.
47: [----------] Global test environment set-up.
47: [----------] 2 tests from std_algorithms_is_sorted_team_test
47: [ RUN      ] std_algorithms_is_sorted_team_test.test_data_almost_certainly_not_sorted
50: [==========] Running 4 tests from 4 test suites.
50: [----------] Global test environment set-up.
50: [----------] 1 test from std_algorithms_move_team_test
50: [ RUN      ] std_algorithms_move_team_test.test
50: [       OK ] std_algorithms_move_team_test.test (508 ms)
50: [----------] 1 test from std_algorithms_move_team_test (508 ms total)
50: 
50: [----------] 1 test from std_algorithms_move_backward_team_test
50: [ RUN      ] std_algorithms_move_backward_team_test.test
47: [       OK ] std_algorithms_is_sorted_team_test.test_data_almost_certainly_not_sorted (935 ms)
47: [ RUN      ] std_algorithms_is_sorted_team_test.test_data_certainly_sorted
50: [       OK ] std_algorithms_move_backward_team_test.test (473 ms)
50: [----------] 1 test from std_algorithms_move_backward_team_test (473 ms total)
50: 
50: [----------] 1 test from std_algorithms_shift_left_team_test
50: [ RUN      ] std_algorithms_shift_left_team_test.test
47: [       OK ] std_algorithms_is_sorted_team_test.test_data_certainly_sorted (1647 ms)
47: [----------] 2 tests from std_algorithms_is_sorted_team_test (2583 ms total)
47: 
47: [----------] 4 tests from std_algorithms_is_sorted_until_team_test
47: [ RUN      ] std_algorithms_is_sorted_until_team_test.test_trivialA
47: [       OK ] std_algorithms_is_sorted_until_team_test.test_trivialA (15 ms)
47: [ RUN      ] std_algorithms_is_sorted_until_team_test.test_trivialB
47: [       OK ] std_algorithms_is_sorted_until_team_test.test_trivialB (17 ms)
47: [ RUN      ] std_algorithms_is_sorted_until_team_test.test_nontrivialA
50: [       OK ] std_algorithms_shift_left_team_test.test (1636 ms)
50: [----------] 1 test from std_algorithms_shift_left_team_test (1636 ms total)
50: 
50: [----------] 1 test from std_algorithms_shift_right_team_test
50: [ RUN      ] std_algorithms_shift_right_team_test.test
50: [       OK ] std_algorithms_shift_right_team_test.test (1529 ms)
50: [----------] 1 test from std_algorithms_shift_right_team_test (1529 ms total)
50: 
50: [----------] Global test environment tear-down
50: [==========] 4 tests from 4 test suites ran. (4147 ms total)
50: [  PASSED  ] 4 tests.
47: [       OK ] std_algorithms_is_sorted_until_team_test.test_nontrivialA (1599 ms)
47: [ RUN      ] std_algorithms_is_sorted_until_team_test.test_nontrivialB
50/57 Test #50: Kokkos_AlgorithmsUnitTest_StdSet_Team_G .......   Passed    6.57 sec
test 51
      Start 51: Kokkos_AlgorithmsUnitTest_StdSet_Team_H

51: Test command: /var/jenkins/workspace/Kokkos_PR-6895/build/algorithms/unit_tests/Kokkos_AlgorithmsUnitTest_StdSet_Team_H
51: Test timeout computed to be: 1500
47: [       OK ] std_algorithms_is_sorted_until_team_test.test_nontrivialB (1170 ms)
47: [----------] 4 tests from std_algorithms_is_sorted_until_team_test (2803 ms total)
47: 
47: [----------] 4 tests from std_algorithms_is_partitioned_team_test
47: [ RUN      ] std_algorithms_is_partitioned_team_test.empty
47: [       OK ] std_algorithms_is_partitioned_team_test.empty (8 ms)
47: [ RUN      ] std_algorithms_is_partitioned_team_test.all_true
47: [       OK ] std_algorithms_is_partitioned_team_test.all_true (564 ms)
47: [ RUN      ] std_algorithms_is_partitioned_team_test.all_false
51: [==========] Running 9 tests from 9 test suites.
51: [----------] Global test environment set-up.
51: [----------] 1 test from std_algorithms_copy_team_test
51: [ RUN      ] std_algorithms_copy_team_test.test
47: [       OK ] std_algorithms_is_partitioned_team_test.all_false (559 ms)
47: [ RUN      ] std_algorithms_is_partitioned_team_test.random
47: [       OK ] std_algorithms_is_partitioned_team_test.random (400 ms)
47: [----------] 4 tests from std_algorithms_is_partitioned_team_test (1532 ms total)
47: 
47: [----------] 4 tests from std_algorithms_partition_copy_team_test
47: [ RUN      ] std_algorithms_partition_copy_team_test.empty
47: [       OK ] std_algorithms_partition_copy_team_test.empty (13 ms)
47: [ RUN      ] std_algorithms_partition_copy_team_test.all_true
51: [       OK ] std_algorithms_copy_team_test.test (604 ms)
51: [----------] 1 test from std_algorithms_copy_team_test (604 ms total)
51: 
51: [----------] 1 test from std_algorithms_copy_n_team_test
51: [ RUN      ] std_algorithms_copy_n_team_test.test
51: [       OK ] std_algorithms_copy_n_team_test.test (540 ms)
51: [----------] 1 test from std_algorithms_copy_n_team_test (540 ms total)
51: 
51: [----------] 1 test from std_algorithms_copy_backward_team_test
51: [ RUN      ] std_algorithms_copy_backward_team_test.test
51: [       OK ] std_algorithms_copy_backward_team_test.test (445 ms)
51: [----------] 1 test from std_algorithms_copy_backward_team_test (445 ms total)
51: 
51: [----------] 1 test from std_algorithms_copy_if_team_test
51: [ RUN      ] std_algorithms_copy_if_team_test.test
47: [       OK ] std_algorithms_partition_copy_team_test.all_true (1011 ms)
47: [ RUN      ] std_algorithms_partition_copy_team_test.all_false
51: [       OK ] std_algorithms_copy_if_team_test.test (544 ms)
51: [----------] 1 test from std_algorithms_copy_if_team_test (544 ms total)
51: 
51: [----------] 1 test from std_algorithms_unique_copy_team_test
51: [ RUN      ] std_algorithms_unique_copy_team_test.test
47: [       OK ] std_algorithms_partition_copy_team_test.all_false (1011 ms)
47: [ RUN      ] std_algorithms_partition_copy_team_test.random
47: [       OK ] std_algorithms_partition_copy_team_test.random (848 ms)
47: [----------] 4 tests from std_algorithms_partition_copy_team_test (2885 ms total)
47: 
47: [----------] 4 tests from std_algorithms_partition_point_team_test
47: [ RUN      ] std_algorithms_partition_point_team_test.empty
47: [       OK ] std_algorithms_partition_point_team_test.empty (8 ms)
47: [ RUN      ] std_algorithms_partition_point_team_test.all_true
51: [       OK ] std_algorithms_unique_copy_team_test.test (1139 ms)
51: [----------] 1 test from std_algorithms_unique_copy_team_test (1139 ms total)
51: 
51: [----------] 1 test from std_algorithms_remove_team_test
51: [ RUN      ] std_algorithms_remove_team_test.test
47: [       OK ] std_algorithms_partition_point_team_test.all_true (403 ms)
47: [ RUN      ] std_algorithms_partition_point_team_test.all_false
47: [       OK ] std_algorithms_partition_point_team_test.all_false (426 ms)
47: [ RUN      ] std_algorithms_partition_point_team_test.random
51: [       OK ] std_algorithms_remove_team_test.test (671 ms)
51: [----------] 1 test from std_algorithms_remove_team_test (671 ms total)
51: 
51: [----------] 1 test from std_algorithms_remove_if_team_test
51: [ RUN      ] std_algorithms_remove_if_team_test.test
47: [       OK ] std_algorithms_partition_point_team_test.random (243 ms)
47: [----------] 4 tests from std_algorithms_partition_point_team_test (1082 ms total)
47: 
47: [----------] Global test environment tear-down
47: [==========] 18 tests from 5 test suites ran. (10887 ms total)
47: [  PASSED  ] 18 tests.
51: [       OK ] std_algorithms_remove_if_team_test.test (677 ms)
51: [----------] 1 test from std_algorithms_remove_if_team_test (677 ms total)
51: 
51: [----------] 1 test from std_algorithms_remove_copy_team_test
51: [ RUN      ] std_algorithms_remove_copy_team_test.test
47/51 Test #47: Kokkos_AlgorithmsUnitTest_StdSet_Team_L ..........   Passed   11.62 sec
test 48
      Start 48: Kokkos_AlgorithmsUnitTest_StdSet_Team_M

48: Test command: /var/jenkins/workspace/Kokkos_PR-6895/build/algorithms/unit_tests/Kokkos_AlgorithmsUnitTest_StdSet_Team_M
48: Test timeout computed to be: 1500
48: Kokkos::OpenMP::initialize WARNING: You are likely oversubscribing your CPU cores.
48:                                     Detected: 6 cores per node.
48:                                     Detected: 1 MPI_ranks per node.
48:                                     Requested: 8 threads per process.
48: [==========] Running 5 tests from 4 test suites.
48: [----------] Global test environment set-up.
48: [----------] 2 tests from std_algorithms_transform_team_test
48: [ RUN      ] std_algorithms_transform_team_test.test_unary_op
51: [       OK ] std_algorithms_remove_copy_team_test.test (726 ms)
51: [----------] 1 test from std_algorithms_remove_copy_team_test (726 ms total)
51: 
51: [----------] 1 test from std_algorithms_remove_copy_if_team_test
51: [ RUN      ] std_algorithms_remove_copy_if_team_test.test
48: [       OK ] std_algorithms_transform_team_test.test_unary_op (969 ms)
48: [ RUN      ] std_algorithms_transform_team_test.test_binary_op
51: [       OK ] std_algorithms_remove_copy_if_team_test.test (685 ms)
51: [----------] 1 test from std_algorithms_remove_copy_if_team_test (685 ms total)
51: 
51: [----------] Global test environment tear-down
51: [==========] 9 tests from 9 test suites ran. (6035 ms total)
51: [  PASSED  ] 9 tests.
51/57 Test #51: Kokkos_AlgorithmsUnitTest_StdSet_Team_H .......   Passed    8.47 sec
test 52
      Start 52: Kokkos_AlgorithmsUnitTest_StdSet_Team_I

52: Test command: /var/jenkins/workspace/Kokkos_PR-6895/build/algorithms/unit_tests/Kokkos_AlgorithmsUnitTest_StdSet_Team_I
52: Test timeout computed to be: 1500
48: [       OK ] std_algorithms_transform_team_test.test_binary_op (1022 ms)
48: [----------] 2 tests from std_algorithms_transform_team_test (1992 ms total)
48: 
48: [----------] 1 test from std_algorithms_generate_team_test
48: [ RUN      ] std_algorithms_generate_team_test.test_unary_op
52: [==========] Running 4 tests from 4 test suites.
52: [----------] Global test environment set-up.
52: [----------] 1 test from std_algorithms_unique_team_test
52: [ RUN      ] std_algorithms_unique_team_test.test_default_predicate
48: [       OK ] std_algorithms_generate_team_test.test_unary_op (2007 ms)
48: [----------] 1 test from std_algorithms_generate_team_test (2007 ms total)
48: 
48: [----------] 1 test from std_algorithms_generate_n_team_test
48: [ RUN      ] std_algorithms_generate_n_team_test.test
48: [       OK ] std_algorithms_generate_n_team_test.test (544 ms)
48: [----------] 1 test from std_algorithms_generate_n_team_test (544 ms total)
48: 
48: [----------] 1 test from std_algorithms_swap_ranges_team_test
48: [ RUN      ] std_algorithms_swap_ranges_team_test.test
52: [       OK ] std_algorithms_unique_team_test.test_default_predicate (1235 ms)
52: [----------] 1 test from std_algorithms_unique_team_test (1236 ms total)
52: 
52: [----------] 1 test from std_algorithms_adjacent_difference_team_test
52: [ RUN      ] std_algorithms_adjacent_difference_team_test.test
48: [       OK ] std_algorithms_swap_ranges_team_test.test (942 ms)
48: [----------] 1 test from std_algorithms_swap_ranges_team_test (942 ms total)
48: 
48: [----------] Global test environment tear-down
48: [==========] 5 tests from 4 test suites ran. (5486 ms total)
48: [  PASSED  ] 5 tests.
52: [       OK ] std_algorithms_adjacent_difference_team_test.test (1078 ms)
52: [----------] 1 test from std_algorithms_adjacent_difference_team_test (1078 ms total)
52: 
52: [----------] 1 test from std_algorithms_reduce_team_test
52: [ RUN      ] std_algorithms_reduce_team_test.test
48/51 Test #48: Kokkos_AlgorithmsUnitTest_StdSet_Team_M ..........   Passed    6.20 sec
test 49
      Start 49: Kokkos_AlgorithmsUnitTest_StdSet_Team_P

49: Test command: /var/jenkins/workspace/Kokkos_PR-6895/build/algorithms/unit_tests/Kokkos_AlgorithmsUnitTest_StdSet_Team_P
49: Test timeout computed to be: 1500
49: Kokkos::OpenMP::initialize WARNING: You are likely oversubscribing your CPU cores.
49:                                     Detected: 6 cores per node.
49:                                     Detected: 1 MPI_ranks per node.
49:                                     Requested: 8 threads per process.
49: [==========] Running 2 tests from 2 test suites.
49: [----------] Global test environment set-up.
49: [----------] 1 test from std_algorithms_exclusive_scan_team_test
49: [ RUN      ] std_algorithms_exclusive_scan_team_test.test
52: [       OK ] std_algorithms_reduce_team_test.test (926 ms)
52: [----------] 1 test from std_algorithms_reduce_team_test (926 ms total)
52: 
52: [----------] 1 test from std_algorithms_transform_reduce_team_test
52: [ RUN      ] std_algorithms_transform_reduce_team_test.test
52: [       OK ] std_algorithms_transform_reduce_team_test.test (1484 ms)
52: [----------] 1 test from std_algorithms_transform_reduce_team_test (1484 ms total)
52: 
52: [----------] Global test environment tear-down
52: [==========] 4 tests from 4 test suites ran. (4724 ms total)
52: [  PASSED  ] 4 tests.
52/57 Test #52: Kokkos_AlgorithmsUnitTest_StdSet_Team_I .......   Passed    7.13 sec
test 53
      Start 53: Kokkos_AlgorithmsUnitTest_StdSet_Team_L

53: Test command: /var/jenkins/workspace/Kokkos_PR-6895/build/algorithms/unit_tests/Kokkos_AlgorithmsUnitTest_StdSet_Team_L
53: Test timeout computed to be: 1500
53: [==========] Running 18 tests from 5 test suites.
53: [----------] Global test environment set-up.
53: [----------] 2 tests from std_algorithms_is_sorted_team_test
53: [ RUN      ] std_algorithms_is_sorted_team_test.test_data_almost_certainly_not_sorted
53: [       OK ] std_algorithms_is_sorted_team_test.test_data_almost_certainly_not_sorted (544 ms)
53: [ RUN      ] std_algorithms_is_sorted_team_test.test_data_certainly_sorted
49: [       OK ] std_algorithms_exclusive_scan_team_test.test (4532 ms)
49: [----------] 1 test from std_algorithms_exclusive_scan_team_test (4532 ms total)
49: 
49: [----------] 1 test from std_algorithms_transform_exclusive_scan_team_test
49: [ RUN      ] std_algorithms_transform_exclusive_scan_team_test.test
53: [       OK ] std_algorithms_is_sorted_team_test.test_data_certainly_sorted (1307 ms)
53: [----------] 2 tests from std_algorithms_is_sorted_team_test (1851 ms total)
53: 
53: [----------] 4 tests from std_algorithms_is_sorted_until_team_test
53: [ RUN      ] std_algorithms_is_sorted_until_team_test.test_trivialA
53: [       OK ] std_algorithms_is_sorted_until_team_test.test_trivialA (28 ms)
53: [ RUN      ] std_algorithms_is_sorted_until_team_test.test_trivialB
53: [       OK ] std_algorithms_is_sorted_until_team_test.test_trivialB (31 ms)
53: [ RUN      ] std_algorithms_is_sorted_until_team_test.test_nontrivialA
49: [       OK ] std_algorithms_transform_exclusive_scan_team_test.test (2539 ms)
49: [----------] 1 test from std_algorithms_transform_exclusive_scan_team_test (2539 ms total)
49: 
49: [----------] Global test environment tear-down
49: [==========] 2 tests from 2 test suites ran. (7071 ms total)
49: [  PASSED  ] 2 tests.
49/51 Test #49: Kokkos_AlgorithmsUnitTest_StdSet_Team_P ..........   Passed    7.79 sec
test 50
      Start 50: Kokkos_AlgorithmsUnitTest_StdSet_Team_Q

50: Test command: /var/jenkins/workspace/Kokkos_PR-6895/build/algorithms/unit_tests/Kokkos_AlgorithmsUnitTest_StdSet_Team_Q
50: Test timeout computed to be: 1500
53: [       OK ] std_algorithms_is_sorted_until_team_test.test_nontrivialA (1238 ms)
53: [ RUN      ] std_algorithms_is_sorted_until_team_test.test_nontrivialB
50: Kokkos::OpenMP::initialize WARNING: You are likely oversubscribing your CPU cores.
50:                                     Detected: 6 cores per node.
50:                                     Detected: 1 MPI_ranks per node.
50:                                     Requested: 8 threads per process.
50: [==========] Running 2 tests from 2 test suites.
50: [----------] Global test environment set-up.
50: [----------] 1 test from std_algorithms_inclusive_scan_team_test
50: [ RUN      ] std_algorithms_inclusive_scan_team_test.test
53: [       OK ] std_algorithms_is_sorted_until_team_test.test_nontrivialB (718 ms)
53: [----------] 4 tests from std_algorithms_is_sorted_until_team_test (2017 ms total)
53: 
53: [----------] 4 tests from std_algorithms_is_partitioned_team_test
53: [ RUN      ] std_algorithms_is_partitioned_team_test.empty
53: [       OK ] std_algorithms_is_partitioned_team_test.empty (14 ms)
53: [ RUN      ] std_algorithms_is_partitioned_team_test.all_true
53: [       OK ] std_algorithms_is_partitioned_team_test.all_true (341 ms)
53: [ RUN      ] std_algorithms_is_partitioned_team_test.all_false
53: [       OK ] std_algorithms_is_partitioned_team_test.all_false (347 ms)
53: [ RUN      ] std_algorithms_is_partitioned_team_test.random
53: [       OK ] std_algorithms_is_partitioned_team_test.random (285 ms)
53: [----------] 4 tests from std_algorithms_is_partitioned_team_test (989 ms total)
53: 
53: [----------] 4 tests from std_algorithms_partition_copy_team_test
53: [ RUN      ] std_algorithms_partition_copy_team_test.empty
53: [       OK ] std_algorithms_partition_copy_team_test.empty (19 ms)
53: [ RUN      ] std_algorithms_partition_copy_team_test.all_true
53: [       OK ] std_algorithms_partition_copy_team_test.all_true (642 ms)
53: [ RUN      ] std_algorithms_partition_copy_team_test.all_false
53: [       OK ] std_algorithms_partition_copy_team_test.all_false (636 ms)
53: [ RUN      ] std_algorithms_partition_copy_team_test.random
53: [       OK ] std_algorithms_partition_copy_team_test.random (562 ms)
53: [----------] 4 tests from std_algorithms_partition_copy_team_test (1860 ms total)
53: 
53: [----------] 4 tests from std_algorithms_partition_point_team_test
53: [ RUN      ] std_algorithms_partition_point_team_test.empty
53: [       OK ] std_algorithms_partition_point_team_test.empty (14 ms)
53: [ RUN      ] std_algorithms_partition_point_team_test.all_true
53: [       OK ] std_algorithms_partition_point_team_test.all_true (225 ms)
53: [ RUN      ] std_algorithms_partition_point_team_test.all_false
53: [       OK ] std_algorithms_partition_point_team_test.all_false (225 ms)
53: [ RUN      ] std_algorithms_partition_point_team_test.random
53: [       OK ] std_algorithms_partition_point_team_test.random (170 ms)
53: [----------] 4 tests from std_algorithms_partition_point_team_test (635 ms total)
53: 
53: [----------] Global test environment tear-down
53: [==========] 18 tests from 5 test suites ran. (7355 ms total)
53: [  PASSED  ] 18 tests.
53/57 Test #53: Kokkos_AlgorithmsUnitTest_StdSet_Team_L .......   Passed    9.76 sec
test 54
      Start 54: Kokkos_AlgorithmsUnitTest_StdSet_Team_M

54: Test command: /var/jenkins/workspace/Kokkos_PR-6895/build/algorithms/unit_tests/Kokkos_AlgorithmsUnitTest_StdSet_Team_M
54: Test timeout computed to be: 1500
54: [==========] Running 5 tests from 4 test suites.
54: [----------] Global test environment set-up.
54: [----------] 2 tests from std_algorithms_transform_team_test
54: [ RUN      ] std_algorithms_transform_team_test.test_unary_op
50: [       OK ] std_algorithms_inclusive_scan_team_test.test (6226 ms)
50: [----------] 1 test from std_algorithms_inclusive_scan_team_test (6226 ms total)
50: 
50: [----------] 1 test from std_algorithms_transform_inclusive_scan_team_test
50: [ RUN      ] std_algorithms_transform_inclusive_scan_team_test.test
54: [       OK ] std_algorithms_transform_team_test.test_unary_op (844 ms)
54: [ RUN      ] std_algorithms_transform_team_test.test_binary_op
54: [       OK ] std_algorithms_transform_team_test.test_binary_op (762 ms)
54: [----------] 2 tests from std_algorithms_transform_team_test (1606 ms total)
54: 
54: [----------] 1 test from std_algorithms_generate_team_test
54: [ RUN      ] std_algorithms_generate_team_test.test_unary_op
54: [       OK ] std_algorithms_generate_team_test.test_unary_op (1453 ms)
54: [----------] 1 test from std_algorithms_generate_team_test (1453 ms total)
54: 
54: [----------] 1 test from std_algorithms_generate_n_team_test
54: [ RUN      ] std_algorithms_generate_n_team_test.test
54: [       OK ] std_algorithms_generate_n_team_test.test (466 ms)
54: [----------] 1 test from std_algorithms_generate_n_team_test (466 ms total)
54: 
54: [----------] 1 test from std_algorithms_swap_ranges_team_test
54: [ RUN      ] std_algorithms_swap_ranges_team_test.test
54: [       OK ] std_algorithms_swap_ranges_team_test.test (753 ms)
54: [----------] 1 test from std_algorithms_swap_ranges_team_test (753 ms total)
54: 
54: [----------] Global test environment tear-down
54: [==========] 5 tests from 4 test suites ran. (4280 ms total)
54: [  PASSED  ] 5 tests.
50: [       OK ] std_algorithms_transform_inclusive_scan_team_test.test (4114 ms)
50: [----------] 1 test from std_algorithms_transform_inclusive_scan_team_test (4114 ms total)
50: 
50: [----------] Global test environment tear-down
50: [==========] 2 tests from 2 test suites ran. (10341 ms total)
50: [  PASSED  ] 2 tests.
50/51 Test #50: Kokkos_AlgorithmsUnitTest_StdSet_Team_Q ..........   Passed   11.06 sec
test 51
      Start 51: Kokkos_UnitTest_SIMD

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

55: Test command: /var/jenkins/workspace/Kokkos_PR-6895/build/algorithms/unit_tests/Kokkos_AlgorithmsUnitTest_StdSet_Team_P
55: Test timeout computed to be: 1500
51/51 Test #51: Kokkos_UnitTest_SIMD .............................   Passed    0.71 sec

100% tests passed, 0 tests failed out of 51

Total Test time (real) = 344.32 sec
[Pipeline] }
[Pipeline] // withEnv
[Pipeline] }
$ docker stop --time=1 c7b441323a0e05878868da8fd8d6cbbd91d447873387adf9a1494e113f7f39ce
$ docker rm -f --volumes c7b441323a0e05878868da8fd8d6cbbd91d447873387adf9a1494e113f7f39ce
[Pipeline] // withDockerContainer
[Pipeline] }
[Pipeline] // withEnv
[Pipeline] }
[Pipeline] // node
[Pipeline] }
[Pipeline] // stage
[Pipeline] }
55: [==========] Running 2 tests from 2 test suites.
55: [----------] Global test environment set-up.
55: [----------] 1 test from std_algorithms_exclusive_scan_team_test
55: [ RUN      ] std_algorithms_exclusive_scan_team_test.test
55: [       OK ] std_algorithms_exclusive_scan_team_test.test (2927 ms)
55: [----------] 1 test from std_algorithms_exclusive_scan_team_test (2927 ms total)
55: 
55: [----------] 1 test from std_algorithms_transform_exclusive_scan_team_test
55: [ RUN      ] std_algorithms_transform_exclusive_scan_team_test.test
55: [       OK ] std_algorithms_transform_exclusive_scan_team_test.test (1450 ms)
55: [----------] 1 test from std_algorithms_transform_exclusive_scan_team_test (1450 ms total)
55: 
55: [----------] Global test environment tear-down
55: [==========] 2 tests from 2 test suites ran. (4378 ms total)
55: [  PASSED  ] 2 tests.
55/57 Test #55: Kokkos_AlgorithmsUnitTest_StdSet_Team_P .......   Passed    6.80 sec
test 56
      Start 56: Kokkos_AlgorithmsUnitTest_StdSet_Team_Q

56: Test command: /var/jenkins/workspace/Kokkos_PR-6895/build/algorithms/unit_tests/Kokkos_AlgorithmsUnitTest_StdSet_Team_Q
56: Test timeout computed to be: 1500
56: [==========] Running 2 tests from 2 test suites.
56: [----------] Global test environment set-up.
56: [----------] 1 test from std_algorithms_inclusive_scan_team_test
56: [ RUN      ] std_algorithms_inclusive_scan_team_test.test
56: [       OK ] std_algorithms_inclusive_scan_team_test.test (4325 ms)
56: [----------] 1 test from std_algorithms_inclusive_scan_team_test (4325 ms total)
56: 
56: [----------] 1 test from std_algorithms_transform_inclusive_scan_team_test
56: [ RUN      ] std_algorithms_transform_inclusive_scan_team_test.test
56: [       OK ] std_algorithms_transform_inclusive_scan_team_test.test (2854 ms)
56: [----------] 1 test from std_algorithms_transform_inclusive_scan_team_test (2854 ms total)
56: 
56: [----------] Global test environment tear-down
56: [==========] 2 tests from 2 test suites ran. (7180 ms total)
56: [  PASSED  ] 2 tests.
56/57 Test #56: Kokkos_AlgorithmsUnitTest_StdSet_Team_Q .......   Passed    9.62 sec
test 57
      Start 57: Kokkos_UnitTest_SIMD

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

100% tests passed, 0 tests failed out of 57

Total Test time (real) = 776.07 sec
Post stage
[Pipeline] sh
+ ccache --show-stats
Summary:
  Hits:              24 /  754 (3.18 %)
    Direct:          24 /  754 (3.18 %)
    Preprocessed:     0 /  730 (0.00 %)
  Misses:           730
    Direct:         730
    Preprocessed:   730
Primary storage:
  Hits:              48 / 1508 (3.18 %)
  Misses:          1460
  Cache size (GB): 4.41 / 5.00 (88.18 %)
  Cleanups:           3

Use the -v/--verbose option for more details.
[Pipeline] }
$ docker stop --time=1 93bd0d91a4ba24bfb5a889626197c9bb961b2ef99e35c2d1215762510efb8777
$ docker rm -f --volumes 93bd0d91a4ba24bfb5a889626197c9bb961b2ef99e35c2d1215762510efb8777
[Pipeline] // withDockerContainer
[Pipeline] }
[Pipeline] // withEnv
[Pipeline] }
[Pipeline] // node
[Pipeline] }
[Pipeline] // stage
[Pipeline] }
[Pipeline] // parallel
[Pipeline] }
[Pipeline] // stage
[Pipeline] }
[Pipeline] // timeout
[Pipeline] }
[Pipeline] // withEnv
[Pipeline] End of Pipeline
Also:   org.jenkinsci.plugins.workflow.actions.ErrorAction$ErrorId: 273c269d-1b47-47e8-984b-5b42af832ccf
Also:   	Also:   org.jenkinsci.plugins.workflow.actions.ErrorAction$ErrorId: c556c38d-a0e1-440f-8b53-75d7efd432fa
java.io.IOException: Failed to run image 'cbdf84996c5c2c9341f2c73e27f0f3654b8cb6ed'. Error: docker: Error response from daemon: failed to create task for container: failed to create shim task: OCI runtime create failed: runc create failed: unable to start container process: error during container init: error running hook #0: error running hook: exit status 1, stdout: , stderr: Auto-detected mode as 'legacy'
nvidia-container-cli: initialization error: nvml error: driver/library version mismatch: unknown.
Also:   	Also:   org.jenkinsci.plugins.workflow.actions.ErrorAction$ErrorId: e12840a5-7378-4add-88f0-eea8b31305be
hudson.AbortException: script returned exit code 8
		at org.jenkinsci.plugins.workflow.steps.durable_task.DurableTaskStep$Execution.handleExit(DurableTaskStep.java:668)
		at org.jenkinsci.plugins.workflow.steps.durable_task.DurableTaskStep$Execution.check(DurableTaskStep.java:614)
		at org.jenkinsci.plugins.workflow.steps.durable_task.DurableTaskStep$Execution.run(DurableTaskStep.java:555)
		at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Executors.java:539)
		at java.base/java.util.concurrent.FutureTask.run(FutureTask.java:264)
		at java.base/java.util.concurrent.ScheduledThreadPoolExecutor$ScheduledFutureTask.run(ScheduledThreadPoolExecutor.java:304)
Also:   	Also:   org.jenkinsci.plugins.workflow.actions.ErrorAction$ErrorId: 1830b43b-4dfc-4d59-8c93-56401737227a
hudson.AbortException: script returned exit code 8
		at org.jenkinsci.plugins.workflow.steps.durable_task.DurableTaskStep$Execution.handleExit(DurableTaskStep.java:668)
		at org.jenkinsci.plugins.workflow.steps.durable_task.DurableTaskStep$Execution.check(DurableTaskStep.java:614)
		at org.jenkinsci.plugins.workflow.steps.durable_task.DurableTaskStep$Execution.run(DurableTaskStep.java:555)
		at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Executors.java:539)
		at java.base/java.util.concurrent.FutureTask.run(FutureTask.java:264)
		at java.base/java.util.concurrent.ScheduledThreadPoolExecutor$ScheduledFutureTask.run(ScheduledThreadPoolExecutor.java:304)
java.io.IOException: Failed to run image '271dd8e5b33faf81f8cc1c6b36400d9279da4087'. Error: docker: Error response from daemon: failed to create task for container: failed to create shim task: OCI runtime create failed: runc create failed: unable to start container process: error during container init: error running hook #0: error running hook: exit status 1, stdout: , stderr: Auto-detected mode as 'legacy'
nvidia-container-cli: initialization error: nvml error: driver/library version mismatch: unknown.
	at org.jenkinsci.plugins.docker.workflow.client.DockerClient.run(DockerClient.java:148)
	at org.jenkinsci.plugins.docker.workflow.WithContainerStep$Execution.start(WithContainerStep.java:200)
	at org.jenkinsci.plugins.workflow.cps.DSL.invokeStep(DSL.java:323)
	at org.jenkinsci.plugins.workflow.cps.DSL.invokeMethod(DSL.java:196)
	at org.jenkinsci.plugins.workflow.cps.CpsScript.invokeMethod(CpsScript.java:124)
	at org.codehaus.groovy.runtime.callsite.PogoMetaClassSite.call(PogoMetaClassSite.java:47)
	at org.codehaus.groovy.runtime.callsite.CallSiteArray.defaultCall(CallSiteArray.java:47)
	at org.codehaus.groovy.runtime.callsite.AbstractCallSite.call(AbstractCallSite.java:116)
	at com.cloudbees.groovy.cps.sandbox.DefaultInvoker.methodCall(DefaultInvoker.java:20)
	at org.jenkinsci.plugins.workflow.cps.LoggingInvoker.methodCall(LoggingInvoker.java:105)
	at org.jenkinsci.plugins.docker.workflow.Docker$Image.inside(Docker.groovy:140)
	at org.jenkinsci.plugins.docker.workflow.Docker.node(Docker.groovy:66)
	at org.jenkinsci.plugins.docker.workflow.Docker$Image.inside(Docker.groovy:125)
	at org.jenkinsci.plugins.docker.workflow.declarative.DockerPipelineFromDockerfileScript.runImage(DockerPipelineFromDockerfileScript.groovy:56)
	at org.jenkinsci.plugins.docker.workflow.declarative.AbstractDockerPipelineScript.configureRegistry(AbstractDockerPipelineScript.groovy:63)
	at org.jenkinsci.plugins.docker.workflow.declarative.AbstractDockerPipelineScript.run(AbstractDockerPipelineScript.groovy:50)
	at org.jenkinsci.plugins.pipeline.modeldefinition.agent.CheckoutScript.checkoutAndRun(CheckoutScript.groovy:61)
	at ___cps.transform___(Native Method)
	at com.cloudbees.groovy.cps.impl.ContinuationGroup.methodCall(ContinuationGroup.java:90)
	at com.cloudbees.groovy.cps.impl.FunctionCallBlock$ContinuationImpl.dispatchOrArg(FunctionCallBlock.java:116)
	at com.cloudbees.groovy.cps.impl.FunctionCallBlock$ContinuationImpl.fixArg(FunctionCallBlock.java:85)
	at jdk.internal.reflect.GeneratedMethodAccessor551.invoke(Unknown Source)
	at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.base/java.lang.reflect.Method.invoke(Method.java:568)
	at com.cloudbees.groovy.cps.impl.ContinuationPtr$ContinuationImpl.receive(ContinuationPtr.java:72)
	at com.cloudbees.groovy.cps.impl.ClosureBlock.eval(ClosureBlock.java:46)
	at com.cloudbees.groovy.cps.Next.step(Next.java:83)
	at com.cloudbees.groovy.cps.Continuable$1.call(Continuable.java:152)
	at com.cloudbees.groovy.cps.Continuable$1.call(Continuable.java:146)
	at org.codehaus.groovy.runtime.GroovyCategorySupport$ThreadCategoryInfo.use(GroovyCategorySupport.java:136)
	at org.codehaus.groovy.runtime.GroovyCategorySupport.use(GroovyCategorySupport.java:275)
	at com.cloudbees.groovy.cps.Continuable.run0(Continuable.java:146)
	at org.jenkinsci.plugins.workflow.cps.SandboxContinuable.access$001(SandboxContinuable.java:18)
	at org.jenkinsci.plugins.workflow.cps.SandboxContinuable.run0(SandboxContinuable.java:51)
	at org.jenkinsci.plugins.workflow.cps.CpsThread.runNextChunk(CpsThread.java:187)
	at org.jenkinsci.plugins.workflow.cps.CpsThreadGroup.run(CpsThreadGroup.java:423)
	at org.jenkinsci.plugins.workflow.cps.CpsThreadGroup$2.call(CpsThreadGroup.java:331)
	at org.jenkinsci.plugins.workflow.cps.CpsThreadGroup$2.call(CpsThreadGroup.java:295)
	at org.jenkinsci.plugins.workflow.cps.CpsVmExecutorService$2.call(CpsVmExecutorService.java:97)
	at java.base/java.util.concurrent.FutureTask.run(FutureTask.java:264)
	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(Executors.java:539)
	at java.base/java.util.concurrent.FutureTask.run(FutureTask.java:264)
	at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1136)
	at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:635)
	at java.base/java.lang.Thread.run(Thread.java:840)

GitHub has been notified of this commit’s build result

Finished: FAILURE