Skip to content

Console Output

Skipping 307 KB.. Full Log
var/jenkins/workspace/Kokkos_PR-6892/bin/nvcc_wrapper -I./ -I/var/jenkins/workspace/Kokkos_PR-6892/core/src -I/var/jenkins/workspace/Kokkos_PR-6892/containers/src -I/var/jenkins/workspace/Kokkos_PR-6892/algorithms/src -I/var/jenkins/workspace/Kokkos_PR-6892/tpls/desul/include -I/var/jenkins/workspace/Kokkos_PR-6892/tpls/mdspan/include -Wall -Wunused-parameter -Wshadow -pedantic -Wsign-compare -Wtype-limits -Wignored-qualifiers -Wempty-body -Wclobbered -Wuninitialized -std=c++17 -Xcudafe --diag_suppress=esa_on_defaulted_function_ignored -extended-lambda -arch=sm_70 -I./ -I/var/jenkins/workspace/Kokkos_PR-6892/core/src -I/var/jenkins/workspace/Kokkos_PR-6892/containers/src -I/var/jenkins/workspace/Kokkos_PR-6892/algorithms/src -I/var/jenkins/workspace/Kokkos_PR-6892/tpls/desul/include -I/var/jenkins/workspace/Kokkos_PR-6892/tpls/mdspan/include -I/var/jenkins/workspace/Kokkos_PR-6892/tpls/gtest -I/var/jenkins/workspace/Kokkos_PR-6892/containers/unit_tests -I/var/jenkins/workspace/Kokkos_PR-6892/core/unit_test/category_files -Werror  -c TestSerial_UnorderedMap.cpp
/var/jenkins/workspace/Kokkos_PR-6892/bin/nvcc_wrapper -I./ -I/var/jenkins/workspace/Kokkos_PR-6892/core/src -I/var/jenkins/workspace/Kokkos_PR-6892/containers/src -I/var/jenkins/workspace/Kokkos_PR-6892/algorithms/src -I/var/jenkins/workspace/Kokkos_PR-6892/tpls/desul/include -I/var/jenkins/workspace/Kokkos_PR-6892/tpls/mdspan/include -Wall -Wunused-parameter -Wshadow -pedantic -Wsign-compare -Wtype-limits -Wignored-qualifiers -Wempty-body -Wclobbered -Wuninitialized -std=c++17 -Xcudafe --diag_suppress=esa_on_defaulted_function_ignored -extended-lambda -arch=sm_70 -I./ -I/var/jenkins/workspace/Kokkos_PR-6892/core/src -I/var/jenkins/workspace/Kokkos_PR-6892/containers/src -I/var/jenkins/workspace/Kokkos_PR-6892/algorithms/src -I/var/jenkins/workspace/Kokkos_PR-6892/tpls/desul/include -I/var/jenkins/workspace/Kokkos_PR-6892/tpls/mdspan/include -I/var/jenkins/workspace/Kokkos_PR-6892/tpls/gtest -I/var/jenkins/workspace/Kokkos_PR-6892/containers/unit_tests -I/var/jenkins/workspace/Kokkos_PR-6892/core/unit_test/category_files -Werror  -c TestSerial_ViewCtorPropEmbeddedDim.cpp
ar cr libkokkos.a Kokkos_CPUDiscovery.o Kokkos_Error.o Kokkos_Profiling.o Kokkos_MemoryPool.o Kokkos_hwloc.o Kokkos_HostSpace.o Kokkos_HostThreadTeam.o Kokkos_Stacktrace.o Kokkos_ExecPolicy.o Kokkos_HostSpace_deepcopy.o Kokkos_SharedAlloc.o Kokkos_Command_Line_Parsing.o Kokkos_Core.o Kokkos_Abort.o Kokkos_HostBarrier.o Kokkos_UnorderedMap_impl.o Kokkos_Cuda_Task.o Kokkos_Cuda_Instance.o Kokkos_CudaSpace.o Lock_Array_CUDA.o Kokkos_Serial.o Kokkos_Serial_Task.o
ranlib libkokkos.a
/var/jenkins/workspace/Kokkos_PR-6892/bin/nvcc_wrapper  UnitTestMain.o gtest-all.o TestCuda_Bitset.o TestCuda_DualView.o TestCuda_DynamicView.o TestCuda_DynViewAPI_generic.o TestCuda_DynViewAPI_rank12345.o TestCuda_DynViewAPI_rank67.o TestCuda_ErrorReporter.o TestCuda_OffsetView.o TestCuda_ScatterView.o TestCuda_StaticCrsGraph.o TestCuda_UnorderedMap.o TestCuda_ViewCtorPropEmbeddedDim.o -lkokkos -ldl -lcudart -lcuda  -arch=sm_70 -L/var/jenkins/workspace/Kokkos_PR-6892/build/containers/unit_tests -L/usr/local/cuda/lib64  -lpthread -o KokkosContainers_UnitTest_Cuda
/var/jenkins/workspace/Kokkos_PR-6892/bin/nvcc_wrapper  UnitTestMain.o gtest-all.o TestSerial_Bitset.o TestSerial_DualView.o TestSerial_DynamicView.o TestSerial_DynViewAPI_generic.o TestSerial_DynViewAPI_rank12345.o TestSerial_DynViewAPI_rank67.o TestSerial_ErrorReporter.o TestSerial_OffsetView.o TestSerial_ScatterView.o TestSerial_StaticCrsGraph.o TestSerial_UnorderedMap.o TestSerial_ViewCtorPropEmbeddedDim.o -lkokkos -ldl -lcudart -lcuda  -arch=sm_70 -L/var/jenkins/workspace/Kokkos_PR-6892/build/containers/unit_tests -L/usr/local/cuda/lib64  -lpthread -o KokkosContainers_UnitTest_Serial
echo "End Build"
End Build
make[2]: Leaving directory '/var/jenkins/workspace/Kokkos_PR-6892/build/containers/unit_tests'
make[1]: Leaving directory '/var/jenkins/workspace/Kokkos_PR-6892/build/containers/unit_tests'
make -C containers/performance_tests
make[1]: Entering directory '/var/jenkins/workspace/Kokkos_PR-6892/build/containers/performance_tests'
make -f /var/jenkins/workspace/Kokkos_PR-6892/containers/performance_tests/Makefile KOKKOS_SRC_PATH=/var/jenkins/workspace/Kokkos_PR-6892 CXX=/var/jenkins/workspace/Kokkos_PR-6892/bin/nvcc_wrapper KOKKOS_DEVICES=Cuda KOKKOS_ARCH=Volta70 CUDA_PATH=/usr/local/cuda CXXFLAGS="-Werror" KOKKOS_CXX_STANDARD="c++17" GTEST_PATH=/var/jenkins/workspace/Kokkos_PR-6892/tpls/gtest KOKKOS_OPTIONS=compiler_warnings KOKKOS_CUDA_OPTIONS=enable_lambda KOKKOS_PATH=/var/jenkins/workspace/Kokkos_PR-6892
make[2]: Entering directory '/var/jenkins/workspace/Kokkos_PR-6892/build/containers/performance_tests'
/var/jenkins/workspace/Kokkos_PR-6892/bin/nvcc_wrapper -I./ -I/var/jenkins/workspace/Kokkos_PR-6892/core/src -I/var/jenkins/workspace/Kokkos_PR-6892/containers/src -I/var/jenkins/workspace/Kokkos_PR-6892/algorithms/src -I/var/jenkins/workspace/Kokkos_PR-6892/tpls/desul/include -I/var/jenkins/workspace/Kokkos_PR-6892/tpls/mdspan/include -Wall -Wunused-parameter -Wshadow -pedantic -Wsign-compare -Wtype-limits -Wignored-qualifiers -Wempty-body -Wclobbered -Wuninitialized -std=c++17 -Xcudafe --diag_suppress=esa_on_defaulted_function_ignored -extended-lambda -arch=sm_70 -I./ -I/var/jenkins/workspace/Kokkos_PR-6892/core/src -I/var/jenkins/workspace/Kokkos_PR-6892/containers/src -I/var/jenkins/workspace/Kokkos_PR-6892/algorithms/src -I/var/jenkins/workspace/Kokkos_PR-6892/tpls/desul/include -I/var/jenkins/workspace/Kokkos_PR-6892/tpls/mdspan/include -I/var/jenkins/workspace/Kokkos_PR-6892/tpls/gtest -I/var/jenkins/workspace/Kokkos_PR-6892/containers/performance_tests -Werror  -c /var/jenkins/workspace/Kokkos_PR-6892/containers/performance_tests/TestCuda.cpp
/var/jenkins/workspace/Kokkos_PR-6892/bin/nvcc_wrapper -I./ -I/var/jenkins/workspace/Kokkos_PR-6892/core/src -I/var/jenkins/workspace/Kokkos_PR-6892/containers/src -I/var/jenkins/workspace/Kokkos_PR-6892/algorithms/src -I/var/jenkins/workspace/Kokkos_PR-6892/tpls/desul/include -I/var/jenkins/workspace/Kokkos_PR-6892/tpls/mdspan/include -Wall -Wunused-parameter -Wshadow -pedantic -Wsign-compare -Wtype-limits -Wignored-qualifiers -Wempty-body -Wclobbered -Wuninitialized -std=c++17 -Xcudafe --diag_suppress=esa_on_defaulted_function_ignored -extended-lambda -arch=sm_70 -I./ -I/var/jenkins/workspace/Kokkos_PR-6892/core/src -I/var/jenkins/workspace/Kokkos_PR-6892/containers/src -I/var/jenkins/workspace/Kokkos_PR-6892/algorithms/src -I/var/jenkins/workspace/Kokkos_PR-6892/tpls/desul/include -I/var/jenkins/workspace/Kokkos_PR-6892/tpls/mdspan/include -I/var/jenkins/workspace/Kokkos_PR-6892/tpls/gtest -I/var/jenkins/workspace/Kokkos_PR-6892/containers/performance_tests -Werror  -c /var/jenkins/workspace/Kokkos_PR-6892/containers/performance_tests/TestMain.cpp
/var/jenkins/workspace/Kokkos_PR-6892/bin/nvcc_wrapper -I./ -I/var/jenkins/workspace/Kokkos_PR-6892/core/src -I/var/jenkins/workspace/Kokkos_PR-6892/containers/src -I/var/jenkins/workspace/Kokkos_PR-6892/algorithms/src -I/var/jenkins/workspace/Kokkos_PR-6892/tpls/desul/include -I/var/jenkins/workspace/Kokkos_PR-6892/tpls/mdspan/include -Wall -Wunused-parameter -Wshadow -pedantic -Wsign-compare -Wtype-limits -Wignored-qualifiers -Wempty-body -Wclobbered -Wuninitialized -std=c++17 -Xcudafe --diag_suppress=esa_on_defaulted_function_ignored -extended-lambda -arch=sm_70 -I./ -I/var/jenkins/workspace/Kokkos_PR-6892/core/src -I/var/jenkins/workspace/Kokkos_PR-6892/containers/src -I/var/jenkins/workspace/Kokkos_PR-6892/algorithms/src -I/var/jenkins/workspace/Kokkos_PR-6892/tpls/desul/include -I/var/jenkins/workspace/Kokkos_PR-6892/tpls/mdspan/include -I/var/jenkins/workspace/Kokkos_PR-6892/tpls/gtest -I/var/jenkins/workspace/Kokkos_PR-6892/containers/performance_tests -Werror  -c /var/jenkins/workspace/Kokkos_PR-6892/tpls/gtest/gtest/gtest-all.cc
/var/jenkins/workspace/Kokkos_PR-6892/bin/nvcc_wrapper -I./ -I/var/jenkins/workspace/Kokkos_PR-6892/core/src -I/var/jenkins/workspace/Kokkos_PR-6892/containers/src -I/var/jenkins/workspace/Kokkos_PR-6892/algorithms/src -I/var/jenkins/workspace/Kokkos_PR-6892/tpls/desul/include -I/var/jenkins/workspace/Kokkos_PR-6892/tpls/mdspan/include -Wall -Wunused-parameter -Wshadow -pedantic -Wsign-compare -Wtype-limits -Wignored-qualifiers -Wempty-body -Wclobbered -Wuninitialized -std=c++17 -Xcudafe --diag_suppress=esa_on_defaulted_function_ignored -extended-lambda -arch=sm_70 -I./ -I/var/jenkins/workspace/Kokkos_PR-6892/core/src -I/var/jenkins/workspace/Kokkos_PR-6892/containers/src -I/var/jenkins/workspace/Kokkos_PR-6892/algorithms/src -I/var/jenkins/workspace/Kokkos_PR-6892/tpls/desul/include -I/var/jenkins/workspace/Kokkos_PR-6892/tpls/mdspan/include -I/var/jenkins/workspace/Kokkos_PR-6892/tpls/gtest -I/var/jenkins/workspace/Kokkos_PR-6892/containers/performance_tests -Werror -c /var/jenkins/workspace/Kokkos_PR-6892/core/src/impl/Kokkos_Command_Line_Parsing.cpp
/var/jenkins/workspace/Kokkos_PR-6892/bin/nvcc_wrapper -I./ -I/var/jenkins/workspace/Kokkos_PR-6892/core/src -I/var/jenkins/workspace/Kokkos_PR-6892/containers/src -I/var/jenkins/workspace/Kokkos_PR-6892/algorithms/src -I/var/jenkins/workspace/Kokkos_PR-6892/tpls/desul/include -I/var/jenkins/workspace/Kokkos_PR-6892/tpls/mdspan/include -Wall -Wunused-parameter -Wshadow -pedantic -Wsign-compare -Wtype-limits -Wignored-qualifiers -Wempty-body -Wclobbered -Wuninitialized -std=c++17 -Xcudafe --diag_suppress=esa_on_defaulted_function_ignored -extended-lambda -arch=sm_70 -I./ -I/var/jenkins/workspace/Kokkos_PR-6892/core/src -I/var/jenkins/workspace/Kokkos_PR-6892/containers/src -I/var/jenkins/workspace/Kokkos_PR-6892/algorithms/src -I/var/jenkins/workspace/Kokkos_PR-6892/tpls/desul/include -I/var/jenkins/workspace/Kokkos_PR-6892/tpls/mdspan/include -I/var/jenkins/workspace/Kokkos_PR-6892/tpls/gtest -I/var/jenkins/workspace/Kokkos_PR-6892/containers/performance_tests -Werror -c /var/jenkins/workspace/Kokkos_PR-6892/core/src/impl/Kokkos_HostSpace_deepcopy.cpp
/var/jenkins/workspace/Kokkos_PR-6892/bin/nvcc_wrapper -I./ -I/var/jenkins/workspace/Kokkos_PR-6892/core/src -I/var/jenkins/workspace/Kokkos_PR-6892/containers/src -I/var/jenkins/workspace/Kokkos_PR-6892/algorithms/src -I/var/jenkins/workspace/Kokkos_PR-6892/tpls/desul/include -I/var/jenkins/workspace/Kokkos_PR-6892/tpls/mdspan/include -Wall -Wunused-parameter -Wshadow -pedantic -Wsign-compare -Wtype-limits -Wignored-qualifiers -Wempty-body -Wclobbered -Wuninitialized -std=c++17 -Xcudafe --diag_suppress=esa_on_defaulted_function_ignored -extended-lambda -arch=sm_70 -I./ -I/var/jenkins/workspace/Kokkos_PR-6892/core/src -I/var/jenkins/workspace/Kokkos_PR-6892/containers/src -I/var/jenkins/workspace/Kokkos_PR-6892/algorithms/src -I/var/jenkins/workspace/Kokkos_PR-6892/tpls/desul/include -I/var/jenkins/workspace/Kokkos_PR-6892/tpls/mdspan/include -I/var/jenkins/workspace/Kokkos_PR-6892/tpls/gtest -I/var/jenkins/workspace/Kokkos_PR-6892/containers/performance_tests -Werror -c /var/jenkins/workspace/Kokkos_PR-6892/core/src/impl/Kokkos_Abort.cpp
/var/jenkins/workspace/Kokkos_PR-6892/bin/nvcc_wrapper -I./ -I/var/jenkins/workspace/Kokkos_PR-6892/core/src -I/var/jenkins/workspace/Kokkos_PR-6892/containers/src -I/var/jenkins/workspace/Kokkos_PR-6892/algorithms/src -I/var/jenkins/workspace/Kokkos_PR-6892/tpls/desul/include -I/var/jenkins/workspace/Kokkos_PR-6892/tpls/mdspan/include -Wall -Wunused-parameter -Wshadow -pedantic -Wsign-compare -Wtype-limits -Wignored-qualifiers -Wempty-body -Wclobbered -Wuninitialized -std=c++17 -Xcudafe --diag_suppress=esa_on_defaulted_function_ignored -extended-lambda -arch=sm_70 -I./ -I/var/jenkins/workspace/Kokkos_PR-6892/core/src -I/var/jenkins/workspace/Kokkos_PR-6892/containers/src -I/var/jenkins/workspace/Kokkos_PR-6892/algorithms/src -I/var/jenkins/workspace/Kokkos_PR-6892/tpls/desul/include -I/var/jenkins/workspace/Kokkos_PR-6892/tpls/mdspan/include -I/var/jenkins/workspace/Kokkos_PR-6892/tpls/gtest -I/var/jenkins/workspace/Kokkos_PR-6892/containers/performance_tests -Werror -c /var/jenkins/workspace/Kokkos_PR-6892/core/src/impl/Kokkos_ExecPolicy.cpp
/var/jenkins/workspace/Kokkos_PR-6892/bin/nvcc_wrapper -I./ -I/var/jenkins/workspace/Kokkos_PR-6892/core/src -I/var/jenkins/workspace/Kokkos_PR-6892/containers/src -I/var/jenkins/workspace/Kokkos_PR-6892/algorithms/src -I/var/jenkins/workspace/Kokkos_PR-6892/tpls/desul/include -I/var/jenkins/workspace/Kokkos_PR-6892/tpls/mdspan/include -Wall -Wunused-parameter -Wshadow -pedantic -Wsign-compare -Wtype-limits -Wignored-qualifiers -Wempty-body -Wclobbered -Wuninitialized -std=c++17 -Xcudafe --diag_suppress=esa_on_defaulted_function_ignored -extended-lambda -arch=sm_70 -I./ -I/var/jenkins/workspace/Kokkos_PR-6892/core/src -I/var/jenkins/workspace/Kokkos_PR-6892/containers/src -I/var/jenkins/workspace/Kokkos_PR-6892/algorithms/src -I/var/jenkins/workspace/Kokkos_PR-6892/tpls/desul/include -I/var/jenkins/workspace/Kokkos_PR-6892/tpls/mdspan/include -I/var/jenkins/workspace/Kokkos_PR-6892/tpls/gtest -I/var/jenkins/workspace/Kokkos_PR-6892/containers/performance_tests -Werror -c /var/jenkins/workspace/Kokkos_PR-6892/core/src/impl/Kokkos_HostThreadTeam.cpp
/var/jenkins/workspace/Kokkos_PR-6892/bin/nvcc_wrapper -I./ -I/var/jenkins/workspace/Kokkos_PR-6892/core/src -I/var/jenkins/workspace/Kokkos_PR-6892/containers/src -I/var/jenkins/workspace/Kokkos_PR-6892/algorithms/src -I/var/jenkins/workspace/Kokkos_PR-6892/tpls/desul/include -I/var/jenkins/workspace/Kokkos_PR-6892/tpls/mdspan/include -Wall -Wunused-parameter -Wshadow -pedantic -Wsign-compare -Wtype-limits -Wignored-qualifiers -Wempty-body -Wclobbered -Wuninitialized -std=c++17 -Xcudafe --diag_suppress=esa_on_defaulted_function_ignored -extended-lambda -arch=sm_70 -I./ -I/var/jenkins/workspace/Kokkos_PR-6892/core/src -I/var/jenkins/workspace/Kokkos_PR-6892/containers/src -I/var/jenkins/workspace/Kokkos_PR-6892/algorithms/src -I/var/jenkins/workspace/Kokkos_PR-6892/tpls/desul/include -I/var/jenkins/workspace/Kokkos_PR-6892/tpls/mdspan/include -I/var/jenkins/workspace/Kokkos_PR-6892/tpls/gtest -I/var/jenkins/workspace/Kokkos_PR-6892/containers/performance_tests -Werror -c /var/jenkins/workspace/Kokkos_PR-6892/core/src/impl/Kokkos_SharedAlloc.cpp
/var/jenkins/workspace/Kokkos_PR-6892/bin/nvcc_wrapper -I./ -I/var/jenkins/workspace/Kokkos_PR-6892/core/src -I/var/jenkins/workspace/Kokkos_PR-6892/containers/src -I/var/jenkins/workspace/Kokkos_PR-6892/algorithms/src -I/var/jenkins/workspace/Kokkos_PR-6892/tpls/desul/include -I/var/jenkins/workspace/Kokkos_PR-6892/tpls/mdspan/include -Wall -Wunused-parameter -Wshadow -pedantic -Wsign-compare -Wtype-limits -Wignored-qualifiers -Wempty-body -Wclobbered -Wuninitialized -std=c++17 -Xcudafe --diag_suppress=esa_on_defaulted_function_ignored -extended-lambda -arch=sm_70 -I./ -I/var/jenkins/workspace/Kokkos_PR-6892/core/src -I/var/jenkins/workspace/Kokkos_PR-6892/containers/src -I/var/jenkins/workspace/Kokkos_PR-6892/algorithms/src -I/var/jenkins/workspace/Kokkos_PR-6892/tpls/desul/include -I/var/jenkins/workspace/Kokkos_PR-6892/tpls/mdspan/include -I/var/jenkins/workspace/Kokkos_PR-6892/tpls/gtest -I/var/jenkins/workspace/Kokkos_PR-6892/containers/performance_tests -Werror -c /var/jenkins/workspace/Kokkos_PR-6892/core/src/impl/Kokkos_hwloc.cpp
/var/jenkins/workspace/Kokkos_PR-6892/bin/nvcc_wrapper -I./ -I/var/jenkins/workspace/Kokkos_PR-6892/core/src -I/var/jenkins/workspace/Kokkos_PR-6892/containers/src -I/var/jenkins/workspace/Kokkos_PR-6892/algorithms/src -I/var/jenkins/workspace/Kokkos_PR-6892/tpls/desul/include -I/var/jenkins/workspace/Kokkos_PR-6892/tpls/mdspan/include -Wall -Wunused-parameter -Wshadow -pedantic -Wsign-compare -Wtype-limits -Wignored-qualifiers -Wempty-body -Wclobbered -Wuninitialized -std=c++17 -Xcudafe --diag_suppress=esa_on_defaulted_function_ignored -extended-lambda -arch=sm_70 -I./ -I/var/jenkins/workspace/Kokkos_PR-6892/core/src -I/var/jenkins/workspace/Kokkos_PR-6892/containers/src -I/var/jenkins/workspace/Kokkos_PR-6892/algorithms/src -I/var/jenkins/workspace/Kokkos_PR-6892/tpls/desul/include -I/var/jenkins/workspace/Kokkos_PR-6892/tpls/mdspan/include -I/var/jenkins/workspace/Kokkos_PR-6892/tpls/gtest -I/var/jenkins/workspace/Kokkos_PR-6892/containers/performance_tests -Werror -c /var/jenkins/workspace/Kokkos_PR-6892/core/src/impl/Kokkos_CPUDiscovery.cpp
/var/jenkins/workspace/Kokkos_PR-6892/bin/nvcc_wrapper -I./ -I/var/jenkins/workspace/Kokkos_PR-6892/core/src -I/var/jenkins/workspace/Kokkos_PR-6892/containers/src -I/var/jenkins/workspace/Kokkos_PR-6892/algorithms/src -I/var/jenkins/workspace/Kokkos_PR-6892/tpls/desul/include -I/var/jenkins/workspace/Kokkos_PR-6892/tpls/mdspan/include -Wall -Wunused-parameter -Wshadow -pedantic -Wsign-compare -Wtype-limits -Wignored-qualifiers -Wempty-body -Wclobbered -Wuninitialized -std=c++17 -Xcudafe --diag_suppress=esa_on_defaulted_function_ignored -extended-lambda -arch=sm_70 -I./ -I/var/jenkins/workspace/Kokkos_PR-6892/core/src -I/var/jenkins/workspace/Kokkos_PR-6892/containers/src -I/var/jenkins/workspace/Kokkos_PR-6892/algorithms/src -I/var/jenkins/workspace/Kokkos_PR-6892/tpls/desul/include -I/var/jenkins/workspace/Kokkos_PR-6892/tpls/mdspan/include -I/var/jenkins/workspace/Kokkos_PR-6892/tpls/gtest -I/var/jenkins/workspace/Kokkos_PR-6892/containers/performance_tests -Werror -c /var/jenkins/workspace/Kokkos_PR-6892/core/src/impl/Kokkos_HostBarrier.cpp
/var/jenkins/workspace/Kokkos_PR-6892/bin/nvcc_wrapper -I./ -I/var/jenkins/workspace/Kokkos_PR-6892/core/src -I/var/jenkins/workspace/Kokkos_PR-6892/containers/src -I/var/jenkins/workspace/Kokkos_PR-6892/algorithms/src -I/var/jenkins/workspace/Kokkos_PR-6892/tpls/desul/include -I/var/jenkins/workspace/Kokkos_PR-6892/tpls/mdspan/include -Wall -Wunused-parameter -Wshadow -pedantic -Wsign-compare -Wtype-limits -Wignored-qualifiers -Wempty-body -Wclobbered -Wuninitialized -std=c++17 -Xcudafe --diag_suppress=esa_on_defaulted_function_ignored -extended-lambda -arch=sm_70 -I./ -I/var/jenkins/workspace/Kokkos_PR-6892/core/src -I/var/jenkins/workspace/Kokkos_PR-6892/containers/src -I/var/jenkins/workspace/Kokkos_PR-6892/algorithms/src -I/var/jenkins/workspace/Kokkos_PR-6892/tpls/desul/include -I/var/jenkins/workspace/Kokkos_PR-6892/tpls/mdspan/include -I/var/jenkins/workspace/Kokkos_PR-6892/tpls/gtest -I/var/jenkins/workspace/Kokkos_PR-6892/containers/performance_tests -Werror -c /var/jenkins/workspace/Kokkos_PR-6892/core/src/impl/Kokkos_Core.cpp
/var/jenkins/workspace/Kokkos_PR-6892/bin/nvcc_wrapper -I./ -I/var/jenkins/workspace/Kokkos_PR-6892/core/src -I/var/jenkins/workspace/Kokkos_PR-6892/containers/src -I/var/jenkins/workspace/Kokkos_PR-6892/algorithms/src -I/var/jenkins/workspace/Kokkos_PR-6892/tpls/desul/include -I/var/jenkins/workspace/Kokkos_PR-6892/tpls/mdspan/include -Wall -Wunused-parameter -Wshadow -pedantic -Wsign-compare -Wtype-limits -Wignored-qualifiers -Wempty-body -Wclobbered -Wuninitialized -std=c++17 -Xcudafe --diag_suppress=esa_on_defaulted_function_ignored -extended-lambda -arch=sm_70 -I./ -I/var/jenkins/workspace/Kokkos_PR-6892/core/src -I/var/jenkins/workspace/Kokkos_PR-6892/containers/src -I/var/jenkins/workspace/Kokkos_PR-6892/algorithms/src -I/var/jenkins/workspace/Kokkos_PR-6892/tpls/desul/include -I/var/jenkins/workspace/Kokkos_PR-6892/tpls/mdspan/include -I/var/jenkins/workspace/Kokkos_PR-6892/tpls/gtest -I/var/jenkins/workspace/Kokkos_PR-6892/containers/performance_tests -Werror -c /var/jenkins/workspace/Kokkos_PR-6892/core/src/impl/Kokkos_Stacktrace.cpp
/var/jenkins/workspace/Kokkos_PR-6892/bin/nvcc_wrapper -I./ -I/var/jenkins/workspace/Kokkos_PR-6892/core/src -I/var/jenkins/workspace/Kokkos_PR-6892/containers/src -I/var/jenkins/workspace/Kokkos_PR-6892/algorithms/src -I/var/jenkins/workspace/Kokkos_PR-6892/tpls/desul/include -I/var/jenkins/workspace/Kokkos_PR-6892/tpls/mdspan/include -Wall -Wunused-parameter -Wshadow -pedantic -Wsign-compare -Wtype-limits -Wignored-qualifiers -Wempty-body -Wclobbered -Wuninitialized -std=c++17 -Xcudafe --diag_suppress=esa_on_defaulted_function_ignored -extended-lambda -arch=sm_70 -I./ -I/var/jenkins/workspace/Kokkos_PR-6892/core/src -I/var/jenkins/workspace/Kokkos_PR-6892/containers/src -I/var/jenkins/workspace/Kokkos_PR-6892/algorithms/src -I/var/jenkins/workspace/Kokkos_PR-6892/tpls/desul/include -I/var/jenkins/workspace/Kokkos_PR-6892/tpls/mdspan/include -I/var/jenkins/workspace/Kokkos_PR-6892/tpls/gtest -I/var/jenkins/workspace/Kokkos_PR-6892/containers/performance_tests -Werror -c /var/jenkins/workspace/Kokkos_PR-6892/core/src/impl/Kokkos_Profiling.cpp
/var/jenkins/workspace/Kokkos_PR-6892/bin/nvcc_wrapper -I./ -I/var/jenkins/workspace/Kokkos_PR-6892/core/src -I/var/jenkins/workspace/Kokkos_PR-6892/containers/src -I/var/jenkins/workspace/Kokkos_PR-6892/algorithms/src -I/var/jenkins/workspace/Kokkos_PR-6892/tpls/desul/include -I/var/jenkins/workspace/Kokkos_PR-6892/tpls/mdspan/include -Wall -Wunused-parameter -Wshadow -pedantic -Wsign-compare -Wtype-limits -Wignored-qualifiers -Wempty-body -Wclobbered -Wuninitialized -std=c++17 -Xcudafe --diag_suppress=esa_on_defaulted_function_ignored -extended-lambda -arch=sm_70 -I./ -I/var/jenkins/workspace/Kokkos_PR-6892/core/src -I/var/jenkins/workspace/Kokkos_PR-6892/containers/src -I/var/jenkins/workspace/Kokkos_PR-6892/algorithms/src -I/var/jenkins/workspace/Kokkos_PR-6892/tpls/desul/include -I/var/jenkins/workspace/Kokkos_PR-6892/tpls/mdspan/include -I/var/jenkins/workspace/Kokkos_PR-6892/tpls/gtest -I/var/jenkins/workspace/Kokkos_PR-6892/containers/performance_tests -Werror -c /var/jenkins/workspace/Kokkos_PR-6892/core/src/impl/Kokkos_Error.cpp
/var/jenkins/workspace/Kokkos_PR-6892/bin/nvcc_wrapper -I./ -I/var/jenkins/workspace/Kokkos_PR-6892/core/src -I/var/jenkins/workspace/Kokkos_PR-6892/containers/src -I/var/jenkins/workspace/Kokkos_PR-6892/algorithms/src -I/var/jenkins/workspace/Kokkos_PR-6892/tpls/desul/include -I/var/jenkins/workspace/Kokkos_PR-6892/tpls/mdspan/include -Wall -Wunused-parameter -Wshadow -pedantic -Wsign-compare -Wtype-limits -Wignored-qualifiers -Wempty-body -Wclobbered -Wuninitialized -std=c++17 -Xcudafe --diag_suppress=esa_on_defaulted_function_ignored -extended-lambda -arch=sm_70 -I./ -I/var/jenkins/workspace/Kokkos_PR-6892/core/src -I/var/jenkins/workspace/Kokkos_PR-6892/containers/src -I/var/jenkins/workspace/Kokkos_PR-6892/algorithms/src -I/var/jenkins/workspace/Kokkos_PR-6892/tpls/desul/include -I/var/jenkins/workspace/Kokkos_PR-6892/tpls/mdspan/include -I/var/jenkins/workspace/Kokkos_PR-6892/tpls/gtest -I/var/jenkins/workspace/Kokkos_PR-6892/containers/performance_tests -Werror -c /var/jenkins/workspace/Kokkos_PR-6892/core/src/impl/Kokkos_HostSpace.cpp
/var/jenkins/workspace/Kokkos_PR-6892/bin/nvcc_wrapper -I./ -I/var/jenkins/workspace/Kokkos_PR-6892/core/src -I/var/jenkins/workspace/Kokkos_PR-6892/containers/src -I/var/jenkins/workspace/Kokkos_PR-6892/algorithms/src -I/var/jenkins/workspace/Kokkos_PR-6892/tpls/desul/include -I/var/jenkins/workspace/Kokkos_PR-6892/tpls/mdspan/include -Wall -Wunused-parameter -Wshadow -pedantic -Wsign-compare -Wtype-limits -Wignored-qualifiers -Wempty-body -Wclobbered -Wuninitialized -std=c++17 -Xcudafe --diag_suppress=esa_on_defaulted_function_ignored -extended-lambda -arch=sm_70 -I./ -I/var/jenkins/workspace/Kokkos_PR-6892/core/src -I/var/jenkins/workspace/Kokkos_PR-6892/containers/src -I/var/jenkins/workspace/Kokkos_PR-6892/algorithms/src -I/var/jenkins/workspace/Kokkos_PR-6892/tpls/desul/include -I/var/jenkins/workspace/Kokkos_PR-6892/tpls/mdspan/include -I/var/jenkins/workspace/Kokkos_PR-6892/tpls/gtest -I/var/jenkins/workspace/Kokkos_PR-6892/containers/performance_tests -Werror -c /var/jenkins/workspace/Kokkos_PR-6892/core/src/impl/Kokkos_MemoryPool.cpp
/var/jenkins/workspace/Kokkos_PR-6892/bin/nvcc_wrapper -I./ -I/var/jenkins/workspace/Kokkos_PR-6892/core/src -I/var/jenkins/workspace/Kokkos_PR-6892/containers/src -I/var/jenkins/workspace/Kokkos_PR-6892/algorithms/src -I/var/jenkins/workspace/Kokkos_PR-6892/tpls/desul/include -I/var/jenkins/workspace/Kokkos_PR-6892/tpls/mdspan/include -Wall -Wunused-parameter -Wshadow -pedantic -Wsign-compare -Wtype-limits -Wignored-qualifiers -Wempty-body -Wclobbered -Wuninitialized -std=c++17 -Xcudafe --diag_suppress=esa_on_defaulted_function_ignored -extended-lambda -arch=sm_70 -I./ -I/var/jenkins/workspace/Kokkos_PR-6892/core/src -I/var/jenkins/workspace/Kokkos_PR-6892/containers/src -I/var/jenkins/workspace/Kokkos_PR-6892/algorithms/src -I/var/jenkins/workspace/Kokkos_PR-6892/tpls/desul/include -I/var/jenkins/workspace/Kokkos_PR-6892/tpls/mdspan/include -I/var/jenkins/workspace/Kokkos_PR-6892/tpls/gtest -I/var/jenkins/workspace/Kokkos_PR-6892/containers/performance_tests -Werror -c /var/jenkins/workspace/Kokkos_PR-6892/containers/src/impl/Kokkos_UnorderedMap_impl.cpp
/var/jenkins/workspace/Kokkos_PR-6892/bin/nvcc_wrapper -I./ -I/var/jenkins/workspace/Kokkos_PR-6892/core/src -I/var/jenkins/workspace/Kokkos_PR-6892/containers/src -I/var/jenkins/workspace/Kokkos_PR-6892/algorithms/src -I/var/jenkins/workspace/Kokkos_PR-6892/tpls/desul/include -I/var/jenkins/workspace/Kokkos_PR-6892/tpls/mdspan/include -Wall -Wunused-parameter -Wshadow -pedantic -Wsign-compare -Wtype-limits -Wignored-qualifiers -Wempty-body -Wclobbered -Wuninitialized -std=c++17 -Xcudafe --diag_suppress=esa_on_defaulted_function_ignored -extended-lambda -arch=sm_70 -I./ -I/var/jenkins/workspace/Kokkos_PR-6892/core/src -I/var/jenkins/workspace/Kokkos_PR-6892/containers/src -I/var/jenkins/workspace/Kokkos_PR-6892/algorithms/src -I/var/jenkins/workspace/Kokkos_PR-6892/tpls/desul/include -I/var/jenkins/workspace/Kokkos_PR-6892/tpls/mdspan/include -I/var/jenkins/workspace/Kokkos_PR-6892/tpls/gtest -I/var/jenkins/workspace/Kokkos_PR-6892/containers/performance_tests -Werror -c /var/jenkins/workspace/Kokkos_PR-6892/core/src/Cuda/Kokkos_Cuda_Instance.cpp
/var/jenkins/workspace/Kokkos_PR-6892/bin/nvcc_wrapper -I./ -I/var/jenkins/workspace/Kokkos_PR-6892/core/src -I/var/jenkins/workspace/Kokkos_PR-6892/containers/src -I/var/jenkins/workspace/Kokkos_PR-6892/algorithms/src -I/var/jenkins/workspace/Kokkos_PR-6892/tpls/desul/include -I/var/jenkins/workspace/Kokkos_PR-6892/tpls/mdspan/include -Wall -Wunused-parameter -Wshadow -pedantic -Wsign-compare -Wtype-limits -Wignored-qualifiers -Wempty-body -Wclobbered -Wuninitialized -std=c++17 -Xcudafe --diag_suppress=esa_on_defaulted_function_ignored -extended-lambda -arch=sm_70 -I./ -I/var/jenkins/workspace/Kokkos_PR-6892/core/src -I/var/jenkins/workspace/Kokkos_PR-6892/containers/src -I/var/jenkins/workspace/Kokkos_PR-6892/algorithms/src -I/var/jenkins/workspace/Kokkos_PR-6892/tpls/desul/include -I/var/jenkins/workspace/Kokkos_PR-6892/tpls/mdspan/include -I/var/jenkins/workspace/Kokkos_PR-6892/tpls/gtest -I/var/jenkins/workspace/Kokkos_PR-6892/containers/performance_tests -Werror -c /var/jenkins/workspace/Kokkos_PR-6892/core/src/Cuda/Kokkos_CudaSpace.cpp
/var/jenkins/workspace/Kokkos_PR-6892/bin/nvcc_wrapper -I./ -I/var/jenkins/workspace/Kokkos_PR-6892/core/src -I/var/jenkins/workspace/Kokkos_PR-6892/containers/src -I/var/jenkins/workspace/Kokkos_PR-6892/algorithms/src -I/var/jenkins/workspace/Kokkos_PR-6892/tpls/desul/include -I/var/jenkins/workspace/Kokkos_PR-6892/tpls/mdspan/include -Wall -Wunused-parameter -Wshadow -pedantic -Wsign-compare -Wtype-limits -Wignored-qualifiers -Wempty-body -Wclobbered -Wuninitialized -std=c++17 -Xcudafe --diag_suppress=esa_on_defaulted_function_ignored -extended-lambda -arch=sm_70 -I./ -I/var/jenkins/workspace/Kokkos_PR-6892/core/src -I/var/jenkins/workspace/Kokkos_PR-6892/containers/src -I/var/jenkins/workspace/Kokkos_PR-6892/algorithms/src -I/var/jenkins/workspace/Kokkos_PR-6892/tpls/desul/include -I/var/jenkins/workspace/Kokkos_PR-6892/tpls/mdspan/include -I/var/jenkins/workspace/Kokkos_PR-6892/tpls/gtest -I/var/jenkins/workspace/Kokkos_PR-6892/containers/performance_tests -Werror -c /var/jenkins/workspace/Kokkos_PR-6892/core/src/Cuda/Kokkos_Cuda_Task.cpp
/var/jenkins/workspace/Kokkos_PR-6892/bin/nvcc_wrapper -I./ -I/var/jenkins/workspace/Kokkos_PR-6892/core/src -I/var/jenkins/workspace/Kokkos_PR-6892/containers/src -I/var/jenkins/workspace/Kokkos_PR-6892/algorithms/src -I/var/jenkins/workspace/Kokkos_PR-6892/tpls/desul/include -I/var/jenkins/workspace/Kokkos_PR-6892/tpls/mdspan/include -Wall -Wunused-parameter -Wshadow -pedantic -Wsign-compare -Wtype-limits -Wignored-qualifiers -Wempty-body -Wclobbered -Wuninitialized -std=c++17 -Xcudafe --diag_suppress=esa_on_defaulted_function_ignored -extended-lambda -arch=sm_70 -I./ -I/var/jenkins/workspace/Kokkos_PR-6892/core/src -I/var/jenkins/workspace/Kokkos_PR-6892/containers/src -I/var/jenkins/workspace/Kokkos_PR-6892/algorithms/src -I/var/jenkins/workspace/Kokkos_PR-6892/tpls/desul/include -I/var/jenkins/workspace/Kokkos_PR-6892/tpls/mdspan/include -I/var/jenkins/workspace/Kokkos_PR-6892/tpls/gtest -I/var/jenkins/workspace/Kokkos_PR-6892/containers/performance_tests -Werror -c /var/jenkins/workspace/Kokkos_PR-6892/tpls/desul/src/Lock_Array_CUDA.cpp
/var/jenkins/workspace/Kokkos_PR-6892/bin/nvcc_wrapper -I./ -I/var/jenkins/workspace/Kokkos_PR-6892/core/src -I/var/jenkins/workspace/Kokkos_PR-6892/containers/src -I/var/jenkins/workspace/Kokkos_PR-6892/algorithms/src -I/var/jenkins/workspace/Kokkos_PR-6892/tpls/desul/include -I/var/jenkins/workspace/Kokkos_PR-6892/tpls/mdspan/include -Wall -Wunused-parameter -Wshadow -pedantic -Wsign-compare -Wtype-limits -Wignored-qualifiers -Wempty-body -Wclobbered -Wuninitialized -std=c++17 -Xcudafe --diag_suppress=esa_on_defaulted_function_ignored -extended-lambda -arch=sm_70 -I./ -I/var/jenkins/workspace/Kokkos_PR-6892/core/src -I/var/jenkins/workspace/Kokkos_PR-6892/containers/src -I/var/jenkins/workspace/Kokkos_PR-6892/algorithms/src -I/var/jenkins/workspace/Kokkos_PR-6892/tpls/desul/include -I/var/jenkins/workspace/Kokkos_PR-6892/tpls/mdspan/include -I/var/jenkins/workspace/Kokkos_PR-6892/tpls/gtest -I/var/jenkins/workspace/Kokkos_PR-6892/containers/performance_tests -Werror -c /var/jenkins/workspace/Kokkos_PR-6892/core/src/Serial/Kokkos_Serial.cpp
/var/jenkins/workspace/Kokkos_PR-6892/bin/nvcc_wrapper -I./ -I/var/jenkins/workspace/Kokkos_PR-6892/core/src -I/var/jenkins/workspace/Kokkos_PR-6892/containers/src -I/var/jenkins/workspace/Kokkos_PR-6892/algorithms/src -I/var/jenkins/workspace/Kokkos_PR-6892/tpls/desul/include -I/var/jenkins/workspace/Kokkos_PR-6892/tpls/mdspan/include -Wall -Wunused-parameter -Wshadow -pedantic -Wsign-compare -Wtype-limits -Wignored-qualifiers -Wempty-body -Wclobbered -Wuninitialized -std=c++17 -Xcudafe --diag_suppress=esa_on_defaulted_function_ignored -extended-lambda -arch=sm_70 -I./ -I/var/jenkins/workspace/Kokkos_PR-6892/core/src -I/var/jenkins/workspace/Kokkos_PR-6892/containers/src -I/var/jenkins/workspace/Kokkos_PR-6892/algorithms/src -I/var/jenkins/workspace/Kokkos_PR-6892/tpls/desul/include -I/var/jenkins/workspace/Kokkos_PR-6892/tpls/mdspan/include -I/var/jenkins/workspace/Kokkos_PR-6892/tpls/gtest -I/var/jenkins/workspace/Kokkos_PR-6892/containers/performance_tests -Werror -c /var/jenkins/workspace/Kokkos_PR-6892/core/src/Serial/Kokkos_Serial_Task.cpp
ar cr libkokkos.a Kokkos_CPUDiscovery.o Kokkos_Error.o Kokkos_Profiling.o Kokkos_MemoryPool.o Kokkos_hwloc.o Kokkos_HostSpace.o Kokkos_HostThreadTeam.o Kokkos_Stacktrace.o Kokkos_ExecPolicy.o Kokkos_HostSpace_deepcopy.o Kokkos_SharedAlloc.o Kokkos_Command_Line_Parsing.o Kokkos_Core.o Kokkos_Abort.o Kokkos_HostBarrier.o Kokkos_UnorderedMap_impl.o Kokkos_Cuda_Task.o Kokkos_Cuda_Instance.o Kokkos_CudaSpace.o Lock_Array_CUDA.o Kokkos_Serial.o Kokkos_Serial_Task.o
ranlib libkokkos.a
/var/jenkins/workspace/Kokkos_PR-6892/bin/nvcc_wrapper -arch=sm_70 -L/var/jenkins/workspace/Kokkos_PR-6892/build/containers/performance_tests -L/usr/local/cuda/lib64  -lpthread  TestCuda.o TestMain.o gtest-all.o -lkokkos -ldl -lcudart -lcuda  -o KokkosContainers_PerformanceTest_Cuda
echo "End Build"
End Build
make[2]: Leaving directory '/var/jenkins/workspace/Kokkos_PR-6892/build/containers/performance_tests'
make[1]: Leaving directory '/var/jenkins/workspace/Kokkos_PR-6892/build/containers/performance_tests'
make -C algorithms/unit_tests
make[1]: Entering directory '/var/jenkins/workspace/Kokkos_PR-6892/build/algorithms/unit_tests'
make -f /var/jenkins/workspace/Kokkos_PR-6892/algorithms/unit_tests/Makefile KOKKOS_SRC_PATH=/var/jenkins/workspace/Kokkos_PR-6892 CXX=/var/jenkins/workspace/Kokkos_PR-6892/bin/nvcc_wrapper KOKKOS_DEVICES=Cuda KOKKOS_ARCH=Volta70 CUDA_PATH=/usr/local/cuda CXXFLAGS="-Werror" KOKKOS_CXX_STANDARD="c++17" GTEST_PATH=/var/jenkins/workspace/Kokkos_PR-6892/tpls/gtest KOKKOS_OPTIONS=compiler_warnings KOKKOS_CUDA_OPTIONS=enable_lambda KOKKOS_PATH=/var/jenkins/workspace/Kokkos_PR-6892
make[2]: Entering directory '/var/jenkins/workspace/Kokkos_PR-6892/build/algorithms/unit_tests'
/var/jenkins/workspace/Kokkos_PR-6892/bin/nvcc_wrapper -I./ -I/var/jenkins/workspace/Kokkos_PR-6892/core/src -I/var/jenkins/workspace/Kokkos_PR-6892/containers/src -I/var/jenkins/workspace/Kokkos_PR-6892/algorithms/src -I/var/jenkins/workspace/Kokkos_PR-6892/tpls/desul/include -I/var/jenkins/workspace/Kokkos_PR-6892/tpls/mdspan/include -Wall -Wunused-parameter -Wshadow -pedantic -Wsign-compare -Wtype-limits -Wignored-qualifiers -Wempty-body -Wclobbered -Wuninitialized -std=c++17 -Xcudafe --diag_suppress=esa_on_defaulted_function_ignored -extended-lambda -arch=sm_70 -I./ -I/var/jenkins/workspace/Kokkos_PR-6892/core/src -I/var/jenkins/workspace/Kokkos_PR-6892/containers/src -I/var/jenkins/workspace/Kokkos_PR-6892/algorithms/src -I/var/jenkins/workspace/Kokkos_PR-6892/tpls/desul/include -I/var/jenkins/workspace/Kokkos_PR-6892/tpls/mdspan/include -I/var/jenkins/workspace/Kokkos_PR-6892/tpls/gtest -I/var/jenkins/workspace/Kokkos_PR-6892/algorithms/unit_tests -I/var/jenkins/workspace/Kokkos_PR-6892/core/unit_test/category_files -Werror  -c TestCuda.cpp
/var/jenkins/workspace/Kokkos_PR-6892/bin/nvcc_wrapper -I./ -I/var/jenkins/workspace/Kokkos_PR-6892/core/src -I/var/jenkins/workspace/Kokkos_PR-6892/containers/src -I/var/jenkins/workspace/Kokkos_PR-6892/algorithms/src -I/var/jenkins/workspace/Kokkos_PR-6892/tpls/desul/include -I/var/jenkins/workspace/Kokkos_PR-6892/tpls/mdspan/include -Wall -Wunused-parameter -Wshadow -pedantic -Wsign-compare -Wtype-limits -Wignored-qualifiers -Wempty-body -Wclobbered -Wuninitialized -std=c++17 -Xcudafe --diag_suppress=esa_on_defaulted_function_ignored -extended-lambda -arch=sm_70 -I./ -I/var/jenkins/workspace/Kokkos_PR-6892/core/src -I/var/jenkins/workspace/Kokkos_PR-6892/containers/src -I/var/jenkins/workspace/Kokkos_PR-6892/algorithms/src -I/var/jenkins/workspace/Kokkos_PR-6892/tpls/desul/include -I/var/jenkins/workspace/Kokkos_PR-6892/tpls/mdspan/include -I/var/jenkins/workspace/Kokkos_PR-6892/tpls/gtest -I/var/jenkins/workspace/Kokkos_PR-6892/algorithms/unit_tests -I/var/jenkins/workspace/Kokkos_PR-6892/core/unit_test/category_files -Werror  -c /var/jenkins/workspace/Kokkos_PR-6892/algorithms/unit_tests/TestStdAlgorithmsCommon.cpp
/var/jenkins/workspace/Kokkos_PR-6892/bin/nvcc_wrapper -I./ -I/var/jenkins/workspace/Kokkos_PR-6892/core/src -I/var/jenkins/workspace/Kokkos_PR-6892/containers/src -I/var/jenkins/workspace/Kokkos_PR-6892/algorithms/src -I/var/jenkins/workspace/Kokkos_PR-6892/tpls/desul/include -I/var/jenkins/workspace/Kokkos_PR-6892/tpls/mdspan/include -Wall -Wunused-parameter -Wshadow -pedantic -Wsign-compare -Wtype-limits -Wignored-qualifiers -Wempty-body -Wclobbered -Wuninitialized -std=c++17 -Xcudafe --diag_suppress=esa_on_defaulted_function_ignored -extended-lambda -arch=sm_70 -I./ -I/var/jenkins/workspace/Kokkos_PR-6892/core/src -I/var/jenkins/workspace/Kokkos_PR-6892/containers/src -I/var/jenkins/workspace/Kokkos_PR-6892/algorithms/src -I/var/jenkins/workspace/Kokkos_PR-6892/tpls/desul/include -I/var/jenkins/workspace/Kokkos_PR-6892/tpls/mdspan/include -I/var/jenkins/workspace/Kokkos_PR-6892/tpls/gtest -I/var/jenkins/workspace/Kokkos_PR-6892/algorithms/unit_tests -I/var/jenkins/workspace/Kokkos_PR-6892/core/unit_test/category_files -Werror  -c /var/jenkins/workspace/Kokkos_PR-6892/algorithms/unit_tests/UnitTestMain.cpp
/var/jenkins/workspace/Kokkos_PR-6892/bin/nvcc_wrapper -I./ -I/var/jenkins/workspace/Kokkos_PR-6892/core/src -I/var/jenkins/workspace/Kokkos_PR-6892/containers/src -I/var/jenkins/workspace/Kokkos_PR-6892/algorithms/src -I/var/jenkins/workspace/Kokkos_PR-6892/tpls/desul/include -I/var/jenkins/workspace/Kokkos_PR-6892/tpls/mdspan/include -Wall -Wunused-parameter -Wshadow -pedantic -Wsign-compare -Wtype-limits -Wignored-qualifiers -Wempty-body -Wclobbered -Wuninitialized -std=c++17 -Xcudafe --diag_suppress=esa_on_defaulted_function_ignored -extended-lambda -arch=sm_70 -I./ -I/var/jenkins/workspace/Kokkos_PR-6892/core/src -I/var/jenkins/workspace/Kokkos_PR-6892/containers/src -I/var/jenkins/workspace/Kokkos_PR-6892/algorithms/src -I/var/jenkins/workspace/Kokkos_PR-6892/tpls/desul/include -I/var/jenkins/workspace/Kokkos_PR-6892/tpls/mdspan/include -I/var/jenkins/workspace/Kokkos_PR-6892/tpls/gtest -I/var/jenkins/workspace/Kokkos_PR-6892/algorithms/unit_tests -I/var/jenkins/workspace/Kokkos_PR-6892/core/unit_test/category_files -Werror  -c /var/jenkins/workspace/Kokkos_PR-6892/tpls/gtest/gtest/gtest-all.cc
/var/jenkins/workspace/Kokkos_PR-6892/bin/nvcc_wrapper -I./ -I/var/jenkins/workspace/Kokkos_PR-6892/core/src -I/var/jenkins/workspace/Kokkos_PR-6892/containers/src -I/var/jenkins/workspace/Kokkos_PR-6892/algorithms/src -I/var/jenkins/workspace/Kokkos_PR-6892/tpls/desul/include -I/var/jenkins/workspace/Kokkos_PR-6892/tpls/mdspan/include -Wall -Wunused-parameter -Wshadow -pedantic -Wsign-compare -Wtype-limits -Wignored-qualifiers -Wempty-body -Wclobbered -Wuninitialized -std=c++17 -Xcudafe --diag_suppress=esa_on_defaulted_function_ignored -extended-lambda -arch=sm_70 -I./ -I/var/jenkins/workspace/Kokkos_PR-6892/core/src -I/var/jenkins/workspace/Kokkos_PR-6892/containers/src -I/var/jenkins/workspace/Kokkos_PR-6892/algorithms/src -I/var/jenkins/workspace/Kokkos_PR-6892/tpls/desul/include -I/var/jenkins/workspace/Kokkos_PR-6892/tpls/mdspan/include -I/var/jenkins/workspace/Kokkos_PR-6892/tpls/gtest -I/var/jenkins/workspace/Kokkos_PR-6892/algorithms/unit_tests -I/var/jenkins/workspace/Kokkos_PR-6892/core/unit_test/category_files -Werror -c /var/jenkins/workspace/Kokkos_PR-6892/core/src/impl/Kokkos_Command_Line_Parsing.cpp
/var/jenkins/workspace/Kokkos_PR-6892/bin/nvcc_wrapper -I./ -I/var/jenkins/workspace/Kokkos_PR-6892/core/src -I/var/jenkins/workspace/Kokkos_PR-6892/containers/src -I/var/jenkins/workspace/Kokkos_PR-6892/algorithms/src -I/var/jenkins/workspace/Kokkos_PR-6892/tpls/desul/include -I/var/jenkins/workspace/Kokkos_PR-6892/tpls/mdspan/include -Wall -Wunused-parameter -Wshadow -pedantic -Wsign-compare -Wtype-limits -Wignored-qualifiers -Wempty-body -Wclobbered -Wuninitialized -std=c++17 -Xcudafe --diag_suppress=esa_on_defaulted_function_ignored -extended-lambda -arch=sm_70 -I./ -I/var/jenkins/workspace/Kokkos_PR-6892/core/src -I/var/jenkins/workspace/Kokkos_PR-6892/containers/src -I/var/jenkins/workspace/Kokkos_PR-6892/algorithms/src -I/var/jenkins/workspace/Kokkos_PR-6892/tpls/desul/include -I/var/jenkins/workspace/Kokkos_PR-6892/tpls/mdspan/include -I/var/jenkins/workspace/Kokkos_PR-6892/tpls/gtest -I/var/jenkins/workspace/Kokkos_PR-6892/algorithms/unit_tests -I/var/jenkins/workspace/Kokkos_PR-6892/core/unit_test/category_files -Werror -c /var/jenkins/workspace/Kokkos_PR-6892/core/src/impl/Kokkos_HostSpace_deepcopy.cpp
/var/jenkins/workspace/Kokkos_PR-6892/bin/nvcc_wrapper -I./ -I/var/jenkins/workspace/Kokkos_PR-6892/core/src -I/var/jenkins/workspace/Kokkos_PR-6892/containers/src -I/var/jenkins/workspace/Kokkos_PR-6892/algorithms/src -I/var/jenkins/workspace/Kokkos_PR-6892/tpls/desul/include -I/var/jenkins/workspace/Kokkos_PR-6892/tpls/mdspan/include -Wall -Wunused-parameter -Wshadow -pedantic -Wsign-compare -Wtype-limits -Wignored-qualifiers -Wempty-body -Wclobbered -Wuninitialized -std=c++17 -Xcudafe --diag_suppress=esa_on_defaulted_function_ignored -extended-lambda -arch=sm_70 -I./ -I/var/jenkins/workspace/Kokkos_PR-6892/core/src -I/var/jenkins/workspace/Kokkos_PR-6892/containers/src -I/var/jenkins/workspace/Kokkos_PR-6892/algorithms/src -I/var/jenkins/workspace/Kokkos_PR-6892/tpls/desul/include -I/var/jenkins/workspace/Kokkos_PR-6892/tpls/mdspan/include -I/var/jenkins/workspace/Kokkos_PR-6892/tpls/gtest -I/var/jenkins/workspace/Kokkos_PR-6892/algorithms/unit_tests -I/var/jenkins/workspace/Kokkos_PR-6892/core/unit_test/category_files -Werror -c /var/jenkins/workspace/Kokkos_PR-6892/core/src/impl/Kokkos_Abort.cpp
/var/jenkins/workspace/Kokkos_PR-6892/bin/nvcc_wrapper -I./ -I/var/jenkins/workspace/Kokkos_PR-6892/core/src -I/var/jenkins/workspace/Kokkos_PR-6892/containers/src -I/var/jenkins/workspace/Kokkos_PR-6892/algorithms/src -I/var/jenkins/workspace/Kokkos_PR-6892/tpls/desul/include -I/var/jenkins/workspace/Kokkos_PR-6892/tpls/mdspan/include -Wall -Wunused-parameter -Wshadow -pedantic -Wsign-compare -Wtype-limits -Wignored-qualifiers -Wempty-body -Wclobbered -Wuninitialized -std=c++17 -Xcudafe --diag_suppress=esa_on_defaulted_function_ignored -extended-lambda -arch=sm_70 -I./ -I/var/jenkins/workspace/Kokkos_PR-6892/core/src -I/var/jenkins/workspace/Kokkos_PR-6892/containers/src -I/var/jenkins/workspace/Kokkos_PR-6892/algorithms/src -I/var/jenkins/workspace/Kokkos_PR-6892/tpls/desul/include -I/var/jenkins/workspace/Kokkos_PR-6892/tpls/mdspan/include -I/var/jenkins/workspace/Kokkos_PR-6892/tpls/gtest -I/var/jenkins/workspace/Kokkos_PR-6892/algorithms/unit_tests -I/var/jenkins/workspace/Kokkos_PR-6892/core/unit_test/category_files -Werror -c /var/jenkins/workspace/Kokkos_PR-6892/core/src/impl/Kokkos_ExecPolicy.cpp
/var/jenkins/workspace/Kokkos_PR-6892/bin/nvcc_wrapper -I./ -I/var/jenkins/workspace/Kokkos_PR-6892/core/src -I/var/jenkins/workspace/Kokkos_PR-6892/containers/src -I/var/jenkins/workspace/Kokkos_PR-6892/algorithms/src -I/var/jenkins/workspace/Kokkos_PR-6892/tpls/desul/include -I/var/jenkins/workspace/Kokkos_PR-6892/tpls/mdspan/include -Wall -Wunused-parameter -Wshadow -pedantic -Wsign-compare -Wtype-limits -Wignored-qualifiers -Wempty-body -Wclobbered -Wuninitialized -std=c++17 -Xcudafe --diag_suppress=esa_on_defaulted_function_ignored -extended-lambda -arch=sm_70 -I./ -I/var/jenkins/workspace/Kokkos_PR-6892/core/src -I/var/jenkins/workspace/Kokkos_PR-6892/containers/src -I/var/jenkins/workspace/Kokkos_PR-6892/algorithms/src -I/var/jenkins/workspace/Kokkos_PR-6892/tpls/desul/include -I/var/jenkins/workspace/Kokkos_PR-6892/tpls/mdspan/include -I/var/jenkins/workspace/Kokkos_PR-6892/tpls/gtest -I/var/jenkins/workspace/Kokkos_PR-6892/algorithms/unit_tests -I/var/jenkins/workspace/Kokkos_PR-6892/core/unit_test/category_files -Werror -c /var/jenkins/workspace/Kokkos_PR-6892/core/src/impl/Kokkos_HostThreadTeam.cpp
/var/jenkins/workspace/Kokkos_PR-6892/bin/nvcc_wrapper -I./ -I/var/jenkins/workspace/Kokkos_PR-6892/core/src -I/var/jenkins/workspace/Kokkos_PR-6892/containers/src -I/var/jenkins/workspace/Kokkos_PR-6892/algorithms/src -I/var/jenkins/workspace/Kokkos_PR-6892/tpls/desul/include -I/var/jenkins/workspace/Kokkos_PR-6892/tpls/mdspan/include -Wall -Wunused-parameter -Wshadow -pedantic -Wsign-compare -Wtype-limits -Wignored-qualifiers -Wempty-body -Wclobbered -Wuninitialized -std=c++17 -Xcudafe --diag_suppress=esa_on_defaulted_function_ignored -extended-lambda -arch=sm_70 -I./ -I/var/jenkins/workspace/Kokkos_PR-6892/core/src -I/var/jenkins/workspace/Kokkos_PR-6892/containers/src -I/var/jenkins/workspace/Kokkos_PR-6892/algorithms/src -I/var/jenkins/workspace/Kokkos_PR-6892/tpls/desul/include -I/var/jenkins/workspace/Kokkos_PR-6892/tpls/mdspan/include -I/var/jenkins/workspace/Kokkos_PR-6892/tpls/gtest -I/var/jenkins/workspace/Kokkos_PR-6892/algorithms/unit_tests -I/var/jenkins/workspace/Kokkos_PR-6892/core/unit_test/category_files -Werror -c /var/jenkins/workspace/Kokkos_PR-6892/core/src/impl/Kokkos_SharedAlloc.cpp
/var/jenkins/workspace/Kokkos_PR-6892/bin/nvcc_wrapper -I./ -I/var/jenkins/workspace/Kokkos_PR-6892/core/src -I/var/jenkins/workspace/Kokkos_PR-6892/containers/src -I/var/jenkins/workspace/Kokkos_PR-6892/algorithms/src -I/var/jenkins/workspace/Kokkos_PR-6892/tpls/desul/include -I/var/jenkins/workspace/Kokkos_PR-6892/tpls/mdspan/include -Wall -Wunused-parameter -Wshadow -pedantic -Wsign-compare -Wtype-limits -Wignored-qualifiers -Wempty-body -Wclobbered -Wuninitialized -std=c++17 -Xcudafe --diag_suppress=esa_on_defaulted_function_ignored -extended-lambda -arch=sm_70 -I./ -I/var/jenkins/workspace/Kokkos_PR-6892/core/src -I/var/jenkins/workspace/Kokkos_PR-6892/containers/src -I/var/jenkins/workspace/Kokkos_PR-6892/algorithms/src -I/var/jenkins/workspace/Kokkos_PR-6892/tpls/desul/include -I/var/jenkins/workspace/Kokkos_PR-6892/tpls/mdspan/include -I/var/jenkins/workspace/Kokkos_PR-6892/tpls/gtest -I/var/jenkins/workspace/Kokkos_PR-6892/algorithms/unit_tests -I/var/jenkins/workspace/Kokkos_PR-6892/core/unit_test/category_files -Werror -c /var/jenkins/workspace/Kokkos_PR-6892/core/src/impl/Kokkos_hwloc.cpp
/var/jenkins/workspace/Kokkos_PR-6892/bin/nvcc_wrapper -I./ -I/var/jenkins/workspace/Kokkos_PR-6892/core/src -I/var/jenkins/workspace/Kokkos_PR-6892/containers/src -I/var/jenkins/workspace/Kokkos_PR-6892/algorithms/src -I/var/jenkins/workspace/Kokkos_PR-6892/tpls/desul/include -I/var/jenkins/workspace/Kokkos_PR-6892/tpls/mdspan/include -Wall -Wunused-parameter -Wshadow -pedantic -Wsign-compare -Wtype-limits -Wignored-qualifiers -Wempty-body -Wclobbered -Wuninitialized -std=c++17 -Xcudafe --diag_suppress=esa_on_defaulted_function_ignored -extended-lambda -arch=sm_70 -I./ -I/var/jenkins/workspace/Kokkos_PR-6892/core/src -I/var/jenkins/workspace/Kokkos_PR-6892/containers/src -I/var/jenkins/workspace/Kokkos_PR-6892/algorithms/src -I/var/jenkins/workspace/Kokkos_PR-6892/tpls/desul/include -I/var/jenkins/workspace/Kokkos_PR-6892/tpls/mdspan/include -I/var/jenkins/workspace/Kokkos_PR-6892/tpls/gtest -I/var/jenkins/workspace/Kokkos_PR-6892/algorithms/unit_tests -I/var/jenkins/workspace/Kokkos_PR-6892/core/unit_test/category_files -Werror -c /var/jenkins/workspace/Kokkos_PR-6892/core/src/impl/Kokkos_CPUDiscovery.cpp
/var/jenkins/workspace/Kokkos_PR-6892/bin/nvcc_wrapper -I./ -I/var/jenkins/workspace/Kokkos_PR-6892/core/src -I/var/jenkins/workspace/Kokkos_PR-6892/containers/src -I/var/jenkins/workspace/Kokkos_PR-6892/algorithms/src -I/var/jenkins/workspace/Kokkos_PR-6892/tpls/desul/include -I/var/jenkins/workspace/Kokkos_PR-6892/tpls/mdspan/include -Wall -Wunused-parameter -Wshadow -pedantic -Wsign-compare -Wtype-limits -Wignored-qualifiers -Wempty-body -Wclobbered -Wuninitialized -std=c++17 -Xcudafe --diag_suppress=esa_on_defaulted_function_ignored -extended-lambda -arch=sm_70 -I./ -I/var/jenkins/workspace/Kokkos_PR-6892/core/src -I/var/jenkins/workspace/Kokkos_PR-6892/containers/src -I/var/jenkins/workspace/Kokkos_PR-6892/algorithms/src -I/var/jenkins/workspace/Kokkos_PR-6892/tpls/desul/include -I/var/jenkins/workspace/Kokkos_PR-6892/tpls/mdspan/include -I/var/jenkins/workspace/Kokkos_PR-6892/tpls/gtest -I/var/jenkins/workspace/Kokkos_PR-6892/algorithms/unit_tests -I/var/jenkins/workspace/Kokkos_PR-6892/core/unit_test/category_files -Werror -c /var/jenkins/workspace/Kokkos_PR-6892/core/src/impl/Kokkos_HostBarrier.cpp
/var/jenkins/workspace/Kokkos_PR-6892/bin/nvcc_wrapper -I./ -I/var/jenkins/workspace/Kokkos_PR-6892/core/src -I/var/jenkins/workspace/Kokkos_PR-6892/containers/src -I/var/jenkins/workspace/Kokkos_PR-6892/algorithms/src -I/var/jenkins/workspace/Kokkos_PR-6892/tpls/desul/include -I/var/jenkins/workspace/Kokkos_PR-6892/tpls/mdspan/include -Wall -Wunused-parameter -Wshadow -pedantic -Wsign-compare -Wtype-limits -Wignored-qualifiers -Wempty-body -Wclobbered -Wuninitialized -std=c++17 -Xcudafe --diag_suppress=esa_on_defaulted_function_ignored -extended-lambda -arch=sm_70 -I./ -I/var/jenkins/workspace/Kokkos_PR-6892/core/src -I/var/jenkins/workspace/Kokkos_PR-6892/containers/src -I/var/jenkins/workspace/Kokkos_PR-6892/algorithms/src -I/var/jenkins/workspace/Kokkos_PR-6892/tpls/desul/include -I/var/jenkins/workspace/Kokkos_PR-6892/tpls/mdspan/include -I/var/jenkins/workspace/Kokkos_PR-6892/tpls/gtest -I/var/jenkins/workspace/Kokkos_PR-6892/algorithms/unit_tests -I/var/jenkins/workspace/Kokkos_PR-6892/core/unit_test/category_files -Werror -c /var/jenkins/workspace/Kokkos_PR-6892/core/src/impl/Kokkos_Core.cpp
/var/jenkins/workspace/Kokkos_PR-6892/bin/nvcc_wrapper -I./ -I/var/jenkins/workspace/Kokkos_PR-6892/core/src -I/var/jenkins/workspace/Kokkos_PR-6892/containers/src -I/var/jenkins/workspace/Kokkos_PR-6892/algorithms/src -I/var/jenkins/workspace/Kokkos_PR-6892/tpls/desul/include -I/var/jenkins/workspace/Kokkos_PR-6892/tpls/mdspan/include -Wall -Wunused-parameter -Wshadow -pedantic -Wsign-compare -Wtype-limits -Wignored-qualifiers -Wempty-body -Wclobbered -Wuninitialized -std=c++17 -Xcudafe --diag_suppress=esa_on_defaulted_function_ignored -extended-lambda -arch=sm_70 -I./ -I/var/jenkins/workspace/Kokkos_PR-6892/core/src -I/var/jenkins/workspace/Kokkos_PR-6892/containers/src -I/var/jenkins/workspace/Kokkos_PR-6892/algorithms/src -I/var/jenkins/workspace/Kokkos_PR-6892/tpls/desul/include -I/var/jenkins/workspace/Kokkos_PR-6892/tpls/mdspan/include -I/var/jenkins/workspace/Kokkos_PR-6892/tpls/gtest -I/var/jenkins/workspace/Kokkos_PR-6892/algorithms/unit_tests -I/var/jenkins/workspace/Kokkos_PR-6892/core/unit_test/category_files -Werror -c /var/jenkins/workspace/Kokkos_PR-6892/core/src/impl/Kokkos_Stacktrace.cpp
/var/jenkins/workspace/Kokkos_PR-6892/bin/nvcc_wrapper -I./ -I/var/jenkins/workspace/Kokkos_PR-6892/core/src -I/var/jenkins/workspace/Kokkos_PR-6892/containers/src -I/var/jenkins/workspace/Kokkos_PR-6892/algorithms/src -I/var/jenkins/workspace/Kokkos_PR-6892/tpls/desul/include -I/var/jenkins/workspace/Kokkos_PR-6892/tpls/mdspan/include -Wall -Wunused-parameter -Wshadow -pedantic -Wsign-compare -Wtype-limits -Wignored-qualifiers -Wempty-body -Wclobbered -Wuninitialized -std=c++17 -Xcudafe --diag_suppress=esa_on_defaulted_function_ignored -extended-lambda -arch=sm_70 -I./ -I/var/jenkins/workspace/Kokkos_PR-6892/core/src -I/var/jenkins/workspace/Kokkos_PR-6892/containers/src -I/var/jenkins/workspace/Kokkos_PR-6892/algorithms/src -I/var/jenkins/workspace/Kokkos_PR-6892/tpls/desul/include -I/var/jenkins/workspace/Kokkos_PR-6892/tpls/mdspan/include -I/var/jenkins/workspace/Kokkos_PR-6892/tpls/gtest -I/var/jenkins/workspace/Kokkos_PR-6892/algorithms/unit_tests -I/var/jenkins/workspace/Kokkos_PR-6892/core/unit_test/category_files -Werror -c /var/jenkins/workspace/Kokkos_PR-6892/core/src/impl/Kokkos_Profiling.cpp
/var/jenkins/workspace/Kokkos_PR-6892/bin/nvcc_wrapper -I./ -I/var/jenkins/workspace/Kokkos_PR-6892/core/src -I/var/jenkins/workspace/Kokkos_PR-6892/containers/src -I/var/jenkins/workspace/Kokkos_PR-6892/algorithms/src -I/var/jenkins/workspace/Kokkos_PR-6892/tpls/desul/include -I/var/jenkins/workspace/Kokkos_PR-6892/tpls/mdspan/include -Wall -Wunused-parameter -Wshadow -pedantic -Wsign-compare -Wtype-limits -Wignored-qualifiers -Wempty-body -Wclobbered -Wuninitialized -std=c++17 -Xcudafe --diag_suppress=esa_on_defaulted_function_ignored -extended-lambda -arch=sm_70 -I./ -I/var/jenkins/workspace/Kokkos_PR-6892/core/src -I/var/jenkins/workspace/Kokkos_PR-6892/containers/src -I/var/jenkins/workspace/Kokkos_PR-6892/algorithms/src -I/var/jenkins/workspace/Kokkos_PR-6892/tpls/desul/include -I/var/jenkins/workspace/Kokkos_PR-6892/tpls/mdspan/include -I/var/jenkins/workspace/Kokkos_PR-6892/tpls/gtest -I/var/jenkins/workspace/Kokkos_PR-6892/algorithms/unit_tests -I/var/jenkins/workspace/Kokkos_PR-6892/core/unit_test/category_files -Werror -c /var/jenkins/workspace/Kokkos_PR-6892/core/src/impl/Kokkos_Error.cpp
/var/jenkins/workspace/Kokkos_PR-6892/bin/nvcc_wrapper -I./ -I/var/jenkins/workspace/Kokkos_PR-6892/core/src -I/var/jenkins/workspace/Kokkos_PR-6892/containers/src -I/var/jenkins/workspace/Kokkos_PR-6892/algorithms/src -I/var/jenkins/workspace/Kokkos_PR-6892/tpls/desul/include -I/var/jenkins/workspace/Kokkos_PR-6892/tpls/mdspan/include -Wall -Wunused-parameter -Wshadow -pedantic -Wsign-compare -Wtype-limits -Wignored-qualifiers -Wempty-body -Wclobbered -Wuninitialized -std=c++17 -Xcudafe --diag_suppress=esa_on_defaulted_function_ignored -extended-lambda -arch=sm_70 -I./ -I/var/jenkins/workspace/Kokkos_PR-6892/core/src -I/var/jenkins/workspace/Kokkos_PR-6892/containers/src -I/var/jenkins/workspace/Kokkos_PR-6892/algorithms/src -I/var/jenkins/workspace/Kokkos_PR-6892/tpls/desul/include -I/var/jenkins/workspace/Kokkos_PR-6892/tpls/mdspan/include -I/var/jenkins/workspace/Kokkos_PR-6892/tpls/gtest -I/var/jenkins/workspace/Kokkos_PR-6892/algorithms/unit_tests -I/var/jenkins/workspace/Kokkos_PR-6892/core/unit_test/category_files -Werror -c /var/jenkins/workspace/Kokkos_PR-6892/core/src/impl/Kokkos_HostSpace.cpp
/var/jenkins/workspace/Kokkos_PR-6892/bin/nvcc_wrapper -I./ -I/var/jenkins/workspace/Kokkos_PR-6892/core/src -I/var/jenkins/workspace/Kokkos_PR-6892/containers/src -I/var/jenkins/workspace/Kokkos_PR-6892/algorithms/src -I/var/jenkins/workspace/Kokkos_PR-6892/tpls/desul/include -I/var/jenkins/workspace/Kokkos_PR-6892/tpls/mdspan/include -Wall -Wunused-parameter -Wshadow -pedantic -Wsign-compare -Wtype-limits -Wignored-qualifiers -Wempty-body -Wclobbered -Wuninitialized -std=c++17 -Xcudafe --diag_suppress=esa_on_defaulted_function_ignored -extended-lambda -arch=sm_70 -I./ -I/var/jenkins/workspace/Kokkos_PR-6892/core/src -I/var/jenkins/workspace/Kokkos_PR-6892/containers/src -I/var/jenkins/workspace/Kokkos_PR-6892/algorithms/src -I/var/jenkins/workspace/Kokkos_PR-6892/tpls/desul/include -I/var/jenkins/workspace/Kokkos_PR-6892/tpls/mdspan/include -I/var/jenkins/workspace/Kokkos_PR-6892/tpls/gtest -I/var/jenkins/workspace/Kokkos_PR-6892/algorithms/unit_tests -I/var/jenkins/workspace/Kokkos_PR-6892/core/unit_test/category_files -Werror -c /var/jenkins/workspace/Kokkos_PR-6892/core/src/impl/Kokkos_MemoryPool.cpp
/var/jenkins/workspace/Kokkos_PR-6892/bin/nvcc_wrapper -I./ -I/var/jenkins/workspace/Kokkos_PR-6892/core/src -I/var/jenkins/workspace/Kokkos_PR-6892/containers/src -I/var/jenkins/workspace/Kokkos_PR-6892/algorithms/src -I/var/jenkins/workspace/Kokkos_PR-6892/tpls/desul/include -I/var/jenkins/workspace/Kokkos_PR-6892/tpls/mdspan/include -Wall -Wunused-parameter -Wshadow -pedantic -Wsign-compare -Wtype-limits -Wignored-qualifiers -Wempty-body -Wclobbered -Wuninitialized -std=c++17 -Xcudafe --diag_suppress=esa_on_defaulted_function_ignored -extended-lambda -arch=sm_70 -I./ -I/var/jenkins/workspace/Kokkos_PR-6892/core/src -I/var/jenkins/workspace/Kokkos_PR-6892/containers/src -I/var/jenkins/workspace/Kokkos_PR-6892/algorithms/src -I/var/jenkins/workspace/Kokkos_PR-6892/tpls/desul/include -I/var/jenkins/workspace/Kokkos_PR-6892/tpls/mdspan/include -I/var/jenkins/workspace/Kokkos_PR-6892/tpls/gtest -I/var/jenkins/workspace/Kokkos_PR-6892/algorithms/unit_tests -I/var/jenkins/workspace/Kokkos_PR-6892/core/unit_test/category_files -Werror -c /var/jenkins/workspace/Kokkos_PR-6892/containers/src/impl/Kokkos_UnorderedMap_impl.cpp
/var/jenkins/workspace/Kokkos_PR-6892/bin/nvcc_wrapper -I./ -I/var/jenkins/workspace/Kokkos_PR-6892/core/src -I/var/jenkins/workspace/Kokkos_PR-6892/containers/src -I/var/jenkins/workspace/Kokkos_PR-6892/algorithms/src -I/var/jenkins/workspace/Kokkos_PR-6892/tpls/desul/include -I/var/jenkins/workspace/Kokkos_PR-6892/tpls/mdspan/include -Wall -Wunused-parameter -Wshadow -pedantic -Wsign-compare -Wtype-limits -Wignored-qualifiers -Wempty-body -Wclobbered -Wuninitialized -std=c++17 -Xcudafe --diag_suppress=esa_on_defaulted_function_ignored -extended-lambda -arch=sm_70 -I./ -I/var/jenkins/workspace/Kokkos_PR-6892/core/src -I/var/jenkins/workspace/Kokkos_PR-6892/containers/src -I/var/jenkins/workspace/Kokkos_PR-6892/algorithms/src -I/var/jenkins/workspace/Kokkos_PR-6892/tpls/desul/include -I/var/jenkins/workspace/Kokkos_PR-6892/tpls/mdspan/include -I/var/jenkins/workspace/Kokkos_PR-6892/tpls/gtest -I/var/jenkins/workspace/Kokkos_PR-6892/algorithms/unit_tests -I/var/jenkins/workspace/Kokkos_PR-6892/core/unit_test/category_files -Werror -c /var/jenkins/workspace/Kokkos_PR-6892/core/src/Cuda/Kokkos_Cuda_Instance.cpp
/var/jenkins/workspace/Kokkos_PR-6892/bin/nvcc_wrapper -I./ -I/var/jenkins/workspace/Kokkos_PR-6892/core/src -I/var/jenkins/workspace/Kokkos_PR-6892/containers/src -I/var/jenkins/workspace/Kokkos_PR-6892/algorithms/src -I/var/jenkins/workspace/Kokkos_PR-6892/tpls/desul/include -I/var/jenkins/workspace/Kokkos_PR-6892/tpls/mdspan/include -Wall -Wunused-parameter -Wshadow -pedantic -Wsign-compare -Wtype-limits -Wignored-qualifiers -Wempty-body -Wclobbered -Wuninitialized -std=c++17 -Xcudafe --diag_suppress=esa_on_defaulted_function_ignored -extended-lambda -arch=sm_70 -I./ -I/var/jenkins/workspace/Kokkos_PR-6892/core/src -I/var/jenkins/workspace/Kokkos_PR-6892/containers/src -I/var/jenkins/workspace/Kokkos_PR-6892/algorithms/src -I/var/jenkins/workspace/Kokkos_PR-6892/tpls/desul/include -I/var/jenkins/workspace/Kokkos_PR-6892/tpls/mdspan/include -I/var/jenkins/workspace/Kokkos_PR-6892/tpls/gtest -I/var/jenkins/workspace/Kokkos_PR-6892/algorithms/unit_tests -I/var/jenkins/workspace/Kokkos_PR-6892/core/unit_test/category_files -Werror -c /var/jenkins/workspace/Kokkos_PR-6892/core/src/Cuda/Kokkos_CudaSpace.cpp
/var/jenkins/workspace/Kokkos_PR-6892/bin/nvcc_wrapper -I./ -I/var/jenkins/workspace/Kokkos_PR-6892/core/src -I/var/jenkins/workspace/Kokkos_PR-6892/containers/src -I/var/jenkins/workspace/Kokkos_PR-6892/algorithms/src -I/var/jenkins/workspace/Kokkos_PR-6892/tpls/desul/include -I/var/jenkins/workspace/Kokkos_PR-6892/tpls/mdspan/include -Wall -Wunused-parameter -Wshadow -pedantic -Wsign-compare -Wtype-limits -Wignored-qualifiers -Wempty-body -Wclobbered -Wuninitialized -std=c++17 -Xcudafe --diag_suppress=esa_on_defaulted_function_ignored -extended-lambda -arch=sm_70 -I./ -I/var/jenkins/workspace/Kokkos_PR-6892/core/src -I/var/jenkins/workspace/Kokkos_PR-6892/containers/src -I/var/jenkins/workspace/Kokkos_PR-6892/algorithms/src -I/var/jenkins/workspace/Kokkos_PR-6892/tpls/desul/include -I/var/jenkins/workspace/Kokkos_PR-6892/tpls/mdspan/include -I/var/jenkins/workspace/Kokkos_PR-6892/tpls/gtest -I/var/jenkins/workspace/Kokkos_PR-6892/algorithms/unit_tests -I/var/jenkins/workspace/Kokkos_PR-6892/core/unit_test/category_files -Werror -c /var/jenkins/workspace/Kokkos_PR-6892/core/src/Cuda/Kokkos_Cuda_Task.cpp
/var/jenkins/workspace/Kokkos_PR-6892/bin/nvcc_wrapper -I./ -I/var/jenkins/workspace/Kokkos_PR-6892/core/src -I/var/jenkins/workspace/Kokkos_PR-6892/containers/src -I/var/jenkins/workspace/Kokkos_PR-6892/algorithms/src -I/var/jenkins/workspace/Kokkos_PR-6892/tpls/desul/include -I/var/jenkins/workspace/Kokkos_PR-6892/tpls/mdspan/include -Wall -Wunused-parameter -Wshadow -pedantic -Wsign-compare -Wtype-limits -Wignored-qualifiers -Wempty-body -Wclobbered -Wuninitialized -std=c++17 -Xcudafe --diag_suppress=esa_on_defaulted_function_ignored -extended-lambda -arch=sm_70 -I./ -I/var/jenkins/workspace/Kokkos_PR-6892/core/src -I/var/jenkins/workspace/Kokkos_PR-6892/containers/src -I/var/jenkins/workspace/Kokkos_PR-6892/algorithms/src -I/var/jenkins/workspace/Kokkos_PR-6892/tpls/desul/include -I/var/jenkins/workspace/Kokkos_PR-6892/tpls/mdspan/include -I/var/jenkins/workspace/Kokkos_PR-6892/tpls/gtest -I/var/jenkins/workspace/Kokkos_PR-6892/algorithms/unit_tests -I/var/jenkins/workspace/Kokkos_PR-6892/core/unit_test/category_files -Werror -c /var/jenkins/workspace/Kokkos_PR-6892/tpls/desul/src/Lock_Array_CUDA.cpp
/var/jenkins/workspace/Kokkos_PR-6892/bin/nvcc_wrapper -I./ -I/var/jenkins/workspace/Kokkos_PR-6892/core/src -I/var/jenkins/workspace/Kokkos_PR-6892/containers/src -I/var/jenkins/workspace/Kokkos_PR-6892/algorithms/src -I/var/jenkins/workspace/Kokkos_PR-6892/tpls/desul/include -I/var/jenkins/workspace/Kokkos_PR-6892/tpls/mdspan/include -Wall -Wunused-parameter -Wshadow -pedantic -Wsign-compare -Wtype-limits -Wignored-qualifiers -Wempty-body -Wclobbered -Wuninitialized -std=c++17 -Xcudafe --diag_suppress=esa_on_defaulted_function_ignored -extended-lambda -arch=sm_70 -I./ -I/var/jenkins/workspace/Kokkos_PR-6892/core/src -I/var/jenkins/workspace/Kokkos_PR-6892/containers/src -I/var/jenkins/workspace/Kokkos_PR-6892/algorithms/src -I/var/jenkins/workspace/Kokkos_PR-6892/tpls/desul/include -I/var/jenkins/workspace/Kokkos_PR-6892/tpls/mdspan/include -I/var/jenkins/workspace/Kokkos_PR-6892/tpls/gtest -I/var/jenkins/workspace/Kokkos_PR-6892/algorithms/unit_tests -I/var/jenkins/workspace/Kokkos_PR-6892/core/unit_test/category_files -Werror -c /var/jenkins/workspace/Kokkos_PR-6892/core/src/Serial/Kokkos_Serial.cpp
/var/jenkins/workspace/Kokkos_PR-6892/bin/nvcc_wrapper -I./ -I/var/jenkins/workspace/Kokkos_PR-6892/core/src -I/var/jenkins/workspace/Kokkos_PR-6892/containers/src -I/var/jenkins/workspace/Kokkos_PR-6892/algorithms/src -I/var/jenkins/workspace/Kokkos_PR-6892/tpls/desul/include -I/var/jenkins/workspace/Kokkos_PR-6892/tpls/mdspan/include -Wall -Wunused-parameter -Wshadow -pedantic -Wsign-compare -Wtype-limits -Wignored-qualifiers -Wempty-body -Wclobbered -Wuninitialized -std=c++17 -Xcudafe --diag_suppress=esa_on_defaulted_function_ignored -extended-lambda -arch=sm_70 -I./ -I/var/jenkins/workspace/Kokkos_PR-6892/core/src -I/var/jenkins/workspace/Kokkos_PR-6892/containers/src -I/var/jenkins/workspace/Kokkos_PR-6892/algorithms/src -I/var/jenkins/workspace/Kokkos_PR-6892/tpls/desul/include -I/var/jenkins/workspace/Kokkos_PR-6892/tpls/mdspan/include -I/var/jenkins/workspace/Kokkos_PR-6892/tpls/gtest -I/var/jenkins/workspace/Kokkos_PR-6892/algorithms/unit_tests -I/var/jenkins/workspace/Kokkos_PR-6892/core/unit_test/category_files -Werror -c /var/jenkins/workspace/Kokkos_PR-6892/core/src/Serial/Kokkos_Serial_Task.cpp
/var/jenkins/workspace/Kokkos_PR-6892/bin/nvcc_wrapper -I./ -I/var/jenkins/workspace/Kokkos_PR-6892/core/src -I/var/jenkins/workspace/Kokkos_PR-6892/containers/src -I/var/jenkins/workspace/Kokkos_PR-6892/algorithms/src -I/var/jenkins/workspace/Kokkos_PR-6892/tpls/desul/include -I/var/jenkins/workspace/Kokkos_PR-6892/tpls/mdspan/include -Wall -Wunused-parameter -Wshadow -pedantic -Wsign-compare -Wtype-limits -Wignored-qualifiers -Wempty-body -Wclobbered -Wuninitialized -std=c++17 -Xcudafe --diag_suppress=esa_on_defaulted_function_ignored -extended-lambda -arch=sm_70 -I./ -I/var/jenkins/workspace/Kokkos_PR-6892/core/src -I/var/jenkins/workspace/Kokkos_PR-6892/containers/src -I/var/jenkins/workspace/Kokkos_PR-6892/algorithms/src -I/var/jenkins/workspace/Kokkos_PR-6892/tpls/desul/include -I/var/jenkins/workspace/Kokkos_PR-6892/tpls/mdspan/include -I/var/jenkins/workspace/Kokkos_PR-6892/tpls/gtest -I/var/jenkins/workspace/Kokkos_PR-6892/algorithms/unit_tests -I/var/jenkins/workspace/Kokkos_PR-6892/core/unit_test/category_files -Werror  -c TestSerial.cpp
ar cr libkokkos.a Kokkos_CPUDiscovery.o Kokkos_Error.o Kokkos_Profiling.o Kokkos_MemoryPool.o Kokkos_hwloc.o Kokkos_HostSpace.o Kokkos_HostThreadTeam.o Kokkos_Stacktrace.o Kokkos_ExecPolicy.o Kokkos_HostSpace_deepcopy.o Kokkos_SharedAlloc.o Kokkos_Command_Line_Parsing.o Kokkos_Core.o Kokkos_Abort.o Kokkos_HostBarrier.o Kokkos_UnorderedMap_impl.o Kokkos_Cuda_Task.o Kokkos_Cuda_Instance.o Kokkos_CudaSpace.o Lock_Array_CUDA.o Kokkos_Serial.o Kokkos_Serial_Task.o
ranlib libkokkos.a
/var/jenkins/workspace/Kokkos_PR-6892/bin/nvcc_wrapper  TestSerial.o TestStdAlgorithmsCommon.o UnitTestMain.o gtest-all.o -lkokkos -ldl -lcudart -lcuda  -arch=sm_70 -L/var/jenkins/workspace/Kokkos_PR-6892/build/algorithms/unit_tests -L/usr/local/cuda/lib64  -lpthread -o KokkosAlgorithms_UnitTest_Serial
/var/jenkins/workspace/Kokkos_PR-6892/bin/nvcc_wrapper  TestCuda.o TestStdAlgorithmsCommon.o UnitTestMain.o gtest-all.o -lkokkos -ldl -lcudart -lcuda  -arch=sm_70 -L/var/jenkins/workspace/Kokkos_PR-6892/build/algorithms/unit_tests -L/usr/local/cuda/lib64  -lpthread -o KokkosAlgorithms_UnitTest_Cuda
echo "End Build"
End Build
make[2]: Leaving directory '/var/jenkins/workspace/Kokkos_PR-6892/build/algorithms/unit_tests'
make[1]: Leaving directory '/var/jenkins/workspace/Kokkos_PR-6892/build/algorithms/unit_tests'
make -C core/unit_test test
make[1]: Entering directory '/var/jenkins/workspace/Kokkos_PR-6892/build/core/unit_test'
make -f /var/jenkins/workspace/Kokkos_PR-6892/core/unit_test/Makefile KOKKOS_SRC_PATH=/var/jenkins/workspace/Kokkos_PR-6892 CXX=/var/jenkins/workspace/Kokkos_PR-6892/bin/nvcc_wrapper KOKKOS_DEVICES=Cuda KOKKOS_ARCH=Volta70 CUDA_PATH=/usr/local/cuda CXXFLAGS="-Werror" KOKKOS_CXX_STANDARD="c++17" GTEST_PATH=/var/jenkins/workspace/Kokkos_PR-6892/tpls/gtest KOKKOS_OPTIONS=compiler_warnings KOKKOS_CUDA_OPTIONS=enable_lambda KOKKOS_PATH=/var/jenkins/workspace/Kokkos_PR-6892
make[2]: Entering directory '/var/jenkins/workspace/Kokkos_PR-6892/build/core/unit_test'
echo "End Build"
End Build
make[2]: Leaving directory '/var/jenkins/workspace/Kokkos_PR-6892/build/core/unit_test'
make -f /var/jenkins/workspace/Kokkos_PR-6892/core/unit_test/Makefile KOKKOS_SRC_PATH=/var/jenkins/workspace/Kokkos_PR-6892 CXX=/var/jenkins/workspace/Kokkos_PR-6892/bin/nvcc_wrapper KOKKOS_DEVICES=Cuda KOKKOS_ARCH=Volta70 CUDA_PATH=/usr/local/cuda CXXFLAGS="-Werror" KOKKOS_CXX_STANDARD="c++17" GTEST_PATH=/var/jenkins/workspace/Kokkos_PR-6892/tpls/gtest KOKKOS_OPTIONS=compiler_warnings KOKKOS_CUDA_OPTIONS=enable_lambda KOKKOS_PATH=/var/jenkins/workspace/Kokkos_PR-6892 test
make[2]: Entering directory '/var/jenkins/workspace/Kokkos_PR-6892/build/core/unit_test'
./KokkosCore_UnitTest_Cuda
./KokkosCore_UnitTest_Serial
./KokkosCore_UnitTest_HWLOC
./KokkosCore_UnitTest_Default
./KokkosCore_UnitTest_PushFinalizeHook
[==========] Running 1 test from 1 test suite.
[----------] Global test environment set-up.
[----------] 1 test from hwloc
[ RUN      ] hwloc.query
 NUMA[1] CORE[1] PU[1]
