{
  "_class" : "hudson.model.FreeStyleBuild",
  "actions" : [
    {
      "_class" : "hudson.model.CauseAction",
      "causes" : [
        {
          "_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" : 42,
          "buildResult" : None,
          "marked" : {
            "SHA1" : "68c6f894095a393d2c60704cfe58184b961cd749",
            "branch" : [
              {
                "SHA1" : "68c6f894095a393d2c60704cfe58184b961cd749",
                "name" : "origin/trunk"
              }
            ]
          },
          "revision" : {
            "SHA1" : "68c6f894095a393d2c60704cfe58184b961cd749",
            "branch" : [
              {
                "SHA1" : "68c6f894095a393d2c60704cfe58184b961cd749",
                "name" : "origin/trunk"
              }
            ]
          }
        }
      },
      "lastBuiltRevision" : {
        "SHA1" : "68c6f894095a393d2c60704cfe58184b961cd749",
        "branch" : [
          {
            "SHA1" : "68c6f894095a393d2c60704cfe58184b961cd749",
            "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" : "#42",
  "duration" : 2512841,
  "estimatedDuration" : 2534434,
  "executor" : None,
  "fullDisplayName" : "Risc-V-legacy #42",
  "id" : "42",
  "inProgress" : False,
  "keepLog" : False,
  "number" : 42,
  "queueId" : 43950,
  "result" : "SUCCESS",
  "timestamp" : 1587834585015,
  "url" : "https://ci.inria.fr/ocaml/view/all/job/Risc-V-legacy/42/",
  "builtOn" : "olive",
  "changeSet" : {
    "_class" : "hudson.plugins.git.GitChangeSetList",
    "items" : [
      {
        "_class" : "hudson.plugins.git.GitChangeSet",
        "affectedPaths" : [
          "utils/ccomp.ml",
          "Changes"
        ],
        "commitId" : "68c6f894095a393d2c60704cfe58184b961cd749",
        "timestamp" : 1587834575000,
        "author" : {
          "absoluteUrl" : "https://ci.inria.fr/ocaml/user/noreply",
          "fullName" : "noreply"
        },
        "authorEmail" : "noreply@github.com",
        "comment" : "Use diversion when calling external tools with a very long argument list (#9492)\u000a\u000aIt's not just on Windows that the length of the command passed to Sys.command\u000acan exceed system limits:\u000a- On Linux there is a per-argument limit of 2^17 bytes\u000a  (the whole command is a single argument to /bin/sh)\u000a- On macOS with default parameters, the limit is between 70000 and 80000\u000a- On BSDs with default parameters, the limit is around 2^18.\u000a\u000aIn parallel, response files (@file) are supported by all the C compilers\u000awe've encountered: GCC, Clang, Intel's ICC, and even CompCert.  They all\u000aseem to follow quoting rules similar to that of the native shell\u000afor the contents of the response file.\u000a\u000aThis commit forces the use of a response file when the total size of\u000athe arguments to the linker is greater than 2^16.\u000a\u000aArguments passed via a response file are quoted using Filename.quote\u000aas if they were passed on the command line.\u000a\u000aCloses: #9482\u000aCloses: #8549\u000a",
        "date" : "2020-04-25 19:09:35 +0200",
        "id" : "68c6f894095a393d2c60704cfe58184b961cd749",
        "msg" : "Use diversion when calling external tools with a very long argument list (#9492)",
        "paths" : [
          {
            "editType" : "edit",
            "file" : "utils/ccomp.ml"
          },
          {
            "editType" : "edit",
            "file" : "Changes"
          }
        ]
      }
    ],
    "kind" : "git"
  },
  "culprits" : [
    {
      "absoluteUrl" : "https://ci.inria.fr/ocaml/user/noreply",
      "fullName" : "noreply"
    }
  ]
}