{
  "_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" : 5,
      "buildableTimeMillis" : 5,
      "buildingDurationMillis" : 472952,
      "executingTimeMillis" : 472952,
      "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" : 490,
          "buildResult" : None,
          "marked" : {
            "SHA1" : "a4895702d7b5feacb2430ea2491a1449abf1728d",
            "branch" : [
              {
                "SHA1" : "a4895702d7b5feacb2430ea2491a1449abf1728d",
                "name" : "origin/master"
              }
            ]
          },
          "revision" : {
            "SHA1" : "a4895702d7b5feacb2430ea2491a1449abf1728d",
            "branch" : [
              {
                "SHA1" : "a4895702d7b5feacb2430ea2491a1449abf1728d",
                "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" : "a4895702d7b5feacb2430ea2491a1449abf1728d",
        "branch" : [
          {
            "SHA1" : "a4895702d7b5feacb2430ea2491a1449abf1728d",
            "name" : "origin/master"
          }
        ]
      },
      "remoteUrls" : [
        "https://gerrit.osmocom.org/pysim"
      ],
      "scmName" : ""
    },
    {
      
    },
    {
      
    },
    {
      "_class" : "org.jenkinsci.plugins.displayurlapi.actions.RunDisplayAction"
    }
  ],
  "artifacts" : [
    
  ],
  "building" : False,
  "description" : None,
  "displayName" : "#490",
  "duration" : 472952,
  "estimatedDuration" : 472168,
  "executor" : None,
  "fullDisplayName" : "simtester-sanitize #490",
  "id" : "490",
  "inProgress" : False,
  "keepLog" : False,
  "number" : 490,
  "queueId" : 18382,
  "result" : "SUCCESS",
  "timestamp" : 1769733781183,
  "url" : "https://jenkins.osmocom.org/jenkins/job/simtester-sanitize/490/",
  "builtOn" : "simtester",
  "changeSet" : {
    "_class" : "hudson.plugins.git.GitChangeSetList",
    "items" : [
      {
        "_class" : "hudson.plugins.git.GitChangeSet",
        "affectedPaths" : [
          "contrib/csv-to-pgsql.py",
          "pySim-shell.py",
          "contrib/es2p_server.py",
          "pySim/runtime.py",
          "pySim/card_key_provider.py",
          "pySim/log.py",
          "tests/unittests/test_log.py"
        ],
        "commitId" : "2b42877389e9f0cdbc831f7b06ed5917670bb138",
        "timestamp" : 1769599194000,
        "author" : {
          "absoluteUrl" : "https://jenkins.osmocom.org/jenkins/user/pmaier",
          "fullName" : "pmaier@sysmocom.de"
        },
        "authorEmail" : "pmaier@sysmocom.de",
        "comment" : "pySimLogger: user __name__ of the module when creating a new logger\u000a\u000aAt the moment we use random identifiers as names when we create a\u000anew logger for pySimLogger. Let's switch to consistently use the\u000amodule name here. For the top level modules let's use the program\u000aname so that it will show up in the log instead of __init__.\u000a\u000aChange-Id: I49a9beb98845f66247edd42ed548980c97a7151a\u000a",
        "date" : "2026-01-28 12:19:54 +0100",
        "id" : "2b42877389e9f0cdbc831f7b06ed5917670bb138",
        "msg" : "pySimLogger: user __name__ of the module when creating a new logger",
        "paths" : [
          {
            "editType" : "edit",
            "file" : "tests/unittests/test_log.py"
          },
          {
            "editType" : "edit",
            "file" : "contrib/es2p_server.py"
          },
          {
            "editType" : "edit",
            "file" : "pySim/log.py"
          },
          {
            "editType" : "edit",
            "file" : "pySim-shell.py"
          },
          {
            "editType" : "edit",
            "file" : "contrib/csv-to-pgsql.py"
          },
          {
            "editType" : "edit",
            "file" : "pySim/runtime.py"
          },
          {
            "editType" : "edit",
            "file" : "pySim/card_key_provider.py"
          }
        ]
      },
      {
        "_class" : "hudson.plugins.git.GitChangeSet",
        "affectedPaths" : [
          "pySim/transport/__init__.py"
        ],
        "commitId" : "a4895702d7b5feacb2430ea2491a1449abf1728d",
        "timestamp" : 1769599194000,
        "author" : {
          "absoluteUrl" : "https://jenkins.osmocom.org/jenkins/user/pmaier",
          "fullName" : "pmaier@sysmocom.de"
        },
        "authorEmail" : "pmaier@sysmocom.de",
        "comment" : "transport/init: use PySimLogger to print messages\u000a\u000aThe module still uses print to output information. Let's replace\u000athose print calls with the more modern PySimLogger method calls.\u000a\u000aChange-Id: I2e2ec2b84f3b84dbd8a029ae9bb64b7a96ddbde3\u000a",
        "date" : "2026-01-28 12:19:54 +0100",
        "id" : "a4895702d7b5feacb2430ea2491a1449abf1728d",
        "msg" : "transport/init: use PySimLogger to print messages",
        "paths" : [
          {
            "editType" : "edit",
            "file" : "pySim/transport/__init__.py"
          }
        ]
      }
    ],
    "kind" : "git"
  },
  "culprits" : [
    {
      "absoluteUrl" : "https://jenkins.osmocom.org/jenkins/user/pmaier",
      "fullName" : "pmaier@sysmocom.de"
    }
  ]
}