[       OK ] hwloc.query (0 ms)
[----------] 1 test from hwloc (0 ms total)

[----------] Global test environment tear-down
[==========] 1 test from 1 test suite ran. (0 ms total)
[  PASSED  ] 1 test.
./KokkosCore_UnitTest_PushFinalizeHook_terminate
./KokkosCore_UnitTest_StackTraceTestExec --gtest_filter=*normal
./KokkosCore_UnitTest_StackTraceTestExec --gtest_filter=*terminate
./KokkosCore_UnitTest_StackTraceTestExec --gtest_filter=*generic_term
Note: Google Test filter = *terminate
[==========] Running 1 test from 1 test suite.
[----------] Global test environment set-up.
[----------] 1 test from defaultdevicetype_DeathTest
[ RUN      ] defaultdevicetype_DeathTest.stacktrace_terminate
[==========] Running 165 tests from 2 test suites.
[----------] Global test environment set-up.
[----------] 2 tests from serial_DeathTest
[ RUN      ] serial_DeathTest.view_layoutstride_right_to_layoutleft_assignment

[WARNING] /var/jenkins/workspace/Kokkos_PR-6892/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.
Top of f1
Top of f0
Top of f0
Top of f3
Top of f3
Top of f3
Top of f3
Top of f3
Top of f1
Top of f0
Top of f0
StackTrace f3(std::cout, 4) returned: 110
Test setting std::terminate handler that prints the last saved stack trace
Note: Google Test filter = *generic_term
[==========] Running 1 test from 1 test suite.
[----------] Global test environment set-up.
[----------] 1 test from defaultdevicetype_DeathTest
[ RUN      ] defaultdevicetype_DeathTest.stacktrace_generic_term

