{
  "_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" : 3731301,
      "executingTimeMillis" : 3729908,
      "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" : 372,
          "buildResult" : None,
          "marked" : {
            "SHA1" : "4b08c174dfb53bea6d1e08abbcf345d848d7ad85",
            "branch" : [
              {
                "SHA1" : "4b08c174dfb53bea6d1e08abbcf345d848d7ad85",
                "name" : "refs/remotes/origin/master"
              }
            ]
          },
          "revision" : {
            "SHA1" : "4b08c174dfb53bea6d1e08abbcf345d848d7ad85",
            "branch" : [
              {
                "SHA1" : "4b08c174dfb53bea6d1e08abbcf345d848d7ad85",
                "name" : "refs/remotes/origin/master"
              }
            ]
          }
        }
      },
      "lastBuiltRevision" : {
        "SHA1" : "4b08c174dfb53bea6d1e08abbcf345d848d7ad85",
        "branch" : [
          {
            "SHA1" : "4b08c174dfb53bea6d1e08abbcf345d848d7ad85",
            "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" : "#372",
  "duration" : 3731301,
  "estimatedDuration" : 3729565,
  "executor" : None,
  "fullDisplayName" : "Cforall Full Build #372",
  "id" : "372",
  "keepLog" : False,
  "number" : 372,
  "queueId" : 22512,
  "result" : "SUCCESS",
  "timestamp" : 1786675620687,
  "url" : "https://cforall.uwaterloo.ca/jenkins/view/Cforall/job/Cforall_Full_Build/372/",
  "changeSets" : [
    {
      "_class" : "hudson.plugins.git.GitChangeSetList",
      "items" : [
        {
          "_class" : "hudson.plugins.git.GitChangeSet",
          "affectedPaths" : [
            "tests/coroutine/suspend_then.cfa"
          ],
          "commitId" : "5a992049e29910d930de9cc3b018b011b3768401",
          "timestamp" : 1786667551000,
          "author" : {
            "absoluteUrl" : "https://cforall.uwaterloo.ca/jenkins/user/pabuhr",
            "fullName" : "pabuhr"
          },
          "authorEmail" : "pabuhr@uwaterloo.ca",
          "comment" : "formatting\u000a",
          "date" : "2026-08-13 20:32:31 -0400",
          "id" : "5a992049e29910d930de9cc3b018b011b3768401",
          "msg" : "formatting",
          "paths" : [
            {
              "editType" : "edit",
              "file" : "tests/coroutine/suspend_then.cfa"
            }
          ]
        },
        {
          "_class" : "hudson.plugins.git.GitChangeSet",
          "affectedPaths" : [
            "libcfa/src/common.hfa"
          ],
          "commitId" : "7516865a5a4ce8c450e2dc147bc560e4ca78c67e",
          "timestamp" : 1786668873000,
          "author" : {
            "absoluteUrl" : "https://cforall.uwaterloo.ca/jenkins/user/pabuhr",
            "fullName" : "pabuhr"
          },
          "authorEmail" : "pabuhr@uwaterloo.ca",
          "comment" : "change max from trait > to < and use !< for >\u000a",
          "date" : "2026-08-13 20:54:33 -0400",
          "id" : "7516865a5a4ce8c450e2dc147bc560e4ca78c67e",
          "msg" : "change max from trait > to < and use !< for >",
          "paths" : [
            {
              "editType" : "edit",
              "file" : "libcfa/src/common.hfa"
            }
          ]
        },
        {
          "_class" : "hudson.plugins.git.GitChangeSet",
          "affectedPaths" : [
            "libcfa/src/fstream.hfa"
          ],
          "commitId" : "a95f7a270fdd1793163bd18d5887eb4ea66dc19a",
          "timestamp" : 1786669215000,
          "author" : {
            "absoluteUrl" : "https://cforall.uwaterloo.ca/jenkins/user/pabuhr",
            "fullName" : "pabuhr"
          },
          "authorEmail" : "pabuhr@uwaterloo.ca",
          "comment" : "add OFSTREAM_VOID and OFSTREAM_VOID_IMPL for ofstream to match with OTYPE\u000a",
          "date" : "2026-08-13 21:00:15 -0400",
          "id" : "a95f7a270fdd1793163bd18d5887eb4ea66dc19a",
          "msg" : "add OFSTREAM_VOID and OFSTREAM_VOID_IMPL for ofstream to match with OTYPE",
          "paths" : [
            {
              "editType" : "edit",
              "file" : "libcfa/src/fstream.hfa"
            }
          ]
        },
        {
          "_class" : "hudson.plugins.git.GitChangeSet",
          "affectedPaths" : [
            "libcfa/src/iostream.hfa"
          ],
          "commitId" : "a564758baffdcf246c266d223319e0b77838b3b4",
          "timestamp" : 1786669747000,
          "author" : {
            "absoluteUrl" : "https://cforall.uwaterloo.ca/jenkins/user/pabuhr",
            "fullName" : "pabuhr"
          },
          "authorEmail" : "pabuhr@uwaterloo.ca",
          "comment" : "update OSTYPE_VOID_IMPL macro to use typeof\u000a",
          "date" : "2026-08-13 21:09:07 -0400",
          "id" : "a564758baffdcf246c266d223319e0b77838b3b4",
          "msg" : "update OSTYPE_VOID_IMPL macro to use typeof",
          "paths" : [
            {
              "editType" : "edit",
              "file" : "libcfa/src/iostream.hfa"
            }
          ]
        },
        {
          "_class" : "hudson.plugins.git.GitChangeSet",
          "affectedPaths" : [
            "tests/swap.cfa",
            "tests/.expect/minmax.txt",
            "tests/ctrl-flow/loop_else.cfa",
            "tests/sum.cfa",
            "tests/minmax.cfa",
            "tests/math.cfa",
            "tests/ctrl-flow/loopctrl.cfa",
            "tests/userLiterals.cfa"
          ],
          "commitId" : "1179cc51a97b61be32cc58910d2cb09a1daba41e",
          "timestamp" : 1786670052000,
          "author" : {
            "absoluteUrl" : "https://cforall.uwaterloo.ca/jenkins/user/pabuhr",
            "fullName" : "pabuhr"
          },
          "authorEmail" : "pabuhr@uwaterloo.ca",
          "comment" : "update tests to use OFSTREAM_VOID_IMPL for void output\u000a",
          "date" : "2026-08-13 21:14:12 -0400",
          "id" : "1179cc51a97b61be32cc58910d2cb09a1daba41e",
          "msg" : "update tests to use OFSTREAM_VOID_IMPL for void output",
          "paths" : [
            {
              "editType" : "edit",
              "file" : "tests/sum.cfa"
            },
            {
              "editType" : "edit",
              "file" : "tests/ctrl-flow/loopctrl.cfa"
            },
            {
              "editType" : "edit",
              "file" : "tests/minmax.cfa"
            },
            {
              "editType" : "edit",
              "file" : "tests/math.cfa"
            },
            {
              "editType" : "edit",
              "file" : "tests/.expect/minmax.txt"
            },
            {
              "editType" : "edit",
              "file" : "tests/ctrl-flow/loop_else.cfa"
            },
            {
              "editType" : "edit",
              "file" : "tests/userLiterals.cfa"
            },
            {
              "editType" : "edit",
              "file" : "tests/swap.cfa"
            }
          ]
        },
        {
          "_class" : "hudson.plugins.git.GitChangeSet",
          "affectedPaths" : [
            "doc/bibliography/pl.bib"
          ],
          "commitId" : "4b08c174dfb53bea6d1e08abbcf345d848d7ad85",
          "timestamp" : 1786670118000,
          "author" : {
            "absoluteUrl" : "https://cforall.uwaterloo.ca/jenkins/user/pabuhr",
            "fullName" : "pabuhr"
          },
          "authorEmail" : "pabuhr@uwaterloo.ca",
          "comment" : "update citations\u000a",
          "date" : "2026-08-13 21:15:18 -0400",
          "id" : "4b08c174dfb53bea6d1e08abbcf345d848d7ad85",
          "msg" : "update citations",
          "paths" : [
            {
              "editType" : "edit",
              "file" : "doc/bibliography/pl.bib"
            }
          ]
        }
      ],
      "kind" : "git"
    }
  ],
  "culprits" : [
    {
      "absoluteUrl" : "https://cforall.uwaterloo.ca/jenkins/user/pabuhr",
      "fullName" : "pabuhr"
    }
  ],
  "inProgress" : False,
  "nextBuild" : None,
  "previousBuild" : {
    "number" : 371,
    "url" : "https://cforall.uwaterloo.ca/jenkins/view/Cforall/job/Cforall_Full_Build/371/"
  }
}