{
  "_class" : "org.jenkinsci.plugins.workflow.job.WorkflowRun",
  "actions" : [
    {
      "_class" : "hudson.model.CauseAction",
      "causes" : [
        {
          "_class" : "hudson.model.Cause$UserIdCause",
          "shortDescription" : "Started by user Gunther Huebler",
          "userId" : "huebler",
          "userName" : "Gunther Huebler"
        }
      ]
    },
    {
      "_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" : 21,
          "buildResult" : None,
          "marked" : {
            "SHA1" : "556370c6406e6b943b88affbe7728a5036b1ba22",
            "branch" : [
              {
                "SHA1" : "556370c6406e6b943b88affbe7728a5036b1ba22",
                "name" : "refs/remotes/origin/master"
              }
            ]
          },
          "revision" : {
            "SHA1" : "556370c6406e6b943b88affbe7728a5036b1ba22",
            "branch" : [
              {
                "SHA1" : "556370c6406e6b943b88affbe7728a5036b1ba22",
                "name" : "refs/remotes/origin/master"
              }
            ]
          }
        }
      },
      "lastBuiltRevision" : {
        "SHA1" : "556370c6406e6b943b88affbe7728a5036b1ba22",
        "branch" : [
          {
            "SHA1" : "556370c6406e6b943b88affbe7728a5036b1ba22",
            "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" : "#21",
  "duration" : 701563,
  "estimatedDuration" : 1301535,
  "executor" : None,
  "fullDisplayName" : "clubb_gfortran_debug_run #21",
  "id" : "21",
  "keepLog" : False,
  "number" : 21,
  "queueId" : 1217,
  "result" : "FAILURE",
  "timestamp" : 1714536016441,
  "url" : "http://carson.math.uwm.edu/jenkins/view/all/job/clubb_gfortran_debug_run/21/",
  "changeSets" : [
    {
      "_class" : "hudson.plugins.git.GitChangeSetList",
      "items" : [
        {
          "_class" : "hudson.plugins.git.GitChangeSet",
          "affectedPaths" : [
            "src/CLUBB_core/advance_xm_wpxp_module.F90"
          ],
          "commitId" : "b2af0adcfce248292c5d48aefd9226666ee633e5",
          "timestamp" : 1714471119000,
          "author" : {
            "absoluteUrl" : "http://carson.math.uwm.edu/jenkins/user/bmg2",
            "fullName" : "bmg2"
          },
          "authorEmail" : "bmg2@uwm.edu",
          "comment" : "Moved the ghost-point setting of xm(1) = xm(2) to the last line\u000aof the subroutine so this command doesn't get overwritten.\u000a\u000aThis is technically BIT_CHANGING because it alters rtm (and some\u000artm-related calculations) at the ghost point, but it is not\u000aanswer changing.\u000a\u000aThis is being done in preparation for ghost point removal.\u000a",
          "date" : "2024-04-30 04:58:39 -0500",
          "id" : "b2af0adcfce248292c5d48aefd9226666ee633e5",
          "msg" : "Moved the ghost-point setting of xm(1) = xm(2) to the last line",
          "paths" : [
            {
              "editType" : "edit",
              "file" : "src/CLUBB_core/advance_xm_wpxp_module.F90"
            }
          ]
        },
        {
          "_class" : "hudson.plugins.git.GitChangeSet",
          "affectedPaths" : [
            "src/CLUBB_core/advance_clubb_core_module.F90",
            "src/CLUBB_core/advance_xm_wpxp_module.F90",
            "src/CLUBB_core/advance_windm_edsclrm_module.F90",
            "src/CLUBB_core/advance_xp3_module.F90",
            "src/CLUBB_core/advance_wp2_wp3_module.F90",
            "src/CLUBB_core/grid_class.F90",
            "src/CLUBB_core/setup_clubb_pdf_params.F90",
            "src/CLUBB_core/calc_pressure.F90",
            "src/CLUBB_core/advance_helper_module.F90",
            "src/CLUBB_core/mixing_length.F90",
            "src/CLUBB_core/advance_xp2_xpyp_module.F90"
          ],
          "commitId" : "556370c6406e6b943b88affbe7728a5036b1ba22",
          "timestamp" : 1714534975000,
          "author" : {
            "absoluteUrl" : "http://carson.math.uwm.edu/jenkins/user/noreply",
            "fullName" : "noreply"
          },
          "authorEmail" : "noreply@github.com",
          "comment" : "Optional arguments are just best sometimes (#1150)\u000a\u000a* Adding optional argument to zm2zt/zt2zm to act as threshold. This cuts down on lots of bulk and reduces the chances of breaking the GPU code. All BFB.\u000a\u000a* Removing TODO\u000a\u000a* Replacing hardcoded 0.0_core_rknd with zero_threshold\u000a",
          "date" : "2024-04-30 22:42:55 -0500",
          "id" : "556370c6406e6b943b88affbe7728a5036b1ba22",
          "msg" : "Optional arguments are just best sometimes (#1150)",
          "paths" : [
            {
              "editType" : "edit",
              "file" : "src/CLUBB_core/advance_xp3_module.F90"
            },
            {
              "editType" : "edit",
              "file" : "src/CLUBB_core/calc_pressure.F90"
            },
            {
              "editType" : "edit",
              "file" : "src/CLUBB_core/grid_class.F90"
            },
            {
              "editType" : "edit",
              "file" : "src/CLUBB_core/advance_xp2_xpyp_module.F90"
            },
            {
              "editType" : "edit",
              "file" : "src/CLUBB_core/mixing_length.F90"
            },
            {
              "editType" : "edit",
              "file" : "src/CLUBB_core/advance_windm_edsclrm_module.F90"
            },
            {
              "editType" : "edit",
              "file" : "src/CLUBB_core/advance_clubb_core_module.F90"
            },
            {
              "editType" : "edit",
              "file" : "src/CLUBB_core/advance_helper_module.F90"
            },
            {
              "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/setup_clubb_pdf_params.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" : 22,
    "url" : "http://carson.math.uwm.edu/jenkins/view/all/job/clubb_gfortran_debug_run/22/"
  },
  "previousBuild" : {
    "number" : 20,
    "url" : "http://carson.math.uwm.edu/jenkins/view/all/job/clubb_gfortran_debug_run/20/"
  }
}