{
  "_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" : 70705,
      "executingTimeMillis" : 70705,
      "executorUtilization" : 1.0,
      "subTaskCount" : 0,
      "waitingDurationMillis" : 8282,
      "waitingTimeMillis" : 8282
    },
    {
      
    },
    {
      "_class" : "hudson.plugins.git.util.BuildData",
      "buildsByBranchName" : {
        "origin/master" : {
          "_class" : "hudson.plugins.git.util.Build",
          "buildNumber" : 2407,
          "buildResult" : None,
          "marked" : {
            "SHA1" : "7ae9a65c7fadf3d9d89370761c7352cbcac83a00",
            "branch" : [
              {
                "SHA1" : "7ae9a65c7fadf3d9d89370761c7352cbcac83a00",
                "name" : "origin/master"
              }
            ]
          },
          "revision" : {
            "SHA1" : "7ae9a65c7fadf3d9d89370761c7352cbcac83a00",
            "branch" : [
              {
                "SHA1" : "7ae9a65c7fadf3d9d89370761c7352cbcac83a00",
                "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" : "7ae9a65c7fadf3d9d89370761c7352cbcac83a00",
        "branch" : [
          {
            "SHA1" : "7ae9a65c7fadf3d9d89370761c7352cbcac83a00",
            "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" : "#2407",
  "duration" : 70705,
  "estimatedDuration" : 51963,
  "executor" : None,
  "fullDisplayName" : "master-osmo-ccid-firmware #2407",
  "id" : "2407",
  "inProgress" : False,
  "keepLog" : False,
  "number" : 2407,
  "queueId" : 74734,
  "result" : "SUCCESS",
  "timestamp" : 1774825629322,
  "url" : "https://jenkins.osmocom.org/jenkins/job/master-osmo-ccid-firmware/2407/",
  "builtOn" : "",
  "changeSet" : {
    "_class" : "hudson.plugins.git.GitChangeSetList",
    "items" : [
      {
        "_class" : "hudson.plugins.git.GitChangeSet",
        "affectedPaths" : [
          "sysmoOCTSIM/libosmo_emb.h",
          "sysmoOCTSIM/libosmo_emb.c"
        ],
        "commitId" : "2e49ae297ea4669f5d8359165845101ef4d40b44",
        "timestamp" : 1774546264000,
        "author" : {
          "absoluteUrl" : "https://jenkins.osmocom.org/jenkins/user/ewild",
          "fullName" : "ewild"
        },
        "authorEmail" : "ewild@sysmocom.de",
        "comment" : "firmware: add tear-free 64bit load/store helpers for jiffies\u000a\u000aOn Cortex-M4 a 64bit load may compile to two separate LDR\u000ainstructions which can lead to torn reads due to interrupts.\u000aLDRD/STRD are restartable, they either complete or restart from\u000ascratch, so the result is always consistent. The only \"downside\" is the\u000arequired alignment, which is fine.\u000a\u000aChange-Id: I729c0fdfb5b228b03c2df1cf098743100b1ea625\u000a",
        "date" : "2026-03-26 18:31:04 +0100",
        "id" : "2e49ae297ea4669f5d8359165845101ef4d40b44",
        "msg" : "firmware: add tear-free 64bit load/store helpers for jiffies",
        "paths" : [
          {
            "editType" : "edit",
            "file" : "sysmoOCTSIM/libosmo_emb.c"
          },
          {
            "editType" : "add",
            "file" : "sysmoOCTSIM/libosmo_emb.h"
          }
        ]
      },
      {
        "_class" : "hudson.plugins.git.GitChangeSet",
        "affectedPaths" : [
          ".checkpatch.conf",
          "ccid_common/iso7816_fsm.c",
          "ccid_common/ccid_slot_fsm.c",
          "sysmoOCTSIM/main.c",
          "ccid_common/cuart.h",
          "ccid_host/Makefile",
          "ccid_host/libosmo_emb.c",
          "ccid_common/cuart.c",
          "ccid_host/libosmo_emb.h"
        ],
        "commitId" : "7ae9a65c7fadf3d9d89370761c7352cbcac83a00",
        "timestamp" : 1774641259000,
        "author" : {
          "absoluteUrl" : "https://jenkins.osmocom.org/jenkins/user/ewild",
          "fullName" : "ewild"
        },
        "authorEmail" : "ewild@sysmocom.de",
        "comment" : "firmware: replace libosmocore fsm timers\u000a\u000aConcurrent access from main loop and the different uart irqs was not\u000agoing well and caused crashes. The libosmocore fsm does still allocate\u000aone internal timer, but it is not used by the firmware, so libosmocore\u000awill not touch the rbtree.\u000a\u000aAdditionally ignore checkpatch jiffies complaints because we're trying\u000ato do firmware here.\u000a\u000aCloses: SYS#7877\u000aChange-Id: Id2bd67b3946bb451008965f0b68b4a919f4d10bd\u000a",
        "date" : "2026-03-27 20:54:19 +0100",
        "id" : "7ae9a65c7fadf3d9d89370761c7352cbcac83a00",
        "msg" : "firmware: replace libosmocore fsm timers",
        "paths" : [
          {
            "editType" : "edit",
            "file" : "ccid_common/ccid_slot_fsm.c"
          },
          {
            "editType" : "add",
            "file" : "ccid_host/libosmo_emb.c"
          },
          {
            "editType" : "edit",
            "file" : "ccid_common/iso7816_fsm.c"
          },
          {
            "editType" : "edit",
            "file" : "ccid_host/Makefile"
          },
          {
            "editType" : "edit",
            "file" : ".checkpatch.conf"
          },
          {
            "editType" : "edit",
            "file" : "ccid_common/cuart.h"
          },
          {
            "editType" : "add",
            "file" : "ccid_host/libosmo_emb.h"
          },
          {
            "editType" : "edit",
            "file" : "sysmoOCTSIM/main.c"
          },
          {
            "editType" : "edit",
            "file" : "ccid_common/cuart.c"
          }
        ]
      }
    ],
    "kind" : "git"
  },
  "culprits" : [
    {
      "absoluteUrl" : "https://jenkins.osmocom.org/jenkins/user/ewild",
      "fullName" : "ewild"
    }
  ],
  "runs" : [
    {
      "number" : 2407,
      "url" : "https://jenkins.osmocom.org/jenkins/job/master-osmo-ccid-firmware/a1=default,a2=default,a3=default,a4=default,label=osmocom-master/2407/"
    }
  ]
}