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/jenkins13674426518879979029.sh
+ rm -rf trial-7822-bin.tgz trial-7822-run.tgz *.md5
Copied 2 artifacts from "osmo-gsm-tester_build-osmo-bsc" build number 23419
Copied 2 artifacts from "osmo-gsm-tester_build-osmo-bts" build number 10316
Copied 2 artifacts from "osmo-gsm-tester_build-osmo-ggsn" build number 9336
Copied 2 artifacts from "osmo-gsm-tester_build-osmo-hlr" build number 12140
Copied 2 artifacts from "osmo-gsm-tester_build-osmo-mgw" build number 12444
Copied 2 artifacts from "osmo-gsm-tester_build-osmo-hnbgw" build number 10507
Copied 2 artifacts from "osmo-gsm-tester_build-osmo-msc" build number 38110
Copied 2 artifacts from "osmo-gsm-tester_build-osmo-pcu" build number 6859
Copied 2 artifacts from "osmo-gsm-tester_build-osmo-sgsn" build number 39876
Copied 2 artifacts from "osmo-gsm-tester_build-osmo-trx" build number 7295
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 12698
Copied 2 artifacts from "osmo-gsm-tester_build-osmocom-bb" build number 6729
Copied 2 artifacts from "osmo-gsm-tester_build-osmo-bts-sysmo" build number 10840
Copied 2 artifacts from "osmo-gsm-tester_build-osmo-pcu-sysmo" build number 6899
Copied 2 artifacts from "osmo-gsm-tester_build-osmo-bts-oc2g" build number 8338
Copied 2 artifacts from "osmo-gsm-tester_build-osmo-pcu-oc2g" build number 5618
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 6729
[osmo-gsm-tester_virtual] $ /bin/sh -xe /tmp/jenkins16185938053658386692.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-7822
+ 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 build definition from Dockerfile
#1 transferring dockerfile: 4.84kB done
#1 DONE 0.0s

#2 [internal] load .dockerignore
#2 transferring context: 2B 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.5s

#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.413 Hit:1 http://deb.debian.org/debian bookworm InRelease
#10 0.413 Get:2 http://deb.debian.org/debian bookworm-updates InRelease [55.4 kB]
#10 0.413 Get:3 http://deb.debian.org/debian-security bookworm-security InRelease [48.0 kB]
#10 0.541 Hit:4 https://downloads.osmocom.org/packages/osmocom:/nightly/Debian_12 ./ InRelease
#10 0.888 Fetched 103 kB in 1s (197 kB/s)
#10 0.888 Reading package lists...
#10 1.321 Reading package lists...
#10 1.758 Building dependency tree...
#10 1.890 Reading state information...
#10 2.003 dbus is already the newest version (1.14.10-1~deb12u1).
#10 2.003 tcpdump is already the newest version (4.99.3-1).
#10 2.003 sqlite3 is already the newest version (3.40.1-2+deb12u1).
#10 2.003 python3 is already the newest version (3.11.2-1+b1).
#10 2.003 python3-setuptools is already the newest version (66.1.1-1).
#10 2.003 python3-yaml is already the newest version (6.0-3+b2).
#10 2.003 python3-mako is already the newest version (1.2.4+ds-1).
#10 2.003 python3-gi is already the newest version (3.42.2-3+b1).
#10 2.003 python3-wheel is already the newest version (0.38.4-2).
#10 2.003 python3-wheel set to manually installed.
#10 2.003 ofono is already the newest version (1.31-3+b1).
#10 2.003 patchelf is already the newest version (0.14.3-1+b1).
#10 2.003 sudo is already the newest version (1.9.13p3-1+deb12u1).
#10 2.003 libcap2-bin is already the newest version (1:2.66-4).
#10 2.003 libcap2-bin set to manually installed.
#10 2.003 python3-pip is already the newest version (23.0.1+dfsg-1).
#10 2.003 locales is already the newest version (2.36-9+deb12u9).
#10 2.003 The following additional packages will be installed:
#10 2.003   busybox libblas3 libiperf0 liblapack3 librpm9 librpmio9 rpm-common
#10 2.004 Suggested packages:
#10 2.004   libarchive-dev gfortran python3-pytest rpm-i18n
#10 2.079 The following NEW packages will be installed:
#10 2.080   busybox cpio iperf3 libblas3 libiperf0 liblapack3 librpm9 librpmio9
#10 2.080   python3-numpy python3-watchdog rpm-common rpm2cpio udhcpc
#10 2.105 0 upgraded, 13 newly installed, 0 to remove and 2 not upgraded.
#10 2.105 Need to get 14.8 MB of archives.
#10 2.105 After this operation, 45.5 MB of additional disk space will be used.
#10 2.105 Get:1 http://deb.debian.org/debian bookworm/main amd64 libiperf0 amd64 3.12-1+deb12u1 [91.2 kB]
#10 2.117 Get:2 http://deb.debian.org/debian bookworm/main amd64 iperf3 amd64 3.12-1+deb12u1 [33.9 kB]
#10 2.118 Get:3 http://deb.debian.org/debian bookworm/main amd64 cpio amd64 2.13+dfsg-7.1 [245 kB]
#10 2.125 Get:4 http://deb.debian.org/debian bookworm/main amd64 busybox amd64 1:1.35.0-4+b3 [452 kB]
#10 2.131 Get:5 http://deb.debian.org/debian bookworm/main amd64 libblas3 amd64 3.11.0-2 [149 kB]
#10 2.132 Get:6 http://deb.debian.org/debian bookworm/main amd64 liblapack3 amd64 3.11.0-2 [2323 kB]
#10 2.153 Get:7 http://deb.debian.org/debian bookworm/main amd64 librpmio9 amd64 4.18.0+dfsg-1+deb12u1 [1625 kB]
#10 2.166 Get:8 http://deb.debian.org/debian bookworm/main amd64 librpm9 amd64 4.18.0+dfsg-1+deb12u1 [1720 kB]
#10 2.181 Get:9 http://deb.debian.org/debian bookworm/main amd64 python3-numpy amd64 1:1.24.2-1+deb12u1 [4960 kB]
#10 2.224 Get:10 http://deb.debian.org/debian bookworm/main amd64 python3-watchdog all 2.2.1-1 [124 kB]
#10 2.224 Get:11 http://deb.debian.org/debian bookworm/main amd64 rpm-common amd64 4.18.0+dfsg-1+deb12u1 [1571 kB]
#10 2.238 Get:12 http://deb.debian.org/debian bookworm/main amd64 rpm2cpio amd64 4.18.0+dfsg-1+deb12u1 [1547 kB]
#10 2.251 Get:13 http://deb.debian.org/debian bookworm/main amd64 udhcpc amd64 1:1.35.0-4+b3 [6284 B]
#10 2.409 debconf: delaying package configuration, since apt-utils is not installed
#10 2.446 Fetched 14.8 MB in 0s (89.0 MB/s)
#10 2.482 Selecting previously unselected package libiperf0:amd64.
#10 2.482 (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.543 Preparing to unpack .../00-libiperf0_3.12-1+deb12u1_amd64.deb ...
#10 2.550 Unpacking libiperf0:amd64 (3.12-1+deb12u1) ...
#10 2.610 Selecting previously unselected package iperf3.
#10 2.621 Preparing to unpack .../01-iperf3_3.12-1+deb12u1_amd64.deb ...
#10 2.627 Unpacking iperf3 (3.12-1+deb12u1) ...
#10 2.680 Selecting previously unselected package cpio.
#10 2.690 Preparing to unpack .../02-cpio_2.13+dfsg-7.1_amd64.deb ...
#10 2.693 Unpacking cpio (2.13+dfsg-7.1) ...
#10 2.774 Selecting previously unselected package busybox.
#10 2.784 Preparing to unpack .../03-busybox_1%3a1.35.0-4+b3_amd64.deb ...
#10 2.789 Unpacking busybox (1:1.35.0-4+b3) ...
#10 2.861 Selecting previously unselected package libblas3:amd64.
#10 2.870 Preparing to unpack .../04-libblas3_3.11.0-2_amd64.deb ...
#10 2.879 Unpacking libblas3:amd64 (3.11.0-2) ...
#10 2.932 Selecting previously unselected package liblapack3:amd64.
#10 2.940 Preparing to unpack .../05-liblapack3_3.11.0-2_amd64.deb ...
#10 2.946 Unpacking liblapack3:amd64 (3.11.0-2) ...
#10 3.128 Selecting previously unselected package librpmio9.
#10 3.137 Preparing to unpack .../06-librpmio9_4.18.0+dfsg-1+deb12u1_amd64.deb ...
#10 3.140 Unpacking librpmio9 (4.18.0+dfsg-1+deb12u1) ...
#10 3.200 Selecting previously unselected package librpm9.
#10 3.210 Preparing to unpack .../07-librpm9_4.18.0+dfsg-1+deb12u1_amd64.deb ...
#10 3.213 Unpacking librpm9 (4.18.0+dfsg-1+deb12u1) ...
#10 3.279 Selecting previously unselected package python3-numpy.
#10 3.287 Preparing to unpack .../08-python3-numpy_1%3a1.24.2-1+deb12u1_amd64.deb ...
#10 3.290 Unpacking python3-numpy (1:1.24.2-1+deb12u1) ...
#10 3.688 Selecting previously unselected package python3-watchdog.
#10 3.697 Preparing to unpack .../09-python3-watchdog_2.2.1-1_all.deb ...
#10 3.700 Unpacking python3-watchdog (2.2.1-1) ...
#10 3.759 Selecting previously unselected package rpm-common.
#10 3.766 Preparing to unpack .../10-rpm-common_4.18.0+dfsg-1+deb12u1_amd64.deb ...
#10 3.769 Unpacking rpm-common (4.18.0+dfsg-1+deb12u1) ...
#10 3.837 Selecting previously unselected package rpm2cpio.
#10 3.845 Preparing to unpack .../11-rpm2cpio_4.18.0+dfsg-1+deb12u1_amd64.deb ...
#10 3.849 Unpacking rpm2cpio (4.18.0+dfsg-1+deb12u1) ...
#10 3.905 Selecting previously unselected package udhcpc:amd64.
#10 3.914 Preparing to unpack .../12-udhcpc_1%3a1.35.0-4+b3_amd64.deb ...
#10 3.917 Unpacking udhcpc:amd64 (1:1.35.0-4+b3) ...
#10 3.981 Setting up cpio (2.13+dfsg-7.1) ...
#10 3.996 update-alternatives: using /bin/mt-gnu to provide /bin/mt (mt) in auto mode
#10 3.996 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.002 Setting up python3-watchdog (2.2.1-1) ...
#10 4.167 Setting up busybox (1:1.35.0-4+b3) ...
#10 4.179 Setting up libblas3:amd64 (3.11.0-2) ...
#10 4.189 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.197 Setting up libiperf0:amd64 (3.12-1+deb12u1) ...
#10 4.210 Setting up udhcpc:amd64 (1:1.35.0-4+b3) ...
#10 4.227 Setting up librpmio9 (4.18.0+dfsg-1+deb12u1) ...
#10 4.238 Setting up librpm9 (4.18.0+dfsg-1+deb12u1) ...
#10 4.248 Setting up liblapack3:amd64 (3.11.0-2) ...
#10 4.257 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.266 Setting up iperf3 (3.12-1+deb12u1) ...
#10 4.343 debconf: unable to initialize frontend: Dialog
#10 4.343 debconf: (TERM is not set, so the dialog frontend is not usable.)
#10 4.343 debconf: falling back to frontend: Readline
#10 4.350 debconf: unable to initialize frontend: Readline
#10 4.350 debconf: (This frontend requires a controlling tty.)
#10 4.350 debconf: falling back to frontend: Teletype
#10 4.361 Configuring iperf3
#10 4.361 ------------------
#10 4.361 
#10 4.361 Choose this option if Iperf3 should start automatically as a daemon, now and at 
#10 4.361 boot time.
#10 4.361 
#10 4.361 Start Iperf3 as a daemon automatically? [yes/no] 
#10 4.361 Use of uninitialized value $_[1] in join or string at /usr/share/perl5/Debconf/DbDriver/Stack.pm line 111.
#10 4.444 invoke-rc.d: could not determine current runlevel
#10 4.447 invoke-rc.d: policy-rc.d denied execution of stop.
#10 4.560 Use of uninitialized value $val in substitution (s///) at /usr/share/perl5/Debconf/Format/822.pm line 83, <GEN6> line 1.
#10 4.560 Use of uninitialized value $val in concatenation (.) or string at /usr/share/perl5/Debconf/Format/822.pm line 84, <GEN6> line 1.
#10 4.583 Setting up rpm-common (4.18.0+dfsg-1+deb12u1) ...
#10 4.596 Setting up python3-numpy (1:1.24.2-1+deb12u1) ...
#10 5.801 Setting up rpm2cpio (4.18.0+dfsg-1+deb12u1) ...
#10 5.828 Processing triggers for man-db (2.11.2-2) ...
#10 5.876 Processing triggers for dbus (1.14.10-1~deb12u1) ...
#10 5.907 Processing triggers for libc-bin (2.36-9+deb12u9) ...
#10 DONE 6.1s

#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.793 Collecting smpplib
#11 0.793   Cloning https://github.com/podshumok/python-smpplib.git (to revision master) to /tmp/pip-install-d6l78odi/smpplib_7974008e1d9b4a33a4e97225d0669e52
#11 0.795   Running command git clone --filter=blob:none --quiet https://github.com/podshumok/python-smpplib.git /tmp/pip-install-d6l78odi/smpplib_7974008e1d9b4a33a4e97225d0669e52
#11 1.546   Resolved https://github.com/podshumok/python-smpplib.git to commit 29e611d20b21c4c6aff55ee867f2355f4c7085c8
#11 1.550   Preparing metadata (setup.py): started
#11 1.770   Preparing metadata (setup.py): finished with status 'done'
#11 1.773 Requirement already satisfied: pydbus in /usr/local/lib/python3.11/dist-packages (0.6.0)
#11 1.774 Requirement already satisfied: pyusb in /usr/lib/python3/dist-packages (1.2.1.post2)
#11 1.775 Requirement already satisfied: pysispm in /usr/local/lib/python3.11/dist-packages (0.6)
#11 2.287 Collecting pymongo
#11 2.344   Downloading pymongo-4.10.1-cp311-cp311-manylinux_2_17_x86_64.manylinux2014_x86_64.whl (1.7 MB)
#11 2.467      ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 1.7/1.7 MB 13.8 MB/s eta 0:00:00
#11 2.476 Requirement already satisfied: six in /usr/lib/python3/dist-packages (from smpplib) (1.16.0)
#11 2.534 Collecting dnspython<3.0.0,>=1.16.0
#11 2.544   Downloading dnspython-2.7.0-py3-none-any.whl (313 kB)
#11 2.571      ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 313.6/313.6 kB 12.3 MB/s eta 0:00:00
#11 2.905 Installing collected packages: dnspython, pymongo
#11 3.340 Successfully installed dnspython-2.7.0 pymongo-4.10.1
#11 3.340 WARNING: Running pip as the 'root' user can result in broken permissions and conflicting behaviour with the system package manager. It is recommended to use a virtual environment instead: https://pip.pypa.io/warnings/venv
#11 DONE 3.5s

#12 [ 7/28] RUN	APT-GET update && apt-get install -y openssh-server
#12 0.407 Hit:1 http://deb.debian.org/debian bookworm InRelease
#12 0.407 Hit:2 http://deb.debian.org/debian bookworm-updates InRelease
#12 0.407 Hit:3 https://downloads.osmocom.org/packages/osmocom:/nightly/Debian_12 ./ InRelease
#12 0.412 Hit:4 http://deb.debian.org/debian-security bookworm-security InRelease
#12 0.667 Reading package lists...
#12 1.135 Reading package lists...
#12 1.574 Building dependency tree...
#12 1.681 Reading state information...
#12 1.785 The following additional packages will be installed:
#12 1.785   dbus-user-session libnss-systemd libpam-systemd libxmuu1 ncurses-term
#12 1.785   openssh-sftp-server runit-helper systemd-sysv xauth
#12 1.785 Suggested packages:
#12 1.785   molly-guard monkeysphere ssh-askpass ufw
#12 1.875 The following NEW packages will be installed:
#12 1.875   dbus-user-session libnss-systemd libpam-systemd libxmuu1 ncurses-term
#12 1.875   openssh-server openssh-sftp-server runit-helper systemd-sysv xauth
#12 1.902 0 upgraded, 10 newly installed, 0 to remove and 2 not upgraded.
#12 1.902 Need to get 1598 kB of archives.
#12 1.902 After this operation, 7874 kB of additional disk space will be used.
#12 1.902 Get:1 http://deb.debian.org/debian bookworm/main amd64 systemd-sysv amd64 252.31-1~deb12u1 [42.5 kB]
#12 1.917 Get:2 http://deb.debian.org/debian bookworm/main amd64 openssh-sftp-server amd64 1:9.2p1-2+deb12u3 [65.8 kB]
#12 1.922 Get:3 http://deb.debian.org/debian bookworm/main amd64 runit-helper all 2.15.2 [6520 B]
#12 1.922 Get:4 http://deb.debian.org/debian bookworm/main amd64 openssh-server amd64 1:9.2p1-2+deb12u3 [456 kB]
#12 1.933 Get:5 http://deb.debian.org/debian bookworm/main amd64 libnss-systemd amd64 252.31-1~deb12u1 [163 kB]
#12 1.934 Get:6 http://deb.debian.org/debian bookworm/main amd64 libpam-systemd amd64 252.31-1~deb12u1 [225 kB]
#12 1.937 Get:7 http://deb.debian.org/debian bookworm/main amd64 ncurses-term all 6.4-4 [501 kB]
#12 1.960 Get:8 http://deb.debian.org/debian bookworm/main amd64 dbus-user-session amd64 1.14.10-1~deb12u1 [78.1 kB]
#12 1.963 Get:9 http://deb.debian.org/debian bookworm/main amd64 libxmuu1 amd64 2:1.1.3-3 [23.9 kB]
#12 1.964 Get:10 http://deb.debian.org/debian bookworm/main amd64 xauth amd64 1:1.1.2-1 [36.0 kB]
#12 2.118 debconf: delaying package configuration, since apt-utils is not installed
#12 2.179 Fetched 1598 kB in 0s (18.9 MB/s)
#12 2.231 Selecting previously unselected package systemd-sysv.
#12 2.231 (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.280 Preparing to unpack .../0-systemd-sysv_252.31-1~deb12u1_amd64.deb ...
#12 2.289 Unpacking systemd-sysv (252.31-1~deb12u1) ...
#12 2.389 Selecting previously unselected package openssh-sftp-server.
#12 2.397 Preparing to unpack .../1-openssh-sftp-server_1%3a9.2p1-2+deb12u3_amd64.deb ...
#12 2.408 Unpacking openssh-sftp-server (1:9.2p1-2+deb12u3) ...
#12 2.494 Selecting previously unselected package runit-helper.
#12 2.503 Preparing to unpack .../2-runit-helper_2.15.2_all.deb ...
#12 2.521 Unpacking runit-helper (2.15.2) ...
#12 2.654 Selecting previously unselected package openssh-server.
#12 2.663 Preparing to unpack .../3-openssh-server_1%3a9.2p1-2+deb12u3_amd64.deb ...
#12 2.677 Unpacking openssh-server (1:9.2p1-2+deb12u3) ...
#12 2.825 Selecting previously unselected package libnss-systemd:amd64.
#12 2.833 Preparing to unpack .../4-libnss-systemd_252.31-1~deb12u1_amd64.deb ...
#12 2.859 Unpacking libnss-systemd:amd64 (252.31-1~deb12u1) ...
#12 2.918 Selecting previously unselected package libpam-systemd:amd64.
#12 2.928 Preparing to unpack .../5-libpam-systemd_252.31-1~deb12u1_amd64.deb ...
#12 2.931 Unpacking libpam-systemd:amd64 (252.31-1~deb12u1) ...
#12 2.992 Selecting previously unselected package ncurses-term.
#12 3.001 Preparing to unpack .../6-ncurses-term_6.4-4_all.deb ...
#12 3.004 Unpacking ncurses-term (6.4-4) ...
#12 3.335 Selecting previously unselected package dbus-user-session.
#12 3.344 Preparing to unpack .../7-dbus-user-session_1.14.10-1~deb12u1_amd64.deb ...
#12 3.347 Unpacking dbus-user-session (1.14.10-1~deb12u1) ...
#12 3.392 Selecting previously unselected package libxmuu1:amd64.
#12 3.400 Preparing to unpack .../8-libxmuu1_2%3a1.1.3-3_amd64.deb ...
#12 3.403 Unpacking libxmuu1:amd64 (2:1.1.3-3) ...
#12 3.441 Selecting previously unselected package xauth.
#12 3.448 Preparing to unpack .../9-xauth_1%3a1.1.2-1_amd64.deb ...
#12 3.451 Unpacking xauth (1:1.1.2-1) ...
#12 3.515 Setting up runit-helper (2.15.2) ...
#12 3.529 Setting up openssh-sftp-server (1:9.2p1-2+deb12u3) ...
#12 3.538 Setting up systemd-sysv (252.31-1~deb12u1) ...
#12 3.548 Setting up openssh-server (1:9.2p1-2+deb12u3) ...
#12 3.642 debconf: unable to initialize frontend: Dialog
#12 3.642 debconf: (TERM is not set, so the dialog frontend is not usable.)
#12 3.642 debconf: falling back to frontend: Readline
#12 3.648 debconf: unable to initialize frontend: Readline
#12 3.648 debconf: (This frontend requires a controlling tty.)
#12 3.648 debconf: falling back to frontend: Teletype
#12 3.726 
#12 3.726 Creating config file /etc/ssh/sshd_config with new version
#12 3.764 Creating SSH2 RSA key; this may take some time ...
#12 4.359 3072 SHA256:VMbyrTq1y5pE+NsXemjPzt3IWb/S2/thx7IlEhGHqew root@buildkitsandbox (RSA)
#12 4.362 Creating SSH2 ECDSA key; this may take some time ...
#12 4.372 256 SHA256:1SG9ErCoyZIOC9dlxmckLAtm7gNVe76MeXhrBNhn3ZU root@buildkitsandbox (ECDSA)
#12 4.374 Creating SSH2 ED25519 key; this may take some time ...
#12 4.380 256 SHA256:7ybrTOYg4Jo3xAnEziPd24aPavSgDxl4EljQeh6haak root@buildkitsandbox (ED25519)
#12 4.456 invoke-rc.d: could not determine current runlevel
#12 4.459 invoke-rc.d: policy-rc.d denied execution of start.
#12 4.554 Created symlink /etc/systemd/system/sshd.service → /lib/systemd/system/ssh.service.

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

#12 4.646 Setting up libnss-systemd:amd64 (252.31-1~deb12u1) ...
#12 4.665 Setting up libpam-systemd:amd64 (252.31-1~deb12u1) ...
#12 4.731 debconf: unable to initialize frontend: Dialog
#12 4.731 debconf: (TERM is not set, so the dialog frontend is not usable.)
#12 4.731 debconf: falling back to frontend: Readline
#12 4.737 debconf: unable to initialize frontend: Readline
#12 4.737 debconf: (This frontend requires a controlling tty.)
#12 4.737 debconf: falling back to frontend: Teletype
#12 4.806 Setting up libxmuu1:amd64 (2:1.1.3-3) ...
#12 4.816 Setting up ncurses-term (6.4-4) ...
#12 4.828 Setting up dbus-user-session (1.14.10-1~deb12u1) ...
#12 4.842 Setting up xauth (1:1.1.2-1) ...
#12 4.852 Processing triggers for man-db (2.11.2-2) ...
#12 4.870 Processing triggers for libc-bin (2.36-9+deb12u9) ...
#12 DONE 5.0s

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

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

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

#20 [15/28] RUN	APT-GET update && 	apt-get install -y --no-install-recommends 		telnet 		libosmocore-dev 		libosmo-abis-dev 		libosmo-gsup-client-dev 		libosmo-netif-dev 		libosmo-ranap-dev 		libosmo-sigtran-dev 		libsmpp34-dev 		libgtp-dev 		libasn1c-dev && 	apt-get clean
#20 0.391 Hit:1 http://deb.debian.org/debian bookworm InRelease
#20 0.391 Hit:2 http://deb.debian.org/debian bookworm-updates InRelease
#20 0.391 Hit:3 http://deb.debian.org/debian-security bookworm-security InRelease
#20 0.491 Hit:4 https://downloads.osmocom.org/packages/osmocom:/nightly/Debian_12 ./ InRelease
#20 0.651 Reading package lists...
#20 1.073 Reading package lists...
#20 1.501 Building dependency tree...
#20 1.621 Reading state information...
#20 1.733 telnet is already the newest version (0.17+2.4-2+deb12u1).
#20 1.733 The following additional packages will be installed:
#20 1.733   libasn1c1 libgtp10 libosmo-gsup-client0 libosmo-ranap7 libosmo-sigtran10
#20 1.733   libosmoabis13 libosmocodec4 libosmocoding0 libosmocore libosmocore22
#20 1.733   libosmoctrl0 libosmogb14 libosmogsm20 libosmoisdn0 libosmonetif11
#20 1.733   libosmosim2 libosmotrau10 libosmousb0 libosmovty13 libsmpp1 osmocom-nightly
#20 1.768 The following NEW packages will be installed:
#20 1.768   libasn1c-dev libasn1c1 libgtp-dev libgtp10 libosmo-abis-dev
#20 1.768   libosmo-gsup-client-dev libosmo-gsup-client0 libosmo-netif-dev
#20 1.768   libosmo-ranap-dev libosmo-ranap7 libosmo-sigtran-dev libosmo-sigtran10
#20 1.768   libosmoabis13 libosmocodec4 libosmocoding0 libosmocore libosmocore-dev
#20 1.768   libosmocore22 libosmoctrl0 libosmogb14 libosmogsm20 libosmoisdn0
#20 1.768   libosmonetif11 libosmosim2 libosmotrau10 libosmousb0 libosmovty13 libsmpp1
#20 1.768   libsmpp34-dev osmocom-nightly
#20 2.035 0 upgraded, 30 newly installed, 0 to remove and 2 not upgraded.
#20 2.035 Need to get 3,942 kB of archives.
#20 2.035 After this operation, 17.7 MB of additional disk space will be used.
#20 2.035 Get:1 https://downloads.osmocom.org/packages/osmocom:/nightly/Debian_12 ./ osmocom-nightly 202412222026 [1,176 B]
#20 2.039 Get:2 https://downloads.osmocom.org/packages/osmocom:/nightly/Debian_12 ./ libosmocore22 1.10.0.56.fc03.202412222026 [169 kB]
#20 2.041 Get:3 https://downloads.osmocom.org/packages/osmocom:/nightly/Debian_12 ./ libgtp10 1.12.0.33.09142.202412222026 [39.0 kB]
#20 2.059 Get:4 https://downloads.osmocom.org/packages/osmocom:/nightly/Debian_12 ./ libgtp-dev 1.12.0.33.09142.202412222026 [141 kB]
#20 2.062 Get:5 https://downloads.osmocom.org/packages/osmocom:/nightly/Debian_12 ./ libosmocodec4 1.10.0.56.fc03.202412222026 [50.6 kB]
#20 2.063 Get:6 https://downloads.osmocom.org/packages/osmocom:/nightly/Debian_12 ./ libosmotrau10 1.6.0.50.58dd.202412222026 [32.9 kB]
#20 2.065 Get:7 https://downloads.osmocom.org/packages/osmocom:/nightly/Debian_12 ./ libosmoisdn0 1.10.0.56.fc03.202412222026 [69.7 kB]
#20 2.066 Get:8 https://downloads.osmocom.org/packages/osmocom:/nightly/Debian_12 ./ libosmogsm20 1.10.0.56.fc03.202412222026 [227 kB]
#20 2.070 Get:9 https://downloads.osmocom.org/packages/osmocom:/nightly/Debian_12 ./ libosmonetif11 1.5.1.26.e84e.202412222026 [59.0 kB]
#20 2.071 Get:10 https://downloads.osmocom.org/packages/osmocom:/nightly/Debian_12 ./ libosmovty13 1.10.0.56.fc03.202412222026 [103 kB]
#20 2.073 Get:11 https://downloads.osmocom.org/packages/osmocom:/nightly/Debian_12 ./ libosmoabis13 1.6.0.50.58dd.202412222026 [69.9 kB]
#20 2.075 Get:12 https://downloads.osmocom.org/packages/osmocom:/nightly/Debian_12 ./ libosmocoding0 1.10.0.56.fc03.202412222026 [70.4 kB]
#20 2.077 Get:13 https://downloads.osmocom.org/packages/osmocom:/nightly/Debian_12 ./ libosmogb14 1.10.0.56.fc03.202412222026 [177 kB]
#20 2.080 Get:14 https://downloads.osmocom.org/packages/osmocom:/nightly/Debian_12 ./ libosmoctrl0 1.10.0.56.fc03.202412222026 [59.0 kB]
#20 2.081 Get:15 https://downloads.osmocom.org/packages/osmocom:/nightly/Debian_12 ./ libosmosim2 1.10.0.56.fc03.202412222026 [62.9 kB]
#20 2.083 Get:16 https://downloads.osmocom.org/packages/osmocom:/nightly/Debian_12 ./ libosmousb0 1.10.0.56.fc03.202412222026 [49.6 kB]
#20 2.084 Get:17 https://downloads.osmocom.org/packages/osmocom:/nightly/Debian_12 ./ libosmocore 1.10.0.56.fc03.202412222026 [43.0 kB]
#20 2.094 Get:18 https://downloads.osmocom.org/packages/osmocom:/nightly/Debian_12 ./ libosmocore-dev 1.10.0.56.fc03.202412222026 [847 kB]
#20 2.110 Get:19 https://downloads.osmocom.org/packages/osmocom:/nightly/Debian_12 ./ libosmo-netif-dev 1.5.1.26.e84e.202412222026 [71.6 kB]
#20 2.122 Get:20 https://downloads.osmocom.org/packages/osmocom:/nightly/Debian_12 ./ libosmo-abis-dev 1.6.0.50.58dd.202412222026 [112 kB]
#20 2.124 Get:21 https://downloads.osmocom.org/packages/osmocom:/nightly/Debian_12 ./ libosmo-gsup-client0 1.8.0.15.74e4.202412222026 [21.1 kB]
#20 2.131 Get:22 https://downloads.osmocom.org/packages/osmocom:/nightly/Debian_12 ./ libosmo-gsup-client-dev 1.8.0.15.74e4.202412222026 [25.4 kB]
#20 2.133 Get:23 https://downloads.osmocom.org/packages/osmocom:/nightly/Debian_12 ./ libosmo-sigtran10 2.0.0.52.6412.202412222026 [127 kB]
#20 2.145 Get:24 https://downloads.osmocom.org/packages/osmocom:/nightly/Debian_12 ./ libosmo-sigtran-dev 2.0.0.52.6412.202412222026 [606 kB]
#20 2.155 Get:25 https://downloads.osmocom.org/packages/osmocom:/nightly/Debian_12 ./ libsmpp1 1.14.4.1.f1ec.202412222026 [101 kB]
#20 2.160 Get:26 https://downloads.osmocom.org/packages/osmocom:/nightly/Debian_12 ./ libsmpp34-dev 1.14.4.1.f1ec.202412222026 [111 kB]
#20 2.162 Get:27 https://downloads.osmocom.org/packages/osmocom:/nightly/Debian_12 ./ libasn1c1 0.9.38.202412222026 [75.3 kB]
#20 2.169 Get:28 https://downloads.osmocom.org/packages/osmocom:/nightly/Debian_12 ./ libasn1c-dev 0.9.38.202412222026 [106 kB]
#20 2.171 Get:29 https://downloads.osmocom.org/packages/osmocom:/nightly/Debian_12 ./ libosmo-ranap7 1.6.0.6.aad82.202412222026 [222 kB]
#20 2.184 Get:30 https://downloads.osmocom.org/packages/osmocom:/nightly/Debian_12 ./ libosmo-ranap-dev 1.6.0.6.aad82.202412222026 [92.1 kB]
#20 2.376 debconf: delaying package configuration, since apt-utils is not installed
#20 2.416 Fetched 3,942 kB in 0s (9,570 kB/s)
#20 2.447 Selecting previously unselected package osmocom-nightly.
#20 2.447 (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.494 Preparing to unpack .../00-osmocom-nightly_202412222026_amd64.deb ...
#20 2.497 Unpacking osmocom-nightly (202412222026) ...
#20 2.539 Selecting previously unselected package libosmocore22:amd64.
#20 2.545 Preparing to unpack .../01-libosmocore22_1.10.0.56.fc03.202412222026_amd64.deb ...
#20 2.552 Unpacking libosmocore22:amd64 (1.10.0.56.fc03.202412222026) ...
#20 2.610 Selecting previously unselected package libgtp10:amd64.
#20 2.619 Preparing to unpack .../02-libgtp10_1.12.0.33.09142.202412222026_amd64.deb ...
#20 2.622 Unpacking libgtp10:amd64 (1.12.0.33.09142.202412222026) ...
#20 2.661 Selecting previously unselected package libgtp-dev:amd64.
#20 2.671 Preparing to unpack .../03-libgtp-dev_1.12.0.33.09142.202412222026_amd64.deb ...
#20 2.675 Unpacking libgtp-dev:amd64 (1.12.0.33.09142.202412222026) ...
#20 2.726 Selecting previously unselected package libosmocodec4:amd64.
#20 2.733 Preparing to unpack .../04-libosmocodec4_1.10.0.56.fc03.202412222026_amd64.deb ...
#20 2.737 Unpacking libosmocodec4:amd64 (1.10.0.56.fc03.202412222026) ...
#20 2.783 Selecting previously unselected package libosmotrau10:amd64.
#20 2.792 Preparing to unpack .../05-libosmotrau10_1.6.0.50.58dd.202412222026_amd64.deb ...
#20 2.795 Unpacking libosmotrau10:amd64 (1.6.0.50.58dd.202412222026) ...
#20 2.836 Selecting previously unselected package libosmoisdn0:amd64.
#20 2.847 Preparing to unpack .../06-libosmoisdn0_1.10.0.56.fc03.202412222026_amd64.deb ...
#20 2.852 Unpacking libosmoisdn0:amd64 (1.10.0.56.fc03.202412222026) ...
#20 2.893 Selecting previously unselected package libosmogsm20:amd64.
#20 2.903 Preparing to unpack .../07-libosmogsm20_1.10.0.56.fc03.202412222026_amd64.deb ...
#20 2.907 Unpacking libosmogsm20:amd64 (1.10.0.56.fc03.202412222026) ...
#20 2.963 Selecting previously unselected package libosmonetif11:amd64.
#20 2.971 Preparing to unpack .../08-libosmonetif11_1.5.1.26.e84e.202412222026_amd64.deb ...
#20 2.974 Unpacking libosmonetif11:amd64 (1.5.1.26.e84e.202412222026) ...
#20 3.016 Selecting previously unselected package libosmovty13:amd64.
#20 3.025 Preparing to unpack .../09-libosmovty13_1.10.0.56.fc03.202412222026_amd64.deb ...
#20 3.028 Unpacking libosmovty13:amd64 (1.10.0.56.fc03.202412222026) ...
#20 3.082 Selecting previously unselected package libosmoabis13:amd64.
#20 3.090 Preparing to unpack .../10-libosmoabis13_1.6.0.50.58dd.202412222026_amd64.deb ...
#20 3.093 Unpacking libosmoabis13:amd64 (1.6.0.50.58dd.202412222026) ...
#20 3.140 Selecting previously unselected package libosmocoding0:amd64.
#20 3.148 Preparing to unpack .../11-libosmocoding0_1.10.0.56.fc03.202412222026_amd64.deb ...
#20 3.154 Unpacking libosmocoding0:amd64 (1.10.0.56.fc03.202412222026) ...
#20 3.201 Selecting previously unselected package libosmogb14:amd64.
#20 3.210 Preparing to unpack .../12-libosmogb14_1.10.0.56.fc03.202412222026_amd64.deb ...
#20 3.213 Unpacking libosmogb14:amd64 (1.10.0.56.fc03.202412222026) ...
#20 3.264 Selecting previously unselected package libosmoctrl0:amd64.
#20 3.272 Preparing to unpack .../13-libosmoctrl0_1.10.0.56.fc03.202412222026_amd64.deb ...
#20 3.276 Unpacking libosmoctrl0:amd64 (1.10.0.56.fc03.202412222026) ...
#20 3.328 Selecting previously unselected package libosmosim2:amd64.
#20 3.337 Preparing to unpack .../14-libosmosim2_1.10.0.56.fc03.202412222026_amd64.deb ...
#20 3.340 Unpacking libosmosim2:amd64 (1.10.0.56.fc03.202412222026) ...
#20 3.379 Selecting previously unselected package libosmousb0:amd64.
#20 3.389 Preparing to unpack .../15-libosmousb0_1.10.0.56.fc03.202412222026_amd64.deb ...
#20 3.392 Unpacking libosmousb0:amd64 (1.10.0.56.fc03.202412222026) ...
#20 3.435 Selecting previously unselected package libosmocore.
#20 3.442 Preparing to unpack .../16-libosmocore_1.10.0.56.fc03.202412222026_amd64.deb ...
#20 3.445 Unpacking libosmocore (1.10.0.56.fc03.202412222026) ...
#20 3.481 Selecting previously unselected package libosmocore-dev:amd64.
#20 3.491 Preparing to unpack .../17-libosmocore-dev_1.10.0.56.fc03.202412222026_amd64.deb ...
#20 3.495 Unpacking libosmocore-dev:amd64 (1.10.0.56.fc03.202412222026) ...
#20 3.589 Selecting previously unselected package libosmo-netif-dev:amd64.
#20 3.596 Preparing to unpack .../18-libosmo-netif-dev_1.5.1.26.e84e.202412222026_amd64.deb ...
#20 3.599 Unpacking libosmo-netif-dev:amd64 (1.5.1.26.e84e.202412222026) ...
#20 3.642 Selecting previously unselected package libosmo-abis-dev:amd64.
#20 3.649 Preparing to unpack .../19-libosmo-abis-dev_1.6.0.50.58dd.202412222026_amd64.deb ...
#20 3.652 Unpacking libosmo-abis-dev:amd64 (1.6.0.50.58dd.202412222026) ...
#20 3.701 Selecting previously unselected package libosmo-gsup-client0:amd64.
#20 3.708 Preparing to unpack .../20-libosmo-gsup-client0_1.8.0.15.74e4.202412222026_amd64.deb ...
#20 3.713 Unpacking libosmo-gsup-client0:amd64 (1.8.0.15.74e4.202412222026) ...
#20 3.755 Selecting previously unselected package libosmo-gsup-client-dev:amd64.
#20 3.763 Preparing to unpack .../21-libosmo-gsup-client-dev_1.8.0.15.74e4.202412222026_amd64.deb ...
#20 3.766 Unpacking libosmo-gsup-client-dev:amd64 (1.8.0.15.74e4.202412222026) ...
#20 3.814 Selecting previously unselected package libosmo-sigtran10:amd64.
#20 3.823 Preparing to unpack .../22-libosmo-sigtran10_2.0.0.52.6412.202412222026_amd64.deb ...
#20 3.827 Unpacking libosmo-sigtran10:amd64 (2.0.0.52.6412.202412222026) ...
#20 3.872 Selecting previously unselected package libosmo-sigtran-dev:amd64.
#20 3.880 Preparing to unpack .../23-libosmo-sigtran-dev_2.0.0.52.6412.202412222026_amd64.deb ...
#20 3.883 Unpacking libosmo-sigtran-dev:amd64 (2.0.0.52.6412.202412222026) ...
#20 3.970 Selecting previously unselected package libsmpp1:amd64.
#20 3.978 Preparing to unpack .../24-libsmpp1_1.14.4.1.f1ec.202412222026_amd64.deb ...
#20 3.981 Unpacking libsmpp1:amd64 (1.14.4.1.f1ec.202412222026) ...
#20 4.029 Selecting previously unselected package libsmpp34-dev:amd64.
#20 4.037 Preparing to unpack .../25-libsmpp34-dev_1.14.4.1.f1ec.202412222026_amd64.deb ...
#20 4.043 Unpacking libsmpp34-dev:amd64 (1.14.4.1.f1ec.202412222026) ...
#20 4.094 Selecting previously unselected package libasn1c1:amd64.
#20 4.104 Preparing to unpack .../26-libasn1c1_0.9.38.202412222026_amd64.deb ...
#20 4.109 Unpacking libasn1c1:amd64 (0.9.38.202412222026) ...
#20 4.156 Selecting previously unselected package libasn1c-dev:amd64.
#20 4.166 Preparing to unpack .../27-libasn1c-dev_0.9.38.202412222026_amd64.deb ...
#20 4.169 Unpacking libasn1c-dev:amd64 (0.9.38.202412222026) ...
#20 4.218 Selecting previously unselected package libosmo-ranap7:amd64.
#20 4.229 Preparing to unpack .../28-libosmo-ranap7_1.6.0.6.aad82.202412222026_amd64.deb ...
#20 4.232 Unpacking libosmo-ranap7:amd64 (1.6.0.6.aad82.202412222026) ...
#20 4.300 Selecting previously unselected package libosmo-ranap-dev:amd64.
#20 4.307 Preparing to unpack .../29-libosmo-ranap-dev_1.6.0.6.aad82.202412222026_amd64.deb ...
#20 4.310 Unpacking libosmo-ranap-dev:amd64 (1.6.0.6.aad82.202412222026) ...
#20 4.444 Setting up osmocom-nightly (202412222026) ...
#20 4.453 Setting up libsmpp1:amd64 (1.14.4.1.f1ec.202412222026) ...
#20 4.463 Setting up libosmocore22:amd64 (1.10.0.56.fc03.202412222026) ...
#20 4.476 Setting up libosmocodec4:amd64 (1.10.0.56.fc03.202412222026) ...
#20 4.485 Setting up libsmpp34-dev:amd64 (1.14.4.1.f1ec.202412222026) ...
#20 4.496 Setting up libasn1c1:amd64 (0.9.38.202412222026) ...
#20 4.507 Setting up libosmovty13:amd64 (1.10.0.56.fc03.202412222026) ...
#20 4.517 Setting up libosmoisdn0:amd64 (1.10.0.56.fc03.202412222026) ...
#20 4.526 Setting up libosmotrau10:amd64 (1.6.0.50.58dd.202412222026) ...
#20 4.536 Setting up libgtp10:amd64 (1.12.0.33.09142.202412222026) ...
#20 4.549 Setting up libgtp-dev:amd64 (1.12.0.33.09142.202412222026) ...
#20 4.558 Setting up libasn1c-dev:amd64 (0.9.38.202412222026) ...
#20 4.567 Setting up libosmousb0:amd64 (1.10.0.56.fc03.202412222026) ...
#20 4.577 Setting up libosmogsm20:amd64 (1.10.0.56.fc03.202412222026) ...
#20 4.589 Setting up libosmoctrl0:amd64 (1.10.0.56.fc03.202412222026) ...
#20 4.599 Setting up libosmogb14:amd64 (1.10.0.56.fc03.202412222026) ...
#20 4.608 Setting up libosmonetif11:amd64 (1.5.1.26.e84e.202412222026) ...
#20 4.619 Setting up libosmocoding0:amd64 (1.10.0.56.fc03.202412222026) ...
#20 4.631 Setting up libosmosim2:amd64 (1.10.0.56.fc03.202412222026) ...
#20 4.641 Setting up libosmocore (1.10.0.56.fc03.202412222026) ...
#20 4.651 Setting up libosmoabis13:amd64 (1.6.0.50.58dd.202412222026) ...
#20 4.660 Setting up libosmo-sigtran10:amd64 (2.0.0.52.6412.202412222026) ...
#20 4.671 Setting up libosmo-gsup-client0:amd64 (1.8.0.15.74e4.202412222026) ...
#20 4.681 Setting up libosmo-ranap7:amd64 (1.6.0.6.aad82.202412222026) ...
#20 4.691 Setting up libosmocore-dev:amd64 (1.10.0.56.fc03.202412222026) ...
#20 4.704 Setting up libosmo-netif-dev:amd64 (1.5.1.26.e84e.202412222026) ...
#20 4.714 Setting up libosmo-ranap-dev:amd64 (1.6.0.6.aad82.202412222026) ...
#20 4.723 Setting up libosmo-gsup-client-dev:amd64 (1.8.0.15.74e4.202412222026) ...
#20 4.733 Setting up libosmo-sigtran-dev:amd64 (2.0.0.52.6412.202412222026) ...
#20 4.747 Setting up libosmo-abis-dev:amd64 (1.6.0.50.58dd.202412222026) ...
#20 4.758 Processing triggers for libc-bin (2.36-9+deb12u9) ...
#20 DONE 4.9s

#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.367 Hit:4 https://downloads.osmocom.org/packages/osmocom:/nightly/Debian_12 ./ InRelease
#21 0.636 Reading package lists...
#21 1.099 Reading package lists...
#21 1.536 Building dependency tree...
#21 1.640 Reading state information...
#21 1.756 cmake is already the newest version (3.25.1-1).
#21 1.756 libfftw3-dev is already the newest version (3.3.10-1).
#21 1.756 libboost-program-options-dev is already the newest version (1.74.0.3).
#21 1.756 libboost-program-options-dev set to manually installed.
#21 1.756 libsctp-dev is already the newest version (1.0.19+dfsg-2).
#21 1.756 libpcsclite-dev is already the newest version (1.9.9-2).
#21 1.756 libuhd-dev is already the newest version (4.3.0.0+ds1-5).
#21 1.756 The following additional packages will be installed:
#21 1.756   libconfig++9v5 libconfig-dev libconfig9 libczmq4 libnspr4 libnspr4-dev
#21 1.756   libnss3 libnss3-dev libsoapysdr0.8 soapysdr0.7-module-lms7
#21 1.756 Suggested packages:
#21 1.756   libmbedtls-doc libsoapysdr-doc
#21 1.756 Recommended packages:
#21 1.756   libconfig-doc soapysdr0.8-module-all | soapysdr0.8-module
#21 1.842 The following NEW packages will be installed:
#21 1.842   libconfig++-dev libconfig++9v5 libconfig-dev libconfig9 libczmq-dev libczmq4
#21 1.842   libmbedtls-dev libnspr4 libnspr4-dev libnss3 libnss3-dev libsoapysdr-dev
#21 1.843   libsoapysdr0.8 soapysdr-module-lms7 soapysdr0.7-module-lms7
#21 1.879 0 upgraded, 15 newly installed, 0 to remove and 2 not upgraded.
#21 1.879 Need to get 3,551 kB of archives.
#21 1.879 After this operation, 14.8 MB of additional disk space will be used.
#21 1.879 Get:1 http://deb.debian.org/debian bookworm/main amd64 libconfig++9v5 amd64 1.5-0.4 [40.0 kB]
#21 1.887 Get:2 http://deb.debian.org/debian bookworm/main amd64 libconfig9 amd64 1.5-0.4 [29.9 kB]
#21 1.889 Get:3 http://deb.debian.org/debian bookworm/main amd64 libconfig-dev amd64 1.5-0.4 [60.8 kB]
#21 1.893 Get:4 http://deb.debian.org/debian bookworm/main amd64 libconfig++-dev amd64 1.5-0.4 [44.1 kB]
#21 1.894 Get:5 http://deb.debian.org/debian bookworm/main amd64 libnspr4 amd64 2:4.35-1 [113 kB]
#21 1.898 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.913 Get:7 http://deb.debian.org/debian bookworm/main amd64 libnspr4-dev amd64 2:4.35-1 [212 kB]
#21 1.915 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.917 Get:9 http://deb.debian.org/debian bookworm/main amd64 libczmq4 amd64 4.2.1-1 [172 kB]
#21 1.918 Get:10 http://deb.debian.org/debian bookworm/main amd64 libczmq-dev amd64 4.2.1-1 [414 kB]
#21 1.922 Get:11 http://deb.debian.org/debian bookworm/main amd64 libmbedtls-dev amd64 2.28.3-1 [685 kB]
#21 1.928 Get:12 http://deb.debian.org/debian bookworm/main amd64 libsoapysdr0.8 amd64 0.8.1-3 [108 kB]
#21 1.929 Get:13 http://deb.debian.org/debian bookworm/main amd64 libsoapysdr-dev amd64 0.8.1-3 [33.5 kB]
#21 2.064 Get:14 https://downloads.osmocom.org/packages/osmocom:/nightly/Debian_12 ./ soapysdr0.7-module-lms7 23.11.0.1.2141.9dce.202412222026 [55.2 kB]
#21 2.072 Get:15 https://downloads.osmocom.org/packages/osmocom:/nightly/Debian_12 ./ soapysdr-module-lms7 23.11.0.1.2141.9dce.202412222026 [7,572 B]
#21 2.220 debconf: delaying package configuration, since apt-utils is not installed
#21 2.258 Fetched 3,551 kB in 0s (15.8 MB/s)
#21 2.293 Selecting previously unselected package libconfig++9v5:amd64.
#21 2.293 (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.339 Preparing to unpack .../00-libconfig++9v5_1.5-0.4_amd64.deb ...
#21 2.346 Unpacking libconfig++9v5:amd64 (1.5-0.4) ...
#21 2.393 Selecting previously unselected package libconfig9:amd64.
#21 2.401 Preparing to unpack .../01-libconfig9_1.5-0.4_amd64.deb ...
#21 2.406 Unpacking libconfig9:amd64 (1.5-0.4) ...
#21 2.443 Selecting previously unselected package libconfig-dev:amd64.
#21 2.451 Preparing to unpack .../02-libconfig-dev_1.5-0.4_amd64.deb ...
#21 2.454 Unpacking libconfig-dev:amd64 (1.5-0.4) ...
#21 2.500 Selecting previously unselected package libconfig++-dev:amd64.
#21 2.508 Preparing to unpack .../03-libconfig++-dev_1.5-0.4_amd64.deb ...
#21 2.512 Unpacking libconfig++-dev:amd64 (1.5-0.4) ...
#21 2.555 Selecting previously unselected package libnspr4:amd64.
#21 2.562 Preparing to unpack .../04-libnspr4_2%3a4.35-1_amd64.deb ...
#21 2.566 Unpacking libnspr4:amd64 (2:4.35-1) ...
#21 2.616 Selecting previously unselected package libnss3:amd64.
#21 2.627 Preparing to unpack .../05-libnss3_2%3a3.87.1-1+deb12u1_amd64.deb ...
#21 2.630 Unpacking libnss3:amd64 (2:3.87.1-1+deb12u1) ...
#21 2.749 Selecting previously unselected package libnspr4-dev.
#21 2.757 Preparing to unpack .../06-libnspr4-dev_2%3a4.35-1_amd64.deb ...
#21 2.760 Unpacking libnspr4-dev (2:4.35-1) ...
#21 2.814 Selecting previously unselected package libnss3-dev:amd64.
#21 2.822 Preparing to unpack .../07-libnss3-dev_2%3a3.87.1-1+deb12u1_amd64.deb ...
#21 2.825 Unpacking libnss3-dev:amd64 (2:3.87.1-1+deb12u1) ...
#21 2.889 Selecting previously unselected package libczmq4:amd64.
#21 2.899 Preparing to unpack .../08-libczmq4_4.2.1-1_amd64.deb ...
#21 2.902 Unpacking libczmq4:amd64 (4.2.1-1) ...
#21 2.953 Selecting previously unselected package libczmq-dev:amd64.
#21 2.960 Preparing to unpack .../09-libczmq-dev_4.2.1-1_amd64.deb ...
#21 2.963 Unpacking libczmq-dev:amd64 (4.2.1-1) ...
#21 3.038 Selecting previously unselected package libmbedtls-dev:amd64.
#21 3.046 Preparing to unpack .../10-libmbedtls-dev_2.28.3-1_amd64.deb ...
#21 3.049 Unpacking libmbedtls-dev:amd64 (2.28.3-1) ...
#21 3.129 Selecting previously unselected package libsoapysdr0.8:amd64.
#21 3.139 Preparing to unpack .../11-libsoapysdr0.8_0.8.1-3_amd64.deb ...
#21 3.142 Unpacking libsoapysdr0.8:amd64 (0.8.1-3) ...
#21 3.182 Selecting previously unselected package libsoapysdr-dev:amd64.
#21 3.189 Preparing to unpack .../12-libsoapysdr-dev_0.8.1-3_amd64.deb ...
#21 3.192 Unpacking libsoapysdr-dev:amd64 (0.8.1-3) ...
#21 3.236 Selecting previously unselected package soapysdr0.7-module-lms7:amd64.
#21 3.245 Preparing to unpack .../13-soapysdr0.7-module-lms7_23.11.0.1.2141.9dce.202412222026_amd64.deb ...
#21 3.249 Unpacking soapysdr0.7-module-lms7:amd64 (23.11.0.1.2141.9dce.202412222026) ...
#21 3.285 Selecting previously unselected package soapysdr-module-lms7.
#21 3.292 Preparing to unpack .../14-soapysdr-module-lms7_23.11.0.1.2141.9dce.202412222026_all.deb ...
#21 3.296 Unpacking soapysdr-module-lms7 (23.11.0.1.2141.9dce.202412222026) ...
#21 3.358 Setting up libconfig9:amd64 (1.5-0.4) ...
#21 3.368 Setting up libczmq4:amd64 (4.2.1-1) ...
#21 3.380 Setting up libconfig++9v5:amd64 (1.5-0.4) ...
#21 3.389 Setting up libmbedtls-dev:amd64 (2.28.3-1) ...
#21 3.399 Setting up libsoapysdr0.8:amd64 (0.8.1-3) ...
#21 3.410 Setting up libsoapysdr-dev:amd64 (0.8.1-3) ...
#21 3.420 Setting up libnspr4:amd64 (2:4.35-1) ...
#21 3.429 Setting up libconfig-dev:amd64 (1.5-0.4) ...
#21 3.438 Setting up soapysdr0.7-module-lms7:amd64 (23.11.0.1.2141.9dce.202412222026) ...
#21 3.450 Setting up libnspr4-dev (2:4.35-1) ...
#21 3.459 Setting up soapysdr-module-lms7 (23.11.0.1.2141.9dce.202412222026) ...
#21 3.469 Setting up libnss3:amd64 (2:3.87.1-1+deb12u1) ...
#21 3.483 Setting up libnss3-dev:amd64 (2:3.87.1-1+deb12u1) ...
#21 3.493 Setting up libconfig++-dev:amd64 (1.5-0.4) ...
#21 3.502 Setting up libczmq-dev:amd64 (4.2.1-1) ...
#21 3.512 Processing triggers for man-db (2.11.2-2) ...
#21 3.530 Processing triggers for libc-bin (2.36-9+deb12u9) ...
#21 DONE 3.7s

#22 [17/28] RUN	APT-GET update && 	apt-get install -y --no-install-recommends 		gnuradio && 	apt-get clean
#22 0.376 Hit:1 http://deb.debian.org/debian bookworm InRelease
#22 0.376 Hit:2 http://deb.debian.org/debian bookworm-updates InRelease
#22 0.376 Hit:3 http://deb.debian.org/debian-security bookworm-security InRelease
#22 0.392 Hit:4 https://downloads.osmocom.org/packages/osmocom:/nightly/Debian_12 ./ InRelease
#22 0.652 Reading package lists...
#22 1.093 Reading package lists...
#22 1.507 Building dependency tree...
#22 1.604 Reading state information...
#22 1.707 The following additional packages will be installed:
#22 1.707   adwaita-icon-theme at-spi2-common castxml dconf-gsettings-backend
#22 1.707   dconf-service fonts-mathjax gnome-terminal gnome-terminal-data
#22 1.707   gsettings-desktop-schemas gtk-update-icon-cache hicolor-icon-theme
#22 1.708   libad9361-0 libasyncns0 libatk-bridge2.0-0 libatk1.0-0 libatspi2.0-0 libb2-1
#22 1.708   libcaca0 libcodec2-1.0 libcolord2 libdconf1 libdouble-conversion3
#22 1.708   libdrm-amdgpu1 libdrm-common libdrm-intel1 libdrm-nouveau2 libdrm-radeon1
#22 1.708   libdrm2 libegl-mesa0 libegl1 libepoxy0 libevdev2 libflac12 libfmt9 libgbm1
#22 1.708   libgl1 libgl1-mesa-dri libgl1-mesa-glx libglapi-mesa libglu1-mesa libglvnd0
#22 1.708   libglx-mesa0 libglx0 libgnuradio-analog3.10.5 libgnuradio-audio3.10.5
#22 1.708   libgnuradio-blocks3.10.5 libgnuradio-channels3.10.5
#22 1.708   libgnuradio-digital3.10.5 libgnuradio-dtv3.10.5 libgnuradio-fec3.10.5
#22 1.708   libgnuradio-fft3.10.5 libgnuradio-filter3.10.5 libgnuradio-iio3.10.5
#22 1.708   libgnuradio-network3.10.5 libgnuradio-pdu3.10.5 libgnuradio-pmt3.10.5
#22 1.708   libgnuradio-qtgui3.10.5 libgnuradio-runtime3.10.5 libgnuradio-soapy3.10.5
#22 1.708   libgnuradio-trellis3.10.5 libgnuradio-uhd3.10.5 libgnuradio-video-sdl3.10.5
#22 1.708   libgnuradio-vocoder3.10.5 libgnuradio-wavelet3.10.5 libgnuradio-zeromq3.10.5
#22 1.708   libgsl27 libgslcblas0 libgtk-3-0 libgtk-3-common libgudev-1.0-0 libiio0
#22 1.708   libinput-bin libinput10 libjack-jackd2-0 libjs-mathjax liblbfgsb0 libllvm15
#22 1.708   libmd4c0 libmp3lame0 libmpg123-0 libmtdev1 libogg0 libopenblas-dev
#22 1.708   libopenblas-pthread-dev libopenblas0 libopenblas0-pthread libopengl0
#22 1.708   libopus0 liborc-0.4-0 libportaudio2 libproxy1v5 libpulse0 libpython3-all-dev
#22 1.708   libqt5core5a libqt5dbus5 libqt5designer5 libqt5gui5 libqt5help5
#22 1.708   libqt5network5 libqt5opengl5 libqt5printsupport5 libqt5sql5 libqt5svg5
#22 1.708   libqt5test5 libqt5widgets5 libqt5xml5 libqt6core6 libqt6dbus6 libqt6gui6
#22 1.708   libqt6network6 libqt6opengl6 libqt6openglwidgets6 libqt6printsupport6
#22 1.708   libqt6sql6 libqt6test6 libqt6widgets6 libqt6xml6 libqwt-qt5-6 libsamplerate0
#22 1.708   libsdl1.2debian libslang2 libsndfile1 libspdlog1.10 libthrift-0.17.0 libts0
#22 1.708   libunwind8 libvolk2-bin libvolk2.5 libvorbis0a libvorbisenc2 libvte-2.91-0
#22 1.708   libvte-2.91-common libwacom-common libwacom9 libwayland-client0
#22 1.708   libwayland-cursor0 libwayland-egl1 libwayland-server0 libx11-xcb1
#22 1.708   libxcb-dri2-0 libxcb-dri3-0 libxcb-glx0 libxcb-icccm4 libxcb-image0
#22 1.708   libxcb-keysyms1 libxcb-present0 libxcb-randr0 libxcb-render-util0
#22 1.708   libxcb-shape0 libxcb-sync1 libxcb-util1 libxcb-xfixes0 libxcb-xinerama0
#22 1.708   libxcb-xinput0 libxcb-xkb1 libxcomposite1 libxcursor1 libxdamage1 libxfixes3
#22 1.708   libxinerama1 libxkbcommon-x11-0 libxkbcommon0 libxrandr2 libxshmfence1
#22 1.708   libxsimd-dev libxxf86vm1 pyqt5-dev-tools pyqt6-dev-tools python3-all
#22 1.708   python3-all-dev python3-attr python3-beniget python3-cairo
#22 1.708   python3-cffi-backend python3-click python3-click-plugins python3-colorama
#22 1.708   python3-contextlib2 python3-decorator python3-gast python3-gi-cairo
#22 1.708   python3-jsonschema python3-lxml python3-opengl python3-packaging python3-ply
#22 1.708   python3-py python3-pygccxml python3-pyqt5 python3-pyqt5.sip python3-pyqt6
#22 1.708   python3-pyqt6.sip python3-pyqtgraph python3-pyrsistent python3-pythran
#22 1.708   python3-schema python3-scipy python3-sip python3-thrift python3-zmq
#22 1.708   qt6-base-dev-tools qtbase5-dev-tools qtchooser xkb-data
#22 1.709 Suggested packages:
#22 1.709   gr-fosphor gr-osmosdr gqrx-sdr rtl-sdr uhd-host colord gsl-ref-psdoc
#22 1.709   | gsl-doc-pdf | gsl-doc-info | gsl-ref-html gvfs avahi-daemon jackd2
#22 1.709   fonts-mathjax-extras fonts-stix libjs-mathjax-doc opus-tools pulseaudio
#22 1.709   qgnomeplatform-qt5 qt5-image-formats-plugins libvolk2-dev libwacom-bin
#22 1.709   libxsimd-doc python-attr-doc python-jsonschema-doc python-lxml-doc libgle3
#22 1.709   python3-tk python-ply-doc subversion python3-pytest python-pyqtgraph-doc
#22 1.709   python-scipy-doc
#22 1.709 Recommended packages:
#22 1.709   librsvg2-common gvfs nautilus-extension-gnome-terminal yelp gnuradio-dev
#22 1.709   python3-matplotlib python3-networkx python3-pyqt5.qwt soapysdr-tools
#22 1.709   at-spi2-core libgtk-3-bin qttranslations5-l10n qt5-gtk-platformtheme
#22 1.709   qtwayland5 libqt5sql5-sqlite | libqt5sql5-mysql | libqt5sql5-odbc
#22 1.709   | libqt5sql5-psql | libqt5sql5-tds | libqt5sql5-ibase qt6-translations-l10n
#22 1.709   qt6-gtk-platformtheme qt6-qpa-plugins libqt6sql6-sqlite | libqt6sql6-mysql
#22 1.709   | libqt6sql6-odbc | libqt6sql6-psql | libqt6sql6-ibase python3-idna
#22 1.709   python3-json-pointer python3-rfc3987 python3-uritemplate python3-bs4
#22 1.709   python3-html5lib libglut-dev python3-pyqt5.qtopengl
#22 2.555 The following NEW packages will be installed:
#22 2.555   adwaita-icon-theme at-spi2-common castxml dconf-gsettings-backend
#22 2.555   dconf-service fonts-mathjax gnome-terminal gnome-terminal-data gnuradio
#22 2.555   gsettings-desktop-schemas gtk-update-icon-cache hicolor-icon-theme
#22 2.555   libad9361-0 libasyncns0 libatk-bridge2.0-0 libatk1.0-0 libatspi2.0-0 libb2-1
#22 2.555   libcaca0 libcodec2-1.0 libcolord2 libdconf1 libdouble-conversion3
#22 2.555   libdrm-amdgpu1 libdrm-common libdrm-intel1 libdrm-nouveau2 libdrm-radeon1
#22 2.555   libdrm2 libegl-mesa0 libegl1 libepoxy0 libevdev2 libflac12 libfmt9 libgbm1
#22 2.555   libgl1 libgl1-mesa-dri libgl1-mesa-glx libglapi-mesa libglu1-mesa libglvnd0
#22 2.555   libglx-mesa0 libglx0 libgnuradio-analog3.10.5 libgnuradio-audio3.10.5
#22 2.555   libgnuradio-blocks3.10.5 libgnuradio-channels3.10.5
#22 2.555   libgnuradio-digital3.10.5 libgnuradio-dtv3.10.5 libgnuradio-fec3.10.5
#22 2.555   libgnuradio-fft3.10.5 libgnuradio-filter3.10.5 libgnuradio-iio3.10.5
#22 2.555   libgnuradio-network3.10.5 libgnuradio-pdu3.10.5 libgnuradio-pmt3.10.5
#22 2.555   libgnuradio-qtgui3.10.5 libgnuradio-runtime3.10.5 libgnuradio-soapy3.10.5
#22 2.555   libgnuradio-trellis3.10.5 libgnuradio-uhd3.10.5 libgnuradio-video-sdl3.10.5
#22 2.555   libgnuradio-vocoder3.10.5 libgnuradio-wavelet3.10.5 libgnuradio-zeromq3.10.5
#22 2.555   libgsl27 libgslcblas0 libgtk-3-0 libgtk-3-common libgudev-1.0-0 libiio0
#22 2.555   libinput-bin libinput10 libjack-jackd2-0 libjs-mathjax liblbfgsb0 libllvm15
#22 2.555   libmd4c0 libmp3lame0 libmpg123-0 libmtdev1 libogg0 libopenblas-dev
#22 2.555   libopenblas-pthread-dev libopenblas0 libopenblas0-pthread libopengl0
#22 2.556   libopus0 liborc-0.4-0 libportaudio2 libproxy1v5 libpulse0 libpython3-all-dev
#22 2.556   libqt5core5a libqt5dbus5 libqt5designer5 libqt5gui5 libqt5help5
#22 2.556   libqt5network5 libqt5opengl5 libqt5printsupport5 libqt5sql5 libqt5svg5
#22 2.556   libqt5test5 libqt5widgets5 libqt5xml5 libqt6core6 libqt6dbus6 libqt6gui6
#22 2.556   libqt6network6 libqt6opengl6 libqt6openglwidgets6 libqt6printsupport6
#22 2.556   libqt6sql6 libqt6test6 libqt6widgets6 libqt6xml6 libqwt-qt5-6 libsamplerate0
#22 2.556   libsdl1.2debian libslang2 libsndfile1 libspdlog1.10 libthrift-0.17.0 libts0
#22 2.556   libunwind8 libvolk2-bin libvolk2.5 libvorbis0a libvorbisenc2 libvte-2.91-0
#22 2.556   libvte-2.91-common libwacom-common libwacom9 libwayland-client0
#22 2.556   libwayland-cursor0 libwayland-egl1 libwayland-server0 libx11-xcb1
#22 2.556   libxcb-dri2-0 libxcb-dri3-0 libxcb-glx0 libxcb-icccm4 libxcb-image0
#22 2.556   libxcb-keysyms1 libxcb-present0 libxcb-randr0 libxcb-render-util0
#22 2.556   libxcb-shape0 libxcb-sync1 libxcb-util1 libxcb-xfixes0 libxcb-xinerama0
#22 2.556   libxcb-xinput0 libxcb-xkb1 libxcomposite1 libxcursor1 libxdamage1 libxfixes3
#22 2.556   libxinerama1 libxkbcommon-x11-0 libxkbcommon0 libxrandr2 libxshmfence1
#22 2.556   libxsimd-dev libxxf86vm1 pyqt5-dev-tools pyqt6-dev-tools python3-all
#22 2.556   python3-all-dev python3-attr python3-beniget python3-cairo
#22 2.556   python3-cffi-backend python3-click python3-click-plugins python3-colorama
#22 2.556   python3-contextlib2 python3-decorator python3-gast python3-gi-cairo
#22 2.556   python3-jsonschema python3-lxml python3-opengl python3-packaging python3-ply
#22 2.556   python3-py python3-pygccxml python3-pyqt5 python3-pyqt5.sip python3-pyqt6
#22 2.556   python3-pyqt6.sip python3-pyqtgraph python3-pyrsistent python3-pythran
#22 2.556   python3-schema python3-scipy python3-sip python3-thrift python3-zmq
#22 2.556   qt6-base-dev-tools qtbase5-dev-tools qtchooser xkb-data
#22 2.589 0 upgraded, 205 newly installed, 0 to remove and 2 not upgraded.
#22 2.589 Need to get 142 MB of archives.
#22 2.589 After this operation, 698 MB of additional disk space will be used.
#22 2.589 Get:1 http://deb.debian.org/debian bookworm/main amd64 hicolor-icon-theme all 0.17-2 [11.4 kB]
#22 2.596 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.602 Get:3 http://deb.debian.org/debian bookworm/main amd64 adwaita-icon-theme all 43-1 [5,124 kB]
#22 2.661 Get:4 http://deb.debian.org/debian bookworm/main amd64 at-spi2-common all 2.46.0-5 [162 kB]
#22 2.668 Get:5 http://deb.debian.org/debian bookworm/main amd64 castxml amd64 0.5.1-1 [963 kB]
#22 2.672 Get:6 http://deb.debian.org/debian bookworm/main amd64 libdconf1 amd64 0.40.0-4 [40.9 kB]
#22 2.672 Get:7 http://deb.debian.org/debian bookworm/main amd64 dconf-service amd64 0.40.0-4 [31.6 kB]
#22 2.673 Get:8 http://deb.debian.org/debian bookworm/main amd64 dconf-gsettings-backend amd64 0.40.0-4 [27.8 kB]
#22 2.673 Get:9 http://deb.debian.org/debian bookworm/main amd64 fonts-mathjax all 2.7.9+dfsg-1 [2,210 kB]
#22 2.685 Get:10 http://deb.debian.org/debian bookworm/main amd64 gnome-terminal-data all 3.46.8-1 [949 kB]
#22 2.693 Get:11 http://deb.debian.org/debian bookworm/main amd64 gsettings-desktop-schemas all 43.0-1 [643 kB]
#22 2.699 Get:12 http://deb.debian.org/debian bookworm/main amd64 libatk1.0-0 amd64 2.46.0-5 [49.6 kB]
#22 2.699 Get:13 http://deb.debian.org/debian bookworm/main amd64 libatspi2.0-0 amd64 2.46.0-5 [75.4 kB]
#22 2.700 Get:14 http://deb.debian.org/debian bookworm/main amd64 libatk-bridge2.0-0 amd64 2.46.0-5 [64.6 kB]
#22 2.700 Get:15 http://deb.debian.org/debian bookworm/main amd64 libcolord2 amd64 1.4.6-2.2 [137 kB]
#22 2.701 Get:16 http://deb.debian.org/debian bookworm/main amd64 libepoxy0 amd64 1.5.10-1 [189 kB]
#22 2.703 Get:17 http://deb.debian.org/debian bookworm/main amd64 libwayland-client0 amd64 1.21.0-1 [28.3 kB]
#22 2.703 Get:18 http://deb.debian.org/debian bookworm/main amd64 libwayland-cursor0 amd64 1.21.0-1 [14.4 kB]
#22 2.704 Get:19 http://deb.debian.org/debian bookworm/main amd64 libwayland-egl1 amd64 1.21.0-1 [8,640 B]
#22 2.704 Get:20 http://deb.debian.org/debian bookworm/main amd64 libxcomposite1 amd64 1:0.4.5-1 [16.6 kB]
#22 2.706 Get:21 http://deb.debian.org/debian bookworm/main amd64 libxfixes3 amd64 1:6.0.0-2 [22.7 kB]
#22 2.707 Get:22 http://deb.debian.org/debian bookworm/main amd64 libxcursor1 amd64 1:1.2.1-1 [40.9 kB]
#22 2.707 Get:23 http://deb.debian.org/debian bookworm/main amd64 libxdamage1 amd64 1:1.1.6-1 [15.1 kB]
#22 2.708 Get:24 http://deb.debian.org/debian bookworm/main amd64 libxinerama1 amd64 2:1.1.4-3 [17.8 kB]
#22 2.711 Get:25 http://deb.debian.org/debian bookworm/main amd64 xkb-data all 2.35.1-1 [764 kB]
#22 2.719 Get:26 http://deb.debian.org/debian bookworm/main amd64 libxkbcommon0 amd64 1.5.0-1 [106 kB]
#22 2.719 Get:27 http://deb.debian.org/debian bookworm/main amd64 libxrandr2 amd64 2:1.5.2-2+b1 [39.2 kB]
#22 2.720 Get:28 http://deb.debian.org/debian bookworm/main amd64 libgtk-3-common all 3.24.38-2~deb12u3 [3,895 kB]
#22 2.759 Get:29 http://deb.debian.org/debian bookworm/main amd64 libgtk-3-0 amd64 3.24.38-2~deb12u3 [2,847 kB]
#22 2.780 Get:30 http://deb.debian.org/debian bookworm/main amd64 libvte-2.91-common amd64 0.70.6-2~deb12u1 [642 kB]
#22 2.785 Get:31 http://deb.debian.org/debian bookworm/main amd64 libvte-2.91-0 amd64 0.70.6-2~deb12u1 [799 kB]
#22 2.792 Get:32 http://deb.debian.org/debian bookworm/main amd64 gnome-terminal amd64 3.46.8-1 [230 kB]
#22 2.794 Get:33 http://deb.debian.org/debian bookworm/main amd64 libjs-mathjax all 2.7.9+dfsg-1 [5,667 kB]
#22 2.843 Get:34 http://deb.debian.org/debian bookworm/main amd64 liborc-0.4-0 amd64 1:0.4.33-2 [164 kB]
#22 2.844 Get:35 http://deb.debian.org/debian bookworm/main amd64 libvolk2.5 amd64 2.5.2-3 [301 kB]
#22 2.846 Get:36 http://deb.debian.org/debian bookworm/main amd64 libvolk2-bin amd64 2.5.2-3 [82.1 kB]
#22 2.846 Get:37 http://deb.debian.org/debian bookworm/main amd64 python3-colorama all 0.4.6-2 [36.8 kB]
#22 2.847 Get:38 http://deb.debian.org/debian bookworm/main amd64 python3-click all 8.1.3-2 [92.2 kB]
#22 2.847 Get:39 http://deb.debian.org/debian bookworm/main amd64 python3-click-plugins all 1.1.1-4 [9,852 B]
#22 2.848 Get:40 http://deb.debian.org/debian bookworm/main amd64 python3-cairo amd64 1.20.1-5+b1 [63.1 kB]
#22 2.848 Get:41 http://deb.debian.org/debian bookworm/main amd64 python3-gi-cairo amd64 3.42.2-3+b1 [11.7 kB]
#22 2.848 Get:42 http://deb.debian.org/debian bookworm/main amd64 python3-attr all 22.2.0-1 [65.4 kB]
#22 2.850 Get:43 http://deb.debian.org/debian bookworm/main amd64 python3-pyrsistent amd64 0.18.1-1+b3 [60.0 kB]
#22 2.855 Get:44 http://deb.debian.org/debian bookworm/main amd64 python3-jsonschema all 4.10.3-1 [67.9 kB]
#22 2.856 Get:45 http://deb.debian.org/debian bookworm/main amd64 python3-lxml amd64 4.9.2-1+b1 [1,194 kB]
#22 2.867 Get:46 http://deb.debian.org/debian bookworm/main amd64 libglvnd0 amd64 1.6.0-1 [51.8 kB]
#22 2.867 Get:47 http://deb.debian.org/debian bookworm/main amd64 libdrm-common all 2.4.114-1 [7,112 B]
#22 2.867 Get:48 http://deb.debian.org/debian bookworm/main amd64 libdrm2 amd64 2.4.114-1+b1 [37.5 kB]
#22 2.867 Get:49 http://deb.debian.org/debian bookworm/main amd64 libglapi-mesa amd64 22.3.6-1+deb12u1 [35.7 kB]
#22 2.868 Get:50 http://deb.debian.org/debian bookworm/main amd64 libx11-xcb1 amd64 2:1.8.4-2+deb12u2 [192 kB]
#22 2.869 Get:51 http://deb.debian.org/debian bookworm/main amd64 libxcb-dri2-0 amd64 1.15-1 [107 kB]
#22 2.870 Get:52 http://deb.debian.org/debian bookworm/main amd64 libxcb-dri3-0 amd64 1.15-1 [107 kB]
#22 2.871 Get:53 http://deb.debian.org/debian bookworm/main amd64 libxcb-glx0 amd64 1.15-1 [122 kB]
#22 2.872 Get:54 http://deb.debian.org/debian bookworm/main amd64 libxcb-present0 amd64 1.15-1 [105 kB]
#22 2.874 Get:55 http://deb.debian.org/debian bookworm/main amd64 libxcb-randr0 amd64 1.15-1 [117 kB]
#22 2.876 Get:56 http://deb.debian.org/debian bookworm/main amd64 libxcb-sync1 amd64 1.15-1 [109 kB]
#22 2.877 Get:57 http://deb.debian.org/debian bookworm/main amd64 libxcb-xfixes0 amd64 1.15-1 [109 kB]
#22 2.878 Get:58 http://deb.debian.org/debian bookworm/main amd64 libxshmfence1 amd64 1.3-1 [8,820 B]
#22 2.878 Get:59 http://deb.debian.org/debian bookworm/main amd64 libxxf86vm1 amd64 1:1.1.4-1+b2 [20.8 kB]
#22 2.879 Get:60 http://deb.debian.org/debian bookworm/main amd64 libdrm-amdgpu1 amd64 2.4.114-1+b1 [20.9 kB]
#22 2.880 Get:61 http://deb.debian.org/debian bookworm/main amd64 libdrm-intel1 amd64 2.4.114-1+b1 [64.0 kB]
#22 2.880 Get:62 http://deb.debian.org/debian bookworm/main amd64 libdrm-nouveau2 amd64 2.4.114-1+b1 [19.1 kB]
#22 2.881 Get:63 http://deb.debian.org/debian bookworm/main amd64 libdrm-radeon1 amd64 2.4.114-1+b1 [21.8 kB]
#22 2.881 Get:64 http://deb.debian.org/debian bookworm/main amd64 libllvm15 amd64 1:15.0.6-4+b1 [23.1 MB]
#22 3.084 Get:65 http://deb.debian.org/debian bookworm/main amd64 libgl1-mesa-dri amd64 22.3.6-1+deb12u1 [7,239 kB]
#22 3.142 Get:66 http://deb.debian.org/debian bookworm/main amd64 libglx-mesa0 amd64 22.3.6-1+deb12u1 [147 kB]
#22 3.143 Get:67 http://deb.debian.org/debian bookworm/main amd64 libglx0 amd64 1.6.0-1 [34.4 kB]
#22 3.143 Get:68 http://deb.debian.org/debian bookworm/main amd64 libgl1 amd64 1.6.0-1 [88.4 kB]
#22 3.144 Get:69 http://deb.debian.org/debian bookworm/main amd64 libgl1-mesa-glx amd64 22.3.6-1+deb12u1 [14.5 kB]
#22 3.144 Get:70 http://deb.debian.org/debian bookworm/main amd64 libopengl0 amd64 1.6.0-1 [30.6 kB]
#22 3.145 Get:71 http://deb.debian.org/debian bookworm/main amd64 libglu1-mesa amd64 9.0.2-1.1 [178 kB]
#22 3.145 Get:72 http://deb.debian.org/debian bookworm/main amd64 python3-opengl all 3.1.6+dfsg-3 [605 kB]
#22 3.151 Get:73 http://deb.debian.org/debian bookworm/main amd64 python3-packaging all 23.0-1 [32.5 kB]
#22 3.152 Get:74 http://deb.debian.org/debian bookworm/main amd64 python3-pygccxml all 2.2.1-1 [80.3 kB]
#22 3.153 Get:75 http://deb.debian.org/debian bookworm/main amd64 python3-pyqt5.sip amd64 12.11.1-1 [56.4 kB]
#22 3.157 Get:76 http://deb.debian.org/debian bookworm/main amd64 libdouble-conversion3 amd64 3.2.1-1 [41.5 kB]
#22 3.158 Get:77 http://deb.debian.org/debian bookworm/main amd64 libqt5core5a amd64 5.15.8+dfsg-11+deb12u2 [1,810 kB]
#22 3.174 Get:78 http://deb.debian.org/debian bookworm/main amd64 libqt5dbus5 amd64 5.15.8+dfsg-11+deb12u2 [211 kB]
#22 3.176 Get:79 http://deb.debian.org/debian bookworm/main amd64 libwayland-server0 amd64 1.21.0-1 [35.9 kB]
#22 3.176 Get:80 http://deb.debian.org/debian bookworm/main amd64 libgbm1 amd64 22.3.6-1+deb12u1 [38.0 kB]
#22 3.176 Get:81 http://deb.debian.org/debian bookworm/main amd64 libegl-mesa0 amd64 22.3.6-1+deb12u1 [114 kB]
#22 3.177 Get:82 http://deb.debian.org/debian bookworm/main amd64 libegl1 amd64 1.6.0-1 [33.7 kB]
#22 3.177 Get:83 http://deb.debian.org/debian bookworm/main amd64 libevdev2 amd64 1.13.0+dfsg-1 [34.0 kB]
#22 3.178 Get:84 http://deb.debian.org/debian bookworm/main amd64 libmtdev1 amd64 1.1.6-1 [23.0 kB]
#22 3.178 Get:85 http://deb.debian.org/debian bookworm/main amd64 libgudev-1.0-0 amd64 237-2 [15.1 kB]
#22 3.178 Get:86 http://deb.debian.org/debian bookworm/main amd64 libwacom-common all 2.6.0-1 [58.4 kB]
#22 3.181 Get:87 http://deb.debian.org/debian bookworm/main amd64 libwacom9 amd64 2.6.0-1 [21.5 kB]
#22 3.188 Get:88 http://deb.debian.org/debian bookworm/main amd64 libinput-bin amd64 1.22.1-1 [23.2 kB]
#22 3.189 Get:89 http://deb.debian.org/debian bookworm/main amd64 libinput10 amd64 1.22.1-1 [125 kB]
#22 3.191 Get:90 http://deb.debian.org/debian bookworm/main amd64 libmd4c0 amd64 0.4.8-1 [44.2 kB]
#22 3.193 Get:91 http://deb.debian.org/debian bookworm/main amd64 libqt5network5 amd64 5.15.8+dfsg-11+deb12u2 [675 kB]
#22 3.199 Get:92 http://deb.debian.org/debian bookworm/main amd64 libxcb-icccm4 amd64 0.4.1-1.1 [27.4 kB]
#22 3.200 Get:93 http://deb.debian.org/debian bookworm/main amd64 libxcb-util1 amd64 0.4.0-1+b1 [23.2 kB]
#22 3.200 Get:94 http://deb.debian.org/debian bookworm/main amd64 libxcb-image0 amd64 0.4.0-2 [22.9 kB]
#22 3.200 Get:95 http://deb.debian.org/debian bookworm/main amd64 libxcb-keysyms1 amd64 0.4.0-1+b2 [16.4 kB]
#22 3.205 Get:96 http://deb.debian.org/debian bookworm/main amd64 libxcb-render-util0 amd64 0.3.9-1+b1 [18.3 kB]
#22 3.205 Get:97 http://deb.debian.org/debian bookworm/main amd64 libxcb-shape0 amd64 1.15-1 [106 kB]
#22 3.206 Get:98 http://deb.debian.org/debian bookworm/main amd64 libxcb-xinerama0 amd64 1.15-1 [105 kB]
#22 3.208 Get:99 http://deb.debian.org/debian bookworm/main amd64 libxcb-xinput0 amd64 1.15-1 [130 kB]
#22 3.211 Get:100 http://deb.debian.org/debian bookworm/main amd64 libxcb-xkb1 amd64 1.15-1 [129 kB]
#22 3.212 Get:101 http://deb.debian.org/debian bookworm/main amd64 libxkbcommon-x11-0 amd64 1.5.0-1 [15.6 kB]
#22 3.213 Get:102 http://deb.debian.org/debian bookworm/main amd64 libqt5gui5 amd64 5.15.8+dfsg-11+deb12u2 [3,408 kB]
#22 3.243 Get:103 http://deb.debian.org/debian bookworm/main amd64 libqt5widgets5 amd64 5.15.8+dfsg-11+deb12u2 [2,381 kB]
#22 3.263 Get:104 http://deb.debian.org/debian bookworm/main amd64 libqt5xml5 amd64 5.15.8+dfsg-11+deb12u2 [122 kB]
#22 3.264 Get:105 http://deb.debian.org/debian bookworm/main amd64 libqt5designer5 amd64 5.15.8-2 [2,748 kB]
#22 3.287 Get:106 http://deb.debian.org/debian bookworm/main amd64 libqt5sql5 amd64 5.15.8+dfsg-11+deb12u2 [122 kB]
#22 3.288 Get:107 http://deb.debian.org/debian bookworm/main amd64 libqt5help5 amd64 5.15.8-2 [149 kB]
#22 3.290 Get:108 http://deb.debian.org/debian bookworm/main amd64 libqt5printsupport5 amd64 5.15.8+dfsg-11+deb12u2 [202 kB]
#22 3.291 Get:109 http://deb.debian.org/debian bookworm/main amd64 libqt5test5 amd64 5.15.8+dfsg-11+deb12u2 [146 kB]
#22 3.293 Get:110 http://deb.debian.org/debian bookworm/main amd64 python3-pyqt5 amd64 5.15.9+dfsg-1 [2,489 kB]
#22 3.314 Get:111 http://deb.debian.org/debian bookworm/main amd64 python3-pyqt6.sip amd64 13.4.1-1 [51.4 kB]
#22 3.314 Get:112 http://deb.debian.org/debian bookworm/main amd64 libb2-1 amd64 0.98.1-1.1 [40.9 kB]
#22 3.314 Get:113 http://deb.debian.org/debian bookworm/main amd64 libqt6core6 amd64 6.4.2+dfsg-10 [1,613 kB]
#22 3.328 Get:114 http://deb.debian.org/debian bookworm/main amd64 libqt6dbus6 amd64 6.4.2+dfsg-10 [248 kB]
#22 3.330 Get:115 http://deb.debian.org/debian bookworm/main amd64 libts0 amd64 1.22-1+b1 [64.6 kB]
#22 3.331 Get:116 http://deb.debian.org/debian bookworm/main amd64 libqt6gui6 amd64 6.4.2+dfsg-10 [2,854 kB]
#22 3.356 Get:117 http://deb.debian.org/debian bookworm/main amd64 libproxy1v5 amd64 0.4.18-1.2 [56.2 kB]
#22 3.356 Get:118 http://deb.debian.org/debian bookworm/main amd64 libqt6network6 amd64 6.4.2+dfsg-10 [682 kB]
#22 3.362 Get:119 http://deb.debian.org/debian bookworm/main amd64 libqt6opengl6 amd64 6.4.2+dfsg-10 [390 kB]
#22 3.365 Get:120 http://deb.debian.org/debian bookworm/main amd64 libqt6widgets6 amd64 6.4.2+dfsg-10 [2,445 kB]
#22 3.389 Get:121 http://deb.debian.org/debian bookworm/main amd64 libqt6openglwidgets6 amd64 6.4.2+dfsg-10 [43.4 kB]
#22 3.390 Get:122 http://deb.debian.org/debian bookworm/main amd64 libqt6printsupport6 amd64 6.4.2+dfsg-10 [211 kB]
#22 3.391 Get:123 http://deb.debian.org/debian bookworm/main amd64 libqt6sql6 amd64 6.4.2+dfsg-10 [133 kB]
#22 3.392 Get:124 http://deb.debian.org/debian bookworm/main amd64 libqt6test6 amd64 6.4.2+dfsg-10 [161 kB]
#22 3.393 Get:125 http://deb.debian.org/debian bookworm/main amd64 libqt6xml6 amd64 6.4.2+dfsg-10 [75.5 kB]
#22 3.393 Get:126 http://deb.debian.org/debian bookworm/main amd64 python3-pyqt6 amd64 6.4.2-1 [2,461 kB]
#22 3.412 Get:127 http://deb.debian.org/debian bookworm/main amd64 python3-decorator all 5.1.1-3 [14.9 kB]
#22 3.412 Get:128 http://deb.debian.org/debian bookworm/main amd64 libopenblas0-pthread amd64 0.3.21+ds-4 [6,709 kB]
#22 3.470 Get:129 http://deb.debian.org/debian bookworm/main amd64 libopenblas0 amd64 0.3.21+ds-4 [32.6 kB]
#22 3.470 Get:130 http://deb.debian.org/debian bookworm/main amd64 libopenblas-pthread-dev amd64 0.3.21+ds-4 [4,971 kB]
#22 3.512 Get:131 http://deb.debian.org/debian bookworm/main amd64 libopenblas-dev amd64 0.3.21+ds-4 [44.9 kB]
#22 3.513 Get:132 http://deb.debian.org/debian bookworm/main amd64 libpython3-all-dev amd64 3.11.2-1+b1 [1,068 B]
#22 3.513 Get:133 http://deb.debian.org/debian bookworm/main amd64 python3-all amd64 3.11.2-1+b1 [1,056 B]
#22 3.513 Get:134 http://deb.debian.org/debian bookworm/main amd64 python3-all-dev amd64 3.11.2-1+b1 [1,072 B]
#22 3.513 Get:135 http://deb.debian.org/debian bookworm/main amd64 libxsimd-dev amd64 8.1.0-7 [88.8 kB]
#22 3.514 Get:136 http://deb.debian.org/debian bookworm/main amd64 python3-gast all 0.5.2-2 [9,364 B]
#22 3.514 Get:137 http://deb.debian.org/debian bookworm/main amd64 python3-beniget all 0.4.1-3 [9,920 B]
#22 3.514 Get:138 http://deb.debian.org/debian bookworm/main amd64 python3-ply all 3.11-5 [65.8 kB]
#22 3.514 Get:139 http://deb.debian.org/debian bookworm/main amd64 python3-pythran amd64 0.11.0+ds-7 [427 kB]
#22 3.523 Get:140 http://deb.debian.org/debian bookworm/main amd64 liblbfgsb0 amd64 3.0+dfsg.4-1 [28.9 kB]
#22 3.525 Get:141 http://deb.debian.org/debian bookworm/main amd64 python3-scipy amd64 1.10.1-2 [15.2 MB]
#22 3.661 Get:142 http://deb.debian.org/debian bookworm/main amd64 pyqt5-dev-tools amd64 5.15.9+dfsg-1 [180 kB]
#22 3.662 Get:143 http://deb.debian.org/debian bookworm/main amd64 pyqt6-dev-tools all 6.4.2-1 [66.4 kB]
#22 3.663 Get:144 http://deb.debian.org/debian bookworm/main amd64 qtchooser amd64 66-2 [26.3 kB]
#22 3.663 Get:145 http://deb.debian.org/debian bookworm/main amd64 qtbase5-dev-tools amd64 5.15.8+dfsg-11+deb12u2 [758 kB]
#22 3.666 Get:146 http://deb.debian.org/debian bookworm/main amd64 qt6-base-dev-tools amd64 6.4.2+dfsg-10 [890 kB]
#22 3.671 Get:147 http://deb.debian.org/debian bookworm/main amd64 python3-pyqtgraph all 0.13.1-4 [617 kB]
#22 3.677 Get:148 http://deb.debian.org/debian bookworm/main amd64 python3-contextlib2 all 0.6.0.post1-3 [13.5 kB]
#22 3.677 Get:149 http://deb.debian.org/debian bookworm/main amd64 python3-schema all 0.7.5-1 [27.5 kB]
#22 3.677 Get:150 http://deb.debian.org/debian bookworm/main amd64 python3-sip amd64 4.19.25+dfsg-5+b1 [165 kB]
#22 3.679 Get:151 http://deb.debian.org/debian bookworm/main amd64 python3-thrift amd64 0.17.0-2+b2 [160 kB]
#22 3.680 Get:152 http://deb.debian.org/debian bookworm/main amd64 python3-cffi-backend amd64 1.15.1-5+b1 [84.6 kB]
#22 3.681 Get:153 http://deb.debian.org/debian bookworm/main amd64 python3-py all 1.11.0-1 [89.2 kB]
#22 3.682 Get:154 http://deb.debian.org/debian bookworm/main amd64 python3-zmq amd64 24.0.1-4+b1 [263 kB]
#22 3.683 Get:155 http://deb.debian.org/debian bookworm/main amd64 libfmt9 amd64 9.1.0+ds1-2 [113 kB]
#22 3.685 Get:156 http://deb.debian.org/debian bookworm/main amd64 libgnuradio-pmt3.10.5 amd64 3.10.5.1-3 [117 kB]
#22 3.687 Get:157 http://deb.debian.org/debian bookworm/main amd64 libspdlog1.10 amd64 1:1.10.0+ds-0.4 [130 kB]
#22 3.691 Get:158 http://deb.debian.org/debian bookworm/main amd64 libthrift-0.17.0 amd64 0.17.0-2+b2 [372 kB]
#22 3.693 Get:159 http://deb.debian.org/debian bookworm/main amd64 libunwind8 amd64 1.6.2-3 [51.2 kB]
#22 3.693 Get:160 http://deb.debian.org/debian bookworm/main amd64 libgnuradio-runtime3.10.5 amd64 3.10.5.1-3 [562 kB]
#22 3.697 Get:161 http://deb.debian.org/debian bookworm/main amd64 libogg0 amd64 1.3.5-3 [23.4 kB]
#22 3.697 Get:162 http://deb.debian.org/debian bookworm/main amd64 libflac12 amd64 1.4.2+ds-2 [198 kB]
#22 3.699 Get:163 http://deb.debian.org/debian bookworm/main amd64 libmp3lame0 amd64 3.100-6 [365 kB]
#22 3.702 Get:164 http://deb.debian.org/debian-security bookworm-security/main amd64 libmpg123-0 amd64 1.31.2-1+deb12u1 [147 kB]
#22 3.703 Get:165 http://deb.debian.org/debian bookworm/main amd64 libopus0 amd64 1.3.1-3 [195 kB]
#22 3.705 Get:166 http://deb.debian.org/debian bookworm/main amd64 libvorbis0a amd64 1.3.7-1 [93.0 kB]
#22 3.706 Get:167 http://deb.debian.org/debian bookworm/main amd64 libvorbisenc2 amd64 1.3.7-1 [80.6 kB]
#22 3.706 Get:168 http://deb.debian.org/debian bookworm/main amd64 libsndfile1 amd64 1.2.0-1 [196 kB]
#22 3.709 Get:169 http://deb.debian.org/debian bookworm/main amd64 libgnuradio-blocks3.10.5 amd64 3.10.5.1-3 [561 kB]
#22 3.715 Get:170 http://deb.debian.org/debian bookworm/main amd64 libgnuradio-fft3.10.5 amd64 3.10.5.1-3 [121 kB]
#22 3.716 Get:171 http://deb.debian.org/debian bookworm/main amd64 libgnuradio-analog3.10.5 amd64 3.10.5.1-3 [177 kB]
#22 3.717 Get:172 http://deb.debian.org/debian bookworm/main amd64 libsamplerate0 amd64 0.2.2-3 [952 kB]
#22 3.726 Get:173 http://deb.debian.org/debian bookworm/main amd64 libjack-jackd2-0 amd64 1.9.21~dfsg-3 [281 kB]
#22 3.728 Get:174 http://deb.debian.org/debian bookworm/main amd64 libportaudio2 amd64 19.6.0-1.2 [66.7 kB]
#22 3.728 Get:175 http://deb.debian.org/debian bookworm/main amd64 libgnuradio-audio3.10.5 amd64 3.10.5.1-3 [158 kB]
#22 3.730 Get:176 http://deb.debian.org/debian bookworm/main amd64 libgnuradio-filter3.10.5 amd64 3.10.5.1-3 [251 kB]
#22 3.733 Get:177 http://deb.debian.org/debian bookworm/main amd64 libgnuradio-channels3.10.5 amd64 3.10.5.1-3 [121 kB]
#22 3.735 Get:178 http://deb.debian.org/debian bookworm/main amd64 libgnuradio-digital3.10.5 amd64 3.10.5.1-3 [416 kB]
#22 3.740 Get:179 http://deb.debian.org/debian bookworm/main amd64 libgslcblas0 amd64 2.7.1+dfsg-5 [108 kB]
#22 3.741 Get:180 http://deb.debian.org/debian bookworm/main amd64 libgsl27 amd64 2.7.1+dfsg-5 [941 kB]
#22 3.749 Get:181 http://deb.debian.org/debian bookworm/main amd64 libgnuradio-fec3.10.5 amd64 3.10.5.1-3 [252 kB]
#22 3.751 Get:182 http://deb.debian.org/debian bookworm/main amd64 libgnuradio-dtv3.10.5 amd64 3.10.5.1-3 [400 kB]
#22 3.754 Get:183 http://deb.debian.org/debian bookworm/main amd64 libiio0 amd64 0.24-4 [49.6 kB]
#22 3.756 Get:184 http://deb.debian.org/debian bookworm/main amd64 libad9361-0 amd64 0.2-1 [72.1 kB]
#22 3.756 Get:185 http://deb.debian.org/debian bookworm/main amd64 libgnuradio-iio3.10.5 amd64 3.10.5.1-3 [166 kB]
#22 3.757 Get:186 http://deb.debian.org/debian bookworm/main amd64 libgnuradio-network3.10.5 amd64 3.10.5.1-3 [195 kB]
#22 3.759 Get:187 http://deb.debian.org/debian bookworm/main amd64 libgnuradio-pdu3.10.5 amd64 3.10.5.1-3 [172 kB]
#22 3.761 Get:188 http://deb.debian.org/debian bookworm/main amd64 libqt5opengl5 amd64 5.15.8+dfsg-11+deb12u2 [148 kB]
#22 3.762 Get:189 http://deb.debian.org/debian bookworm/main amd64 libqt5svg5 amd64 5.15.8-3 [134 kB]
#22 3.764 Get:190 http://deb.debian.org/debian bookworm/main amd64 libqwt-qt5-6 amd64 6.1.4-2 [426 kB]
#22 3.769 Get:191 http://deb.debian.org/debian bookworm/main amd64 libgnuradio-qtgui3.10.5 amd64 3.10.5.1-3 [466 kB]
#22 3.773 Get:192 http://deb.debian.org/debian bookworm/main amd64 libgnuradio-soapy3.10.5 amd64 3.10.5.1-3 [142 kB]
#22 3.774 Get:193 http://deb.debian.org/debian bookworm/main amd64 libgnuradio-trellis3.10.5 amd64 3.10.5.1-3 [204 kB]
#22 3.776 Get:194 http://deb.debian.org/debian bookworm/main amd64 libgnuradio-uhd3.10.5 amd64 3.10.5.1-3 [195 kB]
#22 3.777 Get:195 http://deb.debian.org/debian bookworm/main amd64 libslang2 amd64 2.3.3-3 [554 kB]
#22 3.782 Get:196 http://deb.debian.org/debian bookworm/main amd64 libcaca0 amd64 0.99.beta20-3 [205 kB]
#22 3.784 Get:197 http://deb.debian.org/debian bookworm/main amd64 libasyncns0 amd64 0.8-6+b3 [12.9 kB]
#22 3.784 Get:198 http://deb.debian.org/debian bookworm/main amd64 libpulse0 amd64 16.1+dfsg1-2+b1 [274 kB]
#22 3.786 Get:199 http://deb.debian.org/debian bookworm/main amd64 libsdl1.2debian amd64 1.2.15+dfsg2-8 [199 kB]
#22 3.788 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.789 Get:201 http://deb.debian.org/debian bookworm/main amd64 libcodec2-1.0 amd64 1.0.5-1 [8,171 kB]
#22 3.860 Get:202 http://deb.debian.org/debian bookworm/main amd64 libgnuradio-vocoder3.10.5 amd64 3.10.5.1-3 [116 kB]
#22 3.861 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.863 Get:204 http://deb.debian.org/debian bookworm/main amd64 libgnuradio-zeromq3.10.5 amd64 3.10.5.1-3 [125 kB]
#22 3.863 Get:205 http://deb.debian.org/debian bookworm/main amd64 gnuradio amd64 3.10.5.1-3 [3,457 kB]
#22 4.071 debconf: delaying package configuration, since apt-utils is not installed
#22 4.124 Fetched 142 MB in 1s (108 MB/s)
#22 4.171 Selecting previously unselected package hicolor-icon-theme.
#22 4.171 (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.228 Preparing to unpack .../000-hicolor-icon-theme_0.17-2_all.deb ...
#22 4.231 Unpacking hicolor-icon-theme (0.17-2) ...
#22 4.316 Selecting previously unselected package gtk-update-icon-cache.
#22 4.324 Preparing to unpack .../001-gtk-update-icon-cache_3.24.38-2~deb12u3_amd64.deb ...
#22 4.329 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.103 Selecting previously unselected package at-spi2-common.
#22 5.113 Preparing to unpack .../003-at-spi2-common_2.46.0-5_all.deb ...
#22 5.116 Unpacking at-spi2-common (2.46.0-5) ...
#22 5.210 Selecting previously unselected package castxml.
#22 5.218 Preparing to unpack .../004-castxml_0.5.1-1_amd64.deb ...
#22 5.223 Unpacking castxml (0.5.1-1) ...
#22 5.374 Selecting previously unselected package libdconf1:amd64.
#22 5.385 Preparing to unpack .../005-libdconf1_0.40.0-4_amd64.deb ...
#22 5.392 Unpacking libdconf1:amd64 (0.40.0-4) ...
#22 5.433 Selecting previously unselected package dconf-service.
#22 5.442 Preparing to unpack .../006-dconf-service_0.40.0-4_amd64.deb ...
#22 5.445 Unpacking dconf-service (0.40.0-4) ...
#22 5.489 Selecting previously unselected package dconf-gsettings-backend:amd64.
#22 5.498 Preparing to unpack .../007-dconf-gsettings-backend_0.40.0-4_amd64.deb ...
#22 5.501 Unpacking dconf-gsettings-backend:amd64 (0.40.0-4) ...
#22 5.547 Selecting previously unselected package fonts-mathjax.
#22 5.555 Preparing to unpack .../008-fonts-mathjax_2.7.9+dfsg-1_all.deb ...
#22 5.558 Unpacking fonts-mathjax (2.7.9+dfsg-1) ...
#22 5.744 Selecting previously unselected package gnome-terminal-data.
#22 5.751 Preparing to unpack .../009-gnome-terminal-data_3.46.8-1_all.deb ...
#22 5.754 Unpacking gnome-terminal-data (3.46.8-1) ...
#22 5.930 Selecting previously unselected package gsettings-desktop-schemas.
#22 5.942 Preparing to unpack .../010-gsettings-desktop-schemas_43.0-1_all.deb ...
#22 5.946 Unpacking gsettings-desktop-schemas (43.0-1) ...
#22 6.044 Selecting previously unselected package libatk1.0-0:amd64.
#22 6.052 Preparing to unpack .../011-libatk1.0-0_2.46.0-5_amd64.deb ...
#22 6.056 Unpacking libatk1.0-0:amd64 (2.46.0-5) ...
#22 6.105 Selecting previously unselected package libatspi2.0-0:amd64.
#22 6.115 Preparing to unpack .../012-libatspi2.0-0_2.46.0-5_amd64.deb ...
#22 6.118 Unpacking libatspi2.0-0:amd64 (2.46.0-5) ...
#22 6.174 Selecting previously unselected package libatk-bridge2.0-0:amd64.
#22 6.183 Preparing to unpack .../013-libatk-bridge2.0-0_2.46.0-5_amd64.deb ...
#22 6.186 Unpacking libatk-bridge2.0-0:amd64 (2.46.0-5) ...
#22 6.238 Selecting previously unselected package libcolord2:amd64.
#22 6.248 Preparing to unpack .../014-libcolord2_1.4.6-2.2_amd64.deb ...
#22 6.251 Unpacking libcolord2:amd64 (1.4.6-2.2) ...
#22 6.304 Selecting previously unselected package libepoxy0:amd64.
#22 6.316 Preparing to unpack .../015-libepoxy0_1.5.10-1_amd64.deb ...
#22 6.319 Unpacking libepoxy0:amd64 (1.5.10-1) ...
#22 6.373 Selecting previously unselected package libwayland-client0:amd64.
#22 6.381 Preparing to unpack .../016-libwayland-client0_1.21.0-1_amd64.deb ...
#22 6.385 Unpacking libwayland-client0:amd64 (1.21.0-1) ...
#22 6.432 Selecting previously unselected package libwayland-cursor0:amd64.
#22 6.441 Preparing to unpack .../017-libwayland-cursor0_1.21.0-1_amd64.deb ...
#22 6.444 Unpacking libwayland-cursor0:amd64 (1.21.0-1) ...
#22 6.489 Selecting previously unselected package libwayland-egl1:amd64.
#22 6.499 Preparing to unpack .../018-libwayland-egl1_1.21.0-1_amd64.deb ...
#22 6.505 Unpacking libwayland-egl1:amd64 (1.21.0-1) ...
#22 6.546 Selecting previously unselected package libxcomposite1:amd64.
#22 6.554 Preparing to unpack .../019-libxcomposite1_1%3a0.4.5-1_amd64.deb ...
#22 6.557 Unpacking libxcomposite1:amd64 (1:0.4.5-1) ...
#22 6.606 Selecting previously unselected package libxfixes3:amd64.
#22 6.616 Preparing to unpack .../020-libxfixes3_1%3a6.0.0-2_amd64.deb ...
#22 6.619 Unpacking libxfixes3:amd64 (1:6.0.0-2) ...
#22 6.659 Selecting previously unselected package libxcursor1:amd64.
#22 6.669 Preparing to unpack .../021-libxcursor1_1%3a1.2.1-1_amd64.deb ...
#22 6.675 Unpacking libxcursor1:amd64 (1:1.2.1-1) ...
#22 6.719 Selecting previously unselected package libxdamage1:amd64.
#22 6.730 Preparing to unpack .../022-libxdamage1_1%3a1.1.6-1_amd64.deb ...
#22 6.733 Unpacking libxdamage1:amd64 (1:1.1.6-1) ...
#22 6.778 Selecting previously unselected package libxinerama1:amd64.
#22 6.786 Preparing to unpack .../023-libxinerama1_2%3a1.1.4-3_amd64.deb ...
#22 6.788 Unpacking libxinerama1:amd64 (2:1.1.4-3) ...
#22 6.828 Selecting previously unselected package xkb-data.
#22 6.836 Preparing to unpack .../024-xkb-data_2.35.1-1_all.deb ...
#22 6.844 Unpacking xkb-data (2.35.1-1) ...
#22 6.957 Selecting previously unselected package libxkbcommon0:amd64.
#22 6.966 Preparing to unpack .../025-libxkbcommon0_1.5.0-1_amd64.deb ...
#22 6.969 Unpacking libxkbcommon0:amd64 (1.5.0-1) ...
#22 7.027 Selecting previously unselected package libxrandr2:amd64.
#22 7.036 Preparing to unpack .../026-libxrandr2_2%3a1.5.2-2+b1_amd64.deb ...
#22 7.040 Unpacking libxrandr2:amd64 (2:1.5.2-2+b1) ...
#22 7.084 Selecting previously unselected package libgtk-3-common.
#22 7.093 Preparing to unpack .../027-libgtk-3-common_3.24.38-2~deb12u3_all.deb ...
#22 7.096 Unpacking libgtk-3-common (3.24.38-2~deb12u3) ...
#22 7.410 Selecting previously unselected package libgtk-3-0:amd64.
#22 7.420 Preparing to unpack .../028-libgtk-3-0_3.24.38-2~deb12u3_amd64.deb ...
#22 7.426 Unpacking libgtk-3-0:amd64 (3.24.38-2~deb12u3) ...
#22 7.662 Selecting previously unselected package libvte-2.91-common.
#22 7.673 Preparing to unpack .../029-libvte-2.91-common_0.70.6-2~deb12u1_amd64.deb ...
#22 7.678 Unpacking libvte-2.91-common (0.70.6-2~deb12u1) ...
#22 7.788 Selecting previously unselected package libvte-2.91-0:amd64.
#22 7.800 Preparing to unpack .../030-libvte-2.91-0_0.70.6-2~deb12u1_amd64.deb ...
#22 7.806 Unpacking libvte-2.91-0:amd64 (0.70.6-2~deb12u1) ...
#22 7.940 Selecting previously unselected package gnome-terminal.
#22 7.954 Preparing to unpack .../031-gnome-terminal_3.46.8-1_amd64.deb ...
#22 7.959 Unpacking gnome-terminal (3.46.8-1) ...
#22 8.096 Selecting previously unselected package libjs-mathjax.
#22 8.104 Preparing to unpack .../032-libjs-mathjax_2.7.9+dfsg-1_all.deb ...
#22 8.108 Unpacking libjs-mathjax (2.7.9+dfsg-1) ...
#22 8.879 Selecting previously unselected package liborc-0.4-0:amd64.
#22 8.891 Preparing to unpack .../033-liborc-0.4-0_1%3a0.4.33-2_amd64.deb ...
#22 8.894 Unpacking liborc-0.4-0:amd64 (1:0.4.33-2) ...
#22 8.951 Selecting previously unselected package libvolk2.5:amd64.
#22 8.962 Preparing to unpack .../034-libvolk2.5_2.5.2-3_amd64.deb ...
#22 8.965 Unpacking libvolk2.5:amd64 (2.5.2-3) ...
#22 9.038 Selecting previously unselected package libvolk2-bin.
#22 9.047 Preparing to unpack .../035-libvolk2-bin_2.5.2-3_amd64.deb ...
#22 9.050 Unpacking libvolk2-bin (2.5.2-3) ...
#22 9.101 Selecting previously unselected package python3-colorama.
#22 9.111 Preparing to unpack .../036-python3-colorama_0.4.6-2_all.deb ...
#22 9.114 Unpacking python3-colorama (0.4.6-2) ...
#22 9.154 Selecting previously unselected package python3-click.
#22 9.164 Preparing to unpack .../037-python3-click_8.1.3-2_all.deb ...
#22 9.168 Unpacking python3-click (8.1.3-2) ...
#22 9.217 Selecting previously unselected package python3-click-plugins.
#22 9.226 Preparing to unpack .../038-python3-click-plugins_1.1.1-4_all.deb ...
#22 9.229 Unpacking python3-click-plugins (1.1.1-4) ...
#22 9.270 Selecting previously unselected package python3-cairo:amd64.
#22 9.279 Preparing to unpack .../039-python3-cairo_1.20.1-5+b1_amd64.deb ...
#22 9.283 Unpacking python3-cairo:amd64 (1.20.1-5+b1) ...
#22 9.323 Selecting previously unselected package python3-gi-cairo.
#22 9.332 Preparing to unpack .../040-python3-gi-cairo_3.42.2-3+b1_amd64.deb ...
#22 9.336 Unpacking python3-gi-cairo (3.42.2-3+b1) ...
#22 9.382 Selecting previously unselected package python3-attr.
#22 9.391 Preparing to unpack .../041-python3-attr_22.2.0-1_all.deb ...
#22 9.395 Unpacking python3-attr (22.2.0-1) ...
#22 9.446 Selecting previously unselected package python3-pyrsistent:amd64.
#22 9.457 Preparing to unpack .../042-python3-pyrsistent_0.18.1-1+b3_amd64.deb ...
#22 9.460 Unpacking python3-pyrsistent:amd64 (0.18.1-1+b3) ...
#22 9.515 Selecting previously unselected package python3-jsonschema.
#22 9.524 Preparing to unpack .../043-python3-jsonschema_4.10.3-1_all.deb ...
#22 9.528 Unpacking python3-jsonschema (4.10.3-1) ...
#22 9.582 Selecting previously unselected package python3-lxml:amd64.
#22 9.594 Preparing to unpack .../044-python3-lxml_4.9.2-1+b1_amd64.deb ...
#22 9.597 Unpacking python3-lxml:amd64 (4.9.2-1+b1) ...
#22 9.722 Selecting previously unselected package libglvnd0:amd64.
#22 9.730 Preparing to unpack .../045-libglvnd0_1.6.0-1_amd64.deb ...
#22 9.733 Unpacking libglvnd0:amd64 (1.6.0-1) ...
#22 9.780 Selecting previously unselected package libdrm-common.
#22 9.790 Preparing to unpack .../046-libdrm-common_2.4.114-1_all.deb ...
#22 9.793 Unpacking libdrm-common (2.4.114-1) ...
#22 9.838 Selecting previously unselected package libdrm2:amd64.
#22 9.847 Preparing to unpack .../047-libdrm2_2.4.114-1+b1_amd64.deb ...
#22 9.850 Unpacking libdrm2:amd64 (2.4.114-1+b1) ...
#22 9.894 Selecting previously unselected package libglapi-mesa:amd64.
#22 9.904 Preparing to unpack .../048-libglapi-mesa_22.3.6-1+deb12u1_amd64.deb ...
#22 9.907 Unpacking libglapi-mesa:amd64 (22.3.6-1+deb12u1) ...
#22 9.957 Selecting previously unselected package libx11-xcb1:amd64.
#22 9.965 Preparing to unpack .../049-libx11-xcb1_2%3a1.8.4-2+deb12u2_amd64.deb ...
#22 9.969 Unpacking libx11-xcb1:amd64 (2:1.8.4-2+deb12u2) ...
#22 10.02 Selecting previously unselected package libxcb-dri2-0:amd64.
#22 10.03 Preparing to unpack .../050-libxcb-dri2-0_1.15-1_amd64.deb ...
#22 10.04 Unpacking libxcb-dri2-0:amd64 (1.15-1) ...
#22 10.09 Selecting previously unselected package libxcb-dri3-0:amd64.
#22 10.10 Preparing to unpack .../051-libxcb-dri3-0_1.15-1_amd64.deb ...
#22 10.10 Unpacking libxcb-dri3-0:amd64 (1.15-1) ...
#22 10.16 Selecting previously unselected package libxcb-glx0:amd64.
#22 10.17 Preparing to unpack .../052-libxcb-glx0_1.15-1_amd64.deb ...
#22 10.17 Unpacking libxcb-glx0:amd64 (1.15-1) ...
#22 10.23 Selecting previously unselected package libxcb-present0:amd64.
#22 10.24 Preparing to unpack .../053-libxcb-present0_1.15-1_amd64.deb ...
#22 10.24 Unpacking libxcb-present0:amd64 (1.15-1) ...
#22 10.30 Selecting previously unselected package libxcb-randr0:amd64.
#22 10.31 Preparing to unpack .../054-libxcb-randr0_1.15-1_amd64.deb ...
#22 10.31 Unpacking libxcb-randr0:amd64 (1.15-1) ...
#22 10.37 Selecting previously unselected package libxcb-sync1:amd64.
#22 10.38 Preparing to unpack .../055-libxcb-sync1_1.15-1_amd64.deb ...
#22 10.38 Unpacking libxcb-sync1:amd64 (1.15-1) ...
#22 10.44 Selecting previously unselected package libxcb-xfixes0:amd64.
#22 10.45 Preparing to unpack .../056-libxcb-xfixes0_1.15-1_amd64.deb ...
#22 10.45 Unpacking libxcb-xfixes0:amd64 (1.15-1) ...
#22 10.50 Selecting previously unselected package libxshmfence1:amd64.
#22 10.51 Preparing to unpack .../057-libxshmfence1_1.3-1_amd64.deb ...
#22 10.52 Unpacking libxshmfence1:amd64 (1.3-1) ...
#22 10.56 Selecting previously unselected package libxxf86vm1:amd64.
#22 10.57 Preparing to unpack .../058-libxxf86vm1_1%3a1.1.4-1+b2_amd64.deb ...
#22 10.58 Unpacking libxxf86vm1:amd64 (1:1.1.4-1+b2) ...
#22 10.63 Selecting previously unselected package libdrm-amdgpu1:amd64.
#22 10.64 Preparing to unpack .../059-libdrm-amdgpu1_2.4.114-1+b1_amd64.deb ...
#22 10.64 Unpacking libdrm-amdgpu1:amd64 (2.4.114-1+b1) ...
#22 10.69 Selecting previously unselected package libdrm-intel1:amd64.
#22 10.70 Preparing to unpack .../060-libdrm-intel1_2.4.114-1+b1_amd64.deb ...
#22 10.70 Unpacking libdrm-intel1:amd64 (2.4.114-1+b1) ...
#22 10.75 Selecting previously unselected package libdrm-nouveau2:amd64.
#22 10.76 Preparing to unpack .../061-libdrm-nouveau2_2.4.114-1+b1_amd64.deb ...
#22 10.76 Unpacking libdrm-nouveau2:amd64 (2.4.114-1+b1) ...
#22 10.81 Selecting previously unselected package libdrm-radeon1:amd64.
#22 10.82 Preparing to unpack .../062-libdrm-radeon1_2.4.114-1+b1_amd64.deb ...
#22 10.82 Unpacking libdrm-radeon1:amd64 (2.4.114-1+b1) ...
#22 10.87 Selecting previously unselected package libllvm15:amd64.
#22 10.88 Preparing to unpack .../063-libllvm15_1%3a15.0.6-4+b1_amd64.deb ...
#22 10.88 Unpacking libllvm15:amd64 (1:15.0.6-4+b1) ...
#22 11.66 Selecting previously unselected package libgl1-mesa-dri:amd64.
#22 11.67 Preparing to unpack .../064-libgl1-mesa-dri_22.3.6-1+deb12u1_amd64.deb ...
#22 11.68 Unpacking libgl1-mesa-dri:amd64 (22.3.6-1+deb12u1) ...
#22 12.14 Selecting previously unselected package libglx-mesa0:amd64.
#22 12.15 Preparing to unpack .../065-libglx-mesa0_22.3.6-1+deb12u1_amd64.deb ...
#22 12.16 Unpacking libglx-mesa0:amd64 (22.3.6-1+deb12u1) ...
#22 12.21 Selecting previously unselected package libglx0:amd64.
#22 12.22 Preparing to unpack .../066-libglx0_1.6.0-1_amd64.deb ...
#22 12.22 Unpacking libglx0:amd64 (1.6.0-1) ...
#22 12.28 Selecting previously unselected package libgl1:amd64.
#22 12.29 Preparing to unpack .../067-libgl1_1.6.0-1_amd64.deb ...
#22 12.29 Unpacking libgl1:amd64 (1.6.0-1) ...
#22 12.34 Selecting previously unselected package libgl1-mesa-glx:amd64.
#22 12.35 Preparing to unpack .../068-libgl1-mesa-glx_22.3.6-1+deb12u1_amd64.deb ...
#22 12.35 Unpacking libgl1-mesa-glx:amd64 (22.3.6-1+deb12u1) ...
#22 12.40 Selecting previously unselected package libopengl0:amd64.
#22 12.41 Preparing to unpack .../069-libopengl0_1.6.0-1_amd64.deb ...
#22 12.42 Unpacking libopengl0:amd64 (1.6.0-1) ...
#22 12.46 Selecting previously unselected package libglu1-mesa:amd64.
#22 12.47 Preparing to unpack .../070-libglu1-mesa_9.0.2-1.1_amd64.deb ...
#22 12.47 Unpacking libglu1-mesa:amd64 (9.0.2-1.1) ...
#22 12.54 Selecting previously unselected package python3-opengl.
#22 12.55 Preparing to unpack .../071-python3-opengl_3.1.6+dfsg-3_all.deb ...
#22 12.55 Unpacking python3-opengl (3.1.6+dfsg-3) ...
#22 12.92 Selecting previously unselected package python3-packaging.
#22 12.94 Preparing to unpack .../072-python3-packaging_23.0-1_all.deb ...
#22 12.94 Unpacking python3-packaging (23.0-1) ...
#22 12.99 Selecting previously unselected package python3-pygccxml.
#22 13.00 Preparing to unpack .../073-python3-pygccxml_2.2.1-1_all.deb ...
#22 13.00 Unpacking python3-pygccxml (2.2.1-1) ...
#22 13.05 Selecting previously unselected package python3-pyqt5.sip.
#22 13.06 Preparing to unpack .../074-python3-pyqt5.sip_12.11.1-1_amd64.deb ...
#22 13.06 Unpacking python3-pyqt5.sip (12.11.1-1) ...
#22 13.12 Selecting previously unselected package libdouble-conversion3:amd64.
#22 13.13 Preparing to unpack .../075-libdouble-conversion3_3.2.1-1_amd64.deb ...
#22 13.13 Unpacking libdouble-conversion3:amd64 (3.2.1-1) ...
#22 13.19 Selecting previously unselected package libqt5core5a:amd64.
#22 13.20 Preparing to unpack .../076-libqt5core5a_5.15.8+dfsg-11+deb12u2_amd64.deb ...
#22 13.21 Unpacking libqt5core5a:amd64 (5.15.8+dfsg-11+deb12u2) ...
#22 13.37 Selecting previously unselected package libqt5dbus5:amd64.
#22 13.38 Preparing to unpack .../077-libqt5dbus5_5.15.8+dfsg-11+deb12u2_amd64.deb ...
#22 13.39 Unpacking libqt5dbus5:amd64 (5.15.8+dfsg-11+deb12u2) ...
#22 13.45 Selecting previously unselected package libwayland-server0:amd64.
#22 13.46 Preparing to unpack .../078-libwayland-server0_1.21.0-1_amd64.deb ...
#22 13.47 Unpacking libwayland-server0:amd64 (1.21.0-1) ...
#22 13.51 Selecting previously unselected package libgbm1:amd64.
#22 13.52 Preparing to unpack .../079-libgbm1_22.3.6-1+deb12u1_amd64.deb ...
#22 13.53 Unpacking libgbm1:amd64 (22.3.6-1+deb12u1) ...
#22 13.57 Selecting previously unselected package libegl-mesa0:amd64.
#22 13.58 Preparing to unpack .../080-libegl-mesa0_22.3.6-1+deb12u1_amd64.deb ...
#22 13.58 Unpacking libegl-mesa0:amd64 (22.3.6-1+deb12u1) ...
#22 13.66 Selecting previously unselected package libegl1:amd64.
#22 13.67 Preparing to unpack .../081-libegl1_1.6.0-1_amd64.deb ...
#22 13.67 Unpacking libegl1:amd64 (1.6.0-1) ...
#22 13.72 Selecting previously unselected package libevdev2:amd64.
#22 13.73 Preparing to unpack .../082-libevdev2_1.13.0+dfsg-1_amd64.deb ...
#22 13.73 Unpacking libevdev2:amd64 (1.13.0+dfsg-1) ...
#22 13.78 Selecting previously unselected package libmtdev1:amd64.
#22 13.79 Preparing to unpack .../083-libmtdev1_1.1.6-1_amd64.deb ...
#22 13.79 Unpacking libmtdev1:amd64 (1.1.6-1) ...
#22 13.84 Selecting previously unselected package libgudev-1.0-0:amd64.
#22 13.85 Preparing to unpack .../084-libgudev-1.0-0_237-2_amd64.deb ...
#22 13.85 Unpacking libgudev-1.0-0:amd64 (237-2) ...
#22 13.89 Selecting previously unselected package libwacom-common.
#22 13.90 Preparing to unpack .../085-libwacom-common_2.6.0-1_all.deb ...
#22 13.90 Unpacking libwacom-common (2.6.0-1) ...
#22 14.00 Selecting previously unselected package libwacom9:amd64.
#22 14.01 Preparing to unpack .../086-libwacom9_2.6.0-1_amd64.deb ...
#22 14.01 Unpacking libwacom9:amd64 (2.6.0-1) ...
#22 14.05 Selecting previously unselected package libinput-bin.
#22 14.06 Preparing to unpack .../087-libinput-bin_1.22.1-1_amd64.deb ...
#22 14.07 Unpacking libinput-bin (1.22.1-1) ...
#22 14.12 Selecting previously unselected package libinput10:amd64.
#22 14.13 Preparing to unpack .../088-libinput10_1.22.1-1_amd64.deb ...
#22 14.13 Unpacking libinput10:amd64 (1.22.1-1) ...
#22 14.18 Selecting previously unselected package libmd4c0:amd64.
#22 14.19 Preparing to unpack .../089-libmd4c0_0.4.8-1_amd64.deb ...
#22 14.20 Unpacking libmd4c0:amd64 (0.4.8-1) ...
#22 14.25 Selecting previously unselected package libqt5network5:amd64.
#22 14.26 Preparing to unpack .../090-libqt5network5_5.15.8+dfsg-11+deb12u2_amd64.deb ...
#22 14.27 Unpacking libqt5network5:amd64 (5.15.8+dfsg-11+deb12u2) ...
#22 14.35 Selecting previously unselected package libxcb-icccm4:amd64.
#22 14.36 Preparing to unpack .../091-libxcb-icccm4_0.4.1-1.1_amd64.deb ...
#22 14.37 Unpacking libxcb-icccm4:amd64 (0.4.1-1.1) ...
#22 14.41 Selecting previously unselected package libxcb-util1:amd64.
#22 14.43 Preparing to unpack .../092-libxcb-util1_0.4.0-1+b1_amd64.deb ...
#22 14.43 Unpacking libxcb-util1:amd64 (0.4.0-1+b1) ...
#22 14.47 Selecting previously unselected package libxcb-image0:amd64.
#22 14.48 Preparing to unpack .../093-libxcb-image0_0.4.0-2_amd64.deb ...
#22 14.49 Unpacking libxcb-image0:amd64 (0.4.0-2) ...
#22 14.53 Selecting previously unselected package libxcb-keysyms1:amd64.
#22 14.54 Preparing to unpack .../094-libxcb-keysyms1_0.4.0-1+b2_amd64.deb ...
#22 14.54 Unpacking libxcb-keysyms1:amd64 (0.4.0-1+b2) ...
#22 14.59 Selecting previously unselected package libxcb-render-util0:amd64.
#22 14.61 Preparing to unpack .../095-libxcb-render-util0_0.3.9-1+b1_amd64.deb ...
#22 14.61 Unpacking libxcb-render-util0:amd64 (0.3.9-1+b1) ...
#22 14.66 Selecting previously unselected package libxcb-shape0:amd64.
#22 14.67 Preparing to unpack .../096-libxcb-shape0_1.15-1_amd64.deb ...
#22 14.67 Unpacking libxcb-shape0:amd64 (1.15-1) ...
#22 14.72 Selecting previously unselected package libxcb-xinerama0:amd64.
#22 14.73 Preparing to unpack .../097-libxcb-xinerama0_1.15-1_amd64.deb ...
#22 14.74 Unpacking libxcb-xinerama0:amd64 (1.15-1) ...
#22 14.79 Selecting previously unselected package libxcb-xinput0:amd64.
#22 14.80 Preparing to unpack .../098-libxcb-xinput0_1.15-1_amd64.deb ...
#22 14.80 Unpacking libxcb-xinput0:amd64 (1.15-1) ...
#22 14.86 Selecting previously unselected package libxcb-xkb1:amd64.
#22 14.87 Preparing to unpack .../099-libxcb-xkb1_1.15-1_amd64.deb ...
#22 14.87 Unpacking libxcb-xkb1:amd64 (1.15-1) ...
#22 14.92 Selecting previously unselected package libxkbcommon-x11-0:amd64.
#22 14.93 Preparing to unpack .../100-libxkbcommon-x11-0_1.5.0-1_amd64.deb ...
#22 14.93 Unpacking libxkbcommon-x11-0:amd64 (1.5.0-1) ...
#22 14.99 Selecting previously unselected package libqt5gui5:amd64.
#22 15.00 Preparing to unpack .../101-libqt5gui5_5.15.8+dfsg-11+deb12u2_amd64.deb ...
#22 15.01 Unpacking libqt5gui5:amd64 (5.15.8+dfsg-11+deb12u2) ...
#22 15.28 Selecting previously unselected package libqt5widgets5:amd64.
#22 15.29 Preparing to unpack .../102-libqt5widgets5_5.15.8+dfsg-11+deb12u2_amd64.deb ...
#22 15.29 Unpacking libqt5widgets5:amd64 (5.15.8+dfsg-11+deb12u2) ...
#22 15.49 Selecting previously unselected package libqt5xml5:amd64.
#22 15.50 Preparing to unpack .../103-libqt5xml5_5.15.8+dfsg-11+deb12u2_amd64.deb ...
#22 15.50 Unpacking libqt5xml5:amd64 (5.15.8+dfsg-11+deb12u2) ...
#22 15.56 Selecting previously unselected package libqt5designer5:amd64.
#22 15.57 Preparing to unpack .../104-libqt5designer5_5.15.8-2_amd64.deb ...
#22 15.58 Unpacking libqt5designer5:amd64 (5.15.8-2) ...
#22 15.74 Selecting previously unselected package libqt5sql5:amd64.
#22 15.75 Preparing to unpack .../105-libqt5sql5_5.15.8+dfsg-11+deb12u2_amd64.deb ...
#22 15.76 Unpacking libqt5sql5:amd64 (5.15.8+dfsg-11+deb12u2) ...
#22 15.82 Selecting previously unselected package libqt5help5:amd64.
#22 15.83 Preparing to unpack .../106-libqt5help5_5.15.8-2_amd64.deb ...
#22 15.83 Unpacking libqt5help5:amd64 (5.15.8-2) ...
#22 15.89 Selecting previously unselected package libqt5printsupport5:amd64.
#22 15.90 Preparing to unpack .../107-libqt5printsupport5_5.15.8+dfsg-11+deb12u2_amd64.deb ...
#22 15.90 Unpacking libqt5printsupport5:amd64 (5.15.8+dfsg-11+deb12u2) ...
#22 15.96 Selecting previously unselected package libqt5test5:amd64.
#22 15.97 Preparing to unpack .../108-libqt5test5_5.15.8+dfsg-11+deb12u2_amd64.deb ...
#22 15.98 Unpacking libqt5test5:amd64 (5.15.8+dfsg-11+deb12u2) ...
#22 16.04 Selecting previously unselected package python3-pyqt5.
#22 16.05 Preparing to unpack .../109-python3-pyqt5_5.15.9+dfsg-1_amd64.deb ...
#22 16.05 Unpacking python3-pyqt5 (5.15.9+dfsg-1) ...
#22 16.26 Selecting previously unselected package python3-pyqt6.sip.
#22 16.27 Preparing to unpack .../110-python3-pyqt6.sip_13.4.1-1_amd64.deb ...
#22 16.27 Unpacking python3-pyqt6.sip (13.4.1-1) ...
#22 16.32 Selecting previously unselected package libb2-1:amd64.
#22 16.33 Preparing to unpack .../111-libb2-1_0.98.1-1.1_amd64.deb ...
#22 16.33 Unpacking libb2-1:amd64 (0.98.1-1.1) ...
#22 16.40 Selecting previously unselected package libqt6core6:amd64.
#22 16.41 Preparing to unpack .../112-libqt6core6_6.4.2+dfsg-10_amd64.deb ...
#22 16.41 Unpacking libqt6core6:amd64 (6.4.2+dfsg-10) ...
#22 16.55 Selecting previously unselected package libqt6dbus6:amd64.
#22 16.56 Preparing to unpack .../113-libqt6dbus6_6.4.2+dfsg-10_amd64.deb ...
#22 16.57 Unpacking libqt6dbus6:amd64 (6.4.2+dfsg-10) ...
#22 16.63 Selecting previously unselected package libts0:amd64.
#22 16.64 Preparing to unpack .../114-libts0_1.22-1+b1_amd64.deb ...
#22 16.65 Unpacking libts0:amd64 (1.22-1+b1) ...
#22 16.70 Selecting previously unselected package libqt6gui6:amd64.
#22 16.71 Preparing to unpack .../115-libqt6gui6_6.4.2+dfsg-10_amd64.deb ...
#22 16.72 Unpacking libqt6gui6:amd64 (6.4.2+dfsg-10) ...
#22 16.93 Selecting previously unselected package libproxy1v5:amd64.
#22 16.94 Preparing to unpack .../116-libproxy1v5_0.4.18-1.2_amd64.deb ...
#22 16.94 Unpacking libproxy1v5:amd64 (0.4.18-1.2) ...
#22 17.00 Selecting previously unselected package libqt6network6:amd64.
#22 17.01 Preparing to unpack .../117-libqt6network6_6.4.2+dfsg-10_amd64.deb ...
#22 17.01 Unpacking libqt6network6:amd64 (6.4.2+dfsg-10) ...
#22 17.11 Selecting previously unselected package libqt6opengl6:amd64.
#22 17.12 Preparing to unpack .../118-libqt6opengl6_6.4.2+dfsg-10_amd64.deb ...
#22 17.12 Unpacking libqt6opengl6:amd64 (6.4.2+dfsg-10) ...
#22 17.21 Selecting previously unselected package libqt6widgets6:amd64.
#22 17.22 Preparing to unpack .../119-libqt6widgets6_6.4.2+dfsg-10_amd64.deb ...
#22 17.22 Unpacking libqt6widgets6:amd64 (6.4.2+dfsg-10) ...
#22 17.42 Selecting previously unselected package libqt6openglwidgets6:amd64.
#22 17.43 Preparing to unpack .../120-libqt6openglwidgets6_6.4.2+dfsg-10_amd64.deb ...
#22 17.44 Unpacking libqt6openglwidgets6:amd64 (6.4.2+dfsg-10) ...
#22 17.49 Selecting previously unselected package libqt6printsupport6:amd64.
#22 17.50 Preparing to unpack .../121-libqt6printsupport6_6.4.2+dfsg-10_amd64.deb ...
#22 17.50 Unpacking libqt6printsupport6:amd64 (6.4.2+dfsg-10) ...
#22 17.56 Selecting previously unselected package libqt6sql6:amd64.
#22 17.57 Preparing to unpack .../122-libqt6sql6_6.4.2+dfsg-10_amd64.deb ...
#22 17.58 Unpacking libqt6sql6:amd64 (6.4.2+dfsg-10) ...
#22 17.63 Selecting previously unselected package libqt6test6:amd64.
#22 17.64 Preparing to unpack .../123-libqt6test6_6.4.2+dfsg-10_amd64.deb ...
#22 17.64 Unpacking libqt6test6:amd64 (6.4.2+dfsg-10) ...
#22 17.70 Selecting previously unselected package libqt6xml6:amd64.
#22 17.71 Preparing to unpack .../124-libqt6xml6_6.4.2+dfsg-10_amd64.deb ...
#22 17.71 Unpacking libqt6xml6:amd64 (6.4.2+dfsg-10) ...
#22 17.76 Selecting previously unselected package python3-pyqt6.
#22 17.77 Preparing to unpack .../125-python3-pyqt6_6.4.2-1_amd64.deb ...
#22 17.78 Unpacking python3-pyqt6 (6.4.2-1) ...
#22 18.00 Selecting previously unselected package python3-decorator.
#22 18.01 Preparing to unpack .../126-python3-decorator_5.1.1-3_all.deb ...
#22 18.01 Unpacking python3-decorator (5.1.1-3) ...
#22 18.06 Selecting previously unselected package libopenblas0-pthread:amd64.
#22 18.07 Preparing to unpack .../127-libopenblas0-pthread_0.3.21+ds-4_amd64.deb ...
#22 18.07 Unpacking libopenblas0-pthread:amd64 (0.3.21+ds-4) ...
#22 18.45 Selecting previously unselected package libopenblas0:amd64.
#22 18.46 Preparing to unpack .../128-libopenblas0_0.3.21+ds-4_amd64.deb ...
#22 18.46 Unpacking libopenblas0:amd64 (0.3.21+ds-4) ...
#22 18.51 Selecting previously unselected package libopenblas-pthread-dev:amd64.
#22 18.52 Preparing to unpack .../129-libopenblas-pthread-dev_0.3.21+ds-4_amd64.deb ...
#22 18.52 Unpacking libopenblas-pthread-dev:amd64 (0.3.21+ds-4) ...
#22 18.83 Selecting previously unselected package libopenblas-dev:amd64.
#22 18.84 Preparing to unpack .../130-libopenblas-dev_0.3.21+ds-4_amd64.deb ...
#22 18.84 Unpacking libopenblas-dev:amd64 (0.3.21+ds-4) ...
#22 18.88 Selecting previously unselected package libpython3-all-dev:amd64.
#22 18.89 Preparing to unpack .../131-libpython3-all-dev_3.11.2-1+b1_amd64.deb ...
#22 18.89 Unpacking libpython3-all-dev:amd64 (3.11.2-1+b1) ...
#22 18.93 Selecting previously unselected package python3-all.
#22 18.94 Preparing to unpack .../132-python3-all_3.11.2-1+b1_amd64.deb ...
#22 18.94 Unpacking python3-all (3.11.2-1+b1) ...
#22 18.98 Selecting previously unselected package python3-all-dev.
#22 18.99 Preparing to unpack .../133-python3-all-dev_3.11.2-1+b1_amd64.deb ...
#22 19.00 Unpacking python3-all-dev (3.11.2-1+b1) ...
#22 19.03 Selecting previously unselected package libxsimd-dev:amd64.
#22 19.04 Preparing to unpack .../134-libxsimd-dev_8.1.0-7_amd64.deb ...
#22 19.07 Unpacking libxsimd-dev:amd64 (8.1.0-7) ...
#22 19.60 Selecting previously unselected package python3-gast.
#22 19.61 Preparing to unpack .../135-python3-gast_0.5.2-2_all.deb ...
#22 19.61 Unpacking python3-gast (0.5.2-2) ...
#22 19.65 Selecting previously unselected package python3-beniget.
#22 19.66 Preparing to unpack .../136-python3-beniget_0.4.1-3_all.deb ...
#22 19.67 Unpacking python3-beniget (0.4.1-3) ...
#22 19.71 Selecting previously unselected package python3-ply.
#22 19.72 Preparing to unpack .../137-python3-ply_3.11-5_all.deb ...
#22 19.73 Unpacking python3-ply (3.11-5) ...
#22 19.78 Selecting previously unselected package python3-pythran.
#22 19.79 Preparing to unpack .../138-python3-pythran_0.11.0+ds-7_amd64.deb ...
#22 19.79 Unpacking python3-pythran (0.11.0+ds-7) ...
#22 20.11 Selecting previously unselected package liblbfgsb0:amd64.
#22 20.12 Preparing to unpack .../139-liblbfgsb0_3.0+dfsg.4-1_amd64.deb ...
#22 20.13 Unpacking liblbfgsb0:amd64 (3.0+dfsg.4-1) ...
#22 20.18 Selecting previously unselected package python3-scipy.
#22 20.19 Preparing to unpack .../140-python3-scipy_1.10.1-2_amd64.deb ...
#22 20.19 Unpacking python3-scipy (1.10.1-2) ...
#22 20.81 Selecting previously unselected package pyqt5-dev-tools.
#22 20.82 Preparing to unpack .../141-pyqt5-dev-tools_5.15.9+dfsg-1_amd64.deb ...
#22 20.82 Unpacking pyqt5-dev-tools (5.15.9+dfsg-1) ...
#22 20.89 Selecting previously unselected package pyqt6-dev-tools.
#22 20.90 Preparing to unpack .../142-pyqt6-dev-tools_6.4.2-1_all.deb ...
#22 20.90 Unpacking pyqt6-dev-tools (6.4.2-1) ...
#22 20.95 Selecting previously unselected package qtchooser.
#22 20.96 Preparing to unpack .../143-qtchooser_66-2_amd64.deb ...
#22 20.96 Unpacking qtchooser (66-2) ...
#22 21.02 Selecting previously unselected package qtbase5-dev-tools.
#22 21.03 Preparing to unpack .../144-qtbase5-dev-tools_5.15.8+dfsg-11+deb12u2_amd64.deb ...
#22 21.03 Unpacking qtbase5-dev-tools (5.15.8+dfsg-11+deb12u2) ...
#22 21.13 Selecting previously unselected package qt6-base-dev-tools.
#22 21.14 Preparing to unpack .../145-qt6-base-dev-tools_6.4.2+dfsg-10_amd64.deb ...
#22 21.14 Unpacking qt6-base-dev-tools (6.4.2+dfsg-10) ...
#22 21.25 Selecting previously unselected package python3-pyqtgraph.
#22 21.26 Preparing to unpack .../146-python3-pyqtgraph_0.13.1-4_all.deb ...
#22 21.26 Unpacking python3-pyqtgraph (0.13.1-4) ...
#22 21.37 Selecting previously unselected package python3-contextlib2.
#22 21.38 Preparing to unpack .../147-python3-contextlib2_0.6.0.post1-3_all.deb ...
#22 21.38 Unpacking python3-contextlib2 (0.6.0.post1-3) ...
#22 21.42 Selecting previously unselected package python3-schema.
#22 21.43 Preparing to unpack .../148-python3-schema_0.7.5-1_all.deb ...
#22 21.44 Unpacking python3-schema (0.7.5-1) ...
#22 21.49 Selecting previously unselected package python3-sip.
#22 21.50 Preparing to unpack .../149-python3-sip_4.19.25+dfsg-5+b1_amd64.deb ...
#22 21.50 Unpacking python3-sip (4.19.25+dfsg-5+b1) ...
#22 21.55 Selecting previously unselected package python3-thrift.
#22 21.56 Preparing to unpack .../150-python3-thrift_0.17.0-2+b2_amd64.deb ...
#22 21.57 Unpacking python3-thrift (0.17.0-2+b2) ...
#22 21.62 Selecting previously unselected package python3-cffi-backend:amd64.
#22 21.63 Preparing to unpack .../151-python3-cffi-backend_1.15.1-5+b1_amd64.deb ...
#22 21.64 Unpacking python3-cffi-backend:amd64 (1.15.1-5+b1) ...
#22 21.68 Selecting previously unselected package python3-py.
#22 21.69 Preparing to unpack .../152-python3-py_1.11.0-1_all.deb ...
#22 21.70 Unpacking python3-py (1.11.0-1) ...
#22 21.75 Selecting previously unselected package python3-zmq.
#22 21.76 Preparing to unpack .../153-python3-zmq_24.0.1-4+b1_amd64.deb ...
#22 21.77 Unpacking python3-zmq (24.0.1-4+b1) ...
#22 21.84 Selecting previously unselected package libfmt9:amd64.
#22 21.85 Preparing to unpack .../154-libfmt9_9.1.0+ds1-2_amd64.deb ...
#22 21.85 Unpacking libfmt9:amd64 (9.1.0+ds1-2) ...
#22 21.90 Selecting previously unselected package libgnuradio-pmt3.10.5:amd64.
#22 21.91 Preparing to unpack .../155-libgnuradio-pmt3.10.5_3.10.5.1-3_amd64.deb ...
#22 21.92 Unpacking libgnuradio-pmt3.10.5:amd64 (3.10.5.1-3) ...
#22 21.97 Selecting previously unselected package libspdlog1.10:amd64.
#22 21.98 Preparing to unpack .../156-libspdlog1.10_1%3a1.10.0+ds-0.4_amd64.deb ...
#22 21.98 Unpacking libspdlog1.10:amd64 (1:1.10.0+ds-0.4) ...
#22 22.04 Selecting previously unselected package libthrift-0.17.0:amd64.
#22 22.05 Preparing to unpack .../157-libthrift-0.17.0_0.17.0-2+b2_amd64.deb ...
#22 22.05 Unpacking libthrift-0.17.0:amd64 (0.17.0-2+b2) ...
#22 22.12 Selecting previously unselected package libunwind8:amd64.
#22 22.13 Preparing to unpack .../158-libunwind8_1.6.2-3_amd64.deb ...
#22 22.14 Unpacking libunwind8:amd64 (1.6.2-3) ...
#22 22.19 Selecting previously unselected package libgnuradio-runtime3.10.5:amd64.
#22 22.20 Preparing to unpack .../159-libgnuradio-runtime3.10.5_3.10.5.1-3_amd64.deb ...
#22 22.20 Unpacking libgnuradio-runtime3.10.5:amd64 (3.10.5.1-3) ...
#22 22.28 Selecting previously unselected package libogg0:amd64.
#22 22.29 Preparing to unpack .../160-libogg0_1.3.5-3_amd64.deb ...
#22 22.30 Unpacking libogg0:amd64 (1.3.5-3) ...
#22 22.35 Selecting previously unselected package libflac12:amd64.
#22 22.36 Preparing to unpack .../161-libflac12_1.4.2+ds-2_amd64.deb ...
#22 22.36 Unpacking libflac12:amd64 (1.4.2+ds-2) ...
#22 22.42 Selecting previously unselected package libmp3lame0:amd64.
#22 22.43 Preparing to unpack .../162-libmp3lame0_3.100-6_amd64.deb ...
#22 22.44 Unpacking libmp3lame0:amd64 (3.100-6) ...
#22 22.51 Selecting previously unselected package libmpg123-0:amd64.
#22 22.52 Preparing to unpack .../163-libmpg123-0_1.31.2-1+deb12u1_amd64.deb ...
#22 22.53 Unpacking libmpg123-0:amd64 (1.31.2-1+deb12u1) ...
#22 22.58 Selecting previously unselected package libopus0:amd64.
#22 22.59 Preparing to unpack .../164-libopus0_1.3.1-3_amd64.deb ...
#22 22.62 Unpacking libopus0:amd64 (1.3.1-3) ...
#22 22.68 Selecting previously unselected package libvorbis0a:amd64.
#22 22.69 Preparing to unpack .../165-libvorbis0a_1.3.7-1_amd64.deb ...
#22 22.69 Unpacking libvorbis0a:amd64 (1.3.7-1) ...
#22 22.74 Selecting previously unselected package libvorbisenc2:amd64.
#22 22.75 Preparing to unpack .../166-libvorbisenc2_1.3.7-1_amd64.deb ...
#22 22.76 Unpacking libvorbisenc2:amd64 (1.3.7-1) ...
#22 22.81 Selecting previously unselected package libsndfile1:amd64.
#22 22.82 Preparing to unpack .../167-libsndfile1_1.2.0-1_amd64.deb ...
#22 22.82 Unpacking libsndfile1:amd64 (1.2.0-1) ...
#22 22.89 Selecting previously unselected package libgnuradio-blocks3.10.5:amd64.
#22 22.90 Preparing to unpack .../168-libgnuradio-blocks3.10.5_3.10.5.1-3_amd64.deb ...
#22 22.90 Unpacking libgnuradio-blocks3.10.5:amd64 (3.10.5.1-3) ...
#22 22.99 Selecting previously unselected package libgnuradio-fft3.10.5:amd64.
#22 23.00 Preparing to unpack .../169-libgnuradio-fft3.10.5_3.10.5.1-3_amd64.deb ...
#22 23.00 Unpacking libgnuradio-fft3.10.5:amd64 (3.10.5.1-3) ...
#22 23.05 Selecting previously unselected package libgnuradio-analog3.10.5:amd64.
#22 23.07 Preparing to unpack .../170-libgnuradio-analog3.10.5_3.10.5.1-3_amd64.deb ...
#22 23.07 Unpacking libgnuradio-analog3.10.5:amd64 (3.10.5.1-3) ...
#22 23.13 Selecting previously unselected package libsamplerate0:amd64.
#22 23.14 Preparing to unpack .../171-libsamplerate0_0.2.2-3_amd64.deb ...
#22 23.14 Unpacking libsamplerate0:amd64 (0.2.2-3) ...
#22 23.26 Selecting previously unselected package libjack-jackd2-0:amd64.
#22 23.27 Preparing to unpack .../172-libjack-jackd2-0_1.9.21~dfsg-3_amd64.deb ...
#22 23.27 Unpacking libjack-jackd2-0:amd64 (1.9.21~dfsg-3) ...
#22 23.34 Selecting previously unselected package libportaudio2:amd64.
#22 23.35 Preparing to unpack .../173-libportaudio2_19.6.0-1.2_amd64.deb ...
#22 23.35 Unpacking libportaudio2:amd64 (19.6.0-1.2) ...
#22 23.40 Selecting previously unselected package libgnuradio-audio3.10.5:amd64.
#22 23.42 Preparing to unpack .../174-libgnuradio-audio3.10.5_3.10.5.1-3_amd64.deb ...
#22 23.42 Unpacking libgnuradio-audio3.10.5:amd64 (3.10.5.1-3) ...
#22 23.48 Selecting previously unselected package libgnuradio-filter3.10.5:amd64.
#22 23.49 Preparing to unpack .../175-libgnuradio-filter3.10.5_3.10.5.1-3_amd64.deb ...
#22 23.49 Unpacking libgnuradio-filter3.10.5:amd64 (3.10.5.1-3) ...
#22 23.56 Selecting previously unselected package libgnuradio-channels3.10.5:amd64.
#22 23.57 Preparing to unpack .../176-libgnuradio-channels3.10.5_3.10.5.1-3_amd64.deb ...
#22 23.57 Unpacking libgnuradio-channels3.10.5:amd64 (3.10.5.1-3) ...
#22 23.63 Selecting previously unselected package libgnuradio-digital3.10.5:amd64.
#22 23.63 Preparing to unpack .../177-libgnuradio-digital3.10.5_3.10.5.1-3_amd64.deb ...
#22 23.64 Unpacking libgnuradio-digital3.10.5:amd64 (3.10.5.1-3) ...
#22 23.71 Selecting previously unselected package libgslcblas0:amd64.
#22 23.72 Preparing to unpack .../178-libgslcblas0_2.7.1+dfsg-5_amd64.deb ...
#22 23.73 Unpacking libgslcblas0:amd64 (2.7.1+dfsg-5) ...
#22 23.78 Selecting previously unselected package libgsl27:amd64.
#22 23.79 Preparing to unpack .../179-libgsl27_2.7.1+dfsg-5_amd64.deb ...
#22 23.80 Unpacking libgsl27:amd64 (2.7.1+dfsg-5) ...
#22 23.90 Selecting previously unselected package libgnuradio-fec3.10.5:amd64.
#22 23.91 Preparing to unpack .../180-libgnuradio-fec3.10.5_3.10.5.1-3_amd64.deb ...
#22 23.92 Unpacking libgnuradio-fec3.10.5:amd64 (3.10.5.1-3) ...
#22 23.98 Selecting previously unselected package libgnuradio-dtv3.10.5:amd64.
#22 23.99 Preparing to unpack .../181-libgnuradio-dtv3.10.5_3.10.5.1-3_amd64.deb ...
#22 23.99 Unpacking libgnuradio-dtv3.10.5:amd64 (3.10.5.1-3) ...
#22 24.06 Selecting previously unselected package libiio0:amd64.
#22 24.08 Preparing to unpack .../182-libiio0_0.24-4_amd64.deb ...
#22 24.08 Unpacking libiio0:amd64 (0.24-4) ...
#22 24.13 Selecting previously unselected package libad9361-0:amd64.
#22 24.14 Preparing to unpack .../183-libad9361-0_0.2-1_amd64.deb ...
#22 24.14 Unpacking libad9361-0:amd64 (0.2-1) ...
#22 24.20 Selecting previously unselected package libgnuradio-iio3.10.5:amd64.
#22 24.21 Preparing to unpack .../184-libgnuradio-iio3.10.5_3.10.5.1-3_amd64.deb ...
#22 24.21 Unpacking libgnuradio-iio3.10.5:amd64 (3.10.5.1-3) ...
#22 24.27 Selecting previously unselected package libgnuradio-network3.10.5:amd64.
#22 24.28 Preparing to unpack .../185-libgnuradio-network3.10.5_3.10.5.1-3_amd64.deb ...
#22 24.28 Unpacking libgnuradio-network3.10.5:amd64 (3.10.5.1-3) ...
#22 24.35 Selecting previously unselected package libgnuradio-pdu3.10.5:amd64.
#22 24.35 Preparing to unpack .../186-libgnuradio-pdu3.10.5_3.10.5.1-3_amd64.deb ...
#22 24.36 Unpacking libgnuradio-pdu3.10.5:amd64 (3.10.5.1-3) ...
#22 24.42 Selecting previously unselected package libqt5opengl5:amd64.
#22 24.43 Preparing to unpack .../187-libqt5opengl5_5.15.8+dfsg-11+deb12u2_amd64.deb ...
#22 24.43 Unpacking libqt5opengl5:amd64 (5.15.8+dfsg-11+deb12u2) ...
#22 24.49 Selecting previously unselected package libqt5svg5:amd64.
#22 24.50 Preparing to unpack .../188-libqt5svg5_5.15.8-3_amd64.deb ...
#22 24.50 Unpacking libqt5svg5:amd64 (5.15.8-3) ...
#22 24.57 Selecting previously unselected package libqwt-qt5-6.
#22 24.58 Preparing to unpack .../189-libqwt-qt5-6_6.1.4-2_amd64.deb ...
#22 24.58 Unpacking libqwt-qt5-6 (6.1.4-2) ...
#22 24.65 Selecting previously unselected package libgnuradio-qtgui3.10.5:amd64.
#22 24.67 Preparing to unpack .../190-libgnuradio-qtgui3.10.5_3.10.5.1-3_amd64.deb ...
#22 24.67 Unpacking libgnuradio-qtgui3.10.5:amd64 (3.10.5.1-3) ...
#22 24.75 Selecting previously unselected package libgnuradio-soapy3.10.5:amd64.
#22 24.76 Preparing to unpack .../191-libgnuradio-soapy3.10.5_3.10.5.1-3_amd64.deb ...
#22 24.76 Unpacking libgnuradio-soapy3.10.5:amd64 (3.10.5.1-3) ...
#22 24.82 Selecting previously unselected package libgnuradio-trellis3.10.5:amd64.
#22 24.83 Preparing to unpack .../192-libgnuradio-trellis3.10.5_3.10.5.1-3_amd64.deb ...
#22 24.84 Unpacking libgnuradio-trellis3.10.5:amd64 (3.10.5.1-3) ...
#22 24.90 Selecting previously unselected package libgnuradio-uhd3.10.5:amd64.
#22 24.91 Preparing to unpack .../193-libgnuradio-uhd3.10.5_3.10.5.1-3_amd64.deb ...
#22 24.92 Unpacking libgnuradio-uhd3.10.5:amd64 (3.10.5.1-3) ...
#22 24.98 Selecting previously unselected package libslang2:amd64.
#22 24.99 Preparing to unpack .../194-libslang2_2.3.3-3_amd64.deb ...
#22 25.00 Unpacking libslang2:amd64 (2.3.3-3) ...
#22 25.08 Selecting previously unselected package libcaca0:amd64.
#22 25.09 Preparing to unpack .../195-libcaca0_0.99.beta20-3_amd64.deb ...
#22 25.10 Unpacking libcaca0:amd64 (0.99.beta20-3) ...
#22 25.16 Selecting previously unselected package libasyncns0:amd64.
#22 25.17 Preparing to unpack .../196-libasyncns0_0.8-6+b3_amd64.deb ...
#22 25.18 Unpacking libasyncns0:amd64 (0.8-6+b3) ...
#22 25.23 Selecting previously unselected package libpulse0:amd64.
#22 25.25 Preparing to unpack .../197-libpulse0_16.1+dfsg1-2+b1_amd64.deb ...
#22 25.26 Unpacking libpulse0:amd64 (16.1+dfsg1-2+b1) ...
#22 25.32 Selecting previously unselected package libsdl1.2debian:amd64.
#22 25.34 Preparing to unpack .../198-libsdl1.2debian_1.2.15+dfsg2-8_amd64.deb ...
#22 25.34 Unpacking libsdl1.2debian:amd64 (1.2.15+dfsg2-8) ...
#22 25.40 Selecting previously unselected package libgnuradio-video-sdl3.10.5:amd64.
#22 25.41 Preparing to unpack .../199-libgnuradio-video-sdl3.10.5_3.10.5.1-3_amd64.deb ...
#22 25.41 Unpacking libgnuradio-video-sdl3.10.5:amd64 (3.10.5.1-3) ...
#22 25.46 Selecting previously unselected package libcodec2-1.0:amd64.
#22 25.47 Preparing to unpack .../200-libcodec2-1.0_1.0.5-1_amd64.deb ...
#22 25.47 Unpacking libcodec2-1.0:amd64 (1.0.5-1) ...
#22 26.02 Selecting previously unselected package libgnuradio-vocoder3.10.5:amd64.
#22 26.03 Preparing to unpack .../201-libgnuradio-vocoder3.10.5_3.10.5.1-3_amd64.deb ...
#22 26.03 Unpacking libgnuradio-vocoder3.10.5:amd64 (3.10.5.1-3) ...
#22 26.08 Selecting previously unselected package libgnuradio-wavelet3.10.5:amd64.
#22 26.09 Preparing to unpack .../202-libgnuradio-wavelet3.10.5_3.10.5.1-3_amd64.deb ...
#22 26.10 Unpacking libgnuradio-wavelet3.10.5:amd64 (3.10.5.1-3) ...
#22 26.15 Selecting previously unselected package libgnuradio-zeromq3.10.5:amd64.
#22 26.16 Preparing to unpack .../203-libgnuradio-zeromq3.10.5_3.10.5.1-3_amd64.deb ...
#22 26.16 Unpacking libgnuradio-zeromq3.10.5:amd64 (3.10.5.1-3) ...
#22 26.23 Selecting previously unselected package gnuradio.
#22 26.24 Preparing to unpack .../204-gnuradio_3.10.5.1-3_amd64.deb ...
#22 26.24 Unpacking gnuradio (3.10.5.1-3) ...
#22 26.65 Setting up libb2-1:amd64 (0.98.1-1.1) ...
#22 26.67 Setting up libxcb-dri3-0:amd64 (1.15-1) ...
#22 26.68 Setting up python3-attr (22.2.0-1) ...
#22 26.83 Setting up libwayland-server0:amd64 (1.21.0-1) ...
#22 26.84 Setting up gtk-update-icon-cache (3.24.38-2~deb12u3) ...
#22 26.85 Setting up libx11-xcb1:amd64 (2:1.8.4-2+deb12u2) ...
#22 26.86 Setting up libdouble-conversion3:amd64 (3.2.1-1) ...
#22 26.87 Setting up libproxy1v5:amd64 (0.4.18-1.2) ...
#22 26.88 Setting up fonts-mathjax (2.7.9+dfsg-1) ...
#22 26.89 Setting up libcodec2-1.0:amd64 (1.0.5-1) ...
#22 26.90 Setting up libxdamage1:amd64 (1:1.1.6-1) ...
#22 26.91 Setting up libopenblas0-pthread:amd64 (0.3.21+ds-4) ...
#22 26.92 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 26.93 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 26.93 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 26.94 Setting up libmpg123-0:amd64 (1.31.2-1+deb12u1) ...
#22 26.95 Setting up libxcb-xfixes0:amd64 (1.15-1) ...
#22 26.96 Setting up libogg0:amd64 (1.3.5-3) ...
#22 26.97 Setting up python3-cairo:amd64 (1.20.1-5+b1) ...
#22 27.09 Setting up hicolor-icon-theme (0.17-2) ...
#22 27.12 Setting up libjs-mathjax (2.7.9+dfsg-1) ...
#22 27.13 Setting up libxcb-xinput0:amd64 (1.15-1) ...
#22 27.14 Setting up python3-py (1.11.0-1) ...
#22 27.30 Setting up libvte-2.91-common (0.70.6-2~deb12u1) ...
#22 27.32 Setting up libgslcblas0:amd64 (2.7.1+dfsg-5) ...
#22 27.37 Setting up python3-colorama (0.4.6-2) ...
#22 27.52 Setting up libglvnd0:amd64 (1.6.0-1) ...
#22 27.53 Setting up libxcb-glx0:amd64 (1.15-1) ...
#22 27.54 Setting up python3-ply (3.11-5) ...
#22 27.70 Setting up libiio0:amd64 (0.24-4) ...
#22 27.72 Setting up libxcb-keysyms1:amd64 (0.4.0-1+b2) ...
#22 27.73 Setting up libxcb-shape0:amd64 (1.15-1) ...
#22 27.74 Setting up python3-gast (0.5.2-2) ...
#22 27.88 Setting up libgsl27:amd64 (2.7.1+dfsg-5) ...
#22 27.91 Setting up libxcb-render-util0:amd64 (0.3.9-1+b1) ...
#22 27.92 Setting up python3-all (3.11.2-1+b1) ...
#22 27.94 Setting up xkb-data (2.35.1-1) ...
#22 27.95 Setting up python3-contextlib2 (0.6.0.post1-3) ...
#22 28.08 Setting up libxcb-icccm4:amd64 (0.4.1-1.1) ...
#22 28.09 Setting up libatspi2.0-0:amd64 (2.46.0-5) ...
#22 28.10 Setting up python3-click (8.1.3-2) ...
#22 28.27 Setting up libqt6core6:amd64 (6.4.2+dfsg-10) ...
#22 28.29 Setting up libunwind8:amd64 (1.6.2-3) ...
#22 28.29 Setting up python3-thrift (0.17.0-2+b2) ...
#22 28.45 Setting up libts0:amd64 (1.22-1+b1) ...
#22 28.46 Setting up libcolord2:amd64 (1.4.6-2.2) ...
#22 28.47 Setting up gnome-terminal-data (3.46.8-1) ...
#22 28.48 Setting up libopengl0:amd64 (1.6.0-1) ...
#22 28.50 Setting up libxcb-util1:amd64 (0.4.0-1+b1) ...
#22 28.51 Setting up libxxf86vm1:amd64 (1:1.1.4-1+b2) ...
#22 28.52 Setting up libxcb-xkb1:amd64 (1.15-1) ...
#22 28.53 Setting up libxcb-image0:amd64 (0.4.0-2) ...
#22 28.54 Setting up libxcb-present0:amd64 (1.15-1) ...
#22 28.55 Setting up libdconf1:amd64 (0.40.0-4) ...
#22 28.56 Setting up python3-beniget (0.4.1-3) ...
#22 28.69 Setting up libxsimd-dev:amd64 (8.1.0-7) ...
#22 28.70 Setting up python3-decorator (5.1.1-3) ...
#22 28.84 Setting up python3-packaging (23.0-1) ...
#22 28.97 Setting up libxcb-xinerama0:amd64 (1.15-1) ...
#22 28.99 Setting up libflac12:amd64 (1.4.2+ds-2) ...
#22 29.00 Setting up libslang2:amd64 (2.3.3-3) ...
#22 29.01 Setting up libqt6xml6:amd64 (6.4.2+dfsg-10) ...
#22 29.02 Setting up adwaita-icon-theme (43-1) ...
#22 29.08 update-alternatives: using /usr/share/icons/Adwaita/cursor.theme to provide /usr/share/icons/default/index.theme (x-cursor-theme) in auto mode
#22 29.08 Setting up libqt6sql6:amd64 (6.4.2+dfsg-10) ...
#22 29.09 Setting up libepoxy0:amd64 (1.5.10-1) ...
#22 29.10 Setting up libxfixes3:amd64 (1:6.0.0-2) ...
#22 29.11 Setting up libxcb-sync1:amd64 (1.15-1) ...
#22 29.13 Setting up libpython3-all-dev:amd64 (3.11.2-1+b1) ...
#22 29.14 Setting up libopus0:amd64 (1.3.1-3) ...
#22 29.15 Setting up libxinerama1:amd64 (2:1.1.4-3) ...
#22 29.16 Setting up libvorbis0a:amd64 (1.3.7-1) ...
#22 29.17 Setting up castxml (0.5.1-1) ...
#22 29.18 Setting up libxrandr2:amd64 (2:1.5.2-2+b1) ...
#22 29.19 Setting up liborc-0.4-0:amd64 (1:0.4.33-2) ...
#22 29.20 Setting up python3-click-plugins (1.1.1-4) ...
#22 29.33 Setting up libqt5core5a:amd64 (5.15.8+dfsg-11+deb12u2) ...
#22 29.35 Setting up libglapi-mesa:amd64 (22.3.6-1+deb12u1) ...
#22 29.36 Setting up libmtdev1:amd64 (1.1.6-1) ...
#22 29.37 Setting up libfmt9:amd64 (9.1.0+ds1-2) ...
#22 29.38 Setting up libxcb-dri2-0:amd64 (1.15-1) ...
#22 29.39 Setting up python3-pyqt5.sip (12.11.1-1) ...
#22 29.40 Setting up python3-pyrsistent:amd64 (0.18.1-1+b3) ...
#22 29.55 Setting up libopenblas0:amd64 (0.3.21+ds-4) ...
#22 29.55 Setting up libasyncns0:amd64 (0.8-6+b3) ...
#22 29.56 Setting up libxshmfence1:amd64 (1.3-1) ...
#22 29.58 Setting up python3-lxml:amd64 (4.9.2-1+b1) ...
#22 29.76 Setting up at-spi2-common (2.46.0-5) ...
#22 29.77 Setting up libqt5dbus5:amd64 (5.15.8+dfsg-11+deb12u2) ...
#22 29.79 Setting up python3-schema (0.7.5-1) ...
#22 29.92 Setting up libxcb-randr0:amd64 (1.15-1) ...
#22 29.94 Setting up libllvm15:amd64 (1:15.0.6-4+b1) ...
#22 29.95 Setting up libmd4c0:amd64 (0.4.8-1) ...
#22 29.96 Setting up libatk1.0-0:amd64 (2.46.0-5) ...
#22 29.97 Setting up libglu1-mesa:amd64 (9.0.2-1.1) ...
#22 29.98 Setting up libwayland-egl1:amd64 (1.21.0-1) ...
#22 29.99 Setting up python3-pygccxml (2.2.1-1) ...
#22 30.18 Setting up python3-pyqt6.sip (13.4.1-1) ...
#22 30.19 Setting up libsamplerate0:amd64 (0.2.2-3) ...
#22 30.20 Setting up libqt5test5:amd64 (5.15.8+dfsg-11+deb12u2) ...
#22 30.21 Setting up python3-gi-cairo (3.42.2-3+b1) ...
#22 30.22 Setting up libdrm-common (2.4.114-1) ...
#22 30.24 Setting up libxcomposite1:amd64 (1:0.4.5-1) ...
#22 30.25 Setting up libevdev2:amd64 (1.13.0+dfsg-1) ...
#22 30.26 Setting up libgudev-1.0-0:amd64 (237-2) ...
#22 30.27 Setting up qtchooser (66-2) ...
#22 30.28 Setting up libmp3lame0:amd64 (3.100-6) ...
#22 30.29 Setting up python3-cffi-backend:amd64 (1.15.1-5+b1) ...
#22 30.30 Setting up libvorbisenc2:amd64 (1.3.7-1) ...
#22 30.31 Setting up libqt6dbus6:amd64 (6.4.2+dfsg-10) ...
#22 30.32 Setting up liblbfgsb0:amd64 (3.0+dfsg.4-1) ...
#22 30.33 Setting up libwacom-common (2.6.0-1) ...
#22 30.34 Setting up python3-sip (4.19.25+dfsg-5+b1) ...
#22 30.48 Setting up libxkbcommon0:amd64 (1.5.0-1) ...
#22 30.48 Setting up libwayland-client0:amd64 (1.21.0-1) ...
#22 30.49 Setting up libspdlog1.10:amd64 (1:1.10.0+ds-0.4) ...
#22 30.51 Setting up libopenblas-pthread-dev:amd64 (0.3.21+ds-4) ...
#22 30.52 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 30.52 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 30.53 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 30.53 Setting up python3-all-dev (3.11.2-1+b1) ...
#22 30.55 Setting up libqt6test6:amd64 (6.4.2+dfsg-10) ...
#22 30.56 Setting up libad9361-0:amd64 (0.2-1) ...
#22 30.57 Setting up libcaca0:amd64 (0.99.beta20-3) ...
#22 30.58 Setting up qt6-base-dev-tools (6.4.2+dfsg-10) ...
#22 30.59 Setting up libwacom9:amd64 (2.6.0-1) ...
#22 30.60 Setting up libxcursor1:amd64 (1:1.2.1-1) ...
#22 30.61 Setting up dconf-service (0.40.0-4) ...
#22 30.62 Setting up libqt5network5:amd64 (5.15.8+dfsg-11+deb12u2) ...
#22 30.63 Setting up libinput-bin (1.22.1-1) ...
#22 30.64 Setting up libqt5sql5:amd64 (5.15.8+dfsg-11+deb12u2) ...
#22 30.65 Setting up libatk-bridge2.0-0:amd64 (2.46.0-5) ...
#22 30.67 Setting up qtbase5-dev-tools (5.15.8+dfsg-11+deb12u2) ...
#22 30.68 Setting up libopenblas-dev:amd64 (0.3.21+ds-4) ...
#22 30.68 Setting up libqt5xml5:amd64 (5.15.8+dfsg-11+deb12u2) ...
#22 30.70 Setting up python3-jsonschema (4.10.3-1) ...
#22 30.86 Setting up python3-zmq (24.0.1-4+b1) ...
#22 31.07 Setting up libxkbcommon-x11-0:amd64 (1.5.0-1) ...
#22 31.08 Setting up libvolk2.5:amd64 (2.5.2-3) ...
#22 31.09 Setting up libjack-jackd2-0:amd64 (1.9.21~dfsg-3) ...
#22 31.10 Setting up libdrm2:amd64 (2.4.114-1+b1) ...
#22 31.11 Setting up python3-pythran (0.11.0+ds-7) ...
#22 31.39 Setting up libwayland-cursor0:amd64 (1.21.0-1) ...
#22 31.40 Setting up libqt6network6:amd64 (6.4.2+dfsg-10) ...
#22 31.41 Setting up libgnuradio-pmt3.10.5:amd64 (3.10.5.1-3) ...
#22 31.42 Setting up libsndfile1:amd64 (1.2.0-1) ...
#22 31.43 Setting up libdrm-amdgpu1:amd64 (2.4.114-1+b1) ...
#22 31.44 Setting up libinput10:amd64 (1.22.1-1) ...
#22 31.45 Setting up libportaudio2:amd64 (19.6.0-1.2) ...
#22 31.47 Setting up libdrm-nouveau2:amd64 (2.4.114-1+b1) ...
#22 31.48 Setting up python3-scipy (1.10.1-2) ...
#22 33.32 Setting up libvolk2-bin (2.5.2-3) ...
#22 33.46 Setting up dconf-gsettings-backend:amd64 (0.40.0-4) ...
#22 33.47 Setting up libgbm1:amd64 (22.3.6-1+deb12u1) ...
#22 33.48 Setting up libpulse0:amd64 (16.1+dfsg1-2+b1) ...
#22 33.52 Setting up libdrm-radeon1:amd64 (2.4.114-1+b1) ...
#22 33.53 Setting up libdrm-intel1:amd64 (2.4.114-1+b1) ...
#22 33.54 Setting up libgl1-mesa-dri:amd64 (22.3.6-1+deb12u1) ...
#22 33.57 Setting up libthrift-0.17.0:amd64 (0.17.0-2+b2) ...
#22 33.60 Setting up libegl-mesa0:amd64 (22.3.6-1+deb12u1) ...
#22 33.61 Setting up libsdl1.2debian:amd64 (1.2.15+dfsg2-8) ...
#22 33.62 Setting up libegl1:amd64 (1.6.0-1) ...
#22 33.64 Setting up libgnuradio-runtime3.10.5:amd64 (3.10.5.1-3) ...
#22 33.65 Setting up libgtk-3-common (3.24.38-2~deb12u3) ...
#22 33.67 Setting up gsettings-desktop-schemas (43.0-1) ...
#22 33.69 Setting up libgnuradio-blocks3.10.5:amd64 (3.10.5.1-3) ...
#22 33.70 Setting up libgnuradio-trellis3.10.5:amd64 (3.10.5.1-3) ...
#22 33.71 Setting up libglx-mesa0:amd64 (22.3.6-1+deb12u1) ...
#22 33.72 Setting up libgnuradio-vocoder3.10.5:amd64 (3.10.5.1-3) ...
#22 33.75 Setting up libgnuradio-iio3.10.5:amd64 (3.10.5.1-3) ...
#22 33.76 Setting up libglx0:amd64 (1.6.0-1) ...
#22 33.77 Setting up libgnuradio-fec3.10.5:amd64 (3.10.5.1-3) ...
#22 33.78 Setting up libgnuradio-pdu3.10.5:amd64 (3.10.5.1-3) ...
#22 33.82 Setting up libgnuradio-uhd3.10.5:amd64 (3.10.5.1-3) ...
#22 33.83 Setting up libgnuradio-network3.10.5:amd64 (3.10.5.1-3) ...
#22 33.84 Setting up libgnuradio-video-sdl3.10.5:amd64 (3.10.5.1-3) ...
#22 33.85 Setting up libgl1:amd64 (1.6.0-1) ...
#22 33.86 Setting up libqt6gui6:amd64 (6.4.2+dfsg-10) ...
#22 33.88 Setting up libgnuradio-fft3.10.5:amd64 (3.10.5.1-3) ...
#22 33.89 Setting up libgnuradio-filter3.10.5:amd64 (3.10.5.1-3) ...
#22 33.90 Setting up libgnuradio-soapy3.10.5:amd64 (3.10.5.1-3) ...
#22 33.91 Setting up libgnuradio-wavelet3.10.5:amd64 (3.10.5.1-3) ...
#22 33.93 Setting up libgl1-mesa-glx:amd64 (22.3.6-1+deb12u1) ...
#22 33.94 Setting up libgnuradio-audio3.10.5:amd64 (3.10.5.1-3) ...
#22 33.95 Setting up libgnuradio-zeromq3.10.5:amd64 (3.10.5.1-3) ...
#22 33.97 Setting up libgnuradio-dtv3.10.5:amd64 (3.10.5.1-3) ...
#22 33.98 Setting up libqt5gui5:amd64 (5.15.8+dfsg-11+deb12u2) ...
#22 34.01 Setting up libqt6opengl6:amd64 (6.4.2+dfsg-10) ...
#22 34.03 Setting up libgnuradio-analog3.10.5:amd64 (3.10.5.1-3) ...
#22 34.04 Setting up libqt5widgets5:amd64 (5.15.8+dfsg-11+deb12u2) ...
#22 34.05 Setting up python3-opengl (3.1.6+dfsg-3) ...
#22 35.39 Setting up libqt5help5:amd64 (5.15.8-2) ...
#22 35.40 Setting up libgnuradio-digital3.10.5:amd64 (3.10.5.1-3) ...
#22 35.41 Setting up libqt6widgets6:amd64 (6.4.2+dfsg-10) ...
#22 35.42 Setting up libqt5printsupport5:amd64 (5.15.8+dfsg-11+deb12u2) ...
#22 35.44 Setting up libqt5opengl5:amd64 (5.15.8+dfsg-11+deb12u2) ...
#22 35.45 Setting up libqt6openglwidgets6:amd64 (6.4.2+dfsg-10) ...
#22 35.45 Setting up libgnuradio-channels3.10.5:amd64 (3.10.5.1-3) ...
#22 35.47 Setting up libqt6printsupport6:amd64 (6.4.2+dfsg-10) ...
#22 35.48 Setting up libqt5designer5:amd64 (5.15.8-2) ...
#22 35.49 Setting up python3-pyqt6 (6.4.2-1) ...
#22 35.62 Setting up pyqt6-dev-tools (6.4.2-1) ...
#22 35.77 Setting up libqt5svg5:amd64 (5.15.8-3) ...
#22 35.78 Setting up libqwt-qt5-6 (6.1.4-2) ...
#22 35.79 Setting up libgnuradio-qtgui3.10.5:amd64 (3.10.5.1-3) ...
#22 35.81 Setting up python3-pyqt5 (5.15.9+dfsg-1) ...
#22 35.94 Setting up pyqt5-dev-tools (5.15.9+dfsg-1) ...
#22 36.07 Setting up python3-pyqtgraph (0.13.1-4) ...
#22 36.55 Processing triggers for libc-bin (2.36-9+deb12u9) ...
#22 36.58 Processing triggers for man-db (2.11.2-2) ...
#22 36.60 Processing triggers for shared-mime-info (2.2-1) ...
#22 38.48 Processing triggers for mailcap (3.70+nmu1) ...
#22 38.50 Processing triggers for fontconfig (2.14.1-4) ...
#22 38.74 Processing triggers for libglib2.0-0:amd64 (2.74.6-2+deb12u4) ...
#22 38.77 Setting up libgtk-3-0:amd64 (3.24.38-2~deb12u3) ...
#22 38.80 Setting up libvte-2.91-0:amd64 (0.70.6-2~deb12u1) ...
#22 38.81 Setting up gnome-terminal (3.46.8-1) ...
#22 38.83 update-alternatives: using /usr/bin/gnome-terminal.wrapper to provide /usr/bin/x-terminal-emulator (x-terminal-emulator) in auto mode
#22 38.83 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 38.84 Setting up gnuradio (3.10.5.1-3) ...
#22 39.36 Processing triggers for libc-bin (2.36-9+deb12u9) ...
#22 DONE 39.8s

#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.335 + mkdir -p /tmp/mongodb
#23 0.336 + cd /tmp/mongodb
#23 0.336 + wget https://pgp.mongodb.com/server-5.0.asc -O /mongodb.key
#23 0.342 --2024-12-23 22:49:25--  https://pgp.mongodb.com/server-5.0.asc
#23 0.351 Resolving pgp.mongodb.com (pgp.mongodb.com)... 13.32.121.120, 13.32.121.128, 13.32.121.11, ...
#23 0.393 Connecting to pgp.mongodb.com (pgp.mongodb.com)|13.32.121.120|:443... connected.
#23 0.417 HTTP request sent, awaiting response... 200 OK
#23 0.721 Length: 1656 (1.6K) [binary/octet-stream]
#23 0.721 Saving to: ‘/mongodb.key’
#23 0.721 
#23 0.721      0K .                                                     100% 34.6M=0s
#23 0.721 
#23 0.721 2024-12-23 22:49:25 (34.6 MB/s) - ‘/mongodb.key’ saved [1656/1656]
#23 0.721 
#23 0.722 + wget http://security.debian.org/debian-security/pool/updates/main/o/openssl/libssl1.1_1.1.1n-0+deb10u6_amd64.deb
#23 0.726 --2024-12-23 22:49:25--  http://security.debian.org/debian-security/pool/updates/main/o/openssl/libssl1.1_1.1.1n-0+deb10u6_amd64.deb
#23 0.726 Resolving security.debian.org (security.debian.org)... 151.101.130.132, 151.101.66.132, 151.101.194.132, ...
#23 0.727 Connecting to security.debian.org (security.debian.org)|151.101.130.132|:80... connected.
#23 0.732 HTTP request sent, awaiting response... 200 OK
#23 0.738 Length: 1552428 (1.5M) [application/vnd.debian.binary-package]
#23 0.738 Saving to: ‘libssl1.1_1.1.1n-0+deb10u6_amd64.deb’
#23 0.739 
#23 0.739      0K .......... .......... .......... .......... ..........  3% 10.2M 0s
#23 0.743     50K .......... .......... .......... .......... ..........  6% 10.9M 0s
#23 0.748    100K .......... .......... .......... .......... ..........  9% 42.7M 0s
#23 0.749    150K .......... .......... .......... .......... .......... 13% 44.1M 0s
#23 0.750    200K .......... .......... .......... .......... .......... 16% 15.1M 0s
#23 0.753    250K .......... .......... .......... .......... .......... 19%  111M 0s
#23 0.754    300K .......... .......... .......... .......... .......... 23% 90.2M 0s
#23 0.754    350K .......... .......... .......... .......... .......... 26% 69.9M 0s
#23 0.755    400K .......... .......... .......... .......... .......... 29%  109M 0s
#23 0.755    450K .......... .......... .......... .......... .......... 32% 20.8M 0s
#23 0.758    500K .......... .......... .......... .......... .......... 36% 75.5M 0s
#23 0.758    550K .......... .......... .......... .......... .......... 39%  127M 0s
#23 0.759    600K .......... .......... .......... .......... .......... 42%  102M 0s
#23 0.759    650K .......... .......... .......... .......... .......... 46%  117M 0s
#23 0.760    700K .......... .......... .......... .......... .......... 49%  111M 0s
#23 0.760    750K .......... .......... .......... .......... .......... 52% 97.5M 0s
#23 0.761    800K .......... .......... .......... .......... .......... 56%  127M 0s
#23 0.761    850K .......... .......... .......... .......... .......... 59%  111M 0s
#23 0.761    900K .......... .......... .......... .......... .......... 62%  103M 0s
#23 0.762    950K .......... .......... .......... .......... .......... 65% 61.0M 0s
#23 0.763   1000K .......... .......... .......... .......... .......... 69%  120M 0s
#23 0.763   1050K .......... .......... .......... .......... .......... 72%  121M 0s
#23 0.763   1100K .......... .......... .......... .......... .......... 75%  100M 0s
#23 0.764   1150K .......... .......... .......... .......... .......... 79%  118M 0s
#23 0.764   1200K .......... .......... .......... .......... .......... 82%  119M 0s
#23 0.765   1250K .......... .......... .......... .......... .......... 85%  100M 0s
#23 0.765   1300K .......... .......... .......... .......... .......... 89%  118M 0s
#23 0.766   1350K .......... .......... .......... .......... .......... 92%  127M 0s
#23 0.766   1400K .......... .......... .......... .......... .......... 95% 95.8M 0s
#23 0.767   1450K .......... .......... .......... .......... .......... 98%  122M 0s
#23 0.767   1500K .......... ......                                     100% 46.0M=0.03s
#23 0.767 
#23 0.767 2024-12-23 22:49:25 (51.3 MB/s) - ‘libssl1.1_1.1.1n-0+deb10u6_amd64.deb’ saved [1552428/1552428]
#23 0.767 
#23 0.768 + dpkg -i libssl1.1_1.1.1n-0+deb10u6_amd64.deb
#23 0.815 Selecting previously unselected package libssl1.1:amd64.
#23 0.873 (Reading database ... 147349 files and directories currently installed.)
#23 0.876 Preparing to unpack libssl1.1_1.1.1n-0+deb10u6_amd64.deb ...
#23 0.882 Unpacking libssl1.1:amd64 (1.1.1n-0+deb10u6) ...
#23 0.987 Setting up libssl1.1:amd64 (1.1.1n-0+deb10u6) ...
#23 1.071 debconf: unable to initialize frontend: Dialog
#23 1.071 debconf: (TERM is not set, so the dialog frontend is not usable.)
#23 1.071 debconf: falling back to frontend: Readline
#23 1.080 debconf: unable to initialize frontend: Readline
#23 1.080 debconf: (This frontend requires a controlling tty.)
#23 1.080 debconf: falling back to frontend: Teletype
#23 1.113 Processing triggers for libc-bin (2.36-9+deb12u9) ...
#23 1.187 + echo deb [signed-by=/mongodb.key] http://repo.mongodb.org/apt/debian bullseye/mongodb-org/5.0 main
#23 1.187 + apt-get update
#23 1.244 Hit:1 http://deb.debian.org/debian bookworm InRelease
#23 1.244 Hit:2 http://deb.debian.org/debian bookworm-updates InRelease
#23 1.244 Hit:3 http://deb.debian.org/debian-security bookworm-security InRelease
#23 1.263 Hit:4 https://downloads.osmocom.org/packages/osmocom:/nightly/Debian_12 ./ InRelease
#23 1.333 Get:5 http://repo.mongodb.org/apt/debian bullseye/mongodb-org/5.0 InRelease [2,951 B]
#23 1.776 Get:6 http://repo.mongodb.org/apt/debian bullseye/mongodb-org/5.0/main amd64 Packages [85.9 kB]
#23 1.807 Fetched 88.9 kB in 1s (149 kB/s)
#23 1.807 Reading package lists...
#23 2.216 + apt-get install -y mongodb-org
#23 2.223 Reading package lists...
#23 2.628 Building dependency tree...
#23 2.729 Reading state information...
#23 2.823 The following additional packages will be installed:
#23 2.823   mongodb-database-tools mongodb-mongosh mongodb-org-database
#23 2.823   mongodb-org-database-tools-extra mongodb-org-mongos mongodb-org-server
#23 2.823   mongodb-org-shell mongodb-org-tools
#23 2.843 The following NEW packages will be installed:
#23 2.843   mongodb-database-tools mongodb-mongosh mongodb-org mongodb-org-database
#23 2.843   mongodb-org-database-tools-extra mongodb-org-mongos mongodb-org-server
#23 2.844   mongodb-org-shell mongodb-org-tools
#23 3.019 0 upgraded, 9 newly installed, 0 to remove and 2 not upgraded.
#23 3.019 Need to get 161 MB of archives.
#23 3.019 After this operation, 516 MB of additional disk space will be used.
#23 3.019 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 3.733 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 4.246 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 4.431 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 4.843 Get:5 http://repo.mongodb.org/apt/debian bullseye/mongodb-org/5.0/main amd64 mongodb-org-mongos amd64 5.0.30 [18.9 MB]
#23 5.151 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 5.257 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 5.464 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 5.581 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 5.747 debconf: delaying package configuration, since apt-utils is not installed
#23 5.809 Fetched 161 MB in 3s (59.0 MB/s)
#23 5.869 Selecting previously unselected package mongodb-database-tools.
#23 5.869 (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 5.930 Preparing to unpack .../0-mongodb-database-tools_100.10.0_amd64.deb ...
#23 5.942 Unpacking mongodb-database-tools (100.10.0) ...
#23 6.744 Selecting previously unselected package mongodb-mongosh.
#23 6.755 Preparing to unpack .../1-mongodb-mongosh_2.3.7_amd64.deb ...
#23 6.766 Unpacking mongodb-mongosh (2.3.7) ...
#23 8.161 Selecting previously unselected package mongodb-org-shell.
#23 8.171 Preparing to unpack .../2-mongodb-org-shell_5.0.30_amd64.deb ...
#23 8.175 Unpacking mongodb-org-shell (5.0.30) ...
#23 8.811 Selecting previously unselected package mongodb-org-server.
#23 8.822 Preparing to unpack .../3-mongodb-org-server_5.0.30_amd64.deb ...
#23 8.836 Unpacking mongodb-org-server (5.0.30) ...
#23 9.639 Selecting previously unselected package mongodb-org-mongos.
#23 9.652 Preparing to unpack .../4-mongodb-org-mongos_5.0.30_amd64.deb ...
#23 9.663 Unpacking mongodb-org-mongos (5.0.30) ...
#23 10.34 Selecting previously unselected package mongodb-org-database-tools-extra.
#23 10.35 Preparing to unpack .../5-mongodb-org-database-tools-extra_5.0.30_amd64.deb ...
#23 10.37 Unpacking mongodb-org-database-tools-extra (5.0.30) ...
#23 10.48 Selecting previously unselected package mongodb-org-database.
#23 10.49 Preparing to unpack .../6-mongodb-org-database_5.0.30_amd64.deb ...
#23 10.51 Unpacking mongodb-org-database (5.0.30) ...
#23 10.60 Selecting previously unselected package mongodb-org-tools.
#23 10.62 Preparing to unpack .../7-mongodb-org-tools_5.0.30_amd64.deb ...
#23 10.63 Unpacking mongodb-org-tools (5.0.30) ...
#23 10.72 Selecting previously unselected package mongodb-org.
#23 10.74 Preparing to unpack .../8-mongodb-org_5.0.30_amd64.deb ...
#23 10.75 Unpacking mongodb-org (5.0.30) ...
#23 10.86 Setting up mongodb-mongosh (2.3.7) ...
#23 10.91 Setting up mongodb-org-server (5.0.30) ...
#23 10.97 Adding system user `mongodb' (UID 104) ...
#23 10.97 Adding new user `mongodb' (UID 104) with group `nogroup' ...
#23 11.07 Not creating `/nonexistent'.
#23 11.10 Adding group `mongodb' (GID 106) ...
#23 11.15 Done.
#23 11.18 Adding user `mongodb' to group `mongodb' ...
#23 11.23 Done.
#23 11.24 System has not been booted with systemd as init system (PID 1). Can't operate.

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

#23 11.25 Setting up mongodb-org-shell (5.0.30) ...
#23 11.26 Setting up mongodb-database-tools (100.10.0) ...
#23 11.27 Setting up mongodb-org-mongos (5.0.30) ...
#23 11.28 Setting up mongodb-org-database-tools-extra (5.0.30) ...
#23 11.29 Setting up mongodb-org-database (5.0.30) ...
#23 11.30 Setting up mongodb-org-tools (5.0.30) ...
#23 11.31 Setting up mongodb-org (5.0.30) ...
#23 11.32 Processing triggers for man-db (2.11.2-2) ...
#23 11.40 + apt-get clean
#23 11.41 + cd /
#23 11.41 + rm -rf /tmp/mongodb
#23 11.41 + rm /etc/apt/sources.list.d/mongodb-org.list
#23 11.41 + sed -i s/127.0.0.1/172.18.50.2/g /etc/mongod.conf
#23 DONE 11.8s

#24 [19/28] RUN	IF [ "$(arch)" = "x86_64" ]; then 		apt-get update && 		apt-get install -y --no-install-recommends 			python3-pip 			python3-setuptools 			python3-wheel 			ninja-build 			build-essential 			flex 			bison 			git 			libsctp-dev 			libgnutls28-dev 			libgcrypt-dev 			libssl-dev 			libidn11-dev 			libmongoc-dev 			libbson-dev 			libyaml-dev 			libnghttp2-dev 			libmicrohttpd-dev 			libcurl4-gnutls-dev 			libnghttp2-dev 			meson && 		apt-get clean; 	fi
#24 0.341 Hit:1 http://deb.debian.org/debian bookworm InRelease
#24 0.341 Hit:2 http://deb.debian.org/debian bookworm-updates InRelease
#24 0.341 Hit:3 http://deb.debian.org/debian-security bookworm-security InRelease
#24 0.357 Hit:4 https://downloads.osmocom.org/packages/osmocom:/nightly/Debian_12 ./ InRelease
#24 0.602 Reading package lists...
#24 1.016 Reading package lists...
#24 1.423 Building dependency tree...
#24 1.532 Reading state information...
#24 1.643 python3-pip is already the newest version (23.0.1+dfsg-1).
#24 1.643 python3-setuptools is already the newest version (66.1.1-1).
#24 1.643 python3-wheel is already the newest version (0.38.4-2).
#24 1.643 build-essential is already the newest version (12.9).
#24 1.643 flex is already the newest version (2.6.4-8.2).
#24 1.643 bison is already the newest version (2:3.8.2+dfsg-1+b1).
#24 1.643 git is already the newest version (1:2.39.5-0+deb12u1).
#24 1.643 libsctp-dev is already the newest version (1.0.19+dfsg-2).
#24 1.643 libgnutls28-dev is already the newest version (3.7.9-2+deb12u3).
#24 1.643 libssl-dev is already the newest version (3.0.15-1~deb12u1).
#24 1.643 libmicrohttpd-dev is already the newest version (0.9.75-6).
#24 1.643 libmicrohttpd-dev set to manually installed.
#24 1.643 libcurl4-gnutls-dev is already the newest version (7.88.1-10+deb12u8).
#24 1.643 libcurl4-gnutls-dev set to manually installed.
#24 1.643 The following additional packages will be installed:
#24 1.643   libbson-1.0-0 libgpg-error-dev libidn-dev libintelrdfpmath-dev
#24 1.644   libmongoc-1.0-0 libmongocrypt-dev libmongocrypt0 libsasl2-dev libsnappy-dev
#24 1.644   libsnappy1v5 libzstd-dev
#24 1.645 Suggested packages:
#24 1.645   libgcrypt20-doc idn libnghttp2-doc libyaml-doc
#24 1.759 The following NEW packages will be installed:
#24 1.759   libbson-1.0-0 libbson-dev libgcrypt20-dev libgpg-error-dev libidn-dev
#24 1.759   libidn11-dev libintelrdfpmath-dev libmongoc-1.0-0 libmongoc-dev
#24 1.759   libmongocrypt-dev libmongocrypt0 libnghttp2-dev libsasl2-dev libsnappy-dev
#24 1.759   libsnappy1v5 libyaml-dev libzstd-dev meson ninja-build
#24 1.794 0 upgraded, 19 newly installed, 0 to remove and 2 not upgraded.
#24 1.794 Need to get 11.6 MB of archives.
#24 1.794 After this operation, 93.4 MB of additional disk space will be used.
#24 1.794 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.807 Get:2 http://deb.debian.org/debian bookworm/main amd64 libbson-dev amd64 1.23.1-1+b1 [129 kB]
#24 1.813 Get:3 http://deb.debian.org/debian bookworm/main amd64 libgpg-error-dev amd64 1.46-1 [133 kB]
#24 1.815 Get:4 http://deb.debian.org/debian bookworm/main amd64 libgcrypt20-dev amd64 1.10.1-3 [752 kB]
#24 1.828 Get:5 http://deb.debian.org/debian bookworm/main amd64 libidn-dev amd64 1.41-1 [190 kB]
#24 1.829 Get:6 http://deb.debian.org/debian bookworm/main amd64 libidn11-dev amd64 1.41-1 [42.4 kB]
#24 1.830 Get:7 http://deb.debian.org/debian bookworm/main amd64 libintelrdfpmath-dev amd64 2.0u2-8 [6,475 kB]
#24 1.888 Get:8 http://deb.debian.org/debian bookworm/main amd64 libmongocrypt0 amd64 1.7.2-1 [1,313 kB]
#24 1.896 Get:9 http://deb.debian.org/debian bookworm/main amd64 libsnappy1v5 amd64 1.1.9-3 [26.0 kB]
#24 1.896 Get:10 http://deb.debian.org/debian bookworm/main amd64 libmongoc-1.0-0 amd64 1.23.1-1+b1 [304 kB]
#24 1.899 Get:11 http://deb.debian.org/debian bookworm/main amd64 libmongocrypt-dev amd64 1.7.2-1 [263 kB]
#24 1.901 Get:12 http://deb.debian.org/debian bookworm/main amd64 libsnappy-dev amd64 1.1.9-3 [39.2 kB]
#24 1.901 Get:13 http://deb.debian.org/debian bookworm/main amd64 libsasl2-dev amd64 2.1.28+dfsg-10 [235 kB]
#24 1.903 Get:14 http://deb.debian.org/debian bookworm/main amd64 libzstd-dev amd64 1.5.4+dfsg2-5 [354 kB]
#24 1.906 Get:15 http://deb.debian.org/debian bookworm/main amd64 libmongoc-dev amd64 1.23.1-1+b1 [365 kB]
#24 1.909 Get:16 http://deb.debian.org/debian bookworm/main amd64 libnghttp2-dev amd64 1.52.0-1+deb12u2 [110 kB]
#24 1.910 Get:17 http://deb.debian.org/debian bookworm/main amd64 libyaml-dev amd64 0.2.5-1 [64.5 kB]
#24 1.911 Get:18 http://deb.debian.org/debian bookworm/main amd64 ninja-build amd64 1.11.1-2~deb12u1 [135 kB]
#24 1.912 Get:19 http://deb.debian.org/debian bookworm/main amd64 meson all 1.0.1-5 [548 kB]
#24 2.091 debconf: delaying package configuration, since apt-utils is not installed
#24 2.138 Fetched 11.6 MB in 0s (75.3 MB/s)
#24 2.171 Selecting previously unselected package libbson-1.0-0.
#24 2.171 (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.244 Preparing to unpack .../00-libbson-1.0-0_1.23.1-1+b1_amd64.deb ...
#24 2.253 Unpacking libbson-1.0-0 (1.23.1-1+b1) ...
#24 2.303 Selecting previously unselected package libbson-dev.
#24 2.312 Preparing to unpack .../01-libbson-dev_1.23.1-1+b1_amd64.deb ...
#24 2.315 Unpacking libbson-dev (1.23.1-1+b1) ...
#24 2.374 Selecting previously unselected package libgpg-error-dev.
#24 2.383 Preparing to unpack .../02-libgpg-error-dev_1.46-1_amd64.deb ...
#24 2.386 Unpacking libgpg-error-dev (1.46-1) ...
#24 2.432 Selecting previously unselected package libgcrypt20-dev.
#24 2.443 Preparing to unpack .../03-libgcrypt20-dev_1.10.1-3_amd64.deb ...
#24 2.449 Unpacking libgcrypt20-dev (1.10.1-3) ...
#24 2.533 Selecting previously unselected package libidn-dev:amd64.
#24 2.545 Preparing to unpack .../04-libidn-dev_1.41-1_amd64.deb ...
#24 2.548 Unpacking libidn-dev:amd64 (1.41-1) ...
#24 2.615 Selecting previously unselected package libidn11-dev:amd64.
#24 2.623 Preparing to unpack .../05-libidn11-dev_1.41-1_amd64.deb ...
#24 2.628 Unpacking libidn11-dev:amd64 (1.41-1) ...
#24 2.671 Selecting previously unselected package libintelrdfpmath-dev:amd64.
#24 2.682 Preparing to unpack .../06-libintelrdfpmath-dev_2.0u2-8_amd64.deb ...
#24 2.685 Unpacking libintelrdfpmath-dev:amd64 (2.0u2-8) ...
#24 3.088 Selecting previously unselected package libmongocrypt0:amd64.
#24 3.098 Preparing to unpack .../07-libmongocrypt0_1.7.2-1_amd64.deb ...
#24 3.101 Unpacking libmongocrypt0:amd64 (1.7.2-1) ...
#24 3.211 Selecting previously unselected package libsnappy1v5:amd64.
#24 3.222 Preparing to unpack .../08-libsnappy1v5_1.1.9-3_amd64.deb ...
#24 3.225 Unpacking libsnappy1v5:amd64 (1.1.9-3) ...
#24 3.275 Selecting previously unselected package libmongoc-1.0-0.
#24 3.287 Preparing to unpack .../09-libmongoc-1.0-0_1.23.1-1+b1_amd64.deb ...
#24 3.290 Unpacking libmongoc-1.0-0 (1.23.1-1+b1) ...
#24 3.354 Selecting previously unselected package libmongocrypt-dev:amd64.
#24 3.363 Preparing to unpack .../10-libmongocrypt-dev_1.7.2-1_amd64.deb ...
#24 3.366 Unpacking libmongocrypt-dev:amd64 (1.7.2-1) ...
#24 3.435 Selecting previously unselected package libsnappy-dev:amd64.
#24 3.445 Preparing to unpack .../11-libsnappy-dev_1.1.9-3_amd64.deb ...
#24 3.448 Unpacking libsnappy-dev:amd64 (1.1.9-3) ...
#24 3.493 Selecting previously unselected package libsasl2-dev.
#24 3.501 Preparing to unpack .../12-libsasl2-dev_2.1.28+dfsg-10_amd64.deb ...
#24 3.505 Unpacking libsasl2-dev (2.1.28+dfsg-10) ...
#24 3.567 Selecting previously unselected package libzstd-dev:amd64.
#24 3.577 Preparing to unpack .../13-libzstd-dev_1.5.4+dfsg2-5_amd64.deb ...
#24 3.580 Unpacking libzstd-dev:amd64 (1.5.4+dfsg2-5) ...
#24 3.646 Selecting previously unselected package libmongoc-dev.
#24 3.656 Preparing to unpack .../14-libmongoc-dev_1.23.1-1+b1_amd64.deb ...
#24 3.659 Unpacking libmongoc-dev (1.23.1-1+b1) ...
#24 3.728 Selecting previously unselected package libnghttp2-dev:amd64.
#24 3.737 Preparing to unpack .../15-libnghttp2-dev_1.52.0-1+deb12u2_amd64.deb ...
#24 3.740 Unpacking libnghttp2-dev:amd64 (1.52.0-1+deb12u2) ...
#24 3.793 Selecting previously unselected package libyaml-dev:amd64.
#24 3.802 Preparing to unpack .../16-libyaml-dev_0.2.5-1_amd64.deb ...
#24 3.806 Unpacking libyaml-dev:amd64 (0.2.5-1) ...
#24 3.852 Selecting previously unselected package ninja-build.
#24 3.861 Preparing to unpack .../17-ninja-build_1.11.1-2~deb12u1_amd64.deb ...
#24 3.866 Unpacking ninja-build (1.11.1-2~deb12u1) ...
#24 3.929 Selecting previously unselected package meson.
#24 3.941 Preparing to unpack .../18-meson_1.0.1-5_all.deb ...
#24 3.945 Unpacking meson (1.0.1-5) ...
#24 4.067 Setting up libnghttp2-dev:amd64 (1.52.0-1+deb12u2) ...
#24 4.076 Setting up libzstd-dev:amd64 (1.5.4+dfsg2-5) ...
#24 4.087 Setting up libyaml-dev:amd64 (0.2.5-1) ...
#24 4.098 Setting up ninja-build (1.11.1-2~deb12u1) ...
#24 4.108 Setting up libsnappy1v5:amd64 (1.1.9-3) ...
#24 4.118 Setting up libsasl2-dev (2.1.28+dfsg-10) ...
#24 4.127 Setting up libgpg-error-dev (1.46-1) ...
#24 4.139 Setting up libbson-1.0-0 (1.23.1-1+b1) ...
#24 4.149 Setting up libidn-dev:amd64 (1.41-1) ...
#24 4.159 Setting up libintelrdfpmath-dev:amd64 (2.0u2-8) ...
#24 4.169 Setting up libmongocrypt0:amd64 (1.7.2-1) ...
#24 4.180 Setting up libbson-dev (1.23.1-1+b1) ...
#24 4.190 Setting up libidn11-dev:amd64 (1.41-1) ...
#24 4.201 Setting up libsnappy-dev:amd64 (1.1.9-3) ...
#24 4.211 Setting up meson (1.0.1-5) ...
#24 4.738 Setting up libmongocrypt-dev:amd64 (1.7.2-1) ...
#24 4.750 Setting up libmongoc-1.0-0 (1.23.1-1+b1) ...
#24 4.760 Setting up libgcrypt20-dev (1.10.1-3) ...
#24 4.774 Setting up libmongoc-dev (1.23.1-1+b1) ...
#24 4.784 Processing triggers for man-db (2.11.2-2) ...
#24 4.803 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.276 Cloning into 'osmo-gsm-tester'...
#26 DONE 0.5s

#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.423 Already on 'master'
#28 0.423 Your branch is up to date with 'origin/master'.
#28 0.425 refs/heads/master
#28 0.451 HEAD is now at f7d64b0 jenkins.sh: libosmo-netif no longer depends on libosmo-abis
#28 0.453 master
#28 0.454 f7d64b0bcf946ec21ce9c7562194343a12213a80
#28 DONE 0.5s

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

#30 [25/28] RUN     mkdir -p /etc/sudoers.d/ && cp osmo-gsm-tester/utils/sudoers.d/* /etc/sudoers.d/
#30 DONE 0.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.0s

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

#34 exporting to image
#34 exporting layers
#34 exporting layers 4.5s done
#34 writing image sha256:67a08aafb39a565d233777e3c9cd250f68561d0856579a5d0824cf8f7c32909c done
#34 naming to docker.io/osmocom-build/osmo-gsm-tester:latest done
#34 DONE 4.5s
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=7823 -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-23 22:49:48
+ trial_dir_prefix=trial-
+ rm -rf trial-*
+ trial_dir=trial-7823
+ mkdir -p trial-7823
+ mv open5gs.build-8.tgz osmo-bsc.build-2024-12-23_13_27_17.tgz osmo-bts-oc2g.build-2024-12-23_00_51_50.tgz osmo-bts-sysmo.build-2024-12-23_00_52_21.tgz osmo-bts.build-2024-12-23_00_53_08.tgz osmo-ggsn.build-2024-12-23_20_43_10.tgz osmo-hlr.build-2024-12-23_16_37_38.tgz osmo-hnbgw.build-2024-12-23_13_34_54.tgz osmo-mgw.build-2024-12-23_10_53_40.tgz osmo-msc.build-2024-12-23_13_36_05.tgz osmo-nitb.build-17155.tgz osmo-pcu-oc2g.build-2024-12-23_07_44_00.tgz osmo-pcu-sysmo.build-2024-12-23_07_42_24.tgz osmo-pcu.build-2024-12-23_07_43_16.tgz osmo-sgsn.build-2024-12-23_20_50_45.tgz osmo-stp.build-2024-12-23_13_26_27.tgz osmo-trx.build-2024-12-23_14_27_05.tgz osmocom-bb.build-2024-12-23_21_18_17.tgz srslte.build-19.tgz trial-7823
+ cat open5gs.build-8.md5 osmo-bsc.build-2024-12-23_13_27_17.md5 osmo-bts-oc2g.build-2024-12-23_00_51_50.md5 osmo-bts-sysmo.build-2024-12-23_00_52_21.md5 osmo-bts.build-2024-12-23_00_53_08.md5 osmo-ggsn.build-2024-12-23_20_43_10.md5 osmo-hlr.build-2024-12-23_16_37_38.md5 osmo-hnbgw.build-2024-12-23_13_34_54.md5 osmo-mgw.build-2024-12-23_10_53_40.md5 osmo-msc.build-2024-12-23_13_36_05.md5 osmo-nitb.build-17155.md5 osmo-pcu-oc2g.build-2024-12-23_07_44_00.md5 osmo-pcu-sysmo.build-2024-12-23_07_42_24.md5 osmo-pcu.build-2024-12-23_07_43_16.md5 osmo-sgsn.build-2024-12-23_20_50_45.md5 osmo-stp.build-2024-12-23_13_26_27.md5 osmo-trx.build-2024-12-23_14_27_05.md5 osmocom-bb.build-2024-12-23_21_18_17.md5 srslte.build-19.md5
+ rm open5gs.build-8.md5 osmo-bsc.build-2024-12-23_13_27_17.md5 osmo-bts-oc2g.build-2024-12-23_00_51_50.md5 osmo-bts-sysmo.build-2024-12-23_00_52_21.md5 osmo-bts.build-2024-12-23_00_53_08.md5 osmo-ggsn.build-2024-12-23_20_43_10.md5 osmo-hlr.build-2024-12-23_16_37_38.md5 osmo-hnbgw.build-2024-12-23_13_34_54.md5 osmo-mgw.build-2024-12-23_10_53_40.md5 osmo-msc.build-2024-12-23_13_36_05.md5 osmo-nitb.build-17155.md5 osmo-pcu-oc2g.build-2024-12-23_07_44_00.md5 osmo-pcu-sysmo.build-2024-12-23_07_42_24.md5 osmo-pcu.build-2024-12-23_07_43_16.md5 osmo-sgsn.build-2024-12-23_20_50_45.md5 osmo-stp.build-2024-12-23_13_26_27.md5 osmo-trx.build-2024-12-23_14_27_05.md5 osmocom-bb.build-2024-12-23_21_18_17.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-7823 -s netreg_mass
combinations: ['netreg_mass']
trial: 'trial-7823'
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-7823
--------------------------------------------------------------------------------------------
22:49:49.115008 tst                       trial-7823: Detailed log at /build/trial-7823/run.2024-12-23_22-49-49/log

---------------------------------------------------------------------
trial-7823 netreg_mass
---------------------------------------------------------------------
22:49:49.397171 tst                      netreg_mass: reserving resources in /var/tmp/osmo-gsm-tester/state ...
22:49:49.397870 tst                      netreg_mass: Verifying 1 x bts (candidates: 1)
22:49:49.399311 tst                      netreg_mass: Verifying 6 x ip_address (candidates: 9)
22:49:49.401663 tst                      netreg_mass: Verifying 100 x modem (candidates: 100)
22:49:49.468601 tst                      netreg_mass: Reserving 1 x bts (candidates: 1)
22:49:49.469980 tst                      netreg_mass: Reserving 6 x ip_address (candidates: 9)
22:49:49.472276 tst                      netreg_mass: Reserving 100 x modem (candidates: 100)
22:49:49.617677 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-7823 netreg_mass register_default_mass.py
----------------------------------------------
22:49:49.618977 tst       register_default_mass.py:9: Claiming resources for the test
22:49:49.649082 tst                      netreg_mass: Using 1 x ip_address (candidates: 6)
22:49:49.649990 tst                      netreg_mass: Using 1 x ip_address (candidates: 6)
22:49:49.650857 tst                      netreg_mass: Using 1 x ip_address (candidates: 6)
22:49:49.651702 tst                      netreg_mass: Using 1 x ip_address (candidates: 6)
22:49:49.652531 tst                      netreg_mass: Using 1 x ip_address (candidates: 6)
22:49:49.653385 tst                      netreg_mass: Using 1 x ip_address (candidates: 6)
22:49:49.654225 tst                      netreg_mass: Using 1 x bts (candidates: 1)
22:49:49.688423 tst         register_default_mass.py: using LAC 2
22:49:49.701852 tst         register_default_mass.py: using RAC 2
22:49:49.716399 tst         register_default_mass.py: using CellId 2
22:49:49.730162 tst         register_default_mass.py: using BVCI 3
22:49:49.740953 tst                      netreg_mass: Using 1 x modem (candidates: 100)
22:49:49.741974 tst                      netreg_mass: Using 1 x modem (candidates: 100)
22:49:49.742960 tst                      netreg_mass: Using 1 x modem (candidates: 100)
22:49:49.743975 tst                      netreg_mass: Using 1 x modem (candidates: 100)
22:49:49.744961 tst                      netreg_mass: Using 1 x modem (candidates: 100)
22:49:49.745945 tst                      netreg_mass: Using 1 x modem (candidates: 100)
22:49:49.746918 tst                      netreg_mass: Using 1 x modem (candidates: 100)
22:49:49.747923 tst                      netreg_mass: Using 1 x modem (candidates: 100)
22:49:49.748897 tst                      netreg_mass: Using 1 x modem (candidates: 100)
22:49:49.749853 tst                      netreg_mass: Using 1 x modem (candidates: 100)
22:49:49.750804 tst                      netreg_mass: Using 1 x modem (candidates: 100)
22:49:49.751792 tst                      netreg_mass: Using 1 x modem (candidates: 100)
22:49:49.752778 tst                      netreg_mass: Using 1 x modem (candidates: 100)
22:49:49.753767 tst                      netreg_mass: Using 1 x modem (candidates: 100)
22:49:49.754738 tst                      netreg_mass: Using 1 x modem (candidates: 100)
22:49:49.755733 tst                      netreg_mass: Using 1 x modem (candidates: 100)
22:49:49.756714 tst                      netreg_mass: Using 1 x modem (candidates: 100)
22:49:49.757684 tst                      netreg_mass: Using 1 x modem (candidates: 100)
22:49:49.758652 tst                      netreg_mass: Using 1 x modem (candidates: 100)
22:49:49.759644 tst                      netreg_mass: Using 1 x modem (candidates: 100)
22:49:49.760613 tst                      netreg_mass: Using 1 x modem (candidates: 100)
22:49:49.761586 tst                      netreg_mass: Using 1 x modem (candidates: 100)
22:49:49.762570 tst                      netreg_mass: Using 1 x modem (candidates: 100)
22:49:49.763596 tst                      netreg_mass: Using 1 x modem (candidates: 100)
22:49:49.764592 tst                      netreg_mass: Using 1 x modem (candidates: 100)
22:49:49.765586 tst                      netreg_mass: Using 1 x modem (candidates: 100)
22:49:49.766593 tst                      netreg_mass: Using 1 x modem (candidates: 100)
22:49:49.767603 tst                      netreg_mass: Using 1 x modem (candidates: 100)
22:49:49.768578 tst                      netreg_mass: Using 1 x modem (candidates: 100)
22:49:49.769556 tst                      netreg_mass: Using 1 x modem (candidates: 100)
22:49:49.770523 tst                      netreg_mass: Using 1 x modem (candidates: 100)
22:49:49.771493 tst                      netreg_mass: Using 1 x modem (candidates: 100)
22:49:49.772483 tst                      netreg_mass: Using 1 x modem (candidates: 100)
22:49:49.773472 tst                      netreg_mass: Using 1 x modem (candidates: 100)
22:49:49.774446 tst                      netreg_mass: Using 1 x modem (candidates: 100)
22:49:49.775425 tst                      netreg_mass: Using 1 x modem (candidates: 100)
22:49:49.776401 tst                      netreg_mass: Using 1 x modem (candidates: 100)
22:49:49.777372 tst                      netreg_mass: Using 1 x modem (candidates: 100)
22:49:49.778343 tst                      netreg_mass: Using 1 x modem (candidates: 100)
22:49:49.779306 tst                      netreg_mass: Using 1 x modem (candidates: 100)
22:49:49.780274 tst                      netreg_mass: Using 1 x modem (candidates: 100)
22:49:49.781230 tst                      netreg_mass: Using 1 x modem (candidates: 100)
22:49:49.782194 tst                      netreg_mass: Using 1 x modem (candidates: 100)
22:49:49.783149 tst                      netreg_mass: Using 1 x modem (candidates: 100)
22:49:49.784119 tst                      netreg_mass: Using 1 x modem (candidates: 100)
22:49:49.785107 tst                      netreg_mass: Using 1 x modem (candidates: 100)
22:49:49.786089 tst                      netreg_mass: Using 1 x modem (candidates: 100)
22:49:49.787055 tst                      netreg_mass: Using 1 x modem (candidates: 100)
22:49:49.788071 tst                      netreg_mass: Using 1 x modem (candidates: 100)
22:49:49.789008 tst                      netreg_mass: Using 1 x modem (candidates: 100)
22:49:49.789948 tst                      netreg_mass: Using 1 x modem (candidates: 100)
22:49:49.790871 tst                      netreg_mass: Using 1 x modem (candidates: 100)
22:49:49.791820 tst                      netreg_mass: Using 1 x modem (candidates: 100)
22:49:49.792756 tst                      netreg_mass: Using 1 x modem (candidates: 100)
22:49:49.793717 tst                      netreg_mass: Using 1 x modem (candidates: 100)
22:49:49.794700 tst                      netreg_mass: Using 1 x modem (candidates: 100)
22:49:49.795693 tst                      netreg_mass: Using 1 x modem (candidates: 100)
22:49:49.797402 tst                      netreg_mass: Using 1 x modem (candidates: 100)
22:49:49.799239 tst                      netreg_mass: Using 1 x modem (candidates: 100)
22:49:49.800576 tst                      netreg_mass: Using 1 x modem (candidates: 100)
22:49:49.801519 tst                      netreg_mass: Using 1 x modem (candidates: 100)
22:49:49.802464 tst                      netreg_mass: Using 1 x modem (candidates: 100)
22:49:49.803425 tst                      netreg_mass: Using 1 x modem (candidates: 100)
22:49:49.804439 tst                      netreg_mass: Using 1 x modem (candidates: 100)
22:49:49.805410 tst                      netreg_mass: Using 1 x modem (candidates: 100)
22:49:49.806366 tst                      netreg_mass: Using 1 x modem (candidates: 100)
22:49:49.807316 tst                      netreg_mass: Using 1 x modem (candidates: 100)
22:49:49.808326 tst                      netreg_mass: Using 1 x modem (candidates: 100)
22:49:49.809331 tst                      netreg_mass: Using 1 x modem (candidates: 100)
22:49:49.810333 tst                      netreg_mass: Using 1 x modem (candidates: 100)
22:49:49.811291 tst                      netreg_mass: Using 1 x modem (candidates: 100)
22:49:49.812287 tst                      netreg_mass: Using 1 x modem (candidates: 100)
22:49:49.813308 tst                      netreg_mass: Using 1 x modem (candidates: 100)
22:49:49.814434 tst                      netreg_mass: Using 1 x modem (candidates: 100)
22:49:49.815410 tst                      netreg_mass: Using 1 x modem (candidates: 100)
22:49:49.816430 tst                      netreg_mass: Using 1 x modem (candidates: 100)
22:49:49.817405 tst                      netreg_mass: Using 1 x modem (candidates: 100)
22:49:49.818409 tst                      netreg_mass: Using 1 x modem (candidates: 100)
22:49:49.819393 tst                      netreg_mass: Using 1 x modem (candidates: 100)
22:49:49.820377 tst                      netreg_mass: Using 1 x modem (candidates: 100)
22:49:49.821343 tst                      netreg_mass: Using 1 x modem (candidates: 100)
22:49:49.822312 tst                      netreg_mass: Using 1 x modem (candidates: 100)
22:49:49.823277 tst                      netreg_mass: Using 1 x modem (candidates: 100)
22:49:49.824267 tst                      netreg_mass: Using 1 x modem (candidates: 100)
22:49:49.825234 tst                      netreg_mass: Using 1 x modem (candidates: 100)
22:49:49.826239 tst                      netreg_mass: Using 1 x modem (candidates: 100)
22:49:49.827239 tst                      netreg_mass: Using 1 x modem (candidates: 100)
22:49:49.828339 tst                      netreg_mass: Using 1 x modem (candidates: 100)
22:49:49.829331 tst                      netreg_mass: Using 1 x modem (candidates: 100)
22:49:49.830317 tst                      netreg_mass: Using 1 x modem (candidates: 100)
22:49:49.831298 tst                      netreg_mass: Using 1 x modem (candidates: 100)
22:49:49.832289 tst                      netreg_mass: Using 1 x modem (candidates: 100)
22:49:49.833263 tst                      netreg_mass: Using 1 x modem (candidates: 100)
22:49:49.834228 tst                      netreg_mass: Using 1 x modem (candidates: 100)
22:49:49.835183 tst                      netreg_mass: Using 1 x modem (candidates: 100)
22:49:49.836198 tst                      netreg_mass: Using 1 x modem (candidates: 100)
22:49:49.837182 tst                      netreg_mass: Using 1 x modem (candidates: 100)
22:49:49.838159 tst                      netreg_mass: Using 1 x modem (candidates: 100)
22:49:49.839129 tst                      netreg_mass: Using 1 x modem (candidates: 100)
22:49:49.840114 tst                      netreg_mass: Using 1 x modem (candidates: 100)
22:49:49.841078 tst                      netreg_mass: Using 1 x modem (candidates: 100)
22:49:49.842150 tst      register_default_mass.py:21: Launching a simple network
22:49:49.862618 run              osmo-hlr_127.0.42.2: Starting osmo-hlr
22:49:50.071976 run            create_hlr_db(pid=20): Launched
22:49:51.095653 run            create_hlr_db(pid=20): Terminated: ok {rc=0}
22:49:51.132419 run pcap-recorder_any(filters='host 127.0.42.2')(pid=22): Launched
22:49:51.164089 run      osmo-hlr_127.0.42.2(pid=23): Launched
22:49:51.175710 run              osmo-stp_127.0.42.5: Starting osmo-stp
22:49:51.480044 run pcap-recorder_any(filters='host 127.0.42.5 and port not 22')(pid=24): Launched
22:49:51.509771 run      osmo-stp_127.0.42.5(pid=25): Launched
22:49:51.520803 run              osmo-msc_127.0.42.6: Starting osmo-msc
22:49:52.199838 run pcap-recorder_any(filters='host 127.0.42.6 and port not 22')(pid=26): Launched
22:49:52.229774 run      osmo-msc_127.0.42.6(pid=27): Launched
22:49:55.250701 run              osmo-mgw_127.0.42.3: Starting osmo-mgw
22:49:55.446935 run pcap-recorder_any(filters='host 127.0.42.3 and port not 22')(pid=28): Launched
22:49:55.477633 run      osmo-mgw_127.0.42.3(pid=29): Launched
22:49:55.488929 run              osmo-mgw_127.0.42.4: Starting osmo-mgw
22:49:55.536279 run pcap-recorder_any(filters='host 127.0.42.4 and port not 22')(pid=30): Launched
22:49:55.566685 run      osmo-mgw_127.0.42.4(pid=31): Launched
22:49:55.578533 run              osmo-bsc_127.0.42.7: Starting osmo-bsc
22:49:56.083914 run pcap-recorder_any(filters='host 127.0.42.7 and port not 22')(pid=32): Launched
22:49:56.114111 run      osmo-bsc_127.0.42.7(pid=33): Launched
22:50:02.152167 run                 osmo-bts-virtual: Starting to connect to osmo-bsc_127.0.42.7
22:50:02.425645 run         osmo-bts-virtual(pid=34): Launched
22:50:03.469526 tst         register_default_mass.py: using MSISDN 1001
22:50:03.482494 run              osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001010000000000', msisdn='1001', subscriber_id=1}
22:50:03.502024 tst         register_default_mass.py: using MSISDN 1002
22:50:03.521524 run              osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001010000000001', msisdn='1002', subscriber_id=2}
22:50:03.539491 tst         register_default_mass.py: using MSISDN 1003
22:50:03.554675 run              osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001010000000002', msisdn='1003', subscriber_id=3}
22:50:03.570877 tst         register_default_mass.py: using MSISDN 1004
22:50:03.582558 run              osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001010000000003', msisdn='1004', subscriber_id=4}
22:50:03.602169 tst         register_default_mass.py: using MSISDN 1005
22:50:03.619701 run              osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001010000000004', msisdn='1005', subscriber_id=5}
22:50:03.642261 tst         register_default_mass.py: using MSISDN 1006
22:50:03.653713 run              osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001010000000005', msisdn='1006', subscriber_id=6}
22:50:03.670796 tst         register_default_mass.py: using MSISDN 1007
22:50:03.682796 run              osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001010000000006', msisdn='1007', subscriber_id=7}
22:50:03.701727 tst         register_default_mass.py: using MSISDN 1008
22:50:03.717707 run              osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001010000000007', msisdn='1008', subscriber_id=8}
22:50:03.734124 tst         register_default_mass.py: using MSISDN 1009
22:50:03.746139 run              osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001010000000008', msisdn='1009', subscriber_id=9}
22:50:03.771354 tst         register_default_mass.py: using MSISDN 1010
22:50:03.789954 run              osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001010000000009', msisdn='1010', subscriber_id=10}
22:50:03.817297 tst         register_default_mass.py: using MSISDN 1011
22:50:03.834137 run              osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001020000000000', msisdn='1011', subscriber_id=11}
22:50:03.851444 tst         register_default_mass.py: using MSISDN 1012
22:50:03.866020 run              osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001020000000001', msisdn='1012', subscriber_id=12}
22:50:03.886545 tst         register_default_mass.py: using MSISDN 1013
22:50:03.900468 run              osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001020000000002', msisdn='1013', subscriber_id=13}
22:50:03.919845 tst         register_default_mass.py: using MSISDN 1014
22:50:03.931744 run              osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001020000000003', msisdn='1014', subscriber_id=14}
22:50:03.948076 tst         register_default_mass.py: using MSISDN 1015
22:50:03.959966 run              osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001020000000004', msisdn='1015', subscriber_id=15}
22:50:03.977598 tst         register_default_mass.py: using MSISDN 1016
22:50:03.990122 run              osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001020000000005', msisdn='1016', subscriber_id=16}
22:50:04.011918 tst         register_default_mass.py: using MSISDN 1017
22:50:04.026486 run              osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001020000000006', msisdn='1017', subscriber_id=17}
22:50:04.043052 tst         register_default_mass.py: using MSISDN 1018
22:50:04.055061 run              osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001020000000007', msisdn='1018', subscriber_id=18}
22:50:04.073054 tst         register_default_mass.py: using MSISDN 1019
22:50:04.089130 run              osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001020000000008', msisdn='1019', subscriber_id=19}
22:50:04.113108 tst         register_default_mass.py: using MSISDN 1020
22:50:04.131077 run              osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001020000000009', msisdn='1020', subscriber_id=20}
22:50:04.155769 tst         register_default_mass.py: using MSISDN 1021
22:50:04.172569 run              osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001030000000000', msisdn='1021', subscriber_id=21}
22:50:04.195777 tst         register_default_mass.py: using MSISDN 1022
22:50:04.209138 run              osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001030000000001', msisdn='1022', subscriber_id=22}
22:50:04.233375 tst         register_default_mass.py: using MSISDN 1023
22:50:04.250002 run              osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001030000000002', msisdn='1023', subscriber_id=23}
22:50:04.271340 tst         register_default_mass.py: using MSISDN 1024
22:50:04.287473 run              osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001030000000003', msisdn='1024', subscriber_id=24}
22:50:04.306025 tst         register_default_mass.py: using MSISDN 1025
22:50:04.318003 run              osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001030000000004', msisdn='1025', subscriber_id=25}
22:50:04.340310 tst         register_default_mass.py: using MSISDN 1026
22:50:04.352269 run              osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001030000000005', msisdn='1026', subscriber_id=26}
22:50:04.368887 tst         register_default_mass.py: using MSISDN 1027
22:50:04.384640 run              osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001030000000006', msisdn='1027', subscriber_id=27}
22:50:04.404079 tst         register_default_mass.py: using MSISDN 1028
22:50:04.416421 run              osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001030000000007', msisdn='1028', subscriber_id=28}
22:50:04.434285 tst         register_default_mass.py: using MSISDN 1029
22:50:04.448252 run              osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001030000000008', msisdn='1029', subscriber_id=29}
22:50:04.471270 tst         register_default_mass.py: using MSISDN 1030
22:50:04.488362 run              osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001030000000009', msisdn='1030', subscriber_id=30}
22:50:04.510060 tst         register_default_mass.py: using MSISDN 1031
22:50:04.526238 run              osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001040000000000', msisdn='1031', subscriber_id=31}
22:50:04.547079 tst         register_default_mass.py: using MSISDN 1032
22:50:04.561800 run              osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001040000000001', msisdn='1032', subscriber_id=32}
22:50:04.579274 tst         register_default_mass.py: using MSISDN 1033
22:50:04.593819 run              osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001040000000002', msisdn='1033', subscriber_id=33}
22:50:04.614927 tst         register_default_mass.py: using MSISDN 1034
22:50:04.633224 run              osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001040000000003', msisdn='1034', subscriber_id=34}
22:50:04.654856 tst         register_default_mass.py: using MSISDN 1035
22:50:04.667485 run              osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001040000000004', msisdn='1035', subscriber_id=35}
22:50:04.685576 tst         register_default_mass.py: using MSISDN 1036
22:50:04.701858 run              osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001040000000005', msisdn='1036', subscriber_id=36}
22:50:04.880890 tst         register_default_mass.py: using MSISDN 1037
22:50:04.900274 run              osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001040000000006', msisdn='1037', subscriber_id=37}
22:50:04.918530 tst         register_default_mass.py: using MSISDN 1038
22:50:04.929958 run              osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001040000000007', msisdn='1038', subscriber_id=38}
22:50:04.947172 tst         register_default_mass.py: using MSISDN 1039
22:50:04.960741 run              osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001040000000008', msisdn='1039', subscriber_id=39}
22:50:04.980919 tst         register_default_mass.py: using MSISDN 1040
22:50:04.996288 run              osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001040000000009', msisdn='1040', subscriber_id=40}
22:50:05.015738 tst         register_default_mass.py: using MSISDN 1041
22:50:05.029824 run              osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001050000000000', msisdn='1041', subscriber_id=41}
22:50:05.047953 tst         register_default_mass.py: using MSISDN 1042
22:50:05.059607 run              osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001050000000001', msisdn='1042', subscriber_id=42}
22:50:05.077727 tst         register_default_mass.py: using MSISDN 1043
22:50:05.094175 run              osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001050000000002', msisdn='1043', subscriber_id=43}
22:50:05.112446 tst         register_default_mass.py: using MSISDN 1044
22:50:05.123870 run              osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001050000000003', msisdn='1044', subscriber_id=44}
22:50:05.144614 tst         register_default_mass.py: using MSISDN 1045
22:50:05.162110 run              osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001050000000004', msisdn='1045', subscriber_id=45}
22:50:05.180453 tst         register_default_mass.py: using MSISDN 1046
22:50:05.191929 run              osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001050000000005', msisdn='1046', subscriber_id=46}
22:50:05.208110 tst         register_default_mass.py: using MSISDN 1047
22:50:05.219488 run              osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001050000000006', msisdn='1047', subscriber_id=47}
22:50:05.236421 tst         register_default_mass.py: using MSISDN 1048
22:50:05.247851 run              osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001050000000007', msisdn='1048', subscriber_id=48}
22:50:05.267030 tst         register_default_mass.py: using MSISDN 1049
22:50:05.278118 run              osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001050000000008', msisdn='1049', subscriber_id=49}
22:50:05.298825 tst         register_default_mass.py: using MSISDN 1050
22:50:05.314294 run              osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001050000000009', msisdn='1050', subscriber_id=50}
22:50:05.331651 tst         register_default_mass.py: using MSISDN 1051
22:50:05.343468 run              osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001060000000000', msisdn='1051', subscriber_id=51}
22:50:05.360208 tst         register_default_mass.py: using MSISDN 1052
22:50:05.375191 run              osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001060000000001', msisdn='1052', subscriber_id=52}
22:50:05.394670 tst         register_default_mass.py: using MSISDN 1053
22:50:05.406012 run              osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001060000000002', msisdn='1053', subscriber_id=53}
22:50:05.422907 tst         register_default_mass.py: using MSISDN 1054
22:50:05.439065 run              osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001060000000003', msisdn='1054', subscriber_id=54}
22:50:05.455275 tst         register_default_mass.py: using MSISDN 1055
22:50:05.466815 run              osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001060000000004', msisdn='1055', subscriber_id=55}
22:50:05.483991 tst         register_default_mass.py: using MSISDN 1056
22:50:05.498580 run              osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001060000000005', msisdn='1056', subscriber_id=56}
22:50:05.515106 tst         register_default_mass.py: using MSISDN 1057
22:50:05.526588 run              osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001060000000006', msisdn='1057', subscriber_id=57}
22:50:05.545772 tst         register_default_mass.py: using MSISDN 1058
22:50:05.561273 run              osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001060000000007', msisdn='1058', subscriber_id=58}
22:50:05.579461 tst         register_default_mass.py: using MSISDN 1059
22:50:05.594553 run              osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001060000000008', msisdn='1059', subscriber_id=59}
22:50:05.610484 tst         register_default_mass.py: using MSISDN 1060
22:50:05.623362 run              osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001060000000009', msisdn='1060', subscriber_id=60}
22:50:05.641607 tst         register_default_mass.py: using MSISDN 1061
22:50:05.653121 run              osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001070000000000', msisdn='1061', subscriber_id=61}
22:50:05.671260 tst         register_default_mass.py: using MSISDN 1062
22:50:05.687080 run              osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001070000000001', msisdn='1062', subscriber_id=62}
22:50:05.705869 tst         register_default_mass.py: using MSISDN 1063
22:50:05.720916 run              osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001070000000002', msisdn='1063', subscriber_id=63}
22:50:05.737599 tst         register_default_mass.py: using MSISDN 1064
22:50:05.751312 run              osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001070000000003', msisdn='1064', subscriber_id=64}
22:50:05.767052 tst         register_default_mass.py: using MSISDN 1065
22:50:05.778295 run              osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001070000000004', msisdn='1065', subscriber_id=65}
22:50:05.796364 tst         register_default_mass.py: using MSISDN 1066
22:50:05.807491 run              osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001070000000005', msisdn='1066', subscriber_id=66}
22:50:05.824466 tst         register_default_mass.py: using MSISDN 1067
22:50:05.835659 run              osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001070000000006', msisdn='1067', subscriber_id=67}
22:50:05.854538 tst         register_default_mass.py: using MSISDN 1068
22:50:05.870625 run              osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001070000000007', msisdn='1068', subscriber_id=68}
22:50:05.888091 tst         register_default_mass.py: using MSISDN 1069
22:50:05.905899 run              osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001070000000008', msisdn='1069', subscriber_id=69}
22:50:05.924001 tst         register_default_mass.py: using MSISDN 1070
22:50:05.935937 run              osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001070000000009', msisdn='1070', subscriber_id=70}
22:50:05.952762 tst         register_default_mass.py: using MSISDN 1071
22:50:05.967522 run              osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001080000000000', msisdn='1071', subscriber_id=71}
22:50:05.986944 tst         register_default_mass.py: using MSISDN 1072
22:50:06.002880 run              osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001080000000001', msisdn='1072', subscriber_id=72}
22:50:06.019409 tst         register_default_mass.py: using MSISDN 1073
22:50:06.034613 run              osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001080000000002', msisdn='1073', subscriber_id=73}
22:50:06.051389 tst         register_default_mass.py: using MSISDN 1074
22:50:06.062622 run              osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001080000000003', msisdn='1074', subscriber_id=74}
22:50:06.079384 tst         register_default_mass.py: using MSISDN 1075
22:50:06.092090 run              osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001080000000004', msisdn='1075', subscriber_id=75}
22:50:06.111380 tst         register_default_mass.py: using MSISDN 1076
22:50:06.122881 run              osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001080000000005', msisdn='1076', subscriber_id=76}
22:50:06.142291 tst         register_default_mass.py: using MSISDN 1077
22:50:06.157959 run              osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001080000000006', msisdn='1077', subscriber_id=77}
22:50:06.176542 tst         register_default_mass.py: using MSISDN 1078
22:50:06.191675 run              osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001080000000007', msisdn='1078', subscriber_id=78}
22:50:06.207626 tst         register_default_mass.py: using MSISDN 1079
22:50:06.223127 run              osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001080000000008', msisdn='1079', subscriber_id=79}
22:50:06.241064 tst         register_default_mass.py: using MSISDN 1080
22:50:06.256951 run              osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001080000000009', msisdn='1080', subscriber_id=80}
22:50:06.276207 tst         register_default_mass.py: using MSISDN 1081
22:50:06.287870 run              osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001090000000000', msisdn='1081', subscriber_id=81}
22:50:06.309792 tst         register_default_mass.py: using MSISDN 1082
22:50:06.325293 run              osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001090000000001', msisdn='1082', subscriber_id=82}
22:50:06.341651 tst         register_default_mass.py: using MSISDN 1083
22:50:06.353159 run              osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001090000000002', msisdn='1083', subscriber_id=83}
22:50:06.370259 tst         register_default_mass.py: using MSISDN 1084
22:50:06.381756 run              osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001090000000003', msisdn='1084', subscriber_id=84}
22:50:06.398051 tst         register_default_mass.py: using MSISDN 1085
22:50:06.409633 run              osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001090000000004', msisdn='1085', subscriber_id=85}
22:50:06.426820 tst         register_default_mass.py: using MSISDN 1086
22:50:06.438446 run              osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001090000000005', msisdn='1086', subscriber_id=86}
22:50:06.457390 tst         register_default_mass.py: using MSISDN 1087
22:50:06.472419 run              osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001090000000006', msisdn='1087', subscriber_id=87}
22:50:06.489803 tst         register_default_mass.py: using MSISDN 1088
22:50:06.501485 run              osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001090000000007', msisdn='1088', subscriber_id=88}
22:50:06.519519 tst         register_default_mass.py: using MSISDN 1089
22:50:06.533421 run              osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001090000000008', msisdn='1089', subscriber_id=89}
22:50:06.549546 tst         register_default_mass.py: using MSISDN 1090
22:50:06.561648 run              osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001090000000009', msisdn='1090', subscriber_id=90}
22:50:06.583917 tst         register_default_mass.py: using MSISDN 1091
22:50:06.602458 run              osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001100000000000', msisdn='1091', subscriber_id=91}
22:50:06.625020 tst         register_default_mass.py: using MSISDN 1092
22:50:06.640000 run              osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001100000000001', msisdn='1092', subscriber_id=92}
22:50:06.657445 tst         register_default_mass.py: using MSISDN 1093
22:50:06.669059 run              osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001100000000002', msisdn='1093', subscriber_id=93}
22:50:06.686991 tst         register_default_mass.py: using MSISDN 1094
22:50:06.698830 run              osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001100000000003', msisdn='1094', subscriber_id=94}
22:50:06.717395 tst         register_default_mass.py: using MSISDN 1095
22:50:06.733618 run              osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001100000000004', msisdn='1095', subscriber_id=95}
22:50:06.756499 tst         register_default_mass.py: using MSISDN 1096
22:50:06.768822 run              osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001100000000005', msisdn='1096', subscriber_id=96}
22:50:06.786523 tst         register_default_mass.py: using MSISDN 1097
22:50:06.798110 run              osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001100000000006', msisdn='1097', subscriber_id=97}
22:50:06.815124 tst         register_default_mass.py: using MSISDN 1098
22:50:06.827719 run              osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001100000000007', msisdn='1098', subscriber_id=98}
22:50:06.847475 tst         register_default_mass.py: using MSISDN 1099
22:50:06.859695 run              osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001100000000008', msisdn='1099', subscriber_id=99}
22:50:06.876193 tst         register_default_mass.py: using MSISDN 1100
22:50:06.888329 run              osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001100000000009', msisdn='1100', subscriber_id=100}
22:50:07.054300 run                             mass: Starting testcase
22:50:07.066909 run                             mass: Pre-launching all virtphy's
22:50:07.078996 run           osmo-ms-virt-phy/00000: Starting virtphy
22:50:07.107111 run   osmo-ms-virt-phy/00000(pid=35): Launched
22:50:07.120054 run           osmo-ms-virt-phy/00001: Starting virtphy
22:50:07.148033 run   osmo-ms-virt-phy/00001(pid=36): Launched
22:50:07.160993 run           osmo-ms-virt-phy/00002: Starting virtphy
22:50:07.189063 run   osmo-ms-virt-phy/00002(pid=37): Launched
22:50:07.202229 run           osmo-ms-virt-phy/00003: Starting virtphy
22:50:07.230653 run   osmo-ms-virt-phy/00003(pid=38): Launched
22:50:07.243873 run           osmo-ms-virt-phy/00004: Starting virtphy
22:50:07.272175 run   osmo-ms-virt-phy/00004(pid=39): Launched
22:50:07.285333 run           osmo-ms-virt-phy/00005: Starting virtphy
22:50:07.313918 run   osmo-ms-virt-phy/00005(pid=40): Launched
22:50:07.327224 run           osmo-ms-virt-phy/00006: Starting virtphy
22:50:07.355702 run   osmo-ms-virt-phy/00006(pid=41): Launched
22:50:07.368750 run           osmo-ms-virt-phy/00007: Starting virtphy
22:50:07.397044 run   osmo-ms-virt-phy/00007(pid=42): Launched
22:50:07.410056 run           osmo-ms-virt-phy/00008: Starting virtphy
22:50:07.438477 run   osmo-ms-virt-phy/00008(pid=43): Launched
22:50:07.451897 run           osmo-ms-virt-phy/00009: Starting virtphy
22:50:07.480683 run   osmo-ms-virt-phy/00009(pid=44): Launched
22:50:07.493501 run           osmo-ms-virt-phy/00010: Starting virtphy
22:50:07.521239 run   osmo-ms-virt-phy/00010(pid=45): Launched
22:50:07.534140 run           osmo-ms-virt-phy/00011: Starting virtphy
22:50:07.562835 run   osmo-ms-virt-phy/00011(pid=46): Launched
22:50:07.576156 run           osmo-ms-virt-phy/00012: Starting virtphy
22:50:07.604411 run   osmo-ms-virt-phy/00012(pid=47): Launched
22:50:07.618254 run           osmo-ms-virt-phy/00013: Starting virtphy
22:50:07.646953 run   osmo-ms-virt-phy/00013(pid=48): Launched
22:50:07.660890 run           osmo-ms-virt-phy/00014: Starting virtphy
22:50:07.688741 run   osmo-ms-virt-phy/00014(pid=49): Launched
22:50:07.702562 run           osmo-ms-virt-phy/00015: Starting virtphy
22:50:07.732076 run   osmo-ms-virt-phy/00015(pid=50): Launched
22:50:07.745368 run           osmo-ms-virt-phy/00016: Starting virtphy
22:50:07.774180 run   osmo-ms-virt-phy/00016(pid=51): Launched
22:50:07.787178 run           osmo-ms-virt-phy/00017: Starting virtphy
22:50:07.815219 run   osmo-ms-virt-phy/00017(pid=52): Launched
22:50:07.829577 run           osmo-ms-virt-phy/00018: Starting virtphy
22:50:07.857559 run   osmo-ms-virt-phy/00018(pid=53): Launched
22:50:07.870356 run           osmo-ms-virt-phy/00019: Starting virtphy
22:50:07.900222 run   osmo-ms-virt-phy/00019(pid=54): Launched
22:50:07.915097 run           osmo-ms-virt-phy/00020: Starting virtphy
22:50:07.942189 run   osmo-ms-virt-phy/00020(pid=55): Launched
22:50:07.954610 run           osmo-ms-virt-phy/00021: Starting virtphy
22:50:07.981753 run   osmo-ms-virt-phy/00021(pid=56): Launched
22:50:07.994470 run           osmo-ms-virt-phy/00022: Starting virtphy
22:50:08.021694 run   osmo-ms-virt-phy/00022(pid=57): Launched
22:50:08.034211 run           osmo-ms-virt-phy/00023: Starting virtphy
22:50:08.062846 run   osmo-ms-virt-phy/00023(pid=58): Launched
22:50:08.075399 run           osmo-ms-virt-phy/00024: Starting virtphy
22:50:08.103980 run   osmo-ms-virt-phy/00024(pid=59): Launched
22:50:08.116706 run           osmo-ms-virt-phy/00025: Starting virtphy
22:50:08.144118 run   osmo-ms-virt-phy/00025(pid=60): Launched
22:50:08.156643 run           osmo-ms-virt-phy/00026: Starting virtphy
22:50:08.184039 run   osmo-ms-virt-phy/00026(pid=61): Launched
22:50:08.196296 run           osmo-ms-virt-phy/00027: Starting virtphy
22:50:08.223209 run   osmo-ms-virt-phy/00027(pid=62): Launched
22:50:08.235871 run           osmo-ms-virt-phy/00028: Starting virtphy
22:50:08.263077 run   osmo-ms-virt-phy/00028(pid=63): Launched
22:50:08.275602 run           osmo-ms-virt-phy/00029: Starting virtphy
22:50:08.302737 run   osmo-ms-virt-phy/00029(pid=64): Launched
22:50:08.315375 run           osmo-ms-virt-phy/00030: Starting virtphy
22:50:08.342497 run   osmo-ms-virt-phy/00030(pid=65): Launched
22:50:08.355272 run           osmo-ms-virt-phy/00031: Starting virtphy
22:50:08.382862 run   osmo-ms-virt-phy/00031(pid=66): Launched
22:50:08.395150 run           osmo-ms-virt-phy/00032: Starting virtphy
22:50:08.422338 run   osmo-ms-virt-phy/00032(pid=67): Launched
22:50:08.434900 run           osmo-ms-virt-phy/00033: Starting virtphy
22:50:08.462106 run   osmo-ms-virt-phy/00033(pid=68): Launched
22:50:08.475689 run           osmo-ms-virt-phy/00034: Starting virtphy
22:50:08.505054 run   osmo-ms-virt-phy/00034(pid=69): Launched
22:50:08.519989 run           osmo-ms-virt-phy/00035: Starting virtphy
22:50:08.549476 run   osmo-ms-virt-phy/00035(pid=70): Launched
22:50:08.563755 run           osmo-ms-virt-phy/00036: Starting virtphy
22:50:08.593662 run   osmo-ms-virt-phy/00036(pid=71): Launched
22:50:08.607839 run           osmo-ms-virt-phy/00037: Starting virtphy
22:50:08.639994 run   osmo-ms-virt-phy/00037(pid=72): Launched
22:50:08.656290 run           osmo-ms-virt-phy/00038: Starting virtphy
22:50:08.686962 run   osmo-ms-virt-phy/00038(pid=73): Launched
22:50:08.700067 run           osmo-ms-virt-phy/00039: Starting virtphy
22:50:08.731597 run   osmo-ms-virt-phy/00039(pid=74): Launched
22:50:08.749431 run           osmo-ms-virt-phy/00040: Starting virtphy
22:50:08.788004 run   osmo-ms-virt-phy/00040(pid=75): Launched
22:50:08.805731 run           osmo-ms-virt-phy/00041: Starting virtphy
22:50:08.844280 run   osmo-ms-virt-phy/00041(pid=76): Launched
22:50:08.861603 run           osmo-ms-virt-phy/00042: Starting virtphy
22:50:08.899727 run   osmo-ms-virt-phy/00042(pid=77): Launched
22:50:08.917427 run           osmo-ms-virt-phy/00043: Starting virtphy
22:50:08.955744 run   osmo-ms-virt-phy/00043(pid=78): Launched
22:50:08.973129 run           osmo-ms-virt-phy/00044: Starting virtphy
22:50:09.010327 run   osmo-ms-virt-phy/00044(pid=79): Launched
22:50:09.027601 run           osmo-ms-virt-phy/00045: Starting virtphy
22:50:09.058312 run   osmo-ms-virt-phy/00045(pid=80): Launched
22:50:09.071336 run           osmo-ms-virt-phy/00046: Starting virtphy
22:50:09.099136 run   osmo-ms-virt-phy/00046(pid=81): Launched
22:50:09.112284 run           osmo-ms-virt-phy/00047: Starting virtphy
22:50:09.144317 run   osmo-ms-virt-phy/00047(pid=82): Launched
22:50:09.157131 run           osmo-ms-virt-phy/00048: Starting virtphy
22:50:09.184804 run   osmo-ms-virt-phy/00048(pid=83): Launched
22:50:09.197489 run           osmo-ms-virt-phy/00049: Starting virtphy
22:50:09.225172 run   osmo-ms-virt-phy/00049(pid=84): Launched
22:50:09.237947 run           osmo-ms-virt-phy/00050: Starting virtphy
22:50:09.266601 run   osmo-ms-virt-phy/00050(pid=85): Launched
22:50:09.279927 run           osmo-ms-virt-phy/00051: Starting virtphy
22:50:09.309137 run   osmo-ms-virt-phy/00051(pid=86): Launched
22:50:09.322296 run           osmo-ms-virt-phy/00052: Starting virtphy
22:50:09.351885 run   osmo-ms-virt-phy/00052(pid=87): Launched
22:50:09.365228 run           osmo-ms-virt-phy/00053: Starting virtphy
22:50:09.393250 run   osmo-ms-virt-phy/00053(pid=88): Launched
22:50:09.406069 run           osmo-ms-virt-phy/00054: Starting virtphy
22:50:09.434242 run   osmo-ms-virt-phy/00054(pid=89): Launched
22:50:09.447117 run           osmo-ms-virt-phy/00055: Starting virtphy
22:50:09.474649 run   osmo-ms-virt-phy/00055(pid=90): Launched
22:50:09.487320 run           osmo-ms-virt-phy/00056: Starting virtphy
22:50:09.515103 run   osmo-ms-virt-phy/00056(pid=91): Launched
22:50:09.532795 run           osmo-ms-virt-phy/00057: Starting virtphy
22:50:09.573293 run   osmo-ms-virt-phy/00057(pid=92): Launched
22:50:09.590942 run           osmo-ms-virt-phy/00058: Starting virtphy
22:50:09.622809 run   osmo-ms-virt-phy/00058(pid=93): Launched
22:50:09.636525 run           osmo-ms-virt-phy/00059: Starting virtphy
22:50:09.667282 run   osmo-ms-virt-phy/00059(pid=94): Launched
22:50:09.683035 run           osmo-ms-virt-phy/00060: Starting virtphy
22:50:09.712350 run   osmo-ms-virt-phy/00060(pid=95): Launched
22:50:09.726292 run           osmo-ms-virt-phy/00061: Starting virtphy
22:50:09.756160 run   osmo-ms-virt-phy/00061(pid=96): Launched
22:50:09.770168 run           osmo-ms-virt-phy/00062: Starting virtphy
22:50:09.803041 run   osmo-ms-virt-phy/00062(pid=97): Launched
22:50:09.819451 run           osmo-ms-virt-phy/00063: Starting virtphy
22:50:09.848582 run   osmo-ms-virt-phy/00063(pid=98): Launched
22:50:09.866427 run           osmo-ms-virt-phy/00064: Starting virtphy
22:50:09.899947 run   osmo-ms-virt-phy/00064(pid=99): Launched
22:50:09.914922 run           osmo-ms-virt-phy/00065: Starting virtphy
22:50:09.945321 run  osmo-ms-virt-phy/00065(pid=100): Launched
22:50:09.964249 run           osmo-ms-virt-phy/00066: Starting virtphy
22:50:09.992868 run  osmo-ms-virt-phy/00066(pid=101): Launched
22:50:10.010656 run           osmo-ms-virt-phy/00067: Starting virtphy
22:50:10.043019 run  osmo-ms-virt-phy/00067(pid=102): Launched
22:50:10.057665 run           osmo-ms-virt-phy/00068: Starting virtphy
22:50:10.086033 run  osmo-ms-virt-phy/00068(pid=103): Launched
22:50:10.098968 run           osmo-ms-virt-phy/00069: Starting virtphy
22:50:10.127617 run  osmo-ms-virt-phy/00069(pid=104): Launched
22:50:10.140593 run           osmo-ms-virt-phy/00070: Starting virtphy
22:50:10.170634 run  osmo-ms-virt-phy/00070(pid=105): Launched
22:50:10.183747 run           osmo-ms-virt-phy/00071: Starting virtphy
22:50:10.214135 run  osmo-ms-virt-phy/00071(pid=106): Launched
22:50:10.227937 run           osmo-ms-virt-phy/00072: Starting virtphy
22:50:10.258947 run  osmo-ms-virt-phy/00072(pid=107): Launched
22:50:10.272575 run           osmo-ms-virt-phy/00073: Starting virtphy
22:50:10.301019 run  osmo-ms-virt-phy/00073(pid=108): Launched
22:50:10.314180 run           osmo-ms-virt-phy/00074: Starting virtphy
22:50:10.342277 run  osmo-ms-virt-phy/00074(pid=109): Launched
22:50:10.355112 run           osmo-ms-virt-phy/00075: Starting virtphy
22:50:10.383320 run  osmo-ms-virt-phy/00075(pid=110): Launched
22:50:10.396270 run           osmo-ms-virt-phy/00076: Starting virtphy
22:50:10.424437 run  osmo-ms-virt-phy/00076(pid=111): Launched
22:50:10.437730 run           osmo-ms-virt-phy/00077: Starting virtphy
22:50:10.466909 run  osmo-ms-virt-phy/00077(pid=112): Launched
22:50:10.481129 run           osmo-ms-virt-phy/00078: Starting virtphy
22:50:10.509721 run  osmo-ms-virt-phy/00078(pid=113): Launched
22:50:10.522587 run           osmo-ms-virt-phy/00079: Starting virtphy
22:50:10.550529 run  osmo-ms-virt-phy/00079(pid=114): Launched
22:50:10.563150 run           osmo-ms-virt-phy/00080: Starting virtphy
22:50:10.591460 run  osmo-ms-virt-phy/00080(pid=115): Launched
22:50:10.604088 run           osmo-ms-virt-phy/00081: Starting virtphy
22:50:10.631902 run  osmo-ms-virt-phy/00081(pid=116): Launched
22:50:10.644279 run           osmo-ms-virt-phy/00082: Starting virtphy
22:50:10.671328 run  osmo-ms-virt-phy/00082(pid=117): Launched
22:50:10.683949 run           osmo-ms-virt-phy/00083: Starting virtphy
22:50:10.710958 run  osmo-ms-virt-phy/00083(pid=118): Launched
22:50:10.723355 run           osmo-ms-virt-phy/00084: Starting virtphy
22:50:10.750322 run  osmo-ms-virt-phy/00084(pid=119): Launched
22:50:10.763034 run           osmo-ms-virt-phy/00085: Starting virtphy
22:50:10.790431 run  osmo-ms-virt-phy/00085(pid=120): Launched
22:50:10.802912 run           osmo-ms-virt-phy/00086: Starting virtphy
22:50:10.829891 run  osmo-ms-virt-phy/00086(pid=121): Launched
22:50:10.842323 run           osmo-ms-virt-phy/00087: Starting virtphy
22:50:10.874729 run  osmo-ms-virt-phy/00087(pid=122): Launched
22:50:10.891210 run           osmo-ms-virt-phy/00088: Starting virtphy
22:50:10.933707 run  osmo-ms-virt-phy/00088(pid=123): Launched
22:50:10.951280 run           osmo-ms-virt-phy/00089: Starting virtphy
22:50:10.990765 run  osmo-ms-virt-phy/00089(pid=124): Launched
22:50:11.007582 run           osmo-ms-virt-phy/00090: Starting virtphy
22:50:11.047122 run  osmo-ms-virt-phy/00090(pid=125): Launched
22:50:11.069008 run           osmo-ms-virt-phy/00091: Starting virtphy
22:50:11.098364 run  osmo-ms-virt-phy/00091(pid=126): Launched
22:50:11.111141 run           osmo-ms-virt-phy/00092: Starting virtphy
22:50:11.138592 run  osmo-ms-virt-phy/00092(pid=127): Launched
22:50:11.151512 run           osmo-ms-virt-phy/00093: Starting virtphy
22:50:11.182544 run  osmo-ms-virt-phy/00093(pid=128): Launched
22:50:11.200601 run           osmo-ms-virt-phy/00094: Starting virtphy
22:50:11.241232 run  osmo-ms-virt-phy/00094(pid=129): Launched
22:50:11.260892 run           osmo-ms-virt-phy/00095: Starting virtphy
22:50:11.299895 run  osmo-ms-virt-phy/00095(pid=130): Launched
22:50:11.315189 run           osmo-ms-virt-phy/00096: Starting virtphy
22:50:11.345232 run  osmo-ms-virt-phy/00096(pid=131): Launched
22:50:11.358259 run           osmo-ms-virt-phy/00097: Starting virtphy
22:50:11.387216 run  osmo-ms-virt-phy/00097(pid=132): Launched
22:50:11.399822 run           osmo-ms-virt-phy/00098: Starting virtphy
22:50:11.428182 run  osmo-ms-virt-phy/00098(pid=133): Launched
22:50:11.440788 run           osmo-ms-virt-phy/00099: Starting virtphy
22:50:11.467857 run  osmo-ms-virt-phy/00099(pid=134): Launched
22:50:11.480393 run                             mass: Checking if sockets are in the filesystem
22:50:11.506231 run                osmo-ms-mob/00000: Starting mobile
22:50:11.533057 run       osmo-ms-mob/00000(pid=135): Launched
22:50:11.562694 run                             mass: MS start registered  {at=14871696.52705699, delay=0.01702270843088627, ms=00000}
22:50:15.710106 run                osmo-ms-mob/00001: Starting mobile
22:50:15.736699 run       osmo-ms-mob/00001(pid=136): Launched
22:50:15.761073 run                             mass: MS start registered  {at=14871700.725475332, delay=0.012081678956747055, ms=00001}
22:50:17.156003 run                             mass: MS performed LU  {at=14871702.120359346, lu_delay=5.593302356079221, ms=00000}
22:50:17.508982 run                osmo-ms-mob/00002: Starting mobile
22:50:17.536470 run       osmo-ms-mob/00002(pid=137): Launched
22:50:17.559070 run                             mass: MS start registered  {at=14871702.523472086, delay=0.008740410208702087, ms=00002}
22:50:18.807690 run                osmo-ms-mob/00003: Starting mobile
22:50:18.834794 run       osmo-ms-mob/00003(pid=138): Launched
22:50:18.856814 run                             mass: MS start registered  {at=14871703.821206167, delay=0.009583072736859322, ms=00003}
22:50:19.905376 run                osmo-ms-mob/00004: Starting mobile
22:50:19.933221 run       osmo-ms-mob/00004(pid=139): Launched
22:50:19.961084 run                             mass: MS start registered  {at=14871704.925473914, delay=0.01456364430487156, ms=00004}
22:50:20.904681 run                osmo-ms-mob/00005: Starting mobile
22:50:20.932857 run       osmo-ms-mob/00005(pid=140): Launched
22:50:20.945410 run                             mass: MS performed LU  {at=14871705.909828499, lu_delay=5.184353167191148, ms=00001}
22:50:20.957838 run                             mass: MS start registered  {at=14871705.92226728, delay=0.012467315420508385, ms=00005}
22:50:21.809090 run                osmo-ms-mob/00006: Starting mobile
22:50:21.837452 run       osmo-ms-mob/00006(pid=141): Launched
22:50:21.860351 run                             mass: MS start registered  {at=14871706.824751073, delay=0.010279351845383644, ms=00006}
22:50:22.707023 run                osmo-ms-mob/00007: Starting mobile
22:50:22.737263 run       osmo-ms-mob/00007(pid=142): Launched
22:50:22.762620 run                             mass: MS start registered  {at=14871707.726996189, delay=0.012097470462322235, ms=00007}
22:50:22.823009 run                             mass: MS performed LU  {at=14871707.787386715, lu_delay=5.263914629817009, ms=00002}
22:50:23.508286 run                osmo-ms-mob/00008: Starting mobile
22:50:23.534893 run       osmo-ms-mob/00008(pid=143): Launched
22:50:23.558136 run                             mass: MS start registered  {at=14871708.522536451, delay=0.011128418147563934, ms=00008}
22:50:24.207923 run                osmo-ms-mob/00009: Starting mobile
22:50:24.234254 run       osmo-ms-mob/00009(pid=144): Launched
22:50:24.257034 run                             mass: MS start registered  {at=14871709.221438903, delay=0.010176880285143852, ms=00009}
22:50:24.687845 run                             mass: MS performed LU  {at=14871709.652223779, lu_delay=4.726749865338206, ms=00004}
22:50:24.733924 run                             mass: MS performed LU  {at=14871709.69829634, lu_delay=5.877090172842145, ms=00003}
22:50:24.908838 run                osmo-ms-mob/00010: Starting mobile
22:50:24.942129 run       osmo-ms-mob/00010(pid=145): Launched
22:50:24.966260 run                             mass: MS start registered  {at=14871709.930645255, delay=0.01143290102481842, ms=00010}
22:50:25.508704 run                osmo-ms-mob/00011: Starting mobile
22:50:25.537690 run       osmo-ms-mob/00011(pid=146): Launched
22:50:25.560745 run                             mass: MS start registered  {at=14871710.525129804, delay=0.010434824973344803, ms=00011}
22:50:26.108579 run                osmo-ms-mob/00012: Starting mobile
22:50:26.135597 run       osmo-ms-mob/00012(pid=147): Launched
22:50:26.159076 run                             mass: MS start registered  {at=14871711.123487964, delay=0.011169463396072388, ms=00012}
22:50:26.588798 run                             mass: MS performed LU  {at=14871711.5531727, lu_delay=4.728421626612544, ms=00006}
22:50:26.634546 run                             mass: MS performed LU  {at=14871711.598973984, lu_delay=5.67670670337975, ms=00005}
22:50:26.658672 run                osmo-ms-mob/00013: Starting mobile
22:50:26.685544 run       osmo-ms-mob/00013(pid=148): Launched
22:50:26.709084 run                             mass: MS start registered  {at=14871711.6735102, delay=0.011230049654841423, ms=00013}
22:50:27.308244 run                osmo-ms-mob/00014: Starting mobile
22:50:27.335192 run       osmo-ms-mob/00014(pid=149): Launched
22:50:27.357808 run                             mass: MS start registered  {at=14871712.322235703, delay=0.010021967813372612, ms=00014}
22:50:27.910516 run                osmo-ms-mob/00015: Starting mobile
22:50:27.937126 run       osmo-ms-mob/00015(pid=150): Launched
22:50:27.961278 run                             mass: MS start registered  {at=14871712.925687488, delay=0.011957826092839241, ms=00015}
22:50:28.411291 run                osmo-ms-mob/00016: Starting mobile
22:50:28.450444 run       osmo-ms-mob/00016(pid=151): Launched
22:50:28.468976 run                             mass: MS performed LU  {at=14871713.433385896, lu_delay=4.910849444568157, ms=00008}
22:50:28.486431 run                             mass: MS start registered  {at=14871713.450857477, delay=0.017506957054138184, ms=00016}
22:50:28.503354 run                             mass: MS performed LU  {at=14871713.467774134, lu_delay=5.740777945145965, ms=00007}
22:50:28.903995 run                osmo-ms-mob/00017: Starting mobile
22:50:28.933520 run       osmo-ms-mob/00017(pid=152): Launched
22:50:28.953934 run                             mass: MS start registered  {at=14871713.918353077, delay=0.0076214466243982315, ms=00017}
22:50:29.508445 run                osmo-ms-mob/00018: Starting mobile
22:50:29.534714 run       osmo-ms-mob/00018(pid=153): Launched
22:50:29.556318 run                             mass: MS start registered  {at=14871714.52066078, delay=0.007231641560792923, ms=00018}
22:50:29.907079 run                osmo-ms-mob/00019: Starting mobile
22:50:29.934695 run       osmo-ms-mob/00019(pid=154): Launched
22:50:29.957681 run                             mass: MS start registered  {at=14871714.922102317, delay=0.010419964790344238, ms=00019}
22:50:30.354574 run                             mass: MS performed LU  {at=14871715.3189611, lu_delay=5.388315845280886, ms=00010}
22:50:30.380452 run                osmo-ms-mob/00020: Starting mobile
22:50:30.408256 run       osmo-ms-mob/00020(pid=155): Launched
22:50:30.420999 run                             mass: MS performed LU  {at=14871715.385426927, lu_delay=6.163988023996353, ms=00009}
22:50:30.433333 run                             mass: MS start registered  {at=14871715.397768466, delay=0.012362178415060043, ms=00020}
22:50:30.469967 run                             mass: MS performed LU  {at=14871715.434381997, lu_delay=4.909252192825079, ms=00011}
22:50:30.908935 run                osmo-ms-mob/00021: Starting mobile
22:50:30.935764 run       osmo-ms-mob/00021(pid=156): Launched
22:50:30.958212 run                             mass: MS start registered  {at=14871715.922605788, delay=0.009499385952949524, ms=00021}
22:50:31.306627 run                osmo-ms-mob/00022: Starting mobile
22:50:31.333345 run       osmo-ms-mob/00022(pid=157): Launched
22:50:31.357646 run                             mass: MS start registered  {at=14871716.32206008, delay=0.011699620634317398, ms=00022}
22:50:31.808385 run                osmo-ms-mob/00023: Starting mobile
22:50:31.834919 run       osmo-ms-mob/00023(pid=158): Launched
22:50:31.857935 run                             mass: MS start registered  {at=14871716.822362997, delay=0.01074330322444439, ms=00023}
22:50:32.135868 run                             mass: MS performed LU  {at=14871717.100251362, lu_delay=5.426741162315011, ms=00013}
22:50:32.163474 run                osmo-ms-mob/00024: Starting mobile
22:50:32.191198 run       osmo-ms-mob/00024(pid=159): Launched
22:50:32.214431 run                             mass: MS start registered  {at=14871717.178825798, delay=0.010594123974442482, ms=00024}
22:50:32.228400 run                             mass: MS performed LU  {at=14871717.192831025, lu_delay=4.870595321059227, ms=00014}
22:50:32.265396 run                             mass: MS performed LU  {at=14871717.229804432, lu_delay=6.106316467747092, ms=00012}
22:50:32.709573 run                osmo-ms-mob/00025: Starting mobile
22:50:32.742042 run       osmo-ms-mob/00025(pid=160): Launched
22:50:32.767305 run                             mass: MS start registered  {at=14871717.731687227, delay=0.008047504350543022, ms=00025}
22:50:33.105385 run                osmo-ms-mob/00026: Starting mobile
22:50:33.135241 run       osmo-ms-mob/00026(pid=161): Launched
22:50:33.157842 run                             mass: MS start registered  {at=14871718.122231042, delay=0.009668303653597832, ms=00026}
22:50:33.508514 run                osmo-ms-mob/00027: Starting mobile
22:50:33.535474 run       osmo-ms-mob/00027(pid=162): Launched
22:50:33.557825 run                             mass: MS start registered  {at=14871718.522211311, delay=0.009746329858899117, ms=00027}
22:50:33.908089 run                osmo-ms-mob/00028: Starting mobile
22:50:33.935182 run       osmo-ms-mob/00028(pid=163): Launched
22:50:33.956838 run                             mass: MS start registered  {at=14871718.921249513, delay=0.009299840778112411, ms=00028}
22:50:34.120710 run                             mass: MS performed LU  {at=14871719.085096486, lu_delay=6.159408997744322, ms=00015}
22:50:34.166919 run                             mass: MS performed LU  {at=14871719.13133567, lu_delay=5.212982593104243, ms=00017}
22:50:34.191534 run                osmo-ms-mob/00029: Starting mobile
22:50:34.218606 run       osmo-ms-mob/00029(pid=164): Launched
22:50:34.235996 run                             mass: MS performed LU  {at=14871719.20041029, lu_delay=5.749552812427282, ms=00016}
22:50:34.248662 run                             mass: MS start registered  {at=14871719.213094741, delay=0.017581868916749954, ms=00029}
22:50:34.273246 run                             mass: MS performed LU  {at=14871719.237671377, lu_delay=4.717010596767068, ms=00018}
22:50:34.706851 run                osmo-ms-mob/00030: Starting mobile
22:50:34.737224 run       osmo-ms-mob/00030(pid=165): Launched
22:50:34.763697 run                             mass: MS start registered  {at=14871719.728082852, delay=0.013049580156803131, ms=00030}
22:50:35.107597 run                osmo-ms-mob/00031: Starting mobile
22:50:35.136748 run       osmo-ms-mob/00031(pid=166): Launched
22:50:35.159671 run                             mass: MS start registered  {at=14871720.124089845, delay=0.009464429691433907, ms=00031}
22:50:35.408312 run                osmo-ms-mob/00032: Starting mobile
22:50:35.435085 run       osmo-ms-mob/00032(pid=167): Launched
22:50:35.458258 run                             mass: MS start registered  {at=14871720.422661558, delay=0.010606847703456879, ms=00032}
22:50:35.804017 run                osmo-ms-mob/00033: Starting mobile
22:50:35.830440 run       osmo-ms-mob/00033(pid=168): Launched
22:50:35.853026 run                             mass: MS start registered  {at=14871720.817447225, delay=0.010528942570090294, ms=00033}
22:50:35.901569 run                             mass: MS performed LU  {at=14871720.865960583, lu_delay=4.943354794755578, ms=00021}
22:50:35.985258 run                             mass: MS performed LU  {at=14871720.949624246, lu_delay=6.02752192877233, ms=00019}
22:50:36.031062 run                             mass: MS performed LU  {at=14871720.995458892, lu_delay=5.597690425813198, ms=00020}
22:50:36.058078 run                osmo-ms-mob/00034: Starting mobile
22:50:36.085013 run       osmo-ms-mob/00034(pid=169): Launched
22:50:36.107348 run                             mass: MS start registered  {at=14871721.071759121, delay=0.009895499795675278, ms=00034}
22:50:36.174452 run                             mass: MS performed LU  {at=14871721.138835536, lu_delay=4.8167754560709, ms=00022}
22:50:36.510003 run                osmo-ms-mob/00035: Starting mobile
22:50:36.547722 run       osmo-ms-mob/00035(pid=170): Launched
22:50:36.574330 run                             mass: MS start registered  {at=14871721.538708394, delay=0.008673083037137985, ms=00035}
22:50:36.908553 run                osmo-ms-mob/00036: Starting mobile
22:50:36.948011 run       osmo-ms-mob/00036(pid=171): Launched
22:50:36.971263 run                             mass: MS start registered  {at=14871721.935658019, delay=0.005410661920905113, ms=00036}
22:50:37.307025 run                osmo-ms-mob/00037: Starting mobile
22:50:37.335325 run       osmo-ms-mob/00037(pid=172): Launched
22:50:37.359285 run                             mass: MS start registered  {at=14871722.323670544, delay=0.011126605793833733, ms=00037}
22:50:37.609282 run                osmo-ms-mob/00038: Starting mobile
22:50:37.637254 run       osmo-ms-mob/00038(pid=173): Launched
22:50:37.662861 run                             mass: MS start registered  {at=14871722.627268273, delay=0.012388335540890694, ms=00038}
22:50:37.886465 run                             mass: MS performed LU  {at=14871722.850847155, lu_delay=6.028484158217907, ms=00023}
22:50:37.909460 run                osmo-ms-mob/00039: Starting mobile
22:50:37.937648 run       osmo-ms-mob/00039(pid=174): Launched
22:50:37.950456 run                             mass: MS performed LU  {at=14871722.914878203, lu_delay=4.792647160589695, ms=00026}
22:50:37.963011 run                             mass: MS start registered  {at=14871722.92744307, delay=0.012591436505317688, ms=00039}
22:50:38.001983 run                             mass: MS performed LU  {at=14871722.966394808, lu_delay=5.78756901063025, ms=00024}
22:50:38.039151 run                             mass: MS performed LU  {at=14871723.003564635, lu_delay=5.271877408027649, ms=00025}
22:50:38.066225 run                osmo-ms-mob/00040: Starting mobile
22:50:38.094500 run       osmo-ms-mob/00040(pid=175): Launched
22:50:38.117280 run                             mass: MS start registered  {at=14871723.081688967, delay=0.010152382776141167, ms=00040}
22:50:38.311607 run                             mass: MS performed LU  {at=14871723.275963783, lu_delay=4.753752471879125, ms=00027}
22:50:38.607902 run                osmo-ms-mob/00041: Starting mobile
22:50:38.647116 run       osmo-ms-mob/00041(pid=176): Launched
22:50:38.670406 run                             mass: MS start registered  {at=14871723.634791309, delay=0.006047658622264862, ms=00041}
22:50:38.908644 run                osmo-ms-mob/00042: Starting mobile
22:50:38.939472 run       osmo-ms-mob/00042(pid=177): Launched
22:50:38.962167 run                             mass: MS start registered  {at=14871723.926550578, delay=0.007487574592232704, ms=00042}
22:50:39.309178 run                osmo-ms-mob/00043: Starting mobile
22:50:39.337672 run       osmo-ms-mob/00043(pid=178): Launched
22:50:39.361899 run                             mass: MS start registered  {at=14871724.326305084, delay=0.01128176786005497, ms=00043}
22:50:39.608643 run                osmo-ms-mob/00044: Starting mobile
22:50:39.637161 run       osmo-ms-mob/00044(pid=179): Launched
22:50:39.661757 run                             mass: MS start registered  {at=14871724.626141785, delay=0.01200271025300026, ms=00044}
22:50:39.677306 run                             mass: MS performed LU  {at=14871724.64173219, lu_delay=5.428637448698282, ms=00029}
22:50:39.750544 run                             mass: MS performed LU  {at=14871724.714918848, lu_delay=4.9868359956890345, ms=00030}
22:50:39.778237 run                osmo-ms-mob/00045: Starting mobile
22:50:39.805446 run       osmo-ms-mob/00045(pid=180): Launched
22:50:39.817922 run                             mass: MS performed LU  {at=14871724.78234517, lu_delay=5.86109565757215, ms=00028}
22:50:39.830349 run                             mass: MS start registered  {at=14871724.794782227, delay=0.012462284415960312, ms=00045}
22:50:39.941160 run                             mass: MS performed LU  {at=14871724.905537654, lu_delay=4.781447809189558, ms=00031}
22:50:39.969435 run                osmo-ms-mob/00046: Starting mobile
22:50:39.996646 run       osmo-ms-mob/00046(pid=181): Launched
22:50:40.020861 run                             mass: MS start registered  {at=14871724.985254947, delay=0.011639207601547241, ms=00046}
22:50:40.508517 run                osmo-ms-mob/00047: Starting mobile
22:50:40.534802 run       osmo-ms-mob/00047(pid=182): Launched
22:50:40.556245 run                             mass: MS start registered  {at=14871725.520663071, delay=0.00943286158144474, ms=00047}
22:50:40.809698 run                osmo-ms-mob/00048: Starting mobile
22:50:40.838057 run       osmo-ms-mob/00048(pid=183): Launched
22:50:40.862433 run                             mass: MS start registered  {at=14871725.826825323, delay=0.011614210903644562, ms=00048}
22:50:41.106169 run                osmo-ms-mob/00049: Starting mobile
22:50:41.132824 run       osmo-ms-mob/00049(pid=184): Launched
22:50:41.155173 run                             mass: MS start registered  {at=14871726.11959503, delay=0.009801182895898819, ms=00049}
22:50:41.408633 run                osmo-ms-mob/00050: Starting mobile
22:50:41.435428 run       osmo-ms-mob/00050(pid=185): Launched
22:50:41.457091 run                             mass: MS start registered  {at=14871726.421507442, delay=0.007467545568943024, ms=00050}
22:50:41.651613 run                             mass: MS performed LU  {at=14871726.615988119, lu_delay=5.077279724180698, ms=00035}
22:50:41.767753 run                             mass: MS performed LU  {at=14871726.732118135, lu_delay=4.7964601162821054, ms=00036}
22:50:41.796557 run                osmo-ms-mob/00051: Starting mobile
22:50:41.823834 run       osmo-ms-mob/00051(pid=186): Launched
22:50:41.841885 run                             mass: MS performed LU  {at=14871726.80629151, lu_delay=5.734532387927175, ms=00034}
22:50:41.854190 run                             mass: MS start registered  {at=14871726.818622928, delay=0.018100082874298096, ms=00051}
22:50:42.107843 run                osmo-ms-mob/00052: Starting mobile
22:50:42.147380 run       osmo-ms-mob/00052(pid=187): Launched
22:50:42.178993 run                             mass: MS start registered  {at=14871727.143371297, delay=0.013293979689478874, ms=00052}
22:50:42.406375 run                osmo-ms-mob/00053: Starting mobile
22:50:42.435773 run       osmo-ms-mob/00053(pid=188): Launched
22:50:42.457628 run                             mass: MS start registered  {at=14871727.422012176, delay=0.008748484775424004, ms=00053}
22:50:42.707298 run                osmo-ms-mob/00054: Starting mobile
22:50:42.744582 run       osmo-ms-mob/00054(pid=189): Launched
22:50:42.772111 run                             mass: MS start registered  {at=14871727.736490259, delay=0.008694883435964584, ms=00054}
22:50:43.010155 run                osmo-ms-mob/00055: Starting mobile
22:50:43.040345 run       osmo-ms-mob/00055(pid=190): Launched
22:50:43.065496 run                             mass: MS start registered  {at=14871728.029876005, delay=0.011424064636230469, ms=00055}
22:50:43.305332 run                osmo-ms-mob/00056: Starting mobile
22:50:43.332340 run       osmo-ms-mob/00056(pid=191): Launched
22:50:43.357688 run                             mass: MS start registered  {at=14871728.322074369, delay=0.012768641114234924, ms=00056}
22:50:43.433511 run                             mass: MS performed LU  {at=14871728.397889048, lu_delay=6.07421850413084, ms=00037}
22:50:43.516479 run                             mass: MS performed LU  {at=14871728.480852952, lu_delay=5.399163985624909, ms=00040}
22:50:43.544188 run                osmo-ms-mob/00057: Starting mobile
22:50:43.571718 run       osmo-ms-mob/00057(pid=192): Launched
22:50:43.584296 run                             mass: MS performed LU  {at=14871728.54871824, lu_delay=4.9139269310981035, ms=00041}
22:50:43.598000 run                             mass: MS start registered  {at=14871728.562430995, delay=0.013739515095949173, ms=00057}
22:50:43.706667 run                             mass: MS performed LU  {at=14871728.671043454, lu_delay=5.743600383400917, ms=00039}
22:50:43.742738 run                             mass: MS performed LU  {at=14871728.707110438, lu_delay=6.079842165112495, ms=00038}
22:50:43.768475 run                osmo-ms-mob/00058: Starting mobile
22:50:43.795737 run       osmo-ms-mob/00058(pid=193): Launched
22:50:43.808102 run                             mass: MS performed LU  {at=14871728.772529608, lu_delay=4.84597902931273, ms=00042}
22:50:43.820206 run                             mass: MS start registered  {at=14871728.784641873, delay=0.012135850265622139, ms=00058}
22:50:44.308741 run                osmo-ms-mob/00059: Starting mobile
22:50:44.335631 run       osmo-ms-mob/00059(pid=194): Launched
22:50:44.361116 run                             mass: MS start registered  {at=14871729.325524839, delay=0.013109341263771057, ms=00059}
22:50:44.613660 run                osmo-ms-mob/00060: Starting mobile
22:50:44.657414 run       osmo-ms-mob/00060(pid=195): Launched
22:50:44.676122 run                             mass: MS performed LU  {at=14871729.64053477, lu_delay=5.3142296858131886, ms=00043}
22:50:44.694364 run                             mass: MS performed LU  {at=14871729.658788342, lu_delay=5.032646557316184, ms=00044}
22:50:44.712273 run                             mass: MS start registered  {at=14871729.676697755, delay=0.03619742952287197, ms=00060}
22:50:45.009027 run                osmo-ms-mob/00061: Starting mobile
22:50:45.040984 run       osmo-ms-mob/00061(pid=196): Launched
22:50:45.065338 run                             mass: MS start registered  {at=14871730.02972076, delay=0.010858060792088509, ms=00061}
22:50:45.307961 run                osmo-ms-mob/00062: Starting mobile
22:50:45.346560 run       osmo-ms-mob/00062(pid=197): Launched
22:50:45.365553 run                             mass: MS performed LU  {at=14871730.329969035, lu_delay=5.344714088365436, ms=00046}
22:50:45.381086 run                             mass: MS performed LU  {at=14871730.345517553, lu_delay=4.824854481965303, ms=00047}
22:50:45.394138 run                             mass: MS start registered  {at=14871730.358562224, delay=0.028626039624214172, ms=00062}
22:50:45.418696 run                osmo-ms-mob/00063: Starting mobile
22:50:45.447707 run       osmo-ms-mob/00063(pid=198): Launched
22:50:45.461191 run                             mass: MS performed LU  {at=14871730.425613469, lu_delay=4.598788145929575, ms=00048}
22:50:45.474457 run                             mass: MS start registered  {at=14871730.43888865, delay=0.013302503153681755, ms=00063}
22:50:45.662383 run                             mass: MS performed LU  {at=14871730.626746338, lu_delay=5.831964110955596, ms=00045}
22:50:46.005819 run                osmo-ms-mob/00064: Starting mobile
22:50:46.033959 run       osmo-ms-mob/00064(pid=199): Launched
22:50:46.055677 run                             mass: MS start registered  {at=14871731.020092277, delay=0.009060801938176155, ms=00064}
22:50:46.408112 run                osmo-ms-mob/00065: Starting mobile
22:50:46.434762 run       osmo-ms-mob/00065(pid=200): Launched
22:50:46.457667 run                             mass: MS start registered  {at=14871731.422066575, delay=0.010276345536112785, ms=00065}
22:50:46.708274 run                osmo-ms-mob/00066: Starting mobile
22:50:46.734879 run       osmo-ms-mob/00066(pid=201): Launched
22:50:46.758884 run                             mass: MS start registered  {at=14871731.72330945, delay=0.011631002649664879, ms=00066}
22:50:47.107957 run                osmo-ms-mob/00067: Starting mobile
22:50:47.134155 run       osmo-ms-mob/00067(pid=202): Launched
22:50:47.156649 run                             mass: MS start registered  {at=14871732.121067492, delay=0.010377265512943268, ms=00067}
22:50:47.199711 run                             mass: MS performed LU  {at=14871732.164111283, lu_delay=5.345488354563713, ms=00051}
22:50:47.282978 run                             mass: MS performed LU  {at=14871732.24734688, lu_delay=5.103975582867861, ms=00052}
22:50:47.310805 run                osmo-ms-mob/00068: Starting mobile
22:50:47.337967 run       osmo-ms-mob/00068(pid=203): Launched
22:50:47.350250 run                             mass: MS performed LU  {at=14871732.314678023, lu_delay=4.892665846273303, ms=00053}
22:50:47.362241 run                             mass: MS start registered  {at=14871732.326677838, delay=0.012021716684103012, ms=00068}
22:50:47.472776 run                             mass: MS performed LU  {at=14871732.43716525, lu_delay=6.3175702188164, ms=00049}
22:50:47.509007 run                             mass: MS performed LU  {at=14871732.473419078, lu_delay=6.051911635324359, ms=00050}
22:50:47.535048 run                osmo-ms-mob/00069: Starting mobile
22:50:47.562016 run       osmo-ms-mob/00069(pid=204): Launched
22:50:47.574509 run                             mass: MS performed LU  {at=14871732.538940808, lu_delay=4.8024505488574505, ms=00054}
22:50:47.586870 run                             mass: MS start registered  {at=14871732.55130594, delay=0.01238429918885231, ms=00069}
22:50:48.206993 run                osmo-ms-mob/00070: Starting mobile
22:50:48.234320 run       osmo-ms-mob/00070(pid=205): Launched
22:50:48.257734 run                             mass: MS start registered  {at=14871733.222130515, delay=0.010667379945516586, ms=00070}
22:50:48.609631 run                osmo-ms-mob/00071: Starting mobile
22:50:48.647857 run       osmo-ms-mob/00071(pid=206): Launched
22:50:48.692236 run                             mass: MS start registered  {at=14871733.656604283, delay=0.015290811657905579, ms=00071}
22:50:49.008146 run                osmo-ms-mob/00072: Starting mobile
22:50:49.046886 run       osmo-ms-mob/00072(pid=207): Launched
22:50:49.091524 run                             mass: MS start registered  {at=14871734.055892183, delay=0.02718026004731655, ms=00072}
22:50:49.184107 run                             mass: MS performed LU  {at=14871734.148483066, lu_delay=4.822958227247, ms=00059}
22:50:49.230165 run                             mass: MS performed LU  {at=14871734.194539417, lu_delay=5.409897543489933, ms=00058}
22:50:49.298849 run                             mass: MS performed LU  {at=14871734.26326482, lu_delay=5.700833825394511, ms=00057}
22:50:49.321310 run                osmo-ms-mob/00073: Starting mobile
22:50:49.349138 run       osmo-ms-mob/00073(pid=208): Launched
22:50:49.371726 run                             mass: MS start registered  {at=14871734.33613856, delay=0.00948447734117508, ms=00073}
22:50:49.388364 run                             mass: MS performed LU  {at=14871734.352788838, lu_delay=6.0307144690304995, ms=00056}
22:50:49.663739 run                             mass: MS performed LU  {at=14871734.628115447, lu_delay=4.951417692005634, ms=00060}
22:50:49.808320 run                osmo-ms-mob/00074: Starting mobile
22:50:49.834937 run       osmo-ms-mob/00074(pid=209): Launched
22:50:49.855693 run                             mass: MS start registered  {at=14871734.820097543, delay=0.008099593222141266, ms=00074}
22:50:50.206453 run                osmo-ms-mob/00075: Starting mobile
22:50:50.232919 run       osmo-ms-mob/00075(pid=210): Launched
22:50:50.257040 run                             mass: MS start registered  {at=14871735.221454622, delay=0.011768640950322151, ms=00075}
22:50:50.708302 run                osmo-ms-mob/00076: Starting mobile
22:50:50.734786 run       osmo-ms-mob/00076(pid=211): Launched
22:50:50.760943 run                             mass: MS start registered  {at=14871735.725367736, delay=0.013793647289276123, ms=00076}
22:50:50.965322 run                             mass: MS performed LU  {at=14871735.929703483, lu_delay=5.899982722476125, ms=00061}
22:50:51.048724 run                             mass: MS performed LU  {at=14871736.01311386, lu_delay=5.654551636427641, ms=00062}
22:50:51.072130 run                osmo-ms-mob/00077: Starting mobile
22:50:51.098516 run       osmo-ms-mob/00077(pid=212): Launched
22:50:51.110578 run                             mass: MS performed LU  {at=14871736.075009637, lu_delay=5.6361209861934185, ms=00063}
22:50:51.122492 run                             mass: MS start registered  {at=14871736.086927468, delay=0.011938681825995445, ms=00077}
22:50:51.239105 run                             mass: MS performed LU  {at=14871736.203487284, lu_delay=5.183395007625222, ms=00064}
22:50:51.273630 run                             mass: MS performed LU  {at=14871736.23805473, lu_delay=4.815988155081868, ms=00065}
22:50:51.609101 run                osmo-ms-mob/00078: Starting mobile
22:50:51.636531 run       osmo-ms-mob/00078(pid=213): Launched
22:50:51.660009 run                             mass: MS start registered  {at=14871736.62442596, delay=0.011584917083382607, ms=00078}
22:50:52.006333 run                osmo-ms-mob/00079: Starting mobile
22:50:52.032426 run       osmo-ms-mob/00079(pid=214): Launched
22:50:52.056546 run                             mass: MS start registered  {at=14871737.020968389, delay=0.0119984932243824, ms=00079}
22:50:52.509555 run                osmo-ms-mob/00080: Starting mobile
22:50:52.538616 run       osmo-ms-mob/00080(pid=215): Launched
22:50:52.560414 run                             mass: MS start registered  {at=14871737.524810517, delay=0.008827272802591324, ms=00080}
22:50:52.949662 run                             mass: MS performed LU  {at=14871737.914043646, lu_delay=5.792976154014468, ms=00067}
22:50:52.979798 run                osmo-ms-mob/00081: Starting mobile
22:50:53.008788 run       osmo-ms-mob/00081(pid=216): Launched
22:50:53.022028 run                             mass: MS performed LU  {at=14871737.986449279, lu_delay=5.435143338516355, ms=00069}
22:50:53.034815 run                             mass: MS start registered  {at=14871737.999246644, delay=0.012827994301915169, ms=00081}
22:50:53.139225 run                             mass: MS performed LU  {at=14871738.103606317, lu_delay=4.881475802510977, ms=00070}
22:50:53.176113 run                             mass: MS performed LU  {at=14871738.140508583, lu_delay=6.417199132964015, ms=00066}
22:50:53.207765 run                osmo-ms-mob/00082: Starting mobile
22:50:53.246118 run       osmo-ms-mob/00082(pid=217): Launched
22:50:53.272190 run                             mass: MS start registered  {at=14871738.236605875, delay=0.008525164797902107, ms=00082}
22:50:54.007617 run                osmo-ms-mob/00083: Starting mobile
22:50:54.047631 run       osmo-ms-mob/00083(pid=218): Launched
22:50:54.071768 run                             mass: MS start registered  {at=14871739.03616307, delay=0.005944564938545227, ms=00083}
22:50:54.508662 run                osmo-ms-mob/00084: Starting mobile
22:50:54.537920 run       osmo-ms-mob/00084(pid=219): Launched
22:50:54.562096 run                             mass: MS start registered  {at=14871739.526475746, delay=0.010686377063393593, ms=00084}
22:50:54.731224 run                             mass: MS performed LU  {at=14871739.695609307, lu_delay=6.03900502435863, ms=00071}
22:50:54.814039 run                             mass: MS performed LU  {at=14871739.778401861, lu_delay=5.442263301461935, ms=00073}
22:50:54.859670 run                             mass: MS performed LU  {at=14871739.82409501, lu_delay=5.003997467458248, ms=00074}
22:50:54.886923 run                osmo-ms-mob/00085: Starting mobile
22:50:54.915791 run       osmo-ms-mob/00085(pid=220): Launched
22:50:54.937261 run                             mass: MS start registered  {at=14871739.901686618, delay=0.007643146440386772, ms=00085}
22:50:55.004789 run                             mass: MS performed LU  {at=14871739.969167693, lu_delay=5.913275510072708, ms=00072}
22:50:55.040291 run                             mass: MS performed LU  {at=14871740.004687589, lu_delay=4.783232966437936, ms=00075}
22:50:55.608172 run                osmo-ms-mob/00086: Starting mobile
22:50:55.636345 run       osmo-ms-mob/00086(pid=221): Launched
22:50:55.657279 run                             mass: MS start registered  {at=14871740.621677931, delay=0.008027058094739914, ms=00086}
22:50:56.208745 run                osmo-ms-mob/00087: Starting mobile
22:50:56.235935 run       osmo-ms-mob/00087(pid=222): Launched
22:50:56.261083 run                             mass: MS start registered  {at=14871741.225491757, delay=0.012613419443368912, ms=00087}
22:50:56.632690 run                             mass: MS performed LU  {at=14871741.597068748, lu_delay=5.871701011434197, ms=00076}
22:50:56.715293 run                             mass: MS performed LU  {at=14871741.679680623, lu_delay=5.59275315515697, ms=00077}
22:50:56.742033 run                osmo-ms-mob/00088: Starting mobile
22:50:56.770270 run       osmo-ms-mob/00088(pid=223): Launched
22:50:56.782981 run                             mass: MS performed LU  {at=14871741.747405866, lu_delay=5.1229799054563046, ms=00078}
22:50:56.795178 run                             mass: MS start registered  {at=14871741.759613512, delay=0.012232823297381401, ms=00088}
22:50:56.905216 run                             mass: MS performed LU  {at=14871741.869584164, lu_delay=4.84861577488482, ms=00079}
22:50:57.408771 run                osmo-ms-mob/00089: Starting mobile
22:50:57.435509 run       osmo-ms-mob/00089(pid=224): Launched
22:50:57.459778 run                             mass: MS start registered  {at=14871742.424183281, delay=0.011770335957407951, ms=00089}
22:50:58.004786 run                osmo-ms-mob/00090: Starting mobile
22:50:58.033397 run       osmo-ms-mob/00090(pid=225): Launched
22:50:58.054418 run                             mass: MS start registered  {at=14871743.018830024, delay=0.008384399116039276, ms=00090}
22:50:58.497162 run                             mass: MS performed LU  {at=14871743.461538902, lu_delay=5.93672838434577, ms=00080}
22:50:58.579984 run                             mass: MS performed LU  {at=14871743.544351615, lu_delay=5.545104971155524, ms=00081}
22:50:58.607138 run                osmo-ms-mob/00091: Starting mobile
22:50:58.636151 run       osmo-ms-mob/00091(pid=226): Launched
22:50:58.648722 run                             mass: MS performed LU  {at=14871743.613146028, lu_delay=5.376540152356029, ms=00082}
22:50:58.661004 run                             mass: MS start registered  {at=14871743.625438383, delay=0.012320950627326965, ms=00091}
22:50:58.769584 run                             mass: MS performed LU  {at=14871743.73396493, lu_delay=22.916517704725266, ms=00033}
22:50:58.806229 run                             mass: MS performed LU  {at=14871743.77064618, lu_delay=23.347984621301293, ms=00032}
22:50:59.059239 run                             mass: MS performed LU  {at=14871744.02360789, lu_delay=4.987444819882512, ms=00083}
22:50:59.408943 run                osmo-ms-mob/00092: Starting mobile
22:50:59.435878 run       osmo-ms-mob/00092(pid=227): Launched
22:50:59.458573 run                             mass: MS start registered  {at=14871744.422985038, delay=0.008326683193445206, ms=00092}
22:51:00.208930 run                osmo-ms-mob/00093: Starting mobile
22:51:00.236100 run       osmo-ms-mob/00093(pid=228): Launched
22:51:00.258855 run                             mass: MS start registered  {at=14871745.22327141, delay=0.0061275772750377655, ms=00093}
22:51:00.480893 run                             mass: MS performed LU  {at=14871745.445274537, lu_delay=5.5435879193246365, ms=00085}
22:51:00.527390 run                             mass: MS performed LU  {at=14871745.491766378, lu_delay=5.965290632098913, ms=00084}
22:51:00.596491 run                             mass: MS performed LU  {at=14871745.560870022, lu_delay=4.9391920901834965, ms=00086}
22:51:01.107792 run                osmo-ms-mob/00094: Starting mobile
22:51:01.134568 run       osmo-ms-mob/00094(pid=229): Launched
22:51:01.158196 run                             mass: MS start registered  {at=14871746.122600604, delay=0.01104830764234066, ms=00094}
22:51:02.008376 run                osmo-ms-mob/00095: Starting mobile
22:51:02.036166 run       osmo-ms-mob/00095(pid=230): Launched
22:51:02.059445 run                             mass: MS start registered  {at=14871747.023848023, delay=0.006546424701809883, ms=00095}
22:51:02.346511 run                             mass: MS performed LU  {at=14871747.310889905, lu_delay=5.55127639323473, ms=00088}
22:51:02.391767 run                             mass: MS performed LU  {at=14871747.356193822, lu_delay=4.932010540738702, ms=00089}
22:51:03.010780 run                osmo-ms-mob/00096: Starting mobile
22:51:03.037342 run       osmo-ms-mob/00096(pid=231): Launched
22:51:03.060604 run                             mass: MS start registered  {at=14871748.025017928, delay=0.0112321637570858, ms=00096}
22:51:04.108123 run                osmo-ms-mob/00097: Starting mobile
22:51:04.136471 run       osmo-ms-mob/00097(pid=232): Launched
22:51:04.157032 run                             mass: MS start registered  {at=14871749.121438423, delay=0.004306565970182419, ms=00097}
22:51:04.246513 run                             mass: MS performed LU  {at=14871749.210899742, lu_delay=4.787914704531431, ms=00092}
22:51:04.292571 run                             mass: MS performed LU  {at=14871749.256987844, lu_delay=6.238157819956541, ms=00090}
22:51:04.362372 run                             mass: MS performed LU  {at=14871749.326756196, lu_delay=5.701317813247442, ms=00091}
22:51:05.409273 run                osmo-ms-mob/00098: Starting mobile
22:51:05.438311 run       osmo-ms-mob/00098(pid=233): Launched
22:51:05.461821 run                             mass: MS start registered  {at=14871750.426238578, delay=0.010986972600221634, ms=00098}
22:51:06.111602 run                             mass: MS performed LU  {at=14871751.075958872, lu_delay=5.852687461301684, ms=00093}
22:51:06.157273 run                             mass: MS performed LU  {at=14871751.121674424, lu_delay=4.9990738201886415, ms=00094}
22:51:06.282661 run                             mass: MS performed LU  {at=14871751.247032298, lu_delay=23.21715629287064, ms=00055}
22:51:07.206511 run                osmo-ms-mob/00099: Starting mobile
22:51:07.233735 run       osmo-ms-mob/00099(pid=234): Launched
22:51:07.246155 run                             mass: All started... {duration=55.75410117767751, too_slow=0}
22:51:07.257906 run                             mass: MS start registered  {at=14871752.222332595, delay=0.011741731315851212, ms=00099}
22:51:08.012640 run                             mass: MS performed LU  {at=14871752.977003684, lu_delay=5.9531556610018015, ms=00095}
22:51:08.058796 run                             mass: MS performed LU  {at=14871753.02320463, lu_delay=4.998186701908708, ms=00096}
22:51:09.877010 run                             mass: MS performed LU  {at=14871754.84136803, lu_delay=5.7199296075850725, ms=00097}
22:51:09.924389 run                             mass: MS performed LU  {at=14871754.888767797, lu_delay=22.562089959159493, ms=00068}
22:51:10.246287 run                             mass: MS performed LU  {at=14871755.21065684, lu_delay=4.784418262541294, ms=00098}
22:51:12.014402 run                             mass: MS performed LU  {at=14871756.978776313, lu_delay=4.756443718448281, ms=00099}
22:51:19.527596 run                             mass: MS performed LU  {at=14871764.491935218, lu_delay=23.266443461179733, ms=00087}
22:51:19.543478 run                             mass: Tests done {all_completed=True, max=23.347984621301293, min=4.598788145929575}
22:51:19.557895 tst         register_default_mass.py: Test passed (89.9 sec)
22:51:19.568742 run pcap-recorder_any(filters='host 127.0.42.2')(pid=22): Terminating (SIGTERM)
22:51:19.574925 run      osmo-hlr_127.0.42.2(pid=23): Terminating (SIGTERM)
22:51:19.581157 run pcap-recorder_any(filters='host 127.0.42.5 and port not 22')(pid=24): Terminating (SIGTERM)
22:51:19.587656 run      osmo-stp_127.0.42.5(pid=25): Terminating (SIGTERM)
22:51:19.593736 run pcap-recorder_any(filters='host 127.0.42.6 and port not 22')(pid=26): Terminating (SIGTERM)
22:51:19.599872 run      osmo-msc_127.0.42.6(pid=27): Terminating (SIGTERM)
22:51:19.605987 run pcap-recorder_any(filters='host 127.0.42.3 and port not 22')(pid=28): Terminating (SIGTERM)
22:51:19.612226 run      osmo-mgw_127.0.42.3(pid=29): Terminating (SIGTERM)
22:51:19.620727 run pcap-recorder_any(filters='host 127.0.42.4 and port not 22')(pid=30): Terminating (SIGTERM)
22:51:19.628044 run      osmo-mgw_127.0.42.4(pid=31): Terminating (SIGTERM)
22:51:19.634783 run pcap-recorder_any(filters='host 127.0.42.7 and port not 22')(pid=32): Terminating (SIGTERM)
22:51:19.641078 run      osmo-bsc_127.0.42.7(pid=33): Terminating (SIGTERM)
22:51:19.647388 run         osmo-bts-virtual(pid=34): Terminating (SIGTERM)
22:51:19.653690 run   osmo-ms-virt-phy/00000(pid=35): Terminating (SIGTERM)
22:51:19.659989 run   osmo-ms-virt-phy/00001(pid=36): Terminating (SIGTERM)
22:51:19.666123 run   osmo-ms-virt-phy/00002(pid=37): Terminating (SIGTERM)
22:51:19.673455 run   osmo-ms-virt-phy/00003(pid=38): Terminating (SIGTERM)
22:51:19.681027 run   osmo-ms-virt-phy/00004(pid=39): Terminating (SIGTERM)
22:51:19.687464 run   osmo-ms-virt-phy/00005(pid=40): Terminating (SIGTERM)
22:51:19.694371 run   osmo-ms-virt-phy/00006(pid=41): Terminating (SIGTERM)
22:51:19.700743 run   osmo-ms-virt-phy/00007(pid=42): Terminating (SIGTERM)
22:51:19.707054 run   osmo-ms-virt-phy/00008(pid=43): Terminating (SIGTERM)
22:51:19.714288 run   osmo-ms-virt-phy/00009(pid=44): Terminating (SIGTERM)
22:51:19.721179 run   osmo-ms-virt-phy/00010(pid=45): Terminating (SIGTERM)
22:51:19.727633 run   osmo-ms-virt-phy/00011(pid=46): Terminating (SIGTERM)
22:51:19.734008 run   osmo-ms-virt-phy/00012(pid=47): Terminating (SIGTERM)
22:51:19.740860 run   osmo-ms-virt-phy/00013(pid=48): Terminating (SIGTERM)
22:51:19.747140 run   osmo-ms-virt-phy/00014(pid=49): Terminating (SIGTERM)
22:51:19.753584 run   osmo-ms-virt-phy/00015(pid=50): Terminating (SIGTERM)
22:51:19.759979 run   osmo-ms-virt-phy/00016(pid=51): Terminating (SIGTERM)
22:51:19.766875 run   osmo-ms-virt-phy/00017(pid=52): Terminating (SIGTERM)
22:51:19.773412 run   osmo-ms-virt-phy/00018(pid=53): Terminating (SIGTERM)
22:51:19.780073 run   osmo-ms-virt-phy/00019(pid=54): Terminating (SIGTERM)
22:51:19.786526 run   osmo-ms-virt-phy/00020(pid=55): Terminating (SIGTERM)
22:51:19.792942 run   osmo-ms-virt-phy/00021(pid=56): Terminating (SIGTERM)
22:51:19.799362 run   osmo-ms-virt-phy/00022(pid=57): Terminating (SIGTERM)
22:51:19.805811 run   osmo-ms-virt-phy/00023(pid=58): Terminating (SIGTERM)
22:51:19.812318 run   osmo-ms-virt-phy/00024(pid=59): Terminating (SIGTERM)
22:51:19.819767 run   osmo-ms-virt-phy/00025(pid=60): Terminating (SIGTERM)
22:51:19.826202 run   osmo-ms-virt-phy/00026(pid=61): Terminating (SIGTERM)
22:51:19.833087 run   osmo-ms-virt-phy/00027(pid=62): Terminating (SIGTERM)
22:51:19.839841 run   osmo-ms-virt-phy/00028(pid=63): Terminating (SIGTERM)
22:51:19.846545 run   osmo-ms-virt-phy/00029(pid=64): Terminating (SIGTERM)
22:51:19.853362 run   osmo-ms-virt-phy/00030(pid=65): Terminating (SIGTERM)
22:51:19.860586 run   osmo-ms-virt-phy/00031(pid=66): Terminating (SIGTERM)
22:51:19.867829 run   osmo-ms-virt-phy/00032(pid=67): Terminating (SIGTERM)
22:51:19.875062 run   osmo-ms-virt-phy/00033(pid=68): Terminating (SIGTERM)
22:51:19.881530 run   osmo-ms-virt-phy/00034(pid=69): Terminating (SIGTERM)
22:51:19.887956 run   osmo-ms-virt-phy/00035(pid=70): Terminating (SIGTERM)
22:51:19.894326 run   osmo-ms-virt-phy/00036(pid=71): Terminating (SIGTERM)
22:51:19.900744 run   osmo-ms-virt-phy/00037(pid=72): Terminating (SIGTERM)
22:51:19.907472 run   osmo-ms-virt-phy/00038(pid=73): Terminating (SIGTERM)
22:51:19.913907 run   osmo-ms-virt-phy/00039(pid=74): Terminating (SIGTERM)
22:51:19.920283 run   osmo-ms-virt-phy/00040(pid=75): Terminating (SIGTERM)
22:51:19.927016 run   osmo-ms-virt-phy/00041(pid=76): Terminating (SIGTERM)
22:51:19.933663 run   osmo-ms-virt-phy/00042(pid=77): Terminating (SIGTERM)
22:51:19.940153 run   osmo-ms-virt-phy/00043(pid=78): Terminating (SIGTERM)
22:51:19.946859 run   osmo-ms-virt-phy/00044(pid=79): Terminating (SIGTERM)
22:51:19.953735 run   osmo-ms-virt-phy/00045(pid=80): Terminating (SIGTERM)
22:51:19.960196 run   osmo-ms-virt-phy/00046(pid=81): Terminating (SIGTERM)
22:51:19.966620 run   osmo-ms-virt-phy/00047(pid=82): Terminating (SIGTERM)
22:51:19.973426 run   osmo-ms-virt-phy/00048(pid=83): Terminating (SIGTERM)
22:51:19.979931 run   osmo-ms-virt-phy/00049(pid=84): Terminating (SIGTERM)
22:51:19.986491 run   osmo-ms-virt-phy/00050(pid=85): Terminating (SIGTERM)
22:51:19.993015 run   osmo-ms-virt-phy/00051(pid=86): Terminating (SIGTERM)
22:51:19.999703 run   osmo-ms-virt-phy/00052(pid=87): Terminating (SIGTERM)
22:51:20.007065 run   osmo-ms-virt-phy/00053(pid=88): Terminating (SIGTERM)
22:51:20.013662 run   osmo-ms-virt-phy/00054(pid=89): Terminating (SIGTERM)
22:51:20.020258 run   osmo-ms-virt-phy/00055(pid=90): Terminating (SIGTERM)
22:51:20.026830 run   osmo-ms-virt-phy/00056(pid=91): Terminating (SIGTERM)
22:51:20.033252 run   osmo-ms-virt-phy/00057(pid=92): Terminating (SIGTERM)
22:51:20.039712 run   osmo-ms-virt-phy/00058(pid=93): Terminating (SIGTERM)
22:51:20.046216 run   osmo-ms-virt-phy/00059(pid=94): Terminating (SIGTERM)
22:51:20.052655 run   osmo-ms-virt-phy/00060(pid=95): Terminating (SIGTERM)
22:51:20.059163 run   osmo-ms-virt-phy/00061(pid=96): Terminating (SIGTERM)
22:51:20.065771 run   osmo-ms-virt-phy/00062(pid=97): Terminating (SIGTERM)
22:51:20.072306 run   osmo-ms-virt-phy/00063(pid=98): Terminating (SIGTERM)
22:51:20.078756 run   osmo-ms-virt-phy/00064(pid=99): Terminating (SIGTERM)
22:51:20.085340 run  osmo-ms-virt-phy/00065(pid=100): Terminating (SIGTERM)
22:51:20.091920 run  osmo-ms-virt-phy/00066(pid=101): Terminating (SIGTERM)
22:51:20.098418 run  osmo-ms-virt-phy/00067(pid=102): Terminating (SIGTERM)
22:51:20.104874 run  osmo-ms-virt-phy/00068(pid=103): Terminating (SIGTERM)
22:51:20.111448 run  osmo-ms-virt-phy/00069(pid=104): Terminating (SIGTERM)
22:51:20.117985 run  osmo-ms-virt-phy/00070(pid=105): Terminating (SIGTERM)
22:51:20.125024 run  osmo-ms-virt-phy/00071(pid=106): Terminating (SIGTERM)
22:51:20.131673 run  osmo-ms-virt-phy/00072(pid=107): Terminating (SIGTERM)
22:51:20.138368 run  osmo-ms-virt-phy/00073(pid=108): Terminating (SIGTERM)
22:51:20.145115 run  osmo-ms-virt-phy/00074(pid=109): Terminating (SIGTERM)
22:51:20.151694 run  osmo-ms-virt-phy/00075(pid=110): Terminating (SIGTERM)
22:51:20.158314 run  osmo-ms-virt-phy/00076(pid=111): Terminating (SIGTERM)
22:51:20.164928 run  osmo-ms-virt-phy/00077(pid=112): Terminating (SIGTERM)
22:51:20.171491 run  osmo-ms-virt-phy/00078(pid=113): Terminating (SIGTERM)
22:51:20.178273 run  osmo-ms-virt-phy/00079(pid=114): Terminating (SIGTERM)
22:51:20.188110 run  osmo-ms-virt-phy/00080(pid=115): Terminating (SIGTERM)
22:51:20.196654 run  osmo-ms-virt-phy/00081(pid=116): Terminating (SIGTERM)
22:51:20.205965 run  osmo-ms-virt-phy/00082(pid=117): Terminating (SIGTERM)
22:51:20.212705 run  osmo-ms-virt-phy/00083(pid=118): Terminating (SIGTERM)
22:51:20.219465 run  osmo-ms-virt-phy/00084(pid=119): Terminating (SIGTERM)
22:51:20.226746 run  osmo-ms-virt-phy/00085(pid=120): Terminating (SIGTERM)
22:51:20.233680 run  osmo-ms-virt-phy/00086(pid=121): Terminating (SIGTERM)
22:51:20.241955 run  osmo-ms-virt-phy/00087(pid=122): Terminating (SIGTERM)
22:51:20.248348 run  osmo-ms-virt-phy/00088(pid=123): Terminating (SIGTERM)
22:51:20.254825 run  osmo-ms-virt-phy/00089(pid=124): Terminating (SIGTERM)
22:51:20.261064 run  osmo-ms-virt-phy/00090(pid=125): Terminating (SIGTERM)
22:51:20.267585 run  osmo-ms-virt-phy/00091(pid=126): Terminating (SIGTERM)
22:51:20.274125 run  osmo-ms-virt-phy/00092(pid=127): Terminating (SIGTERM)
22:51:20.280840 run  osmo-ms-virt-phy/00093(pid=128): Terminating (SIGTERM)
22:51:20.287294 run  osmo-ms-virt-phy/00094(pid=129): Terminating (SIGTERM)
22:51:20.293710 run  osmo-ms-virt-phy/00095(pid=130): Terminating (SIGTERM)
22:51:20.300217 run  osmo-ms-virt-phy/00096(pid=131): Terminating (SIGTERM)
22:51:20.306809 run  osmo-ms-virt-phy/00097(pid=132): Terminating (SIGTERM)
22:51:20.313311 run  osmo-ms-virt-phy/00098(pid=133): Terminating (SIGTERM)
22:51:20.319756 run  osmo-ms-virt-phy/00099(pid=134): Terminating (SIGTERM)
22:51:20.326167 run       osmo-ms-mob/00000(pid=135): Terminating (SIGTERM)
22:51:20.332610 run       osmo-ms-mob/00001(pid=136): Terminating (SIGTERM)
22:51:20.339002 run       osmo-ms-mob/00002(pid=137): Terminating (SIGTERM)
22:51:20.345358 run       osmo-ms-mob/00003(pid=138): Terminating (SIGTERM)
22:51:20.351533 run       osmo-ms-mob/00004(pid=139): Terminating (SIGTERM)
22:51:20.357692 run       osmo-ms-mob/00005(pid=140): Terminating (SIGTERM)
22:51:20.363914 run       osmo-ms-mob/00006(pid=141): Terminating (SIGTERM)
22:51:20.370083 run       osmo-ms-mob/00007(pid=142): Terminating (SIGTERM)
22:51:20.376237 run       osmo-ms-mob/00008(pid=143): Terminating (SIGTERM)
22:51:20.382382 run       osmo-ms-mob/00009(pid=144): Terminating (SIGTERM)
22:51:20.388539 run       osmo-ms-mob/00010(pid=145): Terminating (SIGTERM)
22:51:20.394708 run       osmo-ms-mob/00011(pid=146): Terminating (SIGTERM)
22:51:20.400856 run       osmo-ms-mob/00012(pid=147): Terminating (SIGTERM)
22:51:20.407043 run       osmo-ms-mob/00013(pid=148): Terminating (SIGTERM)
22:51:20.413256 run       osmo-ms-mob/00014(pid=149): Terminating (SIGTERM)
22:51:20.419498 run       osmo-ms-mob/00015(pid=150): Terminating (SIGTERM)
22:51:20.425749 run       osmo-ms-mob/00016(pid=151): Terminating (SIGTERM)
22:51:20.431914 run       osmo-ms-mob/00017(pid=152): Terminating (SIGTERM)
22:51:20.438006 run       osmo-ms-mob/00018(pid=153): Terminating (SIGTERM)
22:51:20.444128 run       osmo-ms-mob/00019(pid=154): Terminating (SIGTERM)
22:51:20.450262 run       osmo-ms-mob/00020(pid=155): Terminating (SIGTERM)
22:51:20.456499 run       osmo-ms-mob/00021(pid=156): Terminating (SIGTERM)
22:51:20.462603 run       osmo-ms-mob/00022(pid=157): Terminating (SIGTERM)
22:51:20.468804 run       osmo-ms-mob/00023(pid=158): Terminating (SIGTERM)
22:51:20.474940 run       osmo-ms-mob/00024(pid=159): Terminating (SIGTERM)
22:51:20.481120 run       osmo-ms-mob/00025(pid=160): Terminating (SIGTERM)
22:51:20.487298 run       osmo-ms-mob/00026(pid=161): Terminating (SIGTERM)
22:51:20.493457 run       osmo-ms-mob/00027(pid=162): Terminating (SIGTERM)
22:51:20.499600 run       osmo-ms-mob/00028(pid=163): Terminating (SIGTERM)
22:51:20.505730 run       osmo-ms-mob/00029(pid=164): Terminating (SIGTERM)
22:51:20.511900 run       osmo-ms-mob/00030(pid=165): Terminating (SIGTERM)
22:51:20.518012 run       osmo-ms-mob/00031(pid=166): Terminating (SIGTERM)
22:51:20.524157 run       osmo-ms-mob/00032(pid=167): Terminating (SIGTERM)
22:51:20.530379 run       osmo-ms-mob/00033(pid=168): Terminating (SIGTERM)
22:51:20.536487 run       osmo-ms-mob/00034(pid=169): Terminating (SIGTERM)
22:51:20.542650 run       osmo-ms-mob/00035(pid=170): Terminating (SIGTERM)
22:51:20.548793 run       osmo-ms-mob/00036(pid=171): Terminating (SIGTERM)
22:51:20.554975 run       osmo-ms-mob/00037(pid=172): Terminating (SIGTERM)
22:51:20.561127 run       osmo-ms-mob/00038(pid=173): Terminating (SIGTERM)
22:51:20.567355 run       osmo-ms-mob/00039(pid=174): Terminating (SIGTERM)
22:51:20.573595 run       osmo-ms-mob/00040(pid=175): Terminating (SIGTERM)
22:51:20.579757 run       osmo-ms-mob/00041(pid=176): Terminating (SIGTERM)
22:51:20.585898 run       osmo-ms-mob/00042(pid=177): Terminating (SIGTERM)
22:51:20.592045 run       osmo-ms-mob/00043(pid=178): Terminating (SIGTERM)
22:51:20.598354 run       osmo-ms-mob/00044(pid=179): Terminating (SIGTERM)
22:51:20.604705 run       osmo-ms-mob/00045(pid=180): Terminating (SIGTERM)
22:51:20.611073 run       osmo-ms-mob/00046(pid=181): Terminating (SIGTERM)
22:51:20.617445 run       osmo-ms-mob/00047(pid=182): Terminating (SIGTERM)
22:51:20.623735 run       osmo-ms-mob/00048(pid=183): Terminating (SIGTERM)
22:51:20.630080 run       osmo-ms-mob/00049(pid=184): Terminating (SIGTERM)
22:51:20.636464 run       osmo-ms-mob/00050(pid=185): Terminating (SIGTERM)
22:51:20.642798 run       osmo-ms-mob/00051(pid=186): Terminating (SIGTERM)
22:51:20.649135 run       osmo-ms-mob/00052(pid=187): Terminating (SIGTERM)
22:51:20.655531 run       osmo-ms-mob/00053(pid=188): Terminating (SIGTERM)
22:51:20.662019 run       osmo-ms-mob/00054(pid=189): Terminating (SIGTERM)
22:51:20.668368 run       osmo-ms-mob/00055(pid=190): Terminating (SIGTERM)
22:51:20.674544 run       osmo-ms-mob/00056(pid=191): Terminating (SIGTERM)
22:51:20.680840 run       osmo-ms-mob/00057(pid=192): Terminating (SIGTERM)
22:51:20.686983 run       osmo-ms-mob/00058(pid=193): Terminating (SIGTERM)
22:51:20.693148 run       osmo-ms-mob/00059(pid=194): Terminating (SIGTERM)
22:51:20.699353 run       osmo-ms-mob/00060(pid=195): Terminating (SIGTERM)
22:51:20.705464 run       osmo-ms-mob/00061(pid=196): Terminating (SIGTERM)
22:51:20.711591 run       osmo-ms-mob/00062(pid=197): Terminating (SIGTERM)
22:51:20.717739 run       osmo-ms-mob/00063(pid=198): Terminating (SIGTERM)
22:51:20.723894 run       osmo-ms-mob/00064(pid=199): Terminating (SIGTERM)
22:51:20.730026 run       osmo-ms-mob/00065(pid=200): Terminating (SIGTERM)
22:51:20.736208 run       osmo-ms-mob/00066(pid=201): Terminating (SIGTERM)
22:51:20.742395 run       osmo-ms-mob/00067(pid=202): Terminating (SIGTERM)
22:51:20.748602 run       osmo-ms-mob/00068(pid=203): Terminating (SIGTERM)
22:51:20.754801 run       osmo-ms-mob/00069(pid=204): Terminating (SIGTERM)
22:51:20.761141 run       osmo-ms-mob/00070(pid=205): Terminating (SIGTERM)
22:51:20.767567 run       osmo-ms-mob/00071(pid=206): Terminating (SIGTERM)
22:51:20.773831 run       osmo-ms-mob/00072(pid=207): Terminating (SIGTERM)
22:51:20.780029 run       osmo-ms-mob/00073(pid=208): Terminating (SIGTERM)
22:51:20.786156 run       osmo-ms-mob/00074(pid=209): Terminating (SIGTERM)
22:51:20.792293 run       osmo-ms-mob/00075(pid=210): Terminating (SIGTERM)
22:51:20.798424 run       osmo-ms-mob/00076(pid=211): Terminating (SIGTERM)
22:51:20.804547 run       osmo-ms-mob/00077(pid=212): Terminating (SIGTERM)
22:51:20.810700 run       osmo-ms-mob/00078(pid=213): Terminating (SIGTERM)
22:51:20.816862 run       osmo-ms-mob/00079(pid=214): Terminating (SIGTERM)
22:51:20.823019 run       osmo-ms-mob/00080(pid=215): Terminating (SIGTERM)
22:51:20.829191 run       osmo-ms-mob/00081(pid=216): Terminating (SIGTERM)
22:51:20.835372 run       osmo-ms-mob/00082(pid=217): Terminating (SIGTERM)
22:51:20.841655 run       osmo-ms-mob/00083(pid=218): Terminating (SIGTERM)
22:51:20.847989 run       osmo-ms-mob/00084(pid=219): Terminating (SIGTERM)
22:51:20.854342 run       osmo-ms-mob/00085(pid=220): Terminating (SIGTERM)
22:51:20.860697 run       osmo-ms-mob/00086(pid=221): Terminating (SIGTERM)
22:51:20.867031 run       osmo-ms-mob/00087(pid=222): Terminating (SIGTERM)
22:51:20.873211 run       osmo-ms-mob/00088(pid=223): Terminating (SIGTERM)
22:51:20.879325 run       osmo-ms-mob/00089(pid=224): Terminating (SIGTERM)
22:51:20.885431 run       osmo-ms-mob/00090(pid=225): Terminating (SIGTERM)
22:51:20.891601 run       osmo-ms-mob/00091(pid=226): Terminating (SIGTERM)
22:51:20.897723 run       osmo-ms-mob/00092(pid=227): Terminating (SIGTERM)
22:51:20.903826 run       osmo-ms-mob/00093(pid=228): Terminating (SIGTERM)
22:51:20.909932 run       osmo-ms-mob/00094(pid=229): Terminating (SIGTERM)
22:51:20.916105 run       osmo-ms-mob/00095(pid=230): Terminating (SIGTERM)
22:51:20.922201 run       osmo-ms-mob/00096(pid=231): Terminating (SIGTERM)
22:51:20.928347 run       osmo-ms-mob/00097(pid=232): Terminating (SIGTERM)
22:51:20.934465 run       osmo-ms-mob/00098(pid=233): Terminating (SIGTERM)
22:51:20.940586 run       osmo-ms-mob/00099(pid=234): Terminating (SIGTERM)
22:51:20.946706 ---      ParallelTerminationStrategy: PID 22 died...
22:51:20.949466 run pcap-recorder_any(filters='host 127.0.42.2')(pid=22): Terminated: ok {rc=0}
22:51:20.956231 ---      ParallelTerminationStrategy: PID 23 died...
22:51:20.958971 run      osmo-hlr_127.0.42.2(pid=23): Terminated: ok {rc=0}
22:51:20.965764 ---      ParallelTerminationStrategy: PID 24 died...
22:51:20.968508 run pcap-recorder_any(filters='host 127.0.42.5 and port not 22')(pid=24): Terminated: ok {rc=0}
22:51:20.975227 ---      ParallelTerminationStrategy: PID 25 died...
22:51:20.977965 run      osmo-stp_127.0.42.5(pid=25): Terminated: ok {rc=0}
22:51:20.984715 ---      ParallelTerminationStrategy: PID 26 died...
22:51:20.987451 run pcap-recorder_any(filters='host 127.0.42.6 and port not 22')(pid=26): Terminated: ok {rc=0}
22:51:20.994264 ---      ParallelTerminationStrategy: PID 27 died...
22:51:20.997056 run      osmo-msc_127.0.42.6(pid=27): Terminated: ok {rc=0}
22:51:21.003894 ---      ParallelTerminationStrategy: PID 28 died...
22:51:21.007123 run pcap-recorder_any(filters='host 127.0.42.3 and port not 22')(pid=28): Terminated: ok {rc=0}
22:51:21.013925 ---      ParallelTerminationStrategy: PID 29 died...
22:51:21.016678 run      osmo-mgw_127.0.42.3(pid=29): Terminated {rc=15}
22:51:21.023429 ---      ParallelTerminationStrategy: PID 30 died...
22:51:21.026185 run pcap-recorder_any(filters='host 127.0.42.4 and port not 22')(pid=30): Terminated: ok {rc=0}
22:51:21.032958 ---      ParallelTerminationStrategy: PID 31 died...
22:51:21.035707 run      osmo-mgw_127.0.42.4(pid=31): Terminated {rc=15}
22:51:21.042532 ---      ParallelTerminationStrategy: PID 32 died...
22:51:21.045351 run pcap-recorder_any(filters='host 127.0.42.7 and port not 22')(pid=32): Terminated: ok {rc=0}
22:51:21.052128 ---      ParallelTerminationStrategy: PID 33 died...
22:51:21.054881 run      osmo-bsc_127.0.42.7(pid=33): Terminated: ok {rc=0}
22:51:21.061632 ---      ParallelTerminationStrategy: PID 35 died...
22:51:21.064391 run   osmo-ms-virt-phy/00000(pid=35): Terminated: ok {rc=0}
22:51:21.071163 ---      ParallelTerminationStrategy: PID 36 died...
22:51:21.073934 run   osmo-ms-virt-phy/00001(pid=36): Terminated: ok {rc=0}
22:51:21.080747 ---      ParallelTerminationStrategy: PID 37 died...
22:51:21.083512 run   osmo-ms-virt-phy/00002(pid=37): Terminated: ok {rc=0}
22:51:21.090314 ---      ParallelTerminationStrategy: PID 38 died...
22:51:21.093079 run   osmo-ms-virt-phy/00003(pid=38): Terminated: ok {rc=0}
22:51:21.099851 ---      ParallelTerminationStrategy: PID 39 died...
22:51:21.102601 run   osmo-ms-virt-phy/00004(pid=39): Terminated: ok {rc=0}
22:51:21.109386 ---      ParallelTerminationStrategy: PID 40 died...
22:51:21.112164 run   osmo-ms-virt-phy/00005(pid=40): Terminated: ok {rc=0}
22:51:21.118969 ---      ParallelTerminationStrategy: PID 41 died...
22:51:21.121746 run   osmo-ms-virt-phy/00006(pid=41): Terminated: ok {rc=0}
22:51:21.128513 ---      ParallelTerminationStrategy: PID 42 died...
22:51:21.131255 run   osmo-ms-virt-phy/00007(pid=42): Terminated: ok {rc=0}
22:51:21.138079 ---      ParallelTerminationStrategy: PID 43 died...
22:51:21.140848 run   osmo-ms-virt-phy/00008(pid=43): Terminated: ok {rc=0}
22:51:21.147684 ---      ParallelTerminationStrategy: PID 44 died...
22:51:21.150421 run   osmo-ms-virt-phy/00009(pid=44): Terminated: ok {rc=0}
22:51:21.159181 ---      ParallelTerminationStrategy: PID 45 died...
22:51:21.161908 run   osmo-ms-virt-phy/00010(pid=45): Terminated: ok {rc=0}
22:51:21.168623 ---      ParallelTerminationStrategy: PID 46 died...
22:51:21.171341 run   osmo-ms-virt-phy/00011(pid=46): Terminated: ok {rc=0}
22:51:21.178076 ---      ParallelTerminationStrategy: PID 47 died...
22:51:21.180814 run   osmo-ms-virt-phy/00012(pid=47): Terminated: ok {rc=0}
22:51:21.187515 ---      ParallelTerminationStrategy: PID 48 died...
22:51:21.190244 run   osmo-ms-virt-phy/00013(pid=48): Terminated: ok {rc=0}
22:51:21.196967 ---      ParallelTerminationStrategy: PID 49 died...
22:51:21.199697 run   osmo-ms-virt-phy/00014(pid=49): Terminated: ok {rc=0}
22:51:21.206447 ---      ParallelTerminationStrategy: PID 50 died...
22:51:21.209186 run   osmo-ms-virt-phy/00015(pid=50): Terminated: ok {rc=0}
22:51:21.215928 ---      ParallelTerminationStrategy: PID 51 died...
22:51:21.218652 run   osmo-ms-virt-phy/00016(pid=51): Terminated: ok {rc=0}
22:51:21.225399 ---      ParallelTerminationStrategy: PID 52 died...
22:51:21.228134 run   osmo-ms-virt-phy/00017(pid=52): Terminated: ok {rc=0}
22:51:21.234939 ---      ParallelTerminationStrategy: PID 53 died...
22:51:21.237705 run   osmo-ms-virt-phy/00018(pid=53): Terminated: ok {rc=0}
22:51:21.244510 ---      ParallelTerminationStrategy: PID 54 died...
22:51:21.247269 run   osmo-ms-virt-phy/00019(pid=54): Terminated: ok {rc=0}
22:51:21.254067 ---      ParallelTerminationStrategy: PID 55 died...
22:51:21.256821 run   osmo-ms-virt-phy/00020(pid=55): Terminated: ok {rc=0}
22:51:21.263643 ---      ParallelTerminationStrategy: PID 56 died...
22:51:21.266399 run   osmo-ms-virt-phy/00021(pid=56): Terminated: ok {rc=0}
22:51:21.273227 ---      ParallelTerminationStrategy: PID 57 died...
22:51:21.275951 run   osmo-ms-virt-phy/00022(pid=57): Terminated: ok {rc=0}
22:51:21.284655 ---      ParallelTerminationStrategy: PID 58 died...
22:51:21.287366 run   osmo-ms-virt-phy/00023(pid=58): Terminated: ok {rc=0}
22:51:21.294064 ---      ParallelTerminationStrategy: PID 59 died...
22:51:21.296802 run   osmo-ms-virt-phy/00024(pid=59): Terminated: ok {rc=0}
22:51:21.303494 ---      ParallelTerminationStrategy: PID 60 died...
22:51:21.306225 run   osmo-ms-virt-phy/00025(pid=60): Terminated: ok {rc=0}
22:51:21.312983 ---      ParallelTerminationStrategy: PID 61 died...
22:51:21.315772 run   osmo-ms-virt-phy/00026(pid=61): Terminated: ok {rc=0}
22:51:21.322488 ---      ParallelTerminationStrategy: PID 62 died...
22:51:21.325243 run   osmo-ms-virt-phy/00027(pid=62): Terminated: ok {rc=0}
22:51:21.332095 ---      ParallelTerminationStrategy: PID 63 died...
22:51:21.334886 run   osmo-ms-virt-phy/00028(pid=63): Terminated: ok {rc=0}
22:51:21.341740 ---      ParallelTerminationStrategy: PID 64 died...
22:51:21.344480 run   osmo-ms-virt-phy/00029(pid=64): Terminated: ok {rc=0}
22:51:21.352675 ---      ParallelTerminationStrategy: PID 65 died...
22:51:21.355419 run   osmo-ms-virt-phy/00030(pid=65): Terminated: ok {rc=0}
22:51:21.362168 ---      ParallelTerminationStrategy: PID 66 died...
22:51:21.364925 run   osmo-ms-virt-phy/00031(pid=66): Terminated: ok {rc=0}
22:51:21.371719 ---      ParallelTerminationStrategy: PID 67 died...
22:51:21.374458 run   osmo-ms-virt-phy/00032(pid=67): Terminated: ok {rc=0}
22:51:21.381218 ---      ParallelTerminationStrategy: PID 68 died...
22:51:21.384001 run   osmo-ms-virt-phy/00033(pid=68): Terminated: ok {rc=0}
22:51:21.390758 ---      ParallelTerminationStrategy: PID 69 died...
22:51:21.393525 run   osmo-ms-virt-phy/00034(pid=69): Terminated: ok {rc=0}
22:51:21.400319 ---      ParallelTerminationStrategy: PID 70 died...
22:51:21.403066 run   osmo-ms-virt-phy/00035(pid=70): Terminated: ok {rc=0}
22:51:21.409875 ---      ParallelTerminationStrategy: PID 71 died...
22:51:21.412642 run   osmo-ms-virt-phy/00036(pid=71): Terminated: ok {rc=0}
22:51:21.419358 ---      ParallelTerminationStrategy: PID 72 died...
22:51:21.422101 run   osmo-ms-virt-phy/00037(pid=72): Terminated: ok {rc=0}
22:51:21.428846 ---      ParallelTerminationStrategy: PID 73 died...
22:51:21.431591 run   osmo-ms-virt-phy/00038(pid=73): Terminated: ok {rc=0}
22:51:21.438330 ---      ParallelTerminationStrategy: PID 74 died...
22:51:21.441061 run   osmo-ms-virt-phy/00039(pid=74): Terminated: ok {rc=0}
22:51:21.447826 ---      ParallelTerminationStrategy: PID 75 died...
22:51:21.450577 run   osmo-ms-virt-phy/00040(pid=75): Terminated: ok {rc=0}
22:51:21.457330 ---      ParallelTerminationStrategy: PID 76 died...
22:51:21.460067 run   osmo-ms-virt-phy/00041(pid=76): Terminated: ok {rc=0}
22:51:21.466778 ---      ParallelTerminationStrategy: PID 77 died...
22:51:21.469515 run   osmo-ms-virt-phy/00042(pid=77): Terminated: ok {rc=0}
22:51:21.476309 ---      ParallelTerminationStrategy: PID 78 died...
22:51:21.479044 run   osmo-ms-virt-phy/00043(pid=78): Terminated: ok {rc=0}
22:51:21.485813 ---      ParallelTerminationStrategy: PID 79 died...
22:51:21.488568 run   osmo-ms-virt-phy/00044(pid=79): Terminated: ok {rc=0}
22:51:21.495301 ---      ParallelTerminationStrategy: PID 80 died...
22:51:21.498054 run   osmo-ms-virt-phy/00045(pid=80): Terminated: ok {rc=0}
22:51:21.504796 ---      ParallelTerminationStrategy: PID 81 died...
22:51:21.507520 run   osmo-ms-virt-phy/00046(pid=81): Terminated: ok {rc=0}
22:51:21.514264 ---      ParallelTerminationStrategy: PID 82 died...
22:51:21.517015 run   osmo-ms-virt-phy/00047(pid=82): Terminated: ok {rc=0}
22:51:21.523751 ---      ParallelTerminationStrategy: PID 83 died...
22:51:21.526478 run   osmo-ms-virt-phy/00048(pid=83): Terminated: ok {rc=0}
22:51:21.533252 ---      ParallelTerminationStrategy: PID 84 died...
22:51:21.535994 run   osmo-ms-virt-phy/00049(pid=84): Terminated: ok {rc=0}
22:51:21.542727 ---      ParallelTerminationStrategy: PID 85 died...
22:51:21.545468 run   osmo-ms-virt-phy/00050(pid=85): Terminated: ok {rc=0}
22:51:21.552232 ---      ParallelTerminationStrategy: PID 86 died...
22:51:21.554962 run   osmo-ms-virt-phy/00051(pid=86): Terminated: ok {rc=0}
22:51:21.561729 ---      ParallelTerminationStrategy: PID 87 died...
22:51:21.564475 run   osmo-ms-virt-phy/00052(pid=87): Terminated: ok {rc=0}
22:51:21.571208 ---      ParallelTerminationStrategy: PID 88 died...
22:51:21.573954 run   osmo-ms-virt-phy/00053(pid=88): Terminated: ok {rc=0}
22:51:21.580710 ---      ParallelTerminationStrategy: PID 89 died...
22:51:21.583445 run   osmo-ms-virt-phy/00054(pid=89): Terminated: ok {rc=0}
22:51:21.590184 ---      ParallelTerminationStrategy: PID 90 died...
22:51:21.592931 run   osmo-ms-virt-phy/00055(pid=90): Terminated: ok {rc=0}
22:51:21.599717 ---      ParallelTerminationStrategy: PID 91 died...
22:51:21.602436 run   osmo-ms-virt-phy/00056(pid=91): Terminated: ok {rc=0}
22:51:21.611129 ---      ParallelTerminationStrategy: PID 92 died...
22:51:21.613853 run   osmo-ms-virt-phy/00057(pid=92): Terminated: ok {rc=0}
22:51:21.620563 ---      ParallelTerminationStrategy: PID 93 died...
22:51:21.623272 run   osmo-ms-virt-phy/00058(pid=93): Terminated: ok {rc=0}
22:51:21.630003 ---      ParallelTerminationStrategy: PID 94 died...
22:51:21.632737 run   osmo-ms-virt-phy/00059(pid=94): Terminated: ok {rc=0}
22:51:21.639423 ---      ParallelTerminationStrategy: PID 95 died...
22:51:21.642173 run   osmo-ms-virt-phy/00060(pid=95): Terminated: ok {rc=0}
22:51:21.648899 ---      ParallelTerminationStrategy: PID 96 died...
22:51:21.651638 run   osmo-ms-virt-phy/00061(pid=96): Terminated: ok {rc=0}
22:51:21.658341 ---      ParallelTerminationStrategy: PID 97 died...
22:51:21.661060 run   osmo-ms-virt-phy/00062(pid=97): Terminated: ok {rc=0}
22:51:21.667763 ---      ParallelTerminationStrategy: PID 98 died...
22:51:21.670478 run   osmo-ms-virt-phy/00063(pid=98): Terminated: ok {rc=0}
22:51:21.677216 ---      ParallelTerminationStrategy: PID 99 died...
22:51:21.679946 run   osmo-ms-virt-phy/00064(pid=99): Terminated: ok {rc=0}
22:51:21.686702 ---      ParallelTerminationStrategy: PID 100 died...
22:51:21.689445 run  osmo-ms-virt-phy/00065(pid=100): Terminated: ok {rc=0}
22:51:21.696180 ---      ParallelTerminationStrategy: PID 101 died...
22:51:21.698920 run  osmo-ms-virt-phy/00066(pid=101): Terminated: ok {rc=0}
22:51:21.705660 ---      ParallelTerminationStrategy: PID 102 died...
22:51:21.708400 run  osmo-ms-virt-phy/00067(pid=102): Terminated: ok {rc=0}
22:51:21.715101 ---      ParallelTerminationStrategy: PID 103 died...
22:51:21.717825 run  osmo-ms-virt-phy/00068(pid=103): Terminated: ok {rc=0}
22:51:21.724530 ---      ParallelTerminationStrategy: PID 104 died...
22:51:21.727246 run  osmo-ms-virt-phy/00069(pid=104): Terminated: ok {rc=0}
22:51:21.733962 ---      ParallelTerminationStrategy: PID 105 died...
22:51:21.736691 run  osmo-ms-virt-phy/00070(pid=105): Terminated: ok {rc=0}
22:51:21.743422 ---      ParallelTerminationStrategy: PID 106 died...
22:51:21.746168 run  osmo-ms-virt-phy/00071(pid=106): Terminated: ok {rc=0}
22:51:21.752928 ---      ParallelTerminationStrategy: PID 107 died...
22:51:21.755649 run  osmo-ms-virt-phy/00072(pid=107): Terminated: ok {rc=0}
22:51:21.762386 ---      ParallelTerminationStrategy: PID 108 died...
22:51:21.765138 run  osmo-ms-virt-phy/00073(pid=108): Terminated: ok {rc=0}
22:51:21.771881 ---      ParallelTerminationStrategy: PID 109 died...
22:51:21.774603 run  osmo-ms-virt-phy/00074(pid=109): Terminated: ok {rc=0}
22:51:21.781334 ---      ParallelTerminationStrategy: PID 110 died...
22:51:21.784074 run  osmo-ms-virt-phy/00075(pid=110): Terminated: ok {rc=0}
22:51:21.790776 ---      ParallelTerminationStrategy: PID 111 died...
22:51:21.793511 run  osmo-ms-virt-phy/00076(pid=111): Terminated: ok {rc=0}
22:51:21.800240 ---      ParallelTerminationStrategy: PID 112 died...
22:51:21.802962 run  osmo-ms-virt-phy/00077(pid=112): Terminated: ok {rc=0}
22:51:21.809693 ---      ParallelTerminationStrategy: PID 113 died...
22:51:21.812453 run  osmo-ms-virt-phy/00078(pid=113): Terminated: ok {rc=0}
22:51:21.819194 ---      ParallelTerminationStrategy: PID 114 died...
22:51:21.821933 run  osmo-ms-virt-phy/00079(pid=114): Terminated: ok {rc=0}
22:51:21.828678 ---      ParallelTerminationStrategy: PID 115 died...
22:51:21.831426 run  osmo-ms-virt-phy/00080(pid=115): Terminated: ok {rc=0}
22:51:21.838189 ---      ParallelTerminationStrategy: PID 116 died...
22:51:21.840926 run  osmo-ms-virt-phy/00081(pid=116): Terminated: ok {rc=0}
22:51:21.847665 ---      ParallelTerminationStrategy: PID 117 died...
22:51:21.850404 run  osmo-ms-virt-phy/00082(pid=117): Terminated: ok {rc=0}
22:51:21.857137 ---      ParallelTerminationStrategy: PID 118 died...
22:51:21.859875 run  osmo-ms-virt-phy/00083(pid=118): Terminated: ok {rc=0}
22:51:21.866649 ---      ParallelTerminationStrategy: PID 119 died...
22:51:21.869400 run  osmo-ms-virt-phy/00084(pid=119): Terminated: ok {rc=0}
22:51:21.876142 ---      ParallelTerminationStrategy: PID 120 died...
22:51:21.878872 run  osmo-ms-virt-phy/00085(pid=120): Terminated: ok {rc=0}
22:51:21.885640 ---      ParallelTerminationStrategy: PID 121 died...
22:51:21.888392 run  osmo-ms-virt-phy/00086(pid=121): Terminated: ok {rc=0}
22:51:21.895075 ---      ParallelTerminationStrategy: PID 122 died...
22:51:21.897825 run  osmo-ms-virt-phy/00087(pid=122): Terminated: ok {rc=0}
22:51:21.904545 ---      ParallelTerminationStrategy: PID 123 died...
22:51:21.907251 run  osmo-ms-virt-phy/00088(pid=123): Terminated: ok {rc=0}
22:51:21.914032 ---      ParallelTerminationStrategy: PID 124 died...
22:51:21.917787 run  osmo-ms-virt-phy/00089(pid=124): Terminated: ok {rc=0}
22:51:21.925799 ---      ParallelTerminationStrategy: PID 125 died...
22:51:21.928544 run  osmo-ms-virt-phy/00090(pid=125): Terminated: ok {rc=0}
22:51:21.935275 ---      ParallelTerminationStrategy: PID 126 died...
22:51:21.937998 run  osmo-ms-virt-phy/00091(pid=126): Terminated: ok {rc=0}
22:51:21.944713 ---      ParallelTerminationStrategy: PID 127 died...
22:51:21.947432 run  osmo-ms-virt-phy/00092(pid=127): Terminated: ok {rc=0}
22:51:21.954160 ---      ParallelTerminationStrategy: PID 128 died...
22:51:21.956892 run  osmo-ms-virt-phy/00093(pid=128): Terminated: ok {rc=0}
22:51:21.963660 ---      ParallelTerminationStrategy: PID 129 died...
22:51:21.966394 run  osmo-ms-virt-phy/00094(pid=129): Terminated: ok {rc=0}
22:51:21.973181 ---      ParallelTerminationStrategy: PID 130 died...
22:51:21.975927 run  osmo-ms-virt-phy/00095(pid=130): Terminated: ok {rc=0}
22:51:21.982643 ---      ParallelTerminationStrategy: PID 131 died...
22:51:21.985368 run  osmo-ms-virt-phy/00096(pid=131): Terminated: ok {rc=0}
22:51:21.992135 ---      ParallelTerminationStrategy: PID 132 died...
22:51:21.994838 run  osmo-ms-virt-phy/00097(pid=132): Terminated: ok {rc=0}
22:51:22.003544 ---      ParallelTerminationStrategy: PID 133 died...
22:51:22.006262 run  osmo-ms-virt-phy/00098(pid=133): Terminated: ok {rc=0}
22:51:22.012946 ---      ParallelTerminationStrategy: PID 134 died...
22:51:22.015653 run  osmo-ms-virt-phy/00099(pid=134): Terminated: ok {rc=0}
22:51:22.022328 ---      ParallelTerminationStrategy: PID 135 died...
22:51:22.025076 run       osmo-ms-mob/00000(pid=135): Terminated {rc=26112}
22:51:22.031803 ---      ParallelTerminationStrategy: PID 136 died...
22:51:22.034514 run       osmo-ms-mob/00001(pid=136): Terminated {rc=26112}
22:51:22.041247 ---      ParallelTerminationStrategy: PID 137 died...
22:51:22.043977 run       osmo-ms-mob/00002(pid=137): Terminated {rc=26112}
22:51:22.050754 ---      ParallelTerminationStrategy: PID 138 died...
22:51:22.053472 run       osmo-ms-mob/00003(pid=138): Terminated {rc=26112}
22:51:22.060204 ---      ParallelTerminationStrategy: PID 139 died...
22:51:22.062918 run       osmo-ms-mob/00004(pid=139): Terminated {rc=26112}
22:51:22.069667 ---      ParallelTerminationStrategy: PID 140 died...
22:51:22.072416 run       osmo-ms-mob/00005(pid=140): Terminated {rc=26112}
22:51:22.079252 ---      ParallelTerminationStrategy: PID 141 died...
22:51:22.081978 run       osmo-ms-mob/00006(pid=141): Terminated {rc=26112}
22:51:22.088711 ---      ParallelTerminationStrategy: PID 142 died...
22:51:22.091429 run       osmo-ms-mob/00007(pid=142): Terminated {rc=26112}
22:51:22.098207 ---      ParallelTerminationStrategy: PID 143 died...
22:51:22.100946 run       osmo-ms-mob/00008(pid=143): Terminated {rc=26112}
22:51:22.107702 ---      ParallelTerminationStrategy: PID 144 died...
22:51:22.110414 run       osmo-ms-mob/00009(pid=144): Terminated {rc=26112}
22:51:22.117153 ---      ParallelTerminationStrategy: PID 145 died...
22:51:22.119926 run       osmo-ms-mob/00010(pid=145): Terminated {rc=26112}
22:51:22.126703 ---      ParallelTerminationStrategy: PID 146 died...
22:51:22.130429 run       osmo-ms-mob/00011(pid=146): Terminated {rc=26112}
22:51:22.138192 ---      ParallelTerminationStrategy: PID 147 died...
22:51:22.140952 run       osmo-ms-mob/00012(pid=147): Terminated {rc=26112}
22:51:22.147699 ---      ParallelTerminationStrategy: PID 148 died...
22:51:22.150415 run       osmo-ms-mob/00013(pid=148): Terminated {rc=26112}
22:51:22.157174 ---      ParallelTerminationStrategy: PID 149 died...
22:51:22.159896 run       osmo-ms-mob/00014(pid=149): Terminated {rc=26112}
22:51:22.166661 ---      ParallelTerminationStrategy: PID 150 died...
22:51:22.169384 run       osmo-ms-mob/00015(pid=150): Terminated {rc=26112}
22:51:22.176109 ---      ParallelTerminationStrategy: PID 151 died...
22:51:22.178853 run       osmo-ms-mob/00016(pid=151): Terminated {rc=26112}
22:51:22.185750 ---      ParallelTerminationStrategy: PID 152 died...
22:51:22.188549 run       osmo-ms-mob/00017(pid=152): Terminated {rc=26112}
22:51:22.195511 ---      ParallelTerminationStrategy: PID 153 died...
22:51:22.198356 run       osmo-ms-mob/00018(pid=153): Terminated {rc=26112}
22:51:22.205306 ---      ParallelTerminationStrategy: PID 154 died...
22:51:22.208111 run       osmo-ms-mob/00019(pid=154): Terminated {rc=26112}
22:51:22.214884 ---      ParallelTerminationStrategy: PID 155 died...
22:51:22.217636 run       osmo-ms-mob/00020(pid=155): Terminated {rc=26112}
22:51:22.224440 ---      ParallelTerminationStrategy: PID 156 died...
22:51:22.227151 run       osmo-ms-mob/00021(pid=156): Terminated {rc=26112}
22:51:22.233941 ---      ParallelTerminationStrategy: PID 157 died...
22:51:22.236653 run       osmo-ms-mob/00022(pid=157): Terminated {rc=26112}
22:51:22.243384 ---      ParallelTerminationStrategy: PID 158 died...
22:51:22.246099 run       osmo-ms-mob/00023(pid=158): Terminated {rc=26112}
22:51:22.252820 ---      ParallelTerminationStrategy: PID 159 died...
22:51:22.255517 run       osmo-ms-mob/00024(pid=159): Terminated {rc=26112}
22:51:22.262279 ---      ParallelTerminationStrategy: PID 160 died...
22:51:22.265202 run       osmo-ms-mob/00025(pid=160): Terminated {rc=26112}
22:51:22.273101 ---      ParallelTerminationStrategy: PID 161 died...
22:51:22.275808 run       osmo-ms-mob/00026(pid=161): Terminated {rc=26112}
22:51:22.282511 ---      ParallelTerminationStrategy: PID 162 died...
22:51:22.285198 run       osmo-ms-mob/00027(pid=162): Terminated {rc=26112}
22:51:22.291933 ---      ParallelTerminationStrategy: PID 163 died...
22:51:22.294633 run       osmo-ms-mob/00028(pid=163): Terminated {rc=26112}
22:51:22.301365 ---      ParallelTerminationStrategy: PID 164 died...
22:51:22.304113 run       osmo-ms-mob/00029(pid=164): Terminated {rc=26112}
22:51:22.310888 ---      ParallelTerminationStrategy: PID 165 died...
22:51:22.313619 run       osmo-ms-mob/00030(pid=165): Terminated {rc=26112}
22:51:22.320344 ---      ParallelTerminationStrategy: PID 166 died...
22:51:22.323073 run       osmo-ms-mob/00031(pid=166): Terminated {rc=26112}
22:51:22.329825 ---      ParallelTerminationStrategy: PID 167 died...
22:51:22.332568 run       osmo-ms-mob/00032(pid=167): Terminated {rc=26112}
22:51:22.339273 ---      ParallelTerminationStrategy: PID 168 died...
22:51:22.341989 run       osmo-ms-mob/00033(pid=168): Terminated {rc=26112}
22:51:22.348686 ---      ParallelTerminationStrategy: PID 169 died...
22:51:22.351370 run       osmo-ms-mob/00034(pid=169): Terminated {rc=26112}
22:51:22.358122 ---      ParallelTerminationStrategy: PID 170 died...
22:51:22.360844 run       osmo-ms-mob/00035(pid=170): Terminated {rc=26112}
22:51:22.367595 ---      ParallelTerminationStrategy: PID 171 died...
22:51:22.370313 run       osmo-ms-mob/00036(pid=171): Terminated {rc=26112}
22:51:22.377090 ---      ParallelTerminationStrategy: PID 172 died...
22:51:22.379827 run       osmo-ms-mob/00037(pid=172): Terminated {rc=26112}
22:51:22.386697 ---      ParallelTerminationStrategy: PID 173 died...
22:51:22.389611 run       osmo-ms-mob/00038(pid=173): Terminated {rc=26112}
22:51:22.397002 ---      ParallelTerminationStrategy: PID 174 died...
22:51:22.400061 run       osmo-ms-mob/00039(pid=174): Terminated {rc=26112}
22:51:22.407835 ---      ParallelTerminationStrategy: PID 175 died...
22:51:22.410764 run       osmo-ms-mob/00040(pid=175): Terminated {rc=26112}
22:51:22.418515 ---      ParallelTerminationStrategy: PID 176 died...
22:51:22.421811 run       osmo-ms-mob/00041(pid=176): Terminated {rc=26112}
22:51:22.430301 ---      ParallelTerminationStrategy: PID 177 died...
22:51:22.433635 run       osmo-ms-mob/00042(pid=177): Terminated {rc=26112}
22:51:22.443996 ---      ParallelTerminationStrategy: PID 178 died...
22:51:22.447385 run       osmo-ms-mob/00043(pid=178): Terminated {rc=26112}
22:51:22.455665 ---      ParallelTerminationStrategy: PID 179 died...
22:51:22.458806 run       osmo-ms-mob/00044(pid=179): Terminated {rc=26112}
22:51:22.468098 ---      ParallelTerminationStrategy: PID 180 died...
22:51:22.472061 run       osmo-ms-mob/00045(pid=180): Terminated {rc=26112}
22:51:22.482426 ---      ParallelTerminationStrategy: PID 181 died...
22:51:22.486655 run       osmo-ms-mob/00046(pid=181): Terminated {rc=26112}
22:51:22.496912 ---      ParallelTerminationStrategy: PID 182 died...
22:51:22.501080 run       osmo-ms-mob/00047(pid=182): Terminated {rc=26112}
22:51:22.510791 ---      ParallelTerminationStrategy: PID 183 died...
22:51:22.513848 run       osmo-ms-mob/00048(pid=183): Terminated {rc=26112}
22:51:22.522695 ---      ParallelTerminationStrategy: PID 184 died...
22:51:22.526632 run       osmo-ms-mob/00049(pid=184): Terminated {rc=26112}
22:51:22.536254 ---      ParallelTerminationStrategy: PID 185 died...
22:51:22.539423 run       osmo-ms-mob/00050(pid=185): Terminated {rc=26112}
22:51:22.546780 ---      ParallelTerminationStrategy: PID 186 died...
22:51:22.549828 run       osmo-ms-mob/00051(pid=186): Terminated {rc=26112}
22:51:22.557177 ---      ParallelTerminationStrategy: PID 187 died...
22:51:22.560111 run       osmo-ms-mob/00052(pid=187): Terminated {rc=26112}
22:51:22.567528 ---      ParallelTerminationStrategy: PID 188 died...
22:51:22.570629 run       osmo-ms-mob/00053(pid=188): Terminated {rc=26112}
22:51:22.577983 ---      ParallelTerminationStrategy: PID 189 died...
22:51:22.580949 run       osmo-ms-mob/00054(pid=189): Terminated {rc=26112}
22:51:22.588525 ---      ParallelTerminationStrategy: PID 190 died...
22:51:22.591602 run       osmo-ms-mob/00055(pid=190): Terminated {rc=26112}
22:51:22.599074 ---      ParallelTerminationStrategy: PID 191 died...
22:51:22.602071 run       osmo-ms-mob/00056(pid=191): Terminated {rc=26112}
22:51:22.609538 ---      ParallelTerminationStrategy: PID 192 died...
22:51:22.612550 run       osmo-ms-mob/00057(pid=192): Terminated {rc=26112}
22:51:22.619974 ---      ParallelTerminationStrategy: PID 193 died...
22:51:22.623131 run       osmo-ms-mob/00058(pid=193): Terminated {rc=26112}
22:51:22.632072 ---      ParallelTerminationStrategy: PID 194 died...
22:51:22.636333 run       osmo-ms-mob/00059(pid=194): Terminated {rc=26112}
22:51:22.648172 ---      ParallelTerminationStrategy: PID 195 died...
22:51:22.653684 run       osmo-ms-mob/00060(pid=195): Terminated {rc=26112}
22:51:22.661300 ---      ParallelTerminationStrategy: PID 196 died...
22:51:22.664291 run       osmo-ms-mob/00061(pid=196): Terminated {rc=26112}
22:51:22.671532 ---      ParallelTerminationStrategy: PID 197 died...
22:51:22.674487 run       osmo-ms-mob/00062(pid=197): Terminated {rc=26112}
22:51:22.682477 ---      ParallelTerminationStrategy: PID 198 died...
22:51:22.686008 run       osmo-ms-mob/00063(pid=198): Terminated {rc=26112}
22:51:22.695013 ---      ParallelTerminationStrategy: PID 199 died...
22:51:22.699281 run       osmo-ms-mob/00064(pid=199): Terminated {rc=26112}
22:51:22.707771 ---      ParallelTerminationStrategy: PID 200 died...
22:51:22.710784 run       osmo-ms-mob/00065(pid=200): Terminated {rc=26112}
22:51:22.718290 ---      ParallelTerminationStrategy: PID 201 died...
22:51:22.721748 run       osmo-ms-mob/00066(pid=201): Terminated {rc=26112}
22:51:22.729201 ---      ParallelTerminationStrategy: PID 202 died...
22:51:22.732171 run       osmo-ms-mob/00067(pid=202): Terminated {rc=26112}
22:51:22.739992 ---      ParallelTerminationStrategy: PID 203 died...
22:51:22.743446 run       osmo-ms-mob/00068(pid=203): Terminated {rc=26112}
22:51:22.751809 ---      ParallelTerminationStrategy: PID 204 died...
22:51:22.754931 run       osmo-ms-mob/00069(pid=204): Terminated {rc=26112}
22:51:22.763190 ---      ParallelTerminationStrategy: PID 205 died...
22:51:22.767009 run       osmo-ms-mob/00070(pid=205): Terminated {rc=26112}
22:51:22.775546 ---      ParallelTerminationStrategy: PID 206 died...
22:51:22.778671 run       osmo-ms-mob/00071(pid=206): Terminated {rc=26112}
22:51:22.787666 ---      ParallelTerminationStrategy: PID 207 died...
22:51:22.792072 run       osmo-ms-mob/00072(pid=207): Terminated {rc=26112}
22:51:22.802886 ---      ParallelTerminationStrategy: PID 208 died...
22:51:22.805970 run       osmo-ms-mob/00073(pid=208): Terminated {rc=26112}
22:51:22.814739 ---      ParallelTerminationStrategy: PID 209 died...
22:51:22.817842 run       osmo-ms-mob/00074(pid=209): Terminated {rc=26112}
22:51:22.825558 ---      ParallelTerminationStrategy: PID 210 died...
22:51:22.828730 run       osmo-ms-mob/00075(pid=210): Terminated {rc=26112}
22:51:22.836152 ---      ParallelTerminationStrategy: PID 211 died...
22:51:22.839132 run       osmo-ms-mob/00076(pid=211): Terminated {rc=26112}
22:51:22.846486 ---      ParallelTerminationStrategy: PID 212 died...
22:51:22.849452 run       osmo-ms-mob/00077(pid=212): Terminated {rc=26112}
22:51:22.856797 ---      ParallelTerminationStrategy: PID 213 died...
22:51:22.859746 run       osmo-ms-mob/00078(pid=213): Terminated {rc=26112}
22:51:22.866939 ---      ParallelTerminationStrategy: PID 214 died...
22:51:22.869928 run       osmo-ms-mob/00079(pid=214): Terminated {rc=26112}
22:51:22.877429 ---      ParallelTerminationStrategy: PID 215 died...
22:51:22.881060 run       osmo-ms-mob/00080(pid=215): Terminated {rc=26112}
22:51:22.889718 ---      ParallelTerminationStrategy: PID 216 died...
22:51:22.892912 run       osmo-ms-mob/00081(pid=216): Terminated {rc=26112}
22:51:22.900317 ---      ParallelTerminationStrategy: PID 217 died...
22:51:22.903266 run       osmo-ms-mob/00082(pid=217): Terminated {rc=26112}
22:51:22.910638 ---      ParallelTerminationStrategy: PID 218 died...
22:51:22.913721 run       osmo-ms-mob/00083(pid=218): Terminated {rc=26112}
22:51:22.920932 ---      ParallelTerminationStrategy: PID 219 died...
22:51:22.923912 run       osmo-ms-mob/00084(pid=219): Terminated {rc=26112}
22:51:22.931180 ---      ParallelTerminationStrategy: PID 220 died...
22:51:22.934201 run       osmo-ms-mob/00085(pid=220): Terminated {rc=26112}
22:51:22.941411 ---      ParallelTerminationStrategy: PID 221 died...
22:51:22.944390 run       osmo-ms-mob/00086(pid=221): Terminated {rc=26112}
22:51:22.951559 ---      ParallelTerminationStrategy: PID 222 died...
22:51:22.954578 run       osmo-ms-mob/00087(pid=222): Terminated {rc=26112}
22:51:22.961827 ---      ParallelTerminationStrategy: PID 223 died...
22:51:22.964765 run       osmo-ms-mob/00088(pid=223): Terminated {rc=26112}
22:51:22.972129 ---      ParallelTerminationStrategy: PID 224 died...
22:51:22.975122 run       osmo-ms-mob/00089(pid=224): Terminated {rc=26112}
22:51:22.982407 ---      ParallelTerminationStrategy: PID 225 died...
22:51:22.985408 run       osmo-ms-mob/00090(pid=225): Terminated {rc=26112}
22:51:22.992844 ---      ParallelTerminationStrategy: PID 226 died...
22:51:22.995788 run       osmo-ms-mob/00091(pid=226): Terminated {rc=26112}
22:51:23.003009 ---      ParallelTerminationStrategy: PID 227 died...
22:51:23.006021 run       osmo-ms-mob/00092(pid=227): Terminated {rc=26112}
22:51:23.013308 ---      ParallelTerminationStrategy: PID 228 died...
22:51:23.016306 run       osmo-ms-mob/00093(pid=228): Terminated {rc=26112}
22:51:23.023627 ---      ParallelTerminationStrategy: PID 229 died...
22:51:23.026575 run       osmo-ms-mob/00094(pid=229): Terminated {rc=26112}
22:51:23.033777 ---      ParallelTerminationStrategy: PID 230 died...
22:51:23.036751 run       osmo-ms-mob/00095(pid=230): Terminated {rc=26112}
22:51:23.043896 ---      ParallelTerminationStrategy: PID 231 died...
22:51:23.046834 run       osmo-ms-mob/00096(pid=231): Terminated {rc=26112}
22:51:23.053955 ---      ParallelTerminationStrategy: PID 232 died...
22:51:23.056884 run       osmo-ms-mob/00097(pid=232): Terminated {rc=26112}
22:51:23.064369 ---      ParallelTerminationStrategy: PID 233 died...
22:51:23.067345 run       osmo-ms-mob/00098(pid=233): Terminated {rc=26112}
22:51:23.074602 ---      ParallelTerminationStrategy: PID 234 died...
22:51:23.077569 run       osmo-ms-mob/00099(pid=234): Terminated {rc=26112}
22:51:25.097670 ---      ParallelTerminationStrategy: PID 34 died...
22:51:25.101647 run         osmo-bts-virtual(pid=34): Terminated: ok {rc=0}
---------------------------------------------------------------------
trial-7823 netreg_mass PASS
---------------------------------------------------------------------
22:51:25.247593 tst                       trial-7823: Storing JUnit report in /build/trial-7823/run.2024-12-23_22-49-49/trial-7823.xml

--------------------------------------------------------------------------------------------
trial-7823 PASS
--------------------------------------------------------------------------------------------
22:51:25.290332 tst                       trial-7823: trial-7823: PASS, 1 suites passed
PASS: netreg_mass (pass: 1)
    pass: register_default_mass.py (89.9 sec)
+ exit_code=0
+ rm -rf trial-7823/inst
+ cd trial-7823
+ command -v journalctl
+ [ ! -z /usr/bin/journalctl ]
+ readlink last_run
+ journalctl -u ofono -o short-precise --since 2024-12-23 22:49:48
No journal files were found.
+ readlink last_run
+ tar czf /build/trial-7823-run.tgz run.2024-12-23_22-49-49
+ tar czf /build/trial-7823-bin.tgz checksums.md5 open5gs.build-8.tgz osmo-bsc.build-2024-12-23_13_27_17.tgz osmo-bts-oc2g.build-2024-12-23_00_51_50.tgz osmo-bts-sysmo.build-2024-12-23_00_52_21.tgz osmo-bts.build-2024-12-23_00_53_08.tgz osmo-ggsn.build-2024-12-23_20_43_10.tgz osmo-hlr.build-2024-12-23_16_37_38.tgz osmo-hnbgw.build-2024-12-23_13_34_54.tgz osmo-mgw.build-2024-12-23_10_53_40.tgz osmo-msc.build-2024-12-23_13_36_05.tgz osmo-nitb.build-17155.tgz osmo-pcu-oc2g.build-2024-12-23_07_44_00.tgz osmo-pcu-sysmo.build-2024-12-23_07_42_24.tgz osmo-pcu.build-2024-12-23_07_43_16.tgz osmo-sgsn.build-2024-12-23_20_50_45.tgz osmo-stp.build-2024-12-23_13_26_27.tgz osmo-trx.build-2024-12-23_14_27_05.tgz osmocom-bb.build-2024-12-23_21_18_17.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