{
  "_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" : 45695,
      "executingTimeMillis" : 45695,
      "executorUtilization" : 1.0,
      "subTaskCount" : 0,
      "waitingDurationMillis" : 6222,
      "waitingTimeMillis" : 6222
    },
    {
      
    },
    {
      "_class" : "hudson.plugins.git.util.BuildData",
      "buildsByBranchName" : {
        "origin/master" : {
          "_class" : "hudson.plugins.git.util.Build",
          "buildNumber" : 841,
          "buildResult" : None,
          "marked" : {
            "SHA1" : "35afe13b4405d4efe3830fca30e0de4e972c75e6",
            "branch" : [
              {
                "SHA1" : "35afe13b4405d4efe3830fca30e0de4e972c75e6",
                "name" : "origin/master"
              }
            ]
          },
          "revision" : {
            "SHA1" : "35afe13b4405d4efe3830fca30e0de4e972c75e6",
            "branch" : [
              {
                "SHA1" : "35afe13b4405d4efe3830fca30e0de4e972c75e6",
                "name" : "origin/master"
              }
            ]
          }
        }
      },
      "lastBuiltRevision" : {
        "SHA1" : "35afe13b4405d4efe3830fca30e0de4e972c75e6",
        "branch" : [
          {
            "SHA1" : "35afe13b4405d4efe3830fca30e0de4e972c75e6",
            "name" : "origin/master"
          }
        ]
      },
      "remoteUrls" : [
        "https://gerrit.osmocom.org/erlang/osmo-epdg"
      ],
      "scmName" : ""
    },
    {
      
    },
    {
      
    },
    {
      "_class" : "org.jenkinsci.plugins.displayurlapi.actions.RunDisplayAction"
    }
  ],
  "artifacts" : [
    
  ],
  "building" : False,
  "description" : None,
  "displayName" : "#841",
  "duration" : 45695,
  "estimatedDuration" : 37379,
  "executor" : None,
  "fullDisplayName" : "master-osmo-epdg #841",
  "id" : "841",
  "inProgress" : False,
  "keepLog" : False,
  "number" : 841,
  "queueId" : 2034465,
  "result" : "SUCCESS",
  "timestamp" : 1762437426668,
  "url" : "https://jenkins.osmocom.org/jenkins/job/master-osmo-epdg/841/",
  "builtOn" : "",
  "changeSet" : {
    "_class" : "hudson.plugins.git.GitChangeSetList",
    "items" : [
      {
        "_class" : "hudson.plugins.git.GitChangeSet",
        "affectedPaths" : [
          "src/aaa_ue_fsm.erl"
        ],
        "commitId" : "7cf865886d27b6313954ba72a584ed18e866158f",
        "timestamp" : 1762436156000,
        "author" : {
          "absoluteUrl" : "https://jenkins.osmocom.org/jenkins/user/pespin",
          "fullName" : "Pau Espin Pedrol"
        },
        "authorEmail" : "pespin@sysmocom.de",
        "comment" : "aaa_ue_fsm: Avoid immediate stop of fsm during 2nd SWx RTR\u000a\u000aDuring Network Initiated De-Registration by HSS Procedure, if a 2nd RTR\u000aarrives for an aaa_ue_fsm which is already in\u000astate_dereg_net_initiated_*, let it continue with the ordered tear down\u000aconsisting of informing peer nodes.\u000a\u000aChange-Id: I6d564ec1583692a6b6f3f273268b400570b246ff\u000a",
        "date" : "2025-11-06 14:35:56 +0100",
        "id" : "7cf865886d27b6313954ba72a584ed18e866158f",
        "msg" : "aaa_ue_fsm: Avoid immediate stop of fsm during 2nd SWx RTR",
        "paths" : [
          {
            "editType" : "edit",
            "file" : "src/aaa_ue_fsm.erl"
          }
        ]
      },
      {
        "_class" : "hudson.plugins.git.GitChangeSet",
        "affectedPaths" : [
          "src/aaa_ue_fsm.erl",
          "src/aaa_diameter_swx_cb.erl"
        ],
        "commitId" : "35afe13b4405d4efe3830fca30e0de4e972c75e6",
        "timestamp" : 1762436213000,
        "author" : {
          "absoluteUrl" : "https://jenkins.osmocom.org/jenkins/user/pespin",
          "fullName" : "Pau Espin Pedrol"
        },
        "authorEmail" : "pespin@sysmocom.de",
        "comment" : "aaa_diameter_swx: Avoid answering RTR with Success if already deregistering\u000a\u000aWhen receiving an SWx RTR on our osmo-epdg (epdg+AAA), we initiate the\u000aderegistration against peer nodes on other interfaces and answer with SWx RTA.\u000a\u000aIf a subsequent RTR for the subscriber arrives on the interface while\u000athe deregistration is in progress, we'd answer with RTA Result-Code 2001\u000aSUCCESS. Let's instead answer already as if we didn't know about the\u000asubscriber, since it will end up being freed in a short span of time and\u000anothing can be done about it.\u000a\u000aRelated: OS#6796\u000aChange-Id: I0ed13e9503ec380ce4331c662ca3eb966ccbda92\u000a",
        "date" : "2025-11-06 14:36:53 +0100",
        "id" : "35afe13b4405d4efe3830fca30e0de4e972c75e6",
        "msg" : "aaa_diameter_swx: Avoid answering RTR with Success if already",
        "paths" : [
          {
            "editType" : "edit",
            "file" : "src/aaa_ue_fsm.erl"
          },
          {
            "editType" : "edit",
            "file" : "src/aaa_diameter_swx_cb.erl"
          }
        ]
      }
    ],
    "kind" : "git"
  },
  "culprits" : [
    {
      "absoluteUrl" : "https://jenkins.osmocom.org/jenkins/user/pespin",
      "fullName" : "Pau Espin Pedrol"
    }
  ],
  "runs" : [
    {
      "number" : 841,
      "url" : "https://jenkins.osmocom.org/jenkins/job/master-osmo-epdg/JOB_TYPE=build,a1=default,a3=default,a4=default,label=osmocom-master/841/"
    },
    {
      "number" : 841,
      "url" : "https://jenkins.osmocom.org/jenkins/job/master-osmo-epdg/JOB_TYPE=manuals,a1=default,a3=default,a4=default,label=osmocom-master/841/"
    }
  ]
}