{
  "_class" : "org.jenkinsci.plugins.workflow.job.WorkflowRun",
  "actions" : [
    {
      "_class" : "hudson.model.CauseAction",
      "causes" : [
        {
          "_class" : "com.cloudbees.jenkins.GitHubPushCause",
          "shortDescription" : "Started by GitHub push by gasche"
        }
      ]
    },
    {
      
    },
    {
      
    },
    {
      
    },
    {
      "_class" : "hudson.plugins.git.util.BuildData",
      "buildsByBranchName" : {
        "origin/trunk" : {
          "_class" : "hudson.plugins.git.util.Build",
          "buildNumber" : 2909,
          "buildResult" : None,
          "marked" : {
            "SHA1" : "98af0e446790463df4e1af3d7059fd09819c5552",
            "branch" : [
              {
                "SHA1" : "98af0e446790463df4e1af3d7059fd09819c5552",
                "name" : "origin/trunk"
              }
            ]
          },
          "revision" : {
            "SHA1" : "98af0e446790463df4e1af3d7059fd09819c5552",
            "branch" : [
              {
                "SHA1" : "98af0e446790463df4e1af3d7059fd09819c5552",
                "name" : "origin/trunk"
              }
            ]
          }
        },
        "refs/remotes/origin/trunk" : {
          "_class" : "hudson.plugins.git.util.Build",
          "buildNumber" : 2338,
          "buildResult" : None,
          "marked" : {
            "SHA1" : "e4b1eb03cb5c45d6cbd85425c626e145ea32a2f9",
            "branch" : [
              {
                "SHA1" : "e4b1eb03cb5c45d6cbd85425c626e145ea32a2f9",
                "name" : "refs/remotes/origin/trunk"
              }
            ]
          },
          "revision" : {
            "SHA1" : "e4b1eb03cb5c45d6cbd85425c626e145ea32a2f9",
            "branch" : [
              {
                "SHA1" : "e4b1eb03cb5c45d6cbd85425c626e145ea32a2f9",
                "name" : "refs/remotes/origin/trunk"
              }
            ]
          }
        },
        "origin/4.14" : {
          "_class" : "hudson.plugins.git.util.Build",
          "buildNumber" : 2863,
          "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" : 2823,
          "buildResult" : None,
          "marked" : {
            "SHA1" : "da1cc7acd855ae1aaf309f2a11f0f91a953a4377",
            "branch" : [
              {
                "SHA1" : "da1cc7acd855ae1aaf309f2a11f0f91a953a4377",
                "name" : "origin/5.2"
              }
            ]
          },
          "revision" : {
            "SHA1" : "da1cc7acd855ae1aaf309f2a11f0f91a953a4377",
            "branch" : [
              {
                "SHA1" : "da1cc7acd855ae1aaf309f2a11f0f91a953a4377",
                "name" : "origin/5.2"
              }
            ]
          }
        }
      },
      "lastBuiltRevision" : {
        "SHA1" : "98af0e446790463df4e1af3d7059fd09819c5552",
        "branch" : [
          {
            "SHA1" : "98af0e446790463df4e1af3d7059fd09819c5552",
            "name" : "origin/trunk"
          }
        ]
      },
      "remoteUrls" : [
        "https://github.com/ocaml/ocaml"
      ],
      "scmName" : ""
    },
    {
      
    },
    {
      "_class" : "org.jenkinsci.plugins.workflow.libs.LibrariesAction"
    },
    {
      
    },
    {
      
    },
    {
      
    },
    {
      "_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" : True,
  "description" : None,
  "displayName" : "#2909",
  "duration" : 0,
  "estimatedDuration" : 800196,
  "executor" : {
    "_class" : "hudson.model.OneOffExecutor"
  },
  "fullDisplayName" : "bootstrap #2909",
  "id" : "2909",
  "keepLog" : False,
  "number" : 2909,
  "queueId" : 23100,
  "result" : None,
  "timestamp" : 1753793137395,
  "url" : "https://ci.inria.fr/ocaml/view/all/job/bootstrap/2909/",
  "changeSets" : [
    {
      "_class" : "hudson.plugins.git.GitChangeSetList",
      "items" : [
        {
          "_class" : "hudson.plugins.git.GitChangeSet",
          "affectedPaths" : [
            "stdlib/gc.ml",
            "runtime/memprof.c",
            "stdlib/gc.mli"
          ],
          "commitId" : "bab7aa8a5838830b5bb41a3c4b12dcd058665344",
          "timestamp" : 1753782052000,
          "author" : {
            "absoluteUrl" : "https://ci.inria.fr/ocaml/user/gabriel.scherer",
            "fullName" : "gabriel.scherer"
          },
          "authorEmail" : "gabriel.scherer@gmail.com",
          "comment" : "Memprof.start replaces any existing profile in the domain, Memprof.is_sampling\u000a\u000aThe change to Memprof.start increases its compositionality while\u000aconforming to the previous behaviour (it simply fails in fewer\u000asituations). This is necessary for us to implement the Memprof\u000ainterface on top of the package memprof-limits.\u000a\u000aThe new function is_sampling is for clients that do want to fail\u000aearly, e.g. when detecting that two Memprof clients are interfering.\u000a",
          "date" : "2025-07-29 11:40:52 +0200",
          "id" : "bab7aa8a5838830b5bb41a3c4b12dcd058665344",
          "msg" : "Memprof.start replaces any existing profile in the domain, Memprof.is_sampling",
          "paths" : [
            {
              "editType" : "edit",
              "file" : "stdlib/gc.ml"
            },
            {
              "editType" : "edit",
              "file" : "runtime/memprof.c"
            },
            {
              "editType" : "edit",
              "file" : "stdlib/gc.mli"
            }
          ]
        },
        {
          "_class" : "hudson.plugins.git.GitChangeSet",
          "affectedPaths" : [
            "testsuite/tests/statmemprof/restart.reference",
            "testsuite/tests/statmemprof/start_stop.reference",
            "testsuite/tests/statmemprof/start_stop.ml",
            "testsuite/tests/statmemprof/restart.ml"
          ],
          "commitId" : "532fb2a80ea4667b7a339a9e50465d66a0e1abc4",
          "timestamp" : 1753782052000,
          "author" : {
            "absoluteUrl" : "https://ci.inria.fr/ocaml/user/gabriel.scherer",
            "fullName" : "gabriel.scherer"
          },
          "authorEmail" : "gabriel.scherer@gmail.com",
          "comment" : "Adjust test and add test\u000a",
          "date" : "2025-07-29 11:40:52 +0200",
          "id" : "532fb2a80ea4667b7a339a9e50465d66a0e1abc4",
          "msg" : "Adjust test and add test",
          "paths" : [
            {
              "editType" : "add",
              "file" : "testsuite/tests/statmemprof/restart.reference"
            },
            {
              "editType" : "edit",
              "file" : "testsuite/tests/statmemprof/start_stop.reference"
            },
            {
              "editType" : "add",
              "file" : "testsuite/tests/statmemprof/restart.ml"
            },
            {
              "editType" : "edit",
              "file" : "testsuite/tests/statmemprof/start_stop.ml"
            }
          ]
        },
        {
          "_class" : "hudson.plugins.git.GitChangeSet",
          "affectedPaths" : [
            "runtime/memprof.c"
          ],
          "commitId" : "18e01627beb8e9188f1586abfba4c1809650ced4",
          "timestamp" : 1753782052000,
          "author" : {
            "absoluteUrl" : "https://ci.inria.fr/ocaml/user/gabriel.scherer",
            "fullName" : "gabriel.scherer"
          },
          "authorEmail" : "gabriel.scherer@gmail.com",
          "comment" : "[minor] Code clean-up\u000a",
          "date" : "2025-07-29 11:40:52 +0200",
          "id" : "18e01627beb8e9188f1586abfba4c1809650ced4",
          "msg" : "[minor] Code clean-up",
          "paths" : [
            {
              "editType" : "edit",
              "file" : "runtime/memprof.c"
            }
          ]
        },
        {
          "_class" : "hudson.plugins.git.GitChangeSet",
          "affectedPaths" : [
            "stdlib/gc.mli"
          ],
          "commitId" : "c0e29d9293147a35f9ad6ab827ec67008a8a6317",
          "timestamp" : 1753782053000,
          "author" : {
            "absoluteUrl" : "https://ci.inria.fr/ocaml/user/gabriel.scherer",
            "fullName" : "gabriel.scherer"
          },
          "authorEmail" : "gabriel.scherer@gmail.com",
          "comment" : "[documentation] Clarify a difference between threads and domains\u000a",
          "date" : "2025-07-29 11:40:53 +0200",
          "id" : "c0e29d9293147a35f9ad6ab827ec67008a8a6317",
          "msg" : "[documentation] Clarify a difference between threads and domains",
          "paths" : [
            {
              "editType" : "edit",
              "file" : "stdlib/gc.mli"
            }
          ]
        },
        {
          "_class" : "hudson.plugins.git.GitChangeSet",
          "affectedPaths" : [
            "Changes"
          ],
          "commitId" : "c12e33c280b79464ea42d570b995f6deb21346aa",
          "timestamp" : 1753782114000,
          "author" : {
            "absoluteUrl" : "https://ci.inria.fr/ocaml/user/gabriel.scherer",
            "fullName" : "gabriel.scherer"
          },
          "authorEmail" : "gabriel.scherer@gmail.com",
          "comment" : "Changes\u000a",
          "date" : "2025-07-29 11:41:54 +0200",
          "id" : "c12e33c280b79464ea42d570b995f6deb21346aa",
          "msg" : "Changes",
          "paths" : [
            {
              "editType" : "edit",
              "file" : "Changes"
            }
          ]
        },
        {
          "_class" : "hudson.plugins.git.GitChangeSet",
          "affectedPaths" : [
            "testsuite/tests/statmemprof/start_stop.reference",
            "testsuite/tests/statmemprof/start_stop.ml"
          ],
          "commitId" : "632b901f995fa8eaf4d291bb1a0b7058e2c42689",
          "timestamp" : 1753782117000,
          "author" : {
            "absoluteUrl" : "https://ci.inria.fr/ocaml/user/gabriel.scherer",
            "fullName" : "gabriel.scherer"
          },
          "authorEmail" : "gabriel.scherer@gmail.com",
          "comment" : "Clarify test\u000a",
          "date" : "2025-07-29 11:41:57 +0200",
          "id" : "632b901f995fa8eaf4d291bb1a0b7058e2c42689",
          "msg" : "Clarify test",
          "paths" : [
            {
              "editType" : "edit",
              "file" : "testsuite/tests/statmemprof/start_stop.reference"
            },
            {
              "editType" : "edit",
              "file" : "testsuite/tests/statmemprof/start_stop.ml"
            }
          ]
        },
        {
          "_class" : "hudson.plugins.git.GitChangeSet",
          "affectedPaths" : [
            "runtime/memprof.c"
          ],
          "commitId" : "201ea83e90ade2b6fa31aa3453fd73033a060a6e",
          "timestamp" : 1753782117000,
          "author" : {
            "absoluteUrl" : "https://ci.inria.fr/ocaml/user/gabriel.scherer",
            "fullName" : "gabriel.scherer"
          },
          "authorEmail" : "gabriel.scherer@gmail.com",
          "comment" : "Run callbacks before starting a different profile\u000a\u000aSimplify code by using caml_memprof_run_callbacks_res\u000a",
          "date" : "2025-07-29 11:41:57 +0200",
          "id" : "201ea83e90ade2b6fa31aa3453fd73033a060a6e",
          "msg" : "Run callbacks before starting a different profile",
          "paths" : [
            {
              "editType" : "edit",
              "file" : "runtime/memprof.c"
            }
          ]
        }
      ],
      "kind" : "git"
    }
  ],
  "culprits" : [
    {
      "absoluteUrl" : "https://ci.inria.fr/ocaml/user/gabriel.scherer",
      "fullName" : "gabriel.scherer"
    }
  ],
  "inProgress" : True,
  "nextBuild" : {
    "number" : 2910,
    "url" : "https://ci.inria.fr/ocaml/view/all/job/bootstrap/2910/"
  },
  "previousBuild" : {
    "number" : 2908,
    "url" : "https://ci.inria.fr/ocaml/view/all/job/bootstrap/2908/"
  }
}