Skip to content

Console Output

Skipping 307 KB.. Full Log
iles -Werror  -c TestSerial_StaticCrsGraph.cpp
/var/jenkins/workspace/Kokkos_PR-6895/bin/nvcc_wrapper -I./ -I/var/jenkins/workspace/Kokkos_PR-6895/core/src -I/var/jenkins/workspace/Kokkos_PR-6895/containers/src -I/var/jenkins/workspace/Kokkos_PR-6895/algorithms/src -I/var/jenkins/workspace/Kokkos_PR-6895/tpls/desul/include -I/var/jenkins/workspace/Kokkos_PR-6895/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-6895/core/src -I/var/jenkins/workspace/Kokkos_PR-6895/containers/src -I/var/jenkins/workspace/Kokkos_PR-6895/algorithms/src -I/var/jenkins/workspace/Kokkos_PR-6895/tpls/desul/include -I/var/jenkins/workspace/Kokkos_PR-6895/tpls/mdspan/include -I/var/jenkins/workspace/Kokkos_PR-6895/tpls/gtest -I/var/jenkins/workspace/Kokkos_PR-6895/containers/unit_tests -I/var/jenkins/workspace/Kokkos_PR-6895/core/unit_test/category_files -Werror  -c TestSerial_UnorderedMap.cpp
/var/jenkins/workspace/Kokkos_PR-6895/bin/nvcc_wrapper -I./ -I/var/jenkins/workspace/Kokkos_PR-6895/core/src -I/var/jenkins/workspace/Kokkos_PR-6895/containers/src -I/var/jenkins/workspace/Kokkos_PR-6895/algorithms/src -I/var/jenkins/workspace/Kokkos_PR-6895/tpls/desul/include -I/var/jenkins/workspace/Kokkos_PR-6895/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-6895/core/src -I/var/jenkins/workspace/Kokkos_PR-6895/containers/src -I/var/jenkins/workspace/Kokkos_PR-6895/algorithms/src -I/var/jenkins/workspace/Kokkos_PR-6895/tpls/desul/include -I/var/jenkins/workspace/Kokkos_PR-6895/tpls/mdspan/include -I/var/jenkins/workspace/Kokkos_PR-6895/tpls/gtest -I/var/jenkins/workspace/Kokkos_PR-6895/containers/unit_tests -I/var/jenkins/workspace/Kokkos_PR-6895/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-6895/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-6895/build/containers/unit_tests -L/usr/local/cuda/lib64  -lpthread -o KokkosContainers_UnitTest_Cuda
/var/jenkins/workspace/Kokkos_PR-6895/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-6895/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-6895/build/containers/unit_tests'
make[1]: Leaving directory '/var/jenkins/workspace/Kokkos_PR-6895/build/containers/unit_tests'
make -C containers/performance_tests
make[1]: Entering directory '/var/jenkins/workspace/Kokkos_PR-6895/build/containers/performance_tests'
make -f /var/jenkins/workspace/Kokkos_PR-6895/containers/performance_tests/Makefile KOKKOS_SRC_PATH=/var/jenkins/workspace/Kokkos_PR-6895 CXX=/var/jenkins/workspace/Kokkos_PR-6895/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-6895/tpls/gtest KOKKOS_OPTIONS=compiler_warnings KOKKOS_CUDA_OPTIONS=enable_lambda KOKKOS_PATH=/var/jenkins/workspace/Kokkos_PR-6895
make[2]: Entering directory '/var/jenkins/workspace/Kokkos_PR-6895/build/containers/performance_tests'
/var/jenkins/workspace/Kokkos_PR-6895/bin/nvcc_wrapper -I./ -I/var/jenkins/workspace/Kokkos_PR-6895/core/src -I/var/jenkins/workspace/Kokkos_PR-6895/containers/src -I/var/jenkins/workspace/Kokkos_PR-6895/algorithms/src -I/var/jenkins/workspace/Kokkos_PR-6895/tpls/desul/include -I/var/jenkins/workspace/Kokkos_PR-6895/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-6895/core/src -I/var/jenkins/workspace/Kokkos_PR-6895/containers/src -I/var/jenkins/workspace/Kokkos_PR-6895/algorithms/src -I/var/jenkins/workspace/Kokkos_PR-6895/tpls/desul/include -I/var/jenkins/workspace/Kokkos_PR-6895/tpls/mdspan/include -I/var/jenkins/workspace/Kokkos_PR-6895/tpls/gtest -I/var/jenkins/workspace/Kokkos_PR-6895/containers/performance_tests -Werror  -c /var/jenkins/workspace/Kokkos_PR-6895/containers/performance_tests/TestCuda.cpp
/var/jenkins/workspace/Kokkos_PR-6895/bin/nvcc_wrapper -I./ -I/var/jenkins/workspace/Kokkos_PR-6895/core/src -I/var/jenkins/workspace/Kokkos_PR-6895/containers/src -I/var/jenkins/workspace/Kokkos_PR-6895/algorithms/src -I/var/jenkins/workspace/Kokkos_PR-6895/tpls/desul/include -I/var/jenkins/workspace/Kokkos_PR-6895/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-6895/core/src -I/var/jenkins/workspace/Kokkos_PR-6895/containers/src -I/var/jenkins/workspace/Kokkos_PR-6895/algorithms/src -I/var/jenkins/workspace/Kokkos_PR-6895/tpls/desul/include -I/var/jenkins/workspace/Kokkos_PR-6895/tpls/mdspan/include -I/var/jenkins/workspace/Kokkos_PR-6895/tpls/gtest -I/var/jenkins/workspace/Kokkos_PR-6895/containers/performance_tests -Werror  -c /var/jenkins/workspace/Kokkos_PR-6895/containers/performance_tests/TestMain.cpp
/var/jenkins/workspace/Kokkos_PR-6895/bin/nvcc_wrapper -I./ -I/var/jenkins/workspace/Kokkos_PR-6895/core/src -I/var/jenkins/workspace/Kokkos_PR-6895/containers/src -I/var/jenkins/workspace/Kokkos_PR-6895/algorithms/src -I/var/jenkins/workspace/Kokkos_PR-6895/tpls/desul/include -I/var/jenkins/workspace/Kokkos_PR-6895/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-6895/core/src -I/var/jenkins/workspace/Kokkos_PR-6895/containers/src -I/var/jenkins/workspace/Kokkos_PR-6895/algorithms/src -I/var/jenkins/workspace/Kokkos_PR-6895/tpls/desul/include -I/var/jenkins/workspace/Kokkos_PR-6895/tpls/mdspan/include -I/var/jenkins/workspace/Kokkos_PR-6895/tpls/gtest -I/var/jenkins/workspace/Kokkos_PR-6895/containers/performance_tests -Werror  -c /var/jenkins/workspace/Kokkos_PR-6895/tpls/gtest/gtest/gtest-all.cc
/var/jenkins/workspace/Kokkos_PR-6895/bin/nvcc_wrapper -I./ -I/var/jenkins/workspace/Kokkos_PR-6895/core/src -I/var/jenkins/workspace/Kokkos_PR-6895/containers/src -I/var/jenkins/workspace/Kokkos_PR-6895/algorithms/src -I/var/jenkins/workspace/Kokkos_PR-6895/tpls/desul/include -I/var/jenkins/workspace/Kokkos_PR-6895/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-6895/core/src -I/var/jenkins/workspace/Kokkos_PR-6895/containers/src -I/var/jenkins/workspace/Kokkos_PR-6895/algorithms/src -I/var/jenkins/workspace/Kokkos_PR-6895/tpls/desul/include -I/var/jenkins/workspace/Kokkos_PR-6895/tpls/mdspan/include -I/var/jenkins/workspace/Kokkos_PR-6895/tpls/gtest -I/var/jenkins/workspace/Kokkos_PR-6895/containers/performance_tests -Werror -c /var/jenkins/workspace/Kokkos_PR-6895/core/src/impl/Kokkos_Command_Line_Parsing.cpp
/var/jenkins/workspace/Kokkos_PR-6895/bin/nvcc_wrapper -I./ -I/var/jenkins/workspace/Kokkos_PR-6895/core/src -I/var/jenkins/workspace/Kokkos_PR-6895/containers/src -I/var/jenkins/workspace/Kokkos_PR-6895/algorithms/src -I/var/jenkins/workspace/Kokkos_PR-6895/tpls/desul/include -I/var/jenkins/workspace/Kokkos_PR-6895/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-6895/core/src -I/var/jenkins/workspace/Kokkos_PR-6895/containers/src -I/var/jenkins/workspace/Kokkos_PR-6895/algorithms/src -I/var/jenkins/workspace/Kokkos_PR-6895/tpls/desul/include -I/var/jenkins/workspace/Kokkos_PR-6895/tpls/mdspan/include -I/var/jenkins/workspace/Kokkos_PR-6895/tpls/gtest -I/var/jenkins/workspace/Kokkos_PR-6895/containers/performance_tests -Werror -c /var/jenkins/workspace/Kokkos_PR-6895/core/src/impl/Kokkos_HostSpace_deepcopy.cpp
/var/jenkins/workspace/Kokkos_PR-6895/bin/nvcc_wrapper -I./ -I/var/jenkins/workspace/Kokkos_PR-6895/core/src -I/var/jenkins/workspace/Kokkos_PR-6895/containers/src -I/var/jenkins/workspace/Kokkos_PR-6895/algorithms/src -I/var/jenkins/workspace/Kokkos_PR-6895/tpls/desul/include -I/var/jenkins/workspace/Kokkos_PR-6895/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-6895/core/src -I/var/jenkins/workspace/Kokkos_PR-6895/containers/src -I/var/jenkins/workspace/Kokkos_PR-6895/algorithms/src -I/var/jenkins/workspace/Kokkos_PR-6895/tpls/desul/include -I/var/jenkins/workspace/Kokkos_PR-6895/tpls/mdspan/include -I/var/jenkins/workspace/Kokkos_PR-6895/tpls/gtest -I/var/jenkins/workspace/Kokkos_PR-6895/containers/performance_tests -Werror -c /var/jenkins/workspace/Kokkos_PR-6895/core/src/impl/Kokkos_Abort.cpp
/var/jenkins/workspace/Kokkos_PR-6895/bin/nvcc_wrapper -I./ -I/var/jenkins/workspace/Kokkos_PR-6895/core/src -I/var/jenkins/workspace/Kokkos_PR-6895/containers/src -I/var/jenkins/workspace/Kokkos_PR-6895/algorithms/src -I/var/jenkins/workspace/Kokkos_PR-6895/tpls/desul/include -I/var/jenkins/workspace/Kokkos_PR-6895/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-6895/core/src -I/var/jenkins/workspace/Kokkos_PR-6895/containers/src -I/var/jenkins/workspace/Kokkos_PR-6895/algorithms/src -I/var/jenkins/workspace/Kokkos_PR-6895/tpls/desul/include -I/var/jenkins/workspace/Kokkos_PR-6895/tpls/mdspan/include -I/var/jenkins/workspace/Kokkos_PR-6895/tpls/gtest -I/var/jenkins/workspace/Kokkos_PR-6895/containers/performance_tests -Werror -c /var/jenkins/workspace/Kokkos_PR-6895/core/src/impl/Kokkos_ExecPolicy.cpp
/var/jenkins/workspace/Kokkos_PR-6895/bin/nvcc_wrapper -I./ -I/var/jenkins/workspace/Kokkos_PR-6895/core/src -I/var/jenkins/workspace/Kokkos_PR-6895/containers/src -I/var/jenkins/workspace/Kokkos_PR-6895/algorithms/src -I/var/jenkins/workspace/Kokkos_PR-6895/tpls/desul/include -I/var/jenkins/workspace/Kokkos_PR-6895/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-6895/core/src -I/var/jenkins/workspace/Kokkos_PR-6895/containers/src -I/var/jenkins/workspace/Kokkos_PR-6895/algorithms/src -I/var/jenkins/workspace/Kokkos_PR-6895/tpls/desul/include -I/var/jenkins/workspace/Kokkos_PR-6895/tpls/mdspan/include -I/var/jenkins/workspace/Kokkos_PR-6895/tpls/gtest -I/var/jenkins/workspace/Kokkos_PR-6895/containers/performance_tests -Werror -c /var/jenkins/workspace/Kokkos_PR-6895/core/src/impl/Kokkos_HostThreadTeam.cpp
/var/jenkins/workspace/Kokkos_PR-6895/bin/nvcc_wrapper -I./ -I/var/jenkins/workspace/Kokkos_PR-6895/core/src -I/var/jenkins/workspace/Kokkos_PR-6895/containers/src -I/var/jenkins/workspace/Kokkos_PR-6895/algorithms/src -I/var/jenkins/workspace/Kokkos_PR-6895/tpls/desul/include -I/var/jenkins/workspace/Kokkos_PR-6895/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-6895/core/src -I/var/jenkins/workspace/Kokkos_PR-6895/containers/src -I/var/jenkins/workspace/Kokkos_PR-6895/algorithms/src -I/var/jenkins/workspace/Kokkos_PR-6895/tpls/desul/include -I/var/jenkins/workspace/Kokkos_PR-6895/tpls/mdspan/include -I/var/jenkins/workspace/Kokkos_PR-6895/tpls/gtest -I/var/jenkins/workspace/Kokkos_PR-6895/containers/performance_tests -Werror -c /var/jenkins/workspace/Kokkos_PR-6895/core/src/impl/Kokkos_SharedAlloc.cpp
/var/jenkins/workspace/Kokkos_PR-6895/bin/nvcc_wrapper -I./ -I/var/jenkins/workspace/Kokkos_PR-6895/core/src -I/var/jenkins/workspace/Kokkos_PR-6895/containers/src -I/var/jenkins/workspace/Kokkos_PR-6895/algorithms/src -I/var/jenkins/workspace/Kokkos_PR-6895/tpls/desul/include -I/var/jenkins/workspace/Kokkos_PR-6895/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-6895/core/src -I/var/jenkins/workspace/Kokkos_PR-6895/containers/src -I/var/jenkins/workspace/Kokkos_PR-6895/algorithms/src -I/var/jenkins/workspace/Kokkos_PR-6895/tpls/desul/include -I/var/jenkins/workspace/Kokkos_PR-6895/tpls/mdspan/include -I/var/jenkins/workspace/Kokkos_PR-6895/tpls/gtest -I/var/jenkins/workspace/Kokkos_PR-6895/containers/performance_tests -Werror -c /var/jenkins/workspace/Kokkos_PR-6895/core/src/impl/Kokkos_hwloc.cpp
/var/jenkins/workspace/Kokkos_PR-6895/bin/nvcc_wrapper -I./ -I/var/jenkins/workspace/Kokkos_PR-6895/core/src -I/var/jenkins/workspace/Kokkos_PR-6895/containers/src -I/var/jenkins/workspace/Kokkos_PR-6895/algorithms/src -I/var/jenkins/workspace/Kokkos_PR-6895/tpls/desul/include -I/var/jenkins/workspace/Kokkos_PR-6895/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-6895/core/src -I/var/jenkins/workspace/Kokkos_PR-6895/containers/src -I/var/jenkins/workspace/Kokkos_PR-6895/algorithms/src -I/var/jenkins/workspace/Kokkos_PR-6895/tpls/desul/include -I/var/jenkins/workspace/Kokkos_PR-6895/tpls/mdspan/include -I/var/jenkins/workspace/Kokkos_PR-6895/tpls/gtest -I/var/jenkins/workspace/Kokkos_PR-6895/containers/performance_tests -Werror -c /var/jenkins/workspace/Kokkos_PR-6895/core/src/impl/Kokkos_CPUDiscovery.cpp
/var/jenkins/workspace/Kokkos_PR-6895/bin/nvcc_wrapper -I./ -I/var/jenkins/workspace/Kokkos_PR-6895/core/src -I/var/jenkins/workspace/Kokkos_PR-6895/containers/src -I/var/jenkins/workspace/Kokkos_PR-6895/algorithms/src -I/var/jenkins/workspace/Kokkos_PR-6895/tpls/desul/include -I/var/jenkins/workspace/Kokkos_PR-6895/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-6895/core/src -I/var/jenkins/workspace/Kokkos_PR-6895/containers/src -I/var/jenkins/workspace/Kokkos_PR-6895/algorithms/src -I/var/jenkins/workspace/Kokkos_PR-6895/tpls/desul/include -I/var/jenkins/workspace/Kokkos_PR-6895/tpls/mdspan/include -I/var/jenkins/workspace/Kokkos_PR-6895/tpls/gtest -I/var/jenkins/workspace/Kokkos_PR-6895/containers/performance_tests -Werror -c /var/jenkins/workspace/Kokkos_PR-6895/core/src/impl/Kokkos_HostBarrier.cpp
/var/jenkins/workspace/Kokkos_PR-6895/bin/nvcc_wrapper -I./ -I/var/jenkins/workspace/Kokkos_PR-6895/core/src -I/var/jenkins/workspace/Kokkos_PR-6895/containers/src -I/var/jenkins/workspace/Kokkos_PR-6895/algorithms/src -I/var/jenkins/workspace/Kokkos_PR-6895/tpls/desul/include -I/var/jenkins/workspace/Kokkos_PR-6895/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-6895/core/src -I/var/jenkins/workspace/Kokkos_PR-6895/containers/src -I/var/jenkins/workspace/Kokkos_PR-6895/algorithms/src -I/var/jenkins/workspace/Kokkos_PR-6895/tpls/desul/include -I/var/jenkins/workspace/Kokkos_PR-6895/tpls/mdspan/include -I/var/jenkins/workspace/Kokkos_PR-6895/tpls/gtest -I/var/jenkins/workspace/Kokkos_PR-6895/containers/performance_tests -Werror -c /var/jenkins/workspace/Kokkos_PR-6895/core/src/impl/Kokkos_Core.cpp
/var/jenkins/workspace/Kokkos_PR-6895/bin/nvcc_wrapper -I./ -I/var/jenkins/workspace/Kokkos_PR-6895/core/src -I/var/jenkins/workspace/Kokkos_PR-6895/containers/src -I/var/jenkins/workspace/Kokkos_PR-6895/algorithms/src -I/var/jenkins/workspace/Kokkos_PR-6895/tpls/desul/include -I/var/jenkins/workspace/Kokkos_PR-6895/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-6895/core/src -I/var/jenkins/workspace/Kokkos_PR-6895/containers/src -I/var/jenkins/workspace/Kokkos_PR-6895/algorithms/src -I/var/jenkins/workspace/Kokkos_PR-6895/tpls/desul/include -I/var/jenkins/workspace/Kokkos_PR-6895/tpls/mdspan/include -I/var/jenkins/workspace/Kokkos_PR-6895/tpls/gtest -I/var/jenkins/workspace/Kokkos_PR-6895/containers/performance_tests -Werror -c /var/jenkins/workspace/Kokkos_PR-6895/core/src/impl/Kokkos_Stacktrace.cpp
/var/jenkins/workspace/Kokkos_PR-6895/bin/nvcc_wrapper -I./ -I/var/jenkins/workspace/Kokkos_PR-6895/core/src -I/var/jenkins/workspace/Kokkos_PR-6895/containers/src -I/var/jenkins/workspace/Kokkos_PR-6895/algorithms/src -I/var/jenkins/workspace/Kokkos_PR-6895/tpls/desul/include -I/var/jenkins/workspace/Kokkos_PR-6895/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-6895/core/src -I/var/jenkins/workspace/Kokkos_PR-6895/containers/src -I/var/jenkins/workspace/Kokkos_PR-6895/algorithms/src -I/var/jenkins/workspace/Kokkos_PR-6895/tpls/desul/include -I/var/jenkins/workspace/Kokkos_PR-6895/tpls/mdspan/include -I/var/jenkins/workspace/Kokkos_PR-6895/tpls/gtest -I/var/jenkins/workspace/Kokkos_PR-6895/containers/performance_tests -Werror -c /var/jenkins/workspace/Kokkos_PR-6895/core/src/impl/Kokkos_Profiling.cpp
/var/jenkins/workspace/Kokkos_PR-6895/bin/nvcc_wrapper -I./ -I/var/jenkins/workspace/Kokkos_PR-6895/core/src -I/var/jenkins/workspace/Kokkos_PR-6895/containers/src -I/var/jenkins/workspace/Kokkos_PR-6895/algorithms/src -I/var/jenkins/workspace/Kokkos_PR-6895/tpls/desul/include -I/var/jenkins/workspace/Kokkos_PR-6895/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-6895/core/src -I/var/jenkins/workspace/Kokkos_PR-6895/containers/src -I/var/jenkins/workspace/Kokkos_PR-6895/algorithms/src -I/var/jenkins/workspace/Kokkos_PR-6895/tpls/desul/include -I/var/jenkins/workspace/Kokkos_PR-6895/tpls/mdspan/include -I/var/jenkins/workspace/Kokkos_PR-6895/tpls/gtest -I/var/jenkins/workspace/Kokkos_PR-6895/containers/performance_tests -Werror -c /var/jenkins/workspace/Kokkos_PR-6895/core/src/impl/Kokkos_Error.cpp
/var/jenkins/workspace/Kokkos_PR-6895/bin/nvcc_wrapper -I./ -I/var/jenkins/workspace/Kokkos_PR-6895/core/src -I/var/jenkins/workspace/Kokkos_PR-6895/containers/src -I/var/jenkins/workspace/Kokkos_PR-6895/algorithms/src -I/var/jenkins/workspace/Kokkos_PR-6895/tpls/desul/include -I/var/jenkins/workspace/Kokkos_PR-6895/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-6895/core/src -I/var/jenkins/workspace/Kokkos_PR-6895/containers/src -I/var/jenkins/workspace/Kokkos_PR-6895/algorithms/src -I/var/jenkins/workspace/Kokkos_PR-6895/tpls/desul/include -I/var/jenkins/workspace/Kokkos_PR-6895/tpls/mdspan/include -I/var/jenkins/workspace/Kokkos_PR-6895/tpls/gtest -I/var/jenkins/workspace/Kokkos_PR-6895/containers/performance_tests -Werror -c /var/jenkins/workspace/Kokkos_PR-6895/core/src/impl/Kokkos_HostSpace.cpp
/var/jenkins/workspace/Kokkos_PR-6895/bin/nvcc_wrapper -I./ -I/var/jenkins/workspace/Kokkos_PR-6895/core/src -I/var/jenkins/workspace/Kokkos_PR-6895/containers/src -I/var/jenkins/workspace/Kokkos_PR-6895/algorithms/src -I/var/jenkins/workspace/Kokkos_PR-6895/tpls/desul/include -I/var/jenkins/workspace/Kokkos_PR-6895/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-6895/core/src -I/var/jenkins/workspace/Kokkos_PR-6895/containers/src -I/var/jenkins/workspace/Kokkos_PR-6895/algorithms/src -I/var/jenkins/workspace/Kokkos_PR-6895/tpls/desul/include -I/var/jenkins/workspace/Kokkos_PR-6895/tpls/mdspan/include -I/var/jenkins/workspace/Kokkos_PR-6895/tpls/gtest -I/var/jenkins/workspace/Kokkos_PR-6895/containers/performance_tests -Werror -c /var/jenkins/workspace/Kokkos_PR-6895/core/src/impl/Kokkos_MemoryPool.cpp
/var/jenkins/workspace/Kokkos_PR-6895/bin/nvcc_wrapper -I./ -I/var/jenkins/workspace/Kokkos_PR-6895/core/src -I/var/jenkins/workspace/Kokkos_PR-6895/containers/src -I/var/jenkins/workspace/Kokkos_PR-6895/algorithms/src -I/var/jenkins/workspace/Kokkos_PR-6895/tpls/desul/include -I/var/jenkins/workspace/Kokkos_PR-6895/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-6895/core/src -I/var/jenkins/workspace/Kokkos_PR-6895/containers/src -I/var/jenkins/workspace/Kokkos_PR-6895/algorithms/src -I/var/jenkins/workspace/Kokkos_PR-6895/tpls/desul/include -I/var/jenkins/workspace/Kokkos_PR-6895/tpls/mdspan/include -I/var/jenkins/workspace/Kokkos_PR-6895/tpls/gtest -I/var/jenkins/workspace/Kokkos_PR-6895/containers/performance_tests -Werror -c /var/jenkins/workspace/Kokkos_PR-6895/containers/src/impl/Kokkos_UnorderedMap_impl.cpp
/var/jenkins/workspace/Kokkos_PR-6895/bin/nvcc_wrapper -I./ -I/var/jenkins/workspace/Kokkos_PR-6895/core/src -I/var/jenkins/workspace/Kokkos_PR-6895/containers/src -I/var/jenkins/workspace/Kokkos_PR-6895/algorithms/src -I/var/jenkins/workspace/Kokkos_PR-6895/tpls/desul/include -I/var/jenkins/workspace/Kokkos_PR-6895/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-6895/core/src -I/var/jenkins/workspace/Kokkos_PR-6895/containers/src -I/var/jenkins/workspace/Kokkos_PR-6895/algorithms/src -I/var/jenkins/workspace/Kokkos_PR-6895/tpls/desul/include -I/var/jenkins/workspace/Kokkos_PR-6895/tpls/mdspan/include -I/var/jenkins/workspace/Kokkos_PR-6895/tpls/gtest -I/var/jenkins/workspace/Kokkos_PR-6895/containers/performance_tests -Werror -c /var/jenkins/workspace/Kokkos_PR-6895/core/src/Cuda/Kokkos_Cuda_Instance.cpp
/var/jenkins/workspace/Kokkos_PR-6895/bin/nvcc_wrapper -I./ -I/var/jenkins/workspace/Kokkos_PR-6895/core/src -I/var/jenkins/workspace/Kokkos_PR-6895/containers/src -I/var/jenkins/workspace/Kokkos_PR-6895/algorithms/src -I/var/jenkins/workspace/Kokkos_PR-6895/tpls/desul/include -I/var/jenkins/workspace/Kokkos_PR-6895/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-6895/core/src -I/var/jenkins/workspace/Kokkos_PR-6895/containers/src -I/var/jenkins/workspace/Kokkos_PR-6895/algorithms/src -I/var/jenkins/workspace/Kokkos_PR-6895/tpls/desul/include -I/var/jenkins/workspace/Kokkos_PR-6895/tpls/mdspan/include -I/var/jenkins/workspace/Kokkos_PR-6895/tpls/gtest -I/var/jenkins/workspace/Kokkos_PR-6895/containers/performance_tests -Werror -c /var/jenkins/workspace/Kokkos_PR-6895/core/src/Cuda/Kokkos_CudaSpace.cpp
/var/jenkins/workspace/Kokkos_PR-6895/bin/nvcc_wrapper -I./ -I/var/jenkins/workspace/Kokkos_PR-6895/core/src -I/var/jenkins/workspace/Kokkos_PR-6895/containers/src -I/var/jenkins/workspace/Kokkos_PR-6895/algorithms/src -I/var/jenkins/workspace/Kokkos_PR-6895/tpls/desul/include -I/var/jenkins/workspace/Kokkos_PR-6895/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-6895/core/src -I/var/jenkins/workspace/Kokkos_PR-6895/containers/src -I/var/jenkins/workspace/Kokkos_PR-6895/algorithms/src -I/var/jenkins/workspace/Kokkos_PR-6895/tpls/desul/include -I/var/jenkins/workspace/Kokkos_PR-6895/tpls/mdspan/include -I/var/jenkins/workspace/Kokkos_PR-6895/tpls/gtest -I/var/jenkins/workspace/Kokkos_PR-6895/containers/performance_tests -Werror -c /var/jenkins/workspace/Kokkos_PR-6895/core/src/Cuda/Kokkos_Cuda_Task.cpp
/var/jenkins/workspace/Kokkos_PR-6895/bin/nvcc_wrapper -I./ -I/var/jenkins/workspace/Kokkos_PR-6895/core/src -I/var/jenkins/workspace/Kokkos_PR-6895/containers/src -I/var/jenkins/workspace/Kokkos_PR-6895/algorithms/src -I/var/jenkins/workspace/Kokkos_PR-6895/tpls/desul/include -I/var/jenkins/workspace/Kokkos_PR-6895/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-6895/core/src -I/var/jenkins/workspace/Kokkos_PR-6895/containers/src -I/var/jenkins/workspace/Kokkos_PR-6895/algorithms/src -I/var/jenkins/workspace/Kokkos_PR-6895/tpls/desul/include -I/var/jenkins/workspace/Kokkos_PR-6895/tpls/mdspan/include -I/var/jenkins/workspace/Kokkos_PR-6895/tpls/gtest -I/var/jenkins/workspace/Kokkos_PR-6895/containers/performance_tests -Werror -c /var/jenkins/workspace/Kokkos_PR-6895/tpls/desul/src/Lock_Array_CUDA.cpp
/var/jenkins/workspace/Kokkos_PR-6895/bin/nvcc_wrapper -I./ -I/var/jenkins/workspace/Kokkos_PR-6895/core/src -I/var/jenkins/workspace/Kokkos_PR-6895/containers/src -I/var/jenkins/workspace/Kokkos_PR-6895/algorithms/src -I/var/jenkins/workspace/Kokkos_PR-6895/tpls/desul/include -I/var/jenkins/workspace/Kokkos_PR-6895/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-6895/core/src -I/var/jenkins/workspace/Kokkos_PR-6895/containers/src -I/var/jenkins/workspace/Kokkos_PR-6895/algorithms/src -I/var/jenkins/workspace/Kokkos_PR-6895/tpls/desul/include -I/var/jenkins/workspace/Kokkos_PR-6895/tpls/mdspan/include -I/var/jenkins/workspace/Kokkos_PR-6895/tpls/gtest -I/var/jenkins/workspace/Kokkos_PR-6895/containers/performance_tests -Werror -c /var/jenkins/workspace/Kokkos_PR-6895/core/src/Serial/Kokkos_Serial.cpp
/var/jenkins/workspace/Kokkos_PR-6895/bin/nvcc_wrapper -I./ -I/var/jenkins/workspace/Kokkos_PR-6895/core/src -I/var/jenkins/workspace/Kokkos_PR-6895/containers/src -I/var/jenkins/workspace/Kokkos_PR-6895/algorithms/src -I/var/jenkins/workspace/Kokkos_PR-6895/tpls/desul/include -I/var/jenkins/workspace/Kokkos_PR-6895/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-6895/core/src -I/var/jenkins/workspace/Kokkos_PR-6895/containers/src -I/var/jenkins/workspace/Kokkos_PR-6895/algorithms/src -I/var/jenkins/workspace/Kokkos_PR-6895/tpls/desul/include -I/var/jenkins/workspace/Kokkos_PR-6895/tpls/mdspan/include -I/var/jenkins/workspace/Kokkos_PR-6895/tpls/gtest -I/var/jenkins/workspace/Kokkos_PR-6895/containers/performance_tests -Werror -c /var/jenkins/workspace/Kokkos_PR-6895/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-6895/bin/nvcc_wrapper -arch=sm_70 -L/var/jenkins/workspace/Kokkos_PR-6895/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-6895/build/containers/performance_tests'
make[1]: Leaving directory '/var/jenkins/workspace/Kokkos_PR-6895/build/containers/performance_tests'
make -C algorithms/unit_tests
make[1]: Entering directory '/var/jenkins/workspace/Kokkos_PR-6895/build/algorithms/unit_tests'
make -f /var/jenkins/workspace/Kokkos_PR-6895/algorithms/unit_tests/Makefile KOKKOS_SRC_PATH=/var/jenkins/workspace/Kokkos_PR-6895 CXX=/var/jenkins/workspace/Kokkos_PR-6895/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-6895/tpls/gtest KOKKOS_OPTIONS=compiler_warnings KOKKOS_CUDA_OPTIONS=enable_lambda KOKKOS_PATH=/var/jenkins/workspace/Kokkos_PR-6895
make[2]: Entering directory '/var/jenkins/workspace/Kokkos_PR-6895/build/algorithms/unit_tests'
/var/jenkins/workspace/Kokkos_PR-6895/bin/nvcc_wrapper -I./ -I/var/jenkins/workspace/Kokkos_PR-6895/core/src -I/var/jenkins/workspace/Kokkos_PR-6895/containers/src -I/var/jenkins/workspace/Kokkos_PR-6895/algorithms/src -I/var/jenkins/workspace/Kokkos_PR-6895/tpls/desul/include -I/var/jenkins/workspace/Kokkos_PR-6895/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-6895/core/src -I/var/jenkins/workspace/Kokkos_PR-6895/containers/src -I/var/jenkins/workspace/Kokkos_PR-6895/algorithms/src -I/var/jenkins/workspace/Kokkos_PR-6895/tpls/desul/include -I/var/jenkins/workspace/Kokkos_PR-6895/tpls/mdspan/include -I/var/jenkins/workspace/Kokkos_PR-6895/tpls/gtest -I/var/jenkins/workspace/Kokkos_PR-6895/algorithms/unit_tests -I/var/jenkins/workspace/Kokkos_PR-6895/core/unit_test/category_files -Werror  -c TestCuda.cpp
/var/jenkins/workspace/Kokkos_PR-6895/bin/nvcc_wrapper -I./ -I/var/jenkins/workspace/Kokkos_PR-6895/core/src -I/var/jenkins/workspace/Kokkos_PR-6895/containers/src -I/var/jenkins/workspace/Kokkos_PR-6895/algorithms/src -I/var/jenkins/workspace/Kokkos_PR-6895/tpls/desul/include -I/var/jenkins/workspace/Kokkos_PR-6895/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-6895/core/src -I/var/jenkins/workspace/Kokkos_PR-6895/containers/src -I/var/jenkins/workspace/Kokkos_PR-6895/algorithms/src -I/var/jenkins/workspace/Kokkos_PR-6895/tpls/desul/include -I/var/jenkins/workspace/Kokkos_PR-6895/tpls/mdspan/include -I/var/jenkins/workspace/Kokkos_PR-6895/tpls/gtest -I/var/jenkins/workspace/Kokkos_PR-6895/algorithms/unit_tests -I/var/jenkins/workspace/Kokkos_PR-6895/core/unit_test/category_files -Werror  -c /var/jenkins/workspace/Kokkos_PR-6895/algorithms/unit_tests/TestStdAlgorithmsCommon.cpp
/var/jenkins/workspace/Kokkos_PR-6895/bin/nvcc_wrapper -I./ -I/var/jenkins/workspace/Kokkos_PR-6895/core/src -I/var/jenkins/workspace/Kokkos_PR-6895/containers/src -I/var/jenkins/workspace/Kokkos_PR-6895/algorithms/src -I/var/jenkins/workspace/Kokkos_PR-6895/tpls/desul/include -I/var/jenkins/workspace/Kokkos_PR-6895/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-6895/core/src -I/var/jenkins/workspace/Kokkos_PR-6895/containers/src -I/var/jenkins/workspace/Kokkos_PR-6895/algorithms/src -I/var/jenkins/workspace/Kokkos_PR-6895/tpls/desul/include -I/var/jenkins/workspace/Kokkos_PR-6895/tpls/mdspan/include -I/var/jenkins/workspace/Kokkos_PR-6895/tpls/gtest -I/var/jenkins/workspace/Kokkos_PR-6895/algorithms/unit_tests -I/var/jenkins/workspace/Kokkos_PR-6895/core/unit_test/category_files -Werror  -c /var/jenkins/workspace/Kokkos_PR-6895/algorithms/unit_tests/UnitTestMain.cpp
/var/jenkins/workspace/Kokkos_PR-6895/bin/nvcc_wrapper -I./ -I/var/jenkins/workspace/Kokkos_PR-6895/core/src -I/var/jenkins/workspace/Kokkos_PR-6895/containers/src -I/var/jenkins/workspace/Kokkos_PR-6895/algorithms/src -I/var/jenkins/workspace/Kokkos_PR-6895/tpls/desul/include -I/var/jenkins/workspace/Kokkos_PR-6895/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-6895/core/src -I/var/jenkins/workspace/Kokkos_PR-6895/containers/src -I/var/jenkins/workspace/Kokkos_PR-6895/algorithms/src -I/var/jenkins/workspace/Kokkos_PR-6895/tpls/desul/include -I/var/jenkins/workspace/Kokkos_PR-6895/tpls/mdspan/include -I/var/jenkins/workspace/Kokkos_PR-6895/tpls/gtest -I/var/jenkins/workspace/Kokkos_PR-6895/algorithms/unit_tests -I/var/jenkins/workspace/Kokkos_PR-6895/core/unit_test/category_files -Werror  -c /var/jenkins/workspace/Kokkos_PR-6895/tpls/gtest/gtest/gtest-all.cc
/var/jenkins/workspace/Kokkos_PR-6895/bin/nvcc_wrapper -I./ -I/var/jenkins/workspace/Kokkos_PR-6895/core/src -I/var/jenkins/workspace/Kokkos_PR-6895/containers/src -I/var/jenkins/workspace/Kokkos_PR-6895/algorithms/src -I/var/jenkins/workspace/Kokkos_PR-6895/tpls/desul/include -I/var/jenkins/workspace/Kokkos_PR-6895/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-6895/core/src -I/var/jenkins/workspace/Kokkos_PR-6895/containers/src -I/var/jenkins/workspace/Kokkos_PR-6895/algorithms/src -I/var/jenkins/workspace/Kokkos_PR-6895/tpls/desul/include -I/var/jenkins/workspace/Kokkos_PR-6895/tpls/mdspan/include -I/var/jenkins/workspace/Kokkos_PR-6895/tpls/gtest -I/var/jenkins/workspace/Kokkos_PR-6895/algorithms/unit_tests -I/var/jenkins/workspace/Kokkos_PR-6895/core/unit_test/category_files -Werror -c /var/jenkins/workspace/Kokkos_PR-6895/core/src/impl/Kokkos_Command_Line_Parsing.cpp
/var/jenkins/workspace/Kokkos_PR-6895/bin/nvcc_wrapper -I./ -I/var/jenkins/workspace/Kokkos_PR-6895/core/src -I/var/jenkins/workspace/Kokkos_PR-6895/containers/src -I/var/jenkins/workspace/Kokkos_PR-6895/algorithms/src -I/var/jenkins/workspace/Kokkos_PR-6895/tpls/desul/include -I/var/jenkins/workspace/Kokkos_PR-6895/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-6895/core/src -I/var/jenkins/workspace/Kokkos_PR-6895/containers/src -I/var/jenkins/workspace/Kokkos_PR-6895/algorithms/src -I/var/jenkins/workspace/Kokkos_PR-6895/tpls/desul/include -I/var/jenkins/workspace/Kokkos_PR-6895/tpls/mdspan/include -I/var/jenkins/workspace/Kokkos_PR-6895/tpls/gtest -I/var/jenkins/workspace/Kokkos_PR-6895/algorithms/unit_tests -I/var/jenkins/workspace/Kokkos_PR-6895/core/unit_test/category_files -Werror -c /var/jenkins/workspace/Kokkos_PR-6895/core/src/impl/Kokkos_HostSpace_deepcopy.cpp
/var/jenkins/workspace/Kokkos_PR-6895/bin/nvcc_wrapper -I./ -I/var/jenkins/workspace/Kokkos_PR-6895/core/src -I/var/jenkins/workspace/Kokkos_PR-6895/containers/src -I/var/jenkins/workspace/Kokkos_PR-6895/algorithms/src -I/var/jenkins/workspace/Kokkos_PR-6895/tpls/desul/include -I/var/jenkins/workspace/Kokkos_PR-6895/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-6895/core/src -I/var/jenkins/workspace/Kokkos_PR-6895/containers/src -I/var/jenkins/workspace/Kokkos_PR-6895/algorithms/src -I/var/jenkins/workspace/Kokkos_PR-6895/tpls/desul/include -I/var/jenkins/workspace/Kokkos_PR-6895/tpls/mdspan/include -I/var/jenkins/workspace/Kokkos_PR-6895/tpls/gtest -I/var/jenkins/workspace/Kokkos_PR-6895/algorithms/unit_tests -I/var/jenkins/workspace/Kokkos_PR-6895/core/unit_test/category_files -Werror -c /var/jenkins/workspace/Kokkos_PR-6895/core/src/impl/Kokkos_Abort.cpp
/var/jenkins/workspace/Kokkos_PR-6895/bin/nvcc_wrapper -I./ -I/var/jenkins/workspace/Kokkos_PR-6895/core/src -I/var/jenkins/workspace/Kokkos_PR-6895/containers/src -I/var/jenkins/workspace/Kokkos_PR-6895/algorithms/src -I/var/jenkins/workspace/Kokkos_PR-6895/tpls/desul/include -I/var/jenkins/workspace/Kokkos_PR-6895/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-6895/core/src -I/var/jenkins/workspace/Kokkos_PR-6895/containers/src -I/var/jenkins/workspace/Kokkos_PR-6895/algorithms/src -I/var/jenkins/workspace/Kokkos_PR-6895/tpls/desul/include -I/var/jenkins/workspace/Kokkos_PR-6895/tpls/mdspan/include -I/var/jenkins/workspace/Kokkos_PR-6895/tpls/gtest -I/var/jenkins/workspace/Kokkos_PR-6895/algorithms/unit_tests -I/var/jenkins/workspace/Kokkos_PR-6895/core/unit_test/category_files -Werror -c /var/jenkins/workspace/Kokkos_PR-6895/core/src/impl/Kokkos_ExecPolicy.cpp
/var/jenkins/workspace/Kokkos_PR-6895/bin/nvcc_wrapper -I./ -I/var/jenkins/workspace/Kokkos_PR-6895/core/src -I/var/jenkins/workspace/Kokkos_PR-6895/containers/src -I/var/jenkins/workspace/Kokkos_PR-6895/algorithms/src -I/var/jenkins/workspace/Kokkos_PR-6895/tpls/desul/include -I/var/jenkins/workspace/Kokkos_PR-6895/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-6895/core/src -I/var/jenkins/workspace/Kokkos_PR-6895/containers/src -I/var/jenkins/workspace/Kokkos_PR-6895/algorithms/src -I/var/jenkins/workspace/Kokkos_PR-6895/tpls/desul/include -I/var/jenkins/workspace/Kokkos_PR-6895/tpls/mdspan/include -I/var/jenkins/workspace/Kokkos_PR-6895/tpls/gtest -I/var/jenkins/workspace/Kokkos_PR-6895/algorithms/unit_tests -I/var/jenkins/workspace/Kokkos_PR-6895/core/unit_test/category_files -Werror -c /var/jenkins/workspace/Kokkos_PR-6895/core/src/impl/Kokkos_HostThreadTeam.cpp
/var/jenkins/workspace/Kokkos_PR-6895/bin/nvcc_wrapper -I./ -I/var/jenkins/workspace/Kokkos_PR-6895/core/src -I/var/jenkins/workspace/Kokkos_PR-6895/containers/src -I/var/jenkins/workspace/Kokkos_PR-6895/algorithms/src -I/var/jenkins/workspace/Kokkos_PR-6895/tpls/desul/include -I/var/jenkins/workspace/Kokkos_PR-6895/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-6895/core/src -I/var/jenkins/workspace/Kokkos_PR-6895/containers/src -I/var/jenkins/workspace/Kokkos_PR-6895/algorithms/src -I/var/jenkins/workspace/Kokkos_PR-6895/tpls/desul/include -I/var/jenkins/workspace/Kokkos_PR-6895/tpls/mdspan/include -I/var/jenkins/workspace/Kokkos_PR-6895/tpls/gtest -I/var/jenkins/workspace/Kokkos_PR-6895/algorithms/unit_tests -I/var/jenkins/workspace/Kokkos_PR-6895/core/unit_test/category_files -Werror -c /var/jenkins/workspace/Kokkos_PR-6895/core/src/impl/Kokkos_SharedAlloc.cpp
/var/jenkins/workspace/Kokkos_PR-6895/bin/nvcc_wrapper -I./ -I/var/jenkins/workspace/Kokkos_PR-6895/core/src -I/var/jenkins/workspace/Kokkos_PR-6895/containers/src -I/var/jenkins/workspace/Kokkos_PR-6895/algorithms/src -I/var/jenkins/workspace/Kokkos_PR-6895/tpls/desul/include -I/var/jenkins/workspace/Kokkos_PR-6895/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-6895/core/src -I/var/jenkins/workspace/Kokkos_PR-6895/containers/src -I/var/jenkins/workspace/Kokkos_PR-6895/algorithms/src -I/var/jenkins/workspace/Kokkos_PR-6895/tpls/desul/include -I/var/jenkins/workspace/Kokkos_PR-6895/tpls/mdspan/include -I/var/jenkins/workspace/Kokkos_PR-6895/tpls/gtest -I/var/jenkins/workspace/Kokkos_PR-6895/algorithms/unit_tests -I/var/jenkins/workspace/Kokkos_PR-6895/core/unit_test/category_files -Werror -c /var/jenkins/workspace/Kokkos_PR-6895/core/src/impl/Kokkos_hwloc.cpp
/var/jenkins/workspace/Kokkos_PR-6895/bin/nvcc_wrapper -I./ -I/var/jenkins/workspace/Kokkos_PR-6895/core/src -I/var/jenkins/workspace/Kokkos_PR-6895/containers/src -I/var/jenkins/workspace/Kokkos_PR-6895/algorithms/src -I/var/jenkins/workspace/Kokkos_PR-6895/tpls/desul/include -I/var/jenkins/workspace/Kokkos_PR-6895/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-6895/core/src -I/var/jenkins/workspace/Kokkos_PR-6895/containers/src -I/var/jenkins/workspace/Kokkos_PR-6895/algorithms/src -I/var/jenkins/workspace/Kokkos_PR-6895/tpls/desul/include -I/var/jenkins/workspace/Kokkos_PR-6895/tpls/mdspan/include -I/var/jenkins/workspace/Kokkos_PR-6895/tpls/gtest -I/var/jenkins/workspace/Kokkos_PR-6895/algorithms/unit_tests -I/var/jenkins/workspace/Kokkos_PR-6895/core/unit_test/category_files -Werror -c /var/jenkins/workspace/Kokkos_PR-6895/core/src/impl/Kokkos_CPUDiscovery.cpp
/var/jenkins/workspace/Kokkos_PR-6895/bin/nvcc_wrapper -I./ -I/var/jenkins/workspace/Kokkos_PR-6895/core/src -I/var/jenkins/workspace/Kokkos_PR-6895/containers/src -I/var/jenkins/workspace/Kokkos_PR-6895/algorithms/src -I/var/jenkins/workspace/Kokkos_PR-6895/tpls/desul/include -I/var/jenkins/workspace/Kokkos_PR-6895/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-6895/core/src -I/var/jenkins/workspace/Kokkos_PR-6895/containers/src -I/var/jenkins/workspace/Kokkos_PR-6895/algorithms/src -I/var/jenkins/workspace/Kokkos_PR-6895/tpls/desul/include -I/var/jenkins/workspace/Kokkos_PR-6895/tpls/mdspan/include -I/var/jenkins/workspace/Kokkos_PR-6895/tpls/gtest -I/var/jenkins/workspace/Kokkos_PR-6895/algorithms/unit_tests -I/var/jenkins/workspace/Kokkos_PR-6895/core/unit_test/category_files -Werror -c /var/jenkins/workspace/Kokkos_PR-6895/core/src/impl/Kokkos_HostBarrier.cpp
/var/jenkins/workspace/Kokkos_PR-6895/bin/nvcc_wrapper -I./ -I/var/jenkins/workspace/Kokkos_PR-6895/core/src -I/var/jenkins/workspace/Kokkos_PR-6895/containers/src -I/var/jenkins/workspace/Kokkos_PR-6895/algorithms/src -I/var/jenkins/workspace/Kokkos_PR-6895/tpls/desul/include -I/var/jenkins/workspace/Kokkos_PR-6895/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-6895/core/src -I/var/jenkins/workspace/Kokkos_PR-6895/containers/src -I/var/jenkins/workspace/Kokkos_PR-6895/algorithms/src -I/var/jenkins/workspace/Kokkos_PR-6895/tpls/desul/include -I/var/jenkins/workspace/Kokkos_PR-6895/tpls/mdspan/include -I/var/jenkins/workspace/Kokkos_PR-6895/tpls/gtest -I/var/jenkins/workspace/Kokkos_PR-6895/algorithms/unit_tests -I/var/jenkins/workspace/Kokkos_PR-6895/core/unit_test/category_files -Werror -c /var/jenkins/workspace/Kokkos_PR-6895/core/src/impl/Kokkos_Core.cpp
/var/jenkins/workspace/Kokkos_PR-6895/bin/nvcc_wrapper -I./ -I/var/jenkins/workspace/Kokkos_PR-6895/core/src -I/var/jenkins/workspace/Kokkos_PR-6895/containers/src -I/var/jenkins/workspace/Kokkos_PR-6895/algorithms/src -I/var/jenkins/workspace/Kokkos_PR-6895/tpls/desul/include -I/var/jenkins/workspace/Kokkos_PR-6895/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-6895/core/src -I/var/jenkins/workspace/Kokkos_PR-6895/containers/src -I/var/jenkins/workspace/Kokkos_PR-6895/algorithms/src -I/var/jenkins/workspace/Kokkos_PR-6895/tpls/desul/include -I/var/jenkins/workspace/Kokkos_PR-6895/tpls/mdspan/include -I/var/jenkins/workspace/Kokkos_PR-6895/tpls/gtest -I/var/jenkins/workspace/Kokkos_PR-6895/algorithms/unit_tests -I/var/jenkins/workspace/Kokkos_PR-6895/core/unit_test/category_files -Werror -c /var/jenkins/workspace/Kokkos_PR-6895/core/src/impl/Kokkos_Stacktrace.cpp
/var/jenkins/workspace/Kokkos_PR-6895/bin/nvcc_wrapper -I./ -I/var/jenkins/workspace/Kokkos_PR-6895/core/src -I/var/jenkins/workspace/Kokkos_PR-6895/containers/src -I/var/jenkins/workspace/Kokkos_PR-6895/algorithms/src -I/var/jenkins/workspace/Kokkos_PR-6895/tpls/desul/include -I/var/jenkins/workspace/Kokkos_PR-6895/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-6895/core/src -I/var/jenkins/workspace/Kokkos_PR-6895/containers/src -I/var/jenkins/workspace/Kokkos_PR-6895/algorithms/src -I/var/jenkins/workspace/Kokkos_PR-6895/tpls/desul/include -I/var/jenkins/workspace/Kokkos_PR-6895/tpls/mdspan/include -I/var/jenkins/workspace/Kokkos_PR-6895/tpls/gtest -I/var/jenkins/workspace/Kokkos_PR-6895/algorithms/unit_tests -I/var/jenkins/workspace/Kokkos_PR-6895/core/unit_test/category_files -Werror -c /var/jenkins/workspace/Kokkos_PR-6895/core/src/impl/Kokkos_Profiling.cpp
/var/jenkins/workspace/Kokkos_PR-6895/bin/nvcc_wrapper -I./ -I/var/jenkins/workspace/Kokkos_PR-6895/core/src -I/var/jenkins/workspace/Kokkos_PR-6895/containers/src -I/var/jenkins/workspace/Kokkos_PR-6895/algorithms/src -I/var/jenkins/workspace/Kokkos_PR-6895/tpls/desul/include -I/var/jenkins/workspace/Kokkos_PR-6895/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-6895/core/src -I/var/jenkins/workspace/Kokkos_PR-6895/containers/src -I/var/jenkins/workspace/Kokkos_PR-6895/algorithms/src -I/var/jenkins/workspace/Kokkos_PR-6895/tpls/desul/include -I/var/jenkins/workspace/Kokkos_PR-6895/tpls/mdspan/include -I/var/jenkins/workspace/Kokkos_PR-6895/tpls/gtest -I/var/jenkins/workspace/Kokkos_PR-6895/algorithms/unit_tests -I/var/jenkins/workspace/Kokkos_PR-6895/core/unit_test/category_files -Werror -c /var/jenkins/workspace/Kokkos_PR-6895/core/src/impl/Kokkos_Error.cpp
/var/jenkins/workspace/Kokkos_PR-6895/bin/nvcc_wrapper -I./ -I/var/jenkins/workspace/Kokkos_PR-6895/core/src -I/var/jenkins/workspace/Kokkos_PR-6895/containers/src -I/var/jenkins/workspace/Kokkos_PR-6895/algorithms/src -I/var/jenkins/workspace/Kokkos_PR-6895/tpls/desul/include -I/var/jenkins/workspace/Kokkos_PR-6895/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-6895/core/src -I/var/jenkins/workspace/Kokkos_PR-6895/containers/src -I/var/jenkins/workspace/Kokkos_PR-6895/algorithms/src -I/var/jenkins/workspace/Kokkos_PR-6895/tpls/desul/include -I/var/jenkins/workspace/Kokkos_PR-6895/tpls/mdspan/include -I/var/jenkins/workspace/Kokkos_PR-6895/tpls/gtest -I/var/jenkins/workspace/Kokkos_PR-6895/algorithms/unit_tests -I/var/jenkins/workspace/Kokkos_PR-6895/core/unit_test/category_files -Werror -c /var/jenkins/workspace/Kokkos_PR-6895/core/src/impl/Kokkos_HostSpace.cpp
/var/jenkins/workspace/Kokkos_PR-6895/bin/nvcc_wrapper -I./ -I/var/jenkins/workspace/Kokkos_PR-6895/core/src -I/var/jenkins/workspace/Kokkos_PR-6895/containers/src -I/var/jenkins/workspace/Kokkos_PR-6895/algorithms/src -I/var/jenkins/workspace/Kokkos_PR-6895/tpls/desul/include -I/var/jenkins/workspace/Kokkos_PR-6895/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-6895/core/src -I/var/jenkins/workspace/Kokkos_PR-6895/containers/src -I/var/jenkins/workspace/Kokkos_PR-6895/algorithms/src -I/var/jenkins/workspace/Kokkos_PR-6895/tpls/desul/include -I/var/jenkins/workspace/Kokkos_PR-6895/tpls/mdspan/include -I/var/jenkins/workspace/Kokkos_PR-6895/tpls/gtest -I/var/jenkins/workspace/Kokkos_PR-6895/algorithms/unit_tests -I/var/jenkins/workspace/Kokkos_PR-6895/core/unit_test/category_files -Werror -c /var/jenkins/workspace/Kokkos_PR-6895/core/src/impl/Kokkos_MemoryPool.cpp
/var/jenkins/workspace/Kokkos_PR-6895/bin/nvcc_wrapper -I./ -I/var/jenkins/workspace/Kokkos_PR-6895/core/src -I/var/jenkins/workspace/Kokkos_PR-6895/containers/src -I/var/jenkins/workspace/Kokkos_PR-6895/algorithms/src -I/var/jenkins/workspace/Kokkos_PR-6895/tpls/desul/include -I/var/jenkins/workspace/Kokkos_PR-6895/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-6895/core/src -I/var/jenkins/workspace/Kokkos_PR-6895/containers/src -I/var/jenkins/workspace/Kokkos_PR-6895/algorithms/src -I/var/jenkins/workspace/Kokkos_PR-6895/tpls/desul/include -I/var/jenkins/workspace/Kokkos_PR-6895/tpls/mdspan/include -I/var/jenkins/workspace/Kokkos_PR-6895/tpls/gtest -I/var/jenkins/workspace/Kokkos_PR-6895/algorithms/unit_tests -I/var/jenkins/workspace/Kokkos_PR-6895/core/unit_test/category_files -Werror -c /var/jenkins/workspace/Kokkos_PR-6895/containers/src/impl/Kokkos_UnorderedMap_impl.cpp
/var/jenkins/workspace/Kokkos_PR-6895/bin/nvcc_wrapper -I./ -I/var/jenkins/workspace/Kokkos_PR-6895/core/src -I/var/jenkins/workspace/Kokkos_PR-6895/containers/src -I/var/jenkins/workspace/Kokkos_PR-6895/algorithms/src -I/var/jenkins/workspace/Kokkos_PR-6895/tpls/desul/include -I/var/jenkins/workspace/Kokkos_PR-6895/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-6895/core/src -I/var/jenkins/workspace/Kokkos_PR-6895/containers/src -I/var/jenkins/workspace/Kokkos_PR-6895/algorithms/src -I/var/jenkins/workspace/Kokkos_PR-6895/tpls/desul/include -I/var/jenkins/workspace/Kokkos_PR-6895/tpls/mdspan/include -I/var/jenkins/workspace/Kokkos_PR-6895/tpls/gtest -I/var/jenkins/workspace/Kokkos_PR-6895/algorithms/unit_tests -I/var/jenkins/workspace/Kokkos_PR-6895/core/unit_test/category_files -Werror -c /var/jenkins/workspace/Kokkos_PR-6895/core/src/Cuda/Kokkos_Cuda_Instance.cpp
/var/jenkins/workspace/Kokkos_PR-6895/bin/nvcc_wrapper -I./ -I/var/jenkins/workspace/Kokkos_PR-6895/core/src -I/var/jenkins/workspace/Kokkos_PR-6895/containers/src -I/var/jenkins/workspace/Kokkos_PR-6895/algorithms/src -I/var/jenkins/workspace/Kokkos_PR-6895/tpls/desul/include -I/var/jenkins/workspace/Kokkos_PR-6895/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-6895/core/src -I/var/jenkins/workspace/Kokkos_PR-6895/containers/src -I/var/jenkins/workspace/Kokkos_PR-6895/algorithms/src -I/var/jenkins/workspace/Kokkos_PR-6895/tpls/desul/include -I/var/jenkins/workspace/Kokkos_PR-6895/tpls/mdspan/include -I/var/jenkins/workspace/Kokkos_PR-6895/tpls/gtest -I/var/jenkins/workspace/Kokkos_PR-6895/algorithms/unit_tests -I/var/jenkins/workspace/Kokkos_PR-6895/core/unit_test/category_files -Werror -c /var/jenkins/workspace/Kokkos_PR-6895/core/src/Cuda/Kokkos_CudaSpace.cpp
/var/jenkins/workspace/Kokkos_PR-6895/bin/nvcc_wrapper -I./ -I/var/jenkins/workspace/Kokkos_PR-6895/core/src -I/var/jenkins/workspace/Kokkos_PR-6895/containers/src -I/var/jenkins/workspace/Kokkos_PR-6895/algorithms/src -I/var/jenkins/workspace/Kokkos_PR-6895/tpls/desul/include -I/var/jenkins/workspace/Kokkos_PR-6895/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-6895/core/src -I/var/jenkins/workspace/Kokkos_PR-6895/containers/src -I/var/jenkins/workspace/Kokkos_PR-6895/algorithms/src -I/var/jenkins/workspace/Kokkos_PR-6895/tpls/desul/include -I/var/jenkins/workspace/Kokkos_PR-6895/tpls/mdspan/include -I/var/jenkins/workspace/Kokkos_PR-6895/tpls/gtest -I/var/jenkins/workspace/Kokkos_PR-6895/algorithms/unit_tests -I/var/jenkins/workspace/Kokkos_PR-6895/core/unit_test/category_files -Werror -c /var/jenkins/workspace/Kokkos_PR-6895/core/src/Cuda/Kokkos_Cuda_Task.cpp
/var/jenkins/workspace/Kokkos_PR-6895/bin/nvcc_wrapper -I./ -I/var/jenkins/workspace/Kokkos_PR-6895/core/src -I/var/jenkins/workspace/Kokkos_PR-6895/containers/src -I/var/jenkins/workspace/Kokkos_PR-6895/algorithms/src -I/var/jenkins/workspace/Kokkos_PR-6895/tpls/desul/include -I/var/jenkins/workspace/Kokkos_PR-6895/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-6895/core/src -I/var/jenkins/workspace/Kokkos_PR-6895/containers/src -I/var/jenkins/workspace/Kokkos_PR-6895/algorithms/src -I/var/jenkins/workspace/Kokkos_PR-6895/tpls/desul/include -I/var/jenkins/workspace/Kokkos_PR-6895/tpls/mdspan/include -I/var/jenkins/workspace/Kokkos_PR-6895/tpls/gtest -I/var/jenkins/workspace/Kokkos_PR-6895/algorithms/unit_tests -I/var/jenkins/workspace/Kokkos_PR-6895/core/unit_test/category_files -Werror -c /var/jenkins/workspace/Kokkos_PR-6895/tpls/desul/src/Lock_Array_CUDA.cpp
/var/jenkins/workspace/Kokkos_PR-6895/bin/nvcc_wrapper -I./ -I/var/jenkins/workspace/Kokkos_PR-6895/core/src -I/var/jenkins/workspace/Kokkos_PR-6895/containers/src -I/var/jenkins/workspace/Kokkos_PR-6895/algorithms/src -I/var/jenkins/workspace/Kokkos_PR-6895/tpls/desul/include -I/var/jenkins/workspace/Kokkos_PR-6895/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-6895/core/src -I/var/jenkins/workspace/Kokkos_PR-6895/containers/src -I/var/jenkins/workspace/Kokkos_PR-6895/algorithms/src -I/var/jenkins/workspace/Kokkos_PR-6895/tpls/desul/include -I/var/jenkins/workspace/Kokkos_PR-6895/tpls/mdspan/include -I/var/jenkins/workspace/Kokkos_PR-6895/tpls/gtest -I/var/jenkins/workspace/Kokkos_PR-6895/algorithms/unit_tests -I/var/jenkins/workspace/Kokkos_PR-6895/core/unit_test/category_files -Werror -c /var/jenkins/workspace/Kokkos_PR-6895/core/src/Serial/Kokkos_Serial.cpp
/var/jenkins/workspace/Kokkos_PR-6895/bin/nvcc_wrapper -I./ -I/var/jenkins/workspace/Kokkos_PR-6895/core/src -I/var/jenkins/workspace/Kokkos_PR-6895/containers/src -I/var/jenkins/workspace/Kokkos_PR-6895/algorithms/src -I/var/jenkins/workspace/Kokkos_PR-6895/tpls/desul/include -I/var/jenkins/workspace/Kokkos_PR-6895/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-6895/core/src -I/var/jenkins/workspace/Kokkos_PR-6895/containers/src -I/var/jenkins/workspace/Kokkos_PR-6895/algorithms/src -I/var/jenkins/workspace/Kokkos_PR-6895/tpls/desul/include -I/var/jenkins/workspace/Kokkos_PR-6895/tpls/mdspan/include -I/var/jenkins/workspace/Kokkos_PR-6895/tpls/gtest -I/var/jenkins/workspace/Kokkos_PR-6895/algorithms/unit_tests -I/var/jenkins/workspace/Kokkos_PR-6895/core/unit_test/category_files -Werror -c /var/jenkins/workspace/Kokkos_PR-6895/core/src/Serial/Kokkos_Serial_Task.cpp
/var/jenkins/workspace/Kokkos_PR-6895/bin/nvcc_wrapper -I./ -I/var/jenkins/workspace/Kokkos_PR-6895/core/src -I/var/jenkins/workspace/Kokkos_PR-6895/containers/src -I/var/jenkins/workspace/Kokkos_PR-6895/algorithms/src -I/var/jenkins/workspace/Kokkos_PR-6895/tpls/desul/include -I/var/jenkins/workspace/Kokkos_PR-6895/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-6895/core/src -I/var/jenkins/workspace/Kokkos_PR-6895/containers/src -I/var/jenkins/workspace/Kokkos_PR-6895/algorithms/src -I/var/jenkins/workspace/Kokkos_PR-6895/tpls/desul/include -I/var/jenkins/workspace/Kokkos_PR-6895/tpls/mdspan/include -I/var/jenkins/workspace/Kokkos_PR-6895/tpls/gtest -I/var/jenkins/workspace/Kokkos_PR-6895/algorithms/unit_tests -I/var/jenkins/workspace/Kokkos_PR-6895/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-6895/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-6895/build/algorithms/unit_tests -L/usr/local/cuda/lib64  -lpthread -o KokkosAlgorithms_UnitTest_Serial
/var/jenkins/workspace/Kokkos_PR-6895/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-6895/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-6895/build/algorithms/unit_tests'
make[1]: Leaving directory '/var/jenkins/workspace/Kokkos_PR-6895/build/algorithms/unit_tests'
make -C core/unit_test test
make[1]: Entering directory '/var/jenkins/workspace/Kokkos_PR-6895/build/core/unit_test'
make -f /var/jenkins/workspace/Kokkos_PR-6895/core/unit_test/Makefile KOKKOS_SRC_PATH=/var/jenkins/workspace/Kokkos_PR-6895 CXX=/var/jenkins/workspace/Kokkos_PR-6895/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-6895/tpls/gtest KOKKOS_OPTIONS=compiler_warnings KOKKOS_CUDA_OPTIONS=enable_lambda KOKKOS_PATH=/var/jenkins/workspace/Kokkos_PR-6895
make[2]: Entering directory '/var/jenkins/workspace/Kokkos_PR-6895/build/core/unit_test'
echo "End Build"
End Build
make[2]: Leaving directory '/var/jenkins/workspace/Kokkos_PR-6895/build/core/unit_test'
make -f /var/jenkins/workspace/Kokkos_PR-6895/core/unit_test/Makefile KOKKOS_SRC_PATH=/var/jenkins/workspace/Kokkos_PR-6895 CXX=/var/jenkins/workspace/Kokkos_PR-6895/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-6895/tpls/gtest KOKKOS_OPTIONS=compiler_warnings KOKKOS_CUDA_OPTIONS=enable_lambda KOKKOS_PATH=/var/jenkins/workspace/Kokkos_PR-6895 test
make[2]: Entering directory '/var/jenkins/workspace/Kokkos_PR-6895/build/core/unit_test'
./KokkosCore_UnitTest_Cuda
./KokkosCore_UnitTest_Serial
./KokkosCore_UnitTest_HWLOC
./KokkosCore_UnitTest_Default
./KokkosCore_UnitTest_PushFinalizeHook
./KokkosCore_UnitTest_PushFinalizeHook_terminate
./KokkosCore_UnitTest_StackTraceTestExec --gtest_filter=*normal
./KokkosCore_UnitTest_StackTraceTestExec --gtest_filter=*terminate
[==========] 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_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

