Skip to content
Failed

Console Output

Started by user Keegan Rhodes
Obtained jenkins_tests/e3sm_run_gfortran_test/Jenkinsfile from git https://github.com/larson-group/e3sm.git
Running in Durability level: MAX_SURVIVABILITY
[Pipeline] Start of Pipeline
[Pipeline] node
Running on Jenkins in /home/jenkins/workspace/e3sm_run_gfortran_test
[Pipeline] {
[Pipeline] stage
[Pipeline] { (Declarative: Checkout SCM)
[Pipeline] checkout
The recommended git tool is: git
 > git rev-parse --resolve-git-dir /home/jenkins/workspace/e3sm_run_gfortran_test/.git # timeout=10
Fetching changes from the remote Git repository
 > git config remote.origin.url https://github.com/larson-group/e3sm.git # timeout=10
Fetching upstream changes from https://github.com/larson-group/e3sm.git
 > git --version # timeout=10
 > git --version # 'git version 1.8.3.1'
using GIT_ASKPASS to set credentials A token based key used by Jenkins to preform Github actions, created 6/21/2021
 > git fetch --tags --progress https://github.com/larson-group/e3sm.git +refs/heads/*:refs/remotes/origin/* # timeout=10
 > git rev-parse refs/remotes/origin/clubb_silhs_devel^{commit} # timeout=10
Checking out Revision 0bb7240d540f4cb5dbc1972fb0be5faeab2a8d3c (refs/remotes/origin/clubb_silhs_devel)
 > git config core.sparsecheckout # timeout=10
 > git checkout -f 0bb7240d540f4cb5dbc1972fb0be5faeab2a8d3c # timeout=10
Commit message: "Raw-copy updating components/cam/src/physics/silhs"
 > git rev-list --no-walk eb4cdd98a18cb717d699273363e808b85bf268e7 # timeout=10
[Pipeline] }
[Pipeline] // stage
[Pipeline] withEnv
[Pipeline] {
[Pipeline] stage
[Pipeline] { (Checkout Branch and Submodules)
[Pipeline] sh
+ rm -f /home/jenkins/test_logs/e3sm_run_gfortran_test/atm.bldlog.210814-030454
+ git submodule init
+ git submodule update
[Pipeline] }
[Pipeline] // stage
[Pipeline] stage
[Pipeline] { (Modify Run Scripts)
[Pipeline] sh
+ sed -i s/carson/nelson/g nightly_test/nightly_e3sm_scm_BOMEX.csh
+ sed -i s/carson/nelson/g nightly_test/nightly_e3sm_scm_DYCOMSrf01.csh
+ sed -i s/carson/nelson/g nightly_test/nightly_e3sm_scm_RICO.csh
[Pipeline] }
[Pipeline] // stage
[Pipeline] stage
[Pipeline] { (Run BOMEX)
[Pipeline] sh
+ source /opt/intel/bin/ifortvars.sh intel64
/home/jenkins/workspace/e3sm_run_gfortran_test@tmp/durable-3cb65566/script.sh: line 1: /opt/intel/bin/ifortvars.sh: No such file or directory
[Pipeline] }
[Pipeline] // stage
[Pipeline] stage
[Pipeline] { (Run DYCOMSrf01)
Stage "Run DYCOMSrf01" skipped due to earlier failure(s)
[Pipeline] }
[Pipeline] // stage
[Pipeline] stage
[Pipeline] { (Run RICO)
Stage "Run RICO" skipped due to earlier failure(s)
[Pipeline] }
[Pipeline] // stage
[Pipeline] stage
[Pipeline] { (Declarative: Post Actions)
[Pipeline] script
[Pipeline] {
[Pipeline] sh
+ cp projects/scratch/SCM_runs/test_BOMEX/build/atm.bldlog.210814-030454 'projects/scratch/SCM_runs/test_BOMEX/build/e3sm.bldlog.*' 'projects/scratch/SCM_runs/test_BOMEX/run/atm.log.*' 'projects/scratch/SCM_runs/test_BOMEX/run/e3sm.log.*' /home/jenkins/test_logs/e3sm_run_gfortran_test
cp: cannot stat ‘projects/scratch/SCM_runs/test_BOMEX/build/e3sm.bldlog.*’: No such file or directory
cp: cannot stat ‘projects/scratch/SCM_runs/test_BOMEX/run/atm.log.*’: No such file or directory
cp: cannot stat ‘projects/scratch/SCM_runs/test_BOMEX/run/e3sm.log.*’: No such file or directory
[Pipeline] }
[Pipeline] // script
Error when executing always post condition:
hudson.AbortException: script returned exit code 1
	at org.jenkinsci.plugins.workflow.steps.durable_task.DurableTaskStep$Execution.handleExit(DurableTaskStep.java:659)
	at org.jenkinsci.plugins.workflow.steps.durable_task.DurableTaskStep$Execution.check(DurableTaskStep.java:605)
	at org.jenkinsci.plugins.workflow.steps.durable_task.DurableTaskStep$Execution.run(DurableTaskStep.java:549)
	at java.util.concurrent.Executors$RunnableAdapter.call(Executors.java:511)
	at java.util.concurrent.FutureTask.run(FutureTask.java:266)
	at java.util.concurrent.ScheduledThreadPoolExecutor$ScheduledFutureTask.access$201(ScheduledThreadPoolExecutor.java:180)
	at java.util.concurrent.ScheduledThreadPoolExecutor$ScheduledFutureTask.run(ScheduledThreadPoolExecutor.java:293)
	at java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1149)
	at java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:624)
	at java.lang.Thread.run(Thread.java:748)

[Pipeline] script
[Pipeline] {
[Pipeline] emailext
Sending email to: messnermet@uwm.edu
[Pipeline] }
[Pipeline] // script
[Pipeline] }
[Pipeline] // stage
[Pipeline] }
[Pipeline] // withEnv
[Pipeline] }
[Pipeline] // node
[Pipeline] End of Pipeline
ERROR: script returned exit code 1
Finished: FAILURE