{
  "_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" : 60959,
      "executingTimeMillis" : 60959,
      "executorUtilization" : 1.0,
      "subTaskCount" : 0,
      "waitingDurationMillis" : 6249,
      "waitingTimeMillis" : 6249
    },
    {
      
    },
    {
      "_class" : "hudson.plugins.git.util.BuildData",
      "buildsByBranchName" : {
        "origin/master" : {
          "_class" : "hudson.plugins.git.util.Build",
          "buildNumber" : 548,
          "buildResult" : None,
          "marked" : {
            "SHA1" : "095edd35bc2574c5034f036534225e21f7752554",
            "branch" : [
              {
                "SHA1" : "095edd35bc2574c5034f036534225e21f7752554",
                "name" : "origin/master"
              }
            ]
          },
          "revision" : {
            "SHA1" : "095edd35bc2574c5034f036534225e21f7752554",
            "branch" : [
              {
                "SHA1" : "095edd35bc2574c5034f036534225e21f7752554",
                "name" : "origin/master"
              }
            ]
          }
        }
      },
      "lastBuiltRevision" : {
        "SHA1" : "095edd35bc2574c5034f036534225e21f7752554",
        "branch" : [
          {
            "SHA1" : "095edd35bc2574c5034f036534225e21f7752554",
            "name" : "origin/master"
          }
        ]
      },
      "remoteUrls" : [
        "https://gerrit.osmocom.org/erlang/osmo-s1gw"
      ],
      "scmName" : ""
    },
    {
      
    },
    {
      
    },
    {
      "_class" : "org.jenkinsci.plugins.displayurlapi.actions.RunDisplayAction"
    }
  ],
  "artifacts" : [
    
  ],
  "building" : False,
  "description" : None,
  "displayName" : "#548",
  "duration" : 60959,
  "estimatedDuration" : 66486,
  "executor" : None,
  "fullDisplayName" : "master-osmo-s1gw #548",
  "id" : "548",
  "inProgress" : False,
  "keepLog" : False,
  "number" : 548,
  "queueId" : 1993981,
  "result" : "SUCCESS",
  "timestamp" : 1757944566724,
  "url" : "https://jenkins.osmocom.org/jenkins/view/All%20no%20Gerrit/job/master-osmo-s1gw/548/",
  "builtOn" : "",
  "changeSet" : {
    "_class" : "hudson.plugins.git.GitChangeSetList",
    "items" : [
      {
        "_class" : "hudson.plugins.git.GitChangeSet",
        "affectedPaths" : [
          "src/enb_registry.erl",
          "src/sctp_server.erl",
          "src/s1ap_proxy.erl",
          "test/s1ap_proxy_test.erl",
          "src/sctp_proxy.erl",
          "src/osmo_s1gw_sup.erl"
        ],
        "commitId" : "ada15bf75ae1718c8a8bf22a61137df053ee48d8",
        "timestamp" : 1757827944000,
        "author" : {
          "absoluteUrl" : "https://jenkins.osmocom.org/jenkins/user/fixeria",
          "fullName" : "Vadim Yanitskiy"
        },
        "authorEmail" : "vyanitskiy@sysmocom.de",
        "comment" : "enb_registry: new module\u000a\u000aThe purpose of this new module is to maintain a centralized eNB\u000aregistry, that can be easily queried via the upcoming REST interface.\u000aThis avoids the need to fetch the eNB connection list from the\u000asctp_server process and then query the individual processes\u000ahandling each connection.\u000a\u000aChange-Id: I77a5a750ca6342da3a99926a44926b3973ab19c4\u000aRelated: SYS#7066\u000a",
        "date" : "2025-09-14 12:32:24 +0700",
        "id" : "ada15bf75ae1718c8a8bf22a61137df053ee48d8",
        "msg" : "enb_registry: new module",
        "paths" : [
          {
            "editType" : "edit",
            "file" : "src/sctp_proxy.erl"
          },
          {
            "editType" : "add",
            "file" : "src/enb_registry.erl"
          },
          {
            "editType" : "edit",
            "file" : "test/s1ap_proxy_test.erl"
          },
          {
            "editType" : "edit",
            "file" : "src/s1ap_proxy.erl"
          },
          {
            "editType" : "edit",
            "file" : "src/osmo_s1gw_sup.erl"
          },
          {
            "editType" : "edit",
            "file" : "src/sctp_server.erl"
          }
        ]
      },
      {
        "_class" : "hudson.plugins.git.GitChangeSet",
        "affectedPaths" : [
          "src/enb_registry.erl",
          "src/s1ap_proxy.erl",
          "src/enb_uptime.erl"
        ],
        "commitId" : "7edca44a7abb2a2371b122e83390158d2b619f51",
        "timestamp" : 1757827944000,
        "author" : {
          "absoluteUrl" : "https://jenkins.osmocom.org/jenkins/user/fixeria",
          "fullName" : "Vadim Yanitskiy"
        },
        "authorEmail" : "vyanitskiy@sysmocom.de",
        "comment" : "enb_registry: track eNB uptime\u000a\u000aNow that we have the global eNB registry, it makes more sense to\u000aperform uptime tracking there instead of spawning a separate\u000aenb_uptime process for each eNB connection.\u000a\u000aChange-Id: I94fd06e559ae52d4d9c8b22e618e48dff718b53c\u000aRelated: SYS#7594, SYS#7066\u000a",
        "date" : "2025-09-14 12:32:24 +0700",
        "id" : "7edca44a7abb2a2371b122e83390158d2b619f51",
        "msg" : "enb_registry: track eNB uptime",
        "paths" : [
          {
            "editType" : "edit",
            "file" : "src/enb_registry.erl"
          },
          {
            "editType" : "delete",
            "file" : "src/enb_uptime.erl"
          },
          {
            "editType" : "edit",
            "file" : "src/s1ap_proxy.erl"
          }
        ]
      },
      {
        "_class" : "hudson.plugins.git.GitChangeSet",
        "affectedPaths" : [
          "src/enb_registry.erl"
        ],
        "commitId" : "ba568c87a7379b63f5e1f94140c7bbf00c72c356",
        "timestamp" : 1757827944000,
        "author" : {
          "absoluteUrl" : "https://jenkins.osmocom.org/jenkins/user/fixeria",
          "fullName" : "Vadim Yanitskiy"
        },
        "authorEmail" : "vyanitskiy@sysmocom.de",
        "comment" : "enb_registry: fetch_enb_list/0: return sorted list\u000a\u000aChange-Id: I51cc55982dda5f88e967b63433fb7e5be292aca1\u000a",
        "date" : "2025-09-14 12:32:24 +0700",
        "id" : "ba568c87a7379b63f5e1f94140c7bbf00c72c356",
        "msg" : "enb_registry: fetch_enb_list/0: return sorted list",
        "paths" : [
          {
            "editType" : "edit",
            "file" : "src/enb_registry.erl"
          }
        ]
      },
      {
        "_class" : "hudson.plugins.git.GitChangeSet",
        "affectedPaths" : [
          "contrib/generate_build_dep.sh"
        ],
        "commitId" : "738704a2aac9279147986f21679b38c94e4c41c6",
        "timestamp" : 1757878634000,
        "author" : {
          "absoluteUrl" : "https://jenkins.osmocom.org/jenkins/user/fixeria",
          "fullName" : "Vadim Yanitskiy"
        },
        "authorEmail" : "vyanitskiy@sysmocom.de",
        "comment" : "contrib/generate_build_dep.sh: pass '-n' to mv\u000a\u000aIt may happen that the same directory is present in both\u000a`_build/default/lib` and `_build/default/plugins` directories.\u000aIn this case the `mv` command will fail, and this is exactly\u000awhat happens when adding a new dependency in a follow-up patch:\u000a\u000amv: cannot move './_build/default/plugins/ncalendar' to '_checkouts/ncalendar': Directory not empty\u000amv: cannot move './_build/default/plugins/ndto' to '_checkouts/ndto': Directory not empty\u000amv: cannot move './_build/default/plugins/njson' to '_checkouts/njson': Directory not empty\u000a\u000aPass `-n` to skip already existing checkouts.\u000a\u000aChange-Id: I9a95afcac54dec9684f34224a912574bb387e96c\u000a",
        "date" : "2025-09-15 02:37:14 +0700",
        "id" : "738704a2aac9279147986f21679b38c94e4c41c6",
        "msg" : "contrib/generate_build_dep.sh: pass '-n' to mv",
        "paths" : [
          {
            "editType" : "edit",
            "file" : "contrib/generate_build_dep.sh"
          }
        ]
      },
      {
        "_class" : "hudson.plugins.git.GitChangeSet",
        "affectedPaths" : [
          "debian/control"
        ],
        "commitId" : "9455ca17066850c9d55c6a03c667023ebeb3c98c",
        "timestamp" : 1757878860000,
        "author" : {
          "absoluteUrl" : "https://jenkins.osmocom.org/jenkins/user/fixeria",
          "fullName" : "Vadim Yanitskiy"
        },
        "authorEmail" : "vyanitskiy@sysmocom.de",
        "comment" : "debian: add missing libsctp dependency\u000a\u000aThis dependency is *not* added automatically by `${shlibs:Depends}`\u000abecause it's not a dependency of `erlang-base`: it's listed as a\u000arecommendation (in `Recommends`).  The `osmo-s1gw` package needs\u000ato depend on libsctp explicitly;  otherwise it will not work\u000ain a clean environment.\u000a\u000aChange-Id: I9add00e501110b54447faf89fce0f18432663463\u000a",
        "date" : "2025-09-15 02:41:00 +0700",
        "id" : "9455ca17066850c9d55c6a03c667023ebeb3c98c",
        "msg" : "debian: add missing libsctp dependency",
        "paths" : [
          {
            "editType" : "edit",
            "file" : "debian/control"
          }
        ]
      },
      {
        "_class" : "hudson.plugins.git.GitChangeSet",
        "affectedPaths" : [
          "debian/osmo-s1gw.install",
          "debian/rules"
        ],
        "commitId" : "095edd35bc2574c5034f036534225e21f7752554",
        "timestamp" : 1757878860000,
        "author" : {
          "absoluteUrl" : "https://jenkins.osmocom.org/jenkins/user/fixeria",
          "fullName" : "Vadim Yanitskiy"
        },
        "authorEmail" : "vyanitskiy@sysmocom.de",
        "comment" : "debian: add osmo-s1gw.install\u000a\u000aThe `*.install` files give precise control over what gets packaged,\u000aallowing to exclude files and/or include additional ones.  This will\u000abe needed in a follow-up patches adding misc files.\u000a\u000aChange-Id: Ia396351a73b665cbb9927b525e01ab451a6b0f78\u000a",
        "date" : "2025-09-15 02:41:00 +0700",
        "id" : "095edd35bc2574c5034f036534225e21f7752554",
        "msg" : "debian: add osmo-s1gw.install",
        "paths" : [
          {
            "editType" : "add",
            "file" : "debian/osmo-s1gw.install"
          },
          {
            "editType" : "edit",
            "file" : "debian/rules"
          }
        ]
      }
    ],
    "kind" : "git"
  },
  "culprits" : [
    {
      "absoluteUrl" : "https://jenkins.osmocom.org/jenkins/user/fixeria",
      "fullName" : "Vadim Yanitskiy"
    }
  ],
  "runs" : [
    {
      "number" : 548,
      "url" : "https://jenkins.osmocom.org/jenkins/view/All%20no%20Gerrit/job/master-osmo-s1gw/a1=default,a2=default,a3=default,a4=default,label=osmocom-master/548/"
    }
  ]
}