Scheduled Downtime
On Tuesday 24 October 2023 @ 5pm MT the forums will be in read only mode in preparation for the downtime. On Wednesday 25 October 2023 @ 5am MT, this website will be down for maintenance and expected to return online later in the morning.
Normal Operations
The forums are back online with normal operations. If you notice any issues or errors related to the forums, please reach out to help@ucar.edu

Error in porting CESM2

Hi, I have the same error with you, but when I tried xmllint --noout --schema ../../../config/xml_schemas/config_machines.xsd config_machines.xml --debugent, I met an error: new input from file: ../../../config/xml_schemas/config_machines.xsd
Segmentation fault (core dumped)
 How to solve it?
 
Hi, I have the same error with you, but when I tried xmllint --noout --schema ../../../config/xml_schemas/config_machines.xsd config_machines.xml --debugent, I met an error: new input from file: ../../../config/xml_schemas/config_machines.xsd
Segmentation fault (core dumped)
 How to solve it?
 

jedwards

CSEG and Liaisons
Staff member
I'm not sure what the --debugent flag is about.   But you should be able to run the xmllint tool on the unmodified config_machines.xml file.   Then add a little at a time until you find the error.
 

jedwards

CSEG and Liaisons
Staff member
I'm not sure what the --debugent flag is about.   But you should be able to run the xmllint tool on the unmodified config_machines.xml file.   Then add a little at a time until you find the error.
 

jedwards

CSEG and Liaisons
Staff member
I'm not sure what the --debugent flag is about.   But you should be able to run the xmllint tool on the unmodified config_machines.xml file.   Then add a little at a time until you find the error.
 
Hi, I have the same error and I use your idea: xmllint --noout --schema $CIMEROOT/config/xml_schemas/config_machines.xsd config_machines.xml to see the error in my config_machines.xml, but I got Segmentation fault (core dumped).
 
Hi, I have the same error and I use your idea: xmllint --noout --schema $CIMEROOT/config/xml_schemas/config_machines.xsd config_machines.xml to see the error in my config_machines.xml, but I got Segmentation fault (core dumped).
 
Hi, I have the same error and I use your idea: xmllint --noout --schema $CIMEROOT/config/xml_schemas/config_machines.xsd config_machines.xml to see the error in my config_machines.xml, but I got Segmentation fault (core dumped).
 
I am trying also to port CESM2 to my machine and having an error test_createnewcase as following (attached are my *xml files)./scripts_regression_tests.py  Testing commit 3861ef9f890b0d169982014c0204faab091845c3Using cime_model = cesmTesting machine = circeTest root: /work/e/elshorbany/CESM/scripts_regression_test.20190322_191327 pylint version 1.5 or newer not found, pylint tests skippedtest_CIMEXML_doctests (__main__.A_RunUnitTests) ... oktest_CIME_doctests (__main__.A_RunUnitTests) ... oktest_resolve_variable_name (__main__.A_RunUnitTests) ... oktest_unittests (__main__.A_RunUnitTests) ... .........................----------------------------------------------------------------------Ran 25 tests in 0.073s OKoktest_script_is_callable (__main__.G_TestMacrosBasic)The test script can be called on valid output without dying. ... oktest_script_rejects_bad_build_system (__main__.G_TestMacrosBasic)The macro writer rejects a bad build system string. ... oktest_script_rejects_bad_xml (__main__.G_TestMacrosBasic)The macro writer rejects input that's not valid XML. ... oktest_append_flags (__main__.H_TestMakeMacros)Test appending flags to a list. ... oktest_append_flags_without_base (__main__.H_TestMakeMacros)Test appending flags to a value set before Macros is included. ... oktest_base_flags (__main__.H_TestMakeMacros)Test that we get "base" compiler flags. ... oktest_build_time_append_flags (__main__.H_TestMakeMacros)Test build_time selection of compiler flags. ... oktest_build_time_attribute (__main__.H_TestMakeMacros)The macro writer writes conditionals for build-time choices. ... oktest_build_time_base_flags (__main__.H_TestMakeMacros)Test selection of base flags based on build-time attributes. ... oktest_build_time_base_flags_same_parent (__main__.H_TestMakeMacros)Test selection of base flags in the same parent element. ... oktest_compiler_changeable_at_build_time (__main__.H_TestMakeMacros)The macro writer writes information for multiple compilers. ... oktest_config_reject_cyclical_references (__main__.H_TestMakeMacros)Test that cyclical references are rejected. ... oktest_config_reject_self_references (__main__.H_TestMakeMacros)Test that self-references are rejected. ... oktest_config_variable_insertion (__main__.H_TestMakeMacros)Test that elements insert variables from config_build. ... oktest_env_and_shell_command (__main__.H_TestMakeMacros)Test that elements work inside elements. ... oktest_environment_variable_insertion (__main__.H_TestMakeMacros)Test that elements insert environment variables. ... oktest_generic_item (__main__.H_TestMakeMacros)The macro writer can write out a single generic item. ... oktest_ignore_non_match (__main__.H_TestMakeMacros)The macro writer ignores an entry with the wrong machine name. ... oktest_mach_and_os_beats_mach (__main__.H_TestMakeMacros)The macro writer chooses the most-specific match possible. ... oktest_mach_beats_os (__main__.H_TestMakeMacros)The macro writer chooses machine-specific over os-specific matches. ... oktest_machine_specific_append_flags (__main__.H_TestMakeMacros)Test appending flags that are either more or less machine-specific. ... oktest_machine_specific_base_and_append_flags (__main__.H_TestMakeMacros)Test that machine-specific base flags coexist with machine-specific append flags. ... oktest_machine_specific_base_flags (__main__.H_TestMakeMacros)Test selection among base compiler flag sets based on machine. ... oktest_machine_specific_base_over_append_flags (__main__.H_TestMakeMacros)Test that machine-specific base flags override default append flags. ... oktest_machine_specific_item (__main__.H_TestMakeMacros)The macro writer can pick out a machine-specific item. ... oktest_multiple_shell_commands (__main__.H_TestMakeMacros)Test that more than one element can be used. ... oktest_os_specific_item (__main__.H_TestMakeMacros)The macro writer can pick out an OS-specific item. ... oktest_reject_ambiguous (__main__.H_TestMakeMacros)The macro writer dies if given an ambiguous set of matches. ... oktest_reject_duplicate_defaults (__main__.H_TestMakeMacros)The macro writer dies if given many defaults. ... oktest_reject_duplicates (__main__.H_TestMakeMacros)The macro writer dies if given many matches for a given configuration. ... oktest_shell_command_insertion (__main__.H_TestMakeMacros)Test that elements insert shell command output. ... oktest_variable_insertion_with_machine_specific_setting (__main__.H_TestMakeMacros)Test that machine-specific dependencies are correct. ... oktest_append_flags (__main__.I_TestCMakeMacros)Test appending flags to a list. ... oktest_append_flags_without_base (__main__.I_TestCMakeMacros)Test appending flags to a value set before Macros is included. ... oktest_base_flags (__main__.I_TestCMakeMacros)Test that we get "base" compiler flags. ... oktest_build_time_append_flags (__main__.I_TestCMakeMacros)Test build_time selection of compiler flags. ... oktest_build_time_attribute (__main__.I_TestCMakeMacros)The macro writer writes conditionals for build-time choices. ... oktest_build_time_base_flags (__main__.I_TestCMakeMacros)Test selection of base flags based on build-time attributes. ... oktest_build_time_base_flags_same_parent (__main__.I_TestCMakeMacros)Test selection of base flags in the same parent element. ... oktest_compiler_changeable_at_build_time (__main__.I_TestCMakeMacros)The macro writer writes information for multiple compilers. ... oktest_config_reject_cyclical_references (__main__.I_TestCMakeMacros)Test that cyclical references are rejected. ... oktest_config_reject_self_references (__main__.I_TestCMakeMacros)Test that self-references are rejected. ... oktest_config_variable_insertion (__main__.I_TestCMakeMacros)Test that elements insert variables from config_build. ... oktest_env_and_shell_command (__main__.I_TestCMakeMacros)Test that elements work inside elements. ... oktest_environment_variable_insertion (__main__.I_TestCMakeMacros)Test that elements insert environment variables. ... oktest_generic_item (__main__.I_TestCMakeMacros)The macro writer can write out a single generic item. ... oktest_ignore_non_match (__main__.I_TestCMakeMacros)The macro writer ignores an entry with the wrong machine name. ... oktest_mach_and_os_beats_mach (__main__.I_TestCMakeMacros)The macro writer chooses the most-specific match possible. ... oktest_mach_beats_os (__main__.I_TestCMakeMacros)The macro writer chooses machine-specific over os-specific matches. ... oktest_machine_specific_append_flags (__main__.I_TestCMakeMacros)Test appending flags that are either more or less machine-specific. ... oktest_machine_specific_base_and_append_flags (__main__.I_TestCMakeMacros)Test that machine-specific base flags coexist with machine-specific append flags. ... oktest_machine_specific_base_flags (__main__.I_TestCMakeMacros)Test selection among base compiler flag sets based on machine. ... oktest_machine_specific_base_over_append_flags (__main__.I_TestCMakeMacros)Test that machine-specific base flags override default append flags. ... oktest_machine_specific_item (__main__.I_TestCMakeMacros)The macro writer can pick out a machine-specific item. ... oktest_multiple_shell_commands (__main__.I_TestCMakeMacros)Test that more than one element can be used. ... oktest_os_specific_item (__main__.I_TestCMakeMacros)The macro writer can pick out an OS-specific item. ... oktest_reject_ambiguous (__main__.I_TestCMakeMacros)The macro writer dies if given an ambiguous set of matches. ... oktest_reject_duplicate_defaults (__main__.I_TestCMakeMacros)The macro writer dies if given many defaults. ... oktest_reject_duplicates (__main__.I_TestCMakeMacros)The macro writer dies if given many matches for a given configuration. ... oktest_shell_command_insertion (__main__.I_TestCMakeMacros)Test that elements insert shell command output. ... oktest_variable_insertion_with_machine_specific_setting (__main__.I_TestCMakeMacros)Test that machine-specific dependencies are correct. ... oktest_a_createnewcase (__main__.J_TestCreateNewcase) ... FAILtest_aa_no_flush_on_instantiate (__main__.J_TestCreateNewcase) ... FAILtest_b_user_mods (__main__.J_TestCreateNewcase) ... FAILtest_c_create_clone_keepexe (__main__.J_TestCreateNewcase) ... oktest_d_create_clone_new_user (__main__.J_TestCreateNewcase) ... ERRORtest_e_xmlquery (__main__.J_TestCreateNewcase) ... FAILtest_f_createnewcase_with_user_compset (__main__.J_TestCreateNewcase) ... FAILtest_g_createnewcase_with_user_compset_and_env_mach_pes (__main__.J_TestCreateNewcase) ... FAILtest_h_primary_component (__main__.J_TestCreateNewcase) ... FAILtest_j_createnewcase_user_compset_vs_alias (__main__.J_TestCreateNewcase) ... FAILtest_k_append_config (__main__.J_TestCreateNewcase) ... okDetected failed test or user request no teardownLeaving case directory : /work/e/elshorbany/CESM/scripts_regression_test.20190322_191327/TestCreateNewcase/testcreatenewcaseDetected failed test or user request no teardownLeaving case directory : /work/e/elshorbany/CESM/scripts_regression_test.20190322_191327/TestCreateNewcase/testusermodsDetected failed test or user request no teardownLeaving case directory : /work/e/elshorbany/CESM/scripts_regression_test.20190322_191327/TestCreateNewcase/test_create_clone_new_userDetected failed test or user request no teardownLeaving case directory : /work/e/elshorbany/CESM/scripts_regression_test.20190322_191327/TestCreateNewcase/testcreatenewcase_with_user_compsetDetected failed test or user request no teardownLeaving case directory : /work/e/elshorbany/CESM/scripts_regression_test.20190322_191327/TestCreateNewcase/testcreatenewcase_with_user_compset_and_env_mach_pesDetected failed test or user request no teardownLeaving case directory : /work/e/elshorbany/CESM/scripts_regression_test.20190322_191327/TestCreateNewcase/testprimarycomponentDetected failed test or user request no teardownLeaving case directory : /work/e/elshorbany/CESM/scripts_regression_test.20190322_191327/TestCreateNewcase/testcreatenewcase_user_compsettest_cime_case (__main__.K_TestCimeCase) ... FAILtest_cime_case_allow_failed_prereq (__main__.K_TestCimeCase) ... ^CFAIL ======================================================================ERROR: test_d_create_clone_new_user (__main__.J_TestCreateNewcase) ------------------------------------------------------------------- 
 
