{
  "_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" : 217619,
      "executingTimeMillis" : 217619,
      "executorUtilization" : 1.0,
      "subTaskCount" : 0,
      "waitingDurationMillis" : 6421,
      "waitingTimeMillis" : 6421
    },
    {
      
    },
    {
      "_class" : "hudson.plugins.git.util.BuildData",
      "buildsByBranchName" : {
        "origin/master" : {
          "_class" : "hudson.plugins.git.util.Build",
          "buildNumber" : 4719,
          "buildResult" : None,
          "marked" : {
            "SHA1" : "46e5b638816b8954f6bf96356e7ea7617f91d591",
            "branch" : [
              {
                "SHA1" : "46e5b638816b8954f6bf96356e7ea7617f91d591",
                "name" : "origin/master"
              }
            ]
          },
          "revision" : {
            "SHA1" : "46e5b638816b8954f6bf96356e7ea7617f91d591",
            "branch" : [
              {
                "SHA1" : "46e5b638816b8954f6bf96356e7ea7617f91d591",
                "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" : "46e5b638816b8954f6bf96356e7ea7617f91d591",
        "branch" : [
          {
            "SHA1" : "46e5b638816b8954f6bf96356e7ea7617f91d591",
            "name" : "origin/master"
          }
        ]
      },
      "remoteUrls" : [
        "https://gerrit.osmocom.org/libosmocore"
      ],
      "scmName" : ""
    },
    {
      
    },
    {
      
    },
    {
      "_class" : "org.jenkinsci.plugins.displayurlapi.actions.RunDisplayAction"
    }
  ],
  "artifacts" : [
    
  ],
  "building" : False,
  "description" : None,
  "displayName" : "#4719",
  "duration" : 217619,
  "estimatedDuration" : 189467,
  "executor" : None,
  "fullDisplayName" : "master-libosmocore #4719",
  "id" : "4719",
  "inProgress" : False,
  "keepLog" : False,
  "number" : 4719,
  "queueId" : 61669,
  "result" : "SUCCESS",
  "timestamp" : 1773660607412,
  "url" : "https://jenkins.osmocom.org/jenkins/view/SIMtrace/job/master-libosmocore/4719/",
  "builtOn" : "",
  "changeSet" : {
    "_class" : "hudson.plugins.git.GitChangeSetList",
    "items" : [
      {
        "_class" : "hudson.plugins.git.GitChangeSet",
        "affectedPaths" : [
          "src/core/osmo_io.c"
        ],
        "commitId" : "68b7b0b31aac20b684cc4ffe46c708ae691b387d",
        "timestamp" : 1773660438000,
        "author" : {
          "absoluteUrl" : "https://jenkins.osmocom.org/jenkins/user/pespin",
          "fullName" : "Pau Espin Pedrol"
        },
        "authorEmail" : "pespin@sysmocom.de",
        "comment" : "osmo_io: Rewrite iofd_handle_send_completion() to fix multiple issues\u000a\u000aPrevious implementation had multiple issues, which this patch addresses:\u000a* Didn't call user cb updating completed bytes for a given msg which had\u000a  a partial write.\u000a* rc checks against \"Incomplete write\" were wrong, because rc was not\u000a  being decremented with previous msgs idxs being processed.\u000a* Didn't take into account the write(0, fd, buf) = 0 valid user case for\u000a  regular files.\u000a\u000aThe rewrite also simplifies the logic by splitting the \"rc < 0\" (error) paths\u000afrom the \"rc >= 0\" (successful) paths.\u000a\u000aRelated: SYS#7842\u000aChange-Id: Ia016e4df7be5e534a8212f7271caff9779e08eb1\u000a",
        "date" : "2026-03-16 11:27:18 +0000",
        "id" : "68b7b0b31aac20b684cc4ffe46c708ae691b387d",
        "msg" : "osmo_io: Rewrite iofd_handle_send_completion() to fix multiple issues",
        "paths" : [
          {
            "editType" : "edit",
            "file" : "src/core/osmo_io.c"
          }
        ]
      },
      {
        "_class" : "hudson.plugins.git.GitChangeSet",
        "affectedPaths" : [
          "src/core/osmo_io.c"
        ],
        "commitId" : "46e5b638816b8954f6bf96356e7ea7617f91d591",
        "timestamp" : 1773660438000,
        "author" : {
          "absoluteUrl" : "https://jenkins.osmocom.org/jenkins/user/pespin",
          "fullName" : "Pau Espin Pedrol"
        },
        "authorEmail" : "pespin@sysmocom.de",
        "comment" : "osmo_io: Fix msgb memleak if iofd is unregistered during write_cb with >1 io buffers\u000a\u000aThe msgbs are not allocated under the msghdr, hence if user unregistered\u000athe iofd we need to manually free all remaining msgbs when freeing the\u000amsghdr.\u000a\u000aChange-Id: I579bc2142bba02947021c47d94bf2fe4f2040b01\u000a",
        "date" : "2026-03-16 11:27:18 +0000",
        "id" : "46e5b638816b8954f6bf96356e7ea7617f91d591",
        "msg" : "osmo_io: Fix msgb memleak if iofd is unregistered during write_cb with",
        "paths" : [
          {
            "editType" : "edit",
            "file" : "src/core/osmo_io.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" : 4719,
      "url" : "https://jenkins.osmocom.org/jenkins/view/SIMtrace/job/master-libosmocore/a2=default,a3=default,a4=default,arch=amd64,label=io_uring/4719/"
    },
    {
      "number" : 4719,
      "url" : "https://jenkins.osmocom.org/jenkins/view/SIMtrace/job/master-libosmocore/a2=default,a3=default,a4=default,arch=arm-none-eabi,label=io_uring/4719/"
    }
  ]
}