Skip to content
Success

Console Output

Started by user Oliver Smith
Running as SYSTEM
Building remotely on build4-deb12build-ansible (ttcn3 obs osmo-gsm-tester-build ttcn3_with_linux_6.1_or_higher qemu io_uring osmocom-gerrit coverity osmocom-master) in workspace /home/osmocom-build/jenkins/workspace/registry-rebuild-upload-testenv
The recommended git tool is: NONE
No credentials specified
Wiping out workspace first.
Cloning the remote Git repository
Cloning repository https://gerrit.osmocom.org/osmo-ttcn3-hacks
 > git init /home/osmocom-build/jenkins/workspace/registry-rebuild-upload-testenv # timeout=10
Fetching upstream changes from https://gerrit.osmocom.org/osmo-ttcn3-hacks
 > git --version # timeout=10
 > git --version # 'git version 2.39.5'
 > git fetch --tags --force --progress -- https://gerrit.osmocom.org/osmo-ttcn3-hacks +refs/heads/*:refs/remotes/origin/* # timeout=10
 > git config remote.origin.url https://gerrit.osmocom.org/osmo-ttcn3-hacks # timeout=10
 > git config --add remote.origin.fetch +refs/heads/*:refs/remotes/origin/* # timeout=10
Avoid second fetch
 > git rev-parse refs/remotes/origin/osmith/wip^{commit} # timeout=10
 > git rev-parse osmith/wip^{commit} # timeout=10
Checking out Revision 0285c3de4a29940094ac5aed992aa7f0edc2d9f2 (refs/remotes/origin/osmith/wip)
 > git config core.sparsecheckout # timeout=10
 > git checkout -f 0285c3de4a29940094ac5aed992aa7f0edc2d9f2 # timeout=10
Commit message: "Revert "testenv: use eclipse-titan 11 in Dockerfile""
 > git rev-list --no-walk b9c1e1eb5354842722f22766b937180f4436de02 # timeout=10
[registry-rebuild-upload-testenv] $ /bin/sh -xe /tmp/jenkins8552029573605272308.sh
+ REGISTRY=registry.osmocom.org
+ DISTRO=debian:bookworm
+ echo debian:bookworm
+ tr : -
+ IMAGE=registry.osmocom.org/osmocom-build/debian-bookworm-osmo-ttcn3-testenv
+ podman build --build-arg DISTRO=debian:bookworm --build-arg REGISTRY=registry.osmocom.org -t registry.osmocom.org/osmocom-build/debian-bookworm-osmo-ttcn3-testenv _testenv/data/podman
STEP 1/17: FROM registry.osmocom.org/debian:bookworm
STEP 2/17: ARG	OSMOCOM_REPO_TESTSUITE_MIRROR="https://downloads.osmocom.org"
--> Using cache 7058cad828574b1285659f81638a9eec03f625903f3335bb0dd10335f9a83dad
--> 7058cad8285
STEP 3/17: ARG	OSMOCOM_REPO="$OSMOCOM_REPO_TESTSUITE_MIRROR/packages/osmocom:/latest/Debian_12/"
--> Using cache a229d0f73ce7f44a67000bd2b286da985c379771717c176e8c8e5dcd220068ce
--> a229d0f73ce
STEP 4/17: COPY	obs.key /obs.key
--> Using cache b06a72edb6bc37eefd5d9fc01fc1369a8b549ca7ac9534bfb7743f60a4462f63
--> b06a72edb6b
STEP 5/17: ENV	DEBIAN_FRONTEND=noninteractive
--> Using cache 0da633388c69d90984d3a791070b224d2351375b6d0c3ca6e989b72aa370808d
--> 0da633388c6
STEP 6/17: RUN	set -x && 	mkdir -p /etc/kernel/postinst.d && 	touch /etc/kernel/postinst.d/initramfs-tools && 	apt-get update && 	apt-get install 		-y 		--no-install-recommends 		-o Dpkg::Options::="--force-confold" 		apt-rdepends 		autoconf 		automake 		bc 		bison 		bridge-utils 		build-essential 		busybox-static 		ca-certificates 		ccache 		cmake 		cpio 		erlang-dev 		erlang-nox 		flex 		gdb 		git 		gzip 		iproute2 		iputils-ping 		libbson-dev 		libc-ares-dev 		libcsv-dev 		libcurl4-gnutls-dev 		libdbd-sqlite3 		libdbi-dev 		libelf-dev 		libgcc-11-dev 		libgcrypt-dev 		libgnutls28-dev 		libidn11-dev 		libjansson-dev 		libmicrohttpd-dev 		libmnl-dev 		libmongoc-dev 		libnghttp2-dev 		libortp-dev 		libpcap-dev 		libpcsclite-dev 		libsctp-dev 		libsofia-sip-ua-glib-dev 		libsqlite3-dev 		libssl-dev 		libtalloc-dev 		libtins-dev 		libtool 		libulfius-dev 		liburing-dev 		libusb-1.0-0-dev 		libyaml-dev 		libzmq3-dev 		linux-image-amd64 		meson 		netcat-openbsd 		pax-utils 		pcscd 		pkg-config 		procps 		psmisc 		python3-pip 		qemu-system-x86 		rsync 		source-highlight 		sqlite3 		sudo 		tcpdump 		tree 		vim 		vsmartcard-vpcd 		wget 		wireshark-common 		&& 	apt-get clean
--> Using cache 3aea1893d49b454329817085fae52023f74170f6703108ed88bce739450d1f15
--> 3aea1893d49
STEP 7/17: ENV	BACKPORTS_SOURCES_LIST="/etc/apt/sources.list.d/debian-backports.sources"
--> 2238bc0e520
STEP 8/17: RUN	set -x && 	echo "Types: deb deb-src" >>"$BACKPORTS_SOURCES_LIST" && 	echo "URIs: http://deb.debian.org/debian" >>"$BACKPORTS_SOURCES_LIST" && 	echo "Suites: stable-backports" >>"$BACKPORTS_SOURCES_LIST" && 	echo "Components: main" >>"$BACKPORTS_SOURCES_LIST" && 	echo "Enabled: yes" >>"$BACKPORTS_SOURCES_LIST" && 	echo "Signed-By: /usr/share/keyrings/debian-archive-keyring.gpg" >>"$BACKPORTS_SOURCES_LIST" && 	apt-get update && 	apt-get -t bookworm-backports install 		-y 		--no-install-recommends 		-o Dpkg::Options::="--force-confold" 		libcurl4 		&& 	apt-get clean
+ echo Types: deb deb-src
+ echo URIs: http://deb.debian.org/debian
+ echo Suites: stable-backports
+ echo Components: main
+ echo Enabled: yes
+ echo Signed-By: /usr/share/keyrings/debian-archive-keyring.gpg
+ apt-get update
Get:1 http://deb.debian.org/debian stable-backports InRelease [59.4 kB]
Get:2 http://deb.debian.org/debian bookworm InRelease [151 kB]
Get:3 http://deb.debian.org/debian bookworm-updates InRelease [55.4 kB]
Get:4 http://deb.debian.org/debian-security bookworm-security InRelease [48.0 kB]
Get:5 http://deb.debian.org/debian stable-backports/main Sources [281 kB]
Get:6 http://deb.debian.org/debian stable-backports/main amd64 Packages [286 kB]
Get:7 http://deb.debian.org/debian bookworm/main amd64 Packages [8793 kB]
Get:8 http://deb.debian.org/debian-security bookworm-security/main amd64 Packages [265 kB]
Fetched 9939 kB in 1s (10.3 MB/s)
Reading package lists...
+ apt-get -t bookworm-backports install -y --no-install-recommends -o Dpkg::Options::=--force-confold libcurl4
Reading package lists...
Building dependency tree...
Reading state information...
The following additional packages will be installed:
  libbrotli-dev libcurl3-gnutls libcurl4-gnutls-dev libldap-dev libnghttp3-9
  libnghttp3-dev libngtcp2-16 libngtcp2-crypto-gnutls-dev
  libngtcp2-crypto-gnutls8 libngtcp2-dev libpsl-dev librtmp-dev libssh2-1-dev
Suggested packages:
  libcurl4-doc
The following NEW packages will be installed:
  libbrotli-dev libldap-dev libnghttp3-9 libnghttp3-dev libngtcp2-16
  libngtcp2-crypto-gnutls-dev libngtcp2-crypto-gnutls8 libngtcp2-dev
  libpsl-dev librtmp-dev libssh2-1-dev
The following packages will be upgraded:
  libcurl3-gnutls libcurl4 libcurl4-gnutls-dev
3 upgraded, 11 newly installed, 0 to remove and 90 not upgraded.
Need to get 2807 kB of archives.
After this operation, 6525 kB of additional disk space will be used.
Get:1 http://deb.debian.org/debian bookworm/main amd64 libbrotli-dev amd64 1.0.9-2+b6 [287 kB]
Get:2 http://deb.debian.org/debian bookworm/main amd64 libldap-dev amd64 2.5.13+dfsg-5 [298 kB]
Get:3 http://deb.debian.org/debian stable-backports/main amd64 libnghttp3-9 amd64 1.8.0-1~bpo12+1 [67.7 kB]
Get:4 http://deb.debian.org/debian stable-backports/main amd64 libnghttp3-dev amd64 1.8.0-1~bpo12+1 [91.4 kB]
Get:5 http://deb.debian.org/debian stable-backports/main amd64 libngtcp2-16 amd64 1.11.0-1~bpo12+1 [131 kB]
Get:6 http://deb.debian.org/debian stable-backports/main amd64 libngtcp2-crypto-gnutls8 amd64 1.11.0-1~bpo12+1 [29.4 kB]
Get:7 http://deb.debian.org/debian stable-backports/main amd64 libngtcp2-crypto-gnutls-dev amd64 1.11.0-1~bpo12+1 [34.1 kB]
Get:8 http://deb.debian.org/debian stable-backports/main amd64 libngtcp2-dev amd64 1.11.0-1~bpo12+1 [180 kB]
Get:9 http://deb.debian.org/debian bookworm/main amd64 libpsl-dev amd64 0.21.2-1 [79.3 kB]
Get:10 http://deb.debian.org/debian bookworm/main amd64 librtmp-dev amd64 2.4+20151223.gitfa8646d.1-2+b2 [69.9 kB]
Get:11 http://deb.debian.org/debian bookworm/main amd64 libssh2-1-dev amd64 1.10.0-3+b1 [308 kB]
Get:12 http://deb.debian.org/debian stable-backports/main amd64 libcurl4-gnutls-dev amd64 8.13.0-5~bpo12+1 [492 kB]
Get:13 http://deb.debian.org/debian stable-backports/main amd64 libcurl3-gnutls amd64 8.13.0-5~bpo12+1 [373 kB]
Get:14 http://deb.debian.org/debian stable-backports/main amd64 libcurl4 amd64 8.13.0-5~bpo12+1 [366 kB]
debconf: delaying package configuration, since apt-utils is not installed
Fetched 2807 kB in 0s (13.1 MB/s)
Selecting previously unselected package libbrotli-dev:amd64.
(Reading database ... 
(Reading database ... 5%
(Reading database ... 10%
(Reading database ... 15%
(Reading database ... 20%
(Reading database ... 25%
(Reading database ... 30%
(Reading database ... 35%
(Reading database ... 40%
(Reading database ... 45%
(Reading database ... 50%
(Reading database ... 55%
(Reading database ... 60%
(Reading database ... 65%
(Reading database ... 70%
(Reading database ... 75%
(Reading database ... 80%
(Reading database ... 85%
(Reading database ... 90%
(Reading database ... 95%
(Reading database ... 100%
(Reading database ... 39038 files and directories currently installed.)
Preparing to unpack .../00-libbrotli-dev_1.0.9-2+b6_amd64.deb ...
Unpacking libbrotli-dev:amd64 (1.0.9-2+b6) ...
Selecting previously unselected package libldap-dev:amd64.
Preparing to unpack .../01-libldap-dev_2.5.13+dfsg-5_amd64.deb ...
Unpacking libldap-dev:amd64 (2.5.13+dfsg-5) ...
Selecting previously unselected package libnghttp3-9:amd64.
Preparing to unpack .../02-libnghttp3-9_1.8.0-1~bpo12+1_amd64.deb ...
Unpacking libnghttp3-9:amd64 (1.8.0-1~bpo12+1) ...
Selecting previously unselected package libnghttp3-dev:amd64.
Preparing to unpack .../03-libnghttp3-dev_1.8.0-1~bpo12+1_amd64.deb ...
Unpacking libnghttp3-dev:amd64 (1.8.0-1~bpo12+1) ...
Selecting previously unselected package libngtcp2-16:amd64.
Preparing to unpack .../04-libngtcp2-16_1.11.0-1~bpo12+1_amd64.deb ...
Unpacking libngtcp2-16:amd64 (1.11.0-1~bpo12+1) ...
Selecting previously unselected package libngtcp2-crypto-gnutls8:amd64.
Preparing to unpack .../05-libngtcp2-crypto-gnutls8_1.11.0-1~bpo12+1_amd64.deb ...
Unpacking libngtcp2-crypto-gnutls8:amd64 (1.11.0-1~bpo12+1) ...
Selecting previously unselected package libngtcp2-crypto-gnutls-dev:amd64.
Preparing to unpack .../06-libngtcp2-crypto-gnutls-dev_1.11.0-1~bpo12+1_amd64.deb ...
Unpacking libngtcp2-crypto-gnutls-dev:amd64 (1.11.0-1~bpo12+1) ...
Selecting previously unselected package libngtcp2-dev:amd64.
Preparing to unpack .../07-libngtcp2-dev_1.11.0-1~bpo12+1_amd64.deb ...
Unpacking libngtcp2-dev:amd64 (1.11.0-1~bpo12+1) ...
Selecting previously unselected package libpsl-dev:amd64.
Preparing to unpack .../08-libpsl-dev_0.21.2-1_amd64.deb ...
Unpacking libpsl-dev:amd64 (0.21.2-1) ...
Selecting previously unselected package librtmp-dev:amd64.
Preparing to unpack .../09-librtmp-dev_2.4+20151223.gitfa8646d.1-2+b2_amd64.deb ...
Unpacking librtmp-dev:amd64 (2.4+20151223.gitfa8646d.1-2+b2) ...
Selecting previously unselected package libssh2-1-dev:amd64.
Preparing to unpack .../10-libssh2-1-dev_1.10.0-3+b1_amd64.deb ...
Unpacking libssh2-1-dev:amd64 (1.10.0-3+b1) ...
Preparing to unpack .../11-libcurl4-gnutls-dev_8.13.0-5~bpo12+1_amd64.deb ...
Unpacking libcurl4-gnutls-dev:amd64 (8.13.0-5~bpo12+1) over (7.88.1-10+deb12u12) ...
Preparing to unpack .../12-libcurl3-gnutls_8.13.0-5~bpo12+1_amd64.deb ...
Unpacking libcurl3-gnutls:amd64 (8.13.0-5~bpo12+1) over (7.88.1-10+deb12u12) ...
Preparing to unpack .../13-libcurl4_8.13.0-5~bpo12+1_amd64.deb ...
Unpacking libcurl4:amd64 (8.13.0-5~bpo12+1) over (7.88.1-10+deb12u12) ...
Setting up libpsl-dev:amd64 (0.21.2-1) ...
Setting up libldap-dev:amd64 (2.5.13+dfsg-5) ...
Setting up librtmp-dev:amd64 (2.4+20151223.gitfa8646d.1-2+b2) ...
Setting up libssh2-1-dev:amd64 (1.10.0-3+b1) ...
Setting up libnghttp3-9:amd64 (1.8.0-1~bpo12+1) ...
Setting up libnghttp3-dev:amd64 (1.8.0-1~bpo12+1) ...
Setting up libcurl4:amd64 (8.13.0-5~bpo12+1) ...
Setting up libngtcp2-16:amd64 (1.11.0-1~bpo12+1) ...
Setting up libbrotli-dev:amd64 (1.0.9-2+b6) ...
Setting up libngtcp2-crypto-gnutls8:amd64 (1.11.0-1~bpo12+1) ...
Setting up libcurl3-gnutls:amd64 (8.13.0-5~bpo12+1) ...
Setting up libngtcp2-crypto-gnutls-dev:amd64 (1.11.0-1~bpo12+1) ...
Setting up libngtcp2-dev:amd64 (1.11.0-1~bpo12+1) ...
Setting up libcurl4-gnutls-dev:amd64 (8.13.0-5~bpo12+1) ...
Processing triggers for libc-bin (2.36-9+deb12u10) ...
+ apt-get clean
--> 2da4cacfab3
STEP 9/17: RUN	wget https://github.com/erlang/rebar3/releases/download/3.24.0/rebar3 -O /usr/bin/rebar3 && 	chmod +x /usr/bin/rebar3 && 	rebar3 --version
--2025-06-03 06:24:19--  https://github.com/erlang/rebar3/releases/download/3.24.0/rebar3
Resolving github.com (github.com)... 140.82.121.4
Connecting to github.com (github.com)|140.82.121.4|:443... connected.
HTTP request sent, awaiting response... 302 Found
Location: https://objects.githubusercontent.com/github-production-release-asset-2e65be/26610130/aaa3266e-64de-47dc-a3fc-e64dc75b2ffe?X-Amz-Algorithm=AWS4-HMAC-SHA256&X-Amz-Credential=releaseassetproduction%2F20250603%2Fus-east-1%2Fs3%2Faws4_request&X-Amz-Date=20250603T062420Z&X-Amz-Expires=300&X-Amz-Signature=173aec380a731b5c82f4bed5694220c18d9628b33e90f3e9261ffcd397ae2f9c&X-Amz-SignedHeaders=host&response-content-disposition=attachment%3B%20filename%3Drebar3&response-content-type=application%2Foctet-stream [following]
--2025-06-03 06:24:20--  https://objects.githubusercontent.com/github-production-release-asset-2e65be/26610130/aaa3266e-64de-47dc-a3fc-e64dc75b2ffe?X-Amz-Algorithm=AWS4-HMAC-SHA256&X-Amz-Credential=releaseassetproduction%2F20250603%2Fus-east-1%2Fs3%2Faws4_request&X-Amz-Date=20250603T062420Z&X-Amz-Expires=300&X-Amz-Signature=173aec380a731b5c82f4bed5694220c18d9628b33e90f3e9261ffcd397ae2f9c&X-Amz-SignedHeaders=host&response-content-disposition=attachment%3B%20filename%3Drebar3&response-content-type=application%2Foctet-stream
Resolving objects.githubusercontent.com (objects.githubusercontent.com)... 185.199.111.133, 185.199.108.133, 185.199.109.133, ...
Connecting to objects.githubusercontent.com (objects.githubusercontent.com)|185.199.111.133|:443... connected.
HTTP request sent, awaiting response... 200 OK
Length: 839384 (820K) [application/octet-stream]
Saving to: '/usr/bin/rebar3'

     0K .......... .......... .......... .......... ..........  6% 9.22M 0s
    50K .......... .......... .......... .......... .......... 12% 9.88M 0s
   100K .......... .......... .......... .......... .......... 18% 5.40M 0s
   150K .......... .......... .......... .......... .......... 24% 69.7M 0s
   200K .......... .......... .......... .......... .......... 30% 86.1M 0s
   250K .......... .......... .......... .......... .......... 36% 83.2M 0s
   300K .......... .......... .......... .......... .......... 42% 74.7M 0s
   350K .......... .......... .......... .......... .......... 48% 70.7M 0s
   400K .......... .......... .......... .......... .......... 54% 84.4M 0s
   450K .......... .......... .......... .......... .......... 60% 87.1M 0s
   500K .......... .......... .......... .......... .......... 67% 72.0M 0s
   550K .......... .......... .......... .......... .......... 73% 83.7M 0s
   600K .......... .......... .......... .......... .......... 79% 85.1M 0s
   650K .......... .......... .......... .......... .......... 85% 87.0M 0s
   700K .......... .......... .......... .......... .......... 91% 71.0M 0s
   750K .......... .......... .......... .......... .......... 97% 86.4M 0s
   800K .......... .........                                  100% 97.9M=0.03s

2025-06-03 06:24:20 (29.1 MB/s) - '/usr/bin/rebar3' saved [839384/839384]

rebar 3.24.0 on Erlang/OTP 25 Erts 13.1.5
--> e1776776373
STEP 10/17: ENV	USE_CCACHE=0
--> 8d8a5692c26
STEP 11/17: RUN	set -x && 	export DPKG_ARCH="$(dpkg --print-architecture)" && 	wget https://ftp.osmocom.org/binaries/libfftranscode/libfftranscode0_0.5_${DPKG_ARCH}.deb && 	wget https://ftp.osmocom.org/binaries/libfftranscode/libfftranscode-dev_0.5_${DPKG_ARCH}.deb && 	dpkg -i ./libfftranscode0_0.5_${DPKG_ARCH}.deb ./libfftranscode-dev_0.5_${DPKG_ARCH}.deb && 	apt-get install --fix-broken && 	rm libfftranscode*.deb
+ dpkg --print-architecture
+ export DPKG_ARCH=amd64
+ wget https://ftp.osmocom.org/binaries/libfftranscode/libfftranscode0_0.5_amd64.deb
--2025-06-03 06:24:27--  https://ftp.osmocom.org/binaries/libfftranscode/libfftranscode0_0.5_amd64.deb
Resolving ftp.osmocom.org (ftp.osmocom.org)... 148.251.236.141, 2a01:4f8:201:344a::2
Connecting to ftp.osmocom.org (ftp.osmocom.org)|148.251.236.141|:443... connected.
HTTP request sent, awaiting response... 200 OK
Length: 251560 (246K) [application/vnd.debian.binary-package]
Saving to: 'libfftranscode0_0.5_amd64.deb'

     0K .......... .......... .......... .......... .......... 20% 31.9M 0s
    50K .......... .......... .......... .......... .......... 40% 47.5M 0s
   100K .......... .......... .......... .......... .......... 61% 5.63M 0s
   150K .......... .......... .......... .......... .......... 81%  109M 0s
   200K .......... .......... .......... .......... .....     100%  240M=0.01s

2025-06-03 06:24:27 (20.2 MB/s) - 'libfftranscode0_0.5_amd64.deb' saved [251560/251560]

+ wget https://ftp.osmocom.org/binaries/libfftranscode/libfftranscode-dev_0.5_amd64.deb
--2025-06-03 06:24:27--  https://ftp.osmocom.org/binaries/libfftranscode/libfftranscode-dev_0.5_amd64.deb
Resolving ftp.osmocom.org (ftp.osmocom.org)... 148.251.236.141, 2a01:4f8:201:344a::2
Connecting to ftp.osmocom.org (ftp.osmocom.org)|148.251.236.141|:443... connected.
HTTP request sent, awaiting response... 200 OK
Length: 2652 (2.6K) [application/vnd.debian.binary-package]
Saving to: 'libfftranscode-dev_0.5_amd64.deb'

     0K ..                                                    100% 16.9M=0s

2025-06-03 06:24:27 (16.9 MB/s) - 'libfftranscode-dev_0.5_amd64.deb' saved [2652/2652]

+ dpkg -i ./libfftranscode0_0.5_amd64.deb ./libfftranscode-dev_0.5_amd64.deb
Selecting previously unselected package libfftranscode0:amd64.
(Reading database ... 39571 files and directories currently installed.)
Preparing to unpack .../libfftranscode0_0.5_amd64.deb ...
Unpacking libfftranscode0:amd64 (0.5) ...
Selecting previously unselected package libfftranscode-dev:amd64.
Preparing to unpack .../libfftranscode-dev_0.5_amd64.deb ...
Unpacking libfftranscode-dev:amd64 (0.5) ...
Setting up libfftranscode0:amd64 (0.5) ...
Setting up libfftranscode-dev:amd64 (0.5) ...
Processing triggers for libc-bin (2.36-9+deb12u10) ...
+ apt-get install --fix-broken
Reading package lists...
Building dependency tree...
Reading state information...
0 upgraded, 0 newly installed, 0 to remove and 64 not upgraded.
+ rm libfftranscode-dev_0.5_amd64.deb libfftranscode0_0.5_amd64.deb
--> 0c1d1d467d1
STEP 12/17: ADD	https://gerrit.osmocom.org/plugins/gitiles/python/osmo-python-tests/+/master?format=TEXT /tmp/osmo-python-tests-commit
--> 6089e4e076e
STEP 13/17: RUN	set -x && 	git clone --depth=1 https://gerrit.osmocom.org/python/osmo-python-tests osmo-python-tests && 	pip3 install ./osmo-python-tests --break-system-packages && 	rm -rf osmo-python-tests
+ git clone --depth=1 https://gerrit.osmocom.org/python/osmo-python-tests osmo-python-tests
Cloning into 'osmo-python-tests'...
+ pip3 install ./osmo-python-tests --break-system-packages
Processing /osmo-python-tests
  Preparing metadata (setup.py): started
  Preparing metadata (setup.py): finished with status 'done'
Building wheels for collected packages: osmopython
  Building wheel for osmopython (setup.py): started
  Building wheel for osmopython (setup.py): finished with status 'done'
  Created wheel for osmopython: filename=osmopython-0.3.0-py3-none-any.whl size=41567 sha256=9b51e7d42de339bbbba888e1fa24ff386ca6ba8990888d49ad8a01d58d53681e
  Stored in directory: /root/.cache/pip/wheels/53/78/02/942d720209a12db9b9ebe786e5d6853622cd793eb7d80aadc2
Successfully built osmopython
Installing collected packages: osmopython
Successfully installed osmopython-0.3.0
WARNING: Running pip as the 'root' user can result in broken permissions and conflicting behaviour with the system package manager. It is recommended to use a virtual environment instead: https://pip.pypa.io/warnings/venv
+ rm -rf osmo-python-tests
--> 1ce694ac344
STEP 14/17: RUN	echo "deb [signed-by=/obs.key] $OSMOCOM_REPO ./" 		> /etc/apt/sources.list.d/osmocom-latest.list
--> ed6da9ef189
STEP 15/17: ADD	$OSMOCOM_REPO/Release /tmp/Release
--> 881812d37e4
STEP 16/17: RUN	set -x && 	apt-get update && 	apt-get install -y --no-install-recommends 		eclipse-titan 		&& 	apt-get clean && 	rm /etc/apt/sources.list.d/osmocom-latest.list
+ apt-get update
Get:1 https://downloads.osmocom.org/packages/osmocom:/latest/Debian_12 ./ InRelease [1580 B]
Hit:2 http://deb.debian.org/debian stable-backports InRelease
Hit:3 http://deb.debian.org/debian bookworm InRelease
Hit:4 http://deb.debian.org/debian bookworm-updates InRelease
Hit:5 http://deb.debian.org/debian-security bookworm-security InRelease
Get:6 https://downloads.osmocom.org/packages/osmocom:/latest/Debian_12 ./ Packages [196 kB]
Fetched 198 kB in 0s (757 kB/s)
Reading package lists...
+ apt-get install -y --no-install-recommends eclipse-titan
Reading package lists...
Building dependency tree...
Reading state information...
The following additional packages will be installed:
  expect libedit-dev libedit2 libncurses-dev libncurses6 libpcre16-3 libpcre3
  libpcre3-dev libpcre32-3 libpcrecpp0v5 libtcl8.6 tcl-expect tcl8.6
Suggested packages:
  tk8.6 ncurses-doc tcl-tclreadline
The following NEW packages will be installed:
  eclipse-titan expect libedit-dev libedit2 libncurses-dev libncurses6
  libpcre16-3 libpcre3 libpcre3-dev libpcre32-3 libpcrecpp0v5 libtcl8.6
  tcl-expect tcl8.6
0 upgraded, 14 newly installed, 0 to remove and 64 not upgraded.
Need to get 17.6 MB of archives.
After this operation, 120 MB of additional disk space will be used.
Get:1 http://deb.debian.org/debian bookworm/main amd64 libtcl8.6 amd64 8.6.13+dfsg-2 [1035 kB]
Get:2 https://downloads.osmocom.org/packages/osmocom:/latest/Debian_12 ./ eclipse-titan 9.0.0.3.0bbfc~osmocom [13.8 MB]
Get:3 http://deb.debian.org/debian bookworm/main amd64 tcl8.6 amd64 8.6.13+dfsg-2 [120 kB]
Get:4 http://deb.debian.org/debian bookworm/main amd64 tcl-expect amd64 5.45.4-2+b1 [133 kB]
Get:5 http://deb.debian.org/debian bookworm/main amd64 expect amd64 5.45.4-2+b1 [166 kB]
Get:6 http://deb.debian.org/debian bookworm/main amd64 libedit2 amd64 3.1-20221030-2 [93.0 kB]
Get:7 http://deb.debian.org/debian bookworm/main amd64 libncurses6 amd64 6.4-4 [103 kB]
Get:8 http://deb.debian.org/debian bookworm/main amd64 libncurses-dev amd64 6.4-4 [349 kB]
Get:9 http://deb.debian.org/debian bookworm/main amd64 libedit-dev amd64 3.1-20221030-2 [113 kB]
Get:10 http://deb.debian.org/debian bookworm/main amd64 libpcre3 amd64 2:8.39-15 [341 kB]
Get:11 http://deb.debian.org/debian bookworm/main amd64 libpcre16-3 amd64 2:8.39-15 [257 kB]
Get:12 http://deb.debian.org/debian bookworm/main amd64 libpcre32-3 amd64 2:8.39-15 [248 kB]
Get:13 http://deb.debian.org/debian bookworm/main amd64 libpcrecpp0v5 amd64 2:8.39-15 [143 kB]
Get:14 http://deb.debian.org/debian bookworm/main amd64 libpcre3-dev amd64 2:8.39-15 [653 kB]
debconf: delaying package configuration, since apt-utils is not installed
Fetched 17.6 MB in 0s (65.2 MB/s)
Selecting previously unselected package libtcl8.6:amd64.
(Reading database ... 
(Reading database ... 5%
(Reading database ... 10%
(Reading database ... 15%
(Reading database ... 20%
(Reading database ... 25%
(Reading database ... 30%
(Reading database ... 35%
(Reading database ... 40%
(Reading database ... 45%
(Reading database ... 50%
(Reading database ... 55%
(Reading database ... 60%
(Reading database ... 65%
(Reading database ... 70%
(Reading database ... 75%
(Reading database ... 80%
(Reading database ... 85%
(Reading database ... 90%
(Reading database ... 95%
(Reading database ... 100%
(Reading database ... 39584 files and directories currently installed.)
Preparing to unpack .../00-libtcl8.6_8.6.13+dfsg-2_amd64.deb ...
Unpacking libtcl8.6:amd64 (8.6.13+dfsg-2) ...
Selecting previously unselected package tcl8.6.
Preparing to unpack .../01-tcl8.6_8.6.13+dfsg-2_amd64.deb ...
Unpacking tcl8.6 (8.6.13+dfsg-2) ...
Selecting previously unselected package tcl-expect:amd64.
Preparing to unpack .../02-tcl-expect_5.45.4-2+b1_amd64.deb ...
Unpacking tcl-expect:amd64 (5.45.4-2+b1) ...
Selecting previously unselected package expect.
Preparing to unpack .../03-expect_5.45.4-2+b1_amd64.deb ...
Unpacking expect (5.45.4-2+b1) ...
Selecting previously unselected package libedit2:amd64.
Preparing to unpack .../04-libedit2_3.1-20221030-2_amd64.deb ...
Unpacking libedit2:amd64 (3.1-20221030-2) ...
Selecting previously unselected package libncurses6:amd64.
Preparing to unpack .../05-libncurses6_6.4-4_amd64.deb ...
Unpacking libncurses6:amd64 (6.4-4) ...
Selecting previously unselected package libncurses-dev:amd64.
Preparing to unpack .../06-libncurses-dev_6.4-4_amd64.deb ...
Unpacking libncurses-dev:amd64 (6.4-4) ...
Selecting previously unselected package libedit-dev:amd64.
Preparing to unpack .../07-libedit-dev_3.1-20221030-2_amd64.deb ...
Unpacking libedit-dev:amd64 (3.1-20221030-2) ...
Selecting previously unselected package libpcre3:amd64.
Preparing to unpack .../08-libpcre3_2%3a8.39-15_amd64.deb ...
Unpacking libpcre3:amd64 (2:8.39-15) ...
Selecting previously unselected package libpcre16-3:amd64.
Preparing to unpack .../09-libpcre16-3_2%3a8.39-15_amd64.deb ...
Unpacking libpcre16-3:amd64 (2:8.39-15) ...
Selecting previously unselected package libpcre32-3:amd64.
Preparing to unpack .../10-libpcre32-3_2%3a8.39-15_amd64.deb ...
Unpacking libpcre32-3:amd64 (2:8.39-15) ...
Selecting previously unselected package libpcrecpp0v5:amd64.
Preparing to unpack .../11-libpcrecpp0v5_2%3a8.39-15_amd64.deb ...
Unpacking libpcrecpp0v5:amd64 (2:8.39-15) ...
Selecting previously unselected package libpcre3-dev:amd64.
Preparing to unpack .../12-libpcre3-dev_2%3a8.39-15_amd64.deb ...
Unpacking libpcre3-dev:amd64 (2:8.39-15) ...
Selecting previously unselected package eclipse-titan.
Preparing to unpack .../13-eclipse-titan_9.0.0.3.0bbfc~osmocom_amd64.deb ...
Unpacking eclipse-titan (9.0.0.3.0bbfc~osmocom) ...
Setting up libpcre16-3:amd64 (2:8.39-15) ...
Setting up libedit2:amd64 (3.1-20221030-2) ...
Setting up libpcre3:amd64 (2:8.39-15) ...
Setting up libncurses6:amd64 (6.4-4) ...
Setting up libpcre32-3:amd64 (2:8.39-15) ...
Setting up libtcl8.6:amd64 (8.6.13+dfsg-2) ...
Setting up libpcrecpp0v5:amd64 (2:8.39-15) ...
Setting up tcl8.6 (8.6.13+dfsg-2) ...
Setting up libncurses-dev:amd64 (6.4-4) ...
Setting up libpcre3-dev:amd64 (2:8.39-15) ...
Setting up tcl-expect:amd64 (5.45.4-2+b1) ...
Setting up libedit-dev:amd64 (3.1-20221030-2) ...
Setting up expect (5.45.4-2+b1) ...
Setting up eclipse-titan (9.0.0.3.0bbfc~osmocom) ...
Processing triggers for libc-bin (2.36-9+deb12u10) ...
+ apt-get clean
+ rm /etc/apt/sources.list.d/osmocom-latest.list
--> e33d152f33e
STEP 17/17: RUN	set -x && 	mkdir -p /tmp/mongodb && 	cd /tmp/mongodb && 	wget "https://pgp.mongodb.com/server-5.0.asc" -O "/mongodb.key" && 	wget "http://security.debian.org/debian-security/pool/updates/main/o/openssl/libssl1.1_1.1.1n-0+deb10u6_amd64.deb" && 	dpkg -i "libssl1.1_1.1.1n-0+deb10u6_amd64.deb" && 	echo "deb [signed-by=/mongodb.key] http://repo.mongodb.org/apt/debian bullseye/mongodb-org/5.0 main" 		> /etc/apt/sources.list.d/mongodb-org.list && 	apt-get update && 	apt-get install -y mongodb-org && 	apt-get clean && 	cd / && 	rm -rf /tmp/mongodb && 	rm /etc/apt/sources.list.d/mongodb-org.list
+ mkdir -p /tmp/mongodb
+ cd /tmp/mongodb
+ wget https://pgp.mongodb.com/server-5.0.asc -O /mongodb.key
--2025-06-03 06:25:12--  https://pgp.mongodb.com/server-5.0.asc
Resolving pgp.mongodb.com (pgp.mongodb.com)... 143.204.215.66, 143.204.215.91, 143.204.215.15, ...
Connecting to pgp.mongodb.com (pgp.mongodb.com)|143.204.215.66|:443... connected.
HTTP request sent, awaiting response... 200 OK
Length: 1656 (1.6K) [binary/octet-stream]
Saving to: '/mongodb.key'

     0K .                                                     100% 83.6M=0s

2025-06-03 06:25:13 (83.6 MB/s) - '/mongodb.key' saved [1656/1656]

+ wget http://security.debian.org/debian-security/pool/updates/main/o/openssl/libssl1.1_1.1.1n-0+deb10u6_amd64.deb
--2025-06-03 06:25:13--  http://security.debian.org/debian-security/pool/updates/main/o/openssl/libssl1.1_1.1.1n-0+deb10u6_amd64.deb
Resolving security.debian.org (security.debian.org)... 151.101.2.132, 151.101.66.132, 151.101.130.132, ...
Connecting to security.debian.org (security.debian.org)|151.101.2.132|:80... connected.
HTTP request sent, awaiting response... 200 OK
Length: 1552428 (1.5M) [application/vnd.debian.binary-package]
Saving to: 'libssl1.1_1.1.1n-0+deb10u6_amd64.deb'

     0K .......... .......... .......... .......... ..........  3% 9.83M 0s
    50K .......... .......... .......... .......... ..........  6% 31.7M 0s
   100K .......... .......... .......... .......... ..........  9% 5.90M 0s
   150K .......... .......... .......... .......... .......... 13% 63.2M 0s
   200K .......... .......... .......... .......... .......... 16% 60.0M 0s
   250K .......... .......... .......... .......... .......... 19% 69.5M 0s
   300K .......... .......... .......... .......... .......... 23% 69.0M 0s
   350K .......... .......... .......... .......... .......... 26% 68.0M 0s
   400K .......... .......... .......... .......... .......... 29% 61.7M 0s
   450K .......... .......... .......... .......... .......... 32% 62.3M 0s
   500K .......... .......... .......... .......... .......... 36% 81.7M 0s
   550K .......... .......... .......... .......... .......... 39% 79.1M 0s
   600K .......... .......... .......... .......... .......... 42% 79.6M 0s
   650K .......... .......... .......... .......... .......... 46% 84.3M 0s
   700K .......... .......... .......... .......... .......... 49% 89.7M 0s
   750K .......... .......... .......... .......... .......... 52% 92.0M 0s
   800K .......... .......... .......... .......... .......... 56% 76.6M 0s
   850K .......... .......... .......... .......... .......... 59% 90.9M 0s
   900K .......... .......... .......... .......... .......... 62%  106M 0s
   950K .......... .......... .......... .......... .......... 65%  101M 0s
  1000K .......... .......... .......... .......... .......... 69% 83.1M 0s
  1050K .......... .......... .......... .......... .......... 72%  110M 0s
  1100K .......... .......... .......... .......... .......... 75%  122M 0s
  1150K .......... .......... .......... .......... .......... 79%  122M 0s
  1200K .......... .......... .......... .......... .......... 82% 95.4M 0s
  1250K .......... .......... .......... .......... .......... 85%  123M 0s
  1300K .......... .......... .......... .......... .......... 89%  126M 0s
  1350K .......... .......... .......... .......... .......... 92%  149M 0s
  1400K .......... .......... .......... .......... .......... 95%  136M 0s
  1450K .......... .......... .......... .......... .......... 98%  159M 0s
  1500K .......... ......                                     100%  144M=0.03s

2025-06-03 06:25:13 (49.5 MB/s) - 'libssl1.1_1.1.1n-0+deb10u6_amd64.deb' saved [1552428/1552428]

+ dpkg -i libssl1.1_1.1.1n-0+deb10u6_amd64.deb
Selecting previously unselected package libssl1.1:amd64.
(Reading database ... 40688 files and directories currently installed.)
Preparing to unpack libssl1.1_1.1.1n-0+deb10u6_amd64.deb ...
Unpacking libssl1.1:amd64 (1.1.1n-0+deb10u6) ...
Setting up libssl1.1:amd64 (1.1.1n-0+deb10u6) ...
Processing triggers for libc-bin (2.36-9+deb12u10) ...
+ echo deb [signed-by=/mongodb.key] http://repo.mongodb.org/apt/debian bullseye/mongodb-org/5.0 main
+ apt-get update
Hit:1 http://deb.debian.org/debian stable-backports InRelease
Hit:2 http://deb.debian.org/debian bookworm InRelease
Hit:3 http://deb.debian.org/debian bookworm-updates InRelease
Hit:4 http://deb.debian.org/debian-security bookworm-security InRelease
Get:5 http://repo.mongodb.org/apt/debian bullseye/mongodb-org/5.0 InRelease [2951 B]
Get:6 http://repo.mongodb.org/apt/debian bullseye/mongodb-org/5.0/main amd64 Packages [94.1 kB]
Fetched 97.0 kB in 1s (111 kB/s)
Reading package lists...
+ apt-get install -y mongodb-org
Reading package lists...
Building dependency tree...
Reading state information...
The following additional packages will be installed:
  mongodb-database-tools mongodb-mongosh mongodb-org-database
  mongodb-org-database-tools-extra mongodb-org-mongos mongodb-org-server
  mongodb-org-shell mongodb-org-tools
The following NEW packages will be installed:
  mongodb-database-tools mongodb-mongosh mongodb-org mongodb-org-database
  mongodb-org-database-tools-extra mongodb-org-mongos mongodb-org-server
  mongodb-org-shell mongodb-org-tools
0 upgraded, 9 newly installed, 0 to remove and 64 not upgraded.
Need to get 174 MB of archives.
After this operation, 519 MB of additional disk space will be used.
Get:1 http://repo.mongodb.org/apt/debian bullseye/mongodb-org/5.0/main amd64 mongodb-database-tools amd64 100.12.1 [58.8 MB]
Get:2 http://repo.mongodb.org/apt/debian bullseye/mongodb-org/5.0/main amd64 mongodb-mongosh amd64 2.5.1 [54.7 MB]
Get:3 http://repo.mongodb.org/apt/debian bullseye/mongodb-org/5.0/main amd64 mongodb-org-shell amd64 5.0.31 [14.9 MB]
Get:4 http://repo.mongodb.org/apt/debian bullseye/mongodb-org/5.0/main amd64 mongodb-org-server amd64 5.0.31 [26.6 MB]
Get:5 http://repo.mongodb.org/apt/debian bullseye/mongodb-org/5.0/main amd64 mongodb-org-mongos amd64 5.0.31 [18.9 MB]
Get:6 http://repo.mongodb.org/apt/debian bullseye/mongodb-org/5.0/main amd64 mongodb-org-database-tools-extra amd64 5.0.31 [7752 B]
Get:7 http://repo.mongodb.org/apt/debian bullseye/mongodb-org/5.0/main amd64 mongodb-org-database amd64 5.0.31 [3544 B]
Get:8 http://repo.mongodb.org/apt/debian bullseye/mongodb-org/5.0/main amd64 mongodb-org-tools amd64 5.0.31 [2896 B]
Get:9 http://repo.mongodb.org/apt/debian bullseye/mongodb-org/5.0/main amd64 mongodb-org amd64 5.0.31 [2932 B]
debconf: delaying package configuration, since apt-utils is not installed
Fetched 174 MB in 3s (55.7 MB/s)
Selecting previously unselected package mongodb-database-tools.
(Reading database ... 
(Reading database ... 5%
(Reading database ... 10%
(Reading database ... 15%
(Reading database ... 20%
(Reading database ... 25%
(Reading database ... 30%
(Reading database ... 35%
(Reading database ... 40%
(Reading database ... 45%
(Reading database ... 50%
(Reading database ... 55%
(Reading database ... 60%
(Reading database ... 65%
(Reading database ... 70%
(Reading database ... 75%
(Reading database ... 80%
(Reading database ... 85%
(Reading database ... 90%
(Reading database ... 95%
(Reading database ... 100%
(Reading database ... 40699 files and directories currently installed.)
Preparing to unpack .../0-mongodb-database-tools_100.12.1_amd64.deb ...
Unpacking mongodb-database-tools (100.12.1) ...
Selecting previously unselected package mongodb-mongosh.
Preparing to unpack .../1-mongodb-mongosh_2.5.1_amd64.deb ...
Unpacking mongodb-mongosh (2.5.1) ...
Selecting previously unselected package mongodb-org-shell.
Preparing to unpack .../2-mongodb-org-shell_5.0.31_amd64.deb ...
Unpacking mongodb-org-shell (5.0.31) ...
Selecting previously unselected package mongodb-org-server.
Preparing to unpack .../3-mongodb-org-server_5.0.31_amd64.deb ...
Unpacking mongodb-org-server (5.0.31) ...
Selecting previously unselected package mongodb-org-mongos.
Preparing to unpack .../4-mongodb-org-mongos_5.0.31_amd64.deb ...
Unpacking mongodb-org-mongos (5.0.31) ...
Selecting previously unselected package mongodb-org-database-tools-extra.
Preparing to unpack .../5-mongodb-org-database-tools-extra_5.0.31_amd64.deb ...
Unpacking mongodb-org-database-tools-extra (5.0.31) ...
Selecting previously unselected package mongodb-org-database.
Preparing to unpack .../6-mongodb-org-database_5.0.31_amd64.deb ...
Unpacking mongodb-org-database (5.0.31) ...
Selecting previously unselected package mongodb-org-tools.
Preparing to unpack .../7-mongodb-org-tools_5.0.31_amd64.deb ...
Unpacking mongodb-org-tools (5.0.31) ...
Selecting previously unselected package mongodb-org.
Preparing to unpack .../8-mongodb-org_5.0.31_amd64.deb ...
Unpacking mongodb-org (5.0.31) ...
Setting up mongodb-mongosh (2.5.1) ...
Setting up mongodb-org-server (5.0.31) ...
Adding system user `mongodb' (UID 102) ...
Adding new user `mongodb' (UID 102) with group `nogroup' ...
Not creating `/nonexistent'.
Adding group `mongodb' (GID 108) ...
Done.
Adding user `mongodb' to group `mongodb' ...
Done.
/var/lib/dpkg/info/mongodb-org-server.postinst: 44: systemctl: not found
Setting up mongodb-org-shell (5.0.31) ...
Setting up mongodb-database-tools (100.12.1) ...
Setting up mongodb-org-mongos (5.0.31) ...
Setting up mongodb-org-database-tools-extra (5.0.31) ...
Setting up mongodb-org-database (5.0.31) ...
Setting up mongodb-org-tools (5.0.31) ...
Setting up mongodb-org (5.0.31) ...
+ apt-get clean
+ cd /
+ rm -rf /tmp/mongodb
+ rm /etc/apt/sources.list.d/mongodb-org.list
COMMIT registry.osmocom.org/osmocom-build/debian-bookworm-osmo-ttcn3-testenv
--> 62cc8c3a38d
Successfully tagged registry.osmocom.org/osmocom-build/debian-bookworm-osmo-ttcn3-testenv:latest
62cc8c3a38dc96efa0228f4f471a02ea1c5d0ac541f75e19a9a60dca697f504f
+ podman push registry.osmocom.org/osmocom-build/debian-bookworm-osmo-ttcn3-testenv
Getting image source signatures
Copying blob sha256:fbb45d948cca4b04ab9d95c9d07b7ffa714358601c4d599de63a3004b25b3f73
Copying blob sha256:edab2f0e2d1d92848f4e66dcd1b3dce5aea4cc2814ce707c4e901d3b9c20629e
Copying blob sha256:dac6a2090a1354be7aee19c383ca61b6df4705a53ebb0d70d4b34d81e9ea6c11
Copying blob sha256:8f4ceb8cc1a2056b98f0424fad4715dd334aecc9769186b3ea0394f131524e27
Copying blob sha256:623bd23d2a8fc39d6a3602707e392f9dcc6c0c20ca7279008e694b8b75218752
Copying blob sha256:db8b468ec2e24dce75b2686c97dcc3c89ed8ec6bc2b9423d5e991cc60557a8bd
Copying blob sha256:d902a025f6b4231441eac1e26d88fd68f0c727403159aa88c5ca343fd95a0970
Copying blob sha256:13d22b12d793c7955368f2f9dc7fbec87e3cf20ff66178414c74fab220776b35
Copying blob sha256:9bef4617b3d939525991fe435ae26431007a36e959cdf03bb4fb29717b30e494
Copying blob sha256:66e83ebda071c56793e5c1300b27643a61d707b3fc1619bdd778ece06a895b86
Copying blob sha256:83d2a3cef8dc52d9ff97550988fb9bbd3df9acf8f6639344f8d86a6ebb994748
Copying blob sha256:01fb85c95d8e7669da5a64e709e4ec2cb14190e1e0e0e61dff1dd6d5eb0229a3
Copying config sha256:62cc8c3a38dc96efa0228f4f471a02ea1c5d0ac541f75e19a9a60dca697f504f
Writing manifest to image destination
Storing signatures
Finished: SUCCESS