I am trying also to port CESM2 to my machine and having an error test_createnewcase as following (attached are my *xml files)./scripts_regression_tests.py  Testing commit 3861ef9f890b0d169982014c0204faab091845c3Using cime_model = cesmTesting machine = circeTest root: /work/e/elshorbany/CESM/scripts_regression_test.20190322_191327 pylint version 1.5 or newer not found, pylint tests skippedtest_CIMEXML_doctests (__main__.A_RunUnitTests) ... oktest_CIME_doctests (__main__.A_RunUnitTests) ... oktest_resolve_variable_name (__main__.A_RunUnitTests) ... oktest_unittests (__main__.A_RunUnitTests) ... .........................----------------------------------------------------------------------Ran 25 tests in 0.073s OKoktest_script_is_callable (__main__.G_TestMacrosBasic)The test script can be called on valid output without dying. ... oktest_script_rejects_bad_build_system (__main__.G_TestMacrosBasic)The macro writer rejects a bad build system string. ... oktest_script_rejects_bad_xml (__main__.G_TestMacrosBasic)The macro writer rejects input that's not valid XML. ... oktest_append_flags (__main__.H_TestMakeMacros)Test appending flags to a list. ... oktest_append_flags_without_base (__main__.H_TestMakeMacros)Test appending flags to a value set before Macros is included. ... oktest_base_flags (__main__.H_TestMakeMacros)Test that we get "base" compiler flags. ... oktest_build_time_append_flags (__main__.H_TestMakeMacros)Test build_time selection of compiler flags. ... oktest_build_time_attribute (__main__.H_TestMakeMacros)The macro writer writes conditionals for build-time choices. ... oktest_build_time_base_flags (__main__.H_TestMakeMacros)Test selection of base flags based on build-time attributes. ... oktest_build_time_base_flags_same_parent (__main__.H_TestMakeMacros)Test selection of base flags in the same parent element. ... oktest_compiler_changeable_at_build_time (__main__.H_TestMakeMacros)The macro writer writes information for multiple compilers. ... oktest_config_reject_cyclical_references (__main__.H_TestMakeMacros)Test that cyclical references are rejected. ... oktest_config_reject_self_references (__main__.H_TestMakeMacros)Test that self-references are rejected. ... oktest_config_variable_insertion (__main__.H_TestMakeMacros)Test that elements insert variables from config_build. ... oktest_env_and_shell_command (__main__.H_TestMakeMacros)Test that elements work inside elements. ... oktest_environment_variable_insertion (__main__.H_TestMakeMacros)Test that elements insert environment variables. ... oktest_generic_item (__main__.H_TestMakeMacros)The macro writer can write out a single generic item. ... oktest_ignore_non_match (__main__.H_TestMakeMacros)The macro writer ignores an entry with the wrong machine name. ... oktest_mach_and_os_beats_mach (__main__.H_TestMakeMacros)The macro writer chooses the most-specific match possible. ... oktest_mach_beats_os (__main__.H_TestMakeMacros)The macro writer chooses machine-specific over os-specific matches. ... oktest_machine_specific_append_flags (__main__.H_TestMakeMacros)Test appending flags that are either more or less machine-specific. ... oktest_machine_specific_base_and_append_flags (__main__.H_TestMakeMacros)Test that machine-specific base flags coexist with machine-specific append flags. ... oktest_machine_specific_base_flags (__main__.H_TestMakeMacros)Test selection among base compiler flag sets based on machine. ... oktest_machine_specific_base_over_append_flags (__main__.H_TestMakeMacros)Test that machine-specific base flags override default append flags. ... oktest_machine_specific_item (__main__.H_TestMakeMacros)The macro writer can pick out a machine-specific item. ... oktest_multiple_shell_commands (__main__.H_TestMakeMacros)Test that more than one element can be used. ... oktest_os_specific_item (__main__.H_TestMakeMacros)The macro writer can pick out an OS-specific item. ... oktest_reject_ambiguous (__main__.H_TestMakeMacros)The macro writer dies if given an ambiguous set of matches. ... oktest_reject_duplicate_defaults (__main__.H_TestMakeMacros)The macro writer dies if given many defaults. ... oktest_reject_duplicates (__main__.H_TestMakeMacros)The macro writer dies if given many matches for a given configuration. ... oktest_shell_command_insertion (__main__.H_TestMakeMacros)Test that elements insert shell command output. ... oktest_variable_insertion_with_machine_specific_setting (__main__.H_TestMakeMacros)Test that machine-specific dependencies are correct. ... oktest_append_flags (__main__.I_TestCMakeMacros)Test appending flags to a list. ... oktest_append_flags_without_base (__main__.I_TestCMakeMacros)Test appending flags to a value set before Macros is included. ... oktest_base_flags (__main__.I_TestCMakeMacros)Test that we get "base" compiler flags. ... oktest_build_time_append_flags (__main__.I_TestCMakeMacros)Test build_time selection of compiler flags. ... oktest_build_time_attribute (__main__.I_TestCMakeMacros)The macro writer writes conditionals for build-time choices. ... oktest_build_time_base_flags (__main__.I_TestCMakeMacros)Test selection of base flags based on build-time attributes. ... oktest_build_time_base_flags_same_parent (__main__.I_TestCMakeMacros)Test selection of base flags in the same parent element. ... oktest_compiler_changeable_at_build_time (__main__.I_TestCMakeMacros)The macro writer writes information for multiple compilers. ... oktest_config_reject_cyclical_references (__main__.I_TestCMakeMacros)Test that cyclical references are rejected. ... oktest_config_reject_self_references (__main__.I_TestCMakeMacros)Test that self-references are rejected. ... oktest_config_variable_insertion (__main__.I_TestCMakeMacros)Test that elements insert variables from config_build. ... oktest_env_and_shell_command (__main__.I_TestCMakeMacros)Test that elements work inside elements. ... oktest_environment_variable_insertion (__main__.I_TestCMakeMacros)Test that elements insert environment variables. ... oktest_generic_item (__main__.I_TestCMakeMacros)The macro writer can write out a single generic item. ... oktest_ignore_non_match (__main__.I_TestCMakeMacros)The macro writer ignores an entry with the wrong machine name. ... oktest_mach_and_os_beats_mach (__main__.I_TestCMakeMacros)The macro writer chooses the most-specific match possible. ... oktest_mach_beats_os (__main__.I_TestCMakeMacros)The macro writer chooses machine-specific over os-specific matches. ... oktest_machine_specific_append_flags (__main__.I_TestCMakeMacros)Test appending flags that are either more or less machine-specific. ... oktest_machine_specific_base_and_append_flags (__main__.I_TestCMakeMacros)Test that machine-specific base flags coexist with machine-specific append flags. ... oktest_machine_specific_base_flags (__main__.I_TestCMakeMacros)Test selection among base compiler flag sets based on machine. ... oktest_machine_specific_base_over_append_flags (__main__.I_TestCMakeMacros)Test that machine-specific base flags override default append flags. ... oktest_machine_specific_item (__main__.I_TestCMakeMacros)The macro writer can pick out a machine-specific item. ... oktest_multiple_shell_commands (__main__.I_TestCMakeMacros)Test that more than one element can be used. ... oktest_os_specific_item (__main__.I_TestCMakeMacros)The macro writer can pick out an OS-specific item. ... oktest_reject_ambiguous (__main__.I_TestCMakeMacros)The macro writer dies if given an ambiguous set of matches. ... oktest_reject_duplicate_defaults (__main__.I_TestCMakeMacros)The macro writer dies if given many defaults. ... oktest_reject_duplicates (__main__.I_TestCMakeMacros)The macro writer dies if given many matches for a given configuration. ... oktest_shell_command_insertion (__main__.I_TestCMakeMacros)Test that elements insert shell command output. ... oktest_variable_insertion_with_machine_specific_setting (__main__.I_TestCMakeMacros)Test that machine-specific dependencies are correct. ... oktest_a_createnewcase (__main__.J_TestCreateNewcase) ... FAILtest_aa_no_flush_on_instantiate (__main__.J_TestCreateNewcase) ... FAILtest_b_user_mods (__main__.J_TestCreateNewcase) ... FAILtest_c_create_clone_keepexe (__main__.J_TestCreateNewcase) ... oktest_d_create_clone_new_user (__main__.J_TestCreateNewcase) ... ERRORtest_e_xmlquery (__main__.J_TestCreateNewcase) ... FAILtest_f_createnewcase_with_user_compset (__main__.J_TestCreateNewcase) ... FAILtest_g_createnewcase_with_user_compset_and_env_mach_pes (__main__.J_TestCreateNewcase) ... FAILtest_h_primary_component (__main__.J_TestCreateNewcase) ... FAILtest_j_createnewcase_user_compset_vs_alias (__main__.J_TestCreateNewcase) ... FAILtest_k_append_config (__main__.J_TestCreateNewcase) ... okDetected failed test or user request no teardownLeaving case directory : /work/e/elshorbany/CESM/scripts_regression_test.20190322_191327/TestCreateNewcase/testcreatenewcaseDetected failed test or user request no teardownLeaving case directory : /work/e/elshorbany/CESM/scripts_regression_test.20190322_191327/TestCreateNewcase/testusermodsDetected failed test or user request no teardownLeaving case directory : /work/e/elshorbany/CESM/scripts_regression_test.20190322_191327/TestCreateNewcase/test_create_clone_new_userDetected failed test or user request no teardownLeaving case directory : /work/e/elshorbany/CESM/scripts_regression_test.20190322_191327/TestCreateNewcase/testcreatenewcase_with_user_compsetDetected failed test or user request no teardownLeaving case directory : /work/e/elshorbany/CESM/scripts_regression_test.20190322_191327/TestCreateNewcase/testcreatenewcase_with_user_compset_and_env_mach_pesDetected failed test or user request no teardownLeaving case directory : /work/e/elshorbany/CESM/scripts_regression_test.20190322_191327/TestCreateNewcase/testprimarycomponentDetected failed test or user request no teardownLeaving case directory : /work/e/elshorbany/CESM/scripts_regression_test.20190322_191327/TestCreateNewcase/testcreatenewcase_user_compsettest_cime_case (__main__.K_TestCimeCase) ... FAILtest_cime_case_allow_failed_prereq (__main__.K_TestCimeCase) ... ^CFAIL ======================================================================ERROR: test_d_create_clone_new_user (__main__.J_TestCreateNewcase) ------------------------------------------------------------------- 
 
