Skip to content
Failed

#27757 (Mar 24, 2026, 3:43:50 PM)

Started 6 hr 54 min ago
Took 2.6 sec on build4-deb12build-ansible

Started by upstream project gerrit-osmo-ccid-firmware build number 142
originally caused by:

This run spent:

  • 6.4 sec waiting;
  • 2.6 sec build duration;
  • 9.1 sec total from scheduled to completion.
Revision: 66f729b530b2b3f43963f5a399ba2d3582eb1b6d
Repository: $GERRIT_REPO_URL
  • master
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.

This clashes with the host build which does not have jiffies, and
is pretty much a burden because it requires special casing code due to
the completely different targets even though it was last used many years
ago and might not even work, so disable it.

Closes: SYS#7877
Change-Id: Id2bd67b3946bb451008965f0b68b4a919f4d10bd
ewild at