{
  "_class" : "hudson.model.FreeStyleBuild",
  "actions" : [
    {
      "_class" : "hudson.model.CauseAction",
      "causes" : [
        {
          "_class" : "hudson.triggers.SCMTrigger$SCMTriggerCause",
          "shortDescription" : "Started by an SCM change"
        }
      ]
    },
    {
      
    },
    {
      
    },
    {
      "_class" : "hudson.plugins.git.util.BuildData",
      "buildsByBranchName" : {
        "origin/trunk" : {
          "_class" : "hudson.plugins.git.util.Build",
          "buildNumber" : 206,
          "buildResult" : None,
          "marked" : {
            "SHA1" : "038fb85bac7399903da3b3b0a5de1f5ef626ad40",
            "branch" : [
              {
                "SHA1" : "038fb85bac7399903da3b3b0a5de1f5ef626ad40",
                "name" : "origin/trunk"
              }
            ]
          },
          "revision" : {
            "SHA1" : "038fb85bac7399903da3b3b0a5de1f5ef626ad40",
            "branch" : [
              {
                "SHA1" : "038fb85bac7399903da3b3b0a5de1f5ef626ad40",
                "name" : "origin/trunk"
              }
            ]
          }
        },
        "origin/4.11" : {
          "_class" : "hudson.plugins.git.util.Build",
          "buildNumber" : 205,
          "buildResult" : None,
          "marked" : {
            "SHA1" : "aae783b8d8fd0f2a454e4fcf25b03d12c6292c17",
            "branch" : [
              {
                "SHA1" : "aae783b8d8fd0f2a454e4fcf25b03d12c6292c17",
                "name" : "origin/4.11"
              }
            ]
          },
          "revision" : {
            "SHA1" : "aae783b8d8fd0f2a454e4fcf25b03d12c6292c17",
            "branch" : [
              {
                "SHA1" : "aae783b8d8fd0f2a454e4fcf25b03d12c6292c17",
                "name" : "origin/4.11"
              }
            ]
          }
        }
      },
      "lastBuiltRevision" : {
        "SHA1" : "038fb85bac7399903da3b3b0a5de1f5ef626ad40",
        "branch" : [
          {
            "SHA1" : "038fb85bac7399903da3b3b0a5de1f5ef626ad40",
            "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" : "#206",
  "duration" : 2542228,
  "estimatedDuration" : 2534434,
  "executor" : None,
  "fullDisplayName" : "Risc-V-legacy #206",
  "id" : "206",
  "inProgress" : False,
  "keepLog" : False,
  "number" : 206,
  "queueId" : 55565,
  "result" : "SUCCESS",
  "timestamp" : 1592998216196,
  "url" : "https://ci.inria.fr/ocaml/view/all/job/Risc-V-legacy/206/",
  "builtOn" : "olive",
  "changeSet" : {
    "_class" : "hudson.plugins.git.GitChangeSetList",
    "items" : [
      {
        "_class" : "hudson.plugins.git.GitChangeSet",
        "affectedPaths" : [
          "Changes",
          "testsuite/tests/typing-modules-bugs/pr9695_bad.ml",
          "testsuite/tests/typing-modules-bugs/pr9695_bad.compilers.reference",
          "typing/env.ml"
        ],
        "commitId" : "6ccab9b9b01e9494e10d354c089b71add10f7dd9",
        "timestamp" : 1592919105000,
        "author" : {
          "absoluteUrl" : "https://ci.inria.fr/ocaml/user/garrigue",
          "fullName" : "garrigue"
        },
        "authorEmail" : "garrigue@math.nagoya-u.ac.jp",
        "comment" : "Fix #9695: no error when opening an alias to a missing module\u000a",
        "date" : "2020-06-23 15:31:45 +0200",
        "id" : "6ccab9b9b01e9494e10d354c089b71add10f7dd9",
        "msg" : "Fix #9695: no error when opening an alias to a missing module",
        "paths" : [
          {
            "editType" : "edit",
            "file" : "typing/env.ml"
          },
          {
            "editType" : "add",
            "file" : "testsuite/tests/typing-modules-bugs/pr9695_bad.compilers.reference"
          },
          {
            "editType" : "add",
            "file" : "testsuite/tests/typing-modules-bugs/pr9695_bad.ml"
          },
          {
            "editType" : "edit",
            "file" : "Changes"
          }
        ]
      },
      {
        "_class" : "hudson.plugins.git.GitChangeSet",
        "affectedPaths" : [
          "typing/envaux.ml",
          "typing/env.mli",
          "typing/typemod.ml",
          "lambda/matching.ml",
          "typing/env.ml"
        ],
        "commitId" : "95a8fbfd5b8b49634101c10dc070cf1285a94277",
        "timestamp" : 1592923015000,
        "author" : {
          "absoluteUrl" : "https://ci.inria.fr/ocaml/user/garrigue",
          "fullName" : "garrigue"
        },
        "authorEmail" : "garrigue@math.nagoya-u.ac.jp",
        "comment" : "change API for Env.open_signature to clarify errors\u000a",
        "date" : "2020-06-23 16:36:55 +0200",
        "id" : "95a8fbfd5b8b49634101c10dc070cf1285a94277",
        "msg" : "change API for Env.open_signature to clarify errors",
        "paths" : [
          {
            "editType" : "edit",
            "file" : "typing/env.ml"
          },
          {
            "editType" : "edit",
            "file" : "typing/envaux.ml"
          },
          {
            "editType" : "edit",
            "file" : "typing/env.mli"
          },
          {
            "editType" : "edit",
            "file" : "lambda/matching.ml"
          },
          {
            "editType" : "edit",
            "file" : "typing/typemod.ml"
          }
        ]
      },
      {
        "_class" : "hudson.plugins.git.GitChangeSet",
        "affectedPaths" : [
          "Changes",
          "testsuite/tests/typing-modules/pr9695.ml"
        ],
        "commitId" : "ab83af0322552fbed4c5538208fd47bbb660fecc",
        "timestamp" : 1592930257000,
        "author" : {
          "absoluteUrl" : "https://ci.inria.fr/ocaml/user/garrigue",
          "fullName" : "garrigue"
        },
        "authorEmail" : "garrigue@math.nagoya-u.ac.jp",
        "comment" : "add example without -no-alias-deps\u000a",
        "date" : "2020-06-23 18:37:37 +0200",
        "id" : "ab83af0322552fbed4c5538208fd47bbb660fecc",
        "msg" : "add example without -no-alias-deps",
        "paths" : [
          {
            "editType" : "edit",
            "file" : "Changes"
          },
          {
            "editType" : "add",
            "file" : "testsuite/tests/typing-modules/pr9695.ml"
          }
        ]
      },
      {
        "_class" : "hudson.plugins.git.GitChangeSet",
        "affectedPaths" : [
          "Changes"
        ],
        "commitId" : "9be2c0111d01dc06d6c5b6416844384f3a7821fa",
        "timestamp" : 1592993728000,
        "author" : {
          "absoluteUrl" : "https://ci.inria.fr/ocaml/user/david.allsopp",
          "fullName" : "david.allsopp"
        },
        "authorEmail" : "david.allsopp@metastack.com",
        "comment" : "Adjust Changes for #9011\u000a",
        "date" : "2020-06-24 11:15:28 +0100",
        "id" : "9be2c0111d01dc06d6c5b6416844384f3a7821fa",
        "msg" : "Adjust Changes for #9011",
        "paths" : [
          {
            "editType" : "edit",
            "file" : "Changes"
          }
        ]
      }
    ],
    "kind" : "git"
  },
  "culprits" : [
    {
      "absoluteUrl" : "https://ci.inria.fr/ocaml/user/david.allsopp",
      "fullName" : "david.allsopp"
    },
    {
      "absoluteUrl" : "https://ci.inria.fr/ocaml/user/garrigue",
      "fullName" : "garrigue"
    }
  ]
}