Skip to content
Success

#22182 (Jun 17, 2026, 1:52:23 PM)

Started 2 days 8 hr ago
Took 58 sec on build4-deb12build-ansible

Started by upstream project gerrit-osmo-pcap build number 232
originally caused by:

This run spent:

  • 46 sec waiting;
  • 58 sec build duration;
  • 1 min 45 sec total from scheduled to completion.
Revision: 9221dbcc85c929d8fef1f929a4a9629fece4df82
Repository: $GERRIT_REPO_URL
  • master
client: fix off-by-one in wrapped pcap stats counter

When a libpcap stats counter (ps_recv/ps_drop/ps_ifdrop) wraps around
UINT_MAX, get_psbl_wrapped_ctr() computed the delta as
(UINT_MAX - old_val) + new_val, omitting the single increment that
takes the counter from UINT_MAX through zero.  Add the missing +1 so
the reported delta matches the real number of increments.

Co-Authored-By: Claude Opus 4.8 (1M context) <noreply@anthropic.com>
Change-Id: I66581910dbd1e955831a6ff913042059ad4994a7
Vadim Yanitskiy at