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 origin/master^{commit} # timeout=10 Checking out Revision bde6f20f3848c50d19c94b3867a4884c880efe13 (origin/master) > git config core.sparsecheckout # timeout=10 > git checkout -f bde6f20f3848c50d19c94b3867a4884c880efe13 # timeout=10 Commit message: "tcpdump/dumpcap: move kill_rm_pidfile to inc file" > git rev-list --no-walk d7531335952fd993f56d7632f8c96bf505c765eb # timeout=10 [registry-rebuild-upload-testenv] $ /bin/sh -xe /tmp/jenkins15423842087028425691.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/15: FROM registry.osmocom.org/debian:bookworm STEP 2/15: ARG OSMOCOM_REPO_TESTSUITE_MIRROR="https://downloads.osmocom.org" --> Using cache 7058cad828574b1285659f81638a9eec03f625903f3335bb0dd10335f9a83dad --> 7058cad8285 STEP 3/15: ARG OSMOCOM_REPO="$OSMOCOM_REPO_TESTSUITE_MIRROR/packages/osmocom:/latest/Debian_12/" --> Using cache a229d0f73ce7f44a67000bd2b286da985c379771717c176e8c8e5dcd220068ce --> a229d0f73ce STEP 4/15: COPY obs.key /obs.key --> Using cache b06a72edb6bc37eefd5d9fc01fc1369a8b549ca7ac9534bfb7743f60a4462f63 --> b06a72edb6b STEP 5/15: ENV DEBIAN_FRONTEND=noninteractive --> Using cache 0da633388c69d90984d3a791070b224d2351375b6d0c3ca6e989b72aa370808d --> 0da633388c6 STEP 6/15: 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-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 vim vsmartcard-vpcd wget wireshark-common && apt-get clean --> Using cache 02b64d633e018d1df0c34d819978e5d4a2562c9cdf396f73141e07a6e02d77ae --> 02b64d633e0 STEP 7/15: RUN wget https://s3.amazonaws.com/rebar3/rebar3 -O /usr/bin/rebar3 && chmod +x /usr/bin/rebar3 && rebar3 --version --> Using cache 00fcf8aa40a77068bb377d6994288b00650eec2ab1ec3a6b339ededca1ae8e90 --> 00fcf8aa40a STEP 8/15: ENV USE_CCACHE=0 --> Using cache 70db61375064805bbce68d23d2e3a9561b73eb264ba0781a3fd3c6b1ed53dc28 --> 70db6137506 STEP 9/15: 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 b72bd0d3b1cd9a6760de6103d82f8b7d5b04604814f5a85f48a5d555fb5a3614 --> b72bd0d3b1c STEP 10/15: ADD https://gerrit.osmocom.org/plugins/gitiles/python/osmo-python-tests/+/master?format=TEXT /tmp/osmo-python-tests-commit --> Using cache c5a1596584d0b46592c00d71f11e1684b14a633f5275ba5ceda86ba63f87c30f --> c5a1596584d STEP 11/15: 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 69b43d96c3ee134451cb5ecc20519337f1576520f833b7861a4bf8a68ecbdc38 --> 69b43d96c3e STEP 12/15: RUN echo "deb [signed-by=/obs.key] $OSMOCOM_REPO ./" > /etc/apt/sources.list.d/osmocom-latest.list --> Using cache ca33e686c6abde7fbe8df54011e16ccb80a868c208d925fd00a2cb30b9e8f9f1 --> ca33e686c6a STEP 13/15: ADD $OSMOCOM_REPO/Release /tmp/Release --> b45a78346c7 STEP 14/15: 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 http://deb.debian.org/debian bookworm InRelease [151 kB] Get:2 https://downloads.osmocom.org/packages/osmocom:/latest/Debian_12 ./ InRelease [1580 B] 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 https://downloads.osmocom.org/packages/osmocom:/latest/Debian_12 ./ Packages [196 kB] Get:6 http://deb.debian.org/debian bookworm/main amd64 Packages [8792 kB] Get:7 http://deb.debian.org/debian bookworm-updates/main amd64 Packages.diff/Index [16.2 kB] Get:8 http://deb.debian.org/debian-security bookworm-security/main amd64 Packages [257 kB] Get:9 http://deb.debian.org/debian bookworm-updates/main amd64 Packages T-2025-03-27-1414.15-F-2025-01-14-2009.05.pdiff [187 B] Get:9 http://deb.debian.org/debian bookworm-updates/main amd64 Packages T-2025-03-27-1414.15-F-2025-01-14-2009.05.pdiff [187 B] Fetched 9519 kB in 1s (12.0 MB/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 89 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 (80.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 ... 38874 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+deb12u9) ... + apt-get clean + rm /etc/apt/sources.list.d/osmocom-latest.list --> b09f1c7aea8 STEP 15/15: 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-04-30 11:23:37-- https://pgp.mongodb.com/server-5.0.asc Resolving pgp.mongodb.com (pgp.mongodb.com)... 13.32.121.120, 13.32.121.11, 13.32.121.114, ... Connecting to pgp.mongodb.com (pgp.mongodb.com)|13.32.121.120|:443... connected. HTTP request sent, awaiting response... 200 OK Length: 1656 (1.6K) [binary/octet-stream] Saving to: '/mongodb.key' 0K . 100% 93.5M=0s 2025-04-30 11:23:37 (93.5 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-04-30 11:23:37-- 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.194.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% 2.35M 1s 50K .......... .......... .......... .......... .......... 6% 11.2M 0s 100K .......... .......... .......... .......... .......... 9% 7.05M 0s 150K .......... .......... .......... .......... .......... 13% 58.2M 0s 200K .......... .......... .......... .......... .......... 16% 92.5M 0s 250K .......... .......... .......... .......... .......... 19% 89.0M 0s 300K .......... .......... .......... .......... .......... 23% 75.5M 0s 350K .......... .......... .......... .......... .......... 26% 68.5M 0s 400K .......... .......... .......... .......... .......... 29% 59.6M 0s 450K .......... .......... .......... .......... .......... 32% 85.1M 0s 500K .......... .......... .......... .......... .......... 36% 91.6M 0s 550K .......... .......... .......... .......... .......... 39% 59.1M 0s 600K .......... .......... .......... .......... .......... 42% 39.4M 0s 650K .......... .......... .......... .......... .......... 46% 68.0M 0s 700K .......... .......... .......... .......... .......... 49% 64.2M 0s 750K .......... .......... .......... .......... .......... 52% 48.6M 0s 800K .......... .......... .......... .......... .......... 56% 102M 0s 850K .......... .......... .......... .......... .......... 59% 120M 0s 900K .......... .......... .......... .......... .......... 62% 128M 0s 950K .......... .......... .......... .......... .......... 65% 136M 0s 1000K .......... .......... .......... .......... .......... 69% 117M 0s 1050K .......... .......... .......... .......... .......... 72% 148M 0s 1100K .......... .......... .......... .......... .......... 75% 155M 0s 1150K .......... .......... .......... .......... .......... 79% 159M 0s 1200K .......... .......... .......... .......... .......... 82% 135M 0s 1250K .......... .......... .......... .......... .......... 85% 178M 0s 1300K .......... .......... .......... .......... .......... 89% 185M 0s 1350K .......... .......... .......... .......... .......... 92% 189M 0s 1400K .......... .......... .......... .......... .......... 95% 174M 0s 1450K .......... .......... .......... .......... .......... 98% 164M 0s 1500K .......... ...... 100% 104M=0.05s 2025-04-30 11:23:37 (31.7 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 ... 39978 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+deb12u9) ... + 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 bookworm InRelease Hit:2 http://deb.debian.org/debian bookworm-updates InRelease Hit:3 http://deb.debian.org/debian-security bookworm-security InRelease Get:4 http://repo.mongodb.org/apt/debian bullseye/mongodb-org/5.0 InRelease [2951 B] Get:5 http://repo.mongodb.org/apt/debian bullseye/mongodb-org/5.0/main amd64 Packages [93.1 kB] Fetched 96.0 kB in 1s (137 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 89 not upgraded. Need to get 174 MB of archives. After this operation, 518 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.0 [58.8 MB] Get:2 http://repo.mongodb.org/apt/debian bullseye/mongodb-org/5.0/main amd64 mongodb-mongosh amd64 2.5.0 [54.5 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 (62.2 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 ... 39989 files and directories currently installed.) Preparing to unpack .../0-mongodb-database-tools_100.12.0_amd64.deb ... Unpacking mongodb-database-tools (100.12.0) ... Selecting previously unselected package mongodb-mongosh. Preparing to unpack .../1-mongodb-mongosh_2.5.0_amd64.deb ... Unpacking mongodb-mongosh (2.5.0) ... 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.0) ... 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.0) ... 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 --> b01ffe9fb77 Successfully tagged registry.osmocom.org/osmocom-build/debian-bookworm-osmo-ttcn3-testenv:latest b01ffe9fb77819fa030e7da3dfe35ee47af13d27101d163ec852f585b47e586b + podman push registry.osmocom.org/osmocom-build/debian-bookworm-osmo-ttcn3-testenv Getting image source signatures Copying blob sha256:e601e3cc893f0a56b027356ea0b0b6bb7c1308a52a7b8af9142b0b13ecc81d7f Copying blob sha256:dac6a2090a1354be7aee19c383ca61b6df4705a53ebb0d70d4b34d81e9ea6c11 Copying blob sha256:8f4ceb8cc1a2056b98f0424fad4715dd334aecc9769186b3ea0394f131524e27 Copying blob sha256:c8668325e8e2810312199e584e757436995234b6cded6217d560090bbd34c929 Copying blob sha256:1f6340459c4e0ef122bdddfb3e2271b41170359131f98efe8f68a6b6259097fd Copying blob sha256:d1abfa0a6aa7ede4b336264aea6ac7a0b5c0ff178ee2ee755046018faa5aa698 Copying blob sha256:76ca57cbf9726f0c7077c4f254728375cfdc48740c956decbc2cdec0b3e4420d Copying blob sha256:99aa74bebc44643674be9f1ac1b70d029a4bf46bdd49513aabfc03b54e11c760 Copying blob sha256:b50621562cc9e7fe2eb712ae43521cdf8ac42384da6fb2f0a5d64152f4f56623 Copying blob sha256:7f52fd0be0e9ea7991595c49180632c430ab45020c9068b799f230d440fc6375 Copying blob sha256:b0e2bb685bc712e45fa2246c7537148636e46b7304a8944245c5c69875e12fd8 Copying config sha256:b01ffe9fb77819fa030e7da3dfe35ee47af13d27101d163ec852f585b47e586b Writing manifest to image destination Storing signatures Finished: SUCCESS