Skip to content
Aborted

Console Output

Started by user Brian Griffin
Obtained jenkins_tests/cam_scam_gfortran_test/Jenkinsfile from git https://github.com/larson-group/cam.git
Running in Durability level: MAX_SURVIVABILITY
[Pipeline] Start of Pipeline
[Pipeline] node
Running on Jenkins in /home/jenkins/workspace/cam_scam_gfortran_test@2
[Pipeline] {
[Pipeline] stage
[Pipeline] { (Declarative: Checkout SCM)
[Pipeline] checkout
The recommended git tool is: git
Cloning the remote Git repository
Cloning repository https://github.com/larson-group/cam.git
 > git init /home/jenkins/workspace/cam_scam_gfortran_test@2 # timeout=10
Fetching upstream changes from https://github.com/larson-group/cam.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/cam.git +refs/heads/*:refs/remotes/origin/* # timeout=10
 > git config remote.origin.url https://github.com/larson-group/cam.git # timeout=10
 > git config --add remote.origin.fetch +refs/heads/*:refs/remotes/origin/* # timeout=10
Avoid second fetch
 > git rev-parse refs/remotes/origin/clubb_silhs_devel^{commit} # timeout=10
Checking out Revision 7e76984d1df730b194fae2b35abae908ce2f235d (refs/remotes/origin/clubb_silhs_devel)
 > git config core.sparsecheckout # timeout=10
 > git checkout -f 7e76984d1df730b194fae2b35abae908ce2f235d # timeout=10
Commit message: "Add blank line to run_scam.bash in order to note that"
 > git rev-list --no-walk 7e76984d1df730b194fae2b35abae908ce2f235d # timeout=10
[Pipeline] }
[Pipeline] // stage
[Pipeline] withEnv
[Pipeline] {
[Pipeline] stage
[Pipeline] { (Check out externals)
[Pipeline] sh
+ python manage_externals/checkout_externals -e Externals.cfg
Processing externals description file : Externals.cfg
Processing externals description file : Externals_CAM.cfg
Checking status of externals: clm, mosart, cime, cpl7, parallelio, cice, cmeps, share, fms, cism, rtm, cdeps, cam, pumas, cosp2, atmos_phys, chem_proc, mpas, atmos_cubed_sphere, carma, cice6, mct, 
Checking out externals: clm, mosart, cime, cpl7, parallelio, cice, Sending interrupt signal to process
/home/jenkins/workspace/cam_scam_gfortran_test@2@tmp/durable-567b69ea/script.sh: line 1:  2721 Terminated              python manage_externals/checkout_externals -e Externals.cfg
script returned exit code 143
[Pipeline] }
[Pipeline] // stage
[Pipeline] stage
[Pipeline] { (Copy Config Files)
Stage "Copy Config Files" skipped due to earlier failure(s)
[Pipeline] }
[Pipeline] // stage
[Pipeline] stage
[Pipeline] { (Remove Old Output)
Stage "Remove Old Output" skipped due to earlier failure(s)
[Pipeline] }
[Pipeline] // stage
[Pipeline] stage
[Pipeline] { (Run atex)
Stage "Run atex" skipped due to earlier failure(s)
[Pipeline] }
[Pipeline] // stage
[Pipeline] stage
[Pipeline] { (Run arm97 with SILHS)
Stage "Run arm97 with SILHS" skipped due to earlier failure(s)
[Pipeline] }
[Pipeline] // stage
[Pipeline] stage
[Pipeline] { (Display atex log files)
Stage "Display atex log files" skipped due to earlier failure(s)
[Pipeline] }
[Pipeline] // stage
[Pipeline] stage
[Pipeline] { (Display arm97 log files)
Stage "Display arm97 log files" skipped due to earlier failure(s)
[Pipeline] }
[Pipeline] // stage
[Pipeline] stage
[Pipeline] { (Declarative: Post Actions)
[Pipeline] script
[Pipeline] {
[Pipeline] cleanWs
[WS-CLEANUP] Deleting project workspace...
[WS-CLEANUP] Deferred wipeout is used...
[WS-CLEANUP] done
[Pipeline] sh
+ chmod -R 755 /home/jenkins/cam_output/
[Pipeline] }
[Pipeline] // script
[Pipeline] }
[Pipeline] // stage
[Pipeline] }
[Pipeline] // withEnv
[Pipeline] }
[Pipeline] // node
[Pipeline] End of Pipeline
Finished: ABORTED