{
  "_class" : "hudson.model.FreeStyleBuild",
  "actions" : [
    {
      "_class" : "hudson.model.CauseAction",
      "causes" : [
        {
          "_class" : "com.cloudbees.jenkins.GitHubPushCause",
          "shortDescription" : "Started by GitHub push by xavierleroy"
        },
        {
          "_class" : "com.cloudbees.jenkins.GitHubPushCause",
          "shortDescription" : "Started by GitHub push by xavierleroy"
        },
        {
          "_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" : 40,
          "buildResult" : None,
          "marked" : {
            "SHA1" : "4d3b4311ac7005df3f4b18a2b0977a2e7599b1ff",
            "branch" : [
              {
                "SHA1" : "4d3b4311ac7005df3f4b18a2b0977a2e7599b1ff",
                "name" : "origin/trunk"
              }
            ]
          },
          "revision" : {
            "SHA1" : "4d3b4311ac7005df3f4b18a2b0977a2e7599b1ff",
            "branch" : [
              {
                "SHA1" : "4d3b4311ac7005df3f4b18a2b0977a2e7599b1ff",
                "name" : "origin/trunk"
              }
            ]
          }
        }
      },
      "lastBuiltRevision" : {
        "SHA1" : "4d3b4311ac7005df3f4b18a2b0977a2e7599b1ff",
        "branch" : [
          {
            "SHA1" : "4d3b4311ac7005df3f4b18a2b0977a2e7599b1ff",
            "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" : "#40",
  "duration" : 2742249,
  "estimatedDuration" : 2534434,
  "executor" : None,
  "fullDisplayName" : "Risc-V-legacy #40",
  "id" : "40",
  "inProgress" : False,
  "keepLog" : False,
  "number" : 40,
  "queueId" : 43695,
  "result" : "SUCCESS",
  "timestamp" : 1587744636095,
  "url" : "https://ci.inria.fr/ocaml/view/all/job/Risc-V-legacy/40/",
  "builtOn" : "olive",
  "changeSet" : {
    "_class" : "hudson.plugins.git.GitChangeSetList",
    "items" : [
      {
        "_class" : "hudson.plugins.git.GitChangeSet",
        "affectedPaths" : [
          "Changes",
          "stdlib/camlinternalMod.ml",
          "testsuite/tests/typing-recmod/pr9494.reference",
          "testsuite/tests/typing-recmod/pr9494.ml"
        ],
        "commitId" : "df20ccf8382ab363a1b07f29dd0a86c02bae063b",
        "timestamp" : 1587743419000,
        "author" : {
          "absoluteUrl" : "https://ci.inria.fr/ocaml/user/xavier.leroy",
          "fullName" : "xavier.leroy"
        },
        "authorEmail" : "xavier.leroy@college-de-france.fr",
        "comment" : "Fix recursive module initialisation that does not terminate (#9497)\u000a\u000aThis fixes the bug reported in issue 9494 and adds a test case.\u000a\u000aCloses: #9494 \u000a(cherry picked from commit ff98901d11fb01ba224772c402763df20d246635)\u000a",
        "date" : "2020-04-24 17:50:19 +0200",
        "id" : "df20ccf8382ab363a1b07f29dd0a86c02bae063b",
        "msg" : "Fix recursive module initialisation that does not terminate (#9497)",
        "paths" : [
          {
            "editType" : "add",
            "file" : "testsuite/tests/typing-recmod/pr9494.ml"
          },
          {
            "editType" : "add",
            "file" : "testsuite/tests/typing-recmod/pr9494.reference"
          },
          {
            "editType" : "edit",
            "file" : "stdlib/camlinternalMod.ml"
          },
          {
            "editType" : "edit",
            "file" : "Changes"
          }
        ]
      },
      {
        "_class" : "hudson.plugins.git.GitChangeSet",
        "affectedPaths" : [
          "configure.ac",
          "configure"
        ],
        "commitId" : "4d3b4311ac7005df3f4b18a2b0977a2e7599b1ff",
        "timestamp" : 1587744005000,
        "author" : {
          "absoluteUrl" : "https://ci.inria.fr/ocaml/user/noreply",
          "fullName" : "noreply"
        },
        "authorEmail" : "noreply@github.com",
        "comment" : "configure: move -fexcess-precision=standard to the internal cflags (#9496)\u000a\u000aFollow-up to c5afa9303.\u000a\u000aThe GCC option -fexcess=precision is supported for C but not for C++.\u000a\u000aSome users use ocamlc -c or ocamlopt -c to compile C++ source files,\u000acausing errors since -fexcess-precision=standard was added to the\u000acommon C flags in commit c5afa9303.\u000a\u000aThis commit moves -fexcess-precision=standard to the internal C flags,\u000aso that ocamlc -c and ocamlopt -c will not apply it to C / C++ source files.\u000a",
        "date" : "2020-04-24 18:00:05 +0200",
        "id" : "4d3b4311ac7005df3f4b18a2b0977a2e7599b1ff",
        "msg" : "configure: move -fexcess-precision=standard to the internal cflags (#9496)",
        "paths" : [
          {
            "editType" : "edit",
            "file" : "configure.ac"
          },
          {
            "editType" : "edit",
            "file" : "configure"
          }
        ]
      }
    ],
    "kind" : "git"
  },
  "culprits" : [
    {
      "absoluteUrl" : "https://ci.inria.fr/ocaml/user/xavier.leroy",
      "fullName" : "xavier.leroy"
    },
    {
      "absoluteUrl" : "https://ci.inria.fr/ocaml/user/noreply",
      "fullName" : "noreply"
    }
  ]
}