{
  "_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" : 124561,
      "executingTimeMillis" : 124561,
      "executorUtilization" : 1.0,
      "subTaskCount" : 0,
      "waitingDurationMillis" : 6856,
      "waitingTimeMillis" : 6856
    },
    {
      
    },
    {
      "_class" : "hudson.plugins.git.util.BuildData",
      "buildsByBranchName" : {
        "origin/master" : {
          "_class" : "hudson.plugins.git.util.Build",
          "buildNumber" : 956,
          "buildResult" : None,
          "marked" : {
            "SHA1" : "4cf1ff2a7a5438954129df9600fcbb57e1894d60",
            "branch" : [
              {
                "SHA1" : "4cf1ff2a7a5438954129df9600fcbb57e1894d60",
                "name" : "origin/master"
              }
            ]
          },
          "revision" : {
            "SHA1" : "4cf1ff2a7a5438954129df9600fcbb57e1894d60",
            "branch" : [
              {
                "SHA1" : "4cf1ff2a7a5438954129df9600fcbb57e1894d60",
                "name" : "origin/master"
              }
            ]
          }
        }
      },
      "lastBuiltRevision" : {
        "SHA1" : "4cf1ff2a7a5438954129df9600fcbb57e1894d60",
        "branch" : [
          {
            "SHA1" : "4cf1ff2a7a5438954129df9600fcbb57e1894d60",
            "name" : "origin/master"
          }
        ]
      },
      "remoteUrls" : [
        "https://gerrit.osmocom.org/libosmo-sigtran"
      ],
      "scmName" : ""
    },
    {
      
    },
    {
      
    },
    {
      "_class" : "org.jenkinsci.plugins.displayurlapi.actions.RunDisplayAction"
    }
  ],
  "artifacts" : [
    
  ],
  "building" : False,
  "description" : None,
  "displayName" : "#956",
  "duration" : 124561,
  "estimatedDuration" : 95825,
  "executor" : None,
  "fullDisplayName" : "master-libosmo-sigtran #956",
  "id" : "956",
  "inProgress" : False,
  "keepLog" : False,
  "number" : 956,
  "queueId" : 24089,
  "result" : "SUCCESS",
  "timestamp" : 1770214867920,
  "url" : "https://jenkins.osmocom.org/jenkins/job/master-libosmo-sigtran/956/",
  "builtOn" : "",
  "changeSet" : {
    "_class" : "hudson.plugins.git.GitChangeSetList",
    "items" : [
      {
        "_class" : "hudson.plugins.git.GitChangeSet",
        "affectedPaths" : [
          "src/sccp_scrc.c"
        ],
        "commitId" : "938fc4a54ce6c5b2872f09eea49e663b73eca455",
        "timestamp" : 1770214596000,
        "author" : {
          "absoluteUrl" : "https://jenkins.osmocom.org/jenkins/user/pespin",
          "fullName" : "Pau Espin Pedrol"
        },
        "authorEmail" : "pespin@sysmocom.de",
        "comment" : "sccp_scrc: Improve logging unable to find SCCP user\u000a\u000aChange-Id: I9277624a260ee2f94f8cd059211aff53cfb50574\u000a",
        "date" : "2026-02-04 14:16:36 +0000",
        "id" : "938fc4a54ce6c5b2872f09eea49e663b73eca455",
        "msg" : "sccp_scrc: Improve logging unable to find SCCP user",
        "paths" : [
          {
            "editType" : "edit",
            "file" : "src/sccp_scrc.c"
          }
        ]
      },
      {
        "_class" : "hudson.plugins.git.GitChangeSet",
        "affectedPaths" : [
          "src/ss7_asp.c",
          "src/xua_asp_fsm.h",
          "src/ss7_xua_srv.c",
          "src/xua_asp_fsm.c"
        ],
        "commitId" : "d21b0967b8b309e655c2b5129c2258794a838349",
        "timestamp" : 1770214596000,
        "author" : {
          "absoluteUrl" : "https://jenkins.osmocom.org/jenkins/user/pespin",
          "fullName" : "Pau Espin Pedrol"
        },
        "authorEmail" : "pespin@sysmocom.de",
        "comment" : "xua_asp_fsm: Remove duplicated role field\u000a\u000aThe role is actually taken from the asp object, and it's not expected to\u000achange during its lifetime, so there's no really a need to keep a copy\u000aof it. Simplify the code by using the asp role everywhere.\u000a\u000aChange-Id: Ia6de131ce50f07261736645fe5b2ed1ad39eb01b\u000a",
        "date" : "2026-02-04 14:16:36 +0000",
        "id" : "d21b0967b8b309e655c2b5129c2258794a838349",
        "msg" : "xua_asp_fsm: Remove duplicated role field",
        "paths" : [
          {
            "editType" : "edit",
            "file" : "src/ss7_xua_srv.c"
          },
          {
            "editType" : "edit",
            "file" : "src/ss7_asp.c"
          },
          {
            "editType" : "edit",
            "file" : "src/xua_asp_fsm.h"
          },
          {
            "editType" : "edit",
            "file" : "src/xua_asp_fsm.c"
          }
        ]
      },
      {
        "_class" : "hudson.plugins.git.GitChangeSet",
        "affectedPaths" : [
          "src/xua_rkm.c",
          "src/m3ua.c",
          "src/xua_internal.h"
        ],
        "commitId" : "1bda0aad31cc20e69f402f5aba62dec69d208514",
        "timestamp" : 1770214647000,
        "author" : {
          "absoluteUrl" : "https://jenkins.osmocom.org/jenkins/user/pespin",
          "fullName" : "Pau Espin Pedrol"
        },
        "authorEmail" : "pespin@sysmocom.de",
        "comment" : "xua_rkm: Add checks for ASP role in rx msg path\u000a\u000aChange-Id: I672060c24571586b37102c7f7f60e4b0e20e07a9\u000a",
        "date" : "2026-02-04 14:17:27 +0000",
        "id" : "1bda0aad31cc20e69f402f5aba62dec69d208514",
        "msg" : "xua_rkm: Add checks for ASP role in rx msg path",
        "paths" : [
          {
            "editType" : "edit",
            "file" : "src/xua_rkm.c"
          },
          {
            "editType" : "edit",
            "file" : "src/m3ua.c"
          },
          {
            "editType" : "edit",
            "file" : "src/xua_internal.h"
          }
        ]
      },
      {
        "_class" : "hudson.plugins.git.GitChangeSet",
        "affectedPaths" : [
          "src/ss7_as_vty.c"
        ],
        "commitId" : "4cf1ff2a7a5438954129df9600fcbb57e1894d60",
        "timestamp" : 1770214647000,
        "author" : {
          "absoluteUrl" : "https://jenkins.osmocom.org/jenkins/user/pespin",
          "fullName" : "Pau Espin Pedrol"
        },
        "authorEmail" : "pespin@sysmocom.de",
        "comment" : "cosmetic: Fix typo in comment\u000a\u000aChange-Id: If5adb80baaae78cae7164e1f85c53195eafa6e3e\u000a",
        "date" : "2026-02-04 14:17:27 +0000",
        "id" : "4cf1ff2a7a5438954129df9600fcbb57e1894d60",
        "msg" : "cosmetic: Fix typo in comment",
        "paths" : [
          {
            "editType" : "edit",
            "file" : "src/ss7_as_vty.c"
          }
        ]
      }
    ],
    "kind" : "git"
  },
  "culprits" : [
    {
      "absoluteUrl" : "https://jenkins.osmocom.org/jenkins/user/pespin",
      "fullName" : "Pau Espin Pedrol"
    }
  ],
  "runs" : [
    {
      "number" : 956,
      "url" : "https://jenkins.osmocom.org/jenkins/job/master-libosmo-sigtran/WITH_MANUALS=0,WITH_TCAP=0,a3=default,a4=default,label=osmocom-master/956/"
    },
    {
      "number" : 956,
      "url" : "https://jenkins.osmocom.org/jenkins/job/master-libosmo-sigtran/WITH_MANUALS=1,WITH_TCAP=1,a3=default,a4=default,label=osmocom-master/956/"
    }
  ]
}