{
  "_class" : "org.jenkinsci.plugins.workflow.job.WorkflowRun",
  "actions" : [
    {
      "_class" : "hudson.model.CauseAction",
      "causes" : [
        {
          "_class" : "hudson.triggers.SCMTrigger$SCMTriggerCause",
          "shortDescription" : "Started by an SCM change"
        }
      ]
    },
    {
      
    },
    {
      "_class" : "org.jenkinsci.plugins.workflow.libs.LibrariesAction"
    },
    {
      
    },
    {
      
    },
    {
      "_class" : "hudson.plugins.git.util.BuildData",
      "buildsByBranchName" : {
        "refs/remotes/origin/master" : {
          "_class" : "hudson.plugins.git.util.Build",
          "buildNumber" : 94,
          "buildResult" : None,
          "marked" : {
            "SHA1" : "d2b125b12117d18474f2093b40e3e575a93422e7",
            "branch" : [
              {
                "SHA1" : "d2b125b12117d18474f2093b40e3e575a93422e7",
                "name" : "refs/remotes/origin/master"
              }
            ]
          },
          "revision" : {
            "SHA1" : "d2b125b12117d18474f2093b40e3e575a93422e7",
            "branch" : [
              {
                "SHA1" : "d2b125b12117d18474f2093b40e3e575a93422e7",
                "name" : "refs/remotes/origin/master"
              }
            ]
          }
        }
      },
      "lastBuiltRevision" : {
        "SHA1" : "d2b125b12117d18474f2093b40e3e575a93422e7",
        "branch" : [
          {
            "SHA1" : "d2b125b12117d18474f2093b40e3e575a93422e7",
            "name" : "refs/remotes/origin/master"
          }
        ]
      },
      "remoteUrls" : [
        "https://github.com/larson-group/clubb.git"
      ],
      "scmName" : ""
    },
    {
      
    },
    {
      "_class" : "org.jenkinsci.plugins.workflow.cps.EnvActionImpl"
    },
    {
      
    },
    {
      
    },
    {
      
    },
    {
      
    },
    {
      "_class" : "org.jenkinsci.plugins.displayurlapi.actions.RunDisplayAction"
    },
    {
      "_class" : "org.jenkinsci.plugins.pipeline.modeldefinition.actions.RestartDeclarativePipelineAction"
    },
    {
      
    },
    {
      "_class" : "org.jenkinsci.plugins.workflow.job.views.FlowGraphAction"
    },
    {
      
    },
    {
      
    },
    {
      
    },
    {
      
    }
  ],
  "artifacts" : [
    
  ],
  "building" : False,
  "description" : None,
  "displayName" : "#94",
  "duration" : 569194,
  "estimatedDuration" : 2836596,
  "executor" : None,
  "fullDisplayName" : "clubb_nvhpc_single_prec_build #94",
  "id" : "94",
  "keepLog" : False,
  "number" : 94,
  "queueId" : 7595,
  "result" : "SUCCESS",
  "timestamp" : 1741254910253,
  "url" : "http://carson.math.uwm.edu/jenkins/job/clubb_nvhpc_single_prec_build/94/",
  "changeSets" : [
    {
      "_class" : "hudson.plugins.git.GitChangeSetList",
      "items" : [
        {
          "_class" : "hudson.plugins.git.GitChangeSet",
          "affectedPaths" : [
            "src/CLUBB_core/stats_clubb_utilities.F90"
          ],
          "commitId" : "5f0907576063d48845b40fafdd94c6041cc18a3a",
          "timestamp" : 1741203326000,
          "author" : {
            "absoluteUrl" : "http://carson.math.uwm.edu/jenkins/user/noreply",
            "fullName" : "noreply"
          },
          "authorEmail" : "noreply@github.com",
          "comment" : "Eliminate GOTO statement in stats_clubb_utilities (#1233)\u000a\u000a* Eliminate jump in stats_clubb_utilities\u000aCLUBB ticket #975\u000a\u000aHard removed end parameter from read call\u000aGOTO marker `100` removed since `end` parameter is gone and\u000aadded output of read error code to help debugging.\u000a\u000aBefore this change, if the read encountered an EOF error and the jump to marker 100 happened,\u000aCLUBB would continue running (err_code=clubb_no_error) but no output files would be created.\u000aAfter this change, err_code will be set to clubb_fatal_error and CLUBB prints an error message and returns.\u000a",
          "date" : "2025-03-05 13:35:26 -0600",
          "id" : "5f0907576063d48845b40fafdd94c6041cc18a3a",
          "msg" : "Eliminate GOTO statement in stats_clubb_utilities (#1233)",
          "paths" : [
            {
              "editType" : "edit",
              "file" : "src/CLUBB_core/stats_clubb_utilities.F90"
            }
          ]
        },
        {
          "_class" : "hudson.plugins.git.GitChangeSet",
          "affectedPaths" : [
            "utilities/api_analysis/create_module_table.py",
            "utilities/api_analysis/log/apiCommitmentTable.txt",
            "utilities/api_analysis/api_commitment_test.py",
            "utilities/api_analysis/log/usageAnalyzerTable.txt",
            "utilities/api_analysis/usage_analyzer.py",
            "utilities/api_analysis/run_full_api_diagnostics.bash"
          ],
          "commitId" : "4508338836c1e0e0a1221c812d5c579108e7ce8a",
          "timestamp" : 1741205633000,
          "author" : {
            "absoluteUrl" : "http://carson.math.uwm.edu/jenkins/user/noreply",
            "fullName" : "noreply"
          },
          "authorEmail" : "noreply@github.com",
          "comment" : "Updated Jenkins api_commitment_test to python3 (#1235)\u000a\u000asys_admin ticket sys_admin#836\u000a\u000a* Updated Jenkins api_commitment_test to python3\u000a\u000aTEN YEARS OF GLORIOUS FALSE PASSING DESTROYED BY TWO NITPICKERS AND CHATGPT! *Insert dab here*\u000a\u000aTranslated script to python3,\u000atightened file handling,\u000aadded main function and argparse structure to create_module_table.py\u000a\u000a* Added comments to run_full_api_diagnostics.bash\u000a\u000a* Fixed usage_analyzer\u000a\u000aCommented 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.\u000a\u000a* Modified api_commitment_test so it can search through individual files\u000a\u000a* Commented out CLUBB standalone test since it is not a good emulation of a host model\u000a",
          "date" : "2025-03-05 14:13:53 -0600",
          "id" : "4508338836c1e0e0a1221c812d5c579108e7ce8a",
          "msg" : "Updated Jenkins api_commitment_test to python3 (#1235)",
          "paths" : [
            {
              "editType" : "delete",
              "file" : "utilities/api_analysis/log/apiCommitmentTable.txt"
            },
            {
              "editType" : "edit",
              "file" : "utilities/api_analysis/run_full_api_diagnostics.bash"
            },
            {
              "editType" : "delete",
              "file" : "utilities/api_analysis/log/usageAnalyzerTable.txt"
            },
            {
              "editType" : "edit",
              "file" : "utilities/api_analysis/usage_analyzer.py"
            },
            {
              "editType" : "edit",
              "file" : "utilities/api_analysis/api_commitment_test.py"
            },
            {
              "editType" : "edit",
              "file" : "utilities/api_analysis/create_module_table.py"
            }
          ]
        },
        {
          "_class" : "hudson.plugins.git.GitChangeSet",
          "affectedPaths" : [
            "jenkins_tests/clubb_api_commitment_test/Jenkinsfile",
            "utilities/api_analysis/run_full_api_diagnostics.bash"
          ],
          "commitId" : "d824f948f8e24cead121bd6aba06192beab0ded7",
          "timestamp" : 1741207048000,
          "author" : {
            "absoluteUrl" : "http://carson.math.uwm.edu/jenkins/user/noreply",
            "fullName" : "noreply"
          },
          "authorEmail" : "noreply@github.com",
          "comment" : "Fixed Jenkins api_commitment_test (#1236)\u000a\u000aCLUBB ticket sys_admin#836\u000a\u000aFixed logical evaluation at the end of the bash script\u000aCommented out the table outputs in the Jenkins file because they don't work and nobody would look at them anyways\u000a",
          "date" : "2025-03-05 14:37:28 -0600",
          "id" : "d824f948f8e24cead121bd6aba06192beab0ded7",
          "msg" : "Fixed Jenkins api_commitment_test (#1236)",
          "paths" : [
            {
              "editType" : "edit",
              "file" : "jenkins_tests/clubb_api_commitment_test/Jenkinsfile"
            },
            {
              "editType" : "edit",
              "file" : "utilities/api_analysis/run_full_api_diagnostics.bash"
            }
          ]
        },
        {
          "_class" : "hudson.plugins.git.GitChangeSet",
          "affectedPaths" : [
            "src/CLUBB_core/advance_xm_wpxp_module.F90",
            "src/CLUBB_core/mono_flux_limiter.F90",
            "src/CLUBB_core/advance_windm_edsclrm_module.F90",
            "src/CLUBB_core/advance_wp2_wp3_module.F90",
            "src/CLUBB_core/advance_xp2_xpyp_module.F90"
          ],
          "commitId" : "892097df87f38b5899c7f25e8c337433133cd4cf",
          "timestamp" : 1741219550000,
          "author" : {
            "absoluteUrl" : "http://carson.math.uwm.edu/jenkins/user/bmg2",
            "fullName" : "bmg2"
          },
          "authorEmail" : "bmg2@uwm.edu",
          "comment" : "Added some missing acc parallel statments around some the loops\u000aI added to the code for the grid generalization test.\u000a",
          "date" : "2025-03-05 18:05:50 -0600",
          "id" : "892097df87f38b5899c7f25e8c337433133cd4cf",
          "msg" : "Added some missing acc parallel statments around some the loops",
          "paths" : [
            {
              "editType" : "edit",
              "file" : "src/CLUBB_core/advance_xm_wpxp_module.F90"
            },
            {
              "editType" : "edit",
              "file" : "src/CLUBB_core/advance_wp2_wp3_module.F90"
            },
            {
              "editType" : "edit",
              "file" : "src/CLUBB_core/mono_flux_limiter.F90"
            },
            {
              "editType" : "edit",
              "file" : "src/CLUBB_core/advance_windm_edsclrm_module.F90"
            },
            {
              "editType" : "edit",
              "file" : "src/CLUBB_core/advance_xp2_xpyp_module.F90"
            }
          ]
        },
        {
          "_class" : "hudson.plugins.git.GitChangeSet",
          "affectedPaths" : [
            "src/CLUBB_core/stats_clubb_utilities.F90"
          ],
          "commitId" : "1177fba4274d8f16cea53d41888955c18fd0c7dd",
          "timestamp" : 1741219960000,
          "author" : {
            "absoluteUrl" : "http://carson.math.uwm.edu/jenkins/user/bmg2",
            "fullName" : "bmg2"
          },
          "authorEmail" : "bmg2@uwm.edu",
          "comment" : "Fixed a bug\u000a",
          "date" : "2025-03-05 18:12:40 -0600",
          "id" : "1177fba4274d8f16cea53d41888955c18fd0c7dd",
          "msg" : "Fixed a bug",
          "paths" : [
            {
              "editType" : "edit",
              "file" : "src/CLUBB_core/stats_clubb_utilities.F90"
            }
          ]
        },
        {
          "_class" : "hudson.plugins.git.GitChangeSet",
          "affectedPaths" : [
            "src/CLUBB_core/advance_wp2_wp3_module.F90"
          ],
          "commitId" : "d2b125b12117d18474f2093b40e3e575a93422e7",
          "timestamp" : 1741223016000,
          "author" : {
            "absoluteUrl" : "http://carson.math.uwm.edu/jenkins/user/bmg2",
            "fullName" : "bmg2"
          },
          "authorEmail" : "bmg2@uwm.edu",
          "comment" : "I have no idea if it's appropriate to include gr in this statment,\u000abut I'm just basically throwing dung at the wall at this point.\u000aWe'll see what sticks.\u000a",
          "date" : "2025-03-05 19:03:36 -0600",
          "id" : "d2b125b12117d18474f2093b40e3e575a93422e7",
          "msg" : "I have no idea if it's appropriate to include gr in this statment,",
          "paths" : [
            {
              "editType" : "edit",
              "file" : "src/CLUBB_core/advance_wp2_wp3_module.F90"
            }
          ]
        }
      ],
      "kind" : "git"
    }
  ],
  "culprits" : [
    {
      "absoluteUrl" : "http://carson.math.uwm.edu/jenkins/user/bmg2",
      "fullName" : "bmg2"
    },
    {
      "absoluteUrl" : "http://carson.math.uwm.edu/jenkins/user/noreply",
      "fullName" : "noreply"
    }
  ],
  "inProgress" : False,
  "nextBuild" : {
    "number" : 95,
    "url" : "http://carson.math.uwm.edu/jenkins/job/clubb_nvhpc_single_prec_build/95/"
  },
  "previousBuild" : {
    "number" : 93,
    "url" : "http://carson.math.uwm.edu/jenkins/job/clubb_nvhpc_single_prec_build/93/"
  }
}