Skip to content
Failed

Console Output

Pull request #1120 updated
12:27:03 Connecting to https://api.github.com using 476720/******
Obtained .jenkins from f456fb4250c091f885052010fe3055c31d363b5b
[Pipeline] Start of Pipeline
[Pipeline] stage
[Pipeline] { (Build)
[Pipeline] parallel
[Pipeline] { (Branch: cuda-debug-orange)
[Pipeline] { (Branch: cuda-ndebug-orange)
[Pipeline] { (Branch: cuda-debug-vecgeom)
[Pipeline] { (Branch: cuda-reldeb-vecgeom)
[Pipeline] { (Branch: cuda-ndebug-vecgeom)
[Pipeline] stage
[Pipeline] { (cuda-debug-orange)
[Pipeline] stage
[Pipeline] { (cuda-ndebug-orange)
[Pipeline] stage
[Pipeline] { (cuda-debug-vecgeom)
[Pipeline] stage
[Pipeline] { (cuda-reldeb-vecgeom)
[Pipeline] stage
[Pipeline] { (cuda-ndebug-vecgeom)
[Pipeline] node
[Pipeline] node
[Pipeline] node
[Pipeline] node
[Pipeline] node
Still waiting to schedule task
Waiting for next available executor on ‘NVIDIA_Tesla_V100-PCIE-32GB&&nvidia-docker&&large_imagesStill waiting to schedule task
Waiting for next available executor on ‘NVIDIA_Tesla_V100-PCIE-32GB&&nvidia-docker&&large_imagesStill waiting to schedule task
Waiting for next available executor on ‘NVIDIA_Tesla_V100-PCIE-32GB&&nvidia-docker&&large_imagesStill waiting to schedule task
Waiting for next available executor on ‘NVIDIA_Tesla_V100-PCIE-32GB&&nvidia-docker&&large_imagesStill waiting to schedule task
Waiting for next available executor on ‘NVIDIA_Tesla_V100-PCIE-32GB&&nvidia-docker&&large_imagesRunning on fetnat03 in /var/jenkins/workspace/celeritas_PR-1120
[Pipeline] {
[Pipeline] checkout
Selected Git installation does not exist. Using Default
The recommended git tool is: NONE
using credential Jenkins ORNL
Fetching changes from the remote Git repository
Fetching without tags
 > git rev-parse --resolve-git-dir /var/jenkins/workspace/celeritas_PR-1120/.git # timeout=10
 > git config remote.origin.url https://github.com/celeritas-project/celeritas.git # timeout=10
Fetching upstream changes from https://github.com/celeritas-project/celeritas.git
 > git --version # timeout=10
 > git --version # 'git version 2.17.1'
using GIT_ASKPASS to set credentials 
 > git fetch --no-tags --progress -- https://github.com/celeritas-project/celeritas.git +refs/pull/1120/head:refs/remotes/origin/PR-1120 # timeout=10
Checking out Revision f456fb4250c091f885052010fe3055c31d363b5b (PR-1120)
Commit message: "Move neutron_mass and neutron_energy to the constructor and initialize them as real_type"
 > git config core.sparsecheckout # timeout=10
 > git checkout -f f456fb4250c091f885052010fe3055c31d363b5b # timeout=10
 > git rev-list --no-walk ecd803ca497ea8c936a1188bec5fd90cccd72bcb # timeout=10
[Pipeline] withEnv
[Pipeline] {
[Pipeline] isUnix
[Pipeline] withEnv
[Pipeline] {
[Pipeline] sh
+ docker inspect -f . celeritas/ci-jammy-cuda11:2023-08-02
.
[Pipeline] }
[Pipeline] // withEnv
[Pipeline] withDockerContainer
fetnat03 seems to be running inside container 448caae22ec9c3cddd81edc08c78f5e21bc26eeed7173095ab0e3961b5d58fb1
$ docker run -t -d -u 0:0 -w /var/jenkins/workspace/celeritas_PR-1120 --volumes-from 448caae22ec9c3cddd81edc08c78f5e21bc26eeed7173095ab0e3961b5d58fb1 -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** celeritas/ci-jammy-cuda11:2023-08-02 cat
$ docker top c443150a9ed8fa4c48c634670ad64f652f138d009352071f562355ddd412c394 -eo pid,comm
[Pipeline] {
[Pipeline] sh
+ entrypoint-shell ./scripts/ci/run-ci.sh ubuntu-cuda debug-orange
+ test -n ubuntu-cuda
+ test -n debug-orange
+ [ -z  ]
+ dirname ./scripts/ci/run-ci.sh
+ CELER_SOURCE_DIR=./scripts/ci/../..
+ cd ./scripts/ci/../..
+ pwd
+ CELER_SOURCE_DIR=/var/jenkins/workspace/celeritas_PR-1120
+ _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-orange
Preset CMake variables:

  BUILD_SHARED_LIBS:BOOL="ON"
  CELERITAS_BUILD_DEMOS:BOOL="ON"
  CELERITAS_BUILD_DOCS:BOOL="OFF"
  CELERITAS_BUILD_TESTS:BOOL="ON"
  CELERITAS_DEBUG: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="ON"
  CELERITAS_USE_OpenMP:BOOL="ON"
  CELERITAS_USE_ROOT:BOOL="ON"
  CELERITAS_USE_SWIG:BOOL="OFF"
  CELERITAS_USE_VecGeom:BOOL="OFF"
  CMAKE_BUILD_TYPE:STRING="Debug"
  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_INSTALL_PREFIX="/var/jenkins/workspace/celeritas_PR-1120/install"
  Celeritas_GIT_DESCRIBE=""
  MPIEXEC_PREFLAGS="--allow-run-as-root"
  MPI_CXX_LINK_FLAGS="-pthread"

-- 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
wrapper script does not seem to be touching the log file in /var/jenkins/workspace/celeritas_PR-1120@tmp/durable-c75dc402
(JENKINS-48300: if on an extremely laggy filesystem, consider -Dorg.jenkinsci.plugins.durabletask.BourneShellScript.HEARTBEAT_CHECK_INTERVAL=86400)
Post stage
[Pipeline] xunit
INFO: Processing CTest-Version 3.x (default)
Error when executing always post condition:
Also:   hudson.remoting.Channel$CallSiteStackTrace: Remote call to JNLP4-connect connection from 10.64.197.165/10.64.197.165:43150
		at hudson.remoting.Channel.attachCallSiteStackTrace(Channel.java:1787)
		at hudson.remoting.UserRequest$ExceptionResponse.retrieve(UserRequest.java:356)
		at hudson.remoting.Channel.call(Channel.java:1003)
		at hudson.FilePath.act(FilePath.java:1230)
		at hudson.FilePath.act(FilePath.java:1219)
		at org.jenkinsci.plugins.xunit.XUnitProcessor.processTestsReport(XUnitProcessor.java:212)
		at org.jenkinsci.plugins.xunit.XUnitProcessor.process(XUnitProcessor.java:161)
		at org.jenkinsci.plugins.xunit.pipeline.XUnitResultsStepExecution.run(XUnitResultsStepExecution.java:93)
		at org.jenkinsci.plugins.xunit.pipeline.XUnitResultsStepExecution.run(XUnitResultsStepExecution.java:52)
		at org.jenkinsci.plugins.workflow.steps.SynchronousNonBlockingStepExecution.lambda$start$0(SynchronousNonBlockingStepExecution.java:47)
		at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Executors.java:539)
		at java.base/java.util.concurrent.FutureTask.run(FutureTask.java:264)
		at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1136)
		at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:635)
		at java.base/java.lang.Thread.run(Thread.java:840)
Also:   org.jenkinsci.plugins.workflow.actions.ErrorAction$ErrorId: 3f71cba1-e463-4e68-a687-ecb56d861ec9
org.jenkinsci.plugins.xunit.service.NoTestFoundException: [CTest-Version 3.x (default)] - No test report file(s) were found with the pattern 'build/Testing/**/Test.xml' relative to '/var/jenkins/workspace/celeritas_PR-1120' for the testing framework 'CTest-Version 3.x (default)'.
Did you enter a pattern relative to (and within) the workspace directory?
Did you generate the result report(s) for 'CTest-Version 3.x (default)'?"
	at org.jenkinsci.plugins.xunit.service.XUnitReportProcessorService.findReports(XUnitReportProcessorService.java:77)
	at org.jenkinsci.plugins.xunit.service.XUnitTransformerCallable.invoke(XUnitTransformerCallable.java:85)
	at org.jenkinsci.plugins.xunit.service.XUnitTransformerCallable.invoke(XUnitTransformerCallable.java:38)
	at hudson.FilePath$FileCallableWrapper.call(FilePath.java:3616)
	at hudson.remoting.UserRequest.perform(UserRequest.java:211)
	at hudson.remoting.UserRequest.perform(UserRequest.java:54)
	at hudson.remoting.Request$2.run(Request.java:377)
	at hudson.remoting.InterceptingExecutorService.lambda$wrap$0(InterceptingExecutorService.java:78)
	at java.base/java.util.concurrent.FutureTask.run(FutureTask.java:264)
	at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1128)
	at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:628)
	at hudson.remoting.Engine$1.lambda$newThread$0(Engine.java:125)
	at java.base/java.lang.Thread.run(Thread.java:829)

[Pipeline] }
$ docker stop --time=1 c443150a9ed8fa4c48c634670ad64f652f138d009352071f562355ddd412c394
ERROR: Timeout after 180 seconds
[Pipeline] // withDockerContainer
[Pipeline] }
[Pipeline] // withEnv
[Pipeline] }
Running on fetnat03 in /var/jenkins/workspace/celeritas_PR-1120
[Pipeline] // node
[Pipeline] }
[Pipeline] {
[Pipeline] // stage
[Pipeline] }
Failed in branch cuda-debug-orange
[Pipeline] checkout
Selected Git installation does not exist. Using Default
The recommended git tool is: NONE
using credential Jenkins ORNL
Fetching changes from the remote Git repository
Fetching without tags
Checking out Revision f456fb4250c091f885052010fe3055c31d363b5b (PR-1120)
Commit message: "Move neutron_mass and neutron_energy to the constructor and initialize them as real_type"
 > git rev-parse --resolve-git-dir /var/jenkins/workspace/celeritas_PR-1120/.git # timeout=10
 > git config remote.origin.url https://github.com/celeritas-project/celeritas.git # timeout=10
Fetching upstream changes from https://github.com/celeritas-project/celeritas.git
 > git --version # timeout=10
 > git --version # 'git version 2.17.1'
using GIT_ASKPASS to set credentials 
 > git fetch --no-tags --progress -- https://github.com/celeritas-project/celeritas.git +refs/pull/1120/head:refs/remotes/origin/PR-1120 # timeout=10
 > git config core.sparsecheckout # timeout=10
 > git checkout -f f456fb4250c091f885052010fe3055c31d363b5b # timeout=10
[Pipeline] withEnv
[Pipeline] {
[Pipeline] isUnix
[Pipeline] withEnv
[Pipeline] {
[Pipeline] sh
+ docker inspect -f . celeritas/ci-jammy-cuda11:2023-08-02
.
[Pipeline] }
[Pipeline] // withEnv
[Pipeline] withDockerContainer
fetnat03 seems to be running inside container 448caae22ec9c3cddd81edc08c78f5e21bc26eeed7173095ab0e3961b5d58fb1
$ docker run -t -d -u 0:0 -w /var/jenkins/workspace/celeritas_PR-1120 --volumes-from 448caae22ec9c3cddd81edc08c78f5e21bc26eeed7173095ab0e3961b5d58fb1 -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** celeritas/ci-jammy-cuda11:2023-08-02 cat
$ docker top 95860460b3cb531af6061d4e3ff7a57a14014bac537a980b6a782596a3c77e89 -eo pid,comm
[Pipeline] {
[Pipeline] sh
+ entrypoint-shell ./scripts/ci/run-ci.sh ubuntu-cuda ndebug-orange
+ test -n ubuntu-cuda
+ test -n ndebug-orange
+ [ -z  ]
+ dirname ./scripts/ci/run-ci.sh
+ CELER_SOURCE_DIR=./scripts/ci/../..
+ cd ./scripts/ci/../..
+ pwd
+ CELER_SOURCE_DIR=/var/jenkins/workspace/celeritas_PR-1120
+ _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=ndebug-orange
Preset CMake variables:

  BUILD_SHARED_LIBS:BOOL="OFF"
  CELERITAS_BUILD_DEMOS:BOOL="ON"
  CELERITAS_BUILD_DOCS:BOOL="OFF"
  CELERITAS_BUILD_TESTS:BOOL="ON"
  CELERITAS_DEBUG:BOOL="OFF"
  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="ON"
  CELERITAS_USE_ROOT:BOOL="OFF"
  CELERITAS_USE_SWIG:BOOL="OFF"
  CELERITAS_USE_VecGeom:BOOL="OFF"
  CMAKE_BUILD_TYPE:STRING="Release"
  CMAKE_CUDA_ARCHITECTURES:STRING="70"
  CMAKE_CUDA_FLAGS="-Werror all-warnings"
  CMAKE_CUDA_FLAGS_RELEASE="-O3 -DNDEBUG"
  CMAKE_CXX_EXTENSIONS:BOOL="OFF"
  CMAKE_CXX_FLAGS="-Wall -Wextra -pedantic -Werror -Wno-error=deprecated-declarations"
  CMAKE_CXX_STANDARD="17"
  CMAKE_HIP_FLAGS_RELEASE="-O3 -DNDEBUG"
  CMAKE_INSTALL_PREFIX="/var/jenkins/workspace/celeritas_PR-1120/install"
  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
wrapper script does not seem to be touching the log file in /var/jenkins/workspace/celeritas_PR-1120@tmp/durable-d5047635
(JENKINS-48300: if on an extremely laggy filesystem, consider -Dorg.jenkinsci.plugins.durabletask.BourneShellScript.HEARTBEAT_CHECK_INTERVAL=86400)
Post stage
[Pipeline] xunit
INFO: Processing CTest-Version 3.x (default)
Error when executing always post condition:
Also:   hudson.remoting.Channel$CallSiteStackTrace: Remote call to JNLP4-connect connection from 10.64.197.165/10.64.197.165:43150
		at hudson.remoting.Channel.attachCallSiteStackTrace(Channel.java:1787)
		at hudson.remoting.UserRequest$ExceptionResponse.retrieve(UserRequest.java:356)
		at hudson.remoting.Channel.call(Channel.java:1003)
		at hudson.FilePath.act(FilePath.java:1230)
		at hudson.FilePath.act(FilePath.java:1219)
		at org.jenkinsci.plugins.xunit.XUnitProcessor.processTestsReport(XUnitProcessor.java:212)
		at org.jenkinsci.plugins.xunit.XUnitProcessor.process(XUnitProcessor.java:161)
		at org.jenkinsci.plugins.xunit.pipeline.XUnitResultsStepExecution.run(XUnitResultsStepExecution.java:93)
		at org.jenkinsci.plugins.xunit.pipeline.XUnitResultsStepExecution.run(XUnitResultsStepExecution.java:52)
		at org.jenkinsci.plugins.workflow.steps.SynchronousNonBlockingStepExecution.lambda$start$0(SynchronousNonBlockingStepExecution.java:47)
		at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Executors.java:539)
		at java.base/java.util.concurrent.FutureTask.run(FutureTask.java:264)
		at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1136)
		at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:635)
		at java.base/java.lang.Thread.run(Thread.java:840)
Also:   org.jenkinsci.plugins.workflow.actions.ErrorAction$ErrorId: f73b2d3e-10f2-4368-b99d-1ed65ea8a7c4
org.jenkinsci.plugins.xunit.service.NoTestFoundException: [CTest-Version 3.x (default)] - No test report file(s) were found with the pattern 'build/Testing/**/Test.xml' relative to '/var/jenkins/workspace/celeritas_PR-1120' for the testing framework 'CTest-Version 3.x (default)'.
Did you enter a pattern relative to (and within) the workspace directory?
Did you generate the result report(s) for 'CTest-Version 3.x (default)'?"
	at org.jenkinsci.plugins.xunit.service.XUnitReportProcessorService.findReports(XUnitReportProcessorService.java:77)
	at org.jenkinsci.plugins.xunit.service.XUnitTransformerCallable.invoke(XUnitTransformerCallable.java:85)
	at org.jenkinsci.plugins.xunit.service.XUnitTransformerCallable.invoke(XUnitTransformerCallable.java:38)
	at hudson.FilePath$FileCallableWrapper.call(FilePath.java:3616)
	at hudson.remoting.UserRequest.perform(UserRequest.java:211)
	at hudson.remoting.UserRequest.perform(UserRequest.java:54)
	at hudson.remoting.Request$2.run(Request.java:377)
	at hudson.remoting.InterceptingExecutorService.lambda$wrap$0(InterceptingExecutorService.java:78)
	at java.base/java.util.concurrent.FutureTask.run(FutureTask.java:264)
	at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1128)
	at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:628)
	at hudson.remoting.Engine$1.lambda$newThread$0(Engine.java:125)
	at java.base/java.lang.Thread.run(Thread.java:829)

[Pipeline] }
$ docker stop --time=1 95860460b3cb531af6061d4e3ff7a57a14014bac537a980b6a782596a3c77e89
ERROR: Timeout after 180 seconds
[Pipeline] // withDockerContainer
[Pipeline] }
[Pipeline] // withEnv
[Pipeline] }
Running on fetnat03 in /var/jenkins/workspace/celeritas_PR-1120
[Pipeline] // node
[Pipeline] }
[Pipeline] {
[Pipeline] // stage
[Pipeline] }
Failed in branch cuda-ndebug-orange
[Pipeline] checkout
Selected Git installation does not exist. Using Default
The recommended git tool is: NONE
using credential Jenkins ORNL
Fetching changes from the remote Git repository
Fetching without tags
Checking out Revision f456fb4250c091f885052010fe3055c31d363b5b (PR-1120)
Commit message: "Move neutron_mass and neutron_energy to the constructor and initialize them as real_type"
 > git rev-parse --resolve-git-dir /var/jenkins/workspace/celeritas_PR-1120/.git # timeout=10
 > git config remote.origin.url https://github.com/celeritas-project/celeritas.git # timeout=10
