Skip to content
Success

#26572 (Jan 25, 2026, 7:02:18 PM)

Started 21 days ago
Took 9.2 sec on build4-deb12build-ansible

Started by upstream project gerrit-libosmocore build number 2272
originally caused by:

This run spent:

  • 17 min waiting;
  • 9.2 sec build duration;
  • 17 min total from scheduled to completion.
Revision: e309200f886e020eed7a77e0bab0639fe0f04dfd
Repository: $GERRIT_REPO_URL
  • master
core: fix printf format casts for struct timeval fields

Explicitly cast struct timeval fields to long when passing them to
printf-style functions.

This avoids compiler warnings/errors on platforms where tv_sec or
tv_usec are not exactly of type long, while keeping the existing log
and control output unchanged.

Change-Id: Icac9e392c728948a7976970658e37f5e0da41709
dtv.comp at