Started by user Peter Roels Lightweight checkout support not available, falling back to full checkout. Checking out git https://github.com/larson-group/cam.git into /home/jenkins/workspace/cam_run_test@script to read jenkins_tests/cam_run_test/Jenkinsfile The recommended git tool is: git > git rev-parse --resolve-git-dir /home/jenkins/workspace/cam_run_test@script/.git # timeout=10 Fetching changes from the remote Git repository > git config remote.origin.url https://github.com/larson-group/cam.git # 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 Seen branch in repository origin/bring_ccpp_kessler_in Seen branch in repository origin/cam_cesm2_1_rel Seen branch in repository origin/cam_cesm2_1_rel_ssp_fixes Seen branch in repository origin/cam_cesm2_2_rel Seen branch in repository origin/cam_development Seen branch in repository origin/changes_to_not_break Seen branch in repository origin/clubb_silhs_a56d278_20181205 Seen branch in repository origin/clubb_silhs_devel Seen branch in repository origin/master Seen branch in repository origin/zhun_e3sm_port_20200520 Seen 10 remote branches > git show-ref --tags -d # timeout=10 Checking out Revision 2773ebcf8028bc397261ff68299fcbaa748f5699 (origin/clubb_silhs_devel) > git config core.sparsecheckout # timeout=10 > git checkout -f 2773ebcf8028bc397261ff68299fcbaa748f5699 # timeout=10 Commit message: "Fixing syntax error preventing jenkins tests from running. larson-group/sys_admin#727" > git rev-list --no-walk 6ce548ca0f35c84c83a62e99732ec5ebfae85974 # timeout=10 Running in Durability level: MAX_SURVIVABILITY [Pipeline] Start of Pipeline [Pipeline] node Running on Jenkins in /home/jenkins/workspace/cam_run_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_run_test # 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 Seen branch in repository origin/bring_ccpp_kessler_in Seen branch in repository origin/cam_cesm2_1_rel Seen branch in repository origin/cam_cesm2_1_rel_ssp_fixes Seen branch in repository origin/cam_cesm2_2_rel Seen branch in repository origin/cam_development Seen branch in repository origin/changes_to_not_break Seen branch in repository origin/clubb_silhs_a56d278_20181205 Seen branch in repository origin/clubb_silhs_devel Seen branch in repository origin/master Seen branch in repository origin/zhun_e3sm_port_20200520 Seen 10 remote branches > git show-ref --tags -d # timeout=10 Checking out Revision 2773ebcf8028bc397261ff68299fcbaa748f5699 (origin/clubb_silhs_devel) > git config core.sparsecheckout # timeout=10 > git checkout -f 2773ebcf8028bc397261ff68299fcbaa748f5699 # timeout=10 Commit message: "Fixing syntax error preventing jenkins tests from running. larson-group/sys_admin#727" [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, ww3, cime, cice, cism, rtm, cam, carma, cosp2, chem_proc, Checking out externals: clm, mosart, ERROR:root:Command '[u'git', u'clone', u'--quiet', u'https://github.com/ESCOMP/mosart', u'mosart']' returned non-zero exit status 128 ERROR:root:Failed with output: error: RPC failed; result=7, HTTP code = 0 fatal: The remote end hung up unexpectedly ERROR: In directory /home/jenkins/workspace/cam_run_test/components Process did not run successfully; returned status 128: git clone --quiet https://github.com/ESCOMP/mosart mosart See above for output from failed command. ERROR:root:Failed with output: error: RPC failed; result=7, HTTP code = 0 fatal: The remote end hung up unexpectedly ERROR: In directory /home/jenkins/workspace/cam_run_test/components Process did not run successfully; returned status 128: git clone --quiet https://github.com/ESCOMP/mosart mosart See above for output from failed command. ERROR: Failed with output: error: RPC failed; result=7, HTTP code = 0 fatal: The remote end hung up unexpectedly ERROR: In directory /home/jenkins/workspace/cam_run_test/components Process did not run successfully; returned status 128: git clone --quiet https://github.com/ESCOMP/mosart mosart See above for output from failed command. [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] { (Declarative: Post Actions) [Pipeline] script [Pipeline] { [Pipeline] cleanWs [WS-CLEANUP] Deleting project workspace... [WS-CLEANUP] Deferred wipeout is used... [WS-CLEANUP] done [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 1 Finished: FAILURE