Fetching upstream changes from https://github.com/celeritas-project/celeritas.git
 > git --version # timeout=10
 > git --version # 'git version 2.17.1'
using GIT_ASKPASS to set credentials 
 > git fetch --no-tags --progress -- https://github.com/celeritas-project/celeritas.git +refs/pull/1120/head:refs/remotes/origin/PR-1120 # timeout=10
 > git config core.sparsecheckout # timeout=10
 > git checkout -f f456fb4250c091f885052010fe3055c31d363b5b # timeout=10
[Pipeline] withEnv
[Pipeline] {
[Pipeline] isUnix
[Pipeline] withEnv
[Pipeline] {
[Pipeline] sh
+ docker inspect -f . celeritas/ci-jammy-cuda11:2023-08-02
.
[Pipeline] }
[Pipeline] // withEnv
[Pipeline] withDockerContainer
fetnat03 seems to be running inside container 448caae22ec9c3cddd81edc08c78f5e21bc26eeed7173095ab0e3961b5d58fb1
$ docker run -t -d -u 0:0 -w /var/jenkins/workspace/celeritas_PR-1120 --volumes-from 448caae22ec9c3cddd81edc08c78f5e21bc26eeed7173095ab0e3961b5d58fb1 -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** celeritas/ci-jammy-cuda11:2023-08-02 cat
$ docker top 73b4d7704b3ef2588c03e5f1dc7eea863e6dcd6feef30752e84aa7ba5ec74ff9 -eo pid,comm
[Pipeline] {
[Pipeline] sh
+ 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-1120
+ _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-1120/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
wrapper script does not seem to be touching the log file in /var/jenkins/workspace/celeritas_PR-1120@tmp/durable-bce95112
(JENKINS-48300: if on an extremely laggy filesystem, consider -Dorg.jenkinsci.plugins.durabletask.BourneShellScript.HEARTBEAT_CHECK_INTERVAL=86400)
Post stage
[Pipeline] xunit
INFO: Processing CTest-Version 3.x (default)
Error when executing always post condition:
Also:   hudson.remoting.Channel$CallSiteStackTrace: Remote call to JNLP4-connect connection from 10.64.197.165/10.64.197.165:43150
		at hudson.remoting.Channel.attachCallSiteStackTrace(Channel.java:1787)
		at hudson.remoting.UserRequest$ExceptionResponse.retrieve(UserRequest.java:356)
		at hudson.remoting.Channel.call(Channel.java:1003)
		at hudson.FilePath.act(FilePath.java:1230)
		at hudson.FilePath.act(FilePath.java:1219)
		at org.jenkinsci.plugins.xunit.XUnitProcessor.processTestsReport(XUnitProcessor.java:212)
		at org.jenkinsci.plugins.xunit.XUnitProcessor.process(XUnitProcessor.java:161)
		at org.jenkinsci.plugins.xunit.pipeline.XUnitResultsStepExecution.run(XUnitResultsStepExecution.java:93)
		at org.jenkinsci.plugins.xunit.pipeline.XUnitResultsStepExecution.run(XUnitResultsStepExecution.java:52)
		at org.jenkinsci.plugins.workflow.steps.SynchronousNonBlockingStepExecution.lambda$start$0(SynchronousNonBlockingStepExecution.java:47)
		at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Executors.java:539)
		at java.base/java.util.concurrent.FutureTask.run(FutureTask.java:264)
		at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1136)
		at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:635)
		at java.base/java.lang.Thread.run(Thread.java:840)
