{
  "_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" : "OSMO_BRANCH_CI",
          "value" : "master"
        },
        {
          "_class" : "hudson.model.StringParameterValue",
          "name" : "OSMO_BRANCH_DOCKER_PLAYGROUND",
          "value" : "master"
        }
      ]
    },
    {
      "_class" : "jenkins.metrics.impl.TimeInQueueAction",
      "blockedDurationMillis" : 0,
      "blockedTimeMillis" : 0,
      "buildableDurationMillis" : 0,
      "buildableTimeMillis" : 0,
      "buildingDurationMillis" : 227640,
      "executingTimeMillis" : 227640,
      "executorUtilization" : 1.0,
      "subTaskCount" : 0,
      "waitingDurationMillis" : 5530,
      "waitingTimeMillis" : 5530
    },
    {
      "_class" : "hudson.plugins.git.util.BuildData",
      "buildsByBranchName" : {
        "origin/master" : {
          "_class" : "hudson.plugins.git.util.Build",
          "buildNumber" : 3390,
          "buildResult" : None,
          "marked" : {
            "SHA1" : "8c48379482e30b13b719994c3d71e2cc91d21ca6",
            "branch" : [
              {
                "SHA1" : "8c48379482e30b13b719994c3d71e2cc91d21ca6",
                "name" : "origin/master"
              }
            ]
          },
          "revision" : {
            "SHA1" : "8c48379482e30b13b719994c3d71e2cc91d21ca6",
            "branch" : [
              {
                "SHA1" : "8c48379482e30b13b719994c3d71e2cc91d21ca6",
                "name" : "origin/master"
              }
            ]
          }
        },
        "refs/remotes/origin/osmith/wip" : {
          "_class" : "hudson.plugins.git.util.Build",
          "buildNumber" : 3080,
          "buildResult" : None,
          "marked" : {
            "SHA1" : "15a6a0248248eff25d376c44fd8da52e9e931562",
            "branch" : [
              {
                "SHA1" : "15a6a0248248eff25d376c44fd8da52e9e931562",
                "name" : "refs/remotes/origin/osmith/wip"
              }
            ]
          },
          "revision" : {
            "SHA1" : "15a6a0248248eff25d376c44fd8da52e9e931562",
            "branch" : [
              {
                "SHA1" : "15a6a0248248eff25d376c44fd8da52e9e931562",
                "name" : "refs/remotes/origin/osmith/wip"
              }
            ]
          }
        },
        "refs/remotes/origin/master" : {
          "_class" : "hudson.plugins.git.util.Build",
          "buildNumber" : 1737,
          "buildResult" : None,
          "marked" : {
            "SHA1" : "1f34184198d4ed07b30d8cdc96f6d0930843c5ed",
            "branch" : [
              {
                "SHA1" : "1f34184198d4ed07b30d8cdc96f6d0930843c5ed",
                "name" : "refs/remotes/origin/master"
              }
            ]
          },
          "revision" : {
            "SHA1" : "1f34184198d4ed07b30d8cdc96f6d0930843c5ed",
            "branch" : [
              {
                "SHA1" : "1f34184198d4ed07b30d8cdc96f6d0930843c5ed",
                "name" : "refs/remotes/origin/master"
              }
            ]
          }
        }
      },
      "lastBuiltRevision" : {
        "SHA1" : "8c48379482e30b13b719994c3d71e2cc91d21ca6",
        "branch" : [
          {
            "SHA1" : "8c48379482e30b13b719994c3d71e2cc91d21ca6",
            "name" : "origin/master"
          }
        ]
      },
      "remoteUrls" : [
        "https://gerrit.osmocom.org/osmo-ci"
      ],
      "scmName" : ""
    },
    {
      
    },
    {
      
    },
    {
      
    },
    {
      "_class" : "org.jenkinsci.plugins.displayurlapi.actions.RunDisplayAction"
    }
  ],
  "artifacts" : [
    
  ],
  "building" : False,
  "description" : None,
  "displayName" : "#3390",
  "duration" : 227640,
  "estimatedDuration" : 212489,
  "executor" : None,
  "fullDisplayName" : "update-osmo-ci-on-slaves #3390",
  "id" : "3390",
  "inProgress" : False,
  "keepLog" : False,
  "number" : 3390,
  "queueId" : 110782,
  "result" : "SUCCESS",
  "timestamp" : 1778053446637,
  "url" : "https://jenkins.osmocom.org/jenkins/view/all/job/update-osmo-ci-on-slaves/3390/",
  "builtOn" : "",
  "changeSet" : {
    "_class" : "hudson.plugins.git.GitChangeSetList",
    "items" : [
      {
        "_class" : "hudson.plugins.git.GitChangeSet",
        "affectedPaths" : [
          "lint/checkpatch/checkpatch_osmo.sh"
        ],
        "commitId" : "8c48379482e30b13b719994c3d71e2cc91d21ca6",
        "timestamp" : 1778047889000,
        "author" : {
          "absoluteUrl" : "https://jenkins.osmocom.org/jenkins/user/osmith",
          "fullName" : "Oliver Smith"
        },
        "authorEmail" : "osmith@sysmocom.de",
        "comment" : "lint/checkpatch: ignore STATIC_CONST_CHAR_ARRAY\u000a\u000ainclude/osmocom/vty/command.h has the following:\u000a\u000a  #define DEFUN_CMD_FUNC_DECL(funcname) \\\u000a    static int funcname (struct cmd_element *, struct vty *, int, const char *[]); \\\u000a\u000a  #define DEFUN_CMD_FUNC_TEXT(funcname) \\\u000a    static int funcname \\\u000a      (struct cmd_element *self, struct vty *vty, int argc, const char *argv[])\u000a\u000aSo the pointer to argv is const, but the elements in the array are not.\u000aFunctions can in theory modify the elements of argv (just like argv in\u000amain()). I don't know if we have users of this API that are actually\u000adoing that, but as long as the API is defined like this it doesn't make\u000asense for the linter to complain about using it correctly. Therefore,\u000aignore STATIC_CONST_CHAR_ARRAY.\u000a\u000aRelated: https://gerrit.osmocom.org/c/osmo-bsc/+/42729/comment/f3bc5254_5f30d1bb/\u000aChange-Id: Iae0d3ff4ca648d6a3b6ca0f7805ec18e50befa80\u000a",
        "date" : "2026-05-06 08:11:29 +0200",
        "id" : "8c48379482e30b13b719994c3d71e2cc91d21ca6",
        "msg" : "lint/checkpatch: ignore STATIC_CONST_CHAR_ARRAY",
        "paths" : [
          {
            "editType" : "edit",
            "file" : "lint/checkpatch/checkpatch_osmo.sh"
          }
        ]
      }
    ],
    "kind" : "git"
  },
  "culprits" : [
    {
      "absoluteUrl" : "https://jenkins.osmocom.org/jenkins/user/osmith",
      "fullName" : "Oliver Smith"
    }
  ],
  "runs" : [
    {
      "number" : 3390,
      "url" : "https://jenkins.osmocom.org/jenkins/view/all/job/update-osmo-ci-on-slaves/label=build4-deb12build-ansible/3390/"
    },
    {
      "number" : 3390,
      "url" : "https://jenkins.osmocom.org/jenkins/view/all/job/update-osmo-ci-on-slaves/label=build5-deb12build-ansible/3390/"
    },
    {
      "number" : 3390,
      "url" : "https://jenkins.osmocom.org/jenkins/view/all/job/update-osmo-ci-on-slaves/label=gtp0-deb10fr/3390/"
    },
    {
      "number" : 3358,
      "url" : "https://jenkins.osmocom.org/jenkins/view/all/job/update-osmo-ci-on-slaves/label=lx2-raspbian12build-ansible/3358/"
    },
    {
      "number" : 3390,
      "url" : "https://jenkins.osmocom.org/jenkins/view/all/job/update-osmo-ci-on-slaves/label=lx2-raspbian13build-ansible/3390/"
    },
    {
      "number" : 3390,
      "url" : "https://jenkins.osmocom.org/jenkins/view/all/job/update-osmo-ci-on-slaves/label=rpi4-raspbian12build-ansible-1/3390/"
    },
    {
      "number" : 3390,
      "url" : "https://jenkins.osmocom.org/jenkins/view/all/job/update-osmo-ci-on-slaves/label=rpi4-raspbian12build-ansible-2/3390/"
    },
    {
      "number" : 3390,
      "url" : "https://jenkins.osmocom.org/jenkins/view/all/job/update-osmo-ci-on-slaves/label=rpi4-raspbian12build-ansible-3/3390/"
    },
    {
      "number" : 3390,
      "url" : "https://jenkins.osmocom.org/jenkins/view/all/job/update-osmo-ci-on-slaves/label=simtester/3390/"
    }
  ]
}