{
  "_class" : "hudson.model.FreeStyleBuild",
  "actions" : [
    {
      "_class" : "hudson.model.CauseAction",
      "causes" : [
        {
          "_class" : "hudson.triggers.TimerTrigger$TimerTriggerCause",
          "shortDescription" : "Started by timer"
        }
      ]
    },
    {
      "_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"
        }
      ]
    },
    {
      "_class" : "jenkins.metrics.impl.TimeInQueueAction",
      "blockedDurationMillis" : 0,
      "blockedTimeMillis" : 0,
      "buildableDurationMillis" : 29,
      "buildableTimeMillis" : 29,
      "buildingDurationMillis" : 473318,
      "executingTimeMillis" : 473318,
      "executorUtilization" : 1.0,
      "subTaskCount" : 0,
      "waitingDurationMillis" : 0,
      "waitingTimeMillis" : 0
    },
    {
      "_class" : "hudson.plugins.git.util.BuildData",
      "buildsByBranchName" : {
        "origin/master" : {
          "_class" : "hudson.plugins.git.util.Build",
          "buildNumber" : 482,
          "buildResult" : None,
          "marked" : {
            "SHA1" : "51da6263b77dd8c1325b44dbc31e4ac46c9fd1da",
            "branch" : [
              {
                "SHA1" : "51da6263b77dd8c1325b44dbc31e4ac46c9fd1da",
                "name" : "origin/master"
              }
            ]
          },
          "revision" : {
            "SHA1" : "51da6263b77dd8c1325b44dbc31e4ac46c9fd1da",
            "branch" : [
              {
                "SHA1" : "51da6263b77dd8c1325b44dbc31e4ac46c9fd1da",
                "name" : "origin/master"
              }
            ]
          }
        },
        "refs/remotes/origin/osmith/wip" : {
          "_class" : "hudson.plugins.git.util.Build",
          "buildNumber" : 5,
          "buildResult" : None,
          "marked" : {
            "SHA1" : "b52b9704ed57386959a73c98e946c756e0188e6c",
            "branch" : [
              {
                "SHA1" : "b52b9704ed57386959a73c98e946c756e0188e6c",
                "name" : "refs/remotes/origin/osmith/wip"
              }
            ]
          },
          "revision" : {
            "SHA1" : "b52b9704ed57386959a73c98e946c756e0188e6c",
            "branch" : [
              {
                "SHA1" : "b52b9704ed57386959a73c98e946c756e0188e6c",
                "name" : "refs/remotes/origin/osmith/wip"
              }
            ]
          }
        },
        "refs/remotes/origin/master" : {
          "_class" : "hudson.plugins.git.util.Build",
          "buildNumber" : 253,
          "buildResult" : None,
          "marked" : {
            "SHA1" : "c7c48718ba3637e29fc6a7af4e2e39ba0679bb8d",
            "branch" : [
              {
                "SHA1" : "c7c48718ba3637e29fc6a7af4e2e39ba0679bb8d",
                "name" : "refs/remotes/origin/master"
              }
            ]
          },
          "revision" : {
            "SHA1" : "c7c48718ba3637e29fc6a7af4e2e39ba0679bb8d",
            "branch" : [
              {
                "SHA1" : "c7c48718ba3637e29fc6a7af4e2e39ba0679bb8d",
                "name" : "refs/remotes/origin/master"
              }
            ]
          }
        }
      },
      "lastBuiltRevision" : {
        "SHA1" : "51da6263b77dd8c1325b44dbc31e4ac46c9fd1da",
        "branch" : [
          {
            "SHA1" : "51da6263b77dd8c1325b44dbc31e4ac46c9fd1da",
            "name" : "origin/master"
          }
        ]
      },
      "remoteUrls" : [
        "https://gerrit.osmocom.org/pysim"
      ],
      "scmName" : ""
    },
    {
      
    },
    {
      
    },
    {
      "_class" : "org.jenkinsci.plugins.displayurlapi.actions.RunDisplayAction"
    }
  ],
  "artifacts" : [
    
  ],
  "building" : False,
  "description" : None,
  "displayName" : "#482",
  "duration" : 473318,
  "estimatedDuration" : 472586,
  "executor" : None,
  "fullDisplayName" : "simtester-sanitize #482",
  "id" : "482",
  "inProgress" : False,
  "keepLog" : False,
  "number" : 482,
  "queueId" : 9479,
  "result" : "SUCCESS",
  "timestamp" : 1769042581433,
  "url" : "https://jenkins.osmocom.org/jenkins/job/simtester-sanitize/482/",
  "builtOn" : "simtester",
  "changeSet" : {
    "_class" : "hudson.plugins.git.GitChangeSetList",
    "items" : [
      {
        "_class" : "hudson.plugins.git.GitChangeSet",
        "affectedPaths" : [
          "pySim/esim/saip/validation.py"
        ],
        "commitId" : "4f1d7d7ac629cd39bab289ef0bdaad5d7e3d51b6",
        "timestamp" : 1768899003000,
        "author" : {
          "absoluteUrl" : "https://jenkins.osmocom.org/jenkins/user/laforge",
          "fullName" : "laforge"
        },
        "authorEmail" : "laforge@osmocom.org",
        "comment" : "saip.validation: Verify unused mandatory services in header\u000a\u000aThis adds a new check method to the pySim.esim.saip.validation.CheckBasicStructure\u000aclass, which ensures that no unused authentication algorithm related mandatory\u000aservices are indicated in the ProfileHeader.\u000a\u000aSo if a profile e.g. states in the header it requires\u000ausim-test-algorithm, but then the actual akaParameter instances do not\u000aactually use that algorithm, it would raise an exception.\u000a\u000aChange-Id: Id0e1988ae1936a321d04bc7c3c3a33262c767d30\u000aRelated: SYS#7826\u000a",
        "date" : "2026-01-20 09:50:03 +0100",
        "id" : "4f1d7d7ac629cd39bab289ef0bdaad5d7e3d51b6",
        "msg" : "saip.validation: Verify unused mandatory services in header",
        "paths" : [
          {
            "editType" : "edit",
            "file" : "pySim/esim/saip/validation.py"
          }
        ]
      },
      {
        "_class" : "hudson.plugins.git.GitChangeSet",
        "affectedPaths" : [
          "pySim/esim/saip/__init__.py"
        ],
        "commitId" : "51da6263b77dd8c1325b44dbc31e4ac46c9fd1da",
        "timestamp" : 1768899003000,
        "author" : {
          "absoluteUrl" : "https://jenkins.osmocom.org/jenkins/user/laforge",
          "fullName" : "laforge"
        },
        "authorEmail" : "laforge@osmocom.org",
        "comment" : "Fix esim.saip.ProfileElementSequence.remove_naas_of_type\u000a\u000aThis method did not work at all at the moment, likely due to API churn\u000aover time.  This change makes the following exception go away:\u000a\u000aTraceback (most recent call last):\u000a  File \"projects/git/pysim/contrib/saip-tool.py\", line 473, in <module>\u000a    do_remove_naa(pes, opts)\u000a    ~~~~~~~~~~~~~^^^^^^^^^^^\u000a  File \"projects/git/pysim/contrib/saip-tool.py\", line 203, in do_remove_naa\u000a    pes.remove_naas_of_type(naa)\u000a    ~~~~~~~~~~~~~~~~~~~~~~~^^^^^\u000a  File \"projects/git/pysim/contrib/pySim/esim/saip/__init__.py\", line 1748, in remove_naas_of_type\u000a    if template in hdr.decoded['eUICC-Mandatory-GFSTEList']:\u000a       ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^\u000a  File \"projects/git/pysim/contrib/pySim/esim/saip/oid.py\", line 48, in __eq__\u000a    return (self.intlist == other.intlist)\u000a                            ^^^^^^^^^^^^^\u000aAttributeError: 'str' object has no attribute 'intlist'\u000a\u000aA subsequent patch should introduce unit tests to avoid such breakage in\u000athe future.\u000a\u000aChange-Id: I88d862d751198c3d1648ab7f11d6e6a8fdbc41c9\u000a",
        "date" : "2026-01-20 09:50:03 +0100",
        "id" : "51da6263b77dd8c1325b44dbc31e4ac46c9fd1da",
        "msg" : "Fix esim.saip.ProfileElementSequence.remove_naas_of_type",
        "paths" : [
          {
            "editType" : "edit",
            "file" : "pySim/esim/saip/__init__.py"
          }
        ]
      }
    ],
    "kind" : "git"
  },
  "culprits" : [
    {
      "absoluteUrl" : "https://jenkins.osmocom.org/jenkins/user/laforge",
      "fullName" : "laforge"
    }
  ]
}