Skip to content
Success

#27008 (Feb 21, 2026, 11:12:10 AM)

Started 9 hr 13 min ago
Took 2.2 sec on build4-deb12build-ansible

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

This run spent:

  • 9.5 sec waiting;
  • 2.2 sec build duration;
  • 11 sec total from scheduled to completion.
Revision: d35d0e075dca24b149c2eb99d156ab98eba2ed77
Repository: $GERRIT_REPO_URL
  • master
main: fix crash when ccid_df_write_in() fails

The OSMO_ASSERT(msg->list.next != LLIST_POISON1) are checking msgb
which has been removed from the llist.
All llist members which aren't part of a list have LLIST_POISON1 assigned.

These OSMO_ASSERT()s will always trigger this msgb.

Fixes: a684bc4e38b4 ("Make ch9 usb tests work")
Change-Id: I49c81fba756f3620638b6c6c664f53e4a8758ef9
lynxis at