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/jenkins3806242684842265016.sh
+ rm -rf trial-7810-bin.tgz trial-7810-run.tgz *.md5
Copied 2 artifacts from "osmo-gsm-tester_build-osmo-bsc" build number 23362
Copied 2 artifacts from "osmo-gsm-tester_build-osmo-bts" build number 10290
Copied 2 artifacts from "osmo-gsm-tester_build-osmo-ggsn" build number 9298
Copied 2 artifacts from "osmo-gsm-tester_build-osmo-hlr" build number 12114
Copied 2 artifacts from "osmo-gsm-tester_build-osmo-mgw" build number 12414
Copied 2 artifacts from "osmo-gsm-tester_build-osmo-hnbgw" build number 10434
Copied 2 artifacts from "osmo-gsm-tester_build-osmo-msc" build number 38011
Copied 2 artifacts from "osmo-gsm-tester_build-osmo-pcu" build number 6835
Copied 2 artifacts from "osmo-gsm-tester_build-osmo-sgsn" build number 39773
Copied 2 artifacts from "osmo-gsm-tester_build-osmo-trx" build number 7257
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 12686
Copied 2 artifacts from "osmo-gsm-tester_build-osmocom-bb" build number 6703
Copied 2 artifacts from "osmo-gsm-tester_build-osmo-bts-sysmo" build number 10814
Copied 2 artifacts from "osmo-gsm-tester_build-osmo-pcu-sysmo" build number 6875
Copied 2 artifacts from "osmo-gsm-tester_build-osmo-bts-oc2g" build number 8312
Copied 2 artifacts from "osmo-gsm-tester_build-osmo-pcu-oc2g" build number 5594
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 6703
[osmo-gsm-tester_virtual] $ /bin/sh -xe /tmp/jenkins5764219554268880592.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-7810
+ 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
166ffa8 make: Fix OSMO_REMSIM_BRANCH not passed
+ make -C docker-playground/osmo-gsm-tester
make: Entering directory '/home/osmocom-build/jenkins/workspace/osmo-gsm-tester_virtual/docker-playground/osmo-gsm-tester'
awk: fatal: cannot open file `.release' for reading: No such file or directory
awk: fatal: cannot open file `.release' for reading: No such file or directory
awk: fatal: cannot open file `.release' for reading: No such file or directory
rm -rf .common
cp -r /home/osmocom-build/jenkins/workspace/osmo-gsm-tester_virtual/docker-playground/common .common
INFO: .release created
release=0.0.0
docker build \
	--build-arg USER=osmocom-build \
	--build-arg UID=1000 \
	--build-arg REGISTRY=docker.io \
	--build-arg OSMO_TTCN3_BRANCH=master \
	--build-arg UPSTREAM_DISTRO=debian:bookworm \
	--build-arg DISTRO=debian-bookworm \
	--build-arg OSMOCOM_REPO_MIRROR=https://downloads.osmocom.org \
	--build-arg OSMOCOM_REPO_PATH=packages/osmocom: \
	--build-arg OSMOCOM_REPO_VERSION=latest \
	--build-arg OSMOCOM_REPO_TESTSUITE_MIRROR=https://downloads.osmocom.org \
	--build-arg ASTERISK_BRANCH=sysmocom/20.7.0 \
	--build-arg LIBOSMOCORE_BRANCH=master \
	--build-arg OSMO_BB_BRANCH=master \
	--build-arg OSMO_BSC_BRANCH=master \
	--build-arg OSMO_BTS_BRANCH=master \
	--build-arg OSMO_CBC_BRANCH=master \
	--build-arg OSMO_DIA2GSUP_BRANCH=master \
	--build-arg OSMO_EPDG_BRANCH=master \
	--build-arg OSMO_GBPROXY_BRANCH=master \
	--build-arg OSMO_GGSN_BRANCH=master \
	--build-arg OSMO_GSM_TESTER_BRANCH=master \
	--build-arg OSMO_HLR_BRANCH=master \
	--build-arg OSMO_HNBGW_BRANCH=master \
	--build-arg OSMO_HNODEB_BRANCH=master \
	--build-arg OSMO_IUH_BRANCH=master \
	--build-arg OSMO_MGW_BRANCH=master \
	--build-arg OSMO_MSC_BRANCH=master \
	--build-arg OSMO_NITB_BRANCH=master \
	--build-arg OSMO_PCU_BRANCH=master \
	--build-arg OSMO_REMSIM_BRANCH=master \
	--build-arg OSMO_SGSN_BRANCH=master \
	--build-arg OSMO_SIP_BRANCH=master \
	--build-arg OSMO_STP_BRANCH=master \
	--build-arg OSMO_UECUPS_BRANCH=master \
	--build-arg OPEN5GS_BRANCH=main \
	--build-arg PJPROJECT_BRANCH=sysmocom/2.14 \
	 -t docker.io/osmocom-build/osmo-gsm-tester:latest .
#0 building with "default" instance using docker driver

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

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

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

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

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

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

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

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

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

#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.387 Hit:1 http://deb.debian.org/debian bookworm InRelease
#10 0.387 Get:2 http://deb.debian.org/debian bookworm-updates InRelease [55.4 kB]
#10 0.391 Hit:3 https://downloads.osmocom.org/packages/osmocom:/nightly/Debian_12 ./ InRelease
#10 0.391 Get:4 http://deb.debian.org/debian-security bookworm-security InRelease [48.0 kB]
#10 0.634 Get:5 http://deb.debian.org/debian-security bookworm-security/main amd64 Packages [216 kB]
#10 0.678 Fetched 320 kB in 0s (994 kB/s)
#10 0.678 Reading package lists...
#10 1.108 Reading package lists...
#10 1.514 Building dependency tree...
#10 1.630 Reading state information...
#10 1.733 dbus is already the newest version (1.14.10-1~deb12u1).
#10 1.733 tcpdump is already the newest version (4.99.3-1).
#10 1.733 sqlite3 is already the newest version (3.40.1-2+deb12u1).
#10 1.733 python3 is already the newest version (3.11.2-1+b1).
#10 1.733 python3-setuptools is already the newest version (66.1.1-1).
#10 1.733 python3-yaml is already the newest version (6.0-3+b2).
#10 1.733 python3-mako is already the newest version (1.2.4+ds-1).
#10 1.733 python3-gi is already the newest version (3.42.2-3+b1).
#10 1.733 python3-wheel is already the newest version (0.38.4-2).
#10 1.733 python3-wheel set to manually installed.
#10 1.733 ofono is already the newest version (1.31-3+b1).
#10 1.733 patchelf is already the newest version (0.14.3-1+b1).
#10 1.733 sudo is already the newest version (1.9.13p3-1+deb12u1).
#10 1.733 libcap2-bin is already the newest version (1:2.66-4).
#10 1.733 libcap2-bin set to manually installed.
#10 1.733 python3-pip is already the newest version (23.0.1+dfsg-1).
#10 1.733 locales is already the newest version (2.36-9+deb12u9).
#10 1.733 The following additional packages will be installed:
#10 1.733   busybox libblas3 libiperf0 liblapack3 librpm9 librpmio9 rpm-common
#10 1.734 Suggested packages:
#10 1.734   libarchive-dev gfortran python3-pytest rpm-i18n
#10 1.808 The following NEW packages will be installed:
#10 1.808   busybox cpio iperf3 libblas3 libiperf0 liblapack3 librpm9 librpmio9
#10 1.808   python3-numpy python3-watchdog rpm-common rpm2cpio udhcpc
#10 1.834 0 upgraded, 13 newly installed, 0 to remove and 2 not upgraded.
#10 1.834 Need to get 14.8 MB of archives.
#10 1.834 After this operation, 45.5 MB of additional disk space will be used.
#10 1.834 Get:1 http://deb.debian.org/debian bookworm/main amd64 libiperf0 amd64 3.12-1+deb12u1 [91.2 kB]
#10 1.847 Get:2 http://deb.debian.org/debian bookworm/main amd64 iperf3 amd64 3.12-1+deb12u1 [33.9 kB]
#10 1.848 Get:3 http://deb.debian.org/debian bookworm/main amd64 cpio amd64 2.13+dfsg-7.1 [245 kB]
#10 1.855 Get:4 http://deb.debian.org/debian bookworm/main amd64 busybox amd64 1:1.35.0-4+b3 [452 kB]
#10 1.861 Get:5 http://deb.debian.org/debian bookworm/main amd64 libblas3 amd64 3.11.0-2 [149 kB]
#10 1.863 Get:6 http://deb.debian.org/debian bookworm/main amd64 liblapack3 amd64 3.11.0-2 [2323 kB]
#10 1.891 Get:7 http://deb.debian.org/debian bookworm/main amd64 librpmio9 amd64 4.18.0+dfsg-1+deb12u1 [1625 kB]
#10 1.898 Get:8 http://deb.debian.org/debian bookworm/main amd64 librpm9 amd64 4.18.0+dfsg-1+deb12u1 [1720 kB]
#10 1.911 Get:9 http://deb.debian.org/debian bookworm/main amd64 python3-numpy amd64 1:1.24.2-1+deb12u1 [4960 kB]
#10 1.954 Get:10 http://deb.debian.org/debian bookworm/main amd64 python3-watchdog all 2.2.1-1 [124 kB]
#10 1.955 Get:11 http://deb.debian.org/debian bookworm/main amd64 rpm-common amd64 4.18.0+dfsg-1+deb12u1 [1571 kB]
#10 1.968 Get:12 http://deb.debian.org/debian bookworm/main amd64 rpm2cpio amd64 4.18.0+dfsg-1+deb12u1 [1547 kB]
#10 1.981 Get:13 http://deb.debian.org/debian bookworm/main amd64 udhcpc amd64 1:1.35.0-4+b3 [6284 B]
#10 2.127 debconf: delaying package configuration, since apt-utils is not installed
#10 2.170 Fetched 14.8 MB in 0s (87.9 MB/s)
#10 2.201 Selecting previously unselected package libiperf0:amd64.
#10 2.201 (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.287 Preparing to unpack .../00-libiperf0_3.12-1+deb12u1_amd64.deb ...
#10 2.295 Unpacking libiperf0:amd64 (3.12-1+deb12u1) ...
#10 2.354 Selecting previously unselected package iperf3.
#10 2.362 Preparing to unpack .../01-iperf3_3.12-1+deb12u1_amd64.deb ...
#10 2.368 Unpacking iperf3 (3.12-1+deb12u1) ...
#10 2.419 Selecting previously unselected package cpio.
#10 2.428 Preparing to unpack .../02-cpio_2.13+dfsg-7.1_amd64.deb ...
#10 2.431 Unpacking cpio (2.13+dfsg-7.1) ...
#10 2.513 Selecting previously unselected package busybox.
#10 2.521 Preparing to unpack .../03-busybox_1%3a1.35.0-4+b3_amd64.deb ...
#10 2.524 Unpacking busybox (1:1.35.0-4+b3) ...
#10 2.597 Selecting previously unselected package libblas3:amd64.
#10 2.606 Preparing to unpack .../04-libblas3_3.11.0-2_amd64.deb ...
#10 2.613 Unpacking libblas3:amd64 (3.11.0-2) ...
#10 2.678 Selecting previously unselected package liblapack3:amd64.
#10 2.688 Preparing to unpack .../05-liblapack3_3.11.0-2_amd64.deb ...
#10 2.693 Unpacking liblapack3:amd64 (3.11.0-2) ...
#10 2.870 Selecting previously unselected package librpmio9.
#10 2.880 Preparing to unpack .../06-librpmio9_4.18.0+dfsg-1+deb12u1_amd64.deb ...
#10 2.883 Unpacking librpmio9 (4.18.0+dfsg-1+deb12u1) ...
#10 2.944 Selecting previously unselected package librpm9.
#10 2.955 Preparing to unpack .../07-librpm9_4.18.0+dfsg-1+deb12u1_amd64.deb ...
#10 2.958 Unpacking librpm9 (4.18.0+dfsg-1+deb12u1) ...
#10 3.026 Selecting previously unselected package python3-numpy.
#10 3.036 Preparing to unpack .../08-python3-numpy_1%3a1.24.2-1+deb12u1_amd64.deb ...
#10 3.039 Unpacking python3-numpy (1:1.24.2-1+deb12u1) ...
#10 3.467 Selecting previously unselected package python3-watchdog.
#10 3.477 Preparing to unpack .../09-python3-watchdog_2.2.1-1_all.deb ...
#10 3.492 Unpacking python3-watchdog (2.2.1-1) ...
#10 3.599 Selecting previously unselected package rpm-common.
#10 3.608 Preparing to unpack .../10-rpm-common_4.18.0+dfsg-1+deb12u1_amd64.deb ...
#10 3.620 Unpacking rpm-common (4.18.0+dfsg-1+deb12u1) ...
#10 3.775 Selecting previously unselected package rpm2cpio.
#10 3.784 Preparing to unpack .../11-rpm2cpio_4.18.0+dfsg-1+deb12u1_amd64.deb ...
#10 3.788 Unpacking rpm2cpio (4.18.0+dfsg-1+deb12u1) ...
#10 3.839 Selecting previously unselected package udhcpc:amd64.
#10 3.848 Preparing to unpack .../12-udhcpc_1%3a1.35.0-4+b3_amd64.deb ...
#10 3.852 Unpacking udhcpc:amd64 (1:1.35.0-4+b3) ...
#10 3.918 Setting up cpio (2.13+dfsg-7.1) ...
#10 3.934 update-alternatives: using /bin/mt-gnu to provide /bin/mt (mt) in auto mode
#10 3.934 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.941 Setting up python3-watchdog (2.2.1-1) ...
#10 4.098 Setting up busybox (1:1.35.0-4+b3) ...
#10 4.108 Setting up libblas3:amd64 (3.11.0-2) ...
#10 4.117 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.124 Setting up libiperf0:amd64 (3.12-1+deb12u1) ...
#10 4.134 Setting up udhcpc:amd64 (1:1.35.0-4+b3) ...
#10 4.147 Setting up librpmio9 (4.18.0+dfsg-1+deb12u1) ...
#10 4.159 Setting up librpm9 (4.18.0+dfsg-1+deb12u1) ...
#10 4.171 Setting up liblapack3:amd64 (3.11.0-2) ...
#10 4.180 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.185 Setting up iperf3 (3.12-1+deb12u1) ...
#10 4.257 debconf: unable to initialize frontend: Dialog
#10 4.257 debconf: (TERM is not set, so the dialog frontend is not usable.)
#10 4.257 debconf: falling back to frontend: Readline
#10 4.264 debconf: unable to initialize frontend: Readline
#10 4.264 debconf: (This frontend requires a controlling tty.)
#10 4.264 debconf: falling back to frontend: Teletype
#10 4.276 Configuring iperf3
#10 4.276 ------------------
#10 4.276 
#10 4.276 Choose this option if Iperf3 should start automatically as a daemon, now and at 
#10 4.276 boot time.
#10 4.276 
#10 4.276 Start Iperf3 as a daemon automatically? [yes/no] 
#10 4.276 Use of uninitialized value $_[1] in join or string at /usr/share/perl5/Debconf/DbDriver/Stack.pm line 111.
#10 4.348 invoke-rc.d: could not determine current runlevel
#10 4.352 invoke-rc.d: policy-rc.d denied execution of stop.
#10 4.456 Use of uninitialized value $val in substitution (s///) at /usr/share/perl5/Debconf/Format/822.pm line 83, <GEN6> line 1.
#10 4.456 Use of uninitialized value $val in concatenation (.) or string at /usr/share/perl5/Debconf/Format/822.pm line 84, <GEN6> line 1.
#10 4.476 Setting up rpm-common (4.18.0+dfsg-1+deb12u1) ...
#10 4.490 Setting up python3-numpy (1:1.24.2-1+deb12u1) ...
#10 5.648 Setting up rpm2cpio (4.18.0+dfsg-1+deb12u1) ...
#10 5.671 Processing triggers for man-db (2.11.2-2) ...
#10 5.731 Processing triggers for dbus (1.14.10-1~deb12u1) ...
#10 5.783 Processing triggers for libc-bin (2.36-9+deb12u9) ...
#10 DONE 6.0s

#11 [ 6/28] RUN	PIP3 install --break-system-packages 		"git+https://github.com/podshumok/python-smpplib.git@master#egg=smpplib" 		pydbus 		pyusb 		pysispm 		pymongo
#11 0.714 Collecting smpplib
#11 0.714   Cloning https://github.com/podshumok/python-smpplib.git (to revision master) to /tmp/pip-install-7hvafcms/smpplib_8defce604fa947279d5d88d0099ff392
#11 0.716   Running command git clone --filter=blob:none --quiet https://github.com/podshumok/python-smpplib.git /tmp/pip-install-7hvafcms/smpplib_8defce604fa947279d5d88d0099ff392
#11 1.519   Resolved https://github.com/podshumok/python-smpplib.git to commit 29e611d20b21c4c6aff55ee867f2355f4c7085c8
#11 1.521   Preparing metadata (setup.py): started
#11 1.752   Preparing metadata (setup.py): finished with status 'done'
#11 1.755 Requirement already satisfied: pydbus in /usr/local/lib/python3.11/dist-packages (0.6.0)
#11 1.756 Requirement already satisfied: pyusb in /usr/lib/python3/dist-packages (1.2.1.post2)
#11 1.756 Requirement already satisfied: pysispm in /usr/local/lib/python3.11/dist-packages (0.6)
#11 2.282 Collecting pymongo
#11 2.332   Downloading pymongo-4.10.1-cp311-cp311-manylinux_2_17_x86_64.manylinux2014_x86_64.whl (1.7 MB)
#11 2.453      ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 1.7/1.7 MB 13.9 MB/s eta 0:00:00
#11 2.462 Requirement already satisfied: six in /usr/lib/python3/dist-packages (from smpplib) (1.16.0)
#11 2.520 Collecting dnspython<3.0.0,>=1.16.0
#11 2.527   Downloading dnspython-2.7.0-py3-none-any.whl (313 kB)
#11 2.550      ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 313.6/313.6 kB 15.2 MB/s eta 0:00:00
#11 2.894 Installing collected packages: dnspython, pymongo
#11 3.340 Successfully installed dnspython-2.7.0 pymongo-4.10.1
#11 3.340 WARNING: Running pip as the 'root' user can result in broken permissions and conflicting behaviour with the system package manager. It is recommended to use a virtual environment instead: https://pip.pypa.io/warnings/venv
#11 DONE 3.5s

#12 [ 7/28] RUN	APT-GET update && apt-get install -y openssh-server
#12 0.386 Hit:1 http://deb.debian.org/debian bookworm InRelease
#12 0.386 Hit:2 http://deb.debian.org/debian bookworm-updates InRelease
#12 0.386 Hit:3 http://deb.debian.org/debian-security bookworm-security InRelease
#12 0.481 Hit:4 https://downloads.osmocom.org/packages/osmocom:/nightly/Debian_12 ./ InRelease
#12 0.660 Reading package lists...
#12 1.097 Reading package lists...
#12 1.515 Building dependency tree...
#12 1.615 Reading state information...
#12 1.709 The following additional packages will be installed:
#12 1.710   dbus-user-session libnss-systemd libpam-systemd libxmuu1 ncurses-term
#12 1.710   openssh-sftp-server runit-helper systemd-sysv xauth
#12 1.710 Suggested packages:
#12 1.710   molly-guard monkeysphere ssh-askpass ufw
#12 1.801 The following NEW packages will be installed:
#12 1.802   dbus-user-session libnss-systemd libpam-systemd libxmuu1 ncurses-term
#12 1.802   openssh-server openssh-sftp-server runit-helper systemd-sysv xauth
#12 1.827 0 upgraded, 10 newly installed, 0 to remove and 2 not upgraded.
#12 1.827 Need to get 1598 kB of archives.
#12 1.827 After this operation, 7874 kB of additional disk space will be used.
#12 1.827 Get:1 http://deb.debian.org/debian bookworm/main amd64 systemd-sysv amd64 252.31-1~deb12u1 [42.5 kB]
#12 1.841 Get:2 http://deb.debian.org/debian bookworm/main amd64 openssh-sftp-server amd64 1:9.2p1-2+deb12u3 [65.8 kB]
#12 1.846 Get:3 http://deb.debian.org/debian bookworm/main amd64 runit-helper all 2.15.2 [6520 B]
#12 1.847 Get:4 http://deb.debian.org/debian bookworm/main amd64 openssh-server amd64 1:9.2p1-2+deb12u3 [456 kB]
#12 1.857 Get:5 http://deb.debian.org/debian bookworm/main amd64 libnss-systemd amd64 252.31-1~deb12u1 [163 kB]
#12 1.858 Get:6 http://deb.debian.org/debian bookworm/main amd64 libpam-systemd amd64 252.31-1~deb12u1 [225 kB]
#12 1.860 Get:7 http://deb.debian.org/debian bookworm/main amd64 ncurses-term all 6.4-4 [501 kB]
#12 1.864 Get:8 http://deb.debian.org/debian bookworm/main amd64 dbus-user-session amd64 1.14.10-1~deb12u1 [78.1 kB]
#12 1.865 Get:9 http://deb.debian.org/debian bookworm/main amd64 libxmuu1 amd64 2:1.1.3-3 [23.9 kB]
#12 1.865 Get:10 http://deb.debian.org/debian bookworm/main amd64 xauth amd64 1:1.1.2-1 [36.0 kB]
#12 2.033 debconf: delaying package configuration, since apt-utils is not installed
#12 2.083 Fetched 1598 kB in 0s (26.8 MB/s)
#12 2.139 Selecting previously unselected package systemd-sysv.
#12 2.139 (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.186 Preparing to unpack .../0-systemd-sysv_252.31-1~deb12u1_amd64.deb ...
#12 2.194 Unpacking systemd-sysv (252.31-1~deb12u1) ...
#12 2.296 Selecting previously unselected package openssh-sftp-server.
#12 2.306 Preparing to unpack .../1-openssh-sftp-server_1%3a9.2p1-2+deb12u3_amd64.deb ...
#12 2.319 Unpacking openssh-sftp-server (1:9.2p1-2+deb12u3) ...
#12 2.419 Selecting previously unselected package runit-helper.
#12 2.428 Preparing to unpack .../2-runit-helper_2.15.2_all.deb ...
#12 2.440 Unpacking runit-helper (2.15.2) ...
#12 2.565 Selecting previously unselected package openssh-server.
#12 2.574 Preparing to unpack .../3-openssh-server_1%3a9.2p1-2+deb12u3_amd64.deb ...
#12 2.601 Unpacking openssh-server (1:9.2p1-2+deb12u3) ...
#12 2.742 Selecting previously unselected package libnss-systemd:amd64.
#12 2.752 Preparing to unpack .../4-libnss-systemd_252.31-1~deb12u1_amd64.deb ...
#12 2.781 Unpacking libnss-systemd:amd64 (252.31-1~deb12u1) ...
#12 2.864 Selecting previously unselected package libpam-systemd:amd64.
#12 2.872 Preparing to unpack .../5-libpam-systemd_252.31-1~deb12u1_amd64.deb ...
#12 2.878 Unpacking libpam-systemd:amd64 (252.31-1~deb12u1) ...
#12 2.992 Selecting previously unselected package ncurses-term.
#12 3.002 Preparing to unpack .../6-ncurses-term_6.4-4_all.deb ...
#12 3.014 Unpacking ncurses-term (6.4-4) ...
#12 3.389 Selecting previously unselected package dbus-user-session.
#12 3.399 Preparing to unpack .../7-dbus-user-session_1.14.10-1~deb12u1_amd64.deb ...
#12 3.418 Unpacking dbus-user-session (1.14.10-1~deb12u1) ...
#12 3.533 Selecting previously unselected package libxmuu1:amd64.
#12 3.543 Preparing to unpack .../8-libxmuu1_2%3a1.1.3-3_amd64.deb ...
#12 3.554 Unpacking libxmuu1:amd64 (2:1.1.3-3) ...
#12 3.646 Selecting previously unselected package xauth.
#12 3.656 Preparing to unpack .../9-xauth_1%3a1.1.2-1_amd64.deb ...
#12 3.669 Unpacking xauth (1:1.1.2-1) ...
#12 3.788 Setting up runit-helper (2.15.2) ...
#12 3.826 Setting up openssh-sftp-server (1:9.2p1-2+deb12u3) ...
#12 3.864 Setting up systemd-sysv (252.31-1~deb12u1) ...
#12 3.907 Setting up openssh-server (1:9.2p1-2+deb12u3) ...
#12 4.118 debconf: unable to initialize frontend: Dialog
#12 4.118 debconf: (TERM is not set, so the dialog frontend is not usable.)
#12 4.118 debconf: falling back to frontend: Readline
#12 4.125 debconf: unable to initialize frontend: Readline
#12 4.125 debconf: (This frontend requires a controlling tty.)
#12 4.125 debconf: falling back to frontend: Teletype
#12 4.210 
#12 4.210 Creating config file /etc/ssh/sshd_config with new version
#12 4.249 Creating SSH2 RSA key; this may take some time ...
#12 4.727 3072 SHA256:f/hSxov+JJILTK55lo7g9tJw2fSraXZ9r9iE9hjkmrw root@buildkitsandbox (RSA)
#12 4.730 Creating SSH2 ECDSA key; this may take some time ...
#12 4.736 256 SHA256:ZknFnpU4rjOYNJhTquA1Gb3/bhMnL86KkYjpKIf7p+M root@buildkitsandbox (ECDSA)
#12 4.738 Creating SSH2 ED25519 key; this may take some time ...
#12 4.747 256 SHA256:oegxexIxlR6wA9a6R5Z1LBAu2AE4ns2CUD682hjQR7g root@buildkitsandbox (ED25519)
#12 4.833 invoke-rc.d: could not determine current runlevel
#12 4.836 invoke-rc.d: policy-rc.d denied execution of start.
#12 4.938 Created symlink /etc/systemd/system/sshd.service → /lib/systemd/system/ssh.service.

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

#12 5.015 Setting up libnss-systemd:amd64 (252.31-1~deb12u1) ...
#12 5.034 Setting up libpam-systemd:amd64 (252.31-1~deb12u1) ...
#12 5.099 debconf: unable to initialize frontend: Dialog
#12 5.099 debconf: (TERM is not set, so the dialog frontend is not usable.)
#12 5.099 debconf: falling back to frontend: Readline
#12 5.106 debconf: unable to initialize frontend: Readline
#12 5.106 debconf: (This frontend requires a controlling tty.)
#12 5.106 debconf: falling back to frontend: Teletype
#12 5.173 Setting up libxmuu1:amd64 (2:1.1.3-3) ...
#12 5.184 Setting up ncurses-term (6.4-4) ...
#12 5.197 Setting up dbus-user-session (1.14.10-1~deb12u1) ...
#12 5.215 Setting up xauth (1:1.1.2-1) ...
#12 5.226 Processing triggers for man-db (2.11.2-2) ...
#12 5.241 Processing triggers for libc-bin (2.36-9+deb12u9) ...
#12 DONE 5.4s

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

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

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

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

#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.783 Generating locales (this might take a while)...
#19 0.788   en_US.UTF-8... done
#19 1.792 Generation complete.
#19 DONE 1.9s

#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.367 Hit:1 http://deb.debian.org/debian bookworm InRelease
#20 0.367 Hit:2 http://deb.debian.org/debian bookworm-updates InRelease
#20 0.367 Hit:3 http://deb.debian.org/debian-security bookworm-security InRelease
#20 0.367 Hit:4 https://downloads.osmocom.org/packages/osmocom:/nightly/Debian_12 ./ InRelease
#20 0.632 Reading package lists...
#20 1.040 Reading package lists...
#20 1.449 Building dependency tree...
#20 1.553 Reading state information...
#20 1.648 telnet is already the newest version (0.17+2.4-2+deb12u1).
#20 1.648 The following additional packages will be installed:
#20 1.648   libasn1c1 libgtp10 libosmo-gsup-client0 libosmo-ranap7 libosmo-sigtran10
#20 1.648   libosmoabis13 libosmocodec4 libosmocoding0 libosmocore libosmocore22
#20 1.648   libosmoctrl0 libosmogb14 libosmogsm20 libosmoisdn0 libosmonetif11
#20 1.648   libosmosim2 libosmotrau10 libosmousb0 libosmovty13 libsmpp1 osmocom-nightly
#20 1.674 The following NEW packages will be installed:
#20 1.674   libasn1c-dev libasn1c1 libgtp-dev libgtp10 libosmo-abis-dev
#20 1.674   libosmo-gsup-client-dev libosmo-gsup-client0 libosmo-netif-dev
#20 1.674   libosmo-ranap-dev libosmo-ranap7 libosmo-sigtran-dev libosmo-sigtran10
#20 1.674   libosmoabis13 libosmocodec4 libosmocoding0 libosmocore libosmocore-dev
#20 1.674   libosmocore22 libosmoctrl0 libosmogb14 libosmogsm20 libosmoisdn0
#20 1.674   libosmonetif11 libosmosim2 libosmotrau10 libosmousb0 libosmovty13 libsmpp1
#20 1.674   libsmpp34-dev osmocom-nightly
#20 1.816 0 upgraded, 30 newly installed, 0 to remove and 2 not upgraded.
#20 1.816 Need to get 3,954 kB of archives.
#20 1.816 After this operation, 17.7 MB of additional disk space will be used.
#20 1.816 Get:1 https://downloads.osmocom.org/packages/osmocom:/nightly/Debian_12 ./ osmocom-nightly 202412102026 [1,176 B]
#20 1.826 Get:2 https://downloads.osmocom.org/packages/osmocom:/nightly/Debian_12 ./ libosmocore22 1.10.0.54.3536.202412102026 [169 kB]
#20 1.829 Get:3 https://downloads.osmocom.org/packages/osmocom:/nightly/Debian_12 ./ libgtp10 1.12.0.32.04f5.202412102026 [39.0 kB]
#20 1.846 Get:4 https://downloads.osmocom.org/packages/osmocom:/nightly/Debian_12 ./ libgtp-dev 1.12.0.32.04f5.202412102026 [141 kB]
#20 1.849 Get:5 https://downloads.osmocom.org/packages/osmocom:/nightly/Debian_12 ./ libosmocodec4 1.10.0.54.3536.202412102026 [50.6 kB]
#20 1.850 Get:6 https://downloads.osmocom.org/packages/osmocom:/nightly/Debian_12 ./ libosmotrau10 1.6.0.47.eab2.202412102026 [32.9 kB]
#20 1.852 Get:7 https://downloads.osmocom.org/packages/osmocom:/nightly/Debian_12 ./ libosmoisdn0 1.10.0.54.3536.202412102026 [69.8 kB]
#20 1.853 Get:8 https://downloads.osmocom.org/packages/osmocom:/nightly/Debian_12 ./ libosmogsm20 1.10.0.54.3536.202412102026 [227 kB]
#20 1.856 Get:9 https://downloads.osmocom.org/packages/osmocom:/nightly/Debian_12 ./ libosmonetif11 1.5.1.26.e84e.202412102026 [59.0 kB]
#20 1.858 Get:10 https://downloads.osmocom.org/packages/osmocom:/nightly/Debian_12 ./ libosmovty13 1.10.0.54.3536.202412102026 [103 kB]
#20 1.860 Get:11 https://downloads.osmocom.org/packages/osmocom:/nightly/Debian_12 ./ libosmoabis13 1.6.0.47.eab2.202412102026 [73.8 kB]
#20 1.862 Get:12 https://downloads.osmocom.org/packages/osmocom:/nightly/Debian_12 ./ libosmocoding0 1.10.0.54.3536.202412102026 [70.3 kB]
#20 1.863 Get:13 https://downloads.osmocom.org/packages/osmocom:/nightly/Debian_12 ./ libosmogb14 1.10.0.54.3536.202412102026 [177 kB]
#20 1.866 Get:14 https://downloads.osmocom.org/packages/osmocom:/nightly/Debian_12 ./ libosmoctrl0 1.10.0.54.3536.202412102026 [59.0 kB]
#20 1.867 Get:15 https://downloads.osmocom.org/packages/osmocom:/nightly/Debian_12 ./ libosmosim2 1.10.0.54.3536.202412102026 [62.9 kB]
#20 1.869 Get:16 https://downloads.osmocom.org/packages/osmocom:/nightly/Debian_12 ./ libosmousb0 1.10.0.54.3536.202412102026 [49.6 kB]
#20 1.870 Get:17 https://downloads.osmocom.org/packages/osmocom:/nightly/Debian_12 ./ libosmocore 1.10.0.54.3536.202412102026 [43.0 kB]
#20 1.872 Get:18 https://downloads.osmocom.org/packages/osmocom:/nightly/Debian_12 ./ libosmocore-dev 1.10.0.54.3536.202412102026 [847 kB]
#20 1.880 Get:19 https://downloads.osmocom.org/packages/osmocom:/nightly/Debian_12 ./ libosmo-netif-dev 1.5.1.26.e84e.202412102026 [71.5 kB]
#20 1.881 Get:20 https://downloads.osmocom.org/packages/osmocom:/nightly/Debian_12 ./ libosmo-abis-dev 1.6.0.47.eab2.202412102026 [117 kB]
#20 1.882 Get:21 https://downloads.osmocom.org/packages/osmocom:/nightly/Debian_12 ./ libosmo-gsup-client0 1.8.0.14.b087.202412102026 [21.1 kB]
#20 1.892 Get:22 https://downloads.osmocom.org/packages/osmocom:/nightly/Debian_12 ./ libosmo-gsup-client-dev 1.8.0.14.b087.202412102026 [25.4 kB]
#20 1.893 Get:23 https://downloads.osmocom.org/packages/osmocom:/nightly/Debian_12 ./ libosmo-sigtran10 2.0.0.52.6412.202412102026 [127 kB]
#20 1.899 Get:24 https://downloads.osmocom.org/packages/osmocom:/nightly/Debian_12 ./ libosmo-sigtran-dev 2.0.0.52.6412.202412102026 [606 kB]
#20 1.955 Get:25 https://downloads.osmocom.org/packages/osmocom:/nightly/Debian_12 ./ libsmpp1 1.14.4.1.f1ec.202412102026 [102 kB]
#20 1.969 Get:26 https://downloads.osmocom.org/packages/osmocom:/nightly/Debian_12 ./ libsmpp34-dev 1.14.4.1.f1ec.202412102026 [111 kB]
#20 1.971 Get:27 https://downloads.osmocom.org/packages/osmocom:/nightly/Debian_12 ./ libasn1c1 0.9.38.202412102026 [75.4 kB]
#20 2.012 Get:28 https://downloads.osmocom.org/packages/osmocom:/nightly/Debian_12 ./ libasn1c-dev 0.9.38.202412102026 [106 kB]
#20 2.014 Get:29 https://downloads.osmocom.org/packages/osmocom:/nightly/Debian_12 ./ libosmo-ranap7 1.6.0.4.b5f6.202412102026 [226 kB]
#20 2.035 Get:30 https://downloads.osmocom.org/packages/osmocom:/nightly/Debian_12 ./ libosmo-ranap-dev 1.6.0.4.b5f6.202412102026 [92.1 kB]
#20 2.172 debconf: delaying package configuration, since apt-utils is not installed
#20 2.208 Fetched 3,954 kB in 0s (11.1 MB/s)
#20 2.237 Selecting previously unselected package osmocom-nightly.
#20 2.237 (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.285 Preparing to unpack .../00-osmocom-nightly_202412102026_amd64.deb ...
#20 2.289 Unpacking osmocom-nightly (202412102026) ...
#20 2.328 Selecting previously unselected package libosmocore22:amd64.
#20 2.336 Preparing to unpack .../01-libosmocore22_1.10.0.54.3536.202412102026_amd64.deb ...
#20 2.345 Unpacking libosmocore22:amd64 (1.10.0.54.3536.202412102026) ...
#20 2.394 Selecting previously unselected package libgtp10:amd64.
#20 2.402 Preparing to unpack .../02-libgtp10_1.12.0.32.04f5.202412102026_amd64.deb ...
#20 2.407 Unpacking libgtp10:amd64 (1.12.0.32.04f5.202412102026) ...
#20 2.448 Selecting previously unselected package libgtp-dev:amd64.
#20 2.459 Preparing to unpack .../03-libgtp-dev_1.12.0.32.04f5.202412102026_amd64.deb ...
#20 2.462 Unpacking libgtp-dev:amd64 (1.12.0.32.04f5.202412102026) ...
#20 2.521 Selecting previously unselected package libosmocodec4:amd64.
#20 2.531 Preparing to unpack .../04-libosmocodec4_1.10.0.54.3536.202412102026_amd64.deb ...
#20 2.535 Unpacking libosmocodec4:amd64 (1.10.0.54.3536.202412102026) ...
#20 2.576 Selecting previously unselected package libosmotrau10:amd64.
#20 2.585 Preparing to unpack .../05-libosmotrau10_1.6.0.47.eab2.202412102026_amd64.deb ...
#20 2.590 Unpacking libosmotrau10:amd64 (1.6.0.47.eab2.202412102026) ...
#20 2.634 Selecting previously unselected package libosmoisdn0:amd64.
#20 2.642 Preparing to unpack .../06-libosmoisdn0_1.10.0.54.3536.202412102026_amd64.deb ...
#20 2.646 Unpacking libosmoisdn0:amd64 (1.10.0.54.3536.202412102026) ...
#20 2.693 Selecting previously unselected package libosmogsm20:amd64.
#20 2.701 Preparing to unpack .../07-libosmogsm20_1.10.0.54.3536.202412102026_amd64.deb ...
#20 2.706 Unpacking libosmogsm20:amd64 (1.10.0.54.3536.202412102026) ...
#20 2.766 Selecting previously unselected package libosmonetif11:amd64.
#20 2.774 Preparing to unpack .../08-libosmonetif11_1.5.1.26.e84e.202412102026_amd64.deb ...
#20 2.778 Unpacking libosmonetif11:amd64 (1.5.1.26.e84e.202412102026) ...
#20 2.872 Selecting previously unselected package libosmovty13:amd64.
#20 2.881 Preparing to unpack .../09-libosmovty13_1.10.0.54.3536.202412102026_amd64.deb ...
#20 2.888 Unpacking libosmovty13:amd64 (1.10.0.54.3536.202412102026) ...
#20 2.997 Selecting previously unselected package libosmoabis13:amd64.
#20 3.007 Preparing to unpack .../10-libosmoabis13_1.6.0.47.eab2.202412102026_amd64.deb ...
#20 3.017 Unpacking libosmoabis13:amd64 (1.6.0.47.eab2.202412102026) ...
#20 3.131 Selecting previously unselected package libosmocoding0:amd64.
#20 3.141 Preparing to unpack .../11-libosmocoding0_1.10.0.54.3536.202412102026_amd64.deb ...
#20 3.153 Unpacking libosmocoding0:amd64 (1.10.0.54.3536.202412102026) ...
#20 3.261 Selecting previously unselected package libosmogb14:amd64.
#20 3.269 Preparing to unpack .../12-libosmogb14_1.10.0.54.3536.202412102026_amd64.deb ...
#20 3.287 Unpacking libosmogb14:amd64 (1.10.0.54.3536.202412102026) ...
#20 3.392 Selecting previously unselected package libosmoctrl0:amd64.
#20 3.402 Preparing to unpack .../13-libosmoctrl0_1.10.0.54.3536.202412102026_amd64.deb ...
#20 3.413 Unpacking libosmoctrl0:amd64 (1.10.0.54.3536.202412102026) ...
#20 3.531 Selecting previously unselected package libosmosim2:amd64.
#20 3.541 Preparing to unpack .../14-libosmosim2_1.10.0.54.3536.202412102026_amd64.deb ...
#20 3.553 Unpacking libosmosim2:amd64 (1.10.0.54.3536.202412102026) ...
#20 3.648 Selecting previously unselected package libosmousb0:amd64.
#20 3.656 Preparing to unpack .../15-libosmousb0_1.10.0.54.3536.202412102026_amd64.deb ...
#20 3.677 Unpacking libosmousb0:amd64 (1.10.0.54.3536.202412102026) ...
#20 3.763 Selecting previously unselected package libosmocore.
#20 3.772 Preparing to unpack .../16-libosmocore_1.10.0.54.3536.202412102026_amd64.deb ...
#20 3.785 Unpacking libosmocore (1.10.0.54.3536.202412102026) ...
#20 3.867 Selecting previously unselected package libosmocore-dev:amd64.
#20 3.877 Preparing to unpack .../17-libosmocore-dev_1.10.0.54.3536.202412102026_amd64.deb ...
#20 3.891 Unpacking libosmocore-dev:amd64 (1.10.0.54.3536.202412102026) ...
#20 3.994 Selecting previously unselected package libosmo-netif-dev:amd64.
#20 4.002 Preparing to unpack .../18-libosmo-netif-dev_1.5.1.26.e84e.202412102026_amd64.deb ...
#20 4.007 Unpacking libosmo-netif-dev:amd64 (1.5.1.26.e84e.202412102026) ...
#20 4.052 Selecting previously unselected package libosmo-abis-dev:amd64.
#20 4.060 Preparing to unpack .../19-libosmo-abis-dev_1.6.0.47.eab2.202412102026_amd64.deb ...
#20 4.064 Unpacking libosmo-abis-dev:amd64 (1.6.0.47.eab2.202412102026) ...
#20 4.118 Selecting previously unselected package libosmo-gsup-client0:amd64.
#20 4.128 Preparing to unpack .../20-libosmo-gsup-client0_1.8.0.14.b087.202412102026_amd64.deb ...
#20 4.132 Unpacking libosmo-gsup-client0:amd64 (1.8.0.14.b087.202412102026) ...
#20 4.170 Selecting previously unselected package libosmo-gsup-client-dev:amd64.
#20 4.177 Preparing to unpack .../21-libosmo-gsup-client-dev_1.8.0.14.b087.202412102026_amd64.deb ...
#20 4.180 Unpacking libosmo-gsup-client-dev:amd64 (1.8.0.14.b087.202412102026) ...
#20 4.221 Selecting previously unselected package libosmo-sigtran10:amd64.
#20 4.232 Preparing to unpack .../22-libosmo-sigtran10_2.0.0.52.6412.202412102026_amd64.deb ...
#20 4.237 Unpacking libosmo-sigtran10:amd64 (2.0.0.52.6412.202412102026) ...
#20 4.289 Selecting previously unselected package libosmo-sigtran-dev:amd64.
#20 4.297 Preparing to unpack .../23-libosmo-sigtran-dev_2.0.0.52.6412.202412102026_amd64.deb ...
#20 4.300 Unpacking libosmo-sigtran-dev:amd64 (2.0.0.52.6412.202412102026) ...
#20 4.391 Selecting previously unselected package libsmpp1:amd64.
#20 4.400 Preparing to unpack .../24-libsmpp1_1.14.4.1.f1ec.202412102026_amd64.deb ...
#20 4.403 Unpacking libsmpp1:amd64 (1.14.4.1.f1ec.202412102026) ...
#20 4.457 Selecting previously unselected package libsmpp34-dev:amd64.
#20 4.465 Preparing to unpack .../25-libsmpp34-dev_1.14.4.1.f1ec.202412102026_amd64.deb ...
#20 4.468 Unpacking libsmpp34-dev:amd64 (1.14.4.1.f1ec.202412102026) ...
#20 4.526 Selecting previously unselected package libasn1c1:amd64.
#20 4.533 Preparing to unpack .../26-libasn1c1_0.9.38.202412102026_amd64.deb ...
#20 4.536 Unpacking libasn1c1:amd64 (0.9.38.202412102026) ...
#20 4.578 Selecting previously unselected package libasn1c-dev:amd64.
#20 4.589 Preparing to unpack .../27-libasn1c-dev_0.9.38.202412102026_amd64.deb ...
#20 4.593 Unpacking libasn1c-dev:amd64 (0.9.38.202412102026) ...
#20 4.641 Selecting previously unselected package libosmo-ranap7:amd64.
#20 4.650 Preparing to unpack .../28-libosmo-ranap7_1.6.0.4.b5f6.202412102026_amd64.deb ...
#20 4.654 Unpacking libosmo-ranap7:amd64 (1.6.0.4.b5f6.202412102026) ...
#20 4.712 Selecting previously unselected package libosmo-ranap-dev:amd64.
#20 4.721 Preparing to unpack .../29-libosmo-ranap-dev_1.6.0.4.b5f6.202412102026_amd64.deb ...
#20 4.725 Unpacking libosmo-ranap-dev:amd64 (1.6.0.4.b5f6.202412102026) ...
#20 4.858 Setting up osmocom-nightly (202412102026) ...
#20 4.868 Setting up libsmpp1:amd64 (1.14.4.1.f1ec.202412102026) ...
#20 4.879 Setting up libosmocore22:amd64 (1.10.0.54.3536.202412102026) ...
#20 4.891 Setting up libosmocodec4:amd64 (1.10.0.54.3536.202412102026) ...
#20 4.902 Setting up libsmpp34-dev:amd64 (1.14.4.1.f1ec.202412102026) ...
#20 4.912 Setting up libasn1c1:amd64 (0.9.38.202412102026) ...
#20 4.922 Setting up libosmovty13:amd64 (1.10.0.54.3536.202412102026) ...
#20 4.933 Setting up libosmoisdn0:amd64 (1.10.0.54.3536.202412102026) ...
#20 4.944 Setting up libosmotrau10:amd64 (1.6.0.47.eab2.202412102026) ...
#20 4.956 Setting up libgtp10:amd64 (1.12.0.32.04f5.202412102026) ...
#20 4.965 Setting up libgtp-dev:amd64 (1.12.0.32.04f5.202412102026) ...
#20 4.976 Setting up libasn1c-dev:amd64 (0.9.38.202412102026) ...
#20 4.988 Setting up libosmousb0:amd64 (1.10.0.54.3536.202412102026) ...
#20 4.999 Setting up libosmogsm20:amd64 (1.10.0.54.3536.202412102026) ...
#20 5.010 Setting up libosmoctrl0:amd64 (1.10.0.54.3536.202412102026) ...
#20 5.020 Setting up libosmogb14:amd64 (1.10.0.54.3536.202412102026) ...
#20 5.031 Setting up libosmonetif11:amd64 (1.5.1.26.e84e.202412102026) ...
#20 5.042 Setting up libosmocoding0:amd64 (1.10.0.54.3536.202412102026) ...
#20 5.052 Setting up libosmosim2:amd64 (1.10.0.54.3536.202412102026) ...
#20 5.062 Setting up libosmocore (1.10.0.54.3536.202412102026) ...
#20 5.072 Setting up libosmoabis13:amd64 (1.6.0.47.eab2.202412102026) ...
#20 5.084 Setting up libosmo-sigtran10:amd64 (2.0.0.52.6412.202412102026) ...
#20 5.095 Setting up libosmo-gsup-client0:amd64 (1.8.0.14.b087.202412102026) ...
#20 5.106 Setting up libosmo-ranap7:amd64 (1.6.0.4.b5f6.202412102026) ...
#20 5.115 Setting up libosmocore-dev:amd64 (1.10.0.54.3536.202412102026) ...
#20 5.126 Setting up libosmo-netif-dev:amd64 (1.5.1.26.e84e.202412102026) ...
#20 5.137 Setting up libosmo-ranap-dev:amd64 (1.6.0.4.b5f6.202412102026) ...
#20 5.149 Setting up libosmo-gsup-client-dev:amd64 (1.8.0.14.b087.202412102026) ...
#20 5.159 Setting up libosmo-sigtran-dev:amd64 (2.0.0.52.6412.202412102026) ...
#20 5.168 Setting up libosmo-abis-dev:amd64 (1.6.0.47.eab2.202412102026) ...
#20 5.180 Processing triggers for libc-bin (2.36-9+deb12u9) ...
#20 DONE 5.3s

#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.328 Hit:1 http://deb.debian.org/debian bookworm InRelease
#21 0.328 Hit:2 http://deb.debian.org/debian bookworm-updates InRelease
#21 0.328 Hit:3 http://deb.debian.org/debian-security bookworm-security InRelease
#21 0.346 Hit:4 https://downloads.osmocom.org/packages/osmocom:/nightly/Debian_12 ./ InRelease
#21 0.608 Reading package lists...
#21 1.018 Reading package lists...
#21 1.423 Building dependency tree...
#21 1.519 Reading state information...
#21 1.610 cmake is already the newest version (3.25.1-1).
#21 1.610 libfftw3-dev is already the newest version (3.3.10-1).
#21 1.610 libboost-program-options-dev is already the newest version (1.74.0.3).
#21 1.610 libboost-program-options-dev set to manually installed.
#21 1.610 libsctp-dev is already the newest version (1.0.19+dfsg-2).
#21 1.610 libpcsclite-dev is already the newest version (1.9.9-2).
#21 1.610 libuhd-dev is already the newest version (4.3.0.0+ds1-5).
#21 1.610 The following additional packages will be installed:
#21 1.610   libconfig++9v5 libconfig-dev libconfig9 libczmq4 libnspr4 libnspr4-dev
#21 1.610   libnss3 libnss3-dev libsoapysdr0.8 soapysdr0.7-module-lms7
#21 1.611 Suggested packages:
#21 1.611   libmbedtls-doc libsoapysdr-doc
#21 1.611 Recommended packages:
#21 1.611   libconfig-doc soapysdr0.8-module-all | soapysdr0.8-module
#21 1.692 The following NEW packages will be installed:
#21 1.692   libconfig++-dev libconfig++9v5 libconfig-dev libconfig9 libczmq-dev libczmq4
#21 1.692   libmbedtls-dev libnspr4 libnspr4-dev libnss3 libnss3-dev libsoapysdr-dev
#21 1.692   libsoapysdr0.8 soapysdr-module-lms7 soapysdr0.7-module-lms7
#21 1.724 0 upgraded, 15 newly installed, 0 to remove and 2 not upgraded.
#21 1.724 Need to get 3,551 kB of archives.
#21 1.724 After this operation, 14.8 MB of additional disk space will be used.
#21 1.724 Get:1 http://deb.debian.org/debian bookworm/main amd64 libconfig++9v5 amd64 1.5-0.4 [40.0 kB]
#21 1.733 Get:2 http://deb.debian.org/debian bookworm/main amd64 libconfig9 amd64 1.5-0.4 [29.9 kB]
#21 1.735 Get:3 http://deb.debian.org/debian bookworm/main amd64 libconfig-dev amd64 1.5-0.4 [60.8 kB]
#21 1.738 Get:4 http://deb.debian.org/debian bookworm/main amd64 libconfig++-dev amd64 1.5-0.4 [44.1 kB]
#21 1.740 Get:5 http://deb.debian.org/debian bookworm/main amd64 libnspr4 amd64 2:4.35-1 [113 kB]
#21 1.744 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.753 Get:7 https://downloads.osmocom.org/packages/osmocom:/nightly/Debian_12 ./ soapysdr0.7-module-lms7 23.11.0.1.2141.9dce.202412102026 [55.2 kB]
#21 1.759 Get:8 http://deb.debian.org/debian bookworm/main amd64 libnspr4-dev amd64 2:4.35-1 [212 kB]
#21 1.761 Get:9 http://deb.debian.org/debian-security bookworm-security/main amd64 libnss3-dev amd64 2:3.87.1-1+deb12u1 [245 kB]
#21 1.763 Get:10 http://deb.debian.org/debian bookworm/main amd64 libczmq4 amd64 4.2.1-1 [172 kB]
#21 1.764 Get:11 http://deb.debian.org/debian bookworm/main amd64 libczmq-dev amd64 4.2.1-1 [414 kB]
#21 1.773 Get:12 http://deb.debian.org/debian bookworm/main amd64 libmbedtls-dev amd64 2.28.3-1 [685 kB]
#21 1.775 Get:13 http://deb.debian.org/debian bookworm/main amd64 libsoapysdr0.8 amd64 0.8.1-3 [108 kB]
#21 1.777 Get:14 http://deb.debian.org/debian bookworm/main amd64 libsoapysdr-dev amd64 0.8.1-3 [33.5 kB]
#21 1.808 Get:15 https://downloads.osmocom.org/packages/osmocom:/nightly/Debian_12 ./ soapysdr-module-lms7 23.11.0.1.2141.9dce.202412102026 [7,568 B]
#21 1.955 debconf: delaying package configuration, since apt-utils is not installed
#21 1.993 Fetched 3,551 kB in 0s (32.1 MB/s)
#21 2.028 Selecting previously unselected package libconfig++9v5:amd64.
#21 2.028 (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 ... 122909 files and directories currently installed.)
#21 2.078 Preparing to unpack .../00-libconfig++9v5_1.5-0.4_amd64.deb ...
#21 2.084 Unpacking libconfig++9v5:amd64 (1.5-0.4) ...
#21 2.131 Selecting previously unselected package libconfig9:amd64.
#21 2.139 Preparing to unpack .../01-libconfig9_1.5-0.4_amd64.deb ...
#21 2.143 Unpacking libconfig9:amd64 (1.5-0.4) ...
#21 2.188 Selecting previously unselected package libconfig-dev:amd64.
#21 2.195 Preparing to unpack .../02-libconfig-dev_1.5-0.4_amd64.deb ...
#21 2.198 Unpacking libconfig-dev:amd64 (1.5-0.4) ...
#21 2.242 Selecting previously unselected package libconfig++-dev:amd64.
#21 2.250 Preparing to unpack .../03-libconfig++-dev_1.5-0.4_amd64.deb ...
#21 2.254 Unpacking libconfig++-dev:amd64 (1.5-0.4) ...
#21 2.304 Selecting previously unselected package libnspr4:amd64.
#21 2.312 Preparing to unpack .../04-libnspr4_2%3a4.35-1_amd64.deb ...
#21 2.317 Unpacking libnspr4:amd64 (2:4.35-1) ...
#21 2.366 Selecting previously unselected package libnss3:amd64.
#21 2.374 Preparing to unpack .../05-libnss3_2%3a3.87.1-1+deb12u1_amd64.deb ...
#21 2.377 Unpacking libnss3:amd64 (2:3.87.1-1+deb12u1) ...
#21 2.499 Selecting previously unselected package libnspr4-dev.
#21 2.507 Preparing to unpack .../06-libnspr4-dev_2%3a4.35-1_amd64.deb ...
#21 2.510 Unpacking libnspr4-dev (2:4.35-1) ...
#21 2.566 Selecting previously unselected package libnss3-dev:amd64.
#21 2.575 Preparing to unpack .../07-libnss3-dev_2%3a3.87.1-1+deb12u1_amd64.deb ...
#21 2.578 Unpacking libnss3-dev:amd64 (2:3.87.1-1+deb12u1) ...
#21 2.639 Selecting previously unselected package libczmq4:amd64.
#21 2.649 Preparing to unpack .../08-libczmq4_4.2.1-1_amd64.deb ...
#21 2.652 Unpacking libczmq4:amd64 (4.2.1-1) ...
#21 2.701 Selecting previously unselected package libczmq-dev:amd64.
#21 2.710 Preparing to unpack .../09-libczmq-dev_4.2.1-1_amd64.deb ...
#21 2.713 Unpacking libczmq-dev:amd64 (4.2.1-1) ...
#21 2.778 Selecting previously unselected package libmbedtls-dev:amd64.
#21 2.787 Preparing to unpack .../10-libmbedtls-dev_2.28.3-1_amd64.deb ...
#21 2.791 Unpacking libmbedtls-dev:amd64 (2.28.3-1) ...
#21 2.878 Selecting previously unselected package libsoapysdr0.8:amd64.
#21 2.888 Preparing to unpack .../11-libsoapysdr0.8_0.8.1-3_amd64.deb ...
#21 2.892 Unpacking libsoapysdr0.8:amd64 (0.8.1-3) ...
#21 2.942 Selecting previously unselected package libsoapysdr-dev:amd64.
#21 2.951 Preparing to unpack .../12-libsoapysdr-dev_0.8.1-3_amd64.deb ...
#21 2.956 Unpacking libsoapysdr-dev:amd64 (0.8.1-3) ...
#21 3.002 Selecting previously unselected package soapysdr0.7-module-lms7:amd64.
#21 3.012 Preparing to unpack .../13-soapysdr0.7-module-lms7_23.11.0.1.2141.9dce.202412102026_amd64.deb ...
#21 3.017 Unpacking soapysdr0.7-module-lms7:amd64 (23.11.0.1.2141.9dce.202412102026) ...
#21 3.056 Selecting previously unselected package soapysdr-module-lms7.
#21 3.068 Preparing to unpack .../14-soapysdr-module-lms7_23.11.0.1.2141.9dce.202412102026_all.deb ...
#21 3.071 Unpacking soapysdr-module-lms7 (23.11.0.1.2141.9dce.202412102026) ...
#21 3.140 Setting up libconfig9:amd64 (1.5-0.4) ...
#21 3.151 Setting up libczmq4:amd64 (4.2.1-1) ...
#21 3.162 Setting up libconfig++9v5:amd64 (1.5-0.4) ...
#21 3.173 Setting up libmbedtls-dev:amd64 (2.28.3-1) ...
#21 3.186 Setting up libsoapysdr0.8:amd64 (0.8.1-3) ...
#21 3.196 Setting up libsoapysdr-dev:amd64 (0.8.1-3) ...
#21 3.206 Setting up libnspr4:amd64 (2:4.35-1) ...
#21 3.216 Setting up libconfig-dev:amd64 (1.5-0.4) ...
#21 3.227 Setting up soapysdr0.7-module-lms7:amd64 (23.11.0.1.2141.9dce.202412102026) ...
#21 3.238 Setting up libnspr4-dev (2:4.35-1) ...
#21 3.248 Setting up soapysdr-module-lms7 (23.11.0.1.2141.9dce.202412102026) ...
#21 3.259 Setting up libnss3:amd64 (2:3.87.1-1+deb12u1) ...
#21 3.269 Setting up libnss3-dev:amd64 (2:3.87.1-1+deb12u1) ...
#21 3.280 Setting up libconfig++-dev:amd64 (1.5-0.4) ...
#21 3.290 Setting up libczmq-dev:amd64 (4.2.1-1) ...
#21 3.301 Processing triggers for man-db (2.11.2-2) ...
#21 3.318 Processing triggers for libc-bin (2.36-9+deb12u9) ...
#21 DONE 3.4s

#22 [17/28] RUN	APT-GET update && 	apt-get install -y --no-install-recommends 		gnuradio && 	apt-get clean
#22 0.442 Hit:1 http://deb.debian.org/debian bookworm InRelease
#22 0.442 Hit:2 http://deb.debian.org/debian bookworm-updates InRelease
#22 0.442 Hit:3 http://deb.debian.org/debian-security bookworm-security InRelease
#22 0.590 Hit:4 https://downloads.osmocom.org/packages/osmocom:/nightly/Debian_12 ./ InRelease
#22 0.722 Reading package lists...
#22 1.135 Reading package lists...
#22 1.551 Building dependency tree...
#22 1.656 Reading state information...
#22 1.760 The following additional packages will be installed:
#22 1.760   adwaita-icon-theme at-spi2-common castxml dconf-gsettings-backend
#22 1.760   dconf-service fonts-mathjax gnome-terminal gnome-terminal-data
#22 1.760   gsettings-desktop-schemas gtk-update-icon-cache hicolor-icon-theme
#22 1.760   libad9361-0 libasyncns0 libatk-bridge2.0-0 libatk1.0-0 libatspi2.0-0 libb2-1
#22 1.760   libcaca0 libcodec2-1.0 libcolord2 libdconf1 libdouble-conversion3
#22 1.760   libdrm-amdgpu1 libdrm-common libdrm-intel1 libdrm-nouveau2 libdrm-radeon1
#22 1.760   libdrm2 libegl-mesa0 libegl1 libepoxy0 libevdev2 libflac12 libfmt9 libgbm1
#22 1.760   libgl1 libgl1-mesa-dri libgl1-mesa-glx libglapi-mesa libglu1-mesa libglvnd0
#22 1.760   libglx-mesa0 libglx0 libgnuradio-analog3.10.5 libgnuradio-audio3.10.5
#22 1.760   libgnuradio-blocks3.10.5 libgnuradio-channels3.10.5
#22 1.760   libgnuradio-digital3.10.5 libgnuradio-dtv3.10.5 libgnuradio-fec3.10.5
#22 1.760   libgnuradio-fft3.10.5 libgnuradio-filter3.10.5 libgnuradio-iio3.10.5
#22 1.760   libgnuradio-network3.10.5 libgnuradio-pdu3.10.5 libgnuradio-pmt3.10.5
#22 1.760   libgnuradio-qtgui3.10.5 libgnuradio-runtime3.10.5 libgnuradio-soapy3.10.5
#22 1.760   libgnuradio-trellis3.10.5 libgnuradio-uhd3.10.5 libgnuradio-video-sdl3.10.5
#22 1.760   libgnuradio-vocoder3.10.5 libgnuradio-wavelet3.10.5 libgnuradio-zeromq3.10.5
#22 1.760   libgsl27 libgslcblas0 libgtk-3-0 libgtk-3-common libgudev-1.0-0 libiio0
#22 1.760   libinput-bin libinput10 libjack-jackd2-0 libjs-mathjax liblbfgsb0 libllvm15
#22 1.760   libmd4c0 libmp3lame0 libmpg123-0 libmtdev1 libogg0 libopenblas-dev
#22 1.760   libopenblas-pthread-dev libopenblas0 libopenblas0-pthread libopengl0
#22 1.760   libopus0 liborc-0.4-0 libportaudio2 libproxy1v5 libpulse0 libpython3-all-dev
#22 1.760   libqt5core5a libqt5dbus5 libqt5designer5 libqt5gui5 libqt5help5
#22 1.760   libqt5network5 libqt5opengl5 libqt5printsupport5 libqt5sql5 libqt5svg5
#22 1.760   libqt5test5 libqt5widgets5 libqt5xml5 libqt6core6 libqt6dbus6 libqt6gui6
#22 1.760   libqt6network6 libqt6opengl6 libqt6openglwidgets6 libqt6printsupport6
#22 1.760   libqt6sql6 libqt6test6 libqt6widgets6 libqt6xml6 libqwt-qt5-6 libsamplerate0
#22 1.760   libsdl1.2debian libslang2 libsndfile1 libspdlog1.10 libthrift-0.17.0 libts0
#22 1.760   libunwind8 libvolk2-bin libvolk2.5 libvorbis0a libvorbisenc2 libvte-2.91-0
#22 1.760   libvte-2.91-common libwacom-common libwacom9 libwayland-client0
#22 1.760   libwayland-cursor0 libwayland-egl1 libwayland-server0 libx11-xcb1
#22 1.760   libxcb-dri2-0 libxcb-dri3-0 libxcb-glx0 libxcb-icccm4 libxcb-image0
#22 1.760   libxcb-keysyms1 libxcb-present0 libxcb-randr0 libxcb-render-util0
#22 1.760   libxcb-shape0 libxcb-sync1 libxcb-util1 libxcb-xfixes0 libxcb-xinerama0
#22 1.760   libxcb-xinput0 libxcb-xkb1 libxcomposite1 libxcursor1 libxdamage1 libxfixes3
#22 1.760   libxinerama1 libxkbcommon-x11-0 libxkbcommon0 libxrandr2 libxshmfence1
#22 1.760   libxsimd-dev libxxf86vm1 pyqt5-dev-tools pyqt6-dev-tools python3-all
#22 1.760   python3-all-dev python3-attr python3-beniget python3-cairo
#22 1.760   python3-cffi-backend python3-click python3-click-plugins python3-colorama
#22 1.760   python3-contextlib2 python3-decorator python3-gast python3-gi-cairo
#22 1.760   python3-jsonschema python3-lxml python3-opengl python3-packaging python3-ply
#22 1.760   python3-py python3-pygccxml python3-pyqt5 python3-pyqt5.sip python3-pyqt6
#22 1.760   python3-pyqt6.sip python3-pyqtgraph python3-pyrsistent python3-pythran
#22 1.761   python3-schema python3-scipy python3-sip python3-thrift python3-zmq
#22 1.761   qt6-base-dev-tools qtbase5-dev-tools qtchooser xkb-data
#22 1.761 Suggested packages:
#22 1.761   gr-fosphor gr-osmosdr gqrx-sdr rtl-sdr uhd-host colord gsl-ref-psdoc
#22 1.761   | gsl-doc-pdf | gsl-doc-info | gsl-ref-html gvfs avahi-daemon jackd2
#22 1.761   fonts-mathjax-extras fonts-stix libjs-mathjax-doc opus-tools pulseaudio
#22 1.761   qgnomeplatform-qt5 qt5-image-formats-plugins libvolk2-dev libwacom-bin
#22 1.761   libxsimd-doc python-attr-doc python-jsonschema-doc python-lxml-doc libgle3
#22 1.761   python3-tk python-ply-doc subversion python3-pytest python-pyqtgraph-doc
#22 1.761   python-scipy-doc
#22 1.761 Recommended packages:
#22 1.761   librsvg2-common gvfs nautilus-extension-gnome-terminal yelp gnuradio-dev
#22 1.761   python3-matplotlib python3-networkx python3-pyqt5.qwt soapysdr-tools
#22 1.761   at-spi2-core libgtk-3-bin qttranslations5-l10n qt5-gtk-platformtheme
#22 1.761   qtwayland5 libqt5sql5-sqlite | libqt5sql5-mysql | libqt5sql5-odbc
#22 1.761   | libqt5sql5-psql | libqt5sql5-tds | libqt5sql5-ibase qt6-translations-l10n
#22 1.761   qt6-gtk-platformtheme qt6-qpa-plugins libqt6sql6-sqlite | libqt6sql6-mysql
#22 1.761   | libqt6sql6-odbc | libqt6sql6-psql | libqt6sql6-ibase python3-idna
#22 1.761   python3-json-pointer python3-rfc3987 python3-uritemplate python3-bs4
#22 1.761   python3-html5lib libglut-dev python3-pyqt5.qtopengl
#22 2.616 The following NEW packages will be installed:
#22 2.616   adwaita-icon-theme at-spi2-common castxml dconf-gsettings-backend
#22 2.616   dconf-service fonts-mathjax gnome-terminal gnome-terminal-data gnuradio
#22 2.616   gsettings-desktop-schemas gtk-update-icon-cache hicolor-icon-theme
#22 2.616   libad9361-0 libasyncns0 libatk-bridge2.0-0 libatk1.0-0 libatspi2.0-0 libb2-1
#22 2.616   libcaca0 libcodec2-1.0 libcolord2 libdconf1 libdouble-conversion3
#22 2.616   libdrm-amdgpu1 libdrm-common libdrm-intel1 libdrm-nouveau2 libdrm-radeon1
#22 2.616   libdrm2 libegl-mesa0 libegl1 libepoxy0 libevdev2 libflac12 libfmt9 libgbm1
#22 2.616   libgl1 libgl1-mesa-dri libgl1-mesa-glx libglapi-mesa libglu1-mesa libglvnd0
#22 2.616   libglx-mesa0 libglx0 libgnuradio-analog3.10.5 libgnuradio-audio3.10.5
#22 2.616   libgnuradio-blocks3.10.5 libgnuradio-channels3.10.5
#22 2.616   libgnuradio-digital3.10.5 libgnuradio-dtv3.10.5 libgnuradio-fec3.10.5
#22 2.616   libgnuradio-fft3.10.5 libgnuradio-filter3.10.5 libgnuradio-iio3.10.5
#22 2.616   libgnuradio-network3.10.5 libgnuradio-pdu3.10.5 libgnuradio-pmt3.10.5
#22 2.616   libgnuradio-qtgui3.10.5 libgnuradio-runtime3.10.5 libgnuradio-soapy3.10.5
#22 2.616   libgnuradio-trellis3.10.5 libgnuradio-uhd3.10.5 libgnuradio-video-sdl3.10.5
#22 2.616   libgnuradio-vocoder3.10.5 libgnuradio-wavelet3.10.5 libgnuradio-zeromq3.10.5
#22 2.616   libgsl27 libgslcblas0 libgtk-3-0 libgtk-3-common libgudev-1.0-0 libiio0
#22 2.616   libinput-bin libinput10 libjack-jackd2-0 libjs-mathjax liblbfgsb0 libllvm15
#22 2.616   libmd4c0 libmp3lame0 libmpg123-0 libmtdev1 libogg0 libopenblas-dev
#22 2.616   libopenblas-pthread-dev libopenblas0 libopenblas0-pthread libopengl0
#22 2.616   libopus0 liborc-0.4-0 libportaudio2 libproxy1v5 libpulse0 libpython3-all-dev
#22 2.616   libqt5core5a libqt5dbus5 libqt5designer5 libqt5gui5 libqt5help5
#22 2.616   libqt5network5 libqt5opengl5 libqt5printsupport5 libqt5sql5 libqt5svg5
#22 2.616   libqt5test5 libqt5widgets5 libqt5xml5 libqt6core6 libqt6dbus6 libqt6gui6
#22 2.616   libqt6network6 libqt6opengl6 libqt6openglwidgets6 libqt6printsupport6
#22 2.616   libqt6sql6 libqt6test6 libqt6widgets6 libqt6xml6 libqwt-qt5-6 libsamplerate0
#22 2.616   libsdl1.2debian libslang2 libsndfile1 libspdlog1.10 libthrift-0.17.0 libts0
#22 2.616   libunwind8 libvolk2-bin libvolk2.5 libvorbis0a libvorbisenc2 libvte-2.91-0
#22 2.616   libvte-2.91-common libwacom-common libwacom9 libwayland-client0
#22 2.616   libwayland-cursor0 libwayland-egl1 libwayland-server0 libx11-xcb1
#22 2.616   libxcb-dri2-0 libxcb-dri3-0 libxcb-glx0 libxcb-icccm4 libxcb-image0
#22 2.616   libxcb-keysyms1 libxcb-present0 libxcb-randr0 libxcb-render-util0
#22 2.616   libxcb-shape0 libxcb-sync1 libxcb-util1 libxcb-xfixes0 libxcb-xinerama0
#22 2.616   libxcb-xinput0 libxcb-xkb1 libxcomposite1 libxcursor1 libxdamage1 libxfixes3
#22 2.616   libxinerama1 libxkbcommon-x11-0 libxkbcommon0 libxrandr2 libxshmfence1
#22 2.616   libxsimd-dev libxxf86vm1 pyqt5-dev-tools pyqt6-dev-tools python3-all
#22 2.616   python3-all-dev python3-attr python3-beniget python3-cairo
#22 2.616   python3-cffi-backend python3-click python3-click-plugins python3-colorama
#22 2.616   python3-contextlib2 python3-decorator python3-gast python3-gi-cairo
#22 2.616   python3-jsonschema python3-lxml python3-opengl python3-packaging python3-ply
#22 2.616   python3-py python3-pygccxml python3-pyqt5 python3-pyqt5.sip python3-pyqt6
#22 2.616   python3-pyqt6.sip python3-pyqtgraph python3-pyrsistent python3-pythran
#22 2.616   python3-schema python3-scipy python3-sip python3-thrift python3-zmq
#22 2.617   qt6-base-dev-tools qtbase5-dev-tools qtchooser xkb-data
#22 2.680 0 upgraded, 205 newly installed, 0 to remove and 2 not upgraded.
#22 2.680 Need to get 142 MB of archives.
#22 2.680 After this operation, 698 MB of additional disk space will be used.
#22 2.680 Get:1 http://deb.debian.org/debian bookworm/main amd64 hicolor-icon-theme all 0.17-2 [11.4 kB]
#22 2.686 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.691 Get:3 http://deb.debian.org/debian bookworm/main amd64 adwaita-icon-theme all 43-1 [5,124 kB]
#22 2.750 Get:4 http://deb.debian.org/debian bookworm/main amd64 at-spi2-common all 2.46.0-5 [162 kB]
#22 2.750 Get:5 http://deb.debian.org/debian bookworm/main amd64 castxml amd64 0.5.1-1 [963 kB]
#22 2.756 Get:6 http://deb.debian.org/debian bookworm/main amd64 libdconf1 amd64 0.40.0-4 [40.9 kB]
#22 2.756 Get:7 http://deb.debian.org/debian bookworm/main amd64 dconf-service amd64 0.40.0-4 [31.6 kB]
#22 2.757 Get:8 http://deb.debian.org/debian bookworm/main amd64 dconf-gsettings-backend amd64 0.40.0-4 [27.8 kB]
#22 2.757 Get:9 http://deb.debian.org/debian bookworm/main amd64 fonts-mathjax all 2.7.9+dfsg-1 [2,210 kB]
#22 2.776 Get:10 http://deb.debian.org/debian bookworm/main amd64 gnome-terminal-data all 3.46.8-1 [949 kB]
#22 2.784 Get:11 http://deb.debian.org/debian bookworm/main amd64 gsettings-desktop-schemas all 43.0-1 [643 kB]
#22 2.789 Get:12 http://deb.debian.org/debian bookworm/main amd64 libatk1.0-0 amd64 2.46.0-5 [49.6 kB]
#22 2.790 Get:13 http://deb.debian.org/debian bookworm/main amd64 libatspi2.0-0 amd64 2.46.0-5 [75.4 kB]
#22 2.790 Get:14 http://deb.debian.org/debian bookworm/main amd64 libatk-bridge2.0-0 amd64 2.46.0-5 [64.6 kB]
#22 2.791 Get:15 http://deb.debian.org/debian bookworm/main amd64 libcolord2 amd64 1.4.6-2.2 [137 kB]
#22 2.792 Get:16 http://deb.debian.org/debian bookworm/main amd64 libepoxy0 amd64 1.5.10-1 [189 kB]
#22 2.794 Get:17 http://deb.debian.org/debian bookworm/main amd64 libwayland-client0 amd64 1.21.0-1 [28.3 kB]
#22 2.794 Get:18 http://deb.debian.org/debian bookworm/main amd64 libwayland-cursor0 amd64 1.21.0-1 [14.4 kB]
#22 2.794 Get:19 http://deb.debian.org/debian bookworm/main amd64 libwayland-egl1 amd64 1.21.0-1 [8,640 B]
#22 2.794 Get:20 http://deb.debian.org/debian bookworm/main amd64 libxcomposite1 amd64 1:0.4.5-1 [16.6 kB]
#22 2.799 Get:21 http://deb.debian.org/debian bookworm/main amd64 libxfixes3 amd64 1:6.0.0-2 [22.7 kB]
#22 2.800 Get:22 http://deb.debian.org/debian bookworm/main amd64 libxcursor1 amd64 1:1.2.1-1 [40.9 kB]
#22 2.801 Get:23 http://deb.debian.org/debian bookworm/main amd64 libxdamage1 amd64 1:1.1.6-1 [15.1 kB]
#22 2.803 Get:24 http://deb.debian.org/debian bookworm/main amd64 libxinerama1 amd64 2:1.1.4-3 [17.8 kB]
#22 2.804 Get:25 http://deb.debian.org/debian bookworm/main amd64 xkb-data all 2.35.1-1 [764 kB]
#22 2.811 Get:26 http://deb.debian.org/debian bookworm/main amd64 libxkbcommon0 amd64 1.5.0-1 [106 kB]
#22 2.812 Get:27 http://deb.debian.org/debian bookworm/main amd64 libxrandr2 amd64 2:1.5.2-2+b1 [39.2 kB]
#22 2.812 Get:28 http://deb.debian.org/debian bookworm/main amd64 libgtk-3-common all 3.24.38-2~deb12u3 [3,895 kB]
#22 2.846 Get:29 http://deb.debian.org/debian bookworm/main amd64 libgtk-3-0 amd64 3.24.38-2~deb12u3 [2,847 kB]
#22 2.870 Get:30 http://deb.debian.org/debian bookworm/main amd64 libvte-2.91-common amd64 0.70.6-2~deb12u1 [642 kB]
#22 2.875 Get:31 http://deb.debian.org/debian bookworm/main amd64 libvte-2.91-0 amd64 0.70.6-2~deb12u1 [799 kB]
#22 2.882 Get:32 http://deb.debian.org/debian bookworm/main amd64 gnome-terminal amd64 3.46.8-1 [230 kB]
#22 2.884 Get:33 http://deb.debian.org/debian bookworm/main amd64 libjs-mathjax all 2.7.9+dfsg-1 [5,667 kB]
#22 2.933 Get:34 http://deb.debian.org/debian bookworm/main amd64 liborc-0.4-0 amd64 1:0.4.33-2 [164 kB]
#22 2.934 Get:35 http://deb.debian.org/debian bookworm/main amd64 libvolk2.5 amd64 2.5.2-3 [301 kB]
#22 2.936 Get:36 http://deb.debian.org/debian bookworm/main amd64 libvolk2-bin amd64 2.5.2-3 [82.1 kB]
#22 2.937 Get:37 http://deb.debian.org/debian bookworm/main amd64 python3-colorama all 0.4.6-2 [36.8 kB]
#22 2.937 Get:38 http://deb.debian.org/debian bookworm/main amd64 python3-click all 8.1.3-2 [92.2 kB]
#22 2.938 Get:39 http://deb.debian.org/debian bookworm/main amd64 python3-click-plugins all 1.1.1-4 [9,852 B]
#22 2.938 Get:40 http://deb.debian.org/debian bookworm/main amd64 python3-cairo amd64 1.20.1-5+b1 [63.1 kB]
#22 2.938 Get:41 http://deb.debian.org/debian bookworm/main amd64 python3-gi-cairo amd64 3.42.2-3+b1 [11.7 kB]
#22 2.939 Get:42 http://deb.debian.org/debian bookworm/main amd64 python3-attr all 22.2.0-1 [65.4 kB]
#22 2.939 Get:43 http://deb.debian.org/debian bookworm/main amd64 python3-pyrsistent amd64 0.18.1-1+b3 [60.0 kB]
#22 2.945 Get:44 http://deb.debian.org/debian bookworm/main amd64 python3-jsonschema all 4.10.3-1 [67.9 kB]
#22 2.946 Get:45 http://deb.debian.org/debian bookworm/main amd64 python3-lxml amd64 4.9.2-1+b1 [1,194 kB]
#22 2.957 Get:46 http://deb.debian.org/debian bookworm/main amd64 libglvnd0 amd64 1.6.0-1 [51.8 kB]
#22 2.957 Get:47 http://deb.debian.org/debian bookworm/main amd64 libdrm-common all 2.4.114-1 [7,112 B]
#22 2.958 Get:48 http://deb.debian.org/debian bookworm/main amd64 libdrm2 amd64 2.4.114-1+b1 [37.5 kB]
#22 2.958 Get:49 http://deb.debian.org/debian bookworm/main amd64 libglapi-mesa amd64 22.3.6-1+deb12u1 [35.7 kB]
#22 2.958 Get:50 http://deb.debian.org/debian bookworm/main amd64 libx11-xcb1 amd64 2:1.8.4-2+deb12u2 [192 kB]
#22 2.959 Get:51 http://deb.debian.org/debian bookworm/main amd64 libxcb-dri2-0 amd64 1.15-1 [107 kB]
#22 2.960 Get:52 http://deb.debian.org/debian bookworm/main amd64 libxcb-dri3-0 amd64 1.15-1 [107 kB]
#22 2.961 Get:53 http://deb.debian.org/debian bookworm/main amd64 libxcb-glx0 amd64 1.15-1 [122 kB]
#22 2.962 Get:54 http://deb.debian.org/debian bookworm/main amd64 libxcb-present0 amd64 1.15-1 [105 kB]
#22 2.967 Get:55 http://deb.debian.org/debian bookworm/main amd64 libxcb-randr0 amd64 1.15-1 [117 kB]
#22 2.968 Get:56 http://deb.debian.org/debian bookworm/main amd64 libxcb-sync1 amd64 1.15-1 [109 kB]
#22 2.969 Get:57 http://deb.debian.org/debian bookworm/main amd64 libxcb-xfixes0 amd64 1.15-1 [109 kB]
#22 2.970 Get:58 http://deb.debian.org/debian bookworm/main amd64 libxshmfence1 amd64 1.3-1 [8,820 B]
#22 2.970 Get:59 http://deb.debian.org/debian bookworm/main amd64 libxxf86vm1 amd64 1:1.1.4-1+b2 [20.8 kB]
#22 2.970 Get:60 http://deb.debian.org/debian bookworm/main amd64 libdrm-amdgpu1 amd64 2.4.114-1+b1 [20.9 kB]
#22 2.971 Get:61 http://deb.debian.org/debian bookworm/main amd64 libdrm-intel1 amd64 2.4.114-1+b1 [64.0 kB]
#22 2.971 Get:62 http://deb.debian.org/debian bookworm/main amd64 libdrm-nouveau2 amd64 2.4.114-1+b1 [19.1 kB]
#22 2.972 Get:63 http://deb.debian.org/debian bookworm/main amd64 libdrm-radeon1 amd64 2.4.114-1+b1 [21.8 kB]
#22 2.973 Get:64 http://deb.debian.org/debian bookworm/main amd64 libllvm15 amd64 1:15.0.6-4+b1 [23.1 MB]
#22 3.174 Get:65 http://deb.debian.org/debian bookworm/main amd64 libgl1-mesa-dri amd64 22.3.6-1+deb12u1 [7,239 kB]
#22 3.236 Get:66 http://deb.debian.org/debian bookworm/main amd64 libglx-mesa0 amd64 22.3.6-1+deb12u1 [147 kB]
#22 3.236 Get:67 http://deb.debian.org/debian bookworm/main amd64 libglx0 amd64 1.6.0-1 [34.4 kB]
#22 3.237 Get:68 http://deb.debian.org/debian bookworm/main amd64 libgl1 amd64 1.6.0-1 [88.4 kB]
#22 3.237 Get:69 http://deb.debian.org/debian bookworm/main amd64 libgl1-mesa-glx amd64 22.3.6-1+deb12u1 [14.5 kB]
#22 3.238 Get:70 http://deb.debian.org/debian bookworm/main amd64 libopengl0 amd64 1.6.0-1 [30.6 kB]
#22 3.238 Get:71 http://deb.debian.org/debian bookworm/main amd64 libglu1-mesa amd64 9.0.2-1.1 [178 kB]
#22 3.239 Get:72 http://deb.debian.org/debian bookworm/main amd64 python3-opengl all 3.1.6+dfsg-3 [605 kB]
#22 3.242 Get:73 http://deb.debian.org/debian bookworm/main amd64 python3-packaging all 23.0-1 [32.5 kB]
#22 3.242 Get:74 http://deb.debian.org/debian bookworm/main amd64 python3-pygccxml all 2.2.1-1 [80.3 kB]
#22 3.242 Get:75 http://deb.debian.org/debian bookworm/main amd64 python3-pyqt5.sip amd64 12.11.1-1 [56.4 kB]
#22 3.248 Get:76 http://deb.debian.org/debian bookworm/main amd64 libdouble-conversion3 amd64 3.2.1-1 [41.5 kB]
#22 3.249 Get:77 http://deb.debian.org/debian bookworm/main amd64 libqt5core5a amd64 5.15.8+dfsg-11+deb12u2 [1,810 kB]
#22 3.265 Get:78 http://deb.debian.org/debian bookworm/main amd64 libqt5dbus5 amd64 5.15.8+dfsg-11+deb12u2 [211 kB]
#22 3.267 Get:79 http://deb.debian.org/debian bookworm/main amd64 libwayland-server0 amd64 1.21.0-1 [35.9 kB]
#22 3.267 Get:80 http://deb.debian.org/debian bookworm/main amd64 libgbm1 amd64 22.3.6-1+deb12u1 [38.0 kB]
#22 3.267 Get:81 http://deb.debian.org/debian bookworm/main amd64 libegl-mesa0 amd64 22.3.6-1+deb12u1 [114 kB]
#22 3.268 Get:82 http://deb.debian.org/debian bookworm/main amd64 libegl1 amd64 1.6.0-1 [33.7 kB]
#22 3.268 Get:83 http://deb.debian.org/debian bookworm/main amd64 libevdev2 amd64 1.13.0+dfsg-1 [34.0 kB]
#22 3.269 Get:84 http://deb.debian.org/debian bookworm/main amd64 libmtdev1 amd64 1.1.6-1 [23.0 kB]
#22 3.270 Get:85 http://deb.debian.org/debian bookworm/main amd64 libgudev-1.0-0 amd64 237-2 [15.1 kB]
#22 3.270 Get:86 http://deb.debian.org/debian bookworm/main amd64 libwacom-common all 2.6.0-1 [58.4 kB]
#22 3.272 Get:87 http://deb.debian.org/debian bookworm/main amd64 libwacom9 amd64 2.6.0-1 [21.5 kB]
#22 3.276 Get:88 http://deb.debian.org/debian bookworm/main amd64 libinput-bin amd64 1.22.1-1 [23.2 kB]
#22 3.278 Get:89 http://deb.debian.org/debian bookworm/main amd64 libinput10 amd64 1.22.1-1 [125 kB]
#22 3.279 Get:90 http://deb.debian.org/debian bookworm/main amd64 libmd4c0 amd64 0.4.8-1 [44.2 kB]
#22 3.281 Get:91 http://deb.debian.org/debian bookworm/main amd64 libqt5network5 amd64 5.15.8+dfsg-11+deb12u2 [675 kB]
#22 3.287 Get:92 http://deb.debian.org/debian bookworm/main amd64 libxcb-icccm4 amd64 0.4.1-1.1 [27.4 kB]
#22 3.287 Get:93 http://deb.debian.org/debian bookworm/main amd64 libxcb-util1 amd64 0.4.0-1+b1 [23.2 kB]
#22 3.288 Get:94 http://deb.debian.org/debian bookworm/main amd64 libxcb-image0 amd64 0.4.0-2 [22.9 kB]
#22 3.288 Get:95 http://deb.debian.org/debian bookworm/main amd64 libxcb-keysyms1 amd64 0.4.0-1+b2 [16.4 kB]
#22 3.290 Get:96 http://deb.debian.org/debian bookworm/main amd64 libxcb-render-util0 amd64 0.3.9-1+b1 [18.3 kB]
#22 3.291 Get:97 http://deb.debian.org/debian bookworm/main amd64 libxcb-shape0 amd64 1.15-1 [106 kB]
#22 3.293 Get:98 http://deb.debian.org/debian bookworm/main amd64 libxcb-xinerama0 amd64 1.15-1 [105 kB]
#22 3.297 Get:99 http://deb.debian.org/debian bookworm/main amd64 libxcb-xinput0 amd64 1.15-1 [130 kB]
#22 3.298 Get:100 http://deb.debian.org/debian bookworm/main amd64 libxcb-xkb1 amd64 1.15-1 [129 kB]
#22 3.300 Get:101 http://deb.debian.org/debian bookworm/main amd64 libxkbcommon-x11-0 amd64 1.5.0-1 [15.6 kB]
#22 3.301 Get:102 http://deb.debian.org/debian bookworm/main amd64 libqt5gui5 amd64 5.15.8+dfsg-11+deb12u2 [3,408 kB]
#22 3.332 Get:103 http://deb.debian.org/debian bookworm/main amd64 libqt5widgets5 amd64 5.15.8+dfsg-11+deb12u2 [2,381 kB]
#22 3.352 Get:104 http://deb.debian.org/debian bookworm/main amd64 libqt5xml5 amd64 5.15.8+dfsg-11+deb12u2 [122 kB]
#22 3.352 Get:105 http://deb.debian.org/debian bookworm/main amd64 libqt5designer5 amd64 5.15.8-2 [2,748 kB]
#22 3.377 Get:106 http://deb.debian.org/debian bookworm/main amd64 libqt5sql5 amd64 5.15.8+dfsg-11+deb12u2 [122 kB]
#22 3.378 Get:107 http://deb.debian.org/debian bookworm/main amd64 libqt5help5 amd64 5.15.8-2 [149 kB]
#22 3.379 Get:108 http://deb.debian.org/debian bookworm/main amd64 libqt5printsupport5 amd64 5.15.8+dfsg-11+deb12u2 [202 kB]
#22 3.381 Get:109 http://deb.debian.org/debian bookworm/main amd64 libqt5test5 amd64 5.15.8+dfsg-11+deb12u2 [146 kB]
#22 3.382 Get:110 http://deb.debian.org/debian bookworm/main amd64 python3-pyqt5 amd64 5.15.9+dfsg-1 [2,489 kB]
#22 3.403 Get:111 http://deb.debian.org/debian bookworm/main amd64 python3-pyqt6.sip amd64 13.4.1-1 [51.4 kB]
#22 3.403 Get:112 http://deb.debian.org/debian bookworm/main amd64 libb2-1 amd64 0.98.1-1.1 [40.9 kB]
#22 3.403 Get:113 http://deb.debian.org/debian bookworm/main amd64 libqt6core6 amd64 6.4.2+dfsg-10 [1,613 kB]
#22 3.417 Get:114 http://deb.debian.org/debian bookworm/main amd64 libqt6dbus6 amd64 6.4.2+dfsg-10 [248 kB]
#22 3.419 Get:115 http://deb.debian.org/debian bookworm/main amd64 libts0 amd64 1.22-1+b1 [64.6 kB]
#22 3.419 Get:116 http://deb.debian.org/debian bookworm/main amd64 libqt6gui6 amd64 6.4.2+dfsg-10 [2,854 kB]
#22 3.444 Get:117 http://deb.debian.org/debian bookworm/main amd64 libproxy1v5 amd64 0.4.18-1.2 [56.2 kB]
#22 3.444 Get:118 http://deb.debian.org/debian bookworm/main amd64 libqt6network6 amd64 6.4.2+dfsg-10 [682 kB]
#22 3.450 Get:119 http://deb.debian.org/debian bookworm/main amd64 libqt6opengl6 amd64 6.4.2+dfsg-10 [390 kB]
#22 3.455 Get:120 http://deb.debian.org/debian bookworm/main amd64 libqt6widgets6 amd64 6.4.2+dfsg-10 [2,445 kB]
#22 3.474 Get:121 http://deb.debian.org/debian bookworm/main amd64 libqt6openglwidgets6 amd64 6.4.2+dfsg-10 [43.4 kB]
#22 3.475 Get:122 http://deb.debian.org/debian bookworm/main amd64 libqt6printsupport6 amd64 6.4.2+dfsg-10 [211 kB]
#22 3.476 Get:123 http://deb.debian.org/debian bookworm/main amd64 libqt6sql6 amd64 6.4.2+dfsg-10 [133 kB]
#22 3.477 Get:124 http://deb.debian.org/debian bookworm/main amd64 libqt6test6 amd64 6.4.2+dfsg-10 [161 kB]
#22 3.479 Get:125 http://deb.debian.org/debian bookworm/main amd64 libqt6xml6 amd64 6.4.2+dfsg-10 [75.5 kB]
#22 3.479 Get:126 http://deb.debian.org/debian bookworm/main amd64 python3-pyqt6 amd64 6.4.2-1 [2,461 kB]
#22 3.501 Get:127 http://deb.debian.org/debian bookworm/main amd64 python3-decorator all 5.1.1-3 [14.9 kB]
#22 3.501 Get:128 http://deb.debian.org/debian bookworm/main amd64 libopenblas0-pthread amd64 0.3.21+ds-4 [6,709 kB]
#22 3.559 Get:129 http://deb.debian.org/debian bookworm/main amd64 libopenblas0 amd64 0.3.21+ds-4 [32.6 kB]
#22 3.559 Get:130 http://deb.debian.org/debian bookworm/main amd64 libopenblas-pthread-dev amd64 0.3.21+ds-4 [4,971 kB]
#22 3.601 Get:131 http://deb.debian.org/debian bookworm/main amd64 libopenblas-dev amd64 0.3.21+ds-4 [44.9 kB]
#22 3.601 Get:132 http://deb.debian.org/debian bookworm/main amd64 libpython3-all-dev amd64 3.11.2-1+b1 [1,068 B]
#22 3.601 Get:133 http://deb.debian.org/debian bookworm/main amd64 python3-all amd64 3.11.2-1+b1 [1,056 B]
#22 3.602 Get:134 http://deb.debian.org/debian bookworm/main amd64 python3-all-dev amd64 3.11.2-1+b1 [1,072 B]
#22 3.602 Get:135 http://deb.debian.org/debian bookworm/main amd64 libxsimd-dev amd64 8.1.0-7 [88.8 kB]
#22 3.602 Get:136 http://deb.debian.org/debian bookworm/main amd64 python3-gast all 0.5.2-2 [9,364 B]
#22 3.602 Get:137 http://deb.debian.org/debian bookworm/main amd64 python3-beniget all 0.4.1-3 [9,920 B]
#22 3.603 Get:138 http://deb.debian.org/debian bookworm/main amd64 python3-ply all 3.11-5 [65.8 kB]
#22 3.603 Get:139 http://deb.debian.org/debian bookworm/main amd64 python3-pythran amd64 0.11.0+ds-7 [427 kB]
#22 3.611 Get:140 http://deb.debian.org/debian bookworm/main amd64 liblbfgsb0 amd64 3.0+dfsg.4-1 [28.9 kB]
#22 3.613 Get:141 http://deb.debian.org/debian bookworm/main amd64 python3-scipy amd64 1.10.1-2 [15.2 MB]
#22 3.747 Get:142 http://deb.debian.org/debian bookworm/main amd64 pyqt5-dev-tools amd64 5.15.9+dfsg-1 [180 kB]
#22 3.747 Get:143 http://deb.debian.org/debian bookworm/main amd64 pyqt6-dev-tools all 6.4.2-1 [66.4 kB]
#22 3.748 Get:144 http://deb.debian.org/debian bookworm/main amd64 qtchooser amd64 66-2 [26.3 kB]
#22 3.748 Get:145 http://deb.debian.org/debian bookworm/main amd64 qtbase5-dev-tools amd64 5.15.8+dfsg-11+deb12u2 [758 kB]
#22 3.752 Get:146 http://deb.debian.org/debian bookworm/main amd64 qt6-base-dev-tools amd64 6.4.2+dfsg-10 [890 kB]
#22 3.759 Get:147 http://deb.debian.org/debian bookworm/main amd64 python3-pyqtgraph all 0.13.1-4 [617 kB]
#22 3.765 Get:148 http://deb.debian.org/debian bookworm/main amd64 python3-contextlib2 all 0.6.0.post1-3 [13.5 kB]
#22 3.765 Get:149 http://deb.debian.org/debian bookworm/main amd64 python3-schema all 0.7.5-1 [27.5 kB]
#22 3.765 Get:150 http://deb.debian.org/debian bookworm/main amd64 python3-sip amd64 4.19.25+dfsg-5+b1 [165 kB]
#22 3.766 Get:151 http://deb.debian.org/debian bookworm/main amd64 python3-thrift amd64 0.17.0-2+b2 [160 kB]
#22 3.768 Get:152 http://deb.debian.org/debian bookworm/main amd64 python3-cffi-backend amd64 1.15.1-5+b1 [84.6 kB]
#22 3.768 Get:153 http://deb.debian.org/debian bookworm/main amd64 python3-py all 1.11.0-1 [89.2 kB]
#22 3.769 Get:154 http://deb.debian.org/debian bookworm/main amd64 python3-zmq amd64 24.0.1-4+b1 [263 kB]
#22 3.771 Get:155 http://deb.debian.org/debian bookworm/main amd64 libfmt9 amd64 9.1.0+ds1-2 [113 kB]
#22 3.772 Get:156 http://deb.debian.org/debian bookworm/main amd64 libgnuradio-pmt3.10.5 amd64 3.10.5.1-3 [117 kB]
#22 3.776 Get:157 http://deb.debian.org/debian bookworm/main amd64 libspdlog1.10 amd64 1:1.10.0+ds-0.4 [130 kB]
#22 3.777 Get:158 http://deb.debian.org/debian bookworm/main amd64 libthrift-0.17.0 amd64 0.17.0-2+b2 [372 kB]
#22 3.781 Get:159 http://deb.debian.org/debian bookworm/main amd64 libunwind8 amd64 1.6.2-3 [51.2 kB]
#22 3.781 Get:160 http://deb.debian.org/debian bookworm/main amd64 libgnuradio-runtime3.10.5 amd64 3.10.5.1-3 [562 kB]
#22 3.786 Get:161 http://deb.debian.org/debian bookworm/main amd64 libogg0 amd64 1.3.5-3 [23.4 kB]
#22 3.786 Get:162 http://deb.debian.org/debian bookworm/main amd64 libflac12 amd64 1.4.2+ds-2 [198 kB]
#22 3.788 Get:163 http://deb.debian.org/debian bookworm/main amd64 libmp3lame0 amd64 3.100-6 [365 kB]
#22 3.791 Get:164 http://deb.debian.org/debian-security bookworm-security/main amd64 libmpg123-0 amd64 1.31.2-1+deb12u1 [147 kB]
#22 3.793 Get:165 http://deb.debian.org/debian bookworm/main amd64 libopus0 amd64 1.3.1-3 [195 kB]
#22 3.794 Get:166 http://deb.debian.org/debian bookworm/main amd64 libvorbis0a amd64 1.3.7-1 [93.0 kB]
#22 3.795 Get:167 http://deb.debian.org/debian bookworm/main amd64 libvorbisenc2 amd64 1.3.7-1 [80.6 kB]
#22 3.795 Get:168 http://deb.debian.org/debian bookworm/main amd64 libsndfile1 amd64 1.2.0-1 [196 kB]
#22 3.797 Get:169 http://deb.debian.org/debian bookworm/main amd64 libgnuradio-blocks3.10.5 amd64 3.10.5.1-3 [561 kB]
#22 3.802 Get:170 http://deb.debian.org/debian bookworm/main amd64 libgnuradio-fft3.10.5 amd64 3.10.5.1-3 [121 kB]
#22 3.803 Get:171 http://deb.debian.org/debian bookworm/main amd64 libgnuradio-analog3.10.5 amd64 3.10.5.1-3 [177 kB]
#22 3.804 Get:172 http://deb.debian.org/debian bookworm/main amd64 libsamplerate0 amd64 0.2.2-3 [952 kB]
#22 3.813 Get:173 http://deb.debian.org/debian bookworm/main amd64 libjack-jackd2-0 amd64 1.9.21~dfsg-3 [281 kB]
#22 3.815 Get:174 http://deb.debian.org/debian bookworm/main amd64 libportaudio2 amd64 19.6.0-1.2 [66.7 kB]
#22 3.816 Get:175 http://deb.debian.org/debian bookworm/main amd64 libgnuradio-audio3.10.5 amd64 3.10.5.1-3 [158 kB]
#22 3.820 Get:176 http://deb.debian.org/debian bookworm/main amd64 libgnuradio-filter3.10.5 amd64 3.10.5.1-3 [251 kB]
#22 3.821 Get:177 http://deb.debian.org/debian bookworm/main amd64 libgnuradio-channels3.10.5 amd64 3.10.5.1-3 [121 kB]
#22 3.822 Get:178 http://deb.debian.org/debian bookworm/main amd64 libgnuradio-digital3.10.5 amd64 3.10.5.1-3 [416 kB]
#22 3.824 Get:179 http://deb.debian.org/debian bookworm/main amd64 libgslcblas0 amd64 2.7.1+dfsg-5 [108 kB]
#22 3.824 Get:180 http://deb.debian.org/debian bookworm/main amd64 libgsl27 amd64 2.7.1+dfsg-5 [941 kB]
#22 3.833 Get:181 http://deb.debian.org/debian bookworm/main amd64 libgnuradio-fec3.10.5 amd64 3.10.5.1-3 [252 kB]
#22 3.835 Get:182 http://deb.debian.org/debian bookworm/main amd64 libgnuradio-dtv3.10.5 amd64 3.10.5.1-3 [400 kB]
#22 3.838 Get:183 http://deb.debian.org/debian bookworm/main amd64 libiio0 amd64 0.24-4 [49.6 kB]
#22 3.839 Get:184 http://deb.debian.org/debian bookworm/main amd64 libad9361-0 amd64 0.2-1 [72.1 kB]
#22 3.839 Get:185 http://deb.debian.org/debian bookworm/main amd64 libgnuradio-iio3.10.5 amd64 3.10.5.1-3 [166 kB]
#22 3.841 Get:186 http://deb.debian.org/debian bookworm/main amd64 libgnuradio-network3.10.5 amd64 3.10.5.1-3 [195 kB]
#22 3.842 Get:187 http://deb.debian.org/debian bookworm/main amd64 libgnuradio-pdu3.10.5 amd64 3.10.5.1-3 [172 kB]
#22 3.844 Get:188 http://deb.debian.org/debian bookworm/main amd64 libqt5opengl5 amd64 5.15.8+dfsg-11+deb12u2 [148 kB]
#22 3.845 Get:189 http://deb.debian.org/debian bookworm/main amd64 libqt5svg5 amd64 5.15.8-3 [134 kB]
#22 3.846 Get:190 http://deb.debian.org/debian bookworm/main amd64 libqwt-qt5-6 amd64 6.1.4-2 [426 kB]
#22 3.850 Get:191 http://deb.debian.org/debian bookworm/main amd64 libgnuradio-qtgui3.10.5 amd64 3.10.5.1-3 [466 kB]
#22 3.854 Get:192 http://deb.debian.org/debian bookworm/main amd64 libgnuradio-soapy3.10.5 amd64 3.10.5.1-3 [142 kB]
#22 3.855 Get:193 http://deb.debian.org/debian bookworm/main amd64 libgnuradio-trellis3.10.5 amd64 3.10.5.1-3 [204 kB]
#22 3.857 Get:194 http://deb.debian.org/debian bookworm/main amd64 libgnuradio-uhd3.10.5 amd64 3.10.5.1-3 [195 kB]
#22 3.859 Get:195 http://deb.debian.org/debian bookworm/main amd64 libslang2 amd64 2.3.3-3 [554 kB]
#22 3.871 Get:196 http://deb.debian.org/debian bookworm/main amd64 libcaca0 amd64 0.99.beta20-3 [205 kB]
#22 3.873 Get:197 http://deb.debian.org/debian bookworm/main amd64 libasyncns0 amd64 0.8-6+b3 [12.9 kB]
#22 3.874 Get:198 http://deb.debian.org/debian bookworm/main amd64 libpulse0 amd64 16.1+dfsg1-2+b1 [274 kB]
#22 3.876 Get:199 http://deb.debian.org/debian bookworm/main amd64 libsdl1.2debian amd64 1.2.15+dfsg2-8 [199 kB]
#22 3.877 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.879 Get:201 http://deb.debian.org/debian bookworm/main amd64 libcodec2-1.0 amd64 1.0.5-1 [8,171 kB]
#22 3.950 Get:202 http://deb.debian.org/debian bookworm/main amd64 libgnuradio-vocoder3.10.5 amd64 3.10.5.1-3 [116 kB]
#22 3.951 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.951 Get:204 http://deb.debian.org/debian bookworm/main amd64 libgnuradio-zeromq3.10.5 amd64 3.10.5.1-3 [125 kB]
#22 3.952 Get:205 http://deb.debian.org/debian bookworm/main amd64 gnuradio amd64 3.10.5.1-3 [3,457 kB]
#22 4.150 debconf: delaying package configuration, since apt-utils is not installed
#22 4.196 Fetched 142 MB in 1s (105 MB/s)
#22 4.236 Selecting previously unselected package hicolor-icon-theme.
#22 4.236 (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 ... 123463 files and directories currently installed.)
#22 4.287 Preparing to unpack .../000-hicolor-icon-theme_0.17-2_all.deb ...
#22 4.290 Unpacking hicolor-icon-theme (0.17-2) ...
#22 4.372 Selecting previously unselected package gtk-update-icon-cache.
#22 4.383 Preparing to unpack .../001-gtk-update-icon-cache_3.24.38-2~deb12u3_amd64.deb ...
#22 4.386 Unpacking gtk-update-icon-cache (3.24.38-2~deb12u3) ...
#22 4.451 Selecting previously unselected package adwaita-icon-theme.
#22 4.461 Preparing to unpack .../002-adwaita-icon-theme_43-1_all.deb ...
#22 4.464 Unpacking adwaita-icon-theme (43-1) ...
#22 5.155 Selecting previously unselected package at-spi2-common.
#22 5.166 Preparing to unpack .../003-at-spi2-common_2.46.0-5_all.deb ...
#22 5.170 Unpacking at-spi2-common (2.46.0-5) ...
#22 5.265 Selecting previously unselected package castxml.
#22 5.274 Preparing to unpack .../004-castxml_0.5.1-1_amd64.deb ...
#22 5.277 Unpacking castxml (0.5.1-1) ...
#22 5.429 Selecting previously unselected package libdconf1:amd64.
#22 5.438 Preparing to unpack .../005-libdconf1_0.40.0-4_amd64.deb ...
#22 5.446 Unpacking libdconf1:amd64 (0.40.0-4) ...
#22 5.488 Selecting previously unselected package dconf-service.
#22 5.496 Preparing to unpack .../006-dconf-service_0.40.0-4_amd64.deb ...
#22 5.499 Unpacking dconf-service (0.40.0-4) ...
#22 5.540 Selecting previously unselected package dconf-gsettings-backend:amd64.
#22 5.551 Preparing to unpack .../007-dconf-gsettings-backend_0.40.0-4_amd64.deb ...
#22 5.554 Unpacking dconf-gsettings-backend:amd64 (0.40.0-4) ...
#22 5.598 Selecting previously unselected package fonts-mathjax.
#22 5.607 Preparing to unpack .../008-fonts-mathjax_2.7.9+dfsg-1_all.deb ...
#22 5.611 Unpacking fonts-mathjax (2.7.9+dfsg-1) ...
#22 5.800 Selecting previously unselected package gnome-terminal-data.
#22 5.809 Preparing to unpack .../009-gnome-terminal-data_3.46.8-1_all.deb ...
#22 5.812 Unpacking gnome-terminal-data (3.46.8-1) ...
#22 5.969 Selecting previously unselected package gsettings-desktop-schemas.
#22 5.979 Preparing to unpack .../010-gsettings-desktop-schemas_43.0-1_all.deb ...
#22 5.982 Unpacking gsettings-desktop-schemas (43.0-1) ...
#22 6.076 Selecting previously unselected package libatk1.0-0:amd64.
#22 6.086 Preparing to unpack .../011-libatk1.0-0_2.46.0-5_amd64.deb ...
#22 6.089 Unpacking libatk1.0-0:amd64 (2.46.0-5) ...
#22 6.136 Selecting previously unselected package libatspi2.0-0:amd64.
#22 6.144 Preparing to unpack .../012-libatspi2.0-0_2.46.0-5_amd64.deb ...
#22 6.147 Unpacking libatspi2.0-0:amd64 (2.46.0-5) ...
#22 6.194 Selecting previously unselected package libatk-bridge2.0-0:amd64.
#22 6.205 Preparing to unpack .../013-libatk-bridge2.0-0_2.46.0-5_amd64.deb ...
#22 6.209 Unpacking libatk-bridge2.0-0:amd64 (2.46.0-5) ...
#22 6.261 Selecting previously unselected package libcolord2:amd64.
#22 6.270 Preparing to unpack .../014-libcolord2_1.4.6-2.2_amd64.deb ...
#22 6.273 Unpacking libcolord2:amd64 (1.4.6-2.2) ...
#22 6.331 Selecting previously unselected package libepoxy0:amd64.
#22 6.341 Preparing to unpack .../015-libepoxy0_1.5.10-1_amd64.deb ...
#22 6.345 Unpacking libepoxy0:amd64 (1.5.10-1) ...
#22 6.407 Selecting previously unselected package libwayland-client0:amd64.
#22 6.416 Preparing to unpack .../016-libwayland-client0_1.21.0-1_amd64.deb ...
#22 6.419 Unpacking libwayland-client0:amd64 (1.21.0-1) ...
#22 6.466 Selecting previously unselected package libwayland-cursor0:amd64.
#22 6.475 Preparing to unpack .../017-libwayland-cursor0_1.21.0-1_amd64.deb ...
#22 6.479 Unpacking libwayland-cursor0:amd64 (1.21.0-1) ...
#22 6.520 Selecting previously unselected package libwayland-egl1:amd64.
#22 6.529 Preparing to unpack .../018-libwayland-egl1_1.21.0-1_amd64.deb ...
#22 6.533 Unpacking libwayland-egl1:amd64 (1.21.0-1) ...
#22 6.577 Selecting previously unselected package libxcomposite1:amd64.
#22 6.589 Preparing to unpack .../019-libxcomposite1_1%3a0.4.5-1_amd64.deb ...
#22 6.592 Unpacking libxcomposite1:amd64 (1:0.4.5-1) ...
#22 6.642 Selecting previously unselected package libxfixes3:amd64.
#22 6.652 Preparing to unpack .../020-libxfixes3_1%3a6.0.0-2_amd64.deb ...
#22 6.655 Unpacking libxfixes3:amd64 (1:6.0.0-2) ...
#22 6.699 Selecting previously unselected package libxcursor1:amd64.
#22 6.710 Preparing to unpack .../021-libxcursor1_1%3a1.2.1-1_amd64.deb ...
#22 6.714 Unpacking libxcursor1:amd64 (1:1.2.1-1) ...
#22 6.758 Selecting previously unselected package libxdamage1:amd64.
#22 6.767 Preparing to unpack .../022-libxdamage1_1%3a1.1.6-1_amd64.deb ...
#22 6.773 Unpacking libxdamage1:amd64 (1:1.1.6-1) ...
#22 6.822 Selecting previously unselected package libxinerama1:amd64.
#22 6.833 Preparing to unpack .../023-libxinerama1_2%3a1.1.4-3_amd64.deb ...
#22 6.837 Unpacking libxinerama1:amd64 (2:1.1.4-3) ...
#22 6.877 Selecting previously unselected package xkb-data.
#22 6.886 Preparing to unpack .../024-xkb-data_2.35.1-1_all.deb ...
#22 6.888 Unpacking xkb-data (2.35.1-1) ...
#22 6.995 Selecting previously unselected package libxkbcommon0:amd64.
#22 7.004 Preparing to unpack .../025-libxkbcommon0_1.5.0-1_amd64.deb ...
#22 7.007 Unpacking libxkbcommon0:amd64 (1.5.0-1) ...
#22 7.063 Selecting previously unselected package libxrandr2:amd64.
#22 7.074 Preparing to unpack .../026-libxrandr2_2%3a1.5.2-2+b1_amd64.deb ...
#22 7.077 Unpacking libxrandr2:amd64 (2:1.5.2-2+b1) ...
#22 7.123 Selecting previously unselected package libgtk-3-common.
#22 7.132 Preparing to unpack .../027-libgtk-3-common_3.24.38-2~deb12u3_all.deb ...
#22 7.135 Unpacking libgtk-3-common (3.24.38-2~deb12u3) ...
#22 7.437 Selecting previously unselected package libgtk-3-0:amd64.
#22 7.447 Preparing to unpack .../028-libgtk-3-0_3.24.38-2~deb12u3_amd64.deb ...
#22 7.452 Unpacking libgtk-3-0:amd64 (3.24.38-2~deb12u3) ...
#22 7.671 Selecting previously unselected package libvte-2.91-common.
#22 7.680 Preparing to unpack .../029-libvte-2.91-common_0.70.6-2~deb12u1_amd64.deb ...
#22 7.683 Unpacking libvte-2.91-common (0.70.6-2~deb12u1) ...
#22 7.758 Selecting previously unselected package libvte-2.91-0:amd64.
#22 7.767 Preparing to unpack .../030-libvte-2.91-0_0.70.6-2~deb12u1_amd64.deb ...
#22 7.770 Unpacking libvte-2.91-0:amd64 (0.70.6-2~deb12u1) ...
#22 7.833 Selecting previously unselected package gnome-terminal.
#22 7.844 Preparing to unpack .../031-gnome-terminal_3.46.8-1_amd64.deb ...
#22 7.847 Unpacking gnome-terminal (3.46.8-1) ...
#22 7.925 Selecting previously unselected package libjs-mathjax.
#22 7.935 Preparing to unpack .../032-libjs-mathjax_2.7.9+dfsg-1_all.deb ...
#22 7.939 Unpacking libjs-mathjax (2.7.9+dfsg-1) ...
#22 8.591 Selecting previously unselected package liborc-0.4-0:amd64.
#22 8.600 Preparing to unpack .../033-liborc-0.4-0_1%3a0.4.33-2_amd64.deb ...
#22 8.605 Unpacking liborc-0.4-0:amd64 (1:0.4.33-2) ...
#22 8.656 Selecting previously unselected package libvolk2.5:amd64.
#22 8.665 Preparing to unpack .../034-libvolk2.5_2.5.2-3_amd64.deb ...
#22 8.669 Unpacking libvolk2.5:amd64 (2.5.2-3) ...
#22 8.741 Selecting previously unselected package libvolk2-bin.
#22 8.750 Preparing to unpack .../035-libvolk2-bin_2.5.2-3_amd64.deb ...
#22 8.754 Unpacking libvolk2-bin (2.5.2-3) ...
#22 8.806 Selecting previously unselected package python3-colorama.
#22 8.818 Preparing to unpack .../036-python3-colorama_0.4.6-2_all.deb ...
#22 8.823 Unpacking python3-colorama (0.4.6-2) ...
#22 8.877 Selecting previously unselected package python3-click.
#22 8.886 Preparing to unpack .../037-python3-click_8.1.3-2_all.deb ...
#22 8.891 Unpacking python3-click (8.1.3-2) ...
#22 8.940 Selecting previously unselected package python3-click-plugins.
#22 8.949 Preparing to unpack .../038-python3-click-plugins_1.1.1-4_all.deb ...
#22 8.954 Unpacking python3-click-plugins (1.1.1-4) ...
#22 8.998 Selecting previously unselected package python3-cairo:amd64.
#22 9.008 Preparing to unpack .../039-python3-cairo_1.20.1-5+b1_amd64.deb ...
#22 9.012 Unpacking python3-cairo:amd64 (1.20.1-5+b1) ...
#22 9.065 Selecting previously unselected package python3-gi-cairo.
#22 9.074 Preparing to unpack .../040-python3-gi-cairo_3.42.2-3+b1_amd64.deb ...
#22 9.078 Unpacking python3-gi-cairo (3.42.2-3+b1) ...
#22 9.122 Selecting previously unselected package python3-attr.
#22 9.133 Preparing to unpack .../041-python3-attr_22.2.0-1_all.deb ...
#22 9.138 Unpacking python3-attr (22.2.0-1) ...
#22 9.186 Selecting previously unselected package python3-pyrsistent:amd64.
#22 9.195 Preparing to unpack .../042-python3-pyrsistent_0.18.1-1+b3_amd64.deb ...
#22 9.200 Unpacking python3-pyrsistent:amd64 (0.18.1-1+b3) ...
#22 9.255 Selecting previously unselected package python3-jsonschema.
#22 9.264 Preparing to unpack .../043-python3-jsonschema_4.10.3-1_all.deb ...
#22 9.268 Unpacking python3-jsonschema (4.10.3-1) ...
#22 9.323 Selecting previously unselected package python3-lxml:amd64.
#22 9.332 Preparing to unpack .../044-python3-lxml_4.9.2-1+b1_amd64.deb ...
#22 9.335 Unpacking python3-lxml:amd64 (4.9.2-1+b1) ...
#22 9.456 Selecting previously unselected package libglvnd0:amd64.
#22 9.466 Preparing to unpack .../045-libglvnd0_1.6.0-1_amd64.deb ...
#22 9.469 Unpacking libglvnd0:amd64 (1.6.0-1) ...
#22 9.519 Selecting previously unselected package libdrm-common.
#22 9.529 Preparing to unpack .../046-libdrm-common_2.4.114-1_all.deb ...
#22 9.532 Unpacking libdrm-common (2.4.114-1) ...
#22 9.577 Selecting previously unselected package libdrm2:amd64.
#22 9.589 Preparing to unpack .../047-libdrm2_2.4.114-1+b1_amd64.deb ...
#22 9.592 Unpacking libdrm2:amd64 (2.4.114-1+b1) ...
#22 9.643 Selecting previously unselected package libglapi-mesa:amd64.
#22 9.654 Preparing to unpack .../048-libglapi-mesa_22.3.6-1+deb12u1_amd64.deb ...
#22 9.657 Unpacking libglapi-mesa:amd64 (22.3.6-1+deb12u1) ...
#22 9.704 Selecting previously unselected package libx11-xcb1:amd64.
#22 9.716 Preparing to unpack .../049-libx11-xcb1_2%3a1.8.4-2+deb12u2_amd64.deb ...
#22 9.719 Unpacking libx11-xcb1:amd64 (2:1.8.4-2+deb12u2) ...
#22 9.771 Selecting previously unselected package libxcb-dri2-0:amd64.
#22 9.781 Preparing to unpack .../050-libxcb-dri2-0_1.15-1_amd64.deb ...
#22 9.784 Unpacking libxcb-dri2-0:amd64 (1.15-1) ...
#22 9.837 Selecting previously unselected package libxcb-dri3-0:amd64.
#22 9.848 Preparing to unpack .../051-libxcb-dri3-0_1.15-1_amd64.deb ...
#22 9.852 Unpacking libxcb-dri3-0:amd64 (1.15-1) ...
#22 9.906 Selecting previously unselected package libxcb-glx0:amd64.
#22 9.917 Preparing to unpack .../052-libxcb-glx0_1.15-1_amd64.deb ...
#22 9.921 Unpacking libxcb-glx0:amd64 (1.15-1) ...
#22 9.976 Selecting previously unselected package libxcb-present0:amd64.
#22 9.987 Preparing to unpack .../053-libxcb-present0_1.15-1_amd64.deb ...
#22 9.990 Unpacking libxcb-present0:amd64 (1.15-1) ...
#22 10.05 Selecting previously unselected package libxcb-randr0:amd64.
#22 10.06 Preparing to unpack .../054-libxcb-randr0_1.15-1_amd64.deb ...
#22 10.06 Unpacking libxcb-randr0:amd64 (1.15-1) ...
#22 10.11 Selecting previously unselected package libxcb-sync1:amd64.
#22 10.13 Preparing to unpack .../055-libxcb-sync1_1.15-1_amd64.deb ...
#22 10.13 Unpacking libxcb-sync1:amd64 (1.15-1) ...
#22 10.18 Selecting previously unselected package libxcb-xfixes0:amd64.
#22 10.19 Preparing to unpack .../056-libxcb-xfixes0_1.15-1_amd64.deb ...
#22 10.20 Unpacking libxcb-xfixes0:amd64 (1.15-1) ...
#22 10.25 Selecting previously unselected package libxshmfence1:amd64.
#22 10.26 Preparing to unpack .../057-libxshmfence1_1.3-1_amd64.deb ...
#22 10.27 Unpacking libxshmfence1:amd64 (1.3-1) ...
#22 10.31 Selecting previously unselected package libxxf86vm1:amd64.
#22 10.32 Preparing to unpack .../058-libxxf86vm1_1%3a1.1.4-1+b2_amd64.deb ...
#22 10.33 Unpacking libxxf86vm1:amd64 (1:1.1.4-1+b2) ...
#22 10.38 Selecting previously unselected package libdrm-amdgpu1:amd64.
#22 10.39 Preparing to unpack .../059-libdrm-amdgpu1_2.4.114-1+b1_amd64.deb ...
#22 10.39 Unpacking libdrm-amdgpu1:amd64 (2.4.114-1+b1) ...
#22 10.44 Selecting previously unselected package libdrm-intel1:amd64.
#22 10.45 Preparing to unpack .../060-libdrm-intel1_2.4.114-1+b1_amd64.deb ...
#22 10.45 Unpacking libdrm-intel1:amd64 (2.4.114-1+b1) ...
#22 10.51 Selecting previously unselected package libdrm-nouveau2:amd64.
#22 10.52 Preparing to unpack .../061-libdrm-nouveau2_2.4.114-1+b1_amd64.deb ...
#22 10.52 Unpacking libdrm-nouveau2:amd64 (2.4.114-1+b1) ...
#22 10.57 Selecting previously unselected package libdrm-radeon1:amd64.
#22 10.58 Preparing to unpack .../062-libdrm-radeon1_2.4.114-1+b1_amd64.deb ...
#22 10.58 Unpacking libdrm-radeon1:amd64 (2.4.114-1+b1) ...
#22 10.63 Selecting previously unselected package libllvm15:amd64.
#22 10.64 Preparing to unpack .../063-libllvm15_1%3a15.0.6-4+b1_amd64.deb ...
#22 10.64 Unpacking libllvm15:amd64 (1:15.0.6-4+b1) ...
#22 11.44 Selecting previously unselected package libgl1-mesa-dri:amd64.
#22 11.45 Preparing to unpack .../064-libgl1-mesa-dri_22.3.6-1+deb12u1_amd64.deb ...
#22 11.46 Unpacking libgl1-mesa-dri:amd64 (22.3.6-1+deb12u1) ...
#22 11.92 Selecting previously unselected package libglx-mesa0:amd64.
#22 11.93 Preparing to unpack .../065-libglx-mesa0_22.3.6-1+deb12u1_amd64.deb ...
#22 11.93 Unpacking libglx-mesa0:amd64 (22.3.6-1+deb12u1) ...
#22 11.99 Selecting previously unselected package libglx0:amd64.
#22 12.00 Preparing to unpack .../066-libglx0_1.6.0-1_amd64.deb ...
#22 12.01 Unpacking libglx0:amd64 (1.6.0-1) ...
#22 12.06 Selecting previously unselected package libgl1:amd64.
#22 12.07 Preparing to unpack .../067-libgl1_1.6.0-1_amd64.deb ...
#22 12.07 Unpacking libgl1:amd64 (1.6.0-1) ...
#22 12.12 Selecting previously unselected package libgl1-mesa-glx:amd64.
#22 12.13 Preparing to unpack .../068-libgl1-mesa-glx_22.3.6-1+deb12u1_amd64.deb ...
#22 12.13 Unpacking libgl1-mesa-glx:amd64 (22.3.6-1+deb12u1) ...
#22 12.18 Selecting previously unselected package libopengl0:amd64.
#22 12.19 Preparing to unpack .../069-libopengl0_1.6.0-1_amd64.deb ...
#22 12.19 Unpacking libopengl0:amd64 (1.6.0-1) ...
#22 12.24 Selecting previously unselected package libglu1-mesa:amd64.
#22 12.25 Preparing to unpack .../070-libglu1-mesa_9.0.2-1.1_amd64.deb ...
#22 12.26 Unpacking libglu1-mesa:amd64 (9.0.2-1.1) ...
#22 12.32 Selecting previously unselected package python3-opengl.
#22 12.33 Preparing to unpack .../071-python3-opengl_3.1.6+dfsg-3_all.deb ...
#22 12.33 Unpacking python3-opengl (3.1.6+dfsg-3) ...
#22 12.71 Selecting previously unselected package python3-packaging.
#22 12.72 Preparing to unpack .../072-python3-packaging_23.0-1_all.deb ...
#22 12.72 Unpacking python3-packaging (23.0-1) ...
#22 12.77 Selecting previously unselected package python3-pygccxml.
#22 12.77 Preparing to unpack .../073-python3-pygccxml_2.2.1-1_all.deb ...
#22 12.78 Unpacking python3-pygccxml (2.2.1-1) ...
#22 12.83 Selecting previously unselected package python3-pyqt5.sip.
#22 12.84 Preparing to unpack .../074-python3-pyqt5.sip_12.11.1-1_amd64.deb ...
#22 12.85 Unpacking python3-pyqt5.sip (12.11.1-1) ...
#22 12.90 Selecting previously unselected package libdouble-conversion3:amd64.
#22 12.91 Preparing to unpack .../075-libdouble-conversion3_3.2.1-1_amd64.deb ...
#22 12.91 Unpacking libdouble-conversion3:amd64 (3.2.1-1) ...
#22 12.97 Selecting previously unselected package libqt5core5a:amd64.
#22 12.98 Preparing to unpack .../076-libqt5core5a_5.15.8+dfsg-11+deb12u2_amd64.deb ...
#22 12.99 Unpacking libqt5core5a:amd64 (5.15.8+dfsg-11+deb12u2) ...
#22 13.16 Selecting previously unselected package libqt5dbus5:amd64.
#22 13.17 Preparing to unpack .../077-libqt5dbus5_5.15.8+dfsg-11+deb12u2_amd64.deb ...
#22 13.17 Unpacking libqt5dbus5:amd64 (5.15.8+dfsg-11+deb12u2) ...
#22 13.23 Selecting previously unselected package libwayland-server0:amd64.
#22 13.24 Preparing to unpack .../078-libwayland-server0_1.21.0-1_amd64.deb ...
#22 13.25 Unpacking libwayland-server0:amd64 (1.21.0-1) ...
#22 13.29 Selecting previously unselected package libgbm1:amd64.
#22 13.30 Preparing to unpack .../079-libgbm1_22.3.6-1+deb12u1_amd64.deb ...
#22 13.31 Unpacking libgbm1:amd64 (22.3.6-1+deb12u1) ...
#22 13.36 Selecting previously unselected package libegl-mesa0:amd64.
#22 13.37 Preparing to unpack .../080-libegl-mesa0_22.3.6-1+deb12u1_amd64.deb ...
#22 13.37 Unpacking libegl-mesa0:amd64 (22.3.6-1+deb12u1) ...
#22 13.45 Selecting previously unselected package libegl1:amd64.
#22 13.46 Preparing to unpack .../081-libegl1_1.6.0-1_amd64.deb ...
#22 13.46 Unpacking libegl1:amd64 (1.6.0-1) ...
#22 13.51 Selecting previously unselected package libevdev2:amd64.
#22 13.52 Preparing to unpack .../082-libevdev2_1.13.0+dfsg-1_amd64.deb ...
#22 13.53 Unpacking libevdev2:amd64 (1.13.0+dfsg-1) ...
#22 13.57 Selecting previously unselected package libmtdev1:amd64.
#22 13.58 Preparing to unpack .../083-libmtdev1_1.1.6-1_amd64.deb ...
#22 13.59 Unpacking libmtdev1:amd64 (1.1.6-1) ...
#22 13.64 Selecting previously unselected package libgudev-1.0-0:amd64.
#22 13.65 Preparing to unpack .../084-libgudev-1.0-0_237-2_amd64.deb ...
#22 13.65 Unpacking libgudev-1.0-0:amd64 (237-2) ...
#22 13.70 Selecting previously unselected package libwacom-common.
#22 13.71 Preparing to unpack .../085-libwacom-common_2.6.0-1_all.deb ...
#22 13.71 Unpacking libwacom-common (2.6.0-1) ...
#22 13.81 Selecting previously unselected package libwacom9:amd64.
#22 13.82 Preparing to unpack .../086-libwacom9_2.6.0-1_amd64.deb ...
#22 13.82 Unpacking libwacom9:amd64 (2.6.0-1) ...
#22 13.87 Selecting previously unselected package libinput-bin.
#22 13.88 Preparing to unpack .../087-libinput-bin_1.22.1-1_amd64.deb ...
#22 13.89 Unpacking libinput-bin (1.22.1-1) ...
#22 13.94 Selecting previously unselected package libinput10:amd64.
#22 13.95 Preparing to unpack .../088-libinput10_1.22.1-1_amd64.deb ...
#22 13.95 Unpacking libinput10:amd64 (1.22.1-1) ...
#22 14.01 Selecting previously unselected package libmd4c0:amd64.
#22 14.02 Preparing to unpack .../089-libmd4c0_0.4.8-1_amd64.deb ...
#22 14.02 Unpacking libmd4c0:amd64 (0.4.8-1) ...
#22 14.07 Selecting previously unselected package libqt5network5:amd64.
#22 14.09 Preparing to unpack .../090-libqt5network5_5.15.8+dfsg-11+deb12u2_amd64.deb ...
#22 14.09 Unpacking libqt5network5:amd64 (5.15.8+dfsg-11+deb12u2) ...
#22 14.17 Selecting previously unselected package libxcb-icccm4:amd64.
#22 14.18 Preparing to unpack .../091-libxcb-icccm4_0.4.1-1.1_amd64.deb ...
#22 14.18 Unpacking libxcb-icccm4:amd64 (0.4.1-1.1) ...
#22 14.23 Selecting previously unselected package libxcb-util1:amd64.
#22 14.24 Preparing to unpack .../092-libxcb-util1_0.4.0-1+b1_amd64.deb ...
#22 14.24 Unpacking libxcb-util1:amd64 (0.4.0-1+b1) ...
#22 14.29 Selecting previously unselected package libxcb-image0:amd64.
#22 14.30 Preparing to unpack .../093-libxcb-image0_0.4.0-2_amd64.deb ...
#22 14.30 Unpacking libxcb-image0:amd64 (0.4.0-2) ...
#22 14.35 Selecting previously unselected package libxcb-keysyms1:amd64.
#22 14.36 Preparing to unpack .../094-libxcb-keysyms1_0.4.0-1+b2_amd64.deb ...
#22 14.36 Unpacking libxcb-keysyms1:amd64 (0.4.0-1+b2) ...
#22 14.41 Selecting previously unselected package libxcb-render-util0:amd64.
#22 14.42 Preparing to unpack .../095-libxcb-render-util0_0.3.9-1+b1_amd64.deb ...
#22 14.42 Unpacking libxcb-render-util0:amd64 (0.3.9-1+b1) ...
#22 14.47 Selecting previously unselected package libxcb-shape0:amd64.
#22 14.48 Preparing to unpack .../096-libxcb-shape0_1.15-1_amd64.deb ...
#22 14.49 Unpacking libxcb-shape0:amd64 (1.15-1) ...
#22 14.54 Selecting previously unselected package libxcb-xinerama0:amd64.
#22 14.55 Preparing to unpack .../097-libxcb-xinerama0_1.15-1_amd64.deb ...
#22 14.55 Unpacking libxcb-xinerama0:amd64 (1.15-1) ...
#22 14.61 Selecting previously unselected package libxcb-xinput0:amd64.
#22 14.62 Preparing to unpack .../098-libxcb-xinput0_1.15-1_amd64.deb ...
#22 14.62 Unpacking libxcb-xinput0:amd64 (1.15-1) ...
#22 14.67 Selecting previously unselected package libxcb-xkb1:amd64.
#22 14.69 Preparing to unpack .../099-libxcb-xkb1_1.15-1_amd64.deb ...
#22 14.69 Unpacking libxcb-xkb1:amd64 (1.15-1) ...
#22 14.74 Selecting previously unselected package libxkbcommon-x11-0:amd64.
#22 14.75 Preparing to unpack .../100-libxkbcommon-x11-0_1.5.0-1_amd64.deb ...
#22 14.76 Unpacking libxkbcommon-x11-0:amd64 (1.5.0-1) ...
#22 14.82 Selecting previously unselected package libqt5gui5:amd64.
#22 14.83 Preparing to unpack .../101-libqt5gui5_5.15.8+dfsg-11+deb12u2_amd64.deb ...
#22 14.84 Unpacking libqt5gui5:amd64 (5.15.8+dfsg-11+deb12u2) ...
#22 15.09 Selecting previously unselected package libqt5widgets5:amd64.
#22 15.10 Preparing to unpack .../102-libqt5widgets5_5.15.8+dfsg-11+deb12u2_amd64.deb ...
#22 15.11 Unpacking libqt5widgets5:amd64 (5.15.8+dfsg-11+deb12u2) ...
#22 15.30 Selecting previously unselected package libqt5xml5:amd64.
#22 15.32 Preparing to unpack .../103-libqt5xml5_5.15.8+dfsg-11+deb12u2_amd64.deb ...
#22 15.32 Unpacking libqt5xml5:amd64 (5.15.8+dfsg-11+deb12u2) ...
#22 15.38 Selecting previously unselected package libqt5designer5:amd64.
#22 15.39 Preparing to unpack .../104-libqt5designer5_5.15.8-2_amd64.deb ...
#22 15.40 Unpacking libqt5designer5:amd64 (5.15.8-2) ...
#22 15.56 Selecting previously unselected package libqt5sql5:amd64.
#22 15.57 Preparing to unpack .../105-libqt5sql5_5.15.8+dfsg-11+deb12u2_amd64.deb ...
#22 15.58 Unpacking libqt5sql5:amd64 (5.15.8+dfsg-11+deb12u2) ...
#22 15.63 Selecting previously unselected package libqt5help5:amd64.
#22 15.64 Preparing to unpack .../106-libqt5help5_5.15.8-2_amd64.deb ...
#22 15.65 Unpacking libqt5help5:amd64 (5.15.8-2) ...
#22 15.71 Selecting previously unselected package libqt5printsupport5:amd64.
#22 15.72 Preparing to unpack .../107-libqt5printsupport5_5.15.8+dfsg-11+deb12u2_amd64.deb ...
#22 15.72 Unpacking libqt5printsupport5:amd64 (5.15.8+dfsg-11+deb12u2) ...
#22 15.79 Selecting previously unselected package libqt5test5:amd64.
#22 15.80 Preparing to unpack .../108-libqt5test5_5.15.8+dfsg-11+deb12u2_amd64.deb ...
#22 15.81 Unpacking libqt5test5:amd64 (5.15.8+dfsg-11+deb12u2) ...
#22 15.86 Selecting previously unselected package python3-pyqt5.
#22 15.87 Preparing to unpack .../109-python3-pyqt5_5.15.9+dfsg-1_amd64.deb ...
#22 15.87 Unpacking python3-pyqt5 (5.15.9+dfsg-1) ...
#22 16.08 Selecting previously unselected package python3-pyqt6.sip.
#22 16.09 Preparing to unpack .../110-python3-pyqt6.sip_13.4.1-1_amd64.deb ...
#22 16.10 Unpacking python3-pyqt6.sip (13.4.1-1) ...
#22 16.15 Selecting previously unselected package libb2-1:amd64.
#22 16.16 Preparing to unpack .../111-libb2-1_0.98.1-1.1_amd64.deb ...
#22 16.16 Unpacking libb2-1:amd64 (0.98.1-1.1) ...
#22 16.22 Selecting previously unselected package libqt6core6:amd64.
#22 16.23 Preparing to unpack .../112-libqt6core6_6.4.2+dfsg-10_amd64.deb ...
#22 16.23 Unpacking libqt6core6:amd64 (6.4.2+dfsg-10) ...
#22 16.38 Selecting previously unselected package libqt6dbus6:amd64.
#22 16.39 Preparing to unpack .../113-libqt6dbus6_6.4.2+dfsg-10_amd64.deb ...
#22 16.39 Unpacking libqt6dbus6:amd64 (6.4.2+dfsg-10) ...
#22 16.46 Selecting previously unselected package libts0:amd64.
#22 16.47 Preparing to unpack .../114-libts0_1.22-1+b1_amd64.deb ...
#22 16.47 Unpacking libts0:amd64 (1.22-1+b1) ...
#22 16.54 Selecting previously unselected package libqt6gui6:amd64.
#22 16.55 Preparing to unpack .../115-libqt6gui6_6.4.2+dfsg-10_amd64.deb ...
#22 16.55 Unpacking libqt6gui6:amd64 (6.4.2+dfsg-10) ...
#22 16.76 Selecting previously unselected package libproxy1v5:amd64.
#22 16.77 Preparing to unpack .../116-libproxy1v5_0.4.18-1.2_amd64.deb ...
#22 16.78 Unpacking libproxy1v5:amd64 (0.4.18-1.2) ...
#22 16.82 Selecting previously unselected package libqt6network6:amd64.
#22 16.84 Preparing to unpack .../117-libqt6network6_6.4.2+dfsg-10_amd64.deb ...
#22 16.84 Unpacking libqt6network6:amd64 (6.4.2+dfsg-10) ...
#22 16.93 Selecting previously unselected package libqt6opengl6:amd64.
#22 16.94 Preparing to unpack .../118-libqt6opengl6_6.4.2+dfsg-10_amd64.deb ...
#22 16.94 Unpacking libqt6opengl6:amd64 (6.4.2+dfsg-10) ...
#22 17.02 Selecting previously unselected package libqt6widgets6:amd64.
#22 17.03 Preparing to unpack .../119-libqt6widgets6_6.4.2+dfsg-10_amd64.deb ...
#22 17.03 Unpacking libqt6widgets6:amd64 (6.4.2+dfsg-10) ...
#22 17.22 Selecting previously unselected package libqt6openglwidgets6:amd64.
#22 17.24 Preparing to unpack .../120-libqt6openglwidgets6_6.4.2+dfsg-10_amd64.deb ...
#22 17.24 Unpacking libqt6openglwidgets6:amd64 (6.4.2+dfsg-10) ...
#22 17.29 Selecting previously unselected package libqt6printsupport6:amd64.
#22 17.30 Preparing to unpack .../121-libqt6printsupport6_6.4.2+dfsg-10_amd64.deb ...
#22 17.31 Unpacking libqt6printsupport6:amd64 (6.4.2+dfsg-10) ...
#22 17.37 Selecting previously unselected package libqt6sql6:amd64.
#22 17.38 Preparing to unpack .../122-libqt6sql6_6.4.2+dfsg-10_amd64.deb ...
#22 17.38 Unpacking libqt6sql6:amd64 (6.4.2+dfsg-10) ...
#22 17.44 Selecting previously unselected package libqt6test6:amd64.
#22 17.45 Preparing to unpack .../123-libqt6test6_6.4.2+dfsg-10_amd64.deb ...
#22 17.46 Unpacking libqt6test6:amd64 (6.4.2+dfsg-10) ...
#22 17.52 Selecting previously unselected package libqt6xml6:amd64.
#22 17.53 Preparing to unpack .../124-libqt6xml6_6.4.2+dfsg-10_amd64.deb ...
#22 17.53 Unpacking libqt6xml6:amd64 (6.4.2+dfsg-10) ...
#22 17.58 Selecting previously unselected package python3-pyqt6.
#22 17.59 Preparing to unpack .../125-python3-pyqt6_6.4.2-1_amd64.deb ...
#22 17.59 Unpacking python3-pyqt6 (6.4.2-1) ...
#22 17.81 Selecting previously unselected package python3-decorator.
#22 17.82 Preparing to unpack .../126-python3-decorator_5.1.1-3_all.deb ...
#22 17.82 Unpacking python3-decorator (5.1.1-3) ...
#22 17.87 Selecting previously unselected package libopenblas0-pthread:amd64.
#22 17.88 Preparing to unpack .../127-libopenblas0-pthread_0.3.21+ds-4_amd64.deb ...
#22 17.88 Unpacking libopenblas0-pthread:amd64 (0.3.21+ds-4) ...
#22 18.24 Selecting previously unselected package libopenblas0:amd64.
#22 18.25 Preparing to unpack .../128-libopenblas0_0.3.21+ds-4_amd64.deb ...
#22 18.25 Unpacking libopenblas0:amd64 (0.3.21+ds-4) ...
#22 18.30 Selecting previously unselected package libopenblas-pthread-dev:amd64.
#22 18.31 Preparing to unpack .../129-libopenblas-pthread-dev_0.3.21+ds-4_amd64.deb ...
#22 18.31 Unpacking libopenblas-pthread-dev:amd64 (0.3.21+ds-4) ...
#22 18.61 Selecting previously unselected package libopenblas-dev:amd64.
#22 18.62 Preparing to unpack .../130-libopenblas-dev_0.3.21+ds-4_amd64.deb ...
#22 18.62 Unpacking libopenblas-dev:amd64 (0.3.21+ds-4) ...
#22 18.67 Selecting previously unselected package libpython3-all-dev:amd64.
#22 18.68 Preparing to unpack .../131-libpython3-all-dev_3.11.2-1+b1_amd64.deb ...
#22 18.68 Unpacking libpython3-all-dev:amd64 (3.11.2-1+b1) ...
#22 18.72 Selecting previously unselected package python3-all.
#22 18.73 Preparing to unpack .../132-python3-all_3.11.2-1+b1_amd64.deb ...
#22 18.73 Unpacking python3-all (3.11.2-1+b1) ...
#22 18.77 Selecting previously unselected package python3-all-dev.
#22 18.78 Preparing to unpack .../133-python3-all-dev_3.11.2-1+b1_amd64.deb ...
#22 18.78 Unpacking python3-all-dev (3.11.2-1+b1) ...
#22 18.82 Selecting previously unselected package libxsimd-dev:amd64.
#22 18.83 Preparing to unpack .../134-libxsimd-dev_8.1.0-7_amd64.deb ...
#22 18.83 Unpacking libxsimd-dev:amd64 (8.1.0-7) ...
#22 18.88 Selecting previously unselected package python3-gast.
#22 18.89 Preparing to unpack .../135-python3-gast_0.5.2-2_all.deb ...
#22 18.89 Unpacking python3-gast (0.5.2-2) ...
#22 18.94 Selecting previously unselected package python3-beniget.
#22 18.95 Preparing to unpack .../136-python3-beniget_0.4.1-3_all.deb ...
#22 18.95 Unpacking python3-beniget (0.4.1-3) ...
#22 18.99 Selecting previously unselected package python3-ply.
#22 19.01 Preparing to unpack .../137-python3-ply_3.11-5_all.deb ...
#22 19.01 Unpacking python3-ply (3.11-5) ...
#22 19.07 Selecting previously unselected package python3-pythran.
#22 19.08 Preparing to unpack .../138-python3-pythran_0.11.0+ds-7_amd64.deb ...
#22 19.08 Unpacking python3-pythran (0.11.0+ds-7) ...
#22 19.35 Selecting previously unselected package liblbfgsb0:amd64.
#22 19.36 Preparing to unpack .../139-liblbfgsb0_3.0+dfsg.4-1_amd64.deb ...
#22 19.37 Unpacking liblbfgsb0:amd64 (3.0+dfsg.4-1) ...
#22 19.42 Selecting previously unselected package python3-scipy.
#22 19.43 Preparing to unpack .../140-python3-scipy_1.10.1-2_amd64.deb ...
#22 19.43 Unpacking python3-scipy (1.10.1-2) ...
#22 20.27 Selecting previously unselected package pyqt5-dev-tools.
#22 20.28 Preparing to unpack .../141-pyqt5-dev-tools_5.15.9+dfsg-1_amd64.deb ...
#22 20.28 Unpacking pyqt5-dev-tools (5.15.9+dfsg-1) ...
#22 20.34 Selecting previously unselected package pyqt6-dev-tools.
#22 20.35 Preparing to unpack .../142-pyqt6-dev-tools_6.4.2-1_all.deb ...
#22 20.35 Unpacking pyqt6-dev-tools (6.4.2-1) ...
#22 20.40 Selecting previously unselected package qtchooser.
#22 20.41 Preparing to unpack .../143-qtchooser_66-2_amd64.deb ...
#22 20.41 Unpacking qtchooser (66-2) ...
#22 20.47 Selecting previously unselected package qtbase5-dev-tools.
#22 20.48 Preparing to unpack .../144-qtbase5-dev-tools_5.15.8+dfsg-11+deb12u2_amd64.deb ...
#22 20.48 Unpacking qtbase5-dev-tools (5.15.8+dfsg-11+deb12u2) ...
#22 20.58 Selecting previously unselected package qt6-base-dev-tools.
#22 20.59 Preparing to unpack .../145-qt6-base-dev-tools_6.4.2+dfsg-10_amd64.deb ...
#22 20.59 Unpacking qt6-base-dev-tools (6.4.2+dfsg-10) ...
#22 20.69 Selecting previously unselected package python3-pyqtgraph.
#22 20.70 Preparing to unpack .../146-python3-pyqtgraph_0.13.1-4_all.deb ...
#22 20.70 Unpacking python3-pyqtgraph (0.13.1-4) ...
#22 20.82 Selecting previously unselected package python3-contextlib2.
#22 20.83 Preparing to unpack .../147-python3-contextlib2_0.6.0.post1-3_all.deb ...
#22 20.83 Unpacking python3-contextlib2 (0.6.0.post1-3) ...
#22 20.87 Selecting previously unselected package python3-schema.
#22 20.88 Preparing to unpack .../148-python3-schema_0.7.5-1_all.deb ...
#22 20.89 Unpacking python3-schema (0.7.5-1) ...
#22 20.94 Selecting previously unselected package python3-sip.
#22 20.95 Preparing to unpack .../149-python3-sip_4.19.25+dfsg-5+b1_amd64.deb ...
#22 20.95 Unpacking python3-sip (4.19.25+dfsg-5+b1) ...
#22 21.07 Selecting previously unselected package python3-thrift.
#22 21.08 Preparing to unpack .../150-python3-thrift_0.17.0-2+b2_amd64.deb ...
#22 21.09 Unpacking python3-thrift (0.17.0-2+b2) ...
#22 21.19 Selecting previously unselected package python3-cffi-backend:amd64.
#22 21.20 Preparing to unpack .../151-python3-cffi-backend_1.15.1-5+b1_amd64.deb ...
#22 21.22 Unpacking python3-cffi-backend:amd64 (1.15.1-5+b1) ...
#22 21.34 Selecting previously unselected package python3-py.
#22 21.35 Preparing to unpack .../152-python3-py_1.11.0-1_all.deb ...
#22 21.36 Unpacking python3-py (1.11.0-1) ...
#22 21.46 Selecting previously unselected package python3-zmq.
#22 21.47 Preparing to unpack .../153-python3-zmq_24.0.1-4+b1_amd64.deb ...
#22 21.48 Unpacking python3-zmq (24.0.1-4+b1) ...
#22 21.62 Selecting previously unselected package libfmt9:amd64.
#22 21.63 Preparing to unpack .../154-libfmt9_9.1.0+ds1-2_amd64.deb ...
#22 21.63 Unpacking libfmt9:amd64 (9.1.0+ds1-2) ...
#22 21.76 Selecting previously unselected package libgnuradio-pmt3.10.5:amd64.
#22 21.77 Preparing to unpack .../155-libgnuradio-pmt3.10.5_3.10.5.1-3_amd64.deb ...
#22 21.79 Unpacking libgnuradio-pmt3.10.5:amd64 (3.10.5.1-3) ...
#22 21.90 Selecting previously unselected package libspdlog1.10:amd64.
#22 21.91 Preparing to unpack .../156-libspdlog1.10_1%3a1.10.0+ds-0.4_amd64.deb ...
#22 21.93 Unpacking libspdlog1.10:amd64 (1:1.10.0+ds-0.4) ...
#22 22.03 Selecting previously unselected package libthrift-0.17.0:amd64.
#22 22.05 Preparing to unpack .../157-libthrift-0.17.0_0.17.0-2+b2_amd64.deb ...
#22 22.06 Unpacking libthrift-0.17.0:amd64 (0.17.0-2+b2) ...
#22 22.18 Selecting previously unselected package libunwind8:amd64.
#22 22.19 Preparing to unpack .../158-libunwind8_1.6.2-3_amd64.deb ...
#22 22.21 Unpacking libunwind8:amd64 (1.6.2-3) ...
#22 22.31 Selecting previously unselected package libgnuradio-runtime3.10.5:amd64.
#22 22.32 Preparing to unpack .../159-libgnuradio-runtime3.10.5_3.10.5.1-3_amd64.deb ...
#22 22.33 Unpacking libgnuradio-runtime3.10.5:amd64 (3.10.5.1-3) ...
#22 22.48 Selecting previously unselected package libogg0:amd64.
#22 22.49 Preparing to unpack .../160-libogg0_1.3.5-3_amd64.deb ...
#22 22.50 Unpacking libogg0:amd64 (1.3.5-3) ...
#22 22.61 Selecting previously unselected package libflac12:amd64.
#22 22.62 Preparing to unpack .../161-libflac12_1.4.2+ds-2_amd64.deb ...
#22 22.63 Unpacking libflac12:amd64 (1.4.2+ds-2) ...
#22 22.75 Selecting previously unselected package libmp3lame0:amd64.
#22 22.76 Preparing to unpack .../162-libmp3lame0_3.100-6_amd64.deb ...
#22 22.78 Unpacking libmp3lame0:amd64 (3.100-6) ...
#22 22.90 Selecting previously unselected package libmpg123-0:amd64.
#22 22.91 Preparing to unpack .../163-libmpg123-0_1.31.2-1+deb12u1_amd64.deb ...
#22 22.91 Unpacking libmpg123-0:amd64 (1.31.2-1+deb12u1) ...
#22 23.05 Selecting previously unselected package libopus0:amd64.
#22 23.06 Preparing to unpack .../164-libopus0_1.3.1-3_amd64.deb ...
#22 23.11 Unpacking libopus0:amd64 (1.3.1-3) ...
#22 23.23 Selecting previously unselected package libvorbis0a:amd64.
#22 23.24 Preparing to unpack .../165-libvorbis0a_1.3.7-1_amd64.deb ...
#22 23.26 Unpacking libvorbis0a:amd64 (1.3.7-1) ...
#22 23.37 Selecting previously unselected package libvorbisenc2:amd64.
#22 23.38 Preparing to unpack .../166-libvorbisenc2_1.3.7-1_amd64.deb ...
#22 23.39 Unpacking libvorbisenc2:amd64 (1.3.7-1) ...
#22 23.51 Selecting previously unselected package libsndfile1:amd64.
#22 23.52 Preparing to unpack .../167-libsndfile1_1.2.0-1_amd64.deb ...
#22 23.54 Unpacking libsndfile1:amd64 (1.2.0-1) ...
#22 23.65 Selecting previously unselected package libgnuradio-blocks3.10.5:amd64.
#22 23.66 Preparing to unpack .../168-libgnuradio-blocks3.10.5_3.10.5.1-3_amd64.deb ...
#22 23.67 Unpacking libgnuradio-blocks3.10.5:amd64 (3.10.5.1-3) ...
#22 23.81 Selecting previously unselected package libgnuradio-fft3.10.5:amd64.
#22 23.82 Preparing to unpack .../169-libgnuradio-fft3.10.5_3.10.5.1-3_amd64.deb ...
#22 23.84 Unpacking libgnuradio-fft3.10.5:amd64 (3.10.5.1-3) ...
#22 23.94 Selecting previously unselected package libgnuradio-analog3.10.5:amd64.
#22 23.95 Preparing to unpack .../170-libgnuradio-analog3.10.5_3.10.5.1-3_amd64.deb ...
#22 23.96 Unpacking libgnuradio-analog3.10.5:amd64 (3.10.5.1-3) ...
#22 24.10 Selecting previously unselected package libsamplerate0:amd64.
#22 24.11 Preparing to unpack .../171-libsamplerate0_0.2.2-3_amd64.deb ...
#22 24.12 Unpacking libsamplerate0:amd64 (0.2.2-3) ...
#22 24.30 Selecting previously unselected package libjack-jackd2-0:amd64.
#22 24.31 Preparing to unpack .../172-libjack-jackd2-0_1.9.21~dfsg-3_amd64.deb ...
#22 24.33 Unpacking libjack-jackd2-0:amd64 (1.9.21~dfsg-3) ...
#22 24.45 Selecting previously unselected package libportaudio2:amd64.
#22 24.46 Preparing to unpack .../173-libportaudio2_19.6.0-1.2_amd64.deb ...
#22 24.47 Unpacking libportaudio2:amd64 (19.6.0-1.2) ...
#22 24.58 Selecting previously unselected package libgnuradio-audio3.10.5:amd64.
#22 24.59 Preparing to unpack .../174-libgnuradio-audio3.10.5_3.10.5.1-3_amd64.deb ...
#22 24.60 Unpacking libgnuradio-audio3.10.5:amd64 (3.10.5.1-3) ...
#22 24.72 Selecting previously unselected package libgnuradio-filter3.10.5:amd64.
#22 24.73 Preparing to unpack .../175-libgnuradio-filter3.10.5_3.10.5.1-3_amd64.deb ...
#22 24.75 Unpacking libgnuradio-filter3.10.5:amd64 (3.10.5.1-3) ...
#22 24.87 Selecting previously unselected package libgnuradio-channels3.10.5:amd64.
#22 24.89 Preparing to unpack .../176-libgnuradio-channels3.10.5_3.10.5.1-3_amd64.deb ...
#22 24.90 Unpacking libgnuradio-channels3.10.5:amd64 (3.10.5.1-3) ...
#22 24.99 Selecting previously unselected package libgnuradio-digital3.10.5:amd64.
#22 25.00 Preparing to unpack .../177-libgnuradio-digital3.10.5_3.10.5.1-3_amd64.deb ...
#22 25.02 Unpacking libgnuradio-digital3.10.5:amd64 (3.10.5.1-3) ...
#22 25.16 Selecting previously unselected package libgslcblas0:amd64.
#22 25.17 Preparing to unpack .../178-libgslcblas0_2.7.1+dfsg-5_amd64.deb ...
#22 25.18 Unpacking libgslcblas0:amd64 (2.7.1+dfsg-5) ...
#22 25.30 Selecting previously unselected package libgsl27:amd64.
#22 25.31 Preparing to unpack .../179-libgsl27_2.7.1+dfsg-5_amd64.deb ...
#22 25.32 Unpacking libgsl27:amd64 (2.7.1+dfsg-5) ...
#22 25.49 Selecting previously unselected package libgnuradio-fec3.10.5:amd64.
#22 25.50 Preparing to unpack .../180-libgnuradio-fec3.10.5_3.10.5.1-3_amd64.deb ...
#22 25.51 Unpacking libgnuradio-fec3.10.5:amd64 (3.10.5.1-3) ...
#22 25.64 Selecting previously unselected package libgnuradio-dtv3.10.5:amd64.
#22 25.65 Preparing to unpack .../181-libgnuradio-dtv3.10.5_3.10.5.1-3_amd64.deb ...
#22 25.66 Unpacking libgnuradio-dtv3.10.5:amd64 (3.10.5.1-3) ...
#22 25.79 Selecting previously unselected package libiio0:amd64.
#22 25.80 Preparing to unpack .../182-libiio0_0.24-4_amd64.deb ...
#22 25.82 Unpacking libiio0:amd64 (0.24-4) ...
#22 25.93 Selecting previously unselected package libad9361-0:amd64.
#22 25.94 Preparing to unpack .../183-libad9361-0_0.2-1_amd64.deb ...
#22 25.95 Unpacking libad9361-0:amd64 (0.2-1) ...
#22 26.05 Selecting previously unselected package libgnuradio-iio3.10.5:amd64.
#22 26.06 Preparing to unpack .../184-libgnuradio-iio3.10.5_3.10.5.1-3_amd64.deb ...
#22 26.07 Unpacking libgnuradio-iio3.10.5:amd64 (3.10.5.1-3) ...
#22 26.18 Selecting previously unselected package libgnuradio-network3.10.5:amd64.
#22 26.19 Preparing to unpack .../185-libgnuradio-network3.10.5_3.10.5.1-3_amd64.deb ...
#22 26.20 Unpacking libgnuradio-network3.10.5:amd64 (3.10.5.1-3) ...
#22 26.31 Selecting previously unselected package libgnuradio-pdu3.10.5:amd64.
#22 26.32 Preparing to unpack .../186-libgnuradio-pdu3.10.5_3.10.5.1-3_amd64.deb ...
#22 26.34 Unpacking libgnuradio-pdu3.10.5:amd64 (3.10.5.1-3) ...
#22 26.46 Selecting previously unselected package libqt5opengl5:amd64.
#22 26.47 Preparing to unpack .../187-libqt5opengl5_5.15.8+dfsg-11+deb12u2_amd64.deb ...
#22 26.47 Unpacking libqt5opengl5:amd64 (5.15.8+dfsg-11+deb12u2) ...
#22 26.60 Selecting previously unselected package libqt5svg5:amd64.
#22 26.61 Preparing to unpack .../188-libqt5svg5_5.15.8-3_amd64.deb ...
#22 26.63 Unpacking libqt5svg5:amd64 (5.15.8-3) ...
#22 26.74 Selecting previously unselected package libqwt-qt5-6.
#22 26.75 Preparing to unpack .../189-libqwt-qt5-6_6.1.4-2_amd64.deb ...
#22 26.76 Unpacking libqwt-qt5-6 (6.1.4-2) ...
#22 26.89 Selecting previously unselected package libgnuradio-qtgui3.10.5:amd64.
#22 26.90 Preparing to unpack .../190-libgnuradio-qtgui3.10.5_3.10.5.1-3_amd64.deb ...
#22 26.91 Unpacking libgnuradio-qtgui3.10.5:amd64 (3.10.5.1-3) ...
#22 27.05 Selecting previously unselected package libgnuradio-soapy3.10.5:amd64.
#22 27.06 Preparing to unpack .../191-libgnuradio-soapy3.10.5_3.10.5.1-3_amd64.deb ...
#22 27.07 Unpacking libgnuradio-soapy3.10.5:amd64 (3.10.5.1-3) ...
#22 27.18 Selecting previously unselected package libgnuradio-trellis3.10.5:amd64.
#22 27.19 Preparing to unpack .../192-libgnuradio-trellis3.10.5_3.10.5.1-3_amd64.deb ...
#22 27.20 Unpacking libgnuradio-trellis3.10.5:amd64 (3.10.5.1-3) ...
#22 27.33 Selecting previously unselected package libgnuradio-uhd3.10.5:amd64.
#22 27.34 Preparing to unpack .../193-libgnuradio-uhd3.10.5_3.10.5.1-3_amd64.deb ...
#22 27.35 Unpacking libgnuradio-uhd3.10.5:amd64 (3.10.5.1-3) ...
#22 27.48 Selecting previously unselected package libslang2:amd64.
#22 27.49 Preparing to unpack .../194-libslang2_2.3.3-3_amd64.deb ...
#22 27.51 Unpacking libslang2:amd64 (2.3.3-3) ...
#22 27.64 Selecting previously unselected package libcaca0:amd64.
#22 27.65 Preparing to unpack .../195-libcaca0_0.99.beta20-3_amd64.deb ...
#22 27.66 Unpacking libcaca0:amd64 (0.99.beta20-3) ...
#22 27.79 Selecting previously unselected package libasyncns0:amd64.
#22 27.80 Preparing to unpack .../196-libasyncns0_0.8-6+b3_amd64.deb ...
#22 27.82 Unpacking libasyncns0:amd64 (0.8-6+b3) ...
#22 27.95 Selecting previously unselected package libpulse0:amd64.
#22 27.96 Preparing to unpack .../197-libpulse0_16.1+dfsg1-2+b1_amd64.deb ...
#22 27.99 Unpacking libpulse0:amd64 (16.1+dfsg1-2+b1) ...
#22 28.12 Selecting previously unselected package libsdl1.2debian:amd64.
#22 28.13 Preparing to unpack .../198-libsdl1.2debian_1.2.15+dfsg2-8_amd64.deb ...
#22 28.14 Unpacking libsdl1.2debian:amd64 (1.2.15+dfsg2-8) ...
#22 28.24 Selecting previously unselected package libgnuradio-video-sdl3.10.5:amd64.
#22 28.25 Preparing to unpack .../199-libgnuradio-video-sdl3.10.5_3.10.5.1-3_amd64.deb ...
#22 28.26 Unpacking libgnuradio-video-sdl3.10.5:amd64 (3.10.5.1-3) ...
#22 28.36 Selecting previously unselected package libcodec2-1.0:amd64.
#22 28.37 Preparing to unpack .../200-libcodec2-1.0_1.0.5-1_amd64.deb ...
#22 28.38 Unpacking libcodec2-1.0:amd64 (1.0.5-1) ...
#22 28.98 Selecting previously unselected package libgnuradio-vocoder3.10.5:amd64.
#22 28.99 Preparing to unpack .../201-libgnuradio-vocoder3.10.5_3.10.5.1-3_amd64.deb ...
#22 29.00 Unpacking libgnuradio-vocoder3.10.5:amd64 (3.10.5.1-3) ...
#22 29.05 Selecting previously unselected package libgnuradio-wavelet3.10.5:amd64.
#22 29.06 Preparing to unpack .../202-libgnuradio-wavelet3.10.5_3.10.5.1-3_amd64.deb ...
#22 29.06 Unpacking libgnuradio-wavelet3.10.5:amd64 (3.10.5.1-3) ...
#22 29.11 Selecting previously unselected package libgnuradio-zeromq3.10.5:amd64.
#22 29.12 Preparing to unpack .../203-libgnuradio-zeromq3.10.5_3.10.5.1-3_amd64.deb ...
#22 29.13 Unpacking libgnuradio-zeromq3.10.5:amd64 (3.10.5.1-3) ...
#22 29.19 Selecting previously unselected package gnuradio.
#22 29.20 Preparing to unpack .../204-gnuradio_3.10.5.1-3_amd64.deb ...
#22 29.20 Unpacking gnuradio (3.10.5.1-3) ...
#22 29.69 Setting up libb2-1:amd64 (0.98.1-1.1) ...
#22 29.73 Setting up libxcb-dri3-0:amd64 (1.15-1) ...
#22 29.76 Setting up python3-attr (22.2.0-1) ...
#22 29.94 Setting up libwayland-server0:amd64 (1.21.0-1) ...
#22 29.97 Setting up gtk-update-icon-cache (3.24.38-2~deb12u3) ...
#22 30.00 Setting up libx11-xcb1:amd64 (2:1.8.4-2+deb12u2) ...
#22 30.03 Setting up libdouble-conversion3:amd64 (3.2.1-1) ...
#22 30.07 Setting up libproxy1v5:amd64 (0.4.18-1.2) ...
#22 30.11 Setting up fonts-mathjax (2.7.9+dfsg-1) ...
#22 30.15 Setting up libcodec2-1.0:amd64 (1.0.5-1) ...
#22 30.19 Setting up libxdamage1:amd64 (1:1.1.6-1) ...
#22 30.22 Setting up libopenblas0-pthread:amd64 (0.3.21+ds-4) ...
#22 30.26 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 30.27 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 30.28 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 30.30 Setting up libmpg123-0:amd64 (1.31.2-1+deb12u1) ...
#22 30.33 Setting up libxcb-xfixes0:amd64 (1.15-1) ...
#22 30.37 Setting up libogg0:amd64 (1.3.5-3) ...
#22 30.40 Setting up python3-cairo:amd64 (1.20.1-5+b1) ...
#22 30.55 Setting up hicolor-icon-theme (0.17-2) ...
#22 30.62 Setting up libjs-mathjax (2.7.9+dfsg-1) ...
#22 30.65 Setting up libxcb-xinput0:amd64 (1.15-1) ...
#22 30.70 Setting up python3-py (1.11.0-1) ...
#22 30.90 Setting up libvte-2.91-common (0.70.6-2~deb12u1) ...
#22 30.96 Setting up libgslcblas0:amd64 (2.7.1+dfsg-5) ...
#22 31.05 Setting up python3-colorama (0.4.6-2) ...
#22 31.21 Setting up libglvnd0:amd64 (1.6.0-1) ...
#22 31.24 Setting up libxcb-glx0:amd64 (1.15-1) ...
#22 31.25 Setting up python3-ply (3.11-5) ...
#22 31.41 Setting up libiio0:amd64 (0.24-4) ...
#22 31.45 Setting up libxcb-keysyms1:amd64 (0.4.0-1+b2) ...
#22 31.49 Setting up libxcb-shape0:amd64 (1.15-1) ...
#22 31.52 Setting up python3-gast (0.5.2-2) ...
#22 31.68 Setting up libgsl27:amd64 (2.7.1+dfsg-5) ...
#22 31.76 Setting up libxcb-render-util0:amd64 (0.3.9-1+b1) ...
#22 31.79 Setting up python3-all (3.11.2-1+b1) ...
#22 31.82 Setting up xkb-data (2.35.1-1) ...
#22 31.86 Setting up python3-contextlib2 (0.6.0.post1-3) ...
#22 32.01 Setting up libxcb-icccm4:amd64 (0.4.1-1.1) ...
#22 32.04 Setting up libatspi2.0-0:amd64 (2.46.0-5) ...
#22 32.08 Setting up python3-click (8.1.3-2) ...
#22 32.28 Setting up libqt6core6:amd64 (6.4.2+dfsg-10) ...
#22 32.32 Setting up libunwind8:amd64 (1.6.2-3) ...
#22 32.35 Setting up python3-thrift (0.17.0-2+b2) ...
#22 32.54 Setting up libts0:amd64 (1.22-1+b1) ...
#22 32.59 Setting up libcolord2:amd64 (1.4.6-2.2) ...
#22 32.63 Setting up gnome-terminal-data (3.46.8-1) ...
#22 32.69 Setting up libopengl0:amd64 (1.6.0-1) ...
#22 32.74 Setting up libxcb-util1:amd64 (0.4.0-1+b1) ...
#22 32.77 Setting up libxxf86vm1:amd64 (1:1.1.4-1+b2) ...
#22 32.81 Setting up libxcb-xkb1:amd64 (1.15-1) ...
#22 32.84 Setting up libxcb-image0:amd64 (0.4.0-2) ...
#22 32.88 Setting up libxcb-present0:amd64 (1.15-1) ...
#22 32.92 Setting up libdconf1:amd64 (0.40.0-4) ...
#22 32.96 Setting up python3-beniget (0.4.1-3) ...
#22 33.13 Setting up libxsimd-dev:amd64 (8.1.0-7) ...
#22 33.16 Setting up python3-decorator (5.1.1-3) ...
#22 33.32 Setting up python3-packaging (23.0-1) ...
#22 33.49 Setting up libxcb-xinerama0:amd64 (1.15-1) ...
#22 33.53 Setting up libflac12:amd64 (1.4.2+ds-2) ...
#22 33.57 Setting up libslang2:amd64 (2.3.3-3) ...
#22 33.61 Setting up libqt6xml6:amd64 (6.4.2+dfsg-10) ...
#22 33.63 Setting up adwaita-icon-theme (43-1) ...
#22 33.71 update-alternatives: using /usr/share/icons/Adwaita/cursor.theme to provide /usr/share/icons/default/index.theme (x-cursor-theme) in auto mode
#22 33.73 Setting up libqt6sql6:amd64 (6.4.2+dfsg-10) ...
#22 33.77 Setting up libepoxy0:amd64 (1.5.10-1) ...
#22 33.81 Setting up libxfixes3:amd64 (1:6.0.0-2) ...
#22 33.85 Setting up libxcb-sync1:amd64 (1.15-1) ...
#22 33.91 Setting up libpython3-all-dev:amd64 (3.11.2-1+b1) ...
#22 33.96 Setting up libopus0:amd64 (1.3.1-3) ...
#22 33.99 Setting up libxinerama1:amd64 (2:1.1.4-3) ...
#22 34.02 Setting up libvorbis0a:amd64 (1.3.7-1) ...
#22 34.06 Setting up castxml (0.5.1-1) ...
#22 34.10 Setting up libxrandr2:amd64 (2:1.5.2-2+b1) ...
#22 34.14 Setting up liborc-0.4-0:amd64 (1:0.4.33-2) ...
#22 34.17 Setting up python3-click-plugins (1.1.1-4) ...
#22 34.32 Setting up libqt5core5a:amd64 (5.15.8+dfsg-11+deb12u2) ...
#22 34.37 Setting up libglapi-mesa:amd64 (22.3.6-1+deb12u1) ...
#22 34.41 Setting up libmtdev1:amd64 (1.1.6-1) ...
#22 34.44 Setting up libfmt9:amd64 (9.1.0+ds1-2) ...
#22 34.48 Setting up libxcb-dri2-0:amd64 (1.15-1) ...
#22 34.52 Setting up python3-pyqt5.sip (12.11.1-1) ...
#22 34.55 Setting up python3-pyrsistent:amd64 (0.18.1-1+b3) ...
#22 34.75 Setting up libopenblas0:amd64 (0.3.21+ds-4) ...
#22 34.79 Setting up libasyncns0:amd64 (0.8-6+b3) ...
#22 34.83 Setting up libxshmfence1:amd64 (1.3-1) ...
#22 34.85 Setting up python3-lxml:amd64 (4.9.2-1+b1) ...
#22 35.09 Setting up at-spi2-common (2.46.0-5) ...
#22 35.12 Setting up libqt5dbus5:amd64 (5.15.8+dfsg-11+deb12u2) ...
#22 35.16 Setting up python3-schema (0.7.5-1) ...
#22 35.30 Setting up libxcb-randr0:amd64 (1.15-1) ...
#22 35.34 Setting up libllvm15:amd64 (1:15.0.6-4+b1) ...
#22 35.38 Setting up libmd4c0:amd64 (0.4.8-1) ...
#22 35.42 Setting up libatk1.0-0:amd64 (2.46.0-5) ...
#22 35.46 Setting up libglu1-mesa:amd64 (9.0.2-1.1) ...
#22 35.49 Setting up libwayland-egl1:amd64 (1.21.0-1) ...
#22 35.54 Setting up python3-pygccxml (2.2.1-1) ...
#22 35.73 Setting up python3-pyqt6.sip (13.4.1-1) ...
#22 35.77 Setting up libsamplerate0:amd64 (0.2.2-3) ...
#22 35.81 Setting up libqt5test5:amd64 (5.15.8+dfsg-11+deb12u2) ...
#22 35.85 Setting up python3-gi-cairo (3.42.2-3+b1) ...
#22 35.88 Setting up libdrm-common (2.4.114-1) ...
#22 35.91 Setting up libxcomposite1:amd64 (1:0.4.5-1) ...
#22 35.96 Setting up libevdev2:amd64 (1.13.0+dfsg-1) ...
#22 35.99 Setting up libgudev-1.0-0:amd64 (237-2) ...
#22 36.03 Setting up qtchooser (66-2) ...
#22 36.07 Setting up libmp3lame0:amd64 (3.100-6) ...
#22 36.11 Setting up python3-cffi-backend:amd64 (1.15.1-5+b1) ...
#22 36.14 Setting up libvorbisenc2:amd64 (1.3.7-1) ...
#22 36.18 Setting up libqt6dbus6:amd64 (6.4.2+dfsg-10) ...
#22 36.22 Setting up liblbfgsb0:amd64 (3.0+dfsg.4-1) ...
#22 36.26 Setting up libwacom-common (2.6.0-1) ...
#22 36.31 Setting up python3-sip (4.19.25+dfsg-5+b1) ...
#22 36.47 Setting up libxkbcommon0:amd64 (1.5.0-1) ...
#22 36.51 Setting up libwayland-client0:amd64 (1.21.0-1) ...
#22 36.55 Setting up libspdlog1.10:amd64 (1:1.10.0+ds-0.4) ...
#22 36.58 Setting up libopenblas-pthread-dev:amd64 (0.3.21+ds-4) ...
#22 36.60 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 36.61 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 36.62 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 36.65 Setting up python3-all-dev (3.11.2-1+b1) ...
#22 36.69 Setting up libqt6test6:amd64 (6.4.2+dfsg-10) ...
#22 36.73 Setting up libad9361-0:amd64 (0.2-1) ...
#22 36.77 Setting up libcaca0:amd64 (0.99.beta20-3) ...
#22 36.80 Setting up qt6-base-dev-tools (6.4.2+dfsg-10) ...
#22 36.83 Setting up libwacom9:amd64 (2.6.0-1) ...
#22 36.87 Setting up libxcursor1:amd64 (1:1.2.1-1) ...
#22 36.91 Setting up dconf-service (0.40.0-4) ...
#22 36.95 Setting up libqt5network5:amd64 (5.15.8+dfsg-11+deb12u2) ...
#22 36.99 Setting up libinput-bin (1.22.1-1) ...
#22 37.03 Setting up libqt5sql5:amd64 (5.15.8+dfsg-11+deb12u2) ...
#22 37.07 Setting up libatk-bridge2.0-0:amd64 (2.46.0-5) ...
#22 37.10 Setting up qtbase5-dev-tools (5.15.8+dfsg-11+deb12u2) ...
#22 37.14 Setting up libopenblas-dev:amd64 (0.3.21+ds-4) ...
#22 37.18 Setting up libqt5xml5:amd64 (5.15.8+dfsg-11+deb12u2) ...
#22 37.19 Setting up python3-jsonschema (4.10.3-1) ...
#22 37.38 Setting up python3-zmq (24.0.1-4+b1) ...
#22 37.62 Setting up libxkbcommon-x11-0:amd64 (1.5.0-1) ...
#22 37.66 Setting up libvolk2.5:amd64 (2.5.2-3) ...
#22 37.69 Setting up libjack-jackd2-0:amd64 (1.9.21~dfsg-3) ...
#22 37.73 Setting up libdrm2:amd64 (2.4.114-1+b1) ...
#22 37.78 Setting up python3-pythran (0.11.0+ds-7) ...
#22 38.09 Setting up libwayland-cursor0:amd64 (1.21.0-1) ...
#22 38.12 Setting up libqt6network6:amd64 (6.4.2+dfsg-10) ...
#22 38.17 Setting up libgnuradio-pmt3.10.5:amd64 (3.10.5.1-3) ...
#22 38.21 Setting up libsndfile1:amd64 (1.2.0-1) ...
#22 38.25 Setting up libdrm-amdgpu1:amd64 (2.4.114-1+b1) ...
#22 38.29 Setting up libinput10:amd64 (1.22.1-1) ...
#22 38.32 Setting up libportaudio2:amd64 (19.6.0-1.2) ...
#22 38.36 Setting up libdrm-nouveau2:amd64 (2.4.114-1+b1) ...
#22 38.38 Setting up python3-scipy (1.10.1-2) ...
#22 40.13 Setting up libvolk2-bin (2.5.2-3) ...
#22 40.28 Setting up dconf-gsettings-backend:amd64 (0.40.0-4) ...
#22 40.32 Setting up libgbm1:amd64 (22.3.6-1+deb12u1) ...
#22 40.36 Setting up libpulse0:amd64 (16.1+dfsg1-2+b1) ...
#22 40.42 Setting up libdrm-radeon1:amd64 (2.4.114-1+b1) ...
#22 40.45 Setting up libdrm-intel1:amd64 (2.4.114-1+b1) ...
#22 40.49 Setting up libgl1-mesa-dri:amd64 (22.3.6-1+deb12u1) ...
#22 40.53 Setting up libthrift-0.17.0:amd64 (0.17.0-2+b2) ...
#22 40.57 Setting up libegl-mesa0:amd64 (22.3.6-1+deb12u1) ...
#22 40.60 Setting up libsdl1.2debian:amd64 (1.2.15+dfsg2-8) ...
#22 40.64 Setting up libegl1:amd64 (1.6.0-1) ...
#22 40.67 Setting up libgnuradio-runtime3.10.5:amd64 (3.10.5.1-3) ...
#22 40.71 Setting up libgtk-3-common (3.24.38-2~deb12u3) ...
#22 40.75 Setting up gsettings-desktop-schemas (43.0-1) ...
#22 40.78 Setting up libgnuradio-blocks3.10.5:amd64 (3.10.5.1-3) ...
#22 40.81 Setting up libgnuradio-trellis3.10.5:amd64 (3.10.5.1-3) ...
#22 40.86 Setting up libglx-mesa0:amd64 (22.3.6-1+deb12u1) ...
#22 40.89 Setting up libgnuradio-vocoder3.10.5:amd64 (3.10.5.1-3) ...
#22 40.92 Setting up libgnuradio-iio3.10.5:amd64 (3.10.5.1-3) ...
#22 40.96 Setting up libglx0:amd64 (1.6.0-1) ...
#22 40.98 Setting up libgnuradio-fec3.10.5:amd64 (3.10.5.1-3) ...
#22 41.01 Setting up libgnuradio-pdu3.10.5:amd64 (3.10.5.1-3) ...
#22 41.08 Setting up libgnuradio-uhd3.10.5:amd64 (3.10.5.1-3) ...
#22 41.12 Setting up libgnuradio-network3.10.5:amd64 (3.10.5.1-3) ...
#22 41.15 Setting up libgnuradio-video-sdl3.10.5:amd64 (3.10.5.1-3) ...
#22 41.19 Setting up libgl1:amd64 (1.6.0-1) ...
#22 41.23 Setting up libqt6gui6:amd64 (6.4.2+dfsg-10) ...
#22 41.27 Setting up libgnuradio-fft3.10.5:amd64 (3.10.5.1-3) ...
#22 41.31 Setting up libgnuradio-filter3.10.5:amd64 (3.10.5.1-3) ...
#22 41.35 Setting up libgnuradio-soapy3.10.5:amd64 (3.10.5.1-3) ...
#22 41.39 Setting up libgnuradio-wavelet3.10.5:amd64 (3.10.5.1-3) ...
#22 41.42 Setting up libgl1-mesa-glx:amd64 (22.3.6-1+deb12u1) ...
#22 41.46 Setting up libgnuradio-audio3.10.5:amd64 (3.10.5.1-3) ...
#22 41.50 Setting up libgnuradio-zeromq3.10.5:amd64 (3.10.5.1-3) ...
#22 41.53 Setting up libgnuradio-dtv3.10.5:amd64 (3.10.5.1-3) ...
#22 41.57 Setting up libqt5gui5:amd64 (5.15.8+dfsg-11+deb12u2) ...
#22 41.61 Setting up libqt6opengl6:amd64 (6.4.2+dfsg-10) ...
#22 41.65 Setting up libgnuradio-analog3.10.5:amd64 (3.10.5.1-3) ...
#22 41.69 Setting up libqt5widgets5:amd64 (5.15.8+dfsg-11+deb12u2) ...
#22 41.72 Setting up python3-opengl (3.1.6+dfsg-3) ...
#22 42.86 Setting up libqt5help5:amd64 (5.15.8-2) ...
#22 42.89 Setting up libgnuradio-digital3.10.5:amd64 (3.10.5.1-3) ...
#22 42.91 Setting up libqt6widgets6:amd64 (6.4.2+dfsg-10) ...
#22 42.92 Setting up libqt5printsupport5:amd64 (5.15.8+dfsg-11+deb12u2) ...
#22 42.94 Setting up libqt5opengl5:amd64 (5.15.8+dfsg-11+deb12u2) ...
#22 42.95 Setting up libqt6openglwidgets6:amd64 (6.4.2+dfsg-10) ...
#22 42.97 Setting up libgnuradio-channels3.10.5:amd64 (3.10.5.1-3) ...
#22 43.01 Setting up libqt6printsupport6:amd64 (6.4.2+dfsg-10) ...
#22 43.05 Setting up libqt5designer5:amd64 (5.15.8-2) ...
#22 43.08 Setting up python3-pyqt6 (6.4.2-1) ...
#22 43.24 Setting up pyqt6-dev-tools (6.4.2-1) ...
#22 43.43 Setting up libqt5svg5:amd64 (5.15.8-3) ...
#22 43.47 Setting up libqwt-qt5-6 (6.1.4-2) ...
#22 43.52 Setting up libgnuradio-qtgui3.10.5:amd64 (3.10.5.1-3) ...
#22 43.55 Setting up python3-pyqt5 (5.15.9+dfsg-1) ...
#22 43.73 Setting up pyqt5-dev-tools (5.15.9+dfsg-1) ...
#22 43.89 Setting up python3-pyqtgraph (0.13.1-4) ...
#22 44.40 Processing triggers for libc-bin (2.36-9+deb12u9) ...
#22 44.43 Processing triggers for man-db (2.11.2-2) ...
#22 44.45 Processing triggers for shared-mime-info (2.2-1) ...
#22 47.43 Processing triggers for mailcap (3.70+nmu1) ...
#22 47.45 Processing triggers for fontconfig (2.14.1-4) ...
#22 47.69 Processing triggers for libglib2.0-0:amd64 (2.74.6-2+deb12u4) ...
#22 47.76 Setting up libgtk-3-0:amd64 (3.24.38-2~deb12u3) ...
#22 47.84 Setting up libvte-2.91-0:amd64 (0.70.6-2~deb12u1) ...
#22 47.85 Setting up gnome-terminal (3.46.8-1) ...
#22 47.86 update-alternatives: using /usr/bin/gnome-terminal.wrapper to provide /usr/bin/x-terminal-emulator (x-terminal-emulator) in auto mode
#22 47.86 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 47.87 Setting up gnuradio (3.10.5.1-3) ...
#22 48.40 Processing triggers for libc-bin (2.36-9+deb12u9) ...
#22 DONE 48.9s

#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.368 + mkdir -p /tmp/mongodb
#23 0.370 + cd /tmp/mongodb
#23 0.370 + wget https://pgp.mongodb.com/server-5.0.asc -O /mongodb.key
#23 0.375 --2024-12-11 22:49:32--  https://pgp.mongodb.com/server-5.0.asc
#23 0.386 Resolving pgp.mongodb.com (pgp.mongodb.com)... 13.32.121.128, 13.32.121.11, 13.32.121.120, ...
#23 0.457 Connecting to pgp.mongodb.com (pgp.mongodb.com)|13.32.121.128|:443... connected.
#23 0.481 HTTP request sent, awaiting response... 200 OK
#23 0.783 Length: 1656 (1.6K) [binary/octet-stream]
#23 0.783 Saving to: ‘/mongodb.key’
#23 0.783 
#23 0.783      0K .                                                     100% 30.9M=0s
#23 0.783 
#23 0.783 2024-12-11 22:49:33 (30.9 MB/s) - ‘/mongodb.key’ saved [1656/1656]
#23 0.783 
#23 0.785 + wget http://security.debian.org/debian-security/pool/updates/main/o/openssl/libssl1.1_1.1.1n-0+deb10u6_amd64.deb
#23 0.788 --2024-12-11 22:49:33--  http://security.debian.org/debian-security/pool/updates/main/o/openssl/libssl1.1_1.1.1n-0+deb10u6_amd64.deb
#23 0.788 Resolving security.debian.org (security.debian.org)... 151.101.194.132, 151.101.2.132, 151.101.130.132, ...
#23 0.789 Connecting to security.debian.org (security.debian.org)|151.101.194.132|:80... connected.
#23 0.794 HTTP request sent, awaiting response... 200 OK
#23 0.800 Length: 1552428 (1.5M) [application/vnd.debian.binary-package]
#23 0.800 Saving to: ‘libssl1.1_1.1.1n-0+deb10u6_amd64.deb’
#23 0.801 
#23 0.801      0K .......... .......... .......... .......... ..........  3% 9.53M 0s
#23 0.806     50K .......... .......... .......... .......... ..........  6% 26.3M 0s
#23 0.810    100K .......... .......... .......... .......... ..........  9% 13.0M 0s
#23 0.811    150K .......... .......... .......... .......... .......... 13% 40.2M 0s
#23 0.812    200K .......... .......... .......... .......... .......... 16% 20.1M 0s
#23 0.815    250K .......... .......... .......... .......... .......... 19% 34.0M 0s
#23 0.816    300K .......... .......... .......... .......... .......... 23% 57.9M 0s
#23 0.817    350K .......... .......... .......... .......... .......... 26% 84.7M 0s
#23 0.818    400K .......... .......... .......... .......... .......... 29% 92.8M 0s
#23 0.818    450K .......... .......... .......... .......... .......... 32%  106M 0s
#23 0.819    500K .......... .......... .......... .......... .......... 36% 18.6M 0s
#23 0.821    550K .......... .......... .......... .......... .......... 39% 83.9M 0s
#23 0.822    600K .......... .......... .......... .......... .......... 42%  109M 0s
#23 0.822    650K .......... .......... .......... .......... .......... 46%  123M 0s
#23 0.823    700K .......... .......... .......... .......... .......... 49%  103M 0s
#23 0.823    750K .......... .......... .......... .......... .......... 52%  123M 0s
#23 0.824    800K .......... .......... .......... .......... .......... 56%  114M 0s
#23 0.824    850K .......... .......... .......... .......... .......... 59%  103M 0s
#23 0.824    900K .......... .......... .......... .......... .......... 62%  117M 0s
#23 0.825    950K .......... .......... .......... .......... .......... 65%  109M 0s
#23 0.825   1000K .......... .......... .......... .......... .......... 69%  108M 0s
#23 0.826   1050K .......... .......... .......... .......... .......... 72%  110M 0s
#23 0.826   1100K .......... .......... .......... .......... .......... 75%  124M 0s
#23 0.827   1150K .......... .......... .......... .......... .......... 79%  131M 0s
#23 0.827   1200K .......... .......... .......... .......... .......... 82% 94.7M 0s
#23 0.827   1250K .......... .......... .......... .......... .......... 85%  126M 0s
#23 0.828   1300K .......... .......... .......... .......... .......... 89%  113M 0s
#23 0.828   1350K .......... .......... .......... .......... .......... 92%  105M 0s
#23 0.829   1400K .......... .......... .......... .......... .......... 95%  123M 0s
#23 0.829   1450K .......... .......... .......... .......... .......... 98% 91.8M 0s
#23 0.830   1500K .......... ......                                     100%  176M=0.03s
#23 0.830 
#23 0.830 2024-12-11 22:49:33 (50.3 MB/s) - ‘libssl1.1_1.1.1n-0+deb10u6_amd64.deb’ saved [1552428/1552428]
#23 0.830 
#23 0.830 + dpkg -i libssl1.1_1.1.1n-0+deb10u6_amd64.deb
#23 0.884 Selecting previously unselected package libssl1.1:amd64.
#23 0.957 (Reading database ... 147350 files and directories currently installed.)
#23 0.962 Preparing to unpack libssl1.1_1.1.1n-0+deb10u6_amd64.deb ...
#23 0.990 Unpacking libssl1.1:amd64 (1.1.1n-0+deb10u6) ...
#23 1.127 Setting up libssl1.1:amd64 (1.1.1n-0+deb10u6) ...
#23 1.262 debconf: unable to initialize frontend: Dialog
#23 1.262 debconf: (TERM is not set, so the dialog frontend is not usable.)
#23 1.262 debconf: falling back to frontend: Readline
#23 1.268 debconf: unable to initialize frontend: Readline
#23 1.268 debconf: (This frontend requires a controlling tty.)
#23 1.268 debconf: falling back to frontend: Teletype
#23 1.297 Processing triggers for libc-bin (2.36-9+deb12u9) ...
#23 1.370 + echo deb [signed-by=/mongodb.key] http://repo.mongodb.org/apt/debian bullseye/mongodb-org/5.0 main
#23 1.370 + apt-get update
#23 1.426 Hit:1 http://deb.debian.org/debian bookworm InRelease
#23 1.426 Hit:2 http://deb.debian.org/debian bookworm-updates InRelease
#23 1.426 Hit:3 http://deb.debian.org/debian-security bookworm-security InRelease
#23 1.553 Hit:4 https://downloads.osmocom.org/packages/osmocom:/nightly/Debian_12 ./ InRelease
#23 1.714 Get:5 http://repo.mongodb.org/apt/debian bullseye/mongodb-org/5.0 InRelease [2,951 B]
#23 2.056 Get:6 http://repo.mongodb.org/apt/debian bullseye/mongodb-org/5.0/main amd64 Packages [84.0 kB]
#23 2.267 Fetched 86.9 kB in 1s (100 kB/s)
#23 2.267 Reading package lists...
#23 2.683 + apt-get install -y mongodb-org
#23 2.690 Reading package lists...
#23 3.116 Building dependency tree...
#23 3.218 Reading state information...
#23 3.314 The following additional packages will be installed:
#23 3.314   mongodb-database-tools mongodb-mongosh mongodb-org-database
#23 3.314   mongodb-org-database-tools-extra mongodb-org-mongos mongodb-org-server
#23 3.314   mongodb-org-shell mongodb-org-tools
#23 3.334 The following NEW packages will be installed:
#23 3.334   mongodb-database-tools mongodb-mongosh mongodb-org mongodb-org-database
#23 3.334   mongodb-org-database-tools-extra mongodb-org-mongos mongodb-org-server
#23 3.334   mongodb-org-shell mongodb-org-tools
#23 3.469 0 upgraded, 9 newly installed, 0 to remove and 2 not upgraded.
#23 3.469 Need to get 161 MB of archives.
#23 3.469 After this operation, 516 MB of additional disk space will be used.
#23 3.469 Get:1 http://repo.mongodb.org/apt/debian bullseye/mongodb-org/5.0/main amd64 mongodb-database-tools amd64 100.10.0 [46.4 MB]
#23 4.166 Get:2 http://repo.mongodb.org/apt/debian bullseye/mongodb-org/5.0/main amd64 mongodb-mongosh amd64 2.3.4 [54.1 MB]
#23 4.701 Get:3 http://repo.mongodb.org/apt/debian bullseye/mongodb-org/5.0/main amd64 mongodb-org-shell amd64 5.0.30 [14.9 MB]
#23 4.975 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.336 Get:5 http://repo.mongodb.org/apt/debian bullseye/mongodb-org/5.0/main amd64 mongodb-org-mongos amd64 5.0.30 [18.9 MB]
#23 5.538 Get:6 http://repo.mongodb.org/apt/debian bullseye/mongodb-org/5.0/main amd64 mongodb-org-database-tools-extra amd64 5.0.30 [7,752 B]
#23 5.638 Get:7 http://repo.mongodb.org/apt/debian bullseye/mongodb-org/5.0/main amd64 mongodb-org-database amd64 5.0.30 [3,540 B]
#23 5.835 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.026 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.174 debconf: delaying package configuration, since apt-utils is not installed
#23 6.240 Fetched 161 MB in 3s (59.9 MB/s)
#23 6.298 Selecting previously unselected package mongodb-database-tools.
#23 6.298 (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 ... 147361 files and directories currently installed.)
#23 6.352 Preparing to unpack .../0-mongodb-database-tools_100.10.0_amd64.deb ...
#23 6.369 Unpacking mongodb-database-tools (100.10.0) ...
#23 7.180 Selecting previously unselected package mongodb-mongosh.
#23 7.191 Preparing to unpack .../1-mongodb-mongosh_2.3.4_amd64.deb ...
#23 7.203 Unpacking mongodb-mongosh (2.3.4) ...
#23 8.590 Selecting previously unselected package mongodb-org-shell.
#23 8.601 Preparing to unpack .../2-mongodb-org-shell_5.0.30_amd64.deb ...
#23 8.604 Unpacking mongodb-org-shell (5.0.30) ...
#23 9.188 Selecting previously unselected package mongodb-org-server.
#23 9.199 Preparing to unpack .../3-mongodb-org-server_5.0.30_amd64.deb ...
#23 9.204 Unpacking mongodb-org-server (5.0.30) ...
#23 9.953 Selecting previously unselected package mongodb-org-mongos.
#23 9.963 Preparing to unpack .../4-mongodb-org-mongos_5.0.30_amd64.deb ...
#23 9.966 Unpacking mongodb-org-mongos (5.0.30) ...
#23 10.56 Selecting previously unselected package mongodb-org-database-tools-extra.
#23 10.57 Preparing to unpack .../5-mongodb-org-database-tools-extra_5.0.30_amd64.deb ...
#23 10.58 Unpacking mongodb-org-database-tools-extra (5.0.30) ...
#23 10.62 Selecting previously unselected package mongodb-org-database.
#23 10.64 Preparing to unpack .../6-mongodb-org-database_5.0.30_amd64.deb ...
#23 10.64 Unpacking mongodb-org-database (5.0.30) ...
#23 10.68 Selecting previously unselected package mongodb-org-tools.
#23 10.69 Preparing to unpack .../7-mongodb-org-tools_5.0.30_amd64.deb ...
#23 10.70 Unpacking mongodb-org-tools (5.0.30) ...
#23 10.74 Selecting previously unselected package mongodb-org.
#23 10.75 Preparing to unpack .../8-mongodb-org_5.0.30_amd64.deb ...
#23 10.75 Unpacking mongodb-org (5.0.30) ...
#23 10.82 Setting up mongodb-mongosh (2.3.4) ...
#23 10.83 Setting up mongodb-org-server (5.0.30) ...
#23 10.87 Adding system user `mongodb' (UID 104) ...
#23 10.87 Adding new user `mongodb' (UID 104) with group `nogroup' ...
#23 10.90 Not creating `/nonexistent'.
#23 10.92 Adding group `mongodb' (GID 106) ...
#23 10.94 Done.
#23 10.97 Adding user `mongodb' to group `mongodb' ...
#23 10.99 Done.
#23 11.00 System has not been booted with systemd as init system (PID 1). Can't operate.

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

#23 11.00 Setting up mongodb-org-shell (5.0.30) ...
#23 11.01 Setting up mongodb-database-tools (100.10.0) ...
#23 11.03 Setting up mongodb-org-mongos (5.0.30) ...
#23 11.04 Setting up mongodb-org-database-tools-extra (5.0.30) ...
#23 11.05 Setting up mongodb-org-database (5.0.30) ...
#23 11.06 Setting up mongodb-org-tools (5.0.30) ...
#23 11.07 Setting up mongodb-org (5.0.30) ...
#23 11.08 Processing triggers for man-db (2.11.2-2) ...
#23 11.16 + apt-get clean
#23 11.16 + cd /
#23 11.16 + rm -rf /tmp/mongodb
#23 11.16 + rm /etc/apt/sources.list.d/mongodb-org.list
#23 11.16 + sed -i s/127.0.0.1/172.18.50.2/g /etc/mongod.conf
#23 DONE 11.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.428 Hit:1 http://deb.debian.org/debian bookworm InRelease
#24 0.428 Hit:2 http://deb.debian.org/debian bookworm-updates InRelease
#24 0.428 Hit:3 http://deb.debian.org/debian-security bookworm-security InRelease
#24 0.550 Hit:4 https://downloads.osmocom.org/packages/osmocom:/nightly/Debian_12 ./ InRelease
#24 0.717 Reading package lists...
#24 1.137 Reading package lists...
#24 1.533 Building dependency tree...
#24 1.630 Reading state information...
#24 1.724 python3-pip is already the newest version (23.0.1+dfsg-1).
#24 1.724 python3-setuptools is already the newest version (66.1.1-1).
#24 1.724 python3-wheel is already the newest version (0.38.4-2).
#24 1.724 build-essential is already the newest version (12.9).
#24 1.724 flex is already the newest version (2.6.4-8.2).
#24 1.724 bison is already the newest version (2:3.8.2+dfsg-1+b1).
#24 1.724 git is already the newest version (1:2.39.5-0+deb12u1).
#24 1.724 libsctp-dev is already the newest version (1.0.19+dfsg-2).
#24 1.724 libgnutls28-dev is already the newest version (3.7.9-2+deb12u3).
#24 1.724 libssl-dev is already the newest version (3.0.15-1~deb12u1).
#24 1.724 libmicrohttpd-dev is already the newest version (0.9.75-6).
#24 1.724 libmicrohttpd-dev set to manually installed.
#24 1.724 libcurl4-gnutls-dev is already the newest version (7.88.1-10+deb12u8).
#24 1.724 libcurl4-gnutls-dev set to manually installed.
#24 1.724 The following additional packages will be installed:
#24 1.724   libbson-1.0-0 libgpg-error-dev libidn-dev libintelrdfpmath-dev
#24 1.724   libmongoc-1.0-0 libmongocrypt-dev libmongocrypt0 libsasl2-dev libsnappy-dev
#24 1.725   libsnappy1v5 libzstd-dev
#24 1.725 Suggested packages:
#24 1.725   libgcrypt20-doc idn libnghttp2-doc libyaml-doc
#24 1.844 The following NEW packages will be installed:
#24 1.844   libbson-1.0-0 libbson-dev libgcrypt20-dev libgpg-error-dev libidn-dev
#24 1.844   libidn11-dev libintelrdfpmath-dev libmongoc-1.0-0 libmongoc-dev
#24 1.844   libmongocrypt-dev libmongocrypt0 libnghttp2-dev libsasl2-dev libsnappy-dev
#24 1.844   libsnappy1v5 libyaml-dev libzstd-dev meson ninja-build
#24 1.872 0 upgraded, 19 newly installed, 0 to remove and 2 not upgraded.
#24 1.872 Need to get 11.6 MB of archives.
#24 1.872 After this operation, 93.4 MB of additional disk space will be used.
#24 1.872 Get:1 http://deb.debian.org/debian bookworm/main amd64 libbson-1.0-0 amd64 1.23.1-1+b1 [76.3 kB]
#24 1.893 Get:2 http://deb.debian.org/debian bookworm/main amd64 libbson-dev amd64 1.23.1-1+b1 [129 kB]
#24 1.899 Get:3 http://deb.debian.org/debian bookworm/main amd64 libgpg-error-dev amd64 1.46-1 [133 kB]
#24 1.901 Get:4 http://deb.debian.org/debian bookworm/main amd64 libgcrypt20-dev amd64 1.10.1-3 [752 kB]
#24 1.911 Get:5 http://deb.debian.org/debian bookworm/main amd64 libidn-dev amd64 1.41-1 [190 kB]
#24 1.913 Get:6 http://deb.debian.org/debian bookworm/main amd64 libidn11-dev amd64 1.41-1 [42.4 kB]
#24 1.913 Get:7 http://deb.debian.org/debian bookworm/main amd64 libintelrdfpmath-dev amd64 2.0u2-8 [6,475 kB]
#24 1.969 Get:8 http://deb.debian.org/debian bookworm/main amd64 libmongocrypt0 amd64 1.7.2-1 [1,313 kB]
#24 1.979 Get:9 http://deb.debian.org/debian bookworm/main amd64 libsnappy1v5 amd64 1.1.9-3 [26.0 kB]
#24 1.980 Get:10 http://deb.debian.org/debian bookworm/main amd64 libmongoc-1.0-0 amd64 1.23.1-1+b1 [304 kB]
#24 1.982 Get:11 http://deb.debian.org/debian bookworm/main amd64 libmongocrypt-dev amd64 1.7.2-1 [263 kB]
#24 1.984 Get:12 http://deb.debian.org/debian bookworm/main amd64 libsnappy-dev amd64 1.1.9-3 [39.2 kB]
#24 1.985 Get:13 http://deb.debian.org/debian bookworm/main amd64 libsasl2-dev amd64 2.1.28+dfsg-10 [235 kB]
#24 1.987 Get:14 http://deb.debian.org/debian bookworm/main amd64 libzstd-dev amd64 1.5.4+dfsg2-5 [354 kB]
#24 1.990 Get:15 http://deb.debian.org/debian bookworm/main amd64 libmongoc-dev amd64 1.23.1-1+b1 [365 kB]
#24 1.993 Get:16 http://deb.debian.org/debian bookworm/main amd64 libnghttp2-dev amd64 1.52.0-1+deb12u2 [110 kB]
#24 1.994 Get:17 http://deb.debian.org/debian bookworm/main amd64 libyaml-dev amd64 0.2.5-1 [64.5 kB]
#24 1.994 Get:18 http://deb.debian.org/debian bookworm/main amd64 ninja-build amd64 1.11.1-2~deb12u1 [135 kB]
#24 1.996 Get:19 http://deb.debian.org/debian bookworm/main amd64 meson all 1.0.1-5 [548 kB]
#24 2.155 debconf: delaying package configuration, since apt-utils is not installed
#24 2.194 Fetched 11.6 MB in 0s (76.4 MB/s)
#24 2.229 Selecting previously unselected package libbson-1.0-0.
#24 2.229 (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 ... 147422 files and directories currently installed.)
#24 2.292 Preparing to unpack .../00-libbson-1.0-0_1.23.1-1+b1_amd64.deb ...
#24 2.299 Unpacking libbson-1.0-0 (1.23.1-1+b1) ...
#24 2.354 Selecting previously unselected package libbson-dev.
#24 2.362 Preparing to unpack .../01-libbson-dev_1.23.1-1+b1_amd64.deb ...
#24 2.366 Unpacking libbson-dev (1.23.1-1+b1) ...
#24 2.424 Selecting previously unselected package libgpg-error-dev.
#24 2.434 Preparing to unpack .../02-libgpg-error-dev_1.46-1_amd64.deb ...
#24 2.439 Unpacking libgpg-error-dev (1.46-1) ...
#24 2.491 Selecting previously unselected package libgcrypt20-dev.
#24 2.500 Preparing to unpack .../03-libgcrypt20-dev_1.10.1-3_amd64.deb ...
#24 2.503 Unpacking libgcrypt20-dev (1.10.1-3) ...
#24 2.593 Selecting previously unselected package libidn-dev:amd64.
#24 2.604 Preparing to unpack .../04-libidn-dev_1.41-1_amd64.deb ...
#24 2.608 Unpacking libidn-dev:amd64 (1.41-1) ...
#24 2.672 Selecting previously unselected package libidn11-dev:amd64.
#24 2.681 Preparing to unpack .../05-libidn11-dev_1.41-1_amd64.deb ...
#24 2.684 Unpacking libidn11-dev:amd64 (1.41-1) ...
#24 2.726 Selecting previously unselected package libintelrdfpmath-dev:amd64.
#24 2.735 Preparing to unpack .../06-libintelrdfpmath-dev_2.0u2-8_amd64.deb ...
#24 2.738 Unpacking libintelrdfpmath-dev:amd64 (2.0u2-8) ...
#24 3.156 Selecting previously unselected package libmongocrypt0:amd64.
#24 3.169 Preparing to unpack .../07-libmongocrypt0_1.7.2-1_amd64.deb ...
#24 3.172 Unpacking libmongocrypt0:amd64 (1.7.2-1) ...
#24 3.275 Selecting previously unselected package libsnappy1v5:amd64.
#24 3.286 Preparing to unpack .../08-libsnappy1v5_1.1.9-3_amd64.deb ...
#24 3.289 Unpacking libsnappy1v5:amd64 (1.1.9-3) ...
#24 3.330 Selecting previously unselected package libmongoc-1.0-0.
#24 3.338 Preparing to unpack .../09-libmongoc-1.0-0_1.23.1-1+b1_amd64.deb ...
#24 3.341 Unpacking libmongoc-1.0-0 (1.23.1-1+b1) ...
#24 3.407 Selecting previously unselected package libmongocrypt-dev:amd64.
#24 3.416 Preparing to unpack .../10-libmongocrypt-dev_1.7.2-1_amd64.deb ...
#24 3.421 Unpacking libmongocrypt-dev:amd64 (1.7.2-1) ...
#24 3.486 Selecting previously unselected package libsnappy-dev:amd64.
#24 3.497 Preparing to unpack .../11-libsnappy-dev_1.1.9-3_amd64.deb ...
#24 3.500 Unpacking libsnappy-dev:amd64 (1.1.9-3) ...
#24 3.564 Selecting previously unselected package libsasl2-dev.
#24 3.574 Preparing to unpack .../12-libsasl2-dev_2.1.28+dfsg-10_amd64.deb ...
#24 3.584 Unpacking libsasl2-dev (2.1.28+dfsg-10) ...
#24 3.691 Selecting previously unselected package libzstd-dev:amd64.
#24 3.703 Preparing to unpack .../13-libzstd-dev_1.5.4+dfsg2-5_amd64.deb ...
#24 3.716 Unpacking libzstd-dev:amd64 (1.5.4+dfsg2-5) ...
#24 3.825 Selecting previously unselected package libmongoc-dev.
#24 3.835 Preparing to unpack .../14-libmongoc-dev_1.23.1-1+b1_amd64.deb ...
#24 3.846 Unpacking libmongoc-dev (1.23.1-1+b1) ...
#24 3.977 Selecting previously unselected package libnghttp2-dev:amd64.
#24 3.989 Preparing to unpack .../15-libnghttp2-dev_1.52.0-1+deb12u2_amd64.deb ...
#24 4.014 Unpacking libnghttp2-dev:amd64 (1.52.0-1+deb12u2) ...
#24 4.068 Selecting previously unselected package libyaml-dev:amd64.
#24 4.077 Preparing to unpack .../16-libyaml-dev_0.2.5-1_amd64.deb ...
#24 4.080 Unpacking libyaml-dev:amd64 (0.2.5-1) ...
#24 4.126 Selecting previously unselected package ninja-build.
#24 4.136 Preparing to unpack .../17-ninja-build_1.11.1-2~deb12u1_amd64.deb ...
#24 4.141 Unpacking ninja-build (1.11.1-2~deb12u1) ...
#24 4.199 Selecting previously unselected package meson.
#24 4.210 Preparing to unpack .../18-meson_1.0.1-5_all.deb ...
#24 4.214 Unpacking meson (1.0.1-5) ...
#24 4.330 Setting up libnghttp2-dev:amd64 (1.52.0-1+deb12u2) ...
#24 4.340 Setting up libzstd-dev:amd64 (1.5.4+dfsg2-5) ...
#24 4.350 Setting up libyaml-dev:amd64 (0.2.5-1) ...
#24 4.359 Setting up ninja-build (1.11.1-2~deb12u1) ...
#24 4.369 Setting up libsnappy1v5:amd64 (1.1.9-3) ...
#24 4.380 Setting up libsasl2-dev (2.1.28+dfsg-10) ...
#24 4.390 Setting up libgpg-error-dev (1.46-1) ...
#24 4.400 Setting up libbson-1.0-0 (1.23.1-1+b1) ...
#24 4.409 Setting up libidn-dev:amd64 (1.41-1) ...
#24 4.420 Setting up libintelrdfpmath-dev:amd64 (2.0u2-8) ...
#24 4.430 Setting up libmongocrypt0:amd64 (1.7.2-1) ...
#24 4.439 Setting up libbson-dev (1.23.1-1+b1) ...
#24 4.449 Setting up libidn11-dev:amd64 (1.41-1) ...
#24 4.458 Setting up libsnappy-dev:amd64 (1.1.9-3) ...
#24 4.469 Setting up meson (1.0.1-5) ...
#24 4.998 Setting up libmongocrypt-dev:amd64 (1.7.2-1) ...
#24 5.058 Setting up libmongoc-1.0-0 (1.23.1-1+b1) ...
#24 5.087 Setting up libgcrypt20-dev (1.10.1-3) ...
#24 5.117 Setting up libmongoc-dev (1.23.1-1+b1) ...
#24 5.154 Processing triggers for man-db (2.11.2-2) ...
#24 5.198 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.252 Cloning into 'osmo-gsm-tester'...
#26 DONE 0.5s

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

#28 [23/28] RUN	CD osmo-gsm-tester && 	git fetch && git checkout master && 	(git symbolic-ref -q HEAD && git reset --hard origin/master || exit 1); 	git rev-parse --abbrev-ref HEAD && git rev-parse HEAD
#28 0.348 Already on 'master'
#28 0.349 Your branch is up to date with 'origin/master'.
#28 0.350 refs/heads/master
#28 0.357 HEAD is now at f7d64b0 jenkins.sh: libosmo-netif no longer depends on libosmo-abis
#28 0.358 master
#28 0.359 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.2s

#34 exporting to image
#34 exporting layers
#34 exporting layers 4.4s done
#34 writing image sha256:744b8d6fe2c90aafb85ce519a75f4062d8fee65c2cdd91d59da57f613ba36d31 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=7811 -w /build -i -v /home/osmocom-build/jenkins/workspace/osmo-gsm-tester_virtual:/build -v /home/osmocom-build/.ssh:/home/build/.ssh:ro --name=osmo-gsm-tester-virtual --cap-add=sys_nice osmocom-build/osmo-gsm-tester /bin/bash -c LANG="en_US.utf8" LC_ALL="en_US.UTF-8" LC_LANG="en_US.UTF-8" PATH="$PWD/osmo-gsm-tester/src:${PATH}" ./osmo-gsm-tester/contrib/jenkins-run.sh
+ base=/build
+ dirname -- ./osmo-gsm-tester/contrib/jenkins-run.sh
+ CDPATH= cd -- ./osmo-gsm-tester/contrib
+ pwd -P
+ SCRIPT_DIR=/build/osmo-gsm-tester/contrib
+ OSMO_GSM_TESTER_CONF=/build/osmo-gsm-tester/sysmocom/main.conf
+ date +%F %T
+ time_start=2024-12-11 22:49:56
+ trial_dir_prefix=trial-
+ rm -rf trial-*
+ trial_dir=trial-7811
+ mkdir -p trial-7811
+ mv open5gs.build-8.tgz osmo-bsc.build-2024-12-11_13_27_11.tgz osmo-bts-oc2g.build-2024-12-11_00_51_52.tgz osmo-bts-sysmo.build-2024-12-11_00_52_16.tgz osmo-bts.build-2024-12-11_00_53_11.tgz osmo-ggsn.build-2024-12-11_20_43_05.tgz osmo-hlr.build-2024-12-11_16_37_41.tgz osmo-hnbgw.build-2024-12-11_14_14_24.tgz osmo-mgw.build-2024-12-11_08_33_36.tgz osmo-msc.build-2024-12-11_13_35_44.tgz osmo-nitb.build-17155.tgz osmo-pcu-oc2g.build-2024-12-11_07_41_22.tgz osmo-pcu-sysmo.build-2024-12-11_07_40_35.tgz osmo-pcu.build-2024-12-11_07_41_26.tgz osmo-sgsn.build-2024-12-11_20_50_37.tgz osmo-stp.build-2024-12-11_13_26_25.tgz osmo-trx.build-2024-12-11_14_26_47.tgz osmocom-bb.build-2024-12-11_21_18_19.tgz srslte.build-19.tgz trial-7811
+ cat open5gs.build-8.md5 osmo-bsc.build-2024-12-11_13_27_11.md5 osmo-bts-oc2g.build-2024-12-11_00_51_52.md5 osmo-bts-sysmo.build-2024-12-11_00_52_16.md5 osmo-bts.build-2024-12-11_00_53_11.md5 osmo-ggsn.build-2024-12-11_20_43_05.md5 osmo-hlr.build-2024-12-11_16_37_41.md5 osmo-hnbgw.build-2024-12-11_14_14_24.md5 osmo-mgw.build-2024-12-11_08_33_36.md5 osmo-msc.build-2024-12-11_13_35_44.md5 osmo-nitb.build-17155.md5 osmo-pcu-oc2g.build-2024-12-11_07_41_22.md5 osmo-pcu-sysmo.build-2024-12-11_07_40_35.md5 osmo-pcu.build-2024-12-11_07_41_26.md5 osmo-sgsn.build-2024-12-11_20_50_37.md5 osmo-stp.build-2024-12-11_13_26_25.md5 osmo-trx.build-2024-12-11_14_26_47.md5 osmocom-bb.build-2024-12-11_21_18_19.md5 srslte.build-19.md5
+ rm open5gs.build-8.md5 osmo-bsc.build-2024-12-11_13_27_11.md5 osmo-bts-oc2g.build-2024-12-11_00_51_52.md5 osmo-bts-sysmo.build-2024-12-11_00_52_16.md5 osmo-bts.build-2024-12-11_00_53_11.md5 osmo-ggsn.build-2024-12-11_20_43_05.md5 osmo-hlr.build-2024-12-11_16_37_41.md5 osmo-hnbgw.build-2024-12-11_14_14_24.md5 osmo-mgw.build-2024-12-11_08_33_36.md5 osmo-msc.build-2024-12-11_13_35_44.md5 osmo-nitb.build-17155.md5 osmo-pcu-oc2g.build-2024-12-11_07_41_22.md5 osmo-pcu-sysmo.build-2024-12-11_07_40_35.md5 osmo-pcu.build-2024-12-11_07_41_26.md5 osmo-sgsn.build-2024-12-11_20_50_37.md5 osmo-stp.build-2024-12-11_13_26_25.md5 osmo-trx.build-2024-12-11_14_26_47.md5 osmocom-bb.build-2024-12-11_21_18_19.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-7811 -s netreg_mass
combinations: ['netreg_mass']
trial: 'trial-7811'
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-7811
--------------------------------------------------------------------------------------------
22:49:56.557553 tst                       trial-7811: Detailed log at /build/trial-7811/run.2024-12-11_22-49-56/log

---------------------------------------------------------------------
trial-7811 netreg_mass
---------------------------------------------------------------------
22:49:56.848750 tst                      netreg_mass: reserving resources in /var/tmp/osmo-gsm-tester/state ...
22:49:56.849439 tst                      netreg_mass: Verifying 1 x bts (candidates: 1)
22:49:56.850970 tst                      netreg_mass: Verifying 6 x ip_address (candidates: 9)
22:49:56.853333 tst                      netreg_mass: Verifying 100 x modem (candidates: 100)
22:49:56.921638 tst                      netreg_mass: Reserving 1 x bts (candidates: 1)
22:49:56.924367 tst                      netreg_mass: Reserving 6 x ip_address (candidates: 9)
22:49:56.928903 tst                      netreg_mass: Reserving 100 x modem (candidates: 100)
22:49:57.066306 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-7811 netreg_mass register_default_mass.py
----------------------------------------------
22:49:57.067728 tst       register_default_mass.py:9: Claiming resources for the test
22:49:57.099637 tst                      netreg_mass: Using 1 x ip_address (candidates: 6)
22:49:57.100676 tst                      netreg_mass: Using 1 x ip_address (candidates: 6)
22:49:57.101580 tst                      netreg_mass: Using 1 x ip_address (candidates: 6)
22:49:57.102493 tst                      netreg_mass: Using 1 x ip_address (candidates: 6)
22:49:57.103426 tst                      netreg_mass: Using 1 x ip_address (candidates: 6)
22:49:57.104374 tst                      netreg_mass: Using 1 x ip_address (candidates: 6)
22:49:57.105286 tst                      netreg_mass: Using 1 x bts (candidates: 1)
22:49:57.142088 tst         register_default_mass.py: using LAC 2
22:49:57.158212 tst         register_default_mass.py: using RAC 2
22:49:57.172453 tst         register_default_mass.py: using CellId 2
22:49:57.186357 tst         register_default_mass.py: using BVCI 3
22:49:57.197677 tst                      netreg_mass: Using 1 x modem (candidates: 100)
22:49:57.198732 tst                      netreg_mass: Using 1 x modem (candidates: 100)
22:49:57.199771 tst                      netreg_mass: Using 1 x modem (candidates: 100)
22:49:57.200804 tst                      netreg_mass: Using 1 x modem (candidates: 100)
22:49:57.201822 tst                      netreg_mass: Using 1 x modem (candidates: 100)
22:49:57.202837 tst                      netreg_mass: Using 1 x modem (candidates: 100)
22:49:57.203854 tst                      netreg_mass: Using 1 x modem (candidates: 100)
22:49:57.204872 tst                      netreg_mass: Using 1 x modem (candidates: 100)
22:49:57.205877 tst                      netreg_mass: Using 1 x modem (candidates: 100)
22:49:57.206865 tst                      netreg_mass: Using 1 x modem (candidates: 100)
22:49:57.207865 tst                      netreg_mass: Using 1 x modem (candidates: 100)
22:49:57.208870 tst                      netreg_mass: Using 1 x modem (candidates: 100)
22:49:57.209883 tst                      netreg_mass: Using 1 x modem (candidates: 100)
22:49:57.210891 tst                      netreg_mass: Using 1 x modem (candidates: 100)
22:49:57.211920 tst                      netreg_mass: Using 1 x modem (candidates: 100)
22:49:57.212919 tst                      netreg_mass: Using 1 x modem (candidates: 100)
22:49:57.213907 tst                      netreg_mass: Using 1 x modem (candidates: 100)
22:49:57.214896 tst                      netreg_mass: Using 1 x modem (candidates: 100)
22:49:57.215898 tst                      netreg_mass: Using 1 x modem (candidates: 100)
22:49:57.216892 tst                      netreg_mass: Using 1 x modem (candidates: 100)
22:49:57.217865 tst                      netreg_mass: Using 1 x modem (candidates: 100)
22:49:57.218853 tst                      netreg_mass: Using 1 x modem (candidates: 100)
22:49:57.219857 tst                      netreg_mass: Using 1 x modem (candidates: 100)
22:49:57.220849 tst                      netreg_mass: Using 1 x modem (candidates: 100)
22:49:57.221833 tst                      netreg_mass: Using 1 x modem (candidates: 100)
22:49:57.222816 tst                      netreg_mass: Using 1 x modem (candidates: 100)
22:49:57.223833 tst                      netreg_mass: Using 1 x modem (candidates: 100)
22:49:57.224823 tst                      netreg_mass: Using 1 x modem (candidates: 100)
22:49:57.225822 tst                      netreg_mass: Using 1 x modem (candidates: 100)
22:49:57.226811 tst                      netreg_mass: Using 1 x modem (candidates: 100)
22:49:57.227817 tst                      netreg_mass: Using 1 x modem (candidates: 100)
22:49:57.228815 tst                      netreg_mass: Using 1 x modem (candidates: 100)
22:49:57.229811 tst                      netreg_mass: Using 1 x modem (candidates: 100)
22:49:57.230801 tst                      netreg_mass: Using 1 x modem (candidates: 100)
22:49:57.231813 tst                      netreg_mass: Using 1 x modem (candidates: 100)
22:49:57.232791 tst                      netreg_mass: Using 1 x modem (candidates: 100)
22:49:57.233773 tst                      netreg_mass: Using 1 x modem (candidates: 100)
22:49:57.234759 tst                      netreg_mass: Using 1 x modem (candidates: 100)
22:49:57.235764 tst                      netreg_mass: Using 1 x modem (candidates: 100)
22:49:57.236750 tst                      netreg_mass: Using 1 x modem (candidates: 100)
22:49:57.237729 tst                      netreg_mass: Using 1 x modem (candidates: 100)
22:49:57.238708 tst                      netreg_mass: Using 1 x modem (candidates: 100)
22:49:57.239707 tst                      netreg_mass: Using 1 x modem (candidates: 100)
22:49:57.240692 tst                      netreg_mass: Using 1 x modem (candidates: 100)
22:49:57.241681 tst                      netreg_mass: Using 1 x modem (candidates: 100)
22:49:57.242660 tst                      netreg_mass: Using 1 x modem (candidates: 100)
22:49:57.243685 tst                      netreg_mass: Using 1 x modem (candidates: 100)
22:49:57.244678 tst                      netreg_mass: Using 1 x modem (candidates: 100)
22:49:57.245669 tst                      netreg_mass: Using 1 x modem (candidates: 100)
22:49:57.246648 tst                      netreg_mass: Using 1 x modem (candidates: 100)
22:49:57.247650 tst                      netreg_mass: Using 1 x modem (candidates: 100)
22:49:57.248631 tst                      netreg_mass: Using 1 x modem (candidates: 100)
22:49:57.249618 tst                      netreg_mass: Using 1 x modem (candidates: 100)
22:49:57.250610 tst                      netreg_mass: Using 1 x modem (candidates: 100)
22:49:57.251603 tst                      netreg_mass: Using 1 x modem (candidates: 100)
22:49:57.252589 tst                      netreg_mass: Using 1 x modem (candidates: 100)
22:49:57.253572 tst                      netreg_mass: Using 1 x modem (candidates: 100)
22:49:57.254562 tst                      netreg_mass: Using 1 x modem (candidates: 100)
22:49:57.255578 tst                      netreg_mass: Using 1 x modem (candidates: 100)
22:49:57.256575 tst                      netreg_mass: Using 1 x modem (candidates: 100)
22:49:57.257546 tst                      netreg_mass: Using 1 x modem (candidates: 100)
22:49:57.258525 tst                      netreg_mass: Using 1 x modem (candidates: 100)
22:49:57.259517 tst                      netreg_mass: Using 1 x modem (candidates: 100)
22:49:57.260504 tst                      netreg_mass: Using 1 x modem (candidates: 100)
22:49:57.261469 tst                      netreg_mass: Using 1 x modem (candidates: 100)
22:49:57.262442 tst                      netreg_mass: Using 1 x modem (candidates: 100)
22:49:57.263451 tst                      netreg_mass: Using 1 x modem (candidates: 100)
22:49:57.264463 tst                      netreg_mass: Using 1 x modem (candidates: 100)
22:49:57.265444 tst                      netreg_mass: Using 1 x modem (candidates: 100)
22:49:57.266408 tst                      netreg_mass: Using 1 x modem (candidates: 100)
22:49:57.267380 tst                      netreg_mass: Using 1 x modem (candidates: 100)
22:49:57.268455 tst                      netreg_mass: Using 1 x modem (candidates: 100)
22:49:57.269422 tst                      netreg_mass: Using 1 x modem (candidates: 100)
22:49:57.270597 tst                      netreg_mass: Using 1 x modem (candidates: 100)
22:49:57.271569 tst                      netreg_mass: Using 1 x modem (candidates: 100)
22:49:57.272577 tst                      netreg_mass: Using 1 x modem (candidates: 100)
22:49:57.273598 tst                      netreg_mass: Using 1 x modem (candidates: 100)
22:49:57.274605 tst                      netreg_mass: Using 1 x modem (candidates: 100)
22:49:57.275618 tst                      netreg_mass: Using 1 x modem (candidates: 100)
22:49:57.277027 tst                      netreg_mass: Using 1 x modem (candidates: 100)
22:49:57.278829 tst                      netreg_mass: Using 1 x modem (candidates: 100)
22:49:57.280524 tst                      netreg_mass: Using 1 x modem (candidates: 100)
22:49:57.281507 tst                      netreg_mass: Using 1 x modem (candidates: 100)
22:49:57.282478 tst                      netreg_mass: Using 1 x modem (candidates: 100)
22:49:57.283449 tst                      netreg_mass: Using 1 x modem (candidates: 100)
22:49:57.284412 tst                      netreg_mass: Using 1 x modem (candidates: 100)
22:49:57.285369 tst                      netreg_mass: Using 1 x modem (candidates: 100)
22:49:57.286331 tst                      netreg_mass: Using 1 x modem (candidates: 100)
22:49:57.287310 tst                      netreg_mass: Using 1 x modem (candidates: 100)
22:49:57.288314 tst                      netreg_mass: Using 1 x modem (candidates: 100)
22:49:57.289292 tst                      netreg_mass: Using 1 x modem (candidates: 100)
22:49:57.290251 tst                      netreg_mass: Using 1 x modem (candidates: 100)
22:49:57.291232 tst                      netreg_mass: Using 1 x modem (candidates: 100)
22:49:57.292249 tst                      netreg_mass: Using 1 x modem (candidates: 100)
22:49:57.293234 tst                      netreg_mass: Using 1 x modem (candidates: 100)
22:49:57.294204 tst                      netreg_mass: Using 1 x modem (candidates: 100)
22:49:57.295181 tst                      netreg_mass: Using 1 x modem (candidates: 100)
22:49:57.296195 tst                      netreg_mass: Using 1 x modem (candidates: 100)
22:49:57.297217 tst                      netreg_mass: Using 1 x modem (candidates: 100)
22:49:57.298212 tst                      netreg_mass: Using 1 x modem (candidates: 100)
22:49:57.299217 tst                      netreg_mass: Using 1 x modem (candidates: 100)
22:49:57.300327 tst      register_default_mass.py:21: Launching a simple network
22:49:57.320897 run              osmo-hlr_127.0.42.2: Starting osmo-hlr
22:49:57.521837 run            create_hlr_db(pid=20): Launched
22:49:58.545179 run            create_hlr_db(pid=20): Terminated: ok {rc=0}
22:49:58.579068 run pcap-recorder_any(filters='host 127.0.42.2')(pid=22): Launched
22:49:58.616275 run      osmo-hlr_127.0.42.2(pid=23): Launched
22:49:58.627744 run              osmo-stp_127.0.42.5: Starting osmo-stp
22:49:58.923637 run pcap-recorder_any(filters='host 127.0.42.5 and port not 22')(pid=24): Launched
22:49:58.956415 run      osmo-stp_127.0.42.5(pid=25): Launched
22:49:58.967905 run              osmo-msc_127.0.42.6: Starting osmo-msc
22:49:59.680830 run pcap-recorder_any(filters='host 127.0.42.6 and port not 22')(pid=26): Launched
22:49:59.712240 run      osmo-msc_127.0.42.6(pid=27): Launched
22:50:02.734296 run              osmo-mgw_127.0.42.3: Starting osmo-mgw
22:50:02.942749 run pcap-recorder_any(filters='host 127.0.42.3 and port not 22')(pid=28): Launched
22:50:02.973883 run      osmo-mgw_127.0.42.3(pid=29): Launched
22:50:02.985416 run              osmo-mgw_127.0.42.4: Starting osmo-mgw
22:50:03.039600 run pcap-recorder_any(filters='host 127.0.42.4 and port not 22')(pid=30): Launched
22:50:03.071298 run      osmo-mgw_127.0.42.4(pid=31): Launched
22:50:03.087776 run              osmo-bsc_127.0.42.7: Starting osmo-bsc
22:50:03.635401 run pcap-recorder_any(filters='host 127.0.42.7 and port not 22')(pid=32): Launched
22:50:03.668707 run      osmo-bsc_127.0.42.7(pid=33): Launched
22:50:09.714586 run                 osmo-bts-virtual: Starting to connect to osmo-bsc_127.0.42.7
22:50:09.996523 run         osmo-bts-virtual(pid=34): Launched
22:50:11.042026 tst         register_default_mass.py: using MSISDN 1001
22:50:11.058964 run              osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001010000000000', msisdn='1001', subscriber_id=1}
22:50:11.100093 tst         register_default_mass.py: using MSISDN 1002
22:50:11.117671 run              osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001010000000001', msisdn='1002', subscriber_id=2}
22:50:11.144638 tst         register_default_mass.py: using MSISDN 1003
22:50:11.161523 run              osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001010000000002', msisdn='1003', subscriber_id=3}
22:50:11.194687 tst         register_default_mass.py: using MSISDN 1004
22:50:11.210806 run              osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001010000000003', msisdn='1004', subscriber_id=4}
22:50:11.247721 tst         register_default_mass.py: using MSISDN 1005
22:50:11.265624 run              osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001010000000004', msisdn='1005', subscriber_id=5}
22:50:11.303112 tst         register_default_mass.py: using MSISDN 1006
22:50:11.318967 run              osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001010000000005', msisdn='1006', subscriber_id=6}
22:50:11.360766 tst         register_default_mass.py: using MSISDN 1007
22:50:11.375644 run              osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001010000000006', msisdn='1007', subscriber_id=7}
22:50:11.408669 tst         register_default_mass.py: using MSISDN 1008
22:50:11.423054 run              osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001010000000007', msisdn='1008', subscriber_id=8}
22:50:11.460979 tst         register_default_mass.py: using MSISDN 1009
22:50:11.477168 run              osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001010000000008', msisdn='1009', subscriber_id=9}
22:50:11.502326 tst         register_default_mass.py: using MSISDN 1010
22:50:11.518080 run              osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001010000000009', msisdn='1010', subscriber_id=10}
22:50:11.551785 tst         register_default_mass.py: using MSISDN 1011
22:50:11.566710 run              osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001020000000000', msisdn='1011', subscriber_id=11}
22:50:11.594971 tst         register_default_mass.py: using MSISDN 1012
22:50:11.609907 run              osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001020000000001', msisdn='1012', subscriber_id=12}
22:50:11.645596 tst         register_default_mass.py: using MSISDN 1013
22:50:11.656791 run              osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001020000000002', msisdn='1013', subscriber_id=13}
22:50:11.684148 tst         register_default_mass.py: using MSISDN 1014
22:50:11.700977 run              osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001020000000003', msisdn='1014', subscriber_id=14}
22:50:11.733948 tst         register_default_mass.py: using MSISDN 1015
22:50:11.748142 run              osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001020000000004', msisdn='1015', subscriber_id=15}
22:50:11.782718 tst         register_default_mass.py: using MSISDN 1016
22:50:11.798382 run              osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001020000000005', msisdn='1016', subscriber_id=16}
22:50:11.823384 tst         register_default_mass.py: using MSISDN 1017
22:50:11.838692 run              osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001020000000006', msisdn='1017', subscriber_id=17}
22:50:11.874627 tst         register_default_mass.py: using MSISDN 1018
22:50:11.892011 run              osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001020000000007', msisdn='1018', subscriber_id=18}
22:50:11.925720 tst         register_default_mass.py: using MSISDN 1019
22:50:11.941619 run              osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001020000000008', msisdn='1019', subscriber_id=19}
22:50:11.974443 tst         register_default_mass.py: using MSISDN 1020
22:50:11.990016 run              osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001020000000009', msisdn='1020', subscriber_id=20}
22:50:12.024242 tst         register_default_mass.py: using MSISDN 1021
22:50:12.040879 run              osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001030000000000', msisdn='1021', subscriber_id=21}
22:50:12.068164 tst         register_default_mass.py: using MSISDN 1022
22:50:12.084970 run              osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001030000000001', msisdn='1022', subscriber_id=22}
22:50:12.123147 tst         register_default_mass.py: using MSISDN 1023
22:50:12.138634 run              osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001030000000002', msisdn='1023', subscriber_id=23}
22:50:12.161403 tst         register_default_mass.py: using MSISDN 1024
22:50:12.172855 run              osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001030000000003', msisdn='1024', subscriber_id=24}
22:50:12.211773 tst         register_default_mass.py: using MSISDN 1025
22:50:12.229498 run              osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001030000000004', msisdn='1025', subscriber_id=25}
22:50:12.256122 tst         register_default_mass.py: using MSISDN 1026
22:50:12.271898 run              osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001030000000005', msisdn='1026', subscriber_id=26}
22:50:12.308158 tst         register_default_mass.py: using MSISDN 1027
22:50:12.321351 run              osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001030000000006', msisdn='1027', subscriber_id=27}
22:50:12.356171 tst         register_default_mass.py: using MSISDN 1028
22:50:12.372986 run              osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001030000000007', msisdn='1028', subscriber_id=28}
22:50:12.412369 tst         register_default_mass.py: using MSISDN 1029
22:50:12.427621 run              osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001030000000008', msisdn='1029', subscriber_id=29}
22:50:12.460801 tst         register_default_mass.py: using MSISDN 1030
22:50:12.475215 run              osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001030000000009', msisdn='1030', subscriber_id=30}
22:50:12.514721 tst         register_default_mass.py: using MSISDN 1031
22:50:12.530027 run              osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001040000000000', msisdn='1031', subscriber_id=31}
22:50:12.555630 tst         register_default_mass.py: using MSISDN 1032
22:50:12.576070 run              osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001040000000001', msisdn='1032', subscriber_id=32}
22:50:12.615478 tst         register_default_mass.py: using MSISDN 1033
22:50:12.628714 run              osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001040000000002', msisdn='1033', subscriber_id=33}
22:50:12.659013 tst         register_default_mass.py: using MSISDN 1034
22:50:12.674497 run              osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001040000000003', msisdn='1034', subscriber_id=34}
22:50:12.702834 tst         register_default_mass.py: using MSISDN 1035
22:50:12.720942 run              osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001040000000004', msisdn='1035', subscriber_id=35}
22:50:12.756847 tst         register_default_mass.py: using MSISDN 1036
22:50:12.773175 run              osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001040000000005', msisdn='1036', subscriber_id=36}
22:50:12.799523 tst         register_default_mass.py: using MSISDN 1037
22:50:12.816219 run              osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001040000000006', msisdn='1037', subscriber_id=37}
22:50:12.851927 tst         register_default_mass.py: using MSISDN 1038
22:50:12.864950 run              osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001040000000007', msisdn='1038', subscriber_id=38}
22:50:12.897749 tst         register_default_mass.py: using MSISDN 1039
22:50:12.913524 run              osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001040000000008', msisdn='1039', subscriber_id=39}
22:50:12.944290 tst         register_default_mass.py: using MSISDN 1040
22:50:12.958839 run              osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001040000000009', msisdn='1040', subscriber_id=40}
22:50:12.985842 tst         register_default_mass.py: using MSISDN 1041
22:50:12.999577 run              osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001050000000000', msisdn='1041', subscriber_id=41}
22:50:13.025687 tst         register_default_mass.py: using MSISDN 1042
22:50:13.041795 run              osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001050000000001', msisdn='1042', subscriber_id=42}
22:50:13.084281 tst         register_default_mass.py: using MSISDN 1043
22:50:13.101208 run              osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001050000000002', msisdn='1043', subscriber_id=43}
22:50:13.130979 tst         register_default_mass.py: using MSISDN 1044
22:50:13.146290 run              osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001050000000003', msisdn='1044', subscriber_id=44}
22:50:13.174430 tst         register_default_mass.py: using MSISDN 1045
22:50:13.190011 run              osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001050000000004', msisdn='1045', subscriber_id=45}
22:50:13.222584 tst         register_default_mass.py: using MSISDN 1046
22:50:13.238373 run              osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001050000000005', msisdn='1046', subscriber_id=46}
22:50:13.264530 tst         register_default_mass.py: using MSISDN 1047
22:50:13.281072 run              osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001050000000006', msisdn='1047', subscriber_id=47}
22:50:13.309213 tst         register_default_mass.py: using MSISDN 1048
22:50:13.322940 run              osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001050000000007', msisdn='1048', subscriber_id=48}
22:50:13.349639 tst         register_default_mass.py: using MSISDN 1049
22:50:13.365706 run              osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001050000000008', msisdn='1049', subscriber_id=49}
22:50:13.397969 tst         register_default_mass.py: using MSISDN 1050
22:50:13.414347 run              osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001050000000009', msisdn='1050', subscriber_id=50}
22:50:13.440966 tst         register_default_mass.py: using MSISDN 1051
22:50:13.453063 run              osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001060000000000', msisdn='1051', subscriber_id=51}
22:50:13.489865 tst         register_default_mass.py: using MSISDN 1052
22:50:13.503544 run              osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001060000000001', msisdn='1052', subscriber_id=52}
22:50:13.532871 tst         register_default_mass.py: using MSISDN 1053
22:50:13.548948 run              osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001060000000002', msisdn='1053', subscriber_id=53}
22:50:13.580432 tst         register_default_mass.py: using MSISDN 1054
22:50:13.594022 run              osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001060000000003', msisdn='1054', subscriber_id=54}
22:50:13.623074 tst         register_default_mass.py: using MSISDN 1055
22:50:13.640629 run              osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001060000000004', msisdn='1055', subscriber_id=55}
22:50:13.674589 tst         register_default_mass.py: using MSISDN 1056
22:50:13.689526 run              osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001060000000005', msisdn='1056', subscriber_id=56}
22:50:13.723812 tst         register_default_mass.py: using MSISDN 1057
22:50:13.740623 run              osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001060000000006', msisdn='1057', subscriber_id=57}
22:50:13.769295 tst         register_default_mass.py: using MSISDN 1058
22:50:13.786341 run              osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001060000000007', msisdn='1058', subscriber_id=58}
22:50:13.814344 tst         register_default_mass.py: using MSISDN 1059
22:50:13.829992 run              osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001060000000008', msisdn='1059', subscriber_id=59}
22:50:13.856506 tst         register_default_mass.py: using MSISDN 1060
22:50:13.871188 run              osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001060000000009', msisdn='1060', subscriber_id=60}
22:50:13.904705 tst         register_default_mass.py: using MSISDN 1061
22:50:13.919298 run              osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001070000000000', msisdn='1061', subscriber_id=61}
22:50:13.951160 tst         register_default_mass.py: using MSISDN 1062
22:50:13.966552 run              osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001070000000001', msisdn='1062', subscriber_id=62}
22:50:14.016726 tst         register_default_mass.py: using MSISDN 1063
22:50:14.033624 run              osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001070000000002', msisdn='1063', subscriber_id=63}
22:50:14.064175 tst         register_default_mass.py: using MSISDN 1064
22:50:14.079476 run              osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001070000000003', msisdn='1064', subscriber_id=64}
22:50:14.097773 tst         register_default_mass.py: using MSISDN 1065
22:50:14.108790 run              osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001070000000004', msisdn='1065', subscriber_id=65}
22:50:14.132952 tst         register_default_mass.py: using MSISDN 1066
22:50:14.145691 run              osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001070000000005', msisdn='1066', subscriber_id=66}
22:50:14.181717 tst         register_default_mass.py: using MSISDN 1067
22:50:14.197535 run              osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001070000000006', msisdn='1067', subscriber_id=67}
22:50:14.234491 tst         register_default_mass.py: using MSISDN 1068
22:50:14.250150 run              osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001070000000007', msisdn='1068', subscriber_id=68}
22:50:14.282034 tst         register_default_mass.py: using MSISDN 1069
22:50:14.298026 run              osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001070000000008', msisdn='1069', subscriber_id=69}
22:50:14.324846 tst         register_default_mass.py: using MSISDN 1070
22:50:14.341188 run              osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001070000000009', msisdn='1070', subscriber_id=70}
22:50:14.374004 tst         register_default_mass.py: using MSISDN 1071
22:50:14.390064 run              osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001080000000000', msisdn='1071', subscriber_id=71}
22:50:14.417452 tst         register_default_mass.py: using MSISDN 1072
22:50:14.433562 run              osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001080000000001', msisdn='1072', subscriber_id=72}
22:50:14.462490 tst         register_default_mass.py: using MSISDN 1073
22:50:14.479585 run              osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001080000000002', msisdn='1073', subscriber_id=73}
22:50:14.502098 tst         register_default_mass.py: using MSISDN 1074
22:50:14.517578 run              osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001080000000003', msisdn='1074', subscriber_id=74}
22:50:14.547638 tst         register_default_mass.py: using MSISDN 1075
22:50:14.560542 run              osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001080000000004', msisdn='1075', subscriber_id=75}
22:50:14.586425 tst         register_default_mass.py: using MSISDN 1076
22:50:14.599903 run              osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001080000000005', msisdn='1076', subscriber_id=76}
22:50:14.634261 tst         register_default_mass.py: using MSISDN 1077
22:50:14.648222 run              osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001080000000006', msisdn='1077', subscriber_id=77}
22:50:14.684540 tst         register_default_mass.py: using MSISDN 1078
22:50:14.701424 run              osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001080000000007', msisdn='1078', subscriber_id=78}
22:50:14.732418 tst         register_default_mass.py: using MSISDN 1079
22:50:14.747419 run              osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001080000000008', msisdn='1079', subscriber_id=79}
22:50:14.781481 tst         register_default_mass.py: using MSISDN 1080
22:50:14.798017 run              osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001080000000009', msisdn='1080', subscriber_id=80}
22:50:14.831684 tst         register_default_mass.py: using MSISDN 1081
22:50:14.848731 run              osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001090000000000', msisdn='1081', subscriber_id=81}
22:50:14.872590 tst         register_default_mass.py: using MSISDN 1082
22:50:14.887726 run              osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001090000000001', msisdn='1082', subscriber_id=82}
22:50:14.917215 tst         register_default_mass.py: using MSISDN 1083
22:50:14.933644 run              osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001090000000002', msisdn='1083', subscriber_id=83}
22:50:14.958611 tst         register_default_mass.py: using MSISDN 1084
22:50:14.974120 run              osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001090000000003', msisdn='1084', subscriber_id=84}
22:50:15.004116 tst         register_default_mass.py: using MSISDN 1085
22:50:15.019267 run              osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001090000000004', msisdn='1085', subscriber_id=85}
22:50:15.047851 tst         register_default_mass.py: using MSISDN 1086
22:50:15.060435 run              osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001090000000005', msisdn='1086', subscriber_id=86}
22:50:15.091787 tst         register_default_mass.py: using MSISDN 1087
22:50:15.104742 run              osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001090000000006', msisdn='1087', subscriber_id=87}
22:50:15.134998 tst         register_default_mass.py: using MSISDN 1088
22:50:15.150546 run              osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001090000000007', msisdn='1088', subscriber_id=88}
22:50:15.185704 tst         register_default_mass.py: using MSISDN 1089
22:50:15.201899 run              osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001090000000008', msisdn='1089', subscriber_id=89}
22:50:15.225204 tst         register_default_mass.py: using MSISDN 1090
22:50:15.239005 run              osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001090000000009', msisdn='1090', subscriber_id=90}
22:50:15.271567 tst         register_default_mass.py: using MSISDN 1091
22:50:15.284764 run              osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001100000000000', msisdn='1091', subscriber_id=91}
22:50:15.308718 tst         register_default_mass.py: using MSISDN 1092
22:50:15.323136 run              osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001100000000001', msisdn='1092', subscriber_id=92}
22:50:15.354695 tst         register_default_mass.py: using MSISDN 1093
22:50:15.373167 run              osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001100000000002', msisdn='1093', subscriber_id=93}
22:50:15.403374 tst         register_default_mass.py: using MSISDN 1094
22:50:15.416884 run              osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001100000000003', msisdn='1094', subscriber_id=94}
22:50:15.452087 tst         register_default_mass.py: using MSISDN 1095
22:50:15.465332 run              osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001100000000004', msisdn='1095', subscriber_id=95}
22:50:15.494267 tst         register_default_mass.py: using MSISDN 1096
22:50:15.510261 run              osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001100000000005', msisdn='1096', subscriber_id=96}
22:50:15.538747 tst         register_default_mass.py: using MSISDN 1097
22:50:15.552168 run              osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001100000000006', msisdn='1097', subscriber_id=97}
22:50:15.579174 tst         register_default_mass.py: using MSISDN 1098
22:50:15.592552 run              osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001100000000007', msisdn='1098', subscriber_id=98}
22:50:15.627632 tst         register_default_mass.py: using MSISDN 1099
22:50:15.644589 run              osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001100000000008', msisdn='1099', subscriber_id=99}
22:50:15.673739 tst         register_default_mass.py: using MSISDN 1100
22:50:15.689500 run              osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001100000000009', msisdn='1100', subscriber_id=100}
22:50:15.835457 run                             mass: Starting testcase
22:50:15.846859 run                             mass: Pre-launching all virtphy's
22:50:15.858096 run           osmo-ms-virt-phy/00000: Starting virtphy
22:50:15.884954 run   osmo-ms-virt-phy/00000(pid=35): Launched
22:50:15.897209 run           osmo-ms-virt-phy/00001: Starting virtphy
22:50:15.923808 run   osmo-ms-virt-phy/00001(pid=36): Launched
22:50:15.935981 run           osmo-ms-virt-phy/00002: Starting virtphy
22:50:15.962519 run   osmo-ms-virt-phy/00002(pid=37): Launched
22:50:15.974708 run           osmo-ms-virt-phy/00003: Starting virtphy
22:50:16.001490 run   osmo-ms-virt-phy/00003(pid=38): Launched
22:50:16.013731 run           osmo-ms-virt-phy/00004: Starting virtphy
22:50:16.040325 run   osmo-ms-virt-phy/00004(pid=39): Launched
22:50:16.052553 run           osmo-ms-virt-phy/00005: Starting virtphy
22:50:16.079165 run   osmo-ms-virt-phy/00005(pid=40): Launched
22:50:16.091602 run           osmo-ms-virt-phy/00006: Starting virtphy
22:50:16.118465 run   osmo-ms-virt-phy/00006(pid=41): Launched
22:50:16.130890 run           osmo-ms-virt-phy/00007: Starting virtphy
22:50:16.157894 run   osmo-ms-virt-phy/00007(pid=42): Launched
22:50:16.170369 run           osmo-ms-virt-phy/00008: Starting virtphy
22:50:16.197194 run   osmo-ms-virt-phy/00008(pid=43): Launched
22:50:16.209624 run           osmo-ms-virt-phy/00009: Starting virtphy
22:50:16.236239 run   osmo-ms-virt-phy/00009(pid=44): Launched
22:50:16.248536 run           osmo-ms-virt-phy/00010: Starting virtphy
22:50:16.275097 run   osmo-ms-virt-phy/00010(pid=45): Launched
22:50:16.287502 run           osmo-ms-virt-phy/00011: Starting virtphy
22:50:16.315153 run   osmo-ms-virt-phy/00011(pid=46): Launched
22:50:16.327805 run           osmo-ms-virt-phy/00012: Starting virtphy
22:50:16.354643 run   osmo-ms-virt-phy/00012(pid=47): Launched
22:50:16.366915 run           osmo-ms-virt-phy/00013: Starting virtphy
22:50:16.394716 run   osmo-ms-virt-phy/00013(pid=48): Launched
22:50:16.407525 run           osmo-ms-virt-phy/00014: Starting virtphy
22:50:16.434694 run   osmo-ms-virt-phy/00014(pid=49): Launched
22:50:16.447139 run           osmo-ms-virt-phy/00015: Starting virtphy
22:50:16.474240 run   osmo-ms-virt-phy/00015(pid=50): Launched
22:50:16.486751 run           osmo-ms-virt-phy/00016: Starting virtphy
22:50:16.514407 run   osmo-ms-virt-phy/00016(pid=51): Launched
22:50:16.527080 run           osmo-ms-virt-phy/00017: Starting virtphy
22:50:16.555419 run   osmo-ms-virt-phy/00017(pid=52): Launched
22:50:16.568755 run           osmo-ms-virt-phy/00018: Starting virtphy
22:50:16.604398 run   osmo-ms-virt-phy/00018(pid=53): Launched
22:50:16.617166 run           osmo-ms-virt-phy/00019: Starting virtphy
22:50:16.645119 run   osmo-ms-virt-phy/00019(pid=54): Launched
22:50:16.657953 run           osmo-ms-virt-phy/00020: Starting virtphy
22:50:16.685835 run   osmo-ms-virt-phy/00020(pid=55): Launched
22:50:16.698701 run           osmo-ms-virt-phy/00021: Starting virtphy
22:50:16.726585 run   osmo-ms-virt-phy/00021(pid=56): Launched
22:50:16.739439 run           osmo-ms-virt-phy/00022: Starting virtphy
22:50:16.767264 run   osmo-ms-virt-phy/00022(pid=57): Launched
22:50:16.780158 run           osmo-ms-virt-phy/00023: Starting virtphy
22:50:16.808114 run   osmo-ms-virt-phy/00023(pid=58): Launched
22:50:16.820982 run           osmo-ms-virt-phy/00024: Starting virtphy
22:50:16.848903 run   osmo-ms-virt-phy/00024(pid=59): Launched
22:50:16.861856 run           osmo-ms-virt-phy/00025: Starting virtphy
22:50:16.889982 run   osmo-ms-virt-phy/00025(pid=60): Launched
22:50:16.902929 run           osmo-ms-virt-phy/00026: Starting virtphy
22:50:16.930692 run   osmo-ms-virt-phy/00026(pid=61): Launched
22:50:16.943428 run           osmo-ms-virt-phy/00027: Starting virtphy
22:50:16.971131 run   osmo-ms-virt-phy/00027(pid=62): Launched
22:50:16.984011 run           osmo-ms-virt-phy/00028: Starting virtphy
22:50:17.011723 run   osmo-ms-virt-phy/00028(pid=63): Launched
22:50:17.024556 run           osmo-ms-virt-phy/00029: Starting virtphy
22:50:17.052314 run   osmo-ms-virt-phy/00029(pid=64): Launched
22:50:17.065081 run           osmo-ms-virt-phy/00030: Starting virtphy
22:50:17.092752 run   osmo-ms-virt-phy/00030(pid=65): Launched
22:50:17.105495 run           osmo-ms-virt-phy/00031: Starting virtphy
22:50:17.133150 run   osmo-ms-virt-phy/00031(pid=66): Launched
22:50:17.145899 run           osmo-ms-virt-phy/00032: Starting virtphy
22:50:17.173510 run   osmo-ms-virt-phy/00032(pid=67): Launched
22:50:17.186441 run           osmo-ms-virt-phy/00033: Starting virtphy
22:50:17.214076 run   osmo-ms-virt-phy/00033(pid=68): Launched
22:50:17.226879 run           osmo-ms-virt-phy/00034: Starting virtphy
22:50:17.254573 run   osmo-ms-virt-phy/00034(pid=69): Launched
22:50:17.267474 run           osmo-ms-virt-phy/00035: Starting virtphy
22:50:17.295194 run   osmo-ms-virt-phy/00035(pid=70): Launched
22:50:17.308029 run           osmo-ms-virt-phy/00036: Starting virtphy
22:50:17.336009 run   osmo-ms-virt-phy/00036(pid=71): Launched
22:50:17.349279 run           osmo-ms-virt-phy/00037: Starting virtphy
22:50:17.377203 run   osmo-ms-virt-phy/00037(pid=72): Launched
22:50:17.390099 run           osmo-ms-virt-phy/00038: Starting virtphy
22:50:17.417990 run   osmo-ms-virt-phy/00038(pid=73): Launched
22:50:17.430802 run           osmo-ms-virt-phy/00039: Starting virtphy
22:50:17.458521 run   osmo-ms-virt-phy/00039(pid=74): Launched
22:50:17.471205 run           osmo-ms-virt-phy/00040: Starting virtphy
22:50:17.499022 run   osmo-ms-virt-phy/00040(pid=75): Launched
22:50:17.511919 run           osmo-ms-virt-phy/00041: Starting virtphy
22:50:17.540961 run   osmo-ms-virt-phy/00041(pid=76): Launched
22:50:17.553700 run           osmo-ms-virt-phy/00042: Starting virtphy
22:50:17.581480 run   osmo-ms-virt-phy/00042(pid=77): Launched
22:50:17.595201 run           osmo-ms-virt-phy/00043: Starting virtphy
22:50:17.622811 run   osmo-ms-virt-phy/00043(pid=78): Launched
22:50:17.635477 run           osmo-ms-virt-phy/00044: Starting virtphy
22:50:17.663130 run   osmo-ms-virt-phy/00044(pid=79): Launched
22:50:17.675787 run           osmo-ms-virt-phy/00045: Starting virtphy
22:50:17.703539 run   osmo-ms-virt-phy/00045(pid=80): Launched
22:50:17.716237 run           osmo-ms-virt-phy/00046: Starting virtphy
22:50:17.743827 run   osmo-ms-virt-phy/00046(pid=81): Launched
22:50:17.756560 run           osmo-ms-virt-phy/00047: Starting virtphy
22:50:17.784642 run   osmo-ms-virt-phy/00047(pid=82): Launched
22:50:17.797437 run           osmo-ms-virt-phy/00048: Starting virtphy
22:50:17.825449 run   osmo-ms-virt-phy/00048(pid=83): Launched
22:50:17.842334 run           osmo-ms-virt-phy/00049: Starting virtphy
22:50:17.870203 run   osmo-ms-virt-phy/00049(pid=84): Launched
22:50:17.888050 run           osmo-ms-virt-phy/00050: Starting virtphy
22:50:17.915789 run   osmo-ms-virt-phy/00050(pid=85): Launched
22:50:17.928535 run           osmo-ms-virt-phy/00051: Starting virtphy
22:50:17.956336 run   osmo-ms-virt-phy/00051(pid=86): Launched
22:50:17.971658 run           osmo-ms-virt-phy/00052: Starting virtphy
22:50:17.999413 run   osmo-ms-virt-phy/00052(pid=87): Launched
22:50:18.012132 run           osmo-ms-virt-phy/00053: Starting virtphy
22:50:18.044651 run   osmo-ms-virt-phy/00053(pid=88): Launched
22:50:18.057442 run           osmo-ms-virt-phy/00054: Starting virtphy
22:50:18.085510 run   osmo-ms-virt-phy/00054(pid=89): Launched
22:50:18.098554 run           osmo-ms-virt-phy/00055: Starting virtphy
22:50:18.126464 run   osmo-ms-virt-phy/00055(pid=90): Launched
22:50:18.139239 run           osmo-ms-virt-phy/00056: Starting virtphy
22:50:18.166817 run   osmo-ms-virt-phy/00056(pid=91): Launched
22:50:18.179806 run           osmo-ms-virt-phy/00057: Starting virtphy
22:50:18.210074 run   osmo-ms-virt-phy/00057(pid=92): Launched
22:50:18.223096 run           osmo-ms-virt-phy/00058: Starting virtphy
22:50:18.251110 run   osmo-ms-virt-phy/00058(pid=93): Launched
22:50:18.264160 run           osmo-ms-virt-phy/00059: Starting virtphy
22:50:18.292173 run   osmo-ms-virt-phy/00059(pid=94): Launched
22:50:18.305025 run           osmo-ms-virt-phy/00060: Starting virtphy
22:50:18.332597 run   osmo-ms-virt-phy/00060(pid=95): Launched
22:50:18.345513 run           osmo-ms-virt-phy/00061: Starting virtphy
22:50:18.373005 run   osmo-ms-virt-phy/00061(pid=96): Launched
22:50:18.385733 run           osmo-ms-virt-phy/00062: Starting virtphy
22:50:18.413333 run   osmo-ms-virt-phy/00062(pid=97): Launched
22:50:18.426085 run           osmo-ms-virt-phy/00063: Starting virtphy
22:50:18.453929 run   osmo-ms-virt-phy/00063(pid=98): Launched
22:50:18.466770 run           osmo-ms-virt-phy/00064: Starting virtphy
22:50:18.494482 run   osmo-ms-virt-phy/00064(pid=99): Launched
22:50:18.507220 run           osmo-ms-virt-phy/00065: Starting virtphy
22:50:18.535209 run  osmo-ms-virt-phy/00065(pid=100): Launched
22:50:18.547962 run           osmo-ms-virt-phy/00066: Starting virtphy
22:50:18.576052 run  osmo-ms-virt-phy/00066(pid=101): Launched
22:50:18.589031 run           osmo-ms-virt-phy/00067: Starting virtphy
22:50:18.616552 run  osmo-ms-virt-phy/00067(pid=102): Launched
22:50:18.629364 run           osmo-ms-virt-phy/00068: Starting virtphy
22:50:18.656908 run  osmo-ms-virt-phy/00068(pid=103): Launched
22:50:18.669586 run           osmo-ms-virt-phy/00069: Starting virtphy
22:50:18.697464 run  osmo-ms-virt-phy/00069(pid=104): Launched
22:50:18.710130 run           osmo-ms-virt-phy/00070: Starting virtphy
22:50:18.737578 run  osmo-ms-virt-phy/00070(pid=105): Launched
22:50:18.750487 run           osmo-ms-virt-phy/00071: Starting virtphy
22:50:18.778181 run  osmo-ms-virt-phy/00071(pid=106): Launched
22:50:18.791092 run           osmo-ms-virt-phy/00072: Starting virtphy
22:50:18.819377 run  osmo-ms-virt-phy/00072(pid=107): Launched
22:50:18.832056 run           osmo-ms-virt-phy/00073: Starting virtphy
22:50:18.859684 run  osmo-ms-virt-phy/00073(pid=108): Launched
22:50:18.872374 run           osmo-ms-virt-phy/00074: Starting virtphy
22:50:18.900090 run  osmo-ms-virt-phy/00074(pid=109): Launched
22:50:18.913090 run           osmo-ms-virt-phy/00075: Starting virtphy
22:50:18.940939 run  osmo-ms-virt-phy/00075(pid=110): Launched
22:50:18.953659 run           osmo-ms-virt-phy/00076: Starting virtphy
22:50:18.981322 run  osmo-ms-virt-phy/00076(pid=111): Launched
22:50:18.994171 run           osmo-ms-virt-phy/00077: Starting virtphy
22:50:19.023238 run  osmo-ms-virt-phy/00077(pid=112): Launched
22:50:19.036405 run           osmo-ms-virt-phy/00078: Starting virtphy
22:50:19.064415 run  osmo-ms-virt-phy/00078(pid=113): Launched
22:50:19.077224 run           osmo-ms-virt-phy/00079: Starting virtphy
22:50:19.105156 run  osmo-ms-virt-phy/00079(pid=114): Launched
22:50:19.117997 run           osmo-ms-virt-phy/00080: Starting virtphy
22:50:19.146013 run  osmo-ms-virt-phy/00080(pid=115): Launched
22:50:19.158849 run           osmo-ms-virt-phy/00081: Starting virtphy
22:50:19.186629 run  osmo-ms-virt-phy/00081(pid=116): Launched
22:50:19.199399 run           osmo-ms-virt-phy/00082: Starting virtphy
22:50:19.227310 run  osmo-ms-virt-phy/00082(pid=117): Launched
22:50:19.240415 run           osmo-ms-virt-phy/00083: Starting virtphy
22:50:19.277489 run  osmo-ms-virt-phy/00083(pid=118): Launched
22:50:19.291589 run           osmo-ms-virt-phy/00084: Starting virtphy
22:50:19.319540 run  osmo-ms-virt-phy/00084(pid=119): Launched
22:50:19.332396 run           osmo-ms-virt-phy/00085: Starting virtphy
22:50:19.359898 run  osmo-ms-virt-phy/00085(pid=120): Launched
22:50:19.372562 run           osmo-ms-virt-phy/00086: Starting virtphy
22:50:19.400459 run  osmo-ms-virt-phy/00086(pid=121): Launched
22:50:19.413122 run           osmo-ms-virt-phy/00087: Starting virtphy
22:50:19.440769 run  osmo-ms-virt-phy/00087(pid=122): Launched
22:50:19.453505 run           osmo-ms-virt-phy/00088: Starting virtphy
22:50:19.481635 run  osmo-ms-virt-phy/00088(pid=123): Launched
22:50:19.494353 run           osmo-ms-virt-phy/00089: Starting virtphy
22:50:19.522596 run  osmo-ms-virt-phy/00089(pid=124): Launched
22:50:19.535299 run           osmo-ms-virt-phy/00090: Starting virtphy
22:50:19.563134 run  osmo-ms-virt-phy/00090(pid=125): Launched
22:50:19.576155 run           osmo-ms-virt-phy/00091: Starting virtphy
22:50:19.603837 run  osmo-ms-virt-phy/00091(pid=126): Launched
22:50:19.616806 run           osmo-ms-virt-phy/00092: Starting virtphy
22:50:19.645757 run  osmo-ms-virt-phy/00092(pid=127): Launched
22:50:19.658804 run           osmo-ms-virt-phy/00093: Starting virtphy
22:50:19.686747 run  osmo-ms-virt-phy/00093(pid=128): Launched
22:50:19.699689 run           osmo-ms-virt-phy/00094: Starting virtphy
22:50:19.727501 run  osmo-ms-virt-phy/00094(pid=129): Launched
22:50:19.740317 run           osmo-ms-virt-phy/00095: Starting virtphy
22:50:19.767900 run  osmo-ms-virt-phy/00095(pid=130): Launched
22:50:19.780554 run           osmo-ms-virt-phy/00096: Starting virtphy
22:50:19.808451 run  osmo-ms-virt-phy/00096(pid=131): Launched
22:50:19.821124 run           osmo-ms-virt-phy/00097: Starting virtphy
22:50:19.848561 run  osmo-ms-virt-phy/00097(pid=132): Launched
22:50:19.861185 run           osmo-ms-virt-phy/00098: Starting virtphy
22:50:19.888618 run  osmo-ms-virt-phy/00098(pid=133): Launched
22:50:19.901268 run           osmo-ms-virt-phy/00099: Starting virtphy
22:50:19.928896 run  osmo-ms-virt-phy/00099(pid=134): Launched
22:50:19.941476 run                             mass: Checking if sockets are in the filesystem
22:50:19.971177 run                osmo-ms-mob/00000: Starting mobile
22:50:19.998860 run       osmo-ms-mob/00000(pid=135): Launched
22:50:20.031535 run                             mass: MS start registered  {at=13834904.995909838, delay=0.017498282715678215, ms=00000}
22:50:24.169396 run                osmo-ms-mob/00001: Starting mobile
22:50:24.196247 run       osmo-ms-mob/00001(pid=136): Launched
22:50:24.219375 run                             mass: MS start registered  {at=13834909.18379685, delay=0.01067238301038742, ms=00001}
22:50:25.194512 run                             mass: MS performed LU  {at=13834910.15887955, lu_delay=5.162969712167978, ms=00000}
22:50:25.974260 run                osmo-ms-mob/00002: Starting mobile
22:50:26.003587 run       osmo-ms-mob/00002(pid=137): Launched
22:50:26.026930 run                             mass: MS start registered  {at=13834910.991336219, delay=0.010616006329655647, ms=00002}
22:50:27.269957 run                osmo-ms-mob/00003: Starting mobile
22:50:27.296514 run       osmo-ms-mob/00003(pid=138): Launched
22:50:27.319089 run                             mass: MS start registered  {at=13834912.28351104, delay=0.01031157560646534, ms=00003}
22:50:28.368900 run                osmo-ms-mob/00004: Starting mobile
22:50:28.395237 run       osmo-ms-mob/00004(pid=139): Launched
22:50:28.418903 run                             mass: MS start registered  {at=13834913.38332293, delay=0.011287558823823929, ms=00004}
22:50:29.369607 run                osmo-ms-mob/00005: Starting mobile
22:50:29.395787 run       osmo-ms-mob/00005(pid=140): Launched
22:50:29.420594 run                             mass: MS start registered  {at=13834914.384978043, delay=0.012337513267993927, ms=00005}
22:50:30.267319 run                osmo-ms-mob/00006: Starting mobile
22:50:30.293594 run       osmo-ms-mob/00006(pid=141): Launched
22:50:30.319105 run                             mass: MS start registered  {at=13834915.283509, delay=0.013317793607711792, ms=00006}
22:50:30.372920 run                             mass: MS performed LU  {at=13834915.337304385, lu_delay=6.153507536277175, ms=00001}
22:50:31.167191 run                osmo-ms-mob/00007: Starting mobile
22:50:31.193468 run       osmo-ms-mob/00007(pid=142): Launched
22:50:31.216337 run                             mass: MS start registered  {at=13834916.180761984, delay=0.010838564485311508, ms=00007}
22:50:31.968754 run                osmo-ms-mob/00008: Starting mobile
22:50:31.995249 run       osmo-ms-mob/00008(pid=143): Launched
22:50:32.015964 run                             mass: MS start registered  {at=13834916.980386553, delay=0.008683264255523682, ms=00008}
22:50:32.273755 run                             mass: MS performed LU  {at=13834917.238141729, lu_delay=4.954630687832832, ms=00003}
22:50:32.301481 run                             mass: MS performed LU  {at=13834917.265887447, lu_delay=6.274551227688789, ms=00002}
22:50:32.668994 run                osmo-ms-mob/00009: Starting mobile
22:50:32.695740 run       osmo-ms-mob/00009(pid=144): Launched
22:50:32.720215 run                             mass: MS start registered  {at=13834917.684643287, delay=0.01222621276974678, ms=00009}
22:50:33.367409 run                osmo-ms-mob/00010: Starting mobile
22:50:33.394390 run       osmo-ms-mob/00010(pid=145): Launched
22:50:33.422694 run                             mass: MS start registered  {at=13834918.387074118, delay=0.01581154391169548, ms=00010}
22:50:33.969459 run                osmo-ms-mob/00011: Starting mobile
22:50:33.995470 run       osmo-ms-mob/00011(pid=146): Launched
22:50:34.020022 run                             mass: MS start registered  {at=13834918.984422192, delay=0.012536447495222092, ms=00011}
22:50:34.139060 run                             mass: MS performed LU  {at=13834919.103461005, lu_delay=4.7184829618781805, ms=00005}
22:50:34.202939 run                             mass: MS performed LU  {at=13834919.167339494, lu_delay=5.784016564488411, ms=00004}
22:50:34.570696 run                osmo-ms-mob/00012: Starting mobile
22:50:34.596967 run       osmo-ms-mob/00012(pid=147): Launched
22:50:34.615861 run                             mass: MS start registered  {at=13834919.580275334, delay=0.0013987589627504349, ms=00012}
22:50:35.169486 run                osmo-ms-mob/00013: Starting mobile
22:50:35.196553 run       osmo-ms-mob/00013(pid=148): Launched
22:50:35.216885 run                             mass: MS start registered  {at=13834920.181311442, delay=0.007803808897733688, ms=00013}
22:50:35.770835 run                osmo-ms-mob/00014: Starting mobile
22:50:35.797604 run       osmo-ms-mob/00014(pid=149): Launched
22:50:35.816813 run                             mass: MS start registered  {at=13834920.781235296, delay=0.003088274970650673, ms=00014}
22:50:36.040336 run                             mass: MS performed LU  {at=13834921.004710993, lu_delay=5.721201993525028, ms=00006}
22:50:36.068101 run                             mass: MS performed LU  {at=13834921.032515042, lu_delay=4.851753057911992, ms=00007}
22:50:36.369332 run                osmo-ms-mob/00015: Starting mobile
22:50:36.396291 run       osmo-ms-mob/00015(pid=150): Launched
22:50:36.419010 run                             mass: MS start registered  {at=13834921.38343494, delay=0.009576231241226196, ms=00015}
22:50:36.870040 run                osmo-ms-mob/00016: Starting mobile
22:50:36.897778 run       osmo-ms-mob/00016(pid=151): Launched
22:50:36.922108 run                             mass: MS start registered  {at=13834921.88650681, delay=0.011701757088303566, ms=00016}
22:50:37.369213 run                osmo-ms-mob/00017: Starting mobile
22:50:37.396423 run       osmo-ms-mob/00017(pid=152): Launched
22:50:37.419532 run                             mass: MS start registered  {at=13834922.383957334, delay=0.010315211489796638, ms=00017}
22:50:37.904228 run                             mass: MS performed LU  {at=13834922.868611973, lu_delay=5.183968685567379, ms=00009}
22:50:37.929969 run                osmo-ms-mob/00018: Starting mobile
22:50:37.956962 run       osmo-ms-mob/00018(pid=153): Launched
22:50:37.969697 run                             mass: MS performed LU  {at=13834922.934127321, lu_delay=5.953740768134594, ms=00008}
22:50:37.984040 run                             mass: MS start registered  {at=13834922.948467176, delay=0.014360563829541206, ms=00018}
22:50:38.273725 run                             mass: MS performed LU  {at=13834923.238109928, lu_delay=4.851035809144378, ms=00010}
22:50:38.309208 run                osmo-ms-mob/00019: Starting mobile
22:50:38.335817 run       osmo-ms-mob/00019(pid=154): Launched
22:50:38.359163 run                             mass: MS start registered  {at=13834923.32355495, delay=0.010764105245471, ms=00019}
22:50:38.869141 run                osmo-ms-mob/00020: Starting mobile
22:50:38.895686 run       osmo-ms-mob/00020(pid=155): Launched
22:50:38.918048 run                             mass: MS start registered  {at=13834923.882471668, delay=0.010209040716290474, ms=00020}
22:50:39.368934 run                osmo-ms-mob/00021: Starting mobile
22:50:39.397355 run       osmo-ms-mob/00021(pid=156): Launched
22:50:39.422624 run                             mass: MS start registered  {at=13834924.387015617, delay=0.012645130977034569, ms=00021}
22:50:39.771403 run                osmo-ms-mob/00022: Starting mobile
22:50:39.798504 run       osmo-ms-mob/00022(pid=157): Launched
22:50:39.811267 run                             mass: MS performed LU  {at=13834924.775693815, lu_delay=5.195418480783701, ms=00012}
22:50:39.823513 run                             mass: MS start registered  {at=13834924.787949052, delay=0.012278661131858826, ms=00022}
22:50:39.836068 run                             mass: MS performed LU  {at=13834924.80050142, lu_delay=5.816079227253795, ms=00011}
22:50:39.939295 run                             mass: MS performed LU  {at=13834924.903678766, lu_delay=4.722367323935032, ms=00013}
22:50:40.267699 run                osmo-ms-mob/00023: Starting mobile
22:50:40.294649 run       osmo-ms-mob/00023(pid=158): Launched
22:50:40.314352 run                             mass: MS start registered  {at=13834925.278765965, delay=0.0032874401658773422, ms=00023}
22:50:40.669277 run                osmo-ms-mob/00024: Starting mobile
22:50:40.696191 run       osmo-ms-mob/00024(pid=159): Launched
22:50:40.722470 run                             mass: MS start registered  {at=13834925.686876575, delay=0.013699453324079514, ms=00024}
22:50:41.169162 run                osmo-ms-mob/00025: Starting mobile
22:50:41.195689 run       osmo-ms-mob/00025(pid=160): Launched
22:50:41.218391 run                             mass: MS start registered  {at=13834926.182810467, delay=0.010086670517921448, ms=00025}
22:50:41.568830 run                osmo-ms-mob/00026: Starting mobile
22:50:41.595647 run       osmo-ms-mob/00026(pid=161): Launched
22:50:41.619756 run                             mass: MS start registered  {at=13834926.58418301, delay=0.011612709611654282, ms=00026}
22:50:41.669946 run                             mass: MS performed LU  {at=13834926.634360284, lu_delay=4.747853472828865, ms=00016}
22:50:41.734851 run                             mass: MS performed LU  {at=13834926.699265895, lu_delay=5.315830955281854, ms=00015}
22:50:41.803791 run                             mass: MS performed LU  {at=13834926.768207675, lu_delay=5.986972378566861, ms=00014}
22:50:41.832189 run                osmo-ms-mob/00027: Starting mobile
22:50:41.859058 run       osmo-ms-mob/00027(pid=162): Launched
22:50:41.883084 run                             mass: MS start registered  {at=13834926.84747299, delay=0.011227495968341827, ms=00027}
22:50:42.367518 run                osmo-ms-mob/00028: Starting mobile
22:50:42.394418 run       osmo-ms-mob/00028(pid=163): Launched
22:50:42.418150 run                             mass: MS start registered  {at=13834927.382558571, delay=0.011036116629838943, ms=00028}
22:50:42.769128 run                osmo-ms-mob/00029: Starting mobile
22:50:42.795811 run       osmo-ms-mob/00029(pid=164): Launched
22:50:42.817696 run                             mass: MS start registered  {at=13834927.782121291, delay=0.00938725657761097, ms=00029}
22:50:43.169066 run                osmo-ms-mob/00030: Starting mobile
22:50:43.195505 run       osmo-ms-mob/00030(pid=165): Launched
22:50:43.218186 run                             mass: MS start registered  {at=13834928.182599181, delay=0.010383639484643936, ms=00030}
22:50:43.469902 run                             mass: MS performed LU  {at=13834928.434278987, lu_delay=6.050321653485298, ms=00017}
22:50:43.497080 run                osmo-ms-mob/00031: Starting mobile
22:50:43.523773 run       osmo-ms-mob/00031(pid=166): Launched
22:50:43.546783 run                             mass: MS start registered  {at=13834928.511211157, delay=0.010684875771403313, ms=00031}
22:50:43.571986 run                             mass: MS performed LU  {at=13834928.536399437, lu_delay=4.653927769511938, ms=00020}
22:50:43.599085 run                             mass: MS performed LU  {at=13834928.563501224, lu_delay=5.239946274086833, ms=00019}
22:50:43.627290 run                osmo-ms-mob/00032: Starting mobile
22:50:43.653933 run       osmo-ms-mob/00032(pid=167): Launched
22:50:43.677172 run                             mass: MS start registered  {at=13834928.641594095, delay=0.011086530983448029, ms=00032}
22:50:43.724008 run                             mass: MS performed LU  {at=13834928.688402979, lu_delay=5.739935802295804, ms=00018}
22:50:44.269207 run                osmo-ms-mob/00033: Starting mobile
22:50:44.295844 run       osmo-ms-mob/00033(pid=168): Launched
22:50:44.319653 run                             mass: MS start registered  {at=13834929.284081152, delay=0.011340739205479622, ms=00033}
22:50:44.669246 run                osmo-ms-mob/00034: Starting mobile
22:50:44.696026 run       osmo-ms-mob/00034(pid=169): Launched
22:50:44.716730 run                             mass: MS start registered  {at=13834929.681149114, delay=0.008212218061089516, ms=00034}
22:50:44.968320 run                osmo-ms-mob/00035: Starting mobile
22:50:44.994659 run       osmo-ms-mob/00035(pid=170): Launched
22:50:45.016450 run                             mass: MS start registered  {at=13834929.980853958, delay=0.008245700970292091, ms=00035}
22:50:45.365350 run                osmo-ms-mob/00036: Starting mobile
22:50:45.392800 run       osmo-ms-mob/00036(pid=171): Launched
22:50:45.415834 run                             mass: MS start registered  {at=13834930.38024721, delay=0.01065705344080925, ms=00036}
22:50:45.436490 run                             mass: MS performed LU  {at=13834930.400915952, lu_delay=4.7140393778681755, ms=00024}
22:50:45.500453 run                             mass: MS performed LU  {at=13834930.464862041, lu_delay=5.676912989467382, ms=00022}
22:50:45.569580 run                             mass: MS performed LU  {at=13834930.533996994, lu_delay=5.255231028422713, ms=00023}
22:50:45.596521 run                osmo-ms-mob/00037: Starting mobile
22:50:45.623264 run       osmo-ms-mob/00037(pid=172): Launched
22:50:45.635952 run                             mass: MS performed LU  {at=13834930.60037977, lu_delay=6.213364154100418, ms=00021}
22:50:45.648173 run                             mass: MS start registered  {at=13834930.61260832, delay=0.01224907673895359, ms=00037}
22:50:46.069982 run                osmo-ms-mob/00038: Starting mobile
22:50:46.096520 run       osmo-ms-mob/00038(pid=173): Launched
22:50:46.120203 run                             mass: MS start registered  {at=13834931.084590064, delay=0.007242454215884209, ms=00038}
22:50:46.370617 run                osmo-ms-mob/00039: Starting mobile
22:50:46.399683 run       osmo-ms-mob/00039(pid=174): Launched
22:50:46.420841 run                             mass: MS start registered  {at=13834931.385235338, delay=0.008327404037117958, ms=00039}
22:50:46.769229 run                osmo-ms-mob/00040: Starting mobile
22:50:46.796488 run       osmo-ms-mob/00040(pid=175): Launched
22:50:46.819319 run                             mass: MS start registered  {at=13834931.78374128, delay=0.010038400068879128, ms=00040}
22:50:47.068447 run                osmo-ms-mob/00041: Starting mobile
22:50:47.094689 run       osmo-ms-mob/00041(pid=176): Launched
22:50:47.116951 run                             mass: MS start registered  {at=13834932.081379572, delay=0.006445476785302162, ms=00041}
22:50:47.337081 run                             mass: MS performed LU  {at=13834932.301461026, lu_delay=4.918902454897761, ms=00028}
22:50:47.364785 run                osmo-ms-mob/00042: Starting mobile
22:50:47.391873 run       osmo-ms-mob/00042(pid=177): Launched
22:50:47.404142 run                             mass: MS performed LU  {at=13834932.368572045, lu_delay=5.521099055185914, ms=00027}
22:50:47.416056 run                             mass: MS start registered  {at=13834932.38049161, delay=0.011938611045479774, ms=00042}
22:50:47.489795 run                             mass: MS performed LU  {at=13834932.454191495, lu_delay=6.27138102799654, ms=00025}
22:50:47.527649 run                             mass: MS performed LU  {at=13834932.492057646, lu_delay=4.7099363543093204, ms=00029}
22:50:47.554823 run                osmo-ms-mob/00043: Starting mobile
22:50:47.581659 run       osmo-ms-mob/00043(pid=178): Launched
22:50:47.605251 run                             mass: MS start registered  {at=13834932.56966726, delay=0.011247063055634499, ms=00043}
22:50:48.069105 run                osmo-ms-mob/00044: Starting mobile
22:50:48.098042 run       osmo-ms-mob/00044(pid=179): Launched
22:50:48.121347 run                             mass: MS start registered  {at=13834933.08576651, delay=0.011122699826955795, ms=00044}
22:50:48.368615 run                osmo-ms-mob/00045: Starting mobile
22:50:48.396492 run       osmo-ms-mob/00045(pid=180): Launched
22:50:48.419516 run                             mass: MS start registered  {at=13834933.383937942, delay=0.006795234978199005, ms=00045}
22:50:48.669798 run                osmo-ms-mob/00046: Starting mobile
22:50:48.697044 run       osmo-ms-mob/00046(pid=181): Launched
22:50:48.720184 run                             mass: MS start registered  {at=13834933.684605366, delay=0.01025727204978466, ms=00046}
22:50:48.970869 run                osmo-ms-mob/00047: Starting mobile
22:50:48.998061 run       osmo-ms-mob/00047(pid=182): Launched
22:50:49.021483 run                             mass: MS start registered  {at=13834933.985872606, delay=0.010901913046836853, ms=00047}
22:50:49.202404 run                             mass: MS performed LU  {at=13834934.166794049, lu_delay=5.655582891777158, ms=00031}
22:50:49.228934 run                osmo-ms-mob/00048: Starting mobile
22:50:49.255520 run       osmo-ms-mob/00048(pid=183): Launched
22:50:49.268274 run                             mass: MS performed LU  {at=13834934.232698727, lu_delay=4.94861757569015, ms=00033}
22:50:49.281559 run                             mass: MS start registered  {at=13834934.245994082, delay=0.013322154060006142, ms=00048}
22:50:49.335497 run                             mass: MS performed LU  {at=13834934.29990734, lu_delay=5.6583132445812225, ms=00032}
22:50:49.364116 run                osmo-ms-mob/00049: Starting mobile
22:50:49.390556 run       osmo-ms-mob/00049(pid=184): Launched
22:50:49.406409 run                             mass: MS performed LU  {at=13834934.370831905, lu_delay=6.188232723623514, ms=00030}
22:50:49.419091 run                             mass: MS start registered  {at=13834934.383525617, delay=0.012721383944153786, ms=00049}
22:50:49.663045 run                             mass: MS performed LU  {at=13834934.627424385, lu_delay=4.946275271475315, ms=00034}
22:50:49.691097 run                osmo-ms-mob/00050: Starting mobile
22:50:49.718590 run       osmo-ms-mob/00050(pid=185): Launched
22:50:49.742413 run                             mass: MS start registered  {at=13834934.706818843, delay=0.006985941901803017, ms=00050}
22:50:50.269644 run                osmo-ms-mob/00051: Starting mobile
22:50:50.297131 run       osmo-ms-mob/00051(pid=186): Launched
22:50:50.320241 run                             mass: MS start registered  {at=13834935.284662953, delay=0.010255327448248863, ms=00051}
22:50:50.569403 run                osmo-ms-mob/00052: Starting mobile
22:50:50.596864 run       osmo-ms-mob/00052(pid=187): Launched
22:50:50.621021 run                             mass: MS start registered  {at=13834935.585445633, delay=0.011320400983095169, ms=00052}
22:50:50.871025 run                osmo-ms-mob/00053: Starting mobile
22:50:50.898262 run       osmo-ms-mob/00053(pid=188): Launched
22:50:50.921472 run                             mass: MS start registered  {at=13834935.885899827, delay=0.010638618841767311, ms=00053}
22:50:51.103478 run                             mass: MS performed LU  {at=13834936.067861473, lu_delay=6.087007515132427, ms=00035}
22:50:51.129532 run                osmo-ms-mob/00054: Starting mobile
22:50:51.157099 run       osmo-ms-mob/00054(pid=189): Launched
22:50:51.169728 run                             mass: MS performed LU  {at=13834936.134159794, lu_delay=5.7539125848561525, ms=00036}
22:50:51.182014 run                             mass: MS start registered  {at=13834936.146450087, delay=0.012309789657592773, ms=00054}
22:50:51.292787 run                             mass: MS performed LU  {at=13834936.257180482, lu_delay=5.172590417787433, ms=00038}
22:50:51.320855 run                osmo-ms-mob/00055: Starting mobile
22:50:51.348401 run       osmo-ms-mob/00055(pid=190): Launched
22:50:51.360981 run                             mass: MS performed LU  {at=13834936.325413028, lu_delay=4.9401776902377605, ms=00039}
22:50:51.373428 run                             mass: MS start registered  {at=13834936.337864185, delay=0.012469161301851273, ms=00055}
22:50:51.770776 run                osmo-ms-mob/00056: Starting mobile
22:50:51.798152 run       osmo-ms-mob/00056(pid=191): Launched
22:50:51.822688 run                             mass: MS start registered  {at=13834936.787102606, delay=0.011658325791358948, ms=00056}
22:50:52.069256 run                osmo-ms-mob/00057: Starting mobile
22:50:52.096684 run       osmo-ms-mob/00057(pid=192): Launched
22:50:52.118150 run                             mass: MS start registered  {at=13834937.082563331, delay=0.008580779656767845, ms=00057}
22:50:52.468094 run                osmo-ms-mob/00058: Starting mobile
22:50:52.497161 run       osmo-ms-mob/00058(pid=193): Launched
22:50:52.521437 run                             mass: MS start registered  {at=13834937.48582678, delay=0.006522009149193764, ms=00058}
22:50:52.769091 run                osmo-ms-mob/00059: Starting mobile
22:50:52.796719 run       osmo-ms-mob/00059(pid=194): Launched
22:50:52.820653 run                             mass: MS start registered  {at=13834937.785076668, delay=0.011323817074298859, ms=00059}
22:50:52.967518 run                             mass: MS performed LU  {at=13834937.931889141, lu_delay=5.362221881747246, ms=00043}
22:50:52.994338 run                osmo-ms-mob/00060: Starting mobile
22:50:53.021305 run       osmo-ms-mob/00060(pid=195): Launched
22:50:53.033879 run                             mass: MS performed LU  {at=13834937.998303158, lu_delay=5.617811547592282, ms=00042}
22:50:53.045912 run                             mass: MS start registered  {at=13834938.010345986, delay=0.012068955227732658, ms=00060}
22:50:53.101403 run                             mass: MS performed LU  {at=13834938.06582575, lu_delay=5.984446177259088, ms=00041}
22:50:53.157283 run                             mass: MS performed LU  {at=13834938.121683232, lu_delay=4.737745290622115, ms=00045}
22:50:53.179559 run                osmo-ms-mob/00061: Starting mobile
22:50:53.206851 run       osmo-ms-mob/00061(pid=196): Launched
22:50:53.219148 run                             mass: MS performed LU  {at=13834938.183578104, lu_delay=5.097811594605446, ms=00044}
22:50:53.231204 run                             mass: MS start registered  {at=13834938.195640279, delay=0.012082183733582497, ms=00061}
22:50:53.243126 run                             mass: MS performed LU  {at=13834938.207560677, lu_delay=6.423819396644831, ms=00040}
22:50:53.266651 run                osmo-ms-mob/00062: Starting mobile
22:50:53.293902 run       osmo-ms-mob/00062(pid=197): Launched
22:50:53.317428 run                             mass: MS start registered  {at=13834938.281843888, delay=0.01108081080019474, ms=00062}
22:50:54.067062 run                osmo-ms-mob/00063: Starting mobile
22:50:54.093888 run       osmo-ms-mob/00063(pid=198): Launched
22:50:54.106639 run                             mass: MS performed LU  {at=13834939.071065651, lu_delay=3.7864026986062527, ms=00051}
22:50:54.118855 run                             mass: MS start registered  {at=13834939.083287615, delay=0.012244807556271553, ms=00063}
22:50:54.469564 run                osmo-ms-mob/00064: Starting mobile
22:50:54.496015 run       osmo-ms-mob/00064(pid=199): Launched
22:50:54.518311 run                             mass: MS start registered  {at=13834939.48272496, delay=0.01002032682299614, ms=00064}
22:50:54.767942 run                             mass: MS performed LU  {at=13834939.732330767, lu_delay=5.348805150017142, ms=00049}
22:50:54.792891 run                osmo-ms-mob/00065: Starting mobile
22:50:54.819788 run       osmo-ms-mob/00065(pid=200): Launched
22:50:54.842516 run                             mass: MS start registered  {at=13834939.806932336, delay=0.010036896914243698, ms=00065}
22:50:54.868659 run                             mass: MS performed LU  {at=13834939.833065834, lu_delay=6.148460468277335, ms=00046}
22:50:54.897184 run                             mass: MS performed LU  {at=13834939.861597847, lu_delay=5.154779003933072, ms=00050}
22:50:54.923663 run                osmo-ms-mob/00066: Starting mobile
22:50:54.950684 run       osmo-ms-mob/00066(pid=201): Launched
22:50:54.973686 run                             mass: MS start registered  {at=13834939.938094279, delay=0.010587243363261223, ms=00066}
22:50:55.058869 run                             mass: MS performed LU  {at=13834940.023245037, lu_delay=6.03737243078649, ms=00047}
22:50:55.572902 run                osmo-ms-mob/00067: Starting mobile
22:50:55.603400 run       osmo-ms-mob/00067(pid=202): Launched
22:50:55.628048 run                             mass: MS start registered  {at=13834940.59243047, delay=0.011606568470597267, ms=00067}
22:50:55.869671 run                osmo-ms-mob/00068: Starting mobile
22:50:55.897108 run       osmo-ms-mob/00068(pid=203): Launched
22:50:55.918236 run                             mass: MS start registered  {at=13834940.882661425, delay=0.008583065122365952, ms=00068}
22:50:56.268558 run                osmo-ms-mob/00069: Starting mobile
22:50:56.297130 run       osmo-ms-mob/00069(pid=204): Launched
22:50:56.319864 run                             mass: MS start registered  {at=13834941.284265462, delay=0.010384520515799522, ms=00069}
22:50:56.670017 run                osmo-ms-mob/00070: Starting mobile
22:50:56.696896 run       osmo-ms-mob/00070(pid=205): Launched
22:50:56.721307 run                             mass: MS start registered  {at=13834941.685726563, delay=0.011830057948827744, ms=00070}
22:50:56.737257 run                             mass: MS performed LU  {at=13834941.701682808, lu_delay=5.555232720449567, ms=00054}
22:50:56.798577 run                             mass: MS performed LU  {at=13834941.762962312, lu_delay=5.877062484622002, ms=00053}
22:50:56.867489 run                             mass: MS performed LU  {at=13834941.831900926, lu_delay=4.74933759495616, ms=00057}
22:50:56.894076 run                osmo-ms-mob/00071: Starting mobile
22:50:56.921285 run       osmo-ms-mob/00071(pid=206): Launched
22:50:56.933968 run                             mass: MS performed LU  {at=13834941.898395482, lu_delay=6.312949849292636, ms=00052}
22:50:56.946325 run                             mass: MS start registered  {at=13834941.91076096, delay=0.01238703727722168, ms=00071}
22:50:56.959518 run                             mass: MS performed LU  {at=13834941.923947208, lu_delay=5.136844601482153, ms=00056}
22:50:56.996939 run                             mass: MS performed LU  {at=13834941.961352631, lu_delay=5.623488446697593, ms=00055}
22:50:57.023983 run                osmo-ms-mob/00072: Starting mobile
22:50:57.050728 run       osmo-ms-mob/00072(pid=207): Launched
22:50:57.069985 run                             mass: MS start registered  {at=13834942.034414487, delay=0.006963470950722694, ms=00072}
22:50:57.846612 run                             mass: MS performed LU  {at=13834942.810989797, lu_delay=3.7277021817862988, ms=00063}
22:50:57.875975 run                osmo-ms-mob/00073: Starting mobile
22:50:57.903874 run       osmo-ms-mob/00073(pid=208): Launched
22:50:57.928504 run                             mass: MS start registered  {at=13834942.892890656, delay=0.011627517640590668, ms=00073}
22:50:58.270991 run                osmo-ms-mob/00074: Starting mobile
22:50:58.298944 run       osmo-ms-mob/00074(pid=209): Launched
22:50:58.322057 run                             mass: MS start registered  {at=13834943.286478886, delay=0.009906040504574776, ms=00074}
22:50:58.533154 run                             mass: MS performed LU  {at=13834943.497530097, lu_delay=5.48718411102891, ms=00060}
22:50:58.634908 run                             mass: MS performed LU  {at=13834943.599297743, lu_delay=5.403657464310527, ms=00061}
22:50:58.660245 run                osmo-ms-mob/00075: Starting mobile
22:50:58.687938 run       osmo-ms-mob/00075(pid=210): Launched
22:50:58.700390 run                             mass: MS performed LU  {at=13834943.66481839, lu_delay=5.382974501699209, ms=00062}
22:50:58.712931 run                             mass: MS start registered  {at=13834943.677366508, delay=0.012568345293402672, ms=00075}
22:50:58.787513 run                             mass: MS performed LU  {at=13834943.751898427, lu_delay=5.966821758076549, ms=00059}
22:50:58.824971 run                             mass: MS performed LU  {at=13834943.789359037, lu_delay=6.303532257676125, ms=00058}
22:50:59.167548 run                osmo-ms-mob/00076: Starting mobile
22:50:59.194981 run       osmo-ms-mob/00076(pid=211): Launched
22:50:59.217829 run                             mass: MS start registered  {at=13834944.18223624, delay=0.010474881157279015, ms=00076}
22:50:59.569647 run                osmo-ms-mob/00077: Starting mobile
22:50:59.596444 run       osmo-ms-mob/00077(pid=212): Launched
22:50:59.617328 run                             mass: MS start registered  {at=13834944.581752922, delay=0.008039973676204681, ms=00077}
22:51:00.069572 run                osmo-ms-mob/00078: Starting mobile
22:51:00.096376 run       osmo-ms-mob/00078(pid=213): Launched
22:51:00.119700 run                             mass: MS start registered  {at=13834945.084123624, delay=0.011148367077112198, ms=00078}
22:51:00.468357 run                osmo-ms-mob/00079: Starting mobile
22:51:00.495480 run       osmo-ms-mob/00079(pid=214): Launched
22:51:00.508212 run                             mass: MS performed LU  {at=13834945.472635511, lu_delay=4.589974086731672, ms=00068}
22:51:00.520324 run                             mass: MS start registered  {at=13834945.484759863, delay=0.012151643633842468, ms=00079}
22:51:00.564353 run                             mass: MS performed LU  {at=13834945.528764956, lu_delay=4.936334485188127, ms=00067}
22:51:00.632674 run                             mass: MS performed LU  {at=13834945.597081318, lu_delay=5.790148982778192, ms=00065}
22:51:00.689516 run                             mass: MS performed LU  {at=13834945.653910397, lu_delay=6.171185435727239, ms=00064}
22:51:00.717674 run                osmo-ms-mob/00080: Starting mobile
22:51:00.745240 run       osmo-ms-mob/00080(pid=215): Launched
22:51:00.757709 run                             mass: MS performed LU  {at=13834945.722137254, lu_delay=5.784042974933982, ms=00066}
22:51:00.769759 run                             mass: MS start registered  {at=13834945.73419518, delay=0.012079337611794472, ms=00080}
22:51:01.470069 run                osmo-ms-mob/00081: Starting mobile
22:51:01.510264 run       osmo-ms-mob/00081(pid=216): Launched
22:51:01.533978 run                             mass: MS start registered  {at=13834946.49838583, delay=0.005185738205909729, ms=00081}
22:51:01.869419 run                osmo-ms-mob/00082: Starting mobile
22:51:01.897017 run       osmo-ms-mob/00082(pid=217): Launched
22:51:01.918025 run                             mass: MS start registered  {at=13834946.882428205, delay=0.008269215002655983, ms=00082}
22:51:02.299276 run                             mass: MS performed LU  {at=13834947.26366237, lu_delay=5.3529014103114605, ms=00071}
22:51:02.400444 run                             mass: MS performed LU  {at=13834947.364816083, lu_delay=5.330401595681906, ms=00072}
22:51:02.428142 run                osmo-ms-mob/00083: Starting mobile
22:51:02.454837 run       osmo-ms-mob/00083(pid=218): Launched
22:51:02.466991 run                             mass: MS performed LU  {at=13834947.431421548, lu_delay=5.745694985613227, ms=00070}
22:51:02.478862 run                             mass: MS start registered  {at=13834947.443298755, delay=0.011898918077349663, ms=00083}
22:51:02.553639 run                             mass: MS performed LU  {at=13834947.518008597, lu_delay=6.233743134886026, ms=00069}
22:51:02.591178 run                             mass: MS performed LU  {at=13834947.555568354, lu_delay=4.662677697837353, ms=00073}
22:51:02.968454 run                osmo-ms-mob/00084: Starting mobile
22:51:02.995571 run       osmo-ms-mob/00084(pid=219): Launched
22:51:03.019454 run                             mass: MS start registered  {at=13834947.983853739, delay=0.007035898044705391, ms=00084}
22:51:03.467881 run                osmo-ms-mob/00085: Starting mobile
22:51:03.495248 run       osmo-ms-mob/00085(pid=220): Launched
22:51:03.518785 run                             mass: MS start registered  {at=13834948.483195636, delay=0.011116506531834602, ms=00085}
22:51:04.069963 run                osmo-ms-mob/00086: Starting mobile
22:51:04.099052 run       osmo-ms-mob/00086(pid=221): Launched
22:51:04.122356 run                             mass: MS start registered  {at=13834949.086780364, delay=0.010452529415488243, ms=00086}
22:51:04.265492 run                             mass: MS performed LU  {at=13834949.22985582, lu_delay=5.552489312365651, ms=00075}
22:51:04.329747 run                             mass: MS performed LU  {at=13834949.29417452, lu_delay=6.007695633918047, ms=00074}
22:51:04.398536 run                             mass: MS performed LU  {at=13834949.362902837, lu_delay=4.781149914488196, ms=00077}
22:51:04.455548 run                             mass: MS performed LU  {at=13834949.419923296, lu_delay=5.23768705688417, ms=00076}
22:51:04.483216 run                osmo-ms-mob/00087: Starting mobile
22:51:04.510544 run       osmo-ms-mob/00087(pid=222): Launched
22:51:04.523026 run                             mass: MS performed LU  {at=13834949.487453282, lu_delay=22.903270272538066, ms=00026}
22:51:04.535048 run                             mass: MS start registered  {at=13834949.499484599, delay=0.01205337792634964, ms=00087}
22:51:05.269297 run                osmo-ms-mob/00088: Starting mobile
22:51:05.295979 run       osmo-ms-mob/00088(pid=223): Launched
22:51:05.316010 run                             mass: MS start registered  {at=13834950.28043342, delay=0.00792328454554081, ms=00088}
22:51:05.868257 run                osmo-ms-mob/00089: Starting mobile
22:51:05.896169 run       osmo-ms-mob/00089(pid=224): Launched
22:51:05.918279 run                             mass: MS start registered  {at=13834950.882703645, delay=0.009739479050040245, ms=00089}
22:51:06.064449 run                             mass: MS performed LU  {at=13834951.028838074, lu_delay=5.9447144493460655, ms=00078}
22:51:06.166502 run                             mass: MS performed LU  {at=13834951.13087761, lu_delay=5.396682430058718, ms=00080}
22:51:06.194491 run                             mass: MS performed LU  {at=13834951.158920066, lu_delay=5.67416020296514, ms=00079}
22:51:06.319029 run                             mass: MS performed LU  {at=13834951.283409456, lu_delay=4.7850236259400845, ms=00081}
22:51:06.346167 run                osmo-ms-mob/00090: Starting mobile
22:51:06.373623 run       osmo-ms-mob/00090(pid=225): Launched
22:51:06.395221 run                             mass: MS start registered  {at=13834951.359638141, delay=0.009095296263694763, ms=00090}
22:51:07.167515 run                osmo-ms-mob/00091: Starting mobile
22:51:07.195222 run       osmo-ms-mob/00091(pid=226): Launched
22:51:07.216666 run                             mass: MS start registered  {at=13834952.181089463, delay=0.008930888026952744, ms=00091}
22:51:07.869516 run                osmo-ms-mob/00092: Starting mobile
22:51:07.899732 run       osmo-ms-mob/00092(pid=227): Launched
22:51:07.922253 run                             mass: MS start registered  {at=13834952.886655407, delay=0.009856507182121277, ms=00092}
22:51:08.031352 run                             mass: MS performed LU  {at=13834952.995730149, lu_delay=5.552431393414736, ms=00083}
22:51:08.095070 run                             mass: MS performed LU  {at=13834953.059476882, lu_delay=5.075623143464327, ms=00084}
22:51:08.164444 run                             mass: MS performed LU  {at=13834953.128850032, lu_delay=6.24642182700336, ms=00082}
22:51:08.220934 run                             mass: MS performed LU  {at=13834953.185330495, lu_delay=22.572722176089883, ms=00037}
22:51:08.474356 run                             mass: MS performed LU  {at=13834953.438725475, lu_delay=4.95552983880043, ms=00085}
22:51:08.673060 run                osmo-ms-mob/00093: Starting mobile
22:51:08.700057 run       osmo-ms-mob/00093(pid=228): Launched
22:51:08.722538 run                             mass: MS start registered  {at=13834953.68694144, delay=0.009612299501895905, ms=00093}
22:51:09.569553 run                osmo-ms-mob/00094: Starting mobile
22:51:09.598350 run       osmo-ms-mob/00094(pid=229): Launched
22:51:09.619603 run                             mass: MS start registered  {at=13834954.583994078, delay=0.007556075230240822, ms=00094}
22:51:09.932537 run                             mass: MS performed LU  {at=13834954.896902682, lu_delay=5.8101223185658455, ms=00086}
22:51:09.959842 run                             mass: MS performed LU  {at=13834954.924255831, lu_delay=5.424771232530475, ms=00087}
22:51:10.066049 run                             mass: MS performed LU  {at=13834955.030431515, lu_delay=4.749998094514012, ms=00088}
22:51:10.467148 run                osmo-ms-mob/00095: Starting mobile
22:51:10.493981 run       osmo-ms-mob/00095(pid=230): Launched
22:51:10.516597 run                             mass: MS start registered  {at=13834955.481024513, delay=0.010590758174657822, ms=00095}
22:51:11.469504 run                osmo-ms-mob/00096: Starting mobile
22:51:11.496230 run       osmo-ms-mob/00096(pid=231): Launched
22:51:11.519377 run                             mass: MS start registered  {at=13834956.4837896, delay=0.011055640876293182, ms=00096}
22:51:11.796516 run                             mass: MS performed LU  {at=13834956.760875456, lu_delay=4.57978599332273, ms=00091}
22:51:11.861803 run                             mass: MS performed LU  {at=13834956.826204473, lu_delay=5.466566331684589, ms=00090}
22:51:11.930977 run                             mass: MS performed LU  {at=13834956.89537867, lu_delay=6.012675024569035, ms=00089}
22:51:12.203092 run                             mass: MS performed LU  {at=13834957.167475225, lu_delay=22.921481143683195, ms=00048}
22:51:12.568888 run                osmo-ms-mob/00097: Starting mobile
22:51:12.595112 run       osmo-ms-mob/00097(pid=232): Launched
22:51:12.619768 run                             mass: MS start registered  {at=13834957.584172808, delay=0.011866990476846695, ms=00097}
22:51:13.698521 run                             mass: MS performed LU  {at=13834958.662891315, lu_delay=4.975949876010418, ms=00093}
22:51:13.725371 run                             mass: MS performed LU  {at=13834958.689792374, lu_delay=5.803136967122555, ms=00092}
22:51:13.753188 run                osmo-ms-mob/00098: Starting mobile
22:51:13.779537 run       osmo-ms-mob/00098(pid=233): Launched
22:51:13.801556 run                             mass: MS start registered  {at=13834958.76597777, delay=0.010027671232819557, ms=00098}
22:51:15.562627 run                             mass: MS performed LU  {at=13834960.526990127, lu_delay=5.942996049299836, ms=00094}
22:51:15.588260 run                osmo-ms-mob/00099: Starting mobile
22:51:15.616270 run       osmo-ms-mob/00099(pid=234): Launched
22:51:15.628710 run                             mass: All started... {duration=55.675094129517674, too_slow=0}
22:51:15.640307 run                             mass: MS performed LU  {at=13834960.604736757, lu_delay=5.123712243512273, ms=00095}
22:51:15.652211 run                             mass: MS start registered  {at=13834960.616648808, delay=0.02350262925028801, ms=00099}
22:51:17.463985 run                             mass: MS performed LU  {at=13834962.428353857, lu_delay=5.944564256817102, ms=00096}
22:51:17.491955 run                             mass: MS performed LU  {at=13834962.456377467, lu_delay=4.872204659506679, ms=00097}
22:51:19.328496 run                             mass: MS performed LU  {at=13834964.29285704, lu_delay=5.526879269629717, ms=00098}
22:51:21.230243 run                             mass: MS performed LU  {at=13834966.194626264, lu_delay=5.577977456152439, ms=00099}
22:51:21.245549 run                             mass: Tests done {all_completed=True, max=22.921481143683195, min=3.7277021817862988}
22:51:21.258675 tst         register_default_mass.py: Test passed (84.2 sec)
22:51:21.269357 run pcap-recorder_any(filters='host 127.0.42.2')(pid=22): Terminating (SIGTERM)
22:51:21.275548 run      osmo-hlr_127.0.42.2(pid=23): Terminating (SIGTERM)
22:51:21.281668 run pcap-recorder_any(filters='host 127.0.42.5 and port not 22')(pid=24): Terminating (SIGTERM)
22:51:21.288061 run      osmo-stp_127.0.42.5(pid=25): Terminating (SIGTERM)
22:51:21.294184 run pcap-recorder_any(filters='host 127.0.42.6 and port not 22')(pid=26): Terminating (SIGTERM)
22:51:21.300407 run      osmo-msc_127.0.42.6(pid=27): Terminating (SIGTERM)
22:51:21.306620 run pcap-recorder_any(filters='host 127.0.42.3 and port not 22')(pid=28): Terminating (SIGTERM)
22:51:21.312898 run      osmo-mgw_127.0.42.3(pid=29): Terminating (SIGTERM)
22:51:21.319247 run pcap-recorder_any(filters='host 127.0.42.4 and port not 22')(pid=30): Terminating (SIGTERM)
22:51:21.325619 run      osmo-mgw_127.0.42.4(pid=31): Terminating (SIGTERM)
22:51:21.332009 run pcap-recorder_any(filters='host 127.0.42.7 and port not 22')(pid=32): Terminating (SIGTERM)
22:51:21.339685 run      osmo-bsc_127.0.42.7(pid=33): Terminating (SIGTERM)
22:51:21.345935 run         osmo-bts-virtual(pid=34): Terminating (SIGTERM)
22:51:21.352194 run   osmo-ms-virt-phy/00000(pid=35): Terminating (SIGTERM)
22:51:21.359111 run   osmo-ms-virt-phy/00001(pid=36): Terminating (SIGTERM)
22:51:21.365690 run   osmo-ms-virt-phy/00002(pid=37): Terminating (SIGTERM)
22:51:21.372172 run   osmo-ms-virt-phy/00003(pid=38): Terminating (SIGTERM)
22:51:21.379317 run   osmo-ms-virt-phy/00004(pid=39): Terminating (SIGTERM)
22:51:21.385845 run   osmo-ms-virt-phy/00005(pid=40): Terminating (SIGTERM)
22:51:21.392430 run   osmo-ms-virt-phy/00006(pid=41): Terminating (SIGTERM)
22:51:21.398954 run   osmo-ms-virt-phy/00007(pid=42): Terminating (SIGTERM)
22:51:21.406733 run   osmo-ms-virt-phy/00008(pid=43): Terminating (SIGTERM)
22:51:21.413289 run   osmo-ms-virt-phy/00009(pid=44): Terminating (SIGTERM)
22:51:21.420191 run   osmo-ms-virt-phy/00010(pid=45): Terminating (SIGTERM)
22:51:21.426594 run   osmo-ms-virt-phy/00011(pid=46): Terminating (SIGTERM)
22:51:21.433058 run   osmo-ms-virt-phy/00012(pid=47): Terminating (SIGTERM)
22:51:21.439382 run   osmo-ms-virt-phy/00013(pid=48): Terminating (SIGTERM)
22:51:21.445794 run   osmo-ms-virt-phy/00014(pid=49): Terminating (SIGTERM)
22:51:21.452138 run   osmo-ms-virt-phy/00015(pid=50): Terminating (SIGTERM)
22:51:21.458467 run   osmo-ms-virt-phy/00016(pid=51): Terminating (SIGTERM)
22:51:21.465116 run   osmo-ms-virt-phy/00017(pid=52): Terminating (SIGTERM)
22:51:21.471615 run   osmo-ms-virt-phy/00018(pid=53): Terminating (SIGTERM)
22:51:21.477987 run   osmo-ms-virt-phy/00019(pid=54): Terminating (SIGTERM)
22:51:21.484459 run   osmo-ms-virt-phy/00020(pid=55): Terminating (SIGTERM)
22:51:21.491352 run   osmo-ms-virt-phy/00021(pid=56): Terminating (SIGTERM)
22:51:21.502470 run   osmo-ms-virt-phy/00022(pid=57): Terminating (SIGTERM)
22:51:21.510688 run   osmo-ms-virt-phy/00023(pid=58): Terminating (SIGTERM)
22:51:21.517275 run   osmo-ms-virt-phy/00024(pid=59): Terminating (SIGTERM)
22:51:21.524128 run   osmo-ms-virt-phy/00025(pid=60): Terminating (SIGTERM)
22:51:21.530861 run   osmo-ms-virt-phy/00026(pid=61): Terminating (SIGTERM)
22:51:21.539576 run   osmo-ms-virt-phy/00027(pid=62): Terminating (SIGTERM)
22:51:21.546117 run   osmo-ms-virt-phy/00028(pid=63): Terminating (SIGTERM)
22:51:21.552828 run   osmo-ms-virt-phy/00029(pid=64): Terminating (SIGTERM)
22:51:21.559487 run   osmo-ms-virt-phy/00030(pid=65): Terminating (SIGTERM)
22:51:21.566249 run   osmo-ms-virt-phy/00031(pid=66): Terminating (SIGTERM)
22:51:21.572891 run   osmo-ms-virt-phy/00032(pid=67): Terminating (SIGTERM)
22:51:21.579823 run   osmo-ms-virt-phy/00033(pid=68): Terminating (SIGTERM)
22:51:21.586877 run   osmo-ms-virt-phy/00034(pid=69): Terminating (SIGTERM)
22:51:21.594665 run   osmo-ms-virt-phy/00035(pid=70): Terminating (SIGTERM)
22:51:21.601239 run   osmo-ms-virt-phy/00036(pid=71): Terminating (SIGTERM)
22:51:21.608497 run   osmo-ms-virt-phy/00037(pid=72): Terminating (SIGTERM)
22:51:21.615118 run   osmo-ms-virt-phy/00038(pid=73): Terminating (SIGTERM)
22:51:21.621799 run   osmo-ms-virt-phy/00039(pid=74): Terminating (SIGTERM)
22:51:21.628695 run   osmo-ms-virt-phy/00040(pid=75): Terminating (SIGTERM)
22:51:21.635476 run   osmo-ms-virt-phy/00041(pid=76): Terminating (SIGTERM)
22:51:21.644435 run   osmo-ms-virt-phy/00042(pid=77): Terminating (SIGTERM)
22:51:21.650857 run   osmo-ms-virt-phy/00043(pid=78): Terminating (SIGTERM)
22:51:21.657393 run   osmo-ms-virt-phy/00044(pid=79): Terminating (SIGTERM)
22:51:21.663766 run   osmo-ms-virt-phy/00045(pid=80): Terminating (SIGTERM)
22:51:21.670121 run   osmo-ms-virt-phy/00046(pid=81): Terminating (SIGTERM)
22:51:21.676521 run   osmo-ms-virt-phy/00047(pid=82): Terminating (SIGTERM)
22:51:21.682903 run   osmo-ms-virt-phy/00048(pid=83): Terminating (SIGTERM)
22:51:21.689321 run   osmo-ms-virt-phy/00049(pid=84): Terminating (SIGTERM)
22:51:21.695745 run   osmo-ms-virt-phy/00050(pid=85): Terminating (SIGTERM)
22:51:21.702244 run   osmo-ms-virt-phy/00051(pid=86): Terminating (SIGTERM)
22:51:21.708737 run   osmo-ms-virt-phy/00052(pid=87): Terminating (SIGTERM)
22:51:21.715203 run   osmo-ms-virt-phy/00053(pid=88): Terminating (SIGTERM)
22:51:21.721629 run   osmo-ms-virt-phy/00054(pid=89): Terminating (SIGTERM)
22:51:21.728033 run   osmo-ms-virt-phy/00055(pid=90): Terminating (SIGTERM)
22:51:21.734461 run   osmo-ms-virt-phy/00056(pid=91): Terminating (SIGTERM)
22:51:21.740902 run   osmo-ms-virt-phy/00057(pid=92): Terminating (SIGTERM)
22:51:21.747387 run   osmo-ms-virt-phy/00058(pid=93): Terminating (SIGTERM)
22:51:21.753886 run   osmo-ms-virt-phy/00059(pid=94): Terminating (SIGTERM)
22:51:21.760360 run   osmo-ms-virt-phy/00060(pid=95): Terminating (SIGTERM)
22:51:21.766750 run   osmo-ms-virt-phy/00061(pid=96): Terminating (SIGTERM)
22:51:21.773267 run   osmo-ms-virt-phy/00062(pid=97): Terminating (SIGTERM)
22:51:21.779676 run   osmo-ms-virt-phy/00063(pid=98): Terminating (SIGTERM)
22:51:21.785986 run   osmo-ms-virt-phy/00064(pid=99): Terminating (SIGTERM)
22:51:21.792364 run  osmo-ms-virt-phy/00065(pid=100): Terminating (SIGTERM)
22:51:21.798714 run  osmo-ms-virt-phy/00066(pid=101): Terminating (SIGTERM)
22:51:21.805069 run  osmo-ms-virt-phy/00067(pid=102): Terminating (SIGTERM)
22:51:21.811303 run  osmo-ms-virt-phy/00068(pid=103): Terminating (SIGTERM)
22:51:21.817697 run  osmo-ms-virt-phy/00069(pid=104): Terminating (SIGTERM)
22:51:21.826253 run  osmo-ms-virt-phy/00070(pid=105): Terminating (SIGTERM)
22:51:21.832597 run  osmo-ms-virt-phy/00071(pid=106): Terminating (SIGTERM)
22:51:21.838931 run  osmo-ms-virt-phy/00072(pid=107): Terminating (SIGTERM)
22:51:21.846168 run  osmo-ms-virt-phy/00073(pid=108): Terminating (SIGTERM)
22:51:21.852585 run  osmo-ms-virt-phy/00074(pid=109): Terminating (SIGTERM)
22:51:21.858966 run  osmo-ms-virt-phy/00075(pid=110): Terminating (SIGTERM)
22:51:21.865408 run  osmo-ms-virt-phy/00076(pid=111): Terminating (SIGTERM)
22:51:21.871998 run  osmo-ms-virt-phy/00077(pid=112): Terminating (SIGTERM)
22:51:21.879169 run  osmo-ms-virt-phy/00078(pid=113): Terminating (SIGTERM)
22:51:21.885848 run  osmo-ms-virt-phy/00079(pid=114): Terminating (SIGTERM)
22:51:21.892527 run  osmo-ms-virt-phy/00080(pid=115): Terminating (SIGTERM)
22:51:21.899752 run  osmo-ms-virt-phy/00081(pid=116): Terminating (SIGTERM)
22:51:21.906469 run  osmo-ms-virt-phy/00082(pid=117): Terminating (SIGTERM)
22:51:21.912836 run  osmo-ms-virt-phy/00083(pid=118): Terminating (SIGTERM)
22:51:21.919162 run  osmo-ms-virt-phy/00084(pid=119): Terminating (SIGTERM)
22:51:21.925717 run  osmo-ms-virt-phy/00085(pid=120): Terminating (SIGTERM)
22:51:21.936657 run  osmo-ms-virt-phy/00086(pid=121): Terminating (SIGTERM)
22:51:21.943143 run  osmo-ms-virt-phy/00087(pid=122): Terminating (SIGTERM)
22:51:21.951665 run  osmo-ms-virt-phy/00088(pid=123): Terminating (SIGTERM)
22:51:21.958228 run  osmo-ms-virt-phy/00089(pid=124): Terminating (SIGTERM)
22:51:21.964732 run  osmo-ms-virt-phy/00090(pid=125): Terminating (SIGTERM)
22:51:21.971360 run  osmo-ms-virt-phy/00091(pid=126): Terminating (SIGTERM)
22:51:21.977853 run  osmo-ms-virt-phy/00092(pid=127): Terminating (SIGTERM)
22:51:21.984338 run  osmo-ms-virt-phy/00093(pid=128): Terminating (SIGTERM)
22:51:21.990827 run  osmo-ms-virt-phy/00094(pid=129): Terminating (SIGTERM)
22:51:21.997397 run  osmo-ms-virt-phy/00095(pid=130): Terminating (SIGTERM)
22:51:22.003881 run  osmo-ms-virt-phy/00096(pid=131): Terminating (SIGTERM)
22:51:22.010375 run  osmo-ms-virt-phy/00097(pid=132): Terminating (SIGTERM)
22:51:22.016915 run  osmo-ms-virt-phy/00098(pid=133): Terminating (SIGTERM)
22:51:22.023370 run  osmo-ms-virt-phy/00099(pid=134): Terminating (SIGTERM)
22:51:22.029918 run       osmo-ms-mob/00000(pid=135): Terminating (SIGTERM)
22:51:22.036456 run       osmo-ms-mob/00001(pid=136): Terminating (SIGTERM)
22:51:22.042941 run       osmo-ms-mob/00002(pid=137): Terminating (SIGTERM)
22:51:22.049446 run       osmo-ms-mob/00003(pid=138): Terminating (SIGTERM)
22:51:22.055937 run       osmo-ms-mob/00004(pid=139): Terminating (SIGTERM)
22:51:22.062368 run       osmo-ms-mob/00005(pid=140): Terminating (SIGTERM)
22:51:22.068821 run       osmo-ms-mob/00006(pid=141): Terminating (SIGTERM)
22:51:22.075228 run       osmo-ms-mob/00007(pid=142): Terminating (SIGTERM)
22:51:22.081743 run       osmo-ms-mob/00008(pid=143): Terminating (SIGTERM)
22:51:22.088177 run       osmo-ms-mob/00009(pid=144): Terminating (SIGTERM)
22:51:22.094600 run       osmo-ms-mob/00010(pid=145): Terminating (SIGTERM)
22:51:22.101143 run       osmo-ms-mob/00011(pid=146): Terminating (SIGTERM)
22:51:22.107588 run       osmo-ms-mob/00012(pid=147): Terminating (SIGTERM)
22:51:22.114055 run       osmo-ms-mob/00013(pid=148): Terminating (SIGTERM)
22:51:22.120507 run       osmo-ms-mob/00014(pid=149): Terminating (SIGTERM)
22:51:22.126935 run       osmo-ms-mob/00015(pid=150): Terminating (SIGTERM)
22:51:22.133381 run       osmo-ms-mob/00016(pid=151): Terminating (SIGTERM)
22:51:22.139812 run       osmo-ms-mob/00017(pid=152): Terminating (SIGTERM)
22:51:22.146229 run       osmo-ms-mob/00018(pid=153): Terminating (SIGTERM)
22:51:22.152688 run       osmo-ms-mob/00019(pid=154): Terminating (SIGTERM)
22:51:22.159129 run       osmo-ms-mob/00020(pid=155): Terminating (SIGTERM)
22:51:22.165541 run       osmo-ms-mob/00021(pid=156): Terminating (SIGTERM)
22:51:22.172047 run       osmo-ms-mob/00022(pid=157): Terminating (SIGTERM)
22:51:22.178453 run       osmo-ms-mob/00023(pid=158): Terminating (SIGTERM)
22:51:22.184850 run       osmo-ms-mob/00024(pid=159): Terminating (SIGTERM)
22:51:22.191239 run       osmo-ms-mob/00025(pid=160): Terminating (SIGTERM)
22:51:22.197650 run       osmo-ms-mob/00026(pid=161): Terminating (SIGTERM)
22:51:22.204069 run       osmo-ms-mob/00027(pid=162): Terminating (SIGTERM)
22:51:22.210717 run       osmo-ms-mob/00028(pid=163): Terminating (SIGTERM)
22:51:22.217146 run       osmo-ms-mob/00029(pid=164): Terminating (SIGTERM)
22:51:22.223545 run       osmo-ms-mob/00030(pid=165): Terminating (SIGTERM)
22:51:22.229940 run       osmo-ms-mob/00031(pid=166): Terminating (SIGTERM)
22:51:22.236349 run       osmo-ms-mob/00032(pid=167): Terminating (SIGTERM)
22:51:22.242749 run       osmo-ms-mob/00033(pid=168): Terminating (SIGTERM)
22:51:22.249139 run       osmo-ms-mob/00034(pid=169): Terminating (SIGTERM)
22:51:22.255521 run       osmo-ms-mob/00035(pid=170): Terminating (SIGTERM)
22:51:22.261972 run       osmo-ms-mob/00036(pid=171): Terminating (SIGTERM)
22:51:22.268342 run       osmo-ms-mob/00037(pid=172): Terminating (SIGTERM)
22:51:22.274766 run       osmo-ms-mob/00038(pid=173): Terminating (SIGTERM)
22:51:22.281279 run       osmo-ms-mob/00039(pid=174): Terminating (SIGTERM)
22:51:22.287685 run       osmo-ms-mob/00040(pid=175): Terminating (SIGTERM)
22:51:22.294058 run       osmo-ms-mob/00041(pid=176): Terminating (SIGTERM)
22:51:22.300476 run       osmo-ms-mob/00042(pid=177): Terminating (SIGTERM)
22:51:22.306871 run       osmo-ms-mob/00043(pid=178): Terminating (SIGTERM)
22:51:22.313262 run       osmo-ms-mob/00044(pid=179): Terminating (SIGTERM)
22:51:22.319671 run       osmo-ms-mob/00045(pid=180): Terminating (SIGTERM)
22:51:22.326100 run       osmo-ms-mob/00046(pid=181): Terminating (SIGTERM)
22:51:22.332522 run       osmo-ms-mob/00047(pid=182): Terminating (SIGTERM)
22:51:22.338902 run       osmo-ms-mob/00048(pid=183): Terminating (SIGTERM)
22:51:22.345310 run       osmo-ms-mob/00049(pid=184): Terminating (SIGTERM)
22:51:22.351713 run       osmo-ms-mob/00050(pid=185): Terminating (SIGTERM)
22:51:22.358084 run       osmo-ms-mob/00051(pid=186): Terminating (SIGTERM)
22:51:22.364548 run       osmo-ms-mob/00052(pid=187): Terminating (SIGTERM)
22:51:22.370975 run       osmo-ms-mob/00053(pid=188): Terminating (SIGTERM)
22:51:22.377373 run       osmo-ms-mob/00054(pid=189): Terminating (SIGTERM)
22:51:22.383782 run       osmo-ms-mob/00055(pid=190): Terminating (SIGTERM)
22:51:22.390161 run       osmo-ms-mob/00056(pid=191): Terminating (SIGTERM)
22:51:22.396635 run       osmo-ms-mob/00057(pid=192): Terminating (SIGTERM)
22:51:22.403001 run       osmo-ms-mob/00058(pid=193): Terminating (SIGTERM)
22:51:22.409447 run       osmo-ms-mob/00059(pid=194): Terminating (SIGTERM)
22:51:22.415930 run       osmo-ms-mob/00060(pid=195): Terminating (SIGTERM)
22:51:22.422392 run       osmo-ms-mob/00061(pid=196): Terminating (SIGTERM)
22:51:22.428902 run       osmo-ms-mob/00062(pid=197): Terminating (SIGTERM)
22:51:22.435345 run       osmo-ms-mob/00063(pid=198): Terminating (SIGTERM)
22:51:22.441749 run       osmo-ms-mob/00064(pid=199): Terminating (SIGTERM)
22:51:22.448185 run       osmo-ms-mob/00065(pid=200): Terminating (SIGTERM)
22:51:22.454659 run       osmo-ms-mob/00066(pid=201): Terminating (SIGTERM)
22:51:22.461084 run       osmo-ms-mob/00067(pid=202): Terminating (SIGTERM)
22:51:22.467587 run       osmo-ms-mob/00068(pid=203): Terminating (SIGTERM)
22:51:22.474031 run       osmo-ms-mob/00069(pid=204): Terminating (SIGTERM)
22:51:22.480466 run       osmo-ms-mob/00070(pid=205): Terminating (SIGTERM)
22:51:22.486879 run       osmo-ms-mob/00071(pid=206): Terminating (SIGTERM)
22:51:22.493319 run       osmo-ms-mob/00072(pid=207): Terminating (SIGTERM)
22:51:22.499709 run       osmo-ms-mob/00073(pid=208): Terminating (SIGTERM)
22:51:22.506134 run       osmo-ms-mob/00074(pid=209): Terminating (SIGTERM)
22:51:22.512544 run       osmo-ms-mob/00075(pid=210): Terminating (SIGTERM)
22:51:22.518996 run       osmo-ms-mob/00076(pid=211): Terminating (SIGTERM)
22:51:22.525408 run       osmo-ms-mob/00077(pid=212): Terminating (SIGTERM)
22:51:22.531910 run       osmo-ms-mob/00078(pid=213): Terminating (SIGTERM)
22:51:22.538316 run       osmo-ms-mob/00079(pid=214): Terminating (SIGTERM)
22:51:22.544755 run       osmo-ms-mob/00080(pid=215): Terminating (SIGTERM)
22:51:22.551133 run       osmo-ms-mob/00081(pid=216): Terminating (SIGTERM)
22:51:22.557536 run       osmo-ms-mob/00082(pid=217): Terminating (SIGTERM)
22:51:22.563964 run       osmo-ms-mob/00083(pid=218): Terminating (SIGTERM)
22:51:22.570366 run       osmo-ms-mob/00084(pid=219): Terminating (SIGTERM)
22:51:22.576799 run       osmo-ms-mob/00085(pid=220): Terminating (SIGTERM)
22:51:22.583216 run       osmo-ms-mob/00086(pid=221): Terminating (SIGTERM)
22:51:22.589665 run       osmo-ms-mob/00087(pid=222): Terminating (SIGTERM)
22:51:22.596092 run       osmo-ms-mob/00088(pid=223): Terminating (SIGTERM)
22:51:22.602510 run       osmo-ms-mob/00089(pid=224): Terminating (SIGTERM)
22:51:22.608952 run       osmo-ms-mob/00090(pid=225): Terminating (SIGTERM)
22:51:22.615376 run       osmo-ms-mob/00091(pid=226): Terminating (SIGTERM)
22:51:22.621812 run       osmo-ms-mob/00092(pid=227): Terminating (SIGTERM)
22:51:22.628316 run       osmo-ms-mob/00093(pid=228): Terminating (SIGTERM)
22:51:22.634787 run       osmo-ms-mob/00094(pid=229): Terminating (SIGTERM)
22:51:22.641262 run       osmo-ms-mob/00095(pid=230): Terminating (SIGTERM)
22:51:22.647732 run       osmo-ms-mob/00096(pid=231): Terminating (SIGTERM)
22:51:22.654211 run       osmo-ms-mob/00097(pid=232): Terminating (SIGTERM)
22:51:22.660683 run       osmo-ms-mob/00098(pid=233): Terminating (SIGTERM)
22:51:22.667057 run       osmo-ms-mob/00099(pid=234): Terminating (SIGTERM)
22:51:22.673576 ---      ParallelTerminationStrategy: PID 22 died...
22:51:22.676577 run pcap-recorder_any(filters='host 127.0.42.2')(pid=22): Terminated: ok {rc=0}
22:51:22.683710 ---      ParallelTerminationStrategy: PID 23 died...
22:51:22.686610 run      osmo-hlr_127.0.42.2(pid=23): Terminated: ok {rc=0}
22:51:22.693721 ---      ParallelTerminationStrategy: PID 24 died...
22:51:22.696650 run pcap-recorder_any(filters='host 127.0.42.5 and port not 22')(pid=24): Terminated: ok {rc=0}
22:51:22.703794 ---      ParallelTerminationStrategy: PID 25 died...
22:51:22.706659 run      osmo-stp_127.0.42.5(pid=25): Terminated: ok {rc=0}
22:51:22.713768 ---      ParallelTerminationStrategy: PID 26 died...
22:51:22.716638 run pcap-recorder_any(filters='host 127.0.42.6 and port not 22')(pid=26): Terminated: ok {rc=0}
22:51:22.723783 ---      ParallelTerminationStrategy: PID 27 died...
22:51:22.726719 run      osmo-msc_127.0.42.6(pid=27): Terminated: ok {rc=0}
22:51:22.733893 ---      ParallelTerminationStrategy: PID 28 died...
22:51:22.736760 run pcap-recorder_any(filters='host 127.0.42.3 and port not 22')(pid=28): Terminated: ok {rc=0}
22:51:22.744822 ---      ParallelTerminationStrategy: PID 29 died...
22:51:22.747698 run      osmo-mgw_127.0.42.3(pid=29): Terminated {rc=15}
22:51:22.754763 ---      ParallelTerminationStrategy: PID 30 died...
22:51:22.757647 run pcap-recorder_any(filters='host 127.0.42.4 and port not 22')(pid=30): Terminated: ok {rc=0}
22:51:22.764784 ---      ParallelTerminationStrategy: PID 31 died...
22:51:22.767685 run      osmo-mgw_127.0.42.4(pid=31): Terminated {rc=15}
22:51:22.774816 ---      ParallelTerminationStrategy: PID 32 died...
22:51:22.777743 run pcap-recorder_any(filters='host 127.0.42.7 and port not 22')(pid=32): Terminated: ok {rc=0}
22:51:22.784882 ---      ParallelTerminationStrategy: PID 33 died...
22:51:22.787795 run      osmo-bsc_127.0.42.7(pid=33): Terminated: ok {rc=0}
22:51:22.794852 ---      ParallelTerminationStrategy: PID 35 died...
22:51:22.797782 run   osmo-ms-virt-phy/00000(pid=35): Terminated: ok {rc=0}
22:51:22.804893 ---      ParallelTerminationStrategy: PID 36 died...
22:51:22.807800 run   osmo-ms-virt-phy/00001(pid=36): Terminated: ok {rc=0}
22:51:22.814848 ---      ParallelTerminationStrategy: PID 37 died...
22:51:22.817757 run   osmo-ms-virt-phy/00002(pid=37): Terminated: ok {rc=0}
22:51:22.824953 ---      ParallelTerminationStrategy: PID 38 died...
22:51:22.827872 run   osmo-ms-virt-phy/00003(pid=38): Terminated: ok {rc=0}
22:51:22.834951 ---      ParallelTerminationStrategy: PID 39 died...
22:51:22.837887 run   osmo-ms-virt-phy/00004(pid=39): Terminated: ok {rc=0}
22:51:22.844990 ---      ParallelTerminationStrategy: PID 40 died...
22:51:22.847934 run   osmo-ms-virt-phy/00005(pid=40): Terminated: ok {rc=0}
22:51:22.854990 ---      ParallelTerminationStrategy: PID 41 died...
22:51:22.859454 run   osmo-ms-virt-phy/00006(pid=41): Terminated: ok {rc=0}
22:51:22.866755 ---      ParallelTerminationStrategy: PID 42 died...
22:51:22.869611 run   osmo-ms-virt-phy/00007(pid=42): Terminated: ok {rc=0}
22:51:22.876677 ---      ParallelTerminationStrategy: PID 43 died...
22:51:22.879538 run   osmo-ms-virt-phy/00008(pid=43): Terminated: ok {rc=0}
22:51:22.886554 ---      ParallelTerminationStrategy: PID 44 died...
22:51:22.889420 run   osmo-ms-virt-phy/00009(pid=44): Terminated: ok {rc=0}
22:51:22.896502 ---      ParallelTerminationStrategy: PID 45 died...
22:51:22.899369 run   osmo-ms-virt-phy/00010(pid=45): Terminated: ok {rc=0}
22:51:22.906459 ---      ParallelTerminationStrategy: PID 46 died...
22:51:22.909323 run   osmo-ms-virt-phy/00011(pid=46): Terminated: ok {rc=0}
22:51:22.916424 ---      ParallelTerminationStrategy: PID 47 died...
22:51:22.919292 run   osmo-ms-virt-phy/00012(pid=47): Terminated: ok {rc=0}
22:51:22.928301 ---      ParallelTerminationStrategy: PID 48 died...
22:51:22.931189 run   osmo-ms-virt-phy/00013(pid=48): Terminated: ok {rc=0}
22:51:22.938229 ---      ParallelTerminationStrategy: PID 49 died...
22:51:22.941104 run   osmo-ms-virt-phy/00014(pid=49): Terminated: ok {rc=0}
22:51:22.948184 ---      ParallelTerminationStrategy: PID 50 died...
22:51:22.951045 run   osmo-ms-virt-phy/00015(pid=50): Terminated: ok {rc=0}
22:51:22.958135 ---      ParallelTerminationStrategy: PID 51 died...
22:51:22.961012 run   osmo-ms-virt-phy/00016(pid=51): Terminated: ok {rc=0}
22:51:22.968120 ---      ParallelTerminationStrategy: PID 52 died...
22:51:22.971014 run   osmo-ms-virt-phy/00017(pid=52): Terminated: ok {rc=0}
22:51:22.978110 ---      ParallelTerminationStrategy: PID 53 died...
22:51:22.982567 run   osmo-ms-virt-phy/00018(pid=53): Terminated: ok {rc=0}
22:51:22.994310 ---      ParallelTerminationStrategy: PID 54 died...
22:51:22.997158 run   osmo-ms-virt-phy/00019(pid=54): Terminated: ok {rc=0}
22:51:23.004154 ---      ParallelTerminationStrategy: PID 55 died...
22:51:23.007056 run   osmo-ms-virt-phy/00020(pid=55): Terminated: ok {rc=0}
22:51:23.014078 ---      ParallelTerminationStrategy: PID 56 died...
22:51:23.017035 run   osmo-ms-virt-phy/00021(pid=56): Terminated: ok {rc=0}
22:51:23.024058 ---      ParallelTerminationStrategy: PID 57 died...
22:51:23.026993 run   osmo-ms-virt-phy/00022(pid=57): Terminated: ok {rc=0}
22:51:23.033951 ---      ParallelTerminationStrategy: PID 58 died...
22:51:23.036880 run   osmo-ms-virt-phy/00023(pid=58): Terminated: ok {rc=0}
22:51:23.043948 ---      ParallelTerminationStrategy: PID 59 died...
22:51:23.046831 run   osmo-ms-virt-phy/00024(pid=59): Terminated: ok {rc=0}
22:51:23.053788 ---      ParallelTerminationStrategy: PID 60 died...
22:51:23.056691 run   osmo-ms-virt-phy/00025(pid=60): Terminated: ok {rc=0}
22:51:23.063637 ---      ParallelTerminationStrategy: PID 61 died...
22:51:23.066548 run   osmo-ms-virt-phy/00026(pid=61): Terminated: ok {rc=0}
22:51:23.073535 ---      ParallelTerminationStrategy: PID 62 died...
22:51:23.076446 run   osmo-ms-virt-phy/00027(pid=62): Terminated: ok {rc=0}
22:51:23.083486 ---      ParallelTerminationStrategy: PID 63 died...
22:51:23.086379 run   osmo-ms-virt-phy/00028(pid=63): Terminated: ok {rc=0}
22:51:23.093367 ---      ParallelTerminationStrategy: PID 64 died...
22:51:23.096290 run   osmo-ms-virt-phy/00029(pid=64): Terminated: ok {rc=0}
22:51:23.103270 ---      ParallelTerminationStrategy: PID 65 died...
22:51:23.106192 run   osmo-ms-virt-phy/00030(pid=65): Terminated: ok {rc=0}
22:51:23.113304 ---      ParallelTerminationStrategy: PID 66 died...
22:51:23.116206 run   osmo-ms-virt-phy/00031(pid=66): Terminated: ok {rc=0}
22:51:23.123245 ---      ParallelTerminationStrategy: PID 67 died...
22:51:23.126190 run   osmo-ms-virt-phy/00032(pid=67): Terminated: ok {rc=0}
22:51:23.133182 ---      ParallelTerminationStrategy: PID 68 died...
22:51:23.136090 run   osmo-ms-virt-phy/00033(pid=68): Terminated: ok {rc=0}
22:51:23.143123 ---      ParallelTerminationStrategy: PID 69 died...
22:51:23.146000 run   osmo-ms-virt-phy/00034(pid=69): Terminated: ok {rc=0}
22:51:23.153005 ---      ParallelTerminationStrategy: PID 70 died...
22:51:23.155888 run   osmo-ms-virt-phy/00035(pid=70): Terminated: ok {rc=0}
22:51:23.162848 ---      ParallelTerminationStrategy: PID 71 died...
22:51:23.165741 run   osmo-ms-virt-phy/00036(pid=71): Terminated: ok {rc=0}
22:51:23.172782 ---      ParallelTerminationStrategy: PID 72 died...
22:51:23.175682 run   osmo-ms-virt-phy/00037(pid=72): Terminated: ok {rc=0}
22:51:23.182652 ---      ParallelTerminationStrategy: PID 73 died...
22:51:23.185573 run   osmo-ms-virt-phy/00038(pid=73): Terminated: ok {rc=0}
22:51:23.192598 ---      ParallelTerminationStrategy: PID 74 died...
22:51:23.195496 run   osmo-ms-virt-phy/00039(pid=74): Terminated: ok {rc=0}
22:51:23.202468 ---      ParallelTerminationStrategy: PID 75 died...
22:51:23.205393 run   osmo-ms-virt-phy/00040(pid=75): Terminated: ok {rc=0}
22:51:23.212378 ---      ParallelTerminationStrategy: PID 76 died...
22:51:23.215274 run   osmo-ms-virt-phy/00041(pid=76): Terminated: ok {rc=0}
22:51:23.222343 ---      ParallelTerminationStrategy: PID 77 died...
22:51:23.225258 run   osmo-ms-virt-phy/00042(pid=77): Terminated: ok {rc=0}
22:51:23.232323 ---      ParallelTerminationStrategy: PID 78 died...
22:51:23.235211 run   osmo-ms-virt-phy/00043(pid=78): Terminated: ok {rc=0}
22:51:23.242155 ---      ParallelTerminationStrategy: PID 79 died...
22:51:23.245197 run   osmo-ms-virt-phy/00044(pid=79): Terminated: ok {rc=0}
22:51:23.253804 ---      ParallelTerminationStrategy: PID 80 died...
22:51:23.256595 run   osmo-ms-virt-phy/00045(pid=80): Terminated: ok {rc=0}
22:51:23.263459 ---      ParallelTerminationStrategy: PID 81 died...
22:51:23.266257 run   osmo-ms-virt-phy/00046(pid=81): Terminated: ok {rc=0}
22:51:23.273200 ---      ParallelTerminationStrategy: PID 82 died...
22:51:23.276008 run   osmo-ms-virt-phy/00047(pid=82): Terminated: ok {rc=0}
22:51:23.282894 ---      ParallelTerminationStrategy: PID 83 died...
22:51:23.285684 run   osmo-ms-virt-phy/00048(pid=83): Terminated: ok {rc=0}
22:51:23.292589 ---      ParallelTerminationStrategy: PID 84 died...
22:51:23.295367 run   osmo-ms-virt-phy/00049(pid=84): Terminated: ok {rc=0}
22:51:23.302415 ---      ParallelTerminationStrategy: PID 85 died...
22:51:23.305326 run   osmo-ms-virt-phy/00050(pid=85): Terminated: ok {rc=0}
22:51:23.312306 ---      ParallelTerminationStrategy: PID 86 died...
22:51:23.315111 run   osmo-ms-virt-phy/00051(pid=86): Terminated: ok {rc=0}
22:51:23.322195 ---      ParallelTerminationStrategy: PID 87 died...
22:51:23.325004 run   osmo-ms-virt-phy/00052(pid=87): Terminated: ok {rc=0}
22:51:23.332106 ---      ParallelTerminationStrategy: PID 88 died...
22:51:23.334942 run   osmo-ms-virt-phy/00053(pid=88): Terminated: ok {rc=0}
22:51:23.342088 ---      ParallelTerminationStrategy: PID 89 died...
22:51:23.344977 run   osmo-ms-virt-phy/00054(pid=89): Terminated: ok {rc=0}
22:51:23.352023 ---      ParallelTerminationStrategy: PID 90 died...
22:51:23.354881 run   osmo-ms-virt-phy/00055(pid=90): Terminated: ok {rc=0}
22:51:23.361889 ---      ParallelTerminationStrategy: PID 91 died...
22:51:23.364732 run   osmo-ms-virt-phy/00056(pid=91): Terminated: ok {rc=0}
22:51:23.371798 ---      ParallelTerminationStrategy: PID 92 died...
22:51:23.374686 run   osmo-ms-virt-phy/00057(pid=92): Terminated: ok {rc=0}
22:51:23.381752 ---      ParallelTerminationStrategy: PID 93 died...
22:51:23.384611 run   osmo-ms-virt-phy/00058(pid=93): Terminated: ok {rc=0}
22:51:23.391656 ---      ParallelTerminationStrategy: PID 94 died...
22:51:23.394526 run   osmo-ms-virt-phy/00059(pid=94): Terminated: ok {rc=0}
22:51:23.401534 ---      ParallelTerminationStrategy: PID 95 died...
22:51:23.404374 run   osmo-ms-virt-phy/00060(pid=95): Terminated: ok {rc=0}
22:51:23.411320 ---      ParallelTerminationStrategy: PID 96 died...
22:51:23.414220 run   osmo-ms-virt-phy/00061(pid=96): Terminated: ok {rc=0}
22:51:23.421339 ---      ParallelTerminationStrategy: PID 97 died...
22:51:23.424135 run   osmo-ms-virt-phy/00062(pid=97): Terminated: ok {rc=0}
22:51:23.432980 ---      ParallelTerminationStrategy: PID 98 died...
22:51:23.435854 run   osmo-ms-virt-phy/00063(pid=98): Terminated: ok {rc=0}
22:51:23.442803 ---      ParallelTerminationStrategy: PID 99 died...
22:51:23.445629 run   osmo-ms-virt-phy/00064(pid=99): Terminated: ok {rc=0}
22:51:23.452512 ---      ParallelTerminationStrategy: PID 100 died...
22:51:23.455331 run  osmo-ms-virt-phy/00065(pid=100): Terminated: ok {rc=0}
22:51:23.462338 ---      ParallelTerminationStrategy: PID 101 died...
22:51:23.465235 run  osmo-ms-virt-phy/00066(pid=101): Terminated: ok {rc=0}
22:51:23.472295 ---      ParallelTerminationStrategy: PID 102 died...
22:51:23.475090 run  osmo-ms-virt-phy/00067(pid=102): Terminated: ok {rc=0}
22:51:23.481967 ---      ParallelTerminationStrategy: PID 103 died...
22:51:23.484789 run  osmo-ms-virt-phy/00068(pid=103): Terminated: ok {rc=0}
22:51:23.491752 ---      ParallelTerminationStrategy: PID 104 died...
22:51:23.494560 run  osmo-ms-virt-phy/00069(pid=104): Terminated: ok {rc=0}
22:51:23.501515 ---      ParallelTerminationStrategy: PID 105 died...
22:51:23.504335 run  osmo-ms-virt-phy/00070(pid=105): Terminated: ok {rc=0}
22:51:23.511212 ---      ParallelTerminationStrategy: PID 106 died...
22:51:23.514004 run  osmo-ms-virt-phy/00071(pid=106): Terminated: ok {rc=0}
22:51:23.520944 ---      ParallelTerminationStrategy: PID 107 died...
22:51:23.523798 run  osmo-ms-virt-phy/00072(pid=107): Terminated: ok {rc=0}
22:51:23.530750 ---      ParallelTerminationStrategy: PID 108 died...
22:51:23.533555 run  osmo-ms-virt-phy/00073(pid=108): Terminated: ok {rc=0}
22:51:23.540456 ---      ParallelTerminationStrategy: PID 109 died...
22:51:23.543260 run  osmo-ms-virt-phy/00074(pid=109): Terminated: ok {rc=0}
22:51:23.550228 ---      ParallelTerminationStrategy: PID 110 died...
22:51:23.553065 run  osmo-ms-virt-phy/00075(pid=110): Terminated: ok {rc=0}
22:51:23.560018 ---      ParallelTerminationStrategy: PID 111 died...
22:51:23.562830 run  osmo-ms-virt-phy/00076(pid=111): Terminated: ok {rc=0}
22:51:23.569764 ---      ParallelTerminationStrategy: PID 112 died...
22:51:23.572589 run  osmo-ms-virt-phy/00077(pid=112): Terminated: ok {rc=0}
22:51:23.579449 ---      ParallelTerminationStrategy: PID 113 died...
22:51:23.582306 run  osmo-ms-virt-phy/00078(pid=113): Terminated: ok {rc=0}
22:51:23.589620 ---      ParallelTerminationStrategy: PID 114 died...
22:51:23.593320 run  osmo-ms-virt-phy/00079(pid=114): Terminated: ok {rc=0}
22:51:23.600188 ---      ParallelTerminationStrategy: PID 115 died...
22:51:23.602948 run  osmo-ms-virt-phy/00080(pid=115): Terminated: ok {rc=0}
22:51:23.609851 ---      ParallelTerminationStrategy: PID 116 died...
22:51:23.612670 run  osmo-ms-virt-phy/00081(pid=116): Terminated: ok {rc=0}
22:51:23.619583 ---      ParallelTerminationStrategy: PID 117 died...
22:51:23.622441 run  osmo-ms-virt-phy/00082(pid=117): Terminated: ok {rc=0}
22:51:23.629386 ---      ParallelTerminationStrategy: PID 118 died...
22:51:23.632206 run  osmo-ms-virt-phy/00083(pid=118): Terminated: ok {rc=0}
22:51:23.639171 ---      ParallelTerminationStrategy: PID 119 died...
22:51:23.641999 run  osmo-ms-virt-phy/00084(pid=119): Terminated: ok {rc=0}
22:51:23.650832 ---      ParallelTerminationStrategy: PID 120 died...
22:51:23.653698 run  osmo-ms-virt-phy/00085(pid=120): Terminated: ok {rc=0}
22:51:23.660665 ---      ParallelTerminationStrategy: PID 121 died...
22:51:23.663509 run  osmo-ms-virt-phy/00086(pid=121): Terminated: ok {rc=0}
22:51:23.670493 ---      ParallelTerminationStrategy: PID 122 died...
22:51:23.673380 run  osmo-ms-virt-phy/00087(pid=122): Terminated: ok {rc=0}
22:51:23.680399 ---      ParallelTerminationStrategy: PID 123 died...
22:51:23.683274 run  osmo-ms-virt-phy/00088(pid=123): Terminated: ok {rc=0}
22:51:23.690273 ---      ParallelTerminationStrategy: PID 124 died...
22:51:23.693152 run  osmo-ms-virt-phy/00089(pid=124): Terminated: ok {rc=0}
22:51:23.700053 ---      ParallelTerminationStrategy: PID 125 died...
22:51:23.702911 run  osmo-ms-virt-phy/00090(pid=125): Terminated: ok {rc=0}
22:51:23.709878 ---      ParallelTerminationStrategy: PID 126 died...
22:51:23.712709 run  osmo-ms-virt-phy/00091(pid=126): Terminated: ok {rc=0}
22:51:23.719651 ---      ParallelTerminationStrategy: PID 127 died...
22:51:23.722511 run  osmo-ms-virt-phy/00092(pid=127): Terminated: ok {rc=0}
22:51:23.729532 ---      ParallelTerminationStrategy: PID 128 died...
22:51:23.732371 run  osmo-ms-virt-phy/00093(pid=128): Terminated: ok {rc=0}
22:51:23.739326 ---      ParallelTerminationStrategy: PID 129 died...
22:51:23.742167 run  osmo-ms-virt-phy/00094(pid=129): Terminated: ok {rc=0}
22:51:23.749075 ---      ParallelTerminationStrategy: PID 130 died...
22:51:23.751912 run  osmo-ms-virt-phy/00095(pid=130): Terminated: ok {rc=0}
22:51:23.758820 ---      ParallelTerminationStrategy: PID 131 died...
22:51:23.761729 run  osmo-ms-virt-phy/00096(pid=131): Terminated: ok {rc=0}
22:51:23.768705 ---      ParallelTerminationStrategy: PID 132 died...
22:51:23.771549 run  osmo-ms-virt-phy/00097(pid=132): Terminated: ok {rc=0}
22:51:23.779358 ---      ParallelTerminationStrategy: PID 133 died...
22:51:23.782226 run  osmo-ms-virt-phy/00098(pid=133): Terminated: ok {rc=0}
22:51:23.789230 ---      ParallelTerminationStrategy: PID 134 died...
22:51:23.792053 run  osmo-ms-virt-phy/00099(pid=134): Terminated: ok {rc=0}
22:51:23.799065 ---      ParallelTerminationStrategy: PID 135 died...
22:51:23.801925 run       osmo-ms-mob/00000(pid=135): Terminated {rc=26112}
22:51:23.808908 ---      ParallelTerminationStrategy: PID 136 died...
22:51:23.811767 run       osmo-ms-mob/00001(pid=136): Terminated {rc=26112}
22:51:23.818760 ---      ParallelTerminationStrategy: PID 137 died...
22:51:23.821593 run       osmo-ms-mob/00002(pid=137): Terminated {rc=26112}
22:51:23.828667 ---      ParallelTerminationStrategy: PID 138 died...
22:51:23.831579 run       osmo-ms-mob/00003(pid=138): Terminated {rc=26112}
22:51:23.838627 ---      ParallelTerminationStrategy: PID 139 died...
22:51:23.841452 run       osmo-ms-mob/00004(pid=139): Terminated {rc=26112}
22:51:23.848374 ---      ParallelTerminationStrategy: PID 140 died...
22:51:23.851203 run       osmo-ms-mob/00005(pid=140): Terminated {rc=26112}
22:51:23.858210 ---      ParallelTerminationStrategy: PID 141 died...
22:51:23.861017 run       osmo-ms-mob/00006(pid=141): Terminated {rc=26112}
22:51:23.867950 ---      ParallelTerminationStrategy: PID 142 died...
22:51:23.870729 run       osmo-ms-mob/00007(pid=142): Terminated {rc=26112}
22:51:23.877637 ---      ParallelTerminationStrategy: PID 143 died...
22:51:23.880422 run       osmo-ms-mob/00008(pid=143): Terminated {rc=26112}
22:51:23.887324 ---      ParallelTerminationStrategy: PID 144 died...
22:51:23.890104 run       osmo-ms-mob/00009(pid=144): Terminated {rc=26112}
22:51:23.897079 ---      ParallelTerminationStrategy: PID 145 died...
22:51:23.899863 run       osmo-ms-mob/00010(pid=145): Terminated {rc=26112}
22:51:23.906752 ---      ParallelTerminationStrategy: PID 146 died...
22:51:23.909518 run       osmo-ms-mob/00011(pid=146): Terminated {rc=26112}
22:51:23.916398 ---      ParallelTerminationStrategy: PID 147 died...
22:51:23.919203 run       osmo-ms-mob/00012(pid=147): Terminated {rc=26112}
22:51:23.926091 ---      ParallelTerminationStrategy: PID 148 died...
22:51:23.928944 run       osmo-ms-mob/00013(pid=148): Terminated {rc=26112}
22:51:23.935857 ---      ParallelTerminationStrategy: PID 149 died...
22:51:23.938715 run       osmo-ms-mob/00014(pid=149): Terminated {rc=26112}
22:51:23.945712 ---      ParallelTerminationStrategy: PID 150 died...
22:51:23.948560 run       osmo-ms-mob/00015(pid=150): Terminated {rc=26112}
22:51:23.955534 ---      ParallelTerminationStrategy: PID 151 died...
22:51:23.958403 run       osmo-ms-mob/00016(pid=151): Terminated {rc=26112}
22:51:23.965470 ---      ParallelTerminationStrategy: PID 152 died...
22:51:23.968351 run       osmo-ms-mob/00017(pid=152): Terminated {rc=26112}
22:51:23.975362 ---      ParallelTerminationStrategy: PID 153 died...
22:51:23.978248 run       osmo-ms-mob/00018(pid=153): Terminated {rc=26112}
22:51:23.985195 ---      ParallelTerminationStrategy: PID 154 died...
22:51:23.988088 run       osmo-ms-mob/00019(pid=154): Terminated {rc=26112}
22:51:23.995023 ---      ParallelTerminationStrategy: PID 155 died...
22:51:23.997876 run       osmo-ms-mob/00020(pid=155): Terminated {rc=26112}
22:51:24.004844 ---      ParallelTerminationStrategy: PID 156 died...
22:51:24.007744 run       osmo-ms-mob/00021(pid=156): Terminated {rc=26112}
22:51:24.014661 ---      ParallelTerminationStrategy: PID 157 died...
22:51:24.017540 run       osmo-ms-mob/00022(pid=157): Terminated {rc=26112}
22:51:24.024514 ---      ParallelTerminationStrategy: PID 158 died...
22:51:24.027403 run       osmo-ms-mob/00023(pid=158): Terminated {rc=26112}
22:51:24.034337 ---      ParallelTerminationStrategy: PID 159 died...
22:51:24.037251 run       osmo-ms-mob/00024(pid=159): Terminated {rc=26112}
22:51:24.044377 ---      ParallelTerminationStrategy: PID 160 died...
22:51:24.047241 run       osmo-ms-mob/00025(pid=160): Terminated {rc=26112}
22:51:24.054236 ---      ParallelTerminationStrategy: PID 161 died...
22:51:24.057134 run       osmo-ms-mob/00026(pid=161): Terminated {rc=26112}
22:51:24.064144 ---      ParallelTerminationStrategy: PID 162 died...
22:51:24.067063 run       osmo-ms-mob/00027(pid=162): Terminated {rc=26112}
22:51:24.074200 ---      ParallelTerminationStrategy: PID 163 died...
22:51:24.077110 run       osmo-ms-mob/00028(pid=163): Terminated {rc=26112}
22:51:24.084185 ---      ParallelTerminationStrategy: PID 164 died...
22:51:24.087017 run       osmo-ms-mob/00029(pid=164): Terminated {rc=26112}
22:51:24.094170 ---      ParallelTerminationStrategy: PID 165 died...
22:51:24.097043 run       osmo-ms-mob/00030(pid=165): Terminated {rc=26112}
22:51:24.104013 ---      ParallelTerminationStrategy: PID 166 died...
22:51:24.106810 run       osmo-ms-mob/00031(pid=166): Terminated {rc=26112}
22:51:24.113875 ---      ParallelTerminationStrategy: PID 167 died...
22:51:24.116717 run       osmo-ms-mob/00032(pid=167): Terminated {rc=26112}
22:51:24.123671 ---      ParallelTerminationStrategy: PID 168 died...
22:51:24.126458 run       osmo-ms-mob/00033(pid=168): Terminated {rc=26112}
22:51:24.133400 ---      ParallelTerminationStrategy: PID 169 died...
22:51:24.136212 run       osmo-ms-mob/00034(pid=169): Terminated {rc=26112}
22:51:24.143035 ---      ParallelTerminationStrategy: PID 170 died...
22:51:24.145795 run       osmo-ms-mob/00035(pid=170): Terminated {rc=26112}
22:51:24.152681 ---      ParallelTerminationStrategy: PID 171 died...
22:51:24.155454 run       osmo-ms-mob/00036(pid=171): Terminated {rc=26112}
22:51:24.162315 ---      ParallelTerminationStrategy: PID 172 died...
22:51:24.165112 run       osmo-ms-mob/00037(pid=172): Terminated {rc=26112}
22:51:24.172042 ---      ParallelTerminationStrategy: PID 173 died...
22:51:24.174841 run       osmo-ms-mob/00038(pid=173): Terminated {rc=26112}
22:51:24.181741 ---      ParallelTerminationStrategy: PID 174 died...
22:51:24.184548 run       osmo-ms-mob/00039(pid=174): Terminated {rc=26112}
22:51:24.191438 ---      ParallelTerminationStrategy: PID 175 died...
22:51:24.194241 run       osmo-ms-mob/00040(pid=175): Terminated {rc=26112}
22:51:24.201156 ---      ParallelTerminationStrategy: PID 176 died...
22:51:24.203964 run       osmo-ms-mob/00041(pid=176): Terminated {rc=26112}
22:51:24.210896 ---      ParallelTerminationStrategy: PID 177 died...
22:51:24.213715 run       osmo-ms-mob/00042(pid=177): Terminated {rc=26112}
22:51:24.220731 ---      ParallelTerminationStrategy: PID 178 died...
22:51:24.223573 run       osmo-ms-mob/00043(pid=178): Terminated {rc=26112}
22:51:24.232352 ---      ParallelTerminationStrategy: PID 179 died...
22:51:24.235306 run       osmo-ms-mob/00044(pid=179): Terminated {rc=26112}
22:51:24.242328 ---      ParallelTerminationStrategy: PID 180 died...
22:51:24.245163 run       osmo-ms-mob/00045(pid=180): Terminated {rc=26112}
22:51:24.252183 ---      ParallelTerminationStrategy: PID 181 died...
22:51:24.254987 run       osmo-ms-mob/00046(pid=181): Terminated {rc=26112}
22:51:24.261934 ---      ParallelTerminationStrategy: PID 182 died...
22:51:24.264725 run       osmo-ms-mob/00047(pid=182): Terminated {rc=26112}
22:51:24.271638 ---      ParallelTerminationStrategy: PID 183 died...
22:51:24.274436 run       osmo-ms-mob/00048(pid=183): Terminated {rc=26112}
22:51:24.281351 ---      ParallelTerminationStrategy: PID 184 died...
22:51:24.284160 run       osmo-ms-mob/00049(pid=184): Terminated {rc=26112}
22:51:24.291024 ---      ParallelTerminationStrategy: PID 185 died...
22:51:24.293802 run       osmo-ms-mob/00050(pid=185): Terminated {rc=26112}
22:51:24.300640 ---      ParallelTerminationStrategy: PID 186 died...
22:51:24.303459 run       osmo-ms-mob/00051(pid=186): Terminated {rc=26112}
22:51:24.310381 ---      ParallelTerminationStrategy: PID 187 died...
22:51:24.313575 run       osmo-ms-mob/00052(pid=187): Terminated {rc=26112}
22:51:24.327427 ---      ParallelTerminationStrategy: PID 188 died...
22:51:24.330972 run       osmo-ms-mob/00053(pid=188): Terminated {rc=26112}
22:51:24.337944 ---      ParallelTerminationStrategy: PID 189 died...
22:51:24.340829 run       osmo-ms-mob/00054(pid=189): Terminated {rc=26112}
22:51:24.347834 ---      ParallelTerminationStrategy: PID 190 died...
22:51:24.350672 run       osmo-ms-mob/00055(pid=190): Terminated {rc=26112}
22:51:24.357757 ---      ParallelTerminationStrategy: PID 191 died...
22:51:24.360643 run       osmo-ms-mob/00056(pid=191): Terminated {rc=26112}
22:51:24.367685 ---      ParallelTerminationStrategy: PID 192 died...
22:51:24.370546 run       osmo-ms-mob/00057(pid=192): Terminated {rc=26112}
22:51:24.377660 ---      ParallelTerminationStrategy: PID 193 died...
22:51:24.380517 run       osmo-ms-mob/00058(pid=193): Terminated {rc=26112}
22:51:24.387628 ---      ParallelTerminationStrategy: PID 194 died...
22:51:24.390487 run       osmo-ms-mob/00059(pid=194): Terminated {rc=26112}
22:51:24.397544 ---      ParallelTerminationStrategy: PID 195 died...
22:51:24.400424 run       osmo-ms-mob/00060(pid=195): Terminated {rc=26112}
22:51:24.407568 ---      ParallelTerminationStrategy: PID 196 died...
22:51:24.410437 run       osmo-ms-mob/00061(pid=196): Terminated {rc=26112}
22:51:24.417587 ---      ParallelTerminationStrategy: PID 197 died...
22:51:24.420500 run       osmo-ms-mob/00062(pid=197): Terminated {rc=26112}
22:51:24.427663 ---      ParallelTerminationStrategy: PID 198 died...
22:51:24.430588 run       osmo-ms-mob/00063(pid=198): Terminated {rc=26112}
22:51:24.437668 ---      ParallelTerminationStrategy: PID 199 died...
22:51:24.440552 run       osmo-ms-mob/00064(pid=199): Terminated {rc=26112}
22:51:24.447603 ---      ParallelTerminationStrategy: PID 200 died...
22:51:24.450442 run       osmo-ms-mob/00065(pid=200): Terminated {rc=26112}
22:51:24.457515 ---      ParallelTerminationStrategy: PID 201 died...
22:51:24.460389 run       osmo-ms-mob/00066(pid=201): Terminated {rc=26112}
22:51:24.467619 ---      ParallelTerminationStrategy: PID 202 died...
22:51:24.470524 run       osmo-ms-mob/00067(pid=202): Terminated {rc=26112}
22:51:24.477697 ---      ParallelTerminationStrategy: PID 203 died...
22:51:24.480599 run       osmo-ms-mob/00068(pid=203): Terminated {rc=26112}
22:51:24.487753 ---      ParallelTerminationStrategy: PID 204 died...
22:51:24.490647 run       osmo-ms-mob/00069(pid=204): Terminated {rc=26112}
22:51:24.497851 ---      ParallelTerminationStrategy: PID 205 died...
22:51:24.500739 run       osmo-ms-mob/00070(pid=205): Terminated {rc=26112}
22:51:24.507856 ---      ParallelTerminationStrategy: PID 206 died...
22:51:24.510732 run       osmo-ms-mob/00071(pid=206): Terminated {rc=26112}
22:51:24.517853 ---      ParallelTerminationStrategy: PID 207 died...
22:51:24.520809 run       osmo-ms-mob/00072(pid=207): Terminated {rc=26112}
22:51:24.528030 ---      ParallelTerminationStrategy: PID 208 died...
22:51:24.530981 run       osmo-ms-mob/00073(pid=208): Terminated {rc=26112}
22:51:24.538148 ---      ParallelTerminationStrategy: PID 209 died...
22:51:24.541112 run       osmo-ms-mob/00074(pid=209): Terminated {rc=26112}
22:51:24.548645 ---      ParallelTerminationStrategy: PID 210 died...
22:51:24.551571 run       osmo-ms-mob/00075(pid=210): Terminated {rc=26112}
22:51:24.558691 ---      ParallelTerminationStrategy: PID 211 died...
22:51:24.561585 run       osmo-ms-mob/00076(pid=211): Terminated {rc=26112}
22:51:24.568642 ---      ParallelTerminationStrategy: PID 212 died...
22:51:24.571499 run       osmo-ms-mob/00077(pid=212): Terminated {rc=26112}
22:51:24.578568 ---      ParallelTerminationStrategy: PID 213 died...
22:51:24.581437 run       osmo-ms-mob/00078(pid=213): Terminated {rc=26112}
22:51:24.588525 ---      ParallelTerminationStrategy: PID 214 died...
22:51:24.591404 run       osmo-ms-mob/00079(pid=214): Terminated {rc=26112}
22:51:24.598550 ---      ParallelTerminationStrategy: PID 215 died...
22:51:24.601433 run       osmo-ms-mob/00080(pid=215): Terminated {rc=26112}
22:51:24.608552 ---      ParallelTerminationStrategy: PID 216 died...
22:51:24.611413 run       osmo-ms-mob/00081(pid=216): Terminated {rc=26112}
22:51:24.618558 ---      ParallelTerminationStrategy: PID 217 died...
22:51:24.621449 run       osmo-ms-mob/00082(pid=217): Terminated {rc=26112}
22:51:24.628602 ---      ParallelTerminationStrategy: PID 218 died...
22:51:24.631506 run       osmo-ms-mob/00083(pid=218): Terminated {rc=26112}
22:51:24.638652 ---      ParallelTerminationStrategy: PID 219 died...
22:51:24.641549 run       osmo-ms-mob/00084(pid=219): Terminated {rc=26112}
22:51:24.648708 ---      ParallelTerminationStrategy: PID 220 died...
22:51:24.651611 run       osmo-ms-mob/00085(pid=220): Terminated {rc=26112}
22:51:24.658749 ---      ParallelTerminationStrategy: PID 221 died...
22:51:24.661666 run       osmo-ms-mob/00086(pid=221): Terminated {rc=26112}
22:51:24.668778 ---      ParallelTerminationStrategy: PID 222 died...
22:51:24.671720 run       osmo-ms-mob/00087(pid=222): Terminated {rc=26112}
22:51:24.679072 ---      ParallelTerminationStrategy: PID 223 died...
22:51:24.681932 run       osmo-ms-mob/00088(pid=223): Terminated {rc=26112}
22:51:24.689037 ---      ParallelTerminationStrategy: PID 224 died...
22:51:24.691937 run       osmo-ms-mob/00089(pid=224): Terminated {rc=26112}
22:51:24.699061 ---      ParallelTerminationStrategy: PID 225 died...
22:51:24.701973 run       osmo-ms-mob/00090(pid=225): Terminated {rc=26112}
22:51:24.709135 ---      ParallelTerminationStrategy: PID 226 died...
22:51:24.712165 run       osmo-ms-mob/00091(pid=226): Terminated {rc=26112}
22:51:24.719347 ---      ParallelTerminationStrategy: PID 227 died...
22:51:24.723873 run       osmo-ms-mob/00092(pid=227): Terminated {rc=26112}
22:51:24.731386 ---      ParallelTerminationStrategy: PID 228 died...
22:51:24.734349 run       osmo-ms-mob/00093(pid=228): Terminated {rc=26112}
22:51:24.741557 ---      ParallelTerminationStrategy: PID 229 died...
22:51:24.744515 run       osmo-ms-mob/00094(pid=229): Terminated {rc=26112}
22:51:24.751786 ---      ParallelTerminationStrategy: PID 230 died...
22:51:24.754708 run       osmo-ms-mob/00095(pid=230): Terminated {rc=26112}
22:51:24.761948 ---      ParallelTerminationStrategy: PID 231 died...
22:51:24.764961 run       osmo-ms-mob/00096(pid=231): Terminated {rc=26112}
22:51:24.772255 ---      ParallelTerminationStrategy: PID 232 died...
22:51:24.775189 run       osmo-ms-mob/00097(pid=232): Terminated {rc=26112}
22:51:24.782372 ---      ParallelTerminationStrategy: PID 233 died...
22:51:24.785282 run       osmo-ms-mob/00098(pid=233): Terminated {rc=26112}
22:51:24.792470 ---      ParallelTerminationStrategy: PID 234 died...
22:51:24.795412 run       osmo-ms-mob/00099(pid=234): Terminated {rc=26112}
22:51:26.815846 ---      ParallelTerminationStrategy: PID 34 died...
22:51:26.821439 run         osmo-bts-virtual(pid=34): Terminated: ok {rc=0}
---------------------------------------------------------------------
trial-7811 netreg_mass PASS
---------------------------------------------------------------------
22:51:26.956223 tst                       trial-7811: Storing JUnit report in /build/trial-7811/run.2024-12-11_22-49-56/trial-7811.xml

--------------------------------------------------------------------------------------------
trial-7811 PASS
--------------------------------------------------------------------------------------------
22:51:26.989582 tst                       trial-7811: trial-7811: PASS, 1 suites passed
PASS: netreg_mass (pass: 1)
    pass: register_default_mass.py (84.2 sec)
+ exit_code=0
+ rm -rf trial-7811/inst
+ cd trial-7811
+ command -v journalctl
+ [ ! -z /usr/bin/journalctl ]
+ readlink last_run
+ journalctl -u ofono -o short-precise --since 2024-12-11 22:49:56
No journal files were found.
+ readlink last_run
+ tar czf /build/trial-7811-run.tgz run.2024-12-11_22-49-56
+ tar czf /build/trial-7811-bin.tgz checksums.md5 open5gs.build-8.tgz osmo-bsc.build-2024-12-11_13_27_11.tgz osmo-bts-oc2g.build-2024-12-11_00_51_52.tgz osmo-bts-sysmo.build-2024-12-11_00_52_16.tgz osmo-bts.build-2024-12-11_00_53_11.tgz osmo-ggsn.build-2024-12-11_20_43_05.tgz osmo-hlr.build-2024-12-11_16_37_41.tgz osmo-hnbgw.build-2024-12-11_14_14_24.tgz osmo-mgw.build-2024-12-11_08_33_36.tgz osmo-msc.build-2024-12-11_13_35_44.tgz osmo-nitb.build-17155.tgz osmo-pcu-oc2g.build-2024-12-11_07_41_22.tgz osmo-pcu-sysmo.build-2024-12-11_07_40_35.tgz osmo-pcu.build-2024-12-11_07_41_26.tgz osmo-sgsn.build-2024-12-11_20_50_37.tgz osmo-stp.build-2024-12-11_13_26_25.tgz osmo-trx.build-2024-12-11_14_26_47.tgz osmocom-bb.build-2024-12-11_21_18_19.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