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/nightly/label/qemu The recommended git tool is: NONE No credentials specified Wiping out workspace first. Cloning the remote Git repository Cloning repository https://gerrit.osmocom.org/osmo-ci > git init /home/osmocom-build/jenkins/workspace/Osmocom-repo-install-debian11/feed/nightly/label/qemu # timeout=10 Fetching upstream changes from https://gerrit.osmocom.org/osmo-ci > git --version # timeout=10 > git --version # 'git version 2.39.2' > git fetch --tags --force --progress -- https://gerrit.osmocom.org/osmo-ci +refs/heads/*:refs/remotes/origin/* # timeout=10 > git config remote.origin.url https://gerrit.osmocom.org/osmo-ci # timeout=10 > git config --add remote.origin.fetch +refs/heads/*:refs/remotes/origin/* # timeout=10 Avoid second fetch Checking out Revision 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/jenkins3495853836877833662.sh + export FEED=nightly + 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/nightly/label/qemu + OSMO_GIT_URL_GITEA=https://gitea.osmocom.org + OSMO_GIT_URL_GERRIT=https://gerrit.osmocom.org + OSMO_RELEASE_REPOS= libasn1c libosmo-abis libosmo-gprs libosmo-netif libosmo-pfcp libosmo-sccp libosmocore libsmpp34 libusrp osmo-bsc osmo-bts osmo-cbc osmo-e1d osmo-gbproxy osmo-ggsn osmo-gsm-manuals osmo-hlr osmo-hnodeb osmo-hnbgw osmo-iuh osmo-mgw osmo-msc osmo-pcap osmo-pcu osmo-remsim osmo-sgsn osmo-sip-connector osmo-smlc osmo-sysmon osmo-trx osmo-uecups osmo-upf osmocom-bb simtrace2 + OSMO_BRANCH_DOCKER_PLAYGROUND=master + DOMAIN=downloads.osmocom.org + DISTRO=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=nightly + PROJ=osmocom:nightly + [ -z ] + TESTS= test_conflict install_repo_packages test_binaries services_check + [ -z ] + PROJ_CONFLICT=osmocom:latest + clean_up + [ -n ] + [ -e _repo_install_test_data/qemu.pid ] + rm -f _repo_install_test_data/temp.qcow2 + trap clean_up_trap EXIT INT TERM 0 + qemu_start + [ -n ] + prepare_img + dirname _repo_install_test_data/temp.qcow2 + mkdir -p _repo_install_test_data + get_backing_img_path + local ret= + ret=/opt/qemu/debian-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 (1662576 % 1000) + 22022 + bc + SSH_PORT=22598 + nc -z 127.0.0.1 22598 + echo 22598 + 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:22598-:22 -nodefaults -pidfile _repo_install_test_data/qemu.pid -serial stdio -smp 16 + cat _repo_install_test_data/qemu.pid + local pid=1662614 + seq 1 6 + [ -z 1662614 ] + kill -0 1662614 + TIMEOUT=10s qemu_ssh true + timeout 10s sshpass -p root ssh -p 22598 -o StrictHostKeyChecking=no -o UserKnownHostsFile=/dev/null root@127.0.0.1 -- true + sleep 1 + [ -z 1662614 ] + kill -0 1662614 + TIMEOUT=10s qemu_ssh true + timeout 10s sshpass -p root ssh -p 22598 -o StrictHostKeyChecking=no -o UserKnownHostsFile=/dev/null root@127.0.0.1 -- true Warning: Permanently added '[127.0.0.1]:22598' (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 22598 -o StrictHostKeyChecking=no -o UserKnownHostsFile=/dev/null root@127.0.0.1 -- rm -rf /repo-install-test/ Warning: Permanently added '[127.0.0.1]:22598' (ED25519) to the list of known hosts. + qemu_ssh mkdir /repo-install-test + timeout 1m sshpass -p root ssh -p 22598 -o StrictHostKeyChecking=no -o UserKnownHostsFile=/dev/null root@127.0.0.1 -- mkdir /repo-install-test Warning: Permanently added '[127.0.0.1]:22598' (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 22598 -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]:22598' (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 22598 -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]:22598' (ED25519) to the list of known hosts. + export DISTRO=debian11 + export DOMAIN=downloads.osmocom.org + export FEED=nightly + export PROJ=osmocom:nightly + export PROJ_CONFLICT=osmocom:latest + export SKIP_PREPARE_VM= + export TESTS= test_conflict install_repo_packages test_binaries services_check + /repo-install-test/run-inside.sh + SERVICES= osmo-bsc osmo-bts-virtual osmo-cbc osmo-e1d osmo-gbproxy osmo-ggsn osmo-gtphub osmo-hlr osmo-hnbgw osmo-hnodeb osmo-mgw osmo-msc osmo-pcap-client osmo-pcap-server osmo-pcu osmo-remsim-bankd osmo-remsim-server osmo-sgsn osmo-sip-connector osmo-smlc osmo-stp + SERVICES_NIGHTLY= osmo-bsc-nat + distro_obsdir + echo Debian_11 + DISTRO_OBSDIR=Debian_11 Checking feed: nightly Checking project: osmocom:nightly Checking conflicting project: osmocom:latest Linux distribution: debian11 Enabled tests: test_conflict install_repo_packages test_binaries services_check + check_env + [ -n nightly ] + echo Checking feed: nightly + [ -n osmocom:nightly ] + echo Checking project: osmocom:nightly + [ -n osmocom:latest ] + echo Checking conflicting project: osmocom:latest + [ -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 2s (10.1 MB/s) Reading package lists... + apt-get install -y --no-install-recommends aptitude ca-certificates gnupg2 wget Reading package lists... Building dependency tree... Reading state information... ca-certificates is already the newest version (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 (15.6 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:nightly + configure_osmocom_repo_debian osmocom:nightly + local proj=osmocom:nightly + proj_with_slashes osmocom:nightly + sed s.:.:/.g + echo osmocom:nightly Configuring Osmocom repository + local obs_repo=downloads.osmocom.org/packages/osmocom:/nightly/Debian_11/ + echo Configuring Osmocom repository + [ -e /tmp/Release.key ] + wget -O /tmp/Release.key https://obs.osmocom.org/projects/osmocom:nightly/public_key --2024-05-17 02:58:48-- https://obs.osmocom.org/projects/osmocom:nightly/public_key Resolving obs.osmocom.org (obs.osmocom.org)... 148.251.236.141, 2a01:4f8:201:344a::2 Connecting to obs.osmocom.org (obs.osmocom.org)|148.251.236.141|:443... connected. HTTP request sent, awaiting response... 200 OK Length: unspecified [application/octet-stream] Saving to: ‘/tmp/Release.key’ 0K . 48.5M=0s 2024-05-17 02:58:48 (48.5 MB/s) - ‘/tmp/Release.key’ saved [1422] + apt-key add /tmp/Release.key Warning: apt-key is deprecated. Manage keyring files in trusted.gpg.d instead (see apt-key(8)). OK + echo deb http://downloads.osmocom.org/packages/osmocom:/nightly/Debian_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 1s (299 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-nightly 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-nightly 0 upgraded, 15 newly installed, 0 to remove and 115 not upgraded. Need to get 1,310 kB of archives. After this operation, 2,973 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:/nightly/Debian_11 ./ osmocom-nightly 202405162026 [1,172 B] Get:2 https://downloads.osmocom.org/packages/osmocom:/nightly/Debian_11 ./ libosmocore21 1.9.0.198.0323.202405162026 [177 kB] Get:3 https://downloads.osmocom.org/packages/osmocom:/nightly/Debian_11 ./ libosmocodec4 1.9.0.198.0323.202405162026 [60.8 kB] Get:4 https://downloads.osmocom.org/packages/osmocom:/nightly/Debian_11 ./ libosmoisdn0 1.9.0.198.0323.202405162026 [80.3 kB] Get:5 https://downloads.osmocom.org/packages/osmocom:/nightly/Debian_11 ./ libosmogsm20 1.9.0.198.0323.202405162026 [235 kB] Get:6 https://downloads.osmocom.org/packages/osmocom:/nightly/Debian_11 ./ libosmocoding0 1.9.0.198.0323.202405162026 [81.3 kB] Get:7 https://downloads.osmocom.org/packages/osmocom:/nightly/Debian_11 ./ libosmovty13 1.9.0.198.0323.202405162026 [113 kB] Get:8 https://downloads.osmocom.org/packages/osmocom:/nightly/Debian_11 ./ libosmogb14 1.9.0.198.0323.202405162026 [187 kB] Get:9 https://downloads.osmocom.org/packages/osmocom:/nightly/Debian_11 ./ libosmoctrl0 1.9.0.198.0323.202405162026 [69.4 kB] Get:10 https://downloads.osmocom.org/packages/osmocom:/nightly/Debian_11 ./ libosmosim2 1.9.0.198.0323.202405162026 [73.3 kB] Get:11 https://downloads.osmocom.org/packages/osmocom:/nightly/Debian_11 ./ libosmousb0 1.9.0.198.0323.202405162026 [59.9 kB] Get:12 https://downloads.osmocom.org/packages/osmocom:/nightly/Debian_11 ./ libosmocore 1.9.0.198.0323.202405162026 [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,310 kB in 0s (21.4 MB/s) Selecting previously unselected package osmocom-nightly. (Reading database ... (Reading database ... 5% (Reading database ... 10% (Reading database ... 15% (Reading database ... 20% (Reading database ... 25% (Reading database ... 30% (Reading database ... 35% (Reading database ... 40% (Reading database ... 45% (Reading database ... 50% (Reading database ... 55% (Reading database ... 60% (Reading database ... 65% (Reading database ... 70% (Reading database ... 75% (Reading database ... 80% (Reading database ... 85% (Reading database ... 90% (Reading database ... 95% (Reading database ... 100% (Reading database ... 28372 files and directories currently installed.) Preparing to unpack .../00-osmocom-nightly_202405162026_amd64.deb ... Unpacking osmocom-nightly (202405162026) ... 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.0.198.0323.202405162026_amd64.deb ... Unpacking libosmocore21:amd64 (1.9.0.198.0323.202405162026) ... Selecting previously unselected package libosmocodec4:amd64. Preparing to unpack .../04-libosmocodec4_1.9.0.198.0323.202405162026_amd64.deb ... Unpacking libosmocodec4:amd64 (1.9.0.198.0323.202405162026) ... Selecting previously unselected package libosmoisdn0:amd64. Preparing to unpack .../05-libosmoisdn0_1.9.0.198.0323.202405162026_amd64.deb ... Unpacking libosmoisdn0:amd64 (1.9.0.198.0323.202405162026) ... Selecting previously unselected package libosmogsm20:amd64. Preparing to unpack .../06-libosmogsm20_1.9.0.198.0323.202405162026_amd64.deb ... Unpacking libosmogsm20:amd64 (1.9.0.198.0323.202405162026) ... Selecting previously unselected package libosmocoding0:amd64. Preparing to unpack .../07-libosmocoding0_1.9.0.198.0323.202405162026_amd64.deb ... Unpacking libosmocoding0:amd64 (1.9.0.198.0323.202405162026) ... Selecting previously unselected package libosmovty13:amd64. Preparing to unpack .../08-libosmovty13_1.9.0.198.0323.202405162026_amd64.deb ... Unpacking libosmovty13:amd64 (1.9.0.198.0323.202405162026) ... Selecting previously unselected package libosmogb14:amd64. Preparing to unpack .../09-libosmogb14_1.9.0.198.0323.202405162026_amd64.deb ... Unpacking libosmogb14:amd64 (1.9.0.198.0323.202405162026) ... Selecting previously unselected package libosmoctrl0:amd64. Preparing to unpack .../10-libosmoctrl0_1.9.0.198.0323.202405162026_amd64.deb ... Unpacking libosmoctrl0:amd64 (1.9.0.198.0323.202405162026) ... 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.0.198.0323.202405162026_amd64.deb ... Unpacking libosmosim2:amd64 (1.9.0.198.0323.202405162026) ... Selecting previously unselected package libosmousb0:amd64. Preparing to unpack .../13-libosmousb0_1.9.0.198.0323.202405162026_amd64.deb ... Unpacking libosmousb0:amd64 (1.9.0.198.0323.202405162026) ... Selecting previously unselected package libosmocore. Preparing to unpack .../14-libosmocore_1.9.0.198.0323.202405162026_amd64.deb ... Unpacking libosmocore (1.9.0.198.0323.202405162026) ... Setting up osmocom-nightly (202405162026) ... 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.0.198.0323.202405162026) ... Setting up libosmousb0:amd64 (1.9.0.198.0323.202405162026) ... Setting up libosmocodec4:amd64 (1.9.0.198.0323.202405162026) ... Setting up libosmovty13:amd64 (1.9.0.198.0323.202405162026) ... Setting up libosmoisdn0:amd64 (1.9.0.198.0323.202405162026) ... Setting up libosmogsm20:amd64 (1.9.0.198.0323.202405162026) ... Setting up libosmoctrl0:amd64 (1.9.0.198.0323.202405162026) ... Setting up libosmogb14:amd64 (1.9.0.198.0323.202405162026) ... Setting up libosmocoding0:amd64 (1.9.0.198.0323.202405162026) ... Setting up libosmosim2:amd64 (1.9.0.198.0323.202405162026) ... Setting up libosmocore (1.9.0.198.0323.202405162026) ... Processing triggers for libc-bin (2.31-13+deb11u2) ... + configure_osmocom_repo_debian_remove osmocom:nightly + local proj=osmocom:nightly + rm /etc/apt/sources.list.d/osmocom:nightly.list + configure_osmocom_repo_debian osmocom:latest + local proj=osmocom:latest + proj_with_slashes osmocom:latest + echo osmocom:latest + sed s.:.:/.g Configuring Osmocom repository + local obs_repo=downloads.osmocom.org/packages/osmocom:/latest/Debian_11/ + 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://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 0s (682 kB/s) Reading package lists... + + tee /tmp/out apt-get -y install osmo-mgw Reading package lists... Building dependency tree... Reading state information... Some packages could not be installed. This may mean that you have requested an impossible situation or if you are using the unstable distribution that some required packages have not yet been created or been moved out of Incoming. The following information may help to resolve the situation: The following packages have unmet dependencies: osmocom-nightly : Conflicts: osmocom-latest but 1.0.0 is to be installed E: Error, pkgProblemResolver::Resolve generated breaks, this may be caused by held packages. + [ -e /tmp/fail ] + find_patterns_or_exit /tmp/out requested an impossible situation ^The following packages have unmet dependencies: + local file=/tmp/out + local pattern + shift + grep -q requested an impossible situation /tmp/out + continue + grep -q ^The following packages have unmet dependencies: /tmp/out + continue + find_patterns_or_exit /tmp/out Conflicts: osmocom- + local file=/tmp/out + local pattern + shift + grep -q Conflicts: osmocom- /tmp/out + continue + configure_osmocom_repo_debian_remove osmocom:latest + local proj=osmocom:latest + rm /etc/apt/sources.list.d/osmocom:latest.list + configure_osmocom_repo_debian osmocom:nightly + local proj=osmocom:nightly + proj_with_slashes osmocom:nightly + echo osmocom:nightly + sed s.:.:/.g + local obs_repo=downloads.osmocom.org/packages/osmocom:/nightly/Debian_11/ + echo Configuring Osmocom repository 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 (644 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:nightly.*) ?architecture(native) + sort + packages=abisip-find 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 libosmo-csn1-0 libosmo-csn1-dbg libosmo-csn1-dev 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 libosmo-gprs-gmm0 libosmo-gprs-gmm-dbg libosmo-gprs-gmm-dev libosmo-gprs-llc0 libosmo-gprs-llc-dbg libosmo-gprs-llc-dev libosmo-gprs-rlcmac0 libosmo-gprs-rlcmac-dbg libosmo-gprs-rlcmac-dev libosmo-gprs-sm0 libosmo-gprs-sm-dbg libosmo-gprs-sm-dev libosmo-gprs-sndcp0 libosmo-gprs-sndcp-dbg libosmo-gprs-sndcp-dev libosmogsm20 libosmogsm-doc libosmo-gsup-client0 libosmo-gsup-client-dev libosmo-gtlv1 libosmo-gtlv-dbg libosmo-gtlv-dev libosmo-hnbap0 libosmo-hnbap-dbg libosmo-hnbap-dev libosmoisdn0 libosmoisdn-doc libosmo-mgcp-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-bsc-nat osmo-bsc-nat-dbg osmo-bsc-nat-doc osmo-bts osmo-bts-doc osmo-bts-trx osmo-bts-trx-dbg osmo-bts-virtual osmo-bts-virtual-dbg osmo-cbc osmo-cbc-dbg osmo-cbc-doc osmo-cbc-utils osmocom-nightly 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-apitool osmo-remsim-bankd osmo-remsim-bankd-dbgsym osmo-remsim-client-shell osmo-remsim-client-shell-dbgsym osmo-remsim-client-st2 osmo-remsim-client-st2-dbgsym osmo-remsim-doc osmo-remsim-server osmo-remsim-server-dbgsym osmo-sgsn osmo-sgsn-dbg osmo-sgsn-doc osmo-sip-connector osmo-sip-connector-dbg osmo-sip-connector-doc osmo-smlc osmo-smlc-dbg osmo-smlc-doc osmo-stp osmo-stp-dbg osmo-stp-doc osmo-sysmon osmo-sysmon-dbg osmo-trx osmo-trx-dbg osmo-trx-doc osmo-trx-ipc osmo-trx-lms osmo-trx-ms-blade osmo-trx-uhd osmo-trx-usrp1 osmo-uecups osmo-uecups-dbgsym osmo-upf osmo-upf-dbg osmo-upf-doc python3-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 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 libosmo-csn1-0 libosmo-csn1-dbg libosmo-csn1-dev 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 libosmo-gprs-gmm0 libosmo-gprs-gmm-dbg libosmo-gprs-gmm-dev libosmo-gprs-llc0 libosmo-gprs-llc-dbg libosmo-gprs-llc-dev libosmo-gprs-rlcmac0 libosmo-gprs-rlcmac-dbg libosmo-gprs-rlcmac-dev libosmo-gprs-sm0 libosmo-gprs-sm-dbg libosmo-gprs-sm-dev libosmo-gprs-sndcp0 libosmo-gprs-sndcp-dbg libosmo-gprs-sndcp-dev libosmogsm20 libosmogsm-doc libosmo-gsup-client0 libosmo-gsup-client-dev libosmo-gtlv1 libosmo-gtlv-dbg libosmo-gtlv-dev libosmo-hnbap0 libosmo-hnbap-dbg libosmo-hnbap-dev libosmoisdn0 libosmoisdn-doc libosmo-mgcp-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-bsc-nat osmo-bsc-nat-dbg osmo-bsc-nat-doc osmo-bts osmo-bts-doc osmo-bts-trx osmo-bts-trx-dbg osmo-bts-virtual osmo-bts-virtual-dbg osmo-cbc osmo-cbc-dbg osmo-cbc-doc osmo-cbc-utils osmocom-nightly 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-apitool osmo-remsim-bankd osmo-remsim-bankd-dbgsym osmo-remsim-client-shell osmo-remsim-client-shell-dbgsym osmo-remsim-client-st2 osmo-remsim-client-st2-dbgsym osmo-remsim-doc osmo-remsim-server osmo-remsim-server-dbgsym osmo-sgsn osmo-sgsn-dbg osmo-sgsn-doc osmo-sip-connector osmo-sip-connector-dbg osmo-sip-connector-doc osmo-smlc osmo-smlc-dbg osmo-smlc-doc osmo-stp osmo-stp-dbg osmo-stp-doc osmo-sysmon osmo-sysmon-dbg osmo-trx osmo-trx-dbg osmo-trx-doc osmo-trx-ipc osmo-trx-lms osmo-trx-ms-blade osmo-trx-uhd osmo-trx-usrp1 osmo-uecups osmo-uecups-dbgsym osmo-upf osmo-upf-dbg osmo-upf-doc python3-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 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 libosmo-csn1-0 + echo libosmo-csn1-dbg + echo libosmo-csn1-dev + echo libosmoctrl0 + echo libosmoctrl-doc + echo libosmodsp0 + echo libosmodsp-dbg + echo libosmodsp-dev + echo libosmodsp-doc + echo libosmo-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 libosmo-gprs-gmm0 + echo libosmo-gprs-gmm-dbg + echo libosmo-gprs-gmm-dev + echo libosmo-gprs-llc0 + echo libosmo-gprs-llc-dbg + echo libosmo-gprs-llc-dev + echo libosmo-gprs-rlcmac0 + echo libosmo-gprs-rlcmac-dbg + echo libosmo-gprs-rlcmac-dev + echo libosmo-gprs-sm0 + echo libosmo-gprs-sm-dbg + echo libosmo-gprs-sm-dev + echo libosmo-gprs-sndcp0 + echo libosmo-gprs-sndcp-dbg + echo libosmo-gprs-sndcp-dev + echo libosmogsm20 + echo libosmogsm-doc + echo libosmo-gsup-client0 + echo libosmo-gsup-client-dev + echo libosmo-gtlv1 + echo libosmo-gtlv-dbg + echo libosmo-gtlv-dev + echo libosmo-hnbap0 + echo libosmo-hnbap-dbg + echo libosmo-hnbap-dev + echo libosmoisdn0 + echo libosmoisdn-doc + echo libosmo-mgcp-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-bsc-nat + echo osmo-bsc-nat-dbg + echo osmo-bsc-nat-doc + echo osmo-bts + echo osmo-bts-doc + echo osmo-bts-trx + echo osmo-bts-trx-dbg + echo osmo-bts-virtual + echo osmo-bts-virtual-dbg + echo osmo-cbc + echo osmo-cbc-dbg + echo osmo-cbc-doc + echo osmo-cbc-utils + echo osmocom-nightly + 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-apitool + echo osmo-remsim-bankd + echo osmo-remsim-bankd-dbgsym + echo osmo-remsim-client-shell + echo osmo-remsim-client-shell-dbgsym + echo osmo-remsim-client-st2 + echo osmo-remsim-client-st2-dbgsym + echo osmo-remsim-doc + echo osmo-remsim-server + echo osmo-remsim-server-dbgsym + echo osmo-sgsn + echo osmo-sgsn-dbg + echo osmo-sgsn-doc + echo osmo-sip-connector + echo osmo-sip-connector-dbg + echo osmo-sip-connector-doc + echo osmo-smlc + echo osmo-smlc-dbg + echo osmo-smlc-doc + echo osmo-stp + echo osmo-stp-dbg + echo osmo-stp-doc + echo osmo-sysmon + echo osmo-sysmon-dbg + echo osmo-trx + echo osmo-trx-dbg + echo osmo-trx-doc + echo osmo-trx-ipc + echo osmo-trx-lms + echo osmo-trx-ms-blade + echo osmo-trx-uhd + echo osmo-trx-usrp1 + echo osmo-uecups + echo osmo-uecups-dbgsym + echo osmo-upf + echo osmo-upf-dbg + echo osmo-upf-doc + echo python3-osmopy-libs + echo python3-osmopy-utils + echo rebar3 + echo rtl-sdr + echo simtrace2-firmware + echo simtrace2-utils + echo simtrace2-utils-dbgsym + echo uwsc + echo uwsc-dbgsym + packages=abisip-find 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 libosmo-csn1-0 libosmo-csn1-dbg libosmo-csn1-dev 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 libosmo-gprs-gmm0 libosmo-gprs-gmm-dbg libosmo-gprs-gmm-dev libosmo-gprs-llc0 libosmo-gprs-llc-dbg libosmo-gprs-llc-dev libosmo-gprs-rlcmac0 libosmo-gprs-rlcmac-dbg libosmo-gprs-rlcmac-dev libosmo-gprs-sm0 libosmo-gprs-sm-dbg libosmo-gprs-sm-dev libosmo-gprs-sndcp0 libosmo-gprs-sndcp-dbg libosmo-gprs-sndcp-dev libosmogsm20 libosmogsm-doc libosmo-gsup-client0 libosmo-gsup-client-dev libosmo-gtlv1 libosmo-gtlv-dbg libosmo-gtlv-dev libosmo-hnbap0 libosmo-hnbap-dbg libosmo-hnbap-dev libosmoisdn0 libosmoisdn-doc libosmo-mgcp-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-bsc-nat osmo-bsc-nat-dbg osmo-bsc-nat-doc osmo-bts osmo-bts-doc osmo-bts-trx osmo-bts-trx-dbg osmo-bts-virtual osmo-bts-virtual-dbg osmo-cbc osmo-cbc-dbg osmo-cbc-doc osmo-cbc-utils osmocom-nightly 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-apitool osmo-remsim-bankd osmo-remsim-bankd-dbgsym osmo-remsim-client-shell osmo-remsim-client-shell-dbgsym osmo-remsim-client-st2 osmo-remsim-client-st2-dbgsym osmo-remsim-doc osmo-remsim-server osmo-remsim-server-dbgsym osmo-sgsn osmo-sgsn-dbg osmo-sgsn-doc osmo-sip-connector osmo-sip-connector-dbg osmo-sip-connector-doc osmo-smlc osmo-smlc-dbg osmo-smlc-doc osmo-stp osmo-stp-dbg osmo-stp-doc osmo-sysmon osmo-sysmon-dbg osmo-trx osmo-trx-dbg osmo-trx-doc osmo-trx-ipc osmo-trx-lms osmo-trx-ms-blade osmo-trx-uhd osmo-trx-usrp1 osmo-uecups osmo-uecups-dbgsym osmo-upf osmo-upf-dbg osmo-upf-doc python3-osmopy-libs python3-osmopy-utils rebar3 rtl-sdr simtrace2-firmware simtrace2-utils simtrace2-utils-dbgsym uwsc uwsc-dbgsym + apt-get install -y --no-install-recommends -- abisip-find 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 libosmo-csn1-0 libosmo-csn1-dbg libosmo-csn1-dev 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 libosmo-gprs-gmm0 libosmo-gprs-gmm-dbg libosmo-gprs-gmm-dev libosmo-gprs-llc0 libosmo-gprs-llc-dbg libosmo-gprs-llc-dev libosmo-gprs-rlcmac0 libosmo-gprs-rlcmac-dbg libosmo-gprs-rlcmac-dev libosmo-gprs-sm0 libosmo-gprs-sm-dbg libosmo-gprs-sm-dev libosmo-gprs-sndcp0 libosmo-gprs-sndcp-dbg libosmo-gprs-sndcp-dev libosmogsm20 libosmogsm-doc libosmo-gsup-client0 libosmo-gsup-client-dev libosmo-gtlv1 libosmo-gtlv-dbg libosmo-gtlv-dev libosmo-hnbap0 libosmo-hnbap-dbg libosmo-hnbap-dev libosmoisdn0 libosmoisdn-doc libosmo-mgcp-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-bsc-nat osmo-bsc-nat-dbg osmo-bsc-nat-doc osmo-bts osmo-bts-doc osmo-bts-trx osmo-bts-trx-dbg osmo-bts-virtual osmo-bts-virtual-dbg osmo-cbc osmo-cbc-dbg osmo-cbc-doc osmo-cbc-utils osmocom-nightly 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-apitool osmo-remsim-bankd osmo-remsim-bankd-dbgsym osmo-remsim-client-shell osmo-remsim-client-shell-dbgsym osmo-remsim-client-st2 osmo-remsim-client-st2-dbgsym osmo-remsim-doc osmo-remsim-server osmo-remsim-server-dbgsym osmo-sgsn osmo-sgsn-dbg osmo-sgsn-doc osmo-sip-connector osmo-sip-connector-dbg osmo-sip-connector-doc osmo-smlc osmo-smlc-dbg osmo-smlc-doc osmo-stp osmo-stp-dbg osmo-stp-doc osmo-sysmon osmo-sysmon-dbg osmo-trx osmo-trx-dbg osmo-trx-doc osmo-trx-ipc osmo-trx-lms osmo-trx-ms-blade osmo-trx-uhd osmo-trx-usrp1 osmo-uecups osmo-uecups-dbgsym osmo-upf osmo-upf-dbg osmo-upf-doc python3-osmopy-libs python3-osmopy-utils rebar3 rtl-sdr simtrace2-firmware simtrace2-utils simtrace2-utils-dbgsym uwsc uwsc-dbgsym Reading package lists... Building dependency tree... Reading state information... libosmocodec4 is already the newest version (1.9.0.198.0323.202405162026). libosmocodec4 set to manually installed. libosmocoding0 is already the newest version (1.9.0.198.0323.202405162026). libosmocoding0 set to manually installed. libosmocore is already the newest version (1.9.0.198.0323.202405162026). libosmocore21 is already the newest version (1.9.0.198.0323.202405162026). libosmocore21 set to manually installed. libosmoctrl0 is already the newest version (1.9.0.198.0323.202405162026). libosmoctrl0 set to manually installed. libosmogb14 is already the newest version (1.9.0.198.0323.202405162026). libosmogb14 set to manually installed. libosmogsm20 is already the newest version (1.9.0.198.0323.202405162026). libosmogsm20 set to manually installed. libosmoisdn0 is already the newest version (1.9.0.198.0323.202405162026). libosmoisdn0 set to manually installed. libosmosim2 is already the newest version (1.9.0.198.0323.202405162026). libosmosim2 set to manually installed. libosmousb0 is already the newest version (1.9.0.198.0323.202405162026). libosmousb0 set to manually installed. libosmovty13 is already the newest version (1.9.0.198.0323.202405162026). libosmovty13 set to manually installed. osmocom-nightly is already the newest version (202405162026). osmocom-nightly set to manually installed. The following additional packages will be installed: adwaita-icon-theme asciidoc asciidoc-base asciidoc-common asciidoc-dblatex 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 fontconfig fontconfig-config fonts-dejavu-core fonts-gfs-baskerville fonts-gfs-porson fonts-lmodern glib-networking glib-networking-common glib-networking-services graphviz gsettings-desktop-schemas gtk-update-icon-cache hicolor-icon-theme libann0 libapache-pom-java libatk-bridge2.0-0 libatk1.0-0 libatk1.0-data libatspi2.0-0 libavahi-client3 libavahi-common-data libavahi-common3 libbctoolbox1 libbladerf2 libboost-chrono1.74.0 libboost-filesystem1.74.0 libboost-regex1.74.0 libboost-serialization1.74.0 libboost-thread1.74.0 libc-ares2 libc-dev-bin libc6 libc6-dev libcairo-gobject2 libcairo2 libcdk5nc6 libcdt5 libcgraph6 libcolord2 libcommons-logging-java libcommons-parent-java libcrypt-dev libcsv3 libcups2 libdatrie1 libdbd-sqlite3 libdbi1 libdbus-1-3 libdconf1 libdeflate0 libdpkg-perl libdrm-amdgpu1 libdrm-common libdrm-intel1 libdrm-nouveau2 libdrm-radeon1 libdrm2 libepoxy0 libfftw3-single3 libfontbox-java libfontconfig1 libfontenc1 libfribidi0 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 libidn11 libimagequant0 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 libltdl7 libmbedcrypto3 libmbedtls12 libmbedx509-0 libmicrohttpd12 libmime-charset-perl libmnl-dev libmpfr6 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 libpcap0.8 libpciaccess0 libpdfbox-java libpgm-5.3-0 libpixman-1-0 libproxy1v5 libptexenc1 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 libsynctex2 libtalloc-dev libteckit0 libtexlua53 libtexluajit2 libthai-data libthai0 libtiff5 libtirpc-common libtirpc-dev libtirpc3 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-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 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 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 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 gsfonts graphviz-doc bladerf-firmware bladerf-fpga glibc-doc manpages-dev colord libavalon-framework-java libcommons-logging-java-doc libexcalibur-logkit-java liblog4j1.2-java cups-common debian-keyring gcc | c-compiler binutils patch git bzr libfftw3-bin libfftw3-dev libgd-tools gvfs pcsc-tools liblcms2-utils libencode-hanextra-perl libpod2-base-perl libmyodbc odbc-postgresql tdsodbc unixodbc-bin lm-sensors sgmls-doc sofia-sip-doc gnuradio 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 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 fonts-liberation at-spi2-core bladerf 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 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 dblatex 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 fontconfig fontconfig-config fonts-dejavu-core fonts-gfs-baskerville fonts-gfs-porson fonts-lmodern 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 libann0 libapache-pom-java libasn1c-dbg libasn1c-dev libasn1c1 libatk-bridge2.0-0 libatk1.0-0 libatk1.0-data libatspi2.0-0 libavahi-client3 libavahi-common-data libavahi-common3 libbctoolbox1 libbladerf2 libboost-chrono1.74.0 libboost-filesystem1.74.0 libboost-regex1.74.0 libboost-serialization1.74.0 libboost-thread1.74.0 libc-ares2 libc-dev-bin libc6-dev libcairo-gobject2 libcairo2 libcdk5nc6 libcdt5 libcgraph6 libcolord2 libcommons-logging-java libcommons-parent-java libcrypt-dev libcsv3 libcups2 libdatrie1 libdbd-sqlite3 libdbi1 libdconf1 libdeflate0 libdpkg-perl libdrm-amdgpu1 libdrm-common libdrm-intel1 libdrm-nouveau2 libdrm-radeon1 libdrm2 libepoxy0 libfftw3-single3 libfontbox-java libfontconfig1 libfontenc1 libfribidi0 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 libidn11 libifd-osmo-remsim-client0 libifd-osmo-remsim-client0-dbgsym libimagequant0 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 libltdl7 libmbedcrypto3 libmbedtls12 libmbedx509-0 libmicrohttpd12 libmime-charset-perl libmnl-dev libmpfr6 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-csn1-0 libosmo-csn1-dbg libosmo-csn1-dev libosmo-e1d-dev libosmo-e1d1 libosmo-e1d1-dbgsym libosmo-fl2k-dev libosmo-fl2k0 libosmo-fl2k0-dbgsym libosmo-gprs-gmm-dbg libosmo-gprs-gmm-dev libosmo-gprs-gmm0 libosmo-gprs-llc-dbg libosmo-gprs-llc-dev libosmo-gprs-llc0 libosmo-gprs-rlcmac-dbg libosmo-gprs-rlcmac-dev libosmo-gprs-rlcmac0 libosmo-gprs-sm-dbg libosmo-gprs-sm-dev libosmo-gprs-sm0 libosmo-gprs-sndcp-dbg libosmo-gprs-sndcp-dev libosmo-gprs-sndcp0 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 libpcap0.8 libpciaccess0 libpdfbox-java libpgm-5.3-0 libpixman-1-0 libproxy1v5 libptexenc1 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 libsynctex2 libtalloc-dev libteckit0 libtexlua53 libtexluajit2 libthai-data libthai0 libtiff5 libtirpc-dev 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-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 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-bsc-nat osmo-bsc-nat-dbg osmo-bsc-nat-doc osmo-bts osmo-bts-doc osmo-bts-trx osmo-bts-trx-dbg osmo-bts-virtual osmo-bts-virtual-dbg osmo-cbc osmo-cbc-dbg osmo-cbc-doc osmo-cbc-utils 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-apitool osmo-remsim-bankd osmo-remsim-bankd-dbgsym osmo-remsim-client-shell osmo-remsim-client-shell-dbgsym osmo-remsim-client-st2 osmo-remsim-client-st2-dbgsym osmo-remsim-doc osmo-remsim-server osmo-remsim-server-dbgsym osmo-sgsn osmo-sgsn-dbg osmo-sgsn-doc osmo-sip-connector osmo-sip-connector-dbg osmo-sip-connector-doc osmo-smlc osmo-smlc-dbg osmo-smlc-doc osmo-stp osmo-stp-dbg osmo-stp-doc osmo-sysmon osmo-sysmon-dbg osmo-trx osmo-trx-dbg osmo-trx-doc osmo-trx-ipc osmo-trx-lms osmo-trx-ms-blade osmo-trx-uhd osmo-trx-usrp1 osmo-uecups osmo-uecups-dbgsym osmo-upf osmo-upf-dbg osmo-upf-doc 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 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 libc6 libdbus-1-3 libnftables1 libnftnl11 libtirpc-common libtirpc3 libx11-6 nftables 9 upgraded, 540 newly installed, 0 to remove and 106 not upgraded. Need to get 576 MB of archives. After this operation, 1,467 MB of additional disk space will be used. Get:21 http://deb.debian.org/debian bullseye/main amd64 dbus amd64 1.12.28-0+deb11u1 [244 kB] Get:22 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:/nightly/Debian_11 ./ libosmo-rspro2 1.0.0.61.06a1.202405162026 [63.8 kB] Get:81 http://deb.debian.org/debian bullseye/main amd64 libdbus-1-3 amd64 1.12.28-0+deb11u1 [223 kB] Get:89 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:/nightly/Debian_11 ./ libosmoabis13 1.5.1.12.6222.202405162026 [74.1 kB] Get:90 http://deb.debian.org/debian bullseye/main amd64 sgml-base all 1.30 [15.1 kB] Get:91 http://deb.debian.org/debian bullseye/main amd64 tex-common all 6.16 [53.7 kB] Get:112 http://deb.debian.org/debian bullseye/main amd64 libtirpc-common all 1.3.1-1+deb11u1 [13.5 kB] Get:113 http://deb.debian.org/debian bullseye/main amd64 libtirpc3 amd64 1.3.1-1+deb11u1 [84.1 kB] Get:114 http://deb.debian.org/debian bullseye/main amd64 hicolor-icon-theme all 0.17-2 [11.4 kB] Get:3 https://downloads.osmocom.org/packages/osmocom:/nightly/Debian_11 ./ libifd-osmo-remsim-client0 1.0.0.61.06a1.202405162026 [35.7 kB] Get:4 https://downloads.osmocom.org/packages/osmocom:/nightly/Debian_11 ./ libnftnl11 1.2.5-1 [64.3 kB] Get:125 http://deb.debian.org/debian bullseye/main amd64 libgdk-pixbuf2.0-common all 2.42.2+dfsg-1+deb11u1 [320 kB] Get:126 http://deb.debian.org/debian bullseye/main amd64 libjpeg62-turbo amd64 1:2.0.6-4 [151 kB] Get:127 http://deb.debian.org/debian bullseye/main amd64 libdeflate0 amd64 1.7-1 [53.1 kB] Get:128 http://deb.debian.org/debian bullseye/main amd64 libjbig0 amd64 2.1-3.1+b2 [31.0 kB] Get:129 http://deb.debian.org/debian bullseye/main amd64 libwebp6 amd64 0.6.1-2.1+deb11u2 [259 kB] Get:5 https://downloads.osmocom.org/packages/osmocom:/nightly/Debian_11 ./ nftables 1.0.6-2 [73.5 kB] Get:6 https://downloads.osmocom.org/packages/osmocom:/nightly/Debian_11 ./ libnftables1 1.0.6-2 [299 kB] Get:139 http://deb.debian.org/debian bullseye/main amd64 libtiff5 amd64 4.2.0-1+deb11u5 [290 kB] Get:145 http://deb.debian.org/debian bullseye/main amd64 libgdk-pixbuf-2.0-0 amd64 2.42.2+dfsg-1+deb11u1 [147 kB] Get:146 http://deb.debian.org/debian bullseye/main amd64 gtk-update-icon-cache amd64 3.24.24-4+deb11u3 [88.4 kB] Get:147 http://deb.debian.org/debian bullseye/main amd64 adwaita-icon-theme all 3.38.0-1 [10.9 MB] Get:7 https://downloads.osmocom.org/packages/osmocom:/nightly/Debian_11 ./ gtp-echo-responder 1.11.0.30.5758.202405162026 [24.7 kB] Get:8 https://downloads.osmocom.org/packages/osmocom:/nightly/Debian_11 ./ libgtp6 1.11.0.30.5758.202405162026 [41.5 kB] Get:9 https://downloads.osmocom.org/packages/osmocom:/nightly/Debian_11 ./ libgtp-dev 1.11.0.30.5758.202405162026 [141 kB] Get:243 http://security.debian.org/debian-security bullseye-security/main amd64 libc-dev-bin amd64 2.31-13+deb11u10 [276 kB] Get:255 http://security.debian.org/debian-security bullseye-security/main amd64 linux-libc-dev amd64 5.10.216-1 [1,725 kB] Get:10 https://downloads.osmocom.org/packages/osmocom:/nightly/Debian_11 ./ libgtpnl0 1.2.5.28.a2dd.202405162026 [8,176 B] Get:11 https://downloads.osmocom.org/packages/osmocom:/nightly/Debian_11 ./ libgtpnl-dev 1.2.5.28.a2dd.202405162026 [3,756 B] Get:256 http://security.debian.org/debian-security bullseye-security/main amd64 libc6-dev amd64 2.31-13+deb11u10 [2,362 kB] Get:12 https://downloads.osmocom.org/packages/osmocom:/nightly/Debian_11 ./ libifd-osmo-remsim-client0-dbgsym 1.0.0.61.06a1.202405162026 [64.8 kB] Get:13 https://downloads.osmocom.org/packages/osmocom:/nightly/Debian_11 ./ liblimesuite23.11-1 23.11.0.4.9dce.202405162026 [275 kB] Get:14 https://downloads.osmocom.org/packages/osmocom:/nightly/Debian_11 ./ libnftables-dev 1.0.6-2 [16.2 kB] Get:15 https://downloads.osmocom.org/packages/osmocom:/nightly/Debian_11 ./ libnftables1-dbgsym 1.0.6-2 [864 kB] Get:16 https://downloads.osmocom.org/packages/osmocom:/nightly/Debian_11 ./ libnftnl-dev 1.2.5-1 [88.6 kB] Get:17 https://downloads.osmocom.org/packages/osmocom:/nightly/Debian_11 ./ libnftnl-dev-doc 1.2.5-1 [269 kB] Get:18 https://downloads.osmocom.org/packages/osmocom:/nightly/Debian_11 ./ libnftnl11-dbgsym 1.2.5-1 [253 kB] Get:19 https://downloads.osmocom.org/packages/osmocom:/nightly/Debian_11 ./ libosmotrau2 1.5.1.12.6222.202405162026 [30.6 kB] Get:20 https://downloads.osmocom.org/packages/osmocom:/nightly/Debian_11 ./ libosmo-abis 1.5.1.12.6222.202405162026 [9,676 B] Get:23 https://downloads.osmocom.org/packages/osmocom:/nightly/Debian_11 ./ libosmo-abis-dev 1.5.1.12.6222.202405162026 [112 kB] Get:24 https://downloads.osmocom.org/packages/osmocom:/nightly/Debian_11 ./ libosmo-csn1-0 0.1.0.202405162026 [18.8 kB] Get:25 https://downloads.osmocom.org/packages/osmocom:/nightly/Debian_11 ./ libosmo-csn1-dbg 0.1.0.202405162026 [39.8 kB] Get:26 https://downloads.osmocom.org/packages/osmocom:/nightly/Debian_11 ./ libosmo-csn1-dev 0.1.0.202405162026 [60.0 kB] Get:27 https://downloads.osmocom.org/packages/osmocom:/nightly/Debian_11 ./ libosmo-e1d1 0.6.0.20.71a2.202405162026 [13.7 kB] Get:28 https://downloads.osmocom.org/packages/osmocom:/nightly/Debian_11 ./ libosmo-e1d1-dbgsym 0.6.0.20.71a2.202405162026 [25.7 kB] Get:29 https://downloads.osmocom.org/packages/osmocom:/nightly/Debian_11 ./ libosmo-fl2k0 0.2.0.1.6c81.202405162026 [10.6 kB] Get:30 https://downloads.osmocom.org/packages/osmocom:/nightly/Debian_11 ./ libosmo-fl2k-dev 0.2.0.1.6c81.202405162026 [11.7 kB] Get:31 https://downloads.osmocom.org/packages/osmocom:/nightly/Debian_11 ./ libosmo-fl2k0-dbgsym 0.2.0.1.6c81.202405162026 [20.3 kB] Get:32 https://downloads.osmocom.org/packages/osmocom:/nightly/Debian_11 ./ libosmo-gprs-llc0 0.1.0.202405162026 [25.6 kB] Get:33 https://downloads.osmocom.org/packages/osmocom:/nightly/Debian_11 ./ libosmo-gprs-gmm0 0.1.0.202405162026 [85.9 kB] Get:34 https://downloads.osmocom.org/packages/osmocom:/nightly/Debian_11 ./ libosmo-gprs-gmm-dbg 0.1.0.202405162026 [2,084 B] Get:35 https://downloads.osmocom.org/packages/osmocom:/nightly/Debian_11 ./ libosmo-gprs-gmm-dev 0.1.0.202405162026 [107 kB] Get:36 https://downloads.osmocom.org/packages/osmocom:/nightly/Debian_11 ./ libosmo-gprs-llc-dbg 0.1.0.202405162026 [79.3 kB] Get:37 https://downloads.osmocom.org/packages/osmocom:/nightly/Debian_11 ./ libosmo-gprs-llc-dev 0.1.0.202405162026 [109 kB] Get:38 https://downloads.osmocom.org/packages/osmocom:/nightly/Debian_11 ./ libosmo-gprs-rlcmac0 0.1.0.202405162026 [84.5 kB] Get:39 https://downloads.osmocom.org/packages/osmocom:/nightly/Debian_11 ./ libosmo-gprs-rlcmac-dbg 0.1.0.202405162026 [525 kB] Get:257 http://deb.debian.org/debian bullseye/main amd64 asciidoc-common all 9.0.0~rc2-1 [286 kB] Get:258 http://deb.debian.org/debian bullseye/main amd64 libxml2-utils amd64 2.9.10+dfsg-6.7+deb11u4 [109 kB] Get:259 http://deb.debian.org/debian bullseye/main amd64 libxslt1.1 amd64 1.1.34-4+deb11u1 [240 kB] Get:40 https://downloads.osmocom.org/packages/osmocom:/nightly/Debian_11 ./ libosmo-gprs-rlcmac-dev 0.1.0.202405162026 [595 kB] Get:260 http://deb.debian.org/debian bullseye/main amd64 xsltproc amd64 1.1.34-4+deb11u1 [124 kB] Get:261 http://deb.debian.org/debian bullseye/main amd64 asciidoc-base all 9.0.0~rc2-1 [135 kB] Get:262 http://deb.debian.org/debian bullseye/main amd64 asciidoc all 9.0.0~rc2-1 [59.0 kB] Get:263 http://deb.debian.org/debian bullseye/main amd64 xml-core all 0.18+nmu1 [23.8 kB] Get:264 http://deb.debian.org/debian bullseye/main amd64 sgml-data all 2.0.11+nmu1 [179 kB] Get:265 http://deb.debian.org/debian bullseye/main amd64 docbook-xml all 4.5-9 [84.4 kB] Get:266 http://deb.debian.org/debian bullseye/main amd64 libpaper1 amd64 1.1.28+b1 [21.6 kB] Get:267 http://deb.debian.org/debian bullseye/main amd64 libpaper-utils amd64 1.1.28+b1 [18.3 kB] Get:268 http://deb.debian.org/debian bullseye/main amd64 libkpathsea6 amd64 2020.20200327.54578-7+deb11u1 [172 kB] Get:269 http://deb.debian.org/debian bullseye/main amd64 libptexenc1 amd64 2020.20200327.54578-7+deb11u1 [64.7 kB] Get:41 https://downloads.osmocom.org/packages/osmocom:/nightly/Debian_11 ./ libosmo-gprs-sndcp0 0.1.0.202405162026 [138 kB] Get:270 http://deb.debian.org/debian bullseye/main amd64 libsynctex2 amd64 2020.20200327.54578-7+deb11u1 [83.4 kB] Get:271 http://deb.debian.org/debian bullseye/main amd64 libtexlua53 amd64 2020.20200327.54578-7+deb11u1 [131 kB] Get:42 https://downloads.osmocom.org/packages/osmocom:/nightly/Debian_11 ./ libosmo-gprs-sm0 0.1.0.202405162026 [63.7 kB] Get:43 https://downloads.osmocom.org/packages/osmocom:/nightly/Debian_11 ./ libosmo-gprs-sm-dbg 0.1.0.202405162026 [2,084 B] Get:272 http://deb.debian.org/debian bullseye/main amd64 libtexluajit2 amd64 2020.20200327.54578-7+deb11u1 [267 kB] Get:44 https://downloads.osmocom.org/packages/osmocom:/nightly/Debian_11 ./ libosmo-gprs-sm-dev 0.1.0.202405162026 [81.7 kB] Get:45 https://downloads.osmocom.org/packages/osmocom:/nightly/Debian_11 ./ libosmo-gprs-sndcp-dbg 0.1.0.202405162026 [2,084 B] Get:46 https://downloads.osmocom.org/packages/osmocom:/nightly/Debian_11 ./ libosmo-gprs-sndcp-dev 0.1.0.202405162026 [170 kB] Get:273 http://deb.debian.org/debian bullseye/main amd64 t1utils amd64 1.41-4 [62.1 kB] Get:274 http://deb.debian.org/debian bullseye/main amd64 fonts-dejavu-core all 2.37-2 [1,069 kB] Get:47 https://downloads.osmocom.org/packages/osmocom:/nightly/Debian_11 ./ libosmo-gsup-client0 1.7.0.15.6b77.202405162026 [23.3 kB] Get:48 https://downloads.osmocom.org/packages/osmocom:/nightly/Debian_11 ./ libosmocore-dev 1.9.0.198.0323.202405162026 [848 kB] Get:275 http://deb.debian.org/debian bullseye/main amd64 fontconfig-config all 2.13.1-4.2 [281 kB] Get:276 http://deb.debian.org/debian bullseye/main amd64 libfontconfig1 amd64 2.13.1-4.2 [347 kB] Get:49 https://downloads.osmocom.org/packages/osmocom:/nightly/Debian_11 ./ libosmo-gsup-client-dev 1.7.0.15.6b77.202405162026 [26.6 kB] Get:50 https://downloads.osmocom.org/packages/osmocom:/nightly/Debian_11 ./ libosmo-gtlv1 0.3.0.5.1ffb.202405162026 [16.1 kB] Get:277 http://deb.debian.org/debian bullseye/main amd64 libpixman-1-0 amd64 0.40.0-1.1~deb11u1 [543 kB] Get:51 https://downloads.osmocom.org/packages/osmocom:/nightly/Debian_11 ./ libosmo-gtlv-dev 0.3.0.5.1ffb.202405162026 [56.8 kB] Get:278 http://deb.debian.org/debian bullseye/main amd64 libx11-6 amd64 2:1.7.2-1+deb11u2 [772 kB] Get:52 https://downloads.osmocom.org/packages/osmocom:/nightly/Debian_11 ./ libosmo-mgcp-client12 1.12.1.50.fa393.202405162026 [60.8 kB] Get:279 http://deb.debian.org/debian bullseye/main amd64 libxcb-render0 amd64 1.14-3 [111 kB] Get:280 http://deb.debian.org/debian bullseye/main amd64 libxcb-shm0 amd64 1.14-3 [101 kB] Get:281 http://deb.debian.org/debian bullseye/main amd64 libxrender1 amd64 1:0.9.10-1 [33.0 kB] Get:282 http://deb.debian.org/debian bullseye/main amd64 libcairo2 amd64 1.16.0-5 [694 kB] Get:53 https://downloads.osmocom.org/packages/osmocom:/nightly/Debian_11 ./ libosmo-mgcp-client12-dbgsym 1.12.1.50.fa393.202405162026 [101 kB] Get:283 http://deb.debian.org/debian bullseye/main amd64 libgraphite2-3 amd64 1.3.14-1 [81.2 kB] Get:54 https://downloads.osmocom.org/packages/osmocom:/nightly/Debian_11 ./ libosmo-mslookup1 1.7.0.15.6b77.202405162026 [27.0 kB] Get:284 http://deb.debian.org/debian bullseye/main amd64 libharfbuzz0b amd64 2.7.4-1 [1,471 kB] Get:55 https://downloads.osmocom.org/packages/osmocom:/nightly/Debian_11 ./ libosmo-mslookup-dev 1.7.0.15.6b77.202405162026 [32.1 kB] Get:56 https://downloads.osmocom.org/packages/osmocom:/nightly/Debian_11 ./ libosmonetif11 1.4.0.55.6930.202405162026 [54.4 kB] Get:57 https://downloads.osmocom.org/packages/osmocom:/nightly/Debian_11 ./ libosmo-netif-dev 1.4.0.55.6930.202405162026 [66.5 kB] Get:58 https://downloads.osmocom.org/packages/osmocom:/nightly/Debian_11 ./ libosmo-netif-doc 1.4.0.55.6930.202405162026 [159 kB] Get:285 http://deb.debian.org/debian bullseye/main amd64 libmpfr6 amd64 4.1.0-3 [2,012 kB] Get:59 https://downloads.osmocom.org/packages/osmocom:/nightly/Debian_11 ./ libosmo-octoi2 0.6.0.20.71a2.202405162026 [30.9 kB] Get:60 https://downloads.osmocom.org/packages/osmocom:/nightly/Debian_11 ./ libosmo-octoi2-dbgsym 0.6.0.20.71a2.202405162026 [91.7 kB] Get:61 https://downloads.osmocom.org/packages/osmocom:/nightly/Debian_11 ./ libosmo-pfcp0 0.3.0.5.1ffb.202405162026 [40.9 kB] Get:62 https://downloads.osmocom.org/packages/osmocom:/nightly/Debian_11 ./ libosmo-pfcp 0.3.0.5.1ffb.202405162026 [3,592 B] Get:63 https://downloads.osmocom.org/packages/osmocom:/nightly/Debian_11 ./ libosmo-pfcp-dev 0.3.0.5.1ffb.202405162026 [171 kB] Get:64 https://downloads.osmocom.org/packages/osmocom:/nightly/Debian_11 ./ libosmo-rspro-dev 1.0.0.61.06a1.202405162026 [72.5 kB] Get:65 https://downloads.osmocom.org/packages/osmocom:/nightly/Debian_11 ./ libosmo-rspro2-dbgsym 1.0.0.61.06a1.202405162026 [222 kB] Get:66 https://downloads.osmocom.org/packages/osmocom:/nightly/Debian_11 ./ libosmo-sccp-dev 1.8.0.66.705a.202405162026 [94.6 kB] Get:67 https://downloads.osmocom.org/packages/osmocom:/nightly/Debian_11 ./ libosmo-sigtran9 1.8.0.66.705a.202405162026 [125 kB] Get:68 https://downloads.osmocom.org/packages/osmocom:/nightly/Debian_11 ./ libosmo-sigtran-dbg 1.8.0.66.705a.202405162026 [444 kB] Get:286 http://deb.debian.org/debian bullseye/main amd64 libteckit0 amd64 2.5.10+ds1-3 [329 kB] Get:287 http://deb.debian.org/debian bullseye/main amd64 x11-common all 1:7.7+22 [252 kB] Get:288 http://deb.debian.org/debian bullseye/main amd64 libice6 amd64 2:1.0.10-1 [58.5 kB] Get:69 https://downloads.osmocom.org/packages/osmocom:/nightly/Debian_11 ./ libosmo-sigtran-dev 1.8.0.66.705a.202405162026 [576 kB] Get:289 http://deb.debian.org/debian bullseye/main amd64 libsm6 amd64 2:1.2.3-1 [35.1 kB] Get:290 http://deb.debian.org/debian bullseye/main amd64 libxt6 amd64 1:1.2.0-1 [189 kB] Get:291 http://deb.debian.org/debian bullseye/main amd64 libxmu6 amd64 2:1.1.2-2+b3 [60.8 kB] Get:292 http://deb.debian.org/debian bullseye/main amd64 libxpm4 amd64 1:3.5.12-1.1+deb11u1 [50.0 kB] Get:293 http://deb.debian.org/debian bullseye/main amd64 libxaw7 amd64 2:1.0.13-1.1 [202 kB] Get:294 http://deb.debian.org/debian bullseye/main amd64 libxi6 amd64 2:1.7.10-1 [83.4 kB] Get:295 http://deb.debian.org/debian bullseye/main amd64 libzzip-0-13 amd64 0.13.62-3.3+deb11u1 [55.9 kB] Get:296 http://deb.debian.org/debian bullseye/main amd64 texlive-binaries amd64 2020.20200327.54578-7+deb11u1 [10.1 MB] Get:70 https://downloads.osmocom.org/packages/osmocom:/nightly/Debian_11 ./ libosmo-sigtran-doc 1.8.0.66.705a.202405162026 [485 kB] Get:71 https://downloads.osmocom.org/packages/osmocom:/nightly/Debian_11 ./ libosmo-simtrace2-1 0.8.1.73.69de.202405162026 [11.9 kB] Get:72 https://downloads.osmocom.org/packages/osmocom:/nightly/Debian_11 ./ libosmo-simtrace2-1-dbgsym 0.8.1.73.69de.202405162026 [24.2 kB] Get:73 https://downloads.osmocom.org/packages/osmocom:/nightly/Debian_11 ./ libosmo-simtrace2-dev 0.8.1.73.69de.202405162026 [16.8 kB] Get:74 https://downloads.osmocom.org/packages/osmocom:/nightly/Debian_11 ./ libosmocodec-doc 1.9.0.198.0323.202405162026 [481 kB] Get:75 https://downloads.osmocom.org/packages/osmocom:/nightly/Debian_11 ./ libosmocoding-doc 1.9.0.198.0323.202405162026 [540 kB] Get:76 https://downloads.osmocom.org/packages/osmocom:/nightly/Debian_11 ./ libosmogsm-doc 1.9.0.198.0323.202405162026 [2,228 kB] Get:77 https://downloads.osmocom.org/packages/osmocom:/nightly/Debian_11 ./ libosmoisdn-doc 1.9.0.198.0323.202405162026 [381 kB] Get:78 https://downloads.osmocom.org/packages/osmocom:/nightly/Debian_11 ./ libosmovty-doc 1.9.0.198.0323.202405162026 [656 kB] Get:79 https://downloads.osmocom.org/packages/osmocom:/nightly/Debian_11 ./ libosmoctrl-doc 1.9.0.198.0323.202405162026 [468 kB] Get:80 https://downloads.osmocom.org/packages/osmocom:/nightly/Debian_11 ./ libosmogb-doc 1.9.0.198.0323.202405162026 [865 kB] Get:82 https://downloads.osmocom.org/packages/osmocom:/nightly/Debian_11 ./ libosmosim-doc 1.9.0.198.0323.202405162026 [213 kB] Get:83 https://downloads.osmocom.org/packages/osmocom:/nightly/Debian_11 ./ libosmousb-doc 1.9.0.198.0323.202405162026 [166 kB] Get:84 https://downloads.osmocom.org/packages/osmocom:/nightly/Debian_11 ./ libosmocore-doc 1.9.0.198.0323.202405162026 [1,036 kB] Get:297 http://deb.debian.org/debian bullseye/main amd64 xdg-utils all 1.1.3-4.1 [75.5 kB] Get:298 http://deb.debian.org/debian bullseye/main amd64 texlive-base all 2020.20210202-3 [20.8 MB] Get:85 https://downloads.osmocom.org/packages/osmocom:/nightly/Debian_11 ./ libosmocore-utils 1.9.0.198.0323.202405162026 [65.3 kB] Get:86 https://downloads.osmocom.org/packages/osmocom:/nightly/Debian_11 ./ libosmodsp0 0.4.0.8.9128.202405162026 [10.1 kB] Get:87 https://downloads.osmocom.org/packages/osmocom:/nightly/Debian_11 ./ libosmodsp-dev 0.4.0.8.9128.202405162026 [12.3 kB] Get:88 https://downloads.osmocom.org/packages/osmocom:/nightly/Debian_11 ./ libosmodsp-doc 0.4.0.8.9128.202405162026 [113 kB] Get:92 https://downloads.osmocom.org/packages/osmocom:/nightly/Debian_11 ./ librtlsdr0 2.0.2.202405162026 [31.9 kB] Get:93 https://downloads.osmocom.org/packages/osmocom:/nightly/Debian_11 ./ librtlsdr-dev 2.0.2.202405162026 [37.9 kB] Get:94 https://downloads.osmocom.org/packages/osmocom:/nightly/Debian_11 ./ libsmpp1 1.14.3.3.16b4.202405162026 [105 kB] Get:95 https://downloads.osmocom.org/packages/osmocom:/nightly/Debian_11 ./ libsmpp34-dev 1.14.3.3.16b4.202405162026 [120 kB] Get:96 https://downloads.osmocom.org/packages/osmocom:/nightly/Debian_11 ./ libsmpp34-utils 1.14.3.3.16b4.202405162026 [3,384 B] Get:97 https://downloads.osmocom.org/packages/osmocom:/nightly/Debian_11 ./ libulfius2.7 2.7.4-1ubuntu3.1 [53.4 kB] Get:98 https://downloads.osmocom.org/packages/osmocom:/nightly/Debian_11 ./ libusrp1 3.4.8.1.0f8f.202405162026 [119 kB] Get:99 https://downloads.osmocom.org/packages/osmocom:/nightly/Debian_11 ./ libusrp-dev 3.4.8.1.0f8f.202405162026 [25.4 kB] Get:100 https://downloads.osmocom.org/packages/osmocom:/nightly/Debian_11 ./ libusrp-doc 3.4.8.1.0f8f.202405162026 [75.5 kB] Get:101 https://downloads.osmocom.org/packages/osmocom:/nightly/Debian_11 ./ libusrp-firmware 3.4.8.1.0f8f.202405162026 [741 kB] Get:102 https://downloads.osmocom.org/packages/osmocom:/nightly/Debian_11 ./ libusrp-utils 3.4.8.1.0f8f.202405162026 [11.5 kB] Get:103 https://downloads.osmocom.org/packages/osmocom:/nightly/Debian_11 ./ libusrp-utils-dbgsym 3.4.8.1.0f8f.202405162026 [63.7 kB] Get:104 https://downloads.osmocom.org/packages/osmocom:/nightly/Debian_11 ./ libusrp1-dbgsym 3.4.8.1.0f8f.202405162026 [1,155 kB] Get:105 https://downloads.osmocom.org/packages/osmocom:/nightly/Debian_11 ./ neocon 1.0.2.202405162026 [6,268 B] Get:106 https://downloads.osmocom.org/packages/osmocom:/nightly/Debian_11 ./ neocon-dbgsym 1.0.2.202405162026 [6,240 B] Get:107 https://downloads.osmocom.org/packages/osmocom:/nightly/Debian_11 ./ nftables-dbgsym 1.0.6-2 [13.9 kB] Get:108 https://downloads.osmocom.org/packages/osmocom:/nightly/Debian_11 ./ osmo-bsc-doc 1.11.0.86.3b5e7.202405162026 [2,215 kB] Get:109 https://downloads.osmocom.org/packages/osmocom:/nightly/Debian_11 ./ osmo-bsc-nat-doc 0.1.0.202405162026 [1,912 B] Get:110 https://downloads.osmocom.org/packages/osmocom:/nightly/Debian_11 ./ osmo-bts-trx 1.7.0.66.b7aa0.202405162026 [260 kB] Get:111 https://downloads.osmocom.org/packages/osmocom:/nightly/Debian_11 ./ osmo-bts-virtual 1.7.0.66.b7aa0.202405162026 [269 kB] Get:115 https://downloads.osmocom.org/packages/osmocom:/nightly/Debian_11 ./ osmo-bts 1.7.0.66.b7aa0.202405162026 [47.4 kB] Get:116 https://downloads.osmocom.org/packages/osmocom:/nightly/Debian_11 ./ osmo-bts-doc 1.7.0.66.b7aa0.202405162026 [1,787 kB] Get:299 http://deb.debian.org/debian bullseye/main amd64 texlive-fonts-recommended all 2020.20210202-3 [5,002 kB] Get:117 https://downloads.osmocom.org/packages/osmocom:/nightly/Debian_11 ./ osmo-cbc-doc 0.4.2.8.bd50.202405162026 [610 kB] Get:118 https://downloads.osmocom.org/packages/osmocom:/nightly/Debian_11 ./ osmo-diameter2gsup 0.2.0.8.d1be.202405162026 [2,681 kB] Get:119 https://downloads.osmocom.org/packages/osmocom:/nightly/Debian_11 ./ osmo-e1d 0.6.0.20.71a2.202405162026 [35.8 kB] Get:120 https://downloads.osmocom.org/packages/osmocom:/nightly/Debian_11 ./ osmo-e1d-dbgsym 0.6.0.20.71a2.202405162026 [97.9 kB] Get:121 https://downloads.osmocom.org/packages/osmocom:/nightly/Debian_11 ./ osmo-fl2k 0.2.0.1.6c81.202405162026 [18.4 kB] Get:122 https://downloads.osmocom.org/packages/osmocom:/nightly/Debian_11 ./ osmo-fl2k-dbgsym 0.2.0.1.6c81.202405162026 [38.9 kB] Get:123 https://downloads.osmocom.org/packages/osmocom:/nightly/Debian_11 ./ osmo-gbproxy-doc 1:0.4.1.2.9681.202405162026 [939 kB] Get:124 https://downloads.osmocom.org/packages/osmocom:/nightly/Debian_11 ./ osmo-ggsn 1.11.0.30.5758.202405162026 [88.5 kB] Get:130 https://downloads.osmocom.org/packages/osmocom:/nightly/Debian_11 ./ osmo-ggsn-doc 1.11.0.30.5758.202405162026 [737 kB] Get:131 https://downloads.osmocom.org/packages/osmocom:/nightly/Debian_11 ./ osmo-gsm-manuals-dev 1.5.0.12.8819.202405162026 [440 kB] Get:132 https://downloads.osmocom.org/packages/osmocom:/nightly/Debian_11 ./ osmo-hlr 1.7.0.15.6b77.202405162026 [117 kB] Get:300 http://deb.debian.org/debian bullseye/main amd64 fonts-lmodern all 2.004.5-6.1 [4,540 kB] Get:133 https://downloads.osmocom.org/packages/osmocom:/nightly/Debian_11 ./ osmo-hlr-doc 1.7.0.15.6b77.202405162026 [1,123 kB] Get:134 https://downloads.osmocom.org/packages/osmocom:/nightly/Debian_11 ./ osmo-hnbgw-doc 1.5.0.61.a597.202405162026 [824 kB] Get:135 https://downloads.osmocom.org/packages/osmocom:/nightly/Debian_11 ./ osmo-hnodeb-doc 0.1.2.15.cb5e.202405162026 [3,632 B] Get:136 https://downloads.osmocom.org/packages/osmocom:/nightly/Debian_11 ./ osmo-mgw 1.12.1.50.fa393.202405162026 [100 kB] Get:137 https://downloads.osmocom.org/packages/osmocom:/nightly/Debian_11 ./ osmo-mgw-dbgsym 1.12.1.50.fa393.202405162026 [277 kB] Get:138 https://downloads.osmocom.org/packages/osmocom:/nightly/Debian_11 ./ osmo-mgw-doc 1.12.1.50.fa393.202405162026 [884 kB] Get:140 https://downloads.osmocom.org/packages/osmocom:/nightly/Debian_11 ./ osmo-msc-doc 1.11.1.55.46f10.202405162026 [1,450 kB] Get:141 https://downloads.osmocom.org/packages/osmocom:/nightly/Debian_11 ./ osmo-mslookup-utils 1.7.0.15.6b77.202405162026 [22.4 kB] Get:142 https://downloads.osmocom.org/packages/osmocom:/nightly/Debian_11 ./ osmo-pcu 1.4.0.13.38bcb.202405162026 [246 kB] Get:143 https://downloads.osmocom.org/packages/osmocom:/nightly/Debian_11 ./ osmo-pcu-doc 1.4.0.13.38bcb.202405162026 [1,010 kB] Get:144 https://downloads.osmocom.org/packages/osmocom:/nightly/Debian_11 ./ osmo-remsim-apitool 1.0.0.61.06a1.202405162026 [7,192 B] Get:148 https://downloads.osmocom.org/packages/osmocom:/nightly/Debian_11 ./ osmo-remsim-bankd 1.0.0.61.06a1.202405162026 [31.1 kB] Get:149 https://downloads.osmocom.org/packages/osmocom:/nightly/Debian_11 ./ osmo-remsim-bankd-dbgsym 1.0.0.61.06a1.202405162026 [77.5 kB] Get:150 https://downloads.osmocom.org/packages/osmocom:/nightly/Debian_11 ./ osmo-remsim-client-shell 1.0.0.61.06a1.202405162026 [20.9 kB] Get:151 https://downloads.osmocom.org/packages/osmocom:/nightly/Debian_11 ./ osmo-remsim-client-shell-dbgsym 1.0.0.61.06a1.202405162026 [61.0 kB] Get:152 https://downloads.osmocom.org/packages/osmocom:/nightly/Debian_11 ./ osmo-remsim-client-st2 1.0.0.61.06a1.202405162026 [24.1 kB] Get:153 https://downloads.osmocom.org/packages/osmocom:/nightly/Debian_11 ./ osmo-remsim-client-st2-dbgsym 1.0.0.61.06a1.202405162026 [69.8 kB] Get:154 https://downloads.osmocom.org/packages/osmocom:/nightly/Debian_11 ./ osmo-remsim-doc 1.0.0.61.06a1.202405162026 [267 kB] Get:155 https://downloads.osmocom.org/packages/osmocom:/nightly/Debian_11 ./ osmo-remsim-server 1.0.0.61.06a1.202405162026 [27.4 kB] Get:156 https://downloads.osmocom.org/packages/osmocom:/nightly/Debian_11 ./ osmo-remsim-server-dbgsym 1.0.0.61.06a1.202405162026 [78.3 kB] Get:157 https://downloads.osmocom.org/packages/osmocom:/nightly/Debian_11 ./ osmo-sgsn-doc 1.11.1.18.0a6fe.202405162026 [1,318 kB] Get:301 http://deb.debian.org/debian bullseye/main amd64 texlive-latex-base all 2020.20210202-3 [1,120 kB] Get:158 https://downloads.osmocom.org/packages/osmocom:/nightly/Debian_11 ./ osmo-sip-connector 1.6.3.10.d639.202405162026 [34.9 kB] Get:159 https://downloads.osmocom.org/packages/osmocom:/nightly/Debian_11 ./ osmo-sip-connector-doc 1.6.3.10.d639.202405162026 [609 kB] Get:160 https://downloads.osmocom.org/packages/osmocom:/nightly/Debian_11 ./ osmo-smlc-doc 0.2.4.6.ddfe.202405162026 [750 kB] Get:302 http://deb.debian.org/debian bullseye/main amd64 texlive-latex-recommended all 2020.20210202-3 [14.5 MB] Get:161 https://downloads.osmocom.org/packages/osmocom:/nightly/Debian_11 ./ osmo-stp 1.8.0.66.705a.202405162026 [18.7 kB] Get:162 https://downloads.osmocom.org/packages/osmocom:/nightly/Debian_11 ./ osmo-stp-dbg 1.8.0.66.705a.202405162026 [22.8 kB] Get:163 https://downloads.osmocom.org/packages/osmocom:/nightly/Debian_11 ./ osmo-stp-doc 1.8.0.66.705a.202405162026 [753 kB] Get:164 https://downloads.osmocom.org/packages/osmocom:/nightly/Debian_11 ./ osmo-trx-uhd 1.6.0.32.553d.202405162026 [158 kB] Get:165 https://downloads.osmocom.org/packages/osmocom:/nightly/Debian_11 ./ osmo-trx 1.6.0.32.553d.202405162026 [18.5 kB] Get:166 https://downloads.osmocom.org/packages/osmocom:/nightly/Debian_11 ./ osmo-trx-doc 1.6.0.32.553d.202405162026 [723 kB] Get:167 https://downloads.osmocom.org/packages/osmocom:/nightly/Debian_11 ./ osmo-trx-ipc 1.6.0.32.553d.202405162026 [145 kB] Get:168 https://downloads.osmocom.org/packages/osmocom:/nightly/Debian_11 ./ osmo-trx-lms 1.6.0.32.553d.202405162026 [150 kB] Get:169 https://downloads.osmocom.org/packages/osmocom:/nightly/Debian_11 ./ osmo-trx-ms-blade 1.6.0.32.553d.202405162026 [123 kB] Get:170 https://downloads.osmocom.org/packages/osmocom:/nightly/Debian_11 ./ osmo-trx-usrp1 1.6.0.32.553d.202405162026 [277 kB] Get:171 https://downloads.osmocom.org/packages/osmocom:/nightly/Debian_11 ./ osmo-uecups 0.2.2.2.62fc.202405162026 [25.0 kB] Get:172 https://downloads.osmocom.org/packages/osmocom:/nightly/Debian_11 ./ osmo-uecups-dbgsym 0.2.2.2.62fc.202405162026 [82.1 kB] Get:173 https://downloads.osmocom.org/packages/osmocom:/nightly/Debian_11 ./ osmo-upf-doc 0.1.1.101.afe7.202405162026 [2,136 B] Get:174 https://downloads.osmocom.org/packages/osmocom:/nightly/Debian_11 ./ python3-osmopy-libs 0.3.0.3.b15d.202405162026 [20.6 kB] Get:175 https://downloads.osmocom.org/packages/osmocom:/nightly/Debian_11 ./ python3-osmopy-utils 0.3.0.3.b15d.202405162026 [13.0 kB] Get:176 https://downloads.osmocom.org/packages/osmocom:/nightly/Debian_11 ./ rebar3 3.18.0~osmo2 [913 kB] Get:177 https://downloads.osmocom.org/packages/osmocom:/nightly/Debian_11 ./ rtl-sdr 2.0.2.202405162026 [59.5 kB] Get:178 https://downloads.osmocom.org/packages/osmocom:/nightly/Debian_11 ./ simtrace2-firmware 0.8.1.73.69de.202405162026 [45.0 kB] Get:179 https://downloads.osmocom.org/packages/osmocom:/nightly/Debian_11 ./ simtrace2-utils 0.8.1.73.69de.202405162026 [19.5 kB] Get:180 https://downloads.osmocom.org/packages/osmocom:/nightly/Debian_11 ./ simtrace2-utils-dbgsym 0.8.1.73.69de.202405162026 [47.3 kB] Get:181 https://downloads.osmocom.org/packages/osmocom:/nightly/Debian_11 ./ uwsc 2.7.4-1ubuntu3.1 [15.4 kB] Get:182 https://downloads.osmocom.org/packages/osmocom:/nightly/Debian_11 ./ uwsc-dbgsym 2.7.4-1ubuntu3.1 [14.8 kB] Get:183 https://downloads.osmocom.org/packages/osmocom:/nightly/Debian_11 ./ abisip-find 1.11.0.86.3b5e7.202405162026 [69.5 kB] Get:184 https://downloads.osmocom.org/packages/osmocom:/nightly/Debian_11 ./ gtp-echo-responder-dbg 1.11.0.30.5758.202405162026 [10.5 kB] Get:185 https://downloads.osmocom.org/packages/osmocom:/nightly/Debian_11 ./ libasn1c1 0.9.36.2.5324.202405162026 [76.5 kB] Get:186 https://downloads.osmocom.org/packages/osmocom:/nightly/Debian_11 ./ libasn1c-dbg 0.9.36.2.5324.202405162026 [291 kB] Get:187 https://downloads.osmocom.org/packages/osmocom:/nightly/Debian_11 ./ libasn1c-dev 0.9.36.2.5324.202405162026 [110 kB] Get:188 https://downloads.osmocom.org/packages/osmocom:/nightly/Debian_11 ./ libgtp-dbg 1.11.0.30.5758.202405162026 [107 kB] Get:189 https://downloads.osmocom.org/packages/osmocom:/nightly/Debian_11 ./ libgtpnl-dbg 1.2.5.28.a2dd.202405162026 [39.1 kB] Get:190 https://downloads.osmocom.org/packages/osmocom:/nightly/Debian_11 ./ libgtpnl-tools 1.2.5.28.a2dd.202405162026 [7,236 B] Get:191 https://downloads.osmocom.org/packages/osmocom:/nightly/Debian_11 ./ libosmo-abis-dbg 1.5.1.12.6222.202405162026 [297 kB] Get:192 https://downloads.osmocom.org/packages/osmocom:/nightly/Debian_11 ./ libosmo-e1d-dev 0.6.0.20.71a2.202405162026 [16.1 kB] Get:193 https://downloads.osmocom.org/packages/osmocom:/nightly/Debian_11 ./ libosmo-gtlv-dbg 0.3.0.5.1ffb.202405162026 [40.1 kB] Get:194 https://downloads.osmocom.org/packages/osmocom:/nightly/Debian_11 ./ libosmo-hnbap0 1.5.1.8.977d3b.202405162026 [53.6 kB] Get:195 https://downloads.osmocom.org/packages/osmocom:/nightly/Debian_11 ./ libosmo-hnbap-dbg 1.5.1.8.977d3b.202405162026 [192 kB] Get:196 https://downloads.osmocom.org/packages/osmocom:/nightly/Debian_11 ./ libosmo-hnbap-dev 1.5.1.8.977d3b.202405162026 [26.2 kB] Get:197 https://downloads.osmocom.org/packages/osmocom:/nightly/Debian_11 ./ libosmo-mgcp-client-dev 1.12.1.50.fa393.202405162026 [69.9 kB] Get:198 https://downloads.osmocom.org/packages/osmocom:/nightly/Debian_11 ./ libosmo-netif-dbg 1.4.0.55.6930.202405162026 [150 kB] Get:199 https://downloads.osmocom.org/packages/osmocom:/nightly/Debian_11 ./ libosmo-octoi-dev 0.6.0.20.71a2.202405162026 [36.9 kB] Get:200 https://downloads.osmocom.org/packages/osmocom:/nightly/Debian_11 ./ libosmo-pfcp-dbg 0.3.0.5.1ffb.202405162026 [129 kB] Get:201 https://downloads.osmocom.org/packages/osmocom:/nightly/Debian_11 ./ libosmo-ranap7 1.5.1.8.977d3b.202405162026 [224 kB] Get:202 https://downloads.osmocom.org/packages/osmocom:/nightly/Debian_11 ./ libosmo-ranap-dbg 1.5.1.8.977d3b.202405162026 [954 kB] Get:203 https://downloads.osmocom.org/packages/osmocom:/nightly/Debian_11 ./ libosmo-ranap-dev 1.5.1.8.977d3b.202405162026 [93.4 kB] Get:204 https://downloads.osmocom.org/packages/osmocom:/nightly/Debian_11 ./ libosmo-rua0 1.5.1.8.977d3b.202405162026 [29.7 kB] Get:205 https://downloads.osmocom.org/packages/osmocom:/nightly/Debian_11 ./ libosmo-rua-dbg 1.5.1.8.977d3b.202405162026 [93.0 kB] Get:206 https://downloads.osmocom.org/packages/osmocom:/nightly/Debian_11 ./ libosmo-rua-dev 1.5.1.8.977d3b.202405162026 [16.1 kB] Get:207 https://downloads.osmocom.org/packages/osmocom:/nightly/Debian_11 ./ libosmo-sabp1 1.5.1.8.977d3b.202405162026 [38.6 kB] Get:208 https://downloads.osmocom.org/packages/osmocom:/nightly/Debian_11 ./ libosmo-sabp-dbg 1.5.1.8.977d3b.202405162026 [122 kB] Get:209 https://downloads.osmocom.org/packages/osmocom:/nightly/Debian_11 ./ libosmo-sabp-dev 1.5.1.8.977d3b.202405162026 [19.2 kB] Get:210 https://downloads.osmocom.org/packages/osmocom:/nightly/Debian_11 ./ libosmo-sbcap0 0.4.2.8.bd50.202405162026 [347 kB] Get:211 https://downloads.osmocom.org/packages/osmocom:/nightly/Debian_11 ./ libosmo-sbcap-dev 0.4.2.8.bd50.202405162026 [517 kB] Get:212 https://downloads.osmocom.org/packages/osmocom:/nightly/Debian_11 ./ libosmocore-dbg 1.9.0.198.0323.202405162026 [2,180 kB] Get:303 http://deb.debian.org/debian bullseye/main amd64 texlive all 2020.20210202-3 [34.2 kB] Get:304 http://deb.debian.org/debian bullseye/main amd64 texlive-bibtex-extra all 2020.20210202-3 [67.2 MB] Get:213 https://downloads.osmocom.org/packages/osmocom:/nightly/Debian_11 ./ libosmodsp-dbg 0.4.0.8.9128.202405162026 [21.3 kB] Get:214 https://downloads.osmocom.org/packages/osmocom:/nightly/Debian_11 ./ libsmpp34-dbg 1.14.3.3.16b4.202405162026 [676 kB] Get:215 https://downloads.osmocom.org/packages/osmocom:/nightly/Debian_11 ./ osmo-bsc 1.11.0.86.3b5e7.202405162026 [610 kB] Get:216 https://downloads.osmocom.org/packages/osmocom:/nightly/Debian_11 ./ osmo-bsc-bs11-utils 1.11.0.86.3b5e7.202405162026 [2,349 kB] Get:217 https://downloads.osmocom.org/packages/osmocom:/nightly/Debian_11 ./ osmo-bsc-dbg 1.11.0.86.3b5e7.202405162026 [3,256 kB] Get:218 https://downloads.osmocom.org/packages/osmocom:/nightly/Debian_11 ./ osmo-bsc-ipaccess-utils 1.11.0.86.3b5e7.202405162026 [4,473 kB] Get:219 https://downloads.osmocom.org/packages/osmocom:/nightly/Debian_11 ./ osmo-bsc-meas-utils 1.11.0.86.3b5e7.202405162026 [2,328 kB] Get:220 https://downloads.osmocom.org/packages/osmocom:/nightly/Debian_11 ./ osmo-bsc-nat 0.1.0.202405162026 [22.5 kB] Get:221 https://downloads.osmocom.org/packages/osmocom:/nightly/Debian_11 ./ osmo-bsc-nat-dbg 0.1.0.202405162026 [88.4 kB] Get:222 https://downloads.osmocom.org/packages/osmocom:/nightly/Debian_11 ./ osmo-bts-trx-dbg 1.7.0.66.b7aa0.202405162026 [1,250 kB] Get:223 https://downloads.osmocom.org/packages/osmocom:/nightly/Debian_11 ./ osmo-bts-virtual-dbg 1.7.0.66.b7aa0.202405162026 [1,961 kB] Get:224 https://downloads.osmocom.org/packages/osmocom:/nightly/Debian_11 ./ osmo-cbc 0.4.2.8.bd50.202405162026 [46.8 kB] Get:225 https://downloads.osmocom.org/packages/osmocom:/nightly/Debian_11 ./ osmo-cbc-dbg 0.4.2.8.bd50.202405162026 [215 kB] Get:226 https://downloads.osmocom.org/packages/osmocom:/nightly/Debian_11 ./ osmo-cbc-utils 0.4.2.8.bd50.202405162026 [6,528 B] Get:227 https://downloads.osmocom.org/packages/osmocom:/nightly/Debian_11 ./ osmo-gbproxy 1:0.4.1.2.9681.202405162026 [47.2 kB] Get:228 https://downloads.osmocom.org/packages/osmocom:/nightly/Debian_11 ./ osmo-gbproxy-dbg 1:0.4.1.2.9681.202405162026 [121 kB] Get:229 https://downloads.osmocom.org/packages/osmocom:/nightly/Debian_11 ./ osmo-ggsn-dbg 1.11.0.30.5758.202405162026 [291 kB] Get:230 https://downloads.osmocom.org/packages/osmocom:/nightly/Debian_11 ./ osmo-gtphub 1.11.1.18.0a6fe.202405162026 [57.3 kB] Get:231 https://downloads.osmocom.org/packages/osmocom:/nightly/Debian_11 ./ osmo-gtphub-dbg 1.11.1.18.0a6fe.202405162026 [151 kB] Get:232 https://downloads.osmocom.org/packages/osmocom:/nightly/Debian_11 ./ osmo-hlr-dbg 1.7.0.15.6b77.202405162026 [459 kB] Get:233 https://downloads.osmocom.org/packages/osmocom:/nightly/Debian_11 ./ osmo-hnbgw 1.5.0.61.a597.202405162026 [93.3 kB] Get:234 https://downloads.osmocom.org/packages/osmocom:/nightly/Debian_11 ./ osmo-hnbgw-dbg 1.5.0.61.a597.202405162026 [473 kB] Get:235 https://downloads.osmocom.org/packages/osmocom:/nightly/Debian_11 ./ osmo-hnodeb 0.1.2.15.cb5e.202405162026 [36.7 kB] Get:236 https://downloads.osmocom.org/packages/osmocom:/nightly/Debian_11 ./ osmo-hnodeb-dbg 0.1.2.15.cb5e.202405162026 [131 kB] Get:237 https://downloads.osmocom.org/packages/osmocom:/nightly/Debian_11 ./ osmo-msc 1.11.1.55.46f10.202405162026 [354 kB] Get:238 https://downloads.osmocom.org/packages/osmocom:/nightly/Debian_11 ./ osmo-msc-dbg 1.11.1.55.46f10.202405162026 [1,530 kB] Get:239 https://downloads.osmocom.org/packages/osmocom:/nightly/Debian_11 ./ osmo-pcap-client 0.4.2.2.9f47.202405162026 [25.3 kB] Get:240 https://downloads.osmocom.org/packages/osmocom:/nightly/Debian_11 ./ osmo-pcap-client-dbg 0.4.2.2.9f47.202405162026 [71.2 kB] Get:241 https://downloads.osmocom.org/packages/osmocom:/nightly/Debian_11 ./ osmo-pcap-server 0.4.2.2.9f47.202405162026 [26.4 kB] Get:242 https://downloads.osmocom.org/packages/osmocom:/nightly/Debian_11 ./ osmo-pcap-server-dbg 0.4.2.2.9f47.202405162026 [60.2 kB] Get:244 https://downloads.osmocom.org/packages/osmocom:/nightly/Debian_11 ./ osmo-pcu-dbg 1.4.0.13.38bcb.202405162026 [1,041 kB] Get:245 https://downloads.osmocom.org/packages/osmocom:/nightly/Debian_11 ./ osmo-sgsn 1.11.1.18.0a6fe.202405162026 [142 kB] Get:246 https://downloads.osmocom.org/packages/osmocom:/nightly/Debian_11 ./ osmo-sgsn-dbg 1.11.1.18.0a6fe.202405162026 [522 kB] Get:247 https://downloads.osmocom.org/packages/osmocom:/nightly/Debian_11 ./ osmo-sip-connector-dbg 1.6.3.10.d639.202405162026 [104 kB] Get:248 https://downloads.osmocom.org/packages/osmocom:/nightly/Debian_11 ./ osmo-smlc 0.2.4.6.ddfe.202405162026 [28.7 kB] Get:249 https://downloads.osmocom.org/packages/osmocom:/nightly/Debian_11 ./ osmo-smlc-dbg 0.2.4.6.ddfe.202405162026 [97.1 kB] Get:250 https://downloads.osmocom.org/packages/osmocom:/nightly/Debian_11 ./ osmo-sysmon 0.3.2.3.4e7c.202405162026 [21.2 kB] Get:251 https://downloads.osmocom.org/packages/osmocom:/nightly/Debian_11 ./ osmo-sysmon-dbg 0.3.2.3.4e7c.202405162026 [70.3 kB] Get:252 https://downloads.osmocom.org/packages/osmocom:/nightly/Debian_11 ./ osmo-trx-dbg 1.6.0.32.553d.202405162026 [7,072 kB] Get:253 https://downloads.osmocom.org/packages/osmocom:/nightly/Debian_11 ./ osmo-upf 0.1.1.101.afe7.202405162026 [59.1 kB] Get:254 https://downloads.osmocom.org/packages/osmocom:/nightly/Debian_11 ./ osmo-upf-dbg 0.1.1.101.afe7.202405162026 [217 kB] Get:305 http://deb.debian.org/debian bullseye/main amd64 libthai-data all 0.1.28-3 [170 kB] Get:306 http://deb.debian.org/debian bullseye/main amd64 libdatrie1 amd64 0.2.13-1 [42.7 kB] Get:307 http://deb.debian.org/debian bullseye/main amd64 libthai0 amd64 0.1.28-3 [54.2 kB] Get:308 http://deb.debian.org/debian bullseye/main amd64 libsombok3 amd64 2.4.0-2+b1 [31.4 kB] Get:309 http://deb.debian.org/debian bullseye/main amd64 libmime-charset-perl all 1.012.2-1 [35.4 kB] Get:310 http://deb.debian.org/debian bullseye/main amd64 libunicode-linebreak-perl amd64 0.0.20190101-1+b3 [102 kB] Get:311 http://deb.debian.org/debian bullseye/main amd64 libjs-jquery all 3.5.1+dfsg+~3.5.5-7 [315 kB] Get:312 http://deb.debian.org/debian bullseye/main amd64 libfontenc1 amd64 1:1.1.4-1 [24.3 kB] Get:313 http://deb.debian.org/debian bullseye/main amd64 xfonts-encodings all 1:1.0.4-2.1 [573 kB] Get:314 http://deb.debian.org/debian bullseye/main amd64 xfonts-utils amd64 1:7.7+6 [93.0 kB] Get:315 http://deb.debian.org/debian bullseye/main amd64 lmodern all 2.004.5-6.1 [9,489 kB] Get:316 http://deb.debian.org/debian bullseye/main amd64 texlive-luatex all 2020.20210202-3 [14.4 MB] Get:317 http://deb.debian.org/debian bullseye/main amd64 texlive-plain-generic all 2020.20210202-3 [27.0 MB] Get:318 http://deb.debian.org/debian bullseye/main amd64 texlive-extra-utils all 2020.20210202-3 [55.5 MB] Get:319 http://deb.debian.org/debian bullseye/main amd64 libapache-pom-java all 18-1 [4,676 B] Get:320 http://deb.debian.org/debian bullseye/main amd64 libcommons-parent-java all 43-1 [10.8 kB] Get:321 http://deb.debian.org/debian bullseye/main amd64 libcommons-logging-java all 1.2-2 [62.2 kB] Get:322 http://deb.debian.org/debian bullseye/main amd64 libfontbox-java all 1:1.8.16-2 [211 kB] Get:323 http://deb.debian.org/debian bullseye/main amd64 libpdfbox-java all 1:1.8.16-2 [5,205 kB] Get:324 http://deb.debian.org/debian bullseye/main amd64 preview-latex-style all 12.2-1 [201 kB] Get:325 http://deb.debian.org/debian bullseye/main amd64 texlive-pictures all 2020.20210202-3 [6,743 kB] Get:326 http://deb.debian.org/debian bullseye/main amd64 texlive-latex-extra all 2020.20210202-3 [13.7 MB] Get:327 http://deb.debian.org/debian bullseye/main amd64 fonts-gfs-baskerville all 1.1-6 [43.7 kB] Get:328 http://deb.debian.org/debian bullseye/main amd64 fonts-gfs-porson all 1.1-7 [33.8 kB] Get:329 http://deb.debian.org/debian bullseye/main amd64 texlive-lang-greek all 2020.20210202-2 [77.6 MB] Get:330 http://deb.debian.org/debian bullseye/main amd64 texlive-science all 2020.20210202-3 [3,367 kB] Get:331 http://deb.debian.org/debian bullseye/main amd64 dblatex all 0.3.12py3-1 [371 kB] Get:332 http://deb.debian.org/debian bullseye/main amd64 libosp5 amd64 1.5.2-13+b2 [934 kB] Get:333 http://deb.debian.org/debian bullseye/main amd64 libostyle1c2 amd64 1.4devel1-22 [643 kB] Get:334 http://deb.debian.org/debian bullseye/main amd64 openjade amd64 1.4devel1-22 [275 kB] Get:335 http://deb.debian.org/debian bullseye/main amd64 docbook-dsssl all 1.79-9.2 [234 kB] Get:336 http://deb.debian.org/debian bullseye/main amd64 teckit amd64 2.5.10+ds1-3 [701 kB] Get:337 http://deb.debian.org/debian bullseye/main amd64 tipa all 2:1.3-20.1 [2,978 kB] Get:338 http://deb.debian.org/debian bullseye/main amd64 texlive-xetex all 2020.20210202-3 [12.5 MB] Get:339 http://deb.debian.org/debian bullseye/main amd64 texlive-formats-extra all 2020.20210202-3 [4,711 kB] Get:340 http://deb.debian.org/debian bullseye/main amd64 libidn11 amd64 1.33-3 [116 kB] Get:341 http://deb.debian.org/debian bullseye/main amd64 lynx-common all 2.9.0dev.6-3~deb11u1 [1,192 kB] Get:342 http://deb.debian.org/debian bullseye/main amd64 lynx amd64 2.9.0dev.6-3~deb11u1 [652 kB] Get:343 http://deb.debian.org/debian bullseye/main amd64 libsgmls-perl all 1.03ii-36 [26.5 kB] Get:344 http://deb.debian.org/debian bullseye/main amd64 sgmlspl all 1.03ii-36 [11.7 kB] Get:345 http://deb.debian.org/debian bullseye/main amd64 opensp amd64 1.5.2-13+b2 [421 kB] Get:346 http://deb.debian.org/debian bullseye/main amd64 docbook-utils all 0.6.14-3.4 [60.1 kB] Get:347 http://deb.debian.org/debian bullseye/main amd64 asciidoc-dblatex all 9.0.0~rc2-1 [60.2 kB] Get:348 http://deb.debian.org/debian bullseye/main amd64 dbus-user-session amd64 1.12.28-0+deb11u1 [100 kB] Get:349 http://deb.debian.org/debian bullseye/main amd64 libdconf1 amd64 0.38.0-2 [43.5 kB] Get:350 http://deb.debian.org/debian bullseye/main amd64 dconf-service amd64 0.38.0-2 [37.4 kB] Get:351 http://deb.debian.org/debian bullseye/main amd64 dconf-gsettings-backend amd64 0.38.0-2 [30.6 kB] Get:352 http://deb.debian.org/debian bullseye/main amd64 docbook5-xml all 5.0-3 [667 kB] Get:353 http://deb.debian.org/debian bullseye/main amd64 docutils-common all 0.16+dfsg-4 [129 kB] Get:354 http://deb.debian.org/debian bullseye/main amd64 erlang-base amd64 1:23.2.6+dfsg-1+deb11u1 [8,456 kB] Get:355 http://deb.debian.org/debian bullseye/main amd64 erlang-asn1 amd64 1:23.2.6+dfsg-1+deb11u1 [771 kB] Get:356 http://deb.debian.org/debian bullseye/main amd64 erlang-crypto amd64 1:23.2.6+dfsg-1+deb11u1 [176 kB] Get:357 http://deb.debian.org/debian bullseye/main amd64 libglvnd0 amd64 1.3.2-1 [53.6 kB] Get:358 http://deb.debian.org/debian bullseye/main amd64 libdrm-common all 2.4.104-1 [14.9 kB] Get:359 http://deb.debian.org/debian bullseye/main amd64 libdrm2 amd64 2.4.104-1 [41.5 kB] Get:360 http://deb.debian.org/debian bullseye/main amd64 libglapi-mesa amd64 20.3.5-1 [71.7 kB] Get:361 http://deb.debian.org/debian bullseye/main amd64 libx11-xcb1 amd64 2:1.7.2-1+deb11u2 [204 kB] Get:362 http://deb.debian.org/debian bullseye/main amd64 libxcb-dri2-0 amd64 1.14-3 [103 kB] Get:363 http://deb.debian.org/debian bullseye/main amd64 libxcb-dri3-0 amd64 1.14-3 [102 kB] Get:364 http://deb.debian.org/debian bullseye/main amd64 libxcb-glx0 amd64 1.14-3 [118 kB] Get:365 http://deb.debian.org/debian bullseye/main amd64 libxcb-present0 amd64 1.14-3 [101 kB] Get:366 http://deb.debian.org/debian bullseye/main amd64 libxcb-sync1 amd64 1.14-3 [105 kB] Get:367 http://deb.debian.org/debian bullseye/main amd64 libxcb-xfixes0 amd64 1.14-3 [105 kB] Get:368 http://deb.debian.org/debian bullseye/main amd64 libxdamage1 amd64 1:1.1.5-2 [15.7 kB] Get:369 http://deb.debian.org/debian bullseye/main amd64 libxfixes3 amd64 1:5.0.3-2 [22.1 kB] Get:370 http://deb.debian.org/debian bullseye/main amd64 libxshmfence1 amd64 1.3-1 [8,820 B] Get:371 http://deb.debian.org/debian bullseye/main amd64 libxxf86vm1 amd64 1:1.1.4-1+b2 [20.8 kB] Get:372 http://deb.debian.org/debian bullseye/main amd64 libdrm-amdgpu1 amd64 2.4.104-1 [28.5 kB] Get:373 http://deb.debian.org/debian bullseye/main amd64 libpciaccess0 amd64 0.16-1 [53.6 kB] Get:374 http://deb.debian.org/debian bullseye/main amd64 libdrm-intel1 amd64 2.4.104-1 [71.8 kB] Get:375 http://deb.debian.org/debian bullseye/main amd64 libdrm-nouveau2 amd64 2.4.104-1 [26.8 kB] Get:376 http://deb.debian.org/debian bullseye/main amd64 libdrm-radeon1 amd64 2.4.104-1 [30.2 kB] Get:377 http://deb.debian.org/debian bullseye/main amd64 libz3-4 amd64 4.8.10-1 [6,949 kB] Get:378 http://deb.debian.org/debian bullseye/main amd64 libllvm11 amd64 1:11.0.1-2 [17.9 MB] Get:379 http://deb.debian.org/debian bullseye/main amd64 libsensors-config all 1:3.6.0-7 [32.3 kB] Get:380 http://deb.debian.org/debian bullseye/main amd64 libsensors5 amd64 1:3.6.0-7 [52.3 kB] Get:381 http://deb.debian.org/debian bullseye/main amd64 libvulkan1 amd64 1.2.162.0-1 [103 kB] Get:382 http://deb.debian.org/debian bullseye/main amd64 libgl1-mesa-dri amd64 20.3.5-1 [9,633 kB] Get:383 http://deb.debian.org/debian bullseye/main amd64 libglx-mesa0 amd64 20.3.5-1 [186 kB] Get:384 http://deb.debian.org/debian bullseye/main amd64 libglx0 amd64 1.3.2-1 [35.7 kB] Get:385 http://deb.debian.org/debian bullseye/main amd64 libgl1 amd64 1.3.2-1 [89.5 kB] Get:386 http://deb.debian.org/debian bullseye/main amd64 libglu1-mesa amd64 9.0.1-1 [168 kB] Get:387 http://deb.debian.org/debian bullseye/main amd64 libwxbase3.0-0v5 amd64 3.0.5.1+dfsg-2 [1,090 kB] Get:388 http://deb.debian.org/debian bullseye/main amd64 libgdk-pixbuf-xlib-2.0-0 amd64 2.40.2-2 [47.9 kB] Get:389 http://deb.debian.org/debian bullseye/main amd64 libgdk-pixbuf2.0-0 amd64 2.40.2-2 [14.1 kB] Get:390 http://deb.debian.org/debian bullseye/main amd64 libatk1.0-data all 2.36.0-2 [149 kB] Get:391 http://deb.debian.org/debian bullseye/main amd64 libatk1.0-0 amd64 2.36.0-2 [52.2 kB] Get:392 http://deb.debian.org/debian bullseye/main amd64 libatspi2.0-0 amd64 2.38.0-4+deb11u1 [72.4 kB] Get:393 http://deb.debian.org/debian bullseye/main amd64 libatk-bridge2.0-0 amd64 2.38.0-1 [64.6 kB] Get:394 http://deb.debian.org/debian bullseye/main amd64 libcairo-gobject2 amd64 1.16.0-5 [125 kB] Get:395 http://deb.debian.org/debian bullseye/main amd64 liblcms2-2 amd64 2.12~rc1-2 [150 kB] Get:396 http://deb.debian.org/debian bullseye/main amd64 libcolord2 amd64 1.4.5-3 [144 kB] Get:397 http://deb.debian.org/debian bullseye/main amd64 libavahi-common-data amd64 0.8-5+deb11u2 [124 kB] Get:398 http://deb.debian.org/debian bullseye/main amd64 libavahi-common3 amd64 0.8-5+deb11u2 [58.7 kB] Get:399 http://deb.debian.org/debian bullseye/main amd64 libavahi-client3 amd64 0.8-5+deb11u2 [62.6 kB] Get:400 http://deb.debian.org/debian bullseye/main amd64 libcups2 amd64 2.3.3op2-3+deb11u6 [351 kB] Get:401 http://deb.debian.org/debian bullseye/main amd64 libepoxy0 amd64 1.5.5-1 [193 kB] Get:402 http://deb.debian.org/debian bullseye/main amd64 libfribidi0 amd64 1.0.8-2+deb11u1 [64.9 kB] Get:403 http://deb.debian.org/debian bullseye/main amd64 libjson-glib-1.0-common all 1.6.2-1 [56.9 kB] Get:404 http://deb.debian.org/debian bullseye/main amd64 libjson-glib-1.0-0 amd64 1.6.2-1 [65.4 kB] Get:405 http://deb.debian.org/debian bullseye/main amd64 fontconfig amd64 2.13.1-4.2 [417 kB] Get:406 http://deb.debian.org/debian bullseye/main amd64 libpango-1.0-0 amd64 1.46.2-3 [191 kB] Get:407 http://deb.debian.org/debian bullseye/main amd64 libpangoft2-1.0-0 amd64 1.46.2-3 [62.2 kB] Get:408 http://deb.debian.org/debian bullseye/main amd64 libpangocairo-1.0-0 amd64 1.46.2-3 [50.6 kB] Get:409 http://deb.debian.org/debian bullseye/main amd64 libproxy1v5 amd64 0.4.17-1 [59.5 kB] Get:410 http://deb.debian.org/debian bullseye/main amd64 glib-networking-common all 2.66.0-2 [68.1 kB] Get:411 http://deb.debian.org/debian bullseye/main amd64 glib-networking-services amd64 2.66.0-2 [17.5 kB] Get:412 http://deb.debian.org/debian bullseye/main amd64 gsettings-desktop-schemas all 3.38.0-2 [588 kB] Get:413 http://deb.debian.org/debian bullseye/main amd64 glib-networking amd64 2.66.0-2 [67.6 kB] Get:414 http://deb.debian.org/debian bullseye/main amd64 libsoup2.4-1 amd64 2.72.0-2 [280 kB] Get:415 http://deb.debian.org/debian bullseye/main amd64 libsoup-gnome2.4-1 amd64 2.72.0-2 [22.2 kB] Get:416 http://deb.debian.org/debian bullseye/main amd64 librest-0.7-0 amd64 0.8.1-1.1 [33.8 kB] Get:417 http://deb.debian.org/debian bullseye/main amd64 libwayland-client0 amd64 1.18.0-2~exp1.1 [26.9 kB] Get:418 http://deb.debian.org/debian bullseye/main amd64 libwayland-cursor0 amd64 1.18.0-2~exp1.1 [14.6 kB] Get:419 http://deb.debian.org/debian bullseye/main amd64 libwayland-egl1 amd64 1.18.0-2~exp1.1 [8,448 B] Get:420 http://deb.debian.org/debian bullseye/main amd64 libxcomposite1 amd64 1:0.4.5-1 [16.6 kB] Get:421 http://deb.debian.org/debian bullseye/main amd64 libxcursor1 amd64 1:1.2.0-2 [37.3 kB] Get:422 http://deb.debian.org/debian bullseye/main amd64 libxinerama1 amd64 2:1.1.4-2 [17.7 kB] Get:423 http://deb.debian.org/debian bullseye/main amd64 libxkbcommon0 amd64 1.0.3-2 [101 kB] Get:424 http://deb.debian.org/debian bullseye/main amd64 libxrandr2 amd64 2:1.5.1-1 [37.5 kB] Get:425 http://deb.debian.org/debian bullseye/main amd64 libgtk-3-common all 3.24.24-4+deb11u3 [3,757 kB] Get:426 http://deb.debian.org/debian bullseye/main amd64 libgtk-3-0 amd64 3.24.24-4+deb11u3 [2,716 kB] Get:427 http://deb.debian.org/debian bullseye/main amd64 libnotify4 amd64 0.7.9-3 [23.7 kB] Get:428 http://deb.debian.org/debian bullseye/main amd64 libwxgtk3.0-gtk3-0v5 amd64 3.0.5.1+dfsg-2 [4,494 kB] Get:429 http://deb.debian.org/debian bullseye/main amd64 erlang-wx amd64 1:23.2.6+dfsg-1+deb11u1 [2,815 kB] Get:430 http://deb.debian.org/debian bullseye/main amd64 erlang-debugger amd64 1:23.2.6+dfsg-1+deb11u1 [410 kB] Get:431 http://deb.debian.org/debian bullseye/main amd64 erlang-mnesia amd64 1:23.2.6+dfsg-1+deb11u1 [755 kB] Get:432 http://deb.debian.org/debian bullseye/main amd64 erlang-runtime-tools amd64 1:23.2.6+dfsg-1+deb11u1 [216 kB] Get:433 http://deb.debian.org/debian bullseye/main amd64 erlang-public-key amd64 1:23.2.6+dfsg-1+deb11u1 [675 kB] Get:434 http://deb.debian.org/debian bullseye/main amd64 erlang-ssl amd64 1:23.2.6+dfsg-1+deb11u1 [1,317 kB] Get:435 http://deb.debian.org/debian bullseye/main amd64 erlang-ftp amd64 1:23.2.6+dfsg-1+deb11u1 [102 kB] Get:436 http://deb.debian.org/debian bullseye/main amd64 erlang-tftp amd64 1:23.2.6+dfsg-1+deb11u1 [117 kB] Get:437 http://deb.debian.org/debian bullseye/main amd64 erlang-inets amd64 1:23.2.6+dfsg-1+deb11u1 [560 kB] Get:438 http://deb.debian.org/debian bullseye/main amd64 erlang-et amd64 1:23.2.6+dfsg-1+deb11u1 [178 kB] Get:439 http://deb.debian.org/debian bullseye/main amd64 erlang-observer amd64 1:23.2.6+dfsg-1+deb11u1 [886 kB] Get:440 http://deb.debian.org/debian bullseye/main amd64 erlang-snmp amd64 1:23.2.6+dfsg-1+deb11u1 [1,603 kB] Get:441 http://deb.debian.org/debian bullseye/main amd64 erlang-ssh amd64 1:23.2.6+dfsg-1+deb11u1 [784 kB] Get:442 http://deb.debian.org/debian bullseye/main amd64 erlang-syntax-tools amd64 1:23.2.6+dfsg-1+deb11u1 [377 kB] Get:443 http://deb.debian.org/debian bullseye/main amd64 erlang-tools amd64 1:23.2.6+dfsg-1+deb11u1 [532 kB] Get:444 http://deb.debian.org/debian bullseye/main amd64 erlang-xmerl amd64 1:23.2.6+dfsg-1+deb11u1 [1,137 kB] Get:445 http://deb.debian.org/debian bullseye/main amd64 libjs-jquery-metadata all 12-3 [7,660 B] Get:446 http://deb.debian.org/debian bullseye/main amd64 libjs-jquery-tablesorter all 1:2.31.3+dfsg1-1 [185 kB] Get:447 http://deb.debian.org/debian bullseye/main amd64 erlang-common-test amd64 1:23.2.6+dfsg-1+deb11u1 [1,036 kB] Get:448 http://deb.debian.org/debian bullseye/main amd64 erlang-dev amd64 1:23.2.6+dfsg-1+deb11u1 [330 kB] Get:449 http://deb.debian.org/debian bullseye/main amd64 erlang-dialyzer amd64 1:23.2.6+dfsg-1+deb11u1 [715 kB] Get:450 http://deb.debian.org/debian bullseye/main amd64 erlang-diameter amd64 1:23.2.6+dfsg-1+deb11u1 [686 kB] Get:451 http://deb.debian.org/debian bullseye/main amd64 erlang-edoc amd64 1:23.2.6+dfsg-1+deb11u1 [310 kB] Get:452 http://deb.debian.org/debian bullseye/main amd64 erlang-eldap amd64 1:23.2.6+dfsg-1+deb11u1 [133 kB] Get:453 http://deb.debian.org/debian bullseye/main amd64 erlang-erl-docgen amd64 1:23.2.6+dfsg-1+deb11u1 [183 kB] Get:454 http://deb.debian.org/debian bullseye/main amd64 erlang-eunit amd64 1:23.2.6+dfsg-1+deb11u1 [169 kB] Get:455 http://deb.debian.org/debian bullseye/main amd64 libltdl7 amd64 2.4.6-15 [391 kB] Get:456 http://deb.debian.org/debian bullseye/main amd64 libodbc1 amd64 2.3.6-0.1+b1 [224 kB] Get:457 http://deb.debian.org/debian bullseye/main amd64 erlang-odbc amd64 1:23.2.6+dfsg-1+deb11u1 [81.2 kB] Get:458 http://deb.debian.org/debian bullseye/main amd64 erlang-os-mon amd64 1:23.2.6+dfsg-1+deb11u1 [110 kB] Get:459 http://deb.debian.org/debian bullseye/main amd64 erlang-parsetools amd64 1:23.2.6+dfsg-1+deb11u1 [183 kB] Get:460 http://deb.debian.org/debian bullseye/main amd64 erlang-nox all 1:23.2.6+dfsg-1+deb11u1 [39.0 kB] Get:461 http://deb.debian.org/debian bullseye/main amd64 erlang-reltool amd64 1:23.2.6+dfsg-1+deb11u1 [358 kB] Get:462 http://deb.debian.org/debian bullseye/main amd64 libann0 amd64 1.1.2+doc-7 [25.3 kB] Get:463 http://deb.debian.org/debian bullseye/main amd64 libcdt5 amd64 2.42.2-5 [62.2 kB] Get:464 http://deb.debian.org/debian bullseye/main amd64 libcgraph6 amd64 2.42.2-5 [85.5 kB] Get:465 http://deb.debian.org/debian bullseye/main amd64 libgd3 amd64 2.3.0-2 [137 kB] Get:466 http://deb.debian.org/debian bullseye/main amd64 libgts-0.7-5 amd64 0.7.6+darcs121130-4+b1 [158 kB] Get:467 http://deb.debian.org/debian bullseye/main amd64 libpathplan4 amd64 2.42.2-5 [64.3 kB] Get:468 http://deb.debian.org/debian bullseye/main amd64 libgvc6 amd64 2.42.2-5 [695 kB] Get:469 http://deb.debian.org/debian bullseye/main amd64 libgvpr2 amd64 2.42.2-5 [212 kB] Get:470 http://deb.debian.org/debian bullseye/main amd64 liblab-gamut1 amd64 2.42.2-5 [221 kB] Get:471 http://deb.debian.org/debian bullseye/main amd64 graphviz amd64 2.42.2-5 [632 kB] Get:472 http://deb.debian.org/debian bullseye/main amd64 libmbedcrypto3 amd64 2.16.9-0.1 [219 kB] Get:473 http://deb.debian.org/debian bullseye/main amd64 libmbedx509-0 amd64 2.16.9-0.1 [109 kB] Get:474 http://deb.debian.org/debian bullseye/main amd64 libmbedtls12 amd64 2.16.9-0.1 [139 kB] Get:475 http://deb.debian.org/debian bullseye/main amd64 libbctoolbox1 amd64 4.4.13-2 [92.2 kB] Get:476 http://deb.debian.org/debian bullseye/main amd64 libbladerf2 amd64 0.2019.07-7 [188 kB] Get:477 http://deb.debian.org/debian bullseye/main amd64 libboost-chrono1.74.0 amd64 1.74.0-9 [252 kB] Get:478 http://deb.debian.org/debian bullseye/main amd64 libboost-filesystem1.74.0 amd64 1.74.0-9 [283 kB] Get:479 http://deb.debian.org/debian bullseye/main amd64 libboost-regex1.74.0 amd64 1.74.0-9 [516 kB] Get:480 http://deb.debian.org/debian bullseye/main amd64 libboost-serialization1.74.0 amd64 1.74.0-9 [340 kB] Get:481 http://deb.debian.org/debian bullseye/main amd64 libboost-thread1.74.0 amd64 1.74.0-9 [279 kB] Get:482 http://deb.debian.org/debian bullseye/main amd64 libc-ares2 amd64 1.17.1-1+deb11u3 [102 kB] Get:483 http://deb.debian.org/debian bullseye/main amd64 libcrypt-dev amd64 1:4.4.18-4 [104 kB] Get:484 http://deb.debian.org/debian bullseye/main amd64 libtirpc-dev amd64 1.3.1-1+deb11u1 [191 kB] Get:485 http://deb.debian.org/debian bullseye/main amd64 libnsl-dev amd64 1.3.0-2 [66.4 kB] Get:486 http://deb.debian.org/debian bullseye/main amd64 libcdk5nc6 amd64 5.0.20180306-3 [129 kB] Get:487 http://deb.debian.org/debian bullseye/main amd64 libcsv3 amd64 3.0.3+dfsg-5 [10.1 kB] Get:488 http://deb.debian.org/debian bullseye/main amd64 libdbi1 amd64 0.9.0-6 [28.9 kB] Get:489 http://deb.debian.org/debian bullseye/main amd64 libdbd-sqlite3 amd64 0.9.0-9 [180 kB] Get:490 http://deb.debian.org/debian bullseye/main amd64 libdpkg-perl all 1.20.13 [1,552 kB] Get:491 http://deb.debian.org/debian bullseye/main amd64 libgomp1 amd64 10.2.1-6 [99.9 kB] Get:492 http://deb.debian.org/debian bullseye/main amd64 libfftw3-single3 amd64 3.3.8-2 [762 kB] Get:493 http://deb.debian.org/debian bullseye/main amd64 libmnl-dev amd64 1.0.4-3 [7,752 B] Get:494 http://deb.debian.org/debian bullseye/main amd64 libimagequant0 amd64 2.12.2-1.1 [32.5 kB] Get:495 http://deb.debian.org/debian bullseye/main amd64 libmicrohttpd12 amd64 0.9.72-2 [109 kB] Get:496 http://deb.debian.org/debian bullseye/main amd64 pkg-config amd64 0.29.2-1 [65.1 kB] Get:497 http://deb.debian.org/debian bullseye/main amd64 libnl-3-200 amd64 3.4.0-1+b1 [63.6 kB] Get:498 http://deb.debian.org/debian bullseye/main amd64 libnl-route-3-200 amd64 3.4.0-1+b1 [161 kB] Get:499 http://deb.debian.org/debian bullseye/main amd64 libnorm1 amd64 1.5.9+dfsg-2 [221 kB] Get:500 http://deb.debian.org/debian bullseye/main amd64 liboping0 amd64 1.10.0-4+b1 [20.6 kB] Get:501 http://deb.debian.org/debian bullseye/main amd64 liborcania2.1 amd64 2.1.1-4 [13.3 kB] Get:502 http://deb.debian.org/debian bullseye/main amd64 libortp15 amd64 1:4.4.13-2 [81.8 kB] Get:503 http://deb.debian.org/debian bullseye/main amd64 libtalloc-dev amd64 2.3.1-2+b1 [54.7 kB] Get:504 http://deb.debian.org/debian bullseye/main amd64 libsctp-dev amd64 1.0.18+dfsg-1 [81.5 kB] Get:505 http://deb.debian.org/debian bullseye/main amd64 libusb-1.0-0-dev amd64 2:1.0.24-3 [80.4 kB] Get:506 http://deb.debian.org/debian bullseye/main amd64 libpcap0.8 amd64 1.10.0-2 [159 kB] Get:507 http://deb.debian.org/debian bullseye/main amd64 libpgm-5.3-0 amd64 5.3.128~dfsg-2 [161 kB] Get:508 http://deb.debian.org/debian bullseye/main amd64 librsvg2-2 amd64 2.50.3+dfsg-1+deb11u1 [2,462 kB] Get:509 http://deb.debian.org/debian bullseye/main amd64 librsvg2-bin amd64 2.50.3+dfsg-1+deb11u1 [36.2 kB] Get:510 http://deb.debian.org/debian bullseye/main amd64 libsodium23 amd64 1.0.18-1 [161 kB] Get:511 http://deb.debian.org/debian bullseye/main amd64 libsofia-sip-ua0 amd64 1.12.11+20110422.1-2.1+deb11u2 [530 kB] Get:512 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:513 http://deb.debian.org/debian bullseye/main amd64 libuhd3.15.0 amd64 3.15.0.0-4+b1 [2,924 kB] Get:514 http://deb.debian.org/debian bullseye/main amd64 libyder2.0 amd64 1.4.12-1 [8,908 B] Get:515 http://deb.debian.org/debian bullseye/main amd64 libwebpdemux2 amd64 0.6.1-2.1+deb11u2 [87.8 kB] Get:516 http://deb.debian.org/debian bullseye/main amd64 libwebpmux3 amd64 0.6.1-2.1+deb11u2 [97.7 kB] Get:517 http://deb.debian.org/debian bullseye/main amd64 libzmq5 amd64 4.3.4-1+deb11u1 [275 kB] Get:518 http://deb.debian.org/debian bullseye/main amd64 mscgen amd64 0.20-14 [49.5 kB] Get:519 http://deb.debian.org/debian bullseye/main amd64 python3-funcparserlib all 0.3.6+dfsg1-1 [15.9 kB] Get:520 http://deb.debian.org/debian bullseye/main amd64 python3-pil amd64 8.1.2+dfsg-0.3+deb11u1 [445 kB] Get:521 http://deb.debian.org/debian bullseye/main amd64 python3-webcolors all 1.11.1-1 [12.7 kB] Get:522 http://deb.debian.org/debian bullseye/main amd64 python3-roman all 2.0.0-5 [9,064 B] Get:523 http://deb.debian.org/debian bullseye/main amd64 python3-docutils all 0.16+dfsg-4 [384 kB] Get:524 http://deb.debian.org/debian bullseye/main amd64 python3-reportlab-accel amd64 3.5.59-2 [39.1 kB] Get:525 http://deb.debian.org/debian bullseye/main amd64 python3-reportlab all 3.5.59-2 [575 kB] Get:526 http://deb.debian.org/debian bullseye/main amd64 python3-blockdiag all 2.0.1+dfsg-1 [74.1 kB] Get:527 http://deb.debian.org/debian bullseye/main amd64 python3-nwdiag all 2.0.0+dfsg-1 [33.6 kB] Get:528 http://deb.debian.org/debian bullseye/main amd64 python3-multidict amd64 5.1.0-1 [38.7 kB] Get:529 http://deb.debian.org/debian bullseye/main amd64 python3-yarl amd64 1.6.3-2 [48.6 kB] Get:530 http://deb.debian.org/debian bullseye/main amd64 python3-async-timeout all 3.0.1-1.1 [6,420 B] Get:531 http://deb.debian.org/debian bullseye/main amd64 python3-attr all 20.3.0-1 [52.9 kB] Get:532 http://deb.debian.org/debian bullseye/main amd64 python3-typing-extensions all 3.7.4.3-1 [29.8 kB] Get:533 http://deb.debian.org/debian bullseye/main amd64 python3-aiohttp amd64 3.7.4-1 [263 kB] Get:534 http://deb.debian.org/debian bullseye/main amd64 python3-automat all 20.2.0-1 [27.5 kB] Get:535 http://deb.debian.org/debian bullseye/main amd64 python3-cffi-backend amd64 1.14.5-1 [85.8 kB] Get:536 http://deb.debian.org/debian bullseye/main amd64 python3-bcrypt amd64 3.1.7-4 [33.7 kB] Get:537 http://deb.debian.org/debian bullseye/main amd64 python3-constantly all 15.1.0-2 [8,356 B] Get:538 http://deb.debian.org/debian bullseye/main amd64 python3-cryptography amd64 3.3.2-1 [223 kB] Get:539 http://deb.debian.org/debian bullseye/main amd64 python3-hamcrest all 1.9.0-3 [27.6 kB] Get:540 http://deb.debian.org/debian bullseye/main amd64 python3-hyperlink all 19.0.0-2 [36.0 kB] Get:541 http://deb.debian.org/debian bullseye/main amd64 python3-incremental all 17.5.0-1 [13.5 kB] Get:542 http://deb.debian.org/debian bullseye/main amd64 python3-openssl all 20.0.1-1 [53.7 kB] Get:543 http://deb.debian.org/debian bullseye/main amd64 python3-zope.interface amd64 5.2.0-1 [142 kB] Get:544 http://deb.debian.org/debian bullseye/main amd64 python3-twisted-bin amd64 20.3.0-7+deb11u1 [23.1 kB] Get:545 http://deb.debian.org/debian bullseye/main amd64 python3-pyasn1 all 0.4.8-1 [63.8 kB] Get:546 http://deb.debian.org/debian bullseye/main amd64 python3-pyasn1-modules all 0.2.1-1 [34.6 kB] Get:547 http://deb.debian.org/debian bullseye/main amd64 python3-service-identity all 18.1.0-6 [12.6 kB] Get:548 http://deb.debian.org/debian bullseye/main amd64 python3-twisted all 20.3.0-7+deb11u1 [1,966 kB] Get:549 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 576 MB in 10s (56.3 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 ... 28452 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 ... 28452 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.61.06a1.202405162026_amd64.deb ... Unpacking libosmo-rspro2:amd64 (1.0.0.61.06a1.202405162026) ... Selecting previously unselected package libosmoabis13:amd64. Preparing to unpack .../3-libosmoabis13_1.5.1.12.6222.202405162026_amd64.deb ... Unpacking libosmoabis13:amd64 (1.5.1.12.6222.202405162026) ... Selecting previously unselected package libifd-osmo-remsim-client0:amd64. Preparing to unpack .../4-libifd-osmo-remsim-client0_1.0.0.61.06a1.202405162026_amd64.deb ... Unpacking libifd-osmo-remsim-client0:amd64 (1.0.0.61.06a1.202405162026) ... 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-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 ... 28571 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 ... 28571 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) ... Selecting previously unselected package libxml2-utils. Preparing to unpack .../014-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 .../015-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 .../016-xsltproc_1.1.34-4+deb11u1_amd64.deb ... Unpacking xsltproc (1.1.34-4+deb11u1) ... Selecting previously unselected package asciidoc-base. Preparing to unpack .../017-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 .../018-asciidoc_9.0.0~rc2-1_all.deb ... Unpacking asciidoc (9.0.0~rc2-1) ... Selecting previously unselected package xml-core. Preparing to unpack .../019-xml-core_0.18+nmu1_all.deb ... Unpacking xml-core (0.18+nmu1) ... Selecting previously unselected package sgml-data. Preparing to unpack .../020-sgml-data_2.0.11+nmu1_all.deb ... Unpacking sgml-data (2.0.11+nmu1) ... Selecting previously unselected package docbook-xml. Preparing to unpack .../021-docbook-xml_4.5-9_all.deb ... Unpacking docbook-xml (4.5-9) ... Selecting previously unselected package libpaper1:amd64. Preparing to unpack .../022-libpaper1_1.1.28+b1_amd64.deb ... Unpacking libpaper1:amd64 (1.1.28+b1) ... Selecting previously unselected package libpaper-utils. Preparing to unpack .../023-libpaper-utils_1.1.28+b1_amd64.deb ... Unpacking libpaper-utils (1.1.28+b1) ... Selecting previously unselected package libkpathsea6:amd64. Preparing to unpack .../024-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 .../025-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 .../026-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 .../027-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 .../028-libtexluajit2_2020.20200327.54578-7+deb11u1_amd64.deb ... Unpacking libtexluajit2:amd64 (2020.20200327.54578-7+deb11u1) ... Selecting previously unselected package t1utils. Preparing to unpack .../029-t1utils_1.41-4_amd64.deb ... Unpacking t1utils (1.41-4) ... Selecting previously unselected package fonts-dejavu-core. Preparing to unpack .../030-fonts-dejavu-core_2.37-2_all.deb ... Unpacking fonts-dejavu-core (2.37-2) ... Selecting previously unselected package fontconfig-config. Preparing to unpack .../031-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 .../032-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 .../033-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 .../034-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 .../035-libxcb-render0_1.14-3_amd64.deb ... Unpacking libxcb-render0:amd64 (1.14-3) ... Selecting previously unselected package libxcb-shm0:amd64. Preparing to unpack .../036-libxcb-shm0_1.14-3_amd64.deb ... Unpacking libxcb-shm0:amd64 (1.14-3) ... Selecting previously unselected package libxrender1:amd64. Preparing to unpack .../037-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 .../038-libcairo2_1.16.0-5_amd64.deb ... Unpacking libcairo2:amd64 (1.16.0-5) ... Selecting previously unselected package libgraphite2-3:amd64. Preparing to unpack .../039-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 .../040-libharfbuzz0b_2.7.4-1_amd64.deb ... Unpacking libharfbuzz0b:amd64 (2.7.4-1) ... Selecting previously unselected package libmpfr6:amd64. Preparing to unpack .../041-libmpfr6_4.1.0-3_amd64.deb ... Unpacking libmpfr6:amd64 (4.1.0-3) ... Selecting previously unselected package libteckit0:amd64. Preparing to unpack .../042-libteckit0_2.5.10+ds1-3_amd64.deb ... Unpacking libteckit0:amd64 (2.5.10+ds1-3) ... Selecting previously unselected package x11-common. Preparing to unpack .../043-x11-common_1%3a7.7+22_all.deb ... Unpacking x11-common (1:7.7+22) ... Selecting previously unselected package libice6:amd64. Preparing to unpack .../044-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 .../045-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 .../046-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 .../047-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 .../048-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 .../049-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 .../050-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 .../051-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 .../052-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 .../053-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 .../054-texlive-base_2020.20210202-3_all.deb ... Unpacking texlive-base (2020.20210202-3) ... Selecting previously unselected package texlive-fonts-recommended. Preparing to unpack .../055-texlive-fonts-recommended_2020.20210202-3_all.deb ... Unpacking texlive-fonts-recommended (2020.20210202-3) ... Selecting previously unselected package fonts-lmodern. Preparing to unpack .../056-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 .../057-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 .../058-texlive-latex-recommended_2020.20210202-3_all.deb ... Unpacking texlive-latex-recommended (2020.20210202-3) ... Selecting previously unselected package texlive. Preparing to unpack .../059-texlive_2020.20210202-3_all.deb ... Unpacking texlive (2020.20210202-3) ... Selecting previously unselected package texlive-bibtex-extra. Preparing to unpack .../060-texlive-bibtex-extra_2020.20210202-3_all.deb ... Unpacking texlive-bibtex-extra (2020.20210202-3) ... Selecting previously unselected package libthai-data. Preparing to unpack .../061-libthai-data_0.1.28-3_all.deb ... Unpacking libthai-data (0.1.28-3) ... Selecting previously unselected package libdatrie1:amd64. Preparing to unpack .../062-libdatrie1_0.2.13-1_amd64.deb ... Unpacking libdatrie1:amd64 (0.2.13-1) ... Selecting previously unselected package libthai0:amd64. Preparing to unpack .../063-libthai0_0.1.28-3_amd64.deb ... Unpacking libthai0:amd64 (0.1.28-3) ... Selecting previously unselected package libsombok3:amd64. Preparing to unpack .../064-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 .../065-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 .../066-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 .../067-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 .../068-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 .../069-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 .../070-xfonts-utils_1%3a7.7+6_amd64.deb ... Unpacking xfonts-utils (1:7.7+6) ... Selecting previously unselected package lmodern. Preparing to unpack .../071-lmodern_2.004.5-6.1_all.deb ... Unpacking lmodern (2.004.5-6.1) ... Selecting previously unselected package texlive-luatex. Preparing to unpack .../072-texlive-luatex_2020.20210202-3_all.deb ... Unpacking texlive-luatex (2020.20210202-3) ... Selecting previously unselected package texlive-plain-generic. Preparing to unpack .../073-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 .../074-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 .../075-libapache-pom-java_18-1_all.deb ... Unpacking libapache-pom-java (18-1) ... Selecting previously unselected package libcommons-parent-java. Preparing to unpack .../076-libcommons-parent-java_43-1_all.deb ... Unpacking libcommons-parent-java (43-1) ... Selecting previously unselected package libcommons-logging-java. Preparing to unpack .../077-libcommons-logging-java_1.2-2_all.deb ... Unpacking libcommons-logging-java (1.2-2) ... Selecting previously unselected package libfontbox-java. Preparing to unpack .../078-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 .../079-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 .../080-preview-latex-style_12.2-1_all.deb ... Unpacking preview-latex-style (12.2-1) ... Selecting previously unselected package texlive-pictures. Preparing to unpack .../081-texlive-pictures_2020.20210202-3_all.deb ... Unpacking texlive-pictures (2020.20210202-3) ... Selecting previously unselected package texlive-latex-extra. Preparing to unpack .../082-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 .../083-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 .../084-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 .../085-texlive-lang-greek_2020.20210202-2_all.deb ... Unpacking texlive-lang-greek (2020.20210202-2) ... Selecting previously unselected package texlive-science. Preparing to unpack .../086-texlive-science_2020.20210202-3_all.deb ... Unpacking texlive-science (2020.20210202-3) ... Selecting previously unselected package dblatex. Preparing to unpack .../087-dblatex_0.3.12py3-1_all.deb ... Unpacking dblatex (0.3.12py3-1) ... Selecting previously unselected package libosp5. Preparing to unpack .../088-libosp5_1.5.2-13+b2_amd64.deb ... Unpacking libosp5 (1.5.2-13+b2) ... Selecting previously unselected package libostyle1c2. Preparing to unpack .../089-libostyle1c2_1.4devel1-22_amd64.deb ... Unpacking libostyle1c2 (1.4devel1-22) ... Selecting previously unselected package openjade. Preparing to unpack .../090-openjade_1.4devel1-22_amd64.deb ... Unpacking openjade (1.4devel1-22) ... Selecting previously unselected package docbook-dsssl. Preparing to unpack .../091-docbook-dsssl_1.79-9.2_all.deb ... Unpacking docbook-dsssl (1.79-9.2) ... Selecting previously unselected package teckit. Preparing to unpack .../092-teckit_2.5.10+ds1-3_amd64.deb ... Unpacking teckit (2.5.10+ds1-3) ... Selecting previously unselected package tipa. Preparing to unpack .../093-tipa_2%3a1.3-20.1_all.deb ... Unpacking tipa (2:1.3-20.1) ... Selecting previously unselected package texlive-xetex. Preparing to unpack .../094-texlive-xetex_2020.20210202-3_all.deb ... Unpacking texlive-xetex (2020.20210202-3) ... Selecting previously unselected package texlive-formats-extra. Preparing to unpack .../095-texlive-formats-extra_2020.20210202-3_all.deb ... Unpacking texlive-formats-extra (2020.20210202-3) ... Selecting previously unselected package libidn11:amd64. Preparing to unpack .../096-libidn11_1.33-3_amd64.deb ... Unpacking libidn11:amd64 (1.33-3) ... Selecting previously unselected package lynx-common. Preparing to unpack .../097-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 .../098-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 .../099-libsgmls-perl_1.03ii-36_all.deb ... Unpacking libsgmls-perl (1.03ii-36) ... Selecting previously unselected package sgmlspl. Preparing to unpack .../100-sgmlspl_1.03ii-36_all.deb ... Unpacking sgmlspl (1.03ii-36) ... Selecting previously unselected package opensp. Preparing to unpack .../101-opensp_1.5.2-13+b2_amd64.deb ... Unpacking opensp (1.5.2-13+b2) ... Selecting previously unselected package docbook-utils. Preparing to unpack .../102-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 .../103-asciidoc-dblatex_9.0.0~rc2-1_all.deb ... Unpacking asciidoc-dblatex (9.0.0~rc2-1) ... Selecting previously unselected package dbus-user-session. Preparing to unpack .../104-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 .../105-libdconf1_0.38.0-2_amd64.deb ... Unpacking libdconf1:amd64 (0.38.0-2) ... Selecting previously unselected package dconf-service. Preparing to unpack .../106-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 .../107-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 .../108-docbook5-xml_5.0-3_all.deb ... Unpacking docbook5-xml (5.0-3) ... Selecting previously unselected package docutils-common. Preparing to unpack .../109-docutils-common_0.16+dfsg-4_all.deb ... Unpacking docutils-common (0.16+dfsg-4) ... Selecting previously unselected package erlang-base. Preparing to unpack .../110-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 .../111-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 .../112-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 .../113-libglvnd0_1.3.2-1_amd64.deb ... Unpacking libglvnd0:amd64 (1.3.2-1) ... Selecting previously unselected package libdrm-common. Preparing to unpack .../114-libdrm-common_2.4.104-1_all.deb ... Unpacking libdrm-common (2.4.104-1) ... Selecting previously unselected package libdrm2:amd64. Preparing to unpack .../115-libdrm2_2.4.104-1_amd64.deb ... Unpacking libdrm2:amd64 (2.4.104-1) ... Selecting previously unselected package libglapi-mesa:amd64. Preparing to unpack .../116-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 .../117-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 .../118-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 .../119-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 .../120-libxcb-glx0_1.14-3_amd64.deb ... Unpacking libxcb-glx0:amd64 (1.14-3) ... Selecting previously unselected package libxcb-present0:amd64. Preparing to unpack .../121-libxcb-present0_1.14-3_amd64.deb ... Unpacking libxcb-present0:amd64 (1.14-3) ... Selecting previously unselected package libxcb-sync1:amd64. Preparing to unpack .../122-libxcb-sync1_1.14-3_amd64.deb ... Unpacking libxcb-sync1:amd64 (1.14-3) ... Selecting previously unselected package libxcb-xfixes0:amd64. Preparing to unpack .../123-libxcb-xfixes0_1.14-3_amd64.deb ... Unpacking libxcb-xfixes0:amd64 (1.14-3) ... Selecting previously unselected package libxdamage1:amd64. Preparing to unpack .../124-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 .../125-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 .../126-libxshmfence1_1.3-1_amd64.deb ... Unpacking libxshmfence1:amd64 (1.3-1) ... Selecting previously unselected package libxxf86vm1:amd64. Preparing to unpack .../127-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 .../128-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 .../129-libpciaccess0_0.16-1_amd64.deb ... Unpacking libpciaccess0:amd64 (0.16-1) ... Selecting previously unselected package libdrm-intel1:amd64. Preparing to unpack .../130-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 .../131-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 .../132-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 .../133-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 .../134-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 .../135-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 .../136-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 .../137-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 .../138-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 .../139-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 .../140-libglx0_1.3.2-1_amd64.deb ... Unpacking libglx0:amd64 (1.3.2-1) ... Selecting previously unselected package libgl1:amd64. Preparing to unpack .../141-libgl1_1.3.2-1_amd64.deb ... Unpacking libgl1:amd64 (1.3.2-1) ... Selecting previously unselected package libglu1-mesa:amd64. Preparing to unpack .../142-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 .../143-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 .../144-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 .../145-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 .../146-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 .../147-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 .../148-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 .../149-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 .../150-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 .../151-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 .../152-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 .../153-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 .../154-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 .../155-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 .../156-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 .../157-libepoxy0_1.5.5-1_amd64.deb ... Unpacking libepoxy0:amd64 (1.5.5-1) ... Selecting previously unselected package libfribidi0:amd64. Preparing to unpack .../158-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 .../159-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 .../160-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 .../161-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 .../162-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 .../163-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 .../164-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 .../165-libproxy1v5_0.4.17-1_amd64.deb ... Unpacking libproxy1v5:amd64 (0.4.17-1) ... Selecting previously unselected package glib-networking-common. Preparing to unpack .../166-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 .../167-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 .../168-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 .../169-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 .../170-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 .../171-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 .../172-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 .../173-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 .../174-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 .../175-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 .../176-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 .../177-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 .../178-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 .../179-libxkbcommon0_1.0.3-2_amd64.deb ... Unpacking libxkbcommon0:amd64 (1.0.3-2) ... Selecting previously unselected package libxrandr2:amd64. Preparing to unpack .../180-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 .../181-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 .../182-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 .../183-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 .../184-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 .../185-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 .../186-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 .../187-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 .../188-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 .../189-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 .../190-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 .../191-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 .../192-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 .../193-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 .../194-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 .../195-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 .../196-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 .../197-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 .../198-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 .../199-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 .../200-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 .../201-libjs-jquery-metadata_12-3_all.deb ... Unpacking libjs-jquery-metadata (12-3) ... Selecting previously unselected package libjs-jquery-tablesorter. Preparing to unpack .../202-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 .../203-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 .../204-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 .../205-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 .../206-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 .../207-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 .../208-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 .../209-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 .../210-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 .../211-libltdl7_2.4.6-15_amd64.deb ... Unpacking libltdl7:amd64 (2.4.6-15) ... Selecting previously unselected package libodbc1:amd64. Preparing to unpack .../212-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 .../213-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 .../214-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 .../215-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 .../216-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 .../217-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 .../218-libann0_1.1.2+doc-7_amd64.deb ... Unpacking libann0 (1.1.2+doc-7) ... Selecting previously unselected package libcdt5:amd64. Preparing to unpack .../219-libcdt5_2.42.2-5_amd64.deb ... Unpacking libcdt5:amd64 (2.42.2-5) ... Selecting previously unselected package libcgraph6:amd64. Preparing to unpack .../220-libcgraph6_2.42.2-5_amd64.deb ... Unpacking libcgraph6:amd64 (2.42.2-5) ... Selecting previously unselected package libgd3:amd64. Preparing to unpack .../221-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 .../222-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 .../223-libpathplan4_2.42.2-5_amd64.deb ... Unpacking libpathplan4:amd64 (2.42.2-5) ... Selecting previously unselected package libgvc6. Preparing to unpack .../224-libgvc6_2.42.2-5_amd64.deb ... Unpacking libgvc6 (2.42.2-5) ... Selecting previously unselected package libgvpr2:amd64. Preparing to unpack .../225-libgvpr2_2.42.2-5_amd64.deb ... Unpacking libgvpr2:amd64 (2.42.2-5) ... Selecting previously unselected package liblab-gamut1:amd64. Preparing to unpack .../226-liblab-gamut1_2.42.2-5_amd64.deb ... Unpacking liblab-gamut1:amd64 (2.42.2-5) ... Selecting previously unselected package graphviz. Preparing to unpack .../227-graphviz_2.42.2-5_amd64.deb ... Unpacking graphviz (2.42.2-5) ... Selecting previously unselected package gtp-echo-responder. Preparing to unpack .../228-gtp-echo-responder_1.11.0.30.5758.202405162026_amd64.deb ... Unpacking gtp-echo-responder (1.11.0.30.5758.202405162026) ... Selecting previously unselected package libmbedcrypto3:amd64. Preparing to unpack .../229-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 .../230-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 .../231-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 .../232-libbctoolbox1_4.4.13-2_amd64.deb ... Unpacking libbctoolbox1:amd64 (4.4.13-2) ... Selecting previously unselected package libbladerf2:amd64. Preparing to unpack .../233-libbladerf2_0.2019.07-7_amd64.deb ... Unpacking libbladerf2:amd64 (0.2019.07-7) ... Selecting previously unselected package libboost-chrono1.74.0:amd64. Preparing to unpack .../234-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 .../235-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 .../236-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 .../237-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 .../238-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 .../239-libc-ares2_1.17.1-1+deb11u3_amd64.deb ... Unpacking libc-ares2:amd64 (1.17.1-1+deb11u3) ... Selecting previously unselected package libc-dev-bin. Preparing to unpack .../240-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 .../241-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 .../242-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 .../243-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 .../244-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 .../245-libc6-dev_2.31-13+deb11u10_amd64.deb ... Unpacking libc6-dev:amd64 (2.31-13+deb11u10) ... Selecting previously unselected package libcdk5nc6:amd64. Preparing to unpack .../246-libcdk5nc6_5.0.20180306-3_amd64.deb ... Unpacking libcdk5nc6:amd64 (5.0.20180306-3) ... Selecting previously unselected package libcsv3:amd64. Preparing to unpack .../247-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 .../248-libdbi1_0.9.0-6_amd64.deb ... Unpacking libdbi1:amd64 (0.9.0-6) ... Selecting previously unselected package libdbd-sqlite3:amd64. Preparing to unpack .../249-libdbd-sqlite3_0.9.0-9_amd64.deb ... Unpacking libdbd-sqlite3:amd64 (0.9.0-9) ... Selecting previously unselected package libdpkg-perl. Preparing to unpack .../250-libdpkg-perl_1.20.13_all.deb ... Unpacking libdpkg-perl (1.20.13) ... Selecting previously unselected package libgomp1:amd64. Preparing to unpack .../251-libgomp1_10.2.1-6_amd64.deb ... Unpacking libgomp1:amd64 (10.2.1-6) ... Selecting previously unselected package libfftw3-single3:amd64. Preparing to unpack .../252-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 .../253-libgtp6_1.11.0.30.5758.202405162026_amd64.deb ... Unpacking libgtp6:amd64 (1.11.0.30.5758.202405162026) ... Selecting previously unselected package libgtp-dev:amd64. Preparing to unpack .../254-libgtp-dev_1.11.0.30.5758.202405162026_amd64.deb ... Unpacking libgtp-dev:amd64 (1.11.0.30.5758.202405162026) ... Selecting previously unselected package libmnl-dev:amd64. Preparing to unpack .../255-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 .../256-libgtpnl0_1.2.5.28.a2dd.202405162026_amd64.deb ... Unpacking libgtpnl0:amd64 (1.2.5.28.a2dd.202405162026) ... Selecting previously unselected package libgtpnl-dev:amd64. Preparing to unpack .../257-libgtpnl-dev_1.2.5.28.a2dd.202405162026_amd64.deb ... Unpacking libgtpnl-dev:amd64 (1.2.5.28.a2dd.202405162026) ... Selecting previously unselected package libifd-osmo-remsim-client0-dbgsym:amd64. Preparing to unpack .../258-libifd-osmo-remsim-client0-dbgsym_1.0.0.61.06a1.202405162026_amd64.deb ... Unpacking libifd-osmo-remsim-client0-dbgsym:amd64 (1.0.0.61.06a1.202405162026) ... Selecting previously unselected package libimagequant0:amd64. Preparing to unpack .../259-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 .../260-liblimesuite23.11-1_23.11.0.4.9dce.202405162026_amd64.deb ... Unpacking liblimesuite23.11-1:amd64 (23.11.0.4.9dce.202405162026) ... Selecting previously unselected package libmicrohttpd12:amd64. Preparing to unpack .../261-libmicrohttpd12_0.9.72-2_amd64.deb ... Unpacking libmicrohttpd12:amd64 (0.9.72-2) ... Selecting previously unselected package libnftables-dev:amd64. Preparing to unpack .../262-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 .../263-libnftables1-dbgsym_1.0.6-2_amd64.deb ... Unpacking libnftables1-dbgsym:amd64 (1.0.6-2) ... Selecting previously unselected package pkg-config. Preparing to unpack .../264-pkg-config_0.29.2-1_amd64.deb ... Unpacking pkg-config (0.29.2-1) ... Selecting previously unselected package libnftnl-dev:amd64. Preparing to unpack .../265-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 .../266-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 .../267-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 .../268-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 .../269-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 .../270-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 .../271-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 .../272-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 .../273-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 .../274-libosmotrau2_1.5.1.12.6222.202405162026_amd64.deb ... Unpacking libosmotrau2:amd64 (1.5.1.12.6222.202405162026) ... Selecting previously unselected package libosmo-abis:amd64. Preparing to unpack .../275-libosmo-abis_1.5.1.12.6222.202405162026_amd64.deb ... Unpacking libosmo-abis:amd64 (1.5.1.12.6222.202405162026) ... Selecting previously unselected package libosmo-abis-dev:amd64. Preparing to unpack .../276-libosmo-abis-dev_1.5.1.12.6222.202405162026_amd64.deb ... Unpacking libosmo-abis-dev:amd64 (1.5.1.12.6222.202405162026) ... Selecting previously unselected package libosmo-csn1-0:amd64. Preparing to unpack .../277-libosmo-csn1-0_0.1.0.202405162026_amd64.deb ... Unpacking libosmo-csn1-0:amd64 (0.1.0.202405162026) ... Selecting previously unselected package libosmo-csn1-dbg:amd64. Preparing to unpack .../278-libosmo-csn1-dbg_0.1.0.202405162026_amd64.deb ... Unpacking libosmo-csn1-dbg:amd64 (0.1.0.202405162026) ... Selecting previously unselected package libosmo-csn1-dev:amd64. Preparing to unpack .../279-libosmo-csn1-dev_0.1.0.202405162026_amd64.deb ... Unpacking libosmo-csn1-dev:amd64 (0.1.0.202405162026) ... Selecting previously unselected package libosmo-e1d1:amd64. Preparing to unpack .../280-libosmo-e1d1_0.6.0.20.71a2.202405162026_amd64.deb ... Unpacking libosmo-e1d1:amd64 (0.6.0.20.71a2.202405162026) ... Selecting previously unselected package libosmo-e1d1-dbgsym:amd64. Preparing to unpack .../281-libosmo-e1d1-dbgsym_0.6.0.20.71a2.202405162026_amd64.deb ... Unpacking libosmo-e1d1-dbgsym:amd64 (0.6.0.20.71a2.202405162026) ... Selecting previously unselected package libosmo-fl2k0:amd64. Preparing to unpack .../282-libosmo-fl2k0_0.2.0.1.6c81.202405162026_amd64.deb ... Unpacking libosmo-fl2k0:amd64 (0.2.0.1.6c81.202405162026) ... Selecting previously unselected package libosmo-fl2k-dev. Preparing to unpack .../283-libosmo-fl2k-dev_0.2.0.1.6c81.202405162026_amd64.deb ... Unpacking libosmo-fl2k-dev (0.2.0.1.6c81.202405162026) ... Selecting previously unselected package libosmo-fl2k0-dbgsym:amd64. Preparing to unpack .../284-libosmo-fl2k0-dbgsym_0.2.0.1.6c81.202405162026_amd64.deb ... Unpacking libosmo-fl2k0-dbgsym:amd64 (0.2.0.1.6c81.202405162026) ... Selecting previously unselected package libosmo-gprs-llc0:amd64. Preparing to unpack .../285-libosmo-gprs-llc0_0.1.0.202405162026_amd64.deb ... Unpacking libosmo-gprs-llc0:amd64 (0.1.0.202405162026) ... Selecting previously unselected package libosmo-gprs-gmm0:amd64. Preparing to unpack .../286-libosmo-gprs-gmm0_0.1.0.202405162026_amd64.deb ... Unpacking libosmo-gprs-gmm0:amd64 (0.1.0.202405162026) ... Selecting previously unselected package libosmo-gprs-gmm-dbg:amd64. Preparing to unpack .../287-libosmo-gprs-gmm-dbg_0.1.0.202405162026_amd64.deb ... Unpacking libosmo-gprs-gmm-dbg:amd64 (0.1.0.202405162026) ... Selecting previously unselected package libosmo-gprs-gmm-dev:amd64. Preparing to unpack .../288-libosmo-gprs-gmm-dev_0.1.0.202405162026_amd64.deb ... Unpacking libosmo-gprs-gmm-dev:amd64 (0.1.0.202405162026) ... Selecting previously unselected package libosmo-gprs-llc-dbg:amd64. Preparing to unpack .../289-libosmo-gprs-llc-dbg_0.1.0.202405162026_amd64.deb ... Unpacking libosmo-gprs-llc-dbg:amd64 (0.1.0.202405162026) ... Selecting previously unselected package libosmo-gprs-llc-dev:amd64. Preparing to unpack .../290-libosmo-gprs-llc-dev_0.1.0.202405162026_amd64.deb ... Unpacking libosmo-gprs-llc-dev:amd64 (0.1.0.202405162026) ... Selecting previously unselected package libosmo-gprs-rlcmac0:amd64. Preparing to unpack .../291-libosmo-gprs-rlcmac0_0.1.0.202405162026_amd64.deb ... Unpacking libosmo-gprs-rlcmac0:amd64 (0.1.0.202405162026) ... Selecting previously unselected package libosmo-gprs-rlcmac-dbg:amd64. Preparing to unpack .../292-libosmo-gprs-rlcmac-dbg_0.1.0.202405162026_amd64.deb ... Unpacking libosmo-gprs-rlcmac-dbg:amd64 (0.1.0.202405162026) ... Selecting previously unselected package libosmo-gprs-rlcmac-dev:amd64. Preparing to unpack .../293-libosmo-gprs-rlcmac-dev_0.1.0.202405162026_amd64.deb ... Unpacking libosmo-gprs-rlcmac-dev:amd64 (0.1.0.202405162026) ... Selecting previously unselected package libosmo-gprs-sndcp0:amd64. Preparing to unpack .../294-libosmo-gprs-sndcp0_0.1.0.202405162026_amd64.deb ... Unpacking libosmo-gprs-sndcp0:amd64 (0.1.0.202405162026) ... Selecting previously unselected package libosmo-gprs-sm0:amd64. Preparing to unpack .../295-libosmo-gprs-sm0_0.1.0.202405162026_amd64.deb ... Unpacking libosmo-gprs-sm0:amd64 (0.1.0.202405162026) ... Selecting previously unselected package libosmo-gprs-sm-dbg:amd64. Preparing to unpack .../296-libosmo-gprs-sm-dbg_0.1.0.202405162026_amd64.deb ... Unpacking libosmo-gprs-sm-dbg:amd64 (0.1.0.202405162026) ... Selecting previously unselected package libosmo-gprs-sm-dev:amd64. Preparing to unpack .../297-libosmo-gprs-sm-dev_0.1.0.202405162026_amd64.deb ... Unpacking libosmo-gprs-sm-dev:amd64 (0.1.0.202405162026) ... Selecting previously unselected package libosmo-gprs-sndcp-dbg:amd64. Preparing to unpack .../298-libosmo-gprs-sndcp-dbg_0.1.0.202405162026_amd64.deb ... Unpacking libosmo-gprs-sndcp-dbg:amd64 (0.1.0.202405162026) ... Selecting previously unselected package libosmo-gprs-sndcp-dev:amd64. Preparing to unpack .../299-libosmo-gprs-sndcp-dev_0.1.0.202405162026_amd64.deb ... Unpacking libosmo-gprs-sndcp-dev:amd64 (0.1.0.202405162026) ... Selecting previously unselected package libosmo-gsup-client0:amd64. Preparing to unpack .../300-libosmo-gsup-client0_1.7.0.15.6b77.202405162026_amd64.deb ... Unpacking libosmo-gsup-client0:amd64 (1.7.0.15.6b77.202405162026) ... Selecting previously unselected package libtalloc-dev:amd64. Preparing to unpack .../301-libtalloc-dev_2.3.1-2+b1_amd64.deb ... Unpacking libtalloc-dev:amd64 (2.3.1-2+b1) ... Selecting previously unselected package libsctp-dev:amd64. Preparing to unpack .../302-libsctp-dev_1.0.18+dfsg-1_amd64.deb ... Unpacking libsctp-dev:amd64 (1.0.18+dfsg-1) ... Selecting previously unselected package libusb-1.0-0-dev:amd64. Preparing to unpack .../303-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 .../304-libosmocore-dev_1.9.0.198.0323.202405162026_amd64.deb ... Unpacking libosmocore-dev:amd64 (1.9.0.198.0323.202405162026) ... Selecting previously unselected package libosmo-gsup-client-dev:amd64. Preparing to unpack .../305-libosmo-gsup-client-dev_1.7.0.15.6b77.202405162026_amd64.deb ... Unpacking libosmo-gsup-client-dev:amd64 (1.7.0.15.6b77.202405162026) ... Selecting previously unselected package libosmo-gtlv1:amd64. Preparing to unpack .../306-libosmo-gtlv1_0.3.0.5.1ffb.202405162026_amd64.deb ... Unpacking libosmo-gtlv1:amd64 (0.3.0.5.1ffb.202405162026) ... Selecting previously unselected package libosmo-gtlv-dev:amd64. Preparing to unpack .../307-libosmo-gtlv-dev_0.3.0.5.1ffb.202405162026_amd64.deb ... Unpacking libosmo-gtlv-dev:amd64 (0.3.0.5.1ffb.202405162026) ... Selecting previously unselected package libosmo-mgcp-client12:amd64. Preparing to unpack .../308-libosmo-mgcp-client12_1.12.1.50.fa393.202405162026_amd64.deb ... Unpacking libosmo-mgcp-client12:amd64 (1.12.1.50.fa393.202405162026) ... Selecting previously unselected package libosmo-mgcp-client12-dbgsym:amd64. Preparing to unpack .../309-libosmo-mgcp-client12-dbgsym_1.12.1.50.fa393.202405162026_amd64.deb ... Unpacking libosmo-mgcp-client12-dbgsym:amd64 (1.12.1.50.fa393.202405162026) ... Selecting previously unselected package libosmo-mslookup1:amd64. Preparing to unpack .../310-libosmo-mslookup1_1.7.0.15.6b77.202405162026_amd64.deb ... Unpacking libosmo-mslookup1:amd64 (1.7.0.15.6b77.202405162026) ... Selecting previously unselected package libosmo-mslookup-dev:amd64. Preparing to unpack .../311-libosmo-mslookup-dev_1.7.0.15.6b77.202405162026_amd64.deb ... Unpacking libosmo-mslookup-dev:amd64 (1.7.0.15.6b77.202405162026) ... Selecting previously unselected package libosmonetif11:amd64. Preparing to unpack .../312-libosmonetif11_1.4.0.55.6930.202405162026_amd64.deb ... Unpacking libosmonetif11:amd64 (1.4.0.55.6930.202405162026) ... Selecting previously unselected package libosmo-netif-dev:amd64. Preparing to unpack .../313-libosmo-netif-dev_1.4.0.55.6930.202405162026_amd64.deb ... Unpacking libosmo-netif-dev:amd64 (1.4.0.55.6930.202405162026) ... Selecting previously unselected package libosmo-netif-doc. Preparing to unpack .../314-libosmo-netif-doc_1.4.0.55.6930.202405162026_all.deb ... Unpacking libosmo-netif-doc (1.4.0.55.6930.202405162026) ... Selecting previously unselected package libosmo-octoi2:amd64. Preparing to unpack .../315-libosmo-octoi2_0.6.0.20.71a2.202405162026_amd64.deb ... Unpacking libosmo-octoi2:amd64 (0.6.0.20.71a2.202405162026) ... Selecting previously unselected package libosmo-octoi2-dbgsym:amd64. Preparing to unpack .../316-libosmo-octoi2-dbgsym_0.6.0.20.71a2.202405162026_amd64.deb ... Unpacking libosmo-octoi2-dbgsym:amd64 (0.6.0.20.71a2.202405162026) ... Selecting previously unselected package libosmo-pfcp0:amd64. Preparing to unpack .../317-libosmo-pfcp0_0.3.0.5.1ffb.202405162026_amd64.deb ... Unpacking libosmo-pfcp0:amd64 (0.3.0.5.1ffb.202405162026) ... Selecting previously unselected package libosmo-pfcp. Preparing to unpack .../318-libosmo-pfcp_0.3.0.5.1ffb.202405162026_amd64.deb ... Unpacking libosmo-pfcp (0.3.0.5.1ffb.202405162026) ... Selecting previously unselected package libosmo-pfcp-dev:amd64. Preparing to unpack .../319-libosmo-pfcp-dev_0.3.0.5.1ffb.202405162026_amd64.deb ... Unpacking libosmo-pfcp-dev:amd64 (0.3.0.5.1ffb.202405162026) ... Selecting previously unselected package libosmo-rspro-dev:amd64. Preparing to unpack .../320-libosmo-rspro-dev_1.0.0.61.06a1.202405162026_amd64.deb ... Unpacking libosmo-rspro-dev:amd64 (1.0.0.61.06a1.202405162026) ... Selecting previously unselected package libosmo-rspro2-dbgsym:amd64. Preparing to unpack .../321-libosmo-rspro2-dbgsym_1.0.0.61.06a1.202405162026_amd64.deb ... Unpacking libosmo-rspro2-dbgsym:amd64 (1.0.0.61.06a1.202405162026) ... Selecting previously unselected package libosmo-sccp-dev:amd64. Preparing to unpack .../322-libosmo-sccp-dev_1.8.0.66.705a.202405162026_amd64.deb ... Unpacking libosmo-sccp-dev:amd64 (1.8.0.66.705a.202405162026) ... Selecting previously unselected package libosmo-sigtran9:amd64. Preparing to unpack .../323-libosmo-sigtran9_1.8.0.66.705a.202405162026_amd64.deb ... Unpacking libosmo-sigtran9:amd64 (1.8.0.66.705a.202405162026) ... Selecting previously unselected package libosmo-sigtran-dbg:amd64. Preparing to unpack .../324-libosmo-sigtran-dbg_1.8.0.66.705a.202405162026_amd64.deb ... Unpacking libosmo-sigtran-dbg:amd64 (1.8.0.66.705a.202405162026) ... Selecting previously unselected package libosmo-sigtran-dev:amd64. Preparing to unpack .../325-libosmo-sigtran-dev_1.8.0.66.705a.202405162026_amd64.deb ... Unpacking libosmo-sigtran-dev:amd64 (1.8.0.66.705a.202405162026) ... Selecting previously unselected package libosmo-sigtran-doc. Preparing to unpack .../326-libosmo-sigtran-doc_1.8.0.66.705a.202405162026_all.deb ... Unpacking libosmo-sigtran-doc (1.8.0.66.705a.202405162026) ... Selecting previously unselected package libosmo-simtrace2-1:amd64. Preparing to unpack .../327-libosmo-simtrace2-1_0.8.1.73.69de.202405162026_amd64.deb ... Unpacking libosmo-simtrace2-1:amd64 (0.8.1.73.69de.202405162026) ... Selecting previously unselected package libosmo-simtrace2-1-dbgsym:amd64. Preparing to unpack .../328-libosmo-simtrace2-1-dbgsym_0.8.1.73.69de.202405162026_amd64.deb ... Unpacking libosmo-simtrace2-1-dbgsym:amd64 (0.8.1.73.69de.202405162026) ... Selecting previously unselected package libosmo-simtrace2-dev:amd64. Preparing to unpack .../329-libosmo-simtrace2-dev_0.8.1.73.69de.202405162026_amd64.deb ... Unpacking libosmo-simtrace2-dev:amd64 (0.8.1.73.69de.202405162026) ... Selecting previously unselected package libosmocodec-doc. Preparing to unpack .../330-libosmocodec-doc_1.9.0.198.0323.202405162026_all.deb ... Unpacking libosmocodec-doc (1.9.0.198.0323.202405162026) ... Selecting previously unselected package libosmocoding-doc. Preparing to unpack .../331-libosmocoding-doc_1.9.0.198.0323.202405162026_all.deb ... Unpacking libosmocoding-doc (1.9.0.198.0323.202405162026) ... Selecting previously unselected package libosmogsm-doc. Preparing to unpack .../332-libosmogsm-doc_1.9.0.198.0323.202405162026_all.deb ... Unpacking libosmogsm-doc (1.9.0.198.0323.202405162026) ... Selecting previously unselected package libosmoisdn-doc. Preparing to unpack .../333-libosmoisdn-doc_1.9.0.198.0323.202405162026_all.deb ... Unpacking libosmoisdn-doc (1.9.0.198.0323.202405162026) ... Selecting previously unselected package libosmovty-doc. Preparing to unpack .../334-libosmovty-doc_1.9.0.198.0323.202405162026_all.deb ... Unpacking libosmovty-doc (1.9.0.198.0323.202405162026) ... Selecting previously unselected package libosmoctrl-doc. Preparing to unpack .../335-libosmoctrl-doc_1.9.0.198.0323.202405162026_all.deb ... Unpacking libosmoctrl-doc (1.9.0.198.0323.202405162026) ... Selecting previously unselected package libosmogb-doc. Preparing to unpack .../336-libosmogb-doc_1.9.0.198.0323.202405162026_all.deb ... Unpacking libosmogb-doc (1.9.0.198.0323.202405162026) ... Selecting previously unselected package libosmosim-doc. Preparing to unpack .../337-libosmosim-doc_1.9.0.198.0323.202405162026_all.deb ... Unpacking libosmosim-doc (1.9.0.198.0323.202405162026) ... Selecting previously unselected package libosmousb-doc. Preparing to unpack .../338-libosmousb-doc_1.9.0.198.0323.202405162026_all.deb ... Unpacking libosmousb-doc (1.9.0.198.0323.202405162026) ... Selecting previously unselected package libosmocore-doc. Preparing to unpack .../339-libosmocore-doc_1.9.0.198.0323.202405162026_all.deb ... Unpacking libosmocore-doc (1.9.0.198.0323.202405162026) ... Selecting previously unselected package libosmocore-utils:amd64. Preparing to unpack .../340-libosmocore-utils_1.9.0.198.0323.202405162026_amd64.deb ... Unpacking libosmocore-utils:amd64 (1.9.0.198.0323.202405162026) ... Selecting previously unselected package libosmodsp0:amd64. Preparing to unpack .../341-libosmodsp0_0.4.0.8.9128.202405162026_amd64.deb ... Unpacking libosmodsp0:amd64 (0.4.0.8.9128.202405162026) ... Selecting previously unselected package libosmodsp-dev:amd64. Preparing to unpack .../342-libosmodsp-dev_0.4.0.8.9128.202405162026_amd64.deb ... Unpacking libosmodsp-dev:amd64 (0.4.0.8.9128.202405162026) ... Selecting previously unselected package libosmodsp-doc. Preparing to unpack .../343-libosmodsp-doc_0.4.0.8.9128.202405162026_all.deb ... Unpacking libosmodsp-doc (0.4.0.8.9128.202405162026) ... Selecting previously unselected package libpcap0.8:amd64. Preparing to unpack .../344-libpcap0.8_1.10.0-2_amd64.deb ... Unpacking libpcap0.8:amd64 (1.10.0-2) ... Selecting previously unselected package libpgm-5.3-0:amd64. Preparing to unpack .../345-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 .../346-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 .../347-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 .../348-librtlsdr0_2.0.2.202405162026_amd64.deb ... Unpacking librtlsdr0:amd64 (2.0.2.202405162026) ... Selecting previously unselected package librtlsdr-dev. Preparing to unpack .../349-librtlsdr-dev_2.0.2.202405162026_amd64.deb ... Unpacking librtlsdr-dev (2.0.2.202405162026) ... Selecting previously unselected package libsmpp1:amd64. Preparing to unpack .../350-libsmpp1_1.14.3.3.16b4.202405162026_amd64.deb ... Unpacking libsmpp1:amd64 (1.14.3.3.16b4.202405162026) ... Selecting previously unselected package libsmpp34-dev:amd64. Preparing to unpack .../351-libsmpp34-dev_1.14.3.3.16b4.202405162026_amd64.deb ... Unpacking libsmpp34-dev:amd64 (1.14.3.3.16b4.202405162026) ... Selecting previously unselected package libsmpp34-utils. Preparing to unpack .../352-libsmpp34-utils_1.14.3.3.16b4.202405162026_amd64.deb ... Unpacking libsmpp34-utils (1.14.3.3.16b4.202405162026) ... Selecting previously unselected package libsodium23:amd64. Preparing to unpack .../353-libsodium23_1.0.18-1_amd64.deb ... Unpacking libsodium23:amd64 (1.0.18-1) ... Selecting previously unselected package libsofia-sip-ua0. Preparing to unpack .../354-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 .../355-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 .../356-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 .../357-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 .../358-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 .../359-libusrp1_3.4.8.1.0f8f.202405162026_amd64.deb ... Unpacking libusrp1 (3.4.8.1.0f8f.202405162026) ... Selecting previously unselected package libusrp-dev. Preparing to unpack .../360-libusrp-dev_3.4.8.1.0f8f.202405162026_amd64.deb ... Unpacking libusrp-dev (3.4.8.1.0f8f.202405162026) ... Selecting previously unselected package libusrp-doc. Preparing to unpack .../361-libusrp-doc_3.4.8.1.0f8f.202405162026_all.deb ... Unpacking libusrp-doc (3.4.8.1.0f8f.202405162026) ... Selecting previously unselected package libusrp-firmware. Preparing to unpack .../362-libusrp-firmware_3.4.8.1.0f8f.202405162026_amd64.deb ... Unpacking libusrp-firmware (3.4.8.1.0f8f.202405162026) ... Selecting previously unselected package libusrp-utils. Preparing to unpack .../363-libusrp-utils_3.4.8.1.0f8f.202405162026_amd64.deb ... Unpacking libusrp-utils (3.4.8.1.0f8f.202405162026) ... Selecting previously unselected package libusrp-utils-dbgsym. Preparing to unpack .../364-libusrp-utils-dbgsym_3.4.8.1.0f8f.202405162026_amd64.deb ... Unpacking libusrp-utils-dbgsym (3.4.8.1.0f8f.202405162026) ... Selecting previously unselected package libusrp1-dbgsym. Preparing to unpack .../365-libusrp1-dbgsym_3.4.8.1.0f8f.202405162026_amd64.deb ... Unpacking libusrp1-dbgsym (3.4.8.1.0f8f.202405162026) ... Selecting previously unselected package libwebpdemux2:amd64. Preparing to unpack .../366-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 .../367-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 .../368-libzmq5_4.3.4-1+deb11u1_amd64.deb ... Unpacking libzmq5:amd64 (4.3.4-1+deb11u1) ... Selecting previously unselected package mscgen. Preparing to unpack .../369-mscgen_0.20-14_amd64.deb ... Unpacking mscgen (0.20-14) ... Selecting previously unselected package neocon:amd64. Preparing to unpack .../370-neocon_1.0.2.202405162026_amd64.deb ... Unpacking neocon:amd64 (1.0.2.202405162026) ... Selecting previously unselected package neocon-dbgsym:amd64. Preparing to unpack .../371-neocon-dbgsym_1.0.2.202405162026_amd64.deb ... Unpacking neocon-dbgsym:amd64 (1.0.2.202405162026) ... Selecting previously unselected package nftables-dbgsym. Preparing to unpack .../372-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 .../373-osmo-bsc-doc_1.11.0.86.3b5e7.202405162026_all.deb ... Unpacking osmo-bsc-doc (1.11.0.86.3b5e7.202405162026) ... Selecting previously unselected package osmo-bsc-nat-doc. Preparing to unpack .../374-osmo-bsc-nat-doc_0.1.0.202405162026_all.deb ... Unpacking osmo-bsc-nat-doc (0.1.0.202405162026) ... Selecting previously unselected package osmo-bts-trx. Preparing to unpack .../375-osmo-bts-trx_1.7.0.66.b7aa0.202405162026_amd64.deb ... Unpacking osmo-bts-trx (1.7.0.66.b7aa0.202405162026) ... Selecting previously unselected package osmo-bts-virtual. Preparing to unpack .../376-osmo-bts-virtual_1.7.0.66.b7aa0.202405162026_amd64.deb ... Unpacking osmo-bts-virtual (1.7.0.66.b7aa0.202405162026) ... Selecting previously unselected package osmo-bts. Preparing to unpack .../377-osmo-bts_1.7.0.66.b7aa0.202405162026_amd64.deb ... Unpacking osmo-bts (1.7.0.66.b7aa0.202405162026) ... Selecting previously unselected package osmo-bts-doc. Preparing to unpack .../378-osmo-bts-doc_1.7.0.66.b7aa0.202405162026_all.deb ... Unpacking osmo-bts-doc (1.7.0.66.b7aa0.202405162026) ... Selecting previously unselected package osmo-cbc-doc. Preparing to unpack .../379-osmo-cbc-doc_0.4.2.8.bd50.202405162026_all.deb ... Unpacking osmo-cbc-doc (0.4.2.8.bd50.202405162026) ... Selecting previously unselected package osmo-diameter2gsup. Preparing to unpack .../380-osmo-diameter2gsup_0.2.0.8.d1be.202405162026_amd64.deb ... Unpacking osmo-diameter2gsup (0.2.0.8.d1be.202405162026) ... Selecting previously unselected package osmo-e1d. Preparing to unpack .../381-osmo-e1d_0.6.0.20.71a2.202405162026_amd64.deb ... Unpacking osmo-e1d (0.6.0.20.71a2.202405162026) ... Selecting previously unselected package osmo-e1d-dbgsym. Preparing to unpack .../382-osmo-e1d-dbgsym_0.6.0.20.71a2.202405162026_amd64.deb ... Unpacking osmo-e1d-dbgsym (0.6.0.20.71a2.202405162026) ... Selecting previously unselected package osmo-fl2k. Preparing to unpack .../383-osmo-fl2k_0.2.0.1.6c81.202405162026_amd64.deb ... Unpacking osmo-fl2k (0.2.0.1.6c81.202405162026) ... Selecting previously unselected package osmo-fl2k-dbgsym. Preparing to unpack .../384-osmo-fl2k-dbgsym_0.2.0.1.6c81.202405162026_amd64.deb ... Unpacking osmo-fl2k-dbgsym (0.2.0.1.6c81.202405162026) ... Selecting previously unselected package osmo-gbproxy-doc. Preparing to unpack .../385-osmo-gbproxy-doc_1%3a0.4.1.2.9681.202405162026_all.deb ... Unpacking osmo-gbproxy-doc (1:0.4.1.2.9681.202405162026) ... Selecting previously unselected package osmo-ggsn. Preparing to unpack .../386-osmo-ggsn_1.11.0.30.5758.202405162026_amd64.deb ... Unpacking osmo-ggsn (1.11.0.30.5758.202405162026) ... Selecting previously unselected package osmo-ggsn-doc. Preparing to unpack .../387-osmo-ggsn-doc_1.11.0.30.5758.202405162026_all.deb ... Unpacking osmo-ggsn-doc (1.11.0.30.5758.202405162026) ... Selecting previously unselected package python3-funcparserlib. Preparing to unpack .../388-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 .../389-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 .../390-python3-webcolors_1.11.1-1_all.deb ... Unpacking python3-webcolors (1.11.1-1) ... Selecting previously unselected package python3-roman. Preparing to unpack .../391-python3-roman_2.0.0-5_all.deb ... Unpacking python3-roman (2.0.0-5) ... Selecting previously unselected package python3-docutils. Preparing to unpack .../392-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 .../393-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 .../394-python3-reportlab_3.5.59-2_all.deb ... Unpacking python3-reportlab (3.5.59-2) ... Selecting previously unselected package python3-blockdiag. Preparing to unpack .../395-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 .../396-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 .../397-osmo-gsm-manuals-dev_1.5.0.12.8819.202405162026_all.deb ... Unpacking osmo-gsm-manuals-dev (1.5.0.12.8819.202405162026) ... Selecting previously unselected package osmo-hlr. Preparing to unpack .../398-osmo-hlr_1.7.0.15.6b77.202405162026_amd64.deb ... Unpacking osmo-hlr (1.7.0.15.6b77.202405162026) ... Selecting previously unselected package osmo-hlr-doc. Preparing to unpack .../399-osmo-hlr-doc_1.7.0.15.6b77.202405162026_all.deb ... Unpacking osmo-hlr-doc (1.7.0.15.6b77.202405162026) ... Selecting previously unselected package osmo-hnbgw-doc. Preparing to unpack .../400-osmo-hnbgw-doc_1.5.0.61.a597.202405162026_all.deb ... Unpacking osmo-hnbgw-doc (1.5.0.61.a597.202405162026) ... Selecting previously unselected package osmo-hnodeb-doc. Preparing to unpack .../401-osmo-hnodeb-doc_0.1.2.15.cb5e.202405162026_all.deb ... Unpacking osmo-hnodeb-doc (0.1.2.15.cb5e.202405162026) ... Selecting previously unselected package osmo-mgw. Preparing to unpack .../402-osmo-mgw_1.12.1.50.fa393.202405162026_amd64.deb ... Unpacking osmo-mgw (1.12.1.50.fa393.202405162026) ... Selecting previously unselected package osmo-mgw-dbgsym. Preparing to unpack .../403-osmo-mgw-dbgsym_1.12.1.50.fa393.202405162026_amd64.deb ... Unpacking osmo-mgw-dbgsym (1.12.1.50.fa393.202405162026) ... Selecting previously unselected package osmo-mgw-doc. Preparing to unpack .../404-osmo-mgw-doc_1.12.1.50.fa393.202405162026_all.deb ... Unpacking osmo-mgw-doc (1.12.1.50.fa393.202405162026) ... Selecting previously unselected package osmo-msc-doc. Preparing to unpack .../405-osmo-msc-doc_1.11.1.55.46f10.202405162026_all.deb ... Unpacking osmo-msc-doc (1.11.1.55.46f10.202405162026) ... Selecting previously unselected package osmo-mslookup-utils:amd64. Preparing to unpack .../406-osmo-mslookup-utils_1.7.0.15.6b77.202405162026_amd64.deb ... Unpacking osmo-mslookup-utils:amd64 (1.7.0.15.6b77.202405162026) ... Selecting previously unselected package osmo-pcu. Preparing to unpack .../407-osmo-pcu_1.4.0.13.38bcb.202405162026_amd64.deb ... Unpacking osmo-pcu (1.4.0.13.38bcb.202405162026) ... Selecting previously unselected package osmo-pcu-doc. Preparing to unpack .../408-osmo-pcu-doc_1.4.0.13.38bcb.202405162026_all.deb ... Unpacking osmo-pcu-doc (1.4.0.13.38bcb.202405162026) ... Selecting previously unselected package osmo-remsim-apitool:amd64. Preparing to unpack .../409-osmo-remsim-apitool_1.0.0.61.06a1.202405162026_amd64.deb ... Unpacking osmo-remsim-apitool:amd64 (1.0.0.61.06a1.202405162026) ... Selecting previously unselected package osmo-remsim-bankd:amd64. Preparing to unpack .../410-osmo-remsim-bankd_1.0.0.61.06a1.202405162026_amd64.deb ... Unpacking osmo-remsim-bankd:amd64 (1.0.0.61.06a1.202405162026) ... Selecting previously unselected package osmo-remsim-bankd-dbgsym:amd64. Preparing to unpack .../411-osmo-remsim-bankd-dbgsym_1.0.0.61.06a1.202405162026_amd64.deb ... Unpacking osmo-remsim-bankd-dbgsym:amd64 (1.0.0.61.06a1.202405162026) ... Selecting previously unselected package osmo-remsim-client-shell:amd64. Preparing to unpack .../412-osmo-remsim-client-shell_1.0.0.61.06a1.202405162026_amd64.deb ... Unpacking osmo-remsim-client-shell:amd64 (1.0.0.61.06a1.202405162026) ... Selecting previously unselected package osmo-remsim-client-shell-dbgsym:amd64. Preparing to unpack .../413-osmo-remsim-client-shell-dbgsym_1.0.0.61.06a1.202405162026_amd64.deb ... Unpacking osmo-remsim-client-shell-dbgsym:amd64 (1.0.0.61.06a1.202405162026) ... Selecting previously unselected package osmo-remsim-client-st2:amd64. Preparing to unpack .../414-osmo-remsim-client-st2_1.0.0.61.06a1.202405162026_amd64.deb ... Unpacking osmo-remsim-client-st2:amd64 (1.0.0.61.06a1.202405162026) ... Selecting previously unselected package osmo-remsim-client-st2-dbgsym:amd64. Preparing to unpack .../415-osmo-remsim-client-st2-dbgsym_1.0.0.61.06a1.202405162026_amd64.deb ... Unpacking osmo-remsim-client-st2-dbgsym:amd64 (1.0.0.61.06a1.202405162026) ... Selecting previously unselected package osmo-remsim-doc. Preparing to unpack .../416-osmo-remsim-doc_1.0.0.61.06a1.202405162026_all.deb ... Unpacking osmo-remsim-doc (1.0.0.61.06a1.202405162026) ... Selecting previously unselected package osmo-remsim-server:amd64. Preparing to unpack .../417-osmo-remsim-server_1.0.0.61.06a1.202405162026_amd64.deb ... Unpacking osmo-remsim-server:amd64 (1.0.0.61.06a1.202405162026) ... Selecting previously unselected package osmo-remsim-server-dbgsym:amd64. Preparing to unpack .../418-osmo-remsim-server-dbgsym_1.0.0.61.06a1.202405162026_amd64.deb ... Unpacking osmo-remsim-server-dbgsym:amd64 (1.0.0.61.06a1.202405162026) ... Selecting previously unselected package osmo-sgsn-doc. Preparing to unpack .../419-osmo-sgsn-doc_1.11.1.18.0a6fe.202405162026_all.deb ... Unpacking osmo-sgsn-doc (1.11.1.18.0a6fe.202405162026) ... Selecting previously unselected package osmo-sip-connector. Preparing to unpack .../420-osmo-sip-connector_1.6.3.10.d639.202405162026_amd64.deb ... Unpacking osmo-sip-connector (1.6.3.10.d639.202405162026) ... Selecting previously unselected package osmo-sip-connector-doc. Preparing to unpack .../421-osmo-sip-connector-doc_1.6.3.10.d639.202405162026_all.deb ... Unpacking osmo-sip-connector-doc (1.6.3.10.d639.202405162026) ... Selecting previously unselected package osmo-smlc-doc. Preparing to unpack .../422-osmo-smlc-doc_0.2.4.6.ddfe.202405162026_all.deb ... Unpacking osmo-smlc-doc (0.2.4.6.ddfe.202405162026) ... Selecting previously unselected package osmo-stp:amd64. Preparing to unpack .../423-osmo-stp_1.8.0.66.705a.202405162026_amd64.deb ... Unpacking osmo-stp:amd64 (1.8.0.66.705a.202405162026) ... Selecting previously unselected package osmo-stp-dbg:amd64. Preparing to unpack .../424-osmo-stp-dbg_1.8.0.66.705a.202405162026_amd64.deb ... Unpacking osmo-stp-dbg:amd64 (1.8.0.66.705a.202405162026) ... Selecting previously unselected package osmo-stp-doc. Preparing to unpack .../425-osmo-stp-doc_1.8.0.66.705a.202405162026_all.deb ... Unpacking osmo-stp-doc (1.8.0.66.705a.202405162026) ... Selecting previously unselected package osmo-trx-uhd. Preparing to unpack .../426-osmo-trx-uhd_1.6.0.32.553d.202405162026_amd64.deb ... Unpacking osmo-trx-uhd (1.6.0.32.553d.202405162026) ... Selecting previously unselected package osmo-trx. Preparing to unpack .../427-osmo-trx_1.6.0.32.553d.202405162026_all.deb ... Unpacking osmo-trx (1.6.0.32.553d.202405162026) ... Selecting previously unselected package osmo-trx-doc. Preparing to unpack .../428-osmo-trx-doc_1.6.0.32.553d.202405162026_all.deb ... Unpacking osmo-trx-doc (1.6.0.32.553d.202405162026) ... Selecting previously unselected package osmo-trx-ipc. Preparing to unpack .../429-osmo-trx-ipc_1.6.0.32.553d.202405162026_amd64.deb ... Unpacking osmo-trx-ipc (1.6.0.32.553d.202405162026) ... Selecting previously unselected package osmo-trx-lms. Preparing to unpack .../430-osmo-trx-lms_1.6.0.32.553d.202405162026_amd64.deb ... Unpacking osmo-trx-lms (1.6.0.32.553d.202405162026) ... Selecting previously unselected package osmo-trx-ms-blade. Preparing to unpack .../431-osmo-trx-ms-blade_1.6.0.32.553d.202405162026_amd64.deb ... Unpacking osmo-trx-ms-blade (1.6.0.32.553d.202405162026) ... Selecting previously unselected package osmo-trx-usrp1. Preparing to unpack .../432-osmo-trx-usrp1_1.6.0.32.553d.202405162026_amd64.deb ... Unpacking osmo-trx-usrp1 (1.6.0.32.553d.202405162026) ... Selecting previously unselected package osmo-uecups. Preparing to unpack .../433-osmo-uecups_0.2.2.2.62fc.202405162026_amd64.deb ... Unpacking osmo-uecups (0.2.2.2.62fc.202405162026) ... Selecting previously unselected package osmo-uecups-dbgsym. Preparing to unpack .../434-osmo-uecups-dbgsym_0.2.2.2.62fc.202405162026_amd64.deb ... Unpacking osmo-uecups-dbgsym (0.2.2.2.62fc.202405162026) ... Selecting previously unselected package osmo-upf-doc. Preparing to unpack .../435-osmo-upf-doc_0.1.1.101.afe7.202405162026_all.deb ... Unpacking osmo-upf-doc (0.1.1.101.afe7.202405162026) ... Selecting previously unselected package python3-multidict. Preparing to unpack .../436-python3-multidict_5.1.0-1_amd64.deb ... Unpacking python3-multidict (5.1.0-1) ... Selecting previously unselected package python3-yarl. Preparing to unpack .../437-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 .../438-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 .../439-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 .../440-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 .../441-python3-aiohttp_3.7.4-1_amd64.deb ... Unpacking python3-aiohttp (3.7.4-1) ... Selecting previously unselected package python3-automat. Preparing to unpack .../442-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 .../443-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 .../444-python3-bcrypt_3.1.7-4_amd64.deb ... Unpacking python3-bcrypt (3.1.7-4) ... Selecting previously unselected package python3-constantly. Preparing to unpack .../445-python3-constantly_15.1.0-2_all.deb ... Unpacking python3-constantly (15.1.0-2) ... Selecting previously unselected package python3-cryptography. Preparing to unpack .../446-python3-cryptography_3.3.2-1_amd64.deb ... Unpacking python3-cryptography (3.3.2-1) ... Selecting previously unselected package python3-hamcrest. Preparing to unpack .../447-python3-hamcrest_1.9.0-3_all.deb ... Unpacking python3-hamcrest (1.9.0-3) ... Selecting previously unselected package python3-hyperlink. Preparing to unpack .../448-python3-hyperlink_19.0.0-2_all.deb ... Unpacking python3-hyperlink (19.0.0-2) ... Selecting previously unselected package python3-incremental. Preparing to unpack .../449-python3-incremental_17.5.0-1_all.deb ... Unpacking python3-incremental (17.5.0-1) ... Selecting previously unselected package python3-openssl. Preparing to unpack .../450-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 .../451-python3-osmopy-libs_0.3.0.3.b15d.202405162026_all.deb ... Unpacking python3-osmopy-libs (0.3.0.3.b15d.202405162026) ... Selecting previously unselected package python3-zope.interface. Preparing to unpack .../452-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 .../453-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 .../454-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 .../455-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 .../456-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 .../457-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 .../458-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 .../459-python3-osmopy-utils_0.3.0.3.b15d.202405162026_all.deb ... Unpacking python3-osmopy-utils (0.3.0.3.b15d.202405162026) ... Selecting previously unselected package rebar3. Preparing to unpack .../460-rebar3_3.18.0~osmo2_all.deb ... Unpacking rebar3 (3.18.0~osmo2) ... Selecting previously unselected package rtl-sdr. Preparing to unpack .../461-rtl-sdr_2.0.2.202405162026_amd64.deb ... Unpacking rtl-sdr (2.0.2.202405162026) ... Selecting previously unselected package simtrace2-firmware. Preparing to unpack .../462-simtrace2-firmware_0.8.1.73.69de.202405162026_all.deb ... Unpacking simtrace2-firmware (0.8.1.73.69de.202405162026) ... Selecting previously unselected package simtrace2-utils:amd64. Preparing to unpack .../463-simtrace2-utils_0.8.1.73.69de.202405162026_amd64.deb ... Unpacking simtrace2-utils:amd64 (0.8.1.73.69de.202405162026) ... Selecting previously unselected package simtrace2-utils-dbgsym:amd64. Preparing to unpack .../464-simtrace2-utils-dbgsym_0.8.1.73.69de.202405162026_amd64.deb ... Unpacking simtrace2-utils-dbgsym:amd64 (0.8.1.73.69de.202405162026) ... Selecting previously unselected package uwsc. Preparing to unpack .../465-uwsc_2.7.4-1ubuntu3.1_amd64.deb ... Unpacking uwsc (2.7.4-1ubuntu3.1) ... Selecting previously unselected package uwsc-dbgsym. Preparing to unpack .../466-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 .../467-abisip-find_1.11.0.86.3b5e7.202405162026_amd64.deb ... Unpacking abisip-find (1.11.0.86.3b5e7.202405162026) ... Selecting previously unselected package gtp-echo-responder-dbg:amd64. Preparing to unpack .../468-gtp-echo-responder-dbg_1.11.0.30.5758.202405162026_amd64.deb ... Unpacking gtp-echo-responder-dbg:amd64 (1.11.0.30.5758.202405162026) ... Selecting previously unselected package libasn1c1:amd64. Preparing to unpack .../469-libasn1c1_0.9.36.2.5324.202405162026_amd64.deb ... Unpacking libasn1c1:amd64 (0.9.36.2.5324.202405162026) ... Selecting previously unselected package libasn1c-dbg:amd64. Preparing to unpack .../470-libasn1c-dbg_0.9.36.2.5324.202405162026_amd64.deb ... Unpacking libasn1c-dbg:amd64 (0.9.36.2.5324.202405162026) ... Selecting previously unselected package libasn1c-dev:amd64. Preparing to unpack .../471-libasn1c-dev_0.9.36.2.5324.202405162026_amd64.deb ... Unpacking libasn1c-dev:amd64 (0.9.36.2.5324.202405162026) ... Selecting previously unselected package libgtp-dbg:amd64. Preparing to unpack .../472-libgtp-dbg_1.11.0.30.5758.202405162026_amd64.deb ... Unpacking libgtp-dbg:amd64 (1.11.0.30.5758.202405162026) ... Selecting previously unselected package libgtpnl-dbg:amd64. Preparing to unpack .../473-libgtpnl-dbg_1.2.5.28.a2dd.202405162026_amd64.deb ... Unpacking libgtpnl-dbg:amd64 (1.2.5.28.a2dd.202405162026) ... Selecting previously unselected package libgtpnl-tools:amd64. Preparing to unpack .../474-libgtpnl-tools_1.2.5.28.a2dd.202405162026_amd64.deb ... Unpacking libgtpnl-tools:amd64 (1.2.5.28.a2dd.202405162026) ... Selecting previously unselected package libosmo-abis-dbg:amd64. Preparing to unpack .../475-libosmo-abis-dbg_1.5.1.12.6222.202405162026_amd64.deb ... Unpacking libosmo-abis-dbg:amd64 (1.5.1.12.6222.202405162026) ... Selecting previously unselected package libosmo-e1d-dev:amd64. Preparing to unpack .../476-libosmo-e1d-dev_0.6.0.20.71a2.202405162026_amd64.deb ... Unpacking libosmo-e1d-dev:amd64 (0.6.0.20.71a2.202405162026) ... Selecting previously unselected package libosmo-gtlv-dbg:amd64. Preparing to unpack .../477-libosmo-gtlv-dbg_0.3.0.5.1ffb.202405162026_amd64.deb ... Unpacking libosmo-gtlv-dbg:amd64 (0.3.0.5.1ffb.202405162026) ... Selecting previously unselected package libosmo-hnbap0:amd64. Preparing to unpack .../478-libosmo-hnbap0_1.5.1.8.977d3b.202405162026_amd64.deb ... Unpacking libosmo-hnbap0:amd64 (1.5.1.8.977d3b.202405162026) ... Selecting previously unselected package libosmo-hnbap-dbg:amd64. Preparing to unpack .../479-libosmo-hnbap-dbg_1.5.1.8.977d3b.202405162026_amd64.deb ... Unpacking libosmo-hnbap-dbg:amd64 (1.5.1.8.977d3b.202405162026) ... Selecting previously unselected package libosmo-hnbap-dev:amd64. Preparing to unpack .../480-libosmo-hnbap-dev_1.5.1.8.977d3b.202405162026_amd64.deb ... Unpacking libosmo-hnbap-dev:amd64 (1.5.1.8.977d3b.202405162026) ... Selecting previously unselected package libosmo-mgcp-client-dev:amd64. Preparing to unpack .../481-libosmo-mgcp-client-dev_1.12.1.50.fa393.202405162026_amd64.deb ... Unpacking libosmo-mgcp-client-dev:amd64 (1.12.1.50.fa393.202405162026) ... Selecting previously unselected package libosmo-netif-dbg:amd64. Preparing to unpack .../482-libosmo-netif-dbg_1.4.0.55.6930.202405162026_amd64.deb ... Unpacking libosmo-netif-dbg:amd64 (1.4.0.55.6930.202405162026) ... Selecting previously unselected package libosmo-octoi-dev:amd64. Preparing to unpack .../483-libosmo-octoi-dev_0.6.0.20.71a2.202405162026_amd64.deb ... Unpacking libosmo-octoi-dev:amd64 (0.6.0.20.71a2.202405162026) ... Selecting previously unselected package libosmo-pfcp-dbg:amd64. Preparing to unpack .../484-libosmo-pfcp-dbg_0.3.0.5.1ffb.202405162026_amd64.deb ... Unpacking libosmo-pfcp-dbg:amd64 (0.3.0.5.1ffb.202405162026) ... Selecting previously unselected package libosmo-ranap7:amd64. Preparing to unpack .../485-libosmo-ranap7_1.5.1.8.977d3b.202405162026_amd64.deb ... Unpacking libosmo-ranap7:amd64 (1.5.1.8.977d3b.202405162026) ... Selecting previously unselected package libosmo-ranap-dbg:amd64. Preparing to unpack .../486-libosmo-ranap-dbg_1.5.1.8.977d3b.202405162026_amd64.deb ... Unpacking libosmo-ranap-dbg:amd64 (1.5.1.8.977d3b.202405162026) ... Selecting previously unselected package libosmo-ranap-dev:amd64. Preparing to unpack .../487-libosmo-ranap-dev_1.5.1.8.977d3b.202405162026_amd64.deb ... Unpacking libosmo-ranap-dev:amd64 (1.5.1.8.977d3b.202405162026) ... Selecting previously unselected package libosmo-rua0:amd64. Preparing to unpack .../488-libosmo-rua0_1.5.1.8.977d3b.202405162026_amd64.deb ... Unpacking libosmo-rua0:amd64 (1.5.1.8.977d3b.202405162026) ... Selecting previously unselected package libosmo-rua-dbg:amd64. Preparing to unpack .../489-libosmo-rua-dbg_1.5.1.8.977d3b.202405162026_amd64.deb ... Unpacking libosmo-rua-dbg:amd64 (1.5.1.8.977d3b.202405162026) ... Selecting previously unselected package libosmo-rua-dev:amd64. Preparing to unpack .../490-libosmo-rua-dev_1.5.1.8.977d3b.202405162026_amd64.deb ... Unpacking libosmo-rua-dev:amd64 (1.5.1.8.977d3b.202405162026) ... Selecting previously unselected package libosmo-sabp1:amd64. Preparing to unpack .../491-libosmo-sabp1_1.5.1.8.977d3b.202405162026_amd64.deb ... Unpacking libosmo-sabp1:amd64 (1.5.1.8.977d3b.202405162026) ... Selecting previously unselected package libosmo-sabp-dbg:amd64. Preparing to unpack .../492-libosmo-sabp-dbg_1.5.1.8.977d3b.202405162026_amd64.deb ... Unpacking libosmo-sabp-dbg:amd64 (1.5.1.8.977d3b.202405162026) ... Selecting previously unselected package libosmo-sabp-dev:amd64. Preparing to unpack .../493-libosmo-sabp-dev_1.5.1.8.977d3b.202405162026_amd64.deb ... Unpacking libosmo-sabp-dev:amd64 (1.5.1.8.977d3b.202405162026) ... Selecting previously unselected package libosmo-sbcap0:amd64. Preparing to unpack .../494-libosmo-sbcap0_0.4.2.8.bd50.202405162026_amd64.deb ... Unpacking libosmo-sbcap0:amd64 (0.4.2.8.bd50.202405162026) ... Selecting previously unselected package libosmo-sbcap-dev:amd64. Preparing to unpack .../495-libosmo-sbcap-dev_0.4.2.8.bd50.202405162026_amd64.deb ... Unpacking libosmo-sbcap-dev:amd64 (0.4.2.8.bd50.202405162026) ... Selecting previously unselected package libosmocore-dbg:amd64. Preparing to unpack .../496-libosmocore-dbg_1.9.0.198.0323.202405162026_amd64.deb ... Unpacking libosmocore-dbg:amd64 (1.9.0.198.0323.202405162026) ... Selecting previously unselected package libosmodsp-dbg:amd64. Preparing to unpack .../497-libosmodsp-dbg_0.4.0.8.9128.202405162026_amd64.deb ... Unpacking libosmodsp-dbg:amd64 (0.4.0.8.9128.202405162026) ... Selecting previously unselected package libsmpp34-dbg. Preparing to unpack .../498-libsmpp34-dbg_1.14.3.3.16b4.202405162026_amd64.deb ... Unpacking libsmpp34-dbg (1.14.3.3.16b4.202405162026) ... Selecting previously unselected package osmo-bsc. Preparing to unpack .../499-osmo-bsc_1.11.0.86.3b5e7.202405162026_amd64.deb ... Unpacking osmo-bsc (1.11.0.86.3b5e7.202405162026) ... Selecting previously unselected package osmo-bsc-bs11-utils. Preparing to unpack .../500-osmo-bsc-bs11-utils_1.11.0.86.3b5e7.202405162026_amd64.deb ... Unpacking osmo-bsc-bs11-utils (1.11.0.86.3b5e7.202405162026) ... Selecting previously unselected package osmo-bsc-dbg:amd64. Preparing to unpack .../501-osmo-bsc-dbg_1.11.0.86.3b5e7.202405162026_amd64.deb ... Unpacking osmo-bsc-dbg:amd64 (1.11.0.86.3b5e7.202405162026) ... Selecting previously unselected package osmo-bsc-ipaccess-utils. Preparing to unpack .../502-osmo-bsc-ipaccess-utils_1.11.0.86.3b5e7.202405162026_amd64.deb ... Unpacking osmo-bsc-ipaccess-utils (1.11.0.86.3b5e7.202405162026) ... Selecting previously unselected package osmo-bsc-meas-utils. Preparing to unpack .../503-osmo-bsc-meas-utils_1.11.0.86.3b5e7.202405162026_amd64.deb ... Unpacking osmo-bsc-meas-utils (1.11.0.86.3b5e7.202405162026) ... Selecting previously unselected package osmo-bsc-nat. Preparing to unpack .../504-osmo-bsc-nat_0.1.0.202405162026_amd64.deb ... Unpacking osmo-bsc-nat (0.1.0.202405162026) ... Selecting previously unselected package osmo-bsc-nat-dbg:amd64. Preparing to unpack .../505-osmo-bsc-nat-dbg_0.1.0.202405162026_amd64.deb ... Unpacking osmo-bsc-nat-dbg:amd64 (0.1.0.202405162026) ... Selecting previously unselected package osmo-bts-trx-dbg. Preparing to unpack .../506-osmo-bts-trx-dbg_1.7.0.66.b7aa0.202405162026_amd64.deb ... Unpacking osmo-bts-trx-dbg (1.7.0.66.b7aa0.202405162026) ... Selecting previously unselected package osmo-bts-virtual-dbg. Preparing to unpack .../507-osmo-bts-virtual-dbg_1.7.0.66.b7aa0.202405162026_amd64.deb ... Unpacking osmo-bts-virtual-dbg (1.7.0.66.b7aa0.202405162026) ... Selecting previously unselected package osmo-cbc. Preparing to unpack .../508-osmo-cbc_0.4.2.8.bd50.202405162026_amd64.deb ... Unpacking osmo-cbc (0.4.2.8.bd50.202405162026) ... Selecting previously unselected package osmo-cbc-dbg:amd64. Preparing to unpack .../509-osmo-cbc-dbg_0.4.2.8.bd50.202405162026_amd64.deb ... Unpacking osmo-cbc-dbg:amd64 (0.4.2.8.bd50.202405162026) ... Selecting previously unselected package osmo-cbc-utils. Preparing to unpack .../510-osmo-cbc-utils_0.4.2.8.bd50.202405162026_amd64.deb ... Unpacking osmo-cbc-utils (0.4.2.8.bd50.202405162026) ... Selecting previously unselected package osmo-gbproxy. Preparing to unpack .../511-osmo-gbproxy_1%3a0.4.1.2.9681.202405162026_amd64.deb ... Unpacking osmo-gbproxy (1:0.4.1.2.9681.202405162026) ... Selecting previously unselected package osmo-gbproxy-dbg. Preparing to unpack .../512-osmo-gbproxy-dbg_1%3a0.4.1.2.9681.202405162026_amd64.deb ... Unpacking osmo-gbproxy-dbg (1:0.4.1.2.9681.202405162026) ... Selecting previously unselected package osmo-ggsn-dbg:amd64. Preparing to unpack .../513-osmo-ggsn-dbg_1.11.0.30.5758.202405162026_amd64.deb ... Unpacking osmo-ggsn-dbg:amd64 (1.11.0.30.5758.202405162026) ... Selecting previously unselected package osmo-gtphub. Preparing to unpack .../514-osmo-gtphub_1.11.1.18.0a6fe.202405162026_amd64.deb ... Unpacking osmo-gtphub (1.11.1.18.0a6fe.202405162026) ... Selecting previously unselected package osmo-gtphub-dbg. Preparing to unpack .../515-osmo-gtphub-dbg_1.11.1.18.0a6fe.202405162026_amd64.deb ... Unpacking osmo-gtphub-dbg (1.11.1.18.0a6fe.202405162026) ... Selecting previously unselected package osmo-hlr-dbg. Preparing to unpack .../516-osmo-hlr-dbg_1.7.0.15.6b77.202405162026_amd64.deb ... Unpacking osmo-hlr-dbg (1.7.0.15.6b77.202405162026) ... Selecting previously unselected package osmo-hnbgw. Preparing to unpack .../517-osmo-hnbgw_1.5.0.61.a597.202405162026_amd64.deb ... Unpacking osmo-hnbgw (1.5.0.61.a597.202405162026) ... Selecting previously unselected package osmo-hnbgw-dbg:amd64. Preparing to unpack .../518-osmo-hnbgw-dbg_1.5.0.61.a597.202405162026_amd64.deb ... Unpacking osmo-hnbgw-dbg:amd64 (1.5.0.61.a597.202405162026) ... Selecting previously unselected package osmo-hnodeb. Preparing to unpack .../519-osmo-hnodeb_0.1.2.15.cb5e.202405162026_amd64.deb ... Unpacking osmo-hnodeb (0.1.2.15.cb5e.202405162026) ... Selecting previously unselected package osmo-hnodeb-dbg:amd64. Preparing to unpack .../520-osmo-hnodeb-dbg_0.1.2.15.cb5e.202405162026_amd64.deb ... Unpacking osmo-hnodeb-dbg:amd64 (0.1.2.15.cb5e.202405162026) ... Selecting previously unselected package osmo-msc. Preparing to unpack .../521-osmo-msc_1.11.1.55.46f10.202405162026_amd64.deb ... Unpacking osmo-msc (1.11.1.55.46f10.202405162026) ... Selecting previously unselected package osmo-msc-dbg:amd64. Preparing to unpack .../522-osmo-msc-dbg_1.11.1.55.46f10.202405162026_amd64.deb ... Unpacking osmo-msc-dbg:amd64 (1.11.1.55.46f10.202405162026) ... Selecting previously unselected package osmo-pcap-client. Preparing to unpack .../523-osmo-pcap-client_0.4.2.2.9f47.202405162026_amd64.deb ... Unpacking osmo-pcap-client (0.4.2.2.9f47.202405162026) ... Selecting previously unselected package osmo-pcap-client-dbg. Preparing to unpack .../524-osmo-pcap-client-dbg_0.4.2.2.9f47.202405162026_amd64.deb ... Unpacking osmo-pcap-client-dbg (0.4.2.2.9f47.202405162026) ... Selecting previously unselected package osmo-pcap-server. Preparing to unpack .../525-osmo-pcap-server_0.4.2.2.9f47.202405162026_amd64.deb ... Unpacking osmo-pcap-server (0.4.2.2.9f47.202405162026) ... Selecting previously unselected package osmo-pcap-server-dbg. Preparing to unpack .../526-osmo-pcap-server-dbg_0.4.2.2.9f47.202405162026_amd64.deb ... Unpacking osmo-pcap-server-dbg (0.4.2.2.9f47.202405162026) ... Selecting previously unselected package osmo-pcu-dbg. Preparing to unpack .../527-osmo-pcu-dbg_1.4.0.13.38bcb.202405162026_amd64.deb ... Unpacking osmo-pcu-dbg (1.4.0.13.38bcb.202405162026) ... Selecting previously unselected package osmo-sgsn. Preparing to unpack .../528-osmo-sgsn_1.11.1.18.0a6fe.202405162026_amd64.deb ... Unpacking osmo-sgsn (1.11.1.18.0a6fe.202405162026) ... Selecting previously unselected package osmo-sgsn-dbg:amd64. Preparing to unpack .../529-osmo-sgsn-dbg_1.11.1.18.0a6fe.202405162026_amd64.deb ... Unpacking osmo-sgsn-dbg:amd64 (1.11.1.18.0a6fe.202405162026) ... Selecting previously unselected package osmo-sip-connector-dbg. Preparing to unpack .../530-osmo-sip-connector-dbg_1.6.3.10.d639.202405162026_amd64.deb ... Unpacking osmo-sip-connector-dbg (1.6.3.10.d639.202405162026) ... Selecting previously unselected package osmo-smlc. Preparing to unpack .../531-osmo-smlc_0.2.4.6.ddfe.202405162026_amd64.deb ... Unpacking osmo-smlc (0.2.4.6.ddfe.202405162026) ... Selecting previously unselected package osmo-smlc-dbg:amd64. Preparing to unpack .../532-osmo-smlc-dbg_0.2.4.6.ddfe.202405162026_amd64.deb ... Unpacking osmo-smlc-dbg:amd64 (0.2.4.6.ddfe.202405162026) ... Selecting previously unselected package osmo-sysmon. Preparing to unpack .../533-osmo-sysmon_0.3.2.3.4e7c.202405162026_amd64.deb ... Unpacking osmo-sysmon (0.3.2.3.4e7c.202405162026) ... Selecting previously unselected package osmo-sysmon-dbg:amd64. Preparing to unpack .../534-osmo-sysmon-dbg_0.3.2.3.4e7c.202405162026_amd64.deb ... Unpacking osmo-sysmon-dbg:amd64 (0.3.2.3.4e7c.202405162026) ... Selecting previously unselected package osmo-trx-dbg. Preparing to unpack .../535-osmo-trx-dbg_1.6.0.32.553d.202405162026_amd64.deb ... Unpacking osmo-trx-dbg (1.6.0.32.553d.202405162026) ... Selecting previously unselected package osmo-upf. Preparing to unpack .../536-osmo-upf_0.1.1.101.afe7.202405162026_amd64.deb ... Unpacking osmo-upf (0.1.1.101.afe7.202405162026) ... Selecting previously unselected package osmo-upf-dbg:amd64. Preparing to unpack .../537-osmo-upf-dbg_0.1.1.101.afe7.202405162026_amd64.deb ... Unpacking osmo-upf-dbg:amd64 (0.1.1.101.afe7.202405162026) ... Setting up libboost-chrono1.74.0:amd64 (1.74.0-9) ... Setting up libgraphite2-3:amd64 (1.3.14-1) ... Setting up libxcb-dri3-0:amd64 (1.14-3) ... Setting up osmo-bsc-nat-doc (0.1.0.202405162026) ... Setting up liblcms2-2:amd64 (2.12~rc1-2) ... Setting up libosmo-sccp-dev:amd64 (1.8.0.66.705a.202405162026) ... 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.0.198.0323.202405162026) ... Setting up libasn1c1:amd64 (0.9.36.2.5324.202405162026) ... Setting up python3-osmopy-libs (0.3.0.3.b15d.202405162026) ... 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.8.977d3b.202405162026) ... Setting up fonts-gfs-porson (1.1-7) ... Setting up hicolor-icon-theme (0.17-2) ... Setting up libosmo-rua0:amd64 (1.5.1.8.977d3b.202405162026) ... 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.0.86.3b5e7.202405162026) ... Setting up libtexlua53:amd64 (2020.20200327.54578-7+deb11u1) ... Setting up libxcb-render0:amd64 (1.14-3) ... Setting up libsmpp1:amd64 (1.14.3.3.16b4.202405162026) ... Setting up python3-zope.interface (5.2.0-1) ... Setting up osmo-hnbgw-doc (1.5.0.61.a597.202405162026) ... Setting up osmo-upf-doc (0.1.1.101.afe7.202405162026) ... Setting up libglvnd0:amd64 (1.3.2-1) ... Setting up libdbd-sqlite3:amd64 (0.9.0-9) ... Setting up libgtpnl0:amd64 (1.2.5.28.a2dd.202405162026) ... Setting up libosmo-octoi2:amd64 (0.6.0.20.71a2.202405162026) ... 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.202405162026) ... 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.20.71a2.202405162026) ... 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.20.71a2.202405162026) ... 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.8.977d3b.202405162026) ... Setting up libnorm1:amd64 (1.5.9+dfsg-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.28.a2dd.202405162026) ... 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.1.73.69de.202405162026) ... Setting up linux-libc-dev:amd64 (5.10.216-1) ... Setting up osmo-sip-connector-doc (1.6.3.10.d639.202405162026) ... 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 libosmo-gprs-sndcp0:amd64 (0.1.0.202405162026) ... 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.8.977d3b.202405162026) ... Setting up libxcb-shm0:amd64 (1.14-3) ... Setting up libzzip-0-13:amd64 (0.13.62-3.3+deb11u1) ... Setting up libcdk5nc6:amd64 (5.0.20180306-3) ... 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.55.6930.202405162026) ... Setting up libgtpnl-dbg:amd64 (1.2.5.28.a2dd.202405162026) ... Setting up osmo-cbc-utils (0.4.2.8.bd50.202405162026) ... Setting up libosmo-gprs-sndcp-dev:amd64 (0.1.0.202405162026) ... Setting up osmo-e1d (0.6.0.20.71a2.202405162026) ... 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 libbladerf2:amd64 (0.2019.07-7) ... 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.0.198.0323.202405162026) ... Setting up libosmo-simtrace2-1:amd64 (0.8.1.73.69de.202405162026) ... Setting up libusrp1 (3.4.8.1.0f8f.202405162026) ... Setting up simtrace2-utils:amd64 (0.8.1.73.69de.202405162026) ... 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.30.5758.202405162026) ... 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.18.0a6fe.202405162026) ... Setting up abisip-find (1.11.0.86.3b5e7.202405162026) ... Setting up python3-roman (2.0.0-5) ... Setting up libgtp-dev:amd64 (1.11.0.30.5758.202405162026) ... Setting up neocon-dbgsym:amd64 (1.0.2.202405162026) ... Setting up osmo-mgw-doc (1.12.1.50.fa393.202405162026) ... 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.1.6c81.202405162026) ... Setting up libasn1c-dev:amd64 (0.9.36.2.5324.202405162026) ... 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.2.9681.202405162026) ... Setting up libosmo-gprs-llc0:amd64 (0.1.0.202405162026) ... 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.15.cb5e.202405162026) ... 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 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.61.06a1.202405162026) ... 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 python3-reportlab-accel:amd64 (3.5.59-2) ... Setting up libosmo-mgcp-client12:amd64 (1.12.1.50.fa393.202405162026) ... Setting up librtlsdr0:amd64 (2.0.2.202405162026) ... Setting up libosmo-sbcap0:amd64 (0.4.2.8.bd50.202405162026) ... Setting up libimagequant0:amd64 (2.12.2-1.1) ... Setting up python3-hyperlink (19.0.0-2) ... Setting up liboping0:amd64 (1.10.0-4+b1) ... Setting up liborcania2.1:amd64 (2.1.1-4) ... Setting up osmo-ggsn (1.11.0.30.5758.202405162026) ... changed ownership of '/etc/osmocom/osmo-ggsn.cfg' from root:root to osmocom:osmocom mode of '/etc/osmocom/osmo-ggsn.cfg' changed from 0644 (rw-r--r--) to 0660 (rw-rw----) changed ownership of '/etc/osmocom' from root:root to root:osmocom mode of '/etc/osmocom' changed from 0755 (rwxr-xr-x) to 2775 (rwxrwsr-x) changed ownership of '/var/lib/osmocom' from root:root to osmocom:osmocom 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.1.50.fa393.202405162026) ... Setting up erlang-dev (1:23.2.6+dfsg-1+deb11u1) ... Setting up fonts-dejavu-core (2.37-2) ... Setting up liblimesuite23.11-1:amd64 (23.11.0.4.9dce.202405162026) ... Setting up python3-funcparserlib (0.3.6+dfsg1-1) ... Setting up libosmo-mslookup1:amd64 (1.7.0.15.6b77.202405162026) ... Setting up libosmo-rua-dev:amd64 (1.5.1.8.977d3b.202405162026) ... Setting up python3-typing-extensions (3.7.4.3-1) ... Setting up osmo-hlr-doc (1.7.0.15.6b77.202405162026) ... Setting up libsensors5:amd64 (1:3.6.0-7) ... Setting up osmo-ggsn-doc (1.11.0.30.5758.202405162026) ... Setting up lynx-common (2.9.0dev.6-3~deb11u1) ... Setting up libosmo-fl2k0-dbgsym:amd64 (0.2.0.1.6c81.202405162026) ... Setting up erlang-asn1 (1:23.2.6+dfsg-1+deb11u1) ... Setting up libosmo-sbcap-dev:amd64 (0.4.2.8.bd50.202405162026) ... 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.30.5758.202405162026) ... 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.6.ddfe.202405162026) ... Setting up libyder2.0:amd64 (1.4.12-1) ... Setting up libusrp-utils (3.4.8.1.0f8f.202405162026) ... 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.8.bd50.202405162026) ... 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-remsim-apitool:amd64 (1.0.0.61.06a1.202405162026) ... Setting up osmo-fl2k (0.2.0.1.6c81.202405162026) ... Setting up libosmo-gprs-sndcp-dbg:amd64 (0.1.0.202405162026) ... Setting up libxslt1.1:amd64 (1.1.34-4+deb11u1) ... Setting up libnl-3-200:amd64 (3.4.0-1+b1) ... Setting up osmo-msc-doc (1.11.1.55.46f10.202405162026) ... 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.2.5324.202405162026) ... 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.20.71a2.202405162026) ... 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 libjs-jquery (3.5.1+dfsg+~3.5.5-7) ... Setting up libosmo-gtlv1:amd64 (0.3.0.5.1ffb.202405162026) ... Setting up glib-networking-common (2.66.0-2) ... Setting up erlang-crypto (1:23.2.6+dfsg-1+deb11u1) ... Setting up libosmo-gprs-gmm0:amd64 (0.1.0.202405162026) ... Setting up libsmpp34-utils (1.14.3.3.16b4.202405162026) ... Setting up libosmo-sabp1:amd64 (1.5.1.8.977d3b.202405162026) ... Setting up libxml2-utils (2.9.10+dfsg-6.7+deb11u4) ... Setting up libusrp-dev (3.4.8.1.0f8f.202405162026) ... Setting up libc-dev-bin (2.31-13+deb11u10) ... Setting up osmo-stp-doc (1.8.0.66.705a.202405162026) ... Setting up libwebpmux3:amd64 (0.6.1-2.1+deb11u2) ... Setting up osmo-gbproxy (1:0.4.1.2.9681.202405162026) ... 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.0.66.705a.202405162026) ... 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 libosmo-csn1-0:amd64 (0.1.0.202405162026) ... Setting up openjade (1.4devel1-22) ... Setting up osmo-remsim-doc (1.0.0.61.06a1.202405162026) ... 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.3.16b4.202405162026) ... Setting up libosmo-rspro2:amd64 (1.0.0.61.06a1.202405162026) ... 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.1.12.6222.202405162026) ... Setting up libboost-thread1.74.0:amd64 (1.74.0-9) ... Setting up osmo-trx-doc (1.6.0.32.553d.202405162026) ... Setting up osmo-gbproxy-dbg (1:0.4.1.2.9681.202405162026) ... Setting up libosmo-netif-dbg:amd64 (1.4.0.55.6930.202405162026) ... Setting up osmo-bts-doc (1.7.0.66.b7aa0.202405162026) ... Setting up libcsv3:amd64 (3.0.3+dfsg-5) ... Setting up libxkbcommon0:amd64 (1.0.3-2) ... Setting up osmo-pcu-doc (1.4.0.13.38bcb.202405162026) ... Setting up libosmo-fl2k-dev (0.2.0.1.6c81.202405162026) ... Setting up libwayland-client0:amd64 (1.18.0-2~exp1.1) ... Setting up libosmo-sabp-dev:amd64 (1.5.1.8.977d3b.202405162026) ... Setting up teckit (2.5.10+ds1-3) ... Setting up libosmo-gprs-sm0:amd64 (0.1.0.202405162026) ... Setting up glib-networking-services (2.66.0-2) ... Setting up simtrace2-utils-dbgsym:amd64 (0.8.1.73.69de.202405162026) ... Setting up libx11-xcb1:amd64 (2:1.7.2-1+deb11u2) ... Setting up libice6:amd64 (2:1.0.10-1) ... Setting up libsmpp34-dbg (1.14.3.3.16b4.202405162026) ... Setting up osmo-bsc-nat (0.1.0.202405162026) ... Created symlink /etc/systemd/system/multi-user.target.wants/osmo-bsc-nat.service → /lib/systemd/system/osmo-bsc-nat.service. Setting up libosmo-sigtran-doc (1.8.0.66.705a.202405162026) ... Setting up osmo-bsc-nat-dbg:amd64 (0.1.0.202405162026) ... Setting up libusrp-utils-dbgsym (3.4.8.1.0f8f.202405162026) ... Setting up libosmogsm-doc (1.9.0.198.0323.202405162026) ... 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.10.d639.202405162026) ... changed ownership of '/etc/osmocom/osmo-sip-connector.cfg' from root:root to osmocom:osmocom mode of '/etc/osmocom/osmo-sip-connector.cfg' changed from 0644 (rw-r--r--) to 0660 (rw-rw----) ownership of '/etc/osmocom' retained as root:osmocom mode of '/etc/osmocom' retained as 2775 (rwxrwsr-x) changed ownership of '/var/lib/osmocom/osmo-ggsn/gsn_restart' from root:root to osmocom:osmocom changed ownership of '/var/lib/osmocom/osmo-ggsn' from root:root to osmocom:osmocom changed ownership of '/var/lib/osmocom' from root:root to osmocom:osmocom 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.6.ddfe.202405162026) ... changed ownership of '/etc/osmocom/osmo-smlc.cfg' from root:root to osmocom:osmocom mode of '/etc/osmocom/osmo-smlc.cfg' changed from 0644 (rw-r--r--) to 0660 (rw-rw----) ownership of '/etc/osmocom' retained as root:osmocom mode of '/etc/osmocom' retained as 2775 (rwxrwsr-x) ownership of '/var/lib/osmocom/osmo-ggsn/gsn_restart' retained as osmocom:osmocom ownership of '/var/lib/osmocom/osmo-ggsn' retained as osmocom:osmocom ownership of '/var/lib/osmocom' retained as osmocom:osmocom 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.8.977d3b.202405162026) ... 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 libosmo-csn1-dev:amd64 (0.1.0.202405162026) ... Setting up libxpm4:amd64 (1:3.5.12-1.1+deb11u1) ... Setting up osmo-gtphub (1.11.1.18.0a6fe.202405162026) ... 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.61.06a1.202405162026) ... Setting up libosmo-pfcp0:amd64 (0.3.0.5.1ffb.202405162026) ... Setting up osmo-ggsn-dbg:amd64 (1.11.0.30.5758.202405162026) ... Setting up libxi6:amd64 (2:1.7.10-1) ... Setting up osmo-trx-ms-blade (1.6.0.32.553d.202405162026) ... Setting up libxrender1:amd64 (1:0.9.10-1) ... Setting up erlang-runtime-tools (1:23.2.6+dfsg-1+deb11u1) ... Setting up osmo-bsc-meas-utils (1.11.0.86.3b5e7.202405162026) ... Setting up libgtpnl-dev:amd64 (1.2.5.28.a2dd.202405162026) ... Setting up libosmo-simtrace2-1-dbgsym:amd64 (0.8.1.73.69de.202405162026) ... Setting up libosmoctrl-doc (1.9.0.198.0323.202405162026) ... Setting up osmo-remsim-client-st2-dbgsym:amd64 (1.0.0.61.06a1.202405162026) ... Setting up libnftables-dev:amd64 (1.0.6-2) ... Setting up osmo-trx-ipc (1.6.0.32.553d.202405162026) ... changed ownership of '/etc/osmocom/osmo-trx-ipc.cfg' from root:root to osmocom:osmocom mode of '/etc/osmocom/osmo-trx-ipc.cfg' changed from 0644 (rw-r--r--) to 0660 (rw-rw----) ownership of '/etc/osmocom' retained as root:osmocom mode of '/etc/osmocom' retained as 2775 (rwxrwsr-x) ownership of '/var/lib/osmocom/gtphub_restart_count' retained as osmocom:osmocom ownership of '/var/lib/osmocom/osmo-ggsn/gsn_restart' retained as osmocom:osmocom ownership of '/var/lib/osmocom/osmo-ggsn' retained as osmocom:osmocom ownership of '/var/lib/osmocom' retained as osmocom:osmocom 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.1.6c81.202405162026) ... Setting up libmbedx509-0:amd64 (2.16.9-0.1) ... Setting up libosmo-gprs-llc-dbg:amd64 (0.1.0.202405162026) ... Setting up osmo-smlc-dbg:amd64 (0.2.4.6.ddfe.202405162026) ... Setting up libosmo-rspro2-dbgsym:amd64 (1.0.0.61.06a1.202405162026) ... 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.10.d639.202405162026) ... Setting up osmo-upf (0.1.1.101.afe7.202405162026) ... changed ownership of '/etc/osmocom/osmo-upf.cfg' from root:root to osmocom:osmocom mode of '/etc/osmocom/osmo-upf.cfg' changed from 0644 (rw-r--r--) to 0660 (rw-rw----) ownership of '/etc/osmocom' retained as root:osmocom mode of '/etc/osmocom' retained as 2775 (rwxrwsr-x) ownership of '/var/lib/osmocom/gtphub_restart_count' retained as osmocom:osmocom ownership of '/var/lib/osmocom/osmo-ggsn/gsn_restart' retained as osmocom:osmocom ownership of '/var/lib/osmocom/osmo-ggsn' retained as osmocom:osmocom ownership of '/var/lib/osmocom' retained as osmocom:osmocom Created symlink /etc/systemd/system/multi-user.target.wants/osmo-upf.service → /lib/systemd/system/osmo-upf.service. Setting up preview-latex-style (12.2-1) ... Setting up libwebpdemux2:amd64 (0.6.1-2.1+deb11u2) ... Setting up python3-bcrypt (3.1.7-4) ... Setting up libosmoisdn-doc (1.9.0.198.0323.202405162026) ... Setting up osmo-bsc (1.11.0.86.3b5e7.202405162026) ... changed ownership of '/etc/osmocom/osmo-bsc.cfg' from root:root to osmocom:osmocom mode of '/etc/osmocom/osmo-bsc.cfg' changed from 0644 (rw-r--r--) to 0660 (rw-rw----) ownership of '/etc/osmocom' retained as root:osmocom mode of '/etc/osmocom' retained as 2775 (rwxrwsr-x) ownership of '/var/lib/osmocom/gtphub_restart_count' retained as osmocom:osmocom ownership of '/var/lib/osmocom/osmo-ggsn/gsn_restart' retained as osmocom:osmocom ownership of '/var/lib/osmocom/osmo-ggsn' retained as osmocom:osmocom ownership of '/var/lib/osmocom' retained as osmocom:osmocom 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.30.5758.202405162026) ... Setting up xsltproc (1.1.34-4+deb11u1) ... Setting up libcommons-parent-java (43-1) ... Setting up libmbedtls12:amd64 (2.16.9-0.1) ... Setting up libusrp1-dbgsym (3.4.8.1.0f8f.202405162026) ... Setting up libavahi-common3:amd64 (0.8-5+deb11u2) ... Setting up gtp-echo-responder-dbg:amd64 (1.11.0.30.5758.202405162026) ... Setting up libusrp-doc (3.4.8.1.0f8f.202405162026) ... Setting up libosmousb-doc (1.9.0.198.0323.202405162026) ... 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.5.1ffb.202405162026) ... Setting up libosmo-simtrace2-dev:amd64 (0.8.1.73.69de.202405162026) ... Setting up libnftnl11-dbgsym:amd64 (1.2.5-1) ... Setting up rtl-sdr (2.0.2.202405162026) ... Setting up osmo-remsim-client-shell:amd64 (1.0.0.61.06a1.202405162026) ... Setting up osmo-e1d-dbgsym (0.6.0.20.71a2.202405162026) ... Setting up erlang-tools (1:23.2.6+dfsg-1+deb11u1) ... Setting up opensp (1.5.2-13+b2) ... Setting up libatspi2.0-0:amd64 (2.38.0-4+deb11u1) ... Setting up libosmo-gprs-gmm-dbg:amd64 (0.1.0.202405162026) ... Setting up libosmocodec-doc (1.9.0.198.0323.202405162026) ... Setting up xfonts-utils (1:7.7+6) ... Setting up libosmo-csn1-dbg:amd64 (0.1.0.202405162026) ... Setting up libusrp-firmware (3.4.8.1.0f8f.202405162026) ... 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.0.86.3b5e7.202405162026) ... Setting up libnl-route-3-200:amd64 (3.4.0-1+b1) ... Setting up osmo-sysmon (0.3.2.3.4e7c.202405162026) ... 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.18.0a6fe.202405162026) ... Setting up asciidoc-base (9.0.0~rc2-1) ... Setting up libosmo-gprs-llc-dev:amd64 (0.1.0.202405162026) ... Setting up libosmo-mgcp-client12-dbgsym:amd64 (1.12.1.50.fa393.202405162026) ... Setting up librtlsdr-dev (2.0.2.202405162026) ... Setting up libuhd3.15.0:amd64 (3.15.0.0-4+b1) ... Setting up libosmo-gsup-client0:amd64 (1.7.0.15.6b77.202405162026) ... Setting up osmo-bsc-bs11-utils (1.11.0.86.3b5e7.202405162026) ... 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.0.66.705a.202405162026) ... Setting up libosmo-gprs-rlcmac0:amd64 (0.1.0.202405162026) ... 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.2.62fc.202405162026) ... 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.15.6b77.202405162026) ... Setting up osmo-stp:amd64 (1.8.0.66.705a.202405162026) ... changed ownership of '/etc/osmocom/osmo-stp.cfg' from root:root to osmocom:osmocom mode of '/etc/osmocom/osmo-stp.cfg' changed from 0644 (rw-r--r--) to 0660 (rw-rw----) ownership of '/etc/osmocom' retained as root:osmocom mode of '/etc/osmocom' retained as 2775 (rwxrwsr-x) ownership of '/var/lib/osmocom/gtphub_restart_count' retained as osmocom:osmocom ownership of '/var/lib/osmocom/osmo-ggsn/gsn_restart' retained as osmocom:osmocom ownership of '/var/lib/osmocom/osmo-ggsn' retained as osmocom:osmocom ownership of '/var/lib/osmocom' retained as osmocom:osmocom Created symlink /etc/systemd/system/multi-user.target.wants/osmo-stp.service → /lib/systemd/system/osmo-stp.service. Setting up libosmovty-doc (1.9.0.198.0323.202405162026) ... Setting up libosmo-ranap7:amd64 (1.5.1.8.977d3b.202405162026) ... 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.8.977d3b.202405162026) ... 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 libosmo-gprs-gmm-dev:amd64 (0.1.0.202405162026) ... Setting up osmo-upf-dbg:amd64 (0.1.1.101.afe7.202405162026) ... Setting up libosmosim-doc (1.9.0.198.0323.202405162026) ... Setting up libosmogb-doc (1.9.0.198.0323.202405162026) ... Setting up python3-reportlab (3.5.59-2) ... Setting up osmo-pcap-server (0.4.2.2.9f47.202405162026) ... 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.0.198.0323.202405162026) ... Setting up erlang-ssh (1:23.2.6+dfsg-1+deb11u1) ... Setting up libosmo-pfcp-dbg:amd64 (0.3.0.5.1ffb.202405162026) ... Setting up osmo-trx-usrp1 (1.6.0.32.553d.202405162026) ... ownership of '/etc/osmocom' retained as root:osmocom mode of '/etc/osmocom' retained as 2775 (rwxrwsr-x) changed ownership of '/var/lib/osmocom/gtphub_restart_count' from root:root to osmocom:osmocom changed ownership of '/var/lib/osmocom/osmo-ggsn/gsn_restart' from root:root to osmocom:osmocom changed ownership of '/var/lib/osmocom/osmo-ggsn' from root:root to osmocom:osmocom changed ownership of '/var/lib/osmocom' from root:root to osmocom:osmocom 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 libosmo-gprs-sm-dbg:amd64 (0.1.0.202405162026) ... Setting up osmo-hnbgw (1.5.0.61.a597.202405162026) ... changed ownership of '/etc/osmocom/osmo-hnbgw.cfg' from root:root to osmocom:osmocom mode of '/etc/osmocom/osmo-hnbgw.cfg' changed from 0644 (rw-r--r--) to 0660 (rw-rw----) ownership of '/etc/osmocom' retained as root:osmocom mode of '/etc/osmocom' retained as 2775 (rwxrwsr-x) ownership of '/var/lib/osmocom/gtphub_restart_count' retained as osmocom:osmocom ownership of '/var/lib/osmocom/osmo-ggsn/gsn_restart' retained as osmocom:osmocom ownership of '/var/lib/osmocom/osmo-ggsn' retained as osmocom:osmocom ownership of '/var/lib/osmocom' retained as osmocom:osmocom 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 lmodern (2.004.5-6.1) ... Setting up xml-core (0.18+nmu1) ... Setting up osmo-sgsn (1.11.1.18.0a6fe.202405162026) ... changed ownership of '/etc/osmocom/osmo-sgsn.cfg' from root:root to osmocom:osmocom mode of '/etc/osmocom/osmo-sgsn.cfg' changed from 0644 (rw-r--r--) to 0660 (rw-rw----) ownership of '/etc/osmocom' retained as root:osmocom mode of '/etc/osmocom' retained as 2775 (rwxrwsr-x) ownership of '/var/lib/osmocom/gtphub_restart_count' retained as osmocom:osmocom ownership of '/var/lib/osmocom/osmo-ggsn/gsn_restart' retained as osmocom:osmocom ownership of '/var/lib/osmocom/osmo-ggsn' retained as osmocom:osmocom ownership of '/var/lib/osmocom' retained as osmocom:osmocom 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.55.6930.202405162026) ... 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.0.86.3b5e7.202405162026) ... Setting up libosmo-gprs-sm-dev:amd64 (0.1.0.202405162026) ... Setting up libosmo-ranap-dbg:amd64 (1.5.1.8.977d3b.202405162026) ... Setting up libnftables1-dbgsym:amd64 (1.0.6-2) ... Setting up libsm6:amd64 (2:1.2.3-1) ... Setting up libosmo-gprs-rlcmac-dev:amd64 (0.1.0.202405162026) ... Setting up libosmodsp0:amd64 (0.4.0.8.9128.202405162026) ... Setting up osmo-stp-dbg:amd64 (1.8.0.66.705a.202405162026) ... Setting up osmo-sysmon-dbg:amd64 (0.3.2.3.4e7c.202405162026) ... Setting up libavahi-client3:amd64 (0.8-5+deb11u2) ... Setting up osmo-remsim-bankd:amd64 (1.0.0.61.06a1.202405162026) ... 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.0.198.0323.202405162026) ... Setting up erlang-ssl (1:23.2.6+dfsg-1+deb11u1) ... Setting up libdrm-amdgpu1:amd64 (2.4.104-1) ... Setting up osmo-trx-lms (1.6.0.32.553d.202405162026) ... changed ownership of '/etc/osmocom/osmo-trx-lms.cfg' from root:root to osmocom:osmocom mode of '/etc/osmocom/osmo-trx-lms.cfg' changed from 0644 (rw-r--r--) to 0660 (rw-rw----) ownership of '/etc/osmocom' retained as root:osmocom mode of '/etc/osmocom' retained as 2775 (rwxrwsr-x) ownership of '/var/lib/osmocom/gtphub_restart_count' retained as osmocom:osmocom ownership of '/var/lib/osmocom/osmo-ggsn/gsn_restart' retained as osmocom:osmocom ownership of '/var/lib/osmocom/osmo-ggsn' retained as osmocom:osmocom ownership of '/var/lib/osmocom/gsn_restart' retained as osmocom:osmocom ownership of '/var/lib/osmocom' retained as osmocom:osmocom 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.55.46f10.202405162026) ... changed ownership of '/etc/osmocom/osmo-msc.cfg' from root:root to osmocom:osmocom mode of '/etc/osmocom/osmo-msc.cfg' changed from 0644 (rw-r--r--) to 0660 (rw-rw----) ownership of '/etc/osmocom' retained as root:osmocom mode of '/etc/osmocom' retained as 2775 (rwxrwsr-x) ownership of '/var/lib/osmocom/gtphub_restart_count' retained as osmocom:osmocom ownership of '/var/lib/osmocom/osmo-ggsn/gsn_restart' retained as osmocom:osmocom ownership of '/var/lib/osmocom/osmo-ggsn' retained as osmocom:osmocom ownership of '/var/lib/osmocom/gsn_restart' retained as osmocom:osmocom ownership of '/var/lib/osmocom' retained as osmocom:osmocom Created symlink /etc/systemd/system/multi-user.target.wants/osmo-msc.service → /lib/systemd/system/osmo-msc.service. Setting up libosmo-pfcp (0.3.0.5.1ffb.202405162026) ... Setting up libdrm-nouveau2:amd64 (2.4.104-1) ... Setting up libosmodsp-dev:amd64 (0.4.0.8.9128.202405162026) ... Setting up libgdk-pixbuf-xlib-2.0-0:amd64 (2.40.2-2) ... Setting up osmo-trx-uhd (1.6.0.32.553d.202405162026) ... changed ownership of '/etc/osmocom/osmo-trx-uhd.cfg' from root:root to osmocom:osmocom mode of '/etc/osmocom/osmo-trx-uhd.cfg' changed from 0644 (rw-r--r--) to 0660 (rw-rw----) ownership of '/etc/osmocom' retained as root:osmocom mode of '/etc/osmocom' retained as 2775 (rwxrwsr-x) ownership of '/var/lib/osmocom/sms.db' retained as osmocom:osmocom ownership of '/var/lib/osmocom/gtphub_restart_count' retained as osmocom:osmocom ownership of '/var/lib/osmocom/osmo-ggsn/gsn_restart' retained as osmocom:osmocom ownership of '/var/lib/osmocom/osmo-ggsn' retained as osmocom:osmocom ownership of '/var/lib/osmocom/sms.db-wal' retained as osmocom:osmocom ownership of '/var/lib/osmocom/gsn_restart' retained as osmocom:osmocom ownership of '/var/lib/osmocom/sms.db-shm' retained as osmocom:osmocom ownership of '/var/lib/osmocom' retained as osmocom:osmocom Created symlink /etc/systemd/system/multi-user.target.wants/osmo-trx-uhd.service → /lib/systemd/system/osmo-trx-uhd.service. Setting up libosmo-ranap-dev:amd64 (1.5.1.8.977d3b.202405162026) ... Setting up libsombok3:amd64 (2.4.0-2+b1) ... 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.61.06a1.202405162026) ... Setting up osmo-hnbgw-dbg:amd64 (1.5.0.61.a597.202405162026) ... Setting up erlang-odbc (1:23.2.6+dfsg-1+deb11u1) ... Setting up libxcursor1:amd64 (1:1.2.0-2) ... 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.55.46f10.202405162026) ... Setting up libosmodsp-doc (0.4.0.8.9128.202405162026) ... Setting up osmo-cbc (0.4.2.8.bd50.202405162026) ... changed ownership of '/etc/osmocom/osmo-cbc.cfg' from root:root to osmocom:osmocom mode of '/etc/osmocom/osmo-cbc.cfg' changed from 0644 (rw-r--r--) to 0660 (rw-rw----) ownership of '/etc/osmocom' retained as root:osmocom mode of '/etc/osmocom' retained as 2775 (rwxrwsr-x) ownership of '/var/lib/osmocom/sms.db' retained as osmocom:osmocom ownership of '/var/lib/osmocom/gtphub_restart_count' retained as osmocom:osmocom ownership of '/var/lib/osmocom/osmo-ggsn/gsn_restart' retained as osmocom:osmocom ownership of '/var/lib/osmocom/osmo-ggsn' retained as osmocom:osmocom ownership of '/var/lib/osmocom/sms.db-wal' retained as osmocom:osmocom ownership of '/var/lib/osmocom/gsn_restart' retained as osmocom:osmocom ownership of '/var/lib/osmocom/sms.db-shm' retained as osmocom:osmocom ownership of '/var/lib/osmocom' retained as osmocom:osmocom Created symlink /etc/systemd/system/multi-user.target.wants/osmo-cbc.service → /lib/systemd/system/osmo-cbc.service. Setting up libosmo-gprs-rlcmac-dbg:amd64 (0.1.0.202405162026) ... Setting up libosmodsp-dbg:amd64 (0.4.0.8.9128.202405162026) ... Setting up dconf-service (0.38.0-2) ... Setting up osmo-uecups-dbgsym (0.2.2.2.62fc.202405162026) ... Setting up osmo-hlr (1.7.0.15.6b77.202405162026) ... osmo-hlr-post-upgrade: nothing to do (no existing database) changed ownership of '/etc/osmocom/osmo-hlr.cfg' from root:root to osmocom:osmocom mode of '/etc/osmocom/osmo-hlr.cfg' changed from 0644 (rw-r--r--) to 0660 (rw-rw----) ownership of '/etc/osmocom' retained as root:osmocom mode of '/etc/osmocom' retained as 2775 (rwxrwsr-x) ownership of '/var/lib/osmocom/sms.db' retained as osmocom:osmocom ownership of '/var/lib/osmocom/gtphub_restart_count' retained as osmocom:osmocom ownership of '/var/lib/osmocom/osmo-ggsn/gsn_restart' retained as osmocom:osmocom ownership of '/var/lib/osmocom/osmo-ggsn' retained as osmocom:osmocom ownership of '/var/lib/osmocom/sms.db-wal' retained as osmocom:osmocom ownership of '/var/lib/osmocom/gsn_restart' retained as osmocom:osmocom ownership of '/var/lib/osmocom/sms.db-shm' retained as osmocom:osmocom ownership of '/var/lib/osmocom' retained as osmocom:osmocom Created symlink /etc/systemd/system/multi-user.target.wants/osmo-hlr.service → /lib/systemd/system/osmo-hlr.service. Setting up osmo-remsim-server:amd64 (1.0.0.61.06a1.202405162026) ... 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 asciidoc (9.0.0~rc2-1) ... Setting up osmo-pcap-server-dbg (0.4.2.2.9f47.202405162026) ... Setting up osmo-pcap-client (0.4.2.2.9f47.202405162026) ... 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 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 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 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 libcups2:amd64 (2.3.3op2-3+deb11u6) ... Setting up libosmocore-dev:amd64 (1.9.0.198.0323.202405162026) ... Setting up osmo-pcap-client-dbg (0.4.2.2.9f47.202405162026) ... Setting up osmo-remsim-bankd-dbgsym:amd64 (1.0.0.61.06a1.202405162026) ... Setting up libosmotrau2:amd64 (1.5.1.12.6222.202405162026) ... Setting up libosmo-netif-dev:amd64 (1.4.0.55.6930.202405162026) ... Setting up libosmo-e1d-dev:amd64 (0.6.0.20.71a2.202405162026) ... Setting up osmo-sgsn-dbg:amd64 (1.11.1.18.0a6fe.202405162026) ... Setting up osmo-hnodeb (0.1.2.15.cb5e.202405162026) ... changed ownership of '/etc/osmocom/osmo-hnodeb.cfg' from root:root to osmocom:osmocom mode of '/etc/osmocom/osmo-hnodeb.cfg' changed from 0644 (rw-r--r--) to 0660 (rw-rw----) ownership of '/etc/osmocom' retained as root:osmocom mode of '/etc/osmocom' retained as 2775 (rwxrwsr-x) ownership of '/var/lib/osmocom/sms.db' retained as osmocom:osmocom ownership of '/var/lib/osmocom/hlr.db-shm' retained as osmocom:osmocom ownership of '/var/lib/osmocom/gtphub_restart_count' retained as osmocom:osmocom ownership of '/var/lib/osmocom/osmo-ggsn/gsn_restart' retained as osmocom:osmocom ownership of '/var/lib/osmocom/osmo-ggsn' retained as osmocom:osmocom ownership of '/var/lib/osmocom/sms.db-wal' retained as osmocom:osmocom ownership of '/var/lib/osmocom/hlr.db' retained as osmocom:osmocom ownership of '/var/lib/osmocom/gsn_restart' retained as osmocom:osmocom ownership of '/var/lib/osmocom/hlr.db-wal' retained as osmocom:osmocom ownership of '/var/lib/osmocom/sms.db-shm' retained as osmocom:osmocom ownership of '/var/lib/osmocom' retained as osmocom:osmocom 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.20.71a2.202405162026) ... Setting up libcairo-gobject2:amd64 (1.16.0-5) ... Setting up osmo-hlr-dbg (1.7.0.15.6b77.202405162026) ... 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.13.38bcb.202405162026) ... changed ownership of '/etc/osmocom/osmo-pcu.cfg' from root:root to osmocom:osmocom mode of '/etc/osmocom/osmo-pcu.cfg' changed from 0644 (rw-r--r--) to 0660 (rw-rw----) ownership of '/etc/osmocom' retained as root:osmocom mode of '/etc/osmocom' retained as 2775 (rwxrwsr-x) ownership of '/var/lib/osmocom/sms.db' retained as osmocom:osmocom ownership of '/var/lib/osmocom/hlr.db-shm' retained as osmocom:osmocom ownership of '/var/lib/osmocom/gtphub_restart_count' retained as osmocom:osmocom ownership of '/var/lib/osmocom/osmo-ggsn/gsn_restart' retained as osmocom:osmocom ownership of '/var/lib/osmocom/osmo-ggsn' retained as osmocom:osmocom ownership of '/var/lib/osmocom/sms.db-wal' retained as osmocom:osmocom ownership of '/var/lib/osmocom/hlr.db' retained as osmocom:osmocom ownership of '/var/lib/osmocom/gsn_restart' retained as osmocom:osmocom ownership of '/var/lib/osmocom/hlr.db-wal' retained as osmocom:osmocom ownership of '/var/lib/osmocom/sms.db-shm' retained as osmocom:osmocom ownership of '/var/lib/osmocom' retained as osmocom:osmocom 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.0.66.b7aa0.202405162026) ... changed ownership of '/etc/osmocom/osmo-bts-virtual.cfg' from root:root to osmocom:osmocom mode of '/etc/osmocom/osmo-bts-virtual.cfg' changed from 0644 (rw-r--r--) to 0660 (rw-rw----) ownership of '/etc/osmocom' retained as root:osmocom mode of '/etc/osmocom' retained as 2775 (rwxrwsr-x) ownership of '/var/lib/osmocom/sms.db' retained as osmocom:osmocom ownership of '/var/lib/osmocom/hlr.db-shm' retained as osmocom:osmocom ownership of '/var/lib/osmocom/gtphub_restart_count' retained as osmocom:osmocom ownership of '/var/lib/osmocom/osmo-ggsn/gsn_restart' retained as osmocom:osmocom ownership of '/var/lib/osmocom/osmo-ggsn' retained as osmocom:osmocom ownership of '/var/lib/osmocom/sms.db-wal' retained as osmocom:osmocom ownership of '/var/lib/osmocom/hlr.db' retained as osmocom:osmocom ownership of '/var/lib/osmocom/gsn_restart' retained as osmocom:osmocom ownership of '/var/lib/osmocom/hlr.db-wal' retained as osmocom:osmocom ownership of '/var/lib/osmocom/sms.db-shm' retained as osmocom:osmocom ownership of '/var/lib/osmocom' retained as osmocom:osmocom 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.5.1ffb.202405162026) ... Setting up osmo-trx-dbg (1.6.0.32.553d.202405162026) ... Setting up osmo-trx (1.6.0.32.553d.202405162026) ... 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.0.66.b7aa0.202405162026) ... Setting up libosmo-abis:amd64 (1.5.1.12.6222.202405162026) ... Setting up mscgen (0.20-14) ... Setting up osmo-bts-trx (1.7.0.66.b7aa0.202405162026) ... changed ownership of '/etc/osmocom/osmo-bts-trx.cfg' from root:root to osmocom:osmocom mode of '/etc/osmocom/osmo-bts-trx.cfg' changed from 0644 (rw-r--r--) to 0660 (rw-rw----) ownership of '/etc/osmocom' retained as root:osmocom mode of '/etc/osmocom' retained as 2775 (rwxrwsr-x) ownership of '/var/lib/osmocom/sms.db' retained as osmocom:osmocom ownership of '/var/lib/osmocom/hlr.db-shm' retained as osmocom:osmocom ownership of '/var/lib/osmocom/gtphub_restart_count' retained as osmocom:osmocom ownership of '/var/lib/osmocom/osmo-ggsn/gsn_restart' retained as osmocom:osmocom ownership of '/var/lib/osmocom/osmo-ggsn' retained as osmocom:osmocom ownership of '/var/lib/osmocom/sms.db-wal' retained as osmocom:osmocom ownership of '/var/lib/osmocom/hlr.db' retained as osmocom:osmocom ownership of '/var/lib/osmocom/gsn_restart' retained as osmocom:osmocom ownership of '/var/lib/osmocom/hlr.db-wal' retained as osmocom:osmocom ownership of '/var/lib/osmocom/sms.db-shm' retained as osmocom:osmocom ownership of '/var/lib/osmocom' retained as osmocom:osmocom 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.61.06a1.202405162026) ... Setting up osmo-cbc-dbg:amd64 (0.4.2.8.bd50.202405162026) ... Setting up libosmo-abis-dbg:amd64 (1.5.1.12.6222.202405162026) ... Setting up erlang-inets (1:23.2.6+dfsg-1+deb11u1) ... Setting up libosmo-gsup-client-dev:amd64 (1.7.0.15.6b77.202405162026) ... Setting up osmo-bts-trx-dbg (1.7.0.66.b7aa0.202405162026) ... Setting up libxaw7:amd64 (2:1.0.13-1.1) ... Setting up osmo-mgw (1.12.1.50.fa393.202405162026) ... changed ownership of '/etc/osmocom/osmo-mgw.cfg' from root:root to osmocom:osmocom mode of '/etc/osmocom/osmo-mgw.cfg' changed from 0644 (rw-r--r--) to 0660 (rw-rw----) ownership of '/etc/osmocom' retained as root:osmocom mode of '/etc/osmocom' retained as 2775 (rwxrwsr-x) ownership of '/var/lib/osmocom/sms.db' retained as osmocom:osmocom ownership of '/var/lib/osmocom/hlr.db-shm' retained as osmocom:osmocom ownership of '/var/lib/osmocom/gtphub_restart_count' retained as osmocom:osmocom ownership of '/var/lib/osmocom/osmo-ggsn/gsn_restart' retained as osmocom:osmocom ownership of '/var/lib/osmocom/osmo-ggsn' retained as osmocom:osmocom ownership of '/var/lib/osmocom/sms.db-wal' retained as osmocom:osmocom ownership of '/var/lib/osmocom/hlr.db' retained as osmocom:osmocom ownership of '/var/lib/osmocom/gsn_restart' retained as osmocom:osmocom ownership of '/var/lib/osmocom/hlr.db-wal' retained as osmocom:osmocom ownership of '/var/lib/osmocom/sms.db-shm' retained as osmocom:osmocom ownership of '/var/lib/osmocom' retained as osmocom:osmocom 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.0.66.705a.202405162026) ... 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.13.38bcb.202405162026) ... Setting up libgl1:amd64 (1.3.2-1) ... Setting up libosmo-mslookup-dev:amd64 (1.7.0.15.6b77.202405162026) ... Setting up osmo-mgw-dbgsym (1.12.1.50.fa393.202405162026) ... Setting up libosmo-abis-dev:amd64 (1.5.1.12.6222.202405162026) ... Setting up osmo-hnodeb-dbg:amd64 (0.1.2.15.cb5e.202405162026) ... 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.3.b15d.202405162026) ... 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.5.1ffb.202405162026) ... 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.0.66.b7aa0.202405162026) ... 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 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.8.d1be.202405162026) ... changed ownership of '/var/lib/osmo_dia2gsup' from root:root to osmocom:osmocom Created symlink /etc/systemd/system/multi-user.target.wants/osmo_dia2gsup.service → /lib/systemd/system/osmo_dia2gsup.service. 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.61.06a1.202405162026) ... Setting up libifd-osmo-remsim-client0-dbgsym:amd64 (1.0.0.61.06a1.202405162026) ... 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.12.8819.202405162026) ... 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.0.86-3b5e7.202405162026 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.0.66-b7aa0.202405162026 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.0.66-b7aa0.202405162026 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.8-bd50.202405162026 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.20-71a2.202405162026 (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.2-9681.202405162026 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.30-5758.202405162026 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.18-0a6fe.202405162026 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.15-6b77.202405162026 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.15-6b77.202405162026 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 0x55734b5ad560(iucs) with 3 counters rate_ctr.c:86 validating counter group 0x55734b5ad540(iups) with 3 counters OsmoHNBGW version 1.5.0.61-a597.202405162026 OsmoHNBGW - Osmocom Home Node B Gateway implementation Copyright (C) 2016-2024 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 0x55e7a8286560(iucs) with 3 counters rate_ctr.c:86 validating counter group 0x55e7a8286540(iups) with 3 counters + osmo-hnodeb --version OsmoHNodeB version 0.1.2.15-cb5e.202405162026 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.1.50-fa393.202405162026 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.55-46f10.202405162026 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. + + grep -q UNKNOWN osmo-msc --version + osmo-mslookup-client --version osmo-mslookup-client version 1.7.0.15-6b77.202405162026 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.2-9f47.202405162026 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.2-9f47.202405162026 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.13-38bcb.202405162026 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. + + grep -qosmo-pcu UNKNOWN --version + osmo-remsim-bankd --version osmo-remsim-bankd version 1.0.0.61-06a1.202405162026 + osmo-remsim-bankd --version + grep -q UNKNOWN + osmo-remsim-client-shell --version osmo-remsim-client version 1.0.0.61-06a1.202405162026 + osmo-remsim-client-shell --version + grep -q UNKNOWN + osmo-remsim-client-st2 --version osmo-remsim-client version 1.0.0.61-06a1.202405162026 + osmo-remsim-client-st2 --version + grep -q UNKNOWN + osmo-remsim-server --version osmo-resmim-server version 1.0.0.61-06a1.202405162026 + osmo-remsim-server --version + grep -q UNKNOWN + osmo-sgsn --version rate_ctr.c:86 validating counter group 0x5587e05d0d60(sgsn) with 23 counters OsmoSGSN version 1.11.1.18-0a6fe.202405162026 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 0x560844e46d60(sgsn) with 23 counters + osmo-sip-connector --version OsmoSIPcon version 1.6.3.10-d639.202405162026 GNU AGPLv3+ + osmo-sip-connector --version + grep -q UNKNOWN + osmo-smlc --version OsmoSMLC version 0.2.4.6-ddfe.202405162026 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.0.66-705a.202405162026 Copyright (C) 2015-2020 by Harald Welte Contributions by Holger Freyther, Neels Hofmeyr, Pau Espin, Vadim Yanitskiy License GPLv2+: GNU GPL Version 2 or later This is free software: you are free to change and redistribute it. There is NO WARRANTY, to the extent permitted by law. Free Software lives by contribution. If you use this, please contribute! + osmo-stp --version + grep -q UNKNOWN + osmo-trx-ipc --version OsmoTRX version 1.6.0.32-553d.202405162026 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 --versiongrep -q UNKNOWN + osmo-trx-uhd --version OsmoTRX version 1.6.0.32-553d.202405162026 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.2-62fc.202405162026 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.0.32-553d.202405162026 Copyright (C) 2007-2014 Free Software Foundation, Inc. Copyright (C) 2013 Thomas Tsou Copyright (C) 2013-2019 Fairwaves, Inc. Copyright (C) 2015 Ettus Research LLC Copyright (C) 2017-2018 by sysmocom s.f.m.c. GmbH License AGPLv3+: GNU AGPL version 3 or later This is free software: you are free to change and redistribute it. There is NO WARRANTY, to the extent permitted by law. + osmo-trx-usrp1 --version + grep -q UNKNOWN + [ -n ] + [ debian11 != debian10 ] + test_binaries_version osmo-upf + failed= + osmo-upf --version OsmoUPF version 0.1.1.101-afe7.202405162026 OsmoUPF - Osmocom User Plane Function implementation Copyright (C) 2021-2022 by sysmocom - s.f.m.c. GmbH License AGPLv3+: GNU AGPL version 3 or later This is free software: you are free to change and redistribute it. There is NO WARRANTY, to the extent permitted by law. + osmo-upf --version + grep -q UNKNOWN + [ -n ] + [ nightly = nightly ] + test_binaries_version osmo-pfcp-tool + failed= + osmo-pfcp-tool --version osmo-pfcp-tool version 0.1.1.101-afe7.202405162026 OsmoPFCPTool - Osmocom Packet Forwarding Control Protocol tool for testing 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-pfcp-tool --version + grep -q UNKNOWN + [ -n ] + [ nightly = nightly ] + test_binaries_version osmo-bsc-nat + failed= + osmo-bsc-nat --version OsmoBSCNAT version 0.1.0.202405162026 OsmoBSCNAT - Osmocom BSC NAT Copyright (C) 2021 by sysmocom s.f.m.c. GmbH Author: Oliver Smith 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-nat --version + grep -q UNKNOWN + [ -n ] + set +x ### Test successful: test_binaries ### ### Running test: services_check ### + 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= + [ nightly = nightly ] + 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 osmo-bsc-nat + [ debian11 != debian10 ] + [ nightly = nightly ] + true + 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 osmo-bsc-nat + 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:02:58 EDT; 1min 8s ago Main PID: 22141 (osmo-bsc) Tasks: 1 (limit: 1129) Memory: 4.6M CPU: 36ms CGroup: /system.slice/osmo-bsc.service └─22141 /usr/bin/osmo-bsc -c /etc/osmocom/osmo-bsc.cfg -s May 17 03:02:58 unassigned-hostname systemd[1]: Started Osmocom Base Station Controller (BSC). May 17 03:02:58 unassigned-hostname osmo-bsc[22141]: DLGLOBAL NOTICE Available via telnet 127.0.0.1 4242 (telnet_interface.c:88) May 17 03:02:58 unassigned-hostname osmo-bsc[22141]: DLINP NOTICE E1L(0) enabling ipaccess BSC mode on 0.0.0.0 with OML 3002 and RSL 3003 TCP ports (ipaccess.c:1033) May 17 03:02:58 unassigned-hostname osmo-bsc[22141]: DLCTRL NOTICE CTRL at 127.0.0.1 4249 (control_if.c:1024) May 17 03:02:58 unassigned-hostname osmo-bsc[22141]: DLMGCP NOTICE MGW(mgw) MGCP client: using endpoint domain '@mgw' (mgcp_client.c:932) May 17 03:02:58 unassigned-hostname osmo-bsc[22141]: DNM NOTICE MGW pool with 1 pool members configured, (ignoring MGW configuration in VTY node 'msc'). (osmo_bsc_main.c:889) May 17 03:02:58 unassigned-hostname osmo-bsc[22141]: DMSC NOTICE To auto-configure msc 0, creating cs7 instance 0 implicitly (osmo_bsc_sigtran.c:600) May 17 03:02:58 unassigned-hostname osmo-bsc[22141]: DMSC NOTICE Initializing SCCP connection for A/m3ua on cs7 instance 0 (osmo_bsc_sigtran.c:647) May 17 03:02:58 unassigned-hostname osmo-bsc[22141]: DLSCCP ERROR SS7 instance 0: no primary point-code set, using default point-code (sccp_user.c:560) May 17 03:02:58 unassigned-hostname osmo-bsc[22141]: DLSCCP NOTICE A-0-m3ua: Using SS7 instance 0, pc:0.23.3 (sccp_user.c:566) May 17 03:02:58 unassigned-hostname osmo-bsc[22141]: DLSCCP NOTICE A-0-m3ua: Creating AS instance (sccp_user.c:573) May 17 03:02:58 unassigned-hostname osmo-bsc[22141]: DLSCCP NOTICE A-0-m3ua: Using AS instance as-clnt-A-0-m3ua (sccp_user.c:584) May 17 03:02:58 unassigned-hostname osmo-bsc[22141]: DLSCCP NOTICE A-0-m3ua: Creating default route (sccp_user.c:590) May 17 03:02:58 unassigned-hostname osmo-bsc[22141]: DLSCCP NOTICE A-0-m3ua: No unassociated ASP for m3ua, creating new ASP asp-clnt-A-0-m3ua (sccp_user.c:629) May 17 03:02:58 unassigned-hostname osmo-bsc[22141]: DLGLOBAL ERROR Trying to dispatch event 17 to non-existent FSM instance! (osmo_ss7_as.c:118) May 17 03:02:58 unassigned-hostname osmo-bsc[22141]: DLGLOBAL ERROR backtrace() returned 8 addresses (backtrace.c:42) May 17 03:02:58 unassigned-hostname osmo-bsc[22141]: DLGLOBAL ERROR /lib/x86_64-linux-gnu/libosmocore.so.21(_osmo_fsm_inst_dispatch+0x486) [0x7f13a09957b6] (backtrace.c:53) May 17 03:02:58 unassigned-hostname osmo-bsc[22141]: DLGLOBAL ERROR /lib/x86_64-linux-gnu/libosmo-sigtran.so.9(osmo_ss7_as_add_asp+0x153) [0x7f13a09245d3] (backtrace.c:53) May 17 03:02:58 unassigned-hostname osmo-bsc[22141]: DLGLOBAL ERROR /lib/x86_64-linux-gnu/libosmo-sigtran.so.9(osmo_sccp_simple_client_on_ss7_id+0x96a) [0x7f13a093c60a] (backtrace.c:53) May 17 03:02:58 unassigned-hostname osmo-bsc[22141]: DLGLOBAL ERROR /usr/bin/osmo-bsc(+0xf171c) [0x5597a34c571c] (backtrace.c:53) May 17 03:02:58 unassigned-hostname osmo-bsc[22141]: DLGLOBAL ERROR /usr/bin/osmo-bsc(+0x2589b) [0x5597a33f989b] (backtrace.c:53) May 17 03:02:58 unassigned-hostname osmo-bsc[22141]: DLGLOBAL ERROR /lib/x86_64-linux-gnu/libc.so.6(__libc_start_main+0xea) [0x7f13a071dd0a] (backtrace.c:53) May 17 03:02:58 unassigned-hostname osmo-bsc[22141]: DLGLOBAL ERROR /usr/bin/osmo-bsc(+0x2664a) [0x5597a33fa64a] (backtrace.c:53) May 17 03:02:58 unassigned-hostname osmo-bsc[22141]: DLSCCP NOTICE A-0-m3ua: Using ASP instance asp-clnt-A-0-m3ua (sccp_user.c:699) May 17 03:02:58 unassigned-hostname osmo-bsc[22141]: DLSS7 NOTICE 0: Creating SCCP instance (osmo_ss7.c:408) May 17 03:02:58 unassigned-hostname osmo-bsc[22141]: DMSC NOTICE A-0-m3ua msc-0: local (BSC) SCCP address: RI=SSN_PC,PC=0.23.3,SSN=BSSAP (osmo_bsc_sigtran.c:703) May 17 03:02:58 unassigned-hostname osmo-bsc[22141]: DMSC NOTICE A-0-m3ua msc-0: remote (MSC) SCCP address: RI=SSN_PC,PC=0.23.1,SSN=BSSAP (osmo_bsc_sigtran.c:705) May 17 03:02:58 unassigned-hostname osmo-bsc[22141]: DMSC NOTICE A-0-m3ua msc-0: binding SCCP user (osmo_bsc_sigtran.c:710) May 17 03:02:58 unassigned-hostname osmo-bsc[22141]: DLSS7 ERROR Unable to route HMRT message: the AS as-clnt-A-0-m3ua is down (osmo_ss7_hmrt.c:232) May 17 03:03:03 unassigned-hostname osmo-bsc[22141]: DLSS7 ERROR Unable to route HMRT message: the AS as-clnt-A-0-m3ua is down (osmo_ss7_hmrt.c:232) May 17 03:03:08 unassigned-hostname osmo-bsc[22141]: DLSS7 ERROR XUA_AS(as-clnt-A-0-m3ua)[0x5597a523e6e0]{AS_INACTIVE}: Event AS-TRANSFER.req not permitted (m3ua.c:507) May 17 03:03:10 unassigned-hostname osmo-bsc[22141]: DLM3UA NOTICE 0: asp-asp-clnt-A-0-m3ua: Received NOTIFY Type State Change:AS Inactive () (m3ua.c:622) May 17 03:03:10 unassigned-hostname osmo-bsc[22141]: DLSS7 NOTICE xua_default_lm(asp-clnt-A-0-m3ua)[0x5597a523f690]{ACTIVE}: Ignoring primitive M-ASP_ACTIVE.confirm (xua_default_lm_fsm.c:400) May 17 03:03:10 unassigned-hostname osmo-bsc[22141]: DLM3UA NOTICE 0: asp-asp-clnt-A-0-m3ua: Received NOTIFY Type State Change:AS Active () (m3ua.c:622) May 17 03:03:12 unassigned-hostname osmo-bsc[22141]: DLM3UA NOTICE 0: asp-asp-clnt-A-0-m3ua: Rx DAVA() for 0.23.3/0, (xua_snm.c:403) May 17 03:03:13 unassigned-hostname osmo-bsc[22141]: DLM3UA NOTICE 0: asp-asp-clnt-A-0-m3ua: Rx DAVA() for 0.23.6/0, (xua_snm.c:403) May 17 03:03:14 unassigned-hostname osmo-bsc[22141]: DLM3UA NOTICE 0: asp-asp-clnt-A-0-m3ua: Rx DAVA() for 0.23.5/0, (xua_snm.c:403) May 17 03:03:15 unassigned-hostname osmo-bsc[22141]: DLM3UA NOTICE 0: asp-asp-clnt-A-0-m3ua: Rx DAVA() for 0.23.4/0, (xua_snm.c:403) May 17 03:03:22 unassigned-hostname osmo-bsc[22141]: DLM3UA NOTICE 0: asp-asp-clnt-A-0-m3ua: Rx DAVA() for 0.23.1/0, (xua_snm.c:403) May 17 03:03:22 unassigned-hostname osmo-bsc[22141]: DMSC NOTICE (msc0) now available: N-PCSTATE ind: pc=185 sp_status=ACCESSIBLE remote_sccp_status=AVAILABLE (osmo_bsc_sigtran.c:284) May 17 03:03:22 unassigned-hostname osmo-bsc[22141]: DMSC NOTICE RESET ACK from MSC: RI=SSN_PC,PC=0.23.1,SSN=BSSAP (osmo_bsc_bssap.c:84) May 17 03:03:22 unassigned-hostname osmo-bsc[22141]: DRESET NOTICE bssmap_reset(msc-0)[0x5597a5241380]{CONNECTED}: link up (bssmap_reset.c:83) May 17 03:03:22 unassigned-hostname osmo-bsc[22141]: DMSC NOTICE (msc0) BSSMAP association is up (a_reset.c:45) May 17 03:03:23 unassigned-hostname osmo-bsc[22141]: DMSC NOTICE RESET ACK from MSC: RI=SSN_PC,PC=0.23.1,SSN=BSSAP (osmo_bsc_bssap.c:84) May 17 03:03:26 unassigned-hostname osmo-bsc[22141]: DMSC NOTICE RESET ACK from MSC: RI=SSN_PC,PC=0.23.1,SSN=BSSAP (osmo_bsc_bssap.c:84) May 17 03:03:29 unassigned-hostname osmo-bsc[22141]: DMSC NOTICE RESET ACK from MSC: RI=SSN_PC,PC=0.23.1,SSN=BSSAP (osmo_bsc_bssap.c:84) May 17 03:03:30 unassigned-hostname osmo-bsc[22141]: DLINP NOTICE 0.0.0.0:3002 accept()ed new link from 127.0.0.1:36363 (ipa.c:320) May 17 03:03:30 unassigned-hostname osmo-bsc[22141]: DLINP NOTICE E1L(0) TCP Keepalive is enabled (ipaccess.c:600) May 17 03:03:30 unassigned-hostname osmo-bsc[22141]: DLINP NOTICE E1L(0) TCP keepalive idle_timeout=30s, interval=3s, retry_count=10 user_timeout=330000ms (ipaccess.c:612) May 17 03:03:30 unassigned-hostname osmo-bsc[22141]: DNM NOTICE OC=BTS(01) INST=(00,ff,ff): Get Attributes Response: feature 'GPRS' is supported (abis_nm.c:599) May 17 03:03:30 unassigned-hostname osmo-bsc[22141]: DNM NOTICE OC=BTS(01) INST=(00,ff,ff): Get Attributes Response: feature 'EGPRS' is supported (abis_nm.c:599) May 17 03:03:30 unassigned-hostname osmo-bsc[22141]: DNM NOTICE OC=BTS(01) INST=(00,ff,ff): Get Attributes Response: feature 'OML_ALERTS' is supported (abis_nm.c:599) May 17 03:03:30 unassigned-hostname osmo-bsc[22141]: DNM NOTICE OC=BTS(01) INST=(00,ff,ff): Get Attributes Response: feature 'CBCH' is supported (abis_nm.c:599) May 17 03:03:30 unassigned-hostname osmo-bsc[22141]: DNM NOTICE OC=BTS(01) INST=(00,ff,ff): Get Attributes Response: feature 'SPEECH_F_V1' is supported (abis_nm.c:599) May 17 03:03:30 unassigned-hostname osmo-bsc[22141]: DNM NOTICE OC=BTS(01) INST=(00,ff,ff): Get Attributes Response: feature 'SPEECH_H_V1' is supported (abis_nm.c:599) May 17 03:03:30 unassigned-hostname osmo-bsc[22141]: DNM NOTICE OC=BTS(01) INST=(00,ff,ff): Get Attributes Response: feature 'SPEECH_F_EFR' is supported (abis_nm.c:599) May 17 03:03:30 unassigned-hostname osmo-bsc[22141]: DNM NOTICE OC=BTS(01) INST=(00,ff,ff): Get Attributes Response: feature 'SPEECH_F_AMR' is supported (abis_nm.c:599) May 17 03:03:30 unassigned-hostname osmo-bsc[22141]: DNM NOTICE OC=BTS(01) INST=(00,ff,ff): Get Attributes Response: feature 'SPEECH_H_AMR' is supported (abis_nm.c:599) May 17 03:03:30 unassigned-hostname osmo-bsc[22141]: DNM NOTICE OC=BTS(01) INST=(00,ff,ff): Get Attributes Response: feature 'ETWS_PN' is supported (abis_nm.c:599) May 17 03:03:30 unassigned-hostname osmo-bsc[22141]: DNM NOTICE OC=BTS(01) INST=(00,ff,ff): Get Attributes Response: feature 'PAGING_COORDINATION' is supported (abis_nm.c:599) May 17 03:03:30 unassigned-hostname osmo-bsc[22141]: DNM NOTICE OC=BTS(01) INST=(00,ff,ff): Get Attributes Response: feature 'IPV6_NSVC' is supported (abis_nm.c:599) May 17 03:03:30 unassigned-hostname osmo-bsc[22141]: DNM NOTICE OC=BTS(01) INST=(00,ff,ff): Get Attributes Response: feature 'CCN' is supported (abis_nm.c:599) May 17 03:03:30 unassigned-hostname osmo-bsc[22141]: DNM NOTICE OC=BTS(01) INST=(00,ff,ff): Get Attributes Response: feature 'ABIS_OSMO_PCU' is supported (abis_nm.c:599) May 17 03:03:30 unassigned-hostname osmo-bsc[22141]: DNM NOTICE OC=BTS(01) INST=(00,ff,ff): Get Attributes Response: feature 'DYN_TS_SDCCH8' is supported (abis_nm.c:599) May 17 03:03:30 unassigned-hostname osmo-bsc[22141]: DNM NOTICE OC=BTS(01) INST=(00,ff,ff): ARI reported sw[0/2]: osmobts is 1.7.0.66-b7aa0.202405162026 (abis_nm.c:652) May 17 03:03:30 unassigned-hostname osmo-bsc[22141]: DNM NOTICE OC=BTS(01) INST=(00,ff,ff): Reported variant: osmo-bts-virtual (abis_nm.c:534) May 17 03:03:30 unassigned-hostname osmo-bsc[22141]: DNM ERROR OC=RADIO-CARRIER(02) INST=(00,00,ff): Attribute SW Configuration is unreported (abis_nm.c:557) May 17 03:03:30 unassigned-hostname osmo-bsc[22141]: DNM ERROR OC=BASEBAND-TRANSCEIVER(04) INST=(00,00,ff): Attribute Manufacturer Dependent State is unreported (abis_nm.c:557) May 17 03:03:30 unassigned-hostname osmo-bsc[22141]: DNM NOTICE OC=BASEBAND-TRANSCEIVER(04) INST=(00,00,ff): ARI reported sw[0/1]: TRX_PHY_VERSION is Unknown (abis_nm.c:652) May 17 03:03:30 unassigned-hostname osmo-bsc[22141]: DLINP NOTICE 0.0.0.0:3003 accept()ed new link from 127.0.0.1:36337 (ipa.c:320) May 17 03:03:30 unassigned-hostname osmo-bsc[22141]: DLINP NOTICE E1L(0) TCP Keepalive is enabled (ipaccess.c:600) May 17 03:03:30 unassigned-hostname osmo-bsc[22141]: DLINP NOTICE E1L(0) TCP keepalive idle_timeout=30s, interval=3s, retry_count=10 user_timeout=330000ms (ipaccess.c:612) May 17 03:03:30 unassigned-hostname osmo-bsc[22141]: DRSL NOTICE (bts=0,trx=0) bootstrapping RSL on ARFCN 871 using MCC-MNC 001-01 LAC=1 CID=6969 BSIC=63 (osmo_bsc_main.c:320) May 17 03:03:32 unassigned-hostname osmo-bsc[22141]: DMSC NOTICE RESET ACK from MSC: RI=SSN_PC,PC=0.23.1,SSN=BSSAP (osmo_bsc_bssap.c:84) May 17 03:03:34 unassigned-hostname osmo-bsc[22141]: DNM NOTICE OC=BTS(01) INST=(00,ff,ff): Reported connected PCU version 1.4.0.13-38bcb.202405162026 (abis_nm.c:352) May 17 03:03:35 unassigned-hostname osmo-bsc[22141]: DMSC NOTICE RESET ACK from MSC: RI=SSN_PC,PC=0.23.1,SSN=BSSAP (osmo_bsc_bssap.c:84) May 17 03:03:38 unassigned-hostname osmo-bsc[22141]: DMSC NOTICE RESET ACK from MSC: RI=SSN_PC,PC=0.23.1,SSN=BSSAP (osmo_bsc_bssap.c:84) May 17 03:03:39 unassigned-hostname osmo-bsc[22141]: DNM NOTICE OC=BTS(01) INST=(00,ff,ff): Reported connected PCU version 1.4.0.13-38bcb.202405162026 (abis_nm.c:352) May 17 03:03:41 unassigned-hostname osmo-bsc[22141]: DMSC NOTICE RESET ACK from MSC: RI=SSN_PC,PC=0.23.1,SSN=BSSAP (osmo_bsc_bssap.c:84) May 17 03:03:44 unassigned-hostname osmo-bsc[22141]: DMSC NOTICE RESET ACK from MSC: RI=SSN_PC,PC=0.23.1,SSN=BSSAP (osmo_bsc_bssap.c:84) May 17 03:03:44 unassigned-hostname osmo-bsc[22141]: DNM NOTICE OC=BTS(01) INST=(00,ff,ff): Reported connected PCU version 1.4.0.13-38bcb.202405162026 (abis_nm.c:352) May 17 03:03:47 unassigned-hostname osmo-bsc[22141]: DMSC NOTICE RESET ACK from MSC: RI=SSN_PC,PC=0.23.1,SSN=BSSAP (osmo_bsc_bssap.c:84) May 17 03:03:49 unassigned-hostname osmo-bsc[22141]: DNM NOTICE OC=BTS(01) INST=(00,ff,ff): Reported connected PCU version 1.4.0.13-38bcb.202405162026 (abis_nm.c:352) May 17 03:03:50 unassigned-hostname osmo-bsc[22141]: DMSC NOTICE RESET ACK from MSC: RI=SSN_PC,PC=0.23.1,SSN=BSSAP (osmo_bsc_bssap.c:84) May 17 03:03:53 unassigned-hostname osmo-bsc[22141]: DMSC NOTICE RESET ACK from MSC: RI=SSN_PC,PC=0.23.1,SSN=BSSAP (osmo_bsc_bssap.c:84) May 17 03:03:54 unassigned-hostname osmo-bsc[22141]: DNM NOTICE OC=BTS(01) INST=(00,ff,ff): Reported connected PCU version 1.4.0.13-38bcb.202405162026 (abis_nm.c:352) May 17 03:03:56 unassigned-hostname osmo-bsc[22141]: DMSC NOTICE RESET ACK from MSC: RI=SSN_PC,PC=0.23.1,SSN=BSSAP (osmo_bsc_bssap.c:84) May 17 03:03:59 unassigned-hostname osmo-bsc[22141]: DMSC NOTICE RESET ACK from MSC: RI=SSN_PC,PC=0.23.1,SSN=BSSAP (osmo_bsc_bssap.c:84) May 17 03:03:59 unassigned-hostname osmo-bsc[22141]: DNM NOTICE OC=BTS(01) INST=(00,ff,ff): Reported connected PCU version 1.4.0.13-38bcb.202405162026 (abis_nm.c:352) May 17 03:04:02 unassigned-hostname osmo-bsc[22141]: DMSC NOTICE RESET ACK from MSC: RI=SSN_PC,PC=0.23.1,SSN=BSSAP (osmo_bsc_bssap.c:84) May 17 03:04:04 unassigned-hostname osmo-bsc[22141]: DNM NOTICE OC=BTS(01) INST=(00,ff,ff): Reported connected PCU version 1.4.0.13-38bcb.202405162026 (abis_nm.c:352) May 17 03:04:05 unassigned-hostname osmo-bsc[22141]: DMSC NOTICE RESET ACK from MSC: RI=SSN_PC,PC=0.23.1,SSN=BSSAP (osmo_bsc_bssap.c:84) + 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:30 EDT; 37s ago Main PID: 23291 (osmo-bts-virtua) Tasks: 1 (limit: 1129) Memory: 4.7M CPU: 358ms CGroup: /system.slice/osmo-bts-virtual.service └─23291 /usr/bin/osmo-bts-virtual -s -c /etc/osmocom/osmo-bts-virtual.cfg May 17 03:03:30 unassigned-hostname osmo-bts-virtual[23291]: DOML INFO OC=CHANNEL INST=(00,00,07) OPER STATE Disabled -> Disabled (oml.c:695) May 17 03:03:30 unassigned-hostname osmo-bts-virtual[23291]: DOML ERROR OC=RADIO-CARRIER INST=(00,00,ff): O&M Get Attributes [0], SW Configuration is unsupported (oml.c:631) May 17 03:03:30 unassigned-hostname osmo-bts-virtual[23291]: DOML INFO OC=RADIO-CARRIER(02) INST=(00,00,ff): Set RF Max Power Reduction to 20 dBm (oml.c:1151) May 17 03:03:30 unassigned-hostname osmo-bts-virtual[23291]: DOML INFO NM_RCARRIER_OP(bts0-trx0)[0x555cfe77aab0]{DISABLED_OFFLINE}: Received Event RX_SETATTR (oml.c:1202) May 17 03:03:30 unassigned-hostname osmo-bts-virtual[23291]: DL1C NOTICE Unimplemented vbts_set_trx (bts_model.c:97) May 17 03:03:30 unassigned-hostname osmo-bts-virtual[23291]: DOML INFO NM_RCARRIER_OP(bts0-trx0)[0x555cfe77aab0]{DISABLED_OFFLINE}: Delay switch to operative state Enabled, wait for: rsl opstart (nm_radio_carrier_fsm.c:166) May 17 03:03:30 unassigned-hostname osmo-bts-virtual[23291]: DOML NOTICE OC=RADIO-CARRIER(02) INST=(00,00,ff): ADM STATE Locked -> Unlocked (oml.c:1490) May 17 03:03:30 unassigned-hostname osmo-bts-virtual[23291]: DOML ERROR OC=BASEBAND-TRANSCEIVER INST=(00,00,ff): O&M Get Attributes [0], Manufacturer Dependent State is unsupported (oml.c:631) May 17 03:03:30 unassigned-hostname osmo-bts-virtual[23291]: DOML INFO OC=CHANNEL(03) INST=(00,00,00): SET CHAN ATTR (TSC=7 pchan=CCCH+SDCCH4) (oml.c:1409) May 17 03:03:30 unassigned-hostname osmo-bts-virtual[23291]: DOML INFO NM_CHAN_OP(bts0-trx0-ts0)[0x555cfe77af50]{DISABLED_DEPENDENCY}: Received Event RX_SETATTR (oml.c:1415) May 17 03:03:30 unassigned-hostname osmo-bts-virtual[23291]: DL1C NOTICE (bts=0,trx=0,ts=0) Configured multiframe with 'BCCH+CCCH+SDCCH/4+SACCH/4' (scheduler.c:1024) May 17 03:03:30 unassigned-hostname osmo-bts-virtual[23291]: DL1C INFO (bts=0,trx=0,ts=0,ss=4) Activating FCCH (scheduler.c:1070) May 17 03:03:30 unassigned-hostname osmo-bts-virtual[23291]: DL1C INFO (bts=0,trx=0,ts=0,ss=4) Activating SCH (scheduler.c:1070) May 17 03:03:30 unassigned-hostname osmo-bts-virtual[23291]: DL1C INFO (bts=0,trx=0,ts=0,ss=4) Activating BCCH (scheduler.c:1070) May 17 03:03:30 unassigned-hostname osmo-bts-virtual[23291]: DL1C INFO (bts=0,trx=0,ts=0,ss=4) Activating RACH (scheduler.c:1070) May 17 03:03:30 unassigned-hostname osmo-bts-virtual[23291]: DL1C INFO (bts=0,trx=0,ts=0,ss=4) Activating CCCH (scheduler.c:1070) May 17 03:03:30 unassigned-hostname osmo-bts-virtual[23291]: DL1C INFO (bts=0,trx=0,ts=0,ss=4) state NONE -> ACTIVE (lchan.c:277) May 17 03:03:30 unassigned-hostname osmo-bts-virtual[23291]: DOML NOTICE OC=CHANNEL(03) INST=(00,00,00): ADM STATE Locked -> Unlocked (oml.c:1490) May 17 03:03:30 unassigned-hostname osmo-bts-virtual[23291]: DOML INFO OC=CHANNEL(03) INST=(00,00,01): SET CHAN ATTR (TSC=7 pchan=TCH/F) (oml.c:1409) May 17 03:03:30 unassigned-hostname osmo-bts-virtual[23291]: DOML INFO NM_CHAN_OP(bts0-trx0-ts1)[0x555cfe77b5a0]{DISABLED_DEPENDENCY}: Received Event RX_SETATTR (oml.c:1415) May 17 03:03:30 unassigned-hostname osmo-bts-virtual[23291]: DL1C NOTICE (bts=0,trx=0,ts=1) Configured multiframe with 'TCH/F+SACCH' (scheduler.c:1024) May 17 03:03:30 unassigned-hostname osmo-bts-virtual[23291]: DOML NOTICE OC=CHANNEL(03) INST=(00,00,01): ADM STATE Locked -> Unlocked (oml.c:1490) May 17 03:03:30 unassigned-hostname osmo-bts-virtual[23291]: DOML INFO OC=CHANNEL(03) INST=(00,00,02): SET CHAN ATTR (TSC=7 pchan=TCH/F) (oml.c:1409) May 17 03:03:30 unassigned-hostname osmo-bts-virtual[23291]: DOML INFO NM_CHAN_OP(bts0-trx0-ts2)[0x555cfe77bbf0]{DISABLED_DEPENDENCY}: Received Event RX_SETATTR (oml.c:1415) May 17 03:03:30 unassigned-hostname osmo-bts-virtual[23291]: DL1C NOTICE (bts=0,trx=0,ts=2) Configured multiframe with 'TCH/F+SACCH' (scheduler.c:1024) May 17 03:03:30 unassigned-hostname osmo-bts-virtual[23291]: DOML NOTICE OC=CHANNEL(03) INST=(00,00,02): ADM STATE Locked -> Unlocked (oml.c:1490) May 17 03:03:30 unassigned-hostname osmo-bts-virtual[23291]: DOML INFO OC=CHANNEL(03) INST=(00,00,03): SET CHAN ATTR (TSC=7 pchan=TCH/F) (oml.c:1409) May 17 03:03:30 unassigned-hostname osmo-bts-virtual[23291]: DOML INFO NM_CHAN_OP(bts0-trx0-ts3)[0x555cfe77c240]{DISABLED_DEPENDENCY}: Received Event RX_SETATTR (oml.c:1415) May 17 03:03:30 unassigned-hostname osmo-bts-virtual[23291]: DL1C NOTICE (bts=0,trx=0,ts=3) Configured multiframe with 'TCH/F+SACCH' (scheduler.c:1024) May 17 03:03:30 unassigned-hostname osmo-bts-virtual[23291]: DOML NOTICE OC=CHANNEL(03) INST=(00,00,03): ADM STATE Locked -> Unlocked (oml.c:1490) May 17 03:03:30 unassigned-hostname osmo-bts-virtual[23291]: DOML INFO OC=CHANNEL(03) INST=(00,00,04): SET CHAN ATTR (TSC=7 pchan=TCH/F) (oml.c:1409) May 17 03:03:30 unassigned-hostname osmo-bts-virtual[23291]: DOML INFO NM_CHAN_OP(bts0-trx0-ts4)[0x555cfe77c890]{DISABLED_DEPENDENCY}: Received Event RX_SETATTR (oml.c:1415) May 17 03:03:30 unassigned-hostname osmo-bts-virtual[23291]: DL1C NOTICE (bts=0,trx=0,ts=4) Configured multiframe with 'TCH/F+SACCH' (scheduler.c:1024) May 17 03:03:30 unassigned-hostname osmo-bts-virtual[23291]: DOML NOTICE OC=CHANNEL(03) INST=(00,00,04): ADM STATE Locked -> Unlocked (oml.c:1490) May 17 03:03:30 unassigned-hostname osmo-bts-virtual[23291]: DOML INFO OC=CHANNEL(03) INST=(00,00,05): SET CHAN ATTR (TSC=7 pchan=TCH/F) (oml.c:1409) May 17 03:03:30 unassigned-hostname osmo-bts-virtual[23291]: DOML INFO NM_CHAN_OP(bts0-trx0-ts5)[0x555cfe77cee0]{DISABLED_DEPENDENCY}: Received Event RX_SETATTR (oml.c:1415) May 17 03:03:30 unassigned-hostname osmo-bts-virtual[23291]: DL1C NOTICE (bts=0,trx=0,ts=5) Configured multiframe with 'TCH/F+SACCH' (scheduler.c:1024) May 17 03:03:30 unassigned-hostname osmo-bts-virtual[23291]: DOML NOTICE OC=CHANNEL(03) INST=(00,00,05): ADM STATE Locked -> Unlocked (oml.c:1490) May 17 03:03:30 unassigned-hostname osmo-bts-virtual[23291]: DOML INFO OC=CHANNEL(03) INST=(00,00,06): SET CHAN ATTR (TSC=7 pchan=TCH/F) (oml.c:1409) May 17 03:03:30 unassigned-hostname osmo-bts-virtual[23291]: DOML INFO NM_CHAN_OP(bts0-trx0-ts6)[0x555cfe77d530]{DISABLED_DEPENDENCY}: Received Event RX_SETATTR (oml.c:1415) May 17 03:03:30 unassigned-hostname osmo-bts-virtual[23291]: DL1C NOTICE (bts=0,trx=0,ts=6) Configured multiframe with 'TCH/F+SACCH' (scheduler.c:1024) May 17 03:03:30 unassigned-hostname osmo-bts-virtual[23291]: DOML NOTICE OC=CHANNEL(03) INST=(00,00,06): ADM STATE Locked -> Unlocked (oml.c:1490) May 17 03:03:30 unassigned-hostname osmo-bts-virtual[23291]: DOML INFO OC=CHANNEL(03) INST=(00,00,07): SET CHAN ATTR (TSC=7 pchan=TCH/F) (oml.c:1409) May 17 03:03:30 unassigned-hostname osmo-bts-virtual[23291]: DOML INFO NM_CHAN_OP(bts0-trx0-ts7)[0x555cfe77db80]{DISABLED_DEPENDENCY}: Received Event RX_SETATTR (oml.c:1415) May 17 03:03:30 unassigned-hostname osmo-bts-virtual[23291]: DL1C NOTICE (bts=0,trx=0,ts=7) Configured multiframe with 'TCH/F+SACCH' (scheduler.c:1024) May 17 03:03:30 unassigned-hostname osmo-bts-virtual[23291]: DOML NOTICE OC=CHANNEL(03) INST=(00,00,07): ADM STATE Locked -> Unlocked (oml.c:1490) May 17 03:03:30 unassigned-hostname osmo-bts-virtual[23291]: DOML NOTICE OC=BTS(01) INST=(00,ff,ff): ADM STATE Locked -> Unlocked (oml.c:1490) May 17 03:03:30 unassigned-hostname osmo-bts-virtual[23291]: DOML INFO NM_RCARRIER_OP(bts0-trx0)[0x555cfe77aab0]{DISABLED_OFFLINE}: Received Event RX_OPSTART (oml.c:1447) May 17 03:03:30 unassigned-hostname osmo-bts-virtual[23291]: DOML INFO NM_RCARRIER_OP(bts0-trx0)[0x555cfe77aab0]{DISABLED_OFFLINE}: Received Event OPSTART_ACK (bts_model.c:191) May 17 03:03:30 unassigned-hostname osmo-bts-virtual[23291]: DOML INFO NM_RCARRIER_OP(bts0-trx0)[0x555cfe77aab0]{DISABLED_OFFLINE}: Delay switch to operative state Enabled, wait for: rsl (nm_radio_carrier_fsm.c:166) May 17 03:03:30 unassigned-hostname osmo-bts-virtual[23291]: DOML NOTICE OC=BASEBAND-TRANSCEIVER(04) INST=(00,00,ff): ADM STATE Locked -> Unlocked (oml.c:1490) May 17 03:03:30 unassigned-hostname osmo-bts-virtual[23291]: DOML INFO NM_BTS_OP(bts0)[0x555cfe77a5a0]{DISABLED_OFFLINE}: Received Event RX_OPSTART (oml.c:1447) May 17 03:03:30 unassigned-hostname osmo-bts-virtual[23291]: DOML INFO NM_BTS_OP(bts0)[0x555cfe77a5a0]{DISABLED_OFFLINE}: Received Event OPSTART_ACK (bts_model.c:191) May 17 03:03:30 unassigned-hostname osmo-bts-virtual[23291]: DOML INFO NM_BTS_OP(bts0)[0x555cfe77a5a0]{DISABLED_OFFLINE}: state_chg to ENABLED (nm_bts_fsm.c:139) May 17 03:03:30 unassigned-hostname osmo-bts-virtual[23291]: DOML INFO OC=BTS INST=(00,ff,ff) AVAIL STATE Off line -> OK (oml.c:687) May 17 03:03:30 unassigned-hostname osmo-bts-virtual[23291]: DOML INFO OC=BTS INST=(00,ff,ff) OPER STATE Disabled -> Enabled (oml.c:695) May 17 03:03:30 unassigned-hostname osmo-bts-virtual[23291]: DOML INFO (bts=0,trx=0): Rx IPA RSL CONNECT IP=127.0.0.1 PORT=3003 STREAM=0x00 (oml.c:1891) May 17 03:03:30 unassigned-hostname osmo-bts-virtual[23291]: DOML INFO NM_BBTRANSC_OP(bts0-trx0)[0x555cfe77ad00]{DISABLED_OFFLINE}: Received Event RX_OPSTART (oml.c:1447) May 17 03:03:30 unassigned-hostname osmo-bts-virtual[23291]: DOML INFO NM_BBTRANSC_OP(bts0-trx0)[0x555cfe77ad00]{DISABLED_OFFLINE}: Received Event OPSTART_ACK (bts_model.c:191) May 17 03:03:30 unassigned-hostname osmo-bts-virtual[23291]: DOML INFO NM_BBTRANSC_OP(bts0-trx0)[0x555cfe77ad00]{DISABLED_OFFLINE}: Delay switch to operative state Enabled, wait for: rsl (nm_bb_transc_fsm.c:201) May 17 03:03:30 unassigned-hostname osmo-bts-virtual[23291]: DLINP NOTICE 127.0.0.1:3003 connection done (ipa.c:143) May 17 03:03:30 unassigned-hostname osmo-bts-virtual[23291]: DLINP NOTICE received ID_GET for unit ID 6969/0/0 (ipaccess.c:897) May 17 03:03:30 unassigned-hostname osmo-bts-virtual[23291]: DABIS INFO RSL Signalling link for TRX0 up (abis.c:398) May 17 03:03:30 unassigned-hostname osmo-bts-virtual[23291]: DRSL INFO (bts=0,trx=0) RSL link up (bts_trx.c:234) May 17 03:03:30 unassigned-hostname osmo-bts-virtual[23291]: DOML INFO NM_RCARRIER_OP(bts0-trx0)[0x555cfe77aab0]{DISABLED_OFFLINE}: Received Event RSL_UP (bts_trx.c:236) May 17 03:03:30 unassigned-hostname osmo-bts-virtual[23291]: DOML INFO NM_RCARRIER_OP(bts0-trx0)[0x555cfe77aab0]{DISABLED_OFFLINE}: state_chg to ENABLED (nm_radio_carrier_fsm.c:164) May 17 03:03:30 unassigned-hostname osmo-bts-virtual[23291]: DOML INFO OC=RADIO-CARRIER INST=(00,00,ff) AVAIL STATE Off line -> OK (oml.c:687) May 17 03:03:30 unassigned-hostname osmo-bts-virtual[23291]: DOML INFO OC=RADIO-CARRIER INST=(00,00,ff) OPER STATE Disabled -> Enabled (oml.c:695) May 17 03:03:30 unassigned-hostname osmo-bts-virtual[23291]: DOML INFO NM_CHAN_OP(bts0-trx0-ts0)[0x555cfe77af50]{DISABLED_DEPENDENCY}: Received Event RCARRIER_ENABLED (nm_radio_carrier_fsm.c:184) May 17 03:03:30 unassigned-hostname osmo-bts-virtual[23291]: DOML INFO NM_CHAN_OP(bts0-trx0-ts1)[0x555cfe77b5a0]{DISABLED_DEPENDENCY}: Received Event RCARRIER_ENABLED (nm_radio_carrier_fsm.c:184) May 17 03:03:30 unassigned-hostname osmo-bts-virtual[23291]: DOML INFO NM_CHAN_OP(bts0-trx0-ts2)[0x555cfe77bbf0]{DISABLED_DEPENDENCY}: Received Event RCARRIER_ENABLED (nm_radio_carrier_fsm.c:184) May 17 03:03:30 unassigned-hostname osmo-bts-virtual[23291]: DOML INFO NM_CHAN_OP(bts0-trx0-ts3)[0x555cfe77c240]{DISABLED_DEPENDENCY}: Received Event RCARRIER_ENABLED (nm_radio_carrier_fsm.c:184) May 17 03:03:30 unassigned-hostname osmo-bts-virtual[23291]: DOML INFO NM_CHAN_OP(bts0-trx0-ts4)[0x555cfe77c890]{DISABLED_DEPENDENCY}: Received Event RCARRIER_ENABLED (nm_radio_carrier_fsm.c:184) May 17 03:03:30 unassigned-hostname osmo-bts-virtual[23291]: DOML INFO NM_CHAN_OP(bts0-trx0-ts5)[0x555cfe77cee0]{DISABLED_DEPENDENCY}: Received Event RCARRIER_ENABLED (nm_radio_carrier_fsm.c:184) May 17 03:03:30 unassigned-hostname osmo-bts-virtual[23291]: DOML INFO NM_CHAN_OP(bts0-trx0-ts6)[0x555cfe77d530]{DISABLED_DEPENDENCY}: Received Event RCARRIER_ENABLED (nm_radio_carrier_fsm.c:184) May 17 03:03:30 unassigned-hostname osmo-bts-virtual[23291]: DOML INFO NM_CHAN_OP(bts0-trx0-ts7)[0x555cfe77db80]{DISABLED_DEPENDENCY}: Received Event RCARRIER_ENABLED (nm_radio_carrier_fsm.c:184) May 17 03:03:30 unassigned-hostname osmo-bts-virtual[23291]: DOML INFO NM_BBTRANSC_OP(bts0-trx0)[0x555cfe77ad00]{DISABLED_OFFLINE}: Received Event RSL_UP (bts_trx.c:237) May 17 03:03:30 unassigned-hostname osmo-bts-virtual[23291]: DOML INFO NM_BBTRANSC_OP(bts0-trx0)[0x555cfe77ad00]{DISABLED_OFFLINE}: state_chg to ENABLED (nm_bb_transc_fsm.c:199) May 17 03:03:30 unassigned-hostname osmo-bts-virtual[23291]: DOML INFO OC=BASEBAND-TRANSCEIVER INST=(00,00,ff) AVAIL STATE Off line -> OK (oml.c:687) May 17 03:03:30 unassigned-hostname osmo-bts-virtual[23291]: DOML INFO OC=BASEBAND-TRANSCEIVER INST=(00,00,ff) OPER STATE Disabled -> Enabled (oml.c:695) May 17 03:03:30 unassigned-hostname osmo-bts-virtual[23291]: DOML INFO NM_CHAN_OP(bts0-trx0-ts0)[0x555cfe77af50]{DISABLED_DEPENDENCY}: Received Event BBTRANSC_ENABLED (nm_bb_transc_fsm.c:219) May 17 03:03:30 unassigned-hostname osmo-bts-virtual[23291]: DOML INFO NM_CHAN_OP(bts0-trx0-ts0)[0x555cfe77af50]{DISABLED_DEPENDENCY}: state_chg to DISABLED_OFFLINE (nm_channel_fsm.c:136) May 17 03:03:30 unassigned-hostname osmo-bts-virtual[23291]: DOML INFO OC=CHANNEL INST=(00,00,00) AVAIL STATE Dependency -> Off line (oml.c:687) May 17 03:03:30 unassigned-hostname osmo-bts-virtual[23291]: DOML INFO OC=CHANNEL INST=(00,00,00) OPER STATE Disabled -> Disabled (oml.c:695) May 17 03:03:30 unassigned-hostname osmo-bts-virtual[23291]: DOML INFO NM_CHAN_OP(bts0-trx0-ts1)[0x555cfe77b5a0]{DISABLED_DEPENDENCY}: Received Event BBTRANSC_ENABLED (nm_bb_transc_fsm.c:219) May 17 03:03:30 unassigned-hostname osmo-bts-virtual[23291]: DOML INFO NM_CHAN_OP(bts0-trx0-ts1)[0x555cfe77b5a0]{DISABLED_DEPENDENCY}: state_chg to DISABLED_OFFLINE (nm_channel_fsm.c:136) May 17 03:03:30 unassigned-hostname osmo-bts-virtual[23291]: DOML INFO OC=CHANNEL INST=(00,00,01) AVAIL STATE Dependency -> Off line (oml.c:687) May 17 03:03:30 unassigned-hostname osmo-bts-virtual[23291]: DOML INFO OC=CHANNEL INST=(00,00,01) OPER STATE Disabled -> Disabled (oml.c:695) May 17 03:03:30 unassigned-hostname osmo-bts-virtual[23291]: DOML INFO NM_CHAN_OP(bts0-trx0-ts2)[0x555cfe77bbf0]{DISABLED_DEPENDENCY}: Received Event BBTRANSC_ENABLED (nm_bb_transc_fsm.c:219) May 17 03:03:30 unassigned-hostname osmo-bts-virtual[23291]: DOML INFO NM_CHAN_OP(bts0-trx0-ts2)[0x555cfe77bbf0]{DISABLED_DEPENDENCY}: state_chg to DISABLED_OFFLINE (nm_channel_fsm.c:136) May 17 03:03:30 unassigned-hostname osmo-bts-virtual[23291]: DOML INFO OC=CHANNEL INST=(00,00,02) AVAIL STATE Dependency -> Off line (oml.c:687) May 17 03:03:30 unassigned-hostname osmo-bts-virtual[23291]: DOML INFO OC=CHANNEL INST=(00,00,02) OPER STATE Disabled -> Disabled (oml.c:695) May 17 03:03:30 unassigned-hostname osmo-bts-virtual[23291]: DOML INFO NM_CHAN_OP(bts0-trx0-ts3)[0x555cfe77c240]{DISABLED_DEPENDENCY}: Received Event BBTRANSC_ENABLED (nm_bb_transc_fsm.c:219) May 17 03:03:30 unassigned-hostname osmo-bts-virtual[23291]: DOML INFO NM_CHAN_OP(bts0-trx0-ts3)[0x555cfe77c240]{DISABLED_DEPENDENCY}: state_chg to DISABLED_OFFLINE (nm_channel_fsm.c:136) May 17 03:03:30 unassigned-hostname osmo-bts-virtual[23291]: DOML INFO OC=CHANNEL INST=(00,00,03) AVAIL STATE Dependency -> Off line (oml.c:687) May 17 03:03:30 unassigned-hostname osmo-bts-virtual[23291]: DOML INFO OC=CHANNEL INST=(00,00,03) OPER STATE Disabled -> Disabled (oml.c:695) May 17 03:03:30 unassigned-hostname osmo-bts-virtual[23291]: DOML INFO NM_CHAN_OP(bts0-trx0-ts4)[0x555cfe77c890]{DISABLED_DEPENDENCY}: Received Event BBTRANSC_ENABLED (nm_bb_transc_fsm.c:219) May 17 03:03:30 unassigned-hostname osmo-bts-virtual[23291]: DOML INFO NM_CHAN_OP(bts0-trx0-ts4)[0x555cfe77c890]{DISABLED_DEPENDENCY}: state_chg to DISABLED_OFFLINE (nm_channel_fsm.c:136) May 17 03:03:30 unassigned-hostname osmo-bts-virtual[23291]: DOML INFO OC=CHANNEL INST=(00,00,04) AVAIL STATE Dependency -> Off line (oml.c:687) May 17 03:03:30 unassigned-hostname osmo-bts-virtual[23291]: DOML INFO OC=CHANNEL INST=(00,00,04) OPER STATE Disabled -> Disabled (oml.c:695) May 17 03:03:30 unassigned-hostname osmo-bts-virtual[23291]: DOML INFO NM_CHAN_OP(bts0-trx0-ts5)[0x555cfe77cee0]{DISABLED_DEPENDENCY}: Received Event BBTRANSC_ENABLED (nm_bb_transc_fsm.c:219) May 17 03:03:30 unassigned-hostname osmo-bts-virtual[23291]: DOML INFO NM_CHAN_OP(bts0-trx0-ts5)[0x555cfe77cee0]{DISABLED_DEPENDENCY}: state_chg to DISABLED_OFFLINE (nm_channel_fsm.c:136) May 17 03:03:30 unassigned-hostname osmo-bts-virtual[23291]: DOML INFO OC=CHANNEL INST=(00,00,05) AVAIL STATE Dependency -> Off line (oml.c:687) May 17 03:03:30 unassigned-hostname osmo-bts-virtual[23291]: DOML INFO OC=CHANNEL INST=(00,00,05) OPER STATE Disabled -> Disabled (oml.c:695) May 17 03:03:30 unassigned-hostname osmo-bts-virtual[23291]: DOML INFO NM_CHAN_OP(bts0-trx0-ts6)[0x555cfe77d530]{DISABLED_DEPENDENCY}: Received Event BBTRANSC_ENABLED (nm_bb_transc_fsm.c:219) May 17 03:03:30 unassigned-hostname osmo-bts-virtual[23291]: DOML INFO NM_CHAN_OP(bts0-trx0-ts6)[0x555cfe77d530]{DISABLED_DEPENDENCY}: state_chg to DISABLED_OFFLINE (nm_channel_fsm.c:136) May 17 03:03:30 unassigned-hostname osmo-bts-virtual[23291]: DOML INFO OC=CHANNEL INST=(00,00,06) AVAIL STATE Dependency -> Off line (oml.c:687) May 17 03:03:30 unassigned-hostname osmo-bts-virtual[23291]: DOML INFO OC=CHANNEL INST=(00,00,06) OPER STATE Disabled -> Disabled (oml.c:695) May 17 03:03:30 unassigned-hostname osmo-bts-virtual[23291]: DOML INFO NM_CHAN_OP(bts0-trx0-ts7)[0x555cfe77db80]{DISABLED_DEPENDENCY}: Received Event BBTRANSC_ENABLED (nm_bb_transc_fsm.c:219) May 17 03:03:30 unassigned-hostname osmo-bts-virtual[23291]: DOML INFO NM_CHAN_OP(bts0-trx0-ts7)[0x555cfe77db80]{DISABLED_DEPENDENCY}: state_chg to DISABLED_OFFLINE (nm_channel_fsm.c:136) May 17 03:03:30 unassigned-hostname osmo-bts-virtual[23291]: DOML INFO OC=CHANNEL INST=(00,00,07) AVAIL STATE Dependency -> Off line (oml.c:687) May 17 03:03:30 unassigned-hostname osmo-bts-virtual[23291]: DOML INFO OC=CHANNEL INST=(00,00,07) OPER STATE Disabled -> Disabled (oml.c:695) May 17 03:03:30 unassigned-hostname osmo-bts-virtual[23291]: DRSL INFO Tx RSL RF RESource INDication (rsl.c:506) May 17 03:03:30 unassigned-hostname osmo-bts-virtual[23291]: DRSL INFO (bts=0,trx=0,ts=0,ss=0) Rx RSL BCCH_INFO (rsl.c:3938) May 17 03:03:30 unassigned-hostname osmo-bts-virtual[23291]: DRSL INFO Rx RSL BCCH INFO (SI1, 23 bytes) (rsl.c:603) May 17 03:03:30 unassigned-hostname osmo-bts-virtual[23291]: DPCU NOTICE PCU socket not connected, dropping message (pcu_sock.c:1018) May 17 03:03:30 unassigned-hostname osmo-bts-virtual[23291]: DPCU NOTICE Failed to send SI1 to PCU: rc=-5 (pcu_sock.c:830) May 17 03:03:30 unassigned-hostname osmo-bts-virtual[23291]: DPAG INFO Paging SI update (paging.c:837) May 17 03:03:30 unassigned-hostname osmo-bts-virtual[23291]: DRSL INFO (bts=0,trx=0,ts=0,ss=0) Rx RSL BCCH_INFO (rsl.c:3938) May 17 03:03:30 unassigned-hostname osmo-bts-virtual[23291]: DRSL INFO Rx RSL BCCH INFO (SI2, 23 bytes) (rsl.c:603) May 17 03:03:30 unassigned-hostname osmo-bts-virtual[23291]: DPCU NOTICE PCU socket not connected, dropping message (pcu_sock.c:1018) May 17 03:03:30 unassigned-hostname osmo-bts-virtual[23291]: DPCU NOTICE Failed to send SI2 to PCU: rc=-5 (pcu_sock.c:830) May 17 03:03:30 unassigned-hostname osmo-bts-virtual[23291]: DPAG INFO Paging SI update (paging.c:837) May 17 03:03:30 unassigned-hostname osmo-bts-virtual[23291]: DRSL INFO (bts=0,trx=0,ts=0,ss=0) Rx RSL BCCH_INFO (rsl.c:3938) May 17 03:03:30 unassigned-hostname osmo-bts-virtual[23291]: DRSL INFO RX RSL Disabling BCCH INFO (SI2bis) (rsl.c:709) May 17 03:03:30 unassigned-hostname osmo-bts-virtual[23291]: DPAG INFO Paging SI update (paging.c:837) May 17 03:03:30 unassigned-hostname osmo-bts-virtual[23291]: DOML INFO NM_CHAN_OP(bts0-trx0-ts0)[0x555cfe77af50]{DISABLED_OFFLINE}: Received Event RX_OPSTART (oml.c:1447) May 17 03:03:30 unassigned-hostname osmo-bts-virtual[23291]: DOML INFO NM_CHAN_OP(bts0-trx0-ts0)[0x555cfe77af50]{DISABLED_OFFLINE}: Received Event OPSTART_ACK (bts_model.c:191) May 17 03:03:30 unassigned-hostname osmo-bts-virtual[23291]: DOML INFO NM_CHAN_OP(bts0-trx0-ts0)[0x555cfe77af50]{DISABLED_OFFLINE}: state_chg to ENABLED (nm_channel_fsm.c:182) May 17 03:03:30 unassigned-hostname osmo-bts-virtual[23291]: DOML INFO OC=CHANNEL INST=(00,00,00) AVAIL STATE Off line -> OK (oml.c:687) May 17 03:03:30 unassigned-hostname osmo-bts-virtual[23291]: DOML INFO OC=CHANNEL INST=(00,00,00) OPER STATE Disabled -> Enabled (oml.c:695) May 17 03:03:30 unassigned-hostname osmo-bts-virtual[23291]: DRSL INFO (bts=0,trx=0,ts=0,ss=0) Rx RSL BCCH_INFO (rsl.c:3938) May 17 03:03:30 unassigned-hostname osmo-bts-virtual[23291]: DRSL INFO RX RSL Disabling BCCH INFO (SI2ter) (rsl.c:709) May 17 03:03:30 unassigned-hostname osmo-bts-virtual[23291]: DPAG INFO Paging SI update (paging.c:837) May 17 03:03:30 unassigned-hostname osmo-bts-virtual[23291]: DRSL INFO (bts=0,trx=0,ts=0,ss=0) Rx RSL BCCH_INFO (rsl.c:3938) May 17 03:03:30 unassigned-hostname osmo-bts-virtual[23291]: DRSL INFO RX RSL Disabling BCCH INFO (SI2quater) (rsl.c:709) May 17 03:03:30 unassigned-hostname osmo-bts-virtual[23291]: DPAG INFO Paging SI update (paging.c:837) May 17 03:03:30 unassigned-hostname osmo-bts-virtual[23291]: DRSL INFO (bts=0,trx=0,ts=0,ss=0) Rx RSL BCCH_INFO (rsl.c:3938) May 17 03:03:30 unassigned-hostname osmo-bts-virtual[23291]: DRSL INFO Rx RSL BCCH INFO (SI3, 23 bytes) (rsl.c:603) May 17 03:03:30 unassigned-hostname osmo-bts-virtual[23291]: DL1C NOTICE Unimplemented bts_model_lchan_deactivate (bts_model.c:45) May 17 03:03:30 unassigned-hostname osmo-bts-virtual[23291]: DPCU NOTICE PCU socket not connected, dropping message (pcu_sock.c:1018) May 17 03:03:30 unassigned-hostname osmo-bts-virtual[23291]: DPCU NOTICE Failed to send SI3 to PCU: rc=-5 (pcu_sock.c:830) May 17 03:03:30 unassigned-hostname osmo-bts-virtual[23291]: DPAG INFO Paging SI update (paging.c:837) May 17 03:03:30 unassigned-hostname osmo-bts-virtual[23291]: DRSL INFO Updated AGCH max queue length to 12 (bts.c:510) May 17 03:03:30 unassigned-hostname osmo-bts-virtual[23291]: DRSL INFO (bts=0,trx=0,ts=0,ss=0) Rx RSL BCCH_INFO (rsl.c:3938) May 17 03:03:30 unassigned-hostname osmo-bts-virtual[23291]: DRSL INFO Rx RSL BCCH INFO (SI4, 23 bytes) (rsl.c:603) May 17 03:03:30 unassigned-hostname osmo-bts-virtual[23291]: DPAG INFO Paging SI update (paging.c:837) May 17 03:03:30 unassigned-hostname osmo-bts-virtual[23291]: DRSL INFO Rx RSL SACCH FILLING (SI5, 19 bytes) (rsl.c:1096) May 17 03:03:30 unassigned-hostname osmo-bts-virtual[23291]: DPAG INFO Paging SI update (paging.c:837) May 17 03:03:30 unassigned-hostname osmo-bts-virtual[23291]: DRSL INFO Rx RSL Disabling SACCH FILLING (SI5bis) (rsl.c:1116) May 17 03:03:30 unassigned-hostname osmo-bts-virtual[23291]: DPAG INFO Paging SI update (paging.c:837) May 17 03:03:30 unassigned-hostname osmo-bts-virtual[23291]: DRSL INFO Rx RSL Disabling SACCH FILLING (SI5ter) (rsl.c:1116) May 17 03:03:30 unassigned-hostname osmo-bts-virtual[23291]: DPAG INFO Paging SI update (paging.c:837) May 17 03:03:30 unassigned-hostname osmo-bts-virtual[23291]: DRSL INFO Rx RSL SACCH FILLING (SI6, 13 bytes) (rsl.c:1096) May 17 03:03:30 unassigned-hostname osmo-bts-virtual[23291]: DPAG INFO Paging SI update (paging.c:837) May 17 03:03:30 unassigned-hostname osmo-bts-virtual[23291]: DOML INFO NM_CHAN_OP(bts0-trx0-ts1)[0x555cfe77b5a0]{DISABLED_OFFLINE}: Received Event RX_OPSTART (oml.c:1447) May 17 03:03:30 unassigned-hostname osmo-bts-virtual[23291]: DOML INFO NM_CHAN_OP(bts0-trx0-ts1)[0x555cfe77b5a0]{DISABLED_OFFLINE}: Received Event OPSTART_ACK (bts_model.c:191) May 17 03:03:30 unassigned-hostname osmo-bts-virtual[23291]: DOML INFO NM_CHAN_OP(bts0-trx0-ts1)[0x555cfe77b5a0]{DISABLED_OFFLINE}: state_chg to ENABLED (nm_channel_fsm.c:182) May 17 03:03:30 unassigned-hostname osmo-bts-virtual[23291]: DOML INFO OC=CHANNEL INST=(00,00,01) AVAIL STATE Off line -> OK (oml.c:687) May 17 03:03:30 unassigned-hostname osmo-bts-virtual[23291]: DOML INFO OC=CHANNEL INST=(00,00,01) OPER STATE Disabled -> Enabled (oml.c:695) May 17 03:03:30 unassigned-hostname osmo-bts-virtual[23291]: DRSL INFO (bts=0,trx=0) Rx Measurement Pre-processing Defaults (rsl.c:1319) May 17 03:03:30 unassigned-hostname osmo-bts-virtual[23291]: DOML INFO NM_CHAN_OP(bts0-trx0-ts2)[0x555cfe77bbf0]{DISABLED_OFFLINE}: Received Event RX_OPSTART (oml.c:1447) May 17 03:03:30 unassigned-hostname osmo-bts-virtual[23291]: DOML INFO NM_CHAN_OP(bts0-trx0-ts2)[0x555cfe77bbf0]{DISABLED_OFFLINE}: Received Event OPSTART_ACK (bts_model.c:191) May 17 03:03:30 unassigned-hostname osmo-bts-virtual[23291]: DOML INFO NM_CHAN_OP(bts0-trx0-ts2)[0x555cfe77bbf0]{DISABLED_OFFLINE}: state_chg to ENABLED (nm_channel_fsm.c:182) May 17 03:03:30 unassigned-hostname osmo-bts-virtual[23291]: DOML INFO OC=CHANNEL INST=(00,00,02) AVAIL STATE Off line -> OK (oml.c:687) May 17 03:03:30 unassigned-hostname osmo-bts-virtual[23291]: DOML INFO OC=CHANNEL INST=(00,00,02) OPER STATE Disabled -> Enabled (oml.c:695) May 17 03:03:30 unassigned-hostname osmo-bts-virtual[23291]: DOML INFO NM_CHAN_OP(bts0-trx0-ts3)[0x555cfe77c240]{DISABLED_OFFLINE}: Received Event RX_OPSTART (oml.c:1447) May 17 03:03:30 unassigned-hostname osmo-bts-virtual[23291]: DOML INFO NM_CHAN_OP(bts0-trx0-ts3)[0x555cfe77c240]{DISABLED_OFFLINE}: Received Event OPSTART_ACK (bts_model.c:191) May 17 03:03:30 unassigned-hostname osmo-bts-virtual[23291]: DOML INFO NM_CHAN_OP(bts0-trx0-ts3)[0x555cfe77c240]{DISABLED_OFFLINE}: state_chg to ENABLED (nm_channel_fsm.c:182) May 17 03:03:30 unassigned-hostname osmo-bts-virtual[23291]: DOML INFO OC=CHANNEL INST=(00,00,03) AVAIL STATE Off line -> OK (oml.c:687) May 17 03:03:30 unassigned-hostname osmo-bts-virtual[23291]: DOML INFO OC=CHANNEL INST=(00,00,03) OPER STATE Disabled -> Enabled (oml.c:695) May 17 03:03:30 unassigned-hostname osmo-bts-virtual[23291]: DOML INFO NM_CHAN_OP(bts0-trx0-ts4)[0x555cfe77c890]{DISABLED_OFFLINE}: Received Event RX_OPSTART (oml.c:1447) May 17 03:03:30 unassigned-hostname osmo-bts-virtual[23291]: DOML INFO NM_CHAN_OP(bts0-trx0-ts4)[0x555cfe77c890]{DISABLED_OFFLINE}: Received Event OPSTART_ACK (bts_model.c:191) May 17 03:03:30 unassigned-hostname osmo-bts-virtual[23291]: DOML INFO NM_CHAN_OP(bts0-trx0-ts4)[0x555cfe77c890]{DISABLED_OFFLINE}: state_chg to ENABLED (nm_channel_fsm.c:182) May 17 03:03:30 unassigned-hostname osmo-bts-virtual[23291]: DOML INFO OC=CHANNEL INST=(00,00,04) AVAIL STATE Off line -> OK (oml.c:687) May 17 03:03:30 unassigned-hostname osmo-bts-virtual[23291]: DOML INFO OC=CHANNEL INST=(00,00,04) OPER STATE Disabled -> Enabled (oml.c:695) May 17 03:03:30 unassigned-hostname osmo-bts-virtual[23291]: DOML INFO NM_CHAN_OP(bts0-trx0-ts5)[0x555cfe77cee0]{DISABLED_OFFLINE}: Received Event RX_OPSTART (oml.c:1447) May 17 03:03:30 unassigned-hostname osmo-bts-virtual[23291]: DOML INFO NM_CHAN_OP(bts0-trx0-ts5)[0x555cfe77cee0]{DISABLED_OFFLINE}: Received Event OPSTART_ACK (bts_model.c:191) May 17 03:03:30 unassigned-hostname osmo-bts-virtual[23291]: DOML INFO NM_CHAN_OP(bts0-trx0-ts5)[0x555cfe77cee0]{DISABLED_OFFLINE}: state_chg to ENABLED (nm_channel_fsm.c:182) May 17 03:03:30 unassigned-hostname osmo-bts-virtual[23291]: DOML INFO OC=CHANNEL INST=(00,00,05) AVAIL STATE Off line -> OK (oml.c:687) May 17 03:03:30 unassigned-hostname osmo-bts-virtual[23291]: DOML INFO OC=CHANNEL INST=(00,00,05) OPER STATE Disabled -> Enabled (oml.c:695) May 17 03:03:30 unassigned-hostname osmo-bts-virtual[23291]: DOML INFO NM_CHAN_OP(bts0-trx0-ts6)[0x555cfe77d530]{DISABLED_OFFLINE}: Received Event RX_OPSTART (oml.c:1447) May 17 03:03:30 unassigned-hostname osmo-bts-virtual[23291]: DOML INFO NM_CHAN_OP(bts0-trx0-ts6)[0x555cfe77d530]{DISABLED_OFFLINE}: Received Event OPSTART_ACK (bts_model.c:191) May 17 03:03:30 unassigned-hostname osmo-bts-virtual[23291]: DOML INFO NM_CHAN_OP(bts0-trx0-ts6)[0x555cfe77d530]{DISABLED_OFFLINE}: state_chg to ENABLED (nm_channel_fsm.c:182) May 17 03:03:30 unassigned-hostname osmo-bts-virtual[23291]: DOML INFO OC=CHANNEL INST=(00,00,06) AVAIL STATE Off line -> OK (oml.c:687) May 17 03:03:30 unassigned-hostname osmo-bts-virtual[23291]: DOML INFO OC=CHANNEL INST=(00,00,06) OPER STATE Disabled -> Enabled (oml.c:695) May 17 03:03:30 unassigned-hostname osmo-bts-virtual[23291]: DOML INFO NM_CHAN_OP(bts0-trx0-ts7)[0x555cfe77db80]{DISABLED_OFFLINE}: Received Event RX_OPSTART (oml.c:1447) May 17 03:03:30 unassigned-hostname osmo-bts-virtual[23291]: DOML INFO NM_CHAN_OP(bts0-trx0-ts7)[0x555cfe77db80]{DISABLED_OFFLINE}: Received Event OPSTART_ACK (bts_model.c:191) May 17 03:03:30 unassigned-hostname osmo-bts-virtual[23291]: DOML INFO NM_CHAN_OP(bts0-trx0-ts7)[0x555cfe77db80]{DISABLED_OFFLINE}: state_chg to ENABLED (nm_channel_fsm.c:182) May 17 03:03:30 unassigned-hostname osmo-bts-virtual[23291]: DOML INFO OC=CHANNEL INST=(00,00,07) AVAIL STATE Off line -> OK (oml.c:687) May 17 03:03:30 unassigned-hostname osmo-bts-virtual[23291]: DOML INFO OC=CHANNEL INST=(00,00,07) OPER STATE Disabled -> Enabled (oml.c:695) May 17 03:03:30 unassigned-hostname osmo-bts-virtual[23291]: DL1P INFO 000002/00/02/02/02 (bts=0,trx=0,ts=0) BCCH: has not been served !! No prim (scheduler_virtbts.c:198) May 17 03:03:34 unassigned-hostname osmo-bts-virtual[23291]: DPCU NOTICE PCU socket connected to external PCU (pcu_sock.c:1189) May 17 03:03:34 unassigned-hostname osmo-bts-virtual[23291]: DOML NOTICE OC=GPRS-CELL INST=(00,00,ff): Sending PCU version report to BSC: 1.4.0.13-38bcb.202405162026 (oml.c:100) May 17 03:03:39 unassigned-hostname osmo-bts-virtual[23291]: DOML NOTICE OC=GPRS-CELL INST=(00,00,ff): Sending PCU version report to BSC: 1.4.0.13-38bcb.202405162026 (oml.c:100) May 17 03:03:44 unassigned-hostname osmo-bts-virtual[23291]: DOML NOTICE OC=GPRS-CELL INST=(00,00,ff): Sending PCU version report to BSC: 1.4.0.13-38bcb.202405162026 (oml.c:100) May 17 03:03:49 unassigned-hostname osmo-bts-virtual[23291]: DOML NOTICE OC=GPRS-CELL INST=(00,00,ff): Sending PCU version report to BSC: 1.4.0.13-38bcb.202405162026 (oml.c:100) May 17 03:03:54 unassigned-hostname osmo-bts-virtual[23291]: DOML NOTICE OC=GPRS-CELL INST=(00,00,ff): Sending PCU version report to BSC: 1.4.0.13-38bcb.202405162026 (oml.c:100) May 17 03:03:59 unassigned-hostname osmo-bts-virtual[23291]: DOML NOTICE OC=GPRS-CELL INST=(00,00,ff): Sending PCU version report to BSC: 1.4.0.13-38bcb.202405162026 (oml.c:100) May 17 03:04:04 unassigned-hostname osmo-bts-virtual[23291]: DOML NOTICE OC=GPRS-CELL INST=(00,00,ff): Sending PCU version report to BSC: 1.4.0.13-38bcb.202405162026 (oml.c:100) + 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:22 EDT; 44s ago Main PID: 22826 (osmo-cbc) Tasks: 2 (limit: 1129) Memory: 3.3M CPU: 29ms CGroup: /system.slice/osmo-cbc.service └─22826 /usr/bin/osmo-cbc -c /etc/osmocom/osmo-cbc.cfg May 17 03:03:22 unassigned-hostname systemd[1]: Started Osmocom CBC (Cell Broadcasting Centre). May 17 03:03:22 unassigned-hostname osmo-cbc[22826]: DLGLOBAL NOTICE Available via telnet 127.0.0.1 4264 (telnet_interface.c:88) May 17 03:03:22 unassigned-hostname osmo-cbc[22826]: DCBSP NOTICE Listening for CBSP at 127.0.0.1:48049 (cbsp_link.c:414) May 17 03:03:22 unassigned-hostname osmo-cbc[22826]: DSBcAP NOTICE Listening for SBc-AP at (::ffff:127.0.0.1|::1):29168 (sbcap_link.c:484) May 17 03:03:22 unassigned-hostname osmo-cbc[22826]: DREST NOTICE Started ECBE REST API at 127.0.0.1:12345 (rest_api.c:727) + 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:30 EDT; 1min 36s ago Main PID: 21143 (osmo-e1d) Tasks: 2 (limit: 1129) Memory: 2.1M CPU: 17ms CGroup: /system.slice/osmo-e1d.service └─21143 /usr/bin/osmo-e1d -c /etc/osmocom/osmo-e1d.cfg May 17 03:02:30 unassigned-hostname systemd[1]: Started Osmocom E1 Interface Daemon. May 17 03:02:31 unassigned-hostname osmo-e1d[21143]: <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:02:46 EDT; 1min 20s ago Main PID: 21667 (osmo-gbproxy) Tasks: 1 (limit: 1129) Memory: 2.3M CPU: 25ms CGroup: /system.slice/osmo-gbproxy.service └─21667 /usr/bin/osmo-gbproxy -c /etc/osmocom/osmo-gbproxy.cfg May 17 03:02:46 unassigned-hostname systemd[1]: Started Osmocom Gb proxy. May 17 03:02:47 unassigned-hostname osmo-gbproxy[21667]: DLNS NOTICE NSE(00101) NS-STATUS.ind(bvci=00000): cause=NSE SNS no endpoints, transfer=0, first=1, mtu=0 (gprs_ns2.c:575) May 17 03:02:47 unassigned-hostname osmo-gbproxy[21667]: DGPRS NOTICE NS: Unknown NS-STATUS.ind cause=NSE SNS no endpoints from NS (gb_proxy.c:1810) May 17 03:02:47 unassigned-hostname osmo-gbproxy[21667]: DLGLOBAL NOTICE Available via telnet 127.0.0.1 4246 (telnet_interface.c:88) May 17 03:02:47 unassigned-hostname osmo-gbproxy[21667]: DLCTRL NOTICE CTRL at 127.0.0.1 4263 (control_if.c:1024) May 17 03:02:50 unassigned-hostname osmo-gbproxy[21667]: DLNS NOTICE NSE(00101) NS-STATUS.ind(bvci=00000): cause=NSE SNS failure, transfer=0, first=1, mtu=65523 (gprs_ns2.c:575) May 17 03:02:53 unassigned-hostname osmo-gbproxy[21667]: DLNS NOTICE NSE(00101) NS-STATUS.ind(bvci=00000): cause=NSE SNS failure, transfer=0, first=1, mtu=65523 (gprs_ns2.c:575) May 17 03:02:56 unassigned-hostname osmo-gbproxy[21667]: DLNS ERROR GPRS-NS2-SNS-BSS(NSE00101-SNS)[0x55bda9176390]{BSS_SIZE}: NSE 101: SNS failed: Size retries failed. Selecting next IP-SNS endpoint. (gprs_ns2_sns.c:1781) May 17 03:02:56 unassigned-hostname osmo-gbproxy[21667]: DLNS NOTICE NSE(00101)-NSVC(none) NS-STATUS.ind(bvci=00000): cause=NSVC failure, transfer=0, first=1, mtu=65523 (gprs_ns2.c:571) May 17 03:02:56 unassigned-hostname osmo-gbproxy[21667]: DGPRS NOTICE NS: Unknown NS-STATUS.ind cause=NSVC failure from NS (gb_proxy.c:1810) May 17 03:02:56 unassigned-hostname osmo-gbproxy[21667]: DLNS NOTICE NSE(00101) NS-STATUS.ind(bvci=00000): cause=NSE SNS failure, transfer=0, first=1, mtu=65523 (gprs_ns2.c:575) May 17 03:02:59 unassigned-hostname osmo-gbproxy[21667]: DLNS ERROR GPRS-NS2-SNS-BSS(NSE00101-SNS)[0x55bda9176390]{BSS_SIZE}: NSE 101: SNS failed: Size retries failed. Selecting next IP-SNS endpoint. (gprs_ns2_sns.c:1781) May 17 03:02:59 unassigned-hostname osmo-gbproxy[21667]: DLNS NOTICE NSE(00101)-NSVC(none) NS-STATUS.ind(bvci=00000): cause=NSVC failure, transfer=0, first=1, mtu=65523 (gprs_ns2.c:571) May 17 03:02:59 unassigned-hostname osmo-gbproxy[21667]: DGPRS NOTICE NS: Unknown NS-STATUS.ind cause=NSVC failure from NS (gb_proxy.c:1810) May 17 03:02:59 unassigned-hostname osmo-gbproxy[21667]: DLNS NOTICE NSE(00101) NS-STATUS.ind(bvci=00000): cause=NSE SNS failure, transfer=0, first=1, mtu=65523 (gprs_ns2.c:575) May 17 03:03:02 unassigned-hostname osmo-gbproxy[21667]: DLNS ERROR GPRS-NS2-SNS-BSS(NSE00101-SNS)[0x55bda9176390]{BSS_SIZE}: NSE 101: SNS failed: Size retries failed. Selecting next IP-SNS endpoint. (gprs_ns2_sns.c:1781) May 17 03:03:02 unassigned-hostname osmo-gbproxy[21667]: DLNS NOTICE NSE(00101)-NSVC(none) NS-STATUS.ind(bvci=00000): cause=NSVC failure, transfer=0, first=1, mtu=65523 (gprs_ns2.c:571) May 17 03:03:02 unassigned-hostname osmo-gbproxy[21667]: DGPRS NOTICE NS: Unknown NS-STATUS.ind cause=NSVC failure from NS (gb_proxy.c:1810) May 17 03:03:02 unassigned-hostname osmo-gbproxy[21667]: DLNS NOTICE NSE(00101) NS-STATUS.ind(bvci=00000): cause=NSE SNS failure, transfer=0, first=1, mtu=65523 (gprs_ns2.c:575) May 17 03:03:05 unassigned-hostname osmo-gbproxy[21667]: DLNS ERROR GPRS-NS2-SNS-BSS(NSE00101-SNS)[0x55bda9176390]{BSS_SIZE}: NSE 101: SNS failed: Size retries failed. Selecting next IP-SNS endpoint. (gprs_ns2_sns.c:1781) May 17 03:03:05 unassigned-hostname osmo-gbproxy[21667]: DLNS NOTICE NSE(00101)-NSVC(none) NS-STATUS.ind(bvci=00000): cause=NSVC failure, transfer=0, first=1, mtu=65523 (gprs_ns2.c:571) May 17 03:03:05 unassigned-hostname osmo-gbproxy[21667]: DGPRS NOTICE NS: Unknown NS-STATUS.ind cause=NSVC failure from NS (gb_proxy.c:1810) May 17 03:03:05 unassigned-hostname osmo-gbproxy[21667]: DLNS NOTICE NSE(00101) NS-STATUS.ind(bvci=00000): cause=NSE SNS failure, transfer=0, first=1, mtu=65523 (gprs_ns2.c:575) May 17 03:03:08 unassigned-hostname osmo-gbproxy[21667]: DLNS ERROR GPRS-NS2-SNS-BSS(NSE00101-SNS)[0x55bda9176390]{BSS_SIZE}: NSE 101: SNS failed: Size retries failed. Selecting next IP-SNS endpoint. (gprs_ns2_sns.c:1781) May 17 03:03:08 unassigned-hostname osmo-gbproxy[21667]: DLNS NOTICE NSE(00101)-NSVC(none) NS-STATUS.ind(bvci=00000): cause=NSVC failure, transfer=0, first=1, mtu=65523 (gprs_ns2.c:571) May 17 03:03:08 unassigned-hostname osmo-gbproxy[21667]: DGPRS NOTICE NS: Unknown NS-STATUS.ind cause=NSVC failure from NS (gb_proxy.c:1810) May 17 03:03:08 unassigned-hostname osmo-gbproxy[21667]: DLNS NOTICE NSE(00101) NS-STATUS.ind(bvci=00000): cause=NSE SNS failure, transfer=0, first=1, mtu=65523 (gprs_ns2.c:575) May 17 03:03:11 unassigned-hostname osmo-gbproxy[21667]: DLNS ERROR GPRS-NS2-SNS-BSS(NSE00101-SNS)[0x55bda9176390]{BSS_SIZE}: NSE 101: SNS failed: Size retries failed. Selecting next IP-SNS endpoint. (gprs_ns2_sns.c:1781) May 17 03:03:11 unassigned-hostname osmo-gbproxy[21667]: DLNS NOTICE NSE(00101)-NSVC(none) NS-STATUS.ind(bvci=00000): cause=NSVC failure, transfer=0, first=1, mtu=65523 (gprs_ns2.c:571) May 17 03:03:11 unassigned-hostname osmo-gbproxy[21667]: DGPRS NOTICE NS: Unknown NS-STATUS.ind cause=NSVC failure from NS (gb_proxy.c:1810) May 17 03:03:11 unassigned-hostname osmo-gbproxy[21667]: DLNS NOTICE NSE(00101) NS-STATUS.ind(bvci=00000): cause=NSE SNS failure, transfer=0, first=1, mtu=65523 (gprs_ns2.c:575) May 17 03:03:14 unassigned-hostname osmo-gbproxy[21667]: DLNS ERROR GPRS-NS2-SNS-BSS(NSE00101-SNS)[0x55bda9176390]{BSS_SIZE}: NSE 101: SNS failed: Size retries failed. Selecting next IP-SNS endpoint. (gprs_ns2_sns.c:1781) May 17 03:03:14 unassigned-hostname osmo-gbproxy[21667]: DLNS NOTICE NSE(00101)-NSVC(none) NS-STATUS.ind(bvci=00000): cause=NSVC failure, transfer=0, first=1, mtu=65523 (gprs_ns2.c:571) May 17 03:03:14 unassigned-hostname osmo-gbproxy[21667]: DGPRS NOTICE NS: Unknown NS-STATUS.ind cause=NSVC failure from NS (gb_proxy.c:1810) May 17 03:03:14 unassigned-hostname osmo-gbproxy[21667]: DLNS NOTICE NSE(00101) NS-STATUS.ind(bvci=00000): cause=NSE SNS failure, transfer=0, first=1, mtu=65523 (gprs_ns2.c:575) May 17 03:03:17 unassigned-hostname osmo-gbproxy[21667]: DLNS ERROR GPRS-NS2-SNS-BSS(NSE00101-SNS)[0x55bda9176390]{BSS_SIZE}: NSE 101: SNS failed: Size retries failed. Selecting next IP-SNS endpoint. (gprs_ns2_sns.c:1781) May 17 03:03:17 unassigned-hostname osmo-gbproxy[21667]: DLNS NOTICE NSE(00101)-NSVC(none) NS-STATUS.ind(bvci=00000): cause=NSVC failure, transfer=0, first=1, mtu=65523 (gprs_ns2.c:571) May 17 03:03:17 unassigned-hostname osmo-gbproxy[21667]: DGPRS NOTICE NS: Unknown NS-STATUS.ind cause=NSVC failure from NS (gb_proxy.c:1810) May 17 03:03:17 unassigned-hostname osmo-gbproxy[21667]: DLNS NOTICE NSE(00101) NS-STATUS.ind(bvci=00000): cause=NSE SNS failure, transfer=0, first=1, mtu=65523 (gprs_ns2.c:575) May 17 03:03:20 unassigned-hostname osmo-gbproxy[21667]: DLNS ERROR GPRS-NS2-SNS-BSS(NSE00101-SNS)[0x55bda9176390]{BSS_SIZE}: NSE 101: SNS failed: Size retries failed. Selecting next IP-SNS endpoint. (gprs_ns2_sns.c:1781) May 17 03:03:20 unassigned-hostname osmo-gbproxy[21667]: DLNS NOTICE NSE(00101)-NSVC(none) NS-STATUS.ind(bvci=00000): cause=NSVC failure, transfer=0, first=1, mtu=65523 (gprs_ns2.c:571) May 17 03:03:20 unassigned-hostname osmo-gbproxy[21667]: DGPRS NOTICE NS: Unknown NS-STATUS.ind cause=NSVC failure from NS (gb_proxy.c:1810) May 17 03:03:20 unassigned-hostname osmo-gbproxy[21667]: DLNS NOTICE NSE(00101) NS-STATUS.ind(bvci=00000): cause=NSE SNS failure, transfer=0, first=1, mtu=65523 (gprs_ns2.c:575) May 17 03:03:23 unassigned-hostname osmo-gbproxy[21667]: DLNS ERROR GPRS-NS2-SNS-BSS(NSE00101-SNS)[0x55bda9176390]{BSS_SIZE}: NSE 101: SNS failed: Size retries failed. Selecting next IP-SNS endpoint. (gprs_ns2_sns.c:1781) May 17 03:03:23 unassigned-hostname osmo-gbproxy[21667]: DLNS NOTICE NSE(00101)-NSVC(none) NS-STATUS.ind(bvci=00000): cause=NSVC failure, transfer=0, first=1, mtu=65523 (gprs_ns2.c:571) May 17 03:03:23 unassigned-hostname osmo-gbproxy[21667]: DGPRS NOTICE NS: Unknown NS-STATUS.ind cause=NSVC failure from NS (gb_proxy.c:1810) May 17 03:03:23 unassigned-hostname osmo-gbproxy[21667]: DLNS NOTICE NSE(00101) NS-STATUS.ind(bvci=00000): cause=NSE SNS failure, transfer=0, first=1, mtu=65523 (gprs_ns2.c:575) May 17 03:03:26 unassigned-hostname osmo-gbproxy[21667]: DLNS ERROR GPRS-NS2-SNS-BSS(NSE00101-SNS)[0x55bda9176390]{BSS_SIZE}: NSE 101: SNS failed: Size retries failed. Selecting next IP-SNS endpoint. (gprs_ns2_sns.c:1781) May 17 03:03:26 unassigned-hostname osmo-gbproxy[21667]: DLNS NOTICE NSE(00101)-NSVC(none) NS-STATUS.ind(bvci=00000): cause=NSVC failure, transfer=0, first=1, mtu=65523 (gprs_ns2.c:571) May 17 03:03:26 unassigned-hostname osmo-gbproxy[21667]: DGPRS NOTICE NS: Unknown NS-STATUS.ind cause=NSVC failure from NS (gb_proxy.c:1810) May 17 03:03:26 unassigned-hostname osmo-gbproxy[21667]: DLNS NOTICE NSE(00101) NS-STATUS.ind(bvci=00000): cause=NSE SNS failure, transfer=0, first=1, mtu=65523 (gprs_ns2.c:575) May 17 03:03:29 unassigned-hostname osmo-gbproxy[21667]: DLNS ERROR GPRS-NS2-SNS-BSS(NSE00101-SNS)[0x55bda9176390]{BSS_SIZE}: NSE 101: SNS failed: Size retries failed. Selecting next IP-SNS endpoint. (gprs_ns2_sns.c:1781) May 17 03:03:29 unassigned-hostname osmo-gbproxy[21667]: DLNS NOTICE NSE(00101)-NSVC(none) NS-STATUS.ind(bvci=00000): cause=NSVC failure, transfer=0, first=1, mtu=65523 (gprs_ns2.c:571) May 17 03:03:29 unassigned-hostname osmo-gbproxy[21667]: DGPRS NOTICE NS: Unknown NS-STATUS.ind cause=NSVC failure from NS (gb_proxy.c:1810) May 17 03:03:29 unassigned-hostname osmo-gbproxy[21667]: DLNS NOTICE NSE(00101) NS-STATUS.ind(bvci=00000): cause=NSE SNS failure, transfer=0, first=1, mtu=65523 (gprs_ns2.c:575) May 17 03:03:32 unassigned-hostname osmo-gbproxy[21667]: DLNS ERROR GPRS-NS2-SNS-BSS(NSE00101-SNS)[0x55bda9176390]{BSS_SIZE}: NSE 101: SNS failed: Size retries failed. Selecting next IP-SNS endpoint. (gprs_ns2_sns.c:1781) May 17 03:03:32 unassigned-hostname osmo-gbproxy[21667]: DLNS NOTICE NSE(00101)-NSVC(none) NS-STATUS.ind(bvci=00000): cause=NSVC failure, transfer=0, first=1, mtu=65523 (gprs_ns2.c:571) May 17 03:03:32 unassigned-hostname osmo-gbproxy[21667]: DGPRS NOTICE NS: Unknown NS-STATUS.ind cause=NSVC failure from NS (gb_proxy.c:1810) May 17 03:03:32 unassigned-hostname osmo-gbproxy[21667]: DLNS NOTICE NSE(00101) NS-STATUS.ind(bvci=00000): cause=NSE SNS failure, transfer=0, first=1, mtu=65523 (gprs_ns2.c:575) May 17 03:03:35 unassigned-hostname osmo-gbproxy[21667]: DLNS ERROR GPRS-NS2-SNS-BSS(NSE00101-SNS)[0x55bda9176390]{BSS_SIZE}: NSE 101: SNS failed: Size retries failed. Selecting next IP-SNS endpoint. (gprs_ns2_sns.c:1781) May 17 03:03:35 unassigned-hostname osmo-gbproxy[21667]: DLNS NOTICE NSE(00101)-NSVC(none) NS-STATUS.ind(bvci=00000): cause=NSVC failure, transfer=0, first=1, mtu=65523 (gprs_ns2.c:571) May 17 03:03:35 unassigned-hostname osmo-gbproxy[21667]: DGPRS NOTICE NS: Unknown NS-STATUS.ind cause=NSVC failure from NS (gb_proxy.c:1810) May 17 03:03:35 unassigned-hostname osmo-gbproxy[21667]: DLNS NOTICE NSE(00101) NS-STATUS.ind(bvci=00000): cause=NSE SNS failure, transfer=0, first=1, mtu=65523 (gprs_ns2.c:575) May 17 03:03:38 unassigned-hostname osmo-gbproxy[21667]: DLNS ERROR GPRS-NS2-SNS-BSS(NSE00101-SNS)[0x55bda9176390]{BSS_SIZE}: NSE 101: SNS failed: Size retries failed. Selecting next IP-SNS endpoint. (gprs_ns2_sns.c:1781) May 17 03:03:38 unassigned-hostname osmo-gbproxy[21667]: DLNS NOTICE NSE(00101)-NSVC(none) NS-STATUS.ind(bvci=00000): cause=NSVC failure, transfer=0, first=1, mtu=65523 (gprs_ns2.c:571) May 17 03:03:38 unassigned-hostname osmo-gbproxy[21667]: DGPRS NOTICE NS: Unknown NS-STATUS.ind cause=NSVC failure from NS (gb_proxy.c:1810) May 17 03:03:38 unassigned-hostname osmo-gbproxy[21667]: DLNS NOTICE NSE(00101) NS-STATUS.ind(bvci=00000): cause=NSE SNS failure, transfer=0, first=1, mtu=65523 (gprs_ns2.c:575) May 17 03:03:41 unassigned-hostname osmo-gbproxy[21667]: DLNS ERROR GPRS-NS2-SNS-BSS(NSE00101-SNS)[0x55bda9176390]{BSS_SIZE}: NSE 101: SNS failed: Size retries failed. Selecting next IP-SNS endpoint. (gprs_ns2_sns.c:1781) May 17 03:03:41 unassigned-hostname osmo-gbproxy[21667]: DLNS NOTICE NSE(00101)-NSVC(none) NS-STATUS.ind(bvci=00000): cause=NSVC failure, transfer=0, first=1, mtu=65523 (gprs_ns2.c:571) May 17 03:03:41 unassigned-hostname osmo-gbproxy[21667]: DGPRS NOTICE NS: Unknown NS-STATUS.ind cause=NSVC failure from NS (gb_proxy.c:1810) May 17 03:03:41 unassigned-hostname osmo-gbproxy[21667]: DLNS NOTICE NSE(00101) NS-STATUS.ind(bvci=00000): cause=NSE SNS failure, transfer=0, first=1, mtu=65523 (gprs_ns2.c:575) May 17 03:03:44 unassigned-hostname osmo-gbproxy[21667]: DLNS ERROR GPRS-NS2-SNS-BSS(NSE00101-SNS)[0x55bda9176390]{BSS_SIZE}: NSE 101: SNS failed: Size retries failed. Selecting next IP-SNS endpoint. (gprs_ns2_sns.c:1781) May 17 03:03:44 unassigned-hostname osmo-gbproxy[21667]: DLNS NOTICE NSE(00101)-NSVC(none) NS-STATUS.ind(bvci=00000): cause=NSVC failure, transfer=0, first=1, mtu=65523 (gprs_ns2.c:571) May 17 03:03:44 unassigned-hostname osmo-gbproxy[21667]: DGPRS NOTICE NS: Unknown NS-STATUS.ind cause=NSVC failure from NS (gb_proxy.c:1810) May 17 03:03:44 unassigned-hostname osmo-gbproxy[21667]: DLNS NOTICE NSE(00101) NS-STATUS.ind(bvci=00000): cause=NSE SNS failure, transfer=0, first=1, mtu=65523 (gprs_ns2.c:575) May 17 03:03:47 unassigned-hostname osmo-gbproxy[21667]: DLNS ERROR GPRS-NS2-SNS-BSS(NSE00101-SNS)[0x55bda9176390]{BSS_SIZE}: NSE 101: SNS failed: Size retries failed. Selecting next IP-SNS endpoint. (gprs_ns2_sns.c:1781) May 17 03:03:47 unassigned-hostname osmo-gbproxy[21667]: DLNS NOTICE NSE(00101)-NSVC(none) NS-STATUS.ind(bvci=00000): cause=NSVC failure, transfer=0, first=1, mtu=65523 (gprs_ns2.c:571) May 17 03:03:47 unassigned-hostname osmo-gbproxy[21667]: DGPRS NOTICE NS: Unknown NS-STATUS.ind cause=NSVC failure from NS (gb_proxy.c:1810) May 17 03:03:47 unassigned-hostname osmo-gbproxy[21667]: DLNS NOTICE NSE(00101) NS-STATUS.ind(bvci=00000): cause=NSE SNS failure, transfer=0, first=1, mtu=65523 (gprs_ns2.c:575) May 17 03:03:50 unassigned-hostname osmo-gbproxy[21667]: DLNS ERROR GPRS-NS2-SNS-BSS(NSE00101-SNS)[0x55bda9176390]{BSS_SIZE}: NSE 101: SNS failed: Size retries failed. Selecting next IP-SNS endpoint. (gprs_ns2_sns.c:1781) May 17 03:03:50 unassigned-hostname osmo-gbproxy[21667]: DLNS NOTICE NSE(00101)-NSVC(none) NS-STATUS.ind(bvci=00000): cause=NSVC failure, transfer=0, first=1, mtu=65523 (gprs_ns2.c:571) May 17 03:03:50 unassigned-hostname osmo-gbproxy[21667]: DGPRS NOTICE NS: Unknown NS-STATUS.ind cause=NSVC failure from NS (gb_proxy.c:1810) May 17 03:03:50 unassigned-hostname osmo-gbproxy[21667]: DLNS NOTICE NSE(00101) NS-STATUS.ind(bvci=00000): cause=NSE SNS failure, transfer=0, first=1, mtu=65523 (gprs_ns2.c:575) May 17 03:03:53 unassigned-hostname osmo-gbproxy[21667]: DLNS ERROR GPRS-NS2-SNS-BSS(NSE00101-SNS)[0x55bda9176390]{BSS_SIZE}: NSE 101: SNS failed: Size retries failed. Selecting next IP-SNS endpoint. (gprs_ns2_sns.c:1781) May 17 03:03:53 unassigned-hostname osmo-gbproxy[21667]: DLNS NOTICE NSE(00101)-NSVC(none) NS-STATUS.ind(bvci=00000): cause=NSVC failure, transfer=0, first=1, mtu=65523 (gprs_ns2.c:571) May 17 03:03:53 unassigned-hostname osmo-gbproxy[21667]: DGPRS NOTICE NS: Unknown NS-STATUS.ind cause=NSVC failure from NS (gb_proxy.c:1810) May 17 03:03:53 unassigned-hostname osmo-gbproxy[21667]: DLNS NOTICE NSE(00101) NS-STATUS.ind(bvci=00000): cause=NSE SNS failure, transfer=0, first=1, mtu=65523 (gprs_ns2.c:575) May 17 03:03:56 unassigned-hostname osmo-gbproxy[21667]: DLNS ERROR GPRS-NS2-SNS-BSS(NSE00101-SNS)[0x55bda9176390]{BSS_SIZE}: NSE 101: SNS failed: Size retries failed. Selecting next IP-SNS endpoint. (gprs_ns2_sns.c:1781) May 17 03:03:56 unassigned-hostname osmo-gbproxy[21667]: DLNS NOTICE NSE(00101)-NSVC(none) NS-STATUS.ind(bvci=00000): cause=NSVC failure, transfer=0, first=1, mtu=65523 (gprs_ns2.c:571) May 17 03:03:56 unassigned-hostname osmo-gbproxy[21667]: DGPRS NOTICE NS: Unknown NS-STATUS.ind cause=NSVC failure from NS (gb_proxy.c:1810) May 17 03:03:56 unassigned-hostname osmo-gbproxy[21667]: DLNS NOTICE NSE(00101) NS-STATUS.ind(bvci=00000): cause=NSE SNS failure, transfer=0, first=1, mtu=65523 (gprs_ns2.c:575) May 17 03:03:59 unassigned-hostname osmo-gbproxy[21667]: DLNS ERROR GPRS-NS2-SNS-BSS(NSE00101-SNS)[0x55bda9176390]{BSS_SIZE}: NSE 101: SNS failed: Size retries failed. Selecting next IP-SNS endpoint. (gprs_ns2_sns.c:1781) May 17 03:03:59 unassigned-hostname osmo-gbproxy[21667]: DLNS NOTICE NSE(00101)-NSVC(none) NS-STATUS.ind(bvci=00000): cause=NSVC failure, transfer=0, first=1, mtu=65523 (gprs_ns2.c:571) May 17 03:03:59 unassigned-hostname osmo-gbproxy[21667]: DGPRS NOTICE NS: Unknown NS-STATUS.ind cause=NSVC failure from NS (gb_proxy.c:1810) May 17 03:03:59 unassigned-hostname osmo-gbproxy[21667]: DLNS NOTICE NSE(00101) NS-STATUS.ind(bvci=00000): cause=NSE SNS failure, transfer=0, first=1, mtu=65523 (gprs_ns2.c:575) May 17 03:04:02 unassigned-hostname osmo-gbproxy[21667]: DLNS ERROR GPRS-NS2-SNS-BSS(NSE00101-SNS)[0x55bda9176390]{BSS_SIZE}: NSE 101: SNS failed: Size retries failed. Selecting next IP-SNS endpoint. (gprs_ns2_sns.c:1781) May 17 03:04:02 unassigned-hostname osmo-gbproxy[21667]: DLNS NOTICE NSE(00101)-NSVC(none) NS-STATUS.ind(bvci=00000): cause=NSVC failure, transfer=0, first=1, mtu=65523 (gprs_ns2.c:571) May 17 03:04:02 unassigned-hostname osmo-gbproxy[21667]: DGPRS NOTICE NS: Unknown NS-STATUS.ind cause=NSVC failure from NS (gb_proxy.c:1810) May 17 03:04:02 unassigned-hostname osmo-gbproxy[21667]: DLNS NOTICE NSE(00101) NS-STATUS.ind(bvci=00000): cause=NSE SNS failure, transfer=0, first=1, mtu=65523 (gprs_ns2.c:575) May 17 03:04:05 unassigned-hostname osmo-gbproxy[21667]: DLNS ERROR GPRS-NS2-SNS-BSS(NSE00101-SNS)[0x55bda9176390]{BSS_SIZE}: NSE 101: SNS failed: Size retries failed. Selecting next IP-SNS endpoint. (gprs_ns2_sns.c:1781) May 17 03:04:05 unassigned-hostname osmo-gbproxy[21667]: DLNS NOTICE NSE(00101)-NSVC(none) NS-STATUS.ind(bvci=00000): cause=NSVC failure, transfer=0, first=1, mtu=65523 (gprs_ns2.c:571) May 17 03:04:05 unassigned-hostname osmo-gbproxy[21667]: DGPRS NOTICE NS: Unknown NS-STATUS.ind cause=NSVC failure from NS (gb_proxy.c:1810) May 17 03:04:05 unassigned-hostname osmo-gbproxy[21667]: DLNS NOTICE NSE(00101) NS-STATUS.ind(bvci=00000): cause=NSE SNS failure, transfer=0, first=1, mtu=65523 (gprs_ns2.c:575) + 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:02:40 EDT; 1min 26s ago Main PID: 21530 (osmo-ggsn) Tasks: 1 (limit: 1129) Memory: 5.5M CPU: 45ms CGroup: /system.slice/osmo-ggsn.service └─21530 /usr/bin/osmo-ggsn -c /etc/osmocom/osmo-ggsn.cfg May 17 03:02:40 unassigned-hostname systemd[1]: Started OsmoGGSN. May 17 03:02:40 unassigned-hostname osmo-ggsn[21530]: DGGSN INFO APN(internet): Starting (ggsn.c:188) May 17 03:02:40 unassigned-hostname osmo-ggsn[21530]: DGGSN INFO APN(internet): Opening TUN device tun4 (ggsn.c:191) May 17 03:02:40 unassigned-hostname osmo-ggsn[21530]: DGGSN INFO APN(internet): Opened TUN device tun4 (ggsn.c:196) May 17 03:02:40 unassigned-hostname osmo-ggsn[21530]: DGGSN INFO APN(internet): Setting tun IP address 172.16.222.0/24 (ggsn.c:232) May 17 03:02:40 unassigned-hostname osmo-ggsn[21530]: DGGSN INFO APN(internet): Creating IPv4 pool 172.16.222.0/24 (ggsn.c:290) May 17 03:02:40 unassigned-hostname osmo-ggsn[21530]: DGGSN INFO APN(internet): Blacklist tun IP 172.16.222.0/24 (ggsn.c:169) May 17 03:02:40 unassigned-hostname osmo-ggsn[21530]: DGGSN NOTICE APN(internet): Successfully started (ggsn.c:322) May 17 03:02:40 unassigned-hostname osmo-ggsn[21530]: DGGSN INFO APN(inet6): Starting (ggsn.c:188) May 17 03:02:40 unassigned-hostname osmo-ggsn[21530]: DGGSN INFO APN(inet6): Opening TUN device tun6 (ggsn.c:191) May 17 03:02:40 unassigned-hostname osmo-ggsn[21530]: DGGSN INFO APN(inet6): Opened TUN device tun6 (ggsn.c:196) May 17 03:02:40 unassigned-hostname osmo-ggsn[21530]: DGGSN INFO APN(inet6): Setting tun IPv6 address 2001:780:44:2000::/56 (ggsn.c:244) May 17 03:02:40 unassigned-hostname osmo-ggsn[21530]: DGGSN INFO APN(inet6): Creating IPv6 pool 2001:780:44:2000::/56 (ggsn.c:307) May 17 03:02:40 unassigned-hostname osmo-ggsn[21530]: DGGSN INFO APN(inet6): Blacklist tun IP 2001:780:44:2000::/56 (ggsn.c:169) May 17 03:02:40 unassigned-hostname osmo-ggsn[21530]: DGGSN NOTICE APN(inet6): Successfully started (ggsn.c:322) May 17 03:02:40 unassigned-hostname osmo-ggsn[21530]: DGGSN INFO APN(inet46): Starting (ggsn.c:188) May 17 03:02:40 unassigned-hostname osmo-ggsn[21530]: DGGSN INFO APN(inet46): Opening TUN device tun46 (ggsn.c:191) May 17 03:02:40 unassigned-hostname osmo-ggsn[21530]: DGGSN INFO APN(inet46): Opened TUN device tun46 (ggsn.c:196) May 17 03:02:40 unassigned-hostname osmo-ggsn[21530]: DGGSN INFO APN(inet46): Setting tun IP address 172.16.46.0/24 (ggsn.c:232) May 17 03:02:40 unassigned-hostname osmo-ggsn[21530]: DGGSN INFO APN(inet46): Setting tun IPv6 address 2001:780:44:2100::/56 (ggsn.c:244) May 17 03:02:40 unassigned-hostname osmo-ggsn[21530]: DGGSN INFO APN(inet46): Creating IPv4 pool 172.16.46.0/24 (ggsn.c:290) May 17 03:02:40 unassigned-hostname osmo-ggsn[21530]: DGGSN INFO APN(inet46): Blacklist tun IP 172.16.46.0/24 (ggsn.c:169) May 17 03:02:40 unassigned-hostname osmo-ggsn[21530]: DGGSN INFO APN(inet46): Creating IPv6 pool 2001:780:44:2100::/56 (ggsn.c:307) May 17 03:02:40 unassigned-hostname osmo-ggsn[21530]: DGGSN INFO APN(inet46): Blacklist tun IP 2001:780:44:2100::/56 (ggsn.c:169) May 17 03:02:40 unassigned-hostname osmo-ggsn[21530]: DGGSN NOTICE APN(inet46): Successfully started (ggsn.c:322) May 17 03:02:40 unassigned-hostname osmo-ggsn[21530]: DGGSN INFO GGSN(ggsn0): Starting GGSN (ggsn.c:820) May 17 03:02:40 unassigned-hostname osmo-ggsn[21530]: DLGTP NOTICE GTP: gtp_newgsn() started at 127.0.0.2 (gsn.c:467) May 17 03:02:40 unassigned-hostname osmo-ggsn[21530]: DLGTP NOTICE State information file (/var/lib/osmocom/osmo-ggsn/gsn_restart) not found. Creating new file. (gsn.c:388) May 17 03:02:40 unassigned-hostname osmo-ggsn[21530]: DGGSN NOTICE GGSN(ggsn0): Successfully started (ggsn.c:856) May 17 03:02:40 unassigned-hostname osmo-ggsn[21530]: DLGLOBAL NOTICE Available via telnet 127.0.0.1 4260 (telnet_interface.c:88) May 17 03:02:40 unassigned-hostname osmo-ggsn[21530]: DLCTRL NOTICE CTRL at 127.0.0.1 4257 (control_if.c:1024) + 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:02:53 EDT; 1min 13s ago Main PID: 21874 (osmo-gtphub) Tasks: 1 (limit: 1129) Memory: 1.6M CPU: 9ms CGroup: /system.slice/osmo-gtphub.service └─21874 /usr/bin/osmo-gtphub -c /etc/osmocom/osmo-gtphub.cfg May 17 03:02:53 unassigned-hostname systemd[1]: Started Osmocom GTP Hub. May 17 03:02:53 unassigned-hostname osmo-gtphub[21874]: DLGLOBAL NOTICE Available via telnet 127.0.0.1 4253 (telnet_interface.c:88) May 17 03:02:53 unassigned-hostname osmo-gtphub[21874]: DGTPHUB NOTICE Restarted with counter 1 (gtphub_main.c:186) May 17 03:02:53 unassigned-hostname osmo-gtphub[21874]: DLGLOBAL ERROR 'packets.in' is not a valid counter identifier (rate_ctr.c:97) May 17 03:02:53 unassigned-hostname osmo-gtphub[21874]: DLGLOBAL NOTICE counter group name mangled: 'packets.in' -> 'packets:in' (rate_ctr.c:131) May 17 03:02:53 unassigned-hostname osmo-gtphub[21874]: DLGLOBAL NOTICE counter group name mangled: 'packets.out' -> 'packets:out' (rate_ctr.c:131) May 17 03:02:53 unassigned-hostname osmo-gtphub[21874]: DLGLOBAL NOTICE counter group name mangled: 'bytes.in' -> 'bytes:in' (rate_ctr.c:131) May 17 03:02:53 unassigned-hostname osmo-gtphub[21874]: DLGLOBAL NOTICE counter group name mangled: 'bytes.out' -> 'bytes:out' (rate_ctr.c:131) May 17 03:02:53 unassigned-hostname osmo-gtphub[21874]: DLGLOBAL ERROR 'packets.in' is not a valid counter identifier (rate_ctr.c:97) May 17 03:02:53 unassigned-hostname osmo-gtphub[21874]: DLGLOBAL NOTICE counter group name mangled: 'packets.in' -> 'packets:in' (rate_ctr.c:131) May 17 03:02:53 unassigned-hostname osmo-gtphub[21874]: DLGLOBAL NOTICE counter group name mangled: 'packets.out' -> 'packets:out' (rate_ctr.c:131) May 17 03:02:53 unassigned-hostname osmo-gtphub[21874]: DLGLOBAL NOTICE counter group name mangled: 'bytes.in' -> 'bytes:in' (rate_ctr.c:131) May 17 03:02:53 unassigned-hostname osmo-gtphub[21874]: DLGLOBAL NOTICE counter group name mangled: 'bytes.out' -> 'bytes:out' (rate_ctr.c:131) May 17 03:02:53 unassigned-hostname osmo-gtphub[21874]: DLGLOBAL ERROR 'packets.in' is not a valid counter identifier (rate_ctr.c:97) May 17 03:02:53 unassigned-hostname osmo-gtphub[21874]: DLGLOBAL NOTICE counter group name mangled: 'packets.in' -> 'packets:in' (rate_ctr.c:131) May 17 03:02:53 unassigned-hostname osmo-gtphub[21874]: DLGLOBAL NOTICE counter group name mangled: 'packets.out' -> 'packets:out' (rate_ctr.c:131) May 17 03:02:53 unassigned-hostname osmo-gtphub[21874]: DLGLOBAL NOTICE counter group name mangled: 'bytes.in' -> 'bytes:in' (rate_ctr.c:131) May 17 03:02:53 unassigned-hostname osmo-gtphub[21874]: DLGLOBAL NOTICE counter group name mangled: 'bytes.out' -> 'bytes:out' (rate_ctr.c:131) May 17 03:02:53 unassigned-hostname osmo-gtphub[21874]: DLGLOBAL ERROR 'packets.in' is not a valid counter identifier (rate_ctr.c:97) May 17 03:02:53 unassigned-hostname osmo-gtphub[21874]: DLGLOBAL NOTICE counter group name mangled: 'packets.in' -> 'packets:in' (rate_ctr.c:131) May 17 03:02:53 unassigned-hostname osmo-gtphub[21874]: DLGLOBAL NOTICE counter group name mangled: 'packets.out' -> 'packets:out' (rate_ctr.c:131) May 17 03:02:53 unassigned-hostname osmo-gtphub[21874]: DLGLOBAL NOTICE counter group name mangled: 'bytes.in' -> 'bytes:in' (rate_ctr.c:131) May 17 03:02:53 unassigned-hostname osmo-gtphub[21874]: DLGLOBAL NOTICE counter group name mangled: 'bytes.out' -> 'bytes:out' (rate_ctr.c:131) May 17 03:02:53 unassigned-hostname osmo-gtphub[21874]: DGTPHUB NOTICE to-SGSNs bind, CTRL: 127.0.0.10 port 2123 (gtphub_main.c:91) May 17 03:02:53 unassigned-hostname osmo-gtphub[21874]: DGTPHUB NOTICE to-SGSNs bind, USER: 127.0.0.10 port 2152 (gtphub_main.c:91) May 17 03:02:53 unassigned-hostname osmo-gtphub[21874]: DGTPHUB NOTICE to-GGSNs bind, CTRL: 127.0.0.20 port 2123 (gtphub_main.c:91) May 17 03:02:53 unassigned-hostname osmo-gtphub[21874]: DGTPHUB NOTICE to-GGSNs bind, USER: 127.0.0.20 port 2152 (gtphub_main.c:91) + 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; enabled; vendor preset: enabled) Active: active (running) since Fri 2024-05-17 03:03:24 EDT; 42s ago Docs: https://osmocom.org/projects/osmo-hlr/wiki/OsmoHLR Main PID: 22894 (osmo-hlr) Tasks: 1 (limit: 1129) Memory: 2.6M CPU: 26ms CGroup: /system.slice/osmo-hlr.service └─22894 /usr/bin/osmo-hlr -c /etc/osmocom/osmo-hlr.cfg -l /var/lib/osmocom/hlr.db May 17 03:03:24 unassigned-hostname systemd[1]: Started Osmocom Home Location Register (OsmoHLR). May 17 03:03:24 unassigned-hostname osmo-hlr[22894]: DMAIN NOTICE hlr starting (hlr.c:802) May 17 03:03:24 unassigned-hostname osmo-hlr[22894]: DDB NOTICE using database: /var/lib/osmocom/hlr.db (db.c:599) May 17 03:03:24 unassigned-hostname osmo-hlr[22894]: DDB NOTICE Missing database tables detected; Bootstrapping database '/var/lib/osmocom/hlr.db' (db.c:667) May 17 03:03:24 unassigned-hostname osmo-hlr[22894]: DDB NOTICE Database '/var/lib/osmocom/hlr.db' has HLR DB schema version 7 (db.c:677) May 17 03:03:24 unassigned-hostname osmo-hlr[22894]: DLGLOBAL NOTICE Available via telnet 127.0.0.1 4258 (telnet_interface.c:88) May 17 03:03:24 unassigned-hostname osmo-hlr[22894]: DLCTRL NOTICE CTRL at 127.0.0.1 4259 (control_if.c:1024) May 17 03:03:39 unassigned-hostname osmo-hlr[22894]: DLINP ERROR 127.0.0.1:37619 Unknown IPA message type (ipa.c:552) + 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:12 EDT; 54s ago Main PID: 22419 (osmo-hnbgw) Tasks: 1 (limit: 1129) Memory: 2.9M CPU: 14ms CGroup: /system.slice/osmo-hnbgw.service └─22419 /usr/bin/osmo-hnbgw -c /etc/osmocom/osmo-hnbgw.cfg May 17 03:03:12 unassigned-hostname systemd[1]: Started Osmocom Home Nodeb Gateway (OsmoHNBGW). May 17 03:03:12 unassigned-hostname osmo-hnbgw[22419]: rate_ctr.c:86 validating counter group 0x5626091e0560(iucs) with 3 counters May 17 03:03:12 unassigned-hostname osmo-hnbgw[22419]: rate_ctr.c:86 validating counter group 0x5626091e0540(iups) with 3 counters May 17 03:03:12 unassigned-hostname osmo-hnbgw[22419]: DLGLOBAL NOTICE Available via telnet 127.0.0.1 4261 (telnet_interface.c:88) May 17 03:03:12 unassigned-hostname osmo-hnbgw[22419]: DLCTRL NOTICE CTRL at 127.0.0.1 4262 (control_if.c:1024) May 17 03:03:12 unassigned-hostname osmo-hnbgw[22419]: DHNBAP NOTICE Using RNC-Id 23 (osmo_hnbgw_main.c:299) May 17 03:03:12 unassigned-hostname osmo-hnbgw[22419]: DMAIN NOTICE Listening for Iuh at 0.0.0.0 29169 (osmo_hnbgw_main.c:302) May 17 03:03:12 unassigned-hostname osmo-hnbgw[22419]: DLMGCP NOTICE MGW(mgw) MGCP client: using endpoint domain '@mgw' (mgcp_client.c:932) May 17 03:03:12 unassigned-hostname osmo-hnbgw[22419]: DMGW NOTICE MGW pool with 1 pool members configured, (ignoring MGW configuration in VTY node 'mgcp'). (hnbgw.c:791) May 17 03:03:12 unassigned-hostname osmo-hnbgw[22419]: DLPFCP NOTICE No UPF configured, NOT setting up PFCP, NOT mapping GTP via UPF (hnbgw_pfcp.c:74) May 17 03:03:12 unassigned-hostname osmo-hnbgw[22419]: DLSCCP NOTICE msc-0: Creating SS7 instance (sccp_user.c:539) May 17 03:03:12 unassigned-hostname osmo-hnbgw[22419]: DLSCCP NOTICE msc-0: Using SS7 instance 0, pc:0.23.5 (sccp_user.c:566) May 17 03:03:12 unassigned-hostname osmo-hnbgw[22419]: DLSCCP NOTICE msc-0: Creating AS instance (sccp_user.c:573) May 17 03:03:12 unassigned-hostname osmo-hnbgw[22419]: DLSCCP NOTICE msc-0: Using AS instance as-clnt-msc-0 (sccp_user.c:584) May 17 03:03:12 unassigned-hostname osmo-hnbgw[22419]: DLSCCP NOTICE msc-0: Creating default route (sccp_user.c:590) May 17 03:03:12 unassigned-hostname osmo-hnbgw[22419]: DLSCCP NOTICE msc-0: No unassociated ASP for m3ua, creating new ASP asp-clnt-msc-0 (sccp_user.c:629) May 17 03:03:12 unassigned-hostname osmo-hnbgw[22419]: DLGLOBAL ERROR Trying to dispatch event 17 to non-existent FSM instance! (osmo_ss7_as.c:118) May 17 03:03:12 unassigned-hostname osmo-hnbgw[22419]: DLGLOBAL ERROR backtrace() returned 9 addresses (backtrace.c:42) May 17 03:03:12 unassigned-hostname osmo-hnbgw[22419]: DLGLOBAL ERROR /lib/x86_64-linux-gnu/libosmocore.so.21(_osmo_fsm_inst_dispatch+0x486) [0x7fc5e2a137b6] (backtrace.c:53) May 17 03:03:12 unassigned-hostname osmo-hnbgw[22419]: DLGLOBAL ERROR /lib/x86_64-linux-gnu/libosmo-sigtran.so.9(osmo_ss7_as_add_asp+0x153) [0x7fc5e2d745d3] (backtrace.c:53) May 17 03:03:12 unassigned-hostname osmo-hnbgw[22419]: DLGLOBAL ERROR /lib/x86_64-linux-gnu/libosmo-sigtran.so.9(osmo_sccp_simple_client_on_ss7_id+0x96a) [0x7fc5e2d8c60a] (backtrace.c:53) May 17 03:03:12 unassigned-hostname osmo-hnbgw[22419]: DLGLOBAL ERROR /usr/bin/osmo-hnbgw(+0x1a416) [0x5626091bc416] (backtrace.c:53) May 17 03:03:12 unassigned-hostname osmo-hnbgw[22419]: DLGLOBAL ERROR /usr/bin/osmo-hnbgw(+0x1ad08) [0x5626091bcd08] (backtrace.c:53) May 17 03:03:12 unassigned-hostname osmo-hnbgw[22419]: DLGLOBAL ERROR /usr/bin/osmo-hnbgw(+0xb7d9) [0x5626091ad7d9] (backtrace.c:53) May 17 03:03:12 unassigned-hostname osmo-hnbgw[22419]: DLGLOBAL ERROR /lib/x86_64-linux-gnu/libc.so.6(__libc_start_main+0xea) [0x7fc5e2816d0a] (backtrace.c:53) May 17 03:03:12 unassigned-hostname osmo-hnbgw[22419]: DLGLOBAL ERROR /usr/bin/osmo-hnbgw(+0xbe2a) [0x5626091ade2a] (backtrace.c:53) May 17 03:03:12 unassigned-hostname osmo-hnbgw[22419]: DLSCCP NOTICE msc-0: Using ASP instance asp-clnt-msc-0 (sccp_user.c:699) May 17 03:03:12 unassigned-hostname osmo-hnbgw[22419]: DLSS7 NOTICE 0: Creating SCCP instance (osmo_ss7.c:408) May 17 03:03:12 unassigned-hostname osmo-hnbgw[22419]: DCN NOTICE (msc-0) created SCCP instance on cs7 instance 0 (hnbgw_cn.c:880) May 17 03:03:12 unassigned-hostname osmo-hnbgw[22419]: DCN NOTICE (msc-0) using: cs7-0 0.23.5 <-> 0.23.1 msc-0 (default remote point-code) (hnbgw_cn.c:795) May 17 03:03:12 unassigned-hostname osmo-hnbgw[22419]: DCN NOTICE (sgsn-0) using: cs7-0 0.23.5 <-> 0.23.4 sgsn-0 (default remote point-code) (hnbgw_cn.c:795) May 17 03:03:12 unassigned-hostname osmo-hnbgw[22419]: DLMGCP ERROR MGW(mgw) Failed to read: r=127.0.0.1:2427<->l=127.0.0.1:2729: -111='Unknown error -111' (mgcp_client.c:789) May 17 03:03:12 unassigned-hostname osmo-hnbgw[22419]: DLSS7 ERROR XUA_AS(as-clnt-msc-0)[0x56260b1f2510]{AS_INACTIVE}: Event AS-TRANSFER.req not permitted (m3ua.c:507) May 17 03:03:12 unassigned-hostname osmo-hnbgw[22419]: DLSS7 ERROR XUA_AS(as-clnt-msc-0)[0x56260b1f2510]{AS_INACTIVE}: Event AS-TRANSFER.req not permitted (m3ua.c:507) May 17 03:03:14 unassigned-hostname osmo-hnbgw[22419]: DLM3UA NOTICE 0: asp-asp-clnt-msc-0: Received NOTIFY Type State Change:AS Inactive () (m3ua.c:622) May 17 03:03:14 unassigned-hostname osmo-hnbgw[22419]: DLSS7 NOTICE xua_default_lm(asp-clnt-msc-0)[0x56260b25cc70]{ACTIVE}: Ignoring primitive M-ASP_ACTIVE.confirm (xua_default_lm_fsm.c:400) May 17 03:03:14 unassigned-hostname osmo-hnbgw[22419]: DLM3UA NOTICE 0: asp-asp-clnt-msc-0: Received NOTIFY Type State Change:AS Active () (m3ua.c:622) May 17 03:03:15 unassigned-hostname osmo-hnbgw[22419]: DLM3UA NOTICE 0: asp-asp-clnt-msc-0: Rx DAVA() for 0.23.4/0, (xua_snm.c:403) May 17 03:03:15 unassigned-hostname osmo-hnbgw[22419]: DCN NOTICE (sgsn-0) now available: N-PCSTATE ind: pc=188 sp_status=ACCESSIBLE remote_sccp_status=AVAILABLE (hnbgw_cn.c:628) May 17 03:03:15 unassigned-hostname osmo-hnbgw[22419]: DRANAP NOTICE cnlink(sgsn-0)[0x56260b25e8c0]{CONNECTED}: link up (cnlink.c:111) May 17 03:03:22 unassigned-hostname osmo-hnbgw[22419]: DLM3UA NOTICE 0: asp-asp-clnt-msc-0: Rx DAVA() for 0.23.1/0, (xua_snm.c:403) May 17 03:03:22 unassigned-hostname osmo-hnbgw[22419]: DCN NOTICE (msc-0) now available: N-PCSTATE ind: pc=185 sp_status=ACCESSIBLE remote_sccp_status=AVAILABLE (hnbgw_cn.c:628) May 17 03:03:22 unassigned-hostname osmo-hnbgw[22419]: DRANAP NOTICE cnlink(msc-0)[0x56260b211c80]{CONNECTED}: link up (cnlink.c:111) May 17 03:03:28 unassigned-hostname osmo-hnbgw[22419]: DHNBAP NOTICE (127.0.0.1:59049 OsmoHNodeB) HNB (re)connecting, discarding all previous UE state (hnbgw_hnbap.c:566) May 17 03:03:28 unassigned-hostname osmo-hnbgw[22419]: DHNBAP NOTICE (127.0.0.1:59049 OsmoHNodeB) Accepting HNB-REGISTER-REQ (hnbgw_hnbap.c:168) + 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:28 EDT; 38s ago Main PID: 23177 (osmo-hnodeb) Tasks: 1 (limit: 1129) Memory: 2.2M CPU: 6ms CGroup: /system.slice/osmo-hnodeb.service └─23177 /usr/bin/osmo-hnodeb -c /etc/osmocom/osmo-hnodeb.cfg May 17 03:03:28 unassigned-hostname systemd[1]: Started Osmocom Home NodeB (hNodeB). May 17 03:03:28 unassigned-hostname osmo-hnodeb[23177]: DLGLOBAL NOTICE Available via telnet 127.0.0.1 4273 (telnet_interface.c:88) May 17 03:03:28 unassigned-hostname osmo-hnodeb[23177]: DSCTP NOTICE Iuh connected to HNBGW (iuh.c:164) + 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:33 EDT; 33s ago Main PID: 23414 (osmo-mgw) Tasks: 1 (limit: 1129) Memory: 2.3M CPU: 7ms CGroup: /system.slice/osmo-mgw.service └─23414 /usr/bin/osmo-mgw -s -c /etc/osmocom/osmo-mgw.cfg May 17 03:03:33 unassigned-hostname systemd[1]: Started Osmocom Media Gateway (MGW). May 17 03:03:33 unassigned-hostname osmo-mgw[23414]: DLGLOBAL NOTICE Available via telnet 127.0.0.1 4243 (telnet_interface.c:88) May 17 03:03:33 unassigned-hostname osmo-mgw[23414]: DLCTRL NOTICE CTRL at 127.0.0.1 4267 (control_if.c:1024) May 17 03:03:33 unassigned-hostname osmo-mgw[23414]: DLMGCP NOTICE Configured for MGCP, listen on 127.0.0.1:2427 (mgw_main.c:424) + 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:20 EDT; 47s ago Main PID: 22692 (osmo-msc) Tasks: 1 (limit: 1129) Memory: 4.7M CPU: 25ms CGroup: /system.slice/osmo-msc.service └─22692 /usr/bin/osmo-msc -c /etc/osmocom/osmo-msc.cfg May 17 03:03:20 unassigned-hostname systemd[1]: Started Osmocom Mobile Switching Center (MSC). May 17 03:03:20 unassigned-hostname osmo-msc[22692]: DLGLOBAL NOTICE Available via telnet 127.0.0.1 4254 (telnet_interface.c:88) May 17 03:03:20 unassigned-hostname osmo-msc[22692]: DSMPP NOTICE SMPP at 0.0.0.0 2775 (smpp_smsc.c:989) May 17 03:03:20 unassigned-hostname osmo-msc[22692]: DLCTRL NOTICE CTRL at 127.0.0.1 4255 (control_if.c:1024) May 17 03:03:20 unassigned-hostname osmo-msc[22692]: DLGSUP NOTICE GSUP connecting to 127.0.0.1:4222 (gsup_client.c:74) May 17 03:03:20 unassigned-hostname osmo-msc[22692]: DDB NOTICE Init database connection to 'sms.db' using SQLite3 lib version 3.34.1 (db.c:521) May 17 03:03:20 unassigned-hostname osmo-msc[22692]: DLMGCP NOTICE MGW(mgw) MGCP client: using endpoint domain '@mgw' (mgcp_client.c:932) May 17 03:03:20 unassigned-hostname osmo-msc[22692]: DMSC NOTICE MGW pool with 1 pool members configured, (ignoring MGW configuration in VTY node 'msc'). (msc_main.c:596) May 17 03:03:20 unassigned-hostname osmo-msc[22692]: DLSCCP NOTICE OsmoMSC-A-Iu: Creating SS7 instance (sccp_user.c:539) May 17 03:03:20 unassigned-hostname osmo-msc[22692]: DLSCCP NOTICE OsmoMSC-A-Iu: Using SS7 instance 0, pc:0.23.1 (sccp_user.c:566) May 17 03:03:20 unassigned-hostname osmo-msc[22692]: DLSCCP NOTICE OsmoMSC-A-Iu: Creating AS instance (sccp_user.c:573) May 17 03:03:20 unassigned-hostname osmo-msc[22692]: DLSCCP NOTICE OsmoMSC-A-Iu: Using AS instance as-clnt-OsmoMSC-A-Iu (sccp_user.c:584) May 17 03:03:20 unassigned-hostname osmo-msc[22692]: DLSCCP NOTICE OsmoMSC-A-Iu: Creating default route (sccp_user.c:590) May 17 03:03:20 unassigned-hostname osmo-msc[22692]: DLSCCP NOTICE OsmoMSC-A-Iu: No unassociated ASP for m3ua, creating new ASP asp-clnt-OsmoMSC-A-Iu (sccp_user.c:629) May 17 03:03:20 unassigned-hostname osmo-msc[22692]: DLGLOBAL ERROR Trying to dispatch event 17 to non-existent FSM instance! (osmo_ss7_as.c:118) May 17 03:03:20 unassigned-hostname osmo-msc[22692]: DLGLOBAL ERROR backtrace() returned 8 addresses (backtrace.c:42) May 17 03:03:20 unassigned-hostname osmo-msc[22692]: DLGLOBAL ERROR /lib/x86_64-linux-gnu/libosmocore.so.21(_osmo_fsm_inst_dispatch+0x486) [0x7fce5f3787b6] (backtrace.c:53) May 17 03:03:20 unassigned-hostname osmo-msc[22692]: DLGLOBAL ERROR /lib/x86_64-linux-gnu/libosmo-sigtran.so.9(osmo_ss7_as_add_asp+0x153) [0x7fce5f0f25d3] (backtrace.c:53) May 17 03:03:20 unassigned-hostname osmo-msc[22692]: DLGLOBAL ERROR /lib/x86_64-linux-gnu/libosmo-sigtran.so.9(osmo_sccp_simple_client_on_ss7_id+0x96a) [0x7fce5f10a60a] (backtrace.c:53) May 17 03:03:20 unassigned-hostname osmo-msc[22692]: DLGLOBAL ERROR /usr/bin/osmo-msc(+0x1678a) [0x563ea976b78a] (backtrace.c:53) May 17 03:03:20 unassigned-hostname osmo-msc[22692]: DLGLOBAL ERROR /usr/bin/osmo-msc(+0x159f2) [0x563ea976a9f2] (backtrace.c:53) May 17 03:03:20 unassigned-hostname osmo-msc[22692]: DLGLOBAL ERROR /lib/x86_64-linux-gnu/libc.so.6(__libc_start_main+0xea) [0x7fce5ed39d0a] (backtrace.c:53) May 17 03:03:20 unassigned-hostname osmo-msc[22692]: DLGLOBAL ERROR /usr/bin/osmo-msc(+0x1638a) [0x563ea976b38a] (backtrace.c:53) May 17 03:03:20 unassigned-hostname osmo-msc[22692]: DLSCCP NOTICE OsmoMSC-A-Iu: Using ASP instance asp-clnt-OsmoMSC-A-Iu (sccp_user.c:699) May 17 03:03:20 unassigned-hostname osmo-msc[22692]: DLSS7 NOTICE 0: Creating SCCP instance (osmo_ss7.c:408) May 17 03:03:20 unassigned-hostname osmo-msc[22692]: DSGS NOTICE SGs socket bound to r=NULL<->l=0.0.0.0:29118 (sgs_server.c:186) May 17 03:03:20 unassigned-hostname osmo-msc[22692]: DMSC NOTICE A-interface: SCCP user OsmoMSC-A:RI=SSN_PC,PC=(no PC),SSN=BSSAP, cs7-instance 0 ((null)) (msc_main.c:806) May 17 03:03:20 unassigned-hostname osmo-msc[22692]: DMSC NOTICE Iu-interface: SCCP user OsmoMSC-IuCS:RI=SSN_PC,PC=(no PC),SSN=RANAP, cs7-instance 0 ((null)) (msc_main.c:826) May 17 03:03:21 unassigned-hostname osmo-msc[22692]: DLGSUP NOTICE GSUP connecting to 127.0.0.1:4222 (gsup_client.c:74) May 17 03:03:22 unassigned-hostname osmo-msc[22692]: DLGSUP NOTICE GSUP connecting to 127.0.0.1:4222 (gsup_client.c:74) May 17 03:03:22 unassigned-hostname osmo-msc[22692]: DLM3UA NOTICE 0: asp-asp-clnt-OsmoMSC-A-Iu: Received NOTIFY Type State Change:AS Inactive () (m3ua.c:622) May 17 03:03:22 unassigned-hostname osmo-msc[22692]: DLSS7 NOTICE xua_default_lm(asp-clnt-OsmoMSC-A-Iu)[0x563eaa8186c0]{ACTIVE}: Ignoring primitive M-ASP_ACTIVE.confirm (xua_default_lm_fsm.c:400) May 17 03:03:22 unassigned-hostname osmo-msc[22692]: DLM3UA NOTICE 0: asp-asp-clnt-OsmoMSC-A-Iu: Received NOTIFY Type State Change:AS Active () (m3ua.c:622) May 17 03:03:23 unassigned-hostname osmo-msc[22692]: DLGSUP NOTICE GSUP connecting to 127.0.0.1:4222 (gsup_client.c:74) May 17 03:03:24 unassigned-hostname osmo-msc[22692]: DLGSUP NOTICE GSUP connecting to 127.0.0.1:4222 (gsup_client.c:74) May 17 03:03:25 unassigned-hostname osmo-msc[22692]: DLGSUP NOTICE GSUP connecting to 127.0.0.1:4222 (gsup_client.c:74) May 17 03:03:25 unassigned-hostname osmo-msc[22692]: DLINP NOTICE 127.0.0.1:4222 connection done (ipa.c:143) May 17 03:03:25 unassigned-hostname osmo-msc[22692]: DLINP NOTICE received ID_GET for unit ID 0/0/0 (ipaccess.c:897) + 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:25 EDT; 41s ago Main PID: 23080 (osmo-pcap-clien) Tasks: 1 (limit: 1129) Memory: 1.7M CPU: 6ms CGroup: /system.slice/osmo-pcap-client.service └─23080 /usr/bin/osmo-pcap-client -c /etc/osmocom/osmo-pcap-client.cfg May 17 03:03:25 unassigned-hostname systemd[1]: Started PCAP Client for the PCAP aggregation. May 17 03:03:25 unassigned-hostname osmo-pcap-client[23080]: DLGLOBAL NOTICE Available via telnet 127.0.0.1 4227 (telnet_interface.c:88) + 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:10 EDT; 56s ago Main PID: 22325 (osmo-pcap-serve) Tasks: 1 (limit: 1129) Memory: 3.4M CPU: 1.600s CGroup: /system.slice/osmo-pcap-server.service └─22325 /usr/bin/osmo-pcap-server -c /etc/osmocom/osmo-pcap-server.cfg May 17 03:03:10 unassigned-hostname systemd[1]: Started PCAP Server for the PCAP aggregation. May 17 03:03:10 unassigned-hostname osmo-pcap-server[22325]: DLGLOBAL NOTICE Available via telnet 127.0.0.1 4228 (telnet_interface.c:88) May 17 03:03:10 unassigned-hostname osmo-pcap-server[22325]: DTLS NOTICE Going to create DH params for 3072 bits (osmo_tls.c:44) May 17 03:03:25 unassigned-hostname osmo-pcap-server[22325]: DSERVER NOTICE New connection from zecke (osmo_server_network.c:572) + 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:29 EDT; 37s ago Main PID: 23245 (osmo-pcu) Tasks: 1 (limit: 1129) Memory: 3.1M CPU: 159ms CGroup: /system.slice/osmo-pcu.service └─23245 /usr/bin/osmo-pcu -c /etc/osmocom/osmo-pcu.cfg May 17 03:03:29 unassigned-hostname systemd[1]: Started Osmocom osmo-pcu. May 17 03:03:29 unassigned-hostname osmo-pcu[23245]: DLGLOBAL NOTICE Available via telnet 127.0.0.1 4240 (telnet_interface.c:88) May 17 03:03:29 unassigned-hostname osmo-pcu[23245]: DL1IF ERROR Failed to connect to the BTS (/tmp/pcu_bts). Retrying... (pcuif_sock.c:228) May 17 03:03:34 unassigned-hostname osmo-pcu[23245]: DL1IF NOTICE osmo-bts PCU socket /tmp/pcu_bts has been connected (pcuif_sock.c:238) May 17 03:03:34 unassigned-hostname osmo-pcu[23245]: DL1IF NOTICE Received message for new BTS0 (pcu_l1_if.cpp:1239) May 17 03:03:34 unassigned-hostname osmo-pcu[23245]: 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:15 EDT; 51s ago Main PID: 22573 (osmo-remsim-ban) Tasks: 6 (limit: 1129) Memory: 3.3M CPU: 4ms CGroup: /system.slice/osmo-remsim-bankd.service └─22573 /usr/bin/osmo-remsim-bankd -i 127.0.0.1 -n 5 May 17 03:03:15 unassigned-hostname systemd[1]: Started Osmocom Remote SIM BankD. May 17 03:03:15 unassigned-hostname osmo-remsim-bankd[22573]: 22573 DMAIN INFO bankd_pcsc.c:101 PC/SC slot name: 1/0 -> regex 'ACS ACR33 ICC Reader 00 00' May 17 03:03:15 unassigned-hostname osmo-remsim-bankd[22573]: 22573 DMAIN INFO bankd_pcsc.c:101 PC/SC slot name: 1/1 -> regex 'ACS ACR33 ICC Reader 00 01' May 17 03:03:15 unassigned-hostname osmo-remsim-bankd[22573]: 22573 DMAIN INFO bankd_pcsc.c:101 PC/SC slot name: 1/2 -> regex 'ACS ACR33 ICC Reader 00 02' May 17 03:03:15 unassigned-hostname osmo-remsim-bankd[22573]: 22573 DMAIN INFO bankd_pcsc.c:101 PC/SC slot name: 1/3 -> regex 'ACS ACR33 ICC Reader 00 03' May 17 03:03:15 unassigned-hostname osmo-remsim-bankd[22573]: 22573 DMAIN INFO bankd_pcsc.c:101 PC/SC slot name: 1/4 -> regex 'ACS ACR33 ICC Reader 00 04' May 17 03:03:15 unassigned-hostname osmo-remsim-bankd[22573]: 22573 DMAIN INFO bankd_pcsc.c:101 PC/SC slot name: 1/23 -> regex 'Alcor Micro AU9560 00 00' May 17 03:03:15 unassigned-hostname osmo-remsim-bankd[22573]: 22574 DBANKDW INFO bankd_main.c:499 [000 B0:0 INIT] Changing state to INIT May 17 03:03:15 unassigned-hostname osmo-remsim-bankd[22573]: 22575 DBANKDW INFO bankd_main.c:499 [001 B0:0 INIT] Changing state to INIT May 17 03:03:15 unassigned-hostname osmo-remsim-bankd[22573]: 22574 DBANKDW INFO bankd_main.c:499 [000 B65535:65535 INIT] Changing state to ACCEPTING May 17 03:03:15 unassigned-hostname osmo-remsim-bankd[22573]: 22577 DBANKDW INFO bankd_main.c:499 [003 B0:0 INIT] Changing state to INIT May 17 03:03:15 unassigned-hostname osmo-remsim-bankd[22573]: 22576 DBANKDW INFO bankd_main.c:499 [002 B0:0 INIT] Changing state to INIT May 17 03:03:15 unassigned-hostname osmo-remsim-bankd[22573]: 22575 DBANKDW INFO bankd_main.c:499 [001 B65535:65535 INIT] Changing state to ACCEPTING May 17 03:03:15 unassigned-hostname osmo-remsim-bankd[22573]: 22576 DBANKDW INFO bankd_main.c:499 [002 B65535:65535 INIT] Changing state to ACCEPTING May 17 03:03:15 unassigned-hostname osmo-remsim-bankd[22573]: 22577 DBANKDW INFO bankd_main.c:499 [003 B65535:65535 INIT] Changing state to ACCEPTING May 17 03:03:15 unassigned-hostname osmo-remsim-bankd[22573]: 22578 DBANKDW INFO bankd_main.c:499 [004 B0:0 INIT] Changing state to INIT May 17 03:03:15 unassigned-hostname osmo-remsim-bankd[22573]: 22578 DBANKDW INFO bankd_main.c:499 [004 B65535:65535 INIT] Changing state to ACCEPTING May 17 03:03:15 unassigned-hostname osmo-remsim-bankd[22573]: 22573 DRSPRO INFO ../rspro_client_fsm.c:388 RSPRO_CLIENT(server){REESTABLISH}: Creating TCP connection to server at 127.0.0.1:9998 May 17 03:03:15 unassigned-hostname osmo-remsim-bankd[22573]: 22573 DRSPRO NOTICE ../rspro_client_fsm.c:146 RSPRO_CLIENT(server){REESTABLISH}: RSPRO link to 127.0.0.1:9998 DOWN May 17 03:03:25 unassigned-hostname osmo-remsim-bankd[22573]: 22573 DRSPRO ERROR ../rspro_client_fsm.c:357 RSPRO_CLIENT(server){REESTABLISH_DELAY}: Event SRVC_E_KA_TERMINATED not permitted May 17 03:03:25 unassigned-hostname osmo-remsim-bankd[22573]: 22573 DRSPRO INFO ../rspro_client_fsm.c:362 RSPRO_CLIENT(server){REESTABLISH_DELAY}: Destroying existing connection to server May 17 03:03:25 unassigned-hostname osmo-remsim-bankd[22573]: 22573 DRSPRO INFO ../rspro_client_fsm.c:388 RSPRO_CLIENT(server){REESTABLISH}: Creating TCP connection to server at 127.0.0.1:9998 May 17 03:03:25 unassigned-hostname osmo-remsim-bankd[22573]: 22573 DLINP NOTICE input/ipa.c:143 127.0.0.1:9998 connection done May 17 03:03:25 unassigned-hostname osmo-remsim-bankd[22573]: 22573 DRSPRO NOTICE ../rspro_client_fsm.c:146 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:24 EDT; 42s ago Main PID: 22939 (osmo-remsim-ser) Tasks: 2 (limit: 1129) Memory: 1.3M CPU: 4ms CGroup: /system.slice/osmo-remsim-server.service └─22939 /usr/bin/osmo-remsim-server May 17 03:03:24 unassigned-hostname systemd[1]: Started Osmocom Remote SIM Server. May 17 03:03:25 unassigned-hostname osmo-remsim-server[22939]: 22939 DLINP NOTICE input/ipa.c:320 0.0.0.0:9998 accept()ed new link from 127.0.0.1:34975 May 17 03:03:25 unassigned-hostname osmo-remsim-server[22939]: 22939 DMAIN INFO rspro_server.c:211 SERVER_CONN(B1){ESTABLISHED}: Bankd connected from 127.0.0.1:34975 May 17 03:03:25 unassigned-hostname osmo-remsim-server[22939]: 22939 DMAIN NOTICE rspro_server.c:213 SERVER_CONN(B1){ESTABLISHED}: Bankd connected from 127.0.0.1 (localhost). This only works if your clients also all are on localhost, as they must be able to reach the bankd! + 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:13 EDT; 53s ago Main PID: 22525 (osmo-sgsn) Tasks: 1 (limit: 1129) Memory: 2.9M CPU: 17ms CGroup: /system.slice/osmo-sgsn.service └─22525 /usr/bin/osmo-sgsn -c /etc/osmocom/osmo-sgsn.cfg May 17 03:03:13 unassigned-hostname systemd[1]: Started Osmocom SGSN (Serving GPRS Support Node). May 17 03:03:13 unassigned-hostname osmo-sgsn[22525]: rate_ctr.c:86 validating counter group 0x5558777b9d60(sgsn) with 23 counters May 17 03:03:13 unassigned-hostname osmo-sgsn[22525]: DLGLOBAL NOTICE Available via telnet 127.0.0.1 4245 (telnet_interface.c:88) May 17 03:03:13 unassigned-hostname osmo-sgsn[22525]: DLGTP NOTICE GTP: gtp_newgsn() started at 127.0.0.1 (gsn.c:467) May 17 03:03:13 unassigned-hostname osmo-sgsn[22525]: DLGTP NOTICE State information file (.//gsn_restart) not found. Creating new file. (gsn.c:388) May 17 03:03:13 unassigned-hostname osmo-sgsn[22525]: DGPRS NOTICE Created GTP on 127.0.0.1 (sgsn_libgtp.c:918) May 17 03:03:13 unassigned-hostname osmo-sgsn[22525]: DGPRS NOTICE libGTP v1.11.0.30-5758.202405162026 initialized (sgsn_main.c:456) May 17 03:03:13 unassigned-hostname osmo-sgsn[22525]: DLCTRL NOTICE CTRL at 127.0.0.1 4251 (control_if.c:1024) May 17 03:03:13 unassigned-hostname osmo-sgsn[22525]: DLGSUP NOTICE GSUP connecting to 127.0.0.1:4222 (gsup_client.c:74) May 17 03:03:13 unassigned-hostname osmo-sgsn[22525]: DLSCCP NOTICE OsmoSGSN: Creating SS7 instance (sccp_user.c:539) May 17 03:03:13 unassigned-hostname osmo-sgsn[22525]: DLSCCP NOTICE OsmoSGSN: Using SS7 instance 0, pc:0.23.4 (sccp_user.c:566) May 17 03:03:13 unassigned-hostname osmo-sgsn[22525]: DLSCCP NOTICE OsmoSGSN: Creating AS instance (sccp_user.c:573) May 17 03:03:13 unassigned-hostname osmo-sgsn[22525]: DLSCCP NOTICE OsmoSGSN: Using AS instance as-clnt-OsmoSGSN (sccp_user.c:584) May 17 03:03:13 unassigned-hostname osmo-sgsn[22525]: DLSCCP NOTICE OsmoSGSN: Creating default route (sccp_user.c:590) May 17 03:03:13 unassigned-hostname osmo-sgsn[22525]: DLSCCP NOTICE OsmoSGSN: No unassociated ASP for m3ua, creating new ASP asp-clnt-OsmoSGSN (sccp_user.c:629) May 17 03:03:13 unassigned-hostname osmo-sgsn[22525]: DLGLOBAL ERROR Trying to dispatch event 17 to non-existent FSM instance! (osmo_ss7_as.c:118) May 17 03:03:13 unassigned-hostname osmo-sgsn[22525]: DLGLOBAL ERROR backtrace() returned 7 addresses (backtrace.c:42) May 17 03:03:13 unassigned-hostname osmo-sgsn[22525]: DLGLOBAL ERROR /lib/x86_64-linux-gnu/libosmocore.so.21(_osmo_fsm_inst_dispatch+0x486) [0x7f4fd7cd57b6] (backtrace.c:53) May 17 03:03:13 unassigned-hostname osmo-sgsn[22525]: DLGLOBAL ERROR /lib/x86_64-linux-gnu/libosmo-sigtran.so.9(osmo_ss7_as_add_asp+0x153) [0x7f4fd7c395d3] (backtrace.c:53) May 17 03:03:13 unassigned-hostname osmo-sgsn[22525]: DLGLOBAL ERROR /lib/x86_64-linux-gnu/libosmo-sigtran.so.9(osmo_sccp_simple_client_on_ss7_id+0x96a) [0x7f4fd7c5160a] (backtrace.c:53) May 17 03:03:13 unassigned-hostname osmo-sgsn[22525]: DLGLOBAL ERROR /usr/bin/osmo-sgsn(+0x94b5) [0x5558777724b5] (backtrace.c:53) May 17 03:03:13 unassigned-hostname osmo-sgsn[22525]: DLGLOBAL ERROR /lib/x86_64-linux-gnu/libc.so.6(__libc_start_main+0xea) [0x7f4fd7886d0a] (backtrace.c:53) May 17 03:03:13 unassigned-hostname osmo-sgsn[22525]: DLGLOBAL ERROR /usr/bin/osmo-sgsn(+0x992a) [0x55587777292a] (backtrace.c:53) May 17 03:03:13 unassigned-hostname osmo-sgsn[22525]: DLSCCP NOTICE OsmoSGSN: Using ASP instance asp-clnt-OsmoSGSN (sccp_user.c:699) May 17 03:03:13 unassigned-hostname osmo-sgsn[22525]: DLSS7 NOTICE 0: Creating SCCP instance (osmo_ss7.c:408) May 17 03:03:14 unassigned-hostname osmo-sgsn[22525]: DLGSUP NOTICE GSUP connecting to 127.0.0.1:4222 (gsup_client.c:74) May 17 03:03:15 unassigned-hostname osmo-sgsn[22525]: DLGSUP NOTICE GSUP connecting to 127.0.0.1:4222 (gsup_client.c:74) May 17 03:03:15 unassigned-hostname osmo-sgsn[22525]: DLM3UA NOTICE 0: asp-asp-clnt-OsmoSGSN: Received NOTIFY Type State Change:AS Inactive () (m3ua.c:622) May 17 03:03:15 unassigned-hostname osmo-sgsn[22525]: DLSS7 NOTICE xua_default_lm(asp-clnt-OsmoSGSN)[0x555877e1fb90]{ACTIVE}: Ignoring primitive M-ASP_ACTIVE.confirm (xua_default_lm_fsm.c:400) May 17 03:03:15 unassigned-hostname osmo-sgsn[22525]: DLM3UA NOTICE 0: asp-asp-clnt-OsmoSGSN: Received NOTIFY Type State Change:AS Active () (m3ua.c:622) May 17 03:03:16 unassigned-hostname osmo-sgsn[22525]: DLGSUP NOTICE GSUP connecting to 127.0.0.1:4222 (gsup_client.c:74) May 17 03:03:17 unassigned-hostname osmo-sgsn[22525]: DLGSUP NOTICE GSUP connecting to 127.0.0.1:4222 (gsup_client.c:74) May 17 03:03:18 unassigned-hostname osmo-sgsn[22525]: DLGSUP NOTICE GSUP connecting to 127.0.0.1:4222 (gsup_client.c:74) May 17 03:03:19 unassigned-hostname osmo-sgsn[22525]: DLGSUP NOTICE GSUP connecting to 127.0.0.1:4222 (gsup_client.c:74) May 17 03:03:20 unassigned-hostname osmo-sgsn[22525]: DLGSUP NOTICE GSUP connecting to 127.0.0.1:4222 (gsup_client.c:74) May 17 03:03:21 unassigned-hostname osmo-sgsn[22525]: DLGSUP NOTICE GSUP connecting to 127.0.0.1:4222 (gsup_client.c:74) May 17 03:03:22 unassigned-hostname osmo-sgsn[22525]: DLM3UA NOTICE 0: asp-asp-clnt-OsmoSGSN: Rx DAVA() for 0.23.1/0, (xua_snm.c:403) May 17 03:03:22 unassigned-hostname osmo-sgsn[22525]: DLGSUP NOTICE GSUP connecting to 127.0.0.1:4222 (gsup_client.c:74) May 17 03:03:23 unassigned-hostname osmo-sgsn[22525]: DLGSUP NOTICE GSUP connecting to 127.0.0.1:4222 (gsup_client.c:74) May 17 03:03:24 unassigned-hostname osmo-sgsn[22525]: DLGSUP NOTICE GSUP connecting to 127.0.0.1:4222 (gsup_client.c:74) May 17 03:03:25 unassigned-hostname osmo-sgsn[22525]: DLGSUP NOTICE GSUP connecting to 127.0.0.1:4222 (gsup_client.c:74) May 17 03:03:25 unassigned-hostname osmo-sgsn[22525]: DLINP NOTICE 127.0.0.1:4222 connection done (ipa.c:143) May 17 03:03:25 unassigned-hostname osmo-sgsn[22525]: DLINP NOTICE received ID_GET for unit ID 0/0/0 (ipaccess.c:897) + 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:02:51 EDT; 1min 15s ago Main PID: 21769 (osmo-sip-connec) Tasks: 1 (limit: 1129) Memory: 2.3M CPU: 20ms CGroup: /system.slice/osmo-sip-connector.service └─21769 /usr/bin/osmo-sip-connector -c /etc/osmocom/osmo-sip-connector.cfg May 17 03:02:51 unassigned-hostname systemd[1]: Started Osmo SIP Connector. May 17 03:02:51 unassigned-hostname osmo-sip-connector[21769]: DLGLOBAL NOTICE Available via telnet 127.0.0.1 4256 (telnet_interface.c:88) May 17 03:02:51 unassigned-hostname osmo-sip-connector[21769]: DMNCC NOTICE Scheduling MNCC connect (mncc.c:1179) May 17 03:02:51 unassigned-hostname osmo-sip-connector[21769]: DSIP NOTICE su_source_port_create() returns 0x5590722c3710 May 17 03:02:51 unassigned-hostname osmo-sip-connector[21769]: (sip.c:741) May 17 03:02:51 unassigned-hostname osmo-sip-connector[21769]: DMNCC ERROR Failed to connect(/tmp/msc_mncc). Retrying (mncc.c:1023) May 17 03:02:56 unassigned-hostname osmo-sip-connector[21769]: DMNCC ERROR Failed to connect(/tmp/msc_mncc). Retrying (mncc.c:1023) May 17 03:03:01 unassigned-hostname osmo-sip-connector[21769]: DMNCC ERROR Failed to connect(/tmp/msc_mncc). Retrying (mncc.c:1023) May 17 03:03:06 unassigned-hostname osmo-sip-connector[21769]: DMNCC ERROR Failed to connect(/tmp/msc_mncc). Retrying (mncc.c:1023) May 17 03:03:11 unassigned-hostname osmo-sip-connector[21769]: DMNCC ERROR Failed to connect(/tmp/msc_mncc). Retrying (mncc.c:1023) May 17 03:03:16 unassigned-hostname osmo-sip-connector[21769]: DMNCC ERROR Failed to connect(/tmp/msc_mncc). Retrying (mncc.c:1023) May 17 03:03:21 unassigned-hostname osmo-sip-connector[21769]: DMNCC ERROR Failed to connect(/tmp/msc_mncc). Retrying (mncc.c:1023) May 17 03:03:26 unassigned-hostname osmo-sip-connector[21769]: DMNCC ERROR Failed to connect(/tmp/msc_mncc). Retrying (mncc.c:1023) May 17 03:03:31 unassigned-hostname osmo-sip-connector[21769]: DMNCC ERROR Failed to connect(/tmp/msc_mncc). Retrying (mncc.c:1023) May 17 03:03:36 unassigned-hostname osmo-sip-connector[21769]: DMNCC ERROR Failed to connect(/tmp/msc_mncc). Retrying (mncc.c:1023) May 17 03:03:41 unassigned-hostname osmo-sip-connector[21769]: DMNCC ERROR Failed to connect(/tmp/msc_mncc). Retrying (mncc.c:1023) May 17 03:03:46 unassigned-hostname osmo-sip-connector[21769]: DMNCC ERROR Failed to connect(/tmp/msc_mncc). Retrying (mncc.c:1023) May 17 03:03:51 unassigned-hostname osmo-sip-connector[21769]: DMNCC ERROR Failed to connect(/tmp/msc_mncc). Retrying (mncc.c:1023) May 17 03:03:56 unassigned-hostname osmo-sip-connector[21769]: DMNCC ERROR Failed to connect(/tmp/msc_mncc). Retrying (mncc.c:1023) May 17 03:04:01 unassigned-hostname osmo-sip-connector[21769]: DMNCC ERROR Failed to connect(/tmp/msc_mncc). Retrying (mncc.c:1023) May 17 03:04:06 unassigned-hostname osmo-sip-connector[21769]: DMNCC ERROR Failed to connect(/tmp/msc_mncc). Retrying (mncc.c:1023) + 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:02:51 EDT; 1min 15s ago Main PID: 21815 (osmo-smlc) Tasks: 1 (limit: 1129) Memory: 2.0M CPU: 11ms CGroup: /system.slice/osmo-smlc.service └─21815 /usr/bin/osmo-smlc -c /etc/osmocom/osmo-smlc.cfg May 17 03:02:51 unassigned-hostname systemd[1]: Started Osmocom Serving Mobile Location Center (SMLC). May 17 03:02:51 unassigned-hostname osmo-smlc[21815]: DLGLOBAL NOTICE Available via telnet 127.0.0.1 4271 (telnet_interface.c:88) May 17 03:02:51 unassigned-hostname osmo-smlc[21815]: DLCTRL NOTICE CTRL at 127.0.0.1 4272 (control_if.c:1024) May 17 03:02:51 unassigned-hostname osmo-smlc[21815]: DLSCCP NOTICE Lb: Creating SS7 instance (sccp_user.c:539) May 17 03:02:51 unassigned-hostname osmo-smlc[21815]: DLSCCP NOTICE Lb: Using SS7 instance 0, pc:0.23.6 (sccp_user.c:566) May 17 03:02:51 unassigned-hostname osmo-smlc[21815]: DLSCCP NOTICE Lb: Creating AS instance (sccp_user.c:573) May 17 03:02:51 unassigned-hostname osmo-smlc[21815]: DLSCCP NOTICE Lb: Using AS instance as-clnt-Lb (sccp_user.c:584) May 17 03:02:51 unassigned-hostname osmo-smlc[21815]: DLSCCP NOTICE Lb: Creating default route (sccp_user.c:590) May 17 03:02:51 unassigned-hostname osmo-smlc[21815]: DLSCCP NOTICE Lb: No unassociated ASP for m3ua, creating new ASP asp-clnt-Lb (sccp_user.c:629) May 17 03:02:51 unassigned-hostname osmo-smlc[21815]: DLGLOBAL ERROR Trying to dispatch event 17 to non-existent FSM instance! (osmo_ss7_as.c:118) May 17 03:02:51 unassigned-hostname osmo-smlc[21815]: DLGLOBAL ERROR backtrace() returned 7 addresses (backtrace.c:42) May 17 03:02:51 unassigned-hostname osmo-smlc[21815]: DLGLOBAL ERROR /lib/x86_64-linux-gnu/libosmocore.so.21(_osmo_fsm_inst_dispatch+0x486) [0x7f01e8d2d7b6] (backtrace.c:53) May 17 03:02:51 unassigned-hostname osmo-smlc[21815]: DLGLOBAL ERROR /lib/x86_64-linux-gnu/libosmo-sigtran.so.9(osmo_ss7_as_add_asp+0x153) [0x7f01e8cbe5d3] (backtrace.c:53) May 17 03:02:51 unassigned-hostname osmo-smlc[21815]: DLGLOBAL ERROR /lib/x86_64-linux-gnu/libosmo-sigtran.so.9(osmo_sccp_simple_client_on_ss7_id+0x96a) [0x7f01e8cd660a] (backtrace.c:53) May 17 03:02:51 unassigned-hostname osmo-smlc[21815]: DLGLOBAL ERROR /usr/bin/osmo-smlc(+0x3af1) [0x55afe6c0caf1] (backtrace.c:53) May 17 03:02:51 unassigned-hostname osmo-smlc[21815]: DLGLOBAL ERROR /lib/x86_64-linux-gnu/libc.so.6(__libc_start_main+0xea) [0x7f01e8af9d0a] (backtrace.c:53) May 17 03:02:51 unassigned-hostname osmo-smlc[21815]: DLGLOBAL ERROR /usr/bin/osmo-smlc(+0x3d4a) [0x55afe6c0cd4a] (backtrace.c:53) May 17 03:02:51 unassigned-hostname osmo-smlc[21815]: DLSCCP NOTICE Lb: Using ASP instance asp-clnt-Lb (sccp_user.c:699) May 17 03:02:51 unassigned-hostname osmo-smlc[21815]: DLSS7 NOTICE 0: Creating SCCP instance (osmo_ss7.c:408) May 17 03:03:13 unassigned-hostname osmo-smlc[21815]: DLM3UA NOTICE 0: asp-asp-clnt-Lb: Received NOTIFY Type State Change:AS Inactive () (m3ua.c:622) May 17 03:03:13 unassigned-hostname osmo-smlc[21815]: DLSS7 NOTICE xua_default_lm(asp-clnt-Lb)[0x55afe7f25410]{ACTIVE}: Ignoring primitive M-ASP_ACTIVE.confirm (xua_default_lm_fsm.c:400) May 17 03:03:13 unassigned-hostname osmo-smlc[21815]: DLM3UA NOTICE 0: asp-asp-clnt-Lb: Received NOTIFY Type State Change:AS Active () (m3ua.c:622) May 17 03:03:14 unassigned-hostname osmo-smlc[21815]: DLM3UA NOTICE 0: asp-asp-clnt-Lb: Rx DAVA() for 0.23.5/0, (xua_snm.c:403) May 17 03:03:14 unassigned-hostname osmo-smlc[21815]: DLB ERROR (Lb) sccp_lb_sap_up(N-PCSTATE.indication) unsupported (sccp_lb_inst.c:167) May 17 03:03:15 unassigned-hostname osmo-smlc[21815]: DLM3UA NOTICE 0: asp-asp-clnt-Lb: Rx DAVA() for 0.23.4/0, (xua_snm.c:403) May 17 03:03:15 unassigned-hostname osmo-smlc[21815]: DLB ERROR (Lb) sccp_lb_sap_up(N-PCSTATE.indication) unsupported (sccp_lb_inst.c:167) May 17 03:03:22 unassigned-hostname osmo-smlc[21815]: DLM3UA NOTICE 0: asp-asp-clnt-Lb: Rx DAVA() for 0.23.1/0, (xua_snm.c:403) May 17 03:03:22 unassigned-hostname osmo-smlc[21815]: DLB ERROR (Lb) sccp_lb_sap_up(N-PCSTATE.indication) unsupported (sccp_lb_inst.c:167) + 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:08 EDT; 59s ago Docs: https://osmocom.org/projects/osmo-stp/wiki Main PID: 22257 (osmo-stp) Tasks: 1 (limit: 1129) Memory: 2.0M CPU: 17ms CGroup: /system.slice/osmo-stp.service └─22257 /usr/bin/osmo-stp -c /etc/osmocom/osmo-stp.cfg May 17 03:03:08 unassigned-hostname systemd[1]: Started Osmocom STP (Signal Transfer Point). May 17 03:03:08 unassigned-hostname osmo-stp[22257]: DLGLOBAL <0000> telnet_interface.c:88 Available via telnet 127.0.0.1 4239 May 17 03:03:08 unassigned-hostname osmo-stp[22257]: DLSS7 <000c> osmo_ss7_asp.c:708 0: asp-asp-dyn-0: ASP Restart for server not implemented yet! May 17 03:03:10 unassigned-hostname osmo-stp[22257]: DLSS7 <000c> osmo_ss7_asp.c:708 0: asp-asp-dyn-1: ASP Restart for server not implemented yet! May 17 03:03:11 unassigned-hostname osmo-stp[22257]: DLSS7 <000c> osmo_ss7_asp.c:708 0: asp-asp-dyn-2: ASP Restart for server not implemented yet! May 17 03:03:12 unassigned-hostname osmo-stp[22257]: DLSS7 <000c> osmo_ss7_asp.c:708 0: asp-asp-dyn-3: ASP Restart for server not implemented yet! May 17 03:03:13 unassigned-hostname osmo-stp[22257]: DLSS7 <000c> osmo_ss7_hmrt.c:266 MTP-TRANSFER.req for DPC 185: no route! May 17 03:03:13 unassigned-hostname osmo-stp[22257]: DLSS7 <000c> osmo_ss7_asp.c:708 0: asp-asp-dyn-4: ASP Restart for server not implemented yet! May 17 03:03:14 unassigned-hostname osmo-stp[22257]: DLSS7 <000c> osmo_ss7_hmrt.c:266 MTP-TRANSFER.req for DPC 185: no route! May 17 03:03:17 unassigned-hostname osmo-stp[22257]: DLSS7 <000c> osmo_ss7_hmrt.c:266 MTP-TRANSFER.req for DPC 185: no route! May 17 03:03:17 unassigned-hostname osmo-stp[22257]: DLSS7 <000c> osmo_ss7_hmrt.c:266 MTP-TRANSFER.req for DPC 185: no route! May 17 03:03:18 unassigned-hostname osmo-stp[22257]: DLSS7 <000c> osmo_ss7_hmrt.c:266 MTP-TRANSFER.req for DPC 185: no route! May 17 03:03:20 unassigned-hostname osmo-stp[22257]: DLSS7 <000c> osmo_ss7_asp.c:708 0: asp-asp-dyn-5: ASP Restart for server not implemented yet! May 17 03:03:20 unassigned-hostname osmo-stp[22257]: DLSS7 <000c> osmo_ss7_hmrt.c:266 MTP-TRANSFER.req for DPC 185: no route! May 17 03:03:22 unassigned-hostname osmo-stp[22257]: DLSS7 <000c> osmo_ss7_hmrt.c:266 MTP-TRANSFER.req for DPC 185: no route! + systemctl --no-pager -l -n 200 status osmo-bsc-nat ● osmo-bsc-nat.service - Osmocom BSC NAT Loaded: loaded (/lib/systemd/system/osmo-bsc-nat.service; enabled; vendor preset: enabled) Active: active (running) since Fri 2024-05-17 03:02:50 EDT; 1min 16s ago Main PID: 21720 (osmo-bsc-nat) Tasks: 1 (limit: 1129) Memory: 2.0M CPU: 11ms CGroup: /system.slice/osmo-bsc-nat.service └─21720 /usr/bin/osmo-bsc-nat -c /etc/osmocom/osmo-bsc-nat.cfg May 17 03:02:50 unassigned-hostname systemd[1]: Started Osmocom BSC NAT. May 17 03:02:50 unassigned-hostname osmo-bsc-nat[21720]: DLGLOBAL NOTICE Available via telnet 127.0.0.1 4244 (telnet_interface.c:88) May 17 03:02:50 unassigned-hostname osmo-bsc-nat[21720]: DLSCCP NOTICE OsmoBSCNAT-CN: Using SS7 instance 0, pc:0.23.3 (sccp_user.c:566) May 17 03:02:50 unassigned-hostname osmo-bsc-nat[21720]: DLSCCP NOTICE OsmoBSCNAT-CN: Creating AS instance (sccp_user.c:573) May 17 03:02:50 unassigned-hostname osmo-bsc-nat[21720]: DLSCCP NOTICE OsmoBSCNAT-CN: Using AS instance as-clnt-OsmoBSCNAT-CN (sccp_user.c:584) May 17 03:02:50 unassigned-hostname osmo-bsc-nat[21720]: DLSCCP NOTICE OsmoBSCNAT-CN: Creating default route (sccp_user.c:590) May 17 03:02:50 unassigned-hostname osmo-bsc-nat[21720]: DLSCCP NOTICE OsmoBSCNAT-CN: ASP asp-clnt-OsmoBSCNAT-CN for m3ua is not associated with any AS, using it (sccp_user.c:623) May 17 03:02:50 unassigned-hostname osmo-bsc-nat[21720]: DLSCCP NOTICE OsmoBSCNAT-CN: Using ASP instance asp-clnt-OsmoBSCNAT-CN (sccp_user.c:699) May 17 03:02:50 unassigned-hostname osmo-bsc-nat[21720]: DLSS7 NOTICE 0: Creating SCCP instance (osmo_ss7.c:408) May 17 03:02:50 unassigned-hostname osmo-bsc-nat[21720]: DLSCCP NOTICE OsmoBSCNAT-RAN: Using SS7 instance 1, pc:0.23.1 (sccp_user.c:566) May 17 03:02:50 unassigned-hostname osmo-bsc-nat[21720]: DLSCCP NOTICE OsmoBSCNAT-RAN: Creating AS instance (sccp_user.c:573) May 17 03:02:50 unassigned-hostname osmo-bsc-nat[21720]: DLSCCP NOTICE OsmoBSCNAT-RAN: Using AS instance as-clnt-OsmoBSCNAT-RAN (sccp_user.c:584) May 17 03:02:50 unassigned-hostname osmo-bsc-nat[21720]: DLSCCP NOTICE OsmoBSCNAT-RAN: Creating default route (sccp_user.c:590) May 17 03:02:50 unassigned-hostname osmo-bsc-nat[21720]: DLSCCP NOTICE OsmoBSCNAT-RAN: ASP asp-clnt-OsmoBSCNAT-RAN for m3ua is not associated with any AS, using it (sccp_user.c:623) May 17 03:02:50 unassigned-hostname osmo-bsc-nat[21720]: DLSCCP NOTICE OsmoBSCNAT-RAN: Using ASP instance asp-clnt-OsmoBSCNAT-RAN (sccp_user.c:699) May 17 03:02:50 unassigned-hostname osmo-bsc-nat[21720]: DLSS7 NOTICE 1: Creating SCCP instance (osmo_ss7.c:408) May 17 03:02:50 unassigned-hostname osmo-bsc-nat[21720]: DLMGCP NOTICE MGW(bscnat) MGCP client: using endpoint domain '@bscnat' (mgcp_client.c:932) May 17 03:02:50 unassigned-hostname osmo-bsc-nat[21720]: DMAIN NOTICE MGW pool with 1 pool member(s) initialized (bsc_nat_fsm.c:351) May 17 03:02:50 unassigned-hostname osmo-bsc-nat[21720]: DMAIN NOTICE Tx RESET to PC=0.23.1 in CN (bssap.c:34) May 17 03:02:50 unassigned-hostname osmo-bsc-nat[21720]: DLSS7 ERROR Unable to route HMRT message: the AS as-clnt-OsmoBSCNAT-CN is down (osmo_ss7_hmrt.c:232) May 17 03:02:50 unassigned-hostname osmo-bsc-nat[21720]: DMAIN ERROR Could not send RESET to MSC (SCCP not up yet?) (msc_fsm.c:67) May 17 03:02:53 unassigned-hostname osmo-bsc-nat[21720]: DMAIN NOTICE Tx RESET to PC=0.23.1 in CN (bssap.c:34) May 17 03:02:53 unassigned-hostname osmo-bsc-nat[21720]: DLSS7 ERROR Unable to route HMRT message: the AS as-clnt-OsmoBSCNAT-CN is down (osmo_ss7_hmrt.c:232) May 17 03:02:53 unassigned-hostname osmo-bsc-nat[21720]: DMAIN ERROR Could not send RESET to MSC (SCCP not up yet?) (msc_fsm.c:67) May 17 03:02:56 unassigned-hostname osmo-bsc-nat[21720]: DMAIN NOTICE Tx RESET to PC=0.23.1 in CN (bssap.c:34) May 17 03:02:56 unassigned-hostname osmo-bsc-nat[21720]: DLSS7 ERROR Unable to route HMRT message: the AS as-clnt-OsmoBSCNAT-CN is down (osmo_ss7_hmrt.c:232) May 17 03:02:56 unassigned-hostname osmo-bsc-nat[21720]: DMAIN ERROR Could not send RESET to MSC (SCCP not up yet?) (msc_fsm.c:67) May 17 03:02:59 unassigned-hostname osmo-bsc-nat[21720]: DMAIN NOTICE Tx RESET to PC=0.23.1 in CN (bssap.c:34) May 17 03:02:59 unassigned-hostname osmo-bsc-nat[21720]: DLSS7 ERROR Unable to route HMRT message: the AS as-clnt-OsmoBSCNAT-CN is down (osmo_ss7_hmrt.c:232) May 17 03:02:59 unassigned-hostname osmo-bsc-nat[21720]: DMAIN ERROR Could not send RESET to MSC (SCCP not up yet?) (msc_fsm.c:67) May 17 03:03:02 unassigned-hostname osmo-bsc-nat[21720]: DMAIN NOTICE Tx RESET to PC=0.23.1 in CN (bssap.c:34) May 17 03:03:02 unassigned-hostname osmo-bsc-nat[21720]: DLSS7 ERROR Unable to route HMRT message: the AS as-clnt-OsmoBSCNAT-CN is down (osmo_ss7_hmrt.c:232) May 17 03:03:02 unassigned-hostname osmo-bsc-nat[21720]: DMAIN ERROR Could not send RESET to MSC (SCCP not up yet?) (msc_fsm.c:67) May 17 03:03:05 unassigned-hostname osmo-bsc-nat[21720]: DMAIN NOTICE Tx RESET to PC=0.23.1 in CN (bssap.c:34) May 17 03:03:05 unassigned-hostname osmo-bsc-nat[21720]: DLSS7 ERROR Unable to route HMRT message: the AS as-clnt-OsmoBSCNAT-CN is down (osmo_ss7_hmrt.c:232) May 17 03:03:05 unassigned-hostname osmo-bsc-nat[21720]: DMAIN ERROR Could not send RESET to MSC (SCCP not up yet?) (msc_fsm.c:67) May 17 03:03:08 unassigned-hostname osmo-bsc-nat[21720]: DMAIN NOTICE Tx RESET to PC=0.23.1 in CN (bssap.c:34) May 17 03:03:08 unassigned-hostname osmo-bsc-nat[21720]: DLSS7 ERROR Unable to route HMRT message: the AS as-clnt-OsmoBSCNAT-CN is down (osmo_ss7_hmrt.c:232) May 17 03:03:08 unassigned-hostname osmo-bsc-nat[21720]: DMAIN ERROR Could not send RESET to MSC (SCCP not up yet?) (msc_fsm.c:67) May 17 03:03:11 unassigned-hostname osmo-bsc-nat[21720]: DMAIN NOTICE Tx RESET to PC=0.23.1 in CN (bssap.c:34) May 17 03:03:11 unassigned-hostname osmo-bsc-nat[21720]: DLSS7 ERROR XUA_AS(as-clnt-OsmoBSCNAT-CN)[0x55a6fc73fc60]{AS_INACTIVE}: Event AS-TRANSFER.req not permitted (m3ua.c:507) May 17 03:03:11 unassigned-hostname osmo-bsc-nat[21720]: DMAIN ERROR Could not send RESET to MSC (SCCP not up yet?) (msc_fsm.c:67) May 17 03:03:12 unassigned-hostname osmo-bsc-nat[21720]: DLM3UA NOTICE 0: asp-asp-clnt-OsmoBSCNAT-CN: Received NOTIFY Type State Change:AS Inactive () (m3ua.c:622) May 17 03:03:12 unassigned-hostname osmo-bsc-nat[21720]: DLSS7 NOTICE xua_default_lm(asp-clnt-OsmoBSCNAT-CN)[0x55a6fc73fd90]{ACTIVE}: Ignoring primitive M-ASP_ACTIVE.confirm (xua_default_lm_fsm.c:400) May 17 03:03:12 unassigned-hostname osmo-bsc-nat[21720]: DLM3UA NOTICE 0: asp-asp-clnt-OsmoBSCNAT-CN: Received NOTIFY Type State Change:AS Active () (m3ua.c:622) May 17 03:03:13 unassigned-hostname osmo-bsc-nat[21720]: DLM3UA NOTICE 0: asp-asp-clnt-OsmoBSCNAT-CN: Rx DAVA() for 0.23.6/0, (xua_snm.c:403) May 17 03:03:13 unassigned-hostname osmo-bsc-nat[21720]: DMAIN ERROR sccp_sap_up_cn(N-PCSTATE.indication) is not implemented! (bsc_nat_fsm.c:159) May 17 03:03:14 unassigned-hostname osmo-bsc-nat[21720]: DLM3UA NOTICE 0: asp-asp-clnt-OsmoBSCNAT-CN: Rx DAVA() for 0.23.5/0, (xua_snm.c:403) May 17 03:03:14 unassigned-hostname osmo-bsc-nat[21720]: DMAIN ERROR sccp_sap_up_cn(N-PCSTATE.indication) is not implemented! (bsc_nat_fsm.c:159) May 17 03:03:14 unassigned-hostname osmo-bsc-nat[21720]: DMAIN NOTICE Tx RESET to PC=0.23.1 in CN (bssap.c:34) May 17 03:03:15 unassigned-hostname osmo-bsc-nat[21720]: DLM3UA NOTICE 0: asp-asp-clnt-OsmoBSCNAT-CN: Rx DAVA() for 0.23.4/0, (xua_snm.c:403) May 17 03:03:15 unassigned-hostname osmo-bsc-nat[21720]: DMAIN ERROR sccp_sap_up_cn(N-PCSTATE.indication) is not implemented! (bsc_nat_fsm.c:159) May 17 03:03:17 unassigned-hostname osmo-bsc-nat[21720]: DMAIN NOTICE Tx RESET to PC=0.23.1 in CN (bssap.c:34) May 17 03:03:20 unassigned-hostname osmo-bsc-nat[21720]: DMAIN NOTICE Tx RESET to PC=0.23.1 in CN (bssap.c:34) May 17 03:03:22 unassigned-hostname osmo-bsc-nat[21720]: DLM3UA NOTICE 0: asp-asp-clnt-OsmoBSCNAT-CN: Rx DAVA() for 0.23.1/0, (xua_snm.c:403) May 17 03:03:22 unassigned-hostname osmo-bsc-nat[21720]: DMAIN ERROR sccp_sap_up_cn(N-PCSTATE.indication) is not implemented! (bsc_nat_fsm.c:159) May 17 03:03:23 unassigned-hostname osmo-bsc-nat[21720]: DMAIN NOTICE Tx RESET to PC=0.23.1 in CN (bssap.c:34) May 17 03:03:26 unassigned-hostname osmo-bsc-nat[21720]: DMAIN NOTICE Tx RESET to PC=0.23.1 in CN (bssap.c:34) May 17 03:03:29 unassigned-hostname osmo-bsc-nat[21720]: DMAIN NOTICE Tx RESET to PC=0.23.1 in CN (bssap.c:34) May 17 03:03:32 unassigned-hostname osmo-bsc-nat[21720]: DMAIN NOTICE Tx RESET to PC=0.23.1 in CN (bssap.c:34) May 17 03:03:35 unassigned-hostname osmo-bsc-nat[21720]: DMAIN NOTICE Tx RESET to PC=0.23.1 in CN (bssap.c:34) May 17 03:03:38 unassigned-hostname osmo-bsc-nat[21720]: DMAIN NOTICE Tx RESET to PC=0.23.1 in CN (bssap.c:34) May 17 03:03:41 unassigned-hostname osmo-bsc-nat[21720]: DMAIN NOTICE Tx RESET to PC=0.23.1 in CN (bssap.c:34) May 17 03:03:44 unassigned-hostname osmo-bsc-nat[21720]: DMAIN NOTICE Tx RESET to PC=0.23.1 in CN (bssap.c:34) May 17 03:03:47 unassigned-hostname osmo-bsc-nat[21720]: DMAIN NOTICE Tx RESET to PC=0.23.1 in CN (bssap.c:34) May 17 03:03:50 unassigned-hostname osmo-bsc-nat[21720]: DMAIN NOTICE Tx RESET to PC=0.23.1 in CN (bssap.c:34) May 17 03:03:53 unassigned-hostname osmo-bsc-nat[21720]: DMAIN NOTICE Tx RESET to PC=0.23.1 in CN (bssap.c:34) May 17 03:03:56 unassigned-hostname osmo-bsc-nat[21720]: DMAIN NOTICE Tx RESET to PC=0.23.1 in CN (bssap.c:34) May 17 03:03:59 unassigned-hostname osmo-bsc-nat[21720]: DMAIN NOTICE Tx RESET to PC=0.23.1 in CN (bssap.c:34) May 17 03:04:02 unassigned-hostname osmo-bsc-nat[21720]: DMAIN NOTICE Tx RESET to PC=0.23.1 in CN (bssap.c:34) May 17 03:04:05 unassigned-hostname osmo-bsc-nat[21720]: DMAIN NOTICE Tx RESET to PC=0.23.1 in CN (bssap.c:34) + 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 osmo-bsc-nat ### 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 1662614 + rm -f _repo_install_test_data/temp.qcow2 Finished: SUCCESS