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/jenkins16682033326380422038.sh
+ rm -rf trial-7828-bin.tgz trial-7828-run.tgz *.md5
Copied 2 artifacts from "osmo-gsm-tester_build-osmo-bsc" build number 23443
Copied 2 artifacts from "osmo-gsm-tester_build-osmo-bts" build number 10328
Copied 2 artifacts from "osmo-gsm-tester_build-osmo-ggsn" build number 9354
Copied 2 artifacts from "osmo-gsm-tester_build-osmo-hlr" build number 12152
Copied 2 artifacts from "osmo-gsm-tester_build-osmo-mgw" build number 12456
Copied 2 artifacts from "osmo-gsm-tester_build-osmo-hnbgw" build number 10543
Copied 2 artifacts from "osmo-gsm-tester_build-osmo-msc" build number 38158
Copied 2 artifacts from "osmo-gsm-tester_build-osmo-pcu" build number 6871
Copied 2 artifacts from "osmo-gsm-tester_build-osmo-sgsn" build number 39926
Copied 2 artifacts from "osmo-gsm-tester_build-osmo-trx" build number 7312
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 12704
Copied 2 artifacts from "osmo-gsm-tester_build-osmocom-bb" build number 6741
Copied 2 artifacts from "osmo-gsm-tester_build-osmo-bts-sysmo" build number 10852
Copied 2 artifacts from "osmo-gsm-tester_build-osmo-pcu-sysmo" build number 6911
Copied 2 artifacts from "osmo-gsm-tester_build-osmo-bts-oc2g" build number 8350
Copied 2 artifacts from "osmo-gsm-tester_build-osmo-pcu-oc2g" build number 5630
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 6741
[osmo-gsm-tester_virtual] $ /bin/sh -xe /tmp/jenkins5860949893067386574.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-7828
+ 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 CACHED

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

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

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

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

#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.380 Hit:1 http://deb.debian.org/debian bookworm InRelease
#10 0.380 Get:2 http://deb.debian.org/debian bookworm-updates InRelease [55.4 kB]
#10 0.380 Hit:3 https://downloads.osmocom.org/packages/osmocom:/nightly/Debian_12 ./ InRelease
#10 0.386 Get:4 http://deb.debian.org/debian-security bookworm-security InRelease [48.0 kB]
#10 0.606 Get:5 http://deb.debian.org/debian-security bookworm-security/main amd64 Packages [240 kB]
#10 0.652 Fetched 343 kB in 0s (1155 kB/s)
#10 0.652 Reading package lists...
#10 1.166 Reading package lists...
#10 1.748 Building dependency tree...
#10 1.888 Reading state information...
#10 2.042 dbus is already the newest version (1.14.10-1~deb12u1).
#10 2.042 tcpdump is already the newest version (4.99.3-1).
#10 2.042 sqlite3 is already the newest version (3.40.1-2+deb12u1).
#10 2.042 python3 is already the newest version (3.11.2-1+b1).
#10 2.042 python3-setuptools is already the newest version (66.1.1-1).
#10 2.042 python3-yaml is already the newest version (6.0-3+b2).
#10 2.042 python3-mako is already the newest version (1.2.4+ds-1).
#10 2.042 python3-gi is already the newest version (3.42.2-3+b1).
#10 2.042 python3-wheel is already the newest version (0.38.4-2).
#10 2.042 python3-wheel set to manually installed.
#10 2.042 ofono is already the newest version (1.31-3+b1).
#10 2.042 patchelf is already the newest version (0.14.3-1+b1).
#10 2.042 sudo is already the newest version (1.9.13p3-1+deb12u1).
#10 2.042 libcap2-bin is already the newest version (1:2.66-4).
#10 2.042 libcap2-bin set to manually installed.
#10 2.042 python3-pip is already the newest version (23.0.1+dfsg-1).
#10 2.042 locales is already the newest version (2.36-9+deb12u9).
#10 2.042 The following additional packages will be installed:
#10 2.042   busybox libblas3 libiperf0 liblapack3 librpm9 librpmio9 rpm-common
#10 2.043 Suggested packages:
#10 2.043   libarchive-dev gfortran python3-pytest rpm-i18n
#10 2.127 The following NEW packages will be installed:
#10 2.127   busybox cpio iperf3 libblas3 libiperf0 liblapack3 librpm9 librpmio9
#10 2.127   python3-numpy python3-watchdog rpm-common rpm2cpio udhcpc
#10 2.152 0 upgraded, 13 newly installed, 0 to remove and 2 not upgraded.
#10 2.152 Need to get 14.8 MB of archives.
#10 2.152 After this operation, 45.5 MB of additional disk space will be used.
#10 2.152 Get:1 http://deb.debian.org/debian bookworm/main amd64 libiperf0 amd64 3.12-1+deb12u1 [91.2 kB]
#10 2.165 Get:2 http://deb.debian.org/debian bookworm/main amd64 iperf3 amd64 3.12-1+deb12u1 [33.9 kB]
#10 2.167 Get:3 http://deb.debian.org/debian bookworm/main amd64 cpio amd64 2.13+dfsg-7.1 [245 kB]
#10 2.173 Get:4 http://deb.debian.org/debian bookworm/main amd64 busybox amd64 1:1.35.0-4+b3 [452 kB]
#10 2.180 Get:5 http://deb.debian.org/debian bookworm/main amd64 libblas3 amd64 3.11.0-2 [149 kB]
#10 2.181 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.222 Get:8 http://deb.debian.org/debian bookworm/main amd64 librpm9 amd64 4.18.0+dfsg-1+deb12u1 [1720 kB]
#10 2.233 Get:9 http://deb.debian.org/debian bookworm/main amd64 python3-numpy amd64 1:1.24.2-1+deb12u1 [4960 kB]
#10 2.278 Get:10 http://deb.debian.org/debian bookworm/main amd64 python3-watchdog all 2.2.1-1 [124 kB]
#10 2.278 Get:11 http://deb.debian.org/debian bookworm/main amd64 rpm-common amd64 4.18.0+dfsg-1+deb12u1 [1571 kB]
#10 2.287 Get:12 http://deb.debian.org/debian bookworm/main amd64 rpm2cpio amd64 4.18.0+dfsg-1+deb12u1 [1547 kB]
#10 2.300 Get:13 http://deb.debian.org/debian bookworm/main amd64 udhcpc amd64 1:1.35.0-4+b3 [6284 B]
#10 2.462 debconf: delaying package configuration, since apt-utils is not installed
#10 2.502 Fetched 14.8 MB in 0s (88.3 MB/s)
#10 2.536 Selecting previously unselected package libiperf0:amd64.
#10 2.536 (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.617 Preparing to unpack .../00-libiperf0_3.12-1+deb12u1_amd64.deb ...
#10 2.622 Unpacking libiperf0:amd64 (3.12-1+deb12u1) ...
#10 2.678 Selecting previously unselected package iperf3.
#10 2.686 Preparing to unpack .../01-iperf3_3.12-1+deb12u1_amd64.deb ...
#10 2.692 Unpacking iperf3 (3.12-1+deb12u1) ...
#10 2.745 Selecting previously unselected package cpio.
#10 2.752 Preparing to unpack .../02-cpio_2.13+dfsg-7.1_amd64.deb ...
#10 2.755 Unpacking cpio (2.13+dfsg-7.1) ...
#10 2.831 Selecting previously unselected package busybox.
#10 2.838 Preparing to unpack .../03-busybox_1%3a1.35.0-4+b3_amd64.deb ...
#10 2.841 Unpacking busybox (1:1.35.0-4+b3) ...
#10 2.917 Selecting previously unselected package libblas3:amd64.
#10 2.927 Preparing to unpack .../04-libblas3_3.11.0-2_amd64.deb ...
#10 2.931 Unpacking libblas3:amd64 (3.11.0-2) ...
#10 2.985 Selecting previously unselected package liblapack3:amd64.
#10 2.993 Preparing to unpack .../05-liblapack3_3.11.0-2_amd64.deb ...
#10 2.999 Unpacking liblapack3:amd64 (3.11.0-2) ...
#10 3.176 Selecting previously unselected package librpmio9.
#10 3.186 Preparing to unpack .../06-librpmio9_4.18.0+dfsg-1+deb12u1_amd64.deb ...
#10 3.189 Unpacking librpmio9 (4.18.0+dfsg-1+deb12u1) ...
#10 3.250 Selecting previously unselected package librpm9.
#10 3.258 Preparing to unpack .../07-librpm9_4.18.0+dfsg-1+deb12u1_amd64.deb ...
#10 3.262 Unpacking librpm9 (4.18.0+dfsg-1+deb12u1) ...
#10 3.328 Selecting previously unselected package python3-numpy.
#10 3.336 Preparing to unpack .../08-python3-numpy_1%3a1.24.2-1+deb12u1_amd64.deb ...
#10 3.339 Unpacking python3-numpy (1:1.24.2-1+deb12u1) ...
#10 3.693 Selecting previously unselected package python3-watchdog.
#10 3.703 Preparing to unpack .../09-python3-watchdog_2.2.1-1_all.deb ...
#10 3.706 Unpacking python3-watchdog (2.2.1-1) ...
#10 3.761 Selecting previously unselected package rpm-common.
#10 3.771 Preparing to unpack .../10-rpm-common_4.18.0+dfsg-1+deb12u1_amd64.deb ...
#10 3.775 Unpacking rpm-common (4.18.0+dfsg-1+deb12u1) ...
#10 3.839 Selecting previously unselected package rpm2cpio.
#10 3.850 Preparing to unpack .../11-rpm2cpio_4.18.0+dfsg-1+deb12u1_amd64.deb ...
#10 3.852 Unpacking rpm2cpio (4.18.0+dfsg-1+deb12u1) ...
#10 3.904 Selecting previously unselected package udhcpc:amd64.
#10 3.912 Preparing to unpack .../12-udhcpc_1%3a1.35.0-4+b3_amd64.deb ...
#10 3.915 Unpacking udhcpc:amd64 (1:1.35.0-4+b3) ...
#10 3.983 Setting up cpio (2.13+dfsg-7.1) ...
#10 4.003 update-alternatives: using /bin/mt-gnu to provide /bin/mt (mt) in auto mode
#10 4.003 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.009 Setting up python3-watchdog (2.2.1-1) ...
#10 4.149 Setting up busybox (1:1.35.0-4+b3) ...
#10 4.158 Setting up libblas3:amd64 (3.11.0-2) ...
#10 4.171 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.177 Setting up libiperf0:amd64 (3.12-1+deb12u1) ...
#10 4.186 Setting up udhcpc:amd64 (1:1.35.0-4+b3) ...
#10 4.199 Setting up librpmio9 (4.18.0+dfsg-1+deb12u1) ...
#10 4.211 Setting up librpm9 (4.18.0+dfsg-1+deb12u1) ...
#10 4.221 Setting up liblapack3:amd64 (3.11.0-2) ...
#10 4.229 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.236 Setting up iperf3 (3.12-1+deb12u1) ...
#10 4.307 debconf: unable to initialize frontend: Dialog
#10 4.307 debconf: (TERM is not set, so the dialog frontend is not usable.)
#10 4.307 debconf: falling back to frontend: Readline
#10 4.314 debconf: unable to initialize frontend: Readline
#10 4.314 debconf: (This frontend requires a controlling tty.)
#10 4.314 debconf: falling back to frontend: Teletype
#10 4.326 Configuring iperf3
#10 4.326 ------------------
#10 4.326 
#10 4.326 Choose this option if Iperf3 should start automatically as a daemon, now and at 
#10 4.326 boot time.
#10 4.326 
#10 4.326 Start Iperf3 as a daemon automatically? [yes/no] 
#10 4.326 Use of uninitialized value $_[1] in join or string at /usr/share/perl5/Debconf/DbDriver/Stack.pm line 111.
#10 4.406 invoke-rc.d: could not determine current runlevel
#10 4.410 invoke-rc.d: policy-rc.d denied execution of stop.
#10 4.511 Use of uninitialized value $val in substitution (s///) at /usr/share/perl5/Debconf/Format/822.pm line 83, <GEN6> line 1.
#10 4.511 Use of uninitialized value $val in concatenation (.) or string at /usr/share/perl5/Debconf/Format/822.pm line 84, <GEN6> line 1.
#10 4.530 Setting up rpm-common (4.18.0+dfsg-1+deb12u1) ...
#10 4.545 Setting up python3-numpy (1:1.24.2-1+deb12u1) ...
#10 5.838 Setting up rpm2cpio (4.18.0+dfsg-1+deb12u1) ...
#10 5.849 Processing triggers for man-db (2.11.2-2) ...
#10 5.862 Processing triggers for dbus (1.14.10-1~deb12u1) ...
#10 5.873 Processing triggers for libc-bin (2.36-9+deb12u9) ...
#10 DONE 6.0s

#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.768 Collecting smpplib
#11 0.768   Cloning https://github.com/podshumok/python-smpplib.git (to revision master) to /tmp/pip-install-6t_7g_0a/smpplib_b0cc21024935499a8764ae65b5e712b9
#11 0.771   Running command git clone --filter=blob:none --quiet https://github.com/podshumok/python-smpplib.git /tmp/pip-install-6t_7g_0a/smpplib_b0cc21024935499a8764ae65b5e712b9
#11 1.566   Resolved https://github.com/podshumok/python-smpplib.git to commit 29e611d20b21c4c6aff55ee867f2355f4c7085c8
#11 1.569   Preparing metadata (setup.py): started
#11 1.816   Preparing metadata (setup.py): finished with status 'done'
#11 1.818 Requirement already satisfied: pydbus in /usr/local/lib/python3.11/dist-packages (0.6.0)
#11 1.819 Requirement already satisfied: pyusb in /usr/lib/python3/dist-packages (1.2.1.post2)
#11 1.820 Requirement already satisfied: pysispm in /usr/local/lib/python3.11/dist-packages (0.6)
#11 2.374 Collecting pymongo
#11 2.436   Downloading pymongo-4.10.1-cp311-cp311-manylinux_2_17_x86_64.manylinux2014_x86_64.whl (1.7 MB)
#11 2.516      ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 1.7/1.7 MB 21.1 MB/s eta 0:00:00
#11 2.522 Requirement already satisfied: six in /usr/lib/python3/dist-packages (from smpplib) (1.16.0)
#11 2.578 Collecting dnspython<3.0.0,>=1.16.0
#11 2.586   Downloading dnspython-2.7.0-py3-none-any.whl (313 kB)
#11 2.600      ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 313.6/313.6 kB 25.1 MB/s eta 0:00:00
#11 3.007 Installing collected packages: dnspython, pymongo
#11 3.621 Successfully installed dnspython-2.7.0 pymongo-4.10.1
#11 3.621 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 4.0s

#12 [ 7/28] RUN	APT-GET update && apt-get install -y openssh-server
#12 0.405 Hit:1 http://deb.debian.org/debian bookworm InRelease
#12 0.405 Hit:2 http://deb.debian.org/debian bookworm-updates InRelease
#12 0.406 Hit:3 http://deb.debian.org/debian-security bookworm-security InRelease
#12 0.412 Hit:4 https://downloads.osmocom.org/packages/osmocom:/nightly/Debian_12 ./ InRelease
#12 0.649 Reading package lists...
#12 1.221 Reading package lists...
#12 1.688 Building dependency tree...
#12 1.793 Reading state information...
#12 1.891 The following additional packages will be installed:
#12 1.891   dbus-user-session libnss-systemd libpam-systemd libxmuu1 ncurses-term
#12 1.891   openssh-sftp-server runit-helper systemd-sysv xauth
#12 1.892 Suggested packages:
#12 1.892   molly-guard monkeysphere ssh-askpass ufw
#12 1.981 The following NEW packages will be installed:
#12 1.981   dbus-user-session libnss-systemd libpam-systemd libxmuu1 ncurses-term
#12 1.981   openssh-server openssh-sftp-server runit-helper systemd-sysv xauth
#12 2.007 0 upgraded, 10 newly installed, 0 to remove and 2 not upgraded.
#12 2.007 Need to get 1598 kB of archives.
#12 2.007 After this operation, 7874 kB of additional disk space will be used.
#12 2.007 Get:1 http://deb.debian.org/debian bookworm/main amd64 systemd-sysv amd64 252.31-1~deb12u1 [42.5 kB]
#12 2.018 Get:2 http://deb.debian.org/debian bookworm/main amd64 openssh-sftp-server amd64 1:9.2p1-2+deb12u3 [65.8 kB]
#12 2.024 Get:3 http://deb.debian.org/debian bookworm/main amd64 runit-helper all 2.15.2 [6520 B]
#12 2.024 Get:4 http://deb.debian.org/debian bookworm/main amd64 openssh-server amd64 1:9.2p1-2+deb12u3 [456 kB]
#12 2.034 Get:5 http://deb.debian.org/debian bookworm/main amd64 libnss-systemd amd64 252.31-1~deb12u1 [163 kB]
#12 2.036 Get:6 http://deb.debian.org/debian bookworm/main amd64 libpam-systemd amd64 252.31-1~deb12u1 [225 kB]
#12 2.038 Get:7 http://deb.debian.org/debian bookworm/main amd64 ncurses-term all 6.4-4 [501 kB]
#12 2.042 Get:8 http://deb.debian.org/debian bookworm/main amd64 dbus-user-session amd64 1.14.10-1~deb12u1 [78.1 kB]
#12 2.043 Get:9 http://deb.debian.org/debian bookworm/main amd64 libxmuu1 amd64 2:1.1.3-3 [23.9 kB]
#12 2.047 Get:10 http://deb.debian.org/debian bookworm/main amd64 xauth amd64 1:1.1.2-1 [36.0 kB]
#12 2.192 debconf: delaying package configuration, since apt-utils is not installed
#12 2.233 Fetched 1598 kB in 0s (26.1 MB/s)
#12 2.261 Selecting previously unselected package systemd-sysv.
#12 2.261 (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.311 Preparing to unpack .../0-systemd-sysv_252.31-1~deb12u1_amd64.deb ...
#12 2.315 Unpacking systemd-sysv (252.31-1~deb12u1) ...
#12 2.364 Selecting previously unselected package openssh-sftp-server.
#12 2.372 Preparing to unpack .../1-openssh-sftp-server_1%3a9.2p1-2+deb12u3_amd64.deb ...
#12 2.375 Unpacking openssh-sftp-server (1:9.2p1-2+deb12u3) ...
#12 2.417 Selecting previously unselected package runit-helper.
#12 2.424 Preparing to unpack .../2-runit-helper_2.15.2_all.deb ...
#12 2.428 Unpacking runit-helper (2.15.2) ...
#12 2.478 Selecting previously unselected package openssh-server.
#12 2.487 Preparing to unpack .../3-openssh-server_1%3a9.2p1-2+deb12u3_amd64.deb ...
#12 2.496 Unpacking openssh-server (1:9.2p1-2+deb12u3) ...
#12 2.576 Selecting previously unselected package libnss-systemd:amd64.
#12 2.585 Preparing to unpack .../4-libnss-systemd_252.31-1~deb12u1_amd64.deb ...
#12 2.597 Unpacking libnss-systemd:amd64 (252.31-1~deb12u1) ...
#12 2.646 Selecting previously unselected package libpam-systemd:amd64.
#12 2.654 Preparing to unpack .../5-libpam-systemd_252.31-1~deb12u1_amd64.deb ...
#12 2.657 Unpacking libpam-systemd:amd64 (252.31-1~deb12u1) ...
#12 2.718 Selecting previously unselected package ncurses-term.
#12 2.727 Preparing to unpack .../6-ncurses-term_6.4-4_all.deb ...
#12 2.730 Unpacking ncurses-term (6.4-4) ...
#12 3.156 Selecting previously unselected package dbus-user-session.
#12 3.164 Preparing to unpack .../7-dbus-user-session_1.14.10-1~deb12u1_amd64.deb ...
#12 3.167 Unpacking dbus-user-session (1.14.10-1~deb12u1) ...
#12 3.209 Selecting previously unselected package libxmuu1:amd64.
#12 3.219 Preparing to unpack .../8-libxmuu1_2%3a1.1.3-3_amd64.deb ...
#12 3.223 Unpacking libxmuu1:amd64 (2:1.1.3-3) ...
#12 3.261 Selecting previously unselected package xauth.
#12 3.269 Preparing to unpack .../9-xauth_1%3a1.1.2-1_amd64.deb ...
#12 3.272 Unpacking xauth (1:1.1.2-1) ...
#12 3.345 Setting up runit-helper (2.15.2) ...
#12 3.355 Setting up openssh-sftp-server (1:9.2p1-2+deb12u3) ...
#12 3.366 Setting up systemd-sysv (252.31-1~deb12u1) ...
#12 3.377 Setting up openssh-server (1:9.2p1-2+deb12u3) ...
#12 3.478 debconf: unable to initialize frontend: Dialog
#12 3.478 debconf: (TERM is not set, so the dialog frontend is not usable.)
#12 3.478 debconf: falling back to frontend: Readline
#12 3.485 debconf: unable to initialize frontend: Readline
#12 3.485 debconf: (This frontend requires a controlling tty.)
#12 3.485 debconf: falling back to frontend: Teletype
#12 3.547 
#12 3.547 Creating config file /etc/ssh/sshd_config with new version
#12 3.577 Creating SSH2 RSA key; this may take some time ...
#12 4.103 3072 SHA256:K8VlslvD8nVgBH0PRo/fG77WoRqTOkKHnYHlkoLKD40 root@buildkitsandbox (RSA)
#12 4.106 Creating SSH2 ECDSA key; this may take some time ...
#12 4.117 256 SHA256:vgwkwSrv0TX5pYn0xh7a8hGF2MXIeyxTIzKwEWZ6fag root@buildkitsandbox (ECDSA)
#12 4.119 Creating SSH2 ED25519 key; this may take some time ...
#12 4.127 256 SHA256:dKQbt1BSxZT8yBuQH4pgAlnP9UiDnDO2aARmfiDmFdI root@buildkitsandbox (ED25519)
#12 4.212 invoke-rc.d: could not determine current runlevel
#12 4.216 invoke-rc.d: policy-rc.d denied execution of start.
#12 4.311 Created symlink /etc/systemd/system/sshd.service → /lib/systemd/system/ssh.service.

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

#12 4.394 Setting up libnss-systemd:amd64 (252.31-1~deb12u1) ...
#12 4.412 Setting up libpam-systemd:amd64 (252.31-1~deb12u1) ...
#12 4.483 debconf: unable to initialize frontend: Dialog
#12 4.483 debconf: (TERM is not set, so the dialog frontend is not usable.)
#12 4.483 debconf: falling back to frontend: Readline
#12 4.490 debconf: unable to initialize frontend: Readline
#12 4.490 debconf: (This frontend requires a controlling tty.)
#12 4.490 debconf: falling back to frontend: Teletype
#12 4.562 Setting up libxmuu1:amd64 (2:1.1.3-3) ...
#12 4.571 Setting up ncurses-term (6.4-4) ...
#12 4.584 Setting up dbus-user-session (1.14.10-1~deb12u1) ...
#12 4.597 Setting up xauth (1:1.1.2-1) ...
#12 4.606 Processing triggers for man-db (2.11.2-2) ...
#12 4.623 Processing triggers for libc-bin (2.36-9+deb12u9) ...
#12 DONE 4.8s

#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.4s

#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.925 Generating locales (this might take a while)...
#19 0.929   en_US.UTF-8... done
#19 1.987 Generation complete.
#19 DONE 2.1s

#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.350 Hit:1 http://deb.debian.org/debian bookworm InRelease
#20 0.350 Hit:2 http://deb.debian.org/debian bookworm-updates InRelease
#20 0.350 Hit:3 http://deb.debian.org/debian-security bookworm-security InRelease
#20 0.356 Hit:4 https://downloads.osmocom.org/packages/osmocom:/nightly/Debian_12 ./ InRelease
#20 0.617 Reading package lists...
#20 1.026 Reading package lists...
#20 1.428 Building dependency tree...
#20 1.526 Reading state information...
#20 1.620 telnet is already the newest version (0.17+2.4-2+deb12u1).
#20 1.620 The following additional packages will be installed:
#20 1.620   libasn1c1 libgtp10 libosmo-gsup-client0 libosmo-ranap7 libosmo-sigtran10
#20 1.620   libosmoabis13 libosmocodec4 libosmocoding0 libosmocore libosmocore22
#20 1.620   libosmoctrl0 libosmogb14 libosmogsm20 libosmoisdn0 libosmonetif11
#20 1.621   libosmosim2 libosmotrau10 libosmousb0 libosmovty13 libsmpp1 osmocom-nightly
#20 1.655 The following NEW packages will be installed:
#20 1.655   libasn1c-dev libasn1c1 libgtp-dev libgtp10 libosmo-abis-dev
#20 1.655   libosmo-gsup-client-dev libosmo-gsup-client0 libosmo-netif-dev
#20 1.655   libosmo-ranap-dev libosmo-ranap7 libosmo-sigtran-dev libosmo-sigtran10
#20 1.655   libosmoabis13 libosmocodec4 libosmocoding0 libosmocore libosmocore-dev
#20 1.655   libosmocore22 libosmoctrl0 libosmogb14 libosmogsm20 libosmoisdn0
#20 1.655   libosmonetif11 libosmosim2 libosmotrau10 libosmousb0 libosmovty13 libsmpp1
#20 1.655   libsmpp34-dev osmocom-nightly
#20 1.700 0 upgraded, 30 newly installed, 0 to remove and 2 not upgraded.
#20 1.700 Need to get 3,946 kB of archives.
#20 1.700 After this operation, 17.7 MB of additional disk space will be used.
#20 1.700 Get:1 https://downloads.osmocom.org/packages/osmocom:/nightly/Debian_12 ./ osmocom-nightly 202412282026 [1,180 B]
#20 1.705 Get:2 https://downloads.osmocom.org/packages/osmocom:/nightly/Debian_12 ./ libosmocore22 1.10.0.56.fc03.202412282026 [169 kB]
#20 1.707 Get:3 https://downloads.osmocom.org/packages/osmocom:/nightly/Debian_12 ./ libgtp10 1.12.0.33.09142.202412282026 [39.0 kB]
#20 1.730 Get:4 https://downloads.osmocom.org/packages/osmocom:/nightly/Debian_12 ./ libgtp-dev 1.12.0.33.09142.202412282026 [141 kB]
#20 1.732 Get:5 https://downloads.osmocom.org/packages/osmocom:/nightly/Debian_12 ./ libosmocodec4 1.10.0.56.fc03.202412282026 [50.6 kB]
#20 1.736 Get:6 https://downloads.osmocom.org/packages/osmocom:/nightly/Debian_12 ./ libosmotrau10 1.6.0.50.58dd.202412282026 [32.9 kB]
#20 1.737 Get:7 https://downloads.osmocom.org/packages/osmocom:/nightly/Debian_12 ./ libosmoisdn0 1.10.0.56.fc03.202412282026 [69.8 kB]
#20 1.738 Get:8 https://downloads.osmocom.org/packages/osmocom:/nightly/Debian_12 ./ libosmogsm20 1.10.0.56.fc03.202412282026 [227 kB]
#20 1.740 Get:9 https://downloads.osmocom.org/packages/osmocom:/nightly/Debian_12 ./ libosmonetif11 1.5.1.26.e84e.202412282026 [59.0 kB]
#20 1.742 Get:10 https://downloads.osmocom.org/packages/osmocom:/nightly/Debian_12 ./ libosmovty13 1.10.0.56.fc03.202412282026 [103 kB]
#20 1.744 Get:11 https://downloads.osmocom.org/packages/osmocom:/nightly/Debian_12 ./ libosmoabis13 1.6.0.50.58dd.202412282026 [70.1 kB]
#20 1.746 Get:12 https://downloads.osmocom.org/packages/osmocom:/nightly/Debian_12 ./ libosmocoding0 1.10.0.56.fc03.202412282026 [70.3 kB]
#20 1.748 Get:13 https://downloads.osmocom.org/packages/osmocom:/nightly/Debian_12 ./ libosmogb14 1.10.0.56.fc03.202412282026 [177 kB]
#20 1.754 Get:14 https://downloads.osmocom.org/packages/osmocom:/nightly/Debian_12 ./ libosmoctrl0 1.10.0.56.fc03.202412282026 [59.0 kB]
#20 1.756 Get:15 https://downloads.osmocom.org/packages/osmocom:/nightly/Debian_12 ./ libosmosim2 1.10.0.56.fc03.202412282026 [63.0 kB]
#20 1.758 Get:16 https://downloads.osmocom.org/packages/osmocom:/nightly/Debian_12 ./ libosmousb0 1.10.0.56.fc03.202412282026 [49.6 kB]
#20 1.760 Get:17 https://downloads.osmocom.org/packages/osmocom:/nightly/Debian_12 ./ libosmocore 1.10.0.56.fc03.202412282026 [43.0 kB]
#20 1.766 Get:18 https://downloads.osmocom.org/packages/osmocom:/nightly/Debian_12 ./ libosmocore-dev 1.10.0.56.fc03.202412282026 [847 kB]
#20 1.775 Get:19 https://downloads.osmocom.org/packages/osmocom:/nightly/Debian_12 ./ libosmo-netif-dev 1.5.1.26.e84e.202412282026 [71.5 kB]
#20 1.785 Get:20 https://downloads.osmocom.org/packages/osmocom:/nightly/Debian_12 ./ libosmo-abis-dev 1.6.0.50.58dd.202412282026 [112 kB]
#20 1.787 Get:21 https://downloads.osmocom.org/packages/osmocom:/nightly/Debian_12 ./ libosmo-gsup-client0 1.8.0.15.74e4.202412282026 [21.1 kB]
#20 1.801 Get:22 https://downloads.osmocom.org/packages/osmocom:/nightly/Debian_12 ./ libosmo-gsup-client-dev 1.8.0.15.74e4.202412282026 [25.4 kB]
#20 1.803 Get:23 https://downloads.osmocom.org/packages/osmocom:/nightly/Debian_12 ./ libosmo-sigtran10 2.0.0.52.6412.202412282026 [127 kB]
#20 1.805 Get:24 https://downloads.osmocom.org/packages/osmocom:/nightly/Debian_12 ./ libosmo-sigtran-dev 2.0.0.52.6412.202412282026 [606 kB]
#20 1.811 Get:25 https://downloads.osmocom.org/packages/osmocom:/nightly/Debian_12 ./ libsmpp1 1.14.4.1.f1ec.202412282026 [101 kB]
#20 1.812 Get:26 https://downloads.osmocom.org/packages/osmocom:/nightly/Debian_12 ./ libsmpp34-dev 1.14.4.1.f1ec.202412282026 [112 kB]
#20 1.813 Get:27 https://downloads.osmocom.org/packages/osmocom:/nightly/Debian_12 ./ libasn1c1 0.9.38.202412282026 [75.3 kB]
#20 1.815 Get:28 https://downloads.osmocom.org/packages/osmocom:/nightly/Debian_12 ./ libasn1c-dev 0.9.38.202412282026 [106 kB]
#20 1.817 Get:29 https://downloads.osmocom.org/packages/osmocom:/nightly/Debian_12 ./ libosmo-ranap7 1.6.0.6.aad82.202412282026 [226 kB]
#20 1.821 Get:30 https://downloads.osmocom.org/packages/osmocom:/nightly/Debian_12 ./ libosmo-ranap-dev 1.6.0.6.aad82.202412282026 [92.2 kB]
#20 1.965 debconf: delaying package configuration, since apt-utils is not installed
#20 2.003 Fetched 3,946 kB in 0s (24.4 MB/s)
#20 2.030 Selecting previously unselected package osmocom-nightly.
#20 2.030 (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.075 Preparing to unpack .../00-osmocom-nightly_202412282026_amd64.deb ...
#20 2.078 Unpacking osmocom-nightly (202412282026) ...
#20 2.119 Selecting previously unselected package libosmocore22:amd64.
#20 2.129 Preparing to unpack .../01-libosmocore22_1.10.0.56.fc03.202412282026_amd64.deb ...
#20 2.135 Unpacking libosmocore22:amd64 (1.10.0.56.fc03.202412282026) ...
#20 2.194 Selecting previously unselected package libgtp10:amd64.
#20 2.203 Preparing to unpack .../02-libgtp10_1.12.0.33.09142.202412282026_amd64.deb ...
#20 2.206 Unpacking libgtp10:amd64 (1.12.0.33.09142.202412282026) ...
#20 2.247 Selecting previously unselected package libgtp-dev:amd64.
#20 2.257 Preparing to unpack .../03-libgtp-dev_1.12.0.33.09142.202412282026_amd64.deb ...
#20 2.261 Unpacking libgtp-dev:amd64 (1.12.0.33.09142.202412282026) ...
#20 2.321 Selecting previously unselected package libosmocodec4:amd64.
#20 2.329 Preparing to unpack .../04-libosmocodec4_1.10.0.56.fc03.202412282026_amd64.deb ...
#20 2.333 Unpacking libosmocodec4:amd64 (1.10.0.56.fc03.202412282026) ...
#20 2.377 Selecting previously unselected package libosmotrau10:amd64.
#20 2.386 Preparing to unpack .../05-libosmotrau10_1.6.0.50.58dd.202412282026_amd64.deb ...
#20 2.389 Unpacking libosmotrau10:amd64 (1.6.0.50.58dd.202412282026) ...
#20 2.439 Selecting previously unselected package libosmoisdn0:amd64.
#20 2.449 Preparing to unpack .../06-libosmoisdn0_1.10.0.56.fc03.202412282026_amd64.deb ...
#20 2.454 Unpacking libosmoisdn0:amd64 (1.10.0.56.fc03.202412282026) ...
#20 2.501 Selecting previously unselected package libosmogsm20:amd64.
#20 2.509 Preparing to unpack .../07-libosmogsm20_1.10.0.56.fc03.202412282026_amd64.deb ...
#20 2.512 Unpacking libosmogsm20:amd64 (1.10.0.56.fc03.202412282026) ...
#20 2.564 Selecting previously unselected package libosmonetif11:amd64.
#20 2.571 Preparing to unpack .../08-libosmonetif11_1.5.1.26.e84e.202412282026_amd64.deb ...
#20 2.574 Unpacking libosmonetif11:amd64 (1.5.1.26.e84e.202412282026) ...
#20 2.620 Selecting previously unselected package libosmovty13:amd64.
#20 2.629 Preparing to unpack .../09-libosmovty13_1.10.0.56.fc03.202412282026_amd64.deb ...
#20 2.632 Unpacking libosmovty13:amd64 (1.10.0.56.fc03.202412282026) ...
#20 2.682 Selecting previously unselected package libosmoabis13:amd64.
#20 2.690 Preparing to unpack .../10-libosmoabis13_1.6.0.50.58dd.202412282026_amd64.deb ...
#20 2.698 Unpacking libosmoabis13:amd64 (1.6.0.50.58dd.202412282026) ...
#20 2.749 Selecting previously unselected package libosmocoding0:amd64.
#20 2.757 Preparing to unpack .../11-libosmocoding0_1.10.0.56.fc03.202412282026_amd64.deb ...
#20 2.761 Unpacking libosmocoding0:amd64 (1.10.0.56.fc03.202412282026) ...
#20 2.812 Selecting previously unselected package libosmogb14:amd64.
#20 2.818 Preparing to unpack .../12-libosmogb14_1.10.0.56.fc03.202412282026_amd64.deb ...
#20 2.821 Unpacking libosmogb14:amd64 (1.10.0.56.fc03.202412282026) ...
#20 2.874 Selecting previously unselected package libosmoctrl0:amd64.
#20 2.884 Preparing to unpack .../13-libosmoctrl0_1.10.0.56.fc03.202412282026_amd64.deb ...
#20 2.887 Unpacking libosmoctrl0:amd64 (1.10.0.56.fc03.202412282026) ...
#20 2.928 Selecting previously unselected package libosmosim2:amd64.
#20 2.936 Preparing to unpack .../14-libosmosim2_1.10.0.56.fc03.202412282026_amd64.deb ...
#20 2.940 Unpacking libosmosim2:amd64 (1.10.0.56.fc03.202412282026) ...
#20 2.983 Selecting previously unselected package libosmousb0:amd64.
#20 2.992 Preparing to unpack .../15-libosmousb0_1.10.0.56.fc03.202412282026_amd64.deb ...
#20 2.997 Unpacking libosmousb0:amd64 (1.10.0.56.fc03.202412282026) ...
#20 3.037 Selecting previously unselected package libosmocore.
#20 3.046 Preparing to unpack .../16-libosmocore_1.10.0.56.fc03.202412282026_amd64.deb ...
#20 3.051 Unpacking libosmocore (1.10.0.56.fc03.202412282026) ...
#20 3.097 Selecting previously unselected package libosmocore-dev:amd64.
#20 3.107 Preparing to unpack .../17-libosmocore-dev_1.10.0.56.fc03.202412282026_amd64.deb ...
#20 3.111 Unpacking libosmocore-dev:amd64 (1.10.0.56.fc03.202412282026) ...
#20 3.218 Selecting previously unselected package libosmo-netif-dev:amd64.
#20 3.227 Preparing to unpack .../18-libosmo-netif-dev_1.5.1.26.e84e.202412282026_amd64.deb ...
#20 3.231 Unpacking libosmo-netif-dev:amd64 (1.5.1.26.e84e.202412282026) ...
#20 3.272 Selecting previously unselected package libosmo-abis-dev:amd64.
#20 3.282 Preparing to unpack .../19-libosmo-abis-dev_1.6.0.50.58dd.202412282026_amd64.deb ...
#20 3.286 Unpacking libosmo-abis-dev:amd64 (1.6.0.50.58dd.202412282026) ...
#20 3.335 Selecting previously unselected package libosmo-gsup-client0:amd64.
#20 3.342 Preparing to unpack .../20-libosmo-gsup-client0_1.8.0.15.74e4.202412282026_amd64.deb ...
#20 3.345 Unpacking libosmo-gsup-client0:amd64 (1.8.0.15.74e4.202412282026) ...
#20 3.387 Selecting previously unselected package libosmo-gsup-client-dev:amd64.
#20 3.394 Preparing to unpack .../21-libosmo-gsup-client-dev_1.8.0.15.74e4.202412282026_amd64.deb ...
#20 3.398 Unpacking libosmo-gsup-client-dev:amd64 (1.8.0.15.74e4.202412282026) ...
#20 3.436 Selecting previously unselected package libosmo-sigtran10:amd64.
#20 3.444 Preparing to unpack .../22-libosmo-sigtran10_2.0.0.52.6412.202412282026_amd64.deb ...
#20 3.449 Unpacking libosmo-sigtran10:amd64 (2.0.0.52.6412.202412282026) ...
#20 3.502 Selecting previously unselected package libosmo-sigtran-dev:amd64.
#20 3.510 Preparing to unpack .../23-libosmo-sigtran-dev_2.0.0.52.6412.202412282026_amd64.deb ...
#20 3.513 Unpacking libosmo-sigtran-dev:amd64 (2.0.0.52.6412.202412282026) ...
#20 3.597 Selecting previously unselected package libsmpp1:amd64.
#20 3.605 Preparing to unpack .../24-libsmpp1_1.14.4.1.f1ec.202412282026_amd64.deb ...
#20 3.611 Unpacking libsmpp1:amd64 (1.14.4.1.f1ec.202412282026) ...
#20 3.661 Selecting previously unselected package libsmpp34-dev:amd64.
#20 3.668 Preparing to unpack .../25-libsmpp34-dev_1.14.4.1.f1ec.202412282026_amd64.deb ...
#20 3.672 Unpacking libsmpp34-dev:amd64 (1.14.4.1.f1ec.202412282026) ...
#20 3.732 Selecting previously unselected package libasn1c1:amd64.
#20 3.741 Preparing to unpack .../26-libasn1c1_0.9.38.202412282026_amd64.deb ...
#20 3.744 Unpacking libasn1c1:amd64 (0.9.38.202412282026) ...
#20 3.788 Selecting previously unselected package libasn1c-dev:amd64.
#20 3.797 Preparing to unpack .../27-libasn1c-dev_0.9.38.202412282026_amd64.deb ...
#20 3.801 Unpacking libasn1c-dev:amd64 (0.9.38.202412282026) ...
#20 3.859 Selecting previously unselected package libosmo-ranap7:amd64.
#20 3.867 Preparing to unpack .../28-libosmo-ranap7_1.6.0.6.aad82.202412282026_amd64.deb ...
#20 3.871 Unpacking libosmo-ranap7:amd64 (1.6.0.6.aad82.202412282026) ...
#20 3.933 Selecting previously unselected package libosmo-ranap-dev:amd64.
#20 3.943 Preparing to unpack .../29-libosmo-ranap-dev_1.6.0.6.aad82.202412282026_amd64.deb ...
#20 3.946 Unpacking libosmo-ranap-dev:amd64 (1.6.0.6.aad82.202412282026) ...
#20 4.090 Setting up osmocom-nightly (202412282026) ...
#20 4.100 Setting up libsmpp1:amd64 (1.14.4.1.f1ec.202412282026) ...
#20 4.111 Setting up libosmocore22:amd64 (1.10.0.56.fc03.202412282026) ...
#20 4.124 Setting up libosmocodec4:amd64 (1.10.0.56.fc03.202412282026) ...
#20 4.134 Setting up libsmpp34-dev:amd64 (1.14.4.1.f1ec.202412282026) ...
#20 4.144 Setting up libasn1c1:amd64 (0.9.38.202412282026) ...
#20 4.155 Setting up libosmovty13:amd64 (1.10.0.56.fc03.202412282026) ...
#20 4.165 Setting up libosmoisdn0:amd64 (1.10.0.56.fc03.202412282026) ...
#20 4.175 Setting up libosmotrau10:amd64 (1.6.0.50.58dd.202412282026) ...
#20 4.186 Setting up libgtp10:amd64 (1.12.0.33.09142.202412282026) ...
#20 4.198 Setting up libgtp-dev:amd64 (1.12.0.33.09142.202412282026) ...
#20 4.208 Setting up libasn1c-dev:amd64 (0.9.38.202412282026) ...
#20 4.218 Setting up libosmousb0:amd64 (1.10.0.56.fc03.202412282026) ...
#20 4.228 Setting up libosmogsm20:amd64 (1.10.0.56.fc03.202412282026) ...
#20 4.240 Setting up libosmoctrl0:amd64 (1.10.0.56.fc03.202412282026) ...
#20 4.251 Setting up libosmogb14:amd64 (1.10.0.56.fc03.202412282026) ...
#20 4.260 Setting up libosmonetif11:amd64 (1.5.1.26.e84e.202412282026) ...
#20 4.270 Setting up libosmocoding0:amd64 (1.10.0.56.fc03.202412282026) ...
#20 4.283 Setting up libosmosim2:amd64 (1.10.0.56.fc03.202412282026) ...
#20 4.293 Setting up libosmocore (1.10.0.56.fc03.202412282026) ...
#20 4.301 Setting up libosmoabis13:amd64 (1.6.0.50.58dd.202412282026) ...
#20 4.313 Setting up libosmo-sigtran10:amd64 (2.0.0.52.6412.202412282026) ...
#20 4.323 Setting up libosmo-gsup-client0:amd64 (1.8.0.15.74e4.202412282026) ...
#20 4.334 Setting up libosmo-ranap7:amd64 (1.6.0.6.aad82.202412282026) ...
#20 4.344 Setting up libosmocore-dev:amd64 (1.10.0.56.fc03.202412282026) ...
#20 4.355 Setting up libosmo-netif-dev:amd64 (1.5.1.26.e84e.202412282026) ...
#20 4.364 Setting up libosmo-ranap-dev:amd64 (1.6.0.6.aad82.202412282026) ...
#20 4.374 Setting up libosmo-gsup-client-dev:amd64 (1.8.0.15.74e4.202412282026) ...
#20 4.387 Setting up libosmo-sigtran-dev:amd64 (2.0.0.52.6412.202412282026) ...
#20 4.397 Setting up libosmo-abis-dev:amd64 (1.6.0.50.58dd.202412282026) ...
#20 4.407 Processing triggers for libc-bin (2.36-9+deb12u9) ...
#20 DONE 4.5s

#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.367 Hit:1 http://deb.debian.org/debian bookworm InRelease
#21 0.367 Hit:2 http://deb.debian.org/debian bookworm-updates InRelease
#21 0.367 Hit:3 http://deb.debian.org/debian-security bookworm-security InRelease
#21 0.385 Hit:4 https://downloads.osmocom.org/packages/osmocom:/nightly/Debian_12 ./ InRelease
#21 0.612 Reading package lists...
#21 1.037 Reading package lists...
#21 1.478 Building dependency tree...
#21 1.580 Reading state information...
#21 1.671 cmake is already the newest version (3.25.1-1).
#21 1.671 libfftw3-dev is already the newest version (3.3.10-1).
#21 1.671 libboost-program-options-dev is already the newest version (1.74.0.3).
#21 1.671 libboost-program-options-dev set to manually installed.
#21 1.671 libsctp-dev is already the newest version (1.0.19+dfsg-2).
#21 1.671 libpcsclite-dev is already the newest version (1.9.9-2).
#21 1.671 libuhd-dev is already the newest version (4.3.0.0+ds1-5).
#21 1.671 The following additional packages will be installed:
#21 1.671   libconfig++9v5 libconfig-dev libconfig9 libczmq4 libnspr4 libnspr4-dev
#21 1.672   libnss3 libnss3-dev libsoapysdr0.8 soapysdr0.7-module-lms7
#21 1.672 Suggested packages:
#21 1.672   libmbedtls-doc libsoapysdr-doc
#21 1.672 Recommended packages:
#21 1.672   libconfig-doc soapysdr0.8-module-all | soapysdr0.8-module
#21 1.761 The following NEW packages will be installed:
#21 1.761   libconfig++-dev libconfig++9v5 libconfig-dev libconfig9 libczmq-dev libczmq4
#21 1.761   libmbedtls-dev libnspr4 libnspr4-dev libnss3 libnss3-dev libsoapysdr-dev
#21 1.761   libsoapysdr0.8 soapysdr-module-lms7 soapysdr0.7-module-lms7
#21 1.802 0 upgraded, 15 newly installed, 0 to remove and 2 not upgraded.
#21 1.802 Need to get 3,551 kB of archives.
#21 1.802 After this operation, 14.8 MB of additional disk space will be used.
#21 1.802 Get:1 http://deb.debian.org/debian bookworm/main amd64 libconfig++9v5 amd64 1.5-0.4 [40.0 kB]
#21 1.810 Get:2 http://deb.debian.org/debian bookworm/main amd64 libconfig9 amd64 1.5-0.4 [29.9 kB]
#21 1.811 Get:3 http://deb.debian.org/debian bookworm/main amd64 libconfig-dev amd64 1.5-0.4 [60.8 kB]
#21 1.816 Get:4 http://deb.debian.org/debian bookworm/main amd64 libconfig++-dev amd64 1.5-0.4 [44.1 kB]
#21 1.817 Get:5 http://deb.debian.org/debian bookworm/main amd64 libnspr4 amd64 2:4.35-1 [113 kB]
#21 1.821 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.836 Get:7 http://deb.debian.org/debian bookworm/main amd64 libnspr4-dev amd64 2:4.35-1 [212 kB]
#21 1.837 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.839 Get:9 http://deb.debian.org/debian bookworm/main amd64 libczmq4 amd64 4.2.1-1 [172 kB]
#21 1.841 Get:10 http://deb.debian.org/debian bookworm/main amd64 libczmq-dev amd64 4.2.1-1 [414 kB]
#21 1.849 Get:11 http://deb.debian.org/debian bookworm/main amd64 libmbedtls-dev amd64 2.28.3-1 [685 kB]
#21 1.852 Get:12 http://deb.debian.org/debian bookworm/main amd64 libsoapysdr0.8 amd64 0.8.1-3 [108 kB]
#21 1.853 Get:13 http://deb.debian.org/debian bookworm/main amd64 libsoapysdr-dev amd64 0.8.1-3 [33.5 kB]
#21 1.860 Get:14 https://downloads.osmocom.org/packages/osmocom:/nightly/Debian_12 ./ soapysdr0.7-module-lms7 23.11.0.1.2141.9dce.202412282026 [55.1 kB]
#21 1.878 Get:15 https://downloads.osmocom.org/packages/osmocom:/nightly/Debian_12 ./ soapysdr-module-lms7 23.11.0.1.2141.9dce.202412282026 [7,568 B]
#21 2.025 debconf: delaying package configuration, since apt-utils is not installed
#21 2.061 Fetched 3,551 kB in 0s (32.6 MB/s)
#21 2.090 Selecting previously unselected package libconfig++9v5:amd64.
#21 2.090 (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.136 Preparing to unpack .../00-libconfig++9v5_1.5-0.4_amd64.deb ...
#21 2.143 Unpacking libconfig++9v5:amd64 (1.5-0.4) ...
#21 2.193 Selecting previously unselected package libconfig9:amd64.
#21 2.202 Preparing to unpack .../01-libconfig9_1.5-0.4_amd64.deb ...
#21 2.205 Unpacking libconfig9:amd64 (1.5-0.4) ...
#21 2.246 Selecting previously unselected package libconfig-dev:amd64.
#21 2.254 Preparing to unpack .../02-libconfig-dev_1.5-0.4_amd64.deb ...
#21 2.259 Unpacking libconfig-dev:amd64 (1.5-0.4) ...
#21 2.299 Selecting previously unselected package libconfig++-dev:amd64.
#21 2.306 Preparing to unpack .../03-libconfig++-dev_1.5-0.4_amd64.deb ...
#21 2.310 Unpacking libconfig++-dev:amd64 (1.5-0.4) ...
#21 2.357 Selecting previously unselected package libnspr4:amd64.
#21 2.366 Preparing to unpack .../04-libnspr4_2%3a4.35-1_amd64.deb ...
#21 2.370 Unpacking libnspr4:amd64 (2:4.35-1) ...
#21 2.421 Selecting previously unselected package libnss3:amd64.
#21 2.431 Preparing to unpack .../05-libnss3_2%3a3.87.1-1+deb12u1_amd64.deb ...
#21 2.436 Unpacking libnss3:amd64 (2:3.87.1-1+deb12u1) ...
#21 2.564 Selecting previously unselected package libnspr4-dev.
#21 2.574 Preparing to unpack .../06-libnspr4-dev_2%3a4.35-1_amd64.deb ...
#21 2.580 Unpacking libnspr4-dev (2:4.35-1) ...
#21 2.640 Selecting previously unselected package libnss3-dev:amd64.
#21 2.649 Preparing to unpack .../07-libnss3-dev_2%3a3.87.1-1+deb12u1_amd64.deb ...
#21 2.654 Unpacking libnss3-dev:amd64 (2:3.87.1-1+deb12u1) ...
#21 2.716 Selecting previously unselected package libczmq4:amd64.
#21 2.725 Preparing to unpack .../08-libczmq4_4.2.1-1_amd64.deb ...
#21 2.728 Unpacking libczmq4:amd64 (4.2.1-1) ...
#21 2.783 Selecting previously unselected package libczmq-dev:amd64.
#21 2.792 Preparing to unpack .../09-libczmq-dev_4.2.1-1_amd64.deb ...
#21 2.796 Unpacking libczmq-dev:amd64 (4.2.1-1) ...
#21 2.869 Selecting previously unselected package libmbedtls-dev:amd64.
#21 2.879 Preparing to unpack .../10-libmbedtls-dev_2.28.3-1_amd64.deb ...
#21 2.883 Unpacking libmbedtls-dev:amd64 (2.28.3-1) ...
#21 2.965 Selecting previously unselected package libsoapysdr0.8:amd64.
#21 2.975 Preparing to unpack .../11-libsoapysdr0.8_0.8.1-3_amd64.deb ...
#21 2.981 Unpacking libsoapysdr0.8:amd64 (0.8.1-3) ...
#21 3.025 Selecting previously unselected package libsoapysdr-dev:amd64.
#21 3.033 Preparing to unpack .../12-libsoapysdr-dev_0.8.1-3_amd64.deb ...
#21 3.036 Unpacking libsoapysdr-dev:amd64 (0.8.1-3) ...
#21 3.084 Selecting previously unselected package soapysdr0.7-module-lms7:amd64.
#21 3.091 Preparing to unpack .../13-soapysdr0.7-module-lms7_23.11.0.1.2141.9dce.202412282026_amd64.deb ...
#21 3.094 Unpacking soapysdr0.7-module-lms7:amd64 (23.11.0.1.2141.9dce.202412282026) ...
#21 3.139 Selecting previously unselected package soapysdr-module-lms7.
#21 3.149 Preparing to unpack .../14-soapysdr-module-lms7_23.11.0.1.2141.9dce.202412282026_all.deb ...
#21 3.156 Unpacking soapysdr-module-lms7 (23.11.0.1.2141.9dce.202412282026) ...
#21 3.226 Setting up libconfig9:amd64 (1.5-0.4) ...
#21 3.237 Setting up libczmq4:amd64 (4.2.1-1) ...
#21 3.246 Setting up libconfig++9v5:amd64 (1.5-0.4) ...
#21 3.256 Setting up libmbedtls-dev:amd64 (2.28.3-1) ...
#21 3.267 Setting up libsoapysdr0.8:amd64 (0.8.1-3) ...
#21 3.279 Setting up libsoapysdr-dev:amd64 (0.8.1-3) ...
#21 3.289 Setting up libnspr4:amd64 (2:4.35-1) ...
#21 3.299 Setting up libconfig-dev:amd64 (1.5-0.4) ...
#21 3.311 Setting up soapysdr0.7-module-lms7:amd64 (23.11.0.1.2141.9dce.202412282026) ...
#21 3.320 Setting up libnspr4-dev (2:4.35-1) ...
#21 3.330 Setting up soapysdr-module-lms7 (23.11.0.1.2141.9dce.202412282026) ...
#21 3.340 Setting up libnss3:amd64 (2:3.87.1-1+deb12u1) ...
#21 3.352 Setting up libnss3-dev:amd64 (2:3.87.1-1+deb12u1) ...
#21 3.362 Setting up libconfig++-dev:amd64 (1.5-0.4) ...
#21 3.372 Setting up libczmq-dev:amd64 (4.2.1-1) ...
#21 3.385 Processing triggers for man-db (2.11.2-2) ...
#21 3.400 Processing triggers for libc-bin (2.36-9+deb12u9) ...
#21 DONE 3.5s

#22 [17/28] RUN	APT-GET update && 	apt-get install -y --no-install-recommends 		gnuradio && 	apt-get clean
#22 0.351 Hit:1 http://deb.debian.org/debian bookworm InRelease
#22 0.351 Hit:2 http://deb.debian.org/debian bookworm-updates InRelease
#22 0.351 Hit:3 http://deb.debian.org/debian-security bookworm-security InRelease
#22 0.368 Hit:4 https://downloads.osmocom.org/packages/osmocom:/nightly/Debian_12 ./ InRelease
#22 0.606 Reading package lists...
#22 1.030 Reading package lists...
#22 1.430 Building dependency tree...
#22 1.530 Reading state information...
#22 1.637 The following additional packages will be installed:
#22 1.637   adwaita-icon-theme at-spi2-common castxml dconf-gsettings-backend
#22 1.637   dconf-service fonts-mathjax gnome-terminal gnome-terminal-data
#22 1.637   gsettings-desktop-schemas gtk-update-icon-cache hicolor-icon-theme
#22 1.638   libad9361-0 libasyncns0 libatk-bridge2.0-0 libatk1.0-0 libatspi2.0-0 libb2-1
#22 1.638   libcaca0 libcodec2-1.0 libcolord2 libdconf1 libdouble-conversion3
#22 1.638   libdrm-amdgpu1 libdrm-common libdrm-intel1 libdrm-nouveau2 libdrm-radeon1
#22 1.638   libdrm2 libegl-mesa0 libegl1 libepoxy0 libevdev2 libflac12 libfmt9 libgbm1
#22 1.638   libgl1 libgl1-mesa-dri libgl1-mesa-glx libglapi-mesa libglu1-mesa libglvnd0
#22 1.638   libglx-mesa0 libglx0 libgnuradio-analog3.10.5 libgnuradio-audio3.10.5
#22 1.638   libgnuradio-blocks3.10.5 libgnuradio-channels3.10.5
#22 1.638   libgnuradio-digital3.10.5 libgnuradio-dtv3.10.5 libgnuradio-fec3.10.5
#22 1.638   libgnuradio-fft3.10.5 libgnuradio-filter3.10.5 libgnuradio-iio3.10.5
#22 1.638   libgnuradio-network3.10.5 libgnuradio-pdu3.10.5 libgnuradio-pmt3.10.5
#22 1.638   libgnuradio-qtgui3.10.5 libgnuradio-runtime3.10.5 libgnuradio-soapy3.10.5
#22 1.638   libgnuradio-trellis3.10.5 libgnuradio-uhd3.10.5 libgnuradio-video-sdl3.10.5
#22 1.638   libgnuradio-vocoder3.10.5 libgnuradio-wavelet3.10.5 libgnuradio-zeromq3.10.5
#22 1.638   libgsl27 libgslcblas0 libgtk-3-0 libgtk-3-common libgudev-1.0-0 libiio0
#22 1.638   libinput-bin libinput10 libjack-jackd2-0 libjs-mathjax liblbfgsb0 libllvm15
#22 1.638   libmd4c0 libmp3lame0 libmpg123-0 libmtdev1 libogg0 libopenblas-dev
#22 1.638   libopenblas-pthread-dev libopenblas0 libopenblas0-pthread libopengl0
#22 1.638   libopus0 liborc-0.4-0 libportaudio2 libproxy1v5 libpulse0 libpython3-all-dev
#22 1.638   libqt5core5a libqt5dbus5 libqt5designer5 libqt5gui5 libqt5help5
#22 1.638   libqt5network5 libqt5opengl5 libqt5printsupport5 libqt5sql5 libqt5svg5
#22 1.638   libqt5test5 libqt5widgets5 libqt5xml5 libqt6core6 libqt6dbus6 libqt6gui6
#22 1.638   libqt6network6 libqt6opengl6 libqt6openglwidgets6 libqt6printsupport6
#22 1.638   libqt6sql6 libqt6test6 libqt6widgets6 libqt6xml6 libqwt-qt5-6 libsamplerate0
#22 1.638   libsdl1.2debian libslang2 libsndfile1 libspdlog1.10 libthrift-0.17.0 libts0
#22 1.638   libunwind8 libvolk2-bin libvolk2.5 libvorbis0a libvorbisenc2 libvte-2.91-0
#22 1.638   libvte-2.91-common libwacom-common libwacom9 libwayland-client0
#22 1.638   libwayland-cursor0 libwayland-egl1 libwayland-server0 libx11-xcb1
#22 1.638   libxcb-dri2-0 libxcb-dri3-0 libxcb-glx0 libxcb-icccm4 libxcb-image0
#22 1.638   libxcb-keysyms1 libxcb-present0 libxcb-randr0 libxcb-render-util0
#22 1.638   libxcb-shape0 libxcb-sync1 libxcb-util1 libxcb-xfixes0 libxcb-xinerama0
#22 1.638   libxcb-xinput0 libxcb-xkb1 libxcomposite1 libxcursor1 libxdamage1 libxfixes3
#22 1.638   libxinerama1 libxkbcommon-x11-0 libxkbcommon0 libxrandr2 libxshmfence1
#22 1.638   libxsimd-dev libxxf86vm1 pyqt5-dev-tools pyqt6-dev-tools python3-all
#22 1.638   python3-all-dev python3-attr python3-beniget python3-cairo
#22 1.638   python3-cffi-backend python3-click python3-click-plugins python3-colorama
#22 1.638   python3-contextlib2 python3-decorator python3-gast python3-gi-cairo
#22 1.638   python3-jsonschema python3-lxml python3-opengl python3-packaging python3-ply
#22 1.638   python3-py python3-pygccxml python3-pyqt5 python3-pyqt5.sip python3-pyqt6
#22 1.638   python3-pyqt6.sip python3-pyqtgraph python3-pyrsistent python3-pythran
#22 1.638   python3-schema python3-scipy python3-sip python3-thrift python3-zmq
#22 1.638   qt6-base-dev-tools qtbase5-dev-tools qtchooser xkb-data
#22 1.639 Suggested packages:
#22 1.639   gr-fosphor gr-osmosdr gqrx-sdr rtl-sdr uhd-host colord gsl-ref-psdoc
#22 1.639   | gsl-doc-pdf | gsl-doc-info | gsl-ref-html gvfs avahi-daemon jackd2
#22 1.639   fonts-mathjax-extras fonts-stix libjs-mathjax-doc opus-tools pulseaudio
#22 1.639   qgnomeplatform-qt5 qt5-image-formats-plugins libvolk2-dev libwacom-bin
#22 1.639   libxsimd-doc python-attr-doc python-jsonschema-doc python-lxml-doc libgle3
#22 1.639   python3-tk python-ply-doc subversion python3-pytest python-pyqtgraph-doc
#22 1.639   python-scipy-doc
#22 1.639 Recommended packages:
#22 1.639   librsvg2-common gvfs nautilus-extension-gnome-terminal yelp gnuradio-dev
#22 1.639   python3-matplotlib python3-networkx python3-pyqt5.qwt soapysdr-tools
#22 1.639   at-spi2-core libgtk-3-bin qttranslations5-l10n qt5-gtk-platformtheme
#22 1.639   qtwayland5 libqt5sql5-sqlite | libqt5sql5-mysql | libqt5sql5-odbc
#22 1.639   | libqt5sql5-psql | libqt5sql5-tds | libqt5sql5-ibase qt6-translations-l10n
#22 1.639   qt6-gtk-platformtheme qt6-qpa-plugins libqt6sql6-sqlite | libqt6sql6-mysql
#22 1.639   | libqt6sql6-odbc | libqt6sql6-psql | libqt6sql6-ibase python3-idna
#22 1.639   python3-json-pointer python3-rfc3987 python3-uritemplate python3-bs4
#22 1.639   python3-html5lib libglut-dev python3-pyqt5.qtopengl
#22 2.490 The following NEW packages will be installed:
#22 2.490   adwaita-icon-theme at-spi2-common castxml dconf-gsettings-backend
#22 2.490   dconf-service fonts-mathjax gnome-terminal gnome-terminal-data gnuradio
#22 2.490   gsettings-desktop-schemas gtk-update-icon-cache hicolor-icon-theme
#22 2.490   libad9361-0 libasyncns0 libatk-bridge2.0-0 libatk1.0-0 libatspi2.0-0 libb2-1
#22 2.490   libcaca0 libcodec2-1.0 libcolord2 libdconf1 libdouble-conversion3
#22 2.490   libdrm-amdgpu1 libdrm-common libdrm-intel1 libdrm-nouveau2 libdrm-radeon1
#22 2.490   libdrm2 libegl-mesa0 libegl1 libepoxy0 libevdev2 libflac12 libfmt9 libgbm1
#22 2.490   libgl1 libgl1-mesa-dri libgl1-mesa-glx libglapi-mesa libglu1-mesa libglvnd0
#22 2.490   libglx-mesa0 libglx0 libgnuradio-analog3.10.5 libgnuradio-audio3.10.5
#22 2.490   libgnuradio-blocks3.10.5 libgnuradio-channels3.10.5
#22 2.490   libgnuradio-digital3.10.5 libgnuradio-dtv3.10.5 libgnuradio-fec3.10.5
#22 2.490   libgnuradio-fft3.10.5 libgnuradio-filter3.10.5 libgnuradio-iio3.10.5
#22 2.490   libgnuradio-network3.10.5 libgnuradio-pdu3.10.5 libgnuradio-pmt3.10.5
#22 2.490   libgnuradio-qtgui3.10.5 libgnuradio-runtime3.10.5 libgnuradio-soapy3.10.5
#22 2.490   libgnuradio-trellis3.10.5 libgnuradio-uhd3.10.5 libgnuradio-video-sdl3.10.5
#22 2.490   libgnuradio-vocoder3.10.5 libgnuradio-wavelet3.10.5 libgnuradio-zeromq3.10.5
#22 2.490   libgsl27 libgslcblas0 libgtk-3-0 libgtk-3-common libgudev-1.0-0 libiio0
#22 2.490   libinput-bin libinput10 libjack-jackd2-0 libjs-mathjax liblbfgsb0 libllvm15
#22 2.490   libmd4c0 libmp3lame0 libmpg123-0 libmtdev1 libogg0 libopenblas-dev
#22 2.490   libopenblas-pthread-dev libopenblas0 libopenblas0-pthread libopengl0
#22 2.490   libopus0 liborc-0.4-0 libportaudio2 libproxy1v5 libpulse0 libpython3-all-dev
#22 2.490   libqt5core5a libqt5dbus5 libqt5designer5 libqt5gui5 libqt5help5
#22 2.490   libqt5network5 libqt5opengl5 libqt5printsupport5 libqt5sql5 libqt5svg5
#22 2.490   libqt5test5 libqt5widgets5 libqt5xml5 libqt6core6 libqt6dbus6 libqt6gui6
#22 2.490   libqt6network6 libqt6opengl6 libqt6openglwidgets6 libqt6printsupport6
#22 2.490   libqt6sql6 libqt6test6 libqt6widgets6 libqt6xml6 libqwt-qt5-6 libsamplerate0
#22 2.490   libsdl1.2debian libslang2 libsndfile1 libspdlog1.10 libthrift-0.17.0 libts0
#22 2.490   libunwind8 libvolk2-bin libvolk2.5 libvorbis0a libvorbisenc2 libvte-2.91-0
#22 2.490   libvte-2.91-common libwacom-common libwacom9 libwayland-client0
#22 2.490   libwayland-cursor0 libwayland-egl1 libwayland-server0 libx11-xcb1
#22 2.490   libxcb-dri2-0 libxcb-dri3-0 libxcb-glx0 libxcb-icccm4 libxcb-image0
#22 2.490   libxcb-keysyms1 libxcb-present0 libxcb-randr0 libxcb-render-util0
#22 2.490   libxcb-shape0 libxcb-sync1 libxcb-util1 libxcb-xfixes0 libxcb-xinerama0
#22 2.490   libxcb-xinput0 libxcb-xkb1 libxcomposite1 libxcursor1 libxdamage1 libxfixes3
#22 2.490   libxinerama1 libxkbcommon-x11-0 libxkbcommon0 libxrandr2 libxshmfence1
#22 2.490   libxsimd-dev libxxf86vm1 pyqt5-dev-tools pyqt6-dev-tools python3-all
#22 2.490   python3-all-dev python3-attr python3-beniget python3-cairo
#22 2.490   python3-cffi-backend python3-click python3-click-plugins python3-colorama
#22 2.490   python3-contextlib2 python3-decorator python3-gast python3-gi-cairo
#22 2.490   python3-jsonschema python3-lxml python3-opengl python3-packaging python3-ply
#22 2.490   python3-py python3-pygccxml python3-pyqt5 python3-pyqt5.sip python3-pyqt6
#22 2.490   python3-pyqt6.sip python3-pyqtgraph python3-pyrsistent python3-pythran
#22 2.490   python3-schema python3-scipy python3-sip python3-thrift python3-zmq
#22 2.490   qt6-base-dev-tools qtbase5-dev-tools qtchooser xkb-data
#22 2.525 0 upgraded, 205 newly installed, 0 to remove and 2 not upgraded.
#22 2.525 Need to get 142 MB of archives.
#22 2.525 After this operation, 698 MB of additional disk space will be used.
#22 2.525 Get:1 http://deb.debian.org/debian bookworm/main amd64 hicolor-icon-theme all 0.17-2 [11.4 kB]
#22 2.532 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.538 Get:3 http://deb.debian.org/debian bookworm/main amd64 adwaita-icon-theme all 43-1 [5,124 kB]
#22 2.595 Get:4 http://deb.debian.org/debian bookworm/main amd64 at-spi2-common all 2.46.0-5 [162 kB]
#22 2.603 Get:5 http://deb.debian.org/debian bookworm/main amd64 castxml amd64 0.5.1-1 [963 kB]
#22 2.609 Get:6 http://deb.debian.org/debian bookworm/main amd64 libdconf1 amd64 0.40.0-4 [40.9 kB]
#22 2.609 Get:7 http://deb.debian.org/debian bookworm/main amd64 dconf-service amd64 0.40.0-4 [31.6 kB]
#22 2.610 Get:8 http://deb.debian.org/debian bookworm/main amd64 dconf-gsettings-backend amd64 0.40.0-4 [27.8 kB]
#22 2.610 Get:9 http://deb.debian.org/debian bookworm/main amd64 fonts-mathjax all 2.7.9+dfsg-1 [2,210 kB]
#22 2.621 Get:10 http://deb.debian.org/debian bookworm/main amd64 gnome-terminal-data all 3.46.8-1 [949 kB]
#22 2.629 Get:11 http://deb.debian.org/debian bookworm/main amd64 gsettings-desktop-schemas all 43.0-1 [643 kB]
#22 2.635 Get:12 http://deb.debian.org/debian bookworm/main amd64 libatk1.0-0 amd64 2.46.0-5 [49.6 kB]
#22 2.635 Get:13 http://deb.debian.org/debian bookworm/main amd64 libatspi2.0-0 amd64 2.46.0-5 [75.4 kB]
#22 2.636 Get:14 http://deb.debian.org/debian bookworm/main amd64 libatk-bridge2.0-0 amd64 2.46.0-5 [64.6 kB]
#22 2.636 Get:15 http://deb.debian.org/debian bookworm/main amd64 libcolord2 amd64 1.4.6-2.2 [137 kB]
#22 2.637 Get:16 http://deb.debian.org/debian bookworm/main amd64 libepoxy0 amd64 1.5.10-1 [189 kB]
#22 2.639 Get:17 http://deb.debian.org/debian bookworm/main amd64 libwayland-client0 amd64 1.21.0-1 [28.3 kB]
#22 2.639 Get:18 http://deb.debian.org/debian bookworm/main amd64 libwayland-cursor0 amd64 1.21.0-1 [14.4 kB]
#22 2.639 Get:19 http://deb.debian.org/debian bookworm/main amd64 libwayland-egl1 amd64 1.21.0-1 [8,640 B]
#22 2.640 Get:20 http://deb.debian.org/debian bookworm/main amd64 libxcomposite1 amd64 1:0.4.5-1 [16.6 kB]
#22 2.648 Get:21 http://deb.debian.org/debian bookworm/main amd64 libxfixes3 amd64 1:6.0.0-2 [22.7 kB]
#22 2.652 Get:22 http://deb.debian.org/debian bookworm/main amd64 libxcursor1 amd64 1:1.2.1-1 [40.9 kB]
#22 2.654 Get:23 http://deb.debian.org/debian bookworm/main amd64 libxdamage1 amd64 1:1.1.6-1 [15.1 kB]
#22 2.654 Get:24 http://deb.debian.org/debian bookworm/main amd64 libxinerama1 amd64 2:1.1.4-3 [17.8 kB]
#22 2.658 Get:25 http://deb.debian.org/debian bookworm/main amd64 xkb-data all 2.35.1-1 [764 kB]
#22 2.669 Get:26 http://deb.debian.org/debian bookworm/main amd64 libxkbcommon0 amd64 1.5.0-1 [106 kB]
#22 2.669 Get:27 http://deb.debian.org/debian bookworm/main amd64 libxrandr2 amd64 2:1.5.2-2+b1 [39.2 kB]
#22 2.670 Get:28 http://deb.debian.org/debian bookworm/main amd64 libgtk-3-common all 3.24.38-2~deb12u3 [3,895 kB]
#22 2.704 Get:29 http://deb.debian.org/debian bookworm/main amd64 libgtk-3-0 amd64 3.24.38-2~deb12u3 [2,847 kB]
#22 2.731 Get:30 http://deb.debian.org/debian bookworm/main amd64 libvte-2.91-common amd64 0.70.6-2~deb12u1 [642 kB]
#22 2.733 Get:31 http://deb.debian.org/debian bookworm/main amd64 libvte-2.91-0 amd64 0.70.6-2~deb12u1 [799 kB]
#22 2.739 Get:32 http://deb.debian.org/debian bookworm/main amd64 gnome-terminal amd64 3.46.8-1 [230 kB]
#22 2.741 Get:33 http://deb.debian.org/debian bookworm/main amd64 libjs-mathjax all 2.7.9+dfsg-1 [5,667 kB]
#22 2.791 Get:34 http://deb.debian.org/debian bookworm/main amd64 liborc-0.4-0 amd64 1:0.4.33-2 [164 kB]
#22 2.791 Get:35 http://deb.debian.org/debian bookworm/main amd64 libvolk2.5 amd64 2.5.2-3 [301 kB]
#22 2.794 Get:36 http://deb.debian.org/debian bookworm/main amd64 libvolk2-bin amd64 2.5.2-3 [82.1 kB]
#22 2.794 Get:37 http://deb.debian.org/debian bookworm/main amd64 python3-colorama all 0.4.6-2 [36.8 kB]
#22 2.795 Get:38 http://deb.debian.org/debian bookworm/main amd64 python3-click all 8.1.3-2 [92.2 kB]
#22 2.795 Get:39 http://deb.debian.org/debian bookworm/main amd64 python3-click-plugins all 1.1.1-4 [9,852 B]
#22 2.796 Get:40 http://deb.debian.org/debian bookworm/main amd64 python3-cairo amd64 1.20.1-5+b1 [63.1 kB]
#22 2.796 Get:41 http://deb.debian.org/debian bookworm/main amd64 python3-gi-cairo amd64 3.42.2-3+b1 [11.7 kB]
#22 2.796 Get:42 http://deb.debian.org/debian bookworm/main amd64 python3-attr all 22.2.0-1 [65.4 kB]
#22 2.797 Get:43 http://deb.debian.org/debian bookworm/main amd64 python3-pyrsistent amd64 0.18.1-1+b3 [60.0 kB]
#22 2.802 Get:44 http://deb.debian.org/debian bookworm/main amd64 python3-jsonschema all 4.10.3-1 [67.9 kB]
#22 2.804 Get:45 http://deb.debian.org/debian bookworm/main amd64 python3-lxml amd64 4.9.2-1+b1 [1,194 kB]
#22 2.815 Get:46 http://deb.debian.org/debian bookworm/main amd64 libglvnd0 amd64 1.6.0-1 [51.8 kB]
#22 2.815 Get:47 http://deb.debian.org/debian bookworm/main amd64 libdrm-common all 2.4.114-1 [7,112 B]
#22 2.817 Get:48 http://deb.debian.org/debian bookworm/main amd64 libdrm2 amd64 2.4.114-1+b1 [37.5 kB]
#22 2.818 Get:49 http://deb.debian.org/debian bookworm/main amd64 libglapi-mesa amd64 22.3.6-1+deb12u1 [35.7 kB]
#22 2.820 Get:50 http://deb.debian.org/debian bookworm/main amd64 libx11-xcb1 amd64 2:1.8.4-2+deb12u2 [192 kB]
#22 2.822 Get:51 http://deb.debian.org/debian bookworm/main amd64 libxcb-dri2-0 amd64 1.15-1 [107 kB]
#22 2.823 Get:52 http://deb.debian.org/debian bookworm/main amd64 libxcb-dri3-0 amd64 1.15-1 [107 kB]
#22 2.826 Get:53 http://deb.debian.org/debian bookworm/main amd64 libxcb-glx0 amd64 1.15-1 [122 kB]
#22 2.827 Get:54 http://deb.debian.org/debian bookworm/main amd64 libxcb-present0 amd64 1.15-1 [105 kB]
#22 2.829 Get:55 http://deb.debian.org/debian bookworm/main amd64 libxcb-randr0 amd64 1.15-1 [117 kB]
#22 2.831 Get:56 http://deb.debian.org/debian bookworm/main amd64 libxcb-sync1 amd64 1.15-1 [109 kB]
#22 2.834 Get:57 http://deb.debian.org/debian bookworm/main amd64 libxcb-xfixes0 amd64 1.15-1 [109 kB]
#22 2.836 Get:58 http://deb.debian.org/debian bookworm/main amd64 libxshmfence1 amd64 1.3-1 [8,820 B]
#22 2.839 Get:59 http://deb.debian.org/debian bookworm/main amd64 libxxf86vm1 amd64 1:1.1.4-1+b2 [20.8 kB]
#22 2.840 Get:60 http://deb.debian.org/debian bookworm/main amd64 libdrm-amdgpu1 amd64 2.4.114-1+b1 [20.9 kB]
#22 2.841 Get:61 http://deb.debian.org/debian bookworm/main amd64 libdrm-intel1 amd64 2.4.114-1+b1 [64.0 kB]
#22 2.843 Get:62 http://deb.debian.org/debian bookworm/main amd64 libdrm-nouveau2 amd64 2.4.114-1+b1 [19.1 kB]
#22 2.845 Get:63 http://deb.debian.org/debian bookworm/main amd64 libdrm-radeon1 amd64 2.4.114-1+b1 [21.8 kB]
#22 2.846 Get:64 http://deb.debian.org/debian bookworm/main amd64 libllvm15 amd64 1:15.0.6-4+b1 [23.1 MB]
#22 3.047 Get:65 http://deb.debian.org/debian bookworm/main amd64 libgl1-mesa-dri amd64 22.3.6-1+deb12u1 [7,239 kB]
#22 3.113 Get:66 http://deb.debian.org/debian bookworm/main amd64 libglx-mesa0 amd64 22.3.6-1+deb12u1 [147 kB]
#22 3.120 Get:67 http://deb.debian.org/debian bookworm/main amd64 libglx0 amd64 1.6.0-1 [34.4 kB]
#22 3.121 Get:68 http://deb.debian.org/debian bookworm/main amd64 libgl1 amd64 1.6.0-1 [88.4 kB]
#22 3.121 Get:69 http://deb.debian.org/debian bookworm/main amd64 libgl1-mesa-glx amd64 22.3.6-1+deb12u1 [14.5 kB]
#22 3.122 Get:70 http://deb.debian.org/debian bookworm/main amd64 libopengl0 amd64 1.6.0-1 [30.6 kB]
#22 3.122 Get:71 http://deb.debian.org/debian bookworm/main amd64 libglu1-mesa amd64 9.0.2-1.1 [178 kB]
#22 3.123 Get:72 http://deb.debian.org/debian bookworm/main amd64 python3-opengl all 3.1.6+dfsg-3 [605 kB]
#22 3.126 Get:73 http://deb.debian.org/debian bookworm/main amd64 python3-packaging all 23.0-1 [32.5 kB]
#22 3.131 Get:74 http://deb.debian.org/debian bookworm/main amd64 python3-pygccxml all 2.2.1-1 [80.3 kB]
#22 3.131 Get:75 http://deb.debian.org/debian bookworm/main amd64 python3-pyqt5.sip amd64 12.11.1-1 [56.4 kB]
#22 3.132 Get:76 http://deb.debian.org/debian bookworm/main amd64 libdouble-conversion3 amd64 3.2.1-1 [41.5 kB]
#22 3.132 Get:77 http://deb.debian.org/debian bookworm/main amd64 libqt5core5a amd64 5.15.8+dfsg-11+deb12u2 [1,810 kB]
#22 3.148 Get:78 http://deb.debian.org/debian bookworm/main amd64 libqt5dbus5 amd64 5.15.8+dfsg-11+deb12u2 [211 kB]
#22 3.149 Get:79 http://deb.debian.org/debian bookworm/main amd64 libwayland-server0 amd64 1.21.0-1 [35.9 kB]
#22 3.150 Get:80 http://deb.debian.org/debian bookworm/main amd64 libgbm1 amd64 22.3.6-1+deb12u1 [38.0 kB]
#22 3.150 Get:81 http://deb.debian.org/debian bookworm/main amd64 libegl-mesa0 amd64 22.3.6-1+deb12u1 [114 kB]
#22 3.151 Get:82 http://deb.debian.org/debian bookworm/main amd64 libegl1 amd64 1.6.0-1 [33.7 kB]
#22 3.151 Get:83 http://deb.debian.org/debian bookworm/main amd64 libevdev2 amd64 1.13.0+dfsg-1 [34.0 kB]
#22 3.152 Get:84 http://deb.debian.org/debian bookworm/main amd64 libmtdev1 amd64 1.1.6-1 [23.0 kB]
#22 3.152 Get:85 http://deb.debian.org/debian bookworm/main amd64 libgudev-1.0-0 amd64 237-2 [15.1 kB]
#22 3.152 Get:86 http://deb.debian.org/debian bookworm/main amd64 libwacom-common all 2.6.0-1 [58.4 kB]
#22 3.155 Get:87 http://deb.debian.org/debian bookworm/main amd64 libwacom9 amd64 2.6.0-1 [21.5 kB]
#22 3.161 Get:88 http://deb.debian.org/debian bookworm/main amd64 libinput-bin amd64 1.22.1-1 [23.2 kB]
#22 3.163 Get:89 http://deb.debian.org/debian bookworm/main amd64 libinput10 amd64 1.22.1-1 [125 kB]
#22 3.165 Get:90 http://deb.debian.org/debian bookworm/main amd64 libmd4c0 amd64 0.4.8-1 [44.2 kB]
#22 3.166 Get:91 http://deb.debian.org/debian bookworm/main amd64 libqt5network5 amd64 5.15.8+dfsg-11+deb12u2 [675 kB]
#22 3.173 Get:92 http://deb.debian.org/debian bookworm/main amd64 libxcb-icccm4 amd64 0.4.1-1.1 [27.4 kB]
#22 3.173 Get:93 http://deb.debian.org/debian bookworm/main amd64 libxcb-util1 amd64 0.4.0-1+b1 [23.2 kB]
#22 3.173 Get:94 http://deb.debian.org/debian bookworm/main amd64 libxcb-image0 amd64 0.4.0-2 [22.9 kB]
#22 3.173 Get:95 http://deb.debian.org/debian bookworm/main amd64 libxcb-keysyms1 amd64 0.4.0-1+b2 [16.4 kB]
#22 3.175 Get:96 http://deb.debian.org/debian bookworm/main amd64 libxcb-render-util0 amd64 0.3.9-1+b1 [18.3 kB]
#22 3.177 Get:97 http://deb.debian.org/debian bookworm/main amd64 libxcb-shape0 amd64 1.15-1 [106 kB]
#22 3.178 Get:98 http://deb.debian.org/debian bookworm/main amd64 libxcb-xinerama0 amd64 1.15-1 [105 kB]
#22 3.180 Get:99 http://deb.debian.org/debian bookworm/main amd64 libxcb-xinput0 amd64 1.15-1 [130 kB]
#22 3.181 Get:100 http://deb.debian.org/debian bookworm/main amd64 libxcb-xkb1 amd64 1.15-1 [129 kB]
#22 3.183 Get:101 http://deb.debian.org/debian bookworm/main amd64 libxkbcommon-x11-0 amd64 1.5.0-1 [15.6 kB]
#22 3.184 Get:102 http://deb.debian.org/debian bookworm/main amd64 libqt5gui5 amd64 5.15.8+dfsg-11+deb12u2 [3,408 kB]
#22 3.215 Get:103 http://deb.debian.org/debian bookworm/main amd64 libqt5widgets5 amd64 5.15.8+dfsg-11+deb12u2 [2,381 kB]
#22 3.235 Get:104 http://deb.debian.org/debian bookworm/main amd64 libqt5xml5 amd64 5.15.8+dfsg-11+deb12u2 [122 kB]
#22 3.236 Get:105 http://deb.debian.org/debian bookworm/main amd64 libqt5designer5 amd64 5.15.8-2 [2,748 kB]
#22 3.259 Get:106 http://deb.debian.org/debian bookworm/main amd64 libqt5sql5 amd64 5.15.8+dfsg-11+deb12u2 [122 kB]
#22 3.260 Get:107 http://deb.debian.org/debian bookworm/main amd64 libqt5help5 amd64 5.15.8-2 [149 kB]
#22 3.261 Get:108 http://deb.debian.org/debian bookworm/main amd64 libqt5printsupport5 amd64 5.15.8+dfsg-11+deb12u2 [202 kB]
#22 3.263 Get:109 http://deb.debian.org/debian bookworm/main amd64 libqt5test5 amd64 5.15.8+dfsg-11+deb12u2 [146 kB]
#22 3.264 Get:110 http://deb.debian.org/debian bookworm/main amd64 python3-pyqt5 amd64 5.15.9+dfsg-1 [2,489 kB]
#22 3.286 Get:111 http://deb.debian.org/debian bookworm/main amd64 python3-pyqt6.sip amd64 13.4.1-1 [51.4 kB]
#22 3.286 Get:112 http://deb.debian.org/debian bookworm/main amd64 libb2-1 amd64 0.98.1-1.1 [40.9 kB]
#22 3.287 Get:113 http://deb.debian.org/debian bookworm/main amd64 libqt6core6 amd64 6.4.2+dfsg-10 [1,613 kB]
#22 3.300 Get:114 http://deb.debian.org/debian bookworm/main amd64 libqt6dbus6 amd64 6.4.2+dfsg-10 [248 kB]
#22 3.302 Get:115 http://deb.debian.org/debian bookworm/main amd64 libts0 amd64 1.22-1+b1 [64.6 kB]
#22 3.302 Get:116 http://deb.debian.org/debian bookworm/main amd64 libqt6gui6 amd64 6.4.2+dfsg-10 [2,854 kB]
#22 3.328 Get:117 http://deb.debian.org/debian bookworm/main amd64 libproxy1v5 amd64 0.4.18-1.2 [56.2 kB]
#22 3.328 Get:118 http://deb.debian.org/debian bookworm/main amd64 libqt6network6 amd64 6.4.2+dfsg-10 [682 kB]
#22 3.333 Get:119 http://deb.debian.org/debian bookworm/main amd64 libqt6opengl6 amd64 6.4.2+dfsg-10 [390 kB]
#22 3.337 Get:120 http://deb.debian.org/debian bookworm/main amd64 libqt6widgets6 amd64 6.4.2+dfsg-10 [2,445 kB]
#22 3.361 Get:121 http://deb.debian.org/debian bookworm/main amd64 libqt6openglwidgets6 amd64 6.4.2+dfsg-10 [43.4 kB]
#22 3.361 Get:122 http://deb.debian.org/debian bookworm/main amd64 libqt6printsupport6 amd64 6.4.2+dfsg-10 [211 kB]
#22 3.362 Get:123 http://deb.debian.org/debian bookworm/main amd64 libqt6sql6 amd64 6.4.2+dfsg-10 [133 kB]
#22 3.363 Get:124 http://deb.debian.org/debian bookworm/main amd64 libqt6test6 amd64 6.4.2+dfsg-10 [161 kB]
#22 3.363 Get:125 http://deb.debian.org/debian bookworm/main amd64 libqt6xml6 amd64 6.4.2+dfsg-10 [75.5 kB]
#22 3.364 Get:126 http://deb.debian.org/debian bookworm/main amd64 python3-pyqt6 amd64 6.4.2-1 [2,461 kB]
#22 3.384 Get:127 http://deb.debian.org/debian bookworm/main amd64 python3-decorator all 5.1.1-3 [14.9 kB]
#22 3.385 Get:128 http://deb.debian.org/debian bookworm/main amd64 libopenblas0-pthread amd64 0.3.21+ds-4 [6,709 kB]
#22 3.442 Get:129 http://deb.debian.org/debian bookworm/main amd64 libopenblas0 amd64 0.3.21+ds-4 [32.6 kB]
#22 3.443 Get:130 http://deb.debian.org/debian bookworm/main amd64 libopenblas-pthread-dev amd64 0.3.21+ds-4 [4,971 kB]
#22 3.487 Get:131 http://deb.debian.org/debian bookworm/main amd64 libopenblas-dev amd64 0.3.21+ds-4 [44.9 kB]
#22 3.494 Get:132 http://deb.debian.org/debian bookworm/main amd64 libpython3-all-dev amd64 3.11.2-1+b1 [1,068 B]
#22 3.494 Get:133 http://deb.debian.org/debian bookworm/main amd64 python3-all amd64 3.11.2-1+b1 [1,056 B]
#22 3.495 Get:134 http://deb.debian.org/debian bookworm/main amd64 python3-all-dev amd64 3.11.2-1+b1 [1,072 B]
#22 3.495 Get:135 http://deb.debian.org/debian bookworm/main amd64 libxsimd-dev amd64 8.1.0-7 [88.8 kB]
#22 3.495 Get:136 http://deb.debian.org/debian bookworm/main amd64 python3-gast all 0.5.2-2 [9,364 B]
#22 3.496 Get:137 http://deb.debian.org/debian bookworm/main amd64 python3-beniget all 0.4.1-3 [9,920 B]
#22 3.496 Get:138 http://deb.debian.org/debian bookworm/main amd64 python3-ply all 3.11-5 [65.8 kB]
#22 3.497 Get:139 http://deb.debian.org/debian bookworm/main amd64 python3-pythran amd64 0.11.0+ds-7 [427 kB]
#22 3.506 Get:140 http://deb.debian.org/debian bookworm/main amd64 liblbfgsb0 amd64 3.0+dfsg.4-1 [28.9 kB]
#22 3.507 Get:141 http://deb.debian.org/debian bookworm/main amd64 python3-scipy amd64 1.10.1-2 [15.2 MB]
#22 3.640 Get:142 http://deb.debian.org/debian bookworm/main amd64 pyqt5-dev-tools amd64 5.15.9+dfsg-1 [180 kB]
#22 3.641 Get:143 http://deb.debian.org/debian bookworm/main amd64 pyqt6-dev-tools all 6.4.2-1 [66.4 kB]
#22 3.641 Get:144 http://deb.debian.org/debian bookworm/main amd64 qtchooser amd64 66-2 [26.3 kB]
#22 3.642 Get:145 http://deb.debian.org/debian bookworm/main amd64 qtbase5-dev-tools amd64 5.15.8+dfsg-11+deb12u2 [758 kB]
#22 3.646 Get:146 http://deb.debian.org/debian bookworm/main amd64 qt6-base-dev-tools amd64 6.4.2+dfsg-10 [890 kB]
#22 3.654 Get:147 http://deb.debian.org/debian bookworm/main amd64 python3-pyqtgraph all 0.13.1-4 [617 kB]
#22 3.659 Get:148 http://deb.debian.org/debian bookworm/main amd64 python3-contextlib2 all 0.6.0.post1-3 [13.5 kB]
#22 3.660 Get:149 http://deb.debian.org/debian bookworm/main amd64 python3-schema all 0.7.5-1 [27.5 kB]
#22 3.660 Get:150 http://deb.debian.org/debian bookworm/main amd64 python3-sip amd64 4.19.25+dfsg-5+b1 [165 kB]
#22 3.661 Get:151 http://deb.debian.org/debian bookworm/main amd64 python3-thrift amd64 0.17.0-2+b2 [160 kB]
#22 3.662 Get:152 http://deb.debian.org/debian bookworm/main amd64 python3-cffi-backend amd64 1.15.1-5+b1 [84.6 kB]
#22 3.663 Get:153 http://deb.debian.org/debian bookworm/main amd64 python3-py all 1.11.0-1 [89.2 kB]
#22 3.664 Get:154 http://deb.debian.org/debian bookworm/main amd64 python3-zmq amd64 24.0.1-4+b1 [263 kB]
#22 3.666 Get:155 http://deb.debian.org/debian bookworm/main amd64 libfmt9 amd64 9.1.0+ds1-2 [113 kB]
#22 3.667 Get:156 http://deb.debian.org/debian bookworm/main amd64 libgnuradio-pmt3.10.5 amd64 3.10.5.1-3 [117 kB]
#22 3.671 Get:157 http://deb.debian.org/debian bookworm/main amd64 libspdlog1.10 amd64 1:1.10.0+ds-0.4 [130 kB]
#22 3.673 Get:158 http://deb.debian.org/debian bookworm/main amd64 libthrift-0.17.0 amd64 0.17.0-2+b2 [372 kB]
#22 3.676 Get:159 http://deb.debian.org/debian bookworm/main amd64 libunwind8 amd64 1.6.2-3 [51.2 kB]
#22 3.677 Get:160 http://deb.debian.org/debian bookworm/main amd64 libgnuradio-runtime3.10.5 amd64 3.10.5.1-3 [562 kB]
#22 3.683 Get:161 http://deb.debian.org/debian bookworm/main amd64 libogg0 amd64 1.3.5-3 [23.4 kB]
#22 3.683 Get:162 http://deb.debian.org/debian bookworm/main amd64 libflac12 amd64 1.4.2+ds-2 [198 kB]
#22 3.686 Get:163 http://deb.debian.org/debian bookworm/main amd64 libmp3lame0 amd64 3.100-6 [365 kB]
#22 3.689 Get:164 http://deb.debian.org/debian-security bookworm-security/main amd64 libmpg123-0 amd64 1.31.2-1+deb12u1 [147 kB]
#22 3.690 Get:165 http://deb.debian.org/debian bookworm/main amd64 libopus0 amd64 1.3.1-3 [195 kB]
#22 3.692 Get:166 http://deb.debian.org/debian bookworm/main amd64 libvorbis0a amd64 1.3.7-1 [93.0 kB]
#22 3.693 Get:167 http://deb.debian.org/debian bookworm/main amd64 libvorbisenc2 amd64 1.3.7-1 [80.6 kB]
#22 3.694 Get:168 http://deb.debian.org/debian bookworm/main amd64 libsndfile1 amd64 1.2.0-1 [196 kB]
#22 3.697 Get:169 http://deb.debian.org/debian bookworm/main amd64 libgnuradio-blocks3.10.5 amd64 3.10.5.1-3 [561 kB]
#22 3.705 Get:170 http://deb.debian.org/debian bookworm/main amd64 libgnuradio-fft3.10.5 amd64 3.10.5.1-3 [121 kB]
#22 3.707 Get:171 http://deb.debian.org/debian bookworm/main amd64 libgnuradio-analog3.10.5 amd64 3.10.5.1-3 [177 kB]
#22 3.709 Get:172 http://deb.debian.org/debian bookworm/main amd64 libsamplerate0 amd64 0.2.2-3 [952 kB]
#22 3.717 Get:173 http://deb.debian.org/debian bookworm/main amd64 libjack-jackd2-0 amd64 1.9.21~dfsg-3 [281 kB]
#22 3.720 Get:174 http://deb.debian.org/debian bookworm/main amd64 libportaudio2 amd64 19.6.0-1.2 [66.7 kB]
#22 3.720 Get:175 http://deb.debian.org/debian bookworm/main amd64 libgnuradio-audio3.10.5 amd64 3.10.5.1-3 [158 kB]
#22 3.722 Get:176 http://deb.debian.org/debian bookworm/main amd64 libgnuradio-filter3.10.5 amd64 3.10.5.1-3 [251 kB]
#22 3.724 Get:177 http://deb.debian.org/debian bookworm/main amd64 libgnuradio-channels3.10.5 amd64 3.10.5.1-3 [121 kB]
#22 3.725 Get:178 http://deb.debian.org/debian bookworm/main amd64 libgnuradio-digital3.10.5 amd64 3.10.5.1-3 [416 kB]
#22 3.729 Get:179 http://deb.debian.org/debian bookworm/main amd64 libgslcblas0 amd64 2.7.1+dfsg-5 [108 kB]
#22 3.730 Get:180 http://deb.debian.org/debian bookworm/main amd64 libgsl27 amd64 2.7.1+dfsg-5 [941 kB]
#22 3.738 Get:181 http://deb.debian.org/debian bookworm/main amd64 libgnuradio-fec3.10.5 amd64 3.10.5.1-3 [252 kB]
#22 3.741 Get:182 http://deb.debian.org/debian bookworm/main amd64 libgnuradio-dtv3.10.5 amd64 3.10.5.1-3 [400 kB]
#22 3.745 Get:183 http://deb.debian.org/debian bookworm/main amd64 libiio0 amd64 0.24-4 [49.6 kB]
#22 3.746 Get:184 http://deb.debian.org/debian bookworm/main amd64 libad9361-0 amd64 0.2-1 [72.1 kB]
#22 3.751 Get:185 http://deb.debian.org/debian bookworm/main amd64 libgnuradio-iio3.10.5 amd64 3.10.5.1-3 [166 kB]
#22 3.753 Get:186 http://deb.debian.org/debian bookworm/main amd64 libgnuradio-network3.10.5 amd64 3.10.5.1-3 [195 kB]
#22 3.756 Get:187 http://deb.debian.org/debian bookworm/main amd64 libgnuradio-pdu3.10.5 amd64 3.10.5.1-3 [172 kB]
#22 3.762 Get:188 http://deb.debian.org/debian bookworm/main amd64 libqt5opengl5 amd64 5.15.8+dfsg-11+deb12u2 [148 kB]
#22 3.763 Get:189 http://deb.debian.org/debian bookworm/main amd64 libqt5svg5 amd64 5.15.8-3 [134 kB]
#22 3.767 Get:190 http://deb.debian.org/debian bookworm/main amd64 libqwt-qt5-6 amd64 6.1.4-2 [426 kB]
#22 3.773 Get:191 http://deb.debian.org/debian bookworm/main amd64 libgnuradio-qtgui3.10.5 amd64 3.10.5.1-3 [466 kB]
#22 3.777 Get:192 http://deb.debian.org/debian bookworm/main amd64 libgnuradio-soapy3.10.5 amd64 3.10.5.1-3 [142 kB]
#22 3.778 Get:193 http://deb.debian.org/debian bookworm/main amd64 libgnuradio-trellis3.10.5 amd64 3.10.5.1-3 [204 kB]
#22 3.781 Get:194 http://deb.debian.org/debian bookworm/main amd64 libgnuradio-uhd3.10.5 amd64 3.10.5.1-3 [195 kB]
#22 3.785 Get:195 http://deb.debian.org/debian bookworm/main amd64 libslang2 amd64 2.3.3-3 [554 kB]
#22 3.790 Get:196 http://deb.debian.org/debian bookworm/main amd64 libcaca0 amd64 0.99.beta20-3 [205 kB]
#22 3.792 Get:197 http://deb.debian.org/debian bookworm/main amd64 libasyncns0 amd64 0.8-6+b3 [12.9 kB]
#22 3.794 Get:198 http://deb.debian.org/debian bookworm/main amd64 libpulse0 amd64 16.1+dfsg1-2+b1 [274 kB]
#22 3.796 Get:199 http://deb.debian.org/debian bookworm/main amd64 libsdl1.2debian amd64 1.2.15+dfsg2-8 [199 kB]
#22 3.798 Get:200 http://deb.debian.org/debian bookworm/main amd64 libgnuradio-video-sdl3.10.5 amd64 3.10.5.1-3 [102 kB]
#22 3.803 Get:201 http://deb.debian.org/debian bookworm/main amd64 libcodec2-1.0 amd64 1.0.5-1 [8,171 kB]
#22 3.874 Get:202 http://deb.debian.org/debian bookworm/main amd64 libgnuradio-vocoder3.10.5 amd64 3.10.5.1-3 [116 kB]
#22 3.875 Get:203 http://deb.debian.org/debian bookworm/main amd64 libgnuradio-wavelet3.10.5 amd64 3.10.5.1-3 [51.8 kB]
#22 3.884 Get:204 http://deb.debian.org/debian bookworm/main amd64 libgnuradio-zeromq3.10.5 amd64 3.10.5.1-3 [125 kB]
#22 3.884 Get:205 http://deb.debian.org/debian bookworm/main amd64 gnuradio amd64 3.10.5.1-3 [3,457 kB]
#22 4.079 debconf: delaying package configuration, since apt-utils is not installed
#22 4.127 Fetched 142 MB in 1s (101 MB/s)
#22 4.170 Selecting previously unselected package hicolor-icon-theme.
#22 4.170 (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.222 Preparing to unpack .../000-hicolor-icon-theme_0.17-2_all.deb ...
#22 4.227 Unpacking hicolor-icon-theme (0.17-2) ...
#22 4.313 Selecting previously unselected package gtk-update-icon-cache.
#22 4.321 Preparing to unpack .../001-gtk-update-icon-cache_3.24.38-2~deb12u3_amd64.deb ...
#22 4.326 Unpacking gtk-update-icon-cache (3.24.38-2~deb12u3) ...
#22 4.388 Selecting previously unselected package adwaita-icon-theme.
#22 4.398 Preparing to unpack .../002-adwaita-icon-theme_43-1_all.deb ...
#22 4.401 Unpacking adwaita-icon-theme (43-1) ...
#22 5.235 Selecting previously unselected package at-spi2-common.
#22 5.244 Preparing to unpack .../003-at-spi2-common_2.46.0-5_all.deb ...
#22 5.247 Unpacking at-spi2-common (2.46.0-5) ...
#22 5.369 Selecting previously unselected package castxml.
#22 5.380 Preparing to unpack .../004-castxml_0.5.1-1_amd64.deb ...
#22 5.382 Unpacking castxml (0.5.1-1) ...
#22 5.552 Selecting previously unselected package libdconf1:amd64.
#22 5.562 Preparing to unpack .../005-libdconf1_0.40.0-4_amd64.deb ...
#22 5.568 Unpacking libdconf1:amd64 (0.40.0-4) ...
#22 5.612 Selecting previously unselected package dconf-service.
#22 5.619 Preparing to unpack .../006-dconf-service_0.40.0-4_amd64.deb ...
#22 5.623 Unpacking dconf-service (0.40.0-4) ...
#22 5.663 Selecting previously unselected package dconf-gsettings-backend:amd64.
#22 5.672 Preparing to unpack .../007-dconf-gsettings-backend_0.40.0-4_amd64.deb ...
#22 5.677 Unpacking dconf-gsettings-backend:amd64 (0.40.0-4) ...
#22 5.720 Selecting previously unselected package fonts-mathjax.
#22 5.730 Preparing to unpack .../008-fonts-mathjax_2.7.9+dfsg-1_all.deb ...
#22 5.733 Unpacking fonts-mathjax (2.7.9+dfsg-1) ...
#22 5.932 Selecting previously unselected package gnome-terminal-data.
#22 5.947 Preparing to unpack .../009-gnome-terminal-data_3.46.8-1_all.deb ...
#22 5.950 Unpacking gnome-terminal-data (3.46.8-1) ...
#22 6.290 Selecting previously unselected package gsettings-desktop-schemas.
#22 6.303 Preparing to unpack .../010-gsettings-desktop-schemas_43.0-1_all.deb ...
#22 6.308 Unpacking gsettings-desktop-schemas (43.0-1) ...
#22 6.445 Selecting previously unselected package libatk1.0-0:amd64.
#22 6.458 Preparing to unpack .../011-libatk1.0-0_2.46.0-5_amd64.deb ...
#22 6.461 Unpacking libatk1.0-0:amd64 (2.46.0-5) ...
#22 6.562 Selecting previously unselected package libatspi2.0-0:amd64.
#22 6.573 Preparing to unpack .../012-libatspi2.0-0_2.46.0-5_amd64.deb ...
#22 6.577 Unpacking libatspi2.0-0:amd64 (2.46.0-5) ...
#22 6.678 Selecting previously unselected package libatk-bridge2.0-0:amd64.
#22 6.689 Preparing to unpack .../013-libatk-bridge2.0-0_2.46.0-5_amd64.deb ...
#22 6.693 Unpacking libatk-bridge2.0-0:amd64 (2.46.0-5) ...
#22 6.790 Selecting previously unselected package libcolord2:amd64.
#22 6.803 Preparing to unpack .../014-libcolord2_1.4.6-2.2_amd64.deb ...
#22 6.808 Unpacking libcolord2:amd64 (1.4.6-2.2) ...
#22 6.889 Selecting previously unselected package libepoxy0:amd64.
#22 6.893 Preparing to unpack .../015-libepoxy0_1.5.10-1_amd64.deb ...
#22 6.898 Unpacking libepoxy0:amd64 (1.5.10-1) ...
#22 6.978 Selecting previously unselected package libwayland-client0:amd64.
#22 6.989 Preparing to unpack .../016-libwayland-client0_1.21.0-1_amd64.deb ...
#22 6.993 Unpacking libwayland-client0:amd64 (1.21.0-1) ...
#22 7.062 Selecting previously unselected package libwayland-cursor0:amd64.
#22 7.072 Preparing to unpack .../017-libwayland-cursor0_1.21.0-1_amd64.deb ...
#22 7.075 Unpacking libwayland-cursor0:amd64 (1.21.0-1) ...
#22 7.150 Selecting previously unselected package libwayland-egl1:amd64.
#22 7.161 Preparing to unpack .../018-libwayland-egl1_1.21.0-1_amd64.deb ...
#22 7.166 Unpacking libwayland-egl1:amd64 (1.21.0-1) ...
#22 7.219 Selecting previously unselected package libxcomposite1:amd64.
#22 7.227 Preparing to unpack .../019-libxcomposite1_1%3a0.4.5-1_amd64.deb ...
#22 7.230 Unpacking libxcomposite1:amd64 (1:0.4.5-1) ...
#22 7.273 Selecting previously unselected package libxfixes3:amd64.
#22 7.282 Preparing to unpack .../020-libxfixes3_1%3a6.0.0-2_amd64.deb ...
#22 7.286 Unpacking libxfixes3:amd64 (1:6.0.0-2) ...
#22 7.327 Selecting previously unselected package libxcursor1:amd64.
#22 7.337 Preparing to unpack .../021-libxcursor1_1%3a1.2.1-1_amd64.deb ...
#22 7.341 Unpacking libxcursor1:amd64 (1:1.2.1-1) ...
#22 7.382 Selecting previously unselected package libxdamage1:amd64.
#22 7.392 Preparing to unpack .../022-libxdamage1_1%3a1.1.6-1_amd64.deb ...
#22 7.395 Unpacking libxdamage1:amd64 (1:1.1.6-1) ...
#22 7.434 Selecting previously unselected package libxinerama1:amd64.
#22 7.446 Preparing to unpack .../023-libxinerama1_2%3a1.1.4-3_amd64.deb ...
#22 7.449 Unpacking libxinerama1:amd64 (2:1.1.4-3) ...
#22 7.488 Selecting previously unselected package xkb-data.
#22 7.499 Preparing to unpack .../024-xkb-data_2.35.1-1_all.deb ...
#22 7.502 Unpacking xkb-data (2.35.1-1) ...
#22 7.621 Selecting previously unselected package libxkbcommon0:amd64.
#22 7.631 Preparing to unpack .../025-libxkbcommon0_1.5.0-1_amd64.deb ...
#22 7.634 Unpacking libxkbcommon0:amd64 (1.5.0-1) ...
#22 7.688 Selecting previously unselected package libxrandr2:amd64.
#22 7.698 Preparing to unpack .../026-libxrandr2_2%3a1.5.2-2+b1_amd64.deb ...
#22 7.701 Unpacking libxrandr2:amd64 (2:1.5.2-2+b1) ...
#22 7.745 Selecting previously unselected package libgtk-3-common.
#22 7.754 Preparing to unpack .../027-libgtk-3-common_3.24.38-2~deb12u3_all.deb ...
#22 7.757 Unpacking libgtk-3-common (3.24.38-2~deb12u3) ...
#22 8.077 Selecting previously unselected package libgtk-3-0:amd64.
#22 8.086 Preparing to unpack .../028-libgtk-3-0_3.24.38-2~deb12u3_amd64.deb ...
#22 8.089 Unpacking libgtk-3-0:amd64 (3.24.38-2~deb12u3) ...
#22 8.309 Selecting previously unselected package libvte-2.91-common.
#22 8.317 Preparing to unpack .../029-libvte-2.91-common_0.70.6-2~deb12u1_amd64.deb ...
#22 8.320 Unpacking libvte-2.91-common (0.70.6-2~deb12u1) ...
#22 8.396 Selecting previously unselected package libvte-2.91-0:amd64.
#22 8.404 Preparing to unpack .../030-libvte-2.91-0_0.70.6-2~deb12u1_amd64.deb ...
#22 8.409 Unpacking libvte-2.91-0:amd64 (0.70.6-2~deb12u1) ...
#22 8.472 Selecting previously unselected package gnome-terminal.
#22 8.483 Preparing to unpack .../031-gnome-terminal_3.46.8-1_amd64.deb ...
#22 8.486 Unpacking gnome-terminal (3.46.8-1) ...
#22 8.565 Selecting previously unselected package libjs-mathjax.
#22 8.574 Preparing to unpack .../032-libjs-mathjax_2.7.9+dfsg-1_all.deb ...
#22 8.577 Unpacking libjs-mathjax (2.7.9+dfsg-1) ...
#22 9.228 Selecting previously unselected package liborc-0.4-0:amd64.
#22 9.239 Preparing to unpack .../033-liborc-0.4-0_1%3a0.4.33-2_amd64.deb ...
#22 9.242 Unpacking liborc-0.4-0:amd64 (1:0.4.33-2) ...
#22 9.303 Selecting previously unselected package libvolk2.5:amd64.
#22 9.312 Preparing to unpack .../034-libvolk2.5_2.5.2-3_amd64.deb ...
#22 9.318 Unpacking libvolk2.5:amd64 (2.5.2-3) ...
#22 9.389 Selecting previously unselected package libvolk2-bin.
#22 9.397 Preparing to unpack .../035-libvolk2-bin_2.5.2-3_amd64.deb ...
#22 9.400 Unpacking libvolk2-bin (2.5.2-3) ...
#22 9.456 Selecting previously unselected package python3-colorama.
#22 9.465 Preparing to unpack .../036-python3-colorama_0.4.6-2_all.deb ...
#22 9.468 Unpacking python3-colorama (0.4.6-2) ...
#22 9.514 Selecting previously unselected package python3-click.
#22 9.525 Preparing to unpack .../037-python3-click_8.1.3-2_all.deb ...
#22 9.531 Unpacking python3-click (8.1.3-2) ...
#22 9.581 Selecting previously unselected package python3-click-plugins.
#22 9.591 Preparing to unpack .../038-python3-click-plugins_1.1.1-4_all.deb ...
#22 9.594 Unpacking python3-click-plugins (1.1.1-4) ...
#22 9.639 Selecting previously unselected package python3-cairo:amd64.
#22 9.650 Preparing to unpack .../039-python3-cairo_1.20.1-5+b1_amd64.deb ...
#22 9.653 Unpacking python3-cairo:amd64 (1.20.1-5+b1) ...
#22 9.700 Selecting previously unselected package python3-gi-cairo.
#22 9.710 Preparing to unpack .../040-python3-gi-cairo_3.42.2-3+b1_amd64.deb ...
#22 9.713 Unpacking python3-gi-cairo (3.42.2-3+b1) ...
#22 9.756 Selecting previously unselected package python3-attr.
#22 9.765 Preparing to unpack .../041-python3-attr_22.2.0-1_all.deb ...
#22 9.769 Unpacking python3-attr (22.2.0-1) ...
#22 9.818 Selecting previously unselected package python3-pyrsistent:amd64.
#22 9.825 Preparing to unpack .../042-python3-pyrsistent_0.18.1-1+b3_amd64.deb ...
#22 9.828 Unpacking python3-pyrsistent:amd64 (0.18.1-1+b3) ...
#22 9.880 Selecting previously unselected package python3-jsonschema.
#22 9.889 Preparing to unpack .../043-python3-jsonschema_4.10.3-1_all.deb ...
#22 9.893 Unpacking python3-jsonschema (4.10.3-1) ...
#22 9.940 Selecting previously unselected package python3-lxml:amd64.
#22 9.951 Preparing to unpack .../044-python3-lxml_4.9.2-1+b1_amd64.deb ...
#22 9.954 Unpacking python3-lxml:amd64 (4.9.2-1+b1) ...
#22 10.08 Selecting previously unselected package libglvnd0:amd64.
#22 10.09 Preparing to unpack .../045-libglvnd0_1.6.0-1_amd64.deb ...
#22 10.10 Unpacking libglvnd0:amd64 (1.6.0-1) ...
#22 10.14 Selecting previously unselected package libdrm-common.
#22 10.15 Preparing to unpack .../046-libdrm-common_2.4.114-1_all.deb ...
#22 10.17 Unpacking libdrm-common (2.4.114-1) ...
#22 10.21 Selecting previously unselected package libdrm2:amd64.
#22 10.22 Preparing to unpack .../047-libdrm2_2.4.114-1+b1_amd64.deb ...
#22 10.23 Unpacking libdrm2:amd64 (2.4.114-1+b1) ...
#22 10.29 Selecting previously unselected package libglapi-mesa:amd64.
#22 10.30 Preparing to unpack .../048-libglapi-mesa_22.3.6-1+deb12u1_amd64.deb ...
#22 10.31 Unpacking libglapi-mesa:amd64 (22.3.6-1+deb12u1) ...
#22 10.38 Selecting previously unselected package libx11-xcb1:amd64.
#22 10.39 Preparing to unpack .../049-libx11-xcb1_2%3a1.8.4-2+deb12u2_amd64.deb ...
#22 10.40 Unpacking libx11-xcb1:amd64 (2:1.8.4-2+deb12u2) ...
#22 10.44 Selecting previously unselected package libxcb-dri2-0:amd64.
#22 10.46 Preparing to unpack .../050-libxcb-dri2-0_1.15-1_amd64.deb ...
#22 10.46 Unpacking libxcb-dri2-0:amd64 (1.15-1) ...
#22 10.52 Selecting previously unselected package libxcb-dri3-0:amd64.
#22 10.53 Preparing to unpack .../051-libxcb-dri3-0_1.15-1_amd64.deb ...
#22 10.53 Unpacking libxcb-dri3-0:amd64 (1.15-1) ...
#22 10.57 Selecting previously unselected package libxcb-glx0:amd64.
#22 10.59 Preparing to unpack .../052-libxcb-glx0_1.15-1_amd64.deb ...
#22 10.59 Unpacking libxcb-glx0:amd64 (1.15-1) ...
#22 10.64 Selecting previously unselected package libxcb-present0:amd64.
#22 10.65 Preparing to unpack .../053-libxcb-present0_1.15-1_amd64.deb ...
#22 10.66 Unpacking libxcb-present0:amd64 (1.15-1) ...
#22 10.70 Selecting previously unselected package libxcb-randr0:amd64.
#22 10.71 Preparing to unpack .../054-libxcb-randr0_1.15-1_amd64.deb ...
#22 10.72 Unpacking libxcb-randr0:amd64 (1.15-1) ...
#22 10.77 Selecting previously unselected package libxcb-sync1:amd64.
#22 10.78 Preparing to unpack .../055-libxcb-sync1_1.15-1_amd64.deb ...
#22 10.78 Unpacking libxcb-sync1:amd64 (1.15-1) ...
#22 10.83 Selecting previously unselected package libxcb-xfixes0:amd64.
#22 10.84 Preparing to unpack .../056-libxcb-xfixes0_1.15-1_amd64.deb ...
#22 10.85 Unpacking libxcb-xfixes0:amd64 (1.15-1) ...
#22 10.89 Selecting previously unselected package libxshmfence1:amd64.
#22 10.90 Preparing to unpack .../057-libxshmfence1_1.3-1_amd64.deb ...
#22 10.90 Unpacking libxshmfence1:amd64 (1.3-1) ...
#22 10.95 Selecting previously unselected package libxxf86vm1:amd64.
#22 10.96 Preparing to unpack .../058-libxxf86vm1_1%3a1.1.4-1+b2_amd64.deb ...
#22 10.96 Unpacking libxxf86vm1:amd64 (1:1.1.4-1+b2) ...
#22 11.00 Selecting previously unselected package libdrm-amdgpu1:amd64.
#22 11.01 Preparing to unpack .../059-libdrm-amdgpu1_2.4.114-1+b1_amd64.deb ...
#22 11.02 Unpacking libdrm-amdgpu1:amd64 (2.4.114-1+b1) ...
#22 11.06 Selecting previously unselected package libdrm-intel1:amd64.
#22 11.07 Preparing to unpack .../060-libdrm-intel1_2.4.114-1+b1_amd64.deb ...
#22 11.08 Unpacking libdrm-intel1:amd64 (2.4.114-1+b1) ...
#22 11.12 Selecting previously unselected package libdrm-nouveau2:amd64.
#22 11.13 Preparing to unpack .../061-libdrm-nouveau2_2.4.114-1+b1_amd64.deb ...
#22 11.14 Unpacking libdrm-nouveau2:amd64 (2.4.114-1+b1) ...
#22 11.19 Selecting previously unselected package libdrm-radeon1:amd64.
#22 11.20 Preparing to unpack .../062-libdrm-radeon1_2.4.114-1+b1_amd64.deb ...
#22 11.20 Unpacking libdrm-radeon1:amd64 (2.4.114-1+b1) ...
#22 11.24 Selecting previously unselected package libllvm15:amd64.
#22 11.26 Preparing to unpack .../063-libllvm15_1%3a15.0.6-4+b1_amd64.deb ...
#22 11.26 Unpacking libllvm15:amd64 (1:15.0.6-4+b1) ...
#22 12.06 Selecting previously unselected package libgl1-mesa-dri:amd64.
#22 12.07 Preparing to unpack .../064-libgl1-mesa-dri_22.3.6-1+deb12u1_amd64.deb ...
#22 12.08 Unpacking libgl1-mesa-dri:amd64 (22.3.6-1+deb12u1) ...
#22 12.53 Selecting previously unselected package libglx-mesa0:amd64.
#22 12.54 Preparing to unpack .../065-libglx-mesa0_22.3.6-1+deb12u1_amd64.deb ...
#22 12.55 Unpacking libglx-mesa0:amd64 (22.3.6-1+deb12u1) ...
#22 12.61 Selecting previously unselected package libglx0:amd64.
#22 12.62 Preparing to unpack .../066-libglx0_1.6.0-1_amd64.deb ...
#22 12.62 Unpacking libglx0:amd64 (1.6.0-1) ...
#22 12.67 Selecting previously unselected package libgl1:amd64.
#22 12.68 Preparing to unpack .../067-libgl1_1.6.0-1_amd64.deb ...
#22 12.68 Unpacking libgl1:amd64 (1.6.0-1) ...
#22 12.72 Selecting previously unselected package libgl1-mesa-glx:amd64.
#22 12.73 Preparing to unpack .../068-libgl1-mesa-glx_22.3.6-1+deb12u1_amd64.deb ...
#22 12.74 Unpacking libgl1-mesa-glx:amd64 (22.3.6-1+deb12u1) ...
#22 12.78 Selecting previously unselected package libopengl0:amd64.
#22 12.79 Preparing to unpack .../069-libopengl0_1.6.0-1_amd64.deb ...
#22 12.79 Unpacking libopengl0:amd64 (1.6.0-1) ...
#22 12.84 Selecting previously unselected package libglu1-mesa:amd64.
#22 12.85 Preparing to unpack .../070-libglu1-mesa_9.0.2-1.1_amd64.deb ...
#22 12.85 Unpacking libglu1-mesa:amd64 (9.0.2-1.1) ...
#22 12.92 Selecting previously unselected package python3-opengl.
#22 12.93 Preparing to unpack .../071-python3-opengl_3.1.6+dfsg-3_all.deb ...
#22 12.93 Unpacking python3-opengl (3.1.6+dfsg-3) ...
#22 13.32 Selecting previously unselected package python3-packaging.
#22 13.33 Preparing to unpack .../072-python3-packaging_23.0-1_all.deb ...
#22 13.34 Unpacking python3-packaging (23.0-1) ...
#22 13.38 Selecting previously unselected package python3-pygccxml.
#22 13.39 Preparing to unpack .../073-python3-pygccxml_2.2.1-1_all.deb ...
#22 13.39 Unpacking python3-pygccxml (2.2.1-1) ...
#22 13.44 Selecting previously unselected package python3-pyqt5.sip.
#22 13.46 Preparing to unpack .../074-python3-pyqt5.sip_12.11.1-1_amd64.deb ...
#22 13.46 Unpacking python3-pyqt5.sip (12.11.1-1) ...
#22 13.50 Selecting previously unselected package libdouble-conversion3:amd64.
#22 13.51 Preparing to unpack .../075-libdouble-conversion3_3.2.1-1_amd64.deb ...
#22 13.52 Unpacking libdouble-conversion3:amd64 (3.2.1-1) ...
#22 13.57 Selecting previously unselected package libqt5core5a:amd64.
#22 13.58 Preparing to unpack .../076-libqt5core5a_5.15.8+dfsg-11+deb12u2_amd64.deb ...
#22 13.59 Unpacking libqt5core5a:amd64 (5.15.8+dfsg-11+deb12u2) ...
#22 13.75 Selecting previously unselected package libqt5dbus5:amd64.
#22 13.76 Preparing to unpack .../077-libqt5dbus5_5.15.8+dfsg-11+deb12u2_amd64.deb ...
#22 13.76 Unpacking libqt5dbus5:amd64 (5.15.8+dfsg-11+deb12u2) ...
#22 13.82 Selecting previously unselected package libwayland-server0:amd64.
#22 13.83 Preparing to unpack .../078-libwayland-server0_1.21.0-1_amd64.deb ...
#22 13.84 Unpacking libwayland-server0:amd64 (1.21.0-1) ...
#22 13.88 Selecting previously unselected package libgbm1:amd64.
#22 13.90 Preparing to unpack .../079-libgbm1_22.3.6-1+deb12u1_amd64.deb ...
#22 13.90 Unpacking libgbm1:amd64 (22.3.6-1+deb12u1) ...
#22 13.95 Selecting previously unselected package libegl-mesa0:amd64.
#22 13.96 Preparing to unpack .../080-libegl-mesa0_22.3.6-1+deb12u1_amd64.deb ...
#22 13.96 Unpacking libegl-mesa0:amd64 (22.3.6-1+deb12u1) ...
#22 14.04 Selecting previously unselected package libegl1:amd64.
#22 14.05 Preparing to unpack .../081-libegl1_1.6.0-1_amd64.deb ...
#22 14.05 Unpacking libegl1:amd64 (1.6.0-1) ...
#22 14.10 Selecting previously unselected package libevdev2:amd64.
#22 14.11 Preparing to unpack .../082-libevdev2_1.13.0+dfsg-1_amd64.deb ...
#22 14.12 Unpacking libevdev2:amd64 (1.13.0+dfsg-1) ...
#22 14.17 Selecting previously unselected package libmtdev1:amd64.
#22 14.17 Preparing to unpack .../083-libmtdev1_1.1.6-1_amd64.deb ...
#22 14.18 Unpacking libmtdev1:amd64 (1.1.6-1) ...
#22 14.22 Selecting previously unselected package libgudev-1.0-0:amd64.
#22 14.23 Preparing to unpack .../084-libgudev-1.0-0_237-2_amd64.deb ...
#22 14.24 Unpacking libgudev-1.0-0:amd64 (237-2) ...
#22 14.27 Selecting previously unselected package libwacom-common.
#22 14.28 Preparing to unpack .../085-libwacom-common_2.6.0-1_all.deb ...
#22 14.28 Unpacking libwacom-common (2.6.0-1) ...
#22 14.38 Selecting previously unselected package libwacom9:amd64.
#22 14.39 Preparing to unpack .../086-libwacom9_2.6.0-1_amd64.deb ...
#22 14.39 Unpacking libwacom9:amd64 (2.6.0-1) ...
#22 14.43 Selecting previously unselected package libinput-bin.
#22 14.44 Preparing to unpack .../087-libinput-bin_1.22.1-1_amd64.deb ...
#22 14.45 Unpacking libinput-bin (1.22.1-1) ...
#22 14.49 Selecting previously unselected package libinput10:amd64.
#22 14.50 Preparing to unpack .../088-libinput10_1.22.1-1_amd64.deb ...
#22 14.50 Unpacking libinput10:amd64 (1.22.1-1) ...
#22 14.56 Selecting previously unselected package libmd4c0:amd64.
#22 14.57 Preparing to unpack .../089-libmd4c0_0.4.8-1_amd64.deb ...
#22 14.57 Unpacking libmd4c0:amd64 (0.4.8-1) ...
#22 14.62 Selecting previously unselected package libqt5network5:amd64.
#22 14.63 Preparing to unpack .../090-libqt5network5_5.15.8+dfsg-11+deb12u2_amd64.deb ...
#22 14.63 Unpacking libqt5network5:amd64 (5.15.8+dfsg-11+deb12u2) ...
#22 14.72 Selecting previously unselected package libxcb-icccm4:amd64.
#22 14.73 Preparing to unpack .../091-libxcb-icccm4_0.4.1-1.1_amd64.deb ...
#22 14.74 Unpacking libxcb-icccm4:amd64 (0.4.1-1.1) ...
#22 14.78 Selecting previously unselected package libxcb-util1:amd64.
#22 14.79 Preparing to unpack .../092-libxcb-util1_0.4.0-1+b1_amd64.deb ...
#22 14.80 Unpacking libxcb-util1:amd64 (0.4.0-1+b1) ...
#22 14.84 Selecting previously unselected package libxcb-image0:amd64.
#22 14.85 Preparing to unpack .../093-libxcb-image0_0.4.0-2_amd64.deb ...
#22 14.86 Unpacking libxcb-image0:amd64 (0.4.0-2) ...
#22 14.89 Selecting previously unselected package libxcb-keysyms1:amd64.
#22 14.90 Preparing to unpack .../094-libxcb-keysyms1_0.4.0-1+b2_amd64.deb ...
#22 14.91 Unpacking libxcb-keysyms1:amd64 (0.4.0-1+b2) ...
#22 14.95 Selecting previously unselected package libxcb-render-util0:amd64.
#22 14.96 Preparing to unpack .../095-libxcb-render-util0_0.3.9-1+b1_amd64.deb ...
#22 14.96 Unpacking libxcb-render-util0:amd64 (0.3.9-1+b1) ...
#22 15.01 Selecting previously unselected package libxcb-shape0:amd64.
#22 15.02 Preparing to unpack .../096-libxcb-shape0_1.15-1_amd64.deb ...
#22 15.02 Unpacking libxcb-shape0:amd64 (1.15-1) ...
#22 15.07 Selecting previously unselected package libxcb-xinerama0:amd64.
#22 15.08 Preparing to unpack .../097-libxcb-xinerama0_1.15-1_amd64.deb ...
#22 15.08 Unpacking libxcb-xinerama0:amd64 (1.15-1) ...
#22 15.13 Selecting previously unselected package libxcb-xinput0:amd64.
#22 15.14 Preparing to unpack .../098-libxcb-xinput0_1.15-1_amd64.deb ...
#22 15.14 Unpacking libxcb-xinput0:amd64 (1.15-1) ...
#22 15.20 Selecting previously unselected package libxcb-xkb1:amd64.
#22 15.21 Preparing to unpack .../099-libxcb-xkb1_1.15-1_amd64.deb ...
#22 15.21 Unpacking libxcb-xkb1:amd64 (1.15-1) ...
#22 15.26 Selecting previously unselected package libxkbcommon-x11-0:amd64.
#22 15.27 Preparing to unpack .../100-libxkbcommon-x11-0_1.5.0-1_amd64.deb ...
#22 15.27 Unpacking libxkbcommon-x11-0:amd64 (1.5.0-1) ...
#22 15.33 Selecting previously unselected package libqt5gui5:amd64.
#22 15.34 Preparing to unpack .../101-libqt5gui5_5.15.8+dfsg-11+deb12u2_amd64.deb ...
#22 15.35 Unpacking libqt5gui5:amd64 (5.15.8+dfsg-11+deb12u2) ...
#22 15.61 Selecting previously unselected package libqt5widgets5:amd64.
#22 15.62 Preparing to unpack .../102-libqt5widgets5_5.15.8+dfsg-11+deb12u2_amd64.deb ...
#22 15.63 Unpacking libqt5widgets5:amd64 (5.15.8+dfsg-11+deb12u2) ...
#22 15.82 Selecting previously unselected package libqt5xml5:amd64.
#22 15.83 Preparing to unpack .../103-libqt5xml5_5.15.8+dfsg-11+deb12u2_amd64.deb ...
#22 15.83 Unpacking libqt5xml5:amd64 (5.15.8+dfsg-11+deb12u2) ...
#22 15.88 Selecting previously unselected package libqt5designer5:amd64.
#22 15.89 Preparing to unpack .../104-libqt5designer5_5.15.8-2_amd64.deb ...
#22 15.90 Unpacking libqt5designer5:amd64 (5.15.8-2) ...
#22 16.07 Selecting previously unselected package libqt5sql5:amd64.
#22 16.08 Preparing to unpack .../105-libqt5sql5_5.15.8+dfsg-11+deb12u2_amd64.deb ...
#22 16.08 Unpacking libqt5sql5:amd64 (5.15.8+dfsg-11+deb12u2) ...
#22 16.14 Selecting previously unselected package libqt5help5:amd64.
#22 16.15 Preparing to unpack .../106-libqt5help5_5.15.8-2_amd64.deb ...
#22 16.16 Unpacking libqt5help5:amd64 (5.15.8-2) ...
#22 16.22 Selecting previously unselected package libqt5printsupport5:amd64.
#22 16.23 Preparing to unpack .../107-libqt5printsupport5_5.15.8+dfsg-11+deb12u2_amd64.deb ...
#22 16.23 Unpacking libqt5printsupport5:amd64 (5.15.8+dfsg-11+deb12u2) ...
#22 16.29 Selecting previously unselected package libqt5test5:amd64.
#22 16.30 Preparing to unpack .../108-libqt5test5_5.15.8+dfsg-11+deb12u2_amd64.deb ...
#22 16.31 Unpacking libqt5test5:amd64 (5.15.8+dfsg-11+deb12u2) ...
#22 16.36 Selecting previously unselected package python3-pyqt5.
#22 16.37 Preparing to unpack .../109-python3-pyqt5_5.15.9+dfsg-1_amd64.deb ...
#22 16.37 Unpacking python3-pyqt5 (5.15.9+dfsg-1) ...
#22 16.69 Selecting previously unselected package python3-pyqt6.sip.
#22 16.70 Preparing to unpack .../110-python3-pyqt6.sip_13.4.1-1_amd64.deb ...
#22 16.70 Unpacking python3-pyqt6.sip (13.4.1-1) ...
#22 16.75 Selecting previously unselected package libb2-1:amd64.
#22 16.76 Preparing to unpack .../111-libb2-1_0.98.1-1.1_amd64.deb ...
#22 16.76 Unpacking libb2-1:amd64 (0.98.1-1.1) ...
#22 16.81 Selecting previously unselected package libqt6core6:amd64.
#22 16.82 Preparing to unpack .../112-libqt6core6_6.4.2+dfsg-10_amd64.deb ...
#22 16.83 Unpacking libqt6core6:amd64 (6.4.2+dfsg-10) ...
#22 16.98 Selecting previously unselected package libqt6dbus6:amd64.
#22 16.99 Preparing to unpack .../113-libqt6dbus6_6.4.2+dfsg-10_amd64.deb ...
#22 16.99 Unpacking libqt6dbus6:amd64 (6.4.2+dfsg-10) ...
#22 17.05 Selecting previously unselected package libts0:amd64.
#22 17.07 Preparing to unpack .../114-libts0_1.22-1+b1_amd64.deb ...
#22 17.07 Unpacking libts0:amd64 (1.22-1+b1) ...
#22 17.13 Selecting previously unselected package libqt6gui6:amd64.
#22 17.14 Preparing to unpack .../115-libqt6gui6_6.4.2+dfsg-10_amd64.deb ...
#22 17.14 Unpacking libqt6gui6:amd64 (6.4.2+dfsg-10) ...
#22 17.38 Selecting previously unselected package libproxy1v5:amd64.
#22 17.39 Preparing to unpack .../116-libproxy1v5_0.4.18-1.2_amd64.deb ...
#22 17.40 Unpacking libproxy1v5:amd64 (0.4.18-1.2) ...
#22 17.45 Selecting previously unselected package libqt6network6:amd64.
#22 17.46 Preparing to unpack .../117-libqt6network6_6.4.2+dfsg-10_amd64.deb ...
#22 17.46 Unpacking libqt6network6:amd64 (6.4.2+dfsg-10) ...
#22 17.55 Selecting previously unselected package libqt6opengl6:amd64.
#22 17.56 Preparing to unpack .../118-libqt6opengl6_6.4.2+dfsg-10_amd64.deb ...
#22 17.56 Unpacking libqt6opengl6:amd64 (6.4.2+dfsg-10) ...
#22 17.64 Selecting previously unselected package libqt6widgets6:amd64.
#22 17.65 Preparing to unpack .../119-libqt6widgets6_6.4.2+dfsg-10_amd64.deb ...
#22 17.65 Unpacking libqt6widgets6:amd64 (6.4.2+dfsg-10) ...
#22 17.85 Selecting previously unselected package libqt6openglwidgets6:amd64.
#22 17.86 Preparing to unpack .../120-libqt6openglwidgets6_6.4.2+dfsg-10_amd64.deb ...
#22 17.86 Unpacking libqt6openglwidgets6:amd64 (6.4.2+dfsg-10) ...
#22 17.91 Selecting previously unselected package libqt6printsupport6:amd64.
#22 17.92 Preparing to unpack .../121-libqt6printsupport6_6.4.2+dfsg-10_amd64.deb ...
#22 17.93 Unpacking libqt6printsupport6:amd64 (6.4.2+dfsg-10) ...
#22 17.99 Selecting previously unselected package libqt6sql6:amd64.
#22 18.00 Preparing to unpack .../122-libqt6sql6_6.4.2+dfsg-10_amd64.deb ...
#22 18.00 Unpacking libqt6sql6:amd64 (6.4.2+dfsg-10) ...
#22 18.05 Selecting previously unselected package libqt6test6:amd64.
#22 18.06 Preparing to unpack .../123-libqt6test6_6.4.2+dfsg-10_amd64.deb ...
#22 18.07 Unpacking libqt6test6:amd64 (6.4.2+dfsg-10) ...
#22 18.13 Selecting previously unselected package libqt6xml6:amd64.
#22 18.14 Preparing to unpack .../124-libqt6xml6_6.4.2+dfsg-10_amd64.deb ...
#22 18.14 Unpacking libqt6xml6:amd64 (6.4.2+dfsg-10) ...
#22 18.19 Selecting previously unselected package python3-pyqt6.
#22 18.19 Preparing to unpack .../125-python3-pyqt6_6.4.2-1_amd64.deb ...
#22 18.20 Unpacking python3-pyqt6 (6.4.2-1) ...
#22 18.41 Selecting previously unselected package python3-decorator.
#22 18.42 Preparing to unpack .../126-python3-decorator_5.1.1-3_all.deb ...
#22 18.43 Unpacking python3-decorator (5.1.1-3) ...
#22 18.48 Selecting previously unselected package libopenblas0-pthread:amd64.
#22 18.49 Preparing to unpack .../127-libopenblas0-pthread_0.3.21+ds-4_amd64.deb ...
#22 18.49 Unpacking libopenblas0-pthread:amd64 (0.3.21+ds-4) ...
#22 18.87 Selecting previously unselected package libopenblas0:amd64.
#22 18.88 Preparing to unpack .../128-libopenblas0_0.3.21+ds-4_amd64.deb ...
#22 18.88 Unpacking libopenblas0:amd64 (0.3.21+ds-4) ...
#22 18.93 Selecting previously unselected package libopenblas-pthread-dev:amd64.
#22 18.94 Preparing to unpack .../129-libopenblas-pthread-dev_0.3.21+ds-4_amd64.deb ...
#22 18.94 Unpacking libopenblas-pthread-dev:amd64 (0.3.21+ds-4) ...
#22 19.24 Selecting previously unselected package libopenblas-dev:amd64.
#22 19.25 Preparing to unpack .../130-libopenblas-dev_0.3.21+ds-4_amd64.deb ...
#22 19.26 Unpacking libopenblas-dev:amd64 (0.3.21+ds-4) ...
#22 19.30 Selecting previously unselected package libpython3-all-dev:amd64.
#22 19.31 Preparing to unpack .../131-libpython3-all-dev_3.11.2-1+b1_amd64.deb ...
#22 19.32 Unpacking libpython3-all-dev:amd64 (3.11.2-1+b1) ...
#22 19.35 Selecting previously unselected package python3-all.
#22 19.36 Preparing to unpack .../132-python3-all_3.11.2-1+b1_amd64.deb ...
#22 19.37 Unpacking python3-all (3.11.2-1+b1) ...
#22 19.41 Selecting previously unselected package python3-all-dev.
#22 19.42 Preparing to unpack .../133-python3-all-dev_3.11.2-1+b1_amd64.deb ...
#22 19.42 Unpacking python3-all-dev (3.11.2-1+b1) ...
#22 19.46 Selecting previously unselected package libxsimd-dev:amd64.
#22 19.47 Preparing to unpack .../134-libxsimd-dev_8.1.0-7_amd64.deb ...
#22 19.47 Unpacking libxsimd-dev:amd64 (8.1.0-7) ...
#22 19.53 Selecting previously unselected package python3-gast.
#22 19.55 Preparing to unpack .../135-python3-gast_0.5.2-2_all.deb ...
#22 19.55 Unpacking python3-gast (0.5.2-2) ...
#22 19.60 Selecting previously unselected package python3-beniget.
#22 19.61 Preparing to unpack .../136-python3-beniget_0.4.1-3_all.deb ...
#22 19.61 Unpacking python3-beniget (0.4.1-3) ...
#22 19.65 Selecting previously unselected package python3-ply.
#22 19.66 Preparing to unpack .../137-python3-ply_3.11-5_all.deb ...
#22 19.67 Unpacking python3-ply (3.11-5) ...
#22 19.72 Selecting previously unselected package python3-pythran.
#22 19.73 Preparing to unpack .../138-python3-pythran_0.11.0+ds-7_amd64.deb ...
#22 19.74 Unpacking python3-pythran (0.11.0+ds-7) ...
#22 20.03 Selecting previously unselected package liblbfgsb0:amd64.
#22 20.04 Preparing to unpack .../139-liblbfgsb0_3.0+dfsg.4-1_amd64.deb ...
#22 20.04 Unpacking liblbfgsb0:amd64 (3.0+dfsg.4-1) ...
#22 20.09 Selecting previously unselected package python3-scipy.
#22 20.10 Preparing to unpack .../140-python3-scipy_1.10.1-2_amd64.deb ...
#22 20.11 Unpacking python3-scipy (1.10.1-2) ...
#22 20.75 Selecting previously unselected package pyqt5-dev-tools.
#22 20.76 Preparing to unpack .../141-pyqt5-dev-tools_5.15.9+dfsg-1_amd64.deb ...
#22 20.76 Unpacking pyqt5-dev-tools (5.15.9+dfsg-1) ...
#22 20.82 Selecting previously unselected package pyqt6-dev-tools.
#22 20.83 Preparing to unpack .../142-pyqt6-dev-tools_6.4.2-1_all.deb ...
#22 20.83 Unpacking pyqt6-dev-tools (6.4.2-1) ...
#22 20.88 Selecting previously unselected package qtchooser.
#22 20.89 Preparing to unpack .../143-qtchooser_66-2_amd64.deb ...
#22 20.89 Unpacking qtchooser (66-2) ...
#22 20.94 Selecting previously unselected package qtbase5-dev-tools.
#22 20.95 Preparing to unpack .../144-qtbase5-dev-tools_5.15.8+dfsg-11+deb12u2_amd64.deb ...
#22 20.95 Unpacking qtbase5-dev-tools (5.15.8+dfsg-11+deb12u2) ...
#22 21.05 Selecting previously unselected package qt6-base-dev-tools.
#22 21.06 Preparing to unpack .../145-qt6-base-dev-tools_6.4.2+dfsg-10_amd64.deb ...
#22 21.06 Unpacking qt6-base-dev-tools (6.4.2+dfsg-10) ...
#22 21.16 Selecting previously unselected package python3-pyqtgraph.
#22 21.17 Preparing to unpack .../146-python3-pyqtgraph_0.13.1-4_all.deb ...
#22 21.17 Unpacking python3-pyqtgraph (0.13.1-4) ...
#22 21.30 Selecting previously unselected package python3-contextlib2.
#22 21.31 Preparing to unpack .../147-python3-contextlib2_0.6.0.post1-3_all.deb ...
#22 21.31 Unpacking python3-contextlib2 (0.6.0.post1-3) ...
#22 21.36 Selecting previously unselected package python3-schema.
#22 21.37 Preparing to unpack .../148-python3-schema_0.7.5-1_all.deb ...
#22 21.37 Unpacking python3-schema (0.7.5-1) ...
#22 21.42 Selecting previously unselected package python3-sip.
#22 21.43 Preparing to unpack .../149-python3-sip_4.19.25+dfsg-5+b1_amd64.deb ...
#22 21.43 Unpacking python3-sip (4.19.25+dfsg-5+b1) ...
#22 21.49 Selecting previously unselected package python3-thrift.
#22 21.50 Preparing to unpack .../150-python3-thrift_0.17.0-2+b2_amd64.deb ...
#22 21.51 Unpacking python3-thrift (0.17.0-2+b2) ...
#22 21.55 Selecting previously unselected package python3-cffi-backend:amd64.
#22 21.56 Preparing to unpack .../151-python3-cffi-backend_1.15.1-5+b1_amd64.deb ...
#22 21.57 Unpacking python3-cffi-backend:amd64 (1.15.1-5+b1) ...
#22 21.63 Selecting previously unselected package python3-py.
#22 21.63 Preparing to unpack .../152-python3-py_1.11.0-1_all.deb ...
#22 21.64 Unpacking python3-py (1.11.0-1) ...
#22 21.69 Selecting previously unselected package python3-zmq.
#22 21.70 Preparing to unpack .../153-python3-zmq_24.0.1-4+b1_amd64.deb ...
#22 21.70 Unpacking python3-zmq (24.0.1-4+b1) ...
#22 21.77 Selecting previously unselected package libfmt9:amd64.
#22 21.78 Preparing to unpack .../154-libfmt9_9.1.0+ds1-2_amd64.deb ...
#22 21.79 Unpacking libfmt9:amd64 (9.1.0+ds1-2) ...
#22 21.85 Selecting previously unselected package libgnuradio-pmt3.10.5:amd64.
#22 21.86 Preparing to unpack .../155-libgnuradio-pmt3.10.5_3.10.5.1-3_amd64.deb ...
#22 21.86 Unpacking libgnuradio-pmt3.10.5:amd64 (3.10.5.1-3) ...
#22 21.92 Selecting previously unselected package libspdlog1.10:amd64.
#22 21.93 Preparing to unpack .../156-libspdlog1.10_1%3a1.10.0+ds-0.4_amd64.deb ...
#22 21.94 Unpacking libspdlog1.10:amd64 (1:1.10.0+ds-0.4) ...
#22 21.99 Selecting previously unselected package libthrift-0.17.0:amd64.
#22 22.00 Preparing to unpack .../157-libthrift-0.17.0_0.17.0-2+b2_amd64.deb ...
#22 22.00 Unpacking libthrift-0.17.0:amd64 (0.17.0-2+b2) ...
#22 22.07 Selecting previously unselected package libunwind8:amd64.
#22 22.08 Preparing to unpack .../158-libunwind8_1.6.2-3_amd64.deb ...
#22 22.09 Unpacking libunwind8:amd64 (1.6.2-3) ...
#22 22.14 Selecting previously unselected package libgnuradio-runtime3.10.5:amd64.
#22 22.15 Preparing to unpack .../159-libgnuradio-runtime3.10.5_3.10.5.1-3_amd64.deb ...
#22 22.16 Unpacking libgnuradio-runtime3.10.5:amd64 (3.10.5.1-3) ...
#22 22.24 Selecting previously unselected package libogg0:amd64.
#22 22.25 Preparing to unpack .../160-libogg0_1.3.5-3_amd64.deb ...
#22 22.25 Unpacking libogg0:amd64 (1.3.5-3) ...
#22 22.30 Selecting previously unselected package libflac12:amd64.
#22 22.31 Preparing to unpack .../161-libflac12_1.4.2+ds-2_amd64.deb ...
#22 22.32 Unpacking libflac12:amd64 (1.4.2+ds-2) ...
#22 22.38 Selecting previously unselected package libmp3lame0:amd64.
#22 22.39 Preparing to unpack .../162-libmp3lame0_3.100-6_amd64.deb ...
#22 22.40 Unpacking libmp3lame0:amd64 (3.100-6) ...
#22 22.46 Selecting previously unselected package libmpg123-0:amd64.
#22 22.47 Preparing to unpack .../163-libmpg123-0_1.31.2-1+deb12u1_amd64.deb ...
#22 22.47 Unpacking libmpg123-0:amd64 (1.31.2-1+deb12u1) ...
#22 22.53 Selecting previously unselected package libopus0:amd64.
#22 22.54 Preparing to unpack .../164-libopus0_1.3.1-3_amd64.deb ...
#22 22.56 Unpacking libopus0:amd64 (1.3.1-3) ...
#22 22.63 Selecting previously unselected package libvorbis0a:amd64.
#22 22.64 Preparing to unpack .../165-libvorbis0a_1.3.7-1_amd64.deb ...
#22 22.64 Unpacking libvorbis0a:amd64 (1.3.7-1) ...
#22 22.70 Selecting previously unselected package libvorbisenc2:amd64.
#22 22.71 Preparing to unpack .../166-libvorbisenc2_1.3.7-1_amd64.deb ...
#22 22.72 Unpacking libvorbisenc2:amd64 (1.3.7-1) ...
#22 22.77 Selecting previously unselected package libsndfile1:amd64.
#22 22.78 Preparing to unpack .../167-libsndfile1_1.2.0-1_amd64.deb ...
#22 22.78 Unpacking libsndfile1:amd64 (1.2.0-1) ...
#22 22.84 Selecting previously unselected package libgnuradio-blocks3.10.5:amd64.
#22 22.86 Preparing to unpack .../168-libgnuradio-blocks3.10.5_3.10.5.1-3_amd64.deb ...
#22 22.86 Unpacking libgnuradio-blocks3.10.5:amd64 (3.10.5.1-3) ...
#22 22.95 Selecting previously unselected package libgnuradio-fft3.10.5:amd64.
#22 22.96 Preparing to unpack .../169-libgnuradio-fft3.10.5_3.10.5.1-3_amd64.deb ...
#22 22.96 Unpacking libgnuradio-fft3.10.5:amd64 (3.10.5.1-3) ...
#22 23.01 Selecting previously unselected package libgnuradio-analog3.10.5:amd64.
#22 23.02 Preparing to unpack .../170-libgnuradio-analog3.10.5_3.10.5.1-3_amd64.deb ...
#22 23.03 Unpacking libgnuradio-analog3.10.5:amd64 (3.10.5.1-3) ...
#22 23.09 Selecting previously unselected package libsamplerate0:amd64.
#22 23.10 Preparing to unpack .../171-libsamplerate0_0.2.2-3_amd64.deb ...
#22 23.10 Unpacking libsamplerate0:amd64 (0.2.2-3) ...
#22 23.22 Selecting previously unselected package libjack-jackd2-0:amd64.
#22 23.23 Preparing to unpack .../172-libjack-jackd2-0_1.9.21~dfsg-3_amd64.deb ...
#22 23.23 Unpacking libjack-jackd2-0:amd64 (1.9.21~dfsg-3) ...
#22 23.30 Selecting previously unselected package libportaudio2:amd64.
#22 23.31 Preparing to unpack .../173-libportaudio2_19.6.0-1.2_amd64.deb ...
#22 23.31 Unpacking libportaudio2:amd64 (19.6.0-1.2) ...
#22 23.36 Selecting previously unselected package libgnuradio-audio3.10.5:amd64.
#22 23.38 Preparing to unpack .../174-libgnuradio-audio3.10.5_3.10.5.1-3_amd64.deb ...
#22 23.38 Unpacking libgnuradio-audio3.10.5:amd64 (3.10.5.1-3) ...
#22 23.44 Selecting previously unselected package libgnuradio-filter3.10.5:amd64.
#22 23.45 Preparing to unpack .../175-libgnuradio-filter3.10.5_3.10.5.1-3_amd64.deb ...
#22 23.45 Unpacking libgnuradio-filter3.10.5:amd64 (3.10.5.1-3) ...
#22 23.52 Selecting previously unselected package libgnuradio-channels3.10.5:amd64.
#22 23.53 Preparing to unpack .../176-libgnuradio-channels3.10.5_3.10.5.1-3_amd64.deb ...
#22 23.53 Unpacking libgnuradio-channels3.10.5:amd64 (3.10.5.1-3) ...
#22 23.59 Selecting previously unselected package libgnuradio-digital3.10.5:amd64.
#22 23.60 Preparing to unpack .../177-libgnuradio-digital3.10.5_3.10.5.1-3_amd64.deb ...
#22 23.60 Unpacking libgnuradio-digital3.10.5:amd64 (3.10.5.1-3) ...
#22 23.68 Selecting previously unselected package libgslcblas0:amd64.
#22 23.69 Preparing to unpack .../178-libgslcblas0_2.7.1+dfsg-5_amd64.deb ...
#22 23.69 Unpacking libgslcblas0:amd64 (2.7.1+dfsg-5) ...
#22 23.75 Selecting previously unselected package libgsl27:amd64.
#22 23.76 Preparing to unpack .../179-libgsl27_2.7.1+dfsg-5_amd64.deb ...
#22 23.77 Unpacking libgsl27:amd64 (2.7.1+dfsg-5) ...
#22 23.88 Selecting previously unselected package libgnuradio-fec3.10.5:amd64.
#22 23.89 Preparing to unpack .../180-libgnuradio-fec3.10.5_3.10.5.1-3_amd64.deb ...
#22 23.89 Unpacking libgnuradio-fec3.10.5:amd64 (3.10.5.1-3) ...
#22 23.95 Selecting previously unselected package libgnuradio-dtv3.10.5:amd64.
#22 23.96 Preparing to unpack .../181-libgnuradio-dtv3.10.5_3.10.5.1-3_amd64.deb ...
#22 23.97 Unpacking libgnuradio-dtv3.10.5:amd64 (3.10.5.1-3) ...
#22 24.03 Selecting previously unselected package libiio0:amd64.
#22 24.05 Preparing to unpack .../182-libiio0_0.24-4_amd64.deb ...
#22 24.05 Unpacking libiio0:amd64 (0.24-4) ...
#22 24.10 Selecting previously unselected package libad9361-0:amd64.
#22 24.11 Preparing to unpack .../183-libad9361-0_0.2-1_amd64.deb ...
#22 24.11 Unpacking libad9361-0:amd64 (0.2-1) ...
#22 24.16 Selecting previously unselected package libgnuradio-iio3.10.5:amd64.
#22 24.18 Preparing to unpack .../184-libgnuradio-iio3.10.5_3.10.5.1-3_amd64.deb ...
#22 24.18 Unpacking libgnuradio-iio3.10.5:amd64 (3.10.5.1-3) ...
#22 24.24 Selecting previously unselected package libgnuradio-network3.10.5:amd64.
#22 24.25 Preparing to unpack .../185-libgnuradio-network3.10.5_3.10.5.1-3_amd64.deb ...
#22 24.26 Unpacking libgnuradio-network3.10.5:amd64 (3.10.5.1-3) ...
#22 24.31 Selecting previously unselected package libgnuradio-pdu3.10.5:amd64.
#22 24.33 Preparing to unpack .../186-libgnuradio-pdu3.10.5_3.10.5.1-3_amd64.deb ...
#22 24.33 Unpacking libgnuradio-pdu3.10.5:amd64 (3.10.5.1-3) ...
#22 24.39 Selecting previously unselected package libqt5opengl5:amd64.
#22 24.40 Preparing to unpack .../187-libqt5opengl5_5.15.8+dfsg-11+deb12u2_amd64.deb ...
#22 24.40 Unpacking libqt5opengl5:amd64 (5.15.8+dfsg-11+deb12u2) ...
#22 24.46 Selecting previously unselected package libqt5svg5:amd64.
#22 24.47 Preparing to unpack .../188-libqt5svg5_5.15.8-3_amd64.deb ...
#22 24.47 Unpacking libqt5svg5:amd64 (5.15.8-3) ...
#22 24.52 Selecting previously unselected package libqwt-qt5-6.
#22 24.53 Preparing to unpack .../189-libqwt-qt5-6_6.1.4-2_amd64.deb ...
#22 24.54 Unpacking libqwt-qt5-6 (6.1.4-2) ...
#22 24.61 Selecting previously unselected package libgnuradio-qtgui3.10.5:amd64.
#22 24.62 Preparing to unpack .../190-libgnuradio-qtgui3.10.5_3.10.5.1-3_amd64.deb ...
#22 24.62 Unpacking libgnuradio-qtgui3.10.5:amd64 (3.10.5.1-3) ...
#22 24.70 Selecting previously unselected package libgnuradio-soapy3.10.5:amd64.
#22 24.71 Preparing to unpack .../191-libgnuradio-soapy3.10.5_3.10.5.1-3_amd64.deb ...
#22 24.71 Unpacking libgnuradio-soapy3.10.5:amd64 (3.10.5.1-3) ...
#22 24.77 Selecting previously unselected package libgnuradio-trellis3.10.5:amd64.
#22 24.78 Preparing to unpack .../192-libgnuradio-trellis3.10.5_3.10.5.1-3_amd64.deb ...
#22 24.79 Unpacking libgnuradio-trellis3.10.5:amd64 (3.10.5.1-3) ...
#22 24.85 Selecting previously unselected package libgnuradio-uhd3.10.5:amd64.
#22 24.86 Preparing to unpack .../193-libgnuradio-uhd3.10.5_3.10.5.1-3_amd64.deb ...
#22 24.86 Unpacking libgnuradio-uhd3.10.5:amd64 (3.10.5.1-3) ...
#22 24.92 Selecting previously unselected package libslang2:amd64.
#22 24.93 Preparing to unpack .../194-libslang2_2.3.3-3_amd64.deb ...
#22 24.93 Unpacking libslang2:amd64 (2.3.3-3) ...
#22 25.02 Selecting previously unselected package libcaca0:amd64.
#22 25.03 Preparing to unpack .../195-libcaca0_0.99.beta20-3_amd64.deb ...
#22 25.03 Unpacking libcaca0:amd64 (0.99.beta20-3) ...
#22 25.09 Selecting previously unselected package libasyncns0:amd64.
#22 25.10 Preparing to unpack .../196-libasyncns0_0.8-6+b3_amd64.deb ...
#22 25.10 Unpacking libasyncns0:amd64 (0.8-6+b3) ...
#22 25.16 Selecting previously unselected package libpulse0:amd64.
#22 25.17 Preparing to unpack .../197-libpulse0_16.1+dfsg1-2+b1_amd64.deb ...
#22 25.18 Unpacking libpulse0:amd64 (16.1+dfsg1-2+b1) ...
#22 25.25 Selecting previously unselected package libsdl1.2debian:amd64.
#22 25.27 Preparing to unpack .../198-libsdl1.2debian_1.2.15+dfsg2-8_amd64.deb ...
#22 25.27 Unpacking libsdl1.2debian:amd64 (1.2.15+dfsg2-8) ...
#22 25.33 Selecting previously unselected package libgnuradio-video-sdl3.10.5:amd64.
#22 25.34 Preparing to unpack .../199-libgnuradio-video-sdl3.10.5_3.10.5.1-3_amd64.deb ...
#22 25.34 Unpacking libgnuradio-video-sdl3.10.5:amd64 (3.10.5.1-3) ...
#22 25.39 Selecting previously unselected package libcodec2-1.0:amd64.
#22 25.41 Preparing to unpack .../200-libcodec2-1.0_1.0.5-1_amd64.deb ...
#22 25.41 Unpacking libcodec2-1.0:amd64 (1.0.5-1) ...
#22 25.97 Selecting previously unselected package libgnuradio-vocoder3.10.5:amd64.
#22 25.98 Preparing to unpack .../201-libgnuradio-vocoder3.10.5_3.10.5.1-3_amd64.deb ...
#22 25.98 Unpacking libgnuradio-vocoder3.10.5:amd64 (3.10.5.1-3) ...
#22 26.03 Selecting previously unselected package libgnuradio-wavelet3.10.5:amd64.
#22 26.05 Preparing to unpack .../202-libgnuradio-wavelet3.10.5_3.10.5.1-3_amd64.deb ...
#22 26.05 Unpacking libgnuradio-wavelet3.10.5:amd64 (3.10.5.1-3) ...
#22 26.10 Selecting previously unselected package libgnuradio-zeromq3.10.5:amd64.
#22 26.11 Preparing to unpack .../203-libgnuradio-zeromq3.10.5_3.10.5.1-3_amd64.deb ...
#22 26.11 Unpacking libgnuradio-zeromq3.10.5:amd64 (3.10.5.1-3) ...
#22 26.17 Selecting previously unselected package gnuradio.
#22 26.18 Preparing to unpack .../204-gnuradio_3.10.5.1-3_amd64.deb ...
#22 26.19 Unpacking gnuradio (3.10.5.1-3) ...
#22 26.59 Setting up libb2-1:amd64 (0.98.1-1.1) ...
#22 26.60 Setting up libxcb-dri3-0:amd64 (1.15-1) ...
#22 26.61 Setting up python3-attr (22.2.0-1) ...
#22 26.77 Setting up libwayland-server0:amd64 (1.21.0-1) ...
#22 26.78 Setting up gtk-update-icon-cache (3.24.38-2~deb12u3) ...
#22 26.79 Setting up libx11-xcb1:amd64 (2:1.8.4-2+deb12u2) ...
#22 26.84 Setting up libdouble-conversion3:amd64 (3.2.1-1) ...
#22 27.13 Setting up libproxy1v5:amd64 (0.4.18-1.2) ...
#22 27.48 Setting up fonts-mathjax (2.7.9+dfsg-1) ...
#22 27.49 Setting up libcodec2-1.0:amd64 (1.0.5-1) ...
#22 27.50 Setting up libxdamage1:amd64 (1:1.1.6-1) ...
#22 27.51 Setting up libopenblas0-pthread:amd64 (0.3.21+ds-4) ...
#22 27.52 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 27.53 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 27.53 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 27.54 Setting up libmpg123-0:amd64 (1.31.2-1+deb12u1) ...
#22 27.55 Setting up libxcb-xfixes0:amd64 (1.15-1) ...
#22 27.56 Setting up libogg0:amd64 (1.3.5-3) ...
#22 27.57 Setting up python3-cairo:amd64 (1.20.1-5+b1) ...
#22 27.70 Setting up hicolor-icon-theme (0.17-2) ...
#22 27.72 Setting up libjs-mathjax (2.7.9+dfsg-1) ...
#22 27.73 Setting up libxcb-xinput0:amd64 (1.15-1) ...
#22 27.74 Setting up python3-py (1.11.0-1) ...
#22 27.92 Setting up libvte-2.91-common (0.70.6-2~deb12u1) ...
#22 27.93 Setting up libgslcblas0:amd64 (2.7.1+dfsg-5) ...
#22 27.99 Setting up python3-colorama (0.4.6-2) ...
#22 28.11 Setting up libglvnd0:amd64 (1.6.0-1) ...
#22 28.12 Setting up libxcb-glx0:amd64 (1.15-1) ...
#22 28.13 Setting up python3-ply (3.11-5) ...
#22 28.28 Setting up libiio0:amd64 (0.24-4) ...
#22 28.29 Setting up libxcb-keysyms1:amd64 (0.4.0-1+b2) ...
#22 28.30 Setting up libxcb-shape0:amd64 (1.15-1) ...
#22 28.31 Setting up python3-gast (0.5.2-2) ...
#22 28.47 Setting up libgsl27:amd64 (2.7.1+dfsg-5) ...
#22 28.54 Setting up libxcb-render-util0:amd64 (0.3.9-1+b1) ...
#22 28.58 Setting up python3-all (3.11.2-1+b1) ...
#22 28.61 Setting up xkb-data (2.35.1-1) ...
#22 28.64 Setting up python3-contextlib2 (0.6.0.post1-3) ...
#22 28.81 Setting up libxcb-icccm4:amd64 (0.4.1-1.1) ...
#22 28.84 Setting up libatspi2.0-0:amd64 (2.46.0-5) ...
#22 28.88 Setting up python3-click (8.1.3-2) ...
#22 29.07 Setting up libqt6core6:amd64 (6.4.2+dfsg-10) ...
#22 29.12 Setting up libunwind8:amd64 (1.6.2-3) ...
#22 29.16 Setting up python3-thrift (0.17.0-2+b2) ...
#22 29.33 Setting up libts0:amd64 (1.22-1+b1) ...
#22 29.38 Setting up libcolord2:amd64 (1.4.6-2.2) ...
#22 29.43 Setting up gnome-terminal-data (3.46.8-1) ...
#22 29.47 Setting up libopengl0:amd64 (1.6.0-1) ...
#22 29.48 Setting up libxcb-util1:amd64 (0.4.0-1+b1) ...
#22 29.49 Setting up libxxf86vm1:amd64 (1:1.1.4-1+b2) ...
#22 29.50 Setting up libxcb-xkb1:amd64 (1.15-1) ...
#22 29.52 Setting up libxcb-image0:amd64 (0.4.0-2) ...
#22 29.53 Setting up libxcb-present0:amd64 (1.15-1) ...
#22 29.54 Setting up libdconf1:amd64 (0.40.0-4) ...
#22 29.55 Setting up python3-beniget (0.4.1-3) ...
#22 29.67 Setting up libxsimd-dev:amd64 (8.1.0-7) ...
#22 29.68 Setting up python3-decorator (5.1.1-3) ...
#22 29.81 Setting up python3-packaging (23.0-1) ...
#22 29.99 Setting up libxcb-xinerama0:amd64 (1.15-1) ...
#22 30.01 Setting up libflac12:amd64 (1.4.2+ds-2) ...
#22 30.02 Setting up libslang2:amd64 (2.3.3-3) ...
#22 30.03 Setting up libqt6xml6:amd64 (6.4.2+dfsg-10) ...
#22 30.04 Setting up adwaita-icon-theme (43-1) ...
#22 30.12 update-alternatives: using /usr/share/icons/Adwaita/cursor.theme to provide /usr/share/icons/default/index.theme (x-cursor-theme) in auto mode
#22 30.13 Setting up libqt6sql6:amd64 (6.4.2+dfsg-10) ...
#22 30.14 Setting up libepoxy0:amd64 (1.5.10-1) ...
#22 30.15 Setting up libxfixes3:amd64 (1:6.0.0-2) ...
#22 30.16 Setting up libxcb-sync1:amd64 (1.15-1) ...
#22 30.18 Setting up libpython3-all-dev:amd64 (3.11.2-1+b1) ...
#22 30.19 Setting up libopus0:amd64 (1.3.1-3) ...
#22 30.20 Setting up libxinerama1:amd64 (2:1.1.4-3) ...
#22 30.21 Setting up libvorbis0a:amd64 (1.3.7-1) ...
#22 30.22 Setting up castxml (0.5.1-1) ...
#22 30.23 Setting up libxrandr2:amd64 (2:1.5.2-2+b1) ...
#22 30.24 Setting up liborc-0.4-0:amd64 (1:0.4.33-2) ...
#22 30.25 Setting up python3-click-plugins (1.1.1-4) ...
#22 30.38 Setting up libqt5core5a:amd64 (5.15.8+dfsg-11+deb12u2) ...
#22 30.40 Setting up libglapi-mesa:amd64 (22.3.6-1+deb12u1) ...
#22 30.41 Setting up libmtdev1:amd64 (1.1.6-1) ...
#22 30.42 Setting up libfmt9:amd64 (9.1.0+ds1-2) ...
#22 30.43 Setting up libxcb-dri2-0:amd64 (1.15-1) ...
#22 30.47 Setting up python3-pyqt5.sip (12.11.1-1) ...
#22 30.51 Setting up python3-pyrsistent:amd64 (0.18.1-1+b3) ...
#22 30.71 Setting up libopenblas0:amd64 (0.3.21+ds-4) ...
#22 30.76 Setting up libasyncns0:amd64 (0.8-6+b3) ...
#22 30.80 Setting up libxshmfence1:amd64 (1.3-1) ...
#22 30.83 Setting up python3-lxml:amd64 (4.9.2-1+b1) ...
#22 31.10 Setting up at-spi2-common (2.46.0-5) ...
#22 31.14 Setting up libqt5dbus5:amd64 (5.15.8+dfsg-11+deb12u2) ...
#22 31.18 Setting up python3-schema (0.7.5-1) ...
#22 31.39 Setting up libxcb-randr0:amd64 (1.15-1) ...
#22 31.42 Setting up libllvm15:amd64 (1:15.0.6-4+b1) ...
#22 31.46 Setting up libmd4c0:amd64 (0.4.8-1) ...
#22 31.51 Setting up libatk1.0-0:amd64 (2.46.0-5) ...
#22 31.54 Setting up libglu1-mesa:amd64 (9.0.2-1.1) ...
#22 31.58 Setting up libwayland-egl1:amd64 (1.21.0-1) ...
#22 31.62 Setting up python3-pygccxml (2.2.1-1) ...
#22 31.83 Setting up python3-pyqt6.sip (13.4.1-1) ...
#22 31.87 Setting up libsamplerate0:amd64 (0.2.2-3) ...
#22 31.90 Setting up libqt5test5:amd64 (5.15.8+dfsg-11+deb12u2) ...
#22 31.94 Setting up python3-gi-cairo (3.42.2-3+b1) ...
#22 31.98 Setting up libdrm-common (2.4.114-1) ...
#22 32.01 Setting up libxcomposite1:amd64 (1:0.4.5-1) ...
#22 32.05 Setting up libevdev2:amd64 (1.13.0+dfsg-1) ...
#22 32.08 Setting up libgudev-1.0-0:amd64 (237-2) ...
#22 32.12 Setting up qtchooser (66-2) ...
#22 32.16 Setting up libmp3lame0:amd64 (3.100-6) ...
#22 32.20 Setting up python3-cffi-backend:amd64 (1.15.1-5+b1) ...
#22 32.24 Setting up libvorbisenc2:amd64 (1.3.7-1) ...
#22 32.27 Setting up libqt6dbus6:amd64 (6.4.2+dfsg-10) ...
#22 32.30 Setting up liblbfgsb0:amd64 (3.0+dfsg.4-1) ...
#22 32.34 Setting up libwacom-common (2.6.0-1) ...
#22 32.37 Setting up python3-sip (4.19.25+dfsg-5+b1) ...
#22 32.55 Setting up libxkbcommon0:amd64 (1.5.0-1) ...
#22 32.59 Setting up libwayland-client0:amd64 (1.21.0-1) ...
#22 32.62 Setting up libspdlog1.10:amd64 (1:1.10.0+ds-0.4) ...
#22 32.67 Setting up libopenblas-pthread-dev:amd64 (0.3.21+ds-4) ...
#22 32.70 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.71 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.72 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.74 Setting up python3-all-dev (3.11.2-1+b1) ...
#22 32.78 Setting up libqt6test6:amd64 (6.4.2+dfsg-10) ...
#22 32.82 Setting up libad9361-0:amd64 (0.2-1) ...
#22 32.85 Setting up libcaca0:amd64 (0.99.beta20-3) ...
#22 32.90 Setting up qt6-base-dev-tools (6.4.2+dfsg-10) ...
#22 32.94 Setting up libwacom9:amd64 (2.6.0-1) ...
#22 32.98 Setting up libxcursor1:amd64 (1:1.2.1-1) ...
#22 33.03 Setting up dconf-service (0.40.0-4) ...
#22 33.08 Setting up libqt5network5:amd64 (5.15.8+dfsg-11+deb12u2) ...
#22 33.11 Setting up libinput-bin (1.22.1-1) ...
#22 33.17 Setting up libqt5sql5:amd64 (5.15.8+dfsg-11+deb12u2) ...
#22 33.21 Setting up libatk-bridge2.0-0:amd64 (2.46.0-5) ...
#22 33.22 Setting up qtbase5-dev-tools (5.15.8+dfsg-11+deb12u2) ...
#22 33.23 Setting up libopenblas-dev:amd64 (0.3.21+ds-4) ...
#22 33.24 Setting up libqt5xml5:amd64 (5.15.8+dfsg-11+deb12u2) ...
#22 33.27 Setting up python3-jsonschema (4.10.3-1) ...
#22 33.46 Setting up python3-zmq (24.0.1-4+b1) ...
#22 33.71 Setting up libxkbcommon-x11-0:amd64 (1.5.0-1) ...
#22 33.74 Setting up libvolk2.5:amd64 (2.5.2-3) ...
#22 33.77 Setting up libjack-jackd2-0:amd64 (1.9.21~dfsg-3) ...
#22 33.81 Setting up libdrm2:amd64 (2.4.114-1+b1) ...
#22 33.84 Setting up python3-pythran (0.11.0+ds-7) ...
#22 34.16 Setting up libwayland-cursor0:amd64 (1.21.0-1) ...
#22 34.19 Setting up libqt6network6:amd64 (6.4.2+dfsg-10) ...
#22 34.23 Setting up libgnuradio-pmt3.10.5:amd64 (3.10.5.1-3) ...
#22 34.28 Setting up libsndfile1:amd64 (1.2.0-1) ...
#22 34.31 Setting up libdrm-amdgpu1:amd64 (2.4.114-1+b1) ...
#22 34.35 Setting up libinput10:amd64 (1.22.1-1) ...
#22 34.38 Setting up libportaudio2:amd64 (19.6.0-1.2) ...
#22 34.42 Setting up libdrm-nouveau2:amd64 (2.4.114-1+b1) ...
#22 34.46 Setting up python3-scipy (1.10.1-2) ...
#22 36.37 Setting up libvolk2-bin (2.5.2-3) ...
#22 36.53 Setting up dconf-gsettings-backend:amd64 (0.40.0-4) ...
#22 36.57 Setting up libgbm1:amd64 (22.3.6-1+deb12u1) ...
#22 36.60 Setting up libpulse0:amd64 (16.1+dfsg1-2+b1) ...
#22 36.66 Setting up libdrm-radeon1:amd64 (2.4.114-1+b1) ...
#22 36.70 Setting up libdrm-intel1:amd64 (2.4.114-1+b1) ...
#22 36.73 Setting up libgl1-mesa-dri:amd64 (22.3.6-1+deb12u1) ...
#22 36.77 Setting up libthrift-0.17.0:amd64 (0.17.0-2+b2) ...
#22 36.81 Setting up libegl-mesa0:amd64 (22.3.6-1+deb12u1) ...
#22 36.84 Setting up libsdl1.2debian:amd64 (1.2.15+dfsg2-8) ...
#22 36.88 Setting up libegl1:amd64 (1.6.0-1) ...
#22 36.92 Setting up libgnuradio-runtime3.10.5:amd64 (3.10.5.1-3) ...
#22 36.95 Setting up libgtk-3-common (3.24.38-2~deb12u3) ...
#22 37.00 Setting up gsettings-desktop-schemas (43.0-1) ...
#22 37.03 Setting up libgnuradio-blocks3.10.5:amd64 (3.10.5.1-3) ...
#22 37.07 Setting up libgnuradio-trellis3.10.5:amd64 (3.10.5.1-3) ...
#22 37.09 Setting up libglx-mesa0:amd64 (22.3.6-1+deb12u1) ...
#22 37.10 Setting up libgnuradio-vocoder3.10.5:amd64 (3.10.5.1-3) ...
#22 37.13 Setting up libgnuradio-iio3.10.5:amd64 (3.10.5.1-3) ...
#22 37.17 Setting up libglx0:amd64 (1.6.0-1) ...
#22 37.20 Setting up libgnuradio-fec3.10.5:amd64 (3.10.5.1-3) ...
#22 37.23 Setting up libgnuradio-pdu3.10.5:amd64 (3.10.5.1-3) ...
#22 37.31 Setting up libgnuradio-uhd3.10.5:amd64 (3.10.5.1-3) ...
#22 37.35 Setting up libgnuradio-network3.10.5:amd64 (3.10.5.1-3) ...
#22 37.39 Setting up libgnuradio-video-sdl3.10.5:amd64 (3.10.5.1-3) ...
#22 37.43 Setting up libgl1:amd64 (1.6.0-1) ...
#22 37.46 Setting up libqt6gui6:amd64 (6.4.2+dfsg-10) ...
#22 37.49 Setting up libgnuradio-fft3.10.5:amd64 (3.10.5.1-3) ...
#22 37.55 Setting up libgnuradio-filter3.10.5:amd64 (3.10.5.1-3) ...
#22 37.59 Setting up libgnuradio-soapy3.10.5:amd64 (3.10.5.1-3) ...
#22 37.62 Setting up libgnuradio-wavelet3.10.5:amd64 (3.10.5.1-3) ...
#22 37.66 Setting up libgl1-mesa-glx:amd64 (22.3.6-1+deb12u1) ...
#22 37.69 Setting up libgnuradio-audio3.10.5:amd64 (3.10.5.1-3) ...
#22 37.73 Setting up libgnuradio-zeromq3.10.5:amd64 (3.10.5.1-3) ...
#22 37.76 Setting up libgnuradio-dtv3.10.5:amd64 (3.10.5.1-3) ...
#22 37.80 Setting up libqt5gui5:amd64 (5.15.8+dfsg-11+deb12u2) ...
#22 37.83 Setting up libqt6opengl6:amd64 (6.4.2+dfsg-10) ...
#22 37.87 Setting up libgnuradio-analog3.10.5:amd64 (3.10.5.1-3) ...
#22 37.91 Setting up libqt5widgets5:amd64 (5.15.8+dfsg-11+deb12u2) ...
#22 37.95 Setting up python3-opengl (3.1.6+dfsg-3) ...
#22 39.10 Setting up libqt5help5:amd64 (5.15.8-2) ...
#22 39.11 Setting up libgnuradio-digital3.10.5:amd64 (3.10.5.1-3) ...
#22 39.12 Setting up libqt6widgets6:amd64 (6.4.2+dfsg-10) ...
#22 39.13 Setting up libqt5printsupport5:amd64 (5.15.8+dfsg-11+deb12u2) ...
#22 39.14 Setting up libqt5opengl5:amd64 (5.15.8+dfsg-11+deb12u2) ...
#22 39.15 Setting up libqt6openglwidgets6:amd64 (6.4.2+dfsg-10) ...
#22 39.16 Setting up libgnuradio-channels3.10.5:amd64 (3.10.5.1-3) ...
#22 39.17 Setting up libqt6printsupport6:amd64 (6.4.2+dfsg-10) ...
#22 39.18 Setting up libqt5designer5:amd64 (5.15.8-2) ...
#22 39.20 Setting up python3-pyqt6 (6.4.2-1) ...
#22 39.32 Setting up pyqt6-dev-tools (6.4.2-1) ...
#22 39.46 Setting up libqt5svg5:amd64 (5.15.8-3) ...
#22 39.47 Setting up libqwt-qt5-6 (6.1.4-2) ...
#22 39.48 Setting up libgnuradio-qtgui3.10.5:amd64 (3.10.5.1-3) ...
#22 39.49 Setting up python3-pyqt5 (5.15.9+dfsg-1) ...
#22 39.63 Setting up pyqt5-dev-tools (5.15.9+dfsg-1) ...
#22 39.76 Setting up python3-pyqtgraph (0.13.1-4) ...
#22 40.27 Processing triggers for libc-bin (2.36-9+deb12u9) ...
#22 40.34 Processing triggers for man-db (2.11.2-2) ...
#22 40.38 Processing triggers for shared-mime-info (2.2-1) ...
#22 43.17 Processing triggers for mailcap (3.70+nmu1) ...
#22 43.20 Processing triggers for fontconfig (2.14.1-4) ...
#22 43.43 Processing triggers for libglib2.0-0:amd64 (2.74.6-2+deb12u4) ...
#22 43.46 Setting up libgtk-3-0:amd64 (3.24.38-2~deb12u3) ...
#22 43.50 Setting up libvte-2.91-0:amd64 (0.70.6-2~deb12u1) ...
#22 43.51 Setting up gnome-terminal (3.46.8-1) ...
#22 43.52 update-alternatives: using /usr/bin/gnome-terminal.wrapper to provide /usr/bin/x-terminal-emulator (x-terminal-emulator) in auto mode
#22 43.52 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 43.53 Setting up gnuradio (3.10.5.1-3) ...
#22 44.05 Processing triggers for libc-bin (2.36-9+deb12u9) ...
#22 DONE 44.4s

#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.320 + mkdir -p /tmp/mongodb
#23 0.321 + cd /tmp/mongodb
#23 0.321 + wget https://pgp.mongodb.com/server-5.0.asc -O /mongodb.key
#23 0.327 --2024-12-29 22:49:25--  https://pgp.mongodb.com/server-5.0.asc
#23 0.336 Resolving pgp.mongodb.com (pgp.mongodb.com)... 13.32.121.128, 13.32.121.120, 13.32.121.11, ...
#23 0.337 Connecting to pgp.mongodb.com (pgp.mongodb.com)|13.32.121.128|:443... connected.
#23 0.362 HTTP request sent, awaiting response... 200 OK
#23 0.661 Length: 1656 (1.6K) [binary/octet-stream]
#23 0.661 Saving to: ‘/mongodb.key’
#23 0.661 
#23 0.661      0K .                                                     100% 89.9M=0s
#23 0.661 
#23 0.661 2024-12-29 22:49:26 (89.9 MB/s) - ‘/mongodb.key’ saved [1656/1656]
#23 0.661 
#23 0.662 + wget http://security.debian.org/debian-security/pool/updates/main/o/openssl/libssl1.1_1.1.1n-0+deb10u6_amd64.deb
#23 0.665 --2024-12-29 22:49:26--  http://security.debian.org/debian-security/pool/updates/main/o/openssl/libssl1.1_1.1.1n-0+deb10u6_amd64.deb
#23 0.666 Resolving security.debian.org (security.debian.org)... 151.101.130.132, 151.101.194.132, 151.101.2.132, ...
#23 0.666 Connecting to security.debian.org (security.debian.org)|151.101.130.132|:80... connected.
#23 0.671 HTTP request sent, awaiting response... 200 OK
#23 0.678 Length: 1552428 (1.5M) [application/vnd.debian.binary-package]
#23 0.678 Saving to: ‘libssl1.1_1.1.1n-0+deb10u6_amd64.deb’
#23 0.678 
#23 0.678      0K .......... .......... .......... .......... ..........  3% 8.76M 0s
#23 0.684     50K .......... .......... .......... .......... ..........  6% 30.3M 0s
#23 0.687    100K .......... .......... .......... .......... ..........  9% 12.5M 0s
#23 0.689    150K .......... .......... .......... .......... .......... 13% 42.1M 0s
#23 0.690    200K .......... .......... .......... .......... .......... 16% 14.7M 0s
#23 0.694    250K .......... .......... .......... .......... .......... 19% 73.7M 0s
#23 0.694    300K .......... .......... .......... .......... .......... 23%  126M 0s
#23 0.695    350K .......... .......... .......... .......... .......... 26% 62.7M 0s
#23 0.696    400K .......... .......... .......... .......... .......... 29%  112M 0s
#23 0.696    450K .......... .......... .......... .......... .......... 32% 34.2M 0s
#23 0.697    500K .......... .......... .......... .......... .......... 36% 28.9M 0s
#23 0.699    550K .......... .......... .......... .......... .......... 39%  115M 0s
#23 0.699    600K .......... .......... .......... .......... .......... 42%  120M 0s
#23 0.700    650K .......... .......... .......... .......... .......... 46% 97.5M 0s
#23 0.700    700K .......... .......... .......... .......... .......... 49%  119M 0s
#23 0.701    750K .......... .......... .......... .......... .......... 52%  117M 0s
#23 0.701    800K .......... .......... .......... .......... .......... 56%  100M 0s
#23 0.702    850K .......... .......... .......... .......... .......... 59%  124M 0s
#23 0.702    900K .......... .......... .......... .......... .......... 62%  118M 0s
#23 0.702    950K .......... .......... .......... .......... .......... 65%  101M 0s
#23 0.703   1000K .......... .......... .......... .......... .......... 69%  106M 0s
#23 0.703   1050K .......... .......... .......... .......... .......... 72%  122M 0s
#23 0.704   1100K .......... .......... .......... .......... .......... 75% 85.9M 0s
#23 0.704   1150K .......... .......... .......... .......... .......... 79%  105M 0s
#23 0.705   1200K .......... .......... .......... .......... .......... 82%  131M 0s
#23 0.705   1250K .......... .......... .......... .......... .......... 85%  117M 0s
#23 0.706   1300K .......... .......... .......... .......... .......... 89%  112M 0s
#23 0.706   1350K .......... .......... .......... .......... .......... 92%  101M 0s
#23 0.707   1400K .......... .......... .......... .......... .......... 95%  122M 0s
#23 0.707   1450K .......... .......... .......... .......... .......... 98%  131M 0s
#23 0.707   1500K .......... ......                                     100% 95.4M=0.03s
#23 0.708 
#23 0.708 2024-12-29 22:49:26 (50.3 MB/s) - ‘libssl1.1_1.1.1n-0+deb10u6_amd64.deb’ saved [1552428/1552428]
#23 0.708 
#23 0.708 + dpkg -i libssl1.1_1.1.1n-0+deb10u6_amd64.deb
#23 0.750 Selecting previously unselected package libssl1.1:amd64.
#23 0.814 (Reading database ... 147349 files and directories currently installed.)
#23 0.818 Preparing to unpack libssl1.1_1.1.1n-0+deb10u6_amd64.deb ...
#23 0.826 Unpacking libssl1.1:amd64 (1.1.1n-0+deb10u6) ...
#23 0.933 Setting up libssl1.1:amd64 (1.1.1n-0+deb10u6) ...
#23 1.022 debconf: unable to initialize frontend: Dialog
#23 1.022 debconf: (TERM is not set, so the dialog frontend is not usable.)
#23 1.022 debconf: falling back to frontend: Readline
#23 1.028 debconf: unable to initialize frontend: Readline
#23 1.028 debconf: (This frontend requires a controlling tty.)
#23 1.028 debconf: falling back to frontend: Teletype
#23 1.058 Processing triggers for libc-bin (2.36-9+deb12u9) ...
#23 1.138 + echo deb [signed-by=/mongodb.key] http://repo.mongodb.org/apt/debian bullseye/mongodb-org/5.0 main
#23 1.138 + apt-get update
#23 1.196 Hit:1 http://deb.debian.org/debian bookworm InRelease
#23 1.196 Hit:2 http://deb.debian.org/debian bookworm-updates InRelease
#23 1.196 Hit:3 http://deb.debian.org/debian-security bookworm-security InRelease
#23 1.220 Hit:4 https://downloads.osmocom.org/packages/osmocom:/nightly/Debian_12 ./ InRelease
#23 1.389 Get:5 http://repo.mongodb.org/apt/debian bullseye/mongodb-org/5.0 InRelease [2,951 B]
#23 1.786 Get:6 http://repo.mongodb.org/apt/debian bullseye/mongodb-org/5.0/main amd64 Packages [85.9 kB]
#23 1.993 Fetched 88.9 kB in 1s (107 kB/s)
#23 1.993 Reading package lists...
#23 2.657 + apt-get install -y mongodb-org
#23 2.664 Reading package lists...
#23 3.369 Building dependency tree...
#23 3.616 Reading state information...
#23 3.773 The following additional packages will be installed:
#23 3.773   mongodb-database-tools mongodb-mongosh mongodb-org-database
#23 3.773   mongodb-org-database-tools-extra mongodb-org-mongos mongodb-org-server
#23 3.773   mongodb-org-shell mongodb-org-tools
#23 3.793 The following NEW packages will be installed:
#23 3.793   mongodb-database-tools mongodb-mongosh mongodb-org mongodb-org-database
#23 3.793   mongodb-org-database-tools-extra mongodb-org-mongos mongodb-org-server
#23 3.793   mongodb-org-shell mongodb-org-tools
#23 4.027 0 upgraded, 9 newly installed, 0 to remove and 2 not upgraded.
#23 4.027 Need to get 161 MB of archives.
#23 4.027 After this operation, 516 MB of additional disk space will be used.
#23 4.027 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.603 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.117 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.402 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.762 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 6.176 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.293 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.499 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.718 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.870 debconf: delaying package configuration, since apt-utils is not installed
#23 6.913 Fetched 161 MB in 3s (55.2 MB/s)
#23 6.946 Selecting previously unselected package mongodb-database-tools.
#23 6.946 (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 7.001 Preparing to unpack .../0-mongodb-database-tools_100.10.0_amd64.deb ...
#23 7.004 Unpacking mongodb-database-tools (100.10.0) ...
#23 7.770 Selecting previously unselected package mongodb-mongosh.
#23 7.777 Preparing to unpack .../1-mongodb-mongosh_2.3.7_amd64.deb ...
#23 7.780 Unpacking mongodb-mongosh (2.3.7) ...
#23 9.165 Selecting previously unselected package mongodb-org-shell.
#23 9.177 Preparing to unpack .../2-mongodb-org-shell_5.0.30_amd64.deb ...
#23 9.180 Unpacking mongodb-org-shell (5.0.30) ...
#23 9.807 Selecting previously unselected package mongodb-org-server.
#23 9.818 Preparing to unpack .../3-mongodb-org-server_5.0.30_amd64.deb ...
#23 9.822 Unpacking mongodb-org-server (5.0.30) ...
#23 10.58 Selecting previously unselected package mongodb-org-mongos.
#23 10.59 Preparing to unpack .../4-mongodb-org-mongos_5.0.30_amd64.deb ...
#23 10.59 Unpacking mongodb-org-mongos (5.0.30) ...
#23 11.22 Selecting previously unselected package mongodb-org-database-tools-extra.
#23 11.23 Preparing to unpack .../5-mongodb-org-database-tools-extra_5.0.30_amd64.deb ...
#23 11.24 Unpacking mongodb-org-database-tools-extra (5.0.30) ...
#23 11.28 Selecting previously unselected package mongodb-org-database.
#23 11.29 Preparing to unpack .../6-mongodb-org-database_5.0.30_amd64.deb ...
#23 11.30 Unpacking mongodb-org-database (5.0.30) ...
#23 11.34 Selecting previously unselected package mongodb-org-tools.
#23 11.35 Preparing to unpack .../7-mongodb-org-tools_5.0.30_amd64.deb ...
#23 11.36 Unpacking mongodb-org-tools (5.0.30) ...
#23 11.40 Selecting previously unselected package mongodb-org.
#23 11.41 Preparing to unpack .../8-mongodb-org_5.0.30_amd64.deb ...
#23 11.41 Unpacking mongodb-org (5.0.30) ...
#23 11.49 Setting up mongodb-mongosh (2.3.7) ...
#23 11.50 Setting up mongodb-org-server (5.0.30) ...
#23 11.55 Adding system user `mongodb' (UID 104) ...
#23 11.55 Adding new user `mongodb' (UID 104) with group `nogroup' ...
#23 11.58 Not creating `/nonexistent'.
#23 11.61 Adding group `mongodb' (GID 106) ...
#23 11.63 Done.
#23 11.66 Adding user `mongodb' to group `mongodb' ...
#23 11.68 Done.
#23 11.69 System has not been booted with systemd as init system (PID 1). Can't operate.

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

#23 11.69 Setting up mongodb-org-shell (5.0.30) ...
#23 11.70 Setting up mongodb-database-tools (100.10.0) ...
#23 11.71 Setting up mongodb-org-mongos (5.0.30) ...
#23 11.73 Setting up mongodb-org-database-tools-extra (5.0.30) ...
#23 11.74 Setting up mongodb-org-database (5.0.30) ...
#23 11.74 Setting up mongodb-org-tools (5.0.30) ...
#23 11.75 Setting up mongodb-org (5.0.30) ...
#23 11.77 Processing triggers for man-db (2.11.2-2) ...
#23 11.84 + apt-get clean
#23 11.85 + cd /
#23 11.85 + rm -rf /tmp/mongodb
#23 11.85 + rm /etc/apt/sources.list.d/mongodb-org.list
#23 11.85 + sed -i s/127.0.0.1/172.18.50.2/g /etc/mongod.conf
#23 DONE 12.3s

#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.332 Hit:1 http://deb.debian.org/debian bookworm InRelease
#24 0.332 Hit:2 http://deb.debian.org/debian bookworm-updates InRelease
#24 0.332 Hit:3 http://deb.debian.org/debian-security bookworm-security InRelease
#24 0.332 Hit:4 https://downloads.osmocom.org/packages/osmocom:/nightly/Debian_12 ./ InRelease
#24 0.604 Reading package lists...
#24 1.017 Reading package lists...
#24 1.421 Building dependency tree...
#24 1.520 Reading state information...
#24 1.617 python3-pip is already the newest version (23.0.1+dfsg-1).
#24 1.617 python3-setuptools is already the newest version (66.1.1-1).
#24 1.617 python3-wheel is already the newest version (0.38.4-2).
#24 1.617 build-essential is already the newest version (12.9).
#24 1.617 flex is already the newest version (2.6.4-8.2).
#24 1.617 bison is already the newest version (2:3.8.2+dfsg-1+b1).
#24 1.617 git is already the newest version (1:2.39.5-0+deb12u1).
#24 1.617 libsctp-dev is already the newest version (1.0.19+dfsg-2).
#24 1.617 libgnutls28-dev is already the newest version (3.7.9-2+deb12u3).
#24 1.617 libssl-dev is already the newest version (3.0.15-1~deb12u1).
#24 1.617 libmicrohttpd-dev is already the newest version (0.9.75-6).
#24 1.617 libmicrohttpd-dev set to manually installed.
#24 1.617 libcurl4-gnutls-dev is already the newest version (7.88.1-10+deb12u8).
#24 1.617 libcurl4-gnutls-dev set to manually installed.
#24 1.617 The following additional packages will be installed:
#24 1.617   libbson-1.0-0 libgpg-error-dev libidn-dev libintelrdfpmath-dev
#24 1.617   libmongoc-1.0-0 libmongocrypt-dev libmongocrypt0 libsasl2-dev libsnappy-dev
#24 1.617   libsnappy1v5 libzstd-dev
#24 1.618 Suggested packages:
#24 1.618   libgcrypt20-doc idn libnghttp2-doc libyaml-doc
#24 1.731 The following NEW packages will be installed:
#24 1.732   libbson-1.0-0 libbson-dev libgcrypt20-dev libgpg-error-dev libidn-dev
#24 1.732   libidn11-dev libintelrdfpmath-dev libmongoc-1.0-0 libmongoc-dev
#24 1.732   libmongocrypt-dev libmongocrypt0 libnghttp2-dev libsasl2-dev libsnappy-dev
#24 1.732   libsnappy1v5 libyaml-dev libzstd-dev meson ninja-build
#24 1.759 0 upgraded, 19 newly installed, 0 to remove and 2 not upgraded.
#24 1.759 Need to get 11.6 MB of archives.
#24 1.759 After this operation, 93.4 MB of additional disk space will be used.
#24 1.759 Get:1 http://deb.debian.org/debian bookworm/main amd64 libbson-1.0-0 amd64 1.23.1-1+b1 [76.3 kB]
#24 1.775 Get:2 http://deb.debian.org/debian bookworm/main amd64 libbson-dev amd64 1.23.1-1+b1 [129 kB]
#24 1.781 Get:3 http://deb.debian.org/debian bookworm/main amd64 libgpg-error-dev amd64 1.46-1 [133 kB]
#24 1.782 Get:4 http://deb.debian.org/debian bookworm/main amd64 libgcrypt20-dev amd64 1.10.1-3 [752 kB]
#24 1.792 Get:5 http://deb.debian.org/debian bookworm/main amd64 libidn-dev amd64 1.41-1 [190 kB]
#24 1.794 Get:6 http://deb.debian.org/debian bookworm/main amd64 libidn11-dev amd64 1.41-1 [42.4 kB]
#24 1.794 Get:7 http://deb.debian.org/debian bookworm/main amd64 libintelrdfpmath-dev amd64 2.0u2-8 [6,475 kB]
#24 1.852 Get:8 http://deb.debian.org/debian bookworm/main amd64 libmongocrypt0 amd64 1.7.2-1 [1,313 kB]
#24 1.861 Get:9 http://deb.debian.org/debian bookworm/main amd64 libsnappy1v5 amd64 1.1.9-3 [26.0 kB]
#24 1.861 Get:10 http://deb.debian.org/debian bookworm/main amd64 libmongoc-1.0-0 amd64 1.23.1-1+b1 [304 kB]
#24 1.863 Get:11 http://deb.debian.org/debian bookworm/main amd64 libmongocrypt-dev amd64 1.7.2-1 [263 kB]
#24 1.866 Get:12 http://deb.debian.org/debian bookworm/main amd64 libsnappy-dev amd64 1.1.9-3 [39.2 kB]
#24 1.866 Get:13 http://deb.debian.org/debian bookworm/main amd64 libsasl2-dev amd64 2.1.28+dfsg-10 [235 kB]
#24 1.868 Get:14 http://deb.debian.org/debian bookworm/main amd64 libzstd-dev amd64 1.5.4+dfsg2-5 [354 kB]
#24 1.871 Get:15 http://deb.debian.org/debian bookworm/main amd64 libmongoc-dev amd64 1.23.1-1+b1 [365 kB]
#24 1.874 Get:16 http://deb.debian.org/debian bookworm/main amd64 libnghttp2-dev amd64 1.52.0-1+deb12u2 [110 kB]
#24 1.875 Get:17 http://deb.debian.org/debian bookworm/main amd64 libyaml-dev amd64 0.2.5-1 [64.5 kB]
#24 1.876 Get:18 http://deb.debian.org/debian bookworm/main amd64 ninja-build amd64 1.11.1-2~deb12u1 [135 kB]
#24 1.877 Get:19 http://deb.debian.org/debian bookworm/main amd64 meson all 1.0.1-5 [548 kB]
#24 2.046 debconf: delaying package configuration, since apt-utils is not installed
#24 2.086 Fetched 11.6 MB in 0s (79.1 MB/s)
#24 2.123 Selecting previously unselected package libbson-1.0-0.
#24 2.123 (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.184 Preparing to unpack .../00-libbson-1.0-0_1.23.1-1+b1_amd64.deb ...
#24 2.191 Unpacking libbson-1.0-0 (1.23.1-1+b1) ...
#24 2.243 Selecting previously unselected package libbson-dev.
#24 2.251 Preparing to unpack .../01-libbson-dev_1.23.1-1+b1_amd64.deb ...
#24 2.254 Unpacking libbson-dev (1.23.1-1+b1) ...
#24 2.313 Selecting previously unselected package libgpg-error-dev.
#24 2.323 Preparing to unpack .../02-libgpg-error-dev_1.46-1_amd64.deb ...
#24 2.327 Unpacking libgpg-error-dev (1.46-1) ...
#24 2.376 Selecting previously unselected package libgcrypt20-dev.
#24 2.386 Preparing to unpack .../03-libgcrypt20-dev_1.10.1-3_amd64.deb ...
#24 2.390 Unpacking libgcrypt20-dev (1.10.1-3) ...
#24 2.480 Selecting previously unselected package libidn-dev:amd64.
#24 2.490 Preparing to unpack .../04-libidn-dev_1.41-1_amd64.deb ...
#24 2.493 Unpacking libidn-dev:amd64 (1.41-1) ...
#24 2.552 Selecting previously unselected package libidn11-dev:amd64.
#24 2.562 Preparing to unpack .../05-libidn11-dev_1.41-1_amd64.deb ...
#24 2.565 Unpacking libidn11-dev:amd64 (1.41-1) ...
#24 2.605 Selecting previously unselected package libintelrdfpmath-dev:amd64.
#24 2.617 Preparing to unpack .../06-libintelrdfpmath-dev_2.0u2-8_amd64.deb ...
#24 2.620 Unpacking libintelrdfpmath-dev:amd64 (2.0u2-8) ...
#24 3.064 Selecting previously unselected package libmongocrypt0:amd64.
#24 3.073 Preparing to unpack .../07-libmongocrypt0_1.7.2-1_amd64.deb ...
#24 3.076 Unpacking libmongocrypt0:amd64 (1.7.2-1) ...
#24 3.184 Selecting previously unselected package libsnappy1v5:amd64.
#24 3.197 Preparing to unpack .../08-libsnappy1v5_1.1.9-3_amd64.deb ...
#24 3.200 Unpacking libsnappy1v5:amd64 (1.1.9-3) ...
#24 3.243 Selecting previously unselected package libmongoc-1.0-0.
#24 3.254 Preparing to unpack .../09-libmongoc-1.0-0_1.23.1-1+b1_amd64.deb ...
#24 3.260 Unpacking libmongoc-1.0-0 (1.23.1-1+b1) ...
#24 3.326 Selecting previously unselected package libmongocrypt-dev:amd64.
#24 3.337 Preparing to unpack .../10-libmongocrypt-dev_1.7.2-1_amd64.deb ...
#24 3.340 Unpacking libmongocrypt-dev:amd64 (1.7.2-1) ...
#24 3.407 Selecting previously unselected package libsnappy-dev:amd64.
#24 3.417 Preparing to unpack .../11-libsnappy-dev_1.1.9-3_amd64.deb ...
#24 3.421 Unpacking libsnappy-dev:amd64 (1.1.9-3) ...
#24 3.461 Selecting previously unselected package libsasl2-dev.
#24 3.469 Preparing to unpack .../12-libsasl2-dev_2.1.28+dfsg-10_amd64.deb ...
#24 3.473 Unpacking libsasl2-dev (2.1.28+dfsg-10) ...
#24 3.534 Selecting previously unselected package libzstd-dev:amd64.
#24 3.542 Preparing to unpack .../13-libzstd-dev_1.5.4+dfsg2-5_amd64.deb ...
#24 3.545 Unpacking libzstd-dev:amd64 (1.5.4+dfsg2-5) ...
#24 3.607 Selecting previously unselected package libmongoc-dev.
#24 3.617 Preparing to unpack .../14-libmongoc-dev_1.23.1-1+b1_amd64.deb ...
#24 3.621 Unpacking libmongoc-dev (1.23.1-1+b1) ...
#24 3.691 Selecting previously unselected package libnghttp2-dev:amd64.
#24 3.702 Preparing to unpack .../15-libnghttp2-dev_1.52.0-1+deb12u2_amd64.deb ...
#24 3.705 Unpacking libnghttp2-dev:amd64 (1.52.0-1+deb12u2) ...
#24 3.760 Selecting previously unselected package libyaml-dev:amd64.
#24 3.770 Preparing to unpack .../16-libyaml-dev_0.2.5-1_amd64.deb ...
#24 3.773 Unpacking libyaml-dev:amd64 (0.2.5-1) ...
#24 3.823 Selecting previously unselected package ninja-build.
#24 3.833 Preparing to unpack .../17-ninja-build_1.11.1-2~deb12u1_amd64.deb ...
#24 3.839 Unpacking ninja-build (1.11.1-2~deb12u1) ...
#24 3.899 Selecting previously unselected package meson.
#24 3.911 Preparing to unpack .../18-meson_1.0.1-5_all.deb ...
#24 3.914 Unpacking meson (1.0.1-5) ...
#24 4.039 Setting up libnghttp2-dev:amd64 (1.52.0-1+deb12u2) ...
#24 4.049 Setting up libzstd-dev:amd64 (1.5.4+dfsg2-5) ...
#24 4.058 Setting up libyaml-dev:amd64 (0.2.5-1) ...
#24 4.070 Setting up ninja-build (1.11.1-2~deb12u1) ...
#24 4.080 Setting up libsnappy1v5:amd64 (1.1.9-3) ...
#24 4.091 Setting up libsasl2-dev (2.1.28+dfsg-10) ...
#24 4.101 Setting up libgpg-error-dev (1.46-1) ...
#24 4.113 Setting up libbson-1.0-0 (1.23.1-1+b1) ...
#24 4.124 Setting up libidn-dev:amd64 (1.41-1) ...
#24 4.134 Setting up libintelrdfpmath-dev:amd64 (2.0u2-8) ...
#24 4.148 Setting up libmongocrypt0:amd64 (1.7.2-1) ...
#24 4.157 Setting up libbson-dev (1.23.1-1+b1) ...
#24 4.168 Setting up libidn11-dev:amd64 (1.41-1) ...
#24 4.177 Setting up libsnappy-dev:amd64 (1.1.9-3) ...
#24 4.190 Setting up meson (1.0.1-5) ...
#24 4.733 Setting up libmongocrypt-dev:amd64 (1.7.2-1) ...
#24 4.742 Setting up libmongoc-1.0-0 (1.23.1-1+b1) ...
#24 4.755 Setting up libgcrypt20-dev (1.10.1-3) ...
#24 4.767 Setting up libmongoc-dev (1.23.1-1+b1) ...
#24 4.778 Processing triggers for man-db (2.11.2-2) ...
#24 4.797 Processing triggers for libc-bin (2.36-9+deb12u9) ...
#24 DONE 5.0s

#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.287 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.0s

#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.331 Already on 'master'
#28 0.331 Your branch is up to date with 'origin/master'.
#28 0.333 refs/heads/master
#28 0.357 HEAD is now at f7d64b0 jenkins.sh: libosmo-netif no longer depends on libosmo-abis
#28 0.359 master
#28 0.361 f7d64b0bcf946ec21ce9c7562194343a12213a80
#28 DONE 0.4s

#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.4s

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

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

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

#34 exporting to image
#34 exporting layers
#34 exporting layers 4.7s done
#34 writing image sha256:5f821ae4fb3cd55876fb7899dfa95945aa20f3c502c0bf6fc84f5fb8dbe192fd done
#34 naming to docker.io/osmocom-build/osmo-gsm-tester:latest done
#34 DONE 4.7s
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=7829 -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-29 22:49:50
+ trial_dir_prefix=trial-
+ rm -rf trial-*
+ trial_dir=trial-7829
+ mkdir -p trial-7829
+ mv open5gs.build-8.tgz osmo-bsc.build-2024-12-29_13_27_22.tgz osmo-bts-oc2g.build-2024-12-29_00_51_56.tgz osmo-bts-sysmo.build-2024-12-29_00_52_28.tgz osmo-bts.build-2024-12-29_00_53_14.tgz osmo-ggsn.build-2024-12-29_20_43_13.tgz osmo-hlr.build-2024-12-29_16_37_42.tgz osmo-hnbgw.build-2024-12-29_13_35_06.tgz osmo-mgw.build-2024-12-29_08_33_35.tgz osmo-msc.build-2024-12-29_13_36_19.tgz osmo-nitb.build-17155.tgz osmo-pcu-oc2g.build-2024-12-29_07_41_12.tgz osmo-pcu-sysmo.build-2024-12-29_07_40_28.tgz osmo-pcu.build-2024-12-29_07_41_18.tgz osmo-sgsn.build-2024-12-29_20_50_50.tgz osmo-stp.build-2024-12-29_13_26_32.tgz osmo-trx.build-2024-12-29_14_26_39.tgz osmocom-bb.build-2024-12-29_21_18_21.tgz srslte.build-19.tgz trial-7829
+ cat open5gs.build-8.md5 osmo-bsc.build-2024-12-29_13_27_22.md5 osmo-bts-oc2g.build-2024-12-29_00_51_56.md5 osmo-bts-sysmo.build-2024-12-29_00_52_28.md5 osmo-bts.build-2024-12-29_00_53_14.md5 osmo-ggsn.build-2024-12-29_20_43_13.md5 osmo-hlr.build-2024-12-29_16_37_42.md5 osmo-hnbgw.build-2024-12-29_13_35_06.md5 osmo-mgw.build-2024-12-29_08_33_35.md5 osmo-msc.build-2024-12-29_13_36_19.md5 osmo-nitb.build-17155.md5 osmo-pcu-oc2g.build-2024-12-29_07_41_12.md5 osmo-pcu-sysmo.build-2024-12-29_07_40_28.md5 osmo-pcu.build-2024-12-29_07_41_18.md5 osmo-sgsn.build-2024-12-29_20_50_50.md5 osmo-stp.build-2024-12-29_13_26_32.md5 osmo-trx.build-2024-12-29_14_26_39.md5 osmocom-bb.build-2024-12-29_21_18_21.md5 srslte.build-19.md5
+ rm open5gs.build-8.md5 osmo-bsc.build-2024-12-29_13_27_22.md5 osmo-bts-oc2g.build-2024-12-29_00_51_56.md5 osmo-bts-sysmo.build-2024-12-29_00_52_28.md5 osmo-bts.build-2024-12-29_00_53_14.md5 osmo-ggsn.build-2024-12-29_20_43_13.md5 osmo-hlr.build-2024-12-29_16_37_42.md5 osmo-hnbgw.build-2024-12-29_13_35_06.md5 osmo-mgw.build-2024-12-29_08_33_35.md5 osmo-msc.build-2024-12-29_13_36_19.md5 osmo-nitb.build-17155.md5 osmo-pcu-oc2g.build-2024-12-29_07_41_12.md5 osmo-pcu-sysmo.build-2024-12-29_07_40_28.md5 osmo-pcu.build-2024-12-29_07_41_18.md5 osmo-sgsn.build-2024-12-29_20_50_50.md5 osmo-stp.build-2024-12-29_13_26_32.md5 osmo-trx.build-2024-12-29_14_26_39.md5 osmocom-bb.build-2024-12-29_21_18_21.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-7829 -s netreg_mass
combinations: ['netreg_mass']
trial: 'trial-7829'
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-7829
--------------------------------------------------------------------------------------------
22:49:50.485177 tst                       trial-7829: Detailed log at /build/trial-7829/run.2024-12-29_22-49-50/log

---------------------------------------------------------------------
trial-7829 netreg_mass
---------------------------------------------------------------------
22:49:50.783850 tst                      netreg_mass: reserving resources in /var/tmp/osmo-gsm-tester/state ...
22:49:50.784525 tst                      netreg_mass: Verifying 1 x bts (candidates: 1)
22:49:50.785929 tst                      netreg_mass: Verifying 6 x ip_address (candidates: 9)
22:49:50.788264 tst                      netreg_mass: Verifying 100 x modem (candidates: 100)
22:49:50.860100 tst                      netreg_mass: Reserving 1 x bts (candidates: 1)
22:49:50.862608 tst                      netreg_mass: Reserving 6 x ip_address (candidates: 9)
22:49:50.865847 tst                      netreg_mass: Reserving 100 x modem (candidates: 100)
22:49:51.015004 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-7829 netreg_mass register_default_mass.py
----------------------------------------------
22:49:51.016561 tst       register_default_mass.py:9: Claiming resources for the test
22:49:51.054846 tst                      netreg_mass: Using 1 x ip_address (candidates: 6)
22:49:51.055842 tst                      netreg_mass: Using 1 x ip_address (candidates: 6)
22:49:51.056767 tst                      netreg_mass: Using 1 x ip_address (candidates: 6)
22:49:51.057662 tst                      netreg_mass: Using 1 x ip_address (candidates: 6)
22:49:51.058536 tst                      netreg_mass: Using 1 x ip_address (candidates: 6)
22:49:51.059430 tst                      netreg_mass: Using 1 x ip_address (candidates: 6)
22:49:51.060329 tst                      netreg_mass: Using 1 x bts (candidates: 1)
22:49:51.101571 tst         register_default_mass.py: using LAC 2
22:49:51.125232 tst         register_default_mass.py: using RAC 2
22:49:51.152446 tst         register_default_mass.py: using CellId 2
22:49:51.172613 tst         register_default_mass.py: using BVCI 3
22:49:51.186683 tst                      netreg_mass: Using 1 x modem (candidates: 100)
22:49:51.187798 tst                      netreg_mass: Using 1 x modem (candidates: 100)
22:49:51.188787 tst                      netreg_mass: Using 1 x modem (candidates: 100)
22:49:51.189753 tst                      netreg_mass: Using 1 x modem (candidates: 100)
22:49:51.190729 tst                      netreg_mass: Using 1 x modem (candidates: 100)
22:49:51.191717 tst                      netreg_mass: Using 1 x modem (candidates: 100)
22:49:51.192682 tst                      netreg_mass: Using 1 x modem (candidates: 100)
22:49:51.193663 tst                      netreg_mass: Using 1 x modem (candidates: 100)
22:49:51.194648 tst                      netreg_mass: Using 1 x modem (candidates: 100)
22:49:51.195860 tst                      netreg_mass: Using 1 x modem (candidates: 100)
22:49:51.196968 tst                      netreg_mass: Using 1 x modem (candidates: 100)
22:49:51.197925 tst                      netreg_mass: Using 1 x modem (candidates: 100)
22:49:51.198896 tst                      netreg_mass: Using 1 x modem (candidates: 100)
22:49:51.199874 tst                      netreg_mass: Using 1 x modem (candidates: 100)
22:49:51.200889 tst                      netreg_mass: Using 1 x modem (candidates: 100)
22:49:51.201951 tst                      netreg_mass: Using 1 x modem (candidates: 100)
22:49:51.202998 tst                      netreg_mass: Using 1 x modem (candidates: 100)
22:49:51.204061 tst                      netreg_mass: Using 1 x modem (candidates: 100)
22:49:51.205094 tst                      netreg_mass: Using 1 x modem (candidates: 100)
22:49:51.206126 tst                      netreg_mass: Using 1 x modem (candidates: 100)
22:49:51.207102 tst                      netreg_mass: Using 1 x modem (candidates: 100)
22:49:51.208107 tst                      netreg_mass: Using 1 x modem (candidates: 100)
22:49:51.209151 tst                      netreg_mass: Using 1 x modem (candidates: 100)
22:49:51.210131 tst                      netreg_mass: Using 1 x modem (candidates: 100)
22:49:51.211111 tst                      netreg_mass: Using 1 x modem (candidates: 100)
22:49:51.212121 tst                      netreg_mass: Using 1 x modem (candidates: 100)
22:49:51.213130 tst                      netreg_mass: Using 1 x modem (candidates: 100)
22:49:51.214196 tst                      netreg_mass: Using 1 x modem (candidates: 100)
22:49:51.215212 tst                      netreg_mass: Using 1 x modem (candidates: 100)
22:49:51.216289 tst                      netreg_mass: Using 1 x modem (candidates: 100)
22:49:51.217307 tst                      netreg_mass: Using 1 x modem (candidates: 100)
22:49:51.218350 tst                      netreg_mass: Using 1 x modem (candidates: 100)
22:49:51.219403 tst                      netreg_mass: Using 1 x modem (candidates: 100)
22:49:51.220422 tst                      netreg_mass: Using 1 x modem (candidates: 100)
22:49:51.221436 tst                      netreg_mass: Using 1 x modem (candidates: 100)
22:49:51.222398 tst                      netreg_mass: Using 1 x modem (candidates: 100)
22:49:51.223370 tst                      netreg_mass: Using 1 x modem (candidates: 100)
22:49:51.224387 tst                      netreg_mass: Using 1 x modem (candidates: 100)
22:49:51.225371 tst                      netreg_mass: Using 1 x modem (candidates: 100)
22:49:51.226365 tst                      netreg_mass: Using 1 x modem (candidates: 100)
22:49:51.227358 tst                      netreg_mass: Using 1 x modem (candidates: 100)
22:49:51.228364 tst                      netreg_mass: Using 1 x modem (candidates: 100)
22:49:51.229359 tst                      netreg_mass: Using 1 x modem (candidates: 100)
22:49:51.230350 tst                      netreg_mass: Using 1 x modem (candidates: 100)
22:49:51.231330 tst                      netreg_mass: Using 1 x modem (candidates: 100)
22:49:51.232325 tst                      netreg_mass: Using 1 x modem (candidates: 100)
22:49:51.233307 tst                      netreg_mass: Using 1 x modem (candidates: 100)
22:49:51.234291 tst                      netreg_mass: Using 1 x modem (candidates: 100)
22:49:51.235362 tst                      netreg_mass: Using 1 x modem (candidates: 100)
22:49:51.236362 tst                      netreg_mass: Using 1 x modem (candidates: 100)
22:49:51.237444 tst                      netreg_mass: Using 1 x modem (candidates: 100)
22:49:51.238443 tst                      netreg_mass: Using 1 x modem (candidates: 100)
22:49:51.239442 tst                      netreg_mass: Using 1 x modem (candidates: 100)
22:49:51.240507 tst                      netreg_mass: Using 1 x modem (candidates: 100)
22:49:51.241493 tst                      netreg_mass: Using 1 x modem (candidates: 100)
22:49:51.242450 tst                      netreg_mass: Using 1 x modem (candidates: 100)
22:49:51.243427 tst                      netreg_mass: Using 1 x modem (candidates: 100)
22:49:51.244432 tst                      netreg_mass: Using 1 x modem (candidates: 100)
22:49:51.245422 tst                      netreg_mass: Using 1 x modem (candidates: 100)
22:49:51.246396 tst                      netreg_mass: Using 1 x modem (candidates: 100)
22:49:51.247370 tst                      netreg_mass: Using 1 x modem (candidates: 100)
22:49:51.248370 tst                      netreg_mass: Using 1 x modem (candidates: 100)
22:49:51.249332 tst                      netreg_mass: Using 1 x modem (candidates: 100)
22:49:51.250309 tst                      netreg_mass: Using 1 x modem (candidates: 100)
22:49:51.251293 tst                      netreg_mass: Using 1 x modem (candidates: 100)
22:49:51.252299 tst                      netreg_mass: Using 1 x modem (candidates: 100)
22:49:51.253276 tst                      netreg_mass: Using 1 x modem (candidates: 100)
22:49:51.254254 tst                      netreg_mass: Using 1 x modem (candidates: 100)
22:49:51.255227 tst                      netreg_mass: Using 1 x modem (candidates: 100)
22:49:51.256224 tst                      netreg_mass: Using 1 x modem (candidates: 100)
22:49:51.257233 tst                      netreg_mass: Using 1 x modem (candidates: 100)
22:49:51.258239 tst                      netreg_mass: Using 1 x modem (candidates: 100)
22:49:51.259237 tst                      netreg_mass: Using 1 x modem (candidates: 100)
22:49:51.260394 tst                      netreg_mass: Using 1 x modem (candidates: 100)
22:49:51.261407 tst                      netreg_mass: Using 1 x modem (candidates: 100)
22:49:51.262410 tst                      netreg_mass: Using 1 x modem (candidates: 100)
22:49:51.263406 tst                      netreg_mass: Using 1 x modem (candidates: 100)
22:49:51.264405 tst                      netreg_mass: Using 1 x modem (candidates: 100)
22:49:51.265413 tst                      netreg_mass: Using 1 x modem (candidates: 100)
22:49:51.266393 tst                      netreg_mass: Using 1 x modem (candidates: 100)
22:49:51.267355 tst                      netreg_mass: Using 1 x modem (candidates: 100)
22:49:51.268353 tst                      netreg_mass: Using 1 x modem (candidates: 100)
22:49:51.269308 tst                      netreg_mass: Using 1 x modem (candidates: 100)
22:49:51.270303 tst                      netreg_mass: Using 1 x modem (candidates: 100)
22:49:51.271278 tst                      netreg_mass: Using 1 x modem (candidates: 100)
22:49:51.272266 tst                      netreg_mass: Using 1 x modem (candidates: 100)
22:49:51.273264 tst                      netreg_mass: Using 1 x modem (candidates: 100)
22:49:51.274252 tst                      netreg_mass: Using 1 x modem (candidates: 100)
22:49:51.275242 tst                      netreg_mass: Using 1 x modem (candidates: 100)
22:49:51.276255 tst                      netreg_mass: Using 1 x modem (candidates: 100)
22:49:51.277227 tst                      netreg_mass: Using 1 x modem (candidates: 100)
22:49:51.278173 tst                      netreg_mass: Using 1 x modem (candidates: 100)
22:49:51.279152 tst                      netreg_mass: Using 1 x modem (candidates: 100)
22:49:51.280166 tst                      netreg_mass: Using 1 x modem (candidates: 100)
22:49:51.281117 tst                      netreg_mass: Using 1 x modem (candidates: 100)
22:49:51.282088 tst                      netreg_mass: Using 1 x modem (candidates: 100)
22:49:51.283099 tst                      netreg_mass: Using 1 x modem (candidates: 100)
22:49:51.284108 tst                      netreg_mass: Using 1 x modem (candidates: 100)
22:49:51.285088 tst                      netreg_mass: Using 1 x modem (candidates: 100)
22:49:51.286104 tst                      netreg_mass: Using 1 x modem (candidates: 100)
22:49:51.287090 tst                      netreg_mass: Using 1 x modem (candidates: 100)
22:49:51.288214 tst      register_default_mass.py:21: Launching a simple network
22:49:51.308482 run              osmo-hlr_127.0.42.2: Starting osmo-hlr
22:49:51.518670 run            create_hlr_db(pid=20): Launched
22:49:52.539761 run            create_hlr_db(pid=20): Terminated: ok {rc=0}
22:49:52.587762 run pcap-recorder_any(filters='host 127.0.42.2')(pid=22): Launched
22:49:52.632195 run      osmo-hlr_127.0.42.2(pid=23): Launched
22:49:52.649244 run              osmo-stp_127.0.42.5: Starting osmo-stp
22:49:52.974592 run pcap-recorder_any(filters='host 127.0.42.5 and port not 22')(pid=24): Launched
22:49:53.004423 run      osmo-stp_127.0.42.5(pid=25): Launched
22:49:53.015758 run              osmo-msc_127.0.42.6: Starting osmo-msc
22:49:53.738131 run pcap-recorder_any(filters='host 127.0.42.6 and port not 22')(pid=26): Launched
22:49:53.770506 run      osmo-msc_127.0.42.6(pid=27): Launched
22:49:56.789092 run              osmo-mgw_127.0.42.3: Starting osmo-mgw
22:49:56.985995 run pcap-recorder_any(filters='host 127.0.42.3 and port not 22')(pid=28): Launched
22:49:57.016764 run      osmo-mgw_127.0.42.3(pid=29): Launched
22:49:57.028231 run              osmo-mgw_127.0.42.4: Starting osmo-mgw
22:49:57.077019 run pcap-recorder_any(filters='host 127.0.42.4 and port not 22')(pid=30): Launched
22:49:57.108176 run      osmo-mgw_127.0.42.4(pid=31): Launched
22:49:57.125069 run              osmo-bsc_127.0.42.7: Starting osmo-bsc
22:49:57.700021 run pcap-recorder_any(filters='host 127.0.42.7 and port not 22')(pid=32): Launched
22:49:57.755731 run      osmo-bsc_127.0.42.7(pid=33): Launched
22:50:03.799400 run                 osmo-bts-virtual: Starting to connect to osmo-bsc_127.0.42.7
22:50:04.149418 run         osmo-bts-virtual(pid=34): Launched
22:50:05.191201 tst         register_default_mass.py: using MSISDN 1001
22:50:05.207779 run              osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001010000000000', msisdn='1001', subscriber_id=1}
22:50:05.227736 tst         register_default_mass.py: using MSISDN 1002
22:50:05.240364 run              osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001010000000001', msisdn='1002', subscriber_id=2}
22:50:05.261856 tst         register_default_mass.py: using MSISDN 1003
22:50:05.277199 run              osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001010000000002', msisdn='1003', subscriber_id=3}
22:50:05.295869 tst         register_default_mass.py: using MSISDN 1004
22:50:05.309002 run              osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001010000000003', msisdn='1004', subscriber_id=4}
22:50:05.331668 tst         register_default_mass.py: using MSISDN 1005
22:50:05.343904 run              osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001010000000004', msisdn='1005', subscriber_id=5}
22:50:05.368415 tst         register_default_mass.py: using MSISDN 1006
22:50:05.385353 run              osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001010000000005', msisdn='1006', subscriber_id=6}
22:50:05.409003 tst         register_default_mass.py: using MSISDN 1007
22:50:05.426556 run              osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001010000000006', msisdn='1007', subscriber_id=7}
22:50:05.445503 tst         register_default_mass.py: using MSISDN 1008
22:50:05.462363 run              osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001010000000007', msisdn='1008', subscriber_id=8}
22:50:05.484255 tst         register_default_mass.py: using MSISDN 1009
22:50:05.500972 run              osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001010000000008', msisdn='1009', subscriber_id=9}
22:50:05.523829 tst         register_default_mass.py: using MSISDN 1010
22:50:05.539689 run              osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001010000000009', msisdn='1010', subscriber_id=10}
22:50:05.566019 tst         register_default_mass.py: using MSISDN 1011
22:50:05.583394 run              osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001020000000000', msisdn='1011', subscriber_id=11}
22:50:05.605655 tst         register_default_mass.py: using MSISDN 1012
22:50:05.623351 run              osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001020000000001', msisdn='1012', subscriber_id=12}
22:50:05.646104 tst         register_default_mass.py: using MSISDN 1013
22:50:05.663376 run              osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001020000000002', msisdn='1013', subscriber_id=13}
22:50:05.685031 tst         register_default_mass.py: using MSISDN 1014
22:50:05.701547 run              osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001020000000003', msisdn='1014', subscriber_id=14}
22:50:05.725647 tst         register_default_mass.py: using MSISDN 1015
22:50:05.742325 run              osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001020000000004', msisdn='1015', subscriber_id=15}
22:50:05.765828 tst         register_default_mass.py: using MSISDN 1016
22:50:05.782682 run              osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001020000000005', msisdn='1016', subscriber_id=16}
22:50:05.804247 tst         register_default_mass.py: using MSISDN 1017
22:50:05.819365 run              osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001020000000006', msisdn='1017', subscriber_id=17}
22:50:05.838291 tst         register_default_mass.py: using MSISDN 1018
22:50:05.852264 run              osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001020000000007', msisdn='1018', subscriber_id=18}
22:50:05.872813 tst         register_default_mass.py: using MSISDN 1019
22:50:05.886699 run              osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001020000000008', msisdn='1019', subscriber_id=19}
22:50:05.911080 tst         register_default_mass.py: using MSISDN 1020
22:50:05.926992 run              osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001020000000009', msisdn='1020', subscriber_id=20}
22:50:05.947692 tst         register_default_mass.py: using MSISDN 1021
22:50:05.964122 run              osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001030000000000', msisdn='1021', subscriber_id=21}
22:50:05.985945 tst         register_default_mass.py: using MSISDN 1022
22:50:06.001364 run              osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001030000000001', msisdn='1022', subscriber_id=22}
22:50:06.018052 tst         register_default_mass.py: using MSISDN 1023
22:50:06.032542 run              osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001030000000002', msisdn='1023', subscriber_id=23}
22:50:06.050652 tst         register_default_mass.py: using MSISDN 1024
22:50:06.064963 run              osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001030000000003', msisdn='1024', subscriber_id=24}
22:50:06.085754 tst         register_default_mass.py: using MSISDN 1025
22:50:06.098198 run              osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001030000000004', msisdn='1025', subscriber_id=25}
22:50:06.114527 tst         register_default_mass.py: using MSISDN 1026
22:50:06.127815 run              osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001030000000005', msisdn='1026', subscriber_id=26}
22:50:06.147121 tst         register_default_mass.py: using MSISDN 1027
22:50:06.164601 run              osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001030000000006', msisdn='1027', subscriber_id=27}
22:50:06.182482 tst         register_default_mass.py: using MSISDN 1028
22:50:06.195087 run              osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001030000000007', msisdn='1028', subscriber_id=28}
22:50:06.215223 tst         register_default_mass.py: using MSISDN 1029
22:50:06.228793 run              osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001030000000008', msisdn='1029', subscriber_id=29}
22:50:06.246394 tst         register_default_mass.py: using MSISDN 1030
22:50:06.258321 run              osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001030000000009', msisdn='1030', subscriber_id=30}
22:50:06.275682 tst         register_default_mass.py: using MSISDN 1031
22:50:06.288231 run              osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001040000000000', msisdn='1031', subscriber_id=31}
22:50:06.305623 tst         register_default_mass.py: using MSISDN 1032
22:50:06.320172 run              osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001040000000001', msisdn='1032', subscriber_id=32}
22:50:06.340089 tst         register_default_mass.py: using MSISDN 1033
22:50:06.356775 run              osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001040000000002', msisdn='1033', subscriber_id=33}
22:50:06.381274 tst         register_default_mass.py: using MSISDN 1034
22:50:06.398420 run              osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001040000000003', msisdn='1034', subscriber_id=34}
22:50:06.420829 tst         register_default_mass.py: using MSISDN 1035
22:50:06.437557 run              osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001040000000004', msisdn='1035', subscriber_id=35}
22:50:06.460549 tst         register_default_mass.py: using MSISDN 1036
22:50:06.476965 run              osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001040000000005', msisdn='1036', subscriber_id=36}
22:50:06.498443 tst         register_default_mass.py: using MSISDN 1037
22:50:06.514792 run              osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001040000000006', msisdn='1037', subscriber_id=37}
22:50:06.538895 tst         register_default_mass.py: using MSISDN 1038
22:50:06.551905 run              osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001040000000007', msisdn='1038', subscriber_id=38}
22:50:06.569921 tst         register_default_mass.py: using MSISDN 1039
22:50:06.582089 run              osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001040000000008', msisdn='1039', subscriber_id=39}
22:50:06.600190 tst         register_default_mass.py: using MSISDN 1040
22:50:06.612067 run              osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001040000000009', msisdn='1040', subscriber_id=40}
22:50:06.628304 tst         register_default_mass.py: using MSISDN 1041
22:50:06.640617 run              osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001050000000000', msisdn='1041', subscriber_id=41}
22:50:06.657710 tst         register_default_mass.py: using MSISDN 1042
22:50:06.669723 run              osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001050000000001', msisdn='1042', subscriber_id=42}
22:50:06.686628 tst         register_default_mass.py: using MSISDN 1043
22:50:06.700993 run              osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001050000000002', msisdn='1043', subscriber_id=43}
22:50:06.720516 tst         register_default_mass.py: using MSISDN 1044
22:50:06.737921 run              osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001050000000003', msisdn='1044', subscriber_id=44}
22:50:06.762235 tst         register_default_mass.py: using MSISDN 1045
22:50:06.779448 run              osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001050000000004', msisdn='1045', subscriber_id=45}
22:50:06.801012 tst         register_default_mass.py: using MSISDN 1046
22:50:06.817822 run              osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001050000000005', msisdn='1046', subscriber_id=46}
22:50:06.837900 tst         register_default_mass.py: using MSISDN 1047
22:50:06.851896 run              osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001050000000006', msisdn='1047', subscriber_id=47}
22:50:06.870951 tst         register_default_mass.py: using MSISDN 1048
22:50:06.886854 run              osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001050000000007', msisdn='1048', subscriber_id=48}
22:50:06.912173 tst         register_default_mass.py: using MSISDN 1049
22:50:06.926795 run              osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001050000000008', msisdn='1049', subscriber_id=49}
22:50:06.949782 tst         register_default_mass.py: using MSISDN 1050
22:50:06.966803 run              osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001050000000009', msisdn='1050', subscriber_id=50}
22:50:06.988034 tst         register_default_mass.py: using MSISDN 1051
22:50:07.004552 run              osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001060000000000', msisdn='1051', subscriber_id=51}
22:50:07.026796 tst         register_default_mass.py: using MSISDN 1052
22:50:07.040779 run              osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001060000000001', msisdn='1052', subscriber_id=52}
22:50:07.063850 tst         register_default_mass.py: using MSISDN 1053
22:50:07.077418 run              osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001060000000002', msisdn='1053', subscriber_id=53}
22:50:07.096050 tst         register_default_mass.py: using MSISDN 1054
22:50:07.112562 run              osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001060000000003', msisdn='1054', subscriber_id=54}
22:50:07.135967 tst         register_default_mass.py: using MSISDN 1055
22:50:07.150748 run              osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001060000000004', msisdn='1055', subscriber_id=55}
22:50:07.173413 tst         register_default_mass.py: using MSISDN 1056
22:50:07.185946 run              osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001060000000005', msisdn='1056', subscriber_id=56}
22:50:07.203502 tst         register_default_mass.py: using MSISDN 1057
22:50:07.219834 run              osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001060000000006', msisdn='1057', subscriber_id=57}
22:50:07.242044 tst         register_default_mass.py: using MSISDN 1058
22:50:07.258388 run              osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001060000000007', msisdn='1058', subscriber_id=58}
22:50:07.278992 tst         register_default_mass.py: using MSISDN 1059
22:50:07.295081 run              osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001060000000008', msisdn='1059', subscriber_id=59}
22:50:07.316922 tst         register_default_mass.py: using MSISDN 1060
22:50:07.329429 run              osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001060000000009', msisdn='1060', subscriber_id=60}
22:50:07.347160 tst         register_default_mass.py: using MSISDN 1061
22:50:07.360844 run              osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001070000000000', msisdn='1061', subscriber_id=61}
22:50:07.380033 tst         register_default_mass.py: using MSISDN 1062
22:50:07.393001 run              osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001070000000001', msisdn='1062', subscriber_id=62}
22:50:07.409887 tst         register_default_mass.py: using MSISDN 1063
22:50:07.426528 run              osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001070000000002', msisdn='1063', subscriber_id=63}
22:50:07.449169 tst         register_default_mass.py: using MSISDN 1064
22:50:07.461367 run              osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001070000000003', msisdn='1064', subscriber_id=64}
22:50:07.479390 tst         register_default_mass.py: using MSISDN 1065
22:50:07.493506 run              osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001070000000004', msisdn='1065', subscriber_id=65}
22:50:07.515923 tst         register_default_mass.py: using MSISDN 1066
22:50:07.532170 run              osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001070000000005', msisdn='1066', subscriber_id=66}
22:50:07.551912 tst         register_default_mass.py: using MSISDN 1067
22:50:07.564365 run              osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001070000000006', msisdn='1067', subscriber_id=67}
22:50:07.583291 tst         register_default_mass.py: using MSISDN 1068
22:50:07.596090 run              osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001070000000007', msisdn='1068', subscriber_id=68}
22:50:07.615101 tst         register_default_mass.py: using MSISDN 1069
22:50:07.627934 run              osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001070000000008', msisdn='1069', subscriber_id=69}
22:50:07.645288 tst         register_default_mass.py: using MSISDN 1070
22:50:07.657393 run              osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001070000000009', msisdn='1070', subscriber_id=70}
22:50:07.676960 tst         register_default_mass.py: using MSISDN 1071
22:50:07.692569 run              osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001080000000000', msisdn='1071', subscriber_id=71}
22:50:07.716077 tst         register_default_mass.py: using MSISDN 1072
22:50:07.728036 run              osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001080000000001', msisdn='1072', subscriber_id=72}
22:50:07.748481 tst         register_default_mass.py: using MSISDN 1073
22:50:07.765426 run              osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001080000000002', msisdn='1073', subscriber_id=73}
22:50:07.784991 tst         register_default_mass.py: using MSISDN 1074
22:50:07.799062 run              osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001080000000003', msisdn='1074', subscriber_id=74}
22:50:07.817455 tst         register_default_mass.py: using MSISDN 1075
22:50:07.829527 run              osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001080000000004', msisdn='1075', subscriber_id=75}
22:50:07.850816 tst         register_default_mass.py: using MSISDN 1076
22:50:07.866711 run              osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001080000000005', msisdn='1076', subscriber_id=76}
22:50:07.883793 tst         register_default_mass.py: using MSISDN 1077
22:50:07.895510 run              osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001080000000006', msisdn='1077', subscriber_id=77}
22:50:07.912490 tst         register_default_mass.py: using MSISDN 1078
22:50:07.924090 run              osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001080000000007', msisdn='1078', subscriber_id=78}
22:50:07.941709 tst         register_default_mass.py: using MSISDN 1079
22:50:07.953591 run              osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001080000000008', msisdn='1079', subscriber_id=79}
22:50:07.972698 tst         register_default_mass.py: using MSISDN 1080
22:50:07.985787 run              osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001080000000009', msisdn='1080', subscriber_id=80}
22:50:08.005817 tst         register_default_mass.py: using MSISDN 1081
22:50:08.017527 run              osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001090000000000', msisdn='1081', subscriber_id=81}
22:50:08.034489 tst         register_default_mass.py: using MSISDN 1082
22:50:08.046056 run              osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001090000000001', msisdn='1082', subscriber_id=82}
22:50:08.067934 tst         register_default_mass.py: using MSISDN 1083
22:50:08.083563 run              osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001090000000002', msisdn='1083', subscriber_id=83}
22:50:08.101265 tst         register_default_mass.py: using MSISDN 1084
22:50:08.112993 run              osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001090000000003', msisdn='1084', subscriber_id=84}
22:50:08.130086 tst         register_default_mass.py: using MSISDN 1085
22:50:08.141882 run              osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001090000000004', msisdn='1085', subscriber_id=85}
22:50:08.160265 tst         register_default_mass.py: using MSISDN 1086
22:50:08.171995 run              osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001090000000005', msisdn='1086', subscriber_id=86}
22:50:08.187870 tst         register_default_mass.py: using MSISDN 1087
22:50:08.199574 run              osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001090000000006', msisdn='1087', subscriber_id=87}
22:50:08.219378 tst         register_default_mass.py: using MSISDN 1088
22:50:08.234894 run              osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001090000000007', msisdn='1088', subscriber_id=88}
22:50:08.252120 tst         register_default_mass.py: using MSISDN 1089
22:50:08.263720 run              osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001090000000008', msisdn='1089', subscriber_id=89}
22:50:08.279385 tst         register_default_mass.py: using MSISDN 1090
22:50:08.291061 run              osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001090000000009', msisdn='1090', subscriber_id=90}
22:50:08.310756 tst         register_default_mass.py: using MSISDN 1091
22:50:08.326077 run              osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001100000000000', msisdn='1091', subscriber_id=91}
22:50:08.343203 tst         register_default_mass.py: using MSISDN 1092
22:50:08.354984 run              osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001100000000001', msisdn='1092', subscriber_id=92}
22:50:08.374067 tst         register_default_mass.py: using MSISDN 1093
22:50:08.385686 run              osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001100000000002', msisdn='1093', subscriber_id=93}
22:50:08.402719 tst         register_default_mass.py: using MSISDN 1094
22:50:08.414310 run              osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001100000000003', msisdn='1094', subscriber_id=94}
22:50:08.430834 tst         register_default_mass.py: using MSISDN 1095
22:50:08.442282 run              osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001100000000004', msisdn='1095', subscriber_id=95}
22:50:08.463196 tst         register_default_mass.py: using MSISDN 1096
22:50:08.480842 run              osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001100000000005', msisdn='1096', subscriber_id=96}
22:50:08.501470 tst         register_default_mass.py: using MSISDN 1097
22:50:08.518046 run              osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001100000000006', msisdn='1097', subscriber_id=97}
22:50:08.539550 tst         register_default_mass.py: using MSISDN 1098
22:50:08.551130 run              osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001100000000007', msisdn='1098', subscriber_id=98}
22:50:08.567936 tst         register_default_mass.py: using MSISDN 1099
22:50:08.579602 run              osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001100000000008', msisdn='1099', subscriber_id=99}
22:50:08.603632 tst         register_default_mass.py: using MSISDN 1100
22:50:08.622003 run              osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001100000000009', msisdn='1100', subscriber_id=100}
22:50:08.927657 run                             mass: Starting testcase
22:50:08.939220 run                             mass: Pre-launching all virtphy's
22:50:08.950907 run           osmo-ms-virt-phy/00000: Starting virtphy
22:50:08.978320 run   osmo-ms-virt-phy/00000(pid=35): Launched
22:50:08.990871 run           osmo-ms-virt-phy/00001: Starting virtphy
22:50:09.017569 run   osmo-ms-virt-phy/00001(pid=36): Launched
22:50:09.029956 run           osmo-ms-virt-phy/00002: Starting virtphy
22:50:09.058169 run   osmo-ms-virt-phy/00002(pid=37): Launched
22:50:09.070584 run           osmo-ms-virt-phy/00003: Starting virtphy
22:50:09.097541 run   osmo-ms-virt-phy/00003(pid=38): Launched
22:50:09.110167 run           osmo-ms-virt-phy/00004: Starting virtphy
22:50:09.137011 run   osmo-ms-virt-phy/00004(pid=39): Launched
22:50:09.149316 run           osmo-ms-virt-phy/00005: Starting virtphy
22:50:09.176212 run   osmo-ms-virt-phy/00005(pid=40): Launched
22:50:09.188718 run           osmo-ms-virt-phy/00006: Starting virtphy
22:50:09.215508 run   osmo-ms-virt-phy/00006(pid=41): Launched
22:50:09.227909 run           osmo-ms-virt-phy/00007: Starting virtphy
22:50:09.254593 run   osmo-ms-virt-phy/00007(pid=42): Launched
22:50:09.266917 run           osmo-ms-virt-phy/00008: Starting virtphy
22:50:09.294259 run   osmo-ms-virt-phy/00008(pid=43): Launched
22:50:09.306778 run           osmo-ms-virt-phy/00009: Starting virtphy
22:50:09.338319 run   osmo-ms-virt-phy/00009(pid=44): Launched
22:50:09.350535 run           osmo-ms-virt-phy/00010: Starting virtphy
22:50:09.377254 run   osmo-ms-virt-phy/00010(pid=45): Launched
22:50:09.392900 run           osmo-ms-virt-phy/00011: Starting virtphy
22:50:09.427690 run   osmo-ms-virt-phy/00011(pid=46): Launched
22:50:09.440111 run           osmo-ms-virt-phy/00012: Starting virtphy
22:50:09.467264 run   osmo-ms-virt-phy/00012(pid=47): Launched
22:50:09.479411 run           osmo-ms-virt-phy/00013: Starting virtphy
22:50:09.510477 run   osmo-ms-virt-phy/00013(pid=48): Launched
22:50:09.523038 run           osmo-ms-virt-phy/00014: Starting virtphy
22:50:09.550441 run   osmo-ms-virt-phy/00014(pid=49): Launched
22:50:09.563224 run           osmo-ms-virt-phy/00015: Starting virtphy
22:50:09.590984 run   osmo-ms-virt-phy/00015(pid=50): Launched
22:50:09.604509 run           osmo-ms-virt-phy/00016: Starting virtphy
22:50:09.631572 run   osmo-ms-virt-phy/00016(pid=51): Launched
22:50:09.644202 run           osmo-ms-virt-phy/00017: Starting virtphy
22:50:09.671368 run   osmo-ms-virt-phy/00017(pid=52): Launched
22:50:09.683960 run           osmo-ms-virt-phy/00018: Starting virtphy
22:50:09.712035 run   osmo-ms-virt-phy/00018(pid=53): Launched
22:50:09.724667 run           osmo-ms-virt-phy/00019: Starting virtphy
22:50:09.752040 run   osmo-ms-virt-phy/00019(pid=54): Launched
22:50:09.764552 run           osmo-ms-virt-phy/00020: Starting virtphy
22:50:09.792080 run   osmo-ms-virt-phy/00020(pid=55): Launched
22:50:09.805794 run           osmo-ms-virt-phy/00021: Starting virtphy
22:50:09.832968 run   osmo-ms-virt-phy/00021(pid=56): Launched
22:50:09.845892 run           osmo-ms-virt-phy/00022: Starting virtphy
22:50:09.873380 run   osmo-ms-virt-phy/00022(pid=57): Launched
22:50:09.886262 run           osmo-ms-virt-phy/00023: Starting virtphy
22:50:09.914835 run   osmo-ms-virt-phy/00023(pid=58): Launched
22:50:09.927548 run           osmo-ms-virt-phy/00024: Starting virtphy
22:50:09.955254 run   osmo-ms-virt-phy/00024(pid=59): Launched
22:50:09.968934 run           osmo-ms-virt-phy/00025: Starting virtphy
22:50:09.996406 run   osmo-ms-virt-phy/00025(pid=60): Launched
22:50:10.009248 run           osmo-ms-virt-phy/00026: Starting virtphy
22:50:10.036574 run   osmo-ms-virt-phy/00026(pid=61): Launched
22:50:10.049324 run           osmo-ms-virt-phy/00027: Starting virtphy
22:50:10.077087 run   osmo-ms-virt-phy/00027(pid=62): Launched
22:50:10.089595 run           osmo-ms-virt-phy/00028: Starting virtphy
22:50:10.117070 run   osmo-ms-virt-phy/00028(pid=63): Launched
22:50:10.129891 run           osmo-ms-virt-phy/00029: Starting virtphy
22:50:10.157962 run   osmo-ms-virt-phy/00029(pid=64): Launched
22:50:10.176079 run           osmo-ms-virt-phy/00030: Starting virtphy
22:50:10.203975 run   osmo-ms-virt-phy/00030(pid=65): Launched
22:50:10.216801 run           osmo-ms-virt-phy/00031: Starting virtphy
22:50:10.244664 run   osmo-ms-virt-phy/00031(pid=66): Launched
22:50:10.257591 run           osmo-ms-virt-phy/00032: Starting virtphy
22:50:10.285268 run   osmo-ms-virt-phy/00032(pid=67): Launched
22:50:10.298147 run           osmo-ms-virt-phy/00033: Starting virtphy
22:50:10.325777 run   osmo-ms-virt-phy/00033(pid=68): Launched
22:50:10.338817 run           osmo-ms-virt-phy/00034: Starting virtphy
22:50:10.367176 run   osmo-ms-virt-phy/00034(pid=69): Launched
22:50:10.380715 run           osmo-ms-virt-phy/00035: Starting virtphy
22:50:10.407862 run   osmo-ms-virt-phy/00035(pid=70): Launched
22:50:10.420634 run           osmo-ms-virt-phy/00036: Starting virtphy
22:50:10.447821 run   osmo-ms-virt-phy/00036(pid=71): Launched
22:50:10.460229 run           osmo-ms-virt-phy/00037: Starting virtphy
22:50:10.487498 run   osmo-ms-virt-phy/00037(pid=72): Launched
22:50:10.500141 run           osmo-ms-virt-phy/00038: Starting virtphy
22:50:10.527315 run   osmo-ms-virt-phy/00038(pid=73): Launched
22:50:10.539911 run           osmo-ms-virt-phy/00039: Starting virtphy
22:50:10.567102 run   osmo-ms-virt-phy/00039(pid=74): Launched
22:50:10.580011 run           osmo-ms-virt-phy/00040: Starting virtphy
22:50:10.607410 run   osmo-ms-virt-phy/00040(pid=75): Launched
22:50:10.621157 run           osmo-ms-virt-phy/00041: Starting virtphy
22:50:10.649433 run   osmo-ms-virt-phy/00041(pid=76): Launched
22:50:10.662868 run           osmo-ms-virt-phy/00042: Starting virtphy
22:50:10.695277 run   osmo-ms-virt-phy/00042(pid=77): Launched
22:50:10.714863 run           osmo-ms-virt-phy/00043: Starting virtphy
22:50:10.759700 run   osmo-ms-virt-phy/00043(pid=78): Launched
22:50:10.778796 run           osmo-ms-virt-phy/00044: Starting virtphy
22:50:10.819683 run   osmo-ms-virt-phy/00044(pid=79): Launched
22:50:10.837150 run           osmo-ms-virt-phy/00045: Starting virtphy
22:50:10.873608 run   osmo-ms-virt-phy/00045(pid=80): Launched
22:50:10.890221 run           osmo-ms-virt-phy/00046: Starting virtphy
22:50:10.925310 run   osmo-ms-virt-phy/00046(pid=81): Launched
22:50:10.941858 run           osmo-ms-virt-phy/00047: Starting virtphy
22:50:10.977332 run   osmo-ms-virt-phy/00047(pid=82): Launched
22:50:10.994044 run           osmo-ms-virt-phy/00048: Starting virtphy
22:50:11.029534 run   osmo-ms-virt-phy/00048(pid=83): Launched
22:50:11.047753 run           osmo-ms-virt-phy/00049: Starting virtphy
22:50:11.082247 run   osmo-ms-virt-phy/00049(pid=84): Launched
22:50:11.098830 run           osmo-ms-virt-phy/00050: Starting virtphy
22:50:11.132316 run   osmo-ms-virt-phy/00050(pid=85): Launched
22:50:11.149027 run           osmo-ms-virt-phy/00051: Starting virtphy
22:50:11.179957 run   osmo-ms-virt-phy/00051(pid=86): Launched
22:50:11.196084 run           osmo-ms-virt-phy/00052: Starting virtphy
22:50:11.225556 run   osmo-ms-virt-phy/00052(pid=87): Launched
22:50:11.238954 run           osmo-ms-virt-phy/00053: Starting virtphy
22:50:11.270342 run   osmo-ms-virt-phy/00053(pid=88): Launched
22:50:11.284680 run           osmo-ms-virt-phy/00054: Starting virtphy
22:50:11.317725 run   osmo-ms-virt-phy/00054(pid=89): Launched
22:50:11.332767 run           osmo-ms-virt-phy/00055: Starting virtphy
22:50:11.365290 run   osmo-ms-virt-phy/00055(pid=90): Launched
22:50:11.380305 run           osmo-ms-virt-phy/00056: Starting virtphy
22:50:11.413030 run   osmo-ms-virt-phy/00056(pid=91): Launched
22:50:11.429400 run           osmo-ms-virt-phy/00057: Starting virtphy
22:50:11.460742 run   osmo-ms-virt-phy/00057(pid=92): Launched
22:50:11.475296 run           osmo-ms-virt-phy/00058: Starting virtphy
22:50:11.504864 run   osmo-ms-virt-phy/00058(pid=93): Launched
22:50:11.521457 run           osmo-ms-virt-phy/00059: Starting virtphy
22:50:11.566170 run   osmo-ms-virt-phy/00059(pid=94): Launched
22:50:11.579337 run           osmo-ms-virt-phy/00060: Starting virtphy
22:50:11.607549 run   osmo-ms-virt-phy/00060(pid=95): Launched
22:50:11.620896 run           osmo-ms-virt-phy/00061: Starting virtphy
22:50:11.649935 run   osmo-ms-virt-phy/00061(pid=96): Launched
22:50:11.664104 run           osmo-ms-virt-phy/00062: Starting virtphy
22:50:11.692413 run   osmo-ms-virt-phy/00062(pid=97): Launched
22:50:11.705980 run           osmo-ms-virt-phy/00063: Starting virtphy
22:50:11.737341 run   osmo-ms-virt-phy/00063(pid=98): Launched
22:50:11.750898 run           osmo-ms-virt-phy/00064: Starting virtphy
22:50:11.780240 run   osmo-ms-virt-phy/00064(pid=99): Launched
22:50:11.796259 run           osmo-ms-virt-phy/00065: Starting virtphy
22:50:11.834055 run  osmo-ms-virt-phy/00065(pid=100): Launched
22:50:11.846927 run           osmo-ms-virt-phy/00066: Starting virtphy
22:50:11.875633 run  osmo-ms-virt-phy/00066(pid=101): Launched
22:50:11.888522 run           osmo-ms-virt-phy/00067: Starting virtphy
22:50:11.917372 run  osmo-ms-virt-phy/00067(pid=102): Launched
22:50:11.930499 run           osmo-ms-virt-phy/00068: Starting virtphy
22:50:11.959238 run  osmo-ms-virt-phy/00068(pid=103): Launched
22:50:11.972696 run           osmo-ms-virt-phy/00069: Starting virtphy
22:50:12.000926 run  osmo-ms-virt-phy/00069(pid=104): Launched
22:50:12.013885 run           osmo-ms-virt-phy/00070: Starting virtphy
22:50:12.043805 run  osmo-ms-virt-phy/00070(pid=105): Launched
22:50:12.057345 run           osmo-ms-virt-phy/00071: Starting virtphy
22:50:12.085819 run  osmo-ms-virt-phy/00071(pid=106): Launched
22:50:12.099206 run           osmo-ms-virt-phy/00072: Starting virtphy
22:50:12.128157 run  osmo-ms-virt-phy/00072(pid=107): Launched
22:50:12.141145 run           osmo-ms-virt-phy/00073: Starting virtphy
22:50:12.169255 run  osmo-ms-virt-phy/00073(pid=108): Launched
22:50:12.181984 run           osmo-ms-virt-phy/00074: Starting virtphy
22:50:12.209612 run  osmo-ms-virt-phy/00074(pid=109): Launched
22:50:12.222391 run           osmo-ms-virt-phy/00075: Starting virtphy
22:50:12.251095 run  osmo-ms-virt-phy/00075(pid=110): Launched
22:50:12.263780 run           osmo-ms-virt-phy/00076: Starting virtphy
22:50:12.290689 run  osmo-ms-virt-phy/00076(pid=111): Launched
22:50:12.302957 run           osmo-ms-virt-phy/00077: Starting virtphy
22:50:12.329707 run  osmo-ms-virt-phy/00077(pid=112): Launched
22:50:12.342088 run           osmo-ms-virt-phy/00078: Starting virtphy
22:50:12.368875 run  osmo-ms-virt-phy/00078(pid=113): Launched
22:50:12.381246 run           osmo-ms-virt-phy/00079: Starting virtphy
22:50:12.408146 run  osmo-ms-virt-phy/00079(pid=114): Launched
22:50:12.420393 run           osmo-ms-virt-phy/00080: Starting virtphy
22:50:12.449653 run  osmo-ms-virt-phy/00080(pid=115): Launched
22:50:12.461973 run           osmo-ms-virt-phy/00081: Starting virtphy
22:50:12.488901 run  osmo-ms-virt-phy/00081(pid=116): Launched
22:50:12.501192 run           osmo-ms-virt-phy/00082: Starting virtphy
22:50:12.527896 run  osmo-ms-virt-phy/00082(pid=117): Launched
22:50:12.540584 run           osmo-ms-virt-phy/00083: Starting virtphy
22:50:12.568412 run  osmo-ms-virt-phy/00083(pid=118): Launched
22:50:12.581268 run           osmo-ms-virt-phy/00084: Starting virtphy
22:50:12.610802 run  osmo-ms-virt-phy/00084(pid=119): Launched
22:50:12.623283 run           osmo-ms-virt-phy/00085: Starting virtphy
22:50:12.650556 run  osmo-ms-virt-phy/00085(pid=120): Launched
22:50:12.663257 run           osmo-ms-virt-phy/00086: Starting virtphy
22:50:12.691190 run  osmo-ms-virt-phy/00086(pid=121): Launched
22:50:12.703840 run           osmo-ms-virt-phy/00087: Starting virtphy
22:50:12.731823 run  osmo-ms-virt-phy/00087(pid=122): Launched
22:50:12.746581 run           osmo-ms-virt-phy/00088: Starting virtphy
22:50:12.774836 run  osmo-ms-virt-phy/00088(pid=123): Launched
22:50:12.787165 run           osmo-ms-virt-phy/00089: Starting virtphy
22:50:12.816283 run  osmo-ms-virt-phy/00089(pid=124): Launched
22:50:12.828512 run           osmo-ms-virt-phy/00090: Starting virtphy
22:50:12.855370 run  osmo-ms-virt-phy/00090(pid=125): Launched
22:50:12.867688 run           osmo-ms-virt-phy/00091: Starting virtphy
22:50:12.894417 run  osmo-ms-virt-phy/00091(pid=126): Launched
22:50:12.906984 run           osmo-ms-virt-phy/00092: Starting virtphy
22:50:12.934375 run  osmo-ms-virt-phy/00092(pid=127): Launched
22:50:12.946848 run           osmo-ms-virt-phy/00093: Starting virtphy
22:50:12.973801 run  osmo-ms-virt-phy/00093(pid=128): Launched
22:50:12.986238 run           osmo-ms-virt-phy/00094: Starting virtphy
22:50:13.013173 run  osmo-ms-virt-phy/00094(pid=129): Launched
22:50:13.025640 run           osmo-ms-virt-phy/00095: Starting virtphy
22:50:13.052713 run  osmo-ms-virt-phy/00095(pid=130): Launched
22:50:13.065216 run           osmo-ms-virt-phy/00096: Starting virtphy
22:50:13.096689 run  osmo-ms-virt-phy/00096(pid=131): Launched
22:50:13.114868 run           osmo-ms-virt-phy/00097: Starting virtphy
22:50:13.154488 run  osmo-ms-virt-phy/00097(pid=132): Launched
22:50:13.172939 run           osmo-ms-virt-phy/00098: Starting virtphy
22:50:13.213261 run  osmo-ms-virt-phy/00098(pid=133): Launched
22:50:13.231511 run           osmo-ms-virt-phy/00099: Starting virtphy
22:50:13.265571 run  osmo-ms-virt-phy/00099(pid=134): Launched
22:50:13.283287 run                             mass: Checking if sockets are in the filesystem
22:50:13.319172 run                osmo-ms-mob/00000: Starting mobile
22:50:13.360015 run       osmo-ms-mob/00000(pid=135): Launched
22:50:13.402336 run                             mass: MS start registered  {at=15390098.366711646, delay=0.0229660551995039, ms=00000}
22:50:17.519114 run                osmo-ms-mob/00001: Starting mobile
22:50:17.555632 run       osmo-ms-mob/00001(pid=136): Launched
22:50:17.583125 run                             mass: MS start registered  {at=15390102.547489705, delay=0.009131703525781631, ms=00001}
22:50:18.877775 run                             mass: MS performed LU  {at=15390103.842131969, lu_delay=5.475420322269201, ms=00000}
22:50:19.317231 run                osmo-ms-mob/00002: Starting mobile
22:50:19.343878 run       osmo-ms-mob/00002(pid=137): Launched
22:50:19.366841 run                             mass: MS start registered  {at=15390104.331254035, delay=0.005755366757512093, ms=00002}
22:50:20.618772 run                osmo-ms-mob/00003: Starting mobile
22:50:20.645503 run       osmo-ms-mob/00003(pid=138): Launched
22:50:20.669306 run                             mass: MS start registered  {at=15390105.633714033, delay=0.011463627219200134, ms=00003}
22:50:21.716575 run                osmo-ms-mob/00004: Starting mobile
22:50:21.742741 run       osmo-ms-mob/00004(pid=139): Launched
22:50:21.765295 run                             mass: MS start registered  {at=15390106.72971895, delay=0.010547133162617683, ms=00004}
22:50:22.644097 run                             mass: MS performed LU  {at=15390107.608467747, lu_delay=5.060978041961789, ms=00001}
22:50:22.678032 run                osmo-ms-mob/00005: Starting mobile
22:50:22.706404 run       osmo-ms-mob/00005(pid=140): Launched
22:50:22.730475 run                             mass: MS start registered  {at=15390107.694885807, delay=0.011872723698616028, ms=00005}
22:50:23.617402 run                osmo-ms-mob/00006: Starting mobile
22:50:23.643350 run       osmo-ms-mob/00006(pid=141): Launched
22:50:23.665690 run                             mass: MS start registered  {at=15390108.630105821, delay=0.010399064049124718, ms=00006}
22:50:24.521901 run                osmo-ms-mob/00007: Starting mobile
22:50:24.556183 run       osmo-ms-mob/00007(pid=142): Launched
22:50:24.569775 run                             mass: MS performed LU  {at=15390109.534192061, lu_delay=5.202938025817275, ms=00002}
22:50:24.582087 run                             mass: MS start registered  {at=15390109.546522155, delay=0.012356564402580261, ms=00007}
22:50:25.316192 run                osmo-ms-mob/00008: Starting mobile
22:50:25.344307 run       osmo-ms-mob/00008(pid=143): Launched
22:50:25.368393 run                             mass: MS start registered  {at=15390110.332804112, delay=0.012171586975455284, ms=00008}
22:50:26.016836 run                osmo-ms-mob/00009: Starting mobile
22:50:26.042897 run       osmo-ms-mob/00009(pid=144): Launched
22:50:26.065120 run                             mass: MS start registered  {at=15390111.029531332, delay=0.010092860087752342, ms=00009}
22:50:26.409990 run                             mass: MS performed LU  {at=15390111.374371262, lu_delay=5.740657228976488, ms=00003}
22:50:26.716342 run                osmo-ms-mob/00010: Starting mobile
22:50:26.743684 run       osmo-ms-mob/00010(pid=145): Launched
22:50:26.764022 run                             mass: MS start registered  {at=15390111.728441734, delay=0.00801389105618, ms=00010}
22:50:26.926268 run                             mass: MS performed LU  {at=15390111.890641738, lu_delay=5.160922788083553, ms=00004}
22:50:27.317502 run                osmo-ms-mob/00011: Starting mobile
22:50:27.343817 run       osmo-ms-mob/00011(pid=146): Launched
22:50:27.365850 run                             mass: MS start registered  {at=15390112.330266185, delay=0.009820988401770592, ms=00011}
22:50:27.916647 run                osmo-ms-mob/00012: Starting mobile
22:50:27.943421 run       osmo-ms-mob/00012(pid=147): Launched
22:50:27.966810 run                             mass: MS start registered  {at=15390112.931196947, delay=0.01090899296104908, ms=00012}
22:50:28.311729 run                             mass: MS performed LU  {at=15390113.27610612, lu_delay=5.5812203120440245, ms=00005}
22:50:28.513951 run                osmo-ms-mob/00013: Starting mobile
22:50:28.542134 run       osmo-ms-mob/00013(pid=148): Launched
22:50:28.564304 run                             mass: MS start registered  {at=15390113.528704494, delay=0.008998872712254524, ms=00013}
22:50:28.828351 run                             mass: MS performed LU  {at=15390113.79271553, lu_delay=5.162609709426761, ms=00006}
22:50:29.116814 run                osmo-ms-mob/00014: Starting mobile
22:50:29.143973 run       osmo-ms-mob/00014(pid=149): Launched
22:50:29.166954 run                             mass: MS start registered  {at=15390114.131347153, delay=0.010376302525401115, ms=00014}
22:50:29.716858 run                osmo-ms-mob/00015: Starting mobile
22:50:29.743080 run       osmo-ms-mob/00015(pid=150): Launched
22:50:29.764699 run                             mass: MS start registered  {at=15390114.729122875, delay=0.009352017194032669, ms=00015}
22:50:30.175365 run                             mass: MS performed LU  {at=15390115.13974211, lu_delay=4.80693799816072, ms=00008}
22:50:30.201526 run                osmo-ms-mob/00016: Starting mobile
22:50:30.229905 run       osmo-ms-mob/00016(pid=151): Launched
22:50:30.242356 run                             mass: MS performed LU  {at=15390115.20678779, lu_delay=5.660265633836389, ms=00007}
22:50:30.254448 run                             mass: MS start registered  {at=15390115.218884556, delay=0.012115491554141045, ms=00016}
22:50:30.717853 run                osmo-ms-mob/00017: Starting mobile
22:50:30.744533 run       osmo-ms-mob/00017(pid=152): Launched
22:50:30.768299 run                             mass: MS start registered  {at=15390115.732716857, delay=0.011223874986171722, ms=00017}
22:50:31.316799 run                osmo-ms-mob/00018: Starting mobile
22:50:31.343617 run       osmo-ms-mob/00018(pid=153): Launched
22:50:31.364376 run                             mass: MS start registered  {at=15390116.32877986, delay=0.008059157058596611, ms=00018}
22:50:31.718281 run                osmo-ms-mob/00019: Starting mobile
22:50:31.746826 run       osmo-ms-mob/00019(pid=154): Launched
22:50:31.771717 run                             mass: MS start registered  {at=15390116.73611445, delay=0.011055227369070053, ms=00019}
22:50:32.076502 run                             mass: MS performed LU  {at=15390117.040885223, lu_delay=5.3124434892088175, ms=00010}
22:50:32.123499 run                             mass: MS performed LU  {at=15390117.0878867, lu_delay=6.058355368673801, ms=00009}
22:50:32.153356 run                osmo-ms-mob/00020: Starting mobile
22:50:32.184630 run       osmo-ms-mob/00020(pid=155): Launched
22:50:32.202468 run                             mass: MS performed LU  {at=15390117.166890508, lu_delay=4.836624322459102, ms=00011}
22:50:32.220901 run                             mass: MS start registered  {at=15390117.185325084, delay=0.01845996454358101, ms=00020}
22:50:32.718181 run                osmo-ms-mob/00021: Starting mobile
22:50:32.745174 run       osmo-ms-mob/00021(pid=156): Launched
22:50:32.770959 run                             mass: MS start registered  {at=15390117.73533343, delay=0.013429490849375725, ms=00021}
22:50:33.116614 run                osmo-ms-mob/00022: Starting mobile
22:50:33.143211 run       osmo-ms-mob/00022(pid=157): Launched
22:50:33.165981 run                             mass: MS start registered  {at=15390118.130382529, delay=0.010474305599927902, ms=00022}
22:50:33.623487 run                osmo-ms-mob/00023: Starting mobile
22:50:33.649947 run       osmo-ms-mob/00023(pid=158): Launched
22:50:33.671738 run                             mass: MS start registered  {at=15390118.636148108, delay=0.009478094056248665, ms=00023}
22:50:33.858419 run                             mass: MS performed LU  {at=15390118.822798183, lu_delay=5.294093688949943, ms=00013}
22:50:33.941243 run                             mass: MS performed LU  {at=15390118.90562188, lu_delay=4.774274727329612, ms=00014}
22:50:33.968996 run                osmo-ms-mob/00024: Starting mobile
22:50:33.996182 run       osmo-ms-mob/00024(pid=159): Launched
22:50:34.008432 run                             mass: MS performed LU  {at=15390118.97285756, lu_delay=6.04166061244905, ms=00012}
22:50:34.020494 run                             mass: MS start registered  {at=15390118.984928166, delay=0.01209646463394165, ms=00024}
22:50:34.517079 run                osmo-ms-mob/00025: Starting mobile
22:50:34.543502 run       osmo-ms-mob/00025(pid=160): Launched
22:50:34.566353 run                             mass: MS start registered  {at=15390119.530769669, delay=0.010235318914055824, ms=00025}
22:50:34.916724 run                osmo-ms-mob/00026: Starting mobile
22:50:34.943442 run       osmo-ms-mob/00026(pid=161): Launched
22:50:34.968046 run                             mass: MS start registered  {at=15390119.932467103, delay=0.012246165424585342, ms=00026}
22:50:35.315294 run                osmo-ms-mob/00027: Starting mobile
22:50:35.342483 run       osmo-ms-mob/00027(pid=162): Launched
22:50:35.366536 run                             mass: MS start registered  {at=15390120.330913467, delay=0.008824976161122322, ms=00027}
22:50:35.715647 run                osmo-ms-mob/00028: Starting mobile
22:50:35.747221 run       osmo-ms-mob/00028(pid=163): Launched
22:50:35.775407 run                             mass: MS start registered  {at=15390120.739779945, delay=0.010512465611100197, ms=00028}
22:50:35.842598 run                             mass: MS performed LU  {at=15390120.80697003, lu_delay=6.077847154811025, ms=00015}
22:50:35.888518 run                             mass: MS performed LU  {at=15390120.852896787, lu_delay=5.120179930701852, ms=00017}
22:50:35.958536 run                             mass: MS performed LU  {at=15390120.922924886, lu_delay=5.704040329903364, ms=00016}
22:50:35.988768 run                osmo-ms-mob/00029: Starting mobile
22:50:36.019159 run       osmo-ms-mob/00029(pid=164): Launched
22:50:36.044451 run                             mass: MS start registered  {at=15390121.008837126, delay=0.007669353857636452, ms=00029}
22:50:36.230648 run                             mass: MS performed LU  {at=15390121.195021616, lu_delay=4.866241756826639, ms=00018}
22:50:36.517254 run                osmo-ms-mob/00030: Starting mobile
22:50:36.546899 run       osmo-ms-mob/00030(pid=165): Launched
22:50:36.572454 run                             mass: MS start registered  {at=15390121.53684447, delay=0.012380128726363182, ms=00030}
22:50:36.915106 run                osmo-ms-mob/00031: Starting mobile
22:50:36.944679 run       osmo-ms-mob/00031(pid=166): Launched
22:50:36.968913 run                             mass: MS start registered  {at=15390121.933311515, delay=0.010272307321429253, ms=00031}
22:50:37.217382 run                osmo-ms-mob/00032: Starting mobile
22:50:37.244931 run       osmo-ms-mob/00032(pid=167): Launched
22:50:37.264869 run                             mass: MS start registered  {at=15390122.229293259, delay=0.007109282538294792, ms=00032}
22:50:37.618608 run                osmo-ms-mob/00033: Starting mobile
22:50:37.648880 run       osmo-ms-mob/00033(pid=168): Launched
22:50:37.665622 run                             mass: MS performed LU  {at=15390122.630038712, lu_delay=5.8939242623746395, ms=00019}
22:50:37.681700 run                             mass: MS start registered  {at=15390122.646129876, delay=0.016120698302984238, ms=00033}
22:50:37.707192 run                             mass: MS performed LU  {at=15390122.671572095, lu_delay=4.936238665133715, ms=00021}
22:50:37.752969 run                             mass: MS performed LU  {at=15390122.71734758, lu_delay=5.5320224948227406, ms=00020}
22:50:37.783176 run                osmo-ms-mob/00034: Starting mobile
22:50:37.811190 run       osmo-ms-mob/00034(pid=169): Launched
22:50:37.839377 run                             mass: MS start registered  {at=15390122.803759009, delay=0.01478113979101181, ms=00034}
22:50:37.896821 run                             mass: MS performed LU  {at=15390122.861202402, lu_delay=4.730819873511791, ms=00022}
22:50:38.318246 run                osmo-ms-mob/00035: Starting mobile
22:50:38.345835 run       osmo-ms-mob/00035(pid=170): Launched
22:50:38.368075 run                             mass: MS start registered  {at=15390123.332482837, delay=0.009860571473836899, ms=00035}
22:50:38.717379 run                osmo-ms-mob/00036: Starting mobile
22:50:38.744555 run       osmo-ms-mob/00036(pid=171): Launched
22:50:38.765152 run                             mass: MS start registered  {at=15390123.729574798, delay=0.008526947349309921, ms=00036}
22:50:39.116421 run                osmo-ms-mob/00037: Starting mobile
22:50:39.142822 run       osmo-ms-mob/00037(pid=172): Launched
22:50:39.163156 run                             mass: MS start registered  {at=15390124.12757891, delay=0.008178342133760452, ms=00037}
22:50:39.416599 run                osmo-ms-mob/00038: Starting mobile
22:50:39.442997 run       osmo-ms-mob/00038(pid=173): Launched
22:50:39.465796 run                             mass: MS start registered  {at=15390124.430223677, delay=0.010687146335840225, ms=00038}
22:50:39.608496 run                             mass: MS performed LU  {at=15390124.572882112, lu_delay=5.587953945621848, ms=00024}
22:50:39.632381 run                osmo-ms-mob/00039: Starting mobile
22:50:39.664493 run       osmo-ms-mob/00039(pid=174): Launched
22:50:39.676456 run                             mass: MS performed LU  {at=15390124.640888108, lu_delay=4.708421004936099, ms=00026}
22:50:39.706071 run                             mass: MS start registered  {at=15390124.670461502, delay=0.029591737315058708, ms=00039}
22:50:39.724263 run                             mass: MS performed LU  {at=15390124.688688107, lu_delay=6.052539998665452, ms=00023}
22:50:40.117458 run                osmo-ms-mob/00040: Starting mobile
22:50:40.143656 run       osmo-ms-mob/00040(pid=175): Launched
22:50:40.167909 run                             mass: MS start registered  {at=15390125.132318225, delay=0.011837707832455635, ms=00040}
22:50:40.417032 run                osmo-ms-mob/00041: Starting mobile
22:50:40.443141 run       osmo-ms-mob/00041(pid=176): Launched
22:50:40.470962 run                             mass: MS start registered  {at=15390125.435339378, delay=0.01562630943953991, ms=00041}
22:50:40.716540 run                osmo-ms-mob/00042: Starting mobile
22:50:40.742997 run       osmo-ms-mob/00042(pid=177): Launched
22:50:40.764548 run                             mass: MS start registered  {at=15390125.72896306, delay=0.009612485766410828, ms=00042}
22:50:41.117802 run                osmo-ms-mob/00043: Starting mobile
22:50:41.146105 run       osmo-ms-mob/00043(pid=178): Launched
22:50:41.171951 run                             mass: MS start registered  {at=15390126.136344079, delay=0.012179762125015259, ms=00043}
22:50:41.390248 run                             mass: MS performed LU  {at=15390126.354634874, lu_delay=6.023721406236291, ms=00027}
22:50:41.415785 run                osmo-ms-mob/00044: Starting mobile
22:50:41.443445 run       osmo-ms-mob/00044(pid=179): Launched
22:50:41.468819 run                             mass: MS start registered  {at=15390126.433219261, delay=0.012421635910868645, ms=00044}
22:50:41.484391 run                             mass: MS performed LU  {at=15390126.448814282, lu_delay=5.709034336730838, ms=00028}
22:50:41.519086 run                             mass: MS performed LU  {at=15390126.483461862, lu_delay=5.474624736234546, ms=00029}
22:50:41.551921 run                osmo-ms-mob/00045: Starting mobile
22:50:41.591517 run       osmo-ms-mob/00045(pid=180): Launched
22:50:41.624810 run                             mass: MS start registered  {at=15390126.58917543, delay=0.014656446874141693, ms=00045}
22:50:41.663034 run                             mass: MS performed LU  {at=15390126.627408547, lu_delay=5.090564077720046, ms=00030}
22:50:41.683977 run                             mass: MS performed LU  {at=15390126.648358202, lu_delay=4.715046687051654, ms=00031}
22:50:41.712834 run                osmo-ms-mob/00046: Starting mobile
22:50:41.755981 run       osmo-ms-mob/00046(pid=181): Launched
22:50:41.784344 run                             mass: MS start registered  {at=15390126.748723548, delay=0.009463867172598839, ms=00046}
22:50:42.314038 run                osmo-ms-mob/00047: Starting mobile
22:50:42.344721 run       osmo-ms-mob/00047(pid=182): Launched
22:50:42.367186 run                             mass: MS start registered  {at=15390127.331579138, delay=0.008528439328074455, ms=00047}
22:50:42.616141 run                osmo-ms-mob/00048: Starting mobile
22:50:42.644123 run       osmo-ms-mob/00048(pid=183): Launched
22:50:42.666345 run                             mass: MS start registered  {at=15390127.630745796, delay=0.009131303057074547, ms=00048}
22:50:42.917127 run                osmo-ms-mob/00049: Starting mobile
22:50:42.945064 run       osmo-ms-mob/00049(pid=184): Launched
22:50:42.969872 run                             mass: MS start registered  {at=15390127.934263133, delay=0.011860290542244911, ms=00049}
22:50:43.216917 run                osmo-ms-mob/00050: Starting mobile
22:50:43.243407 run       osmo-ms-mob/00050(pid=185): Launched
22:50:43.266788 run                             mass: MS start registered  {at=15390128.231206235, delay=0.010757159441709518, ms=00050}
22:50:43.374009 run                             mass: MS performed LU  {at=15390128.338375507, lu_delay=4.608800709247589, ms=00036}
22:50:43.420812 run                             mass: MS performed LU  {at=15390128.385240149, lu_delay=5.052757311612368, ms=00035}
22:50:43.490108 run                             mass: MS performed LU  {at=15390128.454514548, lu_delay=6.22522128932178, ms=00032}
22:50:43.516906 run                osmo-ms-mob/00051: Starting mobile
22:50:43.543596 run       osmo-ms-mob/00051(pid=186): Launched
22:50:43.566523 run                             mass: MS start registered  {at=15390128.530938055, delay=0.010503631085157394, ms=00051}
22:50:43.582277 run                             mass: MS performed LU  {at=15390128.546706012, lu_delay=5.900576135143638, ms=00033}
22:50:43.917640 run                osmo-ms-mob/00052: Starting mobile
22:50:43.945337 run       osmo-ms-mob/00052(pid=187): Launched
22:50:43.969493 run                             mass: MS start registered  {at=15390128.933850605, delay=0.011173209175467491, ms=00052}
22:50:44.215829 run                osmo-ms-mob/00053: Starting mobile
22:50:44.242060 run       osmo-ms-mob/00053(pid=188): Launched
22:50:44.264546 run                             mass: MS start registered  {at=15390129.228969047, delay=0.009996209293603897, ms=00053}
22:50:44.517593 run                osmo-ms-mob/00054: Starting mobile
22:50:44.545390 run       osmo-ms-mob/00054(pid=189): Launched
22:50:44.567930 run                             mass: MS start registered  {at=15390129.532336451, delay=0.00989951565861702, ms=00054}
22:50:44.817299 run                osmo-ms-mob/00055: Starting mobile
22:50:44.843292 run       osmo-ms-mob/00055(pid=190): Launched
22:50:44.866041 run                             mass: MS start registered  {at=15390129.830456395, delay=0.010671848431229591, ms=00055}
22:50:45.119639 run                osmo-ms-mob/00056: Starting mobile
22:50:45.151039 run       osmo-ms-mob/00056(pid=191): Launched
22:50:45.163906 run                             mass: MS performed LU  {at=15390130.128330955, lu_delay=5.698107277974486, ms=00038}
22:50:45.187923 run                             mass: MS start registered  {at=15390130.152343879, delay=0.024036075919866562, ms=00056}
22:50:45.239199 run                             mass: MS performed LU  {at=15390130.20357691, lu_delay=5.071258684620261, ms=00040}
22:50:45.265389 run                osmo-ms-mob/00057: Starting mobile
22:50:45.293445 run       osmo-ms-mob/00057(pid=192): Launched
22:50:45.306284 run                             mass: MS performed LU  {at=15390130.270705767, lu_delay=4.835366388782859, ms=00041}
22:50:45.336057 run                             mass: MS start registered  {at=15390130.300426185, delay=0.029746538028120995, ms=00057}
22:50:45.431036 run                             mass: MS performed LU  {at=15390130.395397853, lu_delay=5.724936351180077, ms=00039}
22:50:45.501634 run                             mass: MS performed LU  {at=15390130.466000682, lu_delay=4.737037621438503, ms=00042}
22:50:45.538340 run                osmo-ms-mob/00058: Starting mobile
22:50:45.589018 run       osmo-ms-mob/00058(pid=193): Launched
22:50:45.628426 run                             mass: MS start registered  {at=15390130.592793876, delay=0.02160711959004402, ms=00058}
22:50:46.117349 run                osmo-ms-mob/00059: Starting mobile
22:50:46.144857 run       osmo-ms-mob/00059(pid=194): Launched
22:50:46.169220 run                             mass: MS start registered  {at=15390131.133636745, delay=0.011470379307866096, ms=00059}
22:50:46.414211 run                osmo-ms-mob/00060: Starting mobile
22:50:46.440712 run       osmo-ms-mob/00060(pid=195): Launched
22:50:46.463995 run                             mass: MS start registered  {at=15390131.428409345, delay=0.011098898947238922, ms=00060}
22:50:46.498210 run                             mass: MS performed LU  {at=15390131.462614935, lu_delay=3.831869138404727, ms=00048}
22:50:46.817490 run                osmo-ms-mob/00061: Starting mobile
22:50:46.844530 run       osmo-ms-mob/00061(pid=196): Launched
22:50:46.869606 run                             mass: MS start registered  {at=15390131.83399587, delay=0.012979984283447266, ms=00061}
22:50:47.117447 run                osmo-ms-mob/00062: Starting mobile
22:50:47.144040 run       osmo-ms-mob/00062(pid=197): Launched
22:50:47.156187 run                             mass: MS performed LU  {at=15390132.120615037, lu_delay=5.687395775690675, ms=00044}
22:50:47.168709 run                             mass: MS start registered  {at=15390132.133144546, delay=0.012550188228487968, ms=00062}
22:50:47.185925 run                             mass: MS performed LU  {at=15390132.15035287, lu_delay=5.5611774399876595, ms=00045}
22:50:47.208110 run                osmo-ms-mob/00063: Starting mobile
22:50:47.234921 run       osmo-ms-mob/00063(pid=198): Launched
22:50:47.258331 run                             mass: MS start registered  {at=15390132.222747985, delay=0.004286346957087517, ms=00063}
22:50:47.292560 run                             mass: MS performed LU  {at=15390132.256964415, lu_delay=5.50824086740613, ms=00046}
22:50:47.347671 run                             mass: MS performed LU  {at=15390132.31207887, lu_delay=4.980499733239412, ms=00047}
22:50:47.815462 run                osmo-ms-mob/00064: Starting mobile
22:50:47.850737 run       osmo-ms-mob/00064(pid=199): Launched
22:50:47.886408 run                             mass: MS start registered  {at=15390132.850785522, delay=0.019564369693398476, ms=00064}
22:50:48.197930 run                             mass: MS performed LU  {at=15390133.16230502, lu_delay=3.6299685686826706, ms=00054}
22:50:48.232470 run                osmo-ms-mob/00065: Starting mobile
22:50:48.269770 run       osmo-ms-mob/00065(pid=200): Launched
22:50:48.300622 run                             mass: MS start registered  {at=15390133.265004601, delay=0.016464203596115112, ms=00065}
22:50:48.514695 run                osmo-ms-mob/00066: Starting mobile
22:50:48.546856 run       osmo-ms-mob/00066(pid=201): Launched
22:50:48.571379 run                             mass: MS start registered  {at=15390133.535773158, delay=0.0076852235943078995, ms=00066}
22:50:48.917596 run                osmo-ms-mob/00067: Starting mobile
22:50:48.956934 run       osmo-ms-mob/00067(pid=202): Launched
22:50:48.975069 run                             mass: MS performed LU  {at=15390133.93948531, lu_delay=5.708279075101018, ms=00050}
22:50:48.992588 run                             mass: MS start registered  {at=15390133.957015527, delay=0.017565112560987473, ms=00067}
22:50:49.009795 run                             mass: MS performed LU  {at=15390133.9742129, lu_delay=5.040362294763327, ms=00052}
22:50:49.043131 run                osmo-ms-mob/00068: Starting mobile
22:50:49.073182 run       osmo-ms-mob/00068(pid=203): Launched
22:50:49.086719 run                             mass: MS performed LU  {at=15390134.051135084, lu_delay=5.520197028294206, ms=00051}
22:50:49.100322 run                             mass: MS start registered  {at=15390134.064752327, delay=0.013650985434651375, ms=00068}
22:50:49.194806 run                             mass: MS performed LU  {at=15390134.159180714, lu_delay=4.930211666971445, ms=00053}
22:50:49.267745 run                             mass: MS performed LU  {at=15390134.232132375, lu_delay=6.2978692427277565, ms=00049}
22:50:49.295083 run                osmo-ms-mob/00069: Starting mobile
22:50:49.323939 run       osmo-ms-mob/00069(pid=204): Launched
22:50:49.350528 run                             mass: MS start registered  {at=15390134.314942086, delay=0.012961620464920998, ms=00069}
22:50:50.018079 run                osmo-ms-mob/00070: Starting mobile
22:50:50.047352 run       osmo-ms-mob/00070(pid=205): Launched
22:50:50.071730 run                             mass: MS start registered  {at=15390135.036138143, delay=0.011315876618027687, ms=00070}
22:50:50.090335 run                             mass: MS performed LU  {at=15390135.054761056, lu_delay=3.626351710408926, ms=00060}
22:50:50.418728 run                osmo-ms-mob/00071: Starting mobile
22:50:50.446066 run       osmo-ms-mob/00071(pid=206): Launched
22:50:50.469700 run                             mass: MS start registered  {at=15390135.434126249, delay=0.011064637452363968, ms=00071}
22:50:50.818181 run                osmo-ms-mob/00072: Starting mobile
22:50:50.845829 run       osmo-ms-mob/00072(pid=207): Launched
22:50:50.858552 run                             mass: MS performed LU  {at=15390135.822975965, lu_delay=4.689339220523834, ms=00059}
22:50:50.871507 run                             mass: MS start registered  {at=15390135.835942356, delay=0.012991216033697128, ms=00072}
22:50:50.906312 run                             mass: MS performed LU  {at=15390135.87072074, lu_delay=6.040264345705509, ms=00055}
22:50:50.951947 run                             mass: MS performed LU  {at=15390135.916348077, lu_delay=5.323554201051593, ms=00058}
22:50:50.978075 run                osmo-ms-mob/00073: Starting mobile
22:50:51.005635 run       osmo-ms-mob/00073(pid=208): Launched
22:50:51.029492 run                             mass: MS start registered  {at=15390135.993903732, delay=0.011124256998300552, ms=00073}
22:50:51.114119 run                             mass: MS performed LU  {at=15390136.078501632, lu_delay=5.926157753914595, ms=00056}
22:50:51.131453 run                             mass: MS performed LU  {at=15390136.095869295, lu_delay=5.79544311016798, ms=00057}
22:50:51.617861 run                osmo-ms-mob/00074: Starting mobile
22:50:51.644175 run       osmo-ms-mob/00074(pid=209): Launched
22:50:51.664618 run                             mass: MS start registered  {at=15390136.629036656, delay=0.008318062871694565, ms=00074}
22:50:52.014845 run                osmo-ms-mob/00075: Starting mobile
22:50:52.042248 run       osmo-ms-mob/00075(pid=210): Launched
22:50:52.065647 run                             mass: MS start registered  {at=15390137.030057982, delay=0.011167990043759346, ms=00075}
22:50:52.518976 run                osmo-ms-mob/00076: Starting mobile
22:50:52.563859 run       osmo-ms-mob/00076(pid=211): Launched
22:50:52.593793 run                             mass: MS start registered  {at=15390137.55817048, delay=0.009968165308237076, ms=00076}
22:50:52.686904 run                             mass: MS performed LU  {at=15390137.65127538, lu_delay=5.518130833283067, ms=00062}
22:50:52.770621 run                             mass: MS performed LU  {at=15390137.734996883, lu_delay=4.884211361408234, ms=00064}
22:50:52.817252 run                             mass: MS performed LU  {at=15390137.781625481, lu_delay=5.558877496048808, ms=00063}
22:50:52.851608 run                osmo-ms-mob/00077: Starting mobile
22:50:52.888104 run       osmo-ms-mob/00077(pid=212): Launched
22:50:52.911000 run                             mass: MS start registered  {at=15390137.875412963, delay=0.0013712458312511444, ms=00077}
22:50:52.961229 run                             mass: MS performed LU  {at=15390137.925606651, lu_delay=6.091610781848431, ms=00061}
22:50:52.979165 run                             mass: MS performed LU  {at=15390137.943591764, lu_delay=4.6785871628671885, ms=00065}
22:50:53.421364 run                osmo-ms-mob/00078: Starting mobile
22:50:53.451474 run       osmo-ms-mob/00078(pid=213): Launched
22:50:53.475035 run                             mass: MS start registered  {at=15390138.43944849, delay=0.007327452301979065, ms=00078}
22:50:53.812805 run                osmo-ms-mob/00079: Starting mobile
22:50:53.839979 run       osmo-ms-mob/00079(pid=214): Launched
22:50:53.865059 run                             mass: MS start registered  {at=15390138.829430327, delay=0.012569162994623184, ms=00079}
22:50:54.315321 run                osmo-ms-mob/00080: Starting mobile
22:50:54.342379 run       osmo-ms-mob/00080(pid=215): Launched
22:50:54.366953 run                             mass: MS start registered  {at=15390139.331365308, delay=0.011830154806375504, ms=00080}
22:50:54.551654 run                             mass: MS performed LU  {at=15390139.516016316, lu_delay=5.451263988390565, ms=00068}
22:50:54.588331 run                             mass: MS performed LU  {at=15390139.55272592, lu_delay=4.5165877770632505, ms=00070}
22:50:54.718559 run                             mass: MS performed LU  {at=15390139.682939606, lu_delay=5.725924078375101, ms=00067}
22:50:54.745258 run                osmo-ms-mob/00081: Starting mobile
22:50:54.773007 run       osmo-ms-mob/00081(pid=216): Launched
22:50:54.797703 run                             mass: MS start registered  {at=15390139.762104686, delay=0.012367796152830124, ms=00081}
22:50:54.879985 run                             mass: MS performed LU  {at=15390139.844362218, lu_delay=5.52942013181746, ms=00069}
22:50:55.219217 run                osmo-ms-mob/00082: Starting mobile
22:50:55.246696 run       osmo-ms-mob/00082(pid=217): Launched
22:50:55.270292 run                             mass: MS start registered  {at=15390140.234694922, delay=0.011359399184584618, ms=00082}
22:50:55.595220 run                             mass: MS performed LU  {at=15390140.559586402, lu_delay=7.023813243955374, ms=00066}
22:50:55.817630 run                osmo-ms-mob/00083: Starting mobile
22:50:55.855019 run       osmo-ms-mob/00083(pid=218): Launched
22:50:55.881544 run                             mass: MS start registered  {at=15390140.845923198, delay=0.008687688037753105, ms=00083}
22:50:56.316263 run                osmo-ms-mob/00084: Starting mobile
22:50:56.346987 run       osmo-ms-mob/00084(pid=219): Launched
22:50:56.373590 run                             mass: MS start registered  {at=15390141.337972349, delay=0.013257278129458427, ms=00084}
22:50:56.453560 run                             mass: MS performed LU  {at=15390141.417942282, lu_delay=5.581999925896525, ms=00072}
22:50:56.491360 run                             mass: MS performed LU  {at=15390141.455767082, lu_delay=5.461863350123167, ms=00073}
22:50:56.582417 run                             mass: MS performed LU  {at=15390141.54679075, lu_delay=6.1126645021140575, ms=00071}
22:50:56.744593 run                             mass: MS performed LU  {at=15390141.708973931, lu_delay=5.0799372754991055, ms=00074}
22:50:56.774001 run                osmo-ms-mob/00085: Starting mobile
22:50:56.802103 run       osmo-ms-mob/00085(pid=220): Launched
22:50:56.814815 run                             mass: MS performed LU  {at=15390141.779240416, lu_delay=22.248470747843385, ms=00025}
22:50:56.827238 run                             mass: MS performed LU  {at=15390141.791673252, lu_delay=4.7616152707487345, ms=00075}
22:50:56.839607 run                             mass: MS start registered  {at=15390141.80403657, delay=0.02482036128640175, ms=00085}
22:50:57.415689 run                osmo-ms-mob/00086: Starting mobile
22:50:57.443501 run       osmo-ms-mob/00086(pid=221): Launched
22:50:57.466491 run                             mass: MS start registered  {at=15390142.43090976, delay=0.009940944612026215, ms=00086}
22:50:58.015391 run                osmo-ms-mob/00087: Starting mobile
22:50:58.042382 run       osmo-ms-mob/00087(pid=222): Launched
22:50:58.066637 run                             mass: MS start registered  {at=15390143.031037401, delay=0.011803723871707916, ms=00087}
22:50:58.318157 run                             mass: MS performed LU  {at=15390143.2825304, lu_delay=4.843081910163164, ms=00078}
22:50:58.354256 run                             mass: MS performed LU  {at=15390143.318660095, lu_delay=5.443247132003307, ms=00077}
22:50:58.483644 run                             mass: MS performed LU  {at=15390143.44802755, lu_delay=4.618597222492099, ms=00079}
22:50:58.512518 run                osmo-ms-mob/00088: Starting mobile
22:50:58.541558 run       osmo-ms-mob/00088(pid=223): Launched
22:50:58.566279 run                             mass: MS start registered  {at=15390143.530666549, delay=0.011964578181505203, ms=00088}
22:50:58.645141 run                             mass: MS performed LU  {at=15390143.60951877, lu_delay=6.051348289474845, ms=00076}
22:50:59.215652 run                osmo-ms-mob/00089: Starting mobile
22:50:59.243330 run       osmo-ms-mob/00089(pid=224): Launched
22:50:59.266816 run                             mass: MS start registered  {at=15390144.23120962, delay=0.011071650311350822, ms=00089}
22:50:59.825642 run                osmo-ms-mob/00090: Starting mobile
22:50:59.898586 run       osmo-ms-mob/00090(pid=225): Launched
22:50:59.919189 run                             mass: Starting too slowly. Moving on {now=15390144.883619064, sleep=-0.018152160570025444, target=15390144.865466904}
22:50:59.938652 run                             mass: MS start registered  {at=15390144.903062899, delay=0.019448041915893555, ms=00090}
22:51:00.218859 run                             mass: MS performed LU  {at=15390145.183233727, lu_delay=4.948538804426789, ms=00082}
22:51:00.303386 run                             mass: MS performed LU  {at=15390145.267760484, lu_delay=5.936395175755024, ms=00080}
22:51:00.348539 run                             mass: MS performed LU  {at=15390145.312908096, lu_delay=5.55080340988934, ms=00081}
22:51:00.380817 run                osmo-ms-mob/00091: Starting mobile
22:51:00.413742 run       osmo-ms-mob/00091(pid=226): Launched
22:51:00.439168 run                             mass: MS start registered  {at=15390145.403548865, delay=0.00798470713198185, ms=00091}
22:51:00.491681 run                             mass: MS performed LU  {at=15390145.45605515, lu_delay=4.61013195104897, ms=00083}
22:51:00.745172 run                             mass: MS performed LU  {at=15390145.709547045, lu_delay=22.905788036063313, ms=00034}
22:51:01.217085 run                osmo-ms-mob/00092: Starting mobile
22:51:01.260615 run       osmo-ms-mob/00092(pid=227): Launched
22:51:01.287317 run                             mass: MS start registered  {at=15390146.251684094, delay=0.006106957793235779, ms=00092}
22:51:02.018469 run                osmo-ms-mob/00093: Starting mobile
22:51:02.056462 run       osmo-ms-mob/00093(pid=228): Launched
22:51:02.080440 run                             mass: MS start registered  {at=15390147.04481303, delay=0.006605574861168861, ms=00093}
22:51:02.203523 run                             mass: MS performed LU  {at=15390147.167898757, lu_delay=4.736988997086883, ms=00086}
22:51:02.250072 run                             mass: MS performed LU  {at=15390147.214461122, lu_delay=5.876488773152232, ms=00084}
22:51:02.318371 run                             mass: MS performed LU  {at=15390147.282746803, lu_delay=5.4787102323025465, ms=00085}
22:51:02.592110 run                             mass: MS performed LU  {at=15390147.556486744, lu_delay=23.428907833993435, ms=00037}
22:51:02.917537 run                osmo-ms-mob/00094: Starting mobile
22:51:02.943673 run       osmo-ms-mob/00094(pid=229): Launched
22:51:02.968049 run                             mass: MS start registered  {at=15390147.932440573, delay=0.012258289381861687, ms=00094}
22:51:03.818000 run                osmo-ms-mob/00095: Starting mobile
22:51:03.844594 run       osmo-ms-mob/00095(pid=230): Launched
22:51:03.868988 run                             mass: MS start registered  {at=15390148.833383104, delay=0.01223205029964447, ms=00095}
22:51:04.067775 run                             mass: MS performed LU  {at=15390149.032141607, lu_delay=5.501475058495998, ms=00088}
22:51:04.114861 run                             mass: MS performed LU  {at=15390149.07923549, lu_delay=6.048198089003563, ms=00087}
22:51:04.258082 run                             mass: MS performed LU  {at=15390149.222470488, lu_delay=23.086126409471035, ms=00043}
22:51:04.824393 run                osmo-ms-mob/00096: Starting mobile
22:51:04.852974 run       osmo-ms-mob/00096(pid=231): Launched
22:51:04.875887 run                             mass: MS start registered  {at=15390149.840293799, delay=0.010635459795594215, ms=00096}
22:51:05.917716 run                osmo-ms-mob/00097: Starting mobile
22:51:05.953517 run       osmo-ms-mob/00097(pid=232): Launched
22:51:05.972075 run                             mass: MS performed LU  {at=15390150.936488833, lu_delay=4.684804739430547, ms=00092}
22:51:05.989618 run                             mass: MS start registered  {at=15390150.954044038, delay=0.017584960907697678, ms=00097}
22:51:06.015592 run                             mass: MS performed LU  {at=15390150.979960669, lu_delay=5.576411804184318, ms=00091}
22:51:06.085218 run                             mass: MS performed LU  {at=15390151.049594464, lu_delay=6.146531565114856, ms=00090}
22:51:07.217387 run                osmo-ms-mob/00098: Starting mobile
22:51:07.244088 run       osmo-ms-mob/00098(pid=233): Launched
22:51:07.267857 run                             mass: MS start registered  {at=15390152.2322725, delay=0.011751284822821617, ms=00098}
22:51:07.833816 run                             mass: MS performed LU  {at=15390152.798172051, lu_delay=4.865731477737427, ms=00094}
22:51:07.879978 run                             mass: MS performed LU  {at=15390152.844347218, lu_delay=5.799534188583493, ms=00093}
22:51:09.019330 run                osmo-ms-mob/00099: Starting mobile
22:51:09.058467 run       osmo-ms-mob/00099(pid=234): Launched
22:51:09.076317 run                             mass: All started... {duration=55.77528170123696, too_slow=1}
22:51:09.092896 run                             mass: MS start registered  {at=15390154.057319533, delay=0.016576776280999184, ms=00099}
22:51:09.734990 run                             mass: MS performed LU  {at=15390154.69935504, lu_delay=4.859061241149902, ms=00096}
22:51:09.781184 run                             mass: MS performed LU  {at=15390154.745591972, lu_delay=5.912208868190646, ms=00095}
22:51:11.599436 run                             mass: MS performed LU  {at=15390156.563795952, lu_delay=5.6097519136965275, ms=00097}
22:51:13.501026 run                             mass: MS performed LU  {at=15390158.46538826, lu_delay=6.233115760609508, ms=00098}
22:51:14.000125 run                             mass: MS performed LU  {at=15390158.964507299, lu_delay=4.907187765464187, ms=00099}
22:51:21.250288 run                             mass: MS performed LU  {at=15390166.214643402, lu_delay=21.983433781191707, ms=00089}
22:51:21.267994 run                             mass: Tests done {all_completed=True, max=23.428907833993435, min=3.626351710408926}
22:51:21.279717 tst         register_default_mass.py: Test passed (90.3 sec)
22:51:21.290957 run pcap-recorder_any(filters='host 127.0.42.2')(pid=22): Terminating (SIGTERM)
22:51:21.297528 run      osmo-hlr_127.0.42.2(pid=23): Terminating (SIGTERM)
22:51:21.304221 run pcap-recorder_any(filters='host 127.0.42.5 and port not 22')(pid=24): Terminating (SIGTERM)
22:51:21.311167 run      osmo-stp_127.0.42.5(pid=25): Terminating (SIGTERM)
22:51:21.318337 run pcap-recorder_any(filters='host 127.0.42.6 and port not 22')(pid=26): Terminating (SIGTERM)
22:51:21.325973 run      osmo-msc_127.0.42.6(pid=27): Terminating (SIGTERM)
22:51:21.332951 run pcap-recorder_any(filters='host 127.0.42.3 and port not 22')(pid=28): Terminating (SIGTERM)
22:51:21.339499 run      osmo-mgw_127.0.42.3(pid=29): Terminating (SIGTERM)
22:51:21.345989 run pcap-recorder_any(filters='host 127.0.42.4 and port not 22')(pid=30): Terminating (SIGTERM)
22:51:21.352537 run      osmo-mgw_127.0.42.4(pid=31): Terminating (SIGTERM)
22:51:21.359098 run pcap-recorder_any(filters='host 127.0.42.7 and port not 22')(pid=32): Terminating (SIGTERM)
22:51:21.365791 run      osmo-bsc_127.0.42.7(pid=33): Terminating (SIGTERM)
22:51:21.372364 run         osmo-bts-virtual(pid=34): Terminating (SIGTERM)
22:51:21.378879 run   osmo-ms-virt-phy/00000(pid=35): Terminating (SIGTERM)
22:51:21.385461 run   osmo-ms-virt-phy/00001(pid=36): Terminating (SIGTERM)
22:51:21.392005 run   osmo-ms-virt-phy/00002(pid=37): Terminating (SIGTERM)
22:51:21.399215 run   osmo-ms-virt-phy/00003(pid=38): Terminating (SIGTERM)
22:51:21.405835 run   osmo-ms-virt-phy/00004(pid=39): Terminating (SIGTERM)
22:51:21.412418 run   osmo-ms-virt-phy/00005(pid=40): Terminating (SIGTERM)
22:51:21.419824 run   osmo-ms-virt-phy/00006(pid=41): Terminating (SIGTERM)
22:51:21.426456 run   osmo-ms-virt-phy/00007(pid=42): Terminating (SIGTERM)
22:51:21.434019 run   osmo-ms-virt-phy/00008(pid=43): Terminating (SIGTERM)
22:51:21.441478 run   osmo-ms-virt-phy/00009(pid=44): Terminating (SIGTERM)
22:51:21.448496 run   osmo-ms-virt-phy/00010(pid=45): Terminating (SIGTERM)
22:51:21.454945 run   osmo-ms-virt-phy/00011(pid=46): Terminating (SIGTERM)
22:51:21.461949 run   osmo-ms-virt-phy/00012(pid=47): Terminating (SIGTERM)
22:51:21.468529 run   osmo-ms-virt-phy/00013(pid=48): Terminating (SIGTERM)
22:51:21.475117 run   osmo-ms-virt-phy/00014(pid=49): Terminating (SIGTERM)
22:51:21.482762 run   osmo-ms-virt-phy/00015(pid=50): Terminating (SIGTERM)
22:51:21.489790 run   osmo-ms-virt-phy/00016(pid=51): Terminating (SIGTERM)
22:51:21.496375 run   osmo-ms-virt-phy/00017(pid=52): Terminating (SIGTERM)
22:51:21.503078 run   osmo-ms-virt-phy/00018(pid=53): Terminating (SIGTERM)
22:51:21.509818 run   osmo-ms-virt-phy/00019(pid=54): Terminating (SIGTERM)
22:51:21.516639 run   osmo-ms-virt-phy/00020(pid=55): Terminating (SIGTERM)
22:51:21.523633 run   osmo-ms-virt-phy/00021(pid=56): Terminating (SIGTERM)
22:51:21.530542 run   osmo-ms-virt-phy/00022(pid=57): Terminating (SIGTERM)
22:51:21.537915 run   osmo-ms-virt-phy/00023(pid=58): Terminating (SIGTERM)
22:51:21.544551 run   osmo-ms-virt-phy/00024(pid=59): Terminating (SIGTERM)
22:51:21.551079 run   osmo-ms-virt-phy/00025(pid=60): Terminating (SIGTERM)
22:51:21.557686 run   osmo-ms-virt-phy/00026(pid=61): Terminating (SIGTERM)
22:51:21.564244 run   osmo-ms-virt-phy/00027(pid=62): Terminating (SIGTERM)
22:51:21.570829 run   osmo-ms-virt-phy/00028(pid=63): Terminating (SIGTERM)
22:51:21.577444 run   osmo-ms-virt-phy/00029(pid=64): Terminating (SIGTERM)
22:51:21.584033 run   osmo-ms-virt-phy/00030(pid=65): Terminating (SIGTERM)
22:51:21.590565 run   osmo-ms-virt-phy/00031(pid=66): Terminating (SIGTERM)
22:51:21.597210 run   osmo-ms-virt-phy/00032(pid=67): Terminating (SIGTERM)
22:51:21.603810 run   osmo-ms-virt-phy/00033(pid=68): Terminating (SIGTERM)
22:51:21.610336 run   osmo-ms-virt-phy/00034(pid=69): Terminating (SIGTERM)
22:51:21.616909 run   osmo-ms-virt-phy/00035(pid=70): Terminating (SIGTERM)
22:51:21.623721 run   osmo-ms-virt-phy/00036(pid=71): Terminating (SIGTERM)
22:51:21.631277 run   osmo-ms-virt-phy/00037(pid=72): Terminating (SIGTERM)
22:51:21.637855 run   osmo-ms-virt-phy/00038(pid=73): Terminating (SIGTERM)
22:51:21.644385 run   osmo-ms-virt-phy/00039(pid=74): Terminating (SIGTERM)
22:51:21.651245 run   osmo-ms-virt-phy/00040(pid=75): Terminating (SIGTERM)
22:51:21.657900 run   osmo-ms-virt-phy/00041(pid=76): Terminating (SIGTERM)
22:51:21.664496 run   osmo-ms-virt-phy/00042(pid=77): Terminating (SIGTERM)
22:51:21.671054 run   osmo-ms-virt-phy/00043(pid=78): Terminating (SIGTERM)
22:51:21.677935 run   osmo-ms-virt-phy/00044(pid=79): Terminating (SIGTERM)
22:51:21.685262 run   osmo-ms-virt-phy/00045(pid=80): Terminating (SIGTERM)
22:51:21.691940 run   osmo-ms-virt-phy/00046(pid=81): Terminating (SIGTERM)
22:51:21.698776 run   osmo-ms-virt-phy/00047(pid=82): Terminating (SIGTERM)
22:51:21.705763 run   osmo-ms-virt-phy/00048(pid=83): Terminating (SIGTERM)
22:51:21.713489 run   osmo-ms-virt-phy/00049(pid=84): Terminating (SIGTERM)
22:51:21.720549 run   osmo-ms-virt-phy/00050(pid=85): Terminating (SIGTERM)
22:51:21.727177 run   osmo-ms-virt-phy/00051(pid=86): Terminating (SIGTERM)
22:51:21.733881 run   osmo-ms-virt-phy/00052(pid=87): Terminating (SIGTERM)
22:51:21.740584 run   osmo-ms-virt-phy/00053(pid=88): Terminating (SIGTERM)
22:51:21.747237 run   osmo-ms-virt-phy/00054(pid=89): Terminating (SIGTERM)
22:51:21.753947 run   osmo-ms-virt-phy/00055(pid=90): Terminating (SIGTERM)
22:51:21.761945 run   osmo-ms-virt-phy/00056(pid=91): Terminating (SIGTERM)
22:51:21.768924 run   osmo-ms-virt-phy/00057(pid=92): Terminating (SIGTERM)
22:51:21.775598 run   osmo-ms-virt-phy/00058(pid=93): Terminating (SIGTERM)
22:51:21.782448 run   osmo-ms-virt-phy/00059(pid=94): Terminating (SIGTERM)
22:51:21.790198 run   osmo-ms-virt-phy/00060(pid=95): Terminating (SIGTERM)
22:51:21.796885 run   osmo-ms-virt-phy/00061(pid=96): Terminating (SIGTERM)
22:51:21.804228 run   osmo-ms-virt-phy/00062(pid=97): Terminating (SIGTERM)
22:51:21.810884 run   osmo-ms-virt-phy/00063(pid=98): Terminating (SIGTERM)
22:51:21.817579 run   osmo-ms-virt-phy/00064(pid=99): Terminating (SIGTERM)
22:51:21.825057 run  osmo-ms-virt-phy/00065(pid=100): Terminating (SIGTERM)
22:51:21.831678 run  osmo-ms-virt-phy/00066(pid=101): Terminating (SIGTERM)
22:51:21.838267 run  osmo-ms-virt-phy/00067(pid=102): Terminating (SIGTERM)
22:51:21.845062 run  osmo-ms-virt-phy/00068(pid=103): Terminating (SIGTERM)
22:51:21.852802 run  osmo-ms-virt-phy/00069(pid=104): Terminating (SIGTERM)
22:51:21.859525 run  osmo-ms-virt-phy/00070(pid=105): Terminating (SIGTERM)
22:51:21.866383 run  osmo-ms-virt-phy/00071(pid=106): Terminating (SIGTERM)
22:51:21.875033 run  osmo-ms-virt-phy/00072(pid=107): Terminating (SIGTERM)
22:51:21.881809 run  osmo-ms-virt-phy/00073(pid=108): Terminating (SIGTERM)
22:51:21.888530 run  osmo-ms-virt-phy/00074(pid=109): Terminating (SIGTERM)
22:51:21.895174 run  osmo-ms-virt-phy/00075(pid=110): Terminating (SIGTERM)
22:51:21.901753 run  osmo-ms-virt-phy/00076(pid=111): Terminating (SIGTERM)
22:51:21.908366 run  osmo-ms-virt-phy/00077(pid=112): Terminating (SIGTERM)
22:51:21.915992 run  osmo-ms-virt-phy/00078(pid=113): Terminating (SIGTERM)
22:51:21.922735 run  osmo-ms-virt-phy/00079(pid=114): Terminating (SIGTERM)
22:51:21.929684 run  osmo-ms-virt-phy/00080(pid=115): Terminating (SIGTERM)
22:51:21.938027 run  osmo-ms-virt-phy/00081(pid=116): Terminating (SIGTERM)
22:51:21.944692 run  osmo-ms-virt-phy/00082(pid=117): Terminating (SIGTERM)
22:51:21.951340 run  osmo-ms-virt-phy/00083(pid=118): Terminating (SIGTERM)
22:51:21.958160 run  osmo-ms-virt-phy/00084(pid=119): Terminating (SIGTERM)
22:51:21.964817 run  osmo-ms-virt-phy/00085(pid=120): Terminating (SIGTERM)
22:51:21.972264 run  osmo-ms-virt-phy/00086(pid=121): Terminating (SIGTERM)
22:51:21.979062 run  osmo-ms-virt-phy/00087(pid=122): Terminating (SIGTERM)
22:51:21.985614 run  osmo-ms-virt-phy/00088(pid=123): Terminating (SIGTERM)
22:51:21.993209 run  osmo-ms-virt-phy/00089(pid=124): Terminating (SIGTERM)
22:51:21.999817 run  osmo-ms-virt-phy/00090(pid=125): Terminating (SIGTERM)
22:51:22.006424 run  osmo-ms-virt-phy/00091(pid=126): Terminating (SIGTERM)
22:51:22.013072 run  osmo-ms-virt-phy/00092(pid=127): Terminating (SIGTERM)
22:51:22.019699 run  osmo-ms-virt-phy/00093(pid=128): Terminating (SIGTERM)
22:51:22.026217 run  osmo-ms-virt-phy/00094(pid=129): Terminating (SIGTERM)
22:51:22.032763 run  osmo-ms-virt-phy/00095(pid=130): Terminating (SIGTERM)
22:51:22.039452 run  osmo-ms-virt-phy/00096(pid=131): Terminating (SIGTERM)
22:51:22.046211 run  osmo-ms-virt-phy/00097(pid=132): Terminating (SIGTERM)
22:51:22.052753 run  osmo-ms-virt-phy/00098(pid=133): Terminating (SIGTERM)
22:51:22.059390 run  osmo-ms-virt-phy/00099(pid=134): Terminating (SIGTERM)
22:51:22.066731 run       osmo-ms-mob/00000(pid=135): Terminating (SIGTERM)
22:51:22.073331 run       osmo-ms-mob/00001(pid=136): Terminating (SIGTERM)
22:51:22.079999 run       osmo-ms-mob/00002(pid=137): Terminating (SIGTERM)
22:51:22.086392 run       osmo-ms-mob/00003(pid=138): Terminating (SIGTERM)
22:51:22.092826 run       osmo-ms-mob/00004(pid=139): Terminating (SIGTERM)
22:51:22.099293 run       osmo-ms-mob/00005(pid=140): Terminating (SIGTERM)
22:51:22.105730 run       osmo-ms-mob/00006(pid=141): Terminating (SIGTERM)
22:51:22.113900 run       osmo-ms-mob/00007(pid=142): Terminating (SIGTERM)
22:51:22.120319 run       osmo-ms-mob/00008(pid=143): Terminating (SIGTERM)
22:51:22.126909 run       osmo-ms-mob/00009(pid=144): Terminating (SIGTERM)
22:51:22.133331 run       osmo-ms-mob/00010(pid=145): Terminating (SIGTERM)
22:51:22.139749 run       osmo-ms-mob/00011(pid=146): Terminating (SIGTERM)
22:51:22.146232 run       osmo-ms-mob/00012(pid=147): Terminating (SIGTERM)
22:51:22.152692 run       osmo-ms-mob/00013(pid=148): Terminating (SIGTERM)
22:51:22.159142 run       osmo-ms-mob/00014(pid=149): Terminating (SIGTERM)
22:51:22.165651 run       osmo-ms-mob/00015(pid=150): Terminating (SIGTERM)
22:51:22.172025 run       osmo-ms-mob/00016(pid=151): Terminating (SIGTERM)
22:51:22.178346 run       osmo-ms-mob/00017(pid=152): Terminating (SIGTERM)
22:51:22.184683 run       osmo-ms-mob/00018(pid=153): Terminating (SIGTERM)
22:51:22.191005 run       osmo-ms-mob/00019(pid=154): Terminating (SIGTERM)
22:51:22.197342 run       osmo-ms-mob/00020(pid=155): Terminating (SIGTERM)
22:51:22.203701 run       osmo-ms-mob/00021(pid=156): Terminating (SIGTERM)
22:51:22.209982 run       osmo-ms-mob/00022(pid=157): Terminating (SIGTERM)
22:51:22.216299 run       osmo-ms-mob/00023(pid=158): Terminating (SIGTERM)
22:51:22.222639 run       osmo-ms-mob/00024(pid=159): Terminating (SIGTERM)
22:51:22.228993 run       osmo-ms-mob/00025(pid=160): Terminating (SIGTERM)
22:51:22.235396 run       osmo-ms-mob/00026(pid=161): Terminating (SIGTERM)
22:51:22.241727 run       osmo-ms-mob/00027(pid=162): Terminating (SIGTERM)
22:51:22.248021 run       osmo-ms-mob/00028(pid=163): Terminating (SIGTERM)
22:51:22.254300 run       osmo-ms-mob/00029(pid=164): Terminating (SIGTERM)
22:51:22.260668 run       osmo-ms-mob/00030(pid=165): Terminating (SIGTERM)
22:51:22.267013 run       osmo-ms-mob/00031(pid=166): Terminating (SIGTERM)
22:51:22.273282 run       osmo-ms-mob/00032(pid=167): Terminating (SIGTERM)
22:51:22.279612 run       osmo-ms-mob/00033(pid=168): Terminating (SIGTERM)
22:51:22.285903 run       osmo-ms-mob/00034(pid=169): Terminating (SIGTERM)
22:51:22.292211 run       osmo-ms-mob/00035(pid=170): Terminating (SIGTERM)
22:51:22.298524 run       osmo-ms-mob/00036(pid=171): Terminating (SIGTERM)
22:51:22.304820 run       osmo-ms-mob/00037(pid=172): Terminating (SIGTERM)
22:51:22.311107 run       osmo-ms-mob/00038(pid=173): Terminating (SIGTERM)
22:51:22.317448 run       osmo-ms-mob/00039(pid=174): Terminating (SIGTERM)
22:51:22.323752 run       osmo-ms-mob/00040(pid=175): Terminating (SIGTERM)
22:51:22.330051 run       osmo-ms-mob/00041(pid=176): Terminating (SIGTERM)
22:51:22.336335 run       osmo-ms-mob/00042(pid=177): Terminating (SIGTERM)
22:51:22.342623 run       osmo-ms-mob/00043(pid=178): Terminating (SIGTERM)
22:51:22.348926 run       osmo-ms-mob/00044(pid=179): Terminating (SIGTERM)
22:51:22.355183 run       osmo-ms-mob/00045(pid=180): Terminating (SIGTERM)
22:51:22.361496 run       osmo-ms-mob/00046(pid=181): Terminating (SIGTERM)
22:51:22.367784 run       osmo-ms-mob/00047(pid=182): Terminating (SIGTERM)
22:51:22.374071 run       osmo-ms-mob/00048(pid=183): Terminating (SIGTERM)
22:51:22.380397 run       osmo-ms-mob/00049(pid=184): Terminating (SIGTERM)
22:51:22.386692 run       osmo-ms-mob/00050(pid=185): Terminating (SIGTERM)
22:51:22.393032 run       osmo-ms-mob/00051(pid=186): Terminating (SIGTERM)
22:51:22.399337 run       osmo-ms-mob/00052(pid=187): Terminating (SIGTERM)
22:51:22.405644 run       osmo-ms-mob/00053(pid=188): Terminating (SIGTERM)
22:51:22.411917 run       osmo-ms-mob/00054(pid=189): Terminating (SIGTERM)
22:51:22.418216 run       osmo-ms-mob/00055(pid=190): Terminating (SIGTERM)
22:51:22.424543 run       osmo-ms-mob/00056(pid=191): Terminating (SIGTERM)
22:51:22.430955 run       osmo-ms-mob/00057(pid=192): Terminating (SIGTERM)
22:51:22.437318 run       osmo-ms-mob/00058(pid=193): Terminating (SIGTERM)
22:51:22.443658 run       osmo-ms-mob/00059(pid=194): Terminating (SIGTERM)
22:51:22.450020 run       osmo-ms-mob/00060(pid=195): Terminating (SIGTERM)
22:51:22.456375 run       osmo-ms-mob/00061(pid=196): Terminating (SIGTERM)
22:51:22.462735 run       osmo-ms-mob/00062(pid=197): Terminating (SIGTERM)
22:51:22.469082 run       osmo-ms-mob/00063(pid=198): Terminating (SIGTERM)
22:51:22.475417 run       osmo-ms-mob/00064(pid=199): Terminating (SIGTERM)
22:51:22.481764 run       osmo-ms-mob/00065(pid=200): Terminating (SIGTERM)
22:51:22.488092 run       osmo-ms-mob/00066(pid=201): Terminating (SIGTERM)
22:51:22.494347 run       osmo-ms-mob/00067(pid=202): Terminating (SIGTERM)
22:51:22.500692 run       osmo-ms-mob/00068(pid=203): Terminating (SIGTERM)
22:51:22.507028 run       osmo-ms-mob/00069(pid=204): Terminating (SIGTERM)
22:51:22.513408 run       osmo-ms-mob/00070(pid=205): Terminating (SIGTERM)
22:51:22.519736 run       osmo-ms-mob/00071(pid=206): Terminating (SIGTERM)
22:51:22.526084 run       osmo-ms-mob/00072(pid=207): Terminating (SIGTERM)
22:51:22.532427 run       osmo-ms-mob/00073(pid=208): Terminating (SIGTERM)
22:51:22.538728 run       osmo-ms-mob/00074(pid=209): Terminating (SIGTERM)
22:51:22.545067 run       osmo-ms-mob/00075(pid=210): Terminating (SIGTERM)
22:51:22.551436 run       osmo-ms-mob/00076(pid=211): Terminating (SIGTERM)
22:51:22.557825 run       osmo-ms-mob/00077(pid=212): Terminating (SIGTERM)
22:51:22.564203 run       osmo-ms-mob/00078(pid=213): Terminating (SIGTERM)
22:51:22.570531 run       osmo-ms-mob/00079(pid=214): Terminating (SIGTERM)
22:51:22.576844 run       osmo-ms-mob/00080(pid=215): Terminating (SIGTERM)
22:51:22.583143 run       osmo-ms-mob/00081(pid=216): Terminating (SIGTERM)
22:51:22.589450 run       osmo-ms-mob/00082(pid=217): Terminating (SIGTERM)
22:51:22.595736 run       osmo-ms-mob/00083(pid=218): Terminating (SIGTERM)
22:51:22.601980 run       osmo-ms-mob/00084(pid=219): Terminating (SIGTERM)
22:51:22.608272 run       osmo-ms-mob/00085(pid=220): Terminating (SIGTERM)
22:51:22.614521 run       osmo-ms-mob/00086(pid=221): Terminating (SIGTERM)
22:51:22.620820 run       osmo-ms-mob/00087(pid=222): Terminating (SIGTERM)
22:51:22.627088 run       osmo-ms-mob/00088(pid=223): Terminating (SIGTERM)
22:51:22.633347 run       osmo-ms-mob/00089(pid=224): Terminating (SIGTERM)
22:51:22.639650 run       osmo-ms-mob/00090(pid=225): Terminating (SIGTERM)
22:51:22.645950 run       osmo-ms-mob/00091(pid=226): Terminating (SIGTERM)
22:51:22.652246 run       osmo-ms-mob/00092(pid=227): Terminating (SIGTERM)
22:51:22.658538 run       osmo-ms-mob/00093(pid=228): Terminating (SIGTERM)
22:51:22.664814 run       osmo-ms-mob/00094(pid=229): Terminating (SIGTERM)
22:51:22.671109 run       osmo-ms-mob/00095(pid=230): Terminating (SIGTERM)
22:51:22.677492 run       osmo-ms-mob/00096(pid=231): Terminating (SIGTERM)
22:51:22.683849 run       osmo-ms-mob/00097(pid=232): Terminating (SIGTERM)
22:51:22.690124 run       osmo-ms-mob/00098(pid=233): Terminating (SIGTERM)
22:51:22.696402 run       osmo-ms-mob/00099(pid=234): Terminating (SIGTERM)
22:51:22.702703 ---      ParallelTerminationStrategy: PID 22 died...
22:51:22.705556 run pcap-recorder_any(filters='host 127.0.42.2')(pid=22): Terminated: ok {rc=0}
22:51:22.712515 ---      ParallelTerminationStrategy: PID 23 died...
22:51:22.715347 run      osmo-hlr_127.0.42.2(pid=23): Terminated: ok {rc=0}
22:51:22.722328 ---      ParallelTerminationStrategy: PID 24 died...
22:51:22.725165 run pcap-recorder_any(filters='host 127.0.42.5 and port not 22')(pid=24): Terminated: ok {rc=0}
22:51:22.732121 ---      ParallelTerminationStrategy: PID 25 died...
22:51:22.734942 run      osmo-stp_127.0.42.5(pid=25): Terminated: ok {rc=0}
22:51:22.741943 ---      ParallelTerminationStrategy: PID 26 died...
22:51:22.744809 run pcap-recorder_any(filters='host 127.0.42.6 and port not 22')(pid=26): Terminated: ok {rc=0}
22:51:22.751875 ---      ParallelTerminationStrategy: PID 27 died...
22:51:22.754712 run      osmo-msc_127.0.42.6(pid=27): Terminated: ok {rc=0}
22:51:22.761716 ---      ParallelTerminationStrategy: PID 28 died...
22:51:22.764542 run pcap-recorder_any(filters='host 127.0.42.3 and port not 22')(pid=28): Terminated: ok {rc=0}
22:51:22.771498 ---      ParallelTerminationStrategy: PID 29 died...
22:51:22.774325 run      osmo-mgw_127.0.42.3(pid=29): Terminated {rc=15}
22:51:22.781446 ---      ParallelTerminationStrategy: PID 30 died...
22:51:22.784352 run pcap-recorder_any(filters='host 127.0.42.4 and port not 22')(pid=30): Terminated: ok {rc=0}
22:51:22.791371 ---      ParallelTerminationStrategy: PID 31 died...
22:51:22.794261 run      osmo-mgw_127.0.42.4(pid=31): Terminated {rc=15}
22:51:22.801292 ---      ParallelTerminationStrategy: PID 32 died...
22:51:22.804141 run pcap-recorder_any(filters='host 127.0.42.7 and port not 22')(pid=32): Terminated: ok {rc=0}
22:51:22.811217 ---      ParallelTerminationStrategy: PID 33 died...
22:51:22.814089 run      osmo-bsc_127.0.42.7(pid=33): Terminated: ok {rc=0}
22:51:22.821135 ---      ParallelTerminationStrategy: PID 35 died...
22:51:22.823998 run   osmo-ms-virt-phy/00000(pid=35): Terminated: ok {rc=0}
22:51:22.830969 ---      ParallelTerminationStrategy: PID 36 died...
22:51:22.833830 run   osmo-ms-virt-phy/00001(pid=36): Terminated: ok {rc=0}
22:51:22.840901 ---      ParallelTerminationStrategy: PID 37 died...
22:51:22.843809 run   osmo-ms-virt-phy/00002(pid=37): Terminated: ok {rc=0}
22:51:22.850824 ---      ParallelTerminationStrategy: PID 38 died...
22:51:22.853681 run   osmo-ms-virt-phy/00003(pid=38): Terminated: ok {rc=0}
22:51:22.860712 ---      ParallelTerminationStrategy: PID 39 died...
22:51:22.863600 run   osmo-ms-virt-phy/00004(pid=39): Terminated: ok {rc=0}
22:51:22.870610 ---      ParallelTerminationStrategy: PID 40 died...
22:51:22.873557 run   osmo-ms-virt-phy/00005(pid=40): Terminated: ok {rc=0}
22:51:22.880623 ---      ParallelTerminationStrategy: PID 41 died...
22:51:22.883445 run   osmo-ms-virt-phy/00006(pid=41): Terminated: ok {rc=0}
22:51:22.890452 ---      ParallelTerminationStrategy: PID 42 died...
22:51:22.893281 run   osmo-ms-virt-phy/00007(pid=42): Terminated: ok {rc=0}
22:51:22.900325 ---      ParallelTerminationStrategy: PID 43 died...
22:51:22.903185 run   osmo-ms-virt-phy/00008(pid=43): Terminated: ok {rc=0}
22:51:22.910200 ---      ParallelTerminationStrategy: PID 44 died...
22:51:22.913088 run   osmo-ms-virt-phy/00009(pid=44): Terminated: ok {rc=0}
22:51:22.920137 ---      ParallelTerminationStrategy: PID 45 died...
22:51:22.922983 run   osmo-ms-virt-phy/00010(pid=45): Terminated: ok {rc=0}
22:51:22.930012 ---      ParallelTerminationStrategy: PID 46 died...
22:51:22.932877 run   osmo-ms-virt-phy/00011(pid=46): Terminated: ok {rc=0}
22:51:22.939933 ---      ParallelTerminationStrategy: PID 47 died...
22:51:22.942779 run   osmo-ms-virt-phy/00012(pid=47): Terminated: ok {rc=0}
22:51:22.949785 ---      ParallelTerminationStrategy: PID 48 died...
22:51:22.952658 run   osmo-ms-virt-phy/00013(pid=48): Terminated: ok {rc=0}
22:51:22.959714 ---      ParallelTerminationStrategy: PID 49 died...
22:51:22.962564 run   osmo-ms-virt-phy/00014(pid=49): Terminated: ok {rc=0}
22:51:22.970568 ---      ParallelTerminationStrategy: PID 50 died...
22:51:22.974595 run   osmo-ms-virt-phy/00015(pid=50): Terminated: ok {rc=0}
22:51:22.981481 ---      ParallelTerminationStrategy: PID 51 died...
22:51:22.984292 run   osmo-ms-virt-phy/00016(pid=51): Terminated: ok {rc=0}
22:51:22.991253 ---      ParallelTerminationStrategy: PID 52 died...
22:51:22.994087 run   osmo-ms-virt-phy/00017(pid=52): Terminated: ok {rc=0}
22:51:23.001084 ---      ParallelTerminationStrategy: PID 53 died...
22:51:23.003922 run   osmo-ms-virt-phy/00018(pid=53): Terminated: ok {rc=0}
22:51:23.010933 ---      ParallelTerminationStrategy: PID 54 died...
22:51:23.013835 run   osmo-ms-virt-phy/00019(pid=54): Terminated: ok {rc=0}
22:51:23.020872 ---      ParallelTerminationStrategy: PID 55 died...
22:51:23.023713 run   osmo-ms-virt-phy/00020(pid=55): Terminated: ok {rc=0}
22:51:23.030643 ---      ParallelTerminationStrategy: PID 56 died...
22:51:23.033495 run   osmo-ms-virt-phy/00021(pid=56): Terminated: ok {rc=0}
22:51:23.040493 ---      ParallelTerminationStrategy: PID 57 died...
22:51:23.043318 run   osmo-ms-virt-phy/00022(pid=57): Terminated: ok {rc=0}
22:51:23.050386 ---      ParallelTerminationStrategy: PID 58 died...
22:51:23.053257 run   osmo-ms-virt-phy/00023(pid=58): Terminated: ok {rc=0}
22:51:23.062204 ---      ParallelTerminationStrategy: PID 59 died...
22:51:23.065041 run   osmo-ms-virt-phy/00024(pid=59): Terminated: ok {rc=0}
22:51:23.072037 ---      ParallelTerminationStrategy: PID 60 died...
22:51:23.074840 run   osmo-ms-virt-phy/00025(pid=60): Terminated: ok {rc=0}
22:51:23.081815 ---      ParallelTerminationStrategy: PID 61 died...
22:51:23.084687 run   osmo-ms-virt-phy/00026(pid=61): Terminated: ok {rc=0}
22:51:23.091701 ---      ParallelTerminationStrategy: PID 62 died...
22:51:23.094561 run   osmo-ms-virt-phy/00027(pid=62): Terminated: ok {rc=0}
22:51:23.101584 ---      ParallelTerminationStrategy: PID 63 died...
22:51:23.104449 run   osmo-ms-virt-phy/00028(pid=63): Terminated: ok {rc=0}
22:51:23.111518 ---      ParallelTerminationStrategy: PID 64 died...
22:51:23.114424 run   osmo-ms-virt-phy/00029(pid=64): Terminated: ok {rc=0}
22:51:23.121463 ---      ParallelTerminationStrategy: PID 65 died...
22:51:23.124318 run   osmo-ms-virt-phy/00030(pid=65): Terminated: ok {rc=0}
22:51:23.131306 ---      ParallelTerminationStrategy: PID 66 died...
22:51:23.134168 run   osmo-ms-virt-phy/00031(pid=66): Terminated: ok {rc=0}
22:51:23.141177 ---      ParallelTerminationStrategy: PID 67 died...
22:51:23.144024 run   osmo-ms-virt-phy/00032(pid=67): Terminated: ok {rc=0}
22:51:23.151068 ---      ParallelTerminationStrategy: PID 68 died...
22:51:23.153933 run   osmo-ms-virt-phy/00033(pid=68): Terminated: ok {rc=0}
22:51:23.160945 ---      ParallelTerminationStrategy: PID 69 died...
22:51:23.163817 run   osmo-ms-virt-phy/00034(pid=69): Terminated: ok {rc=0}
22:51:23.170747 ---      ParallelTerminationStrategy: PID 70 died...
22:51:23.173587 run   osmo-ms-virt-phy/00035(pid=70): Terminated: ok {rc=0}
22:51:23.180563 ---      ParallelTerminationStrategy: PID 71 died...
22:51:23.183378 run   osmo-ms-virt-phy/00036(pid=71): Terminated: ok {rc=0}
22:51:23.190501 ---      ParallelTerminationStrategy: PID 72 died...
22:51:23.194169 run   osmo-ms-virt-phy/00037(pid=72): Terminated: ok {rc=0}
22:51:23.202041 ---      ParallelTerminationStrategy: PID 73 died...
22:51:23.204912 run   osmo-ms-virt-phy/00038(pid=73): Terminated: ok {rc=0}
22:51:23.211991 ---      ParallelTerminationStrategy: PID 74 died...
22:51:23.214866 run   osmo-ms-virt-phy/00039(pid=74): Terminated: ok {rc=0}
22:51:23.221985 ---      ParallelTerminationStrategy: PID 75 died...
22:51:23.224858 run   osmo-ms-virt-phy/00040(pid=75): Terminated: ok {rc=0}
22:51:23.232044 ---      ParallelTerminationStrategy: PID 76 died...
22:51:23.234923 run   osmo-ms-virt-phy/00041(pid=76): Terminated: ok {rc=0}
22:51:23.242013 ---      ParallelTerminationStrategy: PID 77 died...
22:51:23.244880 run   osmo-ms-virt-phy/00042(pid=77): Terminated: ok {rc=0}
22:51:23.251957 ---      ParallelTerminationStrategy: PID 78 died...
22:51:23.254814 run   osmo-ms-virt-phy/00043(pid=78): Terminated: ok {rc=0}
22:51:23.262519 ---      ParallelTerminationStrategy: PID 79 died...
22:51:23.265451 run   osmo-ms-virt-phy/00044(pid=79): Terminated: ok {rc=0}
22:51:23.272580 ---      ParallelTerminationStrategy: PID 80 died...
22:51:23.275525 run   osmo-ms-virt-phy/00045(pid=80): Terminated: ok {rc=0}
22:51:23.282591 ---      ParallelTerminationStrategy: PID 81 died...
22:51:23.285442 run   osmo-ms-virt-phy/00046(pid=81): Terminated: ok {rc=0}
22:51:23.292425 ---      ParallelTerminationStrategy: PID 82 died...
22:51:23.295229 run   osmo-ms-virt-phy/00047(pid=82): Terminated: ok {rc=0}
22:51:23.302159 ---      ParallelTerminationStrategy: PID 83 died...
22:51:23.305013 run   osmo-ms-virt-phy/00048(pid=83): Terminated: ok {rc=0}
22:51:23.311940 ---      ParallelTerminationStrategy: PID 84 died...
22:51:23.314754 run   osmo-ms-virt-phy/00049(pid=84): Terminated: ok {rc=0}
22:51:23.321756 ---      ParallelTerminationStrategy: PID 85 died...
22:51:23.324575 run   osmo-ms-virt-phy/00050(pid=85): Terminated: ok {rc=0}
22:51:23.331523 ---      ParallelTerminationStrategy: PID 86 died...
22:51:23.334326 run   osmo-ms-virt-phy/00051(pid=86): Terminated: ok {rc=0}
22:51:23.341328 ---      ParallelTerminationStrategy: PID 87 died...
22:51:23.344159 run   osmo-ms-virt-phy/00052(pid=87): Terminated: ok {rc=0}
22:51:23.351102 ---      ParallelTerminationStrategy: PID 88 died...
22:51:23.353927 run   osmo-ms-virt-phy/00053(pid=88): Terminated: ok {rc=0}
22:51:23.360883 ---      ParallelTerminationStrategy: PID 89 died...
22:51:23.363712 run   osmo-ms-virt-phy/00054(pid=89): Terminated: ok {rc=0}
22:51:23.370656 ---      ParallelTerminationStrategy: PID 90 died...
22:51:23.373484 run   osmo-ms-virt-phy/00055(pid=90): Terminated: ok {rc=0}
22:51:23.380436 ---      ParallelTerminationStrategy: PID 91 died...
22:51:23.383303 run   osmo-ms-virt-phy/00056(pid=91): Terminated: ok {rc=0}
22:51:23.390242 ---      ParallelTerminationStrategy: PID 92 died...
22:51:23.393072 run   osmo-ms-virt-phy/00057(pid=92): Terminated: ok {rc=0}
22:51:23.399965 ---      ParallelTerminationStrategy: PID 93 died...
22:51:23.402767 run   osmo-ms-virt-phy/00058(pid=93): Terminated: ok {rc=0}
22:51:23.409688 ---      ParallelTerminationStrategy: PID 94 died...
22:51:23.412540 run   osmo-ms-virt-phy/00059(pid=94): Terminated: ok {rc=0}
22:51:23.419538 ---      ParallelTerminationStrategy: PID 95 died...
22:51:23.422386 run   osmo-ms-virt-phy/00060(pid=95): Terminated: ok {rc=0}
22:51:23.429376 ---      ParallelTerminationStrategy: PID 96 died...
22:51:23.432201 run   osmo-ms-virt-phy/00061(pid=96): Terminated: ok {rc=0}
22:51:23.439217 ---      ParallelTerminationStrategy: PID 97 died...
22:51:23.442117 run   osmo-ms-virt-phy/00062(pid=97): Terminated: ok {rc=0}
22:51:23.449048 ---      ParallelTerminationStrategy: PID 98 died...
22:51:23.451875 run   osmo-ms-virt-phy/00063(pid=98): Terminated: ok {rc=0}
22:51:23.458815 ---      ParallelTerminationStrategy: PID 99 died...
22:51:23.461622 run   osmo-ms-virt-phy/00064(pid=99): Terminated: ok {rc=0}
22:51:23.468529 ---      ParallelTerminationStrategy: PID 100 died...
22:51:23.471315 run  osmo-ms-virt-phy/00065(pid=100): Terminated: ok {rc=0}
22:51:23.478234 ---      ParallelTerminationStrategy: PID 101 died...
22:51:23.481043 run  osmo-ms-virt-phy/00066(pid=101): Terminated: ok {rc=0}
22:51:23.488012 ---      ParallelTerminationStrategy: PID 102 died...
22:51:23.490817 run  osmo-ms-virt-phy/00067(pid=102): Terminated: ok {rc=0}
22:51:23.497754 ---      ParallelTerminationStrategy: PID 103 died...
22:51:23.500579 run  osmo-ms-virt-phy/00068(pid=103): Terminated: ok {rc=0}
22:51:23.507500 ---      ParallelTerminationStrategy: PID 104 died...
22:51:23.510321 run  osmo-ms-virt-phy/00069(pid=104): Terminated: ok {rc=0}
22:51:23.517290 ---      ParallelTerminationStrategy: PID 105 died...
22:51:23.520131 run  osmo-ms-virt-phy/00070(pid=105): Terminated: ok {rc=0}
22:51:23.527088 ---      ParallelTerminationStrategy: PID 106 died...
22:51:23.529897 run  osmo-ms-virt-phy/00071(pid=106): Terminated: ok {rc=0}
22:51:23.536883 ---      ParallelTerminationStrategy: PID 107 died...
22:51:23.539695 run  osmo-ms-virt-phy/00072(pid=107): Terminated: ok {rc=0}
22:51:23.546701 ---      ParallelTerminationStrategy: PID 108 died...
22:51:23.549676 run  osmo-ms-virt-phy/00073(pid=108): Terminated: ok {rc=0}
22:51:23.557662 ---      ParallelTerminationStrategy: PID 109 died...
22:51:23.561593 run  osmo-ms-virt-phy/00074(pid=109): Terminated: ok {rc=0}
22:51:23.568681 ---      ParallelTerminationStrategy: PID 110 died...
22:51:23.571596 run  osmo-ms-virt-phy/00075(pid=110): Terminated: ok {rc=0}
22:51:23.578675 ---      ParallelTerminationStrategy: PID 111 died...
22:51:23.581576 run  osmo-ms-virt-phy/00076(pid=111): Terminated: ok {rc=0}
22:51:23.588621 ---      ParallelTerminationStrategy: PID 112 died...
22:51:23.591485 run  osmo-ms-virt-phy/00077(pid=112): Terminated: ok {rc=0}
22:51:23.598532 ---      ParallelTerminationStrategy: PID 113 died...
22:51:23.601379 run  osmo-ms-virt-phy/00078(pid=113): Terminated: ok {rc=0}
22:51:23.608410 ---      ParallelTerminationStrategy: PID 114 died...
22:51:23.611260 run  osmo-ms-virt-phy/00079(pid=114): Terminated: ok {rc=0}
22:51:23.618265 ---      ParallelTerminationStrategy: PID 115 died...
22:51:23.621106 run  osmo-ms-virt-phy/00080(pid=115): Terminated: ok {rc=0}
22:51:23.628147 ---      ParallelTerminationStrategy: PID 116 died...
22:51:23.630963 run  osmo-ms-virt-phy/00081(pid=116): Terminated: ok {rc=0}
22:51:23.638028 ---      ParallelTerminationStrategy: PID 117 died...
22:51:23.640885 run  osmo-ms-virt-phy/00082(pid=117): Terminated: ok {rc=0}
22:51:23.647863 ---      ParallelTerminationStrategy: PID 118 died...
22:51:23.650769 run  osmo-ms-virt-phy/00083(pid=118): Terminated: ok {rc=0}
22:51:23.657758 ---      ParallelTerminationStrategy: PID 119 died...
22:51:23.660607 run  osmo-ms-virt-phy/00084(pid=119): Terminated: ok {rc=0}
22:51:23.667620 ---      ParallelTerminationStrategy: PID 120 died...
22:51:23.670437 run  osmo-ms-virt-phy/00085(pid=120): Terminated: ok {rc=0}
22:51:23.677379 ---      ParallelTerminationStrategy: PID 121 died...
22:51:23.680272 run  osmo-ms-virt-phy/00086(pid=121): Terminated: ok {rc=0}
22:51:23.687205 ---      ParallelTerminationStrategy: PID 122 died...
22:51:23.690022 run  osmo-ms-virt-phy/00087(pid=122): Terminated: ok {rc=0}
22:51:23.696961 ---      ParallelTerminationStrategy: PID 123 died...
22:51:23.699816 run  osmo-ms-virt-phy/00088(pid=123): Terminated: ok {rc=0}
22:51:23.706782 ---      ParallelTerminationStrategy: PID 124 died...
22:51:23.709662 run  osmo-ms-virt-phy/00089(pid=124): Terminated: ok {rc=0}
22:51:23.716679 ---      ParallelTerminationStrategy: PID 125 died...
22:51:23.719529 run  osmo-ms-virt-phy/00090(pid=125): Terminated: ok {rc=0}
22:51:23.726502 ---      ParallelTerminationStrategy: PID 126 died...
22:51:23.729350 run  osmo-ms-virt-phy/00091(pid=126): Terminated: ok {rc=0}
22:51:23.736414 ---      ParallelTerminationStrategy: PID 127 died...
22:51:23.739269 run  osmo-ms-virt-phy/00092(pid=127): Terminated: ok {rc=0}
22:51:23.746235 ---      ParallelTerminationStrategy: PID 128 died...
22:51:23.749091 run  osmo-ms-virt-phy/00093(pid=128): Terminated: ok {rc=0}
22:51:23.756206 ---      ParallelTerminationStrategy: PID 129 died...
22:51:23.759107 run  osmo-ms-virt-phy/00094(pid=129): Terminated: ok {rc=0}
22:51:23.766221 ---      ParallelTerminationStrategy: PID 130 died...
22:51:23.769102 run  osmo-ms-virt-phy/00095(pid=130): Terminated: ok {rc=0}
22:51:23.776214 ---      ParallelTerminationStrategy: PID 131 died...
22:51:23.779100 run  osmo-ms-virt-phy/00096(pid=131): Terminated: ok {rc=0}
22:51:23.786283 ---      ParallelTerminationStrategy: PID 132 died...
22:51:23.789238 run  osmo-ms-virt-phy/00097(pid=132): Terminated: ok {rc=0}
22:51:23.796392 ---      ParallelTerminationStrategy: PID 133 died...
22:51:23.799328 run  osmo-ms-virt-phy/00098(pid=133): Terminated: ok {rc=0}
22:51:23.806505 ---      ParallelTerminationStrategy: PID 134 died...
22:51:23.809432 run  osmo-ms-virt-phy/00099(pid=134): Terminated: ok {rc=0}
22:51:23.816554 ---      ParallelTerminationStrategy: PID 135 died...
22:51:23.819456 run       osmo-ms-mob/00000(pid=135): Terminated {rc=26112}
22:51:23.829205 ---      ParallelTerminationStrategy: PID 136 died...
22:51:23.833425 run       osmo-ms-mob/00001(pid=136): Terminated {rc=26112}
22:51:23.842730 ---      ParallelTerminationStrategy: PID 137 died...
22:51:23.845649 run       osmo-ms-mob/00002(pid=137): Terminated {rc=26112}
22:51:23.852914 ---      ParallelTerminationStrategy: PID 138 died...
22:51:23.855917 run       osmo-ms-mob/00003(pid=138): Terminated {rc=26112}
22:51:23.863244 ---      ParallelTerminationStrategy: PID 139 died...
22:51:23.866241 run       osmo-ms-mob/00004(pid=139): Terminated {rc=26112}
22:51:23.873481 ---      ParallelTerminationStrategy: PID 140 died...
22:51:23.876389 run       osmo-ms-mob/00005(pid=140): Terminated {rc=26112}
22:51:23.883571 ---      ParallelTerminationStrategy: PID 141 died...
22:51:23.886460 run       osmo-ms-mob/00006(pid=141): Terminated {rc=26112}
22:51:23.893648 ---      ParallelTerminationStrategy: PID 142 died...
22:51:23.896608 run       osmo-ms-mob/00007(pid=142): Terminated {rc=26112}
22:51:23.903801 ---      ParallelTerminationStrategy: PID 143 died...
22:51:23.906700 run       osmo-ms-mob/00008(pid=143): Terminated {rc=26112}
22:51:23.913902 ---      ParallelTerminationStrategy: PID 144 died...
22:51:23.916805 run       osmo-ms-mob/00009(pid=144): Terminated {rc=26112}
22:51:23.924099 ---      ParallelTerminationStrategy: PID 145 died...
22:51:23.927045 run       osmo-ms-mob/00010(pid=145): Terminated {rc=26112}
22:51:23.936278 ---      ParallelTerminationStrategy: PID 146 died...
22:51:23.939251 run       osmo-ms-mob/00011(pid=146): Terminated {rc=26112}
22:51:23.946582 ---      ParallelTerminationStrategy: PID 147 died...
22:51:23.949562 run       osmo-ms-mob/00012(pid=147): Terminated {rc=26112}
22:51:23.956885 ---      ParallelTerminationStrategy: PID 148 died...
22:51:23.959851 run       osmo-ms-mob/00013(pid=148): Terminated {rc=26112}
22:51:23.967145 ---      ParallelTerminationStrategy: PID 149 died...
22:51:23.970090 run       osmo-ms-mob/00014(pid=149): Terminated {rc=26112}
22:51:23.977326 ---      ParallelTerminationStrategy: PID 150 died...
22:51:23.980327 run       osmo-ms-mob/00015(pid=150): Terminated {rc=26112}
22:51:23.987460 ---      ParallelTerminationStrategy: PID 151 died...
22:51:23.990336 run       osmo-ms-mob/00016(pid=151): Terminated {rc=26112}
22:51:23.997612 ---      ParallelTerminationStrategy: PID 152 died...
22:51:24.000557 run       osmo-ms-mob/00017(pid=152): Terminated {rc=26112}
22:51:24.008942 ---      ParallelTerminationStrategy: PID 153 died...
22:51:24.011850 run       osmo-ms-mob/00018(pid=153): Terminated {rc=26112}
22:51:24.018994 ---      ParallelTerminationStrategy: PID 154 died...
22:51:24.021897 run       osmo-ms-mob/00019(pid=154): Terminated {rc=26112}
22:51:24.028988 ---      ParallelTerminationStrategy: PID 155 died...
22:51:24.031861 run       osmo-ms-mob/00020(pid=155): Terminated {rc=26112}
22:51:24.038945 ---      ParallelTerminationStrategy: PID 156 died...
22:51:24.041815 run       osmo-ms-mob/00021(pid=156): Terminated {rc=26112}
22:51:24.049306 ---      ParallelTerminationStrategy: PID 157 died...
22:51:24.052191 run       osmo-ms-mob/00022(pid=157): Terminated {rc=26112}
22:51:24.059308 ---      ParallelTerminationStrategy: PID 158 died...
22:51:24.062244 run       osmo-ms-mob/00023(pid=158): Terminated {rc=26112}
22:51:24.069348 ---      ParallelTerminationStrategy: PID 159 died...
22:51:24.072253 run       osmo-ms-mob/00024(pid=159): Terminated {rc=26112}
22:51:24.079400 ---      ParallelTerminationStrategy: PID 160 died...
22:51:24.082299 run       osmo-ms-mob/00025(pid=160): Terminated {rc=26112}
22:51:24.089494 ---      ParallelTerminationStrategy: PID 161 died...
22:51:24.092557 run       osmo-ms-mob/00026(pid=161): Terminated {rc=26112}
22:51:24.099734 ---      ParallelTerminationStrategy: PID 162 died...
22:51:24.102583 run       osmo-ms-mob/00027(pid=162): Terminated {rc=26112}
22:51:24.109739 ---      ParallelTerminationStrategy: PID 163 died...
22:51:24.112658 run       osmo-ms-mob/00028(pid=163): Terminated {rc=26112}
22:51:24.119758 ---      ParallelTerminationStrategy: PID 164 died...
22:51:24.122620 run       osmo-ms-mob/00029(pid=164): Terminated {rc=26112}
22:51:24.129762 ---      ParallelTerminationStrategy: PID 165 died...
22:51:24.132663 run       osmo-ms-mob/00030(pid=165): Terminated {rc=26112}
22:51:24.139762 ---      ParallelTerminationStrategy: PID 166 died...
22:51:24.142620 run       osmo-ms-mob/00031(pid=166): Terminated {rc=26112}
22:51:24.149790 ---      ParallelTerminationStrategy: PID 167 died...
22:51:24.152666 run       osmo-ms-mob/00032(pid=167): Terminated {rc=26112}
22:51:24.159789 ---      ParallelTerminationStrategy: PID 168 died...
22:51:24.162734 run       osmo-ms-mob/00033(pid=168): Terminated {rc=26112}
22:51:24.169917 ---      ParallelTerminationStrategy: PID 169 died...
22:51:24.172802 run       osmo-ms-mob/00034(pid=169): Terminated {rc=26112}
22:51:24.179968 ---      ParallelTerminationStrategy: PID 170 died...
22:51:24.182863 run       osmo-ms-mob/00035(pid=170): Terminated {rc=26112}
22:51:24.190031 ---      ParallelTerminationStrategy: PID 171 died...
22:51:24.192922 run       osmo-ms-mob/00036(pid=171): Terminated {rc=26112}
22:51:24.200052 ---      ParallelTerminationStrategy: PID 172 died...
22:51:24.202917 run       osmo-ms-mob/00037(pid=172): Terminated {rc=26112}
22:51:24.210089 ---      ParallelTerminationStrategy: PID 173 died...
22:51:24.212991 run       osmo-ms-mob/00038(pid=173): Terminated {rc=26112}
22:51:24.220163 ---      ParallelTerminationStrategy: PID 174 died...
22:51:24.223039 run       osmo-ms-mob/00039(pid=174): Terminated {rc=26112}
22:51:24.230139 ---      ParallelTerminationStrategy: PID 175 died...
22:51:24.233025 run       osmo-ms-mob/00040(pid=175): Terminated {rc=26112}
22:51:24.240192 ---      ParallelTerminationStrategy: PID 176 died...
22:51:24.243081 run       osmo-ms-mob/00041(pid=176): Terminated {rc=26112}
22:51:24.250218 ---      ParallelTerminationStrategy: PID 177 died...
22:51:24.253104 run       osmo-ms-mob/00042(pid=177): Terminated {rc=26112}
22:51:24.260266 ---      ParallelTerminationStrategy: PID 178 died...
22:51:24.263152 run       osmo-ms-mob/00043(pid=178): Terminated {rc=26112}
22:51:24.270288 ---      ParallelTerminationStrategy: PID 179 died...
22:51:24.273190 run       osmo-ms-mob/00044(pid=179): Terminated {rc=26112}
22:51:24.280342 ---      ParallelTerminationStrategy: PID 180 died...
22:51:24.283217 run       osmo-ms-mob/00045(pid=180): Terminated {rc=26112}
22:51:24.290334 ---      ParallelTerminationStrategy: PID 181 died...
22:51:24.293215 run       osmo-ms-mob/00046(pid=181): Terminated {rc=26112}
22:51:24.300425 ---      ParallelTerminationStrategy: PID 182 died...
22:51:24.303310 run       osmo-ms-mob/00047(pid=182): Terminated {rc=26112}
22:51:24.310486 ---      ParallelTerminationStrategy: PID 183 died...
22:51:24.313394 run       osmo-ms-mob/00048(pid=183): Terminated {rc=26112}
22:51:24.320534 ---      ParallelTerminationStrategy: PID 184 died...
22:51:24.323399 run       osmo-ms-mob/00049(pid=184): Terminated {rc=26112}
22:51:24.330554 ---      ParallelTerminationStrategy: PID 185 died...
22:51:24.333421 run       osmo-ms-mob/00050(pid=185): Terminated {rc=26112}
22:51:24.340544 ---      ParallelTerminationStrategy: PID 186 died...
22:51:24.343415 run       osmo-ms-mob/00051(pid=186): Terminated {rc=26112}
22:51:24.350537 ---      ParallelTerminationStrategy: PID 187 died...
22:51:24.353430 run       osmo-ms-mob/00052(pid=187): Terminated {rc=26112}
22:51:24.360537 ---      ParallelTerminationStrategy: PID 188 died...
22:51:24.363394 run       osmo-ms-mob/00053(pid=188): Terminated {rc=26112}
22:51:24.370521 ---      ParallelTerminationStrategy: PID 189 died...
22:51:24.373396 run       osmo-ms-mob/00054(pid=189): Terminated {rc=26112}
22:51:24.380534 ---      ParallelTerminationStrategy: PID 190 died...
22:51:24.383389 run       osmo-ms-mob/00055(pid=190): Terminated {rc=26112}
22:51:24.390521 ---      ParallelTerminationStrategy: PID 191 died...
22:51:24.393385 run       osmo-ms-mob/00056(pid=191): Terminated {rc=26112}
22:51:24.400543 ---      ParallelTerminationStrategy: PID 192 died...
22:51:24.403437 run       osmo-ms-mob/00057(pid=192): Terminated {rc=26112}
22:51:24.410551 ---      ParallelTerminationStrategy: PID 193 died...
22:51:24.413417 run       osmo-ms-mob/00058(pid=193): Terminated {rc=26112}
22:51:24.420577 ---      ParallelTerminationStrategy: PID 194 died...
22:51:24.423435 run       osmo-ms-mob/00059(pid=194): Terminated {rc=26112}
22:51:24.430551 ---      ParallelTerminationStrategy: PID 195 died...
22:51:24.433435 run       osmo-ms-mob/00060(pid=195): Terminated {rc=26112}
22:51:24.440553 ---      ParallelTerminationStrategy: PID 196 died...
22:51:24.443412 run       osmo-ms-mob/00061(pid=196): Terminated {rc=26112}
22:51:24.450552 ---      ParallelTerminationStrategy: PID 197 died...
22:51:24.453421 run       osmo-ms-mob/00062(pid=197): Terminated {rc=26112}
22:51:24.460544 ---      ParallelTerminationStrategy: PID 198 died...
22:51:24.463403 run       osmo-ms-mob/00063(pid=198): Terminated {rc=26112}
22:51:24.470545 ---      ParallelTerminationStrategy: PID 199 died...
22:51:24.473409 run       osmo-ms-mob/00064(pid=199): Terminated {rc=26112}
22:51:24.480533 ---      ParallelTerminationStrategy: PID 200 died...
22:51:24.483398 run       osmo-ms-mob/00065(pid=200): Terminated {rc=26112}
22:51:24.490516 ---      ParallelTerminationStrategy: PID 201 died...
22:51:24.493406 run       osmo-ms-mob/00066(pid=201): Terminated {rc=26112}
22:51:24.500533 ---      ParallelTerminationStrategy: PID 202 died...
22:51:24.503394 run       osmo-ms-mob/00067(pid=202): Terminated {rc=26112}
22:51:24.510522 ---      ParallelTerminationStrategy: PID 203 died...
22:51:24.513471 run       osmo-ms-mob/00068(pid=203): Terminated {rc=26112}
22:51:24.520612 ---      ParallelTerminationStrategy: PID 204 died...
22:51:24.523502 run       osmo-ms-mob/00069(pid=204): Terminated {rc=26112}
22:51:24.530701 ---      ParallelTerminationStrategy: PID 205 died...
22:51:24.533595 run       osmo-ms-mob/00070(pid=205): Terminated {rc=26112}
22:51:24.540737 ---      ParallelTerminationStrategy: PID 206 died...
22:51:24.543637 run       osmo-ms-mob/00071(pid=206): Terminated {rc=26112}
22:51:24.550745 ---      ParallelTerminationStrategy: PID 207 died...
22:51:24.553629 run       osmo-ms-mob/00072(pid=207): Terminated {rc=26112}
22:51:24.560790 ---      ParallelTerminationStrategy: PID 208 died...
22:51:24.563730 run       osmo-ms-mob/00073(pid=208): Terminated {rc=26112}
22:51:24.570941 ---      ParallelTerminationStrategy: PID 209 died...
22:51:24.573873 run       osmo-ms-mob/00074(pid=209): Terminated {rc=26112}
22:51:24.581047 ---      ParallelTerminationStrategy: PID 210 died...
22:51:24.583937 run       osmo-ms-mob/00075(pid=210): Terminated {rc=26112}
22:51:24.591083 ---      ParallelTerminationStrategy: PID 211 died...
22:51:24.594141 run       osmo-ms-mob/00076(pid=211): Terminated {rc=26112}
22:51:24.601341 ---      ParallelTerminationStrategy: PID 212 died...
22:51:24.604245 run       osmo-ms-mob/00077(pid=212): Terminated {rc=26112}
22:51:24.611442 ---      ParallelTerminationStrategy: PID 213 died...
22:51:24.614399 run       osmo-ms-mob/00078(pid=213): Terminated {rc=26112}
22:51:24.621603 ---      ParallelTerminationStrategy: PID 214 died...
22:51:24.624506 run       osmo-ms-mob/00079(pid=214): Terminated {rc=26112}
22:51:24.631713 ---      ParallelTerminationStrategy: PID 215 died...
22:51:24.634615 run       osmo-ms-mob/00080(pid=215): Terminated {rc=26112}
22:51:24.641781 ---      ParallelTerminationStrategy: PID 216 died...
22:51:24.644703 run       osmo-ms-mob/00081(pid=216): Terminated {rc=26112}
22:51:24.651862 ---      ParallelTerminationStrategy: PID 217 died...
22:51:24.654738 run       osmo-ms-mob/00082(pid=217): Terminated {rc=26112}
22:51:24.661965 ---      ParallelTerminationStrategy: PID 218 died...
22:51:24.664850 run       osmo-ms-mob/00083(pid=218): Terminated {rc=26112}
22:51:24.671996 ---      ParallelTerminationStrategy: PID 219 died...
22:51:24.674876 run       osmo-ms-mob/00084(pid=219): Terminated {rc=26112}
22:51:24.682037 ---      ParallelTerminationStrategy: PID 220 died...
22:51:24.684911 run       osmo-ms-mob/00085(pid=220): Terminated {rc=26112}
22:51:24.692016 ---      ParallelTerminationStrategy: PID 221 died...
22:51:24.694904 run       osmo-ms-mob/00086(pid=221): Terminated {rc=26112}
22:51:24.702093 ---      ParallelTerminationStrategy: PID 222 died...
22:51:24.704972 run       osmo-ms-mob/00087(pid=222): Terminated {rc=26112}
22:51:24.712186 ---      ParallelTerminationStrategy: PID 223 died...
22:51:24.715096 run       osmo-ms-mob/00088(pid=223): Terminated {rc=26112}
22:51:24.722270 ---      ParallelTerminationStrategy: PID 224 died...
22:51:24.725166 run       osmo-ms-mob/00089(pid=224): Terminated {rc=26112}
22:51:24.732785 ---      ParallelTerminationStrategy: PID 225 died...
22:51:24.735668 run       osmo-ms-mob/00090(pid=225): Terminated {rc=26112}
22:51:24.742845 ---      ParallelTerminationStrategy: PID 226 died...
22:51:24.745751 run       osmo-ms-mob/00091(pid=226): Terminated {rc=26112}
22:51:24.752855 ---      ParallelTerminationStrategy: PID 227 died...
22:51:24.755790 run       osmo-ms-mob/00092(pid=227): Terminated {rc=26112}
22:51:24.763074 ---      ParallelTerminationStrategy: PID 228 died...
22:51:24.766025 run       osmo-ms-mob/00093(pid=228): Terminated {rc=26112}
22:51:24.773357 ---      ParallelTerminationStrategy: PID 229 died...
22:51:24.776333 run       osmo-ms-mob/00094(pid=229): Terminated {rc=26112}
22:51:24.783637 ---      ParallelTerminationStrategy: PID 230 died...
22:51:24.786580 run       osmo-ms-mob/00095(pid=230): Terminated {rc=26112}
22:51:24.793857 ---      ParallelTerminationStrategy: PID 231 died...
22:51:24.796815 run       osmo-ms-mob/00096(pid=231): Terminated {rc=26112}
22:51:24.804142 ---      ParallelTerminationStrategy: PID 232 died...
22:51:24.807072 run       osmo-ms-mob/00097(pid=232): Terminated {rc=26112}
22:51:24.814385 ---      ParallelTerminationStrategy: PID 233 died...
22:51:24.817367 run       osmo-ms-mob/00098(pid=233): Terminated {rc=26112}
22:51:24.824665 ---      ParallelTerminationStrategy: PID 234 died...
22:51:24.827629 run       osmo-ms-mob/00099(pid=234): Terminated {rc=26112}
22:51:26.847937 ---      ParallelTerminationStrategy: PID 34 died...
22:51:26.853422 run         osmo-bts-virtual(pid=34): Terminated: ok {rc=0}
---------------------------------------------------------------------
trial-7829 netreg_mass PASS
---------------------------------------------------------------------
22:51:26.965362 tst                       trial-7829: Storing JUnit report in /build/trial-7829/run.2024-12-29_22-49-50/trial-7829.xml

--------------------------------------------------------------------------------------------
trial-7829 PASS
--------------------------------------------------------------------------------------------
22:51:26.991888 tst                       trial-7829: trial-7829: PASS, 1 suites passed
PASS: netreg_mass (pass: 1)
    pass: register_default_mass.py (90.3 sec)
+ exit_code=0
+ rm -rf trial-7829/inst
+ cd trial-7829
+ command -v journalctl
+ [ ! -z /usr/bin/journalctl ]
+ readlink last_run
+ journalctl -u ofono -o short-precise --since 2024-12-29 22:49:50
No journal files were found.
+ readlink last_run
+ tar czf /build/trial-7829-run.tgz run.2024-12-29_22-49-50
+ tar czf /build/trial-7829-bin.tgz checksums.md5 open5gs.build-8.tgz osmo-bsc.build-2024-12-29_13_27_22.tgz osmo-bts-oc2g.build-2024-12-29_00_51_56.tgz osmo-bts-sysmo.build-2024-12-29_00_52_28.tgz osmo-bts.build-2024-12-29_00_53_14.tgz osmo-ggsn.build-2024-12-29_20_43_13.tgz osmo-hlr.build-2024-12-29_16_37_42.tgz osmo-hnbgw.build-2024-12-29_13_35_06.tgz osmo-mgw.build-2024-12-29_08_33_35.tgz osmo-msc.build-2024-12-29_13_36_19.tgz osmo-nitb.build-17155.tgz osmo-pcu-oc2g.build-2024-12-29_07_41_12.tgz osmo-pcu-sysmo.build-2024-12-29_07_40_28.tgz osmo-pcu.build-2024-12-29_07_41_18.tgz osmo-sgsn.build-2024-12-29_20_50_50.tgz osmo-stp.build-2024-12-29_13_26_32.tgz osmo-trx.build-2024-12-29_14_26_39.tgz osmocom-bb.build-2024-12-29_21_18_21.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