{
  "_class" : "org.jenkinsci.plugins.workflow.job.WorkflowRun",
  "actions" : [
    {
      "_class" : "hudson.model.CauseAction",
      "causes" : [
        {
          "_class" : "hudson.triggers.TimerTrigger$TimerTriggerCause",
          "shortDescription" : "Started by timer"
        }
      ]
    },
    {
      "_class" : "jenkins.metrics.impl.TimeInQueueAction",
      "blockedDurationMillis" : 0,
      "blockedTimeMillis" : 0,
      "buildableDurationMillis" : 0,
      "buildableTimeMillis" : 1,
      "buildingDurationMillis" : 2563194,
      "executingTimeMillis" : 2561233,
      "executorUtilization" : 1.0,
      "subTaskCount" : 2,
      "waitingDurationMillis" : 5,
      "waitingTimeMillis" : 5
    },
    {
      "_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" : 373,
          "buildResult" : None,
          "marked" : {
            "SHA1" : "4ea2a6393045afb508b656731f4930a0cf620ec3",
            "branch" : [
              {
                "SHA1" : "4ea2a6393045afb508b656731f4930a0cf620ec3",
                "name" : "refs/remotes/origin/master"
              }
            ]
          },
          "revision" : {
            "SHA1" : "4ea2a6393045afb508b656731f4930a0cf620ec3",
            "branch" : [
              {
                "SHA1" : "4ea2a6393045afb508b656731f4930a0cf620ec3",
                "name" : "refs/remotes/origin/master"
              }
            ]
          }
        }
      },
      "lastBuiltRevision" : {
        "SHA1" : "4ea2a6393045afb508b656731f4930a0cf620ec3",
        "branch" : [
          {
            "SHA1" : "4ea2a6393045afb508b656731f4930a0cf620ec3",
            "name" : "refs/remotes/origin/master"
          }
        ]
      },
      "remoteUrls" : [
        "cforall@plg.uwaterloo.ca:software/cfa/cfa-cc"
      ],
      "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" : "#373",
  "duration" : 2563194,
  "estimatedDuration" : 3729565,
  "executor" : None,
  "fullDisplayName" : "Cforall Full Build #373",
  "id" : "373",
  "keepLog" : False,
  "number" : 373,
  "queueId" : 22598,
  "result" : "FAILURE",
  "timestamp" : 1786762020093,
  "url" : "https://cforall.uwaterloo.ca/jenkins/view/all/job/Cforall_Full_Build/373/",
  "changeSets" : [
    {
      "_class" : "hudson.plugins.git.GitChangeSetList",
      "items" : [
        {
          "_class" : "hudson.plugins.git.GitChangeSet",
          "affectedPaths" : [
            "libcfa/src/common.hfa"
          ],
          "commitId" : "71d9a5935929f9ae0ffa047d415ccfb89670dac1",
          "timestamp" : 1786710124000,
          "author" : {
            "absoluteUrl" : "https://cforall.uwaterloo.ca/jenkins/user/pabuhr",
            "fullName" : "pabuhr"
          },
          "authorEmail" : "pabuhr@uwaterloo.ca",
          "comment" : "complete polymorphic abs defintion, change all max functions to use !<\u000a",
          "date" : "2026-08-14 08:22:04 -0400",
          "id" : "71d9a5935929f9ae0ffa047d415ccfb89670dac1",
          "msg" : "complete polymorphic abs defintion, change all max functions to use !<",
          "paths" : [
            {
              "editType" : "edit",
              "file" : "libcfa/src/common.hfa"
            }
          ]
        },
        {
          "_class" : "hudson.plugins.git.GitChangeSet",
          "affectedPaths" : [
            "tests/minmax.cfa"
          ],
          "commitId" : "e166c07812091726c4981e51b4570e1f21b1e913",
          "timestamp" : 1786710173000,
          "author" : {
            "absoluteUrl" : "https://cforall.uwaterloo.ca/jenkins/user/pabuhr",
            "fullName" : "pabuhr"
          },
          "authorEmail" : "pabuhr@uwaterloo.ca",
          "comment" : "formatting\u000a",
          "date" : "2026-08-14 08:22:53 -0400",
          "id" : "e166c07812091726c4981e51b4570e1f21b1e913",
          "msg" : "formatting",
          "paths" : [
            {
              "editType" : "edit",
              "file" : "tests/minmax.cfa"
            }
          ]
        },
        {
          "_class" : "hudson.plugins.git.GitChangeSet",
          "affectedPaths" : [
            "tests/.expect/abs.x64.txt",
            "tests/abs.cfa",
            "tests/.expect/abs.arm64.txt",
            "tests/.expect/abs.x86.txt"
          ],
          "commitId" : "4ea2a6393045afb508b656731f4930a0cf620ec3",
          "timestamp" : 1786711880000,
          "author" : {
            "absoluteUrl" : "https://cforall.uwaterloo.ca/jenkins/user/pabuhr",
            "fullName" : "pabuhr"
          },
          "authorEmail" : "pabuhr@uwaterloo.ca",
          "comment" : "add user type to abs test\u000a",
          "date" : "2026-08-14 08:51:20 -0400",
          "id" : "4ea2a6393045afb508b656731f4930a0cf620ec3",
          "msg" : "add user type to abs test",
          "paths" : [
            {
              "editType" : "edit",
              "file" : "tests/.expect/abs.x86.txt"
            },
            {
              "editType" : "edit",
              "file" : "tests/.expect/abs.x64.txt"
            },
            {
              "editType" : "edit",
              "file" : "tests/abs.cfa"
            },
            {
              "editType" : "edit",
              "file" : "tests/.expect/abs.arm64.txt"
            }
          ]
        }
      ],
      "kind" : "git"
    }
  ],
  "culprits" : [
    {
      "absoluteUrl" : "https://cforall.uwaterloo.ca/jenkins/user/pabuhr",
      "fullName" : "pabuhr"
    }
  ],
  "inProgress" : False,
  "nextBuild" : None,
  "previousBuild" : {
    "number" : 372,
    "url" : "https://cforall.uwaterloo.ca/jenkins/view/all/job/Cforall_Full_Build/372/"
  }
}