[WARNING] /var/jenkins/workspace/Kokkos_PR-6895/tpls/gtest/gtest/gtest-all.cc:9326:: Death tests use fork(), which is unsafe particularly in a threaded context. For this test, Google Test detected 3 threads. See https://github.com/google/googletest/blob/master/docs/advanced.md#death-tests-and-threads for more explanation and suggested solutions, especially if this is the last message you see before your test times out.
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
[==========] Running 15 tests from 1 test suite.
[----------] Global test environment set-up.
[----------] 15 tests from defaultdevicetype
[ RUN      ] defaultdevicetype.half_conversion
[       OK ] defaultdevicetype.half_conversion (4 ms)
[ RUN      ] defaultdevicetype.bhalf_conversion
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-6895/tpls/gtest/gtest/gtest-all.cc:9326:: Death tests use fork(), which is unsafe particularly in a threaded context. For this test, Google Test detected 3 threads. See https://github.com/google/googletest/blob/master/docs/advanced.md#death-tests-and-threads for more explanation and suggested solutions, especially if this is the last message you see before your test times out.
[       OK ] defaultdevicetype.bhalf_conversion (4 ms)
[ RUN      ] defaultdevicetype.half_operators
[       OK ] defaultdevicetype.half_operators (1 ms)
[ RUN      ] defaultdevicetype.bhalf_operators
[       OK ] defaultdevicetype.bhalf_operators (2 ms)
[ RUN      ] defaultdevicetype.host_space_access
[       OK ] defaultdevicetype.host_space_access (0 ms)
[ RUN      ] defaultdevicetype.reduce_instantiation_a1
[       OK ] defaultdevicetype.reduce_instantiation_a1 (13 ms)
[ RUN      ] defaultdevicetype.reduce_instantiation_b1
[==========] Running 15 tests from 1 test suite.
[----------] Global test environment set-up.
[----------] 15 tests from defaultdevicetype
[ RUN      ] defaultdevicetype.half_conversion
[       OK ] defaultdevicetype.half_conversion (6 ms)
[ RUN      ] defaultdevicetype.bhalf_conversion
[       OK ] defaultdevicetype.bhalf_conversion (2 ms)
[ RUN      ] defaultdevicetype.half_operators
[==========] Running 15 tests from 1 test suite.
[----------] Global test environment set-up.
[----------] 15 tests from defaultdevicetype
[ RUN      ] defaultdevicetype.half_conversion
[       OK ] defaultdevicetype.half_conversion (6 ms)
[ RUN      ] defaultdevicetype.bhalf_conversion
[       OK ] defaultdevicetype.half_operators (17 ms)
[ RUN      ] defaultdevicetype.bhalf_operators
[==========] 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
[       OK ] defaultdevicetype.bhalf_operators (4 ms)
[ RUN      ] defaultdevicetype.host_space_access
[       OK ] defaultdevicetype.host_space_access (0 ms)
[ RUN      ] defaultdevicetype.reduce_instantiation_a1
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.bhalf_conversion (17 ms)
[ RUN      ] defaultdevicetype.half_operators
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.half_operators (4 ms)
[ RUN      ] defaultdevicetype.bhalf_operators
[       OK ] defaultdevicetype.bhalf_operators (2 ms)
[ RUN      ] defaultdevicetype.host_space_access
[       OK ] defaultdevicetype.host_space_access (0 ms)
[ RUN      ] defaultdevicetype.reduce_instantiation_a1
[       OK ] defaultdevicetype.reduce_instantiation_a1 (34 ms)
[ RUN      ] defaultdevicetype.reduce_instantiation_b1
[       OK ] defaultdevicetype.reduce_instantiation_b1 (99 ms)
[ RUN      ] defaultdevicetype.reduce_instantiation_c1
[       OK ] defaultdevicetype.reduce_instantiation_a1 (65 ms)
[ RUN      ] defaultdevicetype.reduce_instantiation_b1
[       OK ] defaultdevicetype.reduce_instantiation_c1 (33 ms)
[ RUN      ] defaultdevicetype.reduce_instantiation_a2
[       OK ] defaultdevicetype.reduce_instantiation_a2 (46 ms)
[ RUN      ] defaultdevicetype.reduce_instantiation_b2
[       OK ] defaultdevicetype.reduce_instantiation_b1 (91 ms)
[ RUN      ] defaultdevicetype.reduce_instantiation_c1
[       OK ] defaultdevicetype.reduce_instantiation_c1 (14 ms)
[ RUN      ] defaultdevicetype.reduce_instantiation_a2
[       OK ] defaultdevicetype.reduce_instantiation_b1 (162 ms)
[ RUN      ] defaultdevicetype.reduce_instantiation_c1
[       OK ] defaultdevicetype.reduce_instantiation_c1 (18 ms)
[ RUN      ] defaultdevicetype.reduce_instantiation_a2
[       OK ] defaultdevicetype.reduce_instantiation_a2 (10 ms)
[ RUN      ] defaultdevicetype.reduce_instantiation_b2
[       OK ] defaultdevicetype.reduce_instantiation_a2 (48 ms)
[ RUN      ] defaultdevicetype.reduce_instantiation_b2
[       OK ] defaultdevicetype.reduce_instantiation_b2 (106 ms)
[ RUN      ] defaultdevicetype.reduce_instantiation_c2
[       OK ] defaultdevicetype.reduce_instantiation_c2 (6 ms)
[ RUN      ] defaultdevicetype.reduce_instantiation_a3
[       OK ] defaultdevicetype.reduce_instantiation_a3 (44 ms)
[ RUN      ] defaultdevicetype.reduce_instantiation_b3
[       OK ] defaultdevicetype.reduce_instantiation_b2 (108 ms)
[ RUN      ] defaultdevicetype.reduce_instantiation_c2
[       OK ] defaultdevicetype.reduce_instantiation_c2 (8 ms)
[ RUN      ] defaultdevicetype.reduce_instantiation_a3
[       OK ] defaultdevicetype.reduce_instantiation_b2 (119 ms)
[ RUN      ] defaultdevicetype.reduce_instantiation_c2
[       OK ] defaultdevicetype.reduce_instantiation_a3 (36 ms)
[ RUN      ] defaultdevicetype.reduce_instantiation_b3
[==========] 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_b3 (116 ms)
[ RUN      ] defaultdevicetype.reduce_instantiation_c3
[       OK ] defaultdevicetype.reduce_instantiation_c2 (87 ms)
[ RUN      ] defaultdevicetype.reduce_instantiation_a3
[       OK ] defaultdevicetype.reduce_instantiation_c3 (43 ms)
[ RUN      ] defaultdevicetype.malloc
[       OK ] defaultdevicetype.malloc (0 ms)
[----------] 15 tests from defaultdevicetype (524 ms total)

