{
  "_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" : 498010,
      "executingTimeMillis" : 498010,
      "executorUtilization" : 1.0,
      "subTaskCount" : 0,
      "waitingDurationMillis" : 376,
      "waitingTimeMillis" : 376
    },
    {
      "_class" : "hudson.plugins.git.util.BuildData",
      "buildsByBranchName" : {
        "origin/master" : {
          "_class" : "hudson.plugins.git.util.Build",
          "buildNumber" : 448,
          "buildResult" : None,
          "marked" : {
            "SHA1" : "45bffb53f9ce3ee7ba600a17486cf7e8d694faed",
            "branch" : [
              {
                "SHA1" : "45bffb53f9ce3ee7ba600a17486cf7e8d694faed",
                "name" : "origin/master"
              }
            ]
          },
          "revision" : {
            "SHA1" : "45bffb53f9ce3ee7ba600a17486cf7e8d694faed",
            "branch" : [
              {
                "SHA1" : "45bffb53f9ce3ee7ba600a17486cf7e8d694faed",
                "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" : "45bffb53f9ce3ee7ba600a17486cf7e8d694faed",
        "branch" : [
          {
            "SHA1" : "45bffb53f9ce3ee7ba600a17486cf7e8d694faed",
            "name" : "origin/master"
          }
        ]
      },
      "remoteUrls" : [
        "https://gerrit.osmocom.org/pysim"
      ],
      "scmName" : ""
    },
    {
      
    },
    {
      
    },
    {
      "_class" : "org.jenkinsci.plugins.displayurlapi.actions.RunDisplayAction"
    }
  ],
  "artifacts" : [
    
  ],
  "building" : False,
  "description" : None,
  "displayName" : "#448",
  "duration" : 498010,
  "estimatedDuration" : 482160,
  "executor" : None,
  "fullDisplayName" : "simtester-sanitize #448",
  "id" : "448",
  "inProgress" : False,
  "keepLog" : False,
  "number" : 448,
  "queueId" : 2075081,
  "result" : "SUCCESS",
  "timestamp" : 1766104981017,
  "url" : "https://jenkins.osmocom.org/jenkins/job/simtester-sanitize/448/",
  "builtOn" : "simtester",
  "changeSet" : {
    "_class" : "hudson.plugins.git.GitChangeSetList",
    "items" : [
      {
        "_class" : "hudson.plugins.git.GitChangeSet",
        "affectedPaths" : [
          "pySim/ts_51_011.py"
        ],
        "commitId" : "cc15b2b4c352a3a88552b923d24284a2a39317f8",
        "timestamp" : 1765899072000,
        "author" : {
          "absoluteUrl" : "https://jenkins.osmocom.org/jenkins/user/laforge",
          "fullName" : "laforge"
        },
        "authorEmail" : "laforge@osmocom.org",
        "comment" : "ts_51_011.EF_SMSP: Use integer division during encode\u000a\u000aOtherwise we might compute float values and fail encoding like this:\u000a\u000a> construct.core.FormatFieldError: Error in path (building) -> tp_vp_minutes\u000a> struct '>B' error during building, given value 169.0\u000a\u000aChange-Id: I989669434c7ddee9595ee81a0822f9966907a844\u000a",
        "date" : "2025-12-16 16:31:12 +0100",
        "id" : "cc15b2b4c352a3a88552b923d24284a2a39317f8",
        "msg" : "ts_51_011.EF_SMSP: Use integer division during encode",
        "paths" : [
          {
            "editType" : "edit",
            "file" : "pySim/ts_51_011.py"
          }
        ]
      },
      {
        "_class" : "hudson.plugins.git.GitChangeSet",
        "affectedPaths" : [
          "pySim/ts_51_011.py"
        ],
        "commitId" : "45bffb53f9ce3ee7ba600a17486cf7e8d694faed",
        "timestamp" : 1765899074000,
        "author" : {
          "absoluteUrl" : "https://jenkins.osmocom.org/jenkins/user/laforge",
          "fullName" : "laforge"
        },
        "authorEmail" : "laforge@osmocom.org",
        "comment" : "pySim.ts_51_011.EF_SMSP: Also permit UCS2 for the alpha_id\u000a\u000aTS 51.011 Section 10.5.6 refers to clause 10.5.1 (EF.ADN),\u000aand the latter permits UCS2 in addition to 7-bit GSM alphabet.\u000a\u000aChange-Id: If10b3d6d8b34ece02dc0350ca9ea9c3f8fbf3c9e\u000a",
        "date" : "2025-12-16 16:31:14 +0100",
        "id" : "45bffb53f9ce3ee7ba600a17486cf7e8d694faed",
        "msg" : "pySim.ts_51_011.EF_SMSP: Also permit UCS2 for the alpha_id",
        "paths" : [
          {
            "editType" : "edit",
            "file" : "pySim/ts_51_011.py"
          }
        ]
      }
    ],
    "kind" : "git"
  },
  "culprits" : [
    {
      "absoluteUrl" : "https://jenkins.osmocom.org/jenkins/user/laforge",
      "fullName" : "laforge"
    }
  ]
}