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/jenkins7254709484756508169.sh
+ rm -rf trial-7807-bin.tgz trial-7807-run.tgz *.md5
Copied 2 artifacts from "osmo-gsm-tester_build-osmo-bsc" build number 23346
Copied 2 artifacts from "osmo-gsm-tester_build-osmo-bts" build number 10281
Copied 2 artifacts from "osmo-gsm-tester_build-osmo-ggsn" build number 9287
Copied 2 artifacts from "osmo-gsm-tester_build-osmo-hlr" build number 12103
Copied 2 artifacts from "osmo-gsm-tester_build-osmo-mgw" build number 12403
Copied 2 artifacts from "osmo-gsm-tester_build-osmo-hnbgw" build number 10412
Copied 2 artifacts from "osmo-gsm-tester_build-osmo-msc" build number 37981
Copied 2 artifacts from "osmo-gsm-tester_build-osmo-pcu" build number 6828
Copied 2 artifacts from "osmo-gsm-tester_build-osmo-sgsn" build number 39741
Copied 2 artifacts from "osmo-gsm-tester_build-osmo-trx" build number 7247
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 12683
Copied 2 artifacts from "osmo-gsm-tester_build-osmocom-bb" build number 6695
Copied 2 artifacts from "osmo-gsm-tester_build-osmo-bts-sysmo" build number 10805
Copied 2 artifacts from "osmo-gsm-tester_build-osmo-pcu-sysmo" build number 6868
Copied 2 artifacts from "osmo-gsm-tester_build-osmo-bts-oc2g" build number 8303
Copied 2 artifacts from "osmo-gsm-tester_build-osmo-pcu-oc2g" build number 5587
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 6695
[osmo-gsm-tester_virtual] $ /bin/sh -xe /tmp/jenkins7491900025631096534.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-7807
+ 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.4s

#10 [ 5/28] RUN	APT-GET update && 	apt-get install -y --no-install-recommends 		cpio 		dbus 		tcpdump 		sqlite3 		python3 		python3-setuptools 		python3-yaml 		python3-mako 		python3-gi 		python3-numpy 		python3-wheel 		python3-watchdog 		ofono 		patchelf 		rpm2cpio 		sudo 		libcap2-bin 		python3-pip 		udhcpc 		iperf3 		locales
#10 0.340 Hit:1 http://deb.debian.org/debian bookworm InRelease
#10 0.340 Get:2 http://deb.debian.org/debian bookworm-updates InRelease [55.4 kB]
#10 0.344 Get:3 http://deb.debian.org/debian-security bookworm-security InRelease [48.0 kB]
#10 0.468 Hit:4 https://downloads.osmocom.org/packages/osmocom:/nightly/Debian_12 ./ InRelease
#10 0.623 Fetched 103 kB in 0s (329 kB/s)
#10 0.623 Reading package lists...
#10 1.030 Reading package lists...
#10 1.450 Building dependency tree...
#10 1.552 Reading state information...
#10 1.647 dbus is already the newest version (1.14.10-1~deb12u1).
#10 1.647 tcpdump is already the newest version (4.99.3-1).
#10 1.647 sqlite3 is already the newest version (3.40.1-2+deb12u1).
#10 1.647 python3 is already the newest version (3.11.2-1+b1).
#10 1.647 python3-setuptools is already the newest version (66.1.1-1).
#10 1.647 python3-yaml is already the newest version (6.0-3+b2).
#10 1.647 python3-mako is already the newest version (1.2.4+ds-1).
#10 1.647 python3-gi is already the newest version (3.42.2-3+b1).
#10 1.647 python3-wheel is already the newest version (0.38.4-2).
#10 1.647 python3-wheel set to manually installed.
#10 1.647 ofono is already the newest version (1.31-3+b1).
#10 1.647 patchelf is already the newest version (0.14.3-1+b1).
#10 1.647 sudo is already the newest version (1.9.13p3-1+deb12u1).
#10 1.647 libcap2-bin is already the newest version (1:2.66-4).
#10 1.647 libcap2-bin set to manually installed.
#10 1.647 python3-pip is already the newest version (23.0.1+dfsg-1).
#10 1.647 locales is already the newest version (2.36-9+deb12u9).
#10 1.647 The following additional packages will be installed:
#10 1.648   busybox libblas3 libiperf0 liblapack3 librpm9 librpmio9 rpm-common
#10 1.648 Suggested packages:
#10 1.648   libarchive-dev gfortran python3-pytest rpm-i18n
#10 1.725 The following NEW packages will be installed:
#10 1.725   busybox cpio iperf3 libblas3 libiperf0 liblapack3 librpm9 librpmio9
#10 1.725   python3-numpy python3-watchdog rpm-common rpm2cpio udhcpc
#10 1.751 0 upgraded, 13 newly installed, 0 to remove and 2 not upgraded.
#10 1.751 Need to get 14.8 MB of archives.
#10 1.751 After this operation, 45.5 MB of additional disk space will be used.
#10 1.751 Get:1 http://deb.debian.org/debian bookworm/main amd64 libiperf0 amd64 3.12-1+deb12u1 [91.2 kB]
#10 1.769 Get:2 http://deb.debian.org/debian bookworm/main amd64 iperf3 amd64 3.12-1+deb12u1 [33.9 kB]
#10 1.771 Get:3 http://deb.debian.org/debian bookworm/main amd64 cpio amd64 2.13+dfsg-7.1 [245 kB]
#10 1.778 Get:4 http://deb.debian.org/debian bookworm/main amd64 busybox amd64 1:1.35.0-4+b3 [452 kB]
#10 1.784 Get:5 http://deb.debian.org/debian bookworm/main amd64 libblas3 amd64 3.11.0-2 [149 kB]
#10 1.785 Get:6 http://deb.debian.org/debian bookworm/main amd64 liblapack3 amd64 3.11.0-2 [2323 kB]
#10 1.814 Get:7 http://deb.debian.org/debian bookworm/main amd64 librpmio9 amd64 4.18.0+dfsg-1+deb12u1 [1625 kB]
#10 1.822 Get:8 http://deb.debian.org/debian bookworm/main amd64 librpm9 amd64 4.18.0+dfsg-1+deb12u1 [1720 kB]
#10 1.834 Get:9 http://deb.debian.org/debian bookworm/main amd64 python3-numpy amd64 1:1.24.2-1+deb12u1 [4960 kB]
#10 1.882 Get:10 http://deb.debian.org/debian bookworm/main amd64 python3-watchdog all 2.2.1-1 [124 kB]
#10 1.883 Get:11 http://deb.debian.org/debian bookworm/main amd64 rpm-common amd64 4.18.0+dfsg-1+deb12u1 [1571 kB]
#10 1.892 Get:12 http://deb.debian.org/debian bookworm/main amd64 rpm2cpio amd64 4.18.0+dfsg-1+deb12u1 [1547 kB]
#10 1.906 Get:13 http://deb.debian.org/debian bookworm/main amd64 udhcpc amd64 1:1.35.0-4+b3 [6284 B]
#10 2.048 debconf: delaying package configuration, since apt-utils is not installed
#10 2.089 Fetched 14.8 MB in 0s (84.3 MB/s)
#10 2.125 Selecting previously unselected package libiperf0:amd64.
#10 2.125 (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.172 Preparing to unpack .../00-libiperf0_3.12-1+deb12u1_amd64.deb ...
#10 2.179 Unpacking libiperf0:amd64 (3.12-1+deb12u1) ...
#10 2.241 Selecting previously unselected package iperf3.
#10 2.249 Preparing to unpack .../01-iperf3_3.12-1+deb12u1_amd64.deb ...
#10 2.255 Unpacking iperf3 (3.12-1+deb12u1) ...
#10 2.303 Selecting previously unselected package cpio.
#10 2.310 Preparing to unpack .../02-cpio_2.13+dfsg-7.1_amd64.deb ...
#10 2.314 Unpacking cpio (2.13+dfsg-7.1) ...
#10 2.393 Selecting previously unselected package busybox.
#10 2.401 Preparing to unpack .../03-busybox_1%3a1.35.0-4+b3_amd64.deb ...
#10 2.404 Unpacking busybox (1:1.35.0-4+b3) ...
#10 2.479 Selecting previously unselected package libblas3:amd64.
#10 2.488 Preparing to unpack .../04-libblas3_3.11.0-2_amd64.deb ...
#10 2.493 Unpacking libblas3:amd64 (3.11.0-2) ...
#10 2.553 Selecting previously unselected package liblapack3:amd64.
#10 2.563 Preparing to unpack .../05-liblapack3_3.11.0-2_amd64.deb ...
#10 2.568 Unpacking liblapack3:amd64 (3.11.0-2) ...
#10 2.750 Selecting previously unselected package librpmio9.
#10 2.759 Preparing to unpack .../06-librpmio9_4.18.0+dfsg-1+deb12u1_amd64.deb ...
#10 2.762 Unpacking librpmio9 (4.18.0+dfsg-1+deb12u1) ...
#10 2.821 Selecting previously unselected package librpm9.
#10 2.827 Preparing to unpack .../07-librpm9_4.18.0+dfsg-1+deb12u1_amd64.deb ...
#10 2.831 Unpacking librpm9 (4.18.0+dfsg-1+deb12u1) ...
#10 2.896 Selecting previously unselected package python3-numpy.
#10 2.905 Preparing to unpack .../08-python3-numpy_1%3a1.24.2-1+deb12u1_amd64.deb ...
#10 2.909 Unpacking python3-numpy (1:1.24.2-1+deb12u1) ...
#10 3.249 Selecting previously unselected package python3-watchdog.
#10 3.257 Preparing to unpack .../09-python3-watchdog_2.2.1-1_all.deb ...
#10 3.261 Unpacking python3-watchdog (2.2.1-1) ...
#10 3.320 Selecting previously unselected package rpm-common.
#10 3.328 Preparing to unpack .../10-rpm-common_4.18.0+dfsg-1+deb12u1_amd64.deb ...
#10 3.331 Unpacking rpm-common (4.18.0+dfsg-1+deb12u1) ...
#10 3.398 Selecting previously unselected package rpm2cpio.
#10 3.410 Preparing to unpack .../11-rpm2cpio_4.18.0+dfsg-1+deb12u1_amd64.deb ...
#10 3.413 Unpacking rpm2cpio (4.18.0+dfsg-1+deb12u1) ...
#10 3.462 Selecting previously unselected package udhcpc:amd64.
#10 3.470 Preparing to unpack .../12-udhcpc_1%3a1.35.0-4+b3_amd64.deb ...
#10 3.476 Unpacking udhcpc:amd64 (1:1.35.0-4+b3) ...
#10 3.539 Setting up cpio (2.13+dfsg-7.1) ...
#10 3.558 update-alternatives: using /bin/mt-gnu to provide /bin/mt (mt) in auto mode
#10 3.558 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.564 Setting up python3-watchdog (2.2.1-1) ...
#10 3.714 Setting up busybox (1:1.35.0-4+b3) ...
#10 3.724 Setting up libblas3:amd64 (3.11.0-2) ...
#10 3.735 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 3.741 Setting up libiperf0:amd64 (3.12-1+deb12u1) ...
#10 3.752 Setting up udhcpc:amd64 (1:1.35.0-4+b3) ...
#10 3.765 Setting up librpmio9 (4.18.0+dfsg-1+deb12u1) ...
#10 3.776 Setting up librpm9 (4.18.0+dfsg-1+deb12u1) ...
#10 3.786 Setting up liblapack3:amd64 (3.11.0-2) ...
#10 3.796 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 3.803 Setting up iperf3 (3.12-1+deb12u1) ...
#10 3.880 debconf: unable to initialize frontend: Dialog
#10 3.880 debconf: (TERM is not set, so the dialog frontend is not usable.)
#10 3.880 debconf: falling back to frontend: Readline
#10 3.888 debconf: unable to initialize frontend: Readline
#10 3.888 debconf: (This frontend requires a controlling tty.)
#10 3.888 debconf: falling back to frontend: Teletype
#10 3.897 Configuring iperf3
#10 3.897 ------------------
#10 3.897 
#10 3.897 Choose this option if Iperf3 should start automatically as a daemon, now and at 
#10 3.897 boot time.
#10 3.897 
#10 3.898 Start Iperf3 as a daemon automatically? [yes/no] 
#10 3.898 Use of uninitialized value $_[1] in join or string at /usr/share/perl5/Debconf/DbDriver/Stack.pm line 111.
#10 3.977 invoke-rc.d: could not determine current runlevel
#10 3.980 invoke-rc.d: policy-rc.d denied execution of stop.
#10 4.084 Use of uninitialized value $val in substitution (s///) at /usr/share/perl5/Debconf/Format/822.pm line 83, <GEN6> line 1.
#10 4.084 Use of uninitialized value $val in concatenation (.) or string at /usr/share/perl5/Debconf/Format/822.pm line 84, <GEN6> line 1.
#10 4.103 Setting up rpm-common (4.18.0+dfsg-1+deb12u1) ...
#10 4.116 Setting up python3-numpy (1:1.24.2-1+deb12u1) ...
#10 5.250 Setting up rpm2cpio (4.18.0+dfsg-1+deb12u1) ...
#10 5.261 Processing triggers for man-db (2.11.2-2) ...
#10 5.278 Processing triggers for dbus (1.14.10-1~deb12u1) ...
#10 5.286 Processing triggers for libc-bin (2.36-9+deb12u9) ...
#10 DONE 5.4s

#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.741 Collecting smpplib
#11 0.741   Cloning https://github.com/podshumok/python-smpplib.git (to revision master) to /tmp/pip-install-ak4jxgys/smpplib_61110370efae4bb5b32315c5509b4ca9
#11 0.743   Running command git clone --filter=blob:none --quiet https://github.com/podshumok/python-smpplib.git /tmp/pip-install-ak4jxgys/smpplib_61110370efae4bb5b32315c5509b4ca9
#11 1.529   Resolved https://github.com/podshumok/python-smpplib.git to commit 29e611d20b21c4c6aff55ee867f2355f4c7085c8
#11 1.531   Preparing metadata (setup.py): started
#11 1.751   Preparing metadata (setup.py): finished with status 'done'
#11 1.754 Requirement already satisfied: pydbus in /usr/local/lib/python3.11/dist-packages (0.6.0)
#11 1.755 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.298 Collecting pymongo
#11 2.357   Downloading pymongo-4.10.1-cp311-cp311-manylinux_2_17_x86_64.manylinux2014_x86_64.whl (1.7 MB)
#11 2.462      ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 1.7/1.7 MB 16.0 MB/s eta 0:00:00
#11 2.468 Requirement already satisfied: six in /usr/lib/python3/dist-packages (from smpplib) (1.16.0)
#11 2.521 Collecting dnspython<3.0.0,>=1.16.0
#11 2.530   Downloading dnspython-2.7.0-py3-none-any.whl (313 kB)
#11 2.548      ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 313.6/313.6 kB 19.3 MB/s eta 0:00:00
#11 2.885 Installing collected packages: dnspython, pymongo
#11 3.299 Successfully installed dnspython-2.7.0 pymongo-4.10.1
#11 3.300 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.4s

#12 [ 7/28] RUN	APT-GET update && apt-get install -y openssh-server
#12 0.361 Hit:1 http://deb.debian.org/debian bookworm InRelease
#12 0.361 Hit:2 http://deb.debian.org/debian bookworm-updates InRelease
#12 0.361 Hit:3 http://deb.debian.org/debian-security bookworm-security InRelease
#12 0.376 Hit:4 https://downloads.osmocom.org/packages/osmocom:/nightly/Debian_12 ./ InRelease
#12 0.625 Reading package lists...
#12 1.049 Reading package lists...
#12 1.457 Building dependency tree...
#12 1.556 Reading state information...
#12 1.651 The following additional packages will be installed:
#12 1.652   dbus-user-session libnss-systemd libpam-systemd libxmuu1 ncurses-term
#12 1.652   openssh-sftp-server runit-helper systemd-sysv xauth
#12 1.652 Suggested packages:
#12 1.652   molly-guard monkeysphere ssh-askpass ufw
#12 1.740 The following NEW packages will be installed:
#12 1.740   dbus-user-session libnss-systemd libpam-systemd libxmuu1 ncurses-term
#12 1.741   openssh-server openssh-sftp-server runit-helper systemd-sysv xauth
#12 1.765 0 upgraded, 10 newly installed, 0 to remove and 2 not upgraded.
#12 1.765 Need to get 1598 kB of archives.
#12 1.765 After this operation, 7874 kB of additional disk space will be used.
#12 1.765 Get:1 http://deb.debian.org/debian bookworm/main amd64 systemd-sysv amd64 252.31-1~deb12u1 [42.5 kB]
#12 1.776 Get:2 http://deb.debian.org/debian bookworm/main amd64 openssh-sftp-server amd64 1:9.2p1-2+deb12u3 [65.8 kB]
#12 1.782 Get:3 http://deb.debian.org/debian bookworm/main amd64 runit-helper all 2.15.2 [6520 B]
#12 1.785 Get:4 http://deb.debian.org/debian bookworm/main amd64 openssh-server amd64 1:9.2p1-2+deb12u3 [456 kB]
#12 1.792 Get:5 http://deb.debian.org/debian bookworm/main amd64 libnss-systemd amd64 252.31-1~deb12u1 [163 kB]
#12 1.793 Get:6 http://deb.debian.org/debian bookworm/main amd64 libpam-systemd amd64 252.31-1~deb12u1 [225 kB]
#12 1.795 Get:7 http://deb.debian.org/debian bookworm/main amd64 ncurses-term all 6.4-4 [501 kB]
#12 1.799 Get:8 http://deb.debian.org/debian bookworm/main amd64 dbus-user-session amd64 1.14.10-1~deb12u1 [78.1 kB]
#12 1.800 Get:9 http://deb.debian.org/debian bookworm/main amd64 libxmuu1 amd64 2:1.1.3-3 [23.9 kB]
#12 1.801 Get:10 http://deb.debian.org/debian bookworm/main amd64 xauth amd64 1:1.1.2-1 [36.0 kB]
#12 1.942 debconf: delaying package configuration, since apt-utils is not installed
#12 1.981 Fetched 1598 kB in 0s (28.6 MB/s)
#12 2.010 Selecting previously unselected package systemd-sysv.
#12 2.010 (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.058 Preparing to unpack .../0-systemd-sysv_252.31-1~deb12u1_amd64.deb ...
#12 2.063 Unpacking systemd-sysv (252.31-1~deb12u1) ...
#12 2.109 Selecting previously unselected package openssh-sftp-server.
#12 2.117 Preparing to unpack .../1-openssh-sftp-server_1%3a9.2p1-2+deb12u3_amd64.deb ...
#12 2.122 Unpacking openssh-sftp-server (1:9.2p1-2+deb12u3) ...
#12 2.163 Selecting previously unselected package runit-helper.
#12 2.173 Preparing to unpack .../2-runit-helper_2.15.2_all.deb ...
#12 2.177 Unpacking runit-helper (2.15.2) ...
#12 2.223 Selecting previously unselected package openssh-server.
#12 2.232 Preparing to unpack .../3-openssh-server_1%3a9.2p1-2+deb12u3_amd64.deb ...
#12 2.242 Unpacking openssh-server (1:9.2p1-2+deb12u3) ...
#12 2.324 Selecting previously unselected package libnss-systemd:amd64.
#12 2.332 Preparing to unpack .../4-libnss-systemd_252.31-1~deb12u1_amd64.deb ...
#12 2.343 Unpacking libnss-systemd:amd64 (252.31-1~deb12u1) ...
#12 2.398 Selecting previously unselected package libpam-systemd:amd64.
#12 2.407 Preparing to unpack .../5-libpam-systemd_252.31-1~deb12u1_amd64.deb ...
#12 2.411 Unpacking libpam-systemd:amd64 (252.31-1~deb12u1) ...
#12 2.472 Selecting previously unselected package ncurses-term.
#12 2.481 Preparing to unpack .../6-ncurses-term_6.4-4_all.deb ...
#12 2.486 Unpacking ncurses-term (6.4-4) ...
#12 2.812 Selecting previously unselected package dbus-user-session.
#12 2.822 Preparing to unpack .../7-dbus-user-session_1.14.10-1~deb12u1_amd64.deb ...
#12 2.826 Unpacking dbus-user-session (1.14.10-1~deb12u1) ...
#12 2.875 Selecting previously unselected package libxmuu1:amd64.
#12 2.884 Preparing to unpack .../8-libxmuu1_2%3a1.1.3-3_amd64.deb ...
#12 2.888 Unpacking libxmuu1:amd64 (2:1.1.3-3) ...
#12 2.926 Selecting previously unselected package xauth.
#12 2.933 Preparing to unpack .../9-xauth_1%3a1.1.2-1_amd64.deb ...
#12 2.938 Unpacking xauth (1:1.1.2-1) ...
#12 3.007 Setting up runit-helper (2.15.2) ...
#12 3.018 Setting up openssh-sftp-server (1:9.2p1-2+deb12u3) ...
#12 3.030 Setting up systemd-sysv (252.31-1~deb12u1) ...
#12 3.042 Setting up openssh-server (1:9.2p1-2+deb12u3) ...
#12 3.141 debconf: unable to initialize frontend: Dialog
#12 3.141 debconf: (TERM is not set, so the dialog frontend is not usable.)
#12 3.141 debconf: falling back to frontend: Readline
#12 3.147 debconf: unable to initialize frontend: Readline
#12 3.147 debconf: (This frontend requires a controlling tty.)
#12 3.147 debconf: falling back to frontend: Teletype
#12 3.221 
#12 3.221 Creating config file /etc/ssh/sshd_config with new version
#12 3.255 Creating SSH2 RSA key; this may take some time ...
#12 3.681 3072 SHA256:PQlrtCa0JiNUDiF0ppNCs0kvqTGQCAY2xUyq4Vw5330 root@buildkitsandbox (RSA)
#12 3.684 Creating SSH2 ECDSA key; this may take some time ...
#12 3.694 256 SHA256:RVnfGU33KdWc+v8XGPivYwHUxXnfS2pwFhmgiSOdu/s root@buildkitsandbox (ECDSA)
#12 3.695 Creating SSH2 ED25519 key; this may take some time ...
#12 3.707 256 SHA256:zC+3Vw+tfdpLcsy3ez9rugglgCkfyngxTc7c99bIvCk root@buildkitsandbox (ED25519)
#12 3.788 invoke-rc.d: could not determine current runlevel
#12 3.792 invoke-rc.d: policy-rc.d denied execution of start.
#12 3.890 Created symlink /etc/systemd/system/sshd.service → /lib/systemd/system/ssh.service.

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

#12 3.973 Setting up libnss-systemd:amd64 (252.31-1~deb12u1) ...
#12 3.991 Setting up libpam-systemd:amd64 (252.31-1~deb12u1) ...
#12 4.062 debconf: unable to initialize frontend: Dialog
#12 4.062 debconf: (TERM is not set, so the dialog frontend is not usable.)
#12 4.062 debconf: falling back to frontend: Readline
#12 4.068 debconf: unable to initialize frontend: Readline
#12 4.068 debconf: (This frontend requires a controlling tty.)
#12 4.068 debconf: falling back to frontend: Teletype
#12 4.136 Setting up libxmuu1:amd64 (2:1.1.3-3) ...
#12 4.147 Setting up ncurses-term (6.4-4) ...
#12 4.158 Setting up dbus-user-session (1.14.10-1~deb12u1) ...
#12 4.171 Setting up xauth (1:1.1.2-1) ...
#12 4.184 Processing triggers for man-db (2.11.2-2) ...
#12 4.200 Processing triggers for libc-bin (2.36-9+deb12u9) ...
#12 DONE 4.3s

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

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

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

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

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

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

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

#20 [15/28] RUN	APT-GET update && 	apt-get install -y --no-install-recommends 		telnet 		libosmocore-dev 		libosmo-abis-dev 		libosmo-gsup-client-dev 		libosmo-netif-dev 		libosmo-ranap-dev 		libosmo-sigtran-dev 		libsmpp34-dev 		libgtp-dev 		libasn1c-dev && 	apt-get clean
#20 0.350 Hit:1 http://deb.debian.org/debian bookworm InRelease
#20 0.350 Hit:2 http://deb.debian.org/debian bookworm-updates InRelease
#20 0.356 Hit:3 http://deb.debian.org/debian-security bookworm-security InRelease
#20 0.356 Hit:4 https://downloads.osmocom.org/packages/osmocom:/nightly/Debian_12 ./ InRelease
#20 0.615 Reading package lists...
#20 1.043 Reading package lists...
#20 1.443 Building dependency tree...
#20 1.544 Reading state information...
#20 1.637 telnet is already the newest version (0.17+2.4-2+deb12u1).
#20 1.637 The following additional packages will be installed:
#20 1.637   libasn1c1 libgtp10 libosmo-gsup-client0 libosmo-ranap7 libosmo-sigtran10
#20 1.637   libosmoabis13 libosmocodec4 libosmocoding0 libosmocore libosmocore22
#20 1.637   libosmoctrl0 libosmogb14 libosmogsm20 libosmoisdn0 libosmonetif11
#20 1.637   libosmosim2 libosmotrau10 libosmousb0 libosmovty13 libsmpp1 osmocom-nightly
#20 1.671 The following NEW packages will be installed:
#20 1.671   libasn1c-dev libasn1c1 libgtp-dev libgtp10 libosmo-abis-dev
#20 1.671   libosmo-gsup-client-dev libosmo-gsup-client0 libosmo-netif-dev
#20 1.671   libosmo-ranap-dev libosmo-ranap7 libosmo-sigtran-dev libosmo-sigtran10
#20 1.671   libosmoabis13 libosmocodec4 libosmocoding0 libosmocore libosmocore-dev
#20 1.671   libosmocore22 libosmoctrl0 libosmogb14 libosmogsm20 libosmoisdn0
#20 1.671   libosmonetif11 libosmosim2 libosmotrau10 libosmousb0 libosmovty13 libsmpp1
#20 1.671   libsmpp34-dev osmocom-nightly
#20 1.842 0 upgraded, 30 newly installed, 0 to remove and 2 not upgraded.
#20 1.842 Need to get 3,946 kB of archives.
#20 1.842 After this operation, 17.7 MB of additional disk space will be used.
#20 1.842 Get:1 https://downloads.osmocom.org/packages/osmocom:/nightly/Debian_12 ./ osmocom-nightly 202412072026 [1,176 B]
#20 1.846 Get:2 https://downloads.osmocom.org/packages/osmocom:/nightly/Debian_12 ./ libosmocore22 1.10.0.47.38eb4.202412072026 [169 kB]
#20 1.849 Get:3 https://downloads.osmocom.org/packages/osmocom:/nightly/Debian_12 ./ libgtp10 1.12.0.32.04f5.202412072026 [39.0 kB]
#20 1.850 Get:4 https://downloads.osmocom.org/packages/osmocom:/nightly/Debian_12 ./ libgtp-dev 1.12.0.32.04f5.202412072026 [141 kB]
#20 1.852 Get:5 https://downloads.osmocom.org/packages/osmocom:/nightly/Debian_12 ./ libosmocodec4 1.10.0.47.38eb4.202412072026 [50.5 kB]
#20 1.852 Get:6 https://downloads.osmocom.org/packages/osmocom:/nightly/Debian_12 ./ libosmotrau10 1.6.0.43.b201.202412072026 [32.9 kB]
#20 1.853 Get:7 https://downloads.osmocom.org/packages/osmocom:/nightly/Debian_12 ./ libosmoisdn0 1.10.0.47.38eb4.202412072026 [69.7 kB]
#20 1.853 Get:8 https://downloads.osmocom.org/packages/osmocom:/nightly/Debian_12 ./ libosmogsm20 1.10.0.47.38eb4.202412072026 [227 kB]
#20 1.855 Get:9 https://downloads.osmocom.org/packages/osmocom:/nightly/Debian_12 ./ libosmonetif11 1.5.1.25.dd38.202412072026 [57.0 kB]
#20 1.856 Get:10 https://downloads.osmocom.org/packages/osmocom:/nightly/Debian_12 ./ libosmovty13 1.10.0.47.38eb4.202412072026 [103 kB]
#20 1.856 Get:11 https://downloads.osmocom.org/packages/osmocom:/nightly/Debian_12 ./ libosmoabis13 1.6.0.43.b201.202412072026 [73.7 kB]
#20 1.857 Get:12 https://downloads.osmocom.org/packages/osmocom:/nightly/Debian_12 ./ libosmocoding0 1.10.0.47.38eb4.202412072026 [70.3 kB]
#20 1.857 Get:13 https://downloads.osmocom.org/packages/osmocom:/nightly/Debian_12 ./ libosmogb14 1.10.0.47.38eb4.202412072026 [177 kB]
#20 1.859 Get:14 https://downloads.osmocom.org/packages/osmocom:/nightly/Debian_12 ./ libosmoctrl0 1.10.0.47.38eb4.202412072026 [59.0 kB]
#20 1.859 Get:15 https://downloads.osmocom.org/packages/osmocom:/nightly/Debian_12 ./ libosmosim2 1.10.0.47.38eb4.202412072026 [62.9 kB]
#20 1.860 Get:16 https://downloads.osmocom.org/packages/osmocom:/nightly/Debian_12 ./ libosmousb0 1.10.0.47.38eb4.202412072026 [49.6 kB]
#20 1.861 Get:17 https://downloads.osmocom.org/packages/osmocom:/nightly/Debian_12 ./ libosmocore 1.10.0.47.38eb4.202412072026 [43.0 kB]
#20 1.861 Get:18 https://downloads.osmocom.org/packages/osmocom:/nightly/Debian_12 ./ libosmocore-dev 1.10.0.47.38eb4.202412072026 [847 kB]
#20 1.869 Get:19 https://downloads.osmocom.org/packages/osmocom:/nightly/Debian_12 ./ libosmo-netif-dev 1.5.1.25.dd38.202412072026 [69.2 kB]
#20 1.870 Get:20 https://downloads.osmocom.org/packages/osmocom:/nightly/Debian_12 ./ libosmo-abis-dev 1.6.0.43.b201.202412072026 [117 kB]
#20 1.871 Get:21 https://downloads.osmocom.org/packages/osmocom:/nightly/Debian_12 ./ libosmo-gsup-client0 1.8.0.13.35d4.202412072026 [21.1 kB]
#20 1.871 Get:22 https://downloads.osmocom.org/packages/osmocom:/nightly/Debian_12 ./ libosmo-gsup-client-dev 1.8.0.13.35d4.202412072026 [25.4 kB]
#20 1.871 Get:23 https://downloads.osmocom.org/packages/osmocom:/nightly/Debian_12 ./ libosmo-sigtran10 2.0.0.52.6412.202412072026 [127 kB]
#20 1.872 Get:24 https://downloads.osmocom.org/packages/osmocom:/nightly/Debian_12 ./ libosmo-sigtran-dev 2.0.0.52.6412.202412072026 [606 kB]
#20 1.878 Get:25 https://downloads.osmocom.org/packages/osmocom:/nightly/Debian_12 ./ libsmpp1 1.14.4.1.f1ec.202412072026 [101 kB]
#20 1.879 Get:26 https://downloads.osmocom.org/packages/osmocom:/nightly/Debian_12 ./ libsmpp34-dev 1.14.4.1.f1ec.202412072026 [111 kB]
#20 1.880 Get:27 https://downloads.osmocom.org/packages/osmocom:/nightly/Debian_12 ./ libasn1c1 0.9.38.202412072026 [75.3 kB]
#20 1.881 Get:28 https://downloads.osmocom.org/packages/osmocom:/nightly/Debian_12 ./ libasn1c-dev 0.9.38.202412072026 [106 kB]
#20 1.882 Get:29 https://downloads.osmocom.org/packages/osmocom:/nightly/Debian_12 ./ libosmo-ranap7 1.6.0.4.b5f6.202412072026 [222 kB]
#20 1.884 Get:30 https://downloads.osmocom.org/packages/osmocom:/nightly/Debian_12 ./ libosmo-ranap-dev 1.6.0.4.b5f6.202412072026 [92.1 kB]
#20 2.033 debconf: delaying package configuration, since apt-utils is not installed
#20 2.068 Fetched 3,946 kB in 0s (18.9 MB/s)
#20 2.096 Selecting previously unselected package osmocom-nightly.
#20 2.096 (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.143 Preparing to unpack .../00-osmocom-nightly_202412072026_amd64.deb ...
#20 2.147 Unpacking osmocom-nightly (202412072026) ...
#20 2.190 Selecting previously unselected package libosmocore22:amd64.
#20 2.200 Preparing to unpack .../01-libosmocore22_1.10.0.47.38eb4.202412072026_amd64.deb ...
#20 2.206 Unpacking libosmocore22:amd64 (1.10.0.47.38eb4.202412072026) ...
#20 2.260 Selecting previously unselected package libgtp10:amd64.
#20 2.268 Preparing to unpack .../02-libgtp10_1.12.0.32.04f5.202412072026_amd64.deb ...
#20 2.271 Unpacking libgtp10:amd64 (1.12.0.32.04f5.202412072026) ...
#20 2.314 Selecting previously unselected package libgtp-dev:amd64.
#20 2.321 Preparing to unpack .../03-libgtp-dev_1.12.0.32.04f5.202412072026_amd64.deb ...
#20 2.324 Unpacking libgtp-dev:amd64 (1.12.0.32.04f5.202412072026) ...
#20 2.378 Selecting previously unselected package libosmocodec4:amd64.
#20 2.386 Preparing to unpack .../04-libosmocodec4_1.10.0.47.38eb4.202412072026_amd64.deb ...
#20 2.389 Unpacking libosmocodec4:amd64 (1.10.0.47.38eb4.202412072026) ...
#20 2.431 Selecting previously unselected package libosmotrau10:amd64.
#20 2.439 Preparing to unpack .../05-libosmotrau10_1.6.0.43.b201.202412072026_amd64.deb ...
#20 2.443 Unpacking libosmotrau10:amd64 (1.6.0.43.b201.202412072026) ...
#20 2.488 Selecting previously unselected package libosmoisdn0:amd64.
#20 2.496 Preparing to unpack .../06-libosmoisdn0_1.10.0.47.38eb4.202412072026_amd64.deb ...
#20 2.500 Unpacking libosmoisdn0:amd64 (1.10.0.47.38eb4.202412072026) ...
#20 2.540 Selecting previously unselected package libosmogsm20:amd64.
#20 2.548 Preparing to unpack .../07-libosmogsm20_1.10.0.47.38eb4.202412072026_amd64.deb ...
#20 2.553 Unpacking libosmogsm20:amd64 (1.10.0.47.38eb4.202412072026) ...
#20 2.610 Selecting previously unselected package libosmonetif11:amd64.
#20 2.619 Preparing to unpack .../08-libosmonetif11_1.5.1.25.dd38.202412072026_amd64.deb ...
#20 2.622 Unpacking libosmonetif11:amd64 (1.5.1.25.dd38.202412072026) ...
#20 2.668 Selecting previously unselected package libosmovty13:amd64.
#20 2.677 Preparing to unpack .../09-libosmovty13_1.10.0.47.38eb4.202412072026_amd64.deb ...
#20 2.680 Unpacking libosmovty13:amd64 (1.10.0.47.38eb4.202412072026) ...
#20 2.725 Selecting previously unselected package libosmoabis13:amd64.
#20 2.733 Preparing to unpack .../10-libosmoabis13_1.6.0.43.b201.202412072026_amd64.deb ...
#20 2.736 Unpacking libosmoabis13:amd64 (1.6.0.43.b201.202412072026) ...
#20 2.780 Selecting previously unselected package libosmocoding0:amd64.
#20 2.788 Preparing to unpack .../11-libosmocoding0_1.10.0.47.38eb4.202412072026_amd64.deb ...
#20 2.791 Unpacking libosmocoding0:amd64 (1.10.0.47.38eb4.202412072026) ...
#20 2.835 Selecting previously unselected package libosmogb14:amd64.
#20 2.844 Preparing to unpack .../12-libosmogb14_1.10.0.47.38eb4.202412072026_amd64.deb ...
#20 2.848 Unpacking libosmogb14:amd64 (1.10.0.47.38eb4.202412072026) ...
#20 2.915 Selecting previously unselected package libosmoctrl0:amd64.
#20 2.925 Preparing to unpack .../13-libosmoctrl0_1.10.0.47.38eb4.202412072026_amd64.deb ...
#20 2.928 Unpacking libosmoctrl0:amd64 (1.10.0.47.38eb4.202412072026) ...
#20 2.973 Selecting previously unselected package libosmosim2:amd64.
#20 2.980 Preparing to unpack .../14-libosmosim2_1.10.0.47.38eb4.202412072026_amd64.deb ...
#20 2.983 Unpacking libosmosim2:amd64 (1.10.0.47.38eb4.202412072026) ...
#20 3.032 Selecting previously unselected package libosmousb0:amd64.
#20 3.040 Preparing to unpack .../15-libosmousb0_1.10.0.47.38eb4.202412072026_amd64.deb ...
#20 3.043 Unpacking libosmousb0:amd64 (1.10.0.47.38eb4.202412072026) ...
#20 3.088 Selecting previously unselected package libosmocore.
#20 3.096 Preparing to unpack .../16-libosmocore_1.10.0.47.38eb4.202412072026_amd64.deb ...
#20 3.099 Unpacking libosmocore (1.10.0.47.38eb4.202412072026) ...
#20 3.143 Selecting previously unselected package libosmocore-dev:amd64.
#20 3.153 Preparing to unpack .../17-libosmocore-dev_1.10.0.47.38eb4.202412072026_amd64.deb ...
#20 3.157 Unpacking libosmocore-dev:amd64 (1.10.0.47.38eb4.202412072026) ...
#20 3.254 Selecting previously unselected package libosmo-netif-dev:amd64.
#20 3.264 Preparing to unpack .../18-libosmo-netif-dev_1.5.1.25.dd38.202412072026_amd64.deb ...
#20 3.267 Unpacking libosmo-netif-dev:amd64 (1.5.1.25.dd38.202412072026) ...
#20 3.312 Selecting previously unselected package libosmo-abis-dev:amd64.
#20 3.321 Preparing to unpack .../19-libosmo-abis-dev_1.6.0.43.b201.202412072026_amd64.deb ...
#20 3.326 Unpacking libosmo-abis-dev:amd64 (1.6.0.43.b201.202412072026) ...
#20 3.377 Selecting previously unselected package libosmo-gsup-client0:amd64.
#20 3.387 Preparing to unpack .../20-libosmo-gsup-client0_1.8.0.13.35d4.202412072026_amd64.deb ...
#20 3.392 Unpacking libosmo-gsup-client0:amd64 (1.8.0.13.35d4.202412072026) ...
#20 3.430 Selecting previously unselected package libosmo-gsup-client-dev:amd64.
#20 3.440 Preparing to unpack .../21-libosmo-gsup-client-dev_1.8.0.13.35d4.202412072026_amd64.deb ...
#20 3.443 Unpacking libosmo-gsup-client-dev:amd64 (1.8.0.13.35d4.202412072026) ...
#20 3.487 Selecting previously unselected package libosmo-sigtran10:amd64.
#20 3.495 Preparing to unpack .../22-libosmo-sigtran10_2.0.0.52.6412.202412072026_amd64.deb ...
#20 3.498 Unpacking libosmo-sigtran10:amd64 (2.0.0.52.6412.202412072026) ...
#20 3.548 Selecting previously unselected package libosmo-sigtran-dev:amd64.
#20 3.557 Preparing to unpack .../23-libosmo-sigtran-dev_2.0.0.52.6412.202412072026_amd64.deb ...
#20 3.561 Unpacking libosmo-sigtran-dev:amd64 (2.0.0.52.6412.202412072026) ...
#20 3.648 Selecting previously unselected package libsmpp1:amd64.
#20 3.659 Preparing to unpack .../24-libsmpp1_1.14.4.1.f1ec.202412072026_amd64.deb ...
#20 3.662 Unpacking libsmpp1:amd64 (1.14.4.1.f1ec.202412072026) ...
#20 3.735 Selecting previously unselected package libsmpp34-dev:amd64.
#20 3.743 Preparing to unpack .../25-libsmpp34-dev_1.14.4.1.f1ec.202412072026_amd64.deb ...
#20 3.747 Unpacking libsmpp34-dev:amd64 (1.14.4.1.f1ec.202412072026) ...
#20 3.801 Selecting previously unselected package libasn1c1:amd64.
#20 3.809 Preparing to unpack .../26-libasn1c1_0.9.38.202412072026_amd64.deb ...
#20 3.813 Unpacking libasn1c1:amd64 (0.9.38.202412072026) ...
#20 3.859 Selecting previously unselected package libasn1c-dev:amd64.
#20 3.868 Preparing to unpack .../27-libasn1c-dev_0.9.38.202412072026_amd64.deb ...
#20 3.871 Unpacking libasn1c-dev:amd64 (0.9.38.202412072026) ...
#20 3.924 Selecting previously unselected package libosmo-ranap7:amd64.
#20 3.934 Preparing to unpack .../28-libosmo-ranap7_1.6.0.4.b5f6.202412072026_amd64.deb ...
#20 3.937 Unpacking libosmo-ranap7:amd64 (1.6.0.4.b5f6.202412072026) ...
#20 3.994 Selecting previously unselected package libosmo-ranap-dev:amd64.
#20 4.001 Preparing to unpack .../29-libosmo-ranap-dev_1.6.0.4.b5f6.202412072026_amd64.deb ...
#20 4.006 Unpacking libosmo-ranap-dev:amd64 (1.6.0.4.b5f6.202412072026) ...
#20 4.141 Setting up osmocom-nightly (202412072026) ...
#20 4.152 Setting up libsmpp1:amd64 (1.14.4.1.f1ec.202412072026) ...
#20 4.162 Setting up libosmocore22:amd64 (1.10.0.47.38eb4.202412072026) ...
#20 4.171 Setting up libosmocodec4:amd64 (1.10.0.47.38eb4.202412072026) ...
#20 4.182 Setting up libsmpp34-dev:amd64 (1.14.4.1.f1ec.202412072026) ...
#20 4.193 Setting up libasn1c1:amd64 (0.9.38.202412072026) ...
#20 4.203 Setting up libosmovty13:amd64 (1.10.0.47.38eb4.202412072026) ...
#20 4.214 Setting up libosmoisdn0:amd64 (1.10.0.47.38eb4.202412072026) ...
#20 4.223 Setting up libosmotrau10:amd64 (1.6.0.43.b201.202412072026) ...
#20 4.233 Setting up libgtp10:amd64 (1.12.0.32.04f5.202412072026) ...
#20 4.243 Setting up libgtp-dev:amd64 (1.12.0.32.04f5.202412072026) ...
#20 4.253 Setting up libasn1c-dev:amd64 (0.9.38.202412072026) ...
#20 4.262 Setting up libosmousb0:amd64 (1.10.0.47.38eb4.202412072026) ...
#20 4.272 Setting up libosmogsm20:amd64 (1.10.0.47.38eb4.202412072026) ...
#20 4.282 Setting up libosmoctrl0:amd64 (1.10.0.47.38eb4.202412072026) ...
#20 4.294 Setting up libosmogb14:amd64 (1.10.0.47.38eb4.202412072026) ...
#20 4.303 Setting up libosmonetif11:amd64 (1.5.1.25.dd38.202412072026) ...
#20 4.312 Setting up libosmocoding0:amd64 (1.10.0.47.38eb4.202412072026) ...
#20 4.322 Setting up libosmosim2:amd64 (1.10.0.47.38eb4.202412072026) ...
#20 4.334 Setting up libosmocore (1.10.0.47.38eb4.202412072026) ...
#20 4.344 Setting up libosmoabis13:amd64 (1.6.0.43.b201.202412072026) ...
#20 4.354 Setting up libosmo-sigtran10:amd64 (2.0.0.52.6412.202412072026) ...
#20 4.366 Setting up libosmo-gsup-client0:amd64 (1.8.0.13.35d4.202412072026) ...
#20 4.374 Setting up libosmo-ranap7:amd64 (1.6.0.4.b5f6.202412072026) ...
#20 4.384 Setting up libosmocore-dev:amd64 (1.10.0.47.38eb4.202412072026) ...
#20 4.396 Setting up libosmo-netif-dev:amd64 (1.5.1.25.dd38.202412072026) ...
#20 4.406 Setting up libosmo-ranap-dev:amd64 (1.6.0.4.b5f6.202412072026) ...
#20 4.416 Setting up libosmo-gsup-client-dev:amd64 (1.8.0.13.35d4.202412072026) ...
#20 4.428 Setting up libosmo-sigtran-dev:amd64 (2.0.0.52.6412.202412072026) ...
#20 4.438 Setting up libosmo-abis-dev:amd64 (1.6.0.43.b201.202412072026) ...
#20 4.449 Processing triggers for libc-bin (2.36-9+deb12u9) ...
#20 DONE 4.6s

#21 [16/28] RUN	APT-GET update && 	apt-get install -y --no-install-recommends 		cmake 		libfftw3-dev 		libmbedtls-dev 		libboost-program-options-dev 		libconfig++-dev 		libsctp-dev 		libpcsclite-dev 		libuhd-dev 		libczmq-dev 		libsoapysdr-dev 		soapysdr-module-lms7 && 	apt-get clean
#21 0.327 Hit:1 http://deb.debian.org/debian bookworm InRelease
#21 0.327 Hit:2 http://deb.debian.org/debian bookworm-updates InRelease
#21 0.327 Hit:3 http://deb.debian.org/debian-security bookworm-security InRelease
#21 0.334 Hit:4 https://downloads.osmocom.org/packages/osmocom:/nightly/Debian_12 ./ InRelease
#21 0.605 Reading package lists...
#21 1.010 Reading package lists...
#21 1.409 Building dependency tree...
#21 1.525 Reading state information...
#21 1.618 cmake is already the newest version (3.25.1-1).
#21 1.618 libfftw3-dev is already the newest version (3.3.10-1).
#21 1.618 libboost-program-options-dev is already the newest version (1.74.0.3).
#21 1.618 libboost-program-options-dev set to manually installed.
#21 1.618 libsctp-dev is already the newest version (1.0.19+dfsg-2).
#21 1.618 libpcsclite-dev is already the newest version (1.9.9-2).
#21 1.618 libuhd-dev is already the newest version (4.3.0.0+ds1-5).
#21 1.618 The following additional packages will be installed:
#21 1.618   libconfig++9v5 libconfig-dev libconfig9 libczmq4 libnspr4 libnspr4-dev
#21 1.618   libnss3 libnss3-dev libsoapysdr0.8 soapysdr0.7-module-lms7
#21 1.619 Suggested packages:
#21 1.619   libmbedtls-doc libsoapysdr-doc
#21 1.619 Recommended packages:
#21 1.619   libconfig-doc soapysdr0.8-module-all | soapysdr0.8-module
#21 1.707 The following NEW packages will be installed:
#21 1.707   libconfig++-dev libconfig++9v5 libconfig-dev libconfig9 libczmq-dev libczmq4
#21 1.708   libmbedtls-dev libnspr4 libnspr4-dev libnss3 libnss3-dev libsoapysdr-dev
#21 1.708   libsoapysdr0.8 soapysdr-module-lms7 soapysdr0.7-module-lms7
#21 1.746 0 upgraded, 15 newly installed, 0 to remove and 2 not upgraded.
#21 1.746 Need to get 3,551 kB of archives.
#21 1.746 After this operation, 14.8 MB of additional disk space will be used.
#21 1.746 Get:1 http://deb.debian.org/debian bookworm/main amd64 libconfig++9v5 amd64 1.5-0.4 [40.0 kB]
#21 1.753 Get:2 http://deb.debian.org/debian bookworm/main amd64 libconfig9 amd64 1.5-0.4 [29.9 kB]
#21 1.755 Get:3 http://deb.debian.org/debian bookworm/main amd64 libconfig-dev amd64 1.5-0.4 [60.8 kB]
#21 1.757 Get:4 https://downloads.osmocom.org/packages/osmocom:/nightly/Debian_12 ./ soapysdr0.7-module-lms7 23.11.0.1.2141.9dce.202412072026 [55.1 kB]
#21 1.760 Get:5 https://downloads.osmocom.org/packages/osmocom:/nightly/Debian_12 ./ soapysdr-module-lms7 23.11.0.1.2141.9dce.202412072026 [7,564 B]
#21 1.761 Get:6 http://deb.debian.org/debian bookworm/main amd64 libconfig++-dev amd64 1.5-0.4 [44.1 kB]
#21 1.761 Get:7 http://deb.debian.org/debian bookworm/main amd64 libnspr4 amd64 2:4.35-1 [113 kB]
#21 1.764 Get:8 http://deb.debian.org/debian-security bookworm-security/main amd64 libnss3 amd64 2:3.87.1-1+deb12u1 [1,331 kB]
#21 1.780 Get:9 http://deb.debian.org/debian bookworm/main amd64 libnspr4-dev amd64 2:4.35-1 [212 kB]
#21 1.781 Get:10 http://deb.debian.org/debian-security bookworm-security/main amd64 libnss3-dev amd64 2:3.87.1-1+deb12u1 [245 kB]
#21 1.783 Get:11 http://deb.debian.org/debian bookworm/main amd64 libczmq4 amd64 4.2.1-1 [172 kB]
#21 1.785 Get:12 http://deb.debian.org/debian bookworm/main amd64 libczmq-dev amd64 4.2.1-1 [414 kB]
#21 1.793 Get:13 http://deb.debian.org/debian bookworm/main amd64 libmbedtls-dev amd64 2.28.3-1 [685 kB]
#21 1.797 Get:14 http://deb.debian.org/debian bookworm/main amd64 libsoapysdr0.8 amd64 0.8.1-3 [108 kB]
#21 1.797 Get:15 http://deb.debian.org/debian bookworm/main amd64 libsoapysdr-dev amd64 0.8.1-3 [33.5 kB]
#21 1.937 debconf: delaying package configuration, since apt-utils is not installed
#21 1.972 Fetched 3,551 kB in 0s (43.2 MB/s)
#21 2.006 Selecting previously unselected package libconfig++9v5:amd64.
#21 2.006 (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.057 Preparing to unpack .../00-libconfig++9v5_1.5-0.4_amd64.deb ...
#21 2.063 Unpacking libconfig++9v5:amd64 (1.5-0.4) ...
#21 2.111 Selecting previously unselected package libconfig9:amd64.
#21 2.122 Preparing to unpack .../01-libconfig9_1.5-0.4_amd64.deb ...
#21 2.126 Unpacking libconfig9:amd64 (1.5-0.4) ...
#21 2.167 Selecting previously unselected package libconfig-dev:amd64.
#21 2.176 Preparing to unpack .../02-libconfig-dev_1.5-0.4_amd64.deb ...
#21 2.179 Unpacking libconfig-dev:amd64 (1.5-0.4) ...
#21 2.222 Selecting previously unselected package libconfig++-dev:amd64.
#21 2.231 Preparing to unpack .../03-libconfig++-dev_1.5-0.4_amd64.deb ...
#21 2.234 Unpacking libconfig++-dev:amd64 (1.5-0.4) ...
#21 2.281 Selecting previously unselected package libnspr4:amd64.
#21 2.292 Preparing to unpack .../04-libnspr4_2%3a4.35-1_amd64.deb ...
#21 2.295 Unpacking libnspr4:amd64 (2:4.35-1) ...
#21 2.351 Selecting previously unselected package libnss3:amd64.
#21 2.359 Preparing to unpack .../05-libnss3_2%3a3.87.1-1+deb12u1_amd64.deb ...
#21 2.362 Unpacking libnss3:amd64 (2:3.87.1-1+deb12u1) ...
#21 2.542 Selecting previously unselected package libnspr4-dev.
#21 2.552 Preparing to unpack .../06-libnspr4-dev_2%3a4.35-1_amd64.deb ...
#21 2.564 Unpacking libnspr4-dev (2:4.35-1) ...
#21 2.662 Selecting previously unselected package libnss3-dev:amd64.
#21 2.672 Preparing to unpack .../07-libnss3-dev_2%3a3.87.1-1+deb12u1_amd64.deb ...
#21 2.684 Unpacking libnss3-dev:amd64 (2:3.87.1-1+deb12u1) ...
#21 2.816 Selecting previously unselected package libczmq4:amd64.
#21 2.824 Preparing to unpack .../08-libczmq4_4.2.1-1_amd64.deb ...
#21 2.836 Unpacking libczmq4:amd64 (4.2.1-1) ...
#21 2.940 Selecting previously unselected package libczmq-dev:amd64.
#21 2.948 Preparing to unpack .../09-libczmq-dev_4.2.1-1_amd64.deb ...
#21 2.955 Unpacking libczmq-dev:amd64 (4.2.1-1) ...
#21 3.085 Selecting previously unselected package libmbedtls-dev:amd64.
#21 3.094 Preparing to unpack .../10-libmbedtls-dev_2.28.3-1_amd64.deb ...
#21 3.107 Unpacking libmbedtls-dev:amd64 (2.28.3-1) ...
#21 3.243 Selecting previously unselected package libsoapysdr0.8:amd64.
#21 3.252 Preparing to unpack .../11-libsoapysdr0.8_0.8.1-3_amd64.deb ...
#21 3.264 Unpacking libsoapysdr0.8:amd64 (0.8.1-3) ...
#21 3.363 Selecting previously unselected package libsoapysdr-dev:amd64.
#21 3.371 Preparing to unpack .../12-libsoapysdr-dev_0.8.1-3_amd64.deb ...
#21 3.386 Unpacking libsoapysdr-dev:amd64 (0.8.1-3) ...
#21 3.477 Selecting previously unselected package soapysdr0.7-module-lms7:amd64.
#21 3.487 Preparing to unpack .../13-soapysdr0.7-module-lms7_23.11.0.1.2141.9dce.202412072026_amd64.deb ...
#21 3.498 Unpacking soapysdr0.7-module-lms7:amd64 (23.11.0.1.2141.9dce.202412072026) ...
#21 3.582 Selecting previously unselected package soapysdr-module-lms7.
#21 3.591 Preparing to unpack .../14-soapysdr-module-lms7_23.11.0.1.2141.9dce.202412072026_all.deb ...
#21 3.606 Unpacking soapysdr-module-lms7 (23.11.0.1.2141.9dce.202412072026) ...
#21 3.743 Setting up libconfig9:amd64 (1.5-0.4) ...
#21 3.760 Setting up libczmq4:amd64 (4.2.1-1) ...
#21 3.770 Setting up libconfig++9v5:amd64 (1.5-0.4) ...
#21 3.781 Setting up libmbedtls-dev:amd64 (2.28.3-1) ...
#21 3.793 Setting up libsoapysdr0.8:amd64 (0.8.1-3) ...
#21 3.803 Setting up libsoapysdr-dev:amd64 (0.8.1-3) ...
#21 3.815 Setting up libnspr4:amd64 (2:4.35-1) ...
#21 3.825 Setting up libconfig-dev:amd64 (1.5-0.4) ...
#21 3.836 Setting up soapysdr0.7-module-lms7:amd64 (23.11.0.1.2141.9dce.202412072026) ...
#21 3.846 Setting up libnspr4-dev (2:4.35-1) ...
#21 3.857 Setting up soapysdr-module-lms7 (23.11.0.1.2141.9dce.202412072026) ...
#21 3.868 Setting up libnss3:amd64 (2:3.87.1-1+deb12u1) ...
#21 3.880 Setting up libnss3-dev:amd64 (2:3.87.1-1+deb12u1) ...
#21 3.890 Setting up libconfig++-dev:amd64 (1.5-0.4) ...
#21 3.901 Setting up libczmq-dev:amd64 (4.2.1-1) ...
#21 3.911 Processing triggers for man-db (2.11.2-2) ...
#21 3.927 Processing triggers for libc-bin (2.36-9+deb12u9) ...
#21 DONE 4.0s

#22 [17/28] RUN	APT-GET update && 	apt-get install -y --no-install-recommends 		gnuradio && 	apt-get clean
#22 0.366 Hit:1 http://deb.debian.org/debian bookworm InRelease
#22 0.366 Hit:2 http://deb.debian.org/debian bookworm-updates InRelease
#22 0.366 Hit:3 http://deb.debian.org/debian-security bookworm-security InRelease
#22 0.387 Hit:4 https://downloads.osmocom.org/packages/osmocom:/nightly/Debian_12 ./ InRelease
#22 0.636 Reading package lists...
#22 1.043 Reading package lists...
#22 1.439 Building dependency tree...
#22 1.535 Reading state information...
#22 1.637 The following additional packages will be installed:
#22 1.637   adwaita-icon-theme at-spi2-common castxml dconf-gsettings-backend
#22 1.637   dconf-service fonts-mathjax gnome-terminal gnome-terminal-data
#22 1.637   gsettings-desktop-schemas gtk-update-icon-cache hicolor-icon-theme
#22 1.637   libad9361-0 libasyncns0 libatk-bridge2.0-0 libatk1.0-0 libatspi2.0-0 libb2-1
#22 1.637   libcaca0 libcodec2-1.0 libcolord2 libdconf1 libdouble-conversion3
#22 1.637   libdrm-amdgpu1 libdrm-common libdrm-intel1 libdrm-nouveau2 libdrm-radeon1
#22 1.637   libdrm2 libegl-mesa0 libegl1 libepoxy0 libevdev2 libflac12 libfmt9 libgbm1
#22 1.637   libgl1 libgl1-mesa-dri libgl1-mesa-glx libglapi-mesa libglu1-mesa libglvnd0
#22 1.637   libglx-mesa0 libglx0 libgnuradio-analog3.10.5 libgnuradio-audio3.10.5
#22 1.637   libgnuradio-blocks3.10.5 libgnuradio-channels3.10.5
#22 1.637   libgnuradio-digital3.10.5 libgnuradio-dtv3.10.5 libgnuradio-fec3.10.5
#22 1.637   libgnuradio-fft3.10.5 libgnuradio-filter3.10.5 libgnuradio-iio3.10.5
#22 1.637   libgnuradio-network3.10.5 libgnuradio-pdu3.10.5 libgnuradio-pmt3.10.5
#22 1.637   libgnuradio-qtgui3.10.5 libgnuradio-runtime3.10.5 libgnuradio-soapy3.10.5
#22 1.637   libgnuradio-trellis3.10.5 libgnuradio-uhd3.10.5 libgnuradio-video-sdl3.10.5
#22 1.637   libgnuradio-vocoder3.10.5 libgnuradio-wavelet3.10.5 libgnuradio-zeromq3.10.5
#22 1.637   libgsl27 libgslcblas0 libgtk-3-0 libgtk-3-common libgudev-1.0-0 libiio0
#22 1.637   libinput-bin libinput10 libjack-jackd2-0 libjs-mathjax liblbfgsb0 libllvm15
#22 1.637   libmd4c0 libmp3lame0 libmpg123-0 libmtdev1 libogg0 libopenblas-dev
#22 1.637   libopenblas-pthread-dev libopenblas0 libopenblas0-pthread libopengl0
#22 1.637   libopus0 liborc-0.4-0 libportaudio2 libproxy1v5 libpulse0 libpython3-all-dev
#22 1.637   libqt5core5a libqt5dbus5 libqt5designer5 libqt5gui5 libqt5help5
#22 1.637   libqt5network5 libqt5opengl5 libqt5printsupport5 libqt5sql5 libqt5svg5
#22 1.637   libqt5test5 libqt5widgets5 libqt5xml5 libqt6core6 libqt6dbus6 libqt6gui6
#22 1.637   libqt6network6 libqt6opengl6 libqt6openglwidgets6 libqt6printsupport6
#22 1.637   libqt6sql6 libqt6test6 libqt6widgets6 libqt6xml6 libqwt-qt5-6 libsamplerate0
#22 1.637   libsdl1.2debian libslang2 libsndfile1 libspdlog1.10 libthrift-0.17.0 libts0
#22 1.637   libunwind8 libvolk2-bin libvolk2.5 libvorbis0a libvorbisenc2 libvte-2.91-0
#22 1.637   libvte-2.91-common libwacom-common libwacom9 libwayland-client0
#22 1.637   libwayland-cursor0 libwayland-egl1 libwayland-server0 libx11-xcb1
#22 1.637   libxcb-dri2-0 libxcb-dri3-0 libxcb-glx0 libxcb-icccm4 libxcb-image0
#22 1.637   libxcb-keysyms1 libxcb-present0 libxcb-randr0 libxcb-render-util0
#22 1.637   libxcb-shape0 libxcb-sync1 libxcb-util1 libxcb-xfixes0 libxcb-xinerama0
#22 1.637   libxcb-xinput0 libxcb-xkb1 libxcomposite1 libxcursor1 libxdamage1 libxfixes3
#22 1.637   libxinerama1 libxkbcommon-x11-0 libxkbcommon0 libxrandr2 libxshmfence1
#22 1.637   libxsimd-dev libxxf86vm1 pyqt5-dev-tools pyqt6-dev-tools python3-all
#22 1.637   python3-all-dev python3-attr python3-beniget python3-cairo
#22 1.637   python3-cffi-backend python3-click python3-click-plugins python3-colorama
#22 1.637   python3-contextlib2 python3-decorator python3-gast python3-gi-cairo
#22 1.637   python3-jsonschema python3-lxml python3-opengl python3-packaging python3-ply
#22 1.637   python3-py python3-pygccxml python3-pyqt5 python3-pyqt5.sip python3-pyqt6
#22 1.637   python3-pyqt6.sip python3-pyqtgraph python3-pyrsistent python3-pythran
#22 1.637   python3-schema python3-scipy python3-sip python3-thrift python3-zmq
#22 1.638   qt6-base-dev-tools qtbase5-dev-tools qtchooser xkb-data
#22 1.638 Suggested packages:
#22 1.638   gr-fosphor gr-osmosdr gqrx-sdr rtl-sdr uhd-host colord gsl-ref-psdoc
#22 1.638   | gsl-doc-pdf | gsl-doc-info | gsl-ref-html gvfs avahi-daemon jackd2
#22 1.638   fonts-mathjax-extras fonts-stix libjs-mathjax-doc opus-tools pulseaudio
#22 1.638   qgnomeplatform-qt5 qt5-image-formats-plugins libvolk2-dev libwacom-bin
#22 1.638   libxsimd-doc python-attr-doc python-jsonschema-doc python-lxml-doc libgle3
#22 1.638   python3-tk python-ply-doc subversion python3-pytest python-pyqtgraph-doc
#22 1.638   python-scipy-doc
#22 1.638 Recommended packages:
#22 1.638   librsvg2-common gvfs nautilus-extension-gnome-terminal yelp gnuradio-dev
#22 1.638   python3-matplotlib python3-networkx python3-pyqt5.qwt soapysdr-tools
#22 1.638   at-spi2-core libgtk-3-bin qttranslations5-l10n qt5-gtk-platformtheme
#22 1.638   qtwayland5 libqt5sql5-sqlite | libqt5sql5-mysql | libqt5sql5-odbc
#22 1.638   | libqt5sql5-psql | libqt5sql5-tds | libqt5sql5-ibase qt6-translations-l10n
#22 1.638   qt6-gtk-platformtheme qt6-qpa-plugins libqt6sql6-sqlite | libqt6sql6-mysql
#22 1.638   | libqt6sql6-odbc | libqt6sql6-psql | libqt6sql6-ibase python3-idna
#22 1.638   python3-json-pointer python3-rfc3987 python3-uritemplate python3-bs4
#22 1.638   python3-html5lib libglut-dev python3-pyqt5.qtopengl
#22 2.476 The following NEW packages will be installed:
#22 2.476   adwaita-icon-theme at-spi2-common castxml dconf-gsettings-backend
#22 2.476   dconf-service fonts-mathjax gnome-terminal gnome-terminal-data gnuradio
#22 2.476   gsettings-desktop-schemas gtk-update-icon-cache hicolor-icon-theme
#22 2.476   libad9361-0 libasyncns0 libatk-bridge2.0-0 libatk1.0-0 libatspi2.0-0 libb2-1
#22 2.476   libcaca0 libcodec2-1.0 libcolord2 libdconf1 libdouble-conversion3
#22 2.476   libdrm-amdgpu1 libdrm-common libdrm-intel1 libdrm-nouveau2 libdrm-radeon1
#22 2.476   libdrm2 libegl-mesa0 libegl1 libepoxy0 libevdev2 libflac12 libfmt9 libgbm1
#22 2.476   libgl1 libgl1-mesa-dri libgl1-mesa-glx libglapi-mesa libglu1-mesa libglvnd0
#22 2.476   libglx-mesa0 libglx0 libgnuradio-analog3.10.5 libgnuradio-audio3.10.5
#22 2.476   libgnuradio-blocks3.10.5 libgnuradio-channels3.10.5
#22 2.476   libgnuradio-digital3.10.5 libgnuradio-dtv3.10.5 libgnuradio-fec3.10.5
#22 2.476   libgnuradio-fft3.10.5 libgnuradio-filter3.10.5 libgnuradio-iio3.10.5
#22 2.476   libgnuradio-network3.10.5 libgnuradio-pdu3.10.5 libgnuradio-pmt3.10.5
#22 2.476   libgnuradio-qtgui3.10.5 libgnuradio-runtime3.10.5 libgnuradio-soapy3.10.5
#22 2.476   libgnuradio-trellis3.10.5 libgnuradio-uhd3.10.5 libgnuradio-video-sdl3.10.5
#22 2.476   libgnuradio-vocoder3.10.5 libgnuradio-wavelet3.10.5 libgnuradio-zeromq3.10.5
#22 2.476   libgsl27 libgslcblas0 libgtk-3-0 libgtk-3-common libgudev-1.0-0 libiio0
#22 2.476   libinput-bin libinput10 libjack-jackd2-0 libjs-mathjax liblbfgsb0 libllvm15
#22 2.476   libmd4c0 libmp3lame0 libmpg123-0 libmtdev1 libogg0 libopenblas-dev
#22 2.476   libopenblas-pthread-dev libopenblas0 libopenblas0-pthread libopengl0
#22 2.476   libopus0 liborc-0.4-0 libportaudio2 libproxy1v5 libpulse0 libpython3-all-dev
#22 2.476   libqt5core5a libqt5dbus5 libqt5designer5 libqt5gui5 libqt5help5
#22 2.476   libqt5network5 libqt5opengl5 libqt5printsupport5 libqt5sql5 libqt5svg5
#22 2.476   libqt5test5 libqt5widgets5 libqt5xml5 libqt6core6 libqt6dbus6 libqt6gui6
#22 2.476   libqt6network6 libqt6opengl6 libqt6openglwidgets6 libqt6printsupport6
#22 2.477   libqt6sql6 libqt6test6 libqt6widgets6 libqt6xml6 libqwt-qt5-6 libsamplerate0
#22 2.477   libsdl1.2debian libslang2 libsndfile1 libspdlog1.10 libthrift-0.17.0 libts0
#22 2.477   libunwind8 libvolk2-bin libvolk2.5 libvorbis0a libvorbisenc2 libvte-2.91-0
#22 2.477   libvte-2.91-common libwacom-common libwacom9 libwayland-client0
#22 2.477   libwayland-cursor0 libwayland-egl1 libwayland-server0 libx11-xcb1
#22 2.477   libxcb-dri2-0 libxcb-dri3-0 libxcb-glx0 libxcb-icccm4 libxcb-image0
#22 2.477   libxcb-keysyms1 libxcb-present0 libxcb-randr0 libxcb-render-util0
#22 2.477   libxcb-shape0 libxcb-sync1 libxcb-util1 libxcb-xfixes0 libxcb-xinerama0
#22 2.477   libxcb-xinput0 libxcb-xkb1 libxcomposite1 libxcursor1 libxdamage1 libxfixes3
#22 2.477   libxinerama1 libxkbcommon-x11-0 libxkbcommon0 libxrandr2 libxshmfence1
#22 2.477   libxsimd-dev libxxf86vm1 pyqt5-dev-tools pyqt6-dev-tools python3-all
#22 2.477   python3-all-dev python3-attr python3-beniget python3-cairo
#22 2.477   python3-cffi-backend python3-click python3-click-plugins python3-colorama
#22 2.477   python3-contextlib2 python3-decorator python3-gast python3-gi-cairo
#22 2.477   python3-jsonschema python3-lxml python3-opengl python3-packaging python3-ply
#22 2.477   python3-py python3-pygccxml python3-pyqt5 python3-pyqt5.sip python3-pyqt6
#22 2.477   python3-pyqt6.sip python3-pyqtgraph python3-pyrsistent python3-pythran
#22 2.477   python3-schema python3-scipy python3-sip python3-thrift python3-zmq
#22 2.477   qt6-base-dev-tools qtbase5-dev-tools qtchooser xkb-data
#22 2.511 0 upgraded, 205 newly installed, 0 to remove and 2 not upgraded.
#22 2.511 Need to get 142 MB of archives.
#22 2.511 After this operation, 698 MB of additional disk space will be used.
#22 2.511 Get:1 http://deb.debian.org/debian bookworm/main amd64 hicolor-icon-theme all 0.17-2 [11.4 kB]
#22 2.518 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.523 Get:3 http://deb.debian.org/debian bookworm/main amd64 adwaita-icon-theme all 43-1 [5,124 kB]
#22 2.589 Get:4 http://deb.debian.org/debian bookworm/main amd64 at-spi2-common all 2.46.0-5 [162 kB]
#22 2.590 Get:5 http://deb.debian.org/debian bookworm/main amd64 castxml amd64 0.5.1-1 [963 kB]
#22 2.594 Get:6 http://deb.debian.org/debian bookworm/main amd64 libdconf1 amd64 0.40.0-4 [40.9 kB]
#22 2.594 Get:7 http://deb.debian.org/debian bookworm/main amd64 dconf-service amd64 0.40.0-4 [31.6 kB]
#22 2.595 Get:8 http://deb.debian.org/debian bookworm/main amd64 dconf-gsettings-backend amd64 0.40.0-4 [27.8 kB]
#22 2.595 Get:9 http://deb.debian.org/debian bookworm/main amd64 fonts-mathjax all 2.7.9+dfsg-1 [2,210 kB]
#22 2.608 Get:10 http://deb.debian.org/debian bookworm/main amd64 gnome-terminal-data all 3.46.8-1 [949 kB]
#22 2.615 Get:11 http://deb.debian.org/debian bookworm/main amd64 gsettings-desktop-schemas all 43.0-1 [643 kB]
#22 2.621 Get:12 http://deb.debian.org/debian bookworm/main amd64 libatk1.0-0 amd64 2.46.0-5 [49.6 kB]
#22 2.622 Get:13 http://deb.debian.org/debian bookworm/main amd64 libatspi2.0-0 amd64 2.46.0-5 [75.4 kB]
#22 2.623 Get:14 http://deb.debian.org/debian bookworm/main amd64 libatk-bridge2.0-0 amd64 2.46.0-5 [64.6 kB]
#22 2.624 Get:15 http://deb.debian.org/debian bookworm/main amd64 libcolord2 amd64 1.4.6-2.2 [137 kB]
#22 2.625 Get:16 http://deb.debian.org/debian bookworm/main amd64 libepoxy0 amd64 1.5.10-1 [189 kB]
#22 2.626 Get:17 http://deb.debian.org/debian bookworm/main amd64 libwayland-client0 amd64 1.21.0-1 [28.3 kB]
#22 2.626 Get:18 http://deb.debian.org/debian bookworm/main amd64 libwayland-cursor0 amd64 1.21.0-1 [14.4 kB]
#22 2.626 Get:19 http://deb.debian.org/debian bookworm/main amd64 libwayland-egl1 amd64 1.21.0-1 [8,640 B]
#22 2.627 Get:20 http://deb.debian.org/debian bookworm/main amd64 libxcomposite1 amd64 1:0.4.5-1 [16.6 kB]
#22 2.629 Get:21 http://deb.debian.org/debian bookworm/main amd64 libxfixes3 amd64 1:6.0.0-2 [22.7 kB]
#22 2.630 Get:22 http://deb.debian.org/debian bookworm/main amd64 libxcursor1 amd64 1:1.2.1-1 [40.9 kB]
#22 2.634 Get:23 http://deb.debian.org/debian bookworm/main amd64 libxdamage1 amd64 1:1.1.6-1 [15.1 kB]
#22 2.635 Get:24 http://deb.debian.org/debian bookworm/main amd64 libxinerama1 amd64 2:1.1.4-3 [17.8 kB]
#22 2.636 Get:25 http://deb.debian.org/debian bookworm/main amd64 xkb-data all 2.35.1-1 [764 kB]
#22 2.643 Get:26 http://deb.debian.org/debian bookworm/main amd64 libxkbcommon0 amd64 1.5.0-1 [106 kB]
#22 2.645 Get:27 http://deb.debian.org/debian bookworm/main amd64 libxrandr2 amd64 2:1.5.2-2+b1 [39.2 kB]
#22 2.645 Get:28 http://deb.debian.org/debian bookworm/main amd64 libgtk-3-common all 3.24.38-2~deb12u3 [3,895 kB]
#22 2.678 Get:29 http://deb.debian.org/debian bookworm/main amd64 libgtk-3-0 amd64 3.24.38-2~deb12u3 [2,847 kB]
#22 2.702 Get:30 http://deb.debian.org/debian bookworm/main amd64 libvte-2.91-common amd64 0.70.6-2~deb12u1 [642 kB]
#22 2.707 Get:31 http://deb.debian.org/debian bookworm/main amd64 libvte-2.91-0 amd64 0.70.6-2~deb12u1 [799 kB]
#22 2.714 Get:32 http://deb.debian.org/debian bookworm/main amd64 gnome-terminal amd64 3.46.8-1 [230 kB]
#22 2.716 Get:33 http://deb.debian.org/debian bookworm/main amd64 libjs-mathjax all 2.7.9+dfsg-1 [5,667 kB]
#22 2.765 Get:34 http://deb.debian.org/debian bookworm/main amd64 liborc-0.4-0 amd64 1:0.4.33-2 [164 kB]
#22 2.766 Get:35 http://deb.debian.org/debian bookworm/main amd64 libvolk2.5 amd64 2.5.2-3 [301 kB]
#22 2.768 Get:36 http://deb.debian.org/debian bookworm/main amd64 libvolk2-bin amd64 2.5.2-3 [82.1 kB]
#22 2.769 Get:37 http://deb.debian.org/debian bookworm/main amd64 python3-colorama all 0.4.6-2 [36.8 kB]
#22 2.769 Get:38 http://deb.debian.org/debian bookworm/main amd64 python3-click all 8.1.3-2 [92.2 kB]
#22 2.770 Get:39 http://deb.debian.org/debian bookworm/main amd64 python3-click-plugins all 1.1.1-4 [9,852 B]
#22 2.770 Get:40 http://deb.debian.org/debian bookworm/main amd64 python3-cairo amd64 1.20.1-5+b1 [63.1 kB]
#22 2.770 Get:41 http://deb.debian.org/debian bookworm/main amd64 python3-gi-cairo amd64 3.42.2-3+b1 [11.7 kB]
#22 2.771 Get:42 http://deb.debian.org/debian bookworm/main amd64 python3-attr all 22.2.0-1 [65.4 kB]
#22 2.771 Get:43 http://deb.debian.org/debian bookworm/main amd64 python3-pyrsistent amd64 0.18.1-1+b3 [60.0 kB]
#22 2.777 Get:44 http://deb.debian.org/debian bookworm/main amd64 python3-jsonschema all 4.10.3-1 [67.9 kB]
#22 2.778 Get:45 http://deb.debian.org/debian bookworm/main amd64 python3-lxml amd64 4.9.2-1+b1 [1,194 kB]
#22 2.789 Get:46 http://deb.debian.org/debian bookworm/main amd64 libglvnd0 amd64 1.6.0-1 [51.8 kB]
#22 2.789 Get:47 http://deb.debian.org/debian bookworm/main amd64 libdrm-common all 2.4.114-1 [7,112 B]
#22 2.789 Get:48 http://deb.debian.org/debian bookworm/main amd64 libdrm2 amd64 2.4.114-1+b1 [37.5 kB]
#22 2.790 Get:49 http://deb.debian.org/debian bookworm/main amd64 libglapi-mesa amd64 22.3.6-1+deb12u1 [35.7 kB]
#22 2.790 Get:50 http://deb.debian.org/debian bookworm/main amd64 libx11-xcb1 amd64 2:1.8.4-2+deb12u2 [192 kB]
#22 2.792 Get:51 http://deb.debian.org/debian bookworm/main amd64 libxcb-dri2-0 amd64 1.15-1 [107 kB]
#22 2.793 Get:52 http://deb.debian.org/debian bookworm/main amd64 libxcb-dri3-0 amd64 1.15-1 [107 kB]
#22 2.793 Get:53 http://deb.debian.org/debian bookworm/main amd64 libxcb-glx0 amd64 1.15-1 [122 kB]
#22 2.794 Get:54 http://deb.debian.org/debian bookworm/main amd64 libxcb-present0 amd64 1.15-1 [105 kB]
#22 2.797 Get:55 http://deb.debian.org/debian bookworm/main amd64 libxcb-randr0 amd64 1.15-1 [117 kB]
#22 2.798 Get:56 http://deb.debian.org/debian bookworm/main amd64 libxcb-sync1 amd64 1.15-1 [109 kB]
#22 2.799 Get:57 http://deb.debian.org/debian bookworm/main amd64 libxcb-xfixes0 amd64 1.15-1 [109 kB]
#22 2.800 Get:58 http://deb.debian.org/debian bookworm/main amd64 libxshmfence1 amd64 1.3-1 [8,820 B]
#22 2.802 Get:59 http://deb.debian.org/debian bookworm/main amd64 libxxf86vm1 amd64 1:1.1.4-1+b2 [20.8 kB]
#22 2.802 Get:60 http://deb.debian.org/debian bookworm/main amd64 libdrm-amdgpu1 amd64 2.4.114-1+b1 [20.9 kB]
#22 2.803 Get:61 http://deb.debian.org/debian bookworm/main amd64 libdrm-intel1 amd64 2.4.114-1+b1 [64.0 kB]
#22 2.804 Get:62 http://deb.debian.org/debian bookworm/main amd64 libdrm-nouveau2 amd64 2.4.114-1+b1 [19.1 kB]
#22 2.804 Get:63 http://deb.debian.org/debian bookworm/main amd64 libdrm-radeon1 amd64 2.4.114-1+b1 [21.8 kB]
#22 2.805 Get:64 http://deb.debian.org/debian bookworm/main amd64 libllvm15 amd64 1:15.0.6-4+b1 [23.1 MB]
#22 3.011 Get:65 http://deb.debian.org/debian bookworm/main amd64 libgl1-mesa-dri amd64 22.3.6-1+deb12u1 [7,239 kB]
#22 3.066 Get:66 http://deb.debian.org/debian bookworm/main amd64 libglx-mesa0 amd64 22.3.6-1+deb12u1 [147 kB]
#22 3.067 Get:67 http://deb.debian.org/debian bookworm/main amd64 libglx0 amd64 1.6.0-1 [34.4 kB]
#22 3.067 Get:68 http://deb.debian.org/debian bookworm/main amd64 libgl1 amd64 1.6.0-1 [88.4 kB]
#22 3.068 Get:69 http://deb.debian.org/debian bookworm/main amd64 libgl1-mesa-glx amd64 22.3.6-1+deb12u1 [14.5 kB]
#22 3.068 Get:70 http://deb.debian.org/debian bookworm/main amd64 libopengl0 amd64 1.6.0-1 [30.6 kB]
#22 3.069 Get:71 http://deb.debian.org/debian bookworm/main amd64 libglu1-mesa amd64 9.0.2-1.1 [178 kB]
#22 3.070 Get:72 http://deb.debian.org/debian bookworm/main amd64 python3-opengl all 3.1.6+dfsg-3 [605 kB]
#22 3.075 Get:73 http://deb.debian.org/debian bookworm/main amd64 python3-packaging all 23.0-1 [32.5 kB]
#22 3.075 Get:74 http://deb.debian.org/debian bookworm/main amd64 python3-pygccxml all 2.2.1-1 [80.3 kB]
#22 3.076 Get:75 http://deb.debian.org/debian bookworm/main amd64 python3-pyqt5.sip amd64 12.11.1-1 [56.4 kB]
#22 3.080 Get:76 http://deb.debian.org/debian bookworm/main amd64 libdouble-conversion3 amd64 3.2.1-1 [41.5 kB]
#22 3.081 Get:77 http://deb.debian.org/debian bookworm/main amd64 libqt5core5a amd64 5.15.8+dfsg-11+deb12u2 [1,810 kB]
#22 3.097 Get:78 http://deb.debian.org/debian bookworm/main amd64 libqt5dbus5 amd64 5.15.8+dfsg-11+deb12u2 [211 kB]
#22 3.099 Get:79 http://deb.debian.org/debian bookworm/main amd64 libwayland-server0 amd64 1.21.0-1 [35.9 kB]
#22 3.099 Get:80 http://deb.debian.org/debian bookworm/main amd64 libgbm1 amd64 22.3.6-1+deb12u1 [38.0 kB]
#22 3.100 Get:81 http://deb.debian.org/debian bookworm/main amd64 libegl-mesa0 amd64 22.3.6-1+deb12u1 [114 kB]
#22 3.101 Get:82 http://deb.debian.org/debian bookworm/main amd64 libegl1 amd64 1.6.0-1 [33.7 kB]
#22 3.101 Get:83 http://deb.debian.org/debian bookworm/main amd64 libevdev2 amd64 1.13.0+dfsg-1 [34.0 kB]
#22 3.102 Get:84 http://deb.debian.org/debian bookworm/main amd64 libmtdev1 amd64 1.1.6-1 [23.0 kB]
#22 3.102 Get:85 http://deb.debian.org/debian bookworm/main amd64 libgudev-1.0-0 amd64 237-2 [15.1 kB]
#22 3.103 Get:86 http://deb.debian.org/debian bookworm/main amd64 libwacom-common all 2.6.0-1 [58.4 kB]
#22 3.104 Get:87 http://deb.debian.org/debian bookworm/main amd64 libwacom9 amd64 2.6.0-1 [21.5 kB]
#22 3.109 Get:88 http://deb.debian.org/debian bookworm/main amd64 libinput-bin amd64 1.22.1-1 [23.2 kB]
#22 3.110 Get:89 http://deb.debian.org/debian bookworm/main amd64 libinput10 amd64 1.22.1-1 [125 kB]
#22 3.112 Get:90 http://deb.debian.org/debian bookworm/main amd64 libmd4c0 amd64 0.4.8-1 [44.2 kB]
#22 3.113 Get:91 http://deb.debian.org/debian bookworm/main amd64 libqt5network5 amd64 5.15.8+dfsg-11+deb12u2 [675 kB]
#22 3.120 Get:92 http://deb.debian.org/debian bookworm/main amd64 libxcb-icccm4 amd64 0.4.1-1.1 [27.4 kB]
#22 3.120 Get:93 http://deb.debian.org/debian bookworm/main amd64 libxcb-util1 amd64 0.4.0-1+b1 [23.2 kB]
#22 3.120 Get:94 http://deb.debian.org/debian bookworm/main amd64 libxcb-image0 amd64 0.4.0-2 [22.9 kB]
#22 3.123 Get:95 http://deb.debian.org/debian bookworm/main amd64 libxcb-keysyms1 amd64 0.4.0-1+b2 [16.4 kB]
#22 3.126 Get:96 http://deb.debian.org/debian bookworm/main amd64 libxcb-render-util0 amd64 0.3.9-1+b1 [18.3 kB]
#22 3.126 Get:97 http://deb.debian.org/debian bookworm/main amd64 libxcb-shape0 amd64 1.15-1 [106 kB]
#22 3.127 Get:98 http://deb.debian.org/debian bookworm/main amd64 libxcb-xinerama0 amd64 1.15-1 [105 kB]
#22 3.129 Get:99 http://deb.debian.org/debian bookworm/main amd64 libxcb-xinput0 amd64 1.15-1 [130 kB]
#22 3.131 Get:100 http://deb.debian.org/debian bookworm/main amd64 libxcb-xkb1 amd64 1.15-1 [129 kB]
#22 3.132 Get:101 http://deb.debian.org/debian bookworm/main amd64 libxkbcommon-x11-0 amd64 1.5.0-1 [15.6 kB]
#22 3.133 Get:102 http://deb.debian.org/debian bookworm/main amd64 libqt5gui5 amd64 5.15.8+dfsg-11+deb12u2 [3,408 kB]
#22 3.163 Get:103 http://deb.debian.org/debian bookworm/main amd64 libqt5widgets5 amd64 5.15.8+dfsg-11+deb12u2 [2,381 kB]
#22 3.185 Get:104 http://deb.debian.org/debian bookworm/main amd64 libqt5xml5 amd64 5.15.8+dfsg-11+deb12u2 [122 kB]
#22 3.186 Get:105 http://deb.debian.org/debian bookworm/main amd64 libqt5designer5 amd64 5.15.8-2 [2,748 kB]
#22 3.207 Get:106 http://deb.debian.org/debian bookworm/main amd64 libqt5sql5 amd64 5.15.8+dfsg-11+deb12u2 [122 kB]
#22 3.208 Get:107 http://deb.debian.org/debian bookworm/main amd64 libqt5help5 amd64 5.15.8-2 [149 kB]
#22 3.209 Get:108 http://deb.debian.org/debian bookworm/main amd64 libqt5printsupport5 amd64 5.15.8+dfsg-11+deb12u2 [202 kB]
#22 3.211 Get:109 http://deb.debian.org/debian bookworm/main amd64 libqt5test5 amd64 5.15.8+dfsg-11+deb12u2 [146 kB]
#22 3.212 Get:110 http://deb.debian.org/debian bookworm/main amd64 python3-pyqt5 amd64 5.15.9+dfsg-1 [2,489 kB]
#22 3.234 Get:111 http://deb.debian.org/debian bookworm/main amd64 python3-pyqt6.sip amd64 13.4.1-1 [51.4 kB]
#22 3.234 Get:112 http://deb.debian.org/debian bookworm/main amd64 libb2-1 amd64 0.98.1-1.1 [40.9 kB]
#22 3.234 Get:113 http://deb.debian.org/debian bookworm/main amd64 libqt6core6 amd64 6.4.2+dfsg-10 [1,613 kB]
#22 3.248 Get:114 http://deb.debian.org/debian bookworm/main amd64 libqt6dbus6 amd64 6.4.2+dfsg-10 [248 kB]
#22 3.250 Get:115 http://deb.debian.org/debian bookworm/main amd64 libts0 amd64 1.22-1+b1 [64.6 kB]
#22 3.250 Get:116 http://deb.debian.org/debian bookworm/main amd64 libqt6gui6 amd64 6.4.2+dfsg-10 [2,854 kB]
#22 3.275 Get:117 http://deb.debian.org/debian bookworm/main amd64 libproxy1v5 amd64 0.4.18-1.2 [56.2 kB]
#22 3.276 Get:118 http://deb.debian.org/debian bookworm/main amd64 libqt6network6 amd64 6.4.2+dfsg-10 [682 kB]
#22 3.281 Get:119 http://deb.debian.org/debian bookworm/main amd64 libqt6opengl6 amd64 6.4.2+dfsg-10 [390 kB]
#22 3.284 Get:120 http://deb.debian.org/debian bookworm/main amd64 libqt6widgets6 amd64 6.4.2+dfsg-10 [2,445 kB]
#22 3.305 Get:121 http://deb.debian.org/debian bookworm/main amd64 libqt6openglwidgets6 amd64 6.4.2+dfsg-10 [43.4 kB]
#22 3.306 Get:122 http://deb.debian.org/debian bookworm/main amd64 libqt6printsupport6 amd64 6.4.2+dfsg-10 [211 kB]
#22 3.307 Get:123 http://deb.debian.org/debian bookworm/main amd64 libqt6sql6 amd64 6.4.2+dfsg-10 [133 kB]
#22 3.308 Get:124 http://deb.debian.org/debian bookworm/main amd64 libqt6test6 amd64 6.4.2+dfsg-10 [161 kB]
#22 3.310 Get:125 http://deb.debian.org/debian bookworm/main amd64 libqt6xml6 amd64 6.4.2+dfsg-10 [75.5 kB]
#22 3.311 Get:126 http://deb.debian.org/debian bookworm/main amd64 python3-pyqt6 amd64 6.4.2-1 [2,461 kB]
#22 3.332 Get:127 http://deb.debian.org/debian bookworm/main amd64 python3-decorator all 5.1.1-3 [14.9 kB]
#22 3.332 Get:128 http://deb.debian.org/debian bookworm/main amd64 libopenblas0-pthread amd64 0.3.21+ds-4 [6,709 kB]
#22 3.390 Get:129 http://deb.debian.org/debian bookworm/main amd64 libopenblas0 amd64 0.3.21+ds-4 [32.6 kB]
#22 3.390 Get:130 http://deb.debian.org/debian bookworm/main amd64 libopenblas-pthread-dev amd64 0.3.21+ds-4 [4,971 kB]
#22 3.432 Get:131 http://deb.debian.org/debian bookworm/main amd64 libopenblas-dev amd64 0.3.21+ds-4 [44.9 kB]
#22 3.433 Get:132 http://deb.debian.org/debian bookworm/main amd64 libpython3-all-dev amd64 3.11.2-1+b1 [1,068 B]
#22 3.433 Get:133 http://deb.debian.org/debian bookworm/main amd64 python3-all amd64 3.11.2-1+b1 [1,056 B]
#22 3.434 Get:134 http://deb.debian.org/debian bookworm/main amd64 python3-all-dev amd64 3.11.2-1+b1 [1,072 B]
#22 3.434 Get:135 http://deb.debian.org/debian bookworm/main amd64 libxsimd-dev amd64 8.1.0-7 [88.8 kB]
#22 3.435 Get:136 http://deb.debian.org/debian bookworm/main amd64 python3-gast all 0.5.2-2 [9,364 B]
#22 3.435 Get:137 http://deb.debian.org/debian bookworm/main amd64 python3-beniget all 0.4.1-3 [9,920 B]
#22 3.435 Get:138 http://deb.debian.org/debian bookworm/main amd64 python3-ply all 3.11-5 [65.8 kB]
#22 3.436 Get:139 http://deb.debian.org/debian bookworm/main amd64 python3-pythran amd64 0.11.0+ds-7 [427 kB]
#22 3.444 Get:140 http://deb.debian.org/debian bookworm/main amd64 liblbfgsb0 amd64 3.0+dfsg.4-1 [28.9 kB]
#22 3.446 Get:141 http://deb.debian.org/debian bookworm/main amd64 python3-scipy amd64 1.10.1-2 [15.2 MB]
#22 3.581 Get:142 http://deb.debian.org/debian bookworm/main amd64 pyqt5-dev-tools amd64 5.15.9+dfsg-1 [180 kB]
#22 3.582 Get:143 http://deb.debian.org/debian bookworm/main amd64 pyqt6-dev-tools all 6.4.2-1 [66.4 kB]
#22 3.582 Get:144 http://deb.debian.org/debian bookworm/main amd64 qtchooser amd64 66-2 [26.3 kB]
#22 3.582 Get:145 http://deb.debian.org/debian bookworm/main amd64 qtbase5-dev-tools amd64 5.15.8+dfsg-11+deb12u2 [758 kB]
#22 3.585 Get:146 http://deb.debian.org/debian bookworm/main amd64 qt6-base-dev-tools amd64 6.4.2+dfsg-10 [890 kB]
#22 3.595 Get:147 http://deb.debian.org/debian bookworm/main amd64 python3-pyqtgraph all 0.13.1-4 [617 kB]
#22 3.597 Get:148 http://deb.debian.org/debian bookworm/main amd64 python3-contextlib2 all 0.6.0.post1-3 [13.5 kB]
#22 3.598 Get:149 http://deb.debian.org/debian bookworm/main amd64 python3-schema all 0.7.5-1 [27.5 kB]
#22 3.598 Get:150 http://deb.debian.org/debian bookworm/main amd64 python3-sip amd64 4.19.25+dfsg-5+b1 [165 kB]
#22 3.599 Get:151 http://deb.debian.org/debian bookworm/main amd64 python3-thrift amd64 0.17.0-2+b2 [160 kB]
#22 3.601 Get:152 http://deb.debian.org/debian bookworm/main amd64 python3-cffi-backend amd64 1.15.1-5+b1 [84.6 kB]
#22 3.603 Get:153 http://deb.debian.org/debian bookworm/main amd64 python3-py all 1.11.0-1 [89.2 kB]
#22 3.605 Get:154 http://deb.debian.org/debian bookworm/main amd64 python3-zmq amd64 24.0.1-4+b1 [263 kB]
#22 3.608 Get:155 http://deb.debian.org/debian bookworm/main amd64 libfmt9 amd64 9.1.0+ds1-2 [113 kB]
#22 3.609 Get:156 http://deb.debian.org/debian bookworm/main amd64 libgnuradio-pmt3.10.5 amd64 3.10.5.1-3 [117 kB]
#22 3.610 Get:157 http://deb.debian.org/debian bookworm/main amd64 libspdlog1.10 amd64 1:1.10.0+ds-0.4 [130 kB]
#22 3.612 Get:158 http://deb.debian.org/debian bookworm/main amd64 libthrift-0.17.0 amd64 0.17.0-2+b2 [372 kB]
#22 3.615 Get:159 http://deb.debian.org/debian bookworm/main amd64 libunwind8 amd64 1.6.2-3 [51.2 kB]
#22 3.616 Get:160 http://deb.debian.org/debian bookworm/main amd64 libgnuradio-runtime3.10.5 amd64 3.10.5.1-3 [562 kB]
#22 3.621 Get:161 http://deb.debian.org/debian bookworm/main amd64 libogg0 amd64 1.3.5-3 [23.4 kB]
#22 3.621 Get:162 http://deb.debian.org/debian bookworm/main amd64 libflac12 amd64 1.4.2+ds-2 [198 kB]
#22 3.623 Get:163 http://deb.debian.org/debian bookworm/main amd64 libmp3lame0 amd64 3.100-6 [365 kB]
#22 3.626 Get:164 http://deb.debian.org/debian-security bookworm-security/main amd64 libmpg123-0 amd64 1.31.2-1+deb12u1 [147 kB]
#22 3.627 Get:165 http://deb.debian.org/debian bookworm/main amd64 libopus0 amd64 1.3.1-3 [195 kB]
#22 3.629 Get:166 http://deb.debian.org/debian bookworm/main amd64 libvorbis0a amd64 1.3.7-1 [93.0 kB]
#22 3.629 Get:167 http://deb.debian.org/debian bookworm/main amd64 libvorbisenc2 amd64 1.3.7-1 [80.6 kB]
#22 3.630 Get:168 http://deb.debian.org/debian bookworm/main amd64 libsndfile1 amd64 1.2.0-1 [196 kB]
#22 3.632 Get:169 http://deb.debian.org/debian bookworm/main amd64 libgnuradio-blocks3.10.5 amd64 3.10.5.1-3 [561 kB]
#22 3.637 Get:170 http://deb.debian.org/debian bookworm/main amd64 libgnuradio-fft3.10.5 amd64 3.10.5.1-3 [121 kB]
#22 3.638 Get:171 http://deb.debian.org/debian bookworm/main amd64 libgnuradio-analog3.10.5 amd64 3.10.5.1-3 [177 kB]
#22 3.639 Get:172 http://deb.debian.org/debian bookworm/main amd64 libsamplerate0 amd64 0.2.2-3 [952 kB]
#22 3.647 Get:173 http://deb.debian.org/debian bookworm/main amd64 libjack-jackd2-0 amd64 1.9.21~dfsg-3 [281 kB]
#22 3.649 Get:174 http://deb.debian.org/debian bookworm/main amd64 libportaudio2 amd64 19.6.0-1.2 [66.7 kB]
#22 3.650 Get:175 http://deb.debian.org/debian bookworm/main amd64 libgnuradio-audio3.10.5 amd64 3.10.5.1-3 [158 kB]
#22 3.652 Get:176 http://deb.debian.org/debian bookworm/main amd64 libgnuradio-filter3.10.5 amd64 3.10.5.1-3 [251 kB]
#22 3.654 Get:177 http://deb.debian.org/debian bookworm/main amd64 libgnuradio-channels3.10.5 amd64 3.10.5.1-3 [121 kB]
#22 3.655 Get:178 http://deb.debian.org/debian bookworm/main amd64 libgnuradio-digital3.10.5 amd64 3.10.5.1-3 [416 kB]
#22 3.658 Get:179 http://deb.debian.org/debian bookworm/main amd64 libgslcblas0 amd64 2.7.1+dfsg-5 [108 kB]
#22 3.659 Get:180 http://deb.debian.org/debian bookworm/main amd64 libgsl27 amd64 2.7.1+dfsg-5 [941 kB]
#22 3.667 Get:181 http://deb.debian.org/debian bookworm/main amd64 libgnuradio-fec3.10.5 amd64 3.10.5.1-3 [252 kB]
#22 3.670 Get:182 http://deb.debian.org/debian bookworm/main amd64 libgnuradio-dtv3.10.5 amd64 3.10.5.1-3 [400 kB]
#22 3.673 Get:183 http://deb.debian.org/debian bookworm/main amd64 libiio0 amd64 0.24-4 [49.6 kB]
#22 3.673 Get:184 http://deb.debian.org/debian bookworm/main amd64 libad9361-0 amd64 0.2-1 [72.1 kB]
#22 3.674 Get:185 http://deb.debian.org/debian bookworm/main amd64 libgnuradio-iio3.10.5 amd64 3.10.5.1-3 [166 kB]
#22 3.675 Get:186 http://deb.debian.org/debian bookworm/main amd64 libgnuradio-network3.10.5 amd64 3.10.5.1-3 [195 kB]
#22 3.677 Get:187 http://deb.debian.org/debian bookworm/main amd64 libgnuradio-pdu3.10.5 amd64 3.10.5.1-3 [172 kB]
#22 3.678 Get:188 http://deb.debian.org/debian bookworm/main amd64 libqt5opengl5 amd64 5.15.8+dfsg-11+deb12u2 [148 kB]
#22 3.680 Get:189 http://deb.debian.org/debian bookworm/main amd64 libqt5svg5 amd64 5.15.8-3 [134 kB]
#22 3.681 Get:190 http://deb.debian.org/debian bookworm/main amd64 libqwt-qt5-6 amd64 6.1.4-2 [426 kB]
#22 3.684 Get:191 http://deb.debian.org/debian bookworm/main amd64 libgnuradio-qtgui3.10.5 amd64 3.10.5.1-3 [466 kB]
#22 3.688 Get:192 http://deb.debian.org/debian bookworm/main amd64 libgnuradio-soapy3.10.5 amd64 3.10.5.1-3 [142 kB]
#22 3.690 Get:193 http://deb.debian.org/debian bookworm/main amd64 libgnuradio-trellis3.10.5 amd64 3.10.5.1-3 [204 kB]
#22 3.692 Get:194 http://deb.debian.org/debian bookworm/main amd64 libgnuradio-uhd3.10.5 amd64 3.10.5.1-3 [195 kB]
#22 3.693 Get:195 http://deb.debian.org/debian bookworm/main amd64 libslang2 amd64 2.3.3-3 [554 kB]
#22 3.698 Get:196 http://deb.debian.org/debian bookworm/main amd64 libcaca0 amd64 0.99.beta20-3 [205 kB]
#22 3.699 Get:197 http://deb.debian.org/debian bookworm/main amd64 libasyncns0 amd64 0.8-6+b3 [12.9 kB]
#22 3.700 Get:198 http://deb.debian.org/debian bookworm/main amd64 libpulse0 amd64 16.1+dfsg1-2+b1 [274 kB]
#22 3.702 Get:199 http://deb.debian.org/debian bookworm/main amd64 libsdl1.2debian amd64 1.2.15+dfsg2-8 [199 kB]
#22 3.704 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.704 Get:201 http://deb.debian.org/debian bookworm/main amd64 libcodec2-1.0 amd64 1.0.5-1 [8,171 kB]
#22 3.776 Get:202 http://deb.debian.org/debian bookworm/main amd64 libgnuradio-vocoder3.10.5 amd64 3.10.5.1-3 [116 kB]
#22 3.777 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.777 Get:204 http://deb.debian.org/debian bookworm/main amd64 libgnuradio-zeromq3.10.5 amd64 3.10.5.1-3 [125 kB]
#22 3.778 Get:205 http://deb.debian.org/debian bookworm/main amd64 gnuradio amd64 3.10.5.1-3 [3,457 kB]
#22 3.967 debconf: delaying package configuration, since apt-utils is not installed
#22 4.012 Fetched 142 MB in 1s (108 MB/s)
#22 4.053 Selecting previously unselected package hicolor-icon-theme.
#22 4.053 (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.101 Preparing to unpack .../000-hicolor-icon-theme_0.17-2_all.deb ...
#22 4.106 Unpacking hicolor-icon-theme (0.17-2) ...
#22 4.189 Selecting previously unselected package gtk-update-icon-cache.
#22 4.196 Preparing to unpack .../001-gtk-update-icon-cache_3.24.38-2~deb12u3_amd64.deb ...
#22 4.199 Unpacking gtk-update-icon-cache (3.24.38-2~deb12u3) ...
#22 4.263 Selecting previously unselected package adwaita-icon-theme.
#22 4.272 Preparing to unpack .../002-adwaita-icon-theme_43-1_all.deb ...
#22 4.277 Unpacking adwaita-icon-theme (43-1) ...
#22 4.956 Selecting previously unselected package at-spi2-common.
#22 4.966 Preparing to unpack .../003-at-spi2-common_2.46.0-5_all.deb ...
#22 4.969 Unpacking at-spi2-common (2.46.0-5) ...
#22 5.071 Selecting previously unselected package castxml.
#22 5.080 Preparing to unpack .../004-castxml_0.5.1-1_amd64.deb ...
#22 5.084 Unpacking castxml (0.5.1-1) ...
#22 5.242 Selecting previously unselected package libdconf1:amd64.
#22 5.252 Preparing to unpack .../005-libdconf1_0.40.0-4_amd64.deb ...
#22 5.257 Unpacking libdconf1:amd64 (0.40.0-4) ...
#22 5.303 Selecting previously unselected package dconf-service.
#22 5.311 Preparing to unpack .../006-dconf-service_0.40.0-4_amd64.deb ...
#22 5.315 Unpacking dconf-service (0.40.0-4) ...
#22 5.358 Selecting previously unselected package dconf-gsettings-backend:amd64.
#22 5.365 Preparing to unpack .../007-dconf-gsettings-backend_0.40.0-4_amd64.deb ...
#22 5.370 Unpacking dconf-gsettings-backend:amd64 (0.40.0-4) ...
#22 5.413 Selecting previously unselected package fonts-mathjax.
#22 5.424 Preparing to unpack .../008-fonts-mathjax_2.7.9+dfsg-1_all.deb ...
#22 5.429 Unpacking fonts-mathjax (2.7.9+dfsg-1) ...
#22 5.615 Selecting previously unselected package gnome-terminal-data.
#22 5.625 Preparing to unpack .../009-gnome-terminal-data_3.46.8-1_all.deb ...
#22 5.630 Unpacking gnome-terminal-data (3.46.8-1) ...
#22 5.791 Selecting previously unselected package gsettings-desktop-schemas.
#22 5.802 Preparing to unpack .../010-gsettings-desktop-schemas_43.0-1_all.deb ...
#22 5.805 Unpacking gsettings-desktop-schemas (43.0-1) ...
#22 5.894 Selecting previously unselected package libatk1.0-0:amd64.
#22 5.903 Preparing to unpack .../011-libatk1.0-0_2.46.0-5_amd64.deb ...
#22 5.907 Unpacking libatk1.0-0:amd64 (2.46.0-5) ...
#22 5.958 Selecting previously unselected package libatspi2.0-0:amd64.
#22 5.967 Preparing to unpack .../012-libatspi2.0-0_2.46.0-5_amd64.deb ...
#22 5.970 Unpacking libatspi2.0-0:amd64 (2.46.0-5) ...
#22 6.026 Selecting previously unselected package libatk-bridge2.0-0:amd64.
#22 6.037 Preparing to unpack .../013-libatk-bridge2.0-0_2.46.0-5_amd64.deb ...
#22 6.042 Unpacking libatk-bridge2.0-0:amd64 (2.46.0-5) ...
#22 6.090 Selecting previously unselected package libcolord2:amd64.
#22 6.102 Preparing to unpack .../014-libcolord2_1.4.6-2.2_amd64.deb ...
#22 6.106 Unpacking libcolord2:amd64 (1.4.6-2.2) ...
#22 6.160 Selecting previously unselected package libepoxy0:amd64.
#22 6.169 Preparing to unpack .../015-libepoxy0_1.5.10-1_amd64.deb ...
#22 6.172 Unpacking libepoxy0:amd64 (1.5.10-1) ...
#22 6.233 Selecting previously unselected package libwayland-client0:amd64.
#22 6.241 Preparing to unpack .../016-libwayland-client0_1.21.0-1_amd64.deb ...
#22 6.244 Unpacking libwayland-client0:amd64 (1.21.0-1) ...
#22 6.291 Selecting previously unselected package libwayland-cursor0:amd64.
#22 6.300 Preparing to unpack .../017-libwayland-cursor0_1.21.0-1_amd64.deb ...
#22 6.303 Unpacking libwayland-cursor0:amd64 (1.21.0-1) ...
#22 6.346 Selecting previously unselected package libwayland-egl1:amd64.
#22 6.356 Preparing to unpack .../018-libwayland-egl1_1.21.0-1_amd64.deb ...
#22 6.359 Unpacking libwayland-egl1:amd64 (1.21.0-1) ...
#22 6.402 Selecting previously unselected package libxcomposite1:amd64.
#22 6.411 Preparing to unpack .../019-libxcomposite1_1%3a0.4.5-1_amd64.deb ...
#22 6.414 Unpacking libxcomposite1:amd64 (1:0.4.5-1) ...
#22 6.459 Selecting previously unselected package libxfixes3:amd64.
#22 6.469 Preparing to unpack .../020-libxfixes3_1%3a6.0.0-2_amd64.deb ...
#22 6.472 Unpacking libxfixes3:amd64 (1:6.0.0-2) ...
#22 6.515 Selecting previously unselected package libxcursor1:amd64.
#22 6.525 Preparing to unpack .../021-libxcursor1_1%3a1.2.1-1_amd64.deb ...
#22 6.528 Unpacking libxcursor1:amd64 (1:1.2.1-1) ...
#22 6.570 Selecting previously unselected package libxdamage1:amd64.
#22 6.579 Preparing to unpack .../022-libxdamage1_1%3a1.1.6-1_amd64.deb ...
#22 6.583 Unpacking libxdamage1:amd64 (1:1.1.6-1) ...
#22 6.625 Selecting previously unselected package libxinerama1:amd64.
#22 6.636 Preparing to unpack .../023-libxinerama1_2%3a1.1.4-3_amd64.deb ...
#22 6.641 Unpacking libxinerama1:amd64 (2:1.1.4-3) ...
#22 6.683 Selecting previously unselected package xkb-data.
#22 6.693 Preparing to unpack .../024-xkb-data_2.35.1-1_all.deb ...
#22 6.696 Unpacking xkb-data (2.35.1-1) ...
#22 6.812 Selecting previously unselected package libxkbcommon0:amd64.
#22 6.821 Preparing to unpack .../025-libxkbcommon0_1.5.0-1_amd64.deb ...
#22 6.824 Unpacking libxkbcommon0:amd64 (1.5.0-1) ...
#22 6.878 Selecting previously unselected package libxrandr2:amd64.
#22 6.889 Preparing to unpack .../026-libxrandr2_2%3a1.5.2-2+b1_amd64.deb ...
#22 6.893 Unpacking libxrandr2:amd64 (2:1.5.2-2+b1) ...
#22 6.937 Selecting previously unselected package libgtk-3-common.
#22 6.947 Preparing to unpack .../027-libgtk-3-common_3.24.38-2~deb12u3_all.deb ...
#22 6.950 Unpacking libgtk-3-common (3.24.38-2~deb12u3) ...
#22 7.257 Selecting previously unselected package libgtk-3-0:amd64.
#22 7.267 Preparing to unpack .../028-libgtk-3-0_3.24.38-2~deb12u3_amd64.deb ...
#22 7.271 Unpacking libgtk-3-0:amd64 (3.24.38-2~deb12u3) ...
#22 7.486 Selecting previously unselected package libvte-2.91-common.
#22 7.493 Preparing to unpack .../029-libvte-2.91-common_0.70.6-2~deb12u1_amd64.deb ...
#22 7.497 Unpacking libvte-2.91-common (0.70.6-2~deb12u1) ...
#22 7.573 Selecting previously unselected package libvte-2.91-0:amd64.
#22 7.582 Preparing to unpack .../030-libvte-2.91-0_0.70.6-2~deb12u1_amd64.deb ...
#22 7.585 Unpacking libvte-2.91-0:amd64 (0.70.6-2~deb12u1) ...
#22 7.645 Selecting previously unselected package gnome-terminal.
#22 7.653 Preparing to unpack .../031-gnome-terminal_3.46.8-1_amd64.deb ...
#22 7.656 Unpacking gnome-terminal (3.46.8-1) ...
#22 7.730 Selecting previously unselected package libjs-mathjax.
#22 7.740 Preparing to unpack .../032-libjs-mathjax_2.7.9+dfsg-1_all.deb ...
#22 7.743 Unpacking libjs-mathjax (2.7.9+dfsg-1) ...
#22 8.425 Selecting previously unselected package liborc-0.4-0:amd64.
#22 8.438 Preparing to unpack .../033-liborc-0.4-0_1%3a0.4.33-2_amd64.deb ...
#22 8.442 Unpacking liborc-0.4-0:amd64 (1:0.4.33-2) ...
#22 8.497 Selecting previously unselected package libvolk2.5:amd64.
#22 8.505 Preparing to unpack .../034-libvolk2.5_2.5.2-3_amd64.deb ...
#22 8.511 Unpacking libvolk2.5:amd64 (2.5.2-3) ...
#22 8.578 Selecting previously unselected package libvolk2-bin.
#22 8.590 Preparing to unpack .../035-libvolk2-bin_2.5.2-3_amd64.deb ...
#22 8.595 Unpacking libvolk2-bin (2.5.2-3) ...
#22 8.640 Selecting previously unselected package python3-colorama.
#22 8.651 Preparing to unpack .../036-python3-colorama_0.4.6-2_all.deb ...
#22 8.655 Unpacking python3-colorama (0.4.6-2) ...
#22 8.707 Selecting previously unselected package python3-click.
#22 8.717 Preparing to unpack .../037-python3-click_8.1.3-2_all.deb ...
#22 8.720 Unpacking python3-click (8.1.3-2) ...
#22 8.773 Selecting previously unselected package python3-click-plugins.
#22 8.784 Preparing to unpack .../038-python3-click-plugins_1.1.1-4_all.deb ...
#22 8.787 Unpacking python3-click-plugins (1.1.1-4) ...
#22 8.831 Selecting previously unselected package python3-cairo:amd64.
#22 8.842 Preparing to unpack .../039-python3-cairo_1.20.1-5+b1_amd64.deb ...
#22 8.845 Unpacking python3-cairo:amd64 (1.20.1-5+b1) ...
#22 8.891 Selecting previously unselected package python3-gi-cairo.
#22 8.898 Preparing to unpack .../040-python3-gi-cairo_3.42.2-3+b1_amd64.deb ...
#22 8.903 Unpacking python3-gi-cairo (3.42.2-3+b1) ...
#22 8.943 Selecting previously unselected package python3-attr.
#22 8.952 Preparing to unpack .../041-python3-attr_22.2.0-1_all.deb ...
#22 8.956 Unpacking python3-attr (22.2.0-1) ...
#22 9.056 Selecting previously unselected package python3-pyrsistent:amd64.
#22 9.066 Preparing to unpack .../042-python3-pyrsistent_0.18.1-1+b3_amd64.deb ...
#22 9.082 Unpacking python3-pyrsistent:amd64 (0.18.1-1+b3) ...
#22 9.198 Selecting previously unselected package python3-jsonschema.
#22 9.208 Preparing to unpack .../043-python3-jsonschema_4.10.3-1_all.deb ...
#22 9.220 Unpacking python3-jsonschema (4.10.3-1) ...
#22 9.324 Selecting previously unselected package python3-lxml:amd64.
#22 9.334 Preparing to unpack .../044-python3-lxml_4.9.2-1+b1_amd64.deb ...
#22 9.344 Unpacking python3-lxml:amd64 (4.9.2-1+b1) ...
#22 9.540 Selecting previously unselected package libglvnd0:amd64.
#22 9.550 Preparing to unpack .../045-libglvnd0_1.6.0-1_amd64.deb ...
#22 9.572 Unpacking libglvnd0:amd64 (1.6.0-1) ...
#22 9.667 Selecting previously unselected package libdrm-common.
#22 9.677 Preparing to unpack .../046-libdrm-common_2.4.114-1_all.deb ...
#22 9.695 Unpacking libdrm-common (2.4.114-1) ...
#22 9.798 Selecting previously unselected package libdrm2:amd64.
#22 9.809 Preparing to unpack .../047-libdrm2_2.4.114-1+b1_amd64.deb ...
#22 9.819 Unpacking libdrm2:amd64 (2.4.114-1+b1) ...
#22 9.914 Selecting previously unselected package libglapi-mesa:amd64.
#22 9.923 Preparing to unpack .../048-libglapi-mesa_22.3.6-1+deb12u1_amd64.deb ...
#22 9.943 Unpacking libglapi-mesa:amd64 (22.3.6-1+deb12u1) ...
#22 10.04 Selecting previously unselected package libx11-xcb1:amd64.
#22 10.05 Preparing to unpack .../049-libx11-xcb1_2%3a1.8.4-2+deb12u2_amd64.deb ...
#22 10.07 Unpacking libx11-xcb1:amd64 (2:1.8.4-2+deb12u2) ...
#22 10.19 Selecting previously unselected package libxcb-dri2-0:amd64.
#22 10.20 Preparing to unpack .../050-libxcb-dri2-0_1.15-1_amd64.deb ...
#22 10.21 Unpacking libxcb-dri2-0:amd64 (1.15-1) ...
#22 10.26 Selecting previously unselected package libxcb-dri3-0:amd64.
#22 10.27 Preparing to unpack .../051-libxcb-dri3-0_1.15-1_amd64.deb ...
#22 10.28 Unpacking libxcb-dri3-0:amd64 (1.15-1) ...
#22 10.33 Selecting previously unselected package libxcb-glx0:amd64.
#22 10.34 Preparing to unpack .../052-libxcb-glx0_1.15-1_amd64.deb ...
#22 10.34 Unpacking libxcb-glx0:amd64 (1.15-1) ...
#22 10.39 Selecting previously unselected package libxcb-present0:amd64.
#22 10.40 Preparing to unpack .../053-libxcb-present0_1.15-1_amd64.deb ...
#22 10.40 Unpacking libxcb-present0:amd64 (1.15-1) ...
#22 10.46 Selecting previously unselected package libxcb-randr0:amd64.
#22 10.47 Preparing to unpack .../054-libxcb-randr0_1.15-1_amd64.deb ...
#22 10.47 Unpacking libxcb-randr0:amd64 (1.15-1) ...
#22 10.53 Selecting previously unselected package libxcb-sync1:amd64.
#22 10.54 Preparing to unpack .../055-libxcb-sync1_1.15-1_amd64.deb ...
#22 10.54 Unpacking libxcb-sync1:amd64 (1.15-1) ...
#22 10.60 Selecting previously unselected package libxcb-xfixes0:amd64.
#22 10.61 Preparing to unpack .../056-libxcb-xfixes0_1.15-1_amd64.deb ...
#22 10.61 Unpacking libxcb-xfixes0:amd64 (1.15-1) ...
#22 10.66 Selecting previously unselected package libxshmfence1:amd64.
#22 10.67 Preparing to unpack .../057-libxshmfence1_1.3-1_amd64.deb ...
#22 10.68 Unpacking libxshmfence1:amd64 (1.3-1) ...
#22 10.72 Selecting previously unselected package libxxf86vm1:amd64.
#22 10.73 Preparing to unpack .../058-libxxf86vm1_1%3a1.1.4-1+b2_amd64.deb ...
#22 10.73 Unpacking libxxf86vm1:amd64 (1:1.1.4-1+b2) ...
#22 10.81 Selecting previously unselected package libdrm-amdgpu1:amd64.
#22 10.82 Preparing to unpack .../059-libdrm-amdgpu1_2.4.114-1+b1_amd64.deb ...
#22 10.84 Unpacking libdrm-amdgpu1:amd64 (2.4.114-1+b1) ...
#22 10.95 Selecting previously unselected package libdrm-intel1:amd64.
#22 10.96 Preparing to unpack .../060-libdrm-intel1_2.4.114-1+b1_amd64.deb ...
#22 10.97 Unpacking libdrm-intel1:amd64 (2.4.114-1+b1) ...
#22 11.10 Selecting previously unselected package libdrm-nouveau2:amd64.
#22 11.11 Preparing to unpack .../061-libdrm-nouveau2_2.4.114-1+b1_amd64.deb ...
#22 11.12 Unpacking libdrm-nouveau2:amd64 (2.4.114-1+b1) ...
#22 11.24 Selecting previously unselected package libdrm-radeon1:amd64.
#22 11.25 Preparing to unpack .../062-libdrm-radeon1_2.4.114-1+b1_amd64.deb ...
#22 11.26 Unpacking libdrm-radeon1:amd64 (2.4.114-1+b1) ...
#22 11.33 Selecting previously unselected package libllvm15:amd64.
#22 11.34 Preparing to unpack .../063-libllvm15_1%3a15.0.6-4+b1_amd64.deb ...
#22 11.35 Unpacking libllvm15:amd64 (1:15.0.6-4+b1) ...
#22 12.19 Selecting previously unselected package libgl1-mesa-dri:amd64.
#22 12.20 Preparing to unpack .../064-libgl1-mesa-dri_22.3.6-1+deb12u1_amd64.deb ...
#22 12.22 Unpacking libgl1-mesa-dri:amd64 (22.3.6-1+deb12u1) ...
#22 12.73 Selecting previously unselected package libglx-mesa0:amd64.
#22 12.74 Preparing to unpack .../065-libglx-mesa0_22.3.6-1+deb12u1_amd64.deb ...
#22 12.75 Unpacking libglx-mesa0:amd64 (22.3.6-1+deb12u1) ...
#22 12.87 Selecting previously unselected package libglx0:amd64.
#22 12.88 Preparing to unpack .../066-libglx0_1.6.0-1_amd64.deb ...
#22 12.90 Unpacking libglx0:amd64 (1.6.0-1) ...
#22 13.00 Selecting previously unselected package libgl1:amd64.
#22 13.01 Preparing to unpack .../067-libgl1_1.6.0-1_amd64.deb ...
#22 13.01 Unpacking libgl1:amd64 (1.6.0-1) ...
#22 13.12 Selecting previously unselected package libgl1-mesa-glx:amd64.
#22 13.13 Preparing to unpack .../068-libgl1-mesa-glx_22.3.6-1+deb12u1_amd64.deb ...
#22 13.14 Unpacking libgl1-mesa-glx:amd64 (22.3.6-1+deb12u1) ...
#22 13.23 Selecting previously unselected package libopengl0:amd64.
#22 13.24 Preparing to unpack .../069-libopengl0_1.6.0-1_amd64.deb ...
#22 13.25 Unpacking libopengl0:amd64 (1.6.0-1) ...
#22 13.36 Selecting previously unselected package libglu1-mesa:amd64.
#22 13.37 Preparing to unpack .../070-libglu1-mesa_9.0.2-1.1_amd64.deb ...
#22 13.38 Unpacking libglu1-mesa:amd64 (9.0.2-1.1) ...
#22 13.51 Selecting previously unselected package python3-opengl.
#22 13.53 Preparing to unpack .../071-python3-opengl_3.1.6+dfsg-3_all.deb ...
#22 13.53 Unpacking python3-opengl (3.1.6+dfsg-3) ...
#22 13.92 Selecting previously unselected package python3-packaging.
#22 13.93 Preparing to unpack .../072-python3-packaging_23.0-1_all.deb ...
#22 13.94 Unpacking python3-packaging (23.0-1) ...
#22 13.98 Selecting previously unselected package python3-pygccxml.
#22 13.99 Preparing to unpack .../073-python3-pygccxml_2.2.1-1_all.deb ...
#22 14.00 Unpacking python3-pygccxml (2.2.1-1) ...
#22 14.05 Selecting previously unselected package python3-pyqt5.sip.
#22 14.06 Preparing to unpack .../074-python3-pyqt5.sip_12.11.1-1_amd64.deb ...
#22 14.06 Unpacking python3-pyqt5.sip (12.11.1-1) ...
#22 14.11 Selecting previously unselected package libdouble-conversion3:amd64.
#22 14.13 Preparing to unpack .../075-libdouble-conversion3_3.2.1-1_amd64.deb ...
#22 14.13 Unpacking libdouble-conversion3:amd64 (3.2.1-1) ...
#22 14.19 Selecting previously unselected package libqt5core5a:amd64.
#22 14.20 Preparing to unpack .../076-libqt5core5a_5.15.8+dfsg-11+deb12u2_amd64.deb ...
#22 14.21 Unpacking libqt5core5a:amd64 (5.15.8+dfsg-11+deb12u2) ...
#22 14.37 Selecting previously unselected package libqt5dbus5:amd64.
#22 14.38 Preparing to unpack .../077-libqt5dbus5_5.15.8+dfsg-11+deb12u2_amd64.deb ...
#22 14.38 Unpacking libqt5dbus5:amd64 (5.15.8+dfsg-11+deb12u2) ...
#22 14.44 Selecting previously unselected package libwayland-server0:amd64.
#22 14.45 Preparing to unpack .../078-libwayland-server0_1.21.0-1_amd64.deb ...
#22 14.45 Unpacking libwayland-server0:amd64 (1.21.0-1) ...
#22 14.56 Selecting previously unselected package libgbm1:amd64.
#22 14.57 Preparing to unpack .../079-libgbm1_22.3.6-1+deb12u1_amd64.deb ...
#22 14.58 Unpacking libgbm1:amd64 (22.3.6-1+deb12u1) ...
#22 14.68 Selecting previously unselected package libegl-mesa0:amd64.
#22 14.69 Preparing to unpack .../080-libegl-mesa0_22.3.6-1+deb12u1_amd64.deb ...
#22 14.70 Unpacking libegl-mesa0:amd64 (22.3.6-1+deb12u1) ...
#22 14.82 Selecting previously unselected package libegl1:amd64.
#22 14.83 Preparing to unpack .../081-libegl1_1.6.0-1_amd64.deb ...
#22 14.84 Unpacking libegl1:amd64 (1.6.0-1) ...
#22 14.89 Selecting previously unselected package libevdev2:amd64.
#22 14.89 Preparing to unpack .../082-libevdev2_1.13.0+dfsg-1_amd64.deb ...
#22 14.90 Unpacking libevdev2:amd64 (1.13.0+dfsg-1) ...
#22 14.95 Selecting previously unselected package libmtdev1:amd64.
#22 14.95 Preparing to unpack .../083-libmtdev1_1.1.6-1_amd64.deb ...
#22 14.96 Unpacking libmtdev1:amd64 (1.1.6-1) ...
#22 15.00 Selecting previously unselected package libgudev-1.0-0:amd64.
#22 15.01 Preparing to unpack .../084-libgudev-1.0-0_237-2_amd64.deb ...
#22 15.02 Unpacking libgudev-1.0-0:amd64 (237-2) ...
#22 15.06 Selecting previously unselected package libwacom-common.
#22 15.07 Preparing to unpack .../085-libwacom-common_2.6.0-1_all.deb ...
#22 15.07 Unpacking libwacom-common (2.6.0-1) ...
#22 15.17 Selecting previously unselected package libwacom9:amd64.
#22 15.18 Preparing to unpack .../086-libwacom9_2.6.0-1_amd64.deb ...
#22 15.18 Unpacking libwacom9:amd64 (2.6.0-1) ...
#22 15.22 Selecting previously unselected package libinput-bin.
#22 15.23 Preparing to unpack .../087-libinput-bin_1.22.1-1_amd64.deb ...
#22 15.23 Unpacking libinput-bin (1.22.1-1) ...
#22 15.28 Selecting previously unselected package libinput10:amd64.
#22 15.30 Preparing to unpack .../088-libinput10_1.22.1-1_amd64.deb ...
#22 15.30 Unpacking libinput10:amd64 (1.22.1-1) ...
#22 15.35 Selecting previously unselected package libmd4c0:amd64.
#22 15.36 Preparing to unpack .../089-libmd4c0_0.4.8-1_amd64.deb ...
#22 15.37 Unpacking libmd4c0:amd64 (0.4.8-1) ...
#22 15.48 Selecting previously unselected package libqt5network5:amd64.
#22 15.49 Preparing to unpack .../090-libqt5network5_5.15.8+dfsg-11+deb12u2_amd64.deb ...
#22 15.51 Unpacking libqt5network5:amd64 (5.15.8+dfsg-11+deb12u2) ...
#22 15.65 Selecting previously unselected package libxcb-icccm4:amd64.
#22 15.66 Preparing to unpack .../091-libxcb-icccm4_0.4.1-1.1_amd64.deb ...
#22 15.67 Unpacking libxcb-icccm4:amd64 (0.4.1-1.1) ...
#22 15.80 Selecting previously unselected package libxcb-util1:amd64.
#22 15.81 Preparing to unpack .../092-libxcb-util1_0.4.0-1+b1_amd64.deb ...
#22 15.82 Unpacking libxcb-util1:amd64 (0.4.0-1+b1) ...
#22 15.93 Selecting previously unselected package libxcb-image0:amd64.
#22 15.94 Preparing to unpack .../093-libxcb-image0_0.4.0-2_amd64.deb ...
#22 15.94 Unpacking libxcb-image0:amd64 (0.4.0-2) ...
#22 16.05 Selecting previously unselected package libxcb-keysyms1:amd64.
#22 16.06 Preparing to unpack .../094-libxcb-keysyms1_0.4.0-1+b2_amd64.deb ...
#22 16.07 Unpacking libxcb-keysyms1:amd64 (0.4.0-1+b2) ...
#22 16.15 Selecting previously unselected package libxcb-render-util0:amd64.
#22 16.17 Preparing to unpack .../095-libxcb-render-util0_0.3.9-1+b1_amd64.deb ...
#22 16.18 Unpacking libxcb-render-util0:amd64 (0.3.9-1+b1) ...
#22 16.28 Selecting previously unselected package libxcb-shape0:amd64.
#22 16.29 Preparing to unpack .../096-libxcb-shape0_1.15-1_amd64.deb ...
#22 16.30 Unpacking libxcb-shape0:amd64 (1.15-1) ...
#22 16.41 Selecting previously unselected package libxcb-xinerama0:amd64.
#22 16.43 Preparing to unpack .../097-libxcb-xinerama0_1.15-1_amd64.deb ...
#22 16.44 Unpacking libxcb-xinerama0:amd64 (1.15-1) ...
#22 16.56 Selecting previously unselected package libxcb-xinput0:amd64.
#22 16.57 Preparing to unpack .../098-libxcb-xinput0_1.15-1_amd64.deb ...
#22 16.59 Unpacking libxcb-xinput0:amd64 (1.15-1) ...
#22 16.70 Selecting previously unselected package libxcb-xkb1:amd64.
#22 16.71 Preparing to unpack .../099-libxcb-xkb1_1.15-1_amd64.deb ...
#22 16.72 Unpacking libxcb-xkb1:amd64 (1.15-1) ...
#22 16.79 Selecting previously unselected package libxkbcommon-x11-0:amd64.
#22 16.80 Preparing to unpack .../100-libxkbcommon-x11-0_1.5.0-1_amd64.deb ...
#22 16.80 Unpacking libxkbcommon-x11-0:amd64 (1.5.0-1) ...
#22 16.86 Selecting previously unselected package libqt5gui5:amd64.
#22 16.87 Preparing to unpack .../101-libqt5gui5_5.15.8+dfsg-11+deb12u2_amd64.deb ...
#22 16.88 Unpacking libqt5gui5:amd64 (5.15.8+dfsg-11+deb12u2) ...
#22 17.13 Selecting previously unselected package libqt5widgets5:amd64.
#22 17.14 Preparing to unpack .../102-libqt5widgets5_5.15.8+dfsg-11+deb12u2_amd64.deb ...
#22 17.15 Unpacking libqt5widgets5:amd64 (5.15.8+dfsg-11+deb12u2) ...
#22 17.34 Selecting previously unselected package libqt5xml5:amd64.
#22 17.35 Preparing to unpack .../103-libqt5xml5_5.15.8+dfsg-11+deb12u2_amd64.deb ...
#22 17.35 Unpacking libqt5xml5:amd64 (5.15.8+dfsg-11+deb12u2) ...
#22 17.40 Selecting previously unselected package libqt5designer5:amd64.
#22 17.41 Preparing to unpack .../104-libqt5designer5_5.15.8-2_amd64.deb ...
#22 17.42 Unpacking libqt5designer5:amd64 (5.15.8-2) ...
#22 17.58 Selecting previously unselected package libqt5sql5:amd64.
#22 17.59 Preparing to unpack .../105-libqt5sql5_5.15.8+dfsg-11+deb12u2_amd64.deb ...
#22 17.59 Unpacking libqt5sql5:amd64 (5.15.8+dfsg-11+deb12u2) ...
#22 17.65 Selecting previously unselected package libqt5help5:amd64.
#22 17.66 Preparing to unpack .../106-libqt5help5_5.15.8-2_amd64.deb ...
#22 17.66 Unpacking libqt5help5:amd64 (5.15.8-2) ...
#22 17.71 Selecting previously unselected package libqt5printsupport5:amd64.
#22 17.72 Preparing to unpack .../107-libqt5printsupport5_5.15.8+dfsg-11+deb12u2_amd64.deb ...
#22 17.73 Unpacking libqt5printsupport5:amd64 (5.15.8+dfsg-11+deb12u2) ...
#22 17.79 Selecting previously unselected package libqt5test5:amd64.
#22 17.80 Preparing to unpack .../108-libqt5test5_5.15.8+dfsg-11+deb12u2_amd64.deb ...
#22 17.80 Unpacking libqt5test5:amd64 (5.15.8+dfsg-11+deb12u2) ...
#22 17.86 Selecting previously unselected package python3-pyqt5.
#22 17.87 Preparing to unpack .../109-python3-pyqt5_5.15.9+dfsg-1_amd64.deb ...
#22 17.87 Unpacking python3-pyqt5 (5.15.9+dfsg-1) ...
#22 18.08 Selecting previously unselected package python3-pyqt6.sip.
#22 18.09 Preparing to unpack .../110-python3-pyqt6.sip_13.4.1-1_amd64.deb ...
#22 18.10 Unpacking python3-pyqt6.sip (13.4.1-1) ...
#22 18.15 Selecting previously unselected package libb2-1:amd64.
#22 18.16 Preparing to unpack .../111-libb2-1_0.98.1-1.1_amd64.deb ...
#22 18.16 Unpacking libb2-1:amd64 (0.98.1-1.1) ...
#22 18.22 Selecting previously unselected package libqt6core6:amd64.
#22 18.23 Preparing to unpack .../112-libqt6core6_6.4.2+dfsg-10_amd64.deb ...
#22 18.23 Unpacking libqt6core6:amd64 (6.4.2+dfsg-10) ...
#22 18.38 Selecting previously unselected package libqt6dbus6:amd64.
#22 18.39 Preparing to unpack .../113-libqt6dbus6_6.4.2+dfsg-10_amd64.deb ...
#22 18.39 Unpacking libqt6dbus6:amd64 (6.4.2+dfsg-10) ...
#22 18.45 Selecting previously unselected package libts0:amd64.
#22 18.46 Preparing to unpack .../114-libts0_1.22-1+b1_amd64.deb ...
#22 18.46 Unpacking libts0:amd64 (1.22-1+b1) ...
#22 18.52 Selecting previously unselected package libqt6gui6:amd64.
#22 18.53 Preparing to unpack .../115-libqt6gui6_6.4.2+dfsg-10_amd64.deb ...
#22 18.53 Unpacking libqt6gui6:amd64 (6.4.2+dfsg-10) ...
#22 18.75 Selecting previously unselected package libproxy1v5:amd64.
#22 18.76 Preparing to unpack .../116-libproxy1v5_0.4.18-1.2_amd64.deb ...
#22 18.76 Unpacking libproxy1v5:amd64 (0.4.18-1.2) ...
#22 18.81 Selecting previously unselected package libqt6network6:amd64.
#22 18.82 Preparing to unpack .../117-libqt6network6_6.4.2+dfsg-10_amd64.deb ...
#22 18.82 Unpacking libqt6network6:amd64 (6.4.2+dfsg-10) ...
#22 18.92 Selecting previously unselected package libqt6opengl6:amd64.
#22 18.93 Preparing to unpack .../118-libqt6opengl6_6.4.2+dfsg-10_amd64.deb ...
#22 18.93 Unpacking libqt6opengl6:amd64 (6.4.2+dfsg-10) ...
#22 19.01 Selecting previously unselected package libqt6widgets6:amd64.
#22 19.02 Preparing to unpack .../119-libqt6widgets6_6.4.2+dfsg-10_amd64.deb ...
#22 19.02 Unpacking libqt6widgets6:amd64 (6.4.2+dfsg-10) ...
#22 19.21 Selecting previously unselected package libqt6openglwidgets6:amd64.
#22 19.22 Preparing to unpack .../120-libqt6openglwidgets6_6.4.2+dfsg-10_amd64.deb ...
#22 19.22 Unpacking libqt6openglwidgets6:amd64 (6.4.2+dfsg-10) ...
#22 19.27 Selecting previously unselected package libqt6printsupport6:amd64.
#22 19.29 Preparing to unpack .../121-libqt6printsupport6_6.4.2+dfsg-10_amd64.deb ...
#22 19.29 Unpacking libqt6printsupport6:amd64 (6.4.2+dfsg-10) ...
#22 19.35 Selecting previously unselected package libqt6sql6:amd64.
#22 19.36 Preparing to unpack .../122-libqt6sql6_6.4.2+dfsg-10_amd64.deb ...
#22 19.37 Unpacking libqt6sql6:amd64 (6.4.2+dfsg-10) ...
#22 19.42 Selecting previously unselected package libqt6test6:amd64.
#22 19.43 Preparing to unpack .../123-libqt6test6_6.4.2+dfsg-10_amd64.deb ...
#22 19.44 Unpacking libqt6test6:amd64 (6.4.2+dfsg-10) ...
#22 19.50 Selecting previously unselected package libqt6xml6:amd64.
#22 19.51 Preparing to unpack .../124-libqt6xml6_6.4.2+dfsg-10_amd64.deb ...
#22 19.51 Unpacking libqt6xml6:amd64 (6.4.2+dfsg-10) ...
#22 19.56 Selecting previously unselected package python3-pyqt6.
#22 19.58 Preparing to unpack .../125-python3-pyqt6_6.4.2-1_amd64.deb ...
#22 19.58 Unpacking python3-pyqt6 (6.4.2-1) ...
#22 19.81 Selecting previously unselected package python3-decorator.
#22 19.82 Preparing to unpack .../126-python3-decorator_5.1.1-3_all.deb ...
#22 19.82 Unpacking python3-decorator (5.1.1-3) ...
#22 19.87 Selecting previously unselected package libopenblas0-pthread:amd64.
#22 19.88 Preparing to unpack .../127-libopenblas0-pthread_0.3.21+ds-4_amd64.deb ...
#22 19.88 Unpacking libopenblas0-pthread:amd64 (0.3.21+ds-4) ...
#22 20.24 Selecting previously unselected package libopenblas0:amd64.
#22 20.25 Preparing to unpack .../128-libopenblas0_0.3.21+ds-4_amd64.deb ...
#22 20.25 Unpacking libopenblas0:amd64 (0.3.21+ds-4) ...
#22 20.30 Selecting previously unselected package libopenblas-pthread-dev:amd64.
#22 20.31 Preparing to unpack .../129-libopenblas-pthread-dev_0.3.21+ds-4_amd64.deb ...
#22 20.32 Unpacking libopenblas-pthread-dev:amd64 (0.3.21+ds-4) ...
#22 20.60 Selecting previously unselected package libopenblas-dev:amd64.
#22 20.61 Preparing to unpack .../130-libopenblas-dev_0.3.21+ds-4_amd64.deb ...
#22 20.62 Unpacking libopenblas-dev:amd64 (0.3.21+ds-4) ...
#22 20.66 Selecting previously unselected package libpython3-all-dev:amd64.
#22 20.67 Preparing to unpack .../131-libpython3-all-dev_3.11.2-1+b1_amd64.deb ...
#22 20.67 Unpacking libpython3-all-dev:amd64 (3.11.2-1+b1) ...
#22 20.71 Selecting previously unselected package python3-all.
#22 20.72 Preparing to unpack .../132-python3-all_3.11.2-1+b1_amd64.deb ...
#22 20.72 Unpacking python3-all (3.11.2-1+b1) ...
#22 20.76 Selecting previously unselected package python3-all-dev.
#22 20.77 Preparing to unpack .../133-python3-all-dev_3.11.2-1+b1_amd64.deb ...
#22 20.77 Unpacking python3-all-dev (3.11.2-1+b1) ...
#22 20.81 Selecting previously unselected package libxsimd-dev:amd64.
#22 20.82 Preparing to unpack .../134-libxsimd-dev_8.1.0-7_amd64.deb ...
#22 20.82 Unpacking libxsimd-dev:amd64 (8.1.0-7) ...
#22 20.88 Selecting previously unselected package python3-gast.
#22 20.89 Preparing to unpack .../135-python3-gast_0.5.2-2_all.deb ...
#22 20.89 Unpacking python3-gast (0.5.2-2) ...
#22 20.94 Selecting previously unselected package python3-beniget.
#22 20.95 Preparing to unpack .../136-python3-beniget_0.4.1-3_all.deb ...
#22 20.95 Unpacking python3-beniget (0.4.1-3) ...
#22 21.00 Selecting previously unselected package python3-ply.
#22 21.01 Preparing to unpack .../137-python3-ply_3.11-5_all.deb ...
#22 21.01 Unpacking python3-ply (3.11-5) ...
#22 21.07 Selecting previously unselected package python3-pythran.
#22 21.08 Preparing to unpack .../138-python3-pythran_0.11.0+ds-7_amd64.deb ...
#22 21.08 Unpacking python3-pythran (0.11.0+ds-7) ...
#22 21.38 Selecting previously unselected package liblbfgsb0:amd64.
#22 21.39 Preparing to unpack .../139-liblbfgsb0_3.0+dfsg.4-1_amd64.deb ...
#22 21.39 Unpacking liblbfgsb0:amd64 (3.0+dfsg.4-1) ...
#22 21.45 Selecting previously unselected package python3-scipy.
#22 21.46 Preparing to unpack .../140-python3-scipy_1.10.1-2_amd64.deb ...
#22 21.46 Unpacking python3-scipy (1.10.1-2) ...
#22 22.06 Selecting previously unselected package pyqt5-dev-tools.
#22 22.07 Preparing to unpack .../141-pyqt5-dev-tools_5.15.9+dfsg-1_amd64.deb ...
#22 22.07 Unpacking pyqt5-dev-tools (5.15.9+dfsg-1) ...
#22 22.13 Selecting previously unselected package pyqt6-dev-tools.
#22 22.14 Preparing to unpack .../142-pyqt6-dev-tools_6.4.2-1_all.deb ...
#22 22.14 Unpacking pyqt6-dev-tools (6.4.2-1) ...
#22 22.19 Selecting previously unselected package qtchooser.
#22 22.19 Preparing to unpack .../143-qtchooser_66-2_amd64.deb ...
#22 22.20 Unpacking qtchooser (66-2) ...
#22 22.24 Selecting previously unselected package qtbase5-dev-tools.
#22 22.25 Preparing to unpack .../144-qtbase5-dev-tools_5.15.8+dfsg-11+deb12u2_amd64.deb ...
#22 22.26 Unpacking qtbase5-dev-tools (5.15.8+dfsg-11+deb12u2) ...
#22 22.35 Selecting previously unselected package qt6-base-dev-tools.
#22 22.36 Preparing to unpack .../145-qt6-base-dev-tools_6.4.2+dfsg-10_amd64.deb ...
#22 22.36 Unpacking qt6-base-dev-tools (6.4.2+dfsg-10) ...
#22 22.47 Selecting previously unselected package python3-pyqtgraph.
#22 22.48 Preparing to unpack .../146-python3-pyqtgraph_0.13.1-4_all.deb ...
#22 22.48 Unpacking python3-pyqtgraph (0.13.1-4) ...
#22 22.60 Selecting previously unselected package python3-contextlib2.
#22 22.61 Preparing to unpack .../147-python3-contextlib2_0.6.0.post1-3_all.deb ...
#22 22.61 Unpacking python3-contextlib2 (0.6.0.post1-3) ...
#22 22.66 Selecting previously unselected package python3-schema.
#22 22.67 Preparing to unpack .../148-python3-schema_0.7.5-1_all.deb ...
#22 22.67 Unpacking python3-schema (0.7.5-1) ...
#22 22.71 Selecting previously unselected package python3-sip.
#22 22.73 Preparing to unpack .../149-python3-sip_4.19.25+dfsg-5+b1_amd64.deb ...
#22 22.73 Unpacking python3-sip (4.19.25+dfsg-5+b1) ...
#22 22.78 Selecting previously unselected package python3-thrift.
#22 22.79 Preparing to unpack .../150-python3-thrift_0.17.0-2+b2_amd64.deb ...
#22 22.79 Unpacking python3-thrift (0.17.0-2+b2) ...
#22 22.84 Selecting previously unselected package python3-cffi-backend:amd64.
#22 22.85 Preparing to unpack .../151-python3-cffi-backend_1.15.1-5+b1_amd64.deb ...
#22 22.85 Unpacking python3-cffi-backend:amd64 (1.15.1-5+b1) ...
#22 22.90 Selecting previously unselected package python3-py.
#22 22.91 Preparing to unpack .../152-python3-py_1.11.0-1_all.deb ...
#22 22.91 Unpacking python3-py (1.11.0-1) ...
#22 22.97 Selecting previously unselected package python3-zmq.
#22 22.98 Preparing to unpack .../153-python3-zmq_24.0.1-4+b1_amd64.deb ...
#22 22.99 Unpacking python3-zmq (24.0.1-4+b1) ...
#22 23.06 Selecting previously unselected package libfmt9:amd64.
#22 23.07 Preparing to unpack .../154-libfmt9_9.1.0+ds1-2_amd64.deb ...
#22 23.07 Unpacking libfmt9:amd64 (9.1.0+ds1-2) ...
#22 23.12 Selecting previously unselected package libgnuradio-pmt3.10.5:amd64.
#22 23.13 Preparing to unpack .../155-libgnuradio-pmt3.10.5_3.10.5.1-3_amd64.deb ...
#22 23.14 Unpacking libgnuradio-pmt3.10.5:amd64 (3.10.5.1-3) ...
#22 23.19 Selecting previously unselected package libspdlog1.10:amd64.
#22 23.20 Preparing to unpack .../156-libspdlog1.10_1%3a1.10.0+ds-0.4_amd64.deb ...
#22 23.21 Unpacking libspdlog1.10:amd64 (1:1.10.0+ds-0.4) ...
#22 23.26 Selecting previously unselected package libthrift-0.17.0:amd64.
#22 23.27 Preparing to unpack .../157-libthrift-0.17.0_0.17.0-2+b2_amd64.deb ...
#22 23.27 Unpacking libthrift-0.17.0:amd64 (0.17.0-2+b2) ...
#22 23.34 Selecting previously unselected package libunwind8:amd64.
#22 23.35 Preparing to unpack .../158-libunwind8_1.6.2-3_amd64.deb ...
#22 23.35 Unpacking libunwind8:amd64 (1.6.2-3) ...
#22 23.40 Selecting previously unselected package libgnuradio-runtime3.10.5:amd64.
#22 23.41 Preparing to unpack .../159-libgnuradio-runtime3.10.5_3.10.5.1-3_amd64.deb ...
#22 23.41 Unpacking libgnuradio-runtime3.10.5:amd64 (3.10.5.1-3) ...
#22 23.50 Selecting previously unselected package libogg0:amd64.
#22 23.51 Preparing to unpack .../160-libogg0_1.3.5-3_amd64.deb ...
#22 23.51 Unpacking libogg0:amd64 (1.3.5-3) ...
#22 23.56 Selecting previously unselected package libflac12:amd64.
#22 23.57 Preparing to unpack .../161-libflac12_1.4.2+ds-2_amd64.deb ...
#22 23.57 Unpacking libflac12:amd64 (1.4.2+ds-2) ...
#22 23.64 Selecting previously unselected package libmp3lame0:amd64.
#22 23.65 Preparing to unpack .../162-libmp3lame0_3.100-6_amd64.deb ...
#22 23.65 Unpacking libmp3lame0:amd64 (3.100-6) ...
#22 23.71 Selecting previously unselected package libmpg123-0:amd64.
#22 23.72 Preparing to unpack .../163-libmpg123-0_1.31.2-1+deb12u1_amd64.deb ...
#22 23.73 Unpacking libmpg123-0:amd64 (1.31.2-1+deb12u1) ...
#22 23.78 Selecting previously unselected package libopus0:amd64.
#22 23.79 Preparing to unpack .../164-libopus0_1.3.1-3_amd64.deb ...
#22 23.82 Unpacking libopus0:amd64 (1.3.1-3) ...
#22 23.87 Selecting previously unselected package libvorbis0a:amd64.
#22 23.89 Preparing to unpack .../165-libvorbis0a_1.3.7-1_amd64.deb ...
#22 23.89 Unpacking libvorbis0a:amd64 (1.3.7-1) ...
#22 23.94 Selecting previously unselected package libvorbisenc2:amd64.
#22 23.96 Preparing to unpack .../166-libvorbisenc2_1.3.7-1_amd64.deb ...
#22 23.96 Unpacking libvorbisenc2:amd64 (1.3.7-1) ...
#22 24.02 Selecting previously unselected package libsndfile1:amd64.
#22 24.03 Preparing to unpack .../167-libsndfile1_1.2.0-1_amd64.deb ...
#22 24.03 Unpacking libsndfile1:amd64 (1.2.0-1) ...
#22 24.09 Selecting previously unselected package libgnuradio-blocks3.10.5:amd64.
#22 24.10 Preparing to unpack .../168-libgnuradio-blocks3.10.5_3.10.5.1-3_amd64.deb ...
#22 24.10 Unpacking libgnuradio-blocks3.10.5:amd64 (3.10.5.1-3) ...
#22 24.19 Selecting previously unselected package libgnuradio-fft3.10.5:amd64.
#22 24.20 Preparing to unpack .../169-libgnuradio-fft3.10.5_3.10.5.1-3_amd64.deb ...
#22 24.20 Unpacking libgnuradio-fft3.10.5:amd64 (3.10.5.1-3) ...
#22 24.26 Selecting previously unselected package libgnuradio-analog3.10.5:amd64.
#22 24.27 Preparing to unpack .../170-libgnuradio-analog3.10.5_3.10.5.1-3_amd64.deb ...
#22 24.27 Unpacking libgnuradio-analog3.10.5:amd64 (3.10.5.1-3) ...
#22 24.33 Selecting previously unselected package libsamplerate0:amd64.
#22 24.34 Preparing to unpack .../171-libsamplerate0_0.2.2-3_amd64.deb ...
#22 24.34 Unpacking libsamplerate0:amd64 (0.2.2-3) ...
#22 24.46 Selecting previously unselected package libjack-jackd2-0:amd64.
#22 24.47 Preparing to unpack .../172-libjack-jackd2-0_1.9.21~dfsg-3_amd64.deb ...
#22 24.47 Unpacking libjack-jackd2-0:amd64 (1.9.21~dfsg-3) ...
#22 24.54 Selecting previously unselected package libportaudio2:amd64.
#22 24.55 Preparing to unpack .../173-libportaudio2_19.6.0-1.2_amd64.deb ...
#22 24.55 Unpacking libportaudio2:amd64 (19.6.0-1.2) ...
#22 24.60 Selecting previously unselected package libgnuradio-audio3.10.5:amd64.
#22 24.61 Preparing to unpack .../174-libgnuradio-audio3.10.5_3.10.5.1-3_amd64.deb ...
#22 24.61 Unpacking libgnuradio-audio3.10.5:amd64 (3.10.5.1-3) ...
#22 24.67 Selecting previously unselected package libgnuradio-filter3.10.5:amd64.
#22 24.68 Preparing to unpack .../175-libgnuradio-filter3.10.5_3.10.5.1-3_amd64.deb ...
#22 24.68 Unpacking libgnuradio-filter3.10.5:amd64 (3.10.5.1-3) ...
#22 24.74 Selecting previously unselected package libgnuradio-channels3.10.5:amd64.
#22 24.75 Preparing to unpack .../176-libgnuradio-channels3.10.5_3.10.5.1-3_amd64.deb ...
#22 24.76 Unpacking libgnuradio-channels3.10.5:amd64 (3.10.5.1-3) ...
#22 24.82 Selecting previously unselected package libgnuradio-digital3.10.5:amd64.
#22 24.83 Preparing to unpack .../177-libgnuradio-digital3.10.5_3.10.5.1-3_amd64.deb ...
#22 24.83 Unpacking libgnuradio-digital3.10.5:amd64 (3.10.5.1-3) ...
#22 24.91 Selecting previously unselected package libgslcblas0:amd64.
#22 24.92 Preparing to unpack .../178-libgslcblas0_2.7.1+dfsg-5_amd64.deb ...
#22 24.93 Unpacking libgslcblas0:amd64 (2.7.1+dfsg-5) ...
#22 24.98 Selecting previously unselected package libgsl27:amd64.
#22 24.99 Preparing to unpack .../179-libgsl27_2.7.1+dfsg-5_amd64.deb ...
#22 24.99 Unpacking libgsl27:amd64 (2.7.1+dfsg-5) ...
#22 25.09 Selecting previously unselected package libgnuradio-fec3.10.5:amd64.
#22 25.10 Preparing to unpack .../180-libgnuradio-fec3.10.5_3.10.5.1-3_amd64.deb ...
#22 25.11 Unpacking libgnuradio-fec3.10.5:amd64 (3.10.5.1-3) ...
#22 25.17 Selecting previously unselected package libgnuradio-dtv3.10.5:amd64.
#22 25.18 Preparing to unpack .../181-libgnuradio-dtv3.10.5_3.10.5.1-3_amd64.deb ...
#22 25.18 Unpacking libgnuradio-dtv3.10.5:amd64 (3.10.5.1-3) ...
#22 25.25 Selecting previously unselected package libiio0:amd64.
#22 25.26 Preparing to unpack .../182-libiio0_0.24-4_amd64.deb ...
#22 25.27 Unpacking libiio0:amd64 (0.24-4) ...
#22 25.31 Selecting previously unselected package libad9361-0:amd64.
#22 25.33 Preparing to unpack .../183-libad9361-0_0.2-1_amd64.deb ...
#22 25.33 Unpacking libad9361-0:amd64 (0.2-1) ...
#22 25.38 Selecting previously unselected package libgnuradio-iio3.10.5:amd64.
#22 25.39 Preparing to unpack .../184-libgnuradio-iio3.10.5_3.10.5.1-3_amd64.deb ...
#22 25.39 Unpacking libgnuradio-iio3.10.5:amd64 (3.10.5.1-3) ...
#22 25.45 Selecting previously unselected package libgnuradio-network3.10.5:amd64.
#22 25.46 Preparing to unpack .../185-libgnuradio-network3.10.5_3.10.5.1-3_amd64.deb ...
#22 25.46 Unpacking libgnuradio-network3.10.5:amd64 (3.10.5.1-3) ...
#22 25.52 Selecting previously unselected package libgnuradio-pdu3.10.5:amd64.
#22 25.53 Preparing to unpack .../186-libgnuradio-pdu3.10.5_3.10.5.1-3_amd64.deb ...
#22 25.53 Unpacking libgnuradio-pdu3.10.5:amd64 (3.10.5.1-3) ...
#22 25.59 Selecting previously unselected package libqt5opengl5:amd64.
#22 25.60 Preparing to unpack .../187-libqt5opengl5_5.15.8+dfsg-11+deb12u2_amd64.deb ...
#22 25.61 Unpacking libqt5opengl5:amd64 (5.15.8+dfsg-11+deb12u2) ...
#22 25.67 Selecting previously unselected package libqt5svg5:amd64.
#22 25.68 Preparing to unpack .../188-libqt5svg5_5.15.8-3_amd64.deb ...
#22 25.68 Unpacking libqt5svg5:amd64 (5.15.8-3) ...
#22 25.74 Selecting previously unselected package libqwt-qt5-6.
#22 25.76 Preparing to unpack .../189-libqwt-qt5-6_6.1.4-2_amd64.deb ...
#22 25.76 Unpacking libqwt-qt5-6 (6.1.4-2) ...
#22 25.84 Selecting previously unselected package libgnuradio-qtgui3.10.5:amd64.
#22 25.85 Preparing to unpack .../190-libgnuradio-qtgui3.10.5_3.10.5.1-3_amd64.deb ...
#22 25.85 Unpacking libgnuradio-qtgui3.10.5:amd64 (3.10.5.1-3) ...
#22 25.93 Selecting previously unselected package libgnuradio-soapy3.10.5:amd64.
#22 25.94 Preparing to unpack .../191-libgnuradio-soapy3.10.5_3.10.5.1-3_amd64.deb ...
#22 25.94 Unpacking libgnuradio-soapy3.10.5:amd64 (3.10.5.1-3) ...
#22 25.99 Selecting previously unselected package libgnuradio-trellis3.10.5:amd64.
#22 26.00 Preparing to unpack .../192-libgnuradio-trellis3.10.5_3.10.5.1-3_amd64.deb ...
#22 26.01 Unpacking libgnuradio-trellis3.10.5:amd64 (3.10.5.1-3) ...
#22 26.06 Selecting previously unselected package libgnuradio-uhd3.10.5:amd64.
#22 26.07 Preparing to unpack .../193-libgnuradio-uhd3.10.5_3.10.5.1-3_amd64.deb ...
#22 26.08 Unpacking libgnuradio-uhd3.10.5:amd64 (3.10.5.1-3) ...
#22 26.14 Selecting previously unselected package libslang2:amd64.
#22 26.15 Preparing to unpack .../194-libslang2_2.3.3-3_amd64.deb ...
#22 26.15 Unpacking libslang2:amd64 (2.3.3-3) ...
#22 26.24 Selecting previously unselected package libcaca0:amd64.
#22 26.25 Preparing to unpack .../195-libcaca0_0.99.beta20-3_amd64.deb ...
#22 26.26 Unpacking libcaca0:amd64 (0.99.beta20-3) ...
#22 26.32 Selecting previously unselected package libasyncns0:amd64.
#22 26.33 Preparing to unpack .../196-libasyncns0_0.8-6+b3_amd64.deb ...
#22 26.33 Unpacking libasyncns0:amd64 (0.8-6+b3) ...
#22 26.39 Selecting previously unselected package libpulse0:amd64.
#22 26.40 Preparing to unpack .../197-libpulse0_16.1+dfsg1-2+b1_amd64.deb ...
#22 26.41 Unpacking libpulse0:amd64 (16.1+dfsg1-2+b1) ...
#22 26.48 Selecting previously unselected package libsdl1.2debian:amd64.
#22 26.50 Preparing to unpack .../198-libsdl1.2debian_1.2.15+dfsg2-8_amd64.deb ...
#22 26.50 Unpacking libsdl1.2debian:amd64 (1.2.15+dfsg2-8) ...
#22 26.56 Selecting previously unselected package libgnuradio-video-sdl3.10.5:amd64.
#22 26.58 Preparing to unpack .../199-libgnuradio-video-sdl3.10.5_3.10.5.1-3_amd64.deb ...
#22 26.58 Unpacking libgnuradio-video-sdl3.10.5:amd64 (3.10.5.1-3) ...
#22 26.63 Selecting previously unselected package libcodec2-1.0:amd64.
#22 26.64 Preparing to unpack .../200-libcodec2-1.0_1.0.5-1_amd64.deb ...
#22 26.64 Unpacking libcodec2-1.0:amd64 (1.0.5-1) ...
#22 27.18 Selecting previously unselected package libgnuradio-vocoder3.10.5:amd64.
#22 27.19 Preparing to unpack .../201-libgnuradio-vocoder3.10.5_3.10.5.1-3_amd64.deb ...
#22 27.20 Unpacking libgnuradio-vocoder3.10.5:amd64 (3.10.5.1-3) ...
#22 27.25 Selecting previously unselected package libgnuradio-wavelet3.10.5:amd64.
#22 27.26 Preparing to unpack .../202-libgnuradio-wavelet3.10.5_3.10.5.1-3_amd64.deb ...
#22 27.27 Unpacking libgnuradio-wavelet3.10.5:amd64 (3.10.5.1-3) ...
#22 27.31 Selecting previously unselected package libgnuradio-zeromq3.10.5:amd64.
#22 27.33 Preparing to unpack .../203-libgnuradio-zeromq3.10.5_3.10.5.1-3_amd64.deb ...
#22 27.33 Unpacking libgnuradio-zeromq3.10.5:amd64 (3.10.5.1-3) ...
#22 27.39 Selecting previously unselected package gnuradio.
#22 27.40 Preparing to unpack .../204-gnuradio_3.10.5.1-3_amd64.deb ...
#22 27.40 Unpacking gnuradio (3.10.5.1-3) ...
#22 27.80 Setting up libb2-1:amd64 (0.98.1-1.1) ...
#22 27.81 Setting up libxcb-dri3-0:amd64 (1.15-1) ...
#22 27.82 Setting up python3-attr (22.2.0-1) ...
#22 27.97 Setting up libwayland-server0:amd64 (1.21.0-1) ...
#22 27.99 Setting up gtk-update-icon-cache (3.24.38-2~deb12u3) ...
#22 28.00 Setting up libx11-xcb1:amd64 (2:1.8.4-2+deb12u2) ...
#22 28.01 Setting up libdouble-conversion3:amd64 (3.2.1-1) ...
#22 28.02 Setting up libproxy1v5:amd64 (0.4.18-1.2) ...
#22 28.03 Setting up fonts-mathjax (2.7.9+dfsg-1) ...
#22 28.04 Setting up libcodec2-1.0:amd64 (1.0.5-1) ...
#22 28.05 Setting up libxdamage1:amd64 (1:1.1.6-1) ...
#22 28.06 Setting up libopenblas0-pthread:amd64 (0.3.21+ds-4) ...
#22 28.07 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 28.08 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 28.08 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 28.09 Setting up libmpg123-0:amd64 (1.31.2-1+deb12u1) ...
#22 28.10 Setting up libxcb-xfixes0:amd64 (1.15-1) ...
#22 28.11 Setting up libogg0:amd64 (1.3.5-3) ...
#22 28.12 Setting up python3-cairo:amd64 (1.20.1-5+b1) ...
#22 28.24 Setting up hicolor-icon-theme (0.17-2) ...
#22 28.27 Setting up libjs-mathjax (2.7.9+dfsg-1) ...
#22 28.28 Setting up libxcb-xinput0:amd64 (1.15-1) ...
#22 28.29 Setting up python3-py (1.11.0-1) ...
#22 28.45 Setting up libvte-2.91-common (0.70.6-2~deb12u1) ...
#22 28.46 Setting up libgslcblas0:amd64 (2.7.1+dfsg-5) ...
#22 28.52 Setting up python3-colorama (0.4.6-2) ...
#22 28.66 Setting up libglvnd0:amd64 (1.6.0-1) ...
#22 28.67 Setting up libxcb-glx0:amd64 (1.15-1) ...
#22 28.68 Setting up python3-ply (3.11-5) ...
#22 28.83 Setting up libiio0:amd64 (0.24-4) ...
#22 28.84 Setting up libxcb-keysyms1:amd64 (0.4.0-1+b2) ...
#22 28.85 Setting up libxcb-shape0:amd64 (1.15-1) ...
#22 28.86 Setting up python3-gast (0.5.2-2) ...
#22 29.00 Setting up libgsl27:amd64 (2.7.1+dfsg-5) ...
#22 29.04 Setting up libxcb-render-util0:amd64 (0.3.9-1+b1) ...
#22 29.06 Setting up python3-all (3.11.2-1+b1) ...
#22 29.07 Setting up xkb-data (2.35.1-1) ...
#22 29.08 Setting up python3-contextlib2 (0.6.0.post1-3) ...
#22 29.21 Setting up libxcb-icccm4:amd64 (0.4.1-1.1) ...
#22 29.22 Setting up libatspi2.0-0:amd64 (2.46.0-5) ...
#22 29.23 Setting up python3-click (8.1.3-2) ...
#22 29.39 Setting up libqt6core6:amd64 (6.4.2+dfsg-10) ...
#22 29.40 Setting up libunwind8:amd64 (1.6.2-3) ...
#22 29.41 Setting up python3-thrift (0.17.0-2+b2) ...
#22 29.57 Setting up libts0:amd64 (1.22-1+b1) ...
#22 29.58 Setting up libcolord2:amd64 (1.4.6-2.2) ...
#22 29.60 Setting up gnome-terminal-data (3.46.8-1) ...
#22 29.61 Setting up libopengl0:amd64 (1.6.0-1) ...
#22 29.62 Setting up libxcb-util1:amd64 (0.4.0-1+b1) ...
#22 29.63 Setting up libxxf86vm1:amd64 (1:1.1.4-1+b2) ...
#22 29.66 Setting up libxcb-xkb1:amd64 (1.15-1) ...
#22 29.68 Setting up libxcb-image0:amd64 (0.4.0-2) ...
#22 29.71 Setting up libxcb-present0:amd64 (1.15-1) ...
#22 29.82 Setting up libdconf1:amd64 (0.40.0-4) ...
#22 30.07 Setting up python3-beniget (0.4.1-3) ...
#22 30.27 Setting up libxsimd-dev:amd64 (8.1.0-7) ...
#22 30.28 Setting up python3-decorator (5.1.1-3) ...
#22 30.41 Setting up python3-packaging (23.0-1) ...
#22 30.56 Setting up libxcb-xinerama0:amd64 (1.15-1) ...
#22 30.57 Setting up libflac12:amd64 (1.4.2+ds-2) ...
#22 30.58 Setting up libslang2:amd64 (2.3.3-3) ...
#22 30.59 Setting up libqt6xml6:amd64 (6.4.2+dfsg-10) ...
#22 30.60 Setting up adwaita-icon-theme (43-1) ...
#22 30.66 update-alternatives: using /usr/share/icons/Adwaita/cursor.theme to provide /usr/share/icons/default/index.theme (x-cursor-theme) in auto mode
#22 30.67 Setting up libqt6sql6:amd64 (6.4.2+dfsg-10) ...
#22 30.68 Setting up libepoxy0:amd64 (1.5.10-1) ...
#22 30.69 Setting up libxfixes3:amd64 (1:6.0.0-2) ...
#22 30.70 Setting up libxcb-sync1:amd64 (1.15-1) ...
#22 30.71 Setting up libpython3-all-dev:amd64 (3.11.2-1+b1) ...
#22 30.72 Setting up libopus0:amd64 (1.3.1-3) ...
#22 30.73 Setting up libxinerama1:amd64 (2:1.1.4-3) ...
#22 30.74 Setting up libvorbis0a:amd64 (1.3.7-1) ...
#22 30.76 Setting up castxml (0.5.1-1) ...
#22 30.77 Setting up libxrandr2:amd64 (2:1.5.2-2+b1) ...
#22 30.78 Setting up liborc-0.4-0:amd64 (1:0.4.33-2) ...
#22 30.79 Setting up python3-click-plugins (1.1.1-4) ...
#22 30.92 Setting up libqt5core5a:amd64 (5.15.8+dfsg-11+deb12u2) ...
#22 30.93 Setting up libglapi-mesa:amd64 (22.3.6-1+deb12u1) ...
#22 30.94 Setting up libmtdev1:amd64 (1.1.6-1) ...
#22 30.96 Setting up libfmt9:amd64 (9.1.0+ds1-2) ...
#22 30.97 Setting up libxcb-dri2-0:amd64 (1.15-1) ...
#22 30.98 Setting up python3-pyqt5.sip (12.11.1-1) ...
#22 30.99 Setting up python3-pyrsistent:amd64 (0.18.1-1+b3) ...
#22 31.13 Setting up libopenblas0:amd64 (0.3.21+ds-4) ...
#22 31.14 Setting up libasyncns0:amd64 (0.8-6+b3) ...
#22 31.16 Setting up libxshmfence1:amd64 (1.3-1) ...
#22 31.17 Setting up python3-lxml:amd64 (4.9.2-1+b1) ...
#22 31.34 Setting up at-spi2-common (2.46.0-5) ...
#22 31.35 Setting up libqt5dbus5:amd64 (5.15.8+dfsg-11+deb12u2) ...
#22 31.36 Setting up python3-schema (0.7.5-1) ...
#22 31.49 Setting up libxcb-randr0:amd64 (1.15-1) ...
#22 31.50 Setting up libllvm15:amd64 (1:15.0.6-4+b1) ...
#22 31.52 Setting up libmd4c0:amd64 (0.4.8-1) ...
#22 31.53 Setting up libatk1.0-0:amd64 (2.46.0-5) ...
#22 31.54 Setting up libglu1-mesa:amd64 (9.0.2-1.1) ...
#22 31.55 Setting up libwayland-egl1:amd64 (1.21.0-1) ...
#22 31.56 Setting up python3-pygccxml (2.2.1-1) ...
#22 31.74 Setting up python3-pyqt6.sip (13.4.1-1) ...
#22 31.75 Setting up libsamplerate0:amd64 (0.2.2-3) ...
#22 31.76 Setting up libqt5test5:amd64 (5.15.8+dfsg-11+deb12u2) ...
#22 31.77 Setting up python3-gi-cairo (3.42.2-3+b1) ...
#22 31.78 Setting up libdrm-common (2.4.114-1) ...
#22 31.79 Setting up libxcomposite1:amd64 (1:0.4.5-1) ...
#22 31.81 Setting up libevdev2:amd64 (1.13.0+dfsg-1) ...
#22 31.81 Setting up libgudev-1.0-0:amd64 (237-2) ...
#22 31.82 Setting up qtchooser (66-2) ...
#22 31.84 Setting up libmp3lame0:amd64 (3.100-6) ...
#22 31.85 Setting up python3-cffi-backend:amd64 (1.15.1-5+b1) ...
#22 31.86 Setting up libvorbisenc2:amd64 (1.3.7-1) ...
#22 31.87 Setting up libqt6dbus6:amd64 (6.4.2+dfsg-10) ...
#22 31.88 Setting up liblbfgsb0:amd64 (3.0+dfsg.4-1) ...
#22 31.89 Setting up libwacom-common (2.6.0-1) ...
#22 31.90 Setting up python3-sip (4.19.25+dfsg-5+b1) ...
#22 32.03 Setting up libxkbcommon0:amd64 (1.5.0-1) ...
#22 32.04 Setting up libwayland-client0:amd64 (1.21.0-1) ...
#22 32.05 Setting up libspdlog1.10:amd64 (1:1.10.0+ds-0.4) ...
#22 32.07 Setting up libopenblas-pthread-dev:amd64 (0.3.21+ds-4) ...
#22 32.08 update-alternatives: using /usr/lib/x86_64-linux-gnu/openblas-pthread/libblas.so to provide /usr/lib/x86_64-linux-gnu/libblas.so (libblas.so-x86_64-linux-gnu) in auto mode
#22 32.08 update-alternatives: using /usr/lib/x86_64-linux-gnu/openblas-pthread/liblapack.so to provide /usr/lib/x86_64-linux-gnu/liblapack.so (liblapack.so-x86_64-linux-gnu) in auto mode
#22 32.09 update-alternatives: using /usr/lib/x86_64-linux-gnu/openblas-pthread/libopenblas.so to provide /usr/lib/x86_64-linux-gnu/libopenblas.so (libopenblas.so-x86_64-linux-gnu) in auto mode
#22 32.10 Setting up python3-all-dev (3.11.2-1+b1) ...
#22 32.10 Setting up libqt6test6:amd64 (6.4.2+dfsg-10) ...
#22 32.11 Setting up libad9361-0:amd64 (0.2-1) ...
#22 32.13 Setting up libcaca0:amd64 (0.99.beta20-3) ...
#22 32.14 Setting up qt6-base-dev-tools (6.4.2+dfsg-10) ...
#22 32.15 Setting up libwacom9:amd64 (2.6.0-1) ...
#22 32.16 Setting up libxcursor1:amd64 (1:1.2.1-1) ...
#22 32.17 Setting up dconf-service (0.40.0-4) ...
#22 32.18 Setting up libqt5network5:amd64 (5.15.8+dfsg-11+deb12u2) ...
#22 32.19 Setting up libinput-bin (1.22.1-1) ...
#22 32.20 Setting up libqt5sql5:amd64 (5.15.8+dfsg-11+deb12u2) ...
#22 32.21 Setting up libatk-bridge2.0-0:amd64 (2.46.0-5) ...
#22 32.22 Setting up qtbase5-dev-tools (5.15.8+dfsg-11+deb12u2) ...
#22 32.23 Setting up libopenblas-dev:amd64 (0.3.21+ds-4) ...
#22 32.24 Setting up libqt5xml5:amd64 (5.15.8+dfsg-11+deb12u2) ...
#22 32.25 Setting up python3-jsonschema (4.10.3-1) ...
#22 32.42 Setting up python3-zmq (24.0.1-4+b1) ...
#22 32.64 Setting up libxkbcommon-x11-0:amd64 (1.5.0-1) ...
#22 32.65 Setting up libvolk2.5:amd64 (2.5.2-3) ...
#22 32.66 Setting up libjack-jackd2-0:amd64 (1.9.21~dfsg-3) ...
#22 32.67 Setting up libdrm2:amd64 (2.4.114-1+b1) ...
#22 32.68 Setting up python3-pythran (0.11.0+ds-7) ...
#22 32.99 Setting up libwayland-cursor0:amd64 (1.21.0-1) ...
#22 33.00 Setting up libqt6network6:amd64 (6.4.2+dfsg-10) ...
#22 33.01 Setting up libgnuradio-pmt3.10.5:amd64 (3.10.5.1-3) ...
#22 33.02 Setting up libsndfile1:amd64 (1.2.0-1) ...
#22 33.03 Setting up libdrm-amdgpu1:amd64 (2.4.114-1+b1) ...
#22 33.04 Setting up libinput10:amd64 (1.22.1-1) ...
#22 33.05 Setting up libportaudio2:amd64 (19.6.0-1.2) ...
#22 33.06 Setting up libdrm-nouveau2:amd64 (2.4.114-1+b1) ...
#22 33.07 Setting up python3-scipy (1.10.1-2) ...
#22 34.80 Setting up libvolk2-bin (2.5.2-3) ...
#22 34.92 Setting up dconf-gsettings-backend:amd64 (0.40.0-4) ...
#22 34.93 Setting up libgbm1:amd64 (22.3.6-1+deb12u1) ...
#22 34.94 Setting up libpulse0:amd64 (16.1+dfsg1-2+b1) ...
#22 34.96 Setting up libdrm-radeon1:amd64 (2.4.114-1+b1) ...
#22 34.97 Setting up libdrm-intel1:amd64 (2.4.114-1+b1) ...
#22 34.98 Setting up libgl1-mesa-dri:amd64 (22.3.6-1+deb12u1) ...
#22 35.00 Setting up libthrift-0.17.0:amd64 (0.17.0-2+b2) ...
#22 35.01 Setting up libegl-mesa0:amd64 (22.3.6-1+deb12u1) ...
#22 35.02 Setting up libsdl1.2debian:amd64 (1.2.15+dfsg2-8) ...
#22 35.03 Setting up libegl1:amd64 (1.6.0-1) ...
#22 35.04 Setting up libgnuradio-runtime3.10.5:amd64 (3.10.5.1-3) ...
#22 35.05 Setting up libgtk-3-common (3.24.38-2~deb12u3) ...
#22 35.06 Setting up gsettings-desktop-schemas (43.0-1) ...
#22 35.08 Setting up libgnuradio-blocks3.10.5:amd64 (3.10.5.1-3) ...
#22 35.09 Setting up libgnuradio-trellis3.10.5:amd64 (3.10.5.1-3) ...
#22 35.10 Setting up libglx-mesa0:amd64 (22.3.6-1+deb12u1) ...
#22 35.11 Setting up libgnuradio-vocoder3.10.5:amd64 (3.10.5.1-3) ...
#22 35.12 Setting up libgnuradio-iio3.10.5:amd64 (3.10.5.1-3) ...
#22 35.13 Setting up libglx0:amd64 (1.6.0-1) ...
#22 35.14 Setting up libgnuradio-fec3.10.5:amd64 (3.10.5.1-3) ...
#22 35.15 Setting up libgnuradio-pdu3.10.5:amd64 (3.10.5.1-3) ...
#22 35.18 Setting up libgnuradio-uhd3.10.5:amd64 (3.10.5.1-3) ...
#22 35.19 Setting up libgnuradio-network3.10.5:amd64 (3.10.5.1-3) ...
#22 35.20 Setting up libgnuradio-video-sdl3.10.5:amd64 (3.10.5.1-3) ...
#22 35.21 Setting up libgl1:amd64 (1.6.0-1) ...
#22 35.22 Setting up libqt6gui6:amd64 (6.4.2+dfsg-10) ...
#22 35.23 Setting up libgnuradio-fft3.10.5:amd64 (3.10.5.1-3) ...
#22 35.24 Setting up libgnuradio-filter3.10.5:amd64 (3.10.5.1-3) ...
#22 35.25 Setting up libgnuradio-soapy3.10.5:amd64 (3.10.5.1-3) ...
#22 35.26 Setting up libgnuradio-wavelet3.10.5:amd64 (3.10.5.1-3) ...
#22 35.27 Setting up libgl1-mesa-glx:amd64 (22.3.6-1+deb12u1) ...
#22 35.28 Setting up libgnuradio-audio3.10.5:amd64 (3.10.5.1-3) ...
#22 35.29 Setting up libgnuradio-zeromq3.10.5:amd64 (3.10.5.1-3) ...
#22 35.30 Setting up libgnuradio-dtv3.10.5:amd64 (3.10.5.1-3) ...
#22 35.31 Setting up libqt5gui5:amd64 (5.15.8+dfsg-11+deb12u2) ...
#22 35.33 Setting up libqt6opengl6:amd64 (6.4.2+dfsg-10) ...
#22 35.34 Setting up libgnuradio-analog3.10.5:amd64 (3.10.5.1-3) ...
#22 35.35 Setting up libqt5widgets5:amd64 (5.15.8+dfsg-11+deb12u2) ...
#22 35.36 Setting up python3-opengl (3.1.6+dfsg-3) ...
#22 36.49 Setting up libqt5help5:amd64 (5.15.8-2) ...
#22 36.50 Setting up libgnuradio-digital3.10.5:amd64 (3.10.5.1-3) ...
#22 36.51 Setting up libqt6widgets6:amd64 (6.4.2+dfsg-10) ...
#22 36.52 Setting up libqt5printsupport5:amd64 (5.15.8+dfsg-11+deb12u2) ...
#22 36.53 Setting up libqt5opengl5:amd64 (5.15.8+dfsg-11+deb12u2) ...
#22 36.54 Setting up libqt6openglwidgets6:amd64 (6.4.2+dfsg-10) ...
#22 36.55 Setting up libgnuradio-channels3.10.5:amd64 (3.10.5.1-3) ...
#22 36.56 Setting up libqt6printsupport6:amd64 (6.4.2+dfsg-10) ...
#22 36.57 Setting up libqt5designer5:amd64 (5.15.8-2) ...
#22 36.58 Setting up python3-pyqt6 (6.4.2-1) ...
#22 36.71 Setting up pyqt6-dev-tools (6.4.2-1) ...
#22 36.86 Setting up libqt5svg5:amd64 (5.15.8-3) ...
#22 36.87 Setting up libqwt-qt5-6 (6.1.4-2) ...
#22 36.88 Setting up libgnuradio-qtgui3.10.5:amd64 (3.10.5.1-3) ...
#22 36.89 Setting up python3-pyqt5 (5.15.9+dfsg-1) ...
#22 37.04 Setting up pyqt5-dev-tools (5.15.9+dfsg-1) ...
#22 37.17 Setting up python3-pyqtgraph (0.13.1-4) ...
#22 37.66 Processing triggers for libc-bin (2.36-9+deb12u9) ...
#22 37.70 Processing triggers for man-db (2.11.2-2) ...
#22 37.72 Processing triggers for shared-mime-info (2.2-1) ...
#22 39.53 Processing triggers for mailcap (3.70+nmu1) ...
#22 39.56 Processing triggers for fontconfig (2.14.1-4) ...
#22 39.78 Processing triggers for libglib2.0-0:amd64 (2.74.6-2+deb12u4) ...
#22 39.81 Setting up libgtk-3-0:amd64 (3.24.38-2~deb12u3) ...
#22 39.84 Setting up libvte-2.91-0:amd64 (0.70.6-2~deb12u1) ...
#22 39.85 Setting up gnome-terminal (3.46.8-1) ...
#22 39.86 update-alternatives: using /usr/bin/gnome-terminal.wrapper to provide /usr/bin/x-terminal-emulator (x-terminal-emulator) in auto mode
#22 39.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 39.87 Setting up gnuradio (3.10.5.1-3) ...
#22 40.39 Processing triggers for libc-bin (2.36-9+deb12u9) ...
#22 DONE 40.7s

#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.329 + mkdir -p /tmp/mongodb
#23 0.331 + cd /tmp/mongodb
#23 0.331 + wget https://pgp.mongodb.com/server-5.0.asc -O /mongodb.key
#23 0.337 --2024-12-08 22:49:22--  https://pgp.mongodb.com/server-5.0.asc
#23 0.346 Resolving pgp.mongodb.com (pgp.mongodb.com)... 13.32.121.11, 13.32.121.114, 13.32.121.120, ...
#23 0.346 Connecting to pgp.mongodb.com (pgp.mongodb.com)|13.32.121.11|:443... connected.
#23 0.371 HTTP request sent, awaiting response... 200 OK
#23 0.759 Length: 1656 (1.6K) [binary/octet-stream]
#23 0.759 Saving to: ‘/mongodb.key’
#23 0.759 
#23 0.759      0K .                                                     100% 53.6M=0s
#23 0.759 
#23 0.759 2024-12-08 22:49:23 (53.6 MB/s) - ‘/mongodb.key’ saved [1656/1656]
#23 0.759 
#23 0.760 + wget http://security.debian.org/debian-security/pool/updates/main/o/openssl/libssl1.1_1.1.1n-0+deb10u6_amd64.deb
#23 0.763 --2024-12-08 22:49:23--  http://security.debian.org/debian-security/pool/updates/main/o/openssl/libssl1.1_1.1.1n-0+deb10u6_amd64.deb
#23 0.763 Resolving security.debian.org (security.debian.org)... 151.101.66.132, 151.101.130.132, 151.101.194.132, ...
#23 0.763 Connecting to security.debian.org (security.debian.org)|151.101.66.132|:80... connected.
#23 0.768 HTTP request sent, awaiting response... 200 OK
#23 0.775 Length: 1552428 (1.5M) [application/vnd.debian.binary-package]
#23 0.775 Saving to: ‘libssl1.1_1.1.1n-0+deb10u6_amd64.deb’
#23 0.775 
#23 0.775      0K .......... .......... .......... .......... ..........  3% 8.80M 0s
#23 0.780     50K .......... .......... .......... .......... ..........  6% 10.2M 0s
#23 0.785    100K .......... .......... .......... .......... ..........  9% 74.8M 0s
#23 0.786    150K .......... .......... .......... .......... .......... 13% 43.3M 0s
#23 0.787    200K .......... .......... .......... .......... .......... 16% 14.3M 0s
#23 0.790    250K .......... .......... .......... .......... .......... 19%  110M 0s
#23 0.791    300K .......... .......... .......... .......... .......... 23%  131M 0s
#23 0.791    350K .......... .......... .......... .......... .......... 26% 54.5M 0s
#23 0.792    400K .......... .......... .......... .......... .......... 29%  135M 0s
#23 0.792    450K .......... .......... .......... .......... .......... 32% 28.1M 0s
#23 0.794    500K .......... .......... .......... .......... .......... 36% 35.8M 0s
#23 0.795    550K .......... .......... .......... .......... .......... 39%  116M 0s
#23 0.796    600K .......... .......... .......... .......... .......... 42% 92.3M 0s
#23 0.796    650K .......... .......... .......... .......... .......... 46%  133M 0s
#23 0.797    700K .......... .......... .......... .......... .......... 49%  118M 0s
#23 0.797    750K .......... .......... .......... .......... .......... 52%  115M 0s
#23 0.798    800K .......... .......... .......... .......... .......... 56%  101M 0s
#23 0.798    850K .......... .......... .......... .......... .......... 59%  120M 0s
#23 0.798    900K .......... .......... .......... .......... .......... 62%  114M 0s
#23 0.799    950K .......... .......... .......... .......... .......... 65%  100M 0s
#23 0.799   1000K .......... .......... .......... .......... .......... 69%  115M 0s
#23 0.800   1050K .......... .......... .......... .......... .......... 72%  125M 0s
#23 0.800   1100K .......... .......... .......... .......... .......... 75% 93.6M 0s
#23 0.801   1150K .......... .......... .......... .......... .......... 79%  126M 0s
#23 0.801   1200K .......... .......... .......... .......... .......... 82% 94.3M 0s
#23 0.802   1250K .......... .......... .......... .......... .......... 85%  119M 0s
#23 0.802   1300K .......... .......... .......... .......... .......... 89%  128M 0s
#23 0.802   1350K .......... .......... .......... .......... .......... 92% 92.0M 0s
#23 0.803   1400K .......... .......... .......... .......... .......... 95%  125M 0s
#23 0.803   1450K .......... .......... .......... .......... .......... 98%  122M 0s
#23 0.804   1500K .......... ......                                     100% 88.4M=0.03s
#23 0.804 
#23 0.804 2024-12-08 22:49:23 (50.7 MB/s) - ‘libssl1.1_1.1.1n-0+deb10u6_amd64.deb’ saved [1552428/1552428]
#23 0.804 
#23 0.804 + dpkg -i libssl1.1_1.1.1n-0+deb10u6_amd64.deb
#23 0.848 Selecting previously unselected package libssl1.1:amd64.
#23 0.907 (Reading database ... 147350 files and directories currently installed.)
#23 0.910 Preparing to unpack libssl1.1_1.1.1n-0+deb10u6_amd64.deb ...
#23 0.918 Unpacking libssl1.1:amd64 (1.1.1n-0+deb10u6) ...
#23 1.024 Setting up libssl1.1:amd64 (1.1.1n-0+deb10u6) ...
#23 1.098 debconf: unable to initialize frontend: Dialog
#23 1.098 debconf: (TERM is not set, so the dialog frontend is not usable.)
#23 1.098 debconf: falling back to frontend: Readline
#23 1.105 debconf: unable to initialize frontend: Readline
#23 1.105 debconf: (This frontend requires a controlling tty.)
#23 1.105 debconf: falling back to frontend: Teletype
#23 1.135 Processing triggers for libc-bin (2.36-9+deb12u9) ...
#23 1.206 + echo deb [signed-by=/mongodb.key] http://repo.mongodb.org/apt/debian bullseye/mongodb-org/5.0 main
#23 1.206 + apt-get update
#23 1.271 Hit:1 http://deb.debian.org/debian bookworm InRelease
#23 1.271 Hit:2 http://deb.debian.org/debian bookworm-updates InRelease
#23 1.271 Hit:3 http://deb.debian.org/debian-security bookworm-security InRelease
#23 1.401 Hit:4 https://downloads.osmocom.org/packages/osmocom:/nightly/Debian_12 ./ InRelease
#23 1.462 Get:5 http://repo.mongodb.org/apt/debian bullseye/mongodb-org/5.0 InRelease [2,951 B]
#23 1.736 Get:6 http://repo.mongodb.org/apt/debian bullseye/mongodb-org/5.0/main amd64 Packages [84.0 kB]
#23 1.941 Fetched 86.9 kB in 1s (123 kB/s)
#23 1.941 Reading package lists...
#23 2.367 + apt-get install -y mongodb-org
#23 2.372 Reading package lists...
#23 2.781 Building dependency tree...
#23 2.882 Reading state information...
#23 2.978 The following additional packages will be installed:
#23 2.978   mongodb-database-tools mongodb-mongosh mongodb-org-database
#23 2.978   mongodb-org-database-tools-extra mongodb-org-mongos mongodb-org-server
#23 2.978   mongodb-org-shell mongodb-org-tools
#23 3.001 The following NEW packages will be installed:
#23 3.001   mongodb-database-tools mongodb-mongosh mongodb-org mongodb-org-database
#23 3.001   mongodb-org-database-tools-extra mongodb-org-mongos mongodb-org-server
#23 3.001   mongodb-org-shell mongodb-org-tools
#23 3.241 0 upgraded, 9 newly installed, 0 to remove and 2 not upgraded.
#23 3.241 Need to get 161 MB of archives.
#23 3.241 After this operation, 516 MB of additional disk space will be used.
#23 3.241 Get:1 http://repo.mongodb.org/apt/debian bullseye/mongodb-org/5.0/main amd64 mongodb-database-tools amd64 100.10.0 [46.4 MB]
#23 3.791 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.444 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.637 Get:4 http://repo.mongodb.org/apt/debian bullseye/mongodb-org/5.0/main amd64 mongodb-org-server amd64 5.0.30 [26.6 MB]
#23 4.939 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.159 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.367 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.575 Get:8 http://repo.mongodb.org/apt/debian bullseye/mongodb-org/5.0/main amd64 mongodb-org-tools amd64 5.0.30 [2,896 B]
#23 5.688 Get:9 http://repo.mongodb.org/apt/debian bullseye/mongodb-org/5.0/main amd64 mongodb-org amd64 5.0.30 [2,932 B]
#23 5.832 debconf: delaying package configuration, since apt-utils is not installed
#23 5.871 Fetched 161 MB in 3s (60.1 MB/s)
#23 5.908 Selecting previously unselected package mongodb-database-tools.
#23 5.908 (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 5.963 Preparing to unpack .../0-mongodb-database-tools_100.10.0_amd64.deb ...
#23 5.968 Unpacking mongodb-database-tools (100.10.0) ...
#23 6.736 Selecting previously unselected package mongodb-mongosh.
#23 6.745 Preparing to unpack .../1-mongodb-mongosh_2.3.4_amd64.deb ...
#23 6.748 Unpacking mongodb-mongosh (2.3.4) ...
#23 8.096 Selecting previously unselected package mongodb-org-shell.
#23 8.104 Preparing to unpack .../2-mongodb-org-shell_5.0.30_amd64.deb ...
#23 8.108 Unpacking mongodb-org-shell (5.0.30) ...
#23 8.670 Selecting previously unselected package mongodb-org-server.
#23 8.679 Preparing to unpack .../3-mongodb-org-server_5.0.30_amd64.deb ...
#23 8.683 Unpacking mongodb-org-server (5.0.30) ...
#23 9.426 Selecting previously unselected package mongodb-org-mongos.
#23 9.435 Preparing to unpack .../4-mongodb-org-mongos_5.0.30_amd64.deb ...
#23 9.440 Unpacking mongodb-org-mongos (5.0.30) ...
#23 10.05 Selecting previously unselected package mongodb-org-database-tools-extra.
#23 10.06 Preparing to unpack .../5-mongodb-org-database-tools-extra_5.0.30_amd64.deb ...
#23 10.06 Unpacking mongodb-org-database-tools-extra (5.0.30) ...
#23 10.11 Selecting previously unselected package mongodb-org-database.
#23 10.12 Preparing to unpack .../6-mongodb-org-database_5.0.30_amd64.deb ...
#23 10.12 Unpacking mongodb-org-database (5.0.30) ...
#23 10.16 Selecting previously unselected package mongodb-org-tools.
#23 10.17 Preparing to unpack .../7-mongodb-org-tools_5.0.30_amd64.deb ...
#23 10.18 Unpacking mongodb-org-tools (5.0.30) ...
#23 10.21 Selecting previously unselected package mongodb-org.
#23 10.23 Preparing to unpack .../8-mongodb-org_5.0.30_amd64.deb ...
#23 10.23 Unpacking mongodb-org (5.0.30) ...
#23 10.29 Setting up mongodb-mongosh (2.3.4) ...
#23 10.30 Setting up mongodb-org-server (5.0.30) ...
#23 10.34 Adding system user `mongodb' (UID 104) ...
#23 10.34 Adding new user `mongodb' (UID 104) with group `nogroup' ...
#23 10.37 Not creating `/nonexistent'.
#23 10.40 Adding group `mongodb' (GID 106) ...
#23 10.42 Done.
#23 10.45 Adding user `mongodb' to group `mongodb' ...
#23 10.47 Done.
#23 10.48 System has not been booted with systemd as init system (PID 1). Can't operate.

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

#23 10.49 Setting up mongodb-org-shell (5.0.30) ...
#23 10.50 Setting up mongodb-database-tools (100.10.0) ...
#23 10.51 Setting up mongodb-org-mongos (5.0.30) ...
#23 10.52 Setting up mongodb-org-database-tools-extra (5.0.30) ...
#23 10.53 Setting up mongodb-org-database (5.0.30) ...
#23 10.54 Setting up mongodb-org-tools (5.0.30) ...
#23 10.55 Setting up mongodb-org (5.0.30) ...
#23 10.56 Processing triggers for man-db (2.11.2-2) ...
#23 10.64 + apt-get clean
#23 10.64 + cd /
#23 10.64 + rm -rf /tmp/mongodb
#23 10.65 + rm /etc/apt/sources.list.d/mongodb-org.list
#23 10.65 + sed -i s/127.0.0.1/172.18.50.2/g /etc/mongod.conf
#23 DONE 11.0s

#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.407 Hit:1 http://deb.debian.org/debian bookworm InRelease
#24 0.407 Hit:2 http://deb.debian.org/debian bookworm-updates InRelease
#24 0.407 Hit:3 http://deb.debian.org/debian-security bookworm-security InRelease
#24 0.407 Hit:4 https://downloads.osmocom.org/packages/osmocom:/nightly/Debian_12 ./ InRelease
#24 0.663 Reading package lists...
#24 1.070 Reading package lists...
#24 1.469 Building dependency tree...
#24 1.569 Reading state information...
#24 1.662 python3-pip is already the newest version (23.0.1+dfsg-1).
#24 1.662 python3-setuptools is already the newest version (66.1.1-1).
#24 1.662 python3-wheel is already the newest version (0.38.4-2).
#24 1.662 build-essential is already the newest version (12.9).
#24 1.662 flex is already the newest version (2.6.4-8.2).
#24 1.662 bison is already the newest version (2:3.8.2+dfsg-1+b1).
#24 1.662 git is already the newest version (1:2.39.5-0+deb12u1).
#24 1.662 libsctp-dev is already the newest version (1.0.19+dfsg-2).
#24 1.662 libgnutls28-dev is already the newest version (3.7.9-2+deb12u3).
#24 1.662 libssl-dev is already the newest version (3.0.15-1~deb12u1).
#24 1.662 libmicrohttpd-dev is already the newest version (0.9.75-6).
#24 1.662 libmicrohttpd-dev set to manually installed.
#24 1.662 libcurl4-gnutls-dev is already the newest version (7.88.1-10+deb12u8).
#24 1.662 libcurl4-gnutls-dev set to manually installed.
#24 1.662 The following additional packages will be installed:
#24 1.662   libbson-1.0-0 libgpg-error-dev libidn-dev libintelrdfpmath-dev
#24 1.663   libmongoc-1.0-0 libmongocrypt-dev libmongocrypt0 libsasl2-dev libsnappy-dev
#24 1.663   libsnappy1v5 libzstd-dev
#24 1.663 Suggested packages:
#24 1.663   libgcrypt20-doc idn libnghttp2-doc libyaml-doc
#24 1.777 The following NEW packages will be installed:
#24 1.777   libbson-1.0-0 libbson-dev libgcrypt20-dev libgpg-error-dev libidn-dev
#24 1.777   libidn11-dev libintelrdfpmath-dev libmongoc-1.0-0 libmongoc-dev
#24 1.777   libmongocrypt-dev libmongocrypt0 libnghttp2-dev libsasl2-dev libsnappy-dev
#24 1.777   libsnappy1v5 libyaml-dev libzstd-dev meson ninja-build
#24 1.804 0 upgraded, 19 newly installed, 0 to remove and 2 not upgraded.
#24 1.804 Need to get 11.6 MB of archives.
#24 1.804 After this operation, 93.4 MB of additional disk space will be used.
#24 1.804 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.818 Get:2 http://deb.debian.org/debian bookworm/main amd64 libbson-dev amd64 1.23.1-1+b1 [129 kB]
#24 1.824 Get:3 http://deb.debian.org/debian bookworm/main amd64 libgpg-error-dev amd64 1.46-1 [133 kB]
#24 1.825 Get:4 http://deb.debian.org/debian bookworm/main amd64 libgcrypt20-dev amd64 1.10.1-3 [752 kB]
#24 1.835 Get:5 http://deb.debian.org/debian bookworm/main amd64 libidn-dev amd64 1.41-1 [190 kB]
#24 1.837 Get:6 http://deb.debian.org/debian bookworm/main amd64 libidn11-dev amd64 1.41-1 [42.4 kB]
#24 1.837 Get:7 http://deb.debian.org/debian bookworm/main amd64 libintelrdfpmath-dev amd64 2.0u2-8 [6,475 kB]
#24 1.894 Get:8 http://deb.debian.org/debian bookworm/main amd64 libmongocrypt0 amd64 1.7.2-1 [1,313 kB]
#24 1.904 Get:9 http://deb.debian.org/debian bookworm/main amd64 libsnappy1v5 amd64 1.1.9-3 [26.0 kB]
#24 1.904 Get:10 http://deb.debian.org/debian bookworm/main amd64 libmongoc-1.0-0 amd64 1.23.1-1+b1 [304 kB]
#24 1.906 Get:11 http://deb.debian.org/debian bookworm/main amd64 libmongocrypt-dev amd64 1.7.2-1 [263 kB]
#24 1.908 Get:12 http://deb.debian.org/debian bookworm/main amd64 libsnappy-dev amd64 1.1.9-3 [39.2 kB]
#24 1.909 Get:13 http://deb.debian.org/debian bookworm/main amd64 libsasl2-dev amd64 2.1.28+dfsg-10 [235 kB]
#24 1.911 Get:14 http://deb.debian.org/debian bookworm/main amd64 libzstd-dev amd64 1.5.4+dfsg2-5 [354 kB]
#24 1.914 Get:15 http://deb.debian.org/debian bookworm/main amd64 libmongoc-dev amd64 1.23.1-1+b1 [365 kB]
#24 1.917 Get:16 http://deb.debian.org/debian bookworm/main amd64 libnghttp2-dev amd64 1.52.0-1+deb12u2 [110 kB]
#24 1.918 Get:17 http://deb.debian.org/debian bookworm/main amd64 libyaml-dev amd64 0.2.5-1 [64.5 kB]
#24 1.919 Get:18 http://deb.debian.org/debian bookworm/main amd64 ninja-build amd64 1.11.1-2~deb12u1 [135 kB]
#24 1.920 Get:19 http://deb.debian.org/debian bookworm/main amd64 meson all 1.0.1-5 [548 kB]
#24 2.080 debconf: delaying package configuration, since apt-utils is not installed
#24 2.119 Fetched 11.6 MB in 0s (81.1 MB/s)
#24 2.153 Selecting previously unselected package libbson-1.0-0.
#24 2.153 (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.214 Preparing to unpack .../00-libbson-1.0-0_1.23.1-1+b1_amd64.deb ...
#24 2.221 Unpacking libbson-1.0-0 (1.23.1-1+b1) ...
#24 2.274 Selecting previously unselected package libbson-dev.
#24 2.284 Preparing to unpack .../01-libbson-dev_1.23.1-1+b1_amd64.deb ...
#24 2.287 Unpacking libbson-dev (1.23.1-1+b1) ...
#24 2.342 Selecting previously unselected package libgpg-error-dev.
#24 2.353 Preparing to unpack .../02-libgpg-error-dev_1.46-1_amd64.deb ...
#24 2.357 Unpacking libgpg-error-dev (1.46-1) ...
#24 2.407 Selecting previously unselected package libgcrypt20-dev.
#24 2.417 Preparing to unpack .../03-libgcrypt20-dev_1.10.1-3_amd64.deb ...
#24 2.420 Unpacking libgcrypt20-dev (1.10.1-3) ...
#24 2.503 Selecting previously unselected package libidn-dev:amd64.
#24 2.512 Preparing to unpack .../04-libidn-dev_1.41-1_amd64.deb ...
#24 2.522 Unpacking libidn-dev:amd64 (1.41-1) ...
#24 2.624 Selecting previously unselected package libidn11-dev:amd64.
#24 2.635 Preparing to unpack .../05-libidn11-dev_1.41-1_amd64.deb ...
#24 2.642 Unpacking libidn11-dev:amd64 (1.41-1) ...
#24 2.739 Selecting previously unselected package libintelrdfpmath-dev:amd64.
#24 2.750 Preparing to unpack .../06-libintelrdfpmath-dev_2.0u2-8_amd64.deb ...
#24 2.762 Unpacking libintelrdfpmath-dev:amd64 (2.0u2-8) ...
#24 3.218 Selecting previously unselected package libmongocrypt0:amd64.
#24 3.229 Preparing to unpack .../07-libmongocrypt0_1.7.2-1_amd64.deb ...
#24 3.256 Unpacking libmongocrypt0:amd64 (1.7.2-1) ...
#24 3.465 Selecting previously unselected package libsnappy1v5:amd64.
#24 3.476 Preparing to unpack .../08-libsnappy1v5_1.1.9-3_amd64.deb ...
#24 3.496 Unpacking libsnappy1v5:amd64 (1.1.9-3) ...
#24 3.612 Selecting previously unselected package libmongoc-1.0-0.
#24 3.624 Preparing to unpack .../09-libmongoc-1.0-0_1.23.1-1+b1_amd64.deb ...
#24 3.649 Unpacking libmongoc-1.0-0 (1.23.1-1+b1) ...
#24 3.713 Selecting previously unselected package libmongocrypt-dev:amd64.
#24 3.724 Preparing to unpack .../10-libmongocrypt-dev_1.7.2-1_amd64.deb ...
#24 3.727 Unpacking libmongocrypt-dev:amd64 (1.7.2-1) ...
#24 3.789 Selecting previously unselected package libsnappy-dev:amd64.
#24 3.801 Preparing to unpack .../11-libsnappy-dev_1.1.9-3_amd64.deb ...
#24 3.804 Unpacking libsnappy-dev:amd64 (1.1.9-3) ...
#24 3.852 Selecting previously unselected package libsasl2-dev.
#24 3.864 Preparing to unpack .../12-libsasl2-dev_2.1.28+dfsg-10_amd64.deb ...
#24 3.868 Unpacking libsasl2-dev (2.1.28+dfsg-10) ...
#24 3.927 Selecting previously unselected package libzstd-dev:amd64.
#24 3.936 Preparing to unpack .../13-libzstd-dev_1.5.4+dfsg2-5_amd64.deb ...
#24 3.940 Unpacking libzstd-dev:amd64 (1.5.4+dfsg2-5) ...
#24 4.003 Selecting previously unselected package libmongoc-dev.
#24 4.013 Preparing to unpack .../14-libmongoc-dev_1.23.1-1+b1_amd64.deb ...
#24 4.017 Unpacking libmongoc-dev (1.23.1-1+b1) ...
#24 4.084 Selecting previously unselected package libnghttp2-dev:amd64.
#24 4.095 Preparing to unpack .../15-libnghttp2-dev_1.52.0-1+deb12u2_amd64.deb ...
#24 4.099 Unpacking libnghttp2-dev:amd64 (1.52.0-1+deb12u2) ...
#24 4.151 Selecting previously unselected package libyaml-dev:amd64.
#24 4.161 Preparing to unpack .../16-libyaml-dev_0.2.5-1_amd64.deb ...
#24 4.166 Unpacking libyaml-dev:amd64 (0.2.5-1) ...
#24 4.216 Selecting previously unselected package ninja-build.
#24 4.228 Preparing to unpack .../17-ninja-build_1.11.1-2~deb12u1_amd64.deb ...
#24 4.232 Unpacking ninja-build (1.11.1-2~deb12u1) ...
#24 4.293 Selecting previously unselected package meson.
#24 4.305 Preparing to unpack .../18-meson_1.0.1-5_all.deb ...
#24 4.374 Unpacking meson (1.0.1-5) ...
#24 4.486 Setting up libnghttp2-dev:amd64 (1.52.0-1+deb12u2) ...
#24 4.496 Setting up libzstd-dev:amd64 (1.5.4+dfsg2-5) ...
#24 4.507 Setting up libyaml-dev:amd64 (0.2.5-1) ...
#24 4.518 Setting up ninja-build (1.11.1-2~deb12u1) ...
#24 4.529 Setting up libsnappy1v5:amd64 (1.1.9-3) ...
#24 4.540 Setting up libsasl2-dev (2.1.28+dfsg-10) ...
#24 4.552 Setting up libgpg-error-dev (1.46-1) ...
#24 4.561 Setting up libbson-1.0-0 (1.23.1-1+b1) ...
#24 4.572 Setting up libidn-dev:amd64 (1.41-1) ...
#24 4.582 Setting up libintelrdfpmath-dev:amd64 (2.0u2-8) ...
#24 4.593 Setting up libmongocrypt0:amd64 (1.7.2-1) ...
#24 4.604 Setting up libbson-dev (1.23.1-1+b1) ...
#24 4.614 Setting up libidn11-dev:amd64 (1.41-1) ...
#24 4.626 Setting up libsnappy-dev:amd64 (1.1.9-3) ...
#24 4.637 Setting up meson (1.0.1-5) ...
#24 5.156 Setting up libmongocrypt-dev:amd64 (1.7.2-1) ...
#24 5.168 Setting up libmongoc-1.0-0 (1.23.1-1+b1) ...
#24 5.179 Setting up libgcrypt20-dev (1.10.1-3) ...
#24 5.190 Setting up libmongoc-dev (1.23.1-1+b1) ...
#24 5.201 Processing triggers for man-db (2.11.2-2) ...
#24 5.219 Processing triggers for libc-bin (2.36-9+deb12u9) ...
#24 DONE 5.3s

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

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

#34 exporting to image
#34 exporting layers
#34 exporting layers 4.5s done
#34 writing image sha256:f4c788fd193d5010cecdc7c1b7961d04036d8a45c74061b98da7c9584d8fb3cd done
#34 naming to docker.io/osmocom-build/osmo-gsm-tester:latest done
#34 DONE 4.5s
rm -rf .common
make: Leaving directory '/home/osmocom-build/jenkins/workspace/osmo-gsm-tester_virtual/docker-playground/osmo-gsm-tester'
+ unlink osmo-gsm-tester/sysmocom/resources.conf
+ ln -s resources.conf.virtual osmo-gsm-tester/sysmocom/resources.conf
+ docker run --rm=true -e HOME=/build -e JOB_NAME=osmo-gsm-tester_virtual -e OSMO_GSM_TESTER_CONF=/build/osmo-gsm-tester/sysmocom/main.conf -e OSMO_GSM_TESTER_OPTS=-s netreg_mass -e BUILD_NUMBER=7808 -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-08 22:49:45
+ trial_dir_prefix=trial-
+ rm -rf trial-*
+ trial_dir=trial-7808
+ mkdir -p trial-7808
+ mv open5gs.build-8.tgz osmo-bsc.build-2024-12-08_13_27_56.tgz osmo-bts-oc2g.build-2024-12-08_00_51_47.tgz osmo-bts-sysmo.build-2024-12-08_00_52_07.tgz osmo-bts.build-2024-12-08_00_53_06.tgz osmo-ggsn.build-2024-12-08_20_43_06.tgz osmo-hlr.build-2024-12-08_16_37_41.tgz osmo-hnbgw.build-2024-12-08_13_33_51.tgz osmo-mgw.build-2024-12-08_08_33_36.tgz osmo-msc.build-2024-12-08_13_38_31.tgz osmo-nitb.build-17155.tgz osmo-pcu-oc2g.build-2024-12-08_07_40_59.tgz osmo-pcu-sysmo.build-2024-12-08_07_40_16.tgz osmo-pcu.build-2024-12-08_07_40_32.tgz osmo-sgsn.build-2024-12-08_20_50_39.tgz osmo-stp.build-2024-12-08_13_26_22.tgz osmo-trx.build-2024-12-08_14_27_23.tgz osmocom-bb.build-2024-12-08_21_18_21.tgz srslte.build-19.tgz trial-7808
+ cat open5gs.build-8.md5 osmo-bsc.build-2024-12-08_13_27_56.md5 osmo-bts-oc2g.build-2024-12-08_00_51_47.md5 osmo-bts-sysmo.build-2024-12-08_00_52_07.md5 osmo-bts.build-2024-12-08_00_53_06.md5 osmo-ggsn.build-2024-12-08_20_43_06.md5 osmo-hlr.build-2024-12-08_16_37_41.md5 osmo-hnbgw.build-2024-12-08_13_33_51.md5 osmo-mgw.build-2024-12-08_08_33_36.md5 osmo-msc.build-2024-12-08_13_38_31.md5 osmo-nitb.build-17155.md5 osmo-pcu-oc2g.build-2024-12-08_07_40_59.md5 osmo-pcu-sysmo.build-2024-12-08_07_40_16.md5 osmo-pcu.build-2024-12-08_07_40_32.md5 osmo-sgsn.build-2024-12-08_20_50_39.md5 osmo-stp.build-2024-12-08_13_26_22.md5 osmo-trx.build-2024-12-08_14_27_23.md5 osmocom-bb.build-2024-12-08_21_18_21.md5 srslte.build-19.md5
+ rm open5gs.build-8.md5 osmo-bsc.build-2024-12-08_13_27_56.md5 osmo-bts-oc2g.build-2024-12-08_00_51_47.md5 osmo-bts-sysmo.build-2024-12-08_00_52_07.md5 osmo-bts.build-2024-12-08_00_53_06.md5 osmo-ggsn.build-2024-12-08_20_43_06.md5 osmo-hlr.build-2024-12-08_16_37_41.md5 osmo-hnbgw.build-2024-12-08_13_33_51.md5 osmo-mgw.build-2024-12-08_08_33_36.md5 osmo-msc.build-2024-12-08_13_38_31.md5 osmo-nitb.build-17155.md5 osmo-pcu-oc2g.build-2024-12-08_07_40_59.md5 osmo-pcu-sysmo.build-2024-12-08_07_40_16.md5 osmo-pcu.build-2024-12-08_07_40_32.md5 osmo-sgsn.build-2024-12-08_20_50_39.md5 osmo-stp.build-2024-12-08_13_26_22.md5 osmo-trx.build-2024-12-08_14_27_23.md5 osmocom-bb.build-2024-12-08_21_18_21.md5 srslte.build-19.md5
+ exit_code=1
+ which osmo-gsm-tester.py
+ python3 -u /build/osmo-gsm-tester/src/osmo-gsm-tester.py -c /build/osmo-gsm-tester/sysmocom/main.conf trial-7808 -s netreg_mass
combinations: ['netreg_mass']
trial: 'trial-7808'
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-7808
--------------------------------------------------------------------------------------------
22:49:46.039190 tst                       trial-7808: Detailed log at /build/trial-7808/run.2024-12-08_22-49-46/log

---------------------------------------------------------------------
trial-7808 netreg_mass
---------------------------------------------------------------------
22:49:46.317597 tst                      netreg_mass: reserving resources in /var/tmp/osmo-gsm-tester/state ...
22:49:46.318242 tst                      netreg_mass: Verifying 1 x bts (candidates: 1)
22:49:46.319606 tst                      netreg_mass: Verifying 6 x ip_address (candidates: 9)
22:49:46.321860 tst                      netreg_mass: Verifying 100 x modem (candidates: 100)
22:49:46.393207 tst                      netreg_mass: Reserving 1 x bts (candidates: 1)
22:49:46.395718 tst                      netreg_mass: Reserving 6 x ip_address (candidates: 9)
22:49:46.400244 tst                      netreg_mass: Reserving 100 x modem (candidates: 100)
22:49:46.548417 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-7808 netreg_mass register_default_mass.py
----------------------------------------------
22:49:46.550283 tst       register_default_mass.py:9: Claiming resources for the test
22:49:46.585838 tst                      netreg_mass: Using 1 x ip_address (candidates: 6)
22:49:46.586719 tst                      netreg_mass: Using 1 x ip_address (candidates: 6)
22:49:46.587549 tst                      netreg_mass: Using 1 x ip_address (candidates: 6)
22:49:46.588389 tst                      netreg_mass: Using 1 x ip_address (candidates: 6)
22:49:46.589206 tst                      netreg_mass: Using 1 x ip_address (candidates: 6)
22:49:46.590031 tst                      netreg_mass: Using 1 x ip_address (candidates: 6)
22:49:46.590842 tst                      netreg_mass: Using 1 x bts (candidates: 1)
22:49:46.629030 tst         register_default_mass.py: using LAC 2
22:49:46.650455 tst         register_default_mass.py: using RAC 2
22:49:46.670732 tst         register_default_mass.py: using CellId 2
22:49:46.692638 tst         register_default_mass.py: using BVCI 3
22:49:46.707515 tst                      netreg_mass: Using 1 x modem (candidates: 100)
22:49:46.708564 tst                      netreg_mass: Using 1 x modem (candidates: 100)
22:49:46.709544 tst                      netreg_mass: Using 1 x modem (candidates: 100)
22:49:46.710520 tst                      netreg_mass: Using 1 x modem (candidates: 100)
22:49:46.711494 tst                      netreg_mass: Using 1 x modem (candidates: 100)
22:49:46.712518 tst                      netreg_mass: Using 1 x modem (candidates: 100)
22:49:46.713482 tst                      netreg_mass: Using 1 x modem (candidates: 100)
22:49:46.714449 tst                      netreg_mass: Using 1 x modem (candidates: 100)
22:49:46.715430 tst                      netreg_mass: Using 1 x modem (candidates: 100)
22:49:46.716412 tst                      netreg_mass: Using 1 x modem (candidates: 100)
22:49:46.717366 tst                      netreg_mass: Using 1 x modem (candidates: 100)
22:49:46.718316 tst                      netreg_mass: Using 1 x modem (candidates: 100)
22:49:46.719292 tst                      netreg_mass: Using 1 x modem (candidates: 100)
22:49:46.720283 tst                      netreg_mass: Using 1 x modem (candidates: 100)
22:49:46.721251 tst                      netreg_mass: Using 1 x modem (candidates: 100)
22:49:46.722220 tst                      netreg_mass: Using 1 x modem (candidates: 100)
22:49:46.723181 tst                      netreg_mass: Using 1 x modem (candidates: 100)
22:49:46.724163 tst                      netreg_mass: Using 1 x modem (candidates: 100)
22:49:46.725137 tst                      netreg_mass: Using 1 x modem (candidates: 100)
22:49:46.726105 tst                      netreg_mass: Using 1 x modem (candidates: 100)
22:49:46.727067 tst                      netreg_mass: Using 1 x modem (candidates: 100)
22:49:46.728072 tst                      netreg_mass: Using 1 x modem (candidates: 100)
22:49:46.729051 tst                      netreg_mass: Using 1 x modem (candidates: 100)
22:49:46.730032 tst                      netreg_mass: Using 1 x modem (candidates: 100)
22:49:46.730993 tst                      netreg_mass: Using 1 x modem (candidates: 100)
22:49:46.731965 tst                      netreg_mass: Using 1 x modem (candidates: 100)
22:49:46.732922 tst                      netreg_mass: Using 1 x modem (candidates: 100)
22:49:46.733871 tst                      netreg_mass: Using 1 x modem (candidates: 100)
22:49:46.734826 tst                      netreg_mass: Using 1 x modem (candidates: 100)
22:49:46.735789 tst                      netreg_mass: Using 1 x modem (candidates: 100)
22:49:46.736734 tst                      netreg_mass: Using 1 x modem (candidates: 100)
22:49:46.737681 tst                      netreg_mass: Using 1 x modem (candidates: 100)
22:49:46.738645 tst                      netreg_mass: Using 1 x modem (candidates: 100)
22:49:46.739622 tst                      netreg_mass: Using 1 x modem (candidates: 100)
22:49:46.740582 tst                      netreg_mass: Using 1 x modem (candidates: 100)
22:49:46.741521 tst                      netreg_mass: Using 1 x modem (candidates: 100)
22:49:46.742455 tst                      netreg_mass: Using 1 x modem (candidates: 100)
22:49:46.743402 tst                      netreg_mass: Using 1 x modem (candidates: 100)
22:49:46.744361 tst                      netreg_mass: Using 1 x modem (candidates: 100)
22:49:46.745295 tst                      netreg_mass: Using 1 x modem (candidates: 100)
22:49:46.746230 tst                      netreg_mass: Using 1 x modem (candidates: 100)
22:49:46.747160 tst                      netreg_mass: Using 1 x modem (candidates: 100)
22:49:46.748114 tst                      netreg_mass: Using 1 x modem (candidates: 100)
22:49:46.749044 tst                      netreg_mass: Using 1 x modem (candidates: 100)
22:49:46.749980 tst                      netreg_mass: Using 1 x modem (candidates: 100)
22:49:46.750910 tst                      netreg_mass: Using 1 x modem (candidates: 100)
22:49:46.751856 tst                      netreg_mass: Using 1 x modem (candidates: 100)
22:49:46.752797 tst                      netreg_mass: Using 1 x modem (candidates: 100)
22:49:46.753729 tst                      netreg_mass: Using 1 x modem (candidates: 100)
22:49:46.754656 tst                      netreg_mass: Using 1 x modem (candidates: 100)
22:49:46.755603 tst                      netreg_mass: Using 1 x modem (candidates: 100)
22:49:46.756528 tst                      netreg_mass: Using 1 x modem (candidates: 100)
22:49:46.757454 tst                      netreg_mass: Using 1 x modem (candidates: 100)
22:49:46.758385 tst                      netreg_mass: Using 1 x modem (candidates: 100)
22:49:46.759312 tst                      netreg_mass: Using 1 x modem (candidates: 100)
22:49:46.760275 tst                      netreg_mass: Using 1 x modem (candidates: 100)
22:49:46.761210 tst                      netreg_mass: Using 1 x modem (candidates: 100)
22:49:46.762151 tst                      netreg_mass: Using 1 x modem (candidates: 100)
22:49:46.763083 tst                      netreg_mass: Using 1 x modem (candidates: 100)
22:49:46.764063 tst                      netreg_mass: Using 1 x modem (candidates: 100)
22:49:46.765014 tst                      netreg_mass: Using 1 x modem (candidates: 100)
22:49:46.765950 tst                      netreg_mass: Using 1 x modem (candidates: 100)
22:49:46.766899 tst                      netreg_mass: Using 1 x modem (candidates: 100)
22:49:46.767862 tst                      netreg_mass: Using 1 x modem (candidates: 100)
22:49:46.768794 tst                      netreg_mass: Using 1 x modem (candidates: 100)
22:49:46.769780 tst                      netreg_mass: Using 1 x modem (candidates: 100)
22:49:46.770736 tst                      netreg_mass: Using 1 x modem (candidates: 100)
22:49:46.771700 tst                      netreg_mass: Using 1 x modem (candidates: 100)
22:49:46.772644 tst                      netreg_mass: Using 1 x modem (candidates: 100)
22:49:46.773580 tst                      netreg_mass: Using 1 x modem (candidates: 100)
22:49:46.774522 tst                      netreg_mass: Using 1 x modem (candidates: 100)
22:49:46.775462 tst                      netreg_mass: Using 1 x modem (candidates: 100)
22:49:46.776433 tst                      netreg_mass: Using 1 x modem (candidates: 100)
22:49:46.777499 tst                      netreg_mass: Using 1 x modem (candidates: 100)
22:49:46.778437 tst                      netreg_mass: Using 1 x modem (candidates: 100)
22:49:46.779367 tst                      netreg_mass: Using 1 x modem (candidates: 100)
22:49:46.780337 tst                      netreg_mass: Using 1 x modem (candidates: 100)
22:49:46.781283 tst                      netreg_mass: Using 1 x modem (candidates: 100)
22:49:46.782216 tst                      netreg_mass: Using 1 x modem (candidates: 100)
22:49:46.783135 tst                      netreg_mass: Using 1 x modem (candidates: 100)
22:49:46.784074 tst                      netreg_mass: Using 1 x modem (candidates: 100)
22:49:46.785008 tst                      netreg_mass: Using 1 x modem (candidates: 100)
22:49:46.785931 tst                      netreg_mass: Using 1 x modem (candidates: 100)
22:49:46.786850 tst                      netreg_mass: Using 1 x modem (candidates: 100)
22:49:46.787771 tst                      netreg_mass: Using 1 x modem (candidates: 100)
22:49:46.788690 tst                      netreg_mass: Using 1 x modem (candidates: 100)
22:49:46.789606 tst                      netreg_mass: Using 1 x modem (candidates: 100)
22:49:46.790524 tst                      netreg_mass: Using 1 x modem (candidates: 100)
22:49:46.791443 tst                      netreg_mass: Using 1 x modem (candidates: 100)
22:49:46.792389 tst                      netreg_mass: Using 1 x modem (candidates: 100)
22:49:46.793320 tst                      netreg_mass: Using 1 x modem (candidates: 100)
22:49:46.794246 tst                      netreg_mass: Using 1 x modem (candidates: 100)
22:49:46.795179 tst                      netreg_mass: Using 1 x modem (candidates: 100)
22:49:46.796125 tst                      netreg_mass: Using 1 x modem (candidates: 100)
22:49:46.797047 tst                      netreg_mass: Using 1 x modem (candidates: 100)
22:49:46.797967 tst                      netreg_mass: Using 1 x modem (candidates: 100)
22:49:46.798896 tst                      netreg_mass: Using 1 x modem (candidates: 100)
22:49:46.799837 tst                      netreg_mass: Using 1 x modem (candidates: 100)
22:49:46.800777 tst                      netreg_mass: Using 1 x modem (candidates: 100)
22:49:46.801708 tst                      netreg_mass: Using 1 x modem (candidates: 100)
22:49:46.802629 tst                      netreg_mass: Using 1 x modem (candidates: 100)
22:49:46.803679 tst      register_default_mass.py:21: Launching a simple network
22:49:46.824173 run              osmo-hlr_127.0.42.2: Starting osmo-hlr
22:49:47.028480 run            create_hlr_db(pid=20): Launched
22:49:48.052900 run            create_hlr_db(pid=20): Terminated: ok {rc=0}
22:49:48.096626 run pcap-recorder_any(filters='host 127.0.42.2')(pid=22): Launched
22:49:48.129337 run      osmo-hlr_127.0.42.2(pid=23): Launched
22:49:48.141607 run              osmo-stp_127.0.42.5: Starting osmo-stp
22:49:48.454518 run pcap-recorder_any(filters='host 127.0.42.5 and port not 22')(pid=24): Launched
22:49:48.486362 run      osmo-stp_127.0.42.5(pid=25): Launched
22:49:48.498269 run              osmo-msc_127.0.42.6: Starting osmo-msc
22:49:49.223395 run pcap-recorder_any(filters='host 127.0.42.6 and port not 22')(pid=26): Launched
22:49:49.256080 run      osmo-msc_127.0.42.6(pid=27): Launched
22:49:52.278532 run              osmo-mgw_127.0.42.3: Starting osmo-mgw
22:49:52.477447 run pcap-recorder_any(filters='host 127.0.42.3 and port not 22')(pid=28): Launched
22:49:52.509038 run      osmo-mgw_127.0.42.3(pid=29): Launched
22:49:52.521074 run              osmo-mgw_127.0.42.4: Starting osmo-mgw
22:49:52.573288 run pcap-recorder_any(filters='host 127.0.42.4 and port not 22')(pid=30): Launched
22:49:52.605154 run      osmo-mgw_127.0.42.4(pid=31): Launched
22:49:52.617202 run              osmo-bsc_127.0.42.7: Starting osmo-bsc
22:49:53.147207 run pcap-recorder_any(filters='host 127.0.42.7 and port not 22')(pid=32): Launched
22:49:53.179789 run      osmo-bsc_127.0.42.7(pid=33): Launched
22:49:59.220918 run                 osmo-bts-virtual: Starting to connect to osmo-bsc_127.0.42.7
22:49:59.479162 run         osmo-bts-virtual(pid=34): Launched
22:50:00.545213 tst         register_default_mass.py: using MSISDN 1001
22:50:00.559642 run              osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001010000000000', msisdn='1001', subscriber_id=1}
22:50:00.589904 tst         register_default_mass.py: using MSISDN 1002
22:50:00.604718 run              osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001010000000001', msisdn='1002', subscriber_id=2}
22:50:00.635640 tst         register_default_mass.py: using MSISDN 1003
22:50:00.649105 run              osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001010000000002', msisdn='1003', subscriber_id=3}
22:50:00.675135 tst         register_default_mass.py: using MSISDN 1004
22:50:00.688763 run              osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001010000000003', msisdn='1004', subscriber_id=4}
22:50:00.732875 tst         register_default_mass.py: using MSISDN 1005
22:50:00.749430 run              osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001010000000004', msisdn='1005', subscriber_id=5}
22:50:00.778865 tst         register_default_mass.py: using MSISDN 1006
22:50:00.792541 run              osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001010000000005', msisdn='1006', subscriber_id=6}
22:50:00.827500 tst         register_default_mass.py: using MSISDN 1007
22:50:00.842754 run              osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001010000000006', msisdn='1007', subscriber_id=7}
22:50:00.881497 tst         register_default_mass.py: using MSISDN 1008
22:50:00.897915 run              osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001010000000007', msisdn='1008', subscriber_id=8}
22:50:00.945348 tst         register_default_mass.py: using MSISDN 1009
22:50:00.959839 run              osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001010000000008', msisdn='1009', subscriber_id=9}
22:50:00.978270 tst         register_default_mass.py: using MSISDN 1010
22:50:00.993567 run              osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001010000000009', msisdn='1010', subscriber_id=10}
22:50:01.009113 tst         register_default_mass.py: using MSISDN 1011
22:50:01.020489 run              osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001020000000000', msisdn='1011', subscriber_id=11}
22:50:01.038195 tst         register_default_mass.py: using MSISDN 1012
22:50:01.049736 run              osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001020000000001', msisdn='1012', subscriber_id=12}
22:50:01.065570 tst         register_default_mass.py: using MSISDN 1013
22:50:01.078924 run              osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001020000000002', msisdn='1013', subscriber_id=13}
22:50:01.095809 tst         register_default_mass.py: using MSISDN 1014
22:50:01.107285 run              osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001020000000003', msisdn='1014', subscriber_id=14}
22:50:01.123999 tst         register_default_mass.py: using MSISDN 1015
22:50:01.135488 run              osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001020000000004', msisdn='1015', subscriber_id=15}
22:50:01.159102 tst         register_default_mass.py: using MSISDN 1016
22:50:01.175222 run              osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001020000000005', msisdn='1016', subscriber_id=16}
22:50:01.192442 tst         register_default_mass.py: using MSISDN 1017
22:50:01.203948 run              osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001020000000006', msisdn='1017', subscriber_id=17}
22:50:01.220772 tst         register_default_mass.py: using MSISDN 1018
22:50:01.232272 run              osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001020000000007', msisdn='1018', subscriber_id=18}
22:50:01.250191 tst         register_default_mass.py: using MSISDN 1019
22:50:01.264364 run              osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001020000000008', msisdn='1019', subscriber_id=19}
22:50:01.281294 tst         register_default_mass.py: using MSISDN 1020
22:50:01.292742 run              osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001020000000009', msisdn='1020', subscriber_id=20}
22:50:01.310872 tst         register_default_mass.py: using MSISDN 1021
22:50:01.322481 run              osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001030000000000', msisdn='1021', subscriber_id=21}
22:50:01.338496 tst         register_default_mass.py: using MSISDN 1022
22:50:01.350144 run              osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001030000000001', msisdn='1022', subscriber_id=22}
22:50:01.368213 tst         register_default_mass.py: using MSISDN 1023
22:50:01.383569 run              osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001030000000002', msisdn='1023', subscriber_id=23}
22:50:01.399713 tst         register_default_mass.py: using MSISDN 1024
22:50:01.411300 run              osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001030000000003', msisdn='1024', subscriber_id=24}
22:50:01.429167 tst         register_default_mass.py: using MSISDN 1025
22:50:01.444447 run              osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001030000000004', msisdn='1025', subscriber_id=25}
22:50:01.460625 tst         register_default_mass.py: using MSISDN 1026
22:50:01.472212 run              osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001030000000005', msisdn='1026', subscriber_id=26}
22:50:01.491460 tst         register_default_mass.py: using MSISDN 1027
22:50:01.503300 run              osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001030000000006', msisdn='1027', subscriber_id=27}
22:50:01.519700 tst         register_default_mass.py: using MSISDN 1028
22:50:01.531355 run              osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001030000000007', msisdn='1028', subscriber_id=28}
22:50:01.549510 tst         register_default_mass.py: using MSISDN 1029
22:50:01.565287 run              osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001030000000008', msisdn='1029', subscriber_id=29}
22:50:01.583464 tst         register_default_mass.py: using MSISDN 1030
22:50:01.595603 run              osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001030000000009', msisdn='1030', subscriber_id=30}
22:50:01.612991 tst         register_default_mass.py: using MSISDN 1031
22:50:01.624762 run              osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001040000000000', msisdn='1031', subscriber_id=31}
22:50:01.641956 tst         register_default_mass.py: using MSISDN 1032
22:50:01.653614 run              osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001040000000001', msisdn='1032', subscriber_id=32}
22:50:01.672175 tst         register_default_mass.py: using MSISDN 1033
22:50:01.687970 run              osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001040000000002', msisdn='1033', subscriber_id=33}
22:50:01.709455 tst         register_default_mass.py: using MSISDN 1034
22:50:01.721298 run              osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001040000000003', msisdn='1034', subscriber_id=34}
22:50:01.738816 tst         register_default_mass.py: using MSISDN 1035
22:50:01.750407 run              osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001040000000004', msisdn='1035', subscriber_id=35}
22:50:01.767692 tst         register_default_mass.py: using MSISDN 1036
22:50:01.781324 run              osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001040000000005', msisdn='1036', subscriber_id=36}
22:50:01.824026 tst         register_default_mass.py: using MSISDN 1037
22:50:01.840618 run              osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001040000000006', msisdn='1037', subscriber_id=37}
22:50:01.867779 tst         register_default_mass.py: using MSISDN 1038
22:50:01.881765 run              osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001040000000007', msisdn='1038', subscriber_id=38}
22:50:01.919602 tst         register_default_mass.py: using MSISDN 1039
22:50:01.933201 run              osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001040000000008', msisdn='1039', subscriber_id=39}
22:50:01.957755 tst         register_default_mass.py: using MSISDN 1040
22:50:01.974241 run              osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001040000000009', msisdn='1040', subscriber_id=40}
22:50:02.027931 tst         register_default_mass.py: using MSISDN 1041
22:50:02.041213 run              osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001050000000000', msisdn='1041', subscriber_id=41}
22:50:02.069548 tst         register_default_mass.py: using MSISDN 1042
22:50:02.083537 run              osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001050000000001', msisdn='1042', subscriber_id=42}
22:50:02.120753 tst         register_default_mass.py: using MSISDN 1043
22:50:02.135602 run              osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001050000000002', msisdn='1043', subscriber_id=43}
22:50:02.175552 tst         register_default_mass.py: using MSISDN 1044
22:50:02.189022 run              osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001050000000003', msisdn='1044', subscriber_id=44}
22:50:02.230805 tst         register_default_mass.py: using MSISDN 1045
22:50:02.246762 run              osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001050000000004', msisdn='1045', subscriber_id=45}
22:50:02.274491 tst         register_default_mass.py: using MSISDN 1046
22:50:02.288626 run              osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001050000000005', msisdn='1046', subscriber_id=46}
22:50:02.322130 tst         register_default_mass.py: using MSISDN 1047
22:50:02.338430 run              osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001050000000006', msisdn='1047', subscriber_id=47}
22:50:02.366664 tst         register_default_mass.py: using MSISDN 1048
22:50:02.382676 run              osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001050000000007', msisdn='1048', subscriber_id=48}
22:50:02.423479 tst         register_default_mass.py: using MSISDN 1049
22:50:02.439205 run              osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001050000000008', msisdn='1049', subscriber_id=49}
22:50:02.483689 tst         register_default_mass.py: using MSISDN 1050
22:50:02.496863 run              osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001050000000009', msisdn='1050', subscriber_id=50}
22:50:02.523098 tst         register_default_mass.py: using MSISDN 1051
22:50:02.536689 run              osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001060000000000', msisdn='1051', subscriber_id=51}
22:50:02.570852 tst         register_default_mass.py: using MSISDN 1052
22:50:02.588836 run              osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001060000000001', msisdn='1052', subscriber_id=52}
22:50:02.619285 tst         register_default_mass.py: using MSISDN 1053
22:50:02.635114 run              osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001060000000002', msisdn='1053', subscriber_id=53}
22:50:02.674921 tst         register_default_mass.py: using MSISDN 1054
22:50:02.690857 run              osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001060000000003', msisdn='1054', subscriber_id=54}
22:50:02.716784 tst         register_default_mass.py: using MSISDN 1055
22:50:02.731313 run              osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001060000000004', msisdn='1055', subscriber_id=55}
22:50:02.759632 tst         register_default_mass.py: using MSISDN 1056
22:50:02.775828 run              osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001060000000005', msisdn='1056', subscriber_id=56}
22:50:02.812347 tst         register_default_mass.py: using MSISDN 1057
22:50:02.828242 run              osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001060000000006', msisdn='1057', subscriber_id=57}
22:50:02.853653 tst         register_default_mass.py: using MSISDN 1058
22:50:02.869549 run              osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001060000000007', msisdn='1058', subscriber_id=58}
22:50:02.904526 tst         register_default_mass.py: using MSISDN 1059
22:50:02.919919 run              osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001060000000008', msisdn='1059', subscriber_id=59}
22:50:02.938385 tst         register_default_mass.py: using MSISDN 1060
22:50:02.953159 run              osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001060000000009', msisdn='1060', subscriber_id=60}
22:50:02.969174 tst         register_default_mass.py: using MSISDN 1061
22:50:02.980957 run              osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001070000000000', msisdn='1061', subscriber_id=61}
22:50:02.999682 tst         register_default_mass.py: using MSISDN 1062
22:50:03.015293 run              osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001070000000001', msisdn='1062', subscriber_id=62}
22:50:03.031514 tst         register_default_mass.py: using MSISDN 1063
22:50:03.043513 run              osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001070000000002', msisdn='1063', subscriber_id=63}
22:50:03.063248 tst         register_default_mass.py: using MSISDN 1064
22:50:03.075032 run              osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001070000000003', msisdn='1064', subscriber_id=64}
22:50:03.091808 tst         register_default_mass.py: using MSISDN 1065
22:50:03.103601 run              osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001070000000004', msisdn='1065', subscriber_id=65}
22:50:03.123491 tst         register_default_mass.py: using MSISDN 1066
22:50:03.136560 run              osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001070000000005', msisdn='1066', subscriber_id=66}
22:50:03.155207 tst         register_default_mass.py: using MSISDN 1067
22:50:03.171053 run              osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001070000000006', msisdn='1067', subscriber_id=67}
22:50:03.187958 tst         register_default_mass.py: using MSISDN 1068
22:50:03.199640 run              osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001070000000007', msisdn='1068', subscriber_id=68}
22:50:03.218288 tst         register_default_mass.py: using MSISDN 1069
22:50:03.231565 run              osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001070000000008', msisdn='1069', subscriber_id=69}
22:50:03.249142 tst         register_default_mass.py: using MSISDN 1070
22:50:03.264029 run              osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001070000000009', msisdn='1070', subscriber_id=70}
22:50:03.283047 tst         register_default_mass.py: using MSISDN 1071
22:50:03.297567 run              osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001080000000000', msisdn='1071', subscriber_id=71}
22:50:03.314303 tst         register_default_mass.py: using MSISDN 1072
22:50:03.326351 run              osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001080000000001', msisdn='1072', subscriber_id=72}
22:50:03.346057 tst         register_default_mass.py: using MSISDN 1073
22:50:03.357883 run              osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001080000000002', msisdn='1073', subscriber_id=73}
22:50:03.375484 tst         register_default_mass.py: using MSISDN 1074
22:50:03.387772 run              osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001080000000003', msisdn='1074', subscriber_id=74}
22:50:03.405018 tst         register_default_mass.py: using MSISDN 1075
22:50:03.416823 run              osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001080000000004', msisdn='1075', subscriber_id=75}
22:50:03.435526 tst         register_default_mass.py: using MSISDN 1076
22:50:03.447364 run              osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001080000000005', msisdn='1076', subscriber_id=76}
22:50:03.465159 tst         register_default_mass.py: using MSISDN 1077
22:50:03.482139 run              osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001080000000006', msisdn='1077', subscriber_id=77}
22:50:03.499917 tst         register_default_mass.py: using MSISDN 1078
22:50:03.511410 run              osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001080000000007', msisdn='1078', subscriber_id=78}
22:50:03.546275 tst         register_default_mass.py: using MSISDN 1079
22:50:03.562617 run              osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001080000000008', msisdn='1079', subscriber_id=79}
22:50:03.584597 tst         register_default_mass.py: using MSISDN 1080
22:50:03.600704 run              osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001080000000009', msisdn='1080', subscriber_id=80}
22:50:03.630613 tst         register_default_mass.py: using MSISDN 1081
22:50:03.645284 run              osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001090000000000', msisdn='1081', subscriber_id=81}
22:50:03.679401 tst         register_default_mass.py: using MSISDN 1082
22:50:03.693885 run              osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001090000000001', msisdn='1082', subscriber_id=82}
22:50:03.726502 tst         register_default_mass.py: using MSISDN 1083
22:50:03.741999 run              osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001090000000002', msisdn='1083', subscriber_id=83}
22:50:03.775706 tst         register_default_mass.py: using MSISDN 1084
22:50:03.789995 run              osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001090000000003', msisdn='1084', subscriber_id=84}
22:50:03.816327 tst         register_default_mass.py: using MSISDN 1085
22:50:03.833916 run              osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001090000000004', msisdn='1085', subscriber_id=85}
22:50:03.871344 tst         register_default_mass.py: using MSISDN 1086
22:50:03.885979 run              osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001090000000005', msisdn='1086', subscriber_id=86}
22:50:03.919638 tst         register_default_mass.py: using MSISDN 1087
22:50:03.932889 run              osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001090000000006', msisdn='1087', subscriber_id=87}
22:50:03.970353 tst         register_default_mass.py: using MSISDN 1088
22:50:03.987047 run              osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001090000000007', msisdn='1088', subscriber_id=88}
22:50:04.017215 tst         register_default_mass.py: using MSISDN 1089
22:50:04.035155 run              osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001090000000008', msisdn='1089', subscriber_id=89}
22:50:04.078284 tst         register_default_mass.py: using MSISDN 1090
22:50:04.094202 run              osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001090000000009', msisdn='1090', subscriber_id=90}
22:50:04.140139 tst         register_default_mass.py: using MSISDN 1091
22:50:04.158089 run              osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001100000000000', msisdn='1091', subscriber_id=91}
22:50:04.188998 tst         register_default_mass.py: using MSISDN 1092
22:50:04.201648 run              osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001100000000001', msisdn='1092', subscriber_id=92}
22:50:04.241198 tst         register_default_mass.py: using MSISDN 1093
22:50:04.258546 run              osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001100000000002', msisdn='1093', subscriber_id=93}
22:50:04.285263 tst         register_default_mass.py: using MSISDN 1094
22:50:04.300738 run              osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001100000000003', msisdn='1094', subscriber_id=94}
22:50:04.340141 tst         register_default_mass.py: using MSISDN 1095
22:50:04.358175 run              osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001100000000004', msisdn='1095', subscriber_id=95}
22:50:04.389051 tst         register_default_mass.py: using MSISDN 1096
22:50:04.406277 run              osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001100000000005', msisdn='1096', subscriber_id=96}
22:50:04.444219 tst         register_default_mass.py: using MSISDN 1097
22:50:04.461492 run              osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001100000000006', msisdn='1097', subscriber_id=97}
22:50:04.500572 tst         register_default_mass.py: using MSISDN 1098
22:50:04.511889 run              osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001100000000007', msisdn='1098', subscriber_id=98}
22:50:04.551946 tst         register_default_mass.py: using MSISDN 1099
22:50:04.563234 run              osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001100000000008', msisdn='1099', subscriber_id=99}
22:50:04.591668 tst         register_default_mass.py: using MSISDN 1100
22:50:04.606040 run              osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001100000000009', msisdn='1100', subscriber_id=100}
22:50:04.771056 run                             mass: Starting testcase
22:50:04.782841 run                             mass: Pre-launching all virtphy's
22:50:04.794947 run           osmo-ms-virt-phy/00000: Starting virtphy
22:50:04.822122 run   osmo-ms-virt-phy/00000(pid=35): Launched
22:50:04.834891 run           osmo-ms-virt-phy/00001: Starting virtphy
22:50:04.862649 run   osmo-ms-virt-phy/00001(pid=36): Launched
22:50:04.875252 run           osmo-ms-virt-phy/00002: Starting virtphy
22:50:04.902559 run   osmo-ms-virt-phy/00002(pid=37): Launched
22:50:04.915206 run           osmo-ms-virt-phy/00003: Starting virtphy
22:50:04.942726 run   osmo-ms-virt-phy/00003(pid=38): Launched
22:50:04.955549 run           osmo-ms-virt-phy/00004: Starting virtphy
22:50:04.983449 run   osmo-ms-virt-phy/00004(pid=39): Launched
22:50:04.996355 run           osmo-ms-virt-phy/00005: Starting virtphy
22:50:05.025666 run   osmo-ms-virt-phy/00005(pid=40): Launched
22:50:05.038297 run           osmo-ms-virt-phy/00006: Starting virtphy
22:50:05.066494 run   osmo-ms-virt-phy/00006(pid=41): Launched
22:50:05.081456 run           osmo-ms-virt-phy/00007: Starting virtphy
22:50:05.109534 run   osmo-ms-virt-phy/00007(pid=42): Launched
22:50:05.122656 run           osmo-ms-virt-phy/00008: Starting virtphy
22:50:05.150811 run   osmo-ms-virt-phy/00008(pid=43): Launched
22:50:05.163801 run           osmo-ms-virt-phy/00009: Starting virtphy
22:50:05.192141 run   osmo-ms-virt-phy/00009(pid=44): Launched
22:50:05.205179 run           osmo-ms-virt-phy/00010: Starting virtphy
22:50:05.237018 run   osmo-ms-virt-phy/00010(pid=45): Launched
22:50:05.249839 run           osmo-ms-virt-phy/00011: Starting virtphy
22:50:05.277750 run   osmo-ms-virt-phy/00011(pid=46): Launched
22:50:05.290511 run           osmo-ms-virt-phy/00012: Starting virtphy
22:50:05.318361 run   osmo-ms-virt-phy/00012(pid=47): Launched
22:50:05.331289 run           osmo-ms-virt-phy/00013: Starting virtphy
22:50:05.359475 run   osmo-ms-virt-phy/00013(pid=48): Launched
22:50:05.372346 run           osmo-ms-virt-phy/00014: Starting virtphy
22:50:05.399960 run   osmo-ms-virt-phy/00014(pid=49): Launched
22:50:05.412921 run           osmo-ms-virt-phy/00015: Starting virtphy
22:50:05.440876 run   osmo-ms-virt-phy/00015(pid=50): Launched
22:50:05.453743 run           osmo-ms-virt-phy/00016: Starting virtphy
22:50:05.481847 run   osmo-ms-virt-phy/00016(pid=51): Launched
22:50:05.494622 run           osmo-ms-virt-phy/00017: Starting virtphy
22:50:05.522200 run   osmo-ms-virt-phy/00017(pid=52): Launched
22:50:05.535116 run           osmo-ms-virt-phy/00018: Starting virtphy
22:50:05.563302 run   osmo-ms-virt-phy/00018(pid=53): Launched
22:50:05.576109 run           osmo-ms-virt-phy/00019: Starting virtphy
22:50:05.609780 run   osmo-ms-virt-phy/00019(pid=54): Launched
22:50:05.622685 run           osmo-ms-virt-phy/00020: Starting virtphy
22:50:05.651211 run   osmo-ms-virt-phy/00020(pid=55): Launched
22:50:05.664675 run           osmo-ms-virt-phy/00021: Starting virtphy
22:50:05.694994 run   osmo-ms-virt-phy/00021(pid=56): Launched
22:50:05.708376 run           osmo-ms-virt-phy/00022: Starting virtphy
22:50:05.736487 run   osmo-ms-virt-phy/00022(pid=57): Launched
22:50:05.749552 run           osmo-ms-virt-phy/00023: Starting virtphy
22:50:05.777607 run   osmo-ms-virt-phy/00023(pid=58): Launched
22:50:05.790857 run           osmo-ms-virt-phy/00024: Starting virtphy
22:50:05.818863 run   osmo-ms-virt-phy/00024(pid=59): Launched
22:50:05.832419 run           osmo-ms-virt-phy/00025: Starting virtphy
22:50:05.860872 run   osmo-ms-virt-phy/00025(pid=60): Launched
22:50:05.873895 run           osmo-ms-virt-phy/00026: Starting virtphy
22:50:05.902079 run   osmo-ms-virt-phy/00026(pid=61): Launched
22:50:05.915065 run           osmo-ms-virt-phy/00027: Starting virtphy
22:50:05.943071 run   osmo-ms-virt-phy/00027(pid=62): Launched
22:50:05.955988 run           osmo-ms-virt-phy/00028: Starting virtphy
22:50:05.983878 run   osmo-ms-virt-phy/00028(pid=63): Launched
22:50:05.996906 run           osmo-ms-virt-phy/00029: Starting virtphy
22:50:06.025736 run   osmo-ms-virt-phy/00029(pid=64): Launched
22:50:06.038611 run           osmo-ms-virt-phy/00030: Starting virtphy
22:50:06.066578 run   osmo-ms-virt-phy/00030(pid=65): Launched
22:50:06.079369 run           osmo-ms-virt-phy/00031: Starting virtphy
22:50:06.107318 run   osmo-ms-virt-phy/00031(pid=66): Launched
22:50:06.122095 run           osmo-ms-virt-phy/00032: Starting virtphy
22:50:06.150360 run   osmo-ms-virt-phy/00032(pid=67): Launched
22:50:06.163661 run           osmo-ms-virt-phy/00033: Starting virtphy
22:50:06.191789 run   osmo-ms-virt-phy/00033(pid=68): Launched
22:50:06.204700 run           osmo-ms-virt-phy/00034: Starting virtphy
22:50:06.233083 run   osmo-ms-virt-phy/00034(pid=69): Launched
22:50:06.246266 run           osmo-ms-virt-phy/00035: Starting virtphy
22:50:06.274723 run   osmo-ms-virt-phy/00035(pid=70): Launched
22:50:06.287834 run           osmo-ms-virt-phy/00036: Starting virtphy
22:50:06.316045 run   osmo-ms-virt-phy/00036(pid=71): Launched
22:50:06.329202 run           osmo-ms-virt-phy/00037: Starting virtphy
22:50:06.358067 run   osmo-ms-virt-phy/00037(pid=72): Launched
22:50:06.371213 run           osmo-ms-virt-phy/00038: Starting virtphy
22:50:06.400679 run   osmo-ms-virt-phy/00038(pid=73): Launched
22:50:06.413959 run           osmo-ms-virt-phy/00039: Starting virtphy
22:50:06.442212 run   osmo-ms-virt-phy/00039(pid=74): Launched
22:50:06.455170 run           osmo-ms-virt-phy/00040: Starting virtphy
22:50:06.483274 run   osmo-ms-virt-phy/00040(pid=75): Launched
22:50:06.496336 run           osmo-ms-virt-phy/00041: Starting virtphy
22:50:06.524446 run   osmo-ms-virt-phy/00041(pid=76): Launched
22:50:06.538123 run           osmo-ms-virt-phy/00042: Starting virtphy
22:50:06.566284 run   osmo-ms-virt-phy/00042(pid=77): Launched
22:50:06.579104 run           osmo-ms-virt-phy/00043: Starting virtphy
22:50:06.607973 run   osmo-ms-virt-phy/00043(pid=78): Launched
22:50:06.620816 run           osmo-ms-virt-phy/00044: Starting virtphy
22:50:06.649278 run   osmo-ms-virt-phy/00044(pid=79): Launched
22:50:06.662422 run           osmo-ms-virt-phy/00045: Starting virtphy
22:50:06.690821 run   osmo-ms-virt-phy/00045(pid=80): Launched
22:50:06.703883 run           osmo-ms-virt-phy/00046: Starting virtphy
22:50:06.731975 run   osmo-ms-virt-phy/00046(pid=81): Launched
22:50:06.746182 run           osmo-ms-virt-phy/00047: Starting virtphy
22:50:06.774966 run   osmo-ms-virt-phy/00047(pid=82): Launched
22:50:06.788142 run           osmo-ms-virt-phy/00048: Starting virtphy
22:50:06.815958 run   osmo-ms-virt-phy/00048(pid=83): Launched
22:50:06.829141 run           osmo-ms-virt-phy/00049: Starting virtphy
22:50:06.857524 run   osmo-ms-virt-phy/00049(pid=84): Launched
22:50:06.870554 run           osmo-ms-virt-phy/00050: Starting virtphy
22:50:06.898837 run   osmo-ms-virt-phy/00050(pid=85): Launched
22:50:06.911809 run           osmo-ms-virt-phy/00051: Starting virtphy
22:50:06.940118 run   osmo-ms-virt-phy/00051(pid=86): Launched
22:50:06.953173 run           osmo-ms-virt-phy/00052: Starting virtphy
22:50:06.981123 run   osmo-ms-virt-phy/00052(pid=87): Launched
22:50:06.993996 run           osmo-ms-virt-phy/00053: Starting virtphy
22:50:07.021822 run   osmo-ms-virt-phy/00053(pid=88): Launched
22:50:07.034824 run           osmo-ms-virt-phy/00054: Starting virtphy
22:50:07.063197 run   osmo-ms-virt-phy/00054(pid=89): Launched
22:50:07.076254 run           osmo-ms-virt-phy/00055: Starting virtphy
22:50:07.104420 run   osmo-ms-virt-phy/00055(pid=90): Launched
22:50:07.117545 run           osmo-ms-virt-phy/00056: Starting virtphy
22:50:07.146995 run   osmo-ms-virt-phy/00056(pid=91): Launched
22:50:07.159953 run           osmo-ms-virt-phy/00057: Starting virtphy
22:50:07.188191 run   osmo-ms-virt-phy/00057(pid=92): Launched
22:50:07.201306 run           osmo-ms-virt-phy/00058: Starting virtphy
22:50:07.229659 run   osmo-ms-virt-phy/00058(pid=93): Launched
22:50:07.242622 run           osmo-ms-virt-phy/00059: Starting virtphy
22:50:07.270820 run   osmo-ms-virt-phy/00059(pid=94): Launched
22:50:07.283809 run           osmo-ms-virt-phy/00060: Starting virtphy
22:50:07.312278 run   osmo-ms-virt-phy/00060(pid=95): Launched
22:50:07.325232 run           osmo-ms-virt-phy/00061: Starting virtphy
22:50:07.353462 run   osmo-ms-virt-phy/00061(pid=96): Launched
22:50:07.366489 run           osmo-ms-virt-phy/00062: Starting virtphy
22:50:07.394627 run   osmo-ms-virt-phy/00062(pid=97): Launched
22:50:07.407507 run           osmo-ms-virt-phy/00063: Starting virtphy
22:50:07.435626 run   osmo-ms-virt-phy/00063(pid=98): Launched
22:50:07.448637 run           osmo-ms-virt-phy/00064: Starting virtphy
22:50:07.476796 run   osmo-ms-virt-phy/00064(pid=99): Launched
22:50:07.489792 run           osmo-ms-virt-phy/00065: Starting virtphy
22:50:07.517833 run  osmo-ms-virt-phy/00065(pid=100): Launched
22:50:07.531030 run           osmo-ms-virt-phy/00066: Starting virtphy
22:50:07.559365 run  osmo-ms-virt-phy/00066(pid=101): Launched
22:50:07.572613 run           osmo-ms-virt-phy/00067: Starting virtphy
22:50:07.600917 run  osmo-ms-virt-phy/00067(pid=102): Launched
22:50:07.613761 run           osmo-ms-virt-phy/00068: Starting virtphy
22:50:07.641929 run  osmo-ms-virt-phy/00068(pid=103): Launched
22:50:07.654969 run           osmo-ms-virt-phy/00069: Starting virtphy
22:50:07.683099 run  osmo-ms-virt-phy/00069(pid=104): Launched
22:50:07.696065 run           osmo-ms-virt-phy/00070: Starting virtphy
22:50:07.724312 run  osmo-ms-virt-phy/00070(pid=105): Launched
22:50:07.737579 run           osmo-ms-virt-phy/00071: Starting virtphy
22:50:07.766185 run  osmo-ms-virt-phy/00071(pid=106): Launched
22:50:07.780030 run           osmo-ms-virt-phy/00072: Starting virtphy
22:50:07.808656 run  osmo-ms-virt-phy/00072(pid=107): Launched
22:50:07.821545 run           osmo-ms-virt-phy/00073: Starting virtphy
22:50:07.850187 run  osmo-ms-virt-phy/00073(pid=108): Launched
22:50:07.863126 run           osmo-ms-virt-phy/00074: Starting virtphy
22:50:07.891629 run  osmo-ms-virt-phy/00074(pid=109): Launched
22:50:07.905583 run           osmo-ms-virt-phy/00075: Starting virtphy
22:50:07.933951 run  osmo-ms-virt-phy/00075(pid=110): Launched
22:50:07.946980 run           osmo-ms-virt-phy/00076: Starting virtphy
22:50:07.975035 run  osmo-ms-virt-phy/00076(pid=111): Launched
22:50:07.987917 run           osmo-ms-virt-phy/00077: Starting virtphy
22:50:08.016131 run  osmo-ms-virt-phy/00077(pid=112): Launched
22:50:08.030470 run           osmo-ms-virt-phy/00078: Starting virtphy
22:50:08.059367 run  osmo-ms-virt-phy/00078(pid=113): Launched
22:50:08.073778 run           osmo-ms-virt-phy/00079: Starting virtphy
22:50:08.102155 run  osmo-ms-virt-phy/00079(pid=114): Launched
22:50:08.115262 run           osmo-ms-virt-phy/00080: Starting virtphy
22:50:08.144195 run  osmo-ms-virt-phy/00080(pid=115): Launched
22:50:08.157247 run           osmo-ms-virt-phy/00081: Starting virtphy
22:50:08.185196 run  osmo-ms-virt-phy/00081(pid=116): Launched
22:50:08.198074 run           osmo-ms-virt-phy/00082: Starting virtphy
22:50:08.226105 run  osmo-ms-virt-phy/00082(pid=117): Launched
22:50:08.239116 run           osmo-ms-virt-phy/00083: Starting virtphy
22:50:08.267090 run  osmo-ms-virt-phy/00083(pid=118): Launched
22:50:08.280037 run           osmo-ms-virt-phy/00084: Starting virtphy
22:50:08.307907 run  osmo-ms-virt-phy/00084(pid=119): Launched
22:50:08.320680 run           osmo-ms-virt-phy/00085: Starting virtphy
22:50:08.354888 run  osmo-ms-virt-phy/00085(pid=120): Launched
22:50:08.367930 run           osmo-ms-virt-phy/00086: Starting virtphy
22:50:08.396035 run  osmo-ms-virt-phy/00086(pid=121): Launched
22:50:08.408916 run           osmo-ms-virt-phy/00087: Starting virtphy
22:50:08.436897 run  osmo-ms-virt-phy/00087(pid=122): Launched
22:50:08.449643 run           osmo-ms-virt-phy/00088: Starting virtphy
22:50:08.477809 run  osmo-ms-virt-phy/00088(pid=123): Launched
22:50:08.494210 run           osmo-ms-virt-phy/00089: Starting virtphy
22:50:08.522597 run  osmo-ms-virt-phy/00089(pid=124): Launched
22:50:08.535548 run           osmo-ms-virt-phy/00090: Starting virtphy
22:50:08.563752 run  osmo-ms-virt-phy/00090(pid=125): Launched
22:50:08.576929 run           osmo-ms-virt-phy/00091: Starting virtphy
22:50:08.605222 run  osmo-ms-virt-phy/00091(pid=126): Launched
22:50:08.620016 run           osmo-ms-virt-phy/00092: Starting virtphy
22:50:08.648473 run  osmo-ms-virt-phy/00092(pid=127): Launched
22:50:08.661430 run           osmo-ms-virt-phy/00093: Starting virtphy
22:50:08.689719 run  osmo-ms-virt-phy/00093(pid=128): Launched
22:50:08.703703 run           osmo-ms-virt-phy/00094: Starting virtphy
22:50:08.732261 run  osmo-ms-virt-phy/00094(pid=129): Launched
22:50:08.745342 run           osmo-ms-virt-phy/00095: Starting virtphy
22:50:08.773962 run  osmo-ms-virt-phy/00095(pid=130): Launched
22:50:08.787182 run           osmo-ms-virt-phy/00096: Starting virtphy
22:50:08.815681 run  osmo-ms-virt-phy/00096(pid=131): Launched
22:50:08.828851 run           osmo-ms-virt-phy/00097: Starting virtphy
22:50:08.856873 run  osmo-ms-virt-phy/00097(pid=132): Launched
22:50:08.869607 run           osmo-ms-virt-phy/00098: Starting virtphy
22:50:08.900457 run  osmo-ms-virt-phy/00098(pid=133): Launched
22:50:08.913458 run           osmo-ms-virt-phy/00099: Starting virtphy
22:50:08.942036 run  osmo-ms-virt-phy/00099(pid=134): Launched
22:50:08.955355 run                             mass: Checking if sockets are in the filesystem
22:50:08.989929 run                osmo-ms-mob/00000: Starting mobile
22:50:09.018840 run       osmo-ms-mob/00000(pid=135): Launched
22:50:09.061275 run                             mass: MS start registered  {at=13575694.025656197, delay=0.029245905578136444, ms=00000}
22:50:13.184631 run                osmo-ms-mob/00001: Starting mobile
22:50:13.211393 run       osmo-ms-mob/00001(pid=136): Launched
22:50:13.233699 run                             mass: MS start registered  {at=13575698.198114524, delay=0.009899890050292015, ms=00001}
22:50:14.206234 run                             mass: MS performed LU  {at=13575699.170605764, lu_delay=5.144949566572905, ms=00000}
22:50:14.986820 run                osmo-ms-mob/00002: Starting mobile
22:50:15.015413 run       osmo-ms-mob/00002(pid=137): Launched
22:50:15.036786 run                             mass: MS start registered  {at=13575700.001175312, delay=0.00876370444893837, ms=00002}
22:50:16.280216 run                osmo-ms-mob/00003: Starting mobile
22:50:16.308133 run       osmo-ms-mob/00003(pid=138): Launched
22:50:16.333872 run                             mass: MS start registered  {at=13575701.298279518, delay=0.013427840545773506, ms=00003}
22:50:17.383198 run                osmo-ms-mob/00004: Starting mobile
22:50:17.410974 run       osmo-ms-mob/00004(pid=139): Launched
22:50:17.433469 run                             mass: MS start registered  {at=13575702.397888595, delay=0.00966411642730236, ms=00004}
22:50:17.972451 run                             mass: MS performed LU  {at=13575702.936826376, lu_delay=4.738711852580309, ms=00001}
22:50:18.384873 run                osmo-ms-mob/00005: Starting mobile
22:50:18.412530 run       osmo-ms-mob/00005(pid=140): Launched
22:50:18.435852 run                             mass: MS start registered  {at=13575703.400258342, delay=0.0056964680552482605, ms=00005}
22:50:19.284951 run                osmo-ms-mob/00006: Starting mobile
22:50:19.312316 run       osmo-ms-mob/00006(pid=141): Launched
22:50:19.334639 run                             mass: MS start registered  {at=13575704.299057238, delay=0.009885944426059723, ms=00006}
22:50:19.873462 run                             mass: MS performed LU  {at=13575704.83782643, lu_delay=4.8366511184722185, ms=00002}
22:50:20.181166 run                osmo-ms-mob/00007: Starting mobile
22:50:20.208154 run       osmo-ms-mob/00007(pid=142): Launched
22:50:20.231695 run                             mass: MS start registered  {at=13575705.196123365, delay=0.011229399591684341, ms=00007}
22:50:20.984028 run                osmo-ms-mob/00008: Starting mobile
22:50:21.011453 run       osmo-ms-mob/00008(pid=143): Launched
22:50:21.034441 run                             mass: MS start registered  {at=13575705.998830358, delay=0.01043027639389038, ms=00008}
22:50:21.684427 run                osmo-ms-mob/00009: Starting mobile
22:50:21.712316 run       osmo-ms-mob/00009(pid=144): Launched
22:50:21.734662 run                             mass: MS start registered  {at=13575706.69907451, delay=0.009746329858899117, ms=00009}
22:50:21.751063 run                             mass: MS performed LU  {at=13575706.715491863, lu_delay=5.4172123447060585, ms=00003}
22:50:22.385487 run                osmo-ms-mob/00010: Starting mobile
22:50:22.412807 run       osmo-ms-mob/00010(pid=145): Launched
22:50:22.433311 run                             mass: MS start registered  {at=13575707.397735387, delay=0.007757019251585007, ms=00010}
22:50:22.986025 run                osmo-ms-mob/00011: Starting mobile
22:50:23.014036 run       osmo-ms-mob/00011(pid=146): Launched
22:50:23.037245 run                             mass: MS start registered  {at=13575708.001647988, delay=0.010569699108600616, ms=00011}
22:50:23.588222 run                osmo-ms-mob/00012: Starting mobile
22:50:23.615979 run       osmo-ms-mob/00012(pid=147): Launched
22:50:23.639132 run                             mass: MS performed LU  {at=13575708.60355035, lu_delay=5.20329200848937, ms=00005}
22:50:23.654097 run                             mass: MS start registered  {at=13575708.618533235, delay=0.025452444329857826, ms=00012}
22:50:23.666947 run                             mass: MS performed LU  {at=13575708.63137768, lu_delay=6.2334890849888325, ms=00004}
22:50:24.179551 run                osmo-ms-mob/00013: Starting mobile
22:50:24.207235 run       osmo-ms-mob/00013(pid=148): Launched
22:50:24.228090 run                             mass: MS start registered  {at=13575709.192510253, delay=0.007295504212379456, ms=00013}
22:50:24.785740 run                osmo-ms-mob/00014: Starting mobile
22:50:24.815908 run       osmo-ms-mob/00014(pid=149): Launched
22:50:24.837542 run                             mass: MS start registered  {at=13575709.801941248, delay=0.00833427719771862, ms=00014}
22:50:25.384266 run                osmo-ms-mob/00015: Starting mobile
22:50:25.412135 run       osmo-ms-mob/00015(pid=150): Launched
22:50:25.434616 run                             mass: MS start registered  {at=13575710.399036642, delay=0.009618841111660004, ms=00015}
22:50:25.503928 run                             mass: MS performed LU  {at=13575710.468332743, lu_delay=6.169275505468249, ms=00006}
22:50:25.568936 run                             mass: MS performed LU  {at=13575710.53333244, lu_delay=5.337209073826671, ms=00007}
22:50:25.885295 run                osmo-ms-mob/00016: Starting mobile
22:50:25.912981 run       osmo-ms-mob/00016(pid=151): Launched
22:50:25.925621 run                             mass: MS performed LU  {at=13575710.890048001, lu_delay=4.891217643395066, ms=00008}
22:50:25.940362 run                             mass: MS start registered  {at=13575710.904796015, delay=0.014769693836569786, ms=00016}
22:50:26.384676 run                osmo-ms-mob/00017: Starting mobile
22:50:26.412261 run       osmo-ms-mob/00017(pid=152): Launched
22:50:26.435044 run                             mass: MS start registered  {at=13575711.399472464, delay=0.00995204783976078, ms=00017}
22:50:26.981352 run                osmo-ms-mob/00018: Starting mobile
22:50:27.009080 run       osmo-ms-mob/00018(pid=153): Launched
22:50:27.035389 run                             mass: MS start registered  {at=13575711.99977631, delay=0.013438360765576363, ms=00018}
22:50:27.384608 run                osmo-ms-mob/00019: Starting mobile
22:50:27.414734 run       osmo-ms-mob/00019(pid=154): Launched
22:50:27.427794 run                             mass: MS performed LU  {at=13575712.39221772, lu_delay=4.994482332840562, ms=00010}
22:50:27.440734 run                             mass: MS performed LU  {at=13575712.40516654, lu_delay=5.706092029809952, ms=00009}
22:50:27.453354 run                             mass: MS start registered  {at=13575712.417789718, delay=0.02559926174581051, ms=00019}
22:50:27.884236 run                osmo-ms-mob/00020: Starting mobile
22:50:27.912643 run       osmo-ms-mob/00020(pid=155): Launched
22:50:27.936983 run                             mass: MS start registered  {at=13575712.901383284, delay=0.01113104447722435, ms=00020}
22:50:28.384146 run                osmo-ms-mob/00021: Starting mobile
22:50:28.412608 run       osmo-ms-mob/00021(pid=156): Launched
22:50:28.436871 run                             mass: MS start registered  {at=13575713.401262183, delay=0.010974369943141937, ms=00021}
22:50:28.785058 run                osmo-ms-mob/00022: Starting mobile
22:50:28.813708 run       osmo-ms-mob/00022(pid=157): Launched
22:50:28.836248 run                             mass: MS start registered  {at=13575713.800648976, delay=0.00941922515630722, ms=00022}
22:50:29.286502 run                osmo-ms-mob/00023: Starting mobile
22:50:29.314804 run       osmo-ms-mob/00023(pid=158): Launched
22:50:29.328228 run                             mass: MS performed LU  {at=13575714.292649716, lu_delay=6.291001727804542, ms=00011}
22:50:29.342912 run                             mass: MS performed LU  {at=13575714.30734421, lu_delay=5.688810974359512, ms=00012}
22:50:29.355684 run                             mass: MS start registered  {at=13575714.320119614, delay=0.027496106922626495, ms=00023}
22:50:29.403594 run                             mass: MS performed LU  {at=13575714.367996324, lu_delay=5.175486071035266, ms=00013}
22:50:29.431417 run                osmo-ms-mob/00024: Starting mobile
22:50:29.460000 run       osmo-ms-mob/00024(pid=159): Launched
22:50:29.483171 run                             mass: MS start registered  {at=13575714.447555376, delay=0.010054649785161018, ms=00024}
22:50:29.657412 run                             mass: MS performed LU  {at=13575714.621791905, lu_delay=4.819850657135248, ms=00014}
22:50:30.182918 run                osmo-ms-mob/00025: Starting mobile
22:50:30.210556 run       osmo-ms-mob/00025(pid=160): Launched
22:50:30.234358 run                             mass: MS start registered  {at=13575715.198767459, delay=0.006916120648384094, ms=00025}
22:50:30.589493 run                osmo-ms-mob/00026: Starting mobile
22:50:30.618290 run       osmo-ms-mob/00026(pid=161): Launched
22:50:30.641301 run                             mass: MS start registered  {at=13575715.605702704, delay=0.010333996266126633, ms=00026}
22:50:30.984536 run                osmo-ms-mob/00027: Starting mobile
22:50:31.012146 run       osmo-ms-mob/00027(pid=162): Launched
22:50:31.036170 run                             mass: MS start registered  {at=13575716.00057982, delay=0.011577481403946877, ms=00027}
22:50:31.087671 run                             mass: MS performed LU  {at=13575716.052076412, lu_delay=5.1472803968936205, ms=00016}
22:50:31.170622 run                             mass: MS performed LU  {at=13575716.13502019, lu_delay=4.735547726973891, ms=00017}
22:50:31.198342 run                             mass: MS performed LU  {at=13575716.162771648, lu_delay=5.763735005632043, ms=00015}
22:50:31.220777 run                osmo-ms-mob/00028: Starting mobile
22:50:31.248241 run       osmo-ms-mob/00028(pid=163): Launched
22:50:31.268671 run                             mass: MS start registered  {at=13575716.233097626, delay=0.007998595014214516, ms=00028}
22:50:31.783658 run                osmo-ms-mob/00029: Starting mobile
22:50:31.811002 run       osmo-ms-mob/00029(pid=164): Launched
22:50:31.834354 run                             mass: MS start registered  {at=13575716.798774902, delay=0.010725602507591248, ms=00029}
22:50:32.185037 run                osmo-ms-mob/00030: Starting mobile
22:50:32.212904 run       osmo-ms-mob/00030(pid=165): Launched
22:50:32.234670 run                             mass: MS start registered  {at=13575717.199085852, delay=0.009034711867570877, ms=00030}
22:50:32.583710 run                osmo-ms-mob/00031: Starting mobile
22:50:32.610731 run       osmo-ms-mob/00031(pid=166): Launched
22:50:32.634403 run                             mass: MS start registered  {at=13575717.598807355, delay=0.011142473667860031, ms=00031}
22:50:32.884339 run                osmo-ms-mob/00032: Starting mobile
22:50:32.911622 run       osmo-ms-mob/00032(pid=167): Launched
22:50:32.935035 run                             mass: MS start registered  {at=13575717.899445063, delay=0.01092972420156002, ms=00032}
22:50:33.035732 run                             mass: MS performed LU  {at=13575718.00012994, lu_delay=4.598867757245898, ms=00021}
22:50:33.099794 run                             mass: MS performed LU  {at=13575718.064207332, lu_delay=5.162824047729373, ms=00020}
22:50:33.169573 run                             mass: MS performed LU  {at=13575718.133993996, lu_delay=5.7162042781710625, ms=00019}
22:50:33.196545 run                osmo-ms-mob/00033: Starting mobile
22:50:33.224230 run       osmo-ms-mob/00033(pid=168): Launched
22:50:33.237040 run                             mass: MS performed LU  {at=13575718.201470338, lu_delay=6.201694028452039, ms=00018}
22:50:33.249670 run                             mass: MS start registered  {at=13575718.21410537, delay=0.012654468417167664, ms=00033}
22:50:33.683485 run                osmo-ms-mob/00034: Starting mobile
22:50:33.710738 run       osmo-ms-mob/00034(pid=169): Launched
22:50:33.733488 run                             mass: MS start registered  {at=13575718.697900834, delay=0.00991775281727314, ms=00034}
22:50:33.984883 run                osmo-ms-mob/00035: Starting mobile
22:50:34.012335 run       osmo-ms-mob/00035(pid=170): Launched
22:50:34.036706 run                             mass: MS start registered  {at=13575719.001101509, delay=0.011497503146529198, ms=00035}
22:50:34.382324 run                osmo-ms-mob/00036: Starting mobile
22:50:34.410347 run       osmo-ms-mob/00036(pid=171): Launched
22:50:34.432339 run                             mass: MS start registered  {at=13575719.3967631, delay=0.00917079858481884, ms=00036}
22:50:34.785209 run                osmo-ms-mob/00037: Starting mobile
22:50:34.812338 run       osmo-ms-mob/00037(pid=172): Launched
22:50:34.835894 run                             mass: MS start registered  {at=13575719.800278556, delay=0.011077333241701126, ms=00037}
22:50:34.853310 run                             mass: MS performed LU  {at=13575719.817737013, lu_delay=5.497617399320006, ms=00023}
22:50:34.936709 run                             mass: MS performed LU  {at=13575719.901116028, lu_delay=6.100467052310705, ms=00022}
22:50:34.963091 run                osmo-ms-mob/00038: Starting mobile
22:50:34.990556 run       osmo-ms-mob/00038(pid=173): Launched
22:50:35.003029 run                             mass: MS performed LU  {at=13575719.96745376, lu_delay=5.519898382946849, ms=00024}
22:50:35.015612 run                             mass: MS start registered  {at=13575719.980046432, delay=0.012615585699677467, ms=00038}
22:50:35.108692 run                             mass: MS performed LU  {at=13575720.073084855, lu_delay=4.874317396432161, ms=00025}
22:50:35.134844 run                osmo-ms-mob/00039: Starting mobile
22:50:35.161845 run       osmo-ms-mob/00039(pid=174): Launched
22:50:35.191367 run                             mass: MS start registered  {at=13575720.155776458, delay=0.01685580611228943, ms=00039}
22:50:35.782664 run                osmo-ms-mob/00040: Starting mobile
22:50:35.813224 run       osmo-ms-mob/00040(pid=175): Launched
22:50:35.839263 run                             mass: MS start registered  {at=13575720.803608797, delay=0.011143164709210396, ms=00040}
22:50:36.085028 run                osmo-ms-mob/00041: Starting mobile
22:50:36.112932 run       osmo-ms-mob/00041(pid=176): Launched
22:50:36.137125 run                             mass: MS start registered  {at=13575721.101533376, delay=0.011079719290137291, ms=00041}
22:50:36.384053 run                osmo-ms-mob/00042: Starting mobile
22:50:36.412989 run       osmo-ms-mob/00042(pid=177): Launched
22:50:36.437067 run                             mass: MS start registered  {at=13575721.40148359, delay=0.0116397924721241, ms=00042}
22:50:36.784835 run                osmo-ms-mob/00043: Starting mobile
22:50:36.812272 run       osmo-ms-mob/00043(pid=178): Launched
22:50:36.824910 run                             mass: MS performed LU  {at=13575721.789336592, lu_delay=4.590250739827752, ms=00030}
22:50:36.837195 run                             mass: MS start registered  {at=13575721.801631644, delay=0.012315871194005013, ms=00043}
22:50:36.866270 run                             mass: MS performed LU  {at=13575721.83070148, lu_delay=5.031926577910781, ms=00029}
22:50:36.888582 run                osmo-ms-mob/00044: Starting mobile
22:50:36.916062 run       osmo-ms-mob/00044(pid=179): Launched
22:50:36.935544 run                             mass: MS performed LU  {at=13575721.899970531, lu_delay=5.899390712380409, ms=00027}
22:50:36.950715 run                             mass: MS start registered  {at=13575721.91515177, delay=0.022129150107502937, ms=00044}
22:50:36.963402 run                             mass: MS performed LU  {at=13575721.92783439, lu_delay=6.322131685912609, ms=00026}
22:50:36.986121 run                osmo-ms-mob/00045: Starting mobile
22:50:37.014316 run       osmo-ms-mob/00045(pid=180): Launched
22:50:37.026949 run                             mass: MS performed LU  {at=13575721.991378589, lu_delay=5.758280962705612, ms=00028}
22:50:37.039729 run                             mass: MS start registered  {at=13575722.004165426, delay=0.012807095423340797, ms=00045}
22:50:37.683968 run                osmo-ms-mob/00046: Starting mobile
22:50:37.712663 run       osmo-ms-mob/00046(pid=181): Launched
22:50:37.737046 run                             mass: MS start registered  {at=13575722.701453634, delay=0.011131005361676216, ms=00046}
22:50:37.983703 run                osmo-ms-mob/00047: Starting mobile
22:50:38.011504 run       osmo-ms-mob/00047(pid=182): Launched
22:50:38.035455 run                             mass: MS start registered  {at=13575722.999875084, delay=0.011190647259354591, ms=00047}
22:50:38.280451 run                osmo-ms-mob/00048: Starting mobile
22:50:38.307280 run       osmo-ms-mob/00048(pid=183): Launched
22:50:38.329286 run                             mass: MS start registered  {at=13575723.2937141, delay=0.009660471230745316, ms=00048}
22:50:38.584319 run                osmo-ms-mob/00049: Starting mobile
22:50:38.611728 run       osmo-ms-mob/00049(pid=184): Launched
22:50:38.624428 run                             mass: MS performed LU  {at=13575723.588852858, lu_delay=4.5877513494342566, ms=00035}
22:50:38.636615 run                             mass: MS start registered  {at=13575723.60105167, delay=0.012220941483974457, ms=00049}
22:50:38.703011 run                             mass: MS performed LU  {at=13575723.667417726, lu_delay=5.4533123560249805, ms=00033}
22:50:38.729670 run                osmo-ms-mob/00050: Starting mobile
22:50:38.756742 run       osmo-ms-mob/00050(pid=185): Launched
22:50:38.769137 run                             mass: MS performed LU  {at=13575723.733569557, lu_delay=5.035668723285198, ms=00034}
22:50:38.781360 run                             mass: MS start registered  {at=13575723.74579632, delay=0.0122446957975626, ms=00050}
22:50:38.874091 run                             mass: MS performed LU  {at=13575723.838485917, lu_delay=5.93904085457325, ms=00032}
22:50:39.285632 run                osmo-ms-mob/00051: Starting mobile
22:50:39.313921 run       osmo-ms-mob/00051(pid=186): Launched
22:50:39.337029 run                             mass: MS start registered  {at=13575724.301448151, delay=0.009804140776395798, ms=00051}
22:50:39.584221 run                osmo-ms-mob/00052: Starting mobile
22:50:39.612620 run       osmo-ms-mob/00052(pid=187): Launched
22:50:39.634061 run                             mass: MS start registered  {at=13575724.598479299, delay=0.008085280656814575, ms=00052}
22:50:39.884463 run                osmo-ms-mob/00053: Starting mobile
22:50:39.912503 run       osmo-ms-mob/00053(pid=188): Launched
22:50:39.932982 run                             mass: MS start registered  {at=13575724.897403764, delay=0.007484709843993187, ms=00053}
22:50:40.184787 run                osmo-ms-mob/00054: Starting mobile
22:50:40.212114 run       osmo-ms-mob/00054(pid=189): Launched
22:50:40.235656 run                             mass: MS start registered  {at=13575725.200080633, delay=0.010923493653535843, ms=00054}
22:50:40.481983 run                osmo-ms-mob/00055: Starting mobile
22:50:40.510599 run       osmo-ms-mob/00055(pid=190): Launched
22:50:40.533932 run                             mass: MS start registered  {at=13575725.498344118, delay=0.01037336140871048, ms=00055}
22:50:40.567235 run                             mass: MS performed LU  {at=13575725.531632712, lu_delay=4.72802391462028, ms=00040}
22:50:40.631673 run                             mass: MS performed LU  {at=13575725.596086212, lu_delay=5.440309753641486, ms=00039}
22:50:40.659482 run                osmo-ms-mob/00056: Starting mobile
22:50:40.686922 run       osmo-ms-mob/00056(pid=191): Launched
22:50:40.700689 run                             mass: MS performed LU  {at=13575725.665117716, lu_delay=5.685071283951402, ms=00038}
22:50:40.713526 run                             mass: MS start registered  {at=13575725.677960848, delay=0.014034893363714218, ms=00056}
22:50:40.725868 run                             mass: MS performed LU  {at=13575725.690301597, lu_delay=6.293538497760892, ms=00036}
22:50:40.749152 run                osmo-ms-mob/00057: Starting mobile
22:50:40.777699 run       osmo-ms-mob/00057(pid=192): Launched
22:50:40.790582 run                             mass: MS performed LU  {at=13575725.755011158, lu_delay=5.9547326024621725, ms=00037}
22:50:40.803158 run                             mass: MS start registered  {at=13575725.767592639, delay=0.012601107358932495, ms=00057}
22:50:41.046954 run                             mass: MS performed LU  {at=13575726.011334132, lu_delay=4.909800756722689, ms=00041}
22:50:41.485093 run                osmo-ms-mob/00058: Starting mobile
22:50:41.512533 run       osmo-ms-mob/00058(pid=193): Launched
22:50:41.534632 run                             mass: MS start registered  {at=13575726.499049274, delay=0.00944863073527813, ms=00058}
22:50:41.628021 run                             mass: MS performed LU  {at=13575726.592412008, lu_delay=5.190928418189287, ms=00042}
22:50:41.784678 run                osmo-ms-mob/00059: Starting mobile
22:50:41.812819 run       osmo-ms-mob/00059(pid=194): Launched
22:50:41.835138 run                             mass: MS start registered  {at=13575726.799554942, delay=0.009657593443989754, ms=00059}
22:50:42.082613 run                osmo-ms-mob/00060: Starting mobile
22:50:42.110460 run       osmo-ms-mob/00060(pid=195): Launched
22:50:42.134076 run                             mass: MS start registered  {at=13575727.098467547, delay=0.010794661939144135, ms=00060}
22:50:42.385820 run                             mass: MS performed LU  {at=13575727.350197276, lu_delay=5.346031850203872, ms=00045}
22:50:42.413950 run                osmo-ms-mob/00061: Starting mobile
22:50:42.442146 run       osmo-ms-mob/00061(pid=196): Launched
22:50:42.463778 run                             mass: MS start registered  {at=13575727.428195657, delay=0.00882873684167862, ms=00061}
22:50:42.479612 run                             mass: MS performed LU  {at=13575727.4440337, lu_delay=4.444158615544438, ms=00047}
22:50:42.496038 run                             mass: MS performed LU  {at=13575727.46046676, lu_delay=5.5453149899840355, ms=00044}
22:50:42.519438 run                osmo-ms-mob/00062: Starting mobile
22:50:42.547920 run       osmo-ms-mob/00062(pid=197): Launched
22:50:42.568536 run                             mass: MS start registered  {at=13575727.532959322, delay=0.007692752406001091, ms=00062}
22:50:42.640464 run                             mass: MS performed LU  {at=13575727.604863014, lu_delay=5.803231369704008, ms=00043}
22:50:42.712945 run                             mass: MS performed LU  {at=13575727.677349655, lu_delay=4.975896021351218, ms=00046}
22:50:42.742782 run                osmo-ms-mob/00063: Starting mobile
22:50:42.770503 run       osmo-ms-mob/00063(pid=198): Launched
22:50:42.793302 run                             mass: MS start registered  {at=13575727.7577175, delay=0.01003948226571083, ms=00063}
22:50:43.482487 run                osmo-ms-mob/00064: Starting mobile
22:50:43.510542 run       osmo-ms-mob/00064(pid=199): Launched
22:50:43.532299 run                             mass: MS start registered  {at=13575728.496711155, delay=0.009063728153705597, ms=00064}
22:50:43.883952 run                osmo-ms-mob/00065: Starting mobile
22:50:43.911433 run       osmo-ms-mob/00065(pid=200): Launched
22:50:43.933805 run                             mass: MS start registered  {at=13575728.898228453, delay=0.009589415043592453, ms=00065}
22:50:44.180482 run                osmo-ms-mob/00066: Starting mobile
22:50:44.207297 run       osmo-ms-mob/00066(pid=201): Launched
22:50:44.227377 run                             mass: MS start registered  {at=13575729.191802261, delay=0.007583664730191231, ms=00066}
22:50:44.239509 run                             mass: MS performed LU  {at=13575729.20394034, lu_delay=5.910226238891482, ms=00048}
22:50:44.252119 run                             mass: MS performed LU  {at=13575729.216554612, lu_delay=4.91510646045208, ms=00051}
22:50:44.397524 run                             mass: MS performed LU  {at=13575729.361902123, lu_delay=5.760850453749299, ms=00049}
22:50:44.424713 run                osmo-ms-mob/00067: Starting mobile
22:50:44.451910 run       osmo-ms-mob/00067(pid=202): Launched
22:50:44.472226 run                             mass: MS start registered  {at=13575729.436649144, delay=0.007966866716742516, ms=00067}
22:50:44.541414 run                             mass: MS performed LU  {at=13575729.5058032, lu_delay=4.9073239006102085, ms=00052}
22:50:44.577023 run                             mass: MS performed LU  {at=13575729.541447613, lu_delay=4.644043849781156, ms=00053}
22:50:44.604410 run                osmo-ms-mob/00068: Starting mobile
22:50:44.631426 run       osmo-ms-mob/00068(pid=203): Launched
22:50:44.653669 run                             mass: MS start registered  {at=13575729.618093941, delay=0.009794050827622414, ms=00068}
22:50:45.283761 run                osmo-ms-mob/00069: Starting mobile
22:50:45.312340 run       osmo-ms-mob/00069(pid=204): Launched
22:50:45.326022 run                             mass: MS performed LU  {at=13575730.290437158, lu_delay=6.544640839099884, ms=00050}
22:50:45.339951 run                             mass: MS start registered  {at=13575730.304383043, delay=0.013973748311400414, ms=00069}
22:50:45.385015 run                             mass: MS performed LU  {at=13575730.349396087, lu_delay=5.1493154540658, ms=00054}
22:50:45.683848 run                osmo-ms-mob/00070: Starting mobile
22:50:45.714495 run       osmo-ms-mob/00070(pid=205): Launched
22:50:45.737484 run                             mass: MS start registered  {at=13575730.701884463, delay=0.009445816278457642, ms=00070}
22:50:46.083075 run                osmo-ms-mob/00071: Starting mobile
22:50:46.111746 run       osmo-ms-mob/00071(pid=206): Launched
22:50:46.132543 run                             mass: MS start registered  {at=13575731.096965283, delay=0.007940536364912987, ms=00071}
22:50:46.151407 run                             mass: MS performed LU  {at=13575731.115828492, lu_delay=4.616779217496514, ms=00058}
22:50:46.170641 run                             mass: MS performed LU  {at=13575731.135051116, lu_delay=4.335496174171567, ms=00059}
22:50:46.206754 run                             mass: MS performed LU  {at=13575731.171151528, lu_delay=5.672807410359383, ms=00055}
22:50:46.234103 run                osmo-ms-mob/00072: Starting mobile
22:50:46.262088 run       osmo-ms-mob/00072(pid=207): Launched
22:50:46.285268 run                             mass: MS start registered  {at=13575731.249663144, delay=0.010201888158917427, ms=00072}
22:50:46.479028 run                             mass: MS performed LU  {at=13575731.443412282, lu_delay=5.765451433137059, ms=00056}
22:50:46.883615 run                osmo-ms-mob/00073: Starting mobile
22:50:46.912465 run       osmo-ms-mob/00073(pid=208): Launched
22:50:46.935666 run                             mass: MS start registered  {at=13575731.900080694, delay=0.010275155305862427, ms=00073}
22:50:47.282747 run                osmo-ms-mob/00074: Starting mobile
22:50:47.311526 run       osmo-ms-mob/00074(pid=209): Launched
22:50:47.334206 run                             mass: MS start registered  {at=13575732.298613833, delay=0.009469129145145416, ms=00074}
22:50:47.685172 run                osmo-ms-mob/00075: Starting mobile
22:50:47.713013 run       osmo-ms-mob/00075(pid=210): Launched
22:50:47.736426 run                             mass: MS start registered  {at=13575732.700833853, delay=0.01064964011311531, ms=00075}
22:50:47.997576 run                             mass: MS performed LU  {at=13575732.961931173, lu_delay=5.204213673248887, ms=00063}
22:50:48.015799 run                             mass: MS performed LU  {at=13575732.980232935, lu_delay=5.447273613885045, ms=00062}
22:50:48.040338 run                osmo-ms-mob/00076: Starting mobile
22:50:48.068783 run       osmo-ms-mob/00076(pid=211): Launched
22:50:48.093783 run                             mass: MS start registered  {at=13575733.058191963, delay=0.011666039004921913, ms=00076}
22:50:48.163345 run                             mass: MS performed LU  {at=13575733.127725331, lu_delay=4.631014175713062, ms=00064}
22:50:48.307562 run                             mass: MS performed LU  {at=13575733.27193732, lu_delay=6.173469772562385, ms=00060}
22:50:48.343359 run                             mass: MS performed LU  {at=13575733.307746103, lu_delay=5.8795504458248615, ms=00061}
22:50:48.370026 run                osmo-ms-mob/00077: Starting mobile
22:50:48.398791 run       osmo-ms-mob/00077(pid=212): Launched
22:50:48.422048 run                             mass: MS start registered  {at=13575733.386442255, delay=0.010311422869563103, ms=00077}
22:50:49.082084 run                osmo-ms-mob/00078: Starting mobile
22:50:49.109175 run       osmo-ms-mob/00078(pid=213): Launched
22:50:49.130946 run                             mass: MS start registered  {at=13575734.09536838, delay=0.00911697931587696, ms=00078}
22:50:49.484110 run                osmo-ms-mob/00079: Starting mobile
22:50:49.511189 run       osmo-ms-mob/00079(pid=214): Launched
22:50:49.536275 run                             mass: MS start registered  {at=13575734.500698537, delay=0.012481272220611572, ms=00079}
22:50:49.916767 run                             mass: MS performed LU  {at=13575734.881149204, lu_delay=5.263055263087153, ms=00068}
22:50:49.944895 run                osmo-ms-mob/00080: Starting mobile
22:50:49.972732 run       osmo-ms-mob/00080(pid=215): Launched
22:50:49.985276 run                             mass: MS performed LU  {at=13575734.949705455, lu_delay=5.757903194054961, ms=00066}
22:50:49.997478 run                             mass: MS performed LU  {at=13575734.96191579, lu_delay=5.525266645476222, ms=00067}
22:50:50.010211 run                             mass: MS start registered  {at=13575734.974644957, delay=0.0249614417552948, ms=00080}
22:50:50.244293 run                             mass: MS performed LU  {at=13575735.208675256, lu_delay=6.310446802526712, ms=00065}
22:50:50.485888 run                osmo-ms-mob/00081: Starting mobile
22:50:50.514977 run       osmo-ms-mob/00081(pid=216): Launched
22:50:50.540002 run                             mass: MS start registered  {at=13575735.504427528, delay=0.012488024309277534, ms=00081}
22:50:50.821183 run                             mass: MS performed LU  {at=13575735.785563977, lu_delay=5.481180934235454, ms=00069}
22:50:50.849554 run                osmo-ms-mob/00082: Starting mobile
22:50:50.877353 run       osmo-ms-mob/00082(pid=217): Launched
22:50:50.901053 run                             mass: MS start registered  {at=13575735.865453122, delay=0.006930438801646233, ms=00082}
22:50:51.484544 run                osmo-ms-mob/00083: Starting mobile
22:50:51.512416 run       osmo-ms-mob/00083(pid=218): Launched
22:50:51.533541 run                             mass: MS start registered  {at=13575736.49796303, delay=0.008356207981705666, ms=00083}
22:50:51.865152 run                             mass: MS performed LU  {at=13575736.829512905, lu_delay=4.929432211443782, ms=00073}
22:50:51.929711 run                             mass: MS performed LU  {at=13575736.894109013, lu_delay=5.644445868209004, ms=00072}
22:50:51.957172 run                osmo-ms-mob/00084: Starting mobile
22:50:51.984942 run       osmo-ms-mob/00084(pid=219): Launched
22:50:52.006802 run                             mass: MS start registered  {at=13575736.971231084, delay=0.009162763133645058, ms=00084}
22:50:52.073555 run                             mass: MS performed LU  {at=13575737.037943602, lu_delay=5.940978318452835, ms=00071}
22:50:52.109239 run                             mass: MS performed LU  {at=13575737.073660491, lu_delay=4.775046657770872, ms=00074}
22:50:52.479828 run                osmo-ms-mob/00085: Starting mobile
22:50:52.509625 run       osmo-ms-mob/00085(pid=220): Launched
22:50:52.530606 run                             mass: MS start registered  {at=13575737.494995244, delay=0.007605567574501038, ms=00085}
22:50:53.084592 run                osmo-ms-mob/00086: Starting mobile
22:50:53.111880 run       osmo-ms-mob/00086(pid=221): Launched
22:50:53.132690 run                             mass: MS start registered  {at=13575738.097104814, delay=0.008076120167970657, ms=00086}
22:50:53.645614 run                             mass: MS performed LU  {at=13575738.609995874, lu_delay=4.514627493917942, ms=00078}
22:50:53.673670 run                osmo-ms-mob/00087: Starting mobile
22:50:53.701792 run       osmo-ms-mob/00087(pid=222): Launched
22:50:53.719346 run                             mass: MS performed LU  {at=13575738.683758762, lu_delay=5.625566799193621, ms=00076}
22:50:53.732104 run                             mass: MS start registered  {at=13575738.696538525, delay=0.01281210221350193, ms=00087}
22:50:53.793827 run                             mass: MS performed LU  {at=13575738.75823325, lu_delay=6.057399395853281, ms=00075}
22:50:53.937399 run                             mass: MS performed LU  {at=13575738.90178663, lu_delay=5.515344373881817, ms=00077}
22:50:54.284522 run                osmo-ms-mob/00088: Starting mobile
22:50:54.312534 run       osmo-ms-mob/00088(pid=223): Launched
22:50:54.332852 run                             mass: MS start registered  {at=13575739.297278643, delay=0.00752633810043335, ms=00088}
22:50:54.884290 run                osmo-ms-mob/00089: Starting mobile
22:50:54.912230 run       osmo-ms-mob/00089(pid=224): Launched
22:50:54.934803 run                             mass: MS start registered  {at=13575739.899225747, delay=0.009272661060094833, ms=00089}
22:50:55.482264 run                osmo-ms-mob/00090: Starting mobile
22:50:55.509420 run       osmo-ms-mob/00090(pid=225): Launched
22:50:55.532514 run                             mass: MS start registered  {at=13575740.496929357, delay=0.010263333097100258, ms=00090}
22:50:55.604148 run                             mass: MS performed LU  {at=13575740.568538576, lu_delay=4.703085454180837, ms=00082}
22:50:55.630576 run                             mass: MS performed LU  {at=13575740.594986483, lu_delay=5.090558955445886, ms=00081}
22:50:55.695299 run                             mass: MS performed LU  {at=13575740.659714598, lu_delay=6.159016061574221, ms=00079}
22:50:55.856183 run                             mass: MS performed LU  {at=13575740.820549345, lu_delay=5.845904387533665, ms=00080}
22:50:56.110458 run                             mass: MS performed LU  {at=13575741.074844116, lu_delay=23.47603676095605, ms=00031}
22:50:56.137135 run                osmo-ms-mob/00091: Starting mobile
22:50:56.164731 run       osmo-ms-mob/00091(pid=226): Launched
22:50:56.187479 run                             mass: MS start registered  {at=13575741.151881391, delay=0.010006891563534737, ms=00091}
22:50:56.884345 run                osmo-ms-mob/00092: Starting mobile
22:50:56.911792 run       osmo-ms-mob/00092(pid=227): Launched
22:50:56.935749 run                             mass: MS start registered  {at=13575741.90016559, delay=0.011328134685754776, ms=00092}
22:50:57.531852 run                             mass: MS performed LU  {at=13575742.496233964, lu_delay=5.0012387204915285, ms=00085}
22:50:57.559863 run                             mass: MS performed LU  {at=13575742.524292119, lu_delay=5.553061034530401, ms=00084}
22:50:57.585048 run                osmo-ms-mob/00093: Starting mobile
22:50:57.613436 run       osmo-ms-mob/00093(pid=228): Launched
22:50:57.635439 run                             mass: MS start registered  {at=13575742.599869007, delay=0.008404659107327461, ms=00093}
22:50:57.651412 run                             mass: MS performed LU  {at=13575742.61584551, lu_delay=6.117882480844855, ms=00083}
22:50:57.919366 run                             mass: MS performed LU  {at=13575742.883740926, lu_delay=4.786636112257838, ms=00086}
22:50:58.582532 run                osmo-ms-mob/00094: Starting mobile
22:50:58.610776 run       osmo-ms-mob/00094(pid=229): Launched
22:50:58.633665 run                             mass: MS start registered  {at=13575743.598079726, delay=0.009874492883682251, ms=00094}
22:50:59.396722 run                             mass: MS performed LU  {at=13575744.361083494, lu_delay=5.664544969797134, ms=00087}
22:50:59.420632 run                osmo-ms-mob/00095: Starting mobile
22:50:59.449148 run       osmo-ms-mob/00095(pid=230): Launched
22:50:59.461989 run                             mass: MS performed LU  {at=13575744.426416377, lu_delay=5.129137733951211, ms=00088}
22:50:59.474211 run                             mass: MS start registered  {at=13575744.43864791, delay=0.012252161279320717, ms=00095}
22:50:59.549111 run                             mass: MS performed LU  {at=13575744.513497, lu_delay=4.614271253347397, ms=00089}
22:51:00.485155 run                osmo-ms-mob/00096: Starting mobile
22:51:00.513901 run       osmo-ms-mob/00096(pid=231): Launched
22:51:00.536263 run                             mass: MS start registered  {at=13575745.500683676, delay=0.009361125528812408, ms=00096}
22:51:01.297450 run                             mass: MS performed LU  {at=13575746.26183262, lu_delay=5.109951227903366, ms=00091}
22:51:01.325327 run                             mass: MS performed LU  {at=13575746.289733388, lu_delay=5.792804030701518, ms=00090}
22:51:01.585483 run                osmo-ms-mob/00097: Starting mobile
22:51:01.613279 run       osmo-ms-mob/00097(pid=232): Launched
22:51:01.635681 run                             mass: MS start registered  {at=13575746.600090124, delay=0.009574538096785545, ms=00097}
22:51:01.650278 run                             mass: MS performed LU  {at=13575746.614707232, lu_delay=4.714541641995311, ms=00092}
22:51:02.886191 run                osmo-ms-mob/00098: Starting mobile
22:51:02.914529 run       osmo-ms-mob/00098(pid=233): Launched
22:51:02.937542 run                             mass: MS start registered  {at=13575747.901963154, delay=0.009786857292056084, ms=00098}
22:51:03.162260 run                             mass: MS performed LU  {at=13575748.126617279, lu_delay=5.526748271659017, ms=00093}
22:51:03.461745 run                             mass: MS performed LU  {at=13575748.426116444, lu_delay=4.828036718070507, ms=00094}
22:51:03.549961 run                             mass: MS performed LU  {at=13575748.514355144, lu_delay=22.746762504801154, ms=00057}
22:51:04.683314 run                osmo-ms-mob/00099: Starting mobile
22:51:04.710645 run       osmo-ms-mob/00099(pid=234): Launched
22:51:04.729654 run                             mass: All started... {duration=55.76181838661432, too_slow=0}
22:51:04.741796 run                             mass: MS start registered  {at=13575749.706223018, delay=0.01213425025343895, ms=00099}
22:51:05.063215 run                             mass: MS performed LU  {at=13575750.027573561, lu_delay=5.588925652205944, ms=00095}
22:51:05.562326 run                             mass: MS performed LU  {at=13575750.52668646, lu_delay=5.026002783328295, ms=00096}
22:51:06.927577 run                             mass: MS performed LU  {at=13575751.891923994, lu_delay=5.291833870112896, ms=00097}
22:51:08.829568 run                             mass: MS performed LU  {at=13575753.793930361, lu_delay=5.891967207193375, ms=00098}
22:51:09.092782 run                             mass: MS performed LU  {at=13575754.057162093, lu_delay=23.355277629569173, ms=00070}
22:51:10.694935 run                             mass: MS performed LU  {at=13575755.659314226, lu_delay=5.953091207891703, ms=00099}
22:51:10.711584 run                             mass: Tests done {all_completed=True, max=23.47603676095605, min=4.335496174171567}
22:51:10.723002 tst         register_default_mass.py: Test passed (84.2 sec)
22:51:10.733982 run pcap-recorder_any(filters='host 127.0.42.2')(pid=22): Terminating (SIGTERM)
22:51:10.740363 run      osmo-hlr_127.0.42.2(pid=23): Terminating (SIGTERM)
22:51:10.746671 run pcap-recorder_any(filters='host 127.0.42.5 and port not 22')(pid=24): Terminating (SIGTERM)
22:51:10.753070 run      osmo-stp_127.0.42.5(pid=25): Terminating (SIGTERM)
22:51:10.759308 run pcap-recorder_any(filters='host 127.0.42.6 and port not 22')(pid=26): Terminating (SIGTERM)
22:51:10.765713 run      osmo-msc_127.0.42.6(pid=27): Terminating (SIGTERM)
22:51:10.772144 run pcap-recorder_any(filters='host 127.0.42.3 and port not 22')(pid=28): Terminating (SIGTERM)
22:51:10.778565 run      osmo-mgw_127.0.42.3(pid=29): Terminating (SIGTERM)
22:51:10.784961 run pcap-recorder_any(filters='host 127.0.42.4 and port not 22')(pid=30): Terminating (SIGTERM)
22:51:10.791234 run      osmo-mgw_127.0.42.4(pid=31): Terminating (SIGTERM)
22:51:10.797509 run pcap-recorder_any(filters='host 127.0.42.7 and port not 22')(pid=32): Terminating (SIGTERM)
22:51:10.803784 run      osmo-bsc_127.0.42.7(pid=33): Terminating (SIGTERM)
22:51:10.810037 run         osmo-bts-virtual(pid=34): Terminating (SIGTERM)
22:51:10.816272 run   osmo-ms-virt-phy/00000(pid=35): Terminating (SIGTERM)
22:51:10.822626 run   osmo-ms-virt-phy/00001(pid=36): Terminating (SIGTERM)
22:51:10.829319 run   osmo-ms-virt-phy/00002(pid=37): Terminating (SIGTERM)
22:51:10.836943 run   osmo-ms-virt-phy/00003(pid=38): Terminating (SIGTERM)
22:51:10.843802 run   osmo-ms-virt-phy/00004(pid=39): Terminating (SIGTERM)
22:51:10.850185 run   osmo-ms-virt-phy/00005(pid=40): Terminating (SIGTERM)
22:51:10.856999 run   osmo-ms-virt-phy/00006(pid=41): Terminating (SIGTERM)
22:51:10.863389 run   osmo-ms-virt-phy/00007(pid=42): Terminating (SIGTERM)
22:51:10.869902 run   osmo-ms-virt-phy/00008(pid=43): Terminating (SIGTERM)
22:51:10.876448 run   osmo-ms-virt-phy/00009(pid=44): Terminating (SIGTERM)
22:51:10.883347 run   osmo-ms-virt-phy/00010(pid=45): Terminating (SIGTERM)
22:51:10.890613 run   osmo-ms-virt-phy/00011(pid=46): Terminating (SIGTERM)
22:51:10.898994 run   osmo-ms-virt-phy/00012(pid=47): Terminating (SIGTERM)
22:51:10.906676 run   osmo-ms-virt-phy/00013(pid=48): Terminating (SIGTERM)
22:51:10.914485 run   osmo-ms-virt-phy/00014(pid=49): Terminating (SIGTERM)
22:51:10.921780 run   osmo-ms-virt-phy/00015(pid=50): Terminating (SIGTERM)
22:51:10.929001 run   osmo-ms-virt-phy/00016(pid=51): Terminating (SIGTERM)
22:51:10.935773 run   osmo-ms-virt-phy/00017(pid=52): Terminating (SIGTERM)
22:51:10.942856 run   osmo-ms-virt-phy/00018(pid=53): Terminating (SIGTERM)
22:51:10.949915 run   osmo-ms-virt-phy/00019(pid=54): Terminating (SIGTERM)
22:51:10.956420 run   osmo-ms-virt-phy/00020(pid=55): Terminating (SIGTERM)
22:51:10.962776 run   osmo-ms-virt-phy/00021(pid=56): Terminating (SIGTERM)
22:51:10.969411 run   osmo-ms-virt-phy/00022(pid=57): Terminating (SIGTERM)
22:51:10.975897 run   osmo-ms-virt-phy/00023(pid=58): Terminating (SIGTERM)
22:51:10.982342 run   osmo-ms-virt-phy/00024(pid=59): Terminating (SIGTERM)
22:51:10.988875 run   osmo-ms-virt-phy/00025(pid=60): Terminating (SIGTERM)
22:51:10.995340 run   osmo-ms-virt-phy/00026(pid=61): Terminating (SIGTERM)
22:51:11.001794 run   osmo-ms-virt-phy/00027(pid=62): Terminating (SIGTERM)
22:51:11.008201 run   osmo-ms-virt-phy/00028(pid=63): Terminating (SIGTERM)
22:51:11.014682 run   osmo-ms-virt-phy/00029(pid=64): Terminating (SIGTERM)
22:51:11.021229 run   osmo-ms-virt-phy/00030(pid=65): Terminating (SIGTERM)
22:51:11.027834 run   osmo-ms-virt-phy/00031(pid=66): Terminating (SIGTERM)
22:51:11.034261 run   osmo-ms-virt-phy/00032(pid=67): Terminating (SIGTERM)
22:51:11.040694 run   osmo-ms-virt-phy/00033(pid=68): Terminating (SIGTERM)
22:51:11.047162 run   osmo-ms-virt-phy/00034(pid=69): Terminating (SIGTERM)
22:51:11.053673 run   osmo-ms-virt-phy/00035(pid=70): Terminating (SIGTERM)
22:51:11.060153 run   osmo-ms-virt-phy/00036(pid=71): Terminating (SIGTERM)
22:51:11.066621 run   osmo-ms-virt-phy/00037(pid=72): Terminating (SIGTERM)
22:51:11.073419 run   osmo-ms-virt-phy/00038(pid=73): Terminating (SIGTERM)
22:51:11.079921 run   osmo-ms-virt-phy/00039(pid=74): Terminating (SIGTERM)
22:51:11.086334 run   osmo-ms-virt-phy/00040(pid=75): Terminating (SIGTERM)
22:51:11.093169 run   osmo-ms-virt-phy/00041(pid=76): Terminating (SIGTERM)
22:51:11.099722 run   osmo-ms-virt-phy/00042(pid=77): Terminating (SIGTERM)
22:51:11.106129 run   osmo-ms-virt-phy/00043(pid=78): Terminating (SIGTERM)
22:51:11.112534 run   osmo-ms-virt-phy/00044(pid=79): Terminating (SIGTERM)
22:51:11.119380 run   osmo-ms-virt-phy/00045(pid=80): Terminating (SIGTERM)
22:51:11.127062 run   osmo-ms-virt-phy/00046(pid=81): Terminating (SIGTERM)
22:51:11.133555 run   osmo-ms-virt-phy/00047(pid=82): Terminating (SIGTERM)
22:51:11.140298 run   osmo-ms-virt-phy/00048(pid=83): Terminating (SIGTERM)
22:51:11.146750 run   osmo-ms-virt-phy/00049(pid=84): Terminating (SIGTERM)
22:51:11.153280 run   osmo-ms-virt-phy/00050(pid=85): Terminating (SIGTERM)
22:51:11.159831 run   osmo-ms-virt-phy/00051(pid=86): Terminating (SIGTERM)
22:51:11.167002 run   osmo-ms-virt-phy/00052(pid=87): Terminating (SIGTERM)
22:51:11.173797 run   osmo-ms-virt-phy/00053(pid=88): Terminating (SIGTERM)
22:51:11.180235 run   osmo-ms-virt-phy/00054(pid=89): Terminating (SIGTERM)
22:51:11.186903 run   osmo-ms-virt-phy/00055(pid=90): Terminating (SIGTERM)
22:51:11.193598 run   osmo-ms-virt-phy/00056(pid=91): Terminating (SIGTERM)
22:51:11.200295 run   osmo-ms-virt-phy/00057(pid=92): Terminating (SIGTERM)
22:51:11.207131 run   osmo-ms-virt-phy/00058(pid=93): Terminating (SIGTERM)
22:51:11.213871 run   osmo-ms-virt-phy/00059(pid=94): Terminating (SIGTERM)
22:51:11.220510 run   osmo-ms-virt-phy/00060(pid=95): Terminating (SIGTERM)
22:51:11.227160 run   osmo-ms-virt-phy/00061(pid=96): Terminating (SIGTERM)
22:51:11.233907 run   osmo-ms-virt-phy/00062(pid=97): Terminating (SIGTERM)
22:51:11.240615 run   osmo-ms-virt-phy/00063(pid=98): Terminating (SIGTERM)
22:51:11.247242 run   osmo-ms-virt-phy/00064(pid=99): Terminating (SIGTERM)
22:51:11.253800 run  osmo-ms-virt-phy/00065(pid=100): Terminating (SIGTERM)
22:51:11.260340 run  osmo-ms-virt-phy/00066(pid=101): Terminating (SIGTERM)
22:51:11.266958 run  osmo-ms-virt-phy/00067(pid=102): Terminating (SIGTERM)
22:51:11.273593 run  osmo-ms-virt-phy/00068(pid=103): Terminating (SIGTERM)
22:51:11.280328 run  osmo-ms-virt-phy/00069(pid=104): Terminating (SIGTERM)
22:51:11.287052 run  osmo-ms-virt-phy/00070(pid=105): Terminating (SIGTERM)
22:51:11.293750 run  osmo-ms-virt-phy/00071(pid=106): Terminating (SIGTERM)
22:51:11.300424 run  osmo-ms-virt-phy/00072(pid=107): Terminating (SIGTERM)
22:51:11.307343 run  osmo-ms-virt-phy/00073(pid=108): Terminating (SIGTERM)
22:51:11.314111 run  osmo-ms-virt-phy/00074(pid=109): Terminating (SIGTERM)
22:51:11.320810 run  osmo-ms-virt-phy/00075(pid=110): Terminating (SIGTERM)
22:51:11.327583 run  osmo-ms-virt-phy/00076(pid=111): Terminating (SIGTERM)
22:51:11.334199 run  osmo-ms-virt-phy/00077(pid=112): Terminating (SIGTERM)
22:51:11.341511 run  osmo-ms-virt-phy/00078(pid=113): Terminating (SIGTERM)
22:51:11.348401 run  osmo-ms-virt-phy/00079(pid=114): Terminating (SIGTERM)
22:51:11.355591 run  osmo-ms-virt-phy/00080(pid=115): Terminating (SIGTERM)
22:51:11.362618 run  osmo-ms-virt-phy/00081(pid=116): Terminating (SIGTERM)
22:51:11.369163 run  osmo-ms-virt-phy/00082(pid=117): Terminating (SIGTERM)
22:51:11.375794 run  osmo-ms-virt-phy/00083(pid=118): Terminating (SIGTERM)
22:51:11.383017 run  osmo-ms-virt-phy/00084(pid=119): Terminating (SIGTERM)
22:51:11.389669 run  osmo-ms-virt-phy/00085(pid=120): Terminating (SIGTERM)
22:51:11.396262 run  osmo-ms-virt-phy/00086(pid=121): Terminating (SIGTERM)
22:51:11.402998 run  osmo-ms-virt-phy/00087(pid=122): Terminating (SIGTERM)
22:51:11.410467 run  osmo-ms-virt-phy/00088(pid=123): Terminating (SIGTERM)
22:51:11.417786 run  osmo-ms-virt-phy/00089(pid=124): Terminating (SIGTERM)
22:51:11.424993 run  osmo-ms-virt-phy/00090(pid=125): Terminating (SIGTERM)
22:51:11.431414 run  osmo-ms-virt-phy/00091(pid=126): Terminating (SIGTERM)
22:51:11.437889 run  osmo-ms-virt-phy/00092(pid=127): Terminating (SIGTERM)
22:51:11.444349 run  osmo-ms-virt-phy/00093(pid=128): Terminating (SIGTERM)
22:51:11.450903 run  osmo-ms-virt-phy/00094(pid=129): Terminating (SIGTERM)
22:51:11.457477 run  osmo-ms-virt-phy/00095(pid=130): Terminating (SIGTERM)
22:51:11.464021 run  osmo-ms-virt-phy/00096(pid=131): Terminating (SIGTERM)
22:51:11.471844 run  osmo-ms-virt-phy/00097(pid=132): Terminating (SIGTERM)
22:51:11.478842 run  osmo-ms-virt-phy/00098(pid=133): Terminating (SIGTERM)
22:51:11.485624 run  osmo-ms-virt-phy/00099(pid=134): Terminating (SIGTERM)
22:51:11.492728 run       osmo-ms-mob/00000(pid=135): Terminating (SIGTERM)
22:51:11.499923 run       osmo-ms-mob/00001(pid=136): Terminating (SIGTERM)
22:51:11.506501 run       osmo-ms-mob/00002(pid=137): Terminating (SIGTERM)
22:51:11.513003 run       osmo-ms-mob/00003(pid=138): Terminating (SIGTERM)
22:51:11.519481 run       osmo-ms-mob/00004(pid=139): Terminating (SIGTERM)
22:51:11.526033 run       osmo-ms-mob/00005(pid=140): Terminating (SIGTERM)
22:51:11.532501 run       osmo-ms-mob/00006(pid=141): Terminating (SIGTERM)
22:51:11.538901 run       osmo-ms-mob/00007(pid=142): Terminating (SIGTERM)
22:51:11.545328 run       osmo-ms-mob/00008(pid=143): Terminating (SIGTERM)
22:51:11.551772 run       osmo-ms-mob/00009(pid=144): Terminating (SIGTERM)
22:51:11.558260 run       osmo-ms-mob/00010(pid=145): Terminating (SIGTERM)
22:51:11.564810 run       osmo-ms-mob/00011(pid=146): Terminating (SIGTERM)
22:51:11.571263 run       osmo-ms-mob/00012(pid=147): Terminating (SIGTERM)
22:51:11.577817 run       osmo-ms-mob/00013(pid=148): Terminating (SIGTERM)
22:51:11.584815 run       osmo-ms-mob/00014(pid=149): Terminating (SIGTERM)
22:51:11.591395 run       osmo-ms-mob/00015(pid=150): Terminating (SIGTERM)
22:51:11.598012 run       osmo-ms-mob/00016(pid=151): Terminating (SIGTERM)
22:51:11.604504 run       osmo-ms-mob/00017(pid=152): Terminating (SIGTERM)
22:51:11.610969 run       osmo-ms-mob/00018(pid=153): Terminating (SIGTERM)
22:51:11.617597 run       osmo-ms-mob/00019(pid=154): Terminating (SIGTERM)
22:51:11.624152 run       osmo-ms-mob/00020(pid=155): Terminating (SIGTERM)
22:51:11.630667 run       osmo-ms-mob/00021(pid=156): Terminating (SIGTERM)
22:51:11.637157 run       osmo-ms-mob/00022(pid=157): Terminating (SIGTERM)
22:51:11.643512 run       osmo-ms-mob/00023(pid=158): Terminating (SIGTERM)
22:51:11.649917 run       osmo-ms-mob/00024(pid=159): Terminating (SIGTERM)
22:51:11.656381 run       osmo-ms-mob/00025(pid=160): Terminating (SIGTERM)
22:51:11.662870 run       osmo-ms-mob/00026(pid=161): Terminating (SIGTERM)
22:51:11.669536 run       osmo-ms-mob/00027(pid=162): Terminating (SIGTERM)
22:51:11.676134 run       osmo-ms-mob/00028(pid=163): Terminating (SIGTERM)
22:51:11.682728 run       osmo-ms-mob/00029(pid=164): Terminating (SIGTERM)
22:51:11.689119 run       osmo-ms-mob/00030(pid=165): Terminating (SIGTERM)
22:51:11.695774 run       osmo-ms-mob/00031(pid=166): Terminating (SIGTERM)
22:51:11.702171 run       osmo-ms-mob/00032(pid=167): Terminating (SIGTERM)
22:51:11.708549 run       osmo-ms-mob/00033(pid=168): Terminating (SIGTERM)
22:51:11.715078 run       osmo-ms-mob/00034(pid=169): Terminating (SIGTERM)
22:51:11.721443 run       osmo-ms-mob/00035(pid=170): Terminating (SIGTERM)
22:51:11.727818 run       osmo-ms-mob/00036(pid=171): Terminating (SIGTERM)
22:51:11.734228 run       osmo-ms-mob/00037(pid=172): Terminating (SIGTERM)
22:51:11.740683 run       osmo-ms-mob/00038(pid=173): Terminating (SIGTERM)
22:51:11.747067 run       osmo-ms-mob/00039(pid=174): Terminating (SIGTERM)
22:51:11.753426 run       osmo-ms-mob/00040(pid=175): Terminating (SIGTERM)
22:51:11.759757 run       osmo-ms-mob/00041(pid=176): Terminating (SIGTERM)
22:51:11.766096 run       osmo-ms-mob/00042(pid=177): Terminating (SIGTERM)
22:51:11.772408 run       osmo-ms-mob/00043(pid=178): Terminating (SIGTERM)
22:51:11.778836 run       osmo-ms-mob/00044(pid=179): Terminating (SIGTERM)
22:51:11.785310 run       osmo-ms-mob/00045(pid=180): Terminating (SIGTERM)
22:51:11.793164 run       osmo-ms-mob/00046(pid=181): Terminating (SIGTERM)
22:51:11.799681 run       osmo-ms-mob/00047(pid=182): Terminating (SIGTERM)
22:51:11.806179 run       osmo-ms-mob/00048(pid=183): Terminating (SIGTERM)
22:51:11.812593 run       osmo-ms-mob/00049(pid=184): Terminating (SIGTERM)
22:51:11.819021 run       osmo-ms-mob/00050(pid=185): Terminating (SIGTERM)
22:51:11.825468 run       osmo-ms-mob/00051(pid=186): Terminating (SIGTERM)
22:51:11.832149 run       osmo-ms-mob/00052(pid=187): Terminating (SIGTERM)
22:51:11.838619 run       osmo-ms-mob/00053(pid=188): Terminating (SIGTERM)
22:51:11.845281 run       osmo-ms-mob/00054(pid=189): Terminating (SIGTERM)
22:51:11.851936 run       osmo-ms-mob/00055(pid=190): Terminating (SIGTERM)
22:51:11.858939 run       osmo-ms-mob/00056(pid=191): Terminating (SIGTERM)
22:51:11.866096 run       osmo-ms-mob/00057(pid=192): Terminating (SIGTERM)
22:51:11.873559 run       osmo-ms-mob/00058(pid=193): Terminating (SIGTERM)
22:51:11.881414 run       osmo-ms-mob/00059(pid=194): Terminating (SIGTERM)
22:51:11.888007 run       osmo-ms-mob/00060(pid=195): Terminating (SIGTERM)
22:51:11.894271 run       osmo-ms-mob/00061(pid=196): Terminating (SIGTERM)
22:51:11.900589 run       osmo-ms-mob/00062(pid=197): Terminating (SIGTERM)
22:51:11.909294 run       osmo-ms-mob/00063(pid=198): Terminating (SIGTERM)
22:51:11.915713 run       osmo-ms-mob/00064(pid=199): Terminating (SIGTERM)
22:51:11.923223 run       osmo-ms-mob/00065(pid=200): Terminating (SIGTERM)
22:51:11.929651 run       osmo-ms-mob/00066(pid=201): Terminating (SIGTERM)
22:51:11.936073 run       osmo-ms-mob/00067(pid=202): Terminating (SIGTERM)
22:51:11.944183 run       osmo-ms-mob/00068(pid=203): Terminating (SIGTERM)
22:51:11.950654 run       osmo-ms-mob/00069(pid=204): Terminating (SIGTERM)
22:51:11.957202 run       osmo-ms-mob/00070(pid=205): Terminating (SIGTERM)
22:51:11.963707 run       osmo-ms-mob/00071(pid=206): Terminating (SIGTERM)
22:51:11.970211 run       osmo-ms-mob/00072(pid=207): Terminating (SIGTERM)
22:51:11.976688 run       osmo-ms-mob/00073(pid=208): Terminating (SIGTERM)
22:51:11.983129 run       osmo-ms-mob/00074(pid=209): Terminating (SIGTERM)
22:51:11.989651 run       osmo-ms-mob/00075(pid=210): Terminating (SIGTERM)
22:51:11.996122 run       osmo-ms-mob/00076(pid=211): Terminating (SIGTERM)
22:51:12.002503 run       osmo-ms-mob/00077(pid=212): Terminating (SIGTERM)
22:51:12.009000 run       osmo-ms-mob/00078(pid=213): Terminating (SIGTERM)
22:51:12.015373 run       osmo-ms-mob/00079(pid=214): Terminating (SIGTERM)
22:51:12.021768 run       osmo-ms-mob/00080(pid=215): Terminating (SIGTERM)
22:51:12.028196 run       osmo-ms-mob/00081(pid=216): Terminating (SIGTERM)
22:51:12.034516 run       osmo-ms-mob/00082(pid=217): Terminating (SIGTERM)
22:51:12.040878 run       osmo-ms-mob/00083(pid=218): Terminating (SIGTERM)
22:51:12.047322 run       osmo-ms-mob/00084(pid=219): Terminating (SIGTERM)
22:51:12.053663 run       osmo-ms-mob/00085(pid=220): Terminating (SIGTERM)
22:51:12.060103 run       osmo-ms-mob/00086(pid=221): Terminating (SIGTERM)
22:51:12.066442 run       osmo-ms-mob/00087(pid=222): Terminating (SIGTERM)
22:51:12.072818 run       osmo-ms-mob/00088(pid=223): Terminating (SIGTERM)
22:51:12.079224 run       osmo-ms-mob/00089(pid=224): Terminating (SIGTERM)
22:51:12.085600 run       osmo-ms-mob/00090(pid=225): Terminating (SIGTERM)
22:51:12.092051 run       osmo-ms-mob/00091(pid=226): Terminating (SIGTERM)
22:51:12.098555 run       osmo-ms-mob/00092(pid=227): Terminating (SIGTERM)
22:51:12.105057 run       osmo-ms-mob/00093(pid=228): Terminating (SIGTERM)
22:51:12.111606 run       osmo-ms-mob/00094(pid=229): Terminating (SIGTERM)
22:51:12.118020 run       osmo-ms-mob/00095(pid=230): Terminating (SIGTERM)
22:51:12.124562 run       osmo-ms-mob/00096(pid=231): Terminating (SIGTERM)
22:51:12.130979 run       osmo-ms-mob/00097(pid=232): Terminating (SIGTERM)
22:51:12.137577 run       osmo-ms-mob/00098(pid=233): Terminating (SIGTERM)
22:51:12.144107 run       osmo-ms-mob/00099(pid=234): Terminating (SIGTERM)
22:51:12.150677 ---      ParallelTerminationStrategy: PID 22 died...
22:51:12.153678 run pcap-recorder_any(filters='host 127.0.42.2')(pid=22): Terminated: ok {rc=0}
22:51:12.160957 ---      ParallelTerminationStrategy: PID 23 died...
22:51:12.163889 run      osmo-hlr_127.0.42.2(pid=23): Terminated: ok {rc=0}
22:51:12.171075 ---      ParallelTerminationStrategy: PID 24 died...
22:51:12.174278 run pcap-recorder_any(filters='host 127.0.42.5 and port not 22')(pid=24): Terminated: ok {rc=0}
22:51:12.181971 ---      ParallelTerminationStrategy: PID 25 died...
22:51:12.187461 run      osmo-stp_127.0.42.5(pid=25): Terminated: ok {rc=0}
22:51:12.195145 ---      ParallelTerminationStrategy: PID 26 died...
22:51:12.198825 run pcap-recorder_any(filters='host 127.0.42.6 and port not 22')(pid=26): Terminated: ok {rc=0}
22:51:12.206079 ---      ParallelTerminationStrategy: PID 27 died...
22:51:12.209117 run      osmo-msc_127.0.42.6(pid=27): Terminated: ok {rc=0}
22:51:12.216334 ---      ParallelTerminationStrategy: PID 28 died...
22:51:12.219254 run pcap-recorder_any(filters='host 127.0.42.3 and port not 22')(pid=28): Terminated: ok {rc=0}
22:51:12.226494 ---      ParallelTerminationStrategy: PID 29 died...
22:51:12.229440 run      osmo-mgw_127.0.42.3(pid=29): Terminated {rc=15}
22:51:12.236756 ---      ParallelTerminationStrategy: PID 30 died...
22:51:12.239732 run pcap-recorder_any(filters='host 127.0.42.4 and port not 22')(pid=30): Terminated: ok {rc=0}
22:51:12.246988 ---      ParallelTerminationStrategy: PID 31 died...
22:51:12.249972 run      osmo-mgw_127.0.42.4(pid=31): Terminated {rc=15}
22:51:12.257257 ---      ParallelTerminationStrategy: PID 32 died...
22:51:12.260213 run pcap-recorder_any(filters='host 127.0.42.7 and port not 22')(pid=32): Terminated: ok {rc=0}
22:51:12.267485 ---      ParallelTerminationStrategy: PID 33 died...
22:51:12.270466 run      osmo-bsc_127.0.42.7(pid=33): Terminated: ok {rc=0}
22:51:12.277744 ---      ParallelTerminationStrategy: PID 35 died...
22:51:12.280724 run   osmo-ms-virt-phy/00000(pid=35): Terminated: ok {rc=0}
22:51:12.287981 ---      ParallelTerminationStrategy: PID 36 died...
22:51:12.290866 run   osmo-ms-virt-phy/00001(pid=36): Terminated: ok {rc=0}
22:51:12.298992 ---      ParallelTerminationStrategy: PID 37 died...
22:51:12.301919 run   osmo-ms-virt-phy/00002(pid=37): Terminated: ok {rc=0}
22:51:12.309070 ---      ParallelTerminationStrategy: PID 38 died...
22:51:12.311963 run   osmo-ms-virt-phy/00003(pid=38): Terminated: ok {rc=0}
22:51:12.319128 ---      ParallelTerminationStrategy: PID 39 died...
22:51:12.321998 run   osmo-ms-virt-phy/00004(pid=39): Terminated: ok {rc=0}
22:51:12.329180 ---      ParallelTerminationStrategy: PID 40 died...
22:51:12.332142 run   osmo-ms-virt-phy/00005(pid=40): Terminated: ok {rc=0}
22:51:12.339217 ---      ParallelTerminationStrategy: PID 41 died...
22:51:12.342206 run   osmo-ms-virt-phy/00006(pid=41): Terminated: ok {rc=0}
22:51:12.349450 ---      ParallelTerminationStrategy: PID 42 died...
22:51:12.352364 run   osmo-ms-virt-phy/00007(pid=42): Terminated: ok {rc=0}
22:51:12.359509 ---      ParallelTerminationStrategy: PID 43 died...
22:51:12.362399 run   osmo-ms-virt-phy/00008(pid=43): Terminated: ok {rc=0}
22:51:12.369616 ---      ParallelTerminationStrategy: PID 44 died...
22:51:12.372526 run   osmo-ms-virt-phy/00009(pid=44): Terminated: ok {rc=0}
22:51:12.379692 ---      ParallelTerminationStrategy: PID 45 died...
22:51:12.382633 run   osmo-ms-virt-phy/00010(pid=45): Terminated: ok {rc=0}
22:51:12.389734 ---      ParallelTerminationStrategy: PID 46 died...
22:51:12.392655 run   osmo-ms-virt-phy/00011(pid=46): Terminated: ok {rc=0}
22:51:12.399735 ---      ParallelTerminationStrategy: PID 47 died...
22:51:12.402653 run   osmo-ms-virt-phy/00012(pid=47): Terminated: ok {rc=0}
22:51:12.409690 ---      ParallelTerminationStrategy: PID 48 died...
22:51:12.412568 run   osmo-ms-virt-phy/00013(pid=48): Terminated: ok {rc=0}
22:51:12.419736 ---      ParallelTerminationStrategy: PID 49 died...
22:51:12.422650 run   osmo-ms-virt-phy/00014(pid=49): Terminated: ok {rc=0}
22:51:12.429830 ---      ParallelTerminationStrategy: PID 50 died...
22:51:12.432777 run   osmo-ms-virt-phy/00015(pid=50): Terminated: ok {rc=0}
22:51:12.440030 ---      ParallelTerminationStrategy: PID 51 died...
22:51:12.443015 run   osmo-ms-virt-phy/00016(pid=51): Terminated: ok {rc=0}
22:51:12.450196 ---      ParallelTerminationStrategy: PID 52 died...
22:51:12.453154 run   osmo-ms-virt-phy/00017(pid=52): Terminated: ok {rc=0}
22:51:12.460391 ---      ParallelTerminationStrategy: PID 53 died...
22:51:12.463303 run   osmo-ms-virt-phy/00018(pid=53): Terminated: ok {rc=0}
22:51:12.470537 ---      ParallelTerminationStrategy: PID 54 died...
22:51:12.473551 run   osmo-ms-virt-phy/00019(pid=54): Terminated: ok {rc=0}
22:51:12.480833 ---      ParallelTerminationStrategy: PID 55 died...
22:51:12.483832 run   osmo-ms-virt-phy/00020(pid=55): Terminated: ok {rc=0}
22:51:12.491046 ---      ParallelTerminationStrategy: PID 56 died...
22:51:12.493996 run   osmo-ms-virt-phy/00021(pid=56): Terminated: ok {rc=0}
22:51:12.501245 ---      ParallelTerminationStrategy: PID 57 died...
22:51:12.504221 run   osmo-ms-virt-phy/00022(pid=57): Terminated: ok {rc=0}
22:51:12.511444 ---      ParallelTerminationStrategy: PID 58 died...
22:51:12.514386 run   osmo-ms-virt-phy/00023(pid=58): Terminated: ok {rc=0}
22:51:12.521560 ---      ParallelTerminationStrategy: PID 59 died...
22:51:12.524509 run   osmo-ms-virt-phy/00024(pid=59): Terminated: ok {rc=0}
22:51:12.531744 ---      ParallelTerminationStrategy: PID 60 died...
22:51:12.534691 run   osmo-ms-virt-phy/00025(pid=60): Terminated: ok {rc=0}
22:51:12.541898 ---      ParallelTerminationStrategy: PID 61 died...
22:51:12.544904 run   osmo-ms-virt-phy/00026(pid=61): Terminated: ok {rc=0}
22:51:12.552177 ---      ParallelTerminationStrategy: PID 62 died...
22:51:12.555103 run   osmo-ms-virt-phy/00027(pid=62): Terminated: ok {rc=0}
22:51:12.563731 ---      ParallelTerminationStrategy: PID 63 died...
22:51:12.566572 run   osmo-ms-virt-phy/00028(pid=63): Terminated: ok {rc=0}
22:51:12.573672 ---      ParallelTerminationStrategy: PID 64 died...
22:51:12.576576 run   osmo-ms-virt-phy/00029(pid=64): Terminated: ok {rc=0}
22:51:12.583829 ---      ParallelTerminationStrategy: PID 65 died...
22:51:12.586748 run   osmo-ms-virt-phy/00030(pid=65): Terminated: ok {rc=0}
22:51:12.595905 ---      ParallelTerminationStrategy: PID 66 died...
22:51:12.598878 run   osmo-ms-virt-phy/00031(pid=66): Terminated: ok {rc=0}
22:51:12.606101 ---      ParallelTerminationStrategy: PID 67 died...
22:51:12.609045 run   osmo-ms-virt-phy/00032(pid=67): Terminated: ok {rc=0}
22:51:12.616212 ---      ParallelTerminationStrategy: PID 68 died...
22:51:12.619188 run   osmo-ms-virt-phy/00033(pid=68): Terminated: ok {rc=0}
22:51:12.629149 ---      ParallelTerminationStrategy: PID 69 died...
22:51:12.633616 run   osmo-ms-virt-phy/00034(pid=69): Terminated: ok {rc=0}
22:51:12.642746 ---      ParallelTerminationStrategy: PID 70 died...
22:51:12.645596 run   osmo-ms-virt-phy/00035(pid=70): Terminated: ok {rc=0}
22:51:12.652674 ---      ParallelTerminationStrategy: PID 71 died...
22:51:12.655542 run   osmo-ms-virt-phy/00036(pid=71): Terminated: ok {rc=0}
22:51:12.662634 ---      ParallelTerminationStrategy: PID 72 died...
22:51:12.665617 run   osmo-ms-virt-phy/00037(pid=72): Terminated: ok {rc=0}
22:51:12.672786 ---      ParallelTerminationStrategy: PID 73 died...
22:51:12.675727 run   osmo-ms-virt-phy/00038(pid=73): Terminated: ok {rc=0}
22:51:12.682915 ---      ParallelTerminationStrategy: PID 74 died...
22:51:12.685838 run   osmo-ms-virt-phy/00039(pid=74): Terminated: ok {rc=0}
22:51:12.692915 ---      ParallelTerminationStrategy: PID 75 died...
22:51:12.695872 run   osmo-ms-virt-phy/00040(pid=75): Terminated: ok {rc=0}
22:51:12.703019 ---      ParallelTerminationStrategy: PID 76 died...
22:51:12.705928 run   osmo-ms-virt-phy/00041(pid=76): Terminated: ok {rc=0}
22:51:12.713065 ---      ParallelTerminationStrategy: PID 77 died...
22:51:12.715917 run   osmo-ms-virt-phy/00042(pid=77): Terminated: ok {rc=0}
22:51:12.723029 ---      ParallelTerminationStrategy: PID 78 died...
22:51:12.725903 run   osmo-ms-virt-phy/00043(pid=78): Terminated: ok {rc=0}
22:51:12.733070 ---      ParallelTerminationStrategy: PID 79 died...
22:51:12.735938 run   osmo-ms-virt-phy/00044(pid=79): Terminated: ok {rc=0}
22:51:12.742841 ---      ParallelTerminationStrategy: PID 80 died...
22:51:12.745667 run   osmo-ms-virt-phy/00045(pid=80): Terminated: ok {rc=0}
22:51:12.752602 ---      ParallelTerminationStrategy: PID 81 died...
22:51:12.755398 run   osmo-ms-virt-phy/00046(pid=81): Terminated: ok {rc=0}
22:51:12.762230 ---      ParallelTerminationStrategy: PID 82 died...
22:51:12.765077 run   osmo-ms-virt-phy/00047(pid=82): Terminated: ok {rc=0}
22:51:12.771936 ---      ParallelTerminationStrategy: PID 83 died...
22:51:12.774685 run   osmo-ms-virt-phy/00048(pid=83): Terminated: ok {rc=0}
22:51:12.781506 ---      ParallelTerminationStrategy: PID 84 died...
22:51:12.784262 run   osmo-ms-virt-phy/00049(pid=84): Terminated: ok {rc=0}
22:51:12.791104 ---      ParallelTerminationStrategy: PID 85 died...
22:51:12.793842 run   osmo-ms-virt-phy/00050(pid=85): Terminated: ok {rc=0}
22:51:12.802607 ---      ParallelTerminationStrategy: PID 86 died...
22:51:12.805360 run   osmo-ms-virt-phy/00051(pid=86): Terminated: ok {rc=0}
22:51:12.812116 ---      ParallelTerminationStrategy: PID 87 died...
22:51:12.814843 run   osmo-ms-virt-phy/00052(pid=87): Terminated: ok {rc=0}
22:51:12.821620 ---      ParallelTerminationStrategy: PID 88 died...
22:51:12.824389 run   osmo-ms-virt-phy/00053(pid=88): Terminated: ok {rc=0}
22:51:12.831162 ---      ParallelTerminationStrategy: PID 89 died...
22:51:12.833984 run   osmo-ms-virt-phy/00054(pid=89): Terminated: ok {rc=0}
22:51:12.840936 ---      ParallelTerminationStrategy: PID 90 died...
22:51:12.843886 run   osmo-ms-virt-phy/00055(pid=90): Terminated: ok {rc=0}
22:51:12.851064 ---      ParallelTerminationStrategy: PID 91 died...
22:51:12.853999 run   osmo-ms-virt-phy/00056(pid=91): Terminated: ok {rc=0}
22:51:12.861176 ---      ParallelTerminationStrategy: PID 92 died...
22:51:12.864024 run   osmo-ms-virt-phy/00057(pid=92): Terminated: ok {rc=0}
22:51:12.871026 ---      ParallelTerminationStrategy: PID 93 died...
22:51:12.873914 run   osmo-ms-virt-phy/00058(pid=93): Terminated: ok {rc=0}
22:51:12.880959 ---      ParallelTerminationStrategy: PID 94 died...
22:51:12.883881 run   osmo-ms-virt-phy/00059(pid=94): Terminated: ok {rc=0}
22:51:12.890872 ---      ParallelTerminationStrategy: PID 95 died...
22:51:12.893837 run   osmo-ms-virt-phy/00060(pid=95): Terminated: ok {rc=0}
22:51:12.901186 ---      ParallelTerminationStrategy: PID 96 died...
22:51:12.904401 run   osmo-ms-virt-phy/00061(pid=96): Terminated: ok {rc=0}
22:51:12.913161 ---      ParallelTerminationStrategy: PID 97 died...
22:51:12.916054 run   osmo-ms-virt-phy/00062(pid=97): Terminated: ok {rc=0}
22:51:12.923208 ---      ParallelTerminationStrategy: PID 98 died...
22:51:12.926114 run   osmo-ms-virt-phy/00063(pid=98): Terminated: ok {rc=0}
22:51:12.933283 ---      ParallelTerminationStrategy: PID 99 died...
22:51:12.936113 run   osmo-ms-virt-phy/00064(pid=99): Terminated: ok {rc=0}
22:51:12.943187 ---      ParallelTerminationStrategy: PID 100 died...
22:51:12.946085 run  osmo-ms-virt-phy/00065(pid=100): Terminated: ok {rc=0}
22:51:12.953165 ---      ParallelTerminationStrategy: PID 101 died...
22:51:12.956137 run  osmo-ms-virt-phy/00066(pid=101): Terminated: ok {rc=0}
22:51:12.963319 ---      ParallelTerminationStrategy: PID 102 died...
22:51:12.966258 run  osmo-ms-virt-phy/00067(pid=102): Terminated: ok {rc=0}
22:51:12.973456 ---      ParallelTerminationStrategy: PID 103 died...
22:51:12.976399 run  osmo-ms-virt-phy/00068(pid=103): Terminated: ok {rc=0}
22:51:12.983596 ---      ParallelTerminationStrategy: PID 104 died...
22:51:12.986487 run  osmo-ms-virt-phy/00069(pid=104): Terminated: ok {rc=0}
22:51:12.993749 ---      ParallelTerminationStrategy: PID 105 died...
22:51:12.996676 run  osmo-ms-virt-phy/00070(pid=105): Terminated: ok {rc=0}
22:51:13.003901 ---      ParallelTerminationStrategy: PID 106 died...
22:51:13.006820 run  osmo-ms-virt-phy/00071(pid=106): Terminated: ok {rc=0}
22:51:13.013845 ---      ParallelTerminationStrategy: PID 107 died...
22:51:13.016693 run  osmo-ms-virt-phy/00072(pid=107): Terminated: ok {rc=0}
22:51:13.023612 ---      ParallelTerminationStrategy: PID 108 died...
22:51:13.026407 run  osmo-ms-virt-phy/00073(pid=108): Terminated: ok {rc=0}
22:51:13.033551 ---      ParallelTerminationStrategy: PID 109 died...
22:51:13.036383 run  osmo-ms-virt-phy/00074(pid=109): Terminated: ok {rc=0}
22:51:13.043297 ---      ParallelTerminationStrategy: PID 110 died...
22:51:13.046096 run  osmo-ms-virt-phy/00075(pid=110): Terminated: ok {rc=0}
22:51:13.053133 ---      ParallelTerminationStrategy: PID 111 died...
22:51:13.055996 run  osmo-ms-virt-phy/00076(pid=111): Terminated: ok {rc=0}
22:51:13.062969 ---      ParallelTerminationStrategy: PID 112 died...
22:51:13.065816 run  osmo-ms-virt-phy/00077(pid=112): Terminated: ok {rc=0}
22:51:13.072813 ---      ParallelTerminationStrategy: PID 113 died...
22:51:13.075671 run  osmo-ms-virt-phy/00078(pid=113): Terminated: ok {rc=0}
22:51:13.082666 ---      ParallelTerminationStrategy: PID 114 died...
22:51:13.085540 run  osmo-ms-virt-phy/00079(pid=114): Terminated: ok {rc=0}
22:51:13.092689 ---      ParallelTerminationStrategy: PID 115 died...
22:51:13.095612 run  osmo-ms-virt-phy/00080(pid=115): Terminated: ok {rc=0}
22:51:13.102650 ---      ParallelTerminationStrategy: PID 116 died...
22:51:13.105511 run  osmo-ms-virt-phy/00081(pid=116): Terminated: ok {rc=0}
22:51:13.112634 ---      ParallelTerminationStrategy: PID 117 died...
22:51:13.115546 run  osmo-ms-virt-phy/00082(pid=117): Terminated: ok {rc=0}
22:51:13.122721 ---      ParallelTerminationStrategy: PID 118 died...
22:51:13.125642 run  osmo-ms-virt-phy/00083(pid=118): Terminated: ok {rc=0}
22:51:13.132818 ---      ParallelTerminationStrategy: PID 119 died...
22:51:13.135781 run  osmo-ms-virt-phy/00084(pid=119): Terminated: ok {rc=0}
22:51:13.142980 ---      ParallelTerminationStrategy: PID 120 died...
22:51:13.146018 run  osmo-ms-virt-phy/00085(pid=120): Terminated: ok {rc=0}
22:51:13.153189 ---      ParallelTerminationStrategy: PID 121 died...
22:51:13.156098 run  osmo-ms-virt-phy/00086(pid=121): Terminated: ok {rc=0}
22:51:13.163087 ---      ParallelTerminationStrategy: PID 122 died...
22:51:13.165945 run  osmo-ms-virt-phy/00087(pid=122): Terminated: ok {rc=0}
22:51:13.172942 ---      ParallelTerminationStrategy: PID 123 died...
22:51:13.175805 run  osmo-ms-virt-phy/00088(pid=123): Terminated: ok {rc=0}
22:51:13.182732 ---      ParallelTerminationStrategy: PID 124 died...
22:51:13.185552 run  osmo-ms-virt-phy/00089(pid=124): Terminated: ok {rc=0}
22:51:13.192447 ---      ParallelTerminationStrategy: PID 125 died...
22:51:13.195217 run  osmo-ms-virt-phy/00090(pid=125): Terminated: ok {rc=0}
22:51:13.202193 ---      ParallelTerminationStrategy: PID 126 died...
22:51:13.205061 run  osmo-ms-virt-phy/00091(pid=126): Terminated: ok {rc=0}
22:51:13.212097 ---      ParallelTerminationStrategy: PID 127 died...
22:51:13.215014 run  osmo-ms-virt-phy/00092(pid=127): Terminated: ok {rc=0}
22:51:13.222005 ---      ParallelTerminationStrategy: PID 128 died...
22:51:13.224847 run  osmo-ms-virt-phy/00093(pid=128): Terminated: ok {rc=0}
22:51:13.231838 ---      ParallelTerminationStrategy: PID 129 died...
22:51:13.234679 run  osmo-ms-virt-phy/00094(pid=129): Terminated: ok {rc=0}
22:51:13.241519 ---      ParallelTerminationStrategy: PID 130 died...
22:51:13.244356 run  osmo-ms-virt-phy/00095(pid=130): Terminated: ok {rc=0}
22:51:13.251349 ---      ParallelTerminationStrategy: PID 131 died...
22:51:13.254213 run  osmo-ms-virt-phy/00096(pid=131): Terminated: ok {rc=0}
22:51:13.261231 ---      ParallelTerminationStrategy: PID 132 died...
22:51:13.264095 run  osmo-ms-virt-phy/00097(pid=132): Terminated: ok {rc=0}
22:51:13.271079 ---      ParallelTerminationStrategy: PID 133 died...
22:51:13.273896 run  osmo-ms-virt-phy/00098(pid=133): Terminated: ok {rc=0}
22:51:13.280816 ---      ParallelTerminationStrategy: PID 134 died...
22:51:13.283634 run  osmo-ms-virt-phy/00099(pid=134): Terminated: ok {rc=0}
22:51:13.290507 ---      ParallelTerminationStrategy: PID 135 died...
22:51:13.293371 run       osmo-ms-mob/00000(pid=135): Terminated {rc=26112}
22:51:13.300264 ---      ParallelTerminationStrategy: PID 136 died...
22:51:13.303055 run       osmo-ms-mob/00001(pid=136): Terminated {rc=26112}
22:51:13.310067 ---      ParallelTerminationStrategy: PID 137 died...
22:51:13.312924 run       osmo-ms-mob/00002(pid=137): Terminated {rc=26112}
22:51:13.319954 ---      ParallelTerminationStrategy: PID 138 died...
22:51:13.322830 run       osmo-ms-mob/00003(pid=138): Terminated {rc=26112}
22:51:13.329924 ---      ParallelTerminationStrategy: PID 139 died...
22:51:13.332788 run       osmo-ms-mob/00004(pid=139): Terminated {rc=26112}
22:51:13.339802 ---      ParallelTerminationStrategy: PID 140 died...
22:51:13.342635 run       osmo-ms-mob/00005(pid=140): Terminated {rc=26112}
22:51:13.349630 ---      ParallelTerminationStrategy: PID 141 died...
22:51:13.352387 run       osmo-ms-mob/00006(pid=141): Terminated {rc=26112}
22:51:13.359385 ---      ParallelTerminationStrategy: PID 142 died...
22:51:13.362226 run       osmo-ms-mob/00007(pid=142): Terminated {rc=26112}
22:51:13.369119 ---      ParallelTerminationStrategy: PID 143 died...
22:51:13.371904 run       osmo-ms-mob/00008(pid=143): Terminated {rc=26112}
22:51:13.378777 ---      ParallelTerminationStrategy: PID 144 died...
22:51:13.381571 run       osmo-ms-mob/00009(pid=144): Terminated {rc=26112}
22:51:13.388470 ---      ParallelTerminationStrategy: PID 145 died...
22:51:13.391250 run       osmo-ms-mob/00010(pid=145): Terminated {rc=26112}
22:51:13.398130 ---      ParallelTerminationStrategy: PID 146 died...
22:51:13.400919 run       osmo-ms-mob/00011(pid=146): Terminated {rc=26112}
22:51:13.407776 ---      ParallelTerminationStrategy: PID 147 died...
22:51:13.410543 run       osmo-ms-mob/00012(pid=147): Terminated {rc=26112}
22:51:13.417406 ---      ParallelTerminationStrategy: PID 148 died...
22:51:13.420173 run       osmo-ms-mob/00013(pid=148): Terminated {rc=26112}
22:51:13.427000 ---      ParallelTerminationStrategy: PID 149 died...
22:51:13.429766 run       osmo-ms-mob/00014(pid=149): Terminated {rc=26112}
22:51:13.436615 ---      ParallelTerminationStrategy: PID 150 died...
22:51:13.439379 run       osmo-ms-mob/00015(pid=150): Terminated {rc=26112}
22:51:13.446218 ---      ParallelTerminationStrategy: PID 151 died...
22:51:13.448964 run       osmo-ms-mob/00016(pid=151): Terminated {rc=26112}
22:51:13.455784 ---      ParallelTerminationStrategy: PID 152 died...
22:51:13.458542 run       osmo-ms-mob/00017(pid=152): Terminated {rc=26112}
22:51:13.465405 ---      ParallelTerminationStrategy: PID 153 died...
22:51:13.468180 run       osmo-ms-mob/00018(pid=153): Terminated {rc=26112}
22:51:13.475013 ---      ParallelTerminationStrategy: PID 154 died...
22:51:13.477786 run       osmo-ms-mob/00019(pid=154): Terminated {rc=26112}
22:51:13.484633 ---      ParallelTerminationStrategy: PID 155 died...
22:51:13.487391 run       osmo-ms-mob/00020(pid=155): Terminated {rc=26112}
22:51:13.494219 ---      ParallelTerminationStrategy: PID 156 died...
22:51:13.497017 run       osmo-ms-mob/00021(pid=156): Terminated {rc=26112}
22:51:13.503893 ---      ParallelTerminationStrategy: PID 157 died...
22:51:13.506888 run       osmo-ms-mob/00022(pid=157): Terminated {rc=26112}
22:51:13.513804 ---      ParallelTerminationStrategy: PID 158 died...
22:51:13.516617 run       osmo-ms-mob/00023(pid=158): Terminated {rc=26112}
22:51:13.523457 ---      ParallelTerminationStrategy: PID 159 died...
22:51:13.526280 run       osmo-ms-mob/00024(pid=159): Terminated {rc=26112}
22:51:13.533139 ---      ParallelTerminationStrategy: PID 160 died...
22:51:13.535967 run       osmo-ms-mob/00025(pid=160): Terminated {rc=26112}
22:51:13.542947 ---      ParallelTerminationStrategy: PID 161 died...
22:51:13.545771 run       osmo-ms-mob/00026(pid=161): Terminated {rc=26112}
22:51:13.552710 ---      ParallelTerminationStrategy: PID 162 died...
22:51:13.555448 run       osmo-ms-mob/00027(pid=162): Terminated {rc=26112}
22:51:13.562365 ---      ParallelTerminationStrategy: PID 163 died...
22:51:13.565131 run       osmo-ms-mob/00028(pid=163): Terminated {rc=26112}
22:51:13.572006 ---      ParallelTerminationStrategy: PID 164 died...
22:51:13.574776 run       osmo-ms-mob/00029(pid=164): Terminated {rc=26112}
22:51:13.581786 ---      ParallelTerminationStrategy: PID 165 died...
22:51:13.584594 run       osmo-ms-mob/00030(pid=165): Terminated {rc=26112}
22:51:13.591465 ---      ParallelTerminationStrategy: PID 166 died...
22:51:13.594254 run       osmo-ms-mob/00031(pid=166): Terminated {rc=26112}
22:51:13.601127 ---      ParallelTerminationStrategy: PID 167 died...
22:51:13.603913 run       osmo-ms-mob/00032(pid=167): Terminated {rc=26112}
22:51:13.610713 ---      ParallelTerminationStrategy: PID 168 died...
22:51:13.613491 run       osmo-ms-mob/00033(pid=168): Terminated {rc=26112}
22:51:13.620309 ---      ParallelTerminationStrategy: PID 169 died...
22:51:13.623059 run       osmo-ms-mob/00034(pid=169): Terminated {rc=26112}
22:51:13.629926 ---      ParallelTerminationStrategy: PID 170 died...
22:51:13.632743 run       osmo-ms-mob/00035(pid=170): Terminated {rc=26112}
22:51:13.639517 ---      ParallelTerminationStrategy: PID 171 died...
22:51:13.642298 run       osmo-ms-mob/00036(pid=171): Terminated {rc=26112}
22:51:13.649240 ---      ParallelTerminationStrategy: PID 172 died...
22:51:13.652044 run       osmo-ms-mob/00037(pid=172): Terminated {rc=26112}
22:51:13.658948 ---      ParallelTerminationStrategy: PID 173 died...
22:51:13.661760 run       osmo-ms-mob/00038(pid=173): Terminated {rc=26112}
22:51:13.668647 ---      ParallelTerminationStrategy: PID 174 died...
22:51:13.671401 run       osmo-ms-mob/00039(pid=174): Terminated {rc=26112}
22:51:13.678255 ---      ParallelTerminationStrategy: PID 175 died...
22:51:13.681047 run       osmo-ms-mob/00040(pid=175): Terminated {rc=26112}
22:51:13.687993 ---      ParallelTerminationStrategy: PID 176 died...
22:51:13.690775 run       osmo-ms-mob/00041(pid=176): Terminated {rc=26112}
22:51:13.697656 ---      ParallelTerminationStrategy: PID 177 died...
22:51:13.700456 run       osmo-ms-mob/00042(pid=177): Terminated {rc=26112}
22:51:13.707320 ---      ParallelTerminationStrategy: PID 178 died...
22:51:13.710081 run       osmo-ms-mob/00043(pid=178): Terminated {rc=26112}
22:51:13.716886 ---      ParallelTerminationStrategy: PID 179 died...
22:51:13.719648 run       osmo-ms-mob/00044(pid=179): Terminated {rc=26112}
22:51:13.726495 ---      ParallelTerminationStrategy: PID 180 died...
22:51:13.729233 run       osmo-ms-mob/00045(pid=180): Terminated {rc=26112}
22:51:13.736042 ---      ParallelTerminationStrategy: PID 181 died...
22:51:13.738785 run       osmo-ms-mob/00046(pid=181): Terminated {rc=26112}
22:51:13.745719 ---      ParallelTerminationStrategy: PID 182 died...
22:51:13.748592 run       osmo-ms-mob/00047(pid=182): Terminated {rc=26112}
22:51:13.756610 ---      ParallelTerminationStrategy: PID 183 died...
22:51:13.759431 run       osmo-ms-mob/00048(pid=183): Terminated {rc=26112}
22:51:13.766390 ---      ParallelTerminationStrategy: PID 184 died...
22:51:13.769213 run       osmo-ms-mob/00049(pid=184): Terminated {rc=26112}
22:51:13.776170 ---      ParallelTerminationStrategy: PID 185 died...
22:51:13.778973 run       osmo-ms-mob/00050(pid=185): Terminated {rc=26112}
22:51:13.785897 ---      ParallelTerminationStrategy: PID 186 died...
22:51:13.788731 run       osmo-ms-mob/00051(pid=186): Terminated {rc=26112}
22:51:13.795681 ---      ParallelTerminationStrategy: PID 187 died...
22:51:13.798474 run       osmo-ms-mob/00052(pid=187): Terminated {rc=26112}
22:51:13.805410 ---      ParallelTerminationStrategy: PID 188 died...
22:51:13.808250 run       osmo-ms-mob/00053(pid=188): Terminated {rc=26112}
22:51:13.815034 ---      ParallelTerminationStrategy: PID 189 died...
22:51:13.817809 run       osmo-ms-mob/00054(pid=189): Terminated {rc=26112}
22:51:13.824667 ---      ParallelTerminationStrategy: PID 190 died...
22:51:13.827414 run       osmo-ms-mob/00055(pid=190): Terminated {rc=26112}
22:51:13.834241 ---      ParallelTerminationStrategy: PID 191 died...
22:51:13.837041 run       osmo-ms-mob/00056(pid=191): Terminated {rc=26112}
22:51:13.843993 ---      ParallelTerminationStrategy: PID 192 died...
22:51:13.846726 run       osmo-ms-mob/00057(pid=192): Terminated {rc=26112}
22:51:13.853533 ---      ParallelTerminationStrategy: PID 193 died...
22:51:13.856263 run       osmo-ms-mob/00058(pid=193): Terminated {rc=26112}
22:51:13.863034 ---      ParallelTerminationStrategy: PID 194 died...
22:51:13.865764 run       osmo-ms-mob/00059(pid=194): Terminated {rc=26112}
22:51:13.872567 ---      ParallelTerminationStrategy: PID 195 died...
22:51:13.875302 run       osmo-ms-mob/00060(pid=195): Terminated {rc=26112}
22:51:13.882146 ---      ParallelTerminationStrategy: PID 196 died...
22:51:13.884913 run       osmo-ms-mob/00061(pid=196): Terminated {rc=26112}
22:51:13.891785 ---      ParallelTerminationStrategy: PID 197 died...
22:51:13.894523 run       osmo-ms-mob/00062(pid=197): Terminated {rc=26112}
22:51:13.901387 ---      ParallelTerminationStrategy: PID 198 died...
22:51:13.904143 run       osmo-ms-mob/00063(pid=198): Terminated {rc=26112}
22:51:13.910958 ---      ParallelTerminationStrategy: PID 199 died...
22:51:13.913725 run       osmo-ms-mob/00064(pid=199): Terminated {rc=26112}
22:51:13.920545 ---      ParallelTerminationStrategy: PID 200 died...
22:51:13.923299 run       osmo-ms-mob/00065(pid=200): Terminated {rc=26112}
22:51:13.930179 ---      ParallelTerminationStrategy: PID 201 died...
22:51:13.932943 run       osmo-ms-mob/00066(pid=201): Terminated {rc=26112}
22:51:13.939804 ---      ParallelTerminationStrategy: PID 202 died...
22:51:13.942571 run       osmo-ms-mob/00067(pid=202): Terminated {rc=26112}
22:51:13.949408 ---      ParallelTerminationStrategy: PID 203 died...
22:51:13.952160 run       osmo-ms-mob/00068(pid=203): Terminated {rc=26112}
22:51:13.958972 ---      ParallelTerminationStrategy: PID 204 died...
22:51:13.961755 run       osmo-ms-mob/00069(pid=204): Terminated {rc=26112}
22:51:13.968579 ---      ParallelTerminationStrategy: PID 205 died...
22:51:13.971347 run       osmo-ms-mob/00070(pid=205): Terminated {rc=26112}
22:51:13.978199 ---      ParallelTerminationStrategy: PID 206 died...
22:51:13.980966 run       osmo-ms-mob/00071(pid=206): Terminated {rc=26112}
22:51:13.987824 ---      ParallelTerminationStrategy: PID 207 died...
22:51:13.990570 run       osmo-ms-mob/00072(pid=207): Terminated {rc=26112}
22:51:13.997426 ---      ParallelTerminationStrategy: PID 208 died...
22:51:14.000187 run       osmo-ms-mob/00073(pid=208): Terminated {rc=26112}
22:51:14.007035 ---      ParallelTerminationStrategy: PID 209 died...
22:51:14.009804 run       osmo-ms-mob/00074(pid=209): Terminated {rc=26112}
22:51:14.016681 ---      ParallelTerminationStrategy: PID 210 died...
22:51:14.019450 run       osmo-ms-mob/00075(pid=210): Terminated {rc=26112}
22:51:14.026289 ---      ParallelTerminationStrategy: PID 211 died...
22:51:14.029052 run       osmo-ms-mob/00076(pid=211): Terminated {rc=26112}
22:51:14.035926 ---      ParallelTerminationStrategy: PID 212 died...
22:51:14.038702 run       osmo-ms-mob/00077(pid=212): Terminated {rc=26112}
22:51:14.045568 ---      ParallelTerminationStrategy: PID 213 died...
22:51:14.048346 run       osmo-ms-mob/00078(pid=213): Terminated {rc=26112}
22:51:14.055213 ---      ParallelTerminationStrategy: PID 214 died...
22:51:14.057973 run       osmo-ms-mob/00079(pid=214): Terminated {rc=26112}
22:51:14.064821 ---      ParallelTerminationStrategy: PID 215 died...
22:51:14.067601 run       osmo-ms-mob/00080(pid=215): Terminated {rc=26112}
22:51:14.074500 ---      ParallelTerminationStrategy: PID 216 died...
22:51:14.077280 run       osmo-ms-mob/00081(pid=216): Terminated {rc=26112}
22:51:14.084143 ---      ParallelTerminationStrategy: PID 217 died...
22:51:14.086889 run       osmo-ms-mob/00082(pid=217): Terminated {rc=26112}
22:51:14.093718 ---      ParallelTerminationStrategy: PID 218 died...
22:51:14.096482 run       osmo-ms-mob/00083(pid=218): Terminated {rc=26112}
22:51:14.103318 ---      ParallelTerminationStrategy: PID 219 died...
22:51:14.106128 run       osmo-ms-mob/00084(pid=219): Terminated {rc=26112}
22:51:14.113001 ---      ParallelTerminationStrategy: PID 220 died...
22:51:14.115779 run       osmo-ms-mob/00085(pid=220): Terminated {rc=26112}
22:51:14.122594 ---      ParallelTerminationStrategy: PID 221 died...
22:51:14.125358 run       osmo-ms-mob/00086(pid=221): Terminated {rc=26112}
22:51:14.132265 ---      ParallelTerminationStrategy: PID 222 died...
22:51:14.135031 run       osmo-ms-mob/00087(pid=222): Terminated {rc=26112}
22:51:14.141910 ---      ParallelTerminationStrategy: PID 223 died...
22:51:14.144684 run       osmo-ms-mob/00088(pid=223): Terminated {rc=26112}
22:51:14.151514 ---      ParallelTerminationStrategy: PID 224 died...
22:51:14.154386 run       osmo-ms-mob/00089(pid=224): Terminated {rc=26112}
22:51:14.161361 ---      ParallelTerminationStrategy: PID 225 died...
22:51:14.164203 run       osmo-ms-mob/00090(pid=225): Terminated {rc=26112}
22:51:14.172527 ---      ParallelTerminationStrategy: PID 226 died...
22:51:14.175314 run       osmo-ms-mob/00091(pid=226): Terminated {rc=26112}
22:51:14.182240 ---      ParallelTerminationStrategy: PID 227 died...
22:51:14.185050 run       osmo-ms-mob/00092(pid=227): Terminated {rc=26112}
22:51:14.192019 ---      ParallelTerminationStrategy: PID 228 died...
22:51:14.194830 run       osmo-ms-mob/00093(pid=228): Terminated {rc=26112}
22:51:14.201818 ---      ParallelTerminationStrategy: PID 229 died...
22:51:14.204683 run       osmo-ms-mob/00094(pid=229): Terminated {rc=26112}
22:51:14.211684 ---      ParallelTerminationStrategy: PID 230 died...
22:51:14.214469 run       osmo-ms-mob/00095(pid=230): Terminated {rc=26112}
22:51:14.221448 ---      ParallelTerminationStrategy: PID 231 died...
22:51:14.224262 run       osmo-ms-mob/00096(pid=231): Terminated {rc=26112}
22:51:14.231102 ---      ParallelTerminationStrategy: PID 232 died...
22:51:14.233898 run       osmo-ms-mob/00097(pid=232): Terminated {rc=26112}
22:51:14.240796 ---      ParallelTerminationStrategy: PID 233 died...
22:51:14.243589 run       osmo-ms-mob/00098(pid=233): Terminated {rc=26112}
22:51:14.250600 ---      ParallelTerminationStrategy: PID 234 died...
22:51:14.253489 run       osmo-ms-mob/00099(pid=234): Terminated {rc=26112}
22:51:16.273302 ---      ParallelTerminationStrategy: PID 34 died...
22:51:16.278777 run         osmo-bts-virtual(pid=34): Terminated: ok {rc=0}
---------------------------------------------------------------------
trial-7808 netreg_mass PASS
---------------------------------------------------------------------
22:51:16.385331 tst                       trial-7808: Storing JUnit report in /build/trial-7808/run.2024-12-08_22-49-46/trial-7808.xml

--------------------------------------------------------------------------------------------
trial-7808 PASS
--------------------------------------------------------------------------------------------
22:51:16.410055 tst                       trial-7808: trial-7808: PASS, 1 suites passed
PASS: netreg_mass (pass: 1)
    pass: register_default_mass.py (84.2 sec)
+ exit_code=0
+ rm -rf trial-7808/inst
+ cd trial-7808
+ command -v journalctl
+ [ ! -z /usr/bin/journalctl ]
+ readlink last_run
+ journalctl -u ofono -o short-precise --since 2024-12-08 22:49:45
No journal files were found.
+ readlink last_run
+ tar czf /build/trial-7808-run.tgz run.2024-12-08_22-49-46
+ tar czf /build/trial-7808-bin.tgz checksums.md5 open5gs.build-8.tgz osmo-bsc.build-2024-12-08_13_27_56.tgz osmo-bts-oc2g.build-2024-12-08_00_51_47.tgz osmo-bts-sysmo.build-2024-12-08_00_52_07.tgz osmo-bts.build-2024-12-08_00_53_06.tgz osmo-ggsn.build-2024-12-08_20_43_06.tgz osmo-hlr.build-2024-12-08_16_37_41.tgz osmo-hnbgw.build-2024-12-08_13_33_51.tgz osmo-mgw.build-2024-12-08_08_33_36.tgz osmo-msc.build-2024-12-08_13_38_31.tgz osmo-nitb.build-17155.tgz osmo-pcu-oc2g.build-2024-12-08_07_40_59.tgz osmo-pcu-sysmo.build-2024-12-08_07_40_16.tgz osmo-pcu.build-2024-12-08_07_40_32.tgz osmo-sgsn.build-2024-12-08_20_50_39.tgz osmo-stp.build-2024-12-08_13_26_22.tgz osmo-trx.build-2024-12-08_14_27_23.tgz osmocom-bb.build-2024-12-08_21_18_21.tgz srslte.build-19.tgz
+ exit 0
+ clean_up_trap
+ set +x

### Clean up ###

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