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 edf396c22d112b1ee54f23a177cc75de8c7b56ed (refs/remotes/origin/master)
> git config core.sparsecheckout # timeout=10
> git checkout -f edf396c22d112b1ee54f23a177cc75de8c7b56ed # timeout=10
Commit message: "Modifying jenkins script. larson-group/clubb#960"
> git rev-list --no-walk edf396c22d112b1ee54f23a177cc75de8c7b56ed # 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/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
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_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]
/home/jenkins/workspace/clubb_bin_diff_regression_backwards_compatibility_gfortran_test/repo/compile/../src/SILHS/silhs_api_module.F90:317:13:
317 | 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
CLUBBStandardsCheck.pl has begun.
CLUBBStandardsCheck.pl has finished.
CLUBBStandardsCheck.pl has begun.
--------------------------------------------------------------------------------
CLUBBStandardsCheck.pl WARNING: Line has exceeded 100 characters.
3273 : write(fstderr,*) "l_damp_wp2_using_em = T requires C1=C14 and l_stability_correct_tau_zm = F"
CLUBBStandardsCheck.pl WARNING: File has lines that exceed 100 characters.
../src/CLUBB_core/advance_clubb_core_module.F90
--------------------------------------------------------------------------------
--------------------------------------------------------------------------------
CLUBBStandardsCheck.pl WARNING: Line has exceeded 100 characters.
236 : call check_nan( pdf_params%covar_chi_eta_1(1,:), "pdf_params%covar_chi_eta_1(1,:)", & ! intent(in)
CLUBBStandardsCheck.pl WARNING: Line has exceeded 100 characters.
238 : call check_nan( pdf_params%covar_chi_eta_2(1,:), "pdf_params%covar_chi_eta_2(1,:)", & ! intent(in)
CLUBBStandardsCheck.pl WARNING: File has lines that exceed 100 characters.
../src/CLUBB_core/numerical_check.F90
--------------------------------------------------------------------------------
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 WARNING: Line has exceeded 100 characters.
236 : call check_nan( pdf_params%covar_chi_eta_1(1,:), "pdf_params%covar_chi_eta_1(1,:)", & ! intent(in)
CLUBBStandardsCheck.pl WARNING: Line has exceeded 100 characters.
238 : call check_nan( pdf_params%covar_chi_eta_2(1,:), "pdf_params%covar_chi_eta_2(1,:)", & ! intent(in)
CLUBBStandardsCheck.pl WARNING: File has lines that exceed 100 characters.
../src/CLUBB_core/numerical_check.F90
--------------------------------------------------------------------------------
--------------------------------------------------------------------------------
CLUBBStandardsCheck.pl WARNING: Line has exceeded 100 characters.
3274 : write(fstderr,*) "l_damp_wp2_using_em = T requires C1=C14 and l_stability_correct_tau_zm = F"
CLUBBStandardsCheck.pl WARNING: File has lines that exceed 100 characters.
../src/CLUBB_core/advance_clubb_core_module.F90
--------------------------------------------------------------------------------
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/4ec95c3d7f31d507970b752e44f069b8380c3901.
Directory 2 is /home/jenkins/workspace/clubb_bin_diff_regression_backwards_compatibility_gfortran_test/e167731fde5874588758b751cb80764ecf9ed9c0.
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
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
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
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/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 WARNING: Line has exceeded 100 characters.
3273 : write(fstderr,*) "l_damp_wp2_using_em = T requires C1=C14 and l_stability_correct_tau_zm = F"
CLUBBStandardsCheck.pl WARNING: File has lines that exceed 100 characters.
../src/CLUBB_core/advance_clubb_core_module.F90
--------------------------------------------------------------------------------
--------------------------------------------------------------------------------
CLUBBStandardsCheck.pl WARNING: Line has exceeded 100 characters.
236 : call check_nan( pdf_params%covar_chi_eta_1(1,:), "pdf_params%covar_chi_eta_1(1,:)", & ! intent(in)
CLUBBStandardsCheck.pl WARNING: Line has exceeded 100 characters.
238 : call check_nan( pdf_params%covar_chi_eta_2(1,:), "pdf_params%covar_chi_eta_2(1,:)", & ! intent(in)
CLUBBStandardsCheck.pl WARNING: File has lines that exceed 100 characters.
../src/CLUBB_core/numerical_check.F90
--------------------------------------------------------------------------------
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/6b0348e27a5043837b4375ad1ff187d3028903f2.
Directory 2 is /home/jenkins/workspace/clubb_bin_diff_regression_backwards_compatibility_gfortran_test/e167731fde5874588758b751cb80764ecf9ed9c0.
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
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
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
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 WARNING: Line has exceeded 100 characters.
236 : call check_nan( pdf_params%covar_chi_eta_1(1,:), "pdf_params%covar_chi_eta_1(1,:)", & ! intent(in)
CLUBBStandardsCheck.pl WARNING: Line has exceeded 100 characters.
238 : call check_nan( pdf_params%covar_chi_eta_2(1,:), "pdf_params%covar_chi_eta_2(1,:)", & ! intent(in)
CLUBBStandardsCheck.pl WARNING: File has lines that exceed 100 characters.
../src/CLUBB_core/numerical_check.F90
--------------------------------------------------------------------------------
--------------------------------------------------------------------------------
CLUBBStandardsCheck.pl WARNING: Line has exceeded 100 characters.
3273 : write(fstderr,*) "l_damp_wp2_using_em = T requires C1=C14 and l_stability_correct_tau_zm = F"
CLUBBStandardsCheck.pl WARNING: File has lines that exceed 100 characters.
../src/CLUBB_core/advance_clubb_core_module.F90
--------------------------------------------------------------------------------
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/748d61434d2fafac5dc1be5ab965cb1858ef9162.
Directory 2 is /home/jenkins/workspace/clubb_bin_diff_regression_backwards_compatibility_gfortran_test/6b0348e27a5043837b4375ad1ff187d3028903f2.
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!
Directory 1 is /home/jenkins/workspace/clubb_bin_diff_regression_backwards_compatibility_gfortran_test/4ec95c3d7f31d507970b752e44f069b8380c3901.
Directory 2 is /home/jenkins/workspace/clubb_bin_diff_regression_backwards_compatibility_gfortran_test/748d61434d2fafac5dc1be5ab965cb1858ef9162.
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!
=============================== 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 (e167731fde5874588758b751cb80764ecf9ed9c0)
6b0348e27a5043837b4375ad1ff187d3028903f2
748d61434d2fafac5dc1be5ab965cb1858ef9162
4ec95c3d7f31d507970b752e44f069b8380c3901
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: 6b0348e27a5043837b4375ad1ff187d3028903f2
Parsing message from commit: 748d61434d2fafac5dc1be5ab965cb1858ef9162
Parsing message from commit: 4ec95c3d7f31d507970b752e44f069b8380c3901
Checking Commit: 6b0348e27a5043837b4375ad1ff187d3028903f2
Skipping: not final commit and not labelled BIT_CHANGING
Checking Commit: 748d61434d2fafac5dc1be5ab965cb1858ef9162
Skipping: not final commit and not labelled BIT_CHANGING
Checking Commit: 4ec95c3d7f31d507970b752e44f069b8380c3901
Running: final commit to check, not labelled BIT_CHANGING
Checking out 4ec95c3d7f31d507970b752e44f069b8380c3901
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 e167731fde5874588758b751cb80764ecf9ed9c0
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 4ec95c3d7f31d507970b752e44f069b8380c3901 e167731fde5874588758b751cb80764ecf9ed9c0'
[31m ISSUE WITH COMMIT DETECTED: 4ec95c3d7f31d507970b752e44f069b8380c3901 differs from e167731fde5874588758b751cb80764ecf9ed9c0[0m
Finding all BIT_CHANGING commits in range: e167731fde5874588758b751cb80764ecf9ed9c0...4ec95c3d7f31d507970b752e44f069b8380c3901
Checking out 6b0348e27a5043837b4375ad1ff187d3028903f2
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 e167731fde5874588758b751cb80764ecf9ed9c0 already saved
Diffing: 'repo/run_scripts/run_bindiff_all.bash 6b0348e27a5043837b4375ad1ff187d3028903f2 e167731fde5874588758b751cb80764ecf9ed9c0'
Checking out 748d61434d2fafac5dc1be5ab965cb1858ef9162
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 6b0348e27a5043837b4375ad1ff187d3028903f2 already saved
Diffing: 'repo/run_scripts/run_bindiff_all.bash 748d61434d2fafac5dc1be5ab965cb1858ef9162 6b0348e27a5043837b4375ad1ff187d3028903f2'
Output from 4ec95c3d7f31d507970b752e44f069b8380c3901 already saved
Output from 748d61434d2fafac5dc1be5ab965cb1858ef9162 already saved
Diffing: 'repo/run_scripts/run_bindiff_all.bash 4ec95c3d7f31d507970b752e44f069b8380c3901 748d61434d2fafac5dc1be5ab965cb1858ef9162'
Found:
6b0348e27a5043837b4375ad1ff187d3028903f2
=============================== Test Results ===============================
Commit Range Checked = e167731fde5874588758b751cb80764ecf9ed9c0...4ec95c3d7f31d507970b752e44f069b8380c3901
New Unresolved Commits:
6b0348e27a5043837b4375ad1ff187d3028903f2
No fake BIT_CHANGING commits found.
Remaining Unresolved Commits:
6b0348e27a5043837b4375ad1ff187d3028903f2
=============================== Updating Config File ===============================
Saving into UnresolvedCommits: 6b0348e27a5043837b4375ad1ff187d3028903f2
Saving into BaselineCommit: 4ec95c3d7f31d507970b752e44f069b8380c3901
=============================== Cleanup ===============================
Removed repo.
Removing all but final generated output.
REMOVING: e167731fde5874588758b751cb80764ecf9ed9c0
REMOVING: 6b0348e27a5043837b4375ad1ff187d3028903f2
REMOVING: 748d61434d2fafac5dc1be5ab965cb1858ef9162
RENAMING 4ec95c3d7f31d507970b752e44f069b8380c3901 to latest_revision_validated_4ec95c3d7f31d507970b752e44f069b8380c3901
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