[WARNING] /var/jenkins/workspace/Kokkos_PR-6892/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.
[==========] Running 15 tests from 1 test suite.
[----------] Global test environment set-up.
[----------] 15 tests from defaultdevicetype
[ RUN      ] defaultdevicetype.half_conversion
Top of f1
Top of f0
Top of f0
[       OK ] defaultdevicetype.half_conversion (5 ms)
Top of f3
[ RUN      ] defaultdevicetype.bhalf_conversion
Top of f3
Top of f3
Top of f3
Top of f3
Top of f1
Top of f0
Top of f0
StackTrace f3(std::cout, 4) returned: 110
Test setting std::terminate handler that prints the last saved stack trace
[       OK ] defaultdevicetype.bhalf_conversion (2 ms)
[ RUN      ] defaultdevicetype.half_operators
[       OK ] defaultdevicetype.half_operators (6 ms)
[ RUN      ] defaultdevicetype.bhalf_operators
[       OK ] defaultdevicetype.bhalf_operators (3 ms)
[ RUN      ] defaultdevicetype.host_space_access
[       OK ] defaultdevicetype.host_space_access (0 ms)
[ RUN      ] defaultdevicetype.reduce_instantiation_a1
[       OK ] defaultdevicetype.reduce_instantiation_a1 (12 ms)
[ RUN      ] defaultdevicetype.reduce_instantiation_b1
[       OK ] defaultdevicetype.reduce_instantiation_b1 (25 ms)
[ RUN      ] defaultdevicetype.reduce_instantiation_c1
[==========] Running 15 tests from 1 test suite.
[----------] Global test environment set-up.
[----------] 15 tests from defaultdevicetype
[ RUN      ] defaultdevicetype.half_conversion
[       OK ] defaultdevicetype.half_conversion (5 ms)
[ RUN      ] defaultdevicetype.bhalf_conversion
[       OK ] defaultdevicetype.bhalf_conversion (5 ms)
[ RUN      ] defaultdevicetype.half_operators
[       OK ] defaultdevicetype.half_operators (4 ms)
[ RUN      ] defaultdevicetype.bhalf_operators
[       OK ] defaultdevicetype.bhalf_operators (4 ms)
[ RUN      ] defaultdevicetype.host_space_access
[       OK ] defaultdevicetype.host_space_access (0 ms)
[ RUN      ] defaultdevicetype.reduce_instantiation_a1
[       OK ] defaultdevicetype.reduce_instantiation_c1 (30 ms)
[ RUN      ] defaultdevicetype.reduce_instantiation_a2
Note: Google Test filter = *normal
[==========] Running 1 test from 1 test suite.
[----------] Global test environment set-up.
[----------] 1 test from defaultdevicetype
[ RUN      ] defaultdevicetype.stacktrace_normal
Top of f1
Top of f0
Top of f0
Top of f3
Top of f3
Top of f3
Top of f3
Top of f3
Top of f1
Top of f0
Top of f0
StackTrace f3(std::cout, 4) returned: 110
Test setting std::terminate handler that prints the last saved stack trace
[       OK ] defaultdevicetype.stacktrace_normal (0 ms)
[----------] 1 test from defaultdevicetype (0 ms total)

