Console Output
+ source /etc/profile.d/larson-group.sh
++ export GIT_EDITOR=vi
++ GIT_EDITOR=vi
++ export SVN_EDITOR=vi
++ SVN_EDITOR=vi
++ export OMP_STACKSIZE=1048579
++ OMP_STACKSIZE=1048579
++ export LMOD_ROOT=/opt/lmod/
++ LMOD_ROOT=/opt/lmod/
++ source /opt/lmod//lmod/lmod/init/bash
+++ '[' -z '' ']'
+++ case "$-" in
+++ __lmod_vx=x
+++ '[' -n x ']'
+++ set +x
Shell debugging temporarily silenced: export LMOD_SH_DBG_ON=1 for this output (/usr/local/spack/opt/spack/linux-pop22-cascadelake/gcc-12.2.0/lmod-8.7.37-bi3kyxcdrfgw3y7vv2k7c5rjxg75qzju/lmod/lmod/init/bash)
Shell debugging restarted
+++ unset __lmod_vx
+++ find /usr/local/spack/share/spack/lmod/linux-pop22-x86_64/Core -print -quit
++ export MODULEPATH=/usr/local/spack/share/spack/lmod/linux-pop22-x86_64/Core
++ MODULEPATH=/usr/local/spack/share/spack/lmod/linux-pop22-x86_64/Core
+ module load gcc netcdf-fortran
+ '[' -z '' ']'
+ case "$-" in
+ __lmod_sh_dbg=x
+ '[' -n x ']'
+ set +x
Shell debugging temporarily silenced: export LMOD_SH_DBG_ON=1 for Lmod's output
Lmod Warning:
-------------------------------------------------------------------------------
The following dependent module(s) are not currently loaded:
gcc-runtime/13.1.0-gzedt3f (required by: mpich/4.2.1, hdf5/1.14.3-42x3zrv,
netcdf-c/4.9.2, netcdf-fortran/4.5.3)
-------------------------------------------------------------------------------
Shell debugging restarted
+ unset __lmod_sh_dbg
+ return 0
+ bash tests/run_pytests.sh -unit
============================= test session starts ==============================
platform linux -- Python 3.10.13, pytest-9.0.2, pluggy-1.6.0
rootdir: /home/jenkins/workspace/clubb_python_test
collected 129 items
utilities/pytests/test_clubb_settings_resolution.py .......... [ 7%]
utilities/pytests/test_create_multi_col_params.py ... [ 10%]
utilities/pytests/test_output_paths.py ..... [ 13%]
utilities/pytests/test_settings_rules.py .................. [ 27%]
utilities/pytests/test_time_clubb.py ...F................. [ 44%]
utilities/pytests/test_timing_profiles.py ....... [ 49%]
tuner/pytests/test_parameter_ranges.py ...... [ 54%]
tuner/pytests/test_presets.py ........... [ 62%]
tuner/pytests/test_tuning_strategy.py .................................. [ 89%]
........ [ 95%]
tuner/pytests/test_workspaces.py ...... [100%]
=================================== FAILURES ===================================
______ test_parse_arguments_rejects_managed_run_scm_options[-batch_size] _______
option = '-batch_size'
@pytest.mark.parametrize("option", ["-multicol", "-batch_size", "-out_dir"])
def test_parse_arguments_rejects_managed_run_scm_options(option):
> with pytest.raises(SystemExit):
E Failed: DID NOT RAISE <class 'SystemExit'>
utilities/pytests/test_time_clubb.py:238: Failed
=========================== short test summary info ============================
FAILED utilities/pytests/test_time_clubb.py::test_parse_arguments_rejects_managed_run_scm_options[-batch_size] - Failed: DID NOT RAISE <class 'SystemExit'>
======================== 1 failed, 128 passed in 5.32s =========================