Skip to content
Success

#21298 (Mar 26, 2026, 9:44:31 PM)

Started 11 hr ago
Took 1 min 55 sec on build5-deb12build-ansible

Started by upstream project gerrit-osmo-bts build number 1123
originally caused by:

This run spent:

  • 1 min 50 sec waiting;
  • 1 min 55 sec build duration;
  • 3 min 46 sec total from scheduled to completion.
Revision: 1cfb3810fb0f1e1094c71d5f66ab07aef2d74b50
Repository: $GERRIT_REPO_URL
  • master
measurement: is_meas_complete(): fix fn_mod variable type

`fn_mod` was declared as 'unsigned int' but initialized to -1, which
yields `UINT_MAX` via implicit conversion.  Use 'int' instead to make
the sentinel value unambiguous and match the `%d` format used in
the debug log.

Change-Id: I6b0bce9bc9fca1d6effbb2da2319132cdff4e9c7
Vadim Yanitskiy at