{
  "_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 ewild@sysmocom.de"
        }
      ]
    },
    {
      "_class" : "jenkins.metrics.impl.TimeInQueueAction",
      "blockedDurationMillis" : 0,
      "blockedTimeMillis" : 0,
      "buildableDurationMillis" : 0,
      "buildableTimeMillis" : 0,
      "buildingDurationMillis" : 64688,
      "executingTimeMillis" : 64688,
      "executorUtilization" : 1.0,
      "subTaskCount" : 0,
      "waitingDurationMillis" : 5192,
      "waitingTimeMillis" : 5192
    },
    {
      
    },
    {
      "_class" : "hudson.plugins.git.util.BuildData",
      "buildsByBranchName" : {
        "origin/master" : {
          "_class" : "hudson.plugins.git.util.Build",
          "buildNumber" : 2453,
          "buildResult" : None,
          "marked" : {
            "SHA1" : "0f2752071b79c9be360cc572e3c0a9a65d2f6d52",
            "branch" : [
              {
                "SHA1" : "0f2752071b79c9be360cc572e3c0a9a65d2f6d52",
                "name" : "origin/master"
              }
            ]
          },
          "revision" : {
            "SHA1" : "0f2752071b79c9be360cc572e3c0a9a65d2f6d52",
            "branch" : [
              {
                "SHA1" : "0f2752071b79c9be360cc572e3c0a9a65d2f6d52",
                "name" : "origin/master"
              }
            ]
          }
        },
        "refs/remotes/origin/osmith/wip" : {
          "_class" : "hudson.plugins.git.util.Build",
          "buildNumber" : 2415,
          "buildResult" : None,
          "marked" : {
            "SHA1" : "be7b3124f870855c64815849d5271d80703bf293",
            "branch" : [
              {
                "SHA1" : "be7b3124f870855c64815849d5271d80703bf293",
                "name" : "refs/remotes/origin/osmith/wip"
              }
            ]
          },
          "revision" : {
            "SHA1" : "be7b3124f870855c64815849d5271d80703bf293",
            "branch" : [
              {
                "SHA1" : "be7b3124f870855c64815849d5271d80703bf293",
                "name" : "refs/remotes/origin/osmith/wip"
              }
            ]
          }
        },
        "refs/remotes/origin/master" : {
          "_class" : "hudson.plugins.git.util.Build",
          "buildNumber" : 1168,
          "buildResult" : None,
          "marked" : {
            "SHA1" : "62e18147cc4dd566884dcdcca0be3e028c305245",
            "branch" : [
              {
                "SHA1" : "62e18147cc4dd566884dcdcca0be3e028c305245",
                "name" : "refs/remotes/origin/master"
              }
            ]
          },
          "revision" : {
            "SHA1" : "62e18147cc4dd566884dcdcca0be3e028c305245",
            "branch" : [
              {
                "SHA1" : "62e18147cc4dd566884dcdcca0be3e028c305245",
                "name" : "refs/remotes/origin/master"
              }
            ]
          }
        }
      },
      "lastBuiltRevision" : {
        "SHA1" : "0f2752071b79c9be360cc572e3c0a9a65d2f6d52",
        "branch" : [
          {
            "SHA1" : "0f2752071b79c9be360cc572e3c0a9a65d2f6d52",
            "name" : "origin/master"
          }
        ]
      },
      "remoteUrls" : [
        "https://gerrit.osmocom.org/osmo-ccid-firmware"
      ],
      "scmName" : ""
    },
    {
      
    },
    {
      
    },
    {
      
    },
    {
      "_class" : "org.jenkinsci.plugins.displayurlapi.actions.RunDisplayAction"
    }
  ],
  "artifacts" : [
    
  ],
  "building" : False,
  "description" : None,
  "displayName" : "#2453",
  "duration" : 64688,
  "estimatedDuration" : 49699,
  "executor" : None,
  "fullDisplayName" : "master-osmo-ccid-firmware #2453",
  "id" : "2453",
  "inProgress" : False,
  "keepLog" : False,
  "number" : 2453,
  "queueId" : 109971,
  "result" : "SUCCESS",
  "timestamp" : 1777967227191,
  "url" : "https://jenkins.osmocom.org/jenkins/view/GMR/job/master-osmo-ccid-firmware/2453/",
  "builtOn" : "",
  "changeSet" : {
    "_class" : "hudson.plugins.git.GitChangeSetList",
    "items" : [
      {
        "_class" : "hudson.plugins.git.GitChangeSet",
        "affectedPaths" : [
          "ccid_common/ccid_device.c"
        ],
        "commitId" : "0f2752071b79c9be360cc572e3c0a9a65d2f6d52",
        "timestamp" : 1777966980000,
        "author" : {
          "absoluteUrl" : "https://jenkins.osmocom.org/jenkins/user/laforge",
          "fullName" : "laforge"
        },
        "authorEmail" : "laforge@osmocom.org",
        "comment" : "ccid: Handle the TPDU-length = 4 case according to CCID spec\u000a\u000aWhile ISO7816-3 forbids any TPDU shorter from 5 bytes, the CCID spec\u000abegs to differ and actually permits a host to send us 4-byte TPDUs of\u000aForm 1, giving the responsibility of adding the P3=00h octet to the CCID\u000aimplementation.\u000a\u000aLet's implement this accordingly.  While at it, also reject TPDUs of\u000alengths 1, 2 and 3 bytes - just like zero-length TPDUs.\u000a\u000aChange-Id: Ia27962bda526af3373b36d637e2b548aa01a3346\u000aCloses: OS#6973\u000a",
        "date" : "2026-05-05 07:43:00 +0000",
        "id" : "0f2752071b79c9be360cc572e3c0a9a65d2f6d52",
        "msg" : "ccid: Handle the TPDU-length = 4 case according to CCID spec",
        "paths" : [
          {
            "editType" : "edit",
            "file" : "ccid_common/ccid_device.c"
          }
        ]
      }
    ],
    "kind" : "git"
  },
  "culprits" : [
    {
      "absoluteUrl" : "https://jenkins.osmocom.org/jenkins/user/laforge",
      "fullName" : "laforge"
    }
  ],
  "runs" : [
    {
      "number" : 2453,
      "url" : "https://jenkins.osmocom.org/jenkins/view/GMR/job/master-osmo-ccid-firmware/a1=default,a2=default,a3=default,a4=default,label=osmocom-master/2453/"
    }
  ]
}