Started by user Vince Larson
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 335d83b7e89d00fa3cd1ce727356d6d7b006dd36 (refs/remotes/origin/master)
> git config core.sparsecheckout # timeout=10
> git checkout -f 335d83b7e89d00fa3cd1ce727356d6d7b006dd36 # timeout=10
Commit message: "fixed a typo in pdf_closure_module.f90, line 1284"
> git rev-list --no-walk 335d83b7e89d00fa3cd1ce727356d6d7b006dd36 # 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/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/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/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/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/parameters_tunable.F90:2535:32:
2535 | 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:132:23:
132 | 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:315:13:
315 | 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]
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/335d83b7e89d00fa3cd1ce727356d6d7b006dd36.
Directory 2 is /home/jenkins/workspace/clubb_bin_diff_regression_backwards_compatibility_gfortran_test/9f1e1ad0e80be0a00148ceb1373cd3dd82e9469a.
Diffing arm netCDF (*.nc) files
Diffing arm_97 netCDF (*.nc) files
*** Differences detected in arm_97_zt.nc! ***
*** Differences detected in arm_97_zm.nc! ***
*** Differences detected in arm_97_sfc.nc! ***
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
*** Differences detected in lba_zt.nc! ***
*** Differences detected in lba_zm.nc! ***
*** Differences detected in lba_sfc.nc! ***
Diffing rico netCDF (*.nc) files
Diffing twp_ice netCDF (*.nc) files
*** Differences detected in twp_ice_zt.nc! ***
*** Differences detected in twp_ice_zm.nc! ***
*** Differences detected in twp_ice_sfc.nc! ***
Diffing wangara netCDF (*.nc) files
There were some differences detected!
There were differences detected in netCDF (*.nc) files.
................................................................................................................................................................................................................................................................................................................................................................................................................................................................................./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/parameters_tunable.F90:2535:32:
2535 | 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:132:23:
132 | 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:315:13:
315 | 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]
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/987d63de489d2baa09ad6e1538b2c6dbb7551690.
Directory 2 is /home/jenkins/workspace/clubb_bin_diff_regression_backwards_compatibility_gfortran_test/9f1e1ad0e80be0a00148ceb1373cd3dd82e9469a.
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/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/parameters_tunable.F90:2535:32:
2535 | 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:132:23:
132 | 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:315:13:
315 | 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]
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: last
Using branch: master
Commits to test vs the baseline (9f1e1ad0e80be0a00148ceb1373cd3dd82e9469a)
987d63de489d2baa09ad6e1538b2c6dbb7551690
79bc651171add5b6a340be02cf6f775ddc779aaa
edb7bc84684712739876ec803541ba3b165f4a5a
17d242a65d579c70299dfcecb853f2aed5e0feb1
a29c355bfc54d7459a6107cf45b593473dcce8d1
9638a7486c38e3dbd7403422b6dc5a9d5bdf7d46
3c47dcdc6b5d8ecb855c2df36a86e3e778e4820d
cf9db3f9448ad0c5a97fcf3b005a645b6b6a927a
1b4ca12287908273f189d8588e7a39755cd4fb6d
ae681935179f62ffb588fe2aab7c95780034f153
a931651e75fe59f3c0435a3b8d1ced442a89d9cc
1c59a5018700023f704a46b68ad581445427d51f
cea625cee42c8cbf6d1793eaae65f6bb136b16f9
6aa4ad30eef8b9bc2ce8dc46fb355d414b431542
e33002f85d35ee72f9b155437f36e9c103765cc3
7a8e16c077839c803937a1346546fd5419c541a2
f7cd1d8ccc310129bfb3ceb243b0c47284eaccf5
202f78110b0f343f565b8ac1ea633ded7b27ee11
df3b263c7525b030ed469116534560eb74ae8ddf
335d83b7e89d00fa3cd1ce727356d6d7b006dd36
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: 987d63de489d2baa09ad6e1538b2c6dbb7551690
Parsing message from commit: 79bc651171add5b6a340be02cf6f775ddc779aaa
Parsing message from commit: edb7bc84684712739876ec803541ba3b165f4a5a
Parsing message from commit: 17d242a65d579c70299dfcecb853f2aed5e0feb1
Parsing message from commit: a29c355bfc54d7459a6107cf45b593473dcce8d1
Parsing message from commit: 9638a7486c38e3dbd7403422b6dc5a9d5bdf7d46
Parsing message from commit: 3c47dcdc6b5d8ecb855c2df36a86e3e778e4820d
Parsing message from commit: cf9db3f9448ad0c5a97fcf3b005a645b6b6a927a
Parsing message from commit: 1b4ca12287908273f189d8588e7a39755cd4fb6d
Parsing message from commit: ae681935179f62ffb588fe2aab7c95780034f153
Parsing message from commit: a931651e75fe59f3c0435a3b8d1ced442a89d9cc
Parsing message from commit: 1c59a5018700023f704a46b68ad581445427d51f
Parsing message from commit: cea625cee42c8cbf6d1793eaae65f6bb136b16f9
Parsing message from commit: 6aa4ad30eef8b9bc2ce8dc46fb355d414b431542
Parsing message from commit: e33002f85d35ee72f9b155437f36e9c103765cc3
Parsing message from commit: 7a8e16c077839c803937a1346546fd5419c541a2
Parsing message from commit: f7cd1d8ccc310129bfb3ceb243b0c47284eaccf5
Parsing message from commit: 202f78110b0f343f565b8ac1ea633ded7b27ee11
Parsing message from commit: df3b263c7525b030ed469116534560eb74ae8ddf
Parsing message from commit: 335d83b7e89d00fa3cd1ce727356d6d7b006dd36
Checking Commit: 987d63de489d2baa09ad6e1538b2c6dbb7551690
Skipping: not final commit and not labelled BIT_CHANGING
Checking Commit: 79bc651171add5b6a340be02cf6f775ddc779aaa
Skipping: not final commit and not labelled BIT_CHANGING
Checking Commit: edb7bc84684712739876ec803541ba3b165f4a5a
Skipping: not final commit and not labelled BIT_CHANGING
Checking Commit: 17d242a65d579c70299dfcecb853f2aed5e0feb1
Skipping: not final commit and not labelled BIT_CHANGING
Checking Commit: a29c355bfc54d7459a6107cf45b593473dcce8d1
Skipping: not final commit and not labelled BIT_CHANGING
Checking Commit: 9638a7486c38e3dbd7403422b6dc5a9d5bdf7d46
Skipping: not final commit and not labelled BIT_CHANGING
Checking Commit: 3c47dcdc6b5d8ecb855c2df36a86e3e778e4820d
Skipping: not final commit and not labelled BIT_CHANGING
Checking Commit: cf9db3f9448ad0c5a97fcf3b005a645b6b6a927a
Skipping: not final commit and not labelled BIT_CHANGING
Checking Commit: 1b4ca12287908273f189d8588e7a39755cd4fb6d
Skipping: not final commit and not labelled BIT_CHANGING
Checking Commit: ae681935179f62ffb588fe2aab7c95780034f153
Skipping: not final commit and not labelled BIT_CHANGING
Checking Commit: a931651e75fe59f3c0435a3b8d1ced442a89d9cc
Skipping: not final commit and not labelled BIT_CHANGING
Checking Commit: 1c59a5018700023f704a46b68ad581445427d51f
Skipping: not final commit and not labelled BIT_CHANGING
Checking Commit: cea625cee42c8cbf6d1793eaae65f6bb136b16f9
Skipping: not final commit and not labelled BIT_CHANGING
Checking Commit: 6aa4ad30eef8b9bc2ce8dc46fb355d414b431542
Skipping: not final commit and not labelled BIT_CHANGING
Checking Commit: e33002f85d35ee72f9b155437f36e9c103765cc3
Skipping: not final commit and not labelled BIT_CHANGING
Checking Commit: 7a8e16c077839c803937a1346546fd5419c541a2
Skipping: not final commit and not labelled BIT_CHANGING
Checking Commit: f7cd1d8ccc310129bfb3ceb243b0c47284eaccf5
Skipping: not final commit and not labelled BIT_CHANGING
Checking Commit: 202f78110b0f343f565b8ac1ea633ded7b27ee11
Skipping: not final commit and not labelled BIT_CHANGING
Checking Commit: df3b263c7525b030ed469116534560eb74ae8ddf
Skipping: not final commit and not labelled BIT_CHANGING
Checking Commit: 335d83b7e89d00fa3cd1ce727356d6d7b006dd36
Running: final commit to check, not labelled BIT_CHANGING
Checking out 335d83b7e89d00fa3cd1ce727356d6d7b006dd36
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 9f1e1ad0e80be0a00148ceb1373cd3dd82e9469a
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 335d83b7e89d00fa3cd1ce727356d6d7b006dd36 9f1e1ad0e80be0a00148ceb1373cd3dd82e9469a'
[31m ISSUE WITH COMMIT DETECTED: 335d83b7e89d00fa3cd1ce727356d6d7b006dd36 differs from 9f1e1ad0e80be0a00148ceb1373cd3dd82e9469a[0m
Finding all BIT_CHANGING commits in range: 9f1e1ad0e80be0a00148ceb1373cd3dd82e9469a...335d83b7e89d00fa3cd1ce727356d6d7b006dd36
Checking out 987d63de489d2baa09ad6e1538b2c6dbb7551690
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 9f1e1ad0e80be0a00148ceb1373cd3dd82e9469a already saved
Diffing: 'repo/run_scripts/run_bindiff_all.bash 987d63de489d2baa09ad6e1538b2c6dbb7551690 9f1e1ad0e80be0a00148ceb1373cd3dd82e9469a'
Checking out 79bc651171add5b6a340be02cf6f775ddc779aaa
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/79bc651171add5b6a340be02cf6f775ddc779aaa.
Directory 2 is /home/jenkins/workspace/clubb_bin_diff_regression_backwards_compatibility_gfortran_test/987d63de489d2baa09ad6e1538b2c6dbb7551690.
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/edb7bc84684712739876ec803541ba3b165f4a5a.
Directory 2 is /home/jenkins/workspace/clubb_bin_diff_regression_backwards_compatibility_gfortran_test/79bc651171add5b6a340be02cf6f775ddc779aaa.
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/17d242a65d579c70299dfcecb853f2aed5e0feb1.
Directory 2 is /home/jenkins/workspace/clubb_bin_diff_regression_backwards_compatibility_gfortran_test/edb7bc84684712739876ec803541ba3b165f4a5a.
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/a29c355bfc54d7459a6107cf45b593473dcce8d1.
Directory 2 is /home/jenkins/workspace/clubb_bin_diff_regression_backwards_compatibility_gfortran_test/17d242a65d579c70299dfcecb853f2aed5e0feb1.
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/parameters_tunable.F90:2548:32:
2548 | 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:132:23:
132 | 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.
Directory 1 is /home/jenkins/workspace/clubb_bin_diff_regression_backwards_compatibility_gfortran_test/9638a7486c38e3dbd7403422b6dc5a9d5bdf7d46.
Directory 2 is /home/jenkins/workspace/clubb_bin_diff_regression_backwards_compatibility_gfortran_test/a29c355bfc54d7459a6107cf45b593473dcce8d1.
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!
.................................................................................................................................................................................................................................................................................................................................................................................................................................................................................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/3c47dcdc6b5d8ecb855c2df36a86e3e778e4820d.
Directory 2 is /home/jenkins/workspace/clubb_bin_diff_regression_backwards_compatibility_gfortran_test/9638a7486c38e3dbd7403422b6dc5a9d5bdf7d46.
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/cf9db3f9448ad0c5a97fcf3b005a645b6b6a927a.
Directory 2 is /home/jenkins/workspace/clubb_bin_diff_regression_backwards_compatibility_gfortran_test/3c47dcdc6b5d8ecb855c2df36a86e3e778e4820d.
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/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/advance_clubb_core_module.F90:132:23:
132 | 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.
Directory 1 is /home/jenkins/workspace/clubb_bin_diff_regression_backwards_compatibility_gfortran_test/1b4ca12287908273f189d8588e7a39755cd4fb6d.
Directory 2 is /home/jenkins/workspace/clubb_bin_diff_regression_backwards_compatibility_gfortran_test/cf9db3f9448ad0c5a97fcf3b005a645b6b6a927a.
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!
.................................................................................................................................................................................................................................................................................................................................................................................................................................................................................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/ae681935179f62ffb588fe2aab7c95780034f153.
Directory 2 is /home/jenkins/workspace/clubb_bin_diff_regression_backwards_compatibility_gfortran_test/1b4ca12287908273f189d8588e7a39755cd4fb6d.
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!
.................................................................................................................................................................................................................................................................................................................................................................................................................................................................................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/a931651e75fe59f3c0435a3b8d1ced442a89d9cc.
Directory 2 is /home/jenkins/workspace/clubb_bin_diff_regression_backwards_compatibility_gfortran_test/ae681935179f62ffb588fe2aab7c95780034f153.
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!
.................................................................................................................................................................................................................................................................................................................................................................................................................................................................................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/1c59a5018700023f704a46b68ad581445427d51f.
Directory 2 is /home/jenkins/workspace/clubb_bin_diff_regression_backwards_compatibility_gfortran_test/a931651e75fe59f3c0435a3b8d1ced442a89d9cc.
Diffing arm netCDF (*.nc) files
Diffing arm_97 netCDF (*.nc) files
*** Differences detected in arm_97_zt.nc! ***
*** Differences detected in arm_97_zm.nc! ***
*** Differences detected in arm_97_sfc.nc! ***
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
*** Differences detected in lba_zt.nc! ***
*** Differences detected in lba_zm.nc! ***
*** Differences detected in lba_sfc.nc! ***
Diffing rico netCDF (*.nc) files
Diffing twp_ice netCDF (*.nc) files
*** Differences detected in twp_ice_zt.nc! ***
*** Differences detected in twp_ice_zm.nc! ***
*** Differences detected in twp_ice_sfc.nc! ***
Diffing wangara netCDF (*.nc) files
There were some differences detected!
There were differences detected in netCDF (*.nc) files.
................................................................................................................................................................................................................................................................................................................................................................................................................................................................................./home/jenkins/workspace/clubb_bin_diff_regression_backwards_compatibility_gfortran_test/repo/compile/../src/CLUBB_core/pdf_closure_module.F90:1276:63:
1276 | if (iiPDF_type == iiPDF_ADG1 .or. iiPDF_type == iiPDF_ADG2
| 1
Error: Missing ‘)’ in statement at or before (1)
/home/jenkins/workspace/clubb_bin_diff_regression_backwards_compatibility_gfortran_test/repo/compile/../src/CLUBB_core/pdf_closure_module.F90:1277:35:
1277 | .or. iiPDF_type == iiPDF_new_hybrid)
| 1
Error: Invalid character in name at (1)
/home/jenkins/workspace/clubb_bin_diff_regression_backwards_compatibility_gfortran_test/repo/compile/../src/CLUBB_core/pdf_closure_module.F90:1285:7:
1285 | end if
| 1
Error: Expecting END SUBROUTINE statement at (1)
/home/jenkins/workspace/clubb_bin_diff_regression_backwards_compatibility_gfortran_test/repo/compile/../src/CLUBB_core/pdf_closure_module.F90:3025:37:
3025 | subroutine calc_w_up_in_cloud(gr, a, C_1, C_2, w_1, w_2, &
| 1
Error: Symbol ‘a’ at (1) has no IMPLICIT type
/home/jenkins/workspace/clubb_bin_diff_regression_backwards_compatibility_gfortran_test/repo/compile/../src/CLUBB_core/pdf_closure_module.F90:3025:42:
3025 | subroutine calc_w_up_in_cloud(gr, a, C_1, C_2, w_1, w_2, &
| 1
Error: Symbol ‘c_1’ at (1) has no IMPLICIT type; did you mean ‘w_1’?
/home/jenkins/workspace/clubb_bin_diff_regression_backwards_compatibility_gfortran_test/repo/compile/../src/CLUBB_core/pdf_closure_module.F90:3025:47:
3025 | subroutine calc_w_up_in_cloud(gr, a, C_1, C_2, w_1, w_2, &
| 1
Error: Symbol ‘c_2’ at (1) has no IMPLICIT type; did you mean ‘w_2’?
/home/jenkins/workspace/clubb_bin_diff_regression_backwards_compatibility_gfortran_test/repo/compile/../src/CLUBB_core/pdf_closure_module.F90:3062:18:
3062 | cloud_frac_1, & ! cloud fraction (1st PDF component) [-]
| 1
Error: Symbol at (1) is not a DUMMY variable
/home/jenkins/workspace/clubb_bin_diff_regression_backwards_compatibility_gfortran_test/repo/compile/../src/CLUBB_core/pdf_closure_module.F90:3063:18:
3063 | cloud_frac_2, & ! cloud fraction (2nd PDF component) [-]
| 1
Error: Symbol at (1) is not a DUMMY variable
/home/jenkins/workspace/clubb_bin_diff_regression_backwards_compatibility_gfortran_test/repo/compile/../src/CLUBB_core/pdf_closure_module.F90:3079:8:
3079 | do i = 1, gr%nz
| 1
Error: Symbol ‘i’ at (1) has no IMPLICIT type
/home/jenkins/workspace/clubb_bin_diff_regression_backwards_compatibility_gfortran_test/repo/compile/../src/CLUBB_core/pdf_closure_module.F90:3061:15:
3061 | mixt_frac, & ! mixture fraction [-]
| 1
Error: Symbol at (1) is not a DUMMY variable
/home/jenkins/workspace/clubb_bin_diff_regression_backwards_compatibility_gfortran_test/repo/compile/../src/CLUBB_core/pdf_closure_module.F90:284:19:
284 | w_up_in_cloud ! wm over Clouds [m/s] TODO Correct place?
| 1
Error: Symbol at (1) is not a DUMMY variable
/home/jenkins/workspace/clubb_bin_diff_regression_backwards_compatibility_gfortran_test/repo/compile/../src/CLUBB_core/pdf_closure_module.F90:3076:31:
3076 | stdev_w_1 = sqrt(varnce_w_1(1,:))
| 1
Error: Rank mismatch in array reference at (1) (2/1)
/home/jenkins/workspace/clubb_bin_diff_regression_backwards_compatibility_gfortran_test/repo/compile/../src/CLUBB_core/pdf_closure_module.F90:3077:31:
3077 | stdev_w_2 = sqrt(varnce_w_2(1,:))
| 1
Error: Rank mismatch in array reference at (1) (2/1)
/home/jenkins/workspace/clubb_bin_diff_regression_backwards_compatibility_gfortran_test/repo/compile/../src/CLUBB_core/pdf_closure_module.F90:1284:34:
1284 | w_up_in_cloud(1,:) ) ! Out
| 1
Error: Rank mismatch in array reference at (1) (2/1)
make[1]: *** [Make.clubb_param:120: pdf_closure_module.o] Error 1
make: *** [Makefile:14: libclubb_param.a] Error 2
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 987d63de489d2baa09ad6e1538b2c6dbb7551690 already saved
Diffing: 'repo/run_scripts/run_bindiff_all.bash 79bc651171add5b6a340be02cf6f775ddc779aaa 987d63de489d2baa09ad6e1538b2c6dbb7551690'
Checking out edb7bc84684712739876ec803541ba3b165f4a5a
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 79bc651171add5b6a340be02cf6f775ddc779aaa already saved
Diffing: 'repo/run_scripts/run_bindiff_all.bash edb7bc84684712739876ec803541ba3b165f4a5a 79bc651171add5b6a340be02cf6f775ddc779aaa'
Checking out 17d242a65d579c70299dfcecb853f2aed5e0feb1
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 edb7bc84684712739876ec803541ba3b165f4a5a already saved
Diffing: 'repo/run_scripts/run_bindiff_all.bash 17d242a65d579c70299dfcecb853f2aed5e0feb1 edb7bc84684712739876ec803541ba3b165f4a5a'
Checking out a29c355bfc54d7459a6107cf45b593473dcce8d1
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 17d242a65d579c70299dfcecb853f2aed5e0feb1 already saved
Diffing: 'repo/run_scripts/run_bindiff_all.bash a29c355bfc54d7459a6107cf45b593473dcce8d1 17d242a65d579c70299dfcecb853f2aed5e0feb1'
Checking out 9638a7486c38e3dbd7403422b6dc5a9d5bdf7d46
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 a29c355bfc54d7459a6107cf45b593473dcce8d1 already saved
Diffing: 'repo/run_scripts/run_bindiff_all.bash 9638a7486c38e3dbd7403422b6dc5a9d5bdf7d46 a29c355bfc54d7459a6107cf45b593473dcce8d1'
Checking out 3c47dcdc6b5d8ecb855c2df36a86e3e778e4820d
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 9638a7486c38e3dbd7403422b6dc5a9d5bdf7d46 already saved
Diffing: 'repo/run_scripts/run_bindiff_all.bash 3c47dcdc6b5d8ecb855c2df36a86e3e778e4820d 9638a7486c38e3dbd7403422b6dc5a9d5bdf7d46'
Checking out cf9db3f9448ad0c5a97fcf3b005a645b6b6a927a
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 3c47dcdc6b5d8ecb855c2df36a86e3e778e4820d already saved
Diffing: 'repo/run_scripts/run_bindiff_all.bash cf9db3f9448ad0c5a97fcf3b005a645b6b6a927a 3c47dcdc6b5d8ecb855c2df36a86e3e778e4820d'
Checking out 1b4ca12287908273f189d8588e7a39755cd4fb6d
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 cf9db3f9448ad0c5a97fcf3b005a645b6b6a927a already saved
Diffing: 'repo/run_scripts/run_bindiff_all.bash 1b4ca12287908273f189d8588e7a39755cd4fb6d cf9db3f9448ad0c5a97fcf3b005a645b6b6a927a'
Checking out ae681935179f62ffb588fe2aab7c95780034f153
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 1b4ca12287908273f189d8588e7a39755cd4fb6d already saved
Diffing: 'repo/run_scripts/run_bindiff_all.bash ae681935179f62ffb588fe2aab7c95780034f153 1b4ca12287908273f189d8588e7a39755cd4fb6d'
Checking out a931651e75fe59f3c0435a3b8d1ced442a89d9cc
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 ae681935179f62ffb588fe2aab7c95780034f153 already saved
Diffing: 'repo/run_scripts/run_bindiff_all.bash a931651e75fe59f3c0435a3b8d1ced442a89d9cc ae681935179f62ffb588fe2aab7c95780034f153'
Checking out 1c59a5018700023f704a46b68ad581445427d51f
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 a931651e75fe59f3c0435a3b8d1ced442a89d9cc already saved
Diffing: 'repo/run_scripts/run_bindiff_all.bash 1c59a5018700023f704a46b68ad581445427d51f a931651e75fe59f3c0435a3b8d1ced442a89d9cc'
Checking out cea625cee42c8cbf6d1793eaae65f6bb136b16f9
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'Directory 1 is /home/jenkins/workspace/clubb_bin_diff_regression_backwards_compatibility_gfortran_test/cea625cee42c8cbf6d1793eaae65f6bb136b16f9.
Directory 2 is /home/jenkins/workspace/clubb_bin_diff_regression_backwards_compatibility_gfortran_test/1c59a5018700023f704a46b68ad581445427d51f.
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/pdf_closure_module.F90:1276:63:
1276 | if (iiPDF_type == iiPDF_ADG1 .or. iiPDF_type == iiPDF_ADG2
| 1
Error: Missing ‘)’ in statement at or before (1)
/home/jenkins/workspace/clubb_bin_diff_regression_backwards_compatibility_gfortran_test/repo/compile/../src/CLUBB_core/pdf_closure_module.F90:1277:35:
1277 | .or. iiPDF_type == iiPDF_new_hybrid)
| 1
Error: Invalid character in name at (1)
/home/jenkins/workspace/clubb_bin_diff_regression_backwards_compatibility_gfortran_test/repo/compile/../src/CLUBB_core/pdf_closure_module.F90:1285:7:
1285 | end if
| 1
Error: Expecting END SUBROUTINE statement at (1)
/home/jenkins/workspace/clubb_bin_diff_regression_backwards_compatibility_gfortran_test/repo/compile/../src/CLUBB_core/pdf_closure_module.F90:3089:8:
3089 | do i = 1, gr%nz
| 1
Error: Symbol ‘i’ at (1) has no IMPLICIT type
/home/jenkins/workspace/clubb_bin_diff_regression_backwards_compatibility_gfortran_test/repo/compile/../src/CLUBB_core/pdf_closure_module.F90:284:19:
284 | w_up_in_cloud ! wm over Clouds [m/s] TODO Correct place?
| 1
Error: Symbol at (1) is not a DUMMY variable
/home/jenkins/workspace/clubb_bin_diff_regression_backwards_compatibility_gfortran_test/repo/compile/../src/CLUBB_core/pdf_closure_module.F90:3086:31:
3086 | stdev_w_1 = sqrt(varnce_w_1(1,:))
| 1
Error: Rank mismatch in array reference at (1) (2/1)
/home/jenkins/workspace/clubb_bin_diff_regression_backwards_compatibility_gfortran_test/repo/compile/../src/CLUBB_core/pdf_closure_module.F90:3087:31:
3087 | stdev_w_2 = sqrt(varnce_w_2(1,:))
| 1
Error: Rank mismatch in array reference at (1) (2/1)
/home/jenkins/workspace/clubb_bin_diff_regression_backwards_compatibility_gfortran_test/repo/compile/../src/CLUBB_core/pdf_closure_module.F90:1284:34:
1284 | w_up_in_cloud(1,:) ) ! Out
| 1
Error: Rank mismatch in array reference at (1) (2/1)
make[1]: *** [Make.clubb_param:120: pdf_closure_module.o] Error 1
make[1]: *** Waiting for unfinished jobs....
/home/jenkins/workspace/clubb_bin_diff_regression_backwards_compatibility_gfortran_test/repo/compile/../src/CLUBB_core/stats_clubb_utilities.F90:1862:60:
1862 | thlm, rtm, wprtp, wpthlp, w_up_in_cloud, &
| 1
Error: Symbol ‘w_up_in_cloud’ at (1) has no IMPLICIT type; did you mean ‘ircm_in_cloud’?
make[1]: *** [Make.clubb_param:142: stats_clubb_utilities.o] Error 1
make: *** [Makefile:14: libclubb_param.a] Error 2
Directory 1 is /home/jenkins/workspace/clubb_bin_diff_regression_backwards_compatibility_gfortran_test/6aa4ad30eef8b9bc2ce8dc46fb355d414b431542.
Directory 2 is /home/jenkins/workspace/clubb_bin_diff_regression_backwards_compatibility_gfortran_test/cea625cee42c8cbf6d1793eaae65f6bb136b16f9.
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/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:132:23:
132 | 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 WARNING: Line has forbidden elements: .eq. .
51 : if ( total_mismatches .eq. 0 ) then
CLUBBStandardsCheck.pl WARNING: Line has forbidden elements: .ge. .
148 : total_mismatches = total_mismatches + COUNT(abs(result - result_cmp) .ge. eps)
CLUBBStandardsCheck.pl WARNING: Line has forbidden elements: .ge. .
159 : total_mismatches = total_mismatches + COUNT(abs(result - result_cmp) .ge. eps)
CLUBBStandardsCheck.pl WARNING: Line has forbidden elements: .ge. .
169 : total_mismatches = total_mismatches + COUNT(abs(result - result_cmp) .ge. eps)
CLUBBStandardsCheck.pl WARNING: Line has forbidden elements: .ge. .
187 : total_mismatches = total_mismatches + COUNT(abs(result - result_cmp) .ge. eps)
CLUBBStandardsCheck.pl WARNING: Line has forbidden elements: .ge. .
198 : total_mismatches = total_mismatches + COUNT(abs(result - result_cmp) .ge. eps)
CLUBBStandardsCheck.pl WARNING: Line has forbidden elements: .ge. .
208 : total_mismatches = total_mismatches + COUNT(abs(result - result_cmp) .ge. eps)
CLUBBStandardsCheck.pl WARNING: Line has forbidden elements: .ge. .
225 : total_mismatches = total_mismatches + COUNT(abs(result - result_cmp) .ge. eps)
CLUBBStandardsCheck.pl WARNING: File has forbidden elements.
../src/G_unit_test_types/w_up_in_cloud_tests.F90
--------------------------------------------------------------------------------
CLUBBStandardsCheck.pl has finished.
Directory 1 is /home/jenkins/workspace/clubb_bin_diff_regression_backwards_compatibility_gfortran_test/e33002f85d35ee72f9b155437f36e9c103765cc3.
Directory 2 is /home/jenkins/workspace/clubb_bin_diff_regression_backwards_compatibility_gfortran_test/6aa4ad30eef8b9bc2ce8dc46fb355d414b431542.
Diffing arm netCDF (*.nc) files
*** Differences detected in arm_zt.nc! ***
*** Differences detected in arm_zm.nc! ***
*** Differences detected in arm_sfc.nc! ***
Diffing arm_97 netCDF (*.nc) files
*** Differences detected in arm_97_zt.nc! ***
*** Differences detected in arm_97_zm.nc! ***
*** Differences detected in arm_97_sfc.nc! ***
Diffing atex netCDF (*.nc) files
*** Differences detected in atex_zt.nc! ***
*** Differences detected in atex_zm.nc! ***
*** Differences detected in atex_sfc.nc! ***
Diffing bomex netCDF (*.nc) files
*** Differences detected in bomex_zt.nc! ***
*** Differences detected in bomex_zm.nc! ***
*** Differences detected in bomex_sfc.nc! ***
Diffing dycoms2_rf01 netCDF (*.nc) files
*** Differences detected in dycoms2_rf01_zt.nc! ***
*** Differences detected in dycoms2_rf01_zm.nc! ***
*** Differences detected in dycoms2_rf01_sfc.nc! ***
Diffing dycoms2_rf02_ds netCDF (*.nc) files
*** Differences detected in dycoms2_rf02_ds_zt.nc! ***
*** Differences detected in dycoms2_rf02_ds_zm.nc! ***
*** Differences detected in dycoms2_rf02_ds_sfc.nc! ***
Diffing gabls3_night netCDF (*.nc) files
*** Differences detected in gabls3_night_zt.nc! ***
*** Differences detected in gabls3_night_zm.nc! ***
*** Differences detected in gabls3_night_sfc.nc! ***
Diffing lba netCDF (*.nc) files
*** Differences detected in lba_zt.nc! ***
*** Differences detected in lba_zm.nc! ***
*** Differences detected in lba_sfc.nc! ***
Diffing rico netCDF (*.nc) files
*** Differences detected in rico_zt.nc! ***
*** Differences detected in rico_zm.nc! ***
*** Differences detected in rico_sfc.nc! ***
Diffing twp_ice netCDF (*.nc) files
*** Differences detected in twp_ice_zt.nc! ***
*** Differences detected in twp_ice_zm.nc! ***
*** Differences detected in twp_ice_sfc.nc! ***
Diffing wangara netCDF (*.nc) files
*** Differences detected in wangara_zt.nc! ***
*** Differences detected in wangara_zm.nc! ***
*** Differences detected in wangara_sfc.nc! ***
There were some differences detected!
There were differences detected in netCDF (*.nc) files.
..................................................................................................................................................................................................................................................................................................................................................................................................................................................................................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 WARNING: Line has forbidden elements: .eq. .
51 : if ( total_mismatches .eq. 0 ) then
CLUBBStandardsCheck.pl WARNING: Line has forbidden elements: .ge. .
148 : total_mismatches = total_mismatches + COUNT(abs(result - result_cmp) .ge. eps)
CLUBBStandardsCheck.pl WARNING: Line has forbidden elements: .ge. .
159 : total_mismatches = total_mismatches + COUNT(abs(result - result_cmp) .ge. eps)
CLUBBStandardsCheck.pl WARNING: Line has forbidden elements: .ge. .
169 : total_mismatches = total_mismatches + COUNT(abs(result - result_cmp) .ge. eps)
CLUBBStandardsCheck.pl WARNING: Line has forbidden elements: .ge. .
187 : total_mismatches = total_mismatches + COUNT(abs(result - result_cmp) .ge. eps)
CLUBBStandardsCheck.pl WARNING: Line has forbidden elements: .ge. .
198 : total_mismatches = total_mismatches + COUNT(abs(result - result_cmp) .ge. eps)
CLUBBStandardsCheck.pl WARNING: Line has forbidden elements: .ge. .
208 : total_mismatches = total_mismatches + COUNT(abs(result - result_cmp) .ge. eps)
CLUBBStandardsCheck.pl WARNING: Line has forbidden elements: .ge. .
225 : total_mismatches = total_mismatches + COUNT(abs(result - result_cmp) .ge. eps)
CLUBBStandardsCheck.pl WARNING: File has forbidden elements.
../src/G_unit_test_types/w_up_in_cloud_tests.F90
--------------------------------------------------------------------------------
CLUBBStandardsCheck.pl has finished.
Directory 1 is /home/jenkins/workspace/clubb_bin_diff_regression_backwards_compatibility_gfortran_test/7a8e16c077839c803937a1346546fd5419c541a2.
Directory 2 is /home/jenkins/workspace/clubb_bin_diff_regression_backwards_compatibility_gfortran_test/e33002f85d35ee72f9b155437f36e9c103765cc3.
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]
../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 WARNING: Line has forbidden elements: .eq. .
51 : if ( total_mismatches .eq. 0 ) then
CLUBBStandardsCheck.pl WARNING: Line has forbidden elements: .ge. .
148 : total_mismatches = total_mismatches + COUNT(abs(result - result_cmp) .ge. eps)
CLUBBStandardsCheck.pl WARNING: Line has forbidden elements: .ge. .
159 : total_mismatches = total_mismatches + COUNT(abs(result - result_cmp) .ge. eps)
CLUBBStandardsCheck.pl WARNING: Line has forbidden elements: .ge. .
169 : total_mismatches = total_mismatches + COUNT(abs(result - result_cmp) .ge. eps)
CLUBBStandardsCheck.pl WARNING: Line has forbidden elements: .ge. .
187 : total_mismatches = total_mismatches + COUNT(abs(result - result_cmp) .ge. eps)
CLUBBStandardsCheck.pl WARNING: Line has forbidden elements: .ge. .
198 : total_mismatches = total_mismatches + COUNT(abs(result - result_cmp) .ge. eps)
CLUBBStandardsCheck.pl WARNING: Line has forbidden elements: .ge. .
208 : total_mismatches = total_mismatches + COUNT(abs(result - result_cmp) .ge. eps)
CLUBBStandardsCheck.pl WARNING: Line has forbidden elements: .ge. .
225 : total_mismatches = total_mismatches + COUNT(abs(result - result_cmp) .ge. eps)
CLUBBStandardsCheck.pl WARNING: File has forbidden elements.
../src/G_unit_test_types/w_up_in_cloud_tests.F90
--------------------------------------------------------------------------------
CLUBBStandardsCheck.pl has finished.
Directory 1 is /home/jenkins/workspace/clubb_bin_diff_regression_backwards_compatibility_gfortran_test/f7cd1d8ccc310129bfb3ceb243b0c47284eaccf5.
Directory 2 is /home/jenkins/workspace/clubb_bin_diff_regression_backwards_compatibility_gfortran_test/7a8e16c077839c803937a1346546fd5419c541a2.
Diffing arm netCDF (*.nc) files
*** Differences detected in arm_zt.nc! ***
Diffing arm_97 netCDF (*.nc) files
*** Differences detected in arm_97_zt.nc! ***
Diffing atex netCDF (*.nc) files
*** Differences detected in atex_zt.nc! ***
Diffing bomex netCDF (*.nc) files
*** Differences detected in bomex_zt.nc! ***
Diffing dycoms2_rf01 netCDF (*.nc) files
*** Differences detected in dycoms2_rf01_zt.nc! ***
Diffing dycoms2_rf02_ds netCDF (*.nc) files
*** Differences detected in dycoms2_rf02_ds_zt.nc! ***
Diffing gabls3_night netCDF (*.nc) files
*** Differences detected in gabls3_night_zt.nc! ***
Diffing lba netCDF (*.nc) files
*** Differences detected in lba_zt.nc! ***
Diffing rico netCDF (*.nc) files
*** Differences detected in rico_zt.nc! ***
Diffing twp_ice netCDF (*.nc) files
*** Differences detected in twp_ice_zt.nc! ***
Diffing wangara netCDF (*.nc) files
*** Differences detected in wangara_zt.nc! ***
There were some differences detected!
There were differences detected in netCDF (*.nc) files.
................................................................................................................................................................................................................................................................................................................................................................................................................................................................................../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:132:23:
132 | 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/202f78110b0f343f565b8ac1ea633ded7b27ee11.
Directory 2 is /home/jenkins/workspace/clubb_bin_diff_regression_backwards_compatibility_gfortran_test/f7cd1d8ccc310129bfb3ceb243b0c47284eaccf5.
Diffing arm netCDF (*.nc) files
*** Differences detected in arm_zt.nc! ***
*** Differences detected in arm_zm.nc! ***
*** Differences detected in arm_sfc.nc! ***
Diffing arm_97 netCDF (*.nc) files
*** Differences detected in arm_97_zt.nc! ***
*** Differences detected in arm_97_zm.nc! ***
*** Differences detected in arm_97_sfc.nc! ***
Diffing atex netCDF (*.nc) files
*** Differences detected in atex_zt.nc! ***
*** Differences detected in atex_zm.nc! ***
*** Differences detected in atex_sfc.nc! ***
Diffing bomex netCDF (*.nc) files
*** Differences detected in bomex_zt.nc! ***
*** Differences detected in bomex_zm.nc! ***
*** Differences detected in bomex_sfc.nc! ***
Diffing dycoms2_rf01 netCDF (*.nc) files
*** Differences detected in dycoms2_rf01_zt.nc! ***
*** Differences detected in dycoms2_rf01_zm.nc! ***
*** Differences detected in dycoms2_rf01_sfc.nc! ***
Diffing dycoms2_rf02_ds netCDF (*.nc) files
*** Differences detected in dycoms2_rf02_ds_zt.nc! ***
*** Differences detected in dycoms2_rf02_ds_zm.nc! ***
*** Differences detected in dycoms2_rf02_ds_sfc.nc! ***
Diffing gabls3_night netCDF (*.nc) files
*** Differences detected in gabls3_night_zt.nc! ***
*** Differences detected in gabls3_night_zm.nc! ***
*** Differences detected in gabls3_night_sfc.nc! ***
Diffing lba netCDF (*.nc) files
*** Differences detected in lba_zt.nc! ***
*** Differences detected in lba_zm.nc! ***
*** Differences detected in lba_sfc.nc! ***
Diffing rico netCDF (*.nc) files
*** Differences detected in rico_zt.nc! ***
*** Differences detected in rico_zm.nc! ***
*** Differences detected in rico_sfc.nc! ***
Diffing twp_ice netCDF (*.nc) files
*** Differences detected in twp_ice_zt.nc! ***
*** Differences detected in twp_ice_zm.nc! ***
*** Differences detected in twp_ice_sfc.nc! ***
Diffing wangara netCDF (*.nc) files
*** Differences detected in wangara_zt.nc! ***
*** Differences detected in wangara_zm.nc! ***
*** Differences detected in wangara_sfc.nc! ***
There were some differences detected!
There were differences detected in netCDF (*.nc) files.
................................................................................................................................................................................................................................................................................................................................................................................................................................................................................../home/jenkins/workspace/clubb_bin_diff_regression_backwards_compatibility_gfortran_test/repo/compile/../src/CLUBB_core/pdf_closure_module.F90:1284:62:
1284 | pdf_params%varnce_w_1(1,:), pdf_paradms%varnce_w_2(1,:), & ! In
| 1
Error: Symbol ‘pdf_paradms’ at (1) has no IMPLICIT type
make[1]: *** [Make.clubb_param:120: pdf_closure_module.o] Error 1
make: *** [Makefile:14: libclubb_param.a] Error 2
Directory 1 is /home/jenkins/workspace/clubb_bin_diff_regression_backwards_compatibility_gfortran_test/df3b263c7525b030ed469116534560eb74ae8ddf.
Directory 2 is /home/jenkins/workspace/clubb_bin_diff_regression_backwards_compatibility_gfortran_test/202f78110b0f343f565b8ac1ea633ded7b27ee11.
Diffing arm netCDF (*.nc) files
*** Differences detected in arm_zt.nc! ***
Diffing arm_97 netCDF (*.nc) files
*** Differences detected in arm_97_zt.nc! ***
Diffing atex netCDF (*.nc) files
*** Differences detected in atex_zt.nc! ***
Diffing bomex netCDF (*.nc) files
*** Differences detected in bomex_zt.nc! ***
Diffing dycoms2_rf01 netCDF (*.nc) files
*** Differences detected in dycoms2_rf01_zt.nc! ***
Diffing dycoms2_rf02_ds netCDF (*.nc) files
*** Differences detected in dycoms2_rf02_ds_zt.nc! ***
Diffing gabls3_night netCDF (*.nc) files
*** Differences detected in gabls3_night_zt.nc! ***
Diffing lba netCDF (*.nc) files
*** Differences detected in lba_zt.nc! ***
Diffing rico netCDF (*.nc) files
*** Differences detected in rico_zt.nc! ***
Diffing twp_ice netCDF (*.nc) files
*** Differences detected in twp_ice_zt.nc! ***
Diffing wangara netCDF (*.nc) files
*** Differences detected in wangara_zt.nc! ***
There were some differences detected!
There were differences detected in netCDF (*.nc) files.
Directory 1 is /home/jenkins/workspace/clubb_bin_diff_regression_backwards_compatibility_gfortran_test/335d83b7e89d00fa3cd1ce727356d6d7b006dd36.
Directory 2 is /home/jenkins/workspace/clubb_bin_diff_regression_backwards_compatibility_gfortran_test/df3b263c7525b030ed469116534560eb74ae8ddf.
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!
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 1c59a5018700023f704a46b68ad581445427d51f already saved
Diffing: 'repo/run_scripts/run_bindiff_all.bash cea625cee42c8cbf6d1793eaae65f6bb136b16f9 1c59a5018700023f704a46b68ad581445427d51f'
Checking out 6aa4ad30eef8b9bc2ce8dc46fb355d414b431542
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 cea625cee42c8cbf6d1793eaae65f6bb136b16f9 already saved
Diffing: 'repo/run_scripts/run_bindiff_all.bash 6aa4ad30eef8b9bc2ce8dc46fb355d414b431542 cea625cee42c8cbf6d1793eaae65f6bb136b16f9'
Checking out e33002f85d35ee72f9b155437f36e9c103765cc3
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 6aa4ad30eef8b9bc2ce8dc46fb355d414b431542 already saved
Diffing: 'repo/run_scripts/run_bindiff_all.bash e33002f85d35ee72f9b155437f36e9c103765cc3 6aa4ad30eef8b9bc2ce8dc46fb355d414b431542'
Checking out 7a8e16c077839c803937a1346546fd5419c541a2
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 e33002f85d35ee72f9b155437f36e9c103765cc3 already saved
Diffing: 'repo/run_scripts/run_bindiff_all.bash 7a8e16c077839c803937a1346546fd5419c541a2 e33002f85d35ee72f9b155437f36e9c103765cc3'
Checking out f7cd1d8ccc310129bfb3ceb243b0c47284eaccf5
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 7a8e16c077839c803937a1346546fd5419c541a2 already saved
Diffing: 'repo/run_scripts/run_bindiff_all.bash f7cd1d8ccc310129bfb3ceb243b0c47284eaccf5 7a8e16c077839c803937a1346546fd5419c541a2'
Checking out 202f78110b0f343f565b8ac1ea633ded7b27ee11
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 f7cd1d8ccc310129bfb3ceb243b0c47284eaccf5 already saved
Diffing: 'repo/run_scripts/run_bindiff_all.bash 202f78110b0f343f565b8ac1ea633ded7b27ee11 f7cd1d8ccc310129bfb3ceb243b0c47284eaccf5'
Checking out df3b263c7525b030ed469116534560eb74ae8ddf
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 202f78110b0f343f565b8ac1ea633ded7b27ee11 already saved
Diffing: 'repo/run_scripts/run_bindiff_all.bash df3b263c7525b030ed469116534560eb74ae8ddf 202f78110b0f343f565b8ac1ea633ded7b27ee11'
Output from 335d83b7e89d00fa3cd1ce727356d6d7b006dd36 already saved
Output from df3b263c7525b030ed469116534560eb74ae8ddf already saved
Diffing: 'repo/run_scripts/run_bindiff_all.bash 335d83b7e89d00fa3cd1ce727356d6d7b006dd36 df3b263c7525b030ed469116534560eb74ae8ddf'
Found:
1c59a5018700023f704a46b68ad581445427d51f
e33002f85d35ee72f9b155437f36e9c103765cc3
f7cd1d8ccc310129bfb3ceb243b0c47284eaccf5
202f78110b0f343f565b8ac1ea633ded7b27ee11
df3b263c7525b030ed469116534560eb74ae8ddf
=============================== Test Results ===============================
Commit Range Checked = 9f1e1ad0e80be0a00148ceb1373cd3dd82e9469a...335d83b7e89d00fa3cd1ce727356d6d7b006dd36
New Unresolved Commits:
1c59a5018700023f704a46b68ad581445427d51f
e33002f85d35ee72f9b155437f36e9c103765cc3
f7cd1d8ccc310129bfb3ceb243b0c47284eaccf5
202f78110b0f343f565b8ac1ea633ded7b27ee11
df3b263c7525b030ed469116534560eb74ae8ddf
No fake BIT_CHANGING commits found.
Remaining Unresolved Commits:
1c59a5018700023f704a46b68ad581445427d51f
e33002f85d35ee72f9b155437f36e9c103765cc3
f7cd1d8ccc310129bfb3ceb243b0c47284eaccf5
202f78110b0f343f565b8ac1ea633ded7b27ee11
df3b263c7525b030ed469116534560eb74ae8ddf
=============================== Updating Config File ===============================
Saving into UnresolvedCommits: 1c59a5018700023f704a46b68ad581445427d51f
e33002f85d35ee72f9b155437f36e9c103765cc3
f7cd1d8ccc310129bfb3ceb243b0c47284eaccf5
202f78110b0f343f565b8ac1ea633ded7b27ee11
df3b263c7525b030ed469116534560eb74ae8ddf
Saving into BaselineCommit: 335d83b7e89d00fa3cd1ce727356d6d7b006dd36
=============================== Cleanup ===============================
Removed repo.
Removing all but final generated output.
REMOVING: 9f1e1ad0e80be0a00148ceb1373cd3dd82e9469a
REMOVING: 987d63de489d2baa09ad6e1538b2c6dbb7551690
REMOVING: 79bc651171add5b6a340be02cf6f775ddc779aaa
REMOVING: edb7bc84684712739876ec803541ba3b165f4a5a
REMOVING: 17d242a65d579c70299dfcecb853f2aed5e0feb1
REMOVING: a29c355bfc54d7459a6107cf45b593473dcce8d1
REMOVING: 9638a7486c38e3dbd7403422b6dc5a9d5bdf7d46
REMOVING: 3c47dcdc6b5d8ecb855c2df36a86e3e778e4820d
REMOVING: cf9db3f9448ad0c5a97fcf3b005a645b6b6a927a
REMOVING: 1b4ca12287908273f189d8588e7a39755cd4fb6d
REMOVING: ae681935179f62ffb588fe2aab7c95780034f153
REMOVING: a931651e75fe59f3c0435a3b8d1ced442a89d9cc
REMOVING: 1c59a5018700023f704a46b68ad581445427d51f
REMOVING: cea625cee42c8cbf6d1793eaae65f6bb136b16f9
REMOVING: 6aa4ad30eef8b9bc2ce8dc46fb355d414b431542
REMOVING: e33002f85d35ee72f9b155437f36e9c103765cc3
REMOVING: 7a8e16c077839c803937a1346546fd5419c541a2
REMOVING: f7cd1d8ccc310129bfb3ceb243b0c47284eaccf5
REMOVING: 202f78110b0f343f565b8ac1ea633ded7b27ee11
REMOVING: df3b263c7525b030ed469116534560eb74ae8ddf
RENAMING 335d83b7e89d00fa3cd1ce727356d6d7b006dd36 to latest_revision_validated_335d83b7e89d00fa3cd1ce727356d6d7b006dd36
================== Unresolved Commit Status ==================
Remaining Unresolved Commits:
1c59a5018700023f704a46b68ad581445427d51f
e33002f85d35ee72f9b155437f36e9c103765cc3
f7cd1d8ccc310129bfb3ceb243b0c47284eaccf5
202f78110b0f343f565b8ac1ea633ded7b27ee11
df3b263c7525b030ed469116534560eb74ae8ddf
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