{
  "_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" : 95075,
      "executingTimeMillis" : 95075,
      "executorUtilization" : 1.0,
      "subTaskCount" : 0,
      "waitingDurationMillis" : 8896,
      "waitingTimeMillis" : 8896
    },
    {
      
    },
    {
      "_class" : "hudson.plugins.git.util.BuildData",
      "buildsByBranchName" : {
        "origin/master" : {
          "_class" : "hudson.plugins.git.util.Build",
          "buildNumber" : 7871,
          "buildResult" : None,
          "marked" : {
            "SHA1" : "97ae9d8e02cfae60ad72214108e10e19311867f5",
            "branch" : [
              {
                "SHA1" : "97ae9d8e02cfae60ad72214108e10e19311867f5",
                "name" : "origin/master"
              }
            ]
          },
          "revision" : {
            "SHA1" : "97ae9d8e02cfae60ad72214108e10e19311867f5",
            "branch" : [
              {
                "SHA1" : "97ae9d8e02cfae60ad72214108e10e19311867f5",
                "name" : "origin/master"
              }
            ]
          }
        },
        "refs/remotes/origin/osmith/wip" : {
          "_class" : "hudson.plugins.git.util.Build",
          "buildNumber" : 7778,
          "buildResult" : None,
          "marked" : {
            "SHA1" : "5d36edfcb4e3a9524bc1d51621c8a40d5e516ef2",
            "branch" : [
              {
                "SHA1" : "5d36edfcb4e3a9524bc1d51621c8a40d5e516ef2",
                "name" : "refs/remotes/origin/osmith/wip"
              }
            ]
          },
          "revision" : {
            "SHA1" : "5d36edfcb4e3a9524bc1d51621c8a40d5e516ef2",
            "branch" : [
              {
                "SHA1" : "5d36edfcb4e3a9524bc1d51621c8a40d5e516ef2",
                "name" : "refs/remotes/origin/osmith/wip"
              }
            ]
          }
        },
        "refs/remotes/origin/master" : {
          "_class" : "hudson.plugins.git.util.Build",
          "buildNumber" : 5174,
          "buildResult" : None,
          "marked" : {
            "SHA1" : "13fe9ccf55a4758e3de115c0a562f8746eaeae53",
            "branch" : [
              {
                "SHA1" : "13fe9ccf55a4758e3de115c0a562f8746eaeae53",
                "name" : "refs/remotes/origin/master"
              }
            ]
          },
          "revision" : {
            "SHA1" : "13fe9ccf55a4758e3de115c0a562f8746eaeae53",
            "branch" : [
              {
                "SHA1" : "13fe9ccf55a4758e3de115c0a562f8746eaeae53",
                "name" : "refs/remotes/origin/master"
              }
            ]
          }
        }
      },
      "lastBuiltRevision" : {
        "SHA1" : "97ae9d8e02cfae60ad72214108e10e19311867f5",
        "branch" : [
          {
            "SHA1" : "97ae9d8e02cfae60ad72214108e10e19311867f5",
            "name" : "origin/master"
          }
        ]
      },
      "remoteUrls" : [
        "https://gerrit.osmocom.org/osmocom-bb"
      ],
      "scmName" : ""
    },
    {
      
    },
    {
      
    },
    {
      "_class" : "org.jenkinsci.plugins.displayurlapi.actions.RunDisplayAction"
    }
  ],
  "artifacts" : [
    
  ],
  "building" : False,
  "description" : None,
  "displayName" : "#7871",
  "duration" : 95075,
  "estimatedDuration" : 83330,
  "executor" : None,
  "fullDisplayName" : "master-osmocom-bb #7871",
  "id" : "7871",
  "inProgress" : False,
  "keepLog" : False,
  "number" : 7871,
  "queueId" : 2039970,
  "result" : "FAILURE",
  "timestamp" : 1762968609575,
  "url" : "https://jenkins.osmocom.org/jenkins/job/master-osmocom-bb/7871/",
  "builtOn" : "",
  "changeSet" : {
    "_class" : "hudson.plugins.git.GitChangeSetList",
    "items" : [
      {
        "_class" : "hudson.plugins.git.GitChangeSet",
        "affectedPaths" : [
          "src/host/layer23/src/mobile/gsm48_rr.c"
        ],
        "commitId" : "d243ca5b831b48ae204beece62b6806fccec7c9a",
        "timestamp" : 1762426188000,
        "author" : {
          "absoluteUrl" : "https://jenkins.osmocom.org/jenkins/user/aeversberg",
          "fullName" : "Andreas Eversberg"
        },
        "authorEmail" : "aeversberg@sysmocom.de",
        "comment" : "Omit all-zero octets in MS Classmark 3\u000a\u000aTS 24.008 Clause 10.5.7.1 allows us to omit all-zero octets at the end\u000aof the information element. The decoder will add them if needed.\u000a\u000aOlder specs tell us to include the supported bands, a5 bits and radio\u000acapability. Therefore we don't omit them, even if their encoded octets\u000aare all-zero.\u000a\u000aChange-Id: I3f05893e60f37f349b77fbd15a20b7708c4c3481\u000a",
        "date" : "2025-11-06 11:49:48 +0100",
        "id" : "d243ca5b831b48ae204beece62b6806fccec7c9a",
        "msg" : "Omit all-zero octets in MS Classmark 3",
        "paths" : [
          {
            "editType" : "edit",
            "file" : "src/host/layer23/src/mobile/gsm48_rr.c"
          }
        ]
      },
      {
        "_class" : "hudson.plugins.git.GitChangeSet",
        "affectedPaths" : [
          "src/target/firmware/apps/rssi/main.c"
        ],
        "commitId" : "8f3fb98fe19aa38851613e6a0fbb963f3551a34e",
        "timestamp" : 1762771442000,
        "author" : {
          "absoluteUrl" : "https://jenkins.osmocom.org/jenkins/user/aeversberg",
          "fullName" : "Andreas Eversberg"
        },
        "authorEmail" : "aeversberg@sysmocom.de",
        "comment" : "RSSI app: Use correct BSIC for RACH bursts\u000a\u000aA regular RACH burst uses the BSIC of the cell. A 'UIC' (uplink identity\u000acode) value is used for ASCI group calls. The value 0xff disables 'UIC'.\u000a\u000aFixes: 23d46f003 (\"ASCI: Add UIC support to random access burst\")\u000a\u000aChange-Id: I63ed20160d9d45cbc3f70cec8b1c0af262fdde19\u000a",
        "date" : "2025-11-10 11:44:02 +0100",
        "id" : "8f3fb98fe19aa38851613e6a0fbb963f3551a34e",
        "msg" : "RSSI app: Use correct BSIC for RACH bursts",
        "paths" : [
          {
            "editType" : "edit",
            "file" : "src/target/firmware/apps/rssi/main.c"
          }
        ]
      },
      {
        "_class" : "hudson.plugins.git.GitChangeSet",
        "affectedPaths" : [
          "src/shared/libosmocore/src/gsm/gsm_utils.c"
        ],
        "commitId" : "97ae9d8e02cfae60ad72214108e10e19311867f5",
        "timestamp" : 1762780840000,
        "author" : {
          "absoluteUrl" : "https://jenkins.osmocom.org/jenkins/user/aeversberg",
          "fullName" : "Andreas Eversberg"
        },
        "authorEmail" : "aeversberg@sysmocom.de",
        "comment" : "gsm/gsm_utils: Support the ER-GSM band (ARFCN 940..954)\u000a\u000aBackport from libosmocore.git commit 28973f0d29\u000a\u000aChange-Id: I2fbddc523e72c6d6134e8a9d8132ad58266ce0db\u000a",
        "date" : "2025-11-10 14:20:40 +0100",
        "id" : "97ae9d8e02cfae60ad72214108e10e19311867f5",
        "msg" : "gsm/gsm_utils: Support the ER-GSM band (ARFCN 940..954)",
        "paths" : [
          {
            "editType" : "edit",
            "file" : "src/shared/libosmocore/src/gsm/gsm_utils.c"
          }
        ]
      }
    ],
    "kind" : "git"
  },
  "culprits" : [
    {
      "absoluteUrl" : "https://jenkins.osmocom.org/jenkins/user/aeversberg",
      "fullName" : "Andreas Eversberg"
    }
  ],
  "runs" : [
    {
      "number" : 7871,
      "url" : "https://jenkins.osmocom.org/jenkins/job/master-osmocom-bb/a1=default,a2=default,a3=default,a4=default,label=osmocom-master/7871/"
    }
  ]
}