{
  "_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" : 107485,
      "executingTimeMillis" : 107485,
      "executorUtilization" : 1.0,
      "subTaskCount" : 0,
      "waitingDurationMillis" : 5000,
      "waitingTimeMillis" : 5000
    },
    {
      
    },
    {
      "_class" : "hudson.plugins.git.util.BuildData",
      "buildsByBranchName" : {
        "origin/master" : {
          "_class" : "hudson.plugins.git.util.Build",
          "buildNumber" : 12931,
          "buildResult" : None,
          "marked" : {
            "SHA1" : "1aa233a9db5bc7bc68119a9dc9974b639e4629c6",
            "branch" : [
              {
                "SHA1" : "1aa233a9db5bc7bc68119a9dc9974b639e4629c6",
                "name" : "origin/master"
              }
            ]
          },
          "revision" : {
            "SHA1" : "1aa233a9db5bc7bc68119a9dc9974b639e4629c6",
            "branch" : [
              {
                "SHA1" : "1aa233a9db5bc7bc68119a9dc9974b639e4629c6",
                "name" : "origin/master"
              }
            ]
          }
        },
        "refs/remotes/origin/master" : {
          "_class" : "hudson.plugins.git.util.Build",
          "buildNumber" : 3182,
          "buildResult" : None,
          "marked" : {
            "SHA1" : "61021881ac056a411fdc249ca8a30b4dceb0cd05",
            "branch" : [
              {
                "SHA1" : "61021881ac056a411fdc249ca8a30b4dceb0cd05",
                "name" : "refs/remotes/origin/master"
              }
            ]
          },
          "revision" : {
            "SHA1" : "61021881ac056a411fdc249ca8a30b4dceb0cd05",
            "branch" : [
              {
                "SHA1" : "61021881ac056a411fdc249ca8a30b4dceb0cd05",
                "name" : "refs/remotes/origin/master"
              }
            ]
          }
        }
      },
      "lastBuiltRevision" : {
        "SHA1" : "1aa233a9db5bc7bc68119a9dc9974b639e4629c6",
        "branch" : [
          {
            "SHA1" : "1aa233a9db5bc7bc68119a9dc9974b639e4629c6",
            "name" : "origin/master"
          }
        ]
      },
      "remoteUrls" : [
        "https://gerrit.osmocom.org/osmo-hnbgw"
      ],
      "scmName" : ""
    },
    {
      
    },
    {
      
    },
    {
      "_class" : "org.jenkinsci.plugins.displayurlapi.actions.RunDisplayAction"
    }
  ],
  "artifacts" : [
    
  ],
  "building" : False,
  "description" : None,
  "displayName" : "#12931",
  "duration" : 107485,
  "estimatedDuration" : 107156,
  "executor" : None,
  "fullDisplayName" : "master-osmo-hnbgw #12931",
  "id" : "12931",
  "inProgress" : False,
  "keepLog" : False,
  "number" : 12931,
  "queueId" : 2047170,
  "result" : "SUCCESS",
  "timestamp" : 1763632685701,
  "url" : "https://jenkins.osmocom.org/jenkins/view/TTCN3-io_uring/job/master-osmo-hnbgw/12931/",
  "builtOn" : "",
  "changeSet" : {
    "_class" : "hudson.plugins.git.GitChangeSetList",
    "items" : [
      {
        "_class" : "hudson.plugins.git.GitChangeSet",
        "affectedPaths" : [
          "src/osmo-hnbgw/hnb.c"
        ],
        "commitId" : "0bececbd735c7ca242260f04030b5c67d9650eae",
        "timestamp" : 1763552411000,
        "author" : {
          "absoluteUrl" : "https://jenkins.osmocom.org/jenkins/user/pespin",
          "fullName" : "Pau Espin Pedrol"
        },
        "authorEmail" : "pespin@sysmocom.de",
        "comment" : "hnb: Avoid calling osmo_sock_get_ip_and_port() with negative fd\u000a\u000aRelated: Coverity CID#551438\u000aChange-Id: I3ff5d17cd42393893a507718ee191af40bb2499b\u000a",
        "date" : "2025-11-19 12:40:11 +0100",
        "id" : "0bececbd735c7ca242260f04030b5c67d9650eae",
        "msg" : "hnb: Avoid calling osmo_sock_get_ip_and_port() with negative fd",
        "paths" : [
          {
            "editType" : "edit",
            "file" : "src/osmo-hnbgw/hnb.c"
          }
        ]
      },
      {
        "_class" : "hudson.plugins.git.GitChangeSet",
        "affectedPaths" : [
          "src/osmo-hnbgw/hnbgw.c",
          "tests/osmo-hnbgw.vty",
          "include/osmocom/hnbgw/hnbgw.h",
          "src/osmo-hnbgw/osmo_hnbgw_main.c",
          "src/osmo-hnbgw/hnbgw_vty.c"
        ],
        "commitId" : "c4f54ad0490ff3ad70a2bdfc89321a7104afa95a",
        "timestamp" : 1763632517000,
        "author" : {
          "absoluteUrl" : "https://jenkins.osmocom.org/jenkins/user/pespin",
          "fullName" : "Pau Espin Pedrol"
        },
        "authorEmail" : "pespin@sysmocom.de",
        "comment" : "iuh: Allow setting tx-queue-max-length for all HNBs\u000a\u000aRelated: SYS#7693\u000aChange-Id: I8bc9e8bae7a4815dc2f2bc9e15401e01948d1748\u000a",
        "date" : "2025-11-20 09:55:17 +0000",
        "id" : "c4f54ad0490ff3ad70a2bdfc89321a7104afa95a",
        "msg" : "iuh: Allow setting tx-queue-max-length for all HNBs",
        "paths" : [
          {
            "editType" : "edit",
            "file" : "include/osmocom/hnbgw/hnbgw.h"
          },
          {
            "editType" : "edit",
            "file" : "src/osmo-hnbgw/osmo_hnbgw_main.c"
          },
          {
            "editType" : "edit",
            "file" : "src/osmo-hnbgw/hnbgw.c"
          },
          {
            "editType" : "edit",
            "file" : "tests/osmo-hnbgw.vty"
          },
          {
            "editType" : "edit",
            "file" : "src/osmo-hnbgw/hnbgw_vty.c"
          }
        ]
      },
      {
        "_class" : "hudson.plugins.git.GitChangeSet",
        "affectedPaths" : [
          "src/osmo-hnbgw/hnbgw.c",
          "src/osmo-hnbgw/hnbgw_hnbap.c",
          "include/osmocom/hnbgw/hnbgw.h",
          "src/osmo-hnbgw/osmo_hnbgw_main.c",
          "src/osmo-hnbgw/hnbgw_vty.c"
        ],
        "commitId" : "1aa233a9db5bc7bc68119a9dc9974b639e4629c6",
        "timestamp" : 1763632517000,
        "author" : {
          "absoluteUrl" : "https://jenkins.osmocom.org/jenkins/user/pespin",
          "fullName" : "Pau Espin Pedrol"
        },
        "authorEmail" : "pespin@sysmocom.de",
        "comment" : "Move iuh fields in iuh substruct\u000a\u000aChange-Id: If6954929def24d48661bc132070440513b01289e\u000a",
        "date" : "2025-11-20 09:55:17 +0000",
        "id" : "1aa233a9db5bc7bc68119a9dc9974b639e4629c6",
        "msg" : "Move iuh fields in iuh substruct",
        "paths" : [
          {
            "editType" : "edit",
            "file" : "src/osmo-hnbgw/hnbgw_hnbap.c"
          },
          {
            "editType" : "edit",
            "file" : "src/osmo-hnbgw/osmo_hnbgw_main.c"
          },
          {
            "editType" : "edit",
            "file" : "include/osmocom/hnbgw/hnbgw.h"
          },
          {
            "editType" : "edit",
            "file" : "src/osmo-hnbgw/hnbgw_vty.c"
          },
          {
            "editType" : "edit",
            "file" : "src/osmo-hnbgw/hnbgw.c"
          }
        ]
      }
    ],
    "kind" : "git"
  },
  "culprits" : [
    {
      "absoluteUrl" : "https://jenkins.osmocom.org/jenkins/user/pespin",
      "fullName" : "Pau Espin Pedrol"
    }
  ],
  "runs" : [
    {
      "number" : 12931,
      "url" : "https://jenkins.osmocom.org/jenkins/view/TTCN3-io_uring/job/master-osmo-hnbgw/NFTABLES=0,PFCP=0,WITH_MANUALS=0,a4=default,label=osmocom-master/12931/"
    },
    {
      "number" : 12931,
      "url" : "https://jenkins.osmocom.org/jenkins/view/TTCN3-io_uring/job/master-osmo-hnbgw/NFTABLES=1,PFCP=1,WITH_MANUALS=1,a4=default,label=osmocom-master/12931/"
    }
  ]
}