[----------] Global test environment tear-down
[==========] 1 test from 1 test suite ran. (0 ms total)
[  PASSED  ] 1 test.
[       OK ] defaultdevicetype.reduce_instantiation_a1 (31 ms)
[ RUN      ] defaultdevicetype.reduce_instantiation_b1
[       OK ] defaultdevicetype.reduce_instantiation_a2 (65 ms)
[ RUN      ] defaultdevicetype.reduce_instantiation_b2
[       OK ] defaultdevicetype.reduce_instantiation_b1 (54 ms)
[ RUN      ] defaultdevicetype.reduce_instantiation_c1
[==========] Running 15 tests from 1 test suite.
[----------] Global test environment set-up.
[----------] 15 tests from defaultdevicetype
[ RUN      ] defaultdevicetype.half_conversion
[       OK ] defaultdevicetype.reduce_instantiation_c1 (34 ms)
[ RUN      ] defaultdevicetype.reduce_instantiation_a2
[       OK ] defaultdevicetype.half_conversion (59 ms)
[ RUN      ] defaultdevicetype.bhalf_conversion
[       OK ] defaultdevicetype.bhalf_conversion (6 ms)
[ RUN      ] defaultdevicetype.half_operators
[       OK ] defaultdevicetype.reduce_instantiation_a2 (62 ms)
[ RUN      ] defaultdevicetype.reduce_instantiation_b2
[       OK ] defaultdevicetype.reduce_instantiation_b2 (116 ms)
[ RUN      ] defaultdevicetype.reduce_instantiation_c2
[       OK ] defaultdevicetype.half_operators (33 ms)
[ RUN      ] defaultdevicetype.bhalf_operators
[       OK ] defaultdevicetype.bhalf_operators (1 ms)
[ RUN      ] defaultdevicetype.host_space_access
[       OK ] defaultdevicetype.host_space_access (0 ms)
[ RUN      ] defaultdevicetype.reduce_instantiation_a1
[       OK ] defaultdevicetype.reduce_instantiation_a1 (21 ms)
[ RUN      ] defaultdevicetype.reduce_instantiation_b1
[       OK ] defaultdevicetype.reduce_instantiation_b2 (81 ms)
[ RUN      ] defaultdevicetype.reduce_instantiation_c2
[       OK ] defaultdevicetype.reduce_instantiation_c2 (82 ms)
[ RUN      ] defaultdevicetype.reduce_instantiation_a3
[       OK ] defaultdevicetype.reduce_instantiation_b1 (94 ms)
[ RUN      ] defaultdevicetype.reduce_instantiation_c1
[       OK ] defaultdevicetype.reduce_instantiation_a3 (47 ms)
[ RUN      ] defaultdevicetype.reduce_instantiation_b3
[       OK ] defaultdevicetype.reduce_instantiation_c2 (91 ms)
[ RUN      ] defaultdevicetype.reduce_instantiation_a3
[       OK ] defaultdevicetype.reduce_instantiation_c1 (50 ms)
[ RUN      ] defaultdevicetype.reduce_instantiation_a2
[       OK ] defaultdevicetype.reduce_instantiation_a2 (23 ms)
[ RUN      ] defaultdevicetype.reduce_instantiation_b2
[       OK ] defaultdevicetype.reduce_instantiation_a3 (64 ms)
[ RUN      ] defaultdevicetype.reduce_instantiation_b3
[       OK ] defaultdevicetype.reduce_instantiation_b3 (181 ms)
[ RUN      ] defaultdevicetype.reduce_instantiation_c3
[       OK ] defaultdevicetype.reduce_instantiation_b2 (123 ms)
[ RUN      ] defaultdevicetype.reduce_instantiation_c2
[==========] Running 226 tests from 4 test suites.
[----------] Global test environment set-up.
[----------] 2 tests from cuda_DeathTest
[ RUN      ] cuda_DeathTest.view_layoutstride_right_to_layoutleft_assignment
[       OK ] defaultdevicetype.reduce_instantiation_c3 (51 ms)
[ RUN      ] defaultdevicetype.malloc
[       OK ] defaultdevicetype.malloc (0 ms)
[----------] 15 tests from defaultdevicetype (633 ms total)

[----------] Global test environment tear-down
[==========] 15 tests from 1 test suite ran. (634 ms total)
[  PASSED  ] 15 tests.
[       OK ] defaultdevicetype.reduce_instantiation_b3 (140 ms)
[ RUN      ] defaultdevicetype.reduce_instantiation_c3
[       OK ] defaultdevicetype.reduce_instantiation_c2 (40 ms)
[ RUN      ] defaultdevicetype.reduce_instantiation_a3
[       OK ] defaultdevicetype.reduce_instantiation_c3 (24 ms)
[ RUN      ] defaultdevicetype.malloc
[       OK ] defaultdevicetype.malloc (0 ms)
[----------] 15 tests from defaultdevicetype (605 ms total)

