{
  "_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" : 200600,
      "executingTimeMillis" : 200600,
      "executorUtilization" : 1.0,
      "subTaskCount" : 0,
      "waitingDurationMillis" : 5340,
      "waitingTimeMillis" : 5340
    },
    {
      
    },
    {
      "_class" : "hudson.plugins.git.util.BuildData",
      "buildsByBranchName" : {
        "origin/master" : {
          "_class" : "hudson.plugins.git.util.Build",
          "buildNumber" : 4677,
          "buildResult" : None,
          "marked" : {
            "SHA1" : "05903100666afaf721b7cb1209032c2f832d09d0",
            "branch" : [
              {
                "SHA1" : "05903100666afaf721b7cb1209032c2f832d09d0",
                "name" : "origin/master"
              }
            ]
          },
          "revision" : {
            "SHA1" : "05903100666afaf721b7cb1209032c2f832d09d0",
            "branch" : [
              {
                "SHA1" : "05903100666afaf721b7cb1209032c2f832d09d0",
                "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" : "05903100666afaf721b7cb1209032c2f832d09d0",
        "branch" : [
          {
            "SHA1" : "05903100666afaf721b7cb1209032c2f832d09d0",
            "name" : "origin/master"
          }
        ]
      },
      "remoteUrls" : [
        "https://gerrit.osmocom.org/libosmocore"
      ],
      "scmName" : ""
    },
    {
      
    },
    {
      
    },
    {
      "_class" : "org.jenkinsci.plugins.displayurlapi.actions.RunDisplayAction"
    }
  ],
  "artifacts" : [
    
  ],
  "building" : False,
  "description" : None,
  "displayName" : "#4677",
  "duration" : 200600,
  "estimatedDuration" : 179128,
  "executor" : None,
  "fullDisplayName" : "master-libosmocore #4677",
  "id" : "4677",
  "inProgress" : False,
  "keepLog" : False,
  "number" : 4677,
  "queueId" : 28738,
  "result" : "SUCCESS",
  "timestamp" : 1770647107097,
  "url" : "https://jenkins.osmocom.org/jenkins/job/master-libosmocore/4677/",
  "builtOn" : "",
  "changeSet" : {
    "_class" : "hudson.plugins.git.GitChangeSetList",
    "items" : [
      {
        "_class" : "hudson.plugins.git.GitChangeSet",
        "affectedPaths" : [
          "src/core/osmo_io.c",
          "src/core/osmo_io_internal.h"
        ],
        "commitId" : "6c3fb8936d25d986adf748b66fe7d420c57d05a1",
        "timestamp" : 1770635009000,
        "author" : {
          "absoluteUrl" : "https://jenkins.osmocom.org/jenkins/user/pespin",
          "fullName" : "Pau Espin Pedrol"
        },
        "authorEmail" : "pespin@sysmocom.de",
        "comment" : "osmo_io: Move function declaration to internal header\u000a\u000aChange-Id: I25ffb94e00225bcdc565f56a3f0f7834df00e974\u000a",
        "date" : "2026-02-09 12:03:29 +0100",
        "id" : "6c3fb8936d25d986adf748b66fe7d420c57d05a1",
        "msg" : "osmo_io: Move function declaration to internal header",
        "paths" : [
          {
            "editType" : "edit",
            "file" : "src/core/osmo_io.c"
          },
          {
            "editType" : "edit",
            "file" : "src/core/osmo_io_internal.h"
          }
        ]
      },
      {
        "_class" : "hudson.plugins.git.GitChangeSet",
        "affectedPaths" : [
          "src/core/osmo_io.c",
          "src/core/osmo_io_internal.h",
          "src/core/osmo_io_uring.c"
        ],
        "commitId" : "10bf165c16ece88233e881235f8b21135b09ed05",
        "timestamp" : 1770636271000,
        "author" : {
          "absoluteUrl" : "https://jenkins.osmocom.org/jenkins/user/pespin",
          "fullName" : "Pau Espin Pedrol"
        },
        "authorEmail" : "pespin@sysmocom.de",
        "comment" : "osmo_io_uring: Split global init from per-thread init\u000a\u000aosmo_iofd_init() is expected to be called per-thread, while some code in\u000aosmo_iofd_uring_init() was only expected to be called once.\u000a\u000aChange-Id: Ifa5c46d7532ea49869f3cfe7268fdd082906fd10\u000a",
        "date" : "2026-02-09 12:24:31 +0100",
        "id" : "10bf165c16ece88233e881235f8b21135b09ed05",
        "msg" : "osmo_io_uring: Split global init from per-thread init",
        "paths" : [
          {
            "editType" : "edit",
            "file" : "src/core/osmo_io.c"
          },
          {
            "editType" : "edit",
            "file" : "src/core/osmo_io_uring.c"
          },
          {
            "editType" : "edit",
            "file" : "src/core/osmo_io_internal.h"
          }
        ]
      },
      {
        "_class" : "hudson.plugins.git.GitChangeSet",
        "affectedPaths" : [
          "src/core/osmo_io.c"
        ],
        "commitId" : "05903100666afaf721b7cb1209032c2f832d09d0",
        "timestamp" : 1770636383000,
        "author" : {
          "absoluteUrl" : "https://jenkins.osmocom.org/jenkins/user/pespin",
          "fullName" : "Pau Espin Pedrol"
        },
        "authorEmail" : "pespin@sysmocom.de",
        "comment" : "osmo_io: Lazy-initialize during osmo_iofd_setup()\u000a\u000aThis way new threads (!=main) don't need to explicitly call\u000aosmo_iofd_init() explicitly before using osmo_io. This is specially\u000auseful for threads using osmo_io indirectly, eg, when logging.\u000a\u000aThe osmo_iofd_setup() API is really the only main API which requires\u000ainitialization. All other APIs requiring it come after osmo_iofd_setup()\u000asince they use an osmo_iofd pointer.\u000a\u000aChange-Id: Ia543c1b9d111c929cd9dbed266b6d21b74e47e4b\u000a",
        "date" : "2026-02-09 12:26:23 +0100",
        "id" : "05903100666afaf721b7cb1209032c2f832d09d0",
        "msg" : "osmo_io: Lazy-initialize during osmo_iofd_setup()",
        "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/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" : 4677,
      "url" : "https://jenkins.osmocom.org/jenkins/job/master-libosmocore/a2=default,a3=default,a4=default,arch=amd64,label=io_uring/4677/"
    },
    {
      "number" : 4677,
      "url" : "https://jenkins.osmocom.org/jenkins/job/master-libosmocore/a2=default,a3=default,a4=default,arch=arm-none-eabi,label=io_uring/4677/"
    }
  ]
}