{
  "_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" : 52488,
      "executingTimeMillis" : 52488,
      "executorUtilization" : 1.0,
      "subTaskCount" : 0,
      "waitingDurationMillis" : 5360,
      "waitingTimeMillis" : 5360
    },
    {
      
    },
    {
      "_class" : "hudson.plugins.git.util.BuildData",
      "buildsByBranchName" : {
        "origin/master" : {
          "_class" : "hudson.plugins.git.util.Build",
          "buildNumber" : 10553,
          "buildResult" : None,
          "marked" : {
            "SHA1" : "71a8f69f1e5889039c8f304196b217844dbb0b81",
            "branch" : [
              {
                "SHA1" : "71a8f69f1e5889039c8f304196b217844dbb0b81",
                "name" : "origin/master"
              }
            ]
          },
          "revision" : {
            "SHA1" : "71a8f69f1e5889039c8f304196b217844dbb0b81",
            "branch" : [
              {
                "SHA1" : "71a8f69f1e5889039c8f304196b217844dbb0b81",
                "name" : "origin/master"
              }
            ]
          }
        },
        "refs/remotes/origin/master" : {
          "_class" : "hudson.plugins.git.util.Build",
          "buildNumber" : 7002,
          "buildResult" : None,
          "marked" : {
            "SHA1" : "1c076ec867bbb1ec8eae77bddeda695566860d46",
            "branch" : [
              {
                "SHA1" : "1c076ec867bbb1ec8eae77bddeda695566860d46",
                "name" : "refs/remotes/origin/master"
              }
            ]
          },
          "revision" : {
            "SHA1" : "1c076ec867bbb1ec8eae77bddeda695566860d46",
            "branch" : [
              {
                "SHA1" : "1c076ec867bbb1ec8eae77bddeda695566860d46",
                "name" : "refs/remotes/origin/master"
              }
            ]
          }
        }
      },
      "lastBuiltRevision" : {
        "SHA1" : "71a8f69f1e5889039c8f304196b217844dbb0b81",
        "branch" : [
          {
            "SHA1" : "71a8f69f1e5889039c8f304196b217844dbb0b81",
            "name" : "origin/master"
          }
        ]
      },
      "remoteUrls" : [
        "https://gerrit.osmocom.org/libosmo-netif"
      ],
      "scmName" : ""
    },
    {
      
    },
    {
      
    },
    {
      "_class" : "org.jenkinsci.plugins.displayurlapi.actions.RunDisplayAction"
    }
  ],
  "artifacts" : [
    
  ],
  "building" : False,
  "description" : None,
  "displayName" : "#10553",
  "duration" : 52488,
  "estimatedDuration" : 78642,
  "executor" : None,
  "fullDisplayName" : "master-libosmo-netif #10553",
  "id" : "10553",
  "inProgress" : False,
  "keepLog" : False,
  "number" : 10553,
  "queueId" : 4096,
  "result" : "SUCCESS",
  "timestamp" : 1768566906076,
  "url" : "https://jenkins.osmocom.org/jenkins/view/update-jobs/job/master-libosmo-netif/10553/",
  "builtOn" : "",
  "changeSet" : {
    "_class" : "hudson.plugins.git.GitChangeSetList",
    "items" : [
      {
        "_class" : "hudson.plugins.git.GitChangeSet",
        "affectedPaths" : [
          "src/stream_cli.c"
        ],
        "commitId" : "c31ff6f073de271199614662b378b060cf0dcc81",
        "timestamp" : 1768492771000,
        "author" : {
          "absoluteUrl" : "https://jenkins.osmocom.org/jenkins/user/pespin",
          "fullName" : "Pau Espin Pedrol"
        },
        "authorEmail" : "pespin@sysmocom.de",
        "comment" : "stream_cli: Log state in stream_sctp_recvmsg_wrapper()\u000a\u000aSame as done in LOGSCLI macro.\u000a\u000aChange-Id: Icac56b48b0d5715096a4d4872f88997eb6d708d2\u000a",
        "date" : "2026-01-15 16:59:31 +0100",
        "id" : "c31ff6f073de271199614662b378b060cf0dcc81",
        "msg" : "stream_cli: Log state in stream_sctp_recvmsg_wrapper()",
        "paths" : [
          {
            "editType" : "edit",
            "file" : "src/stream_cli.c"
          }
        ]
      },
      {
        "_class" : "hudson.plugins.git.GitChangeSet",
        "affectedPaths" : [
          "src/stream_srv.c"
        ],
        "commitId" : "5846b6048da745cd58b588926190d3af4e568853",
        "timestamp" : 1768492771000,
        "author" : {
          "absoluteUrl" : "https://jenkins.osmocom.org/jenkins/user/pespin",
          "fullName" : "Pau Espin Pedrol"
        },
        "authorEmail" : "pespin@sysmocom.de",
        "comment" : "stream_srv: keep sockname in iofd name if a stream name is explicitly set\u000a\u000aThis matches with how we log in eg. LOGSRV() macro. In essence, the user\u000adoesn't need to care about requesting to log the sockname, that's\u000ainternally done in all cases. Instead, the stream set_name() is used to\u000alog more upper-layer information.\u000a\u000aChange-Id: I8f95b3a1cae66d39f7b83a4022880ab390b7715e\u000a",
        "date" : "2026-01-15 16:59:31 +0100",
        "id" : "5846b6048da745cd58b588926190d3af4e568853",
        "msg" : "stream_srv: keep sockname in iofd name if a stream name is explicitly",
        "paths" : [
          {
            "editType" : "edit",
            "file" : "src/stream_srv.c"
          }
        ]
      },
      {
        "_class" : "hudson.plugins.git.GitChangeSet",
        "affectedPaths" : [
          "src/stream_cli.c"
        ],
        "commitId" : "71a8f69f1e5889039c8f304196b217844dbb0b81",
        "timestamp" : 1768493556000,
        "author" : {
          "absoluteUrl" : "https://jenkins.osmocom.org/jenkins/user/pespin",
          "fullName" : "Pau Espin Pedrol"
        },
        "authorEmail" : "pespin@sysmocom.de",
        "comment" : "stream_cli: Add stream sockname to iofd name\u000a\u000aChange-Id: If6f42afefdc61f3ce8c3387c22ac6867c21cb87b\u000a",
        "date" : "2026-01-15 17:12:36 +0100",
        "id" : "71a8f69f1e5889039c8f304196b217844dbb0b81",
        "msg" : "stream_cli: Add stream sockname to iofd name",
        "paths" : [
          {
            "editType" : "edit",
            "file" : "src/stream_cli.c"
          }
        ]
      }
    ],
    "kind" : "git"
  },
  "culprits" : [
    {
      "absoluteUrl" : "https://jenkins.osmocom.org/jenkins/user/pespin",
      "fullName" : "Pau Espin Pedrol"
    }
  ],
  "runs" : [
    {
      "number" : 10553,
      "url" : "https://jenkins.osmocom.org/jenkins/view/update-jobs/job/master-libosmo-netif/a1=default,a2=default,a3=default,a4=default,label=osmocom-master/10553/"
    }
  ]
}