{
  "_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" : 2,
      "buildableTimeMillis" : 2,
      "buildingDurationMillis" : 474390,
      "executingTimeMillis" : 474390,
      "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" : 337,
          "buildResult" : None,
          "marked" : {
            "SHA1" : "caa955b3ac77d0cdb801a6ad143464dfd021d2cd",
            "branch" : [
              {
                "SHA1" : "caa955b3ac77d0cdb801a6ad143464dfd021d2cd",
                "name" : "origin/master"
              }
            ]
          },
          "revision" : {
            "SHA1" : "caa955b3ac77d0cdb801a6ad143464dfd021d2cd",
            "branch" : [
              {
                "SHA1" : "caa955b3ac77d0cdb801a6ad143464dfd021d2cd",
                "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" : "caa955b3ac77d0cdb801a6ad143464dfd021d2cd",
        "branch" : [
          {
            "SHA1" : "caa955b3ac77d0cdb801a6ad143464dfd021d2cd",
            "name" : "origin/master"
          }
        ]
      },
      "remoteUrls" : [
        "https://gerrit.osmocom.org/pysim"
      ],
      "scmName" : ""
    },
    {
      
    },
    {
      
    },
    {
      "_class" : "org.jenkinsci.plugins.displayurlapi.actions.RunDisplayAction"
    }
  ],
  "artifacts" : [
    
  ],
  "building" : False,
  "description" : None,
  "displayName" : "#337",
  "duration" : 474390,
  "estimatedDuration" : 473812,
  "executor" : None,
  "fullDisplayName" : "simtester-sanitize #337",
  "id" : "337",
  "inProgress" : False,
  "keepLog" : False,
  "number" : 337,
  "queueId" : 1978758,
  "result" : "SUCCESS",
  "timestamp" : 1756428181129,
  "url" : "https://jenkins.osmocom.org/jenkins/job/simtester-sanitize/337/",
  "builtOn" : "simtester",
  "changeSet" : {
    "_class" : "hudson.plugins.git.GitChangeSetList",
    "items" : [
      {
        "_class" : "hudson.plugins.git.GitChangeSet",
        "affectedPaths" : [
          "contrib/jenkins.sh",
          "requirements.txt"
        ],
        "commitId" : "076fec267ae7d7ab40f05b8415a8bf8084184e16",
        "timestamp" : 1756297873000,
        "author" : {
          "absoluteUrl" : "https://jenkins.osmocom.org/jenkins/user/osmith",
          "fullName" : "Oliver Smith"
        },
        "authorEmail" : "osmith@sysmocom.de",
        "comment" : "requirements: set cmd2>=2.6.2,<3.0\u000a\u000aRemove the previous workaround that set cmd2==2.4.3 in jenkins.sh. The\u000abug this worked around has been fixed in 2.6.2.\u000a\u000a3.0 will break unless we use some new additional decorator.\u000a\u000aRelated: OS#6776\u000aChange-Id: I4ba65ed486247c5670313b75f43a242d264df14b\u000a",
        "date" : "2025-08-27 14:31:13 +0200",
        "id" : "076fec267ae7d7ab40f05b8415a8bf8084184e16",
        "msg" : "requirements: set cmd2>=2.6.2,<3.0",
        "paths" : [
          {
            "editType" : "edit",
            "file" : "requirements.txt"
          },
          {
            "editType" : "edit",
            "file" : "contrib/jenkins.sh"
          }
        ]
      },
      {
        "_class" : "hudson.plugins.git.GitChangeSet",
        "affectedPaths" : [
          "docs/conf.py"
        ],
        "commitId" : "10fe0e3aaeed857744819f487d1be7fbe270faf8",
        "timestamp" : 1756297873000,
        "author" : {
          "absoluteUrl" : "https://jenkins.osmocom.org/jenkins/user/osmith",
          "fullName" : "Oliver Smith"
        },
        "authorEmail" : "osmith@sysmocom.de",
        "comment" : "docs: fix authors line exceeding the page\u000a\u000aFix that the authors get cut off as they exceed the page in the PDF\u000aversion. This can currently be seen here:\u000ahttps://downloads.osmocom.org/docs/pysim/master/osmopysim-usermanual.pdf\u000a\u000aChange-Id: Iacbba6c2f74bf2b9f96057e71bde017a11f703a8\u000a",
        "date" : "2025-08-27 14:31:13 +0200",
        "id" : "10fe0e3aaeed857744819f487d1be7fbe270faf8",
        "msg" : "docs: fix authors line exceeding the page",
        "paths" : [
          {
            "editType" : "edit",
            "file" : "docs/conf.py"
          }
        ]
      },
      {
        "_class" : "hudson.plugins.git.GitChangeSet",
        "affectedPaths" : [
          "pySim/cards.py",
          "pySim/runtime.py"
        ],
        "commitId" : "4dddcf932a28297963aab0ef15ba2fcc1485f3a2",
        "timestamp" : 1756417464000,
        "author" : {
          "absoluteUrl" : "https://jenkins.osmocom.org/jenkins/user/laforge",
          "fullName" : "laforge"
        },
        "authorEmail" : "laforge@osmocom.org",
        "comment" : "Make sure to select MF before probing for files/Addons\u000a\u000aChange-Id: I685367c282f57a8856668a3172a9391a5bbcf2e2\u000a",
        "date" : "2025-08-28 21:44:24 +0000",
        "id" : "4dddcf932a28297963aab0ef15ba2fcc1485f3a2",
        "msg" : "Make sure to select MF before probing for files/Addons",
        "paths" : [
          {
            "editType" : "edit",
            "file" : "pySim/runtime.py"
          },
          {
            "editType" : "edit",
            "file" : "pySim/cards.py"
          }
        ]
      },
      {
        "_class" : "hudson.plugins.git.GitChangeSet",
        "affectedPaths" : [
          "pySim/utils.py",
          "pySim/filesystem.py"
        ],
        "commitId" : "caa955b3ac77d0cdb801a6ad143464dfd021d2cd",
        "timestamp" : 1756417464000,
        "author" : {
          "absoluteUrl" : "https://jenkins.osmocom.org/jenkins/user/laforge",
          "fullName" : "laforge"
        },
        "authorEmail" : "laforge@osmocom.org",
        "comment" : "Identify cards by Historical bytes of ATR\u000a\u000a- try to identify the CardModel by just comparing the Historical Bytes if matching by Whole ATR failed\u000a- add decompose ATR code from pyscard-contrib\u000a\u000aRelated: OS#6837\u000aChange-Id: Id7555e42290d232a0e0efc47e7d97575007d846f\u000a",
        "date" : "2025-08-28 21:44:24 +0000",
        "id" : "caa955b3ac77d0cdb801a6ad143464dfd021d2cd",
        "msg" : "Identify cards by Historical bytes of ATR",
        "paths" : [
          {
            "editType" : "edit",
            "file" : "pySim/utils.py"
          },
          {
            "editType" : "edit",
            "file" : "pySim/filesystem.py"
          }
        ]
      }
    ],
    "kind" : "git"
  },
  "culprits" : [
    {
      "absoluteUrl" : "https://jenkins.osmocom.org/jenkins/user/osmith",
      "fullName" : "Oliver Smith"
    },
    {
      "absoluteUrl" : "https://jenkins.osmocom.org/jenkins/user/laforge",
      "fullName" : "laforge"
    }
  ]
}