{
  "_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" : 70825,
      "executingTimeMillis" : 70825,
      "executorUtilization" : 1.0,
      "subTaskCount" : 0,
      "waitingDurationMillis" : 7108,
      "waitingTimeMillis" : 7108
    },
    {
      
    },
    {
      "_class" : "hudson.plugins.git.util.BuildData",
      "buildsByBranchName" : {
        "origin/master" : {
          "_class" : "hudson.plugins.git.util.Build",
          "buildNumber" : 773,
          "buildResult" : None,
          "marked" : {
            "SHA1" : "f95eb5d034bf76565811841f1fd09445c5b8b747",
            "branch" : [
              {
                "SHA1" : "f95eb5d034bf76565811841f1fd09445c5b8b747",
                "name" : "origin/master"
              }
            ]
          },
          "revision" : {
            "SHA1" : "f95eb5d034bf76565811841f1fd09445c5b8b747",
            "branch" : [
              {
                "SHA1" : "f95eb5d034bf76565811841f1fd09445c5b8b747",
                "name" : "origin/master"
              }
            ]
          }
        }
      },
      "lastBuiltRevision" : {
        "SHA1" : "f95eb5d034bf76565811841f1fd09445c5b8b747",
        "branch" : [
          {
            "SHA1" : "f95eb5d034bf76565811841f1fd09445c5b8b747",
            "name" : "origin/master"
          }
        ]
      },
      "remoteUrls" : [
        "https://gerrit.osmocom.org/libosmo-sigtran"
      ],
      "scmName" : ""
    },
    {
      
    },
    {
      
    },
    {
      "_class" : "org.jenkinsci.plugins.displayurlapi.actions.RunDisplayAction"
    }
  ],
  "artifacts" : [
    
  ],
  "building" : False,
  "description" : None,
  "displayName" : "#773",
  "duration" : 70825,
  "estimatedDuration" : 66343,
  "executor" : None,
  "fullDisplayName" : "master-libosmo-sigtran #773",
  "id" : "773",
  "inProgress" : False,
  "keepLog" : False,
  "number" : 773,
  "queueId" : 2044412,
  "result" : "SUCCESS",
  "timestamp" : 1763378467562,
  "url" : "https://jenkins.osmocom.org/jenkins/job/master-libosmo-sigtran/773/",
  "builtOn" : "",
  "changeSet" : {
    "_class" : "hudson.plugins.git.GitChangeSetList",
    "items" : [
      {
        "_class" : "hudson.plugins.git.GitChangeSet",
        "affectedPaths" : [
          "src/ipa.c"
        ],
        "commitId" : "c29fa2776326d21759426f052283ac4cf11a44f1",
        "timestamp" : 1763143565000,
        "author" : {
          "absoluteUrl" : "https://jenkins.osmocom.org/jenkins/user/pespin",
          "fullName" : "Pau Espin Pedrol"
        },
        "authorEmail" : "pespin@sysmocom.de",
        "comment" : "ipa: Adapt handling logic of rx msg from osmo_ipa_segmentation_cb()\u000a\u000aWe migrated to using osmo_io+osmo_stream with\u000aosmo_ipa_segmentation_cb(), which takes care of pulling the multiple IPA\u000aheaders and stores them in osmo_ipa_msgb_cb_proto(_ext)().\u000aWhen doing the change, we forgot to update the rx path in ipa.c to\u000aaccount for those changes. Do it now to simplify the code and clarify\u000athat l1h was actually pulled from ->data.\u000a\u000aChange-Id: I4e26bf471de9a258dc2f862488253f31aa95a013\u000a",
        "date" : "2025-11-14 19:06:05 +0100",
        "id" : "c29fa2776326d21759426f052283ac4cf11a44f1",
        "msg" : "ipa: Adapt handling logic of rx msg from osmo_ipa_segmentation_cb()",
        "paths" : [
          {
            "editType" : "edit",
            "file" : "src/ipa.c"
          }
        ]
      },
      {
        "_class" : "hudson.plugins.git.GitChangeSet",
        "affectedPaths" : [
          "include/osmocom/sigtran/osmo_ss7.h",
          "src/ss7_user.h",
          "src/xua_snm.c",
          "src/ss7_user.c",
          "src/ss7_hmrt.c",
          "TODO-RELEASE"
        ],
        "commitId" : "f95eb5d034bf76565811841f1fd09445c5b8b747",
        "timestamp" : 1763143565000,
        "author" : {
          "absoluteUrl" : "https://jenkins.osmocom.org/jenkins/user/pespin",
          "fullName" : "Pau Espin Pedrol"
        },
        "authorEmail" : "pespin@sysmocom.de",
        "comment" : "mtp: Introduce osmo_ss7_user_find_by_si() public API\u000a\u000aThis is needed by mtp_sap/ss7_user API users to figure out whether\u000athere's a user set up already for a given Service Indicator.\u000a\u000aChange-Id: I7db659dc443148f3aab70d2c6229c2271346cf38\u000a",
        "date" : "2025-11-14 19:06:05 +0100",
        "id" : "f95eb5d034bf76565811841f1fd09445c5b8b747",
        "msg" : "mtp: Introduce osmo_ss7_user_find_by_si() public API",
        "paths" : [
          {
            "editType" : "edit",
            "file" : "src/xua_snm.c"
          },
          {
            "editType" : "edit",
            "file" : "TODO-RELEASE"
          },
          {
            "editType" : "edit",
            "file" : "src/ss7_user.c"
          },
          {
            "editType" : "edit",
            "file" : "src/ss7_hmrt.c"
          },
          {
            "editType" : "edit",
            "file" : "include/osmocom/sigtran/osmo_ss7.h"
          },
          {
            "editType" : "edit",
            "file" : "src/ss7_user.h"
          }
        ]
      }
    ],
    "kind" : "git"
  },
  "culprits" : [
    {
      "absoluteUrl" : "https://jenkins.osmocom.org/jenkins/user/pespin",
      "fullName" : "Pau Espin Pedrol"
    }
  ],
  "runs" : [
    {
      "number" : 773,
      "url" : "https://jenkins.osmocom.org/jenkins/job/master-libosmo-sigtran/WITH_MANUALS=0,WITH_TCAP=0,a3=default,a4=default,label=osmocom-master/773/"
    },
    {
      "number" : 773,
      "url" : "https://jenkins.osmocom.org/jenkins/job/master-libosmo-sigtran/WITH_MANUALS=1,WITH_TCAP=1,a3=default,a4=default,label=osmocom-master/773/"
    },
    {
      "number" : 746,
      "url" : "https://jenkins.osmocom.org/jenkins/job/master-libosmo-sigtran/a1=default,a2=default,a3=default,a4=default,label=osmocom-master/746/"
    }
  ]
}