Skip to content
Success

#22224 (Jun 20, 2026, 8:51:44 PM)

Started 9 hr 44 min ago
Took 1 min 38 sec on build5-deb12build-ansible

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

This run spent:

  • 14 sec waiting;
  • 1 min 38 sec build duration;
  • 1 min 53 sec total from scheduled to completion.
Revision: f00e3081f4afc7809f846f889593f54ab2aa3998
Repository: $GERRIT_REPO_URL
  • master
server: vty: validate rotate-localtime modulus against the new interval

apply_rotate_localtime() computed the maximum allowed modulus from
pcap_server->rotate_localtime.intv, the currently-stored (old) interval,
rather than the intv argument being applied.  On first configuration the
stored interval is the default 0, so the switch hit the default case and
rejected an otherwise valid command; when changing intervals the modulus
was bounds-checked against the wrong interval.  Switch on intv instead.

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