[----------] Global test environment tear-down
[==========] 15 tests from 1 test suite ran. (524 ms total)
[  PASSED  ] 15 tests.
[       OK ] defaultdevicetype.reduce_instantiation_a3 (49 ms)
[ RUN      ] defaultdevicetype.reduce_instantiation_b3
[       OK ] defaultdevicetype.reduce_instantiation_b3 (162 ms)
[ RUN      ] defaultdevicetype.reduce_instantiation_c3
[       OK ] defaultdevicetype.reduce_instantiation_c3 (43 ms)
[ RUN      ] defaultdevicetype.malloc
[       OK ] defaultdevicetype.malloc (0 ms)
[----------] 15 tests from defaultdevicetype (615 ms total)

[----------] Global test environment tear-down
[==========] 15 tests from 1 test suite ran. (616 ms total)
[  PASSED  ] 15 tests.
[       OK ] defaultdevicetype.reduce_instantiation_b3 (100 ms)
[ RUN      ] defaultdevicetype.reduce_instantiation_c3
[       OK ] defaultdevicetype.reduce_instantiation_c3 (8 ms)
[ RUN      ] defaultdevicetype.malloc
[       OK ] defaultdevicetype.malloc (0 ms)
[----------] 15 tests from defaultdevicetype (618 ms total)

