<workflowRun _class='org.jenkinsci.plugins.workflow.job.WorkflowRun'><action _class='hudson.model.CauseAction'><cause _class='hudson.model.Cause$UserIdCause'><shortDescription>Started by user Vince Larson</shortDescription><userId>vlarson</userId><userName>Vince Larson</userName></cause></action><action _class='org.jenkinsci.plugins.workflow.libs.LibrariesAction'></action><action></action><action></action><action _class='hudson.plugins.git.util.BuildData'><buildsByBranchName><originmaster _class='hudson.plugins.git.util.Build'><buildNumber>109</buildNumber><marked><SHA1>12407142b14155687d0d80b174796965d2793b12</SHA1><branch><SHA1>12407142b14155687d0d80b174796965d2793b12</SHA1><name>origin/master</name></branch></marked><revision><SHA1>12407142b14155687d0d80b174796965d2793b12</SHA1><branch><SHA1>12407142b14155687d0d80b174796965d2793b12</SHA1><name>origin/master</name></branch></revision></originmaster><origingrid_fixes _class='hudson.plugins.git.util.Build'><buildNumber>94</buildNumber><marked><SHA1>b19b67713baf175f99baa0cb0bdde6e8c1fbc588</SHA1><branch><SHA1>b19b67713baf175f99baa0cb0bdde6e8c1fbc588</SHA1><name>origin/grid_fixes</name></branch></marked><revision><SHA1>b19b67713baf175f99baa0cb0bdde6e8c1fbc588</SHA1><branch><SHA1>b19b67713baf175f99baa0cb0bdde6e8c1fbc588</SHA1><name>origin/grid_fixes</name></branch></revision></origingrid_fixes><originfeeding_gr_to_host _class='hudson.plugins.git.util.Build'><buildNumber>89</buildNumber><marked><SHA1>b928767c7238139d599dc55420d2a0956161726a</SHA1><branch><SHA1>b928767c7238139d599dc55420d2a0956161726a</SHA1><name>origin/feeding_gr_to_host</name></branch></marked><revision><SHA1>b928767c7238139d599dc55420d2a0956161726a</SHA1><branch><SHA1>b928767c7238139d599dc55420d2a0956161726a</SHA1><name>origin/feeding_gr_to_host</name></branch></revision></originfeeding_gr_to_host><refsremotesoriginmaster _class='hudson.plugins.git.util.Build'><buildNumber>553</buildNumber><marked><SHA1>4508338836c1e0e0a1221c812d5c579108e7ce8a</SHA1><branch><SHA1>4508338836c1e0e0a1221c812d5c579108e7ce8a</SHA1><name>refs/remotes/origin/master</name></branch></marked><revision><SHA1>4508338836c1e0e0a1221c812d5c579108e7ce8a</SHA1><branch><SHA1>4508338836c1e0e0a1221c812d5c579108e7ce8a</SHA1><name>refs/remotes/origin/master</name></branch></revision></refsremotesoriginmaster></buildsByBranchName><lastBuiltRevision><SHA1>4508338836c1e0e0a1221c812d5c579108e7ce8a</SHA1><branch><SHA1>4508338836c1e0e0a1221c812d5c579108e7ce8a</SHA1><name>refs/remotes/origin/master</name></branch></lastBuiltRevision><remoteUrl>https://github.com/larson-group/clubb.git</remoteUrl><scmName></scmName></action><action></action><action _class='org.jenkinsci.plugins.workflow.cps.EnvActionImpl'></action><action></action><action></action><action></action><action></action><action></action><action _class='org.jenkinsci.plugins.displayurlapi.actions.RunDisplayAction'></action><action _class='org.jenkinsci.plugins.pipeline.modeldefinition.actions.RestartDeclarativePipelineAction'></action><action></action><action _class='org.jenkinsci.plugins.workflow.job.views.FlowGraphAction'></action><action></action><action></action><action></action><building>false</building><displayName>#553</displayName><duration>93277</duration><estimatedDuration>19906</estimatedDuration><fullDisplayName>clubb_api_commitment_test #553</fullDisplayName><id>553</id><keepLog>false</keepLog><number>553</number><queueId>7515</queueId><result>FAILURE</result><timestamp>1741205740291</timestamp><url>http://carson.math.uwm.edu/jenkins/view/all/job/clubb_api_commitment_test/553/</url><changeSet _class='hudson.plugins.git.GitChangeSetList'><item _class='hudson.plugins.git.GitChangeSet'><affectedPath>src/CLUBB_core/stats_clubb_utilities.F90</affectedPath><commitId>5f0907576063d48845b40fafdd94c6041cc18a3a</commitId><timestamp>1741203326000</timestamp><author><absoluteUrl>http://carson.math.uwm.edu/jenkins/user/noreply</absoluteUrl><fullName>noreply</fullName></author><authorEmail>noreply@github.com</authorEmail><comment>Eliminate GOTO statement in stats_clubb_utilities (#1233)

