{
  "_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" : 148129,
      "executingTimeMillis" : 148129,
      "executorUtilization" : 1.0,
      "subTaskCount" : 0,
      "waitingDurationMillis" : 6127,
      "waitingTimeMillis" : 6127
    },
    {
      
    },
    {
      "_class" : "hudson.plugins.git.util.BuildData",
      "buildsByBranchName" : {
        "origin/master" : {
          "_class" : "hudson.plugins.git.util.Build",
          "buildNumber" : 29439,
          "buildResult" : null,
          "marked" : {
            "SHA1" : "a1fe2b42bac14f696b42fc4dc7d841addda5c14a",
            "branch" : [
              {
                "SHA1" : "a1fe2b42bac14f696b42fc4dc7d841addda5c14a",
                "name" : "origin/master"
              }
            ]
          },
          "revision" : {
            "SHA1" : "a1fe2b42bac14f696b42fc4dc7d841addda5c14a",
            "branch" : [
              {
                "SHA1" : "a1fe2b42bac14f696b42fc4dc7d841addda5c14a",
                "name" : "origin/master"
              }
            ]
          }
        },
        "refs/remotes/origin/master" : {
          "_class" : "hudson.plugins.git.util.Build",
          "buildNumber" : 20229,
          "buildResult" : null,
          "marked" : {
            "SHA1" : "fc3397253054bd6bf6b11db0436bf8112e80adb1",
            "branch" : [
              {
                "SHA1" : "fc3397253054bd6bf6b11db0436bf8112e80adb1",
                "name" : "refs/remotes/origin/master"
              }
            ]
          },
          "revision" : {
            "SHA1" : "fc3397253054bd6bf6b11db0436bf8112e80adb1",
            "branch" : [
              {
                "SHA1" : "fc3397253054bd6bf6b11db0436bf8112e80adb1",
                "name" : "refs/remotes/origin/master"
              }
            ]
          }
        }
      },
      "lastBuiltRevision" : {
        "SHA1" : "a1fe2b42bac14f696b42fc4dc7d841addda5c14a",
        "branch" : [
          {
            "SHA1" : "a1fe2b42bac14f696b42fc4dc7d841addda5c14a",
            "name" : "origin/master"
          }
        ]
      },
      "remoteUrls" : [
        "https://gerrit.osmocom.org/osmo-bsc"
      ],
      "scmName" : ""
    },
    {
      
    },
    {
      
    },
    {
      "_class" : "org.jenkinsci.plugins.displayurlapi.actions.RunDisplayAction"
    }
  ],
  "artifacts" : [
    
  ],
  "building" : false,
  "description" : null,
  "displayName" : "#29439",
  "duration" : 148129,
  "estimatedDuration" : 144237,
  "executor" : null,
  "fullDisplayName" : "master-osmo-bsc #29439",
  "id" : "29439",
  "inProgress" : false,
  "keepLog" : false,
  "number" : 29439,
  "queueId" : 87023,
  "result" : "SUCCESS",
  "timestamp" : 1776033487053,
  "url" : "https://jenkins.osmocom.org/jenkins/view/Jenkins-Gerrit/job/master-osmo-bsc/29439/",
  "builtOn" : "",
  "changeSet" : {
    "_class" : "hudson.plugins.git.GitChangeSetList",
    "items" : [
      {
        "_class" : "hudson.plugins.git.GitChangeSet",
        "affectedPaths" : [
          "src/osmo-bsc/handover_fsm.c"
        ],
        "commitId" : "d4f141044d144afa25014c79f1449a75deeff5d0",
        "timestamp" : 1775688676000,
        "author" : {
          "absoluteUrl" : "https://jenkins.osmocom.org/jenkins/user/fixeria",
          "fullName" : "Vadim Yanitskiy"
        },
        "authorEmail" : "vyanitskiy@sysmocom.de",
        "comment" : "handover_fsm: send_handover_performed(): check lchan != NULL\u000a\u000aThe target lchan is expected to be valid on HO_RESULT_OK, but it's\u000astill safer to check it against NULL before dereferencing.\u000a\u000aChange-Id: Iee734c98dc79681808e7d75360c208a941cc6821\u000aRelated: 107391d8c (\"handover_fsm: fix send_handover_performed() using wrong lchan\")\u000a",
        "date" : "2026-04-09 05:51:16 +0700",
        "id" : "d4f141044d144afa25014c79f1449a75deeff5d0",
        "msg" : "handover_fsm: send_handover_performed(): check lchan != NULL",
        "paths" : [
          {
            "editType" : "edit",
            "file" : "src/osmo-bsc/handover_fsm.c"
          }
        ]
      },
      {
        "_class" : "hudson.plugins.git.GitChangeSet",
        "affectedPaths" : [
          "src/osmo-bsc/assignment_fsm.c"
        ],
        "commitId" : "a1fe2b42bac14f696b42fc4dc7d841addda5c14a",
        "timestamp" : 1775688692000,
        "author" : {
          "absoluteUrl" : "https://jenkins.osmocom.org/jenkins/user/fixeria",
          "fullName" : "Vadim Yanitskiy"
        },
        "authorEmail" : "vyanitskiy@sysmocom.de",
        "comment" : "assignment_fsm: ipacc_chan_mode_supported(): log unsupported chan_mode\u000a\u000aChange-Id: I1718994e25ff1349618bdb4660afbe735c5c3977\u000aRelated: aa959d74f (\"assignment_fsm: check ipaccess channel mode support\")\u000a",
        "date" : "2026-04-09 05:51:32 +0700",
        "id" : "a1fe2b42bac14f696b42fc4dc7d841addda5c14a",
        "msg" : "assignment_fsm: ipacc_chan_mode_supported(): log unsupported chan_mode",
        "paths" : [
          {
            "editType" : "edit",
            "file" : "src/osmo-bsc/assignment_fsm.c"
          }
        ]
      }
    ],
    "kind" : "git"
  },
  "culprits" : [
    {
      "absoluteUrl" : "https://jenkins.osmocom.org/jenkins/user/fixeria",
      "fullName" : "Vadim Yanitskiy"
    }
  ],
  "runs" : [
    {
      "number" : 29439,
      "url" : "https://jenkins.osmocom.org/jenkins/view/Jenkins-Gerrit/job/master-osmo-bsc/a1=default,a2=default,a3=default,a4=default,label=osmocom-master/29439/"
    }
  ]
}