Skip to content
Failed

Console Output

Started by an SCM change
Obtained jenkins_tests/cam_plot_scam_ifort/Jenkinsfile from git https://github.com/larson-group/cam.git
[Pipeline] Start of Pipeline
[Pipeline] node
Running on Jenkins in /home/jenkins/workspace/cam_plot_scam_ifort
[Pipeline] {
[Pipeline] stage
[Pipeline] { (Declarative: Checkout SCM)
[Pipeline] checkout
The recommended git tool is: git
 > git rev-parse --resolve-git-dir /home/jenkins/workspace/cam_plot_scam_ifort/.git # timeout=10
Fetching changes from the remote Git repository
 > git config remote.origin.url https://github.com/larson-group/cam.git # timeout=10
Cleaning workspace
 > git rev-parse --verify HEAD # timeout=10
Resetting working tree
 > git reset --hard # timeout=10
 > git clean -ffdx # timeout=10
Fetching upstream changes from https://github.com/larson-group/cam.git
 > git --version # timeout=10
 > git --version # 'git version 2.34.1'
 > git fetch --tags --force --progress -- https://github.com/larson-group/cam.git +refs/heads/*:refs/remotes/origin/* # timeout=10
 > git rev-parse refs/remotes/origin/clubb_silhs_devel^{commit} # timeout=10
Checking out Revision fd8e6875fb2af8688784b390081a8e77f4429162 (refs/remotes/origin/clubb_silhs_devel)
 > git config core.sparsecheckout # timeout=10
 > git checkout -f fd8e6875fb2af8688784b390081a8e77f4429162 # timeout=10
Commit message: "Autoupdated CLUBB_core Commit 9bf49fa9793a4099bed172f4959966bc14990864 Author: bmg929 Date: Thu Oct 24 09:24:04 2024 -0500 I am making the loops for the wp3 ta term (using ADG1 PDF) symmetric. Prior to this, they ran from thermo levels 2 to nzt-2. This change makes them symmetric by running them from 2 to nzt-1. There are no degradations to the results as a result of this change. This change makes it easier to generalize CLUBB's grid for both ascending and descending grid directions. The results of this change are BIT_CHANGING."
 > git rev-list --no-walk f6318d0b524cf667ef008f22ef15c3f4e2e10c34 # timeout=10
[Pipeline] }
[Pipeline] // stage
[Pipeline] withEnv
[Pipeline] {
[Pipeline] withEnv
[Pipeline] {
[Pipeline] stage
[Pipeline] { (Checkout Externals and Copy Custom Files)
[Pipeline] sh
+ python run_scripts/set_up_repo.py .
Checking out externals...
Copying ccs_config files
[Pipeline] }
[Pipeline] // stage
[Pipeline] stage
[Pipeline] { (Sed Commands)
[Pipeline] sh
+ sed -i 's/COMPILER=.*/COMPILER="intel"/g' run_scripts/run_scam.bash
[Pipeline] sh
+ sed -i 's/DEBUG="TRUE"/DEBUG="FALSE"/g' run_scripts/run_scam.bash
[Pipeline] }
[Pipeline] // stage
[Pipeline] stage
[Pipeline] { (Remove Old Output)
[Pipeline] sh
+ rm -rf /home/jenkins/cam_output/scratch/test_scam_ATEX /home/jenkins/cam_output/scratch/test_scam_ARM97
[Pipeline] script
[Pipeline] {
[Pipeline] }
[Pipeline] // script
[Pipeline] }
[Pipeline] // stage
[Pipeline] stage
[Pipeline] { (Run ATEX)
[Pipeline] sh
+ source /etc/profile.d/larson-group.sh
++ export GIT_EDITOR=vi
++ GIT_EDITOR=vi
++ export SVN_EDITOR=vi
++ SVN_EDITOR=vi
++ export OMP_STACKSIZE=1048579
++ OMP_STACKSIZE=1048579
++ export LMOD_ROOT=/opt/lmod/
++ LMOD_ROOT=/opt/lmod/
++ source /opt/lmod//lmod/lmod/init/bash
+++ '[' -z '' ']'
+++ case "$-" in
+++ __lmod_vx=x
+++ '[' -n x ']'
+++ set +x
Shell debugging temporarily silenced: export LMOD_SH_DBG_ON=1 for this output (/usr/local/spack/opt/spack/linux-pop22-cascadelake/gcc-12.2.0/lmod-8.7.37-bi3kyxcdrfgw3y7vv2k7c5rjxg75qzju/lmod/lmod/init/bash)
Shell debugging restarted
+++ unset __lmod_vx
+++ find /usr/local/spack/share/spack/lmod/linux-pop22-x86_64/Core -print -quit
++ export MODULEPATH=/usr/local/spack/share/spack/lmod/linux-pop22-x86_64/Core
++ MODULEPATH=/usr/local/spack/share/spack/lmod/linux-pop22-x86_64/Core
+ run_scripts/run_scam.bash ATEX
----- Case Setup -----
ERROR: Case directory /home/jenkins/workspace/cam_plot_scam_ifort/cime/scripts/test_scam_ATEX already exists
Error creating new case
[Pipeline] }
[Pipeline] // stage
[Pipeline] stage
[Pipeline] { (Run ARM97 with SILHS)
Stage "Run ARM97 with SILHS" skipped due to earlier failure(s)
[Pipeline] getContext
[Pipeline] }
[Pipeline] // stage
[Pipeline] stage
[Pipeline] { (Compile and Run CLUBB)
Stage "Compile and Run CLUBB" skipped due to earlier failure(s)
[Pipeline] getContext
[Pipeline] }
[Pipeline] // stage
[Pipeline] stage
[Pipeline] { (Plot)
Stage "Plot" skipped due to earlier failure(s)
[Pipeline] getContext
[Pipeline] }
[Pipeline] // stage
[Pipeline] stage
[Pipeline] { (Declarative: Post Actions)
[Pipeline] script
[Pipeline] {
[Pipeline] sh
+ chmod -R 755 /home/jenkins/cam_output/
[Pipeline] sh
+ gzip -d '/home/jenkins/cam_output/scratch/test_scam_ATEX/bld/atm.bldlog.*.gz'
gzip: /home/jenkins/cam_output/scratch/test_scam_ATEX/bld/atm.bldlog.*.gz: No such file or directory
[Pipeline] echo
Not all logs were made for ATEX.
[Pipeline] sh
+ gzip -d '/home/jenkins/cam_output/scratch/test_scam_ARM97/bld/atm.bldlog.*.gz'
gzip: /home/jenkins/cam_output/scratch/test_scam_ARM97/bld/atm.bldlog.*.gz: No such file or directory
[Pipeline] echo
Not all logs were made for ARM97.
[Pipeline] }
[Pipeline] // script
[Pipeline] script
[Pipeline] {
[Pipeline] }
[Pipeline] // script
[Pipeline] }
[Pipeline] // stage
[Pipeline] }
[Pipeline] // withEnv
[Pipeline] }
[Pipeline] // withEnv
[Pipeline] }
[Pipeline] // node
[Pipeline] End of Pipeline
ERROR: script returned exit code 1
Finished: FAILURE