[----------] Global test environment tear-down
[==========] 15 tests from 1 test suite ran. (618 ms total)
[  PASSED  ] 15 tests.
[       OK ] defaultdevicetype_DeathTest.stacktrace_terminate (740 ms)
[----------] 1 test from defaultdevicetype_DeathTest (741 ms total)

[----------] Global test environment tear-down
[==========] 1 test from 1 test suite ran. (741 ms total)
[  PASSED  ] 1 test.
[       OK ] defaultdevicetype_DeathTest.stacktrace_generic_term (731 ms)
[----------] 1 test from defaultdevicetype_DeathTest (731 ms total)

[----------] Global test environment tear-down
[==========] 1 test from 1 test suite ran. (731 ms total)
[  PASSED  ] 1 test.
[       OK ] serial_DeathTest.view_layoutstride_right_to_layoutleft_assignment (5161 ms)
[ RUN      ] serial_DeathTest.view_layoutstride_left_to_layoutright_assignment
[       OK ] cuda_DeathTest.view_layoutstride_right_to_layoutleft_assignment (9259 ms)
[ RUN      ] cuda_DeathTest.view_layoutstride_left_to_layoutright_assignment
[       OK ] serial_DeathTest.view_layoutstride_left_to_layoutright_assignment (4571 ms)
[----------] 2 tests from serial_DeathTest (9733 ms total)

