Skip to content
Success

Console Output

Started by timer
Running as SYSTEM
Building remotely on host2-deb11build-ansible (obs osmocom-gerrit osmocom-master) in workspace /home/osmocom-build/jenkins/workspace/osmo-gsm-tester_virtual
The recommended git tool is: NONE
No credentials specified
 > git rev-parse --resolve-git-dir /home/osmocom-build/jenkins/workspace/osmo-gsm-tester_virtual/osmo-gsm-tester/.git # timeout=10
Fetching changes from the remote Git repository
 > git config remote.origin.url https://gerrit.osmocom.org/osmo-gsm-tester # timeout=10
Fetching upstream changes from https://gerrit.osmocom.org/osmo-gsm-tester
 > git --version # timeout=10
 > git --version # 'git version 2.30.2'
 > git fetch --tags --force --progress -- https://gerrit.osmocom.org/osmo-gsm-tester +refs/heads/*:refs/remotes/origin/* # timeout=10
 > git rev-parse origin/master^{commit} # timeout=10
Checking out Revision f7d64b0bcf946ec21ce9c7562194343a12213a80 (origin/master)
 > git config core.sparsecheckout # timeout=10
 > git checkout -f f7d64b0bcf946ec21ce9c7562194343a12213a80 # timeout=10
Commit message: "jenkins.sh: libosmo-netif no longer depends on libosmo-abis"
 > git rev-list --no-walk f7d64b0bcf946ec21ce9c7562194343a12213a80 # timeout=10
[osmo-gsm-tester_virtual] $ /bin/sh -xe /tmp/jenkins1471787562154041508.sh
+ rm -rf trial-7824-bin.tgz trial-7824-run.tgz *.md5
Copied 2 artifacts from "osmo-gsm-tester_build-osmo-bsc" build number 23427
Copied 2 artifacts from "osmo-gsm-tester_build-osmo-bts" build number 10320
Copied 2 artifacts from "osmo-gsm-tester_build-osmo-ggsn" build number 9342
Copied 2 artifacts from "osmo-gsm-tester_build-osmo-hlr" build number 12144
Copied 2 artifacts from "osmo-gsm-tester_build-osmo-mgw" build number 12448
Copied 2 artifacts from "osmo-gsm-tester_build-osmo-hnbgw" build number 10519
Copied 2 artifacts from "osmo-gsm-tester_build-osmo-msc" build number 38126
Copied 2 artifacts from "osmo-gsm-tester_build-osmo-pcu" build number 6863
Copied 2 artifacts from "osmo-gsm-tester_build-osmo-sgsn" build number 39894
Copied 2 artifacts from "osmo-gsm-tester_build-osmo-trx" build number 7301
Copied 2 artifacts from "osmo-gsm-tester_build-osmo-nitb" build number 17155
Copied 2 artifacts from "osmo-gsm-tester_build-osmo-stp" build number 12700
Copied 2 artifacts from "osmo-gsm-tester_build-osmocom-bb" build number 6733
Copied 2 artifacts from "osmo-gsm-tester_build-osmo-bts-sysmo" build number 10844
Copied 2 artifacts from "osmo-gsm-tester_build-osmo-pcu-sysmo" build number 6903
Copied 2 artifacts from "osmo-gsm-tester_build-osmo-bts-oc2g" build number 8342
Copied 2 artifacts from "osmo-gsm-tester_build-osmo-pcu-oc2g" build number 5622
Copied 2 artifacts from "osmo-gsm-tester_build-open5gs" build number 8
Copied 2 artifacts from "osmo-gsm-tester_build-srslte" build number 19
Copied 2 artifacts from "osmo-gsm-tester_build-osmocom-bb" build number 6733
[osmo-gsm-tester_virtual] $ /bin/sh -xe /tmp/jenkins1048769336635265196.sh
+ trap clean_up_trap EXIT INT TERM 0
+ clean_up
+ docker kill osmo-gsm-tester-virtual
Error response from daemon: Cannot kill container: osmo-gsm-tester-virtual: No such container: osmo-gsm-tester-virtual
+ true
+ docker run --rm -v /home/osmocom-build/jenkins/workspace/osmo-gsm-tester_virtual:/workspace debian:bookworm chmod -R a+rwX /workspace/
+ rm -rf trial-7824
+ rm -rf docker-playground
+ git clone --depth=1 --branch=master https://gerrit.osmocom.org/docker-playground docker-playground
Cloning into 'docker-playground'...
+ git -C docker-playground log --oneline
1b4da6b ttcn3-remsim: Enable debug output of bankd
+ make -C docker-playground/osmo-gsm-tester
make: Entering directory '/home/osmocom-build/jenkins/workspace/osmo-gsm-tester_virtual/docker-playground/osmo-gsm-tester'
awk: fatal: cannot open file `.release' for reading: No such file or directory
awk: fatal: cannot open file `.release' for reading: No such file or directory
awk: fatal: cannot open file `.release' for reading: No such file or directory
rm -rf .common
cp -r /home/osmocom-build/jenkins/workspace/osmo-gsm-tester_virtual/docker-playground/common .common
INFO: .release created
release=0.0.0
docker build \
	--build-arg USER=osmocom-build \
	--build-arg UID=1000 \
	--build-arg REGISTRY=docker.io \
	--build-arg OSMO_TTCN3_BRANCH=master \
	--build-arg UPSTREAM_DISTRO=debian:bookworm \
	--build-arg DISTRO=debian-bookworm \
	--build-arg OSMOCOM_REPO_MIRROR=https://downloads.osmocom.org \
	--build-arg OSMOCOM_REPO_PATH=packages/osmocom: \
	--build-arg OSMOCOM_REPO_VERSION=latest \
	--build-arg OSMOCOM_REPO_TESTSUITE_MIRROR=https://downloads.osmocom.org \
	--build-arg ASTERISK_BRANCH=sysmocom/20.7.0 \
	--build-arg LIBOSMOCORE_BRANCH=master \
	--build-arg OSMO_BB_BRANCH=master \
	--build-arg OSMO_BSC_BRANCH=master \
	--build-arg OSMO_BTS_BRANCH=master \
	--build-arg OSMO_CBC_BRANCH=master \
	--build-arg OSMO_DIA2GSUP_BRANCH=master \
	--build-arg OSMO_EPDG_BRANCH=master \
	--build-arg OSMO_GBPROXY_BRANCH=master \
	--build-arg OSMO_GGSN_BRANCH=master \
	--build-arg OSMO_GSM_TESTER_BRANCH=master \
	--build-arg OSMO_HLR_BRANCH=master \
	--build-arg OSMO_HNBGW_BRANCH=master \
	--build-arg OSMO_HNODEB_BRANCH=master \
	--build-arg OSMO_IUH_BRANCH=master \
	--build-arg OSMO_MGW_BRANCH=master \
	--build-arg OSMO_MSC_BRANCH=master \
	--build-arg OSMO_NITB_BRANCH=master \
	--build-arg OSMO_PCU_BRANCH=master \
	--build-arg OSMO_REMSIM_BRANCH=master \
	--build-arg OSMO_SGSN_BRANCH=master \
	--build-arg OSMO_SIP_BRANCH=master \
	--build-arg OSMO_STP_BRANCH=master \
	--build-arg OSMO_UECUPS_BRANCH=master \
	--build-arg OPEN5GS_BRANCH=main \
	--build-arg PJPROJECT_BRANCH=sysmocom/2.14 \
	 -t docker.io/osmocom-build/osmo-gsm-tester:latest .
#0 building with "default" instance using docker driver

#1 [internal] load .dockerignore
#1 transferring context: 2B done
#1 DONE 0.0s

#2 [internal] load build definition from Dockerfile
#2 transferring dockerfile: 4.84kB done
#2 DONE 0.0s

#3 [internal] load metadata for docker.io/osmocom-build/debian-bookworm-build:latest
#3 DONE 0.0s

#4 [internal] load build context
#4 transferring context: 5.76kB done
#4 DONE 0.0s

#5 https://gerrit.osmocom.org/plugins/gitiles/osmo-gsm-tester/+/master?format=TEXT
#5 DONE 0.1s

#6 [ 1/28] FROM docker.io/osmocom-build/debian-bookworm-build
#6 ...

#5 https://gerrit.osmocom.org/plugins/gitiles/osmo-gsm-tester/+/master?format=TEXT
#5 CACHED

#6 [ 1/28] FROM docker.io/osmocom-build/debian-bookworm-build
#6 DONE 0.3s

#7 [ 2/28] RUN     useradd -ms /bin/bash jenkins
#7 DONE 0.3s

#8 [ 3/28] RUN     groupadd osmo-gsm-tester
#8 DONE 0.4s

#9 [ 4/28] RUN     usermod -a -G osmo-gsm-tester jenkins
#9 DONE 0.5s

#10 [ 5/28] RUN	APT-GET update && 	apt-get install -y --no-install-recommends 		cpio 		dbus 		tcpdump 		sqlite3 		python3 		python3-setuptools 		python3-yaml 		python3-mako 		python3-gi 		python3-numpy 		python3-wheel 		python3-watchdog 		ofono 		patchelf 		rpm2cpio 		sudo 		libcap2-bin 		python3-pip 		udhcpc 		iperf3 		locales
#10 0.414 Hit:1 http://deb.debian.org/debian bookworm InRelease
#10 0.414 Get:2 http://deb.debian.org/debian bookworm-updates InRelease [55.4 kB]
#10 0.417 Get:3 http://deb.debian.org/debian-security bookworm-security InRelease [48.0 kB]
#10 0.603 Get:4 http://deb.debian.org/debian-security bookworm-security/main amd64 Packages [236 kB]
#10 0.702 Hit:5 https://downloads.osmocom.org/packages/osmocom:/nightly/Debian_12 ./ InRelease
#10 0.863 Fetched 339 kB in 0s (717 kB/s)
#10 0.863 Reading package lists...
#10 1.413 Reading package lists...
#10 1.851 Building dependency tree...
#10 1.954 Reading state information...
#10 2.050 dbus is already the newest version (1.14.10-1~deb12u1).
#10 2.050 tcpdump is already the newest version (4.99.3-1).
#10 2.050 sqlite3 is already the newest version (3.40.1-2+deb12u1).
#10 2.050 python3 is already the newest version (3.11.2-1+b1).
#10 2.050 python3-setuptools is already the newest version (66.1.1-1).
#10 2.050 python3-yaml is already the newest version (6.0-3+b2).
#10 2.050 python3-mako is already the newest version (1.2.4+ds-1).
#10 2.050 python3-gi is already the newest version (3.42.2-3+b1).
#10 2.050 python3-wheel is already the newest version (0.38.4-2).
#10 2.050 python3-wheel set to manually installed.
#10 2.050 ofono is already the newest version (1.31-3+b1).
#10 2.050 patchelf is already the newest version (0.14.3-1+b1).
#10 2.050 sudo is already the newest version (1.9.13p3-1+deb12u1).
#10 2.050 libcap2-bin is already the newest version (1:2.66-4).
#10 2.050 libcap2-bin set to manually installed.
#10 2.050 python3-pip is already the newest version (23.0.1+dfsg-1).
#10 2.050 locales is already the newest version (2.36-9+deb12u9).
#10 2.050 The following additional packages will be installed:
#10 2.050   busybox libblas3 libiperf0 liblapack3 librpm9 librpmio9 rpm-common
#10 2.051 Suggested packages:
#10 2.051   libarchive-dev gfortran python3-pytest rpm-i18n
#10 2.125 The following NEW packages will be installed:
#10 2.125   busybox cpio iperf3 libblas3 libiperf0 liblapack3 librpm9 librpmio9
#10 2.125   python3-numpy python3-watchdog rpm-common rpm2cpio udhcpc
#10 2.148 0 upgraded, 13 newly installed, 0 to remove and 2 not upgraded.
#10 2.148 Need to get 14.8 MB of archives.
#10 2.148 After this operation, 45.5 MB of additional disk space will be used.
#10 2.148 Get:1 http://deb.debian.org/debian bookworm/main amd64 libiperf0 amd64 3.12-1+deb12u1 [91.2 kB]
#10 2.161 Get:2 http://deb.debian.org/debian bookworm/main amd64 iperf3 amd64 3.12-1+deb12u1 [33.9 kB]
#10 2.174 Get:3 http://deb.debian.org/debian bookworm/main amd64 cpio amd64 2.13+dfsg-7.1 [245 kB]
#10 2.176 Get:4 http://deb.debian.org/debian bookworm/main amd64 busybox amd64 1:1.35.0-4+b3 [452 kB]
#10 2.181 Get:5 http://deb.debian.org/debian bookworm/main amd64 libblas3 amd64 3.11.0-2 [149 kB]
#10 2.184 Get:6 http://deb.debian.org/debian bookworm/main amd64 liblapack3 amd64 3.11.0-2 [2323 kB]
#10 2.212 Get:7 http://deb.debian.org/debian bookworm/main amd64 librpmio9 amd64 4.18.0+dfsg-1+deb12u1 [1625 kB]
#10 2.221 Get:8 http://deb.debian.org/debian bookworm/main amd64 librpm9 amd64 4.18.0+dfsg-1+deb12u1 [1720 kB]
#10 2.232 Get:9 http://deb.debian.org/debian bookworm/main amd64 python3-numpy amd64 1:1.24.2-1+deb12u1 [4960 kB]
#10 2.275 Get:10 http://deb.debian.org/debian bookworm/main amd64 python3-watchdog all 2.2.1-1 [124 kB]
#10 2.276 Get:11 http://deb.debian.org/debian bookworm/main amd64 rpm-common amd64 4.18.0+dfsg-1+deb12u1 [1571 kB]
#10 2.289 Get:12 http://deb.debian.org/debian bookworm/main amd64 rpm2cpio amd64 4.18.0+dfsg-1+deb12u1 [1547 kB]
#10 2.302 Get:13 http://deb.debian.org/debian bookworm/main amd64 udhcpc amd64 1:1.35.0-4+b3 [6284 B]
#10 2.443 debconf: delaying package configuration, since apt-utils is not installed
#10 2.486 Fetched 14.8 MB in 0s (85.6 MB/s)
#10 2.523 Selecting previously unselected package libiperf0:amd64.
#10 2.523 (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 ... 117416 files and directories currently installed.)
#10 2.568 Preparing to unpack .../00-libiperf0_3.12-1+deb12u1_amd64.deb ...
#10 2.576 Unpacking libiperf0:amd64 (3.12-1+deb12u1) ...
#10 2.636 Selecting previously unselected package iperf3.
#10 2.644 Preparing to unpack .../01-iperf3_3.12-1+deb12u1_amd64.deb ...
#10 2.651 Unpacking iperf3 (3.12-1+deb12u1) ...
#10 2.697 Selecting previously unselected package cpio.
#10 2.707 Preparing to unpack .../02-cpio_2.13+dfsg-7.1_amd64.deb ...
#10 2.710 Unpacking cpio (2.13+dfsg-7.1) ...
#10 2.770 Selecting previously unselected package busybox.
#10 2.777 Preparing to unpack .../03-busybox_1%3a1.35.0-4+b3_amd64.deb ...
#10 2.782 Unpacking busybox (1:1.35.0-4+b3) ...
#10 2.859 Selecting previously unselected package libblas3:amd64.
#10 2.868 Preparing to unpack .../04-libblas3_3.11.0-2_amd64.deb ...
#10 2.873 Unpacking libblas3:amd64 (3.11.0-2) ...
#10 2.933 Selecting previously unselected package liblapack3:amd64.
#10 2.941 Preparing to unpack .../05-liblapack3_3.11.0-2_amd64.deb ...
#10 2.946 Unpacking liblapack3:amd64 (3.11.0-2) ...
#10 3.134 Selecting previously unselected package librpmio9.
#10 3.143 Preparing to unpack .../06-librpmio9_4.18.0+dfsg-1+deb12u1_amd64.deb ...
#10 3.154 Unpacking librpmio9 (4.18.0+dfsg-1+deb12u1) ...
#10 3.277 Selecting previously unselected package librpm9.
#10 3.287 Preparing to unpack .../07-librpm9_4.18.0+dfsg-1+deb12u1_amd64.deb ...
#10 3.299 Unpacking librpm9 (4.18.0+dfsg-1+deb12u1) ...
#10 3.423 Selecting previously unselected package python3-numpy.
#10 3.432 Preparing to unpack .../08-python3-numpy_1%3a1.24.2-1+deb12u1_amd64.deb ...
#10 3.446 Unpacking python3-numpy (1:1.24.2-1+deb12u1) ...
#10 3.776 Selecting previously unselected package python3-watchdog.
#10 3.785 Preparing to unpack .../09-python3-watchdog_2.2.1-1_all.deb ...
#10 3.790 Unpacking python3-watchdog (2.2.1-1) ...
#10 3.841 Selecting previously unselected package rpm-common.
#10 3.849 Preparing to unpack .../10-rpm-common_4.18.0+dfsg-1+deb12u1_amd64.deb ...
#10 3.852 Unpacking rpm-common (4.18.0+dfsg-1+deb12u1) ...
#10 3.916 Selecting previously unselected package rpm2cpio.
#10 3.924 Preparing to unpack .../11-rpm2cpio_4.18.0+dfsg-1+deb12u1_amd64.deb ...
#10 3.928 Unpacking rpm2cpio (4.18.0+dfsg-1+deb12u1) ...
#10 3.976 Selecting previously unselected package udhcpc:amd64.
#10 3.984 Preparing to unpack .../12-udhcpc_1%3a1.35.0-4+b3_amd64.deb ...
#10 3.987 Unpacking udhcpc:amd64 (1:1.35.0-4+b3) ...
#10 4.048 Setting up cpio (2.13+dfsg-7.1) ...
#10 4.061 update-alternatives: using /bin/mt-gnu to provide /bin/mt (mt) in auto mode
#10 4.061 update-alternatives: warning: skip creation of /usr/share/man/man1/mt.1.gz because associated file /usr/share/man/man1/mt-gnu.1.gz (of link group mt) doesn't exist
#10 4.066 Setting up python3-watchdog (2.2.1-1) ...
#10 4.263 Setting up busybox (1:1.35.0-4+b3) ...
#10 4.274 Setting up libblas3:amd64 (3.11.0-2) ...
#10 4.287 update-alternatives: using /usr/lib/x86_64-linux-gnu/blas/libblas.so.3 to provide /usr/lib/x86_64-linux-gnu/libblas.so.3 (libblas.so.3-x86_64-linux-gnu) in auto mode
#10 4.294 Setting up libiperf0:amd64 (3.12-1+deb12u1) ...
#10 4.306 Setting up udhcpc:amd64 (1:1.35.0-4+b3) ...
#10 4.322 Setting up librpmio9 (4.18.0+dfsg-1+deb12u1) ...
#10 4.334 Setting up librpm9 (4.18.0+dfsg-1+deb12u1) ...
#10 4.347 Setting up liblapack3:amd64 (3.11.0-2) ...
#10 4.358 update-alternatives: using /usr/lib/x86_64-linux-gnu/lapack/liblapack.so.3 to provide /usr/lib/x86_64-linux-gnu/liblapack.so.3 (liblapack.so.3-x86_64-linux-gnu) in auto mode
#10 4.365 Setting up iperf3 (3.12-1+deb12u1) ...
#10 4.470 debconf: unable to initialize frontend: Dialog
#10 4.470 debconf: (TERM is not set, so the dialog frontend is not usable.)
#10 4.470 debconf: falling back to frontend: Readline
#10 4.484 debconf: unable to initialize frontend: Readline
#10 4.484 debconf: (This frontend requires a controlling tty.)
#10 4.484 debconf: falling back to frontend: Teletype
#10 4.507 Configuring iperf3
#10 4.507 ------------------
#10 4.507 
#10 4.507 Choose this option if Iperf3 should start automatically as a daemon, now and at 
#10 4.507 boot time.
#10 4.507 
#10 4.507 Start Iperf3 as a daemon automatically? [yes/no] 
#10 4.507 Use of uninitialized value $_[1] in join or string at /usr/share/perl5/Debconf/DbDriver/Stack.pm line 111.
#10 4.611 invoke-rc.d: could not determine current runlevel
#10 4.617 invoke-rc.d: policy-rc.d denied execution of stop.
#10 4.794 Use of uninitialized value $val in substitution (s///) at /usr/share/perl5/Debconf/Format/822.pm line 83, <GEN6> line 1.
#10 4.794 Use of uninitialized value $val in concatenation (.) or string at /usr/share/perl5/Debconf/Format/822.pm line 84, <GEN6> line 1.
#10 4.815 Setting up rpm-common (4.18.0+dfsg-1+deb12u1) ...
#10 4.828 Setting up python3-numpy (1:1.24.2-1+deb12u1) ...
#10 6.098 Setting up rpm2cpio (4.18.0+dfsg-1+deb12u1) ...
#10 6.113 Processing triggers for man-db (2.11.2-2) ...
#10 6.130 Processing triggers for dbus (1.14.10-1~deb12u1) ...
#10 6.140 Processing triggers for libc-bin (2.36-9+deb12u9) ...
#10 DONE 6.2s

#11 [ 6/28] RUN	PIP3 install --break-system-packages 		"git+https://github.com/podshumok/python-smpplib.git@master#egg=smpplib" 		pydbus 		pyusb 		pysispm 		pymongo
#11 0.601 Collecting smpplib
#11 0.601   Cloning https://github.com/podshumok/python-smpplib.git (to revision master) to /tmp/pip-install-4ijtesn6/smpplib_30d26cbbfb7d4529aa0343ea1f3f85b9
#11 0.604   Running command git clone --filter=blob:none --quiet https://github.com/podshumok/python-smpplib.git /tmp/pip-install-4ijtesn6/smpplib_30d26cbbfb7d4529aa0343ea1f3f85b9
#11 1.382   Resolved https://github.com/podshumok/python-smpplib.git to commit 29e611d20b21c4c6aff55ee867f2355f4c7085c8
#11 1.384   Preparing metadata (setup.py): started
#11 1.579   Preparing metadata (setup.py): finished with status 'done'
#11 1.582 Requirement already satisfied: pydbus in /usr/local/lib/python3.11/dist-packages (0.6.0)
#11 1.583 Requirement already satisfied: pyusb in /usr/lib/python3/dist-packages (1.2.1.post2)
#11 1.584 Requirement already satisfied: pysispm in /usr/local/lib/python3.11/dist-packages (0.6)
#11 2.112 Collecting pymongo
#11 2.171   Downloading pymongo-4.10.1-cp311-cp311-manylinux_2_17_x86_64.manylinux2014_x86_64.whl (1.7 MB)
#11 2.271      ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 1.7/1.7 MB 17.0 MB/s eta 0:00:00
#11 2.279 Requirement already satisfied: six in /usr/lib/python3/dist-packages (from smpplib) (1.16.0)
#11 2.333 Collecting dnspython<3.0.0,>=1.16.0
#11 2.340   Downloading dnspython-2.7.0-py3-none-any.whl (313 kB)
#11 2.361      ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 313.6/313.6 kB 15.9 MB/s eta 0:00:00
#11 2.687 Installing collected packages: dnspython, pymongo
#11 3.215 Successfully installed dnspython-2.7.0 pymongo-4.10.1
#11 3.216 WARNING: Running pip as the 'root' user can result in broken permissions and conflicting behaviour with the system package manager. It is recommended to use a virtual environment instead: https://pip.pypa.io/warnings/venv
#11 DONE 3.5s

#12 [ 7/28] RUN	APT-GET update && apt-get install -y openssh-server
#12 0.382 Hit:1 http://deb.debian.org/debian bookworm InRelease
#12 0.382 Hit:2 http://deb.debian.org/debian bookworm-updates InRelease
#12 0.382 Hit:3 http://deb.debian.org/debian-security bookworm-security InRelease
#12 0.382 Hit:4 https://downloads.osmocom.org/packages/osmocom:/nightly/Debian_12 ./ InRelease
#12 0.681 Reading package lists...
#12 1.080 Reading package lists...
#12 1.465 Building dependency tree...
#12 1.560 Reading state information...
#12 1.647 The following additional packages will be installed:
#12 1.648   dbus-user-session libnss-systemd libpam-systemd libxmuu1 ncurses-term
#12 1.648   openssh-sftp-server runit-helper systemd-sysv xauth
#12 1.648 Suggested packages:
#12 1.648   molly-guard monkeysphere ssh-askpass ufw
#12 1.735 The following NEW packages will be installed:
#12 1.736   dbus-user-session libnss-systemd libpam-systemd libxmuu1 ncurses-term
#12 1.736   openssh-server openssh-sftp-server runit-helper systemd-sysv xauth
#12 1.761 0 upgraded, 10 newly installed, 0 to remove and 2 not upgraded.
#12 1.761 Need to get 1598 kB of archives.
#12 1.761 After this operation, 7874 kB of additional disk space will be used.
#12 1.761 Get:1 http://deb.debian.org/debian bookworm/main amd64 systemd-sysv amd64 252.31-1~deb12u1 [42.5 kB]
#12 1.771 Get:2 http://deb.debian.org/debian bookworm/main amd64 openssh-sftp-server amd64 1:9.2p1-2+deb12u3 [65.8 kB]
#12 1.777 Get:3 http://deb.debian.org/debian bookworm/main amd64 runit-helper all 2.15.2 [6520 B]
#12 1.777 Get:4 http://deb.debian.org/debian bookworm/main amd64 openssh-server amd64 1:9.2p1-2+deb12u3 [456 kB]
#12 1.788 Get:5 http://deb.debian.org/debian bookworm/main amd64 libnss-systemd amd64 252.31-1~deb12u1 [163 kB]
#12 1.789 Get:6 http://deb.debian.org/debian bookworm/main amd64 libpam-systemd amd64 252.31-1~deb12u1 [225 kB]
#12 1.791 Get:7 http://deb.debian.org/debian bookworm/main amd64 ncurses-term all 6.4-4 [501 kB]
#12 1.796 Get:8 http://deb.debian.org/debian bookworm/main amd64 dbus-user-session amd64 1.14.10-1~deb12u1 [78.1 kB]
#12 1.796 Get:9 http://deb.debian.org/debian bookworm/main amd64 libxmuu1 amd64 2:1.1.3-3 [23.9 kB]
#12 1.797 Get:10 http://deb.debian.org/debian bookworm/main amd64 xauth amd64 1:1.1.2-1 [36.0 kB]
#12 1.966 debconf: delaying package configuration, since apt-utils is not installed
#12 2.017 Fetched 1598 kB in 0s (28.3 MB/s)
#12 2.078 Selecting previously unselected package systemd-sysv.
#12 2.078 (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 ... 118765 files and directories currently installed.)
#12 2.128 Preparing to unpack .../0-systemd-sysv_252.31-1~deb12u1_amd64.deb ...
#12 2.145 Unpacking systemd-sysv (252.31-1~deb12u1) ...
#12 2.251 Selecting previously unselected package openssh-sftp-server.
#12 2.260 Preparing to unpack .../1-openssh-sftp-server_1%3a9.2p1-2+deb12u3_amd64.deb ...
#12 2.270 Unpacking openssh-sftp-server (1:9.2p1-2+deb12u3) ...
#12 2.352 Selecting previously unselected package runit-helper.
#12 2.362 Preparing to unpack .../2-runit-helper_2.15.2_all.deb ...
#12 2.375 Unpacking runit-helper (2.15.2) ...
#12 2.491 Selecting previously unselected package openssh-server.
#12 2.500 Preparing to unpack .../3-openssh-server_1%3a9.2p1-2+deb12u3_amd64.deb ...
#12 2.519 Unpacking openssh-server (1:9.2p1-2+deb12u3) ...
#12 2.676 Selecting previously unselected package libnss-systemd:amd64.
#12 2.685 Preparing to unpack .../4-libnss-systemd_252.31-1~deb12u1_amd64.deb ...
#12 2.713 Unpacking libnss-systemd:amd64 (252.31-1~deb12u1) ...
#12 2.838 Selecting previously unselected package libpam-systemd:amd64.
#12 2.842 Preparing to unpack .../5-libpam-systemd_252.31-1~deb12u1_amd64.deb ...
#12 2.861 Unpacking libpam-systemd:amd64 (252.31-1~deb12u1) ...
#12 2.942 Selecting previously unselected package ncurses-term.
#12 2.952 Preparing to unpack .../6-ncurses-term_6.4-4_all.deb ...
#12 2.963 Unpacking ncurses-term (6.4-4) ...
#12 3.368 Selecting previously unselected package dbus-user-session.
#12 3.378 Preparing to unpack .../7-dbus-user-session_1.14.10-1~deb12u1_amd64.deb ...
#12 3.393 Unpacking dbus-user-session (1.14.10-1~deb12u1) ...
#12 3.508 Selecting previously unselected package libxmuu1:amd64.
#12 3.517 Preparing to unpack .../8-libxmuu1_2%3a1.1.3-3_amd64.deb ...
#12 3.528 Unpacking libxmuu1:amd64 (2:1.1.3-3) ...
#12 3.618 Selecting previously unselected package xauth.
#12 3.627 Preparing to unpack .../9-xauth_1%3a1.1.2-1_amd64.deb ...
#12 3.637 Unpacking xauth (1:1.1.2-1) ...
#12 3.772 Setting up runit-helper (2.15.2) ...
#12 3.813 Setting up openssh-sftp-server (1:9.2p1-2+deb12u3) ...
#12 3.852 Setting up systemd-sysv (252.31-1~deb12u1) ...
#12 3.891 Setting up openssh-server (1:9.2p1-2+deb12u3) ...
#12 4.077 debconf: unable to initialize frontend: Dialog
#12 4.077 debconf: (TERM is not set, so the dialog frontend is not usable.)
#12 4.077 debconf: falling back to frontend: Readline
#12 4.083 debconf: unable to initialize frontend: Readline
#12 4.083 debconf: (This frontend requires a controlling tty.)
#12 4.083 debconf: falling back to frontend: Teletype
#12 4.164 
#12 4.164 Creating config file /etc/ssh/sshd_config with new version
#12 4.207 Creating SSH2 RSA key; this may take some time ...
#12 4.810 3072 SHA256:IvQc7l9Y7FevhAmLx/gZ5zbYfE2B3/ha9Qkkc/0enug root@buildkitsandbox (RSA)
#12 4.813 Creating SSH2 ECDSA key; this may take some time ...
#12 4.825 256 SHA256:In1VDLYoXgPZk62yRPBABJp3DYWchqRvWvxpHdWONdY root@buildkitsandbox (ECDSA)
#12 4.827 Creating SSH2 ED25519 key; this may take some time ...
#12 4.837 256 SHA256:110KtKZpJ1GX+kuVWxBC8lThyDSuKWdm1VkTkPIxdrU root@buildkitsandbox (ED25519)
#12 4.960 invoke-rc.d: could not determine current runlevel
#12 4.963 invoke-rc.d: policy-rc.d denied execution of start.
#12 5.058 Created symlink /etc/systemd/system/sshd.service → /lib/systemd/system/ssh.service.

#12 5.058 Created symlink /etc/systemd/system/multi-user.target.wants/ssh.service → /lib/systemd/system/ssh.service.

#12 5.139 Setting up libnss-systemd:amd64 (252.31-1~deb12u1) ...
#12 5.158 Setting up libpam-systemd:amd64 (252.31-1~deb12u1) ...
#12 5.223 debconf: unable to initialize frontend: Dialog
#12 5.223 debconf: (TERM is not set, so the dialog frontend is not usable.)
#12 5.223 debconf: falling back to frontend: Readline
#12 5.230 debconf: unable to initialize frontend: Readline
#12 5.230 debconf: (This frontend requires a controlling tty.)
#12 5.230 debconf: falling back to frontend: Teletype
#12 5.291 Setting up libxmuu1:amd64 (2:1.1.3-3) ...
#12 5.301 Setting up ncurses-term (6.4-4) ...
#12 5.310 Setting up dbus-user-session (1.14.10-1~deb12u1) ...
#12 5.326 Setting up xauth (1:1.1.2-1) ...
#12 5.336 Processing triggers for man-db (2.11.2-2) ...
#12 5.351 Processing triggers for libc-bin (2.36-9+deb12u9) ...
#12 DONE 5.5s

#13 [ 8/28] RUN	MKDIR /var/run/sshd
#13 DONE 0.3s

#14 [ 9/28] COPY	SSH /root/.ssh
#14 DONE 0.0s

#15 [10/28] COPY	--CHOWN=JENKINS:JENKINS ssh /home/jenkins/.ssh
#15 DONE 0.1s

#16 [11/28] RUN     chmod -R 0700 /home/jenkins/.ssh /root/.ssh
#16 DONE 0.4s

#17 [12/28] RUN	MKDIR -p /osmo-gsm-tester-srsue                  /osmo-gsm-tester-srsenb                  /osmo-gsm-tester-srsepc                  /osmo-gsm-tester-trx 		 /osmo-gsm-tester-grbroker 		 /osmo-gsm-tester-open5gs
#17 DONE 0.3s

#18 [13/28] RUN	CHOWN -R jenkins:jenkins                  /osmo-gsm-tester-*
#18 DONE 0.3s

#19 [14/28] RUN sed -i -e 's/# en_US.UTF-8 UTF-8/en_US.UTF-8 UTF-8/' /etc/locale.gen &&     dpkg-reconfigure --frontend=noninteractive locales &&     update-locale LANG=en_US.UTF-8
#19 0.853 Generating locales (this might take a while)...
#19 0.859   en_US.UTF-8... done
#19 1.928 Generation complete.
#19 DONE 2.0s

#20 [15/28] RUN	APT-GET update && 	apt-get install -y --no-install-recommends 		telnet 		libosmocore-dev 		libosmo-abis-dev 		libosmo-gsup-client-dev 		libosmo-netif-dev 		libosmo-ranap-dev 		libosmo-sigtran-dev 		libsmpp34-dev 		libgtp-dev 		libasn1c-dev && 	apt-get clean
#20 0.344 Hit:1 http://deb.debian.org/debian bookworm InRelease
#20 0.344 Hit:2 http://deb.debian.org/debian bookworm-updates InRelease
#20 0.345 Hit:3 http://deb.debian.org/debian-security bookworm-security InRelease
#20 0.367 Hit:4 https://downloads.osmocom.org/packages/osmocom:/nightly/Debian_12 ./ InRelease
#20 0.598 Reading package lists...
#20 1.102 Reading package lists...
#20 1.628 Building dependency tree...
#20 1.769 Reading state information...
#20 1.881 telnet is already the newest version (0.17+2.4-2+deb12u1).
#20 1.881 The following additional packages will be installed:
#20 1.881   libasn1c1 libgtp10 libosmo-gsup-client0 libosmo-ranap7 libosmo-sigtran10
#20 1.881   libosmoabis13 libosmocodec4 libosmocoding0 libosmocore libosmocore22
#20 1.881   libosmoctrl0 libosmogb14 libosmogsm20 libosmoisdn0 libosmonetif11
#20 1.882   libosmosim2 libosmotrau10 libosmousb0 libosmovty13 libsmpp1 osmocom-nightly
#20 1.912 The following NEW packages will be installed:
#20 1.912   libasn1c-dev libasn1c1 libgtp-dev libgtp10 libosmo-abis-dev
#20 1.912   libosmo-gsup-client-dev libosmo-gsup-client0 libosmo-netif-dev
#20 1.912   libosmo-ranap-dev libosmo-ranap7 libosmo-sigtran-dev libosmo-sigtran10
#20 1.912   libosmoabis13 libosmocodec4 libosmocoding0 libosmocore libosmocore-dev
#20 1.912   libosmocore22 libosmoctrl0 libosmogb14 libosmogsm20 libosmoisdn0
#20 1.912   libosmonetif11 libosmosim2 libosmotrau10 libosmousb0 libosmovty13 libsmpp1
#20 1.912   libsmpp34-dev osmocom-nightly
#20 2.079 0 upgraded, 30 newly installed, 0 to remove and 2 not upgraded.
#20 2.079 Need to get 3,942 kB of archives.
#20 2.079 After this operation, 17.7 MB of additional disk space will be used.
#20 2.079 Get:1 https://downloads.osmocom.org/packages/osmocom:/nightly/Debian_12 ./ osmocom-nightly 202412242026 [1,176 B]
#20 2.089 Get:2 https://downloads.osmocom.org/packages/osmocom:/nightly/Debian_12 ./ libosmocore22 1.10.0.56.fc03.202412242026 [169 kB]
#20 2.091 Get:3 https://downloads.osmocom.org/packages/osmocom:/nightly/Debian_12 ./ libgtp10 1.12.0.33.09142.202412242026 [39.0 kB]
#20 2.092 Get:4 https://downloads.osmocom.org/packages/osmocom:/nightly/Debian_12 ./ libgtp-dev 1.12.0.33.09142.202412242026 [141 kB]
#20 2.095 Get:5 https://downloads.osmocom.org/packages/osmocom:/nightly/Debian_12 ./ libosmocodec4 1.10.0.56.fc03.202412242026 [50.6 kB]
#20 2.097 Get:6 https://downloads.osmocom.org/packages/osmocom:/nightly/Debian_12 ./ libosmotrau10 1.6.0.50.58dd.202412242026 [32.9 kB]
#20 2.099 Get:7 https://downloads.osmocom.org/packages/osmocom:/nightly/Debian_12 ./ libosmoisdn0 1.10.0.56.fc03.202412242026 [69.8 kB]
#20 2.101 Get:8 https://downloads.osmocom.org/packages/osmocom:/nightly/Debian_12 ./ libosmogsm20 1.10.0.56.fc03.202412242026 [227 kB]
#20 2.105 Get:9 https://downloads.osmocom.org/packages/osmocom:/nightly/Debian_12 ./ libosmonetif11 1.5.1.26.e84e.202412242026 [59.0 kB]
#20 2.107 Get:10 https://downloads.osmocom.org/packages/osmocom:/nightly/Debian_12 ./ libosmovty13 1.10.0.56.fc03.202412242026 [103 kB]
#20 2.109 Get:11 https://downloads.osmocom.org/packages/osmocom:/nightly/Debian_12 ./ libosmoabis13 1.6.0.50.58dd.202412242026 [70.1 kB]
#20 2.111 Get:12 https://downloads.osmocom.org/packages/osmocom:/nightly/Debian_12 ./ libosmocoding0 1.10.0.56.fc03.202412242026 [70.4 kB]
#20 2.113 Get:13 https://downloads.osmocom.org/packages/osmocom:/nightly/Debian_12 ./ libosmogb14 1.10.0.56.fc03.202412242026 [177 kB]
#20 2.116 Get:14 https://downloads.osmocom.org/packages/osmocom:/nightly/Debian_12 ./ libosmoctrl0 1.10.0.56.fc03.202412242026 [59.0 kB]
#20 2.118 Get:15 https://downloads.osmocom.org/packages/osmocom:/nightly/Debian_12 ./ libosmosim2 1.10.0.56.fc03.202412242026 [62.9 kB]
#20 2.120 Get:16 https://downloads.osmocom.org/packages/osmocom:/nightly/Debian_12 ./ libosmousb0 1.10.0.56.fc03.202412242026 [49.6 kB]
#20 2.121 Get:17 https://downloads.osmocom.org/packages/osmocom:/nightly/Debian_12 ./ libosmocore 1.10.0.56.fc03.202412242026 [42.9 kB]
#20 2.149 Get:18 https://downloads.osmocom.org/packages/osmocom:/nightly/Debian_12 ./ libosmocore-dev 1.10.0.56.fc03.202412242026 [847 kB]
#20 2.162 Get:19 https://downloads.osmocom.org/packages/osmocom:/nightly/Debian_12 ./ libosmo-netif-dev 1.5.1.26.e84e.202412242026 [71.5 kB]
#20 2.163 Get:20 https://downloads.osmocom.org/packages/osmocom:/nightly/Debian_12 ./ libosmo-abis-dev 1.6.0.50.58dd.202412242026 [112 kB]
#20 2.165 Get:21 https://downloads.osmocom.org/packages/osmocom:/nightly/Debian_12 ./ libosmo-gsup-client0 1.8.0.15.74e4.202412242026 [21.1 kB]
#20 2.166 Get:22 https://downloads.osmocom.org/packages/osmocom:/nightly/Debian_12 ./ libosmo-gsup-client-dev 1.8.0.15.74e4.202412242026 [25.4 kB]
#20 2.167 Get:23 https://downloads.osmocom.org/packages/osmocom:/nightly/Debian_12 ./ libosmo-sigtran10 2.0.0.52.6412.202412242026 [127 kB]
#20 2.169 Get:24 https://downloads.osmocom.org/packages/osmocom:/nightly/Debian_12 ./ libosmo-sigtran-dev 2.0.0.52.6412.202412242026 [606 kB]
#20 2.175 Get:25 https://downloads.osmocom.org/packages/osmocom:/nightly/Debian_12 ./ libsmpp1 1.14.4.1.f1ec.202412242026 [101 kB]
#20 2.175 Get:26 https://downloads.osmocom.org/packages/osmocom:/nightly/Debian_12 ./ libsmpp34-dev 1.14.4.1.f1ec.202412242026 [111 kB]
#20 2.177 Get:27 https://downloads.osmocom.org/packages/osmocom:/nightly/Debian_12 ./ libasn1c1 0.9.38.202412242026 [75.4 kB]
#20 2.177 Get:28 https://downloads.osmocom.org/packages/osmocom:/nightly/Debian_12 ./ libasn1c-dev 0.9.38.202412242026 [106 kB]
#20 2.178 Get:29 https://downloads.osmocom.org/packages/osmocom:/nightly/Debian_12 ./ libosmo-ranap7 1.6.0.6.aad82.202412242026 [223 kB]
#20 2.180 Get:30 https://downloads.osmocom.org/packages/osmocom:/nightly/Debian_12 ./ libosmo-ranap-dev 1.6.0.6.aad82.202412242026 [92.1 kB]
#20 2.342 debconf: delaying package configuration, since apt-utils is not installed
#20 2.406 Fetched 3,942 kB in 0s (14.9 MB/s)
#20 2.435 Selecting previously unselected package osmocom-nightly.
#20 2.435 (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 ... 121732 files and directories currently installed.)
#20 2.497 Preparing to unpack .../00-osmocom-nightly_202412242026_amd64.deb ...
#20 2.500 Unpacking osmocom-nightly (202412242026) ...
#20 2.542 Selecting previously unselected package libosmocore22:amd64.
#20 2.552 Preparing to unpack .../01-libosmocore22_1.10.0.56.fc03.202412242026_amd64.deb ...
#20 2.560 Unpacking libosmocore22:amd64 (1.10.0.56.fc03.202412242026) ...
#20 2.617 Selecting previously unselected package libgtp10:amd64.
#20 2.625 Preparing to unpack .../02-libgtp10_1.12.0.33.09142.202412242026_amd64.deb ...
#20 2.629 Unpacking libgtp10:amd64 (1.12.0.33.09142.202412242026) ...
#20 2.665 Selecting previously unselected package libgtp-dev:amd64.
#20 2.674 Preparing to unpack .../03-libgtp-dev_1.12.0.33.09142.202412242026_amd64.deb ...
#20 2.678 Unpacking libgtp-dev:amd64 (1.12.0.33.09142.202412242026) ...
#20 2.729 Selecting previously unselected package libosmocodec4:amd64.
#20 2.740 Preparing to unpack .../04-libosmocodec4_1.10.0.56.fc03.202412242026_amd64.deb ...
#20 2.743 Unpacking libosmocodec4:amd64 (1.10.0.56.fc03.202412242026) ...
#20 2.786 Selecting previously unselected package libosmotrau10:amd64.
#20 2.795 Preparing to unpack .../05-libosmotrau10_1.6.0.50.58dd.202412242026_amd64.deb ...
#20 2.802 Unpacking libosmotrau10:amd64 (1.6.0.50.58dd.202412242026) ...
#20 2.894 Selecting previously unselected package libosmoisdn0:amd64.
#20 2.903 Preparing to unpack .../06-libosmoisdn0_1.10.0.56.fc03.202412242026_amd64.deb ...
#20 2.923 Unpacking libosmoisdn0:amd64 (1.10.0.56.fc03.202412242026) ...
#20 3.019 Selecting previously unselected package libosmogsm20:amd64.
#20 3.028 Preparing to unpack .../07-libosmogsm20_1.10.0.56.fc03.202412242026_amd64.deb ...
#20 3.049 Unpacking libosmogsm20:amd64 (1.10.0.56.fc03.202412242026) ...
#20 3.168 Selecting previously unselected package libosmonetif11:amd64.
#20 3.179 Preparing to unpack .../08-libosmonetif11_1.5.1.26.e84e.202412242026_amd64.deb ...
#20 3.186 Unpacking libosmonetif11:amd64 (1.5.1.26.e84e.202412242026) ...
#20 3.235 Selecting previously unselected package libosmovty13:amd64.
#20 3.243 Preparing to unpack .../09-libosmovty13_1.10.0.56.fc03.202412242026_amd64.deb ...
#20 3.250 Unpacking libosmovty13:amd64 (1.10.0.56.fc03.202412242026) ...
#20 3.296 Selecting previously unselected package libosmoabis13:amd64.
#20 3.304 Preparing to unpack .../10-libosmoabis13_1.6.0.50.58dd.202412242026_amd64.deb ...
#20 3.307 Unpacking libosmoabis13:amd64 (1.6.0.50.58dd.202412242026) ...
#20 3.355 Selecting previously unselected package libosmocoding0:amd64.
#20 3.362 Preparing to unpack .../11-libosmocoding0_1.10.0.56.fc03.202412242026_amd64.deb ...
#20 3.365 Unpacking libosmocoding0:amd64 (1.10.0.56.fc03.202412242026) ...
#20 3.412 Selecting previously unselected package libosmogb14:amd64.
#20 3.421 Preparing to unpack .../12-libosmogb14_1.10.0.56.fc03.202412242026_amd64.deb ...
#20 3.424 Unpacking libosmogb14:amd64 (1.10.0.56.fc03.202412242026) ...
#20 3.489 Selecting previously unselected package libosmoctrl0:amd64.
#20 3.499 Preparing to unpack .../13-libosmoctrl0_1.10.0.56.fc03.202412242026_amd64.deb ...
#20 3.502 Unpacking libosmoctrl0:amd64 (1.10.0.56.fc03.202412242026) ...
#20 3.548 Selecting previously unselected package libosmosim2:amd64.
#20 3.556 Preparing to unpack .../14-libosmosim2_1.10.0.56.fc03.202412242026_amd64.deb ...
#20 3.560 Unpacking libosmosim2:amd64 (1.10.0.56.fc03.202412242026) ...
#20 3.606 Selecting previously unselected package libosmousb0:amd64.
#20 3.615 Preparing to unpack .../15-libosmousb0_1.10.0.56.fc03.202412242026_amd64.deb ...
#20 3.620 Unpacking libosmousb0:amd64 (1.10.0.56.fc03.202412242026) ...
#20 3.662 Selecting previously unselected package libosmocore.
#20 3.671 Preparing to unpack .../16-libosmocore_1.10.0.56.fc03.202412242026_amd64.deb ...
#20 3.675 Unpacking libosmocore (1.10.0.56.fc03.202412242026) ...
#20 3.717 Selecting previously unselected package libosmocore-dev:amd64.
#20 3.725 Preparing to unpack .../17-libosmocore-dev_1.10.0.56.fc03.202412242026_amd64.deb ...
#20 3.728 Unpacking libosmocore-dev:amd64 (1.10.0.56.fc03.202412242026) ...
#20 3.832 Selecting previously unselected package libosmo-netif-dev:amd64.
#20 3.841 Preparing to unpack .../18-libosmo-netif-dev_1.5.1.26.e84e.202412242026_amd64.deb ...
#20 3.845 Unpacking libosmo-netif-dev:amd64 (1.5.1.26.e84e.202412242026) ...
#20 3.888 Selecting previously unselected package libosmo-abis-dev:amd64.
#20 3.898 Preparing to unpack .../19-libosmo-abis-dev_1.6.0.50.58dd.202412242026_amd64.deb ...
#20 3.901 Unpacking libosmo-abis-dev:amd64 (1.6.0.50.58dd.202412242026) ...
#20 3.950 Selecting previously unselected package libosmo-gsup-client0:amd64.
#20 3.958 Preparing to unpack .../20-libosmo-gsup-client0_1.8.0.15.74e4.202412242026_amd64.deb ...
#20 3.961 Unpacking libosmo-gsup-client0:amd64 (1.8.0.15.74e4.202412242026) ...
#20 4.000 Selecting previously unselected package libosmo-gsup-client-dev:amd64.
#20 4.007 Preparing to unpack .../21-libosmo-gsup-client-dev_1.8.0.15.74e4.202412242026_amd64.deb ...
#20 4.012 Unpacking libosmo-gsup-client-dev:amd64 (1.8.0.15.74e4.202412242026) ...
#20 4.055 Selecting previously unselected package libosmo-sigtran10:amd64.
#20 4.064 Preparing to unpack .../22-libosmo-sigtran10_2.0.0.52.6412.202412242026_amd64.deb ...
#20 4.068 Unpacking libosmo-sigtran10:amd64 (2.0.0.52.6412.202412242026) ...
#20 4.117 Selecting previously unselected package libosmo-sigtran-dev:amd64.
#20 4.126 Preparing to unpack .../23-libosmo-sigtran-dev_2.0.0.52.6412.202412242026_amd64.deb ...
#20 4.129 Unpacking libosmo-sigtran-dev:amd64 (2.0.0.52.6412.202412242026) ...
#20 4.219 Selecting previously unselected package libsmpp1:amd64.
#20 4.228 Preparing to unpack .../24-libsmpp1_1.14.4.1.f1ec.202412242026_amd64.deb ...
#20 4.231 Unpacking libsmpp1:amd64 (1.14.4.1.f1ec.202412242026) ...
#20 4.281 Selecting previously unselected package libsmpp34-dev:amd64.
#20 4.288 Preparing to unpack .../25-libsmpp34-dev_1.14.4.1.f1ec.202412242026_amd64.deb ...
#20 4.292 Unpacking libsmpp34-dev:amd64 (1.14.4.1.f1ec.202412242026) ...
#20 4.347 Selecting previously unselected package libasn1c1:amd64.
#20 4.356 Preparing to unpack .../26-libasn1c1_0.9.38.202412242026_amd64.deb ...
#20 4.360 Unpacking libasn1c1:amd64 (0.9.38.202412242026) ...
#20 4.400 Selecting previously unselected package libasn1c-dev:amd64.
#20 4.408 Preparing to unpack .../27-libasn1c-dev_0.9.38.202412242026_amd64.deb ...
#20 4.411 Unpacking libasn1c-dev:amd64 (0.9.38.202412242026) ...
#20 4.464 Selecting previously unselected package libosmo-ranap7:amd64.
#20 4.471 Preparing to unpack .../28-libosmo-ranap7_1.6.0.6.aad82.202412242026_amd64.deb ...
#20 4.474 Unpacking libosmo-ranap7:amd64 (1.6.0.6.aad82.202412242026) ...
#20 4.537 Selecting previously unselected package libosmo-ranap-dev:amd64.
#20 4.547 Preparing to unpack .../29-libosmo-ranap-dev_1.6.0.6.aad82.202412242026_amd64.deb ...
#20 4.550 Unpacking libosmo-ranap-dev:amd64 (1.6.0.6.aad82.202412242026) ...
#20 4.689 Setting up osmocom-nightly (202412242026) ...
#20 4.698 Setting up libsmpp1:amd64 (1.14.4.1.f1ec.202412242026) ...
#20 4.709 Setting up libosmocore22:amd64 (1.10.0.56.fc03.202412242026) ...
#20 4.718 Setting up libosmocodec4:amd64 (1.10.0.56.fc03.202412242026) ...
#20 4.728 Setting up libsmpp34-dev:amd64 (1.14.4.1.f1ec.202412242026) ...
#20 4.737 Setting up libasn1c1:amd64 (0.9.38.202412242026) ...
#20 4.747 Setting up libosmovty13:amd64 (1.10.0.56.fc03.202412242026) ...
#20 4.758 Setting up libosmoisdn0:amd64 (1.10.0.56.fc03.202412242026) ...
#20 4.768 Setting up libosmotrau10:amd64 (1.6.0.50.58dd.202412242026) ...
#20 4.779 Setting up libgtp10:amd64 (1.12.0.33.09142.202412242026) ...
#20 4.787 Setting up libgtp-dev:amd64 (1.12.0.33.09142.202412242026) ...
#20 4.797 Setting up libasn1c-dev:amd64 (0.9.38.202412242026) ...
#20 4.809 Setting up libosmousb0:amd64 (1.10.0.56.fc03.202412242026) ...
#20 4.820 Setting up libosmogsm20:amd64 (1.10.0.56.fc03.202412242026) ...
#20 4.829 Setting up libosmoctrl0:amd64 (1.10.0.56.fc03.202412242026) ...
#20 4.839 Setting up libosmogb14:amd64 (1.10.0.56.fc03.202412242026) ...
#20 4.850 Setting up libosmonetif11:amd64 (1.5.1.26.e84e.202412242026) ...
#20 4.861 Setting up libosmocoding0:amd64 (1.10.0.56.fc03.202412242026) ...
#20 4.874 Setting up libosmosim2:amd64 (1.10.0.56.fc03.202412242026) ...
#20 4.884 Setting up libosmocore (1.10.0.56.fc03.202412242026) ...
#20 4.894 Setting up libosmoabis13:amd64 (1.6.0.50.58dd.202412242026) ...
#20 4.904 Setting up libosmo-sigtran10:amd64 (2.0.0.52.6412.202412242026) ...
#20 4.913 Setting up libosmo-gsup-client0:amd64 (1.8.0.15.74e4.202412242026) ...
#20 4.924 Setting up libosmo-ranap7:amd64 (1.6.0.6.aad82.202412242026) ...
#20 4.934 Setting up libosmocore-dev:amd64 (1.10.0.56.fc03.202412242026) ...
#20 4.944 Setting up libosmo-netif-dev:amd64 (1.5.1.26.e84e.202412242026) ...
#20 4.954 Setting up libosmo-ranap-dev:amd64 (1.6.0.6.aad82.202412242026) ...
#20 4.964 Setting up libosmo-gsup-client-dev:amd64 (1.8.0.15.74e4.202412242026) ...
#20 4.974 Setting up libosmo-sigtran-dev:amd64 (2.0.0.52.6412.202412242026) ...
#20 4.984 Setting up libosmo-abis-dev:amd64 (1.6.0.50.58dd.202412242026) ...
#20 4.996 Processing triggers for libc-bin (2.36-9+deb12u9) ...
#20 DONE 5.1s

#21 [16/28] RUN	APT-GET update && 	apt-get install -y --no-install-recommends 		cmake 		libfftw3-dev 		libmbedtls-dev 		libboost-program-options-dev 		libconfig++-dev 		libsctp-dev 		libpcsclite-dev 		libuhd-dev 		libczmq-dev 		libsoapysdr-dev 		soapysdr-module-lms7 && 	apt-get clean
#21 0.348 Hit:1 http://deb.debian.org/debian bookworm InRelease
#21 0.348 Hit:2 http://deb.debian.org/debian bookworm-updates InRelease
#21 0.348 Hit:3 http://deb.debian.org/debian-security bookworm-security InRelease
#21 0.367 Hit:4 https://downloads.osmocom.org/packages/osmocom:/nightly/Debian_12 ./ InRelease
#21 0.603 Reading package lists...
#21 1.019 Reading package lists...
#21 1.425 Building dependency tree...
#21 1.529 Reading state information...
#21 1.623 cmake is already the newest version (3.25.1-1).
#21 1.623 libfftw3-dev is already the newest version (3.3.10-1).
#21 1.623 libboost-program-options-dev is already the newest version (1.74.0.3).
#21 1.623 libboost-program-options-dev set to manually installed.
#21 1.623 libsctp-dev is already the newest version (1.0.19+dfsg-2).
#21 1.623 libpcsclite-dev is already the newest version (1.9.9-2).
#21 1.623 libuhd-dev is already the newest version (4.3.0.0+ds1-5).
#21 1.623 The following additional packages will be installed:
#21 1.623   libconfig++9v5 libconfig-dev libconfig9 libczmq4 libnspr4 libnspr4-dev
#21 1.623   libnss3 libnss3-dev libsoapysdr0.8 soapysdr0.7-module-lms7
#21 1.624 Suggested packages:
#21 1.624   libmbedtls-doc libsoapysdr-doc
#21 1.624 Recommended packages:
#21 1.624   libconfig-doc soapysdr0.8-module-all | soapysdr0.8-module
#21 1.711 The following NEW packages will be installed:
#21 1.711   libconfig++-dev libconfig++9v5 libconfig-dev libconfig9 libczmq-dev libczmq4
#21 1.711   libmbedtls-dev libnspr4 libnspr4-dev libnss3 libnss3-dev libsoapysdr-dev
#21 1.711   libsoapysdr0.8 soapysdr-module-lms7 soapysdr0.7-module-lms7
#21 1.745 0 upgraded, 15 newly installed, 0 to remove and 2 not upgraded.
#21 1.745 Need to get 3,551 kB of archives.
#21 1.745 After this operation, 14.8 MB of additional disk space will be used.
#21 1.745 Get:1 http://deb.debian.org/debian bookworm/main amd64 libconfig++9v5 amd64 1.5-0.4 [40.0 kB]
#21 1.754 Get:2 http://deb.debian.org/debian bookworm/main amd64 libconfig9 amd64 1.5-0.4 [29.9 kB]
#21 1.756 Get:3 http://deb.debian.org/debian bookworm/main amd64 libconfig-dev amd64 1.5-0.4 [60.8 kB]
#21 1.760 Get:4 http://deb.debian.org/debian bookworm/main amd64 libconfig++-dev amd64 1.5-0.4 [44.1 kB]
#21 1.762 Get:5 http://deb.debian.org/debian bookworm/main amd64 libnspr4 amd64 2:4.35-1 [113 kB]
#21 1.765 Get:6 http://deb.debian.org/debian-security bookworm-security/main amd64 libnss3 amd64 2:3.87.1-1+deb12u1 [1,331 kB]
#21 1.781 Get:7 http://deb.debian.org/debian bookworm/main amd64 libnspr4-dev amd64 2:4.35-1 [212 kB]
#21 1.783 Get:8 http://deb.debian.org/debian-security bookworm-security/main amd64 libnss3-dev amd64 2:3.87.1-1+deb12u1 [245 kB]
#21 1.785 Get:9 http://deb.debian.org/debian bookworm/main amd64 libczmq4 amd64 4.2.1-1 [172 kB]
#21 1.786 Get:10 http://deb.debian.org/debian bookworm/main amd64 libczmq-dev amd64 4.2.1-1 [414 kB]
#21 1.790 Get:11 http://deb.debian.org/debian bookworm/main amd64 libmbedtls-dev amd64 2.28.3-1 [685 kB]
#21 1.796 Get:12 http://deb.debian.org/debian bookworm/main amd64 libsoapysdr0.8 amd64 0.8.1-3 [108 kB]
#21 1.796 Get:13 http://deb.debian.org/debian bookworm/main amd64 libsoapysdr-dev amd64 0.8.1-3 [33.5 kB]
#21 1.914 Get:14 https://downloads.osmocom.org/packages/osmocom:/nightly/Debian_12 ./ soapysdr0.7-module-lms7 23.11.0.1.2141.9dce.202412242026 [55.1 kB]
#21 1.934 Get:15 https://downloads.osmocom.org/packages/osmocom:/nightly/Debian_12 ./ soapysdr-module-lms7 23.11.0.1.2141.9dce.202412242026 [7,572 B]
#21 2.080 debconf: delaying package configuration, since apt-utils is not installed
#21 2.116 Fetched 3,551 kB in 0s (16.4 MB/s)
#21 2.149 Selecting previously unselected package libconfig++9v5:amd64.
#21 2.149 (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 ... 122908 files and directories currently installed.)
#21 2.199 Preparing to unpack .../00-libconfig++9v5_1.5-0.4_amd64.deb ...
#21 2.207 Unpacking libconfig++9v5:amd64 (1.5-0.4) ...
#21 2.255 Selecting previously unselected package libconfig9:amd64.
#21 2.264 Preparing to unpack .../01-libconfig9_1.5-0.4_amd64.deb ...
#21 2.268 Unpacking libconfig9:amd64 (1.5-0.4) ...
#21 2.312 Selecting previously unselected package libconfig-dev:amd64.
#21 2.320 Preparing to unpack .../02-libconfig-dev_1.5-0.4_amd64.deb ...
#21 2.325 Unpacking libconfig-dev:amd64 (1.5-0.4) ...
#21 2.371 Selecting previously unselected package libconfig++-dev:amd64.
#21 2.378 Preparing to unpack .../03-libconfig++-dev_1.5-0.4_amd64.deb ...
#21 2.382 Unpacking libconfig++-dev:amd64 (1.5-0.4) ...
#21 2.428 Selecting previously unselected package libnspr4:amd64.
#21 2.436 Preparing to unpack .../04-libnspr4_2%3a4.35-1_amd64.deb ...
#21 2.440 Unpacking libnspr4:amd64 (2:4.35-1) ...
#21 2.489 Selecting previously unselected package libnss3:amd64.
#21 2.497 Preparing to unpack .../05-libnss3_2%3a3.87.1-1+deb12u1_amd64.deb ...
#21 2.500 Unpacking libnss3:amd64 (2:3.87.1-1+deb12u1) ...
#21 2.616 Selecting previously unselected package libnspr4-dev.
#21 2.624 Preparing to unpack .../06-libnspr4-dev_2%3a4.35-1_amd64.deb ...
#21 2.628 Unpacking libnspr4-dev (2:4.35-1) ...
#21 2.687 Selecting previously unselected package libnss3-dev:amd64.
#21 2.696 Preparing to unpack .../07-libnss3-dev_2%3a3.87.1-1+deb12u1_amd64.deb ...
#21 2.699 Unpacking libnss3-dev:amd64 (2:3.87.1-1+deb12u1) ...
#21 2.766 Selecting previously unselected package libczmq4:amd64.
#21 2.773 Preparing to unpack .../08-libczmq4_4.2.1-1_amd64.deb ...
#21 2.776 Unpacking libczmq4:amd64 (4.2.1-1) ...
#21 2.829 Selecting previously unselected package libczmq-dev:amd64.
#21 2.840 Preparing to unpack .../09-libczmq-dev_4.2.1-1_amd64.deb ...
#21 2.844 Unpacking libczmq-dev:amd64 (4.2.1-1) ...
#21 2.918 Selecting previously unselected package libmbedtls-dev:amd64.
#21 2.928 Preparing to unpack .../10-libmbedtls-dev_2.28.3-1_amd64.deb ...
#21 2.932 Unpacking libmbedtls-dev:amd64 (2.28.3-1) ...
#21 3.052 Selecting previously unselected package libsoapysdr0.8:amd64.
#21 3.062 Preparing to unpack .../11-libsoapysdr0.8_0.8.1-3_amd64.deb ...
#21 3.065 Unpacking libsoapysdr0.8:amd64 (0.8.1-3) ...
#21 3.112 Selecting previously unselected package libsoapysdr-dev:amd64.
#21 3.121 Preparing to unpack .../12-libsoapysdr-dev_0.8.1-3_amd64.deb ...
#21 3.124 Unpacking libsoapysdr-dev:amd64 (0.8.1-3) ...
#21 3.182 Selecting previously unselected package soapysdr0.7-module-lms7:amd64.
#21 3.193 Preparing to unpack .../13-soapysdr0.7-module-lms7_23.11.0.1.2141.9dce.202412242026_amd64.deb ...
#21 3.197 Unpacking soapysdr0.7-module-lms7:amd64 (23.11.0.1.2141.9dce.202412242026) ...
#21 3.262 Selecting previously unselected package soapysdr-module-lms7.
#21 3.273 Preparing to unpack .../14-soapysdr-module-lms7_23.11.0.1.2141.9dce.202412242026_all.deb ...
#21 3.277 Unpacking soapysdr-module-lms7 (23.11.0.1.2141.9dce.202412242026) ...
#21 3.357 Setting up libconfig9:amd64 (1.5-0.4) ...
#21 3.367 Setting up libczmq4:amd64 (4.2.1-1) ...
#21 3.380 Setting up libconfig++9v5:amd64 (1.5-0.4) ...
#21 3.391 Setting up libmbedtls-dev:amd64 (2.28.3-1) ...
#21 3.402 Setting up libsoapysdr0.8:amd64 (0.8.1-3) ...
#21 3.413 Setting up libsoapysdr-dev:amd64 (0.8.1-3) ...
#21 3.425 Setting up libnspr4:amd64 (2:4.35-1) ...
#21 3.437 Setting up libconfig-dev:amd64 (1.5-0.4) ...
#21 3.448 Setting up soapysdr0.7-module-lms7:amd64 (23.11.0.1.2141.9dce.202412242026) ...
#21 3.459 Setting up libnspr4-dev (2:4.35-1) ...
#21 3.469 Setting up soapysdr-module-lms7 (23.11.0.1.2141.9dce.202412242026) ...
#21 3.481 Setting up libnss3:amd64 (2:3.87.1-1+deb12u1) ...
#21 3.493 Setting up libnss3-dev:amd64 (2:3.87.1-1+deb12u1) ...
#21 3.507 Setting up libconfig++-dev:amd64 (1.5-0.4) ...
#21 3.518 Setting up libczmq-dev:amd64 (4.2.1-1) ...
#21 3.530 Processing triggers for man-db (2.11.2-2) ...
#21 3.560 Processing triggers for libc-bin (2.36-9+deb12u9) ...
#21 DONE 3.7s

#22 [17/28] RUN	APT-GET update && 	apt-get install -y --no-install-recommends 		gnuradio && 	apt-get clean
#22 0.478 Hit:1 http://deb.debian.org/debian bookworm InRelease
#22 0.478 Hit:2 http://deb.debian.org/debian bookworm-updates InRelease
#22 0.478 Hit:3 http://deb.debian.org/debian-security bookworm-security InRelease
#22 0.607 Hit:4 https://downloads.osmocom.org/packages/osmocom:/nightly/Debian_12 ./ InRelease
#22 0.726 Reading package lists...
#22 1.162 Reading package lists...
#22 1.714 Building dependency tree...
#22 1.854 Reading state information...
#22 1.988 The following additional packages will be installed:
#22 1.988   adwaita-icon-theme at-spi2-common castxml dconf-gsettings-backend
#22 1.988   dconf-service fonts-mathjax gnome-terminal gnome-terminal-data
#22 1.988   gsettings-desktop-schemas gtk-update-icon-cache hicolor-icon-theme
#22 1.988   libad9361-0 libasyncns0 libatk-bridge2.0-0 libatk1.0-0 libatspi2.0-0 libb2-1
#22 1.988   libcaca0 libcodec2-1.0 libcolord2 libdconf1 libdouble-conversion3
#22 1.988   libdrm-amdgpu1 libdrm-common libdrm-intel1 libdrm-nouveau2 libdrm-radeon1
#22 1.988   libdrm2 libegl-mesa0 libegl1 libepoxy0 libevdev2 libflac12 libfmt9 libgbm1
#22 1.988   libgl1 libgl1-mesa-dri libgl1-mesa-glx libglapi-mesa libglu1-mesa libglvnd0
#22 1.988   libglx-mesa0 libglx0 libgnuradio-analog3.10.5 libgnuradio-audio3.10.5
#22 1.988   libgnuradio-blocks3.10.5 libgnuradio-channels3.10.5
#22 1.988   libgnuradio-digital3.10.5 libgnuradio-dtv3.10.5 libgnuradio-fec3.10.5
#22 1.988   libgnuradio-fft3.10.5 libgnuradio-filter3.10.5 libgnuradio-iio3.10.5
#22 1.988   libgnuradio-network3.10.5 libgnuradio-pdu3.10.5 libgnuradio-pmt3.10.5
#22 1.988   libgnuradio-qtgui3.10.5 libgnuradio-runtime3.10.5 libgnuradio-soapy3.10.5
#22 1.988   libgnuradio-trellis3.10.5 libgnuradio-uhd3.10.5 libgnuradio-video-sdl3.10.5
#22 1.988   libgnuradio-vocoder3.10.5 libgnuradio-wavelet3.10.5 libgnuradio-zeromq3.10.5
#22 1.988   libgsl27 libgslcblas0 libgtk-3-0 libgtk-3-common libgudev-1.0-0 libiio0
#22 1.988   libinput-bin libinput10 libjack-jackd2-0 libjs-mathjax liblbfgsb0 libllvm15
#22 1.988   libmd4c0 libmp3lame0 libmpg123-0 libmtdev1 libogg0 libopenblas-dev
#22 1.988   libopenblas-pthread-dev libopenblas0 libopenblas0-pthread libopengl0
#22 1.988   libopus0 liborc-0.4-0 libportaudio2 libproxy1v5 libpulse0 libpython3-all-dev
#22 1.988   libqt5core5a libqt5dbus5 libqt5designer5 libqt5gui5 libqt5help5
#22 1.988   libqt5network5 libqt5opengl5 libqt5printsupport5 libqt5sql5 libqt5svg5
#22 1.988   libqt5test5 libqt5widgets5 libqt5xml5 libqt6core6 libqt6dbus6 libqt6gui6
#22 1.988   libqt6network6 libqt6opengl6 libqt6openglwidgets6 libqt6printsupport6
#22 1.989   libqt6sql6 libqt6test6 libqt6widgets6 libqt6xml6 libqwt-qt5-6 libsamplerate0
#22 1.989   libsdl1.2debian libslang2 libsndfile1 libspdlog1.10 libthrift-0.17.0 libts0
#22 1.989   libunwind8 libvolk2-bin libvolk2.5 libvorbis0a libvorbisenc2 libvte-2.91-0
#22 1.989   libvte-2.91-common libwacom-common libwacom9 libwayland-client0
#22 1.989   libwayland-cursor0 libwayland-egl1 libwayland-server0 libx11-xcb1
#22 1.989   libxcb-dri2-0 libxcb-dri3-0 libxcb-glx0 libxcb-icccm4 libxcb-image0
#22 1.989   libxcb-keysyms1 libxcb-present0 libxcb-randr0 libxcb-render-util0
#22 1.989   libxcb-shape0 libxcb-sync1 libxcb-util1 libxcb-xfixes0 libxcb-xinerama0
#22 1.989   libxcb-xinput0 libxcb-xkb1 libxcomposite1 libxcursor1 libxdamage1 libxfixes3
#22 1.989   libxinerama1 libxkbcommon-x11-0 libxkbcommon0 libxrandr2 libxshmfence1
#22 1.989   libxsimd-dev libxxf86vm1 pyqt5-dev-tools pyqt6-dev-tools python3-all
#22 1.989   python3-all-dev python3-attr python3-beniget python3-cairo
#22 1.989   python3-cffi-backend python3-click python3-click-plugins python3-colorama
#22 1.989   python3-contextlib2 python3-decorator python3-gast python3-gi-cairo
#22 1.989   python3-jsonschema python3-lxml python3-opengl python3-packaging python3-ply
#22 1.989   python3-py python3-pygccxml python3-pyqt5 python3-pyqt5.sip python3-pyqt6
#22 1.989   python3-pyqt6.sip python3-pyqtgraph python3-pyrsistent python3-pythran
#22 1.989   python3-schema python3-scipy python3-sip python3-thrift python3-zmq
#22 1.989   qt6-base-dev-tools qtbase5-dev-tools qtchooser xkb-data
#22 1.990 Suggested packages:
#22 1.990   gr-fosphor gr-osmosdr gqrx-sdr rtl-sdr uhd-host colord gsl-ref-psdoc
#22 1.990   | gsl-doc-pdf | gsl-doc-info | gsl-ref-html gvfs avahi-daemon jackd2
#22 1.990   fonts-mathjax-extras fonts-stix libjs-mathjax-doc opus-tools pulseaudio
#22 1.990   qgnomeplatform-qt5 qt5-image-formats-plugins libvolk2-dev libwacom-bin
#22 1.990   libxsimd-doc python-attr-doc python-jsonschema-doc python-lxml-doc libgle3
#22 1.990   python3-tk python-ply-doc subversion python3-pytest python-pyqtgraph-doc
#22 1.990   python-scipy-doc
#22 1.990 Recommended packages:
#22 1.990   librsvg2-common gvfs nautilus-extension-gnome-terminal yelp gnuradio-dev
#22 1.990   python3-matplotlib python3-networkx python3-pyqt5.qwt soapysdr-tools
#22 1.990   at-spi2-core libgtk-3-bin qttranslations5-l10n qt5-gtk-platformtheme
#22 1.990   qtwayland5 libqt5sql5-sqlite | libqt5sql5-mysql | libqt5sql5-odbc
#22 1.990   | libqt5sql5-psql | libqt5sql5-tds | libqt5sql5-ibase qt6-translations-l10n
#22 1.990   qt6-gtk-platformtheme qt6-qpa-plugins libqt6sql6-sqlite | libqt6sql6-mysql
#22 1.990   | libqt6sql6-odbc | libqt6sql6-psql | libqt6sql6-ibase python3-idna
#22 1.990   python3-json-pointer python3-rfc3987 python3-uritemplate python3-bs4
#22 1.990   python3-html5lib libglut-dev python3-pyqt5.qtopengl
#22 2.888 The following NEW packages will be installed:
#22 2.888   adwaita-icon-theme at-spi2-common castxml dconf-gsettings-backend
#22 2.888   dconf-service fonts-mathjax gnome-terminal gnome-terminal-data gnuradio
#22 2.888   gsettings-desktop-schemas gtk-update-icon-cache hicolor-icon-theme
#22 2.888   libad9361-0 libasyncns0 libatk-bridge2.0-0 libatk1.0-0 libatspi2.0-0 libb2-1
#22 2.888   libcaca0 libcodec2-1.0 libcolord2 libdconf1 libdouble-conversion3
#22 2.888   libdrm-amdgpu1 libdrm-common libdrm-intel1 libdrm-nouveau2 libdrm-radeon1
#22 2.888   libdrm2 libegl-mesa0 libegl1 libepoxy0 libevdev2 libflac12 libfmt9 libgbm1
#22 2.888   libgl1 libgl1-mesa-dri libgl1-mesa-glx libglapi-mesa libglu1-mesa libglvnd0
#22 2.888   libglx-mesa0 libglx0 libgnuradio-analog3.10.5 libgnuradio-audio3.10.5
#22 2.888   libgnuradio-blocks3.10.5 libgnuradio-channels3.10.5
#22 2.888   libgnuradio-digital3.10.5 libgnuradio-dtv3.10.5 libgnuradio-fec3.10.5
#22 2.888   libgnuradio-fft3.10.5 libgnuradio-filter3.10.5 libgnuradio-iio3.10.5
#22 2.888   libgnuradio-network3.10.5 libgnuradio-pdu3.10.5 libgnuradio-pmt3.10.5
#22 2.888   libgnuradio-qtgui3.10.5 libgnuradio-runtime3.10.5 libgnuradio-soapy3.10.5
#22 2.888   libgnuradio-trellis3.10.5 libgnuradio-uhd3.10.5 libgnuradio-video-sdl3.10.5
#22 2.888   libgnuradio-vocoder3.10.5 libgnuradio-wavelet3.10.5 libgnuradio-zeromq3.10.5
#22 2.888   libgsl27 libgslcblas0 libgtk-3-0 libgtk-3-common libgudev-1.0-0 libiio0
#22 2.888   libinput-bin libinput10 libjack-jackd2-0 libjs-mathjax liblbfgsb0 libllvm15
#22 2.888   libmd4c0 libmp3lame0 libmpg123-0 libmtdev1 libogg0 libopenblas-dev
#22 2.888   libopenblas-pthread-dev libopenblas0 libopenblas0-pthread libopengl0
#22 2.888   libopus0 liborc-0.4-0 libportaudio2 libproxy1v5 libpulse0 libpython3-all-dev
#22 2.888   libqt5core5a libqt5dbus5 libqt5designer5 libqt5gui5 libqt5help5
#22 2.888   libqt5network5 libqt5opengl5 libqt5printsupport5 libqt5sql5 libqt5svg5
#22 2.888   libqt5test5 libqt5widgets5 libqt5xml5 libqt6core6 libqt6dbus6 libqt6gui6
#22 2.888   libqt6network6 libqt6opengl6 libqt6openglwidgets6 libqt6printsupport6
#22 2.888   libqt6sql6 libqt6test6 libqt6widgets6 libqt6xml6 libqwt-qt5-6 libsamplerate0
#22 2.888   libsdl1.2debian libslang2 libsndfile1 libspdlog1.10 libthrift-0.17.0 libts0
#22 2.888   libunwind8 libvolk2-bin libvolk2.5 libvorbis0a libvorbisenc2 libvte-2.91-0
#22 2.888   libvte-2.91-common libwacom-common libwacom9 libwayland-client0
#22 2.888   libwayland-cursor0 libwayland-egl1 libwayland-server0 libx11-xcb1
#22 2.888   libxcb-dri2-0 libxcb-dri3-0 libxcb-glx0 libxcb-icccm4 libxcb-image0
#22 2.888   libxcb-keysyms1 libxcb-present0 libxcb-randr0 libxcb-render-util0
#22 2.888   libxcb-shape0 libxcb-sync1 libxcb-util1 libxcb-xfixes0 libxcb-xinerama0
#22 2.888   libxcb-xinput0 libxcb-xkb1 libxcomposite1 libxcursor1 libxdamage1 libxfixes3
#22 2.888   libxinerama1 libxkbcommon-x11-0 libxkbcommon0 libxrandr2 libxshmfence1
#22 2.888   libxsimd-dev libxxf86vm1 pyqt5-dev-tools pyqt6-dev-tools python3-all
#22 2.888   python3-all-dev python3-attr python3-beniget python3-cairo
#22 2.888   python3-cffi-backend python3-click python3-click-plugins python3-colorama
#22 2.888   python3-contextlib2 python3-decorator python3-gast python3-gi-cairo
#22 2.889   python3-jsonschema python3-lxml python3-opengl python3-packaging python3-ply
#22 2.889   python3-py python3-pygccxml python3-pyqt5 python3-pyqt5.sip python3-pyqt6
#22 2.889   python3-pyqt6.sip python3-pyqtgraph python3-pyrsistent python3-pythran
#22 2.889   python3-schema python3-scipy python3-sip python3-thrift python3-zmq
#22 2.889   qt6-base-dev-tools qtbase5-dev-tools qtchooser xkb-data
#22 2.923 0 upgraded, 205 newly installed, 0 to remove and 2 not upgraded.
#22 2.923 Need to get 142 MB of archives.
#22 2.923 After this operation, 698 MB of additional disk space will be used.
#22 2.923 Get:1 http://deb.debian.org/debian bookworm/main amd64 hicolor-icon-theme all 0.17-2 [11.4 kB]
#22 2.930 Get:2 http://deb.debian.org/debian bookworm/main amd64 gtk-update-icon-cache amd64 3.24.38-2~deb12u3 [44.2 kB]
#22 2.935 Get:3 http://deb.debian.org/debian bookworm/main amd64 adwaita-icon-theme all 43-1 [5,124 kB]
#22 2.994 Get:4 http://deb.debian.org/debian bookworm/main amd64 at-spi2-common all 2.46.0-5 [162 kB]
#22 2.995 Get:5 http://deb.debian.org/debian bookworm/main amd64 castxml amd64 0.5.1-1 [963 kB]
#22 3.000 Get:6 http://deb.debian.org/debian bookworm/main amd64 libdconf1 amd64 0.40.0-4 [40.9 kB]
#22 3.000 Get:7 http://deb.debian.org/debian bookworm/main amd64 dconf-service amd64 0.40.0-4 [31.6 kB]
#22 3.000 Get:8 http://deb.debian.org/debian bookworm/main amd64 dconf-gsettings-backend amd64 0.40.0-4 [27.8 kB]
#22 3.001 Get:9 http://deb.debian.org/debian bookworm/main amd64 fonts-mathjax all 2.7.9+dfsg-1 [2,210 kB]
#22 3.020 Get:10 http://deb.debian.org/debian bookworm/main amd64 gnome-terminal-data all 3.46.8-1 [949 kB]
#22 3.027 Get:11 http://deb.debian.org/debian bookworm/main amd64 gsettings-desktop-schemas all 43.0-1 [643 kB]
#22 3.033 Get:12 http://deb.debian.org/debian bookworm/main amd64 libatk1.0-0 amd64 2.46.0-5 [49.6 kB]
#22 3.033 Get:13 http://deb.debian.org/debian bookworm/main amd64 libatspi2.0-0 amd64 2.46.0-5 [75.4 kB]
#22 3.034 Get:14 http://deb.debian.org/debian bookworm/main amd64 libatk-bridge2.0-0 amd64 2.46.0-5 [64.6 kB]
#22 3.034 Get:15 http://deb.debian.org/debian bookworm/main amd64 libcolord2 amd64 1.4.6-2.2 [137 kB]
#22 3.035 Get:16 http://deb.debian.org/debian bookworm/main amd64 libepoxy0 amd64 1.5.10-1 [189 kB]
#22 3.037 Get:17 http://deb.debian.org/debian bookworm/main amd64 libwayland-client0 amd64 1.21.0-1 [28.3 kB]
#22 3.037 Get:18 http://deb.debian.org/debian bookworm/main amd64 libwayland-cursor0 amd64 1.21.0-1 [14.4 kB]
#22 3.038 Get:19 http://deb.debian.org/debian bookworm/main amd64 libwayland-egl1 amd64 1.21.0-1 [8,640 B]
#22 3.038 Get:20 http://deb.debian.org/debian bookworm/main amd64 libxcomposite1 amd64 1:0.4.5-1 [16.6 kB]
#22 3.043 Get:21 http://deb.debian.org/debian bookworm/main amd64 libxfixes3 amd64 1:6.0.0-2 [22.7 kB]
#22 3.043 Get:22 http://deb.debian.org/debian bookworm/main amd64 libxcursor1 amd64 1:1.2.1-1 [40.9 kB]
#22 3.044 Get:23 http://deb.debian.org/debian bookworm/main amd64 libxdamage1 amd64 1:1.1.6-1 [15.1 kB]
#22 3.044 Get:24 http://deb.debian.org/debian bookworm/main amd64 libxinerama1 amd64 2:1.1.4-3 [17.8 kB]
#22 3.045 Get:25 http://deb.debian.org/debian bookworm/main amd64 xkb-data all 2.35.1-1 [764 kB]
#22 3.052 Get:26 http://deb.debian.org/debian bookworm/main amd64 libxkbcommon0 amd64 1.5.0-1 [106 kB]
#22 3.053 Get:27 http://deb.debian.org/debian bookworm/main amd64 libxrandr2 amd64 2:1.5.2-2+b1 [39.2 kB]
#22 3.053 Get:28 http://deb.debian.org/debian bookworm/main amd64 libgtk-3-common all 3.24.38-2~deb12u3 [3,895 kB]
#22 3.089 Get:29 http://deb.debian.org/debian bookworm/main amd64 libgtk-3-0 amd64 3.24.38-2~deb12u3 [2,847 kB]
#22 3.111 Get:30 http://deb.debian.org/debian bookworm/main amd64 libvte-2.91-common amd64 0.70.6-2~deb12u1 [642 kB]
#22 3.116 Get:31 http://deb.debian.org/debian bookworm/main amd64 libvte-2.91-0 amd64 0.70.6-2~deb12u1 [799 kB]
#22 3.123 Get:32 http://deb.debian.org/debian bookworm/main amd64 gnome-terminal amd64 3.46.8-1 [230 kB]
#22 3.127 Get:33 http://deb.debian.org/debian bookworm/main amd64 libjs-mathjax all 2.7.9+dfsg-1 [5,667 kB]
#22 3.175 Get:34 http://deb.debian.org/debian bookworm/main amd64 liborc-0.4-0 amd64 1:0.4.33-2 [164 kB]
#22 3.176 Get:35 http://deb.debian.org/debian bookworm/main amd64 libvolk2.5 amd64 2.5.2-3 [301 kB]
#22 3.177 Get:36 http://deb.debian.org/debian bookworm/main amd64 libvolk2-bin amd64 2.5.2-3 [82.1 kB]
#22 3.178 Get:37 http://deb.debian.org/debian bookworm/main amd64 python3-colorama all 0.4.6-2 [36.8 kB]
#22 3.178 Get:38 http://deb.debian.org/debian bookworm/main amd64 python3-click all 8.1.3-2 [92.2 kB]
#22 3.179 Get:39 http://deb.debian.org/debian bookworm/main amd64 python3-click-plugins all 1.1.1-4 [9,852 B]
#22 3.179 Get:40 http://deb.debian.org/debian bookworm/main amd64 python3-cairo amd64 1.20.1-5+b1 [63.1 kB]
#22 3.184 Get:41 http://deb.debian.org/debian bookworm/main amd64 python3-gi-cairo amd64 3.42.2-3+b1 [11.7 kB]
#22 3.185 Get:42 http://deb.debian.org/debian bookworm/main amd64 python3-attr all 22.2.0-1 [65.4 kB]
#22 3.185 Get:43 http://deb.debian.org/debian bookworm/main amd64 python3-pyrsistent amd64 0.18.1-1+b3 [60.0 kB]
#22 3.186 Get:44 http://deb.debian.org/debian bookworm/main amd64 python3-jsonschema all 4.10.3-1 [67.9 kB]
#22 3.187 Get:45 http://deb.debian.org/debian bookworm/main amd64 python3-lxml amd64 4.9.2-1+b1 [1,194 kB]
#22 3.199 Get:46 http://deb.debian.org/debian bookworm/main amd64 libglvnd0 amd64 1.6.0-1 [51.8 kB]
#22 3.199 Get:47 http://deb.debian.org/debian bookworm/main amd64 libdrm-common all 2.4.114-1 [7,112 B]
#22 3.199 Get:48 http://deb.debian.org/debian bookworm/main amd64 libdrm2 amd64 2.4.114-1+b1 [37.5 kB]
#22 3.200 Get:49 http://deb.debian.org/debian bookworm/main amd64 libglapi-mesa amd64 22.3.6-1+deb12u1 [35.7 kB]
#22 3.200 Get:50 http://deb.debian.org/debian bookworm/main amd64 libx11-xcb1 amd64 2:1.8.4-2+deb12u2 [192 kB]
#22 3.201 Get:51 http://deb.debian.org/debian bookworm/main amd64 libxcb-dri2-0 amd64 1.15-1 [107 kB]
#22 3.203 Get:52 http://deb.debian.org/debian bookworm/main amd64 libxcb-dri3-0 amd64 1.15-1 [107 kB]
#22 3.203 Get:53 http://deb.debian.org/debian bookworm/main amd64 libxcb-glx0 amd64 1.15-1 [122 kB]
#22 3.204 Get:54 http://deb.debian.org/debian bookworm/main amd64 libxcb-present0 amd64 1.15-1 [105 kB]
#22 3.207 Get:55 http://deb.debian.org/debian bookworm/main amd64 libxcb-randr0 amd64 1.15-1 [117 kB]
#22 3.209 Get:56 http://deb.debian.org/debian bookworm/main amd64 libxcb-sync1 amd64 1.15-1 [109 kB]
#22 3.210 Get:57 http://deb.debian.org/debian bookworm/main amd64 libxcb-xfixes0 amd64 1.15-1 [109 kB]
#22 3.211 Get:58 http://deb.debian.org/debian bookworm/main amd64 libxshmfence1 amd64 1.3-1 [8,820 B]
#22 3.211 Get:59 http://deb.debian.org/debian bookworm/main amd64 libxxf86vm1 amd64 1:1.1.4-1+b2 [20.8 kB]
#22 3.212 Get:60 http://deb.debian.org/debian bookworm/main amd64 libdrm-amdgpu1 amd64 2.4.114-1+b1 [20.9 kB]
#22 3.213 Get:61 http://deb.debian.org/debian bookworm/main amd64 libdrm-intel1 amd64 2.4.114-1+b1 [64.0 kB]
#22 3.214 Get:62 http://deb.debian.org/debian bookworm/main amd64 libdrm-nouveau2 amd64 2.4.114-1+b1 [19.1 kB]
#22 3.214 Get:63 http://deb.debian.org/debian bookworm/main amd64 libdrm-radeon1 amd64 2.4.114-1+b1 [21.8 kB]
#22 3.214 Get:64 http://deb.debian.org/debian bookworm/main amd64 libllvm15 amd64 1:15.0.6-4+b1 [23.1 MB]
#22 3.416 Get:65 http://deb.debian.org/debian bookworm/main amd64 libgl1-mesa-dri amd64 22.3.6-1+deb12u1 [7,239 kB]
#22 3.476 Get:66 http://deb.debian.org/debian bookworm/main amd64 libglx-mesa0 amd64 22.3.6-1+deb12u1 [147 kB]
#22 3.476 Get:67 http://deb.debian.org/debian bookworm/main amd64 libglx0 amd64 1.6.0-1 [34.4 kB]
#22 3.477 Get:68 http://deb.debian.org/debian bookworm/main amd64 libgl1 amd64 1.6.0-1 [88.4 kB]
#22 3.477 Get:69 http://deb.debian.org/debian bookworm/main amd64 libgl1-mesa-glx amd64 22.3.6-1+deb12u1 [14.5 kB]
#22 3.477 Get:70 http://deb.debian.org/debian bookworm/main amd64 libopengl0 amd64 1.6.0-1 [30.6 kB]
#22 3.478 Get:71 http://deb.debian.org/debian bookworm/main amd64 libglu1-mesa amd64 9.0.2-1.1 [178 kB]
#22 3.479 Get:72 http://deb.debian.org/debian bookworm/main amd64 python3-opengl all 3.1.6+dfsg-3 [605 kB]
#22 3.484 Get:73 http://deb.debian.org/debian bookworm/main amd64 python3-packaging all 23.0-1 [32.5 kB]
#22 3.484 Get:74 http://deb.debian.org/debian bookworm/main amd64 python3-pygccxml all 2.2.1-1 [80.3 kB]
#22 3.485 Get:75 http://deb.debian.org/debian bookworm/main amd64 python3-pyqt5.sip amd64 12.11.1-1 [56.4 kB]
#22 3.490 Get:76 http://deb.debian.org/debian bookworm/main amd64 libdouble-conversion3 amd64 3.2.1-1 [41.5 kB]
#22 3.492 Get:77 http://deb.debian.org/debian bookworm/main amd64 libqt5core5a amd64 5.15.8+dfsg-11+deb12u2 [1,810 kB]
#22 3.508 Get:78 http://deb.debian.org/debian bookworm/main amd64 libqt5dbus5 amd64 5.15.8+dfsg-11+deb12u2 [211 kB]
#22 3.509 Get:79 http://deb.debian.org/debian bookworm/main amd64 libwayland-server0 amd64 1.21.0-1 [35.9 kB]
#22 3.510 Get:80 http://deb.debian.org/debian bookworm/main amd64 libgbm1 amd64 22.3.6-1+deb12u1 [38.0 kB]
#22 3.510 Get:81 http://deb.debian.org/debian bookworm/main amd64 libegl-mesa0 amd64 22.3.6-1+deb12u1 [114 kB]
#22 3.511 Get:82 http://deb.debian.org/debian bookworm/main amd64 libegl1 amd64 1.6.0-1 [33.7 kB]
#22 3.511 Get:83 http://deb.debian.org/debian bookworm/main amd64 libevdev2 amd64 1.13.0+dfsg-1 [34.0 kB]
#22 3.511 Get:84 http://deb.debian.org/debian bookworm/main amd64 libmtdev1 amd64 1.1.6-1 [23.0 kB]
#22 3.512 Get:85 http://deb.debian.org/debian bookworm/main amd64 libgudev-1.0-0 amd64 237-2 [15.1 kB]
#22 3.512 Get:86 http://deb.debian.org/debian bookworm/main amd64 libwacom-common all 2.6.0-1 [58.4 kB]
#22 3.516 Get:87 http://deb.debian.org/debian bookworm/main amd64 libwacom9 amd64 2.6.0-1 [21.5 kB]
#22 3.520 Get:88 http://deb.debian.org/debian bookworm/main amd64 libinput-bin amd64 1.22.1-1 [23.2 kB]
#22 3.522 Get:89 http://deb.debian.org/debian bookworm/main amd64 libinput10 amd64 1.22.1-1 [125 kB]
#22 3.524 Get:90 http://deb.debian.org/debian bookworm/main amd64 libmd4c0 amd64 0.4.8-1 [44.2 kB]
#22 3.525 Get:91 http://deb.debian.org/debian bookworm/main amd64 libqt5network5 amd64 5.15.8+dfsg-11+deb12u2 [675 kB]
#22 3.531 Get:92 http://deb.debian.org/debian bookworm/main amd64 libxcb-icccm4 amd64 0.4.1-1.1 [27.4 kB]
#22 3.532 Get:93 http://deb.debian.org/debian bookworm/main amd64 libxcb-util1 amd64 0.4.0-1+b1 [23.2 kB]
#22 3.532 Get:94 http://deb.debian.org/debian bookworm/main amd64 libxcb-image0 amd64 0.4.0-2 [22.9 kB]
#22 3.533 Get:95 http://deb.debian.org/debian bookworm/main amd64 libxcb-keysyms1 amd64 0.4.0-1+b2 [16.4 kB]
#22 3.533 Get:96 http://deb.debian.org/debian bookworm/main amd64 libxcb-render-util0 amd64 0.3.9-1+b1 [18.3 kB]
#22 3.534 Get:97 http://deb.debian.org/debian bookworm/main amd64 libxcb-shape0 amd64 1.15-1 [106 kB]
#22 3.534 Get:98 http://deb.debian.org/debian bookworm/main amd64 libxcb-xinerama0 amd64 1.15-1 [105 kB]
#22 3.535 Get:99 http://deb.debian.org/debian bookworm/main amd64 libxcb-xinput0 amd64 1.15-1 [130 kB]
#22 3.536 Get:100 http://deb.debian.org/debian bookworm/main amd64 libxcb-xkb1 amd64 1.15-1 [129 kB]
#22 3.538 Get:101 http://deb.debian.org/debian bookworm/main amd64 libxkbcommon-x11-0 amd64 1.5.0-1 [15.6 kB]
#22 3.544 Get:102 http://deb.debian.org/debian bookworm/main amd64 libqt5gui5 amd64 5.15.8+dfsg-11+deb12u2 [3,408 kB]
#22 3.574 Get:103 http://deb.debian.org/debian bookworm/main amd64 libqt5widgets5 amd64 5.15.8+dfsg-11+deb12u2 [2,381 kB]
#22 3.594 Get:104 http://deb.debian.org/debian bookworm/main amd64 libqt5xml5 amd64 5.15.8+dfsg-11+deb12u2 [122 kB]
#22 3.594 Get:105 http://deb.debian.org/debian bookworm/main amd64 libqt5designer5 amd64 5.15.8-2 [2,748 kB]
#22 3.618 Get:106 http://deb.debian.org/debian bookworm/main amd64 libqt5sql5 amd64 5.15.8+dfsg-11+deb12u2 [122 kB]
#22 3.619 Get:107 http://deb.debian.org/debian bookworm/main amd64 libqt5help5 amd64 5.15.8-2 [149 kB]
#22 3.620 Get:108 http://deb.debian.org/debian bookworm/main amd64 libqt5printsupport5 amd64 5.15.8+dfsg-11+deb12u2 [202 kB]
#22 3.622 Get:109 http://deb.debian.org/debian bookworm/main amd64 libqt5test5 amd64 5.15.8+dfsg-11+deb12u2 [146 kB]
#22 3.623 Get:110 http://deb.debian.org/debian bookworm/main amd64 python3-pyqt5 amd64 5.15.9+dfsg-1 [2,489 kB]
#22 3.645 Get:111 http://deb.debian.org/debian bookworm/main amd64 python3-pyqt6.sip amd64 13.4.1-1 [51.4 kB]
#22 3.645 Get:112 http://deb.debian.org/debian bookworm/main amd64 libb2-1 amd64 0.98.1-1.1 [40.9 kB]
#22 3.646 Get:113 http://deb.debian.org/debian bookworm/main amd64 libqt6core6 amd64 6.4.2+dfsg-10 [1,613 kB]
#22 3.659 Get:114 http://deb.debian.org/debian bookworm/main amd64 libqt6dbus6 amd64 6.4.2+dfsg-10 [248 kB]
#22 3.661 Get:115 http://deb.debian.org/debian bookworm/main amd64 libts0 amd64 1.22-1+b1 [64.6 kB]
#22 3.662 Get:116 http://deb.debian.org/debian bookworm/main amd64 libqt6gui6 amd64 6.4.2+dfsg-10 [2,854 kB]
#22 3.686 Get:117 http://deb.debian.org/debian bookworm/main amd64 libproxy1v5 amd64 0.4.18-1.2 [56.2 kB]
#22 3.687 Get:118 http://deb.debian.org/debian bookworm/main amd64 libqt6network6 amd64 6.4.2+dfsg-10 [682 kB]
#22 3.692 Get:119 http://deb.debian.org/debian bookworm/main amd64 libqt6opengl6 amd64 6.4.2+dfsg-10 [390 kB]
#22 3.695 Get:120 http://deb.debian.org/debian bookworm/main amd64 libqt6widgets6 amd64 6.4.2+dfsg-10 [2,445 kB]
#22 3.717 Get:121 http://deb.debian.org/debian bookworm/main amd64 libqt6openglwidgets6 amd64 6.4.2+dfsg-10 [43.4 kB]
#22 3.717 Get:122 http://deb.debian.org/debian bookworm/main amd64 libqt6printsupport6 amd64 6.4.2+dfsg-10 [211 kB]
#22 3.718 Get:123 http://deb.debian.org/debian bookworm/main amd64 libqt6sql6 amd64 6.4.2+dfsg-10 [133 kB]
#22 3.720 Get:124 http://deb.debian.org/debian bookworm/main amd64 libqt6test6 amd64 6.4.2+dfsg-10 [161 kB]
#22 3.721 Get:125 http://deb.debian.org/debian bookworm/main amd64 libqt6xml6 amd64 6.4.2+dfsg-10 [75.5 kB]
#22 3.722 Get:126 http://deb.debian.org/debian bookworm/main amd64 python3-pyqt6 amd64 6.4.2-1 [2,461 kB]
#22 3.743 Get:127 http://deb.debian.org/debian bookworm/main amd64 python3-decorator all 5.1.1-3 [14.9 kB]
#22 3.743 Get:128 http://deb.debian.org/debian bookworm/main amd64 libopenblas0-pthread amd64 0.3.21+ds-4 [6,709 kB]
#22 3.804 Get:129 http://deb.debian.org/debian bookworm/main amd64 libopenblas0 amd64 0.3.21+ds-4 [32.6 kB]
#22 3.804 Get:130 http://deb.debian.org/debian bookworm/main amd64 libopenblas-pthread-dev amd64 0.3.21+ds-4 [4,971 kB]
#22 3.844 Get:131 http://deb.debian.org/debian bookworm/main amd64 libopenblas-dev amd64 0.3.21+ds-4 [44.9 kB]
#22 3.845 Get:132 http://deb.debian.org/debian bookworm/main amd64 libpython3-all-dev amd64 3.11.2-1+b1 [1,068 B]
#22 3.845 Get:133 http://deb.debian.org/debian bookworm/main amd64 python3-all amd64 3.11.2-1+b1 [1,056 B]
#22 3.846 Get:134 http://deb.debian.org/debian bookworm/main amd64 python3-all-dev amd64 3.11.2-1+b1 [1,072 B]
#22 3.846 Get:135 http://deb.debian.org/debian bookworm/main amd64 libxsimd-dev amd64 8.1.0-7 [88.8 kB]
#22 3.847 Get:136 http://deb.debian.org/debian bookworm/main amd64 python3-gast all 0.5.2-2 [9,364 B]
#22 3.847 Get:137 http://deb.debian.org/debian bookworm/main amd64 python3-beniget all 0.4.1-3 [9,920 B]
#22 3.847 Get:138 http://deb.debian.org/debian bookworm/main amd64 python3-ply all 3.11-5 [65.8 kB]
#22 3.848 Get:139 http://deb.debian.org/debian bookworm/main amd64 python3-pythran amd64 0.11.0+ds-7 [427 kB]
#22 3.857 Get:140 http://deb.debian.org/debian bookworm/main amd64 liblbfgsb0 amd64 3.0+dfsg.4-1 [28.9 kB]
#22 3.859 Get:141 http://deb.debian.org/debian bookworm/main amd64 python3-scipy amd64 1.10.1-2 [15.2 MB]
#22 3.994 Get:142 http://deb.debian.org/debian bookworm/main amd64 pyqt5-dev-tools amd64 5.15.9+dfsg-1 [180 kB]
#22 3.995 Get:143 http://deb.debian.org/debian bookworm/main amd64 pyqt6-dev-tools all 6.4.2-1 [66.4 kB]
#22 3.996 Get:144 http://deb.debian.org/debian bookworm/main amd64 qtchooser amd64 66-2 [26.3 kB]
#22 3.996 Get:145 http://deb.debian.org/debian bookworm/main amd64 qtbase5-dev-tools amd64 5.15.8+dfsg-11+deb12u2 [758 kB]
#22 3.999 Get:146 http://deb.debian.org/debian bookworm/main amd64 qt6-base-dev-tools amd64 6.4.2+dfsg-10 [890 kB]
#22 4.006 Get:147 http://deb.debian.org/debian bookworm/main amd64 python3-pyqtgraph all 0.13.1-4 [617 kB]
#22 4.011 Get:148 http://deb.debian.org/debian bookworm/main amd64 python3-contextlib2 all 0.6.0.post1-3 [13.5 kB]
#22 4.011 Get:149 http://deb.debian.org/debian bookworm/main amd64 python3-schema all 0.7.5-1 [27.5 kB]
#22 4.012 Get:150 http://deb.debian.org/debian bookworm/main amd64 python3-sip amd64 4.19.25+dfsg-5+b1 [165 kB]
#22 4.013 Get:151 http://deb.debian.org/debian bookworm/main amd64 python3-thrift amd64 0.17.0-2+b2 [160 kB]
#22 4.014 Get:152 http://deb.debian.org/debian bookworm/main amd64 python3-cffi-backend amd64 1.15.1-5+b1 [84.6 kB]
#22 4.015 Get:153 http://deb.debian.org/debian bookworm/main amd64 python3-py all 1.11.0-1 [89.2 kB]
#22 4.016 Get:154 http://deb.debian.org/debian bookworm/main amd64 python3-zmq amd64 24.0.1-4+b1 [263 kB]
#22 4.018 Get:155 http://deb.debian.org/debian bookworm/main amd64 libfmt9 amd64 9.1.0+ds1-2 [113 kB]
#22 4.019 Get:156 http://deb.debian.org/debian bookworm/main amd64 libgnuradio-pmt3.10.5 amd64 3.10.5.1-3 [117 kB]
#22 4.024 Get:157 http://deb.debian.org/debian bookworm/main amd64 libspdlog1.10 amd64 1:1.10.0+ds-0.4 [130 kB]
#22 4.026 Get:158 http://deb.debian.org/debian bookworm/main amd64 libthrift-0.17.0 amd64 0.17.0-2+b2 [372 kB]
#22 4.030 Get:159 http://deb.debian.org/debian bookworm/main amd64 libunwind8 amd64 1.6.2-3 [51.2 kB]
#22 4.031 Get:160 http://deb.debian.org/debian bookworm/main amd64 libgnuradio-runtime3.10.5 amd64 3.10.5.1-3 [562 kB]
#22 4.038 Get:161 http://deb.debian.org/debian bookworm/main amd64 libogg0 amd64 1.3.5-3 [23.4 kB]
#22 4.038 Get:162 http://deb.debian.org/debian bookworm/main amd64 libflac12 amd64 1.4.2+ds-2 [198 kB]
#22 4.039 Get:163 http://deb.debian.org/debian bookworm/main amd64 libmp3lame0 amd64 3.100-6 [365 kB]
#22 4.041 Get:164 http://deb.debian.org/debian-security bookworm-security/main amd64 libmpg123-0 amd64 1.31.2-1+deb12u1 [147 kB]
#22 4.041 Get:165 http://deb.debian.org/debian bookworm/main amd64 libopus0 amd64 1.3.1-3 [195 kB]
#22 4.043 Get:166 http://deb.debian.org/debian bookworm/main amd64 libvorbis0a amd64 1.3.7-1 [93.0 kB]
#22 4.044 Get:167 http://deb.debian.org/debian bookworm/main amd64 libvorbisenc2 amd64 1.3.7-1 [80.6 kB]
#22 4.046 Get:168 http://deb.debian.org/debian bookworm/main amd64 libsndfile1 amd64 1.2.0-1 [196 kB]
#22 4.048 Get:169 http://deb.debian.org/debian bookworm/main amd64 libgnuradio-blocks3.10.5 amd64 3.10.5.1-3 [561 kB]
#22 4.054 Get:170 http://deb.debian.org/debian bookworm/main amd64 libgnuradio-fft3.10.5 amd64 3.10.5.1-3 [121 kB]
#22 4.054 Get:171 http://deb.debian.org/debian bookworm/main amd64 libgnuradio-analog3.10.5 amd64 3.10.5.1-3 [177 kB]
#22 4.056 Get:172 http://deb.debian.org/debian bookworm/main amd64 libsamplerate0 amd64 0.2.2-3 [952 kB]
#22 4.064 Get:173 http://deb.debian.org/debian bookworm/main amd64 libjack-jackd2-0 amd64 1.9.21~dfsg-3 [281 kB]
#22 4.066 Get:174 http://deb.debian.org/debian bookworm/main amd64 libportaudio2 amd64 19.6.0-1.2 [66.7 kB]
#22 4.067 Get:175 http://deb.debian.org/debian bookworm/main amd64 libgnuradio-audio3.10.5 amd64 3.10.5.1-3 [158 kB]
#22 4.068 Get:176 http://deb.debian.org/debian bookworm/main amd64 libgnuradio-filter3.10.5 amd64 3.10.5.1-3 [251 kB]
#22 4.070 Get:177 http://deb.debian.org/debian bookworm/main amd64 libgnuradio-channels3.10.5 amd64 3.10.5.1-3 [121 kB]
#22 4.072 Get:178 http://deb.debian.org/debian bookworm/main amd64 libgnuradio-digital3.10.5 amd64 3.10.5.1-3 [416 kB]
#22 4.075 Get:179 http://deb.debian.org/debian bookworm/main amd64 libgslcblas0 amd64 2.7.1+dfsg-5 [108 kB]
#22 4.076 Get:180 http://deb.debian.org/debian bookworm/main amd64 libgsl27 amd64 2.7.1+dfsg-5 [941 kB]
#22 4.084 Get:181 http://deb.debian.org/debian bookworm/main amd64 libgnuradio-fec3.10.5 amd64 3.10.5.1-3 [252 kB]
#22 4.086 Get:182 http://deb.debian.org/debian bookworm/main amd64 libgnuradio-dtv3.10.5 amd64 3.10.5.1-3 [400 kB]
#22 4.090 Get:183 http://deb.debian.org/debian bookworm/main amd64 libiio0 amd64 0.24-4 [49.6 kB]
#22 4.090 Get:184 http://deb.debian.org/debian bookworm/main amd64 libad9361-0 amd64 0.2-1 [72.1 kB]
#22 4.091 Get:185 http://deb.debian.org/debian bookworm/main amd64 libgnuradio-iio3.10.5 amd64 3.10.5.1-3 [166 kB]
#22 4.092 Get:186 http://deb.debian.org/debian bookworm/main amd64 libgnuradio-network3.10.5 amd64 3.10.5.1-3 [195 kB]
#22 4.094 Get:187 http://deb.debian.org/debian bookworm/main amd64 libgnuradio-pdu3.10.5 amd64 3.10.5.1-3 [172 kB]
#22 4.095 Get:188 http://deb.debian.org/debian bookworm/main amd64 libqt5opengl5 amd64 5.15.8+dfsg-11+deb12u2 [148 kB]
#22 4.096 Get:189 http://deb.debian.org/debian bookworm/main amd64 libqt5svg5 amd64 5.15.8-3 [134 kB]
#22 4.098 Get:190 http://deb.debian.org/debian bookworm/main amd64 libqwt-qt5-6 amd64 6.1.4-2 [426 kB]
#22 4.101 Get:191 http://deb.debian.org/debian bookworm/main amd64 libgnuradio-qtgui3.10.5 amd64 3.10.5.1-3 [466 kB]
#22 4.105 Get:192 http://deb.debian.org/debian bookworm/main amd64 libgnuradio-soapy3.10.5 amd64 3.10.5.1-3 [142 kB]
#22 4.106 Get:193 http://deb.debian.org/debian bookworm/main amd64 libgnuradio-trellis3.10.5 amd64 3.10.5.1-3 [204 kB]
#22 4.108 Get:194 http://deb.debian.org/debian bookworm/main amd64 libgnuradio-uhd3.10.5 amd64 3.10.5.1-3 [195 kB]
#22 4.110 Get:195 http://deb.debian.org/debian bookworm/main amd64 libslang2 amd64 2.3.3-3 [554 kB]
#22 4.115 Get:196 http://deb.debian.org/debian bookworm/main amd64 libcaca0 amd64 0.99.beta20-3 [205 kB]
#22 4.116 Get:197 http://deb.debian.org/debian bookworm/main amd64 libasyncns0 amd64 0.8-6+b3 [12.9 kB]
#22 4.116 Get:198 http://deb.debian.org/debian bookworm/main amd64 libpulse0 amd64 16.1+dfsg1-2+b1 [274 kB]
#22 4.119 Get:199 http://deb.debian.org/debian bookworm/main amd64 libsdl1.2debian amd64 1.2.15+dfsg2-8 [199 kB]
#22 4.120 Get:200 http://deb.debian.org/debian bookworm/main amd64 libgnuradio-video-sdl3.10.5 amd64 3.10.5.1-3 [102 kB]
#22 4.121 Get:201 http://deb.debian.org/debian bookworm/main amd64 libcodec2-1.0 amd64 1.0.5-1 [8,171 kB]
#22 4.194 Get:202 http://deb.debian.org/debian bookworm/main amd64 libgnuradio-vocoder3.10.5 amd64 3.10.5.1-3 [116 kB]
#22 4.195 Get:203 http://deb.debian.org/debian bookworm/main amd64 libgnuradio-wavelet3.10.5 amd64 3.10.5.1-3 [51.8 kB]
#22 4.196 Get:204 http://deb.debian.org/debian bookworm/main amd64 libgnuradio-zeromq3.10.5 amd64 3.10.5.1-3 [125 kB]
#22 4.197 Get:205 http://deb.debian.org/debian bookworm/main amd64 gnuradio amd64 3.10.5.1-3 [3,457 kB]
#22 4.383 debconf: delaying package configuration, since apt-utils is not installed
#22 4.427 Fetched 142 MB in 1s (107 MB/s)
#22 4.467 Selecting previously unselected package hicolor-icon-theme.
#22 4.467 (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 ... 123462 files and directories currently installed.)
#22 4.516 Preparing to unpack .../000-hicolor-icon-theme_0.17-2_all.deb ...
#22 4.519 Unpacking hicolor-icon-theme (0.17-2) ...
#22 4.604 Selecting previously unselected package gtk-update-icon-cache.
#22 4.612 Preparing to unpack .../001-gtk-update-icon-cache_3.24.38-2~deb12u3_amd64.deb ...
#22 4.616 Unpacking gtk-update-icon-cache (3.24.38-2~deb12u3) ...
#22 4.680 Selecting previously unselected package adwaita-icon-theme.
#22 4.690 Preparing to unpack .../002-adwaita-icon-theme_43-1_all.deb ...
#22 4.693 Unpacking adwaita-icon-theme (43-1) ...
#22 5.437 Selecting previously unselected package at-spi2-common.
#22 5.448 Preparing to unpack .../003-at-spi2-common_2.46.0-5_all.deb ...
#22 5.451 Unpacking at-spi2-common (2.46.0-5) ...
#22 5.532 Selecting previously unselected package castxml.
#22 5.542 Preparing to unpack .../004-castxml_0.5.1-1_amd64.deb ...
#22 5.545 Unpacking castxml (0.5.1-1) ...
#22 5.684 Selecting previously unselected package libdconf1:amd64.
#22 5.693 Preparing to unpack .../005-libdconf1_0.40.0-4_amd64.deb ...
#22 5.701 Unpacking libdconf1:amd64 (0.40.0-4) ...
#22 5.740 Selecting previously unselected package dconf-service.
#22 5.749 Preparing to unpack .../006-dconf-service_0.40.0-4_amd64.deb ...
#22 5.752 Unpacking dconf-service (0.40.0-4) ...
#22 5.795 Selecting previously unselected package dconf-gsettings-backend:amd64.
#22 5.806 Preparing to unpack .../007-dconf-gsettings-backend_0.40.0-4_amd64.deb ...
#22 5.809 Unpacking dconf-gsettings-backend:amd64 (0.40.0-4) ...
#22 5.854 Selecting previously unselected package fonts-mathjax.
#22 5.861 Preparing to unpack .../008-fonts-mathjax_2.7.9+dfsg-1_all.deb ...
#22 5.864 Unpacking fonts-mathjax (2.7.9+dfsg-1) ...
#22 6.046 Selecting previously unselected package gnome-terminal-data.
#22 6.059 Preparing to unpack .../009-gnome-terminal-data_3.46.8-1_all.deb ...
#22 6.062 Unpacking gnome-terminal-data (3.46.8-1) ...
#22 6.228 Selecting previously unselected package gsettings-desktop-schemas.
#22 6.237 Preparing to unpack .../010-gsettings-desktop-schemas_43.0-1_all.deb ...
#22 6.240 Unpacking gsettings-desktop-schemas (43.0-1) ...
#22 6.331 Selecting previously unselected package libatk1.0-0:amd64.
#22 6.341 Preparing to unpack .../011-libatk1.0-0_2.46.0-5_amd64.deb ...
#22 6.344 Unpacking libatk1.0-0:amd64 (2.46.0-5) ...
#22 6.393 Selecting previously unselected package libatspi2.0-0:amd64.
#22 6.400 Preparing to unpack .../012-libatspi2.0-0_2.46.0-5_amd64.deb ...
#22 6.403 Unpacking libatspi2.0-0:amd64 (2.46.0-5) ...
#22 6.451 Selecting previously unselected package libatk-bridge2.0-0:amd64.
#22 6.460 Preparing to unpack .../013-libatk-bridge2.0-0_2.46.0-5_amd64.deb ...
#22 6.466 Unpacking libatk-bridge2.0-0:amd64 (2.46.0-5) ...
#22 6.515 Selecting previously unselected package libcolord2:amd64.
#22 6.524 Preparing to unpack .../014-libcolord2_1.4.6-2.2_amd64.deb ...
#22 6.529 Unpacking libcolord2:amd64 (1.4.6-2.2) ...
#22 6.586 Selecting previously unselected package libepoxy0:amd64.
#22 6.595 Preparing to unpack .../015-libepoxy0_1.5.10-1_amd64.deb ...
#22 6.598 Unpacking libepoxy0:amd64 (1.5.10-1) ...
#22 6.652 Selecting previously unselected package libwayland-client0:amd64.
#22 6.663 Preparing to unpack .../016-libwayland-client0_1.21.0-1_amd64.deb ...
#22 6.666 Unpacking libwayland-client0:amd64 (1.21.0-1) ...
#22 6.710 Selecting previously unselected package libwayland-cursor0:amd64.
#22 6.721 Preparing to unpack .../017-libwayland-cursor0_1.21.0-1_amd64.deb ...
#22 6.724 Unpacking libwayland-cursor0:amd64 (1.21.0-1) ...
#22 6.772 Selecting previously unselected package libwayland-egl1:amd64.
#22 6.782 Preparing to unpack .../018-libwayland-egl1_1.21.0-1_amd64.deb ...
#22 6.785 Unpacking libwayland-egl1:amd64 (1.21.0-1) ...
#22 6.825 Selecting previously unselected package libxcomposite1:amd64.
#22 6.836 Preparing to unpack .../019-libxcomposite1_1%3a0.4.5-1_amd64.deb ...
#22 6.839 Unpacking libxcomposite1:amd64 (1:0.4.5-1) ...
#22 6.889 Selecting previously unselected package libxfixes3:amd64.
#22 6.896 Preparing to unpack .../020-libxfixes3_1%3a6.0.0-2_amd64.deb ...
#22 6.901 Unpacking libxfixes3:amd64 (1:6.0.0-2) ...
#22 6.948 Selecting previously unselected package libxcursor1:amd64.
#22 6.953 Preparing to unpack .../021-libxcursor1_1%3a1.2.1-1_amd64.deb ...
#22 6.957 Unpacking libxcursor1:amd64 (1:1.2.1-1) ...
#22 6.995 Selecting previously unselected package libxdamage1:amd64.
#22 7.005 Preparing to unpack .../022-libxdamage1_1%3a1.1.6-1_amd64.deb ...
#22 7.009 Unpacking libxdamage1:amd64 (1:1.1.6-1) ...
#22 7.050 Selecting previously unselected package libxinerama1:amd64.
#22 7.061 Preparing to unpack .../023-libxinerama1_2%3a1.1.4-3_amd64.deb ...
#22 7.067 Unpacking libxinerama1:amd64 (2:1.1.4-3) ...
#22 7.104 Selecting previously unselected package xkb-data.
#22 7.112 Preparing to unpack .../024-xkb-data_2.35.1-1_all.deb ...
#22 7.115 Unpacking xkb-data (2.35.1-1) ...
#22 7.241 Selecting previously unselected package libxkbcommon0:amd64.
#22 7.251 Preparing to unpack .../025-libxkbcommon0_1.5.0-1_amd64.deb ...
#22 7.255 Unpacking libxkbcommon0:amd64 (1.5.0-1) ...
#22 7.306 Selecting previously unselected package libxrandr2:amd64.
#22 7.315 Preparing to unpack .../026-libxrandr2_2%3a1.5.2-2+b1_amd64.deb ...
#22 7.321 Unpacking libxrandr2:amd64 (2:1.5.2-2+b1) ...
#22 7.356 Selecting previously unselected package libgtk-3-common.
#22 7.365 Preparing to unpack .../027-libgtk-3-common_3.24.38-2~deb12u3_all.deb ...
#22 7.369 Unpacking libgtk-3-common (3.24.38-2~deb12u3) ...
#22 7.694 Selecting previously unselected package libgtk-3-0:amd64.
#22 7.703 Preparing to unpack .../028-libgtk-3-0_3.24.38-2~deb12u3_amd64.deb ...
#22 7.706 Unpacking libgtk-3-0:amd64 (3.24.38-2~deb12u3) ...
#22 7.924 Selecting previously unselected package libvte-2.91-common.
#22 7.935 Preparing to unpack .../029-libvte-2.91-common_0.70.6-2~deb12u1_amd64.deb ...
#22 7.938 Unpacking libvte-2.91-common (0.70.6-2~deb12u1) ...
#22 8.016 Selecting previously unselected package libvte-2.91-0:amd64.
#22 8.028 Preparing to unpack .../030-libvte-2.91-0_0.70.6-2~deb12u1_amd64.deb ...
#22 8.031 Unpacking libvte-2.91-0:amd64 (0.70.6-2~deb12u1) ...
#22 8.096 Selecting previously unselected package gnome-terminal.
#22 8.107 Preparing to unpack .../031-gnome-terminal_3.46.8-1_amd64.deb ...
#22 8.110 Unpacking gnome-terminal (3.46.8-1) ...
#22 8.186 Selecting previously unselected package libjs-mathjax.
#22 8.196 Preparing to unpack .../032-libjs-mathjax_2.7.9+dfsg-1_all.deb ...
#22 8.199 Unpacking libjs-mathjax (2.7.9+dfsg-1) ...
#22 8.839 Selecting previously unselected package liborc-0.4-0:amd64.
#22 8.851 Preparing to unpack .../033-liborc-0.4-0_1%3a0.4.33-2_amd64.deb ...
#22 8.856 Unpacking liborc-0.4-0:amd64 (1:0.4.33-2) ...
#22 8.914 Selecting previously unselected package libvolk2.5:amd64.
#22 8.923 Preparing to unpack .../034-libvolk2.5_2.5.2-3_amd64.deb ...
#22 8.928 Unpacking libvolk2.5:amd64 (2.5.2-3) ...
#22 8.994 Selecting previously unselected package libvolk2-bin.
#22 9.003 Preparing to unpack .../035-libvolk2-bin_2.5.2-3_amd64.deb ...
#22 9.009 Unpacking libvolk2-bin (2.5.2-3) ...
#22 9.058 Selecting previously unselected package python3-colorama.
#22 9.067 Preparing to unpack .../036-python3-colorama_0.4.6-2_all.deb ...
#22 9.073 Unpacking python3-colorama (0.4.6-2) ...
#22 9.124 Selecting previously unselected package python3-click.
#22 9.132 Preparing to unpack .../037-python3-click_8.1.3-2_all.deb ...
#22 9.137 Unpacking python3-click (8.1.3-2) ...
#22 9.191 Selecting previously unselected package python3-click-plugins.
#22 9.200 Preparing to unpack .../038-python3-click-plugins_1.1.1-4_all.deb ...
#22 9.203 Unpacking python3-click-plugins (1.1.1-4) ...
#22 9.249 Selecting previously unselected package python3-cairo:amd64.
#22 9.260 Preparing to unpack .../039-python3-cairo_1.20.1-5+b1_amd64.deb ...
#22 9.263 Unpacking python3-cairo:amd64 (1.20.1-5+b1) ...
#22 9.309 Selecting previously unselected package python3-gi-cairo.
#22 9.317 Preparing to unpack .../040-python3-gi-cairo_3.42.2-3+b1_amd64.deb ...
#22 9.321 Unpacking python3-gi-cairo (3.42.2-3+b1) ...
#22 9.366 Selecting previously unselected package python3-attr.
#22 9.375 Preparing to unpack .../041-python3-attr_22.2.0-1_all.deb ...
#22 9.380 Unpacking python3-attr (22.2.0-1) ...
#22 9.432 Selecting previously unselected package python3-pyrsistent:amd64.
#22 9.442 Preparing to unpack .../042-python3-pyrsistent_0.18.1-1+b3_amd64.deb ...
#22 9.446 Unpacking python3-pyrsistent:amd64 (0.18.1-1+b3) ...
#22 9.494 Selecting previously unselected package python3-jsonschema.
#22 9.504 Preparing to unpack .../043-python3-jsonschema_4.10.3-1_all.deb ...
#22 9.508 Unpacking python3-jsonschema (4.10.3-1) ...
#22 9.559 Selecting previously unselected package python3-lxml:amd64.
#22 9.571 Preparing to unpack .../044-python3-lxml_4.9.2-1+b1_amd64.deb ...
#22 9.574 Unpacking python3-lxml:amd64 (4.9.2-1+b1) ...
#22 9.696 Selecting previously unselected package libglvnd0:amd64.
#22 9.704 Preparing to unpack .../045-libglvnd0_1.6.0-1_amd64.deb ...
#22 9.707 Unpacking libglvnd0:amd64 (1.6.0-1) ...
#22 9.753 Selecting previously unselected package libdrm-common.
#22 9.763 Preparing to unpack .../046-libdrm-common_2.4.114-1_all.deb ...
#22 9.766 Unpacking libdrm-common (2.4.114-1) ...
#22 9.814 Selecting previously unselected package libdrm2:amd64.
#22 9.825 Preparing to unpack .../047-libdrm2_2.4.114-1+b1_amd64.deb ...
#22 9.828 Unpacking libdrm2:amd64 (2.4.114-1+b1) ...
#22 9.874 Selecting previously unselected package libglapi-mesa:amd64.
#22 9.885 Preparing to unpack .../048-libglapi-mesa_22.3.6-1+deb12u1_amd64.deb ...
#22 9.888 Unpacking libglapi-mesa:amd64 (22.3.6-1+deb12u1) ...
#22 9.938 Selecting previously unselected package libx11-xcb1:amd64.
#22 9.947 Preparing to unpack .../049-libx11-xcb1_2%3a1.8.4-2+deb12u2_amd64.deb ...
#22 9.950 Unpacking libx11-xcb1:amd64 (2:1.8.4-2+deb12u2) ...
#22 10.00 Selecting previously unselected package libxcb-dri2-0:amd64.
#22 10.01 Preparing to unpack .../050-libxcb-dri2-0_1.15-1_amd64.deb ...
#22 10.02 Unpacking libxcb-dri2-0:amd64 (1.15-1) ...
#22 10.07 Selecting previously unselected package libxcb-dri3-0:amd64.
#22 10.08 Preparing to unpack .../051-libxcb-dri3-0_1.15-1_amd64.deb ...
#22 10.08 Unpacking libxcb-dri3-0:amd64 (1.15-1) ...
#22 10.13 Selecting previously unselected package libxcb-glx0:amd64.
#22 10.14 Preparing to unpack .../052-libxcb-glx0_1.15-1_amd64.deb ...
#22 10.14 Unpacking libxcb-glx0:amd64 (1.15-1) ...
#22 10.19 Selecting previously unselected package libxcb-present0:amd64.
#22 10.20 Preparing to unpack .../053-libxcb-present0_1.15-1_amd64.deb ...
#22 10.21 Unpacking libxcb-present0:amd64 (1.15-1) ...
#22 10.25 Selecting previously unselected package libxcb-randr0:amd64.
#22 10.27 Preparing to unpack .../054-libxcb-randr0_1.15-1_amd64.deb ...
#22 10.29 Unpacking libxcb-randr0:amd64 (1.15-1) ...
#22 10.34 Selecting previously unselected package libxcb-sync1:amd64.
#22 10.35 Preparing to unpack .../055-libxcb-sync1_1.15-1_amd64.deb ...
#22 10.35 Unpacking libxcb-sync1:amd64 (1.15-1) ...
#22 10.40 Selecting previously unselected package libxcb-xfixes0:amd64.
#22 10.41 Preparing to unpack .../056-libxcb-xfixes0_1.15-1_amd64.deb ...
#22 10.41 Unpacking libxcb-xfixes0:amd64 (1.15-1) ...
#22 10.46 Selecting previously unselected package libxshmfence1:amd64.
#22 10.47 Preparing to unpack .../057-libxshmfence1_1.3-1_amd64.deb ...
#22 10.47 Unpacking libxshmfence1:amd64 (1.3-1) ...
#22 10.51 Selecting previously unselected package libxxf86vm1:amd64.
#22 10.52 Preparing to unpack .../058-libxxf86vm1_1%3a1.1.4-1+b2_amd64.deb ...
#22 10.52 Unpacking libxxf86vm1:amd64 (1:1.1.4-1+b2) ...
#22 10.57 Selecting previously unselected package libdrm-amdgpu1:amd64.
#22 10.58 Preparing to unpack .../059-libdrm-amdgpu1_2.4.114-1+b1_amd64.deb ...
#22 10.58 Unpacking libdrm-amdgpu1:amd64 (2.4.114-1+b1) ...
#22 10.62 Selecting previously unselected package libdrm-intel1:amd64.
#22 10.63 Preparing to unpack .../060-libdrm-intel1_2.4.114-1+b1_amd64.deb ...
#22 10.64 Unpacking libdrm-intel1:amd64 (2.4.114-1+b1) ...
#22 10.69 Selecting previously unselected package libdrm-nouveau2:amd64.
#22 10.70 Preparing to unpack .../061-libdrm-nouveau2_2.4.114-1+b1_amd64.deb ...
#22 10.70 Unpacking libdrm-nouveau2:amd64 (2.4.114-1+b1) ...
#22 10.75 Selecting previously unselected package libdrm-radeon1:amd64.
#22 10.76 Preparing to unpack .../062-libdrm-radeon1_2.4.114-1+b1_amd64.deb ...
#22 10.76 Unpacking libdrm-radeon1:amd64 (2.4.114-1+b1) ...
#22 10.80 Selecting previously unselected package libllvm15:amd64.
#22 10.81 Preparing to unpack .../063-libllvm15_1%3a15.0.6-4+b1_amd64.deb ...
#22 10.82 Unpacking libllvm15:amd64 (1:15.0.6-4+b1) ...
#22 11.59 Selecting previously unselected package libgl1-mesa-dri:amd64.
#22 11.60 Preparing to unpack .../064-libgl1-mesa-dri_22.3.6-1+deb12u1_amd64.deb ...
#22 11.61 Unpacking libgl1-mesa-dri:amd64 (22.3.6-1+deb12u1) ...
#22 12.05 Selecting previously unselected package libglx-mesa0:amd64.
#22 12.06 Preparing to unpack .../065-libglx-mesa0_22.3.6-1+deb12u1_amd64.deb ...
#22 12.07 Unpacking libglx-mesa0:amd64 (22.3.6-1+deb12u1) ...
#22 12.13 Selecting previously unselected package libglx0:amd64.
#22 12.14 Preparing to unpack .../066-libglx0_1.6.0-1_amd64.deb ...
#22 12.14 Unpacking libglx0:amd64 (1.6.0-1) ...
#22 12.19 Selecting previously unselected package libgl1:amd64.
#22 12.20 Preparing to unpack .../067-libgl1_1.6.0-1_amd64.deb ...
#22 12.20 Unpacking libgl1:amd64 (1.6.0-1) ...
#22 12.25 Selecting previously unselected package libgl1-mesa-glx:amd64.
#22 12.26 Preparing to unpack .../068-libgl1-mesa-glx_22.3.6-1+deb12u1_amd64.deb ...
#22 12.27 Unpacking libgl1-mesa-glx:amd64 (22.3.6-1+deb12u1) ...
#22 12.32 Selecting previously unselected package libopengl0:amd64.
#22 12.33 Preparing to unpack .../069-libopengl0_1.6.0-1_amd64.deb ...
#22 12.33 Unpacking libopengl0:amd64 (1.6.0-1) ...
#22 12.38 Selecting previously unselected package libglu1-mesa:amd64.
#22 12.39 Preparing to unpack .../070-libglu1-mesa_9.0.2-1.1_amd64.deb ...
#22 12.39 Unpacking libglu1-mesa:amd64 (9.0.2-1.1) ...
#22 12.46 Selecting previously unselected package python3-opengl.
#22 12.47 Preparing to unpack .../071-python3-opengl_3.1.6+dfsg-3_all.deb ...
#22 12.47 Unpacking python3-opengl (3.1.6+dfsg-3) ...
#22 12.88 Selecting previously unselected package python3-packaging.
#22 12.89 Preparing to unpack .../072-python3-packaging_23.0-1_all.deb ...
#22 12.90 Unpacking python3-packaging (23.0-1) ...
#22 12.94 Selecting previously unselected package python3-pygccxml.
#22 12.95 Preparing to unpack .../073-python3-pygccxml_2.2.1-1_all.deb ...
#22 12.96 Unpacking python3-pygccxml (2.2.1-1) ...
#22 13.01 Selecting previously unselected package python3-pyqt5.sip.
#22 13.01 Preparing to unpack .../074-python3-pyqt5.sip_12.11.1-1_amd64.deb ...
#22 13.02 Unpacking python3-pyqt5.sip (12.11.1-1) ...
#22 13.07 Selecting previously unselected package libdouble-conversion3:amd64.
#22 13.08 Preparing to unpack .../075-libdouble-conversion3_3.2.1-1_amd64.deb ...
#22 13.08 Unpacking libdouble-conversion3:amd64 (3.2.1-1) ...
#22 13.14 Selecting previously unselected package libqt5core5a:amd64.
#22 13.14 Preparing to unpack .../076-libqt5core5a_5.15.8+dfsg-11+deb12u2_amd64.deb ...
#22 13.15 Unpacking libqt5core5a:amd64 (5.15.8+dfsg-11+deb12u2) ...
#22 13.30 Selecting previously unselected package libqt5dbus5:amd64.
#22 13.31 Preparing to unpack .../077-libqt5dbus5_5.15.8+dfsg-11+deb12u2_amd64.deb ...
#22 13.32 Unpacking libqt5dbus5:amd64 (5.15.8+dfsg-11+deb12u2) ...
#22 13.38 Selecting previously unselected package libwayland-server0:amd64.
#22 13.39 Preparing to unpack .../078-libwayland-server0_1.21.0-1_amd64.deb ...
#22 13.39 Unpacking libwayland-server0:amd64 (1.21.0-1) ...
#22 13.44 Selecting previously unselected package libgbm1:amd64.
#22 13.45 Preparing to unpack .../079-libgbm1_22.3.6-1+deb12u1_amd64.deb ...
#22 13.45 Unpacking libgbm1:amd64 (22.3.6-1+deb12u1) ...
#22 13.50 Selecting previously unselected package libegl-mesa0:amd64.
#22 13.50 Preparing to unpack .../080-libegl-mesa0_22.3.6-1+deb12u1_amd64.deb ...
#22 13.51 Unpacking libegl-mesa0:amd64 (22.3.6-1+deb12u1) ...
#22 13.58 Selecting previously unselected package libegl1:amd64.
#22 13.59 Preparing to unpack .../081-libegl1_1.6.0-1_amd64.deb ...
#22 13.59 Unpacking libegl1:amd64 (1.6.0-1) ...
#22 13.64 Selecting previously unselected package libevdev2:amd64.
#22 13.65 Preparing to unpack .../082-libevdev2_1.13.0+dfsg-1_amd64.deb ...
#22 13.66 Unpacking libevdev2:amd64 (1.13.0+dfsg-1) ...
#22 13.70 Selecting previously unselected package libmtdev1:amd64.
#22 13.71 Preparing to unpack .../083-libmtdev1_1.1.6-1_amd64.deb ...
#22 13.71 Unpacking libmtdev1:amd64 (1.1.6-1) ...
#22 13.76 Selecting previously unselected package libgudev-1.0-0:amd64.
#22 13.77 Preparing to unpack .../084-libgudev-1.0-0_237-2_amd64.deb ...
#22 13.77 Unpacking libgudev-1.0-0:amd64 (237-2) ...
#22 13.81 Selecting previously unselected package libwacom-common.
#22 13.82 Preparing to unpack .../085-libwacom-common_2.6.0-1_all.deb ...
#22 13.83 Unpacking libwacom-common (2.6.0-1) ...
#22 13.92 Selecting previously unselected package libwacom9:amd64.
#22 13.93 Preparing to unpack .../086-libwacom9_2.6.0-1_amd64.deb ...
#22 13.94 Unpacking libwacom9:amd64 (2.6.0-1) ...
#22 13.97 Selecting previously unselected package libinput-bin.
#22 13.98 Preparing to unpack .../087-libinput-bin_1.22.1-1_amd64.deb ...
#22 13.99 Unpacking libinput-bin (1.22.1-1) ...
#22 14.04 Selecting previously unselected package libinput10:amd64.
#22 14.05 Preparing to unpack .../088-libinput10_1.22.1-1_amd64.deb ...
#22 14.05 Unpacking libinput10:amd64 (1.22.1-1) ...
#22 14.11 Selecting previously unselected package libmd4c0:amd64.
#22 14.12 Preparing to unpack .../089-libmd4c0_0.4.8-1_amd64.deb ...
#22 14.13 Unpacking libmd4c0:amd64 (0.4.8-1) ...
#22 14.18 Selecting previously unselected package libqt5network5:amd64.
#22 14.19 Preparing to unpack .../090-libqt5network5_5.15.8+dfsg-11+deb12u2_amd64.deb ...
#22 14.19 Unpacking libqt5network5:amd64 (5.15.8+dfsg-11+deb12u2) ...
#22 14.28 Selecting previously unselected package libxcb-icccm4:amd64.
#22 14.29 Preparing to unpack .../091-libxcb-icccm4_0.4.1-1.1_amd64.deb ...
#22 14.29 Unpacking libxcb-icccm4:amd64 (0.4.1-1.1) ...
#22 14.34 Selecting previously unselected package libxcb-util1:amd64.
#22 14.35 Preparing to unpack .../092-libxcb-util1_0.4.0-1+b1_amd64.deb ...
#22 14.35 Unpacking libxcb-util1:amd64 (0.4.0-1+b1) ...
#22 14.40 Selecting previously unselected package libxcb-image0:amd64.
#22 14.41 Preparing to unpack .../093-libxcb-image0_0.4.0-2_amd64.deb ...
#22 14.41 Unpacking libxcb-image0:amd64 (0.4.0-2) ...
#22 14.48 Selecting previously unselected package libxcb-keysyms1:amd64.
#22 14.49 Preparing to unpack .../094-libxcb-keysyms1_0.4.0-1+b2_amd64.deb ...
#22 14.49 Unpacking libxcb-keysyms1:amd64 (0.4.0-1+b2) ...
#22 14.54 Selecting previously unselected package libxcb-render-util0:amd64.
#22 14.55 Preparing to unpack .../095-libxcb-render-util0_0.3.9-1+b1_amd64.deb ...
#22 14.55 Unpacking libxcb-render-util0:amd64 (0.3.9-1+b1) ...
#22 14.60 Selecting previously unselected package libxcb-shape0:amd64.
#22 14.61 Preparing to unpack .../096-libxcb-shape0_1.15-1_amd64.deb ...
#22 14.61 Unpacking libxcb-shape0:amd64 (1.15-1) ...
#22 14.66 Selecting previously unselected package libxcb-xinerama0:amd64.
#22 14.67 Preparing to unpack .../097-libxcb-xinerama0_1.15-1_amd64.deb ...
#22 14.67 Unpacking libxcb-xinerama0:amd64 (1.15-1) ...
#22 14.72 Selecting previously unselected package libxcb-xinput0:amd64.
#22 14.73 Preparing to unpack .../098-libxcb-xinput0_1.15-1_amd64.deb ...
#22 14.74 Unpacking libxcb-xinput0:amd64 (1.15-1) ...
#22 14.78 Selecting previously unselected package libxcb-xkb1:amd64.
#22 14.79 Preparing to unpack .../099-libxcb-xkb1_1.15-1_amd64.deb ...
#22 14.80 Unpacking libxcb-xkb1:amd64 (1.15-1) ...
#22 14.84 Selecting previously unselected package libxkbcommon-x11-0:amd64.
#22 14.85 Preparing to unpack .../100-libxkbcommon-x11-0_1.5.0-1_amd64.deb ...
#22 14.85 Unpacking libxkbcommon-x11-0:amd64 (1.5.0-1) ...
#22 14.91 Selecting previously unselected package libqt5gui5:amd64.
#22 14.92 Preparing to unpack .../101-libqt5gui5_5.15.8+dfsg-11+deb12u2_amd64.deb ...
#22 14.93 Unpacking libqt5gui5:amd64 (5.15.8+dfsg-11+deb12u2) ...
#22 15.20 Selecting previously unselected package libqt5widgets5:amd64.
#22 15.21 Preparing to unpack .../102-libqt5widgets5_5.15.8+dfsg-11+deb12u2_amd64.deb ...
#22 15.22 Unpacking libqt5widgets5:amd64 (5.15.8+dfsg-11+deb12u2) ...
#22 15.40 Selecting previously unselected package libqt5xml5:amd64.
#22 15.41 Preparing to unpack .../103-libqt5xml5_5.15.8+dfsg-11+deb12u2_amd64.deb ...
#22 15.42 Unpacking libqt5xml5:amd64 (5.15.8+dfsg-11+deb12u2) ...
#22 15.48 Selecting previously unselected package libqt5designer5:amd64.
#22 15.49 Preparing to unpack .../104-libqt5designer5_5.15.8-2_amd64.deb ...
#22 15.49 Unpacking libqt5designer5:amd64 (5.15.8-2) ...
#22 15.66 Selecting previously unselected package libqt5sql5:amd64.
#22 15.67 Preparing to unpack .../105-libqt5sql5_5.15.8+dfsg-11+deb12u2_amd64.deb ...
#22 15.68 Unpacking libqt5sql5:amd64 (5.15.8+dfsg-11+deb12u2) ...
#22 15.78 Selecting previously unselected package libqt5help5:amd64.
#22 15.79 Preparing to unpack .../106-libqt5help5_5.15.8-2_amd64.deb ...
#22 15.79 Unpacking libqt5help5:amd64 (5.15.8-2) ...
#22 15.92 Selecting previously unselected package libqt5printsupport5:amd64.
#22 15.93 Preparing to unpack .../107-libqt5printsupport5_5.15.8+dfsg-11+deb12u2_amd64.deb ...
#22 15.94 Unpacking libqt5printsupport5:amd64 (5.15.8+dfsg-11+deb12u2) ...
#22 16.07 Selecting previously unselected package libqt5test5:amd64.
#22 16.07 Preparing to unpack .../108-libqt5test5_5.15.8+dfsg-11+deb12u2_amd64.deb ...
#22 16.08 Unpacking libqt5test5:amd64 (5.15.8+dfsg-11+deb12u2) ...
#22 16.19 Selecting previously unselected package python3-pyqt5.
#22 16.21 Preparing to unpack .../109-python3-pyqt5_5.15.9+dfsg-1_amd64.deb ...
#22 16.21 Unpacking python3-pyqt5 (5.15.9+dfsg-1) ...
#22 16.48 Selecting previously unselected package python3-pyqt6.sip.
#22 16.49 Preparing to unpack .../110-python3-pyqt6.sip_13.4.1-1_amd64.deb ...
#22 16.49 Unpacking python3-pyqt6.sip (13.4.1-1) ...
#22 16.54 Selecting previously unselected package libb2-1:amd64.
#22 16.55 Preparing to unpack .../111-libb2-1_0.98.1-1.1_amd64.deb ...
#22 16.55 Unpacking libb2-1:amd64 (0.98.1-1.1) ...
#22 16.60 Selecting previously unselected package libqt6core6:amd64.
#22 16.61 Preparing to unpack .../112-libqt6core6_6.4.2+dfsg-10_amd64.deb ...
#22 16.62 Unpacking libqt6core6:amd64 (6.4.2+dfsg-10) ...
#22 16.76 Selecting previously unselected package libqt6dbus6:amd64.
#22 16.77 Preparing to unpack .../113-libqt6dbus6_6.4.2+dfsg-10_amd64.deb ...
#22 16.77 Unpacking libqt6dbus6:amd64 (6.4.2+dfsg-10) ...
#22 16.83 Selecting previously unselected package libts0:amd64.
#22 16.84 Preparing to unpack .../114-libts0_1.22-1+b1_amd64.deb ...
#22 16.84 Unpacking libts0:amd64 (1.22-1+b1) ...
#22 16.89 Selecting previously unselected package libqt6gui6:amd64.
#22 16.91 Preparing to unpack .../115-libqt6gui6_6.4.2+dfsg-10_amd64.deb ...
#22 16.91 Unpacking libqt6gui6:amd64 (6.4.2+dfsg-10) ...
#22 17.12 Selecting previously unselected package libproxy1v5:amd64.
#22 17.13 Preparing to unpack .../116-libproxy1v5_0.4.18-1.2_amd64.deb ...
#22 17.14 Unpacking libproxy1v5:amd64 (0.4.18-1.2) ...
#22 17.19 Selecting previously unselected package libqt6network6:amd64.
#22 17.21 Preparing to unpack .../117-libqt6network6_6.4.2+dfsg-10_amd64.deb ...
#22 17.21 Unpacking libqt6network6:amd64 (6.4.2+dfsg-10) ...
#22 17.30 Selecting previously unselected package libqt6opengl6:amd64.
#22 17.31 Preparing to unpack .../118-libqt6opengl6_6.4.2+dfsg-10_amd64.deb ...
#22 17.31 Unpacking libqt6opengl6:amd64 (6.4.2+dfsg-10) ...
#22 17.40 Selecting previously unselected package libqt6widgets6:amd64.
#22 17.41 Preparing to unpack .../119-libqt6widgets6_6.4.2+dfsg-10_amd64.deb ...
#22 17.41 Unpacking libqt6widgets6:amd64 (6.4.2+dfsg-10) ...
#22 17.61 Selecting previously unselected package libqt6openglwidgets6:amd64.
#22 17.62 Preparing to unpack .../120-libqt6openglwidgets6_6.4.2+dfsg-10_amd64.deb ...
#22 17.62 Unpacking libqt6openglwidgets6:amd64 (6.4.2+dfsg-10) ...
#22 17.67 Selecting previously unselected package libqt6printsupport6:amd64.
#22 17.68 Preparing to unpack .../121-libqt6printsupport6_6.4.2+dfsg-10_amd64.deb ...
#22 17.68 Unpacking libqt6printsupport6:amd64 (6.4.2+dfsg-10) ...
#22 17.74 Selecting previously unselected package libqt6sql6:amd64.
#22 17.75 Preparing to unpack .../122-libqt6sql6_6.4.2+dfsg-10_amd64.deb ...
#22 17.75 Unpacking libqt6sql6:amd64 (6.4.2+dfsg-10) ...
#22 17.81 Selecting previously unselected package libqt6test6:amd64.
#22 17.82 Preparing to unpack .../123-libqt6test6_6.4.2+dfsg-10_amd64.deb ...
#22 17.82 Unpacking libqt6test6:amd64 (6.4.2+dfsg-10) ...
#22 17.88 Selecting previously unselected package libqt6xml6:amd64.
#22 17.89 Preparing to unpack .../124-libqt6xml6_6.4.2+dfsg-10_amd64.deb ...
#22 17.90 Unpacking libqt6xml6:amd64 (6.4.2+dfsg-10) ...
#22 17.95 Selecting previously unselected package python3-pyqt6.
#22 17.96 Preparing to unpack .../125-python3-pyqt6_6.4.2-1_amd64.deb ...
#22 17.97 Unpacking python3-pyqt6 (6.4.2-1) ...
#22 18.18 Selecting previously unselected package python3-decorator.
#22 18.19 Preparing to unpack .../126-python3-decorator_5.1.1-3_all.deb ...
#22 18.19 Unpacking python3-decorator (5.1.1-3) ...
#22 18.24 Selecting previously unselected package libopenblas0-pthread:amd64.
#22 18.25 Preparing to unpack .../127-libopenblas0-pthread_0.3.21+ds-4_amd64.deb ...
#22 18.25 Unpacking libopenblas0-pthread:amd64 (0.3.21+ds-4) ...
#22 18.60 Selecting previously unselected package libopenblas0:amd64.
#22 18.61 Preparing to unpack .../128-libopenblas0_0.3.21+ds-4_amd64.deb ...
#22 18.61 Unpacking libopenblas0:amd64 (0.3.21+ds-4) ...
#22 18.66 Selecting previously unselected package libopenblas-pthread-dev:amd64.
#22 18.67 Preparing to unpack .../129-libopenblas-pthread-dev_0.3.21+ds-4_amd64.deb ...
#22 18.67 Unpacking libopenblas-pthread-dev:amd64 (0.3.21+ds-4) ...
#22 18.94 Selecting previously unselected package libopenblas-dev:amd64.
#22 18.95 Preparing to unpack .../130-libopenblas-dev_0.3.21+ds-4_amd64.deb ...
#22 18.96 Unpacking libopenblas-dev:amd64 (0.3.21+ds-4) ...
#22 19.00 Selecting previously unselected package libpython3-all-dev:amd64.
#22 19.01 Preparing to unpack .../131-libpython3-all-dev_3.11.2-1+b1_amd64.deb ...
#22 19.02 Unpacking libpython3-all-dev:amd64 (3.11.2-1+b1) ...
#22 19.05 Selecting previously unselected package python3-all.
#22 19.06 Preparing to unpack .../132-python3-all_3.11.2-1+b1_amd64.deb ...
#22 19.07 Unpacking python3-all (3.11.2-1+b1) ...
#22 19.10 Selecting previously unselected package python3-all-dev.
#22 19.11 Preparing to unpack .../133-python3-all-dev_3.11.2-1+b1_amd64.deb ...
#22 19.11 Unpacking python3-all-dev (3.11.2-1+b1) ...
#22 19.15 Selecting previously unselected package libxsimd-dev:amd64.
#22 19.16 Preparing to unpack .../134-libxsimd-dev_8.1.0-7_amd64.deb ...
#22 19.17 Unpacking libxsimd-dev:amd64 (8.1.0-7) ...
#22 19.22 Selecting previously unselected package python3-gast.
#22 19.23 Preparing to unpack .../135-python3-gast_0.5.2-2_all.deb ...
#22 19.23 Unpacking python3-gast (0.5.2-2) ...
#22 19.28 Selecting previously unselected package python3-beniget.
#22 19.29 Preparing to unpack .../136-python3-beniget_0.4.1-3_all.deb ...
#22 19.29 Unpacking python3-beniget (0.4.1-3) ...
#22 19.33 Selecting previously unselected package python3-ply.
#22 19.34 Preparing to unpack .../137-python3-ply_3.11-5_all.deb ...
#22 19.35 Unpacking python3-ply (3.11-5) ...
#22 19.40 Selecting previously unselected package python3-pythran.
#22 19.41 Preparing to unpack .../138-python3-pythran_0.11.0+ds-7_amd64.deb ...
#22 19.42 Unpacking python3-pythran (0.11.0+ds-7) ...
#22 19.69 Selecting previously unselected package liblbfgsb0:amd64.
#22 19.70 Preparing to unpack .../139-liblbfgsb0_3.0+dfsg.4-1_amd64.deb ...
#22 19.70 Unpacking liblbfgsb0:amd64 (3.0+dfsg.4-1) ...
#22 19.75 Selecting previously unselected package python3-scipy.
#22 19.76 Preparing to unpack .../140-python3-scipy_1.10.1-2_amd64.deb ...
#22 19.77 Unpacking python3-scipy (1.10.1-2) ...
#22 20.35 Selecting previously unselected package pyqt5-dev-tools.
#22 20.37 Preparing to unpack .../141-pyqt5-dev-tools_5.15.9+dfsg-1_amd64.deb ...
#22 20.37 Unpacking pyqt5-dev-tools (5.15.9+dfsg-1) ...
#22 20.43 Selecting previously unselected package pyqt6-dev-tools.
#22 20.44 Preparing to unpack .../142-pyqt6-dev-tools_6.4.2-1_all.deb ...
#22 20.44 Unpacking pyqt6-dev-tools (6.4.2-1) ...
#22 20.49 Selecting previously unselected package qtchooser.
#22 20.50 Preparing to unpack .../143-qtchooser_66-2_amd64.deb ...
#22 20.50 Unpacking qtchooser (66-2) ...
#22 20.56 Selecting previously unselected package qtbase5-dev-tools.
#22 20.57 Preparing to unpack .../144-qtbase5-dev-tools_5.15.8+dfsg-11+deb12u2_amd64.deb ...
#22 20.58 Unpacking qtbase5-dev-tools (5.15.8+dfsg-11+deb12u2) ...
#22 20.67 Selecting previously unselected package qt6-base-dev-tools.
#22 20.68 Preparing to unpack .../145-qt6-base-dev-tools_6.4.2+dfsg-10_amd64.deb ...
#22 20.68 Unpacking qt6-base-dev-tools (6.4.2+dfsg-10) ...
#22 20.78 Selecting previously unselected package python3-pyqtgraph.
#22 20.79 Preparing to unpack .../146-python3-pyqtgraph_0.13.1-4_all.deb ...
#22 20.80 Unpacking python3-pyqtgraph (0.13.1-4) ...
#22 20.90 Selecting previously unselected package python3-contextlib2.
#22 20.92 Preparing to unpack .../147-python3-contextlib2_0.6.0.post1-3_all.deb ...
#22 20.92 Unpacking python3-contextlib2 (0.6.0.post1-3) ...
#22 20.97 Selecting previously unselected package python3-schema.
#22 20.98 Preparing to unpack .../148-python3-schema_0.7.5-1_all.deb ...
#22 20.98 Unpacking python3-schema (0.7.5-1) ...
#22 21.03 Selecting previously unselected package python3-sip.
#22 21.04 Preparing to unpack .../149-python3-sip_4.19.25+dfsg-5+b1_amd64.deb ...
#22 21.07 Unpacking python3-sip (4.19.25+dfsg-5+b1) ...
#22 21.20 Selecting previously unselected package python3-thrift.
#22 21.21 Preparing to unpack .../150-python3-thrift_0.17.0-2+b2_amd64.deb ...
#22 21.23 Unpacking python3-thrift (0.17.0-2+b2) ...
#22 21.35 Selecting previously unselected package python3-cffi-backend:amd64.
#22 21.36 Preparing to unpack .../151-python3-cffi-backend_1.15.1-5+b1_amd64.deb ...
#22 21.38 Unpacking python3-cffi-backend:amd64 (1.15.1-5+b1) ...
#22 21.50 Selecting previously unselected package python3-py.
#22 21.51 Preparing to unpack .../152-python3-py_1.11.0-1_all.deb ...
#22 21.53 Unpacking python3-py (1.11.0-1) ...
#22 21.65 Selecting previously unselected package python3-zmq.
#22 21.66 Preparing to unpack .../153-python3-zmq_24.0.1-4+b1_amd64.deb ...
#22 21.67 Unpacking python3-zmq (24.0.1-4+b1) ...
#22 21.80 Selecting previously unselected package libfmt9:amd64.
#22 21.81 Preparing to unpack .../154-libfmt9_9.1.0+ds1-2_amd64.deb ...
#22 21.83 Unpacking libfmt9:amd64 (9.1.0+ds1-2) ...
#22 21.94 Selecting previously unselected package libgnuradio-pmt3.10.5:amd64.
#22 21.95 Preparing to unpack .../155-libgnuradio-pmt3.10.5_3.10.5.1-3_amd64.deb ...
#22 21.96 Unpacking libgnuradio-pmt3.10.5:amd64 (3.10.5.1-3) ...
#22 22.08 Selecting previously unselected package libspdlog1.10:amd64.
#22 22.09 Preparing to unpack .../156-libspdlog1.10_1%3a1.10.0+ds-0.4_amd64.deb ...
#22 22.10 Unpacking libspdlog1.10:amd64 (1:1.10.0+ds-0.4) ...
#22 22.31 Selecting previously unselected package libthrift-0.17.0:amd64.
#22 22.32 Preparing to unpack .../157-libthrift-0.17.0_0.17.0-2+b2_amd64.deb ...
#22 22.37 Unpacking libthrift-0.17.0:amd64 (0.17.0-2+b2) ...
#22 22.66 Selecting previously unselected package libunwind8:amd64.
#22 22.68 Preparing to unpack .../158-libunwind8_1.6.2-3_amd64.deb ...
#22 22.68 Unpacking libunwind8:amd64 (1.6.2-3) ...
#22 22.72 Selecting previously unselected package libgnuradio-runtime3.10.5:amd64.
#22 22.73 Preparing to unpack .../159-libgnuradio-runtime3.10.5_3.10.5.1-3_amd64.deb ...
#22 22.73 Unpacking libgnuradio-runtime3.10.5:amd64 (3.10.5.1-3) ...
#22 22.82 Selecting previously unselected package libogg0:amd64.
#22 22.83 Preparing to unpack .../160-libogg0_1.3.5-3_amd64.deb ...
#22 22.84 Unpacking libogg0:amd64 (1.3.5-3) ...
#22 22.88 Selecting previously unselected package libflac12:amd64.
#22 22.89 Preparing to unpack .../161-libflac12_1.4.2+ds-2_amd64.deb ...
#22 22.90 Unpacking libflac12:amd64 (1.4.2+ds-2) ...
#22 22.96 Selecting previously unselected package libmp3lame0:amd64.
#22 22.97 Preparing to unpack .../162-libmp3lame0_3.100-6_amd64.deb ...
#22 22.97 Unpacking libmp3lame0:amd64 (3.100-6) ...
#22 23.04 Selecting previously unselected package libmpg123-0:amd64.
#22 23.05 Preparing to unpack .../163-libmpg123-0_1.31.2-1+deb12u1_amd64.deb ...
#22 23.05 Unpacking libmpg123-0:amd64 (1.31.2-1+deb12u1) ...
#22 23.10 Selecting previously unselected package libopus0:amd64.
#22 23.11 Preparing to unpack .../164-libopus0_1.3.1-3_amd64.deb ...
#22 23.14 Unpacking libopus0:amd64 (1.3.1-3) ...
#22 23.20 Selecting previously unselected package libvorbis0a:amd64.
#22 23.21 Preparing to unpack .../165-libvorbis0a_1.3.7-1_amd64.deb ...
#22 23.22 Unpacking libvorbis0a:amd64 (1.3.7-1) ...
#22 23.26 Selecting previously unselected package libvorbisenc2:amd64.
#22 23.27 Preparing to unpack .../166-libvorbisenc2_1.3.7-1_amd64.deb ...
#22 23.28 Unpacking libvorbisenc2:amd64 (1.3.7-1) ...
#22 23.39 Selecting previously unselected package libsndfile1:amd64.
#22 23.40 Preparing to unpack .../167-libsndfile1_1.2.0-1_amd64.deb ...
#22 23.42 Unpacking libsndfile1:amd64 (1.2.0-1) ...
#22 23.52 Selecting previously unselected package libgnuradio-blocks3.10.5:amd64.
#22 23.53 Preparing to unpack .../168-libgnuradio-blocks3.10.5_3.10.5.1-3_amd64.deb ...
#22 23.54 Unpacking libgnuradio-blocks3.10.5:amd64 (3.10.5.1-3) ...
#22 23.67 Selecting previously unselected package libgnuradio-fft3.10.5:amd64.
#22 23.68 Preparing to unpack .../169-libgnuradio-fft3.10.5_3.10.5.1-3_amd64.deb ...
#22 23.68 Unpacking libgnuradio-fft3.10.5:amd64 (3.10.5.1-3) ...
#22 23.79 Selecting previously unselected package libgnuradio-analog3.10.5:amd64.
#22 23.80 Preparing to unpack .../170-libgnuradio-analog3.10.5_3.10.5.1-3_amd64.deb ...
#22 23.81 Unpacking libgnuradio-analog3.10.5:amd64 (3.10.5.1-3) ...
#22 23.91 Selecting previously unselected package libsamplerate0:amd64.
#22 23.92 Preparing to unpack .../171-libsamplerate0_0.2.2-3_amd64.deb ...
#22 23.94 Unpacking libsamplerate0:amd64 (0.2.2-3) ...
#22 24.09 Selecting previously unselected package libjack-jackd2-0:amd64.
#22 24.10 Preparing to unpack .../172-libjack-jackd2-0_1.9.21~dfsg-3_amd64.deb ...
#22 24.11 Unpacking libjack-jackd2-0:amd64 (1.9.21~dfsg-3) ...
#22 24.23 Selecting previously unselected package libportaudio2:amd64.
#22 24.24 Preparing to unpack .../173-libportaudio2_19.6.0-1.2_amd64.deb ...
#22 24.26 Unpacking libportaudio2:amd64 (19.6.0-1.2) ...
#22 24.37 Selecting previously unselected package libgnuradio-audio3.10.5:amd64.
#22 24.38 Preparing to unpack .../174-libgnuradio-audio3.10.5_3.10.5.1-3_amd64.deb ...
#22 24.40 Unpacking libgnuradio-audio3.10.5:amd64 (3.10.5.1-3) ...
#22 24.51 Selecting previously unselected package libgnuradio-filter3.10.5:amd64.
#22 24.52 Preparing to unpack .../175-libgnuradio-filter3.10.5_3.10.5.1-3_amd64.deb ...
#22 24.54 Unpacking libgnuradio-filter3.10.5:amd64 (3.10.5.1-3) ...
#22 24.65 Selecting previously unselected package libgnuradio-channels3.10.5:amd64.
#22 24.67 Preparing to unpack .../176-libgnuradio-channels3.10.5_3.10.5.1-3_amd64.deb ...
#22 24.68 Unpacking libgnuradio-channels3.10.5:amd64 (3.10.5.1-3) ...
#22 24.79 Selecting previously unselected package libgnuradio-digital3.10.5:amd64.
#22 24.80 Preparing to unpack .../177-libgnuradio-digital3.10.5_3.10.5.1-3_amd64.deb ...
#22 24.82 Unpacking libgnuradio-digital3.10.5:amd64 (3.10.5.1-3) ...
#22 24.95 Selecting previously unselected package libgslcblas0:amd64.
#22 24.96 Preparing to unpack .../178-libgslcblas0_2.7.1+dfsg-5_amd64.deb ...
#22 24.97 Unpacking libgslcblas0:amd64 (2.7.1+dfsg-5) ...
#22 25.09 Selecting previously unselected package libgsl27:amd64.
#22 25.10 Preparing to unpack .../179-libgsl27_2.7.1+dfsg-5_amd64.deb ...
#22 25.11 Unpacking libgsl27:amd64 (2.7.1+dfsg-5) ...
#22 25.27 Selecting previously unselected package libgnuradio-fec3.10.5:amd64.
#22 25.28 Preparing to unpack .../180-libgnuradio-fec3.10.5_3.10.5.1-3_amd64.deb ...
#22 25.30 Unpacking libgnuradio-fec3.10.5:amd64 (3.10.5.1-3) ...
#22 25.41 Selecting previously unselected package libgnuradio-dtv3.10.5:amd64.
#22 25.42 Preparing to unpack .../181-libgnuradio-dtv3.10.5_3.10.5.1-3_amd64.deb ...
#22 25.43 Unpacking libgnuradio-dtv3.10.5:amd64 (3.10.5.1-3) ...
#22 25.58 Selecting previously unselected package libiio0:amd64.
#22 25.59 Preparing to unpack .../182-libiio0_0.24-4_amd64.deb ...
#22 25.60 Unpacking libiio0:amd64 (0.24-4) ...
#22 25.70 Selecting previously unselected package libad9361-0:amd64.
#22 25.71 Preparing to unpack .../183-libad9361-0_0.2-1_amd64.deb ...
#22 25.73 Unpacking libad9361-0:amd64 (0.2-1) ...
#22 25.83 Selecting previously unselected package libgnuradio-iio3.10.5:amd64.
#22 25.84 Preparing to unpack .../184-libgnuradio-iio3.10.5_3.10.5.1-3_amd64.deb ...
#22 25.85 Unpacking libgnuradio-iio3.10.5:amd64 (3.10.5.1-3) ...
#22 25.97 Selecting previously unselected package libgnuradio-network3.10.5:amd64.
#22 25.98 Preparing to unpack .../185-libgnuradio-network3.10.5_3.10.5.1-3_amd64.deb ...
#22 25.98 Unpacking libgnuradio-network3.10.5:amd64 (3.10.5.1-3) ...
#22 26.11 Selecting previously unselected package libgnuradio-pdu3.10.5:amd64.
#22 26.12 Preparing to unpack .../186-libgnuradio-pdu3.10.5_3.10.5.1-3_amd64.deb ...
#22 26.13 Unpacking libgnuradio-pdu3.10.5:amd64 (3.10.5.1-3) ...
#22 26.27 Selecting previously unselected package libqt5opengl5:amd64.
#22 26.28 Preparing to unpack .../187-libqt5opengl5_5.15.8+dfsg-11+deb12u2_amd64.deb ...
#22 26.29 Unpacking libqt5opengl5:amd64 (5.15.8+dfsg-11+deb12u2) ...
#22 26.41 Selecting previously unselected package libqt5svg5:amd64.
#22 26.42 Preparing to unpack .../188-libqt5svg5_5.15.8-3_amd64.deb ...
#22 26.43 Unpacking libqt5svg5:amd64 (5.15.8-3) ...
#22 26.55 Selecting previously unselected package libqwt-qt5-6.
#22 26.56 Preparing to unpack .../189-libqwt-qt5-6_6.1.4-2_amd64.deb ...
#22 26.57 Unpacking libqwt-qt5-6 (6.1.4-2) ...
#22 26.70 Selecting previously unselected package libgnuradio-qtgui3.10.5:amd64.
#22 26.71 Preparing to unpack .../190-libgnuradio-qtgui3.10.5_3.10.5.1-3_amd64.deb ...
#22 26.72 Unpacking libgnuradio-qtgui3.10.5:amd64 (3.10.5.1-3) ...
#22 26.84 Selecting previously unselected package libgnuradio-soapy3.10.5:amd64.
#22 26.85 Preparing to unpack .../191-libgnuradio-soapy3.10.5_3.10.5.1-3_amd64.deb ...
#22 26.86 Unpacking libgnuradio-soapy3.10.5:amd64 (3.10.5.1-3) ...
#22 26.98 Selecting previously unselected package libgnuradio-trellis3.10.5:amd64.
#22 26.99 Preparing to unpack .../192-libgnuradio-trellis3.10.5_3.10.5.1-3_amd64.deb ...
#22 27.00 Unpacking libgnuradio-trellis3.10.5:amd64 (3.10.5.1-3) ...
#22 27.11 Selecting previously unselected package libgnuradio-uhd3.10.5:amd64.
#22 27.12 Preparing to unpack .../193-libgnuradio-uhd3.10.5_3.10.5.1-3_amd64.deb ...
#22 27.13 Unpacking libgnuradio-uhd3.10.5:amd64 (3.10.5.1-3) ...
#22 27.25 Selecting previously unselected package libslang2:amd64.
#22 27.26 Preparing to unpack .../194-libslang2_2.3.3-3_amd64.deb ...
#22 27.28 Unpacking libslang2:amd64 (2.3.3-3) ...
#22 27.41 Selecting previously unselected package libcaca0:amd64.
#22 27.42 Preparing to unpack .../195-libcaca0_0.99.beta20-3_amd64.deb ...
#22 27.43 Unpacking libcaca0:amd64 (0.99.beta20-3) ...
#22 27.56 Selecting previously unselected package libasyncns0:amd64.
#22 27.57 Preparing to unpack .../196-libasyncns0_0.8-6+b3_amd64.deb ...
#22 27.58 Unpacking libasyncns0:amd64 (0.8-6+b3) ...
#22 27.74 Selecting previously unselected package libpulse0:amd64.
#22 27.75 Preparing to unpack .../197-libpulse0_16.1+dfsg1-2+b1_amd64.deb ...
#22 27.77 Unpacking libpulse0:amd64 (16.1+dfsg1-2+b1) ...
#22 27.88 Selecting previously unselected package libsdl1.2debian:amd64.
#22 27.89 Preparing to unpack .../198-libsdl1.2debian_1.2.15+dfsg2-8_amd64.deb ...
#22 27.90 Unpacking libsdl1.2debian:amd64 (1.2.15+dfsg2-8) ...
#22 27.97 Selecting previously unselected package libgnuradio-video-sdl3.10.5:amd64.
#22 27.98 Preparing to unpack .../199-libgnuradio-video-sdl3.10.5_3.10.5.1-3_amd64.deb ...
#22 27.98 Unpacking libgnuradio-video-sdl3.10.5:amd64 (3.10.5.1-3) ...
#22 28.04 Selecting previously unselected package libcodec2-1.0:amd64.
#22 28.05 Preparing to unpack .../200-libcodec2-1.0_1.0.5-1_amd64.deb ...
#22 28.05 Unpacking libcodec2-1.0:amd64 (1.0.5-1) ...
#22 28.58 Selecting previously unselected package libgnuradio-vocoder3.10.5:amd64.
#22 28.59 Preparing to unpack .../201-libgnuradio-vocoder3.10.5_3.10.5.1-3_amd64.deb ...
#22 28.59 Unpacking libgnuradio-vocoder3.10.5:amd64 (3.10.5.1-3) ...
#22 28.65 Selecting previously unselected package libgnuradio-wavelet3.10.5:amd64.
#22 28.66 Preparing to unpack .../202-libgnuradio-wavelet3.10.5_3.10.5.1-3_amd64.deb ...
#22 28.66 Unpacking libgnuradio-wavelet3.10.5:amd64 (3.10.5.1-3) ...
#22 28.71 Selecting previously unselected package libgnuradio-zeromq3.10.5:amd64.
#22 28.72 Preparing to unpack .../203-libgnuradio-zeromq3.10.5_3.10.5.1-3_amd64.deb ...
#22 28.72 Unpacking libgnuradio-zeromq3.10.5:amd64 (3.10.5.1-3) ...
#22 28.78 Selecting previously unselected package gnuradio.
#22 28.80 Preparing to unpack .../204-gnuradio_3.10.5.1-3_amd64.deb ...
#22 28.80 Unpacking gnuradio (3.10.5.1-3) ...
#22 29.19 Setting up libb2-1:amd64 (0.98.1-1.1) ...
#22 29.20 Setting up libxcb-dri3-0:amd64 (1.15-1) ...
#22 29.21 Setting up python3-attr (22.2.0-1) ...
#22 29.36 Setting up libwayland-server0:amd64 (1.21.0-1) ...
#22 29.37 Setting up gtk-update-icon-cache (3.24.38-2~deb12u3) ...
#22 29.38 Setting up libx11-xcb1:amd64 (2:1.8.4-2+deb12u2) ...
#22 29.39 Setting up libdouble-conversion3:amd64 (3.2.1-1) ...
#22 29.40 Setting up libproxy1v5:amd64 (0.4.18-1.2) ...
#22 29.41 Setting up fonts-mathjax (2.7.9+dfsg-1) ...
#22 29.42 Setting up libcodec2-1.0:amd64 (1.0.5-1) ...
#22 29.43 Setting up libxdamage1:amd64 (1:1.1.6-1) ...
#22 29.44 Setting up libopenblas0-pthread:amd64 (0.3.21+ds-4) ...
#22 29.45 update-alternatives: using /usr/lib/x86_64-linux-gnu/openblas-pthread/libblas.so.3 to provide /usr/lib/x86_64-linux-gnu/libblas.so.3 (libblas.so.3-x86_64-linux-gnu) in auto mode
#22 29.46 update-alternatives: using /usr/lib/x86_64-linux-gnu/openblas-pthread/liblapack.so.3 to provide /usr/lib/x86_64-linux-gnu/liblapack.so.3 (liblapack.so.3-x86_64-linux-gnu) in auto mode
#22 29.46 update-alternatives: using /usr/lib/x86_64-linux-gnu/openblas-pthread/libopenblas.so.0 to provide /usr/lib/x86_64-linux-gnu/libopenblas.so.0 (libopenblas.so.0-x86_64-linux-gnu) in auto mode
#22 29.47 Setting up libmpg123-0:amd64 (1.31.2-1+deb12u1) ...
#22 29.48 Setting up libxcb-xfixes0:amd64 (1.15-1) ...
#22 29.49 Setting up libogg0:amd64 (1.3.5-3) ...
#22 29.50 Setting up python3-cairo:amd64 (1.20.1-5+b1) ...
#22 29.63 Setting up hicolor-icon-theme (0.17-2) ...
#22 29.65 Setting up libjs-mathjax (2.7.9+dfsg-1) ...
#22 29.66 Setting up libxcb-xinput0:amd64 (1.15-1) ...
#22 29.67 Setting up python3-py (1.11.0-1) ...
#22 29.84 Setting up libvte-2.91-common (0.70.6-2~deb12u1) ...
#22 29.86 Setting up libgslcblas0:amd64 (2.7.1+dfsg-5) ...
#22 29.91 Setting up python3-colorama (0.4.6-2) ...
#22 30.04 Setting up libglvnd0:amd64 (1.6.0-1) ...
#22 30.05 Setting up libxcb-glx0:amd64 (1.15-1) ...
#22 30.06 Setting up python3-ply (3.11-5) ...
#22 30.22 Setting up libiio0:amd64 (0.24-4) ...
#22 30.23 Setting up libxcb-keysyms1:amd64 (0.4.0-1+b2) ...
#22 30.24 Setting up libxcb-shape0:amd64 (1.15-1) ...
#22 30.25 Setting up python3-gast (0.5.2-2) ...
#22 30.38 Setting up libgsl27:amd64 (2.7.1+dfsg-5) ...
#22 30.42 Setting up libxcb-render-util0:amd64 (0.3.9-1+b1) ...
#22 30.43 Setting up python3-all (3.11.2-1+b1) ...
#22 30.44 Setting up xkb-data (2.35.1-1) ...
#22 30.45 Setting up python3-contextlib2 (0.6.0.post1-3) ...
#22 30.58 Setting up libxcb-icccm4:amd64 (0.4.1-1.1) ...
#22 30.59 Setting up libatspi2.0-0:amd64 (2.46.0-5) ...
#22 30.60 Setting up python3-click (8.1.3-2) ...
#22 30.75 Setting up libqt6core6:amd64 (6.4.2+dfsg-10) ...
#22 30.76 Setting up libunwind8:amd64 (1.6.2-3) ...
#22 30.77 Setting up python3-thrift (0.17.0-2+b2) ...
#22 30.91 Setting up libts0:amd64 (1.22-1+b1) ...
#22 30.93 Setting up libcolord2:amd64 (1.4.6-2.2) ...
#22 30.94 Setting up gnome-terminal-data (3.46.8-1) ...
#22 30.95 Setting up libopengl0:amd64 (1.6.0-1) ...
#22 30.96 Setting up libxcb-util1:amd64 (0.4.0-1+b1) ...
#22 30.97 Setting up libxxf86vm1:amd64 (1:1.1.4-1+b2) ...
#22 30.98 Setting up libxcb-xkb1:amd64 (1.15-1) ...
#22 30.99 Setting up libxcb-image0:amd64 (0.4.0-2) ...
#22 31.00 Setting up libxcb-present0:amd64 (1.15-1) ...
#22 31.01 Setting up libdconf1:amd64 (0.40.0-4) ...
#22 31.02 Setting up python3-beniget (0.4.1-3) ...
#22 31.15 Setting up libxsimd-dev:amd64 (8.1.0-7) ...
#22 31.17 Setting up python3-decorator (5.1.1-3) ...
#22 31.30 Setting up python3-packaging (23.0-1) ...
#22 31.43 Setting up libxcb-xinerama0:amd64 (1.15-1) ...
#22 31.44 Setting up libflac12:amd64 (1.4.2+ds-2) ...
#22 31.45 Setting up libslang2:amd64 (2.3.3-3) ...
#22 31.46 Setting up libqt6xml6:amd64 (6.4.2+dfsg-10) ...
#22 31.47 Setting up adwaita-icon-theme (43-1) ...
#22 31.53 update-alternatives: using /usr/share/icons/Adwaita/cursor.theme to provide /usr/share/icons/default/index.theme (x-cursor-theme) in auto mode
#22 31.53 Setting up libqt6sql6:amd64 (6.4.2+dfsg-10) ...
#22 31.55 Setting up libepoxy0:amd64 (1.5.10-1) ...
#22 31.56 Setting up libxfixes3:amd64 (1:6.0.0-2) ...
#22 31.57 Setting up libxcb-sync1:amd64 (1.15-1) ...
#22 31.58 Setting up libpython3-all-dev:amd64 (3.11.2-1+b1) ...
#22 31.59 Setting up libopus0:amd64 (1.3.1-3) ...
#22 31.60 Setting up libxinerama1:amd64 (2:1.1.4-3) ...
#22 31.61 Setting up libvorbis0a:amd64 (1.3.7-1) ...
#22 31.62 Setting up castxml (0.5.1-1) ...
#22 31.63 Setting up libxrandr2:amd64 (2:1.5.2-2+b1) ...
#22 31.65 Setting up liborc-0.4-0:amd64 (1:0.4.33-2) ...
#22 31.66 Setting up python3-click-plugins (1.1.1-4) ...
#22 31.78 Setting up libqt5core5a:amd64 (5.15.8+dfsg-11+deb12u2) ...
#22 31.79 Setting up libglapi-mesa:amd64 (22.3.6-1+deb12u1) ...
#22 31.80 Setting up libmtdev1:amd64 (1.1.6-1) ...
#22 31.81 Setting up libfmt9:amd64 (9.1.0+ds1-2) ...
#22 31.82 Setting up libxcb-dri2-0:amd64 (1.15-1) ...
#22 31.84 Setting up python3-pyqt5.sip (12.11.1-1) ...
#22 31.85 Setting up python3-pyrsistent:amd64 (0.18.1-1+b3) ...
#22 32.00 Setting up libopenblas0:amd64 (0.3.21+ds-4) ...
#22 32.01 Setting up libasyncns0:amd64 (0.8-6+b3) ...
#22 32.02 Setting up libxshmfence1:amd64 (1.3-1) ...
#22 32.04 Setting up python3-lxml:amd64 (4.9.2-1+b1) ...
#22 32.21 Setting up at-spi2-common (2.46.0-5) ...
#22 32.22 Setting up libqt5dbus5:amd64 (5.15.8+dfsg-11+deb12u2) ...
#22 32.23 Setting up python3-schema (0.7.5-1) ...
#22 32.35 Setting up libxcb-randr0:amd64 (1.15-1) ...
#22 32.36 Setting up libllvm15:amd64 (1:15.0.6-4+b1) ...
#22 32.37 Setting up libmd4c0:amd64 (0.4.8-1) ...
#22 32.38 Setting up libatk1.0-0:amd64 (2.46.0-5) ...
#22 32.39 Setting up libglu1-mesa:amd64 (9.0.2-1.1) ...
#22 32.40 Setting up libwayland-egl1:amd64 (1.21.0-1) ...
#22 32.41 Setting up python3-pygccxml (2.2.1-1) ...
#22 32.59 Setting up python3-pyqt6.sip (13.4.1-1) ...
#22 32.60 Setting up libsamplerate0:amd64 (0.2.2-3) ...
#22 32.61 Setting up libqt5test5:amd64 (5.15.8+dfsg-11+deb12u2) ...
#22 32.62 Setting up python3-gi-cairo (3.42.2-3+b1) ...
#22 32.63 Setting up libdrm-common (2.4.114-1) ...
#22 32.64 Setting up libxcomposite1:amd64 (1:0.4.5-1) ...
#22 32.65 Setting up libevdev2:amd64 (1.13.0+dfsg-1) ...
#22 32.66 Setting up libgudev-1.0-0:amd64 (237-2) ...
#22 32.67 Setting up qtchooser (66-2) ...
#22 32.68 Setting up libmp3lame0:amd64 (3.100-6) ...
#22 32.70 Setting up python3-cffi-backend:amd64 (1.15.1-5+b1) ...
#22 32.71 Setting up libvorbisenc2:amd64 (1.3.7-1) ...
#22 32.72 Setting up libqt6dbus6:amd64 (6.4.2+dfsg-10) ...
#22 32.73 Setting up liblbfgsb0:amd64 (3.0+dfsg.4-1) ...
#22 32.74 Setting up libwacom-common (2.6.0-1) ...
#22 32.75 Setting up python3-sip (4.19.25+dfsg-5+b1) ...
#22 32.90 Setting up libxkbcommon0:amd64 (1.5.0-1) ...
#22 32.91 Setting up libwayland-client0:amd64 (1.21.0-1) ...
#22 32.92 Setting up libspdlog1.10:amd64 (1:1.10.0+ds-0.4) ...
#22 32.93 Setting up libopenblas-pthread-dev:amd64 (0.3.21+ds-4) ...
#22 32.94 update-alternatives: using /usr/lib/x86_64-linux-gnu/openblas-pthread/libblas.so to provide /usr/lib/x86_64-linux-gnu/libblas.so (libblas.so-x86_64-linux-gnu) in auto mode
#22 32.95 update-alternatives: using /usr/lib/x86_64-linux-gnu/openblas-pthread/liblapack.so to provide /usr/lib/x86_64-linux-gnu/liblapack.so (liblapack.so-x86_64-linux-gnu) in auto mode
#22 32.95 update-alternatives: using /usr/lib/x86_64-linux-gnu/openblas-pthread/libopenblas.so to provide /usr/lib/x86_64-linux-gnu/libopenblas.so (libopenblas.so-x86_64-linux-gnu) in auto mode
#22 32.96 Setting up python3-all-dev (3.11.2-1+b1) ...
#22 32.97 Setting up libqt6test6:amd64 (6.4.2+dfsg-10) ...
#22 32.98 Setting up libad9361-0:amd64 (0.2-1) ...
#22 33.00 Setting up libcaca0:amd64 (0.99.beta20-3) ...
#22 33.01 Setting up qt6-base-dev-tools (6.4.2+dfsg-10) ...
#22 33.02 Setting up libwacom9:amd64 (2.6.0-1) ...
#22 33.03 Setting up libxcursor1:amd64 (1:1.2.1-1) ...
#22 33.04 Setting up dconf-service (0.40.0-4) ...
#22 33.05 Setting up libqt5network5:amd64 (5.15.8+dfsg-11+deb12u2) ...
#22 33.06 Setting up libinput-bin (1.22.1-1) ...
#22 33.07 Setting up libqt5sql5:amd64 (5.15.8+dfsg-11+deb12u2) ...
#22 33.08 Setting up libatk-bridge2.0-0:amd64 (2.46.0-5) ...
#22 33.09 Setting up qtbase5-dev-tools (5.15.8+dfsg-11+deb12u2) ...
#22 33.11 Setting up libopenblas-dev:amd64 (0.3.21+ds-4) ...
#22 33.12 Setting up libqt5xml5:amd64 (5.15.8+dfsg-11+deb12u2) ...
#22 33.13 Setting up python3-jsonschema (4.10.3-1) ...
#22 33.29 Setting up python3-zmq (24.0.1-4+b1) ...
#22 33.50 Setting up libxkbcommon-x11-0:amd64 (1.5.0-1) ...
#22 33.51 Setting up libvolk2.5:amd64 (2.5.2-3) ...
#22 33.52 Setting up libjack-jackd2-0:amd64 (1.9.21~dfsg-3) ...
#22 33.53 Setting up libdrm2:amd64 (2.4.114-1+b1) ...
#22 33.54 Setting up python3-pythran (0.11.0+ds-7) ...
#22 33.80 Setting up libwayland-cursor0:amd64 (1.21.0-1) ...
#22 33.81 Setting up libqt6network6:amd64 (6.4.2+dfsg-10) ...
#22 33.82 Setting up libgnuradio-pmt3.10.5:amd64 (3.10.5.1-3) ...
#22 33.83 Setting up libsndfile1:amd64 (1.2.0-1) ...
#22 33.84 Setting up libdrm-amdgpu1:amd64 (2.4.114-1+b1) ...
#22 33.85 Setting up libinput10:amd64 (1.22.1-1) ...
#22 33.86 Setting up libportaudio2:amd64 (19.6.0-1.2) ...
#22 33.87 Setting up libdrm-nouveau2:amd64 (2.4.114-1+b1) ...
#22 33.88 Setting up python3-scipy (1.10.1-2) ...
#22 35.65 Setting up libvolk2-bin (2.5.2-3) ...
#22 35.79 Setting up dconf-gsettings-backend:amd64 (0.40.0-4) ...
#22 35.80 Setting up libgbm1:amd64 (22.3.6-1+deb12u1) ...
#22 35.81 Setting up libpulse0:amd64 (16.1+dfsg1-2+b1) ...
#22 35.83 Setting up libdrm-radeon1:amd64 (2.4.114-1+b1) ...
#22 35.84 Setting up libdrm-intel1:amd64 (2.4.114-1+b1) ...
#22 35.85 Setting up libgl1-mesa-dri:amd64 (22.3.6-1+deb12u1) ...
#22 35.87 Setting up libthrift-0.17.0:amd64 (0.17.0-2+b2) ...
#22 35.88 Setting up libegl-mesa0:amd64 (22.3.6-1+deb12u1) ...
#22 35.89 Setting up libsdl1.2debian:amd64 (1.2.15+dfsg2-8) ...
#22 35.90 Setting up libegl1:amd64 (1.6.0-1) ...
#22 35.91 Setting up libgnuradio-runtime3.10.5:amd64 (3.10.5.1-3) ...
#22 35.92 Setting up libgtk-3-common (3.24.38-2~deb12u3) ...
#22 35.94 Setting up gsettings-desktop-schemas (43.0-1) ...
#22 35.95 Setting up libgnuradio-blocks3.10.5:amd64 (3.10.5.1-3) ...
#22 35.96 Setting up libgnuradio-trellis3.10.5:amd64 (3.10.5.1-3) ...
#22 35.97 Setting up libglx-mesa0:amd64 (22.3.6-1+deb12u1) ...
#22 35.98 Setting up libgnuradio-vocoder3.10.5:amd64 (3.10.5.1-3) ...
#22 35.99 Setting up libgnuradio-iio3.10.5:amd64 (3.10.5.1-3) ...
#22 36.00 Setting up libglx0:amd64 (1.6.0-1) ...
#22 36.01 Setting up libgnuradio-fec3.10.5:amd64 (3.10.5.1-3) ...
#22 36.02 Setting up libgnuradio-pdu3.10.5:amd64 (3.10.5.1-3) ...
#22 36.06 Setting up libgnuradio-uhd3.10.5:amd64 (3.10.5.1-3) ...
#22 36.07 Setting up libgnuradio-network3.10.5:amd64 (3.10.5.1-3) ...
#22 36.08 Setting up libgnuradio-video-sdl3.10.5:amd64 (3.10.5.1-3) ...
#22 36.09 Setting up libgl1:amd64 (1.6.0-1) ...
#22 36.10 Setting up libqt6gui6:amd64 (6.4.2+dfsg-10) ...
#22 36.11 Setting up libgnuradio-fft3.10.5:amd64 (3.10.5.1-3) ...
#22 36.12 Setting up libgnuradio-filter3.10.5:amd64 (3.10.5.1-3) ...
#22 36.13 Setting up libgnuradio-soapy3.10.5:amd64 (3.10.5.1-3) ...
#22 36.14 Setting up libgnuradio-wavelet3.10.5:amd64 (3.10.5.1-3) ...
#22 36.15 Setting up libgl1-mesa-glx:amd64 (22.3.6-1+deb12u1) ...
#22 36.17 Setting up libgnuradio-audio3.10.5:amd64 (3.10.5.1-3) ...
#22 36.18 Setting up libgnuradio-zeromq3.10.5:amd64 (3.10.5.1-3) ...
#22 36.19 Setting up libgnuradio-dtv3.10.5:amd64 (3.10.5.1-3) ...
#22 36.20 Setting up libqt5gui5:amd64 (5.15.8+dfsg-11+deb12u2) ...
#22 36.22 Setting up libqt6opengl6:amd64 (6.4.2+dfsg-10) ...
#22 36.23 Setting up libgnuradio-analog3.10.5:amd64 (3.10.5.1-3) ...
#22 36.24 Setting up libqt5widgets5:amd64 (5.15.8+dfsg-11+deb12u2) ...
#22 36.25 Setting up python3-opengl (3.1.6+dfsg-3) ...
#22 37.73 Setting up libqt5help5:amd64 (5.15.8-2) ...
#22 37.74 Setting up libgnuradio-digital3.10.5:amd64 (3.10.5.1-3) ...
#22 37.76 Setting up libqt6widgets6:amd64 (6.4.2+dfsg-10) ...
#22 37.77 Setting up libqt5printsupport5:amd64 (5.15.8+dfsg-11+deb12u2) ...
#22 37.78 Setting up libqt5opengl5:amd64 (5.15.8+dfsg-11+deb12u2) ...
#22 37.79 Setting up libqt6openglwidgets6:amd64 (6.4.2+dfsg-10) ...
#22 37.80 Setting up libgnuradio-channels3.10.5:amd64 (3.10.5.1-3) ...
#22 37.81 Setting up libqt6printsupport6:amd64 (6.4.2+dfsg-10) ...
#22 37.82 Setting up libqt5designer5:amd64 (5.15.8-2) ...
#22 37.83 Setting up python3-pyqt6 (6.4.2-1) ...
#22 37.96 Setting up pyqt6-dev-tools (6.4.2-1) ...
#22 38.12 Setting up libqt5svg5:amd64 (5.15.8-3) ...
#22 38.13 Setting up libqwt-qt5-6 (6.1.4-2) ...
#22 38.14 Setting up libgnuradio-qtgui3.10.5:amd64 (3.10.5.1-3) ...
#22 38.15 Setting up python3-pyqt5 (5.15.9+dfsg-1) ...
#22 38.30 Setting up pyqt5-dev-tools (5.15.9+dfsg-1) ...
#22 38.43 Setting up python3-pyqtgraph (0.13.1-4) ...
#22 38.92 Processing triggers for libc-bin (2.36-9+deb12u9) ...
#22 38.95 Processing triggers for man-db (2.11.2-2) ...
#22 38.97 Processing triggers for shared-mime-info (2.2-1) ...
#22 40.85 Processing triggers for mailcap (3.70+nmu1) ...
#22 40.87 Processing triggers for fontconfig (2.14.1-4) ...
#22 41.08 Processing triggers for libglib2.0-0:amd64 (2.74.6-2+deb12u4) ...
#22 41.11 Setting up libgtk-3-0:amd64 (3.24.38-2~deb12u3) ...
#22 41.15 Setting up libvte-2.91-0:amd64 (0.70.6-2~deb12u1) ...
#22 41.16 Setting up gnome-terminal (3.46.8-1) ...
#22 41.17 update-alternatives: using /usr/bin/gnome-terminal.wrapper to provide /usr/bin/x-terminal-emulator (x-terminal-emulator) in auto mode
#22 41.17 update-alternatives: warning: skip creation of /usr/share/man/man1/x-terminal-emulator.1.gz because associated file /usr/share/man/man1/gnome-terminal.1.gz (of link group x-terminal-emulator) doesn't exist
#22 41.18 Setting up gnuradio (3.10.5.1-3) ...
#22 41.74 Processing triggers for libc-bin (2.36-9+deb12u9) ...
#22 DONE 42.0s

#23 [18/28] RUN	SET -x && 	mkdir -p /tmp/mongodb && 	cd /tmp/mongodb && 	wget "https://pgp.mongodb.com/server-5.0.asc" -O "/mongodb.key" && 	wget "http://security.debian.org/debian-security/pool/updates/main/o/openssl/libssl1.1_1.1.1n-0+deb10u6_amd64.deb" && 	dpkg -i "libssl1.1_1.1.1n-0+deb10u6_amd64.deb" && 	echo "deb [signed-by=/mongodb.key] http://repo.mongodb.org/apt/debian bullseye/mongodb-org/5.0 main" 		> /etc/apt/sources.list.d/mongodb-org.list && 	apt-get update && 	apt-get install -y mongodb-org && 	apt-get clean && 	cd / && 	rm -rf /tmp/mongodb && 	rm /etc/apt/sources.list.d/mongodb-org.list && 	sed -i "s/127.0.0.1/172.18.50.2/g" /etc/mongod.conf
#23 0.312 + mkdir -p /tmp/mongodb
#23 0.313 + cd /tmp/mongodb
#23 0.313 + wget https://pgp.mongodb.com/server-5.0.asc -O /mongodb.key
#23 0.315 --2024-12-25 22:49:23--  https://pgp.mongodb.com/server-5.0.asc
#23 0.324 Resolving pgp.mongodb.com (pgp.mongodb.com)... 13.32.121.128, 13.32.121.120, 13.32.121.114, ...
#23 0.371 Connecting to pgp.mongodb.com (pgp.mongodb.com)|13.32.121.128|:443... connected.
#23 0.395 HTTP request sent, awaiting response... 200 OK
#23 0.719 Length: 1656 (1.6K) [binary/octet-stream]
#23 0.719 Saving to: ‘/mongodb.key’
#23 0.719 
#23 0.719      0K .                                                     100% 36.4M=0s
#23 0.719 
#23 0.719 2024-12-25 22:49:24 (36.4 MB/s) - ‘/mongodb.key’ saved [1656/1656]
#23 0.719 
#23 0.720 + wget http://security.debian.org/debian-security/pool/updates/main/o/openssl/libssl1.1_1.1.1n-0+deb10u6_amd64.deb
#23 0.724 --2024-12-25 22:49:24--  http://security.debian.org/debian-security/pool/updates/main/o/openssl/libssl1.1_1.1.1n-0+deb10u6_amd64.deb
#23 0.724 Resolving security.debian.org (security.debian.org)... 151.101.130.132, 151.101.194.132, 151.101.66.132, ...
#23 0.725 Connecting to security.debian.org (security.debian.org)|151.101.130.132|:80... connected.
#23 0.730 HTTP request sent, awaiting response... 200 OK
#23 0.737 Length: 1552428 (1.5M) [application/vnd.debian.binary-package]
#23 0.737 Saving to: ‘libssl1.1_1.1.1n-0+deb10u6_amd64.deb’
#23 0.738 
#23 0.738      0K .......... .......... .......... .......... ..........  3% 8.64M 0s
#23 0.743     50K .......... .......... .......... .......... ..........  6% 12.4M 0s
#23 0.747    100K .......... .......... .......... .......... ..........  9% 31.0M 0s
#23 0.749    150K .......... .......... .......... .......... .......... 13% 15.0M 0s
#23 0.752    200K .......... .......... .......... .......... .......... 16% 35.0M 0s
#23 0.753    250K .......... .......... .......... .......... .......... 19%  125M 0s
#23 0.754    300K .......... .......... .......... .......... .......... 23%  119M 0s
#23 0.754    350K .......... .......... .......... .......... .......... 26% 54.0M 0s
#23 0.755    400K .......... .......... .......... .......... .......... 29% 22.8M 0s
#23 0.757    450K .......... .......... .......... .......... .......... 32% 44.7M 0s
#23 0.758    500K .......... .......... .......... .......... .......... 36% 99.1M 0s
#23 0.759    550K .......... .......... .......... .......... .......... 39% 91.7M 0s
#23 0.759    600K .......... .......... .......... .......... .......... 42%  122M 0s
#23 0.760    650K .......... .......... .......... .......... .......... 46%  106M 0s
#23 0.760    700K .......... .......... .......... .......... .......... 49%  111M 0s
#23 0.760    750K .......... .......... .......... .......... .......... 52%  117M 0s
#23 0.761    800K .......... .......... .......... .......... .......... 56%  142M 0s
#23 0.761    850K .......... .......... .......... .......... .......... 59% 63.2M 0s
#23 0.762    900K .......... .......... .......... .......... .......... 62% 88.3M 0s
#23 0.763    950K .......... .......... .......... .......... .......... 65% 56.5M 0s
#23 0.763   1000K .......... .......... .......... .......... .......... 69% 99.5M 0s
#23 0.764   1050K .......... .......... .......... .......... .......... 72%  116M 0s
#23 0.764   1100K .......... .......... .......... .......... .......... 75%  118M 0s
#23 0.765   1150K .......... .......... .......... .......... .......... 79%  108M 0s
#23 0.765   1200K .......... .......... .......... .......... .......... 82%  119M 0s
#23 0.766   1250K .......... .......... .......... .......... .......... 85%  116M 0s
#23 0.766   1300K .......... .......... .......... .......... .......... 89%  100M 0s
#23 0.767   1350K .......... .......... .......... .......... .......... 92%  124M 0s
#23 0.767   1400K .......... .......... .......... .......... .......... 95%  119M 0s
#23 0.767   1450K .......... .......... .......... .......... .......... 98% 98.3M 0s
#23 0.768   1500K .......... ......                                     100%  243M=0.03s
#23 0.768 
#23 0.768 2024-12-25 22:49:24 (48.5 MB/s) - ‘libssl1.1_1.1.1n-0+deb10u6_amd64.deb’ saved [1552428/1552428]
#23 0.768 
#23 0.769 + dpkg -i libssl1.1_1.1.1n-0+deb10u6_amd64.deb
#23 0.812 Selecting previously unselected package libssl1.1:amd64.
#23 0.878 (Reading database ... 147349 files and directories currently installed.)
#23 0.882 Preparing to unpack libssl1.1_1.1.1n-0+deb10u6_amd64.deb ...
#23 0.890 Unpacking libssl1.1:amd64 (1.1.1n-0+deb10u6) ...
#23 1.002 Setting up libssl1.1:amd64 (1.1.1n-0+deb10u6) ...
#23 1.080 debconf: unable to initialize frontend: Dialog
#23 1.080 debconf: (TERM is not set, so the dialog frontend is not usable.)
#23 1.080 debconf: falling back to frontend: Readline
#23 1.088 debconf: unable to initialize frontend: Readline
#23 1.088 debconf: (This frontend requires a controlling tty.)
#23 1.088 debconf: falling back to frontend: Teletype
#23 1.117 Processing triggers for libc-bin (2.36-9+deb12u9) ...
#23 1.193 + echo deb [signed-by=/mongodb.key] http://repo.mongodb.org/apt/debian bullseye/mongodb-org/5.0 main
#23 1.193 + apt-get update
#23 1.256 Hit:1 http://deb.debian.org/debian bookworm InRelease
#23 1.256 Hit:2 http://deb.debian.org/debian bookworm-updates InRelease
#23 1.256 Hit:3 http://deb.debian.org/debian-security bookworm-security InRelease
#23 1.386 Hit:4 https://downloads.osmocom.org/packages/osmocom:/nightly/Debian_12 ./ InRelease
#23 1.448 Get:5 http://repo.mongodb.org/apt/debian bullseye/mongodb-org/5.0 InRelease [2,951 B]
#23 1.849 Get:6 http://repo.mongodb.org/apt/debian bullseye/mongodb-org/5.0/main amd64 Packages [85.9 kB]
#23 2.051 Fetched 88.9 kB in 1s (107 kB/s)
#23 2.051 Reading package lists...
#23 2.616 + apt-get install -y mongodb-org
#23 2.624 Reading package lists...
#23 3.103 Building dependency tree...
#23 3.297 Reading state information...
#23 3.478 The following additional packages will be installed:
#23 3.478   mongodb-database-tools mongodb-mongosh mongodb-org-database
#23 3.478   mongodb-org-database-tools-extra mongodb-org-mongos mongodb-org-server
#23 3.479   mongodb-org-shell mongodb-org-tools
#23 3.500 The following NEW packages will be installed:
#23 3.500   mongodb-database-tools mongodb-mongosh mongodb-org mongodb-org-database
#23 3.500   mongodb-org-database-tools-extra mongodb-org-mongos mongodb-org-server
#23 3.500   mongodb-org-shell mongodb-org-tools
#23 3.808 0 upgraded, 9 newly installed, 0 to remove and 2 not upgraded.
#23 3.808 Need to get 161 MB of archives.
#23 3.808 After this operation, 516 MB of additional disk space will be used.
#23 3.808 Get:1 http://repo.mongodb.org/apt/debian bullseye/mongodb-org/5.0/main amd64 mongodb-database-tools amd64 100.10.0 [46.4 MB]
#23 4.544 Get:2 http://repo.mongodb.org/apt/debian bullseye/mongodb-org/5.0/main amd64 mongodb-mongosh amd64 2.3.7 [54.2 MB]
#23 5.076 Get:3 http://repo.mongodb.org/apt/debian bullseye/mongodb-org/5.0/main amd64 mongodb-org-shell amd64 5.0.30 [14.9 MB]
#23 5.265 Get:4 http://repo.mongodb.org/apt/debian bullseye/mongodb-org/5.0/main amd64 mongodb-org-server amd64 5.0.30 [26.6 MB]
#23 5.635 Get:5 http://repo.mongodb.org/apt/debian bullseye/mongodb-org/5.0/main amd64 mongodb-org-mongos amd64 5.0.30 [18.9 MB]
#23 5.827 Get:6 http://repo.mongodb.org/apt/debian bullseye/mongodb-org/5.0/main amd64 mongodb-org-database-tools-extra amd64 5.0.30 [7,752 B]
#23 6.033 Get:7 http://repo.mongodb.org/apt/debian bullseye/mongodb-org/5.0/main amd64 mongodb-org-database amd64 5.0.30 [3,540 B]
#23 6.240 Get:8 http://repo.mongodb.org/apt/debian bullseye/mongodb-org/5.0/main amd64 mongodb-org-tools amd64 5.0.30 [2,896 B]
#23 6.452 Get:9 http://repo.mongodb.org/apt/debian bullseye/mongodb-org/5.0/main amd64 mongodb-org amd64 5.0.30 [2,932 B]
#23 6.605 debconf: delaying package configuration, since apt-utils is not installed
#23 6.646 Fetched 161 MB in 3s (54.6 MB/s)
#23 6.677 Selecting previously unselected package mongodb-database-tools.
#23 6.677 (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 ... 147360 files and directories currently installed.)
#23 6.732 Preparing to unpack .../0-mongodb-database-tools_100.10.0_amd64.deb ...
#23 6.735 Unpacking mongodb-database-tools (100.10.0) ...
#23 7.475 Selecting previously unselected package mongodb-mongosh.
#23 7.486 Preparing to unpack .../1-mongodb-mongosh_2.3.7_amd64.deb ...
#23 7.489 Unpacking mongodb-mongosh (2.3.7) ...
#23 8.945 Selecting previously unselected package mongodb-org-shell.
#23 8.957 Preparing to unpack .../2-mongodb-org-shell_5.0.30_amd64.deb ...
#23 8.960 Unpacking mongodb-org-shell (5.0.30) ...
#23 9.567 Selecting previously unselected package mongodb-org-server.
#23 9.577 Preparing to unpack .../3-mongodb-org-server_5.0.30_amd64.deb ...
#23 9.581 Unpacking mongodb-org-server (5.0.30) ...
#23 10.31 Selecting previously unselected package mongodb-org-mongos.
#23 10.32 Preparing to unpack .../4-mongodb-org-mongos_5.0.30_amd64.deb ...
#23 10.32 Unpacking mongodb-org-mongos (5.0.30) ...
#23 10.93 Selecting previously unselected package mongodb-org-database-tools-extra.
#23 10.94 Preparing to unpack .../5-mongodb-org-database-tools-extra_5.0.30_amd64.deb ...
#23 10.95 Unpacking mongodb-org-database-tools-extra (5.0.30) ...
#23 10.99 Selecting previously unselected package mongodb-org-database.
#23 11.00 Preparing to unpack .../6-mongodb-org-database_5.0.30_amd64.deb ...
#23 11.01 Unpacking mongodb-org-database (5.0.30) ...
#23 11.04 Selecting previously unselected package mongodb-org-tools.
#23 11.05 Preparing to unpack .../7-mongodb-org-tools_5.0.30_amd64.deb ...
#23 11.06 Unpacking mongodb-org-tools (5.0.30) ...
#23 11.09 Selecting previously unselected package mongodb-org.
#23 11.10 Preparing to unpack .../8-mongodb-org_5.0.30_amd64.deb ...
#23 11.11 Unpacking mongodb-org (5.0.30) ...
#23 11.17 Setting up mongodb-mongosh (2.3.7) ...
#23 11.19 Setting up mongodb-org-server (5.0.30) ...
#23 11.23 Adding system user `mongodb' (UID 104) ...
#23 11.23 Adding new user `mongodb' (UID 104) with group `nogroup' ...
#23 11.26 Not creating `/nonexistent'.
#23 11.29 Adding group `mongodb' (GID 106) ...
#23 11.30 Done.
#23 11.33 Adding user `mongodb' to group `mongodb' ...
#23 11.35 Done.
#23 11.37 System has not been booted with systemd as init system (PID 1). Can't operate.

#23 11.37 Failed to connect to bus: Host is down

#23 11.37 Setting up mongodb-org-shell (5.0.30) ...
#23 11.38 Setting up mongodb-database-tools (100.10.0) ...
#23 11.40 Setting up mongodb-org-mongos (5.0.30) ...
#23 11.41 Setting up mongodb-org-database-tools-extra (5.0.30) ...
#23 11.42 Setting up mongodb-org-database (5.0.30) ...
#23 11.43 Setting up mongodb-org-tools (5.0.30) ...
#23 11.44 Setting up mongodb-org (5.0.30) ...
#23 11.45 Processing triggers for man-db (2.11.2-2) ...
#23 11.52 + apt-get clean
#23 11.52 + cd /
#23 11.52 + rm -rf /tmp/mongodb
#23 11.52 + rm /etc/apt/sources.list.d/mongodb-org.list
#23 11.53 + sed -i s/127.0.0.1/172.18.50.2/g /etc/mongod.conf
#23 DONE 11.8s

#24 [19/28] RUN	IF [ "$(arch)" = "x86_64" ]; then 		apt-get update && 		apt-get install -y --no-install-recommends 			python3-pip 			python3-setuptools 			python3-wheel 			ninja-build 			build-essential 			flex 			bison 			git 			libsctp-dev 			libgnutls28-dev 			libgcrypt-dev 			libssl-dev 			libidn11-dev 			libmongoc-dev 			libbson-dev 			libyaml-dev 			libnghttp2-dev 			libmicrohttpd-dev 			libcurl4-gnutls-dev 			libnghttp2-dev 			meson && 		apt-get clean; 	fi
#24 0.374 Hit:1 http://deb.debian.org/debian bookworm InRelease
#24 0.374 Hit:2 http://deb.debian.org/debian bookworm-updates InRelease
#24 0.375 Hit:3 http://deb.debian.org/debian-security bookworm-security InRelease
#24 0.376 Hit:4 https://downloads.osmocom.org/packages/osmocom:/nightly/Debian_12 ./ InRelease
#24 0.642 Reading package lists...
#24 1.073 Reading package lists...
#24 1.658 Building dependency tree...
#24 1.798 Reading state information...
#24 1.968 python3-pip is already the newest version (23.0.1+dfsg-1).
#24 1.968 python3-setuptools is already the newest version (66.1.1-1).
#24 1.968 python3-wheel is already the newest version (0.38.4-2).
#24 1.968 build-essential is already the newest version (12.9).
#24 1.968 flex is already the newest version (2.6.4-8.2).
#24 1.968 bison is already the newest version (2:3.8.2+dfsg-1+b1).
#24 1.968 git is already the newest version (1:2.39.5-0+deb12u1).
#24 1.968 libsctp-dev is already the newest version (1.0.19+dfsg-2).
#24 1.968 libgnutls28-dev is already the newest version (3.7.9-2+deb12u3).
#24 1.968 libssl-dev is already the newest version (3.0.15-1~deb12u1).
#24 1.968 libmicrohttpd-dev is already the newest version (0.9.75-6).
#24 1.968 libmicrohttpd-dev set to manually installed.
#24 1.968 libcurl4-gnutls-dev is already the newest version (7.88.1-10+deb12u8).
#24 1.968 libcurl4-gnutls-dev set to manually installed.
#24 1.968 The following additional packages will be installed:
#24 1.968   libbson-1.0-0 libgpg-error-dev libidn-dev libintelrdfpmath-dev
#24 1.968   libmongoc-1.0-0 libmongocrypt-dev libmongocrypt0 libsasl2-dev libsnappy-dev
#24 1.968   libsnappy1v5 libzstd-dev
#24 1.969 Suggested packages:
#24 1.969   libgcrypt20-doc idn libnghttp2-doc libyaml-doc
#24 2.081 The following NEW packages will be installed:
#24 2.081   libbson-1.0-0 libbson-dev libgcrypt20-dev libgpg-error-dev libidn-dev
#24 2.081   libidn11-dev libintelrdfpmath-dev libmongoc-1.0-0 libmongoc-dev
#24 2.081   libmongocrypt-dev libmongocrypt0 libnghttp2-dev libsasl2-dev libsnappy-dev
#24 2.081   libsnappy1v5 libyaml-dev libzstd-dev meson ninja-build
#24 2.112 0 upgraded, 19 newly installed, 0 to remove and 2 not upgraded.
#24 2.112 Need to get 11.6 MB of archives.
#24 2.112 After this operation, 93.4 MB of additional disk space will be used.
#24 2.112 Get:1 http://deb.debian.org/debian bookworm/main amd64 libbson-1.0-0 amd64 1.23.1-1+b1 [76.3 kB]
#24 2.125 Get:2 http://deb.debian.org/debian bookworm/main amd64 libbson-dev amd64 1.23.1-1+b1 [129 kB]
#24 2.141 Get:3 http://deb.debian.org/debian bookworm/main amd64 libgpg-error-dev amd64 1.46-1 [133 kB]
#24 2.142 Get:4 http://deb.debian.org/debian bookworm/main amd64 libgcrypt20-dev amd64 1.10.1-3 [752 kB]
#24 2.146 Get:5 http://deb.debian.org/debian bookworm/main amd64 libidn-dev amd64 1.41-1 [190 kB]
#24 2.148 Get:6 http://deb.debian.org/debian bookworm/main amd64 libidn11-dev amd64 1.41-1 [42.4 kB]
#24 2.148 Get:7 http://deb.debian.org/debian bookworm/main amd64 libintelrdfpmath-dev amd64 2.0u2-8 [6,475 kB]
#24 2.205 Get:8 http://deb.debian.org/debian bookworm/main amd64 libmongocrypt0 amd64 1.7.2-1 [1,313 kB]
#24 2.215 Get:9 http://deb.debian.org/debian bookworm/main amd64 libsnappy1v5 amd64 1.1.9-3 [26.0 kB]
#24 2.215 Get:10 http://deb.debian.org/debian bookworm/main amd64 libmongoc-1.0-0 amd64 1.23.1-1+b1 [304 kB]
#24 2.217 Get:11 http://deb.debian.org/debian bookworm/main amd64 libmongocrypt-dev amd64 1.7.2-1 [263 kB]
#24 2.220 Get:12 http://deb.debian.org/debian bookworm/main amd64 libsnappy-dev amd64 1.1.9-3 [39.2 kB]
#24 2.220 Get:13 http://deb.debian.org/debian bookworm/main amd64 libsasl2-dev amd64 2.1.28+dfsg-10 [235 kB]
#24 2.222 Get:14 http://deb.debian.org/debian bookworm/main amd64 libzstd-dev amd64 1.5.4+dfsg2-5 [354 kB]
#24 2.225 Get:15 http://deb.debian.org/debian bookworm/main amd64 libmongoc-dev amd64 1.23.1-1+b1 [365 kB]
#24 2.228 Get:16 http://deb.debian.org/debian bookworm/main amd64 libnghttp2-dev amd64 1.52.0-1+deb12u2 [110 kB]
#24 2.229 Get:17 http://deb.debian.org/debian bookworm/main amd64 libyaml-dev amd64 0.2.5-1 [64.5 kB]
#24 2.230 Get:18 http://deb.debian.org/debian bookworm/main amd64 ninja-build amd64 1.11.1-2~deb12u1 [135 kB]
#24 2.231 Get:19 http://deb.debian.org/debian bookworm/main amd64 meson all 1.0.1-5 [548 kB]
#24 2.428 debconf: delaying package configuration, since apt-utils is not installed
#24 2.473 Fetched 11.6 MB in 0s (78.5 MB/s)
#24 2.509 Selecting previously unselected package libbson-1.0-0.
#24 2.509 (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 ... 147421 files and directories currently installed.)
#24 2.571 Preparing to unpack .../00-libbson-1.0-0_1.23.1-1+b1_amd64.deb ...
#24 2.577 Unpacking libbson-1.0-0 (1.23.1-1+b1) ...
#24 2.629 Selecting previously unselected package libbson-dev.
#24 2.639 Preparing to unpack .../01-libbson-dev_1.23.1-1+b1_amd64.deb ...
#24 2.642 Unpacking libbson-dev (1.23.1-1+b1) ...
#24 2.701 Selecting previously unselected package libgpg-error-dev.
#24 2.712 Preparing to unpack .../02-libgpg-error-dev_1.46-1_amd64.deb ...
#24 2.715 Unpacking libgpg-error-dev (1.46-1) ...
#24 2.770 Selecting previously unselected package libgcrypt20-dev.
#24 2.779 Preparing to unpack .../03-libgcrypt20-dev_1.10.1-3_amd64.deb ...
#24 2.782 Unpacking libgcrypt20-dev (1.10.1-3) ...
#24 2.912 Selecting previously unselected package libidn-dev:amd64.
#24 2.923 Preparing to unpack .../04-libidn-dev_1.41-1_amd64.deb ...
#24 2.938 Unpacking libidn-dev:amd64 (1.41-1) ...
#24 3.043 Selecting previously unselected package libidn11-dev:amd64.
#24 3.055 Preparing to unpack .../05-libidn11-dev_1.41-1_amd64.deb ...
#24 3.066 Unpacking libidn11-dev:amd64 (1.41-1) ...
#24 3.155 Selecting previously unselected package libintelrdfpmath-dev:amd64.
#24 3.165 Preparing to unpack .../06-libintelrdfpmath-dev_2.0u2-8_amd64.deb ...
#24 3.174 Unpacking libintelrdfpmath-dev:amd64 (2.0u2-8) ...
#24 3.762 Selecting previously unselected package libmongocrypt0:amd64.
#24 3.769 Preparing to unpack .../07-libmongocrypt0_1.7.2-1_amd64.deb ...
#24 3.783 Unpacking libmongocrypt0:amd64 (1.7.2-1) ...
#24 3.952 Selecting previously unselected package libsnappy1v5:amd64.
#24 3.965 Preparing to unpack .../08-libsnappy1v5_1.1.9-3_amd64.deb ...
#24 3.979 Unpacking libsnappy1v5:amd64 (1.1.9-3) ...
#24 4.096 Selecting previously unselected package libmongoc-1.0-0.
#24 4.113 Preparing to unpack .../09-libmongoc-1.0-0_1.23.1-1+b1_amd64.deb ...
#24 4.130 Unpacking libmongoc-1.0-0 (1.23.1-1+b1) ...
#24 4.294 Selecting previously unselected package libmongocrypt-dev:amd64.
#24 4.307 Preparing to unpack .../10-libmongocrypt-dev_1.7.2-1_amd64.deb ...
#24 4.319 Unpacking libmongocrypt-dev:amd64 (1.7.2-1) ...
#24 4.448 Selecting previously unselected package libsnappy-dev:amd64.
#24 4.458 Preparing to unpack .../11-libsnappy-dev_1.1.9-3_amd64.deb ...
#24 4.465 Unpacking libsnappy-dev:amd64 (1.1.9-3) ...
#24 4.555 Selecting previously unselected package libsasl2-dev.
#24 4.566 Preparing to unpack .../12-libsasl2-dev_2.1.28+dfsg-10_amd64.deb ...
#24 4.584 Unpacking libsasl2-dev (2.1.28+dfsg-10) ...
#24 4.700 Selecting previously unselected package libzstd-dev:amd64.
#24 4.712 Preparing to unpack .../13-libzstd-dev_1.5.4+dfsg2-5_amd64.deb ...
#24 4.720 Unpacking libzstd-dev:amd64 (1.5.4+dfsg2-5) ...
#24 4.822 Selecting previously unselected package libmongoc-dev.
#24 4.833 Preparing to unpack .../14-libmongoc-dev_1.23.1-1+b1_amd64.deb ...
#24 4.846 Unpacking libmongoc-dev (1.23.1-1+b1) ...
#24 4.958 Selecting previously unselected package libnghttp2-dev:amd64.
#24 4.968 Preparing to unpack .../15-libnghttp2-dev_1.52.0-1+deb12u2_amd64.deb ...
#24 4.977 Unpacking libnghttp2-dev:amd64 (1.52.0-1+deb12u2) ...
#24 5.097 Selecting previously unselected package libyaml-dev:amd64.
#24 5.109 Preparing to unpack .../16-libyaml-dev_0.2.5-1_amd64.deb ...
#24 5.126 Unpacking libyaml-dev:amd64 (0.2.5-1) ...
#24 5.183 Selecting previously unselected package ninja-build.
#24 5.193 Preparing to unpack .../17-ninja-build_1.11.1-2~deb12u1_amd64.deb ...
#24 5.202 Unpacking ninja-build (1.11.1-2~deb12u1) ...
#24 5.309 Selecting previously unselected package meson.
#24 5.321 Preparing to unpack .../18-meson_1.0.1-5_all.deb ...
#24 5.344 Unpacking meson (1.0.1-5) ...
#24 5.543 Setting up libnghttp2-dev:amd64 (1.52.0-1+deb12u2) ...
#24 5.554 Setting up libzstd-dev:amd64 (1.5.4+dfsg2-5) ...
#24 5.565 Setting up libyaml-dev:amd64 (0.2.5-1) ...
#24 5.575 Setting up ninja-build (1.11.1-2~deb12u1) ...
#24 5.588 Setting up libsnappy1v5:amd64 (1.1.9-3) ...
#24 5.600 Setting up libsasl2-dev (2.1.28+dfsg-10) ...
#24 5.609 Setting up libgpg-error-dev (1.46-1) ...
#24 5.620 Setting up libbson-1.0-0 (1.23.1-1+b1) ...
#24 5.631 Setting up libidn-dev:amd64 (1.41-1) ...
#24 5.642 Setting up libintelrdfpmath-dev:amd64 (2.0u2-8) ...
#24 5.653 Setting up libmongocrypt0:amd64 (1.7.2-1) ...
#24 5.663 Setting up libbson-dev (1.23.1-1+b1) ...
#24 5.674 Setting up libidn11-dev:amd64 (1.41-1) ...
#24 5.684 Setting up libsnappy-dev:amd64 (1.1.9-3) ...
#24 5.697 Setting up meson (1.0.1-5) ...
#24 6.225 Setting up libmongocrypt-dev:amd64 (1.7.2-1) ...
#24 6.282 Setting up libmongoc-1.0-0 (1.23.1-1+b1) ...
#24 6.326 Setting up libgcrypt20-dev (1.10.1-3) ...
#24 6.354 Setting up libmongoc-dev (1.23.1-1+b1) ...
#24 6.388 Processing triggers for man-db (2.11.2-2) ...
#24 6.429 Processing triggers for libc-bin (2.36-9+deb12u9) ...
#24 DONE 6.8s

#25 [20/28] WORKDIR	/TMP
#25 DONE 0.0s

#26 [21/28] RUN	GIT clone https://gerrit.osmocom.org/osmo-gsm-tester.git
#26 0.354 Cloning into 'osmo-gsm-tester'...
#26 DONE 0.6s

#27 [22/28] ADD	HTTPS://GERRIT.OSMOCOM.ORG/PLUGINS/GITILES/OSMO-GSM-TESTER/+/MASTER?FORMAT=TEXT /tmp/commit
#27 DONE 0.1s

#28 [23/28] RUN	CD osmo-gsm-tester && 	git fetch && git checkout master && 	(git symbolic-ref -q HEAD && git reset --hard origin/master || exit 1); 	git rev-parse --abbrev-ref HEAD && git rev-parse HEAD
#28 0.411 Already on 'master'
#28 0.411 Your branch is up to date with 'origin/master'.
#28 0.413 refs/heads/master
#28 0.417 HEAD is now at f7d64b0 jenkins.sh: libosmo-netif no longer depends on libosmo-abis
#28 0.419 master
#28 0.421 f7d64b0bcf946ec21ce9c7562194343a12213a80
#28 DONE 0.5s

#29 [24/28] RUN     mkdir -p /usr/local/bin/ && cp osmo-gsm-tester/utils/bin/* /usr/local/bin/
#29 DONE 0.3s

#30 [25/28] RUN     mkdir -p /etc/sudoers.d/ && cp osmo-gsm-tester/utils/sudoers.d/* /etc/sudoers.d/
#30 DONE 0.3s

#31 [26/28] RUN     mkdir -p /etc/security/limits.d/ && cp osmo-gsm-tester/utils/limits.d/* /etc/security/limits.d/
#31 DONE 0.5s

#32 [27/28] COPY	RESOURCES.CONF /tmp/osmo-gsm-tester/sysmocom/resources.conf
#32 DONE 0.0s

#33 [28/28] WORKDIR	/DATA
#33 DONE 0.0s

#34 exporting to image
#34 exporting layers
#34 exporting layers 4.6s done
#34 writing image sha256:5b684628ec6bf0ea87a1052cd57fefac8e681b54ba5088bd43911cb141f795c9 done
#34 naming to docker.io/osmocom-build/osmo-gsm-tester:latest done
#34 DONE 4.6s
rm -rf .common
make: Leaving directory '/home/osmocom-build/jenkins/workspace/osmo-gsm-tester_virtual/docker-playground/osmo-gsm-tester'
+ unlink osmo-gsm-tester/sysmocom/resources.conf
+ ln -s resources.conf.virtual osmo-gsm-tester/sysmocom/resources.conf
+ docker run --rm=true -e HOME=/build -e JOB_NAME=osmo-gsm-tester_virtual -e OSMO_GSM_TESTER_CONF=/build/osmo-gsm-tester/sysmocom/main.conf -e OSMO_GSM_TESTER_OPTS=-s netreg_mass -e BUILD_NUMBER=7825 -w /build -i -v /home/osmocom-build/jenkins/workspace/osmo-gsm-tester_virtual:/build -v /home/osmocom-build/.ssh:/home/build/.ssh:ro --name=osmo-gsm-tester-virtual --cap-add=sys_nice osmocom-build/osmo-gsm-tester /bin/bash -c LANG="en_US.utf8" LC_ALL="en_US.UTF-8" LC_LANG="en_US.UTF-8" PATH="$PWD/osmo-gsm-tester/src:${PATH}" ./osmo-gsm-tester/contrib/jenkins-run.sh
+ base=/build
+ dirname -- ./osmo-gsm-tester/contrib/jenkins-run.sh
+ CDPATH= cd -- ./osmo-gsm-tester/contrib
+ pwd -P
+ SCRIPT_DIR=/build/osmo-gsm-tester/contrib
+ OSMO_GSM_TESTER_CONF=/build/osmo-gsm-tester/sysmocom/main.conf
+ date +%F %T
+ time_start=2024-12-25 22:49:49
+ trial_dir_prefix=trial-
+ rm -rf trial-*
+ trial_dir=trial-7825
+ mkdir -p trial-7825
+ mv open5gs.build-8.tgz osmo-bsc.build-2024-12-25_13_27_17.tgz osmo-bts-oc2g.build-2024-12-25_00_51_54.tgz osmo-bts-sysmo.build-2024-12-25_00_52_25.tgz osmo-bts.build-2024-12-25_00_53_11.tgz osmo-ggsn.build-2024-12-25_20_43_11.tgz osmo-hlr.build-2024-12-25_16_37_39.tgz osmo-hnbgw.build-2024-12-25_13_35_02.tgz osmo-mgw.build-2024-12-25_08_33_40.tgz osmo-msc.build-2024-12-25_13_36_13.tgz osmo-nitb.build-17155.tgz osmo-pcu-oc2g.build-2024-12-25_07_41_29.tgz osmo-pcu-sysmo.build-2024-12-25_07_39_55.tgz osmo-pcu.build-2024-12-25_07_40_45.tgz osmo-sgsn.build-2024-12-25_20_50_48.tgz osmo-stp.build-2024-12-25_13_26_27.tgz osmo-trx.build-2024-12-25_14_26_07.tgz osmocom-bb.build-2024-12-25_21_18_20.tgz srslte.build-19.tgz trial-7825
+ cat open5gs.build-8.md5 osmo-bsc.build-2024-12-25_13_27_17.md5 osmo-bts-oc2g.build-2024-12-25_00_51_54.md5 osmo-bts-sysmo.build-2024-12-25_00_52_25.md5 osmo-bts.build-2024-12-25_00_53_11.md5 osmo-ggsn.build-2024-12-25_20_43_11.md5 osmo-hlr.build-2024-12-25_16_37_39.md5 osmo-hnbgw.build-2024-12-25_13_35_02.md5 osmo-mgw.build-2024-12-25_08_33_40.md5 osmo-msc.build-2024-12-25_13_36_13.md5 osmo-nitb.build-17155.md5 osmo-pcu-oc2g.build-2024-12-25_07_41_29.md5 osmo-pcu-sysmo.build-2024-12-25_07_39_55.md5 osmo-pcu.build-2024-12-25_07_40_45.md5 osmo-sgsn.build-2024-12-25_20_50_48.md5 osmo-stp.build-2024-12-25_13_26_27.md5 osmo-trx.build-2024-12-25_14_26_07.md5 osmocom-bb.build-2024-12-25_21_18_20.md5 srslte.build-19.md5
+ rm open5gs.build-8.md5 osmo-bsc.build-2024-12-25_13_27_17.md5 osmo-bts-oc2g.build-2024-12-25_00_51_54.md5 osmo-bts-sysmo.build-2024-12-25_00_52_25.md5 osmo-bts.build-2024-12-25_00_53_11.md5 osmo-ggsn.build-2024-12-25_20_43_11.md5 osmo-hlr.build-2024-12-25_16_37_39.md5 osmo-hnbgw.build-2024-12-25_13_35_02.md5 osmo-mgw.build-2024-12-25_08_33_40.md5 osmo-msc.build-2024-12-25_13_36_13.md5 osmo-nitb.build-17155.md5 osmo-pcu-oc2g.build-2024-12-25_07_41_29.md5 osmo-pcu-sysmo.build-2024-12-25_07_39_55.md5 osmo-pcu.build-2024-12-25_07_40_45.md5 osmo-sgsn.build-2024-12-25_20_50_48.md5 osmo-stp.build-2024-12-25_13_26_27.md5 osmo-trx.build-2024-12-25_14_26_07.md5 osmocom-bb.build-2024-12-25_21_18_20.md5 srslte.build-19.md5
+ exit_code=1
+ which osmo-gsm-tester.py
+ python3 -u /build/osmo-gsm-tester/src/osmo-gsm-tester.py -c /build/osmo-gsm-tester/sysmocom/main.conf trial-7825 -s netreg_mass
combinations: ['netreg_mass']
trial: 'trial-7825'
tests: None
/build/osmo-gsm-tester/src/osmo_gsm_tester/obj/ms_android.py:201: SyntaxWarning: "is not" with a literal. Did you mean "!="?
  if not(self.get_assigned_addr() is ''):

--------------------------------------------------------------------------------------------
trial-7825
--------------------------------------------------------------------------------------------
22:49:49.839190 tst                       trial-7825: Detailed log at /build/trial-7825/run.2024-12-25_22-49-49/log

---------------------------------------------------------------------
trial-7825 netreg_mass
---------------------------------------------------------------------
22:49:50.107668 tst                      netreg_mass: reserving resources in /var/tmp/osmo-gsm-tester/state ...
22:49:50.108331 tst                      netreg_mass: Verifying 1 x bts (candidates: 1)
22:49:50.109724 tst                      netreg_mass: Verifying 6 x ip_address (candidates: 9)
22:49:50.112076 tst                      netreg_mass: Verifying 100 x modem (candidates: 100)
22:49:50.174430 tst                      netreg_mass: Reserving 1 x bts (candidates: 1)
22:49:50.175825 tst                      netreg_mass: Reserving 6 x ip_address (candidates: 9)
22:49:50.178750 tst                      netreg_mass: Reserving 100 x modem (candidates: 100)
22:49:50.318888 tst                      netreg_mass: RESERVED RESOURCES for netreg_mass:
bts
  OsmoBTS Virtual
ip_address
  127.0.42.2
  127.0.42.3
  127.0.42.4
  127.0.42.5
  127.0.42.6
  127.0.42.7
modem
  osmo-mobile
  osmo-mobile
  osmo-mobile
  osmo-mobile
  osmo-mobile
  osmo-mobile
  osmo-mobile
  osmo-mobile
  osmo-mobile
  osmo-mobile
  osmo-mobile
  osmo-mobile
  osmo-mobile
  osmo-mobile
  osmo-mobile
  osmo-mobile
  osmo-mobile
  osmo-mobile
  osmo-mobile
  osmo-mobile
  osmo-mobile
  osmo-mobile
  osmo-mobile
  osmo-mobile
  osmo-mobile
  osmo-mobile
  osmo-mobile
  osmo-mobile
  osmo-mobile
  osmo-mobile
  osmo-mobile
  osmo-mobile
  osmo-mobile
  osmo-mobile
  osmo-mobile
  osmo-mobile
  osmo-mobile
  osmo-mobile
  osmo-mobile
  osmo-mobile
  osmo-mobile
  osmo-mobile
  osmo-mobile
  osmo-mobile
  osmo-mobile
  osmo-mobile
  osmo-mobile
  osmo-mobile
  osmo-mobile
  osmo-mobile
  osmo-mobile
  osmo-mobile
  osmo-mobile
  osmo-mobile
  osmo-mobile
  osmo-mobile
  osmo-mobile
  osmo-mobile
  osmo-mobile
  osmo-mobile
  osmo-mobile
  osmo-mobile
  osmo-mobile
  osmo-mobile
  osmo-mobile
  osmo-mobile
  osmo-mobile
  osmo-mobile
  osmo-mobile
  osmo-mobile
  osmo-mobile
  osmo-mobile
  osmo-mobile
  osmo-mobile
  osmo-mobile
  osmo-mobile
  osmo-mobile
  osmo-mobile
  osmo-mobile
  osmo-mobile
  osmo-mobile
  osmo-mobile
  osmo-mobile
  osmo-mobile
  osmo-mobile
  osmo-mobile
  osmo-mobile
  osmo-mobile
  osmo-mobile
  osmo-mobile
  osmo-mobile
  osmo-mobile
  osmo-mobile
  osmo-mobile
  osmo-mobile
  osmo-mobile
  osmo-mobile
  osmo-mobile
  osmo-mobile
  osmo-mobile

----------------------------------------------
trial-7825 netreg_mass register_default_mass.py
----------------------------------------------
22:49:50.320095 tst       register_default_mass.py:9: Claiming resources for the test
22:49:50.350836 tst                      netreg_mass: Using 1 x ip_address (candidates: 6)
22:49:50.351776 tst                      netreg_mass: Using 1 x ip_address (candidates: 6)
22:49:50.352632 tst                      netreg_mass: Using 1 x ip_address (candidates: 6)
22:49:50.353480 tst                      netreg_mass: Using 1 x ip_address (candidates: 6)
22:49:50.354323 tst                      netreg_mass: Using 1 x ip_address (candidates: 6)
22:49:50.355174 tst                      netreg_mass: Using 1 x ip_address (candidates: 6)
22:49:50.356060 tst                      netreg_mass: Using 1 x bts (candidates: 1)
22:49:50.393479 tst         register_default_mass.py: using LAC 2
22:49:50.413067 tst         register_default_mass.py: using RAC 2
22:49:50.429703 tst         register_default_mass.py: using CellId 2
22:49:50.450311 tst         register_default_mass.py: using BVCI 3
22:49:50.461526 tst                      netreg_mass: Using 1 x modem (candidates: 100)
22:49:50.462591 tst                      netreg_mass: Using 1 x modem (candidates: 100)
22:49:50.463633 tst                      netreg_mass: Using 1 x modem (candidates: 100)
22:49:50.464662 tst                      netreg_mass: Using 1 x modem (candidates: 100)
22:49:50.465699 tst                      netreg_mass: Using 1 x modem (candidates: 100)
22:49:50.466738 tst                      netreg_mass: Using 1 x modem (candidates: 100)
22:49:50.467756 tst                      netreg_mass: Using 1 x modem (candidates: 100)
22:49:50.468770 tst                      netreg_mass: Using 1 x modem (candidates: 100)
22:49:50.469783 tst                      netreg_mass: Using 1 x modem (candidates: 100)
22:49:50.470780 tst                      netreg_mass: Using 1 x modem (candidates: 100)
22:49:50.471817 tst                      netreg_mass: Using 1 x modem (candidates: 100)
22:49:50.472849 tst                      netreg_mass: Using 1 x modem (candidates: 100)
22:49:50.473875 tst                      netreg_mass: Using 1 x modem (candidates: 100)
22:49:50.474886 tst                      netreg_mass: Using 1 x modem (candidates: 100)
22:49:50.475898 tst                      netreg_mass: Using 1 x modem (candidates: 100)
22:49:50.476900 tst                      netreg_mass: Using 1 x modem (candidates: 100)
22:49:50.477916 tst                      netreg_mass: Using 1 x modem (candidates: 100)
22:49:50.478928 tst                      netreg_mass: Using 1 x modem (candidates: 100)
22:49:50.479950 tst                      netreg_mass: Using 1 x modem (candidates: 100)
22:49:50.480942 tst                      netreg_mass: Using 1 x modem (candidates: 100)
22:49:50.481925 tst                      netreg_mass: Using 1 x modem (candidates: 100)
22:49:50.482914 tst                      netreg_mass: Using 1 x modem (candidates: 100)
22:49:50.483942 tst                      netreg_mass: Using 1 x modem (candidates: 100)
22:49:50.484941 tst                      netreg_mass: Using 1 x modem (candidates: 100)
22:49:50.485918 tst                      netreg_mass: Using 1 x modem (candidates: 100)
22:49:50.486920 tst                      netreg_mass: Using 1 x modem (candidates: 100)
22:49:50.487931 tst                      netreg_mass: Using 1 x modem (candidates: 100)
22:49:50.488920 tst                      netreg_mass: Using 1 x modem (candidates: 100)
22:49:50.489932 tst                      netreg_mass: Using 1 x modem (candidates: 100)
22:49:50.490940 tst                      netreg_mass: Using 1 x modem (candidates: 100)
22:49:50.491966 tst                      netreg_mass: Using 1 x modem (candidates: 100)
22:49:50.492964 tst                      netreg_mass: Using 1 x modem (candidates: 100)
22:49:50.493967 tst                      netreg_mass: Using 1 x modem (candidates: 100)
22:49:50.494969 tst                      netreg_mass: Using 1 x modem (candidates: 100)
22:49:50.496001 tst                      netreg_mass: Using 1 x modem (candidates: 100)
22:49:50.497048 tst                      netreg_mass: Using 1 x modem (candidates: 100)
22:49:50.498074 tst                      netreg_mass: Using 1 x modem (candidates: 100)
22:49:50.499087 tst                      netreg_mass: Using 1 x modem (candidates: 100)
22:49:50.500102 tst                      netreg_mass: Using 1 x modem (candidates: 100)
22:49:50.501085 tst                      netreg_mass: Using 1 x modem (candidates: 100)
22:49:50.502068 tst                      netreg_mass: Using 1 x modem (candidates: 100)
22:49:50.503061 tst                      netreg_mass: Using 1 x modem (candidates: 100)
22:49:50.504088 tst                      netreg_mass: Using 1 x modem (candidates: 100)
22:49:50.505083 tst                      netreg_mass: Using 1 x modem (candidates: 100)
22:49:50.506065 tst                      netreg_mass: Using 1 x modem (candidates: 100)
22:49:50.507041 tst                      netreg_mass: Using 1 x modem (candidates: 100)
22:49:50.508042 tst                      netreg_mass: Using 1 x modem (candidates: 100)
22:49:50.509030 tst                      netreg_mass: Using 1 x modem (candidates: 100)
22:49:50.510009 tst                      netreg_mass: Using 1 x modem (candidates: 100)
22:49:50.510991 tst                      netreg_mass: Using 1 x modem (candidates: 100)
22:49:50.511992 tst                      netreg_mass: Using 1 x modem (candidates: 100)
22:49:50.512962 tst                      netreg_mass: Using 1 x modem (candidates: 100)
22:49:50.513932 tst                      netreg_mass: Using 1 x modem (candidates: 100)
22:49:50.514907 tst                      netreg_mass: Using 1 x modem (candidates: 100)
22:49:50.515909 tst                      netreg_mass: Using 1 x modem (candidates: 100)
22:49:50.516895 tst                      netreg_mass: Using 1 x modem (candidates: 100)
22:49:50.517876 tst                      netreg_mass: Using 1 x modem (candidates: 100)
22:49:50.518862 tst                      netreg_mass: Using 1 x modem (candidates: 100)
22:49:50.519859 tst                      netreg_mass: Using 1 x modem (candidates: 100)
22:49:50.520831 tst                      netreg_mass: Using 1 x modem (candidates: 100)
22:49:50.521795 tst                      netreg_mass: Using 1 x modem (candidates: 100)
22:49:50.522759 tst                      netreg_mass: Using 1 x modem (candidates: 100)
22:49:50.523768 tst                      netreg_mass: Using 1 x modem (candidates: 100)
22:49:50.524749 tst                      netreg_mass: Using 1 x modem (candidates: 100)
22:49:50.525712 tst                      netreg_mass: Using 1 x modem (candidates: 100)
22:49:50.526681 tst                      netreg_mass: Using 1 x modem (candidates: 100)
22:49:50.527665 tst                      netreg_mass: Using 1 x modem (candidates: 100)
22:49:50.528648 tst                      netreg_mass: Using 1 x modem (candidates: 100)
22:49:50.529621 tst                      netreg_mass: Using 1 x modem (candidates: 100)
22:49:50.530586 tst                      netreg_mass: Using 1 x modem (candidates: 100)
22:49:50.531562 tst                      netreg_mass: Using 1 x modem (candidates: 100)
22:49:50.532552 tst                      netreg_mass: Using 1 x modem (candidates: 100)
22:49:50.533528 tst                      netreg_mass: Using 1 x modem (candidates: 100)
22:49:50.534622 tst                      netreg_mass: Using 1 x modem (candidates: 100)
22:49:50.535603 tst                      netreg_mass: Using 1 x modem (candidates: 100)
22:49:50.536573 tst                      netreg_mass: Using 1 x modem (candidates: 100)
22:49:50.537537 tst                      netreg_mass: Using 1 x modem (candidates: 100)
22:49:50.538513 tst                      netreg_mass: Using 1 x modem (candidates: 100)
22:49:50.539494 tst                      netreg_mass: Using 1 x modem (candidates: 100)
22:49:50.540527 tst                      netreg_mass: Using 1 x modem (candidates: 100)
22:49:50.541534 tst                      netreg_mass: Using 1 x modem (candidates: 100)
22:49:50.542552 tst                      netreg_mass: Using 1 x modem (candidates: 100)
22:49:50.543574 tst                      netreg_mass: Using 1 x modem (candidates: 100)
22:49:50.544584 tst                      netreg_mass: Using 1 x modem (candidates: 100)
22:49:50.545575 tst                      netreg_mass: Using 1 x modem (candidates: 100)
22:49:50.546579 tst                      netreg_mass: Using 1 x modem (candidates: 100)
22:49:50.547615 tst                      netreg_mass: Using 1 x modem (candidates: 100)
22:49:50.548642 tst                      netreg_mass: Using 1 x modem (candidates: 100)
22:49:50.549659 tst                      netreg_mass: Using 1 x modem (candidates: 100)
22:49:50.550700 tst                      netreg_mass: Using 1 x modem (candidates: 100)
22:49:50.551721 tst                      netreg_mass: Using 1 x modem (candidates: 100)
22:49:50.552720 tst                      netreg_mass: Using 1 x modem (candidates: 100)
22:49:50.553738 tst                      netreg_mass: Using 1 x modem (candidates: 100)
22:49:50.554756 tst                      netreg_mass: Using 1 x modem (candidates: 100)
22:49:50.555799 tst                      netreg_mass: Using 1 x modem (candidates: 100)
22:49:50.556795 tst                      netreg_mass: Using 1 x modem (candidates: 100)
22:49:50.557809 tst                      netreg_mass: Using 1 x modem (candidates: 100)
22:49:50.558818 tst                      netreg_mass: Using 1 x modem (candidates: 100)
22:49:50.559840 tst                      netreg_mass: Using 1 x modem (candidates: 100)
22:49:50.560839 tst                      netreg_mass: Using 1 x modem (candidates: 100)
22:49:50.561839 tst                      netreg_mass: Using 1 x modem (candidates: 100)
22:49:50.562936 tst      register_default_mass.py:21: Launching a simple network
22:49:50.583500 run              osmo-hlr_127.0.42.2: Starting osmo-hlr
22:49:50.790242 run            create_hlr_db(pid=20): Launched
22:49:51.819923 run            create_hlr_db(pid=20): Terminated: ok {rc=0}
22:49:51.854203 run pcap-recorder_any(filters='host 127.0.42.2')(pid=22): Launched
22:49:51.885772 run      osmo-hlr_127.0.42.2(pid=23): Launched
22:49:51.897807 run              osmo-stp_127.0.42.5: Starting osmo-stp
22:49:52.207995 run pcap-recorder_any(filters='host 127.0.42.5 and port not 22')(pid=24): Launched
22:49:52.238956 run      osmo-stp_127.0.42.5(pid=25): Launched
22:49:52.250625 run              osmo-msc_127.0.42.6: Starting osmo-msc
22:49:53.009506 run pcap-recorder_any(filters='host 127.0.42.6 and port not 22')(pid=26): Launched
22:49:53.067709 run      osmo-msc_127.0.42.6(pid=27): Launched
22:49:56.098457 run              osmo-mgw_127.0.42.3: Starting osmo-mgw
22:49:56.303141 run pcap-recorder_any(filters='host 127.0.42.3 and port not 22')(pid=28): Launched
22:49:56.334510 run      osmo-mgw_127.0.42.3(pid=29): Launched
22:49:56.346293 run              osmo-mgw_127.0.42.4: Starting osmo-mgw
22:49:56.395587 run pcap-recorder_any(filters='host 127.0.42.4 and port not 22')(pid=30): Launched
22:49:56.426948 run      osmo-mgw_127.0.42.4(pid=31): Launched
22:49:56.438747 run              osmo-bsc_127.0.42.7: Starting osmo-bsc
22:49:56.960206 run pcap-recorder_any(filters='host 127.0.42.7 and port not 22')(pid=32): Launched
22:49:56.992112 run      osmo-bsc_127.0.42.7(pid=33): Launched
22:50:03.039941 run                 osmo-bts-virtual: Starting to connect to osmo-bsc_127.0.42.7
22:50:03.324649 run         osmo-bts-virtual(pid=34): Launched
22:50:04.376002 tst         register_default_mass.py: using MSISDN 1001
22:50:04.393679 run              osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001010000000000', msisdn='1001', subscriber_id=1}
22:50:04.462013 tst         register_default_mass.py: using MSISDN 1002
22:50:04.478451 run              osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001010000000001', msisdn='1002', subscriber_id=2}
22:50:04.694467 tst         register_default_mass.py: using MSISDN 1003
22:50:04.711663 run              osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001010000000002', msisdn='1003', subscriber_id=3}
22:50:04.736091 tst         register_default_mass.py: using MSISDN 1004
22:50:04.752710 run              osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001010000000003', msisdn='1004', subscriber_id=4}
22:50:04.774758 tst         register_default_mass.py: using MSISDN 1005
22:50:04.791080 run              osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001010000000004', msisdn='1005', subscriber_id=5}
22:50:04.810664 tst         register_default_mass.py: using MSISDN 1006
22:50:04.824466 run              osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001010000000005', msisdn='1006', subscriber_id=6}
22:50:04.846697 tst         register_default_mass.py: using MSISDN 1007
22:50:04.859503 run              osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001010000000006', msisdn='1007', subscriber_id=7}
22:50:04.879024 tst         register_default_mass.py: using MSISDN 1008
22:50:04.894318 run              osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001010000000007', msisdn='1008', subscriber_id=8}
22:50:04.913351 tst         register_default_mass.py: using MSISDN 1009
22:50:04.931844 run              osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001010000000008', msisdn='1009', subscriber_id=9}
22:50:04.953845 tst         register_default_mass.py: using MSISDN 1010
22:50:04.966539 run              osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001010000000009', msisdn='1010', subscriber_id=10}
22:50:04.986914 tst         register_default_mass.py: using MSISDN 1011
22:50:05.001107 run              osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001020000000000', msisdn='1011', subscriber_id=11}
22:50:05.020911 tst         register_default_mass.py: using MSISDN 1012
22:50:05.034123 run              osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001020000000001', msisdn='1012', subscriber_id=12}
22:50:05.051884 tst         register_default_mass.py: using MSISDN 1013
22:50:05.063857 run              osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001020000000002', msisdn='1013', subscriber_id=13}
22:50:05.084833 tst         register_default_mass.py: using MSISDN 1014
22:50:05.099496 run              osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001020000000003', msisdn='1014', subscriber_id=14}
22:50:05.118197 tst         register_default_mass.py: using MSISDN 1015
22:50:05.130529 run              osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001020000000004', msisdn='1015', subscriber_id=15}
22:50:05.148421 tst         register_default_mass.py: using MSISDN 1016
22:50:05.164793 run              osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001020000000005', msisdn='1016', subscriber_id=16}
22:50:05.183535 tst         register_default_mass.py: using MSISDN 1017
22:50:05.195796 run              osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001020000000006', msisdn='1017', subscriber_id=17}
22:50:05.212827 tst         register_default_mass.py: using MSISDN 1018
22:50:05.229059 run              osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001020000000007', msisdn='1018', subscriber_id=18}
22:50:05.250893 tst         register_default_mass.py: using MSISDN 1019
22:50:05.266892 run              osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001020000000008', msisdn='1019', subscriber_id=19}
22:50:05.288523 tst         register_default_mass.py: using MSISDN 1020
22:50:05.302617 run              osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001020000000009', msisdn='1020', subscriber_id=20}
22:50:05.324430 tst         register_default_mass.py: using MSISDN 1021
22:50:05.342178 run              osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001030000000000', msisdn='1021', subscriber_id=21}
22:50:05.378522 tst         register_default_mass.py: using MSISDN 1022
22:50:05.391578 run              osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001030000000001', msisdn='1022', subscriber_id=22}
22:50:05.440371 tst         register_default_mass.py: using MSISDN 1023
22:50:05.457096 run              osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001030000000002', msisdn='1023', subscriber_id=23}
22:50:05.500532 tst         register_default_mass.py: using MSISDN 1024
22:50:05.517922 run              osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001030000000003', msisdn='1024', subscriber_id=24}
22:50:05.544002 tst         register_default_mass.py: using MSISDN 1025
22:50:05.557654 run              osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001030000000004', msisdn='1025', subscriber_id=25}
22:50:05.614332 tst         register_default_mass.py: using MSISDN 1026
22:50:05.630646 run              osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001030000000005', msisdn='1026', subscriber_id=26}
22:50:05.664508 tst         register_default_mass.py: using MSISDN 1027
22:50:05.680172 run              osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001030000000006', msisdn='1027', subscriber_id=27}
22:50:05.710083 tst         register_default_mass.py: using MSISDN 1028
22:50:05.726187 run              osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001030000000007', msisdn='1028', subscriber_id=28}
22:50:05.771888 tst         register_default_mass.py: using MSISDN 1029
22:50:05.785420 run              osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001030000000008', msisdn='1029', subscriber_id=29}
22:50:05.822433 tst         register_default_mass.py: using MSISDN 1030
22:50:05.837528 run              osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001030000000009', msisdn='1030', subscriber_id=30}
22:50:05.871847 tst         register_default_mass.py: using MSISDN 1031
22:50:05.885524 run              osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001040000000000', msisdn='1031', subscriber_id=31}
22:50:05.921636 tst         register_default_mass.py: using MSISDN 1032
22:50:05.940470 run              osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001040000000001', msisdn='1032', subscriber_id=32}
22:50:05.981966 tst         register_default_mass.py: using MSISDN 1033
22:50:06.000469 run              osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001040000000002', msisdn='1033', subscriber_id=33}
22:50:06.030012 tst         register_default_mass.py: using MSISDN 1034
22:50:06.047101 run              osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001040000000003', msisdn='1034', subscriber_id=34}
22:50:06.075719 tst         register_default_mass.py: using MSISDN 1035
22:50:06.091319 run              osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001040000000004', msisdn='1035', subscriber_id=35}
22:50:06.127298 tst         register_default_mass.py: using MSISDN 1036
22:50:06.141720 run              osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001040000000005', msisdn='1036', subscriber_id=36}
22:50:06.187600 tst         register_default_mass.py: using MSISDN 1037
22:50:06.199530 run              osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001040000000006', msisdn='1037', subscriber_id=37}
22:50:06.230420 tst         register_default_mass.py: using MSISDN 1038
22:50:06.246517 run              osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001040000000007', msisdn='1038', subscriber_id=38}
22:50:06.274373 tst         register_default_mass.py: using MSISDN 1039
22:50:06.289720 run              osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001040000000008', msisdn='1039', subscriber_id=39}
22:50:06.328754 tst         register_default_mass.py: using MSISDN 1040
22:50:06.345730 run              osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001040000000009', msisdn='1040', subscriber_id=40}
22:50:06.384832 tst         register_default_mass.py: using MSISDN 1041
22:50:06.398925 run              osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001050000000000', msisdn='1041', subscriber_id=41}
22:50:06.431896 tst         register_default_mass.py: using MSISDN 1042
22:50:06.446019 run              osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001050000000001', msisdn='1042', subscriber_id=42}
22:50:06.484279 tst         register_default_mass.py: using MSISDN 1043
22:50:06.497260 run              osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001050000000002', msisdn='1043', subscriber_id=43}
22:50:06.539253 tst         register_default_mass.py: using MSISDN 1044
22:50:06.555274 run              osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001050000000003', msisdn='1044', subscriber_id=44}
22:50:06.583756 tst         register_default_mass.py: using MSISDN 1045
22:50:06.598038 run              osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001050000000004', msisdn='1045', subscriber_id=45}
22:50:06.635062 tst         register_default_mass.py: using MSISDN 1046
22:50:06.651113 run              osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001050000000005', msisdn='1046', subscriber_id=46}
22:50:06.676283 tst         register_default_mass.py: using MSISDN 1047
22:50:06.693731 run              osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001050000000006', msisdn='1047', subscriber_id=47}
22:50:06.733892 tst         register_default_mass.py: using MSISDN 1048
22:50:06.750077 run              osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001050000000007', msisdn='1048', subscriber_id=48}
22:50:06.779591 tst         register_default_mass.py: using MSISDN 1049
22:50:06.797285 run              osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001050000000008', msisdn='1049', subscriber_id=49}
22:50:06.827485 tst         register_default_mass.py: using MSISDN 1050
22:50:06.842076 run              osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001050000000009', msisdn='1050', subscriber_id=50}
22:50:06.872670 tst         register_default_mass.py: using MSISDN 1051
22:50:06.889898 run              osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001060000000000', msisdn='1051', subscriber_id=51}
22:50:06.937874 tst         register_default_mass.py: using MSISDN 1052
22:50:06.956159 run              osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001060000000001', msisdn='1052', subscriber_id=52}
22:50:06.993414 tst         register_default_mass.py: using MSISDN 1053
22:50:07.009856 run              osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001060000000002', msisdn='1053', subscriber_id=53}
22:50:07.060428 tst         register_default_mass.py: using MSISDN 1054
22:50:07.074503 run              osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001060000000003', msisdn='1054', subscriber_id=54}
22:50:07.106862 tst         register_default_mass.py: using MSISDN 1055
22:50:07.123624 run              osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001060000000004', msisdn='1055', subscriber_id=55}
22:50:07.165215 tst         register_default_mass.py: using MSISDN 1056
22:50:07.184049 run              osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001060000000005', msisdn='1056', subscriber_id=56}
22:50:07.228277 tst         register_default_mass.py: using MSISDN 1057
22:50:07.244873 run              osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001060000000006', msisdn='1057', subscriber_id=57}
22:50:07.296038 tst         register_default_mass.py: using MSISDN 1058
22:50:07.312993 run              osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001060000000007', msisdn='1058', subscriber_id=58}
22:50:07.368548 tst         register_default_mass.py: using MSISDN 1059
22:50:07.384666 run              osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001060000000008', msisdn='1059', subscriber_id=59}
22:50:07.420494 tst         register_default_mass.py: using MSISDN 1060
22:50:07.433318 run              osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001060000000009', msisdn='1060', subscriber_id=60}
22:50:07.470436 tst         register_default_mass.py: using MSISDN 1061
22:50:07.484825 run              osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001070000000000', msisdn='1061', subscriber_id=61}
22:50:07.526683 tst         register_default_mass.py: using MSISDN 1062
22:50:07.542962 run              osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001070000000001', msisdn='1062', subscriber_id=62}
22:50:07.582739 tst         register_default_mass.py: using MSISDN 1063
22:50:07.598357 run              osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001070000000002', msisdn='1063', subscriber_id=63}
22:50:07.634929 tst         register_default_mass.py: using MSISDN 1064
22:50:07.652885 run              osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001070000000003', msisdn='1064', subscriber_id=64}
22:50:07.692275 tst         register_default_mass.py: using MSISDN 1065
22:50:07.708955 run              osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001070000000004', msisdn='1065', subscriber_id=65}
22:50:07.749037 tst         register_default_mass.py: using MSISDN 1066
22:50:07.762395 run              osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001070000000005', msisdn='1066', subscriber_id=66}
22:50:07.792984 tst         register_default_mass.py: using MSISDN 1067
22:50:07.810113 run              osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001070000000006', msisdn='1067', subscriber_id=67}
22:50:07.843747 tst         register_default_mass.py: using MSISDN 1068
22:50:07.858674 run              osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001070000000007', msisdn='1068', subscriber_id=68}
22:50:07.897015 tst         register_default_mass.py: using MSISDN 1069
22:50:07.909187 run              osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001070000000008', msisdn='1069', subscriber_id=69}
22:50:07.937489 tst         register_default_mass.py: using MSISDN 1070
22:50:07.954909 run              osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001070000000009', msisdn='1070', subscriber_id=70}
22:50:07.987619 tst         register_default_mass.py: using MSISDN 1071
22:50:08.001252 run              osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001080000000000', msisdn='1071', subscriber_id=71}
22:50:08.045272 tst         register_default_mass.py: using MSISDN 1072
22:50:08.062073 run              osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001080000000001', msisdn='1072', subscriber_id=72}
22:50:08.091771 tst         register_default_mass.py: using MSISDN 1073
22:50:08.106022 run              osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001080000000002', msisdn='1073', subscriber_id=73}
22:50:08.136249 tst         register_default_mass.py: using MSISDN 1074
22:50:08.153715 run              osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001080000000003', msisdn='1074', subscriber_id=74}
22:50:08.179651 tst         register_default_mass.py: using MSISDN 1075
22:50:08.197181 run              osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001080000000004', msisdn='1075', subscriber_id=75}
22:50:08.230287 tst         register_default_mass.py: using MSISDN 1076
22:50:08.246858 run              osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001080000000005', msisdn='1076', subscriber_id=76}
22:50:08.283519 tst         register_default_mass.py: using MSISDN 1077
22:50:08.300033 run              osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001080000000006', msisdn='1077', subscriber_id=77}
22:50:08.333607 tst         register_default_mass.py: using MSISDN 1078
22:50:08.349720 run              osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001080000000007', msisdn='1078', subscriber_id=78}
22:50:08.391371 tst         register_default_mass.py: using MSISDN 1079
22:50:08.404706 run              osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001080000000008', msisdn='1079', subscriber_id=79}
22:50:08.450901 tst         register_default_mass.py: using MSISDN 1080
22:50:08.467276 run              osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001080000000009', msisdn='1080', subscriber_id=80}
22:50:08.498164 tst         register_default_mass.py: using MSISDN 1081
22:50:08.514874 run              osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001090000000000', msisdn='1081', subscriber_id=81}
22:50:08.552451 tst         register_default_mass.py: using MSISDN 1082
22:50:08.571744 run              osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001090000000001', msisdn='1082', subscriber_id=82}
22:50:08.612868 tst         register_default_mass.py: using MSISDN 1083
22:50:08.626648 run              osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001090000000002', msisdn='1083', subscriber_id=83}
22:50:08.663289 tst         register_default_mass.py: using MSISDN 1084
22:50:08.679470 run              osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001090000000003', msisdn='1084', subscriber_id=84}
22:50:08.697389 tst         register_default_mass.py: using MSISDN 1085
22:50:08.714506 run              osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001090000000004', msisdn='1085', subscriber_id=85}
22:50:08.741469 tst         register_default_mass.py: using MSISDN 1086
22:50:08.756654 run              osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001090000000005', msisdn='1086', subscriber_id=86}
22:50:08.784450 tst         register_default_mass.py: using MSISDN 1087
22:50:08.801497 run              osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001090000000006', msisdn='1087', subscriber_id=87}
22:50:08.834998 tst         register_default_mass.py: using MSISDN 1088
22:50:08.847811 run              osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001090000000007', msisdn='1088', subscriber_id=88}
22:50:08.889499 tst         register_default_mass.py: using MSISDN 1089
22:50:08.903585 run              osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001090000000008', msisdn='1089', subscriber_id=89}
22:50:08.941684 tst         register_default_mass.py: using MSISDN 1090
22:50:08.955138 run              osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001090000000009', msisdn='1090', subscriber_id=90}
22:50:08.989241 tst         register_default_mass.py: using MSISDN 1091
22:50:09.002975 run              osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001100000000000', msisdn='1091', subscriber_id=91}
22:50:09.028561 tst         register_default_mass.py: using MSISDN 1092
22:50:09.043872 run              osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001100000000001', msisdn='1092', subscriber_id=92}
22:50:09.075426 tst         register_default_mass.py: using MSISDN 1093
22:50:09.091444 run              osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001100000000002', msisdn='1093', subscriber_id=93}
22:50:09.133337 tst         register_default_mass.py: using MSISDN 1094
22:50:09.148271 run              osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001100000000003', msisdn='1094', subscriber_id=94}
22:50:09.178732 tst         register_default_mass.py: using MSISDN 1095
22:50:09.193381 run              osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001100000000004', msisdn='1095', subscriber_id=95}
22:50:09.222352 tst         register_default_mass.py: using MSISDN 1096
22:50:09.239185 run              osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001100000000005', msisdn='1096', subscriber_id=96}
22:50:09.276959 tst         register_default_mass.py: using MSISDN 1097
22:50:09.292711 run              osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001100000000006', msisdn='1097', subscriber_id=97}
22:50:09.325383 tst         register_default_mass.py: using MSISDN 1098
22:50:09.341796 run              osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001100000000007', msisdn='1098', subscriber_id=98}
22:50:09.381613 tst         register_default_mass.py: using MSISDN 1099
22:50:09.394957 run              osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001100000000008', msisdn='1099', subscriber_id=99}
22:50:09.433222 tst         register_default_mass.py: using MSISDN 1100
22:50:09.445441 run              osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001100000000009', msisdn='1100', subscriber_id=100}
22:50:09.616438 run                             mass: Starting testcase
22:50:09.628677 run                             mass: Pre-launching all virtphy's
22:50:09.640941 run           osmo-ms-virt-phy/00000: Starting virtphy
22:50:09.670164 run   osmo-ms-virt-phy/00000(pid=35): Launched
22:50:09.683314 run           osmo-ms-virt-phy/00001: Starting virtphy
22:50:09.711604 run   osmo-ms-virt-phy/00001(pid=36): Launched
22:50:09.725457 run           osmo-ms-virt-phy/00002: Starting virtphy
22:50:09.754569 run   osmo-ms-virt-phy/00002(pid=37): Launched
22:50:09.767728 run           osmo-ms-virt-phy/00003: Starting virtphy
22:50:09.797663 run   osmo-ms-virt-phy/00003(pid=38): Launched
22:50:09.812624 run           osmo-ms-virt-phy/00004: Starting virtphy
22:50:09.841011 run   osmo-ms-virt-phy/00004(pid=39): Launched
22:50:09.854110 run           osmo-ms-virt-phy/00005: Starting virtphy
22:50:09.883210 run   osmo-ms-virt-phy/00005(pid=40): Launched
22:50:09.896455 run           osmo-ms-virt-phy/00006: Starting virtphy
22:50:09.924804 run   osmo-ms-virt-phy/00006(pid=41): Launched
22:50:09.937883 run           osmo-ms-virt-phy/00007: Starting virtphy
22:50:09.967696 run   osmo-ms-virt-phy/00007(pid=42): Launched
22:50:09.981497 run           osmo-ms-virt-phy/00008: Starting virtphy
22:50:10.010872 run   osmo-ms-virt-phy/00008(pid=43): Launched
22:50:10.025052 run           osmo-ms-virt-phy/00009: Starting virtphy
22:50:10.060392 run   osmo-ms-virt-phy/00009(pid=44): Launched
22:50:10.073992 run           osmo-ms-virt-phy/00010: Starting virtphy
22:50:10.104050 run   osmo-ms-virt-phy/00010(pid=45): Launched
22:50:10.118113 run           osmo-ms-virt-phy/00011: Starting virtphy
22:50:10.148059 run   osmo-ms-virt-phy/00011(pid=46): Launched
22:50:10.161582 run           osmo-ms-virt-phy/00012: Starting virtphy
22:50:10.203661 run   osmo-ms-virt-phy/00012(pid=47): Launched
22:50:10.216553 run           osmo-ms-virt-phy/00013: Starting virtphy
22:50:10.244435 run   osmo-ms-virt-phy/00013(pid=48): Launched
22:50:10.257407 run           osmo-ms-virt-phy/00014: Starting virtphy
22:50:10.285215 run   osmo-ms-virt-phy/00014(pid=49): Launched
22:50:10.297999 run           osmo-ms-virt-phy/00015: Starting virtphy
22:50:10.326972 run   osmo-ms-virt-phy/00015(pid=50): Launched
22:50:10.339617 run           osmo-ms-virt-phy/00016: Starting virtphy
22:50:10.367119 run   osmo-ms-virt-phy/00016(pid=51): Launched
22:50:10.379776 run           osmo-ms-virt-phy/00017: Starting virtphy
22:50:10.407625 run   osmo-ms-virt-phy/00017(pid=52): Launched
22:50:10.420797 run           osmo-ms-virt-phy/00018: Starting virtphy
22:50:10.449212 run   osmo-ms-virt-phy/00018(pid=53): Launched
22:50:10.462166 run           osmo-ms-virt-phy/00019: Starting virtphy
22:50:10.490606 run   osmo-ms-virt-phy/00019(pid=54): Launched
22:50:10.503448 run           osmo-ms-virt-phy/00020: Starting virtphy
22:50:10.531026 run   osmo-ms-virt-phy/00020(pid=55): Launched
22:50:10.543684 run           osmo-ms-virt-phy/00021: Starting virtphy
22:50:10.571679 run   osmo-ms-virt-phy/00021(pid=56): Launched
22:50:10.584621 run           osmo-ms-virt-phy/00022: Starting virtphy
22:50:10.612906 run   osmo-ms-virt-phy/00022(pid=57): Launched
22:50:10.626426 run           osmo-ms-virt-phy/00023: Starting virtphy
22:50:10.656037 run   osmo-ms-virt-phy/00023(pid=58): Launched
22:50:10.669142 run           osmo-ms-virt-phy/00024: Starting virtphy
22:50:10.697686 run   osmo-ms-virt-phy/00024(pid=59): Launched
22:50:10.710971 run           osmo-ms-virt-phy/00025: Starting virtphy
22:50:10.739243 run   osmo-ms-virt-phy/00025(pid=60): Launched
22:50:10.754461 run           osmo-ms-virt-phy/00026: Starting virtphy
22:50:10.782804 run   osmo-ms-virt-phy/00026(pid=61): Launched
22:50:10.795901 run           osmo-ms-virt-phy/00027: Starting virtphy
22:50:10.823681 run   osmo-ms-virt-phy/00027(pid=62): Launched
22:50:10.836583 run           osmo-ms-virt-phy/00028: Starting virtphy
22:50:10.864125 run   osmo-ms-virt-phy/00028(pid=63): Launched
22:50:10.877091 run           osmo-ms-virt-phy/00029: Starting virtphy
22:50:10.904862 run   osmo-ms-virt-phy/00029(pid=64): Launched
22:50:10.917867 run           osmo-ms-virt-phy/00030: Starting virtphy
22:50:10.945819 run   osmo-ms-virt-phy/00030(pid=65): Launched
22:50:10.958721 run           osmo-ms-virt-phy/00031: Starting virtphy
22:50:10.986576 run   osmo-ms-virt-phy/00031(pid=66): Launched
22:50:10.999538 run           osmo-ms-virt-phy/00032: Starting virtphy
22:50:11.027312 run   osmo-ms-virt-phy/00032(pid=67): Launched
22:50:11.040315 run           osmo-ms-virt-phy/00033: Starting virtphy
22:50:11.068291 run   osmo-ms-virt-phy/00033(pid=68): Launched
22:50:11.081232 run           osmo-ms-virt-phy/00034: Starting virtphy
22:50:11.109131 run   osmo-ms-virt-phy/00034(pid=69): Launched
22:50:11.121889 run           osmo-ms-virt-phy/00035: Starting virtphy
22:50:11.149714 run   osmo-ms-virt-phy/00035(pid=70): Launched
22:50:11.163130 run           osmo-ms-virt-phy/00036: Starting virtphy
22:50:11.191286 run   osmo-ms-virt-phy/00036(pid=71): Launched
22:50:11.204515 run           osmo-ms-virt-phy/00037: Starting virtphy
22:50:11.232203 run   osmo-ms-virt-phy/00037(pid=72): Launched
22:50:11.244949 run           osmo-ms-virt-phy/00038: Starting virtphy
22:50:11.272358 run   osmo-ms-virt-phy/00038(pid=73): Launched
22:50:11.284903 run           osmo-ms-virt-phy/00039: Starting virtphy
22:50:11.312077 run   osmo-ms-virt-phy/00039(pid=74): Launched
22:50:11.324615 run           osmo-ms-virt-phy/00040: Starting virtphy
22:50:11.351827 run   osmo-ms-virt-phy/00040(pid=75): Launched
22:50:11.364440 run           osmo-ms-virt-phy/00041: Starting virtphy
22:50:11.394251 run   osmo-ms-virt-phy/00041(pid=76): Launched
22:50:11.406908 run           osmo-ms-virt-phy/00042: Starting virtphy
22:50:11.434600 run   osmo-ms-virt-phy/00042(pid=77): Launched
22:50:11.447179 run           osmo-ms-virt-phy/00043: Starting virtphy
22:50:11.475585 run   osmo-ms-virt-phy/00043(pid=78): Launched
22:50:11.488453 run           osmo-ms-virt-phy/00044: Starting virtphy
22:50:11.516125 run   osmo-ms-virt-phy/00044(pid=79): Launched
22:50:11.528893 run           osmo-ms-virt-phy/00045: Starting virtphy
22:50:11.556274 run   osmo-ms-virt-phy/00045(pid=80): Launched
22:50:11.568965 run           osmo-ms-virt-phy/00046: Starting virtphy
22:50:11.596316 run   osmo-ms-virt-phy/00046(pid=81): Launched
22:50:11.608931 run           osmo-ms-virt-phy/00047: Starting virtphy
22:50:11.636326 run   osmo-ms-virt-phy/00047(pid=82): Launched
22:50:11.648948 run           osmo-ms-virt-phy/00048: Starting virtphy
22:50:11.676526 run   osmo-ms-virt-phy/00048(pid=83): Launched
22:50:11.689322 run           osmo-ms-virt-phy/00049: Starting virtphy
22:50:11.716852 run   osmo-ms-virt-phy/00049(pid=84): Launched
22:50:11.730684 run           osmo-ms-virt-phy/00050: Starting virtphy
22:50:11.762082 run   osmo-ms-virt-phy/00050(pid=85): Launched
22:50:11.774939 run           osmo-ms-virt-phy/00051: Starting virtphy
22:50:11.802537 run   osmo-ms-virt-phy/00051(pid=86): Launched
22:50:11.815264 run           osmo-ms-virt-phy/00052: Starting virtphy
22:50:11.842788 run   osmo-ms-virt-phy/00052(pid=87): Launched
22:50:11.855472 run           osmo-ms-virt-phy/00053: Starting virtphy
22:50:11.883242 run   osmo-ms-virt-phy/00053(pid=88): Launched
22:50:11.896184 run           osmo-ms-virt-phy/00054: Starting virtphy
22:50:11.924338 run   osmo-ms-virt-phy/00054(pid=89): Launched
22:50:11.937339 run           osmo-ms-virt-phy/00055: Starting virtphy
22:50:11.965089 run   osmo-ms-virt-phy/00055(pid=90): Launched
22:50:11.977856 run           osmo-ms-virt-phy/00056: Starting virtphy
22:50:12.005359 run   osmo-ms-virt-phy/00056(pid=91): Launched
22:50:12.018006 run           osmo-ms-virt-phy/00057: Starting virtphy
22:50:12.045394 run   osmo-ms-virt-phy/00057(pid=92): Launched
22:50:12.058074 run           osmo-ms-virt-phy/00058: Starting virtphy
22:50:12.085625 run   osmo-ms-virt-phy/00058(pid=93): Launched
22:50:12.098437 run           osmo-ms-virt-phy/00059: Starting virtphy
22:50:12.125813 run   osmo-ms-virt-phy/00059(pid=94): Launched
22:50:12.138490 run           osmo-ms-virt-phy/00060: Starting virtphy
22:50:12.165741 run   osmo-ms-virt-phy/00060(pid=95): Launched
22:50:12.178317 run           osmo-ms-virt-phy/00061: Starting virtphy
22:50:12.205582 run   osmo-ms-virt-phy/00061(pid=96): Launched
22:50:12.218252 run           osmo-ms-virt-phy/00062: Starting virtphy
22:50:12.245944 run   osmo-ms-virt-phy/00062(pid=97): Launched
22:50:12.258829 run           osmo-ms-virt-phy/00063: Starting virtphy
22:50:12.286488 run   osmo-ms-virt-phy/00063(pid=98): Launched
22:50:12.299199 run           osmo-ms-virt-phy/00064: Starting virtphy
22:50:12.326682 run   osmo-ms-virt-phy/00064(pid=99): Launched
22:50:12.339515 run           osmo-ms-virt-phy/00065: Starting virtphy
22:50:12.367733 run  osmo-ms-virt-phy/00065(pid=100): Launched
22:50:12.381096 run           osmo-ms-virt-phy/00066: Starting virtphy
22:50:12.413949 run  osmo-ms-virt-phy/00066(pid=101): Launched
22:50:12.431936 run           osmo-ms-virt-phy/00067: Starting virtphy
22:50:12.472714 run  osmo-ms-virt-phy/00067(pid=102): Launched
22:50:12.489611 run           osmo-ms-virt-phy/00068: Starting virtphy
22:50:12.529768 run  osmo-ms-virt-phy/00068(pid=103): Launched
22:50:12.545607 run           osmo-ms-virt-phy/00069: Starting virtphy
22:50:12.577565 run  osmo-ms-virt-phy/00069(pid=104): Launched
22:50:12.593121 run           osmo-ms-virt-phy/00070: Starting virtphy
22:50:12.627752 run  osmo-ms-virt-phy/00070(pid=105): Launched
22:50:12.645099 run           osmo-ms-virt-phy/00071: Starting virtphy
22:50:12.684219 run  osmo-ms-virt-phy/00071(pid=106): Launched
22:50:12.701724 run           osmo-ms-virt-phy/00072: Starting virtphy
22:50:12.732993 run  osmo-ms-virt-phy/00072(pid=107): Launched
22:50:12.746171 run           osmo-ms-virt-phy/00073: Starting virtphy
22:50:12.774672 run  osmo-ms-virt-phy/00073(pid=108): Launched
22:50:12.787985 run           osmo-ms-virt-phy/00074: Starting virtphy
22:50:12.815783 run  osmo-ms-virt-phy/00074(pid=109): Launched
22:50:12.828763 run           osmo-ms-virt-phy/00075: Starting virtphy
22:50:12.856727 run  osmo-ms-virt-phy/00075(pid=110): Launched
22:50:12.870289 run           osmo-ms-virt-phy/00076: Starting virtphy
22:50:12.902408 run  osmo-ms-virt-phy/00076(pid=111): Launched
22:50:12.915695 run           osmo-ms-virt-phy/00077: Starting virtphy
22:50:12.946284 run  osmo-ms-virt-phy/00077(pid=112): Launched
22:50:12.959410 run           osmo-ms-virt-phy/00078: Starting virtphy
22:50:12.987418 run  osmo-ms-virt-phy/00078(pid=113): Launched
22:50:13.000158 run           osmo-ms-virt-phy/00079: Starting virtphy
22:50:13.028438 run  osmo-ms-virt-phy/00079(pid=114): Launched
22:50:13.041539 run           osmo-ms-virt-phy/00080: Starting virtphy
22:50:13.069701 run  osmo-ms-virt-phy/00080(pid=115): Launched
22:50:13.086910 run           osmo-ms-virt-phy/00081: Starting virtphy
22:50:13.114426 run  osmo-ms-virt-phy/00081(pid=116): Launched
22:50:13.127173 run           osmo-ms-virt-phy/00082: Starting virtphy
22:50:13.154310 run  osmo-ms-virt-phy/00082(pid=117): Launched
22:50:13.166743 run           osmo-ms-virt-phy/00083: Starting virtphy
22:50:13.193521 run  osmo-ms-virt-phy/00083(pid=118): Launched
22:50:13.205868 run           osmo-ms-virt-phy/00084: Starting virtphy
22:50:13.232468 run  osmo-ms-virt-phy/00084(pid=119): Launched
22:50:13.244709 run           osmo-ms-virt-phy/00085: Starting virtphy
22:50:13.271893 run  osmo-ms-virt-phy/00085(pid=120): Launched
22:50:13.284221 run           osmo-ms-virt-phy/00086: Starting virtphy
22:50:13.312390 run  osmo-ms-virt-phy/00086(pid=121): Launched
22:50:13.324932 run           osmo-ms-virt-phy/00087: Starting virtphy
22:50:13.351572 run  osmo-ms-virt-phy/00087(pid=122): Launched
22:50:13.363772 run           osmo-ms-virt-phy/00088: Starting virtphy
22:50:13.390261 run  osmo-ms-virt-phy/00088(pid=123): Launched
22:50:13.402482 run           osmo-ms-virt-phy/00089: Starting virtphy
22:50:13.429250 run  osmo-ms-virt-phy/00089(pid=124): Launched
22:50:13.441632 run           osmo-ms-virt-phy/00090: Starting virtphy
22:50:13.468449 run  osmo-ms-virt-phy/00090(pid=125): Launched
22:50:13.480825 run           osmo-ms-virt-phy/00091: Starting virtphy
22:50:13.507993 run  osmo-ms-virt-phy/00091(pid=126): Launched
22:50:13.520387 run           osmo-ms-virt-phy/00092: Starting virtphy
22:50:13.547776 run  osmo-ms-virt-phy/00092(pid=127): Launched
22:50:13.560798 run           osmo-ms-virt-phy/00093: Starting virtphy
22:50:13.588418 run  osmo-ms-virt-phy/00093(pid=128): Launched
22:50:13.601166 run           osmo-ms-virt-phy/00094: Starting virtphy
22:50:13.638713 run  osmo-ms-virt-phy/00094(pid=129): Launched
22:50:13.657307 run           osmo-ms-virt-phy/00095: Starting virtphy
22:50:13.699746 run  osmo-ms-virt-phy/00095(pid=130): Launched
22:50:13.717223 run           osmo-ms-virt-phy/00096: Starting virtphy
22:50:13.755970 run  osmo-ms-virt-phy/00096(pid=131): Launched
22:50:13.773943 run           osmo-ms-virt-phy/00097: Starting virtphy
22:50:13.811588 run  osmo-ms-virt-phy/00097(pid=132): Launched
22:50:13.837066 run           osmo-ms-virt-phy/00098: Starting virtphy
22:50:13.880077 run  osmo-ms-virt-phy/00098(pid=133): Launched
22:50:13.897316 run           osmo-ms-virt-phy/00099: Starting virtphy
22:50:13.937806 run  osmo-ms-virt-phy/00099(pid=134): Launched
22:50:13.954732 run                             mass: Checking if sockets are in the filesystem
22:50:13.991748 run                osmo-ms-mob/00000: Starting mobile
22:50:14.032092 run       osmo-ms-mob/00000(pid=135): Launched
22:50:14.062498 run                             mass: MS start registered  {at=15044499.026855372, delay=0.009597990661859512, ms=00000}
22:50:18.187267 run                osmo-ms-mob/00001: Starting mobile
22:50:18.213951 run       osmo-ms-mob/00001(pid=136): Launched
22:50:18.236957 run                             mass: MS start registered  {at=15044503.20136897, delay=0.01094909943640232, ms=00001}
22:50:19.934172 run                             mass: MS performed LU  {at=15044504.898534818, lu_delay=5.87167944572866, ms=00000}
22:50:19.969841 run                osmo-ms-mob/00002: Starting mobile
22:50:20.003063 run       osmo-ms-mob/00002(pid=137): Launched
22:50:20.029904 run                             mass: MS start registered  {at=15044504.994265847, delay=0.009675085544586182, ms=00002}
22:50:21.287748 run                osmo-ms-mob/00003: Starting mobile
22:50:21.315123 run       osmo-ms-mob/00003(pid=138): Launched
22:50:21.336505 run                             mass: MS start registered  {at=15044506.30092672, delay=0.008686287328600883, ms=00003}
22:50:22.387837 run                osmo-ms-mob/00004: Starting mobile
22:50:22.416916 run       osmo-ms-mob/00004(pid=139): Launched
22:50:22.439722 run                             mass: MS start registered  {at=15044507.404102681, delay=0.008705852553248405, ms=00004}
22:50:23.390726 run                osmo-ms-mob/00005: Starting mobile
22:50:23.417917 run       osmo-ms-mob/00005(pid=140): Launched
22:50:23.441166 run                             mass: MS start registered  {at=15044508.405579306, delay=0.010902611538767815, ms=00005}
22:50:23.699365 run                             mass: MS performed LU  {at=15044508.663738381, lu_delay=5.4623694103211164, ms=00001}
22:50:24.285737 run                osmo-ms-mob/00006: Starting mobile
22:50:24.312689 run       osmo-ms-mob/00006(pid=141): Launched
22:50:24.335979 run                             mass: MS start registered  {at=15044509.300380033, delay=0.00895550288259983, ms=00006}
22:50:25.186499 run                osmo-ms-mob/00007: Starting mobile
22:50:25.215456 run       osmo-ms-mob/00007(pid=142): Launched
22:50:25.239634 run                             mass: MS start registered  {at=15044510.204021765, delay=0.01056147925555706, ms=00007}
22:50:25.601071 run                             mass: MS performed LU  {at=15044510.565443596, lu_delay=5.571177748963237, ms=00002}
22:50:25.986630 run                osmo-ms-mob/00008: Starting mobile
22:50:26.018455 run       osmo-ms-mob/00008(pid=143): Launched
22:50:26.040407 run                             mass: MS start registered  {at=15044511.004822977, delay=0.006745617836713791, ms=00008}
22:50:26.690253 run                osmo-ms-mob/00009: Starting mobile
22:50:26.722679 run       osmo-ms-mob/00009(pid=144): Launched
22:50:26.748841 run                             mass: MS start registered  {at=15044511.713227468, delay=0.011900696903467178, ms=00009}
22:50:27.387121 run                osmo-ms-mob/00010: Starting mobile
22:50:27.417951 run       osmo-ms-mob/00010(pid=145): Launched
22:50:27.441395 run                             mass: MS start registered  {at=15044512.405783651, delay=0.010321751236915588, ms=00010}
22:50:27.464861 run                             mass: MS performed LU  {at=15044512.429277198, lu_delay=6.128350477665663, ms=00003}
22:50:27.511009 run                             mass: MS performed LU  {at=15044512.475404315, lu_delay=5.071301633492112, ms=00004}
22:50:27.988049 run                osmo-ms-mob/00011: Starting mobile
22:50:28.026967 run       osmo-ms-mob/00011(pid=146): Launched
22:50:28.053234 run                             mass: MS start registered  {at=15044513.017607477, delay=0.00817924365401268, ms=00011}
22:50:28.588907 run                osmo-ms-mob/00012: Starting mobile
22:50:28.617639 run       osmo-ms-mob/00012(pid=147): Launched
22:50:28.640201 run                             mass: MS start registered  {at=15044513.604596073, delay=0.008724939078092575, ms=00012}
22:50:29.186043 run                osmo-ms-mob/00013: Starting mobile
22:50:29.213437 run       osmo-ms-mob/00013(pid=148): Launched
22:50:29.236405 run                             mass: MS start registered  {at=15044514.200824635, delay=0.010340524837374687, ms=00013}
22:50:29.366420 run                             mass: MS performed LU  {at=15044514.330809455, lu_delay=5.925230149179697, ms=00005}
22:50:29.412467 run                             mass: MS performed LU  {at=15044514.3768667, lu_delay=5.0764866676181555, ms=00006}
22:50:29.787224 run                osmo-ms-mob/00014: Starting mobile
22:50:29.826333 run       osmo-ms-mob/00014(pid=149): Launched
22:50:29.849670 run                             mass: MS start registered  {at=15044514.814055067, delay=0.005539633333683014, ms=00014}
22:50:30.383017 run                osmo-ms-mob/00015: Starting mobile
22:50:30.411551 run       osmo-ms-mob/00015(pid=150): Launched
22:50:30.437496 run                             mass: MS start registered  {at=15044515.401875997, delay=0.012326747179031372, ms=00015}
22:50:30.888919 run                osmo-ms-mob/00016: Starting mobile
22:50:30.917094 run       osmo-ms-mob/00016(pid=151): Launched
22:50:30.942184 run                             mass: MS start registered  {at=15044515.906587964, delay=0.01201380044221878, ms=00016}
22:50:31.231487 run                             mass: MS performed LU  {at=15044516.195864175, lu_delay=5.191041197627783, ms=00008}
22:50:31.277227 run                             mass: MS performed LU  {at=15044516.241621425, lu_delay=6.037599660456181, ms=00007}
22:50:31.303492 run                osmo-ms-mob/00017: Starting mobile
22:50:31.331737 run       osmo-ms-mob/00017(pid=152): Launched
22:50:31.356861 run                             mass: MS start registered  {at=15044516.321246604, delay=0.011995857581496239, ms=00017}
22:50:31.600067 run                             mass: MS performed LU  {at=15044516.564447014, lu_delay=4.851219546049833, ms=00009}
22:50:31.988465 run                osmo-ms-mob/00018: Starting mobile
22:50:32.016024 run       osmo-ms-mob/00018(pid=153): Launched
22:50:32.039741 run                             mass: MS start registered  {at=15044517.004165253, delay=0.011127965524792671, ms=00018}
22:50:32.388241 run                osmo-ms-mob/00019: Starting mobile
22:50:32.415750 run       osmo-ms-mob/00019(pid=154): Launched
22:50:32.439988 run                             mass: MS start registered  {at=15044517.404386917, delay=0.011372866109013557, ms=00019}
22:50:32.885839 run                osmo-ms-mob/00020: Starting mobile
22:50:32.913775 run       osmo-ms-mob/00020(pid=155): Launched
22:50:32.938319 run                             mass: MS start registered  {at=15044517.902724814, delay=0.009636061266064644, ms=00020}
22:50:33.132246 run                             mass: MS performed LU  {at=15044518.096628068, lu_delay=5.690844416618347, ms=00010}
22:50:33.178444 run                             mass: MS performed LU  {at=15044518.142861145, lu_delay=5.125253668054938, ms=00011}
22:50:33.266071 run                             mass: MS performed LU  {at=15044518.230474355, lu_delay=4.625878281891346, ms=00012}
22:50:33.293949 run                osmo-ms-mob/00021: Starting mobile
22:50:33.321920 run       osmo-ms-mob/00021(pid=156): Launched
22:50:33.345060 run                             mass: MS start registered  {at=15044518.309452888, delay=0.010510766878724098, ms=00021}
22:50:33.789959 run                osmo-ms-mob/00022: Starting mobile
22:50:33.821160 run       osmo-ms-mob/00022(pid=157): Launched
22:50:33.844867 run                             mass: MS start registered  {at=15044518.809249625, delay=0.00997435674071312, ms=00022}
22:50:34.286545 run                osmo-ms-mob/00023: Starting mobile
22:50:34.315966 run       osmo-ms-mob/00023(pid=158): Launched
22:50:34.337429 run                             mass: MS start registered  {at=15044519.301820312, delay=0.006347140297293663, ms=00023}
22:50:34.685878 run                osmo-ms-mob/00024: Starting mobile
22:50:34.714028 run       osmo-ms-mob/00024(pid=159): Launched
22:50:34.741527 run                             mass: MS start registered  {at=15044519.705924654, delay=0.014312921091914177, ms=00024}
22:50:34.996967 run                             mass: MS performed LU  {at=15044519.961331546, lu_delay=4.55945554934442, ms=00015}
22:50:35.042914 run                             mass: MS performed LU  {at=15044520.007294856, lu_delay=5.193239789456129, ms=00014}
22:50:35.071197 run                osmo-ms-mob/00025: Starting mobile
22:50:35.099300 run       osmo-ms-mob/00025(pid=160): Launched
22:50:35.120909 run                             mass: MS start registered  {at=15044520.085308503, delay=0.008455561473965645, ms=00025}
22:50:35.139135 run                             mass: MS performed LU  {at=15044520.103558967, lu_delay=5.9027343317866325, ms=00013}
22:50:35.584751 run                osmo-ms-mob/00026: Starting mobile
22:50:35.612757 run       osmo-ms-mob/00026(pid=161): Launched
22:50:35.633674 run                             mass: MS start registered  {at=15044520.598056765, delay=0.007877355441451073, ms=00026}
22:50:35.984787 run                osmo-ms-mob/00027: Starting mobile
22:50:36.012241 run       osmo-ms-mob/00027(pid=162): Launched
22:50:36.030962 run                             mass: MS start registered  {at=15044520.995377516, delay=0.005725990980863571, ms=00027}
22:50:36.389164 run                osmo-ms-mob/00028: Starting mobile
22:50:36.418766 run       osmo-ms-mob/00028(pid=163): Launched
22:50:36.441150 run                             mass: MS start registered  {at=15044521.405535918, delay=0.009052883833646774, ms=00028}
22:50:36.791704 run                osmo-ms-mob/00029: Starting mobile
22:50:36.823367 run       osmo-ms-mob/00029(pid=164): Launched
22:50:36.840656 run                             mass: MS performed LU  {at=15044521.805066494, lu_delay=5.898478530347347, ms=00016}
22:50:36.856830 run                             mass: MS start registered  {at=15044521.821258336, delay=0.016225995495915413, ms=00029}
22:50:36.898626 run                             mass: MS performed LU  {at=15044521.86300501, lu_delay=4.858839757740498, ms=00018}
22:50:36.944216 run                             mass: MS performed LU  {at=15044521.908596491, lu_delay=5.587349887937307, ms=00017}
22:50:36.969707 run                osmo-ms-mob/00030: Starting mobile
22:50:36.998684 run       osmo-ms-mob/00030(pid=165): Launched
22:50:37.022144 run                             mass: MS start registered  {at=15044521.986555206, delay=0.008796483278274536, ms=00030}
22:50:37.050116 run                             mass: MS performed LU  {at=15044522.014529275, lu_delay=4.610142357647419, ms=00019}
22:50:37.586481 run                osmo-ms-mob/00031: Starting mobile
22:50:37.617301 run       osmo-ms-mob/00031(pid=166): Launched
22:50:37.642869 run                             mass: MS start registered  {at=15044522.607251938, delay=0.008241860195994377, ms=00031}
22:50:37.887594 run                osmo-ms-mob/00032: Starting mobile
22:50:37.921164 run       osmo-ms-mob/00032(pid=167): Launched
22:50:37.944655 run                             mass: MS start registered  {at=15044522.90905306, delay=0.005343962460756302, ms=00032}
22:50:38.289395 run                osmo-ms-mob/00033: Starting mobile
22:50:38.316512 run       osmo-ms-mob/00033(pid=168): Launched
22:50:38.338865 run                             mass: MS start registered  {at=15044523.30328098, delay=0.010037766769528389, ms=00033}
22:50:38.690545 run                osmo-ms-mob/00034: Starting mobile
22:50:38.729751 run       osmo-ms-mob/00034(pid=169): Launched
22:50:38.755003 run                             mass: MS start registered  {at=15044523.719374215, delay=0.005292927846312523, ms=00034}
22:50:38.773968 run                             mass: MS performed LU  {at=15044523.738387741, lu_delay=5.835662927478552, ms=00020}
22:50:38.809169 run                             mass: MS performed LU  {at=15044523.773552515, lu_delay=4.9643028900027275, ms=00022}
22:50:38.834716 run                osmo-ms-mob/00035: Starting mobile
22:50:38.865016 run       osmo-ms-mob/00035(pid=170): Launched
22:50:38.888547 run                             mass: MS start registered  {at=15044523.85294826, delay=0.010001257061958313, ms=00035}
22:50:38.904447 run                             mass: MS performed LU  {at=15044523.868873373, lu_delay=5.559420485049486, ms=00021}
22:50:39.188082 run                             mass: MS performed LU  {at=15044524.152457384, lu_delay=4.850637072697282, ms=00023}
22:50:39.386735 run                osmo-ms-mob/00036: Starting mobile
22:50:39.417334 run       osmo-ms-mob/00036(pid=171): Launched
22:50:39.441746 run                             mass: MS start registered  {at=15044524.406133924, delay=0.010385198518633842, ms=00036}
22:50:39.789570 run                osmo-ms-mob/00037: Starting mobile
22:50:39.817539 run       osmo-ms-mob/00037(pid=172): Launched
22:50:39.840278 run                             mass: MS start registered  {at=15044524.804673558, delay=0.010303815826773643, ms=00037}
22:50:40.086232 run                osmo-ms-mob/00038: Starting mobile
22:50:40.114771 run       osmo-ms-mob/00038(pid=173): Launched
22:50:40.135918 run                             mass: MS start registered  {at=15044525.100316323, delay=0.008766315877437592, ms=00038}
22:50:40.388424 run                osmo-ms-mob/00039: Starting mobile
22:50:40.415062 run       osmo-ms-mob/00039(pid=174): Launched
22:50:40.442160 run                             mass: MS start registered  {at=15044525.406571478, delay=0.014906086027622223, ms=00039}
22:50:40.562813 run                             mass: MS performed LU  {at=15044525.527212957, lu_delay=4.531835440546274, ms=00027}
22:50:40.663786 run                             mass: MS performed LU  {at=15044525.628172262, lu_delay=5.9222476072609425, ms=00024}
22:50:40.709905 run                             mass: MS performed LU  {at=15044525.674302643, lu_delay=5.588994139805436, ms=00025}
22:50:40.731829 run                osmo-ms-mob/00040: Starting mobile
22:50:40.758299 run       osmo-ms-mob/00040(pid=175): Launched
22:50:40.779946 run                             mass: MS start registered  {at=15044525.744378854, delay=0.009487301111221313, ms=00040}
22:50:40.816369 run                             mass: MS performed LU  {at=15044525.780783607, lu_delay=5.182726841419935, ms=00026}
22:50:41.085050 run                osmo-ms-mob/00041: Starting mobile
22:50:41.111705 run       osmo-ms-mob/00041(pid=176): Launched
22:50:41.136065 run                             mass: MS start registered  {at=15044526.100461468, delay=0.012021694332361221, ms=00041}
22:50:41.384294 run                osmo-ms-mob/00042: Starting mobile
22:50:41.410900 run       osmo-ms-mob/00042(pid=177): Launched
22:50:41.434025 run                             mass: MS start registered  {at=15044526.398444993, delay=0.010850401595234871, ms=00042}
22:50:41.788957 run                osmo-ms-mob/00043: Starting mobile
22:50:41.816776 run       osmo-ms-mob/00043(pid=178): Launched
22:50:41.840846 run                             mass: MS start registered  {at=15044526.805241358, delay=0.011250656098127365, ms=00043}
22:50:42.085975 run                osmo-ms-mob/00044: Starting mobile
22:50:42.112381 run       osmo-ms-mob/00044(pid=179): Launched
22:50:42.135903 run                             mass: MS start registered  {at=15044527.100294797, delay=0.011448649689555168, ms=00044}
22:50:42.388819 run                osmo-ms-mob/00045: Starting mobile
22:50:42.415258 run       osmo-ms-mob/00045(pid=180): Launched
22:50:42.443571 run                             mass: MS start registered  {at=15044527.407967985, delay=0.016166696324944496, ms=00045}
22:50:42.528625 run                             mass: MS performed LU  {at=15044527.493023857, lu_delay=4.583970798179507, ms=00032}
22:50:42.574406 run                             mass: MS performed LU  {at=15044527.53883491, lu_delay=4.931582972407341, ms=00031}
22:50:42.595923 run                osmo-ms-mob/00046: Starting mobile
22:50:42.624669 run       osmo-ms-mob/00046(pid=181): Launched
22:50:42.647118 run                             mass: MS start registered  {at=15044527.6115022, delay=0.0077834781259298325, ms=00046}
22:50:42.666009 run                             mass: MS performed LU  {at=15044527.630423203, lu_delay=5.643867997452617, ms=00030}
22:50:42.721221 run                             mass: MS performed LU  {at=15044527.685598116, lu_delay=6.280062198638916, ms=00028}
22:50:42.757789 run                osmo-ms-mob/00047: Starting mobile
22:50:42.796654 run       osmo-ms-mob/00047(pid=182): Launched
22:50:42.814532 run                             mass: MS performed LU  {at=15044527.778944943, lu_delay=5.957686606794596, ms=00029}
22:50:42.830473 run                             mass: MS start registered  {at=15044527.794902805, delay=0.01599270850419998, ms=00047}
22:50:43.289097 run                osmo-ms-mob/00048: Starting mobile
22:50:43.331413 run       osmo-ms-mob/00048(pid=183): Launched
22:50:43.357451 run                             mass: MS start registered  {at=15044528.321823513, delay=0.007071509957313538, ms=00048}
22:50:43.592334 run                osmo-ms-mob/00049: Starting mobile
22:50:43.636033 run       osmo-ms-mob/00049(pid=184): Launched
22:50:43.662639 run                             mass: MS start registered  {at=15044528.627009278, delay=0.0027435366064310074, ms=00049}
22:50:43.888099 run                osmo-ms-mob/00050: Starting mobile
22:50:43.928730 run       osmo-ms-mob/00050(pid=185): Launched
22:50:43.956728 run                             mass: MS start registered  {at=15044528.921098566, delay=0.008907223120331764, ms=00050}
22:50:44.288347 run                osmo-ms-mob/00051: Starting mobile
22:50:44.335729 run       osmo-ms-mob/00051(pid=186): Launched
22:50:44.364631 run                             mass: MS performed LU  {at=15044529.329042263, lu_delay=5.609668048098683, ms=00034}
22:50:44.384867 run                             mass: MS start registered  {at=15044529.349292593, delay=0.020285645499825478, ms=00051}
22:50:44.431969 run                             mass: MS performed LU  {at=15044529.396343347, lu_delay=6.093062367290258, ms=00033}
22:50:44.468033 run                osmo-ms-mob/00052: Starting mobile
22:50:44.507455 run       osmo-ms-mob/00052(pid=187): Launched
22:50:44.526275 run                             mass: MS performed LU  {at=15044529.490689391, lu_delay=5.637741131708026, ms=00035}
22:50:44.543724 run                             mass: MS start registered  {at=15044529.508149298, delay=0.017497006803750992, ms=00052}
22:50:44.582180 run                             mass: MS performed LU  {at=15044529.546555324, lu_delay=5.140421399846673, ms=00036}
22:50:44.611234 run                osmo-ms-mob/00053: Starting mobile
22:50:44.642032 run       osmo-ms-mob/00053(pid=188): Launched
22:50:44.658406 run                             mass: MS performed LU  {at=15044529.622818531, lu_delay=4.818144973367453, ms=00037}
22:50:44.672416 run                             mass: MS start registered  {at=15044529.636845065, delay=0.01406284049153328, ms=00053}
22:50:45.186095 run                osmo-ms-mob/00054: Starting mobile
22:50:45.215921 run       osmo-ms-mob/00054(pid=189): Launched
22:50:45.237721 run                             mass: MS start registered  {at=15044530.202127956, delay=0.008117716759443283, ms=00054}
22:50:45.487878 run                osmo-ms-mob/00055: Starting mobile
22:50:45.516941 run       osmo-ms-mob/00055(pid=190): Launched
22:50:45.541418 run                             mass: MS start registered  {at=15044530.505837074, delay=0.011475438252091408, ms=00055}
22:50:45.786601 run                osmo-ms-mob/00056: Starting mobile
22:50:45.815090 run       osmo-ms-mob/00056(pid=191): Launched
22:50:45.839037 run                             mass: MS start registered  {at=15044530.803449923, delay=0.010700782760977745, ms=00056}
22:50:46.083977 run                osmo-ms-mob/00057: Starting mobile
22:50:46.112038 run       osmo-ms-mob/00057(pid=192): Launched
22:50:46.133208 run                             mass: MS start registered  {at=15044531.09761311, delay=0.008281555026769638, ms=00057}
22:50:46.294753 run                             mass: MS performed LU  {at=15044531.259116799, lu_delay=4.860671805217862, ms=00042}
22:50:46.340587 run                             mass: MS performed LU  {at=15044531.304967146, lu_delay=5.204505678266287, ms=00041}
22:50:46.365333 run                osmo-ms-mob/00058: Starting mobile
22:50:46.399843 run       osmo-ms-mob/00058(pid=193): Launched
22:50:46.420944 run                             mass: MS start registered  {at=15044531.385358885, delay=0.007809368893504143, ms=00058}
22:50:46.437093 run                             mass: MS performed LU  {at=15044531.401519237, lu_delay=5.994947759434581, ms=00039}
22:50:46.483836 run                             mass: MS performed LU  {at=15044531.448230293, lu_delay=5.703851439058781, ms=00040}
22:50:46.507786 run                osmo-ms-mob/00059: Starting mobile
22:50:46.536239 run       osmo-ms-mob/00059(pid=194): Launched
22:50:46.549413 run                             mass: MS performed LU  {at=15044531.513838764, lu_delay=6.413522440940142, ms=00038}
22:50:46.562004 run                             mass: MS start registered  {at=15044531.526439337, delay=0.012624377384781837, ms=00059}
22:50:46.774301 run                             mass: MS performed LU  {at=15044531.73868099, lu_delay=4.9334396328777075, ms=00043}
22:50:46.807096 run                osmo-ms-mob/00060: Starting mobile
22:50:46.846392 run       osmo-ms-mob/00060(pid=195): Launched
22:50:46.870158 run                             mass: MS start registered  {at=15044531.83455109, delay=0.005525875836610794, ms=00060}
22:50:47.488291 run                osmo-ms-mob/00061: Starting mobile
22:50:47.516545 run       osmo-ms-mob/00061(pid=196): Launched
22:50:47.541203 run                             mass: MS start registered  {at=15044532.505595442, delay=0.011450452730059624, ms=00061}
22:50:47.785140 run                osmo-ms-mob/00062: Starting mobile
22:50:47.813461 run       osmo-ms-mob/00062(pid=197): Launched
22:50:47.836176 run                             mass: MS start registered  {at=15044532.800578007, delay=0.00978296808898449, ms=00062}
22:50:48.091420 run                osmo-ms-mob/00063: Starting mobile
22:50:48.120063 run       osmo-ms-mob/00063(pid=198): Launched
22:50:48.141170 run                             mass: MS start registered  {at=15044533.105576688, delay=0.007943779230117798, ms=00063}
22:50:48.195447 run                             mass: MS performed LU  {at=15044533.159855917, lu_delay=5.364953111857176, ms=00047}
22:50:48.242079 run                             mass: MS performed LU  {at=15044533.206450853, lu_delay=5.594948653131723, ms=00046}
22:50:48.348027 run                             mass: MS performed LU  {at=15044533.312394658, lu_delay=6.212099861353636, ms=00044}
22:50:48.380769 run                osmo-ms-mob/00064: Starting mobile
22:50:48.423733 run       osmo-ms-mob/00064(pid=199): Launched
22:50:48.441488 run                             mass: MS performed LU  {at=15044533.405893851, lu_delay=5.084070337936282, ms=00048}
22:50:48.462980 run                             mass: MS performed LU  {at=15044533.427404542, lu_delay=4.800395263358951, ms=00049}
22:50:48.479968 run                             mass: MS start registered  {at=15044533.444391018, delay=0.03853999637067318, ms=00064}
22:50:48.893678 run                osmo-ms-mob/00065: Starting mobile
22:50:48.921902 run       osmo-ms-mob/00065(pid=200): Launched
22:50:48.940882 run                             mass: MS start registered  {at=15044533.905306859, delay=0.005720732733607292, ms=00065}
22:50:49.182245 run                osmo-ms-mob/00066: Starting mobile
22:50:49.209743 run       osmo-ms-mob/00066(pid=201): Launched
22:50:49.233456 run                             mass: MS start registered  {at=15044534.197858946, delay=0.010525383055210114, ms=00066}
22:50:49.585216 run                osmo-ms-mob/00067: Starting mobile
22:50:49.612971 run       osmo-ms-mob/00067(pid=202): Launched
22:50:49.634475 run                             mass: MS start registered  {at=15044534.598887838, delay=0.008813044056296349, ms=00067}
22:50:49.888045 run                osmo-ms-mob/00068: Starting mobile
22:50:49.915442 run       osmo-ms-mob/00068(pid=203): Launched
22:50:49.938121 run                             mass: MS start registered  {at=15044534.902528198, delay=0.010254574939608574, ms=00068}
22:50:50.060232 run                             mass: MS performed LU  {at=15044535.02459704, lu_delay=4.822469083592296, ms=00054}
22:50:50.106708 run                             mass: MS performed LU  {at=15044535.071123958, lu_delay=6.150025391951203, ms=00050}
22:50:50.194332 run                             mass: MS performed LU  {at=15044535.158733431, lu_delay=5.809440838173032, ms=00051}
22:50:50.220993 run                osmo-ms-mob/00069: Starting mobile
22:50:50.248198 run       osmo-ms-mob/00069(pid=204): Launched
22:50:50.265459 run                             mass: MS performed LU  {at=15044535.229882536, lu_delay=5.593037471175194, ms=00053}
22:50:50.278288 run                             mass: MS start registered  {at=15044535.24272194, delay=0.0128671545535326, ms=00069}
22:50:50.290469 run                             mass: MS performed LU  {at=15044535.254903244, lu_delay=5.746753945946693, ms=00052}
22:50:50.540053 run                             mass: MS performed LU  {at=15044535.5044328, lu_delay=4.998595725744963, ms=00055}
22:50:50.568625 run                osmo-ms-mob/00070: Starting mobile
22:50:50.596436 run       osmo-ms-mob/00070(pid=205): Launched
22:50:50.616514 run                             mass: MS start registered  {at=15044535.580937412, delay=0.007647152990102768, ms=00070}
22:50:51.086909 run                osmo-ms-mob/00071: Starting mobile
22:50:51.115528 run       osmo-ms-mob/00071(pid=206): Launched
22:50:51.137774 run                             mass: MS start registered  {at=15044536.102194466, delay=0.009604481980204582, ms=00071}
22:50:51.173180 run                             mass: MS performed LU  {at=15044536.137571007, lu_delay=3.6319755651056767, ms=00061}
22:50:51.487258 run                osmo-ms-mob/00072: Starting mobile
22:50:51.515864 run       osmo-ms-mob/00072(pid=207): Launched
22:50:51.540827 run                             mass: MS start registered  {at=15044536.50521445, delay=0.012091105803847313, ms=00072}
22:50:51.885906 run                osmo-ms-mob/00073: Starting mobile
22:50:51.914614 run       osmo-ms-mob/00073(pid=208): Launched
22:50:51.927904 run                             mass: MS performed LU  {at=15044536.892326135, lu_delay=5.365886798128486, ms=00059}
22:50:51.940914 run                             mass: MS start registered  {at=15044536.905346807, delay=0.013048725202679634, ms=00073}
22:50:51.960937 run                             mass: MS performed LU  {at=15044536.925338233, lu_delay=5.0907871425151825, ms=00060}
22:50:52.008221 run                             mass: MS performed LU  {at=15044536.972621322, lu_delay=5.875008212402463, ms=00057}
22:50:52.035495 run                osmo-ms-mob/00074: Starting mobile
22:50:52.063108 run       osmo-ms-mob/00074(pid=209): Launched
22:50:52.085556 run                             mass: MS start registered  {at=15044537.049982514, delay=0.00963926687836647, ms=00074}
22:50:52.169139 run                             mass: MS performed LU  {at=15044537.133507691, lu_delay=6.330057768151164, ms=00056}
22:50:52.206241 run                             mass: MS performed LU  {at=15044537.17063371, lu_delay=5.7852748259902, ms=00058}
22:50:52.685106 run                osmo-ms-mob/00075: Starting mobile
22:50:52.713249 run       osmo-ms-mob/00075(pid=210): Launched
22:50:52.735961 run                             mass: MS start registered  {at=15044537.700376133, delay=0.010071028023958206, ms=00075}
22:50:53.185089 run                osmo-ms-mob/00076: Starting mobile
22:50:53.212292 run       osmo-ms-mob/00076(pid=211): Launched
22:50:53.233747 run                             mass: MS start registered  {at=15044538.198173132, delay=0.007141502574086189, ms=00076}
22:50:53.589701 run                osmo-ms-mob/00077: Starting mobile
22:50:53.630173 run       osmo-ms-mob/00077(pid=212): Launched
22:50:53.658251 run                             mass: MS start registered  {at=15044538.622630147, delay=0.012522013857960701, ms=00077}
22:50:53.727398 run                             mass: MS performed LU  {at=15044538.69177152, lu_delay=4.786464661359787, ms=00065}
22:50:53.781655 run                             mass: MS performed LU  {at=15044538.746028148, lu_delay=5.301637129858136, ms=00064}
22:50:53.871988 run                             mass: MS performed LU  {at=15044538.836354006, lu_delay=5.730777317658067, ms=00063}
22:50:54.034695 run                             mass: MS performed LU  {at=15044538.999055527, lu_delay=6.198477519676089, ms=00062}
22:50:54.070637 run                osmo-ms-mob/00078: Starting mobile
22:50:54.111395 run       osmo-ms-mob/00078(pid=213): Launched
22:50:54.138860 run                             mass: MS start registered  {at=15044539.103239944, delay=0.008566711097955704, ms=00078}
22:50:54.484617 run                osmo-ms-mob/00079: Starting mobile
22:50:54.514354 run       osmo-ms-mob/00079(pid=214): Launched
22:50:54.536846 run                             mass: MS start registered  {at=15044539.501249071, delay=0.008193038403987885, ms=00079}
22:50:54.786496 run                             mass: MS performed LU  {at=15044539.750877302, lu_delay=5.553018355742097, ms=00066}
22:50:54.986993 run                osmo-ms-mob/00080: Starting mobile
22:50:55.016136 run       osmo-ms-mob/00080(pid=215): Launched
22:50:55.038162 run                             mass: MS start registered  {at=15044540.002566028, delay=0.00874779187142849, ms=00080}
22:50:55.488242 run                osmo-ms-mob/00081: Starting mobile
22:50:55.515431 run       osmo-ms-mob/00081(pid=216): Launched
22:50:55.535943 run                             mass: MS start registered  {at=15044540.500365553, delay=0.008097149431705475, ms=00081}
22:50:55.644560 run                             mass: MS performed LU  {at=15044540.608935222, lu_delay=5.366213282570243, ms=00069}
22:50:55.773461 run                             mass: MS performed LU  {at=15044540.737830022, lu_delay=5.835301823914051, ms=00068}
22:50:55.801007 run                osmo-ms-mob/00082: Starting mobile
22:50:55.828277 run       osmo-ms-mob/00082(pid=217): Launched
22:50:55.847474 run                             mass: MS start registered  {at=15044540.81189032, delay=0.005391234531998634, ms=00082}
22:50:55.935019 run                             mass: MS performed LU  {at=15044540.899376081, lu_delay=5.318438669666648, ms=00070}
22:50:55.953988 run                             mass: MS performed LU  {at=15044540.91840215, lu_delay=4.816207684576511, ms=00071}
22:50:56.486386 run                osmo-ms-mob/00083: Starting mobile
22:50:56.515541 run       osmo-ms-mob/00083(pid=218): Launched
22:50:56.536380 run                             mass: MS start registered  {at=15044541.500764495, delay=0.007812565192580223, ms=00083}
22:50:56.985672 run                osmo-ms-mob/00084: Starting mobile
22:50:57.014229 run       osmo-ms-mob/00084(pid=219): Launched
22:50:57.037918 run                             mass: MS start registered  {at=15044542.002292166, delay=0.01014656014740467, ms=00084}
22:50:57.488396 run                osmo-ms-mob/00085: Starting mobile
22:50:57.521998 run       osmo-ms-mob/00085(pid=220): Launched
22:50:57.535022 run                             mass: MS performed LU  {at=15044542.499443343, lu_delay=5.594096535816789, ms=00073}
22:50:57.548312 run                             mass: MS start registered  {at=15044542.51274344, delay=0.013328328728675842, ms=00085}
22:50:57.560933 run                             mass: MS performed LU  {at=15044542.52536339, lu_delay=6.020148938521743, ms=00072}
22:50:57.638047 run                             mass: MS performed LU  {at=15044542.602406684, lu_delay=4.902030551806092, ms=00075}
22:50:57.800207 run                             mass: MS performed LU  {at=15044542.76459473, lu_delay=5.71461221575737, ms=00074}
22:50:58.084972 run                osmo-ms-mob/00086: Starting mobile
22:50:58.114265 run       osmo-ms-mob/00086(pid=221): Launched
22:50:58.127531 run                             mass: MS performed LU  {at=15044543.09195505, lu_delay=4.893781919032335, ms=00076}
22:50:58.140233 run                             mass: MS start registered  {at=15044543.104666052, delay=0.01273777149617672, ms=00086}
22:50:58.685468 run                osmo-ms-mob/00087: Starting mobile
22:50:58.721440 run       osmo-ms-mob/00087(pid=222): Launched
22:50:58.745731 run                             mass: MS start registered  {at=15044543.710134102, delay=0.007523961365222931, ms=00087}
22:50:59.288655 run                osmo-ms-mob/00088: Starting mobile
22:50:59.319005 run       osmo-ms-mob/00088(pid=223): Launched
22:50:59.339174 run                             mass: MS start registered  {at=15044544.303567493, delay=0.006486270576715469, ms=00088}
22:50:59.409736 run                             mass: MS performed LU  {at=15044544.374113686, lu_delay=5.2708737421780825, ms=00078}
22:50:59.465216 run                             mass: MS performed LU  {at=15044544.429584976, lu_delay=4.928335905075073, ms=00079}
22:50:59.539456 run                             mass: MS performed LU  {at=15044544.503833218, lu_delay=5.881203070282936, ms=00077}
22:50:59.719037 run                             mass: MS performed LU  {at=15044544.683405146, lu_delay=4.680839117616415, ms=00080}
22:50:59.884955 run                osmo-ms-mob/00089: Starting mobile
22:50:59.913702 run       osmo-ms-mob/00089(pid=224): Launched
22:50:59.936403 run                             mass: MS start registered  {at=15044544.90081312, delay=0.009446004405617714, ms=00089}
22:51:00.489152 run                osmo-ms-mob/00090: Starting mobile
22:51:00.517319 run       osmo-ms-mob/00090(pid=225): Launched
22:51:00.540158 run                             mass: MS start registered  {at=15044545.50456743, delay=0.009668322280049324, ms=00090}
22:51:01.186115 run                osmo-ms-mob/00091: Starting mobile
22:51:01.214389 run       osmo-ms-mob/00091(pid=226): Launched
22:51:01.236876 run                             mass: MS start registered  {at=15044546.201297367, delay=0.00989389419555664, ms=00091}
22:51:01.357351 run                             mass: MS performed LU  {at=15044546.321710097, lu_delay=4.820945601910353, ms=00083}
22:51:01.375986 run                             mass: MS performed LU  {at=15044546.340408089, lu_delay=5.52851776778698, ms=00082}
22:51:01.403791 run                             mass: MS performed LU  {at=15044546.368211957, lu_delay=5.86784640327096, ms=00081}
22:51:01.726864 run                             mass: MS performed LU  {at=15044546.691228634, lu_delay=4.688936468213797, ms=00084}
22:51:01.888326 run                osmo-ms-mob/00092: Starting mobile
22:51:01.916442 run       osmo-ms-mob/00092(pid=227): Launched
22:51:01.940364 run                             mass: MS start registered  {at=15044546.904779168, delay=0.011393936350941658, ms=00092}
22:51:02.688399 run                osmo-ms-mob/00093: Starting mobile
22:51:02.716308 run       osmo-ms-mob/00093(pid=228): Launched
22:51:02.738091 run                             mass: MS start registered  {at=15044547.702514349, delay=0.00897475890815258, ms=00093}
22:51:03.157498 run                             mass: MS performed LU  {at=15044548.121879663, lu_delay=5.017213610932231, ms=00086}
22:51:03.175583 run                             mass: MS performed LU  {at=15044548.140013987, lu_delay=4.4298798851668835, ms=00087}
22:51:03.305365 run                             mass: MS performed LU  {at=15044548.269737227, lu_delay=5.756993787363172, ms=00085}
22:51:03.587106 run                osmo-ms-mob/00094: Starting mobile
22:51:03.613493 run       osmo-ms-mob/00094(pid=229): Launched
22:51:03.636791 run                             mass: MS start registered  {at=15044548.601183517, delay=0.010601116344332695, ms=00094}
22:51:04.487397 run                osmo-ms-mob/00095: Starting mobile
22:51:04.520468 run       osmo-ms-mob/00095(pid=230): Launched
22:51:04.544466 run                             mass: MS start registered  {at=15044549.508844785, delay=0.0066381655633449554, ms=00095}
22:51:05.123715 run                             mass: MS performed LU  {at=15044550.0880743, lu_delay=5.187261180952191, ms=00089}
22:51:05.153177 run                             mass: MS performed LU  {at=15044550.1175985, lu_delay=5.814031006768346, ms=00088}
22:51:05.175756 run                             mass: MS performed LU  {at=15044550.140120441, lu_delay=4.635553011670709, ms=00090}
22:51:05.257341 run                             mass: MS performed LU  {at=15044550.221706836, lu_delay=22.81373885087669, ms=00045}
22:51:05.292565 run                osmo-ms-mob/00096: Starting mobile
22:51:05.340113 run       osmo-ms-mob/00096(pid=231): Launched
22:51:05.372002 run                             mass: MS start registered  {at=15044550.336370708, delay=0.013317249715328217, ms=00096}
22:51:06.587296 run                osmo-ms-mob/00097: Starting mobile
22:51:06.619223 run       osmo-ms-mob/00097(pid=232): Launched
22:51:06.640632 run                             mass: MS start registered  {at=15044551.60503945, delay=0.00787418894469738, ms=00097}
22:51:07.070757 run                             mass: MS performed LU  {at=15044552.035115086, lu_delay=5.833817718550563, ms=00091}
22:51:07.886903 run                osmo-ms-mob/00098: Starting mobile
22:51:07.923497 run       osmo-ms-mob/00098(pid=233): Launched
22:51:07.949052 run                             mass: MS start registered  {at=15044552.913432384, delay=0.0075735654681921005, ms=00098}
22:51:08.889963 run                             mass: MS performed LU  {at=15044553.854333438, lu_delay=5.25314992107451, ms=00094}
22:51:08.908518 run                             mass: MS performed LU  {at=15044553.872937564, lu_delay=6.170423215255141, ms=00093}
22:51:09.406095 run                             mass: MS performed LU  {at=15044554.370458936, lu_delay=4.861614150926471, ms=00095}
22:51:09.688081 run                osmo-ms-mob/00099: Starting mobile
22:51:09.724428 run       osmo-ms-mob/00099(pid=234): Launched
22:51:09.746439 run                             mass: All started... {duration=55.77519463934004, too_slow=0}
22:51:09.763732 run                             mass: MS start registered  {at=15044554.728149192, delay=0.017283793538808823, ms=00099}
22:51:10.837229 run                             mass: MS performed LU  {at=15044555.801606622, lu_delay=5.465235913172364, ms=00096}
22:51:12.655992 run                             mass: MS performed LU  {at=15044557.620351482, lu_delay=6.015312032774091, ms=00097}
22:51:12.673173 run                             mass: MS performed LU  {at=15044557.637597566, lu_delay=4.724165182560682, ms=00098}
22:51:12.701481 run                             mass: MS performed LU  {at=15044557.665882198, lu_delay=23.066994359716773, ms=00067}
22:51:14.602983 run                             mass: MS performed LU  {at=15044559.567365779, lu_delay=4.839216586202383, ms=00099}
22:51:24.188303 run                             mass: MS performed LU  {at=15044569.152657732, lu_delay=22.24787856452167, ms=00092}
22:51:24.206830 run                             mass: Tests done {all_completed=True, max=23.066994359716773, min=3.6319755651056767}
22:51:24.218856 tst         register_default_mass.py: Test passed (93.9 sec)
22:51:24.230283 run pcap-recorder_any(filters='host 127.0.42.2')(pid=22): Terminating (SIGTERM)
22:51:24.237251 run      osmo-hlr_127.0.42.2(pid=23): Terminating (SIGTERM)
22:51:24.243912 run pcap-recorder_any(filters='host 127.0.42.5 and port not 22')(pid=24): Terminating (SIGTERM)
22:51:24.250449 run      osmo-stp_127.0.42.5(pid=25): Terminating (SIGTERM)
22:51:24.257071 run pcap-recorder_any(filters='host 127.0.42.6 and port not 22')(pid=26): Terminating (SIGTERM)
22:51:24.263741 run      osmo-msc_127.0.42.6(pid=27): Terminating (SIGTERM)
22:51:24.270408 run pcap-recorder_any(filters='host 127.0.42.3 and port not 22')(pid=28): Terminating (SIGTERM)
22:51:24.277002 run      osmo-mgw_127.0.42.3(pid=29): Terminating (SIGTERM)
22:51:24.283589 run pcap-recorder_any(filters='host 127.0.42.4 and port not 22')(pid=30): Terminating (SIGTERM)
22:51:24.290207 run      osmo-mgw_127.0.42.4(pid=31): Terminating (SIGTERM)
22:51:24.296770 run pcap-recorder_any(filters='host 127.0.42.7 and port not 22')(pid=32): Terminating (SIGTERM)
22:51:24.303362 run      osmo-bsc_127.0.42.7(pid=33): Terminating (SIGTERM)
22:51:24.309989 run         osmo-bts-virtual(pid=34): Terminating (SIGTERM)
22:51:24.316607 run   osmo-ms-virt-phy/00000(pid=35): Terminating (SIGTERM)
22:51:24.323224 run   osmo-ms-virt-phy/00001(pid=36): Terminating (SIGTERM)
22:51:24.329898 run   osmo-ms-virt-phy/00002(pid=37): Terminating (SIGTERM)
22:51:24.338052 run   osmo-ms-virt-phy/00003(pid=38): Terminating (SIGTERM)
22:51:24.345992 run   osmo-ms-virt-phy/00004(pid=39): Terminating (SIGTERM)
22:51:24.353671 run   osmo-ms-virt-phy/00005(pid=40): Terminating (SIGTERM)
22:51:24.361032 run   osmo-ms-virt-phy/00006(pid=41): Terminating (SIGTERM)
22:51:24.368003 run   osmo-ms-virt-phy/00007(pid=42): Terminating (SIGTERM)
22:51:24.374660 run   osmo-ms-virt-phy/00008(pid=43): Terminating (SIGTERM)
22:51:24.381799 run   osmo-ms-virt-phy/00009(pid=44): Terminating (SIGTERM)
22:51:24.388351 run   osmo-ms-virt-phy/00010(pid=45): Terminating (SIGTERM)
22:51:24.394939 run   osmo-ms-virt-phy/00011(pid=46): Terminating (SIGTERM)
22:51:24.402002 run   osmo-ms-virt-phy/00012(pid=47): Terminating (SIGTERM)
22:51:24.409423 run   osmo-ms-virt-phy/00013(pid=48): Terminating (SIGTERM)
22:51:24.416338 run   osmo-ms-virt-phy/00014(pid=49): Terminating (SIGTERM)
22:51:24.424132 run   osmo-ms-virt-phy/00015(pid=50): Terminating (SIGTERM)
22:51:24.431668 run   osmo-ms-virt-phy/00016(pid=51): Terminating (SIGTERM)
22:51:24.438733 run   osmo-ms-virt-phy/00017(pid=52): Terminating (SIGTERM)
22:51:24.446552 run   osmo-ms-virt-phy/00018(pid=53): Terminating (SIGTERM)
22:51:24.454625 run   osmo-ms-virt-phy/00019(pid=54): Terminating (SIGTERM)
22:51:24.461679 run   osmo-ms-virt-phy/00020(pid=55): Terminating (SIGTERM)
22:51:24.468616 run   osmo-ms-virt-phy/00021(pid=56): Terminating (SIGTERM)
22:51:24.475263 run   osmo-ms-virt-phy/00022(pid=57): Terminating (SIGTERM)
22:51:24.481907 run   osmo-ms-virt-phy/00023(pid=58): Terminating (SIGTERM)
22:51:24.488725 run   osmo-ms-virt-phy/00024(pid=59): Terminating (SIGTERM)
22:51:24.495358 run   osmo-ms-virt-phy/00025(pid=60): Terminating (SIGTERM)
22:51:24.502116 run   osmo-ms-virt-phy/00026(pid=61): Terminating (SIGTERM)
22:51:24.508938 run   osmo-ms-virt-phy/00027(pid=62): Terminating (SIGTERM)
22:51:24.515519 run   osmo-ms-virt-phy/00028(pid=63): Terminating (SIGTERM)
22:51:24.522328 run   osmo-ms-virt-phy/00029(pid=64): Terminating (SIGTERM)
22:51:24.529037 run   osmo-ms-virt-phy/00030(pid=65): Terminating (SIGTERM)
22:51:24.535632 run   osmo-ms-virt-phy/00031(pid=66): Terminating (SIGTERM)
22:51:24.542205 run   osmo-ms-virt-phy/00032(pid=67): Terminating (SIGTERM)
22:51:24.548764 run   osmo-ms-virt-phy/00033(pid=68): Terminating (SIGTERM)
22:51:24.555543 run   osmo-ms-virt-phy/00034(pid=69): Terminating (SIGTERM)
22:51:24.562169 run   osmo-ms-virt-phy/00035(pid=70): Terminating (SIGTERM)
22:51:24.569172 run   osmo-ms-virt-phy/00036(pid=71): Terminating (SIGTERM)
22:51:24.575784 run   osmo-ms-virt-phy/00037(pid=72): Terminating (SIGTERM)
22:51:24.583529 run   osmo-ms-virt-phy/00038(pid=73): Terminating (SIGTERM)
22:51:24.590653 run   osmo-ms-virt-phy/00039(pid=74): Terminating (SIGTERM)
22:51:24.597314 run   osmo-ms-virt-phy/00040(pid=75): Terminating (SIGTERM)
22:51:24.603931 run   osmo-ms-virt-phy/00041(pid=76): Terminating (SIGTERM)
22:51:24.610484 run   osmo-ms-virt-phy/00042(pid=77): Terminating (SIGTERM)
22:51:24.617313 run   osmo-ms-virt-phy/00043(pid=78): Terminating (SIGTERM)
22:51:24.623993 run   osmo-ms-virt-phy/00044(pid=79): Terminating (SIGTERM)
22:51:24.630797 run   osmo-ms-virt-phy/00045(pid=80): Terminating (SIGTERM)
22:51:24.638171 run   osmo-ms-virt-phy/00046(pid=81): Terminating (SIGTERM)
22:51:24.645129 run   osmo-ms-virt-phy/00047(pid=82): Terminating (SIGTERM)
22:51:24.651689 run   osmo-ms-virt-phy/00048(pid=83): Terminating (SIGTERM)
22:51:24.658582 run   osmo-ms-virt-phy/00049(pid=84): Terminating (SIGTERM)
22:51:24.666993 run   osmo-ms-virt-phy/00050(pid=85): Terminating (SIGTERM)
22:51:24.673813 run   osmo-ms-virt-phy/00051(pid=86): Terminating (SIGTERM)
22:51:24.681237 run   osmo-ms-virt-phy/00052(pid=87): Terminating (SIGTERM)
22:51:24.687958 run   osmo-ms-virt-phy/00053(pid=88): Terminating (SIGTERM)
22:51:24.694695 run   osmo-ms-virt-phy/00054(pid=89): Terminating (SIGTERM)
22:51:24.701454 run   osmo-ms-virt-phy/00055(pid=90): Terminating (SIGTERM)
22:51:24.708114 run   osmo-ms-virt-phy/00056(pid=91): Terminating (SIGTERM)
22:51:24.714825 run   osmo-ms-virt-phy/00057(pid=92): Terminating (SIGTERM)
22:51:24.721425 run   osmo-ms-virt-phy/00058(pid=93): Terminating (SIGTERM)
22:51:24.728786 run   osmo-ms-virt-phy/00059(pid=94): Terminating (SIGTERM)
22:51:24.735304 run   osmo-ms-virt-phy/00060(pid=95): Terminating (SIGTERM)
22:51:24.741941 run   osmo-ms-virt-phy/00061(pid=96): Terminating (SIGTERM)
22:51:24.748669 run   osmo-ms-virt-phy/00062(pid=97): Terminating (SIGTERM)
22:51:24.755255 run   osmo-ms-virt-phy/00063(pid=98): Terminating (SIGTERM)
22:51:24.761820 run   osmo-ms-virt-phy/00064(pid=99): Terminating (SIGTERM)
22:51:24.768380 run  osmo-ms-virt-phy/00065(pid=100): Terminating (SIGTERM)
22:51:24.775820 run  osmo-ms-virt-phy/00066(pid=101): Terminating (SIGTERM)
22:51:24.782328 run  osmo-ms-virt-phy/00067(pid=102): Terminating (SIGTERM)
22:51:24.788785 run  osmo-ms-virt-phy/00068(pid=103): Terminating (SIGTERM)
22:51:24.795338 run  osmo-ms-virt-phy/00069(pid=104): Terminating (SIGTERM)
22:51:24.802125 run  osmo-ms-virt-phy/00070(pid=105): Terminating (SIGTERM)
22:51:24.808612 run  osmo-ms-virt-phy/00071(pid=106): Terminating (SIGTERM)
22:51:24.815997 run  osmo-ms-virt-phy/00072(pid=107): Terminating (SIGTERM)
22:51:24.822737 run  osmo-ms-virt-phy/00073(pid=108): Terminating (SIGTERM)
22:51:24.829313 run  osmo-ms-virt-phy/00074(pid=109): Terminating (SIGTERM)
22:51:24.835933 run  osmo-ms-virt-phy/00075(pid=110): Terminating (SIGTERM)
22:51:24.842528 run  osmo-ms-virt-phy/00076(pid=111): Terminating (SIGTERM)
22:51:24.849357 run  osmo-ms-virt-phy/00077(pid=112): Terminating (SIGTERM)
22:51:24.855951 run  osmo-ms-virt-phy/00078(pid=113): Terminating (SIGTERM)
22:51:24.862471 run  osmo-ms-virt-phy/00079(pid=114): Terminating (SIGTERM)
22:51:24.869061 run  osmo-ms-virt-phy/00080(pid=115): Terminating (SIGTERM)
22:51:24.875747 run  osmo-ms-virt-phy/00081(pid=116): Terminating (SIGTERM)
22:51:24.883222 run  osmo-ms-virt-phy/00082(pid=117): Terminating (SIGTERM)
22:51:24.890535 run  osmo-ms-virt-phy/00083(pid=118): Terminating (SIGTERM)
22:51:24.897281 run  osmo-ms-virt-phy/00084(pid=119): Terminating (SIGTERM)
22:51:24.904004 run  osmo-ms-virt-phy/00085(pid=120): Terminating (SIGTERM)
22:51:24.910898 run  osmo-ms-virt-phy/00086(pid=121): Terminating (SIGTERM)
22:51:24.918672 run  osmo-ms-virt-phy/00087(pid=122): Terminating (SIGTERM)
22:51:24.925724 run  osmo-ms-virt-phy/00088(pid=123): Terminating (SIGTERM)
22:51:24.933787 run  osmo-ms-virt-phy/00089(pid=124): Terminating (SIGTERM)
22:51:24.942286 run  osmo-ms-virt-phy/00090(pid=125): Terminating (SIGTERM)
22:51:24.951014 run  osmo-ms-virt-phy/00091(pid=126): Terminating (SIGTERM)
22:51:24.960338 run  osmo-ms-virt-phy/00092(pid=127): Terminating (SIGTERM)
22:51:24.970736 run  osmo-ms-virt-phy/00093(pid=128): Terminating (SIGTERM)
22:51:24.984332 run  osmo-ms-virt-phy/00094(pid=129): Terminating (SIGTERM)
22:51:24.993924 run  osmo-ms-virt-phy/00095(pid=130): Terminating (SIGTERM)
22:51:25.003504 run  osmo-ms-virt-phy/00096(pid=131): Terminating (SIGTERM)
22:51:25.013649 run  osmo-ms-virt-phy/00097(pid=132): Terminating (SIGTERM)
22:51:25.023549 run  osmo-ms-virt-phy/00098(pid=133): Terminating (SIGTERM)
22:51:25.033507 run  osmo-ms-virt-phy/00099(pid=134): Terminating (SIGTERM)
22:51:25.043462 run       osmo-ms-mob/00000(pid=135): Terminating (SIGTERM)
22:51:25.053059 run       osmo-ms-mob/00001(pid=136): Terminating (SIGTERM)
22:51:25.062397 run       osmo-ms-mob/00002(pid=137): Terminating (SIGTERM)
22:51:25.071686 run       osmo-ms-mob/00003(pid=138): Terminating (SIGTERM)
22:51:25.081047 run       osmo-ms-mob/00004(pid=139): Terminating (SIGTERM)
22:51:25.090506 run       osmo-ms-mob/00005(pid=140): Terminating (SIGTERM)
22:51:25.099937 run       osmo-ms-mob/00006(pid=141): Terminating (SIGTERM)
22:51:25.109295 run       osmo-ms-mob/00007(pid=142): Terminating (SIGTERM)
22:51:25.118728 run       osmo-ms-mob/00008(pid=143): Terminating (SIGTERM)
22:51:25.128159 run       osmo-ms-mob/00009(pid=144): Terminating (SIGTERM)
22:51:25.137453 run       osmo-ms-mob/00010(pid=145): Terminating (SIGTERM)
22:51:25.146579 run       osmo-ms-mob/00011(pid=146): Terminating (SIGTERM)
22:51:25.155964 run       osmo-ms-mob/00012(pid=147): Terminating (SIGTERM)
22:51:25.165225 run       osmo-ms-mob/00013(pid=148): Terminating (SIGTERM)
22:51:25.172690 run       osmo-ms-mob/00014(pid=149): Terminating (SIGTERM)
22:51:25.179377 run       osmo-ms-mob/00015(pid=150): Terminating (SIGTERM)
22:51:25.186649 run       osmo-ms-mob/00016(pid=151): Terminating (SIGTERM)
22:51:25.193592 run       osmo-ms-mob/00017(pid=152): Terminating (SIGTERM)
22:51:25.200440 run       osmo-ms-mob/00018(pid=153): Terminating (SIGTERM)
22:51:25.207162 run       osmo-ms-mob/00019(pid=154): Terminating (SIGTERM)
22:51:25.213920 run       osmo-ms-mob/00020(pid=155): Terminating (SIGTERM)
22:51:25.220911 run       osmo-ms-mob/00021(pid=156): Terminating (SIGTERM)
22:51:25.227768 run       osmo-ms-mob/00022(pid=157): Terminating (SIGTERM)
22:51:25.234386 run       osmo-ms-mob/00023(pid=158): Terminating (SIGTERM)
22:51:25.241006 run       osmo-ms-mob/00024(pid=159): Terminating (SIGTERM)
22:51:25.247681 run       osmo-ms-mob/00025(pid=160): Terminating (SIGTERM)
22:51:25.255108 run       osmo-ms-mob/00026(pid=161): Terminating (SIGTERM)
22:51:25.261994 run       osmo-ms-mob/00027(pid=162): Terminating (SIGTERM)
22:51:25.268845 run       osmo-ms-mob/00028(pid=163): Terminating (SIGTERM)
22:51:25.275618 run       osmo-ms-mob/00029(pid=164): Terminating (SIGTERM)
22:51:25.283023 run       osmo-ms-mob/00030(pid=165): Terminating (SIGTERM)
22:51:25.289832 run       osmo-ms-mob/00031(pid=166): Terminating (SIGTERM)
22:51:25.297573 run       osmo-ms-mob/00032(pid=167): Terminating (SIGTERM)
22:51:25.305328 run       osmo-ms-mob/00033(pid=168): Terminating (SIGTERM)
22:51:25.312508 run       osmo-ms-mob/00034(pid=169): Terminating (SIGTERM)
22:51:25.319400 run       osmo-ms-mob/00035(pid=170): Terminating (SIGTERM)
22:51:25.326968 run       osmo-ms-mob/00036(pid=171): Terminating (SIGTERM)
22:51:25.334097 run       osmo-ms-mob/00037(pid=172): Terminating (SIGTERM)
22:51:25.340799 run       osmo-ms-mob/00038(pid=173): Terminating (SIGTERM)
22:51:25.347404 run       osmo-ms-mob/00039(pid=174): Terminating (SIGTERM)
22:51:25.354039 run       osmo-ms-mob/00040(pid=175): Terminating (SIGTERM)
22:51:25.360590 run       osmo-ms-mob/00041(pid=176): Terminating (SIGTERM)
22:51:25.367195 run       osmo-ms-mob/00042(pid=177): Terminating (SIGTERM)
22:51:25.373970 run       osmo-ms-mob/00043(pid=178): Terminating (SIGTERM)
22:51:25.380774 run       osmo-ms-mob/00044(pid=179): Terminating (SIGTERM)
22:51:25.387422 run       osmo-ms-mob/00045(pid=180): Terminating (SIGTERM)
22:51:25.394062 run       osmo-ms-mob/00046(pid=181): Terminating (SIGTERM)
22:51:25.400604 run       osmo-ms-mob/00047(pid=182): Terminating (SIGTERM)
22:51:25.407170 run       osmo-ms-mob/00048(pid=183): Terminating (SIGTERM)
22:51:25.413852 run       osmo-ms-mob/00049(pid=184): Terminating (SIGTERM)
22:51:25.420434 run       osmo-ms-mob/00050(pid=185): Terminating (SIGTERM)
22:51:25.426921 run       osmo-ms-mob/00051(pid=186): Terminating (SIGTERM)
22:51:25.433427 run       osmo-ms-mob/00052(pid=187): Terminating (SIGTERM)
22:51:25.439883 run       osmo-ms-mob/00053(pid=188): Terminating (SIGTERM)
22:51:25.446336 run       osmo-ms-mob/00054(pid=189): Terminating (SIGTERM)
22:51:25.452893 run       osmo-ms-mob/00055(pid=190): Terminating (SIGTERM)
22:51:25.459373 run       osmo-ms-mob/00056(pid=191): Terminating (SIGTERM)
22:51:25.466521 run       osmo-ms-mob/00057(pid=192): Terminating (SIGTERM)
22:51:25.473582 run       osmo-ms-mob/00058(pid=193): Terminating (SIGTERM)
22:51:25.481565 run       osmo-ms-mob/00059(pid=194): Terminating (SIGTERM)
22:51:25.488210 run       osmo-ms-mob/00060(pid=195): Terminating (SIGTERM)
22:51:25.494909 run       osmo-ms-mob/00061(pid=196): Terminating (SIGTERM)
22:51:25.501513 run       osmo-ms-mob/00062(pid=197): Terminating (SIGTERM)
22:51:25.508236 run       osmo-ms-mob/00063(pid=198): Terminating (SIGTERM)
22:51:25.515285 run       osmo-ms-mob/00064(pid=199): Terminating (SIGTERM)
22:51:25.522230 run       osmo-ms-mob/00065(pid=200): Terminating (SIGTERM)
22:51:25.529272 run       osmo-ms-mob/00066(pid=201): Terminating (SIGTERM)
22:51:25.536420 run       osmo-ms-mob/00067(pid=202): Terminating (SIGTERM)
22:51:25.546174 run       osmo-ms-mob/00068(pid=203): Terminating (SIGTERM)
22:51:25.553420 run       osmo-ms-mob/00069(pid=204): Terminating (SIGTERM)
22:51:25.559985 run       osmo-ms-mob/00070(pid=205): Terminating (SIGTERM)
22:51:25.566490 run       osmo-ms-mob/00071(pid=206): Terminating (SIGTERM)
22:51:25.573004 run       osmo-ms-mob/00072(pid=207): Terminating (SIGTERM)
22:51:25.579521 run       osmo-ms-mob/00073(pid=208): Terminating (SIGTERM)
22:51:25.586179 run       osmo-ms-mob/00074(pid=209): Terminating (SIGTERM)
22:51:25.592548 run       osmo-ms-mob/00075(pid=210): Terminating (SIGTERM)
22:51:25.598907 run       osmo-ms-mob/00076(pid=211): Terminating (SIGTERM)
22:51:25.605373 run       osmo-ms-mob/00077(pid=212): Terminating (SIGTERM)
22:51:25.611839 run       osmo-ms-mob/00078(pid=213): Terminating (SIGTERM)
22:51:25.618337 run       osmo-ms-mob/00079(pid=214): Terminating (SIGTERM)
22:51:25.625059 run       osmo-ms-mob/00080(pid=215): Terminating (SIGTERM)
22:51:25.631508 run       osmo-ms-mob/00081(pid=216): Terminating (SIGTERM)
22:51:25.638033 run       osmo-ms-mob/00082(pid=217): Terminating (SIGTERM)
22:51:25.644471 run       osmo-ms-mob/00083(pid=218): Terminating (SIGTERM)
22:51:25.650843 run       osmo-ms-mob/00084(pid=219): Terminating (SIGTERM)
22:51:25.657503 run       osmo-ms-mob/00085(pid=220): Terminating (SIGTERM)
22:51:25.663916 run       osmo-ms-mob/00086(pid=221): Terminating (SIGTERM)
22:51:25.670439 run       osmo-ms-mob/00087(pid=222): Terminating (SIGTERM)
22:51:25.677851 run       osmo-ms-mob/00088(pid=223): Terminating (SIGTERM)
22:51:25.685819 run       osmo-ms-mob/00089(pid=224): Terminating (SIGTERM)
22:51:25.693477 run       osmo-ms-mob/00090(pid=225): Terminating (SIGTERM)
22:51:25.700138 run       osmo-ms-mob/00091(pid=226): Terminating (SIGTERM)
22:51:25.706822 run       osmo-ms-mob/00092(pid=227): Terminating (SIGTERM)
22:51:25.713537 run       osmo-ms-mob/00093(pid=228): Terminating (SIGTERM)
22:51:25.720177 run       osmo-ms-mob/00094(pid=229): Terminating (SIGTERM)
22:51:25.726901 run       osmo-ms-mob/00095(pid=230): Terminating (SIGTERM)
22:51:25.733448 run       osmo-ms-mob/00096(pid=231): Terminating (SIGTERM)
22:51:25.739929 run       osmo-ms-mob/00097(pid=232): Terminating (SIGTERM)
22:51:25.746478 run       osmo-ms-mob/00098(pid=233): Terminating (SIGTERM)
22:51:25.753006 run       osmo-ms-mob/00099(pid=234): Terminating (SIGTERM)
22:51:25.759603 ---      ParallelTerminationStrategy: PID 22 died...
22:51:25.762524 run pcap-recorder_any(filters='host 127.0.42.2')(pid=22): Terminated: ok {rc=0}
22:51:25.769693 ---      ParallelTerminationStrategy: PID 23 died...
22:51:25.772781 run      osmo-hlr_127.0.42.2(pid=23): Terminated: ok {rc=0}
22:51:25.780021 ---      ParallelTerminationStrategy: PID 24 died...
22:51:25.782977 run pcap-recorder_any(filters='host 127.0.42.5 and port not 22')(pid=24): Terminated: ok {rc=0}
22:51:25.790439 ---      ParallelTerminationStrategy: PID 25 died...
22:51:25.793474 run      osmo-stp_127.0.42.5(pid=25): Terminated: ok {rc=0}
22:51:25.800743 ---      ParallelTerminationStrategy: PID 26 died...
22:51:25.803727 run pcap-recorder_any(filters='host 127.0.42.6 and port not 22')(pid=26): Terminated: ok {rc=0}
22:51:25.810933 ---      ParallelTerminationStrategy: PID 27 died...
22:51:25.813991 run      osmo-msc_127.0.42.6(pid=27): Terminated: ok {rc=0}
22:51:25.821336 ---      ParallelTerminationStrategy: PID 28 died...
22:51:25.824334 run pcap-recorder_any(filters='host 127.0.42.3 and port not 22')(pid=28): Terminated: ok {rc=0}
22:51:25.831616 ---      ParallelTerminationStrategy: PID 29 died...
22:51:25.834692 run      osmo-mgw_127.0.42.3(pid=29): Terminated {rc=15}
22:51:25.841999 ---      ParallelTerminationStrategy: PID 30 died...
22:51:25.845069 run pcap-recorder_any(filters='host 127.0.42.4 and port not 22')(pid=30): Terminated: ok {rc=0}
22:51:25.852439 ---      ParallelTerminationStrategy: PID 31 died...
22:51:25.855420 run      osmo-mgw_127.0.42.4(pid=31): Terminated {rc=15}
22:51:25.862751 ---      ParallelTerminationStrategy: PID 32 died...
22:51:25.866383 run pcap-recorder_any(filters='host 127.0.42.7 and port not 22')(pid=32): Terminated: ok {rc=0}
22:51:25.874410 ---      ParallelTerminationStrategy: PID 33 died...
22:51:25.877429 run      osmo-bsc_127.0.42.7(pid=33): Terminated: ok {rc=0}
22:51:25.884804 ---      ParallelTerminationStrategy: PID 35 died...
22:51:25.887812 run   osmo-ms-virt-phy/00000(pid=35): Terminated: ok {rc=0}
22:51:25.895100 ---      ParallelTerminationStrategy: PID 36 died...
22:51:25.898062 run   osmo-ms-virt-phy/00001(pid=36): Terminated: ok {rc=0}
22:51:25.905366 ---      ParallelTerminationStrategy: PID 37 died...
22:51:25.908301 run   osmo-ms-virt-phy/00002(pid=37): Terminated: ok {rc=0}
22:51:25.915579 ---      ParallelTerminationStrategy: PID 38 died...
22:51:25.918489 run   osmo-ms-virt-phy/00003(pid=38): Terminated: ok {rc=0}
22:51:25.925571 ---      ParallelTerminationStrategy: PID 39 died...
22:51:25.928451 run   osmo-ms-virt-phy/00004(pid=39): Terminated: ok {rc=0}
22:51:25.935478 ---      ParallelTerminationStrategy: PID 40 died...
22:51:25.938361 run   osmo-ms-virt-phy/00005(pid=40): Terminated: ok {rc=0}
22:51:25.945385 ---      ParallelTerminationStrategy: PID 41 died...
22:51:25.948267 run   osmo-ms-virt-phy/00006(pid=41): Terminated: ok {rc=0}
22:51:25.955245 ---      ParallelTerminationStrategy: PID 42 died...
22:51:25.958087 run   osmo-ms-virt-phy/00007(pid=42): Terminated: ok {rc=0}
22:51:25.965187 ---      ParallelTerminationStrategy: PID 43 died...
22:51:25.968092 run   osmo-ms-virt-phy/00008(pid=43): Terminated: ok {rc=0}
22:51:25.975217 ---      ParallelTerminationStrategy: PID 44 died...
22:51:25.978068 run   osmo-ms-virt-phy/00009(pid=44): Terminated: ok {rc=0}
22:51:25.985078 ---      ParallelTerminationStrategy: PID 45 died...
22:51:25.987946 run   osmo-ms-virt-phy/00010(pid=45): Terminated: ok {rc=0}
22:51:25.994998 ---      ParallelTerminationStrategy: PID 46 died...
22:51:25.997854 run   osmo-ms-virt-phy/00011(pid=46): Terminated: ok {rc=0}
22:51:26.004936 ---      ParallelTerminationStrategy: PID 47 died...
22:51:26.007801 run   osmo-ms-virt-phy/00012(pid=47): Terminated: ok {rc=0}
22:51:26.014872 ---      ParallelTerminationStrategy: PID 48 died...
22:51:26.017736 run   osmo-ms-virt-phy/00013(pid=48): Terminated: ok {rc=0}
22:51:26.024785 ---      ParallelTerminationStrategy: PID 49 died...
22:51:26.027682 run   osmo-ms-virt-phy/00014(pid=49): Terminated: ok {rc=0}
22:51:26.034723 ---      ParallelTerminationStrategy: PID 50 died...
22:51:26.037572 run   osmo-ms-virt-phy/00015(pid=50): Terminated: ok {rc=0}
22:51:26.044636 ---      ParallelTerminationStrategy: PID 51 died...
22:51:26.047493 run   osmo-ms-virt-phy/00016(pid=51): Terminated: ok {rc=0}
22:51:26.054493 ---      ParallelTerminationStrategy: PID 52 died...
22:51:26.057481 run   osmo-ms-virt-phy/00017(pid=52): Terminated: ok {rc=0}
22:51:26.064497 ---      ParallelTerminationStrategy: PID 53 died...
22:51:26.067316 run   osmo-ms-virt-phy/00018(pid=53): Terminated: ok {rc=0}
22:51:26.074354 ---      ParallelTerminationStrategy: PID 54 died...
22:51:26.077236 run   osmo-ms-virt-phy/00019(pid=54): Terminated: ok {rc=0}
22:51:26.084293 ---      ParallelTerminationStrategy: PID 55 died...
22:51:26.087153 run   osmo-ms-virt-phy/00020(pid=55): Terminated: ok {rc=0}
22:51:26.096359 ---      ParallelTerminationStrategy: PID 56 died...
22:51:26.099198 run   osmo-ms-virt-phy/00021(pid=56): Terminated: ok {rc=0}
22:51:26.106210 ---      ParallelTerminationStrategy: PID 57 died...
22:51:26.109069 run   osmo-ms-virt-phy/00022(pid=57): Terminated: ok {rc=0}
22:51:26.116115 ---      ParallelTerminationStrategy: PID 58 died...
22:51:26.118908 run   osmo-ms-virt-phy/00023(pid=58): Terminated: ok {rc=0}
22:51:26.125933 ---      ParallelTerminationStrategy: PID 59 died...
22:51:26.128764 run   osmo-ms-virt-phy/00024(pid=59): Terminated: ok {rc=0}
22:51:26.135746 ---      ParallelTerminationStrategy: PID 60 died...
22:51:26.138589 run   osmo-ms-virt-phy/00025(pid=60): Terminated: ok {rc=0}
22:51:26.145593 ---      ParallelTerminationStrategy: PID 61 died...
22:51:26.148436 run   osmo-ms-virt-phy/00026(pid=61): Terminated: ok {rc=0}
22:51:26.155383 ---      ParallelTerminationStrategy: PID 62 died...
22:51:26.158267 run   osmo-ms-virt-phy/00027(pid=62): Terminated: ok {rc=0}
22:51:26.165243 ---      ParallelTerminationStrategy: PID 63 died...
22:51:26.168091 run   osmo-ms-virt-phy/00028(pid=63): Terminated: ok {rc=0}
22:51:26.175041 ---      ParallelTerminationStrategy: PID 64 died...
22:51:26.177890 run   osmo-ms-virt-phy/00029(pid=64): Terminated: ok {rc=0}
22:51:26.184866 ---      ParallelTerminationStrategy: PID 65 died...
22:51:26.187701 run   osmo-ms-virt-phy/00030(pid=65): Terminated: ok {rc=0}
22:51:26.194612 ---      ParallelTerminationStrategy: PID 66 died...
22:51:26.197506 run   osmo-ms-virt-phy/00031(pid=66): Terminated: ok {rc=0}
22:51:26.204506 ---      ParallelTerminationStrategy: PID 67 died...
22:51:26.207336 run   osmo-ms-virt-phy/00032(pid=67): Terminated: ok {rc=0}
22:51:26.214374 ---      ParallelTerminationStrategy: PID 68 died...
22:51:26.217230 run   osmo-ms-virt-phy/00033(pid=68): Terminated: ok {rc=0}
22:51:26.224220 ---      ParallelTerminationStrategy: PID 69 died...
22:51:26.227036 run   osmo-ms-virt-phy/00034(pid=69): Terminated: ok {rc=0}
22:51:26.234031 ---      ParallelTerminationStrategy: PID 70 died...
22:51:26.236930 run   osmo-ms-virt-phy/00035(pid=70): Terminated: ok {rc=0}
22:51:26.244073 ---      ParallelTerminationStrategy: PID 71 died...
22:51:26.246974 run   osmo-ms-virt-phy/00036(pid=71): Terminated: ok {rc=0}
22:51:26.254102 ---      ParallelTerminationStrategy: PID 72 died...
22:51:26.257013 run   osmo-ms-virt-phy/00037(pid=72): Terminated: ok {rc=0}
22:51:26.264074 ---      ParallelTerminationStrategy: PID 73 died...
22:51:26.266905 run   osmo-ms-virt-phy/00038(pid=73): Terminated: ok {rc=0}
22:51:26.273919 ---      ParallelTerminationStrategy: PID 74 died...
22:51:26.276775 run   osmo-ms-virt-phy/00039(pid=74): Terminated: ok {rc=0}
22:51:26.283779 ---      ParallelTerminationStrategy: PID 75 died...
22:51:26.286602 run   osmo-ms-virt-phy/00040(pid=75): Terminated: ok {rc=0}
22:51:26.293513 ---      ParallelTerminationStrategy: PID 76 died...
22:51:26.296585 run   osmo-ms-virt-phy/00041(pid=76): Terminated: ok {rc=0}
22:51:26.305283 ---      ParallelTerminationStrategy: PID 77 died...
22:51:26.308132 run   osmo-ms-virt-phy/00042(pid=77): Terminated: ok {rc=0}
22:51:26.315038 ---      ParallelTerminationStrategy: PID 78 died...
22:51:26.317913 run   osmo-ms-virt-phy/00043(pid=78): Terminated: ok {rc=0}
22:51:26.324899 ---      ParallelTerminationStrategy: PID 79 died...
22:51:26.327719 run   osmo-ms-virt-phy/00044(pid=79): Terminated: ok {rc=0}
22:51:26.334658 ---      ParallelTerminationStrategy: PID 80 died...
22:51:26.337480 run   osmo-ms-virt-phy/00045(pid=80): Terminated: ok {rc=0}
22:51:26.344440 ---      ParallelTerminationStrategy: PID 81 died...
22:51:26.347237 run   osmo-ms-virt-phy/00046(pid=81): Terminated: ok {rc=0}
22:51:26.354196 ---      ParallelTerminationStrategy: PID 82 died...
22:51:26.357016 run   osmo-ms-virt-phy/00047(pid=82): Terminated: ok {rc=0}
22:51:26.363974 ---      ParallelTerminationStrategy: PID 83 died...
22:51:26.366781 run   osmo-ms-virt-phy/00048(pid=83): Terminated: ok {rc=0}
22:51:26.373755 ---      ParallelTerminationStrategy: PID 84 died...
22:51:26.376572 run   osmo-ms-virt-phy/00049(pid=84): Terminated: ok {rc=0}
22:51:26.383452 ---      ParallelTerminationStrategy: PID 85 died...
22:51:26.386280 run   osmo-ms-virt-phy/00050(pid=85): Terminated: ok {rc=0}
22:51:26.393323 ---      ParallelTerminationStrategy: PID 86 died...
22:51:26.396151 run   osmo-ms-virt-phy/00051(pid=86): Terminated: ok {rc=0}
22:51:26.403067 ---      ParallelTerminationStrategy: PID 87 died...
22:51:26.405985 run   osmo-ms-virt-phy/00052(pid=87): Terminated: ok {rc=0}
22:51:26.413033 ---      ParallelTerminationStrategy: PID 88 died...
22:51:26.415878 run   osmo-ms-virt-phy/00053(pid=88): Terminated: ok {rc=0}
22:51:26.424191 ---      ParallelTerminationStrategy: PID 89 died...
22:51:26.427000 run   osmo-ms-virt-phy/00054(pid=89): Terminated: ok {rc=0}
22:51:26.434043 ---      ParallelTerminationStrategy: PID 90 died...
22:51:26.436871 run   osmo-ms-virt-phy/00055(pid=90): Terminated: ok {rc=0}
22:51:26.443799 ---      ParallelTerminationStrategy: PID 91 died...
22:51:26.446592 run   osmo-ms-virt-phy/00056(pid=91): Terminated: ok {rc=0}
22:51:26.453556 ---      ParallelTerminationStrategy: PID 92 died...
22:51:26.456389 run   osmo-ms-virt-phy/00057(pid=92): Terminated: ok {rc=0}
22:51:26.463368 ---      ParallelTerminationStrategy: PID 93 died...
22:51:26.466303 run   osmo-ms-virt-phy/00058(pid=93): Terminated: ok {rc=0}
22:51:26.473262 ---      ParallelTerminationStrategy: PID 94 died...
22:51:26.476178 run   osmo-ms-virt-phy/00059(pid=94): Terminated: ok {rc=0}
22:51:26.483251 ---      ParallelTerminationStrategy: PID 95 died...
22:51:26.486092 run   osmo-ms-virt-phy/00060(pid=95): Terminated: ok {rc=0}
22:51:26.493063 ---      ParallelTerminationStrategy: PID 96 died...
22:51:26.495951 run   osmo-ms-virt-phy/00061(pid=96): Terminated: ok {rc=0}
22:51:26.502954 ---      ParallelTerminationStrategy: PID 97 died...
22:51:26.505775 run   osmo-ms-virt-phy/00062(pid=97): Terminated: ok {rc=0}
22:51:26.512758 ---      ParallelTerminationStrategy: PID 98 died...
22:51:26.515593 run   osmo-ms-virt-phy/00063(pid=98): Terminated: ok {rc=0}
22:51:26.522649 ---      ParallelTerminationStrategy: PID 99 died...
22:51:26.525478 run   osmo-ms-virt-phy/00064(pid=99): Terminated: ok {rc=0}
22:51:26.532447 ---      ParallelTerminationStrategy: PID 100 died...
22:51:26.535265 run  osmo-ms-virt-phy/00065(pid=100): Terminated: ok {rc=0}
22:51:26.542268 ---      ParallelTerminationStrategy: PID 101 died...
22:51:26.545106 run  osmo-ms-virt-phy/00066(pid=101): Terminated: ok {rc=0}
22:51:26.552090 ---      ParallelTerminationStrategy: PID 102 died...
22:51:26.554897 run  osmo-ms-virt-phy/00067(pid=102): Terminated: ok {rc=0}
22:51:26.561906 ---      ParallelTerminationStrategy: PID 103 died...
22:51:26.564779 run  osmo-ms-virt-phy/00068(pid=103): Terminated: ok {rc=0}
22:51:26.571773 ---      ParallelTerminationStrategy: PID 104 died...
22:51:26.574567 run  osmo-ms-virt-phy/00069(pid=104): Terminated: ok {rc=0}
22:51:26.581549 ---      ParallelTerminationStrategy: PID 105 died...
22:51:26.584394 run  osmo-ms-virt-phy/00070(pid=105): Terminated: ok {rc=0}
22:51:26.591358 ---      ParallelTerminationStrategy: PID 106 died...
22:51:26.594198 run  osmo-ms-virt-phy/00071(pid=106): Terminated: ok {rc=0}
22:51:26.601163 ---      ParallelTerminationStrategy: PID 107 died...
22:51:26.603990 run  osmo-ms-virt-phy/00072(pid=107): Terminated: ok {rc=0}
22:51:26.610926 ---      ParallelTerminationStrategy: PID 108 died...
22:51:26.613740 run  osmo-ms-virt-phy/00073(pid=108): Terminated: ok {rc=0}
22:51:26.620785 ---      ParallelTerminationStrategy: PID 109 died...
22:51:26.623593 run  osmo-ms-virt-phy/00074(pid=109): Terminated: ok {rc=0}
22:51:26.630542 ---      ParallelTerminationStrategy: PID 110 died...
22:51:26.633388 run  osmo-ms-virt-phy/00075(pid=110): Terminated: ok {rc=0}
22:51:26.640422 ---      ParallelTerminationStrategy: PID 111 died...
22:51:26.643284 run  osmo-ms-virt-phy/00076(pid=111): Terminated: ok {rc=0}
22:51:26.650467 ---      ParallelTerminationStrategy: PID 112 died...
22:51:26.653453 run  osmo-ms-virt-phy/00077(pid=112): Terminated: ok {rc=0}
22:51:26.660521 ---      ParallelTerminationStrategy: PID 113 died...
22:51:26.663364 run  osmo-ms-virt-phy/00078(pid=113): Terminated: ok {rc=0}
22:51:26.670542 ---      ParallelTerminationStrategy: PID 114 died...
22:51:26.673467 run  osmo-ms-virt-phy/00079(pid=114): Terminated: ok {rc=0}
22:51:26.680550 ---      ParallelTerminationStrategy: PID 115 died...
22:51:26.683441 run  osmo-ms-virt-phy/00080(pid=115): Terminated: ok {rc=0}
22:51:26.690514 ---      ParallelTerminationStrategy: PID 116 died...
22:51:26.693411 run  osmo-ms-virt-phy/00081(pid=116): Terminated: ok {rc=0}
22:51:26.700448 ---      ParallelTerminationStrategy: PID 117 died...
22:51:26.703290 run  osmo-ms-virt-phy/00082(pid=117): Terminated: ok {rc=0}
22:51:26.710289 ---      ParallelTerminationStrategy: PID 118 died...
22:51:26.713172 run  osmo-ms-virt-phy/00083(pid=118): Terminated: ok {rc=0}
22:51:26.720160 ---      ParallelTerminationStrategy: PID 119 died...
22:51:26.722982 run  osmo-ms-virt-phy/00084(pid=119): Terminated: ok {rc=0}
22:51:26.729970 ---      ParallelTerminationStrategy: PID 120 died...
22:51:26.732830 run  osmo-ms-virt-phy/00085(pid=120): Terminated: ok {rc=0}
22:51:26.739858 ---      ParallelTerminationStrategy: PID 121 died...
22:51:26.742687 run  osmo-ms-virt-phy/00086(pid=121): Terminated: ok {rc=0}
22:51:26.749724 ---      ParallelTerminationStrategy: PID 122 died...
22:51:26.752604 run  osmo-ms-virt-phy/00087(pid=122): Terminated: ok {rc=0}
22:51:26.759649 ---      ParallelTerminationStrategy: PID 123 died...
22:51:26.762483 run  osmo-ms-virt-phy/00088(pid=123): Terminated: ok {rc=0}
22:51:26.769474 ---      ParallelTerminationStrategy: PID 124 died...
22:51:26.772338 run  osmo-ms-virt-phy/00089(pid=124): Terminated: ok {rc=0}
22:51:26.779354 ---      ParallelTerminationStrategy: PID 125 died...
22:51:26.782201 run  osmo-ms-virt-phy/00090(pid=125): Terminated: ok {rc=0}
22:51:26.789219 ---      ParallelTerminationStrategy: PID 126 died...
22:51:26.792062 run  osmo-ms-virt-phy/00091(pid=126): Terminated: ok {rc=0}
22:51:26.799087 ---      ParallelTerminationStrategy: PID 127 died...
22:51:26.801960 run  osmo-ms-virt-phy/00092(pid=127): Terminated: ok {rc=0}
22:51:26.809058 ---      ParallelTerminationStrategy: PID 128 died...
22:51:26.811931 run  osmo-ms-virt-phy/00093(pid=128): Terminated: ok {rc=0}
22:51:26.819086 ---      ParallelTerminationStrategy: PID 129 died...
22:51:26.822051 run  osmo-ms-virt-phy/00094(pid=129): Terminated: ok {rc=0}
22:51:26.829226 ---      ParallelTerminationStrategy: PID 130 died...
22:51:26.832170 run  osmo-ms-virt-phy/00095(pid=130): Terminated: ok {rc=0}
22:51:26.839294 ---      ParallelTerminationStrategy: PID 131 died...
22:51:26.842209 run  osmo-ms-virt-phy/00096(pid=131): Terminated: ok {rc=0}
22:51:26.849391 ---      ParallelTerminationStrategy: PID 132 died...
22:51:26.852322 run  osmo-ms-virt-phy/00097(pid=132): Terminated: ok {rc=0}
22:51:26.859486 ---      ParallelTerminationStrategy: PID 133 died...
22:51:26.862384 run  osmo-ms-virt-phy/00098(pid=133): Terminated: ok {rc=0}
22:51:26.869467 ---      ParallelTerminationStrategy: PID 134 died...
22:51:26.872411 run  osmo-ms-virt-phy/00099(pid=134): Terminated: ok {rc=0}
22:51:26.879608 ---      ParallelTerminationStrategy: PID 135 died...
22:51:26.882552 run       osmo-ms-mob/00000(pid=135): Terminated {rc=26112}
22:51:26.889757 ---      ParallelTerminationStrategy: PID 136 died...
22:51:26.892686 run       osmo-ms-mob/00001(pid=136): Terminated {rc=26112}
22:51:26.899689 ---      ParallelTerminationStrategy: PID 137 died...
22:51:26.902548 run       osmo-ms-mob/00002(pid=137): Terminated {rc=26112}
22:51:26.909618 ---      ParallelTerminationStrategy: PID 138 died...
22:51:26.912489 run       osmo-ms-mob/00003(pid=138): Terminated {rc=26112}
22:51:26.919598 ---      ParallelTerminationStrategy: PID 139 died...
22:51:26.922445 run       osmo-ms-mob/00004(pid=139): Terminated {rc=26112}
22:51:26.929490 ---      ParallelTerminationStrategy: PID 140 died...
22:51:26.932355 run       osmo-ms-mob/00005(pid=140): Terminated {rc=26112}
22:51:26.939389 ---      ParallelTerminationStrategy: PID 141 died...
22:51:26.942231 run       osmo-ms-mob/00006(pid=141): Terminated {rc=26112}
22:51:26.949249 ---      ParallelTerminationStrategy: PID 142 died...
22:51:26.952153 run       osmo-ms-mob/00007(pid=142): Terminated {rc=26112}
22:51:26.959177 ---      ParallelTerminationStrategy: PID 143 died...
22:51:26.962103 run       osmo-ms-mob/00008(pid=143): Terminated {rc=26112}
22:51:26.969268 ---      ParallelTerminationStrategy: PID 144 died...
22:51:26.972110 run       osmo-ms-mob/00009(pid=144): Terminated {rc=26112}
22:51:26.979117 ---      ParallelTerminationStrategy: PID 145 died...
22:51:26.981990 run       osmo-ms-mob/00010(pid=145): Terminated {rc=26112}
22:51:26.989043 ---      ParallelTerminationStrategy: PID 146 died...
22:51:26.991960 run       osmo-ms-mob/00011(pid=146): Terminated {rc=26112}
22:51:26.999025 ---      ParallelTerminationStrategy: PID 147 died...
22:51:27.001885 run       osmo-ms-mob/00012(pid=147): Terminated {rc=26112}
22:51:27.008949 ---      ParallelTerminationStrategy: PID 148 died...
22:51:27.011805 run       osmo-ms-mob/00013(pid=148): Terminated {rc=26112}
22:51:27.019901 ---      ParallelTerminationStrategy: PID 149 died...
22:51:27.023006 run       osmo-ms-mob/00014(pid=149): Terminated {rc=26112}
22:51:27.030036 ---      ParallelTerminationStrategy: PID 150 died...
22:51:27.032863 run       osmo-ms-mob/00015(pid=150): Terminated {rc=26112}
22:51:27.039942 ---      ParallelTerminationStrategy: PID 151 died...
22:51:27.042764 run       osmo-ms-mob/00016(pid=151): Terminated {rc=26112}
22:51:27.049785 ---      ParallelTerminationStrategy: PID 152 died...
22:51:27.052631 run       osmo-ms-mob/00017(pid=152): Terminated {rc=26112}
22:51:27.059662 ---      ParallelTerminationStrategy: PID 153 died...
22:51:27.062492 run       osmo-ms-mob/00018(pid=153): Terminated {rc=26112}
22:51:27.069609 ---      ParallelTerminationStrategy: PID 154 died...
22:51:27.072471 run       osmo-ms-mob/00019(pid=154): Terminated {rc=26112}
22:51:27.079494 ---      ParallelTerminationStrategy: PID 155 died...
22:51:27.082378 run       osmo-ms-mob/00020(pid=155): Terminated {rc=26112}
22:51:27.089506 ---      ParallelTerminationStrategy: PID 156 died...
22:51:27.092342 run       osmo-ms-mob/00021(pid=156): Terminated {rc=26112}
22:51:27.099308 ---      ParallelTerminationStrategy: PID 157 died...
22:51:27.102182 run       osmo-ms-mob/00022(pid=157): Terminated {rc=26112}
22:51:27.109131 ---      ParallelTerminationStrategy: PID 158 died...
22:51:27.111958 run       osmo-ms-mob/00023(pid=158): Terminated {rc=26112}
22:51:27.118929 ---      ParallelTerminationStrategy: PID 159 died...
22:51:27.121757 run       osmo-ms-mob/00024(pid=159): Terminated {rc=26112}
22:51:27.128763 ---      ParallelTerminationStrategy: PID 160 died...
22:51:27.131685 run       osmo-ms-mob/00025(pid=160): Terminated {rc=26112}
22:51:27.138918 ---      ParallelTerminationStrategy: PID 161 died...
22:51:27.141785 run       osmo-ms-mob/00026(pid=161): Terminated {rc=26112}
22:51:27.148811 ---      ParallelTerminationStrategy: PID 162 died...
22:51:27.151643 run       osmo-ms-mob/00027(pid=162): Terminated {rc=26112}
22:51:27.158654 ---      ParallelTerminationStrategy: PID 163 died...
22:51:27.161483 run       osmo-ms-mob/00028(pid=163): Terminated {rc=26112}
22:51:27.168575 ---      ParallelTerminationStrategy: PID 164 died...
22:51:27.171437 run       osmo-ms-mob/00029(pid=164): Terminated {rc=26112}
22:51:27.178536 ---      ParallelTerminationStrategy: PID 165 died...
22:51:27.181360 run       osmo-ms-mob/00030(pid=165): Terminated {rc=26112}
22:51:27.188473 ---      ParallelTerminationStrategy: PID 166 died...
22:51:27.191316 run       osmo-ms-mob/00031(pid=166): Terminated {rc=26112}
22:51:27.198423 ---      ParallelTerminationStrategy: PID 167 died...
22:51:27.201326 run       osmo-ms-mob/00032(pid=167): Terminated {rc=26112}
22:51:27.208412 ---      ParallelTerminationStrategy: PID 168 died...
22:51:27.211297 run       osmo-ms-mob/00033(pid=168): Terminated {rc=26112}
22:51:27.218402 ---      ParallelTerminationStrategy: PID 169 died...
22:51:27.221281 run       osmo-ms-mob/00034(pid=169): Terminated {rc=26112}
22:51:27.228458 ---      ParallelTerminationStrategy: PID 170 died...
22:51:27.231414 run       osmo-ms-mob/00035(pid=170): Terminated {rc=26112}
22:51:27.241496 ---      ParallelTerminationStrategy: PID 171 died...
22:51:27.245600 run       osmo-ms-mob/00036(pid=171): Terminated {rc=26112}
22:51:27.253207 ---      ParallelTerminationStrategy: PID 172 died...
22:51:27.257378 run       osmo-ms-mob/00037(pid=172): Terminated {rc=26112}
22:51:27.264536 ---      ParallelTerminationStrategy: PID 173 died...
22:51:27.267416 run       osmo-ms-mob/00038(pid=173): Terminated {rc=26112}
22:51:27.274517 ---      ParallelTerminationStrategy: PID 174 died...
22:51:27.277399 run       osmo-ms-mob/00039(pid=174): Terminated {rc=26112}
22:51:27.284526 ---      ParallelTerminationStrategy: PID 175 died...
22:51:27.287385 run       osmo-ms-mob/00040(pid=175): Terminated {rc=26112}
22:51:27.294499 ---      ParallelTerminationStrategy: PID 176 died...
22:51:27.297391 run       osmo-ms-mob/00041(pid=176): Terminated {rc=26112}
22:51:27.304572 ---      ParallelTerminationStrategy: PID 177 died...
22:51:27.307442 run       osmo-ms-mob/00042(pid=177): Terminated {rc=26112}
22:51:27.314579 ---      ParallelTerminationStrategy: PID 178 died...
22:51:27.317475 run       osmo-ms-mob/00043(pid=178): Terminated {rc=26112}
22:51:27.324608 ---      ParallelTerminationStrategy: PID 179 died...
22:51:27.327473 run       osmo-ms-mob/00044(pid=179): Terminated {rc=26112}
22:51:27.334721 ---      ParallelTerminationStrategy: PID 180 died...
22:51:27.337669 run       osmo-ms-mob/00045(pid=180): Terminated {rc=26112}
22:51:27.344925 ---      ParallelTerminationStrategy: PID 181 died...
22:51:27.347832 run       osmo-ms-mob/00046(pid=181): Terminated {rc=26112}
22:51:27.354943 ---      ParallelTerminationStrategy: PID 182 died...
22:51:27.358219 run       osmo-ms-mob/00047(pid=182): Terminated {rc=26112}
22:51:27.365932 ---      ParallelTerminationStrategy: PID 183 died...
22:51:27.369029 run       osmo-ms-mob/00048(pid=183): Terminated {rc=26112}
22:51:27.377027 ---      ParallelTerminationStrategy: PID 184 died...
22:51:27.381178 run       osmo-ms-mob/00049(pid=184): Terminated {rc=26112}
22:51:27.390640 ---      ParallelTerminationStrategy: PID 185 died...
22:51:27.394769 run       osmo-ms-mob/00050(pid=185): Terminated {rc=26112}
22:51:27.404274 ---      ParallelTerminationStrategy: PID 186 died...
22:51:27.408237 run       osmo-ms-mob/00051(pid=186): Terminated {rc=26112}
22:51:27.418553 ---      ParallelTerminationStrategy: PID 187 died...
22:51:27.421805 run       osmo-ms-mob/00052(pid=187): Terminated {rc=26112}
22:51:27.430135 ---      ParallelTerminationStrategy: PID 188 died...
22:51:27.434215 run       osmo-ms-mob/00053(pid=188): Terminated {rc=26112}
22:51:27.443725 ---      ParallelTerminationStrategy: PID 189 died...
22:51:27.448068 run       osmo-ms-mob/00054(pid=189): Terminated {rc=26112}
22:51:27.458674 ---      ParallelTerminationStrategy: PID 190 died...
22:51:27.462910 run       osmo-ms-mob/00055(pid=190): Terminated {rc=26112}
22:51:27.473119 ---      ParallelTerminationStrategy: PID 191 died...
22:51:27.476398 run       osmo-ms-mob/00056(pid=191): Terminated {rc=26112}
22:51:27.486938 ---      ParallelTerminationStrategy: PID 192 died...
22:51:27.490715 run       osmo-ms-mob/00057(pid=192): Terminated {rc=26112}
22:51:27.502532 ---      ParallelTerminationStrategy: PID 193 died...
22:51:27.506834 run       osmo-ms-mob/00058(pid=193): Terminated {rc=26112}
22:51:27.515220 ---      ParallelTerminationStrategy: PID 194 died...
22:51:27.518597 run       osmo-ms-mob/00059(pid=194): Terminated {rc=26112}
22:51:27.527750 ---      ParallelTerminationStrategy: PID 195 died...
22:51:27.531504 run       osmo-ms-mob/00060(pid=195): Terminated {rc=26112}
22:51:27.540620 ---      ParallelTerminationStrategy: PID 196 died...
22:51:27.544470 run       osmo-ms-mob/00061(pid=196): Terminated {rc=26112}
22:51:27.553848 ---      ParallelTerminationStrategy: PID 197 died...
22:51:27.557113 run       osmo-ms-mob/00062(pid=197): Terminated {rc=26112}
22:51:27.566020 ---      ParallelTerminationStrategy: PID 198 died...
22:51:27.569919 run       osmo-ms-mob/00063(pid=198): Terminated {rc=26112}
22:51:27.578901 ---      ParallelTerminationStrategy: PID 199 died...
22:51:27.582609 run       osmo-ms-mob/00064(pid=199): Terminated {rc=26112}
22:51:27.591052 ---      ParallelTerminationStrategy: PID 200 died...
22:51:27.594598 run       osmo-ms-mob/00065(pid=200): Terminated {rc=26112}
22:51:27.602928 ---      ParallelTerminationStrategy: PID 201 died...
22:51:27.606505 run       osmo-ms-mob/00066(pid=201): Terminated {rc=26112}
22:51:27.614346 ---      ParallelTerminationStrategy: PID 202 died...
22:51:27.617470 run       osmo-ms-mob/00067(pid=202): Terminated {rc=26112}
22:51:27.625459 ---      ParallelTerminationStrategy: PID 203 died...
22:51:27.629519 run       osmo-ms-mob/00068(pid=203): Terminated {rc=26112}
22:51:27.638937 ---      ParallelTerminationStrategy: PID 204 died...
22:51:27.642579 run       osmo-ms-mob/00069(pid=204): Terminated {rc=26112}
22:51:27.651693 ---      ParallelTerminationStrategy: PID 205 died...
22:51:27.655163 run       osmo-ms-mob/00070(pid=205): Terminated {rc=26112}
22:51:27.663788 ---      ParallelTerminationStrategy: PID 206 died...
22:51:27.667082 run       osmo-ms-mob/00071(pid=206): Terminated {rc=26112}
22:51:27.675129 ---      ParallelTerminationStrategy: PID 207 died...
22:51:27.678346 run       osmo-ms-mob/00072(pid=207): Terminated {rc=26112}
22:51:27.685942 ---      ParallelTerminationStrategy: PID 208 died...
22:51:27.689234 run       osmo-ms-mob/00073(pid=208): Terminated {rc=26112}
22:51:27.697034 ---      ParallelTerminationStrategy: PID 209 died...
22:51:27.700225 run       osmo-ms-mob/00074(pid=209): Terminated {rc=26112}
22:51:27.708671 ---      ParallelTerminationStrategy: PID 210 died...
22:51:27.711774 run       osmo-ms-mob/00075(pid=210): Terminated {rc=26112}
22:51:27.719450 ---      ParallelTerminationStrategy: PID 211 died...
22:51:27.722549 run       osmo-ms-mob/00076(pid=211): Terminated {rc=26112}
22:51:27.730195 ---      ParallelTerminationStrategy: PID 212 died...
22:51:27.733293 run       osmo-ms-mob/00077(pid=212): Terminated {rc=26112}
22:51:27.740908 ---      ParallelTerminationStrategy: PID 213 died...
22:51:27.743915 run       osmo-ms-mob/00078(pid=213): Terminated {rc=26112}
22:51:27.751164 ---      ParallelTerminationStrategy: PID 214 died...
22:51:27.754145 run       osmo-ms-mob/00079(pid=214): Terminated {rc=26112}
22:51:27.761675 ---      ParallelTerminationStrategy: PID 215 died...
22:51:27.764850 run       osmo-ms-mob/00080(pid=215): Terminated {rc=26112}
22:51:27.772479 ---      ParallelTerminationStrategy: PID 216 died...
22:51:27.775453 run       osmo-ms-mob/00081(pid=216): Terminated {rc=26112}
22:51:27.782899 ---      ParallelTerminationStrategy: PID 217 died...
22:51:27.786602 run       osmo-ms-mob/00082(pid=217): Terminated {rc=26112}
22:51:27.794965 ---      ParallelTerminationStrategy: PID 218 died...
22:51:27.798050 run       osmo-ms-mob/00083(pid=218): Terminated {rc=26112}
22:51:27.805488 ---      ParallelTerminationStrategy: PID 219 died...
22:51:27.808548 run       osmo-ms-mob/00084(pid=219): Terminated {rc=26112}
22:51:27.816129 ---      ParallelTerminationStrategy: PID 220 died...
22:51:27.819127 run       osmo-ms-mob/00085(pid=220): Terminated {rc=26112}
22:51:27.826447 ---      ParallelTerminationStrategy: PID 221 died...
22:51:27.829366 run       osmo-ms-mob/00086(pid=221): Terminated {rc=26112}
22:51:27.837013 ---      ParallelTerminationStrategy: PID 222 died...
22:51:27.840026 run       osmo-ms-mob/00087(pid=222): Terminated {rc=26112}
22:51:27.847607 ---      ParallelTerminationStrategy: PID 223 died...
22:51:27.850961 run       osmo-ms-mob/00088(pid=223): Terminated {rc=26112}
22:51:27.858603 ---      ParallelTerminationStrategy: PID 224 died...
22:51:27.861670 run       osmo-ms-mob/00089(pid=224): Terminated {rc=26112}
22:51:27.869520 ---      ParallelTerminationStrategy: PID 225 died...
22:51:27.872597 run       osmo-ms-mob/00090(pid=225): Terminated {rc=26112}
22:51:27.880145 ---      ParallelTerminationStrategy: PID 226 died...
22:51:27.883272 run       osmo-ms-mob/00091(pid=226): Terminated {rc=26112}
22:51:27.890863 ---      ParallelTerminationStrategy: PID 227 died...
22:51:27.894046 run       osmo-ms-mob/00092(pid=227): Terminated {rc=26112}
22:51:27.901790 ---      ParallelTerminationStrategy: PID 228 died...
22:51:27.904885 run       osmo-ms-mob/00093(pid=228): Terminated {rc=26112}
22:51:27.912343 ---      ParallelTerminationStrategy: PID 229 died...
22:51:27.915388 run       osmo-ms-mob/00094(pid=229): Terminated {rc=26112}
22:51:27.922745 ---      ParallelTerminationStrategy: PID 230 died...
22:51:27.925900 run       osmo-ms-mob/00095(pid=230): Terminated {rc=26112}
22:51:27.933680 ---      ParallelTerminationStrategy: PID 231 died...
22:51:27.936775 run       osmo-ms-mob/00096(pid=231): Terminated {rc=26112}
22:51:27.944620 ---      ParallelTerminationStrategy: PID 232 died...
22:51:27.947705 run       osmo-ms-mob/00097(pid=232): Terminated {rc=26112}
22:51:27.955340 ---      ParallelTerminationStrategy: PID 233 died...
22:51:27.958447 run       osmo-ms-mob/00098(pid=233): Terminated {rc=26112}
22:51:27.965995 ---      ParallelTerminationStrategy: PID 234 died...
22:51:27.969097 run       osmo-ms-mob/00099(pid=234): Terminated {rc=26112}
22:51:29.391104 ---      ParallelTerminationStrategy: PID 34 died...
22:51:29.395610 run         osmo-bts-virtual(pid=34): Terminated: ok {rc=0}
---------------------------------------------------------------------
trial-7825 netreg_mass PASS
---------------------------------------------------------------------
22:51:29.544011 tst                       trial-7825: Storing JUnit report in /build/trial-7825/run.2024-12-25_22-49-49/trial-7825.xml

--------------------------------------------------------------------------------------------
trial-7825 PASS
--------------------------------------------------------------------------------------------
22:51:29.578004 tst                       trial-7825: trial-7825: PASS, 1 suites passed
PASS: netreg_mass (pass: 1)
    pass: register_default_mass.py (93.9 sec)
+ exit_code=0
+ rm -rf trial-7825/inst
+ cd trial-7825
+ command -v journalctl
+ [ ! -z /usr/bin/journalctl ]
+ readlink last_run
+ journalctl -u ofono -o short-precise --since 2024-12-25 22:49:49
No journal files were found.
+ readlink last_run
+ tar czf /build/trial-7825-run.tgz run.2024-12-25_22-49-49
+ tar czf /build/trial-7825-bin.tgz checksums.md5 open5gs.build-8.tgz osmo-bsc.build-2024-12-25_13_27_17.tgz osmo-bts-oc2g.build-2024-12-25_00_51_54.tgz osmo-bts-sysmo.build-2024-12-25_00_52_25.tgz osmo-bts.build-2024-12-25_00_53_11.tgz osmo-ggsn.build-2024-12-25_20_43_11.tgz osmo-hlr.build-2024-12-25_16_37_39.tgz osmo-hnbgw.build-2024-12-25_13_35_02.tgz osmo-mgw.build-2024-12-25_08_33_40.tgz osmo-msc.build-2024-12-25_13_36_13.tgz osmo-nitb.build-17155.tgz osmo-pcu-oc2g.build-2024-12-25_07_41_29.tgz osmo-pcu-sysmo.build-2024-12-25_07_39_55.tgz osmo-pcu.build-2024-12-25_07_40_45.tgz osmo-sgsn.build-2024-12-25_20_50_48.tgz osmo-stp.build-2024-12-25_13_26_27.tgz osmo-trx.build-2024-12-25_14_26_07.tgz osmocom-bb.build-2024-12-25_21_18_20.tgz srslte.build-19.tgz
+ exit 0
+ clean_up_trap
+ set +x

### Clean up ###

+ trap - EXIT INT TERM 0
+ clean_up
+ docker kill osmo-gsm-tester-virtual
Error response from daemon: Cannot kill container: osmo-gsm-tester-virtual: No such container: osmo-gsm-tester-virtual
+ true
+ docker run --rm -v /home/osmocom-build/jenkins/workspace/osmo-gsm-tester_virtual:/workspace debian:bookworm chmod -R a+rwX /workspace/
Archiving artifacts
Recording test results
[Checks API] No suitable checks publisher found.
Finished: SUCCESS