{
  "_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" : 368614,
      "executingTimeMillis" : 368614,
      "executorUtilization" : 1.0,
      "subTaskCount" : 0,
      "waitingDurationMillis" : 7318,
      "waitingTimeMillis" : 7318
    },
    {
      
    },
    {
      "_class" : "hudson.plugins.git.util.BuildData",
      "buildsByBranchName" : {
        "origin/master" : {
          "_class" : "hudson.plugins.git.util.Build",
          "buildNumber" : 7913,
          "buildResult" : None,
          "marked" : {
            "SHA1" : "e96eb3a57af8dfc8579a1a720a8652af7d489763",
            "branch" : [
              {
                "SHA1" : "e96eb3a57af8dfc8579a1a720a8652af7d489763",
                "name" : "origin/master"
              }
            ]
          },
          "revision" : {
            "SHA1" : "e96eb3a57af8dfc8579a1a720a8652af7d489763",
            "branch" : [
              {
                "SHA1" : "e96eb3a57af8dfc8579a1a720a8652af7d489763",
                "name" : "origin/master"
              }
            ]
          }
        },
        "refs/remotes/origin/osmith/wip" : {
          "_class" : "hudson.plugins.git.util.Build",
          "buildNumber" : 7687,
          "buildResult" : None,
          "marked" : {
            "SHA1" : "e3e97448e8c740d5e65df27d8adaf9e2da4218fe",
            "branch" : [
              {
                "SHA1" : "e3e97448e8c740d5e65df27d8adaf9e2da4218fe",
                "name" : "refs/remotes/origin/osmith/wip"
              }
            ]
          },
          "revision" : {
            "SHA1" : "e3e97448e8c740d5e65df27d8adaf9e2da4218fe",
            "branch" : [
              {
                "SHA1" : "e3e97448e8c740d5e65df27d8adaf9e2da4218fe",
                "name" : "refs/remotes/origin/osmith/wip"
              }
            ]
          }
        },
        "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" : "e96eb3a57af8dfc8579a1a720a8652af7d489763",
        "branch" : [
          {
            "SHA1" : "e96eb3a57af8dfc8579a1a720a8652af7d489763",
            "name" : "origin/master"
          }
        ]
      },
      "remoteUrls" : [
        "https://gerrit.osmocom.org/osmo-pcu"
      ],
      "scmName" : ""
    },
    {
      
    },
    {
      
    },
    {
      "_class" : "org.jenkinsci.plugins.displayurlapi.actions.RunDisplayAction"
    }
  ],
  "artifacts" : [
    
  ],
  "building" : False,
  "description" : None,
  "displayName" : "#7913",
  "duration" : 368614,
  "estimatedDuration" : 337517,
  "executor" : None,
  "fullDisplayName" : "master-osmo-pcu #7913",
  "id" : "7913",
  "inProgress" : False,
  "keepLog" : False,
  "number" : 7913,
  "queueId" : 7895,
  "result" : "SUCCESS",
  "timestamp" : 1768914547490,
  "url" : "https://jenkins.osmocom.org/jenkins/job/master-osmo-pcu/7913/",
  "builtOn" : "",
  "changeSet" : {
    "_class" : "hudson.plugins.git.GitChangeSetList",
    "items" : [
      {
        "_class" : "hudson.plugins.git.GitChangeSet",
        "affectedPaths" : [
          "src/csn1.h"
        ],
        "commitId" : "e96eb3a57af8dfc8579a1a720a8652af7d489763",
        "timestamp" : 1768913701000,
        "author" : {
          "absoluteUrl" : "https://jenkins.osmocom.org/jenkins/user/pespin",
          "fullName" : "Pau Espin Pedrol"
        },
        "authorEmail" : "pespin@sysmocom.de",
        "comment" : "csn1.h: Fix missing include stddef.h for offsetof()\u000a\u000aFixes following compiler error:\u000a\"\"\"\u000aIn file included from /osmo-pcu/src/gsm_rlcmac.c:32:\u000a/osmo-pcu/src/csn1.h:310:32: error: implicit declaration of function 'offsetof' [-Wimplicit-function-declaration]\u000a  310 |         {CSN_UINT, _BITS, {0}, offsetof(_STRUCT, _MEMBER), FALSE, #_MEMBER, 0, NULL}\u000a      |                                ^~~~~~~~\u000a/osmo-pcu/src/gsm_rlcmac.c:43:3: note: in expansion of macro 'M_UINT'\u000a   43 |   M_UINT       (PLMN_t,  MCC2,  4),\u000a      |   ^~~~~~\u000a/osmo-pcu/src/gsm_rlcmac.c:38:1: note: 'offsetof' is defined in header '<stddef.h>'; this is probably fixable by adding '#include <stddef.h>'\u000a   37 | #include <gprs_debug.h>\u000a  +++ |+#include <stddef.h>\u000a\"\"\"\u000a\u000aChange-Id: I3ddd10dd67e7850ace36ac996598cbfd4bbaa40e\u000a",
        "date" : "2026-01-20 13:55:01 +0100",
        "id" : "e96eb3a57af8dfc8579a1a720a8652af7d489763",
        "msg" : "csn1.h: Fix missing include stddef.h for offsetof()",
        "paths" : [
          {
            "editType" : "edit",
            "file" : "src/csn1.h"
          }
        ]
      }
    ],
    "kind" : "git"
  },
  "culprits" : [
    {
      "absoluteUrl" : "https://jenkins.osmocom.org/jenkins/user/pespin",
      "fullName" : "Pau Espin Pedrol"
    }
  ],
  "runs" : [
    {
      "number" : 7913,
      "url" : "https://jenkins.osmocom.org/jenkins/job/master-osmo-pcu/FIRMWARE_VERSION=master,WITH_MANUALS=0,label=osmocom-master,with_dsp=lc15,with_vty=True/7913/"
    },
    {
      "number" : 7913,
      "url" : "https://jenkins.osmocom.org/jenkins/job/master-osmo-pcu/FIRMWARE_VERSION=master,WITH_MANUALS=0,label=osmocom-master,with_dsp=sysmo,with_vty=True/7913/"
    },
    {
      "number" : 7913,
      "url" : "https://jenkins.osmocom.org/jenkins/job/master-osmo-pcu/FIRMWARE_VERSION=master,WITH_MANUALS=0,label=raspbian,with_dsp=none,with_vty=False/7913/"
    },
    {
      "number" : 7913,
      "url" : "https://jenkins.osmocom.org/jenkins/job/master-osmo-pcu/FIRMWARE_VERSION=master,WITH_MANUALS=1,label=osmocom-master,with_dsp=none,with_vty=False/7913/"
    },
    {
      "number" : 7913,
      "url" : "https://jenkins.osmocom.org/jenkins/job/master-osmo-pcu/FIRMWARE_VERSION=origin%2Fnrw%2Flitecell15,WITH_MANUALS=0,label=osmocom-master,with_dsp=lc15,with_vty=True/7913/"
    },
    {
      "number" : 7913,
      "url" : "https://jenkins.osmocom.org/jenkins/job/master-osmo-pcu/FIRMWARE_VERSION=v2017.01,WITH_MANUALS=0,label=osmocom-master,with_dsp=lc15,with_vty=True/7913/"
    }
  ]
}