{
  "_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" : 207010,
      "executingTimeMillis" : 207010,
      "executorUtilization" : 1.0,
      "subTaskCount" : 0,
      "waitingDurationMillis" : 9475,
      "waitingTimeMillis" : 9475
    },
    {
      
    },
    {
      "_class" : "hudson.plugins.git.util.BuildData",
      "buildsByBranchName" : {
        "origin/master" : {
          "_class" : "hudson.plugins.git.util.Build",
          "buildNumber" : 4654,
          "buildResult" : None,
          "marked" : {
            "SHA1" : "85d0757a3812c2e777f02a1ef720bad951f00df0",
            "branch" : [
              {
                "SHA1" : "85d0757a3812c2e777f02a1ef720bad951f00df0",
                "name" : "origin/master"
              }
            ]
          },
          "revision" : {
            "SHA1" : "85d0757a3812c2e777f02a1ef720bad951f00df0",
            "branch" : [
              {
                "SHA1" : "85d0757a3812c2e777f02a1ef720bad951f00df0",
                "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" : "85d0757a3812c2e777f02a1ef720bad951f00df0",
        "branch" : [
          {
            "SHA1" : "85d0757a3812c2e777f02a1ef720bad951f00df0",
            "name" : "origin/master"
          }
        ]
      },
      "remoteUrls" : [
        "https://gerrit.osmocom.org/libosmocore"
      ],
      "scmName" : ""
    },
    {
      
    },
    {
      
    },
    {
      "_class" : "org.jenkinsci.plugins.displayurlapi.actions.RunDisplayAction"
    }
  ],
  "artifacts" : [
    
  ],
  "building" : False,
  "description" : None,
  "displayName" : "#4654",
  "duration" : 207010,
  "estimatedDuration" : 185449,
  "executor" : None,
  "fullDisplayName" : "master-libosmocore #4654",
  "id" : "4654",
  "inProgress" : False,
  "keepLog" : False,
  "number" : 4654,
  "queueId" : 16758,
  "result" : "SUCCESS",
  "timestamp" : 1769598910679,
  "url" : "https://jenkins.osmocom.org/jenkins/job/master-libosmocore/4654/",
  "builtOn" : "",
  "changeSet" : {
    "_class" : "hudson.plugins.git.GitChangeSetList",
    "items" : [
      {
        "_class" : "hudson.plugins.git.GitChangeSet",
        "affectedPaths" : [
          "src/core/osmo_io_internal.h"
        ],
        "commitId" : "85d0757a3812c2e777f02a1ef720bad951f00df0",
        "timestamp" : 1769512178000,
        "author" : {
          "absoluteUrl" : "https://jenkins.osmocom.org/jenkins/user/pespin",
          "fullName" : "Pau Espin Pedrol"
        },
        "authorEmail" : "pespin@sysmocom.de",
        "comment" : "osmo_io: Fix misalignment of iofd->cmsg used as struct cmsghdr\u000a\u000aFixes following ASAN runtime error:\u000a\"\"\"\u000asrc/stream.c:398:47: runtime error: member access within misaligned address 0x516000012b81 for type 'struct cmsghdr', which requires 8 byte alignment\u000a0x516000012b81: note: pointer points here\u000a 51 00 00  00 30 00 00 00 00 00 00  00 84 00 00 00 01 00 00  00 00 00 00 00 00 00 00  00 00 00 00 03\u000a              ^\u000a\"\"\"\u000a\u000aCurrent GCC documentation [1] states that __attribute__ ((__aligned__\u000a(alignment))) is the older sytnax. The newer _Alignas mimics the\u000astandarized alignas() in C23. Since we build with CLAGS=-std=gnu11 we\u000aare fine using _Alignas, which was introduced in C11.\u000a\u000a[1] https://www.gnu.org/software/c-intro-and-ref/manual/html_node/Type-Alignment.html\u000a\u000aRelated: OS#6905\u000aChange-Id: Ia80dfc4dbffe85514b18dcf8d36b85bfafd76d64\u000a",
        "date" : "2026-01-27 12:09:38 +0100",
        "id" : "85d0757a3812c2e777f02a1ef720bad951f00df0",
        "msg" : "osmo_io: Fix misalignment of iofd->cmsg used as struct cmsghdr",
        "paths" : [
          {
            "editType" : "edit",
            "file" : "src/core/osmo_io_internal.h"
          }
        ]
      }
    ],
    "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" : 4654,
      "url" : "https://jenkins.osmocom.org/jenkins/job/master-libosmocore/a2=default,a3=default,a4=default,arch=amd64,label=io_uring/4654/"
    },
    {
      "number" : 4654,
      "url" : "https://jenkins.osmocom.org/jenkins/job/master-libosmocore/a2=default,a3=default,a4=default,arch=arm-none-eabi,label=io_uring/4654/"
    }
  ]
}