{
  "_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" : 53398,
      "executingTimeMillis" : 53398,
      "executorUtilization" : 1.0,
      "subTaskCount" : 0,
      "waitingDurationMillis" : 8773,
      "waitingTimeMillis" : 8773
    },
    {
      
    },
    {
      "_class" : "hudson.plugins.git.util.BuildData",
      "buildsByBranchName" : {
        "origin/master" : {
          "_class" : "hudson.plugins.git.util.Build",
          "buildNumber" : 10725,
          "buildResult" : None,
          "marked" : {
            "SHA1" : "4dce8bcce565dae976fbf872de1b187be6c9cfdc",
            "branch" : [
              {
                "SHA1" : "4dce8bcce565dae976fbf872de1b187be6c9cfdc",
                "name" : "origin/master"
              }
            ]
          },
          "revision" : {
            "SHA1" : "4dce8bcce565dae976fbf872de1b187be6c9cfdc",
            "branch" : [
              {
                "SHA1" : "4dce8bcce565dae976fbf872de1b187be6c9cfdc",
                "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" : "4dce8bcce565dae976fbf872de1b187be6c9cfdc",
        "branch" : [
          {
            "SHA1" : "4dce8bcce565dae976fbf872de1b187be6c9cfdc",
            "name" : "origin/master"
          }
        ]
      },
      "remoteUrls" : [
        "https://gerrit.osmocom.org/libosmo-netif"
      ],
      "scmName" : ""
    },
    {
      
    },
    {
      
    },
    {
      "_class" : "org.jenkinsci.plugins.displayurlapi.actions.RunDisplayAction"
    }
  ],
  "artifacts" : [
    
  ],
  "building" : False,
  "description" : None,
  "displayName" : "#10725",
  "duration" : 53398,
  "estimatedDuration" : 49632,
  "executor" : None,
  "fullDisplayName" : "master-libosmo-netif #10725",
  "id" : "10725",
  "inProgress" : False,
  "keepLog" : False,
  "number" : 10725,
  "queueId" : 69052,
  "result" : "SUCCESS",
  "timestamp" : 1774293009599,
  "url" : "https://jenkins.osmocom.org/jenkins/view/OBS/job/master-libosmo-netif/10725/",
  "builtOn" : "",
  "changeSet" : {
    "_class" : "hudson.plugins.git.GitChangeSetList",
    "items" : [
      {
        "_class" : "hudson.plugins.git.GitChangeSet",
        "affectedPaths" : [
          "include/osmocom/netif/ip_checksum.h",
          "src/Makefile.am",
          "src/ip_checksum.c",
          "include/osmocom/netif/Makefile.am",
          "TODO-RELEASE"
        ],
        "commitId" : "6bffb079d660b2403fdf089cd3e081825c579069",
        "timestamp" : 1774264228000,
        "author" : {
          "absoluteUrl" : "https://jenkins.osmocom.org/jenkins/user/pespin",
          "fullName" : "Pau Espin Pedrol"
        },
        "authorEmail" : "pespin@sysmocom.de",
        "comment" : "Introduce ip_checksum API\u000a\u000aip_checksum.* files are copied from checksum.* in osmo-ggsn.git\u000a1.14.0 (ebd1bf8adbc8d5bec9e36d70e3a78e8838226e7a).\u000a\u000aChange-Id: Ia09645a4715ac133036d7c89297b0fa10cf9aa3b\u000a",
        "date" : "2026-03-23 12:10:28 +0100",
        "id" : "6bffb079d660b2403fdf089cd3e081825c579069",
        "msg" : "Introduce ip_checksum API",
        "paths" : [
          {
            "editType" : "edit",
            "file" : "include/osmocom/netif/Makefile.am"
          },
          {
            "editType" : "add",
            "file" : "include/osmocom/netif/ip_checksum.h"
          },
          {
            "editType" : "add",
            "file" : "src/ip_checksum.c"
          },
          {
            "editType" : "edit",
            "file" : "TODO-RELEASE"
          },
          {
            "editType" : "edit",
            "file" : "src/Makefile.am"
          }
        ]
      },
      {
        "_class" : "hudson.plugins.git.GitChangeSet",
        "affectedPaths" : [
          "src/Makefile.am",
          "include/osmocom/netif/icmpv6.h",
          "src/icmpv6.c",
          "include/osmocom/netif/Makefile.am",
          "TODO-RELEASE"
        ],
        "commitId" : "4dce8bcce565dae976fbf872de1b187be6c9cfdc",
        "timestamp" : 1774267861000,
        "author" : {
          "absoluteUrl" : "https://jenkins.osmocom.org/jenkins/user/pespin",
          "fullName" : "Pau Espin Pedrol"
        },
        "authorEmail" : "pespin@sysmocom.de",
        "comment" : "Introduce API osmo_icmpv6\u000a\u000aicmpv6.* files are copied from osmo-ggsn.git 1.14.0\u000a(ebd1bf8adbc8d5bec9e36d70e3a78e8838226e7a).\u000a\u000aChange-Id: I78ec7270c717af0a1b8ffd9398cd69ea7a0dbee2\u000a",
        "date" : "2026-03-23 13:11:01 +0100",
        "id" : "4dce8bcce565dae976fbf872de1b187be6c9cfdc",
        "msg" : "Introduce API osmo_icmpv6",
        "paths" : [
          {
            "editType" : "edit",
            "file" : "src/Makefile.am"
          },
          {
            "editType" : "add",
            "file" : "src/icmpv6.c"
          },
          {
            "editType" : "edit",
            "file" : "include/osmocom/netif/Makefile.am"
          },
          {
            "editType" : "edit",
            "file" : "TODO-RELEASE"
          },
          {
            "editType" : "add",
            "file" : "include/osmocom/netif/icmpv6.h"
          }
        ]
      }
    ],
    "kind" : "git"
  },
  "culprits" : [
    {
      "absoluteUrl" : "https://jenkins.osmocom.org/jenkins/user/pespin",
      "fullName" : "Pau Espin Pedrol"
    }
  ],
  "runs" : [
    {
      "number" : 10725,
      "url" : "https://jenkins.osmocom.org/jenkins/view/OBS/job/master-libosmo-netif/a1=default,a2=default,a3=default,a4=default,label=osmocom-master/10725/"
    }
  ]
}