{
  "_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" : 121,
          "buildResult" : None,
          "marked" : {
            "SHA1" : "8150e475252e6e95eb32686eff54544d90b4b3d8",
            "branch" : [
              {
                "SHA1" : "8150e475252e6e95eb32686eff54544d90b4b3d8",
                "name" : "origin/trunk"
              }
            ]
          },
          "revision" : {
            "SHA1" : "8150e475252e6e95eb32686eff54544d90b4b3d8",
            "branch" : [
              {
                "SHA1" : "8150e475252e6e95eb32686eff54544d90b4b3d8",
                "name" : "origin/trunk"
              }
            ]
          }
        }
      },
      "lastBuiltRevision" : {
        "SHA1" : "8150e475252e6e95eb32686eff54544d90b4b3d8",
        "branch" : [
          {
            "SHA1" : "8150e475252e6e95eb32686eff54544d90b4b3d8",
            "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" : "#121",
  "duration" : 2467793,
  "estimatedDuration" : 2534434,
  "executor" : None,
  "fullDisplayName" : "Risc-V-legacy #121",
  "id" : "121",
  "inProgress" : False,
  "keepLog" : False,
  "number" : 121,
  "queueId" : 49940,
  "result" : "SUCCESS",
  "timestamp" : 1590419172758,
  "url" : "https://ci.inria.fr/ocaml/view/all/job/Risc-V-legacy/121/",
  "builtOn" : "olive",
  "changeSet" : {
    "_class" : "hudson.plugins.git.GitChangeSetList",
    "items" : [
      {
        "_class" : "hudson.plugins.git.GitChangeSet",
        "affectedPaths" : [
          "typing/patterns.ml",
          "typing/patterns.mli",
          "typing/parmatch.mli",
          "typing/parmatch.ml",
          "dune",
          "compilerlibs/Makefile.compilerlibs",
          ".depend",
          "lambda/matching.ml"
        ],
        "commitId" : "ffb6caef8b9ab890fd60ee6f96fdacba294bbbb6",
        "timestamp" : 1589443896000,
        "author" : {
          "absoluteUrl" : "https://ci.inria.fr/ocaml/user/gabriel.scherer",
          "fullName" : "gabriel.scherer"
        },
        "authorEmail" : "gabriel.scherer@gmail.com",
        "comment" : "patterns: move Parmatch.Pattern_head into Patterns.Head\u000a\u000aThe aim is to also move the Simple/Half_simple/General stuff from\u000amatching, but we need to split in those modules the part that are\u000apurely structural (they go in Patterns) and the parts that are\u000aactually compilation logic (Half_simple.of_clause), those stay in\u000aMatching.\u000a",
        "date" : "2020-05-14 10:11:36 +0200",
        "id" : "ffb6caef8b9ab890fd60ee6f96fdacba294bbbb6",
        "msg" : "patterns: move Parmatch.Pattern_head into Patterns.Head",
        "paths" : [
          {
            "editType" : "add",
            "file" : "typing/patterns.ml"
          },
          {
            "editType" : "edit",
            "file" : "dune"
          },
          {
            "editType" : "edit",
            "file" : "typing/parmatch.mli"
          },
          {
            "editType" : "edit",
            "file" : "lambda/matching.ml"
          },
          {
            "editType" : "edit",
            "file" : ".depend"
          },
          {
            "editType" : "edit",
            "file" : "typing/parmatch.ml"
          },
          {
            "editType" : "add",
            "file" : "typing/patterns.mli"
          },
          {
            "editType" : "edit",
            "file" : "compilerlibs/Makefile.compilerlibs"
          }
        ]
      },
      {
        "_class" : "hudson.plugins.git.GitChangeSet",
        "affectedPaths" : [
          ".depend"
        ],
        "commitId" : "e880ec332358ba7c09cd1baeb65f54f11a60f330",
        "timestamp" : 1589443896000,
        "author" : {
          "absoluteUrl" : "https://ci.inria.fr/ocaml/user/gabriel.scherer",
          "fullName" : "gabriel.scherer"
        },
        "authorEmail" : "gabriel.scherer@gmail.com",
        "comment" : "make depend\u000a",
        "date" : "2020-05-14 10:11:36 +0200",
        "id" : "e880ec332358ba7c09cd1baeb65f54f11a60f330",
        "msg" : "make depend",
        "paths" : [
          {
            "editType" : "edit",
            "file" : ".depend"
          }
        ]
      },
      {
        "_class" : "hudson.plugins.git.GitChangeSet",
        "affectedPaths" : [
          "lambda/matching.ml"
        ],
        "commitId" : "54b79d3b27c5496aeb7573cb2af97a33ef30de15",
        "timestamp" : 1589443982000,
        "author" : {
          "absoluteUrl" : "https://ci.inria.fr/ocaml/user/gabriel.scherer",
          "fullName" : "gabriel.scherer"
        },
        "authorEmail" : "gabriel.scherer@gmail.com",
        "comment" : "[minor] matching: rename Non_empty_clause.{map_head => map_first}\u000a",
        "date" : "2020-05-14 10:13:02 +0200",
        "id" : "54b79d3b27c5496aeb7573cb2af97a33ef30de15",
        "msg" : "[minor] matching: rename Non_empty_clause.{map_head => map_first}",
        "paths" : [
          {
            "editType" : "edit",
            "file" : "lambda/matching.ml"
          }
        ]
      },
      {
        "_class" : "hudson.plugins.git.GitChangeSet",
        "affectedPaths" : [
          "lambda/matching.ml"
        ],
        "commitId" : "f5f4ba67a9df11af1c6c9cbd585f096694f2615a",
        "timestamp" : 1589444194000,
        "author" : {
          "absoluteUrl" : "https://ci.inria.fr/ocaml/user/gabriel.scherer",
          "fullName" : "gabriel.scherer"
        },
        "authorEmail" : "gabriel.scherer@gmail.com",
        "comment" : "matching: separate types for rows and clauses\u000a\u000a\"rows\" are common abstraction of both pattern analysis and\u000acompilation, but clauses carrying a Lambda.t term are\u000acompilation-specific. Separating rows will thus enable moving more\u000alogic to typing/patterns for use in both settings.\u000a",
        "date" : "2020-05-14 10:16:34 +0200",
        "id" : "f5f4ba67a9df11af1c6c9cbd585f096694f2615a",
        "msg" : "matching: separate types for rows and clauses",
        "paths" : [
          {
            "editType" : "edit",
            "file" : "lambda/matching.ml"
          }
        ]
      },
      {
        "_class" : "hudson.plugins.git.GitChangeSet",
        "affectedPaths" : [
          "typing/patterns.ml",
          "typing/patterns.mli",
          "typing/parmatch.ml",
          "lambda/matching.ml"
        ],
        "commitId" : "0e979b7ea9482cb853d9d1afd029149525c3bfa0",
        "timestamp" : 1589444761000,
        "author" : {
          "absoluteUrl" : "https://ci.inria.fr/ocaml/user/gabriel.scherer",
          "fullName" : "gabriel.scherer"
        },
        "authorEmail" : "gabriel.scherer@gmail.com",
        "comment" : "patterns: reuse ('a Typedtree.pattern_) to define Patterns.Head.t\u000a",
        "date" : "2020-05-14 10:26:01 +0200",
        "id" : "0e979b7ea9482cb853d9d1afd029149525c3bfa0",
        "msg" : "patterns: reuse ('a Typedtree.pattern_) to define Patterns.Head.t",
        "paths" : [
          {
            "editType" : "edit",
            "file" : "lambda/matching.ml"
          },
          {
            "editType" : "edit",
            "file" : "typing/parmatch.ml"
          },
          {
            "editType" : "edit",
            "file" : "typing/patterns.ml"
          },
          {
            "editType" : "edit",
            "file" : "typing/patterns.mli"
          }
        ]
      },
      {
        "_class" : "hudson.plugins.git.GitChangeSet",
        "affectedPaths" : [
          "lambda/matching.ml",
          "typing/patterns.ml",
          "typing/patterns.mli"
        ],
        "commitId" : "4d6267d3bad80b0b40894d1ae462aa3c466bebed",
        "timestamp" : 1589444761000,
        "author" : {
          "absoluteUrl" : "https://ci.inria.fr/ocaml/user/gabriel.scherer",
          "fullName" : "gabriel.scherer"
        },
        "authorEmail" : "gabriel.scherer@gmail.com",
        "comment" : "matching: move (Non_empty_row, views, General) to patterns.ml\u000a",
        "date" : "2020-05-14 10:26:01 +0200",
        "id" : "4d6267d3bad80b0b40894d1ae462aa3c466bebed",
        "msg" : "matching: move (Non_empty_row, views, General) to patterns.ml",
        "paths" : [
          {
            "editType" : "edit",
            "file" : "lambda/matching.ml"
          },
          {
            "editType" : "edit",
            "file" : "typing/patterns.ml"
          },
          {
            "editType" : "edit",
            "file" : "typing/patterns.mli"
          }
        ]
      },
      {
        "_class" : "hudson.plugins.git.GitChangeSet",
        "affectedPaths" : [
          "typing/patterns.mli",
          "typing/patterns.ml",
          "lambda/matching.ml"
        ],
        "commitId" : "e19a3afcb472c57273139aa4ab0a72035f43336e",
        "timestamp" : 1589444835000,
        "author" : {
          "absoluteUrl" : "https://ci.inria.fr/ocaml/user/gabriel.scherer",
          "fullName" : "gabriel.scherer"
        },
        "authorEmail" : "gabriel.scherer@gmail.com",
        "comment" : "matching: move {general,simple,half_simple}_view to Patterns\u000a",
        "date" : "2020-05-14 10:27:15 +0200",
        "id" : "e19a3afcb472c57273139aa4ab0a72035f43336e",
        "msg" : "matching: move {general,simple,half_simple}_view to Patterns",
        "paths" : [
          {
            "editType" : "edit",
            "file" : "typing/patterns.mli"
          },
          {
            "editType" : "edit",
            "file" : "typing/patterns.ml"
          },
          {
            "editType" : "edit",
            "file" : "lambda/matching.ml"
          }
        ]
      },
      {
        "_class" : "hudson.plugins.git.GitChangeSet",
        "affectedPaths" : [
          "typing/patterns.mli",
          "typing/patterns.ml",
          "typing/parmatch.mli",
          "typing/parmatch.ml",
          "lambda/matching.ml"
        ],
        "commitId" : "68dc87c9e93b895cf6162dc861c6cbc3dd2a91ec",
        "timestamp" : 1589444870000,
        "author" : {
          "absoluteUrl" : "https://ci.inria.fr/ocaml/user/gabriel.scherer",
          "fullName" : "gabriel.scherer"
        },
        "authorEmail" : "gabriel.scherer@gmail.com",
        "comment" : "matching: use pattern views in Parmatch as well\u000a",
        "date" : "2020-05-14 10:27:50 +0200",
        "id" : "68dc87c9e93b895cf6162dc861c6cbc3dd2a91ec",
        "msg" : "matching: use pattern views in Parmatch as well",
        "paths" : [
          {
            "editType" : "edit",
            "file" : "typing/patterns.mli"
          },
          {
            "editType" : "edit",
            "file" : "typing/parmatch.mli"
          },
          {
            "editType" : "edit",
            "file" : "typing/parmatch.ml"
          },
          {
            "editType" : "edit",
            "file" : "lambda/matching.ml"
          },
          {
            "editType" : "edit",
            "file" : "typing/patterns.ml"
          }
        ]
      },
      {
        "_class" : "hudson.plugins.git.GitChangeSet",
        "affectedPaths" : [
          "Changes"
        ],
        "commitId" : "229df94da5b007406da6814522e7a60b565c38a8",
        "timestamp" : 1589444922000,
        "author" : {
          "absoluteUrl" : "https://ci.inria.fr/ocaml/user/gabriel.scherer",
          "fullName" : "gabriel.scherer"
        },
        "authorEmail" : "gabriel.scherer@gmail.com",
        "comment" : "Changes\u000a",
        "date" : "2020-05-14 10:28:42 +0200",
        "id" : "229df94da5b007406da6814522e7a60b565c38a8",
        "msg" : "Changes",
        "paths" : [
          {
            "editType" : "edit",
            "file" : "Changes"
          }
        ]
      },
      {
        "_class" : "hudson.plugins.git.GitChangeSet",
        "affectedPaths" : [
          "typing/patterns.ml",
          "typing/patterns.mli",
          "typing/parmatch.mli",
          "typing/parmatch.ml"
        ],
        "commitId" : "9ca2a352c876dfb372bca85ef618a856ee066d7a",
        "timestamp" : 1589625169000,
        "author" : {
          "absoluteUrl" : "https://ci.inria.fr/ocaml/user/gabriel.scherer",
          "fullName" : "gabriel.scherer"
        },
        "authorEmail" : "gabriel.scherer@gmail.com",
        "comment" : "make check-typo happy\u000a",
        "date" : "2020-05-16 12:32:49 +0200",
        "id" : "9ca2a352c876dfb372bca85ef618a856ee066d7a",
        "msg" : "make check-typo happy",
        "paths" : [
          {
            "editType" : "edit",
            "file" : "typing/parmatch.mli"
          },
          {
            "editType" : "edit",
            "file" : "typing/patterns.ml"
          },
          {
            "editType" : "edit",
            "file" : "typing/parmatch.ml"
          },
          {
            "editType" : "edit",
            "file" : "typing/patterns.mli"
          }
        ]
      },
      {
        "_class" : "hudson.plugins.git.GitChangeSet",
        "affectedPaths" : [
          "typing/patterns.ml",
          "typing/patterns.mli",
          "typing/parmatch.ml",
          "lambda/matching.ml"
        ],
        "commitId" : "1ee6ee419436212d08c3fc1a9cdcc85af5a41a17",
        "timestamp" : 1590047490000,
        "author" : {
          "absoluteUrl" : "https://ci.inria.fr/ocaml/user/gabriel.scherer",
          "fullName" : "gabriel.scherer"
        },
        "authorEmail" : "gabriel.scherer@gmail.com",
        "comment" : "fixup! matching: use pattern views in Parmatch as well\u000a",
        "date" : "2020-05-21 09:51:30 +0200",
        "id" : "1ee6ee419436212d08c3fc1a9cdcc85af5a41a17",
        "msg" : "fixup! matching: use pattern views in Parmatch as well",
        "paths" : [
          {
            "editType" : "edit",
            "file" : "typing/patterns.ml"
          },
          {
            "editType" : "edit",
            "file" : "typing/parmatch.ml"
          },
          {
            "editType" : "edit",
            "file" : "typing/patterns.mli"
          },
          {
            "editType" : "edit",
            "file" : "lambda/matching.ml"
          }
        ]
      }
    ],
    "kind" : "git"
  },
  "culprits" : [
    {
      "absoluteUrl" : "https://ci.inria.fr/ocaml/user/gabriel.scherer",
      "fullName" : "gabriel.scherer"
    }
  ]
}