Skip to content
Failed

Console Output

Pull request #1121 updated
14:45:54 Connecting to https://api.github.com using 476720/******
Obtained .jenkins from accf3d1968c7bccab3a49920510258c216eb85ac
[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-1121
[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-1121/.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/1121/head:refs/remotes/origin/PR-1121 # timeout=10
Checking out Revision accf3d1968c7bccab3a49920510258c216eb85ac (PR-1121)
 > git config core.sparsecheckout # timeout=10
 > git checkout -f accf3d1968c7bccab3a49920510258c216eb85ac # 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: "Merge remote-tracking branch 'upstream/develop' into infix-string"
 > git rev-list --no-walk 053e4a166038e9232f866424b36d4a8279f8558a # 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-1121 --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 ******** -e ******** celeritas/ci-jammy-cuda11:2023-08-02 cat
$ docker top c007a757801709a3125ef2ace1163462f2c0a5e34f5b1ee9d71082bd1cece7fc -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-1121
+ _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-1121/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-1121@tmp/durable-f23a5a9d
(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: cd69ab37-fedc-4701-bd83-bb5a1984009d
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-1121' 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 c007a757801709a3125ef2ace1163462f2c0a5e34f5b1ee9d71082bd1cece7fc
$ docker rm -f --volumes c007a757801709a3125ef2ace1163462f2c0a5e34f5b1ee9d71082bd1cece7fc
[Pipeline] // withDockerContainer
[Pipeline] }
[Pipeline] // withEnv
[Pipeline] }
Running on fetnat03 in /var/jenkins/workspace/celeritas_PR-1121
[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 accf3d1968c7bccab3a49920510258c216eb85ac (PR-1121)
Commit message: "Merge remote-tracking branch 'upstream/develop' into infix-string"
 > git rev-parse --resolve-git-dir /var/jenkins/workspace/celeritas_PR-1121/.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/1121/head:refs/remotes/origin/PR-1121 # timeout=10
 > git config core.sparsecheckout # timeout=10
 > git checkout -f accf3d1968c7bccab3a49920510258c216eb85ac # 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-1121 --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 ******** -e ******** celeritas/ci-jammy-cuda11:2023-08-02 cat
$ docker top 41ef49ed63c396b2c2eb476d1e7597b55dc40e151296f640dabba077c667ed3e -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-1121
+ _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-1121/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-1121@tmp/durable-4b6015a5
(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: 1474466b-da5b-48d9-86ac-8541ff76438f
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-1121' 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 41ef49ed63c396b2c2eb476d1e7597b55dc40e151296f640dabba077c667ed3e
ERROR: Timeout after 180 seconds
[Pipeline] // withDockerContainer
[Pipeline] }
[Pipeline] // withEnv
[Pipeline] }
Running on fetnat03 in /var/jenkins/workspace/celeritas_PR-1121
[Pipeline] // node
[Pipeline] }
[Pipeline] {
[Pipeline] // stage
[Pipeline] }
Failed in branch cuda-ndebug-orange
[Pipeline] checkout
[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-1121 --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 ******** celeritas/ci-jammy-cuda11:2023-08-02 cat
$ docker top c6a2e090404dbc99beb8ca4f992fd2f94fae9957be6b33c0f5d7b697d482adfb -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-1121
+ _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-1121/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-1121@tmp/durable-2224d94b
(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: cad9aef2-fbae-4690-a6b1-afd423a9ecff
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-1121' 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 c6a2e090404dbc99beb8ca4f992fd2f94fae9957be6b33c0f5d7b697d482adfb
ERROR: Timeout after 180 seconds
[Pipeline] // withDockerContainer
[Pipeline] }
Running on fetnat03 in /var/jenkins/workspace/celeritas_PR-1121
[Pipeline] // node
[Pipeline] }
[Pipeline] {
[Pipeline] // stage
[Pipeline] }
Failed in branch cuda-debug-vecgeom
[Pipeline] checkout
[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-1121 --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 ******** celeritas/ci-jammy-cuda11:2023-08-02 cat
$ docker top b136ff2918a5657c49ea17b4b80da839008cb4089e8d3aae6fff72ff2cdb39e3 -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-1121
+ _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-1121/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-1121@tmp/durable-196a433a
(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: 1d8ca01b-4010-4e74-b399-7fa47452600e
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-1121' 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 b136ff2918a5657c49ea17b4b80da839008cb4089e8d3aae6fff72ff2cdb39e3
ERROR: Timeout after 180 seconds
[Pipeline] // withDockerContainer
[Pipeline] }
Running on fetnat03 in /var/jenkins/workspace/celeritas_PR-1121
[Pipeline] // node
[Pipeline] }
[Pipeline] {
[Pipeline] // stage
[Pipeline] }
Failed in branch cuda-reldeb-vecgeom
[Pipeline] checkout
[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-1121 --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 ******** celeritas/ci-jammy-cuda11:2023-08-02 cat
$ docker top 4285ade94db7efd4b9916a8a672b33c615fe6644617030d7b2b6560114b219bc -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-1121
+ _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-1121/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-1121@tmp/durable-d4431d49
(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: d0a5f84f-b3d7-4e24-b1cc-17df3a7a050f
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-1121' 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 4285ade94db7efd4b9916a8a672b33c615fe6644617030d7b2b6560114b219bc
ERROR: Timeout after 180 seconds
[Pipeline] // withDockerContainer
[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
Finished: FAILURE