Started by user unknown or anonymous Checking out git https://github.com/larson-group/cam.git into /home/jenkins/workspace/branch_cam_test@script/800691b231d95c534d49060ef200db30805e761447d5de1a9dcea602b1366aec to read jenkins_tests/cam_scam_ifort_ncar_test/Jenkinsfile The recommended git tool is: git > git rev-parse --resolve-git-dir /home/jenkins/workspace/branch_cam_test@script/800691b231d95c534d49060ef200db30805e761447d5de1a9dcea602b1366aec/.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 -fdx # timeout=10 Fetching upstream changes from https://github.com/larson-group/cam.git > git --version # timeout=10 > git --version # 'git version 2.34.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 --force --progress -- https://github.com/larson-group/cam.git +refs/heads/*:refs/remotes/origin/* # timeout=10 > git rev-parse refs/remotes/origin/nightly_clubb_plots^{commit} # timeout=10 Checking out Revision 9dd82796c5ae4443d1032741c24553bd0834dca8 (refs/remotes/origin/nightly_clubb_plots) > git config core.sparsecheckout # timeout=10 > git checkout -f 9dd82796c5ae4443d1032741c24553bd0834dca8 # timeout=10 Commit message: "Test" > git rev-list --no-walk e6298acd147078f8e47fc34ebc23b777a882e8b5 # timeout=10 [Pipeline] Start of Pipeline [Pipeline] node Running on Jenkins in /home/jenkins/workspace/branch_cam_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/branch_cam_test/.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 -fdx # timeout=10 Fetching upstream changes from https://github.com/larson-group/cam.git > git --version # timeout=10 > git --version # 'git version 2.34.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 --force --progress -- https://github.com/larson-group/cam.git +refs/heads/*:refs/remotes/origin/* # timeout=10 > git rev-parse refs/remotes/origin/nightly_clubb_plots^{commit} # timeout=10 Checking out Revision 9dd82796c5ae4443d1032741c24553bd0834dca8 (refs/remotes/origin/nightly_clubb_plots) > git config core.sparsecheckout # timeout=10 > git checkout -f 9dd82796c5ae4443d1032741c24553bd0834dca8 # timeout=10 Commit message: "Test" [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_cam_coarse_res.py . Checking out externals... Copying ccs_config files Traceback (most recent call last): File "/home/jenkins/workspace/branch_cam_test/run_scripts/set_up_cam_coarse_res.py", line 78, in <module> os.mkdirs("ccs_config/machines/larson-group", exist_ok=True) AttributeError: module 'os' has no attribute 'mkdirs'. Did you mean: 'mkdir'? [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Sed Commands) Stage "Sed Commands" skipped due to earlier failure(s) [Pipeline] getContext [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Remove Old Output) Stage "Remove Old Output" skipped due to earlier failure(s) [Pipeline] getContext [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Run atex) Stage "Run atex" skipped due to earlier failure(s) [Pipeline] getContext [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