Also:   org.jenkinsci.plugins.workflow.actions.ErrorAction$ErrorId: 4dcb50ed-d303-46fc-a34c-7891fccfce9b
org.jenkinsci.plugins.xunit.service.NoTestFoundException: [CTest-Version 3.x (default)] - No test report file(s) were found with the pattern 'build/Testing/**/Test.xml' relative to '/var/jenkins/workspace/celeritas_PR-1120' for the testing framework 'CTest-Version 3.x (default)'.
Did you enter a pattern relative to (and within) the workspace directory?
Did you generate the result report(s) for 'CTest-Version 3.x (default)'?"
	at org.jenkinsci.plugins.xunit.service.XUnitReportProcessorService.findReports(XUnitReportProcessorService.java:77)
	at org.jenkinsci.plugins.xunit.service.XUnitTransformerCallable.invoke(XUnitTransformerCallable.java:85)
	at org.jenkinsci.plugins.xunit.service.XUnitTransformerCallable.invoke(XUnitTransformerCallable.java:38)
	at hudson.FilePath$FileCallableWrapper.call(FilePath.java:3616)
	at hudson.remoting.UserRequest.perform(UserRequest.java:211)
	at hudson.remoting.UserRequest.perform(UserRequest.java:54)
	at hudson.remoting.Request$2.run(Request.java:377)
	at hudson.remoting.InterceptingExecutorService.lambda$wrap$0(InterceptingExecutorService.java:78)
	at java.base/java.util.concurrent.FutureTask.run(FutureTask.java:264)
	at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1128)
	at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:628)
	at hudson.remoting.Engine$1.lambda$newThread$0(Engine.java:125)
	at java.base/java.lang.Thread.run(Thread.java:829)

