{
  "_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" : 1537625,
      "executingTimeMillis" : 1536298,
      "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" : 260,
          "buildResult" : None,
          "marked" : {
            "SHA1" : "d8a2f988fbdaa37173653d0e459271591e6afdd0",
            "branch" : [
              {
                "SHA1" : "d8a2f988fbdaa37173653d0e459271591e6afdd0",
                "name" : "refs/remotes/origin/master"
              }
            ]
          },
          "revision" : {
            "SHA1" : "d8a2f988fbdaa37173653d0e459271591e6afdd0",
            "branch" : [
              {
                "SHA1" : "d8a2f988fbdaa37173653d0e459271591e6afdd0",
                "name" : "refs/remotes/origin/master"
              }
            ]
          }
        }
      },
      "lastBuiltRevision" : {
        "SHA1" : "d8a2f988fbdaa37173653d0e459271591e6afdd0",
        "branch" : [
          {
            "SHA1" : "d8a2f988fbdaa37173653d0e459271591e6afdd0",
            "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" : "#260",
  "duration" : 1537625,
  "estimatedDuration" : 2301959,
  "executor" : None,
  "fullDisplayName" : "Cforall Full Build #260",
  "id" : "260",
  "keepLog" : False,
  "number" : 260,
  "queueId" : 15557,
  "result" : "FAILURE",
  "timestamp" : 1777949220519,
  "url" : "https://cforall.uwaterloo.ca/jenkins/view/all/job/Cforall_Full_Build/260/",
  "changeSets" : [
    {
      "_class" : "hudson.plugins.git.GitChangeSetList",
      "items" : [
        {
          "_class" : "hudson.plugins.git.GitChangeSet",
          "affectedPaths" : [
            "tests/io/manipulatorsOutput1.cfa",
            "tests/io/.expect/manipulatorsOutput1.x86.txt",
            "libcfa/src/collections/string.hfa",
            "doc/user/user.tex",
            "libcfa/src/iostream.cfa",
            "tests/collections/.expect/string-ostream.txt",
            "tests/collections/string-ostream.cfa",
            "libcfa/src/collections/string.cfa",
            "libcfa/src/iostream.hfa",
            "tests/io/.expect/manipulatorsOutput1.x64.txt",
            "tests/io/.expect/manipulatorsOutput1.arm64.txt"
          ],
          "commitId" : "bb1eabcd6f64b0ee41ffacd7dd40e7329004f68e",
          "timestamp" : 1777893998000,
          "author" : {
            "absoluteUrl" : "https://cforall.uwaterloo.ca/jenkins/user/pabuhr",
            "fullName" : "pabuhr"
          },
          "authorEmail" : "pabuhr@uwaterloo.ca",
          "comment" : "harmonize output quote manipulator with input quote manipulator, adding left/right quote parameters\u000a",
          "date" : "2026-05-04 07:26:38 -0400",
          "id" : "bb1eabcd6f64b0ee41ffacd7dd40e7329004f68e",
          "msg" : "harmonize output quote manipulator with input quote manipulator, adding left/right quote parameters",
          "paths" : [
            {
              "editType" : "edit",
              "file" : "libcfa/src/iostream.hfa"
            },
            {
              "editType" : "edit",
              "file" : "tests/collections/.expect/string-ostream.txt"
            },
            {
              "editType" : "edit",
              "file" : "tests/collections/string-ostream.cfa"
            },
            {
              "editType" : "edit",
              "file" : "tests/io/.expect/manipulatorsOutput1.x86.txt"
            },
            {
              "editType" : "edit",
              "file" : "libcfa/src/collections/string.cfa"
            },
            {
              "editType" : "edit",
              "file" : "tests/io/.expect/manipulatorsOutput1.x64.txt"
            },
            {
              "editType" : "edit",
              "file" : "tests/io/.expect/manipulatorsOutput1.arm64.txt"
            },
            {
              "editType" : "edit",
              "file" : "libcfa/src/collections/string.hfa"
            },
            {
              "editType" : "edit",
              "file" : "libcfa/src/iostream.cfa"
            },
            {
              "editType" : "edit",
              "file" : "tests/io/manipulatorsOutput1.cfa"
            },
            {
              "editType" : "edit",
              "file" : "doc/user/user.tex"
            }
          ]
        },
        {
          "_class" : "hudson.plugins.git.GitChangeSet",
          "affectedPaths" : [
            "tests/io/.expect/manipulatorsOutput2.x64.txt",
            "tests/io/.expect/manipulatorsOutput2.arm64.txt",
            "tests/io/.expect/manipulatorsOutput2.x86.txt",
            "doc/user/user.tex",
            "libcfa/src/iostream.cfa"
          ],
          "commitId" : "244335bac9fe48993091c4a55d03642bd67e9a62",
          "timestamp" : 1777911103000,
          "author" : {
            "absoluteUrl" : "https://cforall.uwaterloo.ca/jenkins/user/pabuhr",
            "fullName" : "pabuhr"
          },
          "authorEmail" : "pabuhr@uwaterloo.ca",
          "comment" : "update printing of decimal point in floating-point numbers\u000a",
          "date" : "2026-05-04 12:11:43 -0400",
          "id" : "244335bac9fe48993091c4a55d03642bd67e9a62",
          "msg" : "update printing of decimal point in floating-point numbers",
          "paths" : [
            {
              "editType" : "edit",
              "file" : "doc/user/user.tex"
            },
            {
              "editType" : "edit",
              "file" : "tests/io/.expect/manipulatorsOutput2.arm64.txt"
            },
            {
              "editType" : "edit",
              "file" : "libcfa/src/iostream.cfa"
            },
            {
              "editType" : "edit",
              "file" : "tests/io/.expect/manipulatorsOutput2.x64.txt"
            },
            {
              "editType" : "edit",
              "file" : "tests/io/.expect/manipulatorsOutput2.x86.txt"
            }
          ]
        },
        {
          "_class" : "hudson.plugins.git.GitChangeSet",
          "affectedPaths" : [
            "tests/io/.expect/manipulatorsOutput1.x86.txt"
          ],
          "commitId" : "9375148489e3038d4001d8f00d6a53539e78d6c7",
          "timestamp" : 1777917716000,
          "author" : {
            "absoluteUrl" : "https://cforall.uwaterloo.ca/jenkins/user/pabuhr",
            "fullName" : "pabuhr"
          },
          "authorEmail" : "pabuhr@uwaterloo.ca",
          "comment" : "fixed x86 expect file for manipulatorsOutput1.x86.txt\u000a",
          "date" : "2026-05-04 14:01:56 -0400",
          "id" : "9375148489e3038d4001d8f00d6a53539e78d6c7",
          "msg" : "fixed x86 expect file for manipulatorsOutput1.x86.txt",
          "paths" : [
            {
              "editType" : "edit",
              "file" : "tests/io/.expect/manipulatorsOutput1.x86.txt"
            }
          ]
        },
        {
          "_class" : "hudson.plugins.git.GitChangeSet",
          "affectedPaths" : [
            "libcfa/src/collections/string.hfa",
            "libcfa/src/collections/string.cfa"
          ],
          "commitId" : "d8a2f988fbdaa37173653d0e459271591e6afdd0",
          "timestamp" : 1777946269000,
          "author" : {
            "absoluteUrl" : "https://cforall.uwaterloo.ca/jenkins/user/pabuhr",
            "fullName" : "pabuhr"
          },
          "authorEmail" : "pabuhr@uwaterloo.ca",
          "comment" : "formatting, add some tostr conversion routines\u000a",
          "date" : "2026-05-04 21:57:49 -0400",
          "id" : "d8a2f988fbdaa37173653d0e459271591e6afdd0",
          "msg" : "formatting, add some tostr conversion routines",
          "paths" : [
            {
              "editType" : "edit",
              "file" : "libcfa/src/collections/string.cfa"
            },
            {
              "editType" : "edit",
              "file" : "libcfa/src/collections/string.hfa"
            }
          ]
        }
      ],
      "kind" : "git"
    }
  ],
  "culprits" : [
    {
      "absoluteUrl" : "https://cforall.uwaterloo.ca/jenkins/user/mlbrooks",
      "fullName" : "mlbrooks"
    },
    {
      "absoluteUrl" : "https://cforall.uwaterloo.ca/jenkins/user/pabuhr",
      "fullName" : "pabuhr"
    }
  ],
  "inProgress" : False,
  "nextBuild" : {
    "number" : 261,
    "url" : "https://cforall.uwaterloo.ca/jenkins/view/all/job/Cforall_Full_Build/261/"
  },
  "previousBuild" : {
    "number" : 259,
    "url" : "https://cforall.uwaterloo.ca/jenkins/view/all/job/Cforall_Full_Build/259/"
  }
}