{
  "_class" : "org.jenkinsci.plugins.workflow.job.WorkflowRun",
  "actions" : [
    {
      "_class" : "hudson.model.CauseAction",
      "causes" : [
        {
          "_class" : "hudson.model.Cause$UserIdCause",
          "shortDescription" : "Started by user pabuhr",
          "userId" : "pabuhr",
          "userName" : "pabuhr"
        }
      ]
    },
    {
      "_class" : "jenkins.metrics.impl.TimeInQueueAction",
      "blockedDurationMillis" : 0,
      "blockedTimeMillis" : 0,
      "buildableDurationMillis" : 0,
      "buildableTimeMillis" : 1,
      "buildingDurationMillis" : 967402,
      "executingTimeMillis" : 966508,
      "executorUtilization" : 1.0,
      "subTaskCount" : 2,
      "waitingDurationMillis" : 0,
      "waitingTimeMillis" : 0
    },
    {
      "_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" : 13,
          "buildResult" : None,
          "marked" : {
            "SHA1" : "f63e35c6728c5f6765217eddf8327a1019c1b4ec",
            "branch" : [
              {
                "SHA1" : "f63e35c6728c5f6765217eddf8327a1019c1b4ec",
                "name" : "refs/remotes/origin/master"
              }
            ]
          },
          "revision" : {
            "SHA1" : "f63e35c6728c5f6765217eddf8327a1019c1b4ec",
            "branch" : [
              {
                "SHA1" : "f63e35c6728c5f6765217eddf8327a1019c1b4ec",
                "name" : "refs/remotes/origin/master"
              }
            ]
          }
        }
      },
      "lastBuiltRevision" : {
        "SHA1" : "f63e35c6728c5f6765217eddf8327a1019c1b4ec",
        "branch" : [
          {
            "SHA1" : "f63e35c6728c5f6765217eddf8327a1019c1b4ec",
            "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" : "#13",
  "duration" : 967402,
  "estimatedDuration" : 5032789,
  "executor" : None,
  "fullDisplayName" : "Cforall Full Build #13",
  "id" : "13",
  "keepLog" : False,
  "number" : 13,
  "queueId" : 1274,
  "result" : "FAILURE",
  "timestamp" : 1758764184403,
  "url" : "https://cforall.uwaterloo.ca/jenkins/job/Cforall_Full_Build/13/",
  "changeSets" : [
    {
      "_class" : "hudson.plugins.git.GitChangeSetList",
      "items" : [
        {
          "_class" : "hudson.plugins.git.GitChangeSet",
          "affectedPaths" : [
            "libcfa/src/stdlib.cfa"
          ],
          "commitId" : "2df85ceb394f69ff9f38dfa6bc3db3d9ea433a6f",
          "timestamp" : 1758751684000,
          "author" : {
            "absoluteUrl" : "https://cforall.uwaterloo.ca/jenkins/user/pabuhr",
            "fullName" : "pabuhr"
          },
          "authorEmail" : "pabuhr@uwaterloo.ca",
          "comment" : "update anew/adelete ctor/dtor to handle array with 0-byte elements\u000a",
          "date" : "2025-09-24 18:08:04 -0400",
          "id" : "2df85ceb394f69ff9f38dfa6bc3db3d9ea433a6f",
          "msg" : "update anew/adelete ctor/dtor to handle array with 0-byte elements",
          "paths" : [
            {
              "editType" : "edit",
              "file" : "libcfa/src/stdlib.cfa"
            }
          ]
        },
        {
          "_class" : "hudson.plugins.git.GitChangeSet",
          "affectedPaths" : [
            "tests/.expect/alloc.txt",
            "tests/alloc.cfa",
            "libcfa/src/stdlib.cfa"
          ],
          "commitId" : "1911f37cfdb2a7d266e1e37d20978e10e59f0f16",
          "timestamp" : 1758752614000,
          "author" : {
            "absoluteUrl" : "https://cforall.uwaterloo.ca/jenkins/user/pabuhr",
            "fullName" : "pabuhr"
          },
          "authorEmail" : "pabuhr@uwaterloo.ca",
          "comment" : "formatting, add tests for new anew/adelete\u000a",
          "date" : "2025-09-24 18:23:34 -0400",
          "id" : "1911f37cfdb2a7d266e1e37d20978e10e59f0f16",
          "msg" : "formatting, add tests for new anew/adelete",
          "paths" : [
            {
              "editType" : "edit",
              "file" : "tests/alloc.cfa"
            },
            {
              "editType" : "edit",
              "file" : "tests/.expect/alloc.txt"
            },
            {
              "editType" : "edit",
              "file" : "libcfa/src/stdlib.cfa"
            }
          ]
        },
        {
          "_class" : "hudson.plugins.git.GitChangeSet",
          "affectedPaths" : [
            "tests/.expect/alloc-ERROR.x86.txt",
            "tests/.expect/alloc-ERROR.arm64.txt",
            "tests/.expect/alloc-ERROR.txt",
            "tests/.expect/alloc-ERROR.x64.txt"
          ],
          "commitId" : "2d743bd4400525f89a39ae6f5b7bbb7fc90c8bf0",
          "timestamp" : 1758753956000,
          "author" : {
            "absoluteUrl" : "https://cforall.uwaterloo.ca/jenkins/user/pabuhr",
            "fullName" : "pabuhr"
          },
          "authorEmail" : "pabuhr@uwaterloo.ca",
          "comment" : "update expected alloc-ERR files\u000a",
          "date" : "2025-09-24 18:45:56 -0400",
          "id" : "2d743bd4400525f89a39ae6f5b7bbb7fc90c8bf0",
          "msg" : "update expected alloc-ERR files",
          "paths" : [
            {
              "editType" : "delete",
              "file" : "tests/.expect/alloc-ERROR.x86.txt"
            },
            {
              "editType" : "add",
              "file" : "tests/.expect/alloc-ERROR.txt"
            },
            {
              "editType" : "delete",
              "file" : "tests/.expect/alloc-ERROR.arm64.txt"
            },
            {
              "editType" : "delete",
              "file" : "tests/.expect/alloc-ERROR.x64.txt"
            }
          ]
        },
        {
          "_class" : "hudson.plugins.git.GitChangeSet",
          "affectedPaths" : [
            "Jenkins/FullBuild"
          ],
          "commitId" : "f63e35c6728c5f6765217eddf8327a1019c1b4ec",
          "timestamp" : 1758764076000,
          "author" : {
            "absoluteUrl" : "https://cforall.uwaterloo.ca/jenkins/user/pabuhr",
            "fullName" : "pabuhr"
          },
          "authorEmail" : "pabuhr@uwaterloo.ca",
          "comment" : "test full build on ARM\u000a",
          "date" : "2025-09-24 21:34:36 -0400",
          "id" : "f63e35c6728c5f6765217eddf8327a1019c1b4ec",
          "msg" : "test full build on ARM",
          "paths" : [
            {
              "editType" : "edit",
              "file" : "Jenkins/FullBuild"
            }
          ]
        }
      ],
      "kind" : "git"
    }
  ],
  "culprits" : [
    {
      "absoluteUrl" : "https://cforall.uwaterloo.ca/jenkins/user/pabuhr",
      "fullName" : "pabuhr"
    }
  ],
  "inProgress" : False,
  "nextBuild" : {
    "number" : 14,
    "url" : "https://cforall.uwaterloo.ca/jenkins/job/Cforall_Full_Build/14/"
  },
  "previousBuild" : {
    "number" : 12,
    "url" : "https://cforall.uwaterloo.ca/jenkins/job/Cforall_Full_Build/12/"
  }
}