Started by user Gunther Huebler Checking out git https://github.com/larson-group/cam.git into /home/jenkins/workspace/branch_cam_test@script/800691b231d95c534d49060ef200db30805e761447d5de1a9dcea602b1366aec to read jenkins_tests/cam_global_ERP_Ln9_gfortran_test/Jenkinsfile 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/branch_cam_test@script/800691b231d95c534d49060ef200db30805e761447d5de1a9dcea602b1366aec # 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 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/katetc/merge_cam6_4_027^{commit} # timeout=10 Checking out Revision d26dd417fac610f6757da0d594e8609e007482fd (refs/remotes/origin/katetc/merge_cam6_4_027) > git config core.sparsecheckout # timeout=10 > git checkout -f d26dd417fac610f6757da0d594e8609e007482fd # timeout=10 Commit message: "Changing error detection method." First time build. Skipping changelog. [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 Cloning the remote Git repository Cloning repository https://github.com/larson-group/cam.git > git init /home/jenkins/workspace/branch_cam_test # 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 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/katetc/merge_cam6_4_027^{commit} # timeout=10 Checking out Revision d26dd417fac610f6757da0d594e8609e007482fd (refs/remotes/origin/katetc/merge_cam6_4_027) > git config core.sparsecheckout # timeout=10 > git checkout -f d26dd417fac610f6757da0d594e8609e007482fd # timeout=10 Commit message: "Changing error detection method." [Pipeline] } [Pipeline] // stage [Pipeline] withEnv [Pipeline] { [Pipeline] stage [Pipeline] { (Checkout Externals and Copy Custom Files) [Pipeline] sh + python run_scripts/set_up_repo.py . Traceback (most recent call last): File "/home/jenkins/workspace/branch_cam_test/run_scripts/set_up_repo.py", line 17, in repo = Path(args.repoPath[0]) NameError: name 'args' is not defined [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Run CAM) Stage "Run CAM" 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/ERP_Ln9.f10_f10_mg37.F2000climo.larson-group_gnu.cam-outfrq9s.*/bld/atm.bldlog.*.gz' gzip: /home/jenkins/cam_output/scratch/ERP_Ln9.f10_f10_mg37.F2000climo.larson-group_gnu.cam-outfrq9s.*/bld/atm.bldlog.*.gz: No such file or directory [Pipeline] echo Not all logs were made. [Pipeline] } [Pipeline] // script [Pipeline] script [Pipeline] { [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // node [Pipeline] End of Pipeline ERROR: script returned exit code 1 Finished: FAILURE