Skip to content
Aborted

Console Output

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_gpu_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 -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/no_batch_test^{commit} # timeout=10
Checking out Revision daa1d90424a9559bfd31bf5dba46fb0afa84cdcf (refs/remotes/origin/no_batch_test)
 > git config core.sparsecheckout # timeout=10
 > git checkout -f daa1d90424a9559bfd31bf5dba46fb0afa84cdcf # timeout=10
Commit message: "Removing tmp removal for investigation."
 > git rev-list --no-walk 48a256cb0ab936042107fa2bd8e99a2c487aff4f # 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 -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/no_batch_test^{commit} # timeout=10
Checking out Revision daa1d90424a9559bfd31bf5dba46fb0afa84cdcf (refs/remotes/origin/no_batch_test)
 > git config core.sparsecheckout # timeout=10
 > git checkout -f daa1d90424a9559bfd31bf5dba46fb0afa84cdcf # timeout=10
Commit message: "Removing tmp removal for investigation."
[Pipeline] }
[Pipeline] // stage
[Pipeline] withEnv
[Pipeline] {
[Pipeline] stage
[Pipeline] { (Checkout Externals and Copy Custom Files)
[Pipeline] sh
+ python run_scripts/set_up_repo.py .
Aborted by Gunther Huebler
Sending interrupt signal to process
Cmd('git') failed due to: exit code(128)
  cmdline: git fetch origin refs/tags/dev/ncar_0.0.1:refs/tags/dev/ncar_0.0.1
  stderr: 'error: git-remote-https died of signal 15
fatal: expected flush after ref listing'
Checking out externals...
Copying ccs_config files
Terminated
script returned exit code 143
[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] { (Running ne3 with OpenACC)
Stage "Running ne3 with OpenACC" 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/UWM_ne3_gpu_no_stats_larson-group_nvhpc/bld/atm.bldlog.*.gz'
gzip: /home/jenkins/cam_output/scratch/UWM_ne3_gpu_no_stats_larson-group_nvhpc/bld/atm.bldlog.*.gz: No such file or directory
[Pipeline] echo
Not all logs were compressed, this indicates a failure.
[Pipeline] }
[Pipeline] // script
[Pipeline] }
[Pipeline] // stage
[Pipeline] }
[Pipeline] // withEnv
[Pipeline] }
[Pipeline] // node
[Pipeline] End of Pipeline
org.jenkinsci.plugins.workflow.actions.ErrorAction$ErrorId: 42ec83e7-9df6-47b6-b9f7-a9cddfe371ad
Finished: ABORTED