{
  "_class" : "hudson.model.FreeStyleBuild",
  "actions" : [
    {
      "_class" : "hudson.model.CauseAction",
      "causes" : [
        {
          "_class" : "com.cloudbees.jenkins.GitHubPushCause",
          "shortDescription" : "Started by GitHub push by gasche"
        }
      ]
    },
    {
      
    },
    {
      
    },
    {
      "_class" : "hudson.plugins.git.util.BuildData",
      "buildsByBranchName" : {
        "origin/trunk" : {
          "_class" : "hudson.plugins.git.util.Build",
          "buildNumber" : 97,
          "buildResult" : None,
          "marked" : {
            "SHA1" : "c20fc10ac28b674c584931d373cecf94533ed7f6",
            "branch" : [
              {
                "SHA1" : "c20fc10ac28b674c584931d373cecf94533ed7f6",
                "name" : "origin/trunk"
              }
            ]
          },
          "revision" : {
            "SHA1" : "c20fc10ac28b674c584931d373cecf94533ed7f6",
            "branch" : [
              {
                "SHA1" : "c20fc10ac28b674c584931d373cecf94533ed7f6",
                "name" : "origin/trunk"
              }
            ]
          }
        }
      },
      "lastBuiltRevision" : {
        "SHA1" : "c20fc10ac28b674c584931d373cecf94533ed7f6",
        "branch" : [
          {
            "SHA1" : "c20fc10ac28b674c584931d373cecf94533ed7f6",
            "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" : "#97",
  "duration" : 2379434,
  "estimatedDuration" : 2534434,
  "executor" : None,
  "fullDisplayName" : "Risc-V-legacy #97",
  "id" : "97",
  "inProgress" : False,
  "keepLog" : False,
  "number" : 97,
  "queueId" : 47730,
  "result" : "SUCCESS",
  "timestamp" : 1589653253765,
  "url" : "https://ci.inria.fr/ocaml/view/all/job/Risc-V-legacy/97/",
  "builtOn" : "olive",
  "changeSet" : {
    "_class" : "hudson.plugins.git.GitChangeSetList",
    "items" : [
      {
        "_class" : "hudson.plugins.git.GitChangeSet",
        "affectedPaths" : [
          "Changes",
          "stdlib/StdlibModules",
          "stdlib/stdlib.mli",
          "stdlib/atomic.ml",
          "testsuite/tests/lib-atomic/test_atomic.ml",
          "stdlib/stdlib.ml",
          "stdlib/atomic.mli",
          "stdlib/.depend"
        ],
        "commitId" : "04d9c425f38e892232078b7f56a1d323dcf8ba00",
        "timestamp" : 1589644314000,
        "author" : {
          "absoluteUrl" : "https://ci.inria.fr/ocaml/user/gabriel.scherer",
          "fullName" : "gabriel.scherer"
        },
        "authorEmail" : "gabriel.scherer@gmail.com",
        "comment" : "stdlib: provide a sequential interface of the Atomic module from OCaml Multicore\u000a\u000aThis module provides a purely sequential implementation of the\u000aconcurrent atomic references provided by the Multicore OCaml\u000astandard library:\u000a\u000ahttps://github.com/ocaml-multicore/ocaml-multicore/blob/parallel_minor_gc/stdlib/atomic.mli\u000a\u000aThis sequential implementation is provided in the interest of\u000acompatibility: when people will start writing code to run on\u000aMulticore, it would be nice if their use of Atomic was\u000abackward-compatible with older versions of OCaml without having to\u000aimport additional compatibility layers. *)\u000a",
        "date" : "2020-05-16 17:51:54 +0200",
        "id" : "04d9c425f38e892232078b7f56a1d323dcf8ba00",
        "msg" : "stdlib: provide a sequential interface of the Atomic module from OCaml Multicore",
        "paths" : [
          {
            "editType" : "add",
            "file" : "testsuite/tests/lib-atomic/test_atomic.ml"
          },
          {
            "editType" : "edit",
            "file" : "stdlib/stdlib.ml"
          },
          {
            "editType" : "edit",
            "file" : "stdlib/.depend"
          },
          {
            "editType" : "edit",
            "file" : "Changes"
          },
          {
            "editType" : "edit",
            "file" : "stdlib/StdlibModules"
          },
          {
            "editType" : "add",
            "file" : "stdlib/atomic.ml"
          },
          {
            "editType" : "add",
            "file" : "stdlib/atomic.mli"
          },
          {
            "editType" : "edit",
            "file" : "stdlib/stdlib.mli"
          }
        ]
      },
      {
        "_class" : "hudson.plugins.git.GitChangeSet",
        "affectedPaths" : [
          "testsuite/tests/formatting/test_locations.dno-locations.ocamlopt.flambda.reference",
          "testsuite/tests/typing-sigsubst/sigsubst.ml",
          "testsuite/tests/generalized-open/gpr1506.ml",
          "testsuite/tests/formatting/test_locations.dno-locations.ocamlopt.clambda.reference",
          "testsuite/tests/tool-ocamlc-stop-after/stop_after_typing_impl.compilers.reference",
          "testsuite/tests/formatting/test_locations.dlocations.ocamlc.reference",
          "testsuite/tests/formatting/test_locations.dlocations.ocamlopt.clambda.reference",
          "testsuite/tests/formatting/test_locations.ml",
          "testsuite/tests/tool-ocamlc-stop-after/stop_after_typing_impl.ml",
          "testsuite/tests/formatting/test_locations.dlocations.ocamlopt.flambda.reference",
          "testsuite/tests/formatting/test_locations.dno-locations.ocamlc.reference"
        ],
        "commitId" : "c544d640b63ef14c06aeaf08853865efd642159a",
        "timestamp" : 1589644314000,
        "author" : {
          "absoluteUrl" : "https://ci.inria.fr/ocaml/user/gabriel.scherer",
          "fullName" : "gabriel.scherer"
        },
        "authorEmail" : "gabriel.scherer@gmail.com",
        "comment" : "fix the testsuite (and add -dno-unique-ids where reasonable)\u000a",
        "date" : "2020-05-16 17:51:54 +0200",
        "id" : "c544d640b63ef14c06aeaf08853865efd642159a",
        "msg" : "fix the testsuite (and add -dno-unique-ids where reasonable)",
        "paths" : [
          {
            "editType" : "edit",
            "file" : "testsuite/tests/formatting/test_locations.dlocations.ocamlc.reference"
          },
          {
            "editType" : "edit",
            "file" : "testsuite/tests/formatting/test_locations.dno-locations.ocamlopt.flambda.reference"
          },
          {
            "editType" : "edit",
            "file" : "testsuite/tests/tool-ocamlc-stop-after/stop_after_typing_impl.compilers.reference"
          },
          {
            "editType" : "edit",
            "file" : "testsuite/tests/formatting/test_locations.ml"
          },
          {
            "editType" : "edit",
            "file" : "testsuite/tests/formatting/test_locations.dno-locations.ocamlopt.clambda.reference"
          },
          {
            "editType" : "edit",
            "file" : "testsuite/tests/tool-ocamlc-stop-after/stop_after_typing_impl.ml"
          },
          {
            "editType" : "edit",
            "file" : "testsuite/tests/generalized-open/gpr1506.ml"
          },
          {
            "editType" : "edit",
            "file" : "testsuite/tests/formatting/test_locations.dno-locations.ocamlc.reference"
          },
          {
            "editType" : "edit",
            "file" : "testsuite/tests/formatting/test_locations.dlocations.ocamlopt.flambda.reference"
          },
          {
            "editType" : "edit",
            "file" : "testsuite/tests/typing-sigsubst/sigsubst.ml"
          },
          {
            "editType" : "edit",
            "file" : "testsuite/tests/formatting/test_locations.dlocations.ocamlopt.clambda.reference"
          }
        ]
      },
      {
        "_class" : "hudson.plugins.git.GitChangeSet",
        "affectedPaths" : [
          "manual/manual/library/stdlib-blurb.etex",
          "manual/tests/check-stdlib-modules"
        ],
        "commitId" : "4c05c9d8db44377e35d78a6d486a081b74aa1525",
        "timestamp" : 1589644314000,
        "author" : {
          "absoluteUrl" : "https://ci.inria.fr/ocaml/user/gabriel.scherer",
          "fullName" : "gabriel.scherer"
        },
        "authorEmail" : "gabriel.scherer@gmail.com",
        "comment" : "fix the manual and improve the check-stdlib-modules error message\u000a",
        "date" : "2020-05-16 17:51:54 +0200",
        "id" : "4c05c9d8db44377e35d78a6d486a081b74aa1525",
        "msg" : "fix the manual and improve the check-stdlib-modules error message",
        "paths" : [
          {
            "editType" : "edit",
            "file" : "manual/manual/library/stdlib-blurb.etex"
          },
          {
            "editType" : "edit",
            "file" : "manual/tests/check-stdlib-modules"
          }
        ]
      }
    ],
    "kind" : "git"
  },
  "culprits" : [
    {
      "absoluteUrl" : "https://ci.inria.fr/ocaml/user/gabriel.scherer",
      "fullName" : "gabriel.scherer"
    }
  ]
}