I am trying also to port CESM2 to my machine and having an error test_createnewcase as following (attached are my *xml files)./scripts_regression_tests.py  Testing commit 3861ef9f890b0d169982014c0204faab091845c3Using cime_model = cesmTesting machine = circeTest root: /work/e/elshorbany/CESM/scripts_regression_test.20190322_191327 pylint version 1.5 or newer not found, pylint tests skippedtest_CIMEXML_doctests (__main__.A_RunUnitTests) ... oktest_CIME_doctests (__main__.A_RunUnitTests) ... oktest_resolve_variable_name (__main__.A_RunUnitTests) ... oktest_unittests (__main__.A_RunUnitTests) ... .........................----------------------------------------------------------------------Ran 25 tests in 0.073s OKoktest_script_is_callable (__main__.G_TestMacrosBasic)The test script can be called on valid output without dying. ... oktest_script_rejects_bad_build_system (__main__.G_TestMacrosBasic)The macro writer rejects a bad build system string. ... oktest_script_rejects_bad_xml (__main__.G_TestMacrosBasic)The macro writer rejects input that's not valid XML. ... oktest_append_flags (__main__.H_TestMakeMacros)Test appending flags to a list. ... oktest_append_flags_without_base (__main__.H_TestMakeMacros)Test appending flags to a value set before Macros is included. ... oktest_base_flags (__main__.H_TestMakeMacros)Test that we get "base" compiler flags. ... oktest_build_time_append_flags (__main__.H_TestMakeMacros)Test build_time selection of compiler flags. ... oktest_build_time_attribute (__main__.H_TestMakeMacros)The macro writer writes conditionals for build-time choices. ... oktest_build_time_base_flags (__main__.H_TestMakeMacros)Test selection of base flags based on build-time attributes. ... oktest_build_time_base_flags_same_parent (__main__.H_TestMakeMacros)Test selection of base flags in the same parent element. ... oktest_compiler_changeable_at_build_time (__main__.H_TestMakeMacros)The macro writer writes information for multiple compilers. ... oktest_config_reject_cyclical_references (__main__.H_TestMakeMacros)Test that cyclical references are rejected. ... oktest_config_reject_self_references (__main__.H_TestMakeMacros)Test that self-references are rejected. ... oktest_config_variable_insertion (__main__.H_TestMakeMacros)Test that elements insert variables from config_build. ... oktest_env_and_shell_command (__main__.H_TestMakeMacros)Test that elements work inside elements. ... oktest_environment_variable_insertion (__main__.H_TestMakeMacros)Test that elements insert environment variables. ... oktest_generic_item (__main__.H_TestMakeMacros)The macro writer can write out a single generic item. ... oktest_ignore_non_match (__main__.H_TestMakeMacros)The macro writer ignores an entry with the wrong machine name. ... oktest_mach_and_os_beats_mach (__main__.H_TestMakeMacros)The macro writer chooses the most-specific match possible. ... oktest_mach_beats_os (__main__.H_TestMakeMacros)The macro writer chooses machine-specific over os-specific matches. ... oktest_machine_specific_append_flags (__main__.H_TestMakeMacros)Test appending flags that are either more or less machine-specific. ... oktest_machine_specific_base_and_append_flags (__main__.H_TestMakeMacros)Test that machine-specific base flags coexist with machine-specific append flags. ... oktest_machine_specific_base_flags (__main__.H_TestMakeMacros)Test selection among base compiler flag sets based on machine. ... oktest_machine_specific_base_over_append_flags (__main__.H_TestMakeMacros)Test that machine-specific base flags override default append flags. ... oktest_machine_specific_item (__main__.H_TestMakeMacros)The macro writer can pick out a machine-specific item. ... oktest_multiple_shell_commands (__main__.H_TestMakeMacros)Test that more than one element can be used. ... oktest_os_specific_item (__main__.H_TestMakeMacros)The macro writer can pick out an OS-specific item. ... oktest_reject_ambiguous (__main__.H_TestMakeMacros)The macro writer dies if given an ambiguous set of matches. ... oktest_reject_duplicate_defaults (__main__.H_TestMakeMacros)The macro writer dies if given many defaults. ... oktest_reject_duplicates (__main__.H_TestMakeMacros)The macro writer dies if given many matches for a given configuration. ... oktest_shell_command_insertion (__main__.H_TestMakeMacros)Test that elements insert shell command output. ... oktest_variable_insertion_with_machine_specific_setting (__main__.H_TestMakeMacros)Test that machine-specific dependencies are correct. ... oktest_append_flags (__main__.I_TestCMakeMacros)Test appending flags to a list. ... oktest_append_flags_without_base (__main__.I_TestCMakeMacros)Test appending flags to a value set before Macros is included. ... oktest_base_flags (__main__.I_TestCMakeMacros)Test that we get "base" compiler flags. ... oktest_build_time_append_flags (__main__.I_TestCMakeMacros)Test build_time selection of compiler flags. ... oktest_build_time_attribute (__main__.I_TestCMakeMacros)The macro writer writes conditionals for build-time choices. ... oktest_build_time_base_flags (__main__.I_TestCMakeMacros)Test selection of base flags based on build-time attributes. ... oktest_build_time_base_flags_same_parent (__main__.I_TestCMakeMacros)Test selection of base flags in the same parent element. ... oktest_compiler_changeable_at_build_time (__main__.I_TestCMakeMacros)The macro writer writes information for multiple compilers. ... oktest_config_reject_cyclical_references (__main__.I_TestCMakeMacros)Test that cyclical references are rejected. ... oktest_config_reject_self_references (__main__.I_TestCMakeMacros)Test that self-references are rejected. ... oktest_config_variable_insertion (__main__.I_TestCMakeMacros)Test that elements insert variables from config_build. ... oktest_env_and_shell_command (__main__.I_TestCMakeMacros)Test that elements work inside elements. ... oktest_environment_variable_insertion (__main__.I_TestCMakeMacros)Test that elements insert environment variables. ... oktest_generic_item (__main__.I_TestCMakeMacros)The macro writer can write out a single generic item. ... oktest_ignore_non_match (__main__.I_TestCMakeMacros)The macro writer ignores an entry with the wrong machine name. ... oktest_mach_and_os_beats_mach (__main__.I_TestCMakeMacros)The macro writer chooses the most-specific match possible. ... oktest_mach_beats_os (__main__.I_TestCMakeMacros)The macro writer chooses machine-specific over os-specific matches. ... oktest_machine_specific_append_flags (__main__.I_TestCMakeMacros)Test appending flags that are either more or less machine-specific. ... oktest_machine_specific_base_and_append_flags (__main__.I_TestCMakeMacros)Test that machine-specific base flags coexist with machine-specific append flags. ... oktest_machine_specific_base_flags (__main__.I_TestCMakeMacros)Test selection among base compiler flag sets based on machine. ... oktest_machine_specific_base_over_append_flags (__main__.I_TestCMakeMacros)Test that machine-specific base flags override default append flags. ... oktest_machine_specific_item (__main__.I_TestCMakeMacros)The macro writer can pick out a machine-specific item. ... oktest_multiple_shell_commands (__main__.I_TestCMakeMacros)Test that more than one element can be used. ... oktest_os_specific_item (__main__.I_TestCMakeMacros)The macro writer can pick out an OS-specific item. ... oktest_reject_ambiguous (__main__.I_TestCMakeMacros)The macro writer dies if given an ambiguous set of matches. ... oktest_reject_duplicate_defaults (__main__.I_TestCMakeMacros)The macro writer dies if given many defaults. ... oktest_reject_duplicates (__main__.I_TestCMakeMacros)The macro writer dies if given many matches for a given configuration. ... oktest_shell_command_insertion (__main__.I_TestCMakeMacros)Test that elements insert shell command output. ... oktest_variable_insertion_with_machine_specific_setting (__main__.I_TestCMakeMacros)Test that machine-specific dependencies are correct. ... oktest_a_createnewcase (__main__.J_TestCreateNewcase) ... FAILtest_aa_no_flush_on_instantiate (__main__.J_TestCreateNewcase) ... FAILtest_b_user_mods (__main__.J_TestCreateNewcase) ... FAILtest_c_create_clone_keepexe (__main__.J_TestCreateNewcase) ... oktest_d_create_clone_new_user (__main__.J_TestCreateNewcase) ... ERRORtest_e_xmlquery (__main__.J_TestCreateNewcase) ... FAILtest_f_createnewcase_with_user_compset (__main__.J_TestCreateNewcase) ... FAILtest_g_createnewcase_with_user_compset_and_env_mach_pes (__main__.J_TestCreateNewcase) ... FAILtest_h_primary_component (__main__.J_TestCreateNewcase) ... FAILtest_j_createnewcase_user_compset_vs_alias (__main__.J_TestCreateNewcase) ... FAILtest_k_append_config (__main__.J_TestCreateNewcase) ... okDetected failed test or user request no teardownLeaving case directory : /work/e/elshorbany/CESM/scripts_regression_test.20190322_191327/TestCreateNewcase/testcreatenewcaseDetected failed test or user request no teardownLeaving case directory : /work/e/elshorbany/CESM/scripts_regression_test.20190322_191327/TestCreateNewcase/testusermodsDetected failed test or user request no teardownLeaving case directory : /work/e/elshorbany/CESM/scripts_regression_test.20190322_191327/TestCreateNewcase/test_create_clone_new_userDetected failed test or user request no teardownLeaving case directory : /work/e/elshorbany/CESM/scripts_regression_test.20190322_191327/TestCreateNewcase/testcreatenewcase_with_user_compsetDetected failed test or user request no teardownLeaving case directory : /work/e/elshorbany/CESM/scripts_regression_test.20190322_191327/TestCreateNewcase/testcreatenewcase_with_user_compset_and_env_mach_pesDetected failed test or user request no teardownLeaving case directory : /work/e/elshorbany/CESM/scripts_regression_test.20190322_191327/TestCreateNewcase/testprimarycomponentDetected failed test or user request no teardownLeaving case directory : /work/e/elshorbany/CESM/scripts_regression_test.20190322_191327/TestCreateNewcase/testcreatenewcase_user_compsettest_cime_case (__main__.K_TestCimeCase) ... FAILtest_cime_case_allow_failed_prereq (__main__.K_TestCimeCase) ... ^CFAIL ======================================================================ERROR: test_d_create_clone_new_user (__main__.J_TestCreateNewcase) ------------------------------------------------------------------- 
 

