Skip to content
Failed

Console Output

Push event to branch develop
16:27:49 Connecting to https://api.github.com using 476720/******
Obtained .jenkins from 6684723ac85326d2453c05f8b2a9ba91fd5c0d00
[Pipeline] Start of Pipeline
[Pipeline] timeout
Timeout set to expire in 7 hr 0 min
[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_develop
[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_develop/.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/heads/develop:refs/remotes/origin/develop # timeout=10
Checking out Revision 6684723ac85326d2453c05f8b2a9ba91fd5c0d00 (develop)
 > git config core.sparsecheckout # timeout=10
 > git checkout -f 6684723ac85326d2453c05f8b2a9ba91fd5c0d00 # timeout=10
Commit message: "Fix minor dependency issues (#1219)"
 > git rev-list --no-walk cfd1e83b7bc2311f2a0da0a71b2d58284d7c0c13 # 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 a72731efb187f46635d7fcf29d85b5c9e460d5c22ab89958abc10fed1e018afa
$ docker run -t -d -u 0:0 -w /var/jenkins/workspace/celeritas_develop --volumes-from a72731efb187f46635d7fcf29d85b5c9e460d5c22ab89958abc10fed1e018afa -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 207b7c89dfd854cfc3c335df08837c19d61f0c6b6ea849640c9c515f71acab78 -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_develop
+ _ENV_SCRIPT=scripts/env/ci-ubuntu-cuda.sh
+ [ -f scripts/env/ci-ubuntu-cuda.sh ]
+ git fetch --tags
From https://github.com/celeritas-project/celeritas
 ! [rejected]          v0.4.3     -> v0.4.3  (would clobber existing tag)
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:43326
		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(Unknown Source)
		at java.base/java.util.concurrent.FutureTask.run(Unknown Source)
		at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(Unknown Source)
		at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(Unknown Source)
		at java.base/java.lang.Thread.run(Unknown Source)
Also:   org.jenkinsci.plugins.workflow.actions.ErrorAction$ErrorId: 24f8529d-5cb9-4e65-bb33-8435e61fd73c
org.jenkinsci.plugins.xunit.service.NoNewTestReportException: Test reports were found but not all of them are new. Did all the tests run?
  * /var/jenkins/workspace/celeritas_develop/build/Testing/20240501-2048/Test.xml is 1 day 23 hr old

	at org.jenkinsci.plugins.xunit.service.XUnitReportProcessorService.checkIfFindsFilesNewFiles(XUnitReportProcessorService.java:123)
	at org.jenkinsci.plugins.xunit.service.XUnitTransformerCallable.invoke(XUnitTransformerCallable.java:89)
	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:137)
	at java.base/java.lang.Thread.run(Thread.java:829)

[Pipeline] }
$ docker stop --time=1 207b7c89dfd854cfc3c335df08837c19d61f0c6b6ea849640c9c515f71acab78
INFO: [CTest-Version 3.x (default)] - 1 test report file(s) were found with the pattern 'build/Testing/**/Test.xml' relative to '/var/jenkins/workspace/celeritas_develop' for the testing framework 'CTest-Version 3.x (default)'.
$ docker rm -f --volumes 207b7c89dfd854cfc3c335df08837c19d61f0c6b6ea849640c9c515f71acab78
[Pipeline] // withDockerContainer
[Pipeline] }
[Pipeline] // withEnv
[Pipeline] }
Running on fetnat03 in /var/jenkins/workspace/celeritas_develop
[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 6684723ac85326d2453c05f8b2a9ba91fd5c0d00 (develop)
Commit message: "Fix minor dependency issues (#1219)"
[Pipeline] withEnv
[Pipeline] {
[Pipeline] isUnix
[Pipeline] withEnv
[Pipeline] {
[Pipeline] sh
 > git rev-parse --resolve-git-dir /var/jenkins/workspace/celeritas_develop/.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/heads/develop:refs/remotes/origin/develop # timeout=10
 > git config core.sparsecheckout # timeout=10
 > git checkout -f 6684723ac85326d2453c05f8b2a9ba91fd5c0d00 # timeout=10
+ docker inspect -f . celeritas/ci-jammy-cuda11:2023-08-02
.
[Pipeline] }
[Pipeline] // withEnv
[Pipeline] withDockerContainer
fetnat03 seems to be running inside container a72731efb187f46635d7fcf29d85b5c9e460d5c22ab89958abc10fed1e018afa
$ docker run -t -d -u 0:0 -w /var/jenkins/workspace/celeritas_develop --volumes-from a72731efb187f46635d7fcf29d85b5c9e460d5c22ab89958abc10fed1e018afa -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 4bdbd532c0d94fede680c749de312636e3c0fc753d43ea84e653d777cbe62ad2 -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_develop
+ _ENV_SCRIPT=scripts/env/ci-ubuntu-cuda.sh
+ [ -f scripts/env/ci-ubuntu-cuda.sh ]
+ git fetch --tags
From https://github.com/celeritas-project/celeritas
 ! [rejected]          v0.4.3     -> v0.4.3  (would clobber existing tag)
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:43326
		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(Unknown Source)
		at java.base/java.util.concurrent.FutureTask.run(Unknown Source)
		at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(Unknown Source)
		at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(Unknown Source)
		at java.base/java.lang.Thread.run(Unknown Source)
Also:   org.jenkinsci.plugins.workflow.actions.ErrorAction$ErrorId: 905015c6-c589-48ae-9d61-6f820b4928a9
org.jenkinsci.plugins.xunit.service.NoNewTestReportException: Test reports were found but not all of them are new. Did all the tests run?
  * /var/jenkins/workspace/celeritas_develop/build/Testing/20240501-2048/Test.xml is 1 day 23 hr old

	at org.jenkinsci.plugins.xunit.service.XUnitReportProcessorService.checkIfFindsFilesNewFiles(XUnitReportProcessorService.java:123)
	at org.jenkinsci.plugins.xunit.service.XUnitTransformerCallable.invoke(XUnitTransformerCallable.java:89)
	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:137)
	at java.base/java.lang.Thread.run(Thread.java:829)

[Pipeline] }
$ docker stop --time=1 4bdbd532c0d94fede680c749de312636e3c0fc753d43ea84e653d777cbe62ad2
INFO: [CTest-Version 3.x (default)] - 1 test report file(s) were found with the pattern 'build/Testing/**/Test.xml' relative to '/var/jenkins/workspace/celeritas_develop' for the testing framework 'CTest-Version 3.x (default)'.
$ docker rm -f --volumes 4bdbd532c0d94fede680c749de312636e3c0fc753d43ea84e653d777cbe62ad2
[Pipeline] // withDockerContainer
[Pipeline] }
[Pipeline] // withEnv
[Pipeline] }
Running on fetnat03 in /var/jenkins/workspace/celeritas_develop
[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 6684723ac85326d2453c05f8b2a9ba91fd5c0d00 (develop)
Commit message: "Fix minor dependency issues (#1219)"
[Pipeline] withEnv
[Pipeline] {
[Pipeline] isUnix
[Pipeline] withEnv
[Pipeline] {
[Pipeline] sh
 > git rev-parse --resolve-git-dir /var/jenkins/workspace/celeritas_develop/.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/heads/develop:refs/remotes/origin/develop # timeout=10
 > git config core.sparsecheckout # timeout=10
 > git checkout -f 6684723ac85326d2453c05f8b2a9ba91fd5c0d00 # timeout=10
+ docker inspect -f . celeritas/ci-jammy-cuda11:2023-08-02
.
[Pipeline] }
[Pipeline] // withEnv
[Pipeline] withDockerContainer
fetnat03 seems to be running inside container a72731efb187f46635d7fcf29d85b5c9e460d5c22ab89958abc10fed1e018afa
$ docker run -t -d -u 0:0 -w /var/jenkins/workspace/celeritas_develop --volumes-from a72731efb187f46635d7fcf29d85b5c9e460d5c22ab89958abc10fed1e018afa -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 8f6c31d437e60c980b1933da65b9fe68b944c1c8353476105ea22d36e9421305 -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_develop
+ _ENV_SCRIPT=scripts/env/ci-ubuntu-cuda.sh
+ [ -f scripts/env/ci-ubuntu-cuda.sh ]
+ git fetch --tags
From https://github.com/celeritas-project/celeritas
 ! [rejected]          v0.4.3     -> v0.4.3  (would clobber existing tag)
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:43326
		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(Unknown Source)
		at java.base/java.util.concurrent.FutureTask.run(Unknown Source)
		at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(Unknown Source)
		at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(Unknown Source)
		at java.base/java.lang.Thread.run(Unknown Source)
Also:   org.jenkinsci.plugins.workflow.actions.ErrorAction$ErrorId: dce34326-7947-4429-a169-43c83832988b
org.jenkinsci.plugins.xunit.service.NoNewTestReportException: Test reports were found but not all of them are new. Did all the tests run?
  * /var/jenkins/workspace/celeritas_develop/build/Testing/20240501-2048/Test.xml is 1 day 23 hr old

	at org.jenkinsci.plugins.xunit.service.XUnitReportProcessorService.checkIfFindsFilesNewFiles(XUnitReportProcessorService.java:123)
	at org.jenkinsci.plugins.xunit.service.XUnitTransformerCallable.invoke(XUnitTransformerCallable.java:89)
	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:137)
	at java.base/java.lang.Thread.run(Thread.java:829)

[Pipeline] }
$ docker stop --time=1 8f6c31d437e60c980b1933da65b9fe68b944c1c8353476105ea22d36e9421305
INFO: [CTest-Version 3.x (default)] - 1 test report file(s) were found with the pattern 'build/Testing/**/Test.xml' relative to '/var/jenkins/workspace/celeritas_develop' for the testing framework 'CTest-Version 3.x (default)'.
$ docker rm -f --volumes 8f6c31d437e60c980b1933da65b9fe68b944c1c8353476105ea22d36e9421305
[Pipeline] // withDockerContainer
[Pipeline] }
[Pipeline] // withEnv
[Pipeline] }
Running on fetnat03 in /var/jenkins/workspace/celeritas_develop
[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 6684723ac85326d2453c05f8b2a9ba91fd5c0d00 (develop)
Commit message: "Fix minor dependency issues (#1219)"
[Pipeline] withEnv
[Pipeline] {
[Pipeline] isUnix
[Pipeline] withEnv
[Pipeline] {
[Pipeline] sh
 > git rev-parse --resolve-git-dir /var/jenkins/workspace/celeritas_develop/.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/heads/develop:refs/remotes/origin/develop # timeout=10
 > git config core.sparsecheckout # timeout=10
 > git checkout -f 6684723ac85326d2453c05f8b2a9ba91fd5c0d00 # timeout=10
+ docker inspect -f . celeritas/ci-jammy-cuda11:2023-08-02
.
[Pipeline] }
[Pipeline] // withEnv
[Pipeline] withDockerContainer
fetnat03 seems to be running inside container a72731efb187f46635d7fcf29d85b5c9e460d5c22ab89958abc10fed1e018afa
$ docker run -t -d -u 0:0 -w /var/jenkins/workspace/celeritas_develop --volumes-from a72731efb187f46635d7fcf29d85b5c9e460d5c22ab89958abc10fed1e018afa -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 1b3096dbadade77e36a0d3ca119750eb93e6b1e5370f5e45a972f836f1ea5417 -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_develop
+ _ENV_SCRIPT=scripts/env/ci-ubuntu-cuda.sh
+ [ -f scripts/env/ci-ubuntu-cuda.sh ]
+ git fetch --tags
From https://github.com/celeritas-project/celeritas
 ! [rejected]          v0.4.3     -> v0.4.3  (would clobber existing tag)
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:43326
		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(Unknown Source)
		at java.base/java.util.concurrent.FutureTask.run(Unknown Source)
		at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(Unknown Source)
		at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(Unknown Source)
		at java.base/java.lang.Thread.run(Unknown Source)
Also:   org.jenkinsci.plugins.workflow.actions.ErrorAction$ErrorId: fdf2c2c2-a2c2-4d3d-9f58-57b8757bf762
org.jenkinsci.plugins.xunit.service.NoNewTestReportException: Test reports were found but not all of them are new. Did all the tests run?
  * /var/jenkins/workspace/celeritas_develop/build/Testing/20240501-2048/Test.xml is 1 day 23 hr old

	at org.jenkinsci.plugins.xunit.service.XUnitReportProcessorService.checkIfFindsFilesNewFiles(XUnitReportProcessorService.java:123)
	at org.jenkinsci.plugins.xunit.service.XUnitTransformerCallable.invoke(XUnitTransformerCallable.java:89)
	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:137)
	at java.base/java.lang.Thread.run(Thread.java:829)

[Pipeline] }
$ docker stop --time=1 1b3096dbadade77e36a0d3ca119750eb93e6b1e5370f5e45a972f836f1ea5417
INFO: [CTest-Version 3.x (default)] - 1 test report file(s) were found with the pattern 'build/Testing/**/Test.xml' relative to '/var/jenkins/workspace/celeritas_develop' for the testing framework 'CTest-Version 3.x (default)'.
$ docker rm -f --volumes 1b3096dbadade77e36a0d3ca119750eb93e6b1e5370f5e45a972f836f1ea5417
[Pipeline] // withDockerContainer
[Pipeline] }
[Pipeline] // withEnv
[Pipeline] }
Running on fetnat03 in /var/jenkins/workspace/celeritas_develop
[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
 > git rev-parse --resolve-git-dir /var/jenkins/workspace/celeritas_develop/.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/heads/develop:refs/remotes/origin/develop # timeout=10
Checking out Revision 6684723ac85326d2453c05f8b2a9ba91fd5c0d00 (develop)
Commit message: "Fix minor dependency issues (#1219)"
[Pipeline] withEnv
[Pipeline] {
[Pipeline] isUnix
[Pipeline] withEnv
[Pipeline] {
[Pipeline] sh
 > git config core.sparsecheckout # timeout=10
 > git checkout -f 6684723ac85326d2453c05f8b2a9ba91fd5c0d00 # timeout=10
+ docker inspect -f . celeritas/ci-jammy-cuda11:2023-08-02
.
[Pipeline] }
[Pipeline] // withEnv
[Pipeline] withDockerContainer
fetnat03 seems to be running inside container a72731efb187f46635d7fcf29d85b5c9e460d5c22ab89958abc10fed1e018afa
$ docker run -t -d -u 0:0 -w /var/jenkins/workspace/celeritas_develop --volumes-from a72731efb187f46635d7fcf29d85b5c9e460d5c22ab89958abc10fed1e018afa -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 e924ce934fb8aa9f8fff31f5eac63af019e56d4da1011fbfbae1848e7b219797 -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_develop
+ _ENV_SCRIPT=scripts/env/ci-ubuntu-cuda.sh
+ [ -f scripts/env/ci-ubuntu-cuda.sh ]
+ git fetch --tags
From https://github.com/celeritas-project/celeritas
 ! [rejected]          v0.4.3     -> v0.4.3  (would clobber existing tag)
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:43326
		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(Unknown Source)
		at java.base/java.util.concurrent.FutureTask.run(Unknown Source)
		at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(Unknown Source)
		at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(Unknown Source)
		at java.base/java.lang.Thread.run(Unknown Source)
Also:   org.jenkinsci.plugins.workflow.actions.ErrorAction$ErrorId: db96cbf6-e6d9-4d9e-96b4-14514a6d75c3
org.jenkinsci.plugins.xunit.service.NoNewTestReportException: Test reports were found but not all of them are new. Did all the tests run?
  * /var/jenkins/workspace/celeritas_develop/build/Testing/20240501-2048/Test.xml is 1 day 23 hr old

	at org.jenkinsci.plugins.xunit.service.XUnitReportProcessorService.checkIfFindsFilesNewFiles(XUnitReportProcessorService.java:123)
	at org.jenkinsci.plugins.xunit.service.XUnitTransformerCallable.invoke(XUnitTransformerCallable.java:89)
	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:137)
	at java.base/java.lang.Thread.run(Thread.java:829)

[Pipeline] }
$ docker stop --time=1 e924ce934fb8aa9f8fff31f5eac63af019e56d4da1011fbfbae1848e7b219797
INFO: [CTest-Version 3.x (default)] - 1 test report file(s) were found with the pattern 'build/Testing/**/Test.xml' relative to '/var/jenkins/workspace/celeritas_develop' for the testing framework 'CTest-Version 3.x (default)'.
$ docker rm -f --volumes e924ce934fb8aa9f8fff31f5eac63af019e56d4da1011fbfbae1848e7b219797
[Pipeline] // withDockerContainer
[Pipeline] }
[Pipeline] // withEnv
[Pipeline] }
[Pipeline] // node
[Pipeline] }
[Pipeline] // stage
[Pipeline] }
Failed in branch cuda-ndebug-vecgeom
[Pipeline] // parallel
[Pipeline] }
[Pipeline] // stage
[Pipeline] }
[Pipeline] // timeout
[Pipeline] End of Pipeline
ERROR: script returned exit code 1

GitHub has been notified of this commit’s build result

Finished: FAILURE