Changes:
------------------------------------------ [...truncated 9.20 KiB...] + dir=debian-bookworm-build-arm + [ -z 1 ] + set +x Building image: debian-bookworm-build-arm (export NO_DOCKER_IMAGE_BUILD=1 to prevent this) + docker_osmo_ttcn3_branch + [ -n ] + echo master + make -C ../debian-bookworm-build-arm BUILD_ARGS= UPSTREAM_DISTRO=debian:bookworm DISTRO=debian-bookworm IMAGE=osmocom-build/debian-bookworm-build-arm OSMO_TTCN3_BRANCH=master make: Entering directory 'https://jenkins.osmocom.org/jenkins/job/update-osmo-ci-on-slaves/label=rpi4-raspbian12build-ansible-2/ws/_docker_playground/debian-bookworm-build-arm' awk: cannot open .release (No such file or directory) awk: cannot open .release (No such file or directory) awk: cannot open .release (No such file or directory) rm -rf .common cp -r https://jenkins.osmocom.org/jenkins/job/update-osmo-ci-on-slaves/label=rpi4-raspbian12build-ansible-2/ws/_docker_playground/common .common INFO: .release created release=0.0.0 docker build \ --build-arg USER=osmocom-build \ --build-arg UID=1000 \ --build-arg REGISTRY=docker.io \ --build-arg OSMO_TTCN3_BRANCH=master \ --build-arg UPSTREAM_DISTRO=debian:bookworm \ --build-arg DISTRO=debian-bookworm \ --build-arg OSMOCOM_REPO_MIRROR=https://downloads.osmocom.org \ --build-arg OSMOCOM_REPO_PATH=packages/osmocom: \ --build-arg OSMOCOM_REPO_VERSION=latest \ --build-arg OSMOCOM_REPO_TESTSUITE_MIRROR=https://downloads.osmocom.org \ --build-arg ASTERISK_BRANCH=sysmocom/20.7.0 \ --build-arg LIBOSMOCORE_BRANCH=master \ --build-arg OSMO_BB_BRANCH=master \ --build-arg OSMO_BSC_BRANCH=master \ --build-arg OSMO_BTS_BRANCH=master \ --build-arg OSMO_CBC_BRANCH=master \ --build-arg OSMO_DIA2GSUP_BRANCH=master \ --build-arg OSMO_EPDG_BRANCH=master \ --build-arg OSMO_GBPROXY_BRANCH=master \ --build-arg OSMO_GGSN_BRANCH=master \ --build-arg OSMO_GSM_TESTER_BRANCH=master \ --build-arg OSMO_HLR_BRANCH=master \ --build-arg OSMO_HNBGW_BRANCH=master \ --build-arg OSMO_HNODEB_BRANCH=master \ --build-arg OSMO_IUH_BRANCH=master \ --build-arg OSMO_MGW_BRANCH=master \ --build-arg OSMO_MSC_BRANCH=master \ --build-arg OSMO_NITB_BRANCH=master \ --build-arg OSMO_PCU_BRANCH=master \ --build-arg OSMO_REMSIM_BRANCH=master \ --build-arg OSMO_S1GW_BRANCH=master \ --build-arg OSMO_SGSN_BRANCH=master \ --build-arg OSMO_SIP_BRANCH=master \ --build-arg OSMO_STP_BRANCH=master \ --build-arg OSMO_UECUPS_BRANCH=master \ --build-arg OPEN5GS_BRANCH=main \ --build-arg PJPROJECT_BRANCH=sysmocom/2.14 \ -t osmocom-build/debian-bookworm-build-arm:latest . Sending build context to Docker daemon 37.89kB Step 1/16 : ARG REGISTRY=docker.io Step 2/16 : ARG UPSTREAM_DISTRO=debian:bookworm Step 3/16 : FROM ${REGISTRY}/arm32v7/${UPSTREAM_DISTRO} ---> 9393204cde0c Step 4/16 : ARG OSMOCOM_REPO_MIRROR="https://downloads.osmocom.org" ---> Using cache ---> e9f20982111e Step 5/16 : ARG OSMOCOM_REPO_PATH="packages/osmocom:" ---> Using cache ---> 1c454d0ecdcb Step 6/16 : ARG OSMOCOM_REPO="${OSMOCOM_REPO_MIRROR}/${OSMOCOM_REPO_PATH}/nightly/Debian_12/" ---> Using cache ---> f778a4dc57d0 Step 7/16 : ARG UID ---> Using cache ---> ba317d96de46 Step 8/16 : COPY .common/Release.key /etc/apt/trusted.gpg.d/obs.osmocom.org.asc ---> Using cache ---> 16f814e19c1f Step 9/16 : RUN set -x && useradd --uid=${UID} -d /build -m build && chown -R build:build /usr/local && echo "path-exclude=/usr/share/man/*" > /etc/dpkg/dpkg.cfg.d/exclude-man-pages && rm -rf /usr/share/man/ ---> Using cache ---> 7d2c7ff9a62c Step 10/16 : RUN set -x && apt-get update && apt-get install -y --no-install-recommends autoconf automake bzip2 ca-certificates ccache g++ gcc git libbladerf-dev libboost-dev libboost-filesystem-dev libboost-program-options-dev libboost-thread-dev libfftw3-dev libgnutls28-dev libmnl-dev libortp-dev libpcsclite-dev libsctp-dev libtalloc-dev libtool liburing-dev libusb-1.0-0-dev make pkg-config python3-minimal python3-setuptools sdcc stow && apt-get clean ---> Using cache ---> 06354e976f03 Step 11/16 : ADD https://gerrit.osmocom.org/plugins/gitiles/python/osmo-python-tests/+/master... /tmp/osmo-python-tests-commit
---> Using cache ---> 737a2d67ade9 Step 12/16 : RUN set -x && git clone --depth=1 https://gerrit.osmocom.org/python/osmo-python-tests osmo-python-tests && cd osmo-python-tests && python3 setup.py clean build install && cd .. && rm -rf osmo-python-tests ---> Using cache ---> 21d21c043806 Step 13/16 : ADD https://gerrit.osmocom.org/plugins/gitiles/osmo-ci/+/master?format=TEXT /tmp/osmo-ci-commit
---> Using cache ---> 6e78e36c7b40 Step 14/16 : RUN set -x && git clone --depth=1 https://gerrit.osmocom.org/osmo-ci osmo-ci && su build -c "cd osmo-ci/scripts && cp -v *.sh *.py /usr/local/bin" && rm -rf osmo-ci ---> Using cache ---> 1fd9a655abbf Step 15/16 : ADD $OSMOCOM_REPO/Release /tmp/Release
---> Using cache ---> d7ce7196aa6e Step 16/16 : RUN set -x && echo "deb [signed-by=/etc/apt/trusted.gpg.d/obs.osmocom.org.asc] $OSMOCOM_REPO ./" > /etc/apt/sources.list.d/osmocom-nightly.list && apt-get update && apt-get install -y --no-install-recommends liblimesuite-dev libuhd-dev && apt-get clean ---> Using cache ---> f49e7c339901 [Warning] One or more build-args [OSMOCOM_REPO_TESTSUITE_MIRROR OSMO_EPDG_BRANCH OSMO_HLR_BRANCH OSMO_SGSN_BRANCH USER OSMO_GSM_TESTER_BRANCH OSMO_NITB_BRANCH OSMO_PCU_BRANCH PJPROJECT_BRANCH LIBOSMOCORE_BRANCH OSMO_BB_BRANCH OSMO_GBPROXY_BRANCH OSMO_GGSN_BRANCH OSMOCOM_REPO_VERSION OSMO_DIA2GSUP_BRANCH OSMO_UECUPS_BRANCH DISTRO OPEN5GS_BRANCH OSMO_BSC_BRANCH OSMO_S1GW_BRANCH OSMO_STP_BRANCH OSMO_HNBGW_BRANCH OSMO_MGW_BRANCH OSMO_MSC_BRANCH OSMO_HNODEB_BRANCH OSMO_TTCN3_BRANCH OSMO_SIP_BRANCH ASTERISK_BRANCH OSMO_BTS_BRANCH OSMO_CBC_BRANCH OSMO_IUH_BRANCH OSMO_REMSIM_BRANCH] were not consumed Successfully built f49e7c339901 Successfully tagged osmocom-build/debian-bookworm-build-arm:latest rm -rf .common make: Leaving directory 'https://jenkins.osmocom.org/jenkins/job/update-osmo-ci-on-slaves/label=rpi4-raspbian12build-ansible-2/ws/_docker_playground/debian-bookworm-build-arm' + docker_image_exists debian-bookworm-build-arm + docker images -q osmocom-build/debian-bookworm-build-arm + test -n f49e7c339901 + list_osmo_packages debian-bookworm debian-bookworm-build-arm + local distro=debian-bookworm + local image=debian-bookworm-build-arm + local docker_run_sh=docker run --rm --entrypoint=/bin/sh osmocom-build/debian-bookworm-build-arm -c + [ -n ] + return + [ = registry.osmocom.org ] + docker_depends debian-trixie-build-arm + local feed + depends= + [ -n ] + docker_distro_from_image_name debian-trixie-build-arm + echo debian-trixie + distro_arg=debian-trixie + [ -z ] + docker_upstream_distro_from_image_name debian-trixie-build-arm + echo debian:trixie + upstream_distro_arg=debian:trixie + docker_dir_from_image_name debian-trixie-build-arm + echo debian-trixie-build-arm + dir=debian-trixie-build-arm + [ -z 1 ] + set +x Building image: debian-trixie-build-arm (export NO_DOCKER_IMAGE_BUILD=1 to prevent this) + docker_osmo_ttcn3_branch + [ -n ] + echo master + make -C ../debian-trixie-build-arm BUILD_ARGS= UPSTREAM_DISTRO=debian:trixie DISTRO=debian-trixie IMAGE=osmocom-build/debian-trixie-build-arm OSMO_TTCN3_BRANCH=master make: Entering directory 'https://jenkins.osmocom.org/jenkins/job/update-osmo-ci-on-slaves/label=rpi4-raspbian12build-ansible-2/ws/_docker_playground/debian-trixie-build-arm' awk: cannot open .release (No such file or directory) awk: cannot open .release (No such file or directory) awk: cannot open .release (No such file or directory) rm -rf .common cp -r https://jenkins.osmocom.org/jenkins/job/update-osmo-ci-on-slaves/label=rpi4-raspbian12build-ansible-2/ws/_docker_playground/common .common INFO: .release created release=0.0.0 docker build \ --build-arg USER=osmocom-build \ --build-arg UID=1000 \ --build-arg REGISTRY=docker.io \ --build-arg OSMO_TTCN3_BRANCH=master \ --build-arg UPSTREAM_DISTRO=debian:trixie \ --build-arg DISTRO=debian-trixie \ --build-arg OSMOCOM_REPO_MIRROR=https://downloads.osmocom.org \ --build-arg OSMOCOM_REPO_PATH=packages/osmocom: \ --build-arg OSMOCOM_REPO_VERSION=latest \ --build-arg OSMOCOM_REPO_TESTSUITE_MIRROR=https://downloads.osmocom.org \ --build-arg ASTERISK_BRANCH=sysmocom/20.7.0 \ --build-arg LIBOSMOCORE_BRANCH=master \ --build-arg OSMO_BB_BRANCH=master \ --build-arg OSMO_BSC_BRANCH=master \ --build-arg OSMO_BTS_BRANCH=master \ --build-arg OSMO_CBC_BRANCH=master \ --build-arg OSMO_DIA2GSUP_BRANCH=master \ --build-arg OSMO_EPDG_BRANCH=master \ --build-arg OSMO_GBPROXY_BRANCH=master \ --build-arg OSMO_GGSN_BRANCH=master \ --build-arg OSMO_GSM_TESTER_BRANCH=master \ --build-arg OSMO_HLR_BRANCH=master \ --build-arg OSMO_HNBGW_BRANCH=master \ --build-arg OSMO_HNODEB_BRANCH=master \ --build-arg OSMO_IUH_BRANCH=master \ --build-arg OSMO_MGW_BRANCH=master \ --build-arg OSMO_MSC_BRANCH=master \ --build-arg OSMO_NITB_BRANCH=master \ --build-arg OSMO_PCU_BRANCH=master \ --build-arg OSMO_REMSIM_BRANCH=master \ --build-arg OSMO_S1GW_BRANCH=master \ --build-arg OSMO_SGSN_BRANCH=master \ --build-arg OSMO_SIP_BRANCH=master \ --build-arg OSMO_STP_BRANCH=master \ --build-arg OSMO_UECUPS_BRANCH=master \ --build-arg OPEN5GS_BRANCH=main \ --build-arg PJPROJECT_BRANCH=sysmocom/2.14 \ -t osmocom-build/debian-trixie-build-arm:latest . Sending build context to Docker daemon 37.89kB Step 1/16 : ARG REGISTRY=docker.io Step 2/16 : ARG UPSTREAM_DISTRO=debian:trixie Step 3/16 : FROM ${REGISTRY}/arm32v7/${UPSTREAM_DISTRO} ---> 3fc0efbe1e72 Step 4/16 : ARG OSMOCOM_REPO_MIRROR="https://downloads.osmocom.org" ---> Using cache ---> 4b90b65091b3 Step 5/16 : ARG OSMOCOM_REPO_PATH="packages/osmocom:" ---> Using cache ---> fb5a230a10dc Step 6/16 : ARG OSMOCOM_REPO="${OSMOCOM_REPO_MIRROR}/${OSMOCOM_REPO_PATH}/nightly/Debian_13/" ---> Using cache ---> 16899ec572e2 Step 7/16 : ARG UID ---> Using cache ---> c104c92b1dfc Step 8/16 : COPY .common/Release.key /etc/apt/trusted.gpg.d/obs.osmocom.org.asc ---> Using cache ---> cdc6cb836967 Step 9/16 : RUN set -x && useradd --uid=${UID} -d /build -m build && chown -R build:build /usr/local && echo "path-exclude=/usr/share/man/*" > /etc/dpkg/dpkg.cfg.d/exclude-man-pages && rm -rf /usr/share/man/ ---> Using cache ---> 0fdd6f3090c6 Step 10/16 : RUN set -x && apt-get update && apt-get install -y --no-install-recommends autoconf automake bzip2 ca-certificates ccache g++ gcc git libbladerf-dev libboost-dev libboost-filesystem-dev libboost-program-options-dev libboost-thread-dev libfftw3-dev libgnutls28-dev liblimesuite-dev libmnl-dev libortp-dev libpcsclite-dev libsctp-dev libtalloc-dev libtool libuhd-dev liburing-dev libusb-1.0-0-dev make pkg-config python3-minimal python3-setuptools stow && apt-get clean ---> Using cache ---> 267f9d51f0ad Step 11/16 : ADD https://gerrit.osmocom.org/plugins/gitiles/python/osmo-python-tests/+/master... /tmp/osmo-python-tests-commit
---> Using cache ---> dee16033a3dc Step 12/16 : RUN set -x && git clone --depth=1 https://gerrit.osmocom.org/python/osmo-python-tests osmo-python-tests && cd osmo-python-tests && python3 setup.py clean build install && cd .. && rm -rf osmo-python-tests ---> Using cache ---> 8216231b5068 Step 13/16 : ADD https://gerrit.osmocom.org/plugins/gitiles/osmo-ci/+/master?format=TEXT /tmp/osmo-ci-commit
---> Using cache ---> a9b12887ab60 Step 14/16 : RUN set -x && git clone --depth=1 https://gerrit.osmocom.org/osmo-ci osmo-ci && su build -c "cd osmo-ci/scripts && cp -v *.sh *.py /usr/local/bin" && rm -rf osmo-ci ---> Using cache ---> c6b7d9533ec7 Step 15/16 : ADD $OSMOCOM_REPO/Release /tmp/Release
---> Using cache ---> 8c0685c07e84 Step 16/16 : RUN set -x && echo "deb [signed-by=/etc/apt/trusted.gpg.d/obs.osmocom.org.asc] $OSMOCOM_REPO ./" > /etc/apt/sources.list.d/osmocom-nightly.list && apt-get update && apt-get install -y --no-install-recommends -t'o=obs://osmocom/osmocom:nightly/Debian_13,n=Debian_13,l=osmocom:nightly,c=' sdcc && apt-get clean ---> Running in 5f5fb6660d7e [91m+ echo deb [signed-by=/etc/apt/trusted.gpg.d/obs.osmocom.org.asc] https://downloads.osmocom.org/packages/osmocom:/nightly/Debian_13/ ./ + apt-get update [0mHit:1 http://deb.debian.org/debian trixie InRelease Hit:2 http://deb.debian.org/debian trixie-updates InRelease Get:3 http://deb.debian.org/debian-security trixie-security InRelease [43.4 kB] Get:4 https://downloads.osmocom.org/packages/osmocom:/nightly/Debian_13 ./ InRelease [1579 B] Err:4 https://downloads.osmocom.org/packages/osmocom:/nightly/Debian_13 ./ InRelease Sub-process /usr/bin/sqv returned an error code (1), error message is: Signing key on 6B2A9F3792D15EB70D4E6A8F86A730B653725973 is not bound: No binding signature at time 2025-10-22T06:32:43Z because: No binding signature at time 2025-10-22T06:32:43Z Reading package lists... [91mW:[0m[91m OpenPGP signature verification failed: https://downloads.osmocom.org/packages/osmocom:/nightly/Debian_13 ./ InRelease: Sub-process /usr/bin/sqv returned an error code (1), error message is: Signing key on 6B2A9F3792D15EB70D4E6A8F86A730B653725973 is not bound: No binding signature at time 2025-10-22T06:32:43Z because: No binding signature at time 2025-10-22T06:32:43Z[0m[91m E:[0m[91m [0m[91mThe repository 'https://downloads.osmocom.org/packages/osmocom:/nightly/Debian_13 ./ InRelease' is not signed. [0mThe command '/bin/sh -c set -x && echo "deb [signed-by=/etc/apt/trusted.gpg.d/obs.osmocom.org.asc] $OSMOCOM_REPO ./" > /etc/apt/sources.list.d/osmocom-nightly.list && apt-get update && apt-get install -y --no-install-recommends -t'o=obs://osmocom/osmocom:nightly/Debian_13,n=Debian_13,l=osmocom:nightly,c=' sdcc && apt-get clean' returned a non-zero code: 100 make: *** [../make/Makefile:96: docker-build] Error 100 make: Leaving directory 'https://jenkins.osmocom.org/jenkins/job/update-osmo-ci-on-slaves/label=rpi4-raspbian12build-ansible-2/ws/_docker_playground/debian-trixie-build-arm' + exit 1 Build step 'Execute shell' marked build as failure