{
  "_class" : "hudson.model.FreeStyleBuild",
  "actions" : [
    {
      "_class" : "hudson.model.CauseAction",
      "causes" : [
        {
          "_class" : "hudson.model.Cause$UpstreamCause",
          "shortDescription" : "Started by upstream project \"master-osmo-ccid-firmware\" build number 2,438",
          "upstreamBuild" : 2438,
          "upstreamProject" : "master-osmo-ccid-firmware",
          "upstreamUrl" : "job/master-osmo-ccid-firmware/"
        }
      ]
    },
    {
      "_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 jsteiger@sysmocom.de acouzens@sysmocom.de"
        }
      ]
    },
    {
      "_class" : "jenkins.metrics.impl.TimeInQueueAction",
      "blockedDurationMillis" : 0,
      "blockedTimeMillis" : 0,
      "buildableDurationMillis" : 5,
      "buildableTimeMillis" : 5,
      "buildingDurationMillis" : 624264,
      "executingTimeMillis" : 624264,
      "executorUtilization" : 1.0,
      "subTaskCount" : 0,
      "waitingDurationMillis" : 9761,
      "waitingTimeMillis" : 9761
    },
    {
      "_class" : "hudson.plugins.git.util.BuildData",
      "buildsByBranchName" : {
        "origin/master" : {
          "_class" : "hudson.plugins.git.util.Build",
          "buildNumber" : 19,
          "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" : 9,
          "buildResult" : None,
          "marked" : {
            "SHA1" : "8960ca0ceaf513c748e92327930e37fe14764824",
            "branch" : [
              {
                "SHA1" : "8960ca0ceaf513c748e92327930e37fe14764824",
                "name" : "refs/remotes/origin/osmith/wip"
              }
            ]
          },
          "revision" : {
            "SHA1" : "8960ca0ceaf513c748e92327930e37fe14764824",
            "branch" : [
              {
                "SHA1" : "8960ca0ceaf513c748e92327930e37fe14764824",
                "name" : "refs/remotes/origin/osmith/wip"
              }
            ]
          }
        },
        "refs/remotes/origin/osmith/wip-ci-verbose" : {
          "_class" : "hudson.plugins.git.util.Build",
          "buildNumber" : 10,
          "buildResult" : None,
          "marked" : {
            "SHA1" : "45e138d92d6dc5aa1c7f262bc7228da3565b4cce",
            "branch" : [
              {
                "SHA1" : "45e138d92d6dc5aa1c7f262bc7228da3565b4cce",
                "name" : "refs/remotes/origin/osmith/wip-ci-verbose"
              }
            ]
          },
          "revision" : {
            "SHA1" : "45e138d92d6dc5aa1c7f262bc7228da3565b4cce",
            "branch" : [
              {
                "SHA1" : "45e138d92d6dc5aa1c7f262bc7228da3565b4cce",
                "name" : "refs/remotes/origin/osmith/wip-ci-verbose"
              }
            ]
          }
        }
      },
      "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" : "#19",
  "duration" : 624264,
  "estimatedDuration" : 629462,
  "executor" : None,
  "fullDisplayName" : "octsim_osmo-ccid-firmware #19",
  "id" : "19",
  "inProgress" : False,
  "keepLog" : False,
  "number" : 19,
  "queueId" : 95068,
  "result" : "SUCCESS",
  "timestamp" : 1776868386304,
  "url" : "https://jenkins.osmocom.org/jenkins/view/All/job/octsim_osmo-ccid-firmware/19/",
  "builtOn" : "octsimtest",
  "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"
    }
  ]
}