<matrixBuild _class='hudson.matrix.MatrixBuild'><action _class='hudson.model.CauseAction'><cause _class='org.jenkinsci.plugins.workflow.support.steps.build.BuildUpstreamCause'><shortDescription>Started by upstream project "gerrit-osmo-ccid-firmware" build number 145</shortDescription><upstreamBuild>145</upstreamBuild><upstreamProject>gerrit-osmo-ccid-firmware</upstreamProject><upstreamUrl>job/gerrit-osmo-ccid-firmware/</upstreamUrl></cause></action><action></action><action _class='hudson.model.ParametersAction'><parameter _class='hudson.model.StringParameterValue'><name>COMMENT_TYPE</name><value></value></parameter><parameter _class='hudson.model.StringParameterValue'><name>DISTRO</name><value></value></parameter><parameter _class='hudson.model.StringParameterValue'><name>GERRIT_BRANCH</name><value>master</value></parameter><parameter _class='hudson.model.StringParameterValue'><name>GERRIT_CHANGE_NUMBER</name><value>42481</value></parameter><parameter _class='hudson.model.StringParameterValue'><name>GERRIT_HOST</name><value>gerrit.osmocom.org</value></parameter><parameter _class='hudson.model.StringParameterValue'><name>GERRIT_PATCHSET_NUMBER</name><value>5</value></parameter><parameter _class='hudson.model.StringParameterValue'><name>GERRIT_PATCHSET_REVISION</name><value>0dc57f147512e2b9d6dc085cc0d9bb98cfee084b</value></parameter><parameter _class='hudson.model.StringParameterValue'><name>GERRIT_PATCHSET_UPLOADER_NAME</name><value>Hoernchen</value></parameter><parameter _class='hudson.model.StringParameterValue'><name>GERRIT_PORT</name><value>29418</value></parameter><parameter _class='hudson.model.StringParameterValue'><name>GERRIT_PROJECT</name><value>osmo-ccid-firmware</value></parameter><parameter _class='hudson.model.StringParameterValue'><name>GERRIT_REFSPEC</name><value>refs/changes/81/42481/5</value></parameter><parameter _class='hudson.model.StringParameterValue'><name>GERRIT_REPO_URL</name><value>ssh://jenkins@gerrit.osmocom.org:29418/osmo-ccid-firmware</value></parameter><parameter _class='hudson.model.StringParameterValue'><name>PIPELINE_BUILD_URL</name><value>https://jenkins.osmocom.org/jenkins/job/gerrit-osmo-ccid-firmware/145/</value></parameter><parameter _class='hudson.model.StringParameterValue'><name>PROJECT_NAME</name><value>osmo-ccid-firmware</value></parameter><parameter _class='hudson.model.StringParameterValue'><name>BRANCH_CI</name><value>master</value></parameter></action><action _class='jenkins.metrics.impl.TimeInQueueAction'><blockedDurationMillis>0</blockedDurationMillis><blockedTimeMillis>0</blockedTimeMillis><buildableDurationMillis>0</buildableDurationMillis><buildableTimeMillis>0</buildableTimeMillis><buildingDurationMillis>40230</buildingDurationMillis><executingTimeMillis>40230</executingTimeMillis><executorUtilization>1.0</executorUtilization><subTaskCount>0</subTaskCount><waitingDurationMillis>7894</waitingDurationMillis><waitingTimeMillis>7894</waitingTimeMillis></action><action></action><action _class='hudson.plugins.git.util.BuildData'><buildsByBranchName><_ _class='hudson.plugins.git.util.Build'><buildNumber>3</buildNumber><marked><SHA1>62e18147cc4dd566884dcdcca0be3e028c305245</SHA1><branch><SHA1>62e18147cc4dd566884dcdcca0be3e028c305245</SHA1><name>**</name></branch></marked><revision><SHA1>62e18147cc4dd566884dcdcca0be3e028c305245</SHA1><branch><SHA1>62e18147cc4dd566884dcdcca0be3e028c305245</SHA1><name>**</name></branch></revision></_><master _class='hudson.plugins.git.util.Build'><buildNumber>146</buildNumber><marked><SHA1>0dc57f147512e2b9d6dc085cc0d9bb98cfee084b</SHA1><branch><SHA1>0dc57f147512e2b9d6dc085cc0d9bb98cfee084b</SHA1><name>master</name></branch></marked><revision><SHA1>0dc57f147512e2b9d6dc085cc0d9bb98cfee084b</SHA1><branch><SHA1>0dc57f147512e2b9d6dc085cc0d9bb98cfee084b</SHA1><name>master</name></branch></revision></master></buildsByBranchName><lastBuiltRevision><SHA1>0dc57f147512e2b9d6dc085cc0d9bb98cfee084b</SHA1><branch><SHA1>0dc57f147512e2b9d6dc085cc0d9bb98cfee084b</SHA1><name>master</name></branch></lastBuiltRevision><remoteUrl>ssh://jenkins@gerrit.osmocom.org:29418/osmo-ccid-firmware</remoteUrl><scmName></scmName></action><action></action><action></action><action _class='org.jenkinsci.plugins.displayurlapi.actions.RunDisplayAction'></action><building>false</building><displayName>#146</displayName><duration>40230</duration><estimatedDuration>52898</estimatedDuration><fullDisplayName>gerrit-osmo-ccid-firmware-build #146</fullDisplayName><id>146</id><inProgress>false</inProgress><keepLog>false</keepLog><number>146</number><queueId>71721</queueId><result>SUCCESS</result><timestamp>1774528636447</timestamp><url>https://jenkins.osmocom.org/jenkins/view/gerrit/job/gerrit-osmo-ccid-firmware-build/146/</url><builtOn></builtOn><changeSet _class='hudson.plugins.git.GitChangeSetList'><item _class='hudson.plugins.git.GitChangeSet'><affectedPath>.checkpatch.conf</affectedPath><affectedPath>ccid_common/iso7816_fsm.c</affectedPath><affectedPath>ccid_common/ccid_slot_fsm.c</affectedPath><affectedPath>sysmoOCTSIM/main.c</affectedPath><affectedPath>ccid_common/cuart.h</affectedPath><affectedPath>ccid_host/Makefile</affectedPath><affectedPath>ccid_host/libosmo_emb.c</affectedPath><affectedPath>ccid_common/cuart.c</affectedPath><affectedPath>ccid_host/libosmo_emb.h</affectedPath><commitId>0dc57f147512e2b9d6dc085cc0d9bb98cfee084b</commitId><timestamp>1774528443000</timestamp><author><absoluteUrl>https://jenkins.osmocom.org/jenkins/user/ewild</absoluteUrl><fullName>ewild</fullName></author><authorEmail>ewild@sysmocom.de</authorEmail><comment>firmware: replace libosmocore fsm timers

