Skip to content

Console Output

+ rm -rf build
+ mkdir -p build
+ cd build
+ cmake -DCMAKE_BUILD_TYPE=Debug -DCMAKE_CXX_COMPILER_LAUNCHER=ccache -DCMAKE_CXX_COMPILER=/var/jenkins/workspace/Kokkos_develop/bin/nvcc_wrapper -DCMAKE_CXX_FLAGS=-Werror -DCMAKE_CXX_STANDARD=17 -DKokkos_ARCH_NATIVE=ON -DKokkos_ENABLE_COMPILER_WARNINGS=ON -DKokkos_ENABLE_DEBUG=ON -DKokkos_ENABLE_DEBUG_BOUNDS_CHECK=ON -DKokkos_ENABLE_DEPRECATED_CODE_4=OFF -DKokkos_ENABLE_TESTS=ON -DKokkos_ENABLE_BENCHMARKS=ON -DKokkos_ENABLE_CUDA=ON -DKokkos_ENABLE_CUDA_LAMBDA=ON -DKokkos_ENABLE_LIBDL=OFF -DKokkos_ENABLE_IMPL_MDSPAN=ON -DKokkos_ENABLE_IMPL_CUDA_MALLOC_ASYNC=OFF ..
-- Setting default Kokkos CXX standard to 17
-- The CXX compiler identification is GNU 9.4.0
-- Check for working CXX compiler: /var/jenkins/workspace/Kokkos_develop/bin/nvcc_wrapper
-- Check for working CXX compiler: /var/jenkins/workspace/Kokkos_develop/bin/nvcc_wrapper -- works
-- Detecting CXX compiler ABI info
-- Detecting CXX compiler ABI info - done
-- Detecting CXX compile features
-- Detecting CXX compile features - done
-- Kokkos version: 4.2.99
-- The project name is: Kokkos
-- Using internal gtest for testing
-- Compiler Version: 11.6.124
-- SERIAL backend is being turned on to ensure there is at least one Host space. To change this, you must enable another host execution space and configure with -DKokkos_ENABLE_SERIAL=OFF or change CMakeCache.txt
-- Using -std=c++17 for C++17 standard as feature
-- SIMD: AVX2 detected
-- CUDA auto-detection of architecture failed with /var/jenkins/workspace/Kokkos_develop/bin/nvcc_wrapper. Enabling CUDA language ONLY to auto-detect architecture...
-- Looking for a CUDA compiler
-- Looking for a CUDA compiler - /usr/local/cuda/bin/nvcc
-- The CUDA compiler identification is NVIDIA 11.6.124
-- Check for working CUDA compiler: /usr/local/cuda/bin/nvcc
-- Check for working CUDA compiler: /usr/local/cuda/bin/nvcc -- works
-- Detecting CUDA compiler ABI info
-- Detecting CUDA compiler ABI info - done
CMake Error at cmake/kokkos_arch.cmake:938 (MESSAGE):
  CUDA enabled but no NVIDIA GPU architecture currently enabled and
  auto-detection failed.  Please give one -DKokkos_ARCH_{..}=ON' to enable an
  NVIDIA GPU architecture.

  You can yourself try to compile
  /var/jenkins/workspace/Kokkos_develop/cmake/compile_tests/cuda_compute_capability.cc
  and run the executable.  If you are cross-compiling, you should try to do
  this on a compute node.
Call Stack (most recent call first):
  cmake/kokkos_tribits.cmake:204 (INCLUDE)
  CMakeLists.txt:226 (KOKKOS_SETUP_BUILD_ENVIRONMENT)


