{
  "_class" : "hudson.matrix.MatrixBuild",
  "actions" : [
    {
      "_class" : "hudson.model.ParametersAction",
      "parameters" : [
        {
          "_class" : "hudson.model.StringParameterValue",
          "name" : "BRANCH",
          "value" : "osmith/wip"
        },
        {
          "_class" : "hudson.model.StringParameterValue",
          "name" : "EMAIL_NOTIFICATIONS",
          "value" : ""
        }
      ]
    },
    {
      "_class" : "hudson.model.CauseAction",
      "causes" : [
        {
          "_class" : "hudson.model.Cause$UserIdCause",
          "shortDescription" : "Started by user Oliver Smith",
          "userId" : "osmith",
          "userName" : "Oliver Smith"
        }
      ]
    },
    {
      "_class" : "jenkins.metrics.impl.TimeInQueueAction",
      "blockedDurationMillis" : 0,
      "blockedTimeMillis" : 0,
      "buildableDurationMillis" : 0,
      "buildableTimeMillis" : 0,
      "buildingDurationMillis" : 14408,
      "executingTimeMillis" : 14408,
      "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" : 2197,
          "buildResult" : None,
          "marked" : {
            "SHA1" : "bcde1ee80029295a5bc92eda3cab6c645aaee4f3",
            "branch" : [
              {
                "SHA1" : "bcde1ee80029295a5bc92eda3cab6c645aaee4f3",
                "name" : "origin/master"
              }
            ]
          },
          "revision" : {
            "SHA1" : "bcde1ee80029295a5bc92eda3cab6c645aaee4f3",
            "branch" : [
              {
                "SHA1" : "bcde1ee80029295a5bc92eda3cab6c645aaee4f3",
                "name" : "origin/master"
              }
            ]
          }
        },
        "refs/remotes/origin/osmith/wip" : {
          "_class" : "hudson.plugins.git.util.Build",
          "buildNumber" : 2208,
          "buildResult" : None,
          "marked" : {
            "SHA1" : "76933c1754ae0eabd992c5d0fa4f93176ab01375",
            "branch" : [
              {
                "SHA1" : "76933c1754ae0eabd992c5d0fa4f93176ab01375",
                "name" : "refs/remotes/origin/osmith/wip"
              }
            ]
          },
          "revision" : {
            "SHA1" : "76933c1754ae0eabd992c5d0fa4f93176ab01375",
            "branch" : [
              {
                "SHA1" : "76933c1754ae0eabd992c5d0fa4f93176ab01375",
                "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" : "76933c1754ae0eabd992c5d0fa4f93176ab01375",
        "branch" : [
          {
            "SHA1" : "76933c1754ae0eabd992c5d0fa4f93176ab01375",
            "name" : "refs/remotes/origin/osmith/wip"
          }
        ]
      },
      "remoteUrls" : [
        "https://gerrit.osmocom.org/osmo-ccid-firmware"
      ],
      "scmName" : ""
    },
    {
      
    },
    {
      
    },
    {
      "_class" : "org.jenkinsci.plugins.displayurlapi.actions.RunDisplayAction"
    }
  ],
  "artifacts" : [
    
  ],
  "building" : False,
  "description" : None,
  "displayName" : "#2208",
  "duration" : 14408,
  "estimatedDuration" : 44454,
  "executor" : None,
  "fullDisplayName" : "master-osmo-ccid-firmware #2208",
  "id" : "2208",
  "inProgress" : False,
  "keepLog" : False,
  "number" : 2208,
  "queueId" : 2005908,
  "result" : "FAILURE",
  "timestamp" : 1759236189638,
  "url" : "https://jenkins.osmocom.org/jenkins/view/OBS/job/master-osmo-ccid-firmware/2208/",
  "builtOn" : "",
  "changeSet" : {
    "_class" : "hudson.plugins.git.GitChangeSetList",
    "items" : [
      {
        "_class" : "hudson.plugins.git.GitChangeSet",
        "affectedPaths" : [
          "ccid_host/Makefile",
          "contrib/jenkins.sh",
          "ccid_host/ccid_main_functionfs.c",
          "ccid_host/hub_main_functionfs.c",
          "ccid_host/cuart_fsm_test.c"
        ],
        "commitId" : "74ae8556d27bc911affe5b963d9b512d5e109115",
        "timestamp" : 1759235908000,
        "author" : {
          "absoluteUrl" : "https://jenkins.osmocom.org/jenkins/user/osmith",
          "fullName" : "Oliver Smith"
        },
        "authorEmail" : "osmith@sysmocom.de",
        "comment" : "ccid_hosts: fix missing talloc_report_full\u000a\u000aFix for:\u000a\u000accid_main_functionfs.c:534:17: error: implicit declaration of function 'talloc_report_full' [-Wimplicit-function-declaration]\u000a  534 |                 talloc_report_full(g_tall_ctx, stderr);\u000a\u000aChange-Id: I2b79d6f28e80acef8e1cab0dab949233698336ad\u000a",
        "date" : "2025-09-30 14:38:28 +0200",
        "id" : "74ae8556d27bc911affe5b963d9b512d5e109115",
        "msg" : "ccid_hosts: fix missing talloc_report_full",
        "paths" : [
          {
            "editType" : "edit",
            "file" : "ccid_host/cuart_fsm_test.c"
          },
          {
            "editType" : "edit",
            "file" : "ccid_host/Makefile"
          },
          {
            "editType" : "edit",
            "file" : "ccid_host/ccid_main_functionfs.c"
          },
          {
            "editType" : "edit",
            "file" : "contrib/jenkins.sh"
          },
          {
            "editType" : "edit",
            "file" : "ccid_host/hub_main_functionfs.c"
          }
        ]
      },
      {
        "_class" : "hudson.plugins.git.GitChangeSet",
        "affectedPaths" : [
          "sysmoOCTSIM/usb/class/dfu/device/dfudf.c"
        ],
        "commitId" : "76933c1754ae0eabd992c5d0fa4f93176ab01375",
        "timestamp" : 1759236141000,
        "author" : {
          "absoluteUrl" : "https://jenkins.osmocom.org/jenkins/user/osmith",
          "fullName" : "Oliver Smith"
        },
        "authorEmail" : "osmith@sysmocom.de",
        "comment" : "ysmoOCTSIM/usb/class/dfu: fix missing include\u000a\u000aFix for:\u000a\u000a../usb/class/dfu/device/dfudf.c:199:17: error: implicit declaration of function 'delay_us' [-Wimplicit-function-declaration]\u000a\u000aChange-Id: Ia36d25d47f4d5dc4e38c1ea9c8e193ff52f5b5d1\u000a",
        "date" : "2025-09-30 14:42:21 +0200",
        "id" : "76933c1754ae0eabd992c5d0fa4f93176ab01375",
        "msg" : "ysmoOCTSIM/usb/class/dfu: fix missing include",
        "paths" : [
          {
            "editType" : "edit",
            "file" : "sysmoOCTSIM/usb/class/dfu/device/dfudf.c"
          }
        ]
      }
    ],
    "kind" : "git"
  },
  "culprits" : [
    {
      "absoluteUrl" : "https://jenkins.osmocom.org/jenkins/user/osmith",
      "fullName" : "Oliver Smith"
    }
  ],
  "runs" : [
    {
      "number" : 2208,
      "url" : "https://jenkins.osmocom.org/jenkins/view/OBS/job/master-osmo-ccid-firmware/a1=default,a2=default,a3=default,a4=default,label=osmocom-master/2208/"
    }
  ]
}