Skip to content
Not built

Console Output

Pull request #1120 updated
11:44:48 Connecting to https://api.github.com using 476720/******
Obtained .jenkins from ecd803ca497ea8c936a1188bec5fd90cccd72bcb
[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
Running on fetnat03 in /var/jenkins/workspace/celeritas_PR-1120
[Pipeline] node
[Pipeline] node
[Pipeline] node
[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 ecd803ca497ea8c936a1188bec5fd90cccd72bcb (PR-1120)
 > git config core.sparsecheckout # timeout=10
 > git checkout -f ecd803ca497ea8c936a1188bec5fd90cccd72bcb # timeout=10
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_imagesCommit message: "Remove unnecessary structs and refactor NeutronElasticData"
 > git rev-list --no-walk 5361ddd46bb4f9dd74a13a6bf926911728f197bd # 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 ac738e451038ad8f840db25853cb202c3b23419cfc9bf07fa92c77c9f56f29d4 -eo pid,comm
ERROR: The container started but didn't run the expected command. Please double check your ENTRYPOINT does execute the command passed as docker run argument, as required by official docker images (see https://github.com/docker-library/official-images#consistency for entrypoint consistency requirements).
Alternatively you can force image entrypoint to be disabled by adding option `--entrypoint=''`.
[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 example/accel/build/
Removing example/minimal/build/
Removing generatedJUnitFiles/
Removing install/
+ 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-5edc48a8
(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: 7370075c-4b67-469a-a680-247dabdd991f
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 ac738e451038ad8f840db25853cb202c3b23419cfc9bf07fa92c77c9f56f29d4
$ docker rm -f --volumes ac738e451038ad8f840db25853cb202c3b23419cfc9bf07fa92c77c9f56f29d4
[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 ecd803ca497ea8c936a1188bec5fd90cccd72bcb (PR-1120)
Commit message: "Remove unnecessary structs and refactor NeutronElasticData"
 > 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 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 9624b97e220b5fa956b674c7a446b9ffa627cebc5dfe66f5fd4e313f6f36448e -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-9557a3d4
(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: c2ac544c-a4e5-44b3-803a-fd1d733bc91f
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 9624b97e220b5fa956b674c7a446b9ffa627cebc5dfe66f5fd4e313f6f36448e
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 ecd803ca497ea8c936a1188bec5fd90cccd72bcb (PR-1120)
Commit message: "Remove unnecessary structs and refactor NeutronElasticData"
 > 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 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 e46aebaf4f9c5161578c8a4536677edf99b977885ae75092c88e7b6c000adcad -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-20c3efe1
(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: 8d7f19b6-ec42-4857-8469-58254ac0133b
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 e46aebaf4f9c5161578c8a4536677edf99b977885ae75092c88e7b6c000adcad
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 ecd803ca497ea8c936a1188bec5fd90cccd72bcb (PR-1120)
Commit message: "Remove unnecessary structs and refactor NeutronElasticData"
 > 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 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 9e936bd21690b1fb3d2f4b7a8bcd14bd2db83836ba48daab194c23b2af0f62fb -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
Superseded by #7
Sending interrupt signal to process
Click here to forcibly terminate running steps
After 20s process did not stop
[Pipeline] // node
[Pipeline] }
Post stage
[Pipeline] // stage
[Pipeline] }
Failed in branch cuda-ndebug-vecgeom
[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: acf665cb-50b7-4a5b-8c06-fe034f03aecb
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 9e936bd21690b1fb3d2f4b7a8bcd14bd2db83836ba48daab194c23b2af0f62fb
ERROR: Timeout after 180 seconds
[Pipeline] // withDockerContainer
[Pipeline] }
[Pipeline] // withEnv
[Pipeline] }
[Pipeline] // node
[Pipeline] }
[Pipeline] // stage
[Pipeline] }
Failed in branch cuda-reldeb-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: NOT_BUILT