[Pipeline] }
$ docker stop --time=1 73b4d7704b3ef2588c03e5f1dc7eea863e6dcd6feef30752e84aa7ba5ec74ff9
ERROR: Timeout after 180 seconds
[Pipeline] // withDockerContainer
[Pipeline] }
[Pipeline] // withEnv
[Pipeline] }
Running on fetnat03 in /var/jenkins/workspace/celeritas_PR-1120
[Pipeline] // node
[Pipeline] }
[Pipeline] {
[Pipeline] // stage
[Pipeline] }
Failed in branch cuda-debug-vecgeom
[Pipeline] checkout
Selected Git installation does not exist. Using Default
The recommended git tool is: NONE
using credential Jenkins ORNL
Fetching changes from the remote Git repository
Fetching without tags
Checking out Revision f456fb4250c091f885052010fe3055c31d363b5b (PR-1120)
Commit message: "Move neutron_mass and neutron_energy to the constructor and initialize them as real_type"
 > git rev-parse --resolve-git-dir /var/jenkins/workspace/celeritas_PR-1120/.git # timeout=10
 > git config remote.origin.url https://github.com/celeritas-project/celeritas.git # timeout=10
Fetching upstream changes from https://github.com/celeritas-project/celeritas.git
 > git --version # timeout=10
 > git --version # 'git version 2.17.1'
