{
  "_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" : 294496,
      "executingTimeMillis" : 294496,
      "executorUtilization" : 1.0,
      "subTaskCount" : 0,
      "waitingDurationMillis" : 6258,
      "waitingTimeMillis" : 6258
    },
    {
      
    },
    {
      "_class" : "hudson.plugins.git.util.BuildData",
      "buildsByBranchName" : {
        "origin/master" : {
          "_class" : "hudson.plugins.git.util.Build",
          "buildNumber" : 7599,
          "buildResult" : None,
          "marked" : {
            "SHA1" : "0273b8967041285cd61f9d4bb2f16b282d86d142",
            "branch" : [
              {
                "SHA1" : "0273b8967041285cd61f9d4bb2f16b282d86d142",
                "name" : "origin/master"
              }
            ]
          },
          "revision" : {
            "SHA1" : "0273b8967041285cd61f9d4bb2f16b282d86d142",
            "branch" : [
              {
                "SHA1" : "0273b8967041285cd61f9d4bb2f16b282d86d142",
                "name" : "origin/master"
              }
            ]
          }
        },
        "refs/remotes/origin/master" : {
          "_class" : "hudson.plugins.git.util.Build",
          "buildNumber" : 5385,
          "buildResult" : None,
          "marked" : {
            "SHA1" : "d1058b9445692e4ba7a540d478c72874dd754a47",
            "branch" : [
              {
                "SHA1" : "d1058b9445692e4ba7a540d478c72874dd754a47",
                "name" : "refs/remotes/origin/master"
              }
            ]
          },
          "revision" : {
            "SHA1" : "d1058b9445692e4ba7a540d478c72874dd754a47",
            "branch" : [
              {
                "SHA1" : "d1058b9445692e4ba7a540d478c72874dd754a47",
                "name" : "refs/remotes/origin/master"
              }
            ]
          }
        }
      },
      "lastBuiltRevision" : {
        "SHA1" : "0273b8967041285cd61f9d4bb2f16b282d86d142",
        "branch" : [
          {
            "SHA1" : "0273b8967041285cd61f9d4bb2f16b282d86d142",
            "name" : "origin/master"
          }
        ]
      },
      "remoteUrls" : [
        "https://gerrit.osmocom.org/osmo-pcu"
      ],
      "scmName" : ""
    },
    {
      
    },
    {
      
    },
    {
      "_class" : "org.jenkinsci.plugins.displayurlapi.actions.RunDisplayAction"
    }
  ],
  "artifacts" : [
    
  ],
  "building" : False,
  "description" : None,
  "displayName" : "#7599",
  "duration" : 294496,
  "estimatedDuration" : 265762,
  "executor" : None,
  "fullDisplayName" : "master-osmo-pcu #7599",
  "id" : "7599",
  "inProgress" : False,
  "keepLog" : False,
  "number" : 7599,
  "queueId" : 1970063,
  "result" : "SUCCESS",
  "timestamp" : 1755590646529,
  "url" : "https://jenkins.osmocom.org/jenkins/view/SDR/job/master-osmo-pcu/7599/",
  "builtOn" : "",
  "changeSet" : {
    "_class" : "hudson.plugins.git.GitChangeSetList",
    "items" : [
      {
        "_class" : "hudson.plugins.git.GitChangeSet",
        "affectedPaths" : [
          "src/llc.c",
          "src/llc.h"
        ],
        "commitId" : "deeb2194ea16fb9dce6edf4033386899ff0fed14",
        "timestamp" : 1755520820000,
        "author" : {
          "absoluteUrl" : "https://jenkins.osmocom.org/jenkins/user/pespin",
          "fullName" : "Pau Espin Pedrol"
        },
        "authorEmail" : "pespin@sysmocom.de",
        "comment" : "llc_queue_merge_prepend(): constify readonly ptr param\u000a\u000aChange-Id: Ib96bc75535fff94f1d953e37d217a6f954de8ada\u000a",
        "date" : "2025-08-18 14:40:20 +0200",
        "id" : "deeb2194ea16fb9dce6edf4033386899ff0fed14",
        "msg" : "llc_queue_merge_prepend(): constify readonly ptr param",
        "paths" : [
          {
            "editType" : "edit",
            "file" : "src/llc.c"
          },
          {
            "editType" : "edit",
            "file" : "src/llc.h"
          }
        ]
      },
      {
        "_class" : "hudson.plugins.git.GitChangeSet",
        "affectedPaths" : [
          "src/llc.c",
          "tests/llc/LlcTest.cpp",
          "src/gprs_ms.c",
          "src/llc.h"
        ],
        "commitId" : "0273b8967041285cd61f9d4bb2f16b282d86d142",
        "timestamp" : 1755520933000,
        "author" : {
          "absoluteUrl" : "https://jenkins.osmocom.org/jenkins/user/pespin",
          "fullName" : "Pau Espin Pedrol"
        },
        "authorEmail" : "pespin@sysmocom.de",
        "comment" : "llc_queue: Store MetaInfo in msgb headroom instead of cb[]\u000a\u000a\"sizeof(*meta_storage) <= sizeof(llc_msg->cb)\" assert fails on debian 13\u000aarmv7l.\u000aSince struct MetaInfo cannot always fit inside msgb->cb, move the struct\u000aMetaInfo into the headroom of the msgb.\u000a\u000aRelated: OS#6831\u000aChange-Id: I98d966c257d50d3b2fc326dce85ead5591acf51f\u000a",
        "date" : "2025-08-18 14:42:13 +0200",
        "id" : "0273b8967041285cd61f9d4bb2f16b282d86d142",
        "msg" : "llc_queue: Store MetaInfo in msgb headroom instead of cb[]",
        "paths" : [
          {
            "editType" : "edit",
            "file" : "src/gprs_ms.c"
          },
          {
            "editType" : "edit",
            "file" : "src/llc.h"
          },
          {
            "editType" : "edit",
            "file" : "src/llc.c"
          },
          {
            "editType" : "edit",
            "file" : "tests/llc/LlcTest.cpp"
          }
        ]
      }
    ],
    "kind" : "git"
  },
  "culprits" : [
    {
      "absoluteUrl" : "https://jenkins.osmocom.org/jenkins/user/pespin",
      "fullName" : "Pau Espin Pedrol"
    }
  ],
  "runs" : [
    {
      "number" : 7599,
      "url" : "https://jenkins.osmocom.org/jenkins/view/SDR/job/master-osmo-pcu/FIRMWARE_VERSION=master,WITH_MANUALS=0,label=osmocom-master,with_dsp=lc15,with_vty=True/7599/"
    },
    {
      "number" : 7599,
      "url" : "https://jenkins.osmocom.org/jenkins/view/SDR/job/master-osmo-pcu/FIRMWARE_VERSION=master,WITH_MANUALS=0,label=osmocom-master,with_dsp=sysmo,with_vty=True/7599/"
    },
    {
      "number" : 7599,
      "url" : "https://jenkins.osmocom.org/jenkins/view/SDR/job/master-osmo-pcu/FIRMWARE_VERSION=master,WITH_MANUALS=0,label=raspbian,with_dsp=none,with_vty=False/7599/"
    },
    {
      "number" : 7599,
      "url" : "https://jenkins.osmocom.org/jenkins/view/SDR/job/master-osmo-pcu/FIRMWARE_VERSION=master,WITH_MANUALS=1,label=osmocom-master,with_dsp=none,with_vty=False/7599/"
    },
    {
      "number" : 7599,
      "url" : "https://jenkins.osmocom.org/jenkins/view/SDR/job/master-osmo-pcu/FIRMWARE_VERSION=origin%2Fnrw%2Flitecell15,WITH_MANUALS=0,label=osmocom-master,with_dsp=lc15,with_vty=True/7599/"
    },
    {
      "number" : 7599,
      "url" : "https://jenkins.osmocom.org/jenkins/view/SDR/job/master-osmo-pcu/FIRMWARE_VERSION=v2017.01,WITH_MANUALS=0,label=osmocom-master,with_dsp=lc15,with_vty=True/7599/"
    }
  ]
}