{
  "_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" : 204472,
      "executingTimeMillis" : 204472,
      "executorUtilization" : 1.0,
      "subTaskCount" : 0,
      "waitingDurationMillis" : 9523,
      "waitingTimeMillis" : 9523
    },
    {
      
    },
    {
      "_class" : "hudson.plugins.git.util.BuildData",
      "buildsByBranchName" : {
        "origin/master" : {
          "_class" : "hudson.plugins.git.util.Build",
          "buildNumber" : 4679,
          "buildResult" : None,
          "marked" : {
            "SHA1" : "10f3cf6944eef0ad8d93a8f8a31871a12b0d8ac9",
            "branch" : [
              {
                "SHA1" : "10f3cf6944eef0ad8d93a8f8a31871a12b0d8ac9",
                "name" : "origin/master"
              }
            ]
          },
          "revision" : {
            "SHA1" : "10f3cf6944eef0ad8d93a8f8a31871a12b0d8ac9",
            "branch" : [
              {
                "SHA1" : "10f3cf6944eef0ad8d93a8f8a31871a12b0d8ac9",
                "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" : "10f3cf6944eef0ad8d93a8f8a31871a12b0d8ac9",
        "branch" : [
          {
            "SHA1" : "10f3cf6944eef0ad8d93a8f8a31871a12b0d8ac9",
            "name" : "origin/master"
          }
        ]
      },
      "remoteUrls" : [
        "https://gerrit.osmocom.org/libosmocore"
      ],
      "scmName" : ""
    },
    {
      
    },
    {
      
    },
    {
      "_class" : "org.jenkinsci.plugins.displayurlapi.actions.RunDisplayAction"
    }
  ],
  "artifacts" : [
    
  ],
  "building" : False,
  "description" : None,
  "displayName" : "#4679",
  "duration" : 204472,
  "estimatedDuration" : 191517,
  "executor" : None,
  "fullDisplayName" : "master-libosmocore #4679",
  "id" : "4679",
  "inProgress" : False,
  "keepLog" : False,
  "number" : 4679,
  "queueId" : 29464,
  "result" : "SUCCESS",
  "timestamp" : 1770716710638,
  "url" : "https://jenkins.osmocom.org/jenkins/job/master-libosmocore/4679/",
  "builtOn" : "",
  "changeSet" : {
    "_class" : "hudson.plugins.git.GitChangeSetList",
    "items" : [
      {
        "_class" : "hudson.plugins.git.GitChangeSet",
        "affectedPaths" : [
          "src/core/libosmocore.map",
          "src/vty/logging_vty.c",
          "tests/logging/logging_vty_test.vty",
          "include/osmocom/core/logging.h",
          "src/core/logging_file.c"
        ],
        "commitId" : "10f3cf6944eef0ad8d93a8f8a31871a12b0d8ac9",
        "timestamp" : 1770647071000,
        "author" : {
          "absoluteUrl" : "https://jenkins.osmocom.org/jenkins/user/pespin",
          "fullName" : "Pau Espin Pedrol"
        },
        "authorEmail" : "pespin@sysmocom.de",
        "comment" : "logging: Support nonblocking-io for log target stderr & file, make it default\u000a\u000aThe nonblocking-io used to be the mode used until recently, where wq\u000aonly was used if the write buffer was full.\u000aThis is more performant that always waiting for poll() to write, plus\u000athe fact that we write to system synchronously, hence seeing output\u000aimmediatelly or not losing it if program crashes.\u000aFurthermore, It turns out using wq in multithreaded programs may cause\u000aproblems, so better switch back to using nonblocking-io by default.\u000a\u000aRelated: OS#6947\u000aChange-Id: I46420f4b174d3a9ed01e993e2e89aea3b46c0dd7\u000a",
        "date" : "2026-02-09 15:24:31 +0100",
        "id" : "10f3cf6944eef0ad8d93a8f8a31871a12b0d8ac9",
        "msg" : "logging: Support nonblocking-io for log target stderr & file, make it",
        "paths" : [
          {
            "editType" : "edit",
            "file" : "tests/logging/logging_vty_test.vty"
          },
          {
            "editType" : "edit",
            "file" : "src/vty/logging_vty.c"
          },
          {
            "editType" : "edit",
            "file" : "src/core/libosmocore.map"
          },
          {
            "editType" : "edit",
            "file" : "include/osmocom/core/logging.h"
          },
          {
            "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/job/master-libosmocore/a2=default,a3=default,arch=amd64,label=osmocom-master-debian9/475/"
    },
    {
      "number" : 475,
      "url" : "https://jenkins.osmocom.org/jenkins/job/master-libosmocore/a2=default,a3=default,arch=arm-none-eabi,label=osmocom-master-debian9/475/"
    },
    {
      "number" : 4679,
      "url" : "https://jenkins.osmocom.org/jenkins/job/master-libosmocore/a2=default,a3=default,a4=default,arch=amd64,label=io_uring/4679/"
    },
    {
      "number" : 4679,
      "url" : "https://jenkins.osmocom.org/jenkins/job/master-libosmocore/a2=default,a3=default,a4=default,arch=arm-none-eabi,label=io_uring/4679/"
    }
  ]
}