{
  "_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" : 235033,
      "executingTimeMillis" : 235033,
      "executorUtilization" : 1.0,
      "subTaskCount" : 0,
      "waitingDurationMillis" : 5743,
      "waitingTimeMillis" : 5743
    },
    {
      
    },
    {
      "_class" : "hudson.plugins.git.util.BuildData",
      "buildsByBranchName" : {
        "origin/master" : {
          "_class" : "hudson.plugins.git.util.Build",
          "buildNumber" : 4667,
          "buildResult" : None,
          "marked" : {
            "SHA1" : "76d6d82e910931661f5bd2218deff80e0cae904a",
            "branch" : [
              {
                "SHA1" : "76d6d82e910931661f5bd2218deff80e0cae904a",
                "name" : "origin/master"
              }
            ]
          },
          "revision" : {
            "SHA1" : "76d6d82e910931661f5bd2218deff80e0cae904a",
            "branch" : [
              {
                "SHA1" : "76d6d82e910931661f5bd2218deff80e0cae904a",
                "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" : "76d6d82e910931661f5bd2218deff80e0cae904a",
        "branch" : [
          {
            "SHA1" : "76d6d82e910931661f5bd2218deff80e0cae904a",
            "name" : "origin/master"
          }
        ]
      },
      "remoteUrls" : [
        "https://gerrit.osmocom.org/libosmocore"
      ],
      "scmName" : ""
    },
    {
      
    },
    {
      
    },
    {
      "_class" : "org.jenkinsci.plugins.displayurlapi.actions.RunDisplayAction"
    }
  ],
  "artifacts" : [
    
  ],
  "building" : False,
  "description" : None,
  "displayName" : "#4667",
  "duration" : 235033,
  "estimatedDuration" : 196577,
  "executor" : None,
  "fullDisplayName" : "master-libosmocore #4667",
  "id" : "4667",
  "inProgress" : False,
  "keepLog" : False,
  "number" : 4667,
  "queueId" : 21804,
  "result" : "SUCCESS",
  "timestamp" : 1770040506816,
  "url" : "https://jenkins.osmocom.org/jenkins/view/SIMtrace/job/master-libosmocore/4667/",
  "builtOn" : "",
  "changeSet" : {
    "_class" : "hudson.plugins.git.GitChangeSetList",
    "items" : [
      {
        "_class" : "hudson.plugins.git.GitChangeSet",
        "affectedPaths" : [
          "tests/logging/logging_test.err",
          "src/core/logging_file.c",
          "tests/logging/logging_test.c"
        ],
        "commitId" : "6e3a4a0214423125a66482350fa320efa5320d8d",
        "timestamp" : 1769783072000,
        "author" : {
          "absoluteUrl" : "https://jenkins.osmocom.org/jenkins/user/pespin",
          "fullName" : "Pau Espin Pedrol"
        },
        "authorEmail" : "pespin@sysmocom.de",
        "comment" : "Implement log file target using osmo_io\u000a\u000aReuse (struct log_target)->tgt_file->wqueue->except_cb to store the iofd\u000apointer internally, since we are not allowed to change the struct\u000alog_target because it's public and we don't want to break the ABI.\u000aUsing the wqueue except_cb is fine since that field was never used.\u000a\u000aRelated: OS#6918\u000aChange-Id: Ieb6420246454ef59442b1fd7b1d14e2c00fa69a5\u000a",
        "date" : "2026-01-30 15:24:32 +0100",
        "id" : "6e3a4a0214423125a66482350fa320efa5320d8d",
        "msg" : "Implement log file target using osmo_io",
        "paths" : [
          {
            "editType" : "edit",
            "file" : "src/core/logging_file.c"
          },
          {
            "editType" : "edit",
            "file" : "tests/logging/logging_test.c"
          },
          {
            "editType" : "edit",
            "file" : "tests/logging/logging_test.err"
          }
        ]
      },
      {
        "_class" : "hudson.plugins.git.GitChangeSet",
        "affectedPaths" : [
          "src/core/logging_gsmtap.c",
          "src/core/logging_file.c",
          "include/osmocom/core/logging_internal.h"
        ],
        "commitId" : "bf11fb7f3084f83515ca62c19a51b400af1d400a",
        "timestamp" : 1769783087000,
        "author" : {
          "absoluteUrl" : "https://jenkins.osmocom.org/jenkins/user/pespin",
          "fullName" : "Pau Espin Pedrol"
        },
        "authorEmail" : "pespin@sysmocom.de",
        "comment" : "Use same queue length for gsmtap_log and gsmtap_file\u000a\u000aTake the chance to also deduplicate MAX_LOG_SIZE.\u000a\u000aChange-Id: I3772d291f97626ee325731f3515a5110eda70d3d\u000a",
        "date" : "2026-01-30 15:24:47 +0100",
        "id" : "bf11fb7f3084f83515ca62c19a51b400af1d400a",
        "msg" : "Use same queue length for gsmtap_log and gsmtap_file",
        "paths" : [
          {
            "editType" : "edit",
            "file" : "src/core/logging_gsmtap.c"
          },
          {
            "editType" : "edit",
            "file" : "src/core/logging_file.c"
          },
          {
            "editType" : "edit",
            "file" : "include/osmocom/core/logging_internal.h"
          }
        ]
      },
      {
        "_class" : "hudson.plugins.git.GitChangeSet",
        "affectedPaths" : [
          "src/core/osmo_io.c"
        ],
        "commitId" : "957de96b0b9eb32afd50b1f9974cef904887e79b",
        "timestamp" : 1769783087000,
        "author" : {
          "absoluteUrl" : "https://jenkins.osmocom.org/jenkins/user/pespin",
          "fullName" : "Pau Espin Pedrol"
        },
        "authorEmail" : "pespin@sysmocom.de",
        "comment" : "osmo_io: Remove outdated comment in API doc of osmo_iofd_set_io_buffers()\u000a\u000aMultiple iov buffers are supported in poll backend since\u000a4272cd46b1e5b264e6f6b65d38bcb08e3a139a9e.\u000a\u000aRelated: OS#6705\u000aChange-Id: I9b75f3597081c6cd7e24f75f0e289b93edb3aa86\u000a",
        "date" : "2026-01-30 15:24:47 +0100",
        "id" : "957de96b0b9eb32afd50b1f9974cef904887e79b",
        "msg" : "osmo_io: Remove outdated comment in API doc of",
        "paths" : [
          {
            "editType" : "edit",
            "file" : "src/core/osmo_io.c"
          }
        ]
      },
      {
        "_class" : "hudson.plugins.git.GitChangeSet",
        "affectedPaths" : [
          "src/core/osmo_io.c"
        ],
        "commitId" : "378cf564c8859311415aa70adeb220cedbe56eb3",
        "timestamp" : 1769783087000,
        "author" : {
          "absoluteUrl" : "https://jenkins.osmocom.org/jenkins/user/pespin",
          "fullName" : "Pau Espin Pedrol"
        },
        "authorEmail" : "pespin@sysmocom.de",
        "comment" : "osmo_io: Allow fetching maximum value allowed by osmo_iofd_set_io_buffers()\u000a\u000aBefore this patch, there's no way for a user of the API to know whether\u000aa requested buffers value is actually going to be accepted or not.\u000a\u000aChange-Id: Id3d8413c119eb3d9b60aa068295a59561236938c\u000a",
        "date" : "2026-01-30 15:24:47 +0100",
        "id" : "378cf564c8859311415aa70adeb220cedbe56eb3",
        "msg" : "osmo_io: Allow fetching maximum value allowed by",
        "paths" : [
          {
            "editType" : "edit",
            "file" : "src/core/osmo_io.c"
          }
        ]
      },
      {
        "_class" : "hudson.plugins.git.GitChangeSet",
        "affectedPaths" : [
          "src/core/logging_file.c"
        ],
        "commitId" : "76d6d82e910931661f5bd2218deff80e0cae904a",
        "timestamp" : 1769783356000,
        "author" : {
          "absoluteUrl" : "https://jenkins.osmocom.org/jenkins/user/pespin",
          "fullName" : "Pau Espin Pedrol"
        },
        "authorEmail" : "pespin@sysmocom.de",
        "comment" : "logging_file: Request up to 8 iofd write buffers if available\u000a\u000aThis should help in decreasing latency between submitting a logging line\u000aand getting it written to file. It should, for the same reason, optimize\u000aCPU use.\u000a\u000aChange-Id: Ia88b27948922d278e0f72fc2aac4b4ae88465b4d\u000a",
        "date" : "2026-01-30 15:29:16 +0100",
        "id" : "76d6d82e910931661f5bd2218deff80e0cae904a",
        "msg" : "logging_file: Request up to 8 iofd write buffers if available",
        "paths" : [
          {
            "editType" : "edit",
            "file" : "src/core/logging_file.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/SIMtrace/job/master-libosmocore/a2=default,a3=default,arch=amd64,label=osmocom-master-debian9/475/"
    },
    {
      "number" : 475,
      "url" : "https://jenkins.osmocom.org/jenkins/view/SIMtrace/job/master-libosmocore/a2=default,a3=default,arch=arm-none-eabi,label=osmocom-master-debian9/475/"
    },
    {
      "number" : 4667,
      "url" : "https://jenkins.osmocom.org/jenkins/view/SIMtrace/job/master-libosmocore/a2=default,a3=default,a4=default,arch=amd64,label=io_uring/4667/"
    },
    {
      "number" : 4667,
      "url" : "https://jenkins.osmocom.org/jenkins/view/SIMtrace/job/master-libosmocore/a2=default,a3=default,a4=default,arch=arm-none-eabi,label=io_uring/4667/"
    }
  ]
}