using GIT_ASKPASS to set credentials 
 > git fetch --no-tags --progress -- https://github.com/celeritas-project/celeritas.git +refs/pull/1120/head:refs/remotes/origin/PR-1120 # timeout=10
 > git config core.sparsecheckout # timeout=10
 > git checkout -f f456fb4250c091f885052010fe3055c31d363b5b # timeout=10
[Pipeline] withEnv
[Pipeline] {
[Pipeline] isUnix
[Pipeline] withEnv
[Pipeline] {
[Pipeline] sh
+ docker inspect -f . celeritas/ci-jammy-cuda11:2023-08-02
.
[Pipeline] }
[Pipeline] // withEnv
[Pipeline] withDockerContainer
fetnat03 seems to be running inside container 448caae22ec9c3cddd81edc08c78f5e21bc26eeed7173095ab0e3961b5d58fb1
$ docker run -t -d -u 0:0 -w /var/jenkins/workspace/celeritas_PR-1120 --volumes-from 448caae22ec9c3cddd81edc08c78f5e21bc26eeed7173095ab0e3961b5d58fb1 -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** celeritas/ci-jammy-cuda11:2023-08-02 cat
$ docker top 6904dde857aa2ff675cf37dc54237b93e3406dab663736b0a67ebc139b5e00a4 -eo pid,comm
[Pipeline] {
[Pipeline] sh
+ entrypoint-shell ./scripts/ci/run-ci.sh ubuntu-cuda reldeb-vecgeom
+ test -n ubuntu-cuda
+ test -n reldeb-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-1120
+ _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=reldeb-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_DEBUG: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="ON"
  CELERITAS_USE_ROOT:BOOL="ON"
  CELERITAS_USE_SWIG:BOOL="OFF"
  CELERITAS_USE_VecGeom:BOOL="ON"
  CMAKE_BUILD_TYPE:STRING="RelWithDebInfo"
  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-1120/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
wrapper script does not seem to be touching the log file in /var/jenkins/workspace/celeritas_PR-1120@tmp/durable-78b05bfd
(JENKINS-48300: if on an extremely laggy filesystem, consider -Dorg.jenkinsci.plugins.durabletask.BourneShellScript.HEARTBEAT_CHECK_INTERVAL=86400)
Post stage
[Pipeline] xunit
INFO: Processing CTest-Version 3.x (default)
Error when executing always post condition:
Also:   hudson.remoting.Channel$CallSiteStackTrace: Remote call to JNLP4-connect connection from 10.64.197.165/10.64.197.165:43150
		at hudson.remoting.Channel.attachCallSiteStackTrace(Channel.java:1787)
		at hudson.remoting.UserRequest$ExceptionResponse.retrieve(UserRequest.java:356)
		at hudson.remoting.Channel.call(Channel.java:1003)
		at hudson.FilePath.act(FilePath.java:1230)
		at hudson.FilePath.act(FilePath.java:1219)
		at org.jenkinsci.plugins.xunit.XUnitProcessor.processTestsReport(XUnitProcessor.java:212)
		at org.jenkinsci.plugins.xunit.XUnitProcessor.process(XUnitProcessor.java:161)
		at org.jenkinsci.plugins.xunit.pipeline.XUnitResultsStepExecution.run(XUnitResultsStepExecution.java:93)
		at org.jenkinsci.plugins.xunit.pipeline.XUnitResultsStepExecution.run(XUnitResultsStepExecution.java:52)
		at org.jenkinsci.plugins.workflow.steps.SynchronousNonBlockingStepExecution.lambda$start$0(SynchronousNonBlockingStepExecution.java:47)
		at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Executors.java:539)
		at java.base/java.util.concurrent.FutureTask.run(FutureTask.java:264)
		at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1136)
		at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:635)
		at java.base/java.lang.Thread.run(Thread.java:840)
