{
  "_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" : 23438,
      "executingTimeMillis" : 23438,
      "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" : 2199,
          "buildResult" : None,
          "marked" : {
            "SHA1" : "fc38b077fd34ee32056a256029b1751317076445",
            "branch" : [
              {
                "SHA1" : "fc38b077fd34ee32056a256029b1751317076445",
                "name" : "refs/remotes/origin/osmith/wip"
              }
            ]
          },
          "revision" : {
            "SHA1" : "fc38b077fd34ee32056a256029b1751317076445",
            "branch" : [
              {
                "SHA1" : "fc38b077fd34ee32056a256029b1751317076445",
                "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" : "fc38b077fd34ee32056a256029b1751317076445",
        "branch" : [
          {
            "SHA1" : "fc38b077fd34ee32056a256029b1751317076445",
            "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" : "#2199",
  "duration" : 23438,
  "estimatedDuration" : 44454,
  "executor" : None,
  "fullDisplayName" : "master-osmo-ccid-firmware #2199",
  "id" : "2199",
  "inProgress" : False,
  "keepLog" : False,
  "number" : 2199,
  "queueId" : 2005852,
  "result" : "FAILURE",
  "timestamp" : 1759233116005,
  "url" : "https://jenkins.osmocom.org/jenkins/view/TTCN3/job/master-osmo-ccid-firmware/2199/",
  "builtOn" : "",
  "changeSet" : {
    "_class" : "hudson.plugins.git.GitChangeSetList",
    "items" : [
      {
        "_class" : "hudson.plugins.git.GitChangeSet",
        "affectedPaths" : [
          "ccid_host/cuart_driver_tty.c"
        ],
        "commitId" : "354b69de197b8e2d3e1cd6db7614f35438c81d87",
        "timestamp" : 1759232947000,
        "author" : {
          "absoluteUrl" : "https://jenkins.osmocom.org/jenkins/user/osmith",
          "fullName" : "Oliver Smith"
        },
        "authorEmail" : "osmith@sysmocom.de",
        "comment" : "ccid_host: fix read_timeout defined but not used\u000a\u000aComment out the read_timeout fuction, as it is only used in already\u000acommented out code. Fix for:\u000a\u000acuart_driver_tty.c:90:12: warning: 'read_timeout' defined but not used [-Wunused-function]\u000a   90 | static int read_timeout(int fd, uint8_t *out, size_t len, unsigned long timeout_ms)\u000a\u000aChange-Id: I49fc59ebaa4abc3e9b8838e1b427f4455acdb390\u000a",
        "date" : "2025-09-30 13:49:07 +0200",
        "id" : "354b69de197b8e2d3e1cd6db7614f35438c81d87",
        "msg" : "ccid_host: fix read_timeout defined but not used",
        "paths" : [
          {
            "editType" : "edit",
            "file" : "ccid_host/cuart_driver_tty.c"
          }
        ]
      },
      {
        "_class" : "hudson.plugins.git.GitChangeSet",
        "affectedPaths" : [
          "ccid_host/cuart_driver_tty.c"
        ],
        "commitId" : "7713ac68b5e6a5cdaea56d90dff377337e95070e",
        "timestamp" : 1759232977000,
        "author" : {
          "absoluteUrl" : "https://jenkins.osmocom.org/jenkins/user/osmith",
          "fullName" : "Oliver Smith"
        },
        "authorEmail" : "osmith@sysmocom.de",
        "comment" : "ccid_host: remove unused _set_dtr\u000a\u000aFix for:\u000a\u000acuart_driver_tty.c:62:13: warning: '_set_dtr' defined but not used [-Wunused-function]\u000a   62 | static void _set_dtr(int fd, bool dtr)\u000a\u000aChange-Id: I43b08a584891e94b9cfab095834e499dd5914b4f\u000a",
        "date" : "2025-09-30 13:49:37 +0200",
        "id" : "7713ac68b5e6a5cdaea56d90dff377337e95070e",
        "msg" : "ccid_host: remove unused _set_dtr",
        "paths" : [
          {
            "editType" : "edit",
            "file" : "ccid_host/cuart_driver_tty.c"
          }
        ]
      },
      {
        "_class" : "hudson.plugins.git.GitChangeSet",
        "affectedPaths" : [
          "ccid_host/Makefile"
        ],
        "commitId" : "fc38b077fd34ee32056a256029b1751317076445",
        "timestamp" : 1759233090000,
        "author" : {
          "absoluteUrl" : "https://jenkins.osmocom.org/jenkins/user/osmith",
          "fullName" : "Oliver Smith"
        },
        "authorEmail" : "osmith@sysmocom.de",
        "comment" : "ccid_host: use -std=gnu99\u000a\u000aChange-Id: Ie842a27a68b06528b78b911e366f50ab900ebaa8\u000a",
        "date" : "2025-09-30 13:51:30 +0200",
        "id" : "fc38b077fd34ee32056a256029b1751317076445",
        "msg" : "ccid_host: use -std=gnu99",
        "paths" : [
          {
            "editType" : "edit",
            "file" : "ccid_host/Makefile"
          }
        ]
      }
    ],
    "kind" : "git"
  },
  "culprits" : [
    {
      "absoluteUrl" : "https://jenkins.osmocom.org/jenkins/user/osmith",
      "fullName" : "Oliver Smith"
    }
  ],
  "runs" : [
    {
      "number" : 2199,
      "url" : "https://jenkins.osmocom.org/jenkins/view/TTCN3/job/master-osmo-ccid-firmware/a1=default,a2=default,a3=default,a4=default,label=osmocom-master/2199/"
    }
  ]
}