{
  "_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" : 11,
      "buildableTimeMillis" : 11,
      "buildingDurationMillis" : 474278,
      "executingTimeMillis" : 474278,
      "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" : 530,
          "buildResult" : None,
          "marked" : {
            "SHA1" : "a5a5865c7c7fdeaf679cf20aa987a96780137eac",
            "branch" : [
              {
                "SHA1" : "a5a5865c7c7fdeaf679cf20aa987a96780137eac",
                "name" : "origin/master"
              }
            ]
          },
          "revision" : {
            "SHA1" : "a5a5865c7c7fdeaf679cf20aa987a96780137eac",
            "branch" : [
              {
                "SHA1" : "a5a5865c7c7fdeaf679cf20aa987a96780137eac",
                "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" : "a5a5865c7c7fdeaf679cf20aa987a96780137eac",
        "branch" : [
          {
            "SHA1" : "a5a5865c7c7fdeaf679cf20aa987a96780137eac",
            "name" : "origin/master"
          }
        ]
      },
      "remoteUrls" : [
        "https://gerrit.osmocom.org/pysim"
      ],
      "scmName" : ""
    },
    {
      
    },
    {
      
    },
    {
      "_class" : "org.jenkinsci.plugins.displayurlapi.actions.RunDisplayAction"
    }
  ],
  "artifacts" : [
    
  ],
  "building" : False,
  "description" : None,
  "displayName" : "#530",
  "duration" : 474278,
  "estimatedDuration" : 474425,
  "executor" : None,
  "fullDisplayName" : "simtester-sanitize #530",
  "id" : "530",
  "inProgress" : False,
  "keepLog" : False,
  "number" : 530,
  "queueId" : 56045,
  "result" : "SUCCESS",
  "timestamp" : 1773189780931,
  "url" : "https://jenkins.osmocom.org/jenkins/view/all/job/simtester-sanitize/530/",
  "builtOn" : "simtester",
  "changeSet" : {
    "_class" : "hudson.plugins.git.GitChangeSetList",
    "items" : [
      {
        "_class" : "hudson.plugins.git.GitChangeSet",
        "affectedPaths" : [
          "tests/card_sanitizer/card_backup_3b9f96801f878031e073fe211b674a357530350265f8_8949440000001155314.script"
        ],
        "commitId" : "8ee10ab1a5a919943f5a4cbdd9b7f02856272cd6",
        "timestamp" : 1773134583000,
        "author" : {
          "absoluteUrl" : "https://jenkins.osmocom.org/jenkins/user/laforge",
          "fullName" : "laforge"
        },
        "authorEmail" : "laforge@osmocom.org",
        "comment" : "tests/pySim-smpp2sim_test/card_sanitizer: update card backup with new test keyset\u000a\u000aIn our test setup we run the card_sanitizer.py script regualary to ensure that\u000awe have consistent start conditions when running our tests. In case a testcase\u000acrashes for some reason and leaves messed up files on a test card. The\u000acard_sanitizer.py script will ensure that any problem like that is cleaned up\u000aover night.\u000a\u000aFor the testcases we are about to add in the patch following this one, we need\u000ato provision a new test keyset to one of our test cards. This has been already\u000adone manually. However since the card_sanitizer still has the old keys in its\u000abackup we will have to update that as well.\u000a\u000aChange-Id: I5aa8a413b19b3e43a79d03e904daab50b4b1e767\u000aRelated: OS#6868\u000a",
        "date" : "2026-03-10 09:23:03 +0000",
        "id" : "8ee10ab1a5a919943f5a4cbdd9b7f02856272cd6",
        "msg" : "tests/pySim-smpp2sim_test/card_sanitizer: update card backup with new",
        "paths" : [
          {
            "editType" : "edit",
            "file" : "tests/card_sanitizer/card_backup_3b9f96801f878031e073fe211b674a357530350265f8_8949440000001155314.script"
          }
        ]
      },
      {
        "_class" : "hudson.plugins.git.GitChangeSet",
        "affectedPaths" : [
          "tests/pySim-smpp2sim_test/pySim-smpp2sim_test.sh",
          "tests/pySim-smpp2sim_test/pySim-smpp2sim_test.cfg",
          "tests/pySim-smpp2sim_test/testcase_aes256_cbc_cmac_rfm.cfg",
          "tests/pySim-smpp2sim_test/testcase_aes128_cbc_cmac_rfm.cfg",
          "tests/pySim-smpp2sim_test/testcase_3des_cbc2_rfm.cfg"
        ],
        "commitId" : "a615ba5138f58ba6b530ea82ff4c41f82dab5296",
        "timestamp" : 1773134583000,
        "author" : {
          "absoluteUrl" : "https://jenkins.osmocom.org/jenkins/user/laforge",
          "fullName" : "laforge"
        },
        "authorEmail" : "laforge@osmocom.org",
        "comment" : "tests/pySim-smpp2sim_test: add testcases for AES128 and AES256\u000a\u000aExtend the existing test script so that it can handle multiple\u000atestcases. Also add support for switching eUICC profiles.\u000aFinally, add a testcases to test OTA-SMS (RFM) with AES128 and\u000aAES256 encryption.\u000a\u000aChange-Id: I1f10504f3a29a8c74a17991632d932819fecfa5a\u000aRelated: OS#6868\u000a",
        "date" : "2026-03-10 09:23:03 +0000",
        "id" : "a615ba5138f58ba6b530ea82ff4c41f82dab5296",
        "msg" : "tests/pySim-smpp2sim_test: add testcases for AES128 and AES256",
        "paths" : [
          {
            "editType" : "add",
            "file" : "tests/pySim-smpp2sim_test/testcase_aes128_cbc_cmac_rfm.cfg"
          },
          {
            "editType" : "edit",
            "file" : "tests/pySim-smpp2sim_test/pySim-smpp2sim_test.sh"
          },
          {
            "editType" : "add",
            "file" : "tests/pySim-smpp2sim_test/testcase_3des_cbc2_rfm.cfg"
          },
          {
            "editType" : "add",
            "file" : "tests/pySim-smpp2sim_test/testcase_aes256_cbc_cmac_rfm.cfg"
          },
          {
            "editType" : "delete",
            "file" : "tests/pySim-smpp2sim_test/pySim-smpp2sim_test.cfg"
          }
        ]
      },
      {
        "_class" : "hudson.plugins.git.GitChangeSet",
        "affectedPaths" : [
          "contrib/smpp-ota-tool.py"
        ],
        "commitId" : "2dfaac6e4f6c1ab0fc930c0e1dc9ee9df713aa34",
        "timestamp" : 1773134583000,
        "author" : {
          "absoluteUrl" : "https://jenkins.osmocom.org/jenkins/user/laforge",
          "fullName" : "laforge"
        },
        "authorEmail" : "laforge@osmocom.org",
        "comment" : "contrib/smpp-ota-tool: fix description string (copy+paste error)\u000a\u000aChange-Id: I559844bfa1ac372370ef9d148f2f8a6bf4ab4ef5\u000aRelated: SYS#6868\u000a",
        "date" : "2026-03-10 09:23:03 +0000",
        "id" : "2dfaac6e4f6c1ab0fc930c0e1dc9ee9df713aa34",
        "msg" : "contrib/smpp-ota-tool: fix description string (copy+paste error)",
        "paths" : [
          {
            "editType" : "edit",
            "file" : "contrib/smpp-ota-tool.py"
          }
        ]
      },
      {
        "_class" : "hudson.plugins.git.GitChangeSet",
        "affectedPaths" : [
          "tests/pySim-smpp2sim_test/pySim-smpp2sim_test.sh",
          "contrib/smpp-ota-tool.py"
        ],
        "commitId" : "c47005d4082cd950d99b870d0a45907f9945ea60",
        "timestamp" : 1773134583000,
        "author" : {
          "absoluteUrl" : "https://jenkins.osmocom.org/jenkins/user/laforge",
          "fullName" : "laforge"
        },
        "authorEmail" : "laforge@osmocom.org",
        "comment" : "contrib/smpp-ota-tool: use '-' instead of '_' in command line args\u000a\u000aSome commandline arguments have an underscore in their name. Let's\u000areplace those with dashes.\u000a\u000aChange-Id: Icbe9d753d59263997e9ca34d46ed0daca36ca16c\u000aRelated: SYS#6868\u000a",
        "date" : "2026-03-10 09:23:03 +0000",
        "id" : "c47005d4082cd950d99b870d0a45907f9945ea60",
        "msg" : "contrib/smpp-ota-tool: use '-' instead of '_' in command line args",
        "paths" : [
          {
            "editType" : "edit",
            "file" : "contrib/smpp-ota-tool.py"
          },
          {
            "editType" : "edit",
            "file" : "tests/pySim-smpp2sim_test/pySim-smpp2sim_test.sh"
          }
        ]
      },
      {
        "_class" : "hudson.plugins.git.GitChangeSet",
        "affectedPaths" : [
          "contrib/smpp-ota-tool.py"
        ],
        "commitId" : "84754b6ebbceef68f00206ec6a272472e9fa55f5",
        "timestamp" : 1773134583000,
        "author" : {
          "absoluteUrl" : "https://jenkins.osmocom.org/jenkins/user/laforge",
          "fullName" : "laforge"
        },
        "authorEmail" : "laforge@osmocom.org",
        "comment" : "contrib/smpp-ota-tool: define commandline arguments in global scope\u000a\u000aThe commandline arguments are currently defined under __main__ in a\u000aprivate scope. From there they are not reachable to the sphinx\u000aargparse module. We have to define the arguments globally at the\u000atop. (like in the other applications)\u000a\u000aRelated: SYS#7881\u000aChange-Id: I2d9782e3f5b1cac78c22d206fdcac4118c7d5e7c\u000a",
        "date" : "2026-03-10 09:23:03 +0000",
        "id" : "84754b6ebbceef68f00206ec6a272472e9fa55f5",
        "msg" : "contrib/smpp-ota-tool: define commandline arguments in global scope",
        "paths" : [
          {
            "editType" : "edit",
            "file" : "contrib/smpp-ota-tool.py"
          }
        ]
      },
      {
        "_class" : "hudson.plugins.git.GitChangeSet",
        "affectedPaths" : [
          "docs/index.rst",
          "docs/smpp2sim.rst",
          "docs/smpp-ota-tool.rst"
        ],
        "commitId" : "914abe3309e87eb0e856294905cc7718f0cc748d",
        "timestamp" : 1773134583000,
        "author" : {
          "absoluteUrl" : "https://jenkins.osmocom.org/jenkins/user/laforge",
          "fullName" : "laforge"
        },
        "authorEmail" : "laforge@osmocom.org",
        "comment" : "docs/smpp-ota-tool: Add documentation/tutorial\u000a\u000aWe already have documentation that explains how to run pySim-smpp2sim.\u000aWith smpp-ota-tool we now have a counterpart for pySim-smpp2sim, so\u000alet's add documentation for this tool as well.\u000a\u000aRelated: SYS#7881\u000aChange-Id: If0d18a263f5a6dc035b90f5c5c6a942d46bbba49\u000a",
        "date" : "2026-03-10 09:23:03 +0000",
        "id" : "914abe3309e87eb0e856294905cc7718f0cc748d",
        "msg" : "docs/smpp-ota-tool: Add documentation/tutorial",
        "paths" : [
          {
            "editType" : "edit",
            "file" : "docs/smpp2sim.rst"
          },
          {
            "editType" : "edit",
            "file" : "docs/index.rst"
          },
          {
            "editType" : "add",
            "file" : "docs/smpp-ota-tool.rst"
          }
        ]
      },
      {
        "_class" : "hudson.plugins.git.GitChangeSet",
        "affectedPaths" : [
          "pySim/esim/saip/__init__.py"
        ],
        "commitId" : "3752aeb94e5bd4a25063eee28a11e0564e8cf65e",
        "timestamp" : 1773160488000,
        "author" : {
          "absoluteUrl" : "https://jenkins.osmocom.org/jenkins/user/laforge",
          "fullName" : "laforge"
        },
        "authorEmail" : "laforge@osmocom.org",
        "comment" : "pySim.esim.saip.File: Support pinStatusTemplateDO + lcsi\u000a\u000aThe tuples defining a DF or ADF in an eSIM template must contain a\u000apinStatusTemplateDO.  When parsing tuples into a File() instance, we\u000amust save it, and re-create it at the time we re-encode that file.\u000a\u000aSame applies to the lcsi (life cycle state indicator), which may\u000aoptionally exist for any file.\u000a\u000aChange-Id: I073aa4374f2cd664d07fa0224bf0d4c809cdf4aa\u000aCloses: OS#6955\u000a",
        "date" : "2026-03-10 16:34:48 +0000",
        "id" : "3752aeb94e5bd4a25063eee28a11e0564e8cf65e",
        "msg" : "pySim.esim.saip.File: Support pinStatusTemplateDO + lcsi",
        "paths" : [
          {
            "editType" : "edit",
            "file" : "pySim/esim/saip/__init__.py"
          }
        ]
      },
      {
        "_class" : "hudson.plugins.git.GitChangeSet",
        "affectedPaths" : [
          "pySim/cdma_ruim.py"
        ],
        "commitId" : "a5a5865c7c7fdeaf679cf20aa987a96780137eac",
        "timestamp" : 1773164590000,
        "author" : {
          "absoluteUrl" : "https://jenkins.osmocom.org/jenkins/user/laforge",
          "fullName" : "laforge"
        },
        "authorEmail" : "laforge@osmocom.org",
        "comment" : "cdma_ruim: fix copy-pasted desc for EF.AD\u000a\u000aChange-Id: I2338f35c21978dd6b8916c0abd57b94f5e087655\u000a",
        "date" : "2026-03-10 17:43:10 +0000",
        "id" : "a5a5865c7c7fdeaf679cf20aa987a96780137eac",
        "msg" : "cdma_ruim: fix copy-pasted desc for EF.AD",
        "paths" : [
          {
            "editType" : "edit",
            "file" : "pySim/cdma_ruim.py"
          }
        ]
      }
    ],
    "kind" : "git"
  },
  "culprits" : [
    {
      "absoluteUrl" : "https://jenkins.osmocom.org/jenkins/user/laforge",
      "fullName" : "laforge"
    }
  ]
}