{
  "_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" : 109581,
      "executingTimeMillis" : 109581,
      "executorUtilization" : 1.0,
      "subTaskCount" : 0,
      "waitingDurationMillis" : 7047,
      "waitingTimeMillis" : 7047
    },
    {
      
    },
    {
      "_class" : "hudson.plugins.git.util.BuildData",
      "buildsByBranchName" : {
        "origin/master" : {
          "_class" : "hudson.plugins.git.util.Build",
          "buildNumber" : 752,
          "buildResult" : None,
          "marked" : {
            "SHA1" : "180a0e6f3bc9dc433948f8f30f88a16fb69cccc9",
            "branch" : [
              {
                "SHA1" : "180a0e6f3bc9dc433948f8f30f88a16fb69cccc9",
                "name" : "origin/master"
              }
            ]
          },
          "revision" : {
            "SHA1" : "180a0e6f3bc9dc433948f8f30f88a16fb69cccc9",
            "branch" : [
              {
                "SHA1" : "180a0e6f3bc9dc433948f8f30f88a16fb69cccc9",
                "name" : "origin/master"
              }
            ]
          }
        }
      },
      "lastBuiltRevision" : {
        "SHA1" : "180a0e6f3bc9dc433948f8f30f88a16fb69cccc9",
        "branch" : [
          {
            "SHA1" : "180a0e6f3bc9dc433948f8f30f88a16fb69cccc9",
            "name" : "origin/master"
          }
        ]
      },
      "remoteUrls" : [
        "https://gerrit.osmocom.org/libosmo-sigtran"
      ],
      "scmName" : ""
    },
    {
      
    },
    {
      
    },
    {
      "_class" : "org.jenkinsci.plugins.displayurlapi.actions.RunDisplayAction"
    }
  ],
  "artifacts" : [
    
  ],
  "building" : False,
  "description" : None,
  "displayName" : "#752",
  "duration" : 109581,
  "estimatedDuration" : 77464,
  "executor" : None,
  "fullDisplayName" : "master-libosmo-sigtran #752",
  "id" : "752",
  "inProgress" : False,
  "keepLog" : False,
  "number" : 752,
  "queueId" : 2038912,
  "result" : "SUCCESS",
  "timestamp" : 1762875067526,
  "url" : "https://jenkins.osmocom.org/jenkins/view/SDR/job/master-libosmo-sigtran/752/",
  "builtOn" : "",
  "changeSet" : {
    "_class" : "hudson.plugins.git.GitChangeSetList",
    "items" : [
      {
        "_class" : "hudson.plugins.git.GitChangeSet",
        "affectedPaths" : [
          "src/ipa.c",
          "src/ss7_asp.c"
        ],
        "commitId" : "b98f0b8d9e3a4a634ed288b6d448db2c8185ec5a",
        "timestamp" : 1762864484000,
        "author" : {
          "absoluteUrl" : "https://jenkins.osmocom.org/jenkins/user/pespin",
          "fullName" : "Pau Espin Pedrol"
        },
        "authorEmail" : "pespin@sysmocom.de",
        "comment" : "ipa: Clarify msgb_free in ipa_rx_msg()\u000a\u000aFirst of all, clean up and clarify the handling of msgb in\u000aipa_rx_msg_sccp() by always freeing the patched msgb copy, and letting\u000aparent function free the original received msgb.\u000a\u000aThis in turn allows moving the msgb_free() of the received msg to\u000aipa_cli_read_cb() and ss7_asp_ipa_srv_conn_rx_cb(), which is where the\u000amsgb is allocated, and makes the msgb lifecycle far more easy to\u000aunderstand.\u000aThis is also what's already done in the\u000axua_cli_read_cb()/ss7_asp_xua_srv_conn_rx_cb(). This way we have similar\u000acode paths in xua and ipa.\u000a\u000aRelated: OS#6876\u000aChange-Id: Id29955182d9da47165ee9a2d7777b92fb87844b9\u000a",
        "date" : "2025-11-11 13:34:44 +0100",
        "id" : "b98f0b8d9e3a4a634ed288b6d448db2c8185ec5a",
        "msg" : "ipa: Clarify msgb_free in ipa_rx_msg()",
        "paths" : [
          {
            "editType" : "edit",
            "file" : "src/ipa.c"
          },
          {
            "editType" : "edit",
            "file" : "src/ss7_asp.c"
          }
        ]
      },
      {
        "_class" : "hudson.plugins.git.GitChangeSet",
        "affectedPaths" : [
          "src/ss7_asp.c"
        ],
        "commitId" : "180a0e6f3bc9dc433948f8f30f88a16fb69cccc9",
        "timestamp" : 1762864521000,
        "author" : {
          "absoluteUrl" : "https://jenkins.osmocom.org/jenkins/user/pespin",
          "fullName" : "Pau Espin Pedrol"
        },
        "authorEmail" : "pespin@sysmocom.de",
        "comment" : "xua,tcp-m3ua: Unify Rx code paths to deduplicate code\u000a\u000aThis also makes those protocol paths resembles more the one of IPA,\u000awhere we call rx_ipa_msg() to handle the msgb.\u000a\u000am3ua_tcp_cli_read_cb() is also modified to avoid going through the SCTP\u000aread_cb, which doesn't make much sense.\u000a\u000aChange-Id: I54cf6c9b8c27fd67bae74d7931745f140e0575c0\u000a",
        "date" : "2025-11-11 13:35:21 +0100",
        "id" : "180a0e6f3bc9dc433948f8f30f88a16fb69cccc9",
        "msg" : "xua,tcp-m3ua: Unify Rx code paths to deduplicate code",
        "paths" : [
          {
            "editType" : "edit",
            "file" : "src/ss7_asp.c"
          }
        ]
      }
    ],
    "kind" : "git"
  },
  "culprits" : [
    {
      "absoluteUrl" : "https://jenkins.osmocom.org/jenkins/user/pespin",
      "fullName" : "Pau Espin Pedrol"
    }
  ],
  "runs" : [
    {
      "number" : 752,
      "url" : "https://jenkins.osmocom.org/jenkins/view/SDR/job/master-libosmo-sigtran/WITH_MANUALS=0,WITH_TCAP=0,a3=default,a4=default,label=osmocom-master/752/"
    },
    {
      "number" : 752,
      "url" : "https://jenkins.osmocom.org/jenkins/view/SDR/job/master-libosmo-sigtran/WITH_MANUALS=1,WITH_TCAP=1,a3=default,a4=default,label=osmocom-master/752/"
    },
    {
      "number" : 746,
      "url" : "https://jenkins.osmocom.org/jenkins/view/SDR/job/master-libosmo-sigtran/a1=default,a2=default,a3=default,a4=default,label=osmocom-master/746/"
    }
  ]
}