{
  "_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" : 237,
          "buildResult" : None,
          "marked" : {
            "SHA1" : "8b3ac9bcb27a028d1d80f7ee9bab64bcc58b455a",
            "branch" : [
              {
                "SHA1" : "8b3ac9bcb27a028d1d80f7ee9bab64bcc58b455a",
                "name" : "origin/trunk"
              }
            ]
          },
          "revision" : {
            "SHA1" : "8b3ac9bcb27a028d1d80f7ee9bab64bcc58b455a",
            "branch" : [
              {
                "SHA1" : "8b3ac9bcb27a028d1d80f7ee9bab64bcc58b455a",
                "name" : "origin/trunk"
              }
            ]
          }
        },
        "origin/4.11" : {
          "_class" : "hudson.plugins.git.util.Build",
          "buildNumber" : 230,
          "buildResult" : None,
          "marked" : {
            "SHA1" : "b0af3d04c63f53bb6d1d01b57d1e443d060193bf",
            "branch" : [
              {
                "SHA1" : "b0af3d04c63f53bb6d1d01b57d1e443d060193bf",
                "name" : "origin/4.11"
              }
            ]
          },
          "revision" : {
            "SHA1" : "b0af3d04c63f53bb6d1d01b57d1e443d060193bf",
            "branch" : [
              {
                "SHA1" : "b0af3d04c63f53bb6d1d01b57d1e443d060193bf",
                "name" : "origin/4.11"
              }
            ]
          }
        }
      },
      "lastBuiltRevision" : {
        "SHA1" : "8b3ac9bcb27a028d1d80f7ee9bab64bcc58b455a",
        "branch" : [
          {
            "SHA1" : "8b3ac9bcb27a028d1d80f7ee9bab64bcc58b455a",
            "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" : "#237",
  "duration" : 2621513,
  "estimatedDuration" : 2534434,
  "executor" : None,
  "fullDisplayName" : "Risc-V-legacy #237",
  "id" : "237",
  "inProgress" : False,
  "keepLog" : False,
  "number" : 237,
  "queueId" : 60618,
  "result" : "SUCCESS",
  "timestamp" : 1595956870797,
  "url" : "https://ci.inria.fr/ocaml/view/all/job/Risc-V-legacy/237/",
  "builtOn" : "olive",
  "changeSet" : {
    "_class" : "hudson.plugins.git.GitChangeSetList",
    "items" : [
      {
        "_class" : "hudson.plugins.git.GitChangeSet",
        "affectedPaths" : [
          "runtime/backtrace_byt.c",
          "runtime/caml/io.h",
          "runtime/debugger.c",
          "runtime/startup_byt.c",
          "ocamltest/run_stubs.c"
        ],
        "commitId" : "e6788850078974de6fc5eaee70fe463d24d953db",
        "timestamp" : 1595867379000,
        "author" : {
          "absoluteUrl" : "https://ci.inria.fr/ocaml/user/sdolan",
          "fullName" : "sdolan"
        },
        "authorEmail" : "sdolan@janestreet.com",
        "comment" : "Lock channels before doing I/O\u000a\u000aThe debugger's use of channels doesn't support locking, but it\u000adoesn't work on threaded programs anyway.\u000a",
        "date" : "2020-07-27 17:29:39 +0100",
        "id" : "e6788850078974de6fc5eaee70fe463d24d953db",
        "msg" : "Lock channels before doing I/O",
        "paths" : [
          {
            "editType" : "edit",
            "file" : "runtime/debugger.c"
          },
          {
            "editType" : "edit",
            "file" : "runtime/startup_byt.c"
          },
          {
            "editType" : "edit",
            "file" : "runtime/backtrace_byt.c"
          },
          {
            "editType" : "edit",
            "file" : "ocamltest/run_stubs.c"
          },
          {
            "editType" : "edit",
            "file" : "runtime/caml/io.h"
          }
        ]
      },
      {
        "_class" : "hudson.plugins.git.GitChangeSet",
        "affectedPaths" : [
          "otherlibs/systhreads/st_stubs.c",
          "runtime/signals_nat.c",
          "runtime/caml/compatibility.h",
          "runtime/caml/signals.h",
          "runtime/signals_byt.c",
          "runtime/signals.c"
        ],
        "commitId" : "32feddc1fc0a1bd03c44bb4d74d02f53ce39840e",
        "timestamp" : 1595867379000,
        "author" : {
          "absoluteUrl" : "https://ci.inria.fr/ocaml/user/sdolan",
          "fullName" : "sdolan"
        },
        "authorEmail" : "sdolan@janestreet.com",
        "comment" : "Do not run OCaml code inside signal handlers\u000a",
        "date" : "2020-07-27 17:29:39 +0100",
        "id" : "32feddc1fc0a1bd03c44bb4d74d02f53ce39840e",
        "msg" : "Do not run OCaml code inside signal handlers",
        "paths" : [
          {
            "editType" : "edit",
            "file" : "runtime/signals.c"
          },
          {
            "editType" : "edit",
            "file" : "runtime/signals_byt.c"
          },
          {
            "editType" : "edit",
            "file" : "runtime/caml/compatibility.h"
          },
          {
            "editType" : "edit",
            "file" : "otherlibs/systhreads/st_stubs.c"
          },
          {
            "editType" : "edit",
            "file" : "runtime/caml/signals.h"
          },
          {
            "editType" : "edit",
            "file" : "runtime/signals_nat.c"
          }
        ]
      },
      {
        "_class" : "hudson.plugins.git.GitChangeSet",
        "affectedPaths" : [
          "runtime/io.c",
          "runtime/unix.c",
          "runtime/win32.c",
          "runtime/caml/osdeps.h",
          "runtime/caml/signals.h",
          "runtime/caml/io.h",
          "runtime/signals.c"
        ],
        "commitId" : "63d516bda140ea7524523c62038e1f6d4ca004aa",
        "timestamp" : 1595867379000,
        "author" : {
          "absoluteUrl" : "https://ci.inria.fr/ocaml/user/sdolan",
          "fullName" : "sdolan"
        },
        "authorEmail" : "sdolan@janestreet.com",
        "comment" : "Avoid running signal handlers while holding locks in io.c\u000a",
        "date" : "2020-07-27 17:29:39 +0100",
        "id" : "63d516bda140ea7524523c62038e1f6d4ca004aa",
        "msg" : "Avoid running signal handlers while holding locks in io.c",
        "paths" : [
          {
            "editType" : "edit",
            "file" : "runtime/caml/signals.h"
          },
          {
            "editType" : "edit",
            "file" : "runtime/caml/io.h"
          },
          {
            "editType" : "edit",
            "file" : "runtime/win32.c"
          },
          {
            "editType" : "edit",
            "file" : "runtime/signals.c"
          },
          {
            "editType" : "edit",
            "file" : "runtime/io.c"
          },
          {
            "editType" : "edit",
            "file" : "runtime/unix.c"
          },
          {
            "editType" : "edit",
            "file" : "runtime/caml/osdeps.h"
          }
        ]
      },
      {
        "_class" : "hudson.plugins.git.GitChangeSet",
        "affectedPaths" : [
          "runtime/fail_nat.c",
          "otherlibs/systhreads/st_posix.h",
          "otherlibs/unix/signals.c",
          "runtime/fail_byt.c",
          "runtime/signals.c"
        ],
        "commitId" : "15b9d006a4792c88d0c461e8280d932364cb1404",
        "timestamp" : 1595930094000,
        "author" : {
          "absoluteUrl" : "https://ci.inria.fr/ocaml/user/sdolan",
          "fullName" : "sdolan"
        },
        "authorEmail" : "sdolan@janestreet.com",
        "comment" : "Avoid polling in caml_leave_blocking_section\u000a\u000aTo preserve behaviour, explicit polls are added:\u000a\u000a   - in caml_raise, to raise the right exception when as system\u000a     call is interrupted by a signal.\u000a\u000a   - in sigprocmask, to ensure that signals are handled as soon\u000a     as they are unmasked.\u000a",
        "date" : "2020-07-28 10:54:54 +0100",
        "id" : "15b9d006a4792c88d0c461e8280d932364cb1404",
        "msg" : "Avoid polling in caml_leave_blocking_section",
        "paths" : [
          {
            "editType" : "edit",
            "file" : "runtime/fail_byt.c"
          },
          {
            "editType" : "edit",
            "file" : "otherlibs/unix/signals.c"
          },
          {
            "editType" : "edit",
            "file" : "runtime/signals.c"
          },
          {
            "editType" : "edit",
            "file" : "otherlibs/systhreads/st_posix.h"
          },
          {
            "editType" : "edit",
            "file" : "runtime/fail_nat.c"
          }
        ]
      },
      {
        "_class" : "hudson.plugins.git.GitChangeSet",
        "affectedPaths" : [
          "testsuite/tests/lib-systhreads/eintr.ml",
          "testsuite/tests/lib-systhreads/eintr.reference"
        ],
        "commitId" : "c2b2da223472aedb2a4f21efe0c3a8ea1d542719",
        "timestamp" : 1595930094000,
        "author" : {
          "absoluteUrl" : "https://ci.inria.fr/ocaml/user/sdolan",
          "fullName" : "sdolan"
        },
        "authorEmail" : "sdolan@janestreet.com",
        "comment" : "Tests for EINTR-based signal handling\u000a",
        "date" : "2020-07-28 10:54:54 +0100",
        "id" : "c2b2da223472aedb2a4f21efe0c3a8ea1d542719",
        "msg" : "Tests for EINTR-based signal handling",
        "paths" : [
          {
            "editType" : "add",
            "file" : "testsuite/tests/lib-systhreads/eintr.reference"
          },
          {
            "editType" : "add",
            "file" : "testsuite/tests/lib-systhreads/eintr.ml"
          }
        ]
      },
      {
        "_class" : "hudson.plugins.git.GitChangeSet",
        "affectedPaths" : [
          "Changes"
        ],
        "commitId" : "e0b5f5e1cf1e7c6a7617153cc570e5b18ec6799b",
        "timestamp" : 1595952186000,
        "author" : {
          "absoluteUrl" : "https://ci.inria.fr/ocaml/user/sdolan",
          "fullName" : "sdolan"
        },
        "authorEmail" : "sdolan@janestreet.com",
        "comment" : "Changes\u000a",
        "date" : "2020-07-28 17:03:06 +0100",
        "id" : "e0b5f5e1cf1e7c6a7617153cc570e5b18ec6799b",
        "msg" : "Changes",
        "paths" : [
          {
            "editType" : "edit",
            "file" : "Changes"
          }
        ]
      }
    ],
    "kind" : "git"
  },
  "culprits" : [
    {
      "absoluteUrl" : "https://ci.inria.fr/ocaml/user/sdolan",
      "fullName" : "sdolan"
    }
  ]
}