jedwards

CSEG and Liaisons
Staff member
Please runscripts_regression_tests.py J_TestCreateNewcase
and send the complete output.  
 

jedwards

CSEG and Liaisons
Staff member
Please runscripts_regression_tests.py J_TestCreateNewcase
and send the complete output.  
 

jedwards

CSEG and Liaisons
Staff member
Please runscripts_regression_tests.py J_TestCreateNewcase
and send the complete output.  
 
./scripts_regression_tests.py J_TestCreateNewcase Testing commit 3861ef9f890b0d169982014c0204faab091845c3Using cime_model = cesmTesting machine = circeTest root: /work/e/elshorbany/CESM/scripts_regression_test.20190327_164701 pylint version 1.5 or newer not found, pylint tests skippedtest_a_createnewcase (__main__.J_TestCreateNewcase) ... FAILtest_aa_no_flush_on_instantiate (__main__.J_TestCreateNewcase) ... FAILtest_b_user_mods (__main__.J_TestCreateNewcase) ... FAILtest_c_create_clone_keepexe (__main__.J_TestCreateNewcase) ... oktest_d_create_clone_new_user (__main__.J_TestCreateNewcase) ... ERRORtest_e_xmlquery (__main__.J_TestCreateNewcase) ... FAILtest_f_createnewcase_with_user_compset (__main__.J_TestCreateNewcase) ... FAILtest_g_createnewcase_with_user_compset_and_env_mach_pes (__main__.J_TestCreateNewcase) ... FAILtest_h_primary_component (__main__.J_TestCreateNewcase) ... FAILtest_j_createnewcase_user_compset_vs_alias (__main__.J_TestCreateNewcase) ... FAILtest_k_append_config (__main__.J_TestCreateNewcase) ... okDetected failed test or user request no teardownLeaving case directory : /work/e/elshorbany/CESM/scripts_regression_test.20190327_164701/TestCreateNewcase/testcreatenewcaseDetected failed test or user request no teardownLeaving case directory : /work/e/elshorbany/CESM/scripts_regression_test.20190327_164701/TestCreateNewcase/testusermodsDetected failed test or user request no teardownLeaving case directory : /work/e/elshorbany/CESM/scripts_regression_test.20190327_164701/TestCreateNewcase/test_create_clone_new_userDetected failed test or user request no teardownLeaving case directory : /work/e/elshorbany/CESM/scripts_regression_test.20190327_164701/TestCreateNewcase/testcreatenewcase_with_user_compsetDetected failed test or user request no teardownLeaving case directory : /work/e/elshorbany/CESM/scripts_regression_test.20190327_164701/TestCreateNewcase/testcreatenewcase_with_user_compset_and_env_mach_pesDetected failed test or user request no teardownLeaving case directory : /work/e/elshorbany/CESM/scripts_regression_test.20190327_164701/TestCreateNewcase/testprimarycomponentDetected failed test or user request no teardownLeaving case directory : /work/e/elshorbany/CESM/scripts_regression_test.20190327_164701/TestCreateNewcase/testcreatenewcase_user_compset ======================================================================ERROR: test_d_create_clone_new_user (__main__.J_TestCreateNewcase)----------------------------------------------------------------------Traceback (most recent call last):  File "./scripts_regression_tests.py", line 389, in test_d_create_clone_new_user    from_dir=prevtestdir)  File "./scripts_regression_tests.py", line 54, in run_cmd_assert_result    stat, output, errput = run_cmd(cmd, from_dir=from_dir, env=env)  File "/home/e/elshorbany/CESM/cesm2.1/cime/scripts/tests/../lib/CIME/utils.py", line 425, in run_cmd    env=env)  File "/apps/python/3.6.2/lib/python3.6/subprocess.py", line 707, in __init__    restore_signals, start_new_session)  File "/apps/python/3.6.2/lib/python3.6/subprocess.py", line 1333, in _execute_child    raise child_exception_type(errno_num, err_msg)FileNotFoundError: [Errno 2] No such file or directory: '/work/e/elshorbany/CESM/scripts_regression_test.20190327_164701/TestCreateNewcase/testcreatenewcase' ======================================================================FAIL: test_a_createnewcase (__main__.J_TestCreateNewcase)----------------------------------------------------------------------Traceback (most recent call last):  File "./scripts_regression_tests.py", line 285, in test_a_createnewcase    run_cmd_assert_result(self, "./create_newcase %s"%(args), from_dir=SCRIPT_DIR)  File "./scripts_regression_tests.py", line 67, in run_cmd_assert_result    test_obj.assertEqual(stat, expected_stat, msg=msg)AssertionError: 1 != 0 : COMMAND: ./create_newcase  --case /work/e/elshorbany/CESM/scripts_regression_test.20190327_164701/TestCreateNewcase/testcreatenewcase --compset X --res f19_g16 --output-root /work/e/elshorbany/CESM/scripts_regression_test.20190327_164701/TestCreateNewcase --handle-preexisting-dirs=rFROM_DIR: /home/e/elshorbany/CESM/cesm2.1/cime/scriptsSHOULD HAVE WORKED, INSTEAD GOT STAT 1OUTPUT: Compset longname is 2000_XATM_XLND_XICE_XOCN_XROF_XGLC_XWAVCompset specification file is /home/e/elshorbany/CESM/cesm2.1/cime/src/drivers/mct/cime_config/config_compsets.xmlCompset forcing is 1972-2004ATM component is Dead atm componentLND component is Dead land componentICE component is Dead ice componentOCN component is Dead ocean componentROF component is Dead river componentGLC component is Dead land-ice componentWAV component is Dead wave componentESP component is Pes     specification file is /home/e/elshorbany/CESM/cesm2.1/cime/src/drivers/mct/cime_config/config_pes.xmlMachine is circeERRPUT: ERROR: Expected one child  ======================================================================FAIL: test_aa_no_flush_on_instantiate (__main__.J_TestCreateNewcase)----------------------------------------------------------------------Traceback (most recent call last):  File "./scripts_regression_tests.py", line 314, in test_aa_no_flush_on_instantiate    self.assertFalse(env_file.needsrewrite, msg="Instantiating a case should not trigger a flush call")AssertionError: True is not false : Instantiating a case should not trigger a flush call ======================================================================FAIL: test_b_user_mods (__main__.J_TestCreateNewcase)----------------------------------------------------------------------Traceback (most recent call last):  File "./scripts_regression_tests.py", line 356, in test_b_user_mods    % (SCRIPT_DIR, args),from_dir=SCRIPT_DIR)  File "./scripts_regression_tests.py", line 67, in run_cmd_assert_result    test_obj.assertEqual(stat, expected_stat, msg=msg)AssertionError: 1 != 0 : COMMAND: /home/e/elshorbany/CESM/cesm2.1/cime/scripts/create_newcase  --case /work/e/elshorbany/CESM/scripts_regression_test.20190327_164701/TestCreateNewcase/testusermods --compset X --res f19_g16 --user-mods-dir /home/e/elshorbany/CESM/cesm2.1/cime/scripts/lib/../tests/user_mods_test1 --output-root /work/e/elshorbany/CESM/scripts_regression_test.20190327_164701/TestCreateNewcase --handle-preexisting-dirs=r FROM_DIR: /home/e/elshorbany/CESM/cesm2.1/cime/scriptsSHOULD HAVE WORKED, INSTEAD GOT STAT 1OUTPUT: Compset longname is 2000_XATM_XLND_XICE_XOCN_XROF_XGLC_XWAVCompset specification file is /home/e/elshorbany/CESM/cesm2.1/cime/src/drivers/mct/cime_config/config_compsets.xmlCompset forcing is 1972-2004ATM component is Dead atm componentLND component is Dead land componentICE component is Dead ice componentOCN component is Dead ocean componentROF component is Dead river componentGLC component is Dead land-ice componentWAV component is Dead wave componentESP component is Pes     specification file is /home/e/elshorbany/CESM/cesm2.1/cime/src/drivers/mct/cime_config/config_pes.xmlMachine is circeERRPUT: ERROR: Expected one child  ======================================================================FAIL: test_e_xmlquery (__main__.J_TestCreateNewcase)----------------------------------------------------------------------Traceback (most recent call last):  File "./scripts_regression_tests.py", line 415, in test_e_xmlquery    self.assertTrue(os.path.isfile(os.path.join(casedir,xmlquery)))AssertionError: False is not true ======================================================================FAIL: test_f_createnewcase_with_user_compset (__main__.J_TestCreateNewcase)----------------------------------------------------------------------Traceback (most recent call last):  File "./scripts_regression_tests.py", line 473, in test_f_createnewcase_with_user_compset    run_cmd_assert_result(self, "%s/create_newcase %s"%(SCRIPT_DIR, args), from_dir=SCRIPT_DIR)  File "./scripts_regression_tests.py", line 67, in run_cmd_assert_result    test_obj.assertEqual(stat, expected_stat, msg=msg)AssertionError: 1 != 0 : COMMAND: /home/e/elshorbany/CESM/cesm2.1/cime/scripts/create_newcase --case /work/e/elshorbany/CESM/scripts_regression_test.20190327_164701/TestCreateNewcase/testcreatenewcase_with_user_compset --compset 2000_SATM_XLND_SICE_SOCN_XROF_XGLC_SWAV  --pesfile ../src/drivers/mct/cime_config/config_pes.xml --res f19_g16 --output-root /work/e/elshorbany/CESM/scripts_regression_test.20190327_164701/TestCreateNewcase --handle-preexisting-dirs=r --run-unsupportedFROM_DIR: /home/e/elshorbany/CESM/cesm2.1/cime/scriptsSHOULD HAVE WORKED, INSTEAD GOT STAT 1OUTPUT: Did not find an alias or longname compset match for 2000_SATM_XLND_SICE_SOCN_XROF_XGLC_SWAV Compset forcing is 1972-2004ATM component is Stub atm componentLND component is Dead land componentICE component is Stub ice componentOCN component is Stub ocn componentROF component is Dead river componentGLC component is Dead land-ice componentWAV component is Stub wave componentESP component is Machine is circeERRPUT: ERROR: Expected one child  ======================================================================FAIL: test_g_createnewcase_with_user_compset_and_env_mach_pes (__main__.J_TestCreateNewcase)----------------------------------------------------------------------Traceback (most recent call last):  File "./scripts_regression_tests.py", line 497, in test_g_createnewcase_with_user_compset_and_env_mach_pes    run_cmd_assert_result(self, "%s/create_newcase %s"%(SCRIPT_DIR, args), from_dir=SCRIPT_DIR)  File "./scripts_regression_tests.py", line 67, in run_cmd_assert_result    test_obj.assertEqual(stat, expected_stat, msg=msg)AssertionError: 1 != 0 : COMMAND: /home/e/elshorbany/CESM/cesm2.1/cime/scripts/create_newcase --case /work/e/elshorbany/CESM/scripts_regression_test.20190327_164701/TestCreateNewcase/testcreatenewcase_with_user_compset_and_env_mach_pes --compset 2000_SATM_XLND_SICE_SOCN_XROF_XGLC_SWAV --pesfile /work/e/elshorbany/CESM/scripts_regression_test.20190327_164701/TestCreateNewcase/testcreatenewcase_with_user_compset/env_mach_pes.xml --res f19_g16 --output-root /work/e/elshorbany/CESM/scripts_regression_test.20190327_164701/TestCreateNewcase --handle-preexisting-dirs=r --run-unsupportedFROM_DIR: /home/e/elshorbany/CESM/cesm2.1/cime/scriptsSHOULD HAVE WORKED, INSTEAD GOT STAT 1OUTPUT: ERRPUT: ERROR: Pes specification file /work/e/elshorbany/CESM/scripts_regression_test.20190327_164701/TestCreateNewcase/testcreatenewcase_with_user_compset/env_mach_pes.xml cannot be found  ======================================================================FAIL: test_h_primary_component (__main__.J_TestCreateNewcase)----------------------------------------------------------------------Traceback (most recent call last):  File "./scripts_regression_tests.py", line 520, in test_h_primary_component    run_cmd_assert_result(self, "%s/create_newcase %s" % (SCRIPT_DIR, args), from_dir=SCRIPT_DIR)  File "./scripts_regression_tests.py", line 67, in run_cmd_assert_result    test_obj.assertEqual(stat, expected_stat, msg=msg)AssertionError: 1 != 0 : COMMAND: /home/e/elshorbany/CESM/cesm2.1/cime/scripts/create_newcase  --case CreateNewcaseTest --script-root /work/e/elshorbany/CESM/scripts_regression_test.20190327_164701/TestCreateNewcase/testprimarycomponent --compset X --res f19_g16 --output-root /work/e/elshorbany/CESM/scripts_regression_test.20190327_164701/TestCreateNewcase --handle-preexisting-dirs uFROM_DIR: /home/e/elshorbany/CESM/cesm2.1/cime/scriptsSHOULD HAVE WORKED, INSTEAD GOT STAT 1OUTPUT: Compset longname is 2000_XATM_XLND_XICE_XOCN_XROF_XGLC_XWAVCompset specification file is /home/e/elshorbany/CESM/cesm2.1/cime/src/drivers/mct/cime_config/config_compsets.xmlCompset forcing is 1972-2004ATM component is Dead atm componentLND component is Dead land componentICE component is Dead ice componentOCN component is Dead ocean componentROF component is Dead river componentGLC component is Dead land-ice componentWAV component is Dead wave componentESP component is Pes     specification file is /home/e/elshorbany/CESM/cesm2.1/cime/src/drivers/mct/cime_config/config_pes.xmlMachine is circeERRPUT: ERROR: Expected one child  ======================================================================FAIL: test_j_createnewcase_user_compset_vs_alias (__main__.J_TestCreateNewcase)----------------------------------------------------------------------Traceback (most recent call last):  File "./scripts_regression_tests.py", line 590, in test_j_createnewcase_user_compset_vs_alias    run_cmd_assert_result(self, "{}/create_newcase {}" .format (SCRIPT_DIR, args), from_dir=SCRIPT_DIR)  File "./scripts_regression_tests.py", line 67, in run_cmd_assert_result    test_obj.assertEqual(stat, expected_stat, msg=msg)AssertionError: 1 != 0 : COMMAND: /home/e/elshorbany/CESM/cesm2.1/cime/scripts/create_newcase  --case CreateNewcaseTest --script-root /work/e/elshorbany/CESM/scripts_regression_test.20190327_164701/TestCreateNewcase/testcreatenewcase_user_compset --compset 2000_DATM%NYF_SLND_SICE_DOCN%SOMAQP_SROF_SGLC_SWAV --res f19_g16 --output-root /work/e/elshorbany/CESM/scripts_regression_test.20190327_164701/TestCreateNewcase --handle-preexisting-dirs u --run-unsupportedFROM_DIR: /home/e/elshorbany/CESM/cesm2.1/cime/scriptsSHOULD HAVE WORKED, INSTEAD GOT STAT 1OUTPUT: Compset longname is 2000_DATM%NYF_SLND_SICE_DOCN%SOMAQP_SROF_SGLC_SWAVCompset specification file is /home/e/elshorbany/CESM/cesm2.1/cime/src/drivers/mct/cime_config/config_compsets.xmlCompset forcing is 1972-2004ATM component is  Data driven ATM COREv2 normal year forcingLND component is Stub land componentICE component is Stub ice componentOCN component is DOCN   aquaplanet slab ocean modeROF component is Stub river componentGLC component is Stub glacier (land ice) componentWAV component is Stub wave componentESP component is Pes     specification file is /home/e/elshorbany/CESM/cesm2.1/cime/src/drivers/mct/cime_config/config_pes.xmlMachine is circeERRPUT: ERROR: Expected one child  ----------------------------------------------------------------------Ran 11 tests in 3.176s FAILED (failures=8, errors=1)Detected failures, leaving directory: /work/e/elshorbany/CESM/scripts_regression_test.20190327_164701
 