Also:   org.jenkinsci.plugins.workflow.actions.ErrorAction$ErrorId: 63055c4f-c9f2-4c59-9c35-4c9b7eee6c69
org.jenkinsci.plugins.xunit.service.NoTestFoundException: [CTest-Version 3.x (default)] - No test report file(s) were found with the pattern 'build/Testing/**/Test.xml' relative to '/var/jenkins/workspace/celeritas_PR-1120' for the testing framework 'CTest-Version 3.x (default)'.
Did you enter a pattern relative to (and within) the workspace directory?
Did you generate the result report(s) for 'CTest-Version 3.x (default)'?"
	at org.jenkinsci.plugins.xunit.service.XUnitReportProcessorService.findReports(XUnitReportProcessorService.java:77)
	at org.jenkinsci.plugins.xunit.service.XUnitTransformerCallable.invoke(XUnitTransformerCallable.java:85)
	at org.jenkinsci.plugins.xunit.service.XUnitTransformerCallable.invoke(XUnitTransformerCallable.java:38)
	at hudson.FilePath$FileCallableWrapper.call(FilePath.java:3616)
	at hudson.remoting.UserRequest.perform(UserRequest.java:211)
	at hudson.remoting.UserRequest.perform(UserRequest.java:54)
	at hudson.remoting.Request$2.run(Request.java:377)
	at hudson.remoting.InterceptingExecutorService.lambda$wrap$0(InterceptingExecutorService.java:78)
	at java.base/java.util.concurrent.FutureTask.run(FutureTask.java:264)
	at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1128)
	at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:628)
	at hudson.remoting.Engine$1.lambda$newThread$0(Engine.java:125)
	at java.base/java.lang.Thread.run(Thread.java:829)

