{
  "_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" : 1,
      "buildableTimeMillis" : 1,
      "buildingDurationMillis" : 476354,
      "executingTimeMillis" : 476354,
      "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" : 502,
          "buildResult" : None,
          "marked" : {
            "SHA1" : "e7016b5b57f70b22c8261efc4d28c2ca9fb3edd8",
            "branch" : [
              {
                "SHA1" : "e7016b5b57f70b22c8261efc4d28c2ca9fb3edd8",
                "name" : "origin/master"
              }
            ]
          },
          "revision" : {
            "SHA1" : "e7016b5b57f70b22c8261efc4d28c2ca9fb3edd8",
            "branch" : [
              {
                "SHA1" : "e7016b5b57f70b22c8261efc4d28c2ca9fb3edd8",
                "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" : "e7016b5b57f70b22c8261efc4d28c2ca9fb3edd8",
        "branch" : [
          {
            "SHA1" : "e7016b5b57f70b22c8261efc4d28c2ca9fb3edd8",
            "name" : "origin/master"
          }
        ]
      },
      "remoteUrls" : [
        "https://gerrit.osmocom.org/pysim"
      ],
      "scmName" : ""
    },
    {
      
    },
    {
      
    },
    {
      "_class" : "org.jenkinsci.plugins.displayurlapi.actions.RunDisplayAction"
    }
  ],
  "artifacts" : [
    
  ],
  "building" : False,
  "description" : None,
  "displayName" : "#502",
  "duration" : 476354,
  "estimatedDuration" : 475356,
  "executor" : None,
  "fullDisplayName" : "simtester-sanitize #502",
  "id" : "502",
  "inProgress" : False,
  "keepLog" : False,
  "number" : 502,
  "queueId" : 30064,
  "result" : "SUCCESS",
  "timestamp" : 1770770581373,
  "url" : "https://jenkins.osmocom.org/jenkins/view/All%20no%20Gerrit/job/simtester-sanitize/502/",
  "builtOn" : "simtester",
  "changeSet" : {
    "_class" : "hudson.plugins.git.GitChangeSetList",
    "items" : [
      {
        "_class" : "hudson.plugins.git.GitChangeSet",
        "affectedPaths" : [
          "pySim/esim/http_json_api.py"
        ],
        "commitId" : "8b2a49aa8ebef37d874dd5b8e7545e8e3ac27d77",
        "timestamp" : 1770727364000,
        "author" : {
          "absoluteUrl" : "https://jenkins.osmocom.org/jenkins/user/pmaier",
          "fullName" : "pmaier@sysmocom.de"
        },
        "authorEmail" : "pmaier@sysmocom.de",
        "comment" : "esim/http_json_api: add alternative API interface (follow up)\u000a\u000aThis is a follow up patch to change:\u000aI2a5d4b59b12e08d5eae7a1215814d3a69c8921f6\u000a\u000a- do not ignore length of kwargs\u000a- fix role parameter (roles other than 'legacy_client' can be used now)\u000a- use startswith instead of match\u000a\u000aRelated: SYS#7866\u000aChange-Id: Ifae13e82d671ff09bddf771f063a388d2ab283eb\u000a",
        "date" : "2026-02-10 13:42:44 +0100",
        "id" : "8b2a49aa8ebef37d874dd5b8e7545e8e3ac27d77",
        "msg" : "esim/http_json_api: add alternative API interface (follow up)",
        "paths" : [
          {
            "editType" : "edit",
            "file" : "pySim/esim/http_json_api.py"
          }
        ]
      },
      {
        "_class" : "hudson.plugins.git.GitChangeSet",
        "affectedPaths" : [
          ".gitignore"
        ],
        "commitId" : "917ad7f9f57af70da4ce01cea8a1ac2e7708912a",
        "timestamp" : 1770729017000,
        "author" : {
          "absoluteUrl" : "https://jenkins.osmocom.org/jenkins/user/laforge",
          "fullName" : "laforge"
        },
        "authorEmail" : "laforge@osmocom.org",
        "comment" : "gitignore: fix vim swp file pattern\u000a\u000aChange-Id: I5a8351dc09f6ca7c8e9032ff8352e5cf1a4833a3\u000a",
        "date" : "2026-02-10 13:10:17 +0000",
        "id" : "917ad7f9f57af70da4ce01cea8a1ac2e7708912a",
        "msg" : "gitignore: fix vim swp file pattern",
        "paths" : [
          {
            "editType" : "edit",
            "file" : ".gitignore"
          }
        ]
      },
      {
        "_class" : "hudson.plugins.git.GitChangeSet",
        "affectedPaths" : [
          "pySim/euicc.py",
          "tests/pySim-shell_test/euicc/test.py",
          "tests/pySim-shell_test/euicc/get_profiles_info.ok",
          "tests/pySim-shell_test/euicc/test_gen_notif.script"
        ],
        "commitId" : "e80f3160a939192284d81650ca4431a8f70207d2",
        "timestamp" : 1770730005000,
        "author" : {
          "absoluteUrl" : "https://jenkins.osmocom.org/jenkins/user/pmaier",
          "fullName" : "pmaier@sysmocom.de"
        },
        "authorEmail" : "pmaier@sysmocom.de",
        "comment" : "pySim/euicc: fix encoding/decoding of Iccid\u000a\u000aThe class Iccid uses a BcdAdapter to encoded/decode the ICCID. This\u000aworks fine for ICCIDs that have an even (20) number of digits. In case\u000athe digit count is odd (19), the ICCID the last digit requires padding.\u000a\u000aLet's switch to PaddedBcdAdapter for encoding/decoding, to ensure that\u000aodd-length ICCIDs are padded automatically.\u000a\u000aChange-Id: I527a44ba454656a0d682ceb590eec6d9d0ac883a\u000aRelated: OS#6868\u000a",
        "date" : "2026-02-10 13:26:45 +0000",
        "id" : "e80f3160a939192284d81650ca4431a8f70207d2",
        "msg" : "pySim/euicc: fix encoding/decoding of Iccid",
        "paths" : [
          {
            "editType" : "edit",
            "file" : "pySim/euicc.py"
          },
          {
            "editType" : "edit",
            "file" : "tests/pySim-shell_test/euicc/test.py"
          },
          {
            "editType" : "edit",
            "file" : "tests/pySim-shell_test/euicc/get_profiles_info.ok"
          },
          {
            "editType" : "edit",
            "file" : "tests/pySim-shell_test/euicc/test_gen_notif.script"
          }
        ]
      },
      {
        "_class" : "hudson.plugins.git.GitChangeSet",
        "affectedPaths" : [
          "pySim/esim/__init__.py"
        ],
        "commitId" : "e7016b5b57f70b22c8261efc4d28c2ca9fb3edd8",
        "timestamp" : 1770740054000,
        "author" : {
          "absoluteUrl" : "https://jenkins.osmocom.org/jenkins/user/laforge",
          "fullName" : "laforge"
        },
        "authorEmail" : "laforge@osmocom.org",
        "comment" : "compile_asn1_subdir: filter compiled files by .asn suffix\u000a\u000aWhen I open the .asn file in vim, pySim should not attempt to read the\u000avim .swp file as asn.1.\u000a\u000a\u0009  File \"/home/moi/osmo-dev/src/pysim/pySim/esim/saip/__init__.py\", line 45, in <module>\u000a\u0009    asn1 = compile_asn1_subdir('saip')\u000a\u0009[...]\u000a\u0009  File \"<frozen codecs>\", line 325, in decode\u000a\u0009UnicodeDecodeError: 'utf-8' codec can't decode byte 0xad in position 21: invalid start byte\u000a\u000aRelated: OS#6937\u000aChange-Id: I37df3fc081e51e2ed2198876c63f6e68ecc8fcd8\u000a",
        "date" : "2026-02-10 16:14:14 +0000",
        "id" : "e7016b5b57f70b22c8261efc4d28c2ca9fb3edd8",
        "msg" : "compile_asn1_subdir: filter compiled files by .asn suffix",
        "paths" : [
          {
            "editType" : "edit",
            "file" : "pySim/esim/__init__.py"
          }
        ]
      }
    ],
    "kind" : "git"
  },
  "culprits" : [
    {
      "absoluteUrl" : "https://jenkins.osmocom.org/jenkins/user/pmaier",
      "fullName" : "pmaier@sysmocom.de"
    },
    {
      "absoluteUrl" : "https://jenkins.osmocom.org/jenkins/user/laforge",
      "fullName" : "laforge"
    }
  ]
}