[----------] Global test environment tear-down
[==========] 15 tests from 1 test suite ran. (605 ms total)
[  PASSED  ] 15 tests.
[       OK ] defaultdevicetype.reduce_instantiation_a3 (24 ms)
[ RUN      ] defaultdevicetype.reduce_instantiation_b3
[       OK ] defaultdevicetype.reduce_instantiation_b3 (25 ms)
[ RUN      ] defaultdevicetype.reduce_instantiation_c3
[       OK ] defaultdevicetype.reduce_instantiation_c3 (10 ms)
[ RUN      ] defaultdevicetype.malloc
[       OK ] defaultdevicetype.malloc (0 ms)
[----------] 15 tests from defaultdevicetype (526 ms total)

[----------] Global test environment tear-down
[==========] 15 tests from 1 test suite ran. (527 ms total)
[  PASSED  ] 15 tests.
[       OK ] defaultdevicetype_DeathTest.stacktrace_generic_term (1001 ms)
[----------] 1 test from defaultdevicetype_DeathTest (1001 ms total)

[----------] Global test environment tear-down
[==========] 1 test from 1 test suite ran. (1002 ms total)
[  PASSED  ] 1 test.
[       OK ] defaultdevicetype_DeathTest.stacktrace_terminate (1357 ms)
[----------] 1 test from defaultdevicetype_DeathTest (1357 ms total)

[----------] Global test environment tear-down
[==========] 1 test from 1 test suite ran. (1358 ms total)
[  PASSED  ] 1 test.
[       OK ] serial_DeathTest.view_layoutstride_right_to_layoutleft_assignment (9511 ms)
[ RUN      ] serial_DeathTest.view_layoutstride_left_to_layoutright_assignment
[       OK ] cuda_DeathTest.view_layoutstride_right_to_layoutleft_assignment (14097 ms)
[ RUN      ] cuda_DeathTest.view_layoutstride_left_to_layoutright_assignment
[       OK ] serial_DeathTest.view_layoutstride_left_to_layoutright_assignment (7496 ms)
[----------] 2 tests from serial_DeathTest (17007 ms total)

[----------] 163 tests from serial
[ RUN      ] serial.init
[       OK ] serial.init (0 ms)
[ RUN      ] serial.dispatch
[       OK ] serial.dispatch (16 ms)
[ RUN      ] serial.impl_shared_alloc
[       OK ] serial.impl_shared_alloc (22 ms)
[ RUN      ] serial.range_for
[       OK ] serial.range_for (0 ms)
[ RUN      ] serial.range_reduce
[       OK ] serial.range_reduce (0 ms)
[ RUN      ] serial.range_dynamic_policy
[       OK ] serial.range_dynamic_policy (0 ms)
[ RUN      ] serial.range_for_require
[       OK ] serial.range_for_require (0 ms)
[ RUN      ] serial.range_reduce_require
[       OK ] serial.range_reduce_require (0 ms)
[ RUN      ] serial.range_dynamic_policy_require
[       OK ] serial.range_dynamic_policy_require (0 ms)
[ RUN      ] serial.view_api_a
[       OK ] serial.view_api_a (95 ms)
[ RUN      ] serial.view_api_b
[       OK ] serial.view_api_b (2 ms)
[ RUN      ] serial.view_api_c
[       OK ] serial.view_api_c (0 ms)
[ RUN      ] serial.view_api_d
[       OK ] serial.view_api_d (2 ms)
[ RUN      ] serial.view_allocation_error
[       OK ] serial.view_allocation_error (8 ms)
[ RUN      ] serial.view_remap
[       OK ] serial.view_remap (0 ms)
[ RUN      ] serial.view_mirror_nonconst
[       OK ] serial.view_mirror_nonconst (0 ms)
[ RUN      ] serial.view_stride_method
[       OK ] serial.view_stride_method (0 ms)
[ RUN      ] serial.anonymous_space
[       OK ] serial.anonymous_space (0 ms)
[ RUN      ] serial.view_overload_resolution
[       OK ] serial.view_overload_resolution (0 ms)
[ RUN      ] serial.view_allocation_large_rank
[       OK ] serial.view_allocation_large_rank (2582 ms)
[ RUN      ] serial.view_shmem_size_on_device
[       OK ] serial.view_shmem_size_on_device (0 ms)
[ RUN      ] serial.view_is_assignable
[       OK ] serial.view_is_assignable (0 ms)
[ RUN      ] serial.deep_copy_alignment
[       OK ] serial.deep_copy_alignment (349 ms)
[ RUN      ] serial.deep_copy_conversion
[       OK ] serial.deep_copy_conversion (1689 ms)
[ RUN      ] serial.view_copy_tests
[       OK ] serial.view_copy_tests (303 ms)
[ RUN      ] serial.view_copy_tests_rank_0
[       OK ] serial.view_copy_tests_rank_0 (0 ms)
[ RUN      ] serial.view_copy_degenerated
[       OK ] serial.view_copy_degenerated (0 ms)
[ RUN      ] serial.view_mapping
[       OK ] serial.view_mapping (2544 ms)
[ RUN      ] serial.view_mapping_operator
[       OK ] serial.view_mapping_operator (147 ms)
[ RUN      ] serial.static_extent
[       OK ] serial.static_extent (0 ms)
[ RUN      ] serial.view_mapping_atomic
[       OK ] serial.view_mapping_atomic (27 ms)
[ RUN      ] serial.view_mapping_class_value
[       OK ] serial.view_mapping_class_value (0 ms)
[ RUN      ] serial.view_mapping_assignable
[       OK ] serial.view_mapping_assignable (0 ms)
[ RUN      ] serial.view_mapping_trivially_copyable
[       OK ] serial.view_mapping_trivially_copyable (0 ms)
[ RUN      ] serial.view_mapping_subview
[       OK ] serial.view_mapping_subview (2 ms)
[ RUN      ] serial.view_resize
[       OK ] serial.view_resize (381 ms)
[ RUN      ] serial.view_realloc
[       OK ] serial.view_realloc (1 ms)
[ RUN      ] serial.view_layoutstride_left_to_layoutleft_assignment
[       OK ] serial.view_layoutstride_left_to_layoutleft_assignment (726 ms)
[ RUN      ] serial.view_layoutstride_right_to_layoutright_assignment
[       OK ] serial.view_layoutstride_right_to_layoutright_assignment (723 ms)
[ RUN      ] serial.view_irregular_layout
[       OK ] serial.view_irregular_layout (0 ms)
[ RUN      ] serial.view_nested_view
[       OK ] serial.view_nested_view (0 ms)
[ RUN      ] serial.view_subview_auto_1d_left
[       OK ] serial.view_subview_auto_1d_left (0 ms)
[ RUN      ] serial.view_subview_auto_1d_right
[       OK ] serial.view_subview_auto_1d_right (0 ms)
[ RUN      ] serial.view_subview_auto_1d_stride
[       OK ] serial.view_subview_auto_1d_stride (0 ms)
[ RUN      ] serial.view_subview_assign_strided
[       OK ] serial.view_subview_assign_strided (0 ms)
[ RUN      ] serial.view_subview_left_0
[       OK ] serial.view_subview_left_0 (0 ms)
[ RUN      ] serial.view_subview_left_1
[       OK ] serial.view_subview_left_1 (0 ms)
[ RUN      ] serial.view_subview_left_2
[       OK ] serial.view_subview_left_2 (0 ms)
[ RUN      ] serial.view_subview_left_3
[       OK ] serial.view_subview_left_3 (0 ms)
[ RUN      ] serial.view_subview_right_0
[       OK ] serial.view_subview_right_0 (0 ms)
[ RUN      ] serial.view_subview_right_1
[       OK ] serial.view_subview_right_1 (0 ms)
[ RUN      ] serial.view_subview_right_3
[       OK ] serial.view_subview_right_3 (0 ms)
[ RUN      ] serial.view_static_tests
[       OK ] serial.view_static_tests (0 ms)
[ RUN      ] serial.view_subview_layoutleft_to_layoutleft
[       OK ] serial.view_subview_layoutleft_to_layoutleft (4 ms)
[ RUN      ] serial.view_subview_layoutright_to_layoutright
[       OK ] serial.view_subview_layoutright_to_layoutright (4 ms)
[ RUN      ] serial.view_subview_1d_assign
[       OK ] serial.view_subview_1d_assign (1 ms)
[ RUN      ] serial.view_subview_1d_assign_atomic
[       OK ] serial.view_subview_1d_assign_atomic (1 ms)
[ RUN      ] serial.view_subview_1d_assign_randomaccess
[       OK ] serial.view_subview_1d_assign_randomaccess (0 ms)
[ RUN      ] serial.view_subview_2d_from_3d
[       OK ] cuda_DeathTest.view_layoutstride_left_to_layoutright_assignment (12026 ms)
[----------] 2 tests from cuda_DeathTest (26124 ms total)

[----------] 147 tests from cuda
[ RUN      ] cuda.init
[       OK ] cuda.init (0 ms)
[ RUN      ] cuda.dispatch
[       OK ] cuda.dispatch (108 ms)
[ RUN      ] cuda.impl_shared_alloc
[       OK ] serial.view_subview_2d_from_3d (299 ms)
[ RUN      ] serial.view_subview_2d_from_3d_atomic
[       OK ] cuda.impl_shared_alloc (97 ms)
[ RUN      ] cuda.range_for
[       OK ] cuda.range_for (7 ms)
[ RUN      ] cuda.range_reduce
[       OK ] cuda.range_reduce (1 ms)
[ RUN      ] cuda.range_dynamic_policy
[       OK ] cuda.range_dynamic_policy (0 ms)
[ RUN      ] cuda.range_for_require
[       OK ] cuda.range_for_require (1 ms)
[ RUN      ] cuda.range_reduce_require
[       OK ] cuda.range_reduce_require (0 ms)
[ RUN      ] cuda.range_dynamic_policy_require
[       OK ] cuda.range_dynamic_policy_require (0 ms)
[ RUN      ] cuda.view_api_a
[       OK ] cuda.view_api_a (116 ms)
[ RUN      ] cuda.view_api_b
[       OK ] cuda.view_api_b (6 ms)
[ RUN      ] cuda.view_api_c
[       OK ] cuda.view_api_c (0 ms)
[ RUN      ] cuda.view_api_d
[       OK ] cuda.view_api_d (2 ms)
[ RUN      ] cuda.view_allocation_error
[       OK ] cuda.view_allocation_error (0 ms)
[ RUN      ] cuda.view_remap
[       OK ] cuda.view_remap (0 ms)
[ RUN      ] cuda.view_mirror_nonconst
[       OK ] cuda.view_mirror_nonconst (0 ms)
[ RUN      ] cuda.view_stride_method
[       OK ] cuda.view_stride_method (0 ms)
[ RUN      ] cuda.anonymous_space
[       OK ] cuda.anonymous_space (0 ms)
[ RUN      ] cuda.view_overload_resolution
[       OK ] cuda.view_overload_resolution (0 ms)
[ RUN      ] cuda.view_allocation_large_rank
[       OK ] serial.view_subview_2d_from_3d_atomic (302 ms)
[ RUN      ] serial.view_subview_2d_from_3d_randomaccess
[       OK ] cuda.view_allocation_large_rank (152 ms)
[ RUN      ] cuda.view_shmem_size_on_device
[       OK ] cuda.view_shmem_size_on_device (0 ms)
[ RUN      ] cuda.view_is_assignable
[       OK ] cuda.view_is_assignable (1 ms)
[ RUN      ] cuda.view_copy_tests
[       OK ] cuda.view_copy_tests (64 ms)
[ RUN      ] cuda.view_copy_tests_rank_0
[       OK ] cuda.view_copy_tests_rank_0 (1 ms)
[ RUN      ] cuda.view_copy_degenerated
[       OK ] cuda.view_copy_degenerated (0 ms)
[ RUN      ] cuda.deep_copy_alignment
[       OK ] cuda.deep_copy_alignment (53 ms)
[ RUN      ] cuda.deep_copy_conversion
[       OK ] cuda.deep_copy_conversion (9 ms)
[ RUN      ] cuda.view_mapping
[       OK ] serial.view_subview_2d_from_3d_randomaccess (298 ms)
[ RUN      ] serial.view_subview_3d_from_5d_left
[       OK ] cuda.view_mapping (1083 ms)
[ RUN      ] cuda.view_mapping_operator
[       OK ] cuda.view_mapping_operator (10 ms)
[ RUN      ] cuda.static_extent
[       OK ] cuda.static_extent (0 ms)
[ RUN      ] cuda.view_mapping_atomic
[       OK ] cuda.view_mapping_atomic (3 ms)
[ RUN      ] cuda.view_mapping_class_value
[       OK ] cuda.view_mapping_class_value (0 ms)
[ RUN      ] cuda.view_mapping_assignable
[       OK ] cuda.view_mapping_assignable (0 ms)
[ RUN      ] cuda.view_mapping_trivially_copyable
[       OK ] cuda.view_mapping_trivially_copyable (0 ms)
[ RUN      ] cuda.view_mapping_subview
[       OK ] cuda.view_mapping_subview (0 ms)
[ RUN      ] cuda.view_resize
[       OK ] cuda.view_resize (141 ms)
[ RUN      ] cuda.view_realloc
[       OK ] cuda.view_realloc (1 ms)
[ RUN      ] cuda.view_layoutstride_left_to_layoutleft_assignment
[       OK ] cuda.view_layoutstride_left_to_layoutleft_assignment (358 ms)
[ RUN      ] cuda.view_layoutstride_right_to_layoutright_assignment
[       OK ] cuda.view_layoutstride_right_to_layoutright_assignment (356 ms)
[ RUN      ] cuda.view_irregular_layout
[       OK ] cuda.view_irregular_layout (1 ms)
[ RUN      ] cuda.view_nested_view
[       OK ] cuda.view_nested_view (0 ms)
[ RUN      ] cuda.int64_t_reduce
[       OK ] cuda.int64_t_reduce (13 ms)
[ RUN      ] cuda.double_reduce
[       OK ] cuda.double_reduce (13 ms)
[ RUN      ] cuda.int64_t_reduce_dynamic
[       OK ] cuda.int64_t_reduce_dynamic (17 ms)
[ RUN      ] cuda.double_reduce_dynamic
[       OK ] cuda.double_reduce_dynamic (17 ms)
[ RUN      ] cuda.int64_t_reduce_dynamic_view
[       OK ] cuda.int64_t_reduce_dynamic_view (5 ms)
[ RUN      ] cuda.int_combined_reduce
[       OK ] cuda.int_combined_reduce (0 ms)
[ RUN      ] cuda.mdrange_combined_reduce
[       OK ] cuda.mdrange_combined_reduce (0 ms)
[ RUN      ] cuda.int_combined_reduce_mixed
[       OK ] cuda.int_combined_reduce_mixed (0 ms)
[ RUN      ] cuda.reduction_deduction
[       OK ] cuda.reduction_deduction (0 ms)
[ RUN      ] cuda.parallel_scan_range_policy
[       OK ] cuda.parallel_scan_range_policy (85 ms)
[ RUN      ] cuda.reduce_device_view_range_policy
[       OK ] cuda.reduce_device_view_range_policy (5 ms)
[ RUN      ] cuda.reduce_device_view_mdrange_policy
[       OK ] cuda.reduce_device_view_mdrange_policy (126 ms)
[ RUN      ] cuda.reduce_device_view_team_policy
[       OK ] cuda.reduce_device_view_team_policy (6 ms)
[ RUN      ] cuda.reducers_int
[       OK ] cuda.reducers_int (9 ms)
[ RUN      ] cuda.reducers_double
[       OK ] cuda.reducers_double (10 ms)
[ RUN      ] cuda.reducers_complex_double
[       OK ] cuda.reducers_complex_double (3 ms)
[ RUN      ] cuda.reducers_struct
[       OK ] cuda.reducers_struct (9 ms)
[ RUN      ] cuda.reducers_half_t
[       OK ] cuda.reducers_half_t (6 ms)
[ RUN      ] cuda.reducers_bhalf_t
[       OK ] cuda.reducers_bhalf_t (6 ms)
[ RUN      ] cuda.reducers_int8_t
[       OK ] cuda.reducers_int8_t (4 ms)
[ RUN      ] cuda.reducers_int16_t
[       OK ] cuda.reducers_int16_t (4 ms)
[ RUN      ] cuda.reducers_point_t
[       OK ] cuda.reducers_point_t (3 ms)
[ RUN      ] cuda.reducers_bool
[       OK ] cuda.reducers_bool (1 ms)
[ RUN      ] cuda.complex_construction
[       OK ] cuda.complex_construction (0 ms)
[ RUN      ] cuda.complex_basic_math
[       OK ] cuda.complex_basic_math (0 ms)
[ RUN      ] cuda.complex_special_funtions
[       OK ] cuda.complex_special_funtions (1 ms)
[ RUN      ] cuda.complex_io
[       OK ] cuda.complex_io (0 ms)
[ RUN      ] cuda.complex_trivially_copyable
[       OK ] cuda.complex_trivially_copyable (0 ms)
[ RUN      ] cuda.complex_issue_3865
[       OK ] cuda.complex_issue_3865 (0 ms)
[ RUN      ] cuda.complex_operations_arithmetic_types_overloads
[       OK ] cuda.complex_operations_arithmetic_types_overloads (0 ms)
[ RUN      ] cuda.atomic_operations_int
[       OK ] cuda.atomic_operations_int (20 ms)
[ RUN      ] cuda.atomic_operations_unsigned
[       OK ] cuda.atomic_operations_unsigned (17 ms)
[ RUN      ] cuda.atomic_operations_long
[       OK ] cuda.atomic_operations_long (21 ms)
[ RUN      ] cuda.atomic_operations_unsignedlong
[       OK ] cuda.atomic_operations_unsignedlong (17 ms)
[ RUN      ] cuda.atomic_operations_longlong
[       OK ] cuda.atomic_operations_longlong (20 ms)
[ RUN      ] cuda.atomic_operations_double
[       OK ] cuda.atomic_operations_double (9 ms)
[ RUN      ] cuda.atomic_operations_float
[       OK ] cuda.atomic_operations_float (8 ms)
[ RUN      ] cuda.atomic_operations_complexfloat
[       OK ] cuda.atomic_operations_complexfloat (9 ms)
[ RUN      ] cuda.atomic_operations_complexdouble
[       OK ] cuda.atomic_operations_complexdouble (9 ms)
[ RUN      ] cuda.atomic_views_integral
[       OK ] cuda.atomic_views_integral (6825 ms)
[ RUN      ] cuda.atomic_views_nonintegral
[       OK ] cuda.atomic_views_nonintegral (79 ms)
[ RUN      ] cuda.atomic_view_api
[       OK ] cuda.atomic_view_api (0 ms)
[ RUN      ] cuda.atomics
[       OK ] cuda.atomics (221 ms)
[ RUN      ] cuda.atomics_tpetra_max_abs
[       OK ] cuda.atomics_tpetra_max_abs (0 ms)
[ RUN      ] cuda.team_for
[       OK ] cuda.team_for (1 ms)
[ RUN      ] cuda.team_reduce
[       OK ] cuda.team_reduce (0 ms)
[ RUN      ] cuda.team_reduce_large
[       OK ] cuda.team_reduce_large (45 ms)
[ RUN      ] cuda.team_parallel_single
[       OK ] cuda.team_parallel_single (6 ms)
[ RUN      ] cuda.large_team_scratch_size
[       OK ] cuda.large_team_scratch_size (9 ms)
[ RUN      ] cuda.team_broadcast_long
[       OK ] cuda.team_broadcast_long (1 ms)
[ RUN      ] cuda.team_broadcast_long_wrapper
[       OK ] cuda.team_broadcast_long_wrapper (1 ms)
[ RUN      ] cuda.team_broadcast_char
[       OK ] cuda.team_broadcast_char (1 ms)
[ RUN      ] cuda.team_broadcast_float
[       OK ] cuda.team_broadcast_float (0 ms)
[ RUN      ] cuda.team_broadcast_double
[       OK ] cuda.team_broadcast_double (0 ms)
[ RUN      ] cuda.team_handle_by_value
[       OK ] cuda.team_handle_by_value (0 ms)
[ RUN      ] cuda.team_vector
[       OK ] cuda.team_vector (18 ms)
[ RUN      ] cuda.triple_nested_parallelism
[       OK ] cuda.triple_nested_parallelism (28 ms)
[ RUN      ] cuda.parallel_scan_with_reducers
[       OK ] serial.view_subview_3d_from_5d_left (9721 ms)
[ RUN      ] serial.view_subview_3d_from_5d_left_atomic
[       OK ] cuda.parallel_scan_with_reducers (1208 ms)
[ RUN      ] cuda.team_shared_request
[       OK ] cuda.team_shared_request (0 ms)
[ RUN      ] cuda.team_scratch_request
[       OK ] cuda.team_scratch_request (0 ms)
[ RUN      ] cuda.team_lambda_shared_request
[       OK ] cuda.team_lambda_shared_request (0 ms)
[ RUN      ] cuda.scratch_align
[       OK ] cuda.scratch_align (0 ms)
[ RUN      ] cuda.shmem_size
[       OK ] cuda.shmem_size (0 ms)
[ RUN      ] cuda.multi_level_scratch
[       OK ] cuda.multi_level_scratch (6 ms)
[ RUN      ] cuda.team_scratch_memory_index_parallel_for
[       OK ] cuda.team_scratch_memory_index_parallel_for (0 ms)
[ RUN      ] cuda.team_reduction_scan
[       OK ] cuda.team_reduction_scan (1569 ms)
[ RUN      ] cuda.team_long_reduce
[       OK ] cuda.team_long_reduce (12 ms)
[ RUN      ] cuda.team_double_reduce
[       OK ] cuda.team_double_reduce (12 ms)
[ RUN      ] cuda.team_parallel_dummy_with_reducer_and_scratch_space
[       OK ] cuda.team_parallel_dummy_with_reducer_and_scratch_space (0 ms)
[ RUN      ] cuda.repeated_team_reduce
[       OK ] cuda.repeated_team_reduce (12 ms)
[ RUN      ] cuda.team_policy_max_recommended
[       OK ] cuda.team_policy_max_recommended (396 ms)
[ RUN      ] cuda.team_policy_minmax_scalar_without_plus_equal_k
[       OK ] cuda.team_policy_minmax_scalar_without_plus_equal_k (0 ms)
[ RUN      ] cuda.team_teamvector_range
[       OK ] cuda.team_teamvector_range (3 ms)
[ RUN      ] cuda.view_aggregate
[       OK ] cuda.view_aggregate (0 ms)
[ RUN      ] cuda.memory_pool
[       OK ] cuda.memory_pool (18 ms)
[ RUN      ] cuda.cxx11
[       OK ] cuda.cxx11 (2 ms)
[ RUN      ] cuda.viewctorprop_embedded_dim
[       OK ] cuda.viewctorprop_embedded_dim (0 ms)
[ RUN      ] cuda.viewctorpop_view_allocate_without_initializing_backward_compatility
[       OK ] cuda.viewctorpop_view_allocate_without_initializing_backward_compatility (0 ms)
[ RUN      ] cuda.view_layouttiled
[       OK ] cuda.view_layouttiled (8 ms)
[ RUN      ] cuda.view_layouttiled_subtile
[       OK ] cuda.view_layouttiled_subtile (4 ms)
[ RUN      ] cuda.mdrange_5d
[       OK ] cuda.mdrange_5d (173 ms)
[ RUN      ] cuda.mdrange_6d
[       OK ] cuda.mdrange_6d (221 ms)
[ RUN      ] cuda.mdrange_2d
[       OK ] cuda.mdrange_2d (5 ms)
[ RUN      ] cuda.mdrange_array_reduce
[       OK ] cuda.mdrange_array_reduce (0 ms)
[ RUN      ] cuda.mdrange_3d
[       OK ] cuda.mdrange_3d (30 ms)
[ RUN      ] cuda.mdrange_neg_idx
[       OK ] cuda.mdrange_neg_idx (3 ms)
[ RUN      ] cuda.mdrange_4d
[       OK ] cuda.mdrange_4d (33 ms)
[ RUN      ] cuda.crs_count_fill
[       OK ] cuda.crs_count_fill (7 ms)
[ RUN      ] cuda.crs_copy_constructor
[       OK ] cuda.crs_copy_constructor (27 ms)
[ RUN      ] cuda.workgraph_fib
[       OK ] cuda.workgraph_fib (1041 ms)
[ RUN      ] cuda.space_access
[       OK ] cuda.space_access (0 ms)
[ RUN      ] cuda.uvm
[       OK ] cuda.uvm (2 ms)
[ RUN      ] cuda.impl_view_accessible
[       OK ] cuda.impl_view_accessible (2 ms)
[ RUN      ] cuda.impl_view_texture
[       OK ] cuda.impl_view_texture (0 ms)
[ RUN      ] cuda.view_subview_const_randomaccess
[       OK ] cuda.view_subview_const_randomaccess (0 ms)
[ RUN      ] cuda.unique_token_global
[       OK ] cuda.unique_token_global (4 ms)
[ RUN      ] cuda.unique_token_instance
[       OK ] cuda.unique_token_instance (4 ms)
[ RUN      ] cuda.unique_token_team_acquire
[       OK ] cuda.unique_token_team_acquire (13 ms)
[ RUN      ] cuda.local_deepcopy_teampolicy_layoutleft
[       OK ] serial.view_subview_3d_from_5d_left_atomic (9725 ms)
[ RUN      ] serial.view_subview_3d_from_5d_left_randomaccess
[       OK ] cuda.local_deepcopy_teampolicy_layoutleft (8701 ms)
[ RUN      ] cuda.local_deepcopy_rangepolicy_layoutleft
[       OK ] serial.view_subview_3d_from_5d_left_randomaccess (9706 ms)
[ RUN      ] serial.view_subview_3d_from_5d_right
[       OK ] cuda.local_deepcopy_rangepolicy_layoutleft (9608 ms)
[ RUN      ] cuda.local_deepcopy_teampolicy_layoutright
[       OK ] serial.view_subview_3d_from_5d_right (11186 ms)
[ RUN      ] serial.view_subview_3d_from_5d_right_atomic
[       OK ] cuda.local_deepcopy_teampolicy_layoutright (9513 ms)
[ RUN      ] cuda.local_deepcopy_rangepolicy_layoutright
[       OK ] serial.view_subview_3d_from_5d_right_atomic (11206 ms)
[ RUN      ] serial.view_subview_3d_from_5d_right_randomaccess
[       OK ] cuda.local_deepcopy_rangepolicy_layoutright (9792 ms)
[ RUN      ] cuda.deep_copy_scratch
[       OK ] cuda.deep_copy_scratch (0 ms)
[ RUN      ] cuda.debug_serial_execution
[       OK ] cuda.debug_serial_execution (19 ms)
[ RUN      ] cuda.debug_pin_um_to_host
[       OK ] cuda.debug_pin_um_to_host (917 ms)
[ RUN      ] cuda.team_scratch_1_streams
[       OK ] serial.view_subview_3d_from_5d_right_randomaccess (11274 ms)
[ RUN      ] serial.view_test_unmanaged_subview_reset
[       OK ] serial.view_test_unmanaged_subview_reset (0 ms)
[ RUN      ] serial.int64_t_reduce
[       OK ] cuda.team_scratch_1_streams (15323 ms)
[----------] 147 tests from cuda (69038 ms total)