[Pipeline] }
$ docker stop --time=1 6904dde857aa2ff675cf37dc54237b93e3406dab663736b0a67ebc139b5e00a4
ERROR: Timeout after 180 seconds
[Pipeline] // withDockerContainer
[Pipeline] }
[Pipeline] // withEnv
[Pipeline] }
Running on fetnat03 in /var/jenkins/workspace/celeritas_PR-1120
[Pipeline] // node
[Pipeline] }
[Pipeline] {
[Pipeline] // stage
[Pipeline] }
Failed in branch cuda-reldeb-vecgeom
[Pipeline] checkout
Selected Git installation does not exist. Using Default
The recommended git tool is: NONE
using credential Jenkins ORNL
Fetching changes from the remote Git repository
Fetching without tags
Checking out Revision f456fb4250c091f885052010fe3055c31d363b5b (PR-1120)
Commit message: "Move neutron_mass and neutron_energy to the constructor and initialize them as real_type"
 > git rev-parse --resolve-git-dir /var/jenkins/workspace/celeritas_PR-1120/.git # timeout=10
 > git config remote.origin.url https://github.com/celeritas-project/celeritas.git # timeout=10
Fetching upstream changes from https://github.com/celeritas-project/celeritas.git
 > git --version # timeout=10
 > git --version # 'git version 2.17.1'
using GIT_ASKPASS to set credentials 
 > git fetch --no-tags --progress -- https://github.com/celeritas-project/celeritas.git +refs/pull/1120/head:refs/remotes/origin/PR-1120 # timeout=10
 > git config core.sparsecheckout # timeout=10
 > git checkout -f f456fb4250c091f885052010fe3055c31d363b5b # timeout=10
