{
  "_class" : "hudson.matrix.MatrixBuild",
  "actions" : [
    {
      "_class" : "hudson.model.CauseAction",
      "causes" : [
        {
          "_class" : "hudson.triggers.SCMTrigger$SCMTriggerCause",
          "shortDescription" : "Started by an SCM change"
        }
      ]
    },
    {
      
    },
    {
      "_class" : "hudson.model.ParametersAction",
      "parameters" : [
        {
          "_class" : "hudson.model.StringParameterValue",
          "name" : "BRANCH",
          "value" : "master"
        },
        {
          "_class" : "hudson.model.StringParameterValue",
          "name" : "EMAIL_NOTIFICATIONS",
          "value" : "jenkins-notifications@lists.osmocom.org laforge@gnumonks.org"
        }
      ]
    },
    {
      "_class" : "jenkins.metrics.impl.TimeInQueueAction",
      "blockedDurationMillis" : 0,
      "blockedTimeMillis" : 0,
      "buildableDurationMillis" : 0,
      "buildableTimeMillis" : 0,
      "buildingDurationMillis" : 146018,
      "executingTimeMillis" : 146018,
      "executorUtilization" : 1.0,
      "subTaskCount" : 0,
      "waitingDurationMillis" : 6717,
      "waitingTimeMillis" : 6717
    },
    {
      
    },
    {
      "_class" : "hudson.plugins.git.util.BuildData",
      "buildsByBranchName" : {
        "origin/master" : {
          "_class" : "hudson.plugins.git.util.Build",
          "buildNumber" : 28593,
          "buildResult" : None,
          "marked" : {
            "SHA1" : "1ebe3f409b2bad425f3796b3be9ae4540f75fdb0",
            "branch" : [
              {
                "SHA1" : "1ebe3f409b2bad425f3796b3be9ae4540f75fdb0",
                "name" : "origin/master"
              }
            ]
          },
          "revision" : {
            "SHA1" : "1ebe3f409b2bad425f3796b3be9ae4540f75fdb0",
            "branch" : [
              {
                "SHA1" : "1ebe3f409b2bad425f3796b3be9ae4540f75fdb0",
                "name" : "origin/master"
              }
            ]
          }
        },
        "refs/remotes/origin/master" : {
          "_class" : "hudson.plugins.git.util.Build",
          "buildNumber" : 20229,
          "buildResult" : None,
          "marked" : {
            "SHA1" : "fc3397253054bd6bf6b11db0436bf8112e80adb1",
            "branch" : [
              {
                "SHA1" : "fc3397253054bd6bf6b11db0436bf8112e80adb1",
                "name" : "refs/remotes/origin/master"
              }
            ]
          },
          "revision" : {
            "SHA1" : "fc3397253054bd6bf6b11db0436bf8112e80adb1",
            "branch" : [
              {
                "SHA1" : "fc3397253054bd6bf6b11db0436bf8112e80adb1",
                "name" : "refs/remotes/origin/master"
              }
            ]
          }
        }
      },
      "lastBuiltRevision" : {
        "SHA1" : "1ebe3f409b2bad425f3796b3be9ae4540f75fdb0",
        "branch" : [
          {
            "SHA1" : "1ebe3f409b2bad425f3796b3be9ae4540f75fdb0",
            "name" : "origin/master"
          }
        ]
      },
      "remoteUrls" : [
        "https://gerrit.osmocom.org/osmo-bsc"
      ],
      "scmName" : ""
    },
    {
      
    },
    {
      
    },
    {
      "_class" : "org.jenkinsci.plugins.displayurlapi.actions.RunDisplayAction"
    }
  ],
  "artifacts" : [
    
  ],
  "building" : False,
  "description" : None,
  "displayName" : "#28593",
  "duration" : 146018,
  "estimatedDuration" : 171915,
  "executor" : None,
  "fullDisplayName" : "master-osmo-bsc #28593",
  "id" : "28593",
  "inProgress" : False,
  "keepLog" : False,
  "number" : 28593,
  "queueId" : 2038908,
  "result" : "SUCCESS",
  "timestamp" : 1762874887510,
  "url" : "https://jenkins.osmocom.org/jenkins/job/master-osmo-bsc/28593/",
  "builtOn" : "",
  "changeSet" : {
    "_class" : "hudson.plugins.git.GitChangeSetList",
    "items" : [
      {
        "_class" : "hudson.plugins.git.GitChangeSet",
        "affectedPaths" : [
          "src/osmo-bsc/osmo_bsc_mgcp.c",
          "TODO-RELEASE",
          "src/osmo-bsc/osmo_bsc_sigtran.c",
          "src/osmo-bsc/bsc_ctrl.c"
        ],
        "commitId" : "1ebe3f409b2bad425f3796b3be9ae4540f75fdb0",
        "timestamp" : 1762863593000,
        "author" : {
          "absoluteUrl" : "https://jenkins.osmocom.org/jenkins/user/pespin",
          "fullName" : "Pau Espin Pedrol"
        },
        "authorEmail" : "pespin@sysmocom.de",
        "comment" : "sccplite: Avoid msgb_free() during ss7 rx_unknown_cb()\u000a\u000aSince its original addition, API osmo_ss7_register_rx_unknown_cb()\u000astates that the msgb is owned by the caller.\u000aHence, osmo-bsc shall not free the msgb.\u000aOlder versions of libosmo-sigtran (before\u000af16fdf58059b2dea8e940c45c11779c7d4634c3f) had a buggy implementation and\u000aactually leaked the msgb.\u000a\u000aRelated: SYS#6876\u000aChange-Id: I0ce97e3e5a8399d401750dd67494cfd5cf2108e5\u000a",
        "date" : "2025-11-11 13:19:53 +0100",
        "id" : "1ebe3f409b2bad425f3796b3be9ae4540f75fdb0",
        "msg" : "sccplite: Avoid msgb_free() during ss7 rx_unknown_cb()",
        "paths" : [
          {
            "editType" : "edit",
            "file" : "TODO-RELEASE"
          },
          {
            "editType" : "edit",
            "file" : "src/osmo-bsc/osmo_bsc_sigtran.c"
          },
          {
            "editType" : "edit",
            "file" : "src/osmo-bsc/bsc_ctrl.c"
          },
          {
            "editType" : "edit",
            "file" : "src/osmo-bsc/osmo_bsc_mgcp.c"
          }
        ]
      }
    ],
    "kind" : "git"
  },
  "culprits" : [
    {
      "absoluteUrl" : "https://jenkins.osmocom.org/jenkins/user/pespin",
      "fullName" : "Pau Espin Pedrol"
    }
  ],
  "runs" : [
    {
      "number" : 28593,
      "url" : "https://jenkins.osmocom.org/jenkins/job/master-osmo-bsc/a1=default,a2=default,a3=default,a4=default,label=osmocom-master/28593/"
    }
  ]
}