{
  "_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" : 78254,
      "executingTimeMillis" : 78254,
      "executorUtilization" : 1.0,
      "subTaskCount" : 0,
      "waitingDurationMillis" : 5909,
      "waitingTimeMillis" : 5909
    },
    {
      
    },
    {
      "_class" : "hudson.plugins.git.util.BuildData",
      "buildsByBranchName" : {
        "origin/master" : {
          "_class" : "hudson.plugins.git.util.Build",
          "buildNumber" : 7952,
          "buildResult" : None,
          "marked" : {
            "SHA1" : "29c207405fc07709fc96dd3a448e88c712737a89",
            "branch" : [
              {
                "SHA1" : "29c207405fc07709fc96dd3a448e88c712737a89",
                "name" : "origin/master"
              }
            ]
          },
          "revision" : {
            "SHA1" : "29c207405fc07709fc96dd3a448e88c712737a89",
            "branch" : [
              {
                "SHA1" : "29c207405fc07709fc96dd3a448e88c712737a89",
                "name" : "origin/master"
              }
            ]
          }
        },
        "refs/remotes/origin/master" : {
          "_class" : "hudson.plugins.git.util.Build",
          "buildNumber" : 4893,
          "buildResult" : None,
          "marked" : {
            "SHA1" : "af54579bd49100c2d837044d7336d9df8377808f",
            "branch" : [
              {
                "SHA1" : "af54579bd49100c2d837044d7336d9df8377808f",
                "name" : "refs/remotes/origin/master"
              }
            ]
          },
          "revision" : {
            "SHA1" : "af54579bd49100c2d837044d7336d9df8377808f",
            "branch" : [
              {
                "SHA1" : "af54579bd49100c2d837044d7336d9df8377808f",
                "name" : "refs/remotes/origin/master"
              }
            ]
          }
        }
      },
      "lastBuiltRevision" : {
        "SHA1" : "29c207405fc07709fc96dd3a448e88c712737a89",
        "branch" : [
          {
            "SHA1" : "29c207405fc07709fc96dd3a448e88c712737a89",
            "name" : "origin/master"
          }
        ]
      },
      "remoteUrls" : [
        "https://gerrit.osmocom.org/osmo-pcap"
      ],
      "scmName" : ""
    },
    {
      
    },
    {
      
    },
    {
      
    },
    {
      "_class" : "org.jenkinsci.plugins.displayurlapi.actions.RunDisplayAction"
    }
  ],
  "artifacts" : [
    
  ],
  "building" : False,
  "description" : None,
  "displayName" : "#7952",
  "duration" : 78254,
  "estimatedDuration" : 94948,
  "executor" : None,
  "fullDisplayName" : "master-osmo-pcap #7952",
  "id" : "7952",
  "inProgress" : False,
  "keepLog" : False,
  "number" : 7952,
  "queueId" : 150496,
  "result" : "SUCCESS",
  "timestamp" : 1782202806285,
  "url" : "https://jenkins.osmocom.org/jenkins/view/Sysmocom/job/master-osmo-pcap/7952/",
  "builtOn" : "",
  "changeSet" : {
    "_class" : "hudson.plugins.git.GitChangeSetList",
    "items" : [
      {
        "_class" : "hudson.plugins.git.GitChangeSet",
        "affectedPaths" : [
          "src/osmo_server_network.c"
        ],
        "commitId" : "f3c6fdb7a5cf16371ac50d66fd2e84ab1cb7c363",
        "timestamp" : 1782202665000,
        "author" : {
          "absoluteUrl" : "https://jenkins.osmocom.org/jenkins/user/laforge",
          "fullName" : "laforge"
        },
        "authorEmail" : "laforge@osmocom.org",
        "comment" : "server: do not abort process on short conn message\u000a\u000aconn_read_cb() used OSMO_ASSERT() to check that the received\u000amessage holds at least a full osmo_pcap_data header.  Although\u000aconn_segmentation_cb2() should only ever hand up complete frames,\u000aasserting on a length derived from network input means a framing\u000aanomaly would abort the entire server (taking down all other clients'\u000acaptures).  Close the offending connection gracefully instead,\u000aconsistent with the other error paths in this function.\u000a\u000aChange-Id: Ia102ff918ef8152d212e10a860f5dc70efec880b\u000aAI-Assisted: yes (Claude)\u000a",
        "date" : "2026-06-23 08:17:45 +0000",
        "id" : "f3c6fdb7a5cf16371ac50d66fd2e84ab1cb7c363",
        "msg" : "server: do not abort process on short conn message",
        "paths" : [
          {
            "editType" : "edit",
            "file" : "src/osmo_server_network.c"
          }
        ]
      },
      {
        "_class" : "hudson.plugins.git.GitChangeSet",
        "affectedPaths" : [
          "src/osmo_client_network.c"
        ],
        "commitId" : "cf35aeb857c61350989741dbb19cd047f5f929ed",
        "timestamp" : 1782202665000,
        "author" : {
          "absoluteUrl" : "https://jenkins.osmocom.org/jenkins/user/laforge",
          "fullName" : "laforge"
        },
        "authorEmail" : "laforge@osmocom.org",
        "comment" : "client: Fix 32-bit overflow when computing pcapng EPB timestamp\u000a\u000atv_sec * 1000 * 1000 was evaluated in int arithmetic.  Where time_t /\u000atv_sec is 32-bit, this overflows for any tv_sec > ~2147, corrupting\u000athe 64-bit timestamp_usec well before the year 2038.  Cast tv_sec to\u000auint64_t before the multiplication so the whole expression\u000ais computed in 64 bits.\u000a\u000aChange-Id: I20d3282b8cba1675ce2d0860e66027e5ee8245ef\u000aAI-Assisted: yes (Claude)\u000a",
        "date" : "2026-06-23 08:17:45 +0000",
        "id" : "cf35aeb857c61350989741dbb19cd047f5f929ed",
        "msg" : "client: Fix 32-bit overflow when computing pcapng EPB timestamp",
        "paths" : [
          {
            "editType" : "edit",
            "file" : "src/osmo_client_network.c"
          }
        ]
      },
      {
        "_class" : "hudson.plugins.git.GitChangeSet",
        "affectedPaths" : [
          "src/osmo_server_core.c"
        ],
        "commitId" : "3e9ac602a1f9a31a779cd50240acb0289d139cb0",
        "timestamp" : 1782202665000,
        "author" : {
          "absoluteUrl" : "https://jenkins.osmocom.org/jenkins/user/laforge",
          "fullName" : "laforge"
        },
        "authorEmail" : "laforge@osmocom.org",
        "comment" : "server: fix zmq message leak on send failure\u000a\u000azmq_msg_send() only transfers ownership of the message to ZeroMQ on\u000asuccess.  On failure the caller retains ownership, so the previously\u000ainit'd zmq_msg_t was leaked on every failed publish.  Close it\u000aexplicitly on the error path.\u000a\u000aChange-Id: I501b1bf55bede4e69fa5d9b3f38d87341482ff49\u000aAI-Assisted: yes (Claude)\u000a",
        "date" : "2026-06-23 08:17:45 +0000",
        "id" : "3e9ac602a1f9a31a779cd50240acb0289d139cb0",
        "msg" : "server: fix zmq message leak on send failure",
        "paths" : [
          {
            "editType" : "edit",
            "file" : "src/osmo_server_core.c"
          }
        ]
      },
      {
        "_class" : "hudson.plugins.git.GitChangeSet",
        "affectedPaths" : [
          "src/osmo_server_network.c"
        ],
        "commitId" : "29c207405fc07709fc96dd3a448e88c712737a89",
        "timestamp" : 1782202665000,
        "author" : {
          "absoluteUrl" : "https://jenkins.osmocom.org/jenkins/user/laforge",
          "fullName" : "laforge"
        },
        "authorEmail" : "laforge@osmocom.org",
        "comment" : "server: fix msgb leak on duplicate link header\u000a\u000arx_link_hdr() takes ownership of msg on success (rx_link() only frees\u000ait on failure).  Both branches that call update_conn_file_hdr_msg()\u000afree msg, but when an identical link header was already stored neither\u000abranch ran and msg was leaked.\u000a\u000aThis happens on every duplicate PKT_LINK_HDR, e.g. a client that\u000aperiodically resends its header.  Free msg explicitly in that case.\u000a\u000aChange-Id: I79344fe942342f2a736878142b3cf036fc982eef\u000aAI-Assisted: yes (Claude)\u000a",
        "date" : "2026-06-23 08:17:45 +0000",
        "id" : "29c207405fc07709fc96dd3a448e88c712737a89",
        "msg" : "server: fix msgb leak on duplicate link header",
        "paths" : [
          {
            "editType" : "edit",
            "file" : "src/osmo_server_network.c"
          }
        ]
      }
    ],
    "kind" : "git"
  },
  "culprits" : [
    {
      "absoluteUrl" : "https://jenkins.osmocom.org/jenkins/user/laforge",
      "fullName" : "laforge"
    }
  ],
  "runs" : [
    {
      "number" : 7952,
      "url" : "https://jenkins.osmocom.org/jenkins/view/Sysmocom/job/master-osmo-pcap/a1=default,a2=default,a3=default,a4=default,label=osmocom-master/7952/"
    }
  ]
}