{
  "_class" : "hudson.matrix.MatrixBuild",
  "actions" : [
    {
      "_class" : "hudson.model.CauseAction",
      "causes" : [
        {
          "_class" : "hudson.triggers.SCMTrigger$SCMTriggerCause",
          "shortDescription" : "Started by an SCM change"
        }
      ]
    },
    {
      
    },
    {
      "_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 laforge@gnumonks.org"
        }
      ]
    },
    {
      "_class" : "jenkins.metrics.impl.TimeInQueueAction",
      "blockedDurationMillis" : 0,
      "blockedTimeMillis" : 0,
      "buildableDurationMillis" : 0,
      "buildableTimeMillis" : 0,
      "buildingDurationMillis" : 859148,
      "executingTimeMillis" : 859148,
      "executorUtilization" : 1.0,
      "subTaskCount" : 0,
      "waitingDurationMillis" : 7622,
      "waitingTimeMillis" : 7622
    },
    {
      
    },
    {
      "_class" : "hudson.plugins.git.util.BuildData",
      "buildsByBranchName" : {
        "origin/master" : {
          "_class" : "hudson.plugins.git.util.Build",
          "buildNumber" : 467,
          "buildResult" : None,
          "marked" : {
            "SHA1" : "35c5fe29807a45d8cd75e85846d4caccdd96f6d6",
            "branch" : [
              {
                "SHA1" : "35c5fe29807a45d8cd75e85846d4caccdd96f6d6",
                "name" : "origin/master"
              }
            ]
          },
          "revision" : {
            "SHA1" : "35c5fe29807a45d8cd75e85846d4caccdd96f6d6",
            "branch" : [
              {
                "SHA1" : "35c5fe29807a45d8cd75e85846d4caccdd96f6d6",
                "name" : "origin/master"
              }
            ]
          }
        }
      },
      "lastBuiltRevision" : {
        "SHA1" : "35c5fe29807a45d8cd75e85846d4caccdd96f6d6",
        "branch" : [
          {
            "SHA1" : "35c5fe29807a45d8cd75e85846d4caccdd96f6d6",
            "name" : "origin/master"
          }
        ]
      },
      "remoteUrls" : [
        "https://gerrit.osmocom.org/python/pyosmocom"
      ],
      "scmName" : ""
    },
    {
      
    },
    {
      
    },
    {
      "_class" : "org.jenkinsci.plugins.displayurlapi.actions.RunDisplayAction"
    }
  ],
  "artifacts" : [
    
  ],
  "building" : False,
  "description" : None,
  "displayName" : "#467",
  "duration" : 859148,
  "estimatedDuration" : 1164978,
  "executor" : None,
  "fullDisplayName" : "master-pyosmocom #467",
  "id" : "467",
  "inProgress" : False,
  "keepLog" : False,
  "number" : 467,
  "queueId" : 2036254,
  "result" : "SUCCESS",
  "timestamp" : 1762609688194,
  "url" : "https://jenkins.osmocom.org/jenkins/job/master-pyosmocom/467/",
  "builtOn" : "",
  "changeSet" : {
    "_class" : "hudson.plugins.git.GitChangeSetList",
    "items" : [
      {
        "_class" : "hudson.plugins.git.GitChangeSet",
        "affectedPaths" : [
          "README.md"
        ],
        "commitId" : "fa31deeb171758e55f4d9c036aeef3f79a2d19cb",
        "timestamp" : 1762526000000,
        "author" : {
          "absoluteUrl" : "https://jenkins.osmocom.org/jenkins/user/osmith",
          "fullName" : "Oliver Smith"
        },
        "authorEmail" : "osmith@sysmocom.de",
        "comment" : "README: mention the pypi package\u000a\u000aMake it easy for users to verify that the pyosmocom project from pypi\u000acomes from the maintainers of this repository by clicking the URL and\u000afinding the \"pip install pyosmocom\" line in the README.\u000a\u000aChange-Id: Iac6fcbc1b5f0caa4cf63de5b8effe46d731080bc\u000a",
        "date" : "2025-11-07 15:33:20 +0100",
        "id" : "fa31deeb171758e55f4d9c036aeef3f79a2d19cb",
        "msg" : "README: mention the pypi package",
        "paths" : [
          {
            "editType" : "edit",
            "file" : "README.md"
          }
        ]
      },
      {
        "_class" : "hudson.plugins.git.GitChangeSet",
        "affectedPaths" : [
          "src/osmocom/gsmtap.py",
          "src/osmocom/gsup/message.py",
          "src/osmocom/construct.py"
        ],
        "commitId" : "1ebded1b3ff32534d97d0860be127e8e469eec16",
        "timestamp" : 1762529654000,
        "author" : {
          "absoluteUrl" : "https://jenkins.osmocom.org/jenkins/user/osmith",
          "fullName" : "Oliver Smith"
        },
        "authorEmail" : "osmith@sysmocom.de",
        "comment" : "Fix lint errors: unused imports\u000a\u000aThis is the first patch in a series to address everything found with\u000a\"ruff check\", so we can run it in CI (additionally to pylint) and\u000alocally as pre-commit hook.\u000a\u000aChange-Id: Ie71039d05e9a7cc8b65543c9475b35adcb458f7e\u000a",
        "date" : "2025-11-07 16:34:14 +0100",
        "id" : "1ebded1b3ff32534d97d0860be127e8e469eec16",
        "msg" : "Fix lint errors: unused imports",
        "paths" : [
          {
            "editType" : "edit",
            "file" : "src/osmocom/gsmtap.py"
          },
          {
            "editType" : "edit",
            "file" : "src/osmocom/gsup/message.py"
          },
          {
            "editType" : "edit",
            "file" : "src/osmocom/construct.py"
          }
        ]
      },
      {
        "_class" : "hudson.plugins.git.GitChangeSet",
        "affectedPaths" : [
          "tests/test_tlv.py",
          "src/osmocom/construct.py"
        ],
        "commitId" : "86a47671eb3dc28ffa79de69032f81e20fdbc831",
        "timestamp" : 1762529663000,
        "author" : {
          "absoluteUrl" : "https://jenkins.osmocom.org/jenkins/user/osmith",
          "fullName" : "Oliver Smith"
        },
        "authorEmail" : "osmith@sysmocom.de",
        "comment" : "Fix lint errors: remove unnecessary semicolons\u000a\u000aChange-Id: I8c8586476d12461d555a2278ef936256944c9cde\u000a",
        "date" : "2025-11-07 16:34:23 +0100",
        "id" : "86a47671eb3dc28ffa79de69032f81e20fdbc831",
        "msg" : "Fix lint errors: remove unnecessary semicolons",
        "paths" : [
          {
            "editType" : "edit",
            "file" : "src/osmocom/construct.py"
          },
          {
            "editType" : "edit",
            "file" : "tests/test_tlv.py"
          }
        ]
      },
      {
        "_class" : "hudson.plugins.git.GitChangeSet",
        "affectedPaths" : [
          "src/osmocom/utils.py",
          "src/osmocom/construct.py"
        ],
        "commitId" : "35c5fe29807a45d8cd75e85846d4caccdd96f6d6",
        "timestamp" : 1762529663000,
        "author" : {
          "absoluteUrl" : "https://jenkins.osmocom.org/jenkins/user/osmith",
          "fullName" : "Oliver Smith"
        },
        "authorEmail" : "osmith@sysmocom.de",
        "comment" : "Fix lint errors: do not use bare except\u000a\u000asrc/osmocom/construct.py:90:9: E722 Do not use bare `except`\u000a   |\u000a88 |             ad = GsmString(GreedyBytes)\u000a89 |             return ad._encode(obj, context, path)\u000a90 |         except:\u000a   |         ^^^^^^ E722\u000a91 |             ad = Ucs2Adapter(GreedyBytes)\u000a92 |             return ad._encode(obj, context, path)\u000a\u000aChange-Id: Ia5fe852b6d990ad728fc3dedc7012c8fced92e13\u000a",
        "date" : "2025-11-07 16:34:23 +0100",
        "id" : "35c5fe29807a45d8cd75e85846d4caccdd96f6d6",
        "msg" : "Fix lint errors: do not use bare except",
        "paths" : [
          {
            "editType" : "edit",
            "file" : "src/osmocom/utils.py"
          },
          {
            "editType" : "edit",
            "file" : "src/osmocom/construct.py"
          }
        ]
      }
    ],
    "kind" : "git"
  },
  "culprits" : [
    {
      "absoluteUrl" : "https://jenkins.osmocom.org/jenkins/user/osmith",
      "fullName" : "Oliver Smith"
    }
  ],
  "runs" : [
    {
      "number" : 467,
      "url" : "https://jenkins.osmocom.org/jenkins/job/master-pyosmocom/JOB_TYPE=docs,a1=default,a3=default,a4=default,label=osmocom-gerrit/467/"
    },
    {
      "number" : 467,
      "url" : "https://jenkins.osmocom.org/jenkins/job/master-pyosmocom/JOB_TYPE=pylint,a1=default,a3=default,a4=default,label=osmocom-gerrit/467/"
    },
    {
      "number" : 467,
      "url" : "https://jenkins.osmocom.org/jenkins/job/master-pyosmocom/JOB_TYPE=pysim,a1=default,a3=default,a4=default,label=simtester/467/"
    },
    {
      "number" : 467,
      "url" : "https://jenkins.osmocom.org/jenkins/job/master-pyosmocom/JOB_TYPE=test,a1=default,a3=default,a4=default,label=osmocom-gerrit/467/"
    }
  ]
}