{
  "_class" : "hudson.model.FreeStyleBuild",
  "actions" : [
    {
      "_class" : "hudson.model.CauseAction",
      "causes" : [
        {
          "_class" : "hudson.triggers.SCMTrigger$SCMTriggerCause",
          "shortDescription" : "Started by an SCM change"
        }
      ]
    },
    {
      
    },
    {
      "_class" : "jenkins.metrics.impl.TimeInQueueAction",
      "blockedDurationMillis" : 0,
      "blockedTimeMillis" : 0,
      "buildableDurationMillis" : 4,
      "buildableTimeMillis" : 4,
      "buildingDurationMillis" : 1300,
      "executingTimeMillis" : 1300,
      "executorUtilization" : 1.0,
      "subTaskCount" : 0,
      "waitingDurationMillis" : 9488,
      "waitingTimeMillis" : 9488
    },
    {
      "_class" : "hudson.plugins.git.util.BuildData",
      "buildsByBranchName" : {
        "origin/master" : {
          "_class" : "hudson.plugins.git.util.Build",
          "buildNumber" : 2990,
          "buildResult" : None,
          "marked" : {
            "SHA1" : "2763b45b8ddb4030ca30be6b12c3ebd37217b090",
            "branch" : [
              {
                "SHA1" : "2763b45b8ddb4030ca30be6b12c3ebd37217b090",
                "name" : "origin/master"
              }
            ]
          },
          "revision" : {
            "SHA1" : "2763b45b8ddb4030ca30be6b12c3ebd37217b090",
            "branch" : [
              {
                "SHA1" : "2763b45b8ddb4030ca30be6b12c3ebd37217b090",
                "name" : "origin/master"
              }
            ]
          }
        },
        "refs/remotes/origin/master" : {
          "_class" : "hudson.plugins.git.util.Build",
          "buildNumber" : 2694,
          "buildResult" : None,
          "marked" : {
            "SHA1" : "7fb8722448b9c523cdd1edda8f89c100880316be",
            "branch" : [
              {
                "SHA1" : "7fb8722448b9c523cdd1edda8f89c100880316be",
                "name" : "refs/remotes/origin/master"
              }
            ]
          },
          "revision" : {
            "SHA1" : "7fb8722448b9c523cdd1edda8f89c100880316be",
            "branch" : [
              {
                "SHA1" : "7fb8722448b9c523cdd1edda8f89c100880316be",
                "name" : "refs/remotes/origin/master"
              }
            ]
          }
        }
      },
      "lastBuiltRevision" : {
        "SHA1" : "2763b45b8ddb4030ca30be6b12c3ebd37217b090",
        "branch" : [
          {
            "SHA1" : "2763b45b8ddb4030ca30be6b12c3ebd37217b090",
            "name" : "origin/master"
          }
        ]
      },
      "remoteUrls" : [
        "https://gerrit.osmocom.org/osmo-ttcn3-hacks"
      ],
      "scmName" : ""
    },
    {
      
    },
    {
      
    },
    {
      "_class" : "org.jenkinsci.plugins.displayurlapi.actions.RunDisplayAction"
    }
  ],
  "artifacts" : [
    
  ],
  "building" : False,
  "description" : None,
  "displayName" : "#2990",
  "duration" : 1300,
  "estimatedDuration" : 1291,
  "executor" : None,
  "fullDisplayName" : "registry-trigger-osmo-ttcn3-hacks #2990",
  "id" : "2990",
  "inProgress" : False,
  "keepLog" : False,
  "number" : 2990,
  "queueId" : 2041760,
  "result" : "SUCCESS",
  "timestamp" : 1763106790218,
  "url" : "https://jenkins.osmocom.org/jenkins/view/registry/job/registry-trigger-osmo-ttcn3-hacks/2990/",
  "builtOn" : "build4-deb12build-ansible",
  "changeSet" : {
    "_class" : "hudson.plugins.git.GitChangeSetList",
    "items" : [
      {
        "_class" : "hudson.plugins.git.GitChangeSet",
        "affectedPaths" : [
          "_testenv/data/scripts/wait_for_port.py"
        ],
        "commitId" : "85ca1c910360a2b54d900b155c10364cfa8a8e6b",
        "timestamp" : 1763106763000,
        "author" : {
          "absoluteUrl" : "https://jenkins.osmocom.org/jenkins/user/osmith",
          "fullName" : "Oliver Smith"
        },
        "authorEmail" : "osmith@sysmocom.de",
        "comment" : "testenv: wait_for_port: add --protocol=sctp\u000a\u000aPrepare to use the script in a follow up patch to check if the diameter\u000aport of PyHSS is ready.\u000a\u000aChange-Id: I6e75728b2e9b67c85d1ea2ae5ab15890074db272\u000a",
        "date" : "2025-11-14 07:52:43 +0000",
        "id" : "85ca1c910360a2b54d900b155c10364cfa8a8e6b",
        "msg" : "testenv: wait_for_port: add --protocol=sctp",
        "paths" : [
          {
            "editType" : "edit",
            "file" : "_testenv/data/scripts/wait_for_port.py"
          }
        ]
      },
      {
        "_class" : "hudson.plugins.git.GitChangeSet",
        "affectedPaths" : [
          "_testenv/testenv/daemons.py"
        ],
        "commitId" : "9243905fae4cb258fd3f0b2f82f6d139d2307207",
        "timestamp" : 1763106763000,
        "author" : {
          "absoluteUrl" : "https://jenkins.osmocom.org/jenkins/user/osmith",
          "fullName" : "Oliver Smith"
        },
        "authorEmail" : "osmith@sysmocom.de",
        "comment" : "testenv: stop daemons in reverse order\u000a\u000aThe PyHSS daemons throw a lot of errors when the redis server is stopped\u000abefore the PyHSS daemons are stopped. Fix this by stopping the daemons\u000ain the reverse order they were started.\u000a\u000aExample:\u000a\u000a  start:\u000a  \u00091) redis\u000a  \u00092) pyhss_hss\u000a  \u00093) pyhss_diameter\u000a  \u00094) pyhss_api\u000a\u000a  stop:\u000a  \u00091) pyhss_api\u000a  \u00092) pyhss_diameter\u000a  \u00093) pyhss_hss\u000a  \u00094) redis\u000a\u000aChange-Id: Ia4fa25998d81a9a3a27c5f3d341b9a02e5536e17\u000a",
        "date" : "2025-11-14 07:52:43 +0000",
        "id" : "9243905fae4cb258fd3f0b2f82f6d139d2307207",
        "msg" : "testenv: stop daemons in reverse order",
        "paths" : [
          {
            "editType" : "edit",
            "file" : "_testenv/testenv/daemons.py"
          }
        ]
      },
      {
        "_class" : "hudson.plugins.git.GitChangeSet",
        "affectedPaths" : [
          "hss/testenv_open5gs.cfg",
          "hss/testenv.cfg",
          "_testenv/data/podman/Dockerfile",
          "hss/HSS_Tests.ttcn",
          "hss/testenv_pyhss.cfg",
          "hss/pyhss/config.yaml",
          "hss/pyhss/run_in_venv.sh",
          "hss/pyhss/setup_db.sh",
          "hss/pyhss/redis.conf",
          "hss/pyhss/HSS_Tests.cfg"
        ],
        "commitId" : "2763b45b8ddb4030ca30be6b12c3ebd37217b090",
        "timestamp" : 1763106763000,
        "author" : {
          "absoluteUrl" : "https://jenkins.osmocom.org/jenkins/user/osmith",
          "fullName" : "Oliver Smith"
        },
        "authorEmail" : "osmith@sysmocom.de",
        "comment" : "hss: add initial testenv_pyhss.cfg\u000a\u000aRelated: OS#6862\u000aChange-Id: I224eb4aa5fec3dc97f6fa956a4a86f206c8b12b7\u000a",
        "date" : "2025-11-14 07:52:43 +0000",
        "id" : "2763b45b8ddb4030ca30be6b12c3ebd37217b090",
        "msg" : "hss: add initial testenv_pyhss.cfg",
        "paths" : [
          {
            "editType" : "add",
            "file" : "hss/pyhss/redis.conf"
          },
          {
            "editType" : "delete",
            "file" : "hss/testenv.cfg"
          },
          {
            "editType" : "add",
            "file" : "hss/testenv_open5gs.cfg"
          },
          {
            "editType" : "add",
            "file" : "hss/pyhss/HSS_Tests.cfg"
          },
          {
            "editType" : "edit",
            "file" : "hss/HSS_Tests.ttcn"
          },
          {
            "editType" : "edit",
            "file" : "_testenv/data/podman/Dockerfile"
          },
          {
            "editType" : "add",
            "file" : "hss/testenv_pyhss.cfg"
          },
          {
            "editType" : "add",
            "file" : "hss/pyhss/config.yaml"
          },
          {
            "editType" : "add",
            "file" : "hss/pyhss/setup_db.sh"
          },
          {
            "editType" : "add",
            "file" : "hss/pyhss/run_in_venv.sh"
          }
        ]
      }
    ],
    "kind" : "git"
  },
  "culprits" : [
    {
      "absoluteUrl" : "https://jenkins.osmocom.org/jenkins/user/osmith",
      "fullName" : "Oliver Smith"
    }
  ]
}