* Eliminate jump in stats_clubb_utilities
CLUBB ticket #975

Hard removed end parameter from read call
GOTO marker `100` removed since `end` parameter is gone and
added output of read error code to help debugging.

Before this change, if the read encountered an EOF error and the jump to marker 100 happened,
CLUBB would continue running (err_code=clubb_no_error) but no output files would be created.
After this change, err_code will be set to clubb_fatal_error and CLUBB prints an error message and returns.
</comment><date>2025-03-05 13:35:26 -0600</date><id>5f0907576063d48845b40fafdd94c6041cc18a3a</id><msg>Eliminate GOTO statement in stats_clubb_utilities (#1233)</msg><path><editType>edit</editType><file>src/CLUBB_core/stats_clubb_utilities.F90</file></path></item><item _class='hudson.plugins.git.GitChangeSet'><affectedPath>utilities/api_analysis/create_module_table.py</affectedPath><affectedPath>utilities/api_analysis/log/apiCommitmentTable.txt</affectedPath><affectedPath>utilities/api_analysis/api_commitment_test.py</affectedPath><affectedPath>utilities/api_analysis/usage_analyzer.py</affectedPath><affectedPath>utilities/api_analysis/log/usageAnalyzerTable.txt</affectedPath><affectedPath>utilities/api_analysis/run_full_api_diagnostics.bash</affectedPath><commitId>4508338836c1e0e0a1221c812d5c579108e7ce8a</commitId><timestamp>1741205633000</timestamp><author><absoluteUrl>http://carson.math.uwm.edu/jenkins/user/noreply</absoluteUrl><fullName>noreply</fullName></author><authorEmail>noreply@github.com</authorEmail><comment>Updated Jenkins api_commitment_test to python3 (#1235)

sys_admin ticket sys_admin#836

* Updated Jenkins api_commitment_test to python3

TEN YEARS OF GLORIOUS FALSE PASSING DESTROYED BY TWO NITPICKERS AND CHATGPT! *Insert dab here*

Translated script to python3,
tightened file handling,
added main function and argparse structure to create_module_table.py

* Added comments to run_full_api_diagnostics.bash

* Fixed usage_analyzer

Commented out the calls to usage_analyzer and create_module_table from the bash script since we don't want to create those outputs for Jenkins.

* Modified api_commitment_test so it can search through individual files

* Commented out CLUBB standalone test since it is not a good emulation of a host model
</comment><date>2025-03-05 14:13:53 -0600</date><id>4508338836c1e0e0a1221c812d5c579108e7ce8a</id><msg>Updated Jenkins api_commitment_test to python3 (#1235)</msg><path><editType>delete</editType><file>utilities/api_analysis/log/apiCommitmentTable.txt</file></path><path><editType>edit</editType><file>utilities/api_analysis/run_full_api_diagnostics.bash</file></path><path><editType>edit</editType><file>utilities/api_analysis/usage_analyzer.py</file></path><path><editType>delete</editType><file>utilities/api_analysis/log/usageAnalyzerTable.txt</file></path><path><editType>edit</editType><file>utilities/api_analysis/create_module_table.py</file></path><path><editType>edit</editType><file>utilities/api_analysis/api_commitment_test.py</file></path></item><kind>git</kind></changeSet><culprit><absoluteUrl>http://carson.math.uwm.edu/jenkins/user/noreply</absoluteUrl><fullName>noreply</fullName></culprit><inProgress>false</inProgress><nextBuild><number>554</number><url>http://carson.math.uwm.edu/jenkins/view/all/job/clubb_api_commitment_test/554/</url></nextBuild><previousBuild><number>552</number><url>http://carson.math.uwm.edu/jenkins/view/all/job/clubb_api_commitment_test/552/</url></previousBuild></workflowRun>