{
  "_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" : 477043,
      "executingTimeMillis" : 477043,
      "executorUtilization" : 1.0,
      "subTaskCount" : 0,
      "waitingDurationMillis" : 237,
      "waitingTimeMillis" : 237
    },
    {
      "_class" : "hudson.plugins.git.util.BuildData",
      "buildsByBranchName" : {
        "origin/master" : {
          "_class" : "hudson.plugins.git.util.Build",
          "buildNumber" : 397,
          "buildResult" : None,
          "marked" : {
            "SHA1" : "f94f366cf90f75d88229c68f7ec8951ef82cf2bf",
            "branch" : [
              {
                "SHA1" : "f94f366cf90f75d88229c68f7ec8951ef82cf2bf",
                "name" : "origin/master"
              }
            ]
          },
          "revision" : {
            "SHA1" : "f94f366cf90f75d88229c68f7ec8951ef82cf2bf",
            "branch" : [
              {
                "SHA1" : "f94f366cf90f75d88229c68f7ec8951ef82cf2bf",
                "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" : "f94f366cf90f75d88229c68f7ec8951ef82cf2bf",
        "branch" : [
          {
            "SHA1" : "f94f366cf90f75d88229c68f7ec8951ef82cf2bf",
            "name" : "origin/master"
          }
        ]
      },
      "remoteUrls" : [
        "https://gerrit.osmocom.org/pysim"
      ],
      "scmName" : ""
    },
    {
      
    },
    {
      
    },
    {
      "_class" : "org.jenkinsci.plugins.displayurlapi.actions.RunDisplayAction"
    }
  ],
  "artifacts" : [
    
  ],
  "building" : False,
  "description" : None,
  "displayName" : "#397",
  "duration" : 477043,
  "estimatedDuration" : 498346,
  "executor" : None,
  "fullDisplayName" : "simtester-sanitize #397",
  "id" : "397",
  "inProgress" : False,
  "keepLog" : False,
  "number" : 397,
  "queueId" : 2027508,
  "result" : "SUCCESS",
  "timestamp" : 1761698580711,
  "url" : "https://jenkins.osmocom.org/jenkins/job/simtester-sanitize/397/",
  "builtOn" : "simtester",
  "changeSet" : {
    "_class" : "hudson.plugins.git.GitChangeSetList",
    "items" : [
      {
        "_class" : "hudson.plugins.git.GitChangeSet",
        "affectedPaths" : [
          "pySim/runtime.py"
        ],
        "commitId" : "f94f366cf90f75d88229c68f7ec8951ef82cf2bf",
        "timestamp" : 1761655175000,
        "author" : {
          "absoluteUrl" : "https://jenkins.osmocom.org/jenkins/user/pmaier",
          "fullName" : "pmaier@sysmocom.de"
        },
        "authorEmail" : "pmaier@sysmocom.de",
        "comment" : "runtime: check record/file size before write\u000a\u000aWhen writing data to a transparent or linear fixed (record oriented)\u000aand the data to write exceeds the record/file size, then the UICC will\u000arespond with an error \"6700: Checking errors - Wrong length\"\u000a\u000aIn particular when the data is supplied as a JSON object and not as a\u000ahex string, it may not be immediately obvious to the average user what\u000athe problem actually is.\u000a\u000aLet's check the record/file size before writing the data and raise an\u000aexception in case the data excieeds the record/file size. Let's also\u000aprint an informative string message in case the data length is less\u000athan the record/file size to make the user aware of unwritten bytes\u000aat the end of a record/file.\u000a\u000aRelated: OS#6864\u000aChange-Id: I7fa717d803ae79398d2c5daf92a7336be660c5ad\u000a",
        "date" : "2025-10-28 13:39:35 +0100",
        "id" : "f94f366cf90f75d88229c68f7ec8951ef82cf2bf",
        "msg" : "runtime: check record/file size before write",
        "paths" : [
          {
            "editType" : "edit",
            "file" : "pySim/runtime.py"
          }
        ]
      }
    ],
    "kind" : "git"
  },
  "culprits" : [
    {
      "absoluteUrl" : "https://jenkins.osmocom.org/jenkins/user/pmaier",
      "fullName" : "pmaier@sysmocom.de"
    }
  ]
}