Skip to content
Success

#22242 (Jun 20, 2026, 8:55:17 PM)

Started 12 hr ago
Took 1 min 25 sec on build5-deb12build-ansible

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

This run spent:

  • 3 min 42 sec waiting;
  • 1 min 25 sec build duration;
  • 5 min 7 sec total from scheduled to completion.
Revision: e516f94eab4f0ea0fe67896885062a9a84f67ee4
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.

Change-Id: I66581910dbd1e955831a6ff913042059ad4994a7
AI-Assisted: yes (Claude)
Vadim Yanitskiy at