./scripts_regression_tests.py J_TestCreateNewcase Testing commit 3861ef9f890b0d169982014c0204faab091845c3Using cime_model = cesmTesting machine = circeTest root: /work/e/elshorbany/CESM/scripts_regression_test.20190327_164701 pylint version 1.5 or newer not found, pylint tests skippedtest_a_createnewcase (__main__.J_TestCreateNewcase) ... FAILtest_aa_no_flush_on_instantiate (__main__.J_TestCreateNewcase) ... FAILtest_b_user_mods (__main__.J_TestCreateNewcase) ... FAILtest_c_create_clone_keepexe (__main__.J_TestCreateNewcase) ... oktest_d_create_clone_new_user (__main__.J_TestCreateNewcase) ... ERRORtest_e_xmlquery (__main__.J_TestCreateNewcase) ... FAILtest_f_createnewcase_with_user_compset (__main__.J_TestCreateNewcase) ... FAILtest_g_createnewcase_with_user_compset_and_env_mach_pes (__main__.J_TestCreateNewcase) ... FAILtest_h_primary_component (__main__.J_TestCreateNewcase) ... FAILtest_j_createnewcase_user_compset_vs_alias (__main__.J_TestCreateNewcase) ... FAILtest_k_append_config (__main__.J_TestCreateNewcase) ... okDetected failed test or user request no teardownLeaving case directory : /work/e/elshorbany/CESM/scripts_regression_test.20190327_164701/TestCreateNewcase/testcreatenewcaseDetected failed test or user request no teardownLeaving case directory : /work/e/elshorbany/CESM/scripts_regression_test.20190327_164701/TestCreateNewcase/testusermodsDetected failed test or user request no teardownLeaving case directory : /work/e/elshorbany/CESM/scripts_regression_test.20190327_164701/TestCreateNewcase/test_create_clone_new_userDetected failed test or user request no teardownLeaving case directory : /work/e/elshorbany/CESM/scripts_regression_test.20190327_164701/TestCreateNewcase/testcreatenewcase_with_user_compsetDetected failed test or user request no teardownLeaving case directory : /work/e/elshorbany/CESM/scripts_regression_test.20190327_164701/TestCreateNewcase/testcreatenewcase_with_user_compset_and_env_mach_pesDetected failed test or user request no teardownLeaving case directory : /work/e/elshorbany/CESM/scripts_regression_test.20190327_164701/TestCreateNewcase/testprimarycomponentDetected failed test or user request no teardownLeaving case directory : /work/e/elshorbany/CESM/scripts_regression_test.20190327_164701/TestCreateNewcase/testcreatenewcase_user_compset ======================================================================ERROR: test_d_create_clone_new_user (__main__.J_TestCreateNewcase)----------------------------------------------------------------------Traceback (most recent call last):  File "./scripts_regression_tests.py", line 389, in test_d_create_clone_new_user    from_dir=prevtestdir)  File "./scripts_regression_tests.py", line 54, in run_cmd_assert_result    stat, output, errput = run_cmd(cmd, from_dir=from_dir, env=env)  File "/home/e/elshorbany/CESM/cesm2.1/cime/scripts/tests/../lib/CIME/utils.py", line 425, in run_cmd    env=env)  File "/apps/python/3.6.2/lib/python3.6/subprocess.py", line 707, in __init__    restore_signals, start_new_session)  File "/apps/python/3.6.2/lib/python3.6/subprocess.py", line 1333, in _execute_child    raise child_exception_type(errno_num, err_msg)FileNotFoundError: [Errno 2] No such file or directory: '/work/e/elshorbany/CESM/scripts_regression_test.20190327_164701/TestCreateNewcase/testcreatenewcase' ======================================================================FAIL: test_a_createnewcase (__main__.J_TestCreateNewcase)----------------------------------------------------------------------Traceback (most recent call last):  File "./scripts_regression_tests.py", line 285, in test_a_createnewcase    run_cmd_assert_result(self, "./create_newcase %s"%(args), from_dir=SCRIPT_DIR)  File "./scripts_regression_tests.py", line 67, in run_cmd_assert_result    test_obj.assertEqual(stat, expected_stat, msg=msg)AssertionError: 1 != 0 : COMMAND: ./create_newcase  --case /work/e/elshorbany/CESM/scripts_regression_test.20190327_164701/TestCreateNewcase/testcreatenewcase --compset X --res f19_g16 --output-root /work/e/elshorbany/CESM/scripts_regression_test.20190327_164701/TestCreateNewcase --handle-preexisting-dirs=rFROM_DIR: /home/e/elshorbany/CESM/cesm2.1/cime/scriptsSHOULD HAVE WORKED, INSTEAD GOT STAT 1OUTPUT: Compset longname is 2000_XATM_XLND_XICE_XOCN_XROF_XGLC_XWAVCompset specification file is /home/e/elshorbany/CESM/cesm2.1/cime/src/drivers/mct/cime_config/config_compsets.xmlCompset forcing is 1972-2004ATM component is Dead atm componentLND component is Dead land componentICE component is Dead ice componentOCN component is Dead ocean componentROF component is Dead river componentGLC component is Dead land-ice componentWAV component is Dead wave componentESP component is Pes     specification file is /home/e/elshorbany/CESM/cesm2.1/cime/src/drivers/mct/cime_config/config_pes.xmlMachine is circeERRPUT: ERROR: Expected one child  ======================================================================FAIL: test_aa_no_flush_on_instantiate (__main__.J_TestCreateNewcase)----------------------------------------------------------------------Traceback (most recent call last):  File "./scripts_regression_tests.py", line 314, in test_aa_no_flush_on_instantiate    self.assertFalse(env_file.needsrewrite, msg="Instantiating a case should not trigger a flush call")AssertionError: True is not false : Instantiating a case should not trigger a flush call ======================================================================FAIL: test_b_user_mods (__main__.J_TestCreateNewcase)----------------------------------------------------------------------Traceback (most recent call last):  File "./scripts_regression_tests.py", line 356, in test_b_user_mods    % (SCRIPT_DIR, args),from_dir=SCRIPT_DIR)  File "./scripts_regression_tests.py", line 67, in run_cmd_assert_result    test_obj.assertEqual(stat, expected_stat, msg=msg)AssertionError: 1 != 0 : COMMAND: /home/e/elshorbany/CESM/cesm2.1/cime/scripts/create_newcase  --case /work/e/elshorbany/CESM/scripts_regression_test.20190327_164701/TestCreateNewcase/testusermods --compset X --res f19_g16 --user-mods-dir /home/e/elshorbany/CESM/cesm2.1/cime/scripts/lib/../tests/user_mods_test1 --output-root /work/e/elshorbany/CESM/scripts_regression_test.20190327_164701/TestCreateNewcase --handle-preexisting-dirs=r FROM_DIR: /home/e/elshorbany/CESM/cesm2.1/cime/scriptsSHOULD HAVE WORKED, INSTEAD GOT STAT 1OUTPUT: Compset longname is 2000_XATM_XLND_XICE_XOCN_XROF_XGLC_XWAVCompset specification file is /home/e/elshorbany/CESM/cesm2.1/cime/src/drivers/mct/cime_config/config_compsets.xmlCompset forcing is 1972-2004ATM component is Dead atm componentLND component is Dead land componentICE component is Dead ice componentOCN component is Dead ocean componentROF component is Dead river componentGLC component is Dead land-ice componentWAV component is Dead wave componentESP component is Pes     specification file is /home/e/elshorbany/CESM/cesm2.1/cime/src/drivers/mct/cime_config/config_pes.xmlMachine is circeERRPUT: ERROR: Expected one child  ======================================================================FAIL: test_e_xmlquery (__main__.J_TestCreateNewcase)----------------------------------------------------------------------Traceback (most recent call last):  File "./scripts_regression_tests.py", line 415, in test_e_xmlquery    self.assertTrue(os.path.isfile(os.path.join(casedir,xmlquery)))AssertionError: False is not true ======================================================================FAIL: test_f_createnewcase_with_user_compset (__main__.J_TestCreateNewcase)----------------------------------------------------------------------Traceback (most recent call last):  File "./scripts_regression_tests.py", line 473, in test_f_createnewcase_with_user_compset    run_cmd_assert_result(self, "%s/create_newcase %s"%(SCRIPT_DIR, args), from_dir=SCRIPT_DIR)  File "./scripts_regression_tests.py", line 67, in run_cmd_assert_result    test_obj.assertEqual(stat, expected_stat, msg=msg)AssertionError: 1 != 0 : COMMAND: /home/e/elshorbany/CESM/cesm2.1/cime/scripts/create_newcase --case /work/e/elshorbany/CESM/scripts_regression_test.20190327_164701/TestCreateNewcase/testcreatenewcase_with_user_compset --compset 2000_SATM_XLND_SICE_SOCN_XROF_XGLC_SWAV  --pesfile ../src/drivers/mct/cime_config/config_pes.xml --res f19_g16 --output-root /work/e/elshorbany/CESM/scripts_regression_test.20190327_164701/TestCreateNewcase --handle-preexisting-dirs=r --run-unsupportedFROM_DIR: /home/e/elshorbany/CESM/cesm2.1/cime/scriptsSHOULD HAVE WORKED, INSTEAD GOT STAT 1OUTPUT: Did not find an alias or longname compset match for 2000_SATM_XLND_SICE_SOCN_XROF_XGLC_SWAV Compset forcing is 1972-2004ATM component is Stub atm componentLND component is Dead land componentICE component is Stub ice componentOCN component is Stub ocn componentROF component is Dead river componentGLC component is Dead land-ice componentWAV component is Stub wave componentESP component is Machine is circeERRPUT: ERROR: Expected one child  ======================================================================FAIL: test_g_createnewcase_with_user_compset_and_env_mach_pes (__main__.J_TestCreateNewcase)----------------------------------------------------------------------Traceback (most recent call last):  File "./scripts_regression_tests.py", line 497, in test_g_createnewcase_with_user_compset_and_env_mach_pes    run_cmd_assert_result(self, "%s/create_newcase %s"%(SCRIPT_DIR, args), from_dir=SCRIPT_DIR)  File "./scripts_regression_tests.py", line 67, in run_cmd_assert_result    test_obj.assertEqual(stat, expected_stat, msg=msg)AssertionError: 1 != 0 : COMMAND: /home/e/elshorbany/CESM/cesm2.1/cime/scripts/create_newcase --case /work/e/elshorbany/CESM/scripts_regression_test.20190327_164701/TestCreateNewcase/testcreatenewcase_with_user_compset_and_env_mach_pes --compset 2000_SATM_XLND_SICE_SOCN_XROF_XGLC_SWAV --pesfile /work/e/elshorbany/CESM/scripts_regression_test.20190327_164701/TestCreateNewcase/testcreatenewcase_with_user_compset/env_mach_pes.xml --res f19_g16 --output-root /work/e/elshorbany/CESM/scripts_regression_test.20190327_164701/TestCreateNewcase --handle-preexisting-dirs=r --run-unsupportedFROM_DIR: /home/e/elshorbany/CESM/cesm2.1/cime/scriptsSHOULD HAVE WORKED, INSTEAD GOT STAT 1OUTPUT: ERRPUT: ERROR: Pes specification file /work/e/elshorbany/CESM/scripts_regression_test.20190327_164701/TestCreateNewcase/testcreatenewcase_with_user_compset/env_mach_pes.xml cannot be found  ======================================================================FAIL: test_h_primary_component (__main__.J_TestCreateNewcase)----------------------------------------------------------------------Traceback (most recent call last):  File "./scripts_regression_tests.py", line 520, in test_h_primary_component    run_cmd_assert_result(self, "%s/create_newcase %s" % (SCRIPT_DIR, args), from_dir=SCRIPT_DIR)  File "./scripts_regression_tests.py", line 67, in run_cmd_assert_result    test_obj.assertEqual(stat, expected_stat, msg=msg)AssertionError: 1 != 0 : COMMAND: /home/e/elshorbany/CESM/cesm2.1/cime/scripts/create_newcase  --case CreateNewcaseTest --script-root /work/e/elshorbany/CESM/scripts_regression_test.20190327_164701/TestCreateNewcase/testprimarycomponent --compset X --res f19_g16 --output-root /work/e/elshorbany/CESM/scripts_regression_test.20190327_164701/TestCreateNewcase --handle-preexisting-dirs uFROM_DIR: /home/e/elshorbany/CESM/cesm2.1/cime/scriptsSHOULD HAVE WORKED, INSTEAD GOT STAT 1OUTPUT: Compset longname is 2000_XATM_XLND_XICE_XOCN_XROF_XGLC_XWAVCompset specification file is /home/e/elshorbany/CESM/cesm2.1/cime/src/drivers/mct/cime_config/config_compsets.xmlCompset forcing is 1972-2004ATM component is Dead atm componentLND component is Dead land componentICE component is Dead ice componentOCN component is Dead ocean componentROF component is Dead river componentGLC component is Dead land-ice componentWAV component is Dead wave componentESP component is Pes     specification file is /home/e/elshorbany/CESM/cesm2.1/cime/src/drivers/mct/cime_config/config_pes.xmlMachine is circeERRPUT: ERROR: Expected one child  ======================================================================FAIL: test_j_createnewcase_user_compset_vs_alias (__main__.J_TestCreateNewcase)----------------------------------------------------------------------Traceback (most recent call last):  File "./scripts_regression_tests.py", line 590, in test_j_createnewcase_user_compset_vs_alias    run_cmd_assert_result(self, "{}/create_newcase {}" .format (SCRIPT_DIR, args), from_dir=SCRIPT_DIR)  File "./scripts_regression_tests.py", line 67, in run_cmd_assert_result    test_obj.assertEqual(stat, expected_stat, msg=msg)AssertionError: 1 != 0 : COMMAND: /home/e/elshorbany/CESM/cesm2.1/cime/scripts/create_newcase  --case CreateNewcaseTest --script-root /work/e/elshorbany/CESM/scripts_regression_test.20190327_164701/TestCreateNewcase/testcreatenewcase_user_compset --compset 2000_DATM%NYF_SLND_SICE_DOCN%SOMAQP_SROF_SGLC_SWAV --res f19_g16 --output-root /work/e/elshorbany/CESM/scripts_regression_test.20190327_164701/TestCreateNewcase --handle-preexisting-dirs u --run-unsupportedFROM_DIR: /home/e/elshorbany/CESM/cesm2.1/cime/scriptsSHOULD HAVE WORKED, INSTEAD GOT STAT 1OUTPUT: Compset longname is 2000_DATM%NYF_SLND_SICE_DOCN%SOMAQP_SROF_SGLC_SWAVCompset specification file is /home/e/elshorbany/CESM/cesm2.1/cime/src/drivers/mct/cime_config/config_compsets.xmlCompset forcing is 1972-2004ATM component is  Data driven ATM COREv2 normal year forcingLND component is Stub land componentICE component is Stub ice componentOCN component is DOCN   aquaplanet slab ocean modeROF component is Stub river componentGLC component is Stub glacier (land ice) componentWAV component is Stub wave componentESP component is Pes     specification file is /home/e/elshorbany/CESM/cesm2.1/cime/src/drivers/mct/cime_config/config_pes.xmlMachine is circeERRPUT: ERROR: Expected one child  ----------------------------------------------------------------------Ran 11 tests in 3.176s FAILED (failures=8, errors=1)Detected failures, leaving directory: /work/e/elshorbany/CESM/scripts_regression_test.20190327_164701
 