-- Built-in Execution Spaces:
--     Device Parallel: Kokkos::Cuda
--     Host Parallel: NoTypeDefined
--       Host Serial: SERIAL
-- 
-- Architectures:
--  NATIVE
-- Found CUDAToolkit: /usr/local/cuda/include (found version "11.6.124") 
-- Looking for C++ include pthread.h
-- Looking for C++ include pthread.h - found
-- Performing Test CMAKE_HAVE_LIBC_PTHREAD
-- Performing Test CMAKE_HAVE_LIBC_PTHREAD - Success
-- Found Threads: TRUE  
-- Found TPLCUDA: TRUE  
-- Using internal desul_atomics copy
-- Experimental mdspan support is enabled
-- Looking for C++ include experimental/mdspan
-- Looking for C++ include experimental/mdspan - not found
-- Looking for C++ include mdspan
-- Looking for C++ include mdspan - not found
-- Using internal mdspan directory /var/jenkins/workspace/Kokkos_develop/core/src/../../tpls/mdspan/include
-- Could NOT find Python3 (missing: Python3_EXECUTABLE Interpreter) 
-- No installed google benchmark found, fetching from GitHub
-- [benchmark] Failed to find LLVM FileCheck
-- [benchmark] Could NOT find Git (missing: GIT_EXECUTABLE) 
-- [benchmark] Version: 1.6.2
-- [benchmark] Looking for shm_open in rt
-- [benchmark] Looking for shm_open in rt - found
-- [benchmark] Performing Test HAVE_CXX_FLAG_STD_CXX11
-- [benchmark] Performing Test HAVE_CXX_FLAG_STD_CXX11 - Success
-- [benchmark] Performing Test HAVE_CXX_FLAG_WALL
-- [benchmark] Performing Test HAVE_CXX_FLAG_WALL - Success
-- [benchmark] Performing Test HAVE_CXX_FLAG_WEXTRA
-- [benchmark] Performing Test HAVE_CXX_FLAG_WEXTRA - Success
-- [benchmark] Performing Test HAVE_CXX_FLAG_WSHADOW
-- [benchmark] Performing Test HAVE_CXX_FLAG_WSHADOW - Success
-- [benchmark] Performing Test HAVE_CXX_FLAG_WFLOAT_EQUAL
-- [benchmark] Performing Test HAVE_CXX_FLAG_WFLOAT_EQUAL - Success
-- [benchmark] Performing Test HAVE_CXX_FLAG_WERROR
-- [benchmark] Performing Test HAVE_CXX_FLAG_WERROR - Success
-- [benchmark] Performing Test HAVE_CXX_FLAG_WSUGGEST_OVERRIDE
-- [benchmark] Performing Test HAVE_CXX_FLAG_WSUGGEST_OVERRIDE - Success
-- [benchmark] Performing Test HAVE_CXX_FLAG_PEDANTIC
-- [benchmark] Performing Test HAVE_CXX_FLAG_PEDANTIC - Success
-- [benchmark] Performing Test HAVE_CXX_FLAG_PEDANTIC_ERRORS
-- [benchmark] Performing Test HAVE_CXX_FLAG_PEDANTIC_ERRORS - Success
-- [benchmark] Performing Test HAVE_CXX_FLAG_WSHORTEN_64_TO_32
-- [benchmark] Performing Test HAVE_CXX_FLAG_WSHORTEN_64_TO_32 - Failed
-- [benchmark] Performing Test HAVE_CXX_FLAG_FSTRICT_ALIASING
-- [benchmark] Performing Test HAVE_CXX_FLAG_FSTRICT_ALIASING - Success
-- [benchmark] Performing Test HAVE_CXX_FLAG_WNO_DEPRECATED_DECLARATIONS
-- [benchmark] Performing Test HAVE_CXX_FLAG_WNO_DEPRECATED_DECLARATIONS - Success
-- [benchmark] Performing Test HAVE_CXX_FLAG_WNO_DEPRECATED
-- [benchmark] Performing Test HAVE_CXX_FLAG_WNO_DEPRECATED - Success
-- [benchmark] Performing Test HAVE_CXX_FLAG_WSTRICT_ALIASING
-- [benchmark] Performing Test HAVE_CXX_FLAG_WSTRICT_ALIASING - Success
-- [benchmark] Performing Test HAVE_CXX_FLAG_WD654
-- [benchmark] Performing Test HAVE_CXX_FLAG_WD654 - Failed
-- [benchmark] Performing Test HAVE_CXX_FLAG_WTHREAD_SAFETY
-- [benchmark] Performing Test HAVE_CXX_FLAG_WTHREAD_SAFETY - Failed
-- [benchmark] Performing Test HAVE_CXX_FLAG_COVERAGE
-- [benchmark] Performing Test HAVE_CXX_FLAG_COVERAGE - Success
-- [benchmark] Performing Test HAVE_STD_REGEX
-- [benchmark] Performing Test HAVE_STD_REGEX
-- [benchmark] Performing Test HAVE_STD_REGEX -- success
-- [benchmark] Performing Test HAVE_GNU_POSIX_REGEX
-- [benchmark] Performing Test HAVE_GNU_POSIX_REGEX
-- [benchmark] Performing Test HAVE_GNU_POSIX_REGEX -- failed to compile: Change Dir: /var/jenkins/workspace/Kokkos_develop/build/CMakeFiles/CMakeTmp
[benchmark] 
[benchmark] Run Build Command(s):/usr/bin/make cmTC_06857/fast && /usr/bin/make  -f CMakeFiles/cmTC_06857.dir/build.make CMakeFiles/cmTC_06857.dir/build
[benchmark] make[1]: Entering directory '/var/jenkins/workspace/Kokkos_develop/build/CMakeFiles/CMakeTmp'
[benchmark] Building CXX object CMakeFiles/cmTC_06857.dir/gnu_posix_regex.cpp.o
[benchmark] /var/jenkins/workspace/Kokkos_develop/bin/nvcc_wrapper    -Werror -Wempty-body -Wclobbered -Wignored-qualifiers -Wall -Wextra -Wunused-parameter -Wshadow -pedantic -Wsign-compare -Wtype-limits -Wuninitialized  -std=c++11  -Wall  -Wextra  -Wshadow  -Wfloat-equal  -Wsuggest-override  -pedantic  -pedantic-errors  -fstrict-aliasing  -Wno-deprecated-declarations  -Wstrict-aliasing    -o CMakeFiles/cmTC_06857.dir/gnu_posix_regex.cpp.o -c /var/jenkins/workspace/Kokkos_develop/build/_deps/googlebenchmark-src/cmake/gnu_posix_regex.cpp
[benchmark] /var/jenkins/workspace/Kokkos_develop/build/_deps/googlebenchmark-src/cmake/gnu_posix_regex.cpp:1:10: fatal error: gnuregex.h: No such file or directory
[benchmark]     1 | #include <gnuregex.h>
[benchmark]       |          ^~~~~~~~~~~~
[benchmark] compilation terminated.
[benchmark] make[1]: *** [CMakeFiles/cmTC_06857.dir/build.make:69: CMakeFiles/cmTC_06857.dir/gnu_posix_regex.cpp.o] Error 1
[benchmark] make[1]: Leaving directory '/var/jenkins/workspace/Kokkos_develop/build/CMakeFiles/CMakeTmp'
[benchmark] make: *** [Makefile:124: cmTC_06857/fast] Error 2
[benchmark] 
[benchmark] 
-- [benchmark] Performing Test HAVE_POSIX_REGEX
-- [benchmark] Performing Test HAVE_POSIX_REGEX
-- [benchmark] Performing Test HAVE_POSIX_REGEX -- success
-- [benchmark] Performing Test HAVE_STEADY_CLOCK
-- [benchmark] Performing Test HAVE_STEADY_CLOCK
-- [benchmark] Performing Test HAVE_STEADY_CLOCK -- success
-- [benchmark] Performing Test COMPILER_HAS_HIDDEN_VISIBILITY
-- [benchmark] Performing Test COMPILER_HAS_HIDDEN_VISIBILITY - Success
-- [benchmark] Performing Test COMPILER_HAS_HIDDEN_INLINE_VISIBILITY
-- [benchmark] Performing Test COMPILER_HAS_HIDDEN_INLINE_VISIBILITY - Success
-- [benchmark] Performing Test COMPILER_HAS_DEPRECATED_ATTR
-- [benchmark] Performing Test COMPILER_HAS_DEPRECATED_ATTR - Success
-- Sources TestCuda.cpp
-- Kokkos Devices: CUDA;SERIAL, Kokkos Backends: CUDA;SERIAL
-- Configuring incomplete, errors occurred!
See also "/var/jenkins/workspace/Kokkos_develop/build/CMakeFiles/CMakeOutput.log".
See also "/var/jenkins/workspace/Kokkos_develop/build/CMakeFiles/CMakeError.log".