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/jenkins14088537284042494795.sh
+ rm -rf trial-7834-bin.tgz trial-7834-run.tgz *.md5
Copied 2 artifacts from "osmo-gsm-tester_build-osmo-bsc" build number 23467
Copied 2 artifacts from "osmo-gsm-tester_build-osmo-bts" build number 10340
Copied 2 artifacts from "osmo-gsm-tester_build-osmo-ggsn" build number 9372
Copied 2 artifacts from "osmo-gsm-tester_build-osmo-hlr" build number 12164
Copied 2 artifacts from "osmo-gsm-tester_build-osmo-mgw" build number 12468
Copied 2 artifacts from "osmo-gsm-tester_build-osmo-hnbgw" build number 10579
Copied 2 artifacts from "osmo-gsm-tester_build-osmo-msc" build number 38206
Copied 2 artifacts from "osmo-gsm-tester_build-osmo-pcu" build number 6884
Copied 2 artifacts from "osmo-gsm-tester_build-osmo-sgsn" build number 39975
Copied 2 artifacts from "osmo-gsm-tester_build-osmo-trx" build number 7330
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 12710
Copied 2 artifacts from "osmo-gsm-tester_build-osmocom-bb" build number 6753
Copied 2 artifacts from "osmo-gsm-tester_build-osmo-bts-sysmo" build number 10864
Copied 2 artifacts from "osmo-gsm-tester_build-osmo-pcu-sysmo" build number 6924
Copied 2 artifacts from "osmo-gsm-tester_build-osmo-bts-oc2g" build number 8362
Copied 2 artifacts from "osmo-gsm-tester_build-osmo-pcu-oc2g" build number 5643
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 6753
[osmo-gsm-tester_virtual] $ /bin/sh -xe /tmp/jenkins2720776535634493415.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-7834
+ rm -rf docker-playground
+ git clone --depth=1 --branch=master https://gerrit.osmocom.org/docker-playground docker-playground
Cloning into 'docker-playground'...
+ git -C docker-playground log --oneline
1b4da6b ttcn3-remsim: Enable debug output of bankd
+ make -C docker-playground/osmo-gsm-tester
make: Entering directory '/home/osmocom-build/jenkins/workspace/osmo-gsm-tester_virtual/docker-playground/osmo-gsm-tester'
awk: fatal: cannot open file `.release' for reading: No such file or directory
awk: fatal: cannot open file `.release' for reading: No such file or directory
awk: fatal: cannot open file `.release' for reading: No such file or directory
rm -rf .common
cp -r /home/osmocom-build/jenkins/workspace/osmo-gsm-tester_virtual/docker-playground/common .common
INFO: .release created
release=0.0.0
docker build \
	--build-arg USER=osmocom-build \
	--build-arg UID=1000 \
	--build-arg REGISTRY=docker.io \
	--build-arg OSMO_TTCN3_BRANCH=master \
	--build-arg UPSTREAM_DISTRO=debian:bookworm \
	--build-arg DISTRO=debian-bookworm \
	--build-arg OSMOCOM_REPO_MIRROR=https://downloads.osmocom.org \
	--build-arg OSMOCOM_REPO_PATH=packages/osmocom: \
	--build-arg OSMOCOM_REPO_VERSION=latest \
	--build-arg OSMOCOM_REPO_TESTSUITE_MIRROR=https://downloads.osmocom.org \
	--build-arg ASTERISK_BRANCH=sysmocom/20.7.0 \
	--build-arg LIBOSMOCORE_BRANCH=master \
	--build-arg OSMO_BB_BRANCH=master \
	--build-arg OSMO_BSC_BRANCH=master \
	--build-arg OSMO_BTS_BRANCH=master \
	--build-arg OSMO_CBC_BRANCH=master \
	--build-arg OSMO_DIA2GSUP_BRANCH=master \
	--build-arg OSMO_EPDG_BRANCH=master \
	--build-arg OSMO_GBPROXY_BRANCH=master \
	--build-arg OSMO_GGSN_BRANCH=master \
	--build-arg OSMO_GSM_TESTER_BRANCH=master \
	--build-arg OSMO_HLR_BRANCH=master \
	--build-arg OSMO_HNBGW_BRANCH=master \
	--build-arg OSMO_HNODEB_BRANCH=master \
	--build-arg OSMO_IUH_BRANCH=master \
	--build-arg OSMO_MGW_BRANCH=master \
	--build-arg OSMO_MSC_BRANCH=master \
	--build-arg OSMO_NITB_BRANCH=master \
	--build-arg OSMO_PCU_BRANCH=master \
	--build-arg OSMO_REMSIM_BRANCH=master \
	--build-arg OSMO_SGSN_BRANCH=master \
	--build-arg OSMO_SIP_BRANCH=master \
	--build-arg OSMO_STP_BRANCH=master \
	--build-arg OSMO_UECUPS_BRANCH=master \
	--build-arg OPEN5GS_BRANCH=main \
	--build-arg PJPROJECT_BRANCH=sysmocom/2.14 \
	 -t docker.io/osmocom-build/osmo-gsm-tester:latest .
#0 building with "default" instance using docker driver

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

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

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

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

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

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

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

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

#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.395 Hit:1 http://deb.debian.org/debian bookworm InRelease
#10 0.395 Get:2 http://deb.debian.org/debian bookworm-updates InRelease [55.4 kB]
#10 0.395 Hit:3 https://downloads.osmocom.org/packages/osmocom:/nightly/Debian_12 ./ InRelease
#10 0.402 Hit:4 http://deb.debian.org/debian-security bookworm-security InRelease
#10 0.667 Fetched 55.4 kB in 0s (184 kB/s)
#10 0.667 Reading package lists...
#10 1.345 Reading package lists...
#10 1.808 Building dependency tree...
#10 1.915 Reading state information...
#10 2.010 dbus is already the newest version (1.14.10-1~deb12u1).
#10 2.010 tcpdump is already the newest version (4.99.3-1).
#10 2.010 sqlite3 is already the newest version (3.40.1-2+deb12u1).
#10 2.010 python3 is already the newest version (3.11.2-1+b1).
#10 2.010 python3-setuptools is already the newest version (66.1.1-1).
#10 2.010 python3-yaml is already the newest version (6.0-3+b2).
#10 2.010 python3-mako is already the newest version (1.2.4+ds-1).
#10 2.010 python3-gi is already the newest version (3.42.2-3+b1).
#10 2.010 python3-wheel is already the newest version (0.38.4-2).
#10 2.010 python3-wheel set to manually installed.
#10 2.010 ofono is already the newest version (1.31-3+b1).
#10 2.010 patchelf is already the newest version (0.14.3-1+b1).
#10 2.010 sudo is already the newest version (1.9.13p3-1+deb12u1).
#10 2.010 libcap2-bin is already the newest version (1:2.66-4).
#10 2.010 libcap2-bin set to manually installed.
#10 2.010 python3-pip is already the newest version (23.0.1+dfsg-1).
#10 2.010 locales is already the newest version (2.36-9+deb12u9).
#10 2.010 The following additional packages will be installed:
#10 2.010   busybox libblas3 libiperf0 liblapack3 librpm9 librpmio9 rpm-common
#10 2.010 Suggested packages:
#10 2.010   libarchive-dev gfortran python3-pytest rpm-i18n
#10 2.086 The following NEW packages will be installed:
#10 2.087   busybox cpio iperf3 libblas3 libiperf0 liblapack3 librpm9 librpmio9
#10 2.087   python3-numpy python3-watchdog rpm-common rpm2cpio udhcpc
#10 2.112 0 upgraded, 13 newly installed, 0 to remove and 2 not upgraded.
#10 2.112 Need to get 14.8 MB of archives.
#10 2.112 After this operation, 45.5 MB of additional disk space will be used.
#10 2.112 Get:1 http://deb.debian.org/debian bookworm/main amd64 libiperf0 amd64 3.12-1+deb12u1 [91.2 kB]
#10 2.127 Get:2 http://deb.debian.org/debian bookworm/main amd64 iperf3 amd64 3.12-1+deb12u1 [33.9 kB]
#10 2.128 Get:3 http://deb.debian.org/debian bookworm/main amd64 cpio amd64 2.13+dfsg-7.1 [245 kB]
#10 2.135 Get:4 http://deb.debian.org/debian bookworm/main amd64 busybox amd64 1:1.35.0-4+b3 [452 kB]
#10 2.141 Get:5 http://deb.debian.org/debian bookworm/main amd64 libblas3 amd64 3.11.0-2 [149 kB]
#10 2.142 Get:6 http://deb.debian.org/debian bookworm/main amd64 liblapack3 amd64 3.11.0-2 [2323 kB]
#10 2.171 Get:7 http://deb.debian.org/debian bookworm/main amd64 librpmio9 amd64 4.18.0+dfsg-1+deb12u1 [1625 kB]
#10 2.180 Get:8 http://deb.debian.org/debian bookworm/main amd64 librpm9 amd64 4.18.0+dfsg-1+deb12u1 [1720 kB]
#10 2.191 Get:9 http://deb.debian.org/debian bookworm/main amd64 python3-numpy amd64 1:1.24.2-1+deb12u1 [4960 kB]
#10 2.236 Get:10 http://deb.debian.org/debian bookworm/main amd64 python3-watchdog all 2.2.1-1 [124 kB]
#10 2.236 Get:11 http://deb.debian.org/debian bookworm/main amd64 rpm-common amd64 4.18.0+dfsg-1+deb12u1 [1571 kB]
#10 2.247 Get:12 http://deb.debian.org/debian bookworm/main amd64 rpm2cpio amd64 4.18.0+dfsg-1+deb12u1 [1547 kB]
#10 2.260 Get:13 http://deb.debian.org/debian bookworm/main amd64 udhcpc amd64 1:1.35.0-4+b3 [6284 B]
#10 2.413 debconf: delaying package configuration, since apt-utils is not installed
#10 2.455 Fetched 14.8 MB in 0s (85.6 MB/s)
#10 2.493 Selecting previously unselected package libiperf0:amd64.
#10 2.493 (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.583 Preparing to unpack .../00-libiperf0_3.12-1+deb12u1_amd64.deb ...
#10 2.588 Unpacking libiperf0:amd64 (3.12-1+deb12u1) ...
#10 2.647 Selecting previously unselected package iperf3.
#10 2.655 Preparing to unpack .../01-iperf3_3.12-1+deb12u1_amd64.deb ...
#10 2.660 Unpacking iperf3 (3.12-1+deb12u1) ...
#10 2.707 Selecting previously unselected package cpio.
#10 2.715 Preparing to unpack .../02-cpio_2.13+dfsg-7.1_amd64.deb ...
#10 2.718 Unpacking cpio (2.13+dfsg-7.1) ...
#10 2.786 Selecting previously unselected package busybox.
#10 2.794 Preparing to unpack .../03-busybox_1%3a1.35.0-4+b3_amd64.deb ...
#10 2.797 Unpacking busybox (1:1.35.0-4+b3) ...
#10 2.873 Selecting previously unselected package libblas3:amd64.
#10 2.883 Preparing to unpack .../04-libblas3_3.11.0-2_amd64.deb ...
#10 2.888 Unpacking libblas3:amd64 (3.11.0-2) ...
#10 2.944 Selecting previously unselected package liblapack3:amd64.
#10 2.953 Preparing to unpack .../05-liblapack3_3.11.0-2_amd64.deb ...
#10 2.957 Unpacking liblapack3:amd64 (3.11.0-2) ...
#10 3.132 Selecting previously unselected package librpmio9.
#10 3.139 Preparing to unpack .../06-librpmio9_4.18.0+dfsg-1+deb12u1_amd64.deb ...
#10 3.144 Unpacking librpmio9 (4.18.0+dfsg-1+deb12u1) ...
#10 3.206 Selecting previously unselected package librpm9.
#10 3.214 Preparing to unpack .../07-librpm9_4.18.0+dfsg-1+deb12u1_amd64.deb ...
#10 3.217 Unpacking librpm9 (4.18.0+dfsg-1+deb12u1) ...
#10 3.281 Selecting previously unselected package python3-numpy.
#10 3.289 Preparing to unpack .../08-python3-numpy_1%3a1.24.2-1+deb12u1_amd64.deb ...
#10 3.292 Unpacking python3-numpy (1:1.24.2-1+deb12u1) ...
#10 3.670 Selecting previously unselected package python3-watchdog.
#10 3.679 Preparing to unpack .../09-python3-watchdog_2.2.1-1_all.deb ...
#10 3.682 Unpacking python3-watchdog (2.2.1-1) ...
#10 3.738 Selecting previously unselected package rpm-common.
#10 3.749 Preparing to unpack .../10-rpm-common_4.18.0+dfsg-1+deb12u1_amd64.deb ...
#10 3.754 Unpacking rpm-common (4.18.0+dfsg-1+deb12u1) ...
#10 3.823 Selecting previously unselected package rpm2cpio.
#10 3.831 Preparing to unpack .../11-rpm2cpio_4.18.0+dfsg-1+deb12u1_amd64.deb ...
#10 3.836 Unpacking rpm2cpio (4.18.0+dfsg-1+deb12u1) ...
#10 3.882 Selecting previously unselected package udhcpc:amd64.
#10 3.890 Preparing to unpack .../12-udhcpc_1%3a1.35.0-4+b3_amd64.deb ...
#10 3.894 Unpacking udhcpc:amd64 (1:1.35.0-4+b3) ...
#10 3.967 Setting up cpio (2.13+dfsg-7.1) ...
#10 3.983 update-alternatives: using /bin/mt-gnu to provide /bin/mt (mt) in auto mode
#10 3.983 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 3.989 Setting up python3-watchdog (2.2.1-1) ...
#10 4.133 Setting up busybox (1:1.35.0-4+b3) ...
#10 4.143 Setting up libblas3:amd64 (3.11.0-2) ...
#10 4.152 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.161 Setting up libiperf0:amd64 (3.12-1+deb12u1) ...
#10 4.171 Setting up udhcpc:amd64 (1:1.35.0-4+b3) ...
#10 4.183 Setting up librpmio9 (4.18.0+dfsg-1+deb12u1) ...
#10 4.194 Setting up librpm9 (4.18.0+dfsg-1+deb12u1) ...
#10 4.203 Setting up liblapack3:amd64 (3.11.0-2) ...
#10 4.212 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.219 Setting up iperf3 (3.12-1+deb12u1) ...
#10 4.292 debconf: unable to initialize frontend: Dialog
#10 4.292 debconf: (TERM is not set, so the dialog frontend is not usable.)
#10 4.292 debconf: falling back to frontend: Readline
#10 4.298 debconf: unable to initialize frontend: Readline
#10 4.298 debconf: (This frontend requires a controlling tty.)
#10 4.298 debconf: falling back to frontend: Teletype
#10 4.307 Configuring iperf3
#10 4.307 ------------------
#10 4.307 
#10 4.307 Choose this option if Iperf3 should start automatically as a daemon, now and at 
#10 4.307 boot time.
#10 4.307 
#10 4.307 Start Iperf3 as a daemon automatically? [yes/no] 
#10 4.307 Use of uninitialized value $_[1] in join or string at /usr/share/perl5/Debconf/DbDriver/Stack.pm line 111.
#10 4.387 invoke-rc.d: could not determine current runlevel
#10 4.391 invoke-rc.d: policy-rc.d denied execution of stop.
#10 4.491 Use of uninitialized value $val in substitution (s///) at /usr/share/perl5/Debconf/Format/822.pm line 83, <GEN6> line 1.
#10 4.491 Use of uninitialized value $val in concatenation (.) or string at /usr/share/perl5/Debconf/Format/822.pm line 84, <GEN6> line 1.
#10 4.512 Setting up rpm-common (4.18.0+dfsg-1+deb12u1) ...
#10 4.527 Setting up python3-numpy (1:1.24.2-1+deb12u1) ...
#10 5.715 Setting up rpm2cpio (4.18.0+dfsg-1+deb12u1) ...
#10 5.728 Processing triggers for man-db (2.11.2-2) ...
#10 5.744 Processing triggers for dbus (1.14.10-1~deb12u1) ...
#10 5.752 Processing triggers for libc-bin (2.36-9+deb12u9) ...
#10 DONE 5.9s

#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.709 Collecting smpplib
#11 0.709   Cloning https://github.com/podshumok/python-smpplib.git (to revision master) to /tmp/pip-install-teki28v3/smpplib_8faf89c83c0a41f5a92908cbbd360eff
#11 0.710   Running command git clone --filter=blob:none --quiet https://github.com/podshumok/python-smpplib.git /tmp/pip-install-teki28v3/smpplib_8faf89c83c0a41f5a92908cbbd360eff
#11 1.473   Resolved https://github.com/podshumok/python-smpplib.git to commit 29e611d20b21c4c6aff55ee867f2355f4c7085c8
#11 1.476   Preparing metadata (setup.py): started
#11 1.710   Preparing metadata (setup.py): finished with status 'done'
#11 1.713 Requirement already satisfied: pydbus in /usr/local/lib/python3.11/dist-packages (0.6.0)
#11 1.714 Requirement already satisfied: pyusb in /usr/lib/python3/dist-packages (1.2.1.post2)
#11 1.715 Requirement already satisfied: pysispm in /usr/local/lib/python3.11/dist-packages (0.6)
#11 2.321 Collecting pymongo
#11 2.372   Downloading pymongo-4.10.1-cp311-cp311-manylinux_2_17_x86_64.manylinux2014_x86_64.whl (1.7 MB)
#11 2.459      ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 1.7/1.7 MB 19.8 MB/s eta 0:00:00
#11 2.466 Requirement already satisfied: six in /usr/lib/python3/dist-packages (from smpplib) (1.16.0)
#11 2.525 Collecting dnspython<3.0.0,>=1.16.0
#11 2.532   Downloading dnspython-2.7.0-py3-none-any.whl (313 kB)
#11 2.547      ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 313.6/313.6 kB 23.0 MB/s eta 0:00:00
#11 2.894 Installing collected packages: dnspython, pymongo
#11 3.314 Successfully installed dnspython-2.7.0 pymongo-4.10.1
#11 3.314 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.372 Hit:1 http://deb.debian.org/debian bookworm InRelease
#12 0.372 Hit:2 http://deb.debian.org/debian bookworm-updates InRelease
#12 0.372 Hit:3 http://deb.debian.org/debian-security bookworm-security InRelease
#12 0.643 Hit:4 https://downloads.osmocom.org/packages/osmocom:/nightly/Debian_12 ./ InRelease
#12 0.700 Reading package lists...
#12 1.133 Reading package lists...
#12 1.545 Building dependency tree...
#12 1.644 Reading state information...
#12 1.737 The following additional packages will be installed:
#12 1.737   dbus-user-session libnss-systemd libpam-systemd libxmuu1 ncurses-term
#12 1.737   openssh-sftp-server runit-helper systemd-sysv xauth
#12 1.738 Suggested packages:
#12 1.738   molly-guard monkeysphere ssh-askpass ufw
#12 1.826 The following NEW packages will be installed:
#12 1.826   dbus-user-session libnss-systemd libpam-systemd libxmuu1 ncurses-term
#12 1.826   openssh-server openssh-sftp-server runit-helper systemd-sysv xauth
#12 1.852 0 upgraded, 10 newly installed, 0 to remove and 2 not upgraded.
#12 1.852 Need to get 1598 kB of archives.
#12 1.852 After this operation, 7874 kB of additional disk space will be used.
#12 1.852 Get:1 http://deb.debian.org/debian bookworm/main amd64 systemd-sysv amd64 252.31-1~deb12u1 [42.5 kB]
#12 1.863 Get:2 http://deb.debian.org/debian bookworm/main amd64 openssh-sftp-server amd64 1:9.2p1-2+deb12u3 [65.8 kB]
#12 1.869 Get:3 http://deb.debian.org/debian bookworm/main amd64 runit-helper all 2.15.2 [6520 B]
#12 1.869 Get:4 http://deb.debian.org/debian bookworm/main amd64 openssh-server amd64 1:9.2p1-2+deb12u3 [456 kB]
#12 1.879 Get:5 http://deb.debian.org/debian bookworm/main amd64 libnss-systemd amd64 252.31-1~deb12u1 [163 kB]
#12 1.881 Get:6 http://deb.debian.org/debian bookworm/main amd64 libpam-systemd amd64 252.31-1~deb12u1 [225 kB]
#12 1.883 Get:7 http://deb.debian.org/debian bookworm/main amd64 ncurses-term all 6.4-4 [501 kB]
#12 1.887 Get:8 http://deb.debian.org/debian bookworm/main amd64 dbus-user-session amd64 1.14.10-1~deb12u1 [78.1 kB]
#12 1.888 Get:9 http://deb.debian.org/debian bookworm/main amd64 libxmuu1 amd64 2:1.1.3-3 [23.9 kB]
#12 1.889 Get:10 http://deb.debian.org/debian bookworm/main amd64 xauth amd64 1:1.1.2-1 [36.0 kB]
#12 2.040 debconf: delaying package configuration, since apt-utils is not installed
#12 2.076 Fetched 1598 kB in 0s (27.3 MB/s)
#12 2.108 Selecting previously unselected package systemd-sysv.
#12 2.108 (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.159 Preparing to unpack .../0-systemd-sysv_252.31-1~deb12u1_amd64.deb ...
#12 2.162 Unpacking systemd-sysv (252.31-1~deb12u1) ...
#12 2.211 Selecting previously unselected package openssh-sftp-server.
#12 2.217 Preparing to unpack .../1-openssh-sftp-server_1%3a9.2p1-2+deb12u3_amd64.deb ...
#12 2.220 Unpacking openssh-sftp-server (1:9.2p1-2+deb12u3) ...
#12 2.264 Selecting previously unselected package runit-helper.
#12 2.271 Preparing to unpack .../2-runit-helper_2.15.2_all.deb ...
#12 2.274 Unpacking runit-helper (2.15.2) ...
#12 2.328 Selecting previously unselected package openssh-server.
#12 2.337 Preparing to unpack .../3-openssh-server_1%3a9.2p1-2+deb12u3_amd64.deb ...
#12 2.348 Unpacking openssh-server (1:9.2p1-2+deb12u3) ...
#12 2.426 Selecting previously unselected package libnss-systemd:amd64.
#12 2.436 Preparing to unpack .../4-libnss-systemd_252.31-1~deb12u1_amd64.deb ...
#12 2.445 Unpacking libnss-systemd:amd64 (252.31-1~deb12u1) ...
#12 2.506 Selecting previously unselected package libpam-systemd:amd64.
#12 2.514 Preparing to unpack .../5-libpam-systemd_252.31-1~deb12u1_amd64.deb ...
#12 2.517 Unpacking libpam-systemd:amd64 (252.31-1~deb12u1) ...
#12 2.577 Selecting previously unselected package ncurses-term.
#12 2.587 Preparing to unpack .../6-ncurses-term_6.4-4_all.deb ...
#12 2.592 Unpacking ncurses-term (6.4-4) ...
#12 2.917 Selecting previously unselected package dbus-user-session.
#12 2.926 Preparing to unpack .../7-dbus-user-session_1.14.10-1~deb12u1_amd64.deb ...
#12 2.929 Unpacking dbus-user-session (1.14.10-1~deb12u1) ...
#12 2.976 Selecting previously unselected package libxmuu1:amd64.
#12 2.986 Preparing to unpack .../8-libxmuu1_2%3a1.1.3-3_amd64.deb ...
#12 2.990 Unpacking libxmuu1:amd64 (2:1.1.3-3) ...
#12 3.031 Selecting previously unselected package xauth.
#12 3.039 Preparing to unpack .../9-xauth_1%3a1.1.2-1_amd64.deb ...
#12 3.042 Unpacking xauth (1:1.1.2-1) ...
#12 3.113 Setting up runit-helper (2.15.2) ...
#12 3.128 Setting up openssh-sftp-server (1:9.2p1-2+deb12u3) ...
#12 3.137 Setting up systemd-sysv (252.31-1~deb12u1) ...
#12 3.148 Setting up openssh-server (1:9.2p1-2+deb12u3) ...
#12 3.246 debconf: unable to initialize frontend: Dialog
#12 3.246 debconf: (TERM is not set, so the dialog frontend is not usable.)
#12 3.246 debconf: falling back to frontend: Readline
#12 3.252 debconf: unable to initialize frontend: Readline
#12 3.252 debconf: (This frontend requires a controlling tty.)
#12 3.252 debconf: falling back to frontend: Teletype
#12 3.312 
#12 3.312 Creating config file /etc/ssh/sshd_config with new version
#12 3.348 Creating SSH2 RSA key; this may take some time ...
#12 4.312 3072 SHA256:N8IBSZm6Dnk5UXOOxqIa+tbEuP7VBwOR81NYcBJj4hc root@buildkitsandbox (RSA)
#12 4.315 Creating SSH2 ECDSA key; this may take some time ...
#12 4.327 256 SHA256:hHj5H9+bi50kDrTF/oZJIkiRfmjdR0Q7OReVKGytXo4 root@buildkitsandbox (ECDSA)
#12 4.329 Creating SSH2 ED25519 key; this may take some time ...
#12 4.338 256 SHA256:dDeamDT4Ner2XUrSWZSF0jU1dfbzCoWRvMsaPAWIsNs root@buildkitsandbox (ED25519)
#12 4.493 invoke-rc.d: could not determine current runlevel
#12 4.497 invoke-rc.d: policy-rc.d denied execution of start.
#12 4.608 Created symlink /etc/systemd/system/sshd.service → /lib/systemd/system/ssh.service.

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

#12 4.701 Setting up libnss-systemd:amd64 (252.31-1~deb12u1) ...
#12 4.721 Setting up libpam-systemd:amd64 (252.31-1~deb12u1) ...
#12 4.794 debconf: unable to initialize frontend: Dialog
#12 4.794 debconf: (TERM is not set, so the dialog frontend is not usable.)
#12 4.794 debconf: falling back to frontend: Readline
#12 4.800 debconf: unable to initialize frontend: Readline
#12 4.800 debconf: (This frontend requires a controlling tty.)
#12 4.800 debconf: falling back to frontend: Teletype
#12 4.874 Setting up libxmuu1:amd64 (2:1.1.3-3) ...
#12 4.884 Setting up ncurses-term (6.4-4) ...
#12 4.893 Setting up dbus-user-session (1.14.10-1~deb12u1) ...
#12 4.910 Setting up xauth (1:1.1.2-1) ...
#12 4.919 Processing triggers for man-db (2.11.2-2) ...
#12 4.936 Processing triggers for libc-bin (2.36-9+deb12u9) ...
#12 DONE 5.1s

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

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

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

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

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

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

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

#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.392 Hit:1 http://deb.debian.org/debian bookworm InRelease
#20 0.392 Hit:2 http://deb.debian.org/debian bookworm-updates InRelease
#20 0.392 Hit:3 http://deb.debian.org/debian-security bookworm-security InRelease
#20 0.522 Hit:4 https://downloads.osmocom.org/packages/osmocom:/nightly/Debian_12 ./ InRelease
#20 0.644 Reading package lists...
#20 1.083 Reading package lists...
#20 1.532 Building dependency tree...
#20 1.633 Reading state information...
#20 1.730 telnet is already the newest version (0.17+2.4-2+deb12u1).
#20 1.730 The following additional packages will be installed:
#20 1.730   libasn1c1 libgtp10 libosmo-gsup-client0 libosmo-ranap7 libosmo-sigtran10
#20 1.730   libosmoabis13 libosmocodec4 libosmocoding0 libosmocore libosmocore22
#20 1.730   libosmoctrl0 libosmogb14 libosmogsm20 libosmoisdn0 libosmonetif11
#20 1.731   libosmosim2 libosmotrau10 libosmousb0 libosmovty13 libsmpp1 osmocom-nightly
#20 1.758 The following NEW packages will be installed:
#20 1.758   libasn1c-dev libasn1c1 libgtp-dev libgtp10 libosmo-abis-dev
#20 1.758   libosmo-gsup-client-dev libosmo-gsup-client0 libosmo-netif-dev
#20 1.758   libosmo-ranap-dev libosmo-ranap7 libosmo-sigtran-dev libosmo-sigtran10
#20 1.758   libosmoabis13 libosmocodec4 libosmocoding0 libosmocore libosmocore-dev
#20 1.758   libosmocore22 libosmoctrl0 libosmogb14 libosmogsm20 libosmoisdn0
#20 1.759   libosmonetif11 libosmosim2 libosmotrau10 libosmousb0 libosmovty13 libsmpp1
#20 1.759   libsmpp34-dev osmocom-nightly
#20 1.802 0 upgraded, 30 newly installed, 0 to remove and 2 not upgraded.
#20 1.802 Need to get 3,943 kB of archives.
#20 1.802 After this operation, 17.7 MB of additional disk space will be used.
#20 1.802 Get:1 https://downloads.osmocom.org/packages/osmocom:/nightly/Debian_12 ./ osmocom-nightly 202501032026 [1,180 B]
#20 1.805 Get:2 https://downloads.osmocom.org/packages/osmocom:/nightly/Debian_12 ./ libosmocore22 1.10.0.56.fc03.202501032026 [169 kB]
#20 1.808 Get:3 https://downloads.osmocom.org/packages/osmocom:/nightly/Debian_12 ./ libgtp10 1.12.0.33.09142.202501032026 [39.0 kB]
#20 1.809 Get:4 https://downloads.osmocom.org/packages/osmocom:/nightly/Debian_12 ./ libgtp-dev 1.12.0.33.09142.202501032026 [141 kB]
#20 1.811 Get:5 https://downloads.osmocom.org/packages/osmocom:/nightly/Debian_12 ./ libosmocodec4 1.10.0.56.fc03.202501032026 [50.6 kB]
#20 1.812 Get:6 https://downloads.osmocom.org/packages/osmocom:/nightly/Debian_12 ./ libosmotrau10 1.6.0.50.58dd.202501032026 [32.9 kB]
#20 1.813 Get:7 https://downloads.osmocom.org/packages/osmocom:/nightly/Debian_12 ./ libosmoisdn0 1.10.0.56.fc03.202501032026 [69.7 kB]
#20 1.814 Get:8 https://downloads.osmocom.org/packages/osmocom:/nightly/Debian_12 ./ libosmogsm20 1.10.0.56.fc03.202501032026 [227 kB]
#20 1.818 Get:9 https://downloads.osmocom.org/packages/osmocom:/nightly/Debian_12 ./ libosmonetif11 1.5.1.26.e84e.202501032026 [59.0 kB]
#20 1.819 Get:10 https://downloads.osmocom.org/packages/osmocom:/nightly/Debian_12 ./ libosmovty13 1.10.0.56.fc03.202501032026 [103 kB]
#20 1.821 Get:11 https://downloads.osmocom.org/packages/osmocom:/nightly/Debian_12 ./ libosmoabis13 1.6.0.50.58dd.202501032026 [69.8 kB]
#20 1.822 Get:12 https://downloads.osmocom.org/packages/osmocom:/nightly/Debian_12 ./ libosmocoding0 1.10.0.56.fc03.202501032026 [70.3 kB]
#20 1.824 Get:13 https://downloads.osmocom.org/packages/osmocom:/nightly/Debian_12 ./ libosmogb14 1.10.0.56.fc03.202501032026 [177 kB]
#20 1.827 Get:14 https://downloads.osmocom.org/packages/osmocom:/nightly/Debian_12 ./ libosmoctrl0 1.10.0.56.fc03.202501032026 [59.0 kB]
#20 1.828 Get:15 https://downloads.osmocom.org/packages/osmocom:/nightly/Debian_12 ./ libosmosim2 1.10.0.56.fc03.202501032026 [62.8 kB]
#20 1.829 Get:16 https://downloads.osmocom.org/packages/osmocom:/nightly/Debian_12 ./ libosmousb0 1.10.0.56.fc03.202501032026 [49.6 kB]
#20 1.831 Get:17 https://downloads.osmocom.org/packages/osmocom:/nightly/Debian_12 ./ libosmocore 1.10.0.56.fc03.202501032026 [43.0 kB]
#20 1.832 Get:18 https://downloads.osmocom.org/packages/osmocom:/nightly/Debian_12 ./ libosmocore-dev 1.10.0.56.fc03.202501032026 [847 kB]
#20 1.841 Get:19 https://downloads.osmocom.org/packages/osmocom:/nightly/Debian_12 ./ libosmo-netif-dev 1.5.1.26.e84e.202501032026 [71.5 kB]
#20 1.842 Get:20 https://downloads.osmocom.org/packages/osmocom:/nightly/Debian_12 ./ libosmo-abis-dev 1.6.0.50.58dd.202501032026 [112 kB]
#20 1.843 Get:21 https://downloads.osmocom.org/packages/osmocom:/nightly/Debian_12 ./ libosmo-gsup-client0 1.8.0.15.74e4.202501032026 [21.1 kB]
#20 1.843 Get:22 https://downloads.osmocom.org/packages/osmocom:/nightly/Debian_12 ./ libosmo-gsup-client-dev 1.8.0.15.74e4.202501032026 [25.4 kB]
#20 1.843 Get:23 https://downloads.osmocom.org/packages/osmocom:/nightly/Debian_12 ./ libosmo-sigtran10 2.0.0.52.6412.202501032026 [127 kB]
#20 1.844 Get:24 https://downloads.osmocom.org/packages/osmocom:/nightly/Debian_12 ./ libosmo-sigtran-dev 2.0.0.52.6412.202501032026 [606 kB]
#20 1.850 Get:25 https://downloads.osmocom.org/packages/osmocom:/nightly/Debian_12 ./ libsmpp1 1.14.4.1.f1ec.202501032026 [101 kB]
#20 1.851 Get:26 https://downloads.osmocom.org/packages/osmocom:/nightly/Debian_12 ./ libsmpp34-dev 1.14.4.1.f1ec.202501032026 [111 kB]
#20 1.852 Get:27 https://downloads.osmocom.org/packages/osmocom:/nightly/Debian_12 ./ libasn1c1 0.9.38.202501032026 [75.3 kB]
#20 1.852 Get:28 https://downloads.osmocom.org/packages/osmocom:/nightly/Debian_12 ./ libasn1c-dev 0.9.38.202501032026 [106 kB]
#20 1.853 Get:29 https://downloads.osmocom.org/packages/osmocom:/nightly/Debian_12 ./ libosmo-ranap7 1.6.0.6.aad82.202501032026 [223 kB]
#20 1.856 Get:30 https://downloads.osmocom.org/packages/osmocom:/nightly/Debian_12 ./ libosmo-ranap-dev 1.6.0.6.aad82.202501032026 [92.1 kB]
#20 2.007 debconf: delaying package configuration, since apt-utils is not installed
#20 2.043 Fetched 3,943 kB in 0s (42.7 MB/s)
#20 2.076 Selecting previously unselected package osmocom-nightly.
#20 2.076 (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.123 Preparing to unpack .../00-osmocom-nightly_202501032026_amd64.deb ...
#20 2.127 Unpacking osmocom-nightly (202501032026) ...
#20 2.167 Selecting previously unselected package libosmocore22:amd64.
#20 2.177 Preparing to unpack .../01-libosmocore22_1.10.0.56.fc03.202501032026_amd64.deb ...
#20 2.183 Unpacking libosmocore22:amd64 (1.10.0.56.fc03.202501032026) ...
#20 2.241 Selecting previously unselected package libgtp10:amd64.
#20 2.250 Preparing to unpack .../02-libgtp10_1.12.0.33.09142.202501032026_amd64.deb ...
#20 2.255 Unpacking libgtp10:amd64 (1.12.0.33.09142.202501032026) ...
#20 2.297 Selecting previously unselected package libgtp-dev:amd64.
#20 2.305 Preparing to unpack .../03-libgtp-dev_1.12.0.33.09142.202501032026_amd64.deb ...
#20 2.308 Unpacking libgtp-dev:amd64 (1.12.0.33.09142.202501032026) ...
#20 2.365 Selecting previously unselected package libosmocodec4:amd64.
#20 2.374 Preparing to unpack .../04-libosmocodec4_1.10.0.56.fc03.202501032026_amd64.deb ...
#20 2.377 Unpacking libosmocodec4:amd64 (1.10.0.56.fc03.202501032026) ...
#20 2.424 Selecting previously unselected package libosmotrau10:amd64.
#20 2.433 Preparing to unpack .../05-libosmotrau10_1.6.0.50.58dd.202501032026_amd64.deb ...
#20 2.436 Unpacking libosmotrau10:amd64 (1.6.0.50.58dd.202501032026) ...
#20 2.495 Selecting previously unselected package libosmoisdn0:amd64.
#20 2.503 Preparing to unpack .../06-libosmoisdn0_1.10.0.56.fc03.202501032026_amd64.deb ...
#20 2.518 Unpacking libosmoisdn0:amd64 (1.10.0.56.fc03.202501032026) ...
#20 2.610 Selecting previously unselected package libosmogsm20:amd64.
#20 2.618 Preparing to unpack .../07-libosmogsm20_1.10.0.56.fc03.202501032026_amd64.deb ...
#20 2.629 Unpacking libosmogsm20:amd64 (1.10.0.56.fc03.202501032026) ...
#20 2.743 Selecting previously unselected package libosmonetif11:amd64.
#20 2.751 Preparing to unpack .../08-libosmonetif11_1.5.1.26.e84e.202501032026_amd64.deb ...
#20 2.765 Unpacking libosmonetif11:amd64 (1.5.1.26.e84e.202501032026) ...
#20 2.876 Selecting previously unselected package libosmovty13:amd64.
#20 2.884 Preparing to unpack .../09-libosmovty13_1.10.0.56.fc03.202501032026_amd64.deb ...
#20 2.893 Unpacking libosmovty13:amd64 (1.10.0.56.fc03.202501032026) ...
#20 3.011 Selecting previously unselected package libosmoabis13:amd64.
#20 3.021 Preparing to unpack .../10-libosmoabis13_1.6.0.50.58dd.202501032026_amd64.deb ...
#20 3.034 Unpacking libosmoabis13:amd64 (1.6.0.50.58dd.202501032026) ...
#20 3.131 Selecting previously unselected package libosmocoding0:amd64.
#20 3.139 Preparing to unpack .../11-libosmocoding0_1.10.0.56.fc03.202501032026_amd64.deb ...
#20 3.152 Unpacking libosmocoding0:amd64 (1.10.0.56.fc03.202501032026) ...
#20 3.281 Selecting previously unselected package libosmogb14:amd64.
#20 3.291 Preparing to unpack .../12-libosmogb14_1.10.0.56.fc03.202501032026_amd64.deb ...
#20 3.298 Unpacking libosmogb14:amd64 (1.10.0.56.fc03.202501032026) ...
#20 3.407 Selecting previously unselected package libosmoctrl0:amd64.
#20 3.416 Preparing to unpack .../13-libosmoctrl0_1.10.0.56.fc03.202501032026_amd64.deb ...
#20 3.427 Unpacking libosmoctrl0:amd64 (1.10.0.56.fc03.202501032026) ...
#20 3.529 Selecting previously unselected package libosmosim2:amd64.
#20 3.539 Preparing to unpack .../14-libosmosim2_1.10.0.56.fc03.202501032026_amd64.deb ...
#20 3.546 Unpacking libosmosim2:amd64 (1.10.0.56.fc03.202501032026) ...
#20 3.650 Selecting previously unselected package libosmousb0:amd64.
#20 3.659 Preparing to unpack .../15-libosmousb0_1.10.0.56.fc03.202501032026_amd64.deb ...
#20 3.671 Unpacking libosmousb0:amd64 (1.10.0.56.fc03.202501032026) ...
#20 3.759 Selecting previously unselected package libosmocore.
#20 3.768 Preparing to unpack .../16-libosmocore_1.10.0.56.fc03.202501032026_amd64.deb ...
#20 3.780 Unpacking libosmocore (1.10.0.56.fc03.202501032026) ...
#20 3.862 Selecting previously unselected package libosmocore-dev:amd64.
#20 3.871 Preparing to unpack .../17-libosmocore-dev_1.10.0.56.fc03.202501032026_amd64.deb ...
#20 3.883 Unpacking libosmocore-dev:amd64 (1.10.0.56.fc03.202501032026) ...
#20 4.050 Selecting previously unselected package libosmo-netif-dev:amd64.
#20 4.060 Preparing to unpack .../18-libosmo-netif-dev_1.5.1.26.e84e.202501032026_amd64.deb ...
#20 4.066 Unpacking libosmo-netif-dev:amd64 (1.5.1.26.e84e.202501032026) ...
#20 4.110 Selecting previously unselected package libosmo-abis-dev:amd64.
#20 4.118 Preparing to unpack .../19-libosmo-abis-dev_1.6.0.50.58dd.202501032026_amd64.deb ...
#20 4.121 Unpacking libosmo-abis-dev:amd64 (1.6.0.50.58dd.202501032026) ...
#20 4.166 Selecting previously unselected package libosmo-gsup-client0:amd64.
#20 4.175 Preparing to unpack .../20-libosmo-gsup-client0_1.8.0.15.74e4.202501032026_amd64.deb ...
#20 4.178 Unpacking libosmo-gsup-client0:amd64 (1.8.0.15.74e4.202501032026) ...
#20 4.224 Selecting previously unselected package libosmo-gsup-client-dev:amd64.
#20 4.234 Preparing to unpack .../21-libosmo-gsup-client-dev_1.8.0.15.74e4.202501032026_amd64.deb ...
#20 4.237 Unpacking libosmo-gsup-client-dev:amd64 (1.8.0.15.74e4.202501032026) ...
#20 4.285 Selecting previously unselected package libosmo-sigtran10:amd64.
#20 4.292 Preparing to unpack .../22-libosmo-sigtran10_2.0.0.52.6412.202501032026_amd64.deb ...
#20 4.296 Unpacking libosmo-sigtran10:amd64 (2.0.0.52.6412.202501032026) ...
#20 4.339 Selecting previously unselected package libosmo-sigtran-dev:amd64.
#20 4.350 Preparing to unpack .../23-libosmo-sigtran-dev_2.0.0.52.6412.202501032026_amd64.deb ...
#20 4.355 Unpacking libosmo-sigtran-dev:amd64 (2.0.0.52.6412.202501032026) ...
#20 4.439 Selecting previously unselected package libsmpp1:amd64.
#20 4.448 Preparing to unpack .../24-libsmpp1_1.14.4.1.f1ec.202501032026_amd64.deb ...
#20 4.451 Unpacking libsmpp1:amd64 (1.14.4.1.f1ec.202501032026) ...
#20 4.499 Selecting previously unselected package libsmpp34-dev:amd64.
#20 4.509 Preparing to unpack .../25-libsmpp34-dev_1.14.4.1.f1ec.202501032026_amd64.deb ...
#20 4.512 Unpacking libsmpp34-dev:amd64 (1.14.4.1.f1ec.202501032026) ...
#20 4.564 Selecting previously unselected package libasn1c1:amd64.
#20 4.572 Preparing to unpack .../26-libasn1c1_0.9.38.202501032026_amd64.deb ...
#20 4.578 Unpacking libasn1c1:amd64 (0.9.38.202501032026) ...
#20 4.619 Selecting previously unselected package libasn1c-dev:amd64.
#20 4.629 Preparing to unpack .../27-libasn1c-dev_0.9.38.202501032026_amd64.deb ...
#20 4.633 Unpacking libasn1c-dev:amd64 (0.9.38.202501032026) ...
#20 4.737 Selecting previously unselected package libosmo-ranap7:amd64.
#20 4.746 Preparing to unpack .../28-libosmo-ranap7_1.6.0.6.aad82.202501032026_amd64.deb ...
#20 4.761 Unpacking libosmo-ranap7:amd64 (1.6.0.6.aad82.202501032026) ...
#20 4.857 Selecting previously unselected package libosmo-ranap-dev:amd64.
#20 4.867 Preparing to unpack .../29-libosmo-ranap-dev_1.6.0.6.aad82.202501032026_amd64.deb ...
#20 4.874 Unpacking libosmo-ranap-dev:amd64 (1.6.0.6.aad82.202501032026) ...
#20 5.106 Setting up osmocom-nightly (202501032026) ...
#20 5.117 Setting up libsmpp1:amd64 (1.14.4.1.f1ec.202501032026) ...
#20 5.129 Setting up libosmocore22:amd64 (1.10.0.56.fc03.202501032026) ...
#20 5.140 Setting up libosmocodec4:amd64 (1.10.0.56.fc03.202501032026) ...
#20 5.149 Setting up libsmpp34-dev:amd64 (1.14.4.1.f1ec.202501032026) ...
#20 5.160 Setting up libasn1c1:amd64 (0.9.38.202501032026) ...
#20 5.172 Setting up libosmovty13:amd64 (1.10.0.56.fc03.202501032026) ...
#20 5.182 Setting up libosmoisdn0:amd64 (1.10.0.56.fc03.202501032026) ...
#20 5.193 Setting up libosmotrau10:amd64 (1.6.0.50.58dd.202501032026) ...
#20 5.202 Setting up libgtp10:amd64 (1.12.0.33.09142.202501032026) ...
#20 5.214 Setting up libgtp-dev:amd64 (1.12.0.33.09142.202501032026) ...
#20 5.225 Setting up libasn1c-dev:amd64 (0.9.38.202501032026) ...
#20 5.234 Setting up libosmousb0:amd64 (1.10.0.56.fc03.202501032026) ...
#20 5.246 Setting up libosmogsm20:amd64 (1.10.0.56.fc03.202501032026) ...
#20 5.256 Setting up libosmoctrl0:amd64 (1.10.0.56.fc03.202501032026) ...
#20 5.266 Setting up libosmogb14:amd64 (1.10.0.56.fc03.202501032026) ...
#20 5.274 Setting up libosmonetif11:amd64 (1.5.1.26.e84e.202501032026) ...
#20 5.288 Setting up libosmocoding0:amd64 (1.10.0.56.fc03.202501032026) ...
#20 5.298 Setting up libosmosim2:amd64 (1.10.0.56.fc03.202501032026) ...
#20 5.308 Setting up libosmocore (1.10.0.56.fc03.202501032026) ...
#20 5.318 Setting up libosmoabis13:amd64 (1.6.0.50.58dd.202501032026) ...
#20 5.330 Setting up libosmo-sigtran10:amd64 (2.0.0.52.6412.202501032026) ...
#20 5.343 Setting up libosmo-gsup-client0:amd64 (1.8.0.15.74e4.202501032026) ...
#20 5.355 Setting up libosmo-ranap7:amd64 (1.6.0.6.aad82.202501032026) ...
#20 5.365 Setting up libosmocore-dev:amd64 (1.10.0.56.fc03.202501032026) ...
#20 5.375 Setting up libosmo-netif-dev:amd64 (1.5.1.26.e84e.202501032026) ...
#20 5.387 Setting up libosmo-ranap-dev:amd64 (1.6.0.6.aad82.202501032026) ...
#20 5.397 Setting up libosmo-gsup-client-dev:amd64 (1.8.0.15.74e4.202501032026) ...
#20 5.407 Setting up libosmo-sigtran-dev:amd64 (2.0.0.52.6412.202501032026) ...
#20 5.420 Setting up libosmo-abis-dev:amd64 (1.6.0.50.58dd.202501032026) ...
#20 5.431 Processing triggers for libc-bin (2.36-9+deb12u9) ...
#20 DONE 5.6s

#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.360 Hit:1 http://deb.debian.org/debian bookworm InRelease
#21 0.360 Hit:2 http://deb.debian.org/debian bookworm-updates InRelease
#21 0.360 Hit:3 http://deb.debian.org/debian-security bookworm-security InRelease
#21 0.365 Hit:4 https://downloads.osmocom.org/packages/osmocom:/nightly/Debian_12 ./ InRelease
#21 0.600 Reading package lists...
#21 1.026 Reading package lists...
#21 1.443 Building dependency tree...
#21 1.559 Reading state information...
#21 1.678 cmake is already the newest version (3.25.1-1).
#21 1.678 libfftw3-dev is already the newest version (3.3.10-1).
#21 1.678 libboost-program-options-dev is already the newest version (1.74.0.3).
#21 1.678 libboost-program-options-dev set to manually installed.
#21 1.678 libsctp-dev is already the newest version (1.0.19+dfsg-2).
#21 1.678 libpcsclite-dev is already the newest version (1.9.9-2).
#21 1.678 libuhd-dev is already the newest version (4.3.0.0+ds1-5).
#21 1.678 The following additional packages will be installed:
#21 1.678   libconfig++9v5 libconfig-dev libconfig9 libczmq4 libnspr4 libnspr4-dev
#21 1.678   libnss3 libnss3-dev libsoapysdr0.8 soapysdr0.7-module-lms7
#21 1.679 Suggested packages:
#21 1.679   libmbedtls-doc libsoapysdr-doc
#21 1.679 Recommended packages:
#21 1.679   libconfig-doc soapysdr0.8-module-all | soapysdr0.8-module
#21 1.766 The following NEW packages will be installed:
#21 1.766   libconfig++-dev libconfig++9v5 libconfig-dev libconfig9 libczmq-dev libczmq4
#21 1.766   libmbedtls-dev libnspr4 libnspr4-dev libnss3 libnss3-dev libsoapysdr-dev
#21 1.766   libsoapysdr0.8 soapysdr-module-lms7 soapysdr0.7-module-lms7
#21 1.802 0 upgraded, 15 newly installed, 0 to remove and 2 not upgraded.
#21 1.802 Need to get 3,551 kB of archives.
#21 1.802 After this operation, 14.8 MB of additional disk space will be used.
#21 1.802 Get:1 http://deb.debian.org/debian bookworm/main amd64 libconfig++9v5 amd64 1.5-0.4 [40.0 kB]
#21 1.812 Get:2 http://deb.debian.org/debian bookworm/main amd64 libconfig9 amd64 1.5-0.4 [29.9 kB]
#21 1.813 Get:3 http://deb.debian.org/debian bookworm/main amd64 libconfig-dev amd64 1.5-0.4 [60.8 kB]
#21 1.818 Get:4 http://deb.debian.org/debian bookworm/main amd64 libconfig++-dev amd64 1.5-0.4 [44.1 kB]
#21 1.819 Get:5 http://deb.debian.org/debian bookworm/main amd64 libnspr4 amd64 2:4.35-1 [113 kB]
#21 1.824 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.837 Get:7 https://downloads.osmocom.org/packages/osmocom:/nightly/Debian_12 ./ soapysdr0.7-module-lms7 23.11.0.1.2141.9dce.202501032026 [55.2 kB]
#21 1.848 Get:8 http://deb.debian.org/debian bookworm/main amd64 libnspr4-dev amd64 2:4.35-1 [212 kB]
#21 1.849 Get:9 https://downloads.osmocom.org/packages/osmocom:/nightly/Debian_12 ./ soapysdr-module-lms7 23.11.0.1.2141.9dce.202501032026 [7,572 B]
#21 1.851 Get:10 http://deb.debian.org/debian-security bookworm-security/main amd64 libnss3-dev amd64 2:3.87.1-1+deb12u1 [245 kB]
#21 1.853 Get:11 http://deb.debian.org/debian bookworm/main amd64 libczmq4 amd64 4.2.1-1 [172 kB]
#21 1.857 Get:12 http://deb.debian.org/debian bookworm/main amd64 libczmq-dev amd64 4.2.1-1 [414 kB]
#21 1.861 Get:13 http://deb.debian.org/debian bookworm/main amd64 libmbedtls-dev amd64 2.28.3-1 [685 kB]
#21 1.867 Get:14 http://deb.debian.org/debian bookworm/main amd64 libsoapysdr0.8 amd64 0.8.1-3 [108 kB]
#21 1.869 Get:15 http://deb.debian.org/debian bookworm/main amd64 libsoapysdr-dev amd64 0.8.1-3 [33.5 kB]
#21 2.017 debconf: delaying package configuration, since apt-utils is not installed
#21 2.057 Fetched 3,551 kB in 0s (36.5 MB/s)
#21 2.089 Selecting previously unselected package libconfig++9v5:amd64.
#21 2.089 (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.137 Preparing to unpack .../00-libconfig++9v5_1.5-0.4_amd64.deb ...
#21 2.143 Unpacking libconfig++9v5:amd64 (1.5-0.4) ...
#21 2.191 Selecting previously unselected package libconfig9:amd64.
#21 2.202 Preparing to unpack .../01-libconfig9_1.5-0.4_amd64.deb ...
#21 2.205 Unpacking libconfig9:amd64 (1.5-0.4) ...
#21 2.248 Selecting previously unselected package libconfig-dev:amd64.
#21 2.256 Preparing to unpack .../02-libconfig-dev_1.5-0.4_amd64.deb ...
#21 2.259 Unpacking libconfig-dev:amd64 (1.5-0.4) ...
#21 2.301 Selecting previously unselected package libconfig++-dev:amd64.
#21 2.311 Preparing to unpack .../03-libconfig++-dev_1.5-0.4_amd64.deb ...
#21 2.315 Unpacking libconfig++-dev:amd64 (1.5-0.4) ...
#21 2.360 Selecting previously unselected package libnspr4:amd64.
#21 2.370 Preparing to unpack .../04-libnspr4_2%3a4.35-1_amd64.deb ...
#21 2.373 Unpacking libnspr4:amd64 (2:4.35-1) ...
#21 2.422 Selecting previously unselected package libnss3:amd64.
#21 2.433 Preparing to unpack .../05-libnss3_2%3a3.87.1-1+deb12u1_amd64.deb ...
#21 2.436 Unpacking libnss3:amd64 (2:3.87.1-1+deb12u1) ...
#21 2.563 Selecting previously unselected package libnspr4-dev.
#21 2.570 Preparing to unpack .../06-libnspr4-dev_2%3a4.35-1_amd64.deb ...
#21 2.573 Unpacking libnspr4-dev (2:4.35-1) ...
#21 2.635 Selecting previously unselected package libnss3-dev:amd64.
#21 2.644 Preparing to unpack .../07-libnss3-dev_2%3a3.87.1-1+deb12u1_amd64.deb ...
#21 2.661 Unpacking libnss3-dev:amd64 (2:3.87.1-1+deb12u1) ...
#21 2.773 Selecting previously unselected package libczmq4:amd64.
#21 2.782 Preparing to unpack .../08-libczmq4_4.2.1-1_amd64.deb ...
#21 2.792 Unpacking libczmq4:amd64 (4.2.1-1) ...
#21 2.894 Selecting previously unselected package libczmq-dev:amd64.
#21 2.903 Preparing to unpack .../09-libczmq-dev_4.2.1-1_amd64.deb ...
#21 2.916 Unpacking libczmq-dev:amd64 (4.2.1-1) ...
#21 3.046 Selecting previously unselected package libmbedtls-dev:amd64.
#21 3.057 Preparing to unpack .../10-libmbedtls-dev_2.28.3-1_amd64.deb ...
#21 3.062 Unpacking libmbedtls-dev:amd64 (2.28.3-1) ...
#21 3.201 Selecting previously unselected package libsoapysdr0.8:amd64.
#21 3.211 Preparing to unpack .../11-libsoapysdr0.8_0.8.1-3_amd64.deb ...
#21 3.227 Unpacking libsoapysdr0.8:amd64 (0.8.1-3) ...
#21 3.331 Selecting previously unselected package libsoapysdr-dev:amd64.
#21 3.340 Preparing to unpack .../12-libsoapysdr-dev_0.8.1-3_amd64.deb ...
#21 3.351 Unpacking libsoapysdr-dev:amd64 (0.8.1-3) ...
#21 3.427 Selecting previously unselected package soapysdr0.7-module-lms7:amd64.
#21 3.435 Preparing to unpack .../13-soapysdr0.7-module-lms7_23.11.0.1.2141.9dce.202501032026_amd64.deb ...
#21 3.438 Unpacking soapysdr0.7-module-lms7:amd64 (23.11.0.1.2141.9dce.202501032026) ...
#21 3.499 Selecting previously unselected package soapysdr-module-lms7.
#21 3.509 Preparing to unpack .../14-soapysdr-module-lms7_23.11.0.1.2141.9dce.202501032026_all.deb ...
#21 3.517 Unpacking soapysdr-module-lms7 (23.11.0.1.2141.9dce.202501032026) ...
#21 3.649 Setting up libconfig9:amd64 (1.5-0.4) ...
#21 3.701 Setting up libczmq4:amd64 (4.2.1-1) ...
#21 3.755 Setting up libconfig++9v5:amd64 (1.5-0.4) ...
#21 3.794 Setting up libmbedtls-dev:amd64 (2.28.3-1) ...
#21 3.828 Setting up libsoapysdr0.8:amd64 (0.8.1-3) ...
#21 3.870 Setting up libsoapysdr-dev:amd64 (0.8.1-3) ...
#21 3.906 Setting up libnspr4:amd64 (2:4.35-1) ...
#21 3.951 Setting up libconfig-dev:amd64 (1.5-0.4) ...
#21 3.980 Setting up soapysdr0.7-module-lms7:amd64 (23.11.0.1.2141.9dce.202501032026) ...
#21 4.016 Setting up libnspr4-dev (2:4.35-1) ...
#21 4.050 Setting up soapysdr-module-lms7 (23.11.0.1.2141.9dce.202501032026) ...
#21 4.086 Setting up libnss3:amd64 (2:3.87.1-1+deb12u1) ...
#21 4.125 Setting up libnss3-dev:amd64 (2:3.87.1-1+deb12u1) ...
#21 4.158 Setting up libconfig++-dev:amd64 (1.5-0.4) ...
#21 4.197 Setting up libczmq-dev:amd64 (4.2.1-1) ...
#21 4.235 Processing triggers for man-db (2.11.2-2) ...
#21 4.270 Processing triggers for libc-bin (2.36-9+deb12u9) ...
#21 DONE 4.5s

#22 [17/28] RUN	APT-GET update && 	apt-get install -y --no-install-recommends 		gnuradio && 	apt-get clean
#22 0.360 Hit:1 http://deb.debian.org/debian bookworm InRelease
#22 0.360 Hit:2 http://deb.debian.org/debian bookworm-updates InRelease
#22 0.360 Hit:3 http://deb.debian.org/debian-security bookworm-security InRelease
#22 0.457 Hit:4 https://downloads.osmocom.org/packages/osmocom:/nightly/Debian_12 ./ InRelease
#22 0.612 Reading package lists...
#22 1.042 Reading package lists...
#22 1.461 Building dependency tree...
#22 1.566 Reading state information...
#22 1.679 The following additional packages will be installed:
#22 1.679   adwaita-icon-theme at-spi2-common castxml dconf-gsettings-backend
#22 1.679   dconf-service fonts-mathjax gnome-terminal gnome-terminal-data
#22 1.679   gsettings-desktop-schemas gtk-update-icon-cache hicolor-icon-theme
#22 1.679   libad9361-0 libasyncns0 libatk-bridge2.0-0 libatk1.0-0 libatspi2.0-0 libb2-1
#22 1.679   libcaca0 libcodec2-1.0 libcolord2 libdconf1 libdouble-conversion3
#22 1.679   libdrm-amdgpu1 libdrm-common libdrm-intel1 libdrm-nouveau2 libdrm-radeon1
#22 1.679   libdrm2 libegl-mesa0 libegl1 libepoxy0 libevdev2 libflac12 libfmt9 libgbm1
#22 1.679   libgl1 libgl1-mesa-dri libgl1-mesa-glx libglapi-mesa libglu1-mesa libglvnd0
#22 1.679   libglx-mesa0 libglx0 libgnuradio-analog3.10.5 libgnuradio-audio3.10.5
#22 1.679   libgnuradio-blocks3.10.5 libgnuradio-channels3.10.5
#22 1.679   libgnuradio-digital3.10.5 libgnuradio-dtv3.10.5 libgnuradio-fec3.10.5
#22 1.679   libgnuradio-fft3.10.5 libgnuradio-filter3.10.5 libgnuradio-iio3.10.5
#22 1.679   libgnuradio-network3.10.5 libgnuradio-pdu3.10.5 libgnuradio-pmt3.10.5
#22 1.679   libgnuradio-qtgui3.10.5 libgnuradio-runtime3.10.5 libgnuradio-soapy3.10.5
#22 1.679   libgnuradio-trellis3.10.5 libgnuradio-uhd3.10.5 libgnuradio-video-sdl3.10.5
#22 1.679   libgnuradio-vocoder3.10.5 libgnuradio-wavelet3.10.5 libgnuradio-zeromq3.10.5
#22 1.679   libgsl27 libgslcblas0 libgtk-3-0 libgtk-3-common libgudev-1.0-0 libiio0
#22 1.679   libinput-bin libinput10 libjack-jackd2-0 libjs-mathjax liblbfgsb0 libllvm15
#22 1.679   libmd4c0 libmp3lame0 libmpg123-0 libmtdev1 libogg0 libopenblas-dev
#22 1.679   libopenblas-pthread-dev libopenblas0 libopenblas0-pthread libopengl0
#22 1.679   libopus0 liborc-0.4-0 libportaudio2 libproxy1v5 libpulse0 libpython3-all-dev
#22 1.679   libqt5core5a libqt5dbus5 libqt5designer5 libqt5gui5 libqt5help5
#22 1.679   libqt5network5 libqt5opengl5 libqt5printsupport5 libqt5sql5 libqt5svg5
#22 1.679   libqt5test5 libqt5widgets5 libqt5xml5 libqt6core6 libqt6dbus6 libqt6gui6
#22 1.679   libqt6network6 libqt6opengl6 libqt6openglwidgets6 libqt6printsupport6
#22 1.679   libqt6sql6 libqt6test6 libqt6widgets6 libqt6xml6 libqwt-qt5-6 libsamplerate0
#22 1.679   libsdl1.2debian libslang2 libsndfile1 libspdlog1.10 libthrift-0.17.0 libts0
#22 1.679   libunwind8 libvolk2-bin libvolk2.5 libvorbis0a libvorbisenc2 libvte-2.91-0
#22 1.679   libvte-2.91-common libwacom-common libwacom9 libwayland-client0
#22 1.679   libwayland-cursor0 libwayland-egl1 libwayland-server0 libx11-xcb1
#22 1.679   libxcb-dri2-0 libxcb-dri3-0 libxcb-glx0 libxcb-icccm4 libxcb-image0
#22 1.679   libxcb-keysyms1 libxcb-present0 libxcb-randr0 libxcb-render-util0
#22 1.679   libxcb-shape0 libxcb-sync1 libxcb-util1 libxcb-xfixes0 libxcb-xinerama0
#22 1.679   libxcb-xinput0 libxcb-xkb1 libxcomposite1 libxcursor1 libxdamage1 libxfixes3
#22 1.679   libxinerama1 libxkbcommon-x11-0 libxkbcommon0 libxrandr2 libxshmfence1
#22 1.679   libxsimd-dev libxxf86vm1 pyqt5-dev-tools pyqt6-dev-tools python3-all
#22 1.679   python3-all-dev python3-attr python3-beniget python3-cairo
#22 1.679   python3-cffi-backend python3-click python3-click-plugins python3-colorama
#22 1.679   python3-contextlib2 python3-decorator python3-gast python3-gi-cairo
#22 1.679   python3-jsonschema python3-lxml python3-opengl python3-packaging python3-ply
#22 1.679   python3-py python3-pygccxml python3-pyqt5 python3-pyqt5.sip python3-pyqt6
#22 1.679   python3-pyqt6.sip python3-pyqtgraph python3-pyrsistent python3-pythran
#22 1.679   python3-schema python3-scipy python3-sip python3-thrift python3-zmq
#22 1.680   qt6-base-dev-tools qtbase5-dev-tools qtchooser xkb-data
#22 1.680 Suggested packages:
#22 1.680   gr-fosphor gr-osmosdr gqrx-sdr rtl-sdr uhd-host colord gsl-ref-psdoc
#22 1.680   | gsl-doc-pdf | gsl-doc-info | gsl-ref-html gvfs avahi-daemon jackd2
#22 1.680   fonts-mathjax-extras fonts-stix libjs-mathjax-doc opus-tools pulseaudio
#22 1.680   qgnomeplatform-qt5 qt5-image-formats-plugins libvolk2-dev libwacom-bin
#22 1.680   libxsimd-doc python-attr-doc python-jsonschema-doc python-lxml-doc libgle3
#22 1.680   python3-tk python-ply-doc subversion python3-pytest python-pyqtgraph-doc
#22 1.680   python-scipy-doc
#22 1.680 Recommended packages:
#22 1.680   librsvg2-common gvfs nautilus-extension-gnome-terminal yelp gnuradio-dev
#22 1.680   python3-matplotlib python3-networkx python3-pyqt5.qwt soapysdr-tools
#22 1.680   at-spi2-core libgtk-3-bin qttranslations5-l10n qt5-gtk-platformtheme
#22 1.680   qtwayland5 libqt5sql5-sqlite | libqt5sql5-mysql | libqt5sql5-odbc
#22 1.680   | libqt5sql5-psql | libqt5sql5-tds | libqt5sql5-ibase qt6-translations-l10n
#22 1.680   qt6-gtk-platformtheme qt6-qpa-plugins libqt6sql6-sqlite | libqt6sql6-mysql
#22 1.680   | libqt6sql6-odbc | libqt6sql6-psql | libqt6sql6-ibase python3-idna
#22 1.680   python3-json-pointer python3-rfc3987 python3-uritemplate python3-bs4
#22 1.680   python3-html5lib libglut-dev python3-pyqt5.qtopengl
#22 2.562 The following NEW packages will be installed:
#22 2.562   adwaita-icon-theme at-spi2-common castxml dconf-gsettings-backend
#22 2.562   dconf-service fonts-mathjax gnome-terminal gnome-terminal-data gnuradio
#22 2.562   gsettings-desktop-schemas gtk-update-icon-cache hicolor-icon-theme
#22 2.562   libad9361-0 libasyncns0 libatk-bridge2.0-0 libatk1.0-0 libatspi2.0-0 libb2-1
#22 2.562   libcaca0 libcodec2-1.0 libcolord2 libdconf1 libdouble-conversion3
#22 2.562   libdrm-amdgpu1 libdrm-common libdrm-intel1 libdrm-nouveau2 libdrm-radeon1
#22 2.562   libdrm2 libegl-mesa0 libegl1 libepoxy0 libevdev2 libflac12 libfmt9 libgbm1
#22 2.562   libgl1 libgl1-mesa-dri libgl1-mesa-glx libglapi-mesa libglu1-mesa libglvnd0
#22 2.562   libglx-mesa0 libglx0 libgnuradio-analog3.10.5 libgnuradio-audio3.10.5
#22 2.562   libgnuradio-blocks3.10.5 libgnuradio-channels3.10.5
#22 2.562   libgnuradio-digital3.10.5 libgnuradio-dtv3.10.5 libgnuradio-fec3.10.5
#22 2.562   libgnuradio-fft3.10.5 libgnuradio-filter3.10.5 libgnuradio-iio3.10.5
#22 2.562   libgnuradio-network3.10.5 libgnuradio-pdu3.10.5 libgnuradio-pmt3.10.5
#22 2.562   libgnuradio-qtgui3.10.5 libgnuradio-runtime3.10.5 libgnuradio-soapy3.10.5
#22 2.562   libgnuradio-trellis3.10.5 libgnuradio-uhd3.10.5 libgnuradio-video-sdl3.10.5
#22 2.562   libgnuradio-vocoder3.10.5 libgnuradio-wavelet3.10.5 libgnuradio-zeromq3.10.5
#22 2.562   libgsl27 libgslcblas0 libgtk-3-0 libgtk-3-common libgudev-1.0-0 libiio0
#22 2.562   libinput-bin libinput10 libjack-jackd2-0 libjs-mathjax liblbfgsb0 libllvm15
#22 2.562   libmd4c0 libmp3lame0 libmpg123-0 libmtdev1 libogg0 libopenblas-dev
#22 2.562   libopenblas-pthread-dev libopenblas0 libopenblas0-pthread libopengl0
#22 2.562   libopus0 liborc-0.4-0 libportaudio2 libproxy1v5 libpulse0 libpython3-all-dev
#22 2.562   libqt5core5a libqt5dbus5 libqt5designer5 libqt5gui5 libqt5help5
#22 2.562   libqt5network5 libqt5opengl5 libqt5printsupport5 libqt5sql5 libqt5svg5
#22 2.562   libqt5test5 libqt5widgets5 libqt5xml5 libqt6core6 libqt6dbus6 libqt6gui6
#22 2.562   libqt6network6 libqt6opengl6 libqt6openglwidgets6 libqt6printsupport6
#22 2.563   libqt6sql6 libqt6test6 libqt6widgets6 libqt6xml6 libqwt-qt5-6 libsamplerate0
#22 2.563   libsdl1.2debian libslang2 libsndfile1 libspdlog1.10 libthrift-0.17.0 libts0
#22 2.563   libunwind8 libvolk2-bin libvolk2.5 libvorbis0a libvorbisenc2 libvte-2.91-0
#22 2.563   libvte-2.91-common libwacom-common libwacom9 libwayland-client0
#22 2.563   libwayland-cursor0 libwayland-egl1 libwayland-server0 libx11-xcb1
#22 2.563   libxcb-dri2-0 libxcb-dri3-0 libxcb-glx0 libxcb-icccm4 libxcb-image0
#22 2.563   libxcb-keysyms1 libxcb-present0 libxcb-randr0 libxcb-render-util0
#22 2.563   libxcb-shape0 libxcb-sync1 libxcb-util1 libxcb-xfixes0 libxcb-xinerama0
#22 2.563   libxcb-xinput0 libxcb-xkb1 libxcomposite1 libxcursor1 libxdamage1 libxfixes3
#22 2.563   libxinerama1 libxkbcommon-x11-0 libxkbcommon0 libxrandr2 libxshmfence1
#22 2.563   libxsimd-dev libxxf86vm1 pyqt5-dev-tools pyqt6-dev-tools python3-all
#22 2.563   python3-all-dev python3-attr python3-beniget python3-cairo
#22 2.563   python3-cffi-backend python3-click python3-click-plugins python3-colorama
#22 2.563   python3-contextlib2 python3-decorator python3-gast python3-gi-cairo
#22 2.563   python3-jsonschema python3-lxml python3-opengl python3-packaging python3-ply
#22 2.563   python3-py python3-pygccxml python3-pyqt5 python3-pyqt5.sip python3-pyqt6
#22 2.563   python3-pyqt6.sip python3-pyqtgraph python3-pyrsistent python3-pythran
#22 2.563   python3-schema python3-scipy python3-sip python3-thrift python3-zmq
#22 2.563   qt6-base-dev-tools qtbase5-dev-tools qtchooser xkb-data
#22 2.599 0 upgraded, 205 newly installed, 0 to remove and 2 not upgraded.
#22 2.599 Need to get 142 MB of archives.
#22 2.599 After this operation, 698 MB of additional disk space will be used.
#22 2.599 Get:1 http://deb.debian.org/debian bookworm/main amd64 hicolor-icon-theme all 0.17-2 [11.4 kB]
#22 2.607 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.612 Get:3 http://deb.debian.org/debian bookworm/main amd64 adwaita-icon-theme all 43-1 [5,124 kB]
#22 2.670 Get:4 http://deb.debian.org/debian bookworm/main amd64 at-spi2-common all 2.46.0-5 [162 kB]
#22 2.671 Get:5 http://deb.debian.org/debian bookworm/main amd64 castxml amd64 0.5.1-1 [963 kB]
#22 2.677 Get:6 http://deb.debian.org/debian bookworm/main amd64 libdconf1 amd64 0.40.0-4 [40.9 kB]
#22 2.677 Get:7 http://deb.debian.org/debian bookworm/main amd64 dconf-service amd64 0.40.0-4 [31.6 kB]
#22 2.677 Get:8 http://deb.debian.org/debian bookworm/main amd64 dconf-gsettings-backend amd64 0.40.0-4 [27.8 kB]
#22 2.678 Get:9 http://deb.debian.org/debian bookworm/main amd64 fonts-mathjax all 2.7.9+dfsg-1 [2,210 kB]
#22 2.696 Get:10 http://deb.debian.org/debian bookworm/main amd64 gnome-terminal-data all 3.46.8-1 [949 kB]
#22 2.704 Get:11 http://deb.debian.org/debian bookworm/main amd64 gsettings-desktop-schemas all 43.0-1 [643 kB]
#22 2.710 Get:12 http://deb.debian.org/debian bookworm/main amd64 libatk1.0-0 amd64 2.46.0-5 [49.6 kB]
#22 2.710 Get:13 http://deb.debian.org/debian bookworm/main amd64 libatspi2.0-0 amd64 2.46.0-5 [75.4 kB]
#22 2.711 Get:14 http://deb.debian.org/debian bookworm/main amd64 libatk-bridge2.0-0 amd64 2.46.0-5 [64.6 kB]
#22 2.711 Get:15 http://deb.debian.org/debian bookworm/main amd64 libcolord2 amd64 1.4.6-2.2 [137 kB]
#22 2.713 Get:16 http://deb.debian.org/debian bookworm/main amd64 libepoxy0 amd64 1.5.10-1 [189 kB]
#22 2.714 Get:17 http://deb.debian.org/debian bookworm/main amd64 libwayland-client0 amd64 1.21.0-1 [28.3 kB]
#22 2.714 Get:18 http://deb.debian.org/debian bookworm/main amd64 libwayland-cursor0 amd64 1.21.0-1 [14.4 kB]
#22 2.715 Get:19 http://deb.debian.org/debian bookworm/main amd64 libwayland-egl1 amd64 1.21.0-1 [8,640 B]
#22 2.715 Get:20 http://deb.debian.org/debian bookworm/main amd64 libxcomposite1 amd64 1:0.4.5-1 [16.6 kB]
#22 2.720 Get:21 http://deb.debian.org/debian bookworm/main amd64 libxfixes3 amd64 1:6.0.0-2 [22.7 kB]
#22 2.722 Get:22 http://deb.debian.org/debian bookworm/main amd64 libxcursor1 amd64 1:1.2.1-1 [40.9 kB]
#22 2.723 Get:23 http://deb.debian.org/debian bookworm/main amd64 libxdamage1 amd64 1:1.1.6-1 [15.1 kB]
#22 2.725 Get:24 http://deb.debian.org/debian bookworm/main amd64 libxinerama1 amd64 2:1.1.4-3 [17.8 kB]
#22 2.726 Get:25 http://deb.debian.org/debian bookworm/main amd64 xkb-data all 2.35.1-1 [764 kB]
#22 2.734 Get:26 http://deb.debian.org/debian bookworm/main amd64 libxkbcommon0 amd64 1.5.0-1 [106 kB]
#22 2.735 Get:27 http://deb.debian.org/debian bookworm/main amd64 libxrandr2 amd64 2:1.5.2-2+b1 [39.2 kB]
#22 2.736 Get:28 http://deb.debian.org/debian bookworm/main amd64 libgtk-3-common all 3.24.38-2~deb12u3 [3,895 kB]
#22 2.768 Get:29 http://deb.debian.org/debian bookworm/main amd64 libgtk-3-0 amd64 3.24.38-2~deb12u3 [2,847 kB]
#22 2.792 Get:30 http://deb.debian.org/debian bookworm/main amd64 libvte-2.91-common amd64 0.70.6-2~deb12u1 [642 kB]
#22 2.797 Get:31 http://deb.debian.org/debian bookworm/main amd64 libvte-2.91-0 amd64 0.70.6-2~deb12u1 [799 kB]
#22 2.804 Get:32 http://deb.debian.org/debian bookworm/main amd64 gnome-terminal amd64 3.46.8-1 [230 kB]
#22 2.806 Get:33 http://deb.debian.org/debian bookworm/main amd64 libjs-mathjax all 2.7.9+dfsg-1 [5,667 kB]
#22 2.855 Get:34 http://deb.debian.org/debian bookworm/main amd64 liborc-0.4-0 amd64 1:0.4.33-2 [164 kB]
#22 2.856 Get:35 http://deb.debian.org/debian bookworm/main amd64 libvolk2.5 amd64 2.5.2-3 [301 kB]
#22 2.858 Get:36 http://deb.debian.org/debian bookworm/main amd64 libvolk2-bin amd64 2.5.2-3 [82.1 kB]
#22 2.859 Get:37 http://deb.debian.org/debian bookworm/main amd64 python3-colorama all 0.4.6-2 [36.8 kB]
#22 2.859 Get:38 http://deb.debian.org/debian bookworm/main amd64 python3-click all 8.1.3-2 [92.2 kB]
#22 2.860 Get:39 http://deb.debian.org/debian bookworm/main amd64 python3-click-plugins all 1.1.1-4 [9,852 B]
#22 2.860 Get:40 http://deb.debian.org/debian bookworm/main amd64 python3-cairo amd64 1.20.1-5+b1 [63.1 kB]
#22 2.860 Get:41 http://deb.debian.org/debian bookworm/main amd64 python3-gi-cairo amd64 3.42.2-3+b1 [11.7 kB]
#22 2.861 Get:42 http://deb.debian.org/debian bookworm/main amd64 python3-attr all 22.2.0-1 [65.4 kB]
#22 2.862 Get:43 http://deb.debian.org/debian bookworm/main amd64 python3-pyrsistent amd64 0.18.1-1+b3 [60.0 kB]
#22 2.867 Get:44 http://deb.debian.org/debian bookworm/main amd64 python3-jsonschema all 4.10.3-1 [67.9 kB]
#22 2.868 Get:45 http://deb.debian.org/debian bookworm/main amd64 python3-lxml amd64 4.9.2-1+b1 [1,194 kB]
#22 2.879 Get:46 http://deb.debian.org/debian bookworm/main amd64 libglvnd0 amd64 1.6.0-1 [51.8 kB]
#22 2.879 Get:47 http://deb.debian.org/debian bookworm/main amd64 libdrm-common all 2.4.114-1 [7,112 B]
#22 2.880 Get:48 http://deb.debian.org/debian bookworm/main amd64 libdrm2 amd64 2.4.114-1+b1 [37.5 kB]
#22 2.880 Get:49 http://deb.debian.org/debian bookworm/main amd64 libglapi-mesa amd64 22.3.6-1+deb12u1 [35.7 kB]
#22 2.880 Get:50 http://deb.debian.org/debian bookworm/main amd64 libx11-xcb1 amd64 2:1.8.4-2+deb12u2 [192 kB]
#22 2.882 Get:51 http://deb.debian.org/debian bookworm/main amd64 libxcb-dri2-0 amd64 1.15-1 [107 kB]
#22 2.883 Get:52 http://deb.debian.org/debian bookworm/main amd64 libxcb-dri3-0 amd64 1.15-1 [107 kB]
#22 2.884 Get:53 http://deb.debian.org/debian bookworm/main amd64 libxcb-glx0 amd64 1.15-1 [122 kB]
#22 2.885 Get:54 http://deb.debian.org/debian bookworm/main amd64 libxcb-present0 amd64 1.15-1 [105 kB]
#22 2.889 Get:55 http://deb.debian.org/debian bookworm/main amd64 libxcb-randr0 amd64 1.15-1 [117 kB]
#22 2.891 Get:56 http://deb.debian.org/debian bookworm/main amd64 libxcb-sync1 amd64 1.15-1 [109 kB]
#22 2.892 Get:57 http://deb.debian.org/debian bookworm/main amd64 libxcb-xfixes0 amd64 1.15-1 [109 kB]
#22 2.893 Get:58 http://deb.debian.org/debian bookworm/main amd64 libxshmfence1 amd64 1.3-1 [8,820 B]
#22 2.893 Get:59 http://deb.debian.org/debian bookworm/main amd64 libxxf86vm1 amd64 1:1.1.4-1+b2 [20.8 kB]
#22 2.893 Get:60 http://deb.debian.org/debian bookworm/main amd64 libdrm-amdgpu1 amd64 2.4.114-1+b1 [20.9 kB]
#22 2.894 Get:61 http://deb.debian.org/debian bookworm/main amd64 libdrm-intel1 amd64 2.4.114-1+b1 [64.0 kB]
#22 2.895 Get:62 http://deb.debian.org/debian bookworm/main amd64 libdrm-nouveau2 amd64 2.4.114-1+b1 [19.1 kB]
#22 2.895 Get:63 http://deb.debian.org/debian bookworm/main amd64 libdrm-radeon1 amd64 2.4.114-1+b1 [21.8 kB]
#22 2.896 Get:64 http://deb.debian.org/debian bookworm/main amd64 libllvm15 amd64 1:15.0.6-4+b1 [23.1 MB]
#22 3.098 Get:65 http://deb.debian.org/debian bookworm/main amd64 libgl1-mesa-dri amd64 22.3.6-1+deb12u1 [7,239 kB]
#22 3.158 Get:66 http://deb.debian.org/debian bookworm/main amd64 libglx-mesa0 amd64 22.3.6-1+deb12u1 [147 kB]
#22 3.159 Get:67 http://deb.debian.org/debian bookworm/main amd64 libglx0 amd64 1.6.0-1 [34.4 kB]
#22 3.159 Get:68 http://deb.debian.org/debian bookworm/main amd64 libgl1 amd64 1.6.0-1 [88.4 kB]
#22 3.160 Get:69 http://deb.debian.org/debian bookworm/main amd64 libgl1-mesa-glx amd64 22.3.6-1+deb12u1 [14.5 kB]
#22 3.160 Get:70 http://deb.debian.org/debian bookworm/main amd64 libopengl0 amd64 1.6.0-1 [30.6 kB]
#22 3.161 Get:71 http://deb.debian.org/debian bookworm/main amd64 libglu1-mesa amd64 9.0.2-1.1 [178 kB]
#22 3.162 Get:72 http://deb.debian.org/debian bookworm/main amd64 python3-opengl all 3.1.6+dfsg-3 [605 kB]
#22 3.165 Get:73 http://deb.debian.org/debian bookworm/main amd64 python3-packaging all 23.0-1 [32.5 kB]
#22 3.165 Get:74 http://deb.debian.org/debian bookworm/main amd64 python3-pygccxml all 2.2.1-1 [80.3 kB]
#22 3.166 Get:75 http://deb.debian.org/debian bookworm/main amd64 python3-pyqt5.sip amd64 12.11.1-1 [56.4 kB]
#22 3.171 Get:76 http://deb.debian.org/debian bookworm/main amd64 libdouble-conversion3 amd64 3.2.1-1 [41.5 kB]
#22 3.173 Get:77 http://deb.debian.org/debian bookworm/main amd64 libqt5core5a amd64 5.15.8+dfsg-11+deb12u2 [1,810 kB]
#22 3.189 Get:78 http://deb.debian.org/debian bookworm/main amd64 libqt5dbus5 amd64 5.15.8+dfsg-11+deb12u2 [211 kB]
#22 3.191 Get:79 http://deb.debian.org/debian bookworm/main amd64 libwayland-server0 amd64 1.21.0-1 [35.9 kB]
#22 3.191 Get:80 http://deb.debian.org/debian bookworm/main amd64 libgbm1 amd64 22.3.6-1+deb12u1 [38.0 kB]
#22 3.192 Get:81 http://deb.debian.org/debian bookworm/main amd64 libegl-mesa0 amd64 22.3.6-1+deb12u1 [114 kB]
#22 3.192 Get:82 http://deb.debian.org/debian bookworm/main amd64 libegl1 amd64 1.6.0-1 [33.7 kB]
#22 3.193 Get:83 http://deb.debian.org/debian bookworm/main amd64 libevdev2 amd64 1.13.0+dfsg-1 [34.0 kB]
#22 3.193 Get:84 http://deb.debian.org/debian bookworm/main amd64 libmtdev1 amd64 1.1.6-1 [23.0 kB]
#22 3.193 Get:85 http://deb.debian.org/debian bookworm/main amd64 libgudev-1.0-0 amd64 237-2 [15.1 kB]
#22 3.193 Get:86 http://deb.debian.org/debian bookworm/main amd64 libwacom-common all 2.6.0-1 [58.4 kB]
#22 3.197 Get:87 http://deb.debian.org/debian bookworm/main amd64 libwacom9 amd64 2.6.0-1 [21.5 kB]
#22 3.201 Get:88 http://deb.debian.org/debian bookworm/main amd64 libinput-bin amd64 1.22.1-1 [23.2 kB]
#22 3.202 Get:89 http://deb.debian.org/debian bookworm/main amd64 libinput10 amd64 1.22.1-1 [125 kB]
#22 3.204 Get:90 http://deb.debian.org/debian bookworm/main amd64 libmd4c0 amd64 0.4.8-1 [44.2 kB]
#22 3.205 Get:91 http://deb.debian.org/debian bookworm/main amd64 libqt5network5 amd64 5.15.8+dfsg-11+deb12u2 [675 kB]
#22 3.211 Get:92 http://deb.debian.org/debian bookworm/main amd64 libxcb-icccm4 amd64 0.4.1-1.1 [27.4 kB]
#22 3.212 Get:93 http://deb.debian.org/debian bookworm/main amd64 libxcb-util1 amd64 0.4.0-1+b1 [23.2 kB]
#22 3.213 Get:94 http://deb.debian.org/debian bookworm/main amd64 libxcb-image0 amd64 0.4.0-2 [22.9 kB]
#22 3.214 Get:95 http://deb.debian.org/debian bookworm/main amd64 libxcb-keysyms1 amd64 0.4.0-1+b2 [16.4 kB]
#22 3.216 Get:96 http://deb.debian.org/debian bookworm/main amd64 libxcb-render-util0 amd64 0.3.9-1+b1 [18.3 kB]
#22 3.217 Get:97 http://deb.debian.org/debian bookworm/main amd64 libxcb-shape0 amd64 1.15-1 [106 kB]
#22 3.218 Get:98 http://deb.debian.org/debian bookworm/main amd64 libxcb-xinerama0 amd64 1.15-1 [105 kB]
#22 3.221 Get:99 http://deb.debian.org/debian bookworm/main amd64 libxcb-xinput0 amd64 1.15-1 [130 kB]
#22 3.224 Get:100 http://deb.debian.org/debian bookworm/main amd64 libxcb-xkb1 amd64 1.15-1 [129 kB]
#22 3.227 Get:101 http://deb.debian.org/debian bookworm/main amd64 libxkbcommon-x11-0 amd64 1.5.0-1 [15.6 kB]
#22 3.228 Get:102 http://deb.debian.org/debian bookworm/main amd64 libqt5gui5 amd64 5.15.8+dfsg-11+deb12u2 [3,408 kB]
#22 3.264 Get:103 http://deb.debian.org/debian bookworm/main amd64 libqt5widgets5 amd64 5.15.8+dfsg-11+deb12u2 [2,381 kB]
#22 3.278 Get:104 http://deb.debian.org/debian bookworm/main amd64 libqt5xml5 amd64 5.15.8+dfsg-11+deb12u2 [122 kB]
#22 3.279 Get:105 http://deb.debian.org/debian bookworm/main amd64 libqt5designer5 amd64 5.15.8-2 [2,748 kB]
#22 3.303 Get:106 http://deb.debian.org/debian bookworm/main amd64 libqt5sql5 amd64 5.15.8+dfsg-11+deb12u2 [122 kB]
#22 3.303 Get:107 http://deb.debian.org/debian bookworm/main amd64 libqt5help5 amd64 5.15.8-2 [149 kB]
#22 3.304 Get:108 http://deb.debian.org/debian bookworm/main amd64 libqt5printsupport5 amd64 5.15.8+dfsg-11+deb12u2 [202 kB]
#22 3.306 Get:109 http://deb.debian.org/debian bookworm/main amd64 libqt5test5 amd64 5.15.8+dfsg-11+deb12u2 [146 kB]
#22 3.307 Get:110 http://deb.debian.org/debian bookworm/main amd64 python3-pyqt5 amd64 5.15.9+dfsg-1 [2,489 kB]
#22 3.329 Get:111 http://deb.debian.org/debian bookworm/main amd64 python3-pyqt6.sip amd64 13.4.1-1 [51.4 kB]
#22 3.329 Get:112 http://deb.debian.org/debian bookworm/main amd64 libb2-1 amd64 0.98.1-1.1 [40.9 kB]
#22 3.329 Get:113 http://deb.debian.org/debian bookworm/main amd64 libqt6core6 amd64 6.4.2+dfsg-10 [1,613 kB]
#22 3.343 Get:114 http://deb.debian.org/debian bookworm/main amd64 libqt6dbus6 amd64 6.4.2+dfsg-10 [248 kB]
#22 3.345 Get:115 http://deb.debian.org/debian bookworm/main amd64 libts0 amd64 1.22-1+b1 [64.6 kB]
#22 3.346 Get:116 http://deb.debian.org/debian bookworm/main amd64 libqt6gui6 amd64 6.4.2+dfsg-10 [2,854 kB]
#22 3.371 Get:117 http://deb.debian.org/debian bookworm/main amd64 libproxy1v5 amd64 0.4.18-1.2 [56.2 kB]
#22 3.371 Get:118 http://deb.debian.org/debian bookworm/main amd64 libqt6network6 amd64 6.4.2+dfsg-10 [682 kB]
#22 3.377 Get:119 http://deb.debian.org/debian bookworm/main amd64 libqt6opengl6 amd64 6.4.2+dfsg-10 [390 kB]
#22 3.380 Get:120 http://deb.debian.org/debian bookworm/main amd64 libqt6widgets6 amd64 6.4.2+dfsg-10 [2,445 kB]
#22 3.401 Get:121 http://deb.debian.org/debian bookworm/main amd64 libqt6openglwidgets6 amd64 6.4.2+dfsg-10 [43.4 kB]
#22 3.402 Get:122 http://deb.debian.org/debian bookworm/main amd64 libqt6printsupport6 amd64 6.4.2+dfsg-10 [211 kB]
#22 3.404 Get:123 http://deb.debian.org/debian bookworm/main amd64 libqt6sql6 amd64 6.4.2+dfsg-10 [133 kB]
#22 3.405 Get:124 http://deb.debian.org/debian bookworm/main amd64 libqt6test6 amd64 6.4.2+dfsg-10 [161 kB]
#22 3.406 Get:125 http://deb.debian.org/debian bookworm/main amd64 libqt6xml6 amd64 6.4.2+dfsg-10 [75.5 kB]
#22 3.407 Get:126 http://deb.debian.org/debian bookworm/main amd64 python3-pyqt6 amd64 6.4.2-1 [2,461 kB]
#22 3.427 Get:127 http://deb.debian.org/debian bookworm/main amd64 python3-decorator all 5.1.1-3 [14.9 kB]
#22 3.427 Get:128 http://deb.debian.org/debian bookworm/main amd64 libopenblas0-pthread amd64 0.3.21+ds-4 [6,709 kB]
#22 3.486 Get:129 http://deb.debian.org/debian bookworm/main amd64 libopenblas0 amd64 0.3.21+ds-4 [32.6 kB]
#22 3.486 Get:130 http://deb.debian.org/debian bookworm/main amd64 libopenblas-pthread-dev amd64 0.3.21+ds-4 [4,971 kB]
#22 3.531 Get:131 http://deb.debian.org/debian bookworm/main amd64 libopenblas-dev amd64 0.3.21+ds-4 [44.9 kB]
#22 3.531 Get:132 http://deb.debian.org/debian bookworm/main amd64 libpython3-all-dev amd64 3.11.2-1+b1 [1,068 B]
#22 3.531 Get:133 http://deb.debian.org/debian bookworm/main amd64 python3-all amd64 3.11.2-1+b1 [1,056 B]
#22 3.531 Get:134 http://deb.debian.org/debian bookworm/main amd64 python3-all-dev amd64 3.11.2-1+b1 [1,072 B]
#22 3.531 Get:135 http://deb.debian.org/debian bookworm/main amd64 libxsimd-dev amd64 8.1.0-7 [88.8 kB]
#22 3.532 Get:136 http://deb.debian.org/debian bookworm/main amd64 python3-gast all 0.5.2-2 [9,364 B]
#22 3.532 Get:137 http://deb.debian.org/debian bookworm/main amd64 python3-beniget all 0.4.1-3 [9,920 B]
#22 3.532 Get:138 http://deb.debian.org/debian bookworm/main amd64 python3-ply all 3.11-5 [65.8 kB]
#22 3.533 Get:139 http://deb.debian.org/debian bookworm/main amd64 python3-pythran amd64 0.11.0+ds-7 [427 kB]
#22 3.541 Get:140 http://deb.debian.org/debian bookworm/main amd64 liblbfgsb0 amd64 3.0+dfsg.4-1 [28.9 kB]
#22 3.542 Get:141 http://deb.debian.org/debian bookworm/main amd64 python3-scipy amd64 1.10.1-2 [15.2 MB]
#22 3.680 Get:142 http://deb.debian.org/debian bookworm/main amd64 pyqt5-dev-tools amd64 5.15.9+dfsg-1 [180 kB]
#22 3.681 Get:143 http://deb.debian.org/debian bookworm/main amd64 pyqt6-dev-tools all 6.4.2-1 [66.4 kB]
#22 3.681 Get:144 http://deb.debian.org/debian bookworm/main amd64 qtchooser amd64 66-2 [26.3 kB]
#22 3.682 Get:145 http://deb.debian.org/debian bookworm/main amd64 qtbase5-dev-tools amd64 5.15.8+dfsg-11+deb12u2 [758 kB]
#22 3.685 Get:146 http://deb.debian.org/debian bookworm/main amd64 qt6-base-dev-tools amd64 6.4.2+dfsg-10 [890 kB]
#22 3.689 Get:147 http://deb.debian.org/debian bookworm/main amd64 python3-pyqtgraph all 0.13.1-4 [617 kB]
#22 3.694 Get:148 http://deb.debian.org/debian bookworm/main amd64 python3-contextlib2 all 0.6.0.post1-3 [13.5 kB]
#22 3.695 Get:149 http://deb.debian.org/debian bookworm/main amd64 python3-schema all 0.7.5-1 [27.5 kB]
#22 3.695 Get:150 http://deb.debian.org/debian bookworm/main amd64 python3-sip amd64 4.19.25+dfsg-5+b1 [165 kB]
#22 3.696 Get:151 http://deb.debian.org/debian bookworm/main amd64 python3-thrift amd64 0.17.0-2+b2 [160 kB]
#22 3.698 Get:152 http://deb.debian.org/debian bookworm/main amd64 python3-cffi-backend amd64 1.15.1-5+b1 [84.6 kB]
#22 3.699 Get:153 http://deb.debian.org/debian bookworm/main amd64 python3-py all 1.11.0-1 [89.2 kB]
#22 3.699 Get:154 http://deb.debian.org/debian bookworm/main amd64 python3-zmq amd64 24.0.1-4+b1 [263 kB]
#22 3.703 Get:155 http://deb.debian.org/debian bookworm/main amd64 libfmt9 amd64 9.1.0+ds1-2 [113 kB]
#22 3.714 Get:156 http://deb.debian.org/debian bookworm/main amd64 libgnuradio-pmt3.10.5 amd64 3.10.5.1-3 [117 kB]
#22 3.716 Get:157 http://deb.debian.org/debian bookworm/main amd64 libspdlog1.10 amd64 1:1.10.0+ds-0.4 [130 kB]
#22 3.718 Get:158 http://deb.debian.org/debian bookworm/main amd64 libthrift-0.17.0 amd64 0.17.0-2+b2 [372 kB]
#22 3.722 Get:159 http://deb.debian.org/debian bookworm/main amd64 libunwind8 amd64 1.6.2-3 [51.2 kB]
#22 3.723 Get:160 http://deb.debian.org/debian bookworm/main amd64 libgnuradio-runtime3.10.5 amd64 3.10.5.1-3 [562 kB]
#22 3.730 Get:161 http://deb.debian.org/debian bookworm/main amd64 libogg0 amd64 1.3.5-3 [23.4 kB]
#22 3.731 Get:162 http://deb.debian.org/debian bookworm/main amd64 libflac12 amd64 1.4.2+ds-2 [198 kB]
#22 3.734 Get:163 http://deb.debian.org/debian bookworm/main amd64 libmp3lame0 amd64 3.100-6 [365 kB]
#22 3.737 Get:164 http://deb.debian.org/debian-security bookworm-security/main amd64 libmpg123-0 amd64 1.31.2-1+deb12u1 [147 kB]
#22 3.739 Get:165 http://deb.debian.org/debian bookworm/main amd64 libopus0 amd64 1.3.1-3 [195 kB]
#22 3.741 Get:166 http://deb.debian.org/debian bookworm/main amd64 libvorbis0a amd64 1.3.7-1 [93.0 kB]
#22 3.743 Get:167 http://deb.debian.org/debian bookworm/main amd64 libvorbisenc2 amd64 1.3.7-1 [80.6 kB]
#22 3.745 Get:168 http://deb.debian.org/debian bookworm/main amd64 libsndfile1 amd64 1.2.0-1 [196 kB]
#22 3.748 Get:169 http://deb.debian.org/debian bookworm/main amd64 libgnuradio-blocks3.10.5 amd64 3.10.5.1-3 [561 kB]
#22 3.753 Get:170 http://deb.debian.org/debian bookworm/main amd64 libgnuradio-fft3.10.5 amd64 3.10.5.1-3 [121 kB]
#22 3.754 Get:171 http://deb.debian.org/debian bookworm/main amd64 libgnuradio-analog3.10.5 amd64 3.10.5.1-3 [177 kB]
#22 3.757 Get:172 http://deb.debian.org/debian bookworm/main amd64 libsamplerate0 amd64 0.2.2-3 [952 kB]
#22 3.766 Get:173 http://deb.debian.org/debian bookworm/main amd64 libjack-jackd2-0 amd64 1.9.21~dfsg-3 [281 kB]
#22 3.769 Get:174 http://deb.debian.org/debian bookworm/main amd64 libportaudio2 amd64 19.6.0-1.2 [66.7 kB]
#22 3.771 Get:175 http://deb.debian.org/debian bookworm/main amd64 libgnuradio-audio3.10.5 amd64 3.10.5.1-3 [158 kB]
#22 3.773 Get:176 http://deb.debian.org/debian bookworm/main amd64 libgnuradio-filter3.10.5 amd64 3.10.5.1-3 [251 kB]
#22 3.776 Get:177 http://deb.debian.org/debian bookworm/main amd64 libgnuradio-channels3.10.5 amd64 3.10.5.1-3 [121 kB]
#22 3.780 Get:178 http://deb.debian.org/debian bookworm/main amd64 libgnuradio-digital3.10.5 amd64 3.10.5.1-3 [416 kB]
#22 3.784 Get:179 http://deb.debian.org/debian bookworm/main amd64 libgslcblas0 amd64 2.7.1+dfsg-5 [108 kB]
#22 3.785 Get:180 http://deb.debian.org/debian bookworm/main amd64 libgsl27 amd64 2.7.1+dfsg-5 [941 kB]
#22 3.794 Get:181 http://deb.debian.org/debian bookworm/main amd64 libgnuradio-fec3.10.5 amd64 3.10.5.1-3 [252 kB]
#22 3.798 Get:182 http://deb.debian.org/debian bookworm/main amd64 libgnuradio-dtv3.10.5 amd64 3.10.5.1-3 [400 kB]
#22 3.802 Get:183 http://deb.debian.org/debian bookworm/main amd64 libiio0 amd64 0.24-4 [49.6 kB]
#22 3.804 Get:184 http://deb.debian.org/debian bookworm/main amd64 libad9361-0 amd64 0.2-1 [72.1 kB]
#22 3.807 Get:185 http://deb.debian.org/debian bookworm/main amd64 libgnuradio-iio3.10.5 amd64 3.10.5.1-3 [166 kB]
#22 3.809 Get:186 http://deb.debian.org/debian bookworm/main amd64 libgnuradio-network3.10.5 amd64 3.10.5.1-3 [195 kB]
#22 3.815 Get:187 http://deb.debian.org/debian bookworm/main amd64 libgnuradio-pdu3.10.5 amd64 3.10.5.1-3 [172 kB]
#22 3.817 Get:188 http://deb.debian.org/debian bookworm/main amd64 libqt5opengl5 amd64 5.15.8+dfsg-11+deb12u2 [148 kB]
#22 3.819 Get:189 http://deb.debian.org/debian bookworm/main amd64 libqt5svg5 amd64 5.15.8-3 [134 kB]
#22 3.821 Get:190 http://deb.debian.org/debian bookworm/main amd64 libqwt-qt5-6 amd64 6.1.4-2 [426 kB]
#22 3.826 Get:191 http://deb.debian.org/debian bookworm/main amd64 libgnuradio-qtgui3.10.5 amd64 3.10.5.1-3 [466 kB]
#22 3.830 Get:192 http://deb.debian.org/debian bookworm/main amd64 libgnuradio-soapy3.10.5 amd64 3.10.5.1-3 [142 kB]
#22 3.832 Get:193 http://deb.debian.org/debian bookworm/main amd64 libgnuradio-trellis3.10.5 amd64 3.10.5.1-3 [204 kB]
#22 3.834 Get:194 http://deb.debian.org/debian bookworm/main amd64 libgnuradio-uhd3.10.5 amd64 3.10.5.1-3 [195 kB]
#22 3.837 Get:195 http://deb.debian.org/debian bookworm/main amd64 libslang2 amd64 2.3.3-3 [554 kB]
#22 3.842 Get:196 http://deb.debian.org/debian bookworm/main amd64 libcaca0 amd64 0.99.beta20-3 [205 kB]
#22 3.844 Get:197 http://deb.debian.org/debian bookworm/main amd64 libasyncns0 amd64 0.8-6+b3 [12.9 kB]
#22 3.844 Get:198 http://deb.debian.org/debian bookworm/main amd64 libpulse0 amd64 16.1+dfsg1-2+b1 [274 kB]
#22 3.846 Get:199 http://deb.debian.org/debian bookworm/main amd64 libsdl1.2debian amd64 1.2.15+dfsg2-8 [199 kB]
#22 3.848 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.849 Get:201 http://deb.debian.org/debian bookworm/main amd64 libcodec2-1.0 amd64 1.0.5-1 [8,171 kB]
#22 3.928 Get:202 http://deb.debian.org/debian bookworm/main amd64 libgnuradio-vocoder3.10.5 amd64 3.10.5.1-3 [116 kB]
#22 3.928 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.929 Get:204 http://deb.debian.org/debian bookworm/main amd64 libgnuradio-zeromq3.10.5 amd64 3.10.5.1-3 [125 kB]
#22 3.929 Get:205 http://deb.debian.org/debian bookworm/main amd64 gnuradio amd64 3.10.5.1-3 [3,457 kB]
#22 4.153 debconf: delaying package configuration, since apt-utils is not installed
#22 4.208 Fetched 142 MB in 1s (103 MB/s)
#22 4.252 Selecting previously unselected package hicolor-icon-theme.
#22 4.252 (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.317 Preparing to unpack .../000-hicolor-icon-theme_0.17-2_all.deb ...
#22 4.321 Unpacking hicolor-icon-theme (0.17-2) ...
#22 4.407 Selecting previously unselected package gtk-update-icon-cache.
#22 4.420 Preparing to unpack .../001-gtk-update-icon-cache_3.24.38-2~deb12u3_amd64.deb ...
#22 4.428 Unpacking gtk-update-icon-cache (3.24.38-2~deb12u3) ...
#22 4.564 Selecting previously unselected package adwaita-icon-theme.
#22 4.580 Preparing to unpack .../002-adwaita-icon-theme_43-1_all.deb ...
#22 4.597 Unpacking adwaita-icon-theme (43-1) ...
#22 5.640 Selecting previously unselected package at-spi2-common.
#22 5.651 Preparing to unpack .../003-at-spi2-common_2.46.0-5_all.deb ...
#22 5.658 Unpacking at-spi2-common (2.46.0-5) ...
#22 5.769 Selecting previously unselected package castxml.
#22 5.780 Preparing to unpack .../004-castxml_0.5.1-1_amd64.deb ...
#22 5.783 Unpacking castxml (0.5.1-1) ...
#22 5.935 Selecting previously unselected package libdconf1:amd64.
#22 5.944 Preparing to unpack .../005-libdconf1_0.40.0-4_amd64.deb ...
#22 5.951 Unpacking libdconf1:amd64 (0.40.0-4) ...
#22 5.997 Selecting previously unselected package dconf-service.
#22 6.006 Preparing to unpack .../006-dconf-service_0.40.0-4_amd64.deb ...
#22 6.009 Unpacking dconf-service (0.40.0-4) ...
#22 6.053 Selecting previously unselected package dconf-gsettings-backend:amd64.
#22 6.062 Preparing to unpack .../007-dconf-gsettings-backend_0.40.0-4_amd64.deb ...
#22 6.066 Unpacking dconf-gsettings-backend:amd64 (0.40.0-4) ...
#22 6.111 Selecting previously unselected package fonts-mathjax.
#22 6.122 Preparing to unpack .../008-fonts-mathjax_2.7.9+dfsg-1_all.deb ...
#22 6.125 Unpacking fonts-mathjax (2.7.9+dfsg-1) ...
#22 6.325 Selecting previously unselected package gnome-terminal-data.
#22 6.336 Preparing to unpack .../009-gnome-terminal-data_3.46.8-1_all.deb ...
#22 6.359 Unpacking gnome-terminal-data (3.46.8-1) ...
#22 6.674 Selecting previously unselected package gsettings-desktop-schemas.
#22 6.683 Preparing to unpack .../010-gsettings-desktop-schemas_43.0-1_all.deb ...
#22 6.687 Unpacking gsettings-desktop-schemas (43.0-1) ...
#22 6.808 Selecting previously unselected package libatk1.0-0:amd64.
#22 6.819 Preparing to unpack .../011-libatk1.0-0_2.46.0-5_amd64.deb ...
#22 6.824 Unpacking libatk1.0-0:amd64 (2.46.0-5) ...
#22 6.866 Selecting previously unselected package libatspi2.0-0:amd64.
#22 6.876 Preparing to unpack .../012-libatspi2.0-0_2.46.0-5_amd64.deb ...
#22 6.880 Unpacking libatspi2.0-0:amd64 (2.46.0-5) ...
#22 6.926 Selecting previously unselected package libatk-bridge2.0-0:amd64.
#22 6.935 Preparing to unpack .../013-libatk-bridge2.0-0_2.46.0-5_amd64.deb ...
#22 6.938 Unpacking libatk-bridge2.0-0:amd64 (2.46.0-5) ...
#22 6.991 Selecting previously unselected package libcolord2:amd64.
#22 7.000 Preparing to unpack .../014-libcolord2_1.4.6-2.2_amd64.deb ...
#22 7.004 Unpacking libcolord2:amd64 (1.4.6-2.2) ...
#22 7.057 Selecting previously unselected package libepoxy0:amd64.
#22 7.068 Preparing to unpack .../015-libepoxy0_1.5.10-1_amd64.deb ...
#22 7.071 Unpacking libepoxy0:amd64 (1.5.10-1) ...
#22 7.131 Selecting previously unselected package libwayland-client0:amd64.
#22 7.142 Preparing to unpack .../016-libwayland-client0_1.21.0-1_amd64.deb ...
#22 7.147 Unpacking libwayland-client0:amd64 (1.21.0-1) ...
#22 7.190 Selecting previously unselected package libwayland-cursor0:amd64.
#22 7.198 Preparing to unpack .../017-libwayland-cursor0_1.21.0-1_amd64.deb ...
#22 7.202 Unpacking libwayland-cursor0:amd64 (1.21.0-1) ...
#22 7.244 Selecting previously unselected package libwayland-egl1:amd64.
#22 7.255 Preparing to unpack .../018-libwayland-egl1_1.21.0-1_amd64.deb ...
#22 7.260 Unpacking libwayland-egl1:amd64 (1.21.0-1) ...
#22 7.364 Selecting previously unselected package libxcomposite1:amd64.
#22 7.372 Preparing to unpack .../019-libxcomposite1_1%3a0.4.5-1_amd64.deb ...
#22 7.388 Unpacking libxcomposite1:amd64 (1:0.4.5-1) ...
#22 7.486 Selecting previously unselected package libxfixes3:amd64.
#22 7.497 Preparing to unpack .../020-libxfixes3_1%3a6.0.0-2_amd64.deb ...
#22 7.509 Unpacking libxfixes3:amd64 (1:6.0.0-2) ...
#22 7.618 Selecting previously unselected package libxcursor1:amd64.
#22 7.626 Preparing to unpack .../021-libxcursor1_1%3a1.2.1-1_amd64.deb ...
#22 7.643 Unpacking libxcursor1:amd64 (1:1.2.1-1) ...
#22 7.754 Selecting previously unselected package libxdamage1:amd64.
#22 7.765 Preparing to unpack .../022-libxdamage1_1%3a1.1.6-1_amd64.deb ...
#22 7.778 Unpacking libxdamage1:amd64 (1:1.1.6-1) ...
#22 7.878 Selecting previously unselected package libxinerama1:amd64.
#22 7.888 Preparing to unpack .../023-libxinerama1_2%3a1.1.4-3_amd64.deb ...
#22 7.896 Unpacking libxinerama1:amd64 (2:1.1.4-3) ...
#22 8.023 Selecting previously unselected package xkb-data.
#22 8.034 Preparing to unpack .../024-xkb-data_2.35.1-1_all.deb ...
#22 8.048 Unpacking xkb-data (2.35.1-1) ...
#22 8.241 Selecting previously unselected package libxkbcommon0:amd64.
#22 8.252 Preparing to unpack .../025-libxkbcommon0_1.5.0-1_amd64.deb ...
#22 8.263 Unpacking libxkbcommon0:amd64 (1.5.0-1) ...
#22 8.384 Selecting previously unselected package libxrandr2:amd64.
#22 8.398 Preparing to unpack .../026-libxrandr2_2%3a1.5.2-2+b1_amd64.deb ...
#22 8.412 Unpacking libxrandr2:amd64 (2:1.5.2-2+b1) ...
#22 8.523 Selecting previously unselected package libgtk-3-common.
#22 8.533 Preparing to unpack .../027-libgtk-3-common_3.24.38-2~deb12u3_all.deb ...
#22 8.540 Unpacking libgtk-3-common (3.24.38-2~deb12u3) ...
#22 8.871 Selecting previously unselected package libgtk-3-0:amd64.
#22 8.881 Preparing to unpack .../028-libgtk-3-0_3.24.38-2~deb12u3_amd64.deb ...
#22 8.885 Unpacking libgtk-3-0:amd64 (3.24.38-2~deb12u3) ...
#22 9.118 Selecting previously unselected package libvte-2.91-common.
#22 9.126 Preparing to unpack .../029-libvte-2.91-common_0.70.6-2~deb12u1_amd64.deb ...
#22 9.129 Unpacking libvte-2.91-common (0.70.6-2~deb12u1) ...
#22 9.201 Selecting previously unselected package libvte-2.91-0:amd64.
#22 9.210 Preparing to unpack .../030-libvte-2.91-0_0.70.6-2~deb12u1_amd64.deb ...
#22 9.215 Unpacking libvte-2.91-0:amd64 (0.70.6-2~deb12u1) ...
#22 9.276 Selecting previously unselected package gnome-terminal.
#22 9.285 Preparing to unpack .../031-gnome-terminal_3.46.8-1_amd64.deb ...
#22 9.289 Unpacking gnome-terminal (3.46.8-1) ...
#22 9.361 Selecting previously unselected package libjs-mathjax.
#22 9.371 Preparing to unpack .../032-libjs-mathjax_2.7.9+dfsg-1_all.deb ...
#22 9.374 Unpacking libjs-mathjax (2.7.9+dfsg-1) ...
#22 10.05 Selecting previously unselected package liborc-0.4-0:amd64.
#22 10.06 Preparing to unpack .../033-liborc-0.4-0_1%3a0.4.33-2_amd64.deb ...
#22 10.07 Unpacking liborc-0.4-0:amd64 (1:0.4.33-2) ...
#22 10.12 Selecting previously unselected package libvolk2.5:amd64.
#22 10.14 Preparing to unpack .../034-libvolk2.5_2.5.2-3_amd64.deb ...
#22 10.14 Unpacking libvolk2.5:amd64 (2.5.2-3) ...
#22 10.21 Selecting previously unselected package libvolk2-bin.
#22 10.22 Preparing to unpack .../035-libvolk2-bin_2.5.2-3_amd64.deb ...
#22 10.23 Unpacking libvolk2-bin (2.5.2-3) ...
#22 10.28 Selecting previously unselected package python3-colorama.
#22 10.29 Preparing to unpack .../036-python3-colorama_0.4.6-2_all.deb ...
#22 10.29 Unpacking python3-colorama (0.4.6-2) ...
#22 10.34 Selecting previously unselected package python3-click.
#22 10.35 Preparing to unpack .../037-python3-click_8.1.3-2_all.deb ...
#22 10.35 Unpacking python3-click (8.1.3-2) ...
#22 10.41 Selecting previously unselected package python3-click-plugins.
#22 10.42 Preparing to unpack .../038-python3-click-plugins_1.1.1-4_all.deb ...
#22 10.42 Unpacking python3-click-plugins (1.1.1-4) ...
#22 10.47 Selecting previously unselected package python3-cairo:amd64.
#22 10.48 Preparing to unpack .../039-python3-cairo_1.20.1-5+b1_amd64.deb ...
#22 10.48 Unpacking python3-cairo:amd64 (1.20.1-5+b1) ...
#22 10.53 Selecting previously unselected package python3-gi-cairo.
#22 10.53 Preparing to unpack .../040-python3-gi-cairo_3.42.2-3+b1_amd64.deb ...
#22 10.54 Unpacking python3-gi-cairo (3.42.2-3+b1) ...
#22 10.58 Selecting previously unselected package python3-attr.
#22 10.59 Preparing to unpack .../041-python3-attr_22.2.0-1_all.deb ...
#22 10.59 Unpacking python3-attr (22.2.0-1) ...
#22 10.69 Selecting previously unselected package python3-pyrsistent:amd64.
#22 10.70 Preparing to unpack .../042-python3-pyrsistent_0.18.1-1+b3_amd64.deb ...
#22 10.72 Unpacking python3-pyrsistent:amd64 (0.18.1-1+b3) ...
#22 10.83 Selecting previously unselected package python3-jsonschema.
#22 10.84 Preparing to unpack .../043-python3-jsonschema_4.10.3-1_all.deb ...
#22 10.85 Unpacking python3-jsonschema (4.10.3-1) ...
#22 10.95 Selecting previously unselected package python3-lxml:amd64.
#22 10.96 Preparing to unpack .../044-python3-lxml_4.9.2-1+b1_amd64.deb ...
#22 10.98 Unpacking python3-lxml:amd64 (4.9.2-1+b1) ...
#22 11.16 Selecting previously unselected package libglvnd0:amd64.
#22 11.17 Preparing to unpack .../045-libglvnd0_1.6.0-1_amd64.deb ...
#22 11.18 Unpacking libglvnd0:amd64 (1.6.0-1) ...
#22 11.28 Selecting previously unselected package libdrm-common.
#22 11.29 Preparing to unpack .../046-libdrm-common_2.4.114-1_all.deb ...
#22 11.30 Unpacking libdrm-common (2.4.114-1) ...
#22 11.39 Selecting previously unselected package libdrm2:amd64.
#22 11.41 Preparing to unpack .../047-libdrm2_2.4.114-1+b1_amd64.deb ...
#22 11.41 Unpacking libdrm2:amd64 (2.4.114-1+b1) ...
#22 11.51 Selecting previously unselected package libglapi-mesa:amd64.
#22 11.52 Preparing to unpack .../048-libglapi-mesa_22.3.6-1+deb12u1_amd64.deb ...
#22 11.54 Unpacking libglapi-mesa:amd64 (22.3.6-1+deb12u1) ...
#22 11.64 Selecting previously unselected package libx11-xcb1:amd64.
#22 11.65 Preparing to unpack .../049-libx11-xcb1_2%3a1.8.4-2+deb12u2_amd64.deb ...
#22 11.67 Unpacking libx11-xcb1:amd64 (2:1.8.4-2+deb12u2) ...
#22 11.77 Selecting previously unselected package libxcb-dri2-0:amd64.
#22 11.78 Preparing to unpack .../050-libxcb-dri2-0_1.15-1_amd64.deb ...
#22 11.78 Unpacking libxcb-dri2-0:amd64 (1.15-1) ...
#22 11.88 Selecting previously unselected package libxcb-dri3-0:amd64.
#22 11.89 Preparing to unpack .../051-libxcb-dri3-0_1.15-1_amd64.deb ...
#22 11.90 Unpacking libxcb-dri3-0:amd64 (1.15-1) ...
#22 12.05 Selecting previously unselected package libxcb-glx0:amd64.
#22 12.06 Preparing to unpack .../052-libxcb-glx0_1.15-1_amd64.deb ...
#22 12.07 Unpacking libxcb-glx0:amd64 (1.15-1) ...
#22 12.19 Selecting previously unselected package libxcb-present0:amd64.
#22 12.20 Preparing to unpack .../053-libxcb-present0_1.15-1_amd64.deb ...
#22 12.21 Unpacking libxcb-present0:amd64 (1.15-1) ...
#22 12.33 Selecting previously unselected package libxcb-randr0:amd64.
#22 12.34 Preparing to unpack .../054-libxcb-randr0_1.15-1_amd64.deb ...
#22 12.36 Unpacking libxcb-randr0:amd64 (1.15-1) ...
#22 12.47 Selecting previously unselected package libxcb-sync1:amd64.
#22 12.48 Preparing to unpack .../055-libxcb-sync1_1.15-1_amd64.deb ...
#22 12.49 Unpacking libxcb-sync1:amd64 (1.15-1) ...
#22 12.60 Selecting previously unselected package libxcb-xfixes0:amd64.
#22 12.61 Preparing to unpack .../056-libxcb-xfixes0_1.15-1_amd64.deb ...
#22 12.62 Unpacking libxcb-xfixes0:amd64 (1.15-1) ...
#22 12.75 Selecting previously unselected package libxshmfence1:amd64.
#22 12.76 Preparing to unpack .../057-libxshmfence1_1.3-1_amd64.deb ...
#22 12.77 Unpacking libxshmfence1:amd64 (1.3-1) ...
#22 12.87 Selecting previously unselected package libxxf86vm1:amd64.
#22 12.89 Preparing to unpack .../058-libxxf86vm1_1%3a1.1.4-1+b2_amd64.deb ...
#22 12.89 Unpacking libxxf86vm1:amd64 (1:1.1.4-1+b2) ...
#22 13.01 Selecting previously unselected package libdrm-amdgpu1:amd64.
#22 13.02 Preparing to unpack .../059-libdrm-amdgpu1_2.4.114-1+b1_amd64.deb ...
#22 13.03 Unpacking libdrm-amdgpu1:amd64 (2.4.114-1+b1) ...
#22 13.14 Selecting previously unselected package libdrm-intel1:amd64.
#22 13.15 Preparing to unpack .../060-libdrm-intel1_2.4.114-1+b1_amd64.deb ...
#22 13.16 Unpacking libdrm-intel1:amd64 (2.4.114-1+b1) ...
#22 13.27 Selecting previously unselected package libdrm-nouveau2:amd64.
#22 13.28 Preparing to unpack .../061-libdrm-nouveau2_2.4.114-1+b1_amd64.deb ...
#22 13.29 Unpacking libdrm-nouveau2:amd64 (2.4.114-1+b1) ...
#22 13.41 Selecting previously unselected package libdrm-radeon1:amd64.
#22 13.42 Preparing to unpack .../062-libdrm-radeon1_2.4.114-1+b1_amd64.deb ...
#22 13.43 Unpacking libdrm-radeon1:amd64 (2.4.114-1+b1) ...
#22 13.54 Selecting previously unselected package libllvm15:amd64.
#22 13.55 Preparing to unpack .../063-libllvm15_1%3a15.0.6-4+b1_amd64.deb ...
#22 13.57 Unpacking libllvm15:amd64 (1:15.0.6-4+b1) ...
#22 14.44 Selecting previously unselected package libgl1-mesa-dri:amd64.
#22 14.45 Preparing to unpack .../064-libgl1-mesa-dri_22.3.6-1+deb12u1_amd64.deb ...
#22 14.47 Unpacking libgl1-mesa-dri:amd64 (22.3.6-1+deb12u1) ...
#22 15.00 Selecting previously unselected package libglx-mesa0:amd64.
#22 15.01 Preparing to unpack .../065-libglx-mesa0_22.3.6-1+deb12u1_amd64.deb ...
#22 15.02 Unpacking libglx-mesa0:amd64 (22.3.6-1+deb12u1) ...
#22 15.16 Selecting previously unselected package libglx0:amd64.
#22 15.17 Preparing to unpack .../066-libglx0_1.6.0-1_amd64.deb ...
#22 15.18 Unpacking libglx0:amd64 (1.6.0-1) ...
#22 15.35 Selecting previously unselected package libgl1:amd64.
#22 15.36 Preparing to unpack .../067-libgl1_1.6.0-1_amd64.deb ...
#22 15.37 Unpacking libgl1:amd64 (1.6.0-1) ...
#22 15.55 Selecting previously unselected package libgl1-mesa-glx:amd64.
#22 15.56 Preparing to unpack .../068-libgl1-mesa-glx_22.3.6-1+deb12u1_amd64.deb ...
#22 15.58 Unpacking libgl1-mesa-glx:amd64 (22.3.6-1+deb12u1) ...
#22 15.70 Selecting previously unselected package libopengl0:amd64.
#22 15.71 Preparing to unpack .../069-libopengl0_1.6.0-1_amd64.deb ...
#22 15.72 Unpacking libopengl0:amd64 (1.6.0-1) ...
#22 15.82 Selecting previously unselected package libglu1-mesa:amd64.
#22 15.83 Preparing to unpack .../070-libglu1-mesa_9.0.2-1.1_amd64.deb ...
#22 15.84 Unpacking libglu1-mesa:amd64 (9.0.2-1.1) ...
#22 15.97 Selecting previously unselected package python3-opengl.
#22 15.98 Preparing to unpack .../071-python3-opengl_3.1.6+dfsg-3_all.deb ...
#22 16.00 Unpacking python3-opengl (3.1.6+dfsg-3) ...
#22 16.44 Selecting previously unselected package python3-packaging.
#22 16.46 Preparing to unpack .../072-python3-packaging_23.0-1_all.deb ...
#22 16.46 Unpacking python3-packaging (23.0-1) ...
#22 16.51 Selecting previously unselected package python3-pygccxml.
#22 16.52 Preparing to unpack .../073-python3-pygccxml_2.2.1-1_all.deb ...
#22 16.52 Unpacking python3-pygccxml (2.2.1-1) ...
#22 16.57 Selecting previously unselected package python3-pyqt5.sip.
#22 16.58 Preparing to unpack .../074-python3-pyqt5.sip_12.11.1-1_amd64.deb ...
#22 16.58 Unpacking python3-pyqt5.sip (12.11.1-1) ...
#22 16.63 Selecting previously unselected package libdouble-conversion3:amd64.
#22 16.64 Preparing to unpack .../075-libdouble-conversion3_3.2.1-1_amd64.deb ...
#22 16.65 Unpacking libdouble-conversion3:amd64 (3.2.1-1) ...
#22 16.71 Selecting previously unselected package libqt5core5a:amd64.
#22 16.72 Preparing to unpack .../076-libqt5core5a_5.15.8+dfsg-11+deb12u2_amd64.deb ...
#22 16.73 Unpacking libqt5core5a:amd64 (5.15.8+dfsg-11+deb12u2) ...
#22 16.89 Selecting previously unselected package libqt5dbus5:amd64.
#22 16.90 Preparing to unpack .../077-libqt5dbus5_5.15.8+dfsg-11+deb12u2_amd64.deb ...
#22 16.90 Unpacking libqt5dbus5:amd64 (5.15.8+dfsg-11+deb12u2) ...
#22 16.96 Selecting previously unselected package libwayland-server0:amd64.
#22 16.97 Preparing to unpack .../078-libwayland-server0_1.21.0-1_amd64.deb ...
#22 16.97 Unpacking libwayland-server0:amd64 (1.21.0-1) ...
#22 17.07 Selecting previously unselected package libgbm1:amd64.
#22 17.08 Preparing to unpack .../079-libgbm1_22.3.6-1+deb12u1_amd64.deb ...
#22 17.09 Unpacking libgbm1:amd64 (22.3.6-1+deb12u1) ...
#22 17.21 Selecting previously unselected package libegl-mesa0:amd64.
#22 17.22 Preparing to unpack .../080-libegl-mesa0_22.3.6-1+deb12u1_amd64.deb ...
#22 17.24 Unpacking libegl-mesa0:amd64 (22.3.6-1+deb12u1) ...
#22 17.42 Selecting previously unselected package libegl1:amd64.
#22 17.43 Preparing to unpack .../081-libegl1_1.6.0-1_amd64.deb ...
#22 17.44 Unpacking libegl1:amd64 (1.6.0-1) ...
#22 17.56 Selecting previously unselected package libevdev2:amd64.
#22 17.57 Preparing to unpack .../082-libevdev2_1.13.0+dfsg-1_amd64.deb ...
#22 17.59 Unpacking libevdev2:amd64 (1.13.0+dfsg-1) ...
#22 17.71 Selecting previously unselected package libmtdev1:amd64.
#22 17.72 Preparing to unpack .../083-libmtdev1_1.1.6-1_amd64.deb ...
#22 17.73 Unpacking libmtdev1:amd64 (1.1.6-1) ...
#22 17.85 Selecting previously unselected package libgudev-1.0-0:amd64.
#22 17.86 Preparing to unpack .../084-libgudev-1.0-0_237-2_amd64.deb ...
#22 17.87 Unpacking libgudev-1.0-0:amd64 (237-2) ...
#22 17.95 Selecting previously unselected package libwacom-common.
#22 17.97 Preparing to unpack .../085-libwacom-common_2.6.0-1_all.deb ...
#22 17.98 Unpacking libwacom-common (2.6.0-1) ...
#22 18.17 Selecting previously unselected package libwacom9:amd64.
#22 18.18 Preparing to unpack .../086-libwacom9_2.6.0-1_amd64.deb ...
#22 18.18 Unpacking libwacom9:amd64 (2.6.0-1) ...
#22 18.24 Selecting previously unselected package libinput-bin.
#22 18.25 Preparing to unpack .../087-libinput-bin_1.22.1-1_amd64.deb ...
#22 18.26 Unpacking libinput-bin (1.22.1-1) ...
#22 18.38 Selecting previously unselected package libinput10:amd64.
#22 18.39 Preparing to unpack .../088-libinput10_1.22.1-1_amd64.deb ...
#22 18.40 Unpacking libinput10:amd64 (1.22.1-1) ...
#22 18.52 Selecting previously unselected package libmd4c0:amd64.
#22 18.53 Preparing to unpack .../089-libmd4c0_0.4.8-1_amd64.deb ...
#22 18.55 Unpacking libmd4c0:amd64 (0.4.8-1) ...
#22 18.66 Selecting previously unselected package libqt5network5:amd64.
#22 18.67 Preparing to unpack .../090-libqt5network5_5.15.8+dfsg-11+deb12u2_amd64.deb ...
#22 18.69 Unpacking libqt5network5:amd64 (5.15.8+dfsg-11+deb12u2) ...
#22 18.82 Selecting previously unselected package libxcb-icccm4:amd64.
#22 18.83 Preparing to unpack .../091-libxcb-icccm4_0.4.1-1.1_amd64.deb ...
#22 18.84 Unpacking libxcb-icccm4:amd64 (0.4.1-1.1) ...
#22 18.96 Selecting previously unselected package libxcb-util1:amd64.
#22 18.97 Preparing to unpack .../092-libxcb-util1_0.4.0-1+b1_amd64.deb ...
#22 18.99 Unpacking libxcb-util1:amd64 (0.4.0-1+b1) ...
#22 19.11 Selecting previously unselected package libxcb-image0:amd64.
#22 19.12 Preparing to unpack .../093-libxcb-image0_0.4.0-2_amd64.deb ...
#22 19.14 Unpacking libxcb-image0:amd64 (0.4.0-2) ...
#22 19.25 Selecting previously unselected package libxcb-keysyms1:amd64.
#22 19.26 Preparing to unpack .../094-libxcb-keysyms1_0.4.0-1+b2_amd64.deb ...
#22 19.28 Unpacking libxcb-keysyms1:amd64 (0.4.0-1+b2) ...
#22 19.40 Selecting previously unselected package libxcb-render-util0:amd64.
#22 19.41 Preparing to unpack .../095-libxcb-render-util0_0.3.9-1+b1_amd64.deb ...
#22 19.42 Unpacking libxcb-render-util0:amd64 (0.3.9-1+b1) ...
#22 19.53 Selecting previously unselected package libxcb-shape0:amd64.
#22 19.55 Preparing to unpack .../096-libxcb-shape0_1.15-1_amd64.deb ...
#22 19.57 Unpacking libxcb-shape0:amd64 (1.15-1) ...
#22 19.68 Selecting previously unselected package libxcb-xinerama0:amd64.
#22 19.68 Preparing to unpack .../097-libxcb-xinerama0_1.15-1_amd64.deb ...
#22 19.69 Unpacking libxcb-xinerama0:amd64 (1.15-1) ...
#22 19.80 Selecting previously unselected package libxcb-xinput0:amd64.
#22 19.81 Preparing to unpack .../098-libxcb-xinput0_1.15-1_amd64.deb ...
#22 19.83 Unpacking libxcb-xinput0:amd64 (1.15-1) ...
#22 19.95 Selecting previously unselected package libxcb-xkb1:amd64.
#22 19.96 Preparing to unpack .../099-libxcb-xkb1_1.15-1_amd64.deb ...
#22 19.98 Unpacking libxcb-xkb1:amd64 (1.15-1) ...
#22 20.09 Selecting previously unselected package libxkbcommon-x11-0:amd64.
#22 20.10 Preparing to unpack .../100-libxkbcommon-x11-0_1.5.0-1_amd64.deb ...
#22 20.11 Unpacking libxkbcommon-x11-0:amd64 (1.5.0-1) ...
#22 20.20 Selecting previously unselected package libqt5gui5:amd64.
#22 20.21 Preparing to unpack .../101-libqt5gui5_5.15.8+dfsg-11+deb12u2_amd64.deb ...
#22 20.22 Unpacking libqt5gui5:amd64 (5.15.8+dfsg-11+deb12u2) ...
#22 20.55 Selecting previously unselected package libqt5widgets5:amd64.
#22 20.56 Preparing to unpack .../102-libqt5widgets5_5.15.8+dfsg-11+deb12u2_amd64.deb ...
#22 20.58 Unpacking libqt5widgets5:amd64 (5.15.8+dfsg-11+deb12u2) ...
#22 20.84 Selecting previously unselected package libqt5xml5:amd64.
#22 20.85 Preparing to unpack .../103-libqt5xml5_5.15.8+dfsg-11+deb12u2_amd64.deb ...
#22 20.87 Unpacking libqt5xml5:amd64 (5.15.8+dfsg-11+deb12u2) ...
#22 20.98 Selecting previously unselected package libqt5designer5:amd64.
#22 20.99 Preparing to unpack .../104-libqt5designer5_5.15.8-2_amd64.deb ...
#22 21.00 Unpacking libqt5designer5:amd64 (5.15.8-2) ...
#22 21.25 Selecting previously unselected package libqt5sql5:amd64.
#22 21.26 Preparing to unpack .../105-libqt5sql5_5.15.8+dfsg-11+deb12u2_amd64.deb ...
#22 21.27 Unpacking libqt5sql5:amd64 (5.15.8+dfsg-11+deb12u2) ...
#22 21.37 Selecting previously unselected package libqt5help5:amd64.
#22 21.38 Preparing to unpack .../106-libqt5help5_5.15.8-2_amd64.deb ...
#22 21.40 Unpacking libqt5help5:amd64 (5.15.8-2) ...
#22 21.53 Selecting previously unselected package libqt5printsupport5:amd64.
#22 21.54 Preparing to unpack .../107-libqt5printsupport5_5.15.8+dfsg-11+deb12u2_amd64.deb ...
#22 21.55 Unpacking libqt5printsupport5:amd64 (5.15.8+dfsg-11+deb12u2) ...
#22 21.69 Selecting previously unselected package libqt5test5:amd64.
#22 21.70 Preparing to unpack .../108-libqt5test5_5.15.8+dfsg-11+deb12u2_amd64.deb ...
#22 21.72 Unpacking libqt5test5:amd64 (5.15.8+dfsg-11+deb12u2) ...
#22 21.82 Selecting previously unselected package python3-pyqt5.
#22 21.83 Preparing to unpack .../109-python3-pyqt5_5.15.9+dfsg-1_amd64.deb ...
#22 21.84 Unpacking python3-pyqt5 (5.15.9+dfsg-1) ...
#22 22.09 Selecting previously unselected package python3-pyqt6.sip.
#22 22.10 Preparing to unpack .../110-python3-pyqt6.sip_13.4.1-1_amd64.deb ...
#22 22.11 Unpacking python3-pyqt6.sip (13.4.1-1) ...
#22 22.18 Selecting previously unselected package libb2-1:amd64.
#22 22.19 Preparing to unpack .../111-libb2-1_0.98.1-1.1_amd64.deb ...
#22 22.20 Unpacking libb2-1:amd64 (0.98.1-1.1) ...
#22 22.33 Selecting previously unselected package libqt6core6:amd64.
#22 22.34 Preparing to unpack .../112-libqt6core6_6.4.2+dfsg-10_amd64.deb ...
#22 22.35 Unpacking libqt6core6:amd64 (6.4.2+dfsg-10) ...
#22 22.57 Selecting previously unselected package libqt6dbus6:amd64.
#22 22.58 Preparing to unpack .../113-libqt6dbus6_6.4.2+dfsg-10_amd64.deb ...
#22 22.59 Unpacking libqt6dbus6:amd64 (6.4.2+dfsg-10) ...
#22 22.73 Selecting previously unselected package libts0:amd64.
#22 22.74 Preparing to unpack .../114-libts0_1.22-1+b1_amd64.deb ...
#22 22.77 Unpacking libts0:amd64 (1.22-1+b1) ...
#22 22.89 Selecting previously unselected package libqt6gui6:amd64.
#22 22.90 Preparing to unpack .../115-libqt6gui6_6.4.2+dfsg-10_amd64.deb ...
#22 22.91 Unpacking libqt6gui6:amd64 (6.4.2+dfsg-10) ...
#22 23.20 Selecting previously unselected package libproxy1v5:amd64.
#22 23.21 Preparing to unpack .../116-libproxy1v5_0.4.18-1.2_amd64.deb ...
#22 23.22 Unpacking libproxy1v5:amd64 (0.4.18-1.2) ...
#22 23.35 Selecting previously unselected package libqt6network6:amd64.
#22 23.36 Preparing to unpack .../117-libqt6network6_6.4.2+dfsg-10_amd64.deb ...
#22 23.37 Unpacking libqt6network6:amd64 (6.4.2+dfsg-10) ...
#22 23.50 Selecting previously unselected package libqt6opengl6:amd64.
#22 23.51 Preparing to unpack .../118-libqt6opengl6_6.4.2+dfsg-10_amd64.deb ...
#22 23.53 Unpacking libqt6opengl6:amd64 (6.4.2+dfsg-10) ...
#22 23.68 Selecting previously unselected package libqt6widgets6:amd64.
#22 23.69 Preparing to unpack .../119-libqt6widgets6_6.4.2+dfsg-10_amd64.deb ...
#22 23.70 Unpacking libqt6widgets6:amd64 (6.4.2+dfsg-10) ...
#22 23.97 Selecting previously unselected package libqt6openglwidgets6:amd64.
#22 23.98 Preparing to unpack .../120-libqt6openglwidgets6_6.4.2+dfsg-10_amd64.deb ...
#22 23.99 Unpacking libqt6openglwidgets6:amd64 (6.4.2+dfsg-10) ...
#22 24.09 Selecting previously unselected package libqt6printsupport6:amd64.
#22 24.10 Preparing to unpack .../121-libqt6printsupport6_6.4.2+dfsg-10_amd64.deb ...
#22 24.11 Unpacking libqt6printsupport6:amd64 (6.4.2+dfsg-10) ...
#22 24.23 Selecting previously unselected package libqt6sql6:amd64.
#22 24.24 Preparing to unpack .../122-libqt6sql6_6.4.2+dfsg-10_amd64.deb ...
#22 24.26 Unpacking libqt6sql6:amd64 (6.4.2+dfsg-10) ...
#22 24.38 Selecting previously unselected package libqt6test6:amd64.
#22 24.39 Preparing to unpack .../123-libqt6test6_6.4.2+dfsg-10_amd64.deb ...
#22 24.41 Unpacking libqt6test6:amd64 (6.4.2+dfsg-10) ...
#22 24.52 Selecting previously unselected package libqt6xml6:amd64.
#22 24.53 Preparing to unpack .../124-libqt6xml6_6.4.2+dfsg-10_amd64.deb ...
#22 24.54 Unpacking libqt6xml6:amd64 (6.4.2+dfsg-10) ...
#22 24.66 Selecting previously unselected package python3-pyqt6.
#22 24.67 Preparing to unpack .../125-python3-pyqt6_6.4.2-1_amd64.deb ...
#22 24.69 Unpacking python3-pyqt6 (6.4.2-1) ...
#22 24.97 Selecting previously unselected package python3-decorator.
#22 24.98 Preparing to unpack .../126-python3-decorator_5.1.1-3_all.deb ...
#22 25.00 Unpacking python3-decorator (5.1.1-3) ...
#22 25.11 Selecting previously unselected package libopenblas0-pthread:amd64.
#22 25.12 Preparing to unpack .../127-libopenblas0-pthread_0.3.21+ds-4_amd64.deb ...
#22 25.13 Unpacking libopenblas0-pthread:amd64 (0.3.21+ds-4) ...
#22 25.54 Selecting previously unselected package libopenblas0:amd64.
#22 25.55 Preparing to unpack .../128-libopenblas0_0.3.21+ds-4_amd64.deb ...
#22 25.57 Unpacking libopenblas0:amd64 (0.3.21+ds-4) ...
#22 25.72 Selecting previously unselected package libopenblas-pthread-dev:amd64.
#22 25.73 Preparing to unpack .../129-libopenblas-pthread-dev_0.3.21+ds-4_amd64.deb ...
#22 25.74 Unpacking libopenblas-pthread-dev:amd64 (0.3.21+ds-4) ...
#22 26.19 Selecting previously unselected package libopenblas-dev:amd64.
#22 26.20 Preparing to unpack .../130-libopenblas-dev_0.3.21+ds-4_amd64.deb ...
#22 26.20 Unpacking libopenblas-dev:amd64 (0.3.21+ds-4) ...
#22 26.25 Selecting previously unselected package libpython3-all-dev:amd64.
#22 26.26 Preparing to unpack .../131-libpython3-all-dev_3.11.2-1+b1_amd64.deb ...
#22 26.26 Unpacking libpython3-all-dev:amd64 (3.11.2-1+b1) ...
#22 26.30 Selecting previously unselected package python3-all.
#22 26.31 Preparing to unpack .../132-python3-all_3.11.2-1+b1_amd64.deb ...
#22 26.31 Unpacking python3-all (3.11.2-1+b1) ...
#22 26.35 Selecting previously unselected package python3-all-dev.
#22 26.36 Preparing to unpack .../133-python3-all-dev_3.11.2-1+b1_amd64.deb ...
#22 26.36 Unpacking python3-all-dev (3.11.2-1+b1) ...
#22 26.40 Selecting previously unselected package libxsimd-dev:amd64.
#22 26.41 Preparing to unpack .../134-libxsimd-dev_8.1.0-7_amd64.deb ...
#22 26.42 Unpacking libxsimd-dev:amd64 (8.1.0-7) ...
#22 26.48 Selecting previously unselected package python3-gast.
#22 26.49 Preparing to unpack .../135-python3-gast_0.5.2-2_all.deb ...
#22 26.49 Unpacking python3-gast (0.5.2-2) ...
#22 26.54 Selecting previously unselected package python3-beniget.
#22 26.55 Preparing to unpack .../136-python3-beniget_0.4.1-3_all.deb ...
#22 26.55 Unpacking python3-beniget (0.4.1-3) ...
#22 26.61 Selecting previously unselected package python3-ply.
#22 26.62 Preparing to unpack .../137-python3-ply_3.11-5_all.deb ...
#22 26.62 Unpacking python3-ply (3.11-5) ...
#22 26.67 Selecting previously unselected package python3-pythran.
#22 26.68 Preparing to unpack .../138-python3-pythran_0.11.0+ds-7_amd64.deb ...
#22 26.69 Unpacking python3-pythran (0.11.0+ds-7) ...
#22 26.96 Selecting previously unselected package liblbfgsb0:amd64.
#22 26.97 Preparing to unpack .../139-liblbfgsb0_3.0+dfsg.4-1_amd64.deb ...
#22 26.98 Unpacking liblbfgsb0:amd64 (3.0+dfsg.4-1) ...
#22 27.03 Selecting previously unselected package python3-scipy.
#22 27.04 Preparing to unpack .../140-python3-scipy_1.10.1-2_amd64.deb ...
#22 27.05 Unpacking python3-scipy (1.10.1-2) ...
#22 27.63 Selecting previously unselected package pyqt5-dev-tools.
#22 27.63 Preparing to unpack .../141-pyqt5-dev-tools_5.15.9+dfsg-1_amd64.deb ...
#22 27.64 Unpacking pyqt5-dev-tools (5.15.9+dfsg-1) ...
#22 27.70 Selecting previously unselected package pyqt6-dev-tools.
#22 27.71 Preparing to unpack .../142-pyqt6-dev-tools_6.4.2-1_all.deb ...
#22 27.71 Unpacking pyqt6-dev-tools (6.4.2-1) ...
#22 27.76 Selecting previously unselected package qtchooser.
#22 27.77 Preparing to unpack .../143-qtchooser_66-2_amd64.deb ...
#22 27.77 Unpacking qtchooser (66-2) ...
#22 27.82 Selecting previously unselected package qtbase5-dev-tools.
#22 27.83 Preparing to unpack .../144-qtbase5-dev-tools_5.15.8+dfsg-11+deb12u2_amd64.deb ...
#22 27.84 Unpacking qtbase5-dev-tools (5.15.8+dfsg-11+deb12u2) ...
#22 27.93 Selecting previously unselected package qt6-base-dev-tools.
#22 27.94 Preparing to unpack .../145-qt6-base-dev-tools_6.4.2+dfsg-10_amd64.deb ...
#22 27.94 Unpacking qt6-base-dev-tools (6.4.2+dfsg-10) ...
#22 28.04 Selecting previously unselected package python3-pyqtgraph.
#22 28.05 Preparing to unpack .../146-python3-pyqtgraph_0.13.1-4_all.deb ...
#22 28.05 Unpacking python3-pyqtgraph (0.13.1-4) ...
#22 28.17 Selecting previously unselected package python3-contextlib2.
#22 28.18 Preparing to unpack .../147-python3-contextlib2_0.6.0.post1-3_all.deb ...
#22 28.19 Unpacking python3-contextlib2 (0.6.0.post1-3) ...
#22 28.23 Selecting previously unselected package python3-schema.
#22 28.24 Preparing to unpack .../148-python3-schema_0.7.5-1_all.deb ...
#22 28.25 Unpacking python3-schema (0.7.5-1) ...
#22 28.29 Selecting previously unselected package python3-sip.
#22 28.30 Preparing to unpack .../149-python3-sip_4.19.25+dfsg-5+b1_amd64.deb ...
#22 28.31 Unpacking python3-sip (4.19.25+dfsg-5+b1) ...
#22 28.36 Selecting previously unselected package python3-thrift.
#22 28.37 Preparing to unpack .../150-python3-thrift_0.17.0-2+b2_amd64.deb ...
#22 28.37 Unpacking python3-thrift (0.17.0-2+b2) ...
#22 28.42 Selecting previously unselected package python3-cffi-backend:amd64.
#22 28.43 Preparing to unpack .../151-python3-cffi-backend_1.15.1-5+b1_amd64.deb ...
#22 28.43 Unpacking python3-cffi-backend:amd64 (1.15.1-5+b1) ...
#22 28.49 Selecting previously unselected package python3-py.
#22 28.50 Preparing to unpack .../152-python3-py_1.11.0-1_all.deb ...
#22 28.50 Unpacking python3-py (1.11.0-1) ...
#22 28.56 Selecting previously unselected package python3-zmq.
#22 28.57 Preparing to unpack .../153-python3-zmq_24.0.1-4+b1_amd64.deb ...
#22 28.57 Unpacking python3-zmq (24.0.1-4+b1) ...
#22 28.65 Selecting previously unselected package libfmt9:amd64.
#22 28.66 Preparing to unpack .../154-libfmt9_9.1.0+ds1-2_amd64.deb ...
#22 28.67 Unpacking libfmt9:amd64 (9.1.0+ds1-2) ...
#22 28.71 Selecting previously unselected package libgnuradio-pmt3.10.5:amd64.
#22 28.72 Preparing to unpack .../155-libgnuradio-pmt3.10.5_3.10.5.1-3_amd64.deb ...
#22 28.73 Unpacking libgnuradio-pmt3.10.5:amd64 (3.10.5.1-3) ...
#22 28.78 Selecting previously unselected package libspdlog1.10:amd64.
#22 28.79 Preparing to unpack .../156-libspdlog1.10_1%3a1.10.0+ds-0.4_amd64.deb ...
#22 28.80 Unpacking libspdlog1.10:amd64 (1:1.10.0+ds-0.4) ...
#22 28.85 Selecting previously unselected package libthrift-0.17.0:amd64.
#22 28.86 Preparing to unpack .../157-libthrift-0.17.0_0.17.0-2+b2_amd64.deb ...
#22 28.86 Unpacking libthrift-0.17.0:amd64 (0.17.0-2+b2) ...
#22 28.93 Selecting previously unselected package libunwind8:amd64.
#22 28.94 Preparing to unpack .../158-libunwind8_1.6.2-3_amd64.deb ...
#22 28.94 Unpacking libunwind8:amd64 (1.6.2-3) ...
#22 28.99 Selecting previously unselected package libgnuradio-runtime3.10.5:amd64.
#22 29.00 Preparing to unpack .../159-libgnuradio-runtime3.10.5_3.10.5.1-3_amd64.deb ...
#22 29.01 Unpacking libgnuradio-runtime3.10.5:amd64 (3.10.5.1-3) ...
#22 29.09 Selecting previously unselected package libogg0:amd64.
#22 29.10 Preparing to unpack .../160-libogg0_1.3.5-3_amd64.deb ...
#22 29.11 Unpacking libogg0:amd64 (1.3.5-3) ...
#22 29.15 Selecting previously unselected package libflac12:amd64.
#22 29.16 Preparing to unpack .../161-libflac12_1.4.2+ds-2_amd64.deb ...
#22 29.17 Unpacking libflac12:amd64 (1.4.2+ds-2) ...
#22 29.23 Selecting previously unselected package libmp3lame0:amd64.
#22 29.24 Preparing to unpack .../162-libmp3lame0_3.100-6_amd64.deb ...
#22 29.25 Unpacking libmp3lame0:amd64 (3.100-6) ...
#22 29.31 Selecting previously unselected package libmpg123-0:amd64.
#22 29.33 Preparing to unpack .../163-libmpg123-0_1.31.2-1+deb12u1_amd64.deb ...
#22 29.33 Unpacking libmpg123-0:amd64 (1.31.2-1+deb12u1) ...
#22 29.39 Selecting previously unselected package libopus0:amd64.
#22 29.41 Preparing to unpack .../164-libopus0_1.3.1-3_amd64.deb ...
#22 29.43 Unpacking libopus0:amd64 (1.3.1-3) ...
#22 29.49 Selecting previously unselected package libvorbis0a:amd64.
#22 29.50 Preparing to unpack .../165-libvorbis0a_1.3.7-1_amd64.deb ...
#22 29.50 Unpacking libvorbis0a:amd64 (1.3.7-1) ...
#22 29.56 Selecting previously unselected package libvorbisenc2:amd64.
#22 29.57 Preparing to unpack .../166-libvorbisenc2_1.3.7-1_amd64.deb ...
#22 29.57 Unpacking libvorbisenc2:amd64 (1.3.7-1) ...
#22 29.62 Selecting previously unselected package libsndfile1:amd64.
#22 29.63 Preparing to unpack .../167-libsndfile1_1.2.0-1_amd64.deb ...
#22 29.64 Unpacking libsndfile1:amd64 (1.2.0-1) ...
#22 29.70 Selecting previously unselected package libgnuradio-blocks3.10.5:amd64.
#22 29.71 Preparing to unpack .../168-libgnuradio-blocks3.10.5_3.10.5.1-3_amd64.deb ...
#22 29.71 Unpacking libgnuradio-blocks3.10.5:amd64 (3.10.5.1-3) ...
#22 29.79 Selecting previously unselected package libgnuradio-fft3.10.5:amd64.
#22 29.80 Preparing to unpack .../169-libgnuradio-fft3.10.5_3.10.5.1-3_amd64.deb ...
#22 29.81 Unpacking libgnuradio-fft3.10.5:amd64 (3.10.5.1-3) ...
#22 29.86 Selecting previously unselected package libgnuradio-analog3.10.5:amd64.
#22 29.87 Preparing to unpack .../170-libgnuradio-analog3.10.5_3.10.5.1-3_amd64.deb ...
#22 29.87 Unpacking libgnuradio-analog3.10.5:amd64 (3.10.5.1-3) ...
#22 29.93 Selecting previously unselected package libsamplerate0:amd64.
#22 29.95 Preparing to unpack .../171-libsamplerate0_0.2.2-3_amd64.deb ...
#22 29.95 Unpacking libsamplerate0:amd64 (0.2.2-3) ...
#22 30.07 Selecting previously unselected package libjack-jackd2-0:amd64.
#22 30.08 Preparing to unpack .../172-libjack-jackd2-0_1.9.21~dfsg-3_amd64.deb ...
#22 30.08 Unpacking libjack-jackd2-0:amd64 (1.9.21~dfsg-3) ...
#22 30.15 Selecting previously unselected package libportaudio2:amd64.
#22 30.16 Preparing to unpack .../173-libportaudio2_19.6.0-1.2_amd64.deb ...
#22 30.16 Unpacking libportaudio2:amd64 (19.6.0-1.2) ...
#22 30.21 Selecting previously unselected package libgnuradio-audio3.10.5:amd64.
#22 30.23 Preparing to unpack .../174-libgnuradio-audio3.10.5_3.10.5.1-3_amd64.deb ...
#22 30.23 Unpacking libgnuradio-audio3.10.5:amd64 (3.10.5.1-3) ...
#22 30.29 Selecting previously unselected package libgnuradio-filter3.10.5:amd64.
#22 30.30 Preparing to unpack .../175-libgnuradio-filter3.10.5_3.10.5.1-3_amd64.deb ...
#22 30.31 Unpacking libgnuradio-filter3.10.5:amd64 (3.10.5.1-3) ...
#22 30.37 Selecting previously unselected package libgnuradio-channels3.10.5:amd64.
#22 30.38 Preparing to unpack .../176-libgnuradio-channels3.10.5_3.10.5.1-3_amd64.deb ...
#22 30.39 Unpacking libgnuradio-channels3.10.5:amd64 (3.10.5.1-3) ...
#22 30.44 Selecting previously unselected package libgnuradio-digital3.10.5:amd64.
#22 30.45 Preparing to unpack .../177-libgnuradio-digital3.10.5_3.10.5.1-3_amd64.deb ...
#22 30.46 Unpacking libgnuradio-digital3.10.5:amd64 (3.10.5.1-3) ...
#22 30.53 Selecting previously unselected package libgslcblas0:amd64.
#22 30.54 Preparing to unpack .../178-libgslcblas0_2.7.1+dfsg-5_amd64.deb ...
#22 30.54 Unpacking libgslcblas0:amd64 (2.7.1+dfsg-5) ...
#22 30.60 Selecting previously unselected package libgsl27:amd64.
#22 30.61 Preparing to unpack .../179-libgsl27_2.7.1+dfsg-5_amd64.deb ...
#22 30.62 Unpacking libgsl27:amd64 (2.7.1+dfsg-5) ...
#22 30.72 Selecting previously unselected package libgnuradio-fec3.10.5:amd64.
#22 30.73 Preparing to unpack .../180-libgnuradio-fec3.10.5_3.10.5.1-3_amd64.deb ...
#22 30.73 Unpacking libgnuradio-fec3.10.5:amd64 (3.10.5.1-3) ...
#22 30.79 Selecting previously unselected package libgnuradio-dtv3.10.5:amd64.
#22 30.80 Preparing to unpack .../181-libgnuradio-dtv3.10.5_3.10.5.1-3_amd64.deb ...
#22 30.81 Unpacking libgnuradio-dtv3.10.5:amd64 (3.10.5.1-3) ...
#22 30.88 Selecting previously unselected package libiio0:amd64.
#22 30.89 Preparing to unpack .../182-libiio0_0.24-4_amd64.deb ...
#22 30.89 Unpacking libiio0:amd64 (0.24-4) ...
#22 30.94 Selecting previously unselected package libad9361-0:amd64.
#22 30.95 Preparing to unpack .../183-libad9361-0_0.2-1_amd64.deb ...
#22 30.96 Unpacking libad9361-0:amd64 (0.2-1) ...
#22 31.01 Selecting previously unselected package libgnuradio-iio3.10.5:amd64.
#22 31.02 Preparing to unpack .../184-libgnuradio-iio3.10.5_3.10.5.1-3_amd64.deb ...
#22 31.03 Unpacking libgnuradio-iio3.10.5:amd64 (3.10.5.1-3) ...
#22 31.08 Selecting previously unselected package libgnuradio-network3.10.5:amd64.
#22 31.09 Preparing to unpack .../185-libgnuradio-network3.10.5_3.10.5.1-3_amd64.deb ...
#22 31.10 Unpacking libgnuradio-network3.10.5:amd64 (3.10.5.1-3) ...
#22 31.15 Selecting previously unselected package libgnuradio-pdu3.10.5:amd64.
#22 31.16 Preparing to unpack .../186-libgnuradio-pdu3.10.5_3.10.5.1-3_amd64.deb ...
#22 31.17 Unpacking libgnuradio-pdu3.10.5:amd64 (3.10.5.1-3) ...
#22 31.22 Selecting previously unselected package libqt5opengl5:amd64.
#22 31.23 Preparing to unpack .../187-libqt5opengl5_5.15.8+dfsg-11+deb12u2_amd64.deb ...
#22 31.24 Unpacking libqt5opengl5:amd64 (5.15.8+dfsg-11+deb12u2) ...
#22 31.30 Selecting previously unselected package libqt5svg5:amd64.
#22 31.31 Preparing to unpack .../188-libqt5svg5_5.15.8-3_amd64.deb ...
#22 31.31 Unpacking libqt5svg5:amd64 (5.15.8-3) ...
#22 31.38 Selecting previously unselected package libqwt-qt5-6.
#22 31.39 Preparing to unpack .../189-libqwt-qt5-6_6.1.4-2_amd64.deb ...
#22 31.39 Unpacking libqwt-qt5-6 (6.1.4-2) ...
#22 31.46 Selecting previously unselected package libgnuradio-qtgui3.10.5:amd64.
#22 31.47 Preparing to unpack .../190-libgnuradio-qtgui3.10.5_3.10.5.1-3_amd64.deb ...
#22 31.47 Unpacking libgnuradio-qtgui3.10.5:amd64 (3.10.5.1-3) ...
#22 31.55 Selecting previously unselected package libgnuradio-soapy3.10.5:amd64.
#22 31.56 Preparing to unpack .../191-libgnuradio-soapy3.10.5_3.10.5.1-3_amd64.deb ...
#22 31.57 Unpacking libgnuradio-soapy3.10.5:amd64 (3.10.5.1-3) ...
#22 31.62 Selecting previously unselected package libgnuradio-trellis3.10.5:amd64.
#22 31.63 Preparing to unpack .../192-libgnuradio-trellis3.10.5_3.10.5.1-3_amd64.deb ...
#22 31.64 Unpacking libgnuradio-trellis3.10.5:amd64 (3.10.5.1-3) ...
#22 31.69 Selecting previously unselected package libgnuradio-uhd3.10.5:amd64.
#22 31.70 Preparing to unpack .../193-libgnuradio-uhd3.10.5_3.10.5.1-3_amd64.deb ...
#22 31.71 Unpacking libgnuradio-uhd3.10.5:amd64 (3.10.5.1-3) ...
#22 31.77 Selecting previously unselected package libslang2:amd64.
#22 31.78 Preparing to unpack .../194-libslang2_2.3.3-3_amd64.deb ...
#22 31.79 Unpacking libslang2:amd64 (2.3.3-3) ...
#22 31.87 Selecting previously unselected package libcaca0:amd64.
#22 31.88 Preparing to unpack .../195-libcaca0_0.99.beta20-3_amd64.deb ...
#22 31.88 Unpacking libcaca0:amd64 (0.99.beta20-3) ...
#22 31.95 Selecting previously unselected package libasyncns0:amd64.
#22 31.96 Preparing to unpack .../196-libasyncns0_0.8-6+b3_amd64.deb ...
#22 31.96 Unpacking libasyncns0:amd64 (0.8-6+b3) ...
#22 32.02 Selecting previously unselected package libpulse0:amd64.
#22 32.03 Preparing to unpack .../197-libpulse0_16.1+dfsg1-2+b1_amd64.deb ...
#22 32.04 Unpacking libpulse0:amd64 (16.1+dfsg1-2+b1) ...
#22 32.11 Selecting previously unselected package libsdl1.2debian:amd64.
#22 32.12 Preparing to unpack .../198-libsdl1.2debian_1.2.15+dfsg2-8_amd64.deb ...
#22 32.12 Unpacking libsdl1.2debian:amd64 (1.2.15+dfsg2-8) ...
#22 32.18 Selecting previously unselected package libgnuradio-video-sdl3.10.5:amd64.
#22 32.19 Preparing to unpack .../199-libgnuradio-video-sdl3.10.5_3.10.5.1-3_amd64.deb ...
#22 32.20 Unpacking libgnuradio-video-sdl3.10.5:amd64 (3.10.5.1-3) ...
#22 32.25 Selecting previously unselected package libcodec2-1.0:amd64.
#22 32.26 Preparing to unpack .../200-libcodec2-1.0_1.0.5-1_amd64.deb ...
#22 32.27 Unpacking libcodec2-1.0:amd64 (1.0.5-1) ...
#22 32.83 Selecting previously unselected package libgnuradio-vocoder3.10.5:amd64.
#22 32.84 Preparing to unpack .../201-libgnuradio-vocoder3.10.5_3.10.5.1-3_amd64.deb ...
#22 32.84 Unpacking libgnuradio-vocoder3.10.5:amd64 (3.10.5.1-3) ...
#22 32.89 Selecting previously unselected package libgnuradio-wavelet3.10.5:amd64.
#22 32.91 Preparing to unpack .../202-libgnuradio-wavelet3.10.5_3.10.5.1-3_amd64.deb ...
#22 32.91 Unpacking libgnuradio-wavelet3.10.5:amd64 (3.10.5.1-3) ...
#22 32.96 Selecting previously unselected package libgnuradio-zeromq3.10.5:amd64.
#22 32.97 Preparing to unpack .../203-libgnuradio-zeromq3.10.5_3.10.5.1-3_amd64.deb ...
#22 32.97 Unpacking libgnuradio-zeromq3.10.5:amd64 (3.10.5.1-3) ...
#22 33.03 Selecting previously unselected package gnuradio.
#22 33.04 Preparing to unpack .../204-gnuradio_3.10.5.1-3_amd64.deb ...
#22 33.05 Unpacking gnuradio (3.10.5.1-3) ...
#22 33.48 Setting up libb2-1:amd64 (0.98.1-1.1) ...
#22 33.49 Setting up libxcb-dri3-0:amd64 (1.15-1) ...
#22 33.50 Setting up python3-attr (22.2.0-1) ...
#22 33.68 Setting up libwayland-server0:amd64 (1.21.0-1) ...
#22 33.69 Setting up gtk-update-icon-cache (3.24.38-2~deb12u3) ...
#22 33.70 Setting up libx11-xcb1:amd64 (2:1.8.4-2+deb12u2) ...
#22 33.72 Setting up libdouble-conversion3:amd64 (3.2.1-1) ...
#22 33.73 Setting up libproxy1v5:amd64 (0.4.18-1.2) ...
#22 33.74 Setting up fonts-mathjax (2.7.9+dfsg-1) ...
#22 33.75 Setting up libcodec2-1.0:amd64 (1.0.5-1) ...
#22 33.77 Setting up libxdamage1:amd64 (1:1.1.6-1) ...
#22 33.78 Setting up libopenblas0-pthread:amd64 (0.3.21+ds-4) ...
#22 33.79 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 33.81 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 33.82 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 33.85 Setting up libmpg123-0:amd64 (1.31.2-1+deb12u1) ...
#22 33.86 Setting up libxcb-xfixes0:amd64 (1.15-1) ...
#22 33.87 Setting up libogg0:amd64 (1.3.5-3) ...
#22 33.88 Setting up python3-cairo:amd64 (1.20.1-5+b1) ...
#22 34.05 Setting up hicolor-icon-theme (0.17-2) ...
#22 34.08 Setting up libjs-mathjax (2.7.9+dfsg-1) ...
#22 34.09 Setting up libxcb-xinput0:amd64 (1.15-1) ...
#22 34.10 Setting up python3-py (1.11.0-1) ...
#22 34.27 Setting up libvte-2.91-common (0.70.6-2~deb12u1) ...
#22 34.29 Setting up libgslcblas0:amd64 (2.7.1+dfsg-5) ...
#22 34.34 Setting up python3-colorama (0.4.6-2) ...
#22 34.47 Setting up libglvnd0:amd64 (1.6.0-1) ...
#22 34.48 Setting up libxcb-glx0:amd64 (1.15-1) ...
#22 34.49 Setting up python3-ply (3.11-5) ...
#22 34.65 Setting up libiio0:amd64 (0.24-4) ...
#22 34.66 Setting up libxcb-keysyms1:amd64 (0.4.0-1+b2) ...
#22 34.67 Setting up libxcb-shape0:amd64 (1.15-1) ...
#22 34.68 Setting up python3-gast (0.5.2-2) ...
#22 34.81 Setting up libgsl27:amd64 (2.7.1+dfsg-5) ...
#22 34.85 Setting up libxcb-render-util0:amd64 (0.3.9-1+b1) ...
#22 34.86 Setting up python3-all (3.11.2-1+b1) ...
#22 34.87 Setting up xkb-data (2.35.1-1) ...
#22 34.88 Setting up python3-contextlib2 (0.6.0.post1-3) ...
#22 35.02 Setting up libxcb-icccm4:amd64 (0.4.1-1.1) ...
#22 35.03 Setting up libatspi2.0-0:amd64 (2.46.0-5) ...
#22 35.04 Setting up python3-click (8.1.3-2) ...
#22 35.19 Setting up libqt6core6:amd64 (6.4.2+dfsg-10) ...
#22 35.21 Setting up libunwind8:amd64 (1.6.2-3) ...
#22 35.22 Setting up python3-thrift (0.17.0-2+b2) ...
#22 35.38 Setting up libts0:amd64 (1.22-1+b1) ...
#22 35.40 Setting up libcolord2:amd64 (1.4.6-2.2) ...
#22 35.41 Setting up gnome-terminal-data (3.46.8-1) ...
#22 35.42 Setting up libopengl0:amd64 (1.6.0-1) ...
#22 35.43 Setting up libxcb-util1:amd64 (0.4.0-1+b1) ...
#22 35.44 Setting up libxxf86vm1:amd64 (1:1.1.4-1+b2) ...
#22 35.45 Setting up libxcb-xkb1:amd64 (1.15-1) ...
#22 35.46 Setting up libxcb-image0:amd64 (0.4.0-2) ...
#22 35.47 Setting up libxcb-present0:amd64 (1.15-1) ...
#22 35.48 Setting up libdconf1:amd64 (0.40.0-4) ...
#22 35.49 Setting up python3-beniget (0.4.1-3) ...
#22 35.62 Setting up libxsimd-dev:amd64 (8.1.0-7) ...
#22 35.63 Setting up python3-decorator (5.1.1-3) ...
#22 35.74 Setting up python3-packaging (23.0-1) ...
#22 35.88 Setting up libxcb-xinerama0:amd64 (1.15-1) ...
#22 35.90 Setting up libflac12:amd64 (1.4.2+ds-2) ...
#22 35.91 Setting up libslang2:amd64 (2.3.3-3) ...
#22 35.92 Setting up libqt6xml6:amd64 (6.4.2+dfsg-10) ...
#22 35.93 Setting up adwaita-icon-theme (43-1) ...
#22 35.99 update-alternatives: using /usr/share/icons/Adwaita/cursor.theme to provide /usr/share/icons/default/index.theme (x-cursor-theme) in auto mode
#22 36.00 Setting up libqt6sql6:amd64 (6.4.2+dfsg-10) ...
#22 36.01 Setting up libepoxy0:amd64 (1.5.10-1) ...
#22 36.02 Setting up libxfixes3:amd64 (1:6.0.0-2) ...
#22 36.03 Setting up libxcb-sync1:amd64 (1.15-1) ...
#22 36.04 Setting up libpython3-all-dev:amd64 (3.11.2-1+b1) ...
#22 36.05 Setting up libopus0:amd64 (1.3.1-3) ...
#22 36.06 Setting up libxinerama1:amd64 (2:1.1.4-3) ...
#22 36.07 Setting up libvorbis0a:amd64 (1.3.7-1) ...
#22 36.08 Setting up castxml (0.5.1-1) ...
#22 36.09 Setting up libxrandr2:amd64 (2:1.5.2-2+b1) ...
#22 36.10 Setting up liborc-0.4-0:amd64 (1:0.4.33-2) ...
#22 36.11 Setting up python3-click-plugins (1.1.1-4) ...
#22 36.25 Setting up libqt5core5a:amd64 (5.15.8+dfsg-11+deb12u2) ...
#22 36.27 Setting up libglapi-mesa:amd64 (22.3.6-1+deb12u1) ...
#22 36.28 Setting up libmtdev1:amd64 (1.1.6-1) ...
#22 36.29 Setting up libfmt9:amd64 (9.1.0+ds1-2) ...
#22 36.30 Setting up libxcb-dri2-0:amd64 (1.15-1) ...
#22 36.31 Setting up python3-pyqt5.sip (12.11.1-1) ...
#22 36.32 Setting up python3-pyrsistent:amd64 (0.18.1-1+b3) ...
#22 36.46 Setting up libopenblas0:amd64 (0.3.21+ds-4) ...
#22 36.47 Setting up libasyncns0:amd64 (0.8-6+b3) ...
#22 36.48 Setting up libxshmfence1:amd64 (1.3-1) ...
#22 36.49 Setting up python3-lxml:amd64 (4.9.2-1+b1) ...
#22 36.68 Setting up at-spi2-common (2.46.0-5) ...
#22 36.69 Setting up libqt5dbus5:amd64 (5.15.8+dfsg-11+deb12u2) ...
#22 36.70 Setting up python3-schema (0.7.5-1) ...
#22 36.83 Setting up libxcb-randr0:amd64 (1.15-1) ...
#22 36.84 Setting up libllvm15:amd64 (1:15.0.6-4+b1) ...
#22 36.85 Setting up libmd4c0:amd64 (0.4.8-1) ...
#22 36.86 Setting up libatk1.0-0:amd64 (2.46.0-5) ...
#22 36.87 Setting up libglu1-mesa:amd64 (9.0.2-1.1) ...
#22 36.88 Setting up libwayland-egl1:amd64 (1.21.0-1) ...
#22 36.89 Setting up python3-pygccxml (2.2.1-1) ...
#22 37.08 Setting up python3-pyqt6.sip (13.4.1-1) ...
#22 37.09 Setting up libsamplerate0:amd64 (0.2.2-3) ...
#22 37.10 Setting up libqt5test5:amd64 (5.15.8+dfsg-11+deb12u2) ...
#22 37.11 Setting up python3-gi-cairo (3.42.2-3+b1) ...
#22 37.12 Setting up libdrm-common (2.4.114-1) ...
#22 37.13 Setting up libxcomposite1:amd64 (1:0.4.5-1) ...
#22 37.15 Setting up libevdev2:amd64 (1.13.0+dfsg-1) ...
#22 37.16 Setting up libgudev-1.0-0:amd64 (237-2) ...
#22 37.17 Setting up qtchooser (66-2) ...
#22 37.18 Setting up libmp3lame0:amd64 (3.100-6) ...
#22 37.19 Setting up python3-cffi-backend:amd64 (1.15.1-5+b1) ...
#22 37.20 Setting up libvorbisenc2:amd64 (1.3.7-1) ...
#22 37.21 Setting up libqt6dbus6:amd64 (6.4.2+dfsg-10) ...
#22 37.22 Setting up liblbfgsb0:amd64 (3.0+dfsg.4-1) ...
#22 37.23 Setting up libwacom-common (2.6.0-1) ...
#22 37.24 Setting up python3-sip (4.19.25+dfsg-5+b1) ...
#22 37.37 Setting up libxkbcommon0:amd64 (1.5.0-1) ...
#22 37.39 Setting up libwayland-client0:amd64 (1.21.0-1) ...
#22 37.39 Setting up libspdlog1.10:amd64 (1:1.10.0+ds-0.4) ...
#22 37.40 Setting up libopenblas-pthread-dev:amd64 (0.3.21+ds-4) ...
#22 37.42 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 37.42 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 37.43 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 37.44 Setting up python3-all-dev (3.11.2-1+b1) ...
#22 37.45 Setting up libqt6test6:amd64 (6.4.2+dfsg-10) ...
#22 37.46 Setting up libad9361-0:amd64 (0.2-1) ...
#22 37.47 Setting up libcaca0:amd64 (0.99.beta20-3) ...
#22 37.48 Setting up qt6-base-dev-tools (6.4.2+dfsg-10) ...
#22 37.49 Setting up libwacom9:amd64 (2.6.0-1) ...
#22 37.50 Setting up libxcursor1:amd64 (1:1.2.1-1) ...
#22 37.51 Setting up dconf-service (0.40.0-4) ...
#22 37.52 Setting up libqt5network5:amd64 (5.15.8+dfsg-11+deb12u2) ...
#22 37.53 Setting up libinput-bin (1.22.1-1) ...
#22 37.54 Setting up libqt5sql5:amd64 (5.15.8+dfsg-11+deb12u2) ...
#22 37.55 Setting up libatk-bridge2.0-0:amd64 (2.46.0-5) ...
#22 37.56 Setting up qtbase5-dev-tools (5.15.8+dfsg-11+deb12u2) ...
#22 37.57 Setting up libopenblas-dev:amd64 (0.3.21+ds-4) ...
#22 37.58 Setting up libqt5xml5:amd64 (5.15.8+dfsg-11+deb12u2) ...
#22 37.59 Setting up python3-jsonschema (4.10.3-1) ...
#22 37.76 Setting up python3-zmq (24.0.1-4+b1) ...
#22 37.96 Setting up libxkbcommon-x11-0:amd64 (1.5.0-1) ...
#22 37.97 Setting up libvolk2.5:amd64 (2.5.2-3) ...
#22 37.98 Setting up libjack-jackd2-0:amd64 (1.9.21~dfsg-3) ...
#22 37.99 Setting up libdrm2:amd64 (2.4.114-1+b1) ...
#22 38.00 Setting up python3-pythran (0.11.0+ds-7) ...
#22 38.28 Setting up libwayland-cursor0:amd64 (1.21.0-1) ...
#22 38.29 Setting up libqt6network6:amd64 (6.4.2+dfsg-10) ...
#22 38.30 Setting up libgnuradio-pmt3.10.5:amd64 (3.10.5.1-3) ...
#22 38.31 Setting up libsndfile1:amd64 (1.2.0-1) ...
#22 38.32 Setting up libdrm-amdgpu1:amd64 (2.4.114-1+b1) ...
#22 38.33 Setting up libinput10:amd64 (1.22.1-1) ...
#22 38.34 Setting up libportaudio2:amd64 (19.6.0-1.2) ...
#22 38.35 Setting up libdrm-nouveau2:amd64 (2.4.114-1+b1) ...
#22 38.36 Setting up python3-scipy (1.10.1-2) ...
#22 40.04 Setting up libvolk2-bin (2.5.2-3) ...
#22 40.17 Setting up dconf-gsettings-backend:amd64 (0.40.0-4) ...
#22 40.18 Setting up libgbm1:amd64 (22.3.6-1+deb12u1) ...
#22 40.19 Setting up libpulse0:amd64 (16.1+dfsg1-2+b1) ...
#22 40.22 Setting up libdrm-radeon1:amd64 (2.4.114-1+b1) ...
#22 40.24 Setting up libdrm-intel1:amd64 (2.4.114-1+b1) ...
#22 40.25 Setting up libgl1-mesa-dri:amd64 (22.3.6-1+deb12u1) ...
#22 40.26 Setting up libthrift-0.17.0:amd64 (0.17.0-2+b2) ...
#22 40.27 Setting up libegl-mesa0:amd64 (22.3.6-1+deb12u1) ...
#22 40.29 Setting up libsdl1.2debian:amd64 (1.2.15+dfsg2-8) ...
#22 40.29 Setting up libegl1:amd64 (1.6.0-1) ...
#22 40.30 Setting up libgnuradio-runtime3.10.5:amd64 (3.10.5.1-3) ...
#22 40.31 Setting up libgtk-3-common (3.24.38-2~deb12u3) ...
#22 40.33 Setting up gsettings-desktop-schemas (43.0-1) ...
#22 40.34 Setting up libgnuradio-blocks3.10.5:amd64 (3.10.5.1-3) ...
#22 40.35 Setting up libgnuradio-trellis3.10.5:amd64 (3.10.5.1-3) ...
#22 40.36 Setting up libglx-mesa0:amd64 (22.3.6-1+deb12u1) ...
#22 40.37 Setting up libgnuradio-vocoder3.10.5:amd64 (3.10.5.1-3) ...
#22 40.38 Setting up libgnuradio-iio3.10.5:amd64 (3.10.5.1-3) ...
#22 40.39 Setting up libglx0:amd64 (1.6.0-1) ...
#22 40.40 Setting up libgnuradio-fec3.10.5:amd64 (3.10.5.1-3) ...
#22 40.41 Setting up libgnuradio-pdu3.10.5:amd64 (3.10.5.1-3) ...
#22 40.44 Setting up libgnuradio-uhd3.10.5:amd64 (3.10.5.1-3) ...
#22 40.45 Setting up libgnuradio-network3.10.5:amd64 (3.10.5.1-3) ...
#22 40.46 Setting up libgnuradio-video-sdl3.10.5:amd64 (3.10.5.1-3) ...
#22 40.47 Setting up libgl1:amd64 (1.6.0-1) ...
#22 40.48 Setting up libqt6gui6:amd64 (6.4.2+dfsg-10) ...
#22 40.49 Setting up libgnuradio-fft3.10.5:amd64 (3.10.5.1-3) ...
#22 40.50 Setting up libgnuradio-filter3.10.5:amd64 (3.10.5.1-3) ...
#22 40.51 Setting up libgnuradio-soapy3.10.5:amd64 (3.10.5.1-3) ...
#22 40.52 Setting up libgnuradio-wavelet3.10.5:amd64 (3.10.5.1-3) ...
#22 40.53 Setting up libgl1-mesa-glx:amd64 (22.3.6-1+deb12u1) ...
#22 40.55 Setting up libgnuradio-audio3.10.5:amd64 (3.10.5.1-3) ...
#22 40.56 Setting up libgnuradio-zeromq3.10.5:amd64 (3.10.5.1-3) ...
#22 40.57 Setting up libgnuradio-dtv3.10.5:amd64 (3.10.5.1-3) ...
#22 40.58 Setting up libqt5gui5:amd64 (5.15.8+dfsg-11+deb12u2) ...
#22 40.60 Setting up libqt6opengl6:amd64 (6.4.2+dfsg-10) ...
#22 40.61 Setting up libgnuradio-analog3.10.5:amd64 (3.10.5.1-3) ...
#22 40.62 Setting up libqt5widgets5:amd64 (5.15.8+dfsg-11+deb12u2) ...
#22 40.63 Setting up python3-opengl (3.1.6+dfsg-3) ...
#22 41.81 Setting up libqt5help5:amd64 (5.15.8-2) ...
#22 41.82 Setting up libgnuradio-digital3.10.5:amd64 (3.10.5.1-3) ...
#22 41.83 Setting up libqt6widgets6:amd64 (6.4.2+dfsg-10) ...
#22 41.84 Setting up libqt5printsupport5:amd64 (5.15.8+dfsg-11+deb12u2) ...
#22 41.85 Setting up libqt5opengl5:amd64 (5.15.8+dfsg-11+deb12u2) ...
#22 41.86 Setting up libqt6openglwidgets6:amd64 (6.4.2+dfsg-10) ...
#22 41.87 Setting up libgnuradio-channels3.10.5:amd64 (3.10.5.1-3) ...
#22 41.88 Setting up libqt6printsupport6:amd64 (6.4.2+dfsg-10) ...
#22 41.89 Setting up libqt5designer5:amd64 (5.15.8-2) ...
#22 41.91 Setting up python3-pyqt6 (6.4.2-1) ...
#22 42.03 Setting up pyqt6-dev-tools (6.4.2-1) ...
#22 42.19 Setting up libqt5svg5:amd64 (5.15.8-3) ...
#22 42.20 Setting up libqwt-qt5-6 (6.1.4-2) ...
#22 42.21 Setting up libgnuradio-qtgui3.10.5:amd64 (3.10.5.1-3) ...
#22 42.22 Setting up python3-pyqt5 (5.15.9+dfsg-1) ...
#22 42.37 Setting up pyqt5-dev-tools (5.15.9+dfsg-1) ...
#22 42.50 Setting up python3-pyqtgraph (0.13.1-4) ...
#22 42.98 Processing triggers for libc-bin (2.36-9+deb12u9) ...
#22 43.01 Processing triggers for man-db (2.11.2-2) ...
#22 43.03 Processing triggers for shared-mime-info (2.2-1) ...
#22 45.10 Processing triggers for mailcap (3.70+nmu1) ...
#22 45.14 Processing triggers for fontconfig (2.14.1-4) ...
#22 45.44 Processing triggers for libglib2.0-0:amd64 (2.74.6-2+deb12u4) ...
#22 45.49 Setting up libgtk-3-0:amd64 (3.24.38-2~deb12u3) ...
#22 45.54 Setting up libvte-2.91-0:amd64 (0.70.6-2~deb12u1) ...
#22 45.55 Setting up gnome-terminal (3.46.8-1) ...
#22 45.56 update-alternatives: using /usr/bin/gnome-terminal.wrapper to provide /usr/bin/x-terminal-emulator (x-terminal-emulator) in auto mode
#22 45.56 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 45.57 Setting up gnuradio (3.10.5.1-3) ...
#22 46.10 Processing triggers for libc-bin (2.36-9+deb12u9) ...
#22 DONE 46.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.340 + mkdir -p /tmp/mongodb
#23 0.342 + cd /tmp/mongodb
#23 0.342 + wget https://pgp.mongodb.com/server-5.0.asc -O /mongodb.key
#23 0.347 --2025-01-04 22:49:30--  https://pgp.mongodb.com/server-5.0.asc
#23 0.355 Resolving pgp.mongodb.com (pgp.mongodb.com)... 13.32.121.128, 13.32.121.114, 13.32.121.11, ...
#23 0.370 Connecting to pgp.mongodb.com (pgp.mongodb.com)|13.32.121.128|:443... connected.
#23 0.394 HTTP request sent, awaiting response... 200 OK
#23 0.694 Length: 1656 (1.6K) [binary/octet-stream]
#23 0.695 Saving to: ‘/mongodb.key’
#23 0.695 
#23 0.695      0K .                                                     100% 36.6M=0s
#23 0.695 
#23 0.695 2025-01-04 22:49:30 (36.6 MB/s) - ‘/mongodb.key’ saved [1656/1656]
#23 0.695 
#23 0.696 + wget http://security.debian.org/debian-security/pool/updates/main/o/openssl/libssl1.1_1.1.1n-0+deb10u6_amd64.deb
#23 0.699 --2025-01-04 22:49:30--  http://security.debian.org/debian-security/pool/updates/main/o/openssl/libssl1.1_1.1.1n-0+deb10u6_amd64.deb
#23 0.699 Resolving security.debian.org (security.debian.org)... 151.101.130.132, 151.101.66.132, 151.101.2.132, ...
#23 0.705 Connecting to security.debian.org (security.debian.org)|151.101.130.132|:80... connected.
#23 0.710 HTTP request sent, awaiting response... 200 OK
#23 0.717 Length: 1552428 (1.5M) [application/vnd.debian.binary-package]
#23 0.717 Saving to: ‘libssl1.1_1.1.1n-0+deb10u6_amd64.deb’
#23 0.717 
#23 0.717      0K .......... .......... .......... .......... ..........  3% 9.76M 0s
#23 0.722     50K .......... .......... .......... .......... ..........  6% 10.9M 0s
#23 0.726    100K .......... .......... .......... .......... ..........  9% 47.6M 0s
#23 0.727    150K .......... .......... .......... .......... .......... 13% 30.9M 0s
#23 0.729    200K .......... .......... .......... .......... .......... 16% 16.4M 0s
#23 0.732    250K .......... .......... .......... .......... .......... 19% 83.2M 0s
#23 0.732    300K .......... .......... .......... .......... .......... 23% 42.5M 0s
#23 0.734    350K .......... .......... .......... .......... .......... 26%  104M 0s
#23 0.734    400K .......... .......... .......... .......... .......... 29%  140M 0s
#23 0.734    450K .......... .......... .......... .......... .......... 32% 26.6M 0s
#23 0.736    500K .......... .......... .......... .......... .......... 36% 60.8M 0s
#23 0.737    550K .......... .......... .......... .......... .......... 39%  116M 0s
#23 0.738    600K .......... .......... .......... .......... .......... 42% 99.7M 0s
#23 0.738    650K .......... .......... .......... .......... .......... 46%  122M 0s
#23 0.738    700K .......... .......... .......... .......... .......... 49%  123M 0s
#23 0.739    750K .......... .......... .......... .......... .......... 52%  100M 0s
#23 0.739    800K .......... .......... .......... .......... .......... 56%  117M 0s
#23 0.740    850K .......... .......... .......... .......... .......... 59%  125M 0s
#23 0.740    900K .......... .......... .......... .......... .......... 62% 86.4M 0s
#23 0.741    950K .......... .......... .......... .......... .......... 65% 92.9M 0s
#23 0.741   1000K .......... .......... .......... .......... .......... 69%  102M 0s
#23 0.742   1050K .......... .......... .......... .......... .......... 72%  108M 0s
#23 0.742   1100K .......... .......... .......... .......... .......... 75%  122M 0s
#23 0.743   1150K .......... .......... .......... .......... .......... 79%  121M 0s
#23 0.743   1200K .......... .......... .......... .......... .......... 82%  114M 0s
#23 0.743   1250K .......... .......... .......... .......... .......... 85%  107M 0s
#23 0.744   1300K .......... .......... .......... .......... .......... 89%  108M 0s
#23 0.744   1350K .......... .......... .......... .......... .......... 92%  132M 0s
#23 0.744   1400K .......... .......... .......... .......... .......... 95% 97.3M 0s
#23 0.745   1450K .......... .......... .......... .......... .......... 98%  113M 0s
#23 0.745   1500K .......... ......                                     100%  117M=0.03s
#23 0.746 
#23 0.746 2025-01-04 22:49:30 (51.3 MB/s) - ‘libssl1.1_1.1.1n-0+deb10u6_amd64.deb’ saved [1552428/1552428]
#23 0.746 
#23 0.746 + dpkg -i libssl1.1_1.1.1n-0+deb10u6_amd64.deb
#23 0.802 Selecting previously unselected package libssl1.1:amd64.
#23 0.886 (Reading database ... 147349 files and directories currently installed.)
#23 0.892 Preparing to unpack libssl1.1_1.1.1n-0+deb10u6_amd64.deb ...
#23 0.899 Unpacking libssl1.1:amd64 (1.1.1n-0+deb10u6) ...
#23 1.012 Setting up libssl1.1:amd64 (1.1.1n-0+deb10u6) ...
#23 1.090 debconf: unable to initialize frontend: Dialog
#23 1.090 debconf: (TERM is not set, so the dialog frontend is not usable.)
#23 1.090 debconf: falling back to frontend: Readline
#23 1.096 debconf: unable to initialize frontend: Readline
#23 1.096 debconf: (This frontend requires a controlling tty.)
#23 1.096 debconf: falling back to frontend: Teletype
#23 1.129 Processing triggers for libc-bin (2.36-9+deb12u9) ...
#23 1.203 + echo deb [signed-by=/mongodb.key] http://repo.mongodb.org/apt/debian bullseye/mongodb-org/5.0 main
#23 1.203 + apt-get update
#23 1.263 Hit:1 http://deb.debian.org/debian bookworm InRelease
#23 1.263 Hit:2 http://deb.debian.org/debian bookworm-updates InRelease
#23 1.263 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.469 Get:5 http://repo.mongodb.org/apt/debian bullseye/mongodb-org/5.0 InRelease [2,951 B]
#23 1.782 Get:6 http://repo.mongodb.org/apt/debian bullseye/mongodb-org/5.0/main amd64 Packages [85.9 kB]
#23 1.814 Fetched 88.9 kB in 1s (152 kB/s)
#23 1.814 Reading package lists...
#23 2.276 + apt-get install -y mongodb-org
#23 2.281 Reading package lists...
#23 2.719 Building dependency tree...
#23 2.831 Reading state information...
#23 2.932 The following additional packages will be installed:
#23 2.932   mongodb-database-tools mongodb-mongosh mongodb-org-database
#23 2.932   mongodb-org-database-tools-extra mongodb-org-mongos mongodb-org-server
#23 2.932   mongodb-org-shell mongodb-org-tools
#23 2.959 The following NEW packages will be installed:
#23 2.959   mongodb-database-tools mongodb-mongosh mongodb-org mongodb-org-database
#23 2.959   mongodb-org-database-tools-extra mongodb-org-mongos mongodb-org-server
#23 2.959   mongodb-org-shell mongodb-org-tools
#23 3.212 0 upgraded, 9 newly installed, 0 to remove and 2 not upgraded.
#23 3.212 Need to get 161 MB of archives.
#23 3.212 After this operation, 516 MB of additional disk space will be used.
#23 3.212 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.949 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.800 Get:3 http://repo.mongodb.org/apt/debian bullseye/mongodb-org/5.0/main amd64 mongodb-org-shell amd64 5.0.30 [14.9 MB]
#23 5.196 Get:4 http://repo.mongodb.org/apt/debian bullseye/mongodb-org/5.0/main amd64 mongodb-org-server amd64 5.0.30 [26.6 MB]
#23 5.792 Get:5 http://repo.mongodb.org/apt/debian bullseye/mongodb-org/5.0/main amd64 mongodb-org-mongos amd64 5.0.30 [18.9 MB]
#23 6.227 Get:6 http://repo.mongodb.org/apt/debian bullseye/mongodb-org/5.0/main amd64 mongodb-org-database-tools-extra amd64 5.0.30 [7,752 B]
#23 6.332 Get:7 http://repo.mongodb.org/apt/debian bullseye/mongodb-org/5.0/main amd64 mongodb-org-database amd64 5.0.30 [3,540 B]
#23 6.434 Get:8 http://repo.mongodb.org/apt/debian bullseye/mongodb-org/5.0/main amd64 mongodb-org-tools amd64 5.0.30 [2,896 B]
#23 6.637 Get:9 http://repo.mongodb.org/apt/debian bullseye/mongodb-org/5.0/main amd64 mongodb-org amd64 5.0.30 [2,932 B]
#23 6.791 debconf: delaying package configuration, since apt-utils is not installed
#23 6.839 Fetched 161 MB in 4s (43.8 MB/s)
#23 6.868 Selecting previously unselected package mongodb-database-tools.
#23 6.868 (Reading database ... 
(Reading database ... 5%
(Reading database ... 10%
(Reading database ... 15%
(Reading database ... 20%
(Reading database ... 25%
(Reading database ... 30%
(Reading database ... 35%
(Reading database ... 40%
(Reading database ... 45%
(Reading database ... 50%
(Reading database ... 55%
(Reading database ... 60%
(Reading database ... 65%
(Reading database ... 70%
(Reading database ... 75%
(Reading database ... 80%
(Reading database ... 85%
(Reading database ... 90%
(Reading database ... 95%
(Reading database ... 100%
(Reading database ... 147360 files and directories currently installed.)
#23 6.923 Preparing to unpack .../0-mongodb-database-tools_100.10.0_amd64.deb ...
#23 6.927 Unpacking mongodb-database-tools (100.10.0) ...
#23 7.685 Selecting previously unselected package mongodb-mongosh.
#23 7.694 Preparing to unpack .../1-mongodb-mongosh_2.3.7_amd64.deb ...
#23 7.698 Unpacking mongodb-mongosh (2.3.7) ...
#23 9.098 Selecting previously unselected package mongodb-org-shell.
#23 9.109 Preparing to unpack .../2-mongodb-org-shell_5.0.30_amd64.deb ...
#23 9.114 Unpacking mongodb-org-shell (5.0.30) ...
#23 9.727 Selecting previously unselected package mongodb-org-server.
#23 9.737 Preparing to unpack .../3-mongodb-org-server_5.0.30_amd64.deb ...
#23 9.741 Unpacking mongodb-org-server (5.0.30) ...
#23 10.52 Selecting previously unselected package mongodb-org-mongos.
#23 10.53 Preparing to unpack .../4-mongodb-org-mongos_5.0.30_amd64.deb ...
#23 10.54 Unpacking mongodb-org-mongos (5.0.30) ...
#23 11.16 Selecting previously unselected package mongodb-org-database-tools-extra.
#23 11.17 Preparing to unpack .../5-mongodb-org-database-tools-extra_5.0.30_amd64.deb ...
#23 11.18 Unpacking mongodb-org-database-tools-extra (5.0.30) ...
#23 11.22 Selecting previously unselected package mongodb-org-database.
#23 11.23 Preparing to unpack .../6-mongodb-org-database_5.0.30_amd64.deb ...
#23 11.24 Unpacking mongodb-org-database (5.0.30) ...
#23 11.28 Selecting previously unselected package mongodb-org-tools.
#23 11.29 Preparing to unpack .../7-mongodb-org-tools_5.0.30_amd64.deb ...
#23 11.29 Unpacking mongodb-org-tools (5.0.30) ...
#23 11.34 Selecting previously unselected package mongodb-org.
#23 11.35 Preparing to unpack .../8-mongodb-org_5.0.30_amd64.deb ...
#23 11.35 Unpacking mongodb-org (5.0.30) ...
#23 11.43 Setting up mongodb-mongosh (2.3.7) ...
#23 11.44 Setting up mongodb-org-server (5.0.30) ...
#23 11.48 Adding system user `mongodb' (UID 104) ...
#23 11.48 Adding new user `mongodb' (UID 104) with group `nogroup' ...
#23 11.51 Not creating `/nonexistent'.
#23 11.54 Adding group `mongodb' (GID 106) ...
#23 11.56 Done.
#23 11.58 Adding user `mongodb' to group `mongodb' ...
#23 11.60 Done.
#23 11.61 System has not been booted with systemd as init system (PID 1). Can't operate.

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

#23 11.62 Setting up mongodb-org-shell (5.0.30) ...
#23 11.63 Setting up mongodb-database-tools (100.10.0) ...
#23 11.64 Setting up mongodb-org-mongos (5.0.30) ...
#23 11.65 Setting up mongodb-org-database-tools-extra (5.0.30) ...
#23 11.66 Setting up mongodb-org-database (5.0.30) ...
#23 11.67 Setting up mongodb-org-tools (5.0.30) ...
#23 11.68 Setting up mongodb-org (5.0.30) ...
#23 11.70 Processing triggers for man-db (2.11.2-2) ...
#23 11.77 + apt-get clean
#23 11.78 + cd /
#23 11.78 + rm -rf /tmp/mongodb
#23 11.78 + rm /etc/apt/sources.list.d/mongodb-org.list
#23 11.78 + sed -i s/127.0.0.1/172.18.50.2/g /etc/mongod.conf
#23 DONE 12.3s

#24 [19/28] RUN	IF [ "$(arch)" = "x86_64" ]; then 		apt-get update && 		apt-get install -y --no-install-recommends 			python3-pip 			python3-setuptools 			python3-wheel 			ninja-build 			build-essential 			flex 			bison 			git 			libsctp-dev 			libgnutls28-dev 			libgcrypt-dev 			libssl-dev 			libidn11-dev 			libmongoc-dev 			libbson-dev 			libyaml-dev 			libnghttp2-dev 			libmicrohttpd-dev 			libcurl4-gnutls-dev 			libnghttp2-dev 			meson && 		apt-get clean; 	fi
#24 0.356 Hit:1 http://deb.debian.org/debian bookworm InRelease
#24 0.356 Hit:2 http://deb.debian.org/debian bookworm-updates InRelease
#24 0.356 Hit:3 http://deb.debian.org/debian-security bookworm-security InRelease
#24 0.463 Hit:4 https://downloads.osmocom.org/packages/osmocom:/nightly/Debian_12 ./ InRelease
#24 0.623 Reading package lists...
#24 1.098 Reading package lists...
#24 1.776 Building dependency tree...
#24 1.972 Reading state information...
#24 2.122 python3-pip is already the newest version (23.0.1+dfsg-1).
#24 2.122 python3-setuptools is already the newest version (66.1.1-1).
#24 2.122 python3-wheel is already the newest version (0.38.4-2).
#24 2.122 build-essential is already the newest version (12.9).
#24 2.122 flex is already the newest version (2.6.4-8.2).
#24 2.122 bison is already the newest version (2:3.8.2+dfsg-1+b1).
#24 2.122 git is already the newest version (1:2.39.5-0+deb12u1).
#24 2.122 libsctp-dev is already the newest version (1.0.19+dfsg-2).
#24 2.122 libgnutls28-dev is already the newest version (3.7.9-2+deb12u3).
#24 2.122 libssl-dev is already the newest version (3.0.15-1~deb12u1).
#24 2.122 libmicrohttpd-dev is already the newest version (0.9.75-6).
#24 2.122 libmicrohttpd-dev set to manually installed.
#24 2.122 libcurl4-gnutls-dev is already the newest version (7.88.1-10+deb12u8).
#24 2.122 libcurl4-gnutls-dev set to manually installed.
#24 2.122 The following additional packages will be installed:
#24 2.122   libbson-1.0-0 libgpg-error-dev libidn-dev libintelrdfpmath-dev
#24 2.122   libmongoc-1.0-0 libmongocrypt-dev libmongocrypt0 libsasl2-dev libsnappy-dev
#24 2.123   libsnappy1v5 libzstd-dev
#24 2.124 Suggested packages:
#24 2.124   libgcrypt20-doc idn libnghttp2-doc libyaml-doc
#24 2.260 The following NEW packages will be installed:
#24 2.260   libbson-1.0-0 libbson-dev libgcrypt20-dev libgpg-error-dev libidn-dev
#24 2.260   libidn11-dev libintelrdfpmath-dev libmongoc-1.0-0 libmongoc-dev
#24 2.260   libmongocrypt-dev libmongocrypt0 libnghttp2-dev libsasl2-dev libsnappy-dev
#24 2.261   libsnappy1v5 libyaml-dev libzstd-dev meson ninja-build
#24 2.292 0 upgraded, 19 newly installed, 0 to remove and 2 not upgraded.
#24 2.292 Need to get 11.6 MB of archives.
#24 2.292 After this operation, 93.4 MB of additional disk space will be used.
#24 2.292 Get:1 http://deb.debian.org/debian bookworm/main amd64 libbson-1.0-0 amd64 1.23.1-1+b1 [76.3 kB]
#24 2.308 Get:2 http://deb.debian.org/debian bookworm/main amd64 libbson-dev amd64 1.23.1-1+b1 [129 kB]
#24 2.313 Get:3 http://deb.debian.org/debian bookworm/main amd64 libgpg-error-dev amd64 1.46-1 [133 kB]
#24 2.315 Get:4 http://deb.debian.org/debian bookworm/main amd64 libgcrypt20-dev amd64 1.10.1-3 [752 kB]
#24 2.325 Get:5 http://deb.debian.org/debian bookworm/main amd64 libidn-dev amd64 1.41-1 [190 kB]
#24 2.326 Get:6 http://deb.debian.org/debian bookworm/main amd64 libidn11-dev amd64 1.41-1 [42.4 kB]
#24 2.327 Get:7 http://deb.debian.org/debian bookworm/main amd64 libintelrdfpmath-dev amd64 2.0u2-8 [6,475 kB]
#24 2.385 Get:8 http://deb.debian.org/debian bookworm/main amd64 libmongocrypt0 amd64 1.7.2-1 [1,313 kB]
#24 2.393 Get:9 http://deb.debian.org/debian bookworm/main amd64 libsnappy1v5 amd64 1.1.9-3 [26.0 kB]
#24 2.394 Get:10 http://deb.debian.org/debian bookworm/main amd64 libmongoc-1.0-0 amd64 1.23.1-1+b1 [304 kB]
#24 2.396 Get:11 http://deb.debian.org/debian bookworm/main amd64 libmongocrypt-dev amd64 1.7.2-1 [263 kB]
#24 2.398 Get:12 http://deb.debian.org/debian bookworm/main amd64 libsnappy-dev amd64 1.1.9-3 [39.2 kB]
#24 2.399 Get:13 http://deb.debian.org/debian bookworm/main amd64 libsasl2-dev amd64 2.1.28+dfsg-10 [235 kB]
#24 2.400 Get:14 http://deb.debian.org/debian bookworm/main amd64 libzstd-dev amd64 1.5.4+dfsg2-5 [354 kB]
#24 2.404 Get:15 http://deb.debian.org/debian bookworm/main amd64 libmongoc-dev amd64 1.23.1-1+b1 [365 kB]
#24 2.407 Get:16 http://deb.debian.org/debian bookworm/main amd64 libnghttp2-dev amd64 1.52.0-1+deb12u2 [110 kB]
#24 2.408 Get:17 http://deb.debian.org/debian bookworm/main amd64 libyaml-dev amd64 0.2.5-1 [64.5 kB]
#24 2.408 Get:18 http://deb.debian.org/debian bookworm/main amd64 ninja-build amd64 1.11.1-2~deb12u1 [135 kB]
#24 2.409 Get:19 http://deb.debian.org/debian bookworm/main amd64 meson all 1.0.1-5 [548 kB]
#24 2.594 debconf: delaying package configuration, since apt-utils is not installed
#24 2.640 Fetched 11.6 MB in 0s (80.0 MB/s)
#24 2.676 Selecting previously unselected package libbson-1.0-0.
#24 2.676 (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.741 Preparing to unpack .../00-libbson-1.0-0_1.23.1-1+b1_amd64.deb ...
#24 2.747 Unpacking libbson-1.0-0 (1.23.1-1+b1) ...
#24 2.800 Selecting previously unselected package libbson-dev.
#24 2.810 Preparing to unpack .../01-libbson-dev_1.23.1-1+b1_amd64.deb ...
#24 2.814 Unpacking libbson-dev (1.23.1-1+b1) ...
#24 2.865 Selecting previously unselected package libgpg-error-dev.
#24 2.875 Preparing to unpack .../02-libgpg-error-dev_1.46-1_amd64.deb ...
#24 2.878 Unpacking libgpg-error-dev (1.46-1) ...
#24 2.932 Selecting previously unselected package libgcrypt20-dev.
#24 2.945 Preparing to unpack .../03-libgcrypt20-dev_1.10.1-3_amd64.deb ...
#24 2.948 Unpacking libgcrypt20-dev (1.10.1-3) ...
#24 3.032 Selecting previously unselected package libidn-dev:amd64.
#24 3.041 Preparing to unpack .../04-libidn-dev_1.41-1_amd64.deb ...
#24 3.044 Unpacking libidn-dev:amd64 (1.41-1) ...
#24 3.104 Selecting previously unselected package libidn11-dev:amd64.
#24 3.114 Preparing to unpack .../05-libidn11-dev_1.41-1_amd64.deb ...
#24 3.117 Unpacking libidn11-dev:amd64 (1.41-1) ...
#24 3.172 Selecting previously unselected package libintelrdfpmath-dev:amd64.
#24 3.181 Preparing to unpack .../06-libintelrdfpmath-dev_2.0u2-8_amd64.deb ...
#24 3.184 Unpacking libintelrdfpmath-dev:amd64 (2.0u2-8) ...
#24 3.587 Selecting previously unselected package libmongocrypt0:amd64.
#24 3.596 Preparing to unpack .../07-libmongocrypt0_1.7.2-1_amd64.deb ...
#24 3.600 Unpacking libmongocrypt0:amd64 (1.7.2-1) ...
#24 3.697 Selecting previously unselected package libsnappy1v5:amd64.
#24 3.709 Preparing to unpack .../08-libsnappy1v5_1.1.9-3_amd64.deb ...
#24 3.714 Unpacking libsnappy1v5:amd64 (1.1.9-3) ...
#24 3.760 Selecting previously unselected package libmongoc-1.0-0.
#24 3.770 Preparing to unpack .../09-libmongoc-1.0-0_1.23.1-1+b1_amd64.deb ...
#24 3.773 Unpacking libmongoc-1.0-0 (1.23.1-1+b1) ...
#24 3.836 Selecting previously unselected package libmongocrypt-dev:amd64.
#24 3.846 Preparing to unpack .../10-libmongocrypt-dev_1.7.2-1_amd64.deb ...
#24 3.850 Unpacking libmongocrypt-dev:amd64 (1.7.2-1) ...
#24 3.910 Selecting previously unselected package libsnappy-dev:amd64.
#24 3.919 Preparing to unpack .../11-libsnappy-dev_1.1.9-3_amd64.deb ...
#24 3.922 Unpacking libsnappy-dev:amd64 (1.1.9-3) ...
#24 3.971 Selecting previously unselected package libsasl2-dev.
#24 3.980 Preparing to unpack .../12-libsasl2-dev_2.1.28+dfsg-10_amd64.deb ...
#24 3.982 Unpacking libsasl2-dev (2.1.28+dfsg-10) ...
#24 4.039 Selecting previously unselected package libzstd-dev:amd64.
#24 4.051 Preparing to unpack .../13-libzstd-dev_1.5.4+dfsg2-5_amd64.deb ...
#24 4.054 Unpacking libzstd-dev:amd64 (1.5.4+dfsg2-5) ...
#24 4.114 Selecting previously unselected package libmongoc-dev.
#24 4.124 Preparing to unpack .../14-libmongoc-dev_1.23.1-1+b1_amd64.deb ...
#24 4.127 Unpacking libmongoc-dev (1.23.1-1+b1) ...
#24 4.190 Selecting previously unselected package libnghttp2-dev:amd64.
#24 4.200 Preparing to unpack .../15-libnghttp2-dev_1.52.0-1+deb12u2_amd64.deb ...
#24 4.204 Unpacking libnghttp2-dev:amd64 (1.52.0-1+deb12u2) ...
#24 4.258 Selecting previously unselected package libyaml-dev:amd64.
#24 4.269 Preparing to unpack .../16-libyaml-dev_0.2.5-1_amd64.deb ...
#24 4.272 Unpacking libyaml-dev:amd64 (0.2.5-1) ...
#24 4.324 Selecting previously unselected package ninja-build.
#24 4.332 Preparing to unpack .../17-ninja-build_1.11.1-2~deb12u1_amd64.deb ...
#24 4.337 Unpacking ninja-build (1.11.1-2~deb12u1) ...
#24 4.392 Selecting previously unselected package meson.
#24 4.405 Preparing to unpack .../18-meson_1.0.1-5_all.deb ...
#24 4.408 Unpacking meson (1.0.1-5) ...
#24 4.534 Setting up libnghttp2-dev:amd64 (1.52.0-1+deb12u2) ...
#24 4.547 Setting up libzstd-dev:amd64 (1.5.4+dfsg2-5) ...
#24 4.557 Setting up libyaml-dev:amd64 (0.2.5-1) ...
#24 4.567 Setting up ninja-build (1.11.1-2~deb12u1) ...
#24 4.581 Setting up libsnappy1v5:amd64 (1.1.9-3) ...
#24 4.590 Setting up libsasl2-dev (2.1.28+dfsg-10) ...
#24 4.600 Setting up libgpg-error-dev (1.46-1) ...
#24 4.610 Setting up libbson-1.0-0 (1.23.1-1+b1) ...
#24 4.620 Setting up libidn-dev:amd64 (1.41-1) ...
#24 4.632 Setting up libintelrdfpmath-dev:amd64 (2.0u2-8) ...
#24 4.642 Setting up libmongocrypt0:amd64 (1.7.2-1) ...
#24 4.653 Setting up libbson-dev (1.23.1-1+b1) ...
#24 4.665 Setting up libidn11-dev:amd64 (1.41-1) ...
#24 4.675 Setting up libsnappy-dev:amd64 (1.1.9-3) ...
#24 4.685 Setting up meson (1.0.1-5) ...
#24 5.220 Setting up libmongocrypt-dev:amd64 (1.7.2-1) ...
#24 5.229 Setting up libmongoc-1.0-0 (1.23.1-1+b1) ...
#24 5.239 Setting up libgcrypt20-dev (1.10.1-3) ...
#24 5.250 Setting up libmongoc-dev (1.23.1-1+b1) ...
#24 5.261 Processing triggers for man-db (2.11.2-2) ...
#24 5.284 Processing triggers for libc-bin (2.36-9+deb12u9) ...
#24 DONE 5.5s

#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.344 Cloning into 'osmo-gsm-tester'...
#26 DONE 0.7s

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

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

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

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

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

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

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

#34 exporting to image
#34 exporting layers
#34 exporting layers 4.4s done
#34 writing image sha256:fb0437df1ca78954c234fba10c62198d41bdf1b8564a5f5d80e0c68bbeef5f5b done
#34 naming to docker.io/osmocom-build/osmo-gsm-tester:latest done
#34 DONE 4.4s
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=7835 -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=2025-01-04 22:49:54
+ trial_dir_prefix=trial-
+ rm -rf trial-*
+ trial_dir=trial-7835
+ mkdir -p trial-7835
+ mv open5gs.build-8.tgz osmo-bsc.build-2025-01-04_13_27_36.tgz osmo-bts-oc2g.build-2025-01-04_00_51_41.tgz osmo-bts-sysmo.build-2025-01-04_00_52_01.tgz osmo-bts.build-2025-01-04_00_52_59.tgz osmo-ggsn.build-2025-01-04_20_43_09.tgz osmo-hlr.build-2025-01-04_16_37_38.tgz osmo-hnbgw.build-2025-01-04_13_35_17.tgz osmo-mgw.build-2025-01-04_08_33_35.tgz osmo-msc.build-2025-01-04_13_39_44.tgz osmo-nitb.build-17155.tgz osmo-pcu-oc2g.build-2025-01-04_07_41_11.tgz osmo-pcu-sysmo.build-2025-01-04_07_40_20.tgz osmo-pcu.build-2025-01-04_07_41_10.tgz osmo-sgsn.build-2025-01-04_20_50_41.tgz osmo-stp.build-2025-01-04_13_26_56.tgz osmo-trx.build-2025-01-04_14_27_31.tgz osmocom-bb.build-2025-01-04_21_18_22.tgz srslte.build-19.tgz trial-7835
+ cat open5gs.build-8.md5 osmo-bsc.build-2025-01-04_13_27_36.md5 osmo-bts-oc2g.build-2025-01-04_00_51_41.md5 osmo-bts-sysmo.build-2025-01-04_00_52_01.md5 osmo-bts.build-2025-01-04_00_52_59.md5 osmo-ggsn.build-2025-01-04_20_43_09.md5 osmo-hlr.build-2025-01-04_16_37_38.md5 osmo-hnbgw.build-2025-01-04_13_35_17.md5 osmo-mgw.build-2025-01-04_08_33_35.md5 osmo-msc.build-2025-01-04_13_39_44.md5 osmo-nitb.build-17155.md5 osmo-pcu-oc2g.build-2025-01-04_07_41_11.md5 osmo-pcu-sysmo.build-2025-01-04_07_40_20.md5 osmo-pcu.build-2025-01-04_07_41_10.md5 osmo-sgsn.build-2025-01-04_20_50_41.md5 osmo-stp.build-2025-01-04_13_26_56.md5 osmo-trx.build-2025-01-04_14_27_31.md5 osmocom-bb.build-2025-01-04_21_18_22.md5 srslte.build-19.md5
+ rm open5gs.build-8.md5 osmo-bsc.build-2025-01-04_13_27_36.md5 osmo-bts-oc2g.build-2025-01-04_00_51_41.md5 osmo-bts-sysmo.build-2025-01-04_00_52_01.md5 osmo-bts.build-2025-01-04_00_52_59.md5 osmo-ggsn.build-2025-01-04_20_43_09.md5 osmo-hlr.build-2025-01-04_16_37_38.md5 osmo-hnbgw.build-2025-01-04_13_35_17.md5 osmo-mgw.build-2025-01-04_08_33_35.md5 osmo-msc.build-2025-01-04_13_39_44.md5 osmo-nitb.build-17155.md5 osmo-pcu-oc2g.build-2025-01-04_07_41_11.md5 osmo-pcu-sysmo.build-2025-01-04_07_40_20.md5 osmo-pcu.build-2025-01-04_07_41_10.md5 osmo-sgsn.build-2025-01-04_20_50_41.md5 osmo-stp.build-2025-01-04_13_26_56.md5 osmo-trx.build-2025-01-04_14_27_31.md5 osmocom-bb.build-2025-01-04_21_18_22.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-7835 -s netreg_mass
combinations: ['netreg_mass']
trial: 'trial-7835'
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-7835
--------------------------------------------------------------------------------------------
22:49:55.244021 tst                       trial-7835: Detailed log at /build/trial-7835/run.2025-01-04_22-49-55/log

---------------------------------------------------------------------
trial-7835 netreg_mass
---------------------------------------------------------------------
22:49:55.536184 tst                      netreg_mass: reserving resources in /var/tmp/osmo-gsm-tester/state ...
22:49:55.536859 tst                      netreg_mass: Verifying 1 x bts (candidates: 1)
22:49:55.538261 tst                      netreg_mass: Verifying 6 x ip_address (candidates: 9)
22:49:55.540629 tst                      netreg_mass: Verifying 100 x modem (candidates: 100)
22:49:55.614505 tst                      netreg_mass: Reserving 1 x bts (candidates: 1)
22:49:55.617221 tst                      netreg_mass: Reserving 6 x ip_address (candidates: 9)
22:49:55.620680 tst                      netreg_mass: Reserving 100 x modem (candidates: 100)
22:49:55.767731 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-7835 netreg_mass register_default_mass.py
----------------------------------------------
22:49:55.768994 tst       register_default_mass.py:9: Claiming resources for the test
22:49:55.800201 tst                      netreg_mass: Using 1 x ip_address (candidates: 6)
22:49:55.801176 tst                      netreg_mass: Using 1 x ip_address (candidates: 6)
22:49:55.802011 tst                      netreg_mass: Using 1 x ip_address (candidates: 6)
22:49:55.802834 tst                      netreg_mass: Using 1 x ip_address (candidates: 6)
22:49:55.803748 tst                      netreg_mass: Using 1 x ip_address (candidates: 6)
22:49:55.804607 tst                      netreg_mass: Using 1 x ip_address (candidates: 6)
22:49:55.805440 tst                      netreg_mass: Using 1 x bts (candidates: 1)
22:49:55.847658 tst         register_default_mass.py: using LAC 2
22:49:55.871127 tst         register_default_mass.py: using RAC 2
22:49:55.890191 tst         register_default_mass.py: using CellId 2
22:49:55.911283 tst         register_default_mass.py: using BVCI 3
22:49:55.922545 tst                      netreg_mass: Using 1 x modem (candidates: 100)
22:49:55.923621 tst                      netreg_mass: Using 1 x modem (candidates: 100)
22:49:55.924636 tst                      netreg_mass: Using 1 x modem (candidates: 100)
22:49:55.925657 tst                      netreg_mass: Using 1 x modem (candidates: 100)
22:49:55.926652 tst                      netreg_mass: Using 1 x modem (candidates: 100)
22:49:55.927656 tst                      netreg_mass: Using 1 x modem (candidates: 100)
22:49:55.928628 tst                      netreg_mass: Using 1 x modem (candidates: 100)
22:49:55.929638 tst                      netreg_mass: Using 1 x modem (candidates: 100)
22:49:55.930666 tst                      netreg_mass: Using 1 x modem (candidates: 100)
22:49:55.931671 tst                      netreg_mass: Using 1 x modem (candidates: 100)
22:49:55.932709 tst                      netreg_mass: Using 1 x modem (candidates: 100)
22:49:55.933719 tst                      netreg_mass: Using 1 x modem (candidates: 100)
22:49:55.934757 tst                      netreg_mass: Using 1 x modem (candidates: 100)
22:49:55.935796 tst                      netreg_mass: Using 1 x modem (candidates: 100)
22:49:55.936761 tst                      netreg_mass: Using 1 x modem (candidates: 100)
22:49:55.937746 tst                      netreg_mass: Using 1 x modem (candidates: 100)
22:49:55.938726 tst                      netreg_mass: Using 1 x modem (candidates: 100)
22:49:55.939737 tst                      netreg_mass: Using 1 x modem (candidates: 100)
22:49:55.940741 tst                      netreg_mass: Using 1 x modem (candidates: 100)
22:49:55.941734 tst                      netreg_mass: Using 1 x modem (candidates: 100)
22:49:55.942695 tst                      netreg_mass: Using 1 x modem (candidates: 100)
22:49:55.943676 tst                      netreg_mass: Using 1 x modem (candidates: 100)
22:49:55.944678 tst                      netreg_mass: Using 1 x modem (candidates: 100)
22:49:55.945650 tst                      netreg_mass: Using 1 x modem (candidates: 100)
22:49:55.946601 tst                      netreg_mass: Using 1 x modem (candidates: 100)
22:49:55.947572 tst                      netreg_mass: Using 1 x modem (candidates: 100)
22:49:55.948535 tst                      netreg_mass: Using 1 x modem (candidates: 100)
22:49:55.949517 tst                      netreg_mass: Using 1 x modem (candidates: 100)
22:49:55.950482 tst                      netreg_mass: Using 1 x modem (candidates: 100)
22:49:55.951477 tst                      netreg_mass: Using 1 x modem (candidates: 100)
22:49:55.952447 tst                      netreg_mass: Using 1 x modem (candidates: 100)
22:49:55.953439 tst                      netreg_mass: Using 1 x modem (candidates: 100)
22:49:55.954457 tst                      netreg_mass: Using 1 x modem (candidates: 100)
22:49:55.955474 tst                      netreg_mass: Using 1 x modem (candidates: 100)
22:49:55.956489 tst                      netreg_mass: Using 1 x modem (candidates: 100)
22:49:55.957504 tst                      netreg_mass: Using 1 x modem (candidates: 100)
22:49:55.958509 tst                      netreg_mass: Using 1 x modem (candidates: 100)
22:49:55.959533 tst                      netreg_mass: Using 1 x modem (candidates: 100)
22:49:55.960565 tst                      netreg_mass: Using 1 x modem (candidates: 100)
22:49:55.961565 tst                      netreg_mass: Using 1 x modem (candidates: 100)
22:49:55.962528 tst                      netreg_mass: Using 1 x modem (candidates: 100)
22:49:55.963481 tst                      netreg_mass: Using 1 x modem (candidates: 100)
22:49:55.964450 tst                      netreg_mass: Using 1 x modem (candidates: 100)
22:49:55.965403 tst                      netreg_mass: Using 1 x modem (candidates: 100)
22:49:55.966350 tst                      netreg_mass: Using 1 x modem (candidates: 100)
22:49:55.967290 tst                      netreg_mass: Using 1 x modem (candidates: 100)
22:49:55.968265 tst                      netreg_mass: Using 1 x modem (candidates: 100)
22:49:55.969221 tst                      netreg_mass: Using 1 x modem (candidates: 100)
22:49:55.970170 tst                      netreg_mass: Using 1 x modem (candidates: 100)
22:49:55.971113 tst                      netreg_mass: Using 1 x modem (candidates: 100)
22:49:55.972080 tst                      netreg_mass: Using 1 x modem (candidates: 100)
22:49:55.973026 tst                      netreg_mass: Using 1 x modem (candidates: 100)
22:49:55.973973 tst                      netreg_mass: Using 1 x modem (candidates: 100)
22:49:55.974923 tst                      netreg_mass: Using 1 x modem (candidates: 100)
22:49:55.975884 tst                      netreg_mass: Using 1 x modem (candidates: 100)
22:49:55.976836 tst                      netreg_mass: Using 1 x modem (candidates: 100)
22:49:55.977778 tst                      netreg_mass: Using 1 x modem (candidates: 100)
22:49:55.978725 tst                      netreg_mass: Using 1 x modem (candidates: 100)
22:49:55.979681 tst                      netreg_mass: Using 1 x modem (candidates: 100)
22:49:55.980621 tst                      netreg_mass: Using 1 x modem (candidates: 100)
22:49:55.981554 tst                      netreg_mass: Using 1 x modem (candidates: 100)
22:49:55.982493 tst                      netreg_mass: Using 1 x modem (candidates: 100)
22:49:55.983440 tst                      netreg_mass: Using 1 x modem (candidates: 100)
22:49:55.984405 tst                      netreg_mass: Using 1 x modem (candidates: 100)
22:49:55.985339 tst                      netreg_mass: Using 1 x modem (candidates: 100)
22:49:55.986277 tst                      netreg_mass: Using 1 x modem (candidates: 100)
22:49:55.987218 tst                      netreg_mass: Using 1 x modem (candidates: 100)
22:49:55.988188 tst                      netreg_mass: Using 1 x modem (candidates: 100)
22:49:55.989132 tst                      netreg_mass: Using 1 x modem (candidates: 100)
22:49:55.990069 tst                      netreg_mass: Using 1 x modem (candidates: 100)
22:49:55.991029 tst                      netreg_mass: Using 1 x modem (candidates: 100)
22:49:55.992001 tst                      netreg_mass: Using 1 x modem (candidates: 100)
22:49:55.992947 tst                      netreg_mass: Using 1 x modem (candidates: 100)
22:49:55.994027 tst                      netreg_mass: Using 1 x modem (candidates: 100)
22:49:55.994970 tst                      netreg_mass: Using 1 x modem (candidates: 100)
22:49:55.995931 tst                      netreg_mass: Using 1 x modem (candidates: 100)
22:49:55.996863 tst                      netreg_mass: Using 1 x modem (candidates: 100)
22:49:55.997804 tst                      netreg_mass: Using 1 x modem (candidates: 100)
22:49:55.998754 tst                      netreg_mass: Using 1 x modem (candidates: 100)
22:49:55.999713 tst                      netreg_mass: Using 1 x modem (candidates: 100)
22:49:56.000676 tst                      netreg_mass: Using 1 x modem (candidates: 100)
22:49:56.001621 tst                      netreg_mass: Using 1 x modem (candidates: 100)
22:49:56.002556 tst                      netreg_mass: Using 1 x modem (candidates: 100)
22:49:56.003490 tst                      netreg_mass: Using 1 x modem (candidates: 100)
22:49:56.004423 tst                      netreg_mass: Using 1 x modem (candidates: 100)
22:49:56.005366 tst                      netreg_mass: Using 1 x modem (candidates: 100)
22:49:56.006306 tst                      netreg_mass: Using 1 x modem (candidates: 100)
22:49:56.007262 tst                      netreg_mass: Using 1 x modem (candidates: 100)
22:49:56.008226 tst                      netreg_mass: Using 1 x modem (candidates: 100)
22:49:56.009165 tst                      netreg_mass: Using 1 x modem (candidates: 100)
22:49:56.010094 tst                      netreg_mass: Using 1 x modem (candidates: 100)
22:49:56.011013 tst                      netreg_mass: Using 1 x modem (candidates: 100)
22:49:56.011967 tst                      netreg_mass: Using 1 x modem (candidates: 100)
22:49:56.012916 tst                      netreg_mass: Using 1 x modem (candidates: 100)
22:49:56.013850 tst                      netreg_mass: Using 1 x modem (candidates: 100)
22:49:56.014781 tst                      netreg_mass: Using 1 x modem (candidates: 100)
22:49:56.015748 tst                      netreg_mass: Using 1 x modem (candidates: 100)
22:49:56.016695 tst                      netreg_mass: Using 1 x modem (candidates: 100)
22:49:56.017638 tst                      netreg_mass: Using 1 x modem (candidates: 100)
22:49:56.018578 tst                      netreg_mass: Using 1 x modem (candidates: 100)
22:49:56.019516 tst                      netreg_mass: Using 1 x modem (candidates: 100)
22:49:56.020578 tst      register_default_mass.py:21: Launching a simple network
22:49:56.040670 run              osmo-hlr_127.0.42.2: Starting osmo-hlr
22:49:56.248659 run            create_hlr_db(pid=20): Launched
22:49:57.271869 run            create_hlr_db(pid=20): Terminated: ok {rc=0}
22:49:57.305121 run pcap-recorder_any(filters='host 127.0.42.2')(pid=22): Launched
22:49:57.335807 run      osmo-hlr_127.0.42.2(pid=23): Launched
22:49:57.347389 run              osmo-stp_127.0.42.5: Starting osmo-stp
22:49:57.659939 run pcap-recorder_any(filters='host 127.0.42.5 and port not 22')(pid=24): Launched
22:49:57.690745 run      osmo-stp_127.0.42.5(pid=25): Launched
22:49:57.702562 run              osmo-msc_127.0.42.6: Starting osmo-msc
22:49:58.423750 run pcap-recorder_any(filters='host 127.0.42.6 and port not 22')(pid=26): Launched
22:49:58.455345 run      osmo-msc_127.0.42.6(pid=27): Launched
22:50:01.478018 run              osmo-mgw_127.0.42.3: Starting osmo-mgw
22:50:01.685820 run pcap-recorder_any(filters='host 127.0.42.3 and port not 22')(pid=28): Launched
22:50:01.717217 run      osmo-mgw_127.0.42.3(pid=29): Launched
22:50:01.728847 run              osmo-mgw_127.0.42.4: Starting osmo-mgw
22:50:01.777748 run pcap-recorder_any(filters='host 127.0.42.4 and port not 22')(pid=30): Launched
22:50:01.808888 run      osmo-mgw_127.0.42.4(pid=31): Launched
22:50:01.820956 run              osmo-bsc_127.0.42.7: Starting osmo-bsc
22:50:02.367117 run pcap-recorder_any(filters='host 127.0.42.7 and port not 22')(pid=32): Launched
22:50:02.399238 run      osmo-bsc_127.0.42.7(pid=33): Launched
22:50:08.435256 run                 osmo-bts-virtual: Starting to connect to osmo-bsc_127.0.42.7
22:50:08.729560 run         osmo-bts-virtual(pid=34): Launched
22:50:09.794391 tst         register_default_mass.py: using MSISDN 1001
22:50:09.810972 run              osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001010000000000', msisdn='1001', subscriber_id=1}
22:50:09.851545 tst         register_default_mass.py: using MSISDN 1002
22:50:09.864650 run              osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001010000000001', msisdn='1002', subscriber_id=2}
22:50:09.898793 tst         register_default_mass.py: using MSISDN 1003
22:50:09.912959 run              osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001010000000002', msisdn='1003', subscriber_id=3}
22:50:09.951122 tst         register_default_mass.py: using MSISDN 1004
22:50:09.963822 run              osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001010000000003', msisdn='1004', subscriber_id=4}
22:50:10.002501 tst         register_default_mass.py: using MSISDN 1005
22:50:10.016757 run              osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001010000000004', msisdn='1005', subscriber_id=5}
22:50:10.059469 tst         register_default_mass.py: using MSISDN 1006
22:50:10.074478 run              osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001010000000005', msisdn='1006', subscriber_id=6}
22:50:10.108601 tst         register_default_mass.py: using MSISDN 1007
22:50:10.153270 run              osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001010000000006', msisdn='1007', subscriber_id=7}
22:50:10.180289 tst         register_default_mass.py: using MSISDN 1008
22:50:10.193459 run              osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001010000000007', msisdn='1008', subscriber_id=8}
22:50:10.209695 tst         register_default_mass.py: using MSISDN 1009
22:50:10.220981 run              osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001010000000008', msisdn='1009', subscriber_id=9}
22:50:10.236969 tst         register_default_mass.py: using MSISDN 1010
22:50:10.248203 run              osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001010000000009', msisdn='1010', subscriber_id=10}
22:50:10.264029 tst         register_default_mass.py: using MSISDN 1011
22:50:10.275489 run              osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001020000000000', msisdn='1011', subscriber_id=11}
22:50:10.296949 tst         register_default_mass.py: using MSISDN 1012
22:50:10.313783 run              osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001020000000001', msisdn='1012', subscriber_id=12}
22:50:10.335679 tst         register_default_mass.py: using MSISDN 1013
22:50:10.350998 run              osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001020000000002', msisdn='1013', subscriber_id=13}
22:50:10.369394 tst         register_default_mass.py: using MSISDN 1014
22:50:10.385803 run              osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001020000000003', msisdn='1014', subscriber_id=14}
22:50:10.401765 tst         register_default_mass.py: using MSISDN 1015
22:50:10.413044 run              osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001020000000004', msisdn='1015', subscriber_id=15}
22:50:10.430552 tst         register_default_mass.py: using MSISDN 1016
22:50:10.444477 run              osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001020000000005', msisdn='1016', subscriber_id=16}
22:50:10.463002 tst         register_default_mass.py: using MSISDN 1017
22:50:10.474468 run              osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001020000000006', msisdn='1017', subscriber_id=17}
22:50:10.491981 tst         register_default_mass.py: using MSISDN 1018
22:50:10.503235 run              osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001020000000007', msisdn='1018', subscriber_id=18}
22:50:10.520343 tst         register_default_mass.py: using MSISDN 1019
22:50:10.531564 run              osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001020000000008', msisdn='1019', subscriber_id=19}
22:50:10.547405 tst         register_default_mass.py: using MSISDN 1020
22:50:10.565023 run              osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001020000000009', msisdn='1020', subscriber_id=20}
22:50:10.583781 tst         register_default_mass.py: using MSISDN 1021
22:50:10.600301 run              osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001030000000000', msisdn='1021', subscriber_id=21}
22:50:10.619643 tst         register_default_mass.py: using MSISDN 1022
22:50:10.631751 run              osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001030000000001', msisdn='1022', subscriber_id=22}
22:50:10.649495 tst         register_default_mass.py: using MSISDN 1023
22:50:10.661023 run              osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001030000000002', msisdn='1023', subscriber_id=23}
22:50:10.679331 tst         register_default_mass.py: using MSISDN 1024
22:50:10.694894 run              osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001030000000003', msisdn='1024', subscriber_id=24}
22:50:10.713367 tst         register_default_mass.py: using MSISDN 1025
22:50:10.728497 run              osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001030000000004', msisdn='1025', subscriber_id=25}
22:50:10.754204 tst         register_default_mass.py: using MSISDN 1026
22:50:10.768993 run              osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001030000000005', msisdn='1026', subscriber_id=26}
22:50:10.808581 tst         register_default_mass.py: using MSISDN 1027
22:50:10.827255 run              osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001030000000006', msisdn='1027', subscriber_id=27}
22:50:10.871179 tst         register_default_mass.py: using MSISDN 1028
22:50:10.886503 run              osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001030000000007', msisdn='1028', subscriber_id=28}
22:50:10.921507 tst         register_default_mass.py: using MSISDN 1029
22:50:10.939320 run              osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001030000000008', msisdn='1029', subscriber_id=29}
22:50:10.982776 tst         register_default_mass.py: using MSISDN 1030
22:50:10.999276 run              osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001030000000009', msisdn='1030', subscriber_id=30}
22:50:11.042487 tst         register_default_mass.py: using MSISDN 1031
22:50:11.058019 run              osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001040000000000', msisdn='1031', subscriber_id=31}
22:50:11.108860 tst         register_default_mass.py: using MSISDN 1032
22:50:11.125056 run              osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001040000000001', msisdn='1032', subscriber_id=32}
22:50:11.168618 tst         register_default_mass.py: using MSISDN 1033
22:50:11.184761 run              osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001040000000002', msisdn='1033', subscriber_id=33}
22:50:11.228818 tst         register_default_mass.py: using MSISDN 1034
22:50:11.244508 run              osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001040000000003', msisdn='1034', subscriber_id=34}
22:50:11.284979 tst         register_default_mass.py: using MSISDN 1035
22:50:11.302686 run              osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001040000000004', msisdn='1035', subscriber_id=35}
22:50:11.335685 tst         register_default_mass.py: using MSISDN 1036
22:50:11.352241 run              osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001040000000005', msisdn='1036', subscriber_id=36}
22:50:11.394794 tst         register_default_mass.py: using MSISDN 1037
22:50:11.410106 run              osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001040000000006', msisdn='1037', subscriber_id=37}
22:50:11.450956 tst         register_default_mass.py: using MSISDN 1038
22:50:11.466771 run              osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001040000000007', msisdn='1038', subscriber_id=38}
22:50:11.516144 tst         register_default_mass.py: using MSISDN 1039
22:50:11.532019 run              osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001040000000008', msisdn='1039', subscriber_id=39}
22:50:11.581597 tst         register_default_mass.py: using MSISDN 1040
22:50:11.608411 run              osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001040000000009', msisdn='1040', subscriber_id=40}
22:50:11.649816 tst         register_default_mass.py: using MSISDN 1041
22:50:11.665437 run              osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001050000000000', msisdn='1041', subscriber_id=41}
22:50:11.713723 tst         register_default_mass.py: using MSISDN 1042
22:50:11.730711 run              osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001050000000001', msisdn='1042', subscriber_id=42}
22:50:11.773032 tst         register_default_mass.py: using MSISDN 1043
22:50:11.789392 run              osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001050000000002', msisdn='1043', subscriber_id=43}
22:50:11.820980 tst         register_default_mass.py: using MSISDN 1044
22:50:11.837158 run              osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001050000000003', msisdn='1044', subscriber_id=44}
22:50:11.858469 tst         register_default_mass.py: using MSISDN 1045
22:50:11.872801 run              osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001050000000004', msisdn='1045', subscriber_id=45}
22:50:11.900320 tst         register_default_mass.py: using MSISDN 1046
22:50:11.915669 run              osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001050000000005', msisdn='1046', subscriber_id=46}
22:50:11.956745 tst         register_default_mass.py: using MSISDN 1047
22:50:11.972740 run              osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001050000000006', msisdn='1047', subscriber_id=47}
22:50:12.001385 tst         register_default_mass.py: using MSISDN 1048
22:50:12.015383 run              osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001050000000007', msisdn='1048', subscriber_id=48}
22:50:12.048793 tst         register_default_mass.py: using MSISDN 1049
22:50:12.063980 run              osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001050000000008', msisdn='1049', subscriber_id=49}
22:50:12.096671 tst         register_default_mass.py: using MSISDN 1050
22:50:12.114458 run              osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001050000000009', msisdn='1050', subscriber_id=50}
22:50:12.150985 tst         register_default_mass.py: using MSISDN 1051
22:50:12.168337 run              osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001060000000000', msisdn='1051', subscriber_id=51}
22:50:12.206003 tst         register_default_mass.py: using MSISDN 1052
22:50:12.222160 run              osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001060000000001', msisdn='1052', subscriber_id=52}
22:50:12.257725 tst         register_default_mass.py: using MSISDN 1053
22:50:12.272796 run              osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001060000000002', msisdn='1053', subscriber_id=53}
22:50:12.314746 tst         register_default_mass.py: using MSISDN 1054
22:50:12.330835 run              osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001060000000003', msisdn='1054', subscriber_id=54}
22:50:12.372091 tst         register_default_mass.py: using MSISDN 1055
22:50:12.386105 run              osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001060000000004', msisdn='1055', subscriber_id=55}
22:50:12.414816 tst         register_default_mass.py: using MSISDN 1056
22:50:12.430986 run              osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001060000000005', msisdn='1056', subscriber_id=56}
22:50:12.459631 tst         register_default_mass.py: using MSISDN 1057
22:50:12.474233 run              osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001060000000006', msisdn='1057', subscriber_id=57}
22:50:12.507824 tst         register_default_mass.py: using MSISDN 1058
22:50:12.523906 run              osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001060000000007', msisdn='1058', subscriber_id=58}
22:50:12.551855 tst         register_default_mass.py: using MSISDN 1059
22:50:12.565069 run              osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001060000000008', msisdn='1059', subscriber_id=59}
22:50:12.598624 tst         register_default_mass.py: using MSISDN 1060
22:50:12.614484 run              osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001060000000009', msisdn='1060', subscriber_id=60}
22:50:12.644432 tst         register_default_mass.py: using MSISDN 1061
22:50:12.659107 run              osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001070000000000', msisdn='1061', subscriber_id=61}
22:50:12.690573 tst         register_default_mass.py: using MSISDN 1062
22:50:12.706056 run              osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001070000000001', msisdn='1062', subscriber_id=62}
22:50:12.731323 tst         register_default_mass.py: using MSISDN 1063
22:50:12.746457 run              osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001070000000002', msisdn='1063', subscriber_id=63}
22:50:12.777257 tst         register_default_mass.py: using MSISDN 1064
22:50:12.791569 run              osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001070000000003', msisdn='1064', subscriber_id=64}
22:50:12.814536 tst         register_default_mass.py: using MSISDN 1065
22:50:12.830179 run              osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001070000000004', msisdn='1065', subscriber_id=65}
22:50:12.864575 tst         register_default_mass.py: using MSISDN 1066
22:50:12.881204 run              osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001070000000005', msisdn='1066', subscriber_id=66}
22:50:12.907002 tst         register_default_mass.py: using MSISDN 1067
22:50:12.924324 run              osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001070000000006', msisdn='1067', subscriber_id=67}
22:50:12.957739 tst         register_default_mass.py: using MSISDN 1068
22:50:12.972013 run              osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001070000000007', msisdn='1068', subscriber_id=68}
22:50:12.999754 tst         register_default_mass.py: using MSISDN 1069
22:50:13.014969 run              osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001070000000008', msisdn='1069', subscriber_id=69}
22:50:13.038974 tst         register_default_mass.py: using MSISDN 1070
22:50:13.053981 run              osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001070000000009', msisdn='1070', subscriber_id=70}
22:50:13.084052 tst         register_default_mass.py: using MSISDN 1071
22:50:13.099200 run              osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001080000000000', msisdn='1071', subscriber_id=71}
22:50:13.135465 tst         register_default_mass.py: using MSISDN 1072
22:50:13.147186 run              osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001080000000001', msisdn='1072', subscriber_id=72}
22:50:13.185270 tst         register_default_mass.py: using MSISDN 1073
22:50:13.201586 run              osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001080000000002', msisdn='1073', subscriber_id=73}
22:50:13.223911 tst         register_default_mass.py: using MSISDN 1074
22:50:13.236337 run              osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001080000000003', msisdn='1074', subscriber_id=74}
22:50:13.266596 tst         register_default_mass.py: using MSISDN 1075
22:50:13.283835 run              osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001080000000004', msisdn='1075', subscriber_id=75}
22:50:13.310263 tst         register_default_mass.py: using MSISDN 1076
22:50:13.326895 run              osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001080000000005', msisdn='1076', subscriber_id=76}
22:50:13.379773 tst         register_default_mass.py: using MSISDN 1077
22:50:13.394657 run              osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001080000000006', msisdn='1077', subscriber_id=77}
22:50:13.422720 tst         register_default_mass.py: using MSISDN 1078
22:50:13.438082 run              osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001080000000007', msisdn='1078', subscriber_id=78}
22:50:13.469789 tst         register_default_mass.py: using MSISDN 1079
22:50:13.485747 run              osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001080000000008', msisdn='1079', subscriber_id=79}
22:50:13.517530 tst         register_default_mass.py: using MSISDN 1080
22:50:13.533758 run              osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001080000000009', msisdn='1080', subscriber_id=80}
22:50:13.557404 tst         register_default_mass.py: using MSISDN 1081
22:50:13.571789 run              osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001090000000000', msisdn='1081', subscriber_id=81}
22:50:13.597377 tst         register_default_mass.py: using MSISDN 1082
22:50:13.613732 run              osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001090000000001', msisdn='1082', subscriber_id=82}
22:50:13.639201 tst         register_default_mass.py: using MSISDN 1083
22:50:13.654103 run              osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001090000000002', msisdn='1083', subscriber_id=83}
22:50:13.696267 tst         register_default_mass.py: using MSISDN 1084
22:50:13.712924 run              osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001090000000003', msisdn='1084', subscriber_id=84}
22:50:13.743415 tst         register_default_mass.py: using MSISDN 1085
22:50:13.760231 run              osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001090000000004', msisdn='1085', subscriber_id=85}
22:50:13.797691 tst         register_default_mass.py: using MSISDN 1086
22:50:13.811078 run              osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001090000000005', msisdn='1086', subscriber_id=86}
22:50:13.837761 tst         register_default_mass.py: using MSISDN 1087
22:50:13.855570 run              osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001090000000006', msisdn='1087', subscriber_id=87}
22:50:13.894922 tst         register_default_mass.py: using MSISDN 1088
22:50:13.910701 run              osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001090000000007', msisdn='1088', subscriber_id=88}
22:50:13.936834 tst         register_default_mass.py: using MSISDN 1089
22:50:13.948790 run              osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001090000000008', msisdn='1089', subscriber_id=89}
22:50:13.979550 tst         register_default_mass.py: using MSISDN 1090
22:50:13.996436 run              osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001090000000009', msisdn='1090', subscriber_id=90}
22:50:14.020632 tst         register_default_mass.py: using MSISDN 1091
22:50:14.036851 run              osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001100000000000', msisdn='1091', subscriber_id=91}
22:50:14.075474 tst         register_default_mass.py: using MSISDN 1092
22:50:14.088563 run              osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001100000000001', msisdn='1092', subscriber_id=92}
22:50:14.103967 tst         register_default_mass.py: using MSISDN 1093
22:50:14.114721 run              osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001100000000002', msisdn='1093', subscriber_id=93}
22:50:14.137651 tst         register_default_mass.py: using MSISDN 1094
22:50:14.150773 run              osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001100000000003', msisdn='1094', subscriber_id=94}
22:50:14.179613 tst         register_default_mass.py: using MSISDN 1095
22:50:14.192377 run              osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001100000000004', msisdn='1095', subscriber_id=95}
22:50:14.223639 tst         register_default_mass.py: using MSISDN 1096
22:50:14.240206 run              osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001100000000005', msisdn='1096', subscriber_id=96}
22:50:14.274523 tst         register_default_mass.py: using MSISDN 1097
22:50:14.289750 run              osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001100000000006', msisdn='1097', subscriber_id=97}
22:50:14.314710 tst         register_default_mass.py: using MSISDN 1098
22:50:14.329901 run              osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001100000000007', msisdn='1098', subscriber_id=98}
22:50:14.361322 tst         register_default_mass.py: using MSISDN 1099
22:50:14.377364 run              osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001100000000008', msisdn='1099', subscriber_id=99}
22:50:14.403266 tst         register_default_mass.py: using MSISDN 1100
22:50:14.420204 run              osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001100000000009', msisdn='1100', subscriber_id=100}
22:50:14.566286 run                             mass: Starting testcase
22:50:14.577505 run                             mass: Pre-launching all virtphy's
22:50:14.588722 run           osmo-ms-virt-phy/00000: Starting virtphy
22:50:14.615086 run   osmo-ms-virt-phy/00000(pid=35): Launched
22:50:14.627172 run           osmo-ms-virt-phy/00001: Starting virtphy
22:50:14.653496 run   osmo-ms-virt-phy/00001(pid=36): Launched
22:50:14.665563 run           osmo-ms-virt-phy/00002: Starting virtphy
22:50:14.691697 run   osmo-ms-virt-phy/00002(pid=37): Launched
22:50:14.703729 run           osmo-ms-virt-phy/00003: Starting virtphy
22:50:14.730300 run   osmo-ms-virt-phy/00003(pid=38): Launched
22:50:14.742573 run           osmo-ms-virt-phy/00004: Starting virtphy
22:50:14.769011 run   osmo-ms-virt-phy/00004(pid=39): Launched
22:50:14.781132 run           osmo-ms-virt-phy/00005: Starting virtphy
22:50:14.807519 run   osmo-ms-virt-phy/00005(pid=40): Launched
22:50:14.819579 run           osmo-ms-virt-phy/00006: Starting virtphy
22:50:14.846012 run   osmo-ms-virt-phy/00006(pid=41): Launched
22:50:14.858053 run           osmo-ms-virt-phy/00007: Starting virtphy
22:50:14.884247 run   osmo-ms-virt-phy/00007(pid=42): Launched
22:50:14.896333 run           osmo-ms-virt-phy/00008: Starting virtphy
22:50:14.922595 run   osmo-ms-virt-phy/00008(pid=43): Launched
22:50:14.934733 run           osmo-ms-virt-phy/00009: Starting virtphy
22:50:14.961850 run   osmo-ms-virt-phy/00009(pid=44): Launched
22:50:14.974726 run           osmo-ms-virt-phy/00010: Starting virtphy
22:50:15.001090 run   osmo-ms-virt-phy/00010(pid=45): Launched
22:50:15.014977 run           osmo-ms-virt-phy/00011: Starting virtphy
22:50:15.041682 run   osmo-ms-virt-phy/00011(pid=46): Launched
22:50:15.054713 run           osmo-ms-virt-phy/00012: Starting virtphy
22:50:15.081293 run   osmo-ms-virt-phy/00012(pid=47): Launched
22:50:15.093391 run           osmo-ms-virt-phy/00013: Starting virtphy
22:50:15.119804 run   osmo-ms-virt-phy/00013(pid=48): Launched
22:50:15.133373 run           osmo-ms-virt-phy/00014: Starting virtphy
22:50:15.159717 run   osmo-ms-virt-phy/00014(pid=49): Launched
22:50:15.171817 run           osmo-ms-virt-phy/00015: Starting virtphy
22:50:15.198275 run   osmo-ms-virt-phy/00015(pid=50): Launched
22:50:15.210473 run           osmo-ms-virt-phy/00016: Starting virtphy
22:50:15.236813 run   osmo-ms-virt-phy/00016(pid=51): Launched
22:50:15.249217 run           osmo-ms-virt-phy/00017: Starting virtphy
22:50:15.275608 run   osmo-ms-virt-phy/00017(pid=52): Launched
22:50:15.287883 run           osmo-ms-virt-phy/00018: Starting virtphy
22:50:15.314682 run   osmo-ms-virt-phy/00018(pid=53): Launched
22:50:15.326919 run           osmo-ms-virt-phy/00019: Starting virtphy
22:50:15.357858 run   osmo-ms-virt-phy/00019(pid=54): Launched
22:50:15.370674 run           osmo-ms-virt-phy/00020: Starting virtphy
22:50:15.397602 run   osmo-ms-virt-phy/00020(pid=55): Launched
22:50:15.409813 run           osmo-ms-virt-phy/00021: Starting virtphy
22:50:15.436227 run   osmo-ms-virt-phy/00021(pid=56): Launched
22:50:15.449778 run           osmo-ms-virt-phy/00022: Starting virtphy
22:50:15.476866 run   osmo-ms-virt-phy/00022(pid=57): Launched
22:50:15.491401 run           osmo-ms-virt-phy/00023: Starting virtphy
22:50:15.524895 run   osmo-ms-virt-phy/00023(pid=58): Launched
22:50:15.542830 run           osmo-ms-virt-phy/00024: Starting virtphy
22:50:15.582940 run   osmo-ms-virt-phy/00024(pid=59): Launched
22:50:15.600072 run           osmo-ms-virt-phy/00025: Starting virtphy
22:50:15.629248 run   osmo-ms-virt-phy/00025(pid=60): Launched
22:50:15.642568 run           osmo-ms-virt-phy/00026: Starting virtphy
22:50:15.672065 run   osmo-ms-virt-phy/00026(pid=61): Launched
22:50:15.684810 run           osmo-ms-virt-phy/00027: Starting virtphy
22:50:15.711942 run   osmo-ms-virt-phy/00027(pid=62): Launched
22:50:15.724529 run           osmo-ms-virt-phy/00028: Starting virtphy
22:50:15.752125 run   osmo-ms-virt-phy/00028(pid=63): Launched
22:50:15.764471 run           osmo-ms-virt-phy/00029: Starting virtphy
22:50:15.797386 run   osmo-ms-virt-phy/00029(pid=64): Launched
22:50:15.810586 run           osmo-ms-virt-phy/00030: Starting virtphy
22:50:15.841977 run   osmo-ms-virt-phy/00030(pid=65): Launched
22:50:15.857861 run           osmo-ms-virt-phy/00031: Starting virtphy
22:50:15.889968 run   osmo-ms-virt-phy/00031(pid=66): Launched
22:50:15.904424 run           osmo-ms-virt-phy/00032: Starting virtphy
22:50:15.932174 run   osmo-ms-virt-phy/00032(pid=67): Launched
22:50:15.945220 run           osmo-ms-virt-phy/00033: Starting virtphy
22:50:15.973378 run   osmo-ms-virt-phy/00033(pid=68): Launched
22:50:15.986302 run           osmo-ms-virt-phy/00034: Starting virtphy
22:50:16.014738 run   osmo-ms-virt-phy/00034(pid=69): Launched
22:50:16.027495 run           osmo-ms-virt-phy/00035: Starting virtphy
22:50:16.054643 run   osmo-ms-virt-phy/00035(pid=70): Launched
22:50:16.067359 run           osmo-ms-virt-phy/00036: Starting virtphy
22:50:16.096193 run   osmo-ms-virt-phy/00036(pid=71): Launched
22:50:16.110273 run           osmo-ms-virt-phy/00037: Starting virtphy
22:50:16.149189 run   osmo-ms-virt-phy/00037(pid=72): Launched
22:50:16.163255 run           osmo-ms-virt-phy/00038: Starting virtphy
22:50:16.190340 run   osmo-ms-virt-phy/00038(pid=73): Launched
22:50:16.202710 run           osmo-ms-virt-phy/00039: Starting virtphy
22:50:16.229454 run   osmo-ms-virt-phy/00039(pid=74): Launched
22:50:16.241645 run           osmo-ms-virt-phy/00040: Starting virtphy
22:50:16.268226 run   osmo-ms-virt-phy/00040(pid=75): Launched
22:50:16.280865 run           osmo-ms-virt-phy/00041: Starting virtphy
22:50:16.311796 run   osmo-ms-virt-phy/00041(pid=76): Launched
22:50:16.324971 run           osmo-ms-virt-phy/00042: Starting virtphy
22:50:16.352434 run   osmo-ms-virt-phy/00042(pid=77): Launched
22:50:16.365046 run           osmo-ms-virt-phy/00043: Starting virtphy
22:50:16.393860 run   osmo-ms-virt-phy/00043(pid=78): Launched
22:50:16.406428 run           osmo-ms-virt-phy/00044: Starting virtphy
22:50:16.433305 run   osmo-ms-virt-phy/00044(pid=79): Launched
22:50:16.445644 run           osmo-ms-virt-phy/00045: Starting virtphy
22:50:16.472567 run   osmo-ms-virt-phy/00045(pid=80): Launched
22:50:16.485059 run           osmo-ms-virt-phy/00046: Starting virtphy
22:50:16.511582 run   osmo-ms-virt-phy/00046(pid=81): Launched
22:50:16.524006 run           osmo-ms-virt-phy/00047: Starting virtphy
22:50:16.552120 run   osmo-ms-virt-phy/00047(pid=82): Launched
22:50:16.564798 run           osmo-ms-virt-phy/00048: Starting virtphy
22:50:16.592526 run   osmo-ms-virt-phy/00048(pid=83): Launched
22:50:16.605320 run           osmo-ms-virt-phy/00049: Starting virtphy
22:50:16.633930 run   osmo-ms-virt-phy/00049(pid=84): Launched
22:50:16.646313 run           osmo-ms-virt-phy/00050: Starting virtphy
22:50:16.673111 run   osmo-ms-virt-phy/00050(pid=85): Launched
22:50:16.685445 run           osmo-ms-virt-phy/00051: Starting virtphy
22:50:16.712550 run   osmo-ms-virt-phy/00051(pid=86): Launched
22:50:16.724794 run           osmo-ms-virt-phy/00052: Starting virtphy
22:50:16.751380 run   osmo-ms-virt-phy/00052(pid=87): Launched
22:50:16.763909 run           osmo-ms-virt-phy/00053: Starting virtphy
22:50:16.790587 run   osmo-ms-virt-phy/00053(pid=88): Launched
22:50:16.802810 run           osmo-ms-virt-phy/00054: Starting virtphy
22:50:16.829909 run   osmo-ms-virt-phy/00054(pid=89): Launched
22:50:16.842281 run           osmo-ms-virt-phy/00055: Starting virtphy
22:50:16.868692 run   osmo-ms-virt-phy/00055(pid=90): Launched
22:50:16.880793 run           osmo-ms-virt-phy/00056: Starting virtphy
22:50:16.907855 run   osmo-ms-virt-phy/00056(pid=91): Launched
22:50:16.920221 run           osmo-ms-virt-phy/00057: Starting virtphy
22:50:16.946595 run   osmo-ms-virt-phy/00057(pid=92): Launched
22:50:16.958833 run           osmo-ms-virt-phy/00058: Starting virtphy
22:50:16.985256 run   osmo-ms-virt-phy/00058(pid=93): Launched
22:50:17.000972 run           osmo-ms-virt-phy/00059: Starting virtphy
22:50:17.028745 run   osmo-ms-virt-phy/00059(pid=94): Launched
22:50:17.041619 run           osmo-ms-virt-phy/00060: Starting virtphy
22:50:17.069303 run   osmo-ms-virt-phy/00060(pid=95): Launched
22:50:17.082290 run           osmo-ms-virt-phy/00061: Starting virtphy
22:50:17.110091 run   osmo-ms-virt-phy/00061(pid=96): Launched
22:50:17.123082 run           osmo-ms-virt-phy/00062: Starting virtphy
22:50:17.151225 run   osmo-ms-virt-phy/00062(pid=97): Launched
22:50:17.163957 run           osmo-ms-virt-phy/00063: Starting virtphy
22:50:17.191756 run   osmo-ms-virt-phy/00063(pid=98): Launched
22:50:17.204549 run           osmo-ms-virt-phy/00064: Starting virtphy
22:50:17.232189 run   osmo-ms-virt-phy/00064(pid=99): Launched
22:50:17.244949 run           osmo-ms-virt-phy/00065: Starting virtphy
22:50:17.272332 run  osmo-ms-virt-phy/00065(pid=100): Launched
22:50:17.285101 run           osmo-ms-virt-phy/00066: Starting virtphy
22:50:17.312552 run  osmo-ms-virt-phy/00066(pid=101): Launched
22:50:17.325168 run           osmo-ms-virt-phy/00067: Starting virtphy
22:50:17.352734 run  osmo-ms-virt-phy/00067(pid=102): Launched
22:50:17.365372 run           osmo-ms-virt-phy/00068: Starting virtphy
22:50:17.392532 run  osmo-ms-virt-phy/00068(pid=103): Launched
22:50:17.404999 run           osmo-ms-virt-phy/00069: Starting virtphy
22:50:17.432242 run  osmo-ms-virt-phy/00069(pid=104): Launched
22:50:17.450711 run           osmo-ms-virt-phy/00070: Starting virtphy
22:50:17.476668 run  osmo-ms-virt-phy/00070(pid=105): Launched
22:50:17.488894 run           osmo-ms-virt-phy/00071: Starting virtphy
22:50:17.515163 run  osmo-ms-virt-phy/00071(pid=106): Launched
22:50:17.527286 run           osmo-ms-virt-phy/00072: Starting virtphy
22:50:17.553443 run  osmo-ms-virt-phy/00072(pid=107): Launched
22:50:17.565465 run           osmo-ms-virt-phy/00073: Starting virtphy
22:50:17.591452 run  osmo-ms-virt-phy/00073(pid=108): Launched
22:50:17.603635 run           osmo-ms-virt-phy/00074: Starting virtphy
22:50:17.629830 run  osmo-ms-virt-phy/00074(pid=109): Launched
22:50:17.641928 run           osmo-ms-virt-phy/00075: Starting virtphy
22:50:17.668498 run  osmo-ms-virt-phy/00075(pid=110): Launched
22:50:17.680453 run           osmo-ms-virt-phy/00076: Starting virtphy
22:50:17.706483 run  osmo-ms-virt-phy/00076(pid=111): Launched
22:50:17.718640 run           osmo-ms-virt-phy/00077: Starting virtphy
22:50:17.745858 run  osmo-ms-virt-phy/00077(pid=112): Launched
22:50:17.757891 run           osmo-ms-virt-phy/00078: Starting virtphy
22:50:17.784392 run  osmo-ms-virt-phy/00078(pid=113): Launched
22:50:17.796668 run           osmo-ms-virt-phy/00079: Starting virtphy
22:50:17.822780 run  osmo-ms-virt-phy/00079(pid=114): Launched
22:50:17.835481 run           osmo-ms-virt-phy/00080: Starting virtphy
22:50:17.862761 run  osmo-ms-virt-phy/00080(pid=115): Launched
22:50:17.875601 run           osmo-ms-virt-phy/00081: Starting virtphy
22:50:17.903124 run  osmo-ms-virt-phy/00081(pid=116): Launched
22:50:17.915836 run           osmo-ms-virt-phy/00082: Starting virtphy
22:50:17.942887 run  osmo-ms-virt-phy/00082(pid=117): Launched
22:50:17.955325 run           osmo-ms-virt-phy/00083: Starting virtphy
22:50:17.982475 run  osmo-ms-virt-phy/00083(pid=118): Launched
22:50:17.994856 run           osmo-ms-virt-phy/00084: Starting virtphy
22:50:18.021219 run  osmo-ms-virt-phy/00084(pid=119): Launched
22:50:18.033150 run           osmo-ms-virt-phy/00085: Starting virtphy
22:50:18.060455 run  osmo-ms-virt-phy/00085(pid=120): Launched
22:50:18.073939 run           osmo-ms-virt-phy/00086: Starting virtphy
22:50:18.106129 run  osmo-ms-virt-phy/00086(pid=121): Launched
22:50:18.118553 run           osmo-ms-virt-phy/00087: Starting virtphy
22:50:18.146227 run  osmo-ms-virt-phy/00087(pid=122): Launched
22:50:18.158661 run           osmo-ms-virt-phy/00088: Starting virtphy
22:50:18.186115 run  osmo-ms-virt-phy/00088(pid=123): Launched
22:50:18.198959 run           osmo-ms-virt-phy/00089: Starting virtphy
22:50:18.225975 run  osmo-ms-virt-phy/00089(pid=124): Launched
22:50:18.238614 run           osmo-ms-virt-phy/00090: Starting virtphy
22:50:18.266924 run  osmo-ms-virt-phy/00090(pid=125): Launched
22:50:18.279539 run           osmo-ms-virt-phy/00091: Starting virtphy
22:50:18.306949 run  osmo-ms-virt-phy/00091(pid=126): Launched
22:50:18.319517 run           osmo-ms-virt-phy/00092: Starting virtphy
22:50:18.347609 run  osmo-ms-virt-phy/00092(pid=127): Launched
22:50:18.368267 run           osmo-ms-virt-phy/00093: Starting virtphy
22:50:18.400916 run  osmo-ms-virt-phy/00093(pid=128): Launched
22:50:18.415708 run           osmo-ms-virt-phy/00094: Starting virtphy
22:50:18.443273 run  osmo-ms-virt-phy/00094(pid=129): Launched
22:50:18.455590 run           osmo-ms-virt-phy/00095: Starting virtphy
22:50:18.482942 run  osmo-ms-virt-phy/00095(pid=130): Launched
22:50:18.495576 run           osmo-ms-virt-phy/00096: Starting virtphy
22:50:18.522651 run  osmo-ms-virt-phy/00096(pid=131): Launched
22:50:18.535033 run           osmo-ms-virt-phy/00097: Starting virtphy
22:50:18.563057 run  osmo-ms-virt-phy/00097(pid=132): Launched
22:50:18.579264 run           osmo-ms-virt-phy/00098: Starting virtphy
22:50:18.618334 run  osmo-ms-virt-phy/00098(pid=133): Launched
22:50:18.635771 run           osmo-ms-virt-phy/00099: Starting virtphy
22:50:18.676074 run  osmo-ms-virt-phy/00099(pid=134): Launched
22:50:18.693575 run                             mass: Checking if sockets are in the filesystem
22:50:18.729234 run                osmo-ms-mob/00000: Starting mobile
22:50:18.760069 run       osmo-ms-mob/00000(pid=135): Launched
22:50:18.812400 run                             mass: MS start registered  {at=15908503.776774323, delay=0.039603447541594505, ms=00000}
22:50:22.925485 run                osmo-ms-mob/00001: Starting mobile
22:50:22.952396 run       osmo-ms-mob/00001(pid=136): Launched
22:50:22.974018 run                             mass: MS start registered  {at=15908507.938438425, delay=0.00919654592871666, ms=00001}
22:50:23.927160 run                             mass: MS performed LU  {at=15908508.89152729, lu_delay=5.114752966910601, ms=00000}
22:50:24.726840 run                osmo-ms-mob/00002: Starting mobile
22:50:24.761442 run       osmo-ms-mob/00002(pid=137): Launched
22:50:24.786772 run                             mass: MS start registered  {at=15908509.751140535, delay=0.011330056935548782, ms=00002}
22:50:26.025187 run                osmo-ms-mob/00003: Starting mobile
22:50:26.058996 run       osmo-ms-mob/00003(pid=138): Launched
22:50:26.084172 run                             mass: MS start registered  {at=15908511.048550937, delay=0.012789366766810417, ms=00003}
22:50:27.125063 run                osmo-ms-mob/00004: Starting mobile
22:50:27.152059 run       osmo-ms-mob/00004(pid=139): Launched
22:50:27.171230 run                             mass: MS start registered  {at=15908512.135613345, delay=0.006600275635719299, ms=00004}
22:50:28.121461 run                osmo-ms-mob/00005: Starting mobile
22:50:28.153854 run       osmo-ms-mob/00005(pid=140): Launched
22:50:28.176645 run                             mass: MS start registered  {at=15908513.141056404, delay=0.008615754544734955, ms=00005}
22:50:29.024512 run                osmo-ms-mob/00006: Starting mobile
22:50:29.052021 run       osmo-ms-mob/00006(pid=141): Launched
22:50:29.080360 run                             mass: MS start registered  {at=15908514.044735571, delay=0.01528565026819706, ms=00006}
22:50:29.105035 run                             mass: MS performed LU  {at=15908514.069430958, lu_delay=6.130992533639073, ms=00001}
22:50:29.925393 run                osmo-ms-mob/00007: Starting mobile
22:50:29.952788 run       osmo-ms-mob/00007(pid=142): Launched
22:50:29.974731 run                             mass: MS start registered  {at=15908514.939133504, delay=0.008380820974707603, ms=00007}
22:50:30.725150 run                osmo-ms-mob/00008: Starting mobile
22:50:30.757806 run       osmo-ms-mob/00008(pid=143): Launched
22:50:30.779626 run                             mass: MS start registered  {at=15908515.743990755, delay=0.008189713582396507, ms=00008}
22:50:31.005898 run                             mass: MS performed LU  {at=15908515.970273502, lu_delay=6.2191329672932625, ms=00002}
22:50:31.033633 run                             mass: MS performed LU  {at=15908515.99801239, lu_delay=4.949461452662945, ms=00003}
22:50:31.425615 run                osmo-ms-mob/00009: Starting mobile
22:50:31.453778 run       osmo-ms-mob/00009(pid=144): Launched
22:50:31.477379 run                             mass: MS start registered  {at=15908516.441767178, delay=0.008769111707806587, ms=00009}
22:50:32.125090 run                osmo-ms-mob/00010: Starting mobile
22:50:32.152898 run       osmo-ms-mob/00010(pid=145): Launched
22:50:32.178625 run                             mass: MS start registered  {at=15908517.143030087, delay=0.012864530086517334, ms=00010}
22:50:32.724586 run                osmo-ms-mob/00011: Starting mobile
22:50:32.752116 run       osmo-ms-mob/00011(pid=146): Launched
22:50:32.773310 run                             mass: MS start registered  {at=15908517.737721918, delay=0.008426427841186523, ms=00011}
22:50:32.870722 run                             mass: MS performed LU  {at=15908517.835101549, lu_delay=5.699488203972578, ms=00004}
22:50:32.935734 run                             mass: MS performed LU  {at=15908517.900121497, lu_delay=4.7590650934726, ms=00005}
22:50:33.325285 run                osmo-ms-mob/00012: Starting mobile
22:50:33.352775 run       osmo-ms-mob/00012(pid=147): Launched
22:50:33.376819 run                             mass: MS start registered  {at=15908518.34120758, delay=0.009830968454480171, ms=00012}
22:50:33.925224 run                osmo-ms-mob/00013: Starting mobile
22:50:33.952549 run       osmo-ms-mob/00013(pid=148): Launched
22:50:33.977770 run                             mass: MS start registered  {at=15908518.942155492, delay=0.011924471706151962, ms=00013}
22:50:34.525595 run                osmo-ms-mob/00014: Starting mobile
22:50:34.553603 run       osmo-ms-mob/00014(pid=149): Launched
22:50:34.578563 run                             mass: MS start registered  {at=15908519.542981826, delay=0.012211503461003304, ms=00014}
22:50:34.772569 run                             mass: MS performed LU  {at=15908519.736928387, lu_delay=5.692192815244198, ms=00006}
22:50:34.800175 run                             mass: MS performed LU  {at=15908519.764540235, lu_delay=4.825406730175018, ms=00007}
22:50:35.125298 run                osmo-ms-mob/00015: Starting mobile
22:50:35.161371 run       osmo-ms-mob/00015(pid=150): Launched
22:50:35.186780 run                             mass: MS start registered  {at=15908520.151148083, delay=0.012180814519524574, ms=00015}
22:50:35.622602 run                osmo-ms-mob/00016: Starting mobile
22:50:35.650656 run       osmo-ms-mob/00016(pid=151): Launched
22:50:35.674914 run                             mass: MS start registered  {at=15908520.639320878, delay=0.011708717793226242, ms=00016}
22:50:36.124884 run                osmo-ms-mob/00017: Starting mobile
22:50:36.152400 run       osmo-ms-mob/00017(pid=152): Launched
22:50:36.175498 run                             mass: MS start registered  {at=15908521.139910672, delay=0.008971121162176132, ms=00017}
22:50:36.636246 run                             mass: MS performed LU  {at=15908521.600625006, lu_delay=5.158857828006148, ms=00009}
22:50:36.664486 run                osmo-ms-mob/00018: Starting mobile
22:50:36.691727 run       osmo-ms-mob/00018(pid=153): Launched
22:50:36.704750 run                             mass: MS performed LU  {at=15908521.669173388, lu_delay=5.92518263310194, ms=00008}
22:50:36.717023 run                             mass: MS start registered  {at=15908521.681457365, delay=0.012307683005928993, ms=00018}
22:50:37.005428 run                             mass: MS performed LU  {at=15908521.969807995, lu_delay=4.826777908951044, ms=00010}
22:50:37.123649 run                osmo-ms-mob/00019: Starting mobile
22:50:37.150334 run       osmo-ms-mob/00019(pid=154): Launched
22:50:37.174669 run                             mass: MS start registered  {at=15908522.139060855, delay=0.011850723996758461, ms=00019}
22:50:37.625564 run                osmo-ms-mob/00020: Starting mobile
22:50:37.653773 run       osmo-ms-mob/00020(pid=155): Launched
22:50:37.677855 run                             mass: MS start registered  {at=15908522.642257357, delay=0.011340444907546043, ms=00020}
22:50:38.124800 run                osmo-ms-mob/00021: Starting mobile
22:50:38.151718 run       osmo-ms-mob/00021(pid=156): Launched
22:50:38.174468 run                             mass: MS start registered  {at=15908523.138881156, delay=0.010312654078006744, ms=00021}
22:50:38.436168 run                             mass: MS performed LU  {at=15908523.400548322, lu_delay=5.059340741485357, ms=00012}
22:50:38.460791 run                osmo-ms-mob/00022: Starting mobile
22:50:38.487677 run       osmo-ms-mob/00022(pid=157): Launched
22:50:38.511785 run                             mass: MS start registered  {at=15908523.476170318, delay=0.011514011770486832, ms=00022}
22:50:38.538015 run                             mass: MS performed LU  {at=15908523.50243861, lu_delay=4.5602831188589334, ms=00013}
22:50:38.565675 run                             mass: MS performed LU  {at=15908523.53009924, lu_delay=5.792377321049571, ms=00011}
22:50:39.025228 run                osmo-ms-mob/00023: Starting mobile
22:50:39.055415 run       osmo-ms-mob/00023(pid=158): Launched
22:50:39.076913 run                             mass: MS start registered  {at=15908524.04132725, delay=0.007422089576721191, ms=00023}
22:50:39.426006 run                osmo-ms-mob/00024: Starting mobile
22:50:39.454144 run       osmo-ms-mob/00024(pid=159): Launched
22:50:39.476899 run                             mass: MS start registered  {at=15908524.441286203, delay=0.009379168972373009, ms=00024}
22:50:39.923960 run                osmo-ms-mob/00025: Starting mobile
22:50:39.952112 run       osmo-ms-mob/00025(pid=160): Launched
22:50:39.973583 run                             mass: MS start registered  {at=15908524.938001433, delay=0.008819516748189926, ms=00025}
22:50:40.323225 run                osmo-ms-mob/00026: Starting mobile
22:50:40.351204 run       osmo-ms-mob/00026(pid=161): Launched
22:50:40.377085 run                             mass: MS start registered  {at=15908525.341484059, delay=0.012805256992578506, ms=00026}
22:50:40.402425 run                             mass: MS performed LU  {at=15908525.366848793, lu_delay=4.727527914568782, ms=00016}
22:50:40.466854 run                             mass: MS performed LU  {at=15908525.43124042, lu_delay=5.888258595019579, ms=00014}
22:50:40.535871 run                             mass: MS performed LU  {at=15908525.50026132, lu_delay=5.3491132371127605, ms=00015}
22:50:40.570966 run                osmo-ms-mob/00027: Starting mobile
22:50:40.612694 run       osmo-ms-mob/00027(pid=162): Launched
22:50:40.633906 run                             mass: MS start registered  {at=15908525.59832278, delay=0.00143461674451828, ms=00027}
22:50:41.125739 run                osmo-ms-mob/00028: Starting mobile
22:50:41.153954 run       osmo-ms-mob/00028(pid=163): Launched
22:50:41.176889 run                             mass: MS start registered  {at=15908526.141289514, delay=0.008371885865926743, ms=00028}
22:50:41.523026 run                osmo-ms-mob/00029: Starting mobile
22:50:41.551485 run       osmo-ms-mob/00029(pid=164): Launched
22:50:41.577287 run                             mass: MS start registered  {at=15908526.54170195, delay=0.01155814342200756, ms=00029}
22:50:41.925516 run                osmo-ms-mob/00030: Starting mobile
22:50:41.952634 run       osmo-ms-mob/00030(pid=165): Launched
22:50:41.978182 run                             mass: MS start registered  {at=15908526.94256987, delay=0.011888906359672546, ms=00030}
22:50:42.202360 run                             mass: MS performed LU  {at=15908527.166747274, lu_delay=5.4852899089455605, ms=00018}
22:50:42.303896 run                             mass: MS performed LU  {at=15908527.268262988, lu_delay=5.1292021330446005, ms=00019}
22:50:42.331665 run                osmo-ms-mob/00031: Starting mobile
22:50:42.358966 run       osmo-ms-mob/00031(pid=166): Launched
22:50:42.371454 run                             mass: MS performed LU  {at=15908527.33587663, lu_delay=4.6936192736029625, ms=00020}
22:50:42.386213 run                             mass: MS start registered  {at=15908527.350636292, delay=0.0147862508893013, ms=00031}
22:50:42.455998 run                             mass: MS performed LU  {at=15908527.420398494, lu_delay=6.280487822368741, ms=00017}
22:50:42.482895 run                osmo-ms-mob/00032: Starting mobile
22:50:42.510847 run       osmo-ms-mob/00032(pid=167): Launched
22:50:42.533007 run                             mass: MS start registered  {at=15908527.497418718, delay=0.0093317199498415, ms=00032}
22:50:43.025258 run                osmo-ms-mob/00033: Starting mobile
22:50:43.053051 run       osmo-ms-mob/00033(pid=168): Launched
22:50:43.076476 run                             mass: MS start registered  {at=15908528.040861838, delay=0.010292906314134598, ms=00033}
22:50:43.423863 run                osmo-ms-mob/00034: Starting mobile
22:50:43.452167 run       osmo-ms-mob/00034(pid=169): Launched
22:50:43.473734 run                             mass: MS start registered  {at=15908528.438137837, delay=0.008112287148833275, ms=00034}
22:50:43.726013 run                osmo-ms-mob/00035: Starting mobile
22:50:43.753878 run       osmo-ms-mob/00035(pid=170): Launched
22:50:43.777080 run                             mass: MS start registered  {at=15908528.741474874, delay=0.01049279049038887, ms=00035}
22:50:44.128203 run                osmo-ms-mob/00036: Starting mobile
22:50:44.163128 run       osmo-ms-mob/00036(pid=171): Launched
22:50:44.177435 run                             mass: MS performed LU  {at=15908529.141851284, lu_delay=5.665680965408683, ms=00022}
22:50:44.192524 run                             mass: MS start registered  {at=15908529.1569391, delay=0.01512007787823677, ms=00036}
22:50:44.232832 run                             mass: MS performed LU  {at=15908529.197220873, lu_delay=6.058339716866612, ms=00021}
22:50:44.302359 run                             mass: MS performed LU  {at=15908529.26672986, lu_delay=5.225402610376477, ms=00023}
22:50:44.328279 run                osmo-ms-mob/00037: Starting mobile
22:50:44.357800 run       osmo-ms-mob/00037(pid=172): Launched
22:50:44.375378 run                             mass: MS performed LU  {at=15908529.33978528, lu_delay=4.898499077185988, ms=00024}
22:50:44.391182 run                             mass: MS start registered  {at=15908529.355615113, delay=0.01586812548339367, ms=00037}
22:50:44.827960 run                osmo-ms-mob/00038: Starting mobile
22:50:44.871743 run       osmo-ms-mob/00038(pid=173): Launched
22:50:44.904558 run                             mass: MS start registered  {at=15908529.868923012, delay=0.01042323186993599, ms=00038}
22:50:45.124511 run                osmo-ms-mob/00039: Starting mobile
22:50:45.162396 run       osmo-ms-mob/00039(pid=174): Launched
22:50:45.207433 run                             mass: MS start registered  {at=15908530.171801466, delay=0.015178127214312553, ms=00039}
22:50:45.524575 run                osmo-ms-mob/00040: Starting mobile
22:50:45.554622 run       osmo-ms-mob/00040(pid=175): Launched
22:50:45.580357 run                             mass: MS start registered  {at=15908530.544731298, delay=0.0077679213136434555, ms=00040}
22:50:45.825687 run                osmo-ms-mob/00041: Starting mobile
22:50:45.854948 run       osmo-ms-mob/00041(pid=176): Launched
22:50:45.879511 run                             mass: MS start registered  {at=15908530.843906654, delay=0.010946454480290413, ms=00041}
22:50:45.967815 run                             mass: MS performed LU  {at=15908530.932194144, lu_delay=4.790904629975557, ms=00028}
22:50:46.069476 run                             mass: MS performed LU  {at=15908531.03384958, lu_delay=5.69236552156508, ms=00026}
22:50:46.098947 run                osmo-ms-mob/00042: Starting mobile
22:50:46.127511 run       osmo-ms-mob/00042(pid=177): Launched
22:50:46.140709 run                             mass: MS performed LU  {at=15908531.105131129, lu_delay=6.167129695415497, ms=00025}
22:50:46.153532 run                             mass: MS start registered  {at=15908531.117963828, delay=0.012862024828791618, ms=00042}
22:50:46.221808 run                             mass: MS performed LU  {at=15908531.18617309, lu_delay=4.644471140578389, ms=00029}
22:50:46.259892 run                             mass: MS performed LU  {at=15908531.224284984, lu_delay=5.625962203368545, ms=00027}
22:50:46.283623 run                osmo-ms-mob/00043: Starting mobile
22:50:46.312464 run       osmo-ms-mob/00043(pid=178): Launched
22:50:46.338042 run                             mass: MS start registered  {at=15908531.302425234, delay=0.01234559528529644, ms=00043}
22:50:46.825325 run                osmo-ms-mob/00044: Starting mobile
22:50:46.863654 run       osmo-ms-mob/00044(pid=179): Launched
22:50:46.886783 run                             mass: MS start registered  {at=15908531.851202529, delay=0.005555503070354462, ms=00044}
22:50:47.125626 run                osmo-ms-mob/00045: Starting mobile
22:50:47.155638 run       osmo-ms-mob/00045(pid=180): Launched
22:50:47.179747 run                             mass: MS start registered  {at=15908532.144157032, delay=0.010529622435569763, ms=00045}
22:50:47.424593 run                osmo-ms-mob/00046: Starting mobile
22:50:47.454387 run       osmo-ms-mob/00046(pid=181): Launched
22:50:47.477445 run                             mass: MS start registered  {at=15908532.441866001, delay=0.009377235546708107, ms=00046}
22:50:47.727113 run                osmo-ms-mob/00047: Starting mobile
22:50:47.761024 run       osmo-ms-mob/00047(pid=182): Launched
22:50:47.789006 run                             mass: MS start registered  {at=15908532.753382193, delay=0.010223807767033577, ms=00047}
22:50:47.933926 run                             mass: MS performed LU  {at=15908532.898300244, lu_delay=5.40088152512908, ms=00032}
22:50:47.961593 run                osmo-ms-mob/00048: Starting mobile
22:50:47.995002 run       osmo-ms-mob/00048(pid=183): Launched
22:50:48.011536 run                             mass: MS performed LU  {at=15908532.975943947, lu_delay=5.625307654961944, ms=00031}
22:50:48.028414 run                             mass: MS start registered  {at=15908532.99283754, delay=0.016931883990764618, ms=00048}
22:50:48.069876 run                             mass: MS performed LU  {at=15908533.034239138, lu_delay=4.993377299979329, ms=00033}
22:50:48.107258 run                osmo-ms-mob/00049: Starting mobile
22:50:48.149500 run       osmo-ms-mob/00049(pid=184): Launched
22:50:48.169435 run                             mass: MS performed LU  {at=15908533.13383945, lu_delay=6.19126958027482, ms=00030}
22:50:48.188372 run                             mass: MS start registered  {at=15908533.152794067, delay=0.018993068486452103, ms=00049}
22:50:48.395924 run                             mass: MS performed LU  {at=15908533.360294826, lu_delay=4.922156989574432, ms=00034}
22:50:48.432847 run                osmo-ms-mob/00050: Starting mobile
22:50:48.483738 run       osmo-ms-mob/00050(pid=185): Launched
22:50:48.509501 run                             mass: MS start registered  {at=15908533.473869475, delay=0.006848432123661041, ms=00050}
22:50:49.024376 run                osmo-ms-mob/00051: Starting mobile
22:50:49.063501 run       osmo-ms-mob/00051(pid=186): Launched
22:50:49.086517 run                             mass: MS start registered  {at=15908534.050888933, delay=0.005348812788724899, ms=00051}
22:50:49.323928 run                osmo-ms-mob/00052: Starting mobile
22:50:49.354110 run       osmo-ms-mob/00052(pid=187): Launched
22:50:49.377225 run                             mass: MS start registered  {at=15908534.34163731, delay=0.00957178883254528, ms=00052}
22:50:49.625902 run                osmo-ms-mob/00053: Starting mobile
22:50:49.667325 run       osmo-ms-mob/00053(pid=188): Launched
22:50:49.694107 run                             mass: MS start registered  {at=15908534.65849999, delay=0.007194964215159416, ms=00053}
22:50:49.734129 run                             mass: MS performed LU  {at=15908534.698510721, lu_delay=4.829587709158659, ms=00038}
22:50:49.752534 run                             mass: MS performed LU  {at=15908534.716963464, lu_delay=5.3613483514636755, ms=00037}
22:50:49.780357 run                osmo-ms-mob/00054: Starting mobile
22:50:49.812857 run       osmo-ms-mob/00054(pid=189): Launched
22:50:49.838606 run                             mass: MS start registered  {at=15908534.803001849, delay=0.011704238131642342, ms=00054}
22:50:49.863148 run                             mass: MS performed LU  {at=15908534.827526785, lu_delay=6.086051911115646, ms=00035}
22:50:50.025366 run                             mass: MS performed LU  {at=15908534.98974358, lu_delay=5.832804478704929, ms=00036}
22:50:50.058900 run                osmo-ms-mob/00055: Starting mobile
22:50:50.100674 run       osmo-ms-mob/00055(pid=190): Launched
22:50:50.122869 run                             mass: MS start registered  {at=15908535.08727787, delay=0.003139279782772064, ms=00055}
22:50:50.528225 run                osmo-ms-mob/00056: Starting mobile
22:50:50.572054 run       osmo-ms-mob/00056(pid=191): Launched
22:50:50.600235 run                             mass: MS start registered  {at=15908535.564606765, delay=0.003390403464436531, ms=00056}
22:50:50.758861 run                             mass: MS performed LU  {at=15908535.72323741, lu_delay=5.551435943692923, ms=00039}
22:50:50.794429 run                osmo-ms-mob/00057: Starting mobile
22:50:50.836052 run       osmo-ms-mob/00057(pid=192): Launched
22:50:50.858923 run                             mass: MS start registered  {at=15908535.82329934, delay=0.003889750689268112, ms=00057}
22:50:51.230903 run                osmo-ms-mob/00058: Starting mobile
22:50:51.283746 run       osmo-ms-mob/00058(pid=193): Launched
22:50:51.312335 run                             mass: Starting too slowly. Moving on {now=15908536.276761457, sleep=-0.0031561367213726044, target=15908536.27360532}
22:50:51.332669 run                             mass: MS start registered  {at=15908536.297079327, delay=0.020322749391198158, ms=00058}
22:50:51.527241 run                osmo-ms-mob/00059: Starting mobile
22:50:51.569386 run       osmo-ms-mob/00059(pid=194): Launched
22:50:51.598116 run                             mass: MS performed LU  {at=15908536.562479218, lu_delay=6.017747920006514, ms=00040}
22:50:51.619216 run                             mass: MS start registered  {at=15908536.58363948, delay=0.028072413057088852, ms=00059}
22:50:51.654398 run                             mass: MS performed LU  {at=15908536.618765531, lu_delay=5.316340297460556, ms=00043}
22:50:51.692106 run                osmo-ms-mob/00060: Starting mobile
22:50:51.747757 run       osmo-ms-mob/00060(pid=195): Launched
22:50:51.768270 run                             mass: MS performed LU  {at=15908536.732675832, lu_delay=5.888769177719951, ms=00041}
22:50:51.787855 run                             mass: MS start registered  {at=15908536.752275292, delay=0.01964164897799492, ms=00060}
22:50:51.925655 run                             mass: MS performed LU  {at=15908536.890027232, lu_delay=5.038824703544378, ms=00044}
22:50:51.944568 run                             mass: MS performed LU  {at=15908536.908974744, lu_delay=5.791010916233063, ms=00042}
22:50:51.972519 run                osmo-ms-mob/00061: Starting mobile
22:50:52.002640 run       osmo-ms-mob/00061(pid=196): Launched
22:50:52.030932 run                             mass: MS start registered  {at=15908536.995297965, delay=0.011609440669417381, ms=00061}
22:50:52.198238 run                             mass: MS performed LU  {at=15908537.162617762, lu_delay=5.018460730090737, ms=00045}
22:50:52.521373 run                osmo-ms-mob/00062: Starting mobile
22:50:52.552042 run       osmo-ms-mob/00062(pid=197): Launched
22:50:52.574625 run                             mass: MS start registered  {at=15908537.53901467, delay=0.008008332923054695, ms=00062}
22:50:52.798239 run                             mass: MS performed LU  {at=15908537.762615329, lu_delay=5.320749327540398, ms=00046}
22:50:52.822817 run                osmo-ms-mob/00063: Starting mobile
22:50:52.852573 run       osmo-ms-mob/00063(pid=198): Launched
22:50:52.875096 run                             mass: MS start registered  {at=15908537.83947516, delay=0.009328603744506836, ms=00063}
22:50:53.225790 run                osmo-ms-mob/00064: Starting mobile
22:50:53.255075 run       osmo-ms-mob/00064(pid=199): Launched
22:50:53.276465 run                             mass: MS start registered  {at=15908538.240875052, delay=0.0017872191965579987, ms=00064}
22:50:53.499475 run                             mass: MS performed LU  {at=15908538.46385176, lu_delay=5.3110576923936605, ms=00049}
22:50:53.518879 run                             mass: MS performed LU  {at=15908538.483304853, lu_delay=5.009435378015041, ms=00050}
22:50:53.556145 run                osmo-ms-mob/00065: Starting mobile
22:50:53.593611 run       osmo-ms-mob/00065(pid=200): Launched
22:50:53.614261 run                             mass: MS start registered  {at=15908538.578657072, delay=0.007432861253619194, ms=00065}
22:50:53.634344 run                             mass: MS performed LU  {at=15908538.598763293, lu_delay=5.605925751850009, ms=00048}
22:50:53.791318 run                             mass: MS performed LU  {at=15908538.75569388, lu_delay=6.002311687916517, ms=00047}
22:50:53.820119 run                osmo-ms-mob/00066: Starting mobile
22:50:53.848818 run       osmo-ms-mob/00066(pid=201): Launched
22:50:53.862467 run                             mass: MS performed LU  {at=15908538.826889778, lu_delay=4.776000844314694, ms=00051}
22:50:53.875663 run                             mass: MS start registered  {at=15908538.840094566, delay=0.01323159784078598, ms=00066}
22:50:54.323603 run                osmo-ms-mob/00067: Starting mobile
22:50:54.353886 run       osmo-ms-mob/00067(pid=202): Launched
22:50:54.378323 run                             mass: MS start registered  {at=15908539.342708716, delay=0.011064374819397926, ms=00067}
22:50:54.623880 run                osmo-ms-mob/00068: Starting mobile
22:50:54.666379 run       osmo-ms-mob/00068(pid=203): Launched
22:50:54.694791 run                             mass: MS start registered  {at=15908539.659161838, delay=0.00875760056078434, ms=00068}
22:50:55.026402 run                osmo-ms-mob/00069: Starting mobile
22:50:55.069766 run       osmo-ms-mob/00069(pid=204): Launched
22:50:55.098472 run                             mass: MS start registered  {at=15908540.062842065, delay=0.007896501570940018, ms=00069}
22:50:55.364921 run                             mass: MS performed LU  {at=15908540.329287665, lu_delay=5.526285815984011, ms=00054}
22:50:55.397672 run                osmo-ms-mob/00070: Starting mobile
22:50:55.436895 run       osmo-ms-mob/00070(pid=205): Launched
22:50:55.454152 run                             mass: MS performed LU  {at=15908540.418557733, lu_delay=6.076920423656702, ms=00052}
22:50:55.470943 run                             mass: MS start registered  {at=15908540.435364893, delay=0.016850341111421585, ms=00070}
22:50:55.532039 run                             mass: MS performed LU  {at=15908540.496406933, lu_delay=5.837906943634152, ms=00053}
22:50:55.692129 run                             mass: MS performed LU  {at=15908540.656494217, lu_delay=5.091887451708317, ms=00056}
22:50:55.721105 run                osmo-ms-mob/00071: Starting mobile
22:50:55.749740 run       osmo-ms-mob/00071(pid=206): Launched
22:50:55.762652 run                             mass: MS performed LU  {at=15908540.72707647, lu_delay=5.639798600226641, ms=00055}
22:50:55.775647 run                             mass: MS performed LU  {at=15908540.74007947, lu_delay=4.91678012907505, ms=00057}
22:50:55.788327 run                             mass: MS start registered  {at=15908540.752756476, delay=0.025706656277179718, ms=00071}
22:50:56.225678 run                osmo-ms-mob/00072: Starting mobile
22:50:56.254584 run       osmo-ms-mob/00072(pid=207): Launched
22:50:56.281049 run                             mass: MS start registered  {at=15908541.245440723, delay=0.012853087857365608, ms=00072}
22:50:56.626365 run                osmo-ms-mob/00073: Starting mobile
22:50:56.655615 run       osmo-ms-mob/00073(pid=208): Launched
22:50:56.678541 run                             mass: MS start registered  {at=15908541.642943623, delay=0.009694421663880348, ms=00073}
22:50:57.026531 run                osmo-ms-mob/00074: Starting mobile
22:50:57.056331 run       osmo-ms-mob/00074(pid=209): Launched
22:50:57.079514 run                             mass: MS start registered  {at=15908542.043923264, delay=0.009905437007546425, ms=00074}
22:50:57.349311 run                             mass: MS performed LU  {at=15908542.313657414, lu_delay=5.561382122337818, ms=00060}
22:50:57.373504 run                osmo-ms-mob/00075: Starting mobile
22:50:57.402092 run       osmo-ms-mob/00075(pid=210): Launched
22:50:57.414724 run                             mass: MS performed LU  {at=15908542.379146606, lu_delay=5.383848641067743, ms=00061}
22:50:57.427070 run                             mass: MS performed LU  {at=15908542.39150362, lu_delay=6.094424294307828, ms=00058}
22:50:57.439366 run                             mass: MS start registered  {at=15908542.403801044, delay=0.024678904563188553, ms=00075}
22:50:57.500435 run                             mass: MS performed LU  {at=15908542.464812629, lu_delay=4.925797959789634, ms=00062}
22:50:57.556741 run                             mass: MS performed LU  {at=15908542.521129249, lu_delay=4.681654088199139, ms=00063}
22:50:57.585249 run                osmo-ms-mob/00076: Starting mobile
22:50:57.613379 run       osmo-ms-mob/00076(pid=211): Launched
22:50:57.639169 run                             mass: MS start registered  {at=15908542.603561264, delay=0.012778447940945625, ms=00076}
22:50:58.325341 run                osmo-ms-mob/00077: Starting mobile
22:50:58.352755 run       osmo-ms-mob/00077(pid=212): Launched
22:50:58.376904 run                             mass: MS start registered  {at=15908543.34130912, delay=0.011536965146660805, ms=00077}
22:50:58.825871 run                osmo-ms-mob/00078: Starting mobile
22:50:58.858574 run       osmo-ms-mob/00078(pid=213): Launched
22:50:58.879897 run                             mass: MS start registered  {at=15908543.84428406, delay=0.008005587384104729, ms=00078}
22:50:59.129840 run                             mass: MS performed LU  {at=15908544.094224235, lu_delay=4.435062397271395, ms=00068}
22:50:59.157519 run                osmo-ms-mob/00079: Starting mobile
22:50:59.191975 run       osmo-ms-mob/00079(pid=214): Launched
22:50:59.209290 run                             mass: MS performed LU  {at=15908544.173710234, lu_delay=5.333615668118, ms=00066}
22:50:59.222158 run                             mass: MS start registered  {at=15908544.186588088, delay=0.012904124334454536, ms=00079}
22:50:59.235124 run                             mass: MS performed LU  {at=15908544.199546855, lu_delay=5.620889782905579, ms=00065}
22:50:59.476280 run                             mass: MS performed LU  {at=15908544.440656243, lu_delay=6.1997811906039715, ms=00064}
22:50:59.728671 run                osmo-ms-mob/00080: Starting mobile
22:50:59.765872 run       osmo-ms-mob/00080(pid=215): Launched
22:50:59.789329 run                             mass: MS start registered  {at=15908544.753741292, delay=0.00860738754272461, ms=00080}
22:51:00.172694 run                             mass: MS performed LU  {at=15908545.137059622, lu_delay=5.79435090534389, ms=00067}
22:51:00.196933 run                osmo-ms-mob/00081: Starting mobile
22:51:00.227673 run       osmo-ms-mob/00081(pid=216): Launched
22:51:00.249340 run                             mass: MS start registered  {at=15908545.213738494, delay=0.007962225005030632, ms=00081}
22:51:00.636449 run                osmo-ms-mob/00082: Starting mobile
22:51:00.679671 run       osmo-ms-mob/00082(pid=217): Launched
22:51:00.712930 run                             mass: Starting too slowly. Moving on {now=15908545.67735796, sleep=-0.0037526749074459076, target=15908545.673605286}
22:51:00.730365 run                             mass: MS start registered  {at=15908545.694773434, delay=0.017420712858438492, ms=00082}
22:51:01.034708 run                             mass: MS performed LU  {at=15908545.999071019, lu_delay=5.563706126064062, ms=00070}
22:51:01.133325 run                             mass: MS performed LU  {at=15908546.097704936, lu_delay=4.852264212444425, ms=00072}
22:51:01.163047 run                osmo-ms-mob/00083: Starting mobile
22:51:01.191348 run       osmo-ms-mob/00083(pid=218): Launched
22:51:01.204559 run                             mass: MS performed LU  {at=15908546.168981925, lu_delay=5.416225448250771, ms=00071}
22:51:01.217063 run                             mass: MS start registered  {at=15908546.181496857, delay=0.012541171163320541, ms=00083}
22:51:01.323230 run                             mass: MS performed LU  {at=15908546.287605716, lu_delay=6.22476365044713, ms=00069}
22:51:01.377412 run                             mass: MS performed LU  {at=15908546.34179687, lu_delay=4.698853246867657, ms=00073}
22:51:01.726213 run                osmo-ms-mob/00084: Starting mobile
22:51:01.755957 run       osmo-ms-mob/00084(pid=219): Launched
22:51:01.779825 run                             mass: MS start registered  {at=15908546.744214306, delay=0.010911999270319939, ms=00084}
22:51:02.224365 run                osmo-ms-mob/00085: Starting mobile
22:51:02.253838 run       osmo-ms-mob/00085(pid=220): Launched
22:51:02.276854 run                             mass: MS start registered  {at=15908547.24124332, delay=0.008869269862771034, ms=00085}
22:51:02.825043 run                osmo-ms-mob/00086: Starting mobile
22:51:02.852591 run       osmo-ms-mob/00086(pid=221): Launched
22:51:02.876963 run                             mass: MS start registered  {at=15908547.84135464, delay=0.011453967541456223, ms=00086}
22:51:02.895883 run                             mass: MS performed LU  {at=15908547.860300953, lu_delay=5.45649990811944, ms=00075}
22:51:02.951091 run                             mass: MS performed LU  {at=15908547.915449778, lu_delay=5.311888514086604, ms=00076}
22:51:02.988190 run                             mass: MS performed LU  {at=15908547.952570677, lu_delay=4.611261555925012, ms=00077}
22:51:03.242151 run                             mass: MS performed LU  {at=15908548.206523625, lu_delay=6.162600360810757, ms=00074}
22:51:03.422941 run                osmo-ms-mob/00087: Starting mobile
22:51:03.460812 run       osmo-ms-mob/00087(pid=222): Launched
22:51:03.488706 run                             mass: MS start registered  {at=15908548.453086523, delay=0.012026213109493256, ms=00087}
22:51:04.025723 run                osmo-ms-mob/00088: Starting mobile
22:51:04.056009 run       osmo-ms-mob/00088(pid=223): Launched
22:51:04.080922 run                             mass: MS start registered  {at=15908549.045327213, delay=0.012230386957526207, ms=00088}
22:51:04.628297 run                osmo-ms-mob/00089: Starting mobile
22:51:04.659806 run       osmo-ms-mob/00089(pid=224): Launched
22:51:04.681419 run                             mass: MS start registered  {at=15908549.64583977, delay=0.005655379965901375, ms=00089}
22:51:04.880138 run                             mass: MS performed LU  {at=15908549.844503429, lu_delay=4.630764935165644, ms=00081}
22:51:04.902603 run                             mass: MS performed LU  {at=15908549.867023978, lu_delay=6.022739918902516, ms=00078}
22:51:04.926223 run                             mass: MS performed LU  {at=15908549.890589198, lu_delay=5.136847905814648, ms=00080}
22:51:05.032273 run                             mass: MS performed LU  {at=15908549.996641481, lu_delay=5.810053393244743, ms=00079}
22:51:05.071441 run                osmo-ms-mob/00090: Starting mobile
22:51:05.125976 run       osmo-ms-mob/00090(pid=225): Launched
22:51:05.175701 run                             mass: MS start registered  {at=15908550.140065785, delay=0.01552409864962101, ms=00090}
22:51:05.924196 run                osmo-ms-mob/00091: Starting mobile
22:51:05.952058 run       osmo-ms-mob/00091(pid=226): Launched
22:51:05.976968 run                             mass: MS start registered  {at=15908550.94137, delay=0.011155907064676285, ms=00091}
22:51:06.625253 run                osmo-ms-mob/00092: Starting mobile
22:51:06.654714 run       osmo-ms-mob/00092(pid=227): Launched
22:51:06.668450 run                             mass: MS performed LU  {at=15908551.632871825, lu_delay=4.888657519593835, ms=00084}
22:51:06.682529 run                             mass: MS start registered  {at=15908551.646956198, delay=0.014112284407019615, ms=00092}
22:51:06.828019 run                             mass: MS performed LU  {at=15908551.792377926, lu_delay=6.097604492679238, ms=00082}
22:51:06.952884 run                             mass: MS performed LU  {at=15908551.91725504, lu_delay=4.67601172067225, ms=00085}
22:51:07.428867 run                osmo-ms-mob/00093: Starting mobile
22:51:07.458450 run       osmo-ms-mob/00093(pid=228): Launched
22:51:07.480585 run                             mass: MS start registered  {at=15908552.444998134, delay=0.008226834237575531, ms=00093}
22:51:08.325988 run                osmo-ms-mob/00094: Starting mobile
22:51:08.353983 run       osmo-ms-mob/00094(pid=229): Launched
22:51:08.377775 run                             mass: MS start registered  {at=15908553.342196345, delay=0.010586246848106384, ms=00094}
22:51:08.646045 run                             mass: MS performed LU  {at=15908553.610417282, lu_delay=5.157330758869648, ms=00087}
22:51:08.664122 run                             mass: MS performed LU  {at=15908553.628545767, lu_delay=5.7871911264956, ms=00086}
22:51:08.927604 run                             mass: MS performed LU  {at=15908553.891962742, lu_delay=4.846635529771447, ms=00088}
22:51:09.225779 run                osmo-ms-mob/00095: Starting mobile
22:51:09.280492 run       osmo-ms-mob/00095(pid=230): Launched
22:51:09.317030 run                             mass: MS start registered  {at=15908554.28139884, delay=0.009669855237007141, ms=00095}
22:51:10.225925 run                osmo-ms-mob/00096: Starting mobile
22:51:10.252559 run       osmo-ms-mob/00096(pid=231): Launched
22:51:10.279311 run                             mass: MS start registered  {at=15908555.24369576, delay=0.014679230749607086, ms=00096}
22:51:10.427273 run                             mass: MS performed LU  {at=15908555.391678272, lu_delay=5.251612486317754, ms=00090}
22:51:10.446073 run                             mass: MS performed LU  {at=15908555.41049541, lu_delay=5.764655640348792, ms=00089}
22:51:10.593935 run                             mass: MS performed LU  {at=15908555.558316858, lu_delay=4.616946859285235, ms=00091}
22:51:11.325365 run                osmo-ms-mob/00097: Starting mobile
22:51:11.351588 run       osmo-ms-mob/00097(pid=232): Launched
22:51:11.374337 run                             mass: MS start registered  {at=15908556.338762872, delay=0.010705752298235893, ms=00097}
22:51:12.411476 run                             mass: MS performed LU  {at=15908557.375849644, lu_delay=4.930851509794593, ms=00093}
22:51:12.430390 run                             mass: MS performed LU  {at=15908557.394819088, lu_delay=5.74786289036274, ms=00092}
22:51:12.452412 run                osmo-ms-mob/00098: Starting mobile
22:51:12.480724 run       osmo-ms-mob/00098(pid=233): Launched
22:51:12.505674 run                             mass: MS start registered  {at=15908557.470069597, delay=0.012254113331437111, ms=00098}
22:51:14.341074 run                             mass: MS performed LU  {at=15908559.30544108, lu_delay=5.024042239412665, ms=00095}
22:51:14.370090 run                osmo-ms-mob/00099: Starting mobile
22:51:14.396544 run       osmo-ms-mob/00099(pid=234): Launched
22:51:14.408667 run                             mass: All started... {duration=55.6995015591383, too_slow=2}
22:51:14.420099 run                             mass: MS performed LU  {at=15908559.384530434, lu_delay=6.042334089055657, ms=00094}
22:51:14.432339 run                             mass: MS start registered  {at=15908559.396774156, delay=0.023670941591262817, ms=00099}
22:51:14.444572 run                             mass: MS performed LU  {at=15908559.40900212, lu_delay=22.82536263950169, ms=00059}
22:51:16.177762 run                             mass: MS performed LU  {at=15908561.142122056, lu_delay=4.803359184414148, ms=00097}
22:51:16.195236 run                             mass: MS performed LU  {at=15908561.159655431, lu_delay=5.915959671139717, ms=00096}
22:51:18.106136 run                             mass: MS performed LU  {at=15908563.070512217, lu_delay=5.600442619994283, ms=00098}
22:51:19.944040 run                             mass: MS performed LU  {at=15908564.908428878, lu_delay=5.511654721572995, ms=00099}
22:51:23.710166 run                             mass: MS performed LU  {at=15908568.674542466, lu_delay=22.49304560944438, ms=00083}
22:51:23.727697 run                             mass: Tests done {all_completed=True, max=22.82536263950169, min=4.435062397271395}
22:51:23.744095 tst         register_default_mass.py: Test passed (88.0 sec)
22:51:23.761152 run pcap-recorder_any(filters='host 127.0.42.2')(pid=22): Terminating (SIGTERM)
22:51:23.771081 run      osmo-hlr_127.0.42.2(pid=23): Terminating (SIGTERM)
22:51:23.778434 run pcap-recorder_any(filters='host 127.0.42.5 and port not 22')(pid=24): Terminating (SIGTERM)
22:51:23.785599 run      osmo-stp_127.0.42.5(pid=25): Terminating (SIGTERM)
22:51:23.792610 run pcap-recorder_any(filters='host 127.0.42.6 and port not 22')(pid=26): Terminating (SIGTERM)
22:51:23.799503 run      osmo-msc_127.0.42.6(pid=27): Terminating (SIGTERM)
22:51:23.806584 run pcap-recorder_any(filters='host 127.0.42.3 and port not 22')(pid=28): Terminating (SIGTERM)
22:51:23.813497 run      osmo-mgw_127.0.42.3(pid=29): Terminating (SIGTERM)
22:51:23.820327 run pcap-recorder_any(filters='host 127.0.42.4 and port not 22')(pid=30): Terminating (SIGTERM)
22:51:23.829285 run      osmo-mgw_127.0.42.4(pid=31): Terminating (SIGTERM)
22:51:23.836369 run pcap-recorder_any(filters='host 127.0.42.7 and port not 22')(pid=32): Terminating (SIGTERM)
22:51:23.843188 run      osmo-bsc_127.0.42.7(pid=33): Terminating (SIGTERM)
22:51:23.849881 run         osmo-bts-virtual(pid=34): Terminating (SIGTERM)
22:51:23.857066 run   osmo-ms-virt-phy/00000(pid=35): Terminating (SIGTERM)
22:51:23.863900 run   osmo-ms-virt-phy/00001(pid=36): Terminating (SIGTERM)
22:51:23.870875 run   osmo-ms-virt-phy/00002(pid=37): Terminating (SIGTERM)
22:51:23.878710 run   osmo-ms-virt-phy/00003(pid=38): Terminating (SIGTERM)
22:51:23.885640 run   osmo-ms-virt-phy/00004(pid=39): Terminating (SIGTERM)
22:51:23.892594 run   osmo-ms-virt-phy/00005(pid=40): Terminating (SIGTERM)
22:51:23.899769 run   osmo-ms-virt-phy/00006(pid=41): Terminating (SIGTERM)
22:51:23.906526 run   osmo-ms-virt-phy/00007(pid=42): Terminating (SIGTERM)
22:51:23.913411 run   osmo-ms-virt-phy/00008(pid=43): Terminating (SIGTERM)
22:51:23.921571 run   osmo-ms-virt-phy/00009(pid=44): Terminating (SIGTERM)
22:51:23.929665 run   osmo-ms-virt-phy/00010(pid=45): Terminating (SIGTERM)
22:51:23.938406 run   osmo-ms-virt-phy/00011(pid=46): Terminating (SIGTERM)
22:51:23.947352 run   osmo-ms-virt-phy/00012(pid=47): Terminating (SIGTERM)
22:51:23.956782 run   osmo-ms-virt-phy/00013(pid=48): Terminating (SIGTERM)
22:51:23.965372 run   osmo-ms-virt-phy/00014(pid=49): Terminating (SIGTERM)
22:51:23.978779 run   osmo-ms-virt-phy/00015(pid=50): Terminating (SIGTERM)
22:51:23.987719 run   osmo-ms-virt-phy/00016(pid=51): Terminating (SIGTERM)
22:51:23.995131 run   osmo-ms-virt-phy/00017(pid=52): Terminating (SIGTERM)
22:51:24.004049 run   osmo-ms-virt-phy/00018(pid=53): Terminating (SIGTERM)
22:51:24.014087 run   osmo-ms-virt-phy/00019(pid=54): Terminating (SIGTERM)
22:51:24.023669 run   osmo-ms-virt-phy/00020(pid=55): Terminating (SIGTERM)
22:51:24.032654 run   osmo-ms-virt-phy/00021(pid=56): Terminating (SIGTERM)
22:51:24.041450 run   osmo-ms-virt-phy/00022(pid=57): Terminating (SIGTERM)
22:51:24.049942 run   osmo-ms-virt-phy/00023(pid=58): Terminating (SIGTERM)
22:51:24.058726 run   osmo-ms-virt-phy/00024(pid=59): Terminating (SIGTERM)
22:51:24.076305 run   osmo-ms-virt-phy/00025(pid=60): Terminating (SIGTERM)
22:51:24.091065 run   osmo-ms-virt-phy/00026(pid=61): Terminating (SIGTERM)
22:51:24.099974 run   osmo-ms-virt-phy/00027(pid=62): Terminating (SIGTERM)
22:51:24.112664 run   osmo-ms-virt-phy/00028(pid=63): Terminating (SIGTERM)
22:51:24.122109 run   osmo-ms-virt-phy/00029(pid=64): Terminating (SIGTERM)
22:51:24.131027 run   osmo-ms-virt-phy/00030(pid=65): Terminating (SIGTERM)
22:51:24.141117 run   osmo-ms-virt-phy/00031(pid=66): Terminating (SIGTERM)
22:51:24.157336 run   osmo-ms-virt-phy/00032(pid=67): Terminating (SIGTERM)
22:51:24.168284 run   osmo-ms-virt-phy/00033(pid=68): Terminating (SIGTERM)
22:51:24.176098 run   osmo-ms-virt-phy/00034(pid=69): Terminating (SIGTERM)
22:51:24.184866 run   osmo-ms-virt-phy/00035(pid=70): Terminating (SIGTERM)
22:51:24.193575 run   osmo-ms-virt-phy/00036(pid=71): Terminating (SIGTERM)
22:51:24.209924 run   osmo-ms-virt-phy/00037(pid=72): Terminating (SIGTERM)
22:51:24.218764 run   osmo-ms-virt-phy/00038(pid=73): Terminating (SIGTERM)
22:51:24.231788 run   osmo-ms-virt-phy/00039(pid=74): Terminating (SIGTERM)
22:51:24.243777 run   osmo-ms-virt-phy/00040(pid=75): Terminating (SIGTERM)
22:51:24.260449 run   osmo-ms-virt-phy/00041(pid=76): Terminating (SIGTERM)
22:51:24.275715 run   osmo-ms-virt-phy/00042(pid=77): Terminating (SIGTERM)
22:51:24.295985 run   osmo-ms-virt-phy/00043(pid=78): Terminating (SIGTERM)
22:51:24.312019 run   osmo-ms-virt-phy/00044(pid=79): Terminating (SIGTERM)
22:51:24.323856 run   osmo-ms-virt-phy/00045(pid=80): Terminating (SIGTERM)
22:51:24.339786 run   osmo-ms-virt-phy/00046(pid=81): Terminating (SIGTERM)
22:51:24.365104 run   osmo-ms-virt-phy/00047(pid=82): Terminating (SIGTERM)
22:51:24.376163 run   osmo-ms-virt-phy/00048(pid=83): Terminating (SIGTERM)
22:51:24.387788 run   osmo-ms-virt-phy/00049(pid=84): Terminating (SIGTERM)
22:51:24.399801 run   osmo-ms-virt-phy/00050(pid=85): Terminating (SIGTERM)
22:51:24.423708 run   osmo-ms-virt-phy/00051(pid=86): Terminating (SIGTERM)
22:51:24.444328 run   osmo-ms-virt-phy/00052(pid=87): Terminating (SIGTERM)
22:51:24.452643 run   osmo-ms-virt-phy/00053(pid=88): Terminating (SIGTERM)
22:51:24.461153 run   osmo-ms-virt-phy/00054(pid=89): Terminating (SIGTERM)
22:51:24.469441 run   osmo-ms-virt-phy/00055(pid=90): Terminating (SIGTERM)
22:51:24.477799 run   osmo-ms-virt-phy/00056(pid=91): Terminating (SIGTERM)
22:51:24.495982 run   osmo-ms-virt-phy/00057(pid=92): Terminating (SIGTERM)
22:51:24.510156 run   osmo-ms-virt-phy/00058(pid=93): Terminating (SIGTERM)
22:51:24.518456 run   osmo-ms-virt-phy/00059(pid=94): Terminating (SIGTERM)
22:51:24.527048 run   osmo-ms-virt-phy/00060(pid=95): Terminating (SIGTERM)
22:51:24.535621 run   osmo-ms-virt-phy/00061(pid=96): Terminating (SIGTERM)
22:51:24.543819 run   osmo-ms-virt-phy/00062(pid=97): Terminating (SIGTERM)
22:51:24.552026 run   osmo-ms-virt-phy/00063(pid=98): Terminating (SIGTERM)
22:51:24.567769 run   osmo-ms-virt-phy/00064(pid=99): Terminating (SIGTERM)
22:51:24.585170 run  osmo-ms-virt-phy/00065(pid=100): Terminating (SIGTERM)
22:51:24.603784 run  osmo-ms-virt-phy/00066(pid=101): Terminating (SIGTERM)
22:51:24.617533 run  osmo-ms-virt-phy/00067(pid=102): Terminating (SIGTERM)
22:51:24.632732 run  osmo-ms-virt-phy/00068(pid=103): Terminating (SIGTERM)
22:51:24.643771 run  osmo-ms-virt-phy/00069(pid=104): Terminating (SIGTERM)
22:51:24.655815 run  osmo-ms-virt-phy/00070(pid=105): Terminating (SIGTERM)
22:51:24.664656 run  osmo-ms-virt-phy/00071(pid=106): Terminating (SIGTERM)
22:51:24.675588 run  osmo-ms-virt-phy/00072(pid=107): Terminating (SIGTERM)
22:51:24.684366 run  osmo-ms-virt-phy/00073(pid=108): Terminating (SIGTERM)
22:51:24.692966 run  osmo-ms-virt-phy/00074(pid=109): Terminating (SIGTERM)
22:51:24.701677 run  osmo-ms-virt-phy/00075(pid=110): Terminating (SIGTERM)
22:51:24.710547 run  osmo-ms-virt-phy/00076(pid=111): Terminating (SIGTERM)
22:51:24.727949 run  osmo-ms-virt-phy/00077(pid=112): Terminating (SIGTERM)
22:51:24.736587 run  osmo-ms-virt-phy/00078(pid=113): Terminating (SIGTERM)
22:51:24.745238 run  osmo-ms-virt-phy/00079(pid=114): Terminating (SIGTERM)
22:51:24.754440 run  osmo-ms-virt-phy/00080(pid=115): Terminating (SIGTERM)
22:51:24.762784 run  osmo-ms-virt-phy/00081(pid=116): Terminating (SIGTERM)
22:51:24.770980 run  osmo-ms-virt-phy/00082(pid=117): Terminating (SIGTERM)
22:51:24.779364 run  osmo-ms-virt-phy/00083(pid=118): Terminating (SIGTERM)
22:51:24.786305 run  osmo-ms-virt-phy/00084(pid=119): Terminating (SIGTERM)
22:51:24.793338 run  osmo-ms-virt-phy/00085(pid=120): Terminating (SIGTERM)
22:51:24.800037 run  osmo-ms-virt-phy/00086(pid=121): Terminating (SIGTERM)
22:51:24.807142 run  osmo-ms-virt-phy/00087(pid=122): Terminating (SIGTERM)
22:51:24.814190 run  osmo-ms-virt-phy/00088(pid=123): Terminating (SIGTERM)
22:51:24.821829 run  osmo-ms-virt-phy/00089(pid=124): Terminating (SIGTERM)
22:51:24.828428 run  osmo-ms-virt-phy/00090(pid=125): Terminating (SIGTERM)
22:51:24.835230 run  osmo-ms-virt-phy/00091(pid=126): Terminating (SIGTERM)
22:51:24.842728 run  osmo-ms-virt-phy/00092(pid=127): Terminating (SIGTERM)
22:51:24.850064 run  osmo-ms-virt-phy/00093(pid=128): Terminating (SIGTERM)
22:51:24.856894 run  osmo-ms-virt-phy/00094(pid=129): Terminating (SIGTERM)
22:51:24.864718 run  osmo-ms-virt-phy/00095(pid=130): Terminating (SIGTERM)
22:51:24.871456 run  osmo-ms-virt-phy/00096(pid=131): Terminating (SIGTERM)
22:51:24.878910 run  osmo-ms-virt-phy/00097(pid=132): Terminating (SIGTERM)
22:51:24.885630 run  osmo-ms-virt-phy/00098(pid=133): Terminating (SIGTERM)
22:51:24.893801 run  osmo-ms-virt-phy/00099(pid=134): Terminating (SIGTERM)
22:51:24.901190 run       osmo-ms-mob/00000(pid=135): Terminating (SIGTERM)
22:51:24.908888 run       osmo-ms-mob/00001(pid=136): Terminating (SIGTERM)
22:51:24.915564 run       osmo-ms-mob/00002(pid=137): Terminating (SIGTERM)
22:51:24.922341 run       osmo-ms-mob/00003(pid=138): Terminating (SIGTERM)
22:51:24.929084 run       osmo-ms-mob/00004(pid=139): Terminating (SIGTERM)
22:51:24.935729 run       osmo-ms-mob/00005(pid=140): Terminating (SIGTERM)
22:51:24.942314 run       osmo-ms-mob/00006(pid=141): Terminating (SIGTERM)
22:51:24.948888 run       osmo-ms-mob/00007(pid=142): Terminating (SIGTERM)
22:51:24.955386 run       osmo-ms-mob/00008(pid=143): Terminating (SIGTERM)
22:51:24.961912 run       osmo-ms-mob/00009(pid=144): Terminating (SIGTERM)
22:51:24.968482 run       osmo-ms-mob/00010(pid=145): Terminating (SIGTERM)
22:51:24.975018 run       osmo-ms-mob/00011(pid=146): Terminating (SIGTERM)
22:51:24.981625 run       osmo-ms-mob/00012(pid=147): Terminating (SIGTERM)
22:51:24.988238 run       osmo-ms-mob/00013(pid=148): Terminating (SIGTERM)
22:51:24.994828 run       osmo-ms-mob/00014(pid=149): Terminating (SIGTERM)
22:51:25.001486 run       osmo-ms-mob/00015(pid=150): Terminating (SIGTERM)
22:51:25.008157 run       osmo-ms-mob/00016(pid=151): Terminating (SIGTERM)
22:51:25.014593 run       osmo-ms-mob/00017(pid=152): Terminating (SIGTERM)
22:51:25.021107 run       osmo-ms-mob/00018(pid=153): Terminating (SIGTERM)
22:51:25.027629 run       osmo-ms-mob/00019(pid=154): Terminating (SIGTERM)
22:51:25.034182 run       osmo-ms-mob/00020(pid=155): Terminating (SIGTERM)
22:51:25.040669 run       osmo-ms-mob/00021(pid=156): Terminating (SIGTERM)
22:51:25.047158 run       osmo-ms-mob/00022(pid=157): Terminating (SIGTERM)
22:51:25.053649 run       osmo-ms-mob/00023(pid=158): Terminating (SIGTERM)
22:51:25.060137 run       osmo-ms-mob/00024(pid=159): Terminating (SIGTERM)
22:51:25.066574 run       osmo-ms-mob/00025(pid=160): Terminating (SIGTERM)
22:51:25.073101 run       osmo-ms-mob/00026(pid=161): Terminating (SIGTERM)
22:51:25.079613 run       osmo-ms-mob/00027(pid=162): Terminating (SIGTERM)
22:51:25.086084 run       osmo-ms-mob/00028(pid=163): Terminating (SIGTERM)
22:51:25.092550 run       osmo-ms-mob/00029(pid=164): Terminating (SIGTERM)
22:51:25.098994 run       osmo-ms-mob/00030(pid=165): Terminating (SIGTERM)
22:51:25.105493 run       osmo-ms-mob/00031(pid=166): Terminating (SIGTERM)
22:51:25.112137 run       osmo-ms-mob/00032(pid=167): Terminating (SIGTERM)
22:51:25.118589 run       osmo-ms-mob/00033(pid=168): Terminating (SIGTERM)
22:51:25.125086 run       osmo-ms-mob/00034(pid=169): Terminating (SIGTERM)
22:51:25.131690 run       osmo-ms-mob/00035(pid=170): Terminating (SIGTERM)
22:51:25.138179 run       osmo-ms-mob/00036(pid=171): Terminating (SIGTERM)
22:51:25.144791 run       osmo-ms-mob/00037(pid=172): Terminating (SIGTERM)
22:51:25.151296 run       osmo-ms-mob/00038(pid=173): Terminating (SIGTERM)
22:51:25.157784 run       osmo-ms-mob/00039(pid=174): Terminating (SIGTERM)
22:51:25.164088 run       osmo-ms-mob/00040(pid=175): Terminating (SIGTERM)
22:51:25.170342 run       osmo-ms-mob/00041(pid=176): Terminating (SIGTERM)
22:51:25.176710 run       osmo-ms-mob/00042(pid=177): Terminating (SIGTERM)
22:51:25.183175 run       osmo-ms-mob/00043(pid=178): Terminating (SIGTERM)
22:51:25.189822 run       osmo-ms-mob/00044(pid=179): Terminating (SIGTERM)
22:51:25.196206 run       osmo-ms-mob/00045(pid=180): Terminating (SIGTERM)
22:51:25.203096 run       osmo-ms-mob/00046(pid=181): Terminating (SIGTERM)
22:51:25.209755 run       osmo-ms-mob/00047(pid=182): Terminating (SIGTERM)
22:51:25.216203 run       osmo-ms-mob/00048(pid=183): Terminating (SIGTERM)
22:51:25.222506 run       osmo-ms-mob/00049(pid=184): Terminating (SIGTERM)
22:51:25.228903 run       osmo-ms-mob/00050(pid=185): Terminating (SIGTERM)
22:51:25.235295 run       osmo-ms-mob/00051(pid=186): Terminating (SIGTERM)
22:51:25.241647 run       osmo-ms-mob/00052(pid=187): Terminating (SIGTERM)
22:51:25.248042 run       osmo-ms-mob/00053(pid=188): Terminating (SIGTERM)
22:51:25.254448 run       osmo-ms-mob/00054(pid=189): Terminating (SIGTERM)
22:51:25.260802 run       osmo-ms-mob/00055(pid=190): Terminating (SIGTERM)
22:51:25.267162 run       osmo-ms-mob/00056(pid=191): Terminating (SIGTERM)
22:51:25.273528 run       osmo-ms-mob/00057(pid=192): Terminating (SIGTERM)
22:51:25.279888 run       osmo-ms-mob/00058(pid=193): Terminating (SIGTERM)
22:51:25.286248 run       osmo-ms-mob/00059(pid=194): Terminating (SIGTERM)
22:51:25.292625 run       osmo-ms-mob/00060(pid=195): Terminating (SIGTERM)
22:51:25.298942 run       osmo-ms-mob/00061(pid=196): Terminating (SIGTERM)
22:51:25.305305 run       osmo-ms-mob/00062(pid=197): Terminating (SIGTERM)
22:51:25.311695 run       osmo-ms-mob/00063(pid=198): Terminating (SIGTERM)
22:51:25.318022 run       osmo-ms-mob/00064(pid=199): Terminating (SIGTERM)
22:51:25.324324 run       osmo-ms-mob/00065(pid=200): Terminating (SIGTERM)
22:51:25.330667 run       osmo-ms-mob/00066(pid=201): Terminating (SIGTERM)
22:51:25.337050 run       osmo-ms-mob/00067(pid=202): Terminating (SIGTERM)
22:51:25.343425 run       osmo-ms-mob/00068(pid=203): Terminating (SIGTERM)
22:51:25.349870 run       osmo-ms-mob/00069(pid=204): Terminating (SIGTERM)
22:51:25.356253 run       osmo-ms-mob/00070(pid=205): Terminating (SIGTERM)
22:51:25.362573 run       osmo-ms-mob/00071(pid=206): Terminating (SIGTERM)
22:51:25.368804 run       osmo-ms-mob/00072(pid=207): Terminating (SIGTERM)
22:51:25.375034 run       osmo-ms-mob/00073(pid=208): Terminating (SIGTERM)
22:51:25.381303 run       osmo-ms-mob/00074(pid=209): Terminating (SIGTERM)
22:51:25.387592 run       osmo-ms-mob/00075(pid=210): Terminating (SIGTERM)
22:51:25.393874 run       osmo-ms-mob/00076(pid=211): Terminating (SIGTERM)
22:51:25.400155 run       osmo-ms-mob/00077(pid=212): Terminating (SIGTERM)
22:51:25.406415 run       osmo-ms-mob/00078(pid=213): Terminating (SIGTERM)
22:51:25.412688 run       osmo-ms-mob/00079(pid=214): Terminating (SIGTERM)
22:51:25.418960 run       osmo-ms-mob/00080(pid=215): Terminating (SIGTERM)
22:51:25.425270 run       osmo-ms-mob/00081(pid=216): Terminating (SIGTERM)
22:51:25.431602 run       osmo-ms-mob/00082(pid=217): Terminating (SIGTERM)
22:51:25.437874 run       osmo-ms-mob/00083(pid=218): Terminating (SIGTERM)
22:51:25.444177 run       osmo-ms-mob/00084(pid=219): Terminating (SIGTERM)
22:51:25.450578 run       osmo-ms-mob/00085(pid=220): Terminating (SIGTERM)
22:51:25.456870 run       osmo-ms-mob/00086(pid=221): Terminating (SIGTERM)
22:51:25.463197 run       osmo-ms-mob/00087(pid=222): Terminating (SIGTERM)
22:51:25.469480 run       osmo-ms-mob/00088(pid=223): Terminating (SIGTERM)
22:51:25.475821 run       osmo-ms-mob/00089(pid=224): Terminating (SIGTERM)
22:51:25.482238 run       osmo-ms-mob/00090(pid=225): Terminating (SIGTERM)
22:51:25.488562 run       osmo-ms-mob/00091(pid=226): Terminating (SIGTERM)
22:51:25.494878 run       osmo-ms-mob/00092(pid=227): Terminating (SIGTERM)
22:51:25.501269 run       osmo-ms-mob/00093(pid=228): Terminating (SIGTERM)
22:51:25.507622 run       osmo-ms-mob/00094(pid=229): Terminating (SIGTERM)
22:51:25.513894 run       osmo-ms-mob/00095(pid=230): Terminating (SIGTERM)
22:51:25.520213 run       osmo-ms-mob/00096(pid=231): Terminating (SIGTERM)
22:51:25.526570 run       osmo-ms-mob/00097(pid=232): Terminating (SIGTERM)
22:51:25.532868 run       osmo-ms-mob/00098(pid=233): Terminating (SIGTERM)
22:51:25.539167 run       osmo-ms-mob/00099(pid=234): Terminating (SIGTERM)
22:51:25.545589 ---      ParallelTerminationStrategy: PID 22 died...
22:51:25.548405 run pcap-recorder_any(filters='host 127.0.42.2')(pid=22): Terminated: ok {rc=0}
22:51:25.555284 ---      ParallelTerminationStrategy: PID 23 died...
22:51:25.558076 run      osmo-hlr_127.0.42.2(pid=23): Terminated: ok {rc=0}
22:51:25.564936 ---      ParallelTerminationStrategy: PID 24 died...
22:51:25.567748 run pcap-recorder_any(filters='host 127.0.42.5 and port not 22')(pid=24): Terminated: ok {rc=0}
22:51:25.574670 ---      ParallelTerminationStrategy: PID 25 died...
22:51:25.577505 run      osmo-stp_127.0.42.5(pid=25): Terminated: ok {rc=0}
22:51:25.584364 ---      ParallelTerminationStrategy: PID 26 died...
22:51:25.587211 run pcap-recorder_any(filters='host 127.0.42.6 and port not 22')(pid=26): Terminated: ok {rc=0}
22:51:25.594238 ---      ParallelTerminationStrategy: PID 27 died...
22:51:25.597048 run      osmo-msc_127.0.42.6(pid=27): Terminated: ok {rc=0}
22:51:25.603975 ---      ParallelTerminationStrategy: PID 28 died...
22:51:25.606796 run pcap-recorder_any(filters='host 127.0.42.3 and port not 22')(pid=28): Terminated: ok {rc=0}
22:51:25.613733 ---      ParallelTerminationStrategy: PID 29 died...
22:51:25.616554 run      osmo-mgw_127.0.42.3(pid=29): Terminated {rc=15}
22:51:25.623484 ---      ParallelTerminationStrategy: PID 30 died...
22:51:25.626323 run pcap-recorder_any(filters='host 127.0.42.4 and port not 22')(pid=30): Terminated: ok {rc=0}
22:51:25.633227 ---      ParallelTerminationStrategy: PID 31 died...
22:51:25.636089 run      osmo-mgw_127.0.42.4(pid=31): Terminated {rc=15}
22:51:25.643088 ---      ParallelTerminationStrategy: PID 32 died...
22:51:25.645978 run pcap-recorder_any(filters='host 127.0.42.7 and port not 22')(pid=32): Terminated: ok {rc=0}
22:51:25.653051 ---      ParallelTerminationStrategy: PID 33 died...
22:51:25.655942 run      osmo-bsc_127.0.42.7(pid=33): Terminated: ok {rc=0}
22:51:25.663003 ---      ParallelTerminationStrategy: PID 35 died...
22:51:25.665837 run   osmo-ms-virt-phy/00000(pid=35): Terminated: ok {rc=0}
22:51:25.672821 ---      ParallelTerminationStrategy: PID 36 died...
22:51:25.675698 run   osmo-ms-virt-phy/00001(pid=36): Terminated: ok {rc=0}
22:51:25.682679 ---      ParallelTerminationStrategy: PID 37 died...
22:51:25.685541 run   osmo-ms-virt-phy/00002(pid=37): Terminated: ok {rc=0}
22:51:25.692616 ---      ParallelTerminationStrategy: PID 38 died...
22:51:25.695482 run   osmo-ms-virt-phy/00003(pid=38): Terminated: ok {rc=0}
22:51:25.704718 ---      ParallelTerminationStrategy: PID 39 died...
22:51:25.707566 run   osmo-ms-virt-phy/00004(pid=39): Terminated: ok {rc=0}
22:51:25.714530 ---      ParallelTerminationStrategy: PID 40 died...
22:51:25.717381 run   osmo-ms-virt-phy/00005(pid=40): Terminated: ok {rc=0}
22:51:25.724400 ---      ParallelTerminationStrategy: PID 41 died...
22:51:25.727212 run   osmo-ms-virt-phy/00006(pid=41): Terminated: ok {rc=0}
22:51:25.734179 ---      ParallelTerminationStrategy: PID 42 died...
22:51:25.737018 run   osmo-ms-virt-phy/00007(pid=42): Terminated: ok {rc=0}
22:51:25.743971 ---      ParallelTerminationStrategy: PID 43 died...
22:51:25.746825 run   osmo-ms-virt-phy/00008(pid=43): Terminated: ok {rc=0}
22:51:25.753768 ---      ParallelTerminationStrategy: PID 44 died...
22:51:25.756589 run   osmo-ms-virt-phy/00009(pid=44): Terminated: ok {rc=0}
22:51:25.763548 ---      ParallelTerminationStrategy: PID 45 died...
22:51:25.766411 run   osmo-ms-virt-phy/00010(pid=45): Terminated: ok {rc=0}
22:51:25.773336 ---      ParallelTerminationStrategy: PID 46 died...
22:51:25.776187 run   osmo-ms-virt-phy/00011(pid=46): Terminated: ok {rc=0}
22:51:25.783175 ---      ParallelTerminationStrategy: PID 47 died...
22:51:25.786049 run   osmo-ms-virt-phy/00012(pid=47): Terminated: ok {rc=0}
22:51:25.793016 ---      ParallelTerminationStrategy: PID 48 died...
22:51:25.795863 run   osmo-ms-virt-phy/00013(pid=48): Terminated: ok {rc=0}
22:51:25.802889 ---      ParallelTerminationStrategy: PID 49 died...
22:51:25.805766 run   osmo-ms-virt-phy/00014(pid=49): Terminated: ok {rc=0}
22:51:25.812712 ---      ParallelTerminationStrategy: PID 50 died...
22:51:25.815538 run   osmo-ms-virt-phy/00015(pid=50): Terminated: ok {rc=0}
22:51:25.824815 ---      ParallelTerminationStrategy: PID 51 died...
22:51:25.827958 run   osmo-ms-virt-phy/00016(pid=51): Terminated: ok {rc=0}
22:51:25.834996 ---      ParallelTerminationStrategy: PID 52 died...
22:51:25.837863 run   osmo-ms-virt-phy/00017(pid=52): Terminated: ok {rc=0}
22:51:25.844992 ---      ParallelTerminationStrategy: PID 53 died...
22:51:25.847908 run   osmo-ms-virt-phy/00018(pid=53): Terminated: ok {rc=0}
22:51:25.854974 ---      ParallelTerminationStrategy: PID 54 died...
22:51:25.857852 run   osmo-ms-virt-phy/00019(pid=54): Terminated: ok {rc=0}
22:51:25.864923 ---      ParallelTerminationStrategy: PID 55 died...
22:51:25.867789 run   osmo-ms-virt-phy/00020(pid=55): Terminated: ok {rc=0}
22:51:25.874821 ---      ParallelTerminationStrategy: PID 56 died...
22:51:25.877708 run   osmo-ms-virt-phy/00021(pid=56): Terminated: ok {rc=0}
22:51:25.884768 ---      ParallelTerminationStrategy: PID 57 died...
22:51:25.887589 run   osmo-ms-virt-phy/00022(pid=57): Terminated: ok {rc=0}
22:51:25.896773 ---      ParallelTerminationStrategy: PID 58 died...
22:51:25.899633 run   osmo-ms-virt-phy/00023(pid=58): Terminated: ok {rc=0}
22:51:25.906612 ---      ParallelTerminationStrategy: PID 59 died...
22:51:25.909442 run   osmo-ms-virt-phy/00024(pid=59): Terminated: ok {rc=0}
22:51:25.916435 ---      ParallelTerminationStrategy: PID 60 died...
22:51:25.919227 run   osmo-ms-virt-phy/00025(pid=60): Terminated: ok {rc=0}
22:51:25.926203 ---      ParallelTerminationStrategy: PID 61 died...
22:51:25.929064 run   osmo-ms-virt-phy/00026(pid=61): Terminated: ok {rc=0}
22:51:25.936092 ---      ParallelTerminationStrategy: PID 62 died...
22:51:25.938959 run   osmo-ms-virt-phy/00027(pid=62): Terminated: ok {rc=0}
22:51:25.947290 ---      ParallelTerminationStrategy: PID 63 died...
22:51:25.950721 run   osmo-ms-virt-phy/00028(pid=63): Terminated: ok {rc=0}
22:51:25.957774 ---      ParallelTerminationStrategy: PID 64 died...
22:51:25.960630 run   osmo-ms-virt-phy/00029(pid=64): Terminated: ok {rc=0}
22:51:25.967616 ---      ParallelTerminationStrategy: PID 65 died...
22:51:25.970451 run   osmo-ms-virt-phy/00030(pid=65): Terminated: ok {rc=0}
22:51:25.977429 ---      ParallelTerminationStrategy: PID 66 died...
22:51:25.980312 run   osmo-ms-virt-phy/00031(pid=66): Terminated: ok {rc=0}
22:51:25.987489 ---      ParallelTerminationStrategy: PID 67 died...
22:51:25.990335 run   osmo-ms-virt-phy/00032(pid=67): Terminated: ok {rc=0}
22:51:25.997357 ---      ParallelTerminationStrategy: PID 68 died...
22:51:26.000311 run   osmo-ms-virt-phy/00033(pid=68): Terminated: ok {rc=0}
22:51:26.007540 ---      ParallelTerminationStrategy: PID 69 died...
22:51:26.010563 run   osmo-ms-virt-phy/00034(pid=69): Terminated: ok {rc=0}
22:51:26.017791 ---      ParallelTerminationStrategy: PID 70 died...
22:51:26.020764 run   osmo-ms-virt-phy/00035(pid=70): Terminated: ok {rc=0}
22:51:26.027920 ---      ParallelTerminationStrategy: PID 71 died...
22:51:26.030763 run   osmo-ms-virt-phy/00036(pid=71): Terminated: ok {rc=0}
22:51:26.037867 ---      ParallelTerminationStrategy: PID 72 died...
22:51:26.040835 run   osmo-ms-virt-phy/00037(pid=72): Terminated: ok {rc=0}
22:51:26.048020 ---      ParallelTerminationStrategy: PID 73 died...
22:51:26.051007 run   osmo-ms-virt-phy/00038(pid=73): Terminated: ok {rc=0}
22:51:26.058266 ---      ParallelTerminationStrategy: PID 74 died...
22:51:26.061228 run   osmo-ms-virt-phy/00039(pid=74): Terminated: ok {rc=0}
22:51:26.068400 ---      ParallelTerminationStrategy: PID 75 died...
22:51:26.071311 run   osmo-ms-virt-phy/00040(pid=75): Terminated: ok {rc=0}
22:51:26.078593 ---      ParallelTerminationStrategy: PID 76 died...
22:51:26.081535 run   osmo-ms-virt-phy/00041(pid=76): Terminated: ok {rc=0}
22:51:26.090727 ---      ParallelTerminationStrategy: PID 77 died...
22:51:26.094391 run   osmo-ms-virt-phy/00042(pid=77): Terminated: ok {rc=0}
22:51:26.101469 ---      ParallelTerminationStrategy: PID 78 died...
22:51:26.104295 run   osmo-ms-virt-phy/00043(pid=78): Terminated: ok {rc=0}
22:51:26.111251 ---      ParallelTerminationStrategy: PID 79 died...
22:51:26.114082 run   osmo-ms-virt-phy/00044(pid=79): Terminated: ok {rc=0}
22:51:26.121009 ---      ParallelTerminationStrategy: PID 80 died...
22:51:26.123863 run   osmo-ms-virt-phy/00045(pid=80): Terminated: ok {rc=0}
22:51:26.130812 ---      ParallelTerminationStrategy: PID 81 died...
22:51:26.133659 run   osmo-ms-virt-phy/00046(pid=81): Terminated: ok {rc=0}
22:51:26.140869 ---      ParallelTerminationStrategy: PID 82 died...
22:51:26.143719 run   osmo-ms-virt-phy/00047(pid=82): Terminated: ok {rc=0}
22:51:26.150807 ---      ParallelTerminationStrategy: PID 83 died...
22:51:26.153628 run   osmo-ms-virt-phy/00048(pid=83): Terminated: ok {rc=0}
22:51:26.160706 ---      ParallelTerminationStrategy: PID 84 died...
22:51:26.163530 run   osmo-ms-virt-phy/00049(pid=84): Terminated: ok {rc=0}
22:51:26.171866 ---      ParallelTerminationStrategy: PID 85 died...
22:51:26.174704 run   osmo-ms-virt-phy/00050(pid=85): Terminated: ok {rc=0}
22:51:26.181672 ---      ParallelTerminationStrategy: PID 86 died...
22:51:26.184524 run   osmo-ms-virt-phy/00051(pid=86): Terminated: ok {rc=0}
22:51:26.191573 ---      ParallelTerminationStrategy: PID 87 died...
22:51:26.194440 run   osmo-ms-virt-phy/00052(pid=87): Terminated: ok {rc=0}
22:51:26.201477 ---      ParallelTerminationStrategy: PID 88 died...
22:51:26.204489 run   osmo-ms-virt-phy/00053(pid=88): Terminated: ok {rc=0}
22:51:26.211429 ---      ParallelTerminationStrategy: PID 89 died...
22:51:26.214259 run   osmo-ms-virt-phy/00054(pid=89): Terminated: ok {rc=0}
22:51:26.221247 ---      ParallelTerminationStrategy: PID 90 died...
22:51:26.224100 run   osmo-ms-virt-phy/00055(pid=90): Terminated: ok {rc=0}
22:51:26.231145 ---      ParallelTerminationStrategy: PID 91 died...
22:51:26.233979 run   osmo-ms-virt-phy/00056(pid=91): Terminated: ok {rc=0}
22:51:26.242890 ---      ParallelTerminationStrategy: PID 92 died...
22:51:26.245829 run   osmo-ms-virt-phy/00057(pid=92): Terminated: ok {rc=0}
22:51:26.252998 ---      ParallelTerminationStrategy: PID 93 died...
22:51:26.255897 run   osmo-ms-virt-phy/00058(pid=93): Terminated: ok {rc=0}
22:51:26.262950 ---      ParallelTerminationStrategy: PID 94 died...
22:51:26.265760 run   osmo-ms-virt-phy/00059(pid=94): Terminated: ok {rc=0}
22:51:26.272719 ---      ParallelTerminationStrategy: PID 95 died...
22:51:26.275526 run   osmo-ms-virt-phy/00060(pid=95): Terminated: ok {rc=0}
22:51:26.282505 ---      ParallelTerminationStrategy: PID 96 died...
22:51:26.285368 run   osmo-ms-virt-phy/00061(pid=96): Terminated: ok {rc=0}
22:51:26.292489 ---      ParallelTerminationStrategy: PID 97 died...
22:51:26.295347 run   osmo-ms-virt-phy/00062(pid=97): Terminated: ok {rc=0}
22:51:26.302322 ---      ParallelTerminationStrategy: PID 98 died...
22:51:26.305158 run   osmo-ms-virt-phy/00063(pid=98): Terminated: ok {rc=0}
22:51:26.312123 ---      ParallelTerminationStrategy: PID 99 died...
22:51:26.314917 run   osmo-ms-virt-phy/00064(pid=99): Terminated: ok {rc=0}
22:51:26.321839 ---      ParallelTerminationStrategy: PID 100 died...
22:51:26.324632 run  osmo-ms-virt-phy/00065(pid=100): Terminated: ok {rc=0}
22:51:26.331593 ---      ParallelTerminationStrategy: PID 101 died...
22:51:26.334406 run  osmo-ms-virt-phy/00066(pid=101): Terminated: ok {rc=0}
22:51:26.343334 ---      ParallelTerminationStrategy: PID 102 died...
22:51:26.346187 run  osmo-ms-virt-phy/00067(pid=102): Terminated: ok {rc=0}
22:51:26.353109 ---      ParallelTerminationStrategy: PID 103 died...
22:51:26.355931 run  osmo-ms-virt-phy/00068(pid=103): Terminated: ok {rc=0}
22:51:26.362923 ---      ParallelTerminationStrategy: PID 104 died...
22:51:26.365753 run  osmo-ms-virt-phy/00069(pid=104): Terminated: ok {rc=0}
22:51:26.372722 ---      ParallelTerminationStrategy: PID 105 died...
22:51:26.375619 run  osmo-ms-virt-phy/00070(pid=105): Terminated: ok {rc=0}
22:51:26.382635 ---      ParallelTerminationStrategy: PID 106 died...
22:51:26.385457 run  osmo-ms-virt-phy/00071(pid=106): Terminated: ok {rc=0}
22:51:26.394296 ---      ParallelTerminationStrategy: PID 107 died...
22:51:26.397130 run  osmo-ms-virt-phy/00072(pid=107): Terminated: ok {rc=0}
22:51:26.404066 ---      ParallelTerminationStrategy: PID 108 died...
22:51:26.406889 run  osmo-ms-virt-phy/00073(pid=108): Terminated: ok {rc=0}
22:51:26.413862 ---      ParallelTerminationStrategy: PID 109 died...
22:51:26.416713 run  osmo-ms-virt-phy/00074(pid=109): Terminated: ok {rc=0}
22:51:26.423679 ---      ParallelTerminationStrategy: PID 110 died...
22:51:26.426476 run  osmo-ms-virt-phy/00075(pid=110): Terminated: ok {rc=0}
22:51:26.433486 ---      ParallelTerminationStrategy: PID 111 died...
22:51:26.436349 run  osmo-ms-virt-phy/00076(pid=111): Terminated: ok {rc=0}
22:51:26.443324 ---      ParallelTerminationStrategy: PID 112 died...
22:51:26.446181 run  osmo-ms-virt-phy/00077(pid=112): Terminated: ok {rc=0}
22:51:26.453249 ---      ParallelTerminationStrategy: PID 113 died...
22:51:26.456054 run  osmo-ms-virt-phy/00078(pid=113): Terminated: ok {rc=0}
22:51:26.462970 ---      ParallelTerminationStrategy: PID 114 died...
22:51:26.465946 run  osmo-ms-virt-phy/00079(pid=114): Terminated: ok {rc=0}
22:51:26.473168 ---      ParallelTerminationStrategy: PID 115 died...
22:51:26.477101 run  osmo-ms-virt-phy/00080(pid=115): Terminated: ok {rc=0}
22:51:26.484028 ---      ParallelTerminationStrategy: PID 116 died...
22:51:26.486887 run  osmo-ms-virt-phy/00081(pid=116): Terminated: ok {rc=0}
22:51:26.493905 ---      ParallelTerminationStrategy: PID 117 died...
22:51:26.496790 run  osmo-ms-virt-phy/00082(pid=117): Terminated: ok {rc=0}
22:51:26.503743 ---      ParallelTerminationStrategy: PID 118 died...
22:51:26.506562 run  osmo-ms-virt-phy/00083(pid=118): Terminated: ok {rc=0}
22:51:26.513555 ---      ParallelTerminationStrategy: PID 119 died...
22:51:26.516433 run  osmo-ms-virt-phy/00084(pid=119): Terminated: ok {rc=0}
22:51:26.523380 ---      ParallelTerminationStrategy: PID 120 died...
22:51:26.526230 run  osmo-ms-virt-phy/00085(pid=120): Terminated: ok {rc=0}
22:51:26.533223 ---      ParallelTerminationStrategy: PID 121 died...
22:51:26.536066 run  osmo-ms-virt-phy/00086(pid=121): Terminated: ok {rc=0}
22:51:26.543021 ---      ParallelTerminationStrategy: PID 122 died...
22:51:26.545873 run  osmo-ms-virt-phy/00087(pid=122): Terminated: ok {rc=0}
22:51:26.552831 ---      ParallelTerminationStrategy: PID 123 died...
22:51:26.555649 run  osmo-ms-virt-phy/00088(pid=123): Terminated: ok {rc=0}
22:51:26.562546 ---      ParallelTerminationStrategy: PID 124 died...
22:51:26.565367 run  osmo-ms-virt-phy/00089(pid=124): Terminated: ok {rc=0}
22:51:26.572321 ---      ParallelTerminationStrategy: PID 125 died...
22:51:26.575124 run  osmo-ms-virt-phy/00090(pid=125): Terminated: ok {rc=0}
22:51:26.582063 ---      ParallelTerminationStrategy: PID 126 died...
22:51:26.584856 run  osmo-ms-virt-phy/00091(pid=126): Terminated: ok {rc=0}
22:51:26.591778 ---      ParallelTerminationStrategy: PID 127 died...
22:51:26.594585 run  osmo-ms-virt-phy/00092(pid=127): Terminated: ok {rc=0}
22:51:26.601526 ---      ParallelTerminationStrategy: PID 128 died...
22:51:26.604562 run  osmo-ms-virt-phy/00093(pid=128): Terminated: ok {rc=0}
22:51:26.611524 ---      ParallelTerminationStrategy: PID 129 died...
22:51:26.614411 run  osmo-ms-virt-phy/00094(pid=129): Terminated: ok {rc=0}
22:51:26.621920 ---      ParallelTerminationStrategy: PID 130 died...
22:51:26.626073 run  osmo-ms-virt-phy/00095(pid=130): Terminated: ok {rc=0}
22:51:26.633040 ---      ParallelTerminationStrategy: PID 131 died...
22:51:26.635863 run  osmo-ms-virt-phy/00096(pid=131): Terminated: ok {rc=0}
22:51:26.642808 ---      ParallelTerminationStrategy: PID 132 died...
22:51:26.645640 run  osmo-ms-virt-phy/00097(pid=132): Terminated: ok {rc=0}
22:51:26.652697 ---      ParallelTerminationStrategy: PID 133 died...
22:51:26.655527 run  osmo-ms-virt-phy/00098(pid=133): Terminated: ok {rc=0}
22:51:26.662511 ---      ParallelTerminationStrategy: PID 134 died...
22:51:26.665346 run  osmo-ms-virt-phy/00099(pid=134): Terminated: ok {rc=0}
22:51:26.672341 ---      ParallelTerminationStrategy: PID 135 died...
22:51:26.675177 run       osmo-ms-mob/00000(pid=135): Terminated {rc=26112}
22:51:26.682189 ---      ParallelTerminationStrategy: PID 136 died...
22:51:26.685009 run       osmo-ms-mob/00001(pid=136): Terminated {rc=26112}
22:51:26.692019 ---      ParallelTerminationStrategy: PID 137 died...
22:51:26.694812 run       osmo-ms-mob/00002(pid=137): Terminated {rc=26112}
22:51:26.701832 ---      ParallelTerminationStrategy: PID 138 died...
22:51:26.704628 run       osmo-ms-mob/00003(pid=138): Terminated {rc=26112}
22:51:26.711615 ---      ParallelTerminationStrategy: PID 139 died...
22:51:26.714462 run       osmo-ms-mob/00004(pid=139): Terminated {rc=26112}
22:51:26.721486 ---      ParallelTerminationStrategy: PID 140 died...
22:51:26.724320 run       osmo-ms-mob/00005(pid=140): Terminated {rc=26112}
22:51:26.731316 ---      ParallelTerminationStrategy: PID 141 died...
22:51:26.734149 run       osmo-ms-mob/00006(pid=141): Terminated {rc=26112}
22:51:26.741098 ---      ParallelTerminationStrategy: PID 142 died...
22:51:26.743928 run       osmo-ms-mob/00007(pid=142): Terminated {rc=26112}
22:51:26.750930 ---      ParallelTerminationStrategy: PID 143 died...
22:51:26.753734 run       osmo-ms-mob/00008(pid=143): Terminated {rc=26112}
22:51:26.760886 ---      ParallelTerminationStrategy: PID 144 died...
22:51:26.763716 run       osmo-ms-mob/00009(pid=144): Terminated {rc=26112}
22:51:26.772027 ---      ParallelTerminationStrategy: PID 145 died...
22:51:26.774835 run       osmo-ms-mob/00010(pid=145): Terminated {rc=26112}
22:51:26.781839 ---      ParallelTerminationStrategy: PID 146 died...
22:51:26.784701 run       osmo-ms-mob/00011(pid=146): Terminated {rc=26112}
22:51:26.791683 ---      ParallelTerminationStrategy: PID 147 died...
22:51:26.794509 run       osmo-ms-mob/00012(pid=147): Terminated {rc=26112}
22:51:26.801504 ---      ParallelTerminationStrategy: PID 148 died...
22:51:26.804422 run       osmo-ms-mob/00013(pid=148): Terminated {rc=26112}
22:51:26.811483 ---      ParallelTerminationStrategy: PID 149 died...
22:51:26.814310 run       osmo-ms-mob/00014(pid=149): Terminated {rc=26112}
22:51:26.821328 ---      ParallelTerminationStrategy: PID 150 died...
22:51:26.824132 run       osmo-ms-mob/00015(pid=150): Terminated {rc=26112}
22:51:26.832983 ---      ParallelTerminationStrategy: PID 151 died...
22:51:26.835803 run       osmo-ms-mob/00016(pid=151): Terminated {rc=26112}
22:51:26.842777 ---      ParallelTerminationStrategy: PID 152 died...
22:51:26.845687 run       osmo-ms-mob/00017(pid=152): Terminated {rc=26112}
22:51:26.852729 ---      ParallelTerminationStrategy: PID 153 died...
22:51:26.855619 run       osmo-ms-mob/00018(pid=153): Terminated {rc=26112}
22:51:26.862647 ---      ParallelTerminationStrategy: PID 154 died...
22:51:26.865480 run       osmo-ms-mob/00019(pid=154): Terminated {rc=26112}
22:51:26.872454 ---      ParallelTerminationStrategy: PID 155 died...
22:51:26.875264 run       osmo-ms-mob/00020(pid=155): Terminated {rc=26112}
22:51:26.882211 ---      ParallelTerminationStrategy: PID 156 died...
22:51:26.885048 run       osmo-ms-mob/00021(pid=156): Terminated {rc=26112}
22:51:26.891982 ---      ParallelTerminationStrategy: PID 157 died...
22:51:26.894782 run       osmo-ms-mob/00022(pid=157): Terminated {rc=26112}
22:51:26.901730 ---      ParallelTerminationStrategy: PID 158 died...
22:51:26.904571 run       osmo-ms-mob/00023(pid=158): Terminated {rc=26112}
22:51:26.911718 ---      ParallelTerminationStrategy: PID 159 died...
22:51:26.914685 run       osmo-ms-mob/00024(pid=159): Terminated {rc=26112}
22:51:26.921816 ---      ParallelTerminationStrategy: PID 160 died...
22:51:26.924659 run       osmo-ms-mob/00025(pid=160): Terminated {rc=26112}
22:51:26.931669 ---      ParallelTerminationStrategy: PID 161 died...
22:51:26.934496 run       osmo-ms-mob/00026(pid=161): Terminated {rc=26112}
22:51:26.941660 ---      ParallelTerminationStrategy: PID 162 died...
22:51:26.944588 run       osmo-ms-mob/00027(pid=162): Terminated {rc=26112}
22:51:26.951758 ---      ParallelTerminationStrategy: PID 163 died...
22:51:26.954666 run       osmo-ms-mob/00028(pid=163): Terminated {rc=26112}
22:51:26.961841 ---      ParallelTerminationStrategy: PID 164 died...
22:51:26.964727 run       osmo-ms-mob/00029(pid=164): Terminated {rc=26112}
22:51:26.971744 ---      ParallelTerminationStrategy: PID 165 died...
22:51:26.974576 run       osmo-ms-mob/00030(pid=165): Terminated {rc=26112}
22:51:26.981599 ---      ParallelTerminationStrategy: PID 166 died...
22:51:26.984496 run       osmo-ms-mob/00031(pid=166): Terminated {rc=26112}
22:51:26.991465 ---      ParallelTerminationStrategy: PID 167 died...
22:51:26.994345 run       osmo-ms-mob/00032(pid=167): Terminated {rc=26112}
22:51:27.002139 ---      ParallelTerminationStrategy: PID 168 died...
22:51:27.006014 run       osmo-ms-mob/00033(pid=168): Terminated {rc=26112}
22:51:27.012911 ---      ParallelTerminationStrategy: PID 169 died...
22:51:27.015707 run       osmo-ms-mob/00034(pid=169): Terminated {rc=26112}
22:51:27.022682 ---      ParallelTerminationStrategy: PID 170 died...
22:51:27.025543 run       osmo-ms-mob/00035(pid=170): Terminated {rc=26112}
22:51:27.032560 ---      ParallelTerminationStrategy: PID 171 died...
22:51:27.035389 run       osmo-ms-mob/00036(pid=171): Terminated {rc=26112}
22:51:27.042390 ---      ParallelTerminationStrategy: PID 172 died...
22:51:27.045232 run       osmo-ms-mob/00037(pid=172): Terminated {rc=26112}
22:51:27.052402 ---      ParallelTerminationStrategy: PID 173 died...
22:51:27.055283 run       osmo-ms-mob/00038(pid=173): Terminated {rc=26112}
22:51:27.062892 ---      ParallelTerminationStrategy: PID 174 died...
22:51:27.065786 run       osmo-ms-mob/00039(pid=174): Terminated {rc=26112}
22:51:27.072894 ---      ParallelTerminationStrategy: PID 175 died...
22:51:27.075798 run       osmo-ms-mob/00040(pid=175): Terminated {rc=26112}
22:51:27.082933 ---      ParallelTerminationStrategy: PID 176 died...
22:51:27.085847 run       osmo-ms-mob/00041(pid=176): Terminated {rc=26112}
22:51:27.093000 ---      ParallelTerminationStrategy: PID 177 died...
22:51:27.095921 run       osmo-ms-mob/00042(pid=177): Terminated {rc=26112}
22:51:27.103086 ---      ParallelTerminationStrategy: PID 178 died...
22:51:27.105953 run       osmo-ms-mob/00043(pid=178): Terminated {rc=26112}
22:51:27.113080 ---      ParallelTerminationStrategy: PID 179 died...
22:51:27.116088 run       osmo-ms-mob/00044(pid=179): Terminated {rc=26112}
22:51:27.123337 ---      ParallelTerminationStrategy: PID 180 died...
22:51:27.126249 run       osmo-ms-mob/00045(pid=180): Terminated {rc=26112}
22:51:27.133553 ---      ParallelTerminationStrategy: PID 181 died...
22:51:27.136490 run       osmo-ms-mob/00046(pid=181): Terminated {rc=26112}
22:51:27.143688 ---      ParallelTerminationStrategy: PID 182 died...
22:51:27.146633 run       osmo-ms-mob/00047(pid=182): Terminated {rc=26112}
22:51:27.154083 ---      ParallelTerminationStrategy: PID 183 died...
22:51:27.157140 run       osmo-ms-mob/00048(pid=183): Terminated {rc=26112}
22:51:27.164447 ---      ParallelTerminationStrategy: PID 184 died...
22:51:27.167406 run       osmo-ms-mob/00049(pid=184): Terminated {rc=26112}
22:51:27.174594 ---      ParallelTerminationStrategy: PID 185 died...
22:51:27.177507 run       osmo-ms-mob/00050(pid=185): Terminated {rc=26112}
22:51:27.184928 ---      ParallelTerminationStrategy: PID 186 died...
22:51:27.187965 run       osmo-ms-mob/00051(pid=186): Terminated {rc=26112}
22:51:27.195171 ---      ParallelTerminationStrategy: PID 187 died...
22:51:27.198096 run       osmo-ms-mob/00052(pid=187): Terminated {rc=26112}
22:51:27.205410 ---      ParallelTerminationStrategy: PID 188 died...
22:51:27.208387 run       osmo-ms-mob/00053(pid=188): Terminated {rc=26112}
22:51:27.215944 ---      ParallelTerminationStrategy: PID 189 died...
22:51:27.218871 run       osmo-ms-mob/00054(pid=189): Terminated {rc=26112}
22:51:27.226229 ---      ParallelTerminationStrategy: PID 190 died...
22:51:27.229123 run       osmo-ms-mob/00055(pid=190): Terminated {rc=26112}
22:51:27.236281 ---      ParallelTerminationStrategy: PID 191 died...
22:51:27.239156 run       osmo-ms-mob/00056(pid=191): Terminated {rc=26112}
22:51:27.246262 ---      ParallelTerminationStrategy: PID 192 died...
22:51:27.249139 run       osmo-ms-mob/00057(pid=192): Terminated {rc=26112}
22:51:27.256160 ---      ParallelTerminationStrategy: PID 193 died...
22:51:27.259019 run       osmo-ms-mob/00058(pid=193): Terminated {rc=26112}
22:51:27.266101 ---      ParallelTerminationStrategy: PID 194 died...
22:51:27.269005 run       osmo-ms-mob/00059(pid=194): Terminated {rc=26112}
22:51:27.275973 ---      ParallelTerminationStrategy: PID 195 died...
22:51:27.278771 run       osmo-ms-mob/00060(pid=195): Terminated {rc=26112}
22:51:27.285786 ---      ParallelTerminationStrategy: PID 196 died...
22:51:27.288625 run       osmo-ms-mob/00061(pid=196): Terminated {rc=26112}
22:51:27.295682 ---      ParallelTerminationStrategy: PID 197 died...
22:51:27.298488 run       osmo-ms-mob/00062(pid=197): Terminated {rc=26112}
22:51:27.305479 ---      ParallelTerminationStrategy: PID 198 died...
22:51:27.308305 run       osmo-ms-mob/00063(pid=198): Terminated {rc=26112}
22:51:27.315340 ---      ParallelTerminationStrategy: PID 199 died...
22:51:27.318202 run       osmo-ms-mob/00064(pid=199): Terminated {rc=26112}
22:51:27.325177 ---      ParallelTerminationStrategy: PID 200 died...
22:51:27.328021 run       osmo-ms-mob/00065(pid=200): Terminated {rc=26112}
22:51:27.335078 ---      ParallelTerminationStrategy: PID 201 died...
22:51:27.337934 run       osmo-ms-mob/00066(pid=201): Terminated {rc=26112}
22:51:27.344933 ---      ParallelTerminationStrategy: PID 202 died...
22:51:27.347815 run       osmo-ms-mob/00067(pid=202): Terminated {rc=26112}
22:51:27.354834 ---      ParallelTerminationStrategy: PID 203 died...
22:51:27.357749 run       osmo-ms-mob/00068(pid=203): Terminated {rc=26112}
22:51:27.364788 ---      ParallelTerminationStrategy: PID 204 died...
22:51:27.367709 run       osmo-ms-mob/00069(pid=204): Terminated {rc=26112}
22:51:27.374755 ---      ParallelTerminationStrategy: PID 205 died...
22:51:27.378856 run       osmo-ms-mob/00070(pid=205): Terminated {rc=26112}
22:51:27.386565 ---      ParallelTerminationStrategy: PID 206 died...
22:51:27.389426 run       osmo-ms-mob/00071(pid=206): Terminated {rc=26112}
22:51:27.402713 ---      ParallelTerminationStrategy: PID 207 died...
22:51:27.406955 run       osmo-ms-mob/00072(pid=207): Terminated {rc=26112}
22:51:27.415150 ---      ParallelTerminationStrategy: PID 208 died...
22:51:27.418312 run       osmo-ms-mob/00073(pid=208): Terminated {rc=26112}
22:51:27.426882 ---      ParallelTerminationStrategy: PID 209 died...
22:51:27.430905 run       osmo-ms-mob/00074(pid=209): Terminated {rc=26112}
22:51:27.439669 ---      ParallelTerminationStrategy: PID 210 died...
22:51:27.443750 run       osmo-ms-mob/00075(pid=210): Terminated {rc=26112}
22:51:27.453974 ---      ParallelTerminationStrategy: PID 211 died...
22:51:27.457721 run       osmo-ms-mob/00076(pid=211): Terminated {rc=26112}
22:51:27.467473 ---      ParallelTerminationStrategy: PID 212 died...
22:51:27.472225 run       osmo-ms-mob/00077(pid=212): Terminated {rc=26112}
22:51:27.483546 ---      ParallelTerminationStrategy: PID 213 died...
22:51:27.487682 run       osmo-ms-mob/00078(pid=213): Terminated {rc=26112}
22:51:27.496788 ---      ParallelTerminationStrategy: PID 214 died...
22:51:27.501261 run       osmo-ms-mob/00079(pid=214): Terminated {rc=26112}
22:51:27.509770 ---      ParallelTerminationStrategy: PID 215 died...
22:51:27.512884 run       osmo-ms-mob/00080(pid=215): Terminated {rc=26112}
22:51:27.520812 ---      ParallelTerminationStrategy: PID 216 died...
22:51:27.523859 run       osmo-ms-mob/00081(pid=216): Terminated {rc=26112}
22:51:27.531172 ---      ParallelTerminationStrategy: PID 217 died...
22:51:27.534172 run       osmo-ms-mob/00082(pid=217): Terminated {rc=26112}
22:51:27.541732 ---      ParallelTerminationStrategy: PID 218 died...
22:51:27.544761 run       osmo-ms-mob/00083(pid=218): Terminated {rc=26112}
22:51:27.552101 ---      ParallelTerminationStrategy: PID 219 died...
22:51:27.555067 run       osmo-ms-mob/00084(pid=219): Terminated {rc=26112}
22:51:27.562575 ---      ParallelTerminationStrategy: PID 220 died...
22:51:27.565609 run       osmo-ms-mob/00085(pid=220): Terminated {rc=26112}
22:51:27.572891 ---      ParallelTerminationStrategy: PID 221 died...
22:51:27.575869 run       osmo-ms-mob/00086(pid=221): Terminated {rc=26112}
22:51:27.583136 ---      ParallelTerminationStrategy: PID 222 died...
22:51:27.586218 run       osmo-ms-mob/00087(pid=222): Terminated {rc=26112}
22:51:27.593536 ---      ParallelTerminationStrategy: PID 223 died...
22:51:27.596520 run       osmo-ms-mob/00088(pid=223): Terminated {rc=26112}
22:51:27.603878 ---      ParallelTerminationStrategy: PID 224 died...
22:51:27.606850 run       osmo-ms-mob/00089(pid=224): Terminated {rc=26112}
22:51:27.616115 ---      ParallelTerminationStrategy: PID 225 died...
22:51:27.619053 run       osmo-ms-mob/00090(pid=225): Terminated {rc=26112}
22:51:27.626307 ---      ParallelTerminationStrategy: PID 226 died...
22:51:27.629337 run       osmo-ms-mob/00091(pid=226): Terminated {rc=26112}
22:51:27.636627 ---      ParallelTerminationStrategy: PID 227 died...
22:51:27.639598 run       osmo-ms-mob/00092(pid=227): Terminated {rc=26112}
22:51:27.647117 ---      ParallelTerminationStrategy: PID 228 died...
22:51:27.650103 run       osmo-ms-mob/00093(pid=228): Terminated {rc=26112}
22:51:27.657428 ---      ParallelTerminationStrategy: PID 229 died...
22:51:27.660380 run       osmo-ms-mob/00094(pid=229): Terminated {rc=26112}
22:51:27.668092 ---      ParallelTerminationStrategy: PID 230 died...
22:51:27.671101 run       osmo-ms-mob/00095(pid=230): Terminated {rc=26112}
22:51:27.678605 ---      ParallelTerminationStrategy: PID 231 died...
22:51:27.681617 run       osmo-ms-mob/00096(pid=231): Terminated {rc=26112}
22:51:27.689115 ---      ParallelTerminationStrategy: PID 232 died...
22:51:27.692396 run       osmo-ms-mob/00097(pid=232): Terminated {rc=26112}
22:51:27.699813 ---      ParallelTerminationStrategy: PID 233 died...
22:51:27.702776 run       osmo-ms-mob/00098(pid=233): Terminated {rc=26112}
22:51:27.710154 ---      ParallelTerminationStrategy: PID 234 died...
22:51:27.713250 run       osmo-ms-mob/00099(pid=234): Terminated {rc=26112}
22:51:29.134913 ---      ParallelTerminationStrategy: PID 34 died...
22:51:29.140965 run         osmo-bts-virtual(pid=34): Terminated: ok {rc=0}
---------------------------------------------------------------------
trial-7835 netreg_mass PASS
---------------------------------------------------------------------
22:51:29.253504 tst                       trial-7835: Storing JUnit report in /build/trial-7835/run.2025-01-04_22-49-55/trial-7835.xml

--------------------------------------------------------------------------------------------
trial-7835 PASS
--------------------------------------------------------------------------------------------
22:51:29.282729 tst                       trial-7835: trial-7835: PASS, 1 suites passed
PASS: netreg_mass (pass: 1)
    pass: register_default_mass.py (88.0 sec)
+ exit_code=0
+ rm -rf trial-7835/inst
+ cd trial-7835
+ command -v journalctl
+ [ ! -z /usr/bin/journalctl ]
+ readlink last_run
+ journalctl -u ofono -o short-precise --since 2025-01-04 22:49:54
No journal files were found.
+ readlink last_run
+ tar czf /build/trial-7835-run.tgz run.2025-01-04_22-49-55
+ tar czf /build/trial-7835-bin.tgz checksums.md5 open5gs.build-8.tgz osmo-bsc.build-2025-01-04_13_27_36.tgz osmo-bts-oc2g.build-2025-01-04_00_51_41.tgz osmo-bts-sysmo.build-2025-01-04_00_52_01.tgz osmo-bts.build-2025-01-04_00_52_59.tgz osmo-ggsn.build-2025-01-04_20_43_09.tgz osmo-hlr.build-2025-01-04_16_37_38.tgz osmo-hnbgw.build-2025-01-04_13_35_17.tgz osmo-mgw.build-2025-01-04_08_33_35.tgz osmo-msc.build-2025-01-04_13_39_44.tgz osmo-nitb.build-17155.tgz osmo-pcu-oc2g.build-2025-01-04_07_41_11.tgz osmo-pcu-sysmo.build-2025-01-04_07_40_20.tgz osmo-pcu.build-2025-01-04_07_41_10.tgz osmo-sgsn.build-2025-01-04_20_50_41.tgz osmo-stp.build-2025-01-04_13_26_56.tgz osmo-trx.build-2025-01-04_14_27_31.tgz osmocom-bb.build-2025-01-04_21_18_22.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