Skip to content
Success

#13 (Jun 26, 2026, 3:58:56 PM)

Started 8 hr 32 min ago
Took 1 min 27 sec on build4-deb12build-ansible

Triggered by Gerrit: https://gerrit.osmocom.org/c/dahdi-linux/+/42895

This run spent:

  • 8.7 sec waiting;
  • 1 min 27 sec build duration;
  • 1 min 35 sec total from scheduled to completion.
Revision: e8ae5d5272ebee0aec5fa62a351bfc4ff475575f
Repository: https://gerrit.osmocom.org/dahdi-linux
  • refs/changes/95/42895/1
Fix missing include of linux/string.h

dahdi-base.c: In function 'dahdi_ioctl_get_version':
dahdi-base.c:5452:17: error: implicit declaration of function 'strncpy' [-Werror=implicit-function-declaration]
5452 |                 strncpy(vi.echo_canceller, ec_name, space);
      |                 ^~~~~~~
dahdi-base.c:96:1: note: include '<string.h>' or provide a declaration of 'strncpy'
   95 | #include "arith.h"
  +++ |+#include <string.h>

Change-Id: Id1341c146b82f0d64370a23ec07432d7055bf13e
laforge at