[----------] 52 tests from cuda_uvm
[ RUN      ] cuda_uvm.impl_shared_alloc
[       OK ] cuda_uvm.impl_shared_alloc (89 ms)
[ RUN      ] cuda_uvm.view_api_a
[       OK ] cuda_uvm.view_api_a (121 ms)
[ RUN      ] cuda_uvm.view_api_b
[       OK ] cuda_uvm.view_api_b (23 ms)
[ RUN      ] cuda_uvm.view_api_c
[       OK ] cuda_uvm.view_api_c (0 ms)
[ RUN      ] cuda_uvm.view_api_d
[       OK ] cuda_uvm.view_api_d (6 ms)
[ RUN      ] cuda_uvm.view_allocation_error
[       OK ] cuda_uvm.view_allocation_error (0 ms)
[ RUN      ] cuda_uvm.view_remap
[       OK ] cuda_uvm.view_remap (1 ms)
[ RUN      ] cuda_uvm.view_mirror_nonconst
[       OK ] cuda_uvm.view_mirror_nonconst (0 ms)
[ RUN      ] cuda_uvm.view_stride_method
[       OK ] cuda_uvm.view_stride_method (0 ms)
[ RUN      ] cuda_uvm.anonymous_space
[       OK ] cuda_uvm.anonymous_space (0 ms)
[ RUN      ] cuda_uvm.view_overload_resolution
[       OK ] cuda_uvm.view_overload_resolution (0 ms)
[ RUN      ] cuda_uvm.view_allocation_large_rank
[       OK ] cuda_uvm.view_allocation_large_rank (699 ms)
[ RUN      ] cuda_uvm.view_shmem_size_on_device
[       OK ] cuda_uvm.view_shmem_size_on_device (0 ms)
[ RUN      ] cuda_uvm.view_is_assignable
[       OK ] cuda_uvm.view_is_assignable (11 ms)
[ RUN      ] cuda_uvm.view_copy_tests
[       OK ] cuda_uvm.view_copy_tests (32 ms)
[ RUN      ] cuda_uvm.view_copy_tests_rank_0
[       OK ] cuda_uvm.view_copy_tests_rank_0 (4 ms)
[ RUN      ] cuda_uvm.view_copy_degenerated
[       OK ] cuda_uvm.view_copy_degenerated (0 ms)
[ RUN      ] cuda_uvm.view_mapping
[       OK ] cuda_uvm.view_mapping (1088 ms)
[ RUN      ] cuda_uvm.view_mapping_operator
[       OK ] cuda_uvm.view_mapping_operator (9 ms)
[ RUN      ] cuda_uvm.static_extent
[       OK ] cuda_uvm.static_extent (0 ms)
[ RUN      ] cuda_uvm.view_mapping_atomic
[       OK ] cuda_uvm.view_mapping_atomic (3 ms)
[ RUN      ] cuda_uvm.view_mapping_class_value
[       OK ] cuda_uvm.view_mapping_class_value (0 ms)
[ RUN      ] cuda_uvm.view_mapping_assignable
[       OK ] cuda_uvm.view_mapping_assignable (0 ms)
[ RUN      ] cuda_uvm.view_mapping_trivially_copyable
[       OK ] cuda_uvm.view_mapping_trivially_copyable (0 ms)
[ RUN      ] cuda_uvm.view_mapping_subview
[       OK ] cuda_uvm.view_mapping_subview (1 ms)
[ RUN      ] cuda_uvm.view_subview_auto_1d_left
[       OK ] cuda_uvm.view_subview_auto_1d_left (6 ms)
[ RUN      ] cuda_uvm.view_subview_auto_1d_right
[       OK ] cuda_uvm.view_subview_auto_1d_right (5 ms)
[ RUN      ] cuda_uvm.view_subview_auto_1d_stride
[       OK ] cuda_uvm.view_subview_auto_1d_stride (5 ms)
[ RUN      ] cuda_uvm.view_subview_assign_strided
[       OK ] cuda_uvm.view_subview_assign_strided (17 ms)
[ RUN      ] cuda_uvm.view_subview_left_0
[       OK ] cuda_uvm.view_subview_left_0 (1 ms)
[ RUN      ] cuda_uvm.view_subview_left_1
[       OK ] cuda_uvm.view_subview_left_1 (1 ms)
[ RUN      ] cuda_uvm.view_subview_left_2
[       OK ] cuda_uvm.view_subview_left_2 (0 ms)
[ RUN      ] cuda_uvm.view_subview_left_3
[       OK ] cuda_uvm.view_subview_left_3 (0 ms)
[ RUN      ] cuda_uvm.view_subview_right_0
[       OK ] cuda_uvm.view_subview_right_0 (1 ms)
[ RUN      ] cuda_uvm.view_subview_right_1
[       OK ] cuda_uvm.view_subview_right_1 (1 ms)
[ RUN      ] cuda_uvm.view_subview_right_3
[       OK ] cuda_uvm.view_subview_right_3 (0 ms)
[ RUN      ] cuda_uvm.view_static_tests
[       OK ] cuda_uvm.view_static_tests (1 ms)
[ RUN      ] cuda_uvm.view_subview_layoutleft_to_layoutleft
[       OK ] cuda_uvm.view_subview_layoutleft_to_layoutleft (5 ms)
[ RUN      ] cuda_uvm.view_subview_layoutright_to_layoutright
[       OK ] cuda_uvm.view_subview_layoutright_to_layoutright (3 ms)
[ RUN      ] cuda_uvm.view_subview_1d_assign
[       OK ] cuda_uvm.view_subview_1d_assign (6 ms)
[ RUN      ] cuda_uvm.view_subview_1d_assign_atomic
[       OK ] cuda_uvm.view_subview_1d_assign_atomic (5 ms)
[ RUN      ] cuda_uvm.view_subview_1d_assign_randomaccess
[       OK ] cuda_uvm.view_subview_1d_assign_randomaccess (6 ms)
[ RUN      ] cuda_uvm.view_subview_2d_from_3d
[       OK ] cuda_uvm.view_subview_2d_from_3d (81 ms)
[ RUN      ] cuda_uvm.view_subview_2d_from_3d_atomic
[       OK ] cuda_uvm.view_subview_2d_from_3d_atomic (80 ms)
[ RUN      ] cuda_uvm.view_subview_2d_from_3d_randomaccess
[       OK ] cuda_uvm.view_subview_2d_from_3d_randomaccess (81 ms)
[ RUN      ] cuda_uvm.view_subview_3d_from_5d_left
[       OK ] cuda_uvm.view_subview_3d_from_5d_left (135 ms)
[ RUN      ] cuda_uvm.view_subview_3d_from_5d_left_atomic
[       OK ] cuda_uvm.view_subview_3d_from_5d_left_atomic (138 ms)
[ RUN      ] cuda_uvm.view_subview_3d_from_5d_left_randomaccess
[       OK ] cuda_uvm.view_subview_3d_from_5d_left_randomaccess (133 ms)
[ RUN      ] cuda_uvm.view_subview_3d_from_5d_right
[       OK ] cuda_uvm.view_subview_3d_from_5d_right (134 ms)
[ RUN      ] cuda_uvm.view_subview_3d_from_5d_right_atomic
[       OK ] cuda_uvm.view_subview_3d_from_5d_right_atomic (129 ms)
[ RUN      ] cuda_uvm.view_subview_3d_from_5d_right_randomaccess
[       OK ] cuda_uvm.view_subview_3d_from_5d_right_randomaccess (133 ms)
[ RUN      ] cuda_uvm.view_test_unmanaged_subview_reset
[       OK ] cuda_uvm.view_test_unmanaged_subview_reset (0 ms)
[----------] 52 tests from cuda_uvm (3219 ms total)

[----------] 25 tests from cuda_hostpinned
[ RUN      ] cuda_hostpinned.impl_shared_alloc
[       OK ] cuda_hostpinned.impl_shared_alloc (59 ms)
[ RUN      ] cuda_hostpinned.view_api_a
[       OK ] cuda_hostpinned.view_api_a (104 ms)
[ RUN      ] cuda_hostpinned.view_api_b
[       OK ] cuda_hostpinned.view_api_b (14 ms)
[ RUN      ] cuda_hostpinned.view_api_c
[       OK ] cuda_hostpinned.view_api_c (0 ms)
[ RUN      ] cuda_hostpinned.view_api_d
[       OK ] cuda_hostpinned.view_api_d (4 ms)
[ RUN      ] cuda_hostpinned.view_allocation_error
[       OK ] cuda_hostpinned.view_allocation_error (0 ms)
[ RUN      ] cuda_hostpinned.view_remap
[       OK ] cuda_hostpinned.view_remap (0 ms)
[ RUN      ] cuda_hostpinned.view_mirror_nonconst
[       OK ] cuda_hostpinned.view_mirror_nonconst (0 ms)
[ RUN      ] cuda_hostpinned.view_stride_method
[       OK ] cuda_hostpinned.view_stride_method (0 ms)
[ RUN      ] cuda_hostpinned.anonymous_space
[       OK ] cuda_hostpinned.anonymous_space (0 ms)
[ RUN      ] cuda_hostpinned.view_overload_resolution
[       OK ] cuda_hostpinned.view_overload_resolution (0 ms)
[ RUN      ] cuda_hostpinned.view_allocation_large_rank
[       OK ] serial.int64_t_reduce (11314 ms)
[ RUN      ] serial.double_reduce
[       OK ] cuda_hostpinned.view_allocation_large_rank (8702 ms)
[ RUN      ] cuda_hostpinned.view_shmem_size_on_device
[       OK ] cuda_hostpinned.view_shmem_size_on_device (0 ms)
[ RUN      ] cuda_hostpinned.view_is_assignable
[       OK ] cuda_hostpinned.view_is_assignable (0 ms)
[ RUN      ] cuda_hostpinned.view_copy_tests
[       OK ] cuda_hostpinned.view_copy_tests (140 ms)
[ RUN      ] cuda_hostpinned.view_copy_tests_rank_0
[       OK ] cuda_hostpinned.view_copy_tests_rank_0 (0 ms)
[ RUN      ] cuda_hostpinned.view_copy_degenerated
[       OK ] cuda_hostpinned.view_copy_degenerated (0 ms)
[ RUN      ] cuda_hostpinned.view_mapping
[       OK ] cuda_hostpinned.view_mapping (1087 ms)
[ RUN      ] cuda_hostpinned.view_mapping_operator
[       OK ] cuda_hostpinned.view_mapping_operator (66 ms)
[ RUN      ] cuda_hostpinned.static_extent
[       OK ] cuda_hostpinned.static_extent (0 ms)
[ RUN      ] cuda_hostpinned.view_mapping_atomic
[       OK ] cuda_hostpinned.view_mapping_atomic (11 ms)
[ RUN      ] cuda_hostpinned.view_mapping_class_value
[       OK ] cuda_hostpinned.view_mapping_class_value (0 ms)
[ RUN      ] cuda_hostpinned.view_mapping_assignable
[       OK ] cuda_hostpinned.view_mapping_assignable (0 ms)
[ RUN      ] cuda_hostpinned.view_mapping_trivially_copyable
[       OK ] cuda_hostpinned.view_mapping_trivially_copyable (0 ms)
[ RUN      ] cuda_hostpinned.view_mapping_subview
[       OK ] cuda_hostpinned.view_mapping_subview (1 ms)
[----------] 25 tests from cuda_hostpinned (10197 ms total)

[----------] Global test environment tear-down
[==========] 226 tests from 4 test suites ran. (108580 ms total)
[  PASSED  ] 226 tests.
./KokkosCore_UnitTest_CudaInterOpInit
[==========] Running 1 test from 1 test suite.
[----------] Global test environment set-up.
[----------] 1 test from cuda
[ RUN      ] cuda.raw_cuda_interop
[       OK ] cuda.raw_cuda_interop (171 ms)
[----------] 1 test from cuda (171 ms total)

[----------] Global test environment tear-down
[==========] 1 test from 1 test suite ran. (171 ms total)
[  PASSED  ] 1 test.
./KokkosCore_UnitTest_CudaInterOpStreams
[==========] Running 1 test from 1 test suite.
[----------] Global test environment set-up.
[----------] 1 test from cuda
[ RUN      ] cuda.raw_cuda_streams
[       OK ] cuda.raw_cuda_streams (157 ms)
[----------] 1 test from cuda (157 ms total)

[----------] Global test environment tear-down
[==========] 1 test from 1 test suite ran. (158 ms total)
[  PASSED  ] 1 test.
[       OK ] serial.double_reduce (11519 ms)
[ RUN      ] serial.int64_t_reduce_dynamic
[       OK ] serial.int64_t_reduce_dynamic (17773 ms)
[ RUN      ] serial.double_reduce_dynamic
[       OK ] serial.double_reduce_dynamic (17960 ms)
[ RUN      ] serial.int64_t_reduce_dynamic_view
[       OK ] serial.int64_t_reduce_dynamic_view (4587 ms)
[ RUN      ] serial.int_combined_reduce
[       OK ] serial.int_combined_reduce (0 ms)
[ RUN      ] serial.mdrange_combined_reduce
[       OK ] serial.mdrange_combined_reduce (0 ms)
[ RUN      ] serial.int_combined_reduce_mixed
[       OK ] serial.int_combined_reduce_mixed (0 ms)
[ RUN      ] serial.reduction_deduction
[       OK ] serial.reduction_deduction (0 ms)
[ RUN      ] serial.parallel_scan_range_policy
[       OK ] serial.parallel_scan_range_policy (140 ms)
[ RUN      ] serial.reduce_device_view_range_policy
[       OK ] serial.reduce_device_view_range_policy (122826 ms)
[ RUN      ] serial.reduce_device_view_mdrange_policy
[       OK ] serial.reduce_device_view_mdrange_policy (218721 ms)
[ RUN      ] serial.reduce_device_view_team_policy
[       OK ] serial.reduce_device_view_team_policy (56703 ms)
[ RUN      ] serial.reducers_int
[       OK ] serial.reducers_int (31 ms)
[ RUN      ] serial.reducers_double
[       OK ] serial.reducers_double (31 ms)
[ RUN      ] serial.reducers_complex_double
[       OK ] serial.reducers_complex_double (12 ms)
[ RUN      ] serial.reducers_struct
[       OK ] serial.reducers_struct (13 ms)
[ RUN      ] serial.reducers_half_t
[       OK ] serial.reducers_half_t (7 ms)
[ RUN      ] serial.reducers_bhalf_t
[       OK ] serial.reducers_bhalf_t (3 ms)
[ RUN      ] serial.reducers_int8_t
[       OK ] serial.reducers_int8_t (2 ms)
[ RUN      ] serial.reducers_int16_t
[       OK ] serial.reducers_int16_t (2 ms)
[ RUN      ] serial.reducers_point_t
[       OK ] serial.reducers_point_t (2 ms)
[ RUN      ] serial.reducers_bool
[       OK ] serial.reducers_bool (1 ms)
[ RUN      ] serial.complex_construction
[       OK ] serial.complex_construction (0 ms)
[ RUN      ] serial.complex_basic_math
[       OK ] serial.complex_basic_math (0 ms)
[ RUN      ] serial.complex_special_funtions
[       OK ] serial.complex_special_funtions (0 ms)
[ RUN      ] serial.complex_io
[       OK ] serial.complex_io (0 ms)
[ RUN      ] serial.complex_trivially_copyable
[       OK ] serial.complex_trivially_copyable (0 ms)
[ RUN      ] serial.complex_issue_3865
[       OK ] serial.complex_issue_3865 (0 ms)
[ RUN      ] serial.complex_operations_arithmetic_types_overloads
[       OK ] serial.complex_operations_arithmetic_types_overloads (0 ms)
[ RUN      ] serial.atomic_operations_int
[       OK ] serial.atomic_operations_int (9 ms)
[ RUN      ] serial.atomic_operations_unsigned
[       OK ] serial.atomic_operations_unsigned (8 ms)
[ RUN      ] serial.atomic_operations_long
[       OK ] serial.atomic_operations_long (9 ms)
[ RUN      ] serial.atomic_operations_unsignedlong
[       OK ] serial.atomic_operations_unsignedlong (8 ms)
[ RUN      ] serial.atomic_operations_longlong
[       OK ] serial.atomic_operations_longlong (9 ms)
[ RUN      ] serial.atomic_operations_double
[       OK ] serial.atomic_operations_double (4 ms)
[ RUN      ] serial.atomic_operations_float
[       OK ] serial.atomic_operations_float (3 ms)
[ RUN      ] serial.atomic_operations_complexfloat
[       OK ] serial.atomic_operations_complexfloat (3 ms)
[ RUN      ] serial.atomic_operations_complexdouble
[       OK ] serial.atomic_operations_complexdouble (3 ms)
[ RUN      ] serial.atomic_views_integral
[       OK ] serial.atomic_views_integral (1853 ms)
[ RUN      ] serial.atomic_views_nonintegral
[       OK ] serial.atomic_views_nonintegral (1022 ms)
[ RUN      ] serial.atomic_view_api
[       OK ] serial.atomic_view_api (0 ms)
[ RUN      ] serial.atomics
[       OK ] serial.atomics (53 ms)
[ RUN      ] serial.atomics_tpetra_max_abs
[       OK ] serial.atomics_tpetra_max_abs (0 ms)
[ RUN      ] serial.team_for
[       OK ] serial.team_for (1 ms)
[ RUN      ] serial.team_reduce
[       OK ] serial.team_reduce (0 ms)
[ RUN      ] serial.team_reduce_large
[       OK ] serial.team_reduce_large (65914 ms)
[ RUN      ] serial.team_parallel_single
[       OK ] serial.team_parallel_single (194 ms)
[ RUN      ] serial.large_team_scratch_size
[       OK ] serial.large_team_scratch_size (0 ms)
[ RUN      ] serial.team_broadcast_long
[       OK ] serial.team_broadcast_long (1 ms)
[ RUN      ] serial.team_broadcast_long_wrapper
[       OK ] serial.team_broadcast_long_wrapper (1 ms)
[ RUN      ] serial.team_broadcast_char
[       OK ] serial.team_broadcast_char (1 ms)
[ RUN      ] serial.team_broadcast_float
[       OK ] serial.team_broadcast_float (1 ms)
[ RUN      ] serial.team_broadcast_double
[       OK ] serial.team_broadcast_double (1 ms)
[ RUN      ] serial.team_handle_by_value
[       OK ] serial.team_handle_by_value (0 ms)
[ RUN      ] serial.team_vector
[       OK ] serial.team_vector (153 ms)
[ RUN      ] serial.triple_nested_parallelism
[       OK ] serial.triple_nested_parallelism (6358 ms)
[ RUN      ] serial.parallel_scan_with_reducers
[       OK ] serial.parallel_scan_with_reducers (1594 ms)
[ RUN      ] serial.team_shared_request
[       OK ] serial.team_shared_request (785 ms)
[ RUN      ] serial.team_scratch_request
[       OK ] serial.team_scratch_request (129 ms)
[ RUN      ] serial.team_lambda_shared_request
[       OK ] serial.team_lambda_shared_request (785 ms)
[ RUN      ] serial.scratch_align
[       OK ] serial.scratch_align (0 ms)
[ RUN      ] serial.shmem_size
[       OK ] serial.shmem_size (0 ms)
[ RUN      ] serial.multi_level_scratch
[       OK ] serial.multi_level_scratch (181 ms)
[ RUN      ] serial.team_scratch_memory_index_parallel_for
[       OK ] serial.team_scratch_memory_index_parallel_for (0 ms)
[ RUN      ] serial.team_teamvector_range
[       OK ] serial.team_teamvector_range (43 ms)
[ RUN      ] serial.team_reduction_scan
[       OK ] serial.team_reduction_scan (473 ms)
[ RUN      ] serial.team_long_reduce
[       OK ] serial.team_long_reduce (1605 ms)
[ RUN      ] serial.team_double_reduce
[       OK ] serial.team_double_reduce (1643 ms)
[ RUN      ] serial.team_parallel_dummy_with_reducer_and_scratch_space
[       OK ] serial.team_parallel_dummy_with_reducer_and_scratch_space (0 ms)
[ RUN      ] serial.repeated_team_reduce
[       OK ] serial.repeated_team_reduce (14448 ms)
[ RUN      ] serial.team_policy_max_recommended
[       OK ] serial.team_policy_max_recommended (118 ms)
[ RUN      ] serial.team_policy_minmax_scalar_without_plus_equal_k
[       OK ] serial.team_policy_minmax_scalar_without_plus_equal_k (0 ms)
[ RUN      ] serial.view_aggregate
[       OK ] serial.view_aggregate (0 ms)
[ RUN      ] serial.memory_pool
[       OK ] serial.memory_pool (119 ms)
[ RUN      ] serial.cxx11
[       OK ] serial.cxx11 (0 ms)
[ RUN      ] serial.viewctorprop_embedded_dim
[       OK ] serial.viewctorprop_embedded_dim (0 ms)
[ RUN      ] serial.viewctorpop_view_allocate_without_initializing_backward_compatility
[       OK ] serial.viewctorpop_view_allocate_without_initializing_backward_compatility (0 ms)
[ RUN      ] serial.view_layouttiled
[       OK ] serial.view_layouttiled (10 ms)
[ RUN      ] serial.view_layouttiled_subtile
[       OK ] serial.view_layouttiled_subtile (4 ms)
[ RUN      ] serial.mdrange_5d
[       OK ] serial.mdrange_5d (840 ms)
[ RUN      ] serial.mdrange_6d
[       OK ] serial.mdrange_6d (2698 ms)
[ RUN      ] serial.mdrange_2d
[       OK ] serial.mdrange_2d (19 ms)
[ RUN      ] serial.mdrange_array_reduce
[       OK ] serial.mdrange_array_reduce (0 ms)
[ RUN      ] serial.mdrange_3d
[       OK ] serial.mdrange_3d (200 ms)
[ RUN      ] serial.mdrange_neg_idx
[       OK ] serial.mdrange_neg_idx (1317 ms)
[ RUN      ] serial.mdrange_4d
[       OK ] serial.mdrange_4d (213 ms)
[ RUN      ] serial.crs_count_fill
[       OK ] serial.crs_count_fill (7 ms)
[ RUN      ] serial.crs_copy_constructor
[       OK ] serial.crs_copy_constructor (35 ms)
[ RUN      ] serial.workgraph_fib
[       OK ] serial.workgraph_fib (1143 ms)
[ RUN      ] serial.local_deepcopy_teampolicy_layoutleft
[       OK ] serial.local_deepcopy_teampolicy_layoutleft (22352 ms)
[ RUN      ] serial.local_deepcopy_rangepolicy_layoutleft
[       OK ] serial.local_deepcopy_rangepolicy_layoutleft (20210 ms)
[ RUN      ] serial.local_deepcopy_teampolicy_layoutright
[       OK ] serial.local_deepcopy_teampolicy_layoutright (10152 ms)
[ RUN      ] serial.local_deepcopy_rangepolicy_layoutright
[       OK ] serial.local_deepcopy_rangepolicy_layoutright (10724 ms)
[ RUN      ] serial.deep_copy_scratch
[       OK ] serial.deep_copy_scratch (0 ms)
[----------] 163 tests from serial (702532 ms total)

