Started by upstream project "master-osmo-trx" build number 7191 originally caused by: Started by user Oliver Smith Running as SYSTEM Building remotely on lx2-raspbian11build-ansible (rpi4-raspbian11) in workspace /home/osmocom-build/jenkins/workspace/master-osmo-trx/INSTR/--with-neon-vfpv4/WITH_MANUALS/0/a3/default/a4/default/label/rpi4-raspbian11 [ssh-agent] Looking for ssh-agent implementation... $ ssh-agent SSH_AUTH_SOCK=/tmp/ssh-XIS0wnL2KeO5/agent.951990 SSH_AGENT_PID=951993 [ssh-agent] Started. Running ssh-add (command line suppressed) Identity added: /home/osmocom-build/jenkins/workspace/master-osmo-trx/INSTR/--with-neon-vfpv4/WITH_MANUALS/0/a3/default/a4/default/label/rpi4-raspbian11@tmp/private_key_15902812719891974595.key (osmocom-jenkins) [ssh-agent] Using credentials docs (OS#5798) The recommended git tool is: NONE No credentials specified Cloning the remote Git repository Cloning repository https://gerrit.osmocom.org/osmo-trx > git init /home/osmocom-build/jenkins/workspace/master-osmo-trx/INSTR/--with-neon-vfpv4/WITH_MANUALS/0/a3/default/a4/default/label/rpi4-raspbian11 # timeout=10 Fetching upstream changes from https://gerrit.osmocom.org/osmo-trx > git --version # timeout=10 > git --version # 'git version 2.30.2' > git fetch --tags --force --progress -- https://gerrit.osmocom.org/osmo-trx +refs/heads/*:refs/remotes/origin/* # timeout=10 > git config remote.origin.url https://gerrit.osmocom.org/osmo-trx # timeout=10 > git config --add remote.origin.fetch +refs/heads/*:refs/remotes/origin/* # timeout=10 Avoid second fetch Checking out Revision 4f6e9eb4cf86d2678a39394d0ea66f44ecaa7883 (origin/master) > git config core.sparsecheckout # timeout=10 > git checkout -f 4f6e9eb4cf86d2678a39394d0ea66f44ecaa7883 # timeout=10 Commit message: "Bump version: 1.6.0.34-24f9 → 1.7.0" > git rev-list --no-walk 4f6e9eb4cf86d2678a39394d0ea66f44ecaa7883 # timeout=10 > git remote # timeout=10 > git submodule init # timeout=10 > git submodule sync # timeout=10 > git config --get remote.origin.url # timeout=10 > git submodule init # timeout=10 > git config -f .gitmodules --get-regexp ^submodule\.(.+)\.url # timeout=10 > git config --get submodule.osmocom-bb.url # timeout=10 > git config -f .gitmodules --get submodule.osmocom-bb.path # timeout=10 > git submodule update --init --recursive osmocom-bb # timeout=10 [rpi4-raspbian11] $ /bin/sh -xe /tmp/jenkins9115077767144936446.sh + DOCKER_IMG=osmocom-build/debian-bookworm-build + arch + DOCKER_IMG=osmocom-build/debian-bookworm-build-arm + CCACHE_DIR=/home/osmocom-build/ccache/master-builds + mkdir -p /home/osmocom-build/ccache/master-builds + chown osmocom-build:osmocom-build /home/osmocom-build/ccache/master-builds + readlink -f /tmp/ssh-XIS0wnL2KeO5/agent.951990 + docker run --rm=true --cap-add SYS_PTRACE -e ASCIIDOC_WARNINGS_CHECK=1 -e HOME=/build -e IS_MASTER_BUILD=1 -e JOB_NAME=master-osmo-trx/INSTR=--with-neon-vfpv4,WITH_MANUALS=0,a3=default,a4=default,label=rpi4-raspbian11 -e MAKE=make -e OSMOPY_DEBUG_TCP_SOCKETS=1 -e OSMO_GSM_MANUALS_DIR=/opt/osmo-gsm-manuals -e PARALLEL_MAKE=-j 8 -e PUBLISH=1 -e SSH_AUTH_SOCK=/ssh-agent -e WITH_MANUALS=1 -w /build -i -u build -v /tmp/ssh-XIS0wnL2KeO5/agent.951990:/ssh-agent -v /home/osmocom-build/jenkins/workspace/master-osmo-trx/INSTR/--with-neon-vfpv4/WITH_MANUALS/0/a3/default/a4/default/label/rpi4-raspbian11:/build -v /home/osmocom-build/.ssh:/home/build/.ssh:ro -e CCACHE_DIR=/ccache -e PATH=/usr/lib/ccache:/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin -v /home/osmocom-build/ccache/master-builds:/ccache -e INSTR=--with-neon-vfpv4 -e WITH_MANUALS=0 osmocom-build/debian-bookworm-build-arm /usr/bin/timeout 30m /build/contrib/jenkins.sh + [ -z ] + uname -m + substr arm armv8l + [ -z ] + + set -ex + command -v osmo-build-dep.sh + [ -x /usr/local/bin/osmo-build-dep.sh ] + base=/build + deps=/build/deps + inst=/build/deps/install + export deps inst + osmo-clean-workspace.sh + chmod -R +w . + git checkout -f HEAD + git clean -dxf + [ -d /build/deps ] + [ -d layer1-headers ] + mkdir /build/deps + osmo-build-dep.sh libosmocore --enable-sanitize --disable-doxygen --disable-pcsc =============================== libosmocore =============================== + mkdir -p /build/deps + cd /build/deps + osmo-deps.sh libosmocore + project=libosmocore + branch=master + git branch -a + grep -c remotes/origin/master$ + [ x1 != x0 ] + branch=origin/master + test -d libosmocore + osmo_git_clone_url libosmocore + echo https://gerrit.osmocom.org/libosmocore + git clone https://gerrit.osmocom.org/libosmocore libosmocore Cloning into 'libosmocore'... + cd libosmocore + git fetch --tags origin + git fetch origin + deps= osmo-clean-workspace.sh + chmod -R +w . + git checkout -f HEAD Your branch is up to date with 'origin/master'. + git clean -dxf + [ -d ] + [ -d layer1-headers ] + git checkout -f origin/master Note: switching to 'origin/master'. You are in 'detached HEAD' state. You can look around, make experimental changes and commit them, and you can discard any commits you make in this state without impacting any branches by switching back to a branch. If you want to create a new branch to retain commits you create, you may do so (now or later) by using -c with the switch command. Example: git switch -c Or undo this operation with: git switch - Turn off this advice by setting config variable advice.detachedHead to false HEAD is now at 24ad11f0 src/core/socket.c: Fix close of negative fd in system_supports_inet6() + git rev-parse HEAD 24ad11f057a2024ca45c3c352e54edc8cbe8d4e7 + cd libosmocore + mkdir -p /build/deps/install/stow + osmo_source_subdir libosmocore + subdir= + [ -n ] + autoreconf --install --force libtoolize: putting auxiliary files in AC_CONFIG_AUX_DIR, '.'. libtoolize: copying file './ltmain.sh' libtoolize: putting macros in AC_CONFIG_MACRO_DIRS, 'm4'. libtoolize: copying file 'm4/libtool.m4' libtoolize: copying file 'm4/ltoptions.m4' libtoolize: copying file 'm4/ltsugar.m4' libtoolize: copying file 'm4/ltversion.m4' libtoolize: copying file 'm4/lt~obsolete.m4' configure.ac:70: warning: The macro `AC_HEADER_STDC' is obsolete. configure.ac:70: You should run autoupdate. ./lib/autoconf/headers.m4:704: AC_HEADER_STDC is expanded from... configure.ac:70: the top level configure.ac:84: warning: $as_echo is obsolete; use AS_ECHO(["message"]) instead lib/m4sugar/m4sh.m4:692: _AS_IF_ELSE is expanded from... lib/m4sugar/m4sh.m4:699: AS_IF is expanded from... ./lib/autoconf/general.m4:2249: AC_CACHE_VAL is expanded from... ./lib/autoconf/general.m4:2270: AC_CACHE_CHECK is expanded from... m4/ax_pthread.m4:88: AX_PTHREAD is expanded from... configure.ac:84: the top level configure.ac:174: warning: The macro `AC_CONFIG_HEADER' is obsolete. configure.ac:174: You should run autoupdate. ./lib/autoconf/status.m4:719: AC_CONFIG_HEADER is expanded from... configure.ac:174: the top level configure.ac:462: warning: The macro `AC_HELP_STRING' is obsolete. configure.ac:462: You should run autoupdate. ./lib/autoconf/general.m4:204: AC_HELP_STRING is expanded from... configure.ac:462: the top level configure.ac:602: warning: AC_OUTPUT should be used without arguments. configure.ac:602: You should run autoupdate. configure.ac:23: installing './compile' configure.ac:25: installing './config.guess' configure.ac:25: installing './config.sub' configure.ac:8: installing './install-sh' configure.ac:8: installing './missing' Makefile.am:64: warning: DOXYGEN was already defined in condition TRUE, which includes condition !HAVE_DOXYGEN ... configure.ac:116: ... 'DOXYGEN' previously defined here $ ssh-agent -k unset SSH_AUTH_SOCK; unset SSH_AGENT_PID; echo Agent pid 951993 killed; [ssh-agent] Stopped. Build was aborted Archiving artifacts Finished: ABORTED