[----------] 163 tests from serial
[ RUN      ] serial.init
[       OK ] serial.init (0 ms)
[ RUN      ] serial.dispatch
[       OK ] serial.dispatch (15 ms)
[ RUN      ] serial.impl_shared_alloc
[       OK ] serial.impl_shared_alloc (19 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 (88 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 (1 ms)
[ RUN      ] serial.view_allocation_error
[       OK ] serial.view_allocation_error (5 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 (1315 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 (143 ms)
[ RUN      ] serial.deep_copy_conversion
[       OK ] serial.deep_copy_conversion (695 ms)
[ RUN      ] serial.view_copy_tests
[       OK ] serial.view_copy_tests (127 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 (974 ms)
[ RUN      ] serial.view_mapping_operator
[       OK ] serial.view_mapping_operator (62 ms)
[ RUN      ] serial.static_extent
[       OK ] serial.static_extent (0 ms)
[ RUN      ] serial.view_mapping_atomic
[       OK ] serial.view_mapping_atomic (10 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 (1 ms)
[ RUN      ] serial.view_resize
[       OK ] serial.view_resize (158 ms)
[ RUN      ] serial.view_realloc
[       OK ] serial.view_realloc (0 ms)
[ RUN      ] serial.view_layoutstride_left_to_layoutleft_assignment
[       OK ] serial.view_layoutstride_left_to_layoutleft_assignment (312 ms)
[ RUN      ] serial.view_layoutstride_right_to_layoutright_assignment
[       OK ] serial.view_layoutstride_right_to_layoutright_assignment (313 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 (1 ms)
[ RUN      ] serial.view_subview_layoutright_to_layoutright
[       OK ] serial.view_subview_layoutright_to_layoutright (1 ms)
[ RUN      ] serial.view_subview_1d_assign
[       OK ] serial.view_subview_1d_assign (0 ms)
[ RUN      ] serial.view_subview_1d_assign_atomic
[       OK ] serial.view_subview_1d_assign_atomic (0 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 ] serial.view_subview_2d_from_3d (111 ms)
[ RUN      ] serial.view_subview_2d_from_3d_atomic
[       OK ] serial.view_subview_2d_from_3d_atomic (113 ms)
[ RUN      ] serial.view_subview_2d_from_3d_randomaccess
[       OK ] serial.view_subview_2d_from_3d_randomaccess (110 ms)
[ RUN      ] serial.view_subview_3d_from_5d_left
[       OK ] serial.view_subview_3d_from_5d_left (3824 ms)
[ RUN      ] serial.view_subview_3d_from_5d_left_atomic
[       OK ] cuda_DeathTest.view_layoutstride_left_to_layoutright_assignment (9376 ms)
[----------] 2 tests from cuda_DeathTest (18636 ms total)

[----------] 147 tests from cuda
[ RUN      ] cuda.init
[       OK ] cuda.init (0 ms)
[ RUN      ] cuda.dispatch
[       OK ] cuda.dispatch (85 ms)
[ RUN      ] cuda.impl_shared_alloc
[       OK ] cuda.impl_shared_alloc (88 ms)
[ RUN      ] cuda.range_for
[       OK ] cuda.range_for (5 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 (99 ms)
[ RUN      ] cuda.view_api_b
[       OK ] cuda.view_api_b (5 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 ] cuda.view_allocation_large_rank (154 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 (0 ms)
[ RUN      ] cuda.view_copy_tests
[       OK ] cuda.view_copy_tests (61 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 (51 ms)
[ RUN      ] cuda.deep_copy_conversion
[       OK ] cuda.deep_copy_conversion (7 ms)
[ RUN      ] cuda.view_mapping
[       OK ] cuda.view_mapping (966 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 (101 ms)
[ RUN      ] cuda.view_realloc
[       OK ] cuda.view_realloc (0 ms)
[ RUN      ] cuda.view_layoutstride_left_to_layoutleft_assignment
[       OK ] cuda.view_layoutstride_left_to_layoutleft_assignment (339 ms)
[ RUN      ] cuda.view_layoutstride_right_to_layoutright_assignment
[       OK ] cuda.view_layoutstride_right_to_layoutright_assignment (336 ms)
[ RUN      ] cuda.view_irregular_layout
[       OK ] cuda.view_irregular_layout (0 ms)
[ RUN      ] cuda.view_nested_view
[       OK ] cuda.view_nested_view (0 ms)
[ RUN      ] cuda.int64_t_reduce
[       OK ] cuda.int64_t_reduce (12 ms)
[ RUN      ] cuda.double_reduce
[       OK ] cuda.double_reduce (11 ms)
[ RUN      ] cuda.int64_t_reduce_dynamic
[       OK ] cuda.int64_t_reduce_dynamic (16 ms)
[ RUN      ] cuda.double_reduce_dynamic
[       OK ] cuda.double_reduce_dynamic (16 ms)
[ RUN      ] cuda.int64_t_reduce_dynamic_view
[       OK ] cuda.int64_t_reduce_dynamic_view (4 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 (76 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 (131 ms)
[ RUN      ] cuda.reduce_device_view_team_policy
[       OK ] cuda.reduce_device_view_team_policy (9 ms)
[ RUN      ] cuda.reducers_int
[       OK ] cuda.reducers_int (8 ms)
[ RUN      ] cuda.reducers_double
[       OK ] cuda.reducers_double (9 ms)
[ RUN      ] cuda.reducers_complex_double
[       OK ] cuda.reducers_complex_double (2 ms)
[ RUN      ] cuda.reducers_struct
[       OK ] cuda.reducers_struct (7 ms)
[ RUN      ] cuda.reducers_half_t
[       OK ] cuda.reducers_half_t (5 ms)
[ RUN      ] cuda.reducers_bhalf_t
[       OK ] cuda.reducers_bhalf_t (5 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 (0 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 (0 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 (19 ms)
[ RUN      ] cuda.atomic_operations_unsigned
[       OK ] cuda.atomic_operations_unsigned (15 ms)
[ RUN      ] cuda.atomic_operations_long
[       OK ] cuda.atomic_operations_long (19 ms)
[ RUN      ] cuda.atomic_operations_unsignedlong
[       OK ] cuda.atomic_operations_unsignedlong (15 ms)
[ RUN      ] cuda.atomic_operations_longlong
[       OK ] cuda.atomic_operations_longlong (19 ms)
[ RUN      ] cuda.atomic_operations_double
[       OK ] cuda.atomic_operations_double (8 ms)
[ RUN      ] cuda.atomic_operations_float
[       OK ] cuda.atomic_operations_float (7 ms)
[ RUN      ] cuda.atomic_operations_complexfloat
[       OK ] cuda.atomic_operations_complexfloat (8 ms)
[ RUN      ] cuda.atomic_operations_complexdouble
[       OK ] cuda.atomic_operations_complexdouble (8 ms)
[ RUN      ] cuda.atomic_views_integral
[       OK ] serial.view_subview_3d_from_5d_left_atomic (3824 ms)
[ RUN      ] serial.view_subview_3d_from_5d_left_randomaccess
[       OK ] serial.view_subview_3d_from_5d_left_randomaccess (3793 ms)
[ RUN      ] serial.view_subview_3d_from_5d_right
[       OK ] cuda.atomic_views_integral (6820 ms)
[ RUN      ] cuda.atomic_views_nonintegral
[       OK ] cuda.atomic_views_nonintegral (78 ms)
[ RUN      ] cuda.atomic_view_api
[       OK ] cuda.atomic_view_api (0 ms)
[ RUN      ] cuda.atomics
[       OK ] cuda.atomics (218 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 (8 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 (16 ms)
[ RUN      ] cuda.triple_nested_parallelism
[       OK ] cuda.triple_nested_parallelism (28 ms)
[ RUN      ] cuda.parallel_scan_with_reducers
[       OK ] cuda.parallel_scan_with_reducers (1074 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 ] serial.view_subview_3d_from_5d_right (4572 ms)
[ RUN      ] serial.view_subview_3d_from_5d_right_atomic
[       OK ] cuda.team_reduction_scan (1488 ms)
[ RUN      ] cuda.team_long_reduce
[       OK ] cuda.team_long_reduce (11 ms)
[ RUN      ] cuda.team_double_reduce
[       OK ] cuda.team_double_reduce (11 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 (395 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 (2 ms)
[ RUN      ] cuda.view_aggregate
[       OK ] cuda.view_aggregate (0 ms)
[ RUN      ] cuda.memory_pool
[       OK ] cuda.memory_pool (16 ms)
[ RUN      ] cuda.cxx11
[       OK ] cuda.cxx11 (1 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 (7 ms)
[ RUN      ] cuda.view_layouttiled_subtile
[       OK ] cuda.view_layouttiled_subtile (3 ms)
[ RUN      ] cuda.mdrange_5d
[       OK ] cuda.mdrange_5d (142 ms)
[ RUN      ] cuda.mdrange_6d
[       OK ] cuda.mdrange_6d (181 ms)
[ RUN      ] cuda.mdrange_2d
[       OK ] cuda.mdrange_2d (4 ms)
[ RUN      ] cuda.mdrange_array_reduce
[       OK ] cuda.mdrange_array_reduce (0 ms)
[ RUN      ] cuda.mdrange_3d
[       OK ] cuda.mdrange_3d (26 ms)
[ RUN      ] cuda.mdrange_neg_idx
[       OK ] cuda.mdrange_neg_idx (2 ms)
[ RUN      ] cuda.mdrange_4d
[       OK ] cuda.mdrange_4d (29 ms)
[ RUN      ] cuda.crs_count_fill
[       OK ] cuda.crs_count_fill (6 ms)
[ RUN      ] cuda.crs_copy_constructor
[       OK ] cuda.crs_copy_constructor (25 ms)
[ RUN      ] cuda.workgraph_fib
[       OK ] cuda.workgraph_fib (1026 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 (3 ms)
[ RUN      ] cuda.unique_token_instance
[       OK ] cuda.unique_token_instance (3 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_right_atomic (4623 ms)
[ RUN      ] serial.view_subview_3d_from_5d_right_randomaccess
[       OK ] serial.view_subview_3d_from_5d_right_randomaccess (4571 ms)
[ RUN      ] serial.view_test_unmanaged_subview_reset
[       OK ] serial.view_test_unmanaged_subview_reset (0 ms)
[ RUN      ] serial.int64_t_reduce
[       OK ] cuda.local_deepcopy_teampolicy_layoutleft (8217 ms)
[ RUN      ] cuda.local_deepcopy_rangepolicy_layoutleft
[       OK ] serial.int64_t_reduce (3796 ms)
[ RUN      ] serial.double_reduce
[       OK ] serial.double_reduce (3789 ms)
[ RUN      ] serial.int64_t_reduce_dynamic
[       OK ] cuda.local_deepcopy_rangepolicy_layoutleft (9093 ms)
[ RUN      ] cuda.local_deepcopy_teampolicy_layoutright
[       OK ] serial.int64_t_reduce_dynamic (6506 ms)
[ RUN      ] serial.double_reduce_dynamic
[       OK ] cuda.local_deepcopy_teampolicy_layoutright (9128 ms)
[ RUN      ] cuda.local_deepcopy_rangepolicy_layoutright
[       OK ] serial.double_reduce_dynamic (6762 ms)
[ RUN      ] serial.int64_t_reduce_dynamic_view
[       OK ] serial.int64_t_reduce_dynamic_view (1260 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 (53 ms)
[ RUN      ] serial.reduce_device_view_range_policy
[       OK ] cuda.local_deepcopy_rangepolicy_layoutright (9428 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 (856 ms)
[ RUN      ] cuda.team_scratch_1_streams
[       OK ] cuda.team_scratch_1_streams (14902 ms)
[----------] 147 tests from cuda (66195 ms total)

[----------] 52 tests from cuda_uvm
[ RUN      ] cuda_uvm.impl_shared_alloc
[       OK ] cuda_uvm.impl_shared_alloc (86 ms)
[ RUN      ] cuda_uvm.view_api_a
[       OK ] cuda_uvm.view_api_a (105 ms)
[ RUN      ] cuda_uvm.view_api_b
[       OK ] cuda_uvm.view_api_b (21 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 (5 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 (812 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 (10 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 (974 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 (6 ms)
[ RUN      ] cuda_uvm.view_subview_assign_strided
[       OK ] cuda_uvm.view_subview_assign_strided (6 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 (0 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 (4 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 (5 ms)
[ RUN      ] cuda_uvm.view_subview_2d_from_3d
[       OK ] cuda_uvm.view_subview_2d_from_3d (79 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 (79 ms)
[ RUN      ] cuda_uvm.view_subview_3d_from_5d_left
[       OK ] cuda_uvm.view_subview_3d_from_5d_left (138 ms)
[ RUN      ] cuda_uvm.view_subview_3d_from_5d_left_atomic
[       OK ] cuda_uvm.view_subview_3d_from_5d_left_atomic (137 ms)
[ RUN      ] cuda_uvm.view_subview_3d_from_5d_left_randomaccess
[       OK ] cuda_uvm.view_subview_3d_from_5d_left_randomaccess (137 ms)
[ RUN      ] cuda_uvm.view_subview_3d_from_5d_right
[       OK ] cuda_uvm.view_subview_3d_from_5d_right (139 ms)
[ RUN      ] cuda_uvm.view_subview_3d_from_5d_right_atomic
[       OK ] cuda_uvm.view_subview_3d_from_5d_right_atomic (138 ms)
[ RUN      ] cuda_uvm.view_subview_3d_from_5d_right_randomaccess
[       OK ] cuda_uvm.view_subview_3d_from_5d_right_randomaccess (140 ms)
[ RUN      ] cuda_uvm.view_test_unmanaged_subview_reset
[       OK ] cuda_uvm.view_test_unmanaged_subview_reset (0 ms)
[----------] 52 tests from cuda_uvm (3205 ms total)

[----------] 25 tests from cuda_hostpinned
[ RUN      ] cuda_hostpinned.impl_shared_alloc
[       OK ] cuda_hostpinned.impl_shared_alloc (50 ms)
[ RUN      ] cuda_hostpinned.view_api_a
[       OK ] cuda_hostpinned.view_api_a (92 ms)
[ RUN      ] cuda_hostpinned.view_api_b
[       OK ] cuda_hostpinned.view_api_b (12 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 (3 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 ] cuda_hostpinned.view_allocation_large_rank (5877 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 (130 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 (970 ms)
[ RUN      ] cuda_hostpinned.view_mapping_operator
[       OK ] cuda_hostpinned.view_mapping_operator (63 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 (10 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 (7217 ms total)

[----------] Global test environment tear-down
[==========] 226 tests from 4 test suites ran. (95255 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 (153 ms)
[----------] 1 test from cuda (153 ms total)

[----------] Global test environment tear-down
[==========] 1 test from 1 test suite ran. (154 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 (114 ms)
[----------] 1 test from cuda (114 ms total)

[----------] Global test environment tear-down
[==========] 1 test from 1 test suite ran. (114 ms total)
[  PASSED  ] 1 test.
[       OK ] serial.reduce_device_view_range_policy (40923 ms)
[ RUN      ] serial.reduce_device_view_mdrange_policy
[       OK ] serial.reduce_device_view_mdrange_policy (84613 ms)
[ RUN      ] serial.reduce_device_view_team_policy
[       OK ] serial.reduce_device_view_team_policy (22478 ms)
[ RUN      ] serial.reducers_int
[       OK ] serial.reducers_int (13 ms)
[ RUN      ] serial.reducers_double
[       OK ] serial.reducers_double (13 ms)
[ RUN      ] serial.reducers_complex_double
[       OK ] serial.reducers_complex_double (4 ms)
[ RUN      ] serial.reducers_struct
[       OK ] serial.reducers_struct (4 ms)
[ RUN      ] serial.reducers_half_t
[       OK ] serial.reducers_half_t (2 ms)
[ RUN      ] serial.reducers_bhalf_t
[       OK ] serial.reducers_bhalf_t (1 ms)
[ RUN      ] serial.reducers_int8_t
[       OK ] serial.reducers_int8_t (0 ms)
[ RUN      ] serial.reducers_int16_t
[       OK ] serial.reducers_int16_t (0 ms)
[ RUN      ] serial.reducers_point_t
[       OK ] serial.reducers_point_t (0 ms)
[ RUN      ] serial.reducers_bool
[       OK ] serial.reducers_bool (0 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 (4 ms)
[ RUN      ] serial.atomic_operations_unsigned
[       OK ] serial.atomic_operations_unsigned (3 ms)
[ RUN      ] serial.atomic_operations_long
[       OK ] serial.atomic_operations_long (4 ms)
[ RUN      ] serial.atomic_operations_unsignedlong
[       OK ] serial.atomic_operations_unsignedlong (3 ms)
[ RUN      ] serial.atomic_operations_longlong
[       OK ] serial.atomic_operations_longlong (4 ms)
[ RUN      ] serial.atomic_operations_double
[       OK ] serial.atomic_operations_double (1 ms)
[ RUN      ] serial.atomic_operations_float
[       OK ] serial.atomic_operations_float (1 ms)
[ RUN      ] serial.atomic_operations_complexfloat
[       OK ] serial.atomic_operations_complexfloat (1 ms)
[ RUN      ] serial.atomic_operations_complexdouble
[       OK ] serial.atomic_operations_complexdouble (1 ms)
[ RUN      ] serial.atomic_views_integral
[       OK ] serial.atomic_views_integral (757 ms)
[ RUN      ] serial.atomic_views_nonintegral
[       OK ] serial.atomic_views_nonintegral (413 ms)
[ RUN      ] serial.atomic_view_api
[       OK ] serial.atomic_view_api (0 ms)
[ RUN      ] serial.atomics
[       OK ] serial.atomics (19 ms)
[ RUN      ] serial.atomics_tpetra_max_abs
[       OK ] serial.atomics_tpetra_max_abs (0 ms)
[ RUN      ] serial.team_for
[       OK ] serial.team_for (0 ms)
[ RUN      ] serial.team_reduce
[       OK ] serial.team_reduce (0 ms)
[ RUN      ] serial.team_reduce_large
[       OK ] serial.team_reduce_large (36813 ms)
[ RUN      ] serial.team_parallel_single
[       OK ] serial.team_parallel_single (171 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 (122 ms)
[ RUN      ] serial.triple_nested_parallelism
[       OK ] serial.triple_nested_parallelism (5451 ms)
[ RUN      ] serial.parallel_scan_with_reducers
[       OK ] serial.parallel_scan_with_reducers (1361 ms)
[ RUN      ] serial.team_shared_request
[       OK ] serial.team_shared_request (744 ms)
[ RUN      ] serial.team_scratch_request
[       OK ] serial.team_scratch_request (120 ms)
[ RUN      ] serial.team_lambda_shared_request
[       OK ] serial.team_lambda_shared_request (746 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 (169 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 (37 ms)
[ RUN      ] serial.team_reduction_scan
[       OK ] serial.team_reduction_scan (462 ms)
[ RUN      ] serial.team_long_reduce
[       OK ] serial.team_long_reduce (1339 ms)
[ RUN      ] serial.team_double_reduce
[       OK ] serial.team_double_reduce (1420 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 (14081 ms)
[ RUN      ] serial.team_policy_max_recommended
[       OK ] serial.team_policy_max_recommended (61 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 (114 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 (9 ms)
[ RUN      ] serial.view_layouttiled_subtile
[       OK ] serial.view_layouttiled_subtile (3 ms)
[ RUN      ] serial.mdrange_5d
[       OK ] serial.mdrange_5d (786 ms)
[ RUN      ] serial.mdrange_6d
[       OK ] serial.mdrange_6d (2445 ms)
[ RUN      ] serial.mdrange_2d
[       OK ] serial.mdrange_2d (17 ms)
[ RUN      ] serial.mdrange_array_reduce
[       OK ] serial.mdrange_array_reduce (0 ms)
[ RUN      ] serial.mdrange_3d
[       OK ] serial.mdrange_3d (183 ms)
[ RUN      ] serial.mdrange_neg_idx
[       OK ] serial.mdrange_neg_idx (1147 ms)
[ RUN      ] serial.mdrange_4d
[       OK ] serial.mdrange_4d (202 ms)
[ RUN      ] serial.crs_count_fill
[       OK ] serial.crs_count_fill (6 ms)
[ RUN      ] serial.crs_copy_constructor
[       OK ] serial.crs_copy_constructor (31 ms)
[ RUN      ] serial.workgraph_fib
[       OK ] serial.workgraph_fib (1070 ms)
[ RUN      ] serial.local_deepcopy_teampolicy_layoutleft
[       OK ] serial.local_deepcopy_teampolicy_layoutleft (19510 ms)
[ RUN      ] serial.local_deepcopy_rangepolicy_layoutleft
[       OK ] serial.local_deepcopy_rangepolicy_layoutleft (14049 ms)
[ RUN      ] serial.local_deepcopy_teampolicy_layoutright
[       OK ] serial.local_deepcopy_teampolicy_layoutright (9281 ms)
[ RUN      ] serial.local_deepcopy_rangepolicy_layoutright
[       OK ] serial.local_deepcopy_rangepolicy_layoutright (9963 ms)
[ RUN      ] serial.deep_copy_scratch
[       OK ] serial.deep_copy_scratch (0 ms)
[----------] 163 tests from serial (323240 ms total)

[----------] Global test environment tear-down
[==========] 165 tests from 2 test suites ran. (332974 ms total)
[  PASSED  ] 165 tests.
make[2]: Leaving directory '/var/jenkins/workspace/Kokkos_PR-6895/build/core/unit_test'
make[1]: Leaving directory '/var/jenkins/workspace/Kokkos_PR-6895/build/core/unit_test'
make -C core/perf_test test
make[1]: Entering directory '/var/jenkins/workspace/Kokkos_PR-6895/build/core/perf_test'
make -f /var/jenkins/workspace/Kokkos_PR-6895/core/perf_test/Makefile KOKKOS_SRC_PATH=/var/jenkins/workspace/Kokkos_PR-6895 CXX=/var/jenkins/workspace/Kokkos_PR-6895/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-6895/tpls/gtest KOKKOS_OPTIONS=compiler_warnings KOKKOS_CUDA_OPTIONS=enable_lambda KOKKOS_PATH=/var/jenkins/workspace/Kokkos_PR-6895
make[2]: Entering directory '/var/jenkins/workspace/Kokkos_PR-6895/build/core/perf_test'
echo "End Build"
End Build
make[2]: Leaving directory '/var/jenkins/workspace/Kokkos_PR-6895/build/core/perf_test'
make -f /var/jenkins/workspace/Kokkos_PR-6895/core/perf_test/Makefile KOKKOS_SRC_PATH=/var/jenkins/workspace/Kokkos_PR-6895 CXX=/var/jenkins/workspace/Kokkos_PR-6895/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-6895/tpls/gtest KOKKOS_OPTIONS=compiler_warnings KOKKOS_CUDA_OPTIONS=enable_lambda KOKKOS_PATH=/var/jenkins/workspace/Kokkos_PR-6895 test
make[2]: Entering directory '/var/jenkins/workspace/Kokkos_PR-6895/build/core/perf_test'
./KokkosCore_PerformanceTest_TaskDAG
make[2]: Leaving directory '/var/jenkins/workspace/Kokkos_PR-6895/build/core/perf_test'
make[1]: Leaving directory '/var/jenkins/workspace/Kokkos_PR-6895/build/core/perf_test'
make -C containers/unit_tests test
make[1]: Entering directory '/var/jenkins/workspace/Kokkos_PR-6895/build/containers/unit_tests'
make -f /var/jenkins/workspace/Kokkos_PR-6895/containers/unit_tests/Makefile KOKKOS_SRC_PATH=/var/jenkins/workspace/Kokkos_PR-6895 CXX=/var/jenkins/workspace/Kokkos_PR-6895/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-6895/tpls/gtest KOKKOS_OPTIONS=compiler_warnings KOKKOS_CUDA_OPTIONS=enable_lambda KOKKOS_PATH=/var/jenkins/workspace/Kokkos_PR-6895
make[2]: Entering directory '/var/jenkins/workspace/Kokkos_PR-6895/build/containers/unit_tests'
echo "End Build"
End Build
make[2]: Leaving directory '/var/jenkins/workspace/Kokkos_PR-6895/build/containers/unit_tests'
make -f /var/jenkins/workspace/Kokkos_PR-6895/containers/unit_tests/Makefile KOKKOS_SRC_PATH=/var/jenkins/workspace/Kokkos_PR-6895 CXX=/var/jenkins/workspace/Kokkos_PR-6895/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-6895/tpls/gtest KOKKOS_OPTIONS=compiler_warnings KOKKOS_CUDA_OPTIONS=enable_lambda KOKKOS_PATH=/var/jenkins/workspace/Kokkos_PR-6895 test
make[2]: Entering directory '/var/jenkins/workspace/Kokkos_PR-6895/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 (1 ms)
[ RUN      ] cuda.dualview_host_correct_kokkos_device
[       OK ] cuda.dualview_host_correct_kokkos_device (0 ms)
[ RUN      ] cuda.dualview_host_modify_template_device_sync
[       OK ] cuda.dualview_host_modify_template_device_sync (0 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 (37 ms)
[ RUN      ] cuda.dyn_rank_view_api_generic
[       OK ] cuda.dyn_rank_view_api_generic (38 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 (2 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 (0 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 (13412 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 (1 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 (173 ms)
[ RUN      ] serial.dyn_rank_view_api_generic
[       OK ] serial.dyn_rank_view_api_generic (42 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-6895/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 (924 ms)
[ RUN      ] serial.offsetview_unmanaged_construction
[       OK ] serial.offsetview_unmanaged_construction (0 ms)
[ RUN      ] serial.offsetview_subview
[       OK ] serial.offsetview_subview (14 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 (30072 ms)
[ RUN      ] serial.scatterview_devicetype
[       OK ] serial.scatterview_devicetype (8 ms)
[ RUN      ] serial.staticcrsgraph
[       OK ] serial.staticcrsgraph (28 ms)
[ RUN      ] serial.UnorderedMap_insert
[       OK ] cuda.scatterview (118853 ms)
[ RUN      ] cuda.scatterview_devicetype
[       OK ] cuda.scatterview_devicetype (33 ms)
[ RUN      ] cuda.staticcrsgraph
[       OK ] cuda.staticcrsgraph (49 ms)
[ RUN      ] cuda.UnorderedMap_insert
[       OK ] serial.UnorderedMap_insert (81976 ms)
[ RUN      ] serial.UnorderedMap_failed_insert
[       OK ] cuda.UnorderedMap_insert (11133 ms)
[ RUN      ] cuda.UnorderedMap_failed_insert
[       OK ] cuda.UnorderedMap_failed_insert (1364 ms)
[ RUN      ] cuda.UnorderedMap_deep_copy
[       OK ] cuda.UnorderedMap_deep_copy (9 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 (131559 ms total)

[----------] Global test environment tear-down
[==========] 42 tests from 1 test suite ran. (131560 ms total)
[  PASSED  ] 42 tests.
[       OK ] serial.UnorderedMap_failed_insert (36484 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 (163351 ms total)

[----------] Global test environment tear-down
[==========] 42 tests from 1 test suite ran. (163351 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-6895/build/containers/unit_tests'
make[1]: Leaving directory '/var/jenkins/workspace/Kokkos_PR-6895/build/containers/unit_tests'
make -C containers/performance_tests test
make[1]: Entering directory '/var/jenkins/workspace/Kokkos_PR-6895/build/containers/performance_tests'
make -f /var/jenkins/workspace/Kokkos_PR-6895/containers/performance_tests/Makefile KOKKOS_SRC_PATH=/var/jenkins/workspace/Kokkos_PR-6895 CXX=/var/jenkins/workspace/Kokkos_PR-6895/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-6895/tpls/gtest KOKKOS_OPTIONS=compiler_warnings KOKKOS_CUDA_OPTIONS=enable_lambda KOKKOS_PATH=/var/jenkins/workspace/Kokkos_PR-6895
make[2]: Entering directory '/var/jenkins/workspace/Kokkos_PR-6895/build/containers/performance_tests'
echo "End Build"
End Build
make[2]: Leaving directory '/var/jenkins/workspace/Kokkos_PR-6895/build/containers/performance_tests'
make -f /var/jenkins/workspace/Kokkos_PR-6895/containers/performance_tests/Makefile KOKKOS_SRC_PATH=/var/jenkins/workspace/Kokkos_PR-6895 CXX=/var/jenkins/workspace/Kokkos_PR-6895/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-6895/tpls/gtest KOKKOS_OPTIONS=compiler_warnings KOKKOS_CUDA_OPTIONS=enable_lambda KOKKOS_PATH=/var/jenkins/workspace/Kokkos_PR-6895 test
make[2]: Entering directory '/var/jenkins/workspace/Kokkos_PR-6895/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.00133355
 View sum computation time: 0.00133355
 Strided View time (init only): 0.00125397
 View Rank7 time (init only): 0.00128704
 DynRankView time (init only): 0.00133342
 DynRankView sum computation time: 0.00172919
 Ratio of View to DynRankView time: 1.0001
 Ratio of View to DynRankView sum computation time: 0.99965
 Ratio of View to View Rank7  time: 1.03614
 Ratio of StrideView to DynRankView time: 0.940414
 Ratio of DynRankView to View Rank7  time: 1.03604
[       OK ] TEST_CATEGORY.dynrankview_perf (98 ms)
[ RUN      ] TEST_CATEGORY.global_2_local
Cuda
size, create, generate, fill, find
256, 0.000436116, 5.8147e-05, 0.00427556, 0.00257721
512, 0.000240247, 1.7092e-05, 2.8171e-05, 0.00250846
1024, 0.000225321, 1.6396e-05, 2.6257e-05, 0.00258131
2048, 0.000223976, 1.5323e-05, 2.8134e-05, 0.00258094
4096, 0.000218633, 1.5541e-05, 2.8292e-05, 0.00263365
8192, 0.000228989, 1.617e-05, 3.0565e-05, 0.00256719
16384, 0.000232049, 1.577e-05, 3.3299e-05, 0.00268035
32768, 0.00023275, 1.6447e-05, 3.7081e-05, 0.00278816
65536, 0.000236025, 1.6456e-05, 4.6091e-05, 0.00304921
131072, 0.00023682, 1.722e-05, 6.4105e-05, 0.00360185
262144, 0.000244716, 1.9536e-05, 0.000142229, 0.00539211
524288, 0.000264942, 2.2996e-05, 0.000533325, 0.0149871
1048576, 0.000483448, 3.1297e-05, 0.00147759, 0.045452
2097152, 0.00135246, 4.4941e-05, 0.00350439, 0.110292
4194304, 0.0015914, 6.8275e-05, 0.0075119, 0.239136
[       OK ] TEST_CATEGORY.global_2_local (473 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 (572 ms total)

[----------] Global test environment tear-down
[==========] 4 tests from 1 test suite ran. (572 ms total)
[  PASSED  ] 4 tests.
make[2]: Leaving directory '/var/jenkins/workspace/Kokkos_PR-6895/build/containers/performance_tests'
make[1]: Leaving directory '/var/jenkins/workspace/Kokkos_PR-6895/build/containers/performance_tests'
make -C algorithms/unit_tests test
make[1]: Entering directory '/var/jenkins/workspace/Kokkos_PR-6895/build/algorithms/unit_tests'
make -f /var/jenkins/workspace/Kokkos_PR-6895/algorithms/unit_tests/Makefile KOKKOS_SRC_PATH=/var/jenkins/workspace/Kokkos_PR-6895 CXX=/var/jenkins/workspace/Kokkos_PR-6895/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-6895/tpls/gtest KOKKOS_OPTIONS=compiler_warnings KOKKOS_CUDA_OPTIONS=enable_lambda KOKKOS_PATH=/var/jenkins/workspace/Kokkos_PR-6895
make[2]: Entering directory '/var/jenkins/workspace/Kokkos_PR-6895/build/algorithms/unit_tests'
echo "End Build"
End Build
make[2]: Leaving directory '/var/jenkins/workspace/Kokkos_PR-6895/build/algorithms/unit_tests'
make -f /var/jenkins/workspace/Kokkos_PR-6895/algorithms/unit_tests/Makefile KOKKOS_SRC_PATH=/var/jenkins/workspace/Kokkos_PR-6895 CXX=/var/jenkins/workspace/Kokkos_PR-6895/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-6895/tpls/gtest KOKKOS_OPTIONS=compiler_warnings KOKKOS_CUDA_OPTIONS=enable_lambda KOKKOS_PATH=/var/jenkins/workspace/Kokkos_PR-6895 test
make[2]: Entering directory '/var/jenkins/workspace/Kokkos_PR-6895/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:1711456072011050517
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:1711456072031479180
Test Scalar=int
 -- Testing randomness properties
 -- Testing 1-D histogram
Density 1D: 6.43252e-07 0.00247282 -0.0250158 || 0.051031 28010 29295 || 28603.7 28674.4 || -345.819 -2.0744
 -- Testing 3-D histogram
Density 3D: 6.43252e-07 0.0357062 0.00614653 || 0.051031 1e+64 -1e+64
Test Scalar=unsigned int
 -- Testing randomness properties
 -- Testing 1-D histogram
Density 1D: 6.43252e-07 0.0126178 -0.01345 || 0.051031 27991 29312 || 28317.1 28674.4 || -185.933 -2.0744
 -- Testing 3-D histogram
Density 3D: 6.43252e-07 -0.02006 0.000491723 || 0.051031 1e+64 -1e+64
Test Scalar=int64_t
 -- Testing randomness properties
 -- Testing 1-D histogram
Density 1D: 6.43252e-07 0.0211995 -0.0046305 || 0.051031 28078 29414 || 28079.1 28674.4 || -64.012 -2.0744
 -- Testing 3-D histogram
Density 3D: 6.43252e-07 0.00125324 -0.00120842 || 0.051031 1e+64 -1e+64
Test Scalar=uint64_t
 -- Testing randomness properties
 -- Testing 1-D histogram
Density 1D: 6.43252e-07 0.0141842 0.0345371 || 0.051031 28007 29331 || 28273.4 28674.4 || 477.441 -2.0744
 -- Testing 3-D histogram
Density 3D: 6.43252e-07 0.00911126 -0.00565029 || 0.051031 1e+64 -1e+64
Test Scalar=half
 -- Testing randomness properties
 -- Testing 1-D histogram
Density 1D: 0.000243698 -0.99999 -48248.4 || 0.051031 0 194971 || 2.92858e+09 28674.4 || -6.66986e+08 -2.0744
 -- Testing 3-D histogram
Density 3D: 0.00073001 -0.30016 0.154605 || 0.051031 1e+64 -1e+64
Test Scalar=bhalf
 -- Testing randomness properties
 -- Testing 1-D histogram
Density 1D: 0.00195424 -0.999999 -57857.1 || 0.051031 0 1.5517e+06 || 2.8692e+10 28674.4 || -7.99817e+08 -2.0744
 -- Testing 3-D histogram
Density 3D: 0.00587273 -0.967812 10.2825 || 0.051031 1e+64 -1e+64
Test Scalar=float
 -- Testing randomness properties
 -- Testing 1-D histogram
Density 1D: 6.8109e-07 0.010983 0.0216644 || 0.051031 28070 29293 || 28362.9 28674.4 || 299.488 -2.0744
 -- Testing 3-D histogram
Density 3D: 7.56767e-07 -0.00413052 0.00172927 || 0.051031 1e+64 -1e+64
Test Scalar=double
 -- Testing randomness properties
 -- Testing 1-D histogram
Density 1D: 6.43252e-07 -0.0125957 0.00255508 || 0.051031 27988 29463 || 29040.2 28674.4 || 35.3214 -2.0744
 -- Testing 3-D histogram
Density 3D: 6.43252e-07 -0.00888762 5.97331e-05 || 0.051031 1e+64 -1e+64
Test Seed:1711456072167453216
Test Scalar=int
 -- Testing randomness properties
 -- Testing 1-D histogram
Density 1D: 6.45775e-07 -0.00177859 -0.0106951 || 0.051031 28079 29395 || 28725.5 28674.4 || -147.849 -2.0744
 -- Testing 3-D histogram
Density 3D: 6.5082e-07 -0.0226996 0.00451228 || 0.051031 1e+64 -1e+64
Test Scalar=unsigned int
 -- Testing randomness properties
 -- Testing 1-D histogram
Density 1D: 6.43252e-07 -0.011072 0.00917514 || 0.051031 28031 29297 || 28995.4 28674.4 || 126.837 -2.0744
 -- Testing 3-D histogram
Density 3D: 6.43252e-07 -0.0111192 -0.00856078 || 0.051031 1e+64 -1e+64
Test Scalar=int64_t
 -- Testing randomness properties
 -- Testing 1-D histogram
Density 1D: 6.43252e-07 0.00384632 0.0144295 || 0.051031 27990 29344 || 28564.5 28674.4 || 199.473 -2.0744
 -- Testing 3-D histogram
Density 3D: 6.43252e-07 -0.00828332 0.00284546 || 0.051031 1e+64 -1e+64
Test Scalar=uint64_t
 -- Testing randomness properties
 -- Testing 1-D histogram
Density 1D: 6.43252e-07 0.0203103 0.0197472 || 0.051031 27998 29510 || 28103.6 28674.4 || 272.985 -2.0744
 -- Testing 3-D histogram
Density 3D: 6.43252e-07 0.00760864 -0.00166202 || 0.051031 1e+64 -1e+64
Test Scalar=half
 -- Testing randomness properties
 -- Testing 1-D histogram
Density 1D: 0.000245636 -0.99999 -48242.8 || 0.051031 0 194946 || 2.92876e+09 28674.4 || -6.66908e+08 -2.0744
 -- Testing 3-D histogram
Density 3D: 0.000735846 -0.32583 0.178708 || 0.051031 1e+64 -1e+64
Test Scalar=bhalf
 -- Testing randomness properties
 -- Testing 1-D histogram
Density 1D: 0.0019623 -0.999999 -57854.6 || 0.051031 0 1.55192e+06 || 2.86902e+10 28674.4 || -7.99781e+08 -2.0744
 -- Testing 3-D histogram
Density 3D: 0.00589719 -0.967805 10.2786 || 0.051031 1e+64 -1e+64
Test Scalar=float
 -- Testing randomness properties
 -- Testing 1-D histogram
Density 1D: 6.83613e-07 0.0010701 -0.00544869 || 0.051031 28064 29455 || 28643.7 28674.4 || -75.3227 -2.0744
 -- Testing 3-D histogram
Density 3D: 7.64335e-07 -4.07346e-05 0.00081726 || 0.051031 1e+64 -1e+64
Test Scalar=double
 -- Testing randomness properties
 -- Testing 1-D histogram
Density 1D: 6.43252e-07 -0.0118062 -0.00676807 || 0.051031 28011 29427 || 29017 28674.4 || -93.5618 -2.0744
 -- Testing 3-D histogram
Density 3D: 6.43252e-07 -0.0106233 0.0124882 || 0.051031 1e+64 -1e+64
[       OK ] cuda.Random_XorShift64 (272 ms)
[ RUN      ] cuda.Random_XorShift1024_0
Test Seed:1711456072304337109
Test Scalar=int
 -- Testing randomness properties
 -- Testing 1-D histogram
Density 1D: 2.47955e-07 0.0186631 0.00137891 || 0.051031 10956 11792 || 11168.5 11377 || 19.062 -0.823045
 -- Testing 3-D histogram
Density 3D: 2.47955e-07 -0.00372734 0.0022202 || 0.051031 1e+64 -1e+64
Test Scalar=unsigned int
 -- Testing randomness properties
 -- Testing 1-D histogram
Density 1D: 2.47955e-07 0.0117647 -0.000711196 || 0.051031 10971 11782 || 11244.7 11377 || -9.83158 -0.823045
 -- Testing 3-D histogram
Density 3D: 2.47955e-07 -0.000631 0.000534847 || 0.051031 1e+64 -1e+64
Test Scalar=int64_t
 -- Testing randomness properties
 -- Testing 1-D histogram
Density 1D: 2.47955e-07 -0.0190791 -0.00324377 || 0.051031 10987 11792 || 11598.2 11377 || -44.8419 -0.823045
 -- Testing 3-D histogram
Density 3D: 2.47955e-07 -0.0117573 0.000776962 || 0.051031 1e+64 -1e+64
Test Scalar=uint64_t
 -- Testing randomness properties
 -- Testing 1-D histogram
Density 1D: 2.47955e-07 0.00561043 0.00467024 || 0.051031 10950 11843 || 11313.5 11377 || 64.5615 -0.823045
 -- Testing 3-D histogram
Density 3D: 2.47955e-07 -0.00552401 0.000601488 || 0.051031 1e+64 -1e+64
Test Scalar=half
 -- Testing randomness properties
 -- Testing 1-D histogram
Density 1D: 0.000244824 -0.999975 -7594.96 || 0.051031 0 77574 || 4.60973e+08 11377 || -1.04993e+08 -0.823045
 -- Testing 3-D histogram
Density 3D: 0.000734219 -0.151568 0.0282152 || 0.051031 1e+64 -1e+64
Test Scalar=bhalf
 -- Testing randomness properties
 -- Testing 1-D histogram
Density 1D: 0.00195937 -0.999997 -9107.96 || 0.051031 0 617405 || 4.51632e+09 11377 || -1.25908e+08 -0.823045
 -- Testing 3-D histogram
Density 3D: 0.00589001 -0.922895 1.62478 || 0.051031 1e+64 -1e+64
Test Scalar=float
 -- Testing randomness properties
 -- Testing 1-D histogram
Density 1D: 2.67029e-07 0.0011038 -0.000309267 || 0.051031 10922 11831 || 11364.4 11377 || -4.27531 -0.823045
 -- Testing 3-D histogram
Density 3D: 3.05176e-07 -0.0107767 0.00154978 || 0.051031 1e+64 -1e+64
Test Scalar=double
 -- Testing randomness properties
 -- Testing 1-D histogram
Density 1D: 2.47955e-07 0.000292998 -0.00329936 || 0.051031 10980 11756 || 11373.6 11377 || -45.6104 -0.823045
 -- Testing 3-D histogram
Density 3D: 2.47955e-07 0.00973383 0.00223869 || 0.051031 1e+64 -1e+64
Test Seed:1711456072559869641
Test Scalar=int
 -- Testing randomness properties
 -- Testing 1-D histogram
Density 1D: 2.47955e-07 -0.00275864 -0.00337763 || 0.051031 10937 11829 || 11408.4 11377 || -46.6923 -0.823045
 -- Testing 3-D histogram
Density 3D: 2.47955e-07 -0.0215741 0.00364589 || 0.051031 1e+64 -1e+64
Test Scalar=unsigned int
 -- Testing randomness properties
 -- Testing 1-D histogram
Density 1D: 2.47955e-07 -0.0151159 0.00108696 || 0.051031 10976 11812 || 11551.6 11377 || 15.0261 -0.823045
 -- Testing 3-D histogram
Density 3D: 2.47955e-07 0.0187867 -0.000390762 || 0.051031 1e+64 -1e+64
Test Scalar=int64_t
 -- Testing randomness properties
 -- Testing 1-D histogram
Density 1D: 2.47955e-07 -0.00775281 -0.00130914 || 0.051031 10993 11784 || 11465.9 11377 || -18.0976 -0.823045
 -- Testing 3-D histogram
Density 3D: 2.47955e-07 -0.00157233 0.00299525 || 0.051031 1e+64 -1e+64
Test Scalar=uint64_t
 -- Testing randomness properties
 -- Testing 1-D histogram
Density 1D: 2.47955e-07 0.0115511 -0.0038746 || 0.051031 10986 11837 || 11247 11377 || -53.5625 -0.823045
 -- Testing 3-D histogram
Density 3D: 2.47955e-07 -0.0238286 0.00116074 || 0.051031 1e+64 -1e+64
Test Scalar=half
 -- Testing randomness properties
 -- Testing 1-D histogram
Density 1D: 0.000246668 -0.999975 -7595.18 || 0.051031 0 77587 || 4.61039e+08 11377 || -1.04996e+08 -0.823045
 -- Testing 3-D histogram
Density 3D: 0.000739663 -0.159082 0.0222474 || 0.051031 1e+64 -1e+64
Test Scalar=bhalf
 -- Testing randomness properties
 -- Testing 1-D histogram
Density 1D: 0.0019557 -0.999997 -9108.19 || 0.051031 0 616229 || 4.51689e+09 11377 || -1.25912e+08 -0.823045
 -- Testing 3-D histogram
Density 3D: 0.00587969 -0.922405 1.61181 || 0.051031 1e+64 -1e+64
Test Scalar=float
 -- Testing randomness properties
 -- Testing 1-D histogram
Density 1D: 2.73387e-07 -0.00199041 -0.0132743 || 0.051031 10963 11818 || 11399.6 11377 || -183.503 -0.823045
 -- Testing 3-D histogram
Density 3D: 3.24249e-07 -0.0147756 0.000573716 || 0.051031 1e+64 -1e+64
Test Scalar=double
 -- Testing randomness properties
 -- Testing 1-D histogram
Density 1D: 2.47955e-07 0.0049715 -0.00916853 || 0.051031 10906 11761 || 11320.7 11377 || -126.746 -0.823045
 -- Testing 3-D histogram
Density 3D: 2.47955e-07 -0.00218526 -0.000566395 || 0.051031 1e+64 -1e+64
[       OK ] cuda.Random_XorShift1024_0 (709 ms)
[ RUN      ] cuda.Multi_streams
[       OK ] cuda.Multi_streams (3093 ms)
[ RUN      ] cuda.SortUnsignedValueType
[       OK ] cuda.SortUnsignedValueType (34 ms)
[ RUN      ] cuda.SortEmptyView
[       OK ] cuda.SortEmptyView (0 ms)
[ RUN      ] cuda.BinSortGenericTests
[       OK ] cuda.BinSortGenericTests (32 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.00121107 0.0160041 || 0.051031 28018 29310 || 28709.2 28674.4 || 221.24 -2.0744
 -- Testing 3-D histogram
Density 3D: 6.43252e-07 -0.0125306 -0.000398121 || 0.051031 1e+64 -1e+64
Test Scalar=unsigned int
 -- Testing randomness properties
 -- Testing 1-D histogram
Density 1D: 6.43252e-07 -0.0101238 -0.00553684 || 0.051031 28038 29369 || 28967.7 28674.4 || -76.5413 -2.0744
 -- Testing 3-D histogram
Density 3D: 6.43252e-07 -0.0273416 0.00176278 || 0.051031 1e+64 -1e+64
Test Scalar=int64_t
 -- Testing randomness properties
 -- Testing 1-D histogram
Density 1D: 6.43252e-07 0.016645 -0.00755022 || 0.051031 27995 29431 || 28204.9 28674.4 || -104.374 -2.0744
 -- Testing 3-D histogram
Density 3D: 6.43252e-07 0.0034669 0.000106127 || 0.051031 1e+64 -1e+64
Test Scalar=uint64_t
 -- Testing randomness properties
 -- Testing 1-D histogram
Density 1D: 6.43252e-07 0.0213609 -0.00822848 || 0.051031 28048 29323 || 28074.7 28674.4 || -113.75 -2.0744
 -- Testing 3-D histogram
Density 3D: 6.43252e-07 -0.0124979 0.00137488 || 0.051031 1e+64 -1e+64
Test Scalar=half
 -- Testing randomness properties
[       OK ] cuda.BinSortUnsignedKeyLayoutStrideValues (126231 ms)
[ RUN      ] cuda.NestedSort
[       OK ] cuda.NestedSort (186 ms)
[ RUN      ] cuda.NestedSortByKey
[       OK ] cuda.NestedSortByKey (843 ms)
[ RUN      ] cuda.SortWithCustomComparator
[       OK ] cuda.SortWithCustomComparator (3842 ms)
[----------] 12 tests from cuda (135248 ms total)

[----------] Global test environment tear-down
[==========] 12 tests from 1 test suite ran. (135248 ms total)
[  PASSED  ] 12 tests.
 -- Testing 1-D histogram
Density 1D: 0.000244859 -0.99999 -48248.4 || 0.051031 0 195399 || 2.92896e+09 28674.4 || -6.66986e+08 -2.0744
 -- Testing 3-D histogram
Density 3D: 0.000733489 -0.307327 0.160073 || 0.051031 1e+64 -1e+64
Test Scalar=bhalf
 -- Testing randomness properties
 -- Testing 1-D histogram
Density 1D: 0.00195983 -0.999999 -57856.3 || 0.051031 0 1.55241e+06 || 2.86905e+10 28674.4 || -7.99805e+08 -2.0744
 -- Testing 3-D histogram
Density 3D: 0.00588929 -0.967818 10.324 || 0.051031 1e+64 -1e+64
Test Scalar=float
 -- Testing randomness properties
 -- Testing 1-D histogram
Density 1D: 6.73523e-07 -0.0142526 -0.000499712 || 0.051031 27992 29394 || 29089 28674.4 || -6.90802 -2.0744
 -- Testing 3-D histogram
Density 3D: 7.34064e-07 -0.0098384 -0.00500472 || 0.051031 1e+64 -1e+64
Test Scalar=double
 -- Testing randomness properties
 -- Testing 1-D histogram
Density 1D: 6.43252e-07 0.0115441 -0.012577 || 0.051031 28027 29267 || 28347.1 28674.4 || -173.864 -2.0744
 -- Testing 3-D histogram
Density 3D: 6.43252e-07 -0.00830905 0.00116634 || 0.051031 1e+64 -1e+64
Test Seed:1711456564063639558
Test Scalar=int
 -- Testing randomness properties
 -- Testing 1-D histogram
Density 1D: 6.43252e-07 -0.00364926 0.007089 || 0.051031 28024 29488 || 28779.4 28674.4 || 97.9984 -2.0744
 -- Testing 3-D histogram
Density 3D: 6.43252e-07 -0.0167135 -0.00559604 || 0.051031 1e+64 -1e+64
Test Scalar=unsigned int
 -- Testing randomness properties
 -- Testing 1-D histogram
Density 1D: 6.43252e-07 -0.00186652 0.0208186 || 0.051031 28025 29328 || 28728 28674.4 || 287.797 -2.0744
 -- Testing 3-D histogram
Density 3D: 6.43252e-07 -0.00760958 -0.000239231 || 0.051031 1e+64 -1e+64
Test Scalar=int64_t
 -- Testing randomness properties
 -- Testing 1-D histogram
Density 1D: 6.43252e-07 0.0314013 -0.0502269 || 0.051031 28036 29354 || 27801.4 28674.4 || -694.337 -2.0744
 -- Testing 3-D histogram
Density 3D: 6.43252e-07 0.0133001 -0.000635489 || 0.051031 1e+64 -1e+64
Test Scalar=uint64_t
 -- Testing randomness properties
 -- Testing 1-D histogram
Density 1D: 6.43252e-07 0.00587518 -0.00846595 || 0.051031 27995 29321 || 28506.9 28674.4 || -117.033 -2.0744
 -- Testing 3-D histogram
Density 3D: 6.43252e-07 0.0165801 -0.00622866 || 0.051031 1e+64 -1e+64
Test Scalar=half
 -- Testing randomness properties
 -- Testing 1-D histogram
Density 1D: 0.000245217 -0.99999 -48244 || 0.051031 0 195173 || 2.92866e+09 28674.4 || -6.66926e+08 -2.0744
 -- Testing 3-D histogram
Density 3D: 0.00073455 -0.304588 0.152684 || 0.051031 1e+64 -1e+64
Test Scalar=bhalf
 -- Testing randomness properties
 -- Testing 1-D histogram
Density 1D: 0.00195461 -0.999999 -57856 || 0.051031 0 1.55221e+06 || 2.86912e+10 28674.4 || -7.99802e+08 -2.0744
 -- Testing 3-D histogram
Density 3D: 0.00587391 -0.967758 10.292 || 0.051031 1e+64 -1e+64
Test Scalar=float
 -- Testing randomness properties
 -- Testing 1-D histogram
Density 1D: 6.78568e-07 -0.0142739 0.0256372 || 0.051031 27929 29388 || 29089.6 28674.4 || 354.409 -2.0744
 -- Testing 3-D histogram
Density 3D: 7.49199e-07 0.00809539 -0.00548258 || 0.051031 1e+64 -1e+64
Test Scalar=double
 -- Testing randomness properties
 -- Testing 1-D histogram
Density 1D: 6.43252e-07 0.00307778 -0.00349326 || 0.051031 28054 29349 || 28586.4 28674.4 || -48.2908 -2.0744
 -- Testing 3-D histogram
Density 3D: 6.43252e-07 -0.0103023 0.00319417 || 0.051031 1e+64 -1e+64
[       OK ] serial.Random_XorShift64 (981668 ms)
[ RUN      ] serial.Random_XorShift1024_0
Test Seed:1711457053679717838
Test Scalar=int
 -- Testing randomness properties
 -- Testing 1-D histogram
Density 1D: 2.54313e-07 0.0100847 -0.00013135 || 0.051031 10965 11817 || 11263.4 11377 || -1.81578 -0.823045
 -- Testing 3-D histogram
Density 3D: 2.67029e-07 0.00635511 0.00169288 || 0.051031 1e+64 -1e+64
Test Scalar=unsigned int
 -- Testing randomness properties
 -- Testing 1-D histogram
Density 1D: 2.47955e-07 0.0217258 0.00182184 || 0.051031 11012 11801 || 11135 11377 || 25.1852 -0.823045
 -- Testing 3-D histogram
Density 3D: 2.47955e-07 -0.00306588 -0.0046106 || 0.051031 1e+64 -1e+64
Test Scalar=int64_t
 -- Testing randomness properties
 -- Testing 1-D histogram
Density 1D: 2.47955e-07 -0.0163017 0.0141867 || 0.051031 10952 11851 || 11565.5 11377 || 196.117 -0.823045
 -- Testing 3-D histogram
Density 3D: 2.47955e-07 0.00554101 0.00290768 || 0.051031 1e+64 -1e+64
Test Scalar=uint64_t
 -- Testing randomness properties
 -- Testing 1-D histogram
Density 1D: 2.47955e-07 -0.00511256 -0.00332414 || 0.051031 10998 11826 || 11435.4 11377 || -45.9529 -0.823045
 -- Testing 3-D histogram
Density 3D: 2.47955e-07 -0.00305071 -0.00307688 || 0.051031 1e+64 -1e+64
Test Scalar=half
 -- Testing randomness properties
 -- Testing 1-D histogram
Density 1D: 0.000244862 -0.999975 -7595.79 || 0.051031 0 77590 || 4.61077e+08 11377 || -1.05004e+08 -0.823045
 -- Testing 3-D histogram
Density 3D: 0.000734257 -0.152644 0.0245524 || 0.051031 1e+64 -1e+64
Test Scalar=bhalf
 -- Testing randomness properties
 -- Testing 1-D histogram
Density 1D: 0.00195864 -0.999997 -9107.98 || 0.051031 0 616461 || 4.51651e+09 11377 || -1.25909e+08 -0.823045
 -- Testing 3-D histogram
Density 3D: 0.0058864 -0.922319 1.59747 || 0.051031 1e+64 -1e+64
Test Scalar=float
 -- Testing randomness properties
 -- Testing 1-D histogram
Density 1D: 2.54313e-07 0.00640932 -0.00288977 || 0.051031 10974 11790 || 11304.5 11377 || -39.9482 -0.823045
 -- Testing 3-D histogram
Density 3D: 2.67029e-07 -0.00798282 -0.00223004 || 0.051031 1e+64 -1e+64
Test Scalar=double
 -- Testing randomness properties
 -- Testing 1-D histogram
Density 1D: 2.47955e-07 -0.00114551 -0.00590551 || 0.051031 10997 11765 || 11390 11377 || -81.6377 -0.823045
 -- Testing 3-D histogram
Density 3D: 2.47955e-07 0.00463789 -0.000459535 || 0.051031 1e+64 -1e+64
Test Seed:1711457259394576410
Test Scalar=int
 -- Testing randomness properties
 -- Testing 1-D histogram
Density 1D: 2.47955e-07 0.00260088 0.000371649 || 0.051031 10993 11777 || 11347.4 11377 || 5.13767 -0.823045
 -- Testing 3-D histogram
Density 3D: 2.47955e-07 0.0124114 -0.000593283 || 0.051031 1e+64 -1e+64
Test Scalar=unsigned int
 -- Testing randomness properties
 -- Testing 1-D histogram
Density 1D: 2.47955e-07 0.0173114 -0.0137167 || 0.051031 10988 11783 || 11183.4 11377 || -189.62 -0.823045
 -- Testing 3-D histogram
Density 3D: 2.47955e-07 0.000318936 0.00213738 || 0.051031 1e+64 -1e+64
Test Scalar=int64_t
 -- Testing randomness properties
 -- Testing 1-D histogram
Density 1D: 2.47955e-07 -0.00925941 0.00347778 || 0.051031 10989 11758 || 11483.3 11377 || 48.0768 -0.823045
 -- Testing 3-D histogram
Density 3D: 2.47955e-07 -0.0154064 -0.00055537 || 0.051031 1e+64 -1e+64
Test Scalar=uint64_t
 -- Testing randomness properties
 -- Testing 1-D histogram
Density 1D: 2.47955e-07 0.0135686 0.00852553 || 0.051031 10944 11757 || 11224.7 11377 || 117.857 -0.823045
 -- Testing 3-D histogram
Density 3D: 2.47955e-07 -0.00908828 0.000986987 || 0.051031 1e+64 -1e+64
Test Scalar=half
 -- Testing randomness properties
 -- Testing 1-D histogram
Density 1D: 0.000243952 -0.999975 -7594.94 || 0.051031 0 77707 || 4.61074e+08 11377 || -1.04993e+08 -0.823045
 -- Testing 3-D histogram
Density 3D: 0.000731488 -0.157635 0.0286508 || 0.051031 1e+64 -1e+64
Test Scalar=bhalf
 -- Testing randomness properties
 -- Testing 1-D histogram
Density 1D: 0.00196327 -0.999997 -9107.61 || 0.051031 0 616362 || 4.51691e+09 11377 || -1.25904e+08 -0.823045
 -- Testing 3-D histogram
Density 3D: 0.0059007 -0.922616 1.6224 || 0.051031 1e+64 -1e+64
Test Scalar=float
 -- Testing randomness properties
 -- Testing 1-D histogram
Density 1D: 2.98818e-07 0.00578272 0.0067628 || 0.051031 10963 11788 || 11311.5 11377 || 93.489 -0.823045
 -- Testing 3-D histogram
Density 3D: 4.00543e-07 0.0113975 0.00467804 || 0.051031 1e+64 -1e+64
Test Scalar=double
 -- Testing randomness properties
 -- Testing 1-D histogram
Density 1D: 2.47955e-07 -0.00571931 0.00423017 || 0.051031 10970 11806 || 11442.4 11377 || 58.4779 -0.823045
 -- Testing 3-D histogram
Density 3D: 2.47955e-07 -0.0229602 0.00130497 || 0.051031 1e+64 -1e+64
[       OK ] serial.Random_XorShift1024_0 (415063 ms)
[ RUN      ] serial.Multi_streams
[       OK ] serial.Multi_streams (0 ms)
[ RUN      ] serial.SortUnsignedValueType
[       OK ] serial.SortUnsignedValueType (73302 ms)
[ RUN      ] serial.SortEmptyView
[       OK ] serial.SortEmptyView (0 ms)
[ RUN      ] serial.BinSortGenericTests
[       OK ] serial.BinSortGenericTests (5940 ms)
[ RUN      ] serial.BinSortEmptyView
[       OK ] serial.BinSortEmptyView (0 ms)
[ RUN      ] serial.BinSortEmptyKeysView
[       OK ] serial.BinSortEmptyKeysView (0 ms)
[ RUN      ] serial.BinSortUnsignedKeyLayoutStrideValues
[       OK ] serial.BinSortUnsignedKeyLayoutStrideValues (242029 ms)
[ RUN      ] serial.NestedSort
[       OK ] serial.NestedSort (95 ms)
[ RUN      ] serial.NestedSortByKey
[       OK ] serial.NestedSortByKey (793 ms)
[ RUN      ] serial.SortWithCustomComparator
[       OK ] serial.SortWithCustomComparator (7870 ms)
[----------] 12 tests from serial (1726857 ms total)

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