{
  "_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" : 475593,
      "executingTimeMillis" : 475593,
      "executorUtilization" : 1.0,
      "subTaskCount" : 0,
      "waitingDurationMillis" : 8019,
      "waitingTimeMillis" : 8019
    },
    {
      
    },
    {
      "_class" : "hudson.plugins.git.util.BuildData",
      "buildsByBranchName" : {
        "origin/master" : {
          "_class" : "hudson.plugins.git.util.Build",
          "buildNumber" : 4646,
          "buildResult" : None,
          "marked" : {
            "SHA1" : "b2337963a490c30f5596a5c96d9cf4db8ca08e93",
            "branch" : [
              {
                "SHA1" : "b2337963a490c30f5596a5c96d9cf4db8ca08e93",
                "name" : "origin/master"
              }
            ]
          },
          "revision" : {
            "SHA1" : "b2337963a490c30f5596a5c96d9cf4db8ca08e93",
            "branch" : [
              {
                "SHA1" : "b2337963a490c30f5596a5c96d9cf4db8ca08e93",
                "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" : "b2337963a490c30f5596a5c96d9cf4db8ca08e93",
        "branch" : [
          {
            "SHA1" : "b2337963a490c30f5596a5c96d9cf4db8ca08e93",
            "name" : "origin/master"
          }
        ]
      },
      "remoteUrls" : [
        "https://gerrit.osmocom.org/libosmocore"
      ],
      "scmName" : ""
    },
    {
      
    },
    {
      
    },
    {
      "_class" : "org.jenkinsci.plugins.displayurlapi.actions.RunDisplayAction"
    }
  ],
  "artifacts" : [
    
  ],
  "building" : False,
  "description" : None,
  "displayName" : "#4646",
  "duration" : 475593,
  "estimatedDuration" : 186794,
  "executor" : None,
  "fullDisplayName" : "master-libosmocore #4646",
  "id" : "4646",
  "inProgress" : False,
  "keepLog" : False,
  "number" : 4646,
  "queueId" : 13794,
  "result" : "SUCCESS",
  "timestamp" : 1769378708450,
  "url" : "https://jenkins.osmocom.org/jenkins/job/master-libosmocore/4646/",
  "builtOn" : "",
  "changeSet" : {
    "_class" : "hudson.plugins.git.GitChangeSetList",
    "items" : [
      {
        "_class" : "hudson.plugins.git.GitChangeSet",
        "affectedPaths" : [
          "src/ctrl/fsm_ctrl_commands.c",
          "src/core/fsm.c"
        ],
        "commitId" : "e309200f886e020eed7a77e0bab0639fe0f04dfd",
        "timestamp" : 1769173792000,
        "author" : {
          "absoluteUrl" : "https://jenkins.osmocom.org/jenkins/user/dtv.comp",
          "fullName" : "dtv.comp"
        },
        "authorEmail" : "dtv.comp@gmail.com",
        "comment" : "core: fix printf format casts for struct timeval fields\u000a\u000aExplicitly cast struct timeval fields to long when passing them to\u000aprintf-style functions.\u000a\u000aThis avoids compiler warnings/errors on platforms where tv_sec or\u000atv_usec are not exactly of type long, while keeping the existing log\u000aand control output unchanged.\u000a\u000aChange-Id: Icac9e392c728948a7976970658e37f5e0da41709\u000a",
        "date" : "2026-01-23 17:09:52 +0400",
        "id" : "e309200f886e020eed7a77e0bab0639fe0f04dfd",
        "msg" : "core: fix printf format casts for struct timeval fields",
        "paths" : [
          {
            "editType" : "edit",
            "file" : "src/core/fsm.c"
          },
          {
            "editType" : "edit",
            "file" : "src/ctrl/fsm_ctrl_commands.c"
          }
        ]
      },
      {
        "_class" : "hudson.plugins.git.GitChangeSet",
        "affectedPaths" : [
          "src/vty/command.c"
        ],
        "commitId" : "b2337963a490c30f5596a5c96d9cf4db8ca08e93",
        "timestamp" : 1769173792000,
        "author" : {
          "absoluteUrl" : "https://jenkins.osmocom.org/jenkins/user/dtv.comp",
          "fullName" : "dtv.comp"
        },
        "authorEmail" : "dtv.comp@gmail.com",
        "comment" : "vty: guard definition of _XOPEN_SOURCE\u000a\u000aDefine _XOPEN_SOURCE only if it is not already provided by the build\u000aenvironment.\u000a\u000aThis avoids redefinition warnings/errors while ensuring required POSIX\u000ainterfaces are available.\u000a\u000aChange-Id: I4f53aff1afef02abce7cb70d1b29080ba900ff41\u000a",
        "date" : "2026-01-23 17:09:52 +0400",
        "id" : "b2337963a490c30f5596a5c96d9cf4db8ca08e93",
        "msg" : "vty: guard definition of _XOPEN_SOURCE",
        "paths" : [
          {
            "editType" : "edit",
            "file" : "src/vty/command.c"
          }
        ]
      }
    ],
    "kind" : "git"
  },
  "culprits" : [
    {
      "absoluteUrl" : "https://jenkins.osmocom.org/jenkins/user/dtv.comp",
      "fullName" : "dtv.comp"
    }
  ],
  "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" : 4646,
      "url" : "https://jenkins.osmocom.org/jenkins/job/master-libosmocore/a2=default,a3=default,a4=default,arch=amd64,label=io_uring/4646/"
    },
    {
      "number" : 4646,
      "url" : "https://jenkins.osmocom.org/jenkins/job/master-libosmocore/a2=default,a3=default,a4=default,arch=arm-none-eabi,label=io_uring/4646/"
    }
  ]
}