{
  "_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" : 140722,
      "executingTimeMillis" : 140722,
      "executorUtilization" : 1.0,
      "subTaskCount" : 0,
      "waitingDurationMillis" : 6361,
      "waitingTimeMillis" : 6361
    },
    {
      
    },
    {
      "_class" : "hudson.plugins.git.util.BuildData",
      "buildsByBranchName" : {
        "origin/master" : {
          "_class" : "hudson.plugins.git.util.Build",
          "buildNumber" : 4590,
          "buildResult" : None,
          "marked" : {
            "SHA1" : "f29b9c033fda27ea5327de595dba572ad8b5718a",
            "branch" : [
              {
                "SHA1" : "f29b9c033fda27ea5327de595dba572ad8b5718a",
                "name" : "origin/master"
              }
            ]
          },
          "revision" : {
            "SHA1" : "f29b9c033fda27ea5327de595dba572ad8b5718a",
            "branch" : [
              {
                "SHA1" : "f29b9c033fda27ea5327de595dba572ad8b5718a",
                "name" : "origin/master"
              }
            ]
          }
        },
        "refs/remotes/origin/master" : {
          "_class" : "hudson.plugins.git.util.Build",
          "buildNumber" : 3086,
          "buildResult" : None,
          "marked" : {
            "SHA1" : "a42f4a51c09fdc3c4f532ff07b806e26bf7e9fa1",
            "branch" : [
              {
                "SHA1" : "a42f4a51c09fdc3c4f532ff07b806e26bf7e9fa1",
                "name" : "refs/remotes/origin/master"
              }
            ]
          },
          "revision" : {
            "SHA1" : "a42f4a51c09fdc3c4f532ff07b806e26bf7e9fa1",
            "branch" : [
              {
                "SHA1" : "a42f4a51c09fdc3c4f532ff07b806e26bf7e9fa1",
                "name" : "refs/remotes/origin/master"
              }
            ]
          }
        }
      },
      "lastBuiltRevision" : {
        "SHA1" : "f29b9c033fda27ea5327de595dba572ad8b5718a",
        "branch" : [
          {
            "SHA1" : "f29b9c033fda27ea5327de595dba572ad8b5718a",
            "name" : "origin/master"
          }
        ]
      },
      "remoteUrls" : [
        "https://gerrit.osmocom.org/libosmocore"
      ],
      "scmName" : ""
    },
    {
      
    },
    {
      
    },
    {
      "_class" : "org.jenkinsci.plugins.displayurlapi.actions.RunDisplayAction"
    }
  ],
  "artifacts" : [
    
  ],
  "building" : False,
  "description" : None,
  "displayName" : "#4590",
  "duration" : 140722,
  "estimatedDuration" : 126856,
  "executor" : None,
  "fullDisplayName" : "master-libosmocore #4590",
  "id" : "4590",
  "inProgress" : False,
  "keepLog" : False,
  "number" : 4590,
  "queueId" : 2073438,
  "result" : "SUCCESS",
  "timestamp" : 1765990506959,
  "url" : "https://jenkins.osmocom.org/jenkins/view/OsmocomBB/job/master-libosmocore/4590/",
  "builtOn" : "",
  "changeSet" : {
    "_class" : "hudson.plugins.git.GitChangeSetList",
    "items" : [
      {
        "_class" : "hudson.plugins.git.GitChangeSet",
        "affectedPaths" : [
          "include/osmocom/core/logging.h"
        ],
        "commitId" : "98e56fe424cd11d26f55a98a7fb53d1af214fd39",
        "timestamp" : 1765973575000,
        "author" : {
          "absoluteUrl" : "https://jenkins.osmocom.org/jenkins/user/pespin",
          "fullName" : "Pau Espin Pedrol"
        },
        "authorEmail" : "pespin@sysmocom.de",
        "comment" : "cosmetic: logging.h: Fix whitespace\u000a\u000aChange-Id: I4e2a8608d710386a39e5c39a9f03747ef80553df\u000a",
        "date" : "2025-12-17 13:12:55 +0100",
        "id" : "98e56fe424cd11d26f55a98a7fb53d1af214fd39",
        "msg" : "cosmetic: logging.h: Fix whitespace",
        "paths" : [
          {
            "editType" : "edit",
            "file" : "include/osmocom/core/logging.h"
          }
        ]
      },
      {
        "_class" : "hudson.plugins.git.GitChangeSet",
        "affectedPaths" : [
          "src/core/gsmtap_util.c"
        ],
        "commitId" : "f29b9c033fda27ea5327de595dba572ad8b5718a",
        "timestamp" : 1765975009000,
        "author" : {
          "absoluteUrl" : "https://jenkins.osmocom.org/jenkins/user/pespin",
          "fullName" : "Pau Espin Pedrol"
        },
        "authorEmail" : "pespin@sysmocom.de",
        "comment" : "gsmtap_util: Get rid of unused wq\u000a\u000astruct gsmtap_inst went private in\u000a1584b2ac39292aedddb8abd165957912fe9399c0 and\u000af38077ee6ab429ef3f0881a8ca7de4877032358a, which were merged prior to\u000alibosmocore release 1.10.0. That release bumped the LIBVERSION major\u000acounter, and hence that struct is officially not available and protected\u000aby LIBVERSION ABI since then.\u000a\u000aThat means we can safely remove it from the implementation since nobody\u000acompiled against this libversion should be using those fields directly anymore.\u000a\u000aRelated: OS#6213\u000aChange-Id: I4f1cf168c230471a6d7be4bb065d7105a993349f\u000a",
        "date" : "2025-12-17 13:36:49 +0100",
        "id" : "f29b9c033fda27ea5327de595dba572ad8b5718a",
        "msg" : "gsmtap_util: Get rid of unused wq",
        "paths" : [
          {
            "editType" : "edit",
            "file" : "src/core/gsmtap_util.c"
          }
        ]
      }
    ],
    "kind" : "git"
  },
  "culprits" : [
    {
      "absoluteUrl" : "https://jenkins.osmocom.org/jenkins/user/pespin",
      "fullName" : "Pau Espin Pedrol"
    }
  ],
  "runs" : [
    {
      "number" : 475,
      "url" : "https://jenkins.osmocom.org/jenkins/view/OsmocomBB/job/master-libosmocore/a2=default,a3=default,arch=amd64,label=osmocom-master-debian9/475/"
    },
    {
      "number" : 475,
      "url" : "https://jenkins.osmocom.org/jenkins/view/OsmocomBB/job/master-libosmocore/a2=default,a3=default,arch=arm-none-eabi,label=osmocom-master-debian9/475/"
    },
    {
      "number" : 4590,
      "url" : "https://jenkins.osmocom.org/jenkins/view/OsmocomBB/job/master-libosmocore/a2=default,a3=default,a4=default,arch=amd64,label=io_uring/4590/"
    },
    {
      "number" : 4590,
      "url" : "https://jenkins.osmocom.org/jenkins/view/OsmocomBB/job/master-libosmocore/a2=default,a3=default,a4=default,arch=arm-none-eabi,label=io_uring/4590/"
    }
  ]
}