Started by upstream project "Osmocom-repo-install-debian12" build number 276 originally caused by: Started by timer Running as SYSTEM Building remotely on build4-deb12build-ansible (ttcn3 obs qemu io_uring osmocom-gerrit coverity osmocom-master) in workspace /home/osmocom-build/jenkins/workspace/Osmocom-repo-install-debian12/feed/latest/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/latest/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 2194146d94600aff8dc165b9161f14346d00f878 (origin/master) > git config core.sparsecheckout # timeout=10 > git checkout -f 2194146d94600aff8dc165b9161f14346d00f878 # timeout=10 Commit message: "jobs/osmocom-obs-sync: remove Ubuntu 20.04" > git rev-list --no-walk 2194146d94600aff8dc165b9161f14346d00f878 # timeout=10 [qemu] $ /bin/sh -xe /tmp/jenkins9597201983719948398.sh + export FEED=latest + 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/latest/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=latest + PROJ=osmocom:latest + [ -z ] + TESTS= test_conflict install_repo_packages test_binaries services_check + [ -z ] + PROJ_CONFLICT=osmocom:nightly + 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 (3507868 % 1000) + 22022 + bc + SSH_PORT=22890 + nc -z 127.0.0.1 22890 + echo 22890 + 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:22890-:22 -nodefaults -pidfile _repo_install_test_data/qemu.pid -serial stdio -smp 16 + cat _repo_install_test_data/qemu.pid + local pid=3507905 + seq 1 6 + [ -z 3507905 ] + kill -0 3507905 + TIMEOUT=10s qemu_ssh true + timeout 10s sshpass -p root ssh -p 22890 -o StrictHostKeyChecking=no -o UserKnownHostsFile=/dev/null root@127.0.0.1 -- true + sleep 1 + [ -z 3507905 ] + kill -0 3507905 + TIMEOUT=10s qemu_ssh true + timeout 10s sshpass -p root ssh -p 22890 -o StrictHostKeyChecking=no -o UserKnownHostsFile=/dev/null root@127.0.0.1 -- true Warning: Permanently added '[127.0.0.1]:22890' (ED25519) to the list of known hosts. + return + set +x VM is running! + qemu_run_test_script + cat + qemu_ssh rm -rf /repo-install-test/ + timeout 1m sshpass -p root ssh -p 22890 -o StrictHostKeyChecking=no -o UserKnownHostsFile=/dev/null root@127.0.0.1 -- rm -rf /repo-install-test/ Warning: Permanently added '[127.0.0.1]:22890' (ED25519) to the list of known hosts. + qemu_ssh mkdir /repo-install-test + timeout 1m sshpass -p root ssh -p 22890 -o StrictHostKeyChecking=no -o UserKnownHostsFile=/dev/null root@127.0.0.1 -- mkdir /repo-install-test Warning: Permanently added '[127.0.0.1]:22890' (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 22890 -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]:22890' (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 22890 -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]:22890' (ED25519) to the list of known hosts. + export DISTRO=debian12 + export DOMAIN=downloads.osmocom.org + export FEED=latest + export PROJ=osmocom:latest + export PROJ_CONFLICT=osmocom:nightly + 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 latest ] Checking feed: latest Checking project: osmocom:latest Checking conflicting project: osmocom:nightly + echo Checking feed: latest + [ -n osmocom:latest ] + echo Checking project: osmocom:latest + [ -n osmocom:nightly ] + echo Checking conflicting project: osmocom:nightly + [ -n debian12 ] + echo Linux distribution: debian12 Linux distribution: debian12 Enabled tests: test_conflict install_repo_packages test_binaries services_check + [ -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/main Sources [90.8 kB] Get:5 http://security.debian.org/debian-security bookworm-security/non-free-firmware Sources [796 B] Get:6 http://security.debian.org/debian-security bookworm-security/main amd64 Packages [154 kB] Get:7 http://security.debian.org/debian-security bookworm-security/main Translation-en [94.2 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,168 B] Get:11 http://deb.debian.org/debian bookworm/main Sources [9,489 kB] Get:12 http://deb.debian.org/debian bookworm/main amd64 Packages [8,786 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,208 B] Get:15 http://deb.debian.org/debian bookworm-updates/main Sources [17.4 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 amd64 Packages [12.7 kB] Get:18 http://deb.debian.org/debian bookworm-updates/main Translation-en [13.8 kB] Get:19 http://deb.debian.org/debian bookworm-updates/non-free-firmware amd64 Packages [616 B] Get:20 http://deb.debian.org/debian bookworm-updates/non-free-firmware Translation-en [384 B] Fetched 25.0 MB in 2s (13.1 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 80 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 0s (70.5 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:latest + configure_osmocom_repo_debian osmocom:latest + local proj=osmocom:latest + proj_with_slashes osmocom:latest + echo osmocom:latest + sed s.:.:/.g + local obs_repo=downloads.osmocom.org/packages/osmocom:/latest/Debian_12/ + echo Configuring Osmocom repository Configuring Osmocom repository + [ -e /tmp/Release.key ] + wget -O /tmp/Release.key https://obs.osmocom.org/projects/osmocom:latest/public_key --2024-04-20 02:32:34-- https://obs.osmocom.org/projects/osmocom:latest/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 . 69.3M=0s 2024-04-20 02:32:34 (69.3 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:/latest/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:/latest/Debian_12 ./ InRelease [1,580 B] Get:5 https://downloads.osmocom.org/packages/osmocom:/latest/Debian_12 ./ Packages [144 kB] Fetched 145 kB in 1s (193 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. + 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 ### Running test: test_conflict ### + set +x + 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 libosmocore21 libosmoctrl0 libosmogb14 libosmogsm20 libosmoisdn0 libosmosim2 libosmousb0 libosmovty13 libpcsclite1 libsctp1 libtalloc2 osmocom-latest Suggested packages: pcscd lksctp-tools The following NEW packages will be installed: libosmocodec4 libosmocoding0 libosmocore libosmocore21 libosmoctrl0 libosmogb14 libosmogsm20 libosmoisdn0 libosmosim2 libosmousb0 libosmovty13 libpcsclite1 libsctp1 libtalloc2 osmocom-latest 0 upgraded, 15 newly installed, 0 to remove and 80 not upgraded. Need to get 1,118 kB of archives. After this operation, 2,737 kB of additional disk space will be used. Get:12 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:/latest/Debian_12 ./ osmocom-latest 1.0.0 [1,156 B] Get:2 https://downloads.osmocom.org/packages/osmocom:/latest/Debian_12 ./ libosmocore21 1.9.2 [154 kB] Get:3 https://downloads.osmocom.org/packages/osmocom:/latest/Debian_12 ./ libosmocodec4 1.9.2 [46.0 kB] Get:4 https://downloads.osmocom.org/packages/osmocom:/latest/Debian_12 ./ libosmoisdn0 1.9.2 [60.8 kB] Get:5 https://downloads.osmocom.org/packages/osmocom:/latest/Debian_12 ./ libosmogsm20 1.9.2 [218 kB] Get:6 https://downloads.osmocom.org/packages/osmocom:/latest/Debian_12 ./ libosmocoding0 1.9.2 [65.6 kB] Get:7 https://downloads.osmocom.org/packages/osmocom:/latest/Debian_12 ./ libosmovty13 1.9.2 [98.1 kB] Get:8 https://downloads.osmocom.org/packages/osmocom:/latest/Debian_12 ./ libosmogb14 1.9.2 [172 kB] Get:9 https://downloads.osmocom.org/packages/osmocom:/latest/Debian_12 ./ libosmoctrl0 1.9.2 [54.4 kB] Get:10 https://downloads.osmocom.org/packages/osmocom:/latest/Debian_12 ./ libosmosim2 1.9.2 [58.5 kB] Get:11 https://downloads.osmocom.org/packages/osmocom:/latest/Debian_12 ./ libosmousb0 1.9.2 [45.2 kB] Get:13 https://downloads.osmocom.org/packages/osmocom:/latest/Debian_12 ./ libosmocore 1.9.2 [38.6 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,118 kB in 0s (11.1 MB/s) Selecting previously unselected package osmocom-latest. (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-latest_1.0.0_amd64.deb ... Unpacking osmocom-latest (1.0.0) ... 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 libosmocore21:amd64. Preparing to unpack .../03-libosmocore21_1.9.2_amd64.deb ... Unpacking libosmocore21:amd64 (1.9.2) ... Selecting previously unselected package libosmocodec4:amd64. Preparing to unpack .../04-libosmocodec4_1.9.2_amd64.deb ... Unpacking libosmocodec4:amd64 (1.9.2) ... Selecting previously unselected package libosmoisdn0:amd64. Preparing to unpack .../05-libosmoisdn0_1.9.2_amd64.deb ... Unpacking libosmoisdn0:amd64 (1.9.2) ... Selecting previously unselected package libosmogsm20:amd64. Preparing to unpack .../06-libosmogsm20_1.9.2_amd64.deb ... Unpacking libosmogsm20:amd64 (1.9.2) ... Selecting previously unselected package libosmocoding0:amd64. Preparing to unpack .../07-libosmocoding0_1.9.2_amd64.deb ... Unpacking libosmocoding0:amd64 (1.9.2) ... Selecting previously unselected package libosmovty13:amd64. Preparing to unpack .../08-libosmovty13_1.9.2_amd64.deb ... Unpacking libosmovty13:amd64 (1.9.2) ... Selecting previously unselected package libosmogb14:amd64. Preparing to unpack .../09-libosmogb14_1.9.2_amd64.deb ... Unpacking libosmogb14:amd64 (1.9.2) ... Selecting previously unselected package libosmoctrl0:amd64. Preparing to unpack .../10-libosmoctrl0_1.9.2_amd64.deb ... Unpacking libosmoctrl0:amd64 (1.9.2) ... 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.9.2_amd64.deb ... Unpacking libosmosim2:amd64 (1.9.2) ... Selecting previously unselected package libosmousb0:amd64. Preparing to unpack .../13-libosmousb0_1.9.2_amd64.deb ... Unpacking libosmousb0:amd64 (1.9.2) ... Selecting previously unselected package libosmocore. Preparing to unpack .../14-libosmocore_1.9.2_amd64.deb ... Unpacking libosmocore (1.9.2) ... Setting up osmocom-latest (1.0.0) ... 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 libosmocore21:amd64 (1.9.2) ... Setting up libosmousb0:amd64 (1.9.2) ... Setting up libosmocodec4:amd64 (1.9.2) ... Setting up libosmovty13:amd64 (1.9.2) ... Setting up libosmoisdn0:amd64 (1.9.2) ... Setting up libosmogsm20:amd64 (1.9.2) ... Setting up libosmoctrl0:amd64 (1.9.2) ... Setting up libosmogb14:amd64 (1.9.2) ... Setting up libosmocoding0:amd64 (1.9.2) ... Setting up libosmosim2:amd64 (1.9.2) ... Setting up libosmocore (1.9.2) ... Processing triggers for libc-bin (2.36-9) ... + 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 + local obs_repo=downloads.osmocom.org/packages/osmocom:/nightly/Debian_12/ Configuring Osmocom repository + 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,576 B] Get:5 https://downloads.osmocom.org/packages/osmocom:/nightly/Debian_12 ./ Packages [159 kB] Fetched 161 kB in 1s (281 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. + 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-latest : Conflicts: osmocom-nightly but 202404192026 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: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 + local obs_repo=downloads.osmocom.org/packages/osmocom:/latest/Debian_12/ Configuring Osmocom repository + 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://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:/latest/Debian_12 ./ InRelease [1,580 B] Get:5 https://downloads.osmocom.org/packages/osmocom:/latest/Debian_12 ./ Packages [144 kB] Fetched 145 kB in 1s (228 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. ### 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:latest.*) ?architecture(native) sort + packages=abisip-find eclipse-titan eclipse-titan-dbgsym gtp-echo-responder gtp-echo-responder-dbg libasn1c1 libasn1c-dbg libasn1c-dev libgtp6 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 libosmocore21 libosmocore-dbg libosmocore-dev libosmocore-doc libosmocore-utils libosmoctrl0 libosmoctrl-doc libosmodsp0 libosmodsp-dbg libosmodsp-dev libosmodsp-doc libosmo-e1d1 libosmo-e1d1-dbgsym libosmo-e1d-dev libosmo-fl2k0 libosmo-fl2k0-dbgsym libosmo-fl2k-dev libosmogb14 libosmogb-doc 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-client12 libosmo-mgcp-client12-dbgsym libosmo-mgcp-client-dev libosmo-mslookup1 libosmo-mslookup-dev libosmonetif11 libosmo-netif-dbg libosmo-netif-dev libosmo-netif-doc libosmo-octoi2 libosmo-octoi2-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-sbcap0 libosmo-sbcap-dev libosmo-sccp-dev libosmo-sigtran9 libosmo-sigtran-dbg libosmo-sigtran-dev libosmo-sigtran-doc libosmosim2 libosmosim-doc libosmo-simtrace2-1 libosmo-simtrace2-1-dbgsym libosmo-simtrace2-dev libosmotrau2 libosmousb0 libosmousb-doc libosmovty13 libosmovty-doc librtlsdr0 librtlsdr0-dbgsym librtlsdr-dev libsmpp1 libsmpp34-dbg libsmpp34-dev libsmpp34-utils 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-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-latest osmo-diameter2gsup osmo-e1d osmo-e1d-dbgsym 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-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-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-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 + filter_packages abisip-find eclipse-titan eclipse-titan-dbgsym gtp-echo-responder gtp-echo-responder-dbg libasn1c1 libasn1c-dbg libasn1c-dev libgtp6 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 libosmocore21 libosmocore-dbg libosmocore-dev libosmocore-doc libosmocore-utils libosmoctrl0 libosmoctrl-doc libosmodsp0 libosmodsp-dbg libosmodsp-dev libosmodsp-doc libosmo-e1d1 libosmo-e1d1-dbgsym libosmo-e1d-dev libosmo-fl2k0 libosmo-fl2k0-dbgsym libosmo-fl2k-dev libosmogb14 libosmogb-doc 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-client12 libosmo-mgcp-client12-dbgsym libosmo-mgcp-client-dev libosmo-mslookup1 libosmo-mslookup-dev libosmonetif11 libosmo-netif-dbg libosmo-netif-dev libosmo-netif-doc libosmo-octoi2 libosmo-octoi2-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-sbcap0 libosmo-sbcap-dev libosmo-sccp-dev libosmo-sigtran9 libosmo-sigtran-dbg libosmo-sigtran-dev libosmo-sigtran-doc libosmosim2 libosmosim-doc libosmo-simtrace2-1 libosmo-simtrace2-1-dbgsym libosmo-simtrace2-dev libosmotrau2 libosmousb0 libosmousb-doc libosmovty13 libosmovty-doc librtlsdr0 librtlsdr0-dbgsym librtlsdr-dev libsmpp1 libsmpp34-dbg libsmpp34-dev libsmpp34-utils 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-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-latest osmo-diameter2gsup osmo-e1d osmo-e1d-dbgsym 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-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-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-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 + echo abisip-find + echo eclipse-titan + echo eclipse-titan-dbgsym + echo gtp-echo-responder + echo gtp-echo-responder-dbg + echo libasn1c1 + echo libasn1c-dbg + echo libasn1c-dev + echo libgtp6 + 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 libosmocore21 + echo libosmocore-dbg + echo libosmocore-dev + echo libosmocore-doc + echo libosmocore-utils + echo libosmoctrl0 + echo libosmoctrl-doc + echo libosmodsp0 + echo libosmodsp-dbg + echo libosmodsp-dev + echo libosmodsp-doc + echo libosmo-e1d1 + echo libosmo-e1d1-dbgsym + echo libosmo-e1d-dev + echo libosmo-fl2k0 + echo libosmo-fl2k0-dbgsym + echo libosmo-fl2k-dev + echo libosmogb14 + echo libosmogb-doc + 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-client12 + echo libosmo-mgcp-client12-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-octoi2 + echo libosmo-octoi2-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-sbcap0 + echo libosmo-sbcap-dev + echo libosmo-sccp-dev + echo libosmo-sigtran9 + 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 libosmotrau2 + 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 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-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-latest + echo osmo-diameter2gsup + echo osmo-e1d + echo osmo-e1d-dbgsym + 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-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-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-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 + packages=abisip-find eclipse-titan eclipse-titan-dbgsym gtp-echo-responder gtp-echo-responder-dbg libasn1c1 libasn1c-dbg libasn1c-dev libgtp6 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 libosmocore21 libosmocore-dbg libosmocore-dev libosmocore-doc libosmocore-utils libosmoctrl0 libosmoctrl-doc libosmodsp0 libosmodsp-dbg libosmodsp-dev libosmodsp-doc libosmo-e1d1 libosmo-e1d1-dbgsym libosmo-e1d-dev libosmo-fl2k0 libosmo-fl2k0-dbgsym libosmo-fl2k-dev libosmogb14 libosmogb-doc 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-client12 libosmo-mgcp-client12-dbgsym libosmo-mgcp-client-dev libosmo-mslookup1 libosmo-mslookup-dev libosmonetif11 libosmo-netif-dbg libosmo-netif-dev libosmo-netif-doc libosmo-octoi2 libosmo-octoi2-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-sbcap0 libosmo-sbcap-dev libosmo-sccp-dev libosmo-sigtran9 libosmo-sigtran-dbg libosmo-sigtran-dev libosmo-sigtran-doc libosmosim2 libosmosim-doc libosmo-simtrace2-1 libosmo-simtrace2-1-dbgsym libosmo-simtrace2-dev libosmotrau2 libosmousb0 libosmousb-doc libosmovty13 libosmovty-doc librtlsdr0 librtlsdr-dev libsmpp1 libsmpp34-dbg libsmpp34-dev libsmpp34-utils 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-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-latest osmo-diameter2gsup osmo-e1d osmo-e1d-dbgsym 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-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-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-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 + apt-get install -y --no-install-recommends -- abisip-find eclipse-titan eclipse-titan-dbgsym gtp-echo-responder gtp-echo-responder-dbg libasn1c1 libasn1c-dbg libasn1c-dev libgtp6 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 libosmocore21 libosmocore-dbg libosmocore-dev libosmocore-doc libosmocore-utils libosmoctrl0 libosmoctrl-doc libosmodsp0 libosmodsp-dbg libosmodsp-dev libosmodsp-doc libosmo-e1d1 libosmo-e1d1-dbgsym libosmo-e1d-dev libosmo-fl2k0 libosmo-fl2k0-dbgsym libosmo-fl2k-dev libosmogb14 libosmogb-doc 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-client12 libosmo-mgcp-client12-dbgsym libosmo-mgcp-client-dev libosmo-mslookup1 libosmo-mslookup-dev libosmonetif11 libosmo-netif-dbg libosmo-netif-dev libosmo-netif-doc libosmo-octoi2 libosmo-octoi2-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-sbcap0 libosmo-sbcap-dev libosmo-sccp-dev libosmo-sigtran9 libosmo-sigtran-dbg libosmo-sigtran-dev libosmo-sigtran-doc libosmosim2 libosmosim-doc libosmo-simtrace2-1 libosmo-simtrace2-1-dbgsym libosmo-simtrace2-dev libosmotrau2 libosmousb0 libosmousb-doc libosmovty13 libosmovty-doc librtlsdr0 librtlsdr-dev libsmpp1 libsmpp34-dbg libsmpp34-dev libsmpp34-utils 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-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-latest osmo-diameter2gsup osmo-e1d osmo-e1d-dbgsym 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-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-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-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 Reading package lists... Building dependency tree... Reading state information... libosmocodec4 is already the newest version (1.9.2). libosmocodec4 set to manually installed. libosmocoding0 is already the newest version (1.9.2). libosmocoding0 set to manually installed. libosmocore is already the newest version (1.9.2). libosmocore21 is already the newest version (1.9.2). libosmocore21 set to manually installed. libosmoctrl0 is already the newest version (1.9.2). libosmoctrl0 set to manually installed. libosmogb14 is already the newest version (1.9.2). libosmogb14 set to manually installed. libosmogsm20 is already the newest version (1.9.2). libosmogsm20 set to manually installed. libosmoisdn0 is already the newest version (1.9.2). libosmoisdn0 set to manually installed. libosmosim2 is already the newest version (1.9.2). libosmosim2 set to manually installed. libosmousb0 is already the newest version (1.9.2). libosmousb0 set to manually installed. libosmovty13 is already the newest version (1.9.2). libosmovty13 set to manually installed. osmocom-latest is already the newest version (1.0.0). osmocom-latest set to manually installed. The following additional packages will be installed: adwaita-icon-theme asciidoc asciidoc-base asciidoc-common asciidoc-dblatex at-spi2-common binutils binutils-common binutils-x86-64-linux-gnu bubblewrap cpp cpp-12 dblatex dbus dbus-bin dbus-daemon dbus-session-bus-common dbus-system-bus-common dbus-user-session dconf-gsettings-backend dconf-service docbook-dsssl docbook-utils docbook-xml docbook-xsl docbook5-xml docutils-common erlang-asn1 erlang-base erlang-common-test erlang-crypto erlang-debugger erlang-dev erlang-dialyzer erlang-diameter erlang-edoc erlang-eldap erlang-erl-docgen erlang-et erlang-eunit erlang-ftp erlang-inets erlang-mnesia erlang-nox erlang-observer erlang-odbc erlang-os-mon erlang-parsetools erlang-public-key erlang-reltool erlang-runtime-tools erlang-snmp erlang-ssh erlang-ssl erlang-syntax-tools erlang-tftp erlang-tools erlang-wx erlang-xmerl expect fontconfig fontconfig-config fonts-dejavu-core fonts-gfs-baskerville fonts-gfs-porson fonts-lmodern gcc gcc-12 glib-networking glib-networking-common glib-networking-services graphviz gsettings-desktop-schemas gstreamer1.0-plugins-base gstreamer1.0-plugins-good gtk-update-icon-cache hicolor-icon-theme icu-devtools libaa1 libabsl20220623 libann0 libaom3 libapache-pom-java libasan8 libaspell15 libasyncns0 libatk-bridge2.0-0 libatk1.0-0 libatomic1 libatspi2.0-0 libavahi-client3 libavahi-common-data libavahi-common3 libavc1394-0 libavif15 libbctoolbox1 libbinutils libboost-chrono1.74.0 libboost-filesystem1.74.0 libboost-serialization1.74.0 libboost-thread1.74.0 libbsd-dev libc-ares2 libc-bin libc-dev-bin libc-l10n libc6 libc6-dev libcaca0 libcairo-gobject2 libcairo2 libcc1-0 libcdk5nc6 libcdparanoia0 libcdt5 libcgraph6 libcolord2 libcommons-logging-java libcommons-parent-java libcrypt-dev libcsv3 libctf-nobfd0 libctf0 libcups2 libdatrie1 libdav1d6 libdbd-sqlite3 libdbi1 libdbus-1-3 libdbus-1-dev libdconf1 libde265-0 libdecaf0 libdeflate0 libdrm-amdgpu1 libdrm-common libdrm-intel1 libdrm-nouveau2 libdrm-radeon1 libdrm2 libdv4 libdw1 libedit-dev libegl-mesa0 libegl1 libenchant-2-2 libepoxy0 libevdev2 libfftw3-single3 libflac12 libfontbox-java libfontconfig1 libfontenc1 libfribidi0 libgav1-1 libgbm1 libgcc-12-dev libgd3 libgdk-pixbuf-2.0-0 libgdk-pixbuf2.0-common libgl1 libgl1-mesa-dri libglapi-mesa libgles2 libglu1-mesa libglvnd0 libglx-mesa0 libglx0 libgomp1 libgpm2 libgprofng0 libgraphite2-3 libgssdp-1.6-0 libgstreamer-gl1.0-0 libgstreamer-plugins-bad1.0-0 libgstreamer-plugins-base1.0-0 libgstreamer1.0-0 libgtk-3-0 libgtk-3-common libgts-0.7-5 libgudev-1.0-0 libgupnp-1.6-0 libgupnp-igd-1.0-4 libgvc6 libgvpr2 libharfbuzz-icu0 libharfbuzz0b libheif1 libhunspell-1.7-0 libhyphen0 libice6 libicu-dev libiec61883-0 libimagequant0 libisl23 libitm1 libjack-jackd2-0 libjavascriptcoregtk-4.0-18 libjbig0 libjpeg62-turbo libjs-jquery libjs-jquery-metadata libjs-jquery-tablesorter libkpathsea6 liblab-gamut1 liblcms2-2 liblerc4 liblimesuite23.11-1 libllvm15 liblsan0 libltdl7 libmanette-0.2-0 libmbedcrypto7 libmbedtls14 libmbedx509-1 libmd-dev libmicrohttpd12 libmime-charset-perl libmnl-dev libmp3lame0 libmpc3 libmpfr6 libmpg123-0 libncurses-dev libncurses6 libnice10 libnl-3-200 libnl-route-3-200 libnorm1 libnotify4 libnsl-dev libodbc2 libogg0 libopengl0 libopenjp2-7 liboping0 libopus0 liborc-0.4-0 liborcania2.3 libortp16 libosp5 libostyle1c2 libpango-1.0-0 libpangocairo-1.0-0 libpangoft2-1.0-0 libpaper-utils libpaper1 libpathplan4 libpcap-dev libpcap0.8 libpcap0.8-dev libpciaccess0 libpcre16-3 libpcre2-32-0 libpcre3 libpcre3-dev libpcre32-3 libpcrecpp0v5 libpdfbox-java libpgm-5.3-0 libpixman-1-0 libpkgconf3 libproxy1v5 libptexenc1 libpulse0 libpython3.11 libquadmath0 libraqm0 librav1e0 libraw1394-11 librsvg2-2 librsvg2-bin libsamplerate0 libsctp-dev libsecret-1-0 libsecret-common libsensors-config libsensors5 libsgmls-perl libshout3 libsm6 libsndfile1 libsodium23 libsofia-sip-ua-glib3 libsofia-sip-ua0 libsombok3 libsoup-3.0-0 libsoup-3.0-common libsoup2.4-1 libsoup2.4-common libspeex1 libssl-dev libssl3 libsvtav1enc1 libsynctex2 libtag1v5 libtag1v5-vanilla libtalloc-dev libtcl8.6 libteckit0 libtexlua53-5 libtexluajit2 libthai-data libthai0 libtheora0 libtiff6 libtirpc-dev libtsan2 libtwolame0 libubsan1 libuhd4.3.0 libulfius2.7 libunicode-linebreak-perl libunwind8 libusb-1.0-0-dev libv4l-0 libv4lconvert0 libva-drm2 libva2 libvisual-0.4-0 libvorbis0a libvorbisenc2 libvpx7 libvulkan1 libwavpack1 libwayland-client0 libwayland-cursor0 libwayland-egl1 libwayland-server0 libwebkit2gtk-4.0-37 libwebp7 libwebpdemux2 libwebpmux3 libwoff1 libwpe-1.0-1 libwpebackend-fdo-1.0-1 libwxbase3.2-1 libwxgtk-gl3.2-1 libwxgtk-webview3.2-1 libwxgtk3.2-1 libx11-6 libx11-data libx11-xcb1 libx265-199 libxaw7 libxcb-dri2-0 libxcb-dri3-0 libxcb-glx0 libxcb-present0 libxcb-randr0 libxcb-render0 libxcb-shm0 libxcb-sync1 libxcb-xfixes0 libxcb-xkb1 libxcomposite1 libxcursor1 libxdamage1 libxfixes3 libxi6 libxinerama1 libxkbcommon-x11-0 libxkbcommon0 libxml2 libxml2-dev libxml2-utils libxmu6 libxpm4 libxrandr2 libxrender1 libxshmfence1 libxslt1.1 libxt6 libxtst6 libxxf86vm1 libyder2.0 libyuv0 libz3-4 libzmq5 libzzip-0-13 linux-libc-dev lmodern locales lynx lynx-common make mscgen openjade opensp openssl pcscd pkg-config pkgconf pkgconf-bin preview-latex-style python3-aiohttp python3-aiosignal python3-async-timeout python3-attr python3-automat python3-bcrypt python3-blockdiag python3-cffi-backend python3-constantly python3-cryptography python3-docutils python3-frozenlist python3-funcparserlib python3-hamcrest python3-hyperlink python3-incremental python3-multidict python3-nwdiag python3-openssl python3-pil python3-pyasn1 python3-pyasn1-modules python3-reportlab python3-reportlab-accel python3-roman python3-service-identity python3-treq python3-twisted python3-webcolors python3-yarl python3-zope.interface rpcsvc-proto sgml-base sgml-data sgmlspl t1utils tcl-expect tcl8.6 teckit tex-common texlive texlive-base texlive-bibtex-extra texlive-binaries texlive-extra-utils texlive-fonts-recommended texlive-formats-extra texlive-lang-greek texlive-latex-base texlive-latex-extra texlive-latex-recommended texlive-luatex texlive-pictures texlive-plain-generic texlive-science texlive-xetex tipa x11-common xdg-dbus-proxy xdg-utils xfonts-encodings xfonts-utils xml-core xsltproc Suggested packages: asciidoc-doc source-highlight epubcheck binutils-doc cpp-doc gcc-12-locales cpp-12-doc docbook ghostscript graphicsmagick-imagemagick-compat | imagemagick inkscape latex-cjk-all pdf-viewer texlive-lang-all texlive-lang-cyrillic transfig xindy docbook-dsssl-doc docbook-defguide dbtoepub docbook-xsl-doc-html | docbook-xsl-doc-pdf | docbook-xsl-doc-text | docbook-xsl-doc docbook-xsl-saxon fop libsaxon-java libxalan2-java libxslthl-java xalan docbook-xsl-ns docbook5-defguide erlang erlang-manpages erlang-doc tk8.6 gcc-multilib manpages-dev autoconf automake libtool flex bison gdb gcc-doc gcc-12-multilib gcc-12-doc gsfonts graphviz-doc gvfs aspell glibc-doc libnss-nis libnss-nisplus colord libavalon-framework-java libcommons-logging-java-doc libexcalibur-logkit-java liblog4j1.2-java cups-common libdv-bin oss-compat libenchant-2-voikko libfftw3-bin libfftw3-dev libgd-tools gpm libvisual-0.4-plugins gstreamer1.0-tools icu-doc pcsc-tools jackd2 liblcms2-utils libencode-eucjpascii-perl libencode-hanextra-perl libpod2-base-perl ncurses-doc notification-daemon odbc-postgresql tdsodbc opus-tools pulseaudio libraw1394-doc lm-sensors sgmls-doc sofia-sip-doc speex libssl-doc uhd-host gstreamer1.0-alsa make-doc doc-base python-attr-doc python-cryptography-doc python3-cryptography-vectors docutils-doc fonts-linuxlibertine | ttf-linux-libertine texlive-lang-french python-openssl-doc python3-openssl-dbg python-pil-doc python3-egenix-mxtexttools python-reportlab-doc python3-pampy python3-serial python3-tk python3-wxgtk4.0 sgml-base-doc perlsgml w3-recs tcl-tclreadline debhelper gv | postscript-viewer perl-tk xpdf | pdf-viewer xzdec chktex default-jre-headless dvidvi dvipng fragmaster lacheck latexdiff latexmk purifyeps texlive-fonts-recommended-doc texlive-latex-base-doc wp2latex python3-pygments icc-profiles libfile-which-perl texlive-latex-extra-doc texlive-latex-recommended-doc texlive-pstricks dot2tex prerex texlive-pictures-doc vprerex texlive-science-doc tipa-doc Recommended packages: librsvg2-common xmlto dblatex-doc default-jdk fonts-liberation2 gstreamer1.0-x aspell-en | aspell-dictionary | aspell6a-dictionary at-spi2-core manpages-dev libc-devtools enchant-2 libgdk-pixbuf2.0-bin gstreamer1.0-gl libgtk-3-bin libgts-bin hunspell-en-us | hunspell-dictionary | myspell-dictionary javascript-common limesuite-udev limesuite-images libusb-1.0-doc va-driver-all | va-driver mesa-vulkan-drivers | vulkan-icd xdg-desktop-portal-gtk gstreamer1.0-libav gstreamer1.0-plugins-bad python3-pygments python3-click python3-olefile python3-renderpm erlang git dfu-util dvisvgm ghostscript libfile-homedir-perl liblog-log4perl-perl libyaml-tiny-perl ruby tex-gyre default-jre libspreadsheet-parseexcel-perl tk libfile-mimeinfo-perl libnet-dbus-perl libx11-protocol-perl x11-utils x11-xserver-utils The following NEW packages will be installed: abisip-find adwaita-icon-theme asciidoc asciidoc-base asciidoc-common asciidoc-dblatex at-spi2-common binutils binutils-common binutils-x86-64-linux-gnu bubblewrap cpp cpp-12 dblatex dconf-gsettings-backend dconf-service docbook-dsssl docbook-utils docbook-xml docbook-xsl docbook5-xml docutils-common eclipse-titan eclipse-titan-dbgsym erlang-asn1 erlang-base erlang-common-test erlang-crypto erlang-debugger erlang-dev erlang-dialyzer erlang-diameter erlang-edoc erlang-eldap erlang-erl-docgen erlang-et erlang-eunit erlang-ftp erlang-inets erlang-mnesia erlang-nox erlang-observer erlang-odbc erlang-os-mon erlang-parsetools erlang-public-key erlang-reltool erlang-runtime-tools erlang-snmp erlang-ssh erlang-ssl erlang-syntax-tools erlang-tftp erlang-tools erlang-wx erlang-xmerl expect fontconfig fontconfig-config fonts-dejavu-core fonts-gfs-baskerville fonts-gfs-porson fonts-lmodern gcc gcc-12 glib-networking glib-networking-common glib-networking-services graphviz gsettings-desktop-schemas gstreamer1.0-plugins-base gstreamer1.0-plugins-good gtk-update-icon-cache gtp-echo-responder gtp-echo-responder-dbg hicolor-icon-theme icu-devtools libaa1 libabsl20220623 libann0 libaom3 libapache-pom-java libasan8 libasn1c-dbg libasn1c-dev libasn1c1 libaspell15 libasyncns0 libatk-bridge2.0-0 libatk1.0-0 libatomic1 libatspi2.0-0 libavahi-client3 libavahi-common-data libavahi-common3 libavc1394-0 libavif15 libbctoolbox1 libbinutils libboost-chrono1.74.0 libboost-filesystem1.74.0 libboost-serialization1.74.0 libboost-thread1.74.0 libbsd-dev libc-ares2 libc-dev-bin libc6-dev libcaca0 libcairo-gobject2 libcairo2 libcc1-0 libcdk5nc6 libcdparanoia0 libcdt5 libcgraph6 libcolord2 libcommons-logging-java libcommons-parent-java libcrypt-dev libcsv3 libctf-nobfd0 libctf0 libcups2 libdatrie1 libdav1d6 libdbd-sqlite3 libdbi1 libdbus-1-dev libdconf1 libde265-0 libdecaf0 libdeflate0 libdrm-amdgpu1 libdrm-common libdrm-intel1 libdrm-nouveau2 libdrm-radeon1 libdrm2 libdv4 libdw1 libedit-dev libegl-mesa0 libegl1 libenchant-2-2 libepoxy0 libevdev2 libfftw3-single3 libflac12 libfontbox-java libfontconfig1 libfontenc1 libfribidi0 libgav1-1 libgbm1 libgcc-12-dev libgd3 libgdk-pixbuf-2.0-0 libgdk-pixbuf2.0-common libgl1 libgl1-mesa-dri libglapi-mesa libgles2 libglu1-mesa libglvnd0 libglx-mesa0 libglx0 libgomp1 libgpm2 libgprofng0 libgraphite2-3 libgssdp-1.6-0 libgstreamer-gl1.0-0 libgstreamer-plugins-bad1.0-0 libgstreamer-plugins-base1.0-0 libgstreamer1.0-0 libgtk-3-0 libgtk-3-common libgtp-dbg libgtp-dev libgtp6 libgtpnl-dbg libgtpnl-dev libgtpnl-tools libgtpnl0 libgts-0.7-5 libgudev-1.0-0 libgupnp-1.6-0 libgupnp-igd-1.0-4 libgvc6 libgvpr2 libharfbuzz-icu0 libharfbuzz0b libheif1 libhunspell-1.7-0 libhyphen0 libice6 libicu-dev libiec61883-0 libifd-osmo-remsim-client0 libifd-osmo-remsim-client0-dbgsym libimagequant0 libisl23 libitm1 libjack-jackd2-0 libjavascriptcoregtk-4.0-18 libjbig0 libjpeg62-turbo libjs-jquery libjs-jquery-metadata libjs-jquery-tablesorter libkpathsea6 liblab-gamut1 liblcms2-2 liblerc4 liblimesuite23.11-1 libllvm15 liblsan0 libltdl7 libmanette-0.2-0 libmbedcrypto7 libmbedtls14 libmbedx509-1 libmd-dev libmicrohttpd12 libmime-charset-perl libmnl-dev libmp3lame0 libmpc3 libmpfr6 libmpg123-0 libncurses-dev libncurses6 libnice10 libnl-3-200 libnl-route-3-200 libnorm1 libnotify4 libnsl-dev libodbc2 libogg0 libopengl0 libopenjp2-7 liboping0 libopus0 liborc-0.4-0 liborcania2.3 libortp16 libosmo-abis libosmo-abis-dbg libosmo-abis-dev libosmo-e1d-dev libosmo-e1d1 libosmo-e1d1-dbgsym libosmo-fl2k-dev libosmo-fl2k0 libosmo-fl2k0-dbgsym libosmo-gsup-client-dev libosmo-gsup-client0 libosmo-gtlv-dbg libosmo-gtlv-dev libosmo-gtlv1 libosmo-hnbap-dbg libosmo-hnbap-dev libosmo-hnbap0 libosmo-mgcp-client-dev libosmo-mgcp-client12 libosmo-mgcp-client12-dbgsym libosmo-mslookup-dev libosmo-mslookup1 libosmo-netif-dbg libosmo-netif-dev libosmo-netif-doc libosmo-octoi-dev libosmo-octoi2 libosmo-octoi2-dbgsym libosmo-pfcp libosmo-pfcp-dbg libosmo-pfcp-dev libosmo-pfcp0 libosmo-ranap-dbg libosmo-ranap-dev libosmo-ranap7 libosmo-rspro-dev libosmo-rspro2 libosmo-rspro2-dbgsym libosmo-rua-dbg libosmo-rua-dev libosmo-rua0 libosmo-sabp-dbg libosmo-sabp-dev libosmo-sabp1 libosmo-sbcap-dev libosmo-sbcap0 libosmo-sccp-dev libosmo-sigtran-dbg libosmo-sigtran-dev libosmo-sigtran-doc libosmo-sigtran9 libosmo-simtrace2-1 libosmo-simtrace2-1-dbgsym libosmo-simtrace2-dev libosmoabis13 libosmocodec-doc libosmocoding-doc libosmocore-dbg libosmocore-dev libosmocore-doc libosmocore-utils libosmoctrl-doc libosmodsp-dbg libosmodsp-dev libosmodsp-doc libosmodsp0 libosmogb-doc libosmogsm-doc libosmoisdn-doc libosmonetif11 libosmosim-doc libosmotrau2 libosmousb-doc libosmovty-doc libosp5 libostyle1c2 libpango-1.0-0 libpangocairo-1.0-0 libpangoft2-1.0-0 libpaper-utils libpaper1 libpathplan4 libpcap-dev libpcap0.8 libpcap0.8-dev libpciaccess0 libpcre16-3 libpcre2-32-0 libpcre3 libpcre3-dev libpcre32-3 libpcrecpp0v5 libpdfbox-java libpgm-5.3-0 libpixman-1-0 libpkgconf3 libproxy1v5 libptexenc1 libpulse0 libpython3.11 libquadmath0 libraqm0 librav1e0 libraw1394-11 librsvg2-2 librsvg2-bin librtlsdr-dev librtlsdr0 libsamplerate0 libsctp-dev libsecret-1-0 libsecret-common libsensors-config libsensors5 libsgmls-perl libshout3 libsm6 libsmpp1 libsmpp34-dbg libsmpp34-dev libsmpp34-utils libsndfile1 libsodium23 libsofia-sip-ua-glib3 libsofia-sip-ua0 libsombok3 libsoup-3.0-0 libsoup-3.0-common libsoup2.4-1 libsoup2.4-common libspeex1 libssl-dev libsvtav1enc1 libsynctex2 libtag1v5 libtag1v5-vanilla libtalloc-dev libtcl8.6 libteckit0 libtexlua53-5 libtexluajit2 libthai-data libthai0 libtheora0 libtiff6 libtirpc-dev libtsan2 libtwolame0 libubsan1 libuhd4.3.0 libulfius2.7 libunicode-linebreak-perl libunwind8 libusb-1.0-0-dev libusrp-dev libusrp-doc libusrp-firmware libusrp-utils libusrp-utils-dbgsym libusrp1 libusrp1-dbgsym libv4l-0 libv4lconvert0 libva-drm2 libva2 libvisual-0.4-0 libvorbis0a libvorbisenc2 libvpx7 libvulkan1 libwavpack1 libwayland-client0 libwayland-cursor0 libwayland-egl1 libwayland-server0 libwebkit2gtk-4.0-37 libwebp7 libwebpdemux2 libwebpmux3 libwoff1 libwpe-1.0-1 libwpebackend-fdo-1.0-1 libwxbase3.2-1 libwxgtk-gl3.2-1 libwxgtk-webview3.2-1 libwxgtk3.2-1 libx11-xcb1 libx265-199 libxaw7 libxcb-dri2-0 libxcb-dri3-0 libxcb-glx0 libxcb-present0 libxcb-randr0 libxcb-render0 libxcb-shm0 libxcb-sync1 libxcb-xfixes0 libxcb-xkb1 libxcomposite1 libxcursor1 libxdamage1 libxfixes3 libxi6 libxinerama1 libxkbcommon-x11-0 libxkbcommon0 libxml2-dev libxml2-utils libxmu6 libxpm4 libxrandr2 libxrender1 libxshmfence1 libxslt1.1 libxt6 libxtst6 libxxf86vm1 libyder2.0 libyuv0 libz3-4 libzmq5 libzzip-0-13 linux-libc-dev lmodern lynx lynx-common make mscgen neocon neocon-dbgsym openjade opensp osmo-bsc osmo-bsc-bs11-utils osmo-bsc-dbg osmo-bsc-doc osmo-bsc-ipaccess-utils osmo-bsc-meas-utils 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 osmo-diameter2gsup osmo-e1d osmo-e1d-dbgsym 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-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-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-uhd osmo-trx-usrp1 osmo-uecups osmo-uecups-dbgsym osmo-upf osmo-upf-dbg osmo-upf-doc pcscd pkg-config pkgconf pkgconf-bin preview-latex-style python3-aiohttp python3-aiosignal python3-async-timeout python3-attr python3-automat python3-bcrypt python3-blockdiag python3-cffi-backend python3-constantly python3-cryptography python3-docutils python3-frozenlist python3-funcparserlib python3-hamcrest python3-hyperlink python3-incremental python3-multidict python3-nwdiag python3-openssl python3-osmopy-libs python3-osmopy-utils python3-pil python3-pyasn1 python3-pyasn1-modules python3-reportlab python3-reportlab-accel python3-roman python3-service-identity python3-treq python3-twisted python3-webcolors python3-yarl python3-zope.interface rebar3 rpcsvc-proto rtl-sdr sgml-base sgml-data sgmlspl simtrace2-firmware simtrace2-utils simtrace2-utils-dbgsym t1utils tcl-expect tcl8.6 teckit tex-common texlive texlive-base texlive-bibtex-extra texlive-binaries texlive-extra-utils texlive-fonts-recommended texlive-formats-extra texlive-lang-greek texlive-latex-base texlive-latex-extra texlive-latex-recommended texlive-luatex texlive-pictures texlive-plain-generic texlive-science texlive-xetex tipa x11-common xdg-dbus-proxy xdg-utils xfonts-encodings xfonts-utils xml-core xsltproc The following packages will be upgraded: dbus dbus-bin dbus-daemon dbus-session-bus-common dbus-system-bus-common dbus-user-session libc-bin libc-l10n libc6 libdbus-1-3 libssl3 libx11-6 libx11-data libxml2 locales openssl 16 upgraded, 644 newly installed, 0 to remove and 64 not upgraded. Need to get 747 MB of archives. After this operation, 2,155 MB of additional disk space will be used. Get:7 http://deb.debian.org/debian bookworm/main amd64 libc6 amd64 2.36-9+deb12u4 [2,748 kB] Get:13 http://security.debian.org/debian-security bookworm-security/main amd64 linux-libc-dev amd64 6.1.85-1 [1,968 kB] Get:1 https://downloads.osmocom.org/packages/osmocom:/latest/Debian_12 ./ libosmo-rspro2 1.0.0 [62.8 kB] Get:2 https://downloads.osmocom.org/packages/osmocom:/latest/Debian_12 ./ libosmoabis13 1.5.2 [71.0 kB] Get:3 https://downloads.osmocom.org/packages/osmocom:/latest/Debian_12 ./ libifd-osmo-remsim-client0 1.0.0 [32.1 kB] Get:4 https://downloads.osmocom.org/packages/osmocom:/latest/Debian_12 ./ eclipse-titan 9.0.0-1 [13.8 MB] Get:204 http://security.debian.org/debian-security bookworm-security/main amd64 libjavascriptcoregtk-4.0-18 amd64 2.42.5-1~deb12u1 [7,532 kB] Get:205 http://deb.debian.org/debian bookworm/main amd64 libc-bin amd64 2.36-9+deb12u4 [606 kB] Get:206 http://deb.debian.org/debian bookworm/main amd64 dbus-system-bus-common all 1.14.10-1~deb12u1 [79.3 kB] Get:207 http://deb.debian.org/debian bookworm/main amd64 dbus-session-bus-common all 1.14.10-1~deb12u1 [78.2 kB] Get:208 http://deb.debian.org/debian bookworm/main amd64 dbus-user-session amd64 1.14.10-1~deb12u1 [78.1 kB] Get:209 http://deb.debian.org/debian bookworm/main amd64 dbus-bin amd64 1.14.10-1~deb12u1 [105 kB] Get:210 http://deb.debian.org/debian bookworm/main amd64 dbus amd64 1.14.10-1~deb12u1 [97.4 kB] Get:211 http://deb.debian.org/debian bookworm/main amd64 dbus-daemon amd64 1.14.10-1~deb12u1 [184 kB] Get:212 http://deb.debian.org/debian bookworm/main amd64 libdbus-1-3 amd64 1.14.10-1~deb12u1 [201 kB] Get:213 http://deb.debian.org/debian bookworm/main amd64 pcscd amd64 1.9.9-2 [89.7 kB] Get:214 http://deb.debian.org/debian bookworm/main amd64 sgml-base all 1.31 [15.4 kB] Get:215 http://deb.debian.org/debian bookworm/main amd64 libc-l10n all 2.36-9+deb12u4 [674 kB] Get:216 http://deb.debian.org/debian bookworm/main amd64 locales all 2.36-9+deb12u4 [3,902 kB] Get:217 http://security.debian.org/debian-security bookworm-security/main amd64 libwebkit2gtk-4.0-37 amd64 2.42.5-1~deb12u1 [20.3 MB] Get:5 https://downloads.osmocom.org/packages/osmocom:/latest/Debian_12 ./ eclipse-titan-dbgsym 9.0.0-1 [2,156 kB] Get:6 https://downloads.osmocom.org/packages/osmocom:/latest/Debian_12 ./ gtp-echo-responder 1.11.0 [21.4 kB] Get:8 https://downloads.osmocom.org/packages/osmocom:/latest/Debian_12 ./ libgtp6 1.11.0 [39.1 kB] Get:218 http://deb.debian.org/debian bookworm/main amd64 hicolor-icon-theme all 0.17-2 [11.4 kB] Get:219 http://deb.debian.org/debian bookworm/main amd64 libgdk-pixbuf2.0-common all 2.42.10+dfsg-1 [306 kB] Get:9 https://downloads.osmocom.org/packages/osmocom:/latest/Debian_12 ./ libgtp-dev 1.11.0 [141 kB] Get:10 https://downloads.osmocom.org/packages/osmocom:/latest/Debian_12 ./ libgtpnl0 1.2.5 [7,164 B] Get:11 https://downloads.osmocom.org/packages/osmocom:/latest/Debian_12 ./ libgtpnl-dev 1.2.5 [3,340 B] Get:220 http://deb.debian.org/debian bookworm/main amd64 libjpeg62-turbo amd64 1:2.1.5-2 [166 kB] Get:12 https://downloads.osmocom.org/packages/osmocom:/latest/Debian_12 ./ libifd-osmo-remsim-client0-dbgsym 1.0.0 [60.8 kB] Get:14 https://downloads.osmocom.org/packages/osmocom:/latest/Debian_12 ./ liblimesuite23.11-1 23.11.0 [263 kB] Get:221 http://deb.debian.org/debian bookworm/main amd64 libdeflate0 amd64 1.14-1 [61.4 kB] Get:222 http://deb.debian.org/debian bookworm/main amd64 libjbig0 amd64 2.1-6.1 [31.7 kB] Get:223 http://deb.debian.org/debian bookworm/main amd64 liblerc4 amd64 4.0.0+ds-2 [170 kB] Get:15 https://downloads.osmocom.org/packages/osmocom:/latest/Debian_12 ./ libosmotrau2 1.5.2 [29.0 kB] Get:16 https://downloads.osmocom.org/packages/osmocom:/latest/Debian_12 ./ libosmo-abis 1.5.2 [8,160 B] Get:224 http://deb.debian.org/debian bookworm/main amd64 libwebp7 amd64 1.2.4-0.2+deb12u1 [286 kB] Get:17 https://downloads.osmocom.org/packages/osmocom:/latest/Debian_12 ./ libosmo-abis-dev 1.5.2 [110 kB] Get:18 https://downloads.osmocom.org/packages/osmocom:/latest/Debian_12 ./ libosmo-e1d1 0.6.0 [12.8 kB] Get:225 http://deb.debian.org/debian bookworm/main amd64 libtiff6 amd64 4.5.0-6+deb12u1 [316 kB] Get:19 https://downloads.osmocom.org/packages/osmocom:/latest/Debian_12 ./ libosmo-e1d1-dbgsym 0.6.0 [23.3 kB] Get:20 https://downloads.osmocom.org/packages/osmocom:/latest/Debian_12 ./ libosmo-fl2k0 0.2.0 [10.4 kB] Get:226 http://deb.debian.org/debian bookworm/main amd64 libgdk-pixbuf-2.0-0 amd64 2.42.10+dfsg-1+b1 [139 kB] Get:21 https://downloads.osmocom.org/packages/osmocom:/latest/Debian_12 ./ libosmo-fl2k-dev 0.2.0 [11.6 kB] Get:227 http://deb.debian.org/debian bookworm/main amd64 gtk-update-icon-cache amd64 3.24.38-2~deb12u1 [44.0 kB] Get:22 https://downloads.osmocom.org/packages/osmocom:/latest/Debian_12 ./ libosmo-fl2k0-dbgsym 0.2.0 [19.9 kB] Get:228 http://deb.debian.org/debian bookworm/main amd64 adwaita-icon-theme all 43-1 [5,124 kB] Get:23 https://downloads.osmocom.org/packages/osmocom:/latest/Debian_12 ./ libosmo-gsup-client0 1.7.0 [18.9 kB] Get:24 https://downloads.osmocom.org/packages/osmocom:/latest/Debian_12 ./ libosmocore-dev 1.9.2 [813 kB] Get:25 https://downloads.osmocom.org/packages/osmocom:/latest/Debian_12 ./ libosmo-gsup-client-dev 1.7.0 [22.2 kB] Get:26 https://downloads.osmocom.org/packages/osmocom:/latest/Debian_12 ./ libosmo-gtlv1 0.3.0 [16.2 kB] Get:27 https://downloads.osmocom.org/packages/osmocom:/latest/Debian_12 ./ libosmo-gtlv-dev 0.3.0 [56.3 kB] Get:28 https://downloads.osmocom.org/packages/osmocom:/latest/Debian_12 ./ libosmo-mgcp-client12 1.12.2 [55.8 kB] Get:29 https://downloads.osmocom.org/packages/osmocom:/latest/Debian_12 ./ libosmo-mgcp-client12-dbgsym 1.12.2 [100.0 kB] Get:30 https://downloads.osmocom.org/packages/osmocom:/latest/Debian_12 ./ libosmo-mslookup1 1.7.0 [22.8 kB] Get:31 https://downloads.osmocom.org/packages/osmocom:/latest/Debian_12 ./ libosmo-mslookup-dev 1.7.0 [27.9 kB] Get:32 https://downloads.osmocom.org/packages/osmocom:/latest/Debian_12 ./ libosmonetif11 1.4.0 [49.5 kB] Get:33 https://downloads.osmocom.org/packages/osmocom:/latest/Debian_12 ./ libosmo-netif-dev 1.4.0 [59.7 kB] Get:34 https://downloads.osmocom.org/packages/osmocom:/latest/Debian_12 ./ libosmo-netif-doc 1.4.0 [161 kB] Get:35 https://downloads.osmocom.org/packages/osmocom:/latest/Debian_12 ./ libosmo-octoi2 0.6.0 [30.6 kB] Get:36 https://downloads.osmocom.org/packages/osmocom:/latest/Debian_12 ./ libosmo-octoi2-dbgsym 0.6.0 [92.0 kB] Get:37 https://downloads.osmocom.org/packages/osmocom:/latest/Debian_12 ./ libosmo-pfcp0 0.3.0 [40.1 kB] Get:38 https://downloads.osmocom.org/packages/osmocom:/latest/Debian_12 ./ libosmo-pfcp 0.3.0 [3,464 B] Get:39 https://downloads.osmocom.org/packages/osmocom:/latest/Debian_12 ./ libosmo-pfcp-dev 0.3.0 [165 kB] Get:40 https://downloads.osmocom.org/packages/osmocom:/latest/Debian_12 ./ libosmo-rspro-dev 1.0.0 [68.9 kB] Get:41 https://downloads.osmocom.org/packages/osmocom:/latest/Debian_12 ./ libosmo-rspro2-dbgsym 1.0.0 [222 kB] Get:42 https://downloads.osmocom.org/packages/osmocom:/latest/Debian_12 ./ libosmo-sccp-dev 1.8.1 [87.5 kB] Get:43 https://downloads.osmocom.org/packages/osmocom:/latest/Debian_12 ./ libosmo-sigtran9 1.8.1 [115 kB] Get:44 https://downloads.osmocom.org/packages/osmocom:/latest/Debian_12 ./ libosmo-sigtran-dbg 1.8.1 [411 kB] Get:45 https://downloads.osmocom.org/packages/osmocom:/latest/Debian_12 ./ libosmo-sigtran-dev 1.8.1 [544 kB] Get:46 https://downloads.osmocom.org/packages/osmocom:/latest/Debian_12 ./ libosmo-sigtran-doc 1.8.1 [478 kB] Get:229 http://deb.debian.org/debian bookworm/main amd64 asciidoc-common all 10.2.0-1 [109 kB] Get:230 http://deb.debian.org/debian bookworm/main amd64 xml-core all 0.18+nmu1 [23.8 kB] Get:231 http://deb.debian.org/debian bookworm/main amd64 docbook-xsl all 1.79.2+dfsg-2 [1,237 kB] Get:47 https://downloads.osmocom.org/packages/osmocom:/latest/Debian_12 ./ libosmo-simtrace2-1 0.8.2 [11.8 kB] Get:48 https://downloads.osmocom.org/packages/osmocom:/latest/Debian_12 ./ libosmo-simtrace2-1-dbgsym 0.8.2 [24.6 kB] Get:49 https://downloads.osmocom.org/packages/osmocom:/latest/Debian_12 ./ libosmo-simtrace2-dev 0.8.2 [16.7 kB] Get:50 https://downloads.osmocom.org/packages/osmocom:/latest/Debian_12 ./ libosmocodec-doc 1.9.2 [453 kB] Get:232 http://deb.debian.org/debian bookworm/main amd64 libxml2 amd64 2.9.14+dfsg-1.3~deb12u1 [687 kB] Get:233 http://deb.debian.org/debian bookworm/main amd64 libxml2-utils amd64 2.9.14+dfsg-1.3~deb12u1 [98.9 kB] Get:234 http://deb.debian.org/debian bookworm/main amd64 libxslt1.1 amd64 1.1.35-1 [242 kB] Get:51 https://downloads.osmocom.org/packages/osmocom:/latest/Debian_12 ./ libosmocoding-doc 1.9.2 [508 kB] Get:235 http://deb.debian.org/debian bookworm/main amd64 xsltproc amd64 1.1.35-1 [126 kB] Get:236 http://deb.debian.org/debian bookworm/main amd64 asciidoc-base all 10.2.0-1 [89.5 kB] Get:52 https://downloads.osmocom.org/packages/osmocom:/latest/Debian_12 ./ libosmogsm-doc 1.9.2 [2,185 kB] Get:237 http://deb.debian.org/debian bookworm/main amd64 asciidoc all 10.2.0-1 [10.5 kB] Get:238 http://deb.debian.org/debian bookworm/main amd64 sgml-data all 2.0.11+nmu1 [179 kB] Get:239 http://deb.debian.org/debian bookworm/main amd64 docbook-xml all 4.5-12 [85.2 kB] Get:240 http://deb.debian.org/debian bookworm/main amd64 tex-common all 6.18 [32.5 kB] Get:241 http://deb.debian.org/debian bookworm/main amd64 libpaper1 amd64 1.1.29 [12.5 kB] Get:242 http://deb.debian.org/debian bookworm/main amd64 libpaper-utils amd64 1.1.29 [8,868 B] Get:243 http://deb.debian.org/debian bookworm/main amd64 libkpathsea6 amd64 2022.20220321.62855-5.1+deb12u1 [152 kB] Get:244 http://deb.debian.org/debian bookworm/main amd64 libptexenc1 amd64 2022.20220321.62855-5.1+deb12u1 [43.7 kB] Get:245 http://deb.debian.org/debian bookworm/main amd64 libsynctex2 amd64 2022.20220321.62855-5.1+deb12u1 [59.8 kB] Get:246 http://deb.debian.org/debian bookworm/main amd64 libtexlua53-5 amd64 2022.20220321.62855-5.1+deb12u1 [111 kB] Get:247 http://deb.debian.org/debian bookworm/main amd64 libtexluajit2 amd64 2022.20220321.62855-5.1+deb12u1 [246 kB] Get:53 https://downloads.osmocom.org/packages/osmocom:/latest/Debian_12 ./ libosmoisdn-doc 1.9.2 [337 kB] Get:248 http://deb.debian.org/debian bookworm/main amd64 t1utils amd64 1.41-4 [62.1 kB] Get:54 https://downloads.osmocom.org/packages/osmocom:/latest/Debian_12 ./ libosmovty-doc 1.9.2 [624 kB] Get:249 http://deb.debian.org/debian bookworm/main amd64 fonts-dejavu-core all 2.37-6 [1,068 kB] Get:55 https://downloads.osmocom.org/packages/osmocom:/latest/Debian_12 ./ libosmoctrl-doc 1.9.2 [440 kB] Get:56 https://downloads.osmocom.org/packages/osmocom:/latest/Debian_12 ./ libosmogb-doc 1.9.2 [836 kB] Get:57 https://downloads.osmocom.org/packages/osmocom:/latest/Debian_12 ./ libosmosim-doc 1.9.2 [201 kB] Get:58 https://downloads.osmocom.org/packages/osmocom:/latest/Debian_12 ./ libosmousb-doc 1.9.2 [156 kB] Get:250 http://deb.debian.org/debian bookworm/main amd64 fontconfig-config amd64 2.14.1-4 [315 kB] Get:59 https://downloads.osmocom.org/packages/osmocom:/latest/Debian_12 ./ libosmocore-doc 1.9.2 [970 kB] Get:251 http://deb.debian.org/debian bookworm/main amd64 libfontconfig1 amd64 2.14.1-4 [386 kB] Get:60 https://downloads.osmocom.org/packages/osmocom:/latest/Debian_12 ./ libosmocore-utils 1.9.2 [50.5 kB] Get:61 https://downloads.osmocom.org/packages/osmocom:/latest/Debian_12 ./ libosmodsp0 0.4.0 [10.0 kB] Get:252 http://deb.debian.org/debian bookworm/main amd64 libpixman-1-0 amd64 0.42.2-1 [546 kB] Get:62 https://downloads.osmocom.org/packages/osmocom:/latest/Debian_12 ./ libosmodsp-dev 0.4.0 [12.3 kB] Get:253 http://deb.debian.org/debian bookworm/main amd64 libx11-data all 2:1.8.4-2+deb12u2 [292 kB] Get:63 https://downloads.osmocom.org/packages/osmocom:/latest/Debian_12 ./ libosmodsp-doc 0.4.0 [114 kB] Get:254 http://deb.debian.org/debian bookworm/main amd64 libx11-6 amd64 2:1.8.4-2+deb12u2 [760 kB] Get:64 https://downloads.osmocom.org/packages/osmocom:/latest/Debian_12 ./ librtlsdr0 2.0.1 [29.4 kB] Get:65 https://downloads.osmocom.org/packages/osmocom:/latest/Debian_12 ./ librtlsdr-dev 2.0.1 [36.1 kB] Get:66 https://downloads.osmocom.org/packages/osmocom:/latest/Debian_12 ./ libsmpp1 1.14.3 [101 kB] Get:255 http://deb.debian.org/debian bookworm/main amd64 libxcb-render0 amd64 1.15-1 [115 kB] Get:256 http://deb.debian.org/debian bookworm/main amd64 libxcb-shm0 amd64 1.15-1 [105 kB] Get:257 http://deb.debian.org/debian bookworm/main amd64 libxrender1 amd64 1:0.9.10-1.1 [33.2 kB] Get:258 http://deb.debian.org/debian bookworm/main amd64 libcairo2 amd64 1.16.0-7 [575 kB] Get:67 https://downloads.osmocom.org/packages/osmocom:/latest/Debian_12 ./ libsmpp34-dev 1.14.3 [111 kB] Get:68 https://downloads.osmocom.org/packages/osmocom:/latest/Debian_12 ./ libsmpp34-utils 1.14.3 [2,656 B] Get:259 http://deb.debian.org/debian bookworm/main amd64 libgraphite2-3 amd64 1.3.14-1 [81.2 kB] Get:69 https://downloads.osmocom.org/packages/osmocom:/latest/Debian_12 ./ libusrp1 3.4.8 [120 kB] Get:260 http://deb.debian.org/debian bookworm/main amd64 libharfbuzz0b amd64 6.0.0+dfsg-3 [1,945 kB] Get:70 https://downloads.osmocom.org/packages/osmocom:/latest/Debian_12 ./ libusrp-dev 3.4.8 [25.2 kB] Get:71 https://downloads.osmocom.org/packages/osmocom:/latest/Debian_12 ./ libusrp-doc 3.4.8 [76.6 kB] Get:72 https://downloads.osmocom.org/packages/osmocom:/latest/Debian_12 ./ libusrp-firmware 3.4.8 [741 kB] Get:73 https://downloads.osmocom.org/packages/osmocom:/latest/Debian_12 ./ libusrp-utils 3.4.8 [11.1 kB] Get:74 https://downloads.osmocom.org/packages/osmocom:/latest/Debian_12 ./ libusrp-utils-dbgsym 3.4.8 [67.4 kB] Get:75 https://downloads.osmocom.org/packages/osmocom:/latest/Debian_12 ./ libusrp1-dbgsym 3.4.8 [1,174 kB] Get:76 https://downloads.osmocom.org/packages/osmocom:/latest/Debian_12 ./ neocon 1.0.2 [6,056 B] Get:77 https://downloads.osmocom.org/packages/osmocom:/latest/Debian_12 ./ neocon-dbgsym 1.0.2 [6,788 B] Get:261 http://deb.debian.org/debian bookworm/main amd64 libmpfr6 amd64 4.2.0-1 [701 kB] Get:78 https://downloads.osmocom.org/packages/osmocom:/latest/Debian_12 ./ osmo-bsc-doc 1.11.1 [2,199 kB] Get:262 http://deb.debian.org/debian bookworm/main amd64 libteckit0 amd64 2.5.11+ds1-1+b1 [335 kB] Get:263 http://deb.debian.org/debian bookworm/main amd64 x11-common all 1:7.7+23 [252 kB] Get:264 http://deb.debian.org/debian bookworm/main amd64 libice6 amd64 2:1.0.10-1 [58.5 kB] Get:265 http://deb.debian.org/debian bookworm/main amd64 libsm6 amd64 2:1.2.3-1 [35.1 kB] Get:266 http://deb.debian.org/debian bookworm/main amd64 libxt6 amd64 1:1.2.1-1.1 [186 kB] Get:267 http://deb.debian.org/debian bookworm/main amd64 libxmu6 amd64 2:1.1.3-3 [60.1 kB] Get:79 https://downloads.osmocom.org/packages/osmocom:/latest/Debian_12 ./ osmo-bts-trx 1.7.2 [239 kB] Get:268 http://deb.debian.org/debian bookworm/main amd64 libxpm4 amd64 1:3.5.12-1.1+deb12u1 [48.6 kB] Get:269 http://deb.debian.org/debian bookworm/main amd64 libxaw7 amd64 2:1.0.14-1 [201 kB] Get:80 https://downloads.osmocom.org/packages/osmocom:/latest/Debian_12 ./ osmo-bts-virtual 1.7.2 [248 kB] Get:270 http://deb.debian.org/debian bookworm/main amd64 libxi6 amd64 2:1.8-1+b1 [84.2 kB] Get:271 http://deb.debian.org/debian bookworm/main amd64 libzzip-0-13 amd64 0.13.72+dfsg.1-1.1 [58.3 kB] Get:272 http://deb.debian.org/debian bookworm/main amd64 texlive-binaries amd64 2022.20220321.62855-5.1+deb12u1 [10.5 MB] Get:81 https://downloads.osmocom.org/packages/osmocom:/latest/Debian_12 ./ osmo-bts 1.7.2 [31.9 kB] Get:82 https://downloads.osmocom.org/packages/osmocom:/latest/Debian_12 ./ osmo-bts-doc 1.7.2 [1,773 kB] Get:83 https://downloads.osmocom.org/packages/osmocom:/latest/Debian_12 ./ osmo-cbc-doc 0.4.2 [619 kB] Get:84 https://downloads.osmocom.org/packages/osmocom:/latest/Debian_12 ./ osmo-diameter2gsup 0.2.0 [2,919 kB] Get:85 https://downloads.osmocom.org/packages/osmocom:/latest/Debian_12 ./ osmo-e1d 0.6.0 [33.9 kB] Get:86 https://downloads.osmocom.org/packages/osmocom:/latest/Debian_12 ./ osmo-e1d-dbgsym 0.6.0 [93.9 kB] Get:87 https://downloads.osmocom.org/packages/osmocom:/latest/Debian_12 ./ osmo-fl2k 0.2.0 [18.2 kB] Get:88 https://downloads.osmocom.org/packages/osmocom:/latest/Debian_12 ./ osmo-fl2k-dbgsym 0.2.0 [39.7 kB] Get:89 https://downloads.osmocom.org/packages/osmocom:/latest/Debian_12 ./ osmo-gbproxy-doc 1:0.4.1 [943 kB] Get:90 https://downloads.osmocom.org/packages/osmocom:/latest/Debian_12 ./ osmo-ggsn 1.11.0 [85.3 kB] Get:91 https://downloads.osmocom.org/packages/osmocom:/latest/Debian_12 ./ osmo-ggsn-doc 1.11.0 [748 kB] Get:92 https://downloads.osmocom.org/packages/osmocom:/latest/Debian_12 ./ osmo-gsm-manuals-dev 1.5.0 [438 kB] Get:93 https://downloads.osmocom.org/packages/osmocom:/latest/Debian_12 ./ osmo-hlr 1.7.0 [108 kB] Get:94 https://downloads.osmocom.org/packages/osmocom:/latest/Debian_12 ./ osmo-hlr-doc 1.7.0 [1,116 kB] Get:95 https://downloads.osmocom.org/packages/osmocom:/latest/Debian_12 ./ osmo-hnbgw-doc 1.5.0 [6,056 B] Get:96 https://downloads.osmocom.org/packages/osmocom:/latest/Debian_12 ./ osmo-hnodeb-doc 0.1.2 [3,500 B] Get:97 https://downloads.osmocom.org/packages/osmocom:/latest/Debian_12 ./ osmo-mgw 1.12.2 [94.9 kB] Get:98 https://downloads.osmocom.org/packages/osmocom:/latest/Debian_12 ./ osmo-mgw-dbgsym 1.12.2 [274 kB] Get:99 https://downloads.osmocom.org/packages/osmocom:/latest/Debian_12 ./ osmo-mgw-doc 1.12.2 [887 kB] Get:100 https://downloads.osmocom.org/packages/osmocom:/latest/Debian_12 ./ osmo-msc-doc 1.11.1 [1,426 kB] Get:101 https://downloads.osmocom.org/packages/osmocom:/latest/Debian_12 ./ osmo-mslookup-utils 1.7.0 [17.9 kB] Get:102 https://downloads.osmocom.org/packages/osmocom:/latest/Debian_12 ./ osmo-pcu 1.4.0 [242 kB] Get:103 https://downloads.osmocom.org/packages/osmocom:/latest/Debian_12 ./ osmo-pcu-doc 1.4.0 [1,004 kB] Get:104 https://downloads.osmocom.org/packages/osmocom:/latest/Debian_12 ./ osmo-remsim-bankd 1.0.0 [27.9 kB] Get:105 https://downloads.osmocom.org/packages/osmocom:/latest/Debian_12 ./ osmo-remsim-bankd-dbgsym 1.0.0 [72.5 kB] Get:106 https://downloads.osmocom.org/packages/osmocom:/latest/Debian_12 ./ osmo-remsim-client-shell 1.0.0 [18.4 kB] Get:107 https://downloads.osmocom.org/packages/osmocom:/latest/Debian_12 ./ osmo-remsim-client-shell-dbgsym 1.0.0 [56.8 kB] Get:108 https://downloads.osmocom.org/packages/osmocom:/latest/Debian_12 ./ osmo-remsim-client-st2 1.0.0 [21.3 kB] Get:109 https://downloads.osmocom.org/packages/osmocom:/latest/Debian_12 ./ osmo-remsim-client-st2-dbgsym 1.0.0 [65.0 kB] Get:110 https://downloads.osmocom.org/packages/osmocom:/latest/Debian_12 ./ osmo-remsim-doc 1.0.0 [266 kB] Get:111 https://downloads.osmocom.org/packages/osmocom:/latest/Debian_12 ./ osmo-remsim-server 1.0.0 [26.0 kB] Get:112 https://downloads.osmocom.org/packages/osmocom:/latest/Debian_12 ./ osmo-remsim-server-dbgsym 1.0.0 [75.2 kB] Get:113 https://downloads.osmocom.org/packages/osmocom:/latest/Debian_12 ./ osmo-sgsn-doc 1.11.1 [1,191 kB] Get:114 https://downloads.osmocom.org/packages/osmocom:/latest/Debian_12 ./ osmo-sip-connector 1.6.3 [30.7 kB] Get:115 https://downloads.osmocom.org/packages/osmocom:/latest/Debian_12 ./ osmo-sip-connector-doc 1.6.3 [616 kB] Get:116 https://downloads.osmocom.org/packages/osmocom:/latest/Debian_12 ./ osmo-smlc-doc 0.2.4 [751 kB] Get:117 https://downloads.osmocom.org/packages/osmocom:/latest/Debian_12 ./ osmo-stp 1.8.1 [15.6 kB] Get:118 https://downloads.osmocom.org/packages/osmocom:/latest/Debian_12 ./ osmo-stp-dbg 1.8.1 [20.4 kB] Get:119 https://downloads.osmocom.org/packages/osmocom:/latest/Debian_12 ./ osmo-stp-doc 1.8.1 [749 kB] Get:120 https://downloads.osmocom.org/packages/osmocom:/latest/Debian_12 ./ osmo-trx-uhd 1.6.1 [154 kB] Get:121 https://downloads.osmocom.org/packages/osmocom:/latest/Debian_12 ./ osmo-trx 1.6.1 [11.7 kB] Get:122 https://downloads.osmocom.org/packages/osmocom:/latest/Debian_12 ./ osmo-trx-doc 1.6.1 [679 kB] Get:123 https://downloads.osmocom.org/packages/osmocom:/latest/Debian_12 ./ osmo-trx-ipc 1.6.1 [140 kB] Get:124 https://downloads.osmocom.org/packages/osmocom:/latest/Debian_12 ./ osmo-trx-lms 1.6.1 [145 kB] Get:125 https://downloads.osmocom.org/packages/osmocom:/latest/Debian_12 ./ osmo-trx-usrp1 1.6.1 [272 kB] Get:126 https://downloads.osmocom.org/packages/osmocom:/latest/Debian_12 ./ osmo-uecups 0.2.2 [24.7 kB] Get:273 http://deb.debian.org/debian bookworm/main amd64 xdg-utils all 1.1.3-4.1 [75.5 kB] Get:274 http://deb.debian.org/debian bookworm/main amd64 texlive-base all 2022.20230122-3 [21.9 MB] Get:127 https://downloads.osmocom.org/packages/osmocom:/latest/Debian_12 ./ osmo-uecups-dbgsym 0.2.2 [83.6 kB] Get:128 https://downloads.osmocom.org/packages/osmocom:/latest/Debian_12 ./ osmo-upf-doc 0.1.1 [1,980 B] Get:129 https://downloads.osmocom.org/packages/osmocom:/latest/Debian_12 ./ python3-osmopy-libs 0.3.0 [20.4 kB] Get:130 https://downloads.osmocom.org/packages/osmocom:/latest/Debian_12 ./ python3-osmopy-utils 0.3.0 [12.8 kB] Get:131 https://downloads.osmocom.org/packages/osmocom:/latest/Debian_12 ./ rtl-sdr 2.0.1 [57.2 kB] Get:132 https://downloads.osmocom.org/packages/osmocom:/latest/Debian_12 ./ simtrace2-firmware 0.8.2 [43.7 kB] Get:133 https://downloads.osmocom.org/packages/osmocom:/latest/Debian_12 ./ simtrace2-utils 0.8.2 [17.8 kB] Get:134 https://downloads.osmocom.org/packages/osmocom:/latest/Debian_12 ./ simtrace2-utils-dbgsym 0.8.2 [44.0 kB] Get:135 https://downloads.osmocom.org/packages/osmocom:/latest/Debian_12 ./ abisip-find 1.11.1 [54.9 kB] Get:136 https://downloads.osmocom.org/packages/osmocom:/latest/Debian_12 ./ gtp-echo-responder-dbg 1.11.0 [7,104 B] Get:137 https://downloads.osmocom.org/packages/osmocom:/latest/Debian_12 ./ libasn1c1 0.9.36 [75.1 kB] Get:138 https://downloads.osmocom.org/packages/osmocom:/latest/Debian_12 ./ libasn1c-dbg 0.9.36 [286 kB] Get:139 https://downloads.osmocom.org/packages/osmocom:/latest/Debian_12 ./ libasn1c-dev 0.9.36 [105 kB] Get:140 https://downloads.osmocom.org/packages/osmocom:/latest/Debian_12 ./ libgtp-dbg 1.11.0 [104 kB] Get:141 https://downloads.osmocom.org/packages/osmocom:/latest/Debian_12 ./ libgtpnl-dbg 1.2.5 [34.4 kB] Get:142 https://downloads.osmocom.org/packages/osmocom:/latest/Debian_12 ./ libgtpnl-tools 1.2.5 [5,900 B] Get:143 https://downloads.osmocom.org/packages/osmocom:/latest/Debian_12 ./ libosmo-abis-dbg 1.5.2 [290 kB] Get:144 https://downloads.osmocom.org/packages/osmocom:/latest/Debian_12 ./ libosmo-e1d-dev 0.6.0 [15.1 kB] Get:145 https://downloads.osmocom.org/packages/osmocom:/latest/Debian_12 ./ libosmo-gtlv-dbg 0.3.0 [39.4 kB] Get:146 https://downloads.osmocom.org/packages/osmocom:/latest/Debian_12 ./ libosmo-hnbap0 1.5.1 [51.9 kB] Get:147 https://downloads.osmocom.org/packages/osmocom:/latest/Debian_12 ./ libosmo-hnbap-dbg 1.5.1 [190 kB] Get:148 https://downloads.osmocom.org/packages/osmocom:/latest/Debian_12 ./ libosmo-hnbap-dev 1.5.1 [24.5 kB] Get:149 https://downloads.osmocom.org/packages/osmocom:/latest/Debian_12 ./ libosmo-mgcp-client-dev 1.12.2 [65.5 kB] Get:150 https://downloads.osmocom.org/packages/osmocom:/latest/Debian_12 ./ libosmo-netif-dbg 1.4.0 [141 kB] Get:151 https://downloads.osmocom.org/packages/osmocom:/latest/Debian_12 ./ libosmo-octoi-dev 0.6.0 [36.8 kB] Get:152 https://downloads.osmocom.org/packages/osmocom:/latest/Debian_12 ./ libosmo-pfcp-dbg 0.3.0 [124 kB] Get:153 https://downloads.osmocom.org/packages/osmocom:/latest/Debian_12 ./ libosmo-ranap7 1.5.1 [221 kB] Get:154 https://downloads.osmocom.org/packages/osmocom:/latest/Debian_12 ./ libosmo-ranap-dbg 1.5.1 [947 kB] Get:155 https://downloads.osmocom.org/packages/osmocom:/latest/Debian_12 ./ libosmo-ranap-dev 1.5.1 [91.7 kB] Get:156 https://downloads.osmocom.org/packages/osmocom:/latest/Debian_12 ./ libosmo-rua0 1.5.1 [27.8 kB] Get:157 https://downloads.osmocom.org/packages/osmocom:/latest/Debian_12 ./ libosmo-rua-dbg 1.5.1 [92.9 kB] Get:158 https://downloads.osmocom.org/packages/osmocom:/latest/Debian_12 ./ libosmo-rua-dev 1.5.1 [14.3 kB] Get:159 https://downloads.osmocom.org/packages/osmocom:/latest/Debian_12 ./ libosmo-sabp1 1.5.1 [36.3 kB] Get:160 https://downloads.osmocom.org/packages/osmocom:/latest/Debian_12 ./ libosmo-sabp-dbg 1.5.1 [121 kB] Get:161 https://downloads.osmocom.org/packages/osmocom:/latest/Debian_12 ./ libosmo-sabp-dev 1.5.1 [17.4 kB] Get:162 https://downloads.osmocom.org/packages/osmocom:/latest/Debian_12 ./ libosmo-sbcap0 0.4.2 [347 kB] Get:163 https://downloads.osmocom.org/packages/osmocom:/latest/Debian_12 ./ libosmo-sbcap-dev 0.4.2 [526 kB] Get:164 https://downloads.osmocom.org/packages/osmocom:/latest/Debian_12 ./ libosmocore-dbg 1.9.2 [2,084 kB] Get:165 https://downloads.osmocom.org/packages/osmocom:/latest/Debian_12 ./ libosmodsp-dbg 0.4.0 [20.9 kB] Get:166 https://downloads.osmocom.org/packages/osmocom:/latest/Debian_12 ./ libsmpp34-dbg 1.14.3 [699 kB] Get:167 https://downloads.osmocom.org/packages/osmocom:/latest/Debian_12 ./ osmo-bsc 1.11.1 [584 kB] Get:168 https://downloads.osmocom.org/packages/osmocom:/latest/Debian_12 ./ osmo-bsc-bs11-utils 1.11.1 [2,277 kB] Get:169 https://downloads.osmocom.org/packages/osmocom:/latest/Debian_12 ./ osmo-bsc-dbg 1.11.1 [3,124 kB] Get:170 https://downloads.osmocom.org/packages/osmocom:/latest/Debian_12 ./ osmo-bsc-ipaccess-utils 1.11.1 [3,244 kB] Get:171 https://downloads.osmocom.org/packages/osmocom:/latest/Debian_12 ./ osmo-bsc-meas-utils 1.11.1 [2,248 kB] Get:172 https://downloads.osmocom.org/packages/osmocom:/latest/Debian_12 ./ osmo-bts-trx-dbg 1.7.2 [1,170 kB] Get:173 https://downloads.osmocom.org/packages/osmocom:/latest/Debian_12 ./ osmo-bts-virtual-dbg 1.7.2 [1,845 kB] Get:174 https://downloads.osmocom.org/packages/osmocom:/latest/Debian_12 ./ osmo-cbc 0.4.2 [46.1 kB] Get:175 https://downloads.osmocom.org/packages/osmocom:/latest/Debian_12 ./ osmo-cbc-dbg 0.4.2 [213 kB] Get:176 https://downloads.osmocom.org/packages/osmocom:/latest/Debian_12 ./ osmo-cbc-utils 0.4.2 [6,360 B] Get:177 https://downloads.osmocom.org/packages/osmocom:/latest/Debian_12 ./ osmo-gbproxy 1:0.4.1 [46.7 kB] Get:178 https://downloads.osmocom.org/packages/osmocom:/latest/Debian_12 ./ osmo-gbproxy-dbg 1:0.4.1 [122 kB] Get:179 https://downloads.osmocom.org/packages/osmocom:/latest/Debian_12 ./ osmo-ggsn-dbg 1.11.0 [284 kB] Get:180 https://downloads.osmocom.org/packages/osmocom:/latest/Debian_12 ./ osmo-gtphub 1.11.1 [53.6 kB] Get:181 https://downloads.osmocom.org/packages/osmocom:/latest/Debian_12 ./ osmo-gtphub-dbg 1.11.1 [145 kB] Get:182 https://downloads.osmocom.org/packages/osmocom:/latest/Debian_12 ./ osmo-hlr-dbg 1.7.0 [429 kB] Get:183 https://downloads.osmocom.org/packages/osmocom:/latest/Debian_12 ./ osmo-hnbgw 1.5.0 [83.5 kB] Get:184 https://downloads.osmocom.org/packages/osmocom:/latest/Debian_12 ./ osmo-hnbgw-dbg 1.5.0 [406 kB] Get:185 https://downloads.osmocom.org/packages/osmocom:/latest/Debian_12 ./ osmo-hnodeb 0.1.2 [35.7 kB] Get:186 https://downloads.osmocom.org/packages/osmocom:/latest/Debian_12 ./ osmo-hnodeb-dbg 0.1.2 [131 kB] Get:275 http://deb.debian.org/debian bookworm/main amd64 texlive-fonts-recommended all 2022.20230122-3 [4,988 kB] Get:187 https://downloads.osmocom.org/packages/osmocom:/latest/Debian_12 ./ osmo-msc 1.11.1 [343 kB] Get:188 https://downloads.osmocom.org/packages/osmocom:/latest/Debian_12 ./ osmo-msc-dbg 1.11.1 [1,491 kB] Get:189 https://downloads.osmocom.org/packages/osmocom:/latest/Debian_12 ./ osmo-pcap-client 0.4.2 [24.4 kB] Get:190 https://downloads.osmocom.org/packages/osmocom:/latest/Debian_12 ./ osmo-pcap-client-dbg 0.4.2 [71.0 kB] Get:191 https://downloads.osmocom.org/packages/osmocom:/latest/Debian_12 ./ osmo-pcap-server 0.4.2 [25.4 kB] Get:192 https://downloads.osmocom.org/packages/osmocom:/latest/Debian_12 ./ osmo-pcap-server-dbg 0.4.2 [59.0 kB] Get:276 http://deb.debian.org/debian bookworm/main amd64 fonts-lmodern all 2.005-1 [4,540 kB] Get:193 https://downloads.osmocom.org/packages/osmocom:/latest/Debian_12 ./ osmo-pcu-dbg 1.4.0 [1,033 kB] Get:194 https://downloads.osmocom.org/packages/osmocom:/latest/Debian_12 ./ osmo-sgsn 1.11.1 [137 kB] Get:195 https://downloads.osmocom.org/packages/osmocom:/latest/Debian_12 ./ osmo-sgsn-dbg 1.11.1 [516 kB] Get:196 https://downloads.osmocom.org/packages/osmocom:/latest/Debian_12 ./ osmo-sip-connector-dbg 1.6.3 [98.5 kB] Get:197 https://downloads.osmocom.org/packages/osmocom:/latest/Debian_12 ./ osmo-smlc 0.2.4 [28.1 kB] Get:198 https://downloads.osmocom.org/packages/osmocom:/latest/Debian_12 ./ osmo-smlc-dbg 0.2.4 [96.6 kB] Get:199 https://downloads.osmocom.org/packages/osmocom:/latest/Debian_12 ./ osmo-sysmon 0.3.2 [20.9 kB] Get:200 https://downloads.osmocom.org/packages/osmocom:/latest/Debian_12 ./ osmo-sysmon-dbg 0.3.2 [70.9 kB] Get:277 http://deb.debian.org/debian bookworm/main amd64 texlive-latex-base all 2022.20230122-3 [1,182 kB] Get:201 https://downloads.osmocom.org/packages/osmocom:/latest/Debian_12 ./ osmo-trx-dbg 1.6.1 [6,393 kB] Get:278 http://deb.debian.org/debian bookworm/main amd64 texlive-latex-recommended all 2022.20230122-3 [8,880 kB] Get:202 https://downloads.osmocom.org/packages/osmocom:/latest/Debian_12 ./ osmo-upf 0.1.1 [41.4 kB] Get:203 https://downloads.osmocom.org/packages/osmocom:/latest/Debian_12 ./ osmo-upf-dbg 0.1.1 [145 kB] Get:279 http://deb.debian.org/debian bookworm/main amd64 texlive all 2022.20230122-3 [18.2 kB] Get:280 http://deb.debian.org/debian bookworm/main amd64 texlive-bibtex-extra all 2022.20230122-4 [75.6 MB] Get:281 http://deb.debian.org/debian bookworm/main amd64 libthai-data all 0.1.29-1 [176 kB] Get:282 http://deb.debian.org/debian bookworm/main amd64 libdatrie1 amd64 0.2.13-2+b1 [43.3 kB] Get:283 http://deb.debian.org/debian bookworm/main amd64 libthai0 amd64 0.1.29-1 [57.5 kB] Get:284 http://deb.debian.org/debian bookworm/main amd64 libsombok3 amd64 2.4.0-2+b1 [31.4 kB] Get:285 http://deb.debian.org/debian bookworm/main amd64 libmime-charset-perl all 1.013.1-2 [34.0 kB] Get:286 http://deb.debian.org/debian bookworm/main amd64 libunicode-linebreak-perl amd64 0.0.20190101-1+b5 [97.8 kB] Get:287 http://deb.debian.org/debian bookworm/main amd64 libjs-jquery all 3.6.1+dfsg+~3.5.14-1 [326 kB] Get:288 http://deb.debian.org/debian bookworm/main amd64 libfontenc1 amd64 1:1.1.4-1 [24.3 kB] Get:289 http://deb.debian.org/debian bookworm/main amd64 xfonts-encodings all 1:1.0.4-2.2 [577 kB] Get:290 http://deb.debian.org/debian bookworm/main amd64 xfonts-utils amd64 1:7.7+6 [93.0 kB] Get:291 http://deb.debian.org/debian bookworm/main amd64 lmodern all 2.005-1 [9,480 kB] Get:292 http://deb.debian.org/debian bookworm/main amd64 texlive-luatex all 2022.20230122-3 [22.7 MB] Get:293 http://deb.debian.org/debian bookworm/main amd64 texlive-plain-generic all 2022.20230122-4 [28.9 MB] Get:294 http://deb.debian.org/debian bookworm/main amd64 texlive-extra-utils all 2022.20230122-4 [59.0 MB] Get:295 http://deb.debian.org/debian bookworm/main amd64 libapache-pom-java all 29-2 [5,276 B] Get:296 http://deb.debian.org/debian bookworm/main amd64 libcommons-parent-java all 56-1 [10.8 kB] Get:297 http://deb.debian.org/debian bookworm/main amd64 libcommons-logging-java all 1.2-3 [62.4 kB] Get:298 http://deb.debian.org/debian bookworm/main amd64 libfontbox-java all 1:1.8.16-2 [211 kB] Get:299 http://deb.debian.org/debian bookworm/main amd64 libpdfbox-java all 1:1.8.16-2 [5,205 kB] Get:300 http://deb.debian.org/debian bookworm/main amd64 preview-latex-style all 12.2-1 [201 kB] Get:301 http://deb.debian.org/debian bookworm/main amd64 texlive-pictures all 2022.20230122-3 [15.8 MB] Get:302 http://deb.debian.org/debian bookworm/main amd64 texlive-latex-extra all 2022.20230122-4 [19.2 MB] Get:303 http://deb.debian.org/debian bookworm/main amd64 fonts-gfs-baskerville all 1.1-6 [43.7 kB] Get:304 http://deb.debian.org/debian bookworm/main amd64 fonts-gfs-porson all 1.1-7 [33.8 kB] Get:305 http://deb.debian.org/debian bookworm/main amd64 texlive-lang-greek all 2022.20230122-1 [78.1 MB] Get:306 http://deb.debian.org/debian bookworm/main amd64 texlive-science all 2022.20230122-4 [3,722 kB] Get:307 http://deb.debian.org/debian bookworm/main amd64 dblatex all 0.3.12py3-2 [371 kB] Get:308 http://deb.debian.org/debian bookworm/main amd64 libosp5 amd64 1.5.2-13+b2 [934 kB] Get:309 http://deb.debian.org/debian bookworm/main amd64 libostyle1c2 amd64 1.4devel1-22 [643 kB] Get:310 http://deb.debian.org/debian bookworm/main amd64 openjade amd64 1.4devel1-22 [275 kB] Get:311 http://deb.debian.org/debian bookworm/main amd64 docbook-dsssl all 1.79-10 [234 kB] Get:312 http://deb.debian.org/debian bookworm/main amd64 teckit amd64 2.5.11+ds1-1+b1 [700 kB] Get:313 http://deb.debian.org/debian bookworm/main amd64 tipa all 2:1.3-21 [2,974 kB] Get:314 http://deb.debian.org/debian bookworm/main amd64 texlive-xetex all 2022.20230122-3 [11.4 MB] Get:315 http://deb.debian.org/debian bookworm/main amd64 texlive-formats-extra all 2022.20230122-4 [7,773 kB] Get:316 http://deb.debian.org/debian bookworm/main amd64 lynx-common all 2.9.0dev.12-1 [1,166 kB] Get:317 http://deb.debian.org/debian bookworm/main amd64 lynx amd64 2.9.0dev.12-1 [637 kB] Get:318 http://deb.debian.org/debian bookworm/main amd64 libsgmls-perl all 1.03ii-38 [23.7 kB] Get:319 http://deb.debian.org/debian bookworm/main amd64 sgmlspl all 1.03ii-38 [8,752 B] Get:320 http://deb.debian.org/debian bookworm/main amd64 opensp amd64 1.5.2-13+b2 [421 kB] Get:321 http://deb.debian.org/debian bookworm/main amd64 docbook-utils all 0.6.14-4 [64.5 kB] Get:322 http://deb.debian.org/debian bookworm/main amd64 asciidoc-dblatex all 10.2.0-1 [11.6 kB] Get:323 http://deb.debian.org/debian bookworm/main amd64 at-spi2-common all 2.46.0-5 [162 kB] Get:324 http://deb.debian.org/debian bookworm/main amd64 binutils-common amd64 2.40-2 [2,487 kB] Get:325 http://deb.debian.org/debian bookworm/main amd64 libbinutils amd64 2.40-2 [572 kB] Get:326 http://deb.debian.org/debian bookworm/main amd64 libctf-nobfd0 amd64 2.40-2 [153 kB] Get:327 http://deb.debian.org/debian bookworm/main amd64 libctf0 amd64 2.40-2 [89.8 kB] Get:328 http://deb.debian.org/debian bookworm/main amd64 libgprofng0 amd64 2.40-2 [812 kB] Get:329 http://deb.debian.org/debian bookworm/main amd64 binutils-x86-64-linux-gnu amd64 2.40-2 [2,246 kB] Get:330 http://deb.debian.org/debian bookworm/main amd64 binutils amd64 2.40-2 [65.0 kB] Get:331 http://deb.debian.org/debian bookworm/main amd64 bubblewrap amd64 0.8.0-2 [46.8 kB] Get:332 http://deb.debian.org/debian bookworm/main amd64 libisl23 amd64 0.25-1.1 [683 kB] Get:333 http://deb.debian.org/debian bookworm/main amd64 libmpc3 amd64 1.3.1-1 [51.5 kB] Get:334 http://deb.debian.org/debian bookworm/main amd64 cpp-12 amd64 12.2.0-14 [9,764 kB] Get:335 http://deb.debian.org/debian bookworm/main amd64 cpp amd64 4:12.2.0-3 [6,836 B] Get:336 http://deb.debian.org/debian bookworm/main amd64 libdconf1 amd64 0.40.0-4 [40.9 kB] Get:337 http://deb.debian.org/debian bookworm/main amd64 dconf-service amd64 0.40.0-4 [31.6 kB] Get:338 http://deb.debian.org/debian bookworm/main amd64 dconf-gsettings-backend amd64 0.40.0-4 [27.8 kB] Get:339 http://deb.debian.org/debian bookworm/main amd64 docbook5-xml all 5.0-3 [667 kB] Get:340 http://deb.debian.org/debian bookworm/main amd64 docutils-common all 0.19+dfsg-6 [127 kB] Get:341 http://deb.debian.org/debian bookworm/main amd64 libtcl8.6 amd64 8.6.13+dfsg-2 [1,035 kB] Get:342 http://deb.debian.org/debian bookworm/main amd64 tcl8.6 amd64 8.6.13+dfsg-2 [120 kB] Get:343 http://deb.debian.org/debian bookworm/main amd64 tcl-expect amd64 5.45.4-2+b1 [133 kB] Get:344 http://deb.debian.org/debian bookworm/main amd64 expect amd64 5.45.4-2+b1 [166 kB] Get:345 http://deb.debian.org/debian bookworm/main amd64 libmd-dev amd64 1.0.4-2 [47.0 kB] Get:346 http://deb.debian.org/debian bookworm/main amd64 libbsd-dev amd64 0.11.7-2 [243 kB] Get:347 http://deb.debian.org/debian bookworm/main amd64 libncurses6 amd64 6.4-4 [103 kB] Get:348 http://deb.debian.org/debian bookworm/main amd64 libc-dev-bin amd64 2.36-9+deb12u4 [45.4 kB] Get:349 http://deb.debian.org/debian bookworm/main amd64 libcrypt-dev amd64 1:4.4.33-2 [118 kB] Get:350 http://deb.debian.org/debian bookworm/main amd64 libtirpc-dev amd64 1.3.3+ds-1 [191 kB] Get:351 http://deb.debian.org/debian bookworm/main amd64 libnsl-dev amd64 1.3.0-2 [66.4 kB] Get:352 http://deb.debian.org/debian bookworm/main amd64 rpcsvc-proto amd64 1.4.3-1 [63.3 kB] Get:353 http://deb.debian.org/debian bookworm/main amd64 libc6-dev amd64 2.36-9+deb12u4 [1,897 kB] Get:354 http://deb.debian.org/debian bookworm/main amd64 libncurses-dev amd64 6.4-4 [349 kB] Get:355 http://deb.debian.org/debian bookworm/main amd64 libedit-dev amd64 3.1-20221030-2 [113 kB] Get:356 http://deb.debian.org/debian bookworm/main amd64 libpkgconf3 amd64 1.8.1-1 [36.1 kB] Get:357 http://deb.debian.org/debian bookworm/main amd64 pkgconf-bin amd64 1.8.1-1 [29.5 kB] Get:358 http://deb.debian.org/debian bookworm/main amd64 pkgconf amd64 1.8.1-1 [25.9 kB] Get:359 http://deb.debian.org/debian bookworm/main amd64 pkg-config amd64 1.8.1-1 [13.7 kB] Get:360 http://deb.debian.org/debian bookworm/main amd64 libdbus-1-dev amd64 1.14.10-1~deb12u1 [241 kB] Get:361 http://deb.debian.org/debian bookworm/main amd64 libpcap0.8 amd64 1.10.3-1 [157 kB] Get:362 http://deb.debian.org/debian bookworm/main amd64 libpcap0.8-dev amd64 1.10.3-1 [281 kB] Get:363 http://deb.debian.org/debian bookworm/main amd64 libpcap-dev amd64 1.10.3-1 [28.2 kB] Get:364 http://deb.debian.org/debian bookworm/main amd64 libpcre3 amd64 2:8.39-15 [341 kB] Get:365 http://deb.debian.org/debian bookworm/main amd64 libpcre16-3 amd64 2:8.39-15 [257 kB] Get:366 http://deb.debian.org/debian bookworm/main amd64 libpcre32-3 amd64 2:8.39-15 [248 kB] Get:367 http://deb.debian.org/debian bookworm/main amd64 libpcrecpp0v5 amd64 2:8.39-15 [143 kB] Get:368 http://deb.debian.org/debian bookworm/main amd64 libpcre3-dev amd64 2:8.39-15 [653 kB] Get:369 http://deb.debian.org/debian bookworm/main amd64 libsctp-dev amd64 1.0.19+dfsg-2 [72.2 kB] Get:370 http://deb.debian.org/debian bookworm/main amd64 libssl3 amd64 3.0.11-1~deb12u2 [2,019 kB] Get:371 http://deb.debian.org/debian bookworm/main amd64 libssl-dev amd64 3.0.11-1~deb12u2 [2,430 kB] Get:372 http://deb.debian.org/debian bookworm/main amd64 icu-devtools amd64 72.1-3 [206 kB] Get:373 http://deb.debian.org/debian bookworm/main amd64 libicu-dev amd64 72.1-3 [10.3 MB] Get:374 http://deb.debian.org/debian bookworm/main amd64 libxml2-dev amd64 2.9.14+dfsg-1.3~deb12u1 [782 kB] Get:375 http://deb.debian.org/debian bookworm/main amd64 make amd64 4.3-4.1 [396 kB] Get:376 http://deb.debian.org/debian bookworm/main amd64 libcc1-0 amd64 12.2.0-14 [41.7 kB] Get:377 http://deb.debian.org/debian bookworm/main amd64 libgomp1 amd64 12.2.0-14 [116 kB] Get:378 http://deb.debian.org/debian bookworm/main amd64 libitm1 amd64 12.2.0-14 [26.1 kB] Get:379 http://deb.debian.org/debian bookworm/main amd64 libatomic1 amd64 12.2.0-14 [9,328 B] Get:380 http://deb.debian.org/debian bookworm/main amd64 libasan8 amd64 12.2.0-14 [2,195 kB] Get:381 http://deb.debian.org/debian bookworm/main amd64 liblsan0 amd64 12.2.0-14 [969 kB] Get:382 http://deb.debian.org/debian bookworm/main amd64 libtsan2 amd64 12.2.0-14 [2,196 kB] Get:383 http://deb.debian.org/debian bookworm/main amd64 libubsan1 amd64 12.2.0-14 [883 kB] Get:384 http://deb.debian.org/debian bookworm/main amd64 libquadmath0 amd64 12.2.0-14 [144 kB] Get:385 http://deb.debian.org/debian bookworm/main amd64 libgcc-12-dev amd64 12.2.0-14 [2,437 kB] Get:386 http://deb.debian.org/debian bookworm/main amd64 gcc-12 amd64 12.2.0-14 [19.3 MB] Get:387 http://deb.debian.org/debian bookworm/main amd64 gcc amd64 4:12.2.0-3 [5,216 B] Get:388 http://deb.debian.org/debian bookworm/main amd64 erlang-base amd64 1:25.2.3+dfsg-1 [9,695 kB] Get:389 http://deb.debian.org/debian bookworm/main amd64 erlang-asn1 amd64 1:25.2.3+dfsg-1 [896 kB] Get:390 http://deb.debian.org/debian bookworm/main amd64 erlang-crypto amd64 1:25.2.3+dfsg-1 [164 kB] Get:391 http://deb.debian.org/debian bookworm/main amd64 libglvnd0 amd64 1.6.0-1 [51.8 kB] Get:392 http://deb.debian.org/debian bookworm/main amd64 libopengl0 amd64 1.6.0-1 [30.6 kB] Get:393 http://deb.debian.org/debian bookworm/main amd64 libglu1-mesa amd64 9.0.2-1.1 [178 kB] Get:394 http://deb.debian.org/debian bookworm/main amd64 libpcre2-32-0 amd64 10.42-1 [234 kB] Get:395 http://deb.debian.org/debian bookworm/main amd64 libwxbase3.2-1 amd64 3.2.2+dfsg-2 [948 kB] Get:396 http://deb.debian.org/debian bookworm/main amd64 libdrm-common all 2.4.114-1 [7,112 B] Get:397 http://deb.debian.org/debian bookworm/main amd64 libdrm2 amd64 2.4.114-1+b1 [37.5 kB] Get:398 http://deb.debian.org/debian bookworm/main amd64 libglapi-mesa amd64 22.3.6-1+deb12u1 [35.7 kB] Get:399 http://deb.debian.org/debian bookworm/main amd64 libx11-xcb1 amd64 2:1.8.4-2+deb12u2 [192 kB] Get:400 http://deb.debian.org/debian bookworm/main amd64 libxcb-dri2-0 amd64 1.15-1 [107 kB] Get:401 http://deb.debian.org/debian bookworm/main amd64 libxcb-dri3-0 amd64 1.15-1 [107 kB] Get:402 http://deb.debian.org/debian bookworm/main amd64 libxcb-glx0 amd64 1.15-1 [122 kB] Get:403 http://deb.debian.org/debian bookworm/main amd64 libxcb-present0 amd64 1.15-1 [105 kB] Get:404 http://deb.debian.org/debian bookworm/main amd64 libxcb-randr0 amd64 1.15-1 [117 kB] Get:405 http://deb.debian.org/debian bookworm/main amd64 libxcb-sync1 amd64 1.15-1 [109 kB] Get:406 http://deb.debian.org/debian bookworm/main amd64 libxcb-xfixes0 amd64 1.15-1 [109 kB] Get:407 http://deb.debian.org/debian bookworm/main amd64 libxfixes3 amd64 1:6.0.0-2 [22.7 kB] Get:408 http://deb.debian.org/debian bookworm/main amd64 libxshmfence1 amd64 1.3-1 [8,820 B] Get:409 http://deb.debian.org/debian bookworm/main amd64 libxxf86vm1 amd64 1:1.1.4-1+b2 [20.8 kB] Get:410 http://deb.debian.org/debian bookworm/main amd64 libdrm-amdgpu1 amd64 2.4.114-1+b1 [20.9 kB] Get:411 http://deb.debian.org/debian bookworm/main amd64 libpciaccess0 amd64 0.17-2 [51.4 kB] Get:412 http://deb.debian.org/debian bookworm/main amd64 libdrm-intel1 amd64 2.4.114-1+b1 [64.0 kB] Get:413 http://deb.debian.org/debian bookworm/main amd64 libdrm-nouveau2 amd64 2.4.114-1+b1 [19.1 kB] Get:414 http://deb.debian.org/debian bookworm/main amd64 libdrm-radeon1 amd64 2.4.114-1+b1 [21.8 kB] Get:415 http://deb.debian.org/debian bookworm/main amd64 libz3-4 amd64 4.8.12-3.1 [7,216 kB] Get:416 http://deb.debian.org/debian bookworm/main amd64 libllvm15 amd64 1:15.0.6-4+b1 [23.1 MB] Get:417 http://deb.debian.org/debian bookworm/main amd64 libsensors-config all 1:3.6.0-7.1 [14.3 kB] Get:418 http://deb.debian.org/debian bookworm/main amd64 libsensors5 amd64 1:3.6.0-7.1 [34.2 kB] Get:419 http://deb.debian.org/debian bookworm/main amd64 libgl1-mesa-dri amd64 22.3.6-1+deb12u1 [7,239 kB] Get:420 http://deb.debian.org/debian bookworm/main amd64 libglx-mesa0 amd64 22.3.6-1+deb12u1 [147 kB] Get:421 http://deb.debian.org/debian bookworm/main amd64 libglx0 amd64 1.6.0-1 [34.4 kB] Get:422 http://deb.debian.org/debian bookworm/main amd64 libgl1 amd64 1.6.0-1 [88.4 kB] Get:423 http://deb.debian.org/debian bookworm/main amd64 libatk1.0-0 amd64 2.46.0-5 [49.6 kB] Get:424 http://deb.debian.org/debian bookworm/main amd64 libatspi2.0-0 amd64 2.46.0-5 [75.4 kB] Get:425 http://deb.debian.org/debian bookworm/main amd64 libatk-bridge2.0-0 amd64 2.46.0-5 [64.6 kB] Get:426 http://deb.debian.org/debian bookworm/main amd64 libcairo-gobject2 amd64 1.16.0-7 [112 kB] Get:427 http://deb.debian.org/debian bookworm/main amd64 liblcms2-2 amd64 2.14-2 [154 kB] Get:428 http://deb.debian.org/debian bookworm/main amd64 libcolord2 amd64 1.4.6-2.2 [137 kB] Get:429 http://deb.debian.org/debian bookworm/main amd64 libavahi-common-data amd64 0.8-10 [107 kB] Get:430 http://deb.debian.org/debian bookworm/main amd64 libavahi-common3 amd64 0.8-10 [41.6 kB] Get:431 http://deb.debian.org/debian bookworm/main amd64 libavahi-client3 amd64 0.8-10 [45.5 kB] Get:432 http://deb.debian.org/debian bookworm/main amd64 libcups2 amd64 2.4.2-3+deb12u5 [245 kB] Get:433 http://deb.debian.org/debian bookworm/main amd64 libepoxy0 amd64 1.5.10-1 [189 kB] Get:434 http://deb.debian.org/debian bookworm/main amd64 libfribidi0 amd64 1.0.8-2.1 [65.0 kB] Get:435 http://deb.debian.org/debian bookworm/main amd64 fontconfig amd64 2.14.1-4 [449 kB] Get:436 http://deb.debian.org/debian bookworm/main amd64 libpango-1.0-0 amd64 1.50.12+ds-1 [212 kB] Get:437 http://deb.debian.org/debian bookworm/main amd64 libpangoft2-1.0-0 amd64 1.50.12+ds-1 [47.4 kB] Get:438 http://deb.debian.org/debian bookworm/main amd64 libpangocairo-1.0-0 amd64 1.50.12+ds-1 [34.2 kB] Get:439 http://deb.debian.org/debian bookworm/main amd64 libwayland-client0 amd64 1.21.0-1 [28.3 kB] Get:440 http://deb.debian.org/debian bookworm/main amd64 libwayland-cursor0 amd64 1.21.0-1 [14.4 kB] Get:441 http://deb.debian.org/debian bookworm/main amd64 libwayland-egl1 amd64 1.21.0-1 [8,640 B] Get:442 http://deb.debian.org/debian bookworm/main amd64 libxcomposite1 amd64 1:0.4.5-1 [16.6 kB] Get:443 http://deb.debian.org/debian bookworm/main amd64 libxcursor1 amd64 1:1.2.1-1 [40.9 kB] Get:444 http://deb.debian.org/debian bookworm/main amd64 libxdamage1 amd64 1:1.1.6-1 [15.1 kB] Get:445 http://deb.debian.org/debian bookworm/main amd64 libxinerama1 amd64 2:1.1.4-3 [17.8 kB] Get:446 http://deb.debian.org/debian bookworm/main amd64 libxkbcommon0 amd64 1.5.0-1 [106 kB] Get:447 http://deb.debian.org/debian bookworm/main amd64 libxrandr2 amd64 2:1.5.2-2+b1 [39.2 kB] Get:448 http://deb.debian.org/debian bookworm/main amd64 libgtk-3-common all 3.24.38-2~deb12u1 [3,895 kB] Get:449 http://deb.debian.org/debian bookworm/main amd64 libgtk-3-0 amd64 3.24.38-2~deb12u1 [2,846 kB] Get:450 http://deb.debian.org/debian bookworm/main amd64 libnotify4 amd64 0.8.1-1 [30.1 kB] Get:451 http://deb.debian.org/debian bookworm/main amd64 libxtst6 amd64 2:1.2.3-1.1 [28.0 kB] Get:452 http://deb.debian.org/debian bookworm/main amd64 libwxgtk3.2-1 amd64 3.2.2+dfsg-2 [4,504 kB] Get:453 http://deb.debian.org/debian bookworm/main amd64 libwxgtk-gl3.2-1 amd64 3.2.2+dfsg-2 [77.7 kB] Get:454 http://deb.debian.org/debian bookworm/main amd64 libcdparanoia0 amd64 3.10.2+debian-14 [48.8 kB] Get:455 http://deb.debian.org/debian bookworm/main amd64 libdw1 amd64 0.188-2.1 [235 kB] Get:456 http://deb.debian.org/debian bookworm/main amd64 libunwind8 amd64 1.6.2-3 [51.2 kB] Get:457 http://deb.debian.org/debian bookworm/main amd64 libgstreamer1.0-0 amd64 1.22.0-2 [1,169 kB] Get:458 http://deb.debian.org/debian bookworm/main amd64 liborc-0.4-0 amd64 1:0.4.33-2 [164 kB] Get:459 http://deb.debian.org/debian bookworm/main amd64 libgstreamer-plugins-base1.0-0 amd64 1.22.0-3+deb12u1 [934 kB] Get:460 http://deb.debian.org/debian bookworm/main amd64 libogg0 amd64 1.3.5-3 [23.4 kB] Get:461 http://deb.debian.org/debian bookworm/main amd64 libopus0 amd64 1.3.1-3 [195 kB] Get:462 http://deb.debian.org/debian bookworm/main amd64 libtheora0 amd64 1.1.1+dfsg.1-16.1+b1 [154 kB] Get:463 http://deb.debian.org/debian bookworm/main amd64 libvisual-0.4-0 amd64 0.4.0-19 [132 kB] Get:464 http://deb.debian.org/debian bookworm/main amd64 libvorbis0a amd64 1.3.7-1 [93.0 kB] Get:465 http://deb.debian.org/debian bookworm/main amd64 libvorbisenc2 amd64 1.3.7-1 [80.6 kB] Get:466 http://deb.debian.org/debian bookworm/main amd64 gstreamer1.0-plugins-base amd64 1.22.0-3+deb12u1 [740 kB] Get:467 http://deb.debian.org/debian bookworm/main amd64 libgpm2 amd64 1.20.7-10+b1 [14.2 kB] Get:468 http://deb.debian.org/debian bookworm/main amd64 libaa1 amd64 1.4p5-50 [55.7 kB] Get:469 http://deb.debian.org/debian bookworm/main amd64 libraw1394-11 amd64 2.1.2-2 [41.1 kB] Get:470 http://deb.debian.org/debian bookworm/main amd64 libavc1394-0 amd64 0.5.4-5 [19.9 kB] Get:471 http://deb.debian.org/debian bookworm/main amd64 libcaca0 amd64 0.99.beta20-3 [205 kB] Get:472 http://deb.debian.org/debian bookworm/main amd64 libdv4 amd64 1.0.0-15 [74.4 kB] Get:473 http://deb.debian.org/debian bookworm/main amd64 libflac12 amd64 1.4.2+ds-2 [198 kB] Get:474 http://deb.debian.org/debian bookworm/main amd64 libgudev-1.0-0 amd64 237-2 [15.1 kB] Get:475 http://deb.debian.org/debian bookworm/main amd64 libiec61883-0 amd64 1.2.0-6+b1 [30.5 kB] Get:476 http://deb.debian.org/debian bookworm/main amd64 libsamplerate0 amd64 0.2.2-3 [952 kB] Get:477 http://deb.debian.org/debian bookworm/main amd64 libjack-jackd2-0 amd64 1.9.21~dfsg-3 [281 kB] Get:478 http://deb.debian.org/debian bookworm/main amd64 libmp3lame0 amd64 3.100-6 [365 kB] Get:479 http://deb.debian.org/debian bookworm/main amd64 libmpg123-0 amd64 1.31.2-1 [147 kB] Get:480 http://deb.debian.org/debian bookworm/main amd64 libasyncns0 amd64 0.8-6+b3 [12.9 kB] Get:481 http://deb.debian.org/debian bookworm/main amd64 libsndfile1 amd64 1.2.0-1 [196 kB] Get:482 http://deb.debian.org/debian bookworm/main amd64 libpulse0 amd64 16.1+dfsg1-2+b1 [274 kB] Get:483 http://deb.debian.org/debian bookworm/main amd64 libspeex1 amd64 1.2.1-2 [54.6 kB] Get:484 http://deb.debian.org/debian bookworm/main amd64 libshout3 amd64 2.4.6-1+b1 [56.4 kB] Get:485 http://deb.debian.org/debian bookworm/main amd64 libtag1v5-vanilla amd64 1.13-2 [298 kB] Get:486 http://deb.debian.org/debian bookworm/main amd64 libtag1v5 amd64 1.13-2 [18.7 kB] Get:487 http://deb.debian.org/debian bookworm/main amd64 libtwolame0 amd64 0.4.0-2 [51.1 kB] Get:488 http://deb.debian.org/debian bookworm/main amd64 libv4lconvert0 amd64 1.22.1-5+b2 [143 kB] Get:489 http://deb.debian.org/debian bookworm/main amd64 libv4l-0 amd64 1.22.1-5+b2 [109 kB] Get:490 http://deb.debian.org/debian bookworm/main amd64 libvpx7 amd64 1.12.0-1+deb12u2 [1,003 kB] Get:491 http://deb.debian.org/debian bookworm/main amd64 libwavpack1 amd64 5.6.0-1 [85.7 kB] Get:492 http://deb.debian.org/debian bookworm/main amd64 libproxy1v5 amd64 0.4.18-1.2 [56.2 kB] Get:493 http://deb.debian.org/debian bookworm/main amd64 glib-networking-common all 2.74.0-4 [80.3 kB] Get:494 http://deb.debian.org/debian bookworm/main amd64 glib-networking-services amd64 2.74.0-4 [12.0 kB] Get:495 http://deb.debian.org/debian bookworm/main amd64 gsettings-desktop-schemas all 43.0-1 [643 kB] Get:496 http://deb.debian.org/debian bookworm/main amd64 glib-networking amd64 2.74.0-4 [68.4 kB] Get:497 http://deb.debian.org/debian bookworm/main amd64 libsoup2.4-common all 2.74.3-1 [56.0 kB] Get:498 http://deb.debian.org/debian bookworm/main amd64 libsoup2.4-1 amd64 2.74.3-1 [269 kB] Get:499 http://deb.debian.org/debian bookworm/main amd64 libsoup-3.0-common all 3.2.2-2 [60.8 kB] Get:500 http://deb.debian.org/debian bookworm/main amd64 libsoup-3.0-0 amd64 3.2.2-2 [270 kB] Get:501 http://deb.debian.org/debian bookworm/main amd64 gstreamer1.0-plugins-good amd64 1.22.0-5+deb12u1 [2,220 kB] Get:502 http://deb.debian.org/debian bookworm/main amd64 libgles2 amd64 1.6.0-1 [16.8 kB] Get:503 http://deb.debian.org/debian bookworm/main amd64 xdg-dbus-proxy amd64 0.1.4-3 [23.2 kB] Get:504 http://deb.debian.org/debian bookworm/main amd64 libaom3 amd64 3.6.0-1 [1,851 kB] Get:505 http://deb.debian.org/debian bookworm/main amd64 libdav1d6 amd64 1.0.0-2 [495 kB] Get:506 http://deb.debian.org/debian bookworm/main amd64 libabsl20220623 amd64 20220623.1-1 [391 kB] Get:507 http://deb.debian.org/debian bookworm/main amd64 libgav1-1 amd64 0.18.0-1+b1 [332 kB] Get:508 http://deb.debian.org/debian bookworm/main amd64 librav1e0 amd64 0.5.1-6 [763 kB] Get:509 http://deb.debian.org/debian bookworm/main amd64 libsvtav1enc1 amd64 1.4.1+dfsg-1 [2,121 kB] Get:510 http://deb.debian.org/debian bookworm/main amd64 libyuv0 amd64 0.0~git20230123.b2528b0-1 [168 kB] Get:511 http://deb.debian.org/debian bookworm/main amd64 libavif15 amd64 0.11.1-1 [93.8 kB] Get:512 http://deb.debian.org/debian bookworm/main amd64 libaspell15 amd64 0.60.8-4+b1 [344 kB] Get:513 http://deb.debian.org/debian bookworm/main amd64 libhunspell-1.7-0 amd64 1.7.1-1 [193 kB] Get:514 http://deb.debian.org/debian bookworm/main amd64 libenchant-2-2 amd64 2.3.3-2 [47.0 kB] Get:515 http://deb.debian.org/debian bookworm/main amd64 libwayland-server0 amd64 1.21.0-1 [35.9 kB] Get:516 http://deb.debian.org/debian bookworm/main amd64 libgbm1 amd64 22.3.6-1+deb12u1 [38.0 kB] Get:517 http://deb.debian.org/debian bookworm/main amd64 libegl-mesa0 amd64 22.3.6-1+deb12u1 [114 kB] Get:518 http://deb.debian.org/debian bookworm/main amd64 libegl1 amd64 1.6.0-1 [33.7 kB] Get:519 http://deb.debian.org/debian bookworm/main amd64 libgstreamer-gl1.0-0 amd64 1.22.0-3+deb12u1 [246 kB] Get:520 http://deb.debian.org/debian bookworm/main amd64 libgssdp-1.6-0 amd64 1.6.2-2 [38.8 kB] Get:521 http://deb.debian.org/debian bookworm/main amd64 libgupnp-1.6-0 amd64 1.6.3-1 [87.1 kB] Get:522 http://deb.debian.org/debian bookworm/main amd64 libgupnp-igd-1.0-4 amd64 1.2.0-3 [14.6 kB] Get:523 http://deb.debian.org/debian bookworm/main amd64 libnice10 amd64 0.1.21-1 [154 kB] Get:524 http://deb.debian.org/debian bookworm/main amd64 libva2 amd64 2.17.0-1 [69.2 kB] Get:525 http://deb.debian.org/debian bookworm/main amd64 libva-drm2 amd64 2.17.0-1 [16.4 kB] Get:526 http://deb.debian.org/debian bookworm/main amd64 libvulkan1 amd64 1.3.239.0-1 [116 kB] Get:527 http://deb.debian.org/debian bookworm/main amd64 libxcb-xkb1 amd64 1.15-1 [129 kB] Get:528 http://deb.debian.org/debian bookworm/main amd64 libxkbcommon-x11-0 amd64 1.5.0-1 [15.6 kB] Get:529 http://deb.debian.org/debian bookworm/main amd64 libgstreamer-plugins-bad1.0-0 amd64 1.22.0-4+deb12u5 [766 kB] Get:530 http://deb.debian.org/debian bookworm/main amd64 libharfbuzz-icu0 amd64 6.0.0+dfsg-3 [1,557 kB] Get:531 http://deb.debian.org/debian bookworm/main amd64 libhyphen0 amd64 2.8.8-7 [32.5 kB] Get:532 http://deb.debian.org/debian bookworm/main amd64 libevdev2 amd64 1.13.0+dfsg-1 [34.0 kB] Get:533 http://deb.debian.org/debian bookworm/main amd64 libmanette-0.2-0 amd64 0.2.6-3+b1 [28.4 kB] Get:534 http://deb.debian.org/debian bookworm/main amd64 libopenjp2-7 amd64 2.5.0-2 [189 kB] Get:535 http://deb.debian.org/debian bookworm/main amd64 libsecret-common all 0.20.5-3 [28.5 kB] Get:536 http://deb.debian.org/debian bookworm/main amd64 libsecret-1-0 amd64 0.20.5-3 [115 kB] Get:537 http://deb.debian.org/debian bookworm/main amd64 libwebpdemux2 amd64 1.2.4-0.2+deb12u1 [99.4 kB] Get:538 http://deb.debian.org/debian bookworm/main amd64 libwoff1 amd64 1.0.2-2 [43.0 kB] Get:539 http://deb.debian.org/debian bookworm/main amd64 libwpe-1.0-1 amd64 1.14.0-1 [19.0 kB] Get:540 http://deb.debian.org/debian bookworm/main amd64 libwpebackend-fdo-1.0-1 amd64 1.14.2-1 [33.6 kB] Get:541 http://deb.debian.org/debian bookworm/main amd64 libwxgtk-webview3.2-1 amd64 3.2.2+dfsg-2 [110 kB] Get:542 http://deb.debian.org/debian bookworm/main amd64 erlang-wx amd64 1:25.2.3+dfsg-1 [4,207 kB] Get:543 http://deb.debian.org/debian bookworm/main amd64 erlang-debugger amd64 1:25.2.3+dfsg-1 [468 kB] Get:544 http://deb.debian.org/debian bookworm/main amd64 erlang-mnesia amd64 1:25.2.3+dfsg-1 [872 kB] Get:545 http://deb.debian.org/debian bookworm/main amd64 erlang-runtime-tools amd64 1:25.2.3+dfsg-1 [229 kB] Get:546 http://deb.debian.org/debian bookworm/main amd64 erlang-public-key amd64 1:25.2.3+dfsg-1 [724 kB] Get:547 http://deb.debian.org/debian bookworm/main amd64 erlang-ssl amd64 1:25.2.3+dfsg-1 [1,610 kB] Get:548 http://deb.debian.org/debian bookworm/main amd64 erlang-ftp amd64 1:25.2.3+dfsg-1 [93.1 kB] Get:549 http://deb.debian.org/debian bookworm/main amd64 erlang-tftp amd64 1:25.2.3+dfsg-1 [109 kB] Get:550 http://deb.debian.org/debian bookworm/main amd64 erlang-inets amd64 1:25.2.3+dfsg-1 [634 kB] Get:551 http://deb.debian.org/debian bookworm/main amd64 erlang-et amd64 1:25.2.3+dfsg-1 [177 kB] Get:552 http://deb.debian.org/debian bookworm/main amd64 erlang-observer amd64 1:25.2.3+dfsg-1 [1,021 kB] Get:553 http://deb.debian.org/debian bookworm/main amd64 erlang-snmp amd64 1:25.2.3+dfsg-1 [1,827 kB] Get:554 http://deb.debian.org/debian bookworm/main amd64 erlang-ssh amd64 1:25.2.3+dfsg-1 [977 kB] Get:555 http://deb.debian.org/debian bookworm/main amd64 erlang-syntax-tools amd64 1:25.2.3+dfsg-1 [302 kB] Get:556 http://deb.debian.org/debian bookworm/main amd64 erlang-tools amd64 1:25.2.3+dfsg-1 [577 kB] Get:557 http://deb.debian.org/debian bookworm/main amd64 erlang-xmerl amd64 1:25.2.3+dfsg-1 [1,320 kB] Get:558 http://deb.debian.org/debian bookworm/main amd64 libjs-jquery-metadata all 12-4 [6,532 B] Get:559 http://deb.debian.org/debian bookworm/main amd64 libjs-jquery-tablesorter all 1:2.31.3+dfsg1-3 [184 kB] Get:560 http://deb.debian.org/debian bookworm/main amd64 erlang-common-test amd64 1:25.2.3+dfsg-1 [1,210 kB] Get:561 http://deb.debian.org/debian bookworm/main amd64 erlang-dev amd64 1:25.2.3+dfsg-1 [301 kB] Get:562 http://deb.debian.org/debian bookworm/main amd64 erlang-dialyzer amd64 1:25.2.3+dfsg-1 [1,066 kB] Get:563 http://deb.debian.org/debian bookworm/main amd64 erlang-diameter amd64 1:25.2.3+dfsg-1 [770 kB] Get:564 http://deb.debian.org/debian bookworm/main amd64 erlang-edoc amd64 1:25.2.3+dfsg-1 [394 kB] Get:565 http://deb.debian.org/debian bookworm/main amd64 erlang-eldap amd64 1:25.2.3+dfsg-1 [129 kB] Get:566 http://deb.debian.org/debian bookworm/main amd64 erlang-erl-docgen amd64 1:25.2.3+dfsg-1 [182 kB] Get:567 http://deb.debian.org/debian bookworm/main amd64 erlang-eunit amd64 1:25.2.3+dfsg-1 [171 kB] Get:568 http://deb.debian.org/debian bookworm/main amd64 libltdl7 amd64 2.4.7-5 [393 kB] Get:569 http://deb.debian.org/debian bookworm/main amd64 libodbc2 amd64 2.3.11-2+deb12u1 [150 kB] Get:570 http://deb.debian.org/debian bookworm/main amd64 erlang-odbc amd64 1:25.2.3+dfsg-1 [60.9 kB] Get:571 http://deb.debian.org/debian bookworm/main amd64 erlang-os-mon amd64 1:25.2.3+dfsg-1 [97.7 kB] Get:572 http://deb.debian.org/debian bookworm/main amd64 erlang-parsetools amd64 1:25.2.3+dfsg-1 [197 kB] Get:573 http://deb.debian.org/debian bookworm/main amd64 erlang-nox all 1:25.2.3+dfsg-1 [15.2 kB] Get:574 http://deb.debian.org/debian bookworm/main amd64 erlang-reltool amd64 1:25.2.3+dfsg-1 [390 kB] Get:575 http://deb.debian.org/debian bookworm/main amd64 libann0 amd64 1.1.2+doc-9+b1 [25.1 kB] Get:576 http://deb.debian.org/debian bookworm/main amd64 libcdt5 amd64 2.42.2-7+b3 [39.8 kB] Get:577 http://deb.debian.org/debian bookworm/main amd64 libcgraph6 amd64 2.42.2-7+b3 [63.2 kB] Get:578 http://deb.debian.org/debian bookworm/main amd64 libde265-0 amd64 1.0.11-1+deb12u2 [185 kB] Get:579 http://deb.debian.org/debian bookworm/main amd64 libx265-199 amd64 3.5-2+b1 [1,150 kB] Get:580 http://deb.debian.org/debian bookworm/main amd64 libheif1 amd64 1.15.1-1 [215 kB] Get:581 http://deb.debian.org/debian bookworm/main amd64 libgd3 amd64 2.3.3-9 [124 kB] Get:582 http://deb.debian.org/debian bookworm/main amd64 libgts-0.7-5 amd64 0.7.6+darcs121130-5+b1 [160 kB] Get:583 http://deb.debian.org/debian bookworm/main amd64 libpathplan4 amd64 2.42.2-7+b3 [42.2 kB] Get:584 http://deb.debian.org/debian bookworm/main amd64 libgvc6 amd64 2.42.2-7+b3 [678 kB] Get:585 http://deb.debian.org/debian bookworm/main amd64 libgvpr2 amd64 2.42.2-7+b3 [189 kB] Get:586 http://deb.debian.org/debian bookworm/main amd64 liblab-gamut1 amd64 2.42.2-7+b3 [198 kB] Get:587 http://deb.debian.org/debian bookworm/main amd64 graphviz amd64 2.42.2-7+b3 [611 kB] Get:588 http://deb.debian.org/debian bookworm/main amd64 libdecaf0 amd64 1.0.2-2 [87.2 kB] Get:589 http://deb.debian.org/debian bookworm/main amd64 libmbedcrypto7 amd64 2.28.3-1 [277 kB] Get:590 http://deb.debian.org/debian bookworm/main amd64 libmbedx509-1 amd64 2.28.3-1 [128 kB] Get:591 http://deb.debian.org/debian bookworm/main amd64 libmbedtls14 amd64 2.28.3-1 [163 kB] Get:592 http://deb.debian.org/debian bookworm/main amd64 libbctoolbox1 amd64 5.1.64-2 [129 kB] Get:593 http://deb.debian.org/debian bookworm/main amd64 libboost-chrono1.74.0 amd64 1.74.0+ds1-21 [228 kB] Get:594 http://deb.debian.org/debian bookworm/main amd64 libboost-filesystem1.74.0 amd64 1.74.0+ds1-21 [258 kB] Get:595 http://deb.debian.org/debian bookworm/main amd64 libboost-serialization1.74.0 amd64 1.74.0+ds1-21 [317 kB] Get:596 http://deb.debian.org/debian bookworm/main amd64 libboost-thread1.74.0 amd64 1.74.0+ds1-21 [257 kB] Get:597 http://deb.debian.org/debian bookworm/main amd64 libc-ares2 amd64 1.18.1-3 [102 kB] Get:598 http://deb.debian.org/debian bookworm/main amd64 libcdk5nc6 amd64 5.0.20180306-3 [129 kB] Get:599 http://deb.debian.org/debian bookworm/main amd64 libcsv3 amd64 3.0.3+dfsg-6 [10.3 kB] Get:600 http://deb.debian.org/debian bookworm/main amd64 libdbi1 amd64 0.9.0-6 [28.9 kB] Get:601 http://deb.debian.org/debian bookworm/main amd64 libdbd-sqlite3 amd64 0.9.0-11 [180 kB] Get:602 http://deb.debian.org/debian bookworm/main amd64 libfftw3-single3 amd64 3.3.10-1 [806 kB] Get:603 http://deb.debian.org/debian bookworm/main amd64 libmnl-dev amd64 1.0.4-3 [7,752 B] Get:604 http://deb.debian.org/debian bookworm/main amd64 libimagequant0 amd64 2.17.0-1 [32.5 kB] Get:605 http://deb.debian.org/debian bookworm/main amd64 libmicrohttpd12 amd64 0.9.75-6 [119 kB] Get:606 http://deb.debian.org/debian bookworm/main amd64 libnl-3-200 amd64 3.7.0-0.2+b1 [63.1 kB] Get:607 http://deb.debian.org/debian bookworm/main amd64 libnl-route-3-200 amd64 3.7.0-0.2+b1 [185 kB] Get:608 http://deb.debian.org/debian bookworm/main amd64 libnorm1 amd64 1.5.9+dfsg-2 [221 kB] Get:609 http://deb.debian.org/debian bookworm/main amd64 liboping0 amd64 1.10.0-5+b1 [17.3 kB] Get:610 http://deb.debian.org/debian bookworm/main amd64 liborcania2.3 amd64 2.3.2-1 [13.6 kB] Get:611 http://deb.debian.org/debian bookworm/main amd64 libortp16 amd64 1:5.1.64-2 [84.1 kB] Get:612 http://deb.debian.org/debian bookworm/main amd64 libtalloc-dev amd64 2.4.0-f2 [59.5 kB] Get:613 http://deb.debian.org/debian bookworm/main amd64 libusb-1.0-0-dev amd64 2:1.0.26-1 [83.3 kB] Get:614 http://deb.debian.org/debian bookworm/main amd64 libpgm-5.3-0 amd64 5.3.128~dfsg-2 [161 kB] Get:615 http://deb.debian.org/debian bookworm/main amd64 libpython3.11 amd64 3.11.2-6 [1,988 kB] Get:616 http://deb.debian.org/debian bookworm/main amd64 libraqm0 amd64 0.7.0-4.1 [10.6 kB] Get:617 http://deb.debian.org/debian bookworm/main amd64 librsvg2-2 amd64 2.54.7+dfsg-1~deb12u1 [2,620 kB] Get:618 http://deb.debian.org/debian bookworm/main amd64 librsvg2-bin amd64 2.54.7+dfsg-1~deb12u1 [1,584 kB] Get:619 http://deb.debian.org/debian bookworm/main amd64 libsodium23 amd64 1.0.18-1 [161 kB] Get:620 http://deb.debian.org/debian bookworm/main amd64 libsofia-sip-ua0 amd64 1.12.11+20110422.1+1e14eea~dfsg-6 [536 kB] Get:621 http://deb.debian.org/debian bookworm/main amd64 libsofia-sip-ua-glib3 amd64 1.12.11+20110422.1+1e14eea~dfsg-6 [14.6 kB] Get:622 http://deb.debian.org/debian bookworm/main amd64 libuhd4.3.0 amd64 4.3.0.0+ds1-5 [3,445 kB] Get:623 http://deb.debian.org/debian bookworm/main amd64 libyder2.0 amd64 1.4.19-1 [9,420 B] Get:624 http://deb.debian.org/debian bookworm/main amd64 libulfius2.7 amd64 2.7.13-1 [55.3 kB] Get:625 http://deb.debian.org/debian bookworm/main amd64 libwebpmux3 amd64 1.2.4-0.2+deb12u1 [109 kB] Get:626 http://deb.debian.org/debian bookworm/main amd64 libzmq5 amd64 4.3.4-6 [273 kB] Get:627 http://deb.debian.org/debian bookworm/main amd64 mscgen amd64 0.20-14 [49.5 kB] Get:628 http://deb.debian.org/debian bookworm/main amd64 openssl amd64 3.0.11-1~deb12u2 [1,419 kB] Get:629 http://deb.debian.org/debian bookworm/main amd64 python3-funcparserlib all 1.0.0-0.2 [17.5 kB] Get:630 http://deb.debian.org/debian bookworm/main amd64 python3-pil amd64 9.4.0-1.1+b1 [472 kB] Get:631 http://deb.debian.org/debian bookworm/main amd64 python3-webcolors all 1.11.1-1 [12.7 kB] Get:632 http://deb.debian.org/debian bookworm/main amd64 python3-roman all 3.3-3 [9,880 B] Get:633 http://deb.debian.org/debian bookworm/main amd64 python3-docutils all 0.19+dfsg-6 [382 kB] Get:634 http://deb.debian.org/debian bookworm/main amd64 python3-reportlab-accel amd64 3.6.12-1+b1 [38.6 kB] Get:635 http://deb.debian.org/debian bookworm/main amd64 python3-reportlab all 3.6.12-1 [564 kB] Get:636 http://deb.debian.org/debian bookworm/main amd64 python3-blockdiag all 2.0.1+dfsg-1 [74.1 kB] Get:637 http://deb.debian.org/debian bookworm/main amd64 python3-nwdiag all 2.0.0+dfsg-1.1 [32.5 kB] Get:638 http://deb.debian.org/debian bookworm/main amd64 python3-multidict amd64 6.0.4-1+b1 [31.6 kB] Get:639 http://deb.debian.org/debian bookworm/main amd64 python3-yarl amd64 1.8.2-1+b1 [49.8 kB] Get:640 http://deb.debian.org/debian bookworm/main amd64 python3-async-timeout all 4.0.2-1 [7,476 B] Get:641 http://deb.debian.org/debian bookworm/main amd64 python3-frozenlist amd64 1.3.3-1+b1 [30.0 kB] Get:642 http://deb.debian.org/debian bookworm/main amd64 python3-aiosignal all 1.3.1-1 [6,016 B] Get:643 http://deb.debian.org/debian bookworm/main amd64 python3-attr all 22.2.0-1 [65.4 kB] Get:644 http://deb.debian.org/debian bookworm/main amd64 python3-aiohttp amd64 3.8.4-1 [251 kB] Get:645 http://deb.debian.org/debian bookworm/main amd64 python3-automat all 22.10.0-1 [23.2 kB] Get:646 http://deb.debian.org/debian bookworm/main amd64 python3-cffi-backend amd64 1.15.1-5+b1 [84.6 kB] Get:647 http://deb.debian.org/debian bookworm/main amd64 python3-bcrypt amd64 3.2.2-1 [32.2 kB] Get:648 http://deb.debian.org/debian bookworm/main amd64 python3-constantly all 15.1.0-4 [8,544 B] Get:649 http://deb.debian.org/debian bookworm/main amd64 python3-cryptography amd64 38.0.4-3 [666 kB] Get:650 http://deb.debian.org/debian bookworm/main amd64 python3-hamcrest all 2.0.3-2 [29.7 kB] Get:651 http://deb.debian.org/debian bookworm/main amd64 python3-hyperlink all 21.0.0-5 [70.1 kB] Get:652 http://deb.debian.org/debian bookworm/main amd64 python3-incremental all 21.3.0-2 [14.1 kB] Get:653 http://deb.debian.org/debian bookworm/main amd64 python3-openssl all 23.0.0-1 [50.8 kB] Get:654 http://deb.debian.org/debian bookworm/main amd64 python3-pyasn1 all 0.4.8-3 [62.2 kB] Get:655 http://deb.debian.org/debian bookworm/main amd64 python3-pyasn1-modules all 0.2.8-1 [72.0 kB] Get:656 http://deb.debian.org/debian bookworm/main amd64 python3-service-identity all 18.1.0-8 [12.1 kB] Get:657 http://deb.debian.org/debian bookworm/main amd64 python3-zope.interface amd64 5.5.2-1+b1 [152 kB] Get:658 http://deb.debian.org/debian bookworm/main amd64 python3-twisted all 22.4.0-4 [1,982 kB] Get:659 http://deb.debian.org/debian bookworm/main amd64 python3-treq all 22.2.0-0.1 [50.8 kB] Get:660 http://deb.debian.org/debian bookworm/main amd64 rebar3 all 3.19.0-1 [964 kB] apt-listchanges: Reading changelogs... 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 747 MB in 17s (44.1 MB/s) (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 ... 28836 files and directories currently installed.) Preparing to unpack .../libc6_2.36-9+deb12u4_amd64.deb ... 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 Unpacking libc6:amd64 (2.36-9+deb12u4) over (2.36-9) ... Setting up libc6:amd64 (2.36-9+deb12u4) ... 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 (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 ... 28836 files and directories currently installed.) Preparing to unpack .../libc-bin_2.36-9+deb12u4_amd64.deb ... Unpacking libc-bin (2.36-9+deb12u4) over (2.36-9) ... Setting up libc-bin (2.36-9+deb12u4) ... (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 ... 28836 files and directories currently installed.) Preparing to unpack .../000-dbus-system-bus-common_1.14.10-1~deb12u1_all.deb ... Unpacking dbus-system-bus-common (1.14.10-1~deb12u1) over (1.14.6-1) ... Preparing to unpack .../001-dbus-session-bus-common_1.14.10-1~deb12u1_all.deb ... Unpacking dbus-session-bus-common (1.14.10-1~deb12u1) over (1.14.6-1) ... Preparing to unpack .../002-dbus-user-session_1.14.10-1~deb12u1_amd64.deb ... Unpacking dbus-user-session (1.14.10-1~deb12u1) over (1.14.6-1) ... Preparing to unpack .../003-dbus-bin_1.14.10-1~deb12u1_amd64.deb ... Unpacking dbus-bin (1.14.10-1~deb12u1) over (1.14.6-1) ... Preparing to unpack .../004-dbus_1.14.10-1~deb12u1_amd64.deb ... Unpacking dbus (1.14.10-1~deb12u1) over (1.14.6-1) ... Preparing to unpack .../005-dbus-daemon_1.14.10-1~deb12u1_amd64.deb ... Unpacking dbus-daemon (1.14.10-1~deb12u1) over (1.14.6-1) ... Preparing to unpack .../006-libdbus-1-3_1.14.10-1~deb12u1_amd64.deb ... Unpacking libdbus-1-3:amd64 (1.14.10-1~deb12u1) over (1.14.6-1) ... Selecting previously unselected package libosmo-rspro2:amd64. Preparing to unpack .../007-libosmo-rspro2_1.0.0_amd64.deb ... Unpacking libosmo-rspro2:amd64 (1.0.0) ... Selecting previously unselected package libosmoabis13:amd64. Preparing to unpack .../008-libosmoabis13_1.5.2_amd64.deb ... Unpacking libosmoabis13:amd64 (1.5.2) ... Selecting previously unselected package libifd-osmo-remsim-client0:amd64. Preparing to unpack .../009-libifd-osmo-remsim-client0_1.0.0_amd64.deb ... Unpacking libifd-osmo-remsim-client0:amd64 (1.0.0) ... Selecting previously unselected package pcscd. Preparing to unpack .../010-pcscd_1.9.9-2_amd64.deb ... Unpacking pcscd (1.9.9-2) ... Selecting previously unselected package sgml-base. Preparing to unpack .../011-sgml-base_1.31_all.deb ... Unpacking sgml-base (1.31) ... Preparing to unpack .../012-libc-l10n_2.36-9+deb12u4_all.deb ... Unpacking libc-l10n (2.36-9+deb12u4) over (2.36-9) ... Preparing to unpack .../013-locales_2.36-9+deb12u4_all.deb ... Unpacking locales (2.36-9+deb12u4) over (2.36-9) ... Selecting previously unselected package hicolor-icon-theme. Preparing to unpack .../014-hicolor-icon-theme_0.17-2_all.deb ... Unpacking hicolor-icon-theme (0.17-2) ... Selecting previously unselected package libgdk-pixbuf2.0-common. Preparing to unpack .../015-libgdk-pixbuf2.0-common_2.42.10+dfsg-1_all.deb ... Unpacking libgdk-pixbuf2.0-common (2.42.10+dfsg-1) ... Selecting previously unselected package libjpeg62-turbo:amd64. Preparing to unpack .../016-libjpeg62-turbo_1%3a2.1.5-2_amd64.deb ... Unpacking libjpeg62-turbo:amd64 (1:2.1.5-2) ... Selecting previously unselected package libdeflate0:amd64. Preparing to unpack .../017-libdeflate0_1.14-1_amd64.deb ... Unpacking libdeflate0:amd64 (1.14-1) ... Selecting previously unselected package libjbig0:amd64. Preparing to unpack .../018-libjbig0_2.1-6.1_amd64.deb ... Unpacking libjbig0:amd64 (2.1-6.1) ... Selecting previously unselected package liblerc4:amd64. Preparing to unpack .../019-liblerc4_4.0.0+ds-2_amd64.deb ... Unpacking liblerc4:amd64 (4.0.0+ds-2) ... Selecting previously unselected package libwebp7:amd64. Preparing to unpack .../020-libwebp7_1.2.4-0.2+deb12u1_amd64.deb ... Unpacking libwebp7:amd64 (1.2.4-0.2+deb12u1) ... Selecting previously unselected package libtiff6:amd64. Preparing to unpack .../021-libtiff6_4.5.0-6+deb12u1_amd64.deb ... Unpacking libtiff6:amd64 (4.5.0-6+deb12u1) ... Selecting previously unselected package libgdk-pixbuf-2.0-0:amd64. Preparing to unpack .../022-libgdk-pixbuf-2.0-0_2.42.10+dfsg-1+b1_amd64.deb ... Unpacking libgdk-pixbuf-2.0-0:amd64 (2.42.10+dfsg-1+b1) ... Selecting previously unselected package gtk-update-icon-cache. Preparing to unpack .../023-gtk-update-icon-cache_3.24.38-2~deb12u1_amd64.deb ... Unpacking gtk-update-icon-cache (3.24.38-2~deb12u1) ... Selecting previously unselected package adwaita-icon-theme. Preparing to unpack .../024-adwaita-icon-theme_43-1_all.deb ... Unpacking adwaita-icon-theme (43-1) ... Selecting previously unselected package asciidoc-common. Preparing to unpack .../025-asciidoc-common_10.2.0-1_all.deb ... Unpacking asciidoc-common (10.2.0-1) ... Selecting previously unselected package xml-core. Preparing to unpack .../026-xml-core_0.18+nmu1_all.deb ... Unpacking xml-core (0.18+nmu1) ... Selecting previously unselected package docbook-xsl. Preparing to unpack .../027-docbook-xsl_1.79.2+dfsg-2_all.deb ... Unpacking docbook-xsl (1.79.2+dfsg-2) ... Preparing to unpack .../028-libxml2_2.9.14+dfsg-1.3~deb12u1_amd64.deb ... Unpacking libxml2:amd64 (2.9.14+dfsg-1.3~deb12u1) over (2.9.14+dfsg-1.2) ... Selecting previously unselected package libxml2-utils. Preparing to unpack .../029-libxml2-utils_2.9.14+dfsg-1.3~deb12u1_amd64.deb ... Unpacking libxml2-utils (2.9.14+dfsg-1.3~deb12u1) ... Selecting previously unselected package libxslt1.1:amd64. Preparing to unpack .../030-libxslt1.1_1.1.35-1_amd64.deb ... Unpacking libxslt1.1:amd64 (1.1.35-1) ... Selecting previously unselected package xsltproc. Preparing to unpack .../031-xsltproc_1.1.35-1_amd64.deb ... Unpacking xsltproc (1.1.35-1) ... Selecting previously unselected package asciidoc-base. Preparing to unpack .../032-asciidoc-base_10.2.0-1_all.deb ... Unpacking asciidoc-base (10.2.0-1) ... Selecting previously unselected package asciidoc. Preparing to unpack .../033-asciidoc_10.2.0-1_all.deb ... Unpacking asciidoc (10.2.0-1) ... Selecting previously unselected package sgml-data. Preparing to unpack .../034-sgml-data_2.0.11+nmu1_all.deb ... Unpacking sgml-data (2.0.11+nmu1) ... Selecting previously unselected package docbook-xml. Preparing to unpack .../035-docbook-xml_4.5-12_all.deb ... Unpacking docbook-xml (4.5-12) ... Selecting previously unselected package tex-common. Preparing to unpack .../036-tex-common_6.18_all.deb ... Unpacking tex-common (6.18) ... Selecting previously unselected package libpaper1:amd64. Preparing to unpack .../037-libpaper1_1.1.29_amd64.deb ... Unpacking libpaper1:amd64 (1.1.29) ... Selecting previously unselected package libpaper-utils. Preparing to unpack .../038-libpaper-utils_1.1.29_amd64.deb ... Unpacking libpaper-utils (1.1.29) ... Selecting previously unselected package libkpathsea6:amd64. Preparing to unpack .../039-libkpathsea6_2022.20220321.62855-5.1+deb12u1_amd64.deb ... Unpacking libkpathsea6:amd64 (2022.20220321.62855-5.1+deb12u1) ... Selecting previously unselected package libptexenc1:amd64. Preparing to unpack .../040-libptexenc1_2022.20220321.62855-5.1+deb12u1_amd64.deb ... Unpacking libptexenc1:amd64 (2022.20220321.62855-5.1+deb12u1) ... Selecting previously unselected package libsynctex2:amd64. Preparing to unpack .../041-libsynctex2_2022.20220321.62855-5.1+deb12u1_amd64.deb ... Unpacking libsynctex2:amd64 (2022.20220321.62855-5.1+deb12u1) ... Selecting previously unselected package libtexlua53-5:amd64. Preparing to unpack .../042-libtexlua53-5_2022.20220321.62855-5.1+deb12u1_amd64.deb ... Unpacking libtexlua53-5:amd64 (2022.20220321.62855-5.1+deb12u1) ... Selecting previously unselected package libtexluajit2:amd64. Preparing to unpack .../043-libtexluajit2_2022.20220321.62855-5.1+deb12u1_amd64.deb ... Unpacking libtexluajit2:amd64 (2022.20220321.62855-5.1+deb12u1) ... Selecting previously unselected package t1utils. Preparing to unpack .../044-t1utils_1.41-4_amd64.deb ... Unpacking t1utils (1.41-4) ... Selecting previously unselected package fonts-dejavu-core. Preparing to unpack .../045-fonts-dejavu-core_2.37-6_all.deb ... Unpacking fonts-dejavu-core (2.37-6) ... Selecting previously unselected package fontconfig-config. Preparing to unpack .../046-fontconfig-config_2.14.1-4_amd64.deb ... Unpacking fontconfig-config (2.14.1-4) ... Selecting previously unselected package libfontconfig1:amd64. Preparing to unpack .../047-libfontconfig1_2.14.1-4_amd64.deb ... Unpacking libfontconfig1:amd64 (2.14.1-4) ... Selecting previously unselected package libpixman-1-0:amd64. Preparing to unpack .../048-libpixman-1-0_0.42.2-1_amd64.deb ... Unpacking libpixman-1-0:amd64 (0.42.2-1) ... Preparing to unpack .../049-libx11-data_2%3a1.8.4-2+deb12u2_all.deb ... Unpacking libx11-data (2:1.8.4-2+deb12u2) over (2:1.8.4-2) ... Preparing to unpack .../050-libx11-6_2%3a1.8.4-2+deb12u2_amd64.deb ... Unpacking libx11-6:amd64 (2:1.8.4-2+deb12u2) over (2:1.8.4-2) ... Selecting previously unselected package libxcb-render0:amd64. Preparing to unpack .../051-libxcb-render0_1.15-1_amd64.deb ... Unpacking libxcb-render0:amd64 (1.15-1) ... Selecting previously unselected package libxcb-shm0:amd64. Preparing to unpack .../052-libxcb-shm0_1.15-1_amd64.deb ... Unpacking libxcb-shm0:amd64 (1.15-1) ... Selecting previously unselected package libxrender1:amd64. Preparing to unpack .../053-libxrender1_1%3a0.9.10-1.1_amd64.deb ... Unpacking libxrender1:amd64 (1:0.9.10-1.1) ... Selecting previously unselected package libcairo2:amd64. Preparing to unpack .../054-libcairo2_1.16.0-7_amd64.deb ... Unpacking libcairo2:amd64 (1.16.0-7) ... Selecting previously unselected package libgraphite2-3:amd64. Preparing to unpack .../055-libgraphite2-3_1.3.14-1_amd64.deb ... Unpacking libgraphite2-3:amd64 (1.3.14-1) ... Selecting previously unselected package libharfbuzz0b:amd64. Preparing to unpack .../056-libharfbuzz0b_6.0.0+dfsg-3_amd64.deb ... Unpacking libharfbuzz0b:amd64 (6.0.0+dfsg-3) ... Selecting previously unselected package libmpfr6:amd64. Preparing to unpack .../057-libmpfr6_4.2.0-1_amd64.deb ... Unpacking libmpfr6:amd64 (4.2.0-1) ... Selecting previously unselected package libteckit0:amd64. Preparing to unpack .../058-libteckit0_2.5.11+ds1-1+b1_amd64.deb ... Unpacking libteckit0:amd64 (2.5.11+ds1-1+b1) ... Selecting previously unselected package x11-common. Preparing to unpack .../059-x11-common_1%3a7.7+23_all.deb ... Unpacking x11-common (1:7.7+23) ... Selecting previously unselected package libice6:amd64. Preparing to unpack .../060-libice6_2%3a1.0.10-1_amd64.deb ... Unpacking libice6:amd64 (2:1.0.10-1) ... Selecting previously unselected package libsm6:amd64. Preparing to unpack .../061-libsm6_2%3a1.2.3-1_amd64.deb ... Unpacking libsm6:amd64 (2:1.2.3-1) ... Selecting previously unselected package libxt6:amd64. Preparing to unpack .../062-libxt6_1%3a1.2.1-1.1_amd64.deb ... Unpacking libxt6:amd64 (1:1.2.1-1.1) ... Selecting previously unselected package libxmu6:amd64. Preparing to unpack .../063-libxmu6_2%3a1.1.3-3_amd64.deb ... Unpacking libxmu6:amd64 (2:1.1.3-3) ... Selecting previously unselected package libxpm4:amd64. Preparing to unpack .../064-libxpm4_1%3a3.5.12-1.1+deb12u1_amd64.deb ... Unpacking libxpm4:amd64 (1:3.5.12-1.1+deb12u1) ... Selecting previously unselected package libxaw7:amd64. Preparing to unpack .../065-libxaw7_2%3a1.0.14-1_amd64.deb ... Unpacking libxaw7:amd64 (2:1.0.14-1) ... Selecting previously unselected package libxi6:amd64. Preparing to unpack .../066-libxi6_2%3a1.8-1+b1_amd64.deb ... Unpacking libxi6:amd64 (2:1.8-1+b1) ... Selecting previously unselected package libzzip-0-13:amd64. Preparing to unpack .../067-libzzip-0-13_0.13.72+dfsg.1-1.1_amd64.deb ... Unpacking libzzip-0-13:amd64 (0.13.72+dfsg.1-1.1) ... Selecting previously unselected package texlive-binaries. Preparing to unpack .../068-texlive-binaries_2022.20220321.62855-5.1+deb12u1_amd64.deb ... Unpacking texlive-binaries (2022.20220321.62855-5.1+deb12u1) ... Selecting previously unselected package xdg-utils. Preparing to unpack .../069-xdg-utils_1.1.3-4.1_all.deb ... Unpacking xdg-utils (1.1.3-4.1) ... Selecting previously unselected package texlive-base. Preparing to unpack .../070-texlive-base_2022.20230122-3_all.deb ... Unpacking texlive-base (2022.20230122-3) ... Selecting previously unselected package texlive-fonts-recommended. Preparing to unpack .../071-texlive-fonts-recommended_2022.20230122-3_all.deb ... Unpacking texlive-fonts-recommended (2022.20230122-3) ... Selecting previously unselected package fonts-lmodern. Preparing to unpack .../072-fonts-lmodern_2.005-1_all.deb ... Unpacking fonts-lmodern (2.005-1) ... Selecting previously unselected package texlive-latex-base. Preparing to unpack .../073-texlive-latex-base_2022.20230122-3_all.deb ... Unpacking texlive-latex-base (2022.20230122-3) ... Selecting previously unselected package texlive-latex-recommended. Preparing to unpack .../074-texlive-latex-recommended_2022.20230122-3_all.deb ... Unpacking texlive-latex-recommended (2022.20230122-3) ... Selecting previously unselected package texlive. Preparing to unpack .../075-texlive_2022.20230122-3_all.deb ... Unpacking texlive (2022.20230122-3) ... Selecting previously unselected package texlive-bibtex-extra. Preparing to unpack .../076-texlive-bibtex-extra_2022.20230122-4_all.deb ... Unpacking texlive-bibtex-extra (2022.20230122-4) ... Selecting previously unselected package libthai-data. Preparing to unpack .../077-libthai-data_0.1.29-1_all.deb ... Unpacking libthai-data (0.1.29-1) ... Selecting previously unselected package libdatrie1:amd64. Preparing to unpack .../078-libdatrie1_0.2.13-2+b1_amd64.deb ... Unpacking libdatrie1:amd64 (0.2.13-2+b1) ... Selecting previously unselected package libthai0:amd64. Preparing to unpack .../079-libthai0_0.1.29-1_amd64.deb ... Unpacking libthai0:amd64 (0.1.29-1) ... Selecting previously unselected package libsombok3:amd64. Preparing to unpack .../080-libsombok3_2.4.0-2+b1_amd64.deb ... Unpacking libsombok3:amd64 (2.4.0-2+b1) ... Selecting previously unselected package libmime-charset-perl. Preparing to unpack .../081-libmime-charset-perl_1.013.1-2_all.deb ... Unpacking libmime-charset-perl (1.013.1-2) ... Selecting previously unselected package libunicode-linebreak-perl. Preparing to unpack .../082-libunicode-linebreak-perl_0.0.20190101-1+b5_amd64.deb ... Unpacking libunicode-linebreak-perl (0.0.20190101-1+b5) ... Selecting previously unselected package libjs-jquery. Preparing to unpack .../083-libjs-jquery_3.6.1+dfsg+~3.5.14-1_all.deb ... Unpacking libjs-jquery (3.6.1+dfsg+~3.5.14-1) ... Selecting previously unselected package libfontenc1:amd64. Preparing to unpack .../084-libfontenc1_1%3a1.1.4-1_amd64.deb ... Unpacking libfontenc1:amd64 (1:1.1.4-1) ... Selecting previously unselected package xfonts-encodings. Preparing to unpack .../085-xfonts-encodings_1%3a1.0.4-2.2_all.deb ... Unpacking xfonts-encodings (1:1.0.4-2.2) ... Selecting previously unselected package xfonts-utils. Preparing to unpack .../086-xfonts-utils_1%3a7.7+6_amd64.deb ... Unpacking xfonts-utils (1:7.7+6) ... Selecting previously unselected package lmodern. Preparing to unpack .../087-lmodern_2.005-1_all.deb ... Unpacking lmodern (2.005-1) ... Selecting previously unselected package texlive-luatex. Preparing to unpack .../088-texlive-luatex_2022.20230122-3_all.deb ... Unpacking texlive-luatex (2022.20230122-3) ... Selecting previously unselected package texlive-plain-generic. Preparing to unpack .../089-texlive-plain-generic_2022.20230122-4_all.deb ... Unpacking texlive-plain-generic (2022.20230122-4) ... Selecting previously unselected package texlive-extra-utils. Preparing to unpack .../090-texlive-extra-utils_2022.20230122-4_all.deb ... Unpacking texlive-extra-utils (2022.20230122-4) ... Selecting previously unselected package libapache-pom-java. Preparing to unpack .../091-libapache-pom-java_29-2_all.deb ... Unpacking libapache-pom-java (29-2) ... Selecting previously unselected package libcommons-parent-java. Preparing to unpack .../092-libcommons-parent-java_56-1_all.deb ... Unpacking libcommons-parent-java (56-1) ... Selecting previously unselected package libcommons-logging-java. Preparing to unpack .../093-libcommons-logging-java_1.2-3_all.deb ... Unpacking libcommons-logging-java (1.2-3) ... Selecting previously unselected package libfontbox-java. Preparing to unpack .../094-libfontbox-java_1%3a1.8.16-2_all.deb ... Unpacking libfontbox-java (1:1.8.16-2) ... Selecting previously unselected package libpdfbox-java. Preparing to unpack .../095-libpdfbox-java_1%3a1.8.16-2_all.deb ... Unpacking libpdfbox-java (1:1.8.16-2) ... Selecting previously unselected package preview-latex-style. Preparing to unpack .../096-preview-latex-style_12.2-1_all.deb ... Unpacking preview-latex-style (12.2-1) ... Selecting previously unselected package texlive-pictures. Preparing to unpack .../097-texlive-pictures_2022.20230122-3_all.deb ... Unpacking texlive-pictures (2022.20230122-3) ... Selecting previously unselected package texlive-latex-extra. Preparing to unpack .../098-texlive-latex-extra_2022.20230122-4_all.deb ... Unpacking texlive-latex-extra (2022.20230122-4) ... Selecting previously unselected package fonts-gfs-baskerville. Preparing to unpack .../099-fonts-gfs-baskerville_1.1-6_all.deb ... Unpacking fonts-gfs-baskerville (1.1-6) ... Selecting previously unselected package fonts-gfs-porson. Preparing to unpack .../100-fonts-gfs-porson_1.1-7_all.deb ... Unpacking fonts-gfs-porson (1.1-7) ... Selecting previously unselected package texlive-lang-greek. Preparing to unpack .../101-texlive-lang-greek_2022.20230122-1_all.deb ... Unpacking texlive-lang-greek (2022.20230122-1) ... Selecting previously unselected package texlive-science. Preparing to unpack .../102-texlive-science_2022.20230122-4_all.deb ... Unpacking texlive-science (2022.20230122-4) ... Selecting previously unselected package dblatex. Preparing to unpack .../103-dblatex_0.3.12py3-2_all.deb ... Unpacking dblatex (0.3.12py3-2) ... Selecting previously unselected package libosp5. Preparing to unpack .../104-libosp5_1.5.2-13+b2_amd64.deb ... Unpacking libosp5 (1.5.2-13+b2) ... Selecting previously unselected package libostyle1c2. Preparing to unpack .../105-libostyle1c2_1.4devel1-22_amd64.deb ... Unpacking libostyle1c2 (1.4devel1-22) ... Selecting previously unselected package openjade. Preparing to unpack .../106-openjade_1.4devel1-22_amd64.deb ... Unpacking openjade (1.4devel1-22) ... Selecting previously unselected package docbook-dsssl. Preparing to unpack .../107-docbook-dsssl_1.79-10_all.deb ... Unpacking docbook-dsssl (1.79-10) ... Selecting previously unselected package teckit. Preparing to unpack .../108-teckit_2.5.11+ds1-1+b1_amd64.deb ... Unpacking teckit (2.5.11+ds1-1+b1) ... Selecting previously unselected package tipa. Preparing to unpack .../109-tipa_2%3a1.3-21_all.deb ... Unpacking tipa (2:1.3-21) ... Selecting previously unselected package texlive-xetex. Preparing to unpack .../110-texlive-xetex_2022.20230122-3_all.deb ... Unpacking texlive-xetex (2022.20230122-3) ... Selecting previously unselected package texlive-formats-extra. Preparing to unpack .../111-texlive-formats-extra_2022.20230122-4_all.deb ... Unpacking texlive-formats-extra (2022.20230122-4) ... Selecting previously unselected package lynx-common. Preparing to unpack .../112-lynx-common_2.9.0dev.12-1_all.deb ... Unpacking lynx-common (2.9.0dev.12-1) ... Selecting previously unselected package lynx. Preparing to unpack .../113-lynx_2.9.0dev.12-1_amd64.deb ... Unpacking lynx (2.9.0dev.12-1) ... Selecting previously unselected package libsgmls-perl. Preparing to unpack .../114-libsgmls-perl_1.03ii-38_all.deb ... Unpacking libsgmls-perl (1.03ii-38) ... Selecting previously unselected package sgmlspl. Preparing to unpack .../115-sgmlspl_1.03ii-38_all.deb ... Unpacking sgmlspl (1.03ii-38) ... Selecting previously unselected package opensp. Preparing to unpack .../116-opensp_1.5.2-13+b2_amd64.deb ... Unpacking opensp (1.5.2-13+b2) ... Selecting previously unselected package docbook-utils. Preparing to unpack .../117-docbook-utils_0.6.14-4_all.deb ... Unpacking docbook-utils (0.6.14-4) ... Selecting previously unselected package asciidoc-dblatex. Preparing to unpack .../118-asciidoc-dblatex_10.2.0-1_all.deb ... Unpacking asciidoc-dblatex (10.2.0-1) ... Selecting previously unselected package at-spi2-common. Preparing to unpack .../119-at-spi2-common_2.46.0-5_all.deb ... Unpacking at-spi2-common (2.46.0-5) ... Selecting previously unselected package binutils-common:amd64. Preparing to unpack .../120-binutils-common_2.40-2_amd64.deb ... Unpacking binutils-common:amd64 (2.40-2) ... Selecting previously unselected package libbinutils:amd64. Preparing to unpack .../121-libbinutils_2.40-2_amd64.deb ... Unpacking libbinutils:amd64 (2.40-2) ... Selecting previously unselected package libctf-nobfd0:amd64. Preparing to unpack .../122-libctf-nobfd0_2.40-2_amd64.deb ... Unpacking libctf-nobfd0:amd64 (2.40-2) ... Selecting previously unselected package libctf0:amd64. Preparing to unpack .../123-libctf0_2.40-2_amd64.deb ... Unpacking libctf0:amd64 (2.40-2) ... Selecting previously unselected package libgprofng0:amd64. Preparing to unpack .../124-libgprofng0_2.40-2_amd64.deb ... Unpacking libgprofng0:amd64 (2.40-2) ... Selecting previously unselected package binutils-x86-64-linux-gnu. Preparing to unpack .../125-binutils-x86-64-linux-gnu_2.40-2_amd64.deb ... Unpacking binutils-x86-64-linux-gnu (2.40-2) ... Selecting previously unselected package binutils. Preparing to unpack .../126-binutils_2.40-2_amd64.deb ... Unpacking binutils (2.40-2) ... Selecting previously unselected package bubblewrap. Preparing to unpack .../127-bubblewrap_0.8.0-2_amd64.deb ... Unpacking bubblewrap (0.8.0-2) ... Selecting previously unselected package libisl23:amd64. Preparing to unpack .../128-libisl23_0.25-1.1_amd64.deb ... Unpacking libisl23:amd64 (0.25-1.1) ... Selecting previously unselected package libmpc3:amd64. Preparing to unpack .../129-libmpc3_1.3.1-1_amd64.deb ... Unpacking libmpc3:amd64 (1.3.1-1) ... Selecting previously unselected package cpp-12. Preparing to unpack .../130-cpp-12_12.2.0-14_amd64.deb ... Unpacking cpp-12 (12.2.0-14) ... Selecting previously unselected package cpp. Preparing to unpack .../131-cpp_4%3a12.2.0-3_amd64.deb ... Unpacking cpp (4:12.2.0-3) ... Selecting previously unselected package libdconf1:amd64. Preparing to unpack .../132-libdconf1_0.40.0-4_amd64.deb ... Unpacking libdconf1:amd64 (0.40.0-4) ... Selecting previously unselected package dconf-service. Preparing to unpack .../133-dconf-service_0.40.0-4_amd64.deb ... Unpacking dconf-service (0.40.0-4) ... Selecting previously unselected package dconf-gsettings-backend:amd64. Preparing to unpack .../134-dconf-gsettings-backend_0.40.0-4_amd64.deb ... Unpacking dconf-gsettings-backend:amd64 (0.40.0-4) ... Selecting previously unselected package docbook5-xml. Preparing to unpack .../135-docbook5-xml_5.0-3_all.deb ... Unpacking docbook5-xml (5.0-3) ... Selecting previously unselected package docutils-common. Preparing to unpack .../136-docutils-common_0.19+dfsg-6_all.deb ... Unpacking docutils-common (0.19+dfsg-6) ... Selecting previously unselected package libtcl8.6:amd64. Preparing to unpack .../137-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 .../138-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 .../139-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 .../140-expect_5.45.4-2+b1_amd64.deb ... Unpacking expect (5.45.4-2+b1) ... Selecting previously unselected package libmd-dev:amd64. Preparing to unpack .../141-libmd-dev_1.0.4-2_amd64.deb ... Unpacking libmd-dev:amd64 (1.0.4-2) ... Selecting previously unselected package libbsd-dev:amd64. Preparing to unpack .../142-libbsd-dev_0.11.7-2_amd64.deb ... Unpacking libbsd-dev:amd64 (0.11.7-2) ... Selecting previously unselected package libncurses6:amd64. Preparing to unpack .../143-libncurses6_6.4-4_amd64.deb ... Unpacking libncurses6:amd64 (6.4-4) ... Selecting previously unselected package libc-dev-bin. Preparing to unpack .../144-libc-dev-bin_2.36-9+deb12u4_amd64.deb ... Unpacking libc-dev-bin (2.36-9+deb12u4) ... Selecting previously unselected package linux-libc-dev:amd64. Preparing to unpack .../145-linux-libc-dev_6.1.85-1_amd64.deb ... Unpacking linux-libc-dev:amd64 (6.1.85-1) ... Selecting previously unselected package libcrypt-dev:amd64. Preparing to unpack .../146-libcrypt-dev_1%3a4.4.33-2_amd64.deb ... Unpacking libcrypt-dev:amd64 (1:4.4.33-2) ... Selecting previously unselected package libtirpc-dev:amd64. Preparing to unpack .../147-libtirpc-dev_1.3.3+ds-1_amd64.deb ... Unpacking libtirpc-dev:amd64 (1.3.3+ds-1) ... Selecting previously unselected package libnsl-dev:amd64. Preparing to unpack .../148-libnsl-dev_1.3.0-2_amd64.deb ... Unpacking libnsl-dev:amd64 (1.3.0-2) ... Selecting previously unselected package rpcsvc-proto. Preparing to unpack .../149-rpcsvc-proto_1.4.3-1_amd64.deb ... Unpacking rpcsvc-proto (1.4.3-1) ... Selecting previously unselected package libc6-dev:amd64. Preparing to unpack .../150-libc6-dev_2.36-9+deb12u4_amd64.deb ... Unpacking libc6-dev:amd64 (2.36-9+deb12u4) ... Selecting previously unselected package libncurses-dev:amd64. Preparing to unpack .../151-libncurses-dev_6.4-4_amd64.deb ... Unpacking libncurses-dev:amd64 (6.4-4) ... Selecting previously unselected package libedit-dev:amd64. Preparing to unpack .../152-libedit-dev_3.1-20221030-2_amd64.deb ... Unpacking libedit-dev:amd64 (3.1-20221030-2) ... Selecting previously unselected package libpkgconf3:amd64. Preparing to unpack .../153-libpkgconf3_1.8.1-1_amd64.deb ... Unpacking libpkgconf3:amd64 (1.8.1-1) ... Selecting previously unselected package pkgconf-bin. Preparing to unpack .../154-pkgconf-bin_1.8.1-1_amd64.deb ... Unpacking pkgconf-bin (1.8.1-1) ... Selecting previously unselected package pkgconf:amd64. Preparing to unpack .../155-pkgconf_1.8.1-1_amd64.deb ... Unpacking pkgconf:amd64 (1.8.1-1) ... Selecting previously unselected package pkg-config:amd64. Preparing to unpack .../156-pkg-config_1.8.1-1_amd64.deb ... Unpacking pkg-config:amd64 (1.8.1-1) ... Selecting previously unselected package libdbus-1-dev:amd64. Preparing to unpack .../157-libdbus-1-dev_1.14.10-1~deb12u1_amd64.deb ... Unpacking libdbus-1-dev:amd64 (1.14.10-1~deb12u1) ... Selecting previously unselected package libpcap0.8:amd64. Preparing to unpack .../158-libpcap0.8_1.10.3-1_amd64.deb ... Unpacking libpcap0.8:amd64 (1.10.3-1) ... Selecting previously unselected package libpcap0.8-dev:amd64. Preparing to unpack .../159-libpcap0.8-dev_1.10.3-1_amd64.deb ... Unpacking libpcap0.8-dev:amd64 (1.10.3-1) ... Selecting previously unselected package libpcap-dev:amd64. Preparing to unpack .../160-libpcap-dev_1.10.3-1_amd64.deb ... Unpacking libpcap-dev:amd64 (1.10.3-1) ... Selecting previously unselected package libpcre3:amd64. Preparing to unpack .../161-libpcre3_2%3a8.39-15_amd64.deb ... Unpacking libpcre3:amd64 (2:8.39-15) ... Selecting previously unselected package libpcre16-3:amd64. Preparing to unpack .../162-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 .../163-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 .../164-libpcrecpp0v5_2%3a8.39-15_amd64.deb ... Unpacking libpcrecpp0v5:amd64 (2:8.39-15) ... Selecting previously unselected package libpcre3-dev:amd64. Preparing to unpack .../165-libpcre3-dev_2%3a8.39-15_amd64.deb ... Unpacking libpcre3-dev:amd64 (2:8.39-15) ... Selecting previously unselected package libsctp-dev:amd64. Preparing to unpack .../166-libsctp-dev_1.0.19+dfsg-2_amd64.deb ... Unpacking libsctp-dev:amd64 (1.0.19+dfsg-2) ... Preparing to unpack .../167-libssl3_3.0.11-1~deb12u2_amd64.deb ... Unpacking libssl3:amd64 (3.0.11-1~deb12u2) over (3.0.8-1) ... Selecting previously unselected package libssl-dev:amd64. Preparing to unpack .../168-libssl-dev_3.0.11-1~deb12u2_amd64.deb ... Unpacking libssl-dev:amd64 (3.0.11-1~deb12u2) ... Selecting previously unselected package icu-devtools. Preparing to unpack .../169-icu-devtools_72.1-3_amd64.deb ... Unpacking icu-devtools (72.1-3) ... Selecting previously unselected package libicu-dev:amd64. Preparing to unpack .../170-libicu-dev_72.1-3_amd64.deb ... Unpacking libicu-dev:amd64 (72.1-3) ... Selecting previously unselected package libxml2-dev:amd64. Preparing to unpack .../171-libxml2-dev_2.9.14+dfsg-1.3~deb12u1_amd64.deb ... Unpacking libxml2-dev:amd64 (2.9.14+dfsg-1.3~deb12u1) ... Selecting previously unselected package make. Preparing to unpack .../172-make_4.3-4.1_amd64.deb ... Unpacking make (4.3-4.1) ... Selecting previously unselected package libcc1-0:amd64. Preparing to unpack .../173-libcc1-0_12.2.0-14_amd64.deb ... Unpacking libcc1-0:amd64 (12.2.0-14) ... Selecting previously unselected package libgomp1:amd64. Preparing to unpack .../174-libgomp1_12.2.0-14_amd64.deb ... Unpacking libgomp1:amd64 (12.2.0-14) ... Selecting previously unselected package libitm1:amd64. Preparing to unpack .../175-libitm1_12.2.0-14_amd64.deb ... Unpacking libitm1:amd64 (12.2.0-14) ... Selecting previously unselected package libatomic1:amd64. Preparing to unpack .../176-libatomic1_12.2.0-14_amd64.deb ... Unpacking libatomic1:amd64 (12.2.0-14) ... Selecting previously unselected package libasan8:amd64. Preparing to unpack .../177-libasan8_12.2.0-14_amd64.deb ... Unpacking libasan8:amd64 (12.2.0-14) ... Selecting previously unselected package liblsan0:amd64. Preparing to unpack .../178-liblsan0_12.2.0-14_amd64.deb ... Unpacking liblsan0:amd64 (12.2.0-14) ... Selecting previously unselected package libtsan2:amd64. Preparing to unpack .../179-libtsan2_12.2.0-14_amd64.deb ... Unpacking libtsan2:amd64 (12.2.0-14) ... Selecting previously unselected package libubsan1:amd64. Preparing to unpack .../180-libubsan1_12.2.0-14_amd64.deb ... Unpacking libubsan1:amd64 (12.2.0-14) ... Selecting previously unselected package libquadmath0:amd64. Preparing to unpack .../181-libquadmath0_12.2.0-14_amd64.deb ... Unpacking libquadmath0:amd64 (12.2.0-14) ... Selecting previously unselected package libgcc-12-dev:amd64. Preparing to unpack .../182-libgcc-12-dev_12.2.0-14_amd64.deb ... Unpacking libgcc-12-dev:amd64 (12.2.0-14) ... Selecting previously unselected package gcc-12. Preparing to unpack .../183-gcc-12_12.2.0-14_amd64.deb ... Unpacking gcc-12 (12.2.0-14) ... Selecting previously unselected package gcc. Preparing to unpack .../184-gcc_4%3a12.2.0-3_amd64.deb ... Unpacking gcc (4:12.2.0-3) ... Selecting previously unselected package eclipse-titan. Preparing to unpack .../185-eclipse-titan_9.0.0-1_amd64.deb ... Unpacking eclipse-titan (9.0.0-1) ... Selecting previously unselected package eclipse-titan-dbgsym. Preparing to unpack .../186-eclipse-titan-dbgsym_9.0.0-1_amd64.deb ... Unpacking eclipse-titan-dbgsym (9.0.0-1) ... Selecting previously unselected package erlang-base. Preparing to unpack .../187-erlang-base_1%3a25.2.3+dfsg-1_amd64.deb ... Unpacking erlang-base (1:25.2.3+dfsg-1) ... Selecting previously unselected package erlang-asn1. Preparing to unpack .../188-erlang-asn1_1%3a25.2.3+dfsg-1_amd64.deb ... Unpacking erlang-asn1 (1:25.2.3+dfsg-1) ... Selecting previously unselected package erlang-crypto. Preparing to unpack .../189-erlang-crypto_1%3a25.2.3+dfsg-1_amd64.deb ... Unpacking erlang-crypto (1:25.2.3+dfsg-1) ... Selecting previously unselected package libglvnd0:amd64. Preparing to unpack .../190-libglvnd0_1.6.0-1_amd64.deb ... Unpacking libglvnd0:amd64 (1.6.0-1) ... Selecting previously unselected package libopengl0:amd64. Preparing to unpack .../191-libopengl0_1.6.0-1_amd64.deb ... Unpacking libopengl0:amd64 (1.6.0-1) ... Selecting previously unselected package libglu1-mesa:amd64. Preparing to unpack .../192-libglu1-mesa_9.0.2-1.1_amd64.deb ... Unpacking libglu1-mesa:amd64 (9.0.2-1.1) ... Selecting previously unselected package libpcre2-32-0:amd64. Preparing to unpack .../193-libpcre2-32-0_10.42-1_amd64.deb ... Unpacking libpcre2-32-0:amd64 (10.42-1) ... Selecting previously unselected package libwxbase3.2-1:amd64. Preparing to unpack .../194-libwxbase3.2-1_3.2.2+dfsg-2_amd64.deb ... Unpacking libwxbase3.2-1:amd64 (3.2.2+dfsg-2) ... Selecting previously unselected package libdrm-common. Preparing to unpack .../195-libdrm-common_2.4.114-1_all.deb ... Unpacking libdrm-common (2.4.114-1) ... Selecting previously unselected package libdrm2:amd64. Preparing to unpack .../196-libdrm2_2.4.114-1+b1_amd64.deb ... Unpacking libdrm2:amd64 (2.4.114-1+b1) ... Selecting previously unselected package libglapi-mesa:amd64. Preparing to unpack .../197-libglapi-mesa_22.3.6-1+deb12u1_amd64.deb ... Unpacking libglapi-mesa:amd64 (22.3.6-1+deb12u1) ... Selecting previously unselected package libx11-xcb1:amd64. Preparing to unpack .../198-libx11-xcb1_2%3a1.8.4-2+deb12u2_amd64.deb ... Unpacking libx11-xcb1:amd64 (2:1.8.4-2+deb12u2) ... Selecting previously unselected package libxcb-dri2-0:amd64. Preparing to unpack .../199-libxcb-dri2-0_1.15-1_amd64.deb ... Unpacking libxcb-dri2-0:amd64 (1.15-1) ... Selecting previously unselected package libxcb-dri3-0:amd64. Preparing to unpack .../200-libxcb-dri3-0_1.15-1_amd64.deb ... Unpacking libxcb-dri3-0:amd64 (1.15-1) ... Selecting previously unselected package libxcb-glx0:amd64. Preparing to unpack .../201-libxcb-glx0_1.15-1_amd64.deb ... Unpacking libxcb-glx0:amd64 (1.15-1) ... Selecting previously unselected package libxcb-present0:amd64. Preparing to unpack .../202-libxcb-present0_1.15-1_amd64.deb ... Unpacking libxcb-present0:amd64 (1.15-1) ... Selecting previously unselected package libxcb-randr0:amd64. Preparing to unpack .../203-libxcb-randr0_1.15-1_amd64.deb ... Unpacking libxcb-randr0:amd64 (1.15-1) ... Selecting previously unselected package libxcb-sync1:amd64. Preparing to unpack .../204-libxcb-sync1_1.15-1_amd64.deb ... Unpacking libxcb-sync1:amd64 (1.15-1) ... Selecting previously unselected package libxcb-xfixes0:amd64. Preparing to unpack .../205-libxcb-xfixes0_1.15-1_amd64.deb ... Unpacking libxcb-xfixes0:amd64 (1.15-1) ... Selecting previously unselected package libxfixes3:amd64. Preparing to unpack .../206-libxfixes3_1%3a6.0.0-2_amd64.deb ... Unpacking libxfixes3:amd64 (1:6.0.0-2) ... Selecting previously unselected package libxshmfence1:amd64. Preparing to unpack .../207-libxshmfence1_1.3-1_amd64.deb ... Unpacking libxshmfence1:amd64 (1.3-1) ... Selecting previously unselected package libxxf86vm1:amd64. Preparing to unpack .../208-libxxf86vm1_1%3a1.1.4-1+b2_amd64.deb ... Unpacking libxxf86vm1:amd64 (1:1.1.4-1+b2) ... Selecting previously unselected package libdrm-amdgpu1:amd64. Preparing to unpack .../209-libdrm-amdgpu1_2.4.114-1+b1_amd64.deb ... Unpacking libdrm-amdgpu1:amd64 (2.4.114-1+b1) ... Selecting previously unselected package libpciaccess0:amd64. Preparing to unpack .../210-libpciaccess0_0.17-2_amd64.deb ... Unpacking libpciaccess0:amd64 (0.17-2) ... Selecting previously unselected package libdrm-intel1:amd64. Preparing to unpack .../211-libdrm-intel1_2.4.114-1+b1_amd64.deb ... Unpacking libdrm-intel1:amd64 (2.4.114-1+b1) ... Selecting previously unselected package libdrm-nouveau2:amd64. Preparing to unpack .../212-libdrm-nouveau2_2.4.114-1+b1_amd64.deb ... Unpacking libdrm-nouveau2:amd64 (2.4.114-1+b1) ... Selecting previously unselected package libdrm-radeon1:amd64. Preparing to unpack .../213-libdrm-radeon1_2.4.114-1+b1_amd64.deb ... Unpacking libdrm-radeon1:amd64 (2.4.114-1+b1) ... Selecting previously unselected package libz3-4:amd64. Preparing to unpack .../214-libz3-4_4.8.12-3.1_amd64.deb ... Unpacking libz3-4:amd64 (4.8.12-3.1) ... Selecting previously unselected package libllvm15:amd64. Preparing to unpack .../215-libllvm15_1%3a15.0.6-4+b1_amd64.deb ... Unpacking libllvm15:amd64 (1:15.0.6-4+b1) ... Selecting previously unselected package libsensors-config. Preparing to unpack .../216-libsensors-config_1%3a3.6.0-7.1_all.deb ... Unpacking libsensors-config (1:3.6.0-7.1) ... Selecting previously unselected package libsensors5:amd64. Preparing to unpack .../217-libsensors5_1%3a3.6.0-7.1_amd64.deb ... Unpacking libsensors5:amd64 (1:3.6.0-7.1) ... Selecting previously unselected package libgl1-mesa-dri:amd64. Preparing to unpack .../218-libgl1-mesa-dri_22.3.6-1+deb12u1_amd64.deb ... Unpacking libgl1-mesa-dri:amd64 (22.3.6-1+deb12u1) ... Selecting previously unselected package libglx-mesa0:amd64. Preparing to unpack .../219-libglx-mesa0_22.3.6-1+deb12u1_amd64.deb ... Unpacking libglx-mesa0:amd64 (22.3.6-1+deb12u1) ... Selecting previously unselected package libglx0:amd64. Preparing to unpack .../220-libglx0_1.6.0-1_amd64.deb ... Unpacking libglx0:amd64 (1.6.0-1) ... Selecting previously unselected package libgl1:amd64. Preparing to unpack .../221-libgl1_1.6.0-1_amd64.deb ... Unpacking libgl1:amd64 (1.6.0-1) ... Selecting previously unselected package libatk1.0-0:amd64. Preparing to unpack .../222-libatk1.0-0_2.46.0-5_amd64.deb ... Unpacking libatk1.0-0:amd64 (2.46.0-5) ... Selecting previously unselected package libatspi2.0-0:amd64. Preparing to unpack .../223-libatspi2.0-0_2.46.0-5_amd64.deb ... Unpacking libatspi2.0-0:amd64 (2.46.0-5) ... Selecting previously unselected package libatk-bridge2.0-0:amd64. Preparing to unpack .../224-libatk-bridge2.0-0_2.46.0-5_amd64.deb ... Unpacking libatk-bridge2.0-0:amd64 (2.46.0-5) ... Selecting previously unselected package libcairo-gobject2:amd64. Preparing to unpack .../225-libcairo-gobject2_1.16.0-7_amd64.deb ... Unpacking libcairo-gobject2:amd64 (1.16.0-7) ... Selecting previously unselected package liblcms2-2:amd64. Preparing to unpack .../226-liblcms2-2_2.14-2_amd64.deb ... Unpacking liblcms2-2:amd64 (2.14-2) ... Selecting previously unselected package libcolord2:amd64. Preparing to unpack .../227-libcolord2_1.4.6-2.2_amd64.deb ... Unpacking libcolord2:amd64 (1.4.6-2.2) ... Selecting previously unselected package libavahi-common-data:amd64. Preparing to unpack .../228-libavahi-common-data_0.8-10_amd64.deb ... Unpacking libavahi-common-data:amd64 (0.8-10) ... Selecting previously unselected package libavahi-common3:amd64. Preparing to unpack .../229-libavahi-common3_0.8-10_amd64.deb ... Unpacking libavahi-common3:amd64 (0.8-10) ... Selecting previously unselected package libavahi-client3:amd64. Preparing to unpack .../230-libavahi-client3_0.8-10_amd64.deb ... Unpacking libavahi-client3:amd64 (0.8-10) ... Selecting previously unselected package libcups2:amd64. Preparing to unpack .../231-libcups2_2.4.2-3+deb12u5_amd64.deb ... Unpacking libcups2:amd64 (2.4.2-3+deb12u5) ... Selecting previously unselected package libepoxy0:amd64. Preparing to unpack .../232-libepoxy0_1.5.10-1_amd64.deb ... Unpacking libepoxy0:amd64 (1.5.10-1) ... Selecting previously unselected package libfribidi0:amd64. Preparing to unpack .../233-libfribidi0_1.0.8-2.1_amd64.deb ... Unpacking libfribidi0:amd64 (1.0.8-2.1) ... Selecting previously unselected package fontconfig. Preparing to unpack .../234-fontconfig_2.14.1-4_amd64.deb ... Unpacking fontconfig (2.14.1-4) ... Selecting previously unselected package libpango-1.0-0:amd64. Preparing to unpack .../235-libpango-1.0-0_1.50.12+ds-1_amd64.deb ... Unpacking libpango-1.0-0:amd64 (1.50.12+ds-1) ... Selecting previously unselected package libpangoft2-1.0-0:amd64. Preparing to unpack .../236-libpangoft2-1.0-0_1.50.12+ds-1_amd64.deb ... Unpacking libpangoft2-1.0-0:amd64 (1.50.12+ds-1) ... Selecting previously unselected package libpangocairo-1.0-0:amd64. Preparing to unpack .../237-libpangocairo-1.0-0_1.50.12+ds-1_amd64.deb ... Unpacking libpangocairo-1.0-0:amd64 (1.50.12+ds-1) ... Selecting previously unselected package libwayland-client0:amd64. Preparing to unpack .../238-libwayland-client0_1.21.0-1_amd64.deb ... Unpacking libwayland-client0:amd64 (1.21.0-1) ... Selecting previously unselected package libwayland-cursor0:amd64. Preparing to unpack .../239-libwayland-cursor0_1.21.0-1_amd64.deb ... Unpacking libwayland-cursor0:amd64 (1.21.0-1) ... Selecting previously unselected package libwayland-egl1:amd64. Preparing to unpack .../240-libwayland-egl1_1.21.0-1_amd64.deb ... Unpacking libwayland-egl1:amd64 (1.21.0-1) ... Selecting previously unselected package libxcomposite1:amd64. Preparing to unpack .../241-libxcomposite1_1%3a0.4.5-1_amd64.deb ... Unpacking libxcomposite1:amd64 (1:0.4.5-1) ... Selecting previously unselected package libxcursor1:amd64. Preparing to unpack .../242-libxcursor1_1%3a1.2.1-1_amd64.deb ... Unpacking libxcursor1:amd64 (1:1.2.1-1) ... Selecting previously unselected package libxdamage1:amd64. Preparing to unpack .../243-libxdamage1_1%3a1.1.6-1_amd64.deb ... Unpacking libxdamage1:amd64 (1:1.1.6-1) ... Selecting previously unselected package libxinerama1:amd64. Preparing to unpack .../244-libxinerama1_2%3a1.1.4-3_amd64.deb ... Unpacking libxinerama1:amd64 (2:1.1.4-3) ... Selecting previously unselected package libxkbcommon0:amd64. Preparing to unpack .../245-libxkbcommon0_1.5.0-1_amd64.deb ... Unpacking libxkbcommon0:amd64 (1.5.0-1) ... Selecting previously unselected package libxrandr2:amd64. Preparing to unpack .../246-libxrandr2_2%3a1.5.2-2+b1_amd64.deb ... Unpacking libxrandr2:amd64 (2:1.5.2-2+b1) ... Selecting previously unselected package libgtk-3-common. Preparing to unpack .../247-libgtk-3-common_3.24.38-2~deb12u1_all.deb ... Unpacking libgtk-3-common (3.24.38-2~deb12u1) ... Selecting previously unselected package libgtk-3-0:amd64. Preparing to unpack .../248-libgtk-3-0_3.24.38-2~deb12u1_amd64.deb ... Unpacking libgtk-3-0:amd64 (3.24.38-2~deb12u1) ... Selecting previously unselected package libnotify4:amd64. Preparing to unpack .../249-libnotify4_0.8.1-1_amd64.deb ... Unpacking libnotify4:amd64 (0.8.1-1) ... Selecting previously unselected package libxtst6:amd64. Preparing to unpack .../250-libxtst6_2%3a1.2.3-1.1_amd64.deb ... Unpacking libxtst6:amd64 (2:1.2.3-1.1) ... Selecting previously unselected package libwxgtk3.2-1:amd64. Preparing to unpack .../251-libwxgtk3.2-1_3.2.2+dfsg-2_amd64.deb ... Unpacking libwxgtk3.2-1:amd64 (3.2.2+dfsg-2) ... Selecting previously unselected package libwxgtk-gl3.2-1:amd64. Preparing to unpack .../252-libwxgtk-gl3.2-1_3.2.2+dfsg-2_amd64.deb ... Unpacking libwxgtk-gl3.2-1:amd64 (3.2.2+dfsg-2) ... Selecting previously unselected package libjavascriptcoregtk-4.0-18:amd64. Preparing to unpack .../253-libjavascriptcoregtk-4.0-18_2.42.5-1~deb12u1_amd64.deb ... Unpacking libjavascriptcoregtk-4.0-18:amd64 (2.42.5-1~deb12u1) ... Selecting previously unselected package libcdparanoia0:amd64. Preparing to unpack .../254-libcdparanoia0_3.10.2+debian-14_amd64.deb ... Unpacking libcdparanoia0:amd64 (3.10.2+debian-14) ... Selecting previously unselected package libdw1:amd64. Preparing to unpack .../255-libdw1_0.188-2.1_amd64.deb ... Unpacking libdw1:amd64 (0.188-2.1) ... Selecting previously unselected package libunwind8:amd64. Preparing to unpack .../256-libunwind8_1.6.2-3_amd64.deb ... Unpacking libunwind8:amd64 (1.6.2-3) ... Selecting previously unselected package libgstreamer1.0-0:amd64. Preparing to unpack .../257-libgstreamer1.0-0_1.22.0-2_amd64.deb ... Unpacking libgstreamer1.0-0:amd64 (1.22.0-2) ... Selecting previously unselected package liborc-0.4-0:amd64. Preparing to unpack .../258-liborc-0.4-0_1%3a0.4.33-2_amd64.deb ... Unpacking liborc-0.4-0:amd64 (1:0.4.33-2) ... Selecting previously unselected package libgstreamer-plugins-base1.0-0:amd64. Preparing to unpack .../259-libgstreamer-plugins-base1.0-0_1.22.0-3+deb12u1_amd64.deb ... Unpacking libgstreamer-plugins-base1.0-0:amd64 (1.22.0-3+deb12u1) ... Selecting previously unselected package libogg0:amd64. Preparing to unpack .../260-libogg0_1.3.5-3_amd64.deb ... Unpacking libogg0:amd64 (1.3.5-3) ... Selecting previously unselected package libopus0:amd64. Preparing to unpack .../261-libopus0_1.3.1-3_amd64.deb ... Unpacking libopus0:amd64 (1.3.1-3) ... Selecting previously unselected package libtheora0:amd64. Preparing to unpack .../262-libtheora0_1.1.1+dfsg.1-16.1+b1_amd64.deb ... Unpacking libtheora0:amd64 (1.1.1+dfsg.1-16.1+b1) ... Selecting previously unselected package libvisual-0.4-0:amd64. Preparing to unpack .../263-libvisual-0.4-0_0.4.0-19_amd64.deb ... Unpacking libvisual-0.4-0:amd64 (0.4.0-19) ... Selecting previously unselected package libvorbis0a:amd64. Preparing to unpack .../264-libvorbis0a_1.3.7-1_amd64.deb ... Unpacking libvorbis0a:amd64 (1.3.7-1) ... Selecting previously unselected package libvorbisenc2:amd64. Preparing to unpack .../265-libvorbisenc2_1.3.7-1_amd64.deb ... Unpacking libvorbisenc2:amd64 (1.3.7-1) ... Selecting previously unselected package gstreamer1.0-plugins-base:amd64. Preparing to unpack .../266-gstreamer1.0-plugins-base_1.22.0-3+deb12u1_amd64.deb ... Unpacking gstreamer1.0-plugins-base:amd64 (1.22.0-3+deb12u1) ... Selecting previously unselected package libgpm2:amd64. Preparing to unpack .../267-libgpm2_1.20.7-10+b1_amd64.deb ... Unpacking libgpm2:amd64 (1.20.7-10+b1) ... Selecting previously unselected package libaa1:amd64. Preparing to unpack .../268-libaa1_1.4p5-50_amd64.deb ... Unpacking libaa1:amd64 (1.4p5-50) ... Selecting previously unselected package libraw1394-11:amd64. Preparing to unpack .../269-libraw1394-11_2.1.2-2_amd64.deb ... Unpacking libraw1394-11:amd64 (2.1.2-2) ... Selecting previously unselected package libavc1394-0:amd64. Preparing to unpack .../270-libavc1394-0_0.5.4-5_amd64.deb ... Unpacking libavc1394-0:amd64 (0.5.4-5) ... Selecting previously unselected package libcaca0:amd64. Preparing to unpack .../271-libcaca0_0.99.beta20-3_amd64.deb ... Unpacking libcaca0:amd64 (0.99.beta20-3) ... Selecting previously unselected package libdv4:amd64. Preparing to unpack .../272-libdv4_1.0.0-15_amd64.deb ... Unpacking libdv4:amd64 (1.0.0-15) ... Selecting previously unselected package libflac12:amd64. Preparing to unpack .../273-libflac12_1.4.2+ds-2_amd64.deb ... Unpacking libflac12:amd64 (1.4.2+ds-2) ... Selecting previously unselected package libgudev-1.0-0:amd64. Preparing to unpack .../274-libgudev-1.0-0_237-2_amd64.deb ... Unpacking libgudev-1.0-0:amd64 (237-2) ... Selecting previously unselected package libiec61883-0:amd64. Preparing to unpack .../275-libiec61883-0_1.2.0-6+b1_amd64.deb ... Unpacking libiec61883-0:amd64 (1.2.0-6+b1) ... Selecting previously unselected package libsamplerate0:amd64. Preparing to unpack .../276-libsamplerate0_0.2.2-3_amd64.deb ... Unpacking libsamplerate0:amd64 (0.2.2-3) ... Selecting previously unselected package libjack-jackd2-0:amd64. Preparing to unpack .../277-libjack-jackd2-0_1.9.21~dfsg-3_amd64.deb ... Unpacking libjack-jackd2-0:amd64 (1.9.21~dfsg-3) ... Selecting previously unselected package libmp3lame0:amd64. Preparing to unpack .../278-libmp3lame0_3.100-6_amd64.deb ... Unpacking libmp3lame0:amd64 (3.100-6) ... Selecting previously unselected package libmpg123-0:amd64. Preparing to unpack .../279-libmpg123-0_1.31.2-1_amd64.deb ... Unpacking libmpg123-0:amd64 (1.31.2-1) ... Selecting previously unselected package libasyncns0:amd64. Preparing to unpack .../280-libasyncns0_0.8-6+b3_amd64.deb ... Unpacking libasyncns0:amd64 (0.8-6+b3) ... Selecting previously unselected package libsndfile1:amd64. Preparing to unpack .../281-libsndfile1_1.2.0-1_amd64.deb ... Unpacking libsndfile1:amd64 (1.2.0-1) ... Selecting previously unselected package libpulse0:amd64. Preparing to unpack .../282-libpulse0_16.1+dfsg1-2+b1_amd64.deb ... Unpacking libpulse0:amd64 (16.1+dfsg1-2+b1) ... Selecting previously unselected package libspeex1:amd64. Preparing to unpack .../283-libspeex1_1.2.1-2_amd64.deb ... Unpacking libspeex1:amd64 (1.2.1-2) ... Selecting previously unselected package libshout3:amd64. Preparing to unpack .../284-libshout3_2.4.6-1+b1_amd64.deb ... Unpacking libshout3:amd64 (2.4.6-1+b1) ... Selecting previously unselected package libtag1v5-vanilla:amd64. Preparing to unpack .../285-libtag1v5-vanilla_1.13-2_amd64.deb ... Unpacking libtag1v5-vanilla:amd64 (1.13-2) ... Selecting previously unselected package libtag1v5:amd64. Preparing to unpack .../286-libtag1v5_1.13-2_amd64.deb ... Unpacking libtag1v5:amd64 (1.13-2) ... Selecting previously unselected package libtwolame0:amd64. Preparing to unpack .../287-libtwolame0_0.4.0-2_amd64.deb ... Unpacking libtwolame0:amd64 (0.4.0-2) ... Selecting previously unselected package libv4lconvert0:amd64. Preparing to unpack .../288-libv4lconvert0_1.22.1-5+b2_amd64.deb ... Unpacking libv4lconvert0:amd64 (1.22.1-5+b2) ... Selecting previously unselected package libv4l-0:amd64. Preparing to unpack .../289-libv4l-0_1.22.1-5+b2_amd64.deb ... Unpacking libv4l-0:amd64 (1.22.1-5+b2) ... Selecting previously unselected package libvpx7:amd64. Preparing to unpack .../290-libvpx7_1.12.0-1+deb12u2_amd64.deb ... Unpacking libvpx7:amd64 (1.12.0-1+deb12u2) ... Selecting previously unselected package libwavpack1:amd64. Preparing to unpack .../291-libwavpack1_5.6.0-1_amd64.deb ... Unpacking libwavpack1:amd64 (5.6.0-1) ... Selecting previously unselected package libproxy1v5:amd64. Preparing to unpack .../292-libproxy1v5_0.4.18-1.2_amd64.deb ... Unpacking libproxy1v5:amd64 (0.4.18-1.2) ... Selecting previously unselected package glib-networking-common. Preparing to unpack .../293-glib-networking-common_2.74.0-4_all.deb ... Unpacking glib-networking-common (2.74.0-4) ... Selecting previously unselected package glib-networking-services. Preparing to unpack .../294-glib-networking-services_2.74.0-4_amd64.deb ... Unpacking glib-networking-services (2.74.0-4) ... Selecting previously unselected package gsettings-desktop-schemas. Preparing to unpack .../295-gsettings-desktop-schemas_43.0-1_all.deb ... Unpacking gsettings-desktop-schemas (43.0-1) ... Selecting previously unselected package glib-networking:amd64. Preparing to unpack .../296-glib-networking_2.74.0-4_amd64.deb ... Unpacking glib-networking:amd64 (2.74.0-4) ... Selecting previously unselected package libsoup2.4-common. Preparing to unpack .../297-libsoup2.4-common_2.74.3-1_all.deb ... Unpacking libsoup2.4-common (2.74.3-1) ... Selecting previously unselected package libsoup2.4-1:amd64. Preparing to unpack .../298-libsoup2.4-1_2.74.3-1_amd64.deb ... Unpacking libsoup2.4-1:amd64 (2.74.3-1) ... Selecting previously unselected package libsoup-3.0-common. Preparing to unpack .../299-libsoup-3.0-common_3.2.2-2_all.deb ... Unpacking libsoup-3.0-common (3.2.2-2) ... Selecting previously unselected package libsoup-3.0-0:amd64. Preparing to unpack .../300-libsoup-3.0-0_3.2.2-2_amd64.deb ... Unpacking libsoup-3.0-0:amd64 (3.2.2-2) ... Selecting previously unselected package gstreamer1.0-plugins-good:amd64. Preparing to unpack .../301-gstreamer1.0-plugins-good_1.22.0-5+deb12u1_amd64.deb ... Unpacking gstreamer1.0-plugins-good:amd64 (1.22.0-5+deb12u1) ... Selecting previously unselected package libgles2:amd64. Preparing to unpack .../302-libgles2_1.6.0-1_amd64.deb ... Unpacking libgles2:amd64 (1.6.0-1) ... Selecting previously unselected package xdg-dbus-proxy. Preparing to unpack .../303-xdg-dbus-proxy_0.1.4-3_amd64.deb ... Unpacking xdg-dbus-proxy (0.1.4-3) ... Selecting previously unselected package libaom3:amd64. Preparing to unpack .../304-libaom3_3.6.0-1_amd64.deb ... Unpacking libaom3:amd64 (3.6.0-1) ... Selecting previously unselected package libdav1d6:amd64. Preparing to unpack .../305-libdav1d6_1.0.0-2_amd64.deb ... Unpacking libdav1d6:amd64 (1.0.0-2) ... Selecting previously unselected package libabsl20220623:amd64. Preparing to unpack .../306-libabsl20220623_20220623.1-1_amd64.deb ... Unpacking libabsl20220623:amd64 (20220623.1-1) ... Selecting previously unselected package libgav1-1:amd64. Preparing to unpack .../307-libgav1-1_0.18.0-1+b1_amd64.deb ... Unpacking libgav1-1:amd64 (0.18.0-1+b1) ... Selecting previously unselected package librav1e0:amd64. Preparing to unpack .../308-librav1e0_0.5.1-6_amd64.deb ... Unpacking librav1e0:amd64 (0.5.1-6) ... Selecting previously unselected package libsvtav1enc1:amd64. Preparing to unpack .../309-libsvtav1enc1_1.4.1+dfsg-1_amd64.deb ... Unpacking libsvtav1enc1:amd64 (1.4.1+dfsg-1) ... Selecting previously unselected package libyuv0:amd64. Preparing to unpack .../310-libyuv0_0.0~git20230123.b2528b0-1_amd64.deb ... Unpacking libyuv0:amd64 (0.0~git20230123.b2528b0-1) ... Selecting previously unselected package libavif15:amd64. Preparing to unpack .../311-libavif15_0.11.1-1_amd64.deb ... Unpacking libavif15:amd64 (0.11.1-1) ... Selecting previously unselected package libaspell15:amd64. Preparing to unpack .../312-libaspell15_0.60.8-4+b1_amd64.deb ... Unpacking libaspell15:amd64 (0.60.8-4+b1) ... Selecting previously unselected package libhunspell-1.7-0:amd64. Preparing to unpack .../313-libhunspell-1.7-0_1.7.1-1_amd64.deb ... Unpacking libhunspell-1.7-0:amd64 (1.7.1-1) ... Selecting previously unselected package libenchant-2-2:amd64. Preparing to unpack .../314-libenchant-2-2_2.3.3-2_amd64.deb ... Unpacking libenchant-2-2:amd64 (2.3.3-2) ... Selecting previously unselected package libwayland-server0:amd64. Preparing to unpack .../315-libwayland-server0_1.21.0-1_amd64.deb ... Unpacking libwayland-server0:amd64 (1.21.0-1) ... Selecting previously unselected package libgbm1:amd64. Preparing to unpack .../316-libgbm1_22.3.6-1+deb12u1_amd64.deb ... Unpacking libgbm1:amd64 (22.3.6-1+deb12u1) ... Selecting previously unselected package libegl-mesa0:amd64. Preparing to unpack .../317-libegl-mesa0_22.3.6-1+deb12u1_amd64.deb ... Unpacking libegl-mesa0:amd64 (22.3.6-1+deb12u1) ... Selecting previously unselected package libegl1:amd64. Preparing to unpack .../318-libegl1_1.6.0-1_amd64.deb ... Unpacking libegl1:amd64 (1.6.0-1) ... Selecting previously unselected package libgstreamer-gl1.0-0:amd64. Preparing to unpack .../319-libgstreamer-gl1.0-0_1.22.0-3+deb12u1_amd64.deb ... Unpacking libgstreamer-gl1.0-0:amd64 (1.22.0-3+deb12u1) ... Selecting previously unselected package libgssdp-1.6-0:amd64. Preparing to unpack .../320-libgssdp-1.6-0_1.6.2-2_amd64.deb ... Unpacking libgssdp-1.6-0:amd64 (1.6.2-2) ... Selecting previously unselected package libgupnp-1.6-0:amd64. Preparing to unpack .../321-libgupnp-1.6-0_1.6.3-1_amd64.deb ... Unpacking libgupnp-1.6-0:amd64 (1.6.3-1) ... Selecting previously unselected package libgupnp-igd-1.0-4:amd64. Preparing to unpack .../322-libgupnp-igd-1.0-4_1.2.0-3_amd64.deb ... Unpacking libgupnp-igd-1.0-4:amd64 (1.2.0-3) ... Selecting previously unselected package libnice10:amd64. Preparing to unpack .../323-libnice10_0.1.21-1_amd64.deb ... Unpacking libnice10:amd64 (0.1.21-1) ... Selecting previously unselected package libva2:amd64. Preparing to unpack .../324-libva2_2.17.0-1_amd64.deb ... Unpacking libva2:amd64 (2.17.0-1) ... Selecting previously unselected package libva-drm2:amd64. Preparing to unpack .../325-libva-drm2_2.17.0-1_amd64.deb ... Unpacking libva-drm2:amd64 (2.17.0-1) ... Selecting previously unselected package libvulkan1:amd64. Preparing to unpack .../326-libvulkan1_1.3.239.0-1_amd64.deb ... Unpacking libvulkan1:amd64 (1.3.239.0-1) ... Selecting previously unselected package libxcb-xkb1:amd64. Preparing to unpack .../327-libxcb-xkb1_1.15-1_amd64.deb ... Unpacking libxcb-xkb1:amd64 (1.15-1) ... Selecting previously unselected package libxkbcommon-x11-0:amd64. Preparing to unpack .../328-libxkbcommon-x11-0_1.5.0-1_amd64.deb ... Unpacking libxkbcommon-x11-0:amd64 (1.5.0-1) ... Selecting previously unselected package libgstreamer-plugins-bad1.0-0:amd64. Preparing to unpack .../329-libgstreamer-plugins-bad1.0-0_1.22.0-4+deb12u5_amd64.deb ... Unpacking libgstreamer-plugins-bad1.0-0:amd64 (1.22.0-4+deb12u5) ... Selecting previously unselected package libharfbuzz-icu0:amd64. Preparing to unpack .../330-libharfbuzz-icu0_6.0.0+dfsg-3_amd64.deb ... Unpacking libharfbuzz-icu0:amd64 (6.0.0+dfsg-3) ... Selecting previously unselected package libhyphen0:amd64. Preparing to unpack .../331-libhyphen0_2.8.8-7_amd64.deb ... Unpacking libhyphen0:amd64 (2.8.8-7) ... Selecting previously unselected package libevdev2:amd64. Preparing to unpack .../332-libevdev2_1.13.0+dfsg-1_amd64.deb ... Unpacking libevdev2:amd64 (1.13.0+dfsg-1) ... Selecting previously unselected package libmanette-0.2-0:amd64. Preparing to unpack .../333-libmanette-0.2-0_0.2.6-3+b1_amd64.deb ... Unpacking libmanette-0.2-0:amd64 (0.2.6-3+b1) ... Selecting previously unselected package libopenjp2-7:amd64. Preparing to unpack .../334-libopenjp2-7_2.5.0-2_amd64.deb ... Unpacking libopenjp2-7:amd64 (2.5.0-2) ... Selecting previously unselected package libsecret-common. Preparing to unpack .../335-libsecret-common_0.20.5-3_all.deb ... Unpacking libsecret-common (0.20.5-3) ... Selecting previously unselected package libsecret-1-0:amd64. Preparing to unpack .../336-libsecret-1-0_0.20.5-3_amd64.deb ... Unpacking libsecret-1-0:amd64 (0.20.5-3) ... Selecting previously unselected package libwebpdemux2:amd64. Preparing to unpack .../337-libwebpdemux2_1.2.4-0.2+deb12u1_amd64.deb ... Unpacking libwebpdemux2:amd64 (1.2.4-0.2+deb12u1) ... Selecting previously unselected package libwoff1:amd64. Preparing to unpack .../338-libwoff1_1.0.2-2_amd64.deb ... Unpacking libwoff1:amd64 (1.0.2-2) ... Selecting previously unselected package libwpe-1.0-1:amd64. Preparing to unpack .../339-libwpe-1.0-1_1.14.0-1_amd64.deb ... Unpacking libwpe-1.0-1:amd64 (1.14.0-1) ... Selecting previously unselected package libwpebackend-fdo-1.0-1:amd64. Preparing to unpack .../340-libwpebackend-fdo-1.0-1_1.14.2-1_amd64.deb ... Unpacking libwpebackend-fdo-1.0-1:amd64 (1.14.2-1) ... Selecting previously unselected package libwebkit2gtk-4.0-37:amd64. Preparing to unpack .../341-libwebkit2gtk-4.0-37_2.42.5-1~deb12u1_amd64.deb ... Unpacking libwebkit2gtk-4.0-37:amd64 (2.42.5-1~deb12u1) ... Selecting previously unselected package libwxgtk-webview3.2-1:amd64. Preparing to unpack .../342-libwxgtk-webview3.2-1_3.2.2+dfsg-2_amd64.deb ... Unpacking libwxgtk-webview3.2-1:amd64 (3.2.2+dfsg-2) ... Selecting previously unselected package erlang-wx. Preparing to unpack .../343-erlang-wx_1%3a25.2.3+dfsg-1_amd64.deb ... Unpacking erlang-wx (1:25.2.3+dfsg-1) ... Selecting previously unselected package erlang-debugger. Preparing to unpack .../344-erlang-debugger_1%3a25.2.3+dfsg-1_amd64.deb ... Unpacking erlang-debugger (1:25.2.3+dfsg-1) ... Selecting previously unselected package erlang-mnesia. Preparing to unpack .../345-erlang-mnesia_1%3a25.2.3+dfsg-1_amd64.deb ... Unpacking erlang-mnesia (1:25.2.3+dfsg-1) ... Selecting previously unselected package erlang-runtime-tools. Preparing to unpack .../346-erlang-runtime-tools_1%3a25.2.3+dfsg-1_amd64.deb ... Unpacking erlang-runtime-tools (1:25.2.3+dfsg-1) ... Selecting previously unselected package erlang-public-key. Preparing to unpack .../347-erlang-public-key_1%3a25.2.3+dfsg-1_amd64.deb ... Unpacking erlang-public-key (1:25.2.3+dfsg-1) ... Selecting previously unselected package erlang-ssl. Preparing to unpack .../348-erlang-ssl_1%3a25.2.3+dfsg-1_amd64.deb ... Unpacking erlang-ssl (1:25.2.3+dfsg-1) ... Selecting previously unselected package erlang-ftp. Preparing to unpack .../349-erlang-ftp_1%3a25.2.3+dfsg-1_amd64.deb ... Unpacking erlang-ftp (1:25.2.3+dfsg-1) ... Selecting previously unselected package erlang-tftp. Preparing to unpack .../350-erlang-tftp_1%3a25.2.3+dfsg-1_amd64.deb ... Unpacking erlang-tftp (1:25.2.3+dfsg-1) ... Selecting previously unselected package erlang-inets. Preparing to unpack .../351-erlang-inets_1%3a25.2.3+dfsg-1_amd64.deb ... Unpacking erlang-inets (1:25.2.3+dfsg-1) ... Selecting previously unselected package erlang-et. Preparing to unpack .../352-erlang-et_1%3a25.2.3+dfsg-1_amd64.deb ... Unpacking erlang-et (1:25.2.3+dfsg-1) ... Selecting previously unselected package erlang-observer. Preparing to unpack .../353-erlang-observer_1%3a25.2.3+dfsg-1_amd64.deb ... Unpacking erlang-observer (1:25.2.3+dfsg-1) ... Selecting previously unselected package erlang-snmp. Preparing to unpack .../354-erlang-snmp_1%3a25.2.3+dfsg-1_amd64.deb ... Unpacking erlang-snmp (1:25.2.3+dfsg-1) ... Selecting previously unselected package erlang-ssh. Preparing to unpack .../355-erlang-ssh_1%3a25.2.3+dfsg-1_amd64.deb ... Unpacking erlang-ssh (1:25.2.3+dfsg-1) ... Selecting previously unselected package erlang-syntax-tools. Preparing to unpack .../356-erlang-syntax-tools_1%3a25.2.3+dfsg-1_amd64.deb ... Unpacking erlang-syntax-tools (1:25.2.3+dfsg-1) ... Selecting previously unselected package erlang-tools. Preparing to unpack .../357-erlang-tools_1%3a25.2.3+dfsg-1_amd64.deb ... Unpacking erlang-tools (1:25.2.3+dfsg-1) ... Selecting previously unselected package erlang-xmerl. Preparing to unpack .../358-erlang-xmerl_1%3a25.2.3+dfsg-1_amd64.deb ... Unpacking erlang-xmerl (1:25.2.3+dfsg-1) ... Selecting previously unselected package libjs-jquery-metadata. Preparing to unpack .../359-libjs-jquery-metadata_12-4_all.deb ... Unpacking libjs-jquery-metadata (12-4) ... Selecting previously unselected package libjs-jquery-tablesorter. Preparing to unpack .../360-libjs-jquery-tablesorter_1%3a2.31.3+dfsg1-3_all.deb ... Unpacking libjs-jquery-tablesorter (1:2.31.3+dfsg1-3) ... Selecting previously unselected package erlang-common-test. Preparing to unpack .../361-erlang-common-test_1%3a25.2.3+dfsg-1_amd64.deb ... Unpacking erlang-common-test (1:25.2.3+dfsg-1) ... Selecting previously unselected package erlang-dev. Preparing to unpack .../362-erlang-dev_1%3a25.2.3+dfsg-1_amd64.deb ... Unpacking erlang-dev (1:25.2.3+dfsg-1) ... Selecting previously unselected package erlang-dialyzer. Preparing to unpack .../363-erlang-dialyzer_1%3a25.2.3+dfsg-1_amd64.deb ... Unpacking erlang-dialyzer (1:25.2.3+dfsg-1) ... Selecting previously unselected package erlang-diameter. Preparing to unpack .../364-erlang-diameter_1%3a25.2.3+dfsg-1_amd64.deb ... Unpacking erlang-diameter (1:25.2.3+dfsg-1) ... Selecting previously unselected package erlang-edoc. Preparing to unpack .../365-erlang-edoc_1%3a25.2.3+dfsg-1_amd64.deb ... Unpacking erlang-edoc (1:25.2.3+dfsg-1) ... Selecting previously unselected package erlang-eldap. Preparing to unpack .../366-erlang-eldap_1%3a25.2.3+dfsg-1_amd64.deb ... Unpacking erlang-eldap (1:25.2.3+dfsg-1) ... Selecting previously unselected package erlang-erl-docgen. Preparing to unpack .../367-erlang-erl-docgen_1%3a25.2.3+dfsg-1_amd64.deb ... Unpacking erlang-erl-docgen (1:25.2.3+dfsg-1) ... Selecting previously unselected package erlang-eunit. Preparing to unpack .../368-erlang-eunit_1%3a25.2.3+dfsg-1_amd64.deb ... Unpacking erlang-eunit (1:25.2.3+dfsg-1) ... Selecting previously unselected package libltdl7:amd64. Preparing to unpack .../369-libltdl7_2.4.7-5_amd64.deb ... Unpacking libltdl7:amd64 (2.4.7-5) ... Selecting previously unselected package libodbc2:amd64. Preparing to unpack .../370-libodbc2_2.3.11-2+deb12u1_amd64.deb ... Unpacking libodbc2:amd64 (2.3.11-2+deb12u1) ... Selecting previously unselected package erlang-odbc. Preparing to unpack .../371-erlang-odbc_1%3a25.2.3+dfsg-1_amd64.deb ... Unpacking erlang-odbc (1:25.2.3+dfsg-1) ... Selecting previously unselected package erlang-os-mon. Preparing to unpack .../372-erlang-os-mon_1%3a25.2.3+dfsg-1_amd64.deb ... Unpacking erlang-os-mon (1:25.2.3+dfsg-1) ... Selecting previously unselected package erlang-parsetools. Preparing to unpack .../373-erlang-parsetools_1%3a25.2.3+dfsg-1_amd64.deb ... Unpacking erlang-parsetools (1:25.2.3+dfsg-1) ... Selecting previously unselected package erlang-nox. Preparing to unpack .../374-erlang-nox_1%3a25.2.3+dfsg-1_all.deb ... Unpacking erlang-nox (1:25.2.3+dfsg-1) ... Selecting previously unselected package erlang-reltool. Preparing to unpack .../375-erlang-reltool_1%3a25.2.3+dfsg-1_amd64.deb ... Unpacking erlang-reltool (1:25.2.3+dfsg-1) ... Selecting previously unselected package libann0. Preparing to unpack .../376-libann0_1.1.2+doc-9+b1_amd64.deb ... Unpacking libann0 (1.1.2+doc-9+b1) ... Selecting previously unselected package libcdt5:amd64. Preparing to unpack .../377-libcdt5_2.42.2-7+b3_amd64.deb ... Unpacking libcdt5:amd64 (2.42.2-7+b3) ... Selecting previously unselected package libcgraph6:amd64. Preparing to unpack .../378-libcgraph6_2.42.2-7+b3_amd64.deb ... Unpacking libcgraph6:amd64 (2.42.2-7+b3) ... Selecting previously unselected package libde265-0:amd64. Preparing to unpack .../379-libde265-0_1.0.11-1+deb12u2_amd64.deb ... Unpacking libde265-0:amd64 (1.0.11-1+deb12u2) ... Selecting previously unselected package libx265-199:amd64. Preparing to unpack .../380-libx265-199_3.5-2+b1_amd64.deb ... Unpacking libx265-199:amd64 (3.5-2+b1) ... Selecting previously unselected package libheif1:amd64. Preparing to unpack .../381-libheif1_1.15.1-1_amd64.deb ... Unpacking libheif1:amd64 (1.15.1-1) ... Selecting previously unselected package libgd3:amd64. Preparing to unpack .../382-libgd3_2.3.3-9_amd64.deb ... Unpacking libgd3:amd64 (2.3.3-9) ... Selecting previously unselected package libgts-0.7-5:amd64. Preparing to unpack .../383-libgts-0.7-5_0.7.6+darcs121130-5+b1_amd64.deb ... Unpacking libgts-0.7-5:amd64 (0.7.6+darcs121130-5+b1) ... Selecting previously unselected package libpathplan4:amd64. Preparing to unpack .../384-libpathplan4_2.42.2-7+b3_amd64.deb ... Unpacking libpathplan4:amd64 (2.42.2-7+b3) ... Selecting previously unselected package libgvc6. Preparing to unpack .../385-libgvc6_2.42.2-7+b3_amd64.deb ... Unpacking libgvc6 (2.42.2-7+b3) ... Selecting previously unselected package libgvpr2:amd64. Preparing to unpack .../386-libgvpr2_2.42.2-7+b3_amd64.deb ... Unpacking libgvpr2:amd64 (2.42.2-7+b3) ... Selecting previously unselected package liblab-gamut1:amd64. Preparing to unpack .../387-liblab-gamut1_2.42.2-7+b3_amd64.deb ... Unpacking liblab-gamut1:amd64 (2.42.2-7+b3) ... Selecting previously unselected package graphviz. Preparing to unpack .../388-graphviz_2.42.2-7+b3_amd64.deb ... Unpacking graphviz (2.42.2-7+b3) ... Selecting previously unselected package gtp-echo-responder. Preparing to unpack .../389-gtp-echo-responder_1.11.0_amd64.deb ... Unpacking gtp-echo-responder (1.11.0) ... Selecting previously unselected package libdecaf0:amd64. Preparing to unpack .../390-libdecaf0_1.0.2-2_amd64.deb ... Unpacking libdecaf0:amd64 (1.0.2-2) ... Selecting previously unselected package libmbedcrypto7:amd64. Preparing to unpack .../391-libmbedcrypto7_2.28.3-1_amd64.deb ... Unpacking libmbedcrypto7:amd64 (2.28.3-1) ... Selecting previously unselected package libmbedx509-1:amd64. Preparing to unpack .../392-libmbedx509-1_2.28.3-1_amd64.deb ... Unpacking libmbedx509-1:amd64 (2.28.3-1) ... Selecting previously unselected package libmbedtls14:amd64. Preparing to unpack .../393-libmbedtls14_2.28.3-1_amd64.deb ... Unpacking libmbedtls14:amd64 (2.28.3-1) ... Selecting previously unselected package libbctoolbox1:amd64. Preparing to unpack .../394-libbctoolbox1_5.1.64-2_amd64.deb ... Unpacking libbctoolbox1:amd64 (5.1.64-2) ... Selecting previously unselected package libboost-chrono1.74.0:amd64. Preparing to unpack .../395-libboost-chrono1.74.0_1.74.0+ds1-21_amd64.deb ... Unpacking libboost-chrono1.74.0:amd64 (1.74.0+ds1-21) ... Selecting previously unselected package libboost-filesystem1.74.0:amd64. Preparing to unpack .../396-libboost-filesystem1.74.0_1.74.0+ds1-21_amd64.deb ... Unpacking libboost-filesystem1.74.0:amd64 (1.74.0+ds1-21) ... Selecting previously unselected package libboost-serialization1.74.0:amd64. Preparing to unpack .../397-libboost-serialization1.74.0_1.74.0+ds1-21_amd64.deb ... Unpacking libboost-serialization1.74.0:amd64 (1.74.0+ds1-21) ... Selecting previously unselected package libboost-thread1.74.0:amd64. Preparing to unpack .../398-libboost-thread1.74.0_1.74.0+ds1-21_amd64.deb ... Unpacking libboost-thread1.74.0:amd64 (1.74.0+ds1-21) ... Selecting previously unselected package libc-ares2:amd64. Preparing to unpack .../399-libc-ares2_1.18.1-3_amd64.deb ... Unpacking libc-ares2:amd64 (1.18.1-3) ... Selecting previously unselected package libcdk5nc6:amd64. Preparing to unpack .../400-libcdk5nc6_5.0.20180306-3_amd64.deb ... Unpacking libcdk5nc6:amd64 (5.0.20180306-3) ... Selecting previously unselected package libcsv3:amd64. Preparing to unpack .../401-libcsv3_3.0.3+dfsg-6_amd64.deb ... Unpacking libcsv3:amd64 (3.0.3+dfsg-6) ... Selecting previously unselected package libdbi1:amd64. Preparing to unpack .../402-libdbi1_0.9.0-6_amd64.deb ... Unpacking libdbi1:amd64 (0.9.0-6) ... Selecting previously unselected package libdbd-sqlite3:amd64. Preparing to unpack .../403-libdbd-sqlite3_0.9.0-11_amd64.deb ... Unpacking libdbd-sqlite3:amd64 (0.9.0-11) ... Selecting previously unselected package libfftw3-single3:amd64. Preparing to unpack .../404-libfftw3-single3_3.3.10-1_amd64.deb ... Unpacking libfftw3-single3:amd64 (3.3.10-1) ... Selecting previously unselected package libgtp6:amd64. Preparing to unpack .../405-libgtp6_1.11.0_amd64.deb ... Unpacking libgtp6:amd64 (1.11.0) ... Selecting previously unselected package libgtp-dev:amd64. Preparing to unpack .../406-libgtp-dev_1.11.0_amd64.deb ... Unpacking libgtp-dev:amd64 (1.11.0) ... Selecting previously unselected package libmnl-dev:amd64. Preparing to unpack .../407-libmnl-dev_1.0.4-3_amd64.deb ... Unpacking libmnl-dev:amd64 (1.0.4-3) ... Selecting previously unselected package libgtpnl0:amd64. Preparing to unpack .../408-libgtpnl0_1.2.5_amd64.deb ... Unpacking libgtpnl0:amd64 (1.2.5) ... Selecting previously unselected package libgtpnl-dev:amd64. Preparing to unpack .../409-libgtpnl-dev_1.2.5_amd64.deb ... Unpacking libgtpnl-dev:amd64 (1.2.5) ... Selecting previously unselected package libifd-osmo-remsim-client0-dbgsym:amd64. Preparing to unpack .../410-libifd-osmo-remsim-client0-dbgsym_1.0.0_amd64.deb ... Unpacking libifd-osmo-remsim-client0-dbgsym:amd64 (1.0.0) ... Selecting previously unselected package libimagequant0:amd64. Preparing to unpack .../411-libimagequant0_2.17.0-1_amd64.deb ... Unpacking libimagequant0:amd64 (2.17.0-1) ... Selecting previously unselected package liblimesuite23.11-1:amd64. Preparing to unpack .../412-liblimesuite23.11-1_23.11.0_amd64.deb ... Unpacking liblimesuite23.11-1:amd64 (23.11.0) ... Selecting previously unselected package libmicrohttpd12:amd64. Preparing to unpack .../413-libmicrohttpd12_0.9.75-6_amd64.deb ... Unpacking libmicrohttpd12:amd64 (0.9.75-6) ... Selecting previously unselected package libnl-3-200:amd64. Preparing to unpack .../414-libnl-3-200_3.7.0-0.2+b1_amd64.deb ... Unpacking libnl-3-200:amd64 (3.7.0-0.2+b1) ... Selecting previously unselected package libnl-route-3-200:amd64. Preparing to unpack .../415-libnl-route-3-200_3.7.0-0.2+b1_amd64.deb ... Unpacking libnl-route-3-200:amd64 (3.7.0-0.2+b1) ... Selecting previously unselected package libnorm1:amd64. Preparing to unpack .../416-libnorm1_1.5.9+dfsg-2_amd64.deb ... Unpacking libnorm1:amd64 (1.5.9+dfsg-2) ... Selecting previously unselected package liboping0:amd64. Preparing to unpack .../417-liboping0_1.10.0-5+b1_amd64.deb ... Unpacking liboping0:amd64 (1.10.0-5+b1) ... Selecting previously unselected package liborcania2.3:amd64. Preparing to unpack .../418-liborcania2.3_2.3.2-1_amd64.deb ... Unpacking liborcania2.3:amd64 (2.3.2-1) ... Selecting previously unselected package libortp16:amd64. Preparing to unpack .../419-libortp16_1%3a5.1.64-2_amd64.deb ... Unpacking libortp16:amd64 (1:5.1.64-2) ... Selecting previously unselected package libosmotrau2:amd64. Preparing to unpack .../420-libosmotrau2_1.5.2_amd64.deb ... Unpacking libosmotrau2:amd64 (1.5.2) ... Selecting previously unselected package libosmo-abis:amd64. Preparing to unpack .../421-libosmo-abis_1.5.2_amd64.deb ... Unpacking libosmo-abis:amd64 (1.5.2) ... Selecting previously unselected package libosmo-abis-dev:amd64. Preparing to unpack .../422-libosmo-abis-dev_1.5.2_amd64.deb ... Unpacking libosmo-abis-dev:amd64 (1.5.2) ... Selecting previously unselected package libosmo-e1d1:amd64. Preparing to unpack .../423-libosmo-e1d1_0.6.0_amd64.deb ... Unpacking libosmo-e1d1:amd64 (0.6.0) ... Selecting previously unselected package libosmo-e1d1-dbgsym:amd64. Preparing to unpack .../424-libosmo-e1d1-dbgsym_0.6.0_amd64.deb ... Unpacking libosmo-e1d1-dbgsym:amd64 (0.6.0) ... Selecting previously unselected package libosmo-fl2k0:amd64. Preparing to unpack .../425-libosmo-fl2k0_0.2.0_amd64.deb ... Unpacking libosmo-fl2k0:amd64 (0.2.0) ... Selecting previously unselected package libosmo-fl2k-dev. Preparing to unpack .../426-libosmo-fl2k-dev_0.2.0_amd64.deb ... Unpacking libosmo-fl2k-dev (0.2.0) ... Selecting previously unselected package libosmo-fl2k0-dbgsym:amd64. Preparing to unpack .../427-libosmo-fl2k0-dbgsym_0.2.0_amd64.deb ... Unpacking libosmo-fl2k0-dbgsym:amd64 (0.2.0) ... Selecting previously unselected package libosmo-gsup-client0:amd64. Preparing to unpack .../428-libosmo-gsup-client0_1.7.0_amd64.deb ... Unpacking libosmo-gsup-client0:amd64 (1.7.0) ... Selecting previously unselected package libtalloc-dev:amd64. Preparing to unpack .../429-libtalloc-dev_2.4.0-f2_amd64.deb ... Unpacking libtalloc-dev:amd64 (2.4.0-f2) ... Selecting previously unselected package libusb-1.0-0-dev:amd64. Preparing to unpack .../430-libusb-1.0-0-dev_2%3a1.0.26-1_amd64.deb ... Unpacking libusb-1.0-0-dev:amd64 (2:1.0.26-1) ... Selecting previously unselected package libosmocore-dev:amd64. Preparing to unpack .../431-libosmocore-dev_1.9.2_amd64.deb ... Unpacking libosmocore-dev:amd64 (1.9.2) ... Selecting previously unselected package libosmo-gsup-client-dev:amd64. Preparing to unpack .../432-libosmo-gsup-client-dev_1.7.0_amd64.deb ... Unpacking libosmo-gsup-client-dev:amd64 (1.7.0) ... Selecting previously unselected package libosmo-gtlv1:amd64. Preparing to unpack .../433-libosmo-gtlv1_0.3.0_amd64.deb ... Unpacking libosmo-gtlv1:amd64 (0.3.0) ... Selecting previously unselected package libosmo-gtlv-dev:amd64. Preparing to unpack .../434-libosmo-gtlv-dev_0.3.0_amd64.deb ... Unpacking libosmo-gtlv-dev:amd64 (0.3.0) ... Selecting previously unselected package libosmo-mgcp-client12:amd64. Preparing to unpack .../435-libosmo-mgcp-client12_1.12.2_amd64.deb ... Unpacking libosmo-mgcp-client12:amd64 (1.12.2) ... Selecting previously unselected package libosmo-mgcp-client12-dbgsym:amd64. Preparing to unpack .../436-libosmo-mgcp-client12-dbgsym_1.12.2_amd64.deb ... Unpacking libosmo-mgcp-client12-dbgsym:amd64 (1.12.2) ... Selecting previously unselected package libosmo-mslookup1:amd64. Preparing to unpack .../437-libosmo-mslookup1_1.7.0_amd64.deb ... Unpacking libosmo-mslookup1:amd64 (1.7.0) ... Selecting previously unselected package libosmo-mslookup-dev:amd64. Preparing to unpack .../438-libosmo-mslookup-dev_1.7.0_amd64.deb ... Unpacking libosmo-mslookup-dev:amd64 (1.7.0) ... Selecting previously unselected package libosmonetif11:amd64. Preparing to unpack .../439-libosmonetif11_1.4.0_amd64.deb ... Unpacking libosmonetif11:amd64 (1.4.0) ... Selecting previously unselected package libosmo-netif-dev:amd64. Preparing to unpack .../440-libosmo-netif-dev_1.4.0_amd64.deb ... Unpacking libosmo-netif-dev:amd64 (1.4.0) ... Selecting previously unselected package libosmo-netif-doc. Preparing to unpack .../441-libosmo-netif-doc_1.4.0_all.deb ... Unpacking libosmo-netif-doc (1.4.0) ... Selecting previously unselected package libosmo-octoi2:amd64. Preparing to unpack .../442-libosmo-octoi2_0.6.0_amd64.deb ... Unpacking libosmo-octoi2:amd64 (0.6.0) ... Selecting previously unselected package libosmo-octoi2-dbgsym:amd64. Preparing to unpack .../443-libosmo-octoi2-dbgsym_0.6.0_amd64.deb ... Unpacking libosmo-octoi2-dbgsym:amd64 (0.6.0) ... Selecting previously unselected package libosmo-pfcp0:amd64. Preparing to unpack .../444-libosmo-pfcp0_0.3.0_amd64.deb ... Unpacking libosmo-pfcp0:amd64 (0.3.0) ... Selecting previously unselected package libosmo-pfcp. Preparing to unpack .../445-libosmo-pfcp_0.3.0_amd64.deb ... Unpacking libosmo-pfcp (0.3.0) ... Selecting previously unselected package libosmo-pfcp-dev:amd64. Preparing to unpack .../446-libosmo-pfcp-dev_0.3.0_amd64.deb ... Unpacking libosmo-pfcp-dev:amd64 (0.3.0) ... Selecting previously unselected package libosmo-rspro-dev:amd64. Preparing to unpack .../447-libosmo-rspro-dev_1.0.0_amd64.deb ... Unpacking libosmo-rspro-dev:amd64 (1.0.0) ... Selecting previously unselected package libosmo-rspro2-dbgsym:amd64. Preparing to unpack .../448-libosmo-rspro2-dbgsym_1.0.0_amd64.deb ... Unpacking libosmo-rspro2-dbgsym:amd64 (1.0.0) ... Selecting previously unselected package libosmo-sccp-dev:amd64. Preparing to unpack .../449-libosmo-sccp-dev_1.8.1_amd64.deb ... Unpacking libosmo-sccp-dev:amd64 (1.8.1) ... Selecting previously unselected package libosmo-sigtran9:amd64. Preparing to unpack .../450-libosmo-sigtran9_1.8.1_amd64.deb ... Unpacking libosmo-sigtran9:amd64 (1.8.1) ... Selecting previously unselected package libosmo-sigtran-dbg:amd64. Preparing to unpack .../451-libosmo-sigtran-dbg_1.8.1_amd64.deb ... Unpacking libosmo-sigtran-dbg:amd64 (1.8.1) ... Selecting previously unselected package libosmo-sigtran-dev:amd64. Preparing to unpack .../452-libosmo-sigtran-dev_1.8.1_amd64.deb ... Unpacking libosmo-sigtran-dev:amd64 (1.8.1) ... Selecting previously unselected package libosmo-sigtran-doc. Preparing to unpack .../453-libosmo-sigtran-doc_1.8.1_all.deb ... Unpacking libosmo-sigtran-doc (1.8.1) ... Selecting previously unselected package libosmo-simtrace2-1:amd64. Preparing to unpack .../454-libosmo-simtrace2-1_0.8.2_amd64.deb ... Unpacking libosmo-simtrace2-1:amd64 (0.8.2) ... Selecting previously unselected package libosmo-simtrace2-1-dbgsym:amd64. Preparing to unpack .../455-libosmo-simtrace2-1-dbgsym_0.8.2_amd64.deb ... Unpacking libosmo-simtrace2-1-dbgsym:amd64 (0.8.2) ... Selecting previously unselected package libosmo-simtrace2-dev:amd64. Preparing to unpack .../456-libosmo-simtrace2-dev_0.8.2_amd64.deb ... Unpacking libosmo-simtrace2-dev:amd64 (0.8.2) ... Selecting previously unselected package libosmocodec-doc. Preparing to unpack .../457-libosmocodec-doc_1.9.2_all.deb ... Unpacking libosmocodec-doc (1.9.2) ... Selecting previously unselected package libosmocoding-doc. Preparing to unpack .../458-libosmocoding-doc_1.9.2_all.deb ... Unpacking libosmocoding-doc (1.9.2) ... Selecting previously unselected package libosmogsm-doc. Preparing to unpack .../459-libosmogsm-doc_1.9.2_all.deb ... Unpacking libosmogsm-doc (1.9.2) ... Selecting previously unselected package libosmoisdn-doc. Preparing to unpack .../460-libosmoisdn-doc_1.9.2_all.deb ... Unpacking libosmoisdn-doc (1.9.2) ... Selecting previously unselected package libosmovty-doc. Preparing to unpack .../461-libosmovty-doc_1.9.2_all.deb ... Unpacking libosmovty-doc (1.9.2) ... Selecting previously unselected package libosmoctrl-doc. Preparing to unpack .../462-libosmoctrl-doc_1.9.2_all.deb ... Unpacking libosmoctrl-doc (1.9.2) ... Selecting previously unselected package libosmogb-doc. Preparing to unpack .../463-libosmogb-doc_1.9.2_all.deb ... Unpacking libosmogb-doc (1.9.2) ... Selecting previously unselected package libosmosim-doc. Preparing to unpack .../464-libosmosim-doc_1.9.2_all.deb ... Unpacking libosmosim-doc (1.9.2) ... Selecting previously unselected package libosmousb-doc. Preparing to unpack .../465-libosmousb-doc_1.9.2_all.deb ... Unpacking libosmousb-doc (1.9.2) ... Selecting previously unselected package libosmocore-doc. Preparing to unpack .../466-libosmocore-doc_1.9.2_all.deb ... Unpacking libosmocore-doc (1.9.2) ... Selecting previously unselected package libosmocore-utils:amd64. Preparing to unpack .../467-libosmocore-utils_1.9.2_amd64.deb ... Unpacking libosmocore-utils:amd64 (1.9.2) ... Selecting previously unselected package libosmodsp0:amd64. Preparing to unpack .../468-libosmodsp0_0.4.0_amd64.deb ... Unpacking libosmodsp0:amd64 (0.4.0) ... Selecting previously unselected package libosmodsp-dev:amd64. Preparing to unpack .../469-libosmodsp-dev_0.4.0_amd64.deb ... Unpacking libosmodsp-dev:amd64 (0.4.0) ... Selecting previously unselected package libosmodsp-doc. Preparing to unpack .../470-libosmodsp-doc_0.4.0_all.deb ... Unpacking libosmodsp-doc (0.4.0) ... Selecting previously unselected package libpgm-5.3-0:amd64. Preparing to unpack .../471-libpgm-5.3-0_5.3.128~dfsg-2_amd64.deb ... Unpacking libpgm-5.3-0:amd64 (5.3.128~dfsg-2) ... Selecting previously unselected package libpython3.11:amd64. Preparing to unpack .../472-libpython3.11_3.11.2-6_amd64.deb ... Unpacking libpython3.11:amd64 (3.11.2-6) ... Selecting previously unselected package libraqm0:amd64. Preparing to unpack .../473-libraqm0_0.7.0-4.1_amd64.deb ... Unpacking libraqm0:amd64 (0.7.0-4.1) ... Selecting previously unselected package librsvg2-2:amd64. Preparing to unpack .../474-librsvg2-2_2.54.7+dfsg-1~deb12u1_amd64.deb ... Unpacking librsvg2-2:amd64 (2.54.7+dfsg-1~deb12u1) ... Selecting previously unselected package librsvg2-bin. Preparing to unpack .../475-librsvg2-bin_2.54.7+dfsg-1~deb12u1_amd64.deb ... Unpacking librsvg2-bin (2.54.7+dfsg-1~deb12u1) ... Selecting previously unselected package librtlsdr0:amd64. Preparing to unpack .../476-librtlsdr0_2.0.1_amd64.deb ... Unpacking librtlsdr0:amd64 (2.0.1) ... Selecting previously unselected package librtlsdr-dev. Preparing to unpack .../477-librtlsdr-dev_2.0.1_amd64.deb ... Unpacking librtlsdr-dev (2.0.1) ... Selecting previously unselected package libsmpp1:amd64. Preparing to unpack .../478-libsmpp1_1.14.3_amd64.deb ... Unpacking libsmpp1:amd64 (1.14.3) ... Selecting previously unselected package libsmpp34-dev:amd64. Preparing to unpack .../479-libsmpp34-dev_1.14.3_amd64.deb ... Unpacking libsmpp34-dev:amd64 (1.14.3) ... Selecting previously unselected package libsmpp34-utils. Preparing to unpack .../480-libsmpp34-utils_1.14.3_amd64.deb ... Unpacking libsmpp34-utils (1.14.3) ... Selecting previously unselected package libsodium23:amd64. Preparing to unpack .../481-libsodium23_1.0.18-1_amd64.deb ... Unpacking libsodium23:amd64 (1.0.18-1) ... Selecting previously unselected package libsofia-sip-ua0. Preparing to unpack .../482-libsofia-sip-ua0_1.12.11+20110422.1+1e14eea~dfsg-6_amd64.deb ... Unpacking libsofia-sip-ua0 (1.12.11+20110422.1+1e14eea~dfsg-6) ... Selecting previously unselected package libsofia-sip-ua-glib3. Preparing to unpack .../483-libsofia-sip-ua-glib3_1.12.11+20110422.1+1e14eea~dfsg-6_amd64.deb ... Unpacking libsofia-sip-ua-glib3 (1.12.11+20110422.1+1e14eea~dfsg-6) ... Selecting previously unselected package libuhd4.3.0:amd64. Preparing to unpack .../484-libuhd4.3.0_4.3.0.0+ds1-5_amd64.deb ... Unpacking libuhd4.3.0:amd64 (4.3.0.0+ds1-5) ... Selecting previously unselected package libyder2.0:amd64. Preparing to unpack .../485-libyder2.0_1.4.19-1_amd64.deb ... Unpacking libyder2.0:amd64 (1.4.19-1) ... Selecting previously unselected package libulfius2.7:amd64. Preparing to unpack .../486-libulfius2.7_2.7.13-1_amd64.deb ... Unpacking libulfius2.7:amd64 (2.7.13-1) ... Selecting previously unselected package libusrp1. Preparing to unpack .../487-libusrp1_3.4.8_amd64.deb ... Unpacking libusrp1 (3.4.8) ... Selecting previously unselected package libusrp-dev. Preparing to unpack .../488-libusrp-dev_3.4.8_amd64.deb ... Unpacking libusrp-dev (3.4.8) ... Selecting previously unselected package libusrp-doc. Preparing to unpack .../489-libusrp-doc_3.4.8_all.deb ... Unpacking libusrp-doc (3.4.8) ... Selecting previously unselected package libusrp-firmware. Preparing to unpack .../490-libusrp-firmware_3.4.8_amd64.deb ... Unpacking libusrp-firmware (3.4.8) ... Selecting previously unselected package libusrp-utils. Preparing to unpack .../491-libusrp-utils_3.4.8_amd64.deb ... Unpacking libusrp-utils (3.4.8) ... Selecting previously unselected package libusrp-utils-dbgsym. Preparing to unpack .../492-libusrp-utils-dbgsym_3.4.8_amd64.deb ... Unpacking libusrp-utils-dbgsym (3.4.8) ... Selecting previously unselected package libusrp1-dbgsym. Preparing to unpack .../493-libusrp1-dbgsym_3.4.8_amd64.deb ... Unpacking libusrp1-dbgsym (3.4.8) ... Selecting previously unselected package libwebpmux3:amd64. Preparing to unpack .../494-libwebpmux3_1.2.4-0.2+deb12u1_amd64.deb ... Unpacking libwebpmux3:amd64 (1.2.4-0.2+deb12u1) ... Selecting previously unselected package libzmq5:amd64. Preparing to unpack .../495-libzmq5_4.3.4-6_amd64.deb ... Unpacking libzmq5:amd64 (4.3.4-6) ... Selecting previously unselected package mscgen. Preparing to unpack .../496-mscgen_0.20-14_amd64.deb ... Unpacking mscgen (0.20-14) ... Selecting previously unselected package neocon:amd64. Preparing to unpack .../497-neocon_1.0.2_amd64.deb ... Unpacking neocon:amd64 (1.0.2) ... Selecting previously unselected package neocon-dbgsym:amd64. Preparing to unpack .../498-neocon-dbgsym_1.0.2_amd64.deb ... Unpacking neocon-dbgsym:amd64 (1.0.2) ... Preparing to unpack .../499-openssl_3.0.11-1~deb12u2_amd64.deb ... Unpacking openssl (3.0.11-1~deb12u2) over (3.0.8-1) ... Selecting previously unselected package osmo-bsc-doc. Preparing to unpack .../500-osmo-bsc-doc_1.11.1_all.deb ... Unpacking osmo-bsc-doc (1.11.1) ... Selecting previously unselected package osmo-bts-trx. Preparing to unpack .../501-osmo-bts-trx_1.7.2_amd64.deb ... Unpacking osmo-bts-trx (1.7.2) ... Selecting previously unselected package osmo-bts-virtual. Preparing to unpack .../502-osmo-bts-virtual_1.7.2_amd64.deb ... Unpacking osmo-bts-virtual (1.7.2) ... Selecting previously unselected package osmo-bts. Preparing to unpack .../503-osmo-bts_1.7.2_amd64.deb ... Unpacking osmo-bts (1.7.2) ... Selecting previously unselected package osmo-bts-doc. Preparing to unpack .../504-osmo-bts-doc_1.7.2_all.deb ... Unpacking osmo-bts-doc (1.7.2) ... Selecting previously unselected package osmo-cbc-doc. Preparing to unpack .../505-osmo-cbc-doc_0.4.2_all.deb ... Unpacking osmo-cbc-doc (0.4.2) ... Selecting previously unselected package osmo-diameter2gsup. Preparing to unpack .../506-osmo-diameter2gsup_0.2.0_amd64.deb ... Unpacking osmo-diameter2gsup (0.2.0) ... Selecting previously unselected package osmo-e1d. Preparing to unpack .../507-osmo-e1d_0.6.0_amd64.deb ... Unpacking osmo-e1d (0.6.0) ... Selecting previously unselected package osmo-e1d-dbgsym. Preparing to unpack .../508-osmo-e1d-dbgsym_0.6.0_amd64.deb ... Unpacking osmo-e1d-dbgsym (0.6.0) ... Selecting previously unselected package osmo-fl2k. Preparing to unpack .../509-osmo-fl2k_0.2.0_amd64.deb ... Unpacking osmo-fl2k (0.2.0) ... Selecting previously unselected package osmo-fl2k-dbgsym. Preparing to unpack .../510-osmo-fl2k-dbgsym_0.2.0_amd64.deb ... Unpacking osmo-fl2k-dbgsym (0.2.0) ... Selecting previously unselected package osmo-gbproxy-doc. Preparing to unpack .../511-osmo-gbproxy-doc_1%3a0.4.1_all.deb ... Unpacking osmo-gbproxy-doc (1:0.4.1) ... Selecting previously unselected package osmo-ggsn. Preparing to unpack .../512-osmo-ggsn_1.11.0_amd64.deb ... Unpacking osmo-ggsn (1.11.0) ... Selecting previously unselected package osmo-ggsn-doc. Preparing to unpack .../513-osmo-ggsn-doc_1.11.0_all.deb ... Unpacking osmo-ggsn-doc (1.11.0) ... Selecting previously unselected package python3-funcparserlib. Preparing to unpack .../514-python3-funcparserlib_1.0.0-0.2_all.deb ... Unpacking python3-funcparserlib (1.0.0-0.2) ... Selecting previously unselected package python3-pil:amd64. Preparing to unpack .../515-python3-pil_9.4.0-1.1+b1_amd64.deb ... Unpacking python3-pil:amd64 (9.4.0-1.1+b1) ... Selecting previously unselected package python3-webcolors. Preparing to unpack .../516-python3-webcolors_1.11.1-1_all.deb ... Unpacking python3-webcolors (1.11.1-1) ... Selecting previously unselected package python3-roman. Preparing to unpack .../517-python3-roman_3.3-3_all.deb ... Unpacking python3-roman (3.3-3) ... Selecting previously unselected package python3-docutils. Preparing to unpack .../518-python3-docutils_0.19+dfsg-6_all.deb ... Unpacking python3-docutils (0.19+dfsg-6) ... Selecting previously unselected package python3-reportlab-accel:amd64. Preparing to unpack .../519-python3-reportlab-accel_3.6.12-1+b1_amd64.deb ... Unpacking python3-reportlab-accel:amd64 (3.6.12-1+b1) ... Selecting previously unselected package python3-reportlab. Preparing to unpack .../520-python3-reportlab_3.6.12-1_all.deb ... Unpacking python3-reportlab (3.6.12-1) ... Selecting previously unselected package python3-blockdiag. Preparing to unpack .../521-python3-blockdiag_2.0.1+dfsg-1_all.deb ... Unpacking python3-blockdiag (2.0.1+dfsg-1) ... Selecting previously unselected package python3-nwdiag. Preparing to unpack .../522-python3-nwdiag_2.0.0+dfsg-1.1_all.deb ... Unpacking python3-nwdiag (2.0.0+dfsg-1.1) ... Selecting previously unselected package osmo-gsm-manuals-dev. Preparing to unpack .../523-osmo-gsm-manuals-dev_1.5.0_all.deb ... Unpacking osmo-gsm-manuals-dev (1.5.0) ... Selecting previously unselected package osmo-hlr. Preparing to unpack .../524-osmo-hlr_1.7.0_amd64.deb ... Unpacking osmo-hlr (1.7.0) ... Selecting previously unselected package osmo-hlr-doc. Preparing to unpack .../525-osmo-hlr-doc_1.7.0_all.deb ... Unpacking osmo-hlr-doc (1.7.0) ... Selecting previously unselected package osmo-hnbgw-doc. Preparing to unpack .../526-osmo-hnbgw-doc_1.5.0_all.deb ... Unpacking osmo-hnbgw-doc (1.5.0) ... Selecting previously unselected package osmo-hnodeb-doc. Preparing to unpack .../527-osmo-hnodeb-doc_0.1.2_all.deb ... Unpacking osmo-hnodeb-doc (0.1.2) ... Selecting previously unselected package osmo-mgw. Preparing to unpack .../528-osmo-mgw_1.12.2_amd64.deb ... Unpacking osmo-mgw (1.12.2) ... Selecting previously unselected package osmo-mgw-dbgsym. Preparing to unpack .../529-osmo-mgw-dbgsym_1.12.2_amd64.deb ... Unpacking osmo-mgw-dbgsym (1.12.2) ... Selecting previously unselected package osmo-mgw-doc. Preparing to unpack .../530-osmo-mgw-doc_1.12.2_all.deb ... Unpacking osmo-mgw-doc (1.12.2) ... Selecting previously unselected package osmo-msc-doc. Preparing to unpack .../531-osmo-msc-doc_1.11.1_all.deb ... Unpacking osmo-msc-doc (1.11.1) ... Selecting previously unselected package osmo-mslookup-utils:amd64. Preparing to unpack .../532-osmo-mslookup-utils_1.7.0_amd64.deb ... Unpacking osmo-mslookup-utils:amd64 (1.7.0) ... Selecting previously unselected package osmo-pcu. Preparing to unpack .../533-osmo-pcu_1.4.0_amd64.deb ... Unpacking osmo-pcu (1.4.0) ... Selecting previously unselected package osmo-pcu-doc. Preparing to unpack .../534-osmo-pcu-doc_1.4.0_all.deb ... Unpacking osmo-pcu-doc (1.4.0) ... Selecting previously unselected package osmo-remsim-bankd:amd64. Preparing to unpack .../535-osmo-remsim-bankd_1.0.0_amd64.deb ... Unpacking osmo-remsim-bankd:amd64 (1.0.0) ... Selecting previously unselected package osmo-remsim-bankd-dbgsym:amd64. Preparing to unpack .../536-osmo-remsim-bankd-dbgsym_1.0.0_amd64.deb ... Unpacking osmo-remsim-bankd-dbgsym:amd64 (1.0.0) ... Selecting previously unselected package osmo-remsim-client-shell:amd64. Preparing to unpack .../537-osmo-remsim-client-shell_1.0.0_amd64.deb ... Unpacking osmo-remsim-client-shell:amd64 (1.0.0) ... Selecting previously unselected package osmo-remsim-client-shell-dbgsym:amd64. Preparing to unpack .../538-osmo-remsim-client-shell-dbgsym_1.0.0_amd64.deb ... Unpacking osmo-remsim-client-shell-dbgsym:amd64 (1.0.0) ... Selecting previously unselected package osmo-remsim-client-st2:amd64. Preparing to unpack .../539-osmo-remsim-client-st2_1.0.0_amd64.deb ... Unpacking osmo-remsim-client-st2:amd64 (1.0.0) ... Selecting previously unselected package osmo-remsim-client-st2-dbgsym:amd64. Preparing to unpack .../540-osmo-remsim-client-st2-dbgsym_1.0.0_amd64.deb ... Unpacking osmo-remsim-client-st2-dbgsym:amd64 (1.0.0) ... Selecting previously unselected package osmo-remsim-doc. Preparing to unpack .../541-osmo-remsim-doc_1.0.0_all.deb ... Unpacking osmo-remsim-doc (1.0.0) ... Selecting previously unselected package osmo-remsim-server:amd64. Preparing to unpack .../542-osmo-remsim-server_1.0.0_amd64.deb ... Unpacking osmo-remsim-server:amd64 (1.0.0) ... Selecting previously unselected package osmo-remsim-server-dbgsym:amd64. Preparing to unpack .../543-osmo-remsim-server-dbgsym_1.0.0_amd64.deb ... Unpacking osmo-remsim-server-dbgsym:amd64 (1.0.0) ... Selecting previously unselected package osmo-sgsn-doc. Preparing to unpack .../544-osmo-sgsn-doc_1.11.1_all.deb ... Unpacking osmo-sgsn-doc (1.11.1) ... Selecting previously unselected package osmo-sip-connector. Preparing to unpack .../545-osmo-sip-connector_1.6.3_amd64.deb ... Unpacking osmo-sip-connector (1.6.3) ... Selecting previously unselected package osmo-sip-connector-doc. Preparing to unpack .../546-osmo-sip-connector-doc_1.6.3_all.deb ... Unpacking osmo-sip-connector-doc (1.6.3) ... Selecting previously unselected package osmo-smlc-doc. Preparing to unpack .../547-osmo-smlc-doc_0.2.4_all.deb ... Unpacking osmo-smlc-doc (0.2.4) ... Selecting previously unselected package osmo-stp:amd64. Preparing to unpack .../548-osmo-stp_1.8.1_amd64.deb ... Unpacking osmo-stp:amd64 (1.8.1) ... Selecting previously unselected package osmo-stp-dbg:amd64. Preparing to unpack .../549-osmo-stp-dbg_1.8.1_amd64.deb ... Unpacking osmo-stp-dbg:amd64 (1.8.1) ... Selecting previously unselected package osmo-stp-doc. Preparing to unpack .../550-osmo-stp-doc_1.8.1_all.deb ... Unpacking osmo-stp-doc (1.8.1) ... Selecting previously unselected package osmo-trx-uhd. Preparing to unpack .../551-osmo-trx-uhd_1.6.1_amd64.deb ... Unpacking osmo-trx-uhd (1.6.1) ... Selecting previously unselected package osmo-trx. Preparing to unpack .../552-osmo-trx_1.6.1_all.deb ... Unpacking osmo-trx (1.6.1) ... Selecting previously unselected package osmo-trx-doc. Preparing to unpack .../553-osmo-trx-doc_1.6.1_all.deb ... Unpacking osmo-trx-doc (1.6.1) ... Selecting previously unselected package osmo-trx-ipc. Preparing to unpack .../554-osmo-trx-ipc_1.6.1_amd64.deb ... Unpacking osmo-trx-ipc (1.6.1) ... Selecting previously unselected package osmo-trx-lms. Preparing to unpack .../555-osmo-trx-lms_1.6.1_amd64.deb ... Unpacking osmo-trx-lms (1.6.1) ... Selecting previously unselected package osmo-trx-usrp1. Preparing to unpack .../556-osmo-trx-usrp1_1.6.1_amd64.deb ... Unpacking osmo-trx-usrp1 (1.6.1) ... Selecting previously unselected package osmo-uecups. Preparing to unpack .../557-osmo-uecups_0.2.2_amd64.deb ... Unpacking osmo-uecups (0.2.2) ... Selecting previously unselected package osmo-uecups-dbgsym. Preparing to unpack .../558-osmo-uecups-dbgsym_0.2.2_amd64.deb ... Unpacking osmo-uecups-dbgsym (0.2.2) ... Selecting previously unselected package osmo-upf-doc. Preparing to unpack .../559-osmo-upf-doc_0.1.1_all.deb ... Unpacking osmo-upf-doc (0.1.1) ... Selecting previously unselected package python3-multidict. Preparing to unpack .../560-python3-multidict_6.0.4-1+b1_amd64.deb ... Unpacking python3-multidict (6.0.4-1+b1) ... Selecting previously unselected package python3-yarl. Preparing to unpack .../561-python3-yarl_1.8.2-1+b1_amd64.deb ... Unpacking python3-yarl (1.8.2-1+b1) ... Selecting previously unselected package python3-async-timeout. Preparing to unpack .../562-python3-async-timeout_4.0.2-1_all.deb ... Unpacking python3-async-timeout (4.0.2-1) ... Selecting previously unselected package python3-frozenlist. Preparing to unpack .../563-python3-frozenlist_1.3.3-1+b1_amd64.deb ... Unpacking python3-frozenlist (1.3.3-1+b1) ... Selecting previously unselected package python3-aiosignal. Preparing to unpack .../564-python3-aiosignal_1.3.1-1_all.deb ... Unpacking python3-aiosignal (1.3.1-1) ... Selecting previously unselected package python3-attr. Preparing to unpack .../565-python3-attr_22.2.0-1_all.deb ... Unpacking python3-attr (22.2.0-1) ... Selecting previously unselected package python3-aiohttp. Preparing to unpack .../566-python3-aiohttp_3.8.4-1_amd64.deb ... Unpacking python3-aiohttp (3.8.4-1) ... Selecting previously unselected package python3-automat. Preparing to unpack .../567-python3-automat_22.10.0-1_all.deb ... Unpacking python3-automat (22.10.0-1) ... Selecting previously unselected package python3-cffi-backend:amd64. Preparing to unpack .../568-python3-cffi-backend_1.15.1-5+b1_amd64.deb ... Unpacking python3-cffi-backend:amd64 (1.15.1-5+b1) ... Selecting previously unselected package python3-bcrypt. Preparing to unpack .../569-python3-bcrypt_3.2.2-1_amd64.deb ... Unpacking python3-bcrypt (3.2.2-1) ... Selecting previously unselected package python3-constantly. Preparing to unpack .../570-python3-constantly_15.1.0-4_all.deb ... Unpacking python3-constantly (15.1.0-4) ... Selecting previously unselected package python3-cryptography. Preparing to unpack .../571-python3-cryptography_38.0.4-3_amd64.deb ... Unpacking python3-cryptography (38.0.4-3) ... Selecting previously unselected package python3-hamcrest. Preparing to unpack .../572-python3-hamcrest_2.0.3-2_all.deb ... Unpacking python3-hamcrest (2.0.3-2) ... Selecting previously unselected package python3-hyperlink. Preparing to unpack .../573-python3-hyperlink_21.0.0-5_all.deb ... Unpacking python3-hyperlink (21.0.0-5) ... Selecting previously unselected package python3-incremental. Preparing to unpack .../574-python3-incremental_21.3.0-2_all.deb ... Unpacking python3-incremental (21.3.0-2) ... Selecting previously unselected package python3-openssl. Preparing to unpack .../575-python3-openssl_23.0.0-1_all.deb ... Unpacking python3-openssl (23.0.0-1) ... Selecting previously unselected package python3-osmopy-libs. Preparing to unpack .../576-python3-osmopy-libs_0.3.0_all.deb ... Unpacking python3-osmopy-libs (0.3.0) ... Selecting previously unselected package python3-pyasn1. Preparing to unpack .../577-python3-pyasn1_0.4.8-3_all.deb ... Unpacking python3-pyasn1 (0.4.8-3) ... Selecting previously unselected package python3-pyasn1-modules. Preparing to unpack .../578-python3-pyasn1-modules_0.2.8-1_all.deb ... Unpacking python3-pyasn1-modules (0.2.8-1) ... Selecting previously unselected package python3-service-identity. Preparing to unpack .../579-python3-service-identity_18.1.0-8_all.deb ... Unpacking python3-service-identity (18.1.0-8) ... Selecting previously unselected package python3-zope.interface. Preparing to unpack .../580-python3-zope.interface_5.5.2-1+b1_amd64.deb ... Unpacking python3-zope.interface (5.5.2-1+b1) ... Selecting previously unselected package python3-twisted. Preparing to unpack .../581-python3-twisted_22.4.0-4_all.deb ... Unpacking python3-twisted (22.4.0-4) ... Selecting previously unselected package python3-treq. Preparing to unpack .../582-python3-treq_22.2.0-0.1_all.deb ... Unpacking python3-treq (22.2.0-0.1) ... Selecting previously unselected package python3-osmopy-utils. Preparing to unpack .../583-python3-osmopy-utils_0.3.0_all.deb ... Unpacking python3-osmopy-utils (0.3.0) ... Selecting previously unselected package rebar3. Preparing to unpack .../584-rebar3_3.19.0-1_all.deb ... Unpacking rebar3 (3.19.0-1) ... Selecting previously unselected package rtl-sdr. Preparing to unpack .../585-rtl-sdr_2.0.1_amd64.deb ... Unpacking rtl-sdr (2.0.1) ... Selecting previously unselected package simtrace2-firmware. Preparing to unpack .../586-simtrace2-firmware_0.8.2_all.deb ... Unpacking simtrace2-firmware (0.8.2) ... Selecting previously unselected package simtrace2-utils:amd64. Preparing to unpack .../587-simtrace2-utils_0.8.2_amd64.deb ... Unpacking simtrace2-utils:amd64 (0.8.2) ... Selecting previously unselected package simtrace2-utils-dbgsym:amd64. Preparing to unpack .../588-simtrace2-utils-dbgsym_0.8.2_amd64.deb ... Unpacking simtrace2-utils-dbgsym:amd64 (0.8.2) ... Selecting previously unselected package abisip-find. Preparing to unpack .../589-abisip-find_1.11.1_amd64.deb ... Unpacking abisip-find (1.11.1) ... Selecting previously unselected package gtp-echo-responder-dbg:amd64. Preparing to unpack .../590-gtp-echo-responder-dbg_1.11.0_amd64.deb ... Unpacking gtp-echo-responder-dbg:amd64 (1.11.0) ... Selecting previously unselected package libasn1c1:amd64. Preparing to unpack .../591-libasn1c1_0.9.36_amd64.deb ... Unpacking libasn1c1:amd64 (0.9.36) ... Selecting previously unselected package libasn1c-dbg:amd64. Preparing to unpack .../592-libasn1c-dbg_0.9.36_amd64.deb ... Unpacking libasn1c-dbg:amd64 (0.9.36) ... Selecting previously unselected package libasn1c-dev:amd64. Preparing to unpack .../593-libasn1c-dev_0.9.36_amd64.deb ... Unpacking libasn1c-dev:amd64 (0.9.36) ... Selecting previously unselected package libgtp-dbg:amd64. Preparing to unpack .../594-libgtp-dbg_1.11.0_amd64.deb ... Unpacking libgtp-dbg:amd64 (1.11.0) ... Selecting previously unselected package libgtpnl-dbg:amd64. Preparing to unpack .../595-libgtpnl-dbg_1.2.5_amd64.deb ... Unpacking libgtpnl-dbg:amd64 (1.2.5) ... Selecting previously unselected package libgtpnl-tools:amd64. Preparing to unpack .../596-libgtpnl-tools_1.2.5_amd64.deb ... Unpacking libgtpnl-tools:amd64 (1.2.5) ... Selecting previously unselected package libosmo-abis-dbg:amd64. Preparing to unpack .../597-libosmo-abis-dbg_1.5.2_amd64.deb ... Unpacking libosmo-abis-dbg:amd64 (1.5.2) ... Selecting previously unselected package libosmo-e1d-dev:amd64. Preparing to unpack .../598-libosmo-e1d-dev_0.6.0_amd64.deb ... Unpacking libosmo-e1d-dev:amd64 (0.6.0) ... Selecting previously unselected package libosmo-gtlv-dbg:amd64. Preparing to unpack .../599-libosmo-gtlv-dbg_0.3.0_amd64.deb ... Unpacking libosmo-gtlv-dbg:amd64 (0.3.0) ... Selecting previously unselected package libosmo-hnbap0:amd64. Preparing to unpack .../600-libosmo-hnbap0_1.5.1_amd64.deb ... Unpacking libosmo-hnbap0:amd64 (1.5.1) ... Selecting previously unselected package libosmo-hnbap-dbg:amd64. Preparing to unpack .../601-libosmo-hnbap-dbg_1.5.1_amd64.deb ... Unpacking libosmo-hnbap-dbg:amd64 (1.5.1) ... Selecting previously unselected package libosmo-hnbap-dev:amd64. Preparing to unpack .../602-libosmo-hnbap-dev_1.5.1_amd64.deb ... Unpacking libosmo-hnbap-dev:amd64 (1.5.1) ... Selecting previously unselected package libosmo-mgcp-client-dev:amd64. Preparing to unpack .../603-libosmo-mgcp-client-dev_1.12.2_amd64.deb ... Unpacking libosmo-mgcp-client-dev:amd64 (1.12.2) ... Selecting previously unselected package libosmo-netif-dbg:amd64. Preparing to unpack .../604-libosmo-netif-dbg_1.4.0_amd64.deb ... Unpacking libosmo-netif-dbg:amd64 (1.4.0) ... Selecting previously unselected package libosmo-octoi-dev:amd64. Preparing to unpack .../605-libosmo-octoi-dev_0.6.0_amd64.deb ... Unpacking libosmo-octoi-dev:amd64 (0.6.0) ... Selecting previously unselected package libosmo-pfcp-dbg:amd64. Preparing to unpack .../606-libosmo-pfcp-dbg_0.3.0_amd64.deb ... Unpacking libosmo-pfcp-dbg:amd64 (0.3.0) ... Selecting previously unselected package libosmo-ranap7:amd64. Preparing to unpack .../607-libosmo-ranap7_1.5.1_amd64.deb ... Unpacking libosmo-ranap7:amd64 (1.5.1) ... Selecting previously unselected package libosmo-ranap-dbg:amd64. Preparing to unpack .../608-libosmo-ranap-dbg_1.5.1_amd64.deb ... Unpacking libosmo-ranap-dbg:amd64 (1.5.1) ... Selecting previously unselected package libosmo-ranap-dev:amd64. Preparing to unpack .../609-libosmo-ranap-dev_1.5.1_amd64.deb ... Unpacking libosmo-ranap-dev:amd64 (1.5.1) ... Selecting previously unselected package libosmo-rua0:amd64. Preparing to unpack .../610-libosmo-rua0_1.5.1_amd64.deb ... Unpacking libosmo-rua0:amd64 (1.5.1) ... Selecting previously unselected package libosmo-rua-dbg:amd64. Preparing to unpack .../611-libosmo-rua-dbg_1.5.1_amd64.deb ... Unpacking libosmo-rua-dbg:amd64 (1.5.1) ... Selecting previously unselected package libosmo-rua-dev:amd64. Preparing to unpack .../612-libosmo-rua-dev_1.5.1_amd64.deb ... Unpacking libosmo-rua-dev:amd64 (1.5.1) ... Selecting previously unselected package libosmo-sabp1:amd64. Preparing to unpack .../613-libosmo-sabp1_1.5.1_amd64.deb ... Unpacking libosmo-sabp1:amd64 (1.5.1) ... Selecting previously unselected package libosmo-sabp-dbg:amd64. Preparing to unpack .../614-libosmo-sabp-dbg_1.5.1_amd64.deb ... Unpacking libosmo-sabp-dbg:amd64 (1.5.1) ... Selecting previously unselected package libosmo-sabp-dev:amd64. Preparing to unpack .../615-libosmo-sabp-dev_1.5.1_amd64.deb ... Unpacking libosmo-sabp-dev:amd64 (1.5.1) ... Selecting previously unselected package libosmo-sbcap0:amd64. Preparing to unpack .../616-libosmo-sbcap0_0.4.2_amd64.deb ... Unpacking libosmo-sbcap0:amd64 (0.4.2) ... Selecting previously unselected package libosmo-sbcap-dev:amd64. Preparing to unpack .../617-libosmo-sbcap-dev_0.4.2_amd64.deb ... Unpacking libosmo-sbcap-dev:amd64 (0.4.2) ... Selecting previously unselected package libosmocore-dbg:amd64. Preparing to unpack .../618-libosmocore-dbg_1.9.2_amd64.deb ... Unpacking libosmocore-dbg:amd64 (1.9.2) ... Selecting previously unselected package libosmodsp-dbg:amd64. Preparing to unpack .../619-libosmodsp-dbg_0.4.0_amd64.deb ... Unpacking libosmodsp-dbg:amd64 (0.4.0) ... Selecting previously unselected package libsmpp34-dbg. Preparing to unpack .../620-libsmpp34-dbg_1.14.3_amd64.deb ... Unpacking libsmpp34-dbg (1.14.3) ... Selecting previously unselected package osmo-bsc. Preparing to unpack .../621-osmo-bsc_1.11.1_amd64.deb ... Unpacking osmo-bsc (1.11.1) ... Selecting previously unselected package osmo-bsc-bs11-utils. Preparing to unpack .../622-osmo-bsc-bs11-utils_1.11.1_amd64.deb ... Unpacking osmo-bsc-bs11-utils (1.11.1) ... Selecting previously unselected package osmo-bsc-dbg:amd64. Preparing to unpack .../623-osmo-bsc-dbg_1.11.1_amd64.deb ... Unpacking osmo-bsc-dbg:amd64 (1.11.1) ... Selecting previously unselected package osmo-bsc-ipaccess-utils. Preparing to unpack .../624-osmo-bsc-ipaccess-utils_1.11.1_amd64.deb ... Unpacking osmo-bsc-ipaccess-utils (1.11.1) ... Selecting previously unselected package osmo-bsc-meas-utils. Preparing to unpack .../625-osmo-bsc-meas-utils_1.11.1_amd64.deb ... Unpacking osmo-bsc-meas-utils (1.11.1) ... Selecting previously unselected package osmo-bts-trx-dbg. Preparing to unpack .../626-osmo-bts-trx-dbg_1.7.2_amd64.deb ... Unpacking osmo-bts-trx-dbg (1.7.2) ... Selecting previously unselected package osmo-bts-virtual-dbg. Preparing to unpack .../627-osmo-bts-virtual-dbg_1.7.2_amd64.deb ... Unpacking osmo-bts-virtual-dbg (1.7.2) ... Selecting previously unselected package osmo-cbc. Preparing to unpack .../628-osmo-cbc_0.4.2_amd64.deb ... Unpacking osmo-cbc (0.4.2) ... Selecting previously unselected package osmo-cbc-dbg:amd64. Preparing to unpack .../629-osmo-cbc-dbg_0.4.2_amd64.deb ... Unpacking osmo-cbc-dbg:amd64 (0.4.2) ... Selecting previously unselected package osmo-cbc-utils. Preparing to unpack .../630-osmo-cbc-utils_0.4.2_amd64.deb ... Unpacking osmo-cbc-utils (0.4.2) ... Selecting previously unselected package osmo-gbproxy. Preparing to unpack .../631-osmo-gbproxy_1%3a0.4.1_amd64.deb ... Unpacking osmo-gbproxy (1:0.4.1) ... Selecting previously unselected package osmo-gbproxy-dbg. Preparing to unpack .../632-osmo-gbproxy-dbg_1%3a0.4.1_amd64.deb ... Unpacking osmo-gbproxy-dbg (1:0.4.1) ... Selecting previously unselected package osmo-ggsn-dbg:amd64. Preparing to unpack .../633-osmo-ggsn-dbg_1.11.0_amd64.deb ... Unpacking osmo-ggsn-dbg:amd64 (1.11.0) ... Selecting previously unselected package osmo-gtphub. Preparing to unpack .../634-osmo-gtphub_1.11.1_amd64.deb ... Unpacking osmo-gtphub (1.11.1) ... Selecting previously unselected package osmo-gtphub-dbg. Preparing to unpack .../635-osmo-gtphub-dbg_1.11.1_amd64.deb ... Unpacking osmo-gtphub-dbg (1.11.1) ... Selecting previously unselected package osmo-hlr-dbg. Preparing to unpack .../636-osmo-hlr-dbg_1.7.0_amd64.deb ... Unpacking osmo-hlr-dbg (1.7.0) ... Selecting previously unselected package osmo-hnbgw. Preparing to unpack .../637-osmo-hnbgw_1.5.0_amd64.deb ... Unpacking osmo-hnbgw (1.5.0) ... Selecting previously unselected package osmo-hnbgw-dbg:amd64. Preparing to unpack .../638-osmo-hnbgw-dbg_1.5.0_amd64.deb ... Unpacking osmo-hnbgw-dbg:amd64 (1.5.0) ... Selecting previously unselected package osmo-hnodeb. Preparing to unpack .../639-osmo-hnodeb_0.1.2_amd64.deb ... Unpacking osmo-hnodeb (0.1.2) ... Selecting previously unselected package osmo-hnodeb-dbg:amd64. Preparing to unpack .../640-osmo-hnodeb-dbg_0.1.2_amd64.deb ... Unpacking osmo-hnodeb-dbg:amd64 (0.1.2) ... Selecting previously unselected package osmo-msc. Preparing to unpack .../641-osmo-msc_1.11.1_amd64.deb ... Unpacking osmo-msc (1.11.1) ... Selecting previously unselected package osmo-msc-dbg:amd64. Preparing to unpack .../642-osmo-msc-dbg_1.11.1_amd64.deb ... Unpacking osmo-msc-dbg:amd64 (1.11.1) ... Selecting previously unselected package osmo-pcap-client. Preparing to unpack .../643-osmo-pcap-client_0.4.2_amd64.deb ... Unpacking osmo-pcap-client (0.4.2) ... Selecting previously unselected package osmo-pcap-client-dbg. Preparing to unpack .../644-osmo-pcap-client-dbg_0.4.2_amd64.deb ... Unpacking osmo-pcap-client-dbg (0.4.2) ... Selecting previously unselected package osmo-pcap-server. Preparing to unpack .../645-osmo-pcap-server_0.4.2_amd64.deb ... Unpacking osmo-pcap-server (0.4.2) ... Selecting previously unselected package osmo-pcap-server-dbg. Preparing to unpack .../646-osmo-pcap-server-dbg_0.4.2_amd64.deb ... Unpacking osmo-pcap-server-dbg (0.4.2) ... Selecting previously unselected package osmo-pcu-dbg. Preparing to unpack .../647-osmo-pcu-dbg_1.4.0_amd64.deb ... Unpacking osmo-pcu-dbg (1.4.0) ... Selecting previously unselected package osmo-sgsn. Preparing to unpack .../648-osmo-sgsn_1.11.1_amd64.deb ... Unpacking osmo-sgsn (1.11.1) ... Selecting previously unselected package osmo-sgsn-dbg:amd64. Preparing to unpack .../649-osmo-sgsn-dbg_1.11.1_amd64.deb ... Unpacking osmo-sgsn-dbg:amd64 (1.11.1) ... Selecting previously unselected package osmo-sip-connector-dbg. Preparing to unpack .../650-osmo-sip-connector-dbg_1.6.3_amd64.deb ... Unpacking osmo-sip-connector-dbg (1.6.3) ... Selecting previously unselected package osmo-smlc. Preparing to unpack .../651-osmo-smlc_0.2.4_amd64.deb ... Unpacking osmo-smlc (0.2.4) ... Selecting previously unselected package osmo-smlc-dbg:amd64. Preparing to unpack .../652-osmo-smlc-dbg_0.2.4_amd64.deb ... Unpacking osmo-smlc-dbg:amd64 (0.2.4) ... Selecting previously unselected package osmo-sysmon. Preparing to unpack .../653-osmo-sysmon_0.3.2_amd64.deb ... Unpacking osmo-sysmon (0.3.2) ... Selecting previously unselected package osmo-sysmon-dbg:amd64. Preparing to unpack .../654-osmo-sysmon-dbg_0.3.2_amd64.deb ... Unpacking osmo-sysmon-dbg:amd64 (0.3.2) ... Selecting previously unselected package osmo-trx-dbg. Preparing to unpack .../655-osmo-trx-dbg_1.6.1_amd64.deb ... Unpacking osmo-trx-dbg (1.6.1) ... Selecting previously unselected package osmo-upf. Preparing to unpack .../656-osmo-upf_0.1.1_amd64.deb ... Unpacking osmo-upf (0.1.1) ... Selecting previously unselected package osmo-upf-dbg:amd64. Preparing to unpack .../657-osmo-upf-dbg_0.1.1_amd64.deb ... Unpacking osmo-upf-dbg:amd64 (0.1.1) ... Setting up libboost-chrono1.74.0:amd64 (1.74.0+ds1-21) ... Setting up bubblewrap (0.8.0-2) ... Setting up libgraphite2-3:amd64 (1.3.14-1) ... Setting up libxcb-dri3-0:amd64 (1.15-1) ... Setting up liblcms2-2:amd64 (2.14-2) ... Setting up libosmo-sccp-dev:amd64 (1.8.1) ... Setting up libpixman-1-0:amd64 (0.42.2-1) ... Setting up python3-attr (22.2.0-1) ... Setting up libcdparanoia0:amd64 (3.10.2+debian-14) ... Setting up libwayland-server0:amd64 (1.21.0-1) ... Setting up libpaper1:amd64 (1.1.29) ... 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 Creating config file /etc/papersize with new version Setting up libosmocore-utils:amd64 (1.9.2) ... Setting up libaom3:amd64 (3.6.0-1) ... Setting up libasn1c1:amd64 (0.9.36) ... Setting up python3-osmopy-libs (0.3.0) ... Setting up libpciaccess0:amd64 (0.17-2) ... Setting up libabsl20220623:amd64 (20220623.1-1) ... Setting up libdw1:amd64 (0.188-2.1) ... Setting up libraw1394-11:amd64 (2.1.2-2) ... Setting up libproxy1v5:amd64 (0.4.18-1.2) ... Setting up libc-l10n (2.36-9+deb12u4) ... Setting up libsgmls-perl (1.03ii-38) ... Setting up libtag1v5-vanilla:amd64 (1.13-2) ... Setting up libsodium23:amd64 (1.0.18-1) ... Setting up libgpm2:amd64 (1.20.7-10+b1) ... Setting up libmpg123-0:amd64 (1.31.2-1) ... Setting up libxcb-xfixes0:amd64 (1.15-1) ... Setting up libogg0:amd64 (1.3.5-3) ... Setting up liblerc4:amd64 (4.0.0+ds-2) ... Setting up libdbi1:amd64 (0.9.0-6) ... Setting up libspeex1:amd64 (1.2.1-2) ... Setting up libosmo-hnbap0:amd64 (1.5.1) ... Setting up libcaca0:amd64 (0.99.beta20-3) ... Setting up libpython3.11:amd64 (3.11.2-6) ... Setting up libpcre16-3:amd64 (2:8.39-15) ... Setting up fonts-gfs-porson (1.1-7) ... Setting up hicolor-icon-theme (0.17-2) ... Setting up libtwolame0:amd64 (0.4.0-2) ... Setting up libosmo-rua0:amd64 (1.5.1) ... Setting up erlang-base (1:25.2.3+dfsg-1) ... Created symlink /etc/systemd/system/multi-user.target.wants/epmd.service → /lib/systemd/system/epmd.service. Created symlink /etc/systemd/system/sockets.target.wants/epmd.socket → /lib/systemd/system/epmd.socket. Searching for services which depend on erlang and should be started... none found. Setting up libwoff1:amd64 (1.0.2-2) ... Setting up libhyphen0:amd64 (2.8.8-7) ... Setting up libdatrie1:amd64 (0.2.13-2+b1) ... Setting up sgmlspl (1.03ii-38) ... Setting up osmo-bsc-doc (1.11.1) ... Setting up libvisual-0.4-0:amd64 (0.4.0-19) ... Setting up libxcb-render0:amd64 (1.15-1) ... Setting up libsmpp1:amd64 (1.14.3) ... Setting up python3-zope.interface (5.5.2-1+b1) ... Setting up libaspell15:amd64 (0.60.8-4+b1) ... Setting up osmo-hnbgw-doc (1.5.0) ... Setting up osmo-upf-doc (0.1.1) ... Setting up libglvnd0:amd64 (1.6.0-1) ... Setting up libdbd-sqlite3:amd64 (0.9.0-11) ... Setting up libgtpnl0:amd64 (1.2.5) ... Setting up libosmo-octoi2:amd64 (0.6.0) ... Setting up libpgm-5.3-0:amd64 (5.3.128~dfsg-2) ... Setting up libxcb-glx0:amd64 (1.15-1) ... Setting up neocon:amd64 (1.0.2) ... Setting up libtexluajit2:amd64 (2022.20220321.62855-5.1+deb12u1) ... Setting up libfontbox-java (1:1.8.16-2) ... Setting up libosmo-octoi2-dbgsym:amd64 (0.6.0) ... Setting up erlang-xmerl (1:25.2.3+dfsg-1) ... Setting up python3-automat (22.10.0-1) ... Setting up libosmo-e1d1:amd64 (0.6.0) ... Setting up liblab-gamut1:amd64 (2.42.2-7+b3) ... Setting up libgdk-pixbuf2.0-common (2.42.10+dfsg-1) ... Setting up libosmo-rua-dbg:amd64 (1.5.1) ... Setting up libnorm1:amd64 (1.5.9+dfsg-2) ... Setting up binutils-common:amd64 (2.40-2) ... Setting up libssl3:amd64 (3.0.11-1~deb12u2) ... Setting up x11-common (1:7.7+23) ... 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 Setting up libgtpnl-tools:amd64 (1.2.5) ... Setting up libsensors-config (1:3.6.0-7.1) ... Setting up libdeflate0:amd64 (1.14-1) ... Setting up simtrace2-firmware (0.8.2) ... Setting up linux-libc-dev:amd64 (6.1.85-1) ... Setting up libctf-nobfd0:amd64 (2.40-2) ... Setting up osmo-sip-connector-doc (1.6.3) ... Setting up libusb-1.0-0-dev:amd64 (2:1.0.26-1) ... Setting up erlang-syntax-tools (1:25.2.3+dfsg-1) ... Setting up libboost-filesystem1.74.0:amd64 (1.74.0+ds1-21) ... Setting up python3-hamcrest (2.0.3-2) ... Setting up libosmo-hnbap-dbg:amd64 (1.5.1) ... Setting up libxcb-shm0:amd64 (1.15-1) ... Setting up libzzip-0-13:amd64 (0.13.72+dfsg.1-1.1) ... Setting up erlang-eunit (1:25.2.3+dfsg-1) ... Setting up libc-ares2:amd64 (1.18.1-3) ... Setting up libpaper-utils (1.1.29) ... Setting up libsvtav1enc1:amd64 (1.4.1+dfsg-1) ... Setting up libsoup-3.0-common (3.2.2-2) ... Setting up libdecaf0:amd64 (1.0.2-2) ... Setting up libgomp1:amd64 (12.2.0-14) ... Setting up locales (2.36-9+deb12u4) ... 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 Generating locales (this might take a while)... en_US.UTF-8... done Generation complete. Setting up libunwind8:amd64 (1.6.2-3) ... Setting up libosmonetif11:amd64 (1.4.0) ... Setting up libgtpnl-dbg:amd64 (1.2.5) ... Setting up osmo-cbc-utils (0.4.2) ... Setting up osmo-e1d (0.6.0) ... Created symlink /etc/systemd/system/multi-user.target.wants/osmo-e1d.service → /lib/systemd/system/osmo-e1d.service. Setting up libjbig0:amd64 (2.1-6.1) ... Setting up libmicrohttpd12:amd64 (0.9.75-6) ... Setting up librav1e0:amd64 (0.5.1-6) ... Setting up libcolord2:amd64 (1.4.6-2.2) ... Setting up python3-multidict (6.0.4-1+b1) ... Setting up libosmocore-dbg:amd64 (1.9.2) ... Setting up libopengl0:amd64 (1.6.0-1) ... Setting up libosmo-simtrace2-1:amd64 (0.8.2) ... Setting up libusrp1 (3.4.8) ... Setting up python3-frozenlist (1.3.3-1+b1) ... Setting up libxcb-xkb1:amd64 (1.15-1) ... Setting up python3-aiosignal (1.3.1-1) ... Setting up simtrace2-utils:amd64 (0.8.2) ... Setting up libosp5 (1.5.2-13+b2) ... Setting up python3-async-timeout (4.0.2-1) ... Setting up libxcb-present0:amd64 (1.15-1) ... Setting up libdconf1:amd64 (0.40.0-4) ... Setting up libgts-0.7-5:amd64 (0.7.6+darcs121130-5+b1) ... Setting up libgtp6:amd64 (1.11.0) ... Setting up asciidoc-common (10.2.0-1) ... Setting up tex-common (6.18) ... 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 update-language: texlive-base not installed and configured, doing nothing! Setting up osmo-sgsn-doc (1.11.1) ... Setting up abisip-find (1.11.1) ... Setting up python3-roman (3.3-3) ... Setting up libgtp-dev:amd64 (1.11.0) ... Setting up neocon-dbgsym:amd64 (1.0.2) ... Setting up libpcre3:amd64 (2:8.39-15) ... Setting up osmo-mgw-doc (1.12.2) ... Setting up libfontenc1:amd64 (1:1.1.4-1) ... Setting up liborcania2.3:amd64 (2.3.2-1) ... Setting up libz3-4:amd64 (4.8.12-3.1) ... Setting up libpcre2-32-0:amd64 (10.42-1) ... Setting up python3-webcolors (1.11.1-1) ... Setting up libtirpc-dev:amd64 (1.3.3+ds-1) ... Setting up libpkgconf3:amd64 (1.8.1-1) ... Setting up libflac12:amd64 (1.4.2+ds-2) ... Setting up rpcsvc-proto (1.4.3-1) ... Setting up erlang-parsetools (1:25.2.3+dfsg-1) ... Setting up libgles2:amd64 (1.6.0-1) ... Setting up libosmo-fl2k0:amd64 (0.2.0) ... Setting up libasn1c-dev:amd64 (0.9.36) ... Setting up libjpeg62-turbo:amd64 (1:2.1.5-2) ... Setting up erlang-dialyzer (1:25.2.3+dfsg-1) ... Setting up libva2:amd64 (2.17.0-1) ... Setting up osmo-gbproxy-doc (1:0.4.1) ... Setting up libmbedcrypto7:amd64 (2.28.3-1) ... Setting up libx11-data (2:1.8.4-2+deb12u2) ... Setting up make (4.3-4.1) ... Setting up libepoxy0:amd64 (1.5.10-1) ... Setting up libmpfr6:amd64 (4.2.0-1) ... Setting up libxcb-sync1:amd64 (1.15-1) ... Setting up osmo-hnodeb-doc (0.1.2) ... Setting up libteckit0:amd64 (2.5.11+ds1-1+b1) ... Setting up libpathplan4:amd64 (2.42.2-7+b3) ... Setting up libapache-pom-java (29-2) ... Setting up libavahi-common-data:amd64 (0.8-10) ... Setting up libmnl-dev:amd64 (1.0.4-3) ... Setting up libann0 (1.1.2+doc-9+b1) ... Setting up libncurses6:amd64 (6.4-4) ... Setting up python3-incremental (21.3.0-2) ... Setting up libdbus-1-3:amd64 (1.14.10-1~deb12u1) ... Setting up libosmo-rspro-dev:amd64 (1.0.0) ... Setting up xfonts-encodings (1:1.0.4-2.2) ... Setting up libfribidi0:amd64 (1.0.8-2.1) ... Setting up libopus0:amd64 (1.3.1-3) ... Setting up t1utils (1.41-4) ... Setting up libquadmath0:amd64 (12.2.0-14) ... Setting up python3-reportlab-accel:amd64 (3.6.12-1+b1) ... Setting up libosmo-mgcp-client12:amd64 (1.12.2) ... Setting up librtlsdr0:amd64 (2.0.1) ... Setting up libtexlua53-5:amd64 (2022.20220321.62855-5.1+deb12u1) ... Setting up libosmo-sbcap0:amd64 (0.4.2) ... Setting up libimagequant0:amd64 (2.17.0-1) ... Setting up python3-hyperlink (21.0.0-5) ... Setting up libssl-dev:amd64 (3.0.11-1~deb12u2) ... Setting up libpcre32-3:amd64 (2:8.39-15) ... Setting up libmpc3:amd64 (1.3.1-1) ... Setting up liboping0:amd64 (1.10.0-5+b1) ... Setting up libatomic1:amd64 (12.2.0-14) ... Setting up libvorbis0a:amd64 (1.3.7-1) ... Setting up liborc-0.4-0:amd64 (1:0.4.33-2) ... Setting up libtcl8.6:amd64 (8.6.13+dfsg-2) ... Setting up osmo-ggsn (1.11.0) ... Created symlink /etc/systemd/system/multi-user.target.wants/osmo-ggsn.service → /lib/systemd/system/osmo-ggsn.service. Setting up libosmo-mgcp-client-dev:amd64 (1.12.2) ... Setting up erlang-dev (1:25.2.3+dfsg-1) ... Setting up icu-devtools (72.1-3) ... Setting up fonts-dejavu-core (2.37-6) ... Setting up liblimesuite23.11-1:amd64 (23.11.0) ... Setting up python3-funcparserlib (1.0.0-0.2) ... Setting up libosmo-mslookup1:amd64 (1.7.0) ... Setting up libgav1-1:amd64 (0.18.0-1+b1) ... Setting up libosmo-rua-dev:amd64 (1.5.1) ... Setting up pkgconf-bin (1.8.1-1) ... Setting up osmo-hlr-doc (1.7.0) ... Setting up libsensors5:amd64 (1:3.6.0-7.1) ... Setting up osmo-ggsn-doc (1.11.0) ... Setting up lynx-common (2.9.0dev.12-1) ... Setting up libosmo-fl2k0-dbgsym:amd64 (0.2.0) ... Setting up erlang-asn1 (1:25.2.3+dfsg-1) ... Setting up libdav1d6:amd64 (1.0.0-2) ... Setting up libosmo-sbcap-dev:amd64 (0.4.2) ... Setting up libltdl7:amd64 (2.4.7-5) ... Setting up libglapi-mesa:amd64 (22.3.6-1+deb12u1) ... Setting up erlang-tftp (1:25.2.3+dfsg-1) ... Setting up libkpathsea6:amd64 (2022.20220321.62855-5.1+deb12u1) ... Setting up libvulkan1:amd64 (1.3.239.0-1) ... Setting up libx265-199:amd64 (3.5-2+b1) ... Setting up libsoup2.4-common (2.74.3-1) ... Setting up libwebp7:amd64 (1.2.4-0.2+deb12u1) ... Setting up gtp-echo-responder (1.11.0) ... Setting up libubsan1:amd64 (12.2.0-14) ... Setting up libxcb-dri2-0:amd64 (1.15-1) ... Setting up libboost-serialization1.74.0:amd64 (1.74.0+ds1-21) ... Setting up libodbc2:amd64 (2.3.11-2+deb12u1) ... Setting up xdg-dbus-proxy (0.1.4-3) ... Setting up osmo-smlc-doc (0.2.4) ... Setting up libyder2.0:amd64 (1.4.19-1) ... Setting up libusrp-utils (3.4.8) ... Setting up libtag1v5:amd64 (1.13-2) ... Setting up libostyle1c2 (1.4devel1-22) ... Setting up fonts-gfs-baskerville (1.1-6) ... Setting up libnsl-dev:amd64 (1.3.0-2) ... Setting up libdv4:amd64 (1.0.0-15) ... Setting up libasyncns0:amd64 (0.8-6+b3) ... Setting up osmo-cbc-doc (0.4.2) ... Setting up libxshmfence1:amd64 (1.3-1) ... Setting up at-spi2-common (2.46.0-5) ... Setting up libmime-charset-perl (1.013.1-2) ... Setting up libcrypt-dev:amd64 (1:4.4.33-2) ... Setting up libwavpack1:amd64 (5.6.0-1) ... Setting up libtiff6:amd64 (4.5.0-6+deb12u1) ... Setting up libxcb-randr0:amd64 (1.15-1) ... Setting up dbus-session-bus-common (1.14.10-1~deb12u1) ... Setting up osmo-fl2k (0.2.0) ... Setting up libasan8:amd64 (12.2.0-14) ... Setting up libv4lconvert0:amd64 (1.22.1-5+b2) ... Setting up libmd-dev:amd64 (1.0.4-2) ... Setting up libnl-3-200:amd64 (3.7.0-0.2+b1) ... Setting up osmo-msc-doc (1.11.1) ... Setting up python3-pyasn1 (0.4.8-3) ... Setting up erlang-mnesia (1:25.2.3+dfsg-1) ... Setting up fonts-lmodern (2.005-1) ... Setting up libopenjp2-7:amd64 (2.5.0-2) ... Setting up libx11-6:amd64 (2:1.8.4-2+deb12u2) ... Setting up libharfbuzz0b:amd64 (6.0.0+dfsg-3) ... Setting up libthai-data (0.1.29-1) ... Setting up libgdk-pixbuf-2.0-0:amd64 (2.42.10+dfsg-1+b1) ... Setting up libvpx7:amd64 (1.12.0-1+deb12u2) ... Setting up python3-constantly (15.1.0-4) ... Setting up sgml-base (1.31) ... Setting up libsofia-sip-ua0 (1.12.11+20110422.1+1e14eea~dfsg-6) ... Setting up libasn1c-dbg:amd64 (0.9.36) ... Setting up libcdt5:amd64 (2.42.2-7+b3) ... Setting up libatk1.0-0:amd64 (2.46.0-5) ... Setting up libcgraph6:amd64 (2.42.2-7+b3) ... Setting up libglu1-mesa:amd64 (9.0.2-1.1) ... Setting up libwayland-egl1:amd64 (1.21.0-1) ... Setting up libosmo-e1d1-dbgsym:amd64 (0.6.0) ... Setting up lynx (2.9.0dev.12-1) ... update-alternatives: using /usr/bin/lynx to provide /usr/bin/www-browser (www-browser) in auto mode Setting up libtsan2:amd64 (12.2.0-14) ... Setting up libjs-jquery (3.6.1+dfsg+~3.5.14-1) ... Setting up libosmo-gtlv1:amd64 (0.3.0) ... Setting up libhunspell-1.7-0:amd64 (1.7.1-1) ... Setting up glib-networking-common (2.74.0-4) ... Setting up erlang-crypto (1:25.2.3+dfsg-1) ... Setting up libbinutils:amd64 (2.40-2) ... Setting up libsmpp34-utils (1.14.3) ... Setting up dbus-system-bus-common (1.14.10-1~deb12u1) ... Setting up libosmo-sabp1:amd64 (1.5.1) ... Setting up libisl23:amd64 (0.25-1.1) ... Setting up libusrp-dev (3.4.8) ... Setting up libde265-0:amd64 (1.0.11-1+deb12u2) ... Setting up libc-dev-bin (2.36-9+deb12u4) ... Setting up osmo-stp-doc (1.8.1) ... Setting up libsamplerate0:amd64 (0.2.2-3) ... Setting up openssl (3.0.11-1~deb12u2) ... Installing new version of config file /etc/ssl/openssl.cnf ... Setting up libwebpmux3:amd64 (1.2.4-0.2+deb12u1) ... Setting up osmo-gbproxy (1:0.4.1) ... Created symlink /etc/systemd/system/multi-user.target.wants/osmo-gbproxy.service → /lib/systemd/system/osmo-gbproxy.service. Setting up libosmo-sigtran9:amd64 (1.8.1) ... Setting up libdrm-common (2.4.114-1) ... Setting up libyuv0:amd64 (0.0~git20230123.b2528b0-1) ... Setting up python3-yarl (1.8.2-1+b1) ... Setting up libxcomposite1:amd64 (1:0.4.5-1) ... Setting up libevdev2:amd64 (1.13.0+dfsg-1) ... Setting up openjade (1.4devel1-22) ... Setting up libxml2:amd64 (2.9.14+dfsg-1.3~deb12u1) ... Setting up osmo-remsim-doc (1.0.0) ... Setting up xdg-utils (1.1.3-4.1) ... update-alternatives: using /usr/bin/xdg-open to provide /usr/bin/open (open) in auto mode Setting up libsmpp34-dev:amd64 (1.14.3) ... Setting up libbsd-dev:amd64 (0.11.7-2) ... Setting up libcc1-0:amd64 (12.2.0-14) ... Setting up dbus-bin (1.14.10-1~deb12u1) ... Setting up libosmo-rspro2:amd64 (1.0.0) ... Setting up libgudev-1.0-0:amd64 (237-2) ... Setting up libsecret-common (0.20.5-3) ... Setting up liblsan0:amd64 (12.2.0-14) ... Setting up libgstreamer1.0-0:amd64 (1.22.0-2) ... Setcap worked! gst-ptp-helper is not suid! Setting up libmp3lame0:amd64 (3.100-6) ... Setting up libitm1:amd64 (12.2.0-14) ... Setting up libsofia-sip-ua-glib3 (1.12.11+20110422.1+1e14eea~dfsg-6) ... Setting up python3-cffi-backend:amd64 (1.15.1-5+b1) ... Setting up libvorbisenc2:amd64 (1.3.7-1) ... Setting up libsynctex2:amd64 (2022.20220321.62855-5.1+deb12u1) ... Setting up libosmoabis13:amd64 (1.5.2) ... Setting up libboost-thread1.74.0:amd64 (1.74.0+ds1-21) ... Setting up osmo-trx-doc (1.6.1) ... Setting up libaa1:amd64 (1.4p5-50) ... Setting up libiec61883-0:amd64 (1.2.0-6+b1) ... Setting up osmo-gbproxy-dbg (1:0.4.1) ... Setting up libosmo-netif-dbg:amd64 (1.4.0) ... Setting up osmo-bts-doc (1.7.2) ... Setting up libcsv3:amd64 (3.0.3+dfsg-6) ... Setting up libxkbcommon0:amd64 (1.5.0-1) ... Setting up osmo-pcu-doc (1.4.0) ... Setting up libosmo-fl2k-dev (0.2.0) ... Setting up libwayland-client0:amd64 (1.21.0-1) ... Setting up libctf0:amd64 (2.40-2) ... Setting up libavc1394-0:amd64 (0.5.4-5) ... Setting up libosmo-sabp-dev:amd64 (1.5.1) ... Setting up libpcrecpp0v5:amd64 (2:8.39-15) ... Setting up teckit (2.5.11+ds1-1+b1) ... Setting up glib-networking-services (2.74.0-4) ... Setting up simtrace2-utils-dbgsym:amd64 (0.8.2) ... Setting up gtk-update-icon-cache (3.24.38-2~deb12u1) ... Setting up libx11-xcb1:amd64 (2:1.8.4-2+deb12u2) ... Setting up libice6:amd64 (2:1.0.10-1) ... Setting up tcl8.6 (8.6.13+dfsg-2) ... Setting up libsmpp34-dbg (1.14.3) ... Setting up libosmo-sigtran-doc (1.8.1) ... Setting up cpp-12 (12.2.0-14) ... Setting up libusrp-utils-dbgsym (3.4.8) ... Setting up libosmogsm-doc (1.9.2) ... Setting up libharfbuzz-icu0:amd64 (6.0.0+dfsg-3) ... Setting up libfftw3-single3:amd64 (3.3.10-1) ... Setting up osmo-sip-connector (1.6.3) ... Created symlink /etc/systemd/system/multi-user.target.wants/osmo-sip-connector.service → /lib/systemd/system/osmo-sip-connector.service. Setting up osmo-smlc (0.2.4) ... Created symlink /etc/systemd/system/multi-user.target.wants/osmo-smlc.service → /lib/systemd/system/osmo-smlc.service. Setting up libxdamage1:amd64 (1:1.1.6-1) ... Setting up libosmo-hnbap-dev:amd64 (1.5.1) ... Setting up libzmq5:amd64 (4.3.4-6) ... Setting up libpdfbox-java (1:1.8.16-2) ... Setting up libxpm4:amd64 (1:3.5.12-1.1+deb12u1) ... Setting up osmo-gtphub (1.11.1) ... Created symlink /etc/systemd/system/multi-user.target.wants/osmo-gtphub.service → /lib/systemd/system/osmo-gtphub.service. Setting up osmo-remsim-client-st2:amd64 (1.0.0) ... Setting up libavif15:amd64 (0.11.1-1) ... Setting up libosmo-pfcp0:amd64 (0.3.0) ... Setting up libmbedx509-1:amd64 (2.28.3-1) ... Setting up osmo-ggsn-dbg:amd64 (1.11.0) ... Setting up libxi6:amd64 (2:1.8-1+b1) ... Setting up libmbedtls14:amd64 (2.28.3-1) ... Setting up libxrender1:amd64 (1:0.9.10-1.1) ... Setting up erlang-runtime-tools (1:25.2.3+dfsg-1) ... Setting up libgtpnl-dev:amd64 (1.2.5) ... Setting up libosmo-simtrace2-1-dbgsym:amd64 (0.8.2) ... Setting up libosmoctrl-doc (1.9.2) ... Setting up libenchant-2-2:amd64 (2.3.3-2) ... Setting up osmo-remsim-client-st2-dbgsym:amd64 (1.0.0) ... Setting up osmo-trx-ipc (1.6.1) ... Created symlink /etc/systemd/system/multi-user.target.wants/osmo-trx-ipc.service → /lib/systemd/system/osmo-trx-ipc.service. Setting up osmo-fl2k-dbgsym (0.2.0) ... Setting up osmo-smlc-dbg:amd64 (0.2.4) ... Setting up libosmo-rspro2-dbgsym:amd64 (1.0.0) ... Setting up libwpe-1.0-1:amd64 (1.14.0-1) ... Setting up fontconfig-config (2.14.1-4) ... 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 Setting up libbctoolbox1:amd64 (5.1.64-2) ... Setting up osmo-sip-connector-dbg (1.6.3) ... Setting up libxtst6:amd64 (2:1.2.3-1.1) ... Setting up osmo-upf (0.1.1) ... Setting up libuhd4.3.0:amd64 (4.3.0.0+ds1-5) ... Setting up preview-latex-style (12.2-1) ... Setting up libwebpdemux2:amd64 (1.2.4-0.2+deb12u1) ... Setting up libmanette-0.2-0:amd64 (0.2.6-3+b1) ... Setting up python3-bcrypt (3.2.2-1) ... Setting up erlang-odbc (1:25.2.3+dfsg-1) ... Setting up libosmoisdn-doc (1.9.2) ... Setting up libheif1:amd64 (1.15.1-1) ... Setting up osmo-bsc (1.11.1) ... Created symlink /etc/systemd/system/multi-user.target.wants/osmo-bsc.service → /lib/systemd/system/osmo-bsc.service. Setting up libgtp-dbg:amd64 (1.11.0) ... Setting up libcommons-parent-java (56-1) ... Setting up libusrp1-dbgsym (3.4.8) ... Setting up libavahi-common3:amd64 (0.8-10) ... Setting up gtp-echo-responder-dbg:amd64 (1.11.0) ... Setting up tcl-expect:amd64 (5.45.4-2+b1) ... Setting up libusrp-doc (3.4.8) ... Setting up libjavascriptcoregtk-4.0-18:amd64 (2.42.5-1~deb12u1) ... Setting up libosmousb-doc (1.9.2) ... Setting up python3-aiohttp (3.8.4-1) ... Setting up libcommons-logging-java (1.2-3) ... Setting up libosmo-gtlv-dbg:amd64 (0.3.0) ... Setting up libosmo-simtrace2-dev:amd64 (0.8.2) ... Setting up rtl-sdr (2.0.1) ... Setting up osmo-remsim-client-shell:amd64 (1.0.0) ... Setting up libgstreamer-plugins-base1.0-0:amd64 (1.22.0-3+deb12u1) ... Setting up osmo-e1d-dbgsym (0.6.0) ... Setting up erlang-tools (1:25.2.3+dfsg-1) ... Setting up dbus-daemon (1.14.10-1~deb12u1) ... Setting up libcdk5nc6:amd64 (5.0.20180306-3) ... Setting up opensp (1.5.2-13+b2) ... Setting up libatspi2.0-0:amd64 (2.46.0-5) ... Setting up libosmocodec-doc (1.9.2) ... Setting up xfonts-utils (1:7.7+6) ... Setting up libwxbase3.2-1:amd64 (3.2.2+dfsg-2) ... Setting up libusrp-firmware (3.4.8) ... Setting up pkgconf:amd64 (1.8.1-1) ... Setting up libxxf86vm1:amd64 (1:1.1.4-1+b2) ... Setting up osmo-bsc-ipaccess-utils (1.11.1) ... Setting up libnl-route-3-200:amd64 (3.7.0-0.2+b1) ... Setting up osmo-sysmon (0.3.2) ... Setting up libv4l-0:amd64 (1.22.1-5+b2) ... Setting up erlang-snmp (1:25.2.3+dfsg-1) ... Setting up libatk-bridge2.0-0:amd64 (2.46.0-5) ... Setting up libtalloc-dev:amd64 (2.4.0-f2) ... Setting up libthai0:amd64 (0.1.29-1) ... Setting up dbus-user-session (1.14.10-1~deb12u1) ... Installing new version of config file /etc/X11/Xsession.d/20dbus_xdg-runtime ... Setting up osmo-gtphub-dbg (1.11.1) ... Setting up libwpebackend-fdo-1.0-1:amd64 (1.14.2-1) ... Setting up libsecret-1-0:amd64 (0.20.5-3) ... Setting up libosmo-mgcp-client12-dbgsym:amd64 (1.12.2) ... Setting up libgprofng0:amd64 (2.40-2) ... Setting up librtlsdr-dev (2.0.1) ... Setting up libosmo-gsup-client0:amd64 (1.7.0) ... Setting up osmo-bsc-bs11-utils (1.11.1) ... Setting up libptexenc1:amd64 (2022.20220321.62855-5.1+deb12u1) ... Setting up libulfius2.7:amd64 (2.7.13-1) ... Setting up libosmo-sigtran-dbg:amd64 (1.8.1) ... Setting up adwaita-icon-theme (43-1) ... update-alternatives: using /usr/share/icons/Adwaita/cursor.theme to provide /usr/share/icons/default/index.theme (x-cursor-theme) in auto mode Setting up libpcap0.8:amd64 (1.10.3-1) ... Setting up libxfixes3:amd64 (1:6.0.0-2) ... Setting up osmo-uecups (0.2.2) ... Setting up python3-pyasn1-modules (0.2.8-1) ... Setting up libnotify4:amd64 (0.8.1-1) ... Setting up python3-cryptography (38.0.4-3) ... Setting up libjs-jquery-metadata (12-4) ... Setting up osmo-mslookup-utils:amd64 (1.7.0) ... Setting up libraqm0:amd64 (0.7.0-4.1) ... Setting up osmo-stp:amd64 (1.8.1) ... Created symlink /etc/systemd/system/multi-user.target.wants/osmo-stp.service → /lib/systemd/system/osmo-stp.service. Setting up dbus (1.14.10-1~deb12u1) ... A reboot is required to replace the running dbus-daemon. Please reboot the system when convenient. dbus.service is a disabled or a static unit, not starting it. Setting up libosmovty-doc (1.9.2) ... Setting up libgcc-12-dev:amd64 (12.2.0-14) ... Setting up libosmo-ranap7:amd64 (1.5.1) ... Setting up libxinerama1:amd64 (2:1.1.4-3) ... Setting up erlang-public-key (1:25.2.3+dfsg-1) ... Setting up libxkbcommon-x11-0:amd64 (1.5.0-1) ... Setting up python3-service-identity (18.1.0-8) ... Setting up libosmo-sabp-dbg:amd64 (1.5.1) ... Setting up libortp16:amd64 (1:5.1.64-2) ... Setting up libxrandr2:amd64 (2:1.5.2-2+b1) ... Setting up pkg-config:amd64 (1.8.1-1) ... Setting up osmo-upf-dbg:amd64 (0.1.1) ... Setting up libosmosim-doc (1.9.2) ... Setting up libosmogb-doc (1.9.2) ... Setting up osmo-pcap-server (0.4.2) ... Created symlink /etc/systemd/system/multi-user.target.wants/osmo-pcap-server.service → /lib/systemd/system/osmo-pcap-server.service. Setting up libosmocoding-doc (1.9.2) ... Setting up erlang-ssh (1:25.2.3+dfsg-1) ... Setting up libosmo-pfcp-dbg:amd64 (0.3.0) ... Setting up osmo-trx-usrp1 (1.6.1) ... Created symlink /etc/systemd/system/multi-user.target.wants/osmo-trx-usrp1.service → /lib/systemd/system/osmo-trx-usrp1.service. Setting up libjack-jackd2-0:amd64 (1.9.21~dfsg-3) ... Setting up libgvpr2:amd64 (2.42.2-7+b3) ... Setting up libdrm2:amd64 (2.4.114-1+b1) ... Setting up libjs-jquery-tablesorter (1:2.31.3+dfsg1-3) ... Setting up libva-drm2:amd64 (2.17.0-1) ... Setting up osmo-hnbgw (1.5.0) ... Created symlink /etc/systemd/system/multi-user.target.wants/osmo-hnbgw.service → /lib/systemd/system/osmo-hnbgw.service. Setting up libosmotrau2:amd64 (1.5.2) ... Setting up libwayland-cursor0:amd64 (1.21.0-1) ... Setting up cpp (4:12.2.0-3) ... Setting up lmodern (2.005-1) ... Setting up xml-core (0.18+nmu1) ... Setting up libllvm15:amd64 (1:15.0.6-4+b1) ... Setting up libxslt1.1:amd64 (1.1.35-1) ... Setting up osmo-hnodeb (0.1.2) ... Created symlink /etc/systemd/system/multi-user.target.wants/osmo-hnodeb.service → /lib/systemd/system/osmo-hnodeb.service. Setting up osmo-sgsn (1.11.1) ... Created symlink /etc/systemd/system/multi-user.target.wants/osmo-sgsn.service → /lib/systemd/system/osmo-sgsn.service. Setting up libosmo-netif-doc (1.4.0) ... Setting up libc6-dev:amd64 (2.36-9+deb12u4) ... Setting up libfontconfig1:amd64 (2.14.1-4) ... Setting up libsndfile1:amd64 (1.2.0-1) ... Setting up osmo-bsc-dbg:amd64 (1.11.1) ... Setting up libxml2-utils (2.9.14+dfsg-1.3~deb12u1) ... Setting up libosmo-ranap-dbg:amd64 (1.5.1) ... Setting up libsm6:amd64 (2:1.2.3-1) ... Setting up libosmodsp0:amd64 (0.4.0) ... Setting up osmo-stp-dbg:amd64 (1.8.1) ... Setting up libicu-dev:amd64 (72.1-3) ... Setting up osmo-sysmon-dbg:amd64 (0.3.2) ... Setting up libavahi-client3:amd64 (0.8-10) ... Setting up osmo-remsim-bankd:amd64 (1.0.0) ... Created symlink /etc/systemd/system/multi-user.target.wants/osmo-remsim-bankd.service → /lib/systemd/system/osmo-remsim-bankd.service. Setting up libosmocore-doc (1.9.2) ... Setting up erlang-ssl (1:25.2.3+dfsg-1) ... Setting up binutils-x86-64-linux-gnu (2.40-2) ... Setting up libdrm-amdgpu1:amd64 (2.4.114-1+b1) ... Setting up osmo-pcu (1.4.0) ... Created symlink /etc/systemd/system/multi-user.target.wants/osmo-pcu.service → /lib/systemd/system/osmo-pcu.service. Setting up osmo-bts-virtual (1.7.2) ... Created symlink /etc/systemd/system/multi-user.target.wants/osmo-bts-virtual.service → /lib/systemd/system/osmo-bts-virtual.service. Setting up osmo-trx-lms (1.6.1) ... Created symlink /etc/systemd/system/multi-user.target.wants/osmo-trx-lms.service → /lib/systemd/system/osmo-trx-lms.service. Setting up erlang-diameter (1:25.2.3+dfsg-1) ... Setting up fontconfig (2.14.1-4) ... Regenerating fonts cache... done. Setting up osmo-msc (1.11.1) ... Created symlink /etc/systemd/system/multi-user.target.wants/osmo-msc.service → /lib/systemd/system/osmo-msc.service. Setting up libncurses-dev:amd64 (6.4-4) ... Setting up libosmo-pfcp (0.3.0) ... Setting up libdrm-nouveau2:amd64 (2.4.114-1+b1) ... Setting up libosmodsp-dev:amd64 (0.4.0) ... Setting up osmo-trx-uhd (1.6.1) ... Created symlink /etc/systemd/system/multi-user.target.wants/osmo-trx-uhd.service → /lib/systemd/system/osmo-trx-uhd.service. Setting up osmo-bsc-meas-utils (1.11.1) ... Setting up osmo-bts-virtual-dbg (1.7.2) ... Setting up libgbm1:amd64 (22.3.6-1+deb12u1) ... Setting up libosmo-abis:amd64 (1.5.2) ... Setting up libpulse0:amd64 (16.1+dfsg1-2+b1) ... Setting up libosmo-ranap-dev:amd64 (1.5.1) ... Setting up libsombok3:amd64 (2.4.0-2+b1) ... Setting up osmo-bts-trx (1.7.2) ... Created symlink /etc/systemd/system/multi-user.target.wants/osmo-bts-trx.service → /lib/systemd/system/osmo-bts-trx.service. Setting up libpcre3-dev:amd64 (2:8.39-15) ... Setting up libdrm-radeon1:amd64 (2.4.114-1+b1) ... Setting up python3-openssl (23.0.0-1) ... Setting up erlang-os-mon (1:25.2.3+dfsg-1) ... Setting up osmo-remsim-client-shell-dbgsym:amd64 (1.0.0) ... Setting up osmo-hnbgw-dbg:amd64 (1.5.0) ... Setting up libxcursor1:amd64 (1:1.2.1-1) ... Setting up expect (5.45.4-2+b1) ... Setting up libpango-1.0-0:amd64 (1.50.12+ds-1) ... Setting up libdrm-intel1:amd64 (2.4.114-1+b1) ... Setting up libgl1-mesa-dri:amd64 (22.3.6-1+deb12u1) ... Setting up libosmo-abis-dbg:amd64 (1.5.2) ... Setting up osmo-msc-dbg:amd64 (1.11.1) ... Setting up xsltproc (1.1.35-1) ... Setting up libosmodsp-doc (0.4.0) ... Setting up osmo-cbc (0.4.2) ... Created symlink /etc/systemd/system/multi-user.target.wants/osmo-cbc.service → /lib/systemd/system/osmo-cbc.service. Setting up libosmodsp-dbg:amd64 (0.4.0) ... Setting up dconf-service (0.40.0-4) ... Setting up osmo-uecups-dbgsym (0.2.2) ... Setting up osmo-bts-trx-dbg (1.7.2) ... Setting up binutils (2.40-2) ... Setting up osmo-hlr (1.7.0) ... osmo-hlr-post-upgrade: nothing to do (no existing database) Setting up osmo-remsim-server:amd64 (1.0.0) ... Created symlink /etc/systemd/system/multi-user.target.wants/osmo-remsim-server.service → /lib/systemd/system/osmo-remsim-server.service. Setting up osmo-mgw (1.12.2) ... Created symlink /etc/systemd/system/multi-user.target.wants/osmo-mgw.service → /lib/systemd/system/osmo-mgw.service. Setting up libcairo2:amd64 (1.16.0-7) ... Setting up osmo-pcap-server-dbg (0.4.2) ... Setting up osmo-pcap-client (0.4.2) ... Created symlink /etc/systemd/system/multi-user.target.wants/osmo-pcap-client.service → /lib/systemd/system/osmo-pcap-client.service. Setting up python3-pil:amd64 (9.4.0-1.1+b1) ... Setting up libxml2-dev:amd64 (2.9.14+dfsg-1.3~deb12u1) ... Setting up libegl-mesa0:amd64 (22.3.6-1+deb12u1) ... Setting up erlang-eldap (1:25.2.3+dfsg-1) ... Setting up osmo-pcu-dbg (1.4.0) ... Setting up osmo-mgw-dbgsym (1.12.2) ... Setting up libosmo-abis-dev:amd64 (1.5.2) ... Setting up gcc-12 (12.2.0-14) ... Setting up python3-twisted (22.4.0-4) ... Setting up libunicode-linebreak-perl (0.0.20190101-1+b5) ... Setting up libedit-dev:amd64 (3.1-20221030-2) ... Setting up libgd3:amd64 (2.3.3-9) ... Setting up osmo-hnodeb-dbg:amd64 (0.1.2) ... Setting up erlang-ftp (1:25.2.3+dfsg-1) ... Setting up libsctp-dev:amd64 (1.0.19+dfsg-2) ... Setting up libxt6:amd64 (1:1.2.1-1.1) ... Setting up python3-reportlab (3.6.12-1) ... Setting up libcups2:amd64 (2.4.2-3+deb12u5) ... Setting up libosmocore-dev:amd64 (1.9.2) ... Setting up osmo-pcap-client-dbg (0.4.2) ... Setting up osmo-remsim-bankd-dbgsym:amd64 (1.0.0) ... Setting up libosmo-netif-dev:amd64 (1.4.0) ... Setting up libosmo-e1d-dev:amd64 (0.6.0) ... Setting up libtheora0:amd64 (1.1.1+dfsg.1-16.1+b1) ... Setting up osmo-sgsn-dbg:amd64 (1.11.1) ... Setting up libegl1:amd64 (1.6.0-1) ... Setting up libosmo-octoi-dev:amd64 (0.6.0) ... Setting up libcairo-gobject2:amd64 (1.16.0-7) ... Setting up osmo-hlr-dbg (1.7.0) ... Setting up libpangoft2-1.0-0:amd64 (1.50.12+ds-1) ... Setting up libpangocairo-1.0-0:amd64 (1.50.12+ds-1) ... Setting up libosmo-gtlv-dev:amd64 (0.3.0) ... Setting up osmo-trx-dbg (1.6.1) ... Setting up osmo-trx (1.6.1) ... Setting up osmo-bts (1.7.2) ... Setting up libxmu6:amd64 (2:1.1.3-3) ... Setting up libglx-mesa0:amd64 (22.3.6-1+deb12u1) ... Setting up libglx0:amd64 (1.6.0-1) ... Setting up dconf-gsettings-backend:amd64 (0.40.0-4) ... Setting up mscgen (0.20-14) ... Setting up osmo-remsim-server-dbgsym:amd64 (1.0.0) ... Setting up osmo-cbc-dbg:amd64 (0.4.2) ... Setting up erlang-inets (1:25.2.3+dfsg-1) ... Setting up libosmo-gsup-client-dev:amd64 (1.7.0) ... Setting up libxaw7:amd64 (2:1.0.14-1) ... Setting up libosmo-sigtran-dev:amd64 (1.8.1) ... Setting up gcc (4:12.2.0-3) ... Setting up librsvg2-2:amd64 (2.54.7+dfsg-1~deb12u1) ... Setting up python3-treq (22.2.0-0.1) ... Setting up gstreamer1.0-plugins-base:amd64 (1.22.0-3+deb12u1) ... Setting up libgl1:amd64 (1.6.0-1) ... Setting up libosmo-mslookup-dev:amd64 (1.7.0) ... Setting up libshout3:amd64 (2.4.6-1+b1) ... Setting up libgvc6 (2.42.2-7+b3) ... Setting up texlive-binaries (2022.20220321.62855-5.1+deb12u1) ... update-alternatives: using /usr/bin/xdvi-xaw to provide /usr/bin/xdvi.bin (xdvi.bin) in auto mode update-alternatives: using /usr/bin/bibtex.original to provide /usr/bin/bibtex (bibtex) in auto mode Setting up python3-osmopy-utils (0.3.0) ... osmo-ctrl2cgi.service is a disabled or a static unit, not starting it. osmo-trap2cgi.service is a disabled or a static unit, not starting it. Setting up libosmo-pfcp-dev:amd64 (0.3.0) ... Setting up texlive-base (2022.20230122-3) ... tl-paper: setting paper size for dvips to a4: /var/lib/texmf/dvips/config/config-paper.ps tl-paper: setting paper size for dvipdfmx to a4: /var/lib/texmf/dvipdfmx/dvipdfmx-paper.cfg tl-paper: setting paper size for xdvi to a4: /var/lib/texmf/xdvi/XDvi-paper tl-paper: setting paper size for pdftex to a4: /var/lib/texmf/tex/generic/tex-ini-files/pdftexconfig.tex 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 tl-paper: setting paper size for dvipdfmx to letter: /var/lib/texmf/dvipdfmx/dvipdfmx-paper.cfg tl-paper: setting paper size for dvips to letter: /var/lib/texmf/dvips/config/config-paper.ps tl-paper: setting paper size for pdftex to letter: /var/lib/texmf/tex/generic/tex-ini-files/pdftexconfig.tex tl-paper: setting paper size for xdvi to letter: /var/lib/texmf/xdvi/XDvi-paper Setting up libgtk-3-common (3.24.38-2~deb12u1) ... Setting up gsettings-desktop-schemas (43.0-1) ... Setting up graphviz (2.42.2-7+b3) ... Setting up librsvg2-bin (2.54.7+dfsg-1~deb12u1) ... Setting up texlive-luatex (2022.20230122-3) ... Setting up erlang-edoc (1:25.2.3+dfsg-1) ... Setting up erlang-erl-docgen (1:25.2.3+dfsg-1) ... Setting up texlive-plain-generic (2022.20230122-4) ... Setting up texlive-lang-greek (2022.20230122-1) ... Setting up libgstreamer-gl1.0-0:amd64 (1.22.0-3+deb12u1) ... Setting up texlive-latex-base (2022.20230122-3) ... Setting up texlive-extra-utils (2022.20230122-4) ... Setting up texlive-latex-recommended (2022.20230122-3) ... Setting up texlive-pictures (2022.20230122-3) ... Setting up texlive-fonts-recommended (2022.20230122-3) ... Setting up tipa (2:1.3-21) ... Setting up erlang-nox (1:25.2.3+dfsg-1) ... Setting up texlive (2022.20230122-3) ... Setting up texlive-science (2022.20230122-4) ... Setting up texlive-latex-extra (2022.20230122-4) ... Setting up texlive-bibtex-extra (2022.20230122-4) ... Setting up osmo-diameter2gsup (0.2.0) ... Created symlink /etc/systemd/system/multi-user.target.wants/osmo_dia2gsup.service → /lib/systemd/system/osmo_dia2gsup.service. Setting up texlive-xetex (2022.20230122-3) ... Setting up texlive-formats-extra (2022.20230122-4) ... Setting up libifd-osmo-remsim-client0:amd64 (1.0.0) ... Setting up libifd-osmo-remsim-client0-dbgsym:amd64 (1.0.0) ... Setting up pcscd (1.9.9-2) ... Created symlink /etc/systemd/system/sockets.target.wants/pcscd.socket → /lib/systemd/system/pcscd.socket. pcscd.service is a disabled or a static unit, not starting it. Processing triggers for man-db (2.11.2-2) ... Processing triggers for mailcap (3.70+nmu1) ... Processing triggers for libglib2.0-0:amd64 (2.74.6-2) ... Setting up libgtk-3-0:amd64 (3.24.38-2~deb12u1) ... Processing triggers for libc-bin (2.36-9+deb12u4) ... Setting up glib-networking:amd64 (2.74.0-4) ... Setting up libwxgtk3.2-1:amd64 (3.2.2+dfsg-2) ... Setting up libsoup2.4-1:amd64 (2.74.3-1) ... Setting up libwxgtk-gl3.2-1:amd64 (3.2.2+dfsg-2) ... Setting up gstreamer1.0-plugins-good:amd64 (1.22.0-5+deb12u1) ... Setting up libsoup-3.0-0:amd64 (3.2.2-2) ... Setting up libgssdp-1.6-0:amd64 (1.6.2-2) ... Setting up libgupnp-1.6-0:amd64 (1.6.3-1) ... Setting up libgupnp-igd-1.0-4:amd64 (1.2.0-3) ... Setting up libnice10:amd64 (0.1.21-1) ... Setting up libgstreamer-plugins-bad1.0-0:amd64 (1.22.0-4+deb12u5) ... Setting up libwebkit2gtk-4.0-37:amd64 (2.42.5-1~deb12u1) ... Setting up libwxgtk-webview3.2-1:amd64 (3.2.2+dfsg-2) ... Setting up erlang-wx (1:25.2.3+dfsg-1) ... Setting up erlang-reltool (1:25.2.3+dfsg-1) ... Setting up erlang-et (1:25.2.3+dfsg-1) ... Setting up erlang-debugger (1:25.2.3+dfsg-1) ... Setting up erlang-observer (1:25.2.3+dfsg-1) ... Setting up erlang-common-test (1:25.2.3+dfsg-1) ... Setting up rebar3 (3.19.0-1) ... Processing triggers for sgml-base (1.31) ... Setting up docutils-common (0.19+dfsg-6) ... Setting up sgml-data (2.0.11+nmu1) ... Setting up docbook5-xml (5.0-3) ... Setting up libdbus-1-dev:amd64 (1.14.10-1~deb12u1) ... Setting up docbook-xsl (1.79.2+dfsg-2) ... Setting up libpcap0.8-dev:amd64 (1.10.3-1) ... Setting up asciidoc-base (10.2.0-1) ... Setting up libpcap-dev:amd64 (1.10.3-1) ... Setting up asciidoc (10.2.0-1) ... Setting up eclipse-titan (9.0.0-1) ... Setting up eclipse-titan-dbgsym (9.0.0-1) ... Processing triggers for sgml-base (1.31) ... Setting up python3-docutils (0.19+dfsg-6) ... Setting up docbook-xml (4.5-12) ... Setting up python3-blockdiag (2.0.1+dfsg-1) ... Setting up python3-nwdiag (2.0.0+dfsg-1.1) ... Processing triggers for sgml-base (1.31) ... Setting up docbook-dsssl (1.79-10) ... Setting up dblatex (0.3.12py3-2) ... Processing triggers for sgml-base (1.31) ... Setting up docbook-utils (0.6.14-4) ... Setting up asciidoc-dblatex (10.2.0-1) ... Setting up osmo-gsm-manuals-dev (1.5.0) ... Processing triggers for tex-common (6.18) ... 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 Running updmap-sys. This may take some time... done. Running mktexlsr /var/lib/texmf ... done. Building format(s) --all. This may take some time... done. Processing triggers for libc-bin (2.36-9+deb12u4) ... + set +x + set +x + test_binaries ### Test successful: install_repo_packages ### ### Running test: test_binaries ### + test_binaries_version osmo-bsc osmo-bts-trx osmo-bts-virtual osmo-cbc osmo-e1d osmo-gbproxy osmo-ggsn osmo-gtphub osmo-hlr osmo-hlr-db-tool osmo-hnbgw osmo-hnodeb osmo-mgw osmo-msc osmo-mslookup-client osmo-pcap-client osmo-pcap-server osmo-pcu osmo-remsim-bankd osmo-remsim-client-shell osmo-remsim-client-st2 osmo-remsim-server osmo-sgsn osmo-sip-connector osmo-smlc osmo-stp osmo-trx-ipc osmo-trx-uhd osmo-uecups-daemon + failed= + osmo-bsc --version OsmoBSC version 1.11.1 Copyright (C) 2008-2018 Harald Welte, Holger Freyther Contributions by Daniel Willmann, Jan Lübbe, Stefan Schmidt Dieter Spaar, Andreas Eversberg, Sylvain Munaut, Neels Hofmeyr Copyright (C) 2013-2022 sysmocom - s.f.m.c. GmbH License AGPLv3+: GNU AGPL version 3 or later This is free software: you are free to change and redistribute it. There is NO WARRANTY, to the extent permitted by law. + osmo-bsc --version + grep -q UNKNOWN + osmo-bts-trx --version OsmoBTS version 1.7.2 Copyright (C) 2010-2011 by Harald Welte, Andreas Eversberg and On-Waves Copyright (C) 2011-2022 by sysmocom - s.f.m.c. GmbH License AGPLv3+: GNU AGPL version 3 or later This is free software: you are free to change and redistribute it. There is NO WARRANTY, to the extent permitted by law. + osmo-bts-trx --version + grep -q UNKNOWN + osmo-bts-virtual --version OsmoBTS version 1.7.2 Copyright (C) 2010-2011 by Harald Welte, Andreas Eversberg and On-Waves Copyright (C) 2011-2022 by sysmocom - s.f.m.c. GmbH License AGPLv3+: GNU AGPL version 3 or later This is free software: you are free to change and redistribute it. There is NO WARRANTY, to the extent permitted by law. + osmo-bts-virtual --version + grep -q UNKNOWN + osmo-cbc --version OsmoCBC version 0.4.2 Copyright (C) 2019-2021 by Harald Welte License AGPLv3+: GNU Affero GPL Version 3 or later This is free software: you are free ot change and redistribute it. There is NO WARRANTY, to the extent permitted by law. Free Software lives by contribution. If you use this, please contribute! + + osmo-cbc --version grep -q UNKNOWN + osmo-e1d --version osmo-e1d version 0.6.0 (C) 2019-2022 by Sylvain Munaut, Harald Welte and contributors + osmo-e1d --version + grep -q UNKNOWN + osmo-gbproxy --version OsmoGbProxy version 1:0.4.1 Copyright (C) 2010 Harald Welte and On-Waves License AGPLv3+: GNU AGPL version 3 or later This is free software: you are free to change and redistribute it. There is NO WARRANTY, to the extent permitted by law. + osmo-gbproxy+ --version grep -q UNKNOWN + osmo-ggsn --version OsmoGGSN version 1.11.0 Copyright (C) 2011-2017 Harald Welte Copyright (C) 2012-2017 Holger Hans Peter Freyther Copyright (C) 2012-2017 sysmocom - s.f.m.c. GmbH Copyright (C) 2002-2005 Mondru AB License GPLv2: GNU GPL version 2 This is free software: you are free to change and redistribute it. There is NO WARRANTY, to the extent permitted by law. + + grep -q UNKNOWN osmo-ggsn --version + osmo-gtphub --version OsmoGTPhub version 1.11.1 Copyright (C) 2015 sysmocom s.f.m.c GmbH License AGPLv3+: GNU AGPL version 2 or later This is free software: you are free to change and redistribute it. There is NO WARRANTY, to the extent permitted by law. + osmo-gtphub --version + grep -q UNKNOWN + osmo-hlr --version OsmoHLR version 1.7.0 Copyright (C) 2016-2023 by Harald Welte, sysmocom s.f.m.c. GmbH License AGPLv3+: GNU AGPL version 3 or later This is free software: you are free to change and redistribute it. There is NO WARRANTY, to the extent permitted by law. + osmo-hlr --version + grep -q UNKNOWN + osmo-hlr-db-tool --version OsmoHLR-db-tool version 1.7.0 Copyright (C) 2017 by sysmocom - s.f.m.c. GmbH License AGPLv3+: GNU AGPL version 3 or later This is free software: you are free to change and redistribute it. There is NO WARRANTY, to the extent permitted by law. + osmo-hlr-db-tool --version + grep -q UNKNOWN + osmo-hnbgw --version rate_ctr.c:86 validating counter group 0x55e878004660(iucs) with 3 counters rate_ctr.c:86 validating counter group 0x55e878004640(iups) with 3 counters OsmoHNBGW version 1.5.0 OsmoHNBGW - Osmocom Home Node B Gateway implementation Copyright (C) 2016-2023 by sysmocom s.f.m.c. GmbH Contributions by Daniel Willmann, Harald Welte, Neels Hofmeyr License AGPLv3+: GNU AGPL version 3 or later This is free software: you are free to change and redistribute it. There is NO WARRANTY, to the extent permitted by law. + osmo-hnbgw --version + grep -q UNKNOWN rate_ctr.c:86 validating counter group 0x5632d7ff9660(iucs) with 3 counters rate_ctr.c:86 validating counter group 0x5632d7ff9640(iups) with 3 counters + osmo-hnodeb --version OsmoHNodeB version 0.1.2 OsmoHNodeB - Osmocom 3G Home NodeB implementation Copyright (C) 2015 by Daniel Willmann Based on initial work (hnb-test) by Daniel Willmann Contributions by Pau Espin Pedrol License AGPLv3+: GNU AGPL version 3 or later This is free software: you are free to change and redistribute it. There is NO WARRANTY, to the extent permitted by law. + osmo-hnodeb --version + grep -q UNKNOWN + osmo-mgw --version OsmoMGW version 1.12.2 Copyright (C) 2009-2010 Holger Freyther and On-Waves Copyright (C) 2017-2022 by sysmocom s.f.m.c. GmbH Contributions by Pablo Neira Ayuso, Jacob Erlbeck, Neels Hofmeyr Philipp Maier License AGPLv3+: GNU AGPL version 3 or later This is free software: you are free to change and redistribute it. There is NO WARRANTY, to the extent permitted by law. + osmo-mgw --version + grep -q UNKNOWN + osmo-msc --version OsmoMSC version 1.11.1 OsmoMSC - Osmocom Circuit-Switched Core Network implementation Copyright (C) 2016 by sysmocom s.f.m.c. GmbH Based on OsmoNITB: (C) 2008-2010 by Harald Welte (C) 2009-2012 by Holger Hans Peter Freyther Contributions by Daniel Willmann, Jan Lübbe, Stefan Schmidt Dieter Spaar, Andreas Eversberg, Sylvain Munaut, Neels Hofmeyr License AGPLv3+: GNU AGPL version 3 or later This is free software: you are free to change and redistribute it. There is NO WARRANTY, to the extent permitted by law. + osmo-msc --version + grep -q UNKNOWN + osmo-mslookup-client --version osmo-mslookup-client version 1.7.0 Copyright (C) 2019 by sysmocom - s.f.m.c. GmbH Copyright (C) 2019 by Neels Hofmeyr This program is free software; you can redistribute it and/or modify it under the terms of the GNU General Public License as published by the Free Software Foundation; either version 2 of the License, or (at your option) any later version. + osmo-mslookup-client --version + grep -q UNKNOWN + osmo-pcap-client --version OsmoPCAPClient version 0.4.2 Copyright (C) 2011-2017 Holger Freyther and contributors License AGPLv3+: GNU AGPL version 3 or later This is free software: you are free to change and redistribute it. There is NO WARRANTY, to the extent permitted by law. + osmo-pcap-client --version + grep -q UNKNOWN + osmo-pcap-server --version OsmoPCAPServer version 0.4.2 Copyright (C) 2011-2017 Holger Freyther and contributors License AGPLv3+: GNU AGPL version 3 or later This is free software: you are free to change and redistribute it. There is NO WARRANTY, to the extent permitted by law. + osmo-pcap-server --version + grep -q UNKNOWN + osmo-pcu --version OsmoPCU version 1.4.0 Copyright (C) 2012-2013 by Ivan Kluchnikov and Andreas Eversberg Copyright (C) 2013-2022 by sysmocom - s.f.m.c. GmbH License GNU GPL version 2 or later This is free software: you are free to change and redistribute it. There is NO WARRANTY, to the extent permitted by law. + osmo-pcu --version + grep -q UNKNOWN + osmo-remsim-bankd --version osmo-remsim-bankd version 1.0.0 + osmo-remsim-bankd --version + grep -q UNKNOWN + osmo-remsim-client-shell --version osmo-remsim-client version 1.0.0 + + osmo-remsim-client-shellgrep -q --version UNKNOWN + osmo-remsim-client-st2 --version osmo-remsim-client version 1.0.0 + osmo-remsim-client-st2 --version + grep -q UNKNOWN + osmo-remsim-server --version osmo-resmim-server version 1.0.0 + osmo-remsim-server --version + grep -q UNKNOWN + osmo-sgsn --version rate_ctr.c:86 validating counter group 0x55bc2365ed80(sgsn) with 23 counters OsmoSGSN version 1.11.1 Copyright (C) 2010 Harald Welte and On-Waves License AGPLv3+: GNU AGPL version 3 or later This is free software: you are free to change and redistribute it. There is NO WARRANTY, to the extent permitted by law. + osmo-sgsn --version + grep -q UNKNOWN rate_ctr.c:86 validating counter group 0x561138703d80(sgsn) with 23 counters + osmo-sip-connector --version OsmoSIPcon version 1.6.3 GNU AGPLv3+ + + osmo-sip-connector --versiongrep -q UNKNOWN + osmo-smlc --version OsmoSMLC version 0.2.4 Copyright (C) 2020 Harald Welte and sysmocom - s.f.m.c. GmbH License AGPLv3+: GNU AGPL version 3 or later This is free software: you are free to change and redistribute it. There is NO WARRANTY, to the extent permitted by law. + + grep -q UNKNOWN osmo-smlc --version + osmo-stp --version OsmoSTP version 1.8.1 Copyright (C) 2015-2020 by Harald Welte Contributions by Holger Freyther, Neels Hofmeyr, Pau Espin, Vadim Yanitskiy License GPLv2+: GNU GPL Version 2 or later This is free software: you are free to change and redistribute it. There is NO WARRANTY, to the extent permitted by law. Free Software lives by contribution. If you use this, please contribute! + osmo-stp --version + grep -q UNKNOWN + osmo-trx-ipc --version OsmoTRX version 1.6.1 Copyright (C) 2007-2014 Free Software Foundation, Inc. Copyright (C) 2013 Thomas Tsou Copyright (C) 2013-2019 Fairwaves, Inc. Copyright (C) 2015 Ettus Research LLC Copyright (C) 2017-2018 by sysmocom s.f.m.c. GmbH License AGPLv3+: GNU AGPL version 3 or later This is free software: you are free to change and redistribute it. There is NO WARRANTY, to the extent permitted by law. + osmo-trx-ipc --version + grep -q UNKNOWN + osmo-trx-uhd --version OsmoTRX version 1.6.1 Copyright (C) 2007-2014 Free Software Foundation, Inc. Copyright (C) 2013 Thomas Tsou Copyright (C) 2013-2019 Fairwaves, Inc. Copyright (C) 2015 Ettus Research LLC Copyright (C) 2017-2018 by sysmocom s.f.m.c. GmbH License AGPLv3+: GNU AGPL version 3 or later This is free software: you are free to change and redistribute it. There is NO WARRANTY, to the extent permitted by law. + osmo-trx-uhd --version + grep -q UNKNOWN + osmo-uecups-daemon --version osmo-gtpud version 0.2.2 Copyright (C) 2020 Harald Welte License GPLv2: GNU GPL version 2 This is free software: you are free to change and redistribute it. There is NO WARRANTY, to the extent permitted by law. + + grep -q UNKNOWN osmo-uecups-daemon --version + [ -n ] + test_binaries_version osmo-trx-usrp1 + failed= + osmo-trx-usrp1 --version OsmoTRX version 1.6.1 Copyright (C) 2007-2014 Free Software Foundation, Inc. Copyright (C) 2013 Thomas Tsou Copyright (C) 2013-2019 Fairwaves, Inc. Copyright (C) 2015 Ettus Research LLC Copyright (C) 2017-2018 by sysmocom s.f.m.c. GmbH License AGPLv3+: GNU AGPL version 3 or later This is free software: you are free to change and redistribute it. There is NO WARRANTY, to the extent permitted by law. + + osmo-trx-usrp1 --version grep -q UNKNOWN + [ -n ] + [ debian12 != debian10 ] + test_binaries_version osmo-upf + failed= + osmo-upf --version OsmoUPF version 0.1.1 OsmoUPF - Osmocom User Plane Function implementation Copyright (C) 2021-2022 by sysmocom - s.f.m.c. GmbH License AGPLv3+: GNU AGPL version 3 or later This is free software: you are free to change and redistribute it. There is NO WARRANTY, to the extent permitted by law. + osmo-upf --version + grep -q UNKNOWN + [ -n ] + [ latest = nightly ### Test successful: test_binaries ### ### Running test: services_check ### ] + [ debian12 = centos8 ] + [ latest = nightly ] + set +x + set +x + services_check + local service + local services_feed= 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 + local failed= + [ latest = nightly ] + [ debian12 != debian10 ] + [ latest = nightly ] + systemctl start 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 + sleep 2 + systemctl --no-pager -l -n 200 status osmo-bsc ● osmo-bsc.service - Osmocom Base Station Controller (BSC) Loaded: loaded (/lib/systemd/system/osmo-bsc.service; enabled; preset: enabled) Active: active (running) since Sat 2024-04-20 02:37:21 EDT; 42s ago Main PID: 16698 (osmo-bsc) Tasks: 1 (limit: 1103) Memory: 4.5M CPU: 68ms CGroup: /system.slice/osmo-bsc.service └─16698 /usr/bin/osmo-bsc -c /etc/osmocom/osmo-bsc.cfg -s Apr 20 02:37:21 unassigned-hostname systemd[1]: Started osmo-bsc.service - Osmocom Base Station Controller (BSC). Apr 20 02:37:21 unassigned-hostname osmo-bsc[16698]: <0017> telnet_interface.c:88 Available via telnet 127.0.0.1 4242 Apr 20 02:37:21 unassigned-hostname osmo-bsc[16698]: <0019> input/ipaccess.c:1056 enabling ipaccess BSC mode on 0.0.0.0 with OML 3002 and RSL 3003 TCP ports Apr 20 02:37:21 unassigned-hostname osmo-bsc[16698]: <001e> control_if.c:1014 CTRL at 127.0.0.1 4249 Apr 20 02:37:21 unassigned-hostname osmo-bsc[16698]: <0027> mgcp_client.c:897 MGW(mgw) MGCP client: using endpoint domain '@mgw' Apr 20 02:37:21 unassigned-hostname osmo-bsc[16698]: <0004> osmo_bsc_main.c:888 MGW pool with 1 pool members configured, (ignoring MGW configuration in VTY node 'msc'). Apr 20 02:37:21 unassigned-hostname osmo-bsc[16698]: <0007> osmo_bsc_sigtran.c:600 To auto-configure msc 0, creating cs7 instance 0 implicitly Apr 20 02:37:21 unassigned-hostname osmo-bsc[16698]: <0007> osmo_bsc_sigtran.c:647 Initializing SCCP connection for A/m3ua on cs7 instance 0 Apr 20 02:37:21 unassigned-hostname osmo-bsc[16698]: <0024> sccp_user.c:557 SS7 instance 0: no primary point-code set, using default point-code Apr 20 02:37:21 unassigned-hostname osmo-bsc[16698]: <0024> sccp_user.c:563 A-0-m3ua: Using SS7 instance 0, pc:0.23.3 Apr 20 02:37:21 unassigned-hostname osmo-bsc[16698]: <0024> sccp_user.c:570 A-0-m3ua: Creating AS instance Apr 20 02:37:21 unassigned-hostname osmo-bsc[16698]: <0024> sccp_user.c:581 A-0-m3ua: Using AS instance as-clnt-A-0-m3ua Apr 20 02:37:21 unassigned-hostname osmo-bsc[16698]: <0024> sccp_user.c:587 A-0-m3ua: Creating default route Apr 20 02:37:21 unassigned-hostname osmo-bsc[16698]: <0024> sccp_user.c:626 A-0-m3ua: No unassociated ASP for m3ua, creating new ASP asp-clnt-A-0-m3ua Apr 20 02:37:21 unassigned-hostname osmo-bsc[16698]: <0024> sccp_user.c:695 A-0-m3ua: Using ASP instance asp-clnt-A-0-m3ua Apr 20 02:37:21 unassigned-hostname osmo-bsc[16698]: <0023> osmo_ss7.c:416 0: Creating SCCP instance Apr 20 02:37:21 unassigned-hostname osmo-bsc[16698]: <0007> osmo_bsc_sigtran.c:703 A-0-m3ua msc-0: local (BSC) SCCP address: RI=SSN_PC,PC=0.23.3,SSN=BSSAP Apr 20 02:37:21 unassigned-hostname osmo-bsc[16698]: <0007> osmo_bsc_sigtran.c:705 A-0-m3ua msc-0: remote (MSC) SCCP address: RI=SSN_PC,PC=0.23.1,SSN=BSSAP Apr 20 02:37:21 unassigned-hostname osmo-bsc[16698]: <0007> osmo_bsc_sigtran.c:710 A-0-m3ua msc-0: binding SCCP user Apr 20 02:37:21 unassigned-hostname osmo-bsc[16698]: <0023> osmo_ss7_hmrt.c:232 Unable to route HMRT message: the AS as-clnt-A-0-m3ua is down Apr 20 02:37:26 unassigned-hostname osmo-bsc[16698]: <0023> m3ua.c:510 XUA_AS(as-clnt-A-0-m3ua)[0x5577f86620c0]{AS_INACTIVE}: Event AS-TRANSFER.req not permitted Apr 20 02:37:28 unassigned-hostname osmo-bsc[16698]: <0026> m3ua.c:625 0: asp-asp-clnt-A-0-m3ua: Received NOTIFY Type State Change:AS Inactive () Apr 20 02:37:28 unassigned-hostname osmo-bsc[16698]: <0023> xua_default_lm_fsm.c:400 xua_default_lm(asp-clnt-A-0-m3ua)[0x5577f8662a20]{ACTIVE}: Ignoring primitive M-ASP_ACTIVE.confirm Apr 20 02:37:28 unassigned-hostname osmo-bsc[16698]: <0026> m3ua.c:625 0: asp-asp-clnt-A-0-m3ua: Received NOTIFY Type State Change:AS Active () Apr 20 02:37:29 unassigned-hostname osmo-bsc[16698]: <0026> xua_snm.c:403 0: asp-asp-clnt-A-0-m3ua: Rx DAVA() for 0.23.6/0, Apr 20 02:37:30 unassigned-hostname osmo-bsc[16698]: <0026> xua_snm.c:403 0: asp-asp-clnt-A-0-m3ua: Rx DAVA() for 0.23.5/0, Apr 20 02:37:31 unassigned-hostname osmo-bsc[16698]: <0026> xua_snm.c:403 0: asp-asp-clnt-A-0-m3ua: Rx DAVA() for 0.23.4/0, Apr 20 02:37:32 unassigned-hostname osmo-bsc[16698]: <0019> input/ipa.c:318 0.0.0.0:3002 accept()ed new link from 127.0.0.1:43373 Apr 20 02:37:32 unassigned-hostname osmo-bsc[16698]: <0019> input/ipaccess.c:612 TCP Keepalive is enabled Apr 20 02:37:32 unassigned-hostname osmo-bsc[16698]: <0019> input/ipaccess.c:624 TCP keepalive idle_timeout=30s, interval=3s, retry_count=10 user_timeout=330000ms Apr 20 02:37:32 unassigned-hostname osmo-bsc[16698]: <0004> abis_nm.c:553 OC=BTS(01) INST=(00,ff,ff): Attribute unknown 0xa7 is unreported Apr 20 02:37:32 unassigned-hostname osmo-bsc[16698]: <0004> abis_nm.c:605 OC=BTS(01) INST=(00,ff,ff): Get Attributes Response: feature 'GPRS' is supported Apr 20 02:37:32 unassigned-hostname osmo-bsc[16698]: <0004> abis_nm.c:605 OC=BTS(01) INST=(00,ff,ff): Get Attributes Response: feature 'EGPRS' is supported Apr 20 02:37:32 unassigned-hostname osmo-bsc[16698]: <0004> abis_nm.c:605 OC=BTS(01) INST=(00,ff,ff): Get Attributes Response: feature 'OML_ALERTS' is supported Apr 20 02:37:32 unassigned-hostname osmo-bsc[16698]: <0004> abis_nm.c:605 OC=BTS(01) INST=(00,ff,ff): Get Attributes Response: feature 'CBCH' is supported Apr 20 02:37:32 unassigned-hostname osmo-bsc[16698]: <0004> abis_nm.c:605 OC=BTS(01) INST=(00,ff,ff): Get Attributes Response: feature 'SPEECH_F_V1' is supported Apr 20 02:37:32 unassigned-hostname osmo-bsc[16698]: <0004> abis_nm.c:605 OC=BTS(01) INST=(00,ff,ff): Get Attributes Response: feature 'SPEECH_H_V1' is supported Apr 20 02:37:32 unassigned-hostname osmo-bsc[16698]: <0004> abis_nm.c:605 OC=BTS(01) INST=(00,ff,ff): Get Attributes Response: feature 'SPEECH_F_EFR' is supported Apr 20 02:37:32 unassigned-hostname osmo-bsc[16698]: <0004> abis_nm.c:605 OC=BTS(01) INST=(00,ff,ff): Get Attributes Response: feature 'SPEECH_F_AMR' is supported Apr 20 02:37:32 unassigned-hostname osmo-bsc[16698]: <0004> abis_nm.c:605 OC=BTS(01) INST=(00,ff,ff): Get Attributes Response: feature 'SPEECH_H_AMR' is supported Apr 20 02:37:32 unassigned-hostname osmo-bsc[16698]: <0004> abis_nm.c:605 OC=BTS(01) INST=(00,ff,ff): Get Attributes Response: feature 'ETWS_PN' is supported Apr 20 02:37:32 unassigned-hostname osmo-bsc[16698]: <0004> abis_nm.c:605 OC=BTS(01) INST=(00,ff,ff): Get Attributes Response: feature 'PAGING_COORDINATION' is supported Apr 20 02:37:32 unassigned-hostname osmo-bsc[16698]: <0004> abis_nm.c:605 OC=BTS(01) INST=(00,ff,ff): Get Attributes Response: feature 'IPV6_NSVC' is supported Apr 20 02:37:32 unassigned-hostname osmo-bsc[16698]: <0004> abis_nm.c:605 OC=BTS(01) INST=(00,ff,ff): Get Attributes Response: feature 'CCN' is supported Apr 20 02:37:32 unassigned-hostname osmo-bsc[16698]: <0004> abis_nm.c:605 OC=BTS(01) INST=(00,ff,ff): Get Attributes Response: feature 'ABIS_OSMO_PCU' is supported Apr 20 02:37:32 unassigned-hostname osmo-bsc[16698]: <0004> abis_nm.c:605 OC=BTS(01) INST=(00,ff,ff): Get Attributes Response: feature 'DYN_TS_SDCCH8' is supported Apr 20 02:37:32 unassigned-hostname osmo-bsc[16698]: <0004> abis_nm.c:628 OC=BTS(01) INST=(00,ff,ff): ARI reported sw[0/2]: osmobts is 1.7.2 Apr 20 02:37:32 unassigned-hostname osmo-bsc[16698]: <0004> abis_nm.c:530 OC=BTS(01) INST=(00,ff,ff): Reported variant: osmo-bts-virtual Apr 20 02:37:32 unassigned-hostname osmo-bsc[16698]: <0004> abis_nm.c:553 OC=BASEBAND-TRANSCEIVER(04) INST=(00,00,ff): Attribute unknown 0xa7 is unreported Apr 20 02:37:32 unassigned-hostname osmo-bsc[16698]: <0004> abis_nm.c:553 OC=BASEBAND-TRANSCEIVER(04) INST=(00,00,ff): Attribute Manufacturer Dependent State is unreported Apr 20 02:37:32 unassigned-hostname osmo-bsc[16698]: <0004> abis_nm.c:628 OC=BASEBAND-TRANSCEIVER(04) INST=(00,00,ff): ARI reported sw[0/1]: TRX_PHY_VERSION is Unknown Apr 20 02:37:32 unassigned-hostname osmo-bsc[16698]: <0019> input/ipa.c:318 0.0.0.0:3003 accept()ed new link from 127.0.0.1:43685 Apr 20 02:37:32 unassigned-hostname osmo-bsc[16698]: <0019> input/ipaccess.c:612 TCP Keepalive is enabled Apr 20 02:37:32 unassigned-hostname osmo-bsc[16698]: <0019> input/ipaccess.c:624 TCP keepalive idle_timeout=30s, interval=3s, retry_count=10 user_timeout=330000ms Apr 20 02:37:32 unassigned-hostname osmo-bsc[16698]: <0003> osmo_bsc_main.c:319 (bts=0,trx=0) bootstrapping RSL on ARFCN 871 using MCC-MNC 001-01 LAC=1 CID=6969 BSIC=63 Apr 20 02:37:37 unassigned-hostname osmo-bsc[16698]: <0004> abis_nm.c:348 OC=BTS(01) INST=(00,ff,ff): Reported connected PCU version 1.4.0 Apr 20 02:37:38 unassigned-hostname osmo-bsc[16698]: <0026> xua_snm.c:403 0: asp-asp-clnt-A-0-m3ua: Rx DAVA() for 0.23.1/0, Apr 20 02:37:38 unassigned-hostname osmo-bsc[16698]: <0007> osmo_bsc_sigtran.c:284 (msc0) now available: N-PCSTATE ind: pc=185 sp_status=ACCESSIBLE remote_sccp_status=AVAILABLE Apr 20 02:37:38 unassigned-hostname osmo-bsc[16698]: <0007> osmo_bsc_bssap.c:84 RESET ACK from MSC: RI=SSN_PC,PC=0.23.1,SSN=BSSAP Apr 20 02:37:38 unassigned-hostname osmo-bsc[16698]: <0015> bssmap_reset.c:83 bssmap_reset(msc-0)[0x5577f8663440]{CONN}: link up Apr 20 02:37:38 unassigned-hostname osmo-bsc[16698]: <0007> a_reset.c:45 (msc0) BSSMAP association is up Apr 20 02:37:42 unassigned-hostname osmo-bsc[16698]: <0004> abis_nm.c:348 OC=BTS(01) INST=(00,ff,ff): Reported connected PCU version 1.4.0 Apr 20 02:37:47 unassigned-hostname osmo-bsc[16698]: <0004> abis_nm.c:348 OC=BTS(01) INST=(00,ff,ff): Reported connected PCU version 1.4.0 Apr 20 02:37:52 unassigned-hostname osmo-bsc[16698]: <0004> abis_nm.c:348 OC=BTS(01) INST=(00,ff,ff): Reported connected PCU version 1.4.0 Apr 20 02:37:57 unassigned-hostname osmo-bsc[16698]: <0004> abis_nm.c:348 OC=BTS(01) INST=(00,ff,ff): Reported connected PCU version 1.4.0 Apr 20 02:38:02 unassigned-hostname osmo-bsc[16698]: <0004> abis_nm.c:348 OC=BTS(01) INST=(00,ff,ff): Reported connected PCU version 1.4.0 + systemctl --no-pager -l -n 200 status osmo-bts-virtual ● osmo-bts-virtual.service - Osmocom GSM BTS for virtual Um layer based on GSMTAP/UDP Loaded: loaded (/lib/systemd/system/osmo-bts-virtual.service; enabled; preset: enabled) Active: active (running) since Sat 2024-04-20 02:37:32 EDT; 31s ago Main PID: 17076 (osmo-bts-virtua) Tasks: 1 (limit: 1103) Memory: 5.3M CPU: 4.039s CGroup: /system.slice/osmo-bts-virtual.service └─17076 /usr/bin/osmo-bts-virtual -s -c /etc/osmocom/osmo-bts-virtual.cfg Apr 20 02:37:32 unassigned-hostname osmo-bts-virtual[17076]: DOML <0001> oml.c:827 OC=RADIO-CARRIER(02) INST=(00,00,ff): Set RF Max Power Reduction to 20 dBm Apr 20 02:37:32 unassigned-hostname osmo-bts-virtual[17076]: DOML <0001> oml.c:878 NM_RCARRIER_OP(bts0-trx0)[0x55d1dcaaa310]{DISABLED_OFFLINE}: Received Event RX_SETATTR Apr 20 02:37:32 unassigned-hostname osmo-bts-virtual[17076]: DL1C <0006> bts_model.c:97 Unimplemented vbts_set_trx Apr 20 02:37:32 unassigned-hostname osmo-bts-virtual[17076]: DOML <0001> nm_radio_carrier_fsm.c:166 NM_RCARRIER_OP(bts0-trx0)[0x55d1dcaaa310]{DISABLED_OFFLINE}: Delay switch to operative state Enabled, wait for: rsl opstart Apr 20 02:37:32 unassigned-hostname osmo-bts-virtual[17076]: DOML <0001> oml.c:1166 OC=RADIO-CARRIER(02) INST=(00,00,ff): ADM STATE Locked -> Unlocked Apr 20 02:37:32 unassigned-hostname osmo-bts-virtual[17076]: DOML <0001> oml.c:238 (bts=0,trx=0): O&M Get Attributes [0], Manufacturer Dependent State is unsupported by TRX Apr 20 02:37:32 unassigned-hostname osmo-bts-virtual[17076]: DOML <0001> oml.c:238 (bts=0,trx=0): O&M Get Attributes [2], unknown 0xa7 is unsupported by TRX Apr 20 02:37:32 unassigned-hostname osmo-bts-virtual[17076]: DOML <0001> oml.c:1079 OC=CHANNEL(03) INST=(00,00,00): SET CHAN ATTR (TSC=7 pchan=CCCH+SDCCH4) Apr 20 02:37:32 unassigned-hostname osmo-bts-virtual[17076]: DOML <0001> oml.c:1091 NM_CHAN_OP(bts0-trx0-ts0)[0x55d1dcaaa7b0]{DISABLED_DEPENDENCY}: Received Event RX_SETATTR Apr 20 02:37:32 unassigned-hostname osmo-bts-virtual[17076]: DL1C <0006> scheduler.c:1024 (bts=0,trx=0,ts=0) Configured multiframe with 'BCCH+CCCH+SDCCH/4+SACCH/4' Apr 20 02:37:32 unassigned-hostname osmo-bts-virtual[17076]: DL1C <0006> scheduler.c:1070 (bts=0,trx=0,ts=0,ss=4) Activating FCCH Apr 20 02:37:32 unassigned-hostname osmo-bts-virtual[17076]: DL1C <0006> scheduler.c:1070 (bts=0,trx=0,ts=0,ss=4) Activating SCH Apr 20 02:37:32 unassigned-hostname osmo-bts-virtual[17076]: DL1C <0006> scheduler.c:1070 (bts=0,trx=0,ts=0,ss=4) Activating BCCH Apr 20 02:37:32 unassigned-hostname osmo-bts-virtual[17076]: DL1C <0006> scheduler.c:1070 (bts=0,trx=0,ts=0,ss=4) Activating RACH Apr 20 02:37:32 unassigned-hostname osmo-bts-virtual[17076]: DL1C <0006> scheduler.c:1070 (bts=0,trx=0,ts=0,ss=4) Activating CCCH Apr 20 02:37:32 unassigned-hostname osmo-bts-virtual[17076]: DL1C <0006> lchan.c:278 (bts=0,trx=0,ts=0,ss=4) state NONE -> ACTIVE Apr 20 02:37:32 unassigned-hostname osmo-bts-virtual[17076]: DOML <0001> oml.c:1166 OC=CHANNEL(03) INST=(00,00,00): ADM STATE Locked -> Unlocked Apr 20 02:37:32 unassigned-hostname osmo-bts-virtual[17076]: DOML <0001> oml.c:1079 OC=CHANNEL(03) INST=(00,00,01): SET CHAN ATTR (TSC=7 pchan=TCH/F) Apr 20 02:37:32 unassigned-hostname osmo-bts-virtual[17076]: DOML <0001> oml.c:1091 NM_CHAN_OP(bts0-trx0-ts1)[0x55d1dcaaae00]{DISABLED_DEPENDENCY}: Received Event RX_SETATTR Apr 20 02:37:32 unassigned-hostname osmo-bts-virtual[17076]: DL1C <0006> scheduler.c:1024 (bts=0,trx=0,ts=1) Configured multiframe with 'TCH/F+SACCH' Apr 20 02:37:32 unassigned-hostname osmo-bts-virtual[17076]: DOML <0001> oml.c:1166 OC=CHANNEL(03) INST=(00,00,01): ADM STATE Locked -> Unlocked Apr 20 02:37:32 unassigned-hostname osmo-bts-virtual[17076]: DOML <0001> oml.c:1079 OC=CHANNEL(03) INST=(00,00,02): SET CHAN ATTR (TSC=7 pchan=TCH/F) Apr 20 02:37:32 unassigned-hostname osmo-bts-virtual[17076]: DOML <0001> oml.c:1091 NM_CHAN_OP(bts0-trx0-ts2)[0x55d1dcaab450]{DISABLED_DEPENDENCY}: Received Event RX_SETATTR Apr 20 02:37:32 unassigned-hostname osmo-bts-virtual[17076]: DL1C <0006> scheduler.c:1024 (bts=0,trx=0,ts=2) Configured multiframe with 'TCH/F+SACCH' Apr 20 02:37:32 unassigned-hostname osmo-bts-virtual[17076]: DOML <0001> oml.c:1166 OC=CHANNEL(03) INST=(00,00,02): ADM STATE Locked -> Unlocked Apr 20 02:37:32 unassigned-hostname osmo-bts-virtual[17076]: DOML <0001> oml.c:1079 OC=CHANNEL(03) INST=(00,00,03): SET CHAN ATTR (TSC=7 pchan=TCH/F) Apr 20 02:37:32 unassigned-hostname osmo-bts-virtual[17076]: DOML <0001> oml.c:1091 NM_CHAN_OP(bts0-trx0-ts3)[0x55d1dcaabaa0]{DISABLED_DEPENDENCY}: Received Event RX_SETATTR Apr 20 02:37:32 unassigned-hostname osmo-bts-virtual[17076]: DL1C <0006> scheduler.c:1024 (bts=0,trx=0,ts=3) Configured multiframe with 'TCH/F+SACCH' Apr 20 02:37:32 unassigned-hostname osmo-bts-virtual[17076]: DOML <0001> oml.c:1166 OC=CHANNEL(03) INST=(00,00,03): ADM STATE Locked -> Unlocked Apr 20 02:37:32 unassigned-hostname osmo-bts-virtual[17076]: DOML <0001> oml.c:1079 OC=CHANNEL(03) INST=(00,00,04): SET CHAN ATTR (TSC=7 pchan=TCH/F) Apr 20 02:37:32 unassigned-hostname osmo-bts-virtual[17076]: DOML <0001> oml.c:1091 NM_CHAN_OP(bts0-trx0-ts4)[0x55d1dcaac0f0]{DISABLED_DEPENDENCY}: Received Event RX_SETATTR Apr 20 02:37:32 unassigned-hostname osmo-bts-virtual[17076]: DL1C <0006> scheduler.c:1024 (bts=0,trx=0,ts=4) Configured multiframe with 'TCH/F+SACCH' Apr 20 02:37:32 unassigned-hostname osmo-bts-virtual[17076]: DOML <0001> oml.c:1166 OC=CHANNEL(03) INST=(00,00,04): ADM STATE Locked -> Unlocked Apr 20 02:37:32 unassigned-hostname osmo-bts-virtual[17076]: DOML <0001> oml.c:1079 OC=CHANNEL(03) INST=(00,00,05): SET CHAN ATTR (TSC=7 pchan=TCH/F) Apr 20 02:37:32 unassigned-hostname osmo-bts-virtual[17076]: DOML <0001> oml.c:1091 NM_CHAN_OP(bts0-trx0-ts5)[0x55d1dcaac740]{DISABLED_DEPENDENCY}: Received Event RX_SETATTR Apr 20 02:37:32 unassigned-hostname osmo-bts-virtual[17076]: DL1C <0006> scheduler.c:1024 (bts=0,trx=0,ts=5) Configured multiframe with 'TCH/F+SACCH' Apr 20 02:37:32 unassigned-hostname osmo-bts-virtual[17076]: DOML <0001> oml.c:1166 OC=CHANNEL(03) INST=(00,00,05): ADM STATE Locked -> Unlocked Apr 20 02:37:32 unassigned-hostname osmo-bts-virtual[17076]: DOML <0001> oml.c:1079 OC=CHANNEL(03) INST=(00,00,06): SET CHAN ATTR (TSC=7 pchan=TCH/F) Apr 20 02:37:32 unassigned-hostname osmo-bts-virtual[17076]: DOML <0001> oml.c:1091 NM_CHAN_OP(bts0-trx0-ts6)[0x55d1dcaacd90]{DISABLED_DEPENDENCY}: Received Event RX_SETATTR Apr 20 02:37:32 unassigned-hostname osmo-bts-virtual[17076]: DL1C <0006> scheduler.c:1024 (bts=0,trx=0,ts=6) Configured multiframe with 'TCH/F+SACCH' Apr 20 02:37:32 unassigned-hostname osmo-bts-virtual[17076]: DOML <0001> oml.c:1166 OC=CHANNEL(03) INST=(00,00,06): ADM STATE Locked -> Unlocked Apr 20 02:37:32 unassigned-hostname osmo-bts-virtual[17076]: DOML <0001> oml.c:1079 OC=CHANNEL(03) INST=(00,00,07): SET CHAN ATTR (TSC=7 pchan=TCH/F) Apr 20 02:37:32 unassigned-hostname osmo-bts-virtual[17076]: DOML <0001> oml.c:1091 NM_CHAN_OP(bts0-trx0-ts7)[0x55d1dcaad3e0]{DISABLED_DEPENDENCY}: Received Event RX_SETATTR Apr 20 02:37:32 unassigned-hostname osmo-bts-virtual[17076]: DL1C <0006> scheduler.c:1024 (bts=0,trx=0,ts=7) Configured multiframe with 'TCH/F+SACCH' Apr 20 02:37:32 unassigned-hostname osmo-bts-virtual[17076]: DOML <0001> oml.c:1166 OC=CHANNEL(03) INST=(00,00,07): ADM STATE Locked -> Unlocked Apr 20 02:37:32 unassigned-hostname osmo-bts-virtual[17076]: DOML <0001> oml.c:1166 OC=BTS(01) INST=(00,ff,ff): ADM STATE Locked -> Unlocked Apr 20 02:37:32 unassigned-hostname osmo-bts-virtual[17076]: DOML <0001> oml.c:1123 NM_RCARRIER_OP(bts0-trx0)[0x55d1dcaaa310]{DISABLED_OFFLINE}: Received Event RX_OPSTART Apr 20 02:37:32 unassigned-hostname osmo-bts-virtual[17076]: DOML <0001> bts_model.c:191 NM_RCARRIER_OP(bts0-trx0)[0x55d1dcaaa310]{DISABLED_OFFLINE}: Received Event OPSTART_ACK Apr 20 02:37:32 unassigned-hostname osmo-bts-virtual[17076]: DOML <0001> nm_radio_carrier_fsm.c:166 NM_RCARRIER_OP(bts0-trx0)[0x55d1dcaaa310]{DISABLED_OFFLINE}: Delay switch to operative state Enabled, wait for: rsl Apr 20 02:37:32 unassigned-hostname osmo-bts-virtual[17076]: DOML <0001> oml.c:1166 OC=BASEBAND-TRANSCEIVER(04) INST=(00,00,ff): ADM STATE Locked -> Unlocked Apr 20 02:37:32 unassigned-hostname osmo-bts-virtual[17076]: DOML <0001> oml.c:1123 NM_BTS_OP(bts0)[0x55d1dcaa9e00]{DISABLED_OFFLINE}: Received Event RX_OPSTART Apr 20 02:37:32 unassigned-hostname osmo-bts-virtual[17076]: DOML <0001> bts_model.c:191 NM_BTS_OP(bts0)[0x55d1dcaa9e00]{DISABLED_OFFLINE}: Received Event OPSTART_ACK Apr 20 02:37:32 unassigned-hostname osmo-bts-virtual[17076]: DOML <0001> nm_bts_fsm.c:139 NM_BTS_OP(bts0)[0x55d1dcaa9e00]{DISABLED_OFFLINE}: state_chg to ENABLED Apr 20 02:37:32 unassigned-hostname osmo-bts-virtual[17076]: DOML <0001> oml.c:369 OC=BTS INST=(00,ff,ff) AVAIL STATE Off line -> OK Apr 20 02:37:32 unassigned-hostname osmo-bts-virtual[17076]: DOML <0001> oml.c:377 OC=BTS INST=(00,ff,ff) OPER STATE Disabled -> Enabled Apr 20 02:37:32 unassigned-hostname osmo-bts-virtual[17076]: DOML <0001> oml.c:1562 (bts=0,trx=0): Rx IPA RSL CONNECT IP=127.0.0.1 PORT=3003 STREAM=0x00 Apr 20 02:37:32 unassigned-hostname osmo-bts-virtual[17076]: DLINP <0013> input/ipa.c:141 127.0.0.1:3003 connection done Apr 20 02:37:32 unassigned-hostname osmo-bts-virtual[17076]: DLINP <0013> input/ipaccess.c:920 received ID_GET for unit ID 6969/0/0 Apr 20 02:37:32 unassigned-hostname osmo-bts-virtual[17076]: DABIS <000d> abis.c:398 RSL Signalling link for TRX0 up Apr 20 02:37:32 unassigned-hostname osmo-bts-virtual[17076]: DRSL <0000> bts_trx.c:234 (bts=0,trx=0) RSL link up Apr 20 02:37:32 unassigned-hostname osmo-bts-virtual[17076]: DOML <0001> bts_trx.c:236 NM_RCARRIER_OP(bts0-trx0)[0x55d1dcaaa310]{DISABLED_OFFLINE}: Received Event RSL_UP Apr 20 02:37:32 unassigned-hostname osmo-bts-virtual[17076]: DOML <0001> nm_radio_carrier_fsm.c:164 NM_RCARRIER_OP(bts0-trx0)[0x55d1dcaaa310]{DISABLED_OFFLINE}: state_chg to ENABLED Apr 20 02:37:32 unassigned-hostname osmo-bts-virtual[17076]: DOML <0001> oml.c:369 OC=RADIO-CARRIER INST=(00,00,ff) AVAIL STATE Off line -> OK Apr 20 02:37:32 unassigned-hostname osmo-bts-virtual[17076]: DOML <0001> oml.c:377 OC=RADIO-CARRIER INST=(00,00,ff) OPER STATE Disabled -> Enabled Apr 20 02:37:32 unassigned-hostname osmo-bts-virtual[17076]: DOML <0001> nm_radio_carrier_fsm.c:184 NM_CHAN_OP(bts0-trx0-ts0)[0x55d1dcaaa7b0]{DISABLED_DEPENDENCY}: Received Event RCARRIER_ENABLED Apr 20 02:37:32 unassigned-hostname osmo-bts-virtual[17076]: DOML <0001> nm_radio_carrier_fsm.c:184 NM_CHAN_OP(bts0-trx0-ts1)[0x55d1dcaaae00]{DISABLED_DEPENDENCY}: Received Event RCARRIER_ENABLED Apr 20 02:37:32 unassigned-hostname osmo-bts-virtual[17076]: DOML <0001> nm_radio_carrier_fsm.c:184 NM_CHAN_OP(bts0-trx0-ts2)[0x55d1dcaab450]{DISABLED_DEPENDENCY}: Received Event RCARRIER_ENABLED Apr 20 02:37:32 unassigned-hostname osmo-bts-virtual[17076]: DOML <0001> nm_radio_carrier_fsm.c:184 NM_CHAN_OP(bts0-trx0-ts3)[0x55d1dcaabaa0]{DISABLED_DEPENDENCY}: Received Event RCARRIER_ENABLED Apr 20 02:37:32 unassigned-hostname osmo-bts-virtual[17076]: DOML <0001> nm_radio_carrier_fsm.c:184 NM_CHAN_OP(bts0-trx0-ts4)[0x55d1dcaac0f0]{DISABLED_DEPENDENCY}: Received Event RCARRIER_ENABLED Apr 20 02:37:32 unassigned-hostname osmo-bts-virtual[17076]: DOML <0001> nm_radio_carrier_fsm.c:184 NM_CHAN_OP(bts0-trx0-ts5)[0x55d1dcaac740]{DISABLED_DEPENDENCY}: Received Event RCARRIER_ENABLED Apr 20 02:37:32 unassigned-hostname osmo-bts-virtual[17076]: DOML <0001> nm_radio_carrier_fsm.c:184 NM_CHAN_OP(bts0-trx0-ts6)[0x55d1dcaacd90]{DISABLED_DEPENDENCY}: Received Event RCARRIER_ENABLED Apr 20 02:37:32 unassigned-hostname osmo-bts-virtual[17076]: DOML <0001> nm_radio_carrier_fsm.c:184 NM_CHAN_OP(bts0-trx0-ts7)[0x55d1dcaad3e0]{DISABLED_DEPENDENCY}: Received Event RCARRIER_ENABLED Apr 20 02:37:32 unassigned-hostname osmo-bts-virtual[17076]: DOML <0001> bts_trx.c:237 NM_BBTRANSC_OP(bts0-trx0)[0x55d1dcaaa560]{DISABLED_OFFLINE}: Received Event RSL_UP Apr 20 02:37:32 unassigned-hostname osmo-bts-virtual[17076]: DOML <0001> nm_bb_transc_fsm.c:187 NM_BBTRANSC_OP(bts0-trx0)[0x55d1dcaaa560]{DISABLED_OFFLINE}: Delay switch to operative state Enabled, wait for: opstart Apr 20 02:37:32 unassigned-hostname osmo-bts-virtual[17076]: DRSL <0000> rsl.c:496 Tx RSL RF RESource INDication Apr 20 02:37:32 unassigned-hostname osmo-bts-virtual[17076]: DL1P <0007> sysinfo.c:162 PH-RTS-IND: Unable to determine actual BS_AG_BLKS_RES value as SI3 is not available yet, fallback to 1 Apr 20 02:37:32 unassigned-hostname osmo-bts-virtual[17076]: DL1P <0007> sysinfo.c:162 PH-DATA-REQ: Unable to determine actual BS_AG_BLKS_RES value as SI3 is not available yet, fallback to 1 Apr 20 02:37:32 unassigned-hostname osmo-bts-virtual[17076]: DOML <0001> oml.c:1123 NM_BBTRANSC_OP(bts0-trx0)[0x55d1dcaaa560]{DISABLED_OFFLINE}: Received Event RX_OPSTART Apr 20 02:37:32 unassigned-hostname osmo-bts-virtual[17076]: DOML <0001> bts_model.c:191 NM_BBTRANSC_OP(bts0-trx0)[0x55d1dcaaa560]{DISABLED_OFFLINE}: Received Event OPSTART_ACK Apr 20 02:37:32 unassigned-hostname osmo-bts-virtual[17076]: DOML <0001> nm_bb_transc_fsm.c:185 NM_BBTRANSC_OP(bts0-trx0)[0x55d1dcaaa560]{DISABLED_OFFLINE}: state_chg to ENABLED Apr 20 02:37:32 unassigned-hostname osmo-bts-virtual[17076]: DOML <0001> oml.c:369 OC=BASEBAND-TRANSCEIVER INST=(00,00,ff) AVAIL STATE Off line -> OK Apr 20 02:37:32 unassigned-hostname osmo-bts-virtual[17076]: DOML <0001> oml.c:377 OC=BASEBAND-TRANSCEIVER INST=(00,00,ff) OPER STATE Disabled -> Enabled Apr 20 02:37:32 unassigned-hostname osmo-bts-virtual[17076]: DOML <0001> nm_bb_transc_fsm.c:205 NM_CHAN_OP(bts0-trx0-ts0)[0x55d1dcaaa7b0]{DISABLED_DEPENDENCY}: Received Event BBTRANSC_ENABLED Apr 20 02:37:32 unassigned-hostname osmo-bts-virtual[17076]: DOML <0001> nm_channel_fsm.c:136 NM_CHAN_OP(bts0-trx0-ts0)[0x55d1dcaaa7b0]{DISABLED_DEPENDENCY}: state_chg to DISABLED_OFFLINE Apr 20 02:37:32 unassigned-hostname osmo-bts-virtual[17076]: DOML <0001> oml.c:369 OC=CHANNEL INST=(00,00,00) AVAIL STATE Dependency -> Off line Apr 20 02:37:32 unassigned-hostname osmo-bts-virtual[17076]: DOML <0001> oml.c:377 OC=CHANNEL INST=(00,00,00) OPER STATE Disabled -> Disabled Apr 20 02:37:32 unassigned-hostname osmo-bts-virtual[17076]: DOML <0001> nm_bb_transc_fsm.c:205 NM_CHAN_OP(bts0-trx0-ts1)[0x55d1dcaaae00]{DISABLED_DEPENDENCY}: Received Event BBTRANSC_ENABLED Apr 20 02:37:32 unassigned-hostname osmo-bts-virtual[17076]: DOML <0001> nm_channel_fsm.c:136 NM_CHAN_OP(bts0-trx0-ts1)[0x55d1dcaaae00]{DISABLED_DEPENDENCY}: state_chg to DISABLED_OFFLINE Apr 20 02:37:32 unassigned-hostname osmo-bts-virtual[17076]: DOML <0001> oml.c:369 OC=CHANNEL INST=(00,00,01) AVAIL STATE Dependency -> Off line Apr 20 02:37:32 unassigned-hostname osmo-bts-virtual[17076]: DOML <0001> oml.c:377 OC=CHANNEL INST=(00,00,01) OPER STATE Disabled -> Disabled Apr 20 02:37:32 unassigned-hostname osmo-bts-virtual[17076]: DOML <0001> nm_bb_transc_fsm.c:205 NM_CHAN_OP(bts0-trx0-ts2)[0x55d1dcaab450]{DISABLED_DEPENDENCY}: Received Event BBTRANSC_ENABLED Apr 20 02:37:32 unassigned-hostname osmo-bts-virtual[17076]: DOML <0001> nm_channel_fsm.c:136 NM_CHAN_OP(bts0-trx0-ts2)[0x55d1dcaab450]{DISABLED_DEPENDENCY}: state_chg to DISABLED_OFFLINE Apr 20 02:37:32 unassigned-hostname osmo-bts-virtual[17076]: DOML <0001> oml.c:369 OC=CHANNEL INST=(00,00,02) AVAIL STATE Dependency -> Off line Apr 20 02:37:32 unassigned-hostname osmo-bts-virtual[17076]: DOML <0001> oml.c:377 OC=CHANNEL INST=(00,00,02) OPER STATE Disabled -> Disabled Apr 20 02:37:32 unassigned-hostname osmo-bts-virtual[17076]: DOML <0001> nm_bb_transc_fsm.c:205 NM_CHAN_OP(bts0-trx0-ts3)[0x55d1dcaabaa0]{DISABLED_DEPENDENCY}: Received Event BBTRANSC_ENABLED Apr 20 02:37:32 unassigned-hostname osmo-bts-virtual[17076]: DOML <0001> nm_channel_fsm.c:136 NM_CHAN_OP(bts0-trx0-ts3)[0x55d1dcaabaa0]{DISABLED_DEPENDENCY}: state_chg to DISABLED_OFFLINE Apr 20 02:37:32 unassigned-hostname osmo-bts-virtual[17076]: DOML <0001> oml.c:369 OC=CHANNEL INST=(00,00,03) AVAIL STATE Dependency -> Off line Apr 20 02:37:32 unassigned-hostname osmo-bts-virtual[17076]: DOML <0001> oml.c:377 OC=CHANNEL INST=(00,00,03) OPER STATE Disabled -> Disabled Apr 20 02:37:32 unassigned-hostname osmo-bts-virtual[17076]: DOML <0001> nm_bb_transc_fsm.c:205 NM_CHAN_OP(bts0-trx0-ts4)[0x55d1dcaac0f0]{DISABLED_DEPENDENCY}: Received Event BBTRANSC_ENABLED Apr 20 02:37:32 unassigned-hostname osmo-bts-virtual[17076]: DOML <0001> nm_channel_fsm.c:136 NM_CHAN_OP(bts0-trx0-ts4)[0x55d1dcaac0f0]{DISABLED_DEPENDENCY}: state_chg to DISABLED_OFFLINE Apr 20 02:37:32 unassigned-hostname osmo-bts-virtual[17076]: DOML <0001> oml.c:369 OC=CHANNEL INST=(00,00,04) AVAIL STATE Dependency -> Off line Apr 20 02:37:32 unassigned-hostname osmo-bts-virtual[17076]: DOML <0001> oml.c:377 OC=CHANNEL INST=(00,00,04) OPER STATE Disabled -> Disabled Apr 20 02:37:32 unassigned-hostname osmo-bts-virtual[17076]: DOML <0001> nm_bb_transc_fsm.c:205 NM_CHAN_OP(bts0-trx0-ts5)[0x55d1dcaac740]{DISABLED_DEPENDENCY}: Received Event BBTRANSC_ENABLED Apr 20 02:37:32 unassigned-hostname osmo-bts-virtual[17076]: DOML <0001> nm_channel_fsm.c:136 NM_CHAN_OP(bts0-trx0-ts5)[0x55d1dcaac740]{DISABLED_DEPENDENCY}: state_chg to DISABLED_OFFLINE Apr 20 02:37:32 unassigned-hostname osmo-bts-virtual[17076]: DOML <0001> oml.c:369 OC=CHANNEL INST=(00,00,05) AVAIL STATE Dependency -> Off line Apr 20 02:37:32 unassigned-hostname osmo-bts-virtual[17076]: DOML <0001> oml.c:377 OC=CHANNEL INST=(00,00,05) OPER STATE Disabled -> Disabled Apr 20 02:37:32 unassigned-hostname osmo-bts-virtual[17076]: DOML <0001> nm_bb_transc_fsm.c:205 NM_CHAN_OP(bts0-trx0-ts6)[0x55d1dcaacd90]{DISABLED_DEPENDENCY}: Received Event BBTRANSC_ENABLED Apr 20 02:37:32 unassigned-hostname osmo-bts-virtual[17076]: DOML <0001> nm_channel_fsm.c:136 NM_CHAN_OP(bts0-trx0-ts6)[0x55d1dcaacd90]{DISABLED_DEPENDENCY}: state_chg to DISABLED_OFFLINE Apr 20 02:37:32 unassigned-hostname osmo-bts-virtual[17076]: DOML <0001> oml.c:369 OC=CHANNEL INST=(00,00,06) AVAIL STATE Dependency -> Off line Apr 20 02:37:32 unassigned-hostname osmo-bts-virtual[17076]: DOML <0001> oml.c:377 OC=CHANNEL INST=(00,00,06) OPER STATE Disabled -> Disabled Apr 20 02:37:32 unassigned-hostname osmo-bts-virtual[17076]: DOML <0001> nm_bb_transc_fsm.c:205 NM_CHAN_OP(bts0-trx0-ts7)[0x55d1dcaad3e0]{DISABLED_DEPENDENCY}: Received Event BBTRANSC_ENABLED Apr 20 02:37:32 unassigned-hostname osmo-bts-virtual[17076]: DOML <0001> nm_channel_fsm.c:136 NM_CHAN_OP(bts0-trx0-ts7)[0x55d1dcaad3e0]{DISABLED_DEPENDENCY}: state_chg to DISABLED_OFFLINE Apr 20 02:37:32 unassigned-hostname osmo-bts-virtual[17076]: DOML <0001> oml.c:369 OC=CHANNEL INST=(00,00,07) AVAIL STATE Dependency -> Off line Apr 20 02:37:32 unassigned-hostname osmo-bts-virtual[17076]: DOML <0001> oml.c:377 OC=CHANNEL INST=(00,00,07) OPER STATE Disabled -> Disabled Apr 20 02:37:32 unassigned-hostname osmo-bts-virtual[17076]: DRSL <0000> rsl.c:3889 (bts=0,trx=0,ts=0,ss=0) Rx RSL BCCH_INFO Apr 20 02:37:32 unassigned-hostname osmo-bts-virtual[17076]: DRSL <0000> rsl.c:593 Rx RSL BCCH INFO (SI1, 23 bytes) Apr 20 02:37:32 unassigned-hostname osmo-bts-virtual[17076]: DPCU <0009> pcu_sock.c:1018 PCU socket not connected, dropping message Apr 20 02:37:32 unassigned-hostname osmo-bts-virtual[17076]: DPCU <0009> pcu_sock.c:830 Failed to send SI1 to PCU: rc=-5 Apr 20 02:37:32 unassigned-hostname osmo-bts-virtual[17076]: DPAG <0005> paging.c:837 Paging SI update Apr 20 02:37:32 unassigned-hostname osmo-bts-virtual[17076]: DRSL <0000> rsl.c:3889 (bts=0,trx=0,ts=0,ss=0) Rx RSL BCCH_INFO Apr 20 02:37:32 unassigned-hostname osmo-bts-virtual[17076]: DRSL <0000> rsl.c:593 Rx RSL BCCH INFO (SI2, 23 bytes) Apr 20 02:37:32 unassigned-hostname osmo-bts-virtual[17076]: DPCU <0009> pcu_sock.c:1018 PCU socket not connected, dropping message Apr 20 02:37:32 unassigned-hostname osmo-bts-virtual[17076]: DPCU <0009> pcu_sock.c:830 Failed to send SI2 to PCU: rc=-5 Apr 20 02:37:32 unassigned-hostname osmo-bts-virtual[17076]: DPAG <0005> paging.c:837 Paging SI update Apr 20 02:37:32 unassigned-hostname osmo-bts-virtual[17076]: DRSL <0000> rsl.c:3889 (bts=0,trx=0,ts=0,ss=0) Rx RSL BCCH_INFO Apr 20 02:37:32 unassigned-hostname osmo-bts-virtual[17076]: DRSL <0000> rsl.c:699 RX RSL Disabling BCCH INFO (SI2bis) Apr 20 02:37:32 unassigned-hostname osmo-bts-virtual[17076]: DPAG <0005> paging.c:837 Paging SI update Apr 20 02:37:32 unassigned-hostname osmo-bts-virtual[17076]: DOML <0001> oml.c:1123 NM_CHAN_OP(bts0-trx0-ts0)[0x55d1dcaaa7b0]{DISABLED_OFFLINE}: Received Event RX_OPSTART Apr 20 02:37:32 unassigned-hostname osmo-bts-virtual[17076]: DOML <0001> bts_model.c:191 NM_CHAN_OP(bts0-trx0-ts0)[0x55d1dcaaa7b0]{DISABLED_OFFLINE}: Received Event OPSTART_ACK Apr 20 02:37:32 unassigned-hostname osmo-bts-virtual[17076]: DOML <0001> nm_channel_fsm.c:182 NM_CHAN_OP(bts0-trx0-ts0)[0x55d1dcaaa7b0]{DISABLED_OFFLINE}: state_chg to ENABLED Apr 20 02:37:32 unassigned-hostname osmo-bts-virtual[17076]: DOML <0001> oml.c:369 OC=CHANNEL INST=(00,00,00) AVAIL STATE Off line -> OK Apr 20 02:37:32 unassigned-hostname osmo-bts-virtual[17076]: DOML <0001> oml.c:377 OC=CHANNEL INST=(00,00,00) OPER STATE Disabled -> Enabled Apr 20 02:37:32 unassigned-hostname osmo-bts-virtual[17076]: DRSL <0000> rsl.c:3889 (bts=0,trx=0,ts=0,ss=0) Rx RSL BCCH_INFO Apr 20 02:37:32 unassigned-hostname osmo-bts-virtual[17076]: DRSL <0000> rsl.c:699 RX RSL Disabling BCCH INFO (SI2ter) Apr 20 02:37:32 unassigned-hostname osmo-bts-virtual[17076]: DPAG <0005> paging.c:837 Paging SI update Apr 20 02:37:32 unassigned-hostname osmo-bts-virtual[17076]: DRSL <0000> rsl.c:3889 (bts=0,trx=0,ts=0,ss=0) Rx RSL BCCH_INFO Apr 20 02:37:32 unassigned-hostname osmo-bts-virtual[17076]: DRSL <0000> rsl.c:699 RX RSL Disabling BCCH INFO (SI2quater) Apr 20 02:37:32 unassigned-hostname osmo-bts-virtual[17076]: DPAG <0005> paging.c:837 Paging SI update Apr 20 02:37:32 unassigned-hostname osmo-bts-virtual[17076]: DRSL <0000> rsl.c:3889 (bts=0,trx=0,ts=0,ss=0) Rx RSL BCCH_INFO Apr 20 02:37:32 unassigned-hostname osmo-bts-virtual[17076]: DRSL <0000> rsl.c:593 Rx RSL BCCH INFO (SI3, 23 bytes) Apr 20 02:37:32 unassigned-hostname osmo-bts-virtual[17076]: DL1C <0006> bts_model.c:45 Unimplemented bts_model_lchan_deactivate Apr 20 02:37:32 unassigned-hostname osmo-bts-virtual[17076]: DPCU <0009> pcu_sock.c:1018 PCU socket not connected, dropping message Apr 20 02:37:32 unassigned-hostname osmo-bts-virtual[17076]: DPCU <0009> pcu_sock.c:830 Failed to send SI3 to PCU: rc=-5 Apr 20 02:37:32 unassigned-hostname osmo-bts-virtual[17076]: DPAG <0005> paging.c:837 Paging SI update Apr 20 02:37:32 unassigned-hostname osmo-bts-virtual[17076]: DRSL <0000> bts.c:497 Updated AGCH max queue length to 12 Apr 20 02:37:32 unassigned-hostname osmo-bts-virtual[17076]: DRSL <0000> rsl.c:3889 (bts=0,trx=0,ts=0,ss=0) Rx RSL BCCH_INFO Apr 20 02:37:32 unassigned-hostname osmo-bts-virtual[17076]: DRSL <0000> rsl.c:593 Rx RSL BCCH INFO (SI4, 23 bytes) Apr 20 02:37:32 unassigned-hostname osmo-bts-virtual[17076]: DPAG <0005> paging.c:837 Paging SI update Apr 20 02:37:32 unassigned-hostname osmo-bts-virtual[17076]: DRSL <0000> rsl.c:1086 Rx RSL SACCH FILLING (SI5, 19 bytes) Apr 20 02:37:32 unassigned-hostname osmo-bts-virtual[17076]: DPAG <0005> paging.c:837 Paging SI update Apr 20 02:37:32 unassigned-hostname osmo-bts-virtual[17076]: DRSL <0000> rsl.c:1106 Rx RSL Disabling SACCH FILLING (SI5bis) Apr 20 02:37:32 unassigned-hostname osmo-bts-virtual[17076]: DPAG <0005> paging.c:837 Paging SI update Apr 20 02:37:32 unassigned-hostname osmo-bts-virtual[17076]: DRSL <0000> rsl.c:1106 Rx RSL Disabling SACCH FILLING (SI5ter) Apr 20 02:37:32 unassigned-hostname osmo-bts-virtual[17076]: DPAG <0005> paging.c:837 Paging SI update Apr 20 02:37:32 unassigned-hostname osmo-bts-virtual[17076]: DRSL <0000> rsl.c:1086 Rx RSL SACCH FILLING (SI6, 13 bytes) Apr 20 02:37:32 unassigned-hostname osmo-bts-virtual[17076]: DPAG <0005> paging.c:837 Paging SI update Apr 20 02:37:32 unassigned-hostname osmo-bts-virtual[17076]: DRSL <0000> rsl.c:1309 (bts=0,trx=0) Rx Measurement Pre-processing Defaults Apr 20 02:37:32 unassigned-hostname osmo-bts-virtual[17076]: DOML <0001> oml.c:1123 NM_CHAN_OP(bts0-trx0-ts1)[0x55d1dcaaae00]{DISABLED_OFFLINE}: Received Event RX_OPSTART Apr 20 02:37:32 unassigned-hostname osmo-bts-virtual[17076]: DOML <0001> bts_model.c:191 NM_CHAN_OP(bts0-trx0-ts1)[0x55d1dcaaae00]{DISABLED_OFFLINE}: Received Event OPSTART_ACK Apr 20 02:37:32 unassigned-hostname osmo-bts-virtual[17076]: DOML <0001> nm_channel_fsm.c:182 NM_CHAN_OP(bts0-trx0-ts1)[0x55d1dcaaae00]{DISABLED_OFFLINE}: state_chg to ENABLED Apr 20 02:37:32 unassigned-hostname osmo-bts-virtual[17076]: DOML <0001> oml.c:369 OC=CHANNEL INST=(00,00,01) AVAIL STATE Off line -> OK Apr 20 02:37:32 unassigned-hostname osmo-bts-virtual[17076]: DOML <0001> oml.c:377 OC=CHANNEL INST=(00,00,01) OPER STATE Disabled -> Enabled Apr 20 02:37:32 unassigned-hostname osmo-bts-virtual[17076]: DOML <0001> oml.c:1123 NM_CHAN_OP(bts0-trx0-ts2)[0x55d1dcaab450]{DISABLED_OFFLINE}: Received Event RX_OPSTART Apr 20 02:37:32 unassigned-hostname osmo-bts-virtual[17076]: DOML <0001> bts_model.c:191 NM_CHAN_OP(bts0-trx0-ts2)[0x55d1dcaab450]{DISABLED_OFFLINE}: Received Event OPSTART_ACK Apr 20 02:37:32 unassigned-hostname osmo-bts-virtual[17076]: DOML <0001> nm_channel_fsm.c:182 NM_CHAN_OP(bts0-trx0-ts2)[0x55d1dcaab450]{DISABLED_OFFLINE}: state_chg to ENABLED Apr 20 02:37:32 unassigned-hostname osmo-bts-virtual[17076]: DOML <0001> oml.c:369 OC=CHANNEL INST=(00,00,02) AVAIL STATE Off line -> OK Apr 20 02:37:32 unassigned-hostname osmo-bts-virtual[17076]: DOML <0001> oml.c:377 OC=CHANNEL INST=(00,00,02) OPER STATE Disabled -> Enabled Apr 20 02:37:32 unassigned-hostname osmo-bts-virtual[17076]: DOML <0001> oml.c:1123 NM_CHAN_OP(bts0-trx0-ts3)[0x55d1dcaabaa0]{DISABLED_OFFLINE}: Received Event RX_OPSTART Apr 20 02:37:32 unassigned-hostname osmo-bts-virtual[17076]: DOML <0001> bts_model.c:191 NM_CHAN_OP(bts0-trx0-ts3)[0x55d1dcaabaa0]{DISABLED_OFFLINE}: Received Event OPSTART_ACK Apr 20 02:37:32 unassigned-hostname osmo-bts-virtual[17076]: DOML <0001> nm_channel_fsm.c:182 NM_CHAN_OP(bts0-trx0-ts3)[0x55d1dcaabaa0]{DISABLED_OFFLINE}: state_chg to ENABLED Apr 20 02:37:32 unassigned-hostname osmo-bts-virtual[17076]: DOML <0001> oml.c:369 OC=CHANNEL INST=(00,00,03) AVAIL STATE Off line -> OK Apr 20 02:37:32 unassigned-hostname osmo-bts-virtual[17076]: DOML <0001> oml.c:377 OC=CHANNEL INST=(00,00,03) OPER STATE Disabled -> Enabled Apr 20 02:37:32 unassigned-hostname osmo-bts-virtual[17076]: DOML <0001> oml.c:1123 NM_CHAN_OP(bts0-trx0-ts4)[0x55d1dcaac0f0]{DISABLED_OFFLINE}: Received Event RX_OPSTART Apr 20 02:37:32 unassigned-hostname osmo-bts-virtual[17076]: DOML <0001> bts_model.c:191 NM_CHAN_OP(bts0-trx0-ts4)[0x55d1dcaac0f0]{DISABLED_OFFLINE}: Received Event OPSTART_ACK Apr 20 02:37:32 unassigned-hostname osmo-bts-virtual[17076]: DOML <0001> nm_channel_fsm.c:182 NM_CHAN_OP(bts0-trx0-ts4)[0x55d1dcaac0f0]{DISABLED_OFFLINE}: state_chg to ENABLED Apr 20 02:37:32 unassigned-hostname osmo-bts-virtual[17076]: DOML <0001> oml.c:369 OC=CHANNEL INST=(00,00,04) AVAIL STATE Off line -> OK Apr 20 02:37:32 unassigned-hostname osmo-bts-virtual[17076]: DOML <0001> oml.c:377 OC=CHANNEL INST=(00,00,04) OPER STATE Disabled -> Enabled Apr 20 02:37:32 unassigned-hostname osmo-bts-virtual[17076]: DOML <0001> oml.c:1123 NM_CHAN_OP(bts0-trx0-ts5)[0x55d1dcaac740]{DISABLED_OFFLINE}: Received Event RX_OPSTART Apr 20 02:37:32 unassigned-hostname osmo-bts-virtual[17076]: DOML <0001> bts_model.c:191 NM_CHAN_OP(bts0-trx0-ts5)[0x55d1dcaac740]{DISABLED_OFFLINE}: Received Event OPSTART_ACK Apr 20 02:37:32 unassigned-hostname osmo-bts-virtual[17076]: DOML <0001> nm_channel_fsm.c:182 NM_CHAN_OP(bts0-trx0-ts5)[0x55d1dcaac740]{DISABLED_OFFLINE}: state_chg to ENABLED Apr 20 02:37:32 unassigned-hostname osmo-bts-virtual[17076]: DOML <0001> oml.c:369 OC=CHANNEL INST=(00,00,05) AVAIL STATE Off line -> OK Apr 20 02:37:32 unassigned-hostname osmo-bts-virtual[17076]: DOML <0001> oml.c:377 OC=CHANNEL INST=(00,00,05) OPER STATE Disabled -> Enabled Apr 20 02:37:32 unassigned-hostname osmo-bts-virtual[17076]: DOML <0001> oml.c:1123 NM_CHAN_OP(bts0-trx0-ts6)[0x55d1dcaacd90]{DISABLED_OFFLINE}: Received Event RX_OPSTART Apr 20 02:37:32 unassigned-hostname osmo-bts-virtual[17076]: DOML <0001> bts_model.c:191 NM_CHAN_OP(bts0-trx0-ts6)[0x55d1dcaacd90]{DISABLED_OFFLINE}: Received Event OPSTART_ACK Apr 20 02:37:32 unassigned-hostname osmo-bts-virtual[17076]: DOML <0001> nm_channel_fsm.c:182 NM_CHAN_OP(bts0-trx0-ts6)[0x55d1dcaacd90]{DISABLED_OFFLINE}: state_chg to ENABLED Apr 20 02:37:32 unassigned-hostname osmo-bts-virtual[17076]: DOML <0001> oml.c:369 OC=CHANNEL INST=(00,00,06) AVAIL STATE Off line -> OK Apr 20 02:37:32 unassigned-hostname osmo-bts-virtual[17076]: DOML <0001> oml.c:377 OC=CHANNEL INST=(00,00,06) OPER STATE Disabled -> Enabled Apr 20 02:37:32 unassigned-hostname osmo-bts-virtual[17076]: DOML <0001> oml.c:1123 NM_CHAN_OP(bts0-trx0-ts7)[0x55d1dcaad3e0]{DISABLED_OFFLINE}: Received Event RX_OPSTART Apr 20 02:37:32 unassigned-hostname osmo-bts-virtual[17076]: DOML <0001> bts_model.c:191 NM_CHAN_OP(bts0-trx0-ts7)[0x55d1dcaad3e0]{DISABLED_OFFLINE}: Received Event OPSTART_ACK Apr 20 02:37:32 unassigned-hostname osmo-bts-virtual[17076]: DOML <0001> nm_channel_fsm.c:182 NM_CHAN_OP(bts0-trx0-ts7)[0x55d1dcaad3e0]{DISABLED_OFFLINE}: state_chg to ENABLED Apr 20 02:37:32 unassigned-hostname osmo-bts-virtual[17076]: DOML <0001> oml.c:369 OC=CHANNEL INST=(00,00,07) AVAIL STATE Off line -> OK Apr 20 02:37:32 unassigned-hostname osmo-bts-virtual[17076]: DOML <0001> oml.c:377 OC=CHANNEL INST=(00,00,07) OPER STATE Disabled -> Enabled Apr 20 02:37:32 unassigned-hostname osmo-bts-virtual[17076]: DL1P <0007> scheduler_virtbts.c:200 000002/00/02/02/02 (bts=0,trx=0,ts=0) BCCH: has not been served !! No prim Apr 20 02:37:37 unassigned-hostname osmo-bts-virtual[17076]: DPCU <0009> pcu_sock.c:1189 PCU socket connected to external PCU Apr 20 02:37:37 unassigned-hostname osmo-bts-virtual[17076]: DOML <0001> oml.c:93 OC=GPRS-CELL INST=(00,00,ff): Sending PCU version report to BSC: 1.4.0 Apr 20 02:37:42 unassigned-hostname osmo-bts-virtual[17076]: DOML <0001> oml.c:93 OC=GPRS-CELL INST=(00,00,ff): Sending PCU version report to BSC: 1.4.0 Apr 20 02:37:47 unassigned-hostname osmo-bts-virtual[17076]: DOML <0001> oml.c:93 OC=GPRS-CELL INST=(00,00,ff): Sending PCU version report to BSC: 1.4.0 Apr 20 02:37:52 unassigned-hostname osmo-bts-virtual[17076]: DOML <0001> oml.c:93 OC=GPRS-CELL INST=(00,00,ff): Sending PCU version report to BSC: 1.4.0 Apr 20 02:37:57 unassigned-hostname osmo-bts-virtual[17076]: DOML <0001> oml.c:93 OC=GPRS-CELL INST=(00,00,ff): Sending PCU version report to BSC: 1.4.0 Apr 20 02:38:02 unassigned-hostname osmo-bts-virtual[17076]: DOML <0001> oml.c:93 OC=GPRS-CELL INST=(00,00,ff): Sending PCU version report to BSC: 1.4.0 + systemctl --no-pager -l -n 200 status osmo-cbc ● osmo-cbc.service - Osmocom CBC (Cell Broadcasting Centre) Loaded: loaded (/lib/systemd/system/osmo-cbc.service; enabled; preset: enabled) Active: active (running) since Sat 2024-04-20 02:37:39 EDT; 24s ago Main PID: 17264 (osmo-cbc) Tasks: 2 (limit: 1103) Memory: 3.5M CPU: 28ms CGroup: /system.slice/osmo-cbc.service └─17264 /usr/bin/osmo-cbc -c /etc/osmocom/osmo-cbc.cfg Apr 20 02:37:39 unassigned-hostname systemd[1]: Started osmo-cbc.service - Osmocom CBC (Cell Broadcasting Centre). Apr 20 02:37:39 unassigned-hostname osmo-cbc[17264]: <0006> telnet_interface.c:88 Available via telnet 127.0.0.1 4264 Apr 20 02:37:39 unassigned-hostname osmo-cbc[17264]: <0002> cbsp_link.c:414 Listening for CBSP at 127.0.0.1:48049 Apr 20 02:37:39 unassigned-hostname osmo-cbc[17264]: <0003> sbcap_link.c:484 Listening for SBc-AP at ::1:29168 Apr 20 02:37:39 unassigned-hostname osmo-cbc[17264]: <0005> rest_api.c:727 Started ECBE REST API at 127.0.0.1:12345 + systemctl --no-pager -l -n 200 status osmo-e1d ● osmo-e1d.service - Osmocom E1 Interface Daemon Loaded: loaded (/lib/systemd/system/osmo-e1d.service; enabled; preset: enabled) Active: active (running) since Sat 2024-04-20 02:36:56 EDT; 1min 7s ago Main PID: 16055 (osmo-e1d) Tasks: 2 (limit: 1103) Memory: 2.4M CPU: 21ms CGroup: /system.slice/osmo-e1d.service └─16055 /usr/bin/osmo-e1d -c /etc/osmocom/osmo-e1d.cfg Apr 20 02:36:56 unassigned-hostname systemd[1]: Started osmo-e1d.service - Osmocom E1 Interface Daemon. Apr 20 02:36:56 unassigned-hostname osmo-e1d[16055]: <0003> telnet_interface.c:88 Available via telnet 127.0.0.1 4269 + systemctl --no-pager -l -n 200 status osmo-gbproxy ● osmo-gbproxy.service - Osmocom Gb proxy Loaded: loaded (/lib/systemd/system/osmo-gbproxy.service; enabled; preset: enabled) Active: active (running) since Sat 2024-04-20 02:37:12 EDT; 51s ago Main PID: 16434 (osmo-gbproxy) Tasks: 1 (limit: 1103) Memory: 2.2M CPU: 28ms CGroup: /system.slice/osmo-gbproxy.service └─16434 /usr/bin/osmo-gbproxy -c /etc/osmocom/osmo-gbproxy.cfg Apr 20 02:37:12 unassigned-hostname systemd[1]: Started osmo-gbproxy.service - Osmocom Gb proxy. Apr 20 02:37:12 unassigned-hostname osmo-gbproxy[16434]: <0015> gprs_ns2.c:575 NSE(00101) NS-STATUS.ind(bvci=00000): cause=NSE SNS no endpoints, transfer=0, first=1, mtu=0 Apr 20 02:37:12 unassigned-hostname osmo-gbproxy[16434]: <0000> gb_proxy.c:1810 NS: Unknown NS-STATUS.ind cause=NSE SNS no endpoints from NS Apr 20 02:37:12 unassigned-hostname osmo-gbproxy[16434]: <0002> telnet_interface.c:88 Available via telnet 127.0.0.1 4246 Apr 20 02:37:12 unassigned-hostname osmo-gbproxy[16434]: <0009> control_if.c:1014 CTRL at 127.0.0.1 4263 Apr 20 02:37:15 unassigned-hostname osmo-gbproxy[16434]: <0015> gprs_ns2.c:575 NSE(00101) NS-STATUS.ind(bvci=00000): cause=NSE SNS failure, transfer=0, first=1, mtu=65523 Apr 20 02:37:18 unassigned-hostname osmo-gbproxy[16434]: <0015> gprs_ns2.c:575 NSE(00101) NS-STATUS.ind(bvci=00000): cause=NSE SNS failure, transfer=0, first=1, mtu=65523 Apr 20 02:37:21 unassigned-hostname osmo-gbproxy[16434]: <0015> gprs_ns2_sns.c:1781 GPRS-NS2-SNS-BSS(NSE00101-SNS)[0x55ea6f79feb0]{BSS_SIZE}: NSE 101: SNS failed: Size retries failed. Selecting next IP-SNS endpoint. Apr 20 02:37:21 unassigned-hostname osmo-gbproxy[16434]: <0015> gprs_ns2.c:571 NSE(00101)-NSVC(none) NS-STATUS.ind(bvci=00000): cause=NSVC failure, transfer=0, first=1, mtu=65523 Apr 20 02:37:21 unassigned-hostname osmo-gbproxy[16434]: <0000> gb_proxy.c:1810 NS: Unknown NS-STATUS.ind cause=NSVC failure from NS Apr 20 02:37:21 unassigned-hostname osmo-gbproxy[16434]: <0015> gprs_ns2.c:575 NSE(00101) NS-STATUS.ind(bvci=00000): cause=NSE SNS failure, transfer=0, first=1, mtu=65523 Apr 20 02:37:24 unassigned-hostname osmo-gbproxy[16434]: <0015> gprs_ns2_sns.c:1781 GPRS-NS2-SNS-BSS(NSE00101-SNS)[0x55ea6f79feb0]{BSS_SIZE}: NSE 101: SNS failed: Size retries failed. Selecting next IP-SNS endpoint. Apr 20 02:37:24 unassigned-hostname osmo-gbproxy[16434]: <0015> gprs_ns2.c:571 NSE(00101)-NSVC(none) NS-STATUS.ind(bvci=00000): cause=NSVC failure, transfer=0, first=1, mtu=65523 Apr 20 02:37:24 unassigned-hostname osmo-gbproxy[16434]: <0000> gb_proxy.c:1810 NS: Unknown NS-STATUS.ind cause=NSVC failure from NS Apr 20 02:37:24 unassigned-hostname osmo-gbproxy[16434]: <0015> gprs_ns2.c:575 NSE(00101) NS-STATUS.ind(bvci=00000): cause=NSE SNS failure, transfer=0, first=1, mtu=65523 Apr 20 02:37:27 unassigned-hostname osmo-gbproxy[16434]: <0015> gprs_ns2_sns.c:1781 GPRS-NS2-SNS-BSS(NSE00101-SNS)[0x55ea6f79feb0]{BSS_SIZE}: NSE 101: SNS failed: Size retries failed. Selecting next IP-SNS endpoint. Apr 20 02:37:27 unassigned-hostname osmo-gbproxy[16434]: <0015> gprs_ns2.c:571 NSE(00101)-NSVC(none) NS-STATUS.ind(bvci=00000): cause=NSVC failure, transfer=0, first=1, mtu=65523 Apr 20 02:37:27 unassigned-hostname osmo-gbproxy[16434]: <0000> gb_proxy.c:1810 NS: Unknown NS-STATUS.ind cause=NSVC failure from NS Apr 20 02:37:27 unassigned-hostname osmo-gbproxy[16434]: <0015> gprs_ns2.c:575 NSE(00101) NS-STATUS.ind(bvci=00000): cause=NSE SNS failure, transfer=0, first=1, mtu=65523 Apr 20 02:37:30 unassigned-hostname osmo-gbproxy[16434]: <0015> gprs_ns2_sns.c:1781 GPRS-NS2-SNS-BSS(NSE00101-SNS)[0x55ea6f79feb0]{BSS_SIZE}: NSE 101: SNS failed: Size retries failed. Selecting next IP-SNS endpoint. Apr 20 02:37:30 unassigned-hostname osmo-gbproxy[16434]: <0015> gprs_ns2.c:571 NSE(00101)-NSVC(none) NS-STATUS.ind(bvci=00000): cause=NSVC failure, transfer=0, first=1, mtu=65523 Apr 20 02:37:30 unassigned-hostname osmo-gbproxy[16434]: <0000> gb_proxy.c:1810 NS: Unknown NS-STATUS.ind cause=NSVC failure from NS Apr 20 02:37:30 unassigned-hostname osmo-gbproxy[16434]: <0015> gprs_ns2.c:575 NSE(00101) NS-STATUS.ind(bvci=00000): cause=NSE SNS failure, transfer=0, first=1, mtu=65523 Apr 20 02:37:33 unassigned-hostname osmo-gbproxy[16434]: <0015> gprs_ns2_sns.c:1781 GPRS-NS2-SNS-BSS(NSE00101-SNS)[0x55ea6f79feb0]{BSS_SIZE}: NSE 101: SNS failed: Size retries failed. Selecting next IP-SNS endpoint. Apr 20 02:37:33 unassigned-hostname osmo-gbproxy[16434]: <0015> gprs_ns2.c:571 NSE(00101)-NSVC(none) NS-STATUS.ind(bvci=00000): cause=NSVC failure, transfer=0, first=1, mtu=65523 Apr 20 02:37:33 unassigned-hostname osmo-gbproxy[16434]: <0000> gb_proxy.c:1810 NS: Unknown NS-STATUS.ind cause=NSVC failure from NS Apr 20 02:37:33 unassigned-hostname osmo-gbproxy[16434]: <0015> gprs_ns2.c:575 NSE(00101) NS-STATUS.ind(bvci=00000): cause=NSE SNS failure, transfer=0, first=1, mtu=65523 Apr 20 02:37:36 unassigned-hostname osmo-gbproxy[16434]: <0015> gprs_ns2_sns.c:1781 GPRS-NS2-SNS-BSS(NSE00101-SNS)[0x55ea6f79feb0]{BSS_SIZE}: NSE 101: SNS failed: Size retries failed. Selecting next IP-SNS endpoint. Apr 20 02:37:36 unassigned-hostname osmo-gbproxy[16434]: <0015> gprs_ns2.c:571 NSE(00101)-NSVC(none) NS-STATUS.ind(bvci=00000): cause=NSVC failure, transfer=0, first=1, mtu=65523 Apr 20 02:37:36 unassigned-hostname osmo-gbproxy[16434]: <0000> gb_proxy.c:1810 NS: Unknown NS-STATUS.ind cause=NSVC failure from NS Apr 20 02:37:36 unassigned-hostname osmo-gbproxy[16434]: <0015> gprs_ns2.c:575 NSE(00101) NS-STATUS.ind(bvci=00000): cause=NSE SNS failure, transfer=0, first=1, mtu=65523 Apr 20 02:37:39 unassigned-hostname osmo-gbproxy[16434]: <0015> gprs_ns2_sns.c:1781 GPRS-NS2-SNS-BSS(NSE00101-SNS)[0x55ea6f79feb0]{BSS_SIZE}: NSE 101: SNS failed: Size retries failed. Selecting next IP-SNS endpoint. Apr 20 02:37:39 unassigned-hostname osmo-gbproxy[16434]: <0015> gprs_ns2.c:571 NSE(00101)-NSVC(none) NS-STATUS.ind(bvci=00000): cause=NSVC failure, transfer=0, first=1, mtu=65523 Apr 20 02:37:39 unassigned-hostname osmo-gbproxy[16434]: <0000> gb_proxy.c:1810 NS: Unknown NS-STATUS.ind cause=NSVC failure from NS Apr 20 02:37:39 unassigned-hostname osmo-gbproxy[16434]: <0015> gprs_ns2.c:575 NSE(00101) NS-STATUS.ind(bvci=00000): cause=NSE SNS failure, transfer=0, first=1, mtu=65523 Apr 20 02:37:42 unassigned-hostname osmo-gbproxy[16434]: <0015> gprs_ns2_sns.c:1781 GPRS-NS2-SNS-BSS(NSE00101-SNS)[0x55ea6f79feb0]{BSS_SIZE}: NSE 101: SNS failed: Size retries failed. Selecting next IP-SNS endpoint. Apr 20 02:37:42 unassigned-hostname osmo-gbproxy[16434]: <0015> gprs_ns2.c:571 NSE(00101)-NSVC(none) NS-STATUS.ind(bvci=00000): cause=NSVC failure, transfer=0, first=1, mtu=65523 Apr 20 02:37:42 unassigned-hostname osmo-gbproxy[16434]: <0000> gb_proxy.c:1810 NS: Unknown NS-STATUS.ind cause=NSVC failure from NS Apr 20 02:37:42 unassigned-hostname osmo-gbproxy[16434]: <0015> gprs_ns2.c:575 NSE(00101) NS-STATUS.ind(bvci=00000): cause=NSE SNS failure, transfer=0, first=1, mtu=65523 Apr 20 02:37:45 unassigned-hostname osmo-gbproxy[16434]: <0015> gprs_ns2_sns.c:1781 GPRS-NS2-SNS-BSS(NSE00101-SNS)[0x55ea6f79feb0]{BSS_SIZE}: NSE 101: SNS failed: Size retries failed. Selecting next IP-SNS endpoint. Apr 20 02:37:45 unassigned-hostname osmo-gbproxy[16434]: <0015> gprs_ns2.c:571 NSE(00101)-NSVC(none) NS-STATUS.ind(bvci=00000): cause=NSVC failure, transfer=0, first=1, mtu=65523 Apr 20 02:37:45 unassigned-hostname osmo-gbproxy[16434]: <0000> gb_proxy.c:1810 NS: Unknown NS-STATUS.ind cause=NSVC failure from NS Apr 20 02:37:45 unassigned-hostname osmo-gbproxy[16434]: <0015> gprs_ns2.c:575 NSE(00101) NS-STATUS.ind(bvci=00000): cause=NSE SNS failure, transfer=0, first=1, mtu=65523 Apr 20 02:37:48 unassigned-hostname osmo-gbproxy[16434]: <0015> gprs_ns2_sns.c:1781 GPRS-NS2-SNS-BSS(NSE00101-SNS)[0x55ea6f79feb0]{BSS_SIZE}: NSE 101: SNS failed: Size retries failed. Selecting next IP-SNS endpoint. Apr 20 02:37:48 unassigned-hostname osmo-gbproxy[16434]: <0015> gprs_ns2.c:571 NSE(00101)-NSVC(none) NS-STATUS.ind(bvci=00000): cause=NSVC failure, transfer=0, first=1, mtu=65523 Apr 20 02:37:48 unassigned-hostname osmo-gbproxy[16434]: <0000> gb_proxy.c:1810 NS: Unknown NS-STATUS.ind cause=NSVC failure from NS Apr 20 02:37:48 unassigned-hostname osmo-gbproxy[16434]: <0015> gprs_ns2.c:575 NSE(00101) NS-STATUS.ind(bvci=00000): cause=NSE SNS failure, transfer=0, first=1, mtu=65523 Apr 20 02:37:51 unassigned-hostname osmo-gbproxy[16434]: <0015> gprs_ns2_sns.c:1781 GPRS-NS2-SNS-BSS(NSE00101-SNS)[0x55ea6f79feb0]{BSS_SIZE}: NSE 101: SNS failed: Size retries failed. Selecting next IP-SNS endpoint. Apr 20 02:37:51 unassigned-hostname osmo-gbproxy[16434]: <0015> gprs_ns2.c:571 NSE(00101)-NSVC(none) NS-STATUS.ind(bvci=00000): cause=NSVC failure, transfer=0, first=1, mtu=65523 Apr 20 02:37:51 unassigned-hostname osmo-gbproxy[16434]: <0000> gb_proxy.c:1810 NS: Unknown NS-STATUS.ind cause=NSVC failure from NS Apr 20 02:37:51 unassigned-hostname osmo-gbproxy[16434]: <0015> gprs_ns2.c:575 NSE(00101) NS-STATUS.ind(bvci=00000): cause=NSE SNS failure, transfer=0, first=1, mtu=65523 Apr 20 02:37:54 unassigned-hostname osmo-gbproxy[16434]: <0015> gprs_ns2_sns.c:1781 GPRS-NS2-SNS-BSS(NSE00101-SNS)[0x55ea6f79feb0]{BSS_SIZE}: NSE 101: SNS failed: Size retries failed. Selecting next IP-SNS endpoint. Apr 20 02:37:54 unassigned-hostname osmo-gbproxy[16434]: <0015> gprs_ns2.c:571 NSE(00101)-NSVC(none) NS-STATUS.ind(bvci=00000): cause=NSVC failure, transfer=0, first=1, mtu=65523 Apr 20 02:37:54 unassigned-hostname osmo-gbproxy[16434]: <0000> gb_proxy.c:1810 NS: Unknown NS-STATUS.ind cause=NSVC failure from NS Apr 20 02:37:54 unassigned-hostname osmo-gbproxy[16434]: <0015> gprs_ns2.c:575 NSE(00101) NS-STATUS.ind(bvci=00000): cause=NSE SNS failure, transfer=0, first=1, mtu=65523 Apr 20 02:37:57 unassigned-hostname osmo-gbproxy[16434]: <0015> gprs_ns2_sns.c:1781 GPRS-NS2-SNS-BSS(NSE00101-SNS)[0x55ea6f79feb0]{BSS_SIZE}: NSE 101: SNS failed: Size retries failed. Selecting next IP-SNS endpoint. Apr 20 02:37:57 unassigned-hostname osmo-gbproxy[16434]: <0015> gprs_ns2.c:571 NSE(00101)-NSVC(none) NS-STATUS.ind(bvci=00000): cause=NSVC failure, transfer=0, first=1, mtu=65523 Apr 20 02:37:57 unassigned-hostname osmo-gbproxy[16434]: <0000> gb_proxy.c:1810 NS: Unknown NS-STATUS.ind cause=NSVC failure from NS Apr 20 02:37:57 unassigned-hostname osmo-gbproxy[16434]: <0015> gprs_ns2.c:575 NSE(00101) NS-STATUS.ind(bvci=00000): cause=NSE SNS failure, transfer=0, first=1, mtu=65523 Apr 20 02:38:00 unassigned-hostname osmo-gbproxy[16434]: <0015> gprs_ns2_sns.c:1781 GPRS-NS2-SNS-BSS(NSE00101-SNS)[0x55ea6f79feb0]{BSS_SIZE}: NSE 101: SNS failed: Size retries failed. Selecting next IP-SNS endpoint. Apr 20 02:38:00 unassigned-hostname osmo-gbproxy[16434]: <0015> gprs_ns2.c:571 NSE(00101)-NSVC(none) NS-STATUS.ind(bvci=00000): cause=NSVC failure, transfer=0, first=1, mtu=65523 Apr 20 02:38:00 unassigned-hostname osmo-gbproxy[16434]: <0000> gb_proxy.c:1810 NS: Unknown NS-STATUS.ind cause=NSVC failure from NS Apr 20 02:38:00 unassigned-hostname osmo-gbproxy[16434]: <0015> gprs_ns2.c:575 NSE(00101) NS-STATUS.ind(bvci=00000): cause=NSE SNS failure, transfer=0, first=1, mtu=65523 Apr 20 02:38:03 unassigned-hostname osmo-gbproxy[16434]: <0015> gprs_ns2_sns.c:1781 GPRS-NS2-SNS-BSS(NSE00101-SNS)[0x55ea6f79feb0]{BSS_SIZE}: NSE 101: SNS failed: Size retries failed. Selecting next IP-SNS endpoint. Apr 20 02:38:03 unassigned-hostname osmo-gbproxy[16434]: <0015> gprs_ns2.c:571 NSE(00101)-NSVC(none) NS-STATUS.ind(bvci=00000): cause=NSVC failure, transfer=0, first=1, mtu=65523 Apr 20 02:38:03 unassigned-hostname osmo-gbproxy[16434]: <0000> gb_proxy.c:1810 NS: Unknown NS-STATUS.ind cause=NSVC failure from NS Apr 20 02:38:03 unassigned-hostname osmo-gbproxy[16434]: <0015> gprs_ns2.c:575 NSE(00101) NS-STATUS.ind(bvci=00000): cause=NSE SNS failure, transfer=0, first=1, mtu=65523 + systemctl --no-pager -l -n 200 status osmo-ggsn ● osmo-ggsn.service - OsmoGGSN Loaded: loaded (/lib/systemd/system/osmo-ggsn.service; enabled; preset: enabled) Active: active (running) since Sat 2024-04-20 02:37:05 EDT; 58s ago Main PID: 16323 (osmo-ggsn) Tasks: 1 (limit: 1103) Memory: 5.1M CPU: 22ms CGroup: /system.slice/osmo-ggsn.service └─16323 /usr/bin/osmo-ggsn -c /etc/osmocom/osmo-ggsn.cfg Apr 20 02:37:05 unassigned-hostname systemd[1]: Started osmo-ggsn.service - OsmoGGSN. Apr 20 02:37:05 unassigned-hostname osmo-ggsn[16323]: <0002> ggsn.c:186 APN(internet): Starting Apr 20 02:37:05 unassigned-hostname osmo-ggsn[16323]: <0002> ggsn.c:189 APN(internet): Opening TUN device tun4 Apr 20 02:37:05 unassigned-hostname osmo-ggsn[16323]: <0002> ggsn.c:194 APN(internet): Opened TUN device tun4 Apr 20 02:37:05 unassigned-hostname osmo-ggsn[16323]: <0002> ggsn.c:235 APN(internet): Setting tun IP address 172.16.222.0/24 Apr 20 02:37:05 unassigned-hostname osmo-ggsn[16323]: <0002> ggsn.c:293 APN(internet): Creating IPv4 pool 172.16.222.0/24 Apr 20 02:37:05 unassigned-hostname osmo-ggsn[16323]: <0002> ggsn.c:167 APN(internet): Blacklist tun IP 172.16.222.0/24 Apr 20 02:37:05 unassigned-hostname osmo-ggsn[16323]: <0002> ggsn.c:325 APN(internet): Successfully started Apr 20 02:37:05 unassigned-hostname osmo-ggsn[16323]: <0002> ggsn.c:186 APN(inet6): Starting Apr 20 02:37:05 unassigned-hostname osmo-ggsn[16323]: <0002> ggsn.c:189 APN(inet6): Opening TUN device tun6 Apr 20 02:37:05 unassigned-hostname osmo-ggsn[16323]: <0002> ggsn.c:194 APN(inet6): Opened TUN device tun6 Apr 20 02:37:05 unassigned-hostname osmo-ggsn[16323]: <0002> ggsn.c:247 APN(inet6): Setting tun IPv6 address 2001:780:44:2000::/56 Apr 20 02:37:05 unassigned-hostname osmo-ggsn[16323]: <0002> ggsn.c:310 APN(inet6): Creating IPv6 pool 2001:780:44:2000::/56 Apr 20 02:37:05 unassigned-hostname osmo-ggsn[16323]: <0002> ggsn.c:167 APN(inet6): Blacklist tun IP 2001:780:44:2000::/56 Apr 20 02:37:05 unassigned-hostname osmo-ggsn[16323]: <0002> ggsn.c:325 APN(inet6): Successfully started Apr 20 02:37:05 unassigned-hostname osmo-ggsn[16323]: <0002> ggsn.c:186 APN(inet46): Starting Apr 20 02:37:05 unassigned-hostname osmo-ggsn[16323]: <0002> ggsn.c:189 APN(inet46): Opening TUN device tun46 Apr 20 02:37:05 unassigned-hostname osmo-ggsn[16323]: <0002> ggsn.c:194 APN(inet46): Opened TUN device tun46 Apr 20 02:37:05 unassigned-hostname osmo-ggsn[16323]: <0002> ggsn.c:235 APN(inet46): Setting tun IP address 172.16.46.0/24 Apr 20 02:37:05 unassigned-hostname osmo-ggsn[16323]: <0002> ggsn.c:247 APN(inet46): Setting tun IPv6 address 2001:780:44:2100::/56 Apr 20 02:37:05 unassigned-hostname osmo-ggsn[16323]: <0002> ggsn.c:293 APN(inet46): Creating IPv4 pool 172.16.46.0/24 Apr 20 02:37:05 unassigned-hostname osmo-ggsn[16323]: <0002> ggsn.c:167 APN(inet46): Blacklist tun IP 172.16.46.0/24 Apr 20 02:37:05 unassigned-hostname osmo-ggsn[16323]: <0002> ggsn.c:310 APN(inet46): Creating IPv6 pool 2001:780:44:2100::/56 Apr 20 02:37:05 unassigned-hostname osmo-ggsn[16323]: <0002> ggsn.c:167 APN(inet46): Blacklist tun IP 2001:780:44:2100::/56 Apr 20 02:37:05 unassigned-hostname osmo-ggsn[16323]: <0002> ggsn.c:325 APN(inet46): Successfully started Apr 20 02:37:05 unassigned-hostname osmo-ggsn[16323]: <0002> ggsn.c:822 GGSN(ggsn0): Starting GGSN Apr 20 02:37:05 unassigned-hostname osmo-ggsn[16323]: <000d> gsn.c:431 GTP: gtp_newgsn() started at 127.0.0.2 Apr 20 02:37:05 unassigned-hostname osmo-ggsn[16323]: <000d> gsn.c:386 State information file (/tmp/gsn_restart) not found. Creating new file. Apr 20 02:37:05 unassigned-hostname osmo-ggsn[16323]: <0002> ggsn.c:858 GGSN(ggsn0): Successfully started Apr 20 02:37:05 unassigned-hostname osmo-ggsn[16323]: <0005> telnet_interface.c:88 Available via telnet 127.0.0.1 4260 Apr 20 02:37:05 unassigned-hostname osmo-ggsn[16323]: <000c> control_if.c:1014 CTRL at 127.0.0.1 4257 + systemctl --no-pager -l -n 200 status osmo-gtphub ● osmo-gtphub.service - Osmocom GTP Hub Loaded: loaded (/lib/systemd/system/osmo-gtphub.service; enabled; preset: enabled) Active: active (running) since Sat 2024-04-20 02:37:18 EDT; 45s ago Main PID: 16525 (osmo-gtphub) Tasks: 1 (limit: 1103) Memory: 1.6M CPU: 22ms CGroup: /system.slice/osmo-gtphub.service └─16525 /usr/bin/osmo-gtphub -c /etc/osmocom/osmo-gtphub.cfg Apr 20 02:37:18 unassigned-hostname systemd[1]: Started osmo-gtphub.service - Osmocom GTP Hub. Apr 20 02:37:18 unassigned-hostname osmo-gtphub[16525]: <000b> telnet_interface.c:88 Available via telnet 127.0.0.1 4253 Apr 20 02:37:18 unassigned-hostname osmo-gtphub[16525]: <000a> gtphub_main.c:186 Restarted with counter 1 Apr 20 02:37:18 unassigned-hostname osmo-gtphub[16525]: <000b> rate_ctr.c:97 'packets.in' is not a valid counter identifier Apr 20 02:37:18 unassigned-hostname osmo-gtphub[16525]: <000b> rate_ctr.c:131 counter group name mangled: 'packets.in' -> 'packets:in' Apr 20 02:37:18 unassigned-hostname osmo-gtphub[16525]: <000b> rate_ctr.c:131 counter group name mangled: 'packets.out' -> 'packets:out' Apr 20 02:37:18 unassigned-hostname osmo-gtphub[16525]: <000b> rate_ctr.c:131 counter group name mangled: 'bytes.in' -> 'bytes:in' Apr 20 02:37:18 unassigned-hostname osmo-gtphub[16525]: <000b> rate_ctr.c:131 counter group name mangled: 'bytes.out' -> 'bytes:out' Apr 20 02:37:18 unassigned-hostname osmo-gtphub[16525]: <000b> rate_ctr.c:97 'packets.in' is not a valid counter identifier Apr 20 02:37:18 unassigned-hostname osmo-gtphub[16525]: <000b> rate_ctr.c:131 counter group name mangled: 'packets.in' -> 'packets:in' Apr 20 02:37:18 unassigned-hostname osmo-gtphub[16525]: <000b> rate_ctr.c:131 counter group name mangled: 'packets.out' -> 'packets:out' Apr 20 02:37:18 unassigned-hostname osmo-gtphub[16525]: <000b> rate_ctr.c:131 counter group name mangled: 'bytes.in' -> 'bytes:in' Apr 20 02:37:18 unassigned-hostname osmo-gtphub[16525]: <000b> rate_ctr.c:131 counter group name mangled: 'bytes.out' -> 'bytes:out' Apr 20 02:37:18 unassigned-hostname osmo-gtphub[16525]: <000b> rate_ctr.c:97 'packets.in' is not a valid counter identifier Apr 20 02:37:18 unassigned-hostname osmo-gtphub[16525]: <000b> rate_ctr.c:131 counter group name mangled: 'packets.in' -> 'packets:in' Apr 20 02:37:18 unassigned-hostname osmo-gtphub[16525]: <000b> rate_ctr.c:131 counter group name mangled: 'packets.out' -> 'packets:out' Apr 20 02:37:18 unassigned-hostname osmo-gtphub[16525]: <000b> rate_ctr.c:131 counter group name mangled: 'bytes.in' -> 'bytes:in' Apr 20 02:37:18 unassigned-hostname osmo-gtphub[16525]: <000b> rate_ctr.c:131 counter group name mangled: 'bytes.out' -> 'bytes:out' Apr 20 02:37:18 unassigned-hostname osmo-gtphub[16525]: <000b> rate_ctr.c:97 'packets.in' is not a valid counter identifier Apr 20 02:37:18 unassigned-hostname osmo-gtphub[16525]: <000b> rate_ctr.c:131 counter group name mangled: 'packets.in' -> 'packets:in' Apr 20 02:37:18 unassigned-hostname osmo-gtphub[16525]: <000b> rate_ctr.c:131 counter group name mangled: 'packets.out' -> 'packets:out' Apr 20 02:37:18 unassigned-hostname osmo-gtphub[16525]: <000b> rate_ctr.c:131 counter group name mangled: 'bytes.in' -> 'bytes:in' Apr 20 02:37:18 unassigned-hostname osmo-gtphub[16525]: <000b> rate_ctr.c:131 counter group name mangled: 'bytes.out' -> 'bytes:out' Apr 20 02:37:18 unassigned-hostname osmo-gtphub[16525]: <000a> gtphub_main.c:91 to-SGSNs bind, CTRL: 127.0.0.10 port 2123 Apr 20 02:37:18 unassigned-hostname osmo-gtphub[16525]: <000a> gtphub_main.c:91 to-SGSNs bind, USER: 127.0.0.10 port 2152 Apr 20 02:37:18 unassigned-hostname osmo-gtphub[16525]: <000a> gtphub_main.c:91 to-GGSNs bind, CTRL: 127.0.0.20 port 2123 Apr 20 02:37:18 unassigned-hostname osmo-gtphub[16525]: <000a> gtphub_main.c:91 to-GGSNs bind, USER: 127.0.0.20 port 2152 + systemctl --no-pager -l -n 200 status osmo-hlr ● osmo-hlr.service - Osmocom Home Location Register (OsmoHLR) Loaded: loaded (/lib/systemd/system/osmo-hlr.service; disabled; preset: enabled) Active: active (running) since Sat 2024-04-20 02:37:41 EDT; 22s ago Docs: https://osmocom.org/projects/osmo-hlr/wiki/OsmoHLR Main PID: 17324 (osmo-hlr) Tasks: 1 (limit: 1103) Memory: 2.6M CPU: 40ms CGroup: /system.slice/osmo-hlr.service └─17324 /usr/bin/osmo-hlr -c /etc/osmocom/osmo-hlr.cfg -l /var/lib/osmocom/hlr.db Apr 20 02:37:41 unassigned-hostname systemd[1]: Started osmo-hlr.service - Osmocom Home Location Register (OsmoHLR). Apr 20 02:37:41 unassigned-hostname osmo-hlr[17324]: 20240420023741236 DMAIN NOTICE hlr starting (hlr.c:790) Apr 20 02:37:41 unassigned-hostname osmo-hlr[17324]: 20240420023741236 DDB NOTICE using database: /var/lib/osmocom/hlr.db (db.c:599) Apr 20 02:37:41 unassigned-hostname osmo-hlr[17324]: 20240420023741279 DDB NOTICE Missing database tables detected; Bootstrapping database '/var/lib/osmocom/hlr.db' (db.c:667) Apr 20 02:37:41 unassigned-hostname osmo-hlr[17324]: 20240420023741552 DDB NOTICE Database '/var/lib/osmocom/hlr.db' has HLR DB schema version 7 (db.c:677) Apr 20 02:37:41 unassigned-hostname osmo-hlr[17324]: 20240420023741555 DLGLOBAL NOTICE Available via telnet 127.0.0.1 4258 (telnet_interface.c:88) Apr 20 02:37:41 unassigned-hostname osmo-hlr[17324]: 20240420023741555 DLCTRL NOTICE CTRL at 127.0.0.1 4259 (control_if.c:1014) Apr 20 02:37:51 unassigned-hostname osmo-hlr[17324]: 20240420023751435 DLINP ERROR 127.0.0.1:60420 Unknown IPA message type (ipa.c:548) + systemctl --no-pager -l -n 200 status osmo-hnbgw ● osmo-hnbgw.service - Osmocom Home Nodeb Gateway (OsmoHNBGW) Loaded: loaded (/lib/systemd/system/osmo-hnbgw.service; enabled; preset: enabled) Active: active (running) since Sat 2024-04-20 02:37:28 EDT; 35s ago Main PID: 16886 (osmo-hnbgw) Tasks: 1 (limit: 1103) Memory: 2.7M CPU: 11ms CGroup: /system.slice/osmo-hnbgw.service └─16886 /usr/bin/osmo-hnbgw -c /etc/osmocom/osmo-hnbgw.cfg Apr 20 02:37:28 unassigned-hostname systemd[1]: Started osmo-hnbgw.service - Osmocom Home Nodeb Gateway (OsmoHNBGW). Apr 20 02:37:28 unassigned-hostname osmo-hnbgw[16886]: rate_ctr.c:86 validating counter group 0x55f7e0795660(iucs) with 3 counters Apr 20 02:37:28 unassigned-hostname osmo-hnbgw[16886]: rate_ctr.c:86 validating counter group 0x55f7e0795640(iups) with 3 counters Apr 20 02:37:28 unassigned-hostname osmo-hnbgw[16886]: 20240420023728601 DLGLOBAL NOTICE Available via telnet 127.0.0.1 4261 (telnet_interface.c:88) Apr 20 02:37:28 unassigned-hostname osmo-hnbgw[16886]: 20240420023728601 DLCTRL NOTICE CTRL at 127.0.0.1 4262 (control_if.c:1014) Apr 20 02:37:28 unassigned-hostname osmo-hnbgw[16886]: 20240420023728601 DHNBAP NOTICE Using RNC-Id 23 (osmo_hnbgw_main.c:272) Apr 20 02:37:28 unassigned-hostname osmo-hnbgw[16886]: 20240420023728601 DMAIN NOTICE Listening for Iuh at 0.0.0.0 29169 (osmo_hnbgw_main.c:275) Apr 20 02:37:28 unassigned-hostname osmo-hnbgw[16886]: 20240420023728601 DLMGCP NOTICE MGW(mgw) MGCP client: using endpoint domain '@mgw' (mgcp_client.c:897) Apr 20 02:37:28 unassigned-hostname osmo-hnbgw[16886]: 20240420023728601 DMGW NOTICE MGW pool with 1 pool members configured, (ignoring MGW configuration in VTY node 'mgcp'). (hnbgw.c:516) Apr 20 02:37:28 unassigned-hostname osmo-hnbgw[16886]: 20240420023728601 DLPFCP NOTICE No UPF configured, NOT setting up PFCP, NOT mapping GTP via UPF (hnbgw_pfcp.c:74) Apr 20 02:37:28 unassigned-hostname osmo-hnbgw[16886]: 20240420023728601 DLSCCP NOTICE msc-0: Creating SS7 instance (sccp_user.c:536) Apr 20 02:37:28 unassigned-hostname osmo-hnbgw[16886]: 20240420023728601 DLSCCP NOTICE msc-0: Using SS7 instance 0, pc:0.23.5 (sccp_user.c:563) Apr 20 02:37:28 unassigned-hostname osmo-hnbgw[16886]: 20240420023728601 DLSCCP NOTICE msc-0: Creating AS instance (sccp_user.c:570) Apr 20 02:37:28 unassigned-hostname osmo-hnbgw[16886]: 20240420023728601 DLSCCP NOTICE msc-0: Using AS instance as-clnt-msc-0 (sccp_user.c:581) Apr 20 02:37:28 unassigned-hostname osmo-hnbgw[16886]: 20240420023728601 DLSCCP NOTICE msc-0: Creating default route (sccp_user.c:587) Apr 20 02:37:28 unassigned-hostname osmo-hnbgw[16886]: 20240420023728601 DLSCCP NOTICE msc-0: No unassociated ASP for m3ua, creating new ASP asp-clnt-msc-0 (sccp_user.c:626) Apr 20 02:37:28 unassigned-hostname osmo-hnbgw[16886]: 20240420023728601 DLSCCP NOTICE msc-0: Using ASP instance asp-clnt-msc-0 (sccp_user.c:695) Apr 20 02:37:28 unassigned-hostname osmo-hnbgw[16886]: 20240420023728601 DLSS7 NOTICE 0: Creating SCCP instance (osmo_ss7.c:416) Apr 20 02:37:28 unassigned-hostname osmo-hnbgw[16886]: 20240420023728601 DCN NOTICE (msc-0) created SCCP instance on cs7 instance 0 (hnbgw_cn.c:869) Apr 20 02:37:28 unassigned-hostname osmo-hnbgw[16886]: 20240420023728601 DCN NOTICE (msc-0) using: cs7-0 0.23.5 <-> 0.23.1 msc-0 (default remote point-code) (hnbgw_cn.c:780) Apr 20 02:37:28 unassigned-hostname osmo-hnbgw[16886]: 20240420023728601 DCN NOTICE (sgsn-0) using: cs7-0 0.23.5 <-> 0.23.4 sgsn-0 (default remote point-code) (hnbgw_cn.c:780) Apr 20 02:37:28 unassigned-hostname osmo-hnbgw[16886]: 20240420023728601 DLMGCP ERROR MGW(mgw) Failed to read: r=127.0.0.1:2427<->l=127.0.0.1:2729: 111='Connection refused' (mgcp_client.c:763) Apr 20 02:37:28 unassigned-hostname osmo-hnbgw[16886]: 20240420023728602 DLSS7 ERROR XUA_AS(as-clnt-msc-0)[0x55f7e0b91740]{AS_INACTIVE}: Event AS-TRANSFER.req not permitted (m3ua.c:510) Apr 20 02:37:28 unassigned-hostname osmo-hnbgw[16886]: 20240420023728602 DLSS7 ERROR XUA_AS(as-clnt-msc-0)[0x55f7e0b91740]{AS_INACTIVE}: Event AS-TRANSFER.req not permitted (m3ua.c:510) Apr 20 02:37:29 unassigned-hostname osmo-hnbgw[16886]: 20240420023729578 DHNBAP NOTICE (127.0.0.1:36308 OsmoHNodeB) HNB (re)connecting, discarding all previous UE state (hnbgw_hnbap.c:472) Apr 20 02:37:29 unassigned-hostname osmo-hnbgw[16886]: 20240420023729578 DHNBAP NOTICE (127.0.0.1:36308 OsmoHNodeB) Accepting HNB-REGISTER-REQ (hnbgw_hnbap.c:122) Apr 20 02:37:30 unassigned-hostname osmo-hnbgw[16886]: 20240420023730601 DLM3UA NOTICE 0: asp-asp-clnt-msc-0: Received NOTIFY Type State Change:AS Inactive () (m3ua.c:625) Apr 20 02:37:30 unassigned-hostname osmo-hnbgw[16886]: 20240420023730601 DLSS7 NOTICE xua_default_lm(asp-clnt-msc-0)[0x55f7e0bfb220]{ACTIVE}: Ignoring primitive M-ASP_ACTIVE.confirm (xua_default_lm_fsm.c:400) Apr 20 02:37:30 unassigned-hostname osmo-hnbgw[16886]: 20240420023730601 DLM3UA NOTICE 0: asp-asp-clnt-msc-0: Received NOTIFY Type State Change:AS Active () (m3ua.c:625) Apr 20 02:37:31 unassigned-hostname osmo-hnbgw[16886]: 20240420023731888 DLM3UA NOTICE 0: asp-asp-clnt-msc-0: Rx DAVA() for 0.23.4/0, (xua_snm.c:403) Apr 20 02:37:31 unassigned-hostname osmo-hnbgw[16886]: 20240420023731888 DCN NOTICE (sgsn-0) now available: N-PCSTATE ind: pc=188 sp_status=ACCESSIBLE remote_sccp_status=AVAILABLE (hnbgw_cn.c:613) Apr 20 02:37:31 unassigned-hostname osmo-hnbgw[16886]: 20240420023731890 DRANAP NOTICE cnlink(sgsn-0)[0x55f7e0bfbc30]{CONN}: link up (cnlink.c:111) Apr 20 02:37:38 unassigned-hostname osmo-hnbgw[16886]: 20240420023738854 DLM3UA NOTICE 0: asp-asp-clnt-msc-0: Rx DAVA() for 0.23.1/0, (xua_snm.c:403) Apr 20 02:37:38 unassigned-hostname osmo-hnbgw[16886]: 20240420023738854 DCN NOTICE (msc-0) now available: N-PCSTATE ind: pc=185 sp_status=ACCESSIBLE remote_sccp_status=AVAILABLE (hnbgw_cn.c:613) Apr 20 02:37:38 unassigned-hostname osmo-hnbgw[16886]: 20240420023738864 DRANAP NOTICE cnlink(msc-0)[0x55f7e0bb0950]{CONN}: link up (cnlink.c:111) + systemctl --no-pager -l -n 200 status osmo-hnodeb ● osmo-hnodeb.service - Osmocom Home NodeB (hNodeB) Loaded: loaded (/lib/systemd/system/osmo-hnodeb.service; enabled; preset: enabled) Active: active (running) since Sat 2024-04-20 02:37:29 EDT; 34s ago Main PID: 16962 (osmo-hnodeb) Tasks: 1 (limit: 1103) Memory: 2.2M CPU: 5ms CGroup: /system.slice/osmo-hnodeb.service └─16962 /usr/bin/osmo-hnodeb -c /etc/osmocom/osmo-hnodeb.cfg Apr 20 02:37:29 unassigned-hostname systemd[1]: Started osmo-hnodeb.service - Osmocom Home NodeB (hNodeB). Apr 20 02:37:29 unassigned-hostname osmo-hnodeb[16962]: Sat Apr 20 02:37:29 2024 DLGLOBAL telnet_interface.c:88 Available via telnet 127.0.0.1 4273 Apr 20 02:37:29 unassigned-hostname osmo-hnodeb[16962]: Sat Apr 20 02:37:29 2024 DSCTP iuh.c:164 Iuh connected to HNBGW + systemctl --no-pager -l -n 200 status osmo-mgw ● osmo-mgw.service - Osmocom Media Gateway (MGW) Loaded: loaded (/lib/systemd/system/osmo-mgw.service; enabled; preset: enabled) Active: active (running) since Sat 2024-04-20 02:37:41 EDT; 22s ago Main PID: 17325 (osmo-mgw) Tasks: 1 (limit: 1103) Memory: 2.4M CPU: 24ms CGroup: /system.slice/osmo-mgw.service └─17325 /usr/bin/osmo-mgw -s -c /etc/osmocom/osmo-mgw.cfg Apr 20 02:37:41 unassigned-hostname systemd[1]: Started osmo-mgw.service - Osmocom Media Gateway (MGW). Apr 20 02:37:41 unassigned-hostname osmo-mgw[17325]: range must end at an odd port number, autocorrecting port (16000) to: 16001 Apr 20 02:37:41 unassigned-hostname osmo-mgw[17325]: % Deprecated 'sdp audio-payload number <0-255>' config no longer has any effect Apr 20 02:37:41 unassigned-hostname osmo-mgw[17325]: % Deprecated 'sdp audio-payload name NAME' config no longer has any effect Apr 20 02:37:41 unassigned-hostname osmo-mgw[17325]: % Deprecated 'loop (0|1)' config no longer has any effect Apr 20 02:37:41 unassigned-hostname osmo-mgw[17325]: <0003> telnet_interface.c:88 Available via telnet 127.0.0.1 4243 Apr 20 02:37:41 unassigned-hostname osmo-mgw[17325]: <000a> control_if.c:1014 CTRL at 127.0.0.1 4267 Apr 20 02:37:41 unassigned-hostname osmo-mgw[17325]: <0013> mgw_main.c:397 Configured for MGCP, listen on 127.0.0.1:2427 + systemctl --no-pager -l -n 200 status osmo-msc ● osmo-msc.service - Osmocom Mobile Switching Center (MSC) Loaded: loaded (/lib/systemd/system/osmo-msc.service; enabled; preset: enabled) Active: active (running) since Sat 2024-04-20 02:37:36 EDT; 27s ago Main PID: 17146 (osmo-msc) Tasks: 1 (limit: 1103) Memory: 4.5M CPU: 37ms CGroup: /system.slice/osmo-msc.service └─17146 /usr/bin/osmo-msc -c /etc/osmocom/osmo-msc.cfg Apr 20 02:37:36 unassigned-hostname systemd[1]: Started osmo-msc.service - Osmocom Mobile Switching Center (MSC). Apr 20 02:37:36 unassigned-hostname osmo-msc[17146]: <0017> telnet_interface.c:88 Available via telnet 127.0.0.1 4254 Apr 20 02:37:36 unassigned-hostname osmo-msc[17146]: <000f> smpp_smsc.c:989 SMPP at 0.0.0.0 2775 Apr 20 02:37:36 unassigned-hostname osmo-msc[17146]: <001e> control_if.c:1014 CTRL at 127.0.0.1 4255 Apr 20 02:37:36 unassigned-hostname osmo-msc[17146]: <0021> gsup_client.c:74 GSUP connecting to 127.0.0.1:4222 Apr 20 02:37:36 unassigned-hostname osmo-msc[17146]: <000c> db.c:521 Init database connection to 'sms.db' using SQLite3 lib version 3.40.1 Apr 20 02:37:36 unassigned-hostname osmo-msc[17146]: <0027> mgcp_client.c:897 MGW(mgw) MGCP client: using endpoint domain '@mgw' Apr 20 02:37:36 unassigned-hostname osmo-msc[17146]: <0009> msc_main.c:596 MGW pool with 1 pool members configured, (ignoring MGW configuration in VTY node 'msc'). Apr 20 02:37:36 unassigned-hostname osmo-msc[17146]: <0024> sccp_user.c:536 OsmoMSC-A-Iu: Creating SS7 instance Apr 20 02:37:36 unassigned-hostname osmo-msc[17146]: <0024> sccp_user.c:563 OsmoMSC-A-Iu: Using SS7 instance 0, pc:0.23.1 Apr 20 02:37:36 unassigned-hostname osmo-msc[17146]: <0024> sccp_user.c:570 OsmoMSC-A-Iu: Creating AS instance Apr 20 02:37:36 unassigned-hostname osmo-msc[17146]: <0024> sccp_user.c:581 OsmoMSC-A-Iu: Using AS instance as-clnt-OsmoMSC-A-Iu Apr 20 02:37:36 unassigned-hostname osmo-msc[17146]: <0024> sccp_user.c:587 OsmoMSC-A-Iu: Creating default route Apr 20 02:37:36 unassigned-hostname osmo-msc[17146]: <0024> sccp_user.c:626 OsmoMSC-A-Iu: No unassociated ASP for m3ua, creating new ASP asp-clnt-OsmoMSC-A-Iu Apr 20 02:37:36 unassigned-hostname osmo-msc[17146]: <0024> sccp_user.c:695 OsmoMSC-A-Iu: Using ASP instance asp-clnt-OsmoMSC-A-Iu Apr 20 02:37:36 unassigned-hostname osmo-msc[17146]: <0023> osmo_ss7.c:416 0: Creating SCCP instance Apr 20 02:37:36 unassigned-hostname osmo-msc[17146]: <0014> sgs_server.c:186 SGs socket bound to r=NULL<->l=0.0.0.0:29118 Apr 20 02:37:36 unassigned-hostname osmo-msc[17146]: <0009> msc_main.c:806 A-interface: SCCP user OsmoMSC-A:RI=SSN_PC,PC=(no PC),SSN=BSSAP, cs7-instance 0 ((null)) Apr 20 02:37:36 unassigned-hostname osmo-msc[17146]: <0009> msc_main.c:826 Iu-interface: SCCP user OsmoMSC-IuCS:RI=SSN_PC,PC=(no PC),SSN=RANAP, cs7-instance 0 ((null)) Apr 20 02:37:37 unassigned-hostname osmo-msc[17146]: <0021> gsup_client.c:74 GSUP connecting to 127.0.0.1:4222 Apr 20 02:37:38 unassigned-hostname osmo-msc[17146]: <0021> gsup_client.c:74 GSUP connecting to 127.0.0.1:4222 Apr 20 02:37:38 unassigned-hostname osmo-msc[17146]: <0026> m3ua.c:625 0: asp-asp-clnt-OsmoMSC-A-Iu: Received NOTIFY Type State Change:AS Inactive () Apr 20 02:37:38 unassigned-hostname osmo-msc[17146]: <0023> xua_default_lm_fsm.c:400 xua_default_lm(asp-clnt-OsmoMSC-A-Iu)[0x556e2788d1b0]{ACTIVE}: Ignoring primitive M-ASP_ACTIVE.confirm Apr 20 02:37:38 unassigned-hostname osmo-msc[17146]: <0026> m3ua.c:625 0: asp-asp-clnt-OsmoMSC-A-Iu: Received NOTIFY Type State Change:AS Active () Apr 20 02:37:39 unassigned-hostname osmo-msc[17146]: <0021> gsup_client.c:74 GSUP connecting to 127.0.0.1:4222 Apr 20 02:37:40 unassigned-hostname osmo-msc[17146]: <0021> gsup_client.c:74 GSUP connecting to 127.0.0.1:4222 Apr 20 02:37:41 unassigned-hostname osmo-msc[17146]: <0021> gsup_client.c:74 GSUP connecting to 127.0.0.1:4222 Apr 20 02:37:41 unassigned-hostname osmo-msc[17146]: <0019> input/ipa.c:141 127.0.0.1:4222 connection done Apr 20 02:37:41 unassigned-hostname osmo-msc[17146]: <0019> input/ipaccess.c:920 received ID_GET for unit ID 0/0/0 + systemctl --no-pager -l -n 200 status osmo-pcap-client ● osmo-pcap-client.service - PCAP Client for the PCAP aggregation Loaded: loaded (/lib/systemd/system/osmo-pcap-client.service; enabled; preset: enabled) Active: active (running) since Sat 2024-04-20 02:37:41 EDT; 21s ago Main PID: 17352 (osmo-pcap-clien) Tasks: 1 (limit: 1103) Memory: 1.8M CPU: 12ms CGroup: /system.slice/osmo-pcap-client.service └─17352 /usr/bin/osmo-pcap-client -c /etc/osmocom/osmo-pcap-client.cfg Apr 20 02:37:41 unassigned-hostname systemd[1]: Started osmo-pcap-client.service - PCAP Client for the PCAP aggregation. Apr 20 02:37:41 unassigned-hostname osmo-pcap-client[17352]: <0005> telnet_interface.c:88 Available via telnet 127.0.0.1 4227 + systemctl --no-pager -l -n 200 status osmo-pcap-server ● osmo-pcap-server.service - PCAP Server for the PCAP aggregation Loaded: loaded (/lib/systemd/system/osmo-pcap-server.service; enabled; preset: enabled) Active: active (running) since Sat 2024-04-20 02:37:27 EDT; 36s ago Main PID: 16833 (osmo-pcap-serve) Tasks: 1 (limit: 1103) Memory: 2.4M CPU: 2.503s CGroup: /system.slice/osmo-pcap-server.service └─16833 /usr/bin/osmo-pcap-server -c /etc/osmocom/osmo-pcap-server.cfg Apr 20 02:37:27 unassigned-hostname systemd[1]: Started osmo-pcap-server.service - PCAP Server for the PCAP aggregation. Apr 20 02:37:27 unassigned-hostname osmo-pcap-server[16833]: <0005> telnet_interface.c:88 Available via telnet 127.0.0.1 4228 Apr 20 02:37:27 unassigned-hostname osmo-pcap-server[16833]: <0004> osmo_tls.c:44 Going to create DH params for 3072 bits Apr 20 02:37:30 unassigned-hostname osmo-pcap-server[16833]: <0005> rate_ctr.c:350 Stats timer expire_count=2: We missed 1 timers Apr 20 02:37:41 unassigned-hostname osmo-pcap-server[16833]: <0002> osmo_server_network.c:572 New connection from zecke + systemctl --no-pager -l -n 200 status osmo-pcu ● osmo-pcu.service - Osmocom osmo-pcu Loaded: loaded (/lib/systemd/system/osmo-pcu.service; enabled; preset: enabled) Active: active (running) since Sat 2024-04-20 02:37:32 EDT; 31s ago Main PID: 17051 (osmo-pcu) Tasks: 1 (limit: 1103) Memory: 3.2M CPU: 95ms CGroup: /system.slice/osmo-pcu.service └─17051 /usr/bin/osmo-pcu -c /etc/osmocom/osmo-pcu.cfg Apr 20 02:37:32 unassigned-hostname systemd[1]: Started osmo-pcu.service - Osmocom osmo-pcu. Apr 20 02:37:32 unassigned-hostname osmo-pcu[17051]: DLGLOBAL NOTICE Available via telnet 127.0.0.1 4240 (telnet_interface.c:88) Apr 20 02:37:32 unassigned-hostname osmo-pcu[17051]: DL1IF ERROR Failed to connect to the BTS (/tmp/pcu_bts). Retrying... (pcuif_sock.c:228) Apr 20 02:37:37 unassigned-hostname osmo-pcu[17051]: DL1IF NOTICE osmo-bts PCU socket /tmp/pcu_bts has been connected (pcuif_sock.c:238) Apr 20 02:37:37 unassigned-hostname osmo-pcu[17051]: DL1IF NOTICE Received message for new BTS0 (pcu_l1_if.cpp:1239) Apr 20 02:37:37 unassigned-hostname osmo-pcu[17051]: DL1IF NOTICE BTS not available (pcu_l1_if.cpp:779) + systemctl --no-pager -l -n 200 status osmo-remsim-bankd ● osmo-remsim-bankd.service - Osmocom Remote SIM BankD Loaded: loaded (/lib/systemd/system/osmo-remsim-bankd.service; enabled; preset: enabled) Active: active (running) since Sat 2024-04-20 02:37:31 EDT; 32s ago Main PID: 17016 (osmo-remsim-ban) Tasks: 6 (limit: 1103) Memory: 3.2M CPU: 10ms CGroup: /system.slice/osmo-remsim-bankd.service └─17016 /usr/bin/osmo-remsim-bankd -i 127.0.0.1 -n 5 Apr 20 02:37:31 unassigned-hostname systemd[1]: Started osmo-remsim-bankd.service - Osmocom Remote SIM BankD. Apr 20 02:37:31 unassigned-hostname osmo-remsim-bankd[17016]: 17016 DMAIN INFO bankd_pcsc.c:105 PC/SC slot name: 1/0 -> regex 'ACS ACR33 ICC Reader 00 00' Apr 20 02:37:31 unassigned-hostname osmo-remsim-bankd[17016]: 17016 DMAIN INFO bankd_pcsc.c:105 PC/SC slot name: 1/1 -> regex 'ACS ACR33 ICC Reader 00 01' Apr 20 02:37:31 unassigned-hostname osmo-remsim-bankd[17016]: 17016 DMAIN INFO bankd_pcsc.c:105 PC/SC slot name: 1/2 -> regex 'ACS ACR33 ICC Reader 00 02' Apr 20 02:37:31 unassigned-hostname osmo-remsim-bankd[17016]: 17016 DMAIN INFO bankd_pcsc.c:105 PC/SC slot name: 1/3 -> regex 'ACS ACR33 ICC Reader 00 03' Apr 20 02:37:31 unassigned-hostname osmo-remsim-bankd[17016]: 17016 DMAIN INFO bankd_pcsc.c:105 PC/SC slot name: 1/4 -> regex 'ACS ACR33 ICC Reader 00 04' Apr 20 02:37:31 unassigned-hostname osmo-remsim-bankd[17016]: 17016 DMAIN INFO bankd_pcsc.c:105 PC/SC slot name: 1/23 -> regex 'Alcor Micro AU9560 00 00' Apr 20 02:37:31 unassigned-hostname osmo-remsim-bankd[17016]: 17016 DRSPRO INFO ../rspro_client_fsm.c:307 RSPRO_CLIENT(server){REESTABLISH}: Creating TCP connection to server at 127.0.0.1:9998 Apr 20 02:37:31 unassigned-hostname osmo-remsim-bankd[17016]: 17017 DBANKDW INFO bankd_main.c:442 [000 INIT] Changing state to INIT Apr 20 02:37:31 unassigned-hostname osmo-remsim-bankd[17016]: 17018 DBANKDW INFO bankd_main.c:442 [001 INIT] Changing state to INIT Apr 20 02:37:31 unassigned-hostname osmo-remsim-bankd[17016]: 17019 DBANKDW INFO bankd_main.c:442 [002 INIT] Changing state to INIT Apr 20 02:37:31 unassigned-hostname osmo-remsim-bankd[17016]: 17017 DBANKDW INFO bankd_main.c:442 [000 INIT] Changing state to ACCEPTING Apr 20 02:37:31 unassigned-hostname osmo-remsim-bankd[17016]: 17020 DBANKDW INFO bankd_main.c:442 [003 INIT] Changing state to INIT Apr 20 02:37:31 unassigned-hostname osmo-remsim-bankd[17016]: 17020 DBANKDW INFO bankd_main.c:442 [003 INIT] Changing state to ACCEPTING Apr 20 02:37:31 unassigned-hostname osmo-remsim-bankd[17016]: 17018 DBANKDW INFO bankd_main.c:442 [001 INIT] Changing state to ACCEPTING Apr 20 02:37:31 unassigned-hostname osmo-remsim-bankd[17016]: 17019 DBANKDW INFO bankd_main.c:442 [002 INIT] Changing state to ACCEPTING Apr 20 02:37:31 unassigned-hostname osmo-remsim-bankd[17016]: 17021 DBANKDW INFO bankd_main.c:442 [004 INIT] Changing state to INIT Apr 20 02:37:31 unassigned-hostname osmo-remsim-bankd[17016]: 17016 DRSPRO NOTICE ../rspro_client_fsm.c:127 RSPRO_CLIENT(server){REESTABLISH}: RSPRO link to 127.0.0.1:9998 DOWN Apr 20 02:37:31 unassigned-hostname osmo-remsim-bankd[17016]: 17021 DBANKDW INFO bankd_main.c:442 [004 INIT] Changing state to ACCEPTING Apr 20 02:37:41 unassigned-hostname osmo-remsim-bankd[17016]: 17016 DRSPRO ERROR ../rspro_client_fsm.c:297 RSPRO_CLIENT(server){REESTABLISH}: Event SRVC_E_KA_TERMINATED not permitted Apr 20 02:37:41 unassigned-hostname osmo-remsim-bankd[17016]: 17016 DRSPRO INFO ../rspro_client_fsm.c:302 RSPRO_CLIENT(server){REESTABLISH}: Destroying existing connection to server Apr 20 02:37:41 unassigned-hostname osmo-remsim-bankd[17016]: 17016 DRSPRO INFO ../rspro_client_fsm.c:307 RSPRO_CLIENT(server){REESTABLISH}: Creating TCP connection to server at 127.0.0.1:9998 Apr 20 02:37:41 unassigned-hostname osmo-remsim-bankd[17016]: 17016 DLINP NOTICE input/ipa.c:141 127.0.0.1:9998 connection done Apr 20 02:37:41 unassigned-hostname osmo-remsim-bankd[17016]: 17016 DRSPRO NOTICE ../rspro_client_fsm.c:127 RSPRO_CLIENT(server){REESTABLISH}: RSPRO link to 127.0.0.1:9998 UP + systemctl --no-pager -l -n 200 status osmo-remsim-server ● osmo-remsim-server.service - Osmocom Remote SIM Server Loaded: loaded (/lib/systemd/system/osmo-remsim-server.service; enabled; preset: enabled) Active: active (running) since Sat 2024-04-20 02:37:40 EDT; 23s ago Main PID: 17296 (osmo-remsim-ser) Tasks: 2 (limit: 1103) Memory: 3.7M CPU: 13ms CGroup: /system.slice/osmo-remsim-server.service └─17296 /usr/bin/osmo-remsim-server Apr 20 02:37:40 unassigned-hostname systemd[1]: Started osmo-remsim-server.service - Osmocom Remote SIM Server. Apr 20 02:37:41 unassigned-hostname osmo-remsim-server[17296]: 17296 DLINP NOTICE input/ipa.c:318 0.0.0.0:9998 accept()ed new link from 127.0.0.1:40159 + systemctl --no-pager -l -n 200 status osmo-sgsn ● osmo-sgsn.service - Osmocom SGSN (Serving GPRS Support Node) Loaded: loaded (/lib/systemd/system/osmo-sgsn.service; enabled; preset: enabled) Active: active (running) since Sat 2024-04-20 02:37:29 EDT; 33s ago Main PID: 16988 (osmo-sgsn) Tasks: 1 (limit: 1103) Memory: 2.8M CPU: 20ms CGroup: /system.slice/osmo-sgsn.service └─16988 /usr/bin/osmo-sgsn -c /etc/osmocom/osmo-sgsn.cfg Apr 20 02:37:29 unassigned-hostname systemd[1]: Started osmo-sgsn.service - Osmocom SGSN (Serving GPRS Support Node). Apr 20 02:37:29 unassigned-hostname osmo-sgsn[16988]: rate_ctr.c:86 validating counter group 0x55ff7b5a2d80(sgsn) with 23 counters Apr 20 02:37:29 unassigned-hostname osmo-sgsn[16988]: <0013> telnet_interface.c:88 Available via telnet 127.0.0.1 4245 Apr 20 02:37:29 unassigned-hostname osmo-sgsn[16988]: <001b> gsn.c:431 GTP: gtp_newgsn() started at 127.0.0.1 Apr 20 02:37:29 unassigned-hostname osmo-sgsn[16988]: <001b> gsn.c:386 State information file (.//gsn_restart) not found. Creating new file. Apr 20 02:37:29 unassigned-hostname osmo-sgsn[16988]: <0004> sgsn_libgtp.c:918 Created GTP on 127.0.0.1 Apr 20 02:37:29 unassigned-hostname osmo-sgsn[16988]: <0004> sgsn_main.c:456 libGTP v1.11.0 initialized Apr 20 02:37:29 unassigned-hostname osmo-sgsn[16988]: <001a> control_if.c:1014 CTRL at 127.0.0.1 4251 Apr 20 02:37:29 unassigned-hostname osmo-sgsn[16988]: <001d> gsup_client.c:74 GSUP connecting to 127.0.0.1:4222 Apr 20 02:37:29 unassigned-hostname osmo-sgsn[16988]: <0020> sccp_user.c:536 OsmoSGSN: Creating SS7 instance Apr 20 02:37:29 unassigned-hostname osmo-sgsn[16988]: <0020> sccp_user.c:563 OsmoSGSN: Using SS7 instance 0, pc:0.23.4 Apr 20 02:37:29 unassigned-hostname osmo-sgsn[16988]: <0020> sccp_user.c:570 OsmoSGSN: Creating AS instance Apr 20 02:37:29 unassigned-hostname osmo-sgsn[16988]: <0020> sccp_user.c:581 OsmoSGSN: Using AS instance as-clnt-OsmoSGSN Apr 20 02:37:29 unassigned-hostname osmo-sgsn[16988]: <0020> sccp_user.c:587 OsmoSGSN: Creating default route Apr 20 02:37:29 unassigned-hostname osmo-sgsn[16988]: <0020> sccp_user.c:626 OsmoSGSN: No unassociated ASP for m3ua, creating new ASP asp-clnt-OsmoSGSN Apr 20 02:37:29 unassigned-hostname osmo-sgsn[16988]: <0020> sccp_user.c:695 OsmoSGSN: Using ASP instance asp-clnt-OsmoSGSN Apr 20 02:37:29 unassigned-hostname osmo-sgsn[16988]: <001f> osmo_ss7.c:416 0: Creating SCCP instance Apr 20 02:37:30 unassigned-hostname osmo-sgsn[16988]: <001d> gsup_client.c:74 GSUP connecting to 127.0.0.1:4222 Apr 20 02:37:31 unassigned-hostname osmo-sgsn[16988]: <001d> gsup_client.c:74 GSUP connecting to 127.0.0.1:4222 Apr 20 02:37:31 unassigned-hostname osmo-sgsn[16988]: <0022> m3ua.c:625 0: asp-asp-clnt-OsmoSGSN: Received NOTIFY Type State Change:AS Inactive () Apr 20 02:37:31 unassigned-hostname osmo-sgsn[16988]: <001f> xua_default_lm_fsm.c:400 xua_default_lm(asp-clnt-OsmoSGSN)[0x55ff7bb28660]{ACTIVE}: Ignoring primitive M-ASP_ACTIVE.confirm Apr 20 02:37:31 unassigned-hostname osmo-sgsn[16988]: <0022> m3ua.c:625 0: asp-asp-clnt-OsmoSGSN: Received NOTIFY Type State Change:AS Active () Apr 20 02:37:32 unassigned-hostname osmo-sgsn[16988]: <001d> gsup_client.c:74 GSUP connecting to 127.0.0.1:4222 Apr 20 02:37:33 unassigned-hostname osmo-sgsn[16988]: <001d> gsup_client.c:74 GSUP connecting to 127.0.0.1:4222 Apr 20 02:37:34 unassigned-hostname osmo-sgsn[16988]: <001d> gsup_client.c:74 GSUP connecting to 127.0.0.1:4222 Apr 20 02:37:35 unassigned-hostname osmo-sgsn[16988]: <001d> gsup_client.c:74 GSUP connecting to 127.0.0.1:4222 Apr 20 02:37:36 unassigned-hostname osmo-sgsn[16988]: <001d> gsup_client.c:74 GSUP connecting to 127.0.0.1:4222 Apr 20 02:37:37 unassigned-hostname osmo-sgsn[16988]: <001d> gsup_client.c:74 GSUP connecting to 127.0.0.1:4222 Apr 20 02:37:38 unassigned-hostname osmo-sgsn[16988]: <0022> xua_snm.c:403 0: asp-asp-clnt-OsmoSGSN: Rx DAVA() for 0.23.1/0, Apr 20 02:37:38 unassigned-hostname osmo-sgsn[16988]: <001d> gsup_client.c:74 GSUP connecting to 127.0.0.1:4222 Apr 20 02:37:39 unassigned-hostname osmo-sgsn[16988]: <001d> gsup_client.c:74 GSUP connecting to 127.0.0.1:4222 Apr 20 02:37:40 unassigned-hostname osmo-sgsn[16988]: <001d> gsup_client.c:74 GSUP connecting to 127.0.0.1:4222 Apr 20 02:37:41 unassigned-hostname osmo-sgsn[16988]: <001d> gsup_client.c:74 GSUP connecting to 127.0.0.1:4222 Apr 20 02:37:41 unassigned-hostname osmo-sgsn[16988]: <0015> input/ipa.c:141 127.0.0.1:4222 connection done Apr 20 02:37:41 unassigned-hostname osmo-sgsn[16988]: <0015> input/ipaccess.c:920 received ID_GET for unit ID 0/0/0 + systemctl --no-pager -l -n 200 status osmo-sip-connector ● osmo-sip-connector.service - Osmo SIP Connector Loaded: loaded (/lib/systemd/system/osmo-sip-connector.service; enabled; preset: enabled) Active: active (running) since Sat 2024-04-20 02:37:16 EDT; 46s ago Main PID: 16471 (osmo-sip-connec) Tasks: 1 (limit: 1103) Memory: 2.9M CPU: 32ms CGroup: /system.slice/osmo-sip-connector.service └─16471 /usr/bin/osmo-sip-connector -c /etc/osmocom/osmo-sip-connector.cfg Apr 20 02:37:16 unassigned-hostname systemd[1]: Started osmo-sip-connector.service - Osmo SIP Connector. Apr 20 02:37:16 unassigned-hostname osmo-sip-connector[16471]: <0004> telnet_interface.c:88 Available via telnet 127.0.0.1 4256 Apr 20 02:37:16 unassigned-hostname osmo-sip-connector[16471]: <0001> mncc.c:1083 Scheduling MNCC connect Apr 20 02:37:16 unassigned-hostname osmo-sip-connector[16471]: <0000> sip.c:729 su_source_port_create() returns 0x55b1a5a4c500 Apr 20 02:37:17 unassigned-hostname osmo-sip-connector[16471]: <0001> mncc.c:974 Failed to connect(/tmp/msc_mncc). Retrying Apr 20 02:37:22 unassigned-hostname osmo-sip-connector[16471]: <0001> mncc.c:974 Failed to connect(/tmp/msc_mncc). Retrying Apr 20 02:37:27 unassigned-hostname osmo-sip-connector[16471]: <0001> mncc.c:974 Failed to connect(/tmp/msc_mncc). Retrying Apr 20 02:37:32 unassigned-hostname osmo-sip-connector[16471]: <0001> mncc.c:974 Failed to connect(/tmp/msc_mncc). Retrying Apr 20 02:37:37 unassigned-hostname osmo-sip-connector[16471]: <0001> mncc.c:974 Failed to connect(/tmp/msc_mncc). Retrying Apr 20 02:37:42 unassigned-hostname osmo-sip-connector[16471]: <0001> mncc.c:974 Failed to connect(/tmp/msc_mncc). Retrying Apr 20 02:37:47 unassigned-hostname osmo-sip-connector[16471]: <0001> mncc.c:974 Failed to connect(/tmp/msc_mncc). Retrying Apr 20 02:37:52 unassigned-hostname osmo-sip-connector[16471]: <0001> mncc.c:974 Failed to connect(/tmp/msc_mncc). Retrying Apr 20 02:37:57 unassigned-hostname osmo-sip-connector[16471]: <0001> mncc.c:974 Failed to connect(/tmp/msc_mncc). Retrying Apr 20 02:38:02 unassigned-hostname osmo-sip-connector[16471]: <0001> mncc.c:974 Failed to connect(/tmp/msc_mncc). Retrying + systemctl --no-pager -l -n 200 status osmo-smlc ● osmo-smlc.service - Osmocom Serving Mobile Location Center (SMLC) Loaded: loaded (/lib/systemd/system/osmo-smlc.service; enabled; preset: enabled) Active: active (running) since Sat 2024-04-20 02:37:17 EDT; 46s ago Main PID: 16496 (osmo-smlc) Tasks: 1 (limit: 1103) Memory: 1.9M CPU: 8ms CGroup: /system.slice/osmo-smlc.service └─16496 /usr/bin/osmo-smlc -c /etc/osmocom/osmo-smlc.cfg Apr 20 02:37:17 unassigned-hostname systemd[1]: Started osmo-smlc.service - Osmocom Serving Mobile Location Center (SMLC). Apr 20 02:37:17 unassigned-hostname osmo-smlc[16496]: <0004> telnet_interface.c:88 Available via telnet 127.0.0.1 4271 Apr 20 02:37:17 unassigned-hostname osmo-smlc[16496]: <000b> control_if.c:1014 CTRL at 127.0.0.1 4272 Apr 20 02:37:17 unassigned-hostname osmo-smlc[16496]: <0011> sccp_user.c:536 Lb: Creating SS7 instance Apr 20 02:37:17 unassigned-hostname osmo-smlc[16496]: <0011> sccp_user.c:563 Lb: Using SS7 instance 0, pc:0.23.6 Apr 20 02:37:17 unassigned-hostname osmo-smlc[16496]: <0011> sccp_user.c:570 Lb: Creating AS instance Apr 20 02:37:17 unassigned-hostname osmo-smlc[16496]: <0011> sccp_user.c:581 Lb: Using AS instance as-clnt-Lb Apr 20 02:37:17 unassigned-hostname osmo-smlc[16496]: <0011> sccp_user.c:587 Lb: Creating default route Apr 20 02:37:17 unassigned-hostname osmo-smlc[16496]: <0011> sccp_user.c:626 Lb: No unassociated ASP for m3ua, creating new ASP asp-clnt-Lb Apr 20 02:37:17 unassigned-hostname osmo-smlc[16496]: <0011> sccp_user.c:695 Lb: Using ASP instance asp-clnt-Lb Apr 20 02:37:17 unassigned-hostname osmo-smlc[16496]: <0010> osmo_ss7.c:416 0: Creating SCCP instance Apr 20 02:37:29 unassigned-hostname osmo-smlc[16496]: <0013> m3ua.c:625 0: asp-asp-clnt-Lb: Received NOTIFY Type State Change:AS Inactive () Apr 20 02:37:29 unassigned-hostname osmo-smlc[16496]: <0010> xua_default_lm_fsm.c:400 xua_default_lm(asp-clnt-Lb)[0x560582cbad20]{ACTIVE}: Ignoring primitive M-ASP_ACTIVE.confirm Apr 20 02:37:29 unassigned-hostname osmo-smlc[16496]: <0013> m3ua.c:625 0: asp-asp-clnt-Lb: Received NOTIFY Type State Change:AS Active () Apr 20 02:37:30 unassigned-hostname osmo-smlc[16496]: <0013> xua_snm.c:403 0: asp-asp-clnt-Lb: Rx DAVA() for 0.23.5/0, Apr 20 02:37:30 unassigned-hostname osmo-smlc[16496]: <0002> sccp_lb_inst.c:167 (Lb) sccp_lb_sap_up(N-PCSTATE.indication) unsupported Apr 20 02:37:31 unassigned-hostname osmo-smlc[16496]: <0013> xua_snm.c:403 0: asp-asp-clnt-Lb: Rx DAVA() for 0.23.4/0, Apr 20 02:37:31 unassigned-hostname osmo-smlc[16496]: <0002> sccp_lb_inst.c:167 (Lb) sccp_lb_sap_up(N-PCSTATE.indication) unsupported Apr 20 02:37:38 unassigned-hostname osmo-smlc[16496]: <0013> xua_snm.c:403 0: asp-asp-clnt-Lb: Rx DAVA() for 0.23.1/0, Apr 20 02:37:38 unassigned-hostname osmo-smlc[16496]: <0002> sccp_lb_inst.c:167 (Lb) sccp_lb_sap_up(N-PCSTATE.indication) unsupported + systemctl --no-pager -l -n 200 status osmo-stp ● osmo-stp.service - Osmocom STP (Signal Transfer Point) Loaded: loaded (/lib/systemd/system/osmo-stp.service; enabled; preset: enabled) Active: active (running) since Sat 2024-04-20 02:37:25 EDT; 37s ago Docs: https://osmocom.org/projects/osmo-stp/wiki Main PID: 16759 (osmo-stp) Tasks: 1 (limit: 1103) Memory: 1.9M CPU: 18ms CGroup: /system.slice/osmo-stp.service └─16759 /usr/bin/osmo-stp -c /etc/osmocom/osmo-stp.cfg Apr 20 02:37:25 unassigned-hostname systemd[1]: Started osmo-stp.service - Osmocom STP (Signal Transfer Point). Apr 20 02:37:25 unassigned-hostname osmo-stp[16759]: DLGLOBAL <0000> telnet_interface.c:88 Available via telnet 127.0.0.1 4239 Apr 20 02:37:26 unassigned-hostname osmo-stp[16759]: DLSS7 <000c> osmo_ss7_asp.c:799 0: asp-asp-dyn-0: ASP Restart for server not implemented yet! Apr 20 02:37:27 unassigned-hostname osmo-stp[16759]: DLSS7 <000c> osmo_ss7_asp.c:799 0: asp-asp-dyn-1: ASP Restart for server not implemented yet! Apr 20 02:37:28 unassigned-hostname osmo-stp[16759]: DLSS7 <000c> osmo_ss7_asp.c:799 0: asp-asp-dyn-2: ASP Restart for server not implemented yet! Apr 20 02:37:29 unassigned-hostname osmo-stp[16759]: DLSS7 <000c> osmo_ss7_asp.c:799 0: asp-asp-dyn-3: ASP Restart for server not implemented yet! Apr 20 02:37:31 unassigned-hostname osmo-stp[16759]: DLSS7 <000c> osmo_ss7_hmrt.c:266 MTP-TRANSFER.req for DPC 185: no route! Apr 20 02:37:33 unassigned-hostname osmo-stp[16759]: DLSS7 <000c> osmo_ss7_hmrt.c:266 MTP-TRANSFER.req for DPC 185: no route! Apr 20 02:37:36 unassigned-hostname osmo-stp[16759]: DLSS7 <000c> osmo_ss7_hmrt.c:266 MTP-TRANSFER.req for DPC 185: no route! Apr 20 02:37:36 unassigned-hostname osmo-stp[16759]: DLSS7 <000c> osmo_ss7_asp.c:799 0: asp-asp-dyn-4: ASP Restart for server not implemented yet! Apr 20 02:37:38 unassigned-hostname osmo-stp[16759]: DLSS7 <000c> osmo_ss7_hmrt.c:266 MTP-TRANSFER.req for DPC 185: no route! + systemctl stop 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 ### Test successful: services_check ### + [ -n ] + set +x + 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 3507905 + rm -f _repo_install_test_data/temp.qcow2 Finished: SUCCESS