Started by upstream project "dct3-gsmtap" build number 1655
originally caused by:
Started by timer
Running as SYSTEM
Building remotely on build4-deb12build-ansible (ttcn3 obs ttcn3_with_linux_6.1_or_higher qemu io_uring osmocom-gerrit coverity osmocom-master) in workspace /home/osmocom-build/jenkins/workspace/dct3-gsmtap/label/osmocom-master
The recommended git tool is: NONE
No credentials specified
Cloning the remote Git repository
Cloning repository https://gitea.osmocom.org/phone-side/dct3-gsmtap
> git init /home/osmocom-build/jenkins/workspace/dct3-gsmtap/label/osmocom-master # timeout=10
Fetching upstream changes from https://gitea.osmocom.org/phone-side/dct3-gsmtap
> git --version # timeout=10
> git --version # 'git version 2.39.2'
> git fetch --tags --force --progress -- https://gitea.osmocom.org/phone-side/dct3-gsmtap +refs/heads/*:refs/remotes/origin/* # timeout=10
> git config remote.origin.url https://gitea.osmocom.org/phone-side/dct3-gsmtap # timeout=10
> git config --add remote.origin.fetch +refs/heads/*:refs/remotes/origin/* # timeout=10
Avoid second fetch
Checking out Revision dcbe73ad77b67a09ac0b88775efb8fc84e9c4615 (origin/master)
> git config core.sparsecheckout # timeout=10
> git checkout -f dcbe73ad77b67a09ac0b88775efb8fc84e9c4615 # timeout=10
Commit message: "fix compiler error"
> git rev-list --no-walk dcbe73ad77b67a09ac0b88775efb8fc84e9c4615 # timeout=10
[osmocom-master] $ /bin/sh -xe /tmp/jenkins1121498305165052527.sh
+ cd src
+ make clean
+ make
cc -Wall -Werror -o main.o -c main.c
cc -o dct3-gsmtap main.o
+ make clean
+ make -e CFLAGS=-DDEBUG
cc -DDEBUG -o main.o -c main.c
cc -o dct3-gsmtap main.o
Finished: SUCCESS