Started by user Gunther Huebler
Obtained jenkins_tests/clubb_bin_diff_regression_backwards_compatibility_gfortran_test/Jenkinsfile from git https://github.com/larson-group/clubb.git
Running in Durability level: MAX_SURVIVABILITY
[Pipeline] Start of Pipeline
[Pipeline] node
Running on Jenkins in /home/jenkins/workspace/clubb_bin_diff_regression_backwards_compatibility_gfortran_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_bin_diff_regression_backwards_compatibility_gfortran_test # timeout=10
Fetching upstream changes from https://github.com/larson-group/clubb.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/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 1460a662e1f4056e02af076d44a22b1e5629c987 (refs/remotes/origin/master)
> git config core.sparsecheckout # timeout=10
> git checkout -f 1460a662e1f4056e02af076d44a22b1e5629c987 # timeout=10
Commit message: "Clarify comments in README"
> git rev-list --no-walk 722d0f5d58787f4c8f9ad9c73a1004e1077c61db # timeout=10
[Pipeline] }
[Pipeline] // stage
[Pipeline] withEnv
[Pipeline] {
[Pipeline] stage
[Pipeline] { (Clone SysAdmin to tmp)
[Pipeline] sh
+ rm -rf /home/jenkins/clubb_bin_diff_regression_backwards_compatibility_gfortran_test_workspace/sys_admin
+ git clone https://github.com/larson-group/sys_admin.git /home/jenkins/clubb_bin_diff_regression_backwards_compatibility_gfortran_test_workspace/sys_admin
Cloning into '/home/jenkins/clubb_bin_diff_regression_backwards_compatibility_gfortran_test_workspace/sys_admin'...
[Pipeline] }
[Pipeline] // stage
[Pipeline] stage
[Pipeline] { (Run Python Test)
[Pipeline] sh
+ python3 /home/jenkins/clubb_bin_diff_regression_backwards_compatibility_gfortran_test_workspace/sys_admin/python_nightly_test_suite/run_test.py -c /home/jenkins/clubb_bin_diff_regression_backwards_compatibility_gfortran_test_workspace/bit_diff_clubb_bc_r8092_config
..................................................................................................................................................................................................................................................................................................................................................................................................................................................................................ar: creating /home/jenkins/workspace/clubb_bin_diff_regression_backwards_compatibility_gfortran_test/repo/compile/../lib/libclubb_gfdlact.a
/home/jenkins/workspace/clubb_bin_diff_regression_backwards_compatibility_gfortran_test/repo/compile/../src/CLUBB_core/parameters_tunable.F90:2518:32:
2518 | subroutine init_parameters_999( &
| ^
Warning: ‘init_parameters_999’ defined but not used [-Wunused-function]
/home/jenkins/workspace/clubb_bin_diff_regression_backwards_compatibility_gfortran_test/repo/compile/../src/CLUBB_core/input_reader.F90:498:28:
491 | do i=1, dim_grid
| 2
......
498 | if ( grid(i) < grid(i-1) ) then
| 1
Warning: Array reference at (1) out of bounds (0 < 1) in loop beginning at (2) [-Wdo-subscript]
/home/jenkins/workspace/clubb_bin_diff_regression_backwards_compatibility_gfortran_test/repo/compile/../src/CLUBB_core/advance_clubb_core_module.F90:3288:10:
3288 | use advance_xm_wpxp_module, only: &
| 1
Warning: Unused parameter ‘l_enable_relaxed_clipping’ which has been explicitly imported at (1) [-Wunused-parameter]
/home/jenkins/workspace/clubb_bin_diff_regression_backwards_compatibility_gfortran_test/repo/compile/../src/CLUBB_core/advance_clubb_core_module.F90:3230:39:
3230 | l_min_xp2_from_corr_wx, & ! intent(in)
| 1
Warning: Unused dummy argument ‘l_min_xp2_from_corr_wx’ at (1) [-Wunused-dummy-argument]
/home/jenkins/workspace/clubb_bin_diff_regression_backwards_compatibility_gfortran_test/repo/compile/../src/CLUBB_core/advance_clubb_core_module.F90:132:23:
132 | hydromet, & ! Unused
| 1
Warning: Unused dummy argument ‘hydromet’ at (1) [-Wunused-dummy-argument]
ar: creating /home/jenkins/workspace/clubb_bin_diff_regression_backwards_compatibility_gfortran_test/repo/compile/../lib/libclubb_param.a
ar: creating /home/jenkins/workspace/clubb_bin_diff_regression_backwards_compatibility_gfortran_test/repo/compile/../lib/libclubb_lapack.a
ar: creating /home/jenkins/workspace/clubb_bin_diff_regression_backwards_compatibility_gfortran_test/repo/compile/../lib/libmicrophys_utils.a
ar: creating /home/jenkins/workspace/clubb_bin_diff_regression_backwards_compatibility_gfortran_test/repo/compile/../lib/libclubb_parabolic.a
ar: creating /home/jenkins/workspace/clubb_bin_diff_regression_backwards_compatibility_gfortran_test/repo/compile/../lib/libclubb_KK_microphys.a
ar: creating /home/jenkins/workspace/clubb_bin_diff_regression_backwards_compatibility_gfortran_test/repo/compile/../lib/libclubb_coamps.a
/home/jenkins/workspace/clubb_bin_diff_regression_backwards_compatibility_gfortran_test/repo/compile/../src/SILHS/silhs_importance_sample_module.F90:638:62:
633 | do category=1, num_importance_categories
| 2
......
638 | rand_vect(sample) < category_cumulative_probs(category+1) ) then
| 1
Warning: Array reference at (1) out of bounds (9 > 8) in loop beginning at (2) [-Wdo-subscript]
ar: creating /home/jenkins/workspace/clubb_bin_diff_regression_backwards_compatibility_gfortran_test/repo/compile/../lib/libclubb_bugsrad.a
/home/jenkins/workspace/clubb_bin_diff_regression_backwards_compatibility_gfortran_test/repo/compile/../src/SILHS/silhs_api_module.F90:323:13:
323 | rho_ds_zt, & ! Unused
| 1
Warning: Unused dummy argument ‘rho_ds_zt’ at (1) [-Wunused-dummy-argument]
ar: creating /home/jenkins/workspace/clubb_bin_diff_regression_backwards_compatibility_gfortran_test/repo/compile/../lib/libsilhs.a
ar: creating /home/jenkins/workspace/clubb_bin_diff_regression_backwards_compatibility_gfortran_test/repo/compile/../lib/libclubb_morrison.a
../src/Benchmark_cases/cloud_sed_module.F90:168:44:
168 | if ( zt2zm( gr, rcm, k) > zero .AND. zt2zm( gr, Ncm, k ) > zero ) then
| 1
Warning: Impure function ‘redirect_interpolated_azmk’ at (1) might not be evaluated [-Wfunction-elimination]
../src/KK_microphys_module.F90:43:35:
43 | subroutine KK_local_microphys( gr, dt, nz, l_latin_hypercube, & ! In
| 1
Warning: Unused dummy argument ‘gr’ at (1) [-Wunused-dummy-argument]
ar: creating /home/jenkins/workspace/clubb_bin_diff_regression_backwards_compatibility_gfortran_test/repo/compile/../lib/libclubb_other.a
../src/G_unit_test_types/w_up_in_cloud_tests.F90:24:8:
24 | use clubb_precision, only: &
| 1
Warning: Unused parameter ‘core_rknd’ which has been explicitly imported at (1) [-Wunused-parameter]
CLUBBStandardsCheck.pl has begun.
CLUBBStandardsCheck.pl has finished.
CLUBBStandardsCheck.pl has begun.
CLUBBStandardsCheck.pl has finished.
CLUBBStandardsCheck.pl has begun.
CLUBBStandardsCheck.pl has finished.
CLUBBStandardsCheck.pl has begun.
CLUBBStandardsCheck.pl has finished.
CLUBBStandardsCheck.pl has begun.
CLUBBStandardsCheck.pl has finished.
CLUBBStandardsCheck.pl has begun.
CLUBBStandardsCheck.pl has finished.
................................................................................................................................................................................................................................................................................................................................................................................................................................................................................../home/jenkins/workspace/clubb_bin_diff_regression_backwards_compatibility_gfortran_test/repo/compile/../src/CLUBB_core/advance_clubb_core_module.F90:132:23:
132 | hydromet, & ! Unused
| 1
Warning: Unused dummy argument ‘hydromet’ at (1) [-Wunused-dummy-argument]
CLUBBStandardsCheck.pl has begun.
CLUBBStandardsCheck.pl has finished.
CLUBBStandardsCheck.pl has begun.
CLUBBStandardsCheck.pl has finished.
CLUBBStandardsCheck.pl has begun.
CLUBBStandardsCheck.pl has finished.
CLUBBStandardsCheck.pl has begun.
CLUBBStandardsCheck.pl has finished.
CLUBBStandardsCheck.pl has begun.
CLUBBStandardsCheck.pl has finished.
CLUBBStandardsCheck.pl has begun.
CLUBBStandardsCheck.pl has finished.
Directory 1 is /home/jenkins/workspace/clubb_bin_diff_regression_backwards_compatibility_gfortran_test/71ab332a524b2802f9e406d8e9ac00712a3b96c0.
Directory 2 is /home/jenkins/workspace/clubb_bin_diff_regression_backwards_compatibility_gfortran_test/a7c61266346ca0d113aaf2e12fc9580c8a6186d0.
Diffing arm netCDF (*.nc) files
Diffing arm_97 netCDF (*.nc) files
Diffing atex netCDF (*.nc) files
Diffing bomex netCDF (*.nc) files
Diffing dycoms2_rf01 netCDF (*.nc) files
Diffing dycoms2_rf02_ds netCDF (*.nc) files
Diffing gabls3_night netCDF (*.nc) files
Diffing lba netCDF (*.nc) files
Diffing rico netCDF (*.nc) files
Diffing twp_ice netCDF (*.nc) files
Diffing wangara netCDF (*.nc) files
There were no differences detected!
................................................................................................................................................................................................................................................................................................................................................................................................................................................................................../home/jenkins/workspace/clubb_bin_diff_regression_backwards_compatibility_gfortran_test/repo/compile/../src/CLUBB_core/advance_clubb_core_module.F90:132:23:
132 | hydromet, & ! Unused
| 1
Warning: Unused dummy argument ‘hydromet’ at (1) [-Wunused-dummy-argument]
CLUBBStandardsCheck.pl has begun.
CLUBBStandardsCheck.pl has finished.
CLUBBStandardsCheck.pl has begun.
CLUBBStandardsCheck.pl has finished.
CLUBBStandardsCheck.pl has begun.
CLUBBStandardsCheck.pl has finished.
CLUBBStandardsCheck.pl has begun.
CLUBBStandardsCheck.pl has finished.
CLUBBStandardsCheck.pl has begun.
CLUBBStandardsCheck.pl has finished.
CLUBBStandardsCheck.pl has begun.
CLUBBStandardsCheck.pl has finished.
Directory 1 is /home/jenkins/workspace/clubb_bin_diff_regression_backwards_compatibility_gfortran_test/06d48b1c9da2a8a65f080fa16450d807b97a19ea.
Directory 2 is /home/jenkins/workspace/clubb_bin_diff_regression_backwards_compatibility_gfortran_test/71ab332a524b2802f9e406d8e9ac00712a3b96c0.
No data was found!
................................................................................................................................................................................................................................................................................................................................................................................................................................................................................../home/jenkins/workspace/clubb_bin_diff_regression_backwards_compatibility_gfortran_test/repo/compile/../src/CLUBB_core/parameters_tunable.F90:2520:32:
2520 | subroutine init_parameters_999( &
| ^
Warning: ‘init_parameters_999’ defined but not used [-Wunused-function]
/home/jenkins/workspace/clubb_bin_diff_regression_backwards_compatibility_gfortran_test/repo/compile/../src/CLUBB_core/input_reader.F90:498:28:
491 | do i=1, dim_grid
| 2
......
498 | if ( grid(i) < grid(i-1) ) then
| 1
Warning: Array reference at (1) out of bounds (0 < 1) in loop beginning at (2) [-Wdo-subscript]
/home/jenkins/workspace/clubb_bin_diff_regression_backwards_compatibility_gfortran_test/repo/compile/../src/CLUBB_core/advance_clubb_core_module.F90:139:23:
139 | hydromet, & ! Unused
| 1
Warning: Unused dummy argument ‘hydromet’ at (1) [-Wunused-dummy-argument]
/home/jenkins/workspace/clubb_bin_diff_regression_backwards_compatibility_gfortran_test/repo/compile/../src/SILHS/silhs_api_module.F90:323:13:
323 | rho_ds_zt, & ! Unused
| 1
Warning: Unused dummy argument ‘rho_ds_zt’ at (1) [-Wunused-dummy-argument]
../src/Benchmark_cases/cloud_sed_module.F90:168:44:
168 | if ( zt2zm( gr, rcm, k) > zero .AND. zt2zm( gr, Ncm, k ) > zero ) then
| 1
Warning: Impure function ‘redirect_interpolated_azmk’ at (1) might not be evaluated [-Wfunction-elimination]
../src/KK_microphys_module.F90:43:35:
43 | subroutine KK_local_microphys( gr, dt, nz, l_latin_hypercube, & ! In
| 1
Warning: Unused dummy argument ‘gr’ at (1) [-Wunused-dummy-argument]
../src/G_unit_test_types/w_up_in_cloud_tests.F90:24:8:
24 | use clubb_precision, only: &
| 1
Warning: Unused parameter ‘core_rknd’ which has been explicitly imported at (1) [-Wunused-parameter]
CLUBBStandardsCheck.pl has begun.
CLUBBStandardsCheck.pl has finished.
CLUBBStandardsCheck.pl has begun.
CLUBBStandardsCheck.pl has finished.
CLUBBStandardsCheck.pl has begun.
CLUBBStandardsCheck.pl has finished.
CLUBBStandardsCheck.pl has begun.
CLUBBStandardsCheck.pl has finished.
CLUBBStandardsCheck.pl has begun.
CLUBBStandardsCheck.pl has finished.
CLUBBStandardsCheck.pl has begun.
CLUBBStandardsCheck.pl has finished.
=============================== Configuring Test ===============================
Working directory set to: .
Trying to clone repo...
Cloned repo location: /home/jenkins/workspace/clubb_bin_diff_regression_backwards_compatibility_gfortran_test/repo
Output Save Mode: none
Using branch: master
Commits to test vs the baseline (a7c61266346ca0d113aaf2e12fc9580c8a6186d0)
35d03fc4ee564148d7c718591ba0e48b86c97072
05a0c45a46b4d2bb8afbb235969868a878d755d3
ab8d447789861d018a0e50d06bedea3e044d5ecb
9b22e11df82804105e6f34728d42e29ebd8dc9da
71ab332a524b2802f9e406d8e9ac00712a3b96c0
06d48b1c9da2a8a65f080fa16450d807b97a19ea
fa5559b6fd09f3da30b4d4d0255c532b3dd53607
ea5b5707470c2d942cbb7081436ede1baedde704
32af4729f9ff1d374e03249b1b4d8d05fd8052d6
f983171d892eb60a4d3193f71125f280169a336f
c665567bd02143fd2060282ad5cb5dea6cdf2679
74c54289ac37740b48512eecab9352c37a19a324
517dd59a53c72aab76b5f40e078f08c7a736f0a9
9cc76af14581bda65bf71ce4d8ba4d70534cf6f5
722d0f5d58787f4c8f9ad9c73a1004e1077c61db
2a9a0f2c7031013529a4c2a7b78d05c727bdc37c
ae798c431a9c33366661af3078b56d073b16b023
8c4c90049b075b8e615e8e08ddf101bdcddf9856
1460a662e1f4056e02af076d44a22b1e5629c987
Making list from 'UnresolvedCommits':
Run Output Path: repo/output
Run commands: ['repo/compile/compile.bash', '\nrm -rf repo/output', 'mkdir repo/output', '\ncp repo/input/tunable_parameters_compatible_r8029/configurable_model_flags.in repo/input/tunable_parameters', '\ncp repo/input/tunable_parameters_compatible_r8029/silhs_parameters.in repo/input/tunable_parameters', '\ncp repo/input/tunable_parameters_compatible_r8029/tunable_parameters.in repo/input/tunable_parameters', '\nrepo/run_scripts/run_scm_all.bash --min-cases']
Diffing command: repo/run_scripts/run_bindiff_all.bash
=============================== Running Test ===============================
Parsing message from commit: 35d03fc4ee564148d7c718591ba0e48b86c97072
Parsing message from commit: 05a0c45a46b4d2bb8afbb235969868a878d755d3
Parsing message from commit: ab8d447789861d018a0e50d06bedea3e044d5ecb
Parsing message from commit: 9b22e11df82804105e6f34728d42e29ebd8dc9da
Parsing message from commit: 71ab332a524b2802f9e406d8e9ac00712a3b96c0
Parsing message from commit: 06d48b1c9da2a8a65f080fa16450d807b97a19ea
Found: BIT_CHANGING
Parsing message from commit: fa5559b6fd09f3da30b4d4d0255c532b3dd53607
Parsing message from commit: ea5b5707470c2d942cbb7081436ede1baedde704
Parsing message from commit: 32af4729f9ff1d374e03249b1b4d8d05fd8052d6
Parsing message from commit: f983171d892eb60a4d3193f71125f280169a336f
Parsing message from commit: c665567bd02143fd2060282ad5cb5dea6cdf2679
Parsing message from commit: 74c54289ac37740b48512eecab9352c37a19a324
Parsing message from commit: 517dd59a53c72aab76b5f40e078f08c7a736f0a9
Parsing message from commit: 9cc76af14581bda65bf71ce4d8ba4d70534cf6f5
Parsing message from commit: 722d0f5d58787f4c8f9ad9c73a1004e1077c61db
Parsing message from commit: 2a9a0f2c7031013529a4c2a7b78d05c727bdc37c
Parsing message from commit: ae798c431a9c33366661af3078b56d073b16b023
Parsing message from commit: 8c4c90049b075b8e615e8e08ddf101bdcddf9856
Parsing message from commit: 1460a662e1f4056e02af076d44a22b1e5629c987
Checking Commit: 35d03fc4ee564148d7c718591ba0e48b86c97072
Skipping: not final commit and not labelled BIT_CHANGING
Checking Commit: 05a0c45a46b4d2bb8afbb235969868a878d755d3
Skipping: not final commit and not labelled BIT_CHANGING
Checking Commit: ab8d447789861d018a0e50d06bedea3e044d5ecb
Skipping: not final commit and not labelled BIT_CHANGING
Checking Commit: 9b22e11df82804105e6f34728d42e29ebd8dc9da
Skipping: not final commit and not labelled BIT_CHANGING
Checking Commit: 71ab332a524b2802f9e406d8e9ac00712a3b96c0
Skipping: not final commit and not labelled BIT_CHANGING
Checking Commit: 06d48b1c9da2a8a65f080fa16450d807b97a19ea
Checking out 71ab332a524b2802f9e406d8e9ac00712a3b96c0
Running: 'repo/compile/compile.bash'
Running: '
rm -rf repo/output'
Running: 'mkdir repo/output'
Running: '
cp repo/input/tunable_parameters_compatible_r8029/configurable_model_flags.in repo/input/tunable_parameters'
Running: '
cp repo/input/tunable_parameters_compatible_r8029/silhs_parameters.in repo/input/tunable_parameters'
Running: '
cp repo/input/tunable_parameters_compatible_r8029/tunable_parameters.in repo/input/tunable_parameters'
Running: '
repo/run_scripts/run_scm_all.bash --min-cases'
Checking out a7c61266346ca0d113aaf2e12fc9580c8a6186d0
Running: 'repo/compile/compile.bash'
Running: '
rm -rf repo/output'
Running: 'mkdir repo/output'
Running: '
cp repo/input/tunable_parameters_compatible_r8029/configurable_model_flags.in repo/input/tunable_parameters'
Running: '
cp repo/input/tunable_parameters_compatible_r8029/silhs_parameters.in repo/input/tunable_parameters'
Running: '
cp repo/input/tunable_parameters_compatible_r8029/tunable_parameters.in repo/input/tunable_parameters'
Running: '
repo/run_scripts/run_scm_all.bash --min-cases'
Diffing: 'repo/run_scripts/run_bindiff_all.bash 71ab332a524b2802f9e406d8e9ac00712a3b96c0 a7c61266346ca0d113aaf2e12fc9580c8a6186d0'
Checking out 06d48b1c9da2a8a65f080fa16450d807b97a19ea
Running: 'repo/compile/compile.bash'
Running: '
rm -rf repo/output'
Running: 'mkdir repo/output'
Running: '
cp repo/input/tunable_parameters_compatible_r8029/configurable_model_flags.in repo/input/tunable_parameters'
Running: '
cp repo/input/tunable_parameters_compatible_r8029/silhs_parameters.in repo/input/tunable_parameters'
Running: '
cp repo/input/tunable_parameters_compatible_r8029/tunable_parameters.in repo/input/tunable_parameters'
Running: '
repo/run_scripts/run_scm_all.bash --min-cases'
Output from 71ab332a524b2802f9e406d8e9ac00712a3b96c0 already saved
Diffing: 'repo/run_scripts/run_bindiff_all.bash 06d48b1c9da2a8a65f080fa16450d807b97a19ea 71ab332a524b2802f9e406d8e9ac00712a3b96c0'
Commit '06d48b1c9da2a8a65f080fa16450d807b97a19ea' is BIT_CHANGING and properly labelled as such.
Checking Commit: fa5559b6fd09f3da30b4d4d0255c532b3dd53607
Skipping: not final commit and not labelled BIT_CHANGING
Checking Commit: ea5b5707470c2d942cbb7081436ede1baedde704
Skipping: not final commit and not labelled BIT_CHANGING
Checking Commit: 32af4729f9ff1d374e03249b1b4d8d05fd8052d6
Skipping: not final commit and not labelled BIT_CHANGING
Checking Commit: f983171d892eb60a4d3193f71125f280169a336f
Skipping: not final commit and not labelled BIT_CHANGING
Checking Commit: c665567bd02143fd2060282ad5cb5dea6cdf2679
Skipping: not final commit and not labelled BIT_CHANGING
Checking Commit: 74c54289ac37740b48512eecab9352c37a19a324
Skipping: not final commit and not labelled BIT_CHANGING
Checking Commit: 517dd59a53c72aab76b5f40e078f08c7a736f0a9
Skipping: not final commit and not labelled BIT_CHANGING
Checking Commit: 9cc76af14581bda65bf71ce4d8ba4d70534cf6f5
Skipping: not final commit and not labelled BIT_CHANGING
Checking Commit: 722d0f5d58787f4c8f9ad9c73a1004e1077c61db
Skipping: not final commit and not labelled BIT_CHANGING
Checking Commit: 2a9a0f2c7031013529a4c2a7b78d05c727bdc37c
Skipping: not final commit and not labelled BIT_CHANGING
Checking Commit: ae798c431a9c33366661af3078b56d073b16b023
Skipping: not final commit and not labelled BIT_CHANGING
Checking Commit: 8c4c90049b075b8e615e8e08ddf101bdcddf9856
Skipping: not final commit and not labelled BIT_CHANGING
Checking Commit: 1460a662e1f4056e02af076d44a22b1e5629c987
Running: final commit to check, not labelled BIT_CHANGING
Checking out 1460a662e1f4056e02af076d44a22b1e5629c987
Running: 'repo/compile/compile.bash'
Running: '
rm -rf repo/output'
Running: 'mkdir repo/output'
Running: '
cp repo/input/tunable_parameters_compatible_r8029/configurable_model_flags.in repo/input/tunable_parameters'
Running: '
cp repo/input/tunable_parameters_compatible_r8029/silhs_parameters.in repo/input/tunable_parameters'
Running: '
cp repo/input/tunable_parameters_compatible_r8029/tunable_parameters.in repo/input/tunable_parameters'
Running: '
repo/run_scripts/run_scm_all.bash --min-cases'
Output from 06d48b1c9da2a8a65f080fa16450d807b97a19ea already saved
Diffing: 'repo/run_scripts/run_bindiff_all.bash 1460a662e1f4056e02af076d44a22b1e5629c987 06d48b1c9da2a8a65f080fa16450d807b97a19ea'Directory 1 is /home/jenkins/workspace/clubb_bin_diff_regression_backwards_compatibility_gfortran_test/1460a662e1f4056e02af076d44a22b1e5629c987.
Directory 2 is /home/jenkins/workspace/clubb_bin_diff_regression_backwards_compatibility_gfortran_test/06d48b1c9da2a8a65f080fa16450d807b97a19ea.
No data was found!
................................................................................................................................................................................................................................................................................................................................................................................................................................................................................../home/jenkins/workspace/clubb_bin_diff_regression_backwards_compatibility_gfortran_test/repo/compile/../src/CLUBB_core/parameters_tunable.F90:2518:32:
2518 | subroutine init_parameters_999( &
| ^
Warning: ‘init_parameters_999’ defined but not used [-Wunused-function]
/home/jenkins/workspace/clubb_bin_diff_regression_backwards_compatibility_gfortran_test/repo/compile/../src/CLUBB_core/input_reader.F90:498:28:
491 | do i=1, dim_grid
| 2
......
498 | if ( grid(i) < grid(i-1) ) then
| 1
Warning: Array reference at (1) out of bounds (0 < 1) in loop beginning at (2) [-Wdo-subscript]
/home/jenkins/workspace/clubb_bin_diff_regression_backwards_compatibility_gfortran_test/repo/compile/../src/CLUBB_core/advance_clubb_core_module.F90:139:23:
139 | hydromet, & ! Unused
| 1
Warning: Unused dummy argument ‘hydromet’ at (1) [-Wunused-dummy-argument]
/home/jenkins/workspace/clubb_bin_diff_regression_backwards_compatibility_gfortran_test/repo/compile/../src/SILHS/silhs_api_module.F90:323:13:
323 | rho_ds_zt, & ! Unused
| 1
Warning: Unused dummy argument ‘rho_ds_zt’ at (1) [-Wunused-dummy-argument]
../src/Benchmark_cases/cloud_sed_module.F90:168:44:
168 | if ( zt2zm( gr, rcm, k) > zero .AND. zt2zm( gr, Ncm, k ) > zero ) then
| 1
Warning: Impure function ‘redirect_interpolated_azmk’ at (1) might not be evaluated [-Wfunction-elimination]
../src/KK_microphys_module.F90:43:35:
43 | subroutine KK_local_microphys( gr, dt, nz, l_latin_hypercube, & ! In
| 1
Warning: Unused dummy argument ‘gr’ at (1) [-Wunused-dummy-argument]
../src/G_unit_test_types/w_up_in_cloud_tests.F90:24:8:
24 | use clubb_precision, only: &
| 1
Warning: Unused parameter ‘core_rknd’ which has been explicitly imported at (1) [-Wunused-parameter]
CLUBBStandardsCheck.pl has begun.
CLUBBStandardsCheck.pl has finished.
CLUBBStandardsCheck.pl has begun.
CLUBBStandardsCheck.pl has finished.
CLUBBStandardsCheck.pl has begun.
CLUBBStandardsCheck.pl has finished.
CLUBBStandardsCheck.pl has begun.
CLUBBStandardsCheck.pl has finished.
CLUBBStandardsCheck.pl has begun.
CLUBBStandardsCheck.pl has finished.
CLUBBStandardsCheck.pl has begun.
CLUBBStandardsCheck.pl has finished.
Directory 1 is /home/jenkins/workspace/clubb_bin_diff_regression_backwards_compatibility_gfortran_test/fa5559b6fd09f3da30b4d4d0255c532b3dd53607.
Directory 2 is /home/jenkins/workspace/clubb_bin_diff_regression_backwards_compatibility_gfortran_test/06d48b1c9da2a8a65f080fa16450d807b97a19ea.
No data was found!
..................................................................................................................................................................................................................................................................................................................................................................................................................................................................................CLUBBStandardsCheck.pl has begun.
CLUBBStandardsCheck.pl has finished.
CLUBBStandardsCheck.pl has begun.
CLUBBStandardsCheck.pl has finished.
CLUBBStandardsCheck.pl has begun.
CLUBBStandardsCheck.pl has finished.
CLUBBStandardsCheck.pl has begun.
CLUBBStandardsCheck.pl has finished.
CLUBBStandardsCheck.pl has begun.
CLUBBStandardsCheck.pl has finished.
CLUBBStandardsCheck.pl has begun.
CLUBBStandardsCheck.pl has finished.
Directory 1 is /home/jenkins/workspace/clubb_bin_diff_regression_backwards_compatibility_gfortran_test/ea5b5707470c2d942cbb7081436ede1baedde704.
Directory 2 is /home/jenkins/workspace/clubb_bin_diff_regression_backwards_compatibility_gfortran_test/fa5559b6fd09f3da30b4d4d0255c532b3dd53607.
No data was found!
..................................................................................................................................................................................................................................................................................................................................................................................................................................................................................CLUBBStandardsCheck.pl has begun.
CLUBBStandardsCheck.pl has finished.
CLUBBStandardsCheck.pl has begun.
CLUBBStandardsCheck.pl has finished.
CLUBBStandardsCheck.pl has begun.
CLUBBStandardsCheck.pl has finished.
CLUBBStandardsCheck.pl has begun.
CLUBBStandardsCheck.pl has finished.
CLUBBStandardsCheck.pl has begun.
CLUBBStandardsCheck.pl has finished.
CLUBBStandardsCheck.pl has begun.
CLUBBStandardsCheck.pl has finished.
Directory 1 is /home/jenkins/workspace/clubb_bin_diff_regression_backwards_compatibility_gfortran_test/32af4729f9ff1d374e03249b1b4d8d05fd8052d6.
Directory 2 is /home/jenkins/workspace/clubb_bin_diff_regression_backwards_compatibility_gfortran_test/ea5b5707470c2d942cbb7081436ede1baedde704.
No data was found!
..................................................................................................................................................................................................................................................................................................................................................................................................................................................................................CLUBBStandardsCheck.pl has begun.
CLUBBStandardsCheck.pl has finished.
CLUBBStandardsCheck.pl has begun.
CLUBBStandardsCheck.pl has finished.
CLUBBStandardsCheck.pl has begun.
CLUBBStandardsCheck.pl has finished.
CLUBBStandardsCheck.pl has begun.
CLUBBStandardsCheck.pl has finished.
CLUBBStandardsCheck.pl has begun.
CLUBBStandardsCheck.pl has finished.
CLUBBStandardsCheck.pl has begun.
CLUBBStandardsCheck.pl has finished.
Directory 1 is /home/jenkins/workspace/clubb_bin_diff_regression_backwards_compatibility_gfortran_test/f983171d892eb60a4d3193f71125f280169a336f.
Directory 2 is /home/jenkins/workspace/clubb_bin_diff_regression_backwards_compatibility_gfortran_test/32af4729f9ff1d374e03249b1b4d8d05fd8052d6.
No data was found!
..................................................................................................................................................................................................................................................................................................................................................................................................................................................................................CLUBBStandardsCheck.pl has begun.
CLUBBStandardsCheck.pl has finished.
CLUBBStandardsCheck.pl has begun.
CLUBBStandardsCheck.pl has finished.
CLUBBStandardsCheck.pl has begun.
CLUBBStandardsCheck.pl has finished.
CLUBBStandardsCheck.pl has begun.
CLUBBStandardsCheck.pl has finished.
CLUBBStandardsCheck.pl has begun.
CLUBBStandardsCheck.pl has finished.
CLUBBStandardsCheck.pl has begun.
CLUBBStandardsCheck.pl has finished.
Directory 1 is /home/jenkins/workspace/clubb_bin_diff_regression_backwards_compatibility_gfortran_test/c665567bd02143fd2060282ad5cb5dea6cdf2679.
Directory 2 is /home/jenkins/workspace/clubb_bin_diff_regression_backwards_compatibility_gfortran_test/f983171d892eb60a4d3193f71125f280169a336f.
No data was found!
................................................................................................................................................................................................................................................................................................................................................................................................................................................................................../home/jenkins/workspace/clubb_bin_diff_regression_backwards_compatibility_gfortran_test/repo/compile/../src/CLUBB_core/advance_clubb_core_module.F90:139:23:
139 | hydromet, & ! Unused
| 1
Warning: Unused dummy argument ‘hydromet’ at (1) [-Wunused-dummy-argument]
CLUBBStandardsCheck.pl has begun.
CLUBBStandardsCheck.pl has finished.
CLUBBStandardsCheck.pl has begun.
CLUBBStandardsCheck.pl has finished.
CLUBBStandardsCheck.pl has begun.
CLUBBStandardsCheck.pl has finished.
CLUBBStandardsCheck.pl has begun.
CLUBBStandardsCheck.pl has finished.
CLUBBStandardsCheck.pl has begun.
CLUBBStandardsCheck.pl has finished.
CLUBBStandardsCheck.pl has begun.
CLUBBStandardsCheck.pl has finished.
Directory 1 is /home/jenkins/workspace/clubb_bin_diff_regression_backwards_compatibility_gfortran_test/74c54289ac37740b48512eecab9352c37a19a324.
Directory 2 is /home/jenkins/workspace/clubb_bin_diff_regression_backwards_compatibility_gfortran_test/c665567bd02143fd2060282ad5cb5dea6cdf2679.
No data was found!
................................................................................................................................................................................................................................................................................................................................................................................................................................................................................../home/jenkins/workspace/clubb_bin_diff_regression_backwards_compatibility_gfortran_test/repo/compile/../src/CLUBB_core/advance_clubb_core_module.F90:139:23:
139 | hydromet, & ! Unused
| 1
Warning: Unused dummy argument ‘hydromet’ at (1) [-Wunused-dummy-argument]
CLUBBStandardsCheck.pl has begun.
CLUBBStandardsCheck.pl has finished.
CLUBBStandardsCheck.pl has begun.
CLUBBStandardsCheck.pl has finished.
CLUBBStandardsCheck.pl has begun.
CLUBBStandardsCheck.pl has finished.
CLUBBStandardsCheck.pl has begun.
CLUBBStandardsCheck.pl has finished.
CLUBBStandardsCheck.pl has begun.
CLUBBStandardsCheck.pl has finished.
CLUBBStandardsCheck.pl has begun.
CLUBBStandardsCheck.pl has finished.
Directory 1 is /home/jenkins/workspace/clubb_bin_diff_regression_backwards_compatibility_gfortran_test/517dd59a53c72aab76b5f40e078f08c7a736f0a9.
Directory 2 is /home/jenkins/workspace/clubb_bin_diff_regression_backwards_compatibility_gfortran_test/74c54289ac37740b48512eecab9352c37a19a324.
No data was found!
................................................................................................................................................................................................................................................................................................................................................................................................................................................................................../home/jenkins/workspace/clubb_bin_diff_regression_backwards_compatibility_gfortran_test/repo/compile/../src/CLUBB_core/advance_clubb_core_module.F90:139:23:
139 | hydromet, & ! Unused
| 1
Warning: Unused dummy argument ‘hydromet’ at (1) [-Wunused-dummy-argument]
CLUBBStandardsCheck.pl has begun.
CLUBBStandardsCheck.pl has finished.
CLUBBStandardsCheck.pl has begun.
CLUBBStandardsCheck.pl has finished.
CLUBBStandardsCheck.pl has begun.
CLUBBStandardsCheck.pl has finished.
CLUBBStandardsCheck.pl has begun.
CLUBBStandardsCheck.pl has finished.
CLUBBStandardsCheck.pl has begun.
CLUBBStandardsCheck.pl has finished.
CLUBBStandardsCheck.pl has begun.
CLUBBStandardsCheck.pl has finished.
Directory 1 is /home/jenkins/workspace/clubb_bin_diff_regression_backwards_compatibility_gfortran_test/9cc76af14581bda65bf71ce4d8ba4d70534cf6f5.
Directory 2 is /home/jenkins/workspace/clubb_bin_diff_regression_backwards_compatibility_gfortran_test/517dd59a53c72aab76b5f40e078f08c7a736f0a9.
No data was found!
..................................................................................................................................................................................................................................................................................................................................................................................................................................................................................CLUBBStandardsCheck.pl has begun.
CLUBBStandardsCheck.pl has finished.
CLUBBStandardsCheck.pl has begun.
CLUBBStandardsCheck.pl has finished.
CLUBBStandardsCheck.pl has begun.
CLUBBStandardsCheck.pl has finished.
CLUBBStandardsCheck.pl has begun.
CLUBBStandardsCheck.pl has finished.
CLUBBStandardsCheck.pl has begun.
CLUBBStandardsCheck.pl has finished.
CLUBBStandardsCheck.pl has begun.
CLUBBStandardsCheck.pl has finished.
Directory 1 is /home/jenkins/workspace/clubb_bin_diff_regression_backwards_compatibility_gfortran_test/722d0f5d58787f4c8f9ad9c73a1004e1077c61db.
Directory 2 is /home/jenkins/workspace/clubb_bin_diff_regression_backwards_compatibility_gfortran_test/9cc76af14581bda65bf71ce4d8ba4d70534cf6f5.
No data was found!
................................................................................................................................................................................................................................................................................................................................................................................................................................................................................../home/jenkins/workspace/clubb_bin_diff_regression_backwards_compatibility_gfortran_test/repo/compile/../src/CLUBB_core/input_reader.F90:498:28:
491 | do i=1, dim_grid
| 2
......
498 | if ( grid(i) < grid(i-1) ) then
| 1
Warning: Array reference at (1) out of bounds (0 < 1) in loop beginning at (2) [-Wdo-subscript]
/home/jenkins/workspace/clubb_bin_diff_regression_backwards_compatibility_gfortran_test/repo/compile/../src/CLUBB_core/advance_clubb_core_module.F90:139:23:
139 | hydromet, & ! Unused
| 1
Warning: Unused dummy argument ‘hydromet’ at (1) [-Wunused-dummy-argument]
/home/jenkins/workspace/clubb_bin_diff_regression_backwards_compatibility_gfortran_test/repo/compile/../src/SILHS/silhs_api_module.F90:323:13:
323 | rho_ds_zt, & ! Unused
| 1
Warning: Unused dummy argument ‘rho_ds_zt’ at (1) [-Wunused-dummy-argument]
../src/Benchmark_cases/cloud_sed_module.F90:168:44:
168 | if ( zt2zm( gr, rcm, k) > zero .AND. zt2zm( gr, Ncm, k ) > zero ) then
| 1
Warning: Impure function ‘redirect_interpolated_azmk’ at (1) might not be evaluated [-Wfunction-elimination]
../src/KK_microphys_module.F90:43:35:
43 | subroutine KK_local_microphys( gr, dt, nz, l_latin_hypercube, & ! In
| 1
Warning: Unused dummy argument ‘gr’ at (1) [-Wunused-dummy-argument]
../src/G_unit_test_types/w_up_in_cloud_tests.F90:24:8:
24 | use clubb_precision, only: &
| 1
Warning: Unused parameter ‘core_rknd’ which has been explicitly imported at (1) [-Wunused-parameter]
CLUBBStandardsCheck.pl has begun.
CLUBBStandardsCheck.pl has finished.
CLUBBStandardsCheck.pl has begun.
CLUBBStandardsCheck.pl has finished.
CLUBBStandardsCheck.pl has begun.
CLUBBStandardsCheck.pl has finished.
CLUBBStandardsCheck.pl has begun.
CLUBBStandardsCheck.pl has finished.
CLUBBStandardsCheck.pl has begun.
CLUBBStandardsCheck.pl has finished.
CLUBBStandardsCheck.pl has begun.
CLUBBStandardsCheck.pl has finished.
Directory 1 is /home/jenkins/workspace/clubb_bin_diff_regression_backwards_compatibility_gfortran_test/2a9a0f2c7031013529a4c2a7b78d05c727bdc37c.
Directory 2 is /home/jenkins/workspace/clubb_bin_diff_regression_backwards_compatibility_gfortran_test/722d0f5d58787f4c8f9ad9c73a1004e1077c61db.
No data was found!
................................................................................................................................................................................................................................................................................................................................................................................................................................................................................../home/jenkins/workspace/clubb_bin_diff_regression_backwards_compatibility_gfortran_test/repo/compile/../src/CLUBB_core/parameters_tunable.F90:2520:32:
2520 | subroutine init_parameters_999( &
| ^
Warning: ‘init_parameters_999’ defined but not used [-Wunused-function]
/home/jenkins/workspace/clubb_bin_diff_regression_backwards_compatibility_gfortran_test/repo/compile/../src/CLUBB_core/advance_clubb_core_module.F90:139:23:
139 | hydromet, & ! Unused
| 1
Warning: Unused dummy argument ‘hydromet’ at (1) [-Wunused-dummy-argument]
/home/jenkins/workspace/clubb_bin_diff_regression_backwards_compatibility_gfortran_test/repo/compile/../src/SILHS/silhs_api_module.F90:323:13:
323 | rho_ds_zt, & ! Unused
| 1
Warning: Unused dummy argument ‘rho_ds_zt’ at (1) [-Wunused-dummy-argument]
../src/KK_microphys_module.F90:43:35:
43 | subroutine KK_local_microphys( gr, dt, nz, l_latin_hypercube, & ! In
| 1
Warning: Unused dummy argument ‘gr’ at (1) [-Wunused-dummy-argument]
CLUBBStandardsCheck.pl has begun.
CLUBBStandardsCheck.pl has finished.
CLUBBStandardsCheck.pl has begun.
CLUBBStandardsCheck.pl has finished.
CLUBBStandardsCheck.pl has begun.
CLUBBStandardsCheck.pl has finished.
CLUBBStandardsCheck.pl has begun.
CLUBBStandardsCheck.pl has finished.
CLUBBStandardsCheck.pl has begun.
CLUBBStandardsCheck.pl has finished.
CLUBBStandardsCheck.pl has begun.
CLUBBStandardsCheck.pl has finished.
[31m ISSUE WITH COMMIT DETECTED: 1460a662e1f4056e02af076d44a22b1e5629c987 differs from 06d48b1c9da2a8a65f080fa16450d807b97a19ea[0m
Finding all BIT_CHANGING commits in range: 06d48b1c9da2a8a65f080fa16450d807b97a19ea...1460a662e1f4056e02af076d44a22b1e5629c987
Checking out fa5559b6fd09f3da30b4d4d0255c532b3dd53607
Running: 'repo/compile/compile.bash'
Running: '
rm -rf repo/output'
Running: 'mkdir repo/output'
Running: '
cp repo/input/tunable_parameters_compatible_r8029/configurable_model_flags.in repo/input/tunable_parameters'
Running: '
cp repo/input/tunable_parameters_compatible_r8029/silhs_parameters.in repo/input/tunable_parameters'
Running: '
cp repo/input/tunable_parameters_compatible_r8029/tunable_parameters.in repo/input/tunable_parameters'
Running: '
repo/run_scripts/run_scm_all.bash --min-cases'
Output from 06d48b1c9da2a8a65f080fa16450d807b97a19ea already saved
Diffing: 'repo/run_scripts/run_bindiff_all.bash fa5559b6fd09f3da30b4d4d0255c532b3dd53607 06d48b1c9da2a8a65f080fa16450d807b97a19ea'
Checking out ea5b5707470c2d942cbb7081436ede1baedde704
Running: 'repo/compile/compile.bash'
Running: '
rm -rf repo/output'
Running: 'mkdir repo/output'
Running: '
cp repo/input/tunable_parameters_compatible_r8029/configurable_model_flags.in repo/input/tunable_parameters'
Running: '
cp repo/input/tunable_parameters_compatible_r8029/silhs_parameters.in repo/input/tunable_parameters'
Running: '
cp repo/input/tunable_parameters_compatible_r8029/tunable_parameters.in repo/input/tunable_parameters'
Running: '
repo/run_scripts/run_scm_all.bash --min-cases'
Output from fa5559b6fd09f3da30b4d4d0255c532b3dd53607 already saved
Diffing: 'repo/run_scripts/run_bindiff_all.bash ea5b5707470c2d942cbb7081436ede1baedde704 fa5559b6fd09f3da30b4d4d0255c532b3dd53607'
Checking out 32af4729f9ff1d374e03249b1b4d8d05fd8052d6
Running: 'repo/compile/compile.bash'
Running: '
rm -rf repo/output'
Running: 'mkdir repo/output'
Running: '
cp repo/input/tunable_parameters_compatible_r8029/configurable_model_flags.in repo/input/tunable_parameters'
Running: '
cp repo/input/tunable_parameters_compatible_r8029/silhs_parameters.in repo/input/tunable_parameters'
Running: '
cp repo/input/tunable_parameters_compatible_r8029/tunable_parameters.in repo/input/tunable_parameters'
Running: '
repo/run_scripts/run_scm_all.bash --min-cases'
Output from ea5b5707470c2d942cbb7081436ede1baedde704 already saved
Diffing: 'repo/run_scripts/run_bindiff_all.bash 32af4729f9ff1d374e03249b1b4d8d05fd8052d6 ea5b5707470c2d942cbb7081436ede1baedde704'
Checking out f983171d892eb60a4d3193f71125f280169a336f
Running: 'repo/compile/compile.bash'
Running: '
rm -rf repo/output'
Running: 'mkdir repo/output'
Running: '
cp repo/input/tunable_parameters_compatible_r8029/configurable_model_flags.in repo/input/tunable_parameters'
Running: '
cp repo/input/tunable_parameters_compatible_r8029/silhs_parameters.in repo/input/tunable_parameters'
Running: '
cp repo/input/tunable_parameters_compatible_r8029/tunable_parameters.in repo/input/tunable_parameters'
Running: '
repo/run_scripts/run_scm_all.bash --min-cases'
Output from 32af4729f9ff1d374e03249b1b4d8d05fd8052d6 already saved
Diffing: 'repo/run_scripts/run_bindiff_all.bash f983171d892eb60a4d3193f71125f280169a336f 32af4729f9ff1d374e03249b1b4d8d05fd8052d6'
Checking out c665567bd02143fd2060282ad5cb5dea6cdf2679
Running: 'repo/compile/compile.bash'
Running: '
rm -rf repo/output'
Running: 'mkdir repo/output'
Running: '
cp repo/input/tunable_parameters_compatible_r8029/configurable_model_flags.in repo/input/tunable_parameters'
Running: '
cp repo/input/tunable_parameters_compatible_r8029/silhs_parameters.in repo/input/tunable_parameters'
Running: '
cp repo/input/tunable_parameters_compatible_r8029/tunable_parameters.in repo/input/tunable_parameters'
Running: '
repo/run_scripts/run_scm_all.bash --min-cases'
Output from f983171d892eb60a4d3193f71125f280169a336f already saved
Diffing: 'repo/run_scripts/run_bindiff_all.bash c665567bd02143fd2060282ad5cb5dea6cdf2679 f983171d892eb60a4d3193f71125f280169a336f'
Checking out 74c54289ac37740b48512eecab9352c37a19a324
Running: 'repo/compile/compile.bash'
Running: '
rm -rf repo/output'
Running: 'mkdir repo/output'
Running: '
cp repo/input/tunable_parameters_compatible_r8029/configurable_model_flags.in repo/input/tunable_parameters'
Running: '
cp repo/input/tunable_parameters_compatible_r8029/silhs_parameters.in repo/input/tunable_parameters'
Running: '
cp repo/input/tunable_parameters_compatible_r8029/tunable_parameters.in repo/input/tunable_parameters'
Running: '
repo/run_scripts/run_scm_all.bash --min-cases'
Output from c665567bd02143fd2060282ad5cb5dea6cdf2679 already saved
Diffing: 'repo/run_scripts/run_bindiff_all.bash 74c54289ac37740b48512eecab9352c37a19a324 c665567bd02143fd2060282ad5cb5dea6cdf2679'
Checking out 517dd59a53c72aab76b5f40e078f08c7a736f0a9
Running: 'repo/compile/compile.bash'
Running: '
rm -rf repo/output'
Running: 'mkdir repo/output'
Running: '
cp repo/input/tunable_parameters_compatible_r8029/configurable_model_flags.in repo/input/tunable_parameters'
Running: '
cp repo/input/tunable_parameters_compatible_r8029/silhs_parameters.in repo/input/tunable_parameters'
Running: '
cp repo/input/tunable_parameters_compatible_r8029/tunable_parameters.in repo/input/tunable_parameters'
Running: '
repo/run_scripts/run_scm_all.bash --min-cases'
Output from 74c54289ac37740b48512eecab9352c37a19a324 already saved
Diffing: 'repo/run_scripts/run_bindiff_all.bash 517dd59a53c72aab76b5f40e078f08c7a736f0a9 74c54289ac37740b48512eecab9352c37a19a324'
Checking out 9cc76af14581bda65bf71ce4d8ba4d70534cf6f5
Running: 'repo/compile/compile.bash'
Running: '
rm -rf repo/output'
Running: 'mkdir repo/output'
Running: '
cp repo/input/tunable_parameters_compatible_r8029/configurable_model_flags.in repo/input/tunable_parameters'
Running: '
cp repo/input/tunable_parameters_compatible_r8029/silhs_parameters.in repo/input/tunable_parameters'
Running: '
cp repo/input/tunable_parameters_compatible_r8029/tunable_parameters.in repo/input/tunable_parameters'
Running: '
repo/run_scripts/run_scm_all.bash --min-cases'
Output from 517dd59a53c72aab76b5f40e078f08c7a736f0a9 already saved
Diffing: 'repo/run_scripts/run_bindiff_all.bash 9cc76af14581bda65bf71ce4d8ba4d70534cf6f5 517dd59a53c72aab76b5f40e078f08c7a736f0a9'
Checking out 722d0f5d58787f4c8f9ad9c73a1004e1077c61db
Running: 'repo/compile/compile.bash'
Running: '
rm -rf repo/output'
Running: 'mkdir repo/output'
Running: '
cp repo/input/tunable_parameters_compatible_r8029/configurable_model_flags.in repo/input/tunable_parameters'
Running: '
cp repo/input/tunable_parameters_compatible_r8029/silhs_parameters.in repo/input/tunable_parameters'
Running: '
cp repo/input/tunable_parameters_compatible_r8029/tunable_parameters.in repo/input/tunable_parameters'
Running: '
repo/run_scripts/run_scm_all.bash --min-cases'
Output from 9cc76af14581bda65bf71ce4d8ba4d70534cf6f5 already saved
Diffing: 'repo/run_scripts/run_bindiff_all.bash 722d0f5d58787f4c8f9ad9c73a1004e1077c61db 9cc76af14581bda65bf71ce4d8ba4d70534cf6f5'
Checking out 2a9a0f2c7031013529a4c2a7b78d05c727bdc37c
Running: 'repo/compile/compile.bash'
Running: '
rm -rf repo/output'
Running: 'mkdir repo/output'
Running: '
cp repo/input/tunable_parameters_compatible_r8029/configurable_model_flags.in repo/input/tunable_parameters'
Running: '
cp repo/input/tunable_parameters_compatible_r8029/silhs_parameters.in repo/input/tunable_parameters'
Running: '
cp repo/input/tunable_parameters_compatible_r8029/tunable_parameters.in repo/input/tunable_parameters'
Running: '
repo/run_scripts/run_scm_all.bash --min-cases'
Output from 722d0f5d58787f4c8f9ad9c73a1004e1077c61db already saved
Diffing: 'repo/run_scripts/run_bindiff_all.bash 2a9a0f2c7031013529a4c2a7b78d05c727bdc37c 722d0f5d58787f4c8f9ad9c73a1004e1077c61db'
Checking out ae798c431a9c33366661af3078b56d073b16b023
Running: 'repo/compile/compile.bash'
Running: '
rm -rf repo/output'
Running: 'mkdir repo/output'
Running: '
cp repo/input/tunable_parameters_compatible_r8029/configurable_model_flags.in repo/input/tunable_parameters'
Running: '
cp repo/input/tunable_parameters_compatible_r8029/silhs_parameters.in repo/input/tunable_parameters'Directory 1 is /home/jenkins/workspace/clubb_bin_diff_regression_backwards_compatibility_gfortran_test/ae798c431a9c33366661af3078b56d073b16b023.
Directory 2 is /home/jenkins/workspace/clubb_bin_diff_regression_backwards_compatibility_gfortran_test/2a9a0f2c7031013529a4c2a7b78d05c727bdc37c.
No data was found!
..................................................................................................................................................................................................................................................................................................................................................................................................................................................................................CLUBBStandardsCheck.pl has begun.
CLUBBStandardsCheck.pl has finished.
CLUBBStandardsCheck.pl has begun.
CLUBBStandardsCheck.pl has finished.
CLUBBStandardsCheck.pl has begun.
CLUBBStandardsCheck.pl has finished.
CLUBBStandardsCheck.pl has begun.
CLUBBStandardsCheck.pl has finished.
CLUBBStandardsCheck.pl has begun.
CLUBBStandardsCheck.pl has finished.
CLUBBStandardsCheck.pl has begun.
CLUBBStandardsCheck.pl has finished.
Directory 1 is /home/jenkins/workspace/clubb_bin_diff_regression_backwards_compatibility_gfortran_test/8c4c90049b075b8e615e8e08ddf101bdcddf9856.
Directory 2 is /home/jenkins/workspace/clubb_bin_diff_regression_backwards_compatibility_gfortran_test/ae798c431a9c33366661af3078b56d073b16b023.
No data was found!
Directory 1 is /home/jenkins/workspace/clubb_bin_diff_regression_backwards_compatibility_gfortran_test/1460a662e1f4056e02af076d44a22b1e5629c987.
Directory 2 is /home/jenkins/workspace/clubb_bin_diff_regression_backwards_compatibility_gfortran_test/8c4c90049b075b8e615e8e08ddf101bdcddf9856.
No data was found!
Running: '
cp repo/input/tunable_parameters_compatible_r8029/tunable_parameters.in repo/input/tunable_parameters'
Running: '
repo/run_scripts/run_scm_all.bash --min-cases'
Output from 2a9a0f2c7031013529a4c2a7b78d05c727bdc37c already saved
Diffing: 'repo/run_scripts/run_bindiff_all.bash ae798c431a9c33366661af3078b56d073b16b023 2a9a0f2c7031013529a4c2a7b78d05c727bdc37c'
Checking out 8c4c90049b075b8e615e8e08ddf101bdcddf9856
Running: 'repo/compile/compile.bash'
Running: '
rm -rf repo/output'
Running: 'mkdir repo/output'
Running: '
cp repo/input/tunable_parameters_compatible_r8029/configurable_model_flags.in repo/input/tunable_parameters'
Running: '
cp repo/input/tunable_parameters_compatible_r8029/silhs_parameters.in repo/input/tunable_parameters'
Running: '
cp repo/input/tunable_parameters_compatible_r8029/tunable_parameters.in repo/input/tunable_parameters'
Running: '
repo/run_scripts/run_scm_all.bash --min-cases'
Output from ae798c431a9c33366661af3078b56d073b16b023 already saved
Diffing: 'repo/run_scripts/run_bindiff_all.bash 8c4c90049b075b8e615e8e08ddf101bdcddf9856 ae798c431a9c33366661af3078b56d073b16b023'
Output from 1460a662e1f4056e02af076d44a22b1e5629c987 already saved
Output from 8c4c90049b075b8e615e8e08ddf101bdcddf9856 already saved
Diffing: 'repo/run_scripts/run_bindiff_all.bash 1460a662e1f4056e02af076d44a22b1e5629c987 8c4c90049b075b8e615e8e08ddf101bdcddf9856'
Found:
fa5559b6fd09f3da30b4d4d0255c532b3dd53607
ea5b5707470c2d942cbb7081436ede1baedde704
32af4729f9ff1d374e03249b1b4d8d05fd8052d6
f983171d892eb60a4d3193f71125f280169a336f
c665567bd02143fd2060282ad5cb5dea6cdf2679
74c54289ac37740b48512eecab9352c37a19a324
517dd59a53c72aab76b5f40e078f08c7a736f0a9
9cc76af14581bda65bf71ce4d8ba4d70534cf6f5
722d0f5d58787f4c8f9ad9c73a1004e1077c61db
2a9a0f2c7031013529a4c2a7b78d05c727bdc37c
ae798c431a9c33366661af3078b56d073b16b023
8c4c90049b075b8e615e8e08ddf101bdcddf9856
1460a662e1f4056e02af076d44a22b1e5629c987
=============================== Test Results ===============================
Commit Range Checked = a7c61266346ca0d113aaf2e12fc9580c8a6186d0...1460a662e1f4056e02af076d44a22b1e5629c987
New Unresolved Commits:
fa5559b6fd09f3da30b4d4d0255c532b3dd53607
ea5b5707470c2d942cbb7081436ede1baedde704
32af4729f9ff1d374e03249b1b4d8d05fd8052d6
f983171d892eb60a4d3193f71125f280169a336f
c665567bd02143fd2060282ad5cb5dea6cdf2679
74c54289ac37740b48512eecab9352c37a19a324
517dd59a53c72aab76b5f40e078f08c7a736f0a9
9cc76af14581bda65bf71ce4d8ba4d70534cf6f5
722d0f5d58787f4c8f9ad9c73a1004e1077c61db
2a9a0f2c7031013529a4c2a7b78d05c727bdc37c
ae798c431a9c33366661af3078b56d073b16b023
8c4c90049b075b8e615e8e08ddf101bdcddf9856
1460a662e1f4056e02af076d44a22b1e5629c987
No fake BIT_CHANGING commits found.
Remaining Unresolved Commits (oldest commit is listed first):
fa5559b6fd09f3da30b4d4d0255c532b3dd53607
ea5b5707470c2d942cbb7081436ede1baedde704
32af4729f9ff1d374e03249b1b4d8d05fd8052d6
f983171d892eb60a4d3193f71125f280169a336f
c665567bd02143fd2060282ad5cb5dea6cdf2679
74c54289ac37740b48512eecab9352c37a19a324
517dd59a53c72aab76b5f40e078f08c7a736f0a9
9cc76af14581bda65bf71ce4d8ba4d70534cf6f5
722d0f5d58787f4c8f9ad9c73a1004e1077c61db
2a9a0f2c7031013529a4c2a7b78d05c727bdc37c
ae798c431a9c33366661af3078b56d073b16b023
8c4c90049b075b8e615e8e08ddf101bdcddf9856
1460a662e1f4056e02af076d44a22b1e5629c987
=============================== Updating Config File ===============================
Saving into UnresolvedCommits: fa5559b6fd09f3da30b4d4d0255c532b3dd53607
ea5b5707470c2d942cbb7081436ede1baedde704
32af4729f9ff1d374e03249b1b4d8d05fd8052d6
f983171d892eb60a4d3193f71125f280169a336f
c665567bd02143fd2060282ad5cb5dea6cdf2679
74c54289ac37740b48512eecab9352c37a19a324
517dd59a53c72aab76b5f40e078f08c7a736f0a9
9cc76af14581bda65bf71ce4d8ba4d70534cf6f5
722d0f5d58787f4c8f9ad9c73a1004e1077c61db
2a9a0f2c7031013529a4c2a7b78d05c727bdc37c
ae798c431a9c33366661af3078b56d073b16b023
8c4c90049b075b8e615e8e08ddf101bdcddf9856
1460a662e1f4056e02af076d44a22b1e5629c987
Saving into BaselineCommit: 1460a662e1f4056e02af076d44a22b1e5629c987
=============================== Cleanup ===============================
Removed repo.
Removing all generated output
REMOVING: a7c61266346ca0d113aaf2e12fc9580c8a6186d0
REMOVING: 71ab332a524b2802f9e406d8e9ac00712a3b96c0
REMOVING: 06d48b1c9da2a8a65f080fa16450d807b97a19ea
REMOVING: fa5559b6fd09f3da30b4d4d0255c532b3dd53607
REMOVING: ea5b5707470c2d942cbb7081436ede1baedde704
REMOVING: 32af4729f9ff1d374e03249b1b4d8d05fd8052d6
REMOVING: f983171d892eb60a4d3193f71125f280169a336f
REMOVING: c665567bd02143fd2060282ad5cb5dea6cdf2679
REMOVING: 74c54289ac37740b48512eecab9352c37a19a324
REMOVING: 517dd59a53c72aab76b5f40e078f08c7a736f0a9
REMOVING: 9cc76af14581bda65bf71ce4d8ba4d70534cf6f5
REMOVING: 722d0f5d58787f4c8f9ad9c73a1004e1077c61db
REMOVING: 2a9a0f2c7031013529a4c2a7b78d05c727bdc37c
REMOVING: ae798c431a9c33366661af3078b56d073b16b023
REMOVING: 8c4c90049b075b8e615e8e08ddf101bdcddf9856
REMOVING: 1460a662e1f4056e02af076d44a22b1e5629c987
================== Unresolved Commit Status ==================
Remaining Unresolved Commits (oldest commit is listed first):
fa5559b6fd09f3da30b4d4d0255c532b3dd53607
ea5b5707470c2d942cbb7081436ede1baedde704
32af4729f9ff1d374e03249b1b4d8d05fd8052d6
f983171d892eb60a4d3193f71125f280169a336f
c665567bd02143fd2060282ad5cb5dea6cdf2679
74c54289ac37740b48512eecab9352c37a19a324
517dd59a53c72aab76b5f40e078f08c7a736f0a9
9cc76af14581bda65bf71ce4d8ba4d70534cf6f5
722d0f5d58787f4c8f9ad9c73a1004e1077c61db
2a9a0f2c7031013529a4c2a7b78d05c727bdc37c
ae798c431a9c33366661af3078b56d073b16b023
8c4c90049b075b8e615e8e08ddf101bdcddf9856
1460a662e1f4056e02af076d44a22b1e5629c987
Exiting with code: 1
[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