{
  "_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" : 33424,
      "executingTimeMillis" : 33424,
      "executorUtilization" : 1.0,
      "subTaskCount" : 0,
      "waitingDurationMillis" : 7377,
      "waitingTimeMillis" : 7377
    },
    {
      
    },
    {
      "_class" : "hudson.plugins.git.util.BuildData",
      "buildsByBranchName" : {
        "origin/master" : {
          "_class" : "hudson.plugins.git.util.Build",
          "buildNumber" : 2214,
          "buildResult" : None,
          "marked" : {
            "SHA1" : "0b45338a8d41a9ef2bf5427fafcdbf82a5617009",
            "branch" : [
              {
                "SHA1" : "0b45338a8d41a9ef2bf5427fafcdbf82a5617009",
                "name" : "origin/master"
              }
            ]
          },
          "revision" : {
            "SHA1" : "0b45338a8d41a9ef2bf5427fafcdbf82a5617009",
            "branch" : [
              {
                "SHA1" : "0b45338a8d41a9ef2bf5427fafcdbf82a5617009",
                "name" : "origin/master"
              }
            ]
          }
        },
        "refs/remotes/origin/osmith/wip" : {
          "_class" : "hudson.plugins.git.util.Build",
          "buildNumber" : 2212,
          "buildResult" : None,
          "marked" : {
            "SHA1" : "ed79c6a9d998f951f2d45559f67d5ae4798227cb",
            "branch" : [
              {
                "SHA1" : "ed79c6a9d998f951f2d45559f67d5ae4798227cb",
                "name" : "refs/remotes/origin/osmith/wip"
              }
            ]
          },
          "revision" : {
            "SHA1" : "ed79c6a9d998f951f2d45559f67d5ae4798227cb",
            "branch" : [
              {
                "SHA1" : "ed79c6a9d998f951f2d45559f67d5ae4798227cb",
                "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" : "0b45338a8d41a9ef2bf5427fafcdbf82a5617009",
        "branch" : [
          {
            "SHA1" : "0b45338a8d41a9ef2bf5427fafcdbf82a5617009",
            "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" : "#2214",
  "duration" : 33424,
  "estimatedDuration" : 37211,
  "executor" : None,
  "fullDisplayName" : "master-osmo-ccid-firmware #2214",
  "id" : "2214",
  "inProgress" : False,
  "keepLog" : False,
  "number" : 2214,
  "queueId" : 2007233,
  "result" : "SUCCESS",
  "timestamp" : 1759384927558,
  "url" : "https://jenkins.osmocom.org/jenkins/view/DAHDI/job/master-osmo-ccid-firmware/2214/",
  "builtOn" : "",
  "changeSet" : {
    "_class" : "hudson.plugins.git.GitChangeSetList",
    "items" : [
      {
        "_class" : "hudson.plugins.git.GitChangeSet",
        "affectedPaths" : [
          "ccid_host/Makefile",
          "ccid_host/hub_main_functionfs.c",
          "ccid_host/ccid_main_functionfs.c",
          "ccid_host/cuart_fsm_test.c"
        ],
        "commitId" : "d6c89d83c3c9557d37ad8feb2b8f6058836f265c",
        "timestamp" : 1759384584000,
        "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-10-02 07:56:24 +0200",
        "id" : "d6c89d83c3c9557d37ad8feb2b8f6058836f265c",
        "msg" : "ccid_hosts: fix missing talloc_report_full",
        "paths" : [
          {
            "editType" : "edit",
            "file" : "ccid_host/hub_main_functionfs.c"
          },
          {
            "editType" : "edit",
            "file" : "ccid_host/cuart_fsm_test.c"
          },
          {
            "editType" : "edit",
            "file" : "ccid_host/ccid_main_functionfs.c"
          },
          {
            "editType" : "edit",
            "file" : "ccid_host/Makefile"
          }
        ]
      },
      {
        "_class" : "hudson.plugins.git.GitChangeSet",
        "affectedPaths" : [
          "sysmoOCTSIM/usb/class/dfu/device/dfudf.c"
        ],
        "commitId" : "6d08480851395b4d2c98b386632a6786de880140",
        "timestamp" : 1759384595000,
        "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-10-02 07:56:35 +0200",
        "id" : "6d08480851395b4d2c98b386632a6786de880140",
        "msg" : "ysmoOCTSIM/usb/class/dfu: fix missing include",
        "paths" : [
          {
            "editType" : "edit",
            "file" : "sysmoOCTSIM/usb/class/dfu/device/dfudf.c"
          }
        ]
      },
      {
        "_class" : "hudson.plugins.git.GitChangeSet",
        "affectedPaths" : [
          "contrib/jenkins.sh"
        ],
        "commitId" : "0b45338a8d41a9ef2bf5427fafcdbf82a5617009",
        "timestamp" : 1759384595000,
        "author" : {
          "absoluteUrl" : "https://jenkins.osmocom.org/jenkins/user/osmith",
          "fullName" : "Oliver Smith"
        },
        "authorEmail" : "osmith@sysmocom.de",
        "comment" : "contrib/jenkins: use osmo-clean-workspace.sh\u000a\u000aClean the workspace at the beginning, because otherwise the build fails\u000awhen running twice in a row. For some reason a pseudo-talloc.h from\u000alibosmocore appears, resulting in:\u000a\u000a  error: implicit declaration of function 'talloc_report_full'\u000a\u000aChange-Id: If2e29ffd5150b57858b46e92e157f83a0cf3a11a\u000a",
        "date" : "2025-10-02 07:56:35 +0200",
        "id" : "0b45338a8d41a9ef2bf5427fafcdbf82a5617009",
        "msg" : "contrib/jenkins: use osmo-clean-workspace.sh",
        "paths" : [
          {
            "editType" : "edit",
            "file" : "contrib/jenkins.sh"
          }
        ]
      }
    ],
    "kind" : "git"
  },
  "culprits" : [
    {
      "absoluteUrl" : "https://jenkins.osmocom.org/jenkins/user/osmith",
      "fullName" : "Oliver Smith"
    }
  ],
  "runs" : [
    {
      "number" : 2214,
      "url" : "https://jenkins.osmocom.org/jenkins/view/DAHDI/job/master-osmo-ccid-firmware/a1=default,a2=default,a3=default,a4=default,label=osmocom-master/2214/"
    }
  ]
}