{
  "_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" : 143817,
      "executingTimeMillis" : 143817,
      "executorUtilization" : 1.0,
      "subTaskCount" : 0,
      "waitingDurationMillis" : 7601,
      "waitingTimeMillis" : 7601
    },
    {
      
    },
    {
      "_class" : "hudson.plugins.git.util.BuildData",
      "buildsByBranchName" : {
        "origin/master" : {
          "_class" : "hudson.plugins.git.util.Build",
          "buildNumber" : 28300,
          "buildResult" : None,
          "marked" : {
            "SHA1" : "5ee02ae7f6e4dc58882298c0e7055cd79f35c93b",
            "branch" : [
              {
                "SHA1" : "5ee02ae7f6e4dc58882298c0e7055cd79f35c93b",
                "name" : "origin/master"
              }
            ]
          },
          "revision" : {
            "SHA1" : "5ee02ae7f6e4dc58882298c0e7055cd79f35c93b",
            "branch" : [
              {
                "SHA1" : "5ee02ae7f6e4dc58882298c0e7055cd79f35c93b",
                "name" : "origin/master"
              }
            ]
          }
        },
        "refs/remotes/origin/master" : {
          "_class" : "hudson.plugins.git.util.Build",
          "buildNumber" : 20229,
          "buildResult" : None,
          "marked" : {
            "SHA1" : "fc3397253054bd6bf6b11db0436bf8112e80adb1",
            "branch" : [
              {
                "SHA1" : "fc3397253054bd6bf6b11db0436bf8112e80adb1",
                "name" : "refs/remotes/origin/master"
              }
            ]
          },
          "revision" : {
            "SHA1" : "fc3397253054bd6bf6b11db0436bf8112e80adb1",
            "branch" : [
              {
                "SHA1" : "fc3397253054bd6bf6b11db0436bf8112e80adb1",
                "name" : "refs/remotes/origin/master"
              }
            ]
          }
        }
      },
      "lastBuiltRevision" : {
        "SHA1" : "5ee02ae7f6e4dc58882298c0e7055cd79f35c93b",
        "branch" : [
          {
            "SHA1" : "5ee02ae7f6e4dc58882298c0e7055cd79f35c93b",
            "name" : "origin/master"
          }
        ]
      },
      "remoteUrls" : [
        "https://gerrit.osmocom.org/osmo-bsc"
      ],
      "scmName" : ""
    },
    {
      
    },
    {
      
    },
    {
      "_class" : "org.jenkinsci.plugins.displayurlapi.actions.RunDisplayAction"
    }
  ],
  "artifacts" : [
    
  ],
  "building" : False,
  "description" : None,
  "displayName" : "#28300",
  "duration" : 143817,
  "estimatedDuration" : 162498,
  "executor" : None,
  "fullDisplayName" : "master-osmo-bsc #28300",
  "id" : "28300",
  "inProgress" : False,
  "keepLog" : False,
  "number" : 28300,
  "queueId" : 1982198,
  "result" : "SUCCESS",
  "timestamp" : 1756817287854,
  "url" : "https://jenkins.osmocom.org/jenkins/job/master-osmo-bsc/28300/",
  "builtOn" : "",
  "changeSet" : {
    "_class" : "hudson.plugins.git.GitChangeSetList",
    "items" : [
      {
        "_class" : "hudson.plugins.git.GitChangeSet",
        "affectedPaths" : [
          "src/osmo-bsc/bts.c"
        ],
        "commitId" : "5ee02ae7f6e4dc58882298c0e7055cd79f35c93b",
        "timestamp" : 1756816670000,
        "author" : {
          "absoluteUrl" : "https://jenkins.osmocom.org/jenkins/user/pespin",
          "fullName" : "Pau Espin Pedrol"
        },
        "authorEmail" : "pespin@sysmocom.de",
        "comment" : "Fix wrong list entry derreference during bts_depend_find_entry()\u000a\u000aCommit 92dc38d1c2b49efd0d4626e7ad5fb2db5ae7e5bc converted\u000abts->depends_on from bitmask to a list, but introduced an error while\u000adoing so, iterating the wrong list and hence derreferring wrong entries\u000afrom it.\u000a\u000aThis caused for instance sporadic malfunction where osmo-bsc refused a\u000aBTS from connecting with \"Dependency not full-filled\".\u000a\u000aRelated: SYS#7062\u000aRelated: SYS#7624\u000aFixes: 92dc38d1c2b49efd0d4626e7ad5fb2db5ae7e5bc\u000aChange-Id: I50c8111d71ee4493076cd2cf3d4d850fee3c0414\u000a",
        "date" : "2025-09-02 14:37:50 +0200",
        "id" : "5ee02ae7f6e4dc58882298c0e7055cd79f35c93b",
        "msg" : "Fix wrong list entry derreference during bts_depend_find_entry()",
        "paths" : [
          {
            "editType" : "edit",
            "file" : "src/osmo-bsc/bts.c"
          }
        ]
      }
    ],
    "kind" : "git"
  },
  "culprits" : [
    {
      "absoluteUrl" : "https://jenkins.osmocom.org/jenkins/user/pespin",
      "fullName" : "Pau Espin Pedrol"
    }
  ],
  "runs" : [
    {
      "number" : 28300,
      "url" : "https://jenkins.osmocom.org/jenkins/job/master-osmo-bsc/a1=default,a2=default,a3=default,a4=default,label=osmocom-master/28300/"
    }
  ]
}