{
  "_class" : "hudson.model.FreeStyleBuild",
  "actions" : [
    {
      "_class" : "hudson.model.CauseAction",
      "causes" : [
        {
          "_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" : 160,
          "buildResult" : None,
          "marked" : {
            "SHA1" : "c61fc39caac51e8414df5b53c9d0a7104011f4f2",
            "branch" : [
              {
                "SHA1" : "c61fc39caac51e8414df5b53c9d0a7104011f4f2",
                "name" : "origin/trunk"
              }
            ]
          },
          "revision" : {
            "SHA1" : "c61fc39caac51e8414df5b53c9d0a7104011f4f2",
            "branch" : [
              {
                "SHA1" : "c61fc39caac51e8414df5b53c9d0a7104011f4f2",
                "name" : "origin/trunk"
              }
            ]
          }
        }
      },
      "lastBuiltRevision" : {
        "SHA1" : "c61fc39caac51e8414df5b53c9d0a7104011f4f2",
        "branch" : [
          {
            "SHA1" : "c61fc39caac51e8414df5b53c9d0a7104011f4f2",
            "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" : "#160",
  "duration" : 2491957,
  "estimatedDuration" : 2534434,
  "executor" : None,
  "fullDisplayName" : "Risc-V-legacy #160",
  "id" : "160",
  "inProgress" : False,
  "keepLog" : False,
  "number" : 160,
  "queueId" : 52800,
  "result" : "SUCCESS",
  "timestamp" : 1591622382684,
  "url" : "https://ci.inria.fr/ocaml/view/all/job/Risc-V-legacy/160/",
  "builtOn" : "olive",
  "changeSet" : {
    "_class" : "hudson.plugins.git.GitChangeSetList",
    "items" : [
      {
        "_class" : "hudson.plugins.git.GitChangeSet",
        "affectedPaths" : [
          "runtime/skiplist.c",
          "runtime/Makefile",
          "runtime/caml/skiplist.h"
        ],
        "commitId" : "9a5f3b196730dd544fd03e13c9cef328bef02f09",
        "timestamp" : 1591618373000,
        "author" : {
          "absoluteUrl" : "https://ci.inria.fr/ocaml/user/xavier.leroy",
          "fullName" : "xavier.leroy"
        },
        "authorEmail" : "xavier.leroy@college-de-france.fr",
        "comment" : "Add skip lists as a reusable data structure\u000a\u000aThe implementation is taken from globroots.c, but made reusable elsewhere.\u000a",
        "date" : "2020-06-08 14:12:53 +0200",
        "id" : "9a5f3b196730dd544fd03e13c9cef328bef02f09",
        "msg" : "Add skip lists as a reusable data structure",
        "paths" : [
          {
            "editType" : "add",
            "file" : "runtime/caml/skiplist.h"
          },
          {
            "editType" : "edit",
            "file" : "runtime/Makefile"
          },
          {
            "editType" : "add",
            "file" : "runtime/skiplist.c"
          }
        ]
      },
      {
        "_class" : "hudson.plugins.git.GitChangeSet",
        "affectedPaths" : [
          "runtime/globroots.c"
        ],
        "commitId" : "40824de87ff227b814a1d0bdac7aa7a22d507e17",
        "timestamp" : 1591618373000,
        "author" : {
          "absoluteUrl" : "https://ci.inria.fr/ocaml/user/xavier.leroy",
          "fullName" : "xavier.leroy"
        },
        "authorEmail" : "xavier.leroy@college-de-france.fr",
        "comment" : "Use the skip list library for global GC root management\u000a\u000aInstead of the specialized skip list implementation that was local to\u000athis file.\u000a",
        "date" : "2020-06-08 14:12:53 +0200",
        "id" : "40824de87ff227b814a1d0bdac7aa7a22d507e17",
        "msg" : "Use the skip list library for global GC root management",
        "paths" : [
          {
            "editType" : "edit",
            "file" : "runtime/globroots.c"
          }
        ]
      },
      {
        "_class" : "hudson.plugins.git.GitChangeSet",
        "affectedPaths" : [
          "runtime/debugger.c"
        ],
        "commitId" : "8fd7894b2a8c2493ae9b090b1a9f4098f3524fe7",
        "timestamp" : 1591618388000,
        "author" : {
          "absoluteUrl" : "https://ci.inria.fr/ocaml/user/xavier.leroy",
          "fullName" : "xavier.leroy"
        },
        "authorEmail" : "xavier.leroy@college-de-france.fr",
        "comment" : "Use the skip list library to manage overwritten instructions in the debugger\u000a\u000aThis avoids the quadratic behaviors of the previous array-based\u000aimplementation.\u000a\u000aCloses: #9606\u000a",
        "date" : "2020-06-08 14:13:08 +0200",
        "id" : "8fd7894b2a8c2493ae9b090b1a9f4098f3524fe7",
        "msg" : "Use the skip list library to manage overwritten instructions in the debugger",
        "paths" : [
          {
            "editType" : "edit",
            "file" : "runtime/debugger.c"
          }
        ]
      },
      {
        "_class" : "hudson.plugins.git.GitChangeSet",
        "affectedPaths" : [
          "Changes"
        ],
        "commitId" : "4ce3b7cebac913e0ac245dcf25a497ff29cfc88a",
        "timestamp" : 1591618373000,
        "author" : {
          "absoluteUrl" : "https://ci.inria.fr/ocaml/user/xavier.leroy",
          "fullName" : "xavier.leroy"
        },
        "authorEmail" : "xavier.leroy@college-de-france.fr",
        "comment" : "Add Changes for #9635\u000a",
        "date" : "2020-06-08 14:12:53 +0200",
        "id" : "4ce3b7cebac913e0ac245dcf25a497ff29cfc88a",
        "msg" : "Add Changes for #9635",
        "paths" : [
          {
            "editType" : "edit",
            "file" : "Changes"
          }
        ]
      }
    ],
    "kind" : "git"
  },
  "culprits" : [
    {
      "absoluteUrl" : "https://ci.inria.fr/ocaml/user/xavier.leroy",
      "fullName" : "xavier.leroy"
    }
  ]
}