Started by upstream project "Osmocom-repo-install-debian11" build number 704 originally caused by: Started by timer Running as SYSTEM Building remotely on build4-deb12build-ansible (ttcn3 obs ttcn3_with_linux_6.1_or_higher qemu io_uring osmocom-gerrit coverity osmocom-master) in workspace /home/osmocom-build/jenkins/workspace/Osmocom-repo-install-debian11/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-debian11/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 072c4df738a43f554321d768f3dce9653139434c (origin/master) > git config core.sparsecheckout # timeout=10 > git checkout -f 072c4df738a43f554321d768f3dce9653139434c # timeout=10 Commit message: "jobs/ttcn3-testsuites.yml: add ttcn3-bts-test-io_uring" > git rev-list --no-walk 072c4df738a43f554321d768f3dce9653139434c # timeout=10 [qemu] $ /bin/sh -xe /tmp/jenkins11592216734523443339.sh + export FEED=latest + scripts/repo-install-test.sh debian11 + 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-debian11/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=debian11 + 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 + [ debian11 = centos8 ] + [ debian11 = debian10 ] + [ debian11 = debian11 ] + 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-11.qcow2 + [ -e /opt/qemu/debian-11.qcow2 ] + echo /opt/qemu/debian-11.qcow2 + qemu-img create -f qcow2 -b /opt/qemu/debian-11.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=6442450944 backing_file=/opt/qemu/debian-11.qcow2 backing_fmt=qcow2 lazy_refcounts=off refcount_bits=16 + find_free_ssh_port + echo (1662584 % 1000) + 22022 + bc + SSH_PORT=22606 + nc -z 127.0.0.1 22606 + echo 22606 + 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:22606-:22 -nodefaults -pidfile _repo_install_test_data/qemu.pid -serial stdio -smp 16 + cat _repo_install_test_data/qemu.pid + local pid=1662615 + seq 1 6 + [ -z 1662615 ] + kill -0 1662615 + TIMEOUT=10s qemu_ssh true + timeout 10s sshpass -p root ssh -p 22606 -o StrictHostKeyChecking=no -o UserKnownHostsFile=/dev/null root@127.0.0.1 -- true + sleep 1 + [ -z 1662615 ] + kill -0 1662615 + TIMEOUT=10s qemu_ssh true + timeout 10s sshpass -p root ssh -p 22606 -o StrictHostKeyChecking=no -o UserKnownHostsFile=/dev/null root@127.0.0.1 -- true Warning: Permanently added '[127.0.0.1]:22606' (ED25519) to the list of known hosts. + return + set +x VM is running! + qemu_prepare_vm + qemu_run_test_script + cat + qemu_ssh rm -rf /repo-install-test/ + timeout 1m sshpass -p root ssh -p 22606 -o StrictHostKeyChecking=no -o UserKnownHostsFile=/dev/null root@127.0.0.1 -- rm -rf /repo-install-test/ Warning: Permanently added '[127.0.0.1]:22606' (ED25519) to the list of known hosts. + qemu_ssh mkdir /repo-install-test + timeout 1m sshpass -p root ssh -p 22606 -o StrictHostKeyChecking=no -o UserKnownHostsFile=/dev/null root@127.0.0.1 -- mkdir /repo-install-test Warning: Permanently added '[127.0.0.1]:22606' (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 22606 -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]:22606' (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 22606 -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]:22606' (ED25519) to the list of known hosts. + export DISTRO=debian11 + 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_11 + DISTRO_OBSDIR=Debian_11 + check_env + [ -n latest ] + echo Checking feed: latest Checking feed: latest Checking project: osmocom:latest + [ -n osmocom:latest ] + echo Checking project: osmocom:latest + [ -n osmocom:nightly ] + echoChecking conflicting project: osmocom:nightly Linux distribution: debian11 Enabled tests: test_conflict install_repo_packages test_binaries services_check Checking conflicting project: osmocom:nightly + [ -n debian11 ] + echo Linux distribution: debian11 + [ -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://security.debian.org/debian-security bullseye-security InRelease [48.4 kB] Get:2 http://deb.debian.org/debian bullseye InRelease [116 kB] Get:3 http://deb.debian.org/debian bullseye-updates InRelease [44.1 kB] Get:4 http://security.debian.org/debian-security bullseye-security/main Sources [174 kB] Get:5 http://security.debian.org/debian-security bullseye-security/main amd64 Packages [273 kB] Get:6 http://security.debian.org/debian-security bullseye-security/main Translation-en [176 kB] Get:7 http://deb.debian.org/debian bullseye/main Sources [8,500 kB] Get:8 http://deb.debian.org/debian bullseye-updates/main Sources.diff/Index [26.3 kB] Get:9 http://deb.debian.org/debian bullseye-updates/main amd64 Packages.diff/Index [26.3 kB] Ign:9 http://deb.debian.org/debian bullseye-updates/main amd64 Packages.diff/Index Get:10 http://deb.debian.org/debian bullseye-updates/main Translation-en.diff/Index [11.7 kB] Get:11 http://deb.debian.org/debian bullseye-updates/main Sources T-2023-12-29-1403.39-F-2022-01-24-2024.03.pdiff [7,722 B] Get:11 http://deb.debian.org/debian bullseye-updates/main Sources T-2023-12-29-1403.39-F-2022-01-24-2024.03.pdiff [7,722 B] Get:12 http://deb.debian.org/debian bullseye-updates/main Translation-en T-2023-12-29-1403.39-F-2022-09-22-1635.40.pdiff [9,047 B] Get:12 http://deb.debian.org/debian bullseye-updates/main Translation-en T-2023-12-29-1403.39-F-2022-09-22-1635.40.pdiff [9,047 B] Get:13 http://deb.debian.org/debian bullseye/main amd64 Packages [8,068 kB] Get:14 http://deb.debian.org/debian bullseye/main Translation-en [6,236 kB] Get:15 http://deb.debian.org/debian bullseye-updates/main amd64 Packages [18.8 kB] Get:16 http://deb.debian.org/debian bullseye-updates/main Sources [7,908 B] Get:17 http://deb.debian.org/debian bullseye-updates/main Translation-en [10.9 kB] Fetched 23.8 MB in 3s (8,362 kB/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 (20210119). 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 gpgv 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 dbus-user-session 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 The following packages will be upgraded: gpgv wget 2 upgraded, 21 newly installed, 0 to remove and 114 not upgraded. Need to get 14.5 MB of archives. After this operation, 37.0 MB of additional disk space will be used. Get:1 http://deb.debian.org/debian bullseye/main amd64 gpgv amd64 2.2.27-2+deb11u2 [626 kB] Get:2 http://deb.debian.org/debian bullseye/main amd64 wget amd64 1.21-1+deb11u1 [964 kB] Get:3 http://deb.debian.org/debian bullseye/main amd64 aptitude-common all 0.8.13-3 [1,776 kB] Get:4 http://deb.debian.org/debian bullseye/main amd64 libboost-iostreams1.74.0 amd64 1.74.0-9 [264 kB] Get:5 http://deb.debian.org/debian bullseye/main amd64 libsigc++-2.0-0v5 amd64 2.10.4-2 [31.3 kB] Get:6 http://deb.debian.org/debian bullseye/main amd64 libcwidget4 amd64 0.5.18-5 [315 kB] Get:7 http://deb.debian.org/debian bullseye/main amd64 libxapian30 amd64 1.4.18-3+deb11u1 [1,089 kB] Get:8 http://deb.debian.org/debian bullseye/main amd64 aptitude amd64 0.8.13-3 [1,349 kB] Get:9 http://deb.debian.org/debian bullseye/main amd64 libassuan0 amd64 2.5.3-7.1 [50.5 kB] Get:10 http://deb.debian.org/debian bullseye/main amd64 gpgconf amd64 2.2.27-2+deb11u2 [548 kB] Get:11 http://deb.debian.org/debian bullseye/main amd64 libksba8 amd64 1.5.0-3+deb11u2 [123 kB] Get:12 http://deb.debian.org/debian bullseye/main amd64 libnpth0 amd64 1.6-3 [19.0 kB] Get:13 http://deb.debian.org/debian bullseye/main amd64 dirmngr amd64 2.2.27-2+deb11u2 [763 kB] Get:14 http://deb.debian.org/debian bullseye/main amd64 gnupg-l10n all 2.2.27-2+deb11u2 [1,086 kB] Get:15 http://deb.debian.org/debian bullseye/main amd64 gnupg-utils amd64 2.2.27-2+deb11u2 [905 kB] Get:16 http://deb.debian.org/debian bullseye/main amd64 gpg amd64 2.2.27-2+deb11u2 [928 kB] Get:17 http://deb.debian.org/debian bullseye/main amd64 pinentry-curses amd64 1.1.0-4 [64.9 kB] Get:18 http://deb.debian.org/debian bullseye/main amd64 gpg-agent amd64 2.2.27-2+deb11u2 [669 kB] Get:19 http://deb.debian.org/debian bullseye/main amd64 gpg-wks-client amd64 2.2.27-2+deb11u2 [524 kB] Get:20 http://deb.debian.org/debian bullseye/main amd64 gpg-wks-server amd64 2.2.27-2+deb11u2 [516 kB] Get:21 http://deb.debian.org/debian bullseye/main amd64 gpgsm amd64 2.2.27-2+deb11u2 [645 kB] Get:22 http://deb.debian.org/debian bullseye/main amd64 gnupg all 2.2.27-2+deb11u2 [825 kB] Get:23 http://deb.debian.org/debian bullseye/main amd64 gnupg2 all 2.2.27-2+deb11u2 [434 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 14.5 MB in 1s (21.8 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 ... 27881 files and directories currently installed.) Preparing to unpack .../gpgv_2.2.27-2+deb11u2_amd64.deb ... Unpacking gpgv (2.2.27-2+deb11u2) over (2.2.27-2) ... Setting up gpgv (2.2.27-2+deb11u2) ... (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 ... 27881 files and directories currently installed.) Preparing to unpack .../00-wget_1.21-1+deb11u1_amd64.deb ... Unpacking wget (1.21-1+deb11u1) over (1.21-1+b1) ... Selecting previously unselected package aptitude-common. Preparing to unpack .../01-aptitude-common_0.8.13-3_all.deb ... Unpacking aptitude-common (0.8.13-3) ... Selecting previously unselected package libboost-iostreams1.74.0:amd64. Preparing to unpack .../02-libboost-iostreams1.74.0_1.74.0-9_amd64.deb ... Unpacking libboost-iostreams1.74.0:amd64 (1.74.0-9) ... Selecting previously unselected package libsigc++-2.0-0v5:amd64. Preparing to unpack .../03-libsigc++-2.0-0v5_2.10.4-2_amd64.deb ... Unpacking libsigc++-2.0-0v5:amd64 (2.10.4-2) ... Selecting previously unselected package libcwidget4:amd64. Preparing to unpack .../04-libcwidget4_0.5.18-5_amd64.deb ... Unpacking libcwidget4:amd64 (0.5.18-5) ... Selecting previously unselected package libxapian30:amd64. Preparing to unpack .../05-libxapian30_1.4.18-3+deb11u1_amd64.deb ... Unpacking libxapian30:amd64 (1.4.18-3+deb11u1) ... Selecting previously unselected package aptitude. Preparing to unpack .../06-aptitude_0.8.13-3_amd64.deb ... Unpacking aptitude (0.8.13-3) ... Selecting previously unselected package libassuan0:amd64. Preparing to unpack .../07-libassuan0_2.5.3-7.1_amd64.deb ... Unpacking libassuan0:amd64 (2.5.3-7.1) ... Selecting previously unselected package gpgconf. Preparing to unpack .../08-gpgconf_2.2.27-2+deb11u2_amd64.deb ... Unpacking gpgconf (2.2.27-2+deb11u2) ... Selecting previously unselected package libksba8:amd64. Preparing to unpack .../09-libksba8_1.5.0-3+deb11u2_amd64.deb ... Unpacking libksba8:amd64 (1.5.0-3+deb11u2) ... Selecting previously unselected package libnpth0:amd64. Preparing to unpack .../10-libnpth0_1.6-3_amd64.deb ... Unpacking libnpth0:amd64 (1.6-3) ... Selecting previously unselected package dirmngr. Preparing to unpack .../11-dirmngr_2.2.27-2+deb11u2_amd64.deb ... Unpacking dirmngr (2.2.27-2+deb11u2) ... Selecting previously unselected package gnupg-l10n. Preparing to unpack .../12-gnupg-l10n_2.2.27-2+deb11u2_all.deb ... Unpacking gnupg-l10n (2.2.27-2+deb11u2) ... Selecting previously unselected package gnupg-utils. Preparing to unpack .../13-gnupg-utils_2.2.27-2+deb11u2_amd64.deb ... Unpacking gnupg-utils (2.2.27-2+deb11u2) ... Selecting previously unselected package gpg. Preparing to unpack .../14-gpg_2.2.27-2+deb11u2_amd64.deb ... Unpacking gpg (2.2.27-2+deb11u2) ... Selecting previously unselected package pinentry-curses. Preparing to unpack .../15-pinentry-curses_1.1.0-4_amd64.deb ... Unpacking pinentry-curses (1.1.0-4) ... Selecting previously unselected package gpg-agent. Preparing to unpack .../16-gpg-agent_2.2.27-2+deb11u2_amd64.deb ... Unpacking gpg-agent (2.2.27-2+deb11u2) ... Selecting previously unselected package gpg-wks-client. Preparing to unpack .../17-gpg-wks-client_2.2.27-2+deb11u2_amd64.deb ... Unpacking gpg-wks-client (2.2.27-2+deb11u2) ... Selecting previously unselected package gpg-wks-server. Preparing to unpack .../18-gpg-wks-server_2.2.27-2+deb11u2_amd64.deb ... Unpacking gpg-wks-server (2.2.27-2+deb11u2) ... Selecting previously unselected package gpgsm. Preparing to unpack .../19-gpgsm_2.2.27-2+deb11u2_amd64.deb ... Unpacking gpgsm (2.2.27-2+deb11u2) ... Selecting previously unselected package gnupg. Preparing to unpack .../20-gnupg_2.2.27-2+deb11u2_all.deb ... Unpacking gnupg (2.2.27-2+deb11u2) ... Selecting previously unselected package gnupg2. Preparing to unpack .../21-gnupg2_2.2.27-2+deb11u2_all.deb ... Unpacking gnupg2 (2.2.27-2+deb11u2) ... Setting up libksba8:amd64 (1.5.0-3+deb11u2) ... Setting up libxapian30:amd64 (1.4.18-3+deb11u1) ... Setting up wget (1.21-1+deb11u1) ... Setting up libboost-iostreams1.74.0:amd64 (1.74.0-9) ... Setting up libnpth0:amd64 (1.6-3) ... Setting up libassuan0:amd64 (2.5.3-7.1) ... Setting up gnupg-l10n (2.2.27-2+deb11u2) ... Setting up libsigc++-2.0-0v5:amd64 (2.10.4-2) ... Setting up aptitude-common (0.8.13-3) ... Setting up gpgconf (2.2.27-2+deb11u2) ... Setting up gpg (2.2.27-2+deb11u2) ... Setting up gnupg-utils (2.2.27-2+deb11u2) ... Setting up pinentry-curses (1.1.0-4) ... Setting up gpg-agent (2.2.27-2+deb11u2) ... 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.27-2+deb11u2) ... Setting up dirmngr (2.2.27-2+deb11u2) ... Created symlink /etc/systemd/user/sockets.target.wants/dirmngr.socket → /usr/lib/systemd/user/dirmngr.socket. Setting up libcwidget4:amd64 (0.5.18-5) ... Setting up aptitude (0.8.13-3) ... update-alternatives: using /usr/bin/aptitude-curses to provide /usr/bin/aptitude (aptitude) in auto mode Setting up gpg-wks-server (2.2.27-2+deb11u2) ... Setting up gpg-wks-client (2.2.27-2+deb11u2) ... Setting up gnupg (2.2.27-2+deb11u2) ... Setting up gnupg2 (2.2.27-2+deb11u2) ... Processing triggers for man-db (2.9.4-2) ... Processing triggers for libc-bin (2.31-13+deb11u2) ... + 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_11/ + 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-05-17 02:58:48-- 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 . 32.3M=0s 2024-05-17 02:58:48 (32.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_11/ ./ + apt-get update Hit:2 http://security.debian.org/debian-security bullseye-security InRelease Hit:3 http://deb.debian.org/debian bullseye InRelease Hit:4 http://deb.debian.org/debian bullseye-updates InRelease Get:1 https://downloads.osmocom.org/packages/osmocom:/latest/Debian_11 ./ InRelease [1,580 B] Get:5 https://downloads.osmocom.org/packages/osmocom:/latest/Debian_11 ./ Packages [154 kB] Fetched 155 kB in 1s (276 kB/s) Reading package lists... + uname -a Linux unassigned-hostname 5.10.0-9-amd64 #1 SMP Debian 5.10.70-1 (2021-09-30) 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 115 not upgraded. Need to get 1,290 kB of archives. After this operation, 2,917 kB of additional disk space will be used. Get:13 http://deb.debian.org/debian bullseye/main amd64 libsctp1 amd64 1.0.18+dfsg-1 [28.3 kB] Get:14 http://deb.debian.org/debian bullseye/main amd64 libtalloc2 amd64 2.3.1-2+b1 [29.3 kB] Get:15 http://deb.debian.org/debian bullseye/main amd64 libpcsclite1 amd64 1.9.1-1 [60.2 kB] Get:1 https://downloads.osmocom.org/packages/osmocom:/latest/Debian_11 ./ osmocom-latest 1.0.0 [1,156 B] Get:2 https://downloads.osmocom.org/packages/osmocom:/latest/Debian_11 ./ libosmocore21 1.9.2 [167 kB] Get:3 https://downloads.osmocom.org/packages/osmocom:/latest/Debian_11 ./ libosmocodec4 1.9.2 [60.8 kB] Get:4 https://downloads.osmocom.org/packages/osmocom:/latest/Debian_11 ./ libosmoisdn0 1.9.2 [75.7 kB] Get:5 https://downloads.osmocom.org/packages/osmocom:/latest/Debian_11 ./ libosmogsm20 1.9.2 [231 kB] Get:6 https://downloads.osmocom.org/packages/osmocom:/latest/Debian_11 ./ libosmocoding0 1.9.2 [81.0 kB] Get:7 https://downloads.osmocom.org/packages/osmocom:/latest/Debian_11 ./ libosmovty13 1.9.2 [112 kB] Get:8 https://downloads.osmocom.org/packages/osmocom:/latest/Debian_11 ./ libosmogb14 1.9.2 [187 kB] Get:9 https://downloads.osmocom.org/packages/osmocom:/latest/Debian_11 ./ libosmoctrl0 1.9.2 [69.3 kB] Get:10 https://downloads.osmocom.org/packages/osmocom:/latest/Debian_11 ./ libosmosim2 1.9.2 [73.3 kB] Get:11 https://downloads.osmocom.org/packages/osmocom:/latest/Debian_11 ./ libosmousb0 1.9.2 [59.9 kB] Get:12 https://downloads.osmocom.org/packages/osmocom:/latest/Debian_11 ./ libosmocore 1.9.2 [53.3 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,290 kB in 0s (21.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 ... 28372 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.18+dfsg-1_amd64.deb ... Unpacking libsctp1:amd64 (1.0.18+dfsg-1) ... Selecting previously unselected package libtalloc2:amd64. Preparing to unpack .../02-libtalloc2_2.3.1-2+b1_amd64.deb ... Unpacking libtalloc2:amd64 (2.3.1-2+b1) ... 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.1-1_amd64.deb ... Unpacking libpcsclite1:amd64 (1.9.1-1) ... 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.3.1-2+b1) ... Setting up libpcsclite1:amd64 (1.9.1-1) ... Setting up libsctp1:amd64 (1.0.18+dfsg-1) ... 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.31-13+deb11u2) ... + 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_11/ 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_11/ ./ + apt-get update Hit:2 http://deb.debian.org/debian bullseye InRelease Hit:3 http://security.debian.org/debian-security bullseye-security InRelease Hit:4 http://deb.debian.org/debian bullseye-updates InRelease Get:1 https://downloads.osmocom.org/packages/osmocom:/nightly/Debian_11 ./ InRelease [1,576 B] Get:5 https://downloads.osmocom.org/packages/osmocom:/nightly/Debian_11 ./ Packages [164 kB] Fetched 166 kB in 0s (663 kB/s) Reading package lists... + 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 202405162026 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_11/ 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_11/ ./ + apt-get update Hit:2 http://deb.debian.org/debian bullseye InRelease Hit:3 http://security.debian.org/debian-security bullseye-security InRelease Hit:4 http://deb.debian.org/debian bullseye-updates InRelease Get:1 https://downloads.osmocom.org/packages/osmocom:/latest/Debian_11 ./ InRelease [1,580 B] Get:5 https://downloads.osmocom.org/packages/osmocom:/latest/Debian_11 ./ Packages [154 kB] Fetched 155 kB in 0s (579 kB/s) Reading package lists... ### 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 libnftables1 libnftables1-dbgsym libnftables-dev libnftnl11 libnftnl11-dbgsym libnftnl-dev libnftnl-dev-doc 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 libulfius2.7 libulfius2.7-dbgsym libulfius-dev 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 nftables nftables-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-nftables 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 uwsc uwsc-dbgsym + 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 libnftables1 libnftables1-dbgsym libnftables-dev libnftnl11 libnftnl11-dbgsym libnftnl-dev libnftnl-dev-doc 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 libulfius2.7 libulfius2.7-dbgsym libulfius-dev 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 nftables nftables-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-nftables 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 uwsc uwsc-dbgsym + 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 libnftables1 + echo libnftables1-dbgsym + echo libnftables-dev + echo libnftnl11 + echo libnftnl11-dbgsym + echo libnftnl-dev + echo libnftnl-dev-doc + 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 nftables + echo nftables-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 + echo uwsc + echo uwsc-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 libnftables1 libnftables1-dbgsym libnftables-dev libnftnl11 libnftnl11-dbgsym libnftnl-dev libnftnl-dev-doc 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 nftables nftables-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 uwsc uwsc-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 libnftables1 libnftables1-dbgsym libnftables-dev libnftnl11 libnftnl11-dbgsym libnftnl-dev libnftnl-dev-doc 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 nftables nftables-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 uwsc uwsc-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 binutils binutils-common binutils-x86-64-linux-gnu cpp cpp-10 dblatex dbus dbus-user-session dconf-gsettings-backend dconf-service docbook-dsssl docbook-utils docbook-xml 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-10 glib-networking glib-networking-common glib-networking-services graphviz gsettings-desktop-schemas gtk-update-icon-cache hicolor-icon-theme icu-devtools libann0 libapache-pom-java libasan6 libatk-bridge2.0-0 libatk1.0-0 libatk1.0-data libatomic1 libatspi2.0-0 libavahi-client3 libavahi-common-data libavahi-common3 libbctoolbox1 libbinutils libboost-chrono1.74.0 libboost-filesystem1.74.0 libboost-regex1.74.0 libboost-serialization1.74.0 libboost-thread1.74.0 libbsd-dev libbsd0 libc-ares2 libc-dev-bin libc6 libc6-dev libcairo-gobject2 libcairo2 libcc1-0 libcdk5nc6 libcdt5 libcgraph6 libcolord2 libcommons-logging-java libcommons-parent-java libcrypt-dev libcsv3 libctf-nobfd0 libctf0 libcups2 libdatrie1 libdbd-sqlite3 libdbi1 libdbus-1-3 libdbus-1-dev libdconf1 libdeflate0 libdpkg-perl libdrm-amdgpu1 libdrm-common libdrm-intel1 libdrm-nouveau2 libdrm-radeon1 libdrm2 libedit-dev libepoxy0 libfftw3-single3 libfontbox-java libfontconfig1 libfontenc1 libfribidi0 libgcc-10-dev libgd3 libgdk-pixbuf-2.0-0 libgdk-pixbuf-xlib-2.0-0 libgdk-pixbuf2.0-0 libgdk-pixbuf2.0-common libgl1 libgl1-mesa-dri libglapi-mesa libglu1-mesa libglvnd0 libglx-mesa0 libglx0 libgomp1 libgraphite2-3 libgtk-3-0 libgtk-3-common libgts-0.7-5 libgvc6 libgvpr2 libharfbuzz0b libice6 libicu-dev libidn11 libimagequant0 libisl23 libitm1 libjbig0 libjpeg62-turbo libjs-jquery libjs-jquery-metadata libjs-jquery-tablesorter libjson-glib-1.0-0 libjson-glib-1.0-common libkpathsea6 liblab-gamut1 liblcms2-2 liblimesuite23.11-1 libllvm11 liblsan0 libltdl7 libmbedcrypto3 libmbedtls12 libmbedx509-0 libmd-dev libmicrohttpd12 libmime-charset-perl libmnl-dev libmpc3 libmpfr6 libncurses-dev libncurses6 libncursesw6 libnl-3-200 libnl-route-3-200 libnorm1 libnotify4 libnsl-dev libodbc1 liboping0 liborcania2.1 libortp15 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 libpcre3-dev libpcre32-3 libpcrecpp0v5 libpdfbox-java libpgm-5.3-0 libpixman-1-0 libproxy1v5 libptexenc1 libquadmath0 librest-0.7-0 librsvg2-2 librsvg2-bin libsctp-dev libsensors-config libsensors5 libsgmls-perl libsm6 libsodium23 libsofia-sip-ua-glib3 libsofia-sip-ua0 libsombok3 libsoup-gnome2.4-1 libsoup2.4-1 libssl-dev libssl1.1 libsynctex2 libtalloc-dev libtcl8.6 libteckit0 libtexlua53 libtexluajit2 libthai-data libthai0 libtiff5 libtinfo6 libtirpc-common libtirpc-dev libtirpc3 libtsan0 libubsan1 libuhd3.15.0 libulfius2.7 libunicode-linebreak-perl libusb-1.0-0-dev libvulkan1 libwayland-client0 libwayland-cursor0 libwayland-egl1 libwebp6 libwebpdemux2 libwebpmux3 libwxbase3.0-0v5 libwxgtk3.0-gtk3-0v5 libx11-6 libx11-xcb1 libxaw7 libxcb-dri2-0 libxcb-dri3-0 libxcb-glx0 libxcb-present0 libxcb-render0 libxcb-shm0 libxcb-sync1 libxcb-xfixes0 libxcomposite1 libxcursor1 libxdamage1 libxfixes3 libxi6 libxinerama1 libxkbcommon0 libxml2 libxml2-dev libxml2-utils libxmu6 libxpm4 libxrandr2 libxrender1 libxshmfence1 libxslt1.1 libxt6 libxxf86vm1 libyder2.0 libz3-4 libzmq5 libzzip-0-13 linux-libc-dev lmodern lynx lynx-common make mscgen openjade opensp pcscd pkg-config preview-latex-style python3-aiohttp python3-async-timeout python3-attr python3-automat python3-bcrypt python3-blockdiag python3-cffi-backend python3-constantly python3-cryptography python3-docutils 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-twisted-bin python3-typing-extensions python3-webcolors python3-yarl python3-zope.interface 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-utils xfonts-encodings xfonts-utils xml-core xsltproc Suggested packages: asciidoc-doc source-highlight epubcheck binutils-doc cpp-doc gcc-10-locales docbook ghostscript graphicsmagick-imagemagick-compat | imagemagick inkscape latex-cjk-all pdf-viewer texlive-lang-all texlive-lang-cyrillic transfig xindy docbook-dsssl-doc docbook-xsl docbook-defguide docbook-xsl-ns docbook5-defguide erlang erlang-manpages erlang-doc fop tk8.6 gcc-multilib manpages-dev autoconf automake libtool flex bison gdb gcc-doc gcc-10-multilib gcc-10-doc gsfonts graphviz-doc glibc-doc colord libavalon-framework-java libcommons-logging-java-doc libexcalibur-logkit-java liblog4j1.2-java cups-common debian-keyring patch git bzr libfftw3-bin libfftw3-dev libgd-tools gvfs icu-doc pcsc-tools liblcms2-utils libencode-hanextra-perl libpod2-base-perl ncurses-doc libmyodbc odbc-postgresql tdsodbc unixodbc-bin lm-sensors sgmls-doc sofia-sip-doc libssl-doc gnuradio make-doc firewalld doc-base dpkg-dev 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-pil-dbg python3-egenix-mxtexttools python-reportlab-doc python3-tk python3-pampy python3-qt4 python3-serial python3-wxgtk2.8 python3-twisted-bin-dbg 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 python3-pygments icc-profiles libfile-which-perl libspreadsheet-parseexcel-perl texlive-latex-extra-doc texlive-latex-recommended-doc texlive-pstricks dot2tex prerex ruby-tcltk | libtcltk-ruby texlive-pictures-doc vprerex texlive-science-doc Recommended packages: librsvg2-common asciidoc-doc vim-asciidoc xmlto dblatex-doc default-jdk fonts-liberation at-spi2-core manpages-dev libc-devtools libnss-nis libnss-nisplus libfile-fcntllock-perl libgdk-pixbuf2.0-bin libgtk-3-bin libgts-bin javascript-common limesuite-udev limesuite-images libgpm2 notification-daemon libusb-1.0-doc mesa-vulkan-drivers | vulkan-icd python3-pygments python3-click python3-olefile python3-renderpm erlang git dfu-util dvisvgm ghostscript libfile-homedir-perl liblog-log4perl-perl libyaml-tiny-perl ruby | ruby-interpreter tex-gyre 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 binutils binutils-common binutils-x86-64-linux-gnu cpp cpp-10 dblatex dbus-user-session dconf-gsettings-backend dconf-service docbook-dsssl docbook-utils docbook-xml 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-10 glib-networking glib-networking-common glib-networking-services graphviz gsettings-desktop-schemas gtk-update-icon-cache gtp-echo-responder gtp-echo-responder-dbg hicolor-icon-theme icu-devtools libann0 libapache-pom-java libasan6 libasn1c-dbg libasn1c-dev libasn1c1 libatk-bridge2.0-0 libatk1.0-0 libatk1.0-data libatomic1 libatspi2.0-0 libavahi-client3 libavahi-common-data libavahi-common3 libbctoolbox1 libbinutils libboost-chrono1.74.0 libboost-filesystem1.74.0 libboost-regex1.74.0 libboost-serialization1.74.0 libboost-thread1.74.0 libbsd-dev libc-ares2 libc-dev-bin libc6-dev libcairo-gobject2 libcairo2 libcc1-0 libcdk5nc6 libcdt5 libcgraph6 libcolord2 libcommons-logging-java libcommons-parent-java libcrypt-dev libcsv3 libctf-nobfd0 libctf0 libcups2 libdatrie1 libdbd-sqlite3 libdbi1 libdbus-1-dev libdconf1 libdeflate0 libdpkg-perl libdrm-amdgpu1 libdrm-common libdrm-intel1 libdrm-nouveau2 libdrm-radeon1 libdrm2 libedit-dev libepoxy0 libfftw3-single3 libfontbox-java libfontconfig1 libfontenc1 libfribidi0 libgcc-10-dev libgd3 libgdk-pixbuf-2.0-0 libgdk-pixbuf-xlib-2.0-0 libgdk-pixbuf2.0-0 libgdk-pixbuf2.0-common libgl1 libgl1-mesa-dri libglapi-mesa libglu1-mesa libglvnd0 libglx-mesa0 libglx0 libgomp1 libgraphite2-3 libgtk-3-0 libgtk-3-common libgtp-dbg libgtp-dev libgtp6 libgtpnl-dbg libgtpnl-dev libgtpnl-tools libgtpnl0 libgts-0.7-5 libgvc6 libgvpr2 libharfbuzz0b libice6 libicu-dev libidn11 libifd-osmo-remsim-client0 libifd-osmo-remsim-client0-dbgsym libimagequant0 libisl23 libitm1 libjbig0 libjpeg62-turbo libjs-jquery libjs-jquery-metadata libjs-jquery-tablesorter libjson-glib-1.0-0 libjson-glib-1.0-common libkpathsea6 liblab-gamut1 liblcms2-2 liblimesuite23.11-1 libllvm11 liblsan0 libltdl7 libmbedcrypto3 libmbedtls12 libmbedx509-0 libmd-dev libmicrohttpd12 libmime-charset-perl libmnl-dev libmpc3 libmpfr6 libncurses-dev libnftables-dev libnftables1-dbgsym libnftnl-dev libnftnl-dev-doc libnftnl11-dbgsym libnl-3-200 libnl-route-3-200 libnorm1 libnotify4 libnsl-dev libodbc1 liboping0 liborcania2.1 libortp15 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 libpcre3-dev libpcre32-3 libpcrecpp0v5 libpdfbox-java libpgm-5.3-0 libpixman-1-0 libproxy1v5 libptexenc1 libquadmath0 librest-0.7-0 librsvg2-2 librsvg2-bin librtlsdr-dev librtlsdr0 libsctp-dev libsensors-config libsensors5 libsgmls-perl libsm6 libsmpp1 libsmpp34-dbg libsmpp34-dev libsmpp34-utils libsodium23 libsofia-sip-ua-glib3 libsofia-sip-ua0 libsombok3 libsoup-gnome2.4-1 libsoup2.4-1 libssl-dev libsynctex2 libtalloc-dev libtcl8.6 libteckit0 libtexlua53 libtexluajit2 libthai-data libthai0 libtiff5 libtirpc-dev libtsan0 libubsan1 libuhd3.15.0 libulfius2.7 libunicode-linebreak-perl libusb-1.0-0-dev libusrp-dev libusrp-doc libusrp-firmware libusrp-utils libusrp-utils-dbgsym libusrp1 libusrp1-dbgsym libvulkan1 libwayland-client0 libwayland-cursor0 libwayland-egl1 libwebp6 libwebpdemux2 libwebpmux3 libwxbase3.0-0v5 libwxgtk3.0-gtk3-0v5 libx11-xcb1 libxaw7 libxcb-dri2-0 libxcb-dri3-0 libxcb-glx0 libxcb-present0 libxcb-render0 libxcb-shm0 libxcb-sync1 libxcb-xfixes0 libxcomposite1 libxcursor1 libxdamage1 libxfixes3 libxi6 libxinerama1 libxkbcommon0 libxml2-dev libxml2-utils libxmu6 libxpm4 libxrandr2 libxrender1 libxshmfence1 libxslt1.1 libxt6 libxxf86vm1 libyder2.0 libz3-4 libzmq5 libzzip-0-13 linux-libc-dev lmodern lynx lynx-common make mscgen neocon neocon-dbgsym nftables-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 preview-latex-style python3-aiohttp python3-async-timeout python3-attr python3-automat python3-bcrypt python3-blockdiag python3-cffi-backend python3-constantly python3-cryptography python3-docutils 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-twisted-bin python3-typing-extensions python3-webcolors python3-yarl python3-zope.interface rebar3 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 uwsc uwsc-dbgsym x11-common xdg-utils xfonts-encodings xfonts-utils xml-core xsltproc The following packages will be upgraded: dbus libbsd0 libc6 libdbus-1-3 libncurses6 libncursesw6 libnftables1 libnftnl11 libssl1.1 libtinfo6 libtirpc-common libtirpc3 libx11-6 libxml2 nftables 15 upgraded, 559 newly installed, 0 to remove and 100 not upgraded. Need to get 645 MB of archives. After this operation, 1,783 MB of additional disk space will be used. Get:11 http://deb.debian.org/debian bullseye/main amd64 dbus amd64 1.12.28-0+deb11u1 [244 kB] Get:13 http://security.debian.org/debian-security bullseye-security/main amd64 libc6 amd64 2.31-13+deb11u10 [2,825 kB] Get:1 https://downloads.osmocom.org/packages/osmocom:/latest/Debian_11 ./ libosmo-rspro2 1.0.0 [63.7 kB] Get:102 http://deb.debian.org/debian bullseye/main amd64 libdbus-1-3 amd64 1.12.28-0+deb11u1 [223 kB] Get:116 http://deb.debian.org/debian bullseye/main amd64 pcscd amd64 1.9.1-1 [98.1 kB] Get:2 https://downloads.osmocom.org/packages/osmocom:/latest/Debian_11 ./ libosmoabis13 1.5.2 [72.8 kB] Get:135 http://deb.debian.org/debian bullseye/main amd64 sgml-base all 1.30 [15.1 kB] Get:136 http://deb.debian.org/debian bullseye/main amd64 tex-common all 6.16 [53.7 kB] Get:137 http://deb.debian.org/debian bullseye/main amd64 libssl1.1 amd64 1.1.1w-0+deb11u1 [1,566 kB] Get:3 https://downloads.osmocom.org/packages/osmocom:/latest/Debian_11 ./ libifd-osmo-remsim-client0 1.0.0 [32.2 kB] Get:4 https://downloads.osmocom.org/packages/osmocom:/latest/Debian_11 ./ libnftnl11 1.2.5-1 [64.3 kB] Get:178 http://deb.debian.org/debian bullseye/main amd64 libncurses6 amd64 6.2+20201114-2+deb11u2 [102 kB] Get:181 http://deb.debian.org/debian bullseye/main amd64 libncursesw6 amd64 6.2+20201114-2+deb11u2 [132 kB] Get:183 http://deb.debian.org/debian bullseye/main amd64 libtinfo6 amd64 6.2+20201114-2+deb11u2 [342 kB] Get:5 https://downloads.osmocom.org/packages/osmocom:/latest/Debian_11 ./ nftables 1.0.6-2 [73.5 kB] Get:196 http://deb.debian.org/debian bullseye/main amd64 libtirpc-common all 1.3.1-1+deb11u1 [13.5 kB] Get:197 http://deb.debian.org/debian bullseye/main amd64 libtirpc3 amd64 1.3.1-1+deb11u1 [84.1 kB] Get:205 http://deb.debian.org/debian bullseye/main amd64 hicolor-icon-theme all 0.17-2 [11.4 kB] Get:216 http://deb.debian.org/debian bullseye/main amd64 libgdk-pixbuf2.0-common all 2.42.2+dfsg-1+deb11u1 [320 kB] Get:6 https://downloads.osmocom.org/packages/osmocom:/latest/Debian_11 ./ libnftables1 1.0.6-2 [299 kB] Get:227 http://deb.debian.org/debian bullseye/main amd64 libjpeg62-turbo amd64 1:2.0.6-4 [151 kB] Get:230 http://deb.debian.org/debian bullseye/main amd64 libdeflate0 amd64 1.7-1 [53.1 kB] Get:231 http://deb.debian.org/debian bullseye/main amd64 libjbig0 amd64 2.1-3.1+b2 [31.0 kB] Get:232 http://deb.debian.org/debian bullseye/main amd64 libwebp6 amd64 0.6.1-2.1+deb11u2 [259 kB] Get:233 http://deb.debian.org/debian bullseye/main amd64 libtiff5 amd64 4.2.0-1+deb11u5 [290 kB] Get:234 http://deb.debian.org/debian bullseye/main amd64 libgdk-pixbuf-2.0-0 amd64 2.42.2+dfsg-1+deb11u1 [147 kB] Get:235 http://security.debian.org/debian-security bullseye-security/main amd64 libc-dev-bin amd64 2.31-13+deb11u10 [276 kB] Get:236 http://deb.debian.org/debian bullseye/main amd64 gtk-update-icon-cache amd64 3.24.24-4+deb11u3 [88.4 kB] Get:237 http://deb.debian.org/debian bullseye/main amd64 adwaita-icon-theme all 3.38.0-1 [10.9 MB] Get:238 http://security.debian.org/debian-security bullseye-security/main amd64 linux-libc-dev amd64 5.10.216-1 [1,725 kB] Get:7 https://downloads.osmocom.org/packages/osmocom:/latest/Debian_11 ./ eclipse-titan 9.0.0-1 [13.7 MB] Get:239 http://security.debian.org/debian-security bullseye-security/main amd64 libc6-dev amd64 2.31-13+deb11u10 [2,362 kB] Get:240 http://deb.debian.org/debian bullseye/main amd64 asciidoc-common all 9.0.0~rc2-1 [286 kB] Get:241 http://deb.debian.org/debian bullseye/main amd64 libxml2 amd64 2.9.10+dfsg-6.7+deb11u4 [693 kB] Get:242 http://deb.debian.org/debian bullseye/main amd64 libxml2-utils amd64 2.9.10+dfsg-6.7+deb11u4 [109 kB] Get:243 http://deb.debian.org/debian bullseye/main amd64 libxslt1.1 amd64 1.1.34-4+deb11u1 [240 kB] Get:244 http://deb.debian.org/debian bullseye/main amd64 xsltproc amd64 1.1.34-4+deb11u1 [124 kB] Get:245 http://deb.debian.org/debian bullseye/main amd64 asciidoc-base all 9.0.0~rc2-1 [135 kB] Get:246 http://deb.debian.org/debian bullseye/main amd64 asciidoc all 9.0.0~rc2-1 [59.0 kB] Get:247 http://deb.debian.org/debian bullseye/main amd64 xml-core all 0.18+nmu1 [23.8 kB] Get:248 http://deb.debian.org/debian bullseye/main amd64 sgml-data all 2.0.11+nmu1 [179 kB] Get:249 http://deb.debian.org/debian bullseye/main amd64 docbook-xml all 4.5-9 [84.4 kB] Get:250 http://deb.debian.org/debian bullseye/main amd64 libpaper1 amd64 1.1.28+b1 [21.6 kB] Get:251 http://deb.debian.org/debian bullseye/main amd64 libpaper-utils amd64 1.1.28+b1 [18.3 kB] Get:252 http://deb.debian.org/debian bullseye/main amd64 libkpathsea6 amd64 2020.20200327.54578-7+deb11u1 [172 kB] Get:253 http://deb.debian.org/debian bullseye/main amd64 libptexenc1 amd64 2020.20200327.54578-7+deb11u1 [64.7 kB] Get:254 http://deb.debian.org/debian bullseye/main amd64 libsynctex2 amd64 2020.20200327.54578-7+deb11u1 [83.4 kB] Get:255 http://deb.debian.org/debian bullseye/main amd64 libtexlua53 amd64 2020.20200327.54578-7+deb11u1 [131 kB] Get:256 http://deb.debian.org/debian bullseye/main amd64 libtexluajit2 amd64 2020.20200327.54578-7+deb11u1 [267 kB] Get:257 http://deb.debian.org/debian bullseye/main amd64 t1utils amd64 1.41-4 [62.1 kB] Get:258 http://deb.debian.org/debian bullseye/main amd64 fonts-dejavu-core all 2.37-2 [1,069 kB] Get:259 http://deb.debian.org/debian bullseye/main amd64 fontconfig-config all 2.13.1-4.2 [281 kB] Get:260 http://deb.debian.org/debian bullseye/main amd64 libfontconfig1 amd64 2.13.1-4.2 [347 kB] Get:261 http://deb.debian.org/debian bullseye/main amd64 libpixman-1-0 amd64 0.40.0-1.1~deb11u1 [543 kB] Get:262 http://deb.debian.org/debian bullseye/main amd64 libx11-6 amd64 2:1.7.2-1+deb11u2 [772 kB] Get:263 http://deb.debian.org/debian bullseye/main amd64 libxcb-render0 amd64 1.14-3 [111 kB] Get:264 http://deb.debian.org/debian bullseye/main amd64 libxcb-shm0 amd64 1.14-3 [101 kB] Get:265 http://deb.debian.org/debian bullseye/main amd64 libxrender1 amd64 1:0.9.10-1 [33.0 kB] Get:266 http://deb.debian.org/debian bullseye/main amd64 libcairo2 amd64 1.16.0-5 [694 kB] Get:267 http://deb.debian.org/debian bullseye/main amd64 libgraphite2-3 amd64 1.3.14-1 [81.2 kB] Get:268 http://deb.debian.org/debian bullseye/main amd64 libharfbuzz0b amd64 2.7.4-1 [1,471 kB] Get:269 http://deb.debian.org/debian bullseye/main amd64 libmpfr6 amd64 4.1.0-3 [2,012 kB] Get:270 http://deb.debian.org/debian bullseye/main amd64 libteckit0 amd64 2.5.10+ds1-3 [329 kB] Get:271 http://deb.debian.org/debian bullseye/main amd64 libbsd0 amd64 0.11.3-1+deb11u1 [108 kB] Get:272 http://deb.debian.org/debian bullseye/main amd64 x11-common all 1:7.7+22 [252 kB] Get:273 http://deb.debian.org/debian bullseye/main amd64 libice6 amd64 2:1.0.10-1 [58.5 kB] Get:274 http://deb.debian.org/debian bullseye/main amd64 libsm6 amd64 2:1.2.3-1 [35.1 kB] Get:275 http://deb.debian.org/debian bullseye/main amd64 libxt6 amd64 1:1.2.0-1 [189 kB] Get:276 http://deb.debian.org/debian bullseye/main amd64 libxmu6 amd64 2:1.1.2-2+b3 [60.8 kB] Get:277 http://deb.debian.org/debian bullseye/main amd64 libxpm4 amd64 1:3.5.12-1.1+deb11u1 [50.0 kB] Get:278 http://deb.debian.org/debian bullseye/main amd64 libxaw7 amd64 2:1.0.13-1.1 [202 kB] Get:279 http://deb.debian.org/debian bullseye/main amd64 libxi6 amd64 2:1.7.10-1 [83.4 kB] Get:280 http://deb.debian.org/debian bullseye/main amd64 libzzip-0-13 amd64 0.13.62-3.3+deb11u1 [55.9 kB] Get:281 http://deb.debian.org/debian bullseye/main amd64 texlive-binaries amd64 2020.20200327.54578-7+deb11u1 [10.1 MB] Get:8 https://downloads.osmocom.org/packages/osmocom:/latest/Debian_11 ./ eclipse-titan-dbgsym 9.0.0-1 [2,199 kB] Get:9 https://downloads.osmocom.org/packages/osmocom:/latest/Debian_11 ./ gtp-echo-responder 1.11.0 [24.6 kB] Get:10 https://downloads.osmocom.org/packages/osmocom:/latest/Debian_11 ./ libgtp6 1.11.0 [42.7 kB] Get:12 https://downloads.osmocom.org/packages/osmocom:/latest/Debian_11 ./ libgtp-dev 1.11.0 [143 kB] Get:14 https://downloads.osmocom.org/packages/osmocom:/latest/Debian_11 ./ libgtpnl0 1.2.5 [7,400 B] Get:15 https://downloads.osmocom.org/packages/osmocom:/latest/Debian_11 ./ libgtpnl-dev 1.2.5 [3,568 B] Get:16 https://downloads.osmocom.org/packages/osmocom:/latest/Debian_11 ./ libifd-osmo-remsim-client0-dbgsym 1.0.0 [60.9 kB] Get:17 https://downloads.osmocom.org/packages/osmocom:/latest/Debian_11 ./ liblimesuite23.11-1 23.11.0 [274 kB] Get:18 https://downloads.osmocom.org/packages/osmocom:/latest/Debian_11 ./ libnftables-dev 1.0.6-2 [16.2 kB] Get:19 https://downloads.osmocom.org/packages/osmocom:/latest/Debian_11 ./ libnftables1-dbgsym 1.0.6-2 [864 kB] Get:20 https://downloads.osmocom.org/packages/osmocom:/latest/Debian_11 ./ libnftnl-dev 1.2.5-1 [88.6 kB] Get:21 https://downloads.osmocom.org/packages/osmocom:/latest/Debian_11 ./ libnftnl-dev-doc 1.2.5-1 [269 kB] Get:22 https://downloads.osmocom.org/packages/osmocom:/latest/Debian_11 ./ libnftnl11-dbgsym 1.2.5-1 [253 kB] Get:282 http://deb.debian.org/debian bullseye/main amd64 xdg-utils all 1.1.3-4.1 [75.5 kB] Get:283 http://deb.debian.org/debian bullseye/main amd64 texlive-base all 2020.20210202-3 [20.8 MB] Get:23 https://downloads.osmocom.org/packages/osmocom:/latest/Debian_11 ./ libosmotrau2 1.5.2 [30.6 kB] Get:24 https://downloads.osmocom.org/packages/osmocom:/latest/Debian_11 ./ libosmo-abis 1.5.2 [9,672 B] Get:25 https://downloads.osmocom.org/packages/osmocom:/latest/Debian_11 ./ libosmo-abis-dev 1.5.2 [111 kB] Get:26 https://downloads.osmocom.org/packages/osmocom:/latest/Debian_11 ./ libosmo-e1d1 0.6.0 [12.9 kB] Get:27 https://downloads.osmocom.org/packages/osmocom:/latest/Debian_11 ./ libosmo-e1d1-dbgsym 0.6.0 [23.7 kB] Get:28 https://downloads.osmocom.org/packages/osmocom:/latest/Debian_11 ./ libosmo-fl2k0 0.2.0 [10.5 kB] Get:29 https://downloads.osmocom.org/packages/osmocom:/latest/Debian_11 ./ libosmo-fl2k-dev 0.2.0 [11.6 kB] Get:30 https://downloads.osmocom.org/packages/osmocom:/latest/Debian_11 ./ libosmo-fl2k0-dbgsym 0.2.0 [20.3 kB] Get:31 https://downloads.osmocom.org/packages/osmocom:/latest/Debian_11 ./ libosmo-gsup-client0 1.7.0 [23.3 kB] Get:32 https://downloads.osmocom.org/packages/osmocom:/latest/Debian_11 ./ libosmocore-dev 1.9.2 [823 kB] Get:33 https://downloads.osmocom.org/packages/osmocom:/latest/Debian_11 ./ libosmo-gsup-client-dev 1.7.0 [26.6 kB] Get:34 https://downloads.osmocom.org/packages/osmocom:/latest/Debian_11 ./ libosmo-gtlv1 0.3.0 [15.9 kB] Get:35 https://downloads.osmocom.org/packages/osmocom:/latest/Debian_11 ./ libosmo-gtlv-dev 0.3.0 [55.7 kB] Get:36 https://downloads.osmocom.org/packages/osmocom:/latest/Debian_11 ./ libosmo-mgcp-client12 1.12.2 [60.6 kB] Get:37 https://downloads.osmocom.org/packages/osmocom:/latest/Debian_11 ./ libosmo-mgcp-client12-dbgsym 1.12.2 [101 kB] Get:38 https://downloads.osmocom.org/packages/osmocom:/latest/Debian_11 ./ libosmo-mslookup1 1.7.0 [26.9 kB] Get:39 https://downloads.osmocom.org/packages/osmocom:/latest/Debian_11 ./ libosmo-mslookup-dev 1.7.0 [32.0 kB] Get:40 https://downloads.osmocom.org/packages/osmocom:/latest/Debian_11 ./ libosmonetif11 1.4.0 [51.4 kB] Get:41 https://downloads.osmocom.org/packages/osmocom:/latest/Debian_11 ./ libosmo-netif-dev 1.4.0 [61.5 kB] Get:42 https://downloads.osmocom.org/packages/osmocom:/latest/Debian_11 ./ libosmo-netif-doc 1.4.0 [169 kB] Get:43 https://downloads.osmocom.org/packages/osmocom:/latest/Debian_11 ./ libosmo-octoi2 0.6.0 [30.3 kB] Get:44 https://downloads.osmocom.org/packages/osmocom:/latest/Debian_11 ./ libosmo-octoi2-dbgsym 0.6.0 [90.6 kB] Get:45 https://downloads.osmocom.org/packages/osmocom:/latest/Debian_11 ./ libosmo-pfcp0 0.3.0 [40.5 kB] Get:46 https://downloads.osmocom.org/packages/osmocom:/latest/Debian_11 ./ libosmo-pfcp 0.3.0 [3,464 B] Get:47 https://downloads.osmocom.org/packages/osmocom:/latest/Debian_11 ./ libosmo-pfcp-dev 0.3.0 [167 kB] Get:48 https://downloads.osmocom.org/packages/osmocom:/latest/Debian_11 ./ libosmo-rspro-dev 1.0.0 [72.4 kB] Get:49 https://downloads.osmocom.org/packages/osmocom:/latest/Debian_11 ./ libosmo-rspro2-dbgsym 1.0.0 [222 kB] Get:50 https://downloads.osmocom.org/packages/osmocom:/latest/Debian_11 ./ libosmo-sccp-dev 1.8.1 [94.4 kB] Get:51 https://downloads.osmocom.org/packages/osmocom:/latest/Debian_11 ./ libosmo-sigtran9 1.8.1 [117 kB] Get:52 https://downloads.osmocom.org/packages/osmocom:/latest/Debian_11 ./ libosmo-sigtran-dbg 1.8.1 [414 kB] Get:53 https://downloads.osmocom.org/packages/osmocom:/latest/Debian_11 ./ libosmo-sigtran-dev 1.8.1 [539 kB] Get:54 https://downloads.osmocom.org/packages/osmocom:/latest/Debian_11 ./ libosmo-sigtran-doc 1.8.1 [473 kB] Get:55 https://downloads.osmocom.org/packages/osmocom:/latest/Debian_11 ./ libosmo-simtrace2-1 0.8.2 [11.9 kB] Get:56 https://downloads.osmocom.org/packages/osmocom:/latest/Debian_11 ./ libosmo-simtrace2-1-dbgsym 0.8.2 [24.7 kB] Get:57 https://downloads.osmocom.org/packages/osmocom:/latest/Debian_11 ./ libosmo-simtrace2-dev 0.8.2 [16.8 kB] Get:58 https://downloads.osmocom.org/packages/osmocom:/latest/Debian_11 ./ libosmocodec-doc 1.9.2 [473 kB] Get:59 https://downloads.osmocom.org/packages/osmocom:/latest/Debian_11 ./ libosmocoding-doc 1.9.2 [528 kB] Get:60 https://downloads.osmocom.org/packages/osmocom:/latest/Debian_11 ./ libosmogsm-doc 1.9.2 [2,206 kB] Get:61 https://downloads.osmocom.org/packages/osmocom:/latest/Debian_11 ./ libosmoisdn-doc 1.9.2 [352 kB] Get:62 https://downloads.osmocom.org/packages/osmocom:/latest/Debian_11 ./ libosmovty-doc 1.9.2 [645 kB] Get:63 https://downloads.osmocom.org/packages/osmocom:/latest/Debian_11 ./ libosmoctrl-doc 1.9.2 [460 kB] Get:64 https://downloads.osmocom.org/packages/osmocom:/latest/Debian_11 ./ libosmogb-doc 1.9.2 [853 kB] Get:65 https://downloads.osmocom.org/packages/osmocom:/latest/Debian_11 ./ libosmosim-doc 1.9.2 [213 kB] Get:66 https://downloads.osmocom.org/packages/osmocom:/latest/Debian_11 ./ libosmousb-doc 1.9.2 [160 kB] Get:67 https://downloads.osmocom.org/packages/osmocom:/latest/Debian_11 ./ libosmocore-doc 1.9.2 [990 kB] Get:68 https://downloads.osmocom.org/packages/osmocom:/latest/Debian_11 ./ libosmocore-utils 1.9.2 [65.3 kB] Get:69 https://downloads.osmocom.org/packages/osmocom:/latest/Debian_11 ./ libosmodsp0 0.4.0 [9,908 B] Get:70 https://downloads.osmocom.org/packages/osmocom:/latest/Debian_11 ./ libosmodsp-dev 0.4.0 [12.1 kB] Get:71 https://downloads.osmocom.org/packages/osmocom:/latest/Debian_11 ./ libosmodsp-doc 0.4.0 [113 kB] Get:72 https://downloads.osmocom.org/packages/osmocom:/latest/Debian_11 ./ librtlsdr0 2.0.2 [31.8 kB] Get:73 https://downloads.osmocom.org/packages/osmocom:/latest/Debian_11 ./ librtlsdr-dev 2.0.2 [37.7 kB] Get:74 https://downloads.osmocom.org/packages/osmocom:/latest/Debian_11 ./ libsmpp1 1.14.3 [105 kB] Get:75 https://downloads.osmocom.org/packages/osmocom:/latest/Debian_11 ./ libsmpp34-dev 1.14.3 [120 kB] Get:76 https://downloads.osmocom.org/packages/osmocom:/latest/Debian_11 ./ libsmpp34-utils 1.14.3 [3,256 B] Get:77 https://downloads.osmocom.org/packages/osmocom:/latest/Debian_11 ./ libulfius2.7 2.7.4-1ubuntu3.1 [53.4 kB] Get:78 https://downloads.osmocom.org/packages/osmocom:/latest/Debian_11 ./ libusrp1 3.4.8 [119 kB] Get:79 https://downloads.osmocom.org/packages/osmocom:/latest/Debian_11 ./ libusrp-dev 3.4.8 [25.3 kB] Get:80 https://downloads.osmocom.org/packages/osmocom:/latest/Debian_11 ./ libusrp-doc 3.4.8 [75.4 kB] Get:81 https://downloads.osmocom.org/packages/osmocom:/latest/Debian_11 ./ libusrp-firmware 3.4.8 [741 kB] Get:82 https://downloads.osmocom.org/packages/osmocom:/latest/Debian_11 ./ libusrp-utils 3.4.8 [11.3 kB] Get:83 https://downloads.osmocom.org/packages/osmocom:/latest/Debian_11 ./ libusrp-utils-dbgsym 3.4.8 [63.7 kB] Get:84 https://downloads.osmocom.org/packages/osmocom:/latest/Debian_11 ./ libusrp1-dbgsym 3.4.8 [1,155 kB] Get:85 https://downloads.osmocom.org/packages/osmocom:/latest/Debian_11 ./ neocon 1.0.2 [6,152 B] Get:86 https://downloads.osmocom.org/packages/osmocom:/latest/Debian_11 ./ neocon-dbgsym 1.0.2 [6,228 B] Get:87 https://downloads.osmocom.org/packages/osmocom:/latest/Debian_11 ./ nftables-dbgsym 1.0.6-2 [13.9 kB] Get:88 https://downloads.osmocom.org/packages/osmocom:/latest/Debian_11 ./ osmo-bsc-doc 1.11.1 [2,202 kB] Get:89 https://downloads.osmocom.org/packages/osmocom:/latest/Debian_11 ./ osmo-bts-trx 1.7.2 [255 kB] Get:90 https://downloads.osmocom.org/packages/osmocom:/latest/Debian_11 ./ osmo-bts-virtual 1.7.2 [264 kB] Get:284 http://deb.debian.org/debian bullseye/main amd64 texlive-fonts-recommended all 2020.20210202-3 [5,002 kB] Get:285 http://deb.debian.org/debian bullseye/main amd64 fonts-lmodern all 2.004.5-6.1 [4,540 kB] Get:91 https://downloads.osmocom.org/packages/osmocom:/latest/Debian_11 ./ osmo-bts 1.7.2 [47.4 kB] Get:92 https://downloads.osmocom.org/packages/osmocom:/latest/Debian_11 ./ osmo-bts-doc 1.7.2 [1,786 kB] Get:286 http://deb.debian.org/debian bullseye/main amd64 texlive-latex-base all 2020.20210202-3 [1,120 kB] Get:287 http://deb.debian.org/debian bullseye/main amd64 texlive-latex-recommended all 2020.20210202-3 [14.5 MB] Get:93 https://downloads.osmocom.org/packages/osmocom:/latest/Debian_11 ./ osmo-cbc-doc 0.4.2 [610 kB] Get:94 https://downloads.osmocom.org/packages/osmocom:/latest/Debian_11 ./ osmo-diameter2gsup 0.2.0 [2,680 kB] Get:95 https://downloads.osmocom.org/packages/osmocom:/latest/Debian_11 ./ osmo-e1d 0.6.0 [34.1 kB] Get:96 https://downloads.osmocom.org/packages/osmocom:/latest/Debian_11 ./ osmo-e1d-dbgsym 0.6.0 [94.9 kB] Get:97 https://downloads.osmocom.org/packages/osmocom:/latest/Debian_11 ./ osmo-fl2k 0.2.0 [18.3 kB] Get:98 https://downloads.osmocom.org/packages/osmocom:/latest/Debian_11 ./ osmo-fl2k-dbgsym 0.2.0 [38.9 kB] Get:99 https://downloads.osmocom.org/packages/osmocom:/latest/Debian_11 ./ osmo-gbproxy-doc 1:0.4.1 [938 kB] Get:100 https://downloads.osmocom.org/packages/osmocom:/latest/Debian_11 ./ osmo-ggsn 1.11.0 [88.7 kB] Get:101 https://downloads.osmocom.org/packages/osmocom:/latest/Debian_11 ./ osmo-ggsn-doc 1.11.0 [737 kB] Get:103 https://downloads.osmocom.org/packages/osmocom:/latest/Debian_11 ./ osmo-gsm-manuals-dev 1.5.0 [439 kB] Get:104 https://downloads.osmocom.org/packages/osmocom:/latest/Debian_11 ./ osmo-hlr 1.7.0 [113 kB] Get:105 https://downloads.osmocom.org/packages/osmocom:/latest/Debian_11 ./ osmo-hlr-doc 1.7.0 [1,109 kB] Get:106 https://downloads.osmocom.org/packages/osmocom:/latest/Debian_11 ./ osmo-hnbgw-doc 1.5.0 [6,056 B] Get:107 https://downloads.osmocom.org/packages/osmocom:/latest/Debian_11 ./ osmo-hnodeb-doc 0.1.2 [3,500 B] Get:108 https://downloads.osmocom.org/packages/osmocom:/latest/Debian_11 ./ osmo-mgw 1.12.2 [99.8 kB] Get:109 https://downloads.osmocom.org/packages/osmocom:/latest/Debian_11 ./ osmo-mgw-dbgsym 1.12.2 [275 kB] Get:110 https://downloads.osmocom.org/packages/osmocom:/latest/Debian_11 ./ osmo-mgw-doc 1.12.2 [884 kB] Get:111 https://downloads.osmocom.org/packages/osmocom:/latest/Debian_11 ./ osmo-msc-doc 1.11.1 [1,424 kB] Get:288 http://deb.debian.org/debian bullseye/main amd64 texlive all 2020.20210202-3 [34.2 kB] Get:289 http://deb.debian.org/debian bullseye/main amd64 texlive-bibtex-extra all 2020.20210202-3 [67.2 MB] Get:112 https://downloads.osmocom.org/packages/osmocom:/latest/Debian_11 ./ osmo-mslookup-utils 1.7.0 [22.2 kB] Get:113 https://downloads.osmocom.org/packages/osmocom:/latest/Debian_11 ./ osmo-pcu 1.4.0 [245 kB] Get:114 https://downloads.osmocom.org/packages/osmocom:/latest/Debian_11 ./ osmo-pcu-doc 1.4.0 [992 kB] Get:115 https://downloads.osmocom.org/packages/osmocom:/latest/Debian_11 ./ osmo-remsim-bankd 1.0.0 [28.0 kB] Get:117 https://downloads.osmocom.org/packages/osmocom:/latest/Debian_11 ./ osmo-remsim-bankd-dbgsym 1.0.0 [71.3 kB] Get:118 https://downloads.osmocom.org/packages/osmocom:/latest/Debian_11 ./ osmo-remsim-client-shell 1.0.0 [18.5 kB] Get:119 https://downloads.osmocom.org/packages/osmocom:/latest/Debian_11 ./ osmo-remsim-client-shell-dbgsym 1.0.0 [57.0 kB] Get:120 https://downloads.osmocom.org/packages/osmocom:/latest/Debian_11 ./ osmo-remsim-client-st2 1.0.0 [21.4 kB] Get:121 https://downloads.osmocom.org/packages/osmocom:/latest/Debian_11 ./ osmo-remsim-client-st2-dbgsym 1.0.0 [65.6 kB] Get:122 https://downloads.osmocom.org/packages/osmocom:/latest/Debian_11 ./ osmo-remsim-doc 1.0.0 [260 kB] Get:123 https://downloads.osmocom.org/packages/osmocom:/latest/Debian_11 ./ osmo-remsim-server 1.0.0 [25.9 kB] Get:124 https://downloads.osmocom.org/packages/osmocom:/latest/Debian_11 ./ osmo-remsim-server-dbgsym 1.0.0 [75.4 kB] Get:125 https://downloads.osmocom.org/packages/osmocom:/latest/Debian_11 ./ osmo-sgsn-doc 1.11.1 [1,178 kB] Get:126 https://downloads.osmocom.org/packages/osmocom:/latest/Debian_11 ./ osmo-sip-connector 1.6.3 [32.9 kB] Get:127 https://downloads.osmocom.org/packages/osmocom:/latest/Debian_11 ./ osmo-sip-connector-doc 1.6.3 [609 kB] Get:128 https://downloads.osmocom.org/packages/osmocom:/latest/Debian_11 ./ osmo-smlc-doc 0.2.4 [736 kB] Get:129 https://downloads.osmocom.org/packages/osmocom:/latest/Debian_11 ./ osmo-stp 1.8.1 [18.2 kB] Get:130 https://downloads.osmocom.org/packages/osmocom:/latest/Debian_11 ./ osmo-stp-dbg 1.8.1 [22.6 kB] Get:131 https://downloads.osmocom.org/packages/osmocom:/latest/Debian_11 ./ osmo-stp-doc 1.8.1 [739 kB] Get:132 https://downloads.osmocom.org/packages/osmocom:/latest/Debian_11 ./ osmo-trx-uhd 1.6.2 [156 kB] Get:133 https://downloads.osmocom.org/packages/osmocom:/latest/Debian_11 ./ osmo-trx 1.6.2 [18.5 kB] Get:134 https://downloads.osmocom.org/packages/osmocom:/latest/Debian_11 ./ osmo-trx-doc 1.6.2 [679 kB] Get:138 https://downloads.osmocom.org/packages/osmocom:/latest/Debian_11 ./ osmo-trx-ipc 1.6.2 [143 kB] Get:139 https://downloads.osmocom.org/packages/osmocom:/latest/Debian_11 ./ osmo-trx-lms 1.6.2 [148 kB] Get:140 https://downloads.osmocom.org/packages/osmocom:/latest/Debian_11 ./ osmo-trx-usrp1 1.6.2 [275 kB] Get:141 https://downloads.osmocom.org/packages/osmocom:/latest/Debian_11 ./ osmo-uecups 0.2.2 [24.9 kB] Get:142 https://downloads.osmocom.org/packages/osmocom:/latest/Debian_11 ./ osmo-uecups-dbgsym 0.2.2 [82.1 kB] Get:143 https://downloads.osmocom.org/packages/osmocom:/latest/Debian_11 ./ osmo-upf-doc 0.1.1 [1,980 B] Get:144 https://downloads.osmocom.org/packages/osmocom:/latest/Debian_11 ./ python3-osmopy-libs 0.3.0 [20.5 kB] Get:145 https://downloads.osmocom.org/packages/osmocom:/latest/Debian_11 ./ python3-osmopy-utils 0.3.0 [12.8 kB] Get:146 https://downloads.osmocom.org/packages/osmocom:/latest/Debian_11 ./ rebar3 3.18.0~osmo2 [913 kB] Get:147 https://downloads.osmocom.org/packages/osmocom:/latest/Debian_11 ./ rtl-sdr 2.0.2 [59.4 kB] Get:148 https://downloads.osmocom.org/packages/osmocom:/latest/Debian_11 ./ simtrace2-firmware 0.8.2 [43.7 kB] Get:149 https://downloads.osmocom.org/packages/osmocom:/latest/Debian_11 ./ simtrace2-utils 0.8.2 [17.9 kB] Get:150 https://downloads.osmocom.org/packages/osmocom:/latest/Debian_11 ./ simtrace2-utils-dbgsym 0.8.2 [43.5 kB] Get:151 https://downloads.osmocom.org/packages/osmocom:/latest/Debian_11 ./ uwsc 2.7.4-1ubuntu3.1 [15.4 kB] Get:152 https://downloads.osmocom.org/packages/osmocom:/latest/Debian_11 ./ uwsc-dbgsym 2.7.4-1ubuntu3.1 [14.8 kB] Get:153 https://downloads.osmocom.org/packages/osmocom:/latest/Debian_11 ./ abisip-find 1.11.1 [69.6 kB] Get:154 https://downloads.osmocom.org/packages/osmocom:/latest/Debian_11 ./ gtp-echo-responder-dbg 1.11.0 [10.4 kB] Get:155 https://downloads.osmocom.org/packages/osmocom:/latest/Debian_11 ./ libasn1c1 0.9.36 [76.4 kB] Get:156 https://downloads.osmocom.org/packages/osmocom:/latest/Debian_11 ./ libasn1c-dbg 0.9.36 [291 kB] Get:157 https://downloads.osmocom.org/packages/osmocom:/latest/Debian_11 ./ libasn1c-dev 0.9.36 [110 kB] Get:158 https://downloads.osmocom.org/packages/osmocom:/latest/Debian_11 ./ libgtp-dbg 1.11.0 [108 kB] Get:159 https://downloads.osmocom.org/packages/osmocom:/latest/Debian_11 ./ libgtpnl-dbg 1.2.5 [34.0 kB] Get:160 https://downloads.osmocom.org/packages/osmocom:/latest/Debian_11 ./ libgtpnl-tools 1.2.5 [6,208 B] Get:161 https://downloads.osmocom.org/packages/osmocom:/latest/Debian_11 ./ libosmo-abis-dbg 1.5.2 [294 kB] Get:162 https://downloads.osmocom.org/packages/osmocom:/latest/Debian_11 ./ libosmo-e1d-dev 0.6.0 [15.2 kB] Get:163 https://downloads.osmocom.org/packages/osmocom:/latest/Debian_11 ./ libosmo-gtlv-dbg 0.3.0 [39.2 kB] Get:164 https://downloads.osmocom.org/packages/osmocom:/latest/Debian_11 ./ libosmo-hnbap0 1.5.1 [53.2 kB] Get:165 https://downloads.osmocom.org/packages/osmocom:/latest/Debian_11 ./ libosmo-hnbap-dbg 1.5.1 [192 kB] Get:166 https://downloads.osmocom.org/packages/osmocom:/latest/Debian_11 ./ libosmo-hnbap-dev 1.5.1 [26.1 kB] Get:167 https://downloads.osmocom.org/packages/osmocom:/latest/Debian_11 ./ libosmo-mgcp-client-dev 1.12.2 [70.2 kB] Get:168 https://downloads.osmocom.org/packages/osmocom:/latest/Debian_11 ./ libosmo-netif-dbg 1.4.0 [142 kB] Get:169 https://downloads.osmocom.org/packages/osmocom:/latest/Debian_11 ./ libosmo-octoi-dev 0.6.0 [36.3 kB] Get:170 https://downloads.osmocom.org/packages/osmocom:/latest/Debian_11 ./ libosmo-pfcp-dbg 0.3.0 [125 kB] Get:171 https://downloads.osmocom.org/packages/osmocom:/latest/Debian_11 ./ libosmo-ranap7 1.5.1 [225 kB] Get:172 https://downloads.osmocom.org/packages/osmocom:/latest/Debian_11 ./ libosmo-ranap-dbg 1.5.1 [950 kB] Get:173 https://downloads.osmocom.org/packages/osmocom:/latest/Debian_11 ./ libosmo-ranap-dev 1.5.1 [93.3 kB] Get:174 https://downloads.osmocom.org/packages/osmocom:/latest/Debian_11 ./ libosmo-rua0 1.5.1 [29.7 kB] Get:175 https://downloads.osmocom.org/packages/osmocom:/latest/Debian_11 ./ libosmo-rua-dbg 1.5.1 [93.0 kB] Get:176 https://downloads.osmocom.org/packages/osmocom:/latest/Debian_11 ./ libosmo-rua-dev 1.5.1 [16.0 kB] Get:177 https://downloads.osmocom.org/packages/osmocom:/latest/Debian_11 ./ libosmo-sabp1 1.5.1 [38.4 kB] Get:179 https://downloads.osmocom.org/packages/osmocom:/latest/Debian_11 ./ libosmo-sabp-dbg 1.5.1 [122 kB] Get:180 https://downloads.osmocom.org/packages/osmocom:/latest/Debian_11 ./ libosmo-sabp-dev 1.5.1 [19.0 kB] Get:182 https://downloads.osmocom.org/packages/osmocom:/latest/Debian_11 ./ libosmo-sbcap0 0.4.2 [338 kB] Get:184 https://downloads.osmocom.org/packages/osmocom:/latest/Debian_11 ./ libosmo-sbcap-dev 0.4.2 [504 kB] Get:185 https://downloads.osmocom.org/packages/osmocom:/latest/Debian_11 ./ libosmocore-dbg 1.9.2 [2,111 kB] Get:186 https://downloads.osmocom.org/packages/osmocom:/latest/Debian_11 ./ libosmodsp-dbg 0.4.0 [21.1 kB] Get:187 https://downloads.osmocom.org/packages/osmocom:/latest/Debian_11 ./ libsmpp34-dbg 1.14.3 [676 kB] Get:188 https://downloads.osmocom.org/packages/osmocom:/latest/Debian_11 ./ osmo-bsc 1.11.1 [598 kB] Get:189 https://downloads.osmocom.org/packages/osmocom:/latest/Debian_11 ./ osmo-bsc-bs11-utils 1.11.1 [2,306 kB] Get:190 https://downloads.osmocom.org/packages/osmocom:/latest/Debian_11 ./ osmo-bsc-dbg 1.11.1 [3,194 kB] Get:191 https://downloads.osmocom.org/packages/osmocom:/latest/Debian_11 ./ osmo-bsc-ipaccess-utils 1.11.1 [4,379 kB] Get:192 https://downloads.osmocom.org/packages/osmocom:/latest/Debian_11 ./ osmo-bsc-meas-utils 1.11.1 [2,280 kB] Get:193 https://downloads.osmocom.org/packages/osmocom:/latest/Debian_11 ./ osmo-bts-trx-dbg 1.7.2 [1,212 kB] Get:194 https://downloads.osmocom.org/packages/osmocom:/latest/Debian_11 ./ osmo-bts-virtual-dbg 1.7.2 [1,896 kB] Get:195 https://downloads.osmocom.org/packages/osmocom:/latest/Debian_11 ./ osmo-cbc 0.4.2 [46.2 kB] Get:198 https://downloads.osmocom.org/packages/osmocom:/latest/Debian_11 ./ osmo-cbc-dbg 0.4.2 [214 kB] Get:199 https://downloads.osmocom.org/packages/osmocom:/latest/Debian_11 ./ osmo-cbc-utils 0.4.2 [6,360 B] Get:200 https://downloads.osmocom.org/packages/osmocom:/latest/Debian_11 ./ osmo-gbproxy 1:0.4.1 [46.7 kB] Get:201 https://downloads.osmocom.org/packages/osmocom:/latest/Debian_11 ./ osmo-gbproxy-dbg 1:0.4.1 [121 kB] Get:202 https://downloads.osmocom.org/packages/osmocom:/latest/Debian_11 ./ osmo-ggsn-dbg 1.11.0 [288 kB] Get:203 https://downloads.osmocom.org/packages/osmocom:/latest/Debian_11 ./ osmo-gtphub 1.11.1 [57.1 kB] Get:204 https://downloads.osmocom.org/packages/osmocom:/latest/Debian_11 ./ osmo-gtphub-dbg 1.11.1 [151 kB] Get:206 https://downloads.osmocom.org/packages/osmocom:/latest/Debian_11 ./ osmo-hlr-dbg 1.7.0 [437 kB] Get:207 https://downloads.osmocom.org/packages/osmocom:/latest/Debian_11 ./ osmo-hnbgw 1.5.0 [82.9 kB] Get:208 https://downloads.osmocom.org/packages/osmocom:/latest/Debian_11 ./ osmo-hnbgw-dbg 1.5.0 [409 kB] Get:209 https://downloads.osmocom.org/packages/osmocom:/latest/Debian_11 ./ osmo-hnodeb 0.1.2 [35.7 kB] Get:210 https://downloads.osmocom.org/packages/osmocom:/latest/Debian_11 ./ osmo-hnodeb-dbg 0.1.2 [130 kB] Get:211 https://downloads.osmocom.org/packages/osmocom:/latest/Debian_11 ./ osmo-msc 1.11.1 [351 kB] Get:212 https://downloads.osmocom.org/packages/osmocom:/latest/Debian_11 ./ osmo-msc-dbg 1.11.1 [1,512 kB] Get:213 https://downloads.osmocom.org/packages/osmocom:/latest/Debian_11 ./ osmo-pcap-client 0.4.2 [25.1 kB] Get:214 https://downloads.osmocom.org/packages/osmocom:/latest/Debian_11 ./ osmo-pcap-client-dbg 0.4.2 [71.1 kB] Get:215 https://downloads.osmocom.org/packages/osmocom:/latest/Debian_11 ./ osmo-pcap-server 0.4.2 [26.2 kB] Get:217 https://downloads.osmocom.org/packages/osmocom:/latest/Debian_11 ./ osmo-pcap-server-dbg 0.4.2 [60.0 kB] Get:218 https://downloads.osmocom.org/packages/osmocom:/latest/Debian_11 ./ osmo-pcu-dbg 1.4.0 [1,041 kB] Get:219 https://downloads.osmocom.org/packages/osmocom:/latest/Debian_11 ./ osmo-sgsn 1.11.1 [141 kB] Get:220 https://downloads.osmocom.org/packages/osmocom:/latest/Debian_11 ./ osmo-sgsn-dbg 1.11.1 [520 kB] Get:221 https://downloads.osmocom.org/packages/osmocom:/latest/Debian_11 ./ osmo-sip-connector-dbg 1.6.3 [99.5 kB] Get:222 https://downloads.osmocom.org/packages/osmocom:/latest/Debian_11 ./ osmo-smlc 0.2.4 [28.1 kB] Get:223 https://downloads.osmocom.org/packages/osmocom:/latest/Debian_11 ./ osmo-smlc-dbg 0.2.4 [96.7 kB] Get:224 https://downloads.osmocom.org/packages/osmocom:/latest/Debian_11 ./ osmo-sysmon 0.3.2 [21.0 kB] Get:225 https://downloads.osmocom.org/packages/osmocom:/latest/Debian_11 ./ osmo-sysmon-dbg 0.3.2 [70.2 kB] Get:226 https://downloads.osmocom.org/packages/osmocom:/latest/Debian_11 ./ osmo-trx-dbg 1.6.2 [6,246 kB] Get:290 http://deb.debian.org/debian bullseye/main amd64 libthai-data all 0.1.28-3 [170 kB] Get:291 http://deb.debian.org/debian bullseye/main amd64 libdatrie1 amd64 0.2.13-1 [42.7 kB] Get:292 http://deb.debian.org/debian bullseye/main amd64 libthai0 amd64 0.1.28-3 [54.2 kB] Get:293 http://deb.debian.org/debian bullseye/main amd64 libsombok3 amd64 2.4.0-2+b1 [31.4 kB] Get:294 http://deb.debian.org/debian bullseye/main amd64 libmime-charset-perl all 1.012.2-1 [35.4 kB] Get:295 http://deb.debian.org/debian bullseye/main amd64 libunicode-linebreak-perl amd64 0.0.20190101-1+b3 [102 kB] Get:296 http://deb.debian.org/debian bullseye/main amd64 libjs-jquery all 3.5.1+dfsg+~3.5.5-7 [315 kB] Get:297 http://deb.debian.org/debian bullseye/main amd64 libfontenc1 amd64 1:1.1.4-1 [24.3 kB] Get:298 http://deb.debian.org/debian bullseye/main amd64 xfonts-encodings all 1:1.0.4-2.1 [573 kB] Get:299 http://deb.debian.org/debian bullseye/main amd64 xfonts-utils amd64 1:7.7+6 [93.0 kB] Get:300 http://deb.debian.org/debian bullseye/main amd64 lmodern all 2.004.5-6.1 [9,489 kB] Get:228 https://downloads.osmocom.org/packages/osmocom:/latest/Debian_11 ./ osmo-upf 0.1.1 [41.5 kB] Get:229 https://downloads.osmocom.org/packages/osmocom:/latest/Debian_11 ./ osmo-upf-dbg 0.1.1 [146 kB] Get:301 http://deb.debian.org/debian bullseye/main amd64 texlive-luatex all 2020.20210202-3 [14.4 MB] Get:302 http://deb.debian.org/debian bullseye/main amd64 texlive-plain-generic all 2020.20210202-3 [27.0 MB] Get:303 http://deb.debian.org/debian bullseye/main amd64 texlive-extra-utils all 2020.20210202-3 [55.5 MB] Get:304 http://deb.debian.org/debian bullseye/main amd64 libapache-pom-java all 18-1 [4,676 B] Get:305 http://deb.debian.org/debian bullseye/main amd64 libcommons-parent-java all 43-1 [10.8 kB] Get:306 http://deb.debian.org/debian bullseye/main amd64 libcommons-logging-java all 1.2-2 [62.2 kB] Get:307 http://deb.debian.org/debian bullseye/main amd64 libfontbox-java all 1:1.8.16-2 [211 kB] Get:308 http://deb.debian.org/debian bullseye/main amd64 libpdfbox-java all 1:1.8.16-2 [5,205 kB] Get:309 http://deb.debian.org/debian bullseye/main amd64 preview-latex-style all 12.2-1 [201 kB] Get:310 http://deb.debian.org/debian bullseye/main amd64 texlive-pictures all 2020.20210202-3 [6,743 kB] Get:311 http://deb.debian.org/debian bullseye/main amd64 texlive-latex-extra all 2020.20210202-3 [13.7 MB] Get:312 http://deb.debian.org/debian bullseye/main amd64 fonts-gfs-baskerville all 1.1-6 [43.7 kB] Get:313 http://deb.debian.org/debian bullseye/main amd64 fonts-gfs-porson all 1.1-7 [33.8 kB] Get:314 http://deb.debian.org/debian bullseye/main amd64 texlive-lang-greek all 2020.20210202-2 [77.6 MB] Get:315 http://deb.debian.org/debian bullseye/main amd64 texlive-science all 2020.20210202-3 [3,367 kB] Get:316 http://deb.debian.org/debian bullseye/main amd64 dblatex all 0.3.12py3-1 [371 kB] Get:317 http://deb.debian.org/debian bullseye/main amd64 libosp5 amd64 1.5.2-13+b2 [934 kB] Get:318 http://deb.debian.org/debian bullseye/main amd64 libostyle1c2 amd64 1.4devel1-22 [643 kB] Get:319 http://deb.debian.org/debian bullseye/main amd64 openjade amd64 1.4devel1-22 [275 kB] Get:320 http://deb.debian.org/debian bullseye/main amd64 docbook-dsssl all 1.79-9.2 [234 kB] Get:321 http://deb.debian.org/debian bullseye/main amd64 teckit amd64 2.5.10+ds1-3 [701 kB] Get:322 http://deb.debian.org/debian bullseye/main amd64 tipa all 2:1.3-20.1 [2,978 kB] Get:323 http://deb.debian.org/debian bullseye/main amd64 texlive-xetex all 2020.20210202-3 [12.5 MB] Get:324 http://deb.debian.org/debian bullseye/main amd64 texlive-formats-extra all 2020.20210202-3 [4,711 kB] Get:325 http://deb.debian.org/debian bullseye/main amd64 libidn11 amd64 1.33-3 [116 kB] Get:326 http://deb.debian.org/debian bullseye/main amd64 lynx-common all 2.9.0dev.6-3~deb11u1 [1,192 kB] Get:327 http://deb.debian.org/debian bullseye/main amd64 lynx amd64 2.9.0dev.6-3~deb11u1 [652 kB] Get:328 http://deb.debian.org/debian bullseye/main amd64 libsgmls-perl all 1.03ii-36 [26.5 kB] Get:329 http://deb.debian.org/debian bullseye/main amd64 sgmlspl all 1.03ii-36 [11.7 kB] Get:330 http://deb.debian.org/debian bullseye/main amd64 opensp amd64 1.5.2-13+b2 [421 kB] Get:331 http://deb.debian.org/debian bullseye/main amd64 docbook-utils all 0.6.14-3.4 [60.1 kB] Get:332 http://deb.debian.org/debian bullseye/main amd64 asciidoc-dblatex all 9.0.0~rc2-1 [60.2 kB] Get:333 http://deb.debian.org/debian bullseye/main amd64 binutils-common amd64 2.35.2-2 [2,220 kB] Get:334 http://deb.debian.org/debian bullseye/main amd64 libbinutils amd64 2.35.2-2 [570 kB] Get:335 http://deb.debian.org/debian bullseye/main amd64 libctf-nobfd0 amd64 2.35.2-2 [110 kB] Get:336 http://deb.debian.org/debian bullseye/main amd64 libctf0 amd64 2.35.2-2 [53.2 kB] Get:337 http://deb.debian.org/debian bullseye/main amd64 binutils-x86-64-linux-gnu amd64 2.35.2-2 [1,809 kB] Get:338 http://deb.debian.org/debian bullseye/main amd64 binutils amd64 2.35.2-2 [61.2 kB] Get:339 http://deb.debian.org/debian bullseye/main amd64 libisl23 amd64 0.23-1 [676 kB] Get:340 http://deb.debian.org/debian bullseye/main amd64 libmpc3 amd64 1.2.0-1 [45.0 kB] Get:341 http://deb.debian.org/debian bullseye/main amd64 cpp-10 amd64 10.2.1-6 [8,528 kB] Get:342 http://deb.debian.org/debian bullseye/main amd64 cpp amd64 4:10.2.1-1 [19.7 kB] Get:343 http://deb.debian.org/debian bullseye/main amd64 dbus-user-session amd64 1.12.28-0+deb11u1 [100 kB] Get:344 http://deb.debian.org/debian bullseye/main amd64 libdconf1 amd64 0.38.0-2 [43.5 kB] Get:345 http://deb.debian.org/debian bullseye/main amd64 dconf-service amd64 0.38.0-2 [37.4 kB] Get:346 http://deb.debian.org/debian bullseye/main amd64 dconf-gsettings-backend amd64 0.38.0-2 [30.6 kB] Get:347 http://deb.debian.org/debian bullseye/main amd64 docbook5-xml all 5.0-3 [667 kB] Get:348 http://deb.debian.org/debian bullseye/main amd64 docutils-common all 0.16+dfsg-4 [129 kB] Get:349 http://deb.debian.org/debian bullseye/main amd64 libtcl8.6 amd64 8.6.11+dfsg-1 [1,018 kB] Get:350 http://deb.debian.org/debian bullseye/main amd64 tcl8.6 amd64 8.6.11+dfsg-1 [124 kB] Get:351 http://deb.debian.org/debian bullseye/main amd64 tcl-expect amd64 5.45.4-2+b1 [133 kB] Get:352 http://deb.debian.org/debian bullseye/main amd64 expect amd64 5.45.4-2+b1 [166 kB] Get:353 http://deb.debian.org/debian bullseye/main amd64 libmd-dev amd64 1.0.3-3 [45.6 kB] Get:354 http://deb.debian.org/debian bullseye/main amd64 libbsd-dev amd64 0.11.3-1+deb11u1 [233 kB] Get:355 http://deb.debian.org/debian bullseye/main amd64 libcrypt-dev amd64 1:4.4.18-4 [104 kB] Get:356 http://deb.debian.org/debian bullseye/main amd64 libtirpc-dev amd64 1.3.1-1+deb11u1 [191 kB] Get:357 http://deb.debian.org/debian bullseye/main amd64 libnsl-dev amd64 1.3.0-2 [66.4 kB] Get:358 http://deb.debian.org/debian bullseye/main amd64 libncurses-dev amd64 6.2+20201114-2+deb11u2 [344 kB] Get:359 http://deb.debian.org/debian bullseye/main amd64 libedit-dev amd64 3.1-20191231-2+b1 [117 kB] Get:360 http://deb.debian.org/debian bullseye/main amd64 libdpkg-perl all 1.20.13 [1,552 kB] Get:361 http://deb.debian.org/debian bullseye/main amd64 pkg-config amd64 0.29.2-1 [65.1 kB] Get:362 http://deb.debian.org/debian bullseye/main amd64 libdbus-1-dev amd64 1.12.28-0+deb11u1 [261 kB] Get:363 http://deb.debian.org/debian bullseye/main amd64 libpcap0.8 amd64 1.10.0-2 [159 kB] Get:364 http://deb.debian.org/debian bullseye/main amd64 libpcap0.8-dev amd64 1.10.0-2 [281 kB] Get:365 http://deb.debian.org/debian bullseye/main amd64 libpcap-dev amd64 1.10.0-2 [31.1 kB] Get:366 http://deb.debian.org/debian bullseye/main amd64 libpcre16-3 amd64 2:8.39-13 [259 kB] Get:367 http://deb.debian.org/debian bullseye/main amd64 libpcre32-3 amd64 2:8.39-13 [250 kB] Get:368 http://deb.debian.org/debian bullseye/main amd64 libpcrecpp0v5 amd64 2:8.39-13 [152 kB] Get:369 http://deb.debian.org/debian bullseye/main amd64 libpcre3-dev amd64 2:8.39-13 [650 kB] Get:370 http://deb.debian.org/debian bullseye/main amd64 libsctp-dev amd64 1.0.18+dfsg-1 [81.5 kB] Get:371 http://deb.debian.org/debian bullseye/main amd64 libssl-dev amd64 1.1.1w-0+deb11u1 [1,820 kB] Get:372 http://deb.debian.org/debian bullseye/main amd64 icu-devtools amd64 67.1-7 [201 kB] Get:373 http://deb.debian.org/debian bullseye/main amd64 libicu-dev amd64 67.1-7 [9,597 kB] Get:374 http://deb.debian.org/debian bullseye/main amd64 libxml2-dev amd64 2.9.10+dfsg-6.7+deb11u4 [790 kB] Get:375 http://deb.debian.org/debian bullseye/main amd64 make amd64 4.3-4.1 [396 kB] Get:376 http://deb.debian.org/debian bullseye/main amd64 libcc1-0 amd64 10.2.1-6 [47.0 kB] Get:377 http://deb.debian.org/debian bullseye/main amd64 libgomp1 amd64 10.2.1-6 [99.9 kB] Get:378 http://deb.debian.org/debian bullseye/main amd64 libitm1 amd64 10.2.1-6 [25.8 kB] Get:379 http://deb.debian.org/debian bullseye/main amd64 libatomic1 amd64 10.2.1-6 [9,008 B] Get:380 http://deb.debian.org/debian bullseye/main amd64 libasan6 amd64 10.2.1-6 [2,065 kB] Get:381 http://deb.debian.org/debian bullseye/main amd64 liblsan0 amd64 10.2.1-6 [828 kB] Get:382 http://deb.debian.org/debian bullseye/main amd64 libtsan0 amd64 10.2.1-6 [2,000 kB] Get:383 http://deb.debian.org/debian bullseye/main amd64 libubsan1 amd64 10.2.1-6 [777 kB] Get:384 http://deb.debian.org/debian bullseye/main amd64 libquadmath0 amd64 10.2.1-6 [145 kB] Get:385 http://deb.debian.org/debian bullseye/main amd64 libgcc-10-dev amd64 10.2.1-6 [2,328 kB] Get:386 http://deb.debian.org/debian bullseye/main amd64 gcc-10 amd64 10.2.1-6 [17.0 MB] Get:387 http://deb.debian.org/debian bullseye/main amd64 gcc amd64 4:10.2.1-1 [5,192 B] Get:388 http://deb.debian.org/debian bullseye/main amd64 erlang-base amd64 1:23.2.6+dfsg-1+deb11u1 [8,456 kB] Get:389 http://deb.debian.org/debian bullseye/main amd64 erlang-asn1 amd64 1:23.2.6+dfsg-1+deb11u1 [771 kB] Get:390 http://deb.debian.org/debian bullseye/main amd64 erlang-crypto amd64 1:23.2.6+dfsg-1+deb11u1 [176 kB] Get:391 http://deb.debian.org/debian bullseye/main amd64 libglvnd0 amd64 1.3.2-1 [53.6 kB] Get:392 http://deb.debian.org/debian bullseye/main amd64 libdrm-common all 2.4.104-1 [14.9 kB] Get:393 http://deb.debian.org/debian bullseye/main amd64 libdrm2 amd64 2.4.104-1 [41.5 kB] Get:394 http://deb.debian.org/debian bullseye/main amd64 libglapi-mesa amd64 20.3.5-1 [71.7 kB] Get:395 http://deb.debian.org/debian bullseye/main amd64 libx11-xcb1 amd64 2:1.7.2-1+deb11u2 [204 kB] Get:396 http://deb.debian.org/debian bullseye/main amd64 libxcb-dri2-0 amd64 1.14-3 [103 kB] Get:397 http://deb.debian.org/debian bullseye/main amd64 libxcb-dri3-0 amd64 1.14-3 [102 kB] Get:398 http://deb.debian.org/debian bullseye/main amd64 libxcb-glx0 amd64 1.14-3 [118 kB] Get:399 http://deb.debian.org/debian bullseye/main amd64 libxcb-present0 amd64 1.14-3 [101 kB] Get:400 http://deb.debian.org/debian bullseye/main amd64 libxcb-sync1 amd64 1.14-3 [105 kB] Get:401 http://deb.debian.org/debian bullseye/main amd64 libxcb-xfixes0 amd64 1.14-3 [105 kB] Get:402 http://deb.debian.org/debian bullseye/main amd64 libxdamage1 amd64 1:1.1.5-2 [15.7 kB] Get:403 http://deb.debian.org/debian bullseye/main amd64 libxfixes3 amd64 1:5.0.3-2 [22.1 kB] Get:404 http://deb.debian.org/debian bullseye/main amd64 libxshmfence1 amd64 1.3-1 [8,820 B] Get:405 http://deb.debian.org/debian bullseye/main amd64 libxxf86vm1 amd64 1:1.1.4-1+b2 [20.8 kB] Get:406 http://deb.debian.org/debian bullseye/main amd64 libdrm-amdgpu1 amd64 2.4.104-1 [28.5 kB] Get:407 http://deb.debian.org/debian bullseye/main amd64 libpciaccess0 amd64 0.16-1 [53.6 kB] Get:408 http://deb.debian.org/debian bullseye/main amd64 libdrm-intel1 amd64 2.4.104-1 [71.8 kB] Get:409 http://deb.debian.org/debian bullseye/main amd64 libdrm-nouveau2 amd64 2.4.104-1 [26.8 kB] Get:410 http://deb.debian.org/debian bullseye/main amd64 libdrm-radeon1 amd64 2.4.104-1 [30.2 kB] Get:411 http://deb.debian.org/debian bullseye/main amd64 libz3-4 amd64 4.8.10-1 [6,949 kB] Get:412 http://deb.debian.org/debian bullseye/main amd64 libllvm11 amd64 1:11.0.1-2 [17.9 MB] Get:413 http://deb.debian.org/debian bullseye/main amd64 libsensors-config all 1:3.6.0-7 [32.3 kB] Get:414 http://deb.debian.org/debian bullseye/main amd64 libsensors5 amd64 1:3.6.0-7 [52.3 kB] Get:415 http://deb.debian.org/debian bullseye/main amd64 libvulkan1 amd64 1.2.162.0-1 [103 kB] Get:416 http://deb.debian.org/debian bullseye/main amd64 libgl1-mesa-dri amd64 20.3.5-1 [9,633 kB] Get:417 http://deb.debian.org/debian bullseye/main amd64 libglx-mesa0 amd64 20.3.5-1 [186 kB] Get:418 http://deb.debian.org/debian bullseye/main amd64 libglx0 amd64 1.3.2-1 [35.7 kB] Get:419 http://deb.debian.org/debian bullseye/main amd64 libgl1 amd64 1.3.2-1 [89.5 kB] Get:420 http://deb.debian.org/debian bullseye/main amd64 libglu1-mesa amd64 9.0.1-1 [168 kB] Get:421 http://deb.debian.org/debian bullseye/main amd64 libwxbase3.0-0v5 amd64 3.0.5.1+dfsg-2 [1,090 kB] Get:422 http://deb.debian.org/debian bullseye/main amd64 libgdk-pixbuf-xlib-2.0-0 amd64 2.40.2-2 [47.9 kB] Get:423 http://deb.debian.org/debian bullseye/main amd64 libgdk-pixbuf2.0-0 amd64 2.40.2-2 [14.1 kB] Get:424 http://deb.debian.org/debian bullseye/main amd64 libatk1.0-data all 2.36.0-2 [149 kB] Get:425 http://deb.debian.org/debian bullseye/main amd64 libatk1.0-0 amd64 2.36.0-2 [52.2 kB] Get:426 http://deb.debian.org/debian bullseye/main amd64 libatspi2.0-0 amd64 2.38.0-4+deb11u1 [72.4 kB] Get:427 http://deb.debian.org/debian bullseye/main amd64 libatk-bridge2.0-0 amd64 2.38.0-1 [64.6 kB] Get:428 http://deb.debian.org/debian bullseye/main amd64 libcairo-gobject2 amd64 1.16.0-5 [125 kB] Get:429 http://deb.debian.org/debian bullseye/main amd64 liblcms2-2 amd64 2.12~rc1-2 [150 kB] Get:430 http://deb.debian.org/debian bullseye/main amd64 libcolord2 amd64 1.4.5-3 [144 kB] Get:431 http://deb.debian.org/debian bullseye/main amd64 libavahi-common-data amd64 0.8-5+deb11u2 [124 kB] Get:432 http://deb.debian.org/debian bullseye/main amd64 libavahi-common3 amd64 0.8-5+deb11u2 [58.7 kB] Get:433 http://deb.debian.org/debian bullseye/main amd64 libavahi-client3 amd64 0.8-5+deb11u2 [62.6 kB] Get:434 http://deb.debian.org/debian bullseye/main amd64 libcups2 amd64 2.3.3op2-3+deb11u6 [351 kB] Get:435 http://deb.debian.org/debian bullseye/main amd64 libepoxy0 amd64 1.5.5-1 [193 kB] Get:436 http://deb.debian.org/debian bullseye/main amd64 libfribidi0 amd64 1.0.8-2+deb11u1 [64.9 kB] Get:437 http://deb.debian.org/debian bullseye/main amd64 libjson-glib-1.0-common all 1.6.2-1 [56.9 kB] Get:438 http://deb.debian.org/debian bullseye/main amd64 libjson-glib-1.0-0 amd64 1.6.2-1 [65.4 kB] Get:439 http://deb.debian.org/debian bullseye/main amd64 fontconfig amd64 2.13.1-4.2 [417 kB] Get:440 http://deb.debian.org/debian bullseye/main amd64 libpango-1.0-0 amd64 1.46.2-3 [191 kB] Get:441 http://deb.debian.org/debian bullseye/main amd64 libpangoft2-1.0-0 amd64 1.46.2-3 [62.2 kB] Get:442 http://deb.debian.org/debian bullseye/main amd64 libpangocairo-1.0-0 amd64 1.46.2-3 [50.6 kB] Get:443 http://deb.debian.org/debian bullseye/main amd64 libproxy1v5 amd64 0.4.17-1 [59.5 kB] Get:444 http://deb.debian.org/debian bullseye/main amd64 glib-networking-common all 2.66.0-2 [68.1 kB] Get:445 http://deb.debian.org/debian bullseye/main amd64 glib-networking-services amd64 2.66.0-2 [17.5 kB] Get:446 http://deb.debian.org/debian bullseye/main amd64 gsettings-desktop-schemas all 3.38.0-2 [588 kB] Get:447 http://deb.debian.org/debian bullseye/main amd64 glib-networking amd64 2.66.0-2 [67.6 kB] Get:448 http://deb.debian.org/debian bullseye/main amd64 libsoup2.4-1 amd64 2.72.0-2 [280 kB] Get:449 http://deb.debian.org/debian bullseye/main amd64 libsoup-gnome2.4-1 amd64 2.72.0-2 [22.2 kB] Get:450 http://deb.debian.org/debian bullseye/main amd64 librest-0.7-0 amd64 0.8.1-1.1 [33.8 kB] Get:451 http://deb.debian.org/debian bullseye/main amd64 libwayland-client0 amd64 1.18.0-2~exp1.1 [26.9 kB] Get:452 http://deb.debian.org/debian bullseye/main amd64 libwayland-cursor0 amd64 1.18.0-2~exp1.1 [14.6 kB] Get:453 http://deb.debian.org/debian bullseye/main amd64 libwayland-egl1 amd64 1.18.0-2~exp1.1 [8,448 B] Get:454 http://deb.debian.org/debian bullseye/main amd64 libxcomposite1 amd64 1:0.4.5-1 [16.6 kB] Get:455 http://deb.debian.org/debian bullseye/main amd64 libxcursor1 amd64 1:1.2.0-2 [37.3 kB] Get:456 http://deb.debian.org/debian bullseye/main amd64 libxinerama1 amd64 2:1.1.4-2 [17.7 kB] Get:457 http://deb.debian.org/debian bullseye/main amd64 libxkbcommon0 amd64 1.0.3-2 [101 kB] Get:458 http://deb.debian.org/debian bullseye/main amd64 libxrandr2 amd64 2:1.5.1-1 [37.5 kB] Get:459 http://deb.debian.org/debian bullseye/main amd64 libgtk-3-common all 3.24.24-4+deb11u3 [3,757 kB] Get:460 http://deb.debian.org/debian bullseye/main amd64 libgtk-3-0 amd64 3.24.24-4+deb11u3 [2,716 kB] Get:461 http://deb.debian.org/debian bullseye/main amd64 libnotify4 amd64 0.7.9-3 [23.7 kB] Get:462 http://deb.debian.org/debian bullseye/main amd64 libwxgtk3.0-gtk3-0v5 amd64 3.0.5.1+dfsg-2 [4,494 kB] Get:463 http://deb.debian.org/debian bullseye/main amd64 erlang-wx amd64 1:23.2.6+dfsg-1+deb11u1 [2,815 kB] Get:464 http://deb.debian.org/debian bullseye/main amd64 erlang-debugger amd64 1:23.2.6+dfsg-1+deb11u1 [410 kB] Get:465 http://deb.debian.org/debian bullseye/main amd64 erlang-mnesia amd64 1:23.2.6+dfsg-1+deb11u1 [755 kB] Get:466 http://deb.debian.org/debian bullseye/main amd64 erlang-runtime-tools amd64 1:23.2.6+dfsg-1+deb11u1 [216 kB] Get:467 http://deb.debian.org/debian bullseye/main amd64 erlang-public-key amd64 1:23.2.6+dfsg-1+deb11u1 [675 kB] Get:468 http://deb.debian.org/debian bullseye/main amd64 erlang-ssl amd64 1:23.2.6+dfsg-1+deb11u1 [1,317 kB] Get:469 http://deb.debian.org/debian bullseye/main amd64 erlang-ftp amd64 1:23.2.6+dfsg-1+deb11u1 [102 kB] Get:470 http://deb.debian.org/debian bullseye/main amd64 erlang-tftp amd64 1:23.2.6+dfsg-1+deb11u1 [117 kB] Get:471 http://deb.debian.org/debian bullseye/main amd64 erlang-inets amd64 1:23.2.6+dfsg-1+deb11u1 [560 kB] Get:472 http://deb.debian.org/debian bullseye/main amd64 erlang-et amd64 1:23.2.6+dfsg-1+deb11u1 [178 kB] Get:473 http://deb.debian.org/debian bullseye/main amd64 erlang-observer amd64 1:23.2.6+dfsg-1+deb11u1 [886 kB] Get:474 http://deb.debian.org/debian bullseye/main amd64 erlang-snmp amd64 1:23.2.6+dfsg-1+deb11u1 [1,603 kB] Get:475 http://deb.debian.org/debian bullseye/main amd64 erlang-ssh amd64 1:23.2.6+dfsg-1+deb11u1 [784 kB] Get:476 http://deb.debian.org/debian bullseye/main amd64 erlang-syntax-tools amd64 1:23.2.6+dfsg-1+deb11u1 [377 kB] Get:477 http://deb.debian.org/debian bullseye/main amd64 erlang-tools amd64 1:23.2.6+dfsg-1+deb11u1 [532 kB] Get:478 http://deb.debian.org/debian bullseye/main amd64 erlang-xmerl amd64 1:23.2.6+dfsg-1+deb11u1 [1,137 kB] Get:479 http://deb.debian.org/debian bullseye/main amd64 libjs-jquery-metadata all 12-3 [7,660 B] Get:480 http://deb.debian.org/debian bullseye/main amd64 libjs-jquery-tablesorter all 1:2.31.3+dfsg1-1 [185 kB] Get:481 http://deb.debian.org/debian bullseye/main amd64 erlang-common-test amd64 1:23.2.6+dfsg-1+deb11u1 [1,036 kB] Get:482 http://deb.debian.org/debian bullseye/main amd64 erlang-dev amd64 1:23.2.6+dfsg-1+deb11u1 [330 kB] Get:483 http://deb.debian.org/debian bullseye/main amd64 erlang-dialyzer amd64 1:23.2.6+dfsg-1+deb11u1 [715 kB] Get:484 http://deb.debian.org/debian bullseye/main amd64 erlang-diameter amd64 1:23.2.6+dfsg-1+deb11u1 [686 kB] Get:485 http://deb.debian.org/debian bullseye/main amd64 erlang-edoc amd64 1:23.2.6+dfsg-1+deb11u1 [310 kB] Get:486 http://deb.debian.org/debian bullseye/main amd64 erlang-eldap amd64 1:23.2.6+dfsg-1+deb11u1 [133 kB] Get:487 http://deb.debian.org/debian bullseye/main amd64 erlang-erl-docgen amd64 1:23.2.6+dfsg-1+deb11u1 [183 kB] Get:488 http://deb.debian.org/debian bullseye/main amd64 erlang-eunit amd64 1:23.2.6+dfsg-1+deb11u1 [169 kB] Get:489 http://deb.debian.org/debian bullseye/main amd64 libltdl7 amd64 2.4.6-15 [391 kB] Get:490 http://deb.debian.org/debian bullseye/main amd64 libodbc1 amd64 2.3.6-0.1+b1 [224 kB] Get:491 http://deb.debian.org/debian bullseye/main amd64 erlang-odbc amd64 1:23.2.6+dfsg-1+deb11u1 [81.2 kB] Get:492 http://deb.debian.org/debian bullseye/main amd64 erlang-os-mon amd64 1:23.2.6+dfsg-1+deb11u1 [110 kB] Get:493 http://deb.debian.org/debian bullseye/main amd64 erlang-parsetools amd64 1:23.2.6+dfsg-1+deb11u1 [183 kB] Get:494 http://deb.debian.org/debian bullseye/main amd64 erlang-nox all 1:23.2.6+dfsg-1+deb11u1 [39.0 kB] Get:495 http://deb.debian.org/debian bullseye/main amd64 erlang-reltool amd64 1:23.2.6+dfsg-1+deb11u1 [358 kB] Get:496 http://deb.debian.org/debian bullseye/main amd64 libann0 amd64 1.1.2+doc-7 [25.3 kB] Get:497 http://deb.debian.org/debian bullseye/main amd64 libcdt5 amd64 2.42.2-5 [62.2 kB] Get:498 http://deb.debian.org/debian bullseye/main amd64 libcgraph6 amd64 2.42.2-5 [85.5 kB] Get:499 http://deb.debian.org/debian bullseye/main amd64 libgd3 amd64 2.3.0-2 [137 kB] Get:500 http://deb.debian.org/debian bullseye/main amd64 libgts-0.7-5 amd64 0.7.6+darcs121130-4+b1 [158 kB] Get:501 http://deb.debian.org/debian bullseye/main amd64 libpathplan4 amd64 2.42.2-5 [64.3 kB] Get:502 http://deb.debian.org/debian bullseye/main amd64 libgvc6 amd64 2.42.2-5 [695 kB] Get:503 http://deb.debian.org/debian bullseye/main amd64 libgvpr2 amd64 2.42.2-5 [212 kB] Get:504 http://deb.debian.org/debian bullseye/main amd64 liblab-gamut1 amd64 2.42.2-5 [221 kB] Get:505 http://deb.debian.org/debian bullseye/main amd64 graphviz amd64 2.42.2-5 [632 kB] Get:506 http://deb.debian.org/debian bullseye/main amd64 libmbedcrypto3 amd64 2.16.9-0.1 [219 kB] Get:507 http://deb.debian.org/debian bullseye/main amd64 libmbedx509-0 amd64 2.16.9-0.1 [109 kB] Get:508 http://deb.debian.org/debian bullseye/main amd64 libmbedtls12 amd64 2.16.9-0.1 [139 kB] Get:509 http://deb.debian.org/debian bullseye/main amd64 libbctoolbox1 amd64 4.4.13-2 [92.2 kB] Get:510 http://deb.debian.org/debian bullseye/main amd64 libboost-chrono1.74.0 amd64 1.74.0-9 [252 kB] Get:511 http://deb.debian.org/debian bullseye/main amd64 libboost-filesystem1.74.0 amd64 1.74.0-9 [283 kB] Get:512 http://deb.debian.org/debian bullseye/main amd64 libboost-regex1.74.0 amd64 1.74.0-9 [516 kB] Get:513 http://deb.debian.org/debian bullseye/main amd64 libboost-serialization1.74.0 amd64 1.74.0-9 [340 kB] Get:514 http://deb.debian.org/debian bullseye/main amd64 libboost-thread1.74.0 amd64 1.74.0-9 [279 kB] Get:515 http://deb.debian.org/debian bullseye/main amd64 libc-ares2 amd64 1.17.1-1+deb11u3 [102 kB] Get:516 http://deb.debian.org/debian bullseye/main amd64 libcdk5nc6 amd64 5.0.20180306-3 [129 kB] Get:517 http://deb.debian.org/debian bullseye/main amd64 libcsv3 amd64 3.0.3+dfsg-5 [10.1 kB] Get:518 http://deb.debian.org/debian bullseye/main amd64 libdbi1 amd64 0.9.0-6 [28.9 kB] Get:519 http://deb.debian.org/debian bullseye/main amd64 libdbd-sqlite3 amd64 0.9.0-9 [180 kB] Get:520 http://deb.debian.org/debian bullseye/main amd64 libfftw3-single3 amd64 3.3.8-2 [762 kB] Get:521 http://deb.debian.org/debian bullseye/main amd64 libmnl-dev amd64 1.0.4-3 [7,752 B] Get:522 http://deb.debian.org/debian bullseye/main amd64 libimagequant0 amd64 2.12.2-1.1 [32.5 kB] Get:523 http://deb.debian.org/debian bullseye/main amd64 libmicrohttpd12 amd64 0.9.72-2 [109 kB] Get:524 http://deb.debian.org/debian bullseye/main amd64 libnl-3-200 amd64 3.4.0-1+b1 [63.6 kB] Get:525 http://deb.debian.org/debian bullseye/main amd64 libnl-route-3-200 amd64 3.4.0-1+b1 [161 kB] Get:526 http://deb.debian.org/debian bullseye/main amd64 libnorm1 amd64 1.5.9+dfsg-2 [221 kB] Get:527 http://deb.debian.org/debian bullseye/main amd64 liboping0 amd64 1.10.0-4+b1 [20.6 kB] Get:528 http://deb.debian.org/debian bullseye/main amd64 liborcania2.1 amd64 2.1.1-4 [13.3 kB] Get:529 http://deb.debian.org/debian bullseye/main amd64 libortp15 amd64 1:4.4.13-2 [81.8 kB] Get:530 http://deb.debian.org/debian bullseye/main amd64 libtalloc-dev amd64 2.3.1-2+b1 [54.7 kB] Get:531 http://deb.debian.org/debian bullseye/main amd64 libusb-1.0-0-dev amd64 2:1.0.24-3 [80.4 kB] Get:532 http://deb.debian.org/debian bullseye/main amd64 libpgm-5.3-0 amd64 5.3.128~dfsg-2 [161 kB] Get:533 http://deb.debian.org/debian bullseye/main amd64 librsvg2-2 amd64 2.50.3+dfsg-1+deb11u1 [2,462 kB] Get:534 http://deb.debian.org/debian bullseye/main amd64 librsvg2-bin amd64 2.50.3+dfsg-1+deb11u1 [36.2 kB] Get:535 http://deb.debian.org/debian bullseye/main amd64 libsodium23 amd64 1.0.18-1 [161 kB] Get:536 http://deb.debian.org/debian bullseye/main amd64 libsofia-sip-ua0 amd64 1.12.11+20110422.1-2.1+deb11u2 [530 kB] Get:537 http://deb.debian.org/debian bullseye/main amd64 libsofia-sip-ua-glib3 amd64 1.12.11+20110422.1-2.1+deb11u2 [16.5 kB] Get:538 http://deb.debian.org/debian bullseye/main amd64 libuhd3.15.0 amd64 3.15.0.0-4+b1 [2,924 kB] Get:539 http://deb.debian.org/debian bullseye/main amd64 libyder2.0 amd64 1.4.12-1 [8,908 B] Get:540 http://deb.debian.org/debian bullseye/main amd64 libwebpdemux2 amd64 0.6.1-2.1+deb11u2 [87.8 kB] Get:541 http://deb.debian.org/debian bullseye/main amd64 libwebpmux3 amd64 0.6.1-2.1+deb11u2 [97.7 kB] Get:542 http://deb.debian.org/debian bullseye/main amd64 libzmq5 amd64 4.3.4-1+deb11u1 [275 kB] Get:543 http://deb.debian.org/debian bullseye/main amd64 mscgen amd64 0.20-14 [49.5 kB] Get:544 http://deb.debian.org/debian bullseye/main amd64 python3-funcparserlib all 0.3.6+dfsg1-1 [15.9 kB] Get:545 http://deb.debian.org/debian bullseye/main amd64 python3-pil amd64 8.1.2+dfsg-0.3+deb11u1 [445 kB] Get:546 http://deb.debian.org/debian bullseye/main amd64 python3-webcolors all 1.11.1-1 [12.7 kB] Get:547 http://deb.debian.org/debian bullseye/main amd64 python3-roman all 2.0.0-5 [9,064 B] Get:548 http://deb.debian.org/debian bullseye/main amd64 python3-docutils all 0.16+dfsg-4 [384 kB] Get:549 http://deb.debian.org/debian bullseye/main amd64 python3-reportlab-accel amd64 3.5.59-2 [39.1 kB] Get:550 http://deb.debian.org/debian bullseye/main amd64 python3-reportlab all 3.5.59-2 [575 kB] Get:551 http://deb.debian.org/debian bullseye/main amd64 python3-blockdiag all 2.0.1+dfsg-1 [74.1 kB] Get:552 http://deb.debian.org/debian bullseye/main amd64 python3-nwdiag all 2.0.0+dfsg-1 [33.6 kB] Get:553 http://deb.debian.org/debian bullseye/main amd64 python3-multidict amd64 5.1.0-1 [38.7 kB] Get:554 http://deb.debian.org/debian bullseye/main amd64 python3-yarl amd64 1.6.3-2 [48.6 kB] Get:555 http://deb.debian.org/debian bullseye/main amd64 python3-async-timeout all 3.0.1-1.1 [6,420 B] Get:556 http://deb.debian.org/debian bullseye/main amd64 python3-attr all 20.3.0-1 [52.9 kB] Get:557 http://deb.debian.org/debian bullseye/main amd64 python3-typing-extensions all 3.7.4.3-1 [29.8 kB] Get:558 http://deb.debian.org/debian bullseye/main amd64 python3-aiohttp amd64 3.7.4-1 [263 kB] Get:559 http://deb.debian.org/debian bullseye/main amd64 python3-automat all 20.2.0-1 [27.5 kB] Get:560 http://deb.debian.org/debian bullseye/main amd64 python3-cffi-backend amd64 1.14.5-1 [85.8 kB] Get:561 http://deb.debian.org/debian bullseye/main amd64 python3-bcrypt amd64 3.1.7-4 [33.7 kB] Get:562 http://deb.debian.org/debian bullseye/main amd64 python3-constantly all 15.1.0-2 [8,356 B] Get:563 http://deb.debian.org/debian bullseye/main amd64 python3-cryptography amd64 3.3.2-1 [223 kB] Get:564 http://deb.debian.org/debian bullseye/main amd64 python3-hamcrest all 1.9.0-3 [27.6 kB] Get:565 http://deb.debian.org/debian bullseye/main amd64 python3-hyperlink all 19.0.0-2 [36.0 kB] Get:566 http://deb.debian.org/debian bullseye/main amd64 python3-incremental all 17.5.0-1 [13.5 kB] Get:567 http://deb.debian.org/debian bullseye/main amd64 python3-openssl all 20.0.1-1 [53.7 kB] Get:568 http://deb.debian.org/debian bullseye/main amd64 python3-zope.interface amd64 5.2.0-1 [142 kB] Get:569 http://deb.debian.org/debian bullseye/main amd64 python3-twisted-bin amd64 20.3.0-7+deb11u1 [23.1 kB] Get:570 http://deb.debian.org/debian bullseye/main amd64 python3-pyasn1 all 0.4.8-1 [63.8 kB] Get:571 http://deb.debian.org/debian bullseye/main amd64 python3-pyasn1-modules all 0.2.1-1 [34.6 kB] Get:572 http://deb.debian.org/debian bullseye/main amd64 python3-service-identity all 18.1.0-6 [12.6 kB] Get:573 http://deb.debian.org/debian bullseye/main amd64 python3-twisted all 20.3.0-7+deb11u1 [1,966 kB] Get:574 http://deb.debian.org/debian bullseye/main amd64 python3-treq all 18.6.0-0.2 [40.4 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 645 MB in 11s (58.2 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 ... 28453 files and directories currently installed.) Preparing to unpack .../libc6_2.31-13+deb11u10_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: Dialog debconf: (TERM is not set, so the dialog frontend is not usable.) debconf: falling back to frontend: Readline Unpacking libc6:amd64 (2.31-13+deb11u10) over (2.31-13+deb11u2) ... Setting up libc6:amd64 (2.31-13+deb11u10) ... debconf: unable to initialize frontend: Dialog debconf: (TERM is not set, so the dialog frontend is not usable.) debconf: falling back to frontend: Readline (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 ... 28453 files and directories currently installed.) Preparing to unpack .../0-dbus_1.12.28-0+deb11u1_amd64.deb ... Unpacking dbus (1.12.28-0+deb11u1) over (1.12.20-2) ... Preparing to unpack .../1-libdbus-1-3_1.12.28-0+deb11u1_amd64.deb ... Unpacking libdbus-1-3:amd64 (1.12.28-0+deb11u1) over (1.12.20-2) ... Selecting previously unselected package libosmo-rspro2:amd64. Preparing to unpack .../2-libosmo-rspro2_1.0.0_amd64.deb ... Unpacking libosmo-rspro2:amd64 (1.0.0) ... Selecting previously unselected package libosmoabis13:amd64. Preparing to unpack .../3-libosmoabis13_1.5.2_amd64.deb ... Unpacking libosmoabis13:amd64 (1.5.2) ... Selecting previously unselected package libifd-osmo-remsim-client0:amd64. Preparing to unpack .../4-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 .../5-pcscd_1.9.1-1_amd64.deb ... Unpacking pcscd (1.9.1-1) ... Selecting previously unselected package sgml-base. Preparing to unpack .../6-sgml-base_1.30_all.deb ... Unpacking sgml-base (1.30) ... Selecting previously unselected package tex-common. Preparing to unpack .../7-tex-common_6.16_all.deb ... Unpacking tex-common (6.16) ... Preparing to unpack .../8-libssl1.1_1.1.1w-0+deb11u1_amd64.deb ... Unpacking libssl1.1:amd64 (1.1.1w-0+deb11u1) over (1.1.1k-1+deb11u1) ... Setting up libssl1.1:amd64 (1.1.1w-0+deb11u1) ... debconf: unable to initialize frontend: Dialog debconf: (TERM is not set, so the dialog frontend is not usable.) debconf: falling back to frontend: Readline (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 ... 28572 files and directories currently installed.) Preparing to unpack .../libncurses6_6.2+20201114-2+deb11u2_amd64.deb ... Unpacking libncurses6:amd64 (6.2+20201114-2+deb11u2) over (6.2+20201114-2) ... Preparing to unpack .../libncursesw6_6.2+20201114-2+deb11u2_amd64.deb ... Unpacking libncursesw6:amd64 (6.2+20201114-2+deb11u2) over (6.2+20201114-2) ... Preparing to unpack .../libtinfo6_6.2+20201114-2+deb11u2_amd64.deb ... Unpacking libtinfo6:amd64 (6.2+20201114-2+deb11u2) over (6.2+20201114-2) ... Setting up libtinfo6:amd64 (6.2+20201114-2+deb11u2) ... (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 ... 28572 files and directories currently installed.) Preparing to unpack .../libtirpc-common_1.3.1-1+deb11u1_all.deb ... Unpacking libtirpc-common (1.3.1-1+deb11u1) over (1.3.1-1) ... Setting up libtirpc-common (1.3.1-1+deb11u1) ... (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 ... 28572 files and directories currently installed.) Preparing to unpack .../libtirpc3_1.3.1-1+deb11u1_amd64.deb ... Unpacking libtirpc3:amd64 (1.3.1-1+deb11u1) over (1.3.1-1) ... Setting up libtirpc3:amd64 (1.3.1-1+deb11u1) ... (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 ... 28572 files and directories currently installed.) Preparing to unpack .../000-libnftnl11_1.2.5-1_amd64.deb ... Unpacking libnftnl11:amd64 (1.2.5-1) over (1.1.9-1) ... Preparing to unpack .../001-nftables_1.0.6-2_amd64.deb ... Unpacking nftables (1.0.6-2) over (0.9.8-3.1) ... Preparing to unpack .../002-libnftables1_1.0.6-2_amd64.deb ... Unpacking libnftables1:amd64 (1.0.6-2) over (0.9.8-3.1) ... Selecting previously unselected package hicolor-icon-theme. Preparing to unpack .../003-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 .../004-libgdk-pixbuf2.0-common_2.42.2+dfsg-1+deb11u1_all.deb ... Unpacking libgdk-pixbuf2.0-common (2.42.2+dfsg-1+deb11u1) ... Selecting previously unselected package libjpeg62-turbo:amd64. Preparing to unpack .../005-libjpeg62-turbo_1%3a2.0.6-4_amd64.deb ... Unpacking libjpeg62-turbo:amd64 (1:2.0.6-4) ... Selecting previously unselected package libdeflate0:amd64. Preparing to unpack .../006-libdeflate0_1.7-1_amd64.deb ... Unpacking libdeflate0:amd64 (1.7-1) ... Selecting previously unselected package libjbig0:amd64. Preparing to unpack .../007-libjbig0_2.1-3.1+b2_amd64.deb ... Unpacking libjbig0:amd64 (2.1-3.1+b2) ... Selecting previously unselected package libwebp6:amd64. Preparing to unpack .../008-libwebp6_0.6.1-2.1+deb11u2_amd64.deb ... Unpacking libwebp6:amd64 (0.6.1-2.1+deb11u2) ... Selecting previously unselected package libtiff5:amd64. Preparing to unpack .../009-libtiff5_4.2.0-1+deb11u5_amd64.deb ... Unpacking libtiff5:amd64 (4.2.0-1+deb11u5) ... Selecting previously unselected package libgdk-pixbuf-2.0-0:amd64. Preparing to unpack .../010-libgdk-pixbuf-2.0-0_2.42.2+dfsg-1+deb11u1_amd64.deb ... Unpacking libgdk-pixbuf-2.0-0:amd64 (2.42.2+dfsg-1+deb11u1) ... Selecting previously unselected package gtk-update-icon-cache. Preparing to unpack .../011-gtk-update-icon-cache_3.24.24-4+deb11u3_amd64.deb ... Unpacking gtk-update-icon-cache (3.24.24-4+deb11u3) ... Selecting previously unselected package adwaita-icon-theme. Preparing to unpack .../012-adwaita-icon-theme_3.38.0-1_all.deb ... Unpacking adwaita-icon-theme (3.38.0-1) ... Selecting previously unselected package asciidoc-common. Preparing to unpack .../013-asciidoc-common_9.0.0~rc2-1_all.deb ... Unpacking asciidoc-common (9.0.0~rc2-1) ... Preparing to unpack .../014-libxml2_2.9.10+dfsg-6.7+deb11u4_amd64.deb ... Unpacking libxml2:amd64 (2.9.10+dfsg-6.7+deb11u4) over (2.9.10+dfsg-6.7) ... Selecting previously unselected package libxml2-utils. Preparing to unpack .../015-libxml2-utils_2.9.10+dfsg-6.7+deb11u4_amd64.deb ... Unpacking libxml2-utils (2.9.10+dfsg-6.7+deb11u4) ... Selecting previously unselected package libxslt1.1:amd64. Preparing to unpack .../016-libxslt1.1_1.1.34-4+deb11u1_amd64.deb ... Unpacking libxslt1.1:amd64 (1.1.34-4+deb11u1) ... Selecting previously unselected package xsltproc. Preparing to unpack .../017-xsltproc_1.1.34-4+deb11u1_amd64.deb ... Unpacking xsltproc (1.1.34-4+deb11u1) ... Selecting previously unselected package asciidoc-base. Preparing to unpack .../018-asciidoc-base_9.0.0~rc2-1_all.deb ... Unpacking asciidoc-base (9.0.0~rc2-1) ... Selecting previously unselected package asciidoc. Preparing to unpack .../019-asciidoc_9.0.0~rc2-1_all.deb ... Unpacking asciidoc (9.0.0~rc2-1) ... Selecting previously unselected package xml-core. Preparing to unpack .../020-xml-core_0.18+nmu1_all.deb ... Unpacking xml-core (0.18+nmu1) ... Selecting previously unselected package sgml-data. Preparing to unpack .../021-sgml-data_2.0.11+nmu1_all.deb ... Unpacking sgml-data (2.0.11+nmu1) ... Selecting previously unselected package docbook-xml. Preparing to unpack .../022-docbook-xml_4.5-9_all.deb ... Unpacking docbook-xml (4.5-9) ... Selecting previously unselected package libpaper1:amd64. Preparing to unpack .../023-libpaper1_1.1.28+b1_amd64.deb ... Unpacking libpaper1:amd64 (1.1.28+b1) ... Selecting previously unselected package libpaper-utils. Preparing to unpack .../024-libpaper-utils_1.1.28+b1_amd64.deb ... Unpacking libpaper-utils (1.1.28+b1) ... Selecting previously unselected package libkpathsea6:amd64. Preparing to unpack .../025-libkpathsea6_2020.20200327.54578-7+deb11u1_amd64.deb ... Unpacking libkpathsea6:amd64 (2020.20200327.54578-7+deb11u1) ... Selecting previously unselected package libptexenc1:amd64. Preparing to unpack .../026-libptexenc1_2020.20200327.54578-7+deb11u1_amd64.deb ... Unpacking libptexenc1:amd64 (2020.20200327.54578-7+deb11u1) ... Selecting previously unselected package libsynctex2:amd64. Preparing to unpack .../027-libsynctex2_2020.20200327.54578-7+deb11u1_amd64.deb ... Unpacking libsynctex2:amd64 (2020.20200327.54578-7+deb11u1) ... Selecting previously unselected package libtexlua53:amd64. Preparing to unpack .../028-libtexlua53_2020.20200327.54578-7+deb11u1_amd64.deb ... Unpacking libtexlua53:amd64 (2020.20200327.54578-7+deb11u1) ... Selecting previously unselected package libtexluajit2:amd64. Preparing to unpack .../029-libtexluajit2_2020.20200327.54578-7+deb11u1_amd64.deb ... Unpacking libtexluajit2:amd64 (2020.20200327.54578-7+deb11u1) ... Selecting previously unselected package t1utils. Preparing to unpack .../030-t1utils_1.41-4_amd64.deb ... Unpacking t1utils (1.41-4) ... Selecting previously unselected package fonts-dejavu-core. Preparing to unpack .../031-fonts-dejavu-core_2.37-2_all.deb ... Unpacking fonts-dejavu-core (2.37-2) ... Selecting previously unselected package fontconfig-config. Preparing to unpack .../032-fontconfig-config_2.13.1-4.2_all.deb ... Unpacking fontconfig-config (2.13.1-4.2) ... Selecting previously unselected package libfontconfig1:amd64. Preparing to unpack .../033-libfontconfig1_2.13.1-4.2_amd64.deb ... Unpacking libfontconfig1:amd64 (2.13.1-4.2) ... Selecting previously unselected package libpixman-1-0:amd64. Preparing to unpack .../034-libpixman-1-0_0.40.0-1.1~deb11u1_amd64.deb ... Unpacking libpixman-1-0:amd64 (0.40.0-1.1~deb11u1) ... Preparing to unpack .../035-libx11-6_2%3a1.7.2-1+deb11u2_amd64.deb ... Unpacking libx11-6:amd64 (2:1.7.2-1+deb11u2) over (2:1.7.2-1) ... Selecting previously unselected package libxcb-render0:amd64. Preparing to unpack .../036-libxcb-render0_1.14-3_amd64.deb ... Unpacking libxcb-render0:amd64 (1.14-3) ... Selecting previously unselected package libxcb-shm0:amd64. Preparing to unpack .../037-libxcb-shm0_1.14-3_amd64.deb ... Unpacking libxcb-shm0:amd64 (1.14-3) ... Selecting previously unselected package libxrender1:amd64. Preparing to unpack .../038-libxrender1_1%3a0.9.10-1_amd64.deb ... Unpacking libxrender1:amd64 (1:0.9.10-1) ... Selecting previously unselected package libcairo2:amd64. Preparing to unpack .../039-libcairo2_1.16.0-5_amd64.deb ... Unpacking libcairo2:amd64 (1.16.0-5) ... Selecting previously unselected package libgraphite2-3:amd64. Preparing to unpack .../040-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 .../041-libharfbuzz0b_2.7.4-1_amd64.deb ... Unpacking libharfbuzz0b:amd64 (2.7.4-1) ... Selecting previously unselected package libmpfr6:amd64. Preparing to unpack .../042-libmpfr6_4.1.0-3_amd64.deb ... Unpacking libmpfr6:amd64 (4.1.0-3) ... Selecting previously unselected package libteckit0:amd64. Preparing to unpack .../043-libteckit0_2.5.10+ds1-3_amd64.deb ... Unpacking libteckit0:amd64 (2.5.10+ds1-3) ... Preparing to unpack .../044-libbsd0_0.11.3-1+deb11u1_amd64.deb ... Unpacking libbsd0:amd64 (0.11.3-1+deb11u1) over (0.11.3-1) ... Selecting previously unselected package x11-common. Preparing to unpack .../045-x11-common_1%3a7.7+22_all.deb ... Unpacking x11-common (1:7.7+22) ... Selecting previously unselected package libice6:amd64. Preparing to unpack .../046-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 .../047-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 .../048-libxt6_1%3a1.2.0-1_amd64.deb ... Unpacking libxt6:amd64 (1:1.2.0-1) ... Selecting previously unselected package libxmu6:amd64. Preparing to unpack .../049-libxmu6_2%3a1.1.2-2+b3_amd64.deb ... Unpacking libxmu6:amd64 (2:1.1.2-2+b3) ... Selecting previously unselected package libxpm4:amd64. Preparing to unpack .../050-libxpm4_1%3a3.5.12-1.1+deb11u1_amd64.deb ... Unpacking libxpm4:amd64 (1:3.5.12-1.1+deb11u1) ... Selecting previously unselected package libxaw7:amd64. Preparing to unpack .../051-libxaw7_2%3a1.0.13-1.1_amd64.deb ... Unpacking libxaw7:amd64 (2:1.0.13-1.1) ... Selecting previously unselected package libxi6:amd64. Preparing to unpack .../052-libxi6_2%3a1.7.10-1_amd64.deb ... Unpacking libxi6:amd64 (2:1.7.10-1) ... Selecting previously unselected package libzzip-0-13:amd64. Preparing to unpack .../053-libzzip-0-13_0.13.62-3.3+deb11u1_amd64.deb ... Unpacking libzzip-0-13:amd64 (0.13.62-3.3+deb11u1) ... Selecting previously unselected package texlive-binaries. Preparing to unpack .../054-texlive-binaries_2020.20200327.54578-7+deb11u1_amd64.deb ... Unpacking texlive-binaries (2020.20200327.54578-7+deb11u1) ... Selecting previously unselected package xdg-utils. Preparing to unpack .../055-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 .../056-texlive-base_2020.20210202-3_all.deb ... Unpacking texlive-base (2020.20210202-3) ... Selecting previously unselected package texlive-fonts-recommended. Preparing to unpack .../057-texlive-fonts-recommended_2020.20210202-3_all.deb ... Unpacking texlive-fonts-recommended (2020.20210202-3) ... Selecting previously unselected package fonts-lmodern. Preparing to unpack .../058-fonts-lmodern_2.004.5-6.1_all.deb ... Unpacking fonts-lmodern (2.004.5-6.1) ... Selecting previously unselected package texlive-latex-base. Preparing to unpack .../059-texlive-latex-base_2020.20210202-3_all.deb ... Unpacking texlive-latex-base (2020.20210202-3) ... Selecting previously unselected package texlive-latex-recommended. Preparing to unpack .../060-texlive-latex-recommended_2020.20210202-3_all.deb ... Unpacking texlive-latex-recommended (2020.20210202-3) ... Selecting previously unselected package texlive. Preparing to unpack .../061-texlive_2020.20210202-3_all.deb ... Unpacking texlive (2020.20210202-3) ... Selecting previously unselected package texlive-bibtex-extra. Preparing to unpack .../062-texlive-bibtex-extra_2020.20210202-3_all.deb ... Unpacking texlive-bibtex-extra (2020.20210202-3) ... Selecting previously unselected package libthai-data. Preparing to unpack .../063-libthai-data_0.1.28-3_all.deb ... Unpacking libthai-data (0.1.28-3) ... Selecting previously unselected package libdatrie1:amd64. Preparing to unpack .../064-libdatrie1_0.2.13-1_amd64.deb ... Unpacking libdatrie1:amd64 (0.2.13-1) ... Selecting previously unselected package libthai0:amd64. Preparing to unpack .../065-libthai0_0.1.28-3_amd64.deb ... Unpacking libthai0:amd64 (0.1.28-3) ... Selecting previously unselected package libsombok3:amd64. Preparing to unpack .../066-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 .../067-libmime-charset-perl_1.012.2-1_all.deb ... Unpacking libmime-charset-perl (1.012.2-1) ... Selecting previously unselected package libunicode-linebreak-perl. Preparing to unpack .../068-libunicode-linebreak-perl_0.0.20190101-1+b3_amd64.deb ... Unpacking libunicode-linebreak-perl (0.0.20190101-1+b3) ... Selecting previously unselected package libjs-jquery. Preparing to unpack .../069-libjs-jquery_3.5.1+dfsg+~3.5.5-7_all.deb ... Unpacking libjs-jquery (3.5.1+dfsg+~3.5.5-7) ... Selecting previously unselected package libfontenc1:amd64. Preparing to unpack .../070-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 .../071-xfonts-encodings_1%3a1.0.4-2.1_all.deb ... Unpacking xfonts-encodings (1:1.0.4-2.1) ... Selecting previously unselected package xfonts-utils. Preparing to unpack .../072-xfonts-utils_1%3a7.7+6_amd64.deb ... Unpacking xfonts-utils (1:7.7+6) ... Selecting previously unselected package lmodern. Preparing to unpack .../073-lmodern_2.004.5-6.1_all.deb ... Unpacking lmodern (2.004.5-6.1) ... Selecting previously unselected package texlive-luatex. Preparing to unpack .../074-texlive-luatex_2020.20210202-3_all.deb ... Unpacking texlive-luatex (2020.20210202-3) ... Selecting previously unselected package texlive-plain-generic. Preparing to unpack .../075-texlive-plain-generic_2020.20210202-3_all.deb ... Unpacking texlive-plain-generic (2020.20210202-3) ... Selecting previously unselected package texlive-extra-utils. Preparing to unpack .../076-texlive-extra-utils_2020.20210202-3_all.deb ... Unpacking texlive-extra-utils (2020.20210202-3) ... Selecting previously unselected package libapache-pom-java. Preparing to unpack .../077-libapache-pom-java_18-1_all.deb ... Unpacking libapache-pom-java (18-1) ... Selecting previously unselected package libcommons-parent-java. Preparing to unpack .../078-libcommons-parent-java_43-1_all.deb ... Unpacking libcommons-parent-java (43-1) ... Selecting previously unselected package libcommons-logging-java. Preparing to unpack .../079-libcommons-logging-java_1.2-2_all.deb ... Unpacking libcommons-logging-java (1.2-2) ... Selecting previously unselected package libfontbox-java. Preparing to unpack .../080-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 .../081-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 .../082-preview-latex-style_12.2-1_all.deb ... Unpacking preview-latex-style (12.2-1) ... Selecting previously unselected package texlive-pictures. Preparing to unpack .../083-texlive-pictures_2020.20210202-3_all.deb ... Unpacking texlive-pictures (2020.20210202-3) ... Selecting previously unselected package texlive-latex-extra. Preparing to unpack .../084-texlive-latex-extra_2020.20210202-3_all.deb ... Unpacking texlive-latex-extra (2020.20210202-3) ... Selecting previously unselected package fonts-gfs-baskerville. Preparing to unpack .../085-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 .../086-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 .../087-texlive-lang-greek_2020.20210202-2_all.deb ... Unpacking texlive-lang-greek (2020.20210202-2) ... Selecting previously unselected package texlive-science. Preparing to unpack .../088-texlive-science_2020.20210202-3_all.deb ... Unpacking texlive-science (2020.20210202-3) ... Selecting previously unselected package dblatex. Preparing to unpack .../089-dblatex_0.3.12py3-1_all.deb ... Unpacking dblatex (0.3.12py3-1) ... Selecting previously unselected package libosp5. Preparing to unpack .../090-libosp5_1.5.2-13+b2_amd64.deb ... Unpacking libosp5 (1.5.2-13+b2) ... Selecting previously unselected package libostyle1c2. Preparing to unpack .../091-libostyle1c2_1.4devel1-22_amd64.deb ... Unpacking libostyle1c2 (1.4devel1-22) ... Selecting previously unselected package openjade. Preparing to unpack .../092-openjade_1.4devel1-22_amd64.deb ... Unpacking openjade (1.4devel1-22) ... Selecting previously unselected package docbook-dsssl. Preparing to unpack .../093-docbook-dsssl_1.79-9.2_all.deb ... Unpacking docbook-dsssl (1.79-9.2) ... Selecting previously unselected package teckit. Preparing to unpack .../094-teckit_2.5.10+ds1-3_amd64.deb ... Unpacking teckit (2.5.10+ds1-3) ... Selecting previously unselected package tipa. Preparing to unpack .../095-tipa_2%3a1.3-20.1_all.deb ... Unpacking tipa (2:1.3-20.1) ... Selecting previously unselected package texlive-xetex. Preparing to unpack .../096-texlive-xetex_2020.20210202-3_all.deb ... Unpacking texlive-xetex (2020.20210202-3) ... Selecting previously unselected package texlive-formats-extra. Preparing to unpack .../097-texlive-formats-extra_2020.20210202-3_all.deb ... Unpacking texlive-formats-extra (2020.20210202-3) ... Selecting previously unselected package libidn11:amd64. Preparing to unpack .../098-libidn11_1.33-3_amd64.deb ... Unpacking libidn11:amd64 (1.33-3) ... Selecting previously unselected package lynx-common. Preparing to unpack .../099-lynx-common_2.9.0dev.6-3~deb11u1_all.deb ... Unpacking lynx-common (2.9.0dev.6-3~deb11u1) ... Selecting previously unselected package lynx. Preparing to unpack .../100-lynx_2.9.0dev.6-3~deb11u1_amd64.deb ... Unpacking lynx (2.9.0dev.6-3~deb11u1) ... Selecting previously unselected package libsgmls-perl. Preparing to unpack .../101-libsgmls-perl_1.03ii-36_all.deb ... Unpacking libsgmls-perl (1.03ii-36) ... Selecting previously unselected package sgmlspl. Preparing to unpack .../102-sgmlspl_1.03ii-36_all.deb ... Unpacking sgmlspl (1.03ii-36) ... Selecting previously unselected package opensp. Preparing to unpack .../103-opensp_1.5.2-13+b2_amd64.deb ... Unpacking opensp (1.5.2-13+b2) ... Selecting previously unselected package docbook-utils. Preparing to unpack .../104-docbook-utils_0.6.14-3.4_all.deb ... Unpacking docbook-utils (0.6.14-3.4) ... Selecting previously unselected package asciidoc-dblatex. Preparing to unpack .../105-asciidoc-dblatex_9.0.0~rc2-1_all.deb ... Unpacking asciidoc-dblatex (9.0.0~rc2-1) ... Selecting previously unselected package binutils-common:amd64. Preparing to unpack .../106-binutils-common_2.35.2-2_amd64.deb ... Unpacking binutils-common:amd64 (2.35.2-2) ... Selecting previously unselected package libbinutils:amd64. Preparing to unpack .../107-libbinutils_2.35.2-2_amd64.deb ... Unpacking libbinutils:amd64 (2.35.2-2) ... Selecting previously unselected package libctf-nobfd0:amd64. Preparing to unpack .../108-libctf-nobfd0_2.35.2-2_amd64.deb ... Unpacking libctf-nobfd0:amd64 (2.35.2-2) ... Selecting previously unselected package libctf0:amd64. Preparing to unpack .../109-libctf0_2.35.2-2_amd64.deb ... Unpacking libctf0:amd64 (2.35.2-2) ... Selecting previously unselected package binutils-x86-64-linux-gnu. Preparing to unpack .../110-binutils-x86-64-linux-gnu_2.35.2-2_amd64.deb ... Unpacking binutils-x86-64-linux-gnu (2.35.2-2) ... Selecting previously unselected package binutils. Preparing to unpack .../111-binutils_2.35.2-2_amd64.deb ... Unpacking binutils (2.35.2-2) ... Selecting previously unselected package libisl23:amd64. Preparing to unpack .../112-libisl23_0.23-1_amd64.deb ... Unpacking libisl23:amd64 (0.23-1) ... Selecting previously unselected package libmpc3:amd64. Preparing to unpack .../113-libmpc3_1.2.0-1_amd64.deb ... Unpacking libmpc3:amd64 (1.2.0-1) ... Selecting previously unselected package cpp-10. Preparing to unpack .../114-cpp-10_10.2.1-6_amd64.deb ... Unpacking cpp-10 (10.2.1-6) ... Selecting previously unselected package cpp. Preparing to unpack .../115-cpp_4%3a10.2.1-1_amd64.deb ... Unpacking cpp (4:10.2.1-1) ... Selecting previously unselected package dbus-user-session. Preparing to unpack .../116-dbus-user-session_1.12.28-0+deb11u1_amd64.deb ... Unpacking dbus-user-session (1.12.28-0+deb11u1) ... Selecting previously unselected package libdconf1:amd64. Preparing to unpack .../117-libdconf1_0.38.0-2_amd64.deb ... Unpacking libdconf1:amd64 (0.38.0-2) ... Selecting previously unselected package dconf-service. Preparing to unpack .../118-dconf-service_0.38.0-2_amd64.deb ... Unpacking dconf-service (0.38.0-2) ... Selecting previously unselected package dconf-gsettings-backend:amd64. Preparing to unpack .../119-dconf-gsettings-backend_0.38.0-2_amd64.deb ... Unpacking dconf-gsettings-backend:amd64 (0.38.0-2) ... Selecting previously unselected package docbook5-xml. Preparing to unpack .../120-docbook5-xml_5.0-3_all.deb ... Unpacking docbook5-xml (5.0-3) ... Selecting previously unselected package docutils-common. Preparing to unpack .../121-docutils-common_0.16+dfsg-4_all.deb ... Unpacking docutils-common (0.16+dfsg-4) ... Selecting previously unselected package libtcl8.6:amd64. Preparing to unpack .../122-libtcl8.6_8.6.11+dfsg-1_amd64.deb ... Unpacking libtcl8.6:amd64 (8.6.11+dfsg-1) ... Selecting previously unselected package tcl8.6. Preparing to unpack .../123-tcl8.6_8.6.11+dfsg-1_amd64.deb ... Unpacking tcl8.6 (8.6.11+dfsg-1) ... Selecting previously unselected package tcl-expect:amd64. Preparing to unpack .../124-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 .../125-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 .../126-libmd-dev_1.0.3-3_amd64.deb ... Unpacking libmd-dev:amd64 (1.0.3-3) ... Selecting previously unselected package libbsd-dev:amd64. Preparing to unpack .../127-libbsd-dev_0.11.3-1+deb11u1_amd64.deb ... Unpacking libbsd-dev:amd64 (0.11.3-1+deb11u1) ... Selecting previously unselected package libc-dev-bin. Preparing to unpack .../128-libc-dev-bin_2.31-13+deb11u10_amd64.deb ... Unpacking libc-dev-bin (2.31-13+deb11u10) ... Selecting previously unselected package linux-libc-dev:amd64. Preparing to unpack .../129-linux-libc-dev_5.10.216-1_amd64.deb ... Unpacking linux-libc-dev:amd64 (5.10.216-1) ... Selecting previously unselected package libcrypt-dev:amd64. Preparing to unpack .../130-libcrypt-dev_1%3a4.4.18-4_amd64.deb ... Unpacking libcrypt-dev:amd64 (1:4.4.18-4) ... Selecting previously unselected package libtirpc-dev:amd64. Preparing to unpack .../131-libtirpc-dev_1.3.1-1+deb11u1_amd64.deb ... Unpacking libtirpc-dev:amd64 (1.3.1-1+deb11u1) ... Selecting previously unselected package libnsl-dev:amd64. Preparing to unpack .../132-libnsl-dev_1.3.0-2_amd64.deb ... Unpacking libnsl-dev:amd64 (1.3.0-2) ... Selecting previously unselected package libc6-dev:amd64. Preparing to unpack .../133-libc6-dev_2.31-13+deb11u10_amd64.deb ... Unpacking libc6-dev:amd64 (2.31-13+deb11u10) ... Selecting previously unselected package libncurses-dev:amd64. Preparing to unpack .../134-libncurses-dev_6.2+20201114-2+deb11u2_amd64.deb ... Unpacking libncurses-dev:amd64 (6.2+20201114-2+deb11u2) ... Selecting previously unselected package libedit-dev:amd64. Preparing to unpack .../135-libedit-dev_3.1-20191231-2+b1_amd64.deb ... Unpacking libedit-dev:amd64 (3.1-20191231-2+b1) ... Selecting previously unselected package libdpkg-perl. Preparing to unpack .../136-libdpkg-perl_1.20.13_all.deb ... Unpacking libdpkg-perl (1.20.13) ... Selecting previously unselected package pkg-config. Preparing to unpack .../137-pkg-config_0.29.2-1_amd64.deb ... Unpacking pkg-config (0.29.2-1) ... Selecting previously unselected package libdbus-1-dev:amd64. Preparing to unpack .../138-libdbus-1-dev_1.12.28-0+deb11u1_amd64.deb ... Unpacking libdbus-1-dev:amd64 (1.12.28-0+deb11u1) ... Selecting previously unselected package libpcap0.8:amd64. Preparing to unpack .../139-libpcap0.8_1.10.0-2_amd64.deb ... Unpacking libpcap0.8:amd64 (1.10.0-2) ... Selecting previously unselected package libpcap0.8-dev:amd64. Preparing to unpack .../140-libpcap0.8-dev_1.10.0-2_amd64.deb ... Unpacking libpcap0.8-dev:amd64 (1.10.0-2) ... Selecting previously unselected package libpcap-dev:amd64. Preparing to unpack .../141-libpcap-dev_1.10.0-2_amd64.deb ... Unpacking libpcap-dev:amd64 (1.10.0-2) ... Selecting previously unselected package libpcre16-3:amd64. Preparing to unpack .../142-libpcre16-3_2%3a8.39-13_amd64.deb ... Unpacking libpcre16-3:amd64 (2:8.39-13) ... Selecting previously unselected package libpcre32-3:amd64. Preparing to unpack .../143-libpcre32-3_2%3a8.39-13_amd64.deb ... Unpacking libpcre32-3:amd64 (2:8.39-13) ... Selecting previously unselected package libpcrecpp0v5:amd64. Preparing to unpack .../144-libpcrecpp0v5_2%3a8.39-13_amd64.deb ... Unpacking libpcrecpp0v5:amd64 (2:8.39-13) ... Selecting previously unselected package libpcre3-dev:amd64. Preparing to unpack .../145-libpcre3-dev_2%3a8.39-13_amd64.deb ... Unpacking libpcre3-dev:amd64 (2:8.39-13) ... Selecting previously unselected package libsctp-dev:amd64. Preparing to unpack .../146-libsctp-dev_1.0.18+dfsg-1_amd64.deb ... Unpacking libsctp-dev:amd64 (1.0.18+dfsg-1) ... Selecting previously unselected package libssl-dev:amd64. Preparing to unpack .../147-libssl-dev_1.1.1w-0+deb11u1_amd64.deb ... Unpacking libssl-dev:amd64 (1.1.1w-0+deb11u1) ... Selecting previously unselected package icu-devtools. Preparing to unpack .../148-icu-devtools_67.1-7_amd64.deb ... Unpacking icu-devtools (67.1-7) ... Selecting previously unselected package libicu-dev:amd64. Preparing to unpack .../149-libicu-dev_67.1-7_amd64.deb ... Unpacking libicu-dev:amd64 (67.1-7) ... Selecting previously unselected package libxml2-dev:amd64. Preparing to unpack .../150-libxml2-dev_2.9.10+dfsg-6.7+deb11u4_amd64.deb ... Unpacking libxml2-dev:amd64 (2.9.10+dfsg-6.7+deb11u4) ... Selecting previously unselected package make. Preparing to unpack .../151-make_4.3-4.1_amd64.deb ... Unpacking make (4.3-4.1) ... Selecting previously unselected package libcc1-0:amd64. Preparing to unpack .../152-libcc1-0_10.2.1-6_amd64.deb ... Unpacking libcc1-0:amd64 (10.2.1-6) ... Selecting previously unselected package libgomp1:amd64. Preparing to unpack .../153-libgomp1_10.2.1-6_amd64.deb ... Unpacking libgomp1:amd64 (10.2.1-6) ... Selecting previously unselected package libitm1:amd64. Preparing to unpack .../154-libitm1_10.2.1-6_amd64.deb ... Unpacking libitm1:amd64 (10.2.1-6) ... Selecting previously unselected package libatomic1:amd64. Preparing to unpack .../155-libatomic1_10.2.1-6_amd64.deb ... Unpacking libatomic1:amd64 (10.2.1-6) ... Selecting previously unselected package libasan6:amd64. Preparing to unpack .../156-libasan6_10.2.1-6_amd64.deb ... Unpacking libasan6:amd64 (10.2.1-6) ... Selecting previously unselected package liblsan0:amd64. Preparing to unpack .../157-liblsan0_10.2.1-6_amd64.deb ... Unpacking liblsan0:amd64 (10.2.1-6) ... Selecting previously unselected package libtsan0:amd64. Preparing to unpack .../158-libtsan0_10.2.1-6_amd64.deb ... Unpacking libtsan0:amd64 (10.2.1-6) ... Selecting previously unselected package libubsan1:amd64. Preparing to unpack .../159-libubsan1_10.2.1-6_amd64.deb ... Unpacking libubsan1:amd64 (10.2.1-6) ... Selecting previously unselected package libquadmath0:amd64. Preparing to unpack .../160-libquadmath0_10.2.1-6_amd64.deb ... Unpacking libquadmath0:amd64 (10.2.1-6) ... Selecting previously unselected package libgcc-10-dev:amd64. Preparing to unpack .../161-libgcc-10-dev_10.2.1-6_amd64.deb ... Unpacking libgcc-10-dev:amd64 (10.2.1-6) ... Selecting previously unselected package gcc-10. Preparing to unpack .../162-gcc-10_10.2.1-6_amd64.deb ... Unpacking gcc-10 (10.2.1-6) ... Selecting previously unselected package gcc. Preparing to unpack .../163-gcc_4%3a10.2.1-1_amd64.deb ... Unpacking gcc (4:10.2.1-1) ... Selecting previously unselected package eclipse-titan. Preparing to unpack .../164-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 .../165-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 .../166-erlang-base_1%3a23.2.6+dfsg-1+deb11u1_amd64.deb ... Unpacking erlang-base (1:23.2.6+dfsg-1+deb11u1) ... Selecting previously unselected package erlang-asn1. Preparing to unpack .../167-erlang-asn1_1%3a23.2.6+dfsg-1+deb11u1_amd64.deb ... Unpacking erlang-asn1 (1:23.2.6+dfsg-1+deb11u1) ... Selecting previously unselected package erlang-crypto. Preparing to unpack .../168-erlang-crypto_1%3a23.2.6+dfsg-1+deb11u1_amd64.deb ... Unpacking erlang-crypto (1:23.2.6+dfsg-1+deb11u1) ... Selecting previously unselected package libglvnd0:amd64. Preparing to unpack .../169-libglvnd0_1.3.2-1_amd64.deb ... Unpacking libglvnd0:amd64 (1.3.2-1) ... Selecting previously unselected package libdrm-common. Preparing to unpack .../170-libdrm-common_2.4.104-1_all.deb ... Unpacking libdrm-common (2.4.104-1) ... Selecting previously unselected package libdrm2:amd64. Preparing to unpack .../171-libdrm2_2.4.104-1_amd64.deb ... Unpacking libdrm2:amd64 (2.4.104-1) ... Selecting previously unselected package libglapi-mesa:amd64. Preparing to unpack .../172-libglapi-mesa_20.3.5-1_amd64.deb ... Unpacking libglapi-mesa:amd64 (20.3.5-1) ... Selecting previously unselected package libx11-xcb1:amd64. Preparing to unpack .../173-libx11-xcb1_2%3a1.7.2-1+deb11u2_amd64.deb ... Unpacking libx11-xcb1:amd64 (2:1.7.2-1+deb11u2) ... Selecting previously unselected package libxcb-dri2-0:amd64. Preparing to unpack .../174-libxcb-dri2-0_1.14-3_amd64.deb ... Unpacking libxcb-dri2-0:amd64 (1.14-3) ... Selecting previously unselected package libxcb-dri3-0:amd64. Preparing to unpack .../175-libxcb-dri3-0_1.14-3_amd64.deb ... Unpacking libxcb-dri3-0:amd64 (1.14-3) ... Selecting previously unselected package libxcb-glx0:amd64. Preparing to unpack .../176-libxcb-glx0_1.14-3_amd64.deb ... Unpacking libxcb-glx0:amd64 (1.14-3) ... Selecting previously unselected package libxcb-present0:amd64. Preparing to unpack .../177-libxcb-present0_1.14-3_amd64.deb ... Unpacking libxcb-present0:amd64 (1.14-3) ... Selecting previously unselected package libxcb-sync1:amd64. Preparing to unpack .../178-libxcb-sync1_1.14-3_amd64.deb ... Unpacking libxcb-sync1:amd64 (1.14-3) ... Selecting previously unselected package libxcb-xfixes0:amd64. Preparing to unpack .../179-libxcb-xfixes0_1.14-3_amd64.deb ... Unpacking libxcb-xfixes0:amd64 (1.14-3) ... Selecting previously unselected package libxdamage1:amd64. Preparing to unpack .../180-libxdamage1_1%3a1.1.5-2_amd64.deb ... Unpacking libxdamage1:amd64 (1:1.1.5-2) ... Selecting previously unselected package libxfixes3:amd64. Preparing to unpack .../181-libxfixes3_1%3a5.0.3-2_amd64.deb ... Unpacking libxfixes3:amd64 (1:5.0.3-2) ... Selecting previously unselected package libxshmfence1:amd64. Preparing to unpack .../182-libxshmfence1_1.3-1_amd64.deb ... Unpacking libxshmfence1:amd64 (1.3-1) ... Selecting previously unselected package libxxf86vm1:amd64. Preparing to unpack .../183-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 .../184-libdrm-amdgpu1_2.4.104-1_amd64.deb ... Unpacking libdrm-amdgpu1:amd64 (2.4.104-1) ... Selecting previously unselected package libpciaccess0:amd64. Preparing to unpack .../185-libpciaccess0_0.16-1_amd64.deb ... Unpacking libpciaccess0:amd64 (0.16-1) ... Selecting previously unselected package libdrm-intel1:amd64. Preparing to unpack .../186-libdrm-intel1_2.4.104-1_amd64.deb ... Unpacking libdrm-intel1:amd64 (2.4.104-1) ... Selecting previously unselected package libdrm-nouveau2:amd64. Preparing to unpack .../187-libdrm-nouveau2_2.4.104-1_amd64.deb ... Unpacking libdrm-nouveau2:amd64 (2.4.104-1) ... Selecting previously unselected package libdrm-radeon1:amd64. Preparing to unpack .../188-libdrm-radeon1_2.4.104-1_amd64.deb ... Unpacking libdrm-radeon1:amd64 (2.4.104-1) ... Selecting previously unselected package libz3-4:amd64. Preparing to unpack .../189-libz3-4_4.8.10-1_amd64.deb ... Unpacking libz3-4:amd64 (4.8.10-1) ... Selecting previously unselected package libllvm11:amd64. Preparing to unpack .../190-libllvm11_1%3a11.0.1-2_amd64.deb ... Unpacking libllvm11:amd64 (1:11.0.1-2) ... Selecting previously unselected package libsensors-config. Preparing to unpack .../191-libsensors-config_1%3a3.6.0-7_all.deb ... Unpacking libsensors-config (1:3.6.0-7) ... Selecting previously unselected package libsensors5:amd64. Preparing to unpack .../192-libsensors5_1%3a3.6.0-7_amd64.deb ... Unpacking libsensors5:amd64 (1:3.6.0-7) ... Selecting previously unselected package libvulkan1:amd64. Preparing to unpack .../193-libvulkan1_1.2.162.0-1_amd64.deb ... Unpacking libvulkan1:amd64 (1.2.162.0-1) ... Selecting previously unselected package libgl1-mesa-dri:amd64. Preparing to unpack .../194-libgl1-mesa-dri_20.3.5-1_amd64.deb ... Unpacking libgl1-mesa-dri:amd64 (20.3.5-1) ... Selecting previously unselected package libglx-mesa0:amd64. Preparing to unpack .../195-libglx-mesa0_20.3.5-1_amd64.deb ... Unpacking libglx-mesa0:amd64 (20.3.5-1) ... Selecting previously unselected package libglx0:amd64. Preparing to unpack .../196-libglx0_1.3.2-1_amd64.deb ... Unpacking libglx0:amd64 (1.3.2-1) ... Selecting previously unselected package libgl1:amd64. Preparing to unpack .../197-libgl1_1.3.2-1_amd64.deb ... Unpacking libgl1:amd64 (1.3.2-1) ... Selecting previously unselected package libglu1-mesa:amd64. Preparing to unpack .../198-libglu1-mesa_9.0.1-1_amd64.deb ... Unpacking libglu1-mesa:amd64 (9.0.1-1) ... Selecting previously unselected package libwxbase3.0-0v5:amd64. Preparing to unpack .../199-libwxbase3.0-0v5_3.0.5.1+dfsg-2_amd64.deb ... Unpacking libwxbase3.0-0v5:amd64 (3.0.5.1+dfsg-2) ... Selecting previously unselected package libgdk-pixbuf-xlib-2.0-0:amd64. Preparing to unpack .../200-libgdk-pixbuf-xlib-2.0-0_2.40.2-2_amd64.deb ... Unpacking libgdk-pixbuf-xlib-2.0-0:amd64 (2.40.2-2) ... Selecting previously unselected package libgdk-pixbuf2.0-0:amd64. Preparing to unpack .../201-libgdk-pixbuf2.0-0_2.40.2-2_amd64.deb ... Unpacking libgdk-pixbuf2.0-0:amd64 (2.40.2-2) ... Selecting previously unselected package libatk1.0-data. Preparing to unpack .../202-libatk1.0-data_2.36.0-2_all.deb ... Unpacking libatk1.0-data (2.36.0-2) ... Selecting previously unselected package libatk1.0-0:amd64. Preparing to unpack .../203-libatk1.0-0_2.36.0-2_amd64.deb ... Unpacking libatk1.0-0:amd64 (2.36.0-2) ... Selecting previously unselected package libatspi2.0-0:amd64. Preparing to unpack .../204-libatspi2.0-0_2.38.0-4+deb11u1_amd64.deb ... Unpacking libatspi2.0-0:amd64 (2.38.0-4+deb11u1) ... Selecting previously unselected package libatk-bridge2.0-0:amd64. Preparing to unpack .../205-libatk-bridge2.0-0_2.38.0-1_amd64.deb ... Unpacking libatk-bridge2.0-0:amd64 (2.38.0-1) ... Selecting previously unselected package libcairo-gobject2:amd64. Preparing to unpack .../206-libcairo-gobject2_1.16.0-5_amd64.deb ... Unpacking libcairo-gobject2:amd64 (1.16.0-5) ... Selecting previously unselected package liblcms2-2:amd64. Preparing to unpack .../207-liblcms2-2_2.12~rc1-2_amd64.deb ... Unpacking liblcms2-2:amd64 (2.12~rc1-2) ... Selecting previously unselected package libcolord2:amd64. Preparing to unpack .../208-libcolord2_1.4.5-3_amd64.deb ... Unpacking libcolord2:amd64 (1.4.5-3) ... Selecting previously unselected package libavahi-common-data:amd64. Preparing to unpack .../209-libavahi-common-data_0.8-5+deb11u2_amd64.deb ... Unpacking libavahi-common-data:amd64 (0.8-5+deb11u2) ... Selecting previously unselected package libavahi-common3:amd64. Preparing to unpack .../210-libavahi-common3_0.8-5+deb11u2_amd64.deb ... Unpacking libavahi-common3:amd64 (0.8-5+deb11u2) ... Selecting previously unselected package libavahi-client3:amd64. Preparing to unpack .../211-libavahi-client3_0.8-5+deb11u2_amd64.deb ... Unpacking libavahi-client3:amd64 (0.8-5+deb11u2) ... Selecting previously unselected package libcups2:amd64. Preparing to unpack .../212-libcups2_2.3.3op2-3+deb11u6_amd64.deb ... Unpacking libcups2:amd64 (2.3.3op2-3+deb11u6) ... Selecting previously unselected package libepoxy0:amd64. Preparing to unpack .../213-libepoxy0_1.5.5-1_amd64.deb ... Unpacking libepoxy0:amd64 (1.5.5-1) ... Selecting previously unselected package libfribidi0:amd64. Preparing to unpack .../214-libfribidi0_1.0.8-2+deb11u1_amd64.deb ... Unpacking libfribidi0:amd64 (1.0.8-2+deb11u1) ... Selecting previously unselected package libjson-glib-1.0-common. Preparing to unpack .../215-libjson-glib-1.0-common_1.6.2-1_all.deb ... Unpacking libjson-glib-1.0-common (1.6.2-1) ... Selecting previously unselected package libjson-glib-1.0-0:amd64. Preparing to unpack .../216-libjson-glib-1.0-0_1.6.2-1_amd64.deb ... Unpacking libjson-glib-1.0-0:amd64 (1.6.2-1) ... Selecting previously unselected package fontconfig. Preparing to unpack .../217-fontconfig_2.13.1-4.2_amd64.deb ... Unpacking fontconfig (2.13.1-4.2) ... Selecting previously unselected package libpango-1.0-0:amd64. Preparing to unpack .../218-libpango-1.0-0_1.46.2-3_amd64.deb ... Unpacking libpango-1.0-0:amd64 (1.46.2-3) ... Selecting previously unselected package libpangoft2-1.0-0:amd64. Preparing to unpack .../219-libpangoft2-1.0-0_1.46.2-3_amd64.deb ... Unpacking libpangoft2-1.0-0:amd64 (1.46.2-3) ... Selecting previously unselected package libpangocairo-1.0-0:amd64. Preparing to unpack .../220-libpangocairo-1.0-0_1.46.2-3_amd64.deb ... Unpacking libpangocairo-1.0-0:amd64 (1.46.2-3) ... Selecting previously unselected package libproxy1v5:amd64. Preparing to unpack .../221-libproxy1v5_0.4.17-1_amd64.deb ... Unpacking libproxy1v5:amd64 (0.4.17-1) ... Selecting previously unselected package glib-networking-common. Preparing to unpack .../222-glib-networking-common_2.66.0-2_all.deb ... Unpacking glib-networking-common (2.66.0-2) ... Selecting previously unselected package glib-networking-services. Preparing to unpack .../223-glib-networking-services_2.66.0-2_amd64.deb ... Unpacking glib-networking-services (2.66.0-2) ... Selecting previously unselected package gsettings-desktop-schemas. Preparing to unpack .../224-gsettings-desktop-schemas_3.38.0-2_all.deb ... Unpacking gsettings-desktop-schemas (3.38.0-2) ... Selecting previously unselected package glib-networking:amd64. Preparing to unpack .../225-glib-networking_2.66.0-2_amd64.deb ... Unpacking glib-networking:amd64 (2.66.0-2) ... Selecting previously unselected package libsoup2.4-1:amd64. Preparing to unpack .../226-libsoup2.4-1_2.72.0-2_amd64.deb ... Unpacking libsoup2.4-1:amd64 (2.72.0-2) ... Selecting previously unselected package libsoup-gnome2.4-1:amd64. Preparing to unpack .../227-libsoup-gnome2.4-1_2.72.0-2_amd64.deb ... Unpacking libsoup-gnome2.4-1:amd64 (2.72.0-2) ... Selecting previously unselected package librest-0.7-0:amd64. Preparing to unpack .../228-librest-0.7-0_0.8.1-1.1_amd64.deb ... Unpacking librest-0.7-0:amd64 (0.8.1-1.1) ... Selecting previously unselected package libwayland-client0:amd64. Preparing to unpack .../229-libwayland-client0_1.18.0-2~exp1.1_amd64.deb ... Unpacking libwayland-client0:amd64 (1.18.0-2~exp1.1) ... Selecting previously unselected package libwayland-cursor0:amd64. Preparing to unpack .../230-libwayland-cursor0_1.18.0-2~exp1.1_amd64.deb ... Unpacking libwayland-cursor0:amd64 (1.18.0-2~exp1.1) ... Selecting previously unselected package libwayland-egl1:amd64. Preparing to unpack .../231-libwayland-egl1_1.18.0-2~exp1.1_amd64.deb ... Unpacking libwayland-egl1:amd64 (1.18.0-2~exp1.1) ... Selecting previously unselected package libxcomposite1:amd64. Preparing to unpack .../232-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 .../233-libxcursor1_1%3a1.2.0-2_amd64.deb ... Unpacking libxcursor1:amd64 (1:1.2.0-2) ... Selecting previously unselected package libxinerama1:amd64. Preparing to unpack .../234-libxinerama1_2%3a1.1.4-2_amd64.deb ... Unpacking libxinerama1:amd64 (2:1.1.4-2) ... Selecting previously unselected package libxkbcommon0:amd64. Preparing to unpack .../235-libxkbcommon0_1.0.3-2_amd64.deb ... Unpacking libxkbcommon0:amd64 (1.0.3-2) ... Selecting previously unselected package libxrandr2:amd64. Preparing to unpack .../236-libxrandr2_2%3a1.5.1-1_amd64.deb ... Unpacking libxrandr2:amd64 (2:1.5.1-1) ... Selecting previously unselected package libgtk-3-common. Preparing to unpack .../237-libgtk-3-common_3.24.24-4+deb11u3_all.deb ... Unpacking libgtk-3-common (3.24.24-4+deb11u3) ... Selecting previously unselected package libgtk-3-0:amd64. Preparing to unpack .../238-libgtk-3-0_3.24.24-4+deb11u3_amd64.deb ... Unpacking libgtk-3-0:amd64 (3.24.24-4+deb11u3) ... Selecting previously unselected package libnotify4:amd64. Preparing to unpack .../239-libnotify4_0.7.9-3_amd64.deb ... Unpacking libnotify4:amd64 (0.7.9-3) ... Selecting previously unselected package libwxgtk3.0-gtk3-0v5:amd64. Preparing to unpack .../240-libwxgtk3.0-gtk3-0v5_3.0.5.1+dfsg-2_amd64.deb ... Unpacking libwxgtk3.0-gtk3-0v5:amd64 (3.0.5.1+dfsg-2) ... Selecting previously unselected package erlang-wx. Preparing to unpack .../241-erlang-wx_1%3a23.2.6+dfsg-1+deb11u1_amd64.deb ... Unpacking erlang-wx (1:23.2.6+dfsg-1+deb11u1) ... Selecting previously unselected package erlang-debugger. Preparing to unpack .../242-erlang-debugger_1%3a23.2.6+dfsg-1+deb11u1_amd64.deb ... Unpacking erlang-debugger (1:23.2.6+dfsg-1+deb11u1) ... Selecting previously unselected package erlang-mnesia. Preparing to unpack .../243-erlang-mnesia_1%3a23.2.6+dfsg-1+deb11u1_amd64.deb ... Unpacking erlang-mnesia (1:23.2.6+dfsg-1+deb11u1) ... Selecting previously unselected package erlang-runtime-tools. Preparing to unpack .../244-erlang-runtime-tools_1%3a23.2.6+dfsg-1+deb11u1_amd64.deb ... Unpacking erlang-runtime-tools (1:23.2.6+dfsg-1+deb11u1) ... Selecting previously unselected package erlang-public-key. Preparing to unpack .../245-erlang-public-key_1%3a23.2.6+dfsg-1+deb11u1_amd64.deb ... Unpacking erlang-public-key (1:23.2.6+dfsg-1+deb11u1) ... Selecting previously unselected package erlang-ssl. Preparing to unpack .../246-erlang-ssl_1%3a23.2.6+dfsg-1+deb11u1_amd64.deb ... Unpacking erlang-ssl (1:23.2.6+dfsg-1+deb11u1) ... Selecting previously unselected package erlang-ftp. Preparing to unpack .../247-erlang-ftp_1%3a23.2.6+dfsg-1+deb11u1_amd64.deb ... Unpacking erlang-ftp (1:23.2.6+dfsg-1+deb11u1) ... Selecting previously unselected package erlang-tftp. Preparing to unpack .../248-erlang-tftp_1%3a23.2.6+dfsg-1+deb11u1_amd64.deb ... Unpacking erlang-tftp (1:23.2.6+dfsg-1+deb11u1) ... Selecting previously unselected package erlang-inets. Preparing to unpack .../249-erlang-inets_1%3a23.2.6+dfsg-1+deb11u1_amd64.deb ... Unpacking erlang-inets (1:23.2.6+dfsg-1+deb11u1) ... Selecting previously unselected package erlang-et. Preparing to unpack .../250-erlang-et_1%3a23.2.6+dfsg-1+deb11u1_amd64.deb ... Unpacking erlang-et (1:23.2.6+dfsg-1+deb11u1) ... Selecting previously unselected package erlang-observer. Preparing to unpack .../251-erlang-observer_1%3a23.2.6+dfsg-1+deb11u1_amd64.deb ... Unpacking erlang-observer (1:23.2.6+dfsg-1+deb11u1) ... Selecting previously unselected package erlang-snmp. Preparing to unpack .../252-erlang-snmp_1%3a23.2.6+dfsg-1+deb11u1_amd64.deb ... Unpacking erlang-snmp (1:23.2.6+dfsg-1+deb11u1) ... Selecting previously unselected package erlang-ssh. Preparing to unpack .../253-erlang-ssh_1%3a23.2.6+dfsg-1+deb11u1_amd64.deb ... Unpacking erlang-ssh (1:23.2.6+dfsg-1+deb11u1) ... Selecting previously unselected package erlang-syntax-tools. Preparing to unpack .../254-erlang-syntax-tools_1%3a23.2.6+dfsg-1+deb11u1_amd64.deb ... Unpacking erlang-syntax-tools (1:23.2.6+dfsg-1+deb11u1) ... Selecting previously unselected package erlang-tools. Preparing to unpack .../255-erlang-tools_1%3a23.2.6+dfsg-1+deb11u1_amd64.deb ... Unpacking erlang-tools (1:23.2.6+dfsg-1+deb11u1) ... Selecting previously unselected package erlang-xmerl. Preparing to unpack .../256-erlang-xmerl_1%3a23.2.6+dfsg-1+deb11u1_amd64.deb ... Unpacking erlang-xmerl (1:23.2.6+dfsg-1+deb11u1) ... Selecting previously unselected package libjs-jquery-metadata. Preparing to unpack .../257-libjs-jquery-metadata_12-3_all.deb ... Unpacking libjs-jquery-metadata (12-3) ... Selecting previously unselected package libjs-jquery-tablesorter. Preparing to unpack .../258-libjs-jquery-tablesorter_1%3a2.31.3+dfsg1-1_all.deb ... Unpacking libjs-jquery-tablesorter (1:2.31.3+dfsg1-1) ... Selecting previously unselected package erlang-common-test. Preparing to unpack .../259-erlang-common-test_1%3a23.2.6+dfsg-1+deb11u1_amd64.deb ... Unpacking erlang-common-test (1:23.2.6+dfsg-1+deb11u1) ... Selecting previously unselected package erlang-dev. Preparing to unpack .../260-erlang-dev_1%3a23.2.6+dfsg-1+deb11u1_amd64.deb ... Unpacking erlang-dev (1:23.2.6+dfsg-1+deb11u1) ... Selecting previously unselected package erlang-dialyzer. Preparing to unpack .../261-erlang-dialyzer_1%3a23.2.6+dfsg-1+deb11u1_amd64.deb ... Unpacking erlang-dialyzer (1:23.2.6+dfsg-1+deb11u1) ... Selecting previously unselected package erlang-diameter. Preparing to unpack .../262-erlang-diameter_1%3a23.2.6+dfsg-1+deb11u1_amd64.deb ... Unpacking erlang-diameter (1:23.2.6+dfsg-1+deb11u1) ... Selecting previously unselected package erlang-edoc. Preparing to unpack .../263-erlang-edoc_1%3a23.2.6+dfsg-1+deb11u1_amd64.deb ... Unpacking erlang-edoc (1:23.2.6+dfsg-1+deb11u1) ... Selecting previously unselected package erlang-eldap. Preparing to unpack .../264-erlang-eldap_1%3a23.2.6+dfsg-1+deb11u1_amd64.deb ... Unpacking erlang-eldap (1:23.2.6+dfsg-1+deb11u1) ... Selecting previously unselected package erlang-erl-docgen. Preparing to unpack .../265-erlang-erl-docgen_1%3a23.2.6+dfsg-1+deb11u1_amd64.deb ... Unpacking erlang-erl-docgen (1:23.2.6+dfsg-1+deb11u1) ... Selecting previously unselected package erlang-eunit. Preparing to unpack .../266-erlang-eunit_1%3a23.2.6+dfsg-1+deb11u1_amd64.deb ... Unpacking erlang-eunit (1:23.2.6+dfsg-1+deb11u1) ... Selecting previously unselected package libltdl7:amd64. Preparing to unpack .../267-libltdl7_2.4.6-15_amd64.deb ... Unpacking libltdl7:amd64 (2.4.6-15) ... Selecting previously unselected package libodbc1:amd64. Preparing to unpack .../268-libodbc1_2.3.6-0.1+b1_amd64.deb ... Unpacking libodbc1:amd64 (2.3.6-0.1+b1) ... Selecting previously unselected package erlang-odbc. Preparing to unpack .../269-erlang-odbc_1%3a23.2.6+dfsg-1+deb11u1_amd64.deb ... Unpacking erlang-odbc (1:23.2.6+dfsg-1+deb11u1) ... Selecting previously unselected package erlang-os-mon. Preparing to unpack .../270-erlang-os-mon_1%3a23.2.6+dfsg-1+deb11u1_amd64.deb ... Unpacking erlang-os-mon (1:23.2.6+dfsg-1+deb11u1) ... Selecting previously unselected package erlang-parsetools. Preparing to unpack .../271-erlang-parsetools_1%3a23.2.6+dfsg-1+deb11u1_amd64.deb ... Unpacking erlang-parsetools (1:23.2.6+dfsg-1+deb11u1) ... Selecting previously unselected package erlang-nox. Preparing to unpack .../272-erlang-nox_1%3a23.2.6+dfsg-1+deb11u1_all.deb ... Unpacking erlang-nox (1:23.2.6+dfsg-1+deb11u1) ... Selecting previously unselected package erlang-reltool. Preparing to unpack .../273-erlang-reltool_1%3a23.2.6+dfsg-1+deb11u1_amd64.deb ... Unpacking erlang-reltool (1:23.2.6+dfsg-1+deb11u1) ... Selecting previously unselected package libann0. Preparing to unpack .../274-libann0_1.1.2+doc-7_amd64.deb ... Unpacking libann0 (1.1.2+doc-7) ... Selecting previously unselected package libcdt5:amd64. Preparing to unpack .../275-libcdt5_2.42.2-5_amd64.deb ... Unpacking libcdt5:amd64 (2.42.2-5) ... Selecting previously unselected package libcgraph6:amd64. Preparing to unpack .../276-libcgraph6_2.42.2-5_amd64.deb ... Unpacking libcgraph6:amd64 (2.42.2-5) ... Selecting previously unselected package libgd3:amd64. Preparing to unpack .../277-libgd3_2.3.0-2_amd64.deb ... Unpacking libgd3:amd64 (2.3.0-2) ... Selecting previously unselected package libgts-0.7-5:amd64. Preparing to unpack .../278-libgts-0.7-5_0.7.6+darcs121130-4+b1_amd64.deb ... Unpacking libgts-0.7-5:amd64 (0.7.6+darcs121130-4+b1) ... Selecting previously unselected package libpathplan4:amd64. Preparing to unpack .../279-libpathplan4_2.42.2-5_amd64.deb ... Unpacking libpathplan4:amd64 (2.42.2-5) ... Selecting previously unselected package libgvc6. Preparing to unpack .../280-libgvc6_2.42.2-5_amd64.deb ... Unpacking libgvc6 (2.42.2-5) ... Selecting previously unselected package libgvpr2:amd64. Preparing to unpack .../281-libgvpr2_2.42.2-5_amd64.deb ... Unpacking libgvpr2:amd64 (2.42.2-5) ... Selecting previously unselected package liblab-gamut1:amd64. Preparing to unpack .../282-liblab-gamut1_2.42.2-5_amd64.deb ... Unpacking liblab-gamut1:amd64 (2.42.2-5) ... Selecting previously unselected package graphviz. Preparing to unpack .../283-graphviz_2.42.2-5_amd64.deb ... Unpacking graphviz (2.42.2-5) ... Selecting previously unselected package gtp-echo-responder. Preparing to unpack .../284-gtp-echo-responder_1.11.0_amd64.deb ... Unpacking gtp-echo-responder (1.11.0) ... Selecting previously unselected package libmbedcrypto3:amd64. Preparing to unpack .../285-libmbedcrypto3_2.16.9-0.1_amd64.deb ... Unpacking libmbedcrypto3:amd64 (2.16.9-0.1) ... Selecting previously unselected package libmbedx509-0:amd64. Preparing to unpack .../286-libmbedx509-0_2.16.9-0.1_amd64.deb ... Unpacking libmbedx509-0:amd64 (2.16.9-0.1) ... Selecting previously unselected package libmbedtls12:amd64. Preparing to unpack .../287-libmbedtls12_2.16.9-0.1_amd64.deb ... Unpacking libmbedtls12:amd64 (2.16.9-0.1) ... Selecting previously unselected package libbctoolbox1:amd64. Preparing to unpack .../288-libbctoolbox1_4.4.13-2_amd64.deb ... Unpacking libbctoolbox1:amd64 (4.4.13-2) ... Selecting previously unselected package libboost-chrono1.74.0:amd64. Preparing to unpack .../289-libboost-chrono1.74.0_1.74.0-9_amd64.deb ... Unpacking libboost-chrono1.74.0:amd64 (1.74.0-9) ... Selecting previously unselected package libboost-filesystem1.74.0:amd64. Preparing to unpack .../290-libboost-filesystem1.74.0_1.74.0-9_amd64.deb ... Unpacking libboost-filesystem1.74.0:amd64 (1.74.0-9) ... Selecting previously unselected package libboost-regex1.74.0:amd64. Preparing to unpack .../291-libboost-regex1.74.0_1.74.0-9_amd64.deb ... Unpacking libboost-regex1.74.0:amd64 (1.74.0-9) ... Selecting previously unselected package libboost-serialization1.74.0:amd64. Preparing to unpack .../292-libboost-serialization1.74.0_1.74.0-9_amd64.deb ... Unpacking libboost-serialization1.74.0:amd64 (1.74.0-9) ... Selecting previously unselected package libboost-thread1.74.0:amd64. Preparing to unpack .../293-libboost-thread1.74.0_1.74.0-9_amd64.deb ... Unpacking libboost-thread1.74.0:amd64 (1.74.0-9) ... Selecting previously unselected package libc-ares2:amd64. Preparing to unpack .../294-libc-ares2_1.17.1-1+deb11u3_amd64.deb ... Unpacking libc-ares2:amd64 (1.17.1-1+deb11u3) ... Selecting previously unselected package libcdk5nc6:amd64. Preparing to unpack .../295-libcdk5nc6_5.0.20180306-3_amd64.deb ... Unpacking libcdk5nc6:amd64 (5.0.20180306-3) ... Selecting previously unselected package libcsv3:amd64. Preparing to unpack .../296-libcsv3_3.0.3+dfsg-5_amd64.deb ... Unpacking libcsv3:amd64 (3.0.3+dfsg-5) ... Selecting previously unselected package libdbi1:amd64. Preparing to unpack .../297-libdbi1_0.9.0-6_amd64.deb ... Unpacking libdbi1:amd64 (0.9.0-6) ... Selecting previously unselected package libdbd-sqlite3:amd64. Preparing to unpack .../298-libdbd-sqlite3_0.9.0-9_amd64.deb ... Unpacking libdbd-sqlite3:amd64 (0.9.0-9) ... Selecting previously unselected package libfftw3-single3:amd64. Preparing to unpack .../299-libfftw3-single3_3.3.8-2_amd64.deb ... Unpacking libfftw3-single3:amd64 (3.3.8-2) ... Selecting previously unselected package libgtp6:amd64. Preparing to unpack .../300-libgtp6_1.11.0_amd64.deb ... Unpacking libgtp6:amd64 (1.11.0) ... Selecting previously unselected package libgtp-dev:amd64. Preparing to unpack .../301-libgtp-dev_1.11.0_amd64.deb ... Unpacking libgtp-dev:amd64 (1.11.0) ... Selecting previously unselected package libmnl-dev:amd64. Preparing to unpack .../302-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 .../303-libgtpnl0_1.2.5_amd64.deb ... Unpacking libgtpnl0:amd64 (1.2.5) ... Selecting previously unselected package libgtpnl-dev:amd64. Preparing to unpack .../304-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 .../305-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 .../306-libimagequant0_2.12.2-1.1_amd64.deb ... Unpacking libimagequant0:amd64 (2.12.2-1.1) ... Selecting previously unselected package liblimesuite23.11-1:amd64. Preparing to unpack .../307-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 .../308-libmicrohttpd12_0.9.72-2_amd64.deb ... Unpacking libmicrohttpd12:amd64 (0.9.72-2) ... Selecting previously unselected package libnftables-dev:amd64. Preparing to unpack .../309-libnftables-dev_1.0.6-2_amd64.deb ... Unpacking libnftables-dev:amd64 (1.0.6-2) ... Selecting previously unselected package libnftables1-dbgsym:amd64. Preparing to unpack .../310-libnftables1-dbgsym_1.0.6-2_amd64.deb ... Unpacking libnftables1-dbgsym:amd64 (1.0.6-2) ... Selecting previously unselected package libnftnl-dev:amd64. Preparing to unpack .../311-libnftnl-dev_1.2.5-1_amd64.deb ... Unpacking libnftnl-dev:amd64 (1.2.5-1) ... Selecting previously unselected package libnftnl-dev-doc. Preparing to unpack .../312-libnftnl-dev-doc_1.2.5-1_all.deb ... Unpacking libnftnl-dev-doc (1.2.5-1) ... Selecting previously unselected package libnftnl11-dbgsym:amd64. Preparing to unpack .../313-libnftnl11-dbgsym_1.2.5-1_amd64.deb ... Unpacking libnftnl11-dbgsym:amd64 (1.2.5-1) ... Selecting previously unselected package libnl-3-200:amd64. Preparing to unpack .../314-libnl-3-200_3.4.0-1+b1_amd64.deb ... Unpacking libnl-3-200:amd64 (3.4.0-1+b1) ... Selecting previously unselected package libnl-route-3-200:amd64. Preparing to unpack .../315-libnl-route-3-200_3.4.0-1+b1_amd64.deb ... Unpacking libnl-route-3-200:amd64 (3.4.0-1+b1) ... Selecting previously unselected package libnorm1:amd64. Preparing to unpack .../316-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 .../317-liboping0_1.10.0-4+b1_amd64.deb ... Unpacking liboping0:amd64 (1.10.0-4+b1) ... Selecting previously unselected package liborcania2.1:amd64. Preparing to unpack .../318-liborcania2.1_2.1.1-4_amd64.deb ... Unpacking liborcania2.1:amd64 (2.1.1-4) ... Selecting previously unselected package libortp15:amd64. Preparing to unpack .../319-libortp15_1%3a4.4.13-2_amd64.deb ... Unpacking libortp15:amd64 (1:4.4.13-2) ... Selecting previously unselected package libosmotrau2:amd64. Preparing to unpack .../320-libosmotrau2_1.5.2_amd64.deb ... Unpacking libosmotrau2:amd64 (1.5.2) ... Selecting previously unselected package libosmo-abis:amd64. Preparing to unpack .../321-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 .../322-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 .../323-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 .../324-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 .../325-libosmo-fl2k0_0.2.0_amd64.deb ... Unpacking libosmo-fl2k0:amd64 (0.2.0) ... Selecting previously unselected package libosmo-fl2k-dev. Preparing to unpack .../326-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 .../327-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 .../328-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 .../329-libtalloc-dev_2.3.1-2+b1_amd64.deb ... Unpacking libtalloc-dev:amd64 (2.3.1-2+b1) ... Selecting previously unselected package libusb-1.0-0-dev:amd64. Preparing to unpack .../330-libusb-1.0-0-dev_2%3a1.0.24-3_amd64.deb ... Unpacking libusb-1.0-0-dev:amd64 (2:1.0.24-3) ... Selecting previously unselected package libosmocore-dev:amd64. Preparing to unpack .../331-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 .../332-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 .../333-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 .../334-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 .../335-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 .../336-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 .../337-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 .../338-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 .../339-libosmonetif11_1.4.0_amd64.deb ... Unpacking libosmonetif11:amd64 (1.4.0) ... Selecting previously unselected package libosmo-netif-dev:amd64. Preparing to unpack .../340-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 .../341-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 .../342-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 .../343-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 .../344-libosmo-pfcp0_0.3.0_amd64.deb ... Unpacking libosmo-pfcp0:amd64 (0.3.0) ... Selecting previously unselected package libosmo-pfcp. Preparing to unpack .../345-libosmo-pfcp_0.3.0_amd64.deb ... Unpacking libosmo-pfcp (0.3.0) ... Selecting previously unselected package libosmo-pfcp-dev:amd64. Preparing to unpack .../346-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 .../347-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 .../348-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 .../349-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 .../350-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 .../351-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 .../352-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 .../353-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 .../354-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 .../355-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 .../356-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 .../357-libosmocodec-doc_1.9.2_all.deb ... Unpacking libosmocodec-doc (1.9.2) ... Selecting previously unselected package libosmocoding-doc. Preparing to unpack .../358-libosmocoding-doc_1.9.2_all.deb ... Unpacking libosmocoding-doc (1.9.2) ... Selecting previously unselected package libosmogsm-doc. Preparing to unpack .../359-libosmogsm-doc_1.9.2_all.deb ... Unpacking libosmogsm-doc (1.9.2) ... Selecting previously unselected package libosmoisdn-doc. Preparing to unpack .../360-libosmoisdn-doc_1.9.2_all.deb ... Unpacking libosmoisdn-doc (1.9.2) ... Selecting previously unselected package libosmovty-doc. Preparing to unpack .../361-libosmovty-doc_1.9.2_all.deb ... Unpacking libosmovty-doc (1.9.2) ... Selecting previously unselected package libosmoctrl-doc. Preparing to unpack .../362-libosmoctrl-doc_1.9.2_all.deb ... Unpacking libosmoctrl-doc (1.9.2) ... Selecting previously unselected package libosmogb-doc. Preparing to unpack .../363-libosmogb-doc_1.9.2_all.deb ... Unpacking libosmogb-doc (1.9.2) ... Selecting previously unselected package libosmosim-doc. Preparing to unpack .../364-libosmosim-doc_1.9.2_all.deb ... Unpacking libosmosim-doc (1.9.2) ... Selecting previously unselected package libosmousb-doc. Preparing to unpack .../365-libosmousb-doc_1.9.2_all.deb ... Unpacking libosmousb-doc (1.9.2) ... Selecting previously unselected package libosmocore-doc. Preparing to unpack .../366-libosmocore-doc_1.9.2_all.deb ... Unpacking libosmocore-doc (1.9.2) ... Selecting previously unselected package libosmocore-utils:amd64. Preparing to unpack .../367-libosmocore-utils_1.9.2_amd64.deb ... Unpacking libosmocore-utils:amd64 (1.9.2) ... Selecting previously unselected package libosmodsp0:amd64. Preparing to unpack .../368-libosmodsp0_0.4.0_amd64.deb ... Unpacking libosmodsp0:amd64 (0.4.0) ... Selecting previously unselected package libosmodsp-dev:amd64. Preparing to unpack .../369-libosmodsp-dev_0.4.0_amd64.deb ... Unpacking libosmodsp-dev:amd64 (0.4.0) ... Selecting previously unselected package libosmodsp-doc. Preparing to unpack .../370-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 .../371-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 librsvg2-2:amd64. Preparing to unpack .../372-librsvg2-2_2.50.3+dfsg-1+deb11u1_amd64.deb ... Unpacking librsvg2-2:amd64 (2.50.3+dfsg-1+deb11u1) ... Selecting previously unselected package librsvg2-bin. Preparing to unpack .../373-librsvg2-bin_2.50.3+dfsg-1+deb11u1_amd64.deb ... Unpacking librsvg2-bin (2.50.3+dfsg-1+deb11u1) ... Selecting previously unselected package librtlsdr0:amd64. Preparing to unpack .../374-librtlsdr0_2.0.2_amd64.deb ... Unpacking librtlsdr0:amd64 (2.0.2) ... Selecting previously unselected package librtlsdr-dev. Preparing to unpack .../375-librtlsdr-dev_2.0.2_amd64.deb ... Unpacking librtlsdr-dev (2.0.2) ... Selecting previously unselected package libsmpp1:amd64. Preparing to unpack .../376-libsmpp1_1.14.3_amd64.deb ... Unpacking libsmpp1:amd64 (1.14.3) ... Selecting previously unselected package libsmpp34-dev:amd64. Preparing to unpack .../377-libsmpp34-dev_1.14.3_amd64.deb ... Unpacking libsmpp34-dev:amd64 (1.14.3) ... Selecting previously unselected package libsmpp34-utils. Preparing to unpack .../378-libsmpp34-utils_1.14.3_amd64.deb ... Unpacking libsmpp34-utils (1.14.3) ... Selecting previously unselected package libsodium23:amd64. Preparing to unpack .../379-libsodium23_1.0.18-1_amd64.deb ... Unpacking libsodium23:amd64 (1.0.18-1) ... Selecting previously unselected package libsofia-sip-ua0. Preparing to unpack .../380-libsofia-sip-ua0_1.12.11+20110422.1-2.1+deb11u2_amd64.deb ... Unpacking libsofia-sip-ua0 (1.12.11+20110422.1-2.1+deb11u2) ... Selecting previously unselected package libsofia-sip-ua-glib3. Preparing to unpack .../381-libsofia-sip-ua-glib3_1.12.11+20110422.1-2.1+deb11u2_amd64.deb ... Unpacking libsofia-sip-ua-glib3 (1.12.11+20110422.1-2.1+deb11u2) ... Selecting previously unselected package libuhd3.15.0:amd64. Preparing to unpack .../382-libuhd3.15.0_3.15.0.0-4+b1_amd64.deb ... Unpacking libuhd3.15.0:amd64 (3.15.0.0-4+b1) ... Selecting previously unselected package libyder2.0:amd64. Preparing to unpack .../383-libyder2.0_1.4.12-1_amd64.deb ... Unpacking libyder2.0:amd64 (1.4.12-1) ... Selecting previously unselected package libulfius2.7:amd64. Preparing to unpack .../384-libulfius2.7_2.7.4-1ubuntu3.1_amd64.deb ... Unpacking libulfius2.7:amd64 (2.7.4-1ubuntu3.1) ... Selecting previously unselected package libusrp1. Preparing to unpack .../385-libusrp1_3.4.8_amd64.deb ... Unpacking libusrp1 (3.4.8) ... Selecting previously unselected package libusrp-dev. Preparing to unpack .../386-libusrp-dev_3.4.8_amd64.deb ... Unpacking libusrp-dev (3.4.8) ... Selecting previously unselected package libusrp-doc. Preparing to unpack .../387-libusrp-doc_3.4.8_all.deb ... Unpacking libusrp-doc (3.4.8) ... Selecting previously unselected package libusrp-firmware. Preparing to unpack .../388-libusrp-firmware_3.4.8_amd64.deb ... Unpacking libusrp-firmware (3.4.8) ... Selecting previously unselected package libusrp-utils. Preparing to unpack .../389-libusrp-utils_3.4.8_amd64.deb ... Unpacking libusrp-utils (3.4.8) ... Selecting previously unselected package libusrp-utils-dbgsym. Preparing to unpack .../390-libusrp-utils-dbgsym_3.4.8_amd64.deb ... Unpacking libusrp-utils-dbgsym (3.4.8) ... Selecting previously unselected package libusrp1-dbgsym. Preparing to unpack .../391-libusrp1-dbgsym_3.4.8_amd64.deb ... Unpacking libusrp1-dbgsym (3.4.8) ... Selecting previously unselected package libwebpdemux2:amd64. Preparing to unpack .../392-libwebpdemux2_0.6.1-2.1+deb11u2_amd64.deb ... Unpacking libwebpdemux2:amd64 (0.6.1-2.1+deb11u2) ... Selecting previously unselected package libwebpmux3:amd64. Preparing to unpack .../393-libwebpmux3_0.6.1-2.1+deb11u2_amd64.deb ... Unpacking libwebpmux3:amd64 (0.6.1-2.1+deb11u2) ... Selecting previously unselected package libzmq5:amd64. Preparing to unpack .../394-libzmq5_4.3.4-1+deb11u1_amd64.deb ... Unpacking libzmq5:amd64 (4.3.4-1+deb11u1) ... Selecting previously unselected package mscgen. Preparing to unpack .../395-mscgen_0.20-14_amd64.deb ... Unpacking mscgen (0.20-14) ... Selecting previously unselected package neocon:amd64. Preparing to unpack .../396-neocon_1.0.2_amd64.deb ... Unpacking neocon:amd64 (1.0.2) ... Selecting previously unselected package neocon-dbgsym:amd64. Preparing to unpack .../397-neocon-dbgsym_1.0.2_amd64.deb ... Unpacking neocon-dbgsym:amd64 (1.0.2) ... Selecting previously unselected package nftables-dbgsym. Preparing to unpack .../398-nftables-dbgsym_1.0.6-2_amd64.deb ... Unpacking nftables-dbgsym (1.0.6-2) ... Selecting previously unselected package osmo-bsc-doc. Preparing to unpack .../399-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 .../400-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 .../401-osmo-bts-virtual_1.7.2_amd64.deb ... Unpacking osmo-bts-virtual (1.7.2) ... Selecting previously unselected package osmo-bts. Preparing to unpack .../402-osmo-bts_1.7.2_amd64.deb ... Unpacking osmo-bts (1.7.2) ... Selecting previously unselected package osmo-bts-doc. Preparing to unpack .../403-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 .../404-osmo-cbc-doc_0.4.2_all.deb ... Unpacking osmo-cbc-doc (0.4.2) ... Selecting previously unselected package osmo-diameter2gsup. Preparing to unpack .../405-osmo-diameter2gsup_0.2.0_amd64.deb ... Unpacking osmo-diameter2gsup (0.2.0) ... Selecting previously unselected package osmo-e1d. Preparing to unpack .../406-osmo-e1d_0.6.0_amd64.deb ... Unpacking osmo-e1d (0.6.0) ... Selecting previously unselected package osmo-e1d-dbgsym. Preparing to unpack .../407-osmo-e1d-dbgsym_0.6.0_amd64.deb ... Unpacking osmo-e1d-dbgsym (0.6.0) ... Selecting previously unselected package osmo-fl2k. Preparing to unpack .../408-osmo-fl2k_0.2.0_amd64.deb ... Unpacking osmo-fl2k (0.2.0) ... Selecting previously unselected package osmo-fl2k-dbgsym. Preparing to unpack .../409-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 .../410-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 .../411-osmo-ggsn_1.11.0_amd64.deb ... Unpacking osmo-ggsn (1.11.0) ... Selecting previously unselected package osmo-ggsn-doc. Preparing to unpack .../412-osmo-ggsn-doc_1.11.0_all.deb ... Unpacking osmo-ggsn-doc (1.11.0) ... Selecting previously unselected package python3-funcparserlib. Preparing to unpack .../413-python3-funcparserlib_0.3.6+dfsg1-1_all.deb ... Unpacking python3-funcparserlib (0.3.6+dfsg1-1) ... Selecting previously unselected package python3-pil:amd64. Preparing to unpack .../414-python3-pil_8.1.2+dfsg-0.3+deb11u1_amd64.deb ... Unpacking python3-pil:amd64 (8.1.2+dfsg-0.3+deb11u1) ... Selecting previously unselected package python3-webcolors. Preparing to unpack .../415-python3-webcolors_1.11.1-1_all.deb ... Unpacking python3-webcolors (1.11.1-1) ... Selecting previously unselected package python3-roman. Preparing to unpack .../416-python3-roman_2.0.0-5_all.deb ... Unpacking python3-roman (2.0.0-5) ... Selecting previously unselected package python3-docutils. Preparing to unpack .../417-python3-docutils_0.16+dfsg-4_all.deb ... Unpacking python3-docutils (0.16+dfsg-4) ... Selecting previously unselected package python3-reportlab-accel:amd64. Preparing to unpack .../418-python3-reportlab-accel_3.5.59-2_amd64.deb ... Unpacking python3-reportlab-accel:amd64 (3.5.59-2) ... Selecting previously unselected package python3-reportlab. Preparing to unpack .../419-python3-reportlab_3.5.59-2_all.deb ... Unpacking python3-reportlab (3.5.59-2) ... Selecting previously unselected package python3-blockdiag. Preparing to unpack .../420-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 .../421-python3-nwdiag_2.0.0+dfsg-1_all.deb ... Unpacking python3-nwdiag (2.0.0+dfsg-1) ... Selecting previously unselected package osmo-gsm-manuals-dev. Preparing to unpack .../422-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 .../423-osmo-hlr_1.7.0_amd64.deb ... Unpacking osmo-hlr (1.7.0) ... Selecting previously unselected package osmo-hlr-doc. Preparing to unpack .../424-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 .../425-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 .../426-osmo-hnodeb-doc_0.1.2_all.deb ... Unpacking osmo-hnodeb-doc (0.1.2) ... Selecting previously unselected package osmo-mgw. Preparing to unpack .../427-osmo-mgw_1.12.2_amd64.deb ... Unpacking osmo-mgw (1.12.2) ... Selecting previously unselected package osmo-mgw-dbgsym. Preparing to unpack .../428-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 .../429-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 .../430-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 .../431-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 .../432-osmo-pcu_1.4.0_amd64.deb ... Unpacking osmo-pcu (1.4.0) ... Selecting previously unselected package osmo-pcu-doc. Preparing to unpack .../433-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 .../434-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 .../435-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 .../436-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 .../437-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 .../438-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 .../439-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 .../440-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 .../441-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 .../442-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 .../443-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 .../444-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 .../445-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 .../446-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 .../447-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 .../448-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 .../449-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 .../450-osmo-trx-uhd_1.6.2_amd64.deb ... Unpacking osmo-trx-uhd (1.6.2) ... Selecting previously unselected package osmo-trx. Preparing to unpack .../451-osmo-trx_1.6.2_all.deb ... Unpacking osmo-trx (1.6.2) ... Selecting previously unselected package osmo-trx-doc. Preparing to unpack .../452-osmo-trx-doc_1.6.2_all.deb ... Unpacking osmo-trx-doc (1.6.2) ... Selecting previously unselected package osmo-trx-ipc. Preparing to unpack .../453-osmo-trx-ipc_1.6.2_amd64.deb ... Unpacking osmo-trx-ipc (1.6.2) ... Selecting previously unselected package osmo-trx-lms. Preparing to unpack .../454-osmo-trx-lms_1.6.2_amd64.deb ... Unpacking osmo-trx-lms (1.6.2) ... Selecting previously unselected package osmo-trx-usrp1. Preparing to unpack .../455-osmo-trx-usrp1_1.6.2_amd64.deb ... Unpacking osmo-trx-usrp1 (1.6.2) ... Selecting previously unselected package osmo-uecups. Preparing to unpack .../456-osmo-uecups_0.2.2_amd64.deb ... Unpacking osmo-uecups (0.2.2) ... Selecting previously unselected package osmo-uecups-dbgsym. Preparing to unpack .../457-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 .../458-osmo-upf-doc_0.1.1_all.deb ... Unpacking osmo-upf-doc (0.1.1) ... Selecting previously unselected package python3-multidict. Preparing to unpack .../459-python3-multidict_5.1.0-1_amd64.deb ... Unpacking python3-multidict (5.1.0-1) ... Selecting previously unselected package python3-yarl. Preparing to unpack .../460-python3-yarl_1.6.3-2_amd64.deb ... Unpacking python3-yarl (1.6.3-2) ... Selecting previously unselected package python3-async-timeout. Preparing to unpack .../461-python3-async-timeout_3.0.1-1.1_all.deb ... Unpacking python3-async-timeout (3.0.1-1.1) ... Selecting previously unselected package python3-attr. Preparing to unpack .../462-python3-attr_20.3.0-1_all.deb ... Unpacking python3-attr (20.3.0-1) ... Selecting previously unselected package python3-typing-extensions. Preparing to unpack .../463-python3-typing-extensions_3.7.4.3-1_all.deb ... Unpacking python3-typing-extensions (3.7.4.3-1) ... Selecting previously unselected package python3-aiohttp. Preparing to unpack .../464-python3-aiohttp_3.7.4-1_amd64.deb ... Unpacking python3-aiohttp (3.7.4-1) ... Selecting previously unselected package python3-automat. Preparing to unpack .../465-python3-automat_20.2.0-1_all.deb ... Unpacking python3-automat (20.2.0-1) ... Selecting previously unselected package python3-cffi-backend:amd64. Preparing to unpack .../466-python3-cffi-backend_1.14.5-1_amd64.deb ... Unpacking python3-cffi-backend:amd64 (1.14.5-1) ... Selecting previously unselected package python3-bcrypt. Preparing to unpack .../467-python3-bcrypt_3.1.7-4_amd64.deb ... Unpacking python3-bcrypt (3.1.7-4) ... Selecting previously unselected package python3-constantly. Preparing to unpack .../468-python3-constantly_15.1.0-2_all.deb ... Unpacking python3-constantly (15.1.0-2) ... Selecting previously unselected package python3-cryptography. Preparing to unpack .../469-python3-cryptography_3.3.2-1_amd64.deb ... Unpacking python3-cryptography (3.3.2-1) ... Selecting previously unselected package python3-hamcrest. Preparing to unpack .../470-python3-hamcrest_1.9.0-3_all.deb ... Unpacking python3-hamcrest (1.9.0-3) ... Selecting previously unselected package python3-hyperlink. Preparing to unpack .../471-python3-hyperlink_19.0.0-2_all.deb ... Unpacking python3-hyperlink (19.0.0-2) ... Selecting previously unselected package python3-incremental. Preparing to unpack .../472-python3-incremental_17.5.0-1_all.deb ... Unpacking python3-incremental (17.5.0-1) ... Selecting previously unselected package python3-openssl. Preparing to unpack .../473-python3-openssl_20.0.1-1_all.deb ... Unpacking python3-openssl (20.0.1-1) ... Selecting previously unselected package python3-osmopy-libs. Preparing to unpack .../474-python3-osmopy-libs_0.3.0_all.deb ... Unpacking python3-osmopy-libs (0.3.0) ... Selecting previously unselected package python3-zope.interface. Preparing to unpack .../475-python3-zope.interface_5.2.0-1_amd64.deb ... Unpacking python3-zope.interface (5.2.0-1) ... Selecting previously unselected package python3-twisted-bin:amd64. Preparing to unpack .../476-python3-twisted-bin_20.3.0-7+deb11u1_amd64.deb ... Unpacking python3-twisted-bin:amd64 (20.3.0-7+deb11u1) ... Selecting previously unselected package python3-pyasn1. Preparing to unpack .../477-python3-pyasn1_0.4.8-1_all.deb ... Unpacking python3-pyasn1 (0.4.8-1) ... Selecting previously unselected package python3-pyasn1-modules. Preparing to unpack .../478-python3-pyasn1-modules_0.2.1-1_all.deb ... Unpacking python3-pyasn1-modules (0.2.1-1) ... Selecting previously unselected package python3-service-identity. Preparing to unpack .../479-python3-service-identity_18.1.0-6_all.deb ... Unpacking python3-service-identity (18.1.0-6) ... Selecting previously unselected package python3-twisted. Preparing to unpack .../480-python3-twisted_20.3.0-7+deb11u1_all.deb ... Unpacking python3-twisted (20.3.0-7+deb11u1) ... Selecting previously unselected package python3-treq. Preparing to unpack .../481-python3-treq_18.6.0-0.2_all.deb ... Unpacking python3-treq (18.6.0-0.2) ... Selecting previously unselected package python3-osmopy-utils. Preparing to unpack .../482-python3-osmopy-utils_0.3.0_all.deb ... Unpacking python3-osmopy-utils (0.3.0) ... Selecting previously unselected package rebar3. Preparing to unpack .../483-rebar3_3.18.0~osmo2_all.deb ... Unpacking rebar3 (3.18.0~osmo2) ... Selecting previously unselected package rtl-sdr. Preparing to unpack .../484-rtl-sdr_2.0.2_amd64.deb ... Unpacking rtl-sdr (2.0.2) ... Selecting previously unselected package simtrace2-firmware. Preparing to unpack .../485-simtrace2-firmware_0.8.2_all.deb ... Unpacking simtrace2-firmware (0.8.2) ... Selecting previously unselected package simtrace2-utils:amd64. Preparing to unpack .../486-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 .../487-simtrace2-utils-dbgsym_0.8.2_amd64.deb ... Unpacking simtrace2-utils-dbgsym:amd64 (0.8.2) ... Selecting previously unselected package uwsc. Preparing to unpack .../488-uwsc_2.7.4-1ubuntu3.1_amd64.deb ... Unpacking uwsc (2.7.4-1ubuntu3.1) ... Selecting previously unselected package uwsc-dbgsym. Preparing to unpack .../489-uwsc-dbgsym_2.7.4-1ubuntu3.1_amd64.deb ... Unpacking uwsc-dbgsym (2.7.4-1ubuntu3.1) ... Selecting previously unselected package abisip-find. Preparing to unpack .../490-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 .../491-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 .../492-libasn1c1_0.9.36_amd64.deb ... Unpacking libasn1c1:amd64 (0.9.36) ... Selecting previously unselected package libasn1c-dbg:amd64. Preparing to unpack .../493-libasn1c-dbg_0.9.36_amd64.deb ... Unpacking libasn1c-dbg:amd64 (0.9.36) ... Selecting previously unselected package libasn1c-dev:amd64. Preparing to unpack .../494-libasn1c-dev_0.9.36_amd64.deb ... Unpacking libasn1c-dev:amd64 (0.9.36) ... Selecting previously unselected package libgtp-dbg:amd64. Preparing to unpack .../495-libgtp-dbg_1.11.0_amd64.deb ... Unpacking libgtp-dbg:amd64 (1.11.0) ... Selecting previously unselected package libgtpnl-dbg:amd64. Preparing to unpack .../496-libgtpnl-dbg_1.2.5_amd64.deb ... Unpacking libgtpnl-dbg:amd64 (1.2.5) ... Selecting previously unselected package libgtpnl-tools:amd64. Preparing to unpack .../497-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 .../498-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 .../499-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 .../500-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 .../501-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 .../502-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 .../503-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 .../504-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 .../505-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 .../506-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 .../507-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 .../508-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 .../509-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 .../510-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 .../511-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 .../512-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 .../513-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 .../514-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 .../515-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 .../516-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 .../517-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 .../518-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 .../519-libosmocore-dbg_1.9.2_amd64.deb ... Unpacking libosmocore-dbg:amd64 (1.9.2) ... Selecting previously unselected package libosmodsp-dbg:amd64. Preparing to unpack .../520-libosmodsp-dbg_0.4.0_amd64.deb ... Unpacking libosmodsp-dbg:amd64 (0.4.0) ... Selecting previously unselected package libsmpp34-dbg. Preparing to unpack .../521-libsmpp34-dbg_1.14.3_amd64.deb ... Unpacking libsmpp34-dbg (1.14.3) ... Selecting previously unselected package osmo-bsc. Preparing to unpack .../522-osmo-bsc_1.11.1_amd64.deb ... Unpacking osmo-bsc (1.11.1) ... Selecting previously unselected package osmo-bsc-bs11-utils. Preparing to unpack .../523-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 .../524-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 .../525-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 .../526-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 .../527-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 .../528-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 .../529-osmo-cbc_0.4.2_amd64.deb ... Unpacking osmo-cbc (0.4.2) ... Selecting previously unselected package osmo-cbc-dbg:amd64. Preparing to unpack .../530-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 .../531-osmo-cbc-utils_0.4.2_amd64.deb ... Unpacking osmo-cbc-utils (0.4.2) ... Selecting previously unselected package osmo-gbproxy. Preparing to unpack .../532-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 .../533-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 .../534-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 .../535-osmo-gtphub_1.11.1_amd64.deb ... Unpacking osmo-gtphub (1.11.1) ... Selecting previously unselected package osmo-gtphub-dbg. Preparing to unpack .../536-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 .../537-osmo-hlr-dbg_1.7.0_amd64.deb ... Unpacking osmo-hlr-dbg (1.7.0) ... Selecting previously unselected package osmo-hnbgw. Preparing to unpack .../538-osmo-hnbgw_1.5.0_amd64.deb ... Unpacking osmo-hnbgw (1.5.0) ... Selecting previously unselected package osmo-hnbgw-dbg:amd64. Preparing to unpack .../539-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 .../540-osmo-hnodeb_0.1.2_amd64.deb ... Unpacking osmo-hnodeb (0.1.2) ... Selecting previously unselected package osmo-hnodeb-dbg:amd64. Preparing to unpack .../541-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 .../542-osmo-msc_1.11.1_amd64.deb ... Unpacking osmo-msc (1.11.1) ... Selecting previously unselected package osmo-msc-dbg:amd64. Preparing to unpack .../543-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 .../544-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 .../545-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 .../546-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 .../547-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 .../548-osmo-pcu-dbg_1.4.0_amd64.deb ... Unpacking osmo-pcu-dbg (1.4.0) ... Selecting previously unselected package osmo-sgsn. Preparing to unpack .../549-osmo-sgsn_1.11.1_amd64.deb ... Unpacking osmo-sgsn (1.11.1) ... Selecting previously unselected package osmo-sgsn-dbg:amd64. Preparing to unpack .../550-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 .../551-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 .../552-osmo-smlc_0.2.4_amd64.deb ... Unpacking osmo-smlc (0.2.4) ... Selecting previously unselected package osmo-smlc-dbg:amd64. Preparing to unpack .../553-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 .../554-osmo-sysmon_0.3.2_amd64.deb ... Unpacking osmo-sysmon (0.3.2) ... Selecting previously unselected package osmo-sysmon-dbg:amd64. Preparing to unpack .../555-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 .../556-osmo-trx-dbg_1.6.2_amd64.deb ... Unpacking osmo-trx-dbg (1.6.2) ... Selecting previously unselected package osmo-upf. Preparing to unpack .../557-osmo-upf_0.1.1_amd64.deb ... Unpacking osmo-upf (0.1.1) ... Selecting previously unselected package osmo-upf-dbg:amd64. Preparing to unpack .../558-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-9) ... Setting up libpcrecpp0v5:amd64 (2:8.39-13) ... Setting up libgraphite2-3:amd64 (1.3.14-1) ... Setting up libxcb-dri3-0:amd64 (1.14-3) ... Setting up liblcms2-2:amd64 (2.12~rc1-2) ... Setting up libosmo-sccp-dev:amd64 (1.8.1) ... Setting up libpixman-1-0:amd64 (0.40.0-1.1~deb11u1) ... Setting up python3-attr (20.3.0-1) ... Setting up libpaper1:amd64 (1.1.28+b1) ... debconf: unable to initialize frontend: Dialog debconf: (TERM is not set, so the dialog frontend is not usable.) debconf: falling back to frontend: Readline Creating config file /etc/papersize with new version Setting up libosmocore-utils:amd64 (1.9.2) ... Setting up libasn1c1:amd64 (0.9.36) ... Setting up python3-osmopy-libs (0.3.0) ... Setting up libpciaccess0:amd64 (0.16-1) ... Setting up libproxy1v5:amd64 (0.4.17-1) ... Setting up libsgmls-perl (1.03ii-36) ... Setting up libsodium23:amd64 (1.0.18-1) ... Setting up libxcb-xfixes0:amd64 (1.14-3) ... Setting up libdbi1:amd64 (0.9.0-6) ... Setting up libosmo-hnbap0:amd64 (1.5.1) ... Setting up libpcre16-3:amd64 (2:8.39-13) ... Setting up fonts-gfs-porson (1.1-7) ... Setting up hicolor-icon-theme (0.17-2) ... Setting up libosmo-rua0:amd64 (1.5.1) ... Setting up erlang-base (1:23.2.6+dfsg-1+deb11u1) ... 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 libdatrie1:amd64 (0.2.13-1) ... Setting up sgmlspl (1.03ii-36) ... Setting up osmo-bsc-doc (1.11.1) ... Setting up libtexlua53:amd64 (2020.20200327.54578-7+deb11u1) ... Setting up libxcb-render0:amd64 (1.14-3) ... Setting up libsmpp1:amd64 (1.14.3) ... Setting up python3-zope.interface (5.2.0-1) ... Setting up osmo-hnbgw-doc (1.5.0) ... Setting up osmo-upf-doc (0.1.1) ... Setting up libglvnd0:amd64 (1.3.2-1) ... Setting up libdbd-sqlite3:amd64 (0.9.0-9) ... 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.14-3) ... Setting up neocon:amd64 (1.0.2) ... Setting up libtexluajit2:amd64 (2020.20200327.54578-7+deb11u1) ... Setting up libfontbox-java (1:1.8.16-2) ... Setting up libosmo-octoi2-dbgsym:amd64 (0.6.0) ... Setting up erlang-xmerl (1:23.2.6+dfsg-1+deb11u1) ... Setting up python3-automat (20.2.0-1) ... Setting up libosmo-e1d1:amd64 (0.6.0) ... Setting up liblab-gamut1:amd64 (2.42.2-5) ... Setting up libgdk-pixbuf2.0-common (2.42.2+dfsg-1+deb11u1) ... Setting up libosmo-rua-dbg:amd64 (1.5.1) ... Setting up libnorm1:amd64 (1.5.9+dfsg-2) ... Setting up binutils-common:amd64 (2.35.2-2) ... Setting up x11-common (1:7.7+22) ... debconf: unable to initialize frontend: Dialog debconf: (TERM is not set, so the dialog frontend is not usable.) debconf: falling back to frontend: Readline Setting up libgtpnl-tools:amd64 (1.2.5) ... Setting up libsensors-config (1:3.6.0-7) ... Setting up python3-twisted-bin:amd64 (20.3.0-7+deb11u1) ... Setting up libdeflate0:amd64 (1.7-1) ... Setting up simtrace2-firmware (0.8.2) ... Setting up linux-libc-dev:amd64 (5.10.216-1) ... Setting up libctf-nobfd0:amd64 (2.35.2-2) ... Setting up osmo-sip-connector-doc (1.6.3) ... Setting up libusb-1.0-0-dev:amd64 (2:1.0.24-3) ... Setting up erlang-syntax-tools (1:23.2.6+dfsg-1+deb11u1) ... Setting up libboost-filesystem1.74.0:amd64 (1.74.0-9) ... Setting up libnftnl11:amd64 (1.2.5-1) ... Setting up python3-hamcrest (1.9.0-3) ... Setting up libosmo-hnbap-dbg:amd64 (1.5.1) ... Setting up libxcb-shm0:amd64 (1.14-3) ... Setting up libzzip-0-13:amd64 (0.13.62-3.3+deb11u1) ... Setting up erlang-eunit (1:23.2.6+dfsg-1+deb11u1) ... Setting up libc-ares2:amd64 (1.17.1-1+deb11u3) ... Setting up libpaper-utils (1.1.28+b1) ... Setting up libgomp1:amd64 (10.2.1-6) ... 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-3.1+b2) ... Setting up libmicrohttpd12:amd64 (0.9.72-2) ... Setting up libcolord2:amd64 (1.4.5-3) ... Setting up python3-multidict (5.1.0-1) ... Setting up libosmocore-dbg:amd64 (1.9.2) ... Setting up libasan6:amd64 (10.2.1-6) ... Setting up libosmo-simtrace2-1:amd64 (0.8.2) ... Setting up libusrp1 (3.4.8) ... Setting up simtrace2-utils:amd64 (0.8.2) ... Setting up libosp5 (1.5.2-13+b2) ... Setting up python3-async-timeout (3.0.1-1.1) ... Setting up libxcb-present0:amd64 (1.14-3) ... Setting up libdconf1:amd64 (0.38.0-2) ... Setting up libgts-0.7-5:amd64 (0.7.6+darcs121130-4+b1) ... Setting up libgtp6:amd64 (1.11.0) ... Setting up asciidoc-common (9.0.0~rc2-1) ... Setting up tex-common (6.16) ... debconf: unable to initialize frontend: Dialog debconf: (TERM is not set, so the dialog frontend is not usable.) debconf: falling back to frontend: Readline 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 (2.0.0-5) ... Setting up libgtp-dev:amd64 (1.11.0) ... Setting up neocon-dbgsym:amd64 (1.0.2) ... Setting up osmo-mgw-doc (1.12.2) ... Setting up libfontenc1:amd64 (1:1.1.4-1) ... Setting up libz3-4:amd64 (4.8.10-1) ... Setting up python3-webcolors (1.11.1-1) ... Setting up libtirpc-dev:amd64 (1.3.1-1+deb11u1) ... Setting up libllvm11:amd64 (1:11.0.1-2) ... Setting up erlang-parsetools (1:23.2.6+dfsg-1+deb11u1) ... Setting up libosmo-fl2k0:amd64 (0.2.0) ... Setting up libasn1c-dev:amd64 (0.9.36) ... Setting up libjpeg62-turbo:amd64 (1:2.0.6-4) ... Setting up erlang-dialyzer (1:23.2.6+dfsg-1+deb11u1) ... Setting up osmo-gbproxy-doc (1:0.4.1) ... Setting up make (4.3-4.1) ... Setting up libepoxy0:amd64 (1.5.5-1) ... Setting up libmpfr6:amd64 (4.1.0-3) ... Setting up libxcb-sync1:amd64 (1.14-3) ... Setting up osmo-hnodeb-doc (0.1.2) ... Setting up libidn11:amd64 (1.33-3) ... Setting up libteckit0:amd64 (2.5.10+ds1-3) ... Setting up libpathplan4:amd64 (2.42.2-5) ... Setting up libapache-pom-java (18-1) ... Setting up libavahi-common-data:amd64 (0.8-5+deb11u2) ... Setting up libmnl-dev:amd64 (1.0.4-3) ... Setting up libann0 (1.1.2+doc-7) ... Setting up libncurses6:amd64 (6.2+20201114-2+deb11u2) ... Setting up libnftnl-dev-doc (1.2.5-1) ... Setting up python3-incremental (17.5.0-1) ... Setting up libdbus-1-3:amd64 (1.12.28-0+deb11u1) ... Setting up dbus (1.12.28-0+deb11u1) ... 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. dbus.socket is a disabled or a static unit, not starting it. Setting up libosmo-rspro-dev:amd64 (1.0.0) ... Setting up xfonts-encodings (1:1.0.4-2.1) ... Setting up libfribidi0:amd64 (1.0.8-2+deb11u1) ... Setting up libboost-regex1.74.0:amd64 (1.74.0-9) ... Setting up t1utils (1.41-4) ... Setting up libquadmath0:amd64 (10.2.1-6) ... Setting up python3-reportlab-accel:amd64 (3.5.59-2) ... Setting up libosmo-mgcp-client12:amd64 (1.12.2) ... Setting up librtlsdr0:amd64 (2.0.2) ... Setting up libosmo-sbcap0:amd64 (0.4.2) ... Setting up libimagequant0:amd64 (2.12.2-1.1) ... Setting up python3-hyperlink (19.0.0-2) ... Setting up libssl-dev:amd64 (1.1.1w-0+deb11u1) ... Setting up libpcre32-3:amd64 (2:8.39-13) ... Setting up libmpc3:amd64 (1.2.0-1) ... Setting up liboping0:amd64 (1.10.0-4+b1) ... Setting up libatomic1:amd64 (10.2.1-6) ... Setting up liborcania2.1:amd64 (2.1.1-4) ... Setting up libtcl8.6:amd64 (8.6.11+dfsg-1) ... 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 libwebp6:amd64 (0.6.1-2.1+deb11u2) ... Setting up libosmo-mgcp-client-dev:amd64 (1.12.2) ... Setting up erlang-dev (1:23.2.6+dfsg-1+deb11u1) ... Setting up icu-devtools (67.1-7) ... Setting up fonts-dejavu-core (2.37-2) ... Setting up liblimesuite23.11-1:amd64 (23.11.0) ... Setting up python3-funcparserlib (0.3.6+dfsg1-1) ... Setting up libosmo-mslookup1:amd64 (1.7.0) ... Setting up libosmo-rua-dev:amd64 (1.5.1) ... Setting up python3-typing-extensions (3.7.4.3-1) ... Setting up osmo-hlr-doc (1.7.0) ... Setting up libsensors5:amd64 (1:3.6.0-7) ... Setting up libncursesw6:amd64 (6.2+20201114-2+deb11u2) ... Setting up osmo-ggsn-doc (1.11.0) ... Setting up lynx-common (2.9.0dev.6-3~deb11u1) ... Setting up libosmo-fl2k0-dbgsym:amd64 (0.2.0) ... Setting up erlang-asn1 (1:23.2.6+dfsg-1+deb11u1) ... Setting up libosmo-sbcap-dev:amd64 (0.4.2) ... Setting up libltdl7:amd64 (2.4.6-15) ... Setting up libglapi-mesa:amd64 (20.3.5-1) ... Setting up erlang-tftp (1:23.2.6+dfsg-1+deb11u1) ... Setting up libdpkg-perl (1.20.13) ... Setting up libkpathsea6:amd64 (2020.20200327.54578-7+deb11u1) ... Setting up libvulkan1:amd64 (1.2.162.0-1) ... Setting up gtp-echo-responder (1.11.0) ... Setting up libubsan1:amd64 (10.2.1-6) ... Setting up libxcb-dri2-0:amd64 (1.14-3) ... Setting up libboost-serialization1.74.0:amd64 (1.74.0-9) ... Setting up libatk1.0-data (2.36.0-2) ... Setting up osmo-smlc-doc (0.2.4) ... Setting up libyder2.0:amd64 (1.4.12-1) ... Setting up libusrp-utils (3.4.8) ... 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 osmo-cbc-doc (0.4.2) ... Setting up libxshmfence1:amd64 (1.3-1) ... Setting up libmime-charset-perl (1.012.2-1) ... Setting up libcrypt-dev:amd64 (1:4.4.18-4) ... Setting up osmo-fl2k (0.2.0) ... Setting up libmd-dev:amd64 (1.0.3-3) ... Setting up libnl-3-200:amd64 (3.4.0-1+b1) ... Setting up osmo-msc-doc (1.11.1) ... Setting up python3-pyasn1 (0.4.8-1) ... Setting up erlang-mnesia (1:23.2.6+dfsg-1+deb11u1) ... Setting up fonts-lmodern (2.004.5-6.1) ... Setting up libmbedcrypto3:amd64 (2.16.9-0.1) ... Setting up libx11-6:amd64 (2:1.7.2-1+deb11u2) ... Setting up libharfbuzz0b:amd64 (2.7.4-1) ... Setting up libthai-data (0.1.28-3) ... Setting up libwxbase3.0-0v5:amd64 (3.0.5.1+dfsg-2) ... Setting up libjson-glib-1.0-common (1.6.2-1) ... Setting up python3-constantly (15.1.0-2) ... Setting up sgml-base (1.30) ... Setting up libsofia-sip-ua0 (1.12.11+20110422.1-2.1+deb11u2) ... Setting up libasn1c-dbg:amd64 (0.9.36) ... Setting up libcdt5:amd64 (2.42.2-5) ... Setting up libatk1.0-0:amd64 (2.36.0-2) ... Setting up libcgraph6:amd64 (2.42.2-5) ... Setting up libtiff5:amd64 (4.2.0-1+deb11u5) ... Setting up libwayland-egl1:amd64 (1.18.0-2~exp1.1) ... Setting up libosmo-e1d1-dbgsym:amd64 (0.6.0) ... Setting up libjs-jquery (3.5.1+dfsg+~3.5.5-7) ... Setting up libosmo-gtlv1:amd64 (0.3.0) ... Setting up glib-networking-common (2.66.0-2) ... Setting up erlang-crypto (1:23.2.6+dfsg-1+deb11u1) ... Setting up libbinutils:amd64 (2.35.2-2) ... Setting up libsmpp34-utils (1.14.3) ... Setting up libosmo-sabp1:amd64 (1.5.1) ... Setting up libisl23:amd64 (0.23-1) ... Setting up libusrp-dev (3.4.8) ... Setting up libc-dev-bin (2.31-13+deb11u10) ... Setting up osmo-stp-doc (1.8.1) ... Setting up libwebpmux3:amd64 (0.6.1-2.1+deb11u2) ... Setting up libbsd0:amd64 (0.11.3-1+deb11u1) ... 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.104-1) ... Setting up python3-yarl (1.6.3-2) ... Setting up libxcomposite1:amd64 (1:0.4.5-1) ... Setting up openjade (1.4devel1-22) ... Setting up libxml2:amd64 (2.9.10+dfsg-6.7+deb11u4) ... 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.3-1+deb11u1) ... Setting up libcc1-0:amd64 (10.2.1-6) ... Setting up libosmo-rspro2:amd64 (1.0.0) ... Setting up liblsan0:amd64 (10.2.1-6) ... Setting up cpp-10 (10.2.1-6) ... Setting up libitm1:amd64 (10.2.1-6) ... Setting up libsofia-sip-ua-glib3 (1.12.11+20110422.1-2.1+deb11u2) ... Setting up python3-cffi-backend:amd64 (1.14.5-1) ... Setting up libsynctex2:amd64 (2020.20200327.54578-7+deb11u1) ... Setting up libosmoabis13:amd64 (1.5.2) ... Setting up libboost-thread1.74.0:amd64 (1.74.0-9) ... Setting up osmo-trx-doc (1.6.2) ... 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-5) ... Setting up libtsan0:amd64 (10.2.1-6) ... Setting up libxkbcommon0:amd64 (1.0.3-2) ... Setting up osmo-pcu-doc (1.4.0) ... Setting up libosmo-fl2k-dev (0.2.0) ... Setting up libwayland-client0:amd64 (1.18.0-2~exp1.1) ... Setting up libctf0:amd64 (2.35.2-2) ... Setting up libosmo-sabp-dev:amd64 (1.5.1) ... Setting up teckit (2.5.10+ds1-3) ... Setting up glib-networking-services (2.66.0-2) ... Setting up simtrace2-utils-dbgsym:amd64 (0.8.2) ... Setting up libx11-xcb1:amd64 (2:1.7.2-1+deb11u2) ... Setting up libice6:amd64 (2:1.0.10-1) ... Setting up tcl8.6 (8.6.11+dfsg-1) ... Setting up libsmpp34-dbg (1.14.3) ... Setting up libosmo-sigtran-doc (1.8.1) ... Setting up libusrp-utils-dbgsym (3.4.8) ... Setting up libosmogsm-doc (1.9.2) ... Setting up libnftables1:amd64 (1.0.6-2) ... Setting up libfftw3-single3:amd64 (3.3.8-2) ... 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.5-2) ... Setting up libosmo-hnbap-dev:amd64 (1.5.1) ... Setting up nftables (1.0.6-2) ... Installing new version of config file /etc/nftables.conf ... Setting up libzmq5:amd64 (4.3.4-1+deb11u1) ... Setting up libpdfbox-java (1:1.8.16-2) ... Setting up libxpm4:amd64 (1:3.5.12-1.1+deb11u1) ... 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 libosmo-pfcp0:amd64 (0.3.0) ... Setting up osmo-ggsn-dbg:amd64 (1.11.0) ... Setting up libxi6:amd64 (2:1.7.10-1) ... Setting up libxrender1:amd64 (1:0.9.10-1) ... Setting up erlang-runtime-tools (1:23.2.6+dfsg-1+deb11u1) ... 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 osmo-remsim-client-st2-dbgsym:amd64 (1.0.0) ... Setting up libnftables-dev:amd64 (1.0.6-2) ... Setting up osmo-trx-ipc (1.6.2) ... 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 libmbedx509-0:amd64 (2.16.9-0.1) ... Setting up osmo-smlc-dbg:amd64 (0.2.4) ... Setting up libosmo-rspro2-dbgsym:amd64 (1.0.0) ... Setting up fontconfig-config (2.13.1-4.2) ... debconf: unable to initialize frontend: Dialog debconf: (TERM is not set, so the dialog frontend is not usable.) debconf: falling back to frontend: Readline Setting up osmo-sip-connector-dbg (1.6.3) ... Setting up osmo-upf (0.1.1) ... Setting up preview-latex-style (12.2-1) ... Setting up libwebpdemux2:amd64 (0.6.1-2.1+deb11u2) ... Setting up libgcc-10-dev:amd64 (10.2.1-6) ... Setting up python3-bcrypt (3.1.7-4) ... Setting up libosmoisdn-doc (1.9.2) ... 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 (43-1) ... Setting up libmbedtls12:amd64 (2.16.9-0.1) ... Setting up libusrp1-dbgsym (3.4.8) ... Setting up libavahi-common3:amd64 (0.8-5+deb11u2) ... 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 libosmousb-doc (1.9.2) ... Setting up python3-aiohttp (3.7.4-1) ... Setting up libcommons-logging-java (1.2-2) ... Setting up libosmo-gtlv-dbg:amd64 (0.3.0) ... Setting up libosmo-simtrace2-dev:amd64 (0.8.2) ... Setting up libnftnl11-dbgsym:amd64 (1.2.5-1) ... Setting up rtl-sdr (2.0.2) ... Setting up osmo-remsim-client-shell:amd64 (1.0.0) ... Setting up osmo-e1d-dbgsym (0.6.0) ... Setting up erlang-tools (1:23.2.6+dfsg-1+deb11u1) ... Setting up libcdk5nc6:amd64 (5.0.20180306-3) ... Setting up opensp (1.5.2-13+b2) ... Setting up libatspi2.0-0:amd64 (2.38.0-4+deb11u1) ... Setting up libosmocodec-doc (1.9.2) ... Setting up xfonts-utils (1:7.7+6) ... Setting up libusrp-firmware (3.4.8) ... Setting up libjson-glib-1.0-0:amd64 (1.6.2-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.4.0-1+b1) ... Setting up osmo-sysmon (0.3.2) ... Setting up erlang-snmp (1:23.2.6+dfsg-1+deb11u1) ... Setting up libatk-bridge2.0-0:amd64 (2.38.0-1) ... Setting up libthai0:amd64 (0.1.28-3) ... Setting up python3-pil:amd64 (8.1.2+dfsg-0.3+deb11u1) ... Setting up dbus-user-session (1.12.28-0+deb11u1) ... Setting up osmo-gtphub-dbg (1.11.1) ... Setting up libosmo-mgcp-client12-dbgsym:amd64 (1.12.2) ... Setting up librtlsdr-dev (2.0.2) ... Setting up libuhd3.15.0:amd64 (3.15.0.0-4+b1) ... Setting up libosmo-gsup-client0:amd64 (1.7.0) ... Setting up osmo-bsc-bs11-utils (1.11.1) ... Setting up libptexenc1:amd64 (2020.20200327.54578-7+deb11u1) ... Setting up libulfius2.7:amd64 (2.7.4-1ubuntu3.1) ... Setting up libosmo-sigtran-dbg:amd64 (1.8.1) ... Setting up libpcap0.8:amd64 (1.10.0-2) ... Setting up libxfixes3:amd64 (1:5.0.3-2) ... Setting up osmo-uecups (0.2.2) ... Setting up python3-pyasn1-modules (0.2.1-1) ... Setting up python3-cryptography (3.3.2-1) ... Setting up libjs-jquery-metadata (12-3) ... Setting up osmo-mslookup-utils:amd64 (1.7.0) ... 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 libosmovty-doc (1.9.2) ... Setting up libosmo-ranap7:amd64 (1.5.1) ... Setting up libxinerama1:amd64 (2:1.1.4-2) ... Setting up erlang-public-key (1:23.2.6+dfsg-1+deb11u1) ... Setting up python3-service-identity (18.1.0-6) ... Setting up libosmo-sabp-dbg:amd64 (1.5.1) ... Setting up libxrandr2:amd64 (2:1.5.1-1) ... Setting up pkg-config (0.29.2-1) ... Setting up libodbc1:amd64 (2.3.6-0.1+b1) ... 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 python3-reportlab (3.5.59-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:23.2.6+dfsg-1+deb11u1) ... Setting up libosmo-pfcp-dbg:amd64 (0.3.0) ... Setting up osmo-trx-usrp1 (1.6.2) ... Created symlink /etc/systemd/system/multi-user.target.wants/osmo-trx-usrp1.service → /lib/systemd/system/osmo-trx-usrp1.service. Setting up libgvpr2:amd64 (2.42.2-5) ... Setting up libdrm2:amd64 (2.4.104-1) ... Setting up libjs-jquery-tablesorter (1:2.31.3+dfsg1-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 libwayland-cursor0:amd64 (1.18.0-2~exp1.1) ... Setting up cpp (4:10.2.1-1) ... Setting up lmodern (2.004.5-6.1) ... Setting up xml-core (0.18+nmu1) ... Setting up libxslt1.1:amd64 (1.1.34-4+deb11u1) ... 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.31-13+deb11u10) ... Setting up nftables-dbgsym (1.0.6-2) ... Setting up libgdk-pixbuf-2.0-0:amd64 (2.42.2+dfsg-1+deb11u1) ... Setting up libfontconfig1:amd64 (2.13.1-4.2) ... Setting up osmo-bsc-dbg:amd64 (1.11.1) ... Setting up lynx (2.9.0dev.6-3~deb11u1) ... update-alternatives: using /usr/bin/lynx to provide /usr/bin/www-browser (www-browser) in auto mode Setting up libxml2-utils (2.9.10+dfsg-6.7+deb11u4) ... Setting up libosmo-ranap-dbg:amd64 (1.5.1) ... Setting up libnftables1-dbgsym:amd64 (1.0.6-2) ... 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 (67.1-7) ... Setting up osmo-sysmon-dbg:amd64 (0.3.2) ... Setting up libavahi-client3:amd64 (0.8-5+deb11u2) ... 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:23.2.6+dfsg-1+deb11u1) ... Setting up binutils-x86-64-linux-gnu (2.35.2-2) ... Setting up libdrm-amdgpu1:amd64 (2.4.104-1) ... Setting up osmo-trx-lms (1.6.2) ... 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:23.2.6+dfsg-1+deb11u1) ... Setting up gtk-update-icon-cache (3.24.24-4+deb11u3) ... Setting up fontconfig (2.13.1-4.2) ... 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.2+20201114-2+deb11u2) ... Setting up libosmo-pfcp (0.3.0) ... Setting up libdrm-nouveau2:amd64 (2.4.104-1) ... Setting up libosmodsp-dev:amd64 (0.4.0) ... Setting up libgdk-pixbuf-xlib-2.0-0:amd64 (2.40.2-2) ... Setting up osmo-trx-uhd (1.6.2) ... 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 libosmo-ranap-dev:amd64 (1.5.1) ... Setting up libsombok3:amd64 (2.4.0-2+b1) ... Setting up libpcre3-dev:amd64 (2:8.39-13) ... Setting up libdrm-radeon1:amd64 (2.4.104-1) ... Setting up libbctoolbox1:amd64 (4.4.13-2) ... Setting up python3-openssl (20.0.1-1) ... Setting up erlang-os-mon (1:23.2.6+dfsg-1+deb11u1) ... Setting up osmo-remsim-client-shell-dbgsym:amd64 (1.0.0) ... Setting up osmo-hnbgw-dbg:amd64 (1.5.0) ... Setting up erlang-odbc (1:23.2.6+dfsg-1+deb11u1) ... Setting up libxcursor1:amd64 (1:1.2.0-2) ... Setting up expect (5.45.4-2+b1) ... Setting up libpango-1.0-0:amd64 (1.46.2-3) ... Setting up libdrm-intel1:amd64 (2.4.104-1) ... Setting up libgl1-mesa-dri:amd64 (20.3.5-1) ... Setting up osmo-msc-dbg:amd64 (1.11.1) ... Setting up xsltproc (1.1.34-4+deb11u1) ... 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.38.0-2) ... Setting up osmo-uecups-dbgsym (0.2.2) ... Setting up binutils (2.35.2-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 libcairo2:amd64 (1.16.0-5) ... Setting up uwsc (2.7.4-1ubuntu3.1) ... 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 libtalloc-dev:amd64 (2.3.1-2+b1) ... Setting up asciidoc-base (9.0.0~rc2-1) ... Setting up libxml2-dev:amd64 (2.9.10+dfsg-6.7+deb11u4) ... Setting up erlang-eldap (1:23.2.6+dfsg-1+deb11u1) ... Setting up adwaita-icon-theme (3.38.0-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 libdbus-1-dev:amd64 (1.12.28-0+deb11u1) ... Setting up libortp15:amd64 (1:4.4.13-2) ... Setting up python3-twisted (20.3.0-7+deb11u1) ... Setting up libnotify4:amd64 (0.7.9-3) ... Setting up libunicode-linebreak-perl (0.0.20190101-1+b3) ... Setting up libgdk-pixbuf2.0-0:amd64 (2.40.2-2) ... Setting up libedit-dev:amd64 (3.1-20191231-2+b1) ... Setting up libgd3:amd64 (2.3.0-2) ... Setting up libnftnl-dev:amd64 (1.2.5-1) ... Setting up erlang-ftp (1:23.2.6+dfsg-1+deb11u1) ... Setting up libsctp-dev:amd64 (1.0.18+dfsg-1) ... Setting up libxt6:amd64 (1:1.2.0-1) ... Setting up gcc-10 (10.2.1-6) ... Setting up libcups2:amd64 (2.3.3op2-3+deb11u6) ... 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 libosmotrau2:amd64 (1.5.2) ... Setting up libosmo-netif-dev:amd64 (1.4.0) ... Setting up libosmo-e1d-dev:amd64 (0.6.0) ... Setting up osmo-sgsn-dbg:amd64 (1.11.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 libosmo-octoi-dev:amd64 (0.6.0) ... Setting up libcairo-gobject2:amd64 (1.16.0-5) ... Setting up osmo-hlr-dbg (1.7.0) ... Setting up libpangoft2-1.0-0:amd64 (1.46.2-3) ... Setting up uwsc-dbgsym (2.7.4-1ubuntu3.1) ... Setting up libpangocairo-1.0-0:amd64 (1.46.2-3) ... 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 libosmo-gtlv-dev:amd64 (0.3.0) ... Setting up osmo-trx-dbg (1.6.2) ... Setting up osmo-trx (1.6.2) ... Setting up libxmu6:amd64 (2:1.1.2-2+b3) ... Setting up libglx-mesa0:amd64 (20.3.5-1) ... Setting up libglx0:amd64 (1.3.2-1) ... Setting up dconf-gsettings-backend:amd64 (0.38.0-2) ... Setting up osmo-bts-virtual-dbg (1.7.2) ... Setting up libosmo-abis:amd64 (1.5.2) ... Setting up mscgen (0.20-14) ... 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 osmo-remsim-server-dbgsym:amd64 (1.0.0) ... Setting up libpcap0.8-dev:amd64 (1.10.0-2) ... Setting up osmo-cbc-dbg:amd64 (0.4.2) ... Setting up libosmo-abis-dbg:amd64 (1.5.2) ... Setting up erlang-inets (1:23.2.6+dfsg-1+deb11u1) ... Setting up libosmo-gsup-client-dev:amd64 (1.7.0) ... Setting up osmo-bts-trx-dbg (1.7.2) ... Setting up libxaw7:amd64 (2:1.0.13-1.1) ... 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 libosmo-sigtran-dev:amd64 (1.8.1) ... Setting up gcc (4:10.2.1-1) ... Setting up asciidoc (9.0.0~rc2-1) ... Setting up librsvg2-2:amd64 (2.50.3+dfsg-1+deb11u1) ... Setting up python3-treq (18.6.0-0.2) ... Setting up osmo-pcu-dbg (1.4.0) ... Setting up libgl1:amd64 (1.3.2-1) ... Setting up libosmo-mslookup-dev:amd64 (1.7.0) ... Setting up osmo-mgw-dbgsym (1.12.2) ... Setting up libosmo-abis-dev:amd64 (1.5.2) ... Setting up osmo-hnodeb-dbg:amd64 (0.1.2) ... Setting up libgvc6 (2.42.2-5) ... Setting up texlive-binaries (2020.20200327.54578-7+deb11u1) ... 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 libglu1-mesa:amd64 (9.0.1-1) ... 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 (2020.20210202-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 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.24-4+deb11u3) ... Setting up gsettings-desktop-schemas (3.38.0-2) ... Setting up graphviz (2.42.2-5) ... Setting up librsvg2-bin (2.50.3+dfsg-1+deb11u1) ... Setting up osmo-bts (1.7.2) ... Setting up libpcap-dev:amd64 (1.10.0-2) ... Setting up texlive-luatex (2020.20210202-3) ... Setting up erlang-edoc (1:23.2.6+dfsg-1+deb11u1) ... Setting up erlang-erl-docgen (1:23.2.6+dfsg-1+deb11u1) ... Setting up texlive-plain-generic (2020.20210202-3) ... Setting up texlive-lang-greek (2020.20210202-2) ... Setting up texlive-latex-base (2020.20210202-3) ... Setting up texlive-extra-utils (2020.20210202-3) ... Setting up texlive-latex-recommended (2020.20210202-3) ... Setting up eclipse-titan (9.0.0-1) ... Setting up texlive-pictures (2020.20210202-3) ... Setting up texlive-fonts-recommended (2020.20210202-3) ... Setting up tipa (2:1.3-20.1) ... Setting up erlang-nox (1:23.2.6+dfsg-1+deb11u1) ... Setting up texlive (2020.20210202-3) ... Setting up texlive-science (2020.20210202-3) ... Setting up texlive-latex-extra (2020.20210202-3) ... Setting up texlive-bibtex-extra (2020.20210202-3) ... 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 eclipse-titan-dbgsym (9.0.0-1) ... Setting up texlive-xetex (2020.20210202-3) ... Setting up texlive-formats-extra (2020.20210202-3) ... 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.1-1) ... 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.9.4-2) ... Processing triggers for shared-mime-info (2.0-1) ... Processing triggers for mailcap (3.69) ... Processing triggers for libglib2.0-0:amd64 (2.66.8-1) ... Processing triggers for libc-bin (2.31-13+deb11u2) ... Setting up glib-networking:amd64 (2.66.0-2) ... Setting up libsoup2.4-1:amd64 (2.72.0-2) ... Setting up libsoup-gnome2.4-1:amd64 (2.72.0-2) ... Setting up librest-0.7-0:amd64 (0.8.1-1.1) ... Setting up libgtk-3-0:amd64 (3.24.24-4+deb11u3) ... Setting up libwxgtk3.0-gtk3-0v5:amd64 (3.0.5.1+dfsg-2) ... Setting up erlang-wx (1:23.2.6+dfsg-1+deb11u1) ... Setting up erlang-reltool (1:23.2.6+dfsg-1+deb11u1) ... Setting up erlang-et (1:23.2.6+dfsg-1+deb11u1) ... Setting up erlang-debugger (1:23.2.6+dfsg-1+deb11u1) ... Setting up erlang-observer (1:23.2.6+dfsg-1+deb11u1) ... Setting up erlang-common-test (1:23.2.6+dfsg-1+deb11u1) ... Setting up rebar3 (3.18.0~osmo2) ... Processing triggers for sgml-base (1.30) ... Setting up docutils-common (0.16+dfsg-4) ... Setting up sgml-data (2.0.11+nmu1) ... Setting up docbook5-xml (5.0-3) ... Processing triggers for sgml-base (1.30) ... Setting up python3-docutils (0.16+dfsg-4) ... update-alternatives: using /usr/share/docutils/scripts/python3/rst-buildhtml to provide /usr/bin/rst-buildhtml (rst-buildhtml) in auto mode update-alternatives: using /usr/share/docutils/scripts/python3/rst2html to provide /usr/bin/rst2html (rst2html) in auto mode update-alternatives: using /usr/share/docutils/scripts/python3/rst2html4 to provide /usr/bin/rst2html4 (rst2html4) in auto mode update-alternatives: using /usr/share/docutils/scripts/python3/rst2html5 to provide /usr/bin/rst2html5 (rst2html5) in auto mode update-alternatives: using /usr/share/docutils/scripts/python3/rst2latex to provide /usr/bin/rst2latex (rst2latex) in auto mode update-alternatives: using /usr/share/docutils/scripts/python3/rst2man to provide /usr/bin/rst2man (rst2man) in auto mode update-alternatives: using /usr/share/docutils/scripts/python3/rst2odt to provide /usr/bin/rst2odt (rst2odt) in auto mode update-alternatives: using /usr/share/docutils/scripts/python3/rst2odt_prepstyles to provide /usr/bin/rst2odt_prepstyles (rst2odt_prepstyles) in auto mode update-alternatives: using /usr/share/docutils/scripts/python3/rst2pseudoxml to provide /usr/bin/rst2pseudoxml (rst2pseudoxml) in auto mode update-alternatives: using /usr/share/docutils/scripts/python3/rst2s5 to provide /usr/bin/rst2s5 (rst2s5) in auto mode update-alternatives: using /usr/share/docutils/scripts/python3/rst2xetex to provide /usr/bin/rst2xetex (rst2xetex) in auto mode update-alternatives: using /usr/share/docutils/scripts/python3/rst2xml to provide /usr/bin/rst2xml (rst2xml) in auto mode update-alternatives: using /usr/share/docutils/scripts/python3/rstpep2html to provide /usr/bin/rstpep2html (rstpep2html) in auto mode Setting up docbook-xml (4.5-9) ... Setting up python3-blockdiag (2.0.1+dfsg-1) ... Setting up python3-nwdiag (2.0.0+dfsg-1) ... Processing triggers for sgml-base (1.30) ... Setting up docbook-dsssl (1.79-9.2) ... Setting up dblatex (0.3.12py3-1) ... Processing triggers for sgml-base (1.30) ... Setting up docbook-utils (0.6.14-3.4) ... Setting up asciidoc-dblatex (9.0.0~rc2-1) ... Setting up osmo-gsm-manuals-dev (1.5.0) ... Processing triggers for tex-common (6.16) ... debconf: unable to initialize frontend: Dialog debconf: (TERM is not set, so the dialog frontend is not usable.) debconf: falling back to frontend: Readline 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.31-13+deb11u2) ... + set +x ### Test successful: install_repo_packages ### ### Running test: test_binaries ### + set +x + 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. + osmo-ggsn --version + grep -q UNKNOWN + 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 0x55e36d9c4660(iucs) with 3 counters rate_ctr.c:86 validating counter group 0x55e36d9c4640(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 0x557e18eeb660(iucs) with 3 counters rate_ctr.c:86 validating counter group 0x557e18eeb640(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-shell --version + grep -q 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 0x5604b7d9cd80(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 0x562ccfb4ad80(sgsn) with 23 counters + osmo-sip-connector --version OsmoSIPcon version 1.6.3 GNU AGPLv3+ + osmo-sip-connector --version + grep -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. + osmo-smlc --version + grep -q UNKNOWN + 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! + + grep -q UNKNOWN osmo-stp --version + osmo-trx-ipc --version OsmoTRX version 1.6.2 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.2 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. + osmo-uecups-daemon --version + grep -q UNKNOWN + [ -n ] + test_binaries_version osmo-trx-usrp1 + failed= + osmo-trx-usrp1 --version OsmoTRX version 1.6.2 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-usrp1grep -q --version UNKNOWN + [ -n ] + [ debian11 != 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 ### Test successful: test_binaries ### ### Running test: services_check ### + [ -n ] + [ latest = nightly ] + [ debian11 = 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 ] + [ debian11 != 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; vendor preset: enabled) Active: active (running) since Fri 2024-05-17 03:03:26 EDT; 1min 4s ago Main PID: 22424 (osmo-bsc) Tasks: 1 (limit: 1129) Memory: 4.7M CPU: 85ms CGroup: /system.slice/osmo-bsc.service └─22424 /usr/bin/osmo-bsc -c /etc/osmocom/osmo-bsc.cfg -s May 17 03:03:26 unassigned-hostname systemd[1]: Started Osmocom Base Station Controller (BSC). May 17 03:03:26 unassigned-hostname osmo-bsc[22424]: <0017> telnet_interface.c:88 Available via telnet 127.0.0.1 4242 May 17 03:03:26 unassigned-hostname osmo-bsc[22424]: <0019> input/ipaccess.c:1056 enabling ipaccess BSC mode on 0.0.0.0 with OML 3002 and RSL 3003 TCP ports May 17 03:03:26 unassigned-hostname osmo-bsc[22424]: <001e> control_if.c:1014 CTRL at 127.0.0.1 4249 May 17 03:03:26 unassigned-hostname osmo-bsc[22424]: <0027> mgcp_client.c:897 MGW(mgw) MGCP client: using endpoint domain '@mgw' May 17 03:03:26 unassigned-hostname osmo-bsc[22424]: <0004> osmo_bsc_main.c:888 MGW pool with 1 pool members configured, (ignoring MGW configuration in VTY node 'msc'). May 17 03:03:26 unassigned-hostname osmo-bsc[22424]: <0007> osmo_bsc_sigtran.c:600 To auto-configure msc 0, creating cs7 instance 0 implicitly May 17 03:03:26 unassigned-hostname osmo-bsc[22424]: <0007> osmo_bsc_sigtran.c:647 Initializing SCCP connection for A/m3ua on cs7 instance 0 May 17 03:03:26 unassigned-hostname osmo-bsc[22424]: <0024> sccp_user.c:557 SS7 instance 0: no primary point-code set, using default point-code May 17 03:03:26 unassigned-hostname osmo-bsc[22424]: <0024> sccp_user.c:563 A-0-m3ua: Using SS7 instance 0, pc:0.23.3 May 17 03:03:26 unassigned-hostname osmo-bsc[22424]: <0024> sccp_user.c:570 A-0-m3ua: Creating AS instance May 17 03:03:26 unassigned-hostname osmo-bsc[22424]: <0024> sccp_user.c:581 A-0-m3ua: Using AS instance as-clnt-A-0-m3ua May 17 03:03:26 unassigned-hostname osmo-bsc[22424]: <0024> sccp_user.c:587 A-0-m3ua: Creating default route May 17 03:03:26 unassigned-hostname osmo-bsc[22424]: <0024> sccp_user.c:626 A-0-m3ua: No unassociated ASP for m3ua, creating new ASP asp-clnt-A-0-m3ua May 17 03:03:26 unassigned-hostname osmo-bsc[22424]: <0024> sccp_user.c:695 A-0-m3ua: Using ASP instance asp-clnt-A-0-m3ua May 17 03:03:26 unassigned-hostname osmo-bsc[22424]: <0023> osmo_ss7.c:416 0: Creating SCCP instance May 17 03:03:26 unassigned-hostname osmo-bsc[22424]: <0007> osmo_bsc_sigtran.c:703 A-0-m3ua msc-0: local (BSC) SCCP address: RI=SSN_PC,PC=0.23.3,SSN=BSSAP May 17 03:03:26 unassigned-hostname osmo-bsc[22424]: <0007> osmo_bsc_sigtran.c:705 A-0-m3ua msc-0: remote (MSC) SCCP address: RI=SSN_PC,PC=0.23.1,SSN=BSSAP May 17 03:03:26 unassigned-hostname osmo-bsc[22424]: <0007> osmo_bsc_sigtran.c:710 A-0-m3ua msc-0: binding SCCP user May 17 03:03:26 unassigned-hostname osmo-bsc[22424]: <0023> osmo_ss7_hmrt.c:232 Unable to route HMRT message: the AS as-clnt-A-0-m3ua is down May 17 03:03:31 unassigned-hostname osmo-bsc[22424]: <0023> osmo_ss7_hmrt.c:232 Unable to route HMRT message: the AS as-clnt-A-0-m3ua is down May 17 03:03:36 unassigned-hostname osmo-bsc[22424]: <0023> osmo_ss7_hmrt.c:232 Unable to route HMRT message: the AS as-clnt-A-0-m3ua is down May 17 03:03:38 unassigned-hostname osmo-bsc[22424]: <0026> m3ua.c:625 0: asp-asp-clnt-A-0-m3ua: Received NOTIFY Type State Change:AS Inactive () May 17 03:03:38 unassigned-hostname osmo-bsc[22424]: <0023> xua_default_lm_fsm.c:400 xua_default_lm(asp-clnt-A-0-m3ua)[0x55732bc66aa0]{ACTIVE}: Ignoring primitive M-ASP_ACTIVE.confirm May 17 03:03:38 unassigned-hostname osmo-bsc[22424]: <0026> m3ua.c:625 0: asp-asp-clnt-A-0-m3ua: Received NOTIFY Type State Change:AS Active () May 17 03:03:45 unassigned-hostname osmo-bsc[22424]: <0026> xua_snm.c:403 0: asp-asp-clnt-A-0-m3ua: Rx DAVA() for 0.23.1/0, May 17 03:03:45 unassigned-hostname osmo-bsc[22424]: <0007> osmo_bsc_sigtran.c:284 (msc0) now available: N-PCSTATE ind: pc=185 sp_status=ACCESSIBLE remote_sccp_status=AVAILABLE May 17 03:03:45 unassigned-hostname osmo-bsc[22424]: <0007> osmo_bsc_bssap.c:84 RESET ACK from MSC: RI=SSN_PC,PC=0.23.1,SSN=BSSAP May 17 03:03:45 unassigned-hostname osmo-bsc[22424]: <0015> bssmap_reset.c:83 bssmap_reset(msc-0)[0x55732bc686f0]{CONN}: link up May 17 03:03:45 unassigned-hostname osmo-bsc[22424]: <0007> a_reset.c:45 (msc0) BSSMAP association is up May 17 03:03:54 unassigned-hostname osmo-bsc[22424]: <0019> input/ipa.c:318 0.0.0.0:3002 accept()ed new link from 127.0.0.1:38551 May 17 03:03:54 unassigned-hostname osmo-bsc[22424]: <0019> input/ipaccess.c:612 TCP Keepalive is enabled May 17 03:03:54 unassigned-hostname osmo-bsc[22424]: <0019> input/ipaccess.c:624 TCP keepalive idle_timeout=30s, interval=3s, retry_count=10 user_timeout=330000ms May 17 03:03:54 unassigned-hostname osmo-bsc[22424]: <0004> abis_nm.c:553 OC=BTS(01) INST=(00,ff,ff): Attribute unknown 0xa7 is unreported May 17 03:03:54 unassigned-hostname osmo-bsc[22424]: <0004> abis_nm.c:605 OC=BTS(01) INST=(00,ff,ff): Get Attributes Response: feature 'GPRS' is supported May 17 03:03:54 unassigned-hostname osmo-bsc[22424]: <0004> abis_nm.c:605 OC=BTS(01) INST=(00,ff,ff): Get Attributes Response: feature 'EGPRS' is supported May 17 03:03:54 unassigned-hostname osmo-bsc[22424]: <0004> abis_nm.c:605 OC=BTS(01) INST=(00,ff,ff): Get Attributes Response: feature 'OML_ALERTS' is supported May 17 03:03:54 unassigned-hostname osmo-bsc[22424]: <0004> abis_nm.c:605 OC=BTS(01) INST=(00,ff,ff): Get Attributes Response: feature 'CBCH' is supported May 17 03:03:54 unassigned-hostname osmo-bsc[22424]: <0004> abis_nm.c:605 OC=BTS(01) INST=(00,ff,ff): Get Attributes Response: feature 'SPEECH_F_V1' is supported May 17 03:03:54 unassigned-hostname osmo-bsc[22424]: <0004> abis_nm.c:605 OC=BTS(01) INST=(00,ff,ff): Get Attributes Response: feature 'SPEECH_H_V1' is supported May 17 03:03:54 unassigned-hostname osmo-bsc[22424]: <0004> abis_nm.c:605 OC=BTS(01) INST=(00,ff,ff): Get Attributes Response: feature 'SPEECH_F_EFR' is supported May 17 03:03:54 unassigned-hostname osmo-bsc[22424]: <0004> abis_nm.c:605 OC=BTS(01) INST=(00,ff,ff): Get Attributes Response: feature 'SPEECH_F_AMR' is supported May 17 03:03:54 unassigned-hostname osmo-bsc[22424]: <0004> abis_nm.c:605 OC=BTS(01) INST=(00,ff,ff): Get Attributes Response: feature 'SPEECH_H_AMR' is supported May 17 03:03:54 unassigned-hostname osmo-bsc[22424]: <0004> abis_nm.c:605 OC=BTS(01) INST=(00,ff,ff): Get Attributes Response: feature 'ETWS_PN' is supported May 17 03:03:54 unassigned-hostname osmo-bsc[22424]: <0004> abis_nm.c:605 OC=BTS(01) INST=(00,ff,ff): Get Attributes Response: feature 'PAGING_COORDINATION' is supported May 17 03:03:54 unassigned-hostname osmo-bsc[22424]: <0004> abis_nm.c:605 OC=BTS(01) INST=(00,ff,ff): Get Attributes Response: feature 'IPV6_NSVC' is supported May 17 03:03:54 unassigned-hostname osmo-bsc[22424]: <0004> abis_nm.c:605 OC=BTS(01) INST=(00,ff,ff): Get Attributes Response: feature 'CCN' is supported May 17 03:03:54 unassigned-hostname osmo-bsc[22424]: <0004> abis_nm.c:605 OC=BTS(01) INST=(00,ff,ff): Get Attributes Response: feature 'ABIS_OSMO_PCU' is supported May 17 03:03:54 unassigned-hostname osmo-bsc[22424]: <0004> abis_nm.c:605 OC=BTS(01) INST=(00,ff,ff): Get Attributes Response: feature 'DYN_TS_SDCCH8' is supported May 17 03:03:54 unassigned-hostname osmo-bsc[22424]: <0004> abis_nm.c:628 OC=BTS(01) INST=(00,ff,ff): ARI reported sw[0/2]: osmobts is 1.7.2 May 17 03:03:54 unassigned-hostname osmo-bsc[22424]: <0004> abis_nm.c:530 OC=BTS(01) INST=(00,ff,ff): Reported variant: osmo-bts-virtual May 17 03:03:54 unassigned-hostname osmo-bsc[22424]: <0004> abis_nm.c:553 OC=BASEBAND-TRANSCEIVER(04) INST=(00,00,ff): Attribute unknown 0xa7 is unreported May 17 03:03:54 unassigned-hostname osmo-bsc[22424]: <0004> abis_nm.c:553 OC=BASEBAND-TRANSCEIVER(04) INST=(00,00,ff): Attribute Manufacturer Dependent State is unreported May 17 03:03:54 unassigned-hostname osmo-bsc[22424]: <0004> abis_nm.c:628 OC=BASEBAND-TRANSCEIVER(04) INST=(00,00,ff): ARI reported sw[0/1]: TRX_PHY_VERSION is Unknown May 17 03:03:54 unassigned-hostname osmo-bsc[22424]: <0019> input/ipa.c:318 0.0.0.0:3003 accept()ed new link from 127.0.0.1:37435 May 17 03:03:54 unassigned-hostname osmo-bsc[22424]: <0019> input/ipaccess.c:612 TCP Keepalive is enabled May 17 03:03:54 unassigned-hostname osmo-bsc[22424]: <0019> input/ipaccess.c:624 TCP keepalive idle_timeout=30s, interval=3s, retry_count=10 user_timeout=330000ms May 17 03:03:54 unassigned-hostname osmo-bsc[22424]: <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 May 17 03:03:59 unassigned-hostname osmo-bsc[22424]: <0004> abis_nm.c:348 OC=BTS(01) INST=(00,ff,ff): Reported connected PCU version 1.4.0 May 17 03:04:04 unassigned-hostname osmo-bsc[22424]: <0004> abis_nm.c:348 OC=BTS(01) INST=(00,ff,ff): Reported connected PCU version 1.4.0 May 17 03:04:09 unassigned-hostname osmo-bsc[22424]: <0004> abis_nm.c:348 OC=BTS(01) INST=(00,ff,ff): Reported connected PCU version 1.4.0 May 17 03:04:14 unassigned-hostname osmo-bsc[22424]: <0004> abis_nm.c:348 OC=BTS(01) INST=(00,ff,ff): Reported connected PCU version 1.4.0 May 17 03:04:19 unassigned-hostname osmo-bsc[22424]: <0004> abis_nm.c:348 OC=BTS(01) INST=(00,ff,ff): Reported connected PCU version 1.4.0 May 17 03:04:24 unassigned-hostname osmo-bsc[22424]: <0004> abis_nm.c:348 OC=BTS(01) INST=(00,ff,ff): Reported connected PCU version 1.4.0 May 17 03:04:29 unassigned-hostname osmo-bsc[22424]: <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; vendor preset: enabled) Active: active (running) since Fri 2024-05-17 03:03:54 EDT; 36s ago Main PID: 23316 (osmo-bts-virtua) Tasks: 1 (limit: 1129) Memory: 4.7M CPU: 4.578s CGroup: /system.slice/osmo-bts-virtual.service └─23316 /usr/bin/osmo-bts-virtual -s -c /etc/osmocom/osmo-bts-virtual.cfg May 17 03:03:54 unassigned-hostname osmo-bts-virtual[23316]: DOML <0001> oml.c:878 NM_RCARRIER_OP(bts0-trx0)[0x560dd4a42d90]{DISABLED_OFFLINE}: Received Event RX_SETATTR May 17 03:03:54 unassigned-hostname osmo-bts-virtual[23316]: DL1C <0006> bts_model.c:97 Unimplemented vbts_set_trx May 17 03:03:54 unassigned-hostname osmo-bts-virtual[23316]: DOML <0001> nm_radio_carrier_fsm.c:166 NM_RCARRIER_OP(bts0-trx0)[0x560dd4a42d90]{DISABLED_OFFLINE}: Delay switch to operative state Enabled, wait for: rsl opstart May 17 03:03:54 unassigned-hostname osmo-bts-virtual[23316]: DOML <0001> oml.c:1166 OC=RADIO-CARRIER(02) INST=(00,00,ff): ADM STATE Locked -> Unlocked May 17 03:03:54 unassigned-hostname osmo-bts-virtual[23316]: DOML <0001> oml.c:238 (bts=0,trx=0): O&M Get Attributes [0], Manufacturer Dependent State is unsupported by TRX May 17 03:03:54 unassigned-hostname osmo-bts-virtual[23316]: DOML <0001> oml.c:238 (bts=0,trx=0): O&M Get Attributes [2], unknown 0xa7 is unsupported by TRX May 17 03:03:54 unassigned-hostname osmo-bts-virtual[23316]: DOML <0001> oml.c:1079 OC=CHANNEL(03) INST=(00,00,00): SET CHAN ATTR (TSC=7 pchan=CCCH+SDCCH4) May 17 03:03:54 unassigned-hostname osmo-bts-virtual[23316]: DOML <0001> oml.c:1091 NM_CHAN_OP(bts0-trx0-ts0)[0x560dd4a43230]{DISABLED_DEPENDENCY}: Received Event RX_SETATTR May 17 03:03:54 unassigned-hostname osmo-bts-virtual[23316]: DL1C <0006> scheduler.c:1024 (bts=0,trx=0,ts=0) Configured multiframe with 'BCCH+CCCH+SDCCH/4+SACCH/4' May 17 03:03:54 unassigned-hostname osmo-bts-virtual[23316]: DL1C <0006> scheduler.c:1070 (bts=0,trx=0,ts=0,ss=4) Activating FCCH May 17 03:03:54 unassigned-hostname osmo-bts-virtual[23316]: DL1C <0006> scheduler.c:1070 (bts=0,trx=0,ts=0,ss=4) Activating SCH May 17 03:03:54 unassigned-hostname osmo-bts-virtual[23316]: DL1C <0006> scheduler.c:1070 (bts=0,trx=0,ts=0,ss=4) Activating BCCH May 17 03:03:54 unassigned-hostname osmo-bts-virtual[23316]: DL1C <0006> scheduler.c:1070 (bts=0,trx=0,ts=0,ss=4) Activating RACH May 17 03:03:54 unassigned-hostname osmo-bts-virtual[23316]: DL1C <0006> scheduler.c:1070 (bts=0,trx=0,ts=0,ss=4) Activating CCCH May 17 03:03:54 unassigned-hostname osmo-bts-virtual[23316]: DL1C <0006> lchan.c:278 (bts=0,trx=0,ts=0,ss=4) state NONE -> ACTIVE May 17 03:03:54 unassigned-hostname osmo-bts-virtual[23316]: DOML <0001> oml.c:1166 OC=CHANNEL(03) INST=(00,00,00): ADM STATE Locked -> Unlocked May 17 03:03:54 unassigned-hostname osmo-bts-virtual[23316]: DOML <0001> oml.c:1079 OC=CHANNEL(03) INST=(00,00,01): SET CHAN ATTR (TSC=7 pchan=TCH/F) May 17 03:03:54 unassigned-hostname osmo-bts-virtual[23316]: DOML <0001> oml.c:1091 NM_CHAN_OP(bts0-trx0-ts1)[0x560dd4a43880]{DISABLED_DEPENDENCY}: Received Event RX_SETATTR May 17 03:03:54 unassigned-hostname osmo-bts-virtual[23316]: DL1C <0006> scheduler.c:1024 (bts=0,trx=0,ts=1) Configured multiframe with 'TCH/F+SACCH' May 17 03:03:54 unassigned-hostname osmo-bts-virtual[23316]: DOML <0001> oml.c:1166 OC=CHANNEL(03) INST=(00,00,01): ADM STATE Locked -> Unlocked May 17 03:03:54 unassigned-hostname osmo-bts-virtual[23316]: DOML <0001> oml.c:1079 OC=CHANNEL(03) INST=(00,00,02): SET CHAN ATTR (TSC=7 pchan=TCH/F) May 17 03:03:54 unassigned-hostname osmo-bts-virtual[23316]: DOML <0001> oml.c:1091 NM_CHAN_OP(bts0-trx0-ts2)[0x560dd4a43ed0]{DISABLED_DEPENDENCY}: Received Event RX_SETATTR May 17 03:03:54 unassigned-hostname osmo-bts-virtual[23316]: DL1C <0006> scheduler.c:1024 (bts=0,trx=0,ts=2) Configured multiframe with 'TCH/F+SACCH' May 17 03:03:54 unassigned-hostname osmo-bts-virtual[23316]: DOML <0001> oml.c:1166 OC=CHANNEL(03) INST=(00,00,02): ADM STATE Locked -> Unlocked May 17 03:03:54 unassigned-hostname osmo-bts-virtual[23316]: DOML <0001> oml.c:1079 OC=CHANNEL(03) INST=(00,00,03): SET CHAN ATTR (TSC=7 pchan=TCH/F) May 17 03:03:54 unassigned-hostname osmo-bts-virtual[23316]: DOML <0001> oml.c:1091 NM_CHAN_OP(bts0-trx0-ts3)[0x560dd4a44520]{DISABLED_DEPENDENCY}: Received Event RX_SETATTR May 17 03:03:54 unassigned-hostname osmo-bts-virtual[23316]: DL1C <0006> scheduler.c:1024 (bts=0,trx=0,ts=3) Configured multiframe with 'TCH/F+SACCH' May 17 03:03:54 unassigned-hostname osmo-bts-virtual[23316]: DOML <0001> oml.c:1166 OC=CHANNEL(03) INST=(00,00,03): ADM STATE Locked -> Unlocked May 17 03:03:54 unassigned-hostname osmo-bts-virtual[23316]: DOML <0001> oml.c:1079 OC=CHANNEL(03) INST=(00,00,04): SET CHAN ATTR (TSC=7 pchan=TCH/F) May 17 03:03:54 unassigned-hostname osmo-bts-virtual[23316]: DOML <0001> oml.c:1091 NM_CHAN_OP(bts0-trx0-ts4)[0x560dd4a44b70]{DISABLED_DEPENDENCY}: Received Event RX_SETATTR May 17 03:03:54 unassigned-hostname osmo-bts-virtual[23316]: DL1C <0006> scheduler.c:1024 (bts=0,trx=0,ts=4) Configured multiframe with 'TCH/F+SACCH' May 17 03:03:54 unassigned-hostname osmo-bts-virtual[23316]: DOML <0001> oml.c:1166 OC=CHANNEL(03) INST=(00,00,04): ADM STATE Locked -> Unlocked May 17 03:03:54 unassigned-hostname osmo-bts-virtual[23316]: DOML <0001> oml.c:1079 OC=CHANNEL(03) INST=(00,00,05): SET CHAN ATTR (TSC=7 pchan=TCH/F) May 17 03:03:54 unassigned-hostname osmo-bts-virtual[23316]: DOML <0001> oml.c:1091 NM_CHAN_OP(bts0-trx0-ts5)[0x560dd4a451c0]{DISABLED_DEPENDENCY}: Received Event RX_SETATTR May 17 03:03:54 unassigned-hostname osmo-bts-virtual[23316]: DL1C <0006> scheduler.c:1024 (bts=0,trx=0,ts=5) Configured multiframe with 'TCH/F+SACCH' May 17 03:03:54 unassigned-hostname osmo-bts-virtual[23316]: DOML <0001> oml.c:1166 OC=CHANNEL(03) INST=(00,00,05): ADM STATE Locked -> Unlocked May 17 03:03:54 unassigned-hostname osmo-bts-virtual[23316]: DOML <0001> oml.c:1079 OC=CHANNEL(03) INST=(00,00,06): SET CHAN ATTR (TSC=7 pchan=TCH/F) May 17 03:03:54 unassigned-hostname osmo-bts-virtual[23316]: DOML <0001> oml.c:1091 NM_CHAN_OP(bts0-trx0-ts6)[0x560dd4a45810]{DISABLED_DEPENDENCY}: Received Event RX_SETATTR May 17 03:03:54 unassigned-hostname osmo-bts-virtual[23316]: DL1C <0006> scheduler.c:1024 (bts=0,trx=0,ts=6) Configured multiframe with 'TCH/F+SACCH' May 17 03:03:54 unassigned-hostname osmo-bts-virtual[23316]: DOML <0001> oml.c:1166 OC=CHANNEL(03) INST=(00,00,06): ADM STATE Locked -> Unlocked May 17 03:03:54 unassigned-hostname osmo-bts-virtual[23316]: DOML <0001> oml.c:1079 OC=CHANNEL(03) INST=(00,00,07): SET CHAN ATTR (TSC=7 pchan=TCH/F) May 17 03:03:54 unassigned-hostname osmo-bts-virtual[23316]: DOML <0001> oml.c:1091 NM_CHAN_OP(bts0-trx0-ts7)[0x560dd4a45e60]{DISABLED_DEPENDENCY}: Received Event RX_SETATTR May 17 03:03:54 unassigned-hostname osmo-bts-virtual[23316]: DL1C <0006> scheduler.c:1024 (bts=0,trx=0,ts=7) Configured multiframe with 'TCH/F+SACCH' May 17 03:03:54 unassigned-hostname osmo-bts-virtual[23316]: DOML <0001> oml.c:1166 OC=CHANNEL(03) INST=(00,00,07): ADM STATE Locked -> Unlocked May 17 03:03:54 unassigned-hostname osmo-bts-virtual[23316]: DOML <0001> oml.c:1166 OC=BTS(01) INST=(00,ff,ff): ADM STATE Locked -> Unlocked May 17 03:03:54 unassigned-hostname osmo-bts-virtual[23316]: DOML <0001> oml.c:1123 NM_RCARRIER_OP(bts0-trx0)[0x560dd4a42d90]{DISABLED_OFFLINE}: Received Event RX_OPSTART May 17 03:03:54 unassigned-hostname osmo-bts-virtual[23316]: DOML <0001> bts_model.c:191 NM_RCARRIER_OP(bts0-trx0)[0x560dd4a42d90]{DISABLED_OFFLINE}: Received Event OPSTART_ACK May 17 03:03:54 unassigned-hostname osmo-bts-virtual[23316]: DOML <0001> nm_radio_carrier_fsm.c:166 NM_RCARRIER_OP(bts0-trx0)[0x560dd4a42d90]{DISABLED_OFFLINE}: Delay switch to operative state Enabled, wait for: rsl May 17 03:03:54 unassigned-hostname osmo-bts-virtual[23316]: DOML <0001> oml.c:1166 OC=BASEBAND-TRANSCEIVER(04) INST=(00,00,ff): ADM STATE Locked -> Unlocked May 17 03:03:54 unassigned-hostname osmo-bts-virtual[23316]: DOML <0001> oml.c:1123 NM_BTS_OP(bts0)[0x560dd4a42880]{DISABLED_OFFLINE}: Received Event RX_OPSTART May 17 03:03:54 unassigned-hostname osmo-bts-virtual[23316]: DOML <0001> bts_model.c:191 NM_BTS_OP(bts0)[0x560dd4a42880]{DISABLED_OFFLINE}: Received Event OPSTART_ACK May 17 03:03:54 unassigned-hostname osmo-bts-virtual[23316]: DOML <0001> nm_bts_fsm.c:139 NM_BTS_OP(bts0)[0x560dd4a42880]{DISABLED_OFFLINE}: state_chg to ENABLED May 17 03:03:54 unassigned-hostname osmo-bts-virtual[23316]: DOML <0001> oml.c:369 OC=BTS INST=(00,ff,ff) AVAIL STATE Off line -> OK May 17 03:03:54 unassigned-hostname osmo-bts-virtual[23316]: DOML <0001> oml.c:377 OC=BTS INST=(00,ff,ff) OPER STATE Disabled -> Enabled May 17 03:03:54 unassigned-hostname osmo-bts-virtual[23316]: DOML <0001> oml.c:1562 (bts=0,trx=0): Rx IPA RSL CONNECT IP=127.0.0.1 PORT=3003 STREAM=0x00 May 17 03:03:54 unassigned-hostname osmo-bts-virtual[23316]: 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 May 17 03:03:54 unassigned-hostname osmo-bts-virtual[23316]: 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 May 17 03:03:54 unassigned-hostname osmo-bts-virtual[23316]: DLINP <0013> input/ipa.c:141 127.0.0.1:3003 connection done May 17 03:03:54 unassigned-hostname osmo-bts-virtual[23316]: DLINP <0013> input/ipaccess.c:920 received ID_GET for unit ID 6969/0/0 May 17 03:03:54 unassigned-hostname osmo-bts-virtual[23316]: DABIS <000d> abis.c:398 RSL Signalling link for TRX0 up May 17 03:03:54 unassigned-hostname osmo-bts-virtual[23316]: DRSL <0000> bts_trx.c:234 (bts=0,trx=0) RSL link up May 17 03:03:54 unassigned-hostname osmo-bts-virtual[23316]: DOML <0001> bts_trx.c:236 NM_RCARRIER_OP(bts0-trx0)[0x560dd4a42d90]{DISABLED_OFFLINE}: Received Event RSL_UP May 17 03:03:54 unassigned-hostname osmo-bts-virtual[23316]: DOML <0001> nm_radio_carrier_fsm.c:164 NM_RCARRIER_OP(bts0-trx0)[0x560dd4a42d90]{DISABLED_OFFLINE}: state_chg to ENABLED May 17 03:03:54 unassigned-hostname osmo-bts-virtual[23316]: DOML <0001> oml.c:369 OC=RADIO-CARRIER INST=(00,00,ff) AVAIL STATE Off line -> OK May 17 03:03:54 unassigned-hostname osmo-bts-virtual[23316]: DOML <0001> oml.c:377 OC=RADIO-CARRIER INST=(00,00,ff) OPER STATE Disabled -> Enabled May 17 03:03:54 unassigned-hostname osmo-bts-virtual[23316]: DOML <0001> nm_radio_carrier_fsm.c:184 NM_CHAN_OP(bts0-trx0-ts0)[0x560dd4a43230]{DISABLED_DEPENDENCY}: Received Event RCARRIER_ENABLED May 17 03:03:54 unassigned-hostname osmo-bts-virtual[23316]: DOML <0001> nm_radio_carrier_fsm.c:184 NM_CHAN_OP(bts0-trx0-ts1)[0x560dd4a43880]{DISABLED_DEPENDENCY}: Received Event RCARRIER_ENABLED May 17 03:03:54 unassigned-hostname osmo-bts-virtual[23316]: DOML <0001> nm_radio_carrier_fsm.c:184 NM_CHAN_OP(bts0-trx0-ts2)[0x560dd4a43ed0]{DISABLED_DEPENDENCY}: Received Event RCARRIER_ENABLED May 17 03:03:54 unassigned-hostname osmo-bts-virtual[23316]: DOML <0001> nm_radio_carrier_fsm.c:184 NM_CHAN_OP(bts0-trx0-ts3)[0x560dd4a44520]{DISABLED_DEPENDENCY}: Received Event RCARRIER_ENABLED May 17 03:03:54 unassigned-hostname osmo-bts-virtual[23316]: DOML <0001> nm_radio_carrier_fsm.c:184 NM_CHAN_OP(bts0-trx0-ts4)[0x560dd4a44b70]{DISABLED_DEPENDENCY}: Received Event RCARRIER_ENABLED May 17 03:03:54 unassigned-hostname osmo-bts-virtual[23316]: DOML <0001> nm_radio_carrier_fsm.c:184 NM_CHAN_OP(bts0-trx0-ts5)[0x560dd4a451c0]{DISABLED_DEPENDENCY}: Received Event RCARRIER_ENABLED May 17 03:03:54 unassigned-hostname osmo-bts-virtual[23316]: DOML <0001> nm_radio_carrier_fsm.c:184 NM_CHAN_OP(bts0-trx0-ts6)[0x560dd4a45810]{DISABLED_DEPENDENCY}: Received Event RCARRIER_ENABLED May 17 03:03:54 unassigned-hostname osmo-bts-virtual[23316]: DOML <0001> nm_radio_carrier_fsm.c:184 NM_CHAN_OP(bts0-trx0-ts7)[0x560dd4a45e60]{DISABLED_DEPENDENCY}: Received Event RCARRIER_ENABLED May 17 03:03:54 unassigned-hostname osmo-bts-virtual[23316]: DOML <0001> bts_trx.c:237 NM_BBTRANSC_OP(bts0-trx0)[0x560dd4a42fe0]{DISABLED_OFFLINE}: Received Event RSL_UP May 17 03:03:54 unassigned-hostname osmo-bts-virtual[23316]: DOML <0001> nm_bb_transc_fsm.c:187 NM_BBTRANSC_OP(bts0-trx0)[0x560dd4a42fe0]{DISABLED_OFFLINE}: Delay switch to operative state Enabled, wait for: opstart May 17 03:03:54 unassigned-hostname osmo-bts-virtual[23316]: DRSL <0000> rsl.c:496 Tx RSL RF RESource INDication May 17 03:03:54 unassigned-hostname osmo-bts-virtual[23316]: DOML <0001> oml.c:1123 NM_BBTRANSC_OP(bts0-trx0)[0x560dd4a42fe0]{DISABLED_OFFLINE}: Received Event RX_OPSTART May 17 03:03:54 unassigned-hostname osmo-bts-virtual[23316]: DOML <0001> bts_model.c:191 NM_BBTRANSC_OP(bts0-trx0)[0x560dd4a42fe0]{DISABLED_OFFLINE}: Received Event OPSTART_ACK May 17 03:03:54 unassigned-hostname osmo-bts-virtual[23316]: DOML <0001> nm_bb_transc_fsm.c:185 NM_BBTRANSC_OP(bts0-trx0)[0x560dd4a42fe0]{DISABLED_OFFLINE}: state_chg to ENABLED May 17 03:03:54 unassigned-hostname osmo-bts-virtual[23316]: DOML <0001> oml.c:369 OC=BASEBAND-TRANSCEIVER INST=(00,00,ff) AVAIL STATE Off line -> OK May 17 03:03:54 unassigned-hostname osmo-bts-virtual[23316]: DOML <0001> oml.c:377 OC=BASEBAND-TRANSCEIVER INST=(00,00,ff) OPER STATE Disabled -> Enabled May 17 03:03:54 unassigned-hostname osmo-bts-virtual[23316]: DOML <0001> nm_bb_transc_fsm.c:205 NM_CHAN_OP(bts0-trx0-ts0)[0x560dd4a43230]{DISABLED_DEPENDENCY}: Received Event BBTRANSC_ENABLED May 17 03:03:54 unassigned-hostname osmo-bts-virtual[23316]: DOML <0001> nm_channel_fsm.c:136 NM_CHAN_OP(bts0-trx0-ts0)[0x560dd4a43230]{DISABLED_DEPENDENCY}: state_chg to DISABLED_OFFLINE May 17 03:03:54 unassigned-hostname osmo-bts-virtual[23316]: DOML <0001> oml.c:369 OC=CHANNEL INST=(00,00,00) AVAIL STATE Dependency -> Off line May 17 03:03:54 unassigned-hostname osmo-bts-virtual[23316]: DOML <0001> oml.c:377 OC=CHANNEL INST=(00,00,00) OPER STATE Disabled -> Disabled May 17 03:03:54 unassigned-hostname osmo-bts-virtual[23316]: DOML <0001> nm_bb_transc_fsm.c:205 NM_CHAN_OP(bts0-trx0-ts1)[0x560dd4a43880]{DISABLED_DEPENDENCY}: Received Event BBTRANSC_ENABLED May 17 03:03:54 unassigned-hostname osmo-bts-virtual[23316]: DOML <0001> nm_channel_fsm.c:136 NM_CHAN_OP(bts0-trx0-ts1)[0x560dd4a43880]{DISABLED_DEPENDENCY}: state_chg to DISABLED_OFFLINE May 17 03:03:54 unassigned-hostname osmo-bts-virtual[23316]: DOML <0001> oml.c:369 OC=CHANNEL INST=(00,00,01) AVAIL STATE Dependency -> Off line May 17 03:03:54 unassigned-hostname osmo-bts-virtual[23316]: DOML <0001> oml.c:377 OC=CHANNEL INST=(00,00,01) OPER STATE Disabled -> Disabled May 17 03:03:54 unassigned-hostname osmo-bts-virtual[23316]: DOML <0001> nm_bb_transc_fsm.c:205 NM_CHAN_OP(bts0-trx0-ts2)[0x560dd4a43ed0]{DISABLED_DEPENDENCY}: Received Event BBTRANSC_ENABLED May 17 03:03:54 unassigned-hostname osmo-bts-virtual[23316]: DOML <0001> nm_channel_fsm.c:136 NM_CHAN_OP(bts0-trx0-ts2)[0x560dd4a43ed0]{DISABLED_DEPENDENCY}: state_chg to DISABLED_OFFLINE May 17 03:03:54 unassigned-hostname osmo-bts-virtual[23316]: DOML <0001> oml.c:369 OC=CHANNEL INST=(00,00,02) AVAIL STATE Dependency -> Off line May 17 03:03:54 unassigned-hostname osmo-bts-virtual[23316]: DOML <0001> oml.c:377 OC=CHANNEL INST=(00,00,02) OPER STATE Disabled -> Disabled May 17 03:03:54 unassigned-hostname osmo-bts-virtual[23316]: DOML <0001> nm_bb_transc_fsm.c:205 NM_CHAN_OP(bts0-trx0-ts3)[0x560dd4a44520]{DISABLED_DEPENDENCY}: Received Event BBTRANSC_ENABLED May 17 03:03:54 unassigned-hostname osmo-bts-virtual[23316]: DOML <0001> nm_channel_fsm.c:136 NM_CHAN_OP(bts0-trx0-ts3)[0x560dd4a44520]{DISABLED_DEPENDENCY}: state_chg to DISABLED_OFFLINE May 17 03:03:54 unassigned-hostname osmo-bts-virtual[23316]: DOML <0001> oml.c:369 OC=CHANNEL INST=(00,00,03) AVAIL STATE Dependency -> Off line May 17 03:03:54 unassigned-hostname osmo-bts-virtual[23316]: DOML <0001> oml.c:377 OC=CHANNEL INST=(00,00,03) OPER STATE Disabled -> Disabled May 17 03:03:54 unassigned-hostname osmo-bts-virtual[23316]: DOML <0001> nm_bb_transc_fsm.c:205 NM_CHAN_OP(bts0-trx0-ts4)[0x560dd4a44b70]{DISABLED_DEPENDENCY}: Received Event BBTRANSC_ENABLED May 17 03:03:54 unassigned-hostname osmo-bts-virtual[23316]: DOML <0001> nm_channel_fsm.c:136 NM_CHAN_OP(bts0-trx0-ts4)[0x560dd4a44b70]{DISABLED_DEPENDENCY}: state_chg to DISABLED_OFFLINE May 17 03:03:54 unassigned-hostname osmo-bts-virtual[23316]: DOML <0001> oml.c:369 OC=CHANNEL INST=(00,00,04) AVAIL STATE Dependency -> Off line May 17 03:03:54 unassigned-hostname osmo-bts-virtual[23316]: DOML <0001> oml.c:377 OC=CHANNEL INST=(00,00,04) OPER STATE Disabled -> Disabled May 17 03:03:54 unassigned-hostname osmo-bts-virtual[23316]: DOML <0001> nm_bb_transc_fsm.c:205 NM_CHAN_OP(bts0-trx0-ts5)[0x560dd4a451c0]{DISABLED_DEPENDENCY}: Received Event BBTRANSC_ENABLED May 17 03:03:54 unassigned-hostname osmo-bts-virtual[23316]: DOML <0001> nm_channel_fsm.c:136 NM_CHAN_OP(bts0-trx0-ts5)[0x560dd4a451c0]{DISABLED_DEPENDENCY}: state_chg to DISABLED_OFFLINE May 17 03:03:54 unassigned-hostname osmo-bts-virtual[23316]: DOML <0001> oml.c:369 OC=CHANNEL INST=(00,00,05) AVAIL STATE Dependency -> Off line May 17 03:03:54 unassigned-hostname osmo-bts-virtual[23316]: DOML <0001> oml.c:377 OC=CHANNEL INST=(00,00,05) OPER STATE Disabled -> Disabled May 17 03:03:54 unassigned-hostname osmo-bts-virtual[23316]: DOML <0001> nm_bb_transc_fsm.c:205 NM_CHAN_OP(bts0-trx0-ts6)[0x560dd4a45810]{DISABLED_DEPENDENCY}: Received Event BBTRANSC_ENABLED May 17 03:03:54 unassigned-hostname osmo-bts-virtual[23316]: DOML <0001> nm_channel_fsm.c:136 NM_CHAN_OP(bts0-trx0-ts6)[0x560dd4a45810]{DISABLED_DEPENDENCY}: state_chg to DISABLED_OFFLINE May 17 03:03:54 unassigned-hostname osmo-bts-virtual[23316]: DOML <0001> oml.c:369 OC=CHANNEL INST=(00,00,06) AVAIL STATE Dependency -> Off line May 17 03:03:54 unassigned-hostname osmo-bts-virtual[23316]: DOML <0001> oml.c:377 OC=CHANNEL INST=(00,00,06) OPER STATE Disabled -> Disabled May 17 03:03:54 unassigned-hostname osmo-bts-virtual[23316]: DOML <0001> nm_bb_transc_fsm.c:205 NM_CHAN_OP(bts0-trx0-ts7)[0x560dd4a45e60]{DISABLED_DEPENDENCY}: Received Event BBTRANSC_ENABLED May 17 03:03:54 unassigned-hostname osmo-bts-virtual[23316]: DOML <0001> nm_channel_fsm.c:136 NM_CHAN_OP(bts0-trx0-ts7)[0x560dd4a45e60]{DISABLED_DEPENDENCY}: state_chg to DISABLED_OFFLINE May 17 03:03:54 unassigned-hostname osmo-bts-virtual[23316]: DOML <0001> oml.c:369 OC=CHANNEL INST=(00,00,07) AVAIL STATE Dependency -> Off line May 17 03:03:54 unassigned-hostname osmo-bts-virtual[23316]: DOML <0001> oml.c:377 OC=CHANNEL INST=(00,00,07) OPER STATE Disabled -> Disabled May 17 03:03:54 unassigned-hostname osmo-bts-virtual[23316]: DRSL <0000> rsl.c:3889 (bts=0,trx=0,ts=0,ss=0) Rx RSL BCCH_INFO May 17 03:03:54 unassigned-hostname osmo-bts-virtual[23316]: DRSL <0000> rsl.c:593 Rx RSL BCCH INFO (SI1, 23 bytes) May 17 03:03:54 unassigned-hostname osmo-bts-virtual[23316]: DPCU <0009> pcu_sock.c:1018 PCU socket not connected, dropping message May 17 03:03:54 unassigned-hostname osmo-bts-virtual[23316]: DPCU <0009> pcu_sock.c:830 Failed to send SI1 to PCU: rc=-5 May 17 03:03:54 unassigned-hostname osmo-bts-virtual[23316]: DPAG <0005> paging.c:837 Paging SI update May 17 03:03:54 unassigned-hostname osmo-bts-virtual[23316]: DRSL <0000> rsl.c:3889 (bts=0,trx=0,ts=0,ss=0) Rx RSL BCCH_INFO May 17 03:03:54 unassigned-hostname osmo-bts-virtual[23316]: DRSL <0000> rsl.c:593 Rx RSL BCCH INFO (SI2, 23 bytes) May 17 03:03:54 unassigned-hostname osmo-bts-virtual[23316]: DPCU <0009> pcu_sock.c:1018 PCU socket not connected, dropping message May 17 03:03:54 unassigned-hostname osmo-bts-virtual[23316]: DPCU <0009> pcu_sock.c:830 Failed to send SI2 to PCU: rc=-5 May 17 03:03:54 unassigned-hostname osmo-bts-virtual[23316]: DPAG <0005> paging.c:837 Paging SI update May 17 03:03:54 unassigned-hostname osmo-bts-virtual[23316]: DRSL <0000> rsl.c:3889 (bts=0,trx=0,ts=0,ss=0) Rx RSL BCCH_INFO May 17 03:03:54 unassigned-hostname osmo-bts-virtual[23316]: DRSL <0000> rsl.c:699 RX RSL Disabling BCCH INFO (SI2bis) May 17 03:03:54 unassigned-hostname osmo-bts-virtual[23316]: DPAG <0005> paging.c:837 Paging SI update May 17 03:03:54 unassigned-hostname osmo-bts-virtual[23316]: DOML <0001> oml.c:1123 NM_CHAN_OP(bts0-trx0-ts0)[0x560dd4a43230]{DISABLED_OFFLINE}: Received Event RX_OPSTART May 17 03:03:54 unassigned-hostname osmo-bts-virtual[23316]: DOML <0001> bts_model.c:191 NM_CHAN_OP(bts0-trx0-ts0)[0x560dd4a43230]{DISABLED_OFFLINE}: Received Event OPSTART_ACK May 17 03:03:54 unassigned-hostname osmo-bts-virtual[23316]: DOML <0001> nm_channel_fsm.c:182 NM_CHAN_OP(bts0-trx0-ts0)[0x560dd4a43230]{DISABLED_OFFLINE}: state_chg to ENABLED May 17 03:03:54 unassigned-hostname osmo-bts-virtual[23316]: DOML <0001> oml.c:369 OC=CHANNEL INST=(00,00,00) AVAIL STATE Off line -> OK May 17 03:03:54 unassigned-hostname osmo-bts-virtual[23316]: DOML <0001> oml.c:377 OC=CHANNEL INST=(00,00,00) OPER STATE Disabled -> Enabled May 17 03:03:54 unassigned-hostname osmo-bts-virtual[23316]: DRSL <0000> rsl.c:3889 (bts=0,trx=0,ts=0,ss=0) Rx RSL BCCH_INFO May 17 03:03:54 unassigned-hostname osmo-bts-virtual[23316]: DRSL <0000> rsl.c:699 RX RSL Disabling BCCH INFO (SI2ter) May 17 03:03:54 unassigned-hostname osmo-bts-virtual[23316]: DPAG <0005> paging.c:837 Paging SI update May 17 03:03:54 unassigned-hostname osmo-bts-virtual[23316]: DRSL <0000> rsl.c:3889 (bts=0,trx=0,ts=0,ss=0) Rx RSL BCCH_INFO May 17 03:03:54 unassigned-hostname osmo-bts-virtual[23316]: DRSL <0000> rsl.c:699 RX RSL Disabling BCCH INFO (SI2quater) May 17 03:03:54 unassigned-hostname osmo-bts-virtual[23316]: DPAG <0005> paging.c:837 Paging SI update May 17 03:03:54 unassigned-hostname osmo-bts-virtual[23316]: DRSL <0000> rsl.c:3889 (bts=0,trx=0,ts=0,ss=0) Rx RSL BCCH_INFO May 17 03:03:54 unassigned-hostname osmo-bts-virtual[23316]: DRSL <0000> rsl.c:593 Rx RSL BCCH INFO (SI3, 23 bytes) May 17 03:03:54 unassigned-hostname osmo-bts-virtual[23316]: DL1C <0006> bts_model.c:45 Unimplemented bts_model_lchan_deactivate May 17 03:03:54 unassigned-hostname osmo-bts-virtual[23316]: DPCU <0009> pcu_sock.c:1018 PCU socket not connected, dropping message May 17 03:03:54 unassigned-hostname osmo-bts-virtual[23316]: DPCU <0009> pcu_sock.c:830 Failed to send SI3 to PCU: rc=-5 May 17 03:03:54 unassigned-hostname osmo-bts-virtual[23316]: DPAG <0005> paging.c:837 Paging SI update May 17 03:03:54 unassigned-hostname osmo-bts-virtual[23316]: DRSL <0000> bts.c:497 Updated AGCH max queue length to 12 May 17 03:03:54 unassigned-hostname osmo-bts-virtual[23316]: DRSL <0000> rsl.c:3889 (bts=0,trx=0,ts=0,ss=0) Rx RSL BCCH_INFO May 17 03:03:54 unassigned-hostname osmo-bts-virtual[23316]: DRSL <0000> rsl.c:593 Rx RSL BCCH INFO (SI4, 23 bytes) May 17 03:03:54 unassigned-hostname osmo-bts-virtual[23316]: DPAG <0005> paging.c:837 Paging SI update May 17 03:03:54 unassigned-hostname osmo-bts-virtual[23316]: DRSL <0000> rsl.c:1086 Rx RSL SACCH FILLING (SI5, 19 bytes) May 17 03:03:54 unassigned-hostname osmo-bts-virtual[23316]: DPAG <0005> paging.c:837 Paging SI update May 17 03:03:54 unassigned-hostname osmo-bts-virtual[23316]: DRSL <0000> rsl.c:1106 Rx RSL Disabling SACCH FILLING (SI5bis) May 17 03:03:54 unassigned-hostname osmo-bts-virtual[23316]: DPAG <0005> paging.c:837 Paging SI update May 17 03:03:54 unassigned-hostname osmo-bts-virtual[23316]: DRSL <0000> rsl.c:1106 Rx RSL Disabling SACCH FILLING (SI5ter) May 17 03:03:54 unassigned-hostname osmo-bts-virtual[23316]: DPAG <0005> paging.c:837 Paging SI update May 17 03:03:54 unassigned-hostname osmo-bts-virtual[23316]: DRSL <0000> rsl.c:1086 Rx RSL SACCH FILLING (SI6, 13 bytes) May 17 03:03:54 unassigned-hostname osmo-bts-virtual[23316]: DPAG <0005> paging.c:837 Paging SI update May 17 03:03:54 unassigned-hostname osmo-bts-virtual[23316]: DOML <0001> oml.c:1123 NM_CHAN_OP(bts0-trx0-ts1)[0x560dd4a43880]{DISABLED_OFFLINE}: Received Event RX_OPSTART May 17 03:03:54 unassigned-hostname osmo-bts-virtual[23316]: DOML <0001> bts_model.c:191 NM_CHAN_OP(bts0-trx0-ts1)[0x560dd4a43880]{DISABLED_OFFLINE}: Received Event OPSTART_ACK May 17 03:03:54 unassigned-hostname osmo-bts-virtual[23316]: DOML <0001> nm_channel_fsm.c:182 NM_CHAN_OP(bts0-trx0-ts1)[0x560dd4a43880]{DISABLED_OFFLINE}: state_chg to ENABLED May 17 03:03:54 unassigned-hostname osmo-bts-virtual[23316]: DOML <0001> oml.c:369 OC=CHANNEL INST=(00,00,01) AVAIL STATE Off line -> OK May 17 03:03:54 unassigned-hostname osmo-bts-virtual[23316]: DOML <0001> oml.c:377 OC=CHANNEL INST=(00,00,01) OPER STATE Disabled -> Enabled May 17 03:03:54 unassigned-hostname osmo-bts-virtual[23316]: DRSL <0000> rsl.c:1309 (bts=0,trx=0) Rx Measurement Pre-processing Defaults May 17 03:03:54 unassigned-hostname osmo-bts-virtual[23316]: DOML <0001> oml.c:1123 NM_CHAN_OP(bts0-trx0-ts2)[0x560dd4a43ed0]{DISABLED_OFFLINE}: Received Event RX_OPSTART May 17 03:03:54 unassigned-hostname osmo-bts-virtual[23316]: DOML <0001> bts_model.c:191 NM_CHAN_OP(bts0-trx0-ts2)[0x560dd4a43ed0]{DISABLED_OFFLINE}: Received Event OPSTART_ACK May 17 03:03:54 unassigned-hostname osmo-bts-virtual[23316]: DOML <0001> nm_channel_fsm.c:182 NM_CHAN_OP(bts0-trx0-ts2)[0x560dd4a43ed0]{DISABLED_OFFLINE}: state_chg to ENABLED May 17 03:03:54 unassigned-hostname osmo-bts-virtual[23316]: DOML <0001> oml.c:369 OC=CHANNEL INST=(00,00,02) AVAIL STATE Off line -> OK May 17 03:03:54 unassigned-hostname osmo-bts-virtual[23316]: DOML <0001> oml.c:377 OC=CHANNEL INST=(00,00,02) OPER STATE Disabled -> Enabled May 17 03:03:54 unassigned-hostname osmo-bts-virtual[23316]: DOML <0001> oml.c:1123 NM_CHAN_OP(bts0-trx0-ts3)[0x560dd4a44520]{DISABLED_OFFLINE}: Received Event RX_OPSTART May 17 03:03:54 unassigned-hostname osmo-bts-virtual[23316]: DOML <0001> bts_model.c:191 NM_CHAN_OP(bts0-trx0-ts3)[0x560dd4a44520]{DISABLED_OFFLINE}: Received Event OPSTART_ACK May 17 03:03:54 unassigned-hostname osmo-bts-virtual[23316]: DOML <0001> nm_channel_fsm.c:182 NM_CHAN_OP(bts0-trx0-ts3)[0x560dd4a44520]{DISABLED_OFFLINE}: state_chg to ENABLED May 17 03:03:54 unassigned-hostname osmo-bts-virtual[23316]: DOML <0001> oml.c:369 OC=CHANNEL INST=(00,00,03) AVAIL STATE Off line -> OK May 17 03:03:54 unassigned-hostname osmo-bts-virtual[23316]: DOML <0001> oml.c:377 OC=CHANNEL INST=(00,00,03) OPER STATE Disabled -> Enabled May 17 03:03:54 unassigned-hostname osmo-bts-virtual[23316]: DOML <0001> oml.c:1123 NM_CHAN_OP(bts0-trx0-ts4)[0x560dd4a44b70]{DISABLED_OFFLINE}: Received Event RX_OPSTART May 17 03:03:54 unassigned-hostname osmo-bts-virtual[23316]: DOML <0001> bts_model.c:191 NM_CHAN_OP(bts0-trx0-ts4)[0x560dd4a44b70]{DISABLED_OFFLINE}: Received Event OPSTART_ACK May 17 03:03:54 unassigned-hostname osmo-bts-virtual[23316]: DOML <0001> nm_channel_fsm.c:182 NM_CHAN_OP(bts0-trx0-ts4)[0x560dd4a44b70]{DISABLED_OFFLINE}: state_chg to ENABLED May 17 03:03:54 unassigned-hostname osmo-bts-virtual[23316]: DOML <0001> oml.c:369 OC=CHANNEL INST=(00,00,04) AVAIL STATE Off line -> OK May 17 03:03:54 unassigned-hostname osmo-bts-virtual[23316]: DOML <0001> oml.c:377 OC=CHANNEL INST=(00,00,04) OPER STATE Disabled -> Enabled May 17 03:03:54 unassigned-hostname osmo-bts-virtual[23316]: DOML <0001> oml.c:1123 NM_CHAN_OP(bts0-trx0-ts5)[0x560dd4a451c0]{DISABLED_OFFLINE}: Received Event RX_OPSTART May 17 03:03:54 unassigned-hostname osmo-bts-virtual[23316]: DOML <0001> bts_model.c:191 NM_CHAN_OP(bts0-trx0-ts5)[0x560dd4a451c0]{DISABLED_OFFLINE}: Received Event OPSTART_ACK May 17 03:03:54 unassigned-hostname osmo-bts-virtual[23316]: DOML <0001> nm_channel_fsm.c:182 NM_CHAN_OP(bts0-trx0-ts5)[0x560dd4a451c0]{DISABLED_OFFLINE}: state_chg to ENABLED May 17 03:03:54 unassigned-hostname osmo-bts-virtual[23316]: DOML <0001> oml.c:369 OC=CHANNEL INST=(00,00,05) AVAIL STATE Off line -> OK May 17 03:03:54 unassigned-hostname osmo-bts-virtual[23316]: DOML <0001> oml.c:377 OC=CHANNEL INST=(00,00,05) OPER STATE Disabled -> Enabled May 17 03:03:54 unassigned-hostname osmo-bts-virtual[23316]: DOML <0001> oml.c:1123 NM_CHAN_OP(bts0-trx0-ts6)[0x560dd4a45810]{DISABLED_OFFLINE}: Received Event RX_OPSTART May 17 03:03:54 unassigned-hostname osmo-bts-virtual[23316]: DOML <0001> bts_model.c:191 NM_CHAN_OP(bts0-trx0-ts6)[0x560dd4a45810]{DISABLED_OFFLINE}: Received Event OPSTART_ACK May 17 03:03:54 unassigned-hostname osmo-bts-virtual[23316]: DOML <0001> nm_channel_fsm.c:182 NM_CHAN_OP(bts0-trx0-ts6)[0x560dd4a45810]{DISABLED_OFFLINE}: state_chg to ENABLED May 17 03:03:54 unassigned-hostname osmo-bts-virtual[23316]: DOML <0001> oml.c:369 OC=CHANNEL INST=(00,00,06) AVAIL STATE Off line -> OK May 17 03:03:54 unassigned-hostname osmo-bts-virtual[23316]: DOML <0001> oml.c:377 OC=CHANNEL INST=(00,00,06) OPER STATE Disabled -> Enabled May 17 03:03:54 unassigned-hostname osmo-bts-virtual[23316]: DOML <0001> oml.c:1123 NM_CHAN_OP(bts0-trx0-ts7)[0x560dd4a45e60]{DISABLED_OFFLINE}: Received Event RX_OPSTART May 17 03:03:54 unassigned-hostname osmo-bts-virtual[23316]: DOML <0001> bts_model.c:191 NM_CHAN_OP(bts0-trx0-ts7)[0x560dd4a45e60]{DISABLED_OFFLINE}: Received Event OPSTART_ACK May 17 03:03:54 unassigned-hostname osmo-bts-virtual[23316]: DOML <0001> nm_channel_fsm.c:182 NM_CHAN_OP(bts0-trx0-ts7)[0x560dd4a45e60]{DISABLED_OFFLINE}: state_chg to ENABLED May 17 03:03:54 unassigned-hostname osmo-bts-virtual[23316]: DOML <0001> oml.c:369 OC=CHANNEL INST=(00,00,07) AVAIL STATE Off line -> OK May 17 03:03:54 unassigned-hostname osmo-bts-virtual[23316]: DOML <0001> oml.c:377 OC=CHANNEL INST=(00,00,07) OPER STATE Disabled -> Enabled May 17 03:03:54 unassigned-hostname osmo-bts-virtual[23316]: DL1P <0007> scheduler_virtbts.c:200 000002/00/02/02/02 (bts=0,trx=0,ts=0) BCCH: has not been served !! No prim May 17 03:03:59 unassigned-hostname osmo-bts-virtual[23316]: DPCU <0009> pcu_sock.c:1189 PCU socket connected to external PCU May 17 03:03:59 unassigned-hostname osmo-bts-virtual[23316]: DOML <0001> oml.c:93 OC=GPRS-CELL INST=(00,00,ff): Sending PCU version report to BSC: 1.4.0 May 17 03:04:04 unassigned-hostname osmo-bts-virtual[23316]: DOML <0001> oml.c:93 OC=GPRS-CELL INST=(00,00,ff): Sending PCU version report to BSC: 1.4.0 May 17 03:04:09 unassigned-hostname osmo-bts-virtual[23316]: DOML <0001> oml.c:93 OC=GPRS-CELL INST=(00,00,ff): Sending PCU version report to BSC: 1.4.0 May 17 03:04:14 unassigned-hostname osmo-bts-virtual[23316]: DOML <0001> oml.c:93 OC=GPRS-CELL INST=(00,00,ff): Sending PCU version report to BSC: 1.4.0 May 17 03:04:19 unassigned-hostname osmo-bts-virtual[23316]: DOML <0001> oml.c:93 OC=GPRS-CELL INST=(00,00,ff): Sending PCU version report to BSC: 1.4.0 May 17 03:04:24 unassigned-hostname osmo-bts-virtual[23316]: DOML <0001> oml.c:93 OC=GPRS-CELL INST=(00,00,ff): Sending PCU version report to BSC: 1.4.0 May 17 03:04:29 unassigned-hostname osmo-bts-virtual[23316]: 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; vendor preset: enabled) Active: active (running) since Fri 2024-05-17 03:03:46 EDT; 44s ago Main PID: 23024 (osmo-cbc) Tasks: 2 (limit: 1129) Memory: 3.3M CPU: 29ms CGroup: /system.slice/osmo-cbc.service └─23024 /usr/bin/osmo-cbc -c /etc/osmocom/osmo-cbc.cfg May 17 03:03:46 unassigned-hostname systemd[1]: Started Osmocom CBC (Cell Broadcasting Centre). May 17 03:03:46 unassigned-hostname osmo-cbc[23024]: <0006> telnet_interface.c:88 Available via telnet 127.0.0.1 4264 May 17 03:03:46 unassigned-hostname osmo-cbc[23024]: <0002> cbsp_link.c:414 Listening for CBSP at 127.0.0.1:48049 May 17 03:03:46 unassigned-hostname osmo-cbc[23024]: <0003> sbcap_link.c:484 Listening for SBc-AP at ::1:29168 May 17 03:03:46 unassigned-hostname osmo-cbc[23024]: <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; vendor preset: enabled) Active: active (running) since Fri 2024-05-17 03:02:53 EDT; 1min 38s ago Main PID: 21566 (osmo-e1d) Tasks: 2 (limit: 1129) Memory: 2.1M CPU: 16ms CGroup: /system.slice/osmo-e1d.service └─21566 /usr/bin/osmo-e1d -c /etc/osmocom/osmo-e1d.cfg May 17 03:02:53 unassigned-hostname systemd[1]: Started Osmocom E1 Interface Daemon. May 17 03:02:53 unassigned-hostname osmo-e1d[21566]: <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; vendor preset: enabled) Active: active (running) since Fri 2024-05-17 03:03:18 EDT; 1min 12s ago Main PID: 22069 (osmo-gbproxy) Tasks: 1 (limit: 1129) Memory: 2.2M CPU: 25ms CGroup: /system.slice/osmo-gbproxy.service └─22069 /usr/bin/osmo-gbproxy -c /etc/osmocom/osmo-gbproxy.cfg May 17 03:03:18 unassigned-hostname systemd[1]: Started Osmocom Gb proxy. May 17 03:03:18 unassigned-hostname osmo-gbproxy[22069]: <0015> gprs_ns2.c:575 NSE(00101) NS-STATUS.ind(bvci=00000): cause=NSE SNS no endpoints, transfer=0, first=1, mtu=0 May 17 03:03:18 unassigned-hostname osmo-gbproxy[22069]: <0000> gb_proxy.c:1810 NS: Unknown NS-STATUS.ind cause=NSE SNS no endpoints from NS May 17 03:03:18 unassigned-hostname osmo-gbproxy[22069]: <0002> telnet_interface.c:88 Available via telnet 127.0.0.1 4246 May 17 03:03:18 unassigned-hostname osmo-gbproxy[22069]: <0009> control_if.c:1014 CTRL at 127.0.0.1 4263 May 17 03:03:21 unassigned-hostname osmo-gbproxy[22069]: <0015> gprs_ns2.c:575 NSE(00101) NS-STATUS.ind(bvci=00000): cause=NSE SNS failure, transfer=0, first=1, mtu=65523 May 17 03:03:24 unassigned-hostname osmo-gbproxy[22069]: <0015> gprs_ns2.c:575 NSE(00101) NS-STATUS.ind(bvci=00000): cause=NSE SNS failure, transfer=0, first=1, mtu=65523 May 17 03:03:27 unassigned-hostname osmo-gbproxy[22069]: <0015> gprs_ns2_sns.c:1781 GPRS-NS2-SNS-BSS(NSE00101-SNS)[0x56224fc1df30]{BSS_SIZE}: NSE 101: SNS failed: Size retries failed. Selecting next IP-SNS endpoint. May 17 03:03:27 unassigned-hostname osmo-gbproxy[22069]: <0015> gprs_ns2.c:571 NSE(00101)-NSVC(none) NS-STATUS.ind(bvci=00000): cause=NSVC failure, transfer=0, first=1, mtu=65523 May 17 03:03:27 unassigned-hostname osmo-gbproxy[22069]: <0000> gb_proxy.c:1810 NS: Unknown NS-STATUS.ind cause=NSVC failure from NS May 17 03:03:27 unassigned-hostname osmo-gbproxy[22069]: <0015> gprs_ns2.c:575 NSE(00101) NS-STATUS.ind(bvci=00000): cause=NSE SNS failure, transfer=0, first=1, mtu=65523 May 17 03:03:30 unassigned-hostname osmo-gbproxy[22069]: <0015> gprs_ns2_sns.c:1781 GPRS-NS2-SNS-BSS(NSE00101-SNS)[0x56224fc1df30]{BSS_SIZE}: NSE 101: SNS failed: Size retries failed. Selecting next IP-SNS endpoint. May 17 03:03:30 unassigned-hostname osmo-gbproxy[22069]: <0015> gprs_ns2.c:571 NSE(00101)-NSVC(none) NS-STATUS.ind(bvci=00000): cause=NSVC failure, transfer=0, first=1, mtu=65523 May 17 03:03:30 unassigned-hostname osmo-gbproxy[22069]: <0000> gb_proxy.c:1810 NS: Unknown NS-STATUS.ind cause=NSVC failure from NS May 17 03:03:30 unassigned-hostname osmo-gbproxy[22069]: <0015> gprs_ns2.c:575 NSE(00101) NS-STATUS.ind(bvci=00000): cause=NSE SNS failure, transfer=0, first=1, mtu=65523 May 17 03:03:33 unassigned-hostname osmo-gbproxy[22069]: <0015> gprs_ns2_sns.c:1781 GPRS-NS2-SNS-BSS(NSE00101-SNS)[0x56224fc1df30]{BSS_SIZE}: NSE 101: SNS failed: Size retries failed. Selecting next IP-SNS endpoint. May 17 03:03:33 unassigned-hostname osmo-gbproxy[22069]: <0015> gprs_ns2.c:571 NSE(00101)-NSVC(none) NS-STATUS.ind(bvci=00000): cause=NSVC failure, transfer=0, first=1, mtu=65523 May 17 03:03:33 unassigned-hostname osmo-gbproxy[22069]: <0000> gb_proxy.c:1810 NS: Unknown NS-STATUS.ind cause=NSVC failure from NS May 17 03:03:33 unassigned-hostname osmo-gbproxy[22069]: <0015> gprs_ns2.c:575 NSE(00101) NS-STATUS.ind(bvci=00000): cause=NSE SNS failure, transfer=0, first=1, mtu=65523 May 17 03:03:36 unassigned-hostname osmo-gbproxy[22069]: <0015> gprs_ns2_sns.c:1781 GPRS-NS2-SNS-BSS(NSE00101-SNS)[0x56224fc1df30]{BSS_SIZE}: NSE 101: SNS failed: Size retries failed. Selecting next IP-SNS endpoint. May 17 03:03:36 unassigned-hostname osmo-gbproxy[22069]: <0015> gprs_ns2.c:571 NSE(00101)-NSVC(none) NS-STATUS.ind(bvci=00000): cause=NSVC failure, transfer=0, first=1, mtu=65523 May 17 03:03:36 unassigned-hostname osmo-gbproxy[22069]: <0000> gb_proxy.c:1810 NS: Unknown NS-STATUS.ind cause=NSVC failure from NS May 17 03:03:36 unassigned-hostname osmo-gbproxy[22069]: <0015> gprs_ns2.c:575 NSE(00101) NS-STATUS.ind(bvci=00000): cause=NSE SNS failure, transfer=0, first=1, mtu=65523 May 17 03:03:39 unassigned-hostname osmo-gbproxy[22069]: <0015> gprs_ns2_sns.c:1781 GPRS-NS2-SNS-BSS(NSE00101-SNS)[0x56224fc1df30]{BSS_SIZE}: NSE 101: SNS failed: Size retries failed. Selecting next IP-SNS endpoint. May 17 03:03:39 unassigned-hostname osmo-gbproxy[22069]: <0015> gprs_ns2.c:571 NSE(00101)-NSVC(none) NS-STATUS.ind(bvci=00000): cause=NSVC failure, transfer=0, first=1, mtu=65523 May 17 03:03:39 unassigned-hostname osmo-gbproxy[22069]: <0000> gb_proxy.c:1810 NS: Unknown NS-STATUS.ind cause=NSVC failure from NS May 17 03:03:39 unassigned-hostname osmo-gbproxy[22069]: <0015> gprs_ns2.c:575 NSE(00101) NS-STATUS.ind(bvci=00000): cause=NSE SNS failure, transfer=0, first=1, mtu=65523 May 17 03:03:42 unassigned-hostname osmo-gbproxy[22069]: <0015> gprs_ns2_sns.c:1781 GPRS-NS2-SNS-BSS(NSE00101-SNS)[0x56224fc1df30]{BSS_SIZE}: NSE 101: SNS failed: Size retries failed. Selecting next IP-SNS endpoint. May 17 03:03:42 unassigned-hostname osmo-gbproxy[22069]: <0015> gprs_ns2.c:571 NSE(00101)-NSVC(none) NS-STATUS.ind(bvci=00000): cause=NSVC failure, transfer=0, first=1, mtu=65523 May 17 03:03:42 unassigned-hostname osmo-gbproxy[22069]: <0000> gb_proxy.c:1810 NS: Unknown NS-STATUS.ind cause=NSVC failure from NS May 17 03:03:42 unassigned-hostname osmo-gbproxy[22069]: <0015> gprs_ns2.c:575 NSE(00101) NS-STATUS.ind(bvci=00000): cause=NSE SNS failure, transfer=0, first=1, mtu=65523 May 17 03:03:45 unassigned-hostname osmo-gbproxy[22069]: <0015> gprs_ns2_sns.c:1781 GPRS-NS2-SNS-BSS(NSE00101-SNS)[0x56224fc1df30]{BSS_SIZE}: NSE 101: SNS failed: Size retries failed. Selecting next IP-SNS endpoint. May 17 03:03:45 unassigned-hostname osmo-gbproxy[22069]: <0015> gprs_ns2.c:571 NSE(00101)-NSVC(none) NS-STATUS.ind(bvci=00000): cause=NSVC failure, transfer=0, first=1, mtu=65523 May 17 03:03:45 unassigned-hostname osmo-gbproxy[22069]: <0000> gb_proxy.c:1810 NS: Unknown NS-STATUS.ind cause=NSVC failure from NS May 17 03:03:45 unassigned-hostname osmo-gbproxy[22069]: <0015> gprs_ns2.c:575 NSE(00101) NS-STATUS.ind(bvci=00000): cause=NSE SNS failure, transfer=0, first=1, mtu=65523 May 17 03:03:48 unassigned-hostname osmo-gbproxy[22069]: <0015> gprs_ns2_sns.c:1781 GPRS-NS2-SNS-BSS(NSE00101-SNS)[0x56224fc1df30]{BSS_SIZE}: NSE 101: SNS failed: Size retries failed. Selecting next IP-SNS endpoint. May 17 03:03:48 unassigned-hostname osmo-gbproxy[22069]: <0015> gprs_ns2.c:571 NSE(00101)-NSVC(none) NS-STATUS.ind(bvci=00000): cause=NSVC failure, transfer=0, first=1, mtu=65523 May 17 03:03:48 unassigned-hostname osmo-gbproxy[22069]: <0000> gb_proxy.c:1810 NS: Unknown NS-STATUS.ind cause=NSVC failure from NS May 17 03:03:48 unassigned-hostname osmo-gbproxy[22069]: <0015> gprs_ns2.c:575 NSE(00101) NS-STATUS.ind(bvci=00000): cause=NSE SNS failure, transfer=0, first=1, mtu=65523 May 17 03:03:51 unassigned-hostname osmo-gbproxy[22069]: <0015> gprs_ns2_sns.c:1781 GPRS-NS2-SNS-BSS(NSE00101-SNS)[0x56224fc1df30]{BSS_SIZE}: NSE 101: SNS failed: Size retries failed. Selecting next IP-SNS endpoint. May 17 03:03:51 unassigned-hostname osmo-gbproxy[22069]: <0015> gprs_ns2.c:571 NSE(00101)-NSVC(none) NS-STATUS.ind(bvci=00000): cause=NSVC failure, transfer=0, first=1, mtu=65523 May 17 03:03:51 unassigned-hostname osmo-gbproxy[22069]: <0000> gb_proxy.c:1810 NS: Unknown NS-STATUS.ind cause=NSVC failure from NS May 17 03:03:51 unassigned-hostname osmo-gbproxy[22069]: <0015> gprs_ns2.c:575 NSE(00101) NS-STATUS.ind(bvci=00000): cause=NSE SNS failure, transfer=0, first=1, mtu=65523 May 17 03:03:54 unassigned-hostname osmo-gbproxy[22069]: <0015> gprs_ns2_sns.c:1781 GPRS-NS2-SNS-BSS(NSE00101-SNS)[0x56224fc1df30]{BSS_SIZE}: NSE 101: SNS failed: Size retries failed. Selecting next IP-SNS endpoint. May 17 03:03:54 unassigned-hostname osmo-gbproxy[22069]: <0015> gprs_ns2.c:571 NSE(00101)-NSVC(none) NS-STATUS.ind(bvci=00000): cause=NSVC failure, transfer=0, first=1, mtu=65523 May 17 03:03:54 unassigned-hostname osmo-gbproxy[22069]: <0000> gb_proxy.c:1810 NS: Unknown NS-STATUS.ind cause=NSVC failure from NS May 17 03:03:54 unassigned-hostname osmo-gbproxy[22069]: <0015> gprs_ns2.c:575 NSE(00101) NS-STATUS.ind(bvci=00000): cause=NSE SNS failure, transfer=0, first=1, mtu=65523 May 17 03:03:57 unassigned-hostname osmo-gbproxy[22069]: <0015> gprs_ns2_sns.c:1781 GPRS-NS2-SNS-BSS(NSE00101-SNS)[0x56224fc1df30]{BSS_SIZE}: NSE 101: SNS failed: Size retries failed. Selecting next IP-SNS endpoint. May 17 03:03:57 unassigned-hostname osmo-gbproxy[22069]: <0015> gprs_ns2.c:571 NSE(00101)-NSVC(none) NS-STATUS.ind(bvci=00000): cause=NSVC failure, transfer=0, first=1, mtu=65523 May 17 03:03:57 unassigned-hostname osmo-gbproxy[22069]: <0000> gb_proxy.c:1810 NS: Unknown NS-STATUS.ind cause=NSVC failure from NS May 17 03:03:57 unassigned-hostname osmo-gbproxy[22069]: <0015> gprs_ns2.c:575 NSE(00101) NS-STATUS.ind(bvci=00000): cause=NSE SNS failure, transfer=0, first=1, mtu=65523 May 17 03:04:00 unassigned-hostname osmo-gbproxy[22069]: <0015> gprs_ns2_sns.c:1781 GPRS-NS2-SNS-BSS(NSE00101-SNS)[0x56224fc1df30]{BSS_SIZE}: NSE 101: SNS failed: Size retries failed. Selecting next IP-SNS endpoint. May 17 03:04:00 unassigned-hostname osmo-gbproxy[22069]: <0015> gprs_ns2.c:571 NSE(00101)-NSVC(none) NS-STATUS.ind(bvci=00000): cause=NSVC failure, transfer=0, first=1, mtu=65523 May 17 03:04:00 unassigned-hostname osmo-gbproxy[22069]: <0000> gb_proxy.c:1810 NS: Unknown NS-STATUS.ind cause=NSVC failure from NS May 17 03:04:00 unassigned-hostname osmo-gbproxy[22069]: <0015> gprs_ns2.c:575 NSE(00101) NS-STATUS.ind(bvci=00000): cause=NSE SNS failure, transfer=0, first=1, mtu=65523 May 17 03:04:03 unassigned-hostname osmo-gbproxy[22069]: <0015> gprs_ns2_sns.c:1781 GPRS-NS2-SNS-BSS(NSE00101-SNS)[0x56224fc1df30]{BSS_SIZE}: NSE 101: SNS failed: Size retries failed. Selecting next IP-SNS endpoint. May 17 03:04:03 unassigned-hostname osmo-gbproxy[22069]: <0015> gprs_ns2.c:571 NSE(00101)-NSVC(none) NS-STATUS.ind(bvci=00000): cause=NSVC failure, transfer=0, first=1, mtu=65523 May 17 03:04:03 unassigned-hostname osmo-gbproxy[22069]: <0000> gb_proxy.c:1810 NS: Unknown NS-STATUS.ind cause=NSVC failure from NS May 17 03:04:03 unassigned-hostname osmo-gbproxy[22069]: <0015> gprs_ns2.c:575 NSE(00101) NS-STATUS.ind(bvci=00000): cause=NSE SNS failure, transfer=0, first=1, mtu=65523 May 17 03:04:06 unassigned-hostname osmo-gbproxy[22069]: <0015> gprs_ns2_sns.c:1781 GPRS-NS2-SNS-BSS(NSE00101-SNS)[0x56224fc1df30]{BSS_SIZE}: NSE 101: SNS failed: Size retries failed. Selecting next IP-SNS endpoint. May 17 03:04:06 unassigned-hostname osmo-gbproxy[22069]: <0015> gprs_ns2.c:571 NSE(00101)-NSVC(none) NS-STATUS.ind(bvci=00000): cause=NSVC failure, transfer=0, first=1, mtu=65523 May 17 03:04:06 unassigned-hostname osmo-gbproxy[22069]: <0000> gb_proxy.c:1810 NS: Unknown NS-STATUS.ind cause=NSVC failure from NS May 17 03:04:06 unassigned-hostname osmo-gbproxy[22069]: <0015> gprs_ns2.c:575 NSE(00101) NS-STATUS.ind(bvci=00000): cause=NSE SNS failure, transfer=0, first=1, mtu=65523 May 17 03:04:09 unassigned-hostname osmo-gbproxy[22069]: <0015> gprs_ns2_sns.c:1781 GPRS-NS2-SNS-BSS(NSE00101-SNS)[0x56224fc1df30]{BSS_SIZE}: NSE 101: SNS failed: Size retries failed. Selecting next IP-SNS endpoint. May 17 03:04:09 unassigned-hostname osmo-gbproxy[22069]: <0015> gprs_ns2.c:571 NSE(00101)-NSVC(none) NS-STATUS.ind(bvci=00000): cause=NSVC failure, transfer=0, first=1, mtu=65523 May 17 03:04:09 unassigned-hostname osmo-gbproxy[22069]: <0000> gb_proxy.c:1810 NS: Unknown NS-STATUS.ind cause=NSVC failure from NS May 17 03:04:09 unassigned-hostname osmo-gbproxy[22069]: <0015> gprs_ns2.c:575 NSE(00101) NS-STATUS.ind(bvci=00000): cause=NSE SNS failure, transfer=0, first=1, mtu=65523 May 17 03:04:12 unassigned-hostname osmo-gbproxy[22069]: <0015> gprs_ns2_sns.c:1781 GPRS-NS2-SNS-BSS(NSE00101-SNS)[0x56224fc1df30]{BSS_SIZE}: NSE 101: SNS failed: Size retries failed. Selecting next IP-SNS endpoint. May 17 03:04:12 unassigned-hostname osmo-gbproxy[22069]: <0015> gprs_ns2.c:571 NSE(00101)-NSVC(none) NS-STATUS.ind(bvci=00000): cause=NSVC failure, transfer=0, first=1, mtu=65523 May 17 03:04:12 unassigned-hostname osmo-gbproxy[22069]: <0000> gb_proxy.c:1810 NS: Unknown NS-STATUS.ind cause=NSVC failure from NS May 17 03:04:12 unassigned-hostname osmo-gbproxy[22069]: <0015> gprs_ns2.c:575 NSE(00101) NS-STATUS.ind(bvci=00000): cause=NSE SNS failure, transfer=0, first=1, mtu=65523 May 17 03:04:15 unassigned-hostname osmo-gbproxy[22069]: <0015> gprs_ns2_sns.c:1781 GPRS-NS2-SNS-BSS(NSE00101-SNS)[0x56224fc1df30]{BSS_SIZE}: NSE 101: SNS failed: Size retries failed. Selecting next IP-SNS endpoint. May 17 03:04:15 unassigned-hostname osmo-gbproxy[22069]: <0015> gprs_ns2.c:571 NSE(00101)-NSVC(none) NS-STATUS.ind(bvci=00000): cause=NSVC failure, transfer=0, first=1, mtu=65523 May 17 03:04:15 unassigned-hostname osmo-gbproxy[22069]: <0000> gb_proxy.c:1810 NS: Unknown NS-STATUS.ind cause=NSVC failure from NS May 17 03:04:15 unassigned-hostname osmo-gbproxy[22069]: <0015> gprs_ns2.c:575 NSE(00101) NS-STATUS.ind(bvci=00000): cause=NSE SNS failure, transfer=0, first=1, mtu=65523 May 17 03:04:18 unassigned-hostname osmo-gbproxy[22069]: <0015> gprs_ns2_sns.c:1781 GPRS-NS2-SNS-BSS(NSE00101-SNS)[0x56224fc1df30]{BSS_SIZE}: NSE 101: SNS failed: Size retries failed. Selecting next IP-SNS endpoint. May 17 03:04:18 unassigned-hostname osmo-gbproxy[22069]: <0015> gprs_ns2.c:571 NSE(00101)-NSVC(none) NS-STATUS.ind(bvci=00000): cause=NSVC failure, transfer=0, first=1, mtu=65523 May 17 03:04:18 unassigned-hostname osmo-gbproxy[22069]: <0000> gb_proxy.c:1810 NS: Unknown NS-STATUS.ind cause=NSVC failure from NS May 17 03:04:18 unassigned-hostname osmo-gbproxy[22069]: <0015> gprs_ns2.c:575 NSE(00101) NS-STATUS.ind(bvci=00000): cause=NSE SNS failure, transfer=0, first=1, mtu=65523 May 17 03:04:21 unassigned-hostname osmo-gbproxy[22069]: <0015> gprs_ns2_sns.c:1781 GPRS-NS2-SNS-BSS(NSE00101-SNS)[0x56224fc1df30]{BSS_SIZE}: NSE 101: SNS failed: Size retries failed. Selecting next IP-SNS endpoint. May 17 03:04:21 unassigned-hostname osmo-gbproxy[22069]: <0015> gprs_ns2.c:571 NSE(00101)-NSVC(none) NS-STATUS.ind(bvci=00000): cause=NSVC failure, transfer=0, first=1, mtu=65523 May 17 03:04:21 unassigned-hostname osmo-gbproxy[22069]: <0000> gb_proxy.c:1810 NS: Unknown NS-STATUS.ind cause=NSVC failure from NS May 17 03:04:21 unassigned-hostname osmo-gbproxy[22069]: <0015> gprs_ns2.c:575 NSE(00101) NS-STATUS.ind(bvci=00000): cause=NSE SNS failure, transfer=0, first=1, mtu=65523 May 17 03:04:24 unassigned-hostname osmo-gbproxy[22069]: <0015> gprs_ns2_sns.c:1781 GPRS-NS2-SNS-BSS(NSE00101-SNS)[0x56224fc1df30]{BSS_SIZE}: NSE 101: SNS failed: Size retries failed. Selecting next IP-SNS endpoint. May 17 03:04:24 unassigned-hostname osmo-gbproxy[22069]: <0015> gprs_ns2.c:571 NSE(00101)-NSVC(none) NS-STATUS.ind(bvci=00000): cause=NSVC failure, transfer=0, first=1, mtu=65523 May 17 03:04:24 unassigned-hostname osmo-gbproxy[22069]: <0000> gb_proxy.c:1810 NS: Unknown NS-STATUS.ind cause=NSVC failure from NS May 17 03:04:24 unassigned-hostname osmo-gbproxy[22069]: <0015> gprs_ns2.c:575 NSE(00101) NS-STATUS.ind(bvci=00000): cause=NSE SNS failure, transfer=0, first=1, mtu=65523 May 17 03:04:27 unassigned-hostname osmo-gbproxy[22069]: <0015> gprs_ns2_sns.c:1781 GPRS-NS2-SNS-BSS(NSE00101-SNS)[0x56224fc1df30]{BSS_SIZE}: NSE 101: SNS failed: Size retries failed. Selecting next IP-SNS endpoint. May 17 03:04:27 unassigned-hostname osmo-gbproxy[22069]: <0015> gprs_ns2.c:571 NSE(00101)-NSVC(none) NS-STATUS.ind(bvci=00000): cause=NSVC failure, transfer=0, first=1, mtu=65523 May 17 03:04:27 unassigned-hostname osmo-gbproxy[22069]: <0000> gb_proxy.c:1810 NS: Unknown NS-STATUS.ind cause=NSVC failure from NS May 17 03:04:27 unassigned-hostname osmo-gbproxy[22069]: <0015> gprs_ns2.c:575 NSE(00101) NS-STATUS.ind(bvci=00000): cause=NSE SNS failure, transfer=0, first=1, mtu=65523 May 17 03:04:30 unassigned-hostname osmo-gbproxy[22069]: <0015> gprs_ns2_sns.c:1781 GPRS-NS2-SNS-BSS(NSE00101-SNS)[0x56224fc1df30]{BSS_SIZE}: NSE 101: SNS failed: Size retries failed. Selecting next IP-SNS endpoint. May 17 03:04:30 unassigned-hostname osmo-gbproxy[22069]: <0015> gprs_ns2.c:571 NSE(00101)-NSVC(none) NS-STATUS.ind(bvci=00000): cause=NSVC failure, transfer=0, first=1, mtu=65523 May 17 03:04:30 unassigned-hostname osmo-gbproxy[22069]: <0000> gb_proxy.c:1810 NS: Unknown NS-STATUS.ind cause=NSVC failure from NS May 17 03:04:30 unassigned-hostname osmo-gbproxy[22069]: <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; vendor preset: enabled) Active: active (running) since Fri 2024-05-17 03:03:07 EDT; 1min 23s ago Main PID: 21933 (osmo-ggsn) Tasks: 1 (limit: 1129) Memory: 5.5M CPU: 32ms CGroup: /system.slice/osmo-ggsn.service └─21933 /usr/bin/osmo-ggsn -c /etc/osmocom/osmo-ggsn.cfg May 17 03:03:07 unassigned-hostname systemd[1]: Started OsmoGGSN. May 17 03:03:07 unassigned-hostname osmo-ggsn[21933]: <0002> ggsn.c:186 APN(internet): Starting May 17 03:03:07 unassigned-hostname osmo-ggsn[21933]: <0002> ggsn.c:189 APN(internet): Opening TUN device tun4 May 17 03:03:08 unassigned-hostname osmo-ggsn[21933]: <0002> ggsn.c:194 APN(internet): Opened TUN device tun4 May 17 03:03:08 unassigned-hostname osmo-ggsn[21933]: <0002> ggsn.c:235 APN(internet): Setting tun IP address 172.16.222.0/24 May 17 03:03:08 unassigned-hostname osmo-ggsn[21933]: <0002> ggsn.c:293 APN(internet): Creating IPv4 pool 172.16.222.0/24 May 17 03:03:08 unassigned-hostname osmo-ggsn[21933]: <0002> ggsn.c:167 APN(internet): Blacklist tun IP 172.16.222.0/24 May 17 03:03:08 unassigned-hostname osmo-ggsn[21933]: <0002> ggsn.c:325 APN(internet): Successfully started May 17 03:03:08 unassigned-hostname osmo-ggsn[21933]: <0002> ggsn.c:186 APN(inet6): Starting May 17 03:03:08 unassigned-hostname osmo-ggsn[21933]: <0002> ggsn.c:189 APN(inet6): Opening TUN device tun6 May 17 03:03:08 unassigned-hostname osmo-ggsn[21933]: <0002> ggsn.c:194 APN(inet6): Opened TUN device tun6 May 17 03:03:08 unassigned-hostname osmo-ggsn[21933]: <0002> ggsn.c:247 APN(inet6): Setting tun IPv6 address 2001:780:44:2000::/56 May 17 03:03:08 unassigned-hostname osmo-ggsn[21933]: <0002> ggsn.c:310 APN(inet6): Creating IPv6 pool 2001:780:44:2000::/56 May 17 03:03:08 unassigned-hostname osmo-ggsn[21933]: <0002> ggsn.c:167 APN(inet6): Blacklist tun IP 2001:780:44:2000::/56 May 17 03:03:08 unassigned-hostname osmo-ggsn[21933]: <0002> ggsn.c:325 APN(inet6): Successfully started May 17 03:03:08 unassigned-hostname osmo-ggsn[21933]: <0002> ggsn.c:186 APN(inet46): Starting May 17 03:03:08 unassigned-hostname osmo-ggsn[21933]: <0002> ggsn.c:189 APN(inet46): Opening TUN device tun46 May 17 03:03:08 unassigned-hostname osmo-ggsn[21933]: <0002> ggsn.c:194 APN(inet46): Opened TUN device tun46 May 17 03:03:08 unassigned-hostname osmo-ggsn[21933]: <0002> ggsn.c:235 APN(inet46): Setting tun IP address 172.16.46.0/24 May 17 03:03:08 unassigned-hostname osmo-ggsn[21933]: <0002> ggsn.c:247 APN(inet46): Setting tun IPv6 address 2001:780:44:2100::/56 May 17 03:03:08 unassigned-hostname osmo-ggsn[21933]: <0002> ggsn.c:293 APN(inet46): Creating IPv4 pool 172.16.46.0/24 May 17 03:03:08 unassigned-hostname osmo-ggsn[21933]: <0002> ggsn.c:167 APN(inet46): Blacklist tun IP 172.16.46.0/24 May 17 03:03:08 unassigned-hostname osmo-ggsn[21933]: <0002> ggsn.c:310 APN(inet46): Creating IPv6 pool 2001:780:44:2100::/56 May 17 03:03:08 unassigned-hostname osmo-ggsn[21933]: <0002> ggsn.c:167 APN(inet46): Blacklist tun IP 2001:780:44:2100::/56 May 17 03:03:08 unassigned-hostname osmo-ggsn[21933]: <0002> ggsn.c:325 APN(inet46): Successfully started May 17 03:03:08 unassigned-hostname osmo-ggsn[21933]: <0002> ggsn.c:822 GGSN(ggsn0): Starting GGSN May 17 03:03:08 unassigned-hostname osmo-ggsn[21933]: <000d> gsn.c:431 GTP: gtp_newgsn() started at 127.0.0.2 May 17 03:03:08 unassigned-hostname osmo-ggsn[21933]: <000d> gsn.c:386 State information file (/tmp/gsn_restart) not found. Creating new file. May 17 03:03:08 unassigned-hostname osmo-ggsn[21933]: <0002> ggsn.c:858 GGSN(ggsn0): Successfully started May 17 03:03:08 unassigned-hostname osmo-ggsn[21933]: <0005> telnet_interface.c:88 Available via telnet 127.0.0.1 4260 May 17 03:03:08 unassigned-hostname osmo-ggsn[21933]: <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; vendor preset: enabled) Active: active (running) since Fri 2024-05-17 03:03:23 EDT; 1min 7s ago Main PID: 22224 (osmo-gtphub) Tasks: 1 (limit: 1129) Memory: 1.7M CPU: 21ms CGroup: /system.slice/osmo-gtphub.service └─22224 /usr/bin/osmo-gtphub -c /etc/osmocom/osmo-gtphub.cfg May 17 03:03:23 unassigned-hostname systemd[1]: Started Osmocom GTP Hub. May 17 03:03:23 unassigned-hostname osmo-gtphub[22224]: <000b> telnet_interface.c:88 Available via telnet 127.0.0.1 4253 May 17 03:03:23 unassigned-hostname osmo-gtphub[22224]: <000a> gtphub_main.c:186 Restarted with counter 1 May 17 03:03:23 unassigned-hostname osmo-gtphub[22224]: <000b> rate_ctr.c:97 'packets.in' is not a valid counter identifier May 17 03:03:23 unassigned-hostname osmo-gtphub[22224]: <000b> rate_ctr.c:131 counter group name mangled: 'packets.in' -> 'packets:in' May 17 03:03:23 unassigned-hostname osmo-gtphub[22224]: <000b> rate_ctr.c:131 counter group name mangled: 'packets.out' -> 'packets:out' May 17 03:03:23 unassigned-hostname osmo-gtphub[22224]: <000b> rate_ctr.c:131 counter group name mangled: 'bytes.in' -> 'bytes:in' May 17 03:03:23 unassigned-hostname osmo-gtphub[22224]: <000b> rate_ctr.c:131 counter group name mangled: 'bytes.out' -> 'bytes:out' May 17 03:03:23 unassigned-hostname osmo-gtphub[22224]: <000b> rate_ctr.c:97 'packets.in' is not a valid counter identifier May 17 03:03:23 unassigned-hostname osmo-gtphub[22224]: <000b> rate_ctr.c:131 counter group name mangled: 'packets.in' -> 'packets:in' May 17 03:03:23 unassigned-hostname osmo-gtphub[22224]: <000b> rate_ctr.c:131 counter group name mangled: 'packets.out' -> 'packets:out' May 17 03:03:23 unassigned-hostname osmo-gtphub[22224]: <000b> rate_ctr.c:131 counter group name mangled: 'bytes.in' -> 'bytes:in' May 17 03:03:23 unassigned-hostname osmo-gtphub[22224]: <000b> rate_ctr.c:131 counter group name mangled: 'bytes.out' -> 'bytes:out' May 17 03:03:23 unassigned-hostname osmo-gtphub[22224]: <000b> rate_ctr.c:97 'packets.in' is not a valid counter identifier May 17 03:03:23 unassigned-hostname osmo-gtphub[22224]: <000b> rate_ctr.c:131 counter group name mangled: 'packets.in' -> 'packets:in' May 17 03:03:23 unassigned-hostname osmo-gtphub[22224]: <000b> rate_ctr.c:131 counter group name mangled: 'packets.out' -> 'packets:out' May 17 03:03:23 unassigned-hostname osmo-gtphub[22224]: <000b> rate_ctr.c:131 counter group name mangled: 'bytes.in' -> 'bytes:in' May 17 03:03:23 unassigned-hostname osmo-gtphub[22224]: <000b> rate_ctr.c:131 counter group name mangled: 'bytes.out' -> 'bytes:out' May 17 03:03:23 unassigned-hostname osmo-gtphub[22224]: <000b> rate_ctr.c:97 'packets.in' is not a valid counter identifier May 17 03:03:23 unassigned-hostname osmo-gtphub[22224]: <000b> rate_ctr.c:131 counter group name mangled: 'packets.in' -> 'packets:in' May 17 03:03:23 unassigned-hostname osmo-gtphub[22224]: <000b> rate_ctr.c:131 counter group name mangled: 'packets.out' -> 'packets:out' May 17 03:03:23 unassigned-hostname osmo-gtphub[22224]: <000b> rate_ctr.c:131 counter group name mangled: 'bytes.in' -> 'bytes:in' May 17 03:03:23 unassigned-hostname osmo-gtphub[22224]: <000b> rate_ctr.c:131 counter group name mangled: 'bytes.out' -> 'bytes:out' May 17 03:03:23 unassigned-hostname osmo-gtphub[22224]: <000a> gtphub_main.c:91 to-SGSNs bind, CTRL: 127.0.0.10 port 2123 May 17 03:03:23 unassigned-hostname osmo-gtphub[22224]: <000a> gtphub_main.c:91 to-SGSNs bind, USER: 127.0.0.10 port 2152 May 17 03:03:23 unassigned-hostname osmo-gtphub[22224]: <000a> gtphub_main.c:91 to-GGSNs bind, CTRL: 127.0.0.20 port 2123 May 17 03:03:23 unassigned-hostname osmo-gtphub[22224]: <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; vendor preset: enabled) Active: active (running) since Fri 2024-05-17 03:03:47 EDT; 43s ago Docs: https://osmocom.org/projects/osmo-hlr/wiki/OsmoHLR Main PID: 23085 (osmo-hlr) Tasks: 1 (limit: 1129) Memory: 2.6M CPU: 27ms CGroup: /system.slice/osmo-hlr.service └─23085 /usr/bin/osmo-hlr -c /etc/osmocom/osmo-hlr.cfg -l /var/lib/osmocom/hlr.db May 17 03:03:47 unassigned-hostname systemd[1]: Started Osmocom Home Location Register (OsmoHLR). May 17 03:03:47 unassigned-hostname osmo-hlr[23085]: 20240517030347850 DMAIN NOTICE hlr starting (hlr.c:790) May 17 03:03:47 unassigned-hostname osmo-hlr[23085]: 20240517030347850 DDB NOTICE using database: /var/lib/osmocom/hlr.db (db.c:599) May 17 03:03:47 unassigned-hostname osmo-hlr[23085]: 20240517030347903 DDB NOTICE Missing database tables detected; Bootstrapping database '/var/lib/osmocom/hlr.db' (db.c:667) May 17 03:03:48 unassigned-hostname osmo-hlr[23085]: 20240517030348114 DDB NOTICE Database '/var/lib/osmocom/hlr.db' has HLR DB schema version 7 (db.c:677) May 17 03:03:48 unassigned-hostname osmo-hlr[23085]: 20240517030348115 DLGLOBAL NOTICE Available via telnet 127.0.0.1 4258 (telnet_interface.c:88) May 17 03:03:48 unassigned-hostname osmo-hlr[23085]: 20240517030348115 DLCTRL NOTICE CTRL at 127.0.0.1 4259 (control_if.c:1014) May 17 03:04:05 unassigned-hostname osmo-hlr[23085]: 20240517030405423 DLINP ERROR 127.0.0.1:42603 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; vendor preset: enabled) Active: active (running) since Fri 2024-05-17 03:03:35 EDT; 55s ago Main PID: 22660 (osmo-hnbgw) Tasks: 1 (limit: 1129) Memory: 2.8M CPU: 16ms CGroup: /system.slice/osmo-hnbgw.service └─22660 /usr/bin/osmo-hnbgw -c /etc/osmocom/osmo-hnbgw.cfg May 17 03:03:35 unassigned-hostname systemd[1]: Started Osmocom Home Nodeb Gateway (OsmoHNBGW). May 17 03:03:35 unassigned-hostname osmo-hnbgw[22660]: rate_ctr.c:86 validating counter group 0x55cb9fcff660(iucs) with 3 counters May 17 03:03:35 unassigned-hostname osmo-hnbgw[22660]: rate_ctr.c:86 validating counter group 0x55cb9fcff640(iups) with 3 counters May 17 03:03:35 unassigned-hostname osmo-hnbgw[22660]: 20240517030335687 DLGLOBAL NOTICE Available via telnet 127.0.0.1 4261 (telnet_interface.c:88) May 17 03:03:35 unassigned-hostname osmo-hnbgw[22660]: 20240517030335687 DLCTRL NOTICE CTRL at 127.0.0.1 4262 (control_if.c:1014) May 17 03:03:35 unassigned-hostname osmo-hnbgw[22660]: 20240517030335687 DHNBAP NOTICE Using RNC-Id 23 (osmo_hnbgw_main.c:272) May 17 03:03:35 unassigned-hostname osmo-hnbgw[22660]: 20240517030335687 DMAIN NOTICE Listening for Iuh at 0.0.0.0 29169 (osmo_hnbgw_main.c:275) May 17 03:03:35 unassigned-hostname osmo-hnbgw[22660]: 20240517030335687 DLMGCP NOTICE MGW(mgw) MGCP client: using endpoint domain '@mgw' (mgcp_client.c:897) May 17 03:03:35 unassigned-hostname osmo-hnbgw[22660]: 20240517030335687 DMGW NOTICE MGW pool with 1 pool members configured, (ignoring MGW configuration in VTY node 'mgcp'). (hnbgw.c:516) May 17 03:03:35 unassigned-hostname osmo-hnbgw[22660]: 20240517030335687 DLPFCP NOTICE No UPF configured, NOT setting up PFCP, NOT mapping GTP via UPF (hnbgw_pfcp.c:74) May 17 03:03:35 unassigned-hostname osmo-hnbgw[22660]: 20240517030335687 DLSCCP NOTICE msc-0: Creating SS7 instance (sccp_user.c:536) May 17 03:03:35 unassigned-hostname osmo-hnbgw[22660]: 20240517030335687 DLSCCP NOTICE msc-0: Using SS7 instance 0, pc:0.23.5 (sccp_user.c:563) May 17 03:03:35 unassigned-hostname osmo-hnbgw[22660]: 20240517030335687 DLSCCP NOTICE msc-0: Creating AS instance (sccp_user.c:570) May 17 03:03:35 unassigned-hostname osmo-hnbgw[22660]: 20240517030335687 DLSCCP NOTICE msc-0: Using AS instance as-clnt-msc-0 (sccp_user.c:581) May 17 03:03:35 unassigned-hostname osmo-hnbgw[22660]: 20240517030335687 DLSCCP NOTICE msc-0: Creating default route (sccp_user.c:587) May 17 03:03:35 unassigned-hostname osmo-hnbgw[22660]: 20240517030335687 DLSCCP NOTICE msc-0: No unassociated ASP for m3ua, creating new ASP asp-clnt-msc-0 (sccp_user.c:626) May 17 03:03:35 unassigned-hostname osmo-hnbgw[22660]: 20240517030335687 DLSCCP NOTICE msc-0: Using ASP instance asp-clnt-msc-0 (sccp_user.c:695) May 17 03:03:35 unassigned-hostname osmo-hnbgw[22660]: 20240517030335687 DLSS7 NOTICE 0: Creating SCCP instance (osmo_ss7.c:416) May 17 03:03:35 unassigned-hostname osmo-hnbgw[22660]: 20240517030335687 DCN NOTICE (msc-0) created SCCP instance on cs7 instance 0 (hnbgw_cn.c:869) May 17 03:03:35 unassigned-hostname osmo-hnbgw[22660]: 20240517030335687 DCN NOTICE (msc-0) using: cs7-0 0.23.5 <-> 0.23.1 msc-0 (default remote point-code) (hnbgw_cn.c:780) May 17 03:03:35 unassigned-hostname osmo-hnbgw[22660]: 20240517030335687 DCN NOTICE (sgsn-0) using: cs7-0 0.23.5 <-> 0.23.4 sgsn-0 (default remote point-code) (hnbgw_cn.c:780) May 17 03:03:35 unassigned-hostname osmo-hnbgw[22660]: 20240517030335687 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) May 17 03:03:35 unassigned-hostname osmo-hnbgw[22660]: 20240517030335688 DLSS7 ERROR XUA_AS(as-clnt-msc-0)[0x55cb9fe6b7c0]{AS_INACTIVE}: Event AS-TRANSFER.req not permitted (m3ua.c:510) May 17 03:03:35 unassigned-hostname osmo-hnbgw[22660]: 20240517030335688 DLSS7 ERROR XUA_AS(as-clnt-msc-0)[0x55cb9fe6b7c0]{AS_INACTIVE}: Event AS-TRANSFER.req not permitted (m3ua.c:510) May 17 03:03:37 unassigned-hostname osmo-hnbgw[22660]: 20240517030337688 DLM3UA NOTICE 0: asp-asp-clnt-msc-0: Received NOTIFY Type State Change:AS Inactive () (m3ua.c:625) May 17 03:03:37 unassigned-hostname osmo-hnbgw[22660]: 20240517030337688 DLSS7 NOTICE xua_default_lm(asp-clnt-msc-0)[0x55cb9fed52a0]{ACTIVE}: Ignoring primitive M-ASP_ACTIVE.confirm (xua_default_lm_fsm.c:400) May 17 03:03:37 unassigned-hostname osmo-hnbgw[22660]: 20240517030337689 DLM3UA NOTICE 0: asp-asp-clnt-msc-0: Received NOTIFY Type State Change:AS Active () (m3ua.c:625) May 17 03:03:38 unassigned-hostname osmo-hnbgw[22660]: 20240517030338855 DLM3UA NOTICE 0: asp-asp-clnt-msc-0: Rx DAVA() for 0.23.4/0, (xua_snm.c:403) May 17 03:03:38 unassigned-hostname osmo-hnbgw[22660]: 20240517030338855 DCN NOTICE (sgsn-0) now available: N-PCSTATE ind: pc=188 sp_status=ACCESSIBLE remote_sccp_status=AVAILABLE (hnbgw_cn.c:613) May 17 03:03:38 unassigned-hostname osmo-hnbgw[22660]: 20240517030338856 DRANAP NOTICE cnlink(sgsn-0)[0x55cb9fed6c70]{CONN}: link up (cnlink.c:111) May 17 03:03:38 unassigned-hostname osmo-hnbgw[22660]: 20240517030338982 DLM3UA NOTICE 0: asp-asp-clnt-msc-0: Rx DAVA() for 0.23.3/0, (xua_snm.c:403) May 17 03:03:45 unassigned-hostname osmo-hnbgw[22660]: 20240517030345516 DLM3UA NOTICE 0: asp-asp-clnt-msc-0: Rx DAVA() for 0.23.1/0, (xua_snm.c:403) May 17 03:03:45 unassigned-hostname osmo-hnbgw[22660]: 20240517030345516 DCN NOTICE (msc-0) now available: N-PCSTATE ind: pc=185 sp_status=ACCESSIBLE remote_sccp_status=AVAILABLE (hnbgw_cn.c:613) May 17 03:03:45 unassigned-hostname osmo-hnbgw[22660]: 20240517030345525 DRANAP NOTICE cnlink(msc-0)[0x55cb9fe8a9d0]{CONN}: link up (cnlink.c:111) May 17 03:03:53 unassigned-hostname osmo-hnbgw[22660]: 20240517030353266 DHNBAP NOTICE (127.0.0.1:56567 OsmoHNodeB) HNB (re)connecting, discarding all previous UE state (hnbgw_hnbap.c:472) May 17 03:03:53 unassigned-hostname osmo-hnbgw[22660]: 20240517030353266 DHNBAP NOTICE (127.0.0.1:56567 OsmoHNodeB) Accepting HNB-REGISTER-REQ (hnbgw_hnbap.c:122) + 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; vendor preset: enabled) Active: active (running) since Fri 2024-05-17 03:03:53 EDT; 38s ago Main PID: 23239 (osmo-hnodeb) Tasks: 1 (limit: 1129) Memory: 2.2M CPU: 7ms CGroup: /system.slice/osmo-hnodeb.service └─23239 /usr/bin/osmo-hnodeb -c /etc/osmocom/osmo-hnodeb.cfg May 17 03:03:53 unassigned-hostname systemd[1]: Started Osmocom Home NodeB (hNodeB). May 17 03:03:53 unassigned-hostname osmo-hnodeb[23239]: Fri May 17 03:03:53 2024 DLGLOBAL telnet_interface.c:88 Available via telnet 127.0.0.1 4273 May 17 03:03:53 unassigned-hostname osmo-hnodeb[23239]: Fri May 17 03:03:53 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; vendor preset: enabled) Active: active (running) since Fri 2024-05-17 03:03:58 EDT; 33s ago Main PID: 23422 (osmo-mgw) Tasks: 1 (limit: 1129) Memory: 2.7M CPU: 24ms CGroup: /system.slice/osmo-mgw.service └─23422 /usr/bin/osmo-mgw -s -c /etc/osmocom/osmo-mgw.cfg May 17 03:03:58 unassigned-hostname systemd[1]: Started Osmocom Media Gateway (MGW). May 17 03:03:58 unassigned-hostname osmo-mgw[23422]: range must end at an odd port number, autocorrecting port (16000) to: 16001 May 17 03:03:58 unassigned-hostname osmo-mgw[23422]: % Deprecated 'sdp audio-payload number <0-255>' config no longer has any effect May 17 03:03:58 unassigned-hostname osmo-mgw[23422]: % Deprecated 'sdp audio-payload name NAME' config no longer has any effect May 17 03:03:58 unassigned-hostname osmo-mgw[23422]: % Deprecated 'loop (0|1)' config no longer has any effect May 17 03:03:58 unassigned-hostname osmo-mgw[23422]: <0003> telnet_interface.c:88 Available via telnet 127.0.0.1 4243 May 17 03:03:58 unassigned-hostname osmo-mgw[23422]: <000a> control_if.c:1014 CTRL at 127.0.0.1 4267 May 17 03:03:58 unassigned-hostname osmo-mgw[23422]: <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; vendor preset: enabled) Active: active (running) since Fri 2024-05-17 03:03:43 EDT; 48s ago Main PID: 22907 (osmo-msc) Tasks: 1 (limit: 1129) Memory: 4.6M CPU: 24ms CGroup: /system.slice/osmo-msc.service └─22907 /usr/bin/osmo-msc -c /etc/osmocom/osmo-msc.cfg May 17 03:03:43 unassigned-hostname systemd[1]: Started Osmocom Mobile Switching Center (MSC). May 17 03:03:43 unassigned-hostname osmo-msc[22907]: <0017> telnet_interface.c:88 Available via telnet 127.0.0.1 4254 May 17 03:03:43 unassigned-hostname osmo-msc[22907]: <000f> smpp_smsc.c:989 SMPP at 0.0.0.0 2775 May 17 03:03:43 unassigned-hostname osmo-msc[22907]: <001e> control_if.c:1014 CTRL at 127.0.0.1 4255 May 17 03:03:43 unassigned-hostname osmo-msc[22907]: <0021> gsup_client.c:74 GSUP connecting to 127.0.0.1:4222 May 17 03:03:43 unassigned-hostname osmo-msc[22907]: <000c> db.c:521 Init database connection to 'sms.db' using SQLite3 lib version 3.34.1 May 17 03:03:43 unassigned-hostname osmo-msc[22907]: <0027> mgcp_client.c:897 MGW(mgw) MGCP client: using endpoint domain '@mgw' May 17 03:03:43 unassigned-hostname osmo-msc[22907]: <0009> msc_main.c:596 MGW pool with 1 pool members configured, (ignoring MGW configuration in VTY node 'msc'). May 17 03:03:43 unassigned-hostname osmo-msc[22907]: <0024> sccp_user.c:536 OsmoMSC-A-Iu: Creating SS7 instance May 17 03:03:43 unassigned-hostname osmo-msc[22907]: <0024> sccp_user.c:563 OsmoMSC-A-Iu: Using SS7 instance 0, pc:0.23.1 May 17 03:03:43 unassigned-hostname osmo-msc[22907]: <0024> sccp_user.c:570 OsmoMSC-A-Iu: Creating AS instance May 17 03:03:43 unassigned-hostname osmo-msc[22907]: <0024> sccp_user.c:581 OsmoMSC-A-Iu: Using AS instance as-clnt-OsmoMSC-A-Iu May 17 03:03:43 unassigned-hostname osmo-msc[22907]: <0024> sccp_user.c:587 OsmoMSC-A-Iu: Creating default route May 17 03:03:43 unassigned-hostname osmo-msc[22907]: <0024> sccp_user.c:626 OsmoMSC-A-Iu: No unassociated ASP for m3ua, creating new ASP asp-clnt-OsmoMSC-A-Iu May 17 03:03:43 unassigned-hostname osmo-msc[22907]: <0024> sccp_user.c:695 OsmoMSC-A-Iu: Using ASP instance asp-clnt-OsmoMSC-A-Iu May 17 03:03:43 unassigned-hostname osmo-msc[22907]: <0023> osmo_ss7.c:416 0: Creating SCCP instance May 17 03:03:43 unassigned-hostname osmo-msc[22907]: <0014> sgs_server.c:186 SGs socket bound to r=NULL<->l=0.0.0.0:29118 May 17 03:03:43 unassigned-hostname osmo-msc[22907]: <0009> msc_main.c:806 A-interface: SCCP user OsmoMSC-A:RI=SSN_PC,PC=(no PC),SSN=BSSAP, cs7-instance 0 ((null)) May 17 03:03:43 unassigned-hostname osmo-msc[22907]: <0009> msc_main.c:826 Iu-interface: SCCP user OsmoMSC-IuCS:RI=SSN_PC,PC=(no PC),SSN=RANAP, cs7-instance 0 ((null)) May 17 03:03:44 unassigned-hostname osmo-msc[22907]: <0021> gsup_client.c:74 GSUP connecting to 127.0.0.1:4222 May 17 03:03:45 unassigned-hostname osmo-msc[22907]: <0021> gsup_client.c:74 GSUP connecting to 127.0.0.1:4222 May 17 03:03:45 unassigned-hostname osmo-msc[22907]: <0026> m3ua.c:625 0: asp-asp-clnt-OsmoMSC-A-Iu: Received NOTIFY Type State Change:AS Inactive () May 17 03:03:45 unassigned-hostname osmo-msc[22907]: <0023> xua_default_lm_fsm.c:400 xua_default_lm(asp-clnt-OsmoMSC-A-Iu)[0x55b0c8abe690]{ACTIVE}: Ignoring primitive M-ASP_ACTIVE.confirm May 17 03:03:45 unassigned-hostname osmo-msc[22907]: <0026> m3ua.c:625 0: asp-asp-clnt-OsmoMSC-A-Iu: Received NOTIFY Type State Change:AS Active () May 17 03:03:46 unassigned-hostname osmo-msc[22907]: <0021> gsup_client.c:74 GSUP connecting to 127.0.0.1:4222 May 17 03:03:47 unassigned-hostname osmo-msc[22907]: <0021> gsup_client.c:74 GSUP connecting to 127.0.0.1:4222 May 17 03:03:48 unassigned-hostname osmo-msc[22907]: <0021> gsup_client.c:74 GSUP connecting to 127.0.0.1:4222 May 17 03:03:48 unassigned-hostname osmo-msc[22907]: <0019> input/ipa.c:141 127.0.0.1:4222 connection done May 17 03:03:48 unassigned-hostname osmo-msc[22907]: <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; vendor preset: enabled) Active: active (running) since Fri 2024-05-17 03:03:48 EDT; 43s ago Main PID: 23126 (osmo-pcap-clien) Tasks: 1 (limit: 1129) Memory: 1.8M CPU: 11ms CGroup: /system.slice/osmo-pcap-client.service └─23126 /usr/bin/osmo-pcap-client -c /etc/osmocom/osmo-pcap-client.cfg May 17 03:03:48 unassigned-hostname systemd[1]: Started PCAP Client for the PCAP aggregation. May 17 03:03:48 unassigned-hostname osmo-pcap-client[23126]: <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; vendor preset: enabled) Active: active (running) since Fri 2024-05-17 03:03:34 EDT; 57s ago Main PID: 22585 (osmo-pcap-serve) Tasks: 1 (limit: 1129) Memory: 2.9M CPU: 117ms CGroup: /system.slice/osmo-pcap-server.service └─22585 /usr/bin/osmo-pcap-server -c /etc/osmocom/osmo-pcap-server.cfg May 17 03:03:34 unassigned-hostname systemd[1]: Started PCAP Server for the PCAP aggregation. May 17 03:03:34 unassigned-hostname osmo-pcap-server[22585]: <0005> telnet_interface.c:88 Available via telnet 127.0.0.1 4228 May 17 03:03:34 unassigned-hostname osmo-pcap-server[22585]: <0004> osmo_tls.c:44 Going to create DH params for 3072 bits May 17 03:03:48 unassigned-hostname osmo-pcap-server[22585]: <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; vendor preset: enabled) Active: active (running) since Fri 2024-05-17 03:03:54 EDT; 37s ago Main PID: 23279 (osmo-pcu) Tasks: 1 (limit: 1129) Memory: 3.1M CPU: 208ms CGroup: /system.slice/osmo-pcu.service └─23279 /usr/bin/osmo-pcu -c /etc/osmocom/osmo-pcu.cfg May 17 03:03:54 unassigned-hostname systemd[1]: Started Osmocom osmo-pcu. May 17 03:03:54 unassigned-hostname osmo-pcu[23279]: DLGLOBAL NOTICE Available via telnet 127.0.0.1 4240 (telnet_interface.c:88) May 17 03:03:54 unassigned-hostname osmo-pcu[23279]: DL1IF ERROR Failed to connect to the BTS (/tmp/pcu_bts). Retrying... (pcuif_sock.c:228) May 17 03:03:59 unassigned-hostname osmo-pcu[23279]: DL1IF NOTICE osmo-bts PCU socket /tmp/pcu_bts has been connected (pcuif_sock.c:238) May 17 03:03:59 unassigned-hostname osmo-pcu[23279]: DL1IF NOTICE Received message for new BTS0 (pcu_l1_if.cpp:1239) May 17 03:03:59 unassigned-hostname osmo-pcu[23279]: 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; vendor preset: enabled) Active: active (running) since Fri 2024-05-17 03:03:38 EDT; 52s ago Main PID: 22810 (osmo-remsim-ban) Tasks: 6 (limit: 1129) Memory: 1.3M CPU: 4ms CGroup: /system.slice/osmo-remsim-bankd.service └─22810 /usr/bin/osmo-remsim-bankd -i 127.0.0.1 -n 5 May 17 03:03:38 unassigned-hostname systemd[1]: Started Osmocom Remote SIM BankD. May 17 03:03:38 unassigned-hostname osmo-remsim-bankd[22810]: 22810 DMAIN INFO bankd_pcsc.c:105 PC/SC slot name: 1/0 -> regex 'ACS ACR33 ICC Reader 00 00' May 17 03:03:38 unassigned-hostname osmo-remsim-bankd[22810]: 22810 DMAIN INFO bankd_pcsc.c:105 PC/SC slot name: 1/1 -> regex 'ACS ACR33 ICC Reader 00 01' May 17 03:03:38 unassigned-hostname osmo-remsim-bankd[22810]: 22810 DMAIN INFO bankd_pcsc.c:105 PC/SC slot name: 1/2 -> regex 'ACS ACR33 ICC Reader 00 02' May 17 03:03:38 unassigned-hostname osmo-remsim-bankd[22810]: 22810 DMAIN INFO bankd_pcsc.c:105 PC/SC slot name: 1/3 -> regex 'ACS ACR33 ICC Reader 00 03' May 17 03:03:38 unassigned-hostname osmo-remsim-bankd[22810]: 22810 DMAIN INFO bankd_pcsc.c:105 PC/SC slot name: 1/4 -> regex 'ACS ACR33 ICC Reader 00 04' May 17 03:03:38 unassigned-hostname osmo-remsim-bankd[22810]: 22810 DMAIN INFO bankd_pcsc.c:105 PC/SC slot name: 1/23 -> regex 'Alcor Micro AU9560 00 00' May 17 03:03:38 unassigned-hostname osmo-remsim-bankd[22810]: 22810 DRSPRO INFO ../rspro_client_fsm.c:307 RSPRO_CLIENT(server){REESTABLISH}: Creating TCP connection to server at 127.0.0.1:9998 May 17 03:03:38 unassigned-hostname osmo-remsim-bankd[22810]: 22811 DBANKDW INFO bankd_main.c:442 [000 INIT] Changing state to INIT May 17 03:03:38 unassigned-hostname osmo-remsim-bankd[22810]: 22814 DBANKDW INFO bankd_main.c:442 [003 INIT] Changing state to INIT May 17 03:03:38 unassigned-hostname osmo-remsim-bankd[22810]: 22815 DBANKDW INFO bankd_main.c:442 [004 INIT] Changing state to INIT May 17 03:03:38 unassigned-hostname osmo-remsim-bankd[22810]: 22814 DBANKDW INFO bankd_main.c:442 [003 INIT] Changing state to ACCEPTING May 17 03:03:38 unassigned-hostname osmo-remsim-bankd[22810]: 22815 DBANKDW INFO bankd_main.c:442 [004 INIT] Changing state to ACCEPTING May 17 03:03:38 unassigned-hostname osmo-remsim-bankd[22810]: 22810 DRSPRO NOTICE ../rspro_client_fsm.c:127 RSPRO_CLIENT(server){REESTABLISH}: RSPRO link to 127.0.0.1:9998 DOWN May 17 03:03:38 unassigned-hostname osmo-remsim-bankd[22810]: 22812 DBANKDW INFO bankd_main.c:442 [001 INIT] Changing state to INIT May 17 03:03:38 unassigned-hostname osmo-remsim-bankd[22810]: 22811 DBANKDW INFO bankd_main.c:442 [000 INIT] Changing state to ACCEPTING May 17 03:03:38 unassigned-hostname osmo-remsim-bankd[22810]: 22812 DBANKDW INFO bankd_main.c:442 [001 INIT] Changing state to ACCEPTING May 17 03:03:38 unassigned-hostname osmo-remsim-bankd[22810]: 22813 DBANKDW INFO bankd_main.c:442 [002 INIT] Changing state to INIT May 17 03:03:38 unassigned-hostname osmo-remsim-bankd[22810]: 22813 DBANKDW INFO bankd_main.c:442 [002 INIT] Changing state to ACCEPTING May 17 03:03:48 unassigned-hostname osmo-remsim-bankd[22810]: 22810 DRSPRO ERROR ../rspro_client_fsm.c:297 RSPRO_CLIENT(server){REESTABLISH}: Event SRVC_E_KA_TERMINATED not permitted May 17 03:03:48 unassigned-hostname osmo-remsim-bankd[22810]: 22810 DRSPRO INFO ../rspro_client_fsm.c:302 RSPRO_CLIENT(server){REESTABLISH}: Destroying existing connection to server May 17 03:03:48 unassigned-hostname osmo-remsim-bankd[22810]: 22810 DRSPRO INFO ../rspro_client_fsm.c:307 RSPRO_CLIENT(server){REESTABLISH}: Creating TCP connection to server at 127.0.0.1:9998 May 17 03:03:48 unassigned-hostname osmo-remsim-bankd[22810]: 22810 DLINP NOTICE input/ipa.c:141 127.0.0.1:9998 connection done May 17 03:03:48 unassigned-hostname osmo-remsim-bankd[22810]: 22810 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; vendor preset: enabled) Active: active (running) since Fri 2024-05-17 03:03:47 EDT; 44s ago Main PID: 23083 (osmo-remsim-ser) Tasks: 2 (limit: 1129) Memory: 1.3M CPU: 4ms CGroup: /system.slice/osmo-remsim-server.service └─23083 /usr/bin/osmo-remsim-server May 17 03:03:47 unassigned-hostname systemd[1]: Started Osmocom Remote SIM Server. May 17 03:03:48 unassigned-hostname osmo-remsim-server[23083]: 23083 DLINP NOTICE input/ipa.c:318 0.0.0.0:9998 accept()ed new link from 127.0.0.1:43041 + 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; vendor preset: enabled) Active: active (running) since Fri 2024-05-17 03:03:36 EDT; 54s ago Main PID: 22759 (osmo-sgsn) Tasks: 1 (limit: 1129) Memory: 2.8M CPU: 23ms CGroup: /system.slice/osmo-sgsn.service └─22759 /usr/bin/osmo-sgsn -c /etc/osmocom/osmo-sgsn.cfg May 17 03:03:36 unassigned-hostname systemd[1]: Started Osmocom SGSN (Serving GPRS Support Node). May 17 03:03:36 unassigned-hostname osmo-sgsn[22759]: rate_ctr.c:86 validating counter group 0x5597c46f0d80(sgsn) with 23 counters May 17 03:03:36 unassigned-hostname osmo-sgsn[22759]: <0013> telnet_interface.c:88 Available via telnet 127.0.0.1 4245 May 17 03:03:36 unassigned-hostname osmo-sgsn[22759]: <001b> gsn.c:431 GTP: gtp_newgsn() started at 127.0.0.1 May 17 03:03:36 unassigned-hostname osmo-sgsn[22759]: <001b> gsn.c:386 State information file (.//gsn_restart) not found. Creating new file. May 17 03:03:36 unassigned-hostname osmo-sgsn[22759]: <0004> sgsn_libgtp.c:918 Created GTP on 127.0.0.1 May 17 03:03:36 unassigned-hostname osmo-sgsn[22759]: <0004> sgsn_main.c:456 libGTP v1.11.0 initialized May 17 03:03:36 unassigned-hostname osmo-sgsn[22759]: <001a> control_if.c:1014 CTRL at 127.0.0.1 4251 May 17 03:03:36 unassigned-hostname osmo-sgsn[22759]: <001d> gsup_client.c:74 GSUP connecting to 127.0.0.1:4222 May 17 03:03:36 unassigned-hostname osmo-sgsn[22759]: <0020> sccp_user.c:536 OsmoSGSN: Creating SS7 instance May 17 03:03:36 unassigned-hostname osmo-sgsn[22759]: <0020> sccp_user.c:563 OsmoSGSN: Using SS7 instance 0, pc:0.23.4 May 17 03:03:36 unassigned-hostname osmo-sgsn[22759]: <0020> sccp_user.c:570 OsmoSGSN: Creating AS instance May 17 03:03:36 unassigned-hostname osmo-sgsn[22759]: <0020> sccp_user.c:581 OsmoSGSN: Using AS instance as-clnt-OsmoSGSN May 17 03:03:36 unassigned-hostname osmo-sgsn[22759]: <0020> sccp_user.c:587 OsmoSGSN: Creating default route May 17 03:03:36 unassigned-hostname osmo-sgsn[22759]: <0020> sccp_user.c:626 OsmoSGSN: No unassociated ASP for m3ua, creating new ASP asp-clnt-OsmoSGSN May 17 03:03:36 unassigned-hostname osmo-sgsn[22759]: <0020> sccp_user.c:695 OsmoSGSN: Using ASP instance asp-clnt-OsmoSGSN May 17 03:03:36 unassigned-hostname osmo-sgsn[22759]: <001f> osmo_ss7.c:416 0: Creating SCCP instance May 17 03:03:37 unassigned-hostname osmo-sgsn[22759]: <001d> gsup_client.c:74 GSUP connecting to 127.0.0.1:4222 May 17 03:03:38 unassigned-hostname osmo-sgsn[22759]: <0022> m3ua.c:625 0: asp-asp-clnt-OsmoSGSN: Received NOTIFY Type State Change:AS Inactive () May 17 03:03:38 unassigned-hostname osmo-sgsn[22759]: <001d> gsup_client.c:74 GSUP connecting to 127.0.0.1:4222 May 17 03:03:38 unassigned-hostname osmo-sgsn[22759]: <001f> xua_default_lm_fsm.c:400 xua_default_lm(asp-clnt-OsmoSGSN)[0x5597c67416e0]{ACTIVE}: Ignoring primitive M-ASP_ACTIVE.confirm May 17 03:03:38 unassigned-hostname osmo-sgsn[22759]: <0022> m3ua.c:625 0: asp-asp-clnt-OsmoSGSN: Received NOTIFY Type State Change:AS Active () May 17 03:03:38 unassigned-hostname osmo-sgsn[22759]: <0022> xua_snm.c:403 0: asp-asp-clnt-OsmoSGSN: Rx DAVA() for 0.23.3/0, May 17 03:03:39 unassigned-hostname osmo-sgsn[22759]: <001d> gsup_client.c:74 GSUP connecting to 127.0.0.1:4222 May 17 03:03:40 unassigned-hostname osmo-sgsn[22759]: <001d> gsup_client.c:74 GSUP connecting to 127.0.0.1:4222 May 17 03:03:41 unassigned-hostname osmo-sgsn[22759]: <001d> gsup_client.c:74 GSUP connecting to 127.0.0.1:4222 May 17 03:03:42 unassigned-hostname osmo-sgsn[22759]: <001d> gsup_client.c:74 GSUP connecting to 127.0.0.1:4222 May 17 03:03:43 unassigned-hostname osmo-sgsn[22759]: <001d> gsup_client.c:74 GSUP connecting to 127.0.0.1:4222 May 17 03:03:44 unassigned-hostname osmo-sgsn[22759]: <001d> gsup_client.c:74 GSUP connecting to 127.0.0.1:4222 May 17 03:03:45 unassigned-hostname osmo-sgsn[22759]: <0022> xua_snm.c:403 0: asp-asp-clnt-OsmoSGSN: Rx DAVA() for 0.23.1/0, May 17 03:03:45 unassigned-hostname osmo-sgsn[22759]: <001d> gsup_client.c:74 GSUP connecting to 127.0.0.1:4222 May 17 03:03:46 unassigned-hostname osmo-sgsn[22759]: <001d> gsup_client.c:74 GSUP connecting to 127.0.0.1:4222 May 17 03:03:47 unassigned-hostname osmo-sgsn[22759]: <001d> gsup_client.c:74 GSUP connecting to 127.0.0.1:4222 May 17 03:03:48 unassigned-hostname osmo-sgsn[22759]: <001d> gsup_client.c:74 GSUP connecting to 127.0.0.1:4222 May 17 03:03:48 unassigned-hostname osmo-sgsn[22759]: <0015> input/ipa.c:141 127.0.0.1:4222 connection done May 17 03:03:48 unassigned-hostname osmo-sgsn[22759]: <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; vendor preset: enabled) Active: active (running) since Fri 2024-05-17 03:03:22 EDT; 1min 9s ago Main PID: 22124 (osmo-sip-connec) Tasks: 1 (limit: 1129) Memory: 2.1M CPU: 21ms CGroup: /system.slice/osmo-sip-connector.service └─22124 /usr/bin/osmo-sip-connector -c /etc/osmocom/osmo-sip-connector.cfg May 17 03:03:22 unassigned-hostname systemd[1]: Started Osmo SIP Connector. May 17 03:03:22 unassigned-hostname osmo-sip-connector[22124]: <0004> telnet_interface.c:88 Available via telnet 127.0.0.1 4256 May 17 03:03:22 unassigned-hostname osmo-sip-connector[22124]: <0001> mncc.c:1083 Scheduling MNCC connect May 17 03:03:22 unassigned-hostname osmo-sip-connector[22124]: <0000> sip.c:729 su_source_port_create() returns 0x56454d5a5710 May 17 03:03:22 unassigned-hostname osmo-sip-connector[22124]: <0001> mncc.c:974 Failed to connect(/tmp/msc_mncc). Retrying May 17 03:03:27 unassigned-hostname osmo-sip-connector[22124]: <0001> mncc.c:974 Failed to connect(/tmp/msc_mncc). Retrying May 17 03:03:32 unassigned-hostname osmo-sip-connector[22124]: <0001> mncc.c:974 Failed to connect(/tmp/msc_mncc). Retrying May 17 03:03:37 unassigned-hostname osmo-sip-connector[22124]: <0001> mncc.c:974 Failed to connect(/tmp/msc_mncc). Retrying May 17 03:03:42 unassigned-hostname osmo-sip-connector[22124]: <0001> mncc.c:974 Failed to connect(/tmp/msc_mncc). Retrying May 17 03:03:47 unassigned-hostname osmo-sip-connector[22124]: <0001> mncc.c:974 Failed to connect(/tmp/msc_mncc). Retrying May 17 03:03:52 unassigned-hostname osmo-sip-connector[22124]: <0001> mncc.c:974 Failed to connect(/tmp/msc_mncc). Retrying May 17 03:03:57 unassigned-hostname osmo-sip-connector[22124]: <0001> mncc.c:974 Failed to connect(/tmp/msc_mncc). Retrying May 17 03:04:02 unassigned-hostname osmo-sip-connector[22124]: <0001> mncc.c:974 Failed to connect(/tmp/msc_mncc). Retrying May 17 03:04:07 unassigned-hostname osmo-sip-connector[22124]: <0001> mncc.c:974 Failed to connect(/tmp/msc_mncc). Retrying May 17 03:04:12 unassigned-hostname osmo-sip-connector[22124]: <0001> mncc.c:974 Failed to connect(/tmp/msc_mncc). Retrying May 17 03:04:17 unassigned-hostname osmo-sip-connector[22124]: <0001> mncc.c:974 Failed to connect(/tmp/msc_mncc). Retrying May 17 03:04:22 unassigned-hostname osmo-sip-connector[22124]: <0001> mncc.c:974 Failed to connect(/tmp/msc_mncc). Retrying May 17 03:04:27 unassigned-hostname osmo-sip-connector[22124]: <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; vendor preset: enabled) Active: active (running) since Fri 2024-05-17 03:03:22 EDT; 1min 8s ago Main PID: 22161 (osmo-smlc) Tasks: 1 (limit: 1129) Memory: 1.8M CPU: 12ms CGroup: /system.slice/osmo-smlc.service └─22161 /usr/bin/osmo-smlc -c /etc/osmocom/osmo-smlc.cfg May 17 03:03:22 unassigned-hostname systemd[1]: Started Osmocom Serving Mobile Location Center (SMLC). May 17 03:03:22 unassigned-hostname osmo-smlc[22161]: <0004> telnet_interface.c:88 Available via telnet 127.0.0.1 4271 May 17 03:03:22 unassigned-hostname osmo-smlc[22161]: <000b> control_if.c:1014 CTRL at 127.0.0.1 4272 May 17 03:03:22 unassigned-hostname osmo-smlc[22161]: <0011> sccp_user.c:536 Lb: Creating SS7 instance May 17 03:03:22 unassigned-hostname osmo-smlc[22161]: <0011> sccp_user.c:563 Lb: Using SS7 instance 0, pc:0.23.6 May 17 03:03:22 unassigned-hostname osmo-smlc[22161]: <0011> sccp_user.c:570 Lb: Creating AS instance May 17 03:03:22 unassigned-hostname osmo-smlc[22161]: <0011> sccp_user.c:581 Lb: Using AS instance as-clnt-Lb May 17 03:03:22 unassigned-hostname osmo-smlc[22161]: <0011> sccp_user.c:587 Lb: Creating default route May 17 03:03:22 unassigned-hostname osmo-smlc[22161]: <0011> sccp_user.c:626 Lb: No unassociated ASP for m3ua, creating new ASP asp-clnt-Lb May 17 03:03:22 unassigned-hostname osmo-smlc[22161]: <0011> sccp_user.c:695 Lb: Using ASP instance asp-clnt-Lb May 17 03:03:22 unassigned-hostname osmo-smlc[22161]: <0010> osmo_ss7.c:416 0: Creating SCCP instance May 17 03:03:34 unassigned-hostname osmo-smlc[22161]: <0013> m3ua.c:625 0: asp-asp-clnt-Lb: Received NOTIFY Type State Change:AS Inactive () May 17 03:03:34 unassigned-hostname osmo-smlc[22161]: <0010> xua_default_lm_fsm.c:400 xua_default_lm(asp-clnt-Lb)[0x55bc85497da0]{ACTIVE}: Ignoring primitive M-ASP_ACTIVE.confirm May 17 03:03:34 unassigned-hostname osmo-smlc[22161]: <0013> m3ua.c:625 0: asp-asp-clnt-Lb: Received NOTIFY Type State Change:AS Active () May 17 03:03:37 unassigned-hostname osmo-smlc[22161]: <0013> xua_snm.c:403 0: asp-asp-clnt-Lb: Rx DAVA() for 0.23.5/0, May 17 03:03:37 unassigned-hostname osmo-smlc[22161]: <0002> sccp_lb_inst.c:167 (Lb) sccp_lb_sap_up(N-PCSTATE.indication) unsupported May 17 03:03:38 unassigned-hostname osmo-smlc[22161]: <0013> xua_snm.c:403 0: asp-asp-clnt-Lb: Rx DAVA() for 0.23.4/0, May 17 03:03:38 unassigned-hostname osmo-smlc[22161]: <0002> sccp_lb_inst.c:167 (Lb) sccp_lb_sap_up(N-PCSTATE.indication) unsupported May 17 03:03:38 unassigned-hostname osmo-smlc[22161]: <0013> xua_snm.c:403 0: asp-asp-clnt-Lb: Rx DAVA() for 0.23.3/0, May 17 03:03:38 unassigned-hostname osmo-smlc[22161]: <0002> sccp_lb_inst.c:167 (Lb) sccp_lb_sap_up(N-PCSTATE.indication) unsupported May 17 03:03:45 unassigned-hostname osmo-smlc[22161]: <0013> xua_snm.c:403 0: asp-asp-clnt-Lb: Rx DAVA() for 0.23.1/0, May 17 03:03:45 unassigned-hostname osmo-smlc[22161]: <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; vendor preset: enabled) Active: active (running) since Fri 2024-05-17 03:03:32 EDT; 58s ago Docs: https://osmocom.org/projects/osmo-stp/wiki Main PID: 22517 (osmo-stp) Tasks: 1 (limit: 1129) Memory: 1.9M CPU: 12ms CGroup: /system.slice/osmo-stp.service └─22517 /usr/bin/osmo-stp -c /etc/osmocom/osmo-stp.cfg May 17 03:03:32 unassigned-hostname systemd[1]: Started Osmocom STP (Signal Transfer Point). May 17 03:03:32 unassigned-hostname osmo-stp[22517]: DLGLOBAL <0000> telnet_interface.c:88 Available via telnet 127.0.0.1 4239 May 17 03:03:32 unassigned-hostname osmo-stp[22517]: DLSS7 <000c> osmo_ss7_asp.c:799 0: asp-asp-dyn-0: ASP Restart for server not implemented yet! May 17 03:03:35 unassigned-hostname osmo-stp[22517]: DLSS7 <000c> osmo_ss7_asp.c:799 0: asp-asp-dyn-1: ASP Restart for server not implemented yet! May 17 03:03:36 unassigned-hostname osmo-stp[22517]: DLSS7 <000c> osmo_ss7_asp.c:799 0: asp-asp-dyn-2: ASP Restart for server not implemented yet! May 17 03:03:36 unassigned-hostname osmo-stp[22517]: DLSS7 <000c> osmo_ss7_asp.c:799 0: asp-asp-dyn-3: ASP Restart for server not implemented yet! May 17 03:03:40 unassigned-hostname osmo-stp[22517]: DLSS7 <000c> osmo_ss7_hmrt.c:266 MTP-TRANSFER.req for DPC 185: no route! May 17 03:03:41 unassigned-hostname osmo-stp[22517]: DLSS7 <000c> osmo_ss7_hmrt.c:266 MTP-TRANSFER.req for DPC 185: no route! May 17 03:03:43 unassigned-hostname osmo-stp[22517]: DLSS7 <000c> osmo_ss7_asp.c:799 0: asp-asp-dyn-4: ASP Restart for server not implemented yet! + 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 1662615 + rm -f _repo_install_test_data/temp.qcow2 Finished: SUCCESS