{
  "_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" : {
        "origin/master" : {
          "_class" : "hudson.plugins.git.util.Build",
          "buildNumber" : 105,
          "buildResult" : None,
          "marked" : {
            "SHA1" : "12407142b14155687d0d80b174796965d2793b12",
            "branch" : [
              {
                "SHA1" : "12407142b14155687d0d80b174796965d2793b12",
                "name" : "origin/master"
              }
            ]
          },
          "revision" : {
            "SHA1" : "12407142b14155687d0d80b174796965d2793b12",
            "branch" : [
              {
                "SHA1" : "12407142b14155687d0d80b174796965d2793b12",
                "name" : "origin/master"
              }
            ]
          }
        },
        "refs/remotes/origin/master" : {
          "_class" : "hudson.plugins.git.util.Build",
          "buildNumber" : 640,
          "buildResult" : None,
          "marked" : {
            "SHA1" : "3ebd14c5ba84fb2caf021b7f96b1d5b7ddba93f9",
            "branch" : [
              {
                "SHA1" : "3ebd14c5ba84fb2caf021b7f96b1d5b7ddba93f9",
                "name" : "refs/remotes/origin/master"
              }
            ]
          },
          "revision" : {
            "SHA1" : "3ebd14c5ba84fb2caf021b7f96b1d5b7ddba93f9",
            "branch" : [
              {
                "SHA1" : "3ebd14c5ba84fb2caf021b7f96b1d5b7ddba93f9",
                "name" : "refs/remotes/origin/master"
              }
            ]
          }
        }
      },
      "lastBuiltRevision" : {
        "SHA1" : "3ebd14c5ba84fb2caf021b7f96b1d5b7ddba93f9",
        "branch" : [
          {
            "SHA1" : "3ebd14c5ba84fb2caf021b7f96b1d5b7ddba93f9",
            "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" : "#640",
  "duration" : 44919,
  "estimatedDuration" : 82226,
  "executor" : None,
  "fullDisplayName" : "clubb_G_unit_gfortran_tests #640",
  "id" : "640",
  "keepLog" : False,
  "number" : 640,
  "queueId" : 2096,
  "result" : "FAILURE",
  "timestamp" : 1773735068976,
  "url" : "http://carson.math.uwm.edu/jenkins/job/clubb_G_unit_gfortran_tests/640/",
  "changeSets" : [
    {
      "_class" : "hudson.plugins.git.GitChangeSetList",
      "items" : [
        {
          "_class" : "hudson.plugins.git.GitChangeSet",
          "affectedPaths" : [
            "cmake/toolchains/linux_x86_64_gfortran.cmake",
            "cmake/toolchains/linux_x86_64_nvfortran.cmake",
            "cmake/toolchains/linux_x86_64_gcc.cmake",
            "cmake/toolchains/linux_x86_64_ifx.cmake",
            "cmake/toolchains/linux_x86_64_nvhpc.cmake",
            "cmake/toolchains/linux_x86_64_intel.cmake",
            "compile.py",
            "cmake/toolchains/linux_x86_64_cce.cmake"
          ],
          "commitId" : "6b49cb739e4c6970da64b808e791b85a227b44b3",
          "timestamp" : 1773718458000,
          "author" : {
            "absoluteUrl" : "http://carson.math.uwm.edu/jenkins/user/noreply",
            "fullName" : "noreply"
          },
          "authorEmail" : "noreply@github.com",
          "comment" : "Slightly more general compile setup (#1277)\u000a\u000a* Making compiler lookup a little more general, this allows us to compile on Derecho too. Now it uses LMOD_FAMILY_COMPILER by default, then tries FC as a backup, and has a map of names so that things like intel/intel-oneapi map to the same things. Also adding a toolchain for the cray compiler (cce).\u000a\u000a* Removing old toolchains\u000a",
          "date" : "2026-03-16 22:34:18 -0500",
          "id" : "6b49cb739e4c6970da64b808e791b85a227b44b3",
          "msg" : "Slightly more general compile setup (#1277)",
          "paths" : [
            {
              "editType" : "delete",
              "file" : "cmake/toolchains/linux_x86_64_ifx.cmake"
            },
            {
              "editType" : "delete",
              "file" : "cmake/toolchains/linux_x86_64_nvfortran.cmake"
            },
            {
              "editType" : "delete",
              "file" : "cmake/toolchains/linux_x86_64_gfortran.cmake"
            },
            {
              "editType" : "add",
              "file" : "cmake/toolchains/linux_x86_64_gcc.cmake"
            },
            {
              "editType" : "add",
              "file" : "cmake/toolchains/linux_x86_64_nvhpc.cmake"
            },
            {
              "editType" : "add",
              "file" : "cmake/toolchains/linux_x86_64_cce.cmake"
            },
            {
              "editType" : "add",
              "file" : "cmake/toolchains/linux_x86_64_intel.cmake"
            },
            {
              "editType" : "edit",
              "file" : "compile.py"
            }
          ]
        },
        {
          "_class" : "hudson.plugins.git.GitChangeSet",
          "affectedPaths" : [
            "cmake/deps/GPTLDependency.cmake"
          ],
          "commitId" : "3ebd14c5ba84fb2caf021b7f96b1d5b7ddba93f9",
          "timestamp" : 1773718471000,
          "author" : {
            "absoluteUrl" : "http://carson.math.uwm.edu/jenkins/user/noreply",
            "fullName" : "noreply"
          },
          "authorEmail" : "noreply@github.com",
          "comment" : "GPTL cmake update (#1279)\u000a\u000a* Making compiling with gptl more robust. Before it could only compile when we used openmp too, but that's been worked around, and now it can compile on nvhpc too thanks to the static and disabled-shared flags that were added. Also works with gcc now.\u000a\u000a* Adding comment\u000a\u000a* Small cleanup and a better comment\u000a",
          "date" : "2026-03-16 22:34:31 -0500",
          "id" : "3ebd14c5ba84fb2caf021b7f96b1d5b7ddba93f9",
          "msg" : "GPTL cmake update (#1279)",
          "paths" : [
            {
              "editType" : "edit",
              "file" : "cmake/deps/GPTLDependency.cmake"
            }
          ]
        }
      ],
      "kind" : "git"
    }
  ],
  "culprits" : [
    {
      "absoluteUrl" : "http://carson.math.uwm.edu/jenkins/user/noreply",
      "fullName" : "noreply"
    },
    {
      "absoluteUrl" : "http://carson.math.uwm.edu/jenkins/user/huebler",
      "fullName" : "Gunther Huebler"
    }
  ],
  "inProgress" : False,
  "nextBuild" : {
    "number" : 641,
    "url" : "http://carson.math.uwm.edu/jenkins/job/clubb_G_unit_gfortran_tests/641/"
  },
  "previousBuild" : {
    "number" : 639,
    "url" : "http://carson.math.uwm.edu/jenkins/job/clubb_G_unit_gfortran_tests/639/"
  }
}