{
  "_class" : "hudson.model.FreeStyleBuild",
  "actions" : [
    {
      "_class" : "hudson.model.CauseAction",
      "causes" : [
        {
          "_class" : "com.cloudbees.jenkins.GitHubPushCause",
          "shortDescription" : "Started by GitHub push by stedolan"
        }
      ]
    },
    {
      
    },
    {
      
    },
    {
      "_class" : "hudson.plugins.git.util.BuildData",
      "buildsByBranchName" : {
        "origin/trunk" : {
          "_class" : "hudson.plugins.git.util.Build",
          "buildNumber" : 113,
          "buildResult" : None,
          "marked" : {
            "SHA1" : "ff6ae43184f03201d8e69d6630e4bb44205015fc",
            "branch" : [
              {
                "SHA1" : "ff6ae43184f03201d8e69d6630e4bb44205015fc",
                "name" : "origin/trunk"
              }
            ]
          },
          "revision" : {
            "SHA1" : "ff6ae43184f03201d8e69d6630e4bb44205015fc",
            "branch" : [
              {
                "SHA1" : "ff6ae43184f03201d8e69d6630e4bb44205015fc",
                "name" : "origin/trunk"
              }
            ]
          }
        }
      },
      "lastBuiltRevision" : {
        "SHA1" : "ff6ae43184f03201d8e69d6630e4bb44205015fc",
        "branch" : [
          {
            "SHA1" : "ff6ae43184f03201d8e69d6630e4bb44205015fc",
            "name" : "origin/trunk"
          }
        ]
      },
      "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" : "#113",
  "duration" : 2463117,
  "estimatedDuration" : 2534434,
  "executor" : None,
  "fullDisplayName" : "Risc-V-legacy #113",
  "id" : "113",
  "inProgress" : False,
  "keepLog" : False,
  "number" : 113,
  "queueId" : 48983,
  "result" : "SUCCESS",
  "timestamp" : 1589992471295,
  "url" : "https://ci.inria.fr/ocaml/view/all/job/Risc-V-legacy/113/",
  "builtOn" : "olive",
  "changeSet" : {
    "_class" : "hudson.plugins.git.GitChangeSetList",
    "items" : [
      {
        "_class" : "hudson.plugins.git.GitChangeSet",
        "affectedPaths" : [
          "runtime/memprof.c",
          "runtime/caml/memprof.h",
          "otherlibs/systhreads/st_stubs.c"
        ],
        "commitId" : "97eb98db94f71f12cddb2f94324846941b1b3dbc",
        "timestamp" : 1589205307000,
        "author" : {
          "absoluteUrl" : "https://ci.inria.fr/ocaml/user/jacques-henri.jourdan",
          "fullName" : "jacques-henri.jourdan"
        },
        "authorEmail" : "jacques-henri.jourdan@normalesup.org",
        "comment" : "Memprof: fatal error if thread is stopped from a callback.\u000a\u000aThis is specified as undefined behavior in gc.mli.\u000a\u000aWe now use dedicated functions for the interraction between Memprof\u000aand systhreads.\u000a",
        "date" : "2020-05-11 15:55:07 +0200",
        "id" : "97eb98db94f71f12cddb2f94324846941b1b3dbc",
        "msg" : "Memprof: fatal error if thread is stopped from a callback.",
        "paths" : [
          {
            "editType" : "edit",
            "file" : "runtime/memprof.c"
          },
          {
            "editType" : "edit",
            "file" : "runtime/caml/memprof.h"
          },
          {
            "editType" : "edit",
            "file" : "otherlibs/systhreads/st_stubs.c"
          }
        ]
      },
      {
        "_class" : "hudson.plugins.git.GitChangeSet",
        "affectedPaths" : [
          "Changes"
        ],
        "commitId" : "aa64e70bc144b1eb72e7597445c7366799939bf6",
        "timestamp" : 1589205373000,
        "author" : {
          "absoluteUrl" : "https://ci.inria.fr/ocaml/user/jacques-henri.jourdan",
          "fullName" : "jacques-henri.jourdan"
        },
        "authorEmail" : "jacques-henri.jourdan@normalesup.org",
        "comment" : "Changes\u000a",
        "date" : "2020-05-11 15:56:13 +0200",
        "id" : "aa64e70bc144b1eb72e7597445c7366799939bf6",
        "msg" : "Changes",
        "paths" : [
          {
            "editType" : "edit",
            "file" : "Changes"
          }
        ]
      },
      {
        "_class" : "hudson.plugins.git.GitChangeSet",
        "affectedPaths" : [
          "testsuite/tests/statmemprof/thread_exit_in_callback_stub.c",
          "testsuite/tests/statmemprof/thread_exit_in_callback.reference",
          "testsuite/tests/statmemprof/thread_exit_in_callback.ml"
        ],
        "commitId" : "629fae6dc4ee8ddf2293232f99f3b4cea4de4445",
        "timestamp" : 1589209813000,
        "author" : {
          "absoluteUrl" : "https://ci.inria.fr/ocaml/user/jacques-henri.jourdan",
          "fullName" : "jacques-henri.jourdan"
        },
        "authorEmail" : "jacques-henri.jourdan@normalesup.org",
        "comment" : "Add test statmemprof/thread_exit_in_callback.\u000a",
        "date" : "2020-05-11 17:10:13 +0200",
        "id" : "629fae6dc4ee8ddf2293232f99f3b4cea4de4445",
        "msg" : "Add test statmemprof/thread_exit_in_callback.",
        "paths" : [
          {
            "editType" : "add",
            "file" : "testsuite/tests/statmemprof/thread_exit_in_callback.reference"
          },
          {
            "editType" : "add",
            "file" : "testsuite/tests/statmemprof/thread_exit_in_callback_stub.c"
          },
          {
            "editType" : "add",
            "file" : "testsuite/tests/statmemprof/thread_exit_in_callback.ml"
          }
        ]
      }
    ],
    "kind" : "git"
  },
  "culprits" : [
    {
      "absoluteUrl" : "https://ci.inria.fr/ocaml/user/jacques-henri.jourdan",
      "fullName" : "jacques-henri.jourdan"
    }
  ]
}