{
  "_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" : 208399,
      "executingTimeMillis" : 208399,
      "executorUtilization" : 1.0,
      "subTaskCount" : 0,
      "waitingDurationMillis" : 6016,
      "waitingTimeMillis" : 6016
    },
    {
      
    },
    {
      "_class" : "hudson.plugins.git.util.BuildData",
      "buildsByBranchName" : {
        "origin/master" : {
          "_class" : "hudson.plugins.git.util.Build",
          "buildNumber" : 8957,
          "buildResult" : None,
          "marked" : {
            "SHA1" : "2f401c2d623de0e196d085580225ad4c3595c55f",
            "branch" : [
              {
                "SHA1" : "2f401c2d623de0e196d085580225ad4c3595c55f",
                "name" : "origin/master"
              }
            ]
          },
          "revision" : {
            "SHA1" : "2f401c2d623de0e196d085580225ad4c3595c55f",
            "branch" : [
              {
                "SHA1" : "2f401c2d623de0e196d085580225ad4c3595c55f",
                "name" : "origin/master"
              }
            ]
          }
        },
        "refs/remotes/origin/osmith/wip" : {
          "_class" : "hudson.plugins.git.util.Build",
          "buildNumber" : 7223,
          "buildResult" : None,
          "marked" : {
            "SHA1" : "098a5b4c7fb388d72b4e47341d99e59c00436bbf",
            "branch" : [
              {
                "SHA1" : "098a5b4c7fb388d72b4e47341d99e59c00436bbf",
                "name" : "refs/remotes/origin/osmith/wip"
              }
            ]
          },
          "revision" : {
            "SHA1" : "098a5b4c7fb388d72b4e47341d99e59c00436bbf",
            "branch" : [
              {
                "SHA1" : "098a5b4c7fb388d72b4e47341d99e59c00436bbf",
                "name" : "refs/remotes/origin/osmith/wip"
              }
            ]
          }
        },
        "refs/remotes/origin/master" : {
          "_class" : "hudson.plugins.git.util.Build",
          "buildNumber" : 4923,
          "buildResult" : None,
          "marked" : {
            "SHA1" : "ac726b1147a34b99b68776ecc2e36cdc2b09f4f8",
            "branch" : [
              {
                "SHA1" : "ac726b1147a34b99b68776ecc2e36cdc2b09f4f8",
                "name" : "refs/remotes/origin/master"
              }
            ]
          },
          "revision" : {
            "SHA1" : "ac726b1147a34b99b68776ecc2e36cdc2b09f4f8",
            "branch" : [
              {
                "SHA1" : "ac726b1147a34b99b68776ecc2e36cdc2b09f4f8",
                "name" : "refs/remotes/origin/master"
              }
            ]
          }
        }
      },
      "lastBuiltRevision" : {
        "SHA1" : "2f401c2d623de0e196d085580225ad4c3595c55f",
        "branch" : [
          {
            "SHA1" : "2f401c2d623de0e196d085580225ad4c3595c55f",
            "name" : "origin/master"
          }
        ]
      },
      "remoteUrls" : [
        "https://gerrit.osmocom.org/osmo-trx"
      ],
      "scmName" : ""
    },
    {
      
    },
    {
      
    },
    {
      "_class" : "org.jenkinsci.plugins.displayurlapi.actions.RunDisplayAction"
    }
  ],
  "artifacts" : [
    
  ],
  "building" : False,
  "description" : None,
  "displayName" : "#8957",
  "duration" : 208399,
  "estimatedDuration" : 188772,
  "executor" : None,
  "fullDisplayName" : "master-osmo-trx #8957",
  "id" : "8957",
  "inProgress" : False,
  "keepLog" : False,
  "number" : 8957,
  "queueId" : 47792,
  "result" : "SUCCESS",
  "timestamp" : 1772435767277,
  "url" : "https://jenkins.osmocom.org/jenkins/view/Jenkins-Gerrit/job/master-osmo-trx/8957/",
  "builtOn" : "",
  "changeSet" : {
    "_class" : "hudson.plugins.git.GitChangeSetList",
    "items" : [
      {
        "_class" : "hudson.plugins.git.GitChangeSet",
        "affectedPaths" : [
          ".checkpatch.conf",
          ".checkpatch.c++.conf",
          ".checkpatch.c.conf"
        ],
        "commitId" : "2f401c2d623de0e196d085580225ad4c3595c55f",
        "timestamp" : 1772107860000,
        "author" : {
          "absoluteUrl" : "https://jenkins.osmocom.org/jenkins/user/osmith",
          "fullName" : "Oliver Smith"
        },
        "authorEmail" : "osmith@sysmocom.de",
        "comment" : "checkpatch.conf: lint more code\u000a\u000aThe current linter configuration misses to find lots of formatting\u000aerrors as we've seen here:\u000ahttps://gerrit.osmocom.org/c/osmo-trx/+/42198/comments/f8f1b5a2_3c7e1389\u000a\u000aThis is caused by the following exclude rules in .checkpatch.conf, which\u000awere added there to avoid that some of the checkpatch rules don't work\u000acorrectly with C++ code:\u000a\u000a  ---exclude .*h\u000a  ---exclude Transceiver52M/grgsm_vitac/.*\u000a  ---exclude utils/va-test/.*\u000a\u000aFix this by splitting the .checkpatch.conf into two files,\u000a.checkpatch.c.conf and .checkpatch.c++.conf. Let the C version use the\u000adefault rules. Let the C++ version ignore the rules that don't work with\u000aC++ code:\u000a\u000a* SPACING\u000a  Fails on:\u000a    std::vector<std::string>\u000a  With:\u000a    ERROR:SPACING: spaces required around that '<' (ctx:VxV)\u000a    ERROR:SPACING: spaces required around that '>' (ctx:VxW)\u000a\u000a* FUNCTION_ARGUMENTS\u000a  Fails on:\u000a    ScopedLock lock(mLock);\u000a  With:\u000a    WARNING:FUNCTION_ARGUMENTS: function definition argument 'mLock' should also have an identifier name\u000a\u000a* INDENTED_LABEL\u000a  Fails on:\u000a    private:\u000a    protected:\u000a  With:\u000a    WARNING:INDENTED_LABEL: labels should not be indented\u000a\u000a* NEW_TYPEDEFS\u000a  Fails on:\u000a    typedef std::map<K,D*> Map;\u000a  With:\u000a    WARNING:NEW_TYPEDEFS: do not add new typedefs\u000a\u000aWith the new config, the linter only complains about the following\u000athings across the existing C++ code, which seem to be legitimate linting\u000aproblems (and if not, can be ignored as well):\u000a\u000a  BRACES_NOT_NECESSARY, CODE_INDENT, LEADING_SPACE,\u000a  MULTISTATEMENT_MACRO_USE_DO_WHILE, OPEN_BRACE, POINTER_LOCATION,\u000a  PRINTF_I_OSMO, SINGLE_STATEMENT_DO_WHILE_MACRO, SPACE_BEFORE_TAB,\u000a  STATIC_CONST_CHAR_ARRAY, TABSTOP, TRAILING_WHITESPACE\u000a\u000aDepends: osmo-ci Ia2e75d9783382cefc3900a4ab51a5a919a2cbbbc\u000aChange-Id: I0df5b6f2f0bf1469a80a1f5859809c30f523f683\u000a",
        "date" : "2026-02-26 13:11:00 +0100",
        "id" : "2f401c2d623de0e196d085580225ad4c3595c55f",
        "msg" : "checkpatch.conf: lint more code",
        "paths" : [
          {
            "editType" : "add",
            "file" : ".checkpatch.c++.conf"
          },
          {
            "editType" : "delete",
            "file" : ".checkpatch.conf"
          },
          {
            "editType" : "add",
            "file" : ".checkpatch.c.conf"
          }
        ]
      }
    ],
    "kind" : "git"
  },
  "culprits" : [
    {
      "absoluteUrl" : "https://jenkins.osmocom.org/jenkins/user/osmith",
      "fullName" : "Oliver Smith"
    }
  ],
  "runs" : [
    {
      "number" : 8957,
      "url" : "https://jenkins.osmocom.org/jenkins/view/Jenkins-Gerrit/job/master-osmo-trx/INSTR=--with-neon,WITH_MANUALS=0,a3=default,a4=default,label=raspbian/8957/"
    },
    {
      "number" : 8957,
      "url" : "https://jenkins.osmocom.org/jenkins/view/Jenkins-Gerrit/job/master-osmo-trx/INSTR=--with-neon-vfpv4,WITH_MANUALS=0,a3=default,a4=default,label=raspbian/8957/"
    },
    {
      "number" : 8957,
      "url" : "https://jenkins.osmocom.org/jenkins/view/Jenkins-Gerrit/job/master-osmo-trx/INSTR=--with-sse,WITH_MANUALS=0,a3=default,a4=default,label=osmocom-master/8957/"
    },
    {
      "number" : 8957,
      "url" : "https://jenkins.osmocom.org/jenkins/view/Jenkins-Gerrit/job/master-osmo-trx/INSTR=--without-sse,WITH_MANUALS=1,a3=default,a4=default,label=osmocom-master/8957/"
    }
  ]
}