{
  "_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" : 202681,
      "executingTimeMillis" : 202681,
      "executorUtilization" : 1.0,
      "subTaskCount" : 0,
      "waitingDurationMillis" : 7668,
      "waitingTimeMillis" : 7668
    },
    {
      
    },
    {
      "_class" : "hudson.plugins.git.util.BuildData",
      "buildsByBranchName" : {
        "origin/master" : {
          "_class" : "hudson.plugins.git.util.Build",
          "buildNumber" : 4649,
          "buildResult" : None,
          "marked" : {
            "SHA1" : "0cb313344d7927c2d3c181e0c1eefc032051926d",
            "branch" : [
              {
                "SHA1" : "0cb313344d7927c2d3c181e0c1eefc032051926d",
                "name" : "origin/master"
              }
            ]
          },
          "revision" : {
            "SHA1" : "0cb313344d7927c2d3c181e0c1eefc032051926d",
            "branch" : [
              {
                "SHA1" : "0cb313344d7927c2d3c181e0c1eefc032051926d",
                "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" : "0cb313344d7927c2d3c181e0c1eefc032051926d",
        "branch" : [
          {
            "SHA1" : "0cb313344d7927c2d3c181e0c1eefc032051926d",
            "name" : "origin/master"
          }
        ]
      },
      "remoteUrls" : [
        "https://gerrit.osmocom.org/libosmocore"
      ],
      "scmName" : ""
    },
    {
      
    },
    {
      
    },
    {
      "_class" : "org.jenkinsci.plugins.displayurlapi.actions.RunDisplayAction"
    }
  ],
  "artifacts" : [
    
  ],
  "building" : False,
  "description" : None,
  "displayName" : "#4649",
  "duration" : 202681,
  "estimatedDuration" : 186794,
  "executor" : None,
  "fullDisplayName" : "master-libosmocore #4649",
  "id" : "4649",
  "inProgress" : False,
  "keepLog" : False,
  "number" : 4649,
  "queueId" : 14615,
  "result" : "SUCCESS",
  "timestamp" : 1769426107936,
  "url" : "https://jenkins.osmocom.org/jenkins/job/master-libosmocore/4649/",
  "builtOn" : "",
  "changeSet" : {
    "_class" : "hudson.plugins.git.GitChangeSetList",
    "items" : [
      {
        "_class" : "hudson.plugins.git.GitChangeSet",
        "affectedPaths" : [
          "include/osmocom/core/osmo_io.h"
        ],
        "commitId" : "95e1378c15ccb8d079f643161ac8ede94a4e7b26",
        "timestamp" : 1769418023000,
        "author" : {
          "absoluteUrl" : "https://jenkins.osmocom.org/jenkins/user/pespin",
          "fullName" : "Pau Espin Pedrol"
        },
        "authorEmail" : "pespin@sysmocom.de",
        "comment" : "osmo_io.h: Avoid including sys/socket.h\u000a\u000asys/socket.h may not always be available (eg. arm-none-eabi toolchain).\u000aIn the header file we only really need the forward declaration of struct\u000amsghdr, so simply do that.\u000a\u000aChange-Id: I5bcba8f72a2be6161d7782a3100d25a7025341d0\u000a",
        "date" : "2026-01-26 10:00:23 +0100",
        "id" : "95e1378c15ccb8d079f643161ac8ede94a4e7b26",
        "msg" : "osmo_io.h: Avoid including sys/socket.h",
        "paths" : [
          {
            "editType" : "edit",
            "file" : "include/osmocom/core/osmo_io.h"
          }
        ]
      },
      {
        "_class" : "hudson.plugins.git.GitChangeSet",
        "affectedPaths" : [
          "include/osmocom/core/socket.h"
        ],
        "commitId" : "3cdd76df7da22bf32d0787657ac0cbe99e48f6df",
        "timestamp" : 1769418023000,
        "author" : {
          "absoluteUrl" : "https://jenkins.osmocom.org/jenkins/user/pespin",
          "fullName" : "Pau Espin Pedrol"
        },
        "authorEmail" : "pespin@sysmocom.de",
        "comment" : "socket.h: Include netinet/in.h instead of arpa/inet.h\u000a\u000aIn socket.h we are mainly interested in netinet/int.h, since that's the\u000aone defining INET_ADDRSTRLEN, struct sockaddr_in, struct in_addr, ec.\u000a\u000aHeader arpa/inet.h usually defines several functions which use those,\u000alike htonl(), inet_ntop(), etc.\u000a\u000aSee POSIX:\u000ahttps://pubs.opengroup.org/onlinepubs/9699919799/basedefs/arpa_inet.h.html#tag_13_03\u000ahttps://pubs.opengroup.org/onlinepubs/9699919799/basedefs/netinet_in.h.html\u000a\u000aChange-Id: I03919c4adc962bbcfabc9030c6f12c0e10ff060c\u000a",
        "date" : "2026-01-26 10:00:23 +0100",
        "id" : "3cdd76df7da22bf32d0787657ac0cbe99e48f6df",
        "msg" : "socket.h: Include netinet/in.h instead of arpa/inet.h",
        "paths" : [
          {
            "editType" : "edit",
            "file" : "include/osmocom/core/socket.h"
          }
        ]
      },
      {
        "_class" : "hudson.plugins.git.GitChangeSet",
        "affectedPaths" : [
          "configure.ac"
        ],
        "commitId" : "0cb313344d7927c2d3c181e0c1eefc032051926d",
        "timestamp" : 1769418023000,
        "author" : {
          "absoluteUrl" : "https://jenkins.osmocom.org/jenkins/user/pespin",
          "fullName" : "Pau Espin Pedrol"
        },
        "authorEmail" : "pespin@sysmocom.de",
        "comment" : "configure.ac: Add arpa/inet.h to AC_CHECK_HEADERS\u000a\u000aWe use arpa/inet.h in several places in the code, so it's good to look\u000aup for presence even if it's only to debug toolchain compatibility.\u000a\u000aChange-Id: Ib2d1fb3efb1dcb429b511698691249c257e00720\u000a",
        "date" : "2026-01-26 10:00:23 +0100",
        "id" : "0cb313344d7927c2d3c181e0c1eefc032051926d",
        "msg" : "configure.ac: Add arpa/inet.h to AC_CHECK_HEADERS",
        "paths" : [
          {
            "editType" : "edit",
            "file" : "configure.ac"
          }
        ]
      }
    ],
    "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" : 4649,
      "url" : "https://jenkins.osmocom.org/jenkins/job/master-libosmocore/a2=default,a3=default,a4=default,arch=amd64,label=io_uring/4649/"
    },
    {
      "number" : 4649,
      "url" : "https://jenkins.osmocom.org/jenkins/job/master-libosmocore/a2=default,a3=default,a4=default,arch=arm-none-eabi,label=io_uring/4649/"
    }
  ]
}