{
  "_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" : 49683,
      "executingTimeMillis" : 49683,
      "executorUtilization" : 1.0,
      "subTaskCount" : 0,
      "waitingDurationMillis" : 5408,
      "waitingTimeMillis" : 5408
    },
    {
      
    },
    {
      "_class" : "hudson.plugins.git.util.BuildData",
      "buildsByBranchName" : {
        "origin/master" : {
          "_class" : "hudson.plugins.git.util.Build",
          "buildNumber" : 2438,
          "buildResult" : None,
          "marked" : {
            "SHA1" : "bb6504c09accc64bf49e2b333b63c0cb71a45f40",
            "branch" : [
              {
                "SHA1" : "bb6504c09accc64bf49e2b333b63c0cb71a45f40",
                "name" : "origin/master"
              }
            ]
          },
          "revision" : {
            "SHA1" : "bb6504c09accc64bf49e2b333b63c0cb71a45f40",
            "branch" : [
              {
                "SHA1" : "bb6504c09accc64bf49e2b333b63c0cb71a45f40",
                "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" : "bb6504c09accc64bf49e2b333b63c0cb71a45f40",
        "branch" : [
          {
            "SHA1" : "bb6504c09accc64bf49e2b333b63c0cb71a45f40",
            "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" : "#2438",
  "duration" : 49683,
  "estimatedDuration" : 42941,
  "executor" : None,
  "fullDisplayName" : "master-osmo-ccid-firmware #2438",
  "id" : "2438",
  "inProgress" : False,
  "keepLog" : False,
  "number" : 2438,
  "queueId" : 95065,
  "result" : "SUCCESS",
  "timestamp" : 1776868326169,
  "url" : "https://jenkins.osmocom.org/jenkins/view/Sysmocom/job/master-osmo-ccid-firmware/2438/",
  "builtOn" : "",
  "changeSet" : {
    "_class" : "hudson.plugins.git.GitChangeSetList",
    "items" : [
      {
        "_class" : "hudson.plugins.git.GitChangeSet",
        "affectedPaths" : [
          "ccid_common/iso7816_fsm.c"
        ],
        "commitId" : "bb6504c09accc64bf49e2b333b63c0cb71a45f40",
        "timestamp" : 1776817197000,
        "author" : {
          "absoluteUrl" : "https://jenkins.osmocom.org/jenkins/user/ewild",
          "fullName" : "ewild"
        },
        "authorEmail" : "ewild@sysmocom.de",
        "comment" : "timers: fix ATR timeout\u000a\u000aDefault WWT to 1.5s.\u000a\u000aBoth atr and card uart timeouts were combined in\u000a7ae9a65c7fadf3d9d89370761c7352cbcac83a00 but the timeout\u000awas accidentally left as 0 which was the original ATR fsm\u000astate change timeout. The current code uses 0 as\u000a\"no timeout\", so that killed the timeouts during the ATR.\u000a\u000aRelated: SYS#7991\u000aChange-Id: I94d6641a10bf6d1df8640727e753da8171267339\u000a",
        "date" : "2026-04-22 02:19:57 +0200",
        "id" : "bb6504c09accc64bf49e2b333b63c0cb71a45f40",
        "msg" : "timers: fix ATR timeout",
        "paths" : [
          {
            "editType" : "edit",
            "file" : "ccid_common/iso7816_fsm.c"
          }
        ]
      }
    ],
    "kind" : "git"
  },
  "culprits" : [
    {
      "absoluteUrl" : "https://jenkins.osmocom.org/jenkins/user/ewild",
      "fullName" : "ewild"
    }
  ],
  "runs" : [
    {
      "number" : 2438,
      "url" : "https://jenkins.osmocom.org/jenkins/view/Sysmocom/job/master-osmo-ccid-firmware/a1=default,a2=default,a3=default,a4=default,label=osmocom-master/2438/"
    }
  ]
}