[Pipeline] withEnv
[Pipeline] {
[Pipeline] isUnix
[Pipeline] withEnv
[Pipeline] {
[Pipeline] sh
+ docker inspect -f . celeritas/ci-jammy-cuda11:2023-08-02
.
[Pipeline] }
[Pipeline] // withEnv
[Pipeline] withDockerContainer
fetnat03 seems to be running inside container 448caae22ec9c3cddd81edc08c78f5e21bc26eeed7173095ab0e3961b5d58fb1
$ docker run -t -d -u 0:0 -w /var/jenkins/workspace/celeritas_PR-1120 --volumes-from 448caae22ec9c3cddd81edc08c78f5e21bc26eeed7173095ab0e3961b5d58fb1 -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** celeritas/ci-jammy-cuda11:2023-08-02 cat
$ docker top 7b9e2e657fcfeddd68c96d1d69be5009fe2df07b06a747af6606a3de17462bca -eo pid,comm
[Pipeline] {
[Pipeline] sh
+ entrypoint-shell ./scripts/ci/run-ci.sh ubuntu-cuda ndebug-vecgeom
+ test -n ubuntu-cuda
+ test -n ndebug-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-1120
+ _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=ndebug-vecgeom
Preset CMake variables:

  BUILD_SHARED_LIBS:BOOL="ON"
  BUILD_TESTING:BOOL="ON"
  CELERITAS_BUILD_DEMOS:BOOL="ON"
  CELERITAS_BUILD_DOCS:BOOL="OFF"
  CELERITAS_BUILD_TESTS:BOOL="OFF"
  CELERITAS_DEBUG:BOOL="OFF"
  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="ON"
  CELERITAS_USE_ROOT:BOOL="ON"
  CELERITAS_USE_SWIG:BOOL="OFF"
  CELERITAS_USE_VecGeom:BOOL="ON"
  CMAKE_BUILD_TYPE:STRING="Release"
  CMAKE_CUDA_ARCHITECTURES:STRING="70"
  CMAKE_CUDA_FLAGS="-Werror all-warnings"
  CMAKE_CUDA_FLAGS_RELEASE="-O3 -DNDEBUG"
  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_HIP_FLAGS_RELEASE="-O3 -DNDEBUG"
  CMAKE_INSTALL_PREFIX="/var/jenkins/workspace/celeritas_PR-1120/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
wrapper script does not seem to be touching the log file in /var/jenkins/workspace/celeritas_PR-1120@tmp/durable-bc6fda74
(JENKINS-48300: if on an extremely laggy filesystem, consider -Dorg.jenkinsci.plugins.durabletask.BourneShellScript.HEARTBEAT_CHECK_INTERVAL=86400)
Post stage
[Pipeline] xunit
INFO: Processing CTest-Version 3.x (default)
Error when executing always post condition:
Also:   hudson.remoting.Channel$CallSiteStackTrace: Remote call to JNLP4-connect connection from 10.64.197.165/10.64.197.165:43150
		at hudson.remoting.Channel.attachCallSiteStackTrace(Channel.java:1787)
		at hudson.remoting.UserRequest$ExceptionResponse.retrieve(UserRequest.java:356)
		at hudson.remoting.Channel.call(Channel.java:1003)
		at hudson.FilePath.act(FilePath.java:1230)
		at hudson.FilePath.act(FilePath.java:1219)
		at org.jenkinsci.plugins.xunit.XUnitProcessor.processTestsReport(XUnitProcessor.java:212)
		at org.jenkinsci.plugins.xunit.XUnitProcessor.process(XUnitProcessor.java:161)
		at org.jenkinsci.plugins.xunit.pipeline.XUnitResultsStepExecution.run(XUnitResultsStepExecution.java:93)
		at org.jenkinsci.plugins.xunit.pipeline.XUnitResultsStepExecution.run(XUnitResultsStepExecution.java:52)
		at org.jenkinsci.plugins.workflow.steps.SynchronousNonBlockingStepExecution.lambda$start$0(SynchronousNonBlockingStepExecution.java:47)
		at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Executors.java:539)
		at java.base/java.util.concurrent.FutureTask.run(FutureTask.java:264)
		at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1136)
		at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:635)
		at java.base/java.lang.Thread.run(Thread.java:840)
Also:   org.jenkinsci.plugins.workflow.actions.ErrorAction$ErrorId: 7683b814-d2e1-466d-8fa5-46f3f6ff36d2
org.jenkinsci.plugins.xunit.service.NoTestFoundException: [CTest-Version 3.x (default)] - No test report file(s) were found with the pattern 'build/Testing/**/Test.xml' relative to '/var/jenkins/workspace/celeritas_PR-1120' for the testing framework 'CTest-Version 3.x (default)'.
Did you enter a pattern relative to (and within) the workspace directory?
Did you generate the result report(s) for 'CTest-Version 3.x (default)'?"
	at org.jenkinsci.plugins.xunit.service.XUnitReportProcessorService.findReports(XUnitReportProcessorService.java:77)
	at org.jenkinsci.plugins.xunit.service.XUnitTransformerCallable.invoke(XUnitTransformerCallable.java:85)
	at org.jenkinsci.plugins.xunit.service.XUnitTransformerCallable.invoke(XUnitTransformerCallable.java:38)
	at hudson.FilePath$FileCallableWrapper.call(FilePath.java:3616)
	at hudson.remoting.UserRequest.perform(UserRequest.java:211)
	at hudson.remoting.UserRequest.perform(UserRequest.java:54)
	at hudson.remoting.Request$2.run(Request.java:377)
	at hudson.remoting.InterceptingExecutorService.lambda$wrap$0(InterceptingExecutorService.java:78)
	at java.base/java.util.concurrent.FutureTask.run(FutureTask.java:264)
	at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1128)
	at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:628)
	at hudson.remoting.Engine$1.lambda$newThread$0(Engine.java:125)
	at java.base/java.lang.Thread.run(Thread.java:829)

[Pipeline] }
$ docker stop --time=1 7b9e2e657fcfeddd68c96d1d69be5009fe2df07b06a747af6606a3de17462bca
ERROR: Timeout after 180 seconds
[Pipeline] // withDockerContainer
[Pipeline] }
[Pipeline] // withEnv
[Pipeline] }
[Pipeline] // node
[Pipeline] }
[Pipeline] // stage
[Pipeline] }
Failed in branch cuda-ndebug-vecgeom
[Pipeline] // parallel
[Pipeline] }
[Pipeline] // stage
[Pipeline] End of Pipeline
ERROR: script returned exit code -1

GitHub has been notified of this commit’s build result

Finished: FAILURE