Started by upstream project "Osmocom-repo-install-debian12" build number 420 originally caused by: Started by timer Running as SYSTEM Building remotely on build4-deb12build-ansible (ttcn3 obs ttcn3_with_linux_6.1_or_higher qemu io_uring osmocom-gerrit coverity osmocom-master) in workspace /home/osmocom-build/jenkins/workspace/Osmocom-repo-install-debian12/feed/nightly/label/qemu 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-ci > git init /home/osmocom-build/jenkins/workspace/Osmocom-repo-install-debian12/feed/nightly/label/qemu # timeout=10 Fetching upstream changes from https://gerrit.osmocom.org/osmo-ci > git --version # timeout=10 > git --version # 'git version 2.39.2' > git fetch --tags --force --progress -- https://gerrit.osmocom.org/osmo-ci +refs/heads/*:refs/remotes/origin/* # timeout=10 > git config remote.origin.url https://gerrit.osmocom.org/osmo-ci # timeout=10 > git config --add remote.origin.fetch +refs/heads/*:refs/remotes/origin/* # timeout=10 Avoid second fetch Checking out Revision c6a935ec0ebd5e049aa9ce3783d23eb135c185ca (origin/master) > git config core.sparsecheckout # timeout=10 > git checkout -f c6a935ec0ebd5e049aa9ce3783d23eb135c185ca # timeout=10 Commit message: "ansible: update rpi4-raspbian12build-ansible-1" > git rev-list --no-walk c98cd9bcee9677db08817d74fffca01be1c3c641 # timeout=10 [qemu] $ /bin/sh -xe /tmp/jenkins202687014022103332.sh + export FEED=nightly + scripts/repo-install-test.sh debian12 + dirname scripts/repo-install-test.sh + . scripts/common.sh + dirname scripts/repo-install-test.sh + realpath scripts/.. + OSMO_CI_DIR=/home/osmocom-build/jenkins/workspace/Osmocom-repo-install-debian12/feed/nightly/label/qemu + OSMO_GIT_URL_GITEA=https://gitea.osmocom.org + OSMO_GIT_URL_GERRIT=https://gerrit.osmocom.org + OSMO_RELEASE_REPOS= libasn1c libosmo-abis libosmo-gprs libosmo-netif libosmo-pfcp libosmo-sccp libosmocore libsmpp34 libusrp osmo-bsc osmo-bts osmo-cbc osmo-e1d osmo-gbproxy osmo-ggsn osmo-gsm-manuals osmo-hlr osmo-hnodeb osmo-hnbgw osmo-iuh osmo-mgw osmo-msc osmo-pcap osmo-pcu osmo-remsim osmo-sgsn osmo-sip-connector osmo-smlc osmo-sysmon osmo-trx osmo-uecups osmo-upf osmocom-bb simtrace2 + OSMO_BRANCH_DOCKER_PLAYGROUND=master + DOMAIN=downloads.osmocom.org + DISTRO=debian12 + DISTROS= centos8 debian10 debian11 debian12 + IMG_DIR=/opt/qemu + TEST_DIR=scripts/repo-install-test + IMG_PATH=_repo_install_test_data/temp.qcow2 + PID_FILE=_repo_install_test_data/qemu.pid + PORT_FILE=_repo_install_test_data/qemu.port + LOG_FILE=_repo_install_test_data/qemu.log + check_usage + local i + [ debian12 = centos8 ] + [ debian12 = debian10 ] + [ debian12 = debian11 ] + [ debian12 = debian12 ] + return + FEED=nightly + PROJ=osmocom:nightly + [ -z ] + TESTS= test_conflict install_repo_packages test_binaries services_check + [ -z ] + PROJ_CONFLICT=osmocom:latest + clean_up + [ -n ] + [ -e _repo_install_test_data/qemu.pid ] + rm -f _repo_install_test_data/temp.qcow2 + trap clean_up_trap EXIT INT TERM 0 + qemu_start + [ -n ] + prepare_img + dirname _repo_install_test_data/temp.qcow2 + mkdir -p _repo_install_test_data + get_backing_img_path + local ret= + ret=/opt/qemu/debian-12.qcow2 + [ -e /opt/qemu/debian-12.qcow2 ] + echo /opt/qemu/debian-12.qcow2 + qemu-img create -f qcow2 -b /opt/qemu/debian-12.qcow2 -F qcow2 _repo_install_test_data/temp.qcow2 Formatting '_repo_install_test_data/temp.qcow2', fmt=qcow2 cluster_size=65536 extended_l2=off compression_type=zlib size=8589934592 backing_file=/opt/qemu/debian-12.qcow2 backing_fmt=qcow2 lazy_refcounts=off refcount_bits=16 + find_free_ssh_port + echo (94123 % 1000) + 22022 + bc + SSH_PORT=22145 + nc -z 127.0.0.1 22145 + echo 22145 + qemu_ssh_wait + set +x Waiting for VM to boot up... + sleep 1 + timeout 1h qemu-system-x86_64 -cpu host -device virtio-net-pci,netdev=net -display none -drive file=_repo_install_test_data/temp.qcow2,format=qcow2 -enable-kvm -m 1024 -netdev user,id=net,hostfwd=tcp:127.0.0.1:22145-:22 -nodefaults -pidfile _repo_install_test_data/qemu.pid -serial stdio -smp 16 + cat _repo_install_test_data/qemu.pid + local pid=94150 + seq 1 6 + [ -z 94150 ] + kill -0 94150 + TIMEOUT=10s qemu_ssh true + timeout 10s sshpass -p root ssh -p 22145 -o StrictHostKeyChecking=no -o UserKnownHostsFile=/dev/null root@127.0.0.1 -- true + sleep 1 + [ -z 94150 ] + kill -0 94150 + TIMEOUT=10s qemu_ssh true + timeout 10s sshpass -p root ssh -p 22145 -o StrictHostKeyChecking=no -o UserKnownHostsFile=/dev/null root@127.0.0.1 -- true Warning: Permanently added '[127.0.0.1]:22145' (ED25519) to the list of known hosts. + return + set +x VM is running! + qemu_prepare_vm + qemu_run_test_script + cat + qemu_ssh rm -rf /repo-install-test/ + timeout 1m sshpass -p root ssh -p 22145 -o StrictHostKeyChecking=no -o UserKnownHostsFile=/dev/null root@127.0.0.1 -- rm -rf /repo-install-test/ Warning: Permanently added '[127.0.0.1]:22145' (ED25519) to the list of known hosts. + qemu_ssh mkdir /repo-install-test + timeout 1m sshpass -p root ssh -p 22145 -o StrictHostKeyChecking=no -o UserKnownHostsFile=/dev/null root@127.0.0.1 -- mkdir /repo-install-test Warning: Permanently added '[127.0.0.1]:22145' (ED25519) to the list of known hosts. + qemu_scp -r scripts/repo-install-test/run-inside-env.sh scripts/repo-install-test/run-inside.sh root@127.0.0.1:/repo-install-test + timeout 1m sshpass -p root scp -P 22145 -o StrictHostKeyChecking=no -o UserKnownHostsFile=/dev/null -r scripts/repo-install-test/run-inside-env.sh scripts/repo-install-test/run-inside.sh root@127.0.0.1:/repo-install-test Warning: Permanently added '[127.0.0.1]:22145' (ED25519) to the list of known hosts. + TIMEOUT=1h qemu_ssh sh -ex /repo-install-test/run-inside-env.sh + timeout 1h sshpass -p root ssh -p 22145 -o StrictHostKeyChecking=no -o UserKnownHostsFile=/dev/null root@127.0.0.1 -- sh -ex /repo-install-test/run-inside-env.sh Warning: Permanently added '[127.0.0.1]:22145' (ED25519) to the list of known hosts. + export DISTRO=debian12 + export DOMAIN=downloads.osmocom.org + export FEED=nightly + export PROJ=osmocom:nightly + export PROJ_CONFLICT=osmocom:latest + export SKIP_PREPARE_VM= + export TESTS= test_conflict install_repo_packages test_binaries services_check + /repo-install-test/run-inside.sh + SERVICES= osmo-bsc osmo-bts-virtual osmo-cbc osmo-e1d osmo-gbproxy osmo-ggsn osmo-gtphub osmo-hlr osmo-hnbgw osmo-hnodeb osmo-mgw osmo-msc osmo-pcap-client osmo-pcap-server osmo-pcu osmo-remsim-bankd osmo-remsim-server osmo-sgsn osmo-sip-connector osmo-smlc osmo-stp + SERVICES_NIGHTLY= osmo-bsc-nat + distro_obsdir + echo Debian_12 + DISTRO_OBSDIR=Debian_12 + check_env + [ -n nightly ] + echo Checking feed: nightly Checking feed: nightly Checking project: osmocom:nightly Checking conflicting project: osmocom:latest Linux distribution: debian12 Enabled tests: test_conflict install_repo_packages test_binaries services_check + [ -n osmocom:nightly ] + echo Checking project: osmocom:nightly + [ -n osmocom:latest ] + echo Checking conflicting project: osmocom:latest + [ -n debian12 ] + echo Linux distribution: debian12 + [ -n test_conflict install_repo_packages test_binaries services_check ] + echo Enabled tests: test_conflict install_repo_packages test_binaries services_check + prepare_vm + [ -n ] + prepare_vm_debian + ln -sf /bin/true /usr/bin/fmtutil + echo path-exclude=/usr/bin/fmtutil + apt-get update --allow-releaseinfo-change Get:1 http://deb.debian.org/debian bookworm InRelease [151 kB] Get:2 http://security.debian.org/debian-security bookworm-security InRelease [48.0 kB] Get:3 http://deb.debian.org/debian bookworm-updates InRelease [55.4 kB] Get:4 http://security.debian.org/debian-security bookworm-security/non-free-firmware Sources [796 B] Get:5 http://security.debian.org/debian-security bookworm-security/main Sources [109 kB] Get:6 http://security.debian.org/debian-security bookworm-security/main amd64 Packages [179 kB] Get:7 http://security.debian.org/debian-security bookworm-security/main Translation-en [108 kB] Get:8 http://security.debian.org/debian-security bookworm-security/non-free-firmware amd64 Packages [688 B] Get:9 http://security.debian.org/debian-security bookworm-security/non-free-firmware Translation-en [472 B] Get:10 http://deb.debian.org/debian bookworm/non-free-firmware Sources [6,436 B] Get:11 http://deb.debian.org/debian bookworm/main Sources [9,487 kB] Get:12 http://deb.debian.org/debian bookworm/main amd64 Packages [8,787 kB] Get:13 http://deb.debian.org/debian bookworm/main Translation-en [6,109 kB] Get:14 http://deb.debian.org/debian bookworm/non-free-firmware amd64 Packages [6,236 B] Get:15 http://deb.debian.org/debian bookworm/non-free-firmware Translation-en [20.9 kB] Get:16 http://deb.debian.org/debian bookworm-updates/non-free-firmware Sources [2,076 B] Get:17 http://deb.debian.org/debian bookworm-updates/main Sources [17.9 kB] Get:18 http://deb.debian.org/debian bookworm-updates/main amd64 Packages [13.8 kB] Get:19 http://deb.debian.org/debian bookworm-updates/main Translation-en [16.0 kB] Get:20 http://deb.debian.org/debian bookworm-updates/non-free-firmware amd64 Packages [616 B] Get:21 http://deb.debian.org/debian bookworm-updates/non-free-firmware Translation-en [384 B] Fetched 25.1 MB in 2s (11.2 MB/s) Reading package lists... + apt-get install -y --no-install-recommends aptitude ca-certificates gnupg2 wget Reading package lists... Building dependency tree... Reading state information... ca-certificates is already the newest version (20230311). wget is already the newest version (1.21.3-1+b2). The following additional packages will be installed: aptitude-common dirmngr gnupg gnupg-l10n gnupg-utils gpg gpg-agent gpg-wks-client gpg-wks-server gpgconf gpgsm libassuan0 libboost-iostreams1.74.0 libcwidget4 libksba8 libnpth0 libsigc++-2.0-0v5 libxapian30 pinentry-curses Suggested packages: apt-xapian-index aptitude-doc-en | aptitude-doc debtags pinentry-gnome3 tor parcimonie xloadimage scdaemon libcwidget-dev xapian-tools pinentry-doc Recommended packages: libdpkg-perl The following NEW packages will be installed: aptitude aptitude-common dirmngr gnupg gnupg-l10n gnupg-utils gnupg2 gpg gpg-agent gpg-wks-client gpg-wks-server gpgconf gpgsm libassuan0 libboost-iostreams1.74.0 libcwidget4 libksba8 libnpth0 libsigc++-2.0-0v5 libxapian30 pinentry-curses 0 upgraded, 21 newly installed, 0 to remove and 94 not upgraded. Need to get 13.1 MB of archives. After this operation, 37.3 MB of additional disk space will be used. Get:1 http://deb.debian.org/debian bookworm/main amd64 aptitude-common all 0.8.13-5 [1,777 kB] Get:2 http://deb.debian.org/debian bookworm/main amd64 libboost-iostreams1.74.0 amd64 1.74.0+ds1-21 [240 kB] Get:3 http://deb.debian.org/debian bookworm/main amd64 libsigc++-2.0-0v5 amd64 2.12.0-1 [25.7 kB] Get:4 http://deb.debian.org/debian bookworm/main amd64 libcwidget4 amd64 0.5.18-6 [309 kB] Get:5 http://deb.debian.org/debian bookworm/main amd64 libxapian30 amd64 1.4.22-1 [1,100 kB] Get:6 http://deb.debian.org/debian bookworm/main amd64 aptitude amd64 0.8.13-5 [1,369 kB] Get:7 http://deb.debian.org/debian bookworm/main amd64 libassuan0 amd64 2.5.5-5 [48.5 kB] Get:8 http://deb.debian.org/debian bookworm/main amd64 gpgconf amd64 2.2.40-1.1 [564 kB] Get:9 http://deb.debian.org/debian bookworm/main amd64 libksba8 amd64 1.6.3-2 [128 kB] Get:10 http://deb.debian.org/debian bookworm/main amd64 libnpth0 amd64 1.6-3 [19.0 kB] Get:11 http://deb.debian.org/debian bookworm/main amd64 dirmngr amd64 2.2.40-1.1 [792 kB] Get:12 http://deb.debian.org/debian bookworm/main amd64 gnupg-l10n all 2.2.40-1.1 [1,093 kB] Get:13 http://deb.debian.org/debian bookworm/main amd64 gnupg-utils amd64 2.2.40-1.1 [927 kB] Get:14 http://deb.debian.org/debian bookworm/main amd64 gpg amd64 2.2.40-1.1 [949 kB] Get:15 http://deb.debian.org/debian bookworm/main amd64 pinentry-curses amd64 1.2.1-1 [77.4 kB] Get:16 http://deb.debian.org/debian bookworm/main amd64 gpg-agent amd64 2.2.40-1.1 [695 kB] Get:17 http://deb.debian.org/debian bookworm/main amd64 gpg-wks-client amd64 2.2.40-1.1 [541 kB] Get:18 http://deb.debian.org/debian bookworm/main amd64 gpg-wks-server amd64 2.2.40-1.1 [531 kB] Get:19 http://deb.debian.org/debian bookworm/main amd64 gpgsm amd64 2.2.40-1.1 [671 kB] Get:20 http://deb.debian.org/debian bookworm/main amd64 gnupg all 2.2.40-1.1 [846 kB] Get:21 http://deb.debian.org/debian bookworm/main amd64 gnupg2 all 2.2.40-1.1 [445 kB] debconf: unable to initialize frontend: Dialog debconf: (TERM is not set, so the dialog frontend is not usable.) debconf: falling back to frontend: Readline debconf: unable to initialize frontend: Readline debconf: (This frontend requires a controlling tty.) debconf: falling back to frontend: Teletype dpkg-preconfigure: unable to re-open stdin: Fetched 13.1 MB in 1s (12.4 MB/s) Selecting previously unselected package aptitude-common. (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 ... 28262 files and directories currently installed.) Preparing to unpack .../00-aptitude-common_0.8.13-5_all.deb ... Unpacking aptitude-common (0.8.13-5) ... Selecting previously unselected package libboost-iostreams1.74.0:amd64. Preparing to unpack .../01-libboost-iostreams1.74.0_1.74.0+ds1-21_amd64.deb ... Unpacking libboost-iostreams1.74.0:amd64 (1.74.0+ds1-21) ... Selecting previously unselected package libsigc++-2.0-0v5:amd64. Preparing to unpack .../02-libsigc++-2.0-0v5_2.12.0-1_amd64.deb ... Unpacking libsigc++-2.0-0v5:amd64 (2.12.0-1) ... Selecting previously unselected package libcwidget4:amd64. Preparing to unpack .../03-libcwidget4_0.5.18-6_amd64.deb ... Unpacking libcwidget4:amd64 (0.5.18-6) ... Selecting previously unselected package libxapian30:amd64. Preparing to unpack .../04-libxapian30_1.4.22-1_amd64.deb ... Unpacking libxapian30:amd64 (1.4.22-1) ... Selecting previously unselected package aptitude. Preparing to unpack .../05-aptitude_0.8.13-5_amd64.deb ... Unpacking aptitude (0.8.13-5) ... Selecting previously unselected package libassuan0:amd64. Preparing to unpack .../06-libassuan0_2.5.5-5_amd64.deb ... Unpacking libassuan0:amd64 (2.5.5-5) ... Selecting previously unselected package gpgconf. Preparing to unpack .../07-gpgconf_2.2.40-1.1_amd64.deb ... Unpacking gpgconf (2.2.40-1.1) ... Selecting previously unselected package libksba8:amd64. Preparing to unpack .../08-libksba8_1.6.3-2_amd64.deb ... Unpacking libksba8:amd64 (1.6.3-2) ... Selecting previously unselected package libnpth0:amd64. Preparing to unpack .../09-libnpth0_1.6-3_amd64.deb ... Unpacking libnpth0:amd64 (1.6-3) ... Selecting previously unselected package dirmngr. Preparing to unpack .../10-dirmngr_2.2.40-1.1_amd64.deb ... Unpacking dirmngr (2.2.40-1.1) ... Selecting previously unselected package gnupg-l10n. Preparing to unpack .../11-gnupg-l10n_2.2.40-1.1_all.deb ... Unpacking gnupg-l10n (2.2.40-1.1) ... Selecting previously unselected package gnupg-utils. Preparing to unpack .../12-gnupg-utils_2.2.40-1.1_amd64.deb ... Unpacking gnupg-utils (2.2.40-1.1) ... Selecting previously unselected package gpg. Preparing to unpack .../13-gpg_2.2.40-1.1_amd64.deb ... Unpacking gpg (2.2.40-1.1) ... Selecting previously unselected package pinentry-curses. Preparing to unpack .../14-pinentry-curses_1.2.1-1_amd64.deb ... Unpacking pinentry-curses (1.2.1-1) ... Selecting previously unselected package gpg-agent. Preparing to unpack .../15-gpg-agent_2.2.40-1.1_amd64.deb ... Unpacking gpg-agent (2.2.40-1.1) ... Selecting previously unselected package gpg-wks-client. Preparing to unpack .../16-gpg-wks-client_2.2.40-1.1_amd64.deb ... Unpacking gpg-wks-client (2.2.40-1.1) ... Selecting previously unselected package gpg-wks-server. Preparing to unpack .../17-gpg-wks-server_2.2.40-1.1_amd64.deb ... Unpacking gpg-wks-server (2.2.40-1.1) ... Selecting previously unselected package gpgsm. Preparing to unpack .../18-gpgsm_2.2.40-1.1_amd64.deb ... Unpacking gpgsm (2.2.40-1.1) ... Selecting previously unselected package gnupg. Preparing to unpack .../19-gnupg_2.2.40-1.1_all.deb ... Unpacking gnupg (2.2.40-1.1) ... Selecting previously unselected package gnupg2. Preparing to unpack .../20-gnupg2_2.2.40-1.1_all.deb ... Unpacking gnupg2 (2.2.40-1.1) ... Setting up libksba8:amd64 (1.6.3-2) ... Setting up libxapian30:amd64 (1.4.22-1) ... Setting up libboost-iostreams1.74.0:amd64 (1.74.0+ds1-21) ... Setting up libnpth0:amd64 (1.6-3) ... Setting up libassuan0:amd64 (2.5.5-5) ... Setting up gnupg-l10n (2.2.40-1.1) ... Setting up libsigc++-2.0-0v5:amd64 (2.12.0-1) ... Setting up aptitude-common (0.8.13-5) ... Setting up gpgconf (2.2.40-1.1) ... Setting up gpg (2.2.40-1.1) ... Setting up gnupg-utils (2.2.40-1.1) ... Setting up pinentry-curses (1.2.1-1) ... Setting up gpg-agent (2.2.40-1.1) ... Created symlink /etc/systemd/user/sockets.target.wants/gpg-agent-browser.socket → /usr/lib/systemd/user/gpg-agent-browser.socket. Created symlink /etc/systemd/user/sockets.target.wants/gpg-agent-extra.socket → /usr/lib/systemd/user/gpg-agent-extra.socket. Created symlink /etc/systemd/user/sockets.target.wants/gpg-agent-ssh.socket → /usr/lib/systemd/user/gpg-agent-ssh.socket. Created symlink /etc/systemd/user/sockets.target.wants/gpg-agent.socket → /usr/lib/systemd/user/gpg-agent.socket. Setting up gpgsm (2.2.40-1.1) ... Setting up dirmngr (2.2.40-1.1) ... Created symlink /etc/systemd/user/sockets.target.wants/dirmngr.socket → /usr/lib/systemd/user/dirmngr.socket. Setting up libcwidget4:amd64 (0.5.18-6) ... Setting up aptitude (0.8.13-5) ... update-alternatives: using /usr/bin/aptitude-curses to provide /usr/bin/aptitude (aptitude) in auto mode Setting up gpg-wks-server (2.2.40-1.1) ... Setting up gpg-wks-client (2.2.40-1.1) ... Setting up gnupg (2.2.40-1.1) ... Setting up gnupg2 (2.2.40-1.1) ... Processing triggers for man-db (2.11.2-2) ... Processing triggers for libc-bin (2.36-9) ... + configure_osmocom_repo osmocom:nightly + configure_osmocom_repo_debian osmocom:nightly + local proj=osmocom:nightly + proj_with_slashes osmocom:nightly + echo osmocom:nightly + sed s.:.:/.g + local obs_repo=downloads.osmocom.org/packages/osmocom:/nightly/Debian_12/ Configuring Osmocom repository + echo Configuring Osmocom repository + [ -e /tmp/Release.key ] + wget -O /tmp/Release.key https://obs.osmocom.org/projects/osmocom:nightly/public_key --2024-09-10 02:32:36-- https://obs.osmocom.org/projects/osmocom:nightly/public_key Resolving obs.osmocom.org (obs.osmocom.org)... 148.251.236.141, 2a01:4f8:201:344a::2 Connecting to obs.osmocom.org (obs.osmocom.org)|148.251.236.141|:443... connected. HTTP request sent, awaiting response... 200 OK Length: unspecified [application/octet-stream] Saving to: ‘/tmp/Release.key’ 0K . 18.5M=0s 2024-09-10 02:32:36 (18.5 MB/s) - ‘/tmp/Release.key’ saved [1422] + apt-key add /tmp/Release.key Warning: apt-key is deprecated. Manage keyring files in trusted.gpg.d instead (see apt-key(8)). OK + echo deb http://downloads.osmocom.org/packages/osmocom:/nightly/Debian_12/ ./ + apt-get update Hit:2 http://security.debian.org/debian-security bookworm-security InRelease Hit:3 http://deb.debian.org/debian bookworm InRelease Hit:4 http://deb.debian.org/debian bookworm-updates InRelease Get:1 https://downloads.osmocom.org/packages/osmocom:/nightly/Debian_12 ./ InRelease [1,579 B] Get:5 https://downloads.osmocom.org/packages/osmocom:/nightly/Debian_12 ./ Packages [187 kB] Fetched 188 kB in 0s (654 kB/s) Reading package lists... W: http://downloads.osmocom.org/packages/osmocom:/nightly/Debian_12/./InRelease: Key is stored in legacy trusted.gpg keyring (/etc/apt/trusted.gpg), see the DEPRECATION section in apt-key(8) for details. + uname -a Linux unassigned-hostname 6.1.0-9-amd64 #1 SMP PREEMPT_DYNAMIC Debian 6.1.27-1 (2023-05-08) x86_64 GNU/Linux + set +x ### Running test: test_conflict ### + test_conflict + test_conflict_debian + apt-get -y install libosmocore Reading package lists... Building dependency tree... Reading state information... The following additional packages will be installed: libosmocodec4 libosmocoding0 libosmocore22 libosmoctrl0 libosmogb14 libosmogsm20 libosmoisdn0 libosmosim2 libosmousb0 libosmovty13 libpcsclite1 libsctp1 libtalloc2 osmocom-nightly Suggested packages: pcscd lksctp-tools The following NEW packages will be installed: libosmocodec4 libosmocoding0 libosmocore libosmocore22 libosmoctrl0 libosmogb14 libosmogsm20 libosmoisdn0 libosmosim2 libosmousb0 libosmovty13 libpcsclite1 libsctp1 libtalloc2 osmocom-nightly 0 upgraded, 15 newly installed, 0 to remove and 94 not upgraded. Need to get 1,186 kB of archives. After this operation, 2,833 kB of additional disk space will be used. Get:13 http://deb.debian.org/debian bookworm/main amd64 libsctp1 amd64 1.0.19+dfsg-2 [29.7 kB] Get:14 http://deb.debian.org/debian bookworm/main amd64 libtalloc2 amd64 2.4.0-f2 [25.6 kB] Get:15 http://deb.debian.org/debian bookworm/main amd64 libpcsclite1 amd64 1.9.9-2 [49.7 kB] Get:1 https://downloads.osmocom.org/packages/osmocom:/nightly/Debian_12 ./ osmocom-nightly 202409092026 [1,180 B] Get:2 https://downloads.osmocom.org/packages/osmocom:/nightly/Debian_12 ./ libosmocore22 1.10.0.12.6e1e.202409092026 [168 kB] Get:3 https://downloads.osmocom.org/packages/osmocom:/nightly/Debian_12 ./ libosmocodec4 1.10.0.12.6e1e.202409092026 [50.5 kB] Get:4 https://downloads.osmocom.org/packages/osmocom:/nightly/Debian_12 ./ libosmoisdn0 1.10.0.12.6e1e.202409092026 [69.7 kB] Get:5 https://downloads.osmocom.org/packages/osmocom:/nightly/Debian_12 ./ libosmogsm20 1.10.0.12.6e1e.202409092026 [227 kB] Get:6 https://downloads.osmocom.org/packages/osmocom:/nightly/Debian_12 ./ libosmocoding0 1.10.0.12.6e1e.202409092026 [70.4 kB] Get:7 https://downloads.osmocom.org/packages/osmocom:/nightly/Debian_12 ./ libosmovty13 1.10.0.12.6e1e.202409092026 [103 kB] Get:8 https://downloads.osmocom.org/packages/osmocom:/nightly/Debian_12 ./ libosmogb14 1.10.0.12.6e1e.202409092026 [177 kB] Get:9 https://downloads.osmocom.org/packages/osmocom:/nightly/Debian_12 ./ libosmoctrl0 1.10.0.12.6e1e.202409092026 [58.8 kB] Get:10 https://downloads.osmocom.org/packages/osmocom:/nightly/Debian_12 ./ libosmosim2 1.10.0.12.6e1e.202409092026 [62.9 kB] Get:11 https://downloads.osmocom.org/packages/osmocom:/nightly/Debian_12 ./ libosmousb0 1.10.0.12.6e1e.202409092026 [49.6 kB] Get:12 https://downloads.osmocom.org/packages/osmocom:/nightly/Debian_12 ./ libosmocore 1.10.0.12.6e1e.202409092026 [42.9 kB] debconf: unable to initialize frontend: Dialog debconf: (TERM is not set, so the dialog frontend is not usable.) debconf: falling back to frontend: Readline debconf: unable to initialize frontend: Readline debconf: (This frontend requires a controlling tty.) debconf: falling back to frontend: Teletype dpkg-preconfigure: unable to re-open stdin: Fetched 1,186 kB in 0s (20.2 MB/s) Selecting previously unselected package osmocom-nightly. (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 ... 28756 files and directories currently installed.) Preparing to unpack .../00-osmocom-nightly_202409092026_amd64.deb ... Unpacking osmocom-nightly (202409092026) ... Selecting previously unselected package libsctp1:amd64. Preparing to unpack .../01-libsctp1_1.0.19+dfsg-2_amd64.deb ... Unpacking libsctp1:amd64 (1.0.19+dfsg-2) ... Selecting previously unselected package libtalloc2:amd64. Preparing to unpack .../02-libtalloc2_2.4.0-f2_amd64.deb ... Unpacking libtalloc2:amd64 (2.4.0-f2) ... Selecting previously unselected package libosmocore22:amd64. Preparing to unpack .../03-libosmocore22_1.10.0.12.6e1e.202409092026_amd64.deb ... Unpacking libosmocore22:amd64 (1.10.0.12.6e1e.202409092026) ... Selecting previously unselected package libosmocodec4:amd64. Preparing to unpack .../04-libosmocodec4_1.10.0.12.6e1e.202409092026_amd64.deb ... Unpacking libosmocodec4:amd64 (1.10.0.12.6e1e.202409092026) ... Selecting previously unselected package libosmoisdn0:amd64. Preparing to unpack .../05-libosmoisdn0_1.10.0.12.6e1e.202409092026_amd64.deb ... Unpacking libosmoisdn0:amd64 (1.10.0.12.6e1e.202409092026) ... Selecting previously unselected package libosmogsm20:amd64. Preparing to unpack .../06-libosmogsm20_1.10.0.12.6e1e.202409092026_amd64.deb ... Unpacking libosmogsm20:amd64 (1.10.0.12.6e1e.202409092026) ... Selecting previously unselected package libosmocoding0:amd64. Preparing to unpack .../07-libosmocoding0_1.10.0.12.6e1e.202409092026_amd64.deb ... Unpacking libosmocoding0:amd64 (1.10.0.12.6e1e.202409092026) ... Selecting previously unselected package libosmovty13:amd64. Preparing to unpack .../08-libosmovty13_1.10.0.12.6e1e.202409092026_amd64.deb ... Unpacking libosmovty13:amd64 (1.10.0.12.6e1e.202409092026) ... Selecting previously unselected package libosmogb14:amd64. Preparing to unpack .../09-libosmogb14_1.10.0.12.6e1e.202409092026_amd64.deb ... Unpacking libosmogb14:amd64 (1.10.0.12.6e1e.202409092026) ... Selecting previously unselected package libosmoctrl0:amd64. Preparing to unpack .../10-libosmoctrl0_1.10.0.12.6e1e.202409092026_amd64.deb ... Unpacking libosmoctrl0:amd64 (1.10.0.12.6e1e.202409092026) ... Selecting previously unselected package libpcsclite1:amd64. Preparing to unpack .../11-libpcsclite1_1.9.9-2_amd64.deb ... Unpacking libpcsclite1:amd64 (1.9.9-2) ... Selecting previously unselected package libosmosim2:amd64. Preparing to unpack .../12-libosmosim2_1.10.0.12.6e1e.202409092026_amd64.deb ... Unpacking libosmosim2:amd64 (1.10.0.12.6e1e.202409092026) ... Selecting previously unselected package libosmousb0:amd64. Preparing to unpack .../13-libosmousb0_1.10.0.12.6e1e.202409092026_amd64.deb ... Unpacking libosmousb0:amd64 (1.10.0.12.6e1e.202409092026) ... Selecting previously unselected package libosmocore. Preparing to unpack .../14-libosmocore_1.10.0.12.6e1e.202409092026_amd64.deb ... Unpacking libosmocore (1.10.0.12.6e1e.202409092026) ... Setting up osmocom-nightly (202409092026) ... Setting up libtalloc2:amd64 (2.4.0-f2) ... Setting up libpcsclite1:amd64 (1.9.9-2) ... Setting up libsctp1:amd64 (1.0.19+dfsg-2) ... Setting up libosmocore22:amd64 (1.10.0.12.6e1e.202409092026) ... Setting up libosmocodec4:amd64 (1.10.0.12.6e1e.202409092026) ... Setting up libosmovty13:amd64 (1.10.0.12.6e1e.202409092026) ... Setting up libosmoisdn0:amd64 (1.10.0.12.6e1e.202409092026) ... Setting up libosmousb0:amd64 (1.10.0.12.6e1e.202409092026) ... Setting up libosmogsm20:amd64 (1.10.0.12.6e1e.202409092026) ... Setting up libosmoctrl0:amd64 (1.10.0.12.6e1e.202409092026) ... Setting up libosmogb14:amd64 (1.10.0.12.6e1e.202409092026) ... Setting up libosmocoding0:amd64 (1.10.0.12.6e1e.202409092026) ... Setting up libosmosim2:amd64 (1.10.0.12.6e1e.202409092026) ... Setting up libosmocore (1.10.0.12.6e1e.202409092026) ... Processing triggers for libc-bin (2.36-9) ... + configure_osmocom_repo_debian_remove osmocom:nightly + local proj=osmocom:nightly + rm /etc/apt/sources.list.d/osmocom:nightly.list + configure_osmocom_repo_debian osmocom:latest + local proj=osmocom:latest + proj_with_slashes osmocom:latest + echo osmocom:latest + sed s.:.:/.g Configuring Osmocom repository + local obs_repo=downloads.osmocom.org/packages/osmocom:/latest/Debian_12/ + echo Configuring Osmocom repository + [ -e /tmp/Release.key ] + apt-key add /tmp/Release.key Warning: apt-key is deprecated. Manage keyring files in trusted.gpg.d instead (see apt-key(8)). OK + echo deb http://downloads.osmocom.org/packages/osmocom:/latest/Debian_12/ ./ + apt-get update Hit:2 http://deb.debian.org/debian bookworm InRelease Hit:3 http://deb.debian.org/debian bookworm-updates InRelease Hit:4 http://security.debian.org/debian-security bookworm-security InRelease Get:1 https://downloads.osmocom.org/packages/osmocom:/latest/Debian_12 ./ InRelease [1,580 B] Get:5 https://downloads.osmocom.org/packages/osmocom:/latest/Debian_12 ./ Packages [176 kB] Fetched 177 kB in 0s (357 kB/s) Reading package lists... W: http://downloads.osmocom.org/packages/osmocom:/latest/Debian_12/./InRelease: Key is stored in legacy trusted.gpg keyring (/etc/apt/trusted.gpg), see the DEPRECATION section in apt-key(8) for details. + apt-get -y install osmo-mgw + tee /tmp/out Reading package lists... Building dependency tree... Reading state information... Some packages could not be installed. This may mean that you have requested an impossible situation or if you are using the unstable distribution that some required packages have not yet been created or been moved out of Incoming. The following information may help to resolve the situation: The following packages have unmet dependencies: osmocom-nightly : Conflicts: osmocom-latest but 1.0.0 is to be installed E: Unable to correct problems, you have held broken packages. + [ -e /tmp/fail ] + find_patterns_or_exit /tmp/out requested an impossible situation ^The following packages have unmet dependencies: + local file=/tmp/out + local pattern + shift + grep -q requested an impossible situation /tmp/out + continue + grep -q ^The following packages have unmet dependencies: /tmp/out + continue + find_patterns_or_exit /tmp/out Conflicts: osmocom- + local file=/tmp/out + local pattern + shift + grep -q Conflicts: osmocom- /tmp/out + continue + configure_osmocom_repo_debian_remove osmocom:latest + local proj=osmocom:latest + rm /etc/apt/sources.list.d/osmocom:latest.list + configure_osmocom_repo_debian osmocom:nightly + local proj=osmocom:nightly + proj_with_slashes osmocom:nightly + echo osmocom:nightly + sed s.:.:/.g Configuring Osmocom repository + local obs_repo=downloads.osmocom.org/packages/osmocom:/nightly/Debian_12/ + echo Configuring Osmocom repository + [ -e /tmp/Release.key ] + apt-key add /tmp/Release.key Warning: apt-key is deprecated. Manage keyring files in trusted.gpg.d instead (see apt-key(8)). OK + echo deb http://downloads.osmocom.org/packages/osmocom:/nightly/Debian_12/ ./ + apt-get update Hit:2 http://deb.debian.org/debian bookworm InRelease Hit:3 http://security.debian.org/debian-security bookworm-security InRelease Hit:4 http://deb.debian.org/debian bookworm-updates InRelease Get:1 https://downloads.osmocom.org/packages/osmocom:/nightly/Debian_12 ./ InRelease [1,579 B] Get:5 https://downloads.osmocom.org/packages/osmocom:/nightly/Debian_12 ./ Packages [187 kB] Fetched 188 kB in 1s (358 kB/s) Reading package lists... W: http://downloads.osmocom.org/packages/osmocom:/nightly/Debian_12/./InRelease: Key is stored in legacy trusted.gpg keyring (/etc/apt/trusted.gpg), see the DEPRECATION section in apt-key(8) for details. ### Test successful: test_conflict ### ### Running test: install_repo_packages ### Installing all repository packages + set +x + set +x + install_repo_packages + install_repo_packages_debian + local packages + echo Installing all repository packages + aptitude search -F%p ?origin(.*osmocom:nightly.*) ?architecture(native) + sort + packages=abisip-find charon-cmd charon-cmd-dbgsym charon-systemd charon-systemd-dbgsym gapk gapk-dbgsym gtp-echo-responder gtp-echo-responder-dbg libasn1c1 libasn1c-dbg libasn1c-dev libcharon-extauth-plugins libcharon-extauth-plugins-dbgsym libcharon-extra-plugins libcharon-extra-plugins-dbgsym libgtp10 libgtp-dbg libgtp-dev libgtpnl0 libgtpnl-dbg libgtpnl-dev libgtpnl-tools libifd-osmo-remsim-client0 libifd-osmo-remsim-client0-dbgsym liblimesuite23.11-1 liblimesuite23.11-1-dbgsym liblimesuite-dev libosmo-abis libosmoabis13 libosmo-abis-dbg libosmo-abis-dev libosmocodec4 libosmocodec-doc libosmocoding0 libosmocoding-doc libosmocore libosmocore22 libosmocore-dbg libosmocore-dev libosmocore-doc libosmocore-utils libosmo-csn1-0 libosmo-csn1-dbg libosmo-csn1-dev libosmoctrl0 libosmoctrl-doc libosmodsp0 libosmodsp-dbg libosmodsp-dev libosmodsp-doc libosmo-e1d3 libosmo-e1d3-dbgsym libosmo-e1d-dev libosmo-fl2k0 libosmo-fl2k0-dbgsym libosmo-fl2k-dev libosmogapk0 libosmogapk0-dbgsym libosmogapk-dev libosmogb14 libosmogb-doc libosmo-gprs-gmm0 libosmo-gprs-gmm-dbg libosmo-gprs-gmm-dev libosmo-gprs-llc0 libosmo-gprs-llc-dbg libosmo-gprs-llc-dev libosmo-gprs-rlcmac0 libosmo-gprs-rlcmac-dbg libosmo-gprs-rlcmac-dev libosmo-gprs-sm0 libosmo-gprs-sm-dbg libosmo-gprs-sm-dev libosmo-gprs-sndcp0 libosmo-gprs-sndcp-dbg libosmo-gprs-sndcp-dev libosmogsm20 libosmogsm-doc libosmo-gsup-client0 libosmo-gsup-client-dev libosmo-gtlv1 libosmo-gtlv-dbg libosmo-gtlv-dev libosmo-hnbap0 libosmo-hnbap-dbg libosmo-hnbap-dev libosmoisdn0 libosmoisdn-doc libosmo-mgcp-client14 libosmo-mgcp-client14-dbgsym libosmo-mgcp-client-dev libosmo-mslookup1 libosmo-mslookup-dev libosmonetif11 libosmo-netif-dbg libosmo-netif-dev libosmo-netif-doc libosmo-octoi3 libosmo-octoi3-dbgsym libosmo-octoi-dev libosmo-pfcp libosmo-pfcp0 libosmo-pfcp-dbg libosmo-pfcp-dev libosmo-ranap7 libosmo-ranap-dbg libosmo-ranap-dev libosmo-rspro2 libosmo-rspro2-dbgsym libosmo-rspro-dev libosmo-rua0 libosmo-rua-dbg libosmo-rua-dev libosmo-sabp1 libosmo-sabp-dbg libosmo-sabp-dev libosmo-sbcap2 libosmo-sbcap-dev libosmo-sigtran10 libosmo-sigtran-dbg libosmo-sigtran-dev libosmo-sigtran-doc libosmosim2 libosmosim-doc libosmo-simtrace2-1 libosmo-simtrace2-1-dbgsym libosmo-simtrace2-dev libosmotrau10 libosmousb0 libosmousb-doc libosmovty13 libosmovty-doc librtlsdr0 librtlsdr0-dbgsym librtlsdr-dev libsmpp1 libsmpp34-dbg libsmpp34-dev libsmpp34-utils libstrongswan libstrongswan-dbgsym libstrongswan-extra-plugins libstrongswan-extra-plugins-dbgsym libstrongswan-standard-plugins libstrongswan-standard-plugins-dbgsym libusrp1 libusrp1-dbgsym libusrp-dev libusrp-doc libusrp-firmware libusrp-utils libusrp-utils-dbgsym limesuite limesuite-dbgsym limesuite-images limesuite-images23.11 limesuite-udev neocon neocon-dbgsym open5gs open5gs-amf open5gs-amf-dbgsym open5gs-ausf open5gs-ausf-dbgsym open5gs-bsf open5gs-bsf-dbgsym open5gs-common open5gs-common-dbgsym open5gs-dbg open5gs-hss open5gs-hss-dbgsym open5gs-mme open5gs-mme-dbgsym open5gs-nrf open5gs-nrf-dbgsym open5gs-nssf open5gs-nssf-dbgsym open5gs-pcf open5gs-pcf-dbgsym open5gs-pcrf open5gs-pcrf-dbgsym open5gs-scp open5gs-scp-dbgsym open5gs-sepp open5gs-sepp-dbgsym open5gs-sgwc open5gs-sgwc-dbgsym open5gs-sgwu open5gs-sgwu-dbgsym open5gs-smf open5gs-smf-dbgsym open5gs-udm open5gs-udm-dbgsym open5gs-udr open5gs-udr-dbgsym open5gs-upf open5gs-upf-dbgsym osmo-bsc osmo-bsc-bs11-utils osmo-bsc-dbg osmo-bsc-doc osmo-bsc-ipaccess-utils osmo-bsc-meas-utils osmo-bsc-nat osmo-bsc-nat-dbg osmo-bsc-nat-doc osmo-bts osmo-bts-doc osmo-bts-trx osmo-bts-trx-dbg osmo-bts-virtual osmo-bts-virtual-dbg osmo-cbc osmo-cbc-dbg osmo-cbc-doc osmo-cbc-utils osmocom-bb-layer23 osmocom-bb-layer23-dbgsym osmocom-nightly osmo-diameter2gsup osmo-e1d osmo-e1d-dbgsym osmo-epdg osmo-epdg-dbgsym osmo-epdg-doc osmo-fl2k osmo-fl2k-dbgsym osmo-gbproxy osmo-gbproxy-dbg osmo-gbproxy-doc osmo-ggsn osmo-ggsn-dbg osmo-ggsn-doc osmo-gsm-manuals-dev osmo-gtphub osmo-gtphub-dbg osmo-hlr osmo-hlr-dbg osmo-hlr-doc osmo-hnbgw osmo-hnbgw-dbg osmo-hnbgw-doc osmo-hnodeb osmo-hnodeb-dbg osmo-hnodeb-doc osmo-mgw osmo-mgw-dbgsym osmo-mgw-doc osmo-msc osmo-msc-dbg osmo-msc-doc osmo-mslookup-utils osmo-pcap-client osmo-pcap-client-dbg osmo-pcap-server osmo-pcap-server-dbg osmo-pcu osmo-pcu-dbg osmo-pcu-doc osmo-remsim-apitool osmo-remsim-bankd osmo-remsim-bankd-dbgsym osmo-remsim-client-shell osmo-remsim-client-shell-dbgsym osmo-remsim-client-st2 osmo-remsim-client-st2-dbgsym osmo-remsim-doc osmo-remsim-server osmo-remsim-server-dbgsym osmo-s1gw osmo-sgsn osmo-sgsn-dbg osmo-sgsn-doc osmo-sip-connector osmo-sip-connector-dbg osmo-sip-connector-doc osmo-smlc osmo-smlc-dbg osmo-smlc-doc osmo-stp osmo-stp-dbg osmo-stp-doc osmo-sysmon osmo-sysmon-dbg osmo-trx osmo-trx-dbg osmo-trx-doc osmo-trx-ipc osmo-trx-lms osmo-trx-ms-blade osmo-trx-uhd osmo-trx-usrp1 osmo-uecups osmo-uecups-dbgsym osmo-upf osmo-upf-dbg osmo-upf-doc python3-osmopy-libs python3-osmopy-utils rebar3 rtl-sdr rtl-sdr-dbgsym simtrace2-firmware simtrace2-utils simtrace2-utils-dbgsym soapysdr0.7-module-lms7 soapysdr0.7-module-lms7-dbgsym soapysdr-module-lms7 strongswan strongswan-charon strongswan-charon-dbgsym strongswan-libcharon strongswan-libcharon-dbgsym strongswan-nm strongswan-nm-dbgsym strongswan-pki strongswan-pki-dbgsym strongswan-starter strongswan-starter-dbgsym strongswan-swanctl strongswan-swanctl-dbgsym + filter_packages abisip-find charon-cmd charon-cmd-dbgsym charon-systemd charon-systemd-dbgsym gapk gapk-dbgsym gtp-echo-responder gtp-echo-responder-dbg libasn1c1 libasn1c-dbg libasn1c-dev libcharon-extauth-plugins libcharon-extauth-plugins-dbgsym libcharon-extra-plugins libcharon-extra-plugins-dbgsym libgtp10 libgtp-dbg libgtp-dev libgtpnl0 libgtpnl-dbg libgtpnl-dev libgtpnl-tools libifd-osmo-remsim-client0 libifd-osmo-remsim-client0-dbgsym liblimesuite23.11-1 liblimesuite23.11-1-dbgsym liblimesuite-dev libosmo-abis libosmoabis13 libosmo-abis-dbg libosmo-abis-dev libosmocodec4 libosmocodec-doc libosmocoding0 libosmocoding-doc libosmocore libosmocore22 libosmocore-dbg libosmocore-dev libosmocore-doc libosmocore-utils libosmo-csn1-0 libosmo-csn1-dbg libosmo-csn1-dev libosmoctrl0 libosmoctrl-doc libosmodsp0 libosmodsp-dbg libosmodsp-dev libosmodsp-doc libosmo-e1d3 libosmo-e1d3-dbgsym libosmo-e1d-dev libosmo-fl2k0 libosmo-fl2k0-dbgsym libosmo-fl2k-dev libosmogapk0 libosmogapk0-dbgsym libosmogapk-dev libosmogb14 libosmogb-doc libosmo-gprs-gmm0 libosmo-gprs-gmm-dbg libosmo-gprs-gmm-dev libosmo-gprs-llc0 libosmo-gprs-llc-dbg libosmo-gprs-llc-dev libosmo-gprs-rlcmac0 libosmo-gprs-rlcmac-dbg libosmo-gprs-rlcmac-dev libosmo-gprs-sm0 libosmo-gprs-sm-dbg libosmo-gprs-sm-dev libosmo-gprs-sndcp0 libosmo-gprs-sndcp-dbg libosmo-gprs-sndcp-dev libosmogsm20 libosmogsm-doc libosmo-gsup-client0 libosmo-gsup-client-dev libosmo-gtlv1 libosmo-gtlv-dbg libosmo-gtlv-dev libosmo-hnbap0 libosmo-hnbap-dbg libosmo-hnbap-dev libosmoisdn0 libosmoisdn-doc libosmo-mgcp-client14 libosmo-mgcp-client14-dbgsym libosmo-mgcp-client-dev libosmo-mslookup1 libosmo-mslookup-dev libosmonetif11 libosmo-netif-dbg libosmo-netif-dev libosmo-netif-doc libosmo-octoi3 libosmo-octoi3-dbgsym libosmo-octoi-dev libosmo-pfcp libosmo-pfcp0 libosmo-pfcp-dbg libosmo-pfcp-dev libosmo-ranap7 libosmo-ranap-dbg libosmo-ranap-dev libosmo-rspro2 libosmo-rspro2-dbgsym libosmo-rspro-dev libosmo-rua0 libosmo-rua-dbg libosmo-rua-dev libosmo-sabp1 libosmo-sabp-dbg libosmo-sabp-dev libosmo-sbcap2 libosmo-sbcap-dev libosmo-sigtran10 libosmo-sigtran-dbg libosmo-sigtran-dev libosmo-sigtran-doc libosmosim2 libosmosim-doc libosmo-simtrace2-1 libosmo-simtrace2-1-dbgsym libosmo-simtrace2-dev libosmotrau10 libosmousb0 libosmousb-doc libosmovty13 libosmovty-doc librtlsdr0 librtlsdr0-dbgsym librtlsdr-dev libsmpp1 libsmpp34-dbg libsmpp34-dev libsmpp34-utils libstrongswan libstrongswan-dbgsym libstrongswan-extra-plugins libstrongswan-extra-plugins-dbgsym libstrongswan-standard-plugins libstrongswan-standard-plugins-dbgsym libusrp1 libusrp1-dbgsym libusrp-dev libusrp-doc libusrp-firmware libusrp-utils libusrp-utils-dbgsym limesuite limesuite-dbgsym limesuite-images limesuite-images23.11 limesuite-udev neocon neocon-dbgsym open5gs open5gs-amf open5gs-amf-dbgsym open5gs-ausf open5gs-ausf-dbgsym open5gs-bsf open5gs-bsf-dbgsym open5gs-common open5gs-common-dbgsym open5gs-dbg open5gs-hss open5gs-hss-dbgsym open5gs-mme open5gs-mme-dbgsym open5gs-nrf open5gs-nrf-dbgsym open5gs-nssf open5gs-nssf-dbgsym open5gs-pcf open5gs-pcf-dbgsym open5gs-pcrf open5gs-pcrf-dbgsym open5gs-scp open5gs-scp-dbgsym open5gs-sepp open5gs-sepp-dbgsym open5gs-sgwc open5gs-sgwc-dbgsym open5gs-sgwu open5gs-sgwu-dbgsym open5gs-smf open5gs-smf-dbgsym open5gs-udm open5gs-udm-dbgsym open5gs-udr open5gs-udr-dbgsym open5gs-upf open5gs-upf-dbgsym osmo-bsc osmo-bsc-bs11-utils osmo-bsc-dbg osmo-bsc-doc osmo-bsc-ipaccess-utils osmo-bsc-meas-utils osmo-bsc-nat osmo-bsc-nat-dbg osmo-bsc-nat-doc osmo-bts osmo-bts-doc osmo-bts-trx osmo-bts-trx-dbg osmo-bts-virtual osmo-bts-virtual-dbg osmo-cbc osmo-cbc-dbg osmo-cbc-doc osmo-cbc-utils osmocom-bb-layer23 osmocom-bb-layer23-dbgsym osmocom-nightly osmo-diameter2gsup osmo-e1d osmo-e1d-dbgsym osmo-epdg osmo-epdg-dbgsym osmo-epdg-doc osmo-fl2k osmo-fl2k-dbgsym osmo-gbproxy osmo-gbproxy-dbg osmo-gbproxy-doc osmo-ggsn osmo-ggsn-dbg osmo-ggsn-doc osmo-gsm-manuals-dev osmo-gtphub osmo-gtphub-dbg osmo-hlr osmo-hlr-dbg osmo-hlr-doc osmo-hnbgw osmo-hnbgw-dbg osmo-hnbgw-doc osmo-hnodeb osmo-hnodeb-dbg osmo-hnodeb-doc osmo-mgw osmo-mgw-dbgsym osmo-mgw-doc osmo-msc osmo-msc-dbg osmo-msc-doc osmo-mslookup-utils osmo-pcap-client osmo-pcap-client-dbg osmo-pcap-server osmo-pcap-server-dbg osmo-pcu osmo-pcu-dbg osmo-pcu-doc osmo-remsim-apitool osmo-remsim-bankd osmo-remsim-bankd-dbgsym osmo-remsim-client-shell osmo-remsim-client-shell-dbgsym osmo-remsim-client-st2 osmo-remsim-client-st2-dbgsym osmo-remsim-doc osmo-remsim-server osmo-remsim-server-dbgsym osmo-s1gw osmo-sgsn osmo-sgsn-dbg osmo-sgsn-doc osmo-sip-connector osmo-sip-connector-dbg osmo-sip-connector-doc osmo-smlc osmo-smlc-dbg osmo-smlc-doc osmo-stp osmo-stp-dbg osmo-stp-doc osmo-sysmon osmo-sysmon-dbg osmo-trx osmo-trx-dbg osmo-trx-doc osmo-trx-ipc osmo-trx-lms osmo-trx-ms-blade osmo-trx-uhd osmo-trx-usrp1 osmo-uecups osmo-uecups-dbgsym osmo-upf osmo-upf-dbg osmo-upf-doc python3-osmopy-libs python3-osmopy-utils rebar3 rtl-sdr rtl-sdr-dbgsym simtrace2-firmware simtrace2-utils simtrace2-utils-dbgsym soapysdr0.7-module-lms7 soapysdr0.7-module-lms7-dbgsym soapysdr-module-lms7 strongswan strongswan-charon strongswan-charon-dbgsym strongswan-libcharon strongswan-libcharon-dbgsym strongswan-nm strongswan-nm-dbgsym strongswan-pki strongswan-pki-dbgsym strongswan-starter strongswan-starter-dbgsym strongswan-swanctl strongswan-swanctl-dbgsym + echo abisip-find + echo charon-cmd + echo charon-cmd-dbgsym + echo charon-systemd + echo charon-systemd-dbgsym + echo gapk + echo gapk-dbgsym + echo gtp-echo-responder + echo gtp-echo-responder-dbg + echo libasn1c1 + echo libasn1c-dbg + echo libasn1c-dev + echo libcharon-extauth-plugins + echo libcharon-extauth-plugins-dbgsym + echo libcharon-extra-plugins + echo libcharon-extra-plugins-dbgsym + echo libgtp10 + echo libgtp-dbg + echo libgtp-dev + echo libgtpnl0 + echo libgtpnl-dbg + echo libgtpnl-dev + echo libgtpnl-tools + echo libifd-osmo-remsim-client0 + echo libifd-osmo-remsim-client0-dbgsym + echo libosmo-abis + echo libosmoabis13 + echo libosmo-abis-dbg + echo libosmo-abis-dev + echo libosmocodec4 + echo libosmocodec-doc + echo libosmocoding0 + echo libosmocoding-doc + echo libosmocore + echo libosmocore22 + echo libosmocore-dbg + echo libosmocore-dev + echo libosmocore-doc + echo libosmocore-utils + echo libosmo-csn1-0 + echo libosmo-csn1-dbg + echo libosmo-csn1-dev + echo libosmoctrl0 + echo libosmoctrl-doc + echo libosmodsp0 + echo libosmodsp-dbg + echo libosmodsp-dev + echo libosmodsp-doc + echo libosmo-e1d3 + echo libosmo-e1d3-dbgsym + echo libosmo-e1d-dev + echo libosmo-fl2k0 + echo libosmo-fl2k0-dbgsym + echo libosmo-fl2k-dev + echo libosmogapk0 + echo libosmogapk0-dbgsym + echo libosmogapk-dev + echo libosmogb14 + echo libosmogb-doc + echo libosmo-gprs-gmm0 + echo libosmo-gprs-gmm-dbg + echo libosmo-gprs-gmm-dev + echo libosmo-gprs-llc0 + echo libosmo-gprs-llc-dbg + echo libosmo-gprs-llc-dev + echo libosmo-gprs-rlcmac0 + echo libosmo-gprs-rlcmac-dbg + echo libosmo-gprs-rlcmac-dev + echo libosmo-gprs-sm0 + echo libosmo-gprs-sm-dbg + echo libosmo-gprs-sm-dev + echo libosmo-gprs-sndcp0 + echo libosmo-gprs-sndcp-dbg + echo libosmo-gprs-sndcp-dev + echo libosmogsm20 + echo libosmogsm-doc + echo libosmo-gsup-client0 + echo libosmo-gsup-client-dev + echo libosmo-gtlv1 + echo libosmo-gtlv-dbg + echo libosmo-gtlv-dev + echo libosmo-hnbap0 + echo libosmo-hnbap-dbg + echo libosmo-hnbap-dev + echo libosmoisdn0 + echo libosmoisdn-doc + echo libosmo-mgcp-client14 + echo libosmo-mgcp-client14-dbgsym + echo libosmo-mgcp-client-dev + echo libosmo-mslookup1 + echo libosmo-mslookup-dev + echo libosmonetif11 + echo libosmo-netif-dbg + echo libosmo-netif-dev + echo libosmo-netif-doc + echo libosmo-octoi3 + echo libosmo-octoi3-dbgsym + echo libosmo-octoi-dev + echo libosmo-pfcp + echo libosmo-pfcp0 + echo libosmo-pfcp-dbg + echo libosmo-pfcp-dev + echo libosmo-ranap7 + echo libosmo-ranap-dbg + echo libosmo-ranap-dev + echo libosmo-rspro2 + echo libosmo-rspro2-dbgsym + echo libosmo-rspro-dev + echo libosmo-rua0 + echo libosmo-rua-dbg + echo libosmo-rua-dev + echo libosmo-sabp1 + echo libosmo-sabp-dbg + echo libosmo-sabp-dev + echo libosmo-sbcap2 + echo libosmo-sbcap-dev + echo libosmo-sigtran10 + echo libosmo-sigtran-dbg + echo libosmo-sigtran-dev + echo libosmo-sigtran-doc + echo libosmosim2 + echo libosmosim-doc + echo libosmo-simtrace2-1 + echo libosmo-simtrace2-1-dbgsym + echo libosmo-simtrace2-dev + echo libosmotrau10 + echo libosmousb0 + echo libosmousb-doc + echo libosmovty13 + echo libosmovty-doc + echo librtlsdr0 + echo librtlsdr-dev + echo libsmpp1 + echo libsmpp34-dbg + echo libsmpp34-dev + echo libsmpp34-utils + echo libstrongswan + echo libstrongswan-dbgsym + echo libstrongswan-extra-plugins + echo libstrongswan-extra-plugins-dbgsym + echo libstrongswan-standard-plugins + echo libstrongswan-standard-plugins-dbgsym + echo libusrp1 + echo libusrp1-dbgsym + echo libusrp-dev + echo libusrp-doc + echo libusrp-firmware + echo libusrp-utils + echo libusrp-utils-dbgsym + echo neocon + echo neocon-dbgsym + echo osmo-bsc + echo osmo-bsc-bs11-utils + echo osmo-bsc-dbg + echo osmo-bsc-doc + echo osmo-bsc-ipaccess-utils + echo osmo-bsc-meas-utils + echo osmo-bsc-nat + echo osmo-bsc-nat-dbg + echo osmo-bsc-nat-doc + echo osmo-bts + echo osmo-bts-doc + echo osmo-bts-trx + echo osmo-bts-trx-dbg + echo osmo-bts-virtual + echo osmo-bts-virtual-dbg + echo osmo-cbc + echo osmo-cbc-dbg + echo osmo-cbc-doc + echo osmo-cbc-utils + echo osmocom-bb-layer23 + echo osmocom-bb-layer23-dbgsym + echo osmocom-nightly + echo osmo-diameter2gsup + echo osmo-e1d + echo osmo-e1d-dbgsym + echo osmo-epdg + echo osmo-epdg-dbgsym + echo osmo-epdg-doc + echo osmo-fl2k + echo osmo-fl2k-dbgsym + echo osmo-gbproxy + echo osmo-gbproxy-dbg + echo osmo-gbproxy-doc + echo osmo-ggsn + echo osmo-ggsn-dbg + echo osmo-ggsn-doc + echo osmo-gsm-manuals-dev + echo osmo-gtphub + echo osmo-gtphub-dbg + echo osmo-hlr + echo osmo-hlr-dbg + echo osmo-hlr-doc + echo osmo-hnbgw + echo osmo-hnbgw-dbg + echo osmo-hnbgw-doc + echo osmo-hnodeb + echo osmo-hnodeb-dbg + echo osmo-hnodeb-doc + echo osmo-mgw + echo osmo-mgw-dbgsym + echo osmo-mgw-doc + echo osmo-msc + echo osmo-msc-dbg + echo osmo-msc-doc + echo osmo-mslookup-utils + echo osmo-pcap-client + echo osmo-pcap-client-dbg + echo osmo-pcap-server + echo osmo-pcap-server-dbg + echo osmo-pcu + echo osmo-pcu-dbg + echo osmo-pcu-doc + echo osmo-remsim-apitool + echo osmo-remsim-bankd + echo osmo-remsim-bankd-dbgsym + echo osmo-remsim-client-shell + echo osmo-remsim-client-shell-dbgsym + echo osmo-remsim-client-st2 + echo osmo-remsim-client-st2-dbgsym + echo osmo-remsim-doc + echo osmo-remsim-server + echo osmo-remsim-server-dbgsym + echo osmo-s1gw + echo osmo-sgsn + echo osmo-sgsn-dbg + echo osmo-sgsn-doc + echo osmo-sip-connector + echo osmo-sip-connector-dbg + echo osmo-sip-connector-doc + echo osmo-smlc + echo osmo-smlc-dbg + echo osmo-smlc-doc + echo osmo-stp + echo osmo-stp-dbg + echo osmo-stp-doc + echo osmo-sysmon + echo osmo-sysmon-dbg + echo osmo-trx + echo osmo-trx-dbg + echo osmo-trx-doc + echo osmo-trx-ipc + echo osmo-trx-lms + echo osmo-trx-ms-blade + echo osmo-trx-uhd + echo osmo-trx-usrp1 + echo osmo-uecups + echo osmo-uecups-dbgsym + echo osmo-upf + echo osmo-upf-dbg + echo osmo-upf-doc + echo python3-osmopy-libs + echo python3-osmopy-utils + echo rebar3 + echo rtl-sdr + echo simtrace2-firmware + echo simtrace2-utils + echo simtrace2-utils-dbgsym + echo strongswan + echo strongswan-charon + echo strongswan-charon-dbgsym + echo strongswan-libcharon + echo strongswan-libcharon-dbgsym + echo strongswan-nm + echo strongswan-nm-dbgsym + echo strongswan-pki + echo strongswan-pki-dbgsym + echo strongswan-starter + echo strongswan-starter-dbgsym + echo strongswan-swanctl + echo strongswan-swanctl-dbgsym + packages=abisip-find charon-cmd charon-cmd-dbgsym charon-systemd charon-systemd-dbgsym gapk gapk-dbgsym gtp-echo-responder gtp-echo-responder-dbg libasn1c1 libasn1c-dbg libasn1c-dev libcharon-extauth-plugins libcharon-extauth-plugins-dbgsym libcharon-extra-plugins libcharon-extra-plugins-dbgsym libgtp10 libgtp-dbg libgtp-dev libgtpnl0 libgtpnl-dbg libgtpnl-dev libgtpnl-tools libifd-osmo-remsim-client0 libifd-osmo-remsim-client0-dbgsym libosmo-abis libosmoabis13 libosmo-abis-dbg libosmo-abis-dev libosmocodec4 libosmocodec-doc libosmocoding0 libosmocoding-doc libosmocore libosmocore22 libosmocore-dbg libosmocore-dev libosmocore-doc libosmocore-utils libosmo-csn1-0 libosmo-csn1-dbg libosmo-csn1-dev libosmoctrl0 libosmoctrl-doc libosmodsp0 libosmodsp-dbg libosmodsp-dev libosmodsp-doc libosmo-e1d3 libosmo-e1d3-dbgsym libosmo-e1d-dev libosmo-fl2k0 libosmo-fl2k0-dbgsym libosmo-fl2k-dev libosmogapk0 libosmogapk0-dbgsym libosmogapk-dev libosmogb14 libosmogb-doc libosmo-gprs-gmm0 libosmo-gprs-gmm-dbg libosmo-gprs-gmm-dev libosmo-gprs-llc0 libosmo-gprs-llc-dbg libosmo-gprs-llc-dev libosmo-gprs-rlcmac0 libosmo-gprs-rlcmac-dbg libosmo-gprs-rlcmac-dev libosmo-gprs-sm0 libosmo-gprs-sm-dbg libosmo-gprs-sm-dev libosmo-gprs-sndcp0 libosmo-gprs-sndcp-dbg libosmo-gprs-sndcp-dev libosmogsm20 libosmogsm-doc libosmo-gsup-client0 libosmo-gsup-client-dev libosmo-gtlv1 libosmo-gtlv-dbg libosmo-gtlv-dev libosmo-hnbap0 libosmo-hnbap-dbg libosmo-hnbap-dev libosmoisdn0 libosmoisdn-doc libosmo-mgcp-client14 libosmo-mgcp-client14-dbgsym libosmo-mgcp-client-dev libosmo-mslookup1 libosmo-mslookup-dev libosmonetif11 libosmo-netif-dbg libosmo-netif-dev libosmo-netif-doc libosmo-octoi3 libosmo-octoi3-dbgsym libosmo-octoi-dev libosmo-pfcp libosmo-pfcp0 libosmo-pfcp-dbg libosmo-pfcp-dev libosmo-ranap7 libosmo-ranap-dbg libosmo-ranap-dev libosmo-rspro2 libosmo-rspro2-dbgsym libosmo-rspro-dev libosmo-rua0 libosmo-rua-dbg libosmo-rua-dev libosmo-sabp1 libosmo-sabp-dbg libosmo-sabp-dev libosmo-sbcap2 libosmo-sbcap-dev libosmo-sigtran10 libosmo-sigtran-dbg libosmo-sigtran-dev libosmo-sigtran-doc libosmosim2 libosmosim-doc libosmo-simtrace2-1 libosmo-simtrace2-1-dbgsym libosmo-simtrace2-dev libosmotrau10 libosmousb0 libosmousb-doc libosmovty13 libosmovty-doc librtlsdr0 librtlsdr-dev libsmpp1 libsmpp34-dbg libsmpp34-dev libsmpp34-utils libstrongswan libstrongswan-dbgsym libstrongswan-extra-plugins libstrongswan-extra-plugins-dbgsym libstrongswan-standard-plugins libstrongswan-standard-plugins-dbgsym libusrp1 libusrp1-dbgsym libusrp-dev libusrp-doc libusrp-firmware libusrp-utils libusrp-utils-dbgsym neocon neocon-dbgsym osmo-bsc osmo-bsc-bs11-utils osmo-bsc-dbg osmo-bsc-doc osmo-bsc-ipaccess-utils osmo-bsc-meas-utils osmo-bsc-nat osmo-bsc-nat-dbg osmo-bsc-nat-doc osmo-bts osmo-bts-doc osmo-bts-trx osmo-bts-trx-dbg osmo-bts-virtual osmo-bts-virtual-dbg osmo-cbc osmo-cbc-dbg osmo-cbc-doc osmo-cbc-utils osmocom-bb-layer23 osmocom-bb-layer23-dbgsym osmocom-nightly osmo-diameter2gsup osmo-e1d osmo-e1d-dbgsym osmo-epdg osmo-epdg-dbgsym osmo-epdg-doc osmo-fl2k osmo-fl2k-dbgsym osmo-gbproxy osmo-gbproxy-dbg osmo-gbproxy-doc osmo-ggsn osmo-ggsn-dbg osmo-ggsn-doc osmo-gsm-manuals-dev osmo-gtphub osmo-gtphub-dbg osmo-hlr osmo-hlr-dbg osmo-hlr-doc osmo-hnbgw osmo-hnbgw-dbg osmo-hnbgw-doc osmo-hnodeb osmo-hnodeb-dbg osmo-hnodeb-doc osmo-mgw osmo-mgw-dbgsym osmo-mgw-doc osmo-msc osmo-msc-dbg osmo-msc-doc osmo-mslookup-utils osmo-pcap-client osmo-pcap-client-dbg osmo-pcap-server osmo-pcap-server-dbg osmo-pcu osmo-pcu-dbg osmo-pcu-doc osmo-remsim-apitool osmo-remsim-bankd osmo-remsim-bankd-dbgsym osmo-remsim-client-shell osmo-remsim-client-shell-dbgsym osmo-remsim-client-st2 osmo-remsim-client-st2-dbgsym osmo-remsim-doc osmo-remsim-server osmo-remsim-server-dbgsym osmo-s1gw osmo-sgsn osmo-sgsn-dbg osmo-sgsn-doc osmo-sip-connector osmo-sip-connector-dbg osmo-sip-connector-doc osmo-smlc osmo-smlc-dbg osmo-smlc-doc osmo-stp osmo-stp-dbg osmo-stp-doc osmo-sysmon osmo-sysmon-dbg osmo-trx osmo-trx-dbg osmo-trx-doc osmo-trx-ipc osmo-trx-lms osmo-trx-ms-blade osmo-trx-uhd osmo-trx-usrp1 osmo-uecups osmo-uecups-dbgsym osmo-upf osmo-upf-dbg osmo-upf-doc python3-osmopy-libs python3-osmopy-utils rebar3 rtl-sdr simtrace2-firmware simtrace2-utils simtrace2-utils-dbgsym strongswan strongswan-charon strongswan-charon-dbgsym strongswan-libcharon strongswan-libcharon-dbgsym strongswan-nm strongswan-nm-dbgsym strongswan-pki strongswan-pki-dbgsym strongswan-starter strongswan-starter-dbgsym strongswan-swanctl strongswan-swanctl-dbgsym + apt-get install -y --no-install-recommends -- abisip-find charon-cmd charon-cmd-dbgsym charon-systemd charon-systemd-dbgsym gapk gapk-dbgsym gtp-echo-responder gtp-echo-responder-dbg libasn1c1 libasn1c-dbg libasn1c-dev libcharon-extauth-plugins libcharon-extauth-plugins-dbgsym libcharon-extra-plugins libcharon-extra-plugins-dbgsym libgtp10 libgtp-dbg libgtp-dev libgtpnl0 libgtpnl-dbg libgtpnl-dev libgtpnl-tools libifd-osmo-remsim-client0 libifd-osmo-remsim-client0-dbgsym libosmo-abis libosmoabis13 libosmo-abis-dbg libosmo-abis-dev libosmocodec4 libosmocodec-doc libosmocoding0 libosmocoding-doc libosmocore libosmocore22 libosmocore-dbg libosmocore-dev libosmocore-doc libosmocore-utils libosmo-csn1-0 libosmo-csn1-dbg libosmo-csn1-dev libosmoctrl0 libosmoctrl-doc libosmodsp0 libosmodsp-dbg libosmodsp-dev libosmodsp-doc libosmo-e1d3 libosmo-e1d3-dbgsym libosmo-e1d-dev libosmo-fl2k0 libosmo-fl2k0-dbgsym libosmo-fl2k-dev libosmogapk0 libosmogapk0-dbgsym libosmogapk-dev libosmogb14 libosmogb-doc libosmo-gprs-gmm0 libosmo-gprs-gmm-dbg libosmo-gprs-gmm-dev libosmo-gprs-llc0 libosmo-gprs-llc-dbg libosmo-gprs-llc-dev libosmo-gprs-rlcmac0 libosmo-gprs-rlcmac-dbg libosmo-gprs-rlcmac-dev libosmo-gprs-sm0 libosmo-gprs-sm-dbg libosmo-gprs-sm-dev libosmo-gprs-sndcp0 libosmo-gprs-sndcp-dbg libosmo-gprs-sndcp-dev libosmogsm20 libosmogsm-doc libosmo-gsup-client0 libosmo-gsup-client-dev libosmo-gtlv1 libosmo-gtlv-dbg libosmo-gtlv-dev libosmo-hnbap0 libosmo-hnbap-dbg libosmo-hnbap-dev libosmoisdn0 libosmoisdn-doc libosmo-mgcp-client14 libosmo-mgcp-client14-dbgsym libosmo-mgcp-client-dev libosmo-mslookup1 libosmo-mslookup-dev libosmonetif11 libosmo-netif-dbg libosmo-netif-dev libosmo-netif-doc libosmo-octoi3 libosmo-octoi3-dbgsym libosmo-octoi-dev libosmo-pfcp libosmo-pfcp0 libosmo-pfcp-dbg libosmo-pfcp-dev libosmo-ranap7 libosmo-ranap-dbg libosmo-ranap-dev libosmo-rspro2 libosmo-rspro2-dbgsym libosmo-rspro-dev libosmo-rua0 libosmo-rua-dbg libosmo-rua-dev libosmo-sabp1 libosmo-sabp-dbg libosmo-sabp-dev libosmo-sbcap2 libosmo-sbcap-dev libosmo-sigtran10 libosmo-sigtran-dbg libosmo-sigtran-dev libosmo-sigtran-doc libosmosim2 libosmosim-doc libosmo-simtrace2-1 libosmo-simtrace2-1-dbgsym libosmo-simtrace2-dev libosmotrau10 libosmousb0 libosmousb-doc libosmovty13 libosmovty-doc librtlsdr0 librtlsdr-dev libsmpp1 libsmpp34-dbg libsmpp34-dev libsmpp34-utils libstrongswan libstrongswan-dbgsym libstrongswan-extra-plugins libstrongswan-extra-plugins-dbgsym libstrongswan-standard-plugins libstrongswan-standard-plugins-dbgsym libusrp1 libusrp1-dbgsym libusrp-dev libusrp-doc libusrp-firmware libusrp-utils libusrp-utils-dbgsym neocon neocon-dbgsym osmo-bsc osmo-bsc-bs11-utils osmo-bsc-dbg osmo-bsc-doc osmo-bsc-ipaccess-utils osmo-bsc-meas-utils osmo-bsc-nat osmo-bsc-nat-dbg osmo-bsc-nat-doc osmo-bts osmo-bts-doc osmo-bts-trx osmo-bts-trx-dbg osmo-bts-virtual osmo-bts-virtual-dbg osmo-cbc osmo-cbc-dbg osmo-cbc-doc osmo-cbc-utils osmocom-bb-layer23 osmocom-bb-layer23-dbgsym osmocom-nightly osmo-diameter2gsup osmo-e1d osmo-e1d-dbgsym osmo-epdg osmo-epdg-dbgsym osmo-epdg-doc osmo-fl2k osmo-fl2k-dbgsym osmo-gbproxy osmo-gbproxy-dbg osmo-gbproxy-doc osmo-ggsn osmo-ggsn-dbg osmo-ggsn-doc osmo-gsm-manuals-dev osmo-gtphub osmo-gtphub-dbg osmo-hlr osmo-hlr-dbg osmo-hlr-doc osmo-hnbgw osmo-hnbgw-dbg osmo-hnbgw-doc osmo-hnodeb osmo-hnodeb-dbg osmo-hnodeb-doc osmo-mgw osmo-mgw-dbgsym osmo-mgw-doc osmo-msc osmo-msc-dbg osmo-msc-doc osmo-mslookup-utils osmo-pcap-client osmo-pcap-client-dbg osmo-pcap-server osmo-pcap-server-dbg osmo-pcu osmo-pcu-dbg osmo-pcu-doc osmo-remsim-apitool osmo-remsim-bankd osmo-remsim-bankd-dbgsym osmo-remsim-client-shell osmo-remsim-client-shell-dbgsym osmo-remsim-client-st2 osmo-remsim-client-st2-dbgsym osmo-remsim-doc osmo-remsim-server osmo-remsim-server-dbgsym osmo-s1gw osmo-sgsn osmo-sgsn-dbg osmo-sgsn-doc osmo-sip-connector osmo-sip-connector-dbg osmo-sip-connector-doc osmo-smlc osmo-smlc-dbg osmo-smlc-doc osmo-stp osmo-stp-dbg osmo-stp-doc osmo-sysmon osmo-sysmon-dbg osmo-trx osmo-trx-dbg osmo-trx-doc osmo-trx-ipc osmo-trx-lms osmo-trx-ms-blade osmo-trx-uhd osmo-trx-usrp1 osmo-uecups osmo-uecups-dbgsym osmo-upf osmo-upf-dbg osmo-upf-doc python3-osmopy-libs python3-osmopy-utils rebar3 rtl-sdr simtrace2-firmware simtrace2-utils simtrace2-utils-dbgsym strongswan strongswan-charon strongswan-charon-dbgsym strongswan-libcharon strongswan-libcharon-dbgsym strongswan-nm strongswan-nm-dbgsym strongswan-pki strongswan-pki-dbgsym strongswan-starter strongswan-starter-dbgsym strongswan-swanctl strongswan-swanctl-dbgsym Reading package lists... Building dependency tree... Reading state information... libosmocodec4 is already the newest version (1.10.0.12.6e1e.202409092026). libosmocodec4 set to manually installed. libosmocoding0 is already the newest version (1.10.0.12.6e1e.202409092026). libosmocoding0 set to manually installed. libosmocore is already the newest version (1.10.0.12.6e1e.202409092026). libosmocore22 is already the newest version (1.10.0.12.6e1e.202409092026). libosmocore22 set to manually installed. libosmoctrl0 is already the newest version (1.10.0.12.6e1e.202409092026). libosmoctrl0 set to manually installed. libosmogb14 is already the newest version (1.10.0.12.6e1e.202409092026). libosmogb14 set to manually installed. libosmogsm20 is already the newest version (1.10.0.12.6e1e.202409092026). libosmogsm20 set to manually installed. libosmoisdn0 is already the newest version (1.10.0.12.6e1e.202409092026). libosmoisdn0 set to manually installed. libosmosim2 is already the newest version (1.10.0.12.6e1e.202409092026). libosmosim2 set to manually installed. libosmousb0 is already the newest version (1.10.0.12.6e1e.202409092026). libosmousb0 set to manually installed. libosmovty13 is already the newest version (1.10.0.12.6e1e.202409092026). libosmovty13 set to manually installed. osmocom-nightly is already the newest version (202409092026). osmocom-nightly set to manually installed. Some packages could not be installed. This may mean that you have requested an impossible situation or if you are using the unstable distribution that some required packages have not yet been created or been moved out of Incoming. The following information may help to resolve the situation: The following packages have unmet dependencies: osmo-gtphub : Depends: osmocom-nightly (= 202409082026) but 202409092026 is to be installed osmo-gtphub-dbg : Depends: osmocom-nightly (= 202409082026) but 202409092026 is to be installed osmo-sgsn : Depends: osmocom-nightly (= 202409082026) but 202409092026 is to be installed osmo-sgsn-dbg : Depends: osmocom-nightly (= 202409082026) but 202409092026 is to be installed osmo-sgsn-doc : Depends: osmocom-nightly (= 202409082026) but 202409092026 is to be installed osmo-smlc : Depends: osmocom-nightly (= 202409082026) but 202409092026 is to be installed osmo-smlc-dbg : Depends: osmocom-nightly (= 202409082026) but 202409092026 is to be installed osmo-smlc-doc : Depends: osmocom-nightly (= 202409082026) but 202409092026 is to be installed E: Unable to correct problems, you have held broken packages. + clean_up_trap + [ -n ] + set +x ### Clean up ### + trap - EXIT INT TERM 0 + clean_up + [ -n ] + [ -e _repo_install_test_data/qemu.pid ] + cat _repo_install_test_data/qemu.pid + kill 94150 + rm -f _repo_install_test_data/temp.qcow2 Build step 'Execute shell' marked build as failure Sending e-mails to: jenkins-notifications@lists.osmocom.org Finished: FAILURE