./scripts_regression_tests.py J_TestCreateNewcase Testing commit 3861ef9f890b0d169982014c0204faab091845c3Using cime_model = cesmTesting machine = circeTest root: /work/e/elshorbany/CESM/scripts_regression_test.20190327_164701 pylint version 1.5 or newer not found, pylint tests skippedtest_a_createnewcase (__main__.J_TestCreateNewcase) ... FAILtest_aa_no_flush_on_instantiate (__main__.J_TestCreateNewcase) ... FAILtest_b_user_mods (__main__.J_TestCreateNewcase) ... FAILtest_c_create_clone_keepexe (__main__.J_TestCreateNewcase) ... oktest_d_create_clone_new_user (__main__.J_TestCreateNewcase) ... ERRORtest_e_xmlquery (__main__.J_TestCreateNewcase) ... FAILtest_f_createnewcase_with_user_compset (__main__.J_TestCreateNewcase) ... FAILtest_g_createnewcase_with_user_compset_and_env_mach_pes (__main__.J_TestCreateNewcase) ... FAILtest_h_primary_component (__main__.J_TestCreateNewcase) ... FAILtest_j_createnewcase_user_compset_vs_alias (__main__.J_TestCreateNewcase) ... FAILtest_k_append_config (__main__.J_TestCreateNewcase) ... okDetected failed test or user request no teardownLeaving case directory : /work/e/elshorbany/CESM/scripts_regression_test.20190327_164701/TestCreateNewcase/testcreatenewcaseDetected failed test or user request no teardownLeaving case directory : /work/e/elshorbany/CESM/scripts_regression_test.20190327_164701/TestCreateNewcase/testusermodsDetected failed test or user request no teardownLeaving case directory : /work/e/elshorbany/CESM/scripts_regression_test.20190327_164701/TestCreateNewcase/test_create_clone_new_userDetected failed test or user request no teardownLeaving case directory : /work/e/elshorbany/CESM/scripts_regression_test.20190327_164701/TestCreateNewcase/testcreatenewcase_with_user_compsetDetected failed test or user request no teardownLeaving case directory : /work/e/elshorbany/CESM/scripts_regression_test.20190327_164701/TestCreateNewcase/testcreatenewcase_with_user_compset_and_env_mach_pesDetected failed test or user request no teardownLeaving case directory : /work/e/elshorbany/CESM/scripts_regression_test.20190327_164701/TestCreateNewcase/testprimarycomponentDetected failed test or user request no teardownLeaving case directory : /work/e/elshorbany/CESM/scripts_regression_test.20190327_164701/TestCreateNewcase/testcreatenewcase_user_compset ======================================================================ERROR: test_d_create_clone_new_user (__main__.J_TestCreateNewcase)----------------------------------------------------------------------Traceback (most recent call last):  File "./scripts_regression_tests.py", line 389, in test_d_create_clone_new_user    from_dir=prevtestdir)  File "./scripts_regression_tests.py", line 54, in run_cmd_assert_result    stat, output, errput = run_cmd(cmd, from_dir=from_dir, env=env)  File "/home/e/elshorbany/CESM/cesm2.1/cime/scripts/tests/../lib/CIME/utils.py", line 425, in run_cmd    env=env)  File "/apps/python/3.6.2/lib/python3.6/subprocess.py", line 707, in __init__    restore_signals, start_new_session)  File "/apps/python/3.6.2/lib/python3.6/subprocess.py", line 1333, in _execute_child    raise child_exception_type(errno_num, err_msg)FileNotFoundError: [Errno 2] No such file or directory: '/work/e/elshorbany/CESM/scripts_regression_test.20190327_164701/TestCreateNewcase/testcreatenewcase' ======================================================================FAIL: test_a_createnewcase (__main__.J_TestCreateNewcase)----------------------------------------------------------------------Traceback (most recent call last):  File "./scripts_regression_tests.py", line 285, in test_a_createnewcase    run_cmd_assert_result(self, "./create_newcase %s"%(args), from_dir=SCRIPT_DIR)  File "./scripts_regression_tests.py", line 67, in run_cmd_assert_result    test_obj.assertEqual(stat, expected_stat, msg=msg)AssertionError: 1 != 0 : COMMAND: ./create_newcase  --case /work/e/elshorbany/CESM/scripts_regression_test.20190327_164701/TestCreateNewcase/testcreatenewcase --compset X --res f19_g16 --output-root /work/e/elshorbany/CESM/scripts_regression_test.20190327_164701/TestCreateNewcase --handle-preexisting-dirs=rFROM_DIR: /home/e/elshorbany/CESM/cesm2.1/cime/scriptsSHOULD HAVE WORKED, INSTEAD GOT STAT 1OUTPUT: Compset longname is 2000_XATM_XLND_XICE_XOCN_XROF_XGLC_XWAVCompset specification file is /home/e/elshorbany/CESM/cesm2.1/cime/src/drivers/mct/cime_config/config_compsets.xmlCompset forcing is 1972-2004ATM component is Dead atm componentLND component is Dead land componentICE component is Dead ice componentOCN component is Dead ocean componentROF component is Dead river componentGLC component is Dead land-ice componentWAV component is Dead wave componentESP component is Pes     specification file is /home/e/elshorbany/CESM/cesm2.1/cime/src/drivers/mct/cime_config/config_pes.xmlMachine is circeERRPUT: ERROR: Expected one child  ======================================================================FAIL: test_aa_no_flush_on_instantiate (__main__.J_TestCreateNewcase)----------------------------------------------------------------------Traceback (most recent call last):  File "./scripts_regression_tests.py", line 314, in test_aa_no_flush_on_instantiate    self.assertFalse(env_file.needsrewrite, msg="Instantiating a case should not trigger a flush call")AssertionError: True is not false : Instantiating a case should not trigger a flush call ======================================================================FAIL: test_b_user_mods (__main__.J_TestCreateNewcase)----------------------------------------------------------------------Traceback (most recent call last):  File "./scripts_regression_tests.py", line 356, in test_b_user_mods    % (SCRIPT_DIR, args),from_dir=SCRIPT_DIR)  File "./scripts_regression_tests.py", line 67, in run_cmd_assert_result    test_obj.assertEqual(stat, expected_stat, msg=msg)AssertionError: 1 != 0 : COMMAND: /home/e/elshorbany/CESM/cesm2.1/cime/scripts/create_newcase  --case /work/e/elshorbany/CESM/scripts_regression_test.20190327_164701/TestCreateNewcase/testusermods --compset X --res f19_g16 --user-mods-dir /home/e/elshorbany/CESM/cesm2.1/cime/scripts/lib/../tests/user_mods_test1 --output-root /work/e/elshorbany/CESM/scripts_regression_test.20190327_164701/TestCreateNewcase --handle-preexisting-dirs=r FROM_DIR: /home/e/elshorbany/CESM/cesm2.1/cime/scriptsSHOULD HAVE WORKED, INSTEAD GOT STAT 1OUTPUT: Compset longname is 2000_XATM_XLND_XICE_XOCN_XROF_XGLC_XWAVCompset specification file is /home/e/elshorbany/CESM/cesm2.1/cime/src/drivers/mct/cime_config/config_compsets.xmlCompset forcing is 1972-2004ATM component is Dead atm componentLND component is Dead land componentICE component is Dead ice componentOCN component is Dead ocean componentROF component is Dead river componentGLC component is Dead land-ice componentWAV component is Dead wave componentESP component is Pes     specification file is /home/e/elshorbany/CESM/cesm2.1/cime/src/drivers/mct/cime_config/config_pes.xmlMachine is circeERRPUT: ERROR: Expected one child  ======================================================================FAIL: test_e_xmlquery (__main__.J_TestCreateNewcase)----------------------------------------------------------------------Traceback (most recent call last):  File "./scripts_regression_tests.py", line 415, in test_e_xmlquery    self.assertTrue(os.path.isfile(os.path.join(casedir,xmlquery)))AssertionError: False is not true ======================================================================FAIL: test_f_createnewcase_with_user_compset (__main__.J_TestCreateNewcase)----------------------------------------------------------------------Traceback (most recent call last):  File "./scripts_regression_tests.py", line 473, in test_f_createnewcase_with_user_compset    run_cmd_assert_result(self, "%s/create_newcase %s"%(SCRIPT_DIR, args), from_dir=SCRIPT_DIR)  File "./scripts_regression_tests.py", line 67, in run_cmd_assert_result    test_obj.assertEqual(stat, expected_stat, msg=msg)AssertionError: 1 != 0 : COMMAND: /home/e/elshorbany/CESM/cesm2.1/cime/scripts/create_newcase --case /work/e/elshorbany/CESM/scripts_regression_test.20190327_164701/TestCreateNewcase/testcreatenewcase_with_user_compset --compset 2000_SATM_XLND_SICE_SOCN_XROF_XGLC_SWAV  --pesfile ../src/drivers/mct/cime_config/config_pes.xml --res f19_g16 --output-root /work/e/elshorbany/CESM/scripts_regression_test.20190327_164701/TestCreateNewcase --handle-preexisting-dirs=r --run-unsupportedFROM_DIR: /home/e/elshorbany/CESM/cesm2.1/cime/scriptsSHOULD HAVE WORKED, INSTEAD GOT STAT 1OUTPUT: Did not find an alias or longname compset match for 2000_SATM_XLND_SICE_SOCN_XROF_XGLC_SWAV Compset forcing is 1972-2004ATM component is Stub atm componentLND component is Dead land componentICE component is Stub ice componentOCN component is Stub ocn componentROF component is Dead river componentGLC component is Dead land-ice componentWAV component is Stub wave componentESP component is Machine is circeERRPUT: ERROR: Expected one child  ======================================================================FAIL: test_g_createnewcase_with_user_compset_and_env_mach_pes (__main__.J_TestCreateNewcase)----------------------------------------------------------------------Traceback (most recent call last):  File "./scripts_regression_tests.py", line 497, in test_g_createnewcase_with_user_compset_and_env_mach_pes    run_cmd_assert_result(self, "%s/create_newcase %s"%(SCRIPT_DIR, args), from_dir=SCRIPT_DIR)  File "./scripts_regression_tests.py", line 67, in run_cmd_assert_result    test_obj.assertEqual(stat, expected_stat, msg=msg)AssertionError: 1 != 0 : COMMAND: /home/e/elshorbany/CESM/cesm2.1/cime/scripts/create_newcase --case /work/e/elshorbany/CESM/scripts_regression_test.20190327_164701/TestCreateNewcase/testcreatenewcase_with_user_compset_and_env_mach_pes --compset 2000_SATM_XLND_SICE_SOCN_XROF_XGLC_SWAV --pesfile /work/e/elshorbany/CESM/scripts_regression_test.20190327_164701/TestCreateNewcase/testcreatenewcase_with_user_compset/env_mach_pes.xml --res f19_g16 --output-root /work/e/elshorbany/CESM/scripts_regression_test.20190327_164701/TestCreateNewcase --handle-preexisting-dirs=r --run-unsupportedFROM_DIR: /home/e/elshorbany/CESM/cesm2.1/cime/scriptsSHOULD HAVE WORKED, INSTEAD GOT STAT 1OUTPUT: ERRPUT: ERROR: Pes specification file /work/e/elshorbany/CESM/scripts_regression_test.20190327_164701/TestCreateNewcase/testcreatenewcase_with_user_compset/env_mach_pes.xml cannot be found  ======================================================================FAIL: test_h_primary_component (__main__.J_TestCreateNewcase)----------------------------------------------------------------------Traceback (most recent call last):  File "./scripts_regression_tests.py", line 520, in test_h_primary_component    run_cmd_assert_result(self, "%s/create_newcase %s" % (SCRIPT_DIR, args), from_dir=SCRIPT_DIR)  File "./scripts_regression_tests.py", line 67, in run_cmd_assert_result    test_obj.assertEqual(stat, expected_stat, msg=msg)AssertionError: 1 != 0 : COMMAND: /home/e/elshorbany/CESM/cesm2.1/cime/scripts/create_newcase  --case CreateNewcaseTest --script-root /work/e/elshorbany/CESM/scripts_regression_test.20190327_164701/TestCreateNewcase/testprimarycomponent --compset X --res f19_g16 --output-root /work/e/elshorbany/CESM/scripts_regression_test.20190327_164701/TestCreateNewcase --handle-preexisting-dirs uFROM_DIR: /home/e/elshorbany/CESM/cesm2.1/cime/scriptsSHOULD HAVE WORKED, INSTEAD GOT STAT 1OUTPUT: Compset longname is 2000_XATM_XLND_XICE_XOCN_XROF_XGLC_XWAVCompset specification file is /home/e/elshorbany/CESM/cesm2.1/cime/src/drivers/mct/cime_config/config_compsets.xmlCompset forcing is 1972-2004ATM component is Dead atm componentLND component is Dead land componentICE component is Dead ice componentOCN component is Dead ocean componentROF component is Dead river componentGLC component is Dead land-ice componentWAV component is Dead wave componentESP component is Pes     specification file is /home/e/elshorbany/CESM/cesm2.1/cime/src/drivers/mct/cime_config/config_pes.xmlMachine is circeERRPUT: ERROR: Expected one child  ======================================================================FAIL: test_j_createnewcase_user_compset_vs_alias (__main__.J_TestCreateNewcase)----------------------------------------------------------------------Traceback (most recent call last):  File "./scripts_regression_tests.py", line 590, in test_j_createnewcase_user_compset_vs_alias    run_cmd_assert_result(self, "{}/create_newcase {}" .format (SCRIPT_DIR, args), from_dir=SCRIPT_DIR)  File "./scripts_regression_tests.py", line 67, in run_cmd_assert_result    test_obj.assertEqual(stat, expected_stat, msg=msg)AssertionError: 1 != 0 : COMMAND: /home/e/elshorbany/CESM/cesm2.1/cime/scripts/create_newcase  --case CreateNewcaseTest --script-root /work/e/elshorbany/CESM/scripts_regression_test.20190327_164701/TestCreateNewcase/testcreatenewcase_user_compset --compset 2000_DATM%NYF_SLND_SICE_DOCN%SOMAQP_SROF_SGLC_SWAV --res f19_g16 --output-root /work/e/elshorbany/CESM/scripts_regression_test.20190327_164701/TestCreateNewcase --handle-preexisting-dirs u --run-unsupportedFROM_DIR: /home/e/elshorbany/CESM/cesm2.1/cime/scriptsSHOULD HAVE WORKED, INSTEAD GOT STAT 1OUTPUT: Compset longname is 2000_DATM%NYF_SLND_SICE_DOCN%SOMAQP_SROF_SGLC_SWAVCompset specification file is /home/e/elshorbany/CESM/cesm2.1/cime/src/drivers/mct/cime_config/config_compsets.xmlCompset forcing is 1972-2004ATM component is  Data driven ATM COREv2 normal year forcingLND component is Stub land componentICE component is Stub ice componentOCN component is DOCN   aquaplanet slab ocean modeROF component is Stub river componentGLC component is Stub glacier (land ice) componentWAV component is Stub wave componentESP component is Pes     specification file is /home/e/elshorbany/CESM/cesm2.1/cime/src/drivers/mct/cime_config/config_pes.xmlMachine is circeERRPUT: ERROR: Expected one child  ----------------------------------------------------------------------Ran 11 tests in 3.176s FAILED (failures=8, errors=1)Detected failures, leaving directory: /work/e/elshorbany/CESM/scripts_regression_test.20190327_164701
 
Top