Skip to content

Console Output

+ entrypoint-shell ./scripts/ci/run-ci.sh ubuntu-cuda debug-vecgeom
+ test -n ubuntu-cuda
+ test -n debug-vecgeom
+ [ -z  ]
+ dirname ./scripts/ci/run-ci.sh
+ CELER_SOURCE_DIR=./scripts/ci/../..
+ cd ./scripts/ci/../..
+ pwd
+ CELER_SOURCE_DIR=/var/jenkins/workspace/celeritas_PR-1191
+ _ENV_SCRIPT=scripts/env/ci-ubuntu-cuda.sh
+ [ -f scripts/env/ci-ubuntu-cuda.sh ]
+ git fetch --tags
+ git clean -fxd
Removing CMakeUserPresets.json
Removing build/
Removing generatedJUnitFiles/
+ rm -rf /tmp/ompi.*
+ ln -fs scripts/cmake-presets/ci-ubuntu-cuda.json CMakeUserPresets.json
+ cmake --preset=debug-vecgeom
Preset CMake variables:

  BUILD_SHARED_LIBS:BOOL="ON"
  CELERITAS_BUILD_DEMOS:BOOL="ON"
  CELERITAS_BUILD_DOCS:BOOL="OFF"
  CELERITAS_BUILD_TESTS:BOOL="ON"
  CELERITAS_TEST_VERBOSE:BOOL="OFF"
  CELERITAS_USE_CUDA:BOOL="ON"
  CELERITAS_USE_Geant4:BOOL="ON"
  CELERITAS_USE_HepMC3:BOOL="ON"
  CELERITAS_USE_JSON:BOOL="ON"
  CELERITAS_USE_MPI:BOOL="OFF"
  CELERITAS_USE_OpenMP:BOOL="OFF"
  CELERITAS_USE_ROOT:BOOL="ON"
  CELERITAS_USE_SWIG:BOOL="OFF"
  CELERITAS_USE_VecGeom:BOOL="ON"
  CMAKE_CUDA_ARCHITECTURES:STRING="70"
  CMAKE_CUDA_FLAGS="-Werror all-warnings"
  CMAKE_CXX_EXTENSIONS:BOOL="OFF"
  CMAKE_CXX_FLAGS="-Wall -Wextra -pedantic -Werror -Wno-error=deprecated-declarations"
  CMAKE_CXX_STANDARD="17"
  CMAKE_EXE_LINKER_FLAGS="-Wl,--no-as-needed"
  CMAKE_INSTALL_PREFIX="/var/jenkins/workspace/celeritas_PR-1191/install"
  CMAKE_SHARED_LINKER_FLAGS="-Wl,--no-as-needed"
  Celeritas_GIT_DESCRIBE=""

-- The CXX compiler identification is GNU 11.3.0
-- Detecting CXX compiler ABI info
-- Detecting CXX compiler ABI info - done
-- Check for working CXX compiler: /usr/bin/c++ - skipped
-- Detecting CXX compile features
-- Detecting CXX compile features - done
-- Set CELERITAS_USE_Python=ON based on package availability
-- Set CELERITAS_CORE_RNG=xorwow
-- Set CELERITAS_CORE_GEO=VecGeom
-- Set CELERITAS_UNITS=CGS
-- Set CELERITAS_REAL_TYPE=double
-- Set default CMAKE_BUILD_TYPE=Release
-- The CUDA compiler identification is NVIDIA 11.8.89
-- Detecting CUDA compiler ABI info
-- Detecting CUDA compiler ABI info - done
-- Check for working CUDA compiler: /usr/local/cuda/bin/nvcc - skipped
-- Detecting CUDA compile features
-- Detecting CUDA compile features - done
-- Performing Test CMAKE_HAVE_LIBC_PTHREAD
-- Performing Test CMAKE_HAVE_LIBC_PTHREAD - Success
-- Found Threads: TRUE  
-- Found Geant4: /opt/view/lib/Geant4-11.0.3/Geant4Config.cmake (found version "11.0.3") 
-- Found HepMC3: /opt/view/share/HepMC3/cmake/HepMC3Config.cmake (found version "3.02.05") 
-- Found nlohmann_json: /opt/view/share/cmake/nlohmann_json/nlohmann_jsonConfig.cmake (found suitable version "3.11.2", minimum required is "3.7.0") 
-- Found Python: /opt/view/bin/python3.10 (found suitable version "3.10.8", minimum required is "3.6") found components: Interpreter 
-- Found ROOT: /opt/view/share/root/cmake/ROOTConfig.cmake (found suitable version "6.26.06", minimum required is "6.24") 
-- Found VecGeom: /opt/vecgeom/lib/cmake/VecGeom/VecGeomConfig.cmake (found suitable version "1.2.5", minimum required is "1.2.4") 
-- Found GTest: /opt/view/lib/cmake/GTest/GTestConfig.cmake (found suitable version "1.12.1", minimum required is "1.10")  
-- Configuring done
CMake Error at cmake/CeleritasAddTest.cmake:317 (add_executable):
  Cannot find source file:

    RaytraceImager.test.cu
Call Stack (most recent call first):
  test/CMakeLists.txt:47 (celeritas_add_test)
  test/orange/CMakeLists.txt:49 (celeritas_add_device_test)


CMake Error at cmake/CeleritasAddTest.cmake:317 (add_executable):
  No SOURCES given to target: orange_RaytraceImager
Call Stack (most recent call first):
  test/CMakeLists.txt:47 (celeritas_add_test)
  test/orange/CMakeLists.txt:49 (celeritas_add_device_test)


CMake Generate step failed.  Build files cannot be regenerated correctly.