{
  "_class" : "hudson.model.FreeStyleBuild",
  "actions" : [
    {
      "_class" : "hudson.model.CauseAction",
      "causes" : [
        {
          "_class" : "com.cloudbees.jenkins.GitHubPushCause",
          "shortDescription" : "Started by GitHub push by xavierleroy"
        },
        {
          "_class" : "com.cloudbees.jenkins.GitHubPushCause",
          "shortDescription" : "Started by GitHub push by xavierleroy"
        },
        {
          "_class" : "com.cloudbees.jenkins.GitHubPushCause",
          "shortDescription" : "Started by GitHub push by xavierleroy"
        },
        {
          "_class" : "com.cloudbees.jenkins.GitHubPushCause",
          "shortDescription" : "Started by GitHub push by xavierleroy"
        }
      ]
    },
    {
      
    },
    {
      
    },
    {
      "_class" : "hudson.plugins.git.util.BuildData",
      "buildsByBranchName" : {
        "origin/trunk" : {
          "_class" : "hudson.plugins.git.util.Build",
          "buildNumber" : 251,
          "buildResult" : None,
          "marked" : {
            "SHA1" : "2f16b98a8d4f2359cdab0d56c2338f6c51b3598a",
            "branch" : [
              {
                "SHA1" : "2f16b98a8d4f2359cdab0d56c2338f6c51b3598a",
                "name" : "origin/trunk"
              }
            ]
          },
          "revision" : {
            "SHA1" : "2f16b98a8d4f2359cdab0d56c2338f6c51b3598a",
            "branch" : [
              {
                "SHA1" : "2f16b98a8d4f2359cdab0d56c2338f6c51b3598a",
                "name" : "origin/trunk"
              }
            ]
          }
        },
        "origin/4.11" : {
          "_class" : "hudson.plugins.git.util.Build",
          "buildNumber" : 249,
          "buildResult" : None,
          "marked" : {
            "SHA1" : "4b57077048a9d6d79075755a18c9f79d0a8b9ba5",
            "branch" : [
              {
                "SHA1" : "4b57077048a9d6d79075755a18c9f79d0a8b9ba5",
                "name" : "origin/4.11"
              }
            ]
          },
          "revision" : {
            "SHA1" : "4b57077048a9d6d79075755a18c9f79d0a8b9ba5",
            "branch" : [
              {
                "SHA1" : "4b57077048a9d6d79075755a18c9f79d0a8b9ba5",
                "name" : "origin/4.11"
              }
            ]
          }
        },
        "refs/remotes/origin/4.11" : {
          "_class" : "hudson.plugins.git.util.Build",
          "buildNumber" : 262,
          "buildResult" : None,
          "marked" : {
            "SHA1" : "1b202ba3356c57c335a7dec2329214384b39919d",
            "branch" : [
              {
                "SHA1" : "1b202ba3356c57c335a7dec2329214384b39919d",
                "name" : "refs/remotes/origin/4.11"
              }
            ]
          },
          "revision" : {
            "SHA1" : "1b202ba3356c57c335a7dec2329214384b39919d",
            "branch" : [
              {
                "SHA1" : "1b202ba3356c57c335a7dec2329214384b39919d",
                "name" : "refs/remotes/origin/4.11"
              }
            ]
          }
        }
      },
      "lastBuiltRevision" : {
        "SHA1" : "1b202ba3356c57c335a7dec2329214384b39919d",
        "branch" : [
          {
            "SHA1" : "1b202ba3356c57c335a7dec2329214384b39919d",
            "name" : "refs/remotes/origin/4.11"
          }
        ]
      },
      "remoteUrls" : [
        "https://github.com/ocaml/ocaml"
      ],
      "scmName" : ""
    },
    {
      "_class" : "hudson.plugins.git.GitTagAction"
    },
    {
      
    },
    {
      
    },
    {
      
    },
    {
      "_class" : "org.jenkinsci.plugins.displayurlapi.actions.RunDisplayAction"
    }
  ],
  "artifacts" : [
    
  ],
  "building" : False,
  "description" : None,
  "displayName" : "#262",
  "duration" : 2449376,
  "estimatedDuration" : 2534434,
  "executor" : None,
  "fullDisplayName" : "Risc-V-legacy #262",
  "id" : "262",
  "inProgress" : False,
  "keepLog" : False,
  "number" : 262,
  "queueId" : 16366,
  "result" : "SUCCESS",
  "timestamp" : 1610029500799,
  "url" : "https://ci.inria.fr/ocaml/view/all/job/Risc-V-legacy/262/",
  "builtOn" : "olive",
  "changeSet" : {
    "_class" : "hudson.plugins.git.GitChangeSetList",
    "items" : [
      {
        "_class" : "hudson.plugins.git.GitChangeSet",
        "affectedPaths" : [
          "Changes",
          "testsuite/tests/regression/pr9326/gc_set.ml",
          "runtime/gc_ctrl.c"
        ],
        "commitId" : "1b202ba3356c57c335a7dec2329214384b39919d",
        "timestamp" : 1610027116000,
        "author" : {
          "absoluteUrl" : "https://ci.inria.fr/ocaml/user/xavier.leroy",
          "fullName" : "xavier.leroy"
        },
        "authorEmail" : "xavier.leroy@college-de-france.fr",
        "comment" : "Gc.set incorrectly handles the three `custom_*` fields (#10125)\u000a\u000aSome `Long_val` conversions were missing.\u000a\u000aThis was setting the wrong values for the `custom_` parameters,\u000acausing the major GC to work too much, slowing down some programs.\u000a\u000aAdd regression test.\u000a\u000aFixes: #9326\u000a(cherry picked from commit 78321e6ac59e18a54cd9209aa57012f8b47908c9)\u000a",
        "date" : "2021-01-07 14:45:16 +0100",
        "id" : "1b202ba3356c57c335a7dec2329214384b39919d",
        "msg" : "Gc.set incorrectly handles the three `custom_*` fields (#10125)",
        "paths" : [
          {
            "editType" : "add",
            "file" : "testsuite/tests/regression/pr9326/gc_set.ml"
          },
          {
            "editType" : "edit",
            "file" : "Changes"
          },
          {
            "editType" : "edit",
            "file" : "runtime/gc_ctrl.c"
          }
        ]
      }
    ],
    "kind" : "git"
  },
  "culprits" : [
    {
      "absoluteUrl" : "https://ci.inria.fr/ocaml/user/xavier.leroy",
      "fullName" : "xavier.leroy"
    }
  ]
}