[----------] Global test environment tear-down
[==========] 165 tests from 2 test suites ran. (719540 ms total)
[  PASSED  ] 165 tests.
make[2]: Leaving directory '/var/jenkins/workspace/Kokkos_PR-6892/build/core/unit_test'
make[1]: Leaving directory '/var/jenkins/workspace/Kokkos_PR-6892/build/core/unit_test'
make -C core/perf_test test
make[1]: Entering directory '/var/jenkins/workspace/Kokkos_PR-6892/build/core/perf_test'
make -f /var/jenkins/workspace/Kokkos_PR-6892/core/perf_test/Makefile KOKKOS_SRC_PATH=/var/jenkins/workspace/Kokkos_PR-6892 CXX=/var/jenkins/workspace/Kokkos_PR-6892/bin/nvcc_wrapper KOKKOS_DEVICES=Cuda KOKKOS_ARCH=Volta70 CUDA_PATH=/usr/local/cuda CXXFLAGS="-Werror" KOKKOS_CXX_STANDARD="c++17" GTEST_PATH=/var/jenkins/workspace/Kokkos_PR-6892/tpls/gtest KOKKOS_OPTIONS=compiler_warnings KOKKOS_CUDA_OPTIONS=enable_lambda KOKKOS_PATH=/var/jenkins/workspace/Kokkos_PR-6892
make[2]: Entering directory '/var/jenkins/workspace/Kokkos_PR-6892/build/core/perf_test'
echo "End Build"
End Build
make[2]: Leaving directory '/var/jenkins/workspace/Kokkos_PR-6892/build/core/perf_test'
make -f /var/jenkins/workspace/Kokkos_PR-6892/core/perf_test/Makefile KOKKOS_SRC_PATH=/var/jenkins/workspace/Kokkos_PR-6892 CXX=/var/jenkins/workspace/Kokkos_PR-6892/bin/nvcc_wrapper KOKKOS_DEVICES=Cuda KOKKOS_ARCH=Volta70 CUDA_PATH=/usr/local/cuda CXXFLAGS="-Werror" KOKKOS_CXX_STANDARD="c++17" GTEST_PATH=/var/jenkins/workspace/Kokkos_PR-6892/tpls/gtest KOKKOS_OPTIONS=compiler_warnings KOKKOS_CUDA_OPTIONS=enable_lambda KOKKOS_PATH=/var/jenkins/workspace/Kokkos_PR-6892 test
make[2]: Entering directory '/var/jenkins/workspace/Kokkos_PR-6892/build/core/perf_test'
./KokkosCore_PerformanceTest_TaskDAG
make[2]: Leaving directory '/var/jenkins/workspace/Kokkos_PR-6892/build/core/perf_test'
make[1]: Leaving directory '/var/jenkins/workspace/Kokkos_PR-6892/build/core/perf_test'
make -C containers/unit_tests test
make[1]: Entering directory '/var/jenkins/workspace/Kokkos_PR-6892/build/containers/unit_tests'
make -f /var/jenkins/workspace/Kokkos_PR-6892/containers/unit_tests/Makefile KOKKOS_SRC_PATH=/var/jenkins/workspace/Kokkos_PR-6892 CXX=/var/jenkins/workspace/Kokkos_PR-6892/bin/nvcc_wrapper KOKKOS_DEVICES=Cuda KOKKOS_ARCH=Volta70 CUDA_PATH=/usr/local/cuda CXXFLAGS="-Werror" KOKKOS_CXX_STANDARD="c++17" GTEST_PATH=/var/jenkins/workspace/Kokkos_PR-6892/tpls/gtest KOKKOS_OPTIONS=compiler_warnings KOKKOS_CUDA_OPTIONS=enable_lambda KOKKOS_PATH=/var/jenkins/workspace/Kokkos_PR-6892
make[2]: Entering directory '/var/jenkins/workspace/Kokkos_PR-6892/build/containers/unit_tests'
echo "End Build"
End Build
make[2]: Leaving directory '/var/jenkins/workspace/Kokkos_PR-6892/build/containers/unit_tests'
make -f /var/jenkins/workspace/Kokkos_PR-6892/containers/unit_tests/Makefile KOKKOS_SRC_PATH=/var/jenkins/workspace/Kokkos_PR-6892 CXX=/var/jenkins/workspace/Kokkos_PR-6892/bin/nvcc_wrapper KOKKOS_DEVICES=Cuda KOKKOS_ARCH=Volta70 CUDA_PATH=/usr/local/cuda CXXFLAGS="-Werror" KOKKOS_CXX_STANDARD="c++17" GTEST_PATH=/var/jenkins/workspace/Kokkos_PR-6892/tpls/gtest KOKKOS_OPTIONS=compiler_warnings KOKKOS_CUDA_OPTIONS=enable_lambda KOKKOS_PATH=/var/jenkins/workspace/Kokkos_PR-6892 test
make[2]: Entering directory '/var/jenkins/workspace/Kokkos_PR-6892/build/containers/unit_tests'
./KokkosContainers_UnitTest_Cuda
./KokkosContainers_UnitTest_Serial
[==========] Running 42 tests from 1 test suite.
[----------] Global test environment set-up.
[----------] 42 tests from serial
[ RUN      ] serial.bitset
[==========] Running 42 tests from 1 test suite.
[----------] Global test environment set-up.
[----------] 42 tests from cuda
[ RUN      ] cuda.bitset
[       OK ] cuda.bitset (14 ms)
[ RUN      ] cuda.bitset_default_constructor_no_alloc
[       OK ] cuda.bitset_default_constructor_no_alloc (0 ms)
[ RUN      ] cuda.dualview_combination
[       OK ] cuda.dualview_combination (0 ms)
[ RUN      ] cuda.dualview_alloc
[       OK ] cuda.dualview_alloc (0 ms)
[ RUN      ] cuda.test_dualview_copy_construction_and_assignment
[       OK ] cuda.test_dualview_copy_construction_and_assignment (0 ms)
[ RUN      ] cuda.dualview_combinations_without_init
[       OK ] cuda.dualview_combinations_without_init (0 ms)
[ RUN      ] cuda.dualview_deep_copy
[       OK ] cuda.dualview_deep_copy (2 ms)
[ RUN      ] cuda.dualview_realloc
[       OK ] cuda.dualview_realloc (0 ms)
[ RUN      ] cuda.dualview_resize
[       OK ] cuda.dualview_resize (0 ms)
[ RUN      ] cuda.dualview_device_correct_kokkos_device
[       OK ] cuda.dualview_device_correct_kokkos_device (3 ms)
[ RUN      ] cuda.dualview_host_correct_kokkos_device
[       OK ] cuda.dualview_host_correct_kokkos_device (3 ms)
[ RUN      ] cuda.dualview_host_modify_template_device_sync
[       OK ] cuda.dualview_host_modify_template_device_sync (1 ms)
[ RUN      ] cuda.dualview_host_modify_template_device_execspace_sync
[       OK ] cuda.dualview_host_modify_template_device_execspace_sync (0 ms)
[ RUN      ] cuda.dualview_device_modify_template_host_sync
[       OK ] cuda.dualview_device_modify_template_host_sync (0 ms)
[ RUN      ] cuda.dualview_device_modify_template_host_execspace_sync
[       OK ] cuda.dualview_device_modify_template_host_execspace_sync (0 ms)
[ RUN      ] cuda.dualview_template_views_return_correct_executionspace_views
[       OK ] cuda.dualview_template_views_return_correct_executionspace_views (0 ms)
[ RUN      ] cuda.dynamic_view
[       OK ] cuda.dynamic_view (42 ms)
[ RUN      ] cuda.dyn_rank_view_api_generic
[       OK ] cuda.dyn_rank_view_api_generic (47 ms)
[ RUN      ] cuda.dyn_rank_view_api_operator_rank12345
[       OK ] cuda.dyn_rank_view_api_operator_rank12345 (1 ms)
[ RUN      ] cuda.dyn_rank_view_check_fence_resize_realloc
[       OK ] cuda.dyn_rank_view_check_fence_resize_realloc (3 ms)
[ RUN      ] cuda.dyn_rank_view_api_operator_rank67
[       OK ] cuda.dyn_rank_view_api_operator_rank67 (0 ms)
[ RUN      ] cuda.ErrorReporterViaLambda
[       OK ] cuda.ErrorReporterViaLambda (1 ms)
[ RUN      ] cuda.ErrorReporter
[       OK ] cuda.ErrorReporter (1 ms)
[ RUN      ] cuda.offsetview_construction
[       OK ] cuda.offsetview_construction (2 ms)
[ RUN      ] cuda.offsetview_unmanaged_construction
[       OK ] cuda.offsetview_unmanaged_construction (0 ms)
[ RUN      ] cuda.offsetview_subview
[       OK ] cuda.offsetview_subview (1 ms)
[ RUN      ] cuda.offsetview_offsets_rank1
[       OK ] cuda.offsetview_offsets_rank1 (0 ms)
[ RUN      ] cuda.offsetview_offsets_rank2
[       OK ] cuda.offsetview_offsets_rank2 (0 ms)
[ RUN      ] cuda.offsetview_offsets_rank3
[       OK ] cuda.offsetview_offsets_rank3 (0 ms)
[ RUN      ] cuda.scatterview
[       OK ] serial.bitset (14511 ms)
[ RUN      ] serial.bitset_default_constructor_no_alloc
[       OK ] serial.bitset_default_constructor_no_alloc (0 ms)
[ RUN      ] serial.dualview_combination
[       OK ] serial.dualview_combination (0 ms)
[ RUN      ] serial.dualview_alloc
[       OK ] serial.dualview_alloc (0 ms)
[ RUN      ] serial.test_dualview_copy_construction_and_assignment
[       OK ] serial.test_dualview_copy_construction_and_assignment (0 ms)
[ RUN      ] serial.dualview_combinations_without_init
[       OK ] serial.dualview_combinations_without_init (0 ms)
[ RUN      ] serial.dualview_deep_copy
[       OK ] serial.dualview_deep_copy (0 ms)
[ RUN      ] serial.dualview_realloc
[       OK ] serial.dualview_realloc (0 ms)
[ RUN      ] serial.dualview_resize
[       OK ] serial.dualview_resize (0 ms)
[ RUN      ] serial.dualview_device_correct_kokkos_device
[       OK ] serial.dualview_device_correct_kokkos_device (2 ms)
[ RUN      ] serial.dualview_host_correct_kokkos_device
[       OK ] serial.dualview_host_correct_kokkos_device (0 ms)
[ RUN      ] serial.dualview_host_modify_template_device_sync
[       OK ] serial.dualview_host_modify_template_device_sync (0 ms)
[ RUN      ] serial.dualview_host_modify_template_device_execspace_sync
[       OK ] serial.dualview_host_modify_template_device_execspace_sync (0 ms)
[ RUN      ] serial.dualview_device_modify_template_host_sync
[       OK ] serial.dualview_device_modify_template_host_sync (0 ms)
[ RUN      ] serial.dualview_device_modify_template_host_execspace_sync
[       OK ] serial.dualview_device_modify_template_host_execspace_sync (0 ms)
[ RUN      ] serial.dualview_template_views_return_correct_executionspace_views
[       OK ] serial.dualview_template_views_return_correct_executionspace_views (0 ms)
[ RUN      ] serial.dynamic_view
[       OK ] serial.dynamic_view (188 ms)
[ RUN      ] serial.dyn_rank_view_api_generic
[       OK ] serial.dyn_rank_view_api_generic (51 ms)
[ RUN      ] serial.dyn_rank_view_api_operator_rank12345
[       OK ] serial.dyn_rank_view_api_operator_rank12345 (0 ms)
[ RUN      ] serial.dyn_rank_view_check_fence_resize_realloc
/var/jenkins/workspace/Kokkos_PR-6892/containers/unit_tests/TestDynViewAPI_rank12345.hpp:70: Skipped
skipping since not default execution space
[  SKIPPED ] serial.dyn_rank_view_check_fence_resize_realloc (0 ms)
[ RUN      ] serial.dyn_rank_view_api_operator_rank67
[       OK ] serial.dyn_rank_view_api_operator_rank67 (0 ms)
[ RUN      ] serial.ErrorReporterViaLambda
[       OK ] serial.ErrorReporterViaLambda (0 ms)
[ RUN      ] serial.ErrorReporter
[       OK ] serial.ErrorReporter (0 ms)
[ RUN      ] serial.offsetview_construction
[       OK ] serial.offsetview_construction (931 ms)
[ RUN      ] serial.offsetview_unmanaged_construction
[       OK ] serial.offsetview_unmanaged_construction (0 ms)
[ RUN      ] serial.offsetview_subview
[       OK ] serial.offsetview_subview (25 ms)
[ RUN      ] serial.offsetview_offsets_rank1
[       OK ] serial.offsetview_offsets_rank1 (0 ms)
[ RUN      ] serial.offsetview_offsets_rank2
[       OK ] serial.offsetview_offsets_rank2 (0 ms)
[ RUN      ] serial.offsetview_offsets_rank3
[       OK ] serial.offsetview_offsets_rank3 (0 ms)
[ RUN      ] serial.scatterview
[       OK ] serial.scatterview (33115 ms)
[ RUN      ] serial.scatterview_devicetype
[       OK ] serial.scatterview_devicetype (8 ms)
[ RUN      ] serial.staticcrsgraph
[       OK ] serial.staticcrsgraph (46 ms)
[ RUN      ] serial.UnorderedMap_insert
[       OK ] cuda.scatterview (132810 ms)
[ RUN      ] cuda.scatterview_devicetype
[       OK ] cuda.scatterview_devicetype (41 ms)
[ RUN      ] cuda.staticcrsgraph
[       OK ] cuda.staticcrsgraph (85 ms)
[ RUN      ] cuda.UnorderedMap_insert
[       OK ] serial.UnorderedMap_insert (84314 ms)
[ RUN      ] serial.UnorderedMap_failed_insert
[       OK ] cuda.UnorderedMap_insert (13273 ms)
[ RUN      ] cuda.UnorderedMap_failed_insert
[       OK ] cuda.UnorderedMap_failed_insert (1575 ms)
[ RUN      ] cuda.UnorderedMap_deep_copy
[       OK ] cuda.UnorderedMap_deep_copy (11 ms)
[ RUN      ] cuda.UnorderedMap_valid_empty
[       OK ] cuda.UnorderedMap_valid_empty (1 ms)
[ RUN      ] cuda.UnorderedMap_clear_zero_size
[       OK ] cuda.UnorderedMap_clear_zero_size (0 ms)
[ RUN      ] cuda.UnorderedMap_consistent_size
[       OK ] cuda.UnorderedMap_consistent_size (0 ms)
[ RUN      ] cuda.UnorderedMap_shallow_copyable_on_device
[       OK ] cuda.UnorderedMap_shallow_copyable_on_device (0 ms)
[ RUN      ] cuda.UnorderedMap_lambda_capturable
[       OK ] cuda.UnorderedMap_lambda_capturable (0 ms)
[ RUN      ] cuda.UnorderedMap_constructor_view_alloc
[       OK ] cuda.UnorderedMap_constructor_view_alloc (0 ms)
[ RUN      ] cuda.viewctorprop_embedded_dim
[       OK ] cuda.viewctorprop_embedded_dim (0 ms)
[----------] 42 tests from cuda (147939 ms total)

[----------] Global test environment tear-down
[==========] 42 tests from 1 test suite ran. (147939 ms total)
[  PASSED  ] 42 tests.
[       OK ] serial.UnorderedMap_failed_insert (38920 ms)
[ RUN      ] serial.UnorderedMap_deep_copy
[       OK ] serial.UnorderedMap_deep_copy (21 ms)
[ RUN      ] serial.UnorderedMap_valid_empty
[       OK ] serial.UnorderedMap_valid_empty (0 ms)
[ RUN      ] serial.UnorderedMap_clear_zero_size
[       OK ] serial.UnorderedMap_clear_zero_size (0 ms)
[ RUN      ] serial.UnorderedMap_consistent_size
[       OK ] serial.UnorderedMap_consistent_size (0 ms)
[ RUN      ] serial.UnorderedMap_shallow_copyable_on_device
[       OK ] serial.UnorderedMap_shallow_copyable_on_device (0 ms)
[ RUN      ] serial.UnorderedMap_lambda_capturable
[       OK ] serial.UnorderedMap_lambda_capturable (0 ms)
[ RUN      ] serial.UnorderedMap_constructor_view_alloc
[       OK ] serial.UnorderedMap_constructor_view_alloc (0 ms)
[ RUN      ] serial.viewctorprop_embedded_dim
[       OK ] serial.viewctorprop_embedded_dim (0 ms)
[----------] 42 tests from serial (172150 ms total)

[----------] Global test environment tear-down
[==========] 42 tests from 1 test suite ran. (172151 ms total)
[  PASSED  ] 41 tests.
[  SKIPPED ] 1 test, listed below:
[  SKIPPED ] serial.dyn_rank_view_check_fence_resize_realloc
make[2]: Leaving directory '/var/jenkins/workspace/Kokkos_PR-6892/build/containers/unit_tests'
make[1]: Leaving directory '/var/jenkins/workspace/Kokkos_PR-6892/build/containers/unit_tests'
make -C containers/performance_tests test
make[1]: Entering directory '/var/jenkins/workspace/Kokkos_PR-6892/build/containers/performance_tests'
make -f /var/jenkins/workspace/Kokkos_PR-6892/containers/performance_tests/Makefile KOKKOS_SRC_PATH=/var/jenkins/workspace/Kokkos_PR-6892 CXX=/var/jenkins/workspace/Kokkos_PR-6892/bin/nvcc_wrapper KOKKOS_DEVICES=Cuda KOKKOS_ARCH=Volta70 CUDA_PATH=/usr/local/cuda CXXFLAGS="-Werror" KOKKOS_CXX_STANDARD="c++17" GTEST_PATH=/var/jenkins/workspace/Kokkos_PR-6892/tpls/gtest KOKKOS_OPTIONS=compiler_warnings KOKKOS_CUDA_OPTIONS=enable_lambda KOKKOS_PATH=/var/jenkins/workspace/Kokkos_PR-6892
make[2]: Entering directory '/var/jenkins/workspace/Kokkos_PR-6892/build/containers/performance_tests'
echo "End Build"
End Build
make[2]: Leaving directory '/var/jenkins/workspace/Kokkos_PR-6892/build/containers/performance_tests'
make -f /var/jenkins/workspace/Kokkos_PR-6892/containers/performance_tests/Makefile KOKKOS_SRC_PATH=/var/jenkins/workspace/Kokkos_PR-6892 CXX=/var/jenkins/workspace/Kokkos_PR-6892/bin/nvcc_wrapper KOKKOS_DEVICES=Cuda KOKKOS_ARCH=Volta70 CUDA_PATH=/usr/local/cuda CXXFLAGS="-Werror" KOKKOS_CXX_STANDARD="c++17" GTEST_PATH=/var/jenkins/workspace/Kokkos_PR-6892/tpls/gtest KOKKOS_OPTIONS=compiler_warnings KOKKOS_CUDA_OPTIONS=enable_lambda KOKKOS_PATH=/var/jenkins/workspace/Kokkos_PR-6892 test
make[2]: Entering directory '/var/jenkins/workspace/Kokkos_PR-6892/build/containers/performance_tests'
./KokkosContainers_PerformanceTest_Cuda
[==========] Running 4 tests from 1 test suite.
[----------] Global test environment set-up.
[----------] 4 tests from TEST_CATEGORY
[ RUN      ] TEST_CATEGORY.dynrankview_perf
Cuda
 DynRankView vs View: Initialization Only 
 View time (init only): 0.00139697
 View sum computation time: 0.00139697
 Strided View time (init only): 0.00132997
 View Rank7 time (init only): 0.00137725
 DynRankView time (init only): 0.00140026
 DynRankView sum computation time: 0.0017476
 Ratio of View to DynRankView time: 0.997651
 Ratio of View to DynRankView sum computation time: 1.00571
 Ratio of View to View Rank7  time: 1.01432
 Ratio of StrideView to DynRankView time: 0.949807
 Ratio of DynRankView to View Rank7  time: 1.01671
[       OK ] TEST_CATEGORY.dynrankview_perf (110 ms)
[ RUN      ] TEST_CATEGORY.global_2_local
Cuda
size, create, generate, fill, find
256, 0.000667622, 5.5758e-05, 0.00669615, 0.00270665
512, 0.000282109, 2.1589e-05, 2.8362e-05, 0.00260186
1024, 0.000261375, 1.9215e-05, 2.8549e-05, 0.00265494
2048, 0.00024728, 1.8533e-05, 2.8061e-05, 0.0026909
4096, 0.000253548, 1.9023e-05, 2.9348e-05, 0.00271907
8192, 0.000268279, 1.8558e-05, 3.1928e-05, 0.00267125
16384, 0.000259186, 1.7681e-05, 3.1909e-05, 0.0027171
32768, 0.000252509, 1.7804e-05, 3.6434e-05, 0.00282741
65536, 0.000260887, 1.952e-05, 4.4134e-05, 0.00304973
131072, 0.000262793, 1.942e-05, 5.9577e-05, 0.00349462
262144, 0.000275068, 2.338e-05, 0.000133718, 0.00532732
524288, 0.000295948, 2.3232e-05, 0.000483436, 0.0147854
1048576, 0.00077712, 3.2081e-05, 0.00133054, 0.0454524
2097152, 0.00121053, 4.5035e-05, 0.00322849, 0.11025
4194304, 0.00156298, 7.0859e-05, 0.00738512, 0.238854
[       OK ] TEST_CATEGORY.global_2_local (476 ms)
[ RUN      ] TEST_CATEGORY.unordered_map_performance_near
skipping test
[       OK ] TEST_CATEGORY.unordered_map_performance_near (0 ms)
[ RUN      ] TEST_CATEGORY.unordered_map_performance_far
skipping test
[       OK ] TEST_CATEGORY.unordered_map_performance_far (0 ms)
[----------] 4 tests from TEST_CATEGORY (587 ms total)

[----------] Global test environment tear-down
[==========] 4 tests from 1 test suite ran. (587 ms total)
[  PASSED  ] 4 tests.
make[2]: Leaving directory '/var/jenkins/workspace/Kokkos_PR-6892/build/containers/performance_tests'
make[1]: Leaving directory '/var/jenkins/workspace/Kokkos_PR-6892/build/containers/performance_tests'
make -C algorithms/unit_tests test
make[1]: Entering directory '/var/jenkins/workspace/Kokkos_PR-6892/build/algorithms/unit_tests'
make -f /var/jenkins/workspace/Kokkos_PR-6892/algorithms/unit_tests/Makefile KOKKOS_SRC_PATH=/var/jenkins/workspace/Kokkos_PR-6892 CXX=/var/jenkins/workspace/Kokkos_PR-6892/bin/nvcc_wrapper KOKKOS_DEVICES=Cuda KOKKOS_ARCH=Volta70 CUDA_PATH=/usr/local/cuda CXXFLAGS="-Werror" KOKKOS_CXX_STANDARD="c++17" GTEST_PATH=/var/jenkins/workspace/Kokkos_PR-6892/tpls/gtest KOKKOS_OPTIONS=compiler_warnings KOKKOS_CUDA_OPTIONS=enable_lambda KOKKOS_PATH=/var/jenkins/workspace/Kokkos_PR-6892
make[2]: Entering directory '/var/jenkins/workspace/Kokkos_PR-6892/build/algorithms/unit_tests'
echo "End Build"
End Build
make[2]: Leaving directory '/var/jenkins/workspace/Kokkos_PR-6892/build/algorithms/unit_tests'
make -f /var/jenkins/workspace/Kokkos_PR-6892/algorithms/unit_tests/Makefile KOKKOS_SRC_PATH=/var/jenkins/workspace/Kokkos_PR-6892 CXX=/var/jenkins/workspace/Kokkos_PR-6892/bin/nvcc_wrapper KOKKOS_DEVICES=Cuda KOKKOS_ARCH=Volta70 CUDA_PATH=/usr/local/cuda CXXFLAGS="-Werror" KOKKOS_CXX_STANDARD="c++17" GTEST_PATH=/var/jenkins/workspace/Kokkos_PR-6892/tpls/gtest KOKKOS_OPTIONS=compiler_warnings KOKKOS_CUDA_OPTIONS=enable_lambda KOKKOS_PATH=/var/jenkins/workspace/Kokkos_PR-6892 test
make[2]: Entering directory '/var/jenkins/workspace/Kokkos_PR-6892/build/algorithms/unit_tests'
./KokkosAlgorithms_UnitTest_Cuda
./KokkosAlgorithms_UnitTest_Serial
[==========] Running 12 tests from 1 test suite.
[----------] Global test environment set-up.
[----------] 12 tests from serial
[ RUN      ] serial.Random_XorShift64
Test Seed:1711134517437294139
Test Scalar=int
 -- Testing randomness properties
[==========] Running 12 tests from 1 test suite.
[----------] Global test environment set-up.
[----------] 12 tests from cuda
[ RUN      ] cuda.Random_XorShift64
Test Seed:1711134517464737380
Test Scalar=int
 -- Testing randomness properties
 -- Testing 1-D histogram
Density 1D: 6.43252e-07 0.00399831 -0.023747 || 0.051031 28057 29313 || 28560.2 28674.4 || -328.279 -2.0744
 -- Testing 3-D histogram
Density 3D: 6.43252e-07 0.0181145 0.000963894 || 0.051031 1e+64 -1e+64
Test Scalar=unsigned int
 -- Testing randomness properties
 -- Testing 1-D histogram
Density 1D: 6.43252e-07 -0.00196 0.028688 || 0.051031 27981 29342 || 28730.7 28674.4 || 396.583 -2.0744
 -- Testing 3-D histogram
Density 3D: 6.43252e-07 0.00649699 0.00822722 || 0.051031 1e+64 -1e+64
Test Scalar=int64_t
 -- Testing randomness properties
 -- Testing 1-D histogram
Density 1D: 6.43252e-07 0.014181 0.00733246 || 0.051031 28071 29289 || 28273.4 28674.4 || 101.364 -2.0744
 -- Testing 3-D histogram
Density 3D: 6.43252e-07 0.00316001 -0.0118058 || 0.051031 1e+64 -1e+64
Test Scalar=uint64_t
 -- Testing randomness properties
 -- Testing 1-D histogram
Density 1D: 6.43252e-07 0.00292427 0.0043683 || 0.051031 28044 29346 || 28590.8 28674.4 || 60.3874 -2.0744
 -- Testing 3-D histogram
Density 3D: 6.43252e-07 0.00625165 0.00789459 || 0.051031 1e+64 -1e+64
Test Scalar=half
 -- Testing randomness properties
 -- Testing 1-D histogram
Density 1D: 0.000243849 -0.99999 -48247.6 || 0.051031 0 195007 || 2.92893e+09 28674.4 || -6.66975e+08 -2.0744
 -- Testing 3-D histogram
Density 3D: 0.000730442 -0.304099 0.152121 || 0.051031 1e+64 -1e+64
Test Scalar=bhalf
 -- Testing randomness properties
 -- Testing 1-D histogram
Density 1D: 0.00195732 -0.999999 -57857.7 || 0.051031 0 1.55199e+06 || 2.8692e+10 28674.4 || -7.99825e+08 -2.0744
 -- Testing 3-D histogram
Density 3D: 0.00588224 -0.967774 10.2171 || 0.051031 1e+64 -1e+64
Test Scalar=float
 -- Testing randomness properties
 -- Testing 1-D histogram
Density 1D: 6.68478e-07 -0.00928829 -0.0191759 || 0.051031 27975 29272 || 28943.2 28674.4 || -265.088 -2.0744
 -- Testing 3-D histogram
Density 3D: 7.18929e-07 -0.0158069 -3.00184e-05 || 0.051031 1e+64 -1e+64
Test Scalar=double
 -- Testing randomness properties
 -- Testing 1-D histogram
Density 1D: 6.43252e-07 -0.0133947 -0.000999407 || 0.051031 28054 29465 || 29063.7 28674.4 || -13.8158 -2.0744
 -- Testing 3-D histogram
Density 3D: 6.43252e-07 0.0162393 -0.00145168 || 0.051031 1e+64 -1e+64
Test Seed:1711134517609719412
Test Scalar=int
 -- Testing randomness properties
 -- Testing 1-D histogram
Density 1D: 6.45775e-07 0.0371825 0.00761664 || 0.051031 28060 29296 || 27646.4 28674.4 || 105.292 -2.0744
 -- Testing 3-D histogram
Density 3D: 6.5082e-07 0.0138311 -0.00224188 || 0.051031 1e+64 -1e+64
Test Scalar=unsigned int
 -- Testing randomness properties
 -- Testing 1-D histogram
Density 1D: 6.43252e-07 0.0107283 -0.00342142 || 0.051031 28038 29263 || 28370 28674.4 || -47.2978 -2.0744
 -- Testing 3-D histogram
Density 3D: 6.43252e-07 -0.000510777 0.000917315 || 0.051031 1e+64 -1e+64
Test Scalar=int64_t
 -- Testing randomness properties
 -- Testing 1-D histogram
Density 1D: 6.43252e-07 0.0104015 0.0134579 || 0.051031 28068 29269 || 28379.2 28674.4 || 186.042 -2.0744
 -- Testing 3-D histogram
Density 3D: 6.43252e-07 0.0111987 0.00288053 || 0.051031 1e+64 -1e+64
Test Scalar=uint64_t
 -- Testing randomness properties
 -- Testing 1-D histogram
Density 1D: 6.43252e-07 -0.00606911 -0.000362208 || 0.051031 28057 29297 || 28849.5 28674.4 || -5.00717 -2.0744
 -- Testing 3-D histogram
Density 3D: 6.43252e-07 -0.0128961 -0.00582683 || 0.051031 1e+64 -1e+64
Test Scalar=half
 -- Testing randomness properties
 -- Testing 1-D histogram
Density 1D: 0.000245361 -0.99999 -48246.2 || 0.051031 0 194824 || 2.92871e+09 28674.4 || -6.66956e+08 -2.0744
 -- Testing 3-D histogram
Density 3D: 0.000734982 -0.31263 0.140834 || 0.051031 1e+64 -1e+64
Test Scalar=bhalf
 -- Testing randomness properties
 -- Testing 1-D histogram
Density 1D: 0.00195968 -0.999999 -57856.8 || 0.051031 0 1.55173e+06 || 2.86912e+10 28674.4 || -7.99813e+08 -2.0744
 -- Testing 3-D histogram
Density 3D: 0.00588918 -0.967778 10.3391 || 0.051031 1e+64 -1e+64
Test Scalar=float
 -- Testing randomness properties
 -- Testing 1-D histogram
Density 1D: 6.73523e-07 0.0114199 0.00828502 || 0.051031 27989 29348 || 28350.6 28674.4 || 114.532 -2.0744
 -- Testing 3-D histogram
Density 3D: 7.34064e-07 0.00481756 0.00884378 || 0.051031 1e+64 -1e+64
Test Scalar=double
 -- Testing randomness properties
 -- Testing 1-D histogram
Density 1D: 6.43252e-07 0.00705085 -0.0108539 || 0.051031 27973 29274 || 28473.6 28674.4 || -150.044 -2.0744
 -- Testing 3-D histogram
Density 3D: 6.43252e-07 -0.00158429 -0.00304763 || 0.051031 1e+64 -1e+64
[       OK ] cuda.Random_XorShift64 (294 ms)
[ RUN      ] cuda.Random_XorShift1024_0
Test Seed:1711134517758983689
Test Scalar=int
 -- Testing randomness properties
 -- Testing 1-D histogram
Density 1D: 2.47955e-07 0.0184787 -0.00835648 || 0.051031 10991 11785 || 11170.5 11377 || -115.52 -0.823045
 -- Testing 3-D histogram
Density 3D: 2.47955e-07 0.00321805 0.00225468 || 0.051031 1e+64 -1e+64
Test Scalar=unsigned int
 -- Testing randomness properties
 -- Testing 1-D histogram
Density 1D: 2.47955e-07 -0.00210776 -0.00909968 || 0.051031 10998 11772 || 11401 11377 || -125.794 -0.823045
 -- Testing 3-D histogram
Density 3D: 2.47955e-07 -0.00814986 -0.00327867 || 0.051031 1e+64 -1e+64
Test Scalar=int64_t
 -- Testing randomness properties
 -- Testing 1-D histogram
Density 1D: 2.47955e-07 0.00559897 -0.00333129 || 0.051031 11004 11774 || 11313.6 11377 || -46.0517 -0.823045
 -- Testing 3-D histogram
Density 3D: 2.47955e-07 0.00295127 0.00442007 || 0.051031 1e+64 -1e+64
Test Scalar=uint64_t
 -- Testing randomness properties
 -- Testing 1-D histogram
Density 1D: 2.47955e-07 -0.00565923 0.0010845 || 0.051031 10965 11760 || 11441.7 11377 || 14.9922 -0.823045
 -- Testing 3-D histogram
Density 3D: 2.47955e-07 -0.00698791 -0.00254674 || 0.051031 1e+64 -1e+64
Test Scalar=half
 -- Testing randomness properties
 -- Testing 1-D histogram
Density 1D: 0.000245644 -0.999975 -7594.88 || 0.051031 0 77651 || 4.61037e+08 11377 || -1.04992e+08 -0.823045
 -- Testing 3-D histogram
Density 3D: 0.000736607 -0.145187 0.0237282 || 0.051031 1e+64 -1e+64
Test Scalar=bhalf
 -- Testing randomness properties
 -- Testing 1-D histogram
Density 1D: 0.0019633 -0.999997 -9107.98 || 0.051031 0 616949 || 4.51659e+09 11377 || -1.25909e+08 -0.823045
 -- Testing 3-D histogram
Density 3D: 0.00590188 -0.921817 1.61183 || 0.051031 1e+64 -1e+64
Test Scalar=float
 -- Testing randomness properties
 -- Testing 1-D histogram
Density 1D: 2.60671e-07 0.00862451 0.011481 || 0.051031 10970 11824 || 11279.7 11377 || 158.713 -0.823045
 -- Testing 3-D histogram
Density 3D: 2.86102e-07 0.00517966 -0.00293667 || 0.051031 1e+64 -1e+64
Test Scalar=double
 -- Testing randomness properties
 -- Testing 1-D histogram
Density 1D: 2.47955e-07 0.0120107 0.000322627 || 0.051031 10943 11785 || 11241.9 11377 || 4.46 -0.823045
 -- Testing 3-D histogram
Density 3D: 2.47955e-07 -0.00385588 0.00179823 || 0.051031 1e+64 -1e+64
Test Seed:1711134518120309536
Test Scalar=int
 -- Testing randomness properties
 -- Testing 1-D histogram
Density 1D: 2.47955e-07 0.0153104 -0.000512338 || 0.051031 10944 11832 || 11205.4 11377 || -7.08256 -0.823045
 -- Testing 3-D histogram
Density 3D: 2.47955e-07 0.0132826 0.00259756 || 0.051031 1e+64 -1e+64
Test Scalar=unsigned int
 -- Testing randomness properties
 -- Testing 1-D histogram
Density 1D: 2.47955e-07 0.000980504 -0.0225217 || 0.051031 11013 11835 || 11365.8 11377 || -311.34 -0.823045
 -- Testing 3-D histogram
Density 3D: 2.47955e-07 0.0142967 0.00110365 || 0.051031 1e+64 -1e+64
Test Scalar=int64_t
 -- Testing randomness properties
 -- Testing 1-D histogram
Density 1D: 2.47955e-07 0.0200553 0.0172692 || 0.051031 11004 11787 || 11153.3 11377 || 238.729 -0.823045
 -- Testing 3-D histogram
Density 3D: 2.47955e-07 -0.0232014 -0.00317365 || 0.051031 1e+64 -1e+64
Test Scalar=uint64_t
 -- Testing randomness properties
 -- Testing 1-D histogram
Density 1D: 2.47955e-07 -0.00712513 0.00615068 || 0.051031 10963 11812 || 11458.6 11377 || 85.0269 -0.823045
 -- Testing 3-D histogram
Density 3D: 2.47955e-07 -0.0211742 0.00181418 || 0.051031 1e+64 -1e+64
Test Scalar=half
 -- Testing randomness properties
 -- Testing 1-D histogram
Density 1D: 0.000246013 -0.999975 -7594.61 || 0.051031 0 77559 || 4.61041e+08 11377 || -1.04988e+08 -0.823045
 -- Testing 3-D histogram
Density 3D: 0.000737791 -0.156461 0.023381 || 0.051031 1e+64 -1e+64
Test Scalar=bhalf
 -- Testing randomness properties
 -- Testing 1-D histogram
Density 1D: 0.00195888 -0.999997 -9107.83 || 0.051031 0 616139 || 4.51633e+09 11377 || -1.25907e+08 -0.823045
 -- Testing 3-D histogram
Density 3D: 0.00588704 -0.922153 1.6212 || 0.051031 1e+64 -1e+64
Test Scalar=float
 -- Testing randomness properties
 -- Testing 1-D histogram
Density 1D: 2.67029e-07 -0.0164287 0.00179312 || 0.051031 10967 11859 || 11567 11377 || 24.7881 -0.823045
 -- Testing 3-D histogram
Density 3D: 3.05176e-07 -0.00244857 -0.000106024 || 0.051031 1e+64 -1e+64
Test Scalar=double
 -- Testing randomness properties
 -- Testing 1-D histogram
Density 1D: 2.47955e-07 -0.00285078 0.0115945 || 0.051031 10968 11820 || 11409.5 11377 || 160.282 -0.823045
 -- Testing 3-D histogram
Density 3D: 2.47955e-07 0.00780307 0.00286533 || 0.051031 1e+64 -1e+64
[       OK ] cuda.Random_XorShift1024_0 (1004 ms)
[ RUN      ] cuda.Multi_streams
[       OK ] cuda.Multi_streams (3792 ms)
[ RUN      ] cuda.SortUnsignedValueType
[       OK ] cuda.SortUnsignedValueType (46 ms)
[ RUN      ] cuda.SortEmptyView
[       OK ] cuda.SortEmptyView (0 ms)
[ RUN      ] cuda.BinSortGenericTests
[       OK ] cuda.BinSortGenericTests (39 ms)
[ RUN      ] cuda.BinSortEmptyView
[       OK ] cuda.BinSortEmptyView (0 ms)
[ RUN      ] cuda.BinSortEmptyKeysView
[       OK ] cuda.BinSortEmptyKeysView (0 ms)
[ RUN      ] cuda.BinSortUnsignedKeyLayoutStrideValues
 -- Testing 1-D histogram
Density 1D: 6.43252e-07 0.0104781 0.00227753 || 0.051031 28058 29296 || 28377.1 28674.4 || 31.4846 -2.0744
 -- Testing 3-D histogram
Density 3D: 6.43252e-07 0.000435875 -0.00544551 || 0.051031 1e+64 -1e+64
Test Scalar=unsigned int
 -- Testing randomness properties
 -- Testing 1-D histogram
Density 1D: 6.43252e-07 0.00738476 -0.00516306 || 0.051031 28057 29360 || 28464.2 28674.4 || -71.3742 -2.0744
 -- Testing 3-D histogram
Density 3D: 6.43252e-07 -0.00769903 -0.00432562 || 0.051031 1e+64 -1e+64
Test Scalar=int64_t
 -- Testing randomness properties
[       OK ] cuda.BinSortUnsignedKeyLayoutStrideValues (196131 ms)
[ RUN      ] cuda.NestedSort
[       OK ] cuda.NestedSort (250 ms)
[ RUN      ] cuda.NestedSortByKey
[       OK ] cuda.NestedSortByKey (992 ms)
[ RUN      ] cuda.SortWithCustomComparator
 -- Testing 1-D histogram
Density 1D: 6.43252e-07 -0.0102715 -0.00331242 || 0.051031 27967 29340 || 28972 28674.4 || -45.7909 -2.0744
 -- Testing 3-D histogram
Density 3D: 6.43252e-07 0.0124712 0.00338486 || 0.051031 1e+64 -1e+64
Test Scalar=uint64_t
 -- Testing randomness properties
[       OK ] cuda.SortWithCustomComparator (4759 ms)
[----------] 12 tests from cuda (207313 ms total)

[----------] Global test environment tear-down
[==========] 12 tests from 1 test suite ran. (207313 ms total)
[  PASSED  ] 12 tests.
 -- Testing 1-D histogram
Density 1D: 6.43252e-07 0.0134393 0.0216175 || 0.051031 28031 29365 || 28294.1 28674.4 || 298.84 -2.0744
 -- Testing 3-D histogram
Density 3D: 6.43252e-07 0.00727857 -0.00698859 || 0.051031 1e+64 -1e+64
Test Scalar=half
 -- Testing randomness properties
 -- Testing 1-D histogram
Density 1D: 0.000245873 -0.99999 -48241.7 || 0.051031 0 194956 || 2.92854e+09 28674.4 || -6.66893e+08 -2.0744
 -- Testing 3-D histogram
Density 3D: 0.000736543 -0.296311 0.153747 || 0.051031 1e+64 -1e+64
Test Scalar=bhalf
 -- Testing randomness properties
 -- Testing 1-D histogram
Density 1D: 0.00196069 -0.999999 -57856.4 || 0.051031 0 1.55195e+06 || 2.86904e+10 28674.4 || -7.99807e+08 -2.0744
 -- Testing 3-D histogram
Density 3D: 0.00589295 -0.967966 10.358 || 0.051031 1e+64 -1e+64
Test Scalar=float
 -- Testing randomness properties
 -- Testing 1-D histogram
Density 1D: 6.8109e-07 0.0048988 -0.0195816 || 0.051031 28046 29333 || 28534.6 28674.4 || -270.696 -2.0744
 -- Testing 3-D histogram
Density 3D: 7.56767e-07 -0.00314853 0.00685682 || 0.051031 1e+64 -1e+64
Test Scalar=double
 -- Testing randomness properties
 -- Testing 1-D histogram
Density 1D: 6.43252e-07 -0.0232334 0.0187174 || 0.051031 27988 29276 || 29356.4 28674.4 || 258.749 -2.0744
 -- Testing 3-D histogram
Density 3D: 6.43252e-07 -0.00948553 6.66665e-05 || 0.051031 1e+64 -1e+64
Test Seed:1711135206010010665
Test Scalar=int
 -- Testing randomness properties
 -- Testing 1-D histogram
Density 1D: 6.45775e-07 -0.0178016 -0.000424872 || 0.051031 28020 29382 || 29194.1 28674.4 || -5.87343 -2.0744
 -- Testing 3-D histogram
Density 3D: 6.5082e-07 0.019299 -0.000799809 || 0.051031 1e+64 -1e+64
Test Scalar=unsigned int
 -- Testing randomness properties
 -- Testing 1-D histogram
Density 1D: 6.43252e-07 -0.00677307 -0.0173136 || 0.051031 28020 29304 || 28869.9 28674.4 || -239.343 -2.0744
 -- Testing 3-D histogram
Density 3D: 6.43252e-07 0.00268975 0.00216334 || 0.051031 1e+64 -1e+64
Test Scalar=int64_t
 -- Testing randomness properties
 -- Testing 1-D histogram
Density 1D: 6.43252e-07 -0.00471285 0.000600436 || 0.051031 28040 29264 || 28810.2 28674.4 || 8.30043 -2.0744
 -- Testing 3-D histogram
Density 3D: 6.43252e-07 -0.0011709 -0.0128765 || 0.051031 1e+64 -1e+64
Test Scalar=uint64_t
 -- Testing randomness properties
 -- Testing 1-D histogram
Density 1D: 6.43252e-07 0.0184737 0.0156355 || 0.051031 28032 29267 || 28154.3 28674.4 || 216.145 -2.0744
 -- Testing 3-D histogram
Density 3D: 6.43252e-07 -0.00343605 0.00626749 || 0.051031 1e+64 -1e+64
Test Scalar=half
 -- Testing randomness properties
 -- Testing 1-D histogram
Density 1D: 0.000245618 -0.99999 -48245.1 || 0.051031 0 195076 || 2.92865e+09 28674.4 || -6.6694e+08 -2.0744
 -- Testing 3-D histogram
Density 3D: 0.000735755 -0.316838 0.154216 || 0.051031 1e+64 -1e+64
Test Scalar=bhalf
 -- Testing randomness properties
 -- Testing 1-D histogram
Density 1D: 0.00195874 -0.999999 -57855.5 || 0.051031 0 1.55196e+06 || 2.86889e+10 28674.4 || -7.99794e+08 -2.0744
 -- Testing 3-D histogram
Density 3D: 0.00588636 -0.967888 10.259 || 0.051031 1e+64 -1e+64
Test Scalar=float
 -- Testing randomness properties
 -- Testing 1-D histogram
Density 1D: 6.8109e-07 0.0147028 0.00746977 || 0.051031 28006 29289 || 28258.9 28674.4 || 103.262 -2.0744
 -- Testing 3-D histogram
Density 3D: 7.56767e-07 -0.00818631 -0.00398266 || 0.051031 1e+64 -1e+64
Test Scalar=double
 -- Testing randomness properties
 -- Testing 1-D histogram
Density 1D: 6.43252e-07 0.0136858 0.00577945 || 0.051031 28037 29352 || 28287.3 28674.4 || 79.8951 -2.0744
 -- Testing 3-D histogram
Density 3D: 6.43252e-07 -0.00428958 0.00242818 || 0.051031 1e+64 -1e+64
[       OK ] serial.Random_XorShift64 (1229564 ms)
[ RUN      ] serial.Random_XorShift1024_0
Test Seed:1711135747002115612
Test Scalar=int
 -- Testing randomness properties
 -- Testing 1-D histogram
Density 1D: 2.47955e-07 0.0137458 -0.00253767 || 0.051031 10922 11792 || 11222.7 11377 || -35.0808 -0.823045
 -- Testing 3-D histogram
Density 3D: 2.47955e-07 -0.0148921 0.00284791 || 0.051031 1e+64 -1e+64
Test Scalar=unsigned int
 -- Testing randomness properties
 -- Testing 1-D histogram
Density 1D: 2.47955e-07 -0.0134515 -0.0101248 || 0.051031 10971 11780 || 11532.1 11377 || -139.966 -0.823045
 -- Testing 3-D histogram
Density 3D: 2.47955e-07 0.00484339 -0.000147188 || 0.051031 1e+64 -1e+64
Test Scalar=int64_t
 -- Testing randomness properties
 -- Testing 1-D histogram
Density 1D: 2.47955e-07 0.0158228 -0.0078272 || 0.051031 10987 11792 || 11199.7 11377 || -108.203 -0.823045
 -- Testing 3-D histogram
Density 3D: 2.47955e-07 -0.00596416 -0.000499968 || 0.051031 1e+64 -1e+64
Test Scalar=uint64_t
 -- Testing randomness properties
 -- Testing 1-D histogram
Density 1D: 2.47955e-07 -0.00746308 -0.010038 || 0.051031 10978 11792 || 11462.5 11377 || -138.766 -0.823045
 -- Testing 3-D histogram
Density 3D: 2.47955e-07 -0.0121161 0.00477274 || 0.051031 1e+64 -1e+64
Test Scalar=half
 -- Testing randomness properties
 -- Testing 1-D histogram
Density 1D: 0.000245294 -0.999975 -7595.17 || 0.051031 0 77632 || 4.60987e+08 11377 || -1.04996e+08 -0.823045
 -- Testing 3-D histogram
Density 3D: 0.000735652 -0.137648 0.0248841 || 0.051031 1e+64 -1e+64
Test Scalar=bhalf
 -- Testing randomness properties
 -- Testing 1-D histogram
Density 1D: 0.00195758 -0.999997 -9108.22 || 0.051031 0 616663 || 4.51633e+09 11377 || -1.25912e+08 -0.823045
 -- Testing 3-D histogram
Density 3D: 0.00588409 -0.922555 1.63334 || 0.051031 1e+64 -1e+64
Test Scalar=float
 -- Testing randomness properties
 -- Testing 1-D histogram
Density 1D: 2.73387e-07 0.00164356 0.000880144 || 0.051031 10980 11763 || 11358.3 11377 || 12.1671 -0.823045
 -- Testing 3-D histogram
Density 3D: 3.24249e-07 0.00583 -0.000411254 || 0.051031 1e+64 -1e+64
Test Scalar=double
 -- Testing randomness properties
 -- Testing 1-D histogram
Density 1D: 2.47955e-07 0.00694272 0.00513668 || 0.051031 10966 11800 || 11298.5 11377 || 71.0094 -0.823045
 -- Testing 3-D histogram
Density 3D: 2.47955e-07 0.00452685 -0.000735152 || 0.051031 1e+64 -1e+64
Test Seed:1711135971590624063
Test Scalar=int
 -- Testing randomness properties
 -- Testing 1-D histogram
Density 1D: 2.47955e-07 -0.0244559 -0.0039902 || 0.051031 10975 11865 || 11662.2 11377 || -55.1605 -0.823045
 -- Testing 3-D histogram
Density 3D: 2.47955e-07 0.00136042 0.000129378 || 0.051031 1e+64 -1e+64
Test Scalar=unsigned int
 -- Testing randomness properties
 -- Testing 1-D histogram
Density 1D: 2.47955e-07 0.0130058 0.00648313 || 0.051031 11019 11810 || 11230.9 11377 || 89.6229 -0.823045
 -- Testing 3-D histogram
Density 3D: 2.47955e-07 0.00781063 -0.00419863 || 0.051031 1e+64 -1e+64
Test Scalar=int64_t
 -- Testing randomness properties
 -- Testing 1-D histogram
Density 1D: 2.47955e-07 0.0130255 0.00582146 || 0.051031 10968 11794 || 11230.7 11377 || 80.4759 -0.823045
 -- Testing 3-D histogram
Density 3D: 2.47955e-07 0.00891026 -0.00232378 || 0.051031 1e+64 -1e+64
Test Scalar=uint64_t
 -- Testing randomness properties
 -- Testing 1-D histogram
Density 1D: 2.47955e-07 -0.000498598 0.00249646 || 0.051031 10947 11769 || 11382.6 11377 || 34.511 -0.823045
 -- Testing 3-D histogram
Density 3D: 2.47955e-07 -0.00759684 0.00138759 || 0.051031 1e+64 -1e+64
Test Scalar=half
 -- Testing randomness properties
 -- Testing 1-D histogram
Density 1D: 0.00024434 -0.999975 -7594.54 || 0.051031 0 77691 || 4.61028e+08 11377 || -1.04987e+08 -0.823045
 -- Testing 3-D histogram
Density 3D: 0.000732729 -0.144302 0.0267849 || 0.051031 1e+64 -1e+64
Test Scalar=bhalf
 -- Testing randomness properties
 -- Testing 1-D histogram
Density 1D: 0.00195996 -0.999997 -9108.14 || 0.051031 0 616227 || 4.51669e+09 11377 || -1.25911e+08 -0.823045
 -- Testing 3-D histogram
Density 3D: 0.00589113 -0.922944 1.62969 || 0.051031 1e+64 -1e+64
Test Scalar=float
 -- Testing randomness properties
 -- Testing 1-D histogram
Density 1D: 2.60671e-07 0.00673045 -0.0110227 || 0.051031 10927 11782 || 11300.9 11377 || -152.378 -0.823045
 -- Testing 3-D histogram
Density 3D: 2.86102e-07 -0.00878972 -0.00138735 || 0.051031 1e+64 -1e+64
Test Scalar=double
 -- Testing randomness properties
 -- Testing 1-D histogram
Density 1D: 2.47955e-07 -0.00279026 0.00246963 || 0.051031 10973 11760 || 11408.8 11377 || 34.1402 -0.823045
 -- Testing 3-D histogram
Density 3D: 2.47955e-07 -0.00324424 0.000956746 || 0.051031 1e+64 -1e+64
[       OK ] serial.Random_XorShift1024_0 (446585 ms)
[ RUN      ] serial.Multi_streams
[       OK ] serial.Multi_streams (0 ms)
[ RUN      ] serial.SortUnsignedValueType
[       OK ] serial.SortUnsignedValueType (79229 ms)
[ RUN      ] serial.SortEmptyView
[       OK ] serial.SortEmptyView (0 ms)
[ RUN      ] serial.BinSortGenericTests
[       OK ] serial.BinSortGenericTests (8447 ms)
[ RUN      ] serial.BinSortEmptyView
[       OK ] serial.BinSortEmptyView (0 ms)
[ RUN      ] serial.BinSortEmptyKeysView
[       OK ] serial.BinSortEmptyKeysView (0 ms)
[ RUN      ] serial.BinSortUnsignedKeyLayoutStrideValues
[       OK ] serial.BinSortUnsignedKeyLayoutStrideValues (353748 ms)
[ RUN      ] serial.NestedSort
[       OK ] serial.NestedSort (101 ms)
[ RUN      ] serial.NestedSortByKey
[       OK ] serial.NestedSortByKey (831 ms)
[ RUN      ] serial.SortWithCustomComparator
[       OK ] serial.SortWithCustomComparator (9156 ms)
[----------] 12 tests from serial (2127667 ms total)

[----------] Global test environment tear-down
[==========] 12 tests from 1 test suite ran. (2127668 ms total)
[  PASSED  ] 12 tests.
make[2]: Leaving directory '/var/jenkins/workspace/Kokkos_PR-6892/build/algorithms/unit_tests'
make[1]: Leaving directory '/var/jenkins/workspace/Kokkos_PR-6892/build/algorithms/unit_tests'