Concurrent access from main loop and the different uart irqs was not
going well and caused crashes. The libosmocore fsm does still allocate
one internal timer, but it is not used by the firmware, so libosmocore
will not touch the rbtree.

Additionally ignore checkpatch jiffies complaints because we're trying
to do firmware here.

Closes: SYS#7877
Change-Id: Id2bd67b3946bb451008965f0b68b4a919f4d10bd
</comment><date>2026-03-26 13:34:03 +0100</date><id>0dc57f147512e2b9d6dc085cc0d9bb98cfee084b</id><msg>firmware: replace libosmocore fsm timers</msg><path><editType>edit</editType><file>ccid_common/cuart.c</file></path><path><editType>edit</editType><file>ccid_host/Makefile</file></path><path><editType>edit</editType><file>sysmoOCTSIM/main.c</file></path><path><editType>add</editType><file>ccid_host/libosmo_emb.h</file></path><path><editType>add</editType><file>ccid_host/libosmo_emb.c</file></path><path><editType>edit</editType><file>.checkpatch.conf</file></path><path><editType>edit</editType><file>ccid_common/ccid_slot_fsm.c</file></path><path><editType>edit</editType><file>ccid_common/cuart.h</file></path><path><editType>edit</editType><file>ccid_common/iso7816_fsm.c</file></path></item><kind>git</kind></changeSet><culprit><absoluteUrl>https://jenkins.osmocom.org/jenkins/user/ewild</absoluteUrl><fullName>ewild</fullName></culprit><run><number>146</number><url>https://jenkins.osmocom.org/jenkins/view/gerrit/job/gerrit-osmo-ccid-firmware-build/a1=default,a2=default,a3=default,a4=default,label=osmocom-gerrit/146/</url></run></matrixBuild>