Skip to content
Success

#58 (Jun 26, 2026, 3:59:01 PM)

Started 15 days ago
Took 1 min 7 sec on build5-deb12build-ansible

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

This run spent:

  • 13 sec waiting;
  • 1 min 7 sec build duration;
  • 1 min 21 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