Skip to content
Failed

Console Output

Started by user Gunther Huebler
Obtained jenkins_tests/clubb_release_diff_test/Jenkinsfile from git https://github.com/larson-group/clubb.git
[Pipeline] Start of Pipeline
[Pipeline] node
Still waiting to schedule task
Waiting for next available executor
Running on Jenkins in /home/jenkins/workspace/clubb_release_diff_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/clubb.git
 > git init /home/jenkins/workspace/clubb_release_diff_test # timeout=10
Fetching upstream changes from https://github.com/larson-group/clubb.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/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/master^{commit} # timeout=10
Checking out Revision d31feb5af0bdd3c7912ab3a695188c774ba10439 (refs/remotes/origin/master)
 > git config core.sparsecheckout # timeout=10
 > git checkout -f d31feb5af0bdd3c7912ab3a695188c774ba10439 # timeout=10
Commit message: "Changing a few spots that use gr%weights that should have been included in commit 2f3542cea1a4dea1b242dd61947087b6458548fb"
 > git rev-list --no-walk 8f3f453816a42e196483145786383be3f0305e2c # timeout=10
[Pipeline] }
[Pipeline] // stage
[Pipeline] withEnv
[Pipeline] {
[Pipeline] stage
[Pipeline] { (Checkout Clubb and Clubb_Release)
[Pipeline] sh
+ git clone https://github.com/larson-group/clubb.git
Cloning into 'clubb'...
+ git clone https://github.com/larson-group/clubb_release.git
Cloning into 'clubb_release'...
[Pipeline] }
[Pipeline] // stage
[Pipeline] stage
[Pipeline] { (Diff)
[Pipeline] sh
+ diff --exclude=.git --exclude=version_clubb_core.txt --exclude=version_silhs.txt -r clubb clubb_release
diff '--exclude=.git' '--exclude=version_clubb_core.txt' '--exclude=version_silhs.txt' -r clubb/src/advance_microphys_module.F90 clubb_release/src/advance_microphys_module.F90
1735,1737d1734
<       
<     real( kind = core_rknd ), dimension(1,gr%nz) ::  & 
<       wm_zt_col
1864,1865c1861
<     
<     wm_zt_col(i,:) = wm_zt
---
> 
1868,1869c1864,1865
<     call term_ma_zt_lhs( gr%nz, 1, wm_zt_col, gr%weights_zt2zm,  & ! intent(in)
<                          gr%invrs_dzt, gr%invrs_dzm,    & ! intent(in)
---
>     call term_ma_zt_lhs( gr%nz, wm_zt, gr%weights_zt2zm(i,:,:),  & ! intent(in)
>                          gr%invrs_dzt(i,:), gr%invrs_dzm(i,:),    & ! intent(in)
2544c2540
<            * rho_ds_zm * V_hm * gr%weights_zt2zm(i,mk,t_above)
---
>            * rho_ds_zm * V_hm * gr%weights_zt2zm(i,t_above,mk)
2550,2551c2546,2547
<            * ( rho_ds_zm * V_hm * gr%weights_zt2zm(i,mk,t_below) & 
<                - rho_ds_zmm1 * V_hmm1 * gr%weights_zt2zm(i,mkm1,t_above)  )
---
>            * ( rho_ds_zm * V_hm * gr%weights_zt2zm(i,t_below,mk) & 
>                - rho_ds_zmm1 * V_hmm1 * gr%weights_zt2zm(i,t_above,mkm1)  )
2556c2552
<            * rho_ds_zmm1 * V_hmm1 * gr%weights_zt2zm(i,mkm1,t_below)
---
>            * rho_ds_zmm1 * V_hmm1 * gr%weights_zt2zm(i,t_below,mkm1)
3006c3002
<               * rho_ds_zm * Vhmphmp_impcm * gr%weights_zt2zm(i,mk,t_above)
---
>               * rho_ds_zm * Vhmphmp_impcm * gr%weights_zt2zm(i,t_above,mk)
3013c3009
<                             * gr%weights_zt2zm(i,mk,t_below) & 
---
>                             * gr%weights_zt2zm(i,t_below,mk) & 
3015c3011
<                                 * gr%weights_zt2zm(i,mkm1,t_above)  )
---
>                                 * gr%weights_zt2zm(i,t_above,mkm1)  )
3021c3017
<               * rho_ds_zmm1 * Vhmphmp_impcm1 * gr%weights_zt2zm(i,mkm1,t_below)
---
>               * rho_ds_zmm1 * Vhmphmp_impcm1 * gr%weights_zt2zm(i,t_below,mkm1)
[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