{
  "_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" : 3956204,
      "executingTimeMillis" : 3954884,
      "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" : 82,
          "buildResult" : None,
          "marked" : {
            "SHA1" : "00aa122cd8a610fd71bc1afaa8e4910742e18a62",
            "branch" : [
              {
                "SHA1" : "00aa122cd8a610fd71bc1afaa8e4910742e18a62",
                "name" : "refs/remotes/origin/master"
              }
            ]
          },
          "revision" : {
            "SHA1" : "00aa122cd8a610fd71bc1afaa8e4910742e18a62",
            "branch" : [
              {
                "SHA1" : "00aa122cd8a610fd71bc1afaa8e4910742e18a62",
                "name" : "refs/remotes/origin/master"
              }
            ]
          }
        }
      },
      "lastBuiltRevision" : {
        "SHA1" : "00aa122cd8a610fd71bc1afaa8e4910742e18a62",
        "branch" : [
          {
            "SHA1" : "00aa122cd8a610fd71bc1afaa8e4910742e18a62",
            "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" : "#82",
  "duration" : 3956204,
  "estimatedDuration" : 4917633,
  "executor" : None,
  "fullDisplayName" : "Cforall Full Build #82",
  "id" : "82",
  "keepLog" : False,
  "number" : 82,
  "queueId" : 5394,
  "result" : "FAILURE",
  "timestamp" : 1764042420941,
  "url" : "https://cforall.uwaterloo.ca/jenkins/job/Cforall_Full_Build/82/",
  "changeSets" : [
    {
      "_class" : "hudson.plugins.git.GitChangeSetList",
      "items" : [
        {
          "_class" : "hudson.plugins.git.GitChangeSet",
          "affectedPaths" : [
            "src/Concurrency/Waituntil.cpp",
            "libcfa/src/bits/weakso_locks.cfa",
            "libcfa/src/concurrency/locks.cfa",
            "libcfa/src/concurrency/select.cfa",
            "libcfa/src/concurrency/channel.hfa",
            "libcfa/src/concurrency/future.hfa",
            "libcfa/src/concurrency/select.hfa",
            "libcfa/src/concurrency/locks.hfa",
            "libcfa/src/bits/weakso_locks.hfa"
          ],
          "commitId" : "fbaea97009f70b67f476a193ca6b049a1100402d",
          "timestamp" : 1763956470000,
          "author" : {
            "absoluteUrl" : "https://cforall.uwaterloo.ca/jenkins/user/pabuhr",
            "fullName" : "pabuhr"
          },
          "authorEmail" : "pabuhr@uwaterloo.ca",
          "comment" : "rename private waituntil routines register_select, unregister_select, and on_selected with tailing $\u000a",
          "date" : "2025-11-23 22:54:30 -0500",
          "id" : "fbaea97009f70b67f476a193ca6b049a1100402d",
          "msg" : "rename private waituntil routines register_select, unregister_select, and on_selected with tailing $",
          "paths" : [
            {
              "editType" : "edit",
              "file" : "libcfa/src/concurrency/select.hfa"
            },
            {
              "editType" : "edit",
              "file" : "src/Concurrency/Waituntil.cpp"
            },
            {
              "editType" : "edit",
              "file" : "libcfa/src/bits/weakso_locks.cfa"
            },
            {
              "editType" : "edit",
              "file" : "libcfa/src/bits/weakso_locks.hfa"
            },
            {
              "editType" : "edit",
              "file" : "libcfa/src/concurrency/locks.cfa"
            },
            {
              "editType" : "edit",
              "file" : "libcfa/src/concurrency/locks.hfa"
            },
            {
              "editType" : "edit",
              "file" : "libcfa/src/concurrency/select.cfa"
            },
            {
              "editType" : "edit",
              "file" : "libcfa/src/concurrency/channel.hfa"
            },
            {
              "editType" : "edit",
              "file" : "libcfa/src/concurrency/future.hfa"
            }
          ]
        },
        {
          "_class" : "hudson.plugins.git.GitChangeSet",
          "affectedPaths" : [
            "tests/concurrency/futures/multi.cfa",
            "tests/concurrency/futures/.expect/multi.txt.off",
            "libcfa/src/concurrency/future.hfa",
            "tests/concurrency/futures/typed.cfa",
            "tests/concurrency/futures/.expect/multi.txt"
          ],
          "commitId" : "00aa122cd8a610fd71bc1afaa8e4910742e18a62",
          "timestamp" : 1764018817000,
          "author" : {
            "absoluteUrl" : "https://cforall.uwaterloo.ca/jenkins/user/pabuhr",
            "fullName" : "pabuhr"
          },
          "authorEmail" : "pabuhr@uwaterloo.ca",
          "comment" : "harmonize single_future with other future types, remove multi_future, marks its test as deprecated, and turn off its test\u000a",
          "date" : "2025-11-24 16:13:37 -0500",
          "id" : "00aa122cd8a610fd71bc1afaa8e4910742e18a62",
          "msg" : "harmonize single_future with other future types, remove multi_future, marks its test as deprecated, and turn off its test",
          "paths" : [
            {
              "editType" : "delete",
              "file" : "tests/concurrency/futures/.expect/multi.txt"
            },
            {
              "editType" : "edit",
              "file" : "tests/concurrency/futures/typed.cfa"
            },
            {
              "editType" : "edit",
              "file" : "libcfa/src/concurrency/future.hfa"
            },
            {
              "editType" : "edit",
              "file" : "tests/concurrency/futures/multi.cfa"
            },
            {
              "editType" : "add",
              "file" : "tests/concurrency/futures/.expect/multi.txt.off"
            }
          ]
        }
      ],
      "kind" : "git"
    }
  ],
  "culprits" : [
    {
      "absoluteUrl" : "https://cforall.uwaterloo.ca/jenkins/user/pabuhr",
      "fullName" : "pabuhr"
    }
  ],
  "inProgress" : False,
  "nextBuild" : {
    "number" : 83,
    "url" : "https://cforall.uwaterloo.ca/jenkins/job/Cforall_Full_Build/83/"
  },
  "previousBuild" : {
    "number" : 81,
    "url" : "https://cforall.uwaterloo.ca/jenkins/job/Cforall_Full_Build/81/"
  }
}