{
  "_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" : 10604,
      "executingTimeMillis" : 10604,
      "executorUtilization" : 1.0,
      "subTaskCount" : 0,
      "waitingDurationMillis" : 5387,
      "waitingTimeMillis" : 5387
    },
    {
      
    },
    {
      "_class" : "hudson.plugins.git.util.BuildData",
      "buildsByBranchName" : {
        "origin/master" : {
          "_class" : "hudson.plugins.git.util.Build",
          "buildNumber" : 2643,
          "buildResult" : None,
          "marked" : {
            "SHA1" : "270aeb8f4571137356364d4c6b9f12d92a40a759",
            "branch" : [
              {
                "SHA1" : "270aeb8f4571137356364d4c6b9f12d92a40a759",
                "name" : "origin/master"
              }
            ]
          },
          "revision" : {
            "SHA1" : "270aeb8f4571137356364d4c6b9f12d92a40a759",
            "branch" : [
              {
                "SHA1" : "270aeb8f4571137356364d4c6b9f12d92a40a759",
                "name" : "origin/master"
              }
            ]
          }
        },
        "refs/remotes/origin/master" : {
          "_class" : "hudson.plugins.git.util.Build",
          "buildNumber" : 1459,
          "buildResult" : None,
          "marked" : {
            "SHA1" : "3761545fcf173ea975494dafe4516e0f4c669081",
            "branch" : [
              {
                "SHA1" : "3761545fcf173ea975494dafe4516e0f4c669081",
                "name" : "refs/remotes/origin/master"
              }
            ]
          },
          "revision" : {
            "SHA1" : "3761545fcf173ea975494dafe4516e0f4c669081",
            "branch" : [
              {
                "SHA1" : "3761545fcf173ea975494dafe4516e0f4c669081",
                "name" : "refs/remotes/origin/master"
              }
            ]
          }
        }
      },
      "lastBuiltRevision" : {
        "SHA1" : "270aeb8f4571137356364d4c6b9f12d92a40a759",
        "branch" : [
          {
            "SHA1" : "270aeb8f4571137356364d4c6b9f12d92a40a759",
            "name" : "origin/master"
          }
        ]
      },
      "remoteUrls" : [
        "https://gerrit.osmocom.org/osmo-asf4-dfu"
      ],
      "scmName" : ""
    },
    {
      
    },
    {
      
    },
    {
      "_class" : "org.jenkinsci.plugins.displayurlapi.actions.RunDisplayAction"
    }
  ],
  "artifacts" : [
    
  ],
  "building" : False,
  "description" : None,
  "displayName" : "#2643",
  "duration" : 10604,
  "estimatedDuration" : 8864,
  "executor" : None,
  "fullDisplayName" : "master-osmo-asf4-dfu #2643",
  "id" : "2643",
  "inProgress" : False,
  "keepLog" : False,
  "number" : 2643,
  "queueId" : 55231,
  "result" : "SUCCESS",
  "timestamp" : 1773135907019,
  "url" : "https://jenkins.osmocom.org/jenkins/view/OBS/job/master-osmo-asf4-dfu/2643/",
  "builtOn" : "",
  "changeSet" : {
    "_class" : "hudson.plugins.git.GitChangeSetList",
    "items" : [
      {
        "_class" : "hudson.plugins.git.GitChangeSet",
        "affectedPaths" : [
          "usb/class/dfu/device/dfudf.c",
          "usb/class/dfu/device/dfudf.h"
        ],
        "commitId" : "def480766ae8f6da8cdce2fe04ee86110a566058",
        "timestamp" : 1771965532000,
        "author" : {
          "absoluteUrl" : "https://jenkins.osmocom.org/jenkins/user/lynxis",
          "fullName" : "lynxis"
        },
        "authorEmail" : "lynxis@fe80.eu",
        "comment" : "dfu: make dfu_state/dfu_status volatile\u000a\u000aBoth variable might be changed from IRQ and from main loop.\u000a\u000aChange-Id: I7ad5255064917c203cebe5ab54a5d457baa2f5ed\u000a",
        "date" : "2026-02-24 21:38:52 +0100",
        "id" : "def480766ae8f6da8cdce2fe04ee86110a566058",
        "msg" : "dfu: make dfu_state/dfu_status volatile",
        "paths" : [
          {
            "editType" : "edit",
            "file" : "usb/class/dfu/device/dfudf.c"
          },
          {
            "editType" : "edit",
            "file" : "usb/class/dfu/device/dfudf.h"
          }
        ]
      },
      {
        "_class" : "hudson.plugins.git.GitChangeSet",
        "affectedPaths" : [
          "usb_start.c"
        ],
        "commitId" : "75f34090a8405a1e303550c5aa2943ddc3c3d9c2",
        "timestamp" : 1771965532000,
        "author" : {
          "absoluteUrl" : "https://jenkins.osmocom.org/jenkins/user/lynxis",
          "fullName" : "lynxis"
        },
        "authorEmail" : "lynxis@fe80.eu",
        "comment" : "dfu: mainloop: work on a local copy of dfu_state\u000a\u000aPrevent race conditions between main loop and irq.\u000aCopy at the start of the loop the dfu state and work on it.\u000a\u000aChange-Id: Ic146c8fa5ba25425cf785bae66f9c99b0faab944\u000a",
        "date" : "2026-02-24 21:38:52 +0100",
        "id" : "75f34090a8405a1e303550c5aa2943ddc3c3d9c2",
        "msg" : "dfu: mainloop: work on a local copy of dfu_state",
        "paths" : [
          {
            "editType" : "edit",
            "file" : "usb_start.c"
          }
        ]
      },
      {
        "_class" : "hudson.plugins.git.GitChangeSet",
        "affectedPaths" : [
          "usb/class/dfu/device/dfudf.c"
        ],
        "commitId" : "a6942dbee06d7b531cb9d47e12e7156981e492ef",
        "timestamp" : 1771965593000,
        "author" : {
          "absoluteUrl" : "https://jenkins.osmocom.org/jenkins/user/lynxis",
          "fullName" : "lynxis"
        },
        "authorEmail" : "lynxis@fe80.eu",
        "comment" : "dfu: irq: replace if(states) with a switch case\u000a\u000aImproves the overview. No functional change.\u000a\u000aChange-Id: Ic32fe16dff4b7bb933ec62e36a9c7c7829aece1b\u000a",
        "date" : "2026-02-24 21:39:53 +0100",
        "id" : "a6942dbee06d7b531cb9d47e12e7156981e492ef",
        "msg" : "dfu: irq: replace if(states) with a switch case",
        "paths" : [
          {
            "editType" : "edit",
            "file" : "usb/class/dfu/device/dfudf.c"
          }
        ]
      },
      {
        "_class" : "hudson.plugins.git.GitChangeSet",
        "affectedPaths" : [
          "usb_start.c"
        ],
        "commitId" : "270aeb8f4571137356364d4c6b9f12d92a40a759",
        "timestamp" : 1771965594000,
        "author" : {
          "absoluteUrl" : "https://jenkins.osmocom.org/jenkins/user/lynxis",
          "fullName" : "lynxis"
        },
        "authorEmail" : "lynxis@fe80.eu",
        "comment" : "dfu: usb_dfu() convert if() intos switch/case\u000a\u000aImproves the overview of the handled states.\u000aNo functional change.\u000a\u000aChange-Id: Ie0abcdb51612598e77cacf7772276919ded17d5a\u000a",
        "date" : "2026-02-24 21:39:54 +0100",
        "id" : "270aeb8f4571137356364d4c6b9f12d92a40a759",
        "msg" : "dfu: usb_dfu() convert if() intos switch/case",
        "paths" : [
          {
            "editType" : "edit",
            "file" : "usb_start.c"
          }
        ]
      }
    ],
    "kind" : "git"
  },
  "culprits" : [
    {
      "absoluteUrl" : "https://jenkins.osmocom.org/jenkins/user/lynxis",
      "fullName" : "lynxis"
    }
  ],
  "runs" : [
    {
      "number" : 2643,
      "url" : "https://jenkins.osmocom.org/jenkins/view/OBS/job/master-osmo-asf4-dfu/a1=default,a2=default,a3=default,a4=default,label=osmocom-master/2643/"
    }
  ]
}