{
  "_class" : "hudson.model.FreeStyleBuild",
  "actions" : [
    {
      "_class" : "hudson.model.CauseAction",
      "causes" : [
        {
          "_class" : "com.cloudbees.jenkins.GitHubPushCause",
          "shortDescription" : "Started by GitHub push by dra27"
        }
      ]
    },
    {
      
    },
    {
      
    },
    {
      "_class" : "hudson.plugins.git.util.BuildData",
      "buildsByBranchName" : {
        "origin/trunk" : {
          "_class" : "hudson.plugins.git.util.Build",
          "buildNumber" : 55,
          "buildResult" : None,
          "marked" : {
            "SHA1" : "10561873487c185c0727f08b26706226dbb1a7b6",
            "branch" : [
              {
                "SHA1" : "10561873487c185c0727f08b26706226dbb1a7b6",
                "name" : "origin/trunk"
              }
            ]
          },
          "revision" : {
            "SHA1" : "10561873487c185c0727f08b26706226dbb1a7b6",
            "branch" : [
              {
                "SHA1" : "10561873487c185c0727f08b26706226dbb1a7b6",
                "name" : "origin/trunk"
              }
            ]
          }
        }
      },
      "lastBuiltRevision" : {
        "SHA1" : "10561873487c185c0727f08b26706226dbb1a7b6",
        "branch" : [
          {
            "SHA1" : "10561873487c185c0727f08b26706226dbb1a7b6",
            "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" : "#55",
  "duration" : 2752183,
  "estimatedDuration" : 2534434,
  "executor" : None,
  "fullDisplayName" : "Risc-V-legacy #55",
  "id" : "55",
  "inProgress" : False,
  "keepLog" : False,
  "number" : 55,
  "queueId" : 44753,
  "result" : "SUCCESS",
  "timestamp" : 1588245891761,
  "url" : "https://ci.inria.fr/ocaml/view/all/job/Risc-V-legacy/55/",
  "builtOn" : "olive",
  "changeSet" : {
    "_class" : "hudson.plugins.git.GitChangeSetList",
    "items" : [
      {
        "_class" : "hudson.plugins.git.GitChangeSet",
        "affectedPaths" : [
          "runtime/win32.c",
          "runtime/spacetime_nat.c",
          "runtime/caml/misc.h"
        ],
        "commitId" : "a9f7d74bcf332ffc18d394b5c6af30a1a74d01ab",
        "timestamp" : 1588235490000,
        "author" : {
          "absoluteUrl" : "https://ci.inria.fr/ocaml/user/decorne.en",
          "fullName" : "decorne.en"
        },
        "authorEmail" : "decorne.en@gmail.com",
        "comment" : "Add snprintf_os\u000a",
        "date" : "2020-04-30 10:31:30 +0200",
        "id" : "a9f7d74bcf332ffc18d394b5c6af30a1a74d01ab",
        "msg" : "Add snprintf_os",
        "paths" : [
          {
            "editType" : "edit",
            "file" : "runtime/spacetime_nat.c"
          },
          {
            "editType" : "edit",
            "file" : "runtime/win32.c"
          },
          {
            "editType" : "edit",
            "file" : "runtime/caml/misc.h"
          }
        ]
      },
      {
        "_class" : "hudson.plugins.git.GitChangeSet",
        "affectedPaths" : [
          "runtime/weak.c",
          ".gitignore",
          ".gitattributes",
          "runtime/caml/misc.h",
          "Makefile",
          "stdlib/gc.mli",
          "tools/ocaml-instr-graph",
          "runtime/misc.c",
          "runtime/domain.c",
          "runtime/major_gc.c",
          "ocamltest/ocamltest_config.ml.in",
          "tools/Makefile",
          "runtime/compact.c",
          "runtime/minor_gc.c",
          "runtime/sys.c",
          "runtime/array.c",
          "runtime/Makefile",
          "runtime/gen_primitives.sh",
          "runtime/eventlog.c",
          "runtime/caml/s.h.in",
          "runtime/caml/config.h",
          "Makefile.config.in",
          "Changes",
          "runtime/caml/domain_state.h",
          "configure.ac",
          "runtime/roots_byt.c",
          "runtime/memprof.c",
          "tools/eventlog_metadata.in",
          "ocamltest/builtin_actions.ml",
          "ocamltest/ocamltest_config.mli",
          "testsuite/tests/instrumented-runtime/main.ml",
          "configure",
          "stdlib/gc.ml",
          "runtime/gc_ctrl.c",
          "runtime/freelist.c",
          "ocamltest/Makefile",
          "runtime/caml/domain_state.tbl",
          "runtime/caml/eventlog.h",
          "runtime/startup_byt.c",
          "runtime/roots_nat.c",
          "tools/ocaml-instr-report",
          "runtime/startup_nat.c",
          "runtime/memory.c",
          "testsuite/tests/instrumented-runtime/main.run",
          "otherlibs/unix/fork.c"
        ],
        "commitId" : "b7f0494df52f758f88b723b881a606660f4672cc",
        "timestamp" : 1588235521000,
        "author" : {
          "absoluteUrl" : "https://ci.inria.fr/ocaml/user/decorne.en",
          "fullName" : "decorne.en"
        },
        "authorEmail" : "decorne.en@gmail.com",
        "comment" : "Rewrite the instrumented runtime to store traces in the CTF format.\u000a\u000aThe instrumentation code in the instrumented runtime was replaced\u000awith new APIs to gather runtime statistics and output them in a new format\u000a(Common Trace Format).\u000aThis commit also exposes new functions in the Gc module to pause or resume\u000ainstrumentation during a program execution (Gc.eventlog_pause and\u000aGc.eventlog_resume).\u000a",
        "date" : "2020-04-30 10:32:01 +0200",
        "id" : "b7f0494df52f758f88b723b881a606660f4672cc",
        "msg" : "Rewrite the instrumented runtime to store traces in the CTF format.",
        "paths" : [
          {
            "editType" : "edit",
            "file" : "runtime/roots_byt.c"
          },
          {
            "editType" : "edit",
            "file" : "tools/Makefile"
          },
          {
            "editType" : "edit",
            "file" : "ocamltest/ocamltest_config.mli"
          },
          {
            "editType" : "edit",
            "file" : "ocamltest/ocamltest_config.ml.in"
          },
          {
            "editType" : "edit",
            "file" : "runtime/caml/domain_state.tbl"
          },
          {
            "editType" : "edit",
            "file" : "runtime/misc.c"
          },
          {
            "editType" : "edit",
            "file" : "runtime/startup_byt.c"
          },
          {
            "editType" : "add",
            "file" : "testsuite/tests/instrumented-runtime/main.ml"
          },
          {
            "editType" : "add",
            "file" : "testsuite/tests/instrumented-runtime/main.run"
          },
          {
            "editType" : "edit",
            "file" : "runtime/gc_ctrl.c"
          },
          {
            "editType" : "edit",
            "file" : "runtime/memory.c"
          },
          {
            "editType" : "edit",
            "file" : "runtime/roots_nat.c"
          },
          {
            "editType" : "edit",
            "file" : "stdlib/gc.ml"
          },
          {
            "editType" : "edit",
            "file" : "runtime/weak.c"
          },
          {
            "editType" : "edit",
            "file" : ".gitattributes"
          },
          {
            "editType" : "add",
            "file" : "runtime/caml/eventlog.h"
          },
          {
            "editType" : "edit",
            "file" : "runtime/memprof.c"
          },
          {
            "editType" : "edit",
            "file" : "stdlib/gc.mli"
          },
          {
            "editType" : "edit",
            "file" : "runtime/array.c"
          },
          {
            "editType" : "edit",
            "file" : ".gitignore"
          },
          {
            "editType" : "edit",
            "file" : "Makefile.config.in"
          },
          {
            "editType" : "delete",
            "file" : "tools/ocaml-instr-report"
          },
          {
            "editType" : "edit",
            "file" : "runtime/startup_nat.c"
          },
          {
            "editType" : "edit",
            "file" : "otherlibs/unix/fork.c"
          },
          {
            "editType" : "edit",
            "file" : "runtime/domain.c"
          },
          {
            "editType" : "edit",
            "file" : "configure.ac"
          },
          {
            "editType" : "add",
            "file" : "tools/eventlog_metadata.in"
          },
          {
            "editType" : "edit",
            "file" : "runtime/caml/misc.h"
          },
          {
            "editType" : "edit",
            "file" : "runtime/compact.c"
          },
          {
            "editType" : "edit",
            "file" : "runtime/minor_gc.c"
          },
          {
            "editType" : "edit",
            "file" : "ocamltest/builtin_actions.ml"
          },
          {
            "editType" : "edit",
            "file" : "ocamltest/Makefile"
          },
          {
            "editType" : "edit",
            "file" : "runtime/caml/domain_state.h"
          },
          {
            "editType" : "edit",
            "file" : "Changes"
          },
          {
            "editType" : "edit",
            "file" : "configure"
          },
          {
            "editType" : "edit",
            "file" : "runtime/gen_primitives.sh"
          },
          {
            "editType" : "add",
            "file" : "runtime/eventlog.c"
          },
          {
            "editType" : "delete",
            "file" : "tools/ocaml-instr-graph"
          },
          {
            "editType" : "edit",
            "file" : "Makefile"
          },
          {
            "editType" : "edit",
            "file" : "runtime/caml/s.h.in"
          },
          {
            "editType" : "edit",
            "file" : "runtime/Makefile"
          },
          {
            "editType" : "edit",
            "file" : "runtime/caml/config.h"
          },
          {
            "editType" : "edit",
            "file" : "runtime/freelist.c"
          },
          {
            "editType" : "edit",
            "file" : "runtime/sys.c"
          },
          {
            "editType" : "edit",
            "file" : "runtime/major_gc.c"
          }
        ]
      }
    ],
    "kind" : "git"
  },
  "culprits" : [
    {
      "absoluteUrl" : "https://ci.inria.fr/ocaml/user/decorne.en",
      "fullName" : "decorne.en"
    }
  ]
}