{
  "_class" : "hudson.model.FreeStyleBuild",
  "actions" : [
    {
      "_class" : "hudson.model.CauseAction",
      "causes" : [
        {
          "_class" : "hudson.triggers.SCMTrigger$SCMTriggerCause",
          "shortDescription" : "Started by an SCM change"
        }
      ]
    },
    {
      
    },
    {
      "_class" : "jenkins.metrics.impl.TimeInQueueAction",
      "blockedDurationMillis" : 0,
      "blockedTimeMillis" : 0,
      "buildableDurationMillis" : 3,
      "buildableTimeMillis" : 3,
      "buildingDurationMillis" : 1234,
      "executingTimeMillis" : 1234,
      "executorUtilization" : 1.0,
      "subTaskCount" : 0,
      "waitingDurationMillis" : 6332,
      "waitingTimeMillis" : 6332
    },
    {
      "_class" : "hudson.plugins.git.util.BuildData",
      "buildsByBranchName" : {
        "origin/master" : {
          "_class" : "hudson.plugins.git.util.Build",
          "buildNumber" : 2897,
          "buildResult" : None,
          "marked" : {
            "SHA1" : "f871cdd395677a89a93d71160ee40bb815f787cc",
            "branch" : [
              {
                "SHA1" : "f871cdd395677a89a93d71160ee40bb815f787cc",
                "name" : "origin/master"
              }
            ]
          },
          "revision" : {
            "SHA1" : "f871cdd395677a89a93d71160ee40bb815f787cc",
            "branch" : [
              {
                "SHA1" : "f871cdd395677a89a93d71160ee40bb815f787cc",
                "name" : "origin/master"
              }
            ]
          }
        },
        "refs/remotes/origin/master" : {
          "_class" : "hudson.plugins.git.util.Build",
          "buildNumber" : 2694,
          "buildResult" : None,
          "marked" : {
            "SHA1" : "7fb8722448b9c523cdd1edda8f89c100880316be",
            "branch" : [
              {
                "SHA1" : "7fb8722448b9c523cdd1edda8f89c100880316be",
                "name" : "refs/remotes/origin/master"
              }
            ]
          },
          "revision" : {
            "SHA1" : "7fb8722448b9c523cdd1edda8f89c100880316be",
            "branch" : [
              {
                "SHA1" : "7fb8722448b9c523cdd1edda8f89c100880316be",
                "name" : "refs/remotes/origin/master"
              }
            ]
          }
        }
      },
      "lastBuiltRevision" : {
        "SHA1" : "f871cdd395677a89a93d71160ee40bb815f787cc",
        "branch" : [
          {
            "SHA1" : "f871cdd395677a89a93d71160ee40bb815f787cc",
            "name" : "origin/master"
          }
        ]
      },
      "remoteUrls" : [
        "https://gerrit.osmocom.org/osmo-ttcn3-hacks"
      ],
      "scmName" : ""
    },
    {
      
    },
    {
      
    },
    {
      "_class" : "org.jenkinsci.plugins.displayurlapi.actions.RunDisplayAction"
    }
  ],
  "artifacts" : [
    
  ],
  "building" : False,
  "description" : None,
  "displayName" : "#2897",
  "duration" : 1234,
  "estimatedDuration" : 1279,
  "executor" : None,
  "fullDisplayName" : "registry-trigger-osmo-ttcn3-hacks #2897",
  "id" : "2897",
  "inProgress" : False,
  "keepLog" : False,
  "number" : 2897,
  "queueId" : 2004824,
  "result" : "SUCCESS",
  "timestamp" : 1759127586608,
  "url" : "https://jenkins.osmocom.org/jenkins/view/All/job/registry-trigger-osmo-ttcn3-hacks/2897/",
  "builtOn" : "build4-deb12build-ansible",
  "changeSet" : {
    "_class" : "hudson.plugins.git.GitChangeSetList",
    "items" : [
      {
        "_class" : "hudson.plugins.git.GitChangeSet",
        "affectedPaths" : [
          "_testenv/testenv/daemons.py"
        ],
        "commitId" : "f3b452e79e5d242fd1f3fe31414e5041a0f0161a",
        "timestamp" : 1758790015000,
        "author" : {
          "absoluteUrl" : "https://jenkins.osmocom.org/jenkins/user/osmith",
          "fullName" : "Oliver Smith"
        },
        "authorEmail" : "osmith@sysmocom.de",
        "comment" : "testenv: run daemons with 'ulimit -c unlimited'\u000a\u000aPrepare to support getting core files without having systemd-coredump\u000ainstalled, as we plan to uninstall it from the jenkins servers to make\u000aretrieving coredumps for other jobs feasible again.\u000a\u000aWhen starting daemons, set the maximum core file size to unlimited.\u000aOtherwise it might be at 0, resulting in no core files getting\u000agenerated.\u000a\u000aI have considered using resource.setrlimit() on the python process\u000ainstead, but this wouldn't work when spawning the daemons inside the\u000apodman container.\u000a\u000aChange-Id: Ideaf0386c8d6111c2634f276f926e976023ff511\u000a",
        "date" : "2025-09-25 10:46:55 +0200",
        "id" : "f3b452e79e5d242fd1f3fe31414e5041a0f0161a",
        "msg" : "testenv: run daemons with 'ulimit -c unlimited'",
        "paths" : [
          {
            "editType" : "edit",
            "file" : "_testenv/testenv/daemons.py"
          }
        ]
      },
      {
        "_class" : "hudson.plugins.git.GitChangeSet",
        "affectedPaths" : [
          "_testenv/README.md",
          "_testenv/testenv/daemons.py",
          "_testenv/testenv/requirements.py",
          "_testenv/testenv/coredump.py"
        ],
        "commitId" : "168a3770a3b049400b48114b79e004f120433c6f",
        "timestamp" : 1758804615000,
        "author" : {
          "absoluteUrl" : "https://jenkins.osmocom.org/jenkins/user/osmith",
          "fullName" : "Oliver Smith"
        },
        "authorEmail" : "osmith@sysmocom.de",
        "comment" : "testenv: coredump: support core_pattern=core\u000a\u000aSupport getting core files from a typical core_pattern=core where the\u000acoredump just gets stored in the current working dir, instead of always\u000aretrieving it from coredumpctl. This is what we will use with jenkins in\u000athe future, as it makes getting core files in other jobs easier. Remove\u000asupport for the custom testenv-coredump-helper code that isn't needed\u000aanymore.\u000a\u000aChange-Id: Ia765b01432e4cb4cd36c45de874b966e3ebf55bc\u000a",
        "date" : "2025-09-25 14:50:15 +0200",
        "id" : "168a3770a3b049400b48114b79e004f120433c6f",
        "msg" : "testenv: coredump: support core_pattern=core",
        "paths" : [
          {
            "editType" : "edit",
            "file" : "_testenv/README.md"
          },
          {
            "editType" : "edit",
            "file" : "_testenv/testenv/daemons.py"
          },
          {
            "editType" : "edit",
            "file" : "_testenv/testenv/coredump.py"
          },
          {
            "editType" : "edit",
            "file" : "_testenv/testenv/requirements.py"
          }
        ]
      },
      {
        "_class" : "hudson.plugins.git.GitChangeSet",
        "affectedPaths" : [
          "_testenv/testenv/coredump.py"
        ],
        "commitId" : "f871cdd395677a89a93d71160ee40bb815f787cc",
        "timestamp" : 1758804619000,
        "author" : {
          "absoluteUrl" : "https://jenkins.osmocom.org/jenkins/user/osmith",
          "fullName" : "Oliver Smith"
        },
        "authorEmail" : "osmith@sysmocom.de",
        "comment" : "testenv: add empty lines around backtrace\u000a\u000aMake the backtrace stand out visually from the rest of the logs.\u000a\u000aChange-Id: Icd75379a875b72ddf3364895bc6a0afc57d2901e\u000a",
        "date" : "2025-09-25 14:50:19 +0200",
        "id" : "f871cdd395677a89a93d71160ee40bb815f787cc",
        "msg" : "testenv: add empty lines around backtrace",
        "paths" : [
          {
            "editType" : "edit",
            "file" : "_testenv/testenv/coredump.py"
          }
        ]
      }
    ],
    "kind" : "git"
  },
  "culprits" : [
    {
      "absoluteUrl" : "https://jenkins.osmocom.org/jenkins/user/osmith",
      "fullName" : "Oliver Smith"
    }
  ]
}