{
  "_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" : 81791,
      "executingTimeMillis" : 81791,
      "executorUtilization" : 1.0,
      "subTaskCount" : 0,
      "waitingDurationMillis" : 6845,
      "waitingTimeMillis" : 6845
    },
    {
      
    },
    {
      "_class" : "hudson.plugins.git.util.BuildData",
      "buildsByBranchName" : {
        "origin/master" : {
          "_class" : "hudson.plugins.git.util.Build",
          "buildNumber" : 1012,
          "buildResult" : None,
          "marked" : {
            "SHA1" : "bc8b23742094794790a82aa30528edde10060e9a",
            "branch" : [
              {
                "SHA1" : "bc8b23742094794790a82aa30528edde10060e9a",
                "name" : "origin/master"
              }
            ]
          },
          "revision" : {
            "SHA1" : "bc8b23742094794790a82aa30528edde10060e9a",
            "branch" : [
              {
                "SHA1" : "bc8b23742094794790a82aa30528edde10060e9a",
                "name" : "origin/master"
              }
            ]
          }
        }
      },
      "lastBuiltRevision" : {
        "SHA1" : "bc8b23742094794790a82aa30528edde10060e9a",
        "branch" : [
          {
            "SHA1" : "bc8b23742094794790a82aa30528edde10060e9a",
            "name" : "origin/master"
          }
        ]
      },
      "remoteUrls" : [
        "https://gerrit.osmocom.org/libosmo-sigtran"
      ],
      "scmName" : ""
    },
    {
      
    },
    {
      
    },
    {
      "_class" : "org.jenkinsci.plugins.displayurlapi.actions.RunDisplayAction"
    }
  ],
  "artifacts" : [
    
  ],
  "building" : False,
  "description" : None,
  "displayName" : "#1012",
  "duration" : 81791,
  "estimatedDuration" : 75492,
  "executor" : None,
  "fullDisplayName" : "master-libosmo-sigtran #1012",
  "id" : "1012",
  "inProgress" : False,
  "keepLog" : False,
  "number" : 1012,
  "queueId" : 45620,
  "result" : "SUCCESS",
  "timestamp" : 1772202367698,
  "url" : "https://jenkins.osmocom.org/jenkins/view/master/job/master-libosmo-sigtran/1012/",
  "builtOn" : "",
  "changeSet" : {
    "_class" : "hudson.plugins.git.GitChangeSetList",
    "items" : [
      {
        "_class" : "hudson.plugins.git.GitChangeSet",
        "affectedPaths" : [
          "src/tcap_as_loadshare.c"
        ],
        "commitId" : "c12ca53fa720bae03aad09b0750f0253af264c20",
        "timestamp" : 1772107022000,
        "author" : {
          "absoluteUrl" : "https://jenkins.osmocom.org/jenkins/user/pespin",
          "fullName" : "Pau Espin Pedrol"
        },
        "authorEmail" : "pespin@sysmocom.de",
        "comment" : "tcap: Fix return code in tcap_as_rx_sccp_asp()\u000a\u000aThat code path is not an error, simply the message is not TCAP.\u000a\u000aTake the chance to clarify the behavior of the function.\u000a\u000aChange-Id: I54c4a1bbaa8e107cf433cc898658a672c2b53c3c\u000a",
        "date" : "2026-02-26 12:57:02 +0100",
        "id" : "c12ca53fa720bae03aad09b0750f0253af264c20",
        "msg" : "tcap: Fix return code in tcap_as_rx_sccp_asp()",
        "paths" : [
          {
            "editType" : "edit",
            "file" : "src/tcap_as_loadshare.c"
          }
        ]
      },
      {
        "_class" : "hudson.plugins.git.GitChangeSet",
        "affectedPaths" : [
          "src/tcap_as_loadshare.c"
        ],
        "commitId" : "eafd6a584e8300067b67d802080aa6fd648b0601",
        "timestamp" : 1772107048000,
        "author" : {
          "absoluteUrl" : "https://jenkins.osmocom.org/jenkins/user/pespin",
          "fullName" : "Pau Espin Pedrol"
        },
        "authorEmail" : "pespin@sysmocom.de",
        "comment" : "tcap: Lower log level failing to parse msg\u000a\u000ainvalid rx packets should be logged as NOTICED, not as ERROR.\u000a\u000aChange-Id: Idef5736ee2481260f958eece2f5a3bfc009b3d69\u000a",
        "date" : "2026-02-26 12:57:28 +0100",
        "id" : "eafd6a584e8300067b67d802080aa6fd648b0601",
        "msg" : "tcap: Lower log level failing to parse msg",
        "paths" : [
          {
            "editType" : "edit",
            "file" : "src/tcap_as_loadshare.c"
          }
        ]
      },
      {
        "_class" : "hudson.plugins.git.GitChangeSet",
        "affectedPaths" : [
          "src/sccp2sua.c",
          "src/ss7_internal.h",
          "src/tcap_as_loadshare.c"
        ],
        "commitId" : "eebe9c9ecfacd4df86b64d4f8cc78a69eb167f80",
        "timestamp" : 1772107547000,
        "author" : {
          "absoluteUrl" : "https://jenkins.osmocom.org/jenkins/user/pespin",
          "fullName" : "Pau Espin Pedrol"
        },
        "authorEmail" : "pespin@sysmocom.de",
        "comment" : "tcap: Support TID with length 1..4\u000a\u000aAs described in ITU Q.773 4.2.1.3:\u000a\"The length of a Transaction ID is 1 to 4 octets.\"\u000a\u000aasn.1 files also describe TIDs the following way:\u000aOrigTransactionID ::= [APPLICATION 8] IMPLICIT OCTET STRING (SIZE (1..4) )\u000aDestTransactionID ::=[APPLICATION 9] IMPLICIT OCTET STRING (SIZE (1..4) )\u000a\u000aTake the chance to avoid asserting based on received external input msg.\u000a\u000aRelated: SYS#5423\u000aChange-Id: I2748d85624e4be708f7554ee3e60a5bda9162845\u000a",
        "date" : "2026-02-26 13:05:47 +0100",
        "id" : "eebe9c9ecfacd4df86b64d4f8cc78a69eb167f80",
        "msg" : "tcap: Support TID with length 1..4",
        "paths" : [
          {
            "editType" : "edit",
            "file" : "src/sccp2sua.c"
          },
          {
            "editType" : "edit",
            "file" : "src/tcap_as_loadshare.c"
          },
          {
            "editType" : "edit",
            "file" : "src/ss7_internal.h"
          }
        ]
      },
      {
        "_class" : "hudson.plugins.git.GitChangeSet",
        "affectedPaths" : [
          "stp/stp_main.c"
        ],
        "commitId" : "be99b227df4f9c3083397441f862915fbb4113cb",
        "timestamp" : 1772107547000,
        "author" : {
          "absoluteUrl" : "https://jenkins.osmocom.org/jenkins/user/pespin",
          "fullName" : "Pau Espin Pedrol"
        },
        "authorEmail" : "pespin@sysmocom.de",
        "comment" : "stp: Enable tracking of NULL memory context\u000a\u000aSimilar to what's done in most of the OsmoCNI programs.\u000aThis allows dumpinng the NULL context using VTY command\u000a'show talloc-context all'.\u000a\u000aChange-Id: I4a925967e5bb61c346cf6c4dd2c89b6aaea44b94\u000a",
        "date" : "2026-02-26 13:05:47 +0100",
        "id" : "be99b227df4f9c3083397441f862915fbb4113cb",
        "msg" : "stp: Enable tracking of NULL memory context",
        "paths" : [
          {
            "editType" : "edit",
            "file" : "stp/stp_main.c"
          }
        ]
      },
      {
        "_class" : "hudson.plugins.git.GitChangeSet",
        "affectedPaths" : [
          "src/tcap_as_loadshare.c"
        ],
        "commitId" : "bc8b23742094794790a82aa30528edde10060e9a",
        "timestamp" : 1772107547000,
        "author" : {
          "absoluteUrl" : "https://jenkins.osmocom.org/jenkins/user/pespin",
          "fullName" : "Pau Espin Pedrol"
        },
        "authorEmail" : "pespin@sysmocom.de",
        "comment" : "tcap: Fix wrong address type printed in log line\u000a\u000aChange-Id: I28b0d488159d9fa88e69e8c8b2e53a97b461763a\u000a",
        "date" : "2026-02-26 13:05:47 +0100",
        "id" : "bc8b23742094794790a82aa30528edde10060e9a",
        "msg" : "tcap: Fix wrong address type printed in log line",
        "paths" : [
          {
            "editType" : "edit",
            "file" : "src/tcap_as_loadshare.c"
          }
        ]
      }
    ],
    "kind" : "git"
  },
  "culprits" : [
    {
      "absoluteUrl" : "https://jenkins.osmocom.org/jenkins/user/pespin",
      "fullName" : "Pau Espin Pedrol"
    }
  ],
  "runs" : [
    {
      "number" : 1012,
      "url" : "https://jenkins.osmocom.org/jenkins/view/master/job/master-libosmo-sigtran/WITH_MANUALS=0,WITH_TCAP=0,a3=default,a4=default,label=osmocom-master/1012/"
    },
    {
      "number" : 1012,
      "url" : "https://jenkins.osmocom.org/jenkins/view/master/job/master-libosmo-sigtran/WITH_MANUALS=1,WITH_TCAP=1,a3=default,a4=default,label=osmocom-master/1012/"
    }
  ]
}