Skip to content
Success

Console Output

Started by user Oliver Smith
Running as SYSTEM
Building remotely on build4-deb12build-ansible (registry-build-amd64 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 18eef74071a3439ef406e81d10c86dd783a83d74 (refs/remotes/origin/osmith/wip)
 > git config core.sparsecheckout # timeout=10
 > git checkout -f 18eef74071a3439ef406e81d10c86dd783a83d74 # timeout=10
Commit message: "testenv: support using multiple titan versions"
 > git rev-list --no-walk 0285c3de4a29940094ac5aed992aa7f0edc2d9f2 # timeout=10
First time build. Skipping changelog.
[registry-rebuild-upload-testenv] $ /bin/sh -xe /tmp/jenkins1706975931790699011.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"
--> Using cache 2238bc0e52046aa2bdf1a705bb6dea8acb6d5d967118828fb2bbf4a3df087d32
--> 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
--> Using cache 2da4cacfab319c0311d55c735753842966e6669c5f92e13ab808b5ca4eb5cee5
--> 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
--> Using cache e17767763733bd32cef757109f92b4c179502fcc945044d4e25ded79a234fef1
--> e1776776373
STEP 10/17: ENV	USE_CCACHE=0
--> Using cache 8d8a5692c262f1b33f9b7b2d541a2db5b158211f8ed545d14870853fa6a4486b
--> 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
--> Using cache 0c1d1d467d17d56efa850d1a6990a40bb1d894c7609f8cbeeb44ffdff9eb7f51
--> 0c1d1d467d1
STEP 12/17: ADD	https://gerrit.osmocom.org/plugins/gitiles/python/osmo-python-tests/+/master?format=TEXT /tmp/osmo-python-tests-commit
--> Using cache 6089e4e076ef26e4d0fdddcd64ec43e2f154632352adc30b0681b7422223195c
--> 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
--> Using cache 1ce694ac3446e0e3ac69ea2d5c96adb0bf029b78a27568cdf4e12fc7bf376c88
--> 1ce694ac344
STEP 14/17: RUN	echo "deb [signed-by=/obs.key] $OSMOCOM_REPO ./" 		> /etc/apt/sources.list.d/osmocom-latest.list
--> Using cache ed6da9ef1896d9ea0417ca8d12b09d855b61cd3f6de3f10ee2d3b41a0efdc7a8
--> ed6da9ef189
STEP 15/17: ADD	$OSMOCOM_REPO/Release /tmp/Release
--> 3345018b4ba
STEP 16/17: RUN	set -x && 	apt-get update && 	apt-get install -y --no-install-recommends 		eclipse-titan-optdir-9.0.0 		eclipse-titan-optdir-11.1.0 		&& 	apt-get clean && 	rm /etc/apt/sources.list.d/osmocom-latest.list
+ apt-get update
Get:1 http://deb.debian.org/debian stable-backports InRelease [59.4 kB]
Hit:2 http://deb.debian.org/debian bookworm InRelease
Get:3 https://downloads.osmocom.org/packages/osmocom:/latest/Debian_12 ./ InRelease [1580 B]
Get:4 http://deb.debian.org/debian bookworm-updates InRelease [55.4 kB]
Get:5 http://deb.debian.org/debian-security bookworm-security InRelease [48.0 kB]
Get:6 http://deb.debian.org/debian stable-backports/main Sources.diff/Index [63.3 kB]
Get:7 http://deb.debian.org/debian stable-backports/main amd64 Packages.diff/Index [63.3 kB]
Get:8 https://downloads.osmocom.org/packages/osmocom:/latest/Debian_12 ./ Packages [198 kB]
Get:9 http://deb.debian.org/debian stable-backports/main Sources T-2025-06-11-0827.11-F-2025-06-04-0204.01.pdiff [17.4 kB]
Get:9 http://deb.debian.org/debian stable-backports/main Sources T-2025-06-11-0827.11-F-2025-06-04-0204.01.pdiff [17.4 kB]
Get:10 http://deb.debian.org/debian stable-backports/main amd64 Packages T-2025-06-10-1406.46-F-2025-06-04-0804.10.pdiff [9184 B]
Get:10 http://deb.debian.org/debian stable-backports/main amd64 Packages T-2025-06-10-1406.46-F-2025-06-04-0804.10.pdiff [9184 B]
Get:11 http://deb.debian.org/debian-security bookworm-security/main amd64 Packages [266 kB]
Fetched 782 kB in 0s (1606 kB/s)
Reading package lists...
+ apt-get install -y --no-install-recommends eclipse-titan-optdir-9.0.0 eclipse-titan-optdir-11.1.0
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-optdir-11.1.0 eclipse-titan-optdir-9.0.0 expect libedit-dev
  libedit2 libncurses-dev libncurses6 libpcre16-3 libpcre3 libpcre3-dev
  libpcre32-3 libpcrecpp0v5 libtcl8.6 tcl-expect tcl8.6
0 upgraded, 15 newly installed, 0 to remove and 64 not upgraded.
Need to get 28.9 MB of archives.
After this operation, 225 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-optdir-11.1.0 11.1.0~osmocom1.2478.0a5e [12.7 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]
Get:15 https://downloads.osmocom.org/packages/osmocom:/latest/Debian_12 ./ eclipse-titan-optdir-9.0.0 9.0.0~osmocom1.2263.c685 [12.4 MB]
debconf: delaying package configuration, since apt-utils is not installed
Fetched 28.9 MB in 0s (76.1 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-optdir-11.1.0.
Preparing to unpack .../13-eclipse-titan-optdir-11.1.0_11.1.0~osmocom1.2478.0a5e_amd64.deb ...
Unpacking eclipse-titan-optdir-11.1.0 (11.1.0~osmocom1.2478.0a5e) ...
Selecting previously unselected package eclipse-titan-optdir-9.0.0.
Preparing to unpack .../14-eclipse-titan-optdir-9.0.0_9.0.0~osmocom1.2263.c685_amd64.deb ...
Unpacking eclipse-titan-optdir-9.0.0 (9.0.0~osmocom1.2263.c685) ...
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-optdir-9.0.0 (9.0.0~osmocom1.2263.c685) ...
Setting up eclipse-titan-optdir-11.1.0 (11.1.0~osmocom1.2478.0a5e) ...
Processing triggers for libc-bin (2.36-9+deb12u10) ...
+ apt-get clean
+ rm /etc/apt/sources.list.d/osmocom-latest.list
--> 5d6c99dc5d8
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-11 13:52:07--  https://pgp.mongodb.com/server-5.0.asc
Resolving pgp.mongodb.com (pgp.mongodb.com)... 143.204.215.91, 143.204.215.66, 143.204.215.15, ...
Connecting to pgp.mongodb.com (pgp.mongodb.com)|143.204.215.91|:443... connected.
HTTP request sent, awaiting response... 200 OK
Length: 1656 (1.6K) [binary/octet-stream]
Saving to: '/mongodb.key'

     0K .                                                     100% 5.52M=0s

2025-06-11 13:52:07 (5.52 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-11 13:52:07--  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.66.132, 151.101.194.132, 151.101.2.132, ...
Connecting to security.debian.org (security.debian.org)|151.101.66.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% 10.3M 0s
    50K .......... .......... .......... .......... ..........  6% 9.37M 0s
   100K .......... .......... .......... .......... ..........  9% 5.93M 0s
   150K .......... .......... .......... .......... .......... 13% 41.3M 0s
   200K .......... .......... .......... .......... .......... 16% 67.2M 0s
   250K .......... .......... .......... .......... .......... 19% 78.4M 0s
   300K .......... .......... .......... .......... .......... 23% 88.3M 0s
   350K .......... .......... .......... .......... .......... 26% 91.2M 0s
   400K .......... .......... .......... .......... .......... 29% 90.8M 0s
   450K .......... .......... .......... .......... .......... 32% 80.6M 0s
   500K .......... .......... .......... .......... .......... 36% 89.1M 0s
   550K .......... .......... .......... .......... .......... 39% 77.5M 0s
   600K .......... .......... .......... .......... .......... 42% 88.9M 0s
   650K .......... .......... .......... .......... .......... 46% 69.1M 0s
   700K .......... .......... .......... .......... .......... 49% 86.2M 0s
   750K .......... .......... .......... .......... .......... 52% 70.4M 0s
   800K .......... .......... .......... .......... .......... 56% 82.7M 0s
   850K .......... .......... .......... .......... .......... 59% 77.7M 0s
   900K .......... .......... .......... .......... .......... 62% 93.3M 0s
   950K .......... .......... .......... .......... .......... 65% 90.2M 0s
  1000K .......... .......... .......... .......... .......... 69% 88.0M 0s
  1050K .......... .......... .......... .......... .......... 72% 79.9M 0s
  1100K .......... .......... .......... .......... .......... 75%  107M 0s
  1150K .......... .......... .......... .......... .......... 79%  101M 0s
  1200K .......... .......... .......... .......... .......... 82%  121M 0s
  1250K .......... .......... .......... .......... .......... 85%  144M 0s
  1300K .......... .......... .......... .......... .......... 89%  172M 0s
  1350K .......... .......... .......... .......... .......... 92%  166M 0s
  1400K .......... .......... .......... .......... .......... 95%  128M 0s
  1450K .......... .......... .......... .......... .......... 98%  108M 0s
  1500K .......... ......                                     100%  164M=0.03s

2025-06-11 13:52:07 (44.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 ... 40559 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.7 kB]
Fetched 97.7 kB in 1s (104 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, 520 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.2 [58.8 MB]
Get:2 http://repo.mongodb.org/apt/debian bullseye/mongodb-org/5.0/main amd64 mongodb-mongosh amd64 2.5.2 [54.9 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 4s (44.5 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 ... 40570 files and directories currently installed.)
Preparing to unpack .../0-mongodb-database-tools_100.12.2_amd64.deb ...
Unpacking mongodb-database-tools (100.12.2) ...
Selecting previously unselected package mongodb-mongosh.
Preparing to unpack .../1-mongodb-mongosh_2.5.2_amd64.deb ...
Unpacking mongodb-mongosh (2.5.2) ...
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.2) ...
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.2) ...
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
--> 6e837ad4969
Successfully tagged registry.osmocom.org/osmocom-build/debian-bookworm-osmo-ttcn3-testenv:latest
6e837ad4969a7046f454b9a1ce67c4bb20f0fef08050b911452b0aff8cfafab1
+ podman push registry.osmocom.org/osmocom-build/debian-bookworm-osmo-ttcn3-testenv
Getting image source signatures
Copying blob sha256:fbb45d948cca4b04ab9d95c9d07b7ffa714358601c4d599de63a3004b25b3f73
Copying blob sha256:dac6a2090a1354be7aee19c383ca61b6df4705a53ebb0d70d4b34d81e9ea6c11
Copying blob sha256:8f4ceb8cc1a2056b98f0424fad4715dd334aecc9769186b3ea0394f131524e27
Copying blob sha256:edab2f0e2d1d92848f4e66dcd1b3dce5aea4cc2814ce707c4e901d3b9c20629e
Copying blob sha256:db8b468ec2e24dce75b2686c97dcc3c89ed8ec6bc2b9423d5e991cc60557a8bd
Copying blob sha256:623bd23d2a8fc39d6a3602707e392f9dcc6c0c20ca7279008e694b8b75218752
Copying blob sha256:d902a025f6b4231441eac1e26d88fd68f0c727403159aa88c5ca343fd95a0970
Copying blob sha256:13d22b12d793c7955368f2f9dc7fbec87e3cf20ff66178414c74fab220776b35
Copying blob sha256:9bef4617b3d939525991fe435ae26431007a36e959cdf03bb4fb29717b30e494
Copying blob sha256:581daf75748e3860188467a2f487bb0b9446fff57bc31da6accdb11ebb42549e
Copying blob sha256:76353a965aa0e84743bb9f8fa555d5a1e3832aacadefbca800d36d2783b6b95d
Copying blob sha256:068838e6598c3529a86248920935f12ec7b4c9b3941849f691b3dd907d399130
Copying config sha256:6e837ad4969a7046f454b9a1ce67c4bb20f0fef08050b911452b0aff8cfafab1
Writing manifest to image destination
Storing signatures
Finished: SUCCESS