{
  "_class" : "hudson.model.FreeStyleBuild",
  "actions" : [
    {
      "_class" : "hudson.model.CauseAction",
      "causes" : [
        {
          "_class" : "com.cloudbees.jenkins.GitHubPushCause",
          "shortDescription" : "Started by GitHub push by dra27"
        }
      ]
    },
    {
      
    },
    {
      
    },
    {
      "_class" : "hudson.plugins.git.util.BuildData",
      "buildsByBranchName" : {
        "origin/trunk" : {
          "_class" : "hudson.plugins.git.util.Build",
          "buildNumber" : 204,
          "buildResult" : None,
          "marked" : {
            "SHA1" : "7b6098aa5ffdbaeec70107fd88433c7d74a8dcb4",
            "branch" : [
              {
                "SHA1" : "7b6098aa5ffdbaeec70107fd88433c7d74a8dcb4",
                "name" : "origin/trunk"
              }
            ]
          },
          "revision" : {
            "SHA1" : "7b6098aa5ffdbaeec70107fd88433c7d74a8dcb4",
            "branch" : [
              {
                "SHA1" : "7b6098aa5ffdbaeec70107fd88433c7d74a8dcb4",
                "name" : "origin/trunk"
              }
            ]
          }
        },
        "origin/4.11" : {
          "_class" : "hudson.plugins.git.util.Build",
          "buildNumber" : 188,
          "buildResult" : None,
          "marked" : {
            "SHA1" : "ee89787b21127aaaab2f379f7fc289df2eafa204",
            "branch" : [
              {
                "SHA1" : "ee89787b21127aaaab2f379f7fc289df2eafa204",
                "name" : "origin/4.11"
              }
            ]
          },
          "revision" : {
            "SHA1" : "ee89787b21127aaaab2f379f7fc289df2eafa204",
            "branch" : [
              {
                "SHA1" : "ee89787b21127aaaab2f379f7fc289df2eafa204",
                "name" : "origin/4.11"
              }
            ]
          }
        }
      },
      "lastBuiltRevision" : {
        "SHA1" : "7b6098aa5ffdbaeec70107fd88433c7d74a8dcb4",
        "branch" : [
          {
            "SHA1" : "7b6098aa5ffdbaeec70107fd88433c7d74a8dcb4",
            "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" : "#204",
  "duration" : 2531041,
  "estimatedDuration" : 2534434,
  "executor" : None,
  "fullDisplayName" : "Risc-V-legacy #204",
  "id" : "204",
  "inProgress" : False,
  "keepLog" : False,
  "number" : 204,
  "queueId" : 55504,
  "result" : "SUCCESS",
  "timestamp" : 1592993223055,
  "url" : "https://ci.inria.fr/ocaml/view/all/job/Risc-V-legacy/204/",
  "builtOn" : "olive",
  "changeSet" : {
    "_class" : "hudson.plugins.git.GitChangeSetList",
    "items" : [
      {
        "_class" : "hudson.plugins.git.GitChangeSet",
        "affectedPaths" : [
          "Changes",
          "asmcomp/asmlink.ml"
        ],
        "commitId" : "793cd86785b8c028bc7fd824a82582d88510e71c",
        "timestamp" : 1570095894000,
        "author" : {
          "absoluteUrl" : "https://ci.inria.fr/ocaml/user/david.allsopp",
          "fullName" : "david.allsopp"
        },
        "authorEmail" : "david.allsopp@metastack.com",
        "comment" : "Allow linking empty .cmxa files on MSVC\u000a\u000aMSVC .lib format doesn't support having no .obj files in the library, so\u000aocamlopt -o foo.cmxa -a generates foo.cmxa but not foo.lib (there's no\u000aerror from the Microsoft Linker). The resulting foo.cmxa is unlinkable,\u000asince OCaml passes foo.lib on to the linker.\u000a\u000aThis patch relaxes the requirement for foo.lib if the .cmxa contains no\u000aunits.\u000a",
        "date" : "2019-10-03 10:44:54 +0100",
        "id" : "793cd86785b8c028bc7fd824a82582d88510e71c",
        "msg" : "Allow linking empty .cmxa files on MSVC",
        "paths" : [
          {
            "editType" : "edit",
            "file" : "asmcomp/asmlink.ml"
          },
          {
            "editType" : "edit",
            "file" : "Changes"
          }
        ]
      },
      {
        "_class" : "hudson.plugins.git.GitChangeSet",
        "affectedPaths" : [
          "testsuite/tests/link-test/empty.ml"
        ],
        "commitId" : "d732593c858c138f59296a2ad211520ac0abc2ec",
        "timestamp" : 1587561449000,
        "author" : {
          "absoluteUrl" : "https://ci.inria.fr/ocaml/user/david.allsopp",
          "fullName" : "david.allsopp"
        },
        "authorEmail" : "david.allsopp@metastack.com",
        "comment" : "Test for linking archives with no modules\u000a",
        "date" : "2020-04-22 14:17:29 +0100",
        "id" : "d732593c858c138f59296a2ad211520ac0abc2ec",
        "msg" : "Test for linking archives with no modules",
        "paths" : [
          {
            "editType" : "add",
            "file" : "testsuite/tests/link-test/empty.ml"
          }
        ]
      },
      {
        "_class" : "hudson.plugins.git.GitChangeSet",
        "affectedPaths" : [
          "Changes",
          "utils/ccomp.ml",
          "asmcomp/asmlink.ml"
        ],
        "commitId" : "e6ab3295410190f81de315fc82e44891a12075f4",
        "timestamp" : 1587563762000,
        "author" : {
          "absoluteUrl" : "https://ci.inria.fr/ocaml/user/david.allsopp",
          "fullName" : "david.allsopp"
        },
        "authorEmail" : "david.allsopp@metastack.com",
        "comment" : "Don't call the archiver/librarian for empty .cmxa\u000a",
        "date" : "2020-04-22 14:56:02 +0100",
        "id" : "e6ab3295410190f81de315fc82e44891a12075f4",
        "msg" : "Don't call the archiver/librarian for empty .cmxa",
        "paths" : [
          {
            "editType" : "edit",
            "file" : "Changes"
          },
          {
            "editType" : "edit",
            "file" : "asmcomp/asmlink.ml"
          },
          {
            "editType" : "edit",
            "file" : "utils/ccomp.ml"
          }
        ]
      }
    ],
    "kind" : "git"
  },
  "culprits" : [
    {
      "absoluteUrl" : "https://ci.inria.fr/ocaml/user/david.allsopp",
      "fullName" : "david.allsopp"
    }
  ]
}