{
  "_class" : "hudson.matrix.MatrixRun",
  "actions" : [
    {
      
    },
    {
      "_class" : "hudson.model.CauseAction",
      "causes" : [
        {
          "_class" : "hudson.model.Cause$UpstreamCause",
          "shortDescription" : "Started by upstream project \"parallel-build\" build number 5,418",
          "upstreamBuild" : 5418,
          "upstreamProject" : "parallel-build",
          "upstreamUrl" : "job/parallel-build/"
        }
      ]
    },
    {
      
    },
    {
      "_class" : "hudson.plugins.git.util.BuildData",
      "buildsByBranchName" : {
        "origin/trunk" : {
          "_class" : "hudson.plugins.git.util.Build",
          "buildNumber" : 5418,
          "buildResult" : None,
          "marked" : {
            "SHA1" : "d8e6b0904b7eebecf0c653d38ef0457506445940",
            "branch" : [
              {
                "SHA1" : "d8e6b0904b7eebecf0c653d38ef0457506445940",
                "name" : "origin/trunk"
              }
            ]
          },
          "revision" : {
            "SHA1" : "d8e6b0904b7eebecf0c653d38ef0457506445940",
            "branch" : [
              {
                "SHA1" : "d8e6b0904b7eebecf0c653d38ef0457506445940",
                "name" : "origin/trunk"
              }
            ]
          }
        },
        "origin/4.14" : {
          "_class" : "hudson.plugins.git.util.Build",
          "buildNumber" : 5356,
          "buildResult" : None,
          "marked" : {
            "SHA1" : "8899c05cfc9027e74dfe88c71cc78bac5102e771",
            "branch" : [
              {
                "SHA1" : "8899c05cfc9027e74dfe88c71cc78bac5102e771",
                "name" : "origin/4.14"
              }
            ]
          },
          "revision" : {
            "SHA1" : "8899c05cfc9027e74dfe88c71cc78bac5102e771",
            "branch" : [
              {
                "SHA1" : "8899c05cfc9027e74dfe88c71cc78bac5102e771",
                "name" : "origin/4.14"
              }
            ]
          }
        },
        "origin/5.2" : {
          "_class" : "hudson.plugins.git.util.Build",
          "buildNumber" : 5316,
          "buildResult" : None,
          "marked" : {
            "SHA1" : "da1cc7acd855ae1aaf309f2a11f0f91a953a4377",
            "branch" : [
              {
                "SHA1" : "da1cc7acd855ae1aaf309f2a11f0f91a953a4377",
                "name" : "origin/5.2"
              }
            ]
          },
          "revision" : {
            "SHA1" : "da1cc7acd855ae1aaf309f2a11f0f91a953a4377",
            "branch" : [
              {
                "SHA1" : "da1cc7acd855ae1aaf309f2a11f0f91a953a4377",
                "name" : "origin/5.2"
              }
            ]
          }
        }
      },
      "lastBuiltRevision" : {
        "SHA1" : "d8e6b0904b7eebecf0c653d38ef0457506445940",
        "branch" : [
          {
            "SHA1" : "d8e6b0904b7eebecf0c653d38ef0457506445940",
            "name" : "origin/trunk"
          }
        ]
      },
      "remoteUrls" : [
        "https://github.com/ocaml/ocaml/"
      ],
      "scmName" : ""
    },
    {
      
    },
    {
      
    },
    {
      
    },
    {
      
    },
    {
      "_class" : "org.jenkinsci.plugins.displayurlapi.actions.RunDisplayAction"
    }
  ],
  "artifacts" : [
    
  ],
  "building" : False,
  "description" : None,
  "displayName" : "origin/trunk-#5418",
  "duration" : 418180,
  "estimatedDuration" : 423979,
  "executor" : None,
  "fullDisplayName" : "parallel-build » false,ocaml-manycores origin/trunk-#5418",
  "id" : "5418",
  "inProgress" : False,
  "keepLog" : False,
  "number" : 5418,
  "queueId" : 23785,
  "result" : "SUCCESS",
  "timestamp" : 1756473549065,
  "url" : "https://ci.inria.fr/ocaml/job/parallel-build/flambda=false,label=ocaml-manycores/5418/",
  "builtOn" : "ocaml-manycores",
  "changeSet" : {
    "_class" : "hudson.plugins.git.GitChangeSetList",
    "items" : [
      {
        "_class" : "hudson.plugins.git.GitChangeSet",
        "affectedPaths" : [
          "runtime/weak.c"
        ],
        "commitId" : "0f6fbaea61b55a8c81c2ad299e093138b34dc8ea",
        "timestamp" : 1756299173000,
        "author" : {
          "absoluteUrl" : "https://ci.inria.fr/ocaml/user/damien.doligez",
          "fullName" : "damien.doligez"
        },
        "authorEmail" : "damien.doligez@inria.fr",
        "comment" : "fix memory model for Weak.set\u000a",
        "date" : "2025-08-27 14:52:53 +0200",
        "id" : "0f6fbaea61b55a8c81c2ad299e093138b34dc8ea",
        "msg" : "fix memory model for Weak.set",
        "paths" : [
          {
            "editType" : "edit",
            "file" : "runtime/weak.c"
          }
        ]
      },
      {
        "_class" : "hudson.plugins.git.GitChangeSet",
        "affectedPaths" : [
          "runtime/weak.c"
        ],
        "commitId" : "0b00bf94a224c5902a67ac18967c44d9d836e97b",
        "timestamp" : 1756303966000,
        "author" : {
          "absoluteUrl" : "https://ci.inria.fr/ocaml/user/damien.doligez",
          "fullName" : "damien.doligez"
        },
        "authorEmail" : "damien.doligez@inria.fr",
        "comment" : "refactor weak.c/do_set to look more like memory.c/modify\u000a",
        "date" : "2025-08-27 16:12:46 +0200",
        "id" : "0b00bf94a224c5902a67ac18967c44d9d836e97b",
        "msg" : "refactor weak.c/do_set to look more like memory.c/modify",
        "paths" : [
          {
            "editType" : "edit",
            "file" : "runtime/weak.c"
          }
        ]
      },
      {
        "_class" : "hudson.plugins.git.GitChangeSet",
        "affectedPaths" : [
          "Changes"
        ],
        "commitId" : "72e8a482152f0fb70f7ab690ac1f4eeae61040eb",
        "timestamp" : 1756469690000,
        "author" : {
          "absoluteUrl" : "https://ci.inria.fr/ocaml/user/gabriel.scherer",
          "fullName" : "gabriel.scherer"
        },
        "authorEmail" : "gabriel.scherer@gmail.com",
        "comment" : "Changes\u000a",
        "date" : "2025-08-29 14:14:50 +0200",
        "id" : "72e8a482152f0fb70f7ab690ac1f4eeae61040eb",
        "msg" : "Changes",
        "paths" : [
          {
            "editType" : "edit",
            "file" : "Changes"
          }
        ]
      }
    ],
    "kind" : "git"
  },
  "culprits" : [
    {
      "absoluteUrl" : "https://ci.inria.fr/ocaml/user/gabriel.scherer",
      "fullName" : "gabriel.scherer"
    },
    {
      "absoluteUrl" : "https://ci.inria.fr/ocaml/user/damien.doligez",
      "fullName" : "damien.doligez"
    }
  ]
}