<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">{
  "_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" : 568,
          "buildResult" : None,
          "marked" : {
            "SHA1" : "13ad3cfe7872df2fe91250265f4a81baa621a882",
            "branch" : [
              {
                "SHA1" : "13ad3cfe7872df2fe91250265f4a81baa621a882",
                "name" : "refs/remotes/origin/master"
              }
            ]
          },
          "revision" : {
            "SHA1" : "13ad3cfe7872df2fe91250265f4a81baa621a882",
            "branch" : [
              {
                "SHA1" : "13ad3cfe7872df2fe91250265f4a81baa621a882",
                "name" : "refs/remotes/origin/master"
              }
            ]
          }
        }
      },
      "lastBuiltRevision" : {
        "SHA1" : "13ad3cfe7872df2fe91250265f4a81baa621a882",
        "branch" : [
          {
            "SHA1" : "13ad3cfe7872df2fe91250265f4a81baa621a882",
            "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" : "#568",
  "duration" : 393040,
  "estimatedDuration" : 39208,
  "executor" : None,
  "fullDisplayName" : "clubb_release_diff_test #568",
  "id" : "568",
  "keepLog" : False,
  "number" : 568,
  "queueId" : 8459,
  "result" : "FAILURE",
  "timestamp" : 1743150966325,
  "url" : "http://carson.math.uwm.edu/jenkins/job/clubb_release_diff_test/568/",
  "changeSets" : [
    {
      "_class" : "hudson.plugins.git.GitChangeSetList",
      "items" : [
        {
          "_class" : "hudson.plugins.git.GitChangeSet",
          "affectedPaths" : [
            "src/CLUBB_core/advance_clubb_core_module.F90",
            "src/clubb_driver.F90",
            "\"src/print *, \\\"thlm_init = \\\", thlm_init.f90\"",
            "src/CLUBB_core/stats_clubb_utilities.F90"
          ],
          "commitId" : "ed9ae72a5eb28dbc036dd3e14b9312eea840feac",
          "timestamp" : 1743109355000,
          "author" : {
            "absoluteUrl" : "http://carson.math.uwm.edu/jenkins/user/noreply",
            "fullName" : "noreply"
          },
          "authorEmail" : "noreply@github.com",
          "comment" : "Clubb driver upgrades (#1225)\u000a\u000a* Moving stuff around in preparation for preparation for GPUization\u000a\u000a* Small modifications, adding explicit loops\u000a\u000a* Small bug fix and explicit loop additions\u000a\u000a* Removing ngrdcol dimension from initialize_clubb, essentially reverting changes.\u000a\u000a* Removing array slicing by using local variables of nzm/nzt dim\u000a\u000a* GPUization of initialization variables\u000a\u000a* Removing need for single_col versions of the pdf_params, this (weirdly) saves a huge amount of runtime\u000a\u000a* Adding comment\u000a\u000a* Adding 2D version of various routines, including initialize_clubb, but only calling initialize_clubb with 1 column.\u000a\u000a* Fixes to make work with latest clubb changes\u000a\u000a* Merging with master\u000a",
          "date" : "2025-03-27 16:02:35 -0500",
          "id" : "ed9ae72a5eb28dbc036dd3e14b9312eea840feac",
          "msg" : "Clubb driver upgrades (#1225)",
          "paths" : [
            {
              "editType" : "edit",
              "file" : "src/CLUBB_core/stats_clubb_utilities.F90"
            },
            {
              "editType" : "edit",
              "file" : "src/clubb_driver.F90"
            },
            {
              "editType" : "edit",
              "file" : "src/CLUBB_core/advance_clubb_core_module.F90"
            },
            {
              "editType" : "add",
              "file" : "\"src/print *, \\\"thlm_init = \\\", thlm_init.f90\""
            }
          ]
        },
        {
          "_class" : "hudson.plugins.git.GitChangeSet",
          "affectedPaths" : [
            "src/clubb_driver.F90"
          ],
          "commitId" : "13ad3cfe7872df2fe91250265f4a81baa621a882",
          "timestamp" : 1743150057000,
          "author" : {
            "absoluteUrl" : "http://carson.math.uwm.edu/jenkins/user/huebler",
            "fullName" : "Gunther Huebler"
          },
          "authorEmail" : "huebler@uwm.edu",
          "comment" : "Hot fix to GPU code. These _init variables need to be copied to the GPU\u000a",
          "date" : "2025-03-28 03:20:57 -0500",
          "id" : "13ad3cfe7872df2fe91250265f4a81baa621a882",
          "msg" : "Hot fix to GPU code. These _init variables need to be copied to the GPU",
          "paths" : [
            {
              "editType" : "edit",
              "file" : "src/clubb_driver.F90"
            }
          ]
        }
      ],
      "kind" : "git"
    }
  ],
  "culprits" : [
    {
      "absoluteUrl" : "http://carson.math.uwm.edu/jenkins/user/huebler",
      "fullName" : "Gunther Huebler"
    },
    {
      "absoluteUrl" : "http://carson.math.uwm.edu/jenkins/user/noreply",
      "fullName" : "noreply"
    }
  ],
  "inProgress" : False,
  "nextBuild" : {
    "number" : 569,
    "url" : "http://carson.math.uwm.edu/jenkins/job/clubb_release_diff_test/569/"
  },
  "previousBuild" : {
    "number" : 567,
    "url" : "http://carson.math.uwm.edu/jenkins/job/clubb_release_diff_test/567/"
  }
}</pre></body></html>