Started by user Gunther Huebler Checking out git https://github.com/larson-group/clubb.git into /home/jenkins/workspace/clubb_api_commitment_test_branch@script/05bf1b9ccde5d7fdda9b78893a3cf36477d0cb064cc71594a43c33c536a726b4 to read jenkins_tests/clubb_api_commitment_test/Jenkinsfile The recommended git tool is: git Wiping out workspace first. Cloning the remote Git repository Cloning repository https://github.com/larson-group/clubb.git > git init /home/jenkins/workspace/clubb_api_commitment_test_branch@script/05bf1b9ccde5d7fdda9b78893a3cf36477d0cb064cc71594a43c33c536a726b4 # timeout=10 Fetching upstream changes from https://github.com/larson-group/clubb.git > git --version # timeout=10 > git --version # 'git version 2.34.1' > git fetch --tags --force --progress -- https://github.com/larson-group/clubb.git +refs/heads/*:refs/remotes/origin/* # timeout=10 > git config remote.origin.url https://github.com/larson-group/clubb.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_driver_upgrades_part2^{commit} # timeout=10 Checking out Revision bd784c4ab54990d221fef8707be9efe53fbb5ddb (refs/remotes/origin/clubb_driver_upgrades_part2) > git config core.sparsecheckout # timeout=10 > git checkout -f bd784c4ab54990d221fef8707be9efe53fbb5ddb # timeout=10 Commit message: "Adding library dependency" First time build. Skipping changelog. [Pipeline] Start of Pipeline [Pipeline] node Running on nelson in /home/jenkins/workspace/clubb_api_commitment_test_branch [Pipeline] { [Pipeline] stage [Pipeline] { (Declarative: Checkout SCM) [Pipeline] checkout The recommended git tool is: git Wiping out workspace first. Cloning the remote Git repository Cloning repository https://github.com/larson-group/clubb.git > git init /home/jenkins/workspace/clubb_api_commitment_test_branch # timeout=10 Fetching upstream changes from https://github.com/larson-group/clubb.git > git --version # timeout=10 > git --version # 'git version 2.34.1' > git fetch --tags --force --progress -- https://github.com/larson-group/clubb.git +refs/heads/*:refs/remotes/origin/* # timeout=10 Avoid second fetch Checking out Revision bd784c4ab54990d221fef8707be9efe53fbb5ddb (refs/remotes/origin/clubb_driver_upgrades_part2) Commit message: "Adding library dependency" [Pipeline] } [Pipeline] // stage [Pipeline] withEnv [Pipeline] { [Pipeline] stage [Pipeline] { (Run the API Commitment Script) [Pipeline] sh > git config remote.origin.url https://github.com/larson-group/clubb.git # timeout=10 > git config --add remote.origin.fetch +refs/heads/*:refs/remotes/origin/* # timeout=10 > git rev-parse refs/remotes/origin/clubb_driver_upgrades_part2^{commit} # timeout=10 > git config core.sparsecheckout # timeout=10 > git checkout -f bd784c4ab54990d221fef8707be9efe53fbb5ddb # timeout=10 + utilities/api_analysis/run_full_api_diagnostics.bash ###Checking out CLUBB### Cloning into 'CLUBB'... Host key verification failed. fatal: Could not read from remote repository. Please make sure you have the correct access rights and the repository exists. ###Checking out SAM### Cloning into 'SAM'... Host key verification failed. fatal: Could not read from remote repository. Please make sure you have the correct access rights and the repository exists. ###Checking out WRF### Cloning into 'WRF'... Host key verification failed. fatal: Could not read from remote repository. Please make sure you have the correct access rights and the repository exists. ###Checking out CAM### Cloning into 'CAM'... Host key verification failed. fatal: Could not read from remote repository. Please make sure you have the correct access rights and the repository exists. ###Moving CLUBB_core### mv: cannot stat 'CLUBB/src/CLUBB_core': No such file or directory ###Removing .git Folders### find: ‘CLUBB_core’: No such file or directory find: ‘CLUBB’: No such file or directory find: ‘SAM’: No such file or directory find: ‘WRF’: No such file or directory find: ‘CAM’: No such file or directory find: ‘CLUBB_core’: No such file or directory find: ‘CLUBB’: No such file or directory find: ‘SAM’: No such file or directory find: ‘WRF’: No such file or directory find: ‘CAM’: No such file or directory ###Copying the SILHS API into the CLUBB API### cat: CLUBB/src/SILHS/silhs_api_module.F90: No such file or directory cat: CLUBB_core/clubb_api_module.F90: No such file or directory mv: cannot move 'tempApiFile' to 'CLUBB_core/clubb_api_module.F90': No such file or directory ###Removing API from CLUBB_core### rm: cannot remove 'CLUBB_core/clubb_api_module.F90': No such file or directory ###Removing API from SILHS### rm: cannot remove 'CLUBB/src/SILHS/silhs_api_module.F90': No such file or directory ###Removing G_Unit_Tests from CLUBB### rm: cannot remove 'CLUBB/src/G_unit_tests.F90': No such file or directory ###Moving SILHS to CLUBB_core### mv: cannot stat 'CLUBB/src/SILHS/*': No such file or directory ###Testing CLUBB_core's API Commitment### ###Testing SAM's API Commitment### Error. Given path SAM does not exist. Test was successful. ###Testing CAM's API Commitment### Error. Given path CAM does not exist. Test was successful. ###Testing WRF's API Commitment### Error. Given path WRF/WRF does not exist. Test was successful. ###Removing Checkouts### ###Testing API Commitment### ################################### ######All host models passed.###### ################################### ###Removing Dependencies### [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Declarative: Post Actions) [Pipeline] script [Pipeline] { [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // node [Pipeline] End of Pipeline Finished: SUCCESS