Started by user Tyler Cernik Obtained jenkins_tests/cam_scam_ifort_ncar_debug_test/Jenkinsfile from git https://github.com/larson-group/cam.git [Pipeline] Start of Pipeline [Pipeline] node Running on Jenkins in /home/jenkins/workspace/cam_scam_ifort_ncar_debug_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/cam_scam_ifort_ncar_debug_test # timeout=10 Fetching upstream changes from https://github.com/larson-group/cam.git > git --version # timeout=10 > git --version # 'git version 2.30.2' 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 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 59054d0d5f547be6b7802d1d4733c48e81a10eae (refs/remotes/origin/clubb_silhs_devel) > git config core.sparsecheckout # timeout=10 > git checkout -f 59054d0d5f547be6b7802d1d4733c48e81a10eae # timeout=10 Commit message: "Forgot to change a few paths #144" > git rev-list --no-walk 59054d0d5f547be6b7802d1d4733c48e81a10eae # 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: cice, cice6, cmeps, cdeps, cpl7, share, mct, parallelio, cime, cism, clm, fms, mosart, rtm, cam, chem_proc, carma, cosp2, pumas, atmos_phys, atmos_cubed_sphere, mpas, Checking out externals: cice, cmeps, cdeps, cpl7, share, mct, parallelio, cime, cism, clm, mosart, rtm, cam, Processing externals description file : Externals_CDEPS.cfg Checking out externals: fox, genf90, Processing externals description file : Externals_CISM.cfg Checking out externals: source_cism, Processing externals description file : Externals_CLM.cfg Checking out externals: fates, ptclm, Processing externals description file : Externals_CAM.cfg Checking out externals: chem_proc, carma, cosp2, pumas, atmos_phys, atmos_cubed_sphere, mpas, [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Copy Config Files) [Pipeline] sh + cp -rf cime_config_cesm_machines_files/config_machines.xml cime/config/cesm/machines/config_machines.xml + cp -rf cime_config_cesm_machines_files/config_compilers.xml cime/config/cesm/machines/config_compilers.xml + //This sed command modifies the test script to use the intel machine configuration, and turn on debugging for the test. /home/jenkins/workspace/cam_scam_ifort_ncar_debug_test@tmp/durable-b5952c8d/script.sh: line 3: //This: No such file or directory [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] { (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] 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] 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 127 Finished: FAILURE