{
  "_class" : "org.jenkinsci.plugins.workflow.job.WorkflowRun",
  "actions" : [
    {
      "_class" : "hudson.model.ParametersAction",
      "parameters" : [
        {
          "_class" : "hudson.model.BooleanParameterValue",
          "name" : "DOAPTRELEASE",
          "value" : False
        },
        {
          "_class" : "hudson.model.BooleanParameterValue",
          "name" : "BUILDPKG",
          "value" : True
        },
        {
          "_class" : "hudson.model.BooleanParameterValue",
          "name" : "NIGHTLY",
          "value" : True
        },
        {
          "_class" : "hudson.model.BooleanParameterValue",
          "name" : "STABLE",
          "value" : False
        },
        {
          "_class" : "hudson.model.BooleanParameterValue",
          "name" : "RELEASE",
          "value" : False
        },
        {
          "_class" : "hudson.model.BooleanParameterValue",
          "name" : "BUILDDEP",
          "value" : True
        },
        {
          "_class" : "hudson.model.BooleanParameterValue",
          "name" : "FORCEBUILDDEP",
          "value" : False
        }
      ]
    },
    {
      "_class" : "hudson.model.CauseAction",
      "causes" : [
        {
          "_class" : "hudson.model.Cause$UserIdCause",
          "shortDescription" : "Started by user Martin Sjölund",
          "userId" : "sjoelund.se",
          "userName" : "Martin Sjölund"
        }
      ]
    },
    {
      
    },
    {
      "_class" : "hudson.plugins.git.util.BuildData",
      "buildsByBranchName" : {
        "refs/remotes/origin/master" : {
          "_class" : "hudson.plugins.git.util.Build",
          "buildNumber" : 4170,
          "buildResult" : None,
          "marked" : {
            "SHA1" : "d45c82cbf8e83b4b1e841ea74b145f9ec54b17ba",
            "branch" : [
              {
                "SHA1" : "d45c82cbf8e83b4b1e841ea74b145f9ec54b17ba",
                "name" : "refs/remotes/origin/master"
              }
            ]
          },
          "revision" : {
            "SHA1" : "d45c82cbf8e83b4b1e841ea74b145f9ec54b17ba",
            "branch" : [
              {
                "SHA1" : "d45c82cbf8e83b4b1e841ea74b145f9ec54b17ba",
                "name" : "refs/remotes/origin/master"
              }
            ]
          }
        }
      },
      "lastBuiltRevision" : {
        "SHA1" : "d45c82cbf8e83b4b1e841ea74b145f9ec54b17ba",
        "branch" : [
          {
            "SHA1" : "d45c82cbf8e83b4b1e841ea74b145f9ec54b17ba",
            "name" : "refs/remotes/origin/master"
          }
        ]
      },
      "remoteUrls" : [
        "git@gitlab.liu.se:OpenModelica/apt-build.git"
      ],
      "scmName" : ""
    },
    {
      
    },
    {
      
    },
    {
      "_class" : "org.jenkinsci.plugins.workflow.libs.LibrariesAction"
    },
    {
      "_class" : "org.jenkinsci.plugins.workflow.cps.EnvActionImpl"
    },
    {
      
    },
    {
      
    },
    {
      
    },
    {
      
    },
    {
      "_class" : "org.jenkinsci.plugins.displayurlapi.actions.RunDisplayAction"
    },
    {
      "_class" : "org.jenkinsci.plugins.pipeline.modeldefinition.actions.RestartDeclarativePipelineAction"
    },
    {
      
    },
    {
      "_class" : "org.jenkinsci.plugins.workflow.job.views.FlowGraphAction"
    },
    {
      
    },
    {
      
    }
  ],
  "artifacts" : [
    
  ],
  "building" : False,
  "description" : None,
  "displayName" : "#4170",
  "duration" : 7407596,
  "estimatedDuration" : 7537303,
  "executor" : None,
  "fullDisplayName" : "LINUX_BUILDS #4170",
  "id" : "4170",
  "keepLog" : False,
  "number" : 4170,
  "queueId" : 307982,
  "result" : "FAILURE",
  "timestamp" : 1789824851755,
  "url" : "https://test.openmodelica.org/jenkins/view/all/job/LINUX_BUILDS/4170/",
  "changeSets" : [
    {
      "_class" : "hudson.plugins.git.GitChangeSetList",
      "items" : [
        {
          "_class" : "hudson.plugins.git.GitChangeSet",
          "affectedPaths" : [
            "projects.json"
          ],
          "commitId" : "e67d0b40603442740d3b3c17e97093de002fff1d",
          "timestamp" : 1789807982000,
          "author" : {
            "absoluteUrl" : "https://test.openmodelica.org/jenkins/user/openmodelica",
            "fullName" : "openmodelica"
          },
          "authorEmail" : "openmodelica@ida.liu.se",
          "comment" : "Updated nightly build\u000a",
          "date" : "2026-09-19 08:53:02 +0000",
          "id" : "e67d0b40603442740d3b3c17e97093de002fff1d",
          "msg" : "Updated nightly build",
          "paths" : [
            {
              "editType" : "edit",
              "file" : "projects.json"
            }
          ]
        },
        {
          "_class" : "hudson.plugins.git.GitChangeSet",
          "affectedPaths" : [
            "Jenkinsfile.librarydocumentation"
          ],
          "commitId" : "27374ad880691e7e3db8904e2c8eb4c9f10bfd2d",
          "timestamp" : 1789809175000,
          "author" : {
            "absoluteUrl" : "https://test.openmodelica.org/jenkins/user/sjoelund",
            "fullName" : "Martin Sjölund"
          },
          "authorEmail" : "martin@sjoelund.se",
          "comment" : "Take an OpenModelica PR in the doc job\u000a\u000aSet PR to build the generator from a pull request's own head rather\u000athan master, so a change to omgendoc can be tried over the whole\u000acorpus before it is merged.\u000a\u000aSuch a run builds the documentation and applies the same checks to\u000ait, but publishes nothing: the upload to build.openmodelica.org and\u000athe deploy stage are both skipped, so a generator that is only being\u000atried cannot replace what is served. gendoc.log is archived either\u000away, which is what a question about memory is answered from.\u000a\u000aAssisted-by: Claude Opus 5 (1M context)\u000a",
          "date" : "2026-09-19 11:12:55 +0200",
          "id" : "27374ad880691e7e3db8904e2c8eb4c9f10bfd2d",
          "msg" : "Take an OpenModelica PR in the doc job",
          "paths" : [
            {
              "editType" : "edit",
              "file" : "Jenkinsfile.librarydocumentation"
            }
          ]
        },
        {
          "_class" : "hudson.plugins.git.GitChangeSet",
          "affectedPaths" : [
            "projects.json"
          ],
          "commitId" : "d3ea4f9c2eefe25f84b5f7be3e10cecd823a40cc",
          "timestamp" : 1789813751000,
          "author" : {
            "absoluteUrl" : "https://test.openmodelica.org/jenkins/user/openmodelica",
            "fullName" : "openmodelica"
          },
          "authorEmail" : "openmodelica@ida.liu.se",
          "comment" : "Updated nightly build\u000a",
          "date" : "2026-09-19 10:29:11 +0000",
          "id" : "d3ea4f9c2eefe25f84b5f7be3e10cecd823a40cc",
          "msg" : "Updated nightly build",
          "paths" : [
            {
              "editType" : "edit",
              "file" : "projects.json"
            }
          ]
        },
        {
          "_class" : "hudson.plugins.git.GitChangeSet",
          "affectedPaths" : [
            "projects.json"
          ],
          "commitId" : "8214b14b27e765986ab6b8626fa4e6545819036f",
          "timestamp" : 1789817325000,
          "author" : {
            "absoluteUrl" : "https://test.openmodelica.org/jenkins/user/openmodelica",
            "fullName" : "openmodelica"
          },
          "authorEmail" : "openmodelica@ida.liu.se",
          "comment" : "Updated nightly build\u000a",
          "date" : "2026-09-19 11:28:45 +0000",
          "id" : "8214b14b27e765986ab6b8626fa4e6545819036f",
          "msg" : "Updated nightly build",
          "paths" : [
            {
              "editType" : "edit",
              "file" : "projects.json"
            }
          ]
        },
        {
          "_class" : "hudson.plugins.git.GitChangeSet",
          "affectedPaths" : [
            "Jenkinsfile.librarydocumentation"
          ],
          "commitId" : "f9e6c2d318e35af19d72f63bd6a8ef3e824297fd",
          "timestamp" : 1789818440000,
          "author" : {
            "absoluteUrl" : "https://test.openmodelica.org/jenkins/user/sjoelund",
            "fullName" : "Martin Sjölund"
          },
          "authorEmail" : "martin@sjoelund.se",
          "comment" : "Split build and generation\u000a",
          "date" : "2026-09-19 13:47:20 +0200",
          "id" : "f9e6c2d318e35af19d72f63bd6a8ef3e824297fd",
          "msg" : "Split build and generation",
          "paths" : [
            {
              "editType" : "edit",
              "file" : "Jenkinsfile.librarydocumentation"
            }
          ]
        },
        {
          "_class" : "hudson.plugins.git.GitChangeSet",
          "affectedPaths" : [
            "Jenkinsfile.librarydocumentation"
          ],
          "commitId" : "a8d2a04771693a25bded70a30d32c10ed2eb9910",
          "timestamp" : 1789818661000,
          "author" : {
            "absoluteUrl" : "https://test.openmodelica.org/jenkins/user/sjoelund",
            "fullName" : "Martin Sjölund"
          },
          "authorEmail" : "martin.sjolund@liu.se",
          "comment" : "Compress the documentation with parallel xz\u000a\u000a`tar cJf` compresses on one thread and writes a single-block stream,\u000awhich is also why the deploy node spent minutes unpacking it: a\u000astream with one block cannot be decompressed on more than one thread\u000awhatever the reader asks for.\u000a\u000a`xz -T16` at both ends. The blocks the compressor writes are what\u000alets the deploy stage use its cores.\u000a\u000aAssisted-by: Claude Opus 5 (1M context)\u000a",
          "date" : "2026-09-19 13:51:01 +0200",
          "id" : "a8d2a04771693a25bded70a30d32c10ed2eb9910",
          "msg" : "Compress the documentation with parallel xz",
          "paths" : [
            {
              "editType" : "edit",
              "file" : "Jenkinsfile.librarydocumentation"
            }
          ]
        },
        {
          "_class" : "hudson.plugins.git.GitChangeSet",
          "affectedPaths" : [
            "Jenkinsfile.librarydocumentation"
          ],
          "commitId" : "aada54ae24b97024c7b7518287e4cf1c2d43002b",
          "timestamp" : 1789819091000,
          "author" : {
            "absoluteUrl" : "https://test.openmodelica.org/jenkins/user/sjoelund",
            "fullName" : "Martin Sjölund"
          },
          "authorEmail" : "martin.sjolund@liu.se",
          "comment" : "Render on physical cores, and trim the comments\u000a\u000aThe ten-thread cap is gone. What it was working around was a leak in\u000athe generator rather than a limit of the machine: a scope and the\u000aidentity cells under it owned each other, so nothing a thread built\u000awas ever freed and more threads only meant more of it kept.\u000a\u000a`nproc` counts hardware threads. Rendering is bound by memory\u000atraffic, so a sibling thread on a core buys little speed while adding\u000aanother library's live instantiation; count distinct core/socket\u000apairs instead, as .CI/common.groovy counts the logical ones.\u000a\u000aThe comments around all this said more than the code needed.\u000a\u000aAssisted-by: Claude Opus 5 (1M context)\u000a",
          "date" : "2026-09-19 13:58:11 +0200",
          "id" : "aada54ae24b97024c7b7518287e4cf1c2d43002b",
          "msg" : "Render on physical cores, and trim the comments",
          "paths" : [
            {
              "editType" : "edit",
              "file" : "Jenkinsfile.librarydocumentation"
            }
          ]
        },
        {
          "_class" : "hudson.plugins.git.GitChangeSet",
          "affectedPaths" : [
            "projects.json"
          ],
          "commitId" : "d45c82cbf8e83b4b1e841ea74b145f9ec54b17ba",
          "timestamp" : 1789822340000,
          "author" : {
            "absoluteUrl" : "https://test.openmodelica.org/jenkins/user/openmodelica",
            "fullName" : "openmodelica"
          },
          "authorEmail" : "openmodelica@ida.liu.se",
          "comment" : "Updated nightly build\u000a",
          "date" : "2026-09-19 12:52:20 +0000",
          "id" : "d45c82cbf8e83b4b1e841ea74b145f9ec54b17ba",
          "msg" : "Updated nightly build",
          "paths" : [
            {
              "editType" : "edit",
              "file" : "projects.json"
            }
          ]
        }
      ],
      "kind" : "git"
    }
  ],
  "culprits" : [
    {
      "absoluteUrl" : "https://test.openmodelica.org/jenkins/user/openmodelica",
      "fullName" : "openmodelica"
    },
    {
      "absoluteUrl" : "https://test.openmodelica.org/jenkins/user/sjoelund",
      "fullName" : "Martin Sjölund"
    }
  ],
  "inProgress" : False,
  "nextBuild" : {
    "number" : 4171,
    "url" : "https://test.openmodelica.org/jenkins/view/all/job/LINUX_BUILDS/4171/"
  },
  "previousBuild" : {
    "number" : 4169,
    "url" : "https://test.openmodelica.org/jenkins/view/all/job/LINUX_BUILDS/4169/"
  }
}