Skip to content
Success

Console Output

Started by timer
Running as SYSTEM
Building remotely on build2-deb11build-ansible (ttcn3 obs osmocom-gerrit coverity osmocom-master) in workspace /home/osmocom-build/jenkins/workspace/osmo-gsm-tester_virtual
The recommended git tool is: NONE
No credentials specified
Cloning the remote Git repository
Cloning repository https://gerrit.osmocom.org/osmo-gsm-tester
 > git init /home/osmocom-build/jenkins/workspace/osmo-gsm-tester_virtual/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 config remote.origin.url https://gerrit.osmocom.org/osmo-gsm-tester # timeout=10
 > git config --add remote.origin.fetch +refs/heads/*:refs/remotes/origin/* # timeout=10
Avoid second fetch
 > 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/jenkins9478272084117045111.sh
+ rm -rf *.tgz *.md5
Copied 2 artifacts from "osmo-gsm-tester_build-osmo-bsc" build number 23492
Copied 2 artifacts from "osmo-gsm-tester_build-osmo-bts" build number 10350
Copied 2 artifacts from "osmo-gsm-tester_build-osmo-ggsn" build number 9387
Copied 2 artifacts from "osmo-gsm-tester_build-osmo-hlr" build number 12174
Copied 2 artifacts from "osmo-gsm-tester_build-osmo-mgw" build number 12481
Copied 2 artifacts from "osmo-gsm-tester_build-osmo-hnbgw" build number 10609
Copied 2 artifacts from "osmo-gsm-tester_build-osmo-msc" build number 38247
Copied 2 artifacts from "osmo-gsm-tester_build-osmo-pcu" build number 6894
Copied 2 artifacts from "osmo-gsm-tester_build-osmo-sgsn" build number 40014
Copied 2 artifacts from "osmo-gsm-tester_build-osmo-trx" build number 7345
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 12715
Copied 2 artifacts from "osmo-gsm-tester_build-osmocom-bb" build number 6763
Copied 2 artifacts from "osmo-gsm-tester_build-osmo-bts-sysmo" build number 10874
Copied 2 artifacts from "osmo-gsm-tester_build-osmo-pcu-sysmo" build number 6934
Copied 2 artifacts from "osmo-gsm-tester_build-osmo-bts-oc2g" build number 8372
Copied 2 artifacts from "osmo-gsm-tester_build-osmo-pcu-oc2g" build number 5653
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 6763
[osmo-gsm-tester_virtual] $ /bin/sh -xe /tmp/jenkins11818407300399167245.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-*
+ 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
1cd38f2 redmine: upgrade to 5.1.5
+ 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.1s

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

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

#4 [ 1/28] FROM docker.io/osmocom-build/debian-bookworm-build:latest
#4 CACHED

#5 [internal] load build context
#5 transferring context: 5.76kB done
#5 DONE 0.2s

#6 [ 2/28] RUN     useradd -ms /bin/bash jenkins
#6 ...

#7 https://gerrit.osmocom.org/plugins/gitiles/osmo-gsm-tester/+/master?format=TEXT
#7 DONE 0.2s

#6 [ 2/28] RUN     useradd -ms /bin/bash jenkins
#6 DONE 0.8s

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

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

#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.553 Hit:1 http://deb.debian.org/debian bookworm InRelease
#10 0.553 Get:2 http://deb.debian.org/debian bookworm-updates InRelease [55.4 kB]
#10 0.554 Get:3 http://deb.debian.org/debian-security bookworm-security InRelease [48.0 kB]
#10 0.584 Hit:4 https://downloads.osmocom.org/packages/osmocom:/nightly/Debian_12 ./ InRelease
#10 0.840 Get:5 http://deb.debian.org/debian-security bookworm-security/main amd64 Packages [239 kB]
#10 0.926 Fetched 343 kB in 0s (849 kB/s)
#10 0.926 Reading package lists...
#10 1.326 Reading package lists...
#10 1.714 Building dependency tree...
#10 1.807 Reading state information...
#10 1.895 dbus is already the newest version (1.14.10-1~deb12u1).
#10 1.895 tcpdump is already the newest version (4.99.3-1).
#10 1.895 sqlite3 is already the newest version (3.40.1-2+deb12u1).
#10 1.895 python3 is already the newest version (3.11.2-1+b1).
#10 1.895 python3-setuptools is already the newest version (66.1.1-1).
#10 1.895 python3-yaml is already the newest version (6.0-3+b2).
#10 1.895 python3-mako is already the newest version (1.2.4+ds-1).
#10 1.895 python3-gi is already the newest version (3.42.2-3+b1).
#10 1.895 python3-wheel is already the newest version (0.38.4-2).
#10 1.895 python3-wheel set to manually installed.
#10 1.895 ofono is already the newest version (1.31-3+b1).
#10 1.895 patchelf is already the newest version (0.14.3-1+b1).
#10 1.895 sudo is already the newest version (1.9.13p3-1+deb12u1).
#10 1.895 libcap2-bin is already the newest version (1:2.66-4).
#10 1.895 libcap2-bin set to manually installed.
#10 1.895 python3-pip is already the newest version (23.0.1+dfsg-1).
#10 1.895 locales is already the newest version (2.36-9+deb12u9).
#10 1.895 The following additional packages will be installed:
#10 1.895   busybox libblas3 libiperf0 liblapack3 librpm9 librpmio9 rpm-common
#10 1.896 Suggested packages:
#10 1.896   libarchive-dev gfortran python3-pytest rpm-i18n
#10 1.968 The following NEW packages will be installed:
#10 1.968   busybox cpio iperf3 libblas3 libiperf0 liblapack3 librpm9 librpmio9
#10 1.968   python3-numpy python3-watchdog rpm-common rpm2cpio udhcpc
#10 1.996 0 upgraded, 13 newly installed, 0 to remove and 2 not upgraded.
#10 1.996 Need to get 14.8 MB of archives.
#10 1.996 After this operation, 45.5 MB of additional disk space will be used.
#10 1.996 Get:1 http://deb.debian.org/debian bookworm/main amd64 libiperf0 amd64 3.12-1+deb12u1 [91.2 kB]
#10 2.025 Get:2 http://deb.debian.org/debian bookworm/main amd64 iperf3 amd64 3.12-1+deb12u1 [33.9 kB]
#10 2.026 Get:3 http://deb.debian.org/debian bookworm/main amd64 cpio amd64 2.13+dfsg-7.1 [245 kB]
#10 2.033 Get:4 http://deb.debian.org/debian bookworm/main amd64 busybox amd64 1:1.35.0-4+b3 [452 kB]
#10 2.039 Get:5 http://deb.debian.org/debian bookworm/main amd64 libblas3 amd64 3.11.0-2 [149 kB]
#10 2.040 Get:6 http://deb.debian.org/debian bookworm/main amd64 liblapack3 amd64 3.11.0-2 [2323 kB]
#10 2.070 Get:7 http://deb.debian.org/debian bookworm/main amd64 librpmio9 amd64 4.18.0+dfsg-1+deb12u1 [1625 kB]
#10 2.078 Get:8 http://deb.debian.org/debian bookworm/main amd64 librpm9 amd64 4.18.0+dfsg-1+deb12u1 [1720 kB]
#10 2.088 Get:9 http://deb.debian.org/debian bookworm/main amd64 python3-numpy amd64 1:1.24.2-1+deb12u1 [4960 kB]
#10 2.132 Get:10 http://deb.debian.org/debian bookworm/main amd64 python3-watchdog all 2.2.1-1 [124 kB]
#10 2.132 Get:11 http://deb.debian.org/debian bookworm/main amd64 rpm-common amd64 4.18.0+dfsg-1+deb12u1 [1571 kB]
#10 2.145 Get:12 http://deb.debian.org/debian bookworm/main amd64 rpm2cpio amd64 4.18.0+dfsg-1+deb12u1 [1547 kB]
#10 2.158 Get:13 http://deb.debian.org/debian bookworm/main amd64 udhcpc amd64 1:1.35.0-4+b3 [6284 B]
#10 2.317 debconf: delaying package configuration, since apt-utils is not installed
#10 2.393 Fetched 14.8 MB in 0s (80.1 MB/s)
#10 2.496 Selecting previously unselected package libiperf0:amd64.
#10 2.496 (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.558 Preparing to unpack .../00-libiperf0_3.12-1+deb12u1_amd64.deb ...
#10 2.589 Unpacking libiperf0:amd64 (3.12-1+deb12u1) ...
#10 2.744 Selecting previously unselected package iperf3.
#10 2.755 Preparing to unpack .../01-iperf3_3.12-1+deb12u1_amd64.deb ...
#10 2.774 Unpacking iperf3 (3.12-1+deb12u1) ...
#10 2.910 Selecting previously unselected package cpio.
#10 2.921 Preparing to unpack .../02-cpio_2.13+dfsg-7.1_amd64.deb ...
#10 2.936 Unpacking cpio (2.13+dfsg-7.1) ...
#10 3.079 Selecting previously unselected package busybox.
#10 3.088 Preparing to unpack .../03-busybox_1%3a1.35.0-4+b3_amd64.deb ...
#10 3.103 Unpacking busybox (1:1.35.0-4+b3) ...
#10 3.275 Selecting previously unselected package libblas3:amd64.
#10 3.286 Preparing to unpack .../04-libblas3_3.11.0-2_amd64.deb ...
#10 3.305 Unpacking libblas3:amd64 (3.11.0-2) ...
#10 3.457 Selecting previously unselected package liblapack3:amd64.
#10 3.468 Preparing to unpack .../05-liblapack3_3.11.0-2_amd64.deb ...
#10 3.487 Unpacking liblapack3:amd64 (3.11.0-2) ...
#10 3.744 Selecting previously unselected package librpmio9.
#10 3.753 Preparing to unpack .../06-librpmio9_4.18.0+dfsg-1+deb12u1_amd64.deb ...
#10 3.770 Unpacking librpmio9 (4.18.0+dfsg-1+deb12u1) ...
#10 3.913 Selecting previously unselected package librpm9.
#10 3.924 Preparing to unpack .../07-librpm9_4.18.0+dfsg-1+deb12u1_amd64.deb ...
#10 3.940 Unpacking librpm9 (4.18.0+dfsg-1+deb12u1) ...
#10 4.094 Selecting previously unselected package python3-numpy.
#10 4.105 Preparing to unpack .../08-python3-numpy_1%3a1.24.2-1+deb12u1_amd64.deb ...
#10 4.121 Unpacking python3-numpy (1:1.24.2-1+deb12u1) ...
#10 4.600 Selecting previously unselected package python3-watchdog.
#10 4.610 Preparing to unpack .../09-python3-watchdog_2.2.1-1_all.deb ...
#10 4.625 Unpacking python3-watchdog (2.2.1-1) ...
#10 4.753 Selecting previously unselected package rpm-common.
#10 4.764 Preparing to unpack .../10-rpm-common_4.18.0+dfsg-1+deb12u1_amd64.deb ...
#10 4.779 Unpacking rpm-common (4.18.0+dfsg-1+deb12u1) ...
#10 4.928 Selecting previously unselected package rpm2cpio.
#10 4.938 Preparing to unpack .../11-rpm2cpio_4.18.0+dfsg-1+deb12u1_amd64.deb ...
#10 4.953 Unpacking rpm2cpio (4.18.0+dfsg-1+deb12u1) ...
#10 5.074 Selecting previously unselected package udhcpc:amd64.
#10 5.085 Preparing to unpack .../12-udhcpc_1%3a1.35.0-4+b3_amd64.deb ...
#10 5.108 Unpacking udhcpc:amd64 (1:1.35.0-4+b3) ...
#10 5.261 Setting up cpio (2.13+dfsg-7.1) ...
#10 5.308 update-alternatives: using /bin/mt-gnu to provide /bin/mt (mt) in auto mode
#10 5.308 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 5.334 Setting up python3-watchdog (2.2.1-1) ...
#10 5.509 Setting up busybox (1:1.35.0-4+b3) ...
#10 5.554 Setting up libblas3:amd64 (3.11.0-2) ...
#10 5.588 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 5.612 Setting up libiperf0:amd64 (3.12-1+deb12u1) ...
#10 5.658 Setting up udhcpc:amd64 (1:1.35.0-4+b3) ...
#10 5.719 Setting up librpmio9 (4.18.0+dfsg-1+deb12u1) ...
#10 5.765 Setting up librpm9 (4.18.0+dfsg-1+deb12u1) ...
#10 5.811 Setting up liblapack3:amd64 (3.11.0-2) ...
#10 5.846 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 5.869 Setting up iperf3 (3.12-1+deb12u1) ...
#10 5.987 debconf: unable to initialize frontend: Dialog
#10 5.987 debconf: (TERM is not set, so the dialog frontend is not usable.)
#10 5.987 debconf: falling back to frontend: Readline
#10 5.994 debconf: unable to initialize frontend: Readline
#10 5.994 debconf: (This frontend requires a controlling tty.)
#10 5.994 debconf: falling back to frontend: Teletype
#10 6.007 Configuring iperf3
#10 6.007 ------------------
#10 6.007 
#10 6.007 Choose this option if Iperf3 should start automatically as a daemon, now and at 
#10 6.007 boot time.
#10 6.007 
#10 6.008 Start Iperf3 as a daemon automatically? [yes/no] 
#10 6.008 Use of uninitialized value $_[1] in join or string at /usr/share/perl5/Debconf/DbDriver/Stack.pm line 111.
#10 6.080 invoke-rc.d: could not determine current runlevel
#10 6.084 invoke-rc.d: policy-rc.d denied execution of stop.
#10 6.300 Use of uninitialized value $val in substitution (s///) at /usr/share/perl5/Debconf/Format/822.pm line 83, <GEN6> line 1.
#10 6.300 Use of uninitialized value $val in concatenation (.) or string at /usr/share/perl5/Debconf/Format/822.pm line 84, <GEN6> line 1.
#10 6.342 Setting up rpm-common (4.18.0+dfsg-1+deb12u1) ...
#10 6.406 Setting up python3-numpy (1:1.24.2-1+deb12u1) ...
#10 7.531 Setting up rpm2cpio (4.18.0+dfsg-1+deb12u1) ...
#10 7.580 Processing triggers for man-db (2.11.2-2) ...
#10 7.627 Processing triggers for dbus (1.14.10-1~deb12u1) ...
#10 7.661 Processing triggers for libc-bin (2.36-9+deb12u9) ...
#10 DONE 8.3s

#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.764 Collecting smpplib
#11 0.764   Cloning https://github.com/podshumok/python-smpplib.git (to revision master) to /tmp/pip-install-559ztdr7/smpplib_e66ea45b612e46b18a2601640a5f0de3
#11 0.767   Running command git clone --filter=blob:none --quiet https://github.com/podshumok/python-smpplib.git /tmp/pip-install-559ztdr7/smpplib_e66ea45b612e46b18a2601640a5f0de3
#11 1.619   Resolved https://github.com/podshumok/python-smpplib.git to commit 29e611d20b21c4c6aff55ee867f2355f4c7085c8
#11 1.623   Preparing metadata (setup.py): started
#11 1.823   Preparing metadata (setup.py): finished with status 'done'
#11 1.825 Requirement already satisfied: pydbus in /usr/local/lib/python3.11/dist-packages (0.6.0)
#11 1.825 Requirement already satisfied: pyusb in /usr/lib/python3/dist-packages (1.2.1.post2)
#11 1.826 Requirement already satisfied: pysispm in /usr/local/lib/python3.11/dist-packages (0.6)
#11 2.287 Collecting pymongo
#11 2.341   Downloading pymongo-4.10.1-cp311-cp311-manylinux_2_17_x86_64.manylinux2014_x86_64.whl (1.7 MB)
#11 2.441      ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 1.7/1.7 MB 17.0 MB/s eta 0:00:00
#11 2.449 Requirement already satisfied: six in /usr/lib/python3/dist-packages (from smpplib) (1.16.0)
#11 2.499 Collecting dnspython<3.0.0,>=1.16.0
#11 2.506   Downloading dnspython-2.7.0-py3-none-any.whl (313 kB)
#11 2.526      ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 313.6/313.6 kB 17.0 MB/s eta 0:00:00
#11 2.806 Installing collected packages: dnspython, pymongo
#11 3.222 Successfully installed dnspython-2.7.0 pymongo-4.10.1
#11 3.222 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.451 Hit:1 http://deb.debian.org/debian bookworm InRelease
#12 0.451 Hit:2 http://deb.debian.org/debian bookworm-updates InRelease
#12 0.451 Hit:3 http://deb.debian.org/debian-security bookworm-security InRelease
#12 0.463 Hit:4 https://downloads.osmocom.org/packages/osmocom:/nightly/Debian_12 ./ InRelease
#12 0.797 Reading package lists...
#12 1.186 Reading package lists...
#12 1.572 Building dependency tree...
#12 1.664 Reading state information...
#12 1.752 The following additional packages will be installed:
#12 1.752   dbus-user-session libnss-systemd libpam-systemd libxmuu1 ncurses-term
#12 1.752   openssh-sftp-server runit-helper systemd-sysv xauth
#12 1.753 Suggested packages:
#12 1.753   molly-guard monkeysphere ssh-askpass ufw
#12 1.840 The following NEW packages will be installed:
#12 1.840   dbus-user-session libnss-systemd libpam-systemd libxmuu1 ncurses-term
#12 1.840   openssh-server openssh-sftp-server runit-helper systemd-sysv xauth
#12 1.865 0 upgraded, 10 newly installed, 0 to remove and 2 not upgraded.
#12 1.865 Need to get 1598 kB of archives.
#12 1.865 After this operation, 7874 kB of additional disk space will be used.
#12 1.865 Get:1 http://deb.debian.org/debian bookworm/main amd64 systemd-sysv amd64 252.31-1~deb12u1 [42.5 kB]
#12 1.891 Get:2 http://deb.debian.org/debian bookworm/main amd64 openssh-sftp-server amd64 1:9.2p1-2+deb12u3 [65.8 kB]
#12 1.897 Get:3 http://deb.debian.org/debian bookworm/main amd64 runit-helper all 2.15.2 [6520 B]
#12 1.897 Get:4 http://deb.debian.org/debian bookworm/main amd64 openssh-server amd64 1:9.2p1-2+deb12u3 [456 kB]
#12 1.907 Get:5 http://deb.debian.org/debian bookworm/main amd64 libnss-systemd amd64 252.31-1~deb12u1 [163 kB]
#12 1.909 Get:6 http://deb.debian.org/debian bookworm/main amd64 libpam-systemd amd64 252.31-1~deb12u1 [225 kB]
#12 1.911 Get:7 http://deb.debian.org/debian bookworm/main amd64 ncurses-term all 6.4-4 [501 kB]
#12 1.915 Get:8 http://deb.debian.org/debian bookworm/main amd64 dbus-user-session amd64 1.14.10-1~deb12u1 [78.1 kB]
#12 1.915 Get:9 http://deb.debian.org/debian bookworm/main amd64 libxmuu1 amd64 2:1.1.3-3 [23.9 kB]
#12 1.916 Get:10 http://deb.debian.org/debian bookworm/main amd64 xauth amd64 1:1.1.2-1 [36.0 kB]
#12 2.070 debconf: delaying package configuration, since apt-utils is not installed
#12 2.120 Fetched 1598 kB in 0s (22.2 MB/s)
#12 2.186 Selecting previously unselected package systemd-sysv.
#12 2.186 (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.240 Preparing to unpack .../0-systemd-sysv_252.31-1~deb12u1_amd64.deb ...
#12 2.256 Unpacking systemd-sysv (252.31-1~deb12u1) ...
#12 2.384 Selecting previously unselected package openssh-sftp-server.
#12 2.395 Preparing to unpack .../1-openssh-sftp-server_1%3a9.2p1-2+deb12u3_amd64.deb ...
#12 2.411 Unpacking openssh-sftp-server (1:9.2p1-2+deb12u3) ...
#12 2.521 Selecting previously unselected package runit-helper.
#12 2.530 Preparing to unpack .../2-runit-helper_2.15.2_all.deb ...
#12 2.546 Unpacking runit-helper (2.15.2) ...
#12 2.699 Selecting previously unselected package openssh-server.
#12 2.709 Preparing to unpack .../3-openssh-server_1%3a9.2p1-2+deb12u3_amd64.deb ...
#12 2.732 Unpacking openssh-server (1:9.2p1-2+deb12u3) ...
#12 2.927 Selecting previously unselected package libnss-systemd:amd64.
#12 2.937 Preparing to unpack .../4-libnss-systemd_252.31-1~deb12u1_amd64.deb ...
#12 2.971 Unpacking libnss-systemd:amd64 (252.31-1~deb12u1) ...
#12 3.102 Selecting previously unselected package libpam-systemd:amd64.
#12 3.113 Preparing to unpack .../5-libpam-systemd_252.31-1~deb12u1_amd64.deb ...
#12 3.128 Unpacking libpam-systemd:amd64 (252.31-1~deb12u1) ...
#12 3.252 Selecting previously unselected package ncurses-term.
#12 3.263 Preparing to unpack .../6-ncurses-term_6.4-4_all.deb ...
#12 3.278 Unpacking ncurses-term (6.4-4) ...
#12 3.773 Selecting previously unselected package dbus-user-session.
#12 3.784 Preparing to unpack .../7-dbus-user-session_1.14.10-1~deb12u1_amd64.deb ...
#12 3.799 Unpacking dbus-user-session (1.14.10-1~deb12u1) ...
#12 3.932 Selecting previously unselected package libxmuu1:amd64.
#12 3.943 Preparing to unpack .../8-libxmuu1_2%3a1.1.3-3_amd64.deb ...
#12 3.958 Unpacking libxmuu1:amd64 (2:1.1.3-3) ...
#12 4.066 Selecting previously unselected package xauth.
#12 4.077 Preparing to unpack .../9-xauth_1%3a1.1.2-1_amd64.deb ...
#12 4.093 Unpacking xauth (1:1.1.2-1) ...
#12 4.234 Setting up runit-helper (2.15.2) ...
#12 4.296 Setting up openssh-sftp-server (1:9.2p1-2+deb12u3) ...
#12 4.341 Setting up systemd-sysv (252.31-1~deb12u1) ...
#12 4.389 Setting up openssh-server (1:9.2p1-2+deb12u3) ...
#12 4.618 debconf: unable to initialize frontend: Dialog
#12 4.618 debconf: (TERM is not set, so the dialog frontend is not usable.)
#12 4.618 debconf: falling back to frontend: Readline
#12 4.625 debconf: unable to initialize frontend: Readline
#12 4.625 debconf: (This frontend requires a controlling tty.)
#12 4.625 debconf: falling back to frontend: Teletype
#12 4.706 
#12 4.706 Creating config file /etc/ssh/sshd_config with new version
#12 4.753 Creating SSH2 RSA key; this may take some time ...
#12 5.006 3072 SHA256:S9V4551kE6uUPwCTk+3MGCFZo7xDD8EQ+xAa5PT+Gu8 root@buildkitsandbox (RSA)
#12 5.011 Creating SSH2 ECDSA key; this may take some time ...
#12 5.021 256 SHA256:tkJAJtM/08yQrrbHio5ODT5/H0PsU1/1Oe3rkCnh2hI root@buildkitsandbox (ECDSA)
#12 5.024 Creating SSH2 ED25519 key; this may take some time ...
#12 5.031 256 SHA256:0AWphXdKqk+OdtmnZNU4Fe6KyYPjwiwrY/B5Xmcut8k root@buildkitsandbox (ED25519)
#12 5.199 invoke-rc.d: could not determine current runlevel
#12 5.204 invoke-rc.d: policy-rc.d denied execution of start.
#12 5.298 Created symlink /etc/systemd/system/sshd.service → /lib/systemd/system/ssh.service.

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

#12 5.408 Setting up libnss-systemd:amd64 (252.31-1~deb12u1) ...
#12 5.467 Setting up libpam-systemd:amd64 (252.31-1~deb12u1) ...
#12 5.570 debconf: unable to initialize frontend: Dialog
#12 5.570 debconf: (TERM is not set, so the dialog frontend is not usable.)
#12 5.570 debconf: falling back to frontend: Readline
#12 5.577 debconf: unable to initialize frontend: Readline
#12 5.577 debconf: (This frontend requires a controlling tty.)
#12 5.577 debconf: falling back to frontend: Teletype
#12 5.763 Setting up libxmuu1:amd64 (2:1.1.3-3) ...
#12 5.813 Setting up ncurses-term (6.4-4) ...
#12 5.865 Setting up dbus-user-session (1.14.10-1~deb12u1) ...
#12 5.937 Setting up xauth (1:1.1.2-1) ...
#12 5.986 Processing triggers for man-db (2.11.2-2) ...
#12 6.041 Processing triggers for libc-bin (2.36-9+deb12u9) ...
#12 DONE 6.5s

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

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

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

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

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

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

#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 1.029 Generating locales (this might take a while)...
#19 1.031   en_US.UTF-8... done
#19 1.998 Generation complete.
#19 DONE 2.2s

#20 [15/28] RUN	APT-GET update && 	apt-get install -y --no-install-recommends 		telnet 		libosmocore-dev 		libosmo-abis-dev 		libosmo-gsup-client-dev 		libosmo-netif-dev 		libosmo-ranap-dev 		libosmo-sigtran-dev 		libsmpp34-dev 		libgtp-dev 		libasn1c-dev && 	apt-get clean
#20 0.466 Hit:1 http://deb.debian.org/debian bookworm InRelease
#20 0.466 Hit:2 http://deb.debian.org/debian bookworm-updates InRelease
#20 0.466 Hit:3 http://deb.debian.org/debian-security bookworm-security InRelease
#20 0.474 Hit:4 https://downloads.osmocom.org/packages/osmocom:/nightly/Debian_12 ./ InRelease
#20 0.796 Reading package lists...
#20 1.193 Reading package lists...
#20 1.578 Building dependency tree...
#20 1.672 Reading state information...
#20 1.759 telnet is already the newest version (0.17+2.4-2+deb12u1).
#20 1.759 The following additional packages will be installed:
#20 1.759   libasn1c1 libgtp10 libosmo-gsup-client0 libosmo-ranap7 libosmo-sigtran10
#20 1.759   libosmoabis13 libosmocodec4 libosmocoding0 libosmocore libosmocore22
#20 1.759   libosmoctrl0 libosmogb14 libosmogsm20 libosmoisdn0 libosmonetif11
#20 1.759   libosmosim2 libosmotrau10 libosmousb0 libosmovty13 libsmpp1 osmocom-nightly
#20 1.795 The following NEW packages will be installed:
#20 1.795   libasn1c-dev libasn1c1 libgtp-dev libgtp10 libosmo-abis-dev
#20 1.795   libosmo-gsup-client-dev libosmo-gsup-client0 libosmo-netif-dev
#20 1.795   libosmo-ranap-dev libosmo-ranap7 libosmo-sigtran-dev libosmo-sigtran10
#20 1.795   libosmoabis13 libosmocodec4 libosmocoding0 libosmocore libosmocore-dev
#20 1.795   libosmocore22 libosmoctrl0 libosmogb14 libosmogsm20 libosmoisdn0
#20 1.795   libosmonetif11 libosmosim2 libosmotrau10 libosmousb0 libosmovty13 libsmpp1
#20 1.795   libsmpp34-dev osmocom-nightly
#20 1.872 0 upgraded, 30 newly installed, 0 to remove and 2 not upgraded.
#20 1.872 Need to get 3,942 kB of archives.
#20 1.872 After this operation, 17.7 MB of additional disk space will be used.
#20 1.872 Get:1 https://downloads.osmocom.org/packages/osmocom:/nightly/Debian_12 ./ osmocom-nightly 202501082026 [1,180 B]
#20 1.897 Get:2 https://downloads.osmocom.org/packages/osmocom:/nightly/Debian_12 ./ libosmocore22 1.10.0.56.fc03.202501082026 [169 kB]
#20 1.914 Get:3 https://downloads.osmocom.org/packages/osmocom:/nightly/Debian_12 ./ libgtp10 1.12.0.33.09142.202501082026 [39.0 kB]
#20 1.925 Get:4 https://downloads.osmocom.org/packages/osmocom:/nightly/Debian_12 ./ libgtp-dev 1.12.0.33.09142.202501082026 [141 kB]
#20 1.937 Get:5 https://downloads.osmocom.org/packages/osmocom:/nightly/Debian_12 ./ libosmocodec4 1.10.0.56.fc03.202501082026 [50.6 kB]
#20 1.948 Get:6 https://downloads.osmocom.org/packages/osmocom:/nightly/Debian_12 ./ libosmotrau10 1.6.0.50.58dd.202501082026 [32.9 kB]
#20 1.954 Get:7 https://downloads.osmocom.org/packages/osmocom:/nightly/Debian_12 ./ libosmoisdn0 1.10.0.56.fc03.202501082026 [69.7 kB]
#20 1.965 Get:8 https://downloads.osmocom.org/packages/osmocom:/nightly/Debian_12 ./ libosmogsm20 1.10.0.56.fc03.202501082026 [227 kB]
#20 1.971 Get:9 https://downloads.osmocom.org/packages/osmocom:/nightly/Debian_12 ./ libosmonetif11 1.5.1.26.e84e.202501082026 [59.0 kB]
#20 1.982 Get:10 https://downloads.osmocom.org/packages/osmocom:/nightly/Debian_12 ./ libosmovty13 1.10.0.56.fc03.202501082026 [103 kB]
#20 1.994 Get:11 https://downloads.osmocom.org/packages/osmocom:/nightly/Debian_12 ./ libosmoabis13 1.6.0.50.58dd.202501082026 [69.8 kB]
#20 2.002 Get:12 https://downloads.osmocom.org/packages/osmocom:/nightly/Debian_12 ./ libosmocoding0 1.10.0.56.fc03.202501082026 [70.3 kB]
#20 2.012 Get:13 https://downloads.osmocom.org/packages/osmocom:/nightly/Debian_12 ./ libosmogb14 1.10.0.56.fc03.202501082026 [177 kB]
#20 2.025 Get:14 https://downloads.osmocom.org/packages/osmocom:/nightly/Debian_12 ./ libosmoctrl0 1.10.0.56.fc03.202501082026 [59.0 kB]
#20 2.032 Get:15 https://downloads.osmocom.org/packages/osmocom:/nightly/Debian_12 ./ libosmosim2 1.10.0.56.fc03.202501082026 [62.9 kB]
#20 2.042 Get:16 https://downloads.osmocom.org/packages/osmocom:/nightly/Debian_12 ./ libosmousb0 1.10.0.56.fc03.202501082026 [49.6 kB]
#20 2.052 Get:17 https://downloads.osmocom.org/packages/osmocom:/nightly/Debian_12 ./ libosmocore 1.10.0.56.fc03.202501082026 [42.9 kB]
#20 2.063 Get:18 https://downloads.osmocom.org/packages/osmocom:/nightly/Debian_12 ./ libosmocore-dev 1.10.0.56.fc03.202501082026 [847 kB]
#20 2.076 Get:19 https://downloads.osmocom.org/packages/osmocom:/nightly/Debian_12 ./ libosmo-netif-dev 1.5.1.26.e84e.202501082026 [71.5 kB]
#20 2.079 Get:20 https://downloads.osmocom.org/packages/osmocom:/nightly/Debian_12 ./ libosmo-abis-dev 1.6.0.50.58dd.202501082026 [112 kB]
#20 2.090 Get:21 https://downloads.osmocom.org/packages/osmocom:/nightly/Debian_12 ./ libosmo-gsup-client0 1.8.0.15.74e4.202501082026 [21.1 kB]
#20 2.095 Get:22 https://downloads.osmocom.org/packages/osmocom:/nightly/Debian_12 ./ libosmo-gsup-client-dev 1.8.0.15.74e4.202501082026 [25.4 kB]
#20 2.104 Get:23 https://downloads.osmocom.org/packages/osmocom:/nightly/Debian_12 ./ libosmo-sigtran10 2.0.0.52.6412.202501082026 [127 kB]
#20 2.112 Get:24 https://downloads.osmocom.org/packages/osmocom:/nightly/Debian_12 ./ libosmo-sigtran-dev 2.0.0.52.6412.202501082026 [606 kB]
#20 2.126 Get:25 https://downloads.osmocom.org/packages/osmocom:/nightly/Debian_12 ./ libsmpp1 1.14.4.1.f1ec.202501082026 [101 kB]
#20 2.132 Get:26 https://downloads.osmocom.org/packages/osmocom:/nightly/Debian_12 ./ libsmpp34-dev 1.14.4.1.f1ec.202501082026 [112 kB]
#20 2.134 Get:27 https://downloads.osmocom.org/packages/osmocom:/nightly/Debian_12 ./ libasn1c1 0.9.38.202501082026 [75.3 kB]
#20 2.145 Get:28 https://downloads.osmocom.org/packages/osmocom:/nightly/Debian_12 ./ libasn1c-dev 0.9.38.202501082026 [106 kB]
#20 2.151 Get:29 https://downloads.osmocom.org/packages/osmocom:/nightly/Debian_12 ./ libosmo-ranap7 1.6.0.6.aad82.202501082026 [222 kB]
#20 2.156 Get:30 https://downloads.osmocom.org/packages/osmocom:/nightly/Debian_12 ./ libosmo-ranap-dev 1.6.0.6.aad82.202501082026 [92.1 kB]
#20 2.317 debconf: delaying package configuration, since apt-utils is not installed
#20 2.370 Fetched 3,942 kB in 0s (11.0 MB/s)
#20 2.420 Selecting previously unselected package osmocom-nightly.
#20 2.420 (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.473 Preparing to unpack .../00-osmocom-nightly_202501082026_amd64.deb ...
#20 2.488 Unpacking osmocom-nightly (202501082026) ...
#20 2.606 Selecting previously unselected package libosmocore22:amd64.
#20 2.617 Preparing to unpack .../01-libosmocore22_1.10.0.56.fc03.202501082026_amd64.deb ...
#20 2.648 Unpacking libosmocore22:amd64 (1.10.0.56.fc03.202501082026) ...
#20 2.779 Selecting previously unselected package libgtp10:amd64.
#20 2.789 Preparing to unpack .../02-libgtp10_1.12.0.33.09142.202501082026_amd64.deb ...
#20 2.805 Unpacking libgtp10:amd64 (1.12.0.33.09142.202501082026) ...
#20 2.911 Selecting previously unselected package libgtp-dev:amd64.
#20 2.922 Preparing to unpack .../03-libgtp-dev_1.12.0.33.09142.202501082026_amd64.deb ...
#20 2.938 Unpacking libgtp-dev:amd64 (1.12.0.33.09142.202501082026) ...
#20 3.071 Selecting previously unselected package libosmocodec4:amd64.
#20 3.080 Preparing to unpack .../04-libosmocodec4_1.10.0.56.fc03.202501082026_amd64.deb ...
#20 3.096 Unpacking libosmocodec4:amd64 (1.10.0.56.fc03.202501082026) ...
#20 3.221 Selecting previously unselected package libosmotrau10:amd64.
#20 3.231 Preparing to unpack .../05-libosmotrau10_1.6.0.50.58dd.202501082026_amd64.deb ...
#20 3.246 Unpacking libosmotrau10:amd64 (1.6.0.50.58dd.202501082026) ...
#20 3.372 Selecting previously unselected package libosmoisdn0:amd64.
#20 3.381 Preparing to unpack .../06-libosmoisdn0_1.10.0.56.fc03.202501082026_amd64.deb ...
#20 3.397 Unpacking libosmoisdn0:amd64 (1.10.0.56.fc03.202501082026) ...
#20 3.521 Selecting previously unselected package libosmogsm20:amd64.
#20 3.532 Preparing to unpack .../07-libosmogsm20_1.10.0.56.fc03.202501082026_amd64.deb ...
#20 3.548 Unpacking libosmogsm20:amd64 (1.10.0.56.fc03.202501082026) ...
#20 3.683 Selecting previously unselected package libosmonetif11:amd64.
#20 3.694 Preparing to unpack .../08-libosmonetif11_1.5.1.26.e84e.202501082026_amd64.deb ...
#20 3.712 Unpacking libosmonetif11:amd64 (1.5.1.26.e84e.202501082026) ...
#20 3.838 Selecting previously unselected package libosmovty13:amd64.
#20 3.848 Preparing to unpack .../09-libosmovty13_1.10.0.56.fc03.202501082026_amd64.deb ...
#20 3.863 Unpacking libosmovty13:amd64 (1.10.0.56.fc03.202501082026) ...
#20 3.991 Selecting previously unselected package libosmoabis13:amd64.
#20 4.002 Preparing to unpack .../10-libosmoabis13_1.6.0.50.58dd.202501082026_amd64.deb ...
#20 4.018 Unpacking libosmoabis13:amd64 (1.6.0.50.58dd.202501082026) ...
#20 4.135 Selecting previously unselected package libosmocoding0:amd64.
#20 4.146 Preparing to unpack .../11-libosmocoding0_1.10.0.56.fc03.202501082026_amd64.deb ...
#20 4.161 Unpacking libosmocoding0:amd64 (1.10.0.56.fc03.202501082026) ...
#20 4.284 Selecting previously unselected package libosmogb14:amd64.
#20 4.294 Preparing to unpack .../12-libosmogb14_1.10.0.56.fc03.202501082026_amd64.deb ...
#20 4.309 Unpacking libosmogb14:amd64 (1.10.0.56.fc03.202501082026) ...
#20 4.439 Selecting previously unselected package libosmoctrl0:amd64.
#20 4.450 Preparing to unpack .../13-libosmoctrl0_1.10.0.56.fc03.202501082026_amd64.deb ...
#20 4.466 Unpacking libosmoctrl0:amd64 (1.10.0.56.fc03.202501082026) ...
#20 4.588 Selecting previously unselected package libosmosim2:amd64.
#20 4.598 Preparing to unpack .../14-libosmosim2_1.10.0.56.fc03.202501082026_amd64.deb ...
#20 4.613 Unpacking libosmosim2:amd64 (1.10.0.56.fc03.202501082026) ...
#20 4.736 Selecting previously unselected package libosmousb0:amd64.
#20 4.745 Preparing to unpack .../15-libosmousb0_1.10.0.56.fc03.202501082026_amd64.deb ...
#20 4.760 Unpacking libosmousb0:amd64 (1.10.0.56.fc03.202501082026) ...
#20 4.868 Selecting previously unselected package libosmocore.
#20 4.878 Preparing to unpack .../16-libosmocore_1.10.0.56.fc03.202501082026_amd64.deb ...
#20 4.893 Unpacking libosmocore (1.10.0.56.fc03.202501082026) ...
#20 4.995 Selecting previously unselected package libosmocore-dev:amd64.
#20 5.005 Preparing to unpack .../17-libosmocore-dev_1.10.0.56.fc03.202501082026_amd64.deb ...
#20 5.020 Unpacking libosmocore-dev:amd64 (1.10.0.56.fc03.202501082026) ...
#20 5.196 Selecting previously unselected package libosmo-netif-dev:amd64.
#20 5.206 Preparing to unpack .../18-libosmo-netif-dev_1.5.1.26.e84e.202501082026_amd64.deb ...
#20 5.221 Unpacking libosmo-netif-dev:amd64 (1.5.1.26.e84e.202501082026) ...
#20 5.332 Selecting previously unselected package libosmo-abis-dev:amd64.
#20 5.343 Preparing to unpack .../19-libosmo-abis-dev_1.6.0.50.58dd.202501082026_amd64.deb ...
#20 5.358 Unpacking libosmo-abis-dev:amd64 (1.6.0.50.58dd.202501082026) ...
#20 5.496 Selecting previously unselected package libosmo-gsup-client0:amd64.
#20 5.508 Preparing to unpack .../20-libosmo-gsup-client0_1.8.0.15.74e4.202501082026_amd64.deb ...
#20 5.532 Unpacking libosmo-gsup-client0:amd64 (1.8.0.15.74e4.202501082026) ...
#20 5.641 Selecting previously unselected package libosmo-gsup-client-dev:amd64.
#20 5.651 Preparing to unpack .../21-libosmo-gsup-client-dev_1.8.0.15.74e4.202501082026_amd64.deb ...
#20 5.666 Unpacking libosmo-gsup-client-dev:amd64 (1.8.0.15.74e4.202501082026) ...
#20 5.788 Selecting previously unselected package libosmo-sigtran10:amd64.
#20 5.798 Preparing to unpack .../22-libosmo-sigtran10_2.0.0.52.6412.202501082026_amd64.deb ...
#20 5.814 Unpacking libosmo-sigtran10:amd64 (2.0.0.52.6412.202501082026) ...
#20 5.937 Selecting previously unselected package libosmo-sigtran-dev:amd64.
#20 5.949 Preparing to unpack .../23-libosmo-sigtran-dev_2.0.0.52.6412.202501082026_amd64.deb ...
#20 5.964 Unpacking libosmo-sigtran-dev:amd64 (2.0.0.52.6412.202501082026) ...
#20 6.118 Selecting previously unselected package libsmpp1:amd64.
#20 6.129 Preparing to unpack .../24-libsmpp1_1.14.4.1.f1ec.202501082026_amd64.deb ...
#20 6.144 Unpacking libsmpp1:amd64 (1.14.4.1.f1ec.202501082026) ...
#20 6.257 Selecting previously unselected package libsmpp34-dev:amd64.
#20 6.268 Preparing to unpack .../25-libsmpp34-dev_1.14.4.1.f1ec.202501082026_amd64.deb ...
#20 6.284 Unpacking libsmpp34-dev:amd64 (1.14.4.1.f1ec.202501082026) ...
#20 6.420 Selecting previously unselected package libasn1c1:amd64.
#20 6.429 Preparing to unpack .../26-libasn1c1_0.9.38.202501082026_amd64.deb ...
#20 6.444 Unpacking libasn1c1:amd64 (0.9.38.202501082026) ...
#20 6.548 Selecting previously unselected package libasn1c-dev:amd64.
#20 6.559 Preparing to unpack .../27-libasn1c-dev_0.9.38.202501082026_amd64.deb ...
#20 6.575 Unpacking libasn1c-dev:amd64 (0.9.38.202501082026) ...
#20 6.705 Selecting previously unselected package libosmo-ranap7:amd64.
#20 6.715 Preparing to unpack .../28-libosmo-ranap7_1.6.0.6.aad82.202501082026_amd64.deb ...
#20 6.731 Unpacking libosmo-ranap7:amd64 (1.6.0.6.aad82.202501082026) ...
#20 6.856 Selecting previously unselected package libosmo-ranap-dev:amd64.
#20 6.866 Preparing to unpack .../29-libosmo-ranap-dev_1.6.0.6.aad82.202501082026_amd64.deb ...
#20 6.882 Unpacking libosmo-ranap-dev:amd64 (1.6.0.6.aad82.202501082026) ...
#20 7.114 Setting up osmocom-nightly (202501082026) ...
#20 7.192 Setting up libsmpp1:amd64 (1.14.4.1.f1ec.202501082026) ...
#20 7.252 Setting up libosmocore22:amd64 (1.10.0.56.fc03.202501082026) ...
#20 7.297 Setting up libosmocodec4:amd64 (1.10.0.56.fc03.202501082026) ...
#20 7.346 Setting up libsmpp34-dev:amd64 (1.14.4.1.f1ec.202501082026) ...
#20 7.393 Setting up libasn1c1:amd64 (0.9.38.202501082026) ...
#20 7.439 Setting up libosmovty13:amd64 (1.10.0.56.fc03.202501082026) ...
#20 7.485 Setting up libosmoisdn0:amd64 (1.10.0.56.fc03.202501082026) ...
#20 7.534 Setting up libosmotrau10:amd64 (1.6.0.50.58dd.202501082026) ...
#20 7.590 Setting up libgtp10:amd64 (1.12.0.33.09142.202501082026) ...
#20 7.637 Setting up libgtp-dev:amd64 (1.12.0.33.09142.202501082026) ...
#20 7.684 Setting up libasn1c-dev:amd64 (0.9.38.202501082026) ...
#20 7.734 Setting up libosmousb0:amd64 (1.10.0.56.fc03.202501082026) ...
#20 7.786 Setting up libosmogsm20:amd64 (1.10.0.56.fc03.202501082026) ...
#20 7.839 Setting up libosmoctrl0:amd64 (1.10.0.56.fc03.202501082026) ...
#20 7.891 Setting up libosmogb14:amd64 (1.10.0.56.fc03.202501082026) ...
#20 7.949 Setting up libosmonetif11:amd64 (1.5.1.26.e84e.202501082026) ...
#20 8.002 Setting up libosmocoding0:amd64 (1.10.0.56.fc03.202501082026) ...
#20 8.056 Setting up libosmosim2:amd64 (1.10.0.56.fc03.202501082026) ...
#20 8.114 Setting up libosmocore (1.10.0.56.fc03.202501082026) ...
#20 8.165 Setting up libosmoabis13:amd64 (1.6.0.50.58dd.202501082026) ...
#20 8.222 Setting up libosmo-sigtran10:amd64 (2.0.0.52.6412.202501082026) ...
#20 8.273 Setting up libosmo-gsup-client0:amd64 (1.8.0.15.74e4.202501082026) ...
#20 8.325 Setting up libosmo-ranap7:amd64 (1.6.0.6.aad82.202501082026) ...
#20 8.379 Setting up libosmocore-dev:amd64 (1.10.0.56.fc03.202501082026) ...
#20 8.432 Setting up libosmo-netif-dev:amd64 (1.5.1.26.e84e.202501082026) ...
#20 8.486 Setting up libosmo-ranap-dev:amd64 (1.6.0.6.aad82.202501082026) ...
#20 8.547 Setting up libosmo-gsup-client-dev:amd64 (1.8.0.15.74e4.202501082026) ...
#20 8.605 Setting up libosmo-sigtran-dev:amd64 (2.0.0.52.6412.202501082026) ...
#20 8.651 Setting up libosmo-abis-dev:amd64 (1.6.0.50.58dd.202501082026) ...
#20 8.698 Processing triggers for libc-bin (2.36-9+deb12u9) ...
#20 DONE 9.2s

#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.458 Hit:1 http://deb.debian.org/debian bookworm InRelease
#21 0.458 Hit:2 http://deb.debian.org/debian bookworm-updates InRelease
#21 0.458 Hit:3 http://deb.debian.org/debian-security bookworm-security InRelease
#21 0.458 Hit:4 https://downloads.osmocom.org/packages/osmocom:/nightly/Debian_12 ./ InRelease
#21 0.784 Reading package lists...
#21 1.175 Reading package lists...
#21 1.552 Building dependency tree...
#21 1.643 Reading state information...
#21 1.729 cmake is already the newest version (3.25.1-1).
#21 1.729 libfftw3-dev is already the newest version (3.3.10-1).
#21 1.729 libboost-program-options-dev is already the newest version (1.74.0.3).
#21 1.729 libboost-program-options-dev set to manually installed.
#21 1.729 libsctp-dev is already the newest version (1.0.19+dfsg-2).
#21 1.729 libpcsclite-dev is already the newest version (1.9.9-2).
#21 1.729 libuhd-dev is already the newest version (4.3.0.0+ds1-5).
#21 1.729 The following additional packages will be installed:
#21 1.729   libconfig++9v5 libconfig-dev libconfig9 libczmq4 libnspr4 libnspr4-dev
#21 1.729   libnss3 libnss3-dev libsoapysdr0.8 soapysdr0.7-module-lms7
#21 1.729 Suggested packages:
#21 1.729   libmbedtls-doc libsoapysdr-doc
#21 1.729 Recommended packages:
#21 1.729   libconfig-doc soapysdr0.8-module-all | soapysdr0.8-module
#21 1.820 The following NEW packages will be installed:
#21 1.820   libconfig++-dev libconfig++9v5 libconfig-dev libconfig9 libczmq-dev libczmq4
#21 1.820   libmbedtls-dev libnspr4 libnspr4-dev libnss3 libnss3-dev libsoapysdr-dev
#21 1.820   libsoapysdr0.8 soapysdr-module-lms7 soapysdr0.7-module-lms7
#21 1.860 0 upgraded, 15 newly installed, 0 to remove and 2 not upgraded.
#21 1.860 Need to get 3,551 kB of archives.
#21 1.860 After this operation, 14.8 MB of additional disk space will be used.
#21 1.860 Get:1 http://deb.debian.org/debian bookworm/main amd64 libconfig++9v5 amd64 1.5-0.4 [40.0 kB]
#21 1.881 Get:2 http://deb.debian.org/debian bookworm/main amd64 libconfig9 amd64 1.5-0.4 [29.9 kB]
#21 1.882 Get:3 http://deb.debian.org/debian bookworm/main amd64 libconfig-dev amd64 1.5-0.4 [60.8 kB]
#21 1.888 Get:4 https://downloads.osmocom.org/packages/osmocom:/nightly/Debian_12 ./ soapysdr0.7-module-lms7 23.11.0.1.2141.9dce.202501082026 [55.2 kB]
#21 1.898 Get:5 http://deb.debian.org/debian bookworm/main amd64 libconfig++-dev amd64 1.5-0.4 [44.1 kB]
#21 1.898 Get:6 http://deb.debian.org/debian bookworm/main amd64 libnspr4 amd64 2:4.35-1 [113 kB]
#21 1.899 Get:7 http://deb.debian.org/debian-security bookworm-security/main amd64 libnss3 amd64 2:3.87.1-1+deb12u1 [1,331 kB]
#21 1.906 Get:8 https://downloads.osmocom.org/packages/osmocom:/nightly/Debian_12 ./ soapysdr-module-lms7 23.11.0.1.2141.9dce.202501082026 [7,576 B]
#21 1.908 Get:9 http://deb.debian.org/debian bookworm/main amd64 libnspr4-dev amd64 2:4.35-1 [212 kB]
#21 1.909 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.911 Get:11 http://deb.debian.org/debian bookworm/main amd64 libczmq4 amd64 4.2.1-1 [172 kB]
#21 1.913 Get:12 http://deb.debian.org/debian bookworm/main amd64 libczmq-dev amd64 4.2.1-1 [414 kB]
#21 1.921 Get:13 http://deb.debian.org/debian bookworm/main amd64 libmbedtls-dev amd64 2.28.3-1 [685 kB]
#21 1.926 Get:14 http://deb.debian.org/debian bookworm/main amd64 libsoapysdr0.8 amd64 0.8.1-3 [108 kB]
#21 1.927 Get:15 http://deb.debian.org/debian bookworm/main amd64 libsoapysdr-dev amd64 0.8.1-3 [33.5 kB]
#21 2.082 debconf: delaying package configuration, since apt-utils is not installed
#21 2.137 Fetched 3,551 kB in 0s (35.5 MB/s)
#21 2.213 Selecting previously unselected package libconfig++9v5:amd64.
#21 2.213 (Reading database ... 
(Reading database ... 5%
(Reading database ... 10%
(Reading database ... 15%
(Reading database ... 20%
(Reading database ... 25%
(Reading database ... 30%
(Reading database ... 35%
(Reading database ... 40%
(Reading database ... 45%
(Reading database ... 50%
(Reading database ... 55%
(Reading database ... 60%
(Reading database ... 65%
(Reading database ... 70%
(Reading database ... 75%
(Reading database ... 80%
(Reading database ... 85%
(Reading database ... 90%
(Reading database ... 95%
(Reading database ... 100%
(Reading database ... 122908 files and directories currently installed.)
#21 2.269 Preparing to unpack .../00-libconfig++9v5_1.5-0.4_amd64.deb ...
#21 2.305 Unpacking libconfig++9v5:amd64 (1.5-0.4) ...
#21 2.432 Selecting previously unselected package libconfig9:amd64.
#21 2.444 Preparing to unpack .../01-libconfig9_1.5-0.4_amd64.deb ...
#21 2.460 Unpacking libconfig9:amd64 (1.5-0.4) ...
#21 2.567 Selecting previously unselected package libconfig-dev:amd64.
#21 2.577 Preparing to unpack .../02-libconfig-dev_1.5-0.4_amd64.deb ...
#21 2.592 Unpacking libconfig-dev:amd64 (1.5-0.4) ...
#21 2.706 Selecting previously unselected package libconfig++-dev:amd64.
#21 2.718 Preparing to unpack .../03-libconfig++-dev_1.5-0.4_amd64.deb ...
#21 2.733 Unpacking libconfig++-dev:amd64 (1.5-0.4) ...
#21 2.861 Selecting previously unselected package libnspr4:amd64.
#21 2.872 Preparing to unpack .../04-libnspr4_2%3a4.35-1_amd64.deb ...
#21 2.887 Unpacking libnspr4:amd64 (2:4.35-1) ...
#21 3.017 Selecting previously unselected package libnss3:amd64.
#21 3.028 Preparing to unpack .../05-libnss3_2%3a3.87.1-1+deb12u1_amd64.deb ...
#21 3.044 Unpacking libnss3:amd64 (2:3.87.1-1+deb12u1) ...
#21 3.226 Selecting previously unselected package libnspr4-dev.
#21 3.236 Preparing to unpack .../06-libnspr4-dev_2%3a4.35-1_amd64.deb ...
#21 3.251 Unpacking libnspr4-dev (2:4.35-1) ...
#21 3.379 Selecting previously unselected package libnss3-dev:amd64.
#21 3.389 Preparing to unpack .../07-libnss3-dev_2%3a3.87.1-1+deb12u1_amd64.deb ...
#21 3.405 Unpacking libnss3-dev:amd64 (2:3.87.1-1+deb12u1) ...
#21 3.559 Selecting previously unselected package libczmq4:amd64.
#21 3.570 Preparing to unpack .../08-libczmq4_4.2.1-1_amd64.deb ...
#21 3.585 Unpacking libczmq4:amd64 (4.2.1-1) ...
#21 3.724 Selecting previously unselected package libczmq-dev:amd64.
#21 3.735 Preparing to unpack .../09-libczmq-dev_4.2.1-1_amd64.deb ...
#21 3.751 Unpacking libczmq-dev:amd64 (4.2.1-1) ...
#21 3.900 Selecting previously unselected package libmbedtls-dev:amd64.
#21 3.909 Preparing to unpack .../10-libmbedtls-dev_2.28.3-1_amd64.deb ...
#21 3.925 Unpacking libmbedtls-dev:amd64 (2.28.3-1) ...
#21 4.076 Selecting previously unselected package libsoapysdr0.8:amd64.
#21 4.087 Preparing to unpack .../11-libsoapysdr0.8_0.8.1-3_amd64.deb ...
#21 4.104 Unpacking libsoapysdr0.8:amd64 (0.8.1-3) ...
#21 4.215 Selecting previously unselected package libsoapysdr-dev:amd64.
#21 4.225 Preparing to unpack .../12-libsoapysdr-dev_0.8.1-3_amd64.deb ...
#21 4.241 Unpacking libsoapysdr-dev:amd64 (0.8.1-3) ...
#21 4.357 Selecting previously unselected package soapysdr0.7-module-lms7:amd64.
#21 4.368 Preparing to unpack .../13-soapysdr0.7-module-lms7_23.11.0.1.2141.9dce.202501082026_amd64.deb ...
#21 4.383 Unpacking soapysdr0.7-module-lms7:amd64 (23.11.0.1.2141.9dce.202501082026) ...
#21 4.493 Selecting previously unselected package soapysdr-module-lms7.
#21 4.505 Preparing to unpack .../14-soapysdr-module-lms7_23.11.0.1.2141.9dce.202501082026_all.deb ...
#21 4.520 Unpacking soapysdr-module-lms7 (23.11.0.1.2141.9dce.202501082026) ...
#21 4.666 Setting up libconfig9:amd64 (1.5-0.4) ...
#21 4.730 Setting up libczmq4:amd64 (4.2.1-1) ...
#21 4.783 Setting up libconfig++9v5:amd64 (1.5-0.4) ...
#21 4.843 Setting up libmbedtls-dev:amd64 (2.28.3-1) ...
#21 4.890 Setting up libsoapysdr0.8:amd64 (0.8.1-3) ...
#21 4.936 Setting up libsoapysdr-dev:amd64 (0.8.1-3) ...
#21 4.984 Setting up libnspr4:amd64 (2:4.35-1) ...
#21 5.030 Setting up libconfig-dev:amd64 (1.5-0.4) ...
#21 5.078 Setting up soapysdr0.7-module-lms7:amd64 (23.11.0.1.2141.9dce.202501082026) ...
#21 5.124 Setting up libnspr4-dev (2:4.35-1) ...
#21 5.170 Setting up soapysdr-module-lms7 (23.11.0.1.2141.9dce.202501082026) ...
#21 5.217 Setting up libnss3:amd64 (2:3.87.1-1+deb12u1) ...
#21 5.262 Setting up libnss3-dev:amd64 (2:3.87.1-1+deb12u1) ...
#21 5.308 Setting up libconfig++-dev:amd64 (1.5-0.4) ...
#21 5.353 Setting up libczmq-dev:amd64 (4.2.1-1) ...
#21 5.400 Processing triggers for man-db (2.11.2-2) ...
#21 5.447 Processing triggers for libc-bin (2.36-9+deb12u9) ...
#21 DONE 5.7s

#22 [17/28] RUN	APT-GET update && 	apt-get install -y --no-install-recommends 		gnuradio && 	apt-get clean
#22 0.472 Hit:1 http://deb.debian.org/debian bookworm InRelease
#22 0.472 Hit:2 http://deb.debian.org/debian bookworm-updates InRelease
#22 0.472 Hit:3 http://deb.debian.org/debian-security bookworm-security InRelease
#22 0.593 Hit:4 https://downloads.osmocom.org/packages/osmocom:/nightly/Debian_12 ./ InRelease
#22 0.811 Reading package lists...
#22 1.207 Reading package lists...
#22 1.588 Building dependency tree...
#22 1.682 Reading state information...
#22 1.778 The following additional packages will be installed:
#22 1.778   adwaita-icon-theme at-spi2-common castxml dconf-gsettings-backend
#22 1.778   dconf-service fonts-mathjax gnome-terminal gnome-terminal-data
#22 1.778   gsettings-desktop-schemas gtk-update-icon-cache hicolor-icon-theme
#22 1.778   libad9361-0 libasyncns0 libatk-bridge2.0-0 libatk1.0-0 libatspi2.0-0 libb2-1
#22 1.778   libcaca0 libcodec2-1.0 libcolord2 libdconf1 libdouble-conversion3
#22 1.778   libdrm-amdgpu1 libdrm-common libdrm-intel1 libdrm-nouveau2 libdrm-radeon1
#22 1.778   libdrm2 libegl-mesa0 libegl1 libepoxy0 libevdev2 libflac12 libfmt9 libgbm1
#22 1.778   libgl1 libgl1-mesa-dri libgl1-mesa-glx libglapi-mesa libglu1-mesa libglvnd0
#22 1.778   libglx-mesa0 libglx0 libgnuradio-analog3.10.5 libgnuradio-audio3.10.5
#22 1.778   libgnuradio-blocks3.10.5 libgnuradio-channels3.10.5
#22 1.778   libgnuradio-digital3.10.5 libgnuradio-dtv3.10.5 libgnuradio-fec3.10.5
#22 1.778   libgnuradio-fft3.10.5 libgnuradio-filter3.10.5 libgnuradio-iio3.10.5
#22 1.778   libgnuradio-network3.10.5 libgnuradio-pdu3.10.5 libgnuradio-pmt3.10.5
#22 1.778   libgnuradio-qtgui3.10.5 libgnuradio-runtime3.10.5 libgnuradio-soapy3.10.5
#22 1.778   libgnuradio-trellis3.10.5 libgnuradio-uhd3.10.5 libgnuradio-video-sdl3.10.5
#22 1.778   libgnuradio-vocoder3.10.5 libgnuradio-wavelet3.10.5 libgnuradio-zeromq3.10.5
#22 1.778   libgsl27 libgslcblas0 libgtk-3-0 libgtk-3-common libgudev-1.0-0 libiio0
#22 1.778   libinput-bin libinput10 libjack-jackd2-0 libjs-mathjax liblbfgsb0 libllvm15
#22 1.778   libmd4c0 libmp3lame0 libmpg123-0 libmtdev1 libogg0 libopenblas-dev
#22 1.778   libopenblas-pthread-dev libopenblas0 libopenblas0-pthread libopengl0
#22 1.778   libopus0 liborc-0.4-0 libportaudio2 libproxy1v5 libpulse0 libpython3-all-dev
#22 1.778   libqt5core5a libqt5dbus5 libqt5designer5 libqt5gui5 libqt5help5
#22 1.778   libqt5network5 libqt5opengl5 libqt5printsupport5 libqt5sql5 libqt5svg5
#22 1.778   libqt5test5 libqt5widgets5 libqt5xml5 libqt6core6 libqt6dbus6 libqt6gui6
#22 1.778   libqt6network6 libqt6opengl6 libqt6openglwidgets6 libqt6printsupport6
#22 1.778   libqt6sql6 libqt6test6 libqt6widgets6 libqt6xml6 libqwt-qt5-6 libsamplerate0
#22 1.778   libsdl1.2debian libslang2 libsndfile1 libspdlog1.10 libthrift-0.17.0 libts0
#22 1.778   libunwind8 libvolk2-bin libvolk2.5 libvorbis0a libvorbisenc2 libvte-2.91-0
#22 1.778   libvte-2.91-common libwacom-common libwacom9 libwayland-client0
#22 1.778   libwayland-cursor0 libwayland-egl1 libwayland-server0 libx11-xcb1
#22 1.778   libxcb-dri2-0 libxcb-dri3-0 libxcb-glx0 libxcb-icccm4 libxcb-image0
#22 1.778   libxcb-keysyms1 libxcb-present0 libxcb-randr0 libxcb-render-util0
#22 1.778   libxcb-shape0 libxcb-sync1 libxcb-util1 libxcb-xfixes0 libxcb-xinerama0
#22 1.778   libxcb-xinput0 libxcb-xkb1 libxcomposite1 libxcursor1 libxdamage1 libxfixes3
#22 1.778   libxinerama1 libxkbcommon-x11-0 libxkbcommon0 libxrandr2 libxshmfence1
#22 1.778   libxsimd-dev libxxf86vm1 pyqt5-dev-tools pyqt6-dev-tools python3-all
#22 1.778   python3-all-dev python3-attr python3-beniget python3-cairo
#22 1.778   python3-cffi-backend python3-click python3-click-plugins python3-colorama
#22 1.778   python3-contextlib2 python3-decorator python3-gast python3-gi-cairo
#22 1.778   python3-jsonschema python3-lxml python3-opengl python3-packaging python3-ply
#22 1.778   python3-py python3-pygccxml python3-pyqt5 python3-pyqt5.sip python3-pyqt6
#22 1.778   python3-pyqt6.sip python3-pyqtgraph python3-pyrsistent python3-pythran
#22 1.778   python3-schema python3-scipy python3-sip python3-thrift python3-zmq
#22 1.778   qt6-base-dev-tools qtbase5-dev-tools qtchooser xkb-data
#22 1.779 Suggested packages:
#22 1.779   gr-fosphor gr-osmosdr gqrx-sdr rtl-sdr uhd-host colord gsl-ref-psdoc
#22 1.779   | gsl-doc-pdf | gsl-doc-info | gsl-ref-html gvfs avahi-daemon jackd2
#22 1.779   fonts-mathjax-extras fonts-stix libjs-mathjax-doc opus-tools pulseaudio
#22 1.779   qgnomeplatform-qt5 qt5-image-formats-plugins libvolk2-dev libwacom-bin
#22 1.779   libxsimd-doc python-attr-doc python-jsonschema-doc python-lxml-doc libgle3
#22 1.779   python3-tk python-ply-doc subversion python3-pytest python-pyqtgraph-doc
#22 1.779   python-scipy-doc
#22 1.779 Recommended packages:
#22 1.779   librsvg2-common gvfs nautilus-extension-gnome-terminal yelp gnuradio-dev
#22 1.779   python3-matplotlib python3-networkx python3-pyqt5.qwt soapysdr-tools
#22 1.779   at-spi2-core libgtk-3-bin qttranslations5-l10n qt5-gtk-platformtheme
#22 1.779   qtwayland5 libqt5sql5-sqlite | libqt5sql5-mysql | libqt5sql5-odbc
#22 1.779   | libqt5sql5-psql | libqt5sql5-tds | libqt5sql5-ibase qt6-translations-l10n
#22 1.779   qt6-gtk-platformtheme qt6-qpa-plugins libqt6sql6-sqlite | libqt6sql6-mysql
#22 1.779   | libqt6sql6-odbc | libqt6sql6-psql | libqt6sql6-ibase python3-idna
#22 1.779   python3-json-pointer python3-rfc3987 python3-uritemplate python3-bs4
#22 1.779   python3-html5lib libglut-dev python3-pyqt5.qtopengl
#22 2.589 The following NEW packages will be installed:
#22 2.589   adwaita-icon-theme at-spi2-common castxml dconf-gsettings-backend
#22 2.589   dconf-service fonts-mathjax gnome-terminal gnome-terminal-data gnuradio
#22 2.589   gsettings-desktop-schemas gtk-update-icon-cache hicolor-icon-theme
#22 2.589   libad9361-0 libasyncns0 libatk-bridge2.0-0 libatk1.0-0 libatspi2.0-0 libb2-1
#22 2.589   libcaca0 libcodec2-1.0 libcolord2 libdconf1 libdouble-conversion3
#22 2.589   libdrm-amdgpu1 libdrm-common libdrm-intel1 libdrm-nouveau2 libdrm-radeon1
#22 2.589   libdrm2 libegl-mesa0 libegl1 libepoxy0 libevdev2 libflac12 libfmt9 libgbm1
#22 2.589   libgl1 libgl1-mesa-dri libgl1-mesa-glx libglapi-mesa libglu1-mesa libglvnd0
#22 2.589   libglx-mesa0 libglx0 libgnuradio-analog3.10.5 libgnuradio-audio3.10.5
#22 2.589   libgnuradio-blocks3.10.5 libgnuradio-channels3.10.5
#22 2.589   libgnuradio-digital3.10.5 libgnuradio-dtv3.10.5 libgnuradio-fec3.10.5
#22 2.589   libgnuradio-fft3.10.5 libgnuradio-filter3.10.5 libgnuradio-iio3.10.5
#22 2.589   libgnuradio-network3.10.5 libgnuradio-pdu3.10.5 libgnuradio-pmt3.10.5
#22 2.589   libgnuradio-qtgui3.10.5 libgnuradio-runtime3.10.5 libgnuradio-soapy3.10.5
#22 2.589   libgnuradio-trellis3.10.5 libgnuradio-uhd3.10.5 libgnuradio-video-sdl3.10.5
#22 2.589   libgnuradio-vocoder3.10.5 libgnuradio-wavelet3.10.5 libgnuradio-zeromq3.10.5
#22 2.589   libgsl27 libgslcblas0 libgtk-3-0 libgtk-3-common libgudev-1.0-0 libiio0
#22 2.589   libinput-bin libinput10 libjack-jackd2-0 libjs-mathjax liblbfgsb0 libllvm15
#22 2.589   libmd4c0 libmp3lame0 libmpg123-0 libmtdev1 libogg0 libopenblas-dev
#22 2.589   libopenblas-pthread-dev libopenblas0 libopenblas0-pthread libopengl0
#22 2.589   libopus0 liborc-0.4-0 libportaudio2 libproxy1v5 libpulse0 libpython3-all-dev
#22 2.589   libqt5core5a libqt5dbus5 libqt5designer5 libqt5gui5 libqt5help5
#22 2.589   libqt5network5 libqt5opengl5 libqt5printsupport5 libqt5sql5 libqt5svg5
#22 2.589   libqt5test5 libqt5widgets5 libqt5xml5 libqt6core6 libqt6dbus6 libqt6gui6
#22 2.589   libqt6network6 libqt6opengl6 libqt6openglwidgets6 libqt6printsupport6
#22 2.589   libqt6sql6 libqt6test6 libqt6widgets6 libqt6xml6 libqwt-qt5-6 libsamplerate0
#22 2.589   libsdl1.2debian libslang2 libsndfile1 libspdlog1.10 libthrift-0.17.0 libts0
#22 2.589   libunwind8 libvolk2-bin libvolk2.5 libvorbis0a libvorbisenc2 libvte-2.91-0
#22 2.589   libvte-2.91-common libwacom-common libwacom9 libwayland-client0
#22 2.589   libwayland-cursor0 libwayland-egl1 libwayland-server0 libx11-xcb1
#22 2.589   libxcb-dri2-0 libxcb-dri3-0 libxcb-glx0 libxcb-icccm4 libxcb-image0
#22 2.589   libxcb-keysyms1 libxcb-present0 libxcb-randr0 libxcb-render-util0
#22 2.589   libxcb-shape0 libxcb-sync1 libxcb-util1 libxcb-xfixes0 libxcb-xinerama0
#22 2.589   libxcb-xinput0 libxcb-xkb1 libxcomposite1 libxcursor1 libxdamage1 libxfixes3
#22 2.589   libxinerama1 libxkbcommon-x11-0 libxkbcommon0 libxrandr2 libxshmfence1
#22 2.589   libxsimd-dev libxxf86vm1 pyqt5-dev-tools pyqt6-dev-tools python3-all
#22 2.589   python3-all-dev python3-attr python3-beniget python3-cairo
#22 2.589   python3-cffi-backend python3-click python3-click-plugins python3-colorama
#22 2.589   python3-contextlib2 python3-decorator python3-gast python3-gi-cairo
#22 2.589   python3-jsonschema python3-lxml python3-opengl python3-packaging python3-ply
#22 2.589   python3-py python3-pygccxml python3-pyqt5 python3-pyqt5.sip python3-pyqt6
#22 2.589   python3-pyqt6.sip python3-pyqtgraph python3-pyrsistent python3-pythran
#22 2.589   python3-schema python3-scipy python3-sip python3-thrift python3-zmq
#22 2.589   qt6-base-dev-tools qtbase5-dev-tools qtchooser xkb-data
#22 2.626 0 upgraded, 205 newly installed, 0 to remove and 2 not upgraded.
#22 2.626 Need to get 142 MB of archives.
#22 2.626 After this operation, 698 MB of additional disk space will be used.
#22 2.626 Get:1 http://deb.debian.org/debian bookworm/main amd64 hicolor-icon-theme all 0.17-2 [11.4 kB]
#22 2.642 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.647 Get:3 http://deb.debian.org/debian bookworm/main amd64 adwaita-icon-theme all 43-1 [5,124 kB]
#22 2.711 Get:4 http://deb.debian.org/debian bookworm/main amd64 at-spi2-common all 2.46.0-5 [162 kB]
#22 2.712 Get:5 http://deb.debian.org/debian bookworm/main amd64 castxml amd64 0.5.1-1 [963 kB]
#22 2.715 Get:6 http://deb.debian.org/debian bookworm/main amd64 libdconf1 amd64 0.40.0-4 [40.9 kB]
#22 2.715 Get:7 http://deb.debian.org/debian bookworm/main amd64 dconf-service amd64 0.40.0-4 [31.6 kB]
#22 2.716 Get:8 http://deb.debian.org/debian bookworm/main amd64 dconf-gsettings-backend amd64 0.40.0-4 [27.8 kB]
#22 2.716 Get:9 http://deb.debian.org/debian bookworm/main amd64 fonts-mathjax all 2.7.9+dfsg-1 [2,210 kB]
#22 2.735 Get:10 http://deb.debian.org/debian bookworm/main amd64 gnome-terminal-data all 3.46.8-1 [949 kB]
#22 2.743 Get:11 http://deb.debian.org/debian bookworm/main amd64 gsettings-desktop-schemas all 43.0-1 [643 kB]
#22 2.748 Get:12 http://deb.debian.org/debian bookworm/main amd64 libatk1.0-0 amd64 2.46.0-5 [49.6 kB]
#22 2.748 Get:13 http://deb.debian.org/debian bookworm/main amd64 libatspi2.0-0 amd64 2.46.0-5 [75.4 kB]
#22 2.749 Get:14 http://deb.debian.org/debian bookworm/main amd64 libatk-bridge2.0-0 amd64 2.46.0-5 [64.6 kB]
#22 2.749 Get:15 http://deb.debian.org/debian bookworm/main amd64 libcolord2 amd64 1.4.6-2.2 [137 kB]
#22 2.751 Get:16 http://deb.debian.org/debian bookworm/main amd64 libepoxy0 amd64 1.5.10-1 [189 kB]
#22 2.752 Get:17 http://deb.debian.org/debian bookworm/main amd64 libwayland-client0 amd64 1.21.0-1 [28.3 kB]
#22 2.753 Get:18 http://deb.debian.org/debian bookworm/main amd64 libwayland-cursor0 amd64 1.21.0-1 [14.4 kB]
#22 2.753 Get:19 http://deb.debian.org/debian bookworm/main amd64 libwayland-egl1 amd64 1.21.0-1 [8,640 B]
#22 2.753 Get:20 http://deb.debian.org/debian bookworm/main amd64 libxcomposite1 amd64 1:0.4.5-1 [16.6 kB]
#22 2.758 Get:21 http://deb.debian.org/debian bookworm/main amd64 libxfixes3 amd64 1:6.0.0-2 [22.7 kB]
#22 2.759 Get:22 http://deb.debian.org/debian bookworm/main amd64 libxcursor1 amd64 1:1.2.1-1 [40.9 kB]
#22 2.759 Get:23 http://deb.debian.org/debian bookworm/main amd64 libxdamage1 amd64 1:1.1.6-1 [15.1 kB]
#22 2.760 Get:24 http://deb.debian.org/debian bookworm/main amd64 libxinerama1 amd64 2:1.1.4-3 [17.8 kB]
#22 2.760 Get:25 http://deb.debian.org/debian bookworm/main amd64 xkb-data all 2.35.1-1 [764 kB]
#22 2.767 Get:26 http://deb.debian.org/debian bookworm/main amd64 libxkbcommon0 amd64 1.5.0-1 [106 kB]
#22 2.767 Get:27 http://deb.debian.org/debian bookworm/main amd64 libxrandr2 amd64 2:1.5.2-2+b1 [39.2 kB]
#22 2.768 Get:28 http://deb.debian.org/debian bookworm/main amd64 libgtk-3-common all 3.24.38-2~deb12u3 [3,895 kB]
#22 2.802 Get:29 http://deb.debian.org/debian bookworm/main amd64 libgtk-3-0 amd64 3.24.38-2~deb12u3 [2,847 kB]
#22 2.972 Get:30 http://deb.debian.org/debian bookworm/main amd64 libvte-2.91-common amd64 0.70.6-2~deb12u1 [642 kB]
#22 2.977 Get:31 http://deb.debian.org/debian bookworm/main amd64 libvte-2.91-0 amd64 0.70.6-2~deb12u1 [799 kB]
#22 2.981 Get:32 http://deb.debian.org/debian bookworm/main amd64 gnome-terminal amd64 3.46.8-1 [230 kB]
#22 2.982 Get:33 http://deb.debian.org/debian bookworm/main amd64 libjs-mathjax all 2.7.9+dfsg-1 [5,667 kB]
#22 3.007 Get:34 http://deb.debian.org/debian bookworm/main amd64 liborc-0.4-0 amd64 1:0.4.33-2 [164 kB]
#22 3.008 Get:35 http://deb.debian.org/debian bookworm/main amd64 libvolk2.5 amd64 2.5.2-3 [301 kB]
#22 3.010 Get:36 http://deb.debian.org/debian bookworm/main amd64 libvolk2-bin amd64 2.5.2-3 [82.1 kB]
#22 3.011 Get:37 http://deb.debian.org/debian bookworm/main amd64 python3-colorama all 0.4.6-2 [36.8 kB]
#22 3.012 Get:38 http://deb.debian.org/debian bookworm/main amd64 python3-click all 8.1.3-2 [92.2 kB]
#22 3.012 Get:39 http://deb.debian.org/debian bookworm/main amd64 python3-click-plugins all 1.1.1-4 [9,852 B]
#22 3.013 Get:40 http://deb.debian.org/debian bookworm/main amd64 python3-cairo amd64 1.20.1-5+b1 [63.1 kB]
#22 3.014 Get:41 http://deb.debian.org/debian bookworm/main amd64 python3-gi-cairo amd64 3.42.2-3+b1 [11.7 kB]
#22 3.014 Get:42 http://deb.debian.org/debian bookworm/main amd64 python3-attr all 22.2.0-1 [65.4 kB]
#22 3.015 Get:43 http://deb.debian.org/debian bookworm/main amd64 python3-pyrsistent amd64 0.18.1-1+b3 [60.0 kB]
#22 3.019 Get:44 http://deb.debian.org/debian bookworm/main amd64 python3-jsonschema all 4.10.3-1 [67.9 kB]
#22 3.021 Get:45 http://deb.debian.org/debian bookworm/main amd64 python3-lxml amd64 4.9.2-1+b1 [1,194 kB]
#22 3.032 Get:46 http://deb.debian.org/debian bookworm/main amd64 libglvnd0 amd64 1.6.0-1 [51.8 kB]
#22 3.032 Get:47 http://deb.debian.org/debian bookworm/main amd64 libdrm-common all 2.4.114-1 [7,112 B]
#22 3.032 Get:48 http://deb.debian.org/debian bookworm/main amd64 libdrm2 amd64 2.4.114-1+b1 [37.5 kB]
#22 3.033 Get:49 http://deb.debian.org/debian bookworm/main amd64 libglapi-mesa amd64 22.3.6-1+deb12u1 [35.7 kB]
#22 3.033 Get:50 http://deb.debian.org/debian bookworm/main amd64 libx11-xcb1 amd64 2:1.8.4-2+deb12u2 [192 kB]
#22 3.034 Get:51 http://deb.debian.org/debian bookworm/main amd64 libxcb-dri2-0 amd64 1.15-1 [107 kB]
#22 3.035 Get:52 http://deb.debian.org/debian bookworm/main amd64 libxcb-dri3-0 amd64 1.15-1 [107 kB]
#22 3.036 Get:53 http://deb.debian.org/debian bookworm/main amd64 libxcb-glx0 amd64 1.15-1 [122 kB]
#22 3.037 Get:54 http://deb.debian.org/debian bookworm/main amd64 libxcb-present0 amd64 1.15-1 [105 kB]
#22 3.041 Get:55 http://deb.debian.org/debian bookworm/main amd64 libxcb-randr0 amd64 1.15-1 [117 kB]
#22 3.043 Get:56 http://deb.debian.org/debian bookworm/main amd64 libxcb-sync1 amd64 1.15-1 [109 kB]
#22 3.044 Get:57 http://deb.debian.org/debian bookworm/main amd64 libxcb-xfixes0 amd64 1.15-1 [109 kB]
#22 3.045 Get:58 http://deb.debian.org/debian bookworm/main amd64 libxshmfence1 amd64 1.3-1 [8,820 B]
#22 3.045 Get:59 http://deb.debian.org/debian bookworm/main amd64 libxxf86vm1 amd64 1:1.1.4-1+b2 [20.8 kB]
#22 3.045 Get:60 http://deb.debian.org/debian bookworm/main amd64 libdrm-amdgpu1 amd64 2.4.114-1+b1 [20.9 kB]
#22 3.045 Get:61 http://deb.debian.org/debian bookworm/main amd64 libdrm-intel1 amd64 2.4.114-1+b1 [64.0 kB]
#22 3.046 Get:62 http://deb.debian.org/debian bookworm/main amd64 libdrm-nouveau2 amd64 2.4.114-1+b1 [19.1 kB]
#22 3.047 Get:63 http://deb.debian.org/debian bookworm/main amd64 libdrm-radeon1 amd64 2.4.114-1+b1 [21.8 kB]
#22 3.048 Get:64 http://deb.debian.org/debian bookworm/main amd64 libllvm15 amd64 1:15.0.6-4+b1 [23.1 MB]
#22 3.254 Get:65 http://deb.debian.org/debian bookworm/main amd64 libgl1-mesa-dri amd64 22.3.6-1+deb12u1 [7,239 kB]
#22 3.475 Get:66 http://deb.debian.org/debian bookworm/main amd64 libglx-mesa0 amd64 22.3.6-1+deb12u1 [147 kB]
#22 3.476 Get:67 http://deb.debian.org/debian bookworm/main amd64 libglx0 amd64 1.6.0-1 [34.4 kB]
#22 3.477 Get:68 http://deb.debian.org/debian bookworm/main amd64 libgl1 amd64 1.6.0-1 [88.4 kB]
#22 3.477 Get:69 http://deb.debian.org/debian bookworm/main amd64 libgl1-mesa-glx amd64 22.3.6-1+deb12u1 [14.5 kB]
#22 3.478 Get:70 http://deb.debian.org/debian bookworm/main amd64 libopengl0 amd64 1.6.0-1 [30.6 kB]
#22 3.478 Get:71 http://deb.debian.org/debian bookworm/main amd64 libglu1-mesa amd64 9.0.2-1.1 [178 kB]
#22 3.479 Get:72 http://deb.debian.org/debian bookworm/main amd64 python3-opengl all 3.1.6+dfsg-3 [605 kB]
#22 3.483 Get:73 http://deb.debian.org/debian bookworm/main amd64 python3-packaging all 23.0-1 [32.5 kB]
#22 3.483 Get:74 http://deb.debian.org/debian bookworm/main amd64 python3-pygccxml all 2.2.1-1 [80.3 kB]
#22 3.484 Get:75 http://deb.debian.org/debian bookworm/main amd64 python3-pyqt5.sip amd64 12.11.1-1 [56.4 kB]
#22 3.486 Get:76 http://deb.debian.org/debian bookworm/main amd64 libdouble-conversion3 amd64 3.2.1-1 [41.5 kB]
#22 3.488 Get:77 http://deb.debian.org/debian bookworm/main amd64 libqt5core5a amd64 5.15.8+dfsg-11+deb12u2 [1,810 kB]
#22 3.504 Get:78 http://deb.debian.org/debian bookworm/main amd64 libqt5dbus5 amd64 5.15.8+dfsg-11+deb12u2 [211 kB]
#22 3.506 Get:79 http://deb.debian.org/debian bookworm/main amd64 libwayland-server0 amd64 1.21.0-1 [35.9 kB]
#22 3.506 Get:80 http://deb.debian.org/debian bookworm/main amd64 libgbm1 amd64 22.3.6-1+deb12u1 [38.0 kB]
#22 3.507 Get:81 http://deb.debian.org/debian bookworm/main amd64 libegl-mesa0 amd64 22.3.6-1+deb12u1 [114 kB]
#22 3.508 Get:82 http://deb.debian.org/debian bookworm/main amd64 libegl1 amd64 1.6.0-1 [33.7 kB]
#22 3.509 Get:83 http://deb.debian.org/debian bookworm/main amd64 libevdev2 amd64 1.13.0+dfsg-1 [34.0 kB]
#22 3.509 Get:84 http://deb.debian.org/debian bookworm/main amd64 libmtdev1 amd64 1.1.6-1 [23.0 kB]
#22 3.509 Get:85 http://deb.debian.org/debian bookworm/main amd64 libgudev-1.0-0 amd64 237-2 [15.1 kB]
#22 3.510 Get:86 http://deb.debian.org/debian bookworm/main amd64 libwacom-common all 2.6.0-1 [58.4 kB]
#22 3.511 Get:87 http://deb.debian.org/debian bookworm/main amd64 libwacom9 amd64 2.6.0-1 [21.5 kB]
#22 3.515 Get:88 http://deb.debian.org/debian bookworm/main amd64 libinput-bin amd64 1.22.1-1 [23.2 kB]
#22 3.516 Get:89 http://deb.debian.org/debian bookworm/main amd64 libinput10 amd64 1.22.1-1 [125 kB]
#22 3.518 Get:90 http://deb.debian.org/debian bookworm/main amd64 libmd4c0 amd64 0.4.8-1 [44.2 kB]
#22 3.519 Get:91 http://deb.debian.org/debian bookworm/main amd64 libqt5network5 amd64 5.15.8+dfsg-11+deb12u2 [675 kB]
#22 3.526 Get:92 http://deb.debian.org/debian bookworm/main amd64 libxcb-icccm4 amd64 0.4.1-1.1 [27.4 kB]
#22 3.526 Get:93 http://deb.debian.org/debian bookworm/main amd64 libxcb-util1 amd64 0.4.0-1+b1 [23.2 kB]
#22 3.527 Get:94 http://deb.debian.org/debian bookworm/main amd64 libxcb-image0 amd64 0.4.0-2 [22.9 kB]
#22 3.527 Get:95 http://deb.debian.org/debian bookworm/main amd64 libxcb-keysyms1 amd64 0.4.0-1+b2 [16.4 kB]
#22 3.527 Get:96 http://deb.debian.org/debian bookworm/main amd64 libxcb-render-util0 amd64 0.3.9-1+b1 [18.3 kB]
#22 3.528 Get:97 http://deb.debian.org/debian bookworm/main amd64 libxcb-shape0 amd64 1.15-1 [106 kB]
#22 3.529 Get:98 http://deb.debian.org/debian bookworm/main amd64 libxcb-xinerama0 amd64 1.15-1 [105 kB]
#22 3.531 Get:99 http://deb.debian.org/debian bookworm/main amd64 libxcb-xinput0 amd64 1.15-1 [130 kB]
#22 3.533 Get:100 http://deb.debian.org/debian bookworm/main amd64 libxcb-xkb1 amd64 1.15-1 [129 kB]
#22 3.534 Get:101 http://deb.debian.org/debian bookworm/main amd64 libxkbcommon-x11-0 amd64 1.5.0-1 [15.6 kB]
#22 3.538 Get:102 http://deb.debian.org/debian bookworm/main amd64 libqt5gui5 amd64 5.15.8+dfsg-11+deb12u2 [3,408 kB]
#22 3.569 Get:103 http://deb.debian.org/debian bookworm/main amd64 libqt5widgets5 amd64 5.15.8+dfsg-11+deb12u2 [2,381 kB]
#22 3.597 Get:104 http://deb.debian.org/debian bookworm/main amd64 libqt5xml5 amd64 5.15.8+dfsg-11+deb12u2 [122 kB]
#22 3.597 Get:105 http://deb.debian.org/debian bookworm/main amd64 libqt5designer5 amd64 5.15.8-2 [2,748 kB]
#22 3.620 Get:106 http://deb.debian.org/debian bookworm/main amd64 libqt5sql5 amd64 5.15.8+dfsg-11+deb12u2 [122 kB]
#22 3.621 Get:107 http://deb.debian.org/debian bookworm/main amd64 libqt5help5 amd64 5.15.8-2 [149 kB]
#22 3.622 Get:108 http://deb.debian.org/debian bookworm/main amd64 libqt5printsupport5 amd64 5.15.8+dfsg-11+deb12u2 [202 kB]
#22 3.624 Get:109 http://deb.debian.org/debian bookworm/main amd64 libqt5test5 amd64 5.15.8+dfsg-11+deb12u2 [146 kB]
#22 3.625 Get:110 http://deb.debian.org/debian bookworm/main amd64 python3-pyqt5 amd64 5.15.9+dfsg-1 [2,489 kB]
#22 3.646 Get:111 http://deb.debian.org/debian bookworm/main amd64 python3-pyqt6.sip amd64 13.4.1-1 [51.4 kB]
#22 3.646 Get:112 http://deb.debian.org/debian bookworm/main amd64 libb2-1 amd64 0.98.1-1.1 [40.9 kB]
#22 3.646 Get:113 http://deb.debian.org/debian bookworm/main amd64 libqt6core6 amd64 6.4.2+dfsg-10 [1,613 kB]
#22 3.669 Get:114 http://deb.debian.org/debian bookworm/main amd64 libqt6dbus6 amd64 6.4.2+dfsg-10 [248 kB]
#22 3.670 Get:115 http://deb.debian.org/debian bookworm/main amd64 libts0 amd64 1.22-1+b1 [64.6 kB]
#22 3.671 Get:116 http://deb.debian.org/debian bookworm/main amd64 libqt6gui6 amd64 6.4.2+dfsg-10 [2,854 kB]
#22 3.699 Get:117 http://deb.debian.org/debian bookworm/main amd64 libproxy1v5 amd64 0.4.18-1.2 [56.2 kB]
#22 3.700 Get:118 http://deb.debian.org/debian bookworm/main amd64 libqt6network6 amd64 6.4.2+dfsg-10 [682 kB]
#22 3.711 Get:119 http://deb.debian.org/debian bookworm/main amd64 libqt6opengl6 amd64 6.4.2+dfsg-10 [390 kB]
#22 3.714 Get:120 http://deb.debian.org/debian bookworm/main amd64 libqt6widgets6 amd64 6.4.2+dfsg-10 [2,445 kB]
#22 3.735 Get:121 http://deb.debian.org/debian bookworm/main amd64 libqt6openglwidgets6 amd64 6.4.2+dfsg-10 [43.4 kB]
#22 3.736 Get:122 http://deb.debian.org/debian bookworm/main amd64 libqt6printsupport6 amd64 6.4.2+dfsg-10 [211 kB]
#22 3.737 Get:123 http://deb.debian.org/debian bookworm/main amd64 libqt6sql6 amd64 6.4.2+dfsg-10 [133 kB]
#22 3.739 Get:124 http://deb.debian.org/debian bookworm/main amd64 libqt6test6 amd64 6.4.2+dfsg-10 [161 kB]
#22 3.740 Get:125 http://deb.debian.org/debian bookworm/main amd64 libqt6xml6 amd64 6.4.2+dfsg-10 [75.5 kB]
#22 3.741 Get:126 http://deb.debian.org/debian bookworm/main amd64 python3-pyqt6 amd64 6.4.2-1 [2,461 kB]
#22 3.750 Get:127 http://deb.debian.org/debian bookworm/main amd64 python3-decorator all 5.1.1-3 [14.9 kB]
#22 3.750 Get:128 http://deb.debian.org/debian bookworm/main amd64 libopenblas0-pthread amd64 0.3.21+ds-4 [6,709 kB]
#22 3.816 Get:129 http://deb.debian.org/debian bookworm/main amd64 libopenblas0 amd64 0.3.21+ds-4 [32.6 kB]
#22 3.816 Get:130 http://deb.debian.org/debian bookworm/main amd64 libopenblas-pthread-dev amd64 0.3.21+ds-4 [4,971 kB]
#22 3.849 Get:131 http://deb.debian.org/debian bookworm/main amd64 libopenblas-dev amd64 0.3.21+ds-4 [44.9 kB]
#22 3.849 Get:132 http://deb.debian.org/debian bookworm/main amd64 libpython3-all-dev amd64 3.11.2-1+b1 [1,068 B]
#22 3.850 Get:133 http://deb.debian.org/debian bookworm/main amd64 python3-all amd64 3.11.2-1+b1 [1,056 B]
#22 3.850 Get:134 http://deb.debian.org/debian bookworm/main amd64 python3-all-dev amd64 3.11.2-1+b1 [1,072 B]
#22 3.850 Get:135 http://deb.debian.org/debian bookworm/main amd64 libxsimd-dev amd64 8.1.0-7 [88.8 kB]
#22 3.850 Get:136 http://deb.debian.org/debian bookworm/main amd64 python3-gast all 0.5.2-2 [9,364 B]
#22 3.851 Get:137 http://deb.debian.org/debian bookworm/main amd64 python3-beniget all 0.4.1-3 [9,920 B]
#22 3.851 Get:138 http://deb.debian.org/debian bookworm/main amd64 python3-ply all 3.11-5 [65.8 kB]
#22 3.851 Get:139 http://deb.debian.org/debian bookworm/main amd64 python3-pythran amd64 0.11.0+ds-7 [427 kB]
#22 3.860 Get:140 http://deb.debian.org/debian bookworm/main amd64 liblbfgsb0 amd64 3.0+dfsg.4-1 [28.9 kB]
#22 3.861 Get:141 http://deb.debian.org/debian bookworm/main amd64 python3-scipy amd64 1.10.1-2 [15.2 MB]
#22 4.000 Get:142 http://deb.debian.org/debian bookworm/main amd64 pyqt5-dev-tools amd64 5.15.9+dfsg-1 [180 kB]
#22 4.027 Get:143 http://deb.debian.org/debian bookworm/main amd64 pyqt6-dev-tools all 6.4.2-1 [66.4 kB]
#22 4.027 Get:144 http://deb.debian.org/debian bookworm/main amd64 qtchooser amd64 66-2 [26.3 kB]
#22 4.028 Get:145 http://deb.debian.org/debian bookworm/main amd64 qtbase5-dev-tools amd64 5.15.8+dfsg-11+deb12u2 [758 kB]
#22 4.033 Get:146 http://deb.debian.org/debian bookworm/main amd64 qt6-base-dev-tools amd64 6.4.2+dfsg-10 [890 kB]
#22 4.037 Get:147 http://deb.debian.org/debian bookworm/main amd64 python3-pyqtgraph all 0.13.1-4 [617 kB]
#22 4.040 Get:148 http://deb.debian.org/debian bookworm/main amd64 python3-contextlib2 all 0.6.0.post1-3 [13.5 kB]
#22 4.040 Get:149 http://deb.debian.org/debian bookworm/main amd64 python3-schema all 0.7.5-1 [27.5 kB]
#22 4.040 Get:150 http://deb.debian.org/debian bookworm/main amd64 python3-sip amd64 4.19.25+dfsg-5+b1 [165 kB]
#22 4.041 Get:151 http://deb.debian.org/debian bookworm/main amd64 python3-thrift amd64 0.17.0-2+b2 [160 kB]
#22 4.041 Get:152 http://deb.debian.org/debian bookworm/main amd64 python3-cffi-backend amd64 1.15.1-5+b1 [84.6 kB]
#22 4.042 Get:153 http://deb.debian.org/debian bookworm/main amd64 python3-py all 1.11.0-1 [89.2 kB]
#22 4.042 Get:154 http://deb.debian.org/debian bookworm/main amd64 python3-zmq amd64 24.0.1-4+b1 [263 kB]
#22 4.044 Get:155 http://deb.debian.org/debian bookworm/main amd64 libfmt9 amd64 9.1.0+ds1-2 [113 kB]
#22 4.050 Get:156 http://deb.debian.org/debian bookworm/main amd64 libgnuradio-pmt3.10.5 amd64 3.10.5.1-3 [117 kB]
#22 4.051 Get:157 http://deb.debian.org/debian bookworm/main amd64 libspdlog1.10 amd64 1:1.10.0+ds-0.4 [130 kB]
#22 4.053 Get:158 http://deb.debian.org/debian bookworm/main amd64 libthrift-0.17.0 amd64 0.17.0-2+b2 [372 kB]
#22 4.056 Get:159 http://deb.debian.org/debian bookworm/main amd64 libunwind8 amd64 1.6.2-3 [51.2 kB]
#22 4.057 Get:160 http://deb.debian.org/debian bookworm/main amd64 libgnuradio-runtime3.10.5 amd64 3.10.5.1-3 [562 kB]
#22 4.061 Get:161 http://deb.debian.org/debian bookworm/main amd64 libogg0 amd64 1.3.5-3 [23.4 kB]
#22 4.062 Get:162 http://deb.debian.org/debian bookworm/main amd64 libflac12 amd64 1.4.2+ds-2 [198 kB]
#22 4.063 Get:163 http://deb.debian.org/debian bookworm/main amd64 libmp3lame0 amd64 3.100-6 [365 kB]
#22 4.066 Get:164 http://deb.debian.org/debian-security bookworm-security/main amd64 libmpg123-0 amd64 1.31.2-1+deb12u1 [147 kB]
#22 4.067 Get:165 http://deb.debian.org/debian bookworm/main amd64 libopus0 amd64 1.3.1-3 [195 kB]
#22 4.069 Get:166 http://deb.debian.org/debian bookworm/main amd64 libvorbis0a amd64 1.3.7-1 [93.0 kB]
#22 4.070 Get:167 http://deb.debian.org/debian bookworm/main amd64 libvorbisenc2 amd64 1.3.7-1 [80.6 kB]
#22 4.071 Get:168 http://deb.debian.org/debian bookworm/main amd64 libsndfile1 amd64 1.2.0-1 [196 kB]
#22 4.072 Get:169 http://deb.debian.org/debian bookworm/main amd64 libgnuradio-blocks3.10.5 amd64 3.10.5.1-3 [561 kB]
#22 4.077 Get:170 http://deb.debian.org/debian bookworm/main amd64 libgnuradio-fft3.10.5 amd64 3.10.5.1-3 [121 kB]
#22 4.078 Get:171 http://deb.debian.org/debian bookworm/main amd64 libgnuradio-analog3.10.5 amd64 3.10.5.1-3 [177 kB]
#22 4.080 Get:172 http://deb.debian.org/debian bookworm/main amd64 libsamplerate0 amd64 0.2.2-3 [952 kB]
#22 4.088 Get:173 http://deb.debian.org/debian bookworm/main amd64 libjack-jackd2-0 amd64 1.9.21~dfsg-3 [281 kB]
#22 4.090 Get:174 http://deb.debian.org/debian bookworm/main amd64 libportaudio2 amd64 19.6.0-1.2 [66.7 kB]
#22 4.091 Get:175 http://deb.debian.org/debian bookworm/main amd64 libgnuradio-audio3.10.5 amd64 3.10.5.1-3 [158 kB]
#22 4.092 Get:176 http://deb.debian.org/debian bookworm/main amd64 libgnuradio-filter3.10.5 amd64 3.10.5.1-3 [251 kB]
#22 4.094 Get:177 http://deb.debian.org/debian bookworm/main amd64 libgnuradio-channels3.10.5 amd64 3.10.5.1-3 [121 kB]
#22 4.095 Get:178 http://deb.debian.org/debian bookworm/main amd64 libgnuradio-digital3.10.5 amd64 3.10.5.1-3 [416 kB]
#22 4.100 Get:179 http://deb.debian.org/debian bookworm/main amd64 libgslcblas0 amd64 2.7.1+dfsg-5 [108 kB]
#22 4.102 Get:180 http://deb.debian.org/debian bookworm/main amd64 libgsl27 amd64 2.7.1+dfsg-5 [941 kB]
#22 4.111 Get:181 http://deb.debian.org/debian bookworm/main amd64 libgnuradio-fec3.10.5 amd64 3.10.5.1-3 [252 kB]
#22 4.118 Get:182 http://deb.debian.org/debian bookworm/main amd64 libgnuradio-dtv3.10.5 amd64 3.10.5.1-3 [400 kB]
#22 4.122 Get:183 http://deb.debian.org/debian bookworm/main amd64 libiio0 amd64 0.24-4 [49.6 kB]
#22 4.123 Get:184 http://deb.debian.org/debian bookworm/main amd64 libad9361-0 amd64 0.2-1 [72.1 kB]
#22 4.125 Get:185 http://deb.debian.org/debian bookworm/main amd64 libgnuradio-iio3.10.5 amd64 3.10.5.1-3 [166 kB]
#22 4.127 Get:186 http://deb.debian.org/debian bookworm/main amd64 libgnuradio-network3.10.5 amd64 3.10.5.1-3 [195 kB]
#22 4.130 Get:187 http://deb.debian.org/debian bookworm/main amd64 libgnuradio-pdu3.10.5 amd64 3.10.5.1-3 [172 kB]
#22 4.132 Get:188 http://deb.debian.org/debian bookworm/main amd64 libqt5opengl5 amd64 5.15.8+dfsg-11+deb12u2 [148 kB]
#22 4.134 Get:189 http://deb.debian.org/debian bookworm/main amd64 libqt5svg5 amd64 5.15.8-3 [134 kB]
#22 4.136 Get:190 http://deb.debian.org/debian bookworm/main amd64 libqwt-qt5-6 amd64 6.1.4-2 [426 kB]
#22 4.140 Get:191 http://deb.debian.org/debian bookworm/main amd64 libgnuradio-qtgui3.10.5 amd64 3.10.5.1-3 [466 kB]
#22 4.145 Get:192 http://deb.debian.org/debian bookworm/main amd64 libgnuradio-soapy3.10.5 amd64 3.10.5.1-3 [142 kB]
#22 4.146 Get:193 http://deb.debian.org/debian bookworm/main amd64 libgnuradio-trellis3.10.5 amd64 3.10.5.1-3 [204 kB]
#22 4.147 Get:194 http://deb.debian.org/debian bookworm/main amd64 libgnuradio-uhd3.10.5 amd64 3.10.5.1-3 [195 kB]
#22 4.150 Get:195 http://deb.debian.org/debian bookworm/main amd64 libslang2 amd64 2.3.3-3 [554 kB]
#22 4.155 Get:196 http://deb.debian.org/debian bookworm/main amd64 libcaca0 amd64 0.99.beta20-3 [205 kB]
#22 4.157 Get:197 http://deb.debian.org/debian bookworm/main amd64 libasyncns0 amd64 0.8-6+b3 [12.9 kB]
#22 4.157 Get:198 http://deb.debian.org/debian bookworm/main amd64 libpulse0 amd64 16.1+dfsg1-2+b1 [274 kB]
#22 4.159 Get:199 http://deb.debian.org/debian bookworm/main amd64 libsdl1.2debian amd64 1.2.15+dfsg2-8 [199 kB]
#22 4.161 Get:200 http://deb.debian.org/debian bookworm/main amd64 libgnuradio-video-sdl3.10.5 amd64 3.10.5.1-3 [102 kB]
#22 4.162 Get:201 http://deb.debian.org/debian bookworm/main amd64 libcodec2-1.0 amd64 1.0.5-1 [8,171 kB]
#22 4.241 Get:202 http://deb.debian.org/debian bookworm/main amd64 libgnuradio-vocoder3.10.5 amd64 3.10.5.1-3 [116 kB]
#22 4.258 Get:203 http://deb.debian.org/debian bookworm/main amd64 libgnuradio-wavelet3.10.5 amd64 3.10.5.1-3 [51.8 kB]
#22 4.259 Get:204 http://deb.debian.org/debian bookworm/main amd64 libgnuradio-zeromq3.10.5 amd64 3.10.5.1-3 [125 kB]
#22 4.260 Get:205 http://deb.debian.org/debian bookworm/main amd64 gnuradio amd64 3.10.5.1-3 [3,457 kB]
#22 4.449 debconf: delaying package configuration, since apt-utils is not installed
#22 4.514 Fetched 142 MB in 2s (85.1 MB/s)
#22 4.596 Selecting previously unselected package hicolor-icon-theme.
#22 4.596 (Reading database ... 
(Reading database ... 5%
(Reading database ... 10%
(Reading database ... 15%
(Reading database ... 20%
(Reading database ... 25%
(Reading database ... 30%
(Reading database ... 35%
(Reading database ... 40%
(Reading database ... 45%
(Reading database ... 50%
(Reading database ... 55%
(Reading database ... 60%
(Reading database ... 65%
(Reading database ... 70%
(Reading database ... 75%
(Reading database ... 80%
(Reading database ... 85%
(Reading database ... 90%
(Reading database ... 95%
(Reading database ... 100%
(Reading database ... 123462 files and directories currently installed.)
#22 4.653 Preparing to unpack .../000-hicolor-icon-theme_0.17-2_all.deb ...
#22 4.668 Unpacking hicolor-icon-theme (0.17-2) ...
#22 4.831 Selecting previously unselected package gtk-update-icon-cache.
#22 4.843 Preparing to unpack .../001-gtk-update-icon-cache_3.24.38-2~deb12u3_amd64.deb ...
#22 4.858 Unpacking gtk-update-icon-cache (3.24.38-2~deb12u3) ...
#22 5.025 Selecting previously unselected package adwaita-icon-theme.
#22 5.035 Preparing to unpack .../002-adwaita-icon-theme_43-1_all.deb ...
#22 5.050 Unpacking adwaita-icon-theme (43-1) ...
#22 5.949 Selecting previously unselected package at-spi2-common.
#22 5.961 Preparing to unpack .../003-at-spi2-common_2.46.0-5_all.deb ...
#22 5.977 Unpacking at-spi2-common (2.46.0-5) ...
#22 6.154 Selecting previously unselected package castxml.
#22 6.164 Preparing to unpack .../004-castxml_0.5.1-1_amd64.deb ...
#22 6.180 Unpacking castxml (0.5.1-1) ...
#22 6.402 Selecting previously unselected package libdconf1:amd64.
#22 6.415 Preparing to unpack .../005-libdconf1_0.40.0-4_amd64.deb ...
#22 6.446 Unpacking libdconf1:amd64 (0.40.0-4) ...
#22 6.558 Selecting previously unselected package dconf-service.
#22 6.568 Preparing to unpack .../006-dconf-service_0.40.0-4_amd64.deb ...
#22 6.583 Unpacking dconf-service (0.40.0-4) ...
#22 6.690 Selecting previously unselected package dconf-gsettings-backend:amd64.
#22 6.700 Preparing to unpack .../007-dconf-gsettings-backend_0.40.0-4_amd64.deb ...
#22 6.716 Unpacking dconf-gsettings-backend:amd64 (0.40.0-4) ...
#22 6.839 Selecting previously unselected package fonts-mathjax.
#22 6.851 Preparing to unpack .../008-fonts-mathjax_2.7.9+dfsg-1_all.deb ...
#22 6.867 Unpacking fonts-mathjax (2.7.9+dfsg-1) ...
#22 7.107 Selecting previously unselected package gnome-terminal-data.
#22 7.119 Preparing to unpack .../009-gnome-terminal-data_3.46.8-1_all.deb ...
#22 7.134 Unpacking gnome-terminal-data (3.46.8-1) ...
#22 7.386 Selecting previously unselected package gsettings-desktop-schemas.
#22 7.398 Preparing to unpack .../010-gsettings-desktop-schemas_43.0-1_all.deb ...
#22 7.414 Unpacking gsettings-desktop-schemas (43.0-1) ...
#22 7.609 Selecting previously unselected package libatk1.0-0:amd64.
#22 7.620 Preparing to unpack .../011-libatk1.0-0_2.46.0-5_amd64.deb ...
#22 7.636 Unpacking libatk1.0-0:amd64 (2.46.0-5) ...
#22 7.757 Selecting previously unselected package libatspi2.0-0:amd64.
#22 7.768 Preparing to unpack .../012-libatspi2.0-0_2.46.0-5_amd64.deb ...
#22 7.783 Unpacking libatspi2.0-0:amd64 (2.46.0-5) ...
#22 7.925 Selecting previously unselected package libatk-bridge2.0-0:amd64.
#22 7.935 Preparing to unpack .../013-libatk-bridge2.0-0_2.46.0-5_amd64.deb ...
#22 7.950 Unpacking libatk-bridge2.0-0:amd64 (2.46.0-5) ...
#22 8.083 Selecting previously unselected package libcolord2:amd64.
#22 8.094 Preparing to unpack .../014-libcolord2_1.4.6-2.2_amd64.deb ...
#22 8.110 Unpacking libcolord2:amd64 (1.4.6-2.2) ...
#22 8.248 Selecting previously unselected package libepoxy0:amd64.
#22 8.260 Preparing to unpack .../015-libepoxy0_1.5.10-1_amd64.deb ...
#22 8.275 Unpacking libepoxy0:amd64 (1.5.10-1) ...
#22 8.417 Selecting previously unselected package libwayland-client0:amd64.
#22 8.429 Preparing to unpack .../016-libwayland-client0_1.21.0-1_amd64.deb ...
#22 8.444 Unpacking libwayland-client0:amd64 (1.21.0-1) ...
#22 8.573 Selecting previously unselected package libwayland-cursor0:amd64.
#22 8.583 Preparing to unpack .../017-libwayland-cursor0_1.21.0-1_amd64.deb ...
#22 8.597 Unpacking libwayland-cursor0:amd64 (1.21.0-1) ...
#22 8.723 Selecting previously unselected package libwayland-egl1:amd64.
#22 8.734 Preparing to unpack .../018-libwayland-egl1_1.21.0-1_amd64.deb ...
#22 8.749 Unpacking libwayland-egl1:amd64 (1.21.0-1) ...
#22 8.865 Selecting previously unselected package libxcomposite1:amd64.
#22 8.877 Preparing to unpack .../019-libxcomposite1_1%3a0.4.5-1_amd64.deb ...
#22 8.892 Unpacking libxcomposite1:amd64 (1:0.4.5-1) ...
#22 9.019 Selecting previously unselected package libxfixes3:amd64.
#22 9.032 Preparing to unpack .../020-libxfixes3_1%3a6.0.0-2_amd64.deb ...
#22 9.047 Unpacking libxfixes3:amd64 (1:6.0.0-2) ...
#22 9.166 Selecting previously unselected package libxcursor1:amd64.
#22 9.178 Preparing to unpack .../021-libxcursor1_1%3a1.2.1-1_amd64.deb ...
#22 9.193 Unpacking libxcursor1:amd64 (1:1.2.1-1) ...
#22 9.335 Selecting previously unselected package libxdamage1:amd64.
#22 9.348 Preparing to unpack .../022-libxdamage1_1%3a1.1.6-1_amd64.deb ...
#22 9.363 Unpacking libxdamage1:amd64 (1:1.1.6-1) ...
#22 9.482 Selecting previously unselected package libxinerama1:amd64.
#22 9.493 Preparing to unpack .../023-libxinerama1_2%3a1.1.4-3_amd64.deb ...
#22 9.509 Unpacking libxinerama1:amd64 (2:1.1.4-3) ...
#22 9.620 Selecting previously unselected package xkb-data.
#22 9.632 Preparing to unpack .../024-xkb-data_2.35.1-1_all.deb ...
#22 9.648 Unpacking xkb-data (2.35.1-1) ...
#22 9.858 Selecting previously unselected package libxkbcommon0:amd64.
#22 9.870 Preparing to unpack .../025-libxkbcommon0_1.5.0-1_amd64.deb ...
#22 9.885 Unpacking libxkbcommon0:amd64 (1.5.0-1) ...
#22 10.02 Selecting previously unselected package libxrandr2:amd64.
#22 10.03 Preparing to unpack .../026-libxrandr2_2%3a1.5.2-2+b1_amd64.deb ...
#22 10.05 Unpacking libxrandr2:amd64 (2:1.5.2-2+b1) ...
#22 10.19 Selecting previously unselected package libgtk-3-common.
#22 10.20 Preparing to unpack .../027-libgtk-3-common_3.24.38-2~deb12u3_all.deb ...
#22 10.22 Unpacking libgtk-3-common (3.24.38-2~deb12u3) ...
#22 10.60 Selecting previously unselected package libgtk-3-0:amd64.
#22 10.61 Preparing to unpack .../028-libgtk-3-0_3.24.38-2~deb12u3_amd64.deb ...
#22 10.63 Unpacking libgtk-3-0:amd64 (3.24.38-2~deb12u3) ...
#22 10.92 Selecting previously unselected package libvte-2.91-common.
#22 10.93 Preparing to unpack .../029-libvte-2.91-common_0.70.6-2~deb12u1_amd64.deb ...
#22 10.94 Unpacking libvte-2.91-common (0.70.6-2~deb12u1) ...
#22 11.11 Selecting previously unselected package libvte-2.91-0:amd64.
#22 11.12 Preparing to unpack .../030-libvte-2.91-0_0.70.6-2~deb12u1_amd64.deb ...
#22 11.14 Unpacking libvte-2.91-0:amd64 (0.70.6-2~deb12u1) ...
#22 11.27 Selecting previously unselected package gnome-terminal.
#22 11.28 Preparing to unpack .../031-gnome-terminal_3.46.8-1_amd64.deb ...
#22 11.30 Unpacking gnome-terminal (3.46.8-1) ...
#22 11.46 Selecting previously unselected package libjs-mathjax.
#22 11.47 Preparing to unpack .../032-libjs-mathjax_2.7.9+dfsg-1_all.deb ...
#22 11.48 Unpacking libjs-mathjax (2.7.9+dfsg-1) ...
#22 12.27 Selecting previously unselected package liborc-0.4-0:amd64.
#22 12.28 Preparing to unpack .../033-liborc-0.4-0_1%3a0.4.33-2_amd64.deb ...
#22 12.30 Unpacking liborc-0.4-0:amd64 (1:0.4.33-2) ...
#22 12.45 Selecting previously unselected package libvolk2.5:amd64.
#22 12.46 Preparing to unpack .../034-libvolk2.5_2.5.2-3_amd64.deb ...
#22 12.47 Unpacking libvolk2.5:amd64 (2.5.2-3) ...
#22 12.63 Selecting previously unselected package libvolk2-bin.
#22 12.64 Preparing to unpack .../035-libvolk2-bin_2.5.2-3_amd64.deb ...
#22 12.66 Unpacking libvolk2-bin (2.5.2-3) ...
#22 12.82 Selecting previously unselected package python3-colorama.
#22 12.83 Preparing to unpack .../036-python3-colorama_0.4.6-2_all.deb ...
#22 12.85 Unpacking python3-colorama (0.4.6-2) ...
#22 12.98 Selecting previously unselected package python3-click.
#22 12.99 Preparing to unpack .../037-python3-click_8.1.3-2_all.deb ...
#22 13.00 Unpacking python3-click (8.1.3-2) ...
#22 13.13 Selecting previously unselected package python3-click-plugins.
#22 13.15 Preparing to unpack .../038-python3-click-plugins_1.1.1-4_all.deb ...
#22 13.16 Unpacking python3-click-plugins (1.1.1-4) ...
#22 13.29 Selecting previously unselected package python3-cairo:amd64.
#22 13.30 Preparing to unpack .../039-python3-cairo_1.20.1-5+b1_amd64.deb ...
#22 13.31 Unpacking python3-cairo:amd64 (1.20.1-5+b1) ...
#22 13.43 Selecting previously unselected package python3-gi-cairo.
#22 13.44 Preparing to unpack .../040-python3-gi-cairo_3.42.2-3+b1_amd64.deb ...
#22 13.45 Unpacking python3-gi-cairo (3.42.2-3+b1) ...
#22 13.57 Selecting previously unselected package python3-attr.
#22 13.58 Preparing to unpack .../041-python3-attr_22.2.0-1_all.deb ...
#22 13.60 Unpacking python3-attr (22.2.0-1) ...
#22 13.73 Selecting previously unselected package python3-pyrsistent:amd64.
#22 13.74 Preparing to unpack .../042-python3-pyrsistent_0.18.1-1+b3_amd64.deb ...
#22 13.76 Unpacking python3-pyrsistent:amd64 (0.18.1-1+b3) ...
#22 13.89 Selecting previously unselected package python3-jsonschema.
#22 13.90 Preparing to unpack .../043-python3-jsonschema_4.10.3-1_all.deb ...
#22 13.91 Unpacking python3-jsonschema (4.10.3-1) ...
#22 14.05 Selecting previously unselected package python3-lxml:amd64.
#22 14.06 Preparing to unpack .../044-python3-lxml_4.9.2-1+b1_amd64.deb ...
#22 14.08 Unpacking python3-lxml:amd64 (4.9.2-1+b1) ...
#22 14.27 Selecting previously unselected package libglvnd0:amd64.
#22 14.29 Preparing to unpack .../045-libglvnd0_1.6.0-1_amd64.deb ...
#22 14.30 Unpacking libglvnd0:amd64 (1.6.0-1) ...
#22 14.42 Selecting previously unselected package libdrm-common.
#22 14.43 Preparing to unpack .../046-libdrm-common_2.4.114-1_all.deb ...
#22 14.44 Unpacking libdrm-common (2.4.114-1) ...
#22 14.57 Selecting previously unselected package libdrm2:amd64.
#22 14.58 Preparing to unpack .../047-libdrm2_2.4.114-1+b1_amd64.deb ...
#22 14.60 Unpacking libdrm2:amd64 (2.4.114-1+b1) ...
#22 14.72 Selecting previously unselected package libglapi-mesa:amd64.
#22 14.74 Preparing to unpack .../048-libglapi-mesa_22.3.6-1+deb12u1_amd64.deb ...
#22 14.75 Unpacking libglapi-mesa:amd64 (22.3.6-1+deb12u1) ...
#22 14.90 Selecting previously unselected package libx11-xcb1:amd64.
#22 14.91 Preparing to unpack .../049-libx11-xcb1_2%3a1.8.4-2+deb12u2_amd64.deb ...
#22 14.92 Unpacking libx11-xcb1:amd64 (2:1.8.4-2+deb12u2) ...
#22 15.08 Selecting previously unselected package libxcb-dri2-0:amd64.
#22 15.09 Preparing to unpack .../050-libxcb-dri2-0_1.15-1_amd64.deb ...
#22 15.11 Unpacking libxcb-dri2-0:amd64 (1.15-1) ...
#22 15.25 Selecting previously unselected package libxcb-dri3-0:amd64.
#22 15.26 Preparing to unpack .../051-libxcb-dri3-0_1.15-1_amd64.deb ...
#22 15.28 Unpacking libxcb-dri3-0:amd64 (1.15-1) ...
#22 15.43 Selecting previously unselected package libxcb-glx0:amd64.
#22 15.44 Preparing to unpack .../052-libxcb-glx0_1.15-1_amd64.deb ...
#22 15.46 Unpacking libxcb-glx0:amd64 (1.15-1) ...
#22 15.61 Selecting previously unselected package libxcb-present0:amd64.
#22 15.62 Preparing to unpack .../053-libxcb-present0_1.15-1_amd64.deb ...
#22 15.64 Unpacking libxcb-present0:amd64 (1.15-1) ...
#22 15.79 Selecting previously unselected package libxcb-randr0:amd64.
#22 15.80 Preparing to unpack .../054-libxcb-randr0_1.15-1_amd64.deb ...
#22 15.82 Unpacking libxcb-randr0:amd64 (1.15-1) ...
#22 15.97 Selecting previously unselected package libxcb-sync1:amd64.
#22 15.98 Preparing to unpack .../055-libxcb-sync1_1.15-1_amd64.deb ...
#22 16.00 Unpacking libxcb-sync1:amd64 (1.15-1) ...
#22 16.15 Selecting previously unselected package libxcb-xfixes0:amd64.
#22 16.16 Preparing to unpack .../056-libxcb-xfixes0_1.15-1_amd64.deb ...
#22 16.17 Unpacking libxcb-xfixes0:amd64 (1.15-1) ...
#22 16.33 Selecting previously unselected package libxshmfence1:amd64.
#22 16.34 Preparing to unpack .../057-libxshmfence1_1.3-1_amd64.deb ...
#22 16.36 Unpacking libxshmfence1:amd64 (1.3-1) ...
#22 16.49 Selecting previously unselected package libxxf86vm1:amd64.
#22 16.50 Preparing to unpack .../058-libxxf86vm1_1%3a1.1.4-1+b2_amd64.deb ...
#22 16.52 Unpacking libxxf86vm1:amd64 (1:1.1.4-1+b2) ...
#22 16.67 Selecting previously unselected package libdrm-amdgpu1:amd64.
#22 16.69 Preparing to unpack .../059-libdrm-amdgpu1_2.4.114-1+b1_amd64.deb ...
#22 16.70 Unpacking libdrm-amdgpu1:amd64 (2.4.114-1+b1) ...
#22 16.86 Selecting previously unselected package libdrm-intel1:amd64.
#22 16.88 Preparing to unpack .../060-libdrm-intel1_2.4.114-1+b1_amd64.deb ...
#22 16.90 Unpacking libdrm-intel1:amd64 (2.4.114-1+b1) ...
#22 17.05 Selecting previously unselected package libdrm-nouveau2:amd64.
#22 17.06 Preparing to unpack .../061-libdrm-nouveau2_2.4.114-1+b1_amd64.deb ...
#22 17.08 Unpacking libdrm-nouveau2:amd64 (2.4.114-1+b1) ...
#22 17.22 Selecting previously unselected package libdrm-radeon1:amd64.
#22 17.23 Preparing to unpack .../062-libdrm-radeon1_2.4.114-1+b1_amd64.deb ...
#22 17.25 Unpacking libdrm-radeon1:amd64 (2.4.114-1+b1) ...
#22 17.39 Selecting previously unselected package libllvm15:amd64.
#22 17.40 Preparing to unpack .../063-libllvm15_1%3a15.0.6-4+b1_amd64.deb ...
#22 17.42 Unpacking libllvm15:amd64 (1:15.0.6-4+b1) ...
#22 18.16 Selecting previously unselected package libgl1-mesa-dri:amd64.
#22 18.17 Preparing to unpack .../064-libgl1-mesa-dri_22.3.6-1+deb12u1_amd64.deb ...
#22 18.20 Unpacking libgl1-mesa-dri:amd64 (22.3.6-1+deb12u1) ...
#22 18.71 Selecting previously unselected package libglx-mesa0:amd64.
#22 18.72 Preparing to unpack .../065-libglx-mesa0_22.3.6-1+deb12u1_amd64.deb ...
#22 18.74 Unpacking libglx-mesa0:amd64 (22.3.6-1+deb12u1) ...
#22 18.90 Selecting previously unselected package libglx0:amd64.
#22 18.91 Preparing to unpack .../066-libglx0_1.6.0-1_amd64.deb ...
#22 18.94 Unpacking libglx0:amd64 (1.6.0-1) ...
#22 19.08 Selecting previously unselected package libgl1:amd64.
#22 19.09 Preparing to unpack .../067-libgl1_1.6.0-1_amd64.deb ...
#22 19.11 Unpacking libgl1:amd64 (1.6.0-1) ...
#22 19.22 Selecting previously unselected package libgl1-mesa-glx:amd64.
#22 19.23 Preparing to unpack .../068-libgl1-mesa-glx_22.3.6-1+deb12u1_amd64.deb ...
#22 19.25 Unpacking libgl1-mesa-glx:amd64 (22.3.6-1+deb12u1) ...
#22 19.38 Selecting previously unselected package libopengl0:amd64.
#22 19.39 Preparing to unpack .../069-libopengl0_1.6.0-1_amd64.deb ...
#22 19.40 Unpacking libopengl0:amd64 (1.6.0-1) ...
#22 19.53 Selecting previously unselected package libglu1-mesa:amd64.
#22 19.54 Preparing to unpack .../070-libglu1-mesa_9.0.2-1.1_amd64.deb ...
#22 19.55 Unpacking libglu1-mesa:amd64 (9.0.2-1.1) ...
#22 19.70 Selecting previously unselected package python3-opengl.
#22 19.71 Preparing to unpack .../071-python3-opengl_3.1.6+dfsg-3_all.deb ...
#22 19.73 Unpacking python3-opengl (3.1.6+dfsg-3) ...
#22 20.28 Selecting previously unselected package python3-packaging.
#22 20.29 Preparing to unpack .../072-python3-packaging_23.0-1_all.deb ...
#22 20.30 Unpacking python3-packaging (23.0-1) ...
#22 20.44 Selecting previously unselected package python3-pygccxml.
#22 20.45 Preparing to unpack .../073-python3-pygccxml_2.2.1-1_all.deb ...
#22 20.47 Unpacking python3-pygccxml (2.2.1-1) ...
#22 20.58 Selecting previously unselected package python3-pyqt5.sip.
#22 20.59 Preparing to unpack .../074-python3-pyqt5.sip_12.11.1-1_amd64.deb ...
#22 20.61 Unpacking python3-pyqt5.sip (12.11.1-1) ...
#22 20.74 Selecting previously unselected package libdouble-conversion3:amd64.
#22 20.75 Preparing to unpack .../075-libdouble-conversion3_3.2.1-1_amd64.deb ...
#22 20.77 Unpacking libdouble-conversion3:amd64 (3.2.1-1) ...
#22 20.94 Selecting previously unselected package libqt5core5a:amd64.
#22 20.95 Preparing to unpack .../076-libqt5core5a_5.15.8+dfsg-11+deb12u2_amd64.deb ...
#22 20.98 Unpacking libqt5core5a:amd64 (5.15.8+dfsg-11+deb12u2) ...
#22 21.20 Selecting previously unselected package libqt5dbus5:amd64.
#22 21.21 Preparing to unpack .../077-libqt5dbus5_5.15.8+dfsg-11+deb12u2_amd64.deb ...
#22 21.23 Unpacking libqt5dbus5:amd64 (5.15.8+dfsg-11+deb12u2) ...
#22 21.37 Selecting previously unselected package libwayland-server0:amd64.
#22 21.39 Preparing to unpack .../078-libwayland-server0_1.21.0-1_amd64.deb ...
#22 21.40 Unpacking libwayland-server0:amd64 (1.21.0-1) ...
#22 21.53 Selecting previously unselected package libgbm1:amd64.
#22 21.55 Preparing to unpack .../079-libgbm1_22.3.6-1+deb12u1_amd64.deb ...
#22 21.56 Unpacking libgbm1:amd64 (22.3.6-1+deb12u1) ...
#22 21.70 Selecting previously unselected package libegl-mesa0:amd64.
#22 21.71 Preparing to unpack .../080-libegl-mesa0_22.3.6-1+deb12u1_amd64.deb ...
#22 21.73 Unpacking libegl-mesa0:amd64 (22.3.6-1+deb12u1) ...
#22 21.96 Selecting previously unselected package libegl1:amd64.
#22 21.98 Preparing to unpack .../081-libegl1_1.6.0-1_amd64.deb ...
#22 22.00 Unpacking libegl1:amd64 (1.6.0-1) ...
#22 22.20 Selecting previously unselected package libevdev2:amd64.
#22 22.22 Preparing to unpack .../082-libevdev2_1.13.0+dfsg-1_amd64.deb ...
#22 22.23 Unpacking libevdev2:amd64 (1.13.0+dfsg-1) ...
#22 22.37 Selecting previously unselected package libmtdev1:amd64.
#22 22.38 Preparing to unpack .../083-libmtdev1_1.1.6-1_amd64.deb ...
#22 22.40 Unpacking libmtdev1:amd64 (1.1.6-1) ...
#22 22.53 Selecting previously unselected package libgudev-1.0-0:amd64.
#22 22.55 Preparing to unpack .../084-libgudev-1.0-0_237-2_amd64.deb ...
#22 22.56 Unpacking libgudev-1.0-0:amd64 (237-2) ...
#22 22.67 Selecting previously unselected package libwacom-common.
#22 22.68 Preparing to unpack .../085-libwacom-common_2.6.0-1_all.deb ...
#22 22.70 Unpacking libwacom-common (2.6.0-1) ...
#22 22.89 Selecting previously unselected package libwacom9:amd64.
#22 22.91 Preparing to unpack .../086-libwacom9_2.6.0-1_amd64.deb ...
#22 22.92 Unpacking libwacom9:amd64 (2.6.0-1) ...
#22 23.04 Selecting previously unselected package libinput-bin.
#22 23.05 Preparing to unpack .../087-libinput-bin_1.22.1-1_amd64.deb ...
#22 23.07 Unpacking libinput-bin (1.22.1-1) ...
#22 23.22 Selecting previously unselected package libinput10:amd64.
#22 23.23 Preparing to unpack .../088-libinput10_1.22.1-1_amd64.deb ...
#22 23.25 Unpacking libinput10:amd64 (1.22.1-1) ...
#22 23.38 Selecting previously unselected package libmd4c0:amd64.
#22 23.40 Preparing to unpack .../089-libmd4c0_0.4.8-1_amd64.deb ...
#22 23.41 Unpacking libmd4c0:amd64 (0.4.8-1) ...
#22 23.55 Selecting previously unselected package libqt5network5:amd64.
#22 23.56 Preparing to unpack .../090-libqt5network5_5.15.8+dfsg-11+deb12u2_amd64.deb ...
#22 23.57 Unpacking libqt5network5:amd64 (5.15.8+dfsg-11+deb12u2) ...
#22 23.73 Selecting previously unselected package libxcb-icccm4:amd64.
#22 23.74 Preparing to unpack .../091-libxcb-icccm4_0.4.1-1.1_amd64.deb ...
#22 23.75 Unpacking libxcb-icccm4:amd64 (0.4.1-1.1) ...
#22 23.88 Selecting previously unselected package libxcb-util1:amd64.
#22 23.89 Preparing to unpack .../092-libxcb-util1_0.4.0-1+b1_amd64.deb ...
#22 23.90 Unpacking libxcb-util1:amd64 (0.4.0-1+b1) ...
#22 24.04 Selecting previously unselected package libxcb-image0:amd64.
#22 24.05 Preparing to unpack .../093-libxcb-image0_0.4.0-2_amd64.deb ...
#22 24.07 Unpacking libxcb-image0:amd64 (0.4.0-2) ...
#22 24.20 Selecting previously unselected package libxcb-keysyms1:amd64.
#22 24.21 Preparing to unpack .../094-libxcb-keysyms1_0.4.0-1+b2_amd64.deb ...
#22 24.24 Unpacking libxcb-keysyms1:amd64 (0.4.0-1+b2) ...
#22 24.39 Selecting previously unselected package libxcb-render-util0:amd64.
#22 24.40 Preparing to unpack .../095-libxcb-render-util0_0.3.9-1+b1_amd64.deb ...
#22 24.42 Unpacking libxcb-render-util0:amd64 (0.3.9-1+b1) ...
#22 24.55 Selecting previously unselected package libxcb-shape0:amd64.
#22 24.56 Preparing to unpack .../096-libxcb-shape0_1.15-1_amd64.deb ...
#22 24.58 Unpacking libxcb-shape0:amd64 (1.15-1) ...
#22 24.71 Selecting previously unselected package libxcb-xinerama0:amd64.
#22 24.73 Preparing to unpack .../097-libxcb-xinerama0_1.15-1_amd64.deb ...
#22 24.74 Unpacking libxcb-xinerama0:amd64 (1.15-1) ...
#22 24.86 Selecting previously unselected package libxcb-xinput0:amd64.
#22 24.87 Preparing to unpack .../098-libxcb-xinput0_1.15-1_amd64.deb ...
#22 24.89 Unpacking libxcb-xinput0:amd64 (1.15-1) ...
#22 25.02 Selecting previously unselected package libxcb-xkb1:amd64.
#22 25.03 Preparing to unpack .../099-libxcb-xkb1_1.15-1_amd64.deb ...
#22 25.05 Unpacking libxcb-xkb1:amd64 (1.15-1) ...
#22 25.19 Selecting previously unselected package libxkbcommon-x11-0:amd64.
#22 25.20 Preparing to unpack .../100-libxkbcommon-x11-0_1.5.0-1_amd64.deb ...
#22 25.22 Unpacking libxkbcommon-x11-0:amd64 (1.5.0-1) ...
#22 25.38 Selecting previously unselected package libqt5gui5:amd64.
#22 25.39 Preparing to unpack .../101-libqt5gui5_5.15.8+dfsg-11+deb12u2_amd64.deb ...
#22 25.42 Unpacking libqt5gui5:amd64 (5.15.8+dfsg-11+deb12u2) ...
#22 25.73 Selecting previously unselected package libqt5widgets5:amd64.
#22 25.74 Preparing to unpack .../102-libqt5widgets5_5.15.8+dfsg-11+deb12u2_amd64.deb ...
#22 25.76 Unpacking libqt5widgets5:amd64 (5.15.8+dfsg-11+deb12u2) ...
#22 26.01 Selecting previously unselected package libqt5xml5:amd64.
#22 26.02 Preparing to unpack .../103-libqt5xml5_5.15.8+dfsg-11+deb12u2_amd64.deb ...
#22 26.04 Unpacking libqt5xml5:amd64 (5.15.8+dfsg-11+deb12u2) ...
#22 26.17 Selecting previously unselected package libqt5designer5:amd64.
#22 26.19 Preparing to unpack .../104-libqt5designer5_5.15.8-2_amd64.deb ...
#22 26.20 Unpacking libqt5designer5:amd64 (5.15.8-2) ...
#22 26.44 Selecting previously unselected package libqt5sql5:amd64.
#22 26.45 Preparing to unpack .../105-libqt5sql5_5.15.8+dfsg-11+deb12u2_amd64.deb ...
#22 26.46 Unpacking libqt5sql5:amd64 (5.15.8+dfsg-11+deb12u2) ...
#22 26.62 Selecting previously unselected package libqt5help5:amd64.
#22 26.63 Preparing to unpack .../106-libqt5help5_5.15.8-2_amd64.deb ...
#22 26.65 Unpacking libqt5help5:amd64 (5.15.8-2) ...
#22 26.80 Selecting previously unselected package libqt5printsupport5:amd64.
#22 26.81 Preparing to unpack .../107-libqt5printsupport5_5.15.8+dfsg-11+deb12u2_amd64.deb ...
#22 26.83 Unpacking libqt5printsupport5:amd64 (5.15.8+dfsg-11+deb12u2) ...
#22 26.97 Selecting previously unselected package libqt5test5:amd64.
#22 26.99 Preparing to unpack .../108-libqt5test5_5.15.8+dfsg-11+deb12u2_amd64.deb ...
#22 27.00 Unpacking libqt5test5:amd64 (5.15.8+dfsg-11+deb12u2) ...
#22 27.14 Selecting previously unselected package python3-pyqt5.
#22 27.15 Preparing to unpack .../109-python3-pyqt5_5.15.9+dfsg-1_amd64.deb ...
#22 27.16 Unpacking python3-pyqt5 (5.15.9+dfsg-1) ...
#22 27.43 Selecting previously unselected package python3-pyqt6.sip.
#22 27.44 Preparing to unpack .../110-python3-pyqt6.sip_13.4.1-1_amd64.deb ...
#22 27.45 Unpacking python3-pyqt6.sip (13.4.1-1) ...
#22 27.57 Selecting previously unselected package libb2-1:amd64.
#22 27.59 Preparing to unpack .../111-libb2-1_0.98.1-1.1_amd64.deb ...
#22 27.60 Unpacking libb2-1:amd64 (0.98.1-1.1) ...
#22 27.74 Selecting previously unselected package libqt6core6:amd64.
#22 27.76 Preparing to unpack .../112-libqt6core6_6.4.2+dfsg-10_amd64.deb ...
#22 27.77 Unpacking libqt6core6:amd64 (6.4.2+dfsg-10) ...
#22 27.99 Selecting previously unselected package libqt6dbus6:amd64.
#22 28.00 Preparing to unpack .../113-libqt6dbus6_6.4.2+dfsg-10_amd64.deb ...
#22 28.02 Unpacking libqt6dbus6:amd64 (6.4.2+dfsg-10) ...
#22 28.17 Selecting previously unselected package libts0:amd64.
#22 28.18 Preparing to unpack .../114-libts0_1.22-1+b1_amd64.deb ...
#22 28.20 Unpacking libts0:amd64 (1.22-1+b1) ...
#22 28.34 Selecting previously unselected package libqt6gui6:amd64.
#22 28.36 Preparing to unpack .../115-libqt6gui6_6.4.2+dfsg-10_amd64.deb ...
#22 28.37 Unpacking libqt6gui6:amd64 (6.4.2+dfsg-10) ...
#22 28.65 Selecting previously unselected package libproxy1v5:amd64.
#22 28.66 Preparing to unpack .../116-libproxy1v5_0.4.18-1.2_amd64.deb ...
#22 28.68 Unpacking libproxy1v5:amd64 (0.4.18-1.2) ...
#22 28.81 Selecting previously unselected package libqt6network6:amd64.
#22 28.83 Preparing to unpack .../117-libqt6network6_6.4.2+dfsg-10_amd64.deb ...
#22 28.84 Unpacking libqt6network6:amd64 (6.4.2+dfsg-10) ...
#22 29.01 Selecting previously unselected package libqt6opengl6:amd64.
#22 29.02 Preparing to unpack .../118-libqt6opengl6_6.4.2+dfsg-10_amd64.deb ...
#22 29.03 Unpacking libqt6opengl6:amd64 (6.4.2+dfsg-10) ...
#22 29.20 Selecting previously unselected package libqt6widgets6:amd64.
#22 29.21 Preparing to unpack .../119-libqt6widgets6_6.4.2+dfsg-10_amd64.deb ...
#22 29.22 Unpacking libqt6widgets6:amd64 (6.4.2+dfsg-10) ...
#22 29.48 Selecting previously unselected package libqt6openglwidgets6:amd64.
#22 29.49 Preparing to unpack .../120-libqt6openglwidgets6_6.4.2+dfsg-10_amd64.deb ...
#22 29.51 Unpacking libqt6openglwidgets6:amd64 (6.4.2+dfsg-10) ...
#22 29.64 Selecting previously unselected package libqt6printsupport6:amd64.
#22 29.65 Preparing to unpack .../121-libqt6printsupport6_6.4.2+dfsg-10_amd64.deb ...
#22 29.66 Unpacking libqt6printsupport6:amd64 (6.4.2+dfsg-10) ...
#22 29.83 Selecting previously unselected package libqt6sql6:amd64.
#22 29.84 Preparing to unpack .../122-libqt6sql6_6.4.2+dfsg-10_amd64.deb ...
#22 29.86 Unpacking libqt6sql6:amd64 (6.4.2+dfsg-10) ...
#22 30.00 Selecting previously unselected package libqt6test6:amd64.
#22 30.01 Preparing to unpack .../123-libqt6test6_6.4.2+dfsg-10_amd64.deb ...
#22 30.03 Unpacking libqt6test6:amd64 (6.4.2+dfsg-10) ...
#22 30.18 Selecting previously unselected package libqt6xml6:amd64.
#22 30.19 Preparing to unpack .../124-libqt6xml6_6.4.2+dfsg-10_amd64.deb ...
#22 30.21 Unpacking libqt6xml6:amd64 (6.4.2+dfsg-10) ...
#22 30.35 Selecting previously unselected package python3-pyqt6.
#22 30.37 Preparing to unpack .../125-python3-pyqt6_6.4.2-1_amd64.deb ...
#22 30.38 Unpacking python3-pyqt6 (6.4.2-1) ...
#22 30.68 Selecting previously unselected package python3-decorator.
#22 30.69 Preparing to unpack .../126-python3-decorator_5.1.1-3_all.deb ...
#22 30.71 Unpacking python3-decorator (5.1.1-3) ...
#22 30.86 Selecting previously unselected package libopenblas0-pthread:amd64.
#22 30.87 Preparing to unpack .../127-libopenblas0-pthread_0.3.21+ds-4_amd64.deb ...
#22 30.89 Unpacking libopenblas0-pthread:amd64 (0.3.21+ds-4) ...
#22 31.27 Selecting previously unselected package libopenblas0:amd64.
#22 31.28 Preparing to unpack .../128-libopenblas0_0.3.21+ds-4_amd64.deb ...
#22 31.30 Unpacking libopenblas0:amd64 (0.3.21+ds-4) ...
#22 31.42 Selecting previously unselected package libopenblas-pthread-dev:amd64.
#22 31.44 Preparing to unpack .../129-libopenblas-pthread-dev_0.3.21+ds-4_amd64.deb ...
#22 31.45 Unpacking libopenblas-pthread-dev:amd64 (0.3.21+ds-4) ...
#22 31.74 Selecting previously unselected package libopenblas-dev:amd64.
#22 31.76 Preparing to unpack .../130-libopenblas-dev_0.3.21+ds-4_amd64.deb ...
#22 31.77 Unpacking libopenblas-dev:amd64 (0.3.21+ds-4) ...
#22 31.88 Selecting previously unselected package libpython3-all-dev:amd64.
#22 31.89 Preparing to unpack .../131-libpython3-all-dev_3.11.2-1+b1_amd64.deb ...
#22 31.91 Unpacking libpython3-all-dev:amd64 (3.11.2-1+b1) ...
#22 32.00 Selecting previously unselected package python3-all.
#22 32.02 Preparing to unpack .../132-python3-all_3.11.2-1+b1_amd64.deb ...
#22 32.03 Unpacking python3-all (3.11.2-1+b1) ...
#22 32.13 Selecting previously unselected package python3-all-dev.
#22 32.14 Preparing to unpack .../133-python3-all-dev_3.11.2-1+b1_amd64.deb ...
#22 32.16 Unpacking python3-all-dev (3.11.2-1+b1) ...
#22 32.26 Selecting previously unselected package libxsimd-dev:amd64.
#22 32.27 Preparing to unpack .../134-libxsimd-dev_8.1.0-7_amd64.deb ...
#22 32.29 Unpacking libxsimd-dev:amd64 (8.1.0-7) ...
#22 32.42 Selecting previously unselected package python3-gast.
#22 32.44 Preparing to unpack .../135-python3-gast_0.5.2-2_all.deb ...
#22 32.45 Unpacking python3-gast (0.5.2-2) ...
#22 32.57 Selecting previously unselected package python3-beniget.
#22 32.58 Preparing to unpack .../136-python3-beniget_0.4.1-3_all.deb ...
#22 32.60 Unpacking python3-beniget (0.4.1-3) ...
#22 32.73 Selecting previously unselected package python3-ply.
#22 32.74 Preparing to unpack .../137-python3-ply_3.11-5_all.deb ...
#22 32.75 Unpacking python3-ply (3.11-5) ...
#22 32.89 Selecting previously unselected package python3-pythran.
#22 32.90 Preparing to unpack .../138-python3-pythran_0.11.0+ds-7_amd64.deb ...
#22 32.91 Unpacking python3-pythran (0.11.0+ds-7) ...
#22 33.35 Selecting previously unselected package liblbfgsb0:amd64.
#22 33.36 Preparing to unpack .../139-liblbfgsb0_3.0+dfsg.4-1_amd64.deb ...
#22 33.38 Unpacking liblbfgsb0:amd64 (3.0+dfsg.4-1) ...
#22 33.55 Selecting previously unselected package python3-scipy.
#22 33.56 Preparing to unpack .../140-python3-scipy_1.10.1-2_amd64.deb ...
#22 33.58 Unpacking python3-scipy (1.10.1-2) ...
#22 34.27 Selecting previously unselected package pyqt5-dev-tools.
#22 34.28 Preparing to unpack .../141-pyqt5-dev-tools_5.15.9+dfsg-1_amd64.deb ...
#22 34.30 Unpacking pyqt5-dev-tools (5.15.9+dfsg-1) ...
#22 34.44 Selecting previously unselected package pyqt6-dev-tools.
#22 34.45 Preparing to unpack .../142-pyqt6-dev-tools_6.4.2-1_all.deb ...
#22 34.47 Unpacking pyqt6-dev-tools (6.4.2-1) ...
#22 34.60 Selecting previously unselected package qtchooser.
#22 34.61 Preparing to unpack .../143-qtchooser_66-2_amd64.deb ...
#22 34.62 Unpacking qtchooser (66-2) ...
#22 34.76 Selecting previously unselected package qtbase5-dev-tools.
#22 34.77 Preparing to unpack .../144-qtbase5-dev-tools_5.15.8+dfsg-11+deb12u2_amd64.deb ...
#22 34.79 Unpacking qtbase5-dev-tools (5.15.8+dfsg-11+deb12u2) ...
#22 34.95 Selecting previously unselected package qt6-base-dev-tools.
#22 34.96 Preparing to unpack .../145-qt6-base-dev-tools_6.4.2+dfsg-10_amd64.deb ...
#22 34.98 Unpacking qt6-base-dev-tools (6.4.2+dfsg-10) ...
#22 35.15 Selecting previously unselected package python3-pyqtgraph.
#22 35.16 Preparing to unpack .../146-python3-pyqtgraph_0.13.1-4_all.deb ...
#22 35.18 Unpacking python3-pyqtgraph (0.13.1-4) ...
#22 35.38 Selecting previously unselected package python3-contextlib2.
#22 35.39 Preparing to unpack .../147-python3-contextlib2_0.6.0.post1-3_all.deb ...
#22 35.41 Unpacking python3-contextlib2 (0.6.0.post1-3) ...
#22 35.53 Selecting previously unselected package python3-schema.
#22 35.54 Preparing to unpack .../148-python3-schema_0.7.5-1_all.deb ...
#22 35.55 Unpacking python3-schema (0.7.5-1) ...
#22 35.68 Selecting previously unselected package python3-sip.
#22 35.69 Preparing to unpack .../149-python3-sip_4.19.25+dfsg-5+b1_amd64.deb ...
#22 35.76 Unpacking python3-sip (4.19.25+dfsg-5+b1) ...
#22 36.18 Selecting previously unselected package python3-thrift.
#22 36.20 Preparing to unpack .../150-python3-thrift_0.17.0-2+b2_amd64.deb ...
#22 36.21 Unpacking python3-thrift (0.17.0-2+b2) ...
#22 36.33 Selecting previously unselected package python3-cffi-backend:amd64.
#22 36.34 Preparing to unpack .../151-python3-cffi-backend_1.15.1-5+b1_amd64.deb ...
#22 36.36 Unpacking python3-cffi-backend:amd64 (1.15.1-5+b1) ...
#22 36.49 Selecting previously unselected package python3-py.
#22 36.51 Preparing to unpack .../152-python3-py_1.11.0-1_all.deb ...
#22 36.52 Unpacking python3-py (1.11.0-1) ...
#22 36.66 Selecting previously unselected package python3-zmq.
#22 36.67 Preparing to unpack .../153-python3-zmq_24.0.1-4+b1_amd64.deb ...
#22 36.69 Unpacking python3-zmq (24.0.1-4+b1) ...
#22 36.86 Selecting previously unselected package libfmt9:amd64.
#22 36.87 Preparing to unpack .../154-libfmt9_9.1.0+ds1-2_amd64.deb ...
#22 36.89 Unpacking libfmt9:amd64 (9.1.0+ds1-2) ...
#22 37.03 Selecting previously unselected package libgnuradio-pmt3.10.5:amd64.
#22 37.04 Preparing to unpack .../155-libgnuradio-pmt3.10.5_3.10.5.1-3_amd64.deb ...
#22 37.06 Unpacking libgnuradio-pmt3.10.5:amd64 (3.10.5.1-3) ...
#22 37.19 Selecting previously unselected package libspdlog1.10:amd64.
#22 37.21 Preparing to unpack .../156-libspdlog1.10_1%3a1.10.0+ds-0.4_amd64.deb ...
#22 37.22 Unpacking libspdlog1.10:amd64 (1:1.10.0+ds-0.4) ...
#22 37.36 Selecting previously unselected package libthrift-0.17.0:amd64.
#22 37.37 Preparing to unpack .../157-libthrift-0.17.0_0.17.0-2+b2_amd64.deb ...
#22 37.39 Unpacking libthrift-0.17.0:amd64 (0.17.0-2+b2) ...
#22 37.53 Selecting previously unselected package libunwind8:amd64.
#22 37.54 Preparing to unpack .../158-libunwind8_1.6.2-3_amd64.deb ...
#22 37.56 Unpacking libunwind8:amd64 (1.6.2-3) ...
#22 37.68 Selecting previously unselected package libgnuradio-runtime3.10.5:amd64.
#22 37.70 Preparing to unpack .../159-libgnuradio-runtime3.10.5_3.10.5.1-3_amd64.deb ...
#22 37.71 Unpacking libgnuradio-runtime3.10.5:amd64 (3.10.5.1-3) ...
#22 37.88 Selecting previously unselected package libogg0:amd64.
#22 37.89 Preparing to unpack .../160-libogg0_1.3.5-3_amd64.deb ...
#22 37.90 Unpacking libogg0:amd64 (1.3.5-3) ...
#22 38.04 Selecting previously unselected package libflac12:amd64.
#22 38.05 Preparing to unpack .../161-libflac12_1.4.2+ds-2_amd64.deb ...
#22 38.07 Unpacking libflac12:amd64 (1.4.2+ds-2) ...
#22 38.22 Selecting previously unselected package libmp3lame0:amd64.
#22 38.23 Preparing to unpack .../162-libmp3lame0_3.100-6_amd64.deb ...
#22 38.24 Unpacking libmp3lame0:amd64 (3.100-6) ...
#22 38.39 Selecting previously unselected package libmpg123-0:amd64.
#22 38.40 Preparing to unpack .../163-libmpg123-0_1.31.2-1+deb12u1_amd64.deb ...
#22 38.42 Unpacking libmpg123-0:amd64 (1.31.2-1+deb12u1) ...
#22 38.56 Selecting previously unselected package libopus0:amd64.
#22 38.57 Preparing to unpack .../164-libopus0_1.3.1-3_amd64.deb ...
#22 38.77 Unpacking libopus0:amd64 (1.3.1-3) ...
#22 39.00 Selecting previously unselected package libvorbis0a:amd64.
#22 39.01 Preparing to unpack .../165-libvorbis0a_1.3.7-1_amd64.deb ...
#22 39.03 Unpacking libvorbis0a:amd64 (1.3.7-1) ...
#22 39.20 Selecting previously unselected package libvorbisenc2:amd64.
#22 39.22 Preparing to unpack .../166-libvorbisenc2_1.3.7-1_amd64.deb ...
#22 39.23 Unpacking libvorbisenc2:amd64 (1.3.7-1) ...
#22 39.37 Selecting previously unselected package libsndfile1:amd64.
#22 39.38 Preparing to unpack .../167-libsndfile1_1.2.0-1_amd64.deb ...
#22 39.40 Unpacking libsndfile1:amd64 (1.2.0-1) ...
#22 39.54 Selecting previously unselected package libgnuradio-blocks3.10.5:amd64.
#22 39.55 Preparing to unpack .../168-libgnuradio-blocks3.10.5_3.10.5.1-3_amd64.deb ...
#22 39.56 Unpacking libgnuradio-blocks3.10.5:amd64 (3.10.5.1-3) ...
#22 39.73 Selecting previously unselected package libgnuradio-fft3.10.5:amd64.
#22 39.74 Preparing to unpack .../169-libgnuradio-fft3.10.5_3.10.5.1-3_amd64.deb ...
#22 39.76 Unpacking libgnuradio-fft3.10.5:amd64 (3.10.5.1-3) ...
#22 39.89 Selecting previously unselected package libgnuradio-analog3.10.5:amd64.
#22 39.91 Preparing to unpack .../170-libgnuradio-analog3.10.5_3.10.5.1-3_amd64.deb ...
#22 39.92 Unpacking libgnuradio-analog3.10.5:amd64 (3.10.5.1-3) ...
#22 40.06 Selecting previously unselected package libsamplerate0:amd64.
#22 40.08 Preparing to unpack .../171-libsamplerate0_0.2.2-3_amd64.deb ...
#22 40.09 Unpacking libsamplerate0:amd64 (0.2.2-3) ...
#22 40.28 Selecting previously unselected package libjack-jackd2-0:amd64.
#22 40.30 Preparing to unpack .../172-libjack-jackd2-0_1.9.21~dfsg-3_amd64.deb ...
#22 40.31 Unpacking libjack-jackd2-0:amd64 (1.9.21~dfsg-3) ...
#22 40.46 Selecting previously unselected package libportaudio2:amd64.
#22 40.48 Preparing to unpack .../173-libportaudio2_19.6.0-1.2_amd64.deb ...
#22 40.49 Unpacking libportaudio2:amd64 (19.6.0-1.2) ...
#22 40.62 Selecting previously unselected package libgnuradio-audio3.10.5:amd64.
#22 40.63 Preparing to unpack .../174-libgnuradio-audio3.10.5_3.10.5.1-3_amd64.deb ...
#22 40.65 Unpacking libgnuradio-audio3.10.5:amd64 (3.10.5.1-3) ...
#22 40.79 Selecting previously unselected package libgnuradio-filter3.10.5:amd64.
#22 40.80 Preparing to unpack .../175-libgnuradio-filter3.10.5_3.10.5.1-3_amd64.deb ...
#22 40.81 Unpacking libgnuradio-filter3.10.5:amd64 (3.10.5.1-3) ...
#22 41.37 Selecting previously unselected package libgnuradio-channels3.10.5:amd64.
#22 41.39 Preparing to unpack .../176-libgnuradio-channels3.10.5_3.10.5.1-3_amd64.deb ...
#22 41.40 Unpacking libgnuradio-channels3.10.5:amd64 (3.10.5.1-3) ...
#22 41.54 Selecting previously unselected package libgnuradio-digital3.10.5:amd64.
#22 41.55 Preparing to unpack .../177-libgnuradio-digital3.10.5_3.10.5.1-3_amd64.deb ...
#22 41.57 Unpacking libgnuradio-digital3.10.5:amd64 (3.10.5.1-3) ...
#22 41.72 Selecting previously unselected package libgslcblas0:amd64.
#22 41.74 Preparing to unpack .../178-libgslcblas0_2.7.1+dfsg-5_amd64.deb ...
#22 41.75 Unpacking libgslcblas0:amd64 (2.7.1+dfsg-5) ...
#22 41.91 Selecting previously unselected package libgsl27:amd64.
#22 41.92 Preparing to unpack .../179-libgsl27_2.7.1+dfsg-5_amd64.deb ...
#22 41.93 Unpacking libgsl27:amd64 (2.7.1+dfsg-5) ...
#22 42.11 Selecting previously unselected package libgnuradio-fec3.10.5:amd64.
#22 42.12 Preparing to unpack .../180-libgnuradio-fec3.10.5_3.10.5.1-3_amd64.deb ...
#22 42.14 Unpacking libgnuradio-fec3.10.5:amd64 (3.10.5.1-3) ...
#22 42.28 Selecting previously unselected package libgnuradio-dtv3.10.5:amd64.
#22 42.29 Preparing to unpack .../181-libgnuradio-dtv3.10.5_3.10.5.1-3_amd64.deb ...
#22 42.31 Unpacking libgnuradio-dtv3.10.5:amd64 (3.10.5.1-3) ...
#22 42.46 Selecting previously unselected package libiio0:amd64.
#22 42.47 Preparing to unpack .../182-libiio0_0.24-4_amd64.deb ...
#22 42.49 Unpacking libiio0:amd64 (0.24-4) ...
#22 42.61 Selecting previously unselected package libad9361-0:amd64.
#22 42.63 Preparing to unpack .../183-libad9361-0_0.2-1_amd64.deb ...
#22 42.64 Unpacking libad9361-0:amd64 (0.2-1) ...
#22 42.77 Selecting previously unselected package libgnuradio-iio3.10.5:amd64.
#22 42.79 Preparing to unpack .../184-libgnuradio-iio3.10.5_3.10.5.1-3_amd64.deb ...
#22 42.80 Unpacking libgnuradio-iio3.10.5:amd64 (3.10.5.1-3) ...
#22 42.94 Selecting previously unselected package libgnuradio-network3.10.5:amd64.
#22 42.95 Preparing to unpack .../185-libgnuradio-network3.10.5_3.10.5.1-3_amd64.deb ...
#22 42.97 Unpacking libgnuradio-network3.10.5:amd64 (3.10.5.1-3) ...
#22 43.11 Selecting previously unselected package libgnuradio-pdu3.10.5:amd64.
#22 43.12 Preparing to unpack .../186-libgnuradio-pdu3.10.5_3.10.5.1-3_amd64.deb ...
#22 43.13 Unpacking libgnuradio-pdu3.10.5:amd64 (3.10.5.1-3) ...
#22 43.27 Selecting previously unselected package libqt5opengl5:amd64.
#22 43.28 Preparing to unpack .../187-libqt5opengl5_5.15.8+dfsg-11+deb12u2_amd64.deb ...
#22 43.30 Unpacking libqt5opengl5:amd64 (5.15.8+dfsg-11+deb12u2) ...
#22 43.44 Selecting previously unselected package libqt5svg5:amd64.
#22 43.46 Preparing to unpack .../188-libqt5svg5_5.15.8-3_amd64.deb ...
#22 43.47 Unpacking libqt5svg5:amd64 (5.15.8-3) ...
#22 43.62 Selecting previously unselected package libqwt-qt5-6.
#22 43.63 Preparing to unpack .../189-libqwt-qt5-6_6.1.4-2_amd64.deb ...
#22 43.65 Unpacking libqwt-qt5-6 (6.1.4-2) ...
#22 43.80 Selecting previously unselected package libgnuradio-qtgui3.10.5:amd64.
#22 43.81 Preparing to unpack .../190-libgnuradio-qtgui3.10.5_3.10.5.1-3_amd64.deb ...
#22 43.83 Unpacking libgnuradio-qtgui3.10.5:amd64 (3.10.5.1-3) ...
#22 43.98 Selecting previously unselected package libgnuradio-soapy3.10.5:amd64.
#22 43.99 Preparing to unpack .../191-libgnuradio-soapy3.10.5_3.10.5.1-3_amd64.deb ...
#22 44.01 Unpacking libgnuradio-soapy3.10.5:amd64 (3.10.5.1-3) ...
#22 44.14 Selecting previously unselected package libgnuradio-trellis3.10.5:amd64.
#22 44.16 Preparing to unpack .../192-libgnuradio-trellis3.10.5_3.10.5.1-3_amd64.deb ...
#22 44.17 Unpacking libgnuradio-trellis3.10.5:amd64 (3.10.5.1-3) ...
#22 44.31 Selecting previously unselected package libgnuradio-uhd3.10.5:amd64.
#22 44.32 Preparing to unpack .../193-libgnuradio-uhd3.10.5_3.10.5.1-3_amd64.deb ...
#22 44.34 Unpacking libgnuradio-uhd3.10.5:amd64 (3.10.5.1-3) ...
#22 44.48 Selecting previously unselected package libslang2:amd64.
#22 44.49 Preparing to unpack .../194-libslang2_2.3.3-3_amd64.deb ...
#22 44.51 Unpacking libslang2:amd64 (2.3.3-3) ...
#22 44.67 Selecting previously unselected package libcaca0:amd64.
#22 44.68 Preparing to unpack .../195-libcaca0_0.99.beta20-3_amd64.deb ...
#22 44.70 Unpacking libcaca0:amd64 (0.99.beta20-3) ...
#22 44.84 Selecting previously unselected package libasyncns0:amd64.
#22 44.86 Preparing to unpack .../196-libasyncns0_0.8-6+b3_amd64.deb ...
#22 44.87 Unpacking libasyncns0:amd64 (0.8-6+b3) ...
#22 45.05 Selecting previously unselected package libpulse0:amd64.
#22 45.06 Preparing to unpack .../197-libpulse0_16.1+dfsg1-2+b1_amd64.deb ...
#22 45.09 Unpacking libpulse0:amd64 (16.1+dfsg1-2+b1) ...
#22 45.25 Selecting previously unselected package libsdl1.2debian:amd64.
#22 45.26 Preparing to unpack .../198-libsdl1.2debian_1.2.15+dfsg2-8_amd64.deb ...
#22 45.28 Unpacking libsdl1.2debian:amd64 (1.2.15+dfsg2-8) ...
#22 45.43 Selecting previously unselected package libgnuradio-video-sdl3.10.5:amd64.
#22 45.44 Preparing to unpack .../199-libgnuradio-video-sdl3.10.5_3.10.5.1-3_amd64.deb ...
#22 45.46 Unpacking libgnuradio-video-sdl3.10.5:amd64 (3.10.5.1-3) ...
#22 45.60 Selecting previously unselected package libcodec2-1.0:amd64.
#22 45.61 Preparing to unpack .../200-libcodec2-1.0_1.0.5-1_amd64.deb ...
#22 45.63 Unpacking libcodec2-1.0:amd64 (1.0.5-1) ...
#22 46.18 Selecting previously unselected package libgnuradio-vocoder3.10.5:amd64.
#22 46.20 Preparing to unpack .../201-libgnuradio-vocoder3.10.5_3.10.5.1-3_amd64.deb ...
#22 46.40 Unpacking libgnuradio-vocoder3.10.5:amd64 (3.10.5.1-3) ...
#22 46.70 Selecting previously unselected package libgnuradio-wavelet3.10.5:amd64.
#22 46.71 Preparing to unpack .../202-libgnuradio-wavelet3.10.5_3.10.5.1-3_amd64.deb ...
#22 46.73 Unpacking libgnuradio-wavelet3.10.5:amd64 (3.10.5.1-3) ...
#22 46.85 Selecting previously unselected package libgnuradio-zeromq3.10.5:amd64.
#22 46.86 Preparing to unpack .../203-libgnuradio-zeromq3.10.5_3.10.5.1-3_amd64.deb ...
#22 46.88 Unpacking libgnuradio-zeromq3.10.5:amd64 (3.10.5.1-3) ...
#22 47.03 Selecting previously unselected package gnuradio.
#22 47.04 Preparing to unpack .../204-gnuradio_3.10.5.1-3_amd64.deb ...
#22 47.05 Unpacking gnuradio (3.10.5.1-3) ...
#22 47.55 Setting up libb2-1:amd64 (0.98.1-1.1) ...
#22 47.62 Setting up libxcb-dri3-0:amd64 (1.15-1) ...
#22 47.70 Setting up python3-attr (22.2.0-1) ...
#22 47.88 Setting up libwayland-server0:amd64 (1.21.0-1) ...
#22 47.93 Setting up gtk-update-icon-cache (3.24.38-2~deb12u3) ...
#22 47.97 Setting up libx11-xcb1:amd64 (2:1.8.4-2+deb12u2) ...
#22 48.02 Setting up libdouble-conversion3:amd64 (3.2.1-1) ...
#22 48.07 Setting up libproxy1v5:amd64 (0.4.18-1.2) ...
#22 48.11 Setting up fonts-mathjax (2.7.9+dfsg-1) ...
#22 48.16 Setting up libcodec2-1.0:amd64 (1.0.5-1) ...
#22 48.20 Setting up libxdamage1:amd64 (1:1.1.6-1) ...
#22 48.25 Setting up libopenblas0-pthread:amd64 (0.3.21+ds-4) ...
#22 48.29 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 48.30 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 48.31 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 48.34 Setting up libmpg123-0:amd64 (1.31.2-1+deb12u1) ...
#22 48.38 Setting up libxcb-xfixes0:amd64 (1.15-1) ...
#22 48.43 Setting up libogg0:amd64 (1.3.5-3) ...
#22 48.47 Setting up python3-cairo:amd64 (1.20.1-5+b1) ...
#22 48.62 Setting up hicolor-icon-theme (0.17-2) ...
#22 48.70 Setting up libjs-mathjax (2.7.9+dfsg-1) ...
#22 48.74 Setting up libxcb-xinput0:amd64 (1.15-1) ...
#22 48.79 Setting up python3-py (1.11.0-1) ...
#22 48.99 Setting up libvte-2.91-common (0.70.6-2~deb12u1) ...
#22 49.09 Setting up libgslcblas0:amd64 (2.7.1+dfsg-5) ...
#22 49.20 Setting up python3-colorama (0.4.6-2) ...
#22 49.38 Setting up libglvnd0:amd64 (1.6.0-1) ...
#22 49.43 Setting up libxcb-glx0:amd64 (1.15-1) ...
#22 49.48 Setting up python3-ply (3.11-5) ...
#22 49.66 Setting up libiio0:amd64 (0.24-4) ...
#22 49.71 Setting up libxcb-keysyms1:amd64 (0.4.0-1+b2) ...
#22 49.76 Setting up libxcb-shape0:amd64 (1.15-1) ...
#22 49.81 Setting up python3-gast (0.5.2-2) ...
#22 49.98 Setting up libgsl27:amd64 (2.7.1+dfsg-5) ...
#22 50.07 Setting up libxcb-render-util0:amd64 (0.3.9-1+b1) ...
#22 50.11 Setting up python3-all (3.11.2-1+b1) ...
#22 50.16 Setting up xkb-data (2.35.1-1) ...
#22 50.21 Setting up python3-contextlib2 (0.6.0.post1-3) ...
#22 50.36 Setting up libxcb-icccm4:amd64 (0.4.1-1.1) ...
#22 50.41 Setting up libatspi2.0-0:amd64 (2.46.0-5) ...
#22 50.45 Setting up python3-click (8.1.3-2) ...
#22 50.65 Setting up libqt6core6:amd64 (6.4.2+dfsg-10) ...
#22 50.69 Setting up libunwind8:amd64 (1.6.2-3) ...
#22 50.74 Setting up python3-thrift (0.17.0-2+b2) ...
#22 50.92 Setting up libts0:amd64 (1.22-1+b1) ...
#22 50.99 Setting up libcolord2:amd64 (1.4.6-2.2) ...
#22 51.03 Setting up gnome-terminal-data (3.46.8-1) ...
#22 51.08 Setting up libopengl0:amd64 (1.6.0-1) ...
#22 51.12 Setting up libxcb-util1:amd64 (0.4.0-1+b1) ...
#22 51.17 Setting up libxxf86vm1:amd64 (1:1.1.4-1+b2) ...
#22 51.21 Setting up libxcb-xkb1:amd64 (1.15-1) ...
#22 51.26 Setting up libxcb-image0:amd64 (0.4.0-2) ...
#22 51.31 Setting up libxcb-present0:amd64 (1.15-1) ...
#22 51.37 Setting up libdconf1:amd64 (0.40.0-4) ...
#22 51.43 Setting up python3-beniget (0.4.1-3) ...
#22 51.85 Setting up libxsimd-dev:amd64 (8.1.0-7) ...
#22 52.03 Setting up python3-decorator (5.1.1-3) ...
#22 52.19 Setting up python3-packaging (23.0-1) ...
#22 52.37 Setting up libxcb-xinerama0:amd64 (1.15-1) ...
#22 52.42 Setting up libflac12:amd64 (1.4.2+ds-2) ...
#22 52.46 Setting up libslang2:amd64 (2.3.3-3) ...
#22 52.51 Setting up libqt6xml6:amd64 (6.4.2+dfsg-10) ...
#22 52.56 Setting up adwaita-icon-theme (43-1) ...
#22 52.68 update-alternatives: using /usr/share/icons/Adwaita/cursor.theme to provide /usr/share/icons/default/index.theme (x-cursor-theme) in auto mode
#22 52.70 Setting up libqt6sql6:amd64 (6.4.2+dfsg-10) ...
#22 52.75 Setting up libepoxy0:amd64 (1.5.10-1) ...
#22 52.79 Setting up libxfixes3:amd64 (1:6.0.0-2) ...
#22 52.84 Setting up libxcb-sync1:amd64 (1.15-1) ...
#22 52.89 Setting up libpython3-all-dev:amd64 (3.11.2-1+b1) ...
#22 52.94 Setting up libopus0:amd64 (1.3.1-3) ...
#22 52.98 Setting up libxinerama1:amd64 (2:1.1.4-3) ...
#22 53.03 Setting up libvorbis0a:amd64 (1.3.7-1) ...
#22 53.07 Setting up castxml (0.5.1-1) ...
#22 53.12 Setting up libxrandr2:amd64 (2:1.5.2-2+b1) ...
#22 53.17 Setting up liborc-0.4-0:amd64 (1:0.4.33-2) ...
#22 53.21 Setting up python3-click-plugins (1.1.1-4) ...
#22 53.37 Setting up libqt5core5a:amd64 (5.15.8+dfsg-11+deb12u2) ...
#22 53.43 Setting up libglapi-mesa:amd64 (22.3.6-1+deb12u1) ...
#22 53.48 Setting up libmtdev1:amd64 (1.1.6-1) ...
#22 53.52 Setting up libfmt9:amd64 (9.1.0+ds1-2) ...
#22 53.57 Setting up libxcb-dri2-0:amd64 (1.15-1) ...
#22 53.62 Setting up python3-pyqt5.sip (12.11.1-1) ...
#22 53.66 Setting up python3-pyrsistent:amd64 (0.18.1-1+b3) ...
#22 53.83 Setting up libopenblas0:amd64 (0.3.21+ds-4) ...
#22 53.88 Setting up libasyncns0:amd64 (0.8-6+b3) ...
#22 53.92 Setting up libxshmfence1:amd64 (1.3-1) ...
#22 53.97 Setting up python3-lxml:amd64 (4.9.2-1+b1) ...
#22 54.21 Setting up at-spi2-common (2.46.0-5) ...
#22 54.26 Setting up libqt5dbus5:amd64 (5.15.8+dfsg-11+deb12u2) ...
#22 54.30 Setting up python3-schema (0.7.5-1) ...
#22 54.46 Setting up libxcb-randr0:amd64 (1.15-1) ...
#22 54.51 Setting up libllvm15:amd64 (1:15.0.6-4+b1) ...
#22 54.56 Setting up libmd4c0:amd64 (0.4.8-1) ...
#22 54.60 Setting up libatk1.0-0:amd64 (2.46.0-5) ...
#22 54.65 Setting up libglu1-mesa:amd64 (9.0.2-1.1) ...
#22 54.69 Setting up libwayland-egl1:amd64 (1.21.0-1) ...
#22 54.74 Setting up python3-pygccxml (2.2.1-1) ...
#22 54.96 Setting up python3-pyqt6.sip (13.4.1-1) ...
#22 55.01 Setting up libsamplerate0:amd64 (0.2.2-3) ...
#22 55.05 Setting up libqt5test5:amd64 (5.15.8+dfsg-11+deb12u2) ...
#22 55.10 Setting up python3-gi-cairo (3.42.2-3+b1) ...
#22 55.15 Setting up libdrm-common (2.4.114-1) ...
#22 55.20 Setting up libxcomposite1:amd64 (1:0.4.5-1) ...
#22 55.25 Setting up libevdev2:amd64 (1.13.0+dfsg-1) ...
#22 55.30 Setting up libgudev-1.0-0:amd64 (237-2) ...
#22 55.35 Setting up qtchooser (66-2) ...
#22 55.40 Setting up libmp3lame0:amd64 (3.100-6) ...
#22 55.45 Setting up python3-cffi-backend:amd64 (1.15.1-5+b1) ...
#22 55.50 Setting up libvorbisenc2:amd64 (1.3.7-1) ...
#22 55.55 Setting up libqt6dbus6:amd64 (6.4.2+dfsg-10) ...
#22 55.61 Setting up liblbfgsb0:amd64 (3.0+dfsg.4-1) ...
#22 55.66 Setting up libwacom-common (2.6.0-1) ...
#22 55.70 Setting up python3-sip (4.19.25+dfsg-5+b1) ...
#22 55.88 Setting up libxkbcommon0:amd64 (1.5.0-1) ...
#22 55.92 Setting up libwayland-client0:amd64 (1.21.0-1) ...
#22 55.97 Setting up libspdlog1.10:amd64 (1:1.10.0+ds-0.4) ...
#22 56.02 Setting up libopenblas-pthread-dev:amd64 (0.3.21+ds-4) ...
#22 56.05 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 56.06 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 56.07 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 56.10 Setting up python3-all-dev (3.11.2-1+b1) ...
#22 56.15 Setting up libqt6test6:amd64 (6.4.2+dfsg-10) ...
#22 56.19 Setting up libad9361-0:amd64 (0.2-1) ...
#22 56.24 Setting up libcaca0:amd64 (0.99.beta20-3) ...
#22 56.30 Setting up qt6-base-dev-tools (6.4.2+dfsg-10) ...
#22 56.35 Setting up libwacom9:amd64 (2.6.0-1) ...
#22 56.40 Setting up libxcursor1:amd64 (1:1.2.1-1) ...
#22 56.44 Setting up dconf-service (0.40.0-4) ...
#22 56.49 Setting up libqt5network5:amd64 (5.15.8+dfsg-11+deb12u2) ...
#22 56.53 Setting up libinput-bin (1.22.1-1) ...
#22 56.58 Setting up libqt5sql5:amd64 (5.15.8+dfsg-11+deb12u2) ...
#22 56.63 Setting up libatk-bridge2.0-0:amd64 (2.46.0-5) ...
#22 56.68 Setting up qtbase5-dev-tools (5.15.8+dfsg-11+deb12u2) ...
#22 56.89 Setting up libopenblas-dev:amd64 (0.3.21+ds-4) ...
#22 56.94 Setting up libqt5xml5:amd64 (5.15.8+dfsg-11+deb12u2) ...
#22 56.99 Setting up python3-jsonschema (4.10.3-1) ...
#22 57.19 Setting up python3-zmq (24.0.1-4+b1) ...
#22 57.42 Setting up libxkbcommon-x11-0:amd64 (1.5.0-1) ...
#22 57.47 Setting up libvolk2.5:amd64 (2.5.2-3) ...
#22 57.52 Setting up libjack-jackd2-0:amd64 (1.9.21~dfsg-3) ...
#22 57.56 Setting up libdrm2:amd64 (2.4.114-1+b1) ...
#22 57.61 Setting up python3-pythran (0.11.0+ds-7) ...
#22 57.92 Setting up libwayland-cursor0:amd64 (1.21.0-1) ...
#22 57.97 Setting up libqt6network6:amd64 (6.4.2+dfsg-10) ...
#22 58.01 Setting up libgnuradio-pmt3.10.5:amd64 (3.10.5.1-3) ...
#22 58.06 Setting up libsndfile1:amd64 (1.2.0-1) ...
#22 58.11 Setting up libdrm-amdgpu1:amd64 (2.4.114-1+b1) ...
#22 58.15 Setting up libinput10:amd64 (1.22.1-1) ...
#22 58.20 Setting up libportaudio2:amd64 (19.6.0-1.2) ...
#22 58.24 Setting up libdrm-nouveau2:amd64 (2.4.114-1+b1) ...
#22 58.29 Setting up python3-scipy (1.10.1-2) ...
#22 59.84 Setting up libvolk2-bin (2.5.2-3) ...
#22 60.01 Setting up dconf-gsettings-backend:amd64 (0.40.0-4) ...
#22 60.05 Setting up libgbm1:amd64 (22.3.6-1+deb12u1) ...
#22 60.10 Setting up libpulse0:amd64 (16.1+dfsg1-2+b1) ...
#22 60.17 Setting up libdrm-radeon1:amd64 (2.4.114-1+b1) ...
#22 60.22 Setting up libdrm-intel1:amd64 (2.4.114-1+b1) ...
#22 60.26 Setting up libgl1-mesa-dri:amd64 (22.3.6-1+deb12u1) ...
#22 60.32 Setting up libthrift-0.17.0:amd64 (0.17.0-2+b2) ...
#22 60.36 Setting up libegl-mesa0:amd64 (22.3.6-1+deb12u1) ...
#22 60.41 Setting up libsdl1.2debian:amd64 (1.2.15+dfsg2-8) ...
#22 60.46 Setting up libegl1:amd64 (1.6.0-1) ...
#22 60.50 Setting up libgnuradio-runtime3.10.5:amd64 (3.10.5.1-3) ...
#22 60.55 Setting up libgtk-3-common (3.24.38-2~deb12u3) ...
#22 60.61 Setting up gsettings-desktop-schemas (43.0-1) ...
#22 60.66 Setting up libgnuradio-blocks3.10.5:amd64 (3.10.5.1-3) ...
#22 60.70 Setting up libgnuradio-trellis3.10.5:amd64 (3.10.5.1-3) ...
#22 60.75 Setting up libglx-mesa0:amd64 (22.3.6-1+deb12u1) ...
#22 60.79 Setting up libgnuradio-vocoder3.10.5:amd64 (3.10.5.1-3) ...
#22 60.84 Setting up libgnuradio-iio3.10.5:amd64 (3.10.5.1-3) ...
#22 60.89 Setting up libglx0:amd64 (1.6.0-1) ...
#22 60.93 Setting up libgnuradio-fec3.10.5:amd64 (3.10.5.1-3) ...
#22 60.98 Setting up libgnuradio-pdu3.10.5:amd64 (3.10.5.1-3) ...
#22 61.08 Setting up libgnuradio-uhd3.10.5:amd64 (3.10.5.1-3) ...
#22 61.15 Setting up libgnuradio-network3.10.5:amd64 (3.10.5.1-3) ...
#22 61.20 Setting up libgnuradio-video-sdl3.10.5:amd64 (3.10.5.1-3) ...
#22 61.25 Setting up libgl1:amd64 (1.6.0-1) ...
#22 61.29 Setting up libqt6gui6:amd64 (6.4.2+dfsg-10) ...
#22 61.34 Setting up libgnuradio-fft3.10.5:amd64 (3.10.5.1-3) ...
#22 61.39 Setting up libgnuradio-filter3.10.5:amd64 (3.10.5.1-3) ...
#22 61.44 Setting up libgnuradio-soapy3.10.5:amd64 (3.10.5.1-3) ...
#22 61.48 Setting up libgnuradio-wavelet3.10.5:amd64 (3.10.5.1-3) ...
#22 61.53 Setting up libgl1-mesa-glx:amd64 (22.3.6-1+deb12u1) ...
#22 61.58 Setting up libgnuradio-audio3.10.5:amd64 (3.10.5.1-3) ...
#22 61.62 Setting up libgnuradio-zeromq3.10.5:amd64 (3.10.5.1-3) ...
#22 61.67 Setting up libgnuradio-dtv3.10.5:amd64 (3.10.5.1-3) ...
#22 61.72 Setting up libqt5gui5:amd64 (5.15.8+dfsg-11+deb12u2) ...
#22 61.77 Setting up libqt6opengl6:amd64 (6.4.2+dfsg-10) ...
#22 61.90 Setting up libgnuradio-analog3.10.5:amd64 (3.10.5.1-3) ...
#22 62.71 Setting up libqt5widgets5:amd64 (5.15.8+dfsg-11+deb12u2) ...
#22 62.75 Setting up python3-opengl (3.1.6+dfsg-3) ...
#22 63.96 Setting up libqt5help5:amd64 (5.15.8-2) ...
#22 64.02 Setting up libgnuradio-digital3.10.5:amd64 (3.10.5.1-3) ...
#22 64.07 Setting up libqt6widgets6:amd64 (6.4.2+dfsg-10) ...
#22 64.12 Setting up libqt5printsupport5:amd64 (5.15.8+dfsg-11+deb12u2) ...
#22 64.17 Setting up libqt5opengl5:amd64 (5.15.8+dfsg-11+deb12u2) ...
#22 64.22 Setting up libqt6openglwidgets6:amd64 (6.4.2+dfsg-10) ...
#22 64.26 Setting up libgnuradio-channels3.10.5:amd64 (3.10.5.1-3) ...
#22 64.31 Setting up libqt6printsupport6:amd64 (6.4.2+dfsg-10) ...
#22 64.36 Setting up libqt5designer5:amd64 (5.15.8-2) ...
#22 64.41 Setting up python3-pyqt6 (6.4.2-1) ...
#22 64.57 Setting up pyqt6-dev-tools (6.4.2-1) ...
#22 64.75 Setting up libqt5svg5:amd64 (5.15.8-3) ...
#22 64.80 Setting up libqwt-qt5-6 (6.1.4-2) ...
#22 64.84 Setting up libgnuradio-qtgui3.10.5:amd64 (3.10.5.1-3) ...
#22 64.91 Setting up python3-pyqt5 (5.15.9+dfsg-1) ...
#22 65.10 Setting up pyqt5-dev-tools (5.15.9+dfsg-1) ...
#22 65.26 Setting up python3-pyqtgraph (0.13.1-4) ...
#22 65.76 Processing triggers for libc-bin (2.36-9+deb12u9) ...
#22 65.84 Processing triggers for man-db (2.11.2-2) ...
#22 65.89 Processing triggers for shared-mime-info (2.2-1) ...
#22 73.44 Processing triggers for mailcap (3.70+nmu1) ...
#22 73.49 Processing triggers for fontconfig (2.14.1-4) ...
#22 73.76 Processing triggers for libglib2.0-0:amd64 (2.74.6-2+deb12u4) ...
#22 73.84 Setting up libgtk-3-0:amd64 (3.24.38-2~deb12u3) ...
#22 73.92 Setting up libvte-2.91-0:amd64 (0.70.6-2~deb12u1) ...
#22 73.97 Setting up gnome-terminal (3.46.8-1) ...
#22 74.00 update-alternatives: using /usr/bin/gnome-terminal.wrapper to provide /usr/bin/x-terminal-emulator (x-terminal-emulator) in auto mode
#22 74.00 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 74.03 Setting up gnuradio (3.10.5.1-3) ...
#22 74.71 Processing triggers for libc-bin (2.36-9+deb12u9) ...
#22 DONE 75.6s

#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.495 + mkdir -p /tmp/mongodb
#23 0.497 + cd /tmp/mongodb
#23 0.497 + wget https://pgp.mongodb.com/server-5.0.asc -O /mongodb.key
#23 0.502 --2025-01-09 22:50:13--  https://pgp.mongodb.com/server-5.0.asc
#23 0.514 Resolving pgp.mongodb.com (pgp.mongodb.com)... 13.32.121.120, 13.32.121.11, 13.32.121.114, ...
#23 0.548 Connecting to pgp.mongodb.com (pgp.mongodb.com)|13.32.121.120|:443... connected.
#23 0.573 HTTP request sent, awaiting response... 200 OK
#23 0.873 Length: 1656 (1.6K) [binary/octet-stream]
#23 0.873 Saving to: ‘/mongodb.key’
#23 0.873 
#23 0.873      0K .                                                     100% 42.3M=0s
#23 0.873 
#23 0.873 2025-01-09 22:50:13 (42.3 MB/s) - ‘/mongodb.key’ saved [1656/1656]
#23 0.873 
#23 0.874 + wget http://security.debian.org/debian-security/pool/updates/main/o/openssl/libssl1.1_1.1.1n-0+deb10u6_amd64.deb
#23 0.878 --2025-01-09 22:50:13--  http://security.debian.org/debian-security/pool/updates/main/o/openssl/libssl1.1_1.1.1n-0+deb10u6_amd64.deb
#23 0.878 Resolving security.debian.org (security.debian.org)... 151.101.2.132, 151.101.130.132, 151.101.66.132, ...
#23 0.879 Connecting to security.debian.org (security.debian.org)|151.101.2.132|:80... connected.
#23 0.884 HTTP request sent, awaiting response... 200 OK
#23 0.891 Length: 1552428 (1.5M) [application/vnd.debian.binary-package]
#23 0.891 Saving to: ‘libssl1.1_1.1.1n-0+deb10u6_amd64.deb’
#23 0.891 
#23 0.891      0K .......... .......... .......... .......... ..........  3% 8.52M 0s
#23 0.896     50K .......... .......... .......... .......... ..........  6% 12.3M 0s
#23 0.901    100K .......... .......... .......... .......... ..........  9% 28.6M 0s
#23 0.902    150K .......... .......... .......... .......... .......... 13% 51.6M 0s
#23 0.903    200K .......... .......... .......... .......... .......... 16% 14.5M 0s
#23 0.906    250K .......... .......... .......... .......... .......... 19% 78.2M 0s
#23 0.907    300K .......... .......... .......... .......... .......... 23% 99.6M 0s
#23 0.908    350K .......... .......... .......... .......... .......... 26% 85.0M 0s
#23 0.908    400K .......... .......... .......... .......... .......... 29% 86.4M 0s
#23 0.909    450K .......... .......... .......... .......... .......... 32% 32.8M 0s
#23 0.910    500K .......... .......... .......... .......... .......... 36% 33.8M 0s
#23 0.912    550K .......... .......... .......... .......... .......... 39% 90.2M 0s
#23 0.912    600K .......... .......... .......... .......... .......... 42%  133M 0s
#23 0.913    650K .......... .......... .......... .......... .......... 46%  123M 0s
#23 0.913    700K .......... .......... .......... .......... .......... 49% 90.6M 0s
#23 0.913    750K .......... .......... .......... .......... .......... 52%  129M 0s
#23 0.914    800K .......... .......... .......... .......... .......... 56%  118M 0s
#23 0.914    850K .......... .......... .......... .......... .......... 59%  117M 0s
#23 0.915    900K .......... .......... .......... .......... .......... 62%  101M 0s
#23 0.915    950K .......... .......... .......... .......... .......... 65%  116M 0s
#23 0.916   1000K .......... .......... .......... .......... .......... 69%  113M 0s
#23 0.916   1050K .......... .......... .......... .......... .......... 72%  107M 0s
#23 0.916   1100K .......... .......... .......... .......... .......... 75%  108M 0s
#23 0.917   1150K .......... .......... .......... .......... .......... 79% 97.6M 0s
#23 0.917   1200K .......... .......... .......... .......... .......... 82%  117M 0s
#23 0.918   1250K .......... .......... .......... .......... .......... 85%  129M 0s
#23 0.918   1300K .......... .......... .......... .......... .......... 89% 95.0M 0s
#23 0.919   1350K .......... .......... .......... .......... .......... 92%  117M 0s
#23 0.919   1400K .......... .......... .......... .......... .......... 95%  126M 0s
#23 0.919   1450K .......... .......... .......... .......... .......... 98% 96.0M 0s
#23 0.920   1500K .......... ......                                     100%  288M=0.03s
#23 0.920 
#23 0.920 2025-01-09 22:50:13 (50.4 MB/s) - ‘libssl1.1_1.1.1n-0+deb10u6_amd64.deb’ saved [1552428/1552428]
#23 0.920 
#23 0.921 + dpkg -i libssl1.1_1.1.1n-0+deb10u6_amd64.deb
#23 1.108 Selecting previously unselected package libssl1.1:amd64.
#23 1.172 (Reading database ... 147349 files and directories currently installed.)
#23 1.175 Preparing to unpack libssl1.1_1.1.1n-0+deb10u6_amd64.deb ...
#23 1.211 Unpacking libssl1.1:amd64 (1.1.1n-0+deb10u6) ...
#23 1.359 Setting up libssl1.1:amd64 (1.1.1n-0+deb10u6) ...
#23 1.485 debconf: unable to initialize frontend: Dialog
#23 1.485 debconf: (TERM is not set, so the dialog frontend is not usable.)
#23 1.485 debconf: falling back to frontend: Readline
#23 1.493 debconf: unable to initialize frontend: Readline
#23 1.493 debconf: (This frontend requires a controlling tty.)
#23 1.493 debconf: falling back to frontend: Teletype
#23 1.551 Processing triggers for libc-bin (2.36-9+deb12u9) ...
#23 1.714 + echo deb [signed-by=/mongodb.key] http://repo.mongodb.org/apt/debian bullseye/mongodb-org/5.0 main
#23 1.714 + apt-get update
#23 1.793 Hit:1 http://deb.debian.org/debian bookworm InRelease
#23 1.793 Hit:2 http://deb.debian.org/debian bookworm-updates InRelease
#23 1.793 Hit:3 http://deb.debian.org/debian-security bookworm-security InRelease
#23 1.912 Hit:4 https://downloads.osmocom.org/packages/osmocom:/nightly/Debian_12 ./ InRelease
#23 1.998 Get:5 http://repo.mongodb.org/apt/debian bullseye/mongodb-org/5.0 InRelease [2,951 B]
#23 2.406 Get:6 http://repo.mongodb.org/apt/debian bullseye/mongodb-org/5.0/main amd64 Packages [86.8 kB]
#23 2.443 Fetched 89.7 kB in 1s (129 kB/s)
#23 2.443 Reading package lists...
#23 2.827 + apt-get install -y mongodb-org
#23 2.836 Reading package lists...
#23 3.229 Building dependency tree...
#23 3.323 Reading state information...
#23 3.413 The following additional packages will be installed:
#23 3.413   mongodb-database-tools mongodb-mongosh mongodb-org-database
#23 3.413   mongodb-org-database-tools-extra mongodb-org-mongos mongodb-org-server
#23 3.413   mongodb-org-shell mongodb-org-tools
#23 3.438 The following NEW packages will be installed:
#23 3.438   mongodb-database-tools mongodb-mongosh mongodb-org mongodb-org-database
#23 3.438   mongodb-org-database-tools-extra mongodb-org-mongos mongodb-org-server
#23 3.438   mongodb-org-shell mongodb-org-tools
#23 3.571 0 upgraded, 9 newly installed, 0 to remove and 2 not upgraded.
#23 3.571 Need to get 161 MB of archives.
#23 3.571 After this operation, 516 MB of additional disk space will be used.
#23 3.571 Get:1 http://repo.mongodb.org/apt/debian bullseye/mongodb-org/5.0/main amd64 mongodb-database-tools amd64 100.10.0 [46.4 MB]
#23 4.221 Get:2 http://repo.mongodb.org/apt/debian bullseye/mongodb-org/5.0/main amd64 mongodb-mongosh amd64 2.3.8 [54.1 MB]
#23 5.045 Get:3 http://repo.mongodb.org/apt/debian bullseye/mongodb-org/5.0/main amd64 mongodb-org-shell amd64 5.0.30 [14.9 MB]
#23 5.324 Get:4 http://repo.mongodb.org/apt/debian bullseye/mongodb-org/5.0/main amd64 mongodb-org-server amd64 5.0.30 [26.6 MB]
#23 5.603 Get:5 http://repo.mongodb.org/apt/debian bullseye/mongodb-org/5.0/main amd64 mongodb-org-mongos amd64 5.0.30 [18.9 MB]
#23 6.007 Get:6 http://repo.mongodb.org/apt/debian bullseye/mongodb-org/5.0/main amd64 mongodb-org-database-tools-extra amd64 5.0.30 [7,752 B]
#23 6.108 Get:7 http://repo.mongodb.org/apt/debian bullseye/mongodb-org/5.0/main amd64 mongodb-org-database amd64 5.0.30 [3,540 B]
#23 6.299 Get:8 http://repo.mongodb.org/apt/debian bullseye/mongodb-org/5.0/main amd64 mongodb-org-tools amd64 5.0.30 [2,896 B]
#23 6.507 Get:9 http://repo.mongodb.org/apt/debian bullseye/mongodb-org/5.0/main amd64 mongodb-org amd64 5.0.30 [2,932 B]
#23 6.649 debconf: delaying package configuration, since apt-utils is not installed
#23 6.704 Fetched 161 MB in 3s (52.6 MB/s)
#23 6.764 Selecting previously unselected package mongodb-database-tools.
#23 6.764 (Reading database ... 
(Reading database ... 5%
(Reading database ... 10%
(Reading database ... 15%
(Reading database ... 20%
(Reading database ... 25%
(Reading database ... 30%
(Reading database ... 35%
(Reading database ... 40%
(Reading database ... 45%
(Reading database ... 50%
(Reading database ... 55%
(Reading database ... 60%
(Reading database ... 65%
(Reading database ... 70%
(Reading database ... 75%
(Reading database ... 80%
(Reading database ... 85%
(Reading database ... 90%
(Reading database ... 95%
(Reading database ... 100%
(Reading database ... 147360 files and directories currently installed.)
#23 6.823 Preparing to unpack .../0-mongodb-database-tools_100.10.0_amd64.deb ...
#23 6.838 Unpacking mongodb-database-tools (100.10.0) ...
#23 7.497 Selecting previously unselected package mongodb-mongosh.
#23 7.510 Preparing to unpack .../1-mongodb-mongosh_2.3.8_amd64.deb ...
#23 7.525 Unpacking mongodb-mongosh (2.3.8) ...
#23 8.648 Selecting previously unselected package mongodb-org-shell.
#23 8.658 Preparing to unpack .../2-mongodb-org-shell_5.0.30_amd64.deb ...
#23 8.673 Unpacking mongodb-org-shell (5.0.30) ...
#23 9.261 Selecting previously unselected package mongodb-org-server.
#23 9.274 Preparing to unpack .../3-mongodb-org-server_5.0.30_amd64.deb ...
#23 9.288 Unpacking mongodb-org-server (5.0.30) ...
#23 9.964 Selecting previously unselected package mongodb-org-mongos.
#23 9.978 Preparing to unpack .../4-mongodb-org-mongos_5.0.30_amd64.deb ...
#23 9.993 Unpacking mongodb-org-mongos (5.0.30) ...
#23 10.60 Selecting previously unselected package mongodb-org-database-tools-extra.
#23 10.61 Preparing to unpack .../5-mongodb-org-database-tools-extra_5.0.30_amd64.deb ...
#23 10.62 Unpacking mongodb-org-database-tools-extra (5.0.30) ...
#23 10.76 Selecting previously unselected package mongodb-org-database.
#23 10.77 Preparing to unpack .../6-mongodb-org-database_5.0.30_amd64.deb ...
#23 10.79 Unpacking mongodb-org-database (5.0.30) ...
#23 10.90 Selecting previously unselected package mongodb-org-tools.
#23 10.91 Preparing to unpack .../7-mongodb-org-tools_5.0.30_amd64.deb ...
#23 10.93 Unpacking mongodb-org-tools (5.0.30) ...
#23 11.03 Selecting previously unselected package mongodb-org.
#23 11.05 Preparing to unpack .../8-mongodb-org_5.0.30_amd64.deb ...
#23 11.06 Unpacking mongodb-org (5.0.30) ...
#23 11.20 Setting up mongodb-mongosh (2.3.8) ...
#23 11.26 Setting up mongodb-org-server (5.0.30) ...
#23 11.34 Adding system user `mongodb' (UID 104) ...
#23 11.34 Adding new user `mongodb' (UID 104) with group `nogroup' ...
#23 11.44 Not creating `/nonexistent'.
#23 11.47 Adding group `mongodb' (GID 106) ...
#23 11.53 Done.
#23 11.55 Adding user `mongodb' to group `mongodb' ...
#23 11.63 Done.
#23 11.64 System has not been booted with systemd as init system (PID 1). Can't operate.

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

#23 11.66 Setting up mongodb-org-shell (5.0.30) ...
#23 11.71 Setting up mongodb-database-tools (100.10.0) ...
#23 11.75 Setting up mongodb-org-mongos (5.0.30) ...
#23 11.80 Setting up mongodb-org-database-tools-extra (5.0.30) ...
#23 11.84 Setting up mongodb-org-database (5.0.30) ...
#23 11.89 Setting up mongodb-org-tools (5.0.30) ...
#23 11.93 Setting up mongodb-org (5.0.30) ...
#23 11.98 Processing triggers for man-db (2.11.2-2) ...
#23 12.11 + apt-get clean
#23 12.12 + cd /
#23 12.12 + rm -rf /tmp/mongodb
#23 12.12 + rm /etc/apt/sources.list.d/mongodb-org.list
#23 12.12 + sed -i s/127.0.0.1/172.18.50.2/g /etc/mongod.conf
#23 DONE 14.1s

#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.482 Hit:1 http://deb.debian.org/debian bookworm InRelease
#24 0.482 Hit:2 http://deb.debian.org/debian bookworm-updates InRelease
#24 0.482 Hit:3 http://deb.debian.org/debian-security bookworm-security InRelease
#24 0.492 Hit:4 https://downloads.osmocom.org/packages/osmocom:/nightly/Debian_12 ./ InRelease
#24 0.814 Reading package lists...
#24 1.217 Reading package lists...
#24 1.605 Building dependency tree...
#24 1.699 Reading state information...
#24 1.789 python3-pip is already the newest version (23.0.1+dfsg-1).
#24 1.789 python3-setuptools is already the newest version (66.1.1-1).
#24 1.789 python3-wheel is already the newest version (0.38.4-2).
#24 1.789 build-essential is already the newest version (12.9).
#24 1.789 flex is already the newest version (2.6.4-8.2).
#24 1.789 bison is already the newest version (2:3.8.2+dfsg-1+b1).
#24 1.789 git is already the newest version (1:2.39.5-0+deb12u1).
#24 1.789 libsctp-dev is already the newest version (1.0.19+dfsg-2).
#24 1.789 libgnutls28-dev is already the newest version (3.7.9-2+deb12u3).
#24 1.789 libssl-dev is already the newest version (3.0.15-1~deb12u1).
#24 1.789 libmicrohttpd-dev is already the newest version (0.9.75-6).
#24 1.789 libmicrohttpd-dev set to manually installed.
#24 1.789 libcurl4-gnutls-dev is already the newest version (7.88.1-10+deb12u8).
#24 1.789 libcurl4-gnutls-dev set to manually installed.
#24 1.789 The following additional packages will be installed:
#24 1.789   libbson-1.0-0 libgpg-error-dev libidn-dev libintelrdfpmath-dev
#24 1.789   libmongoc-1.0-0 libmongocrypt-dev libmongocrypt0 libsasl2-dev libsnappy-dev
#24 1.789   libsnappy1v5 libzstd-dev
#24 1.790 Suggested packages:
#24 1.790   libgcrypt20-doc idn libnghttp2-doc libyaml-doc
#24 1.898 The following NEW packages will be installed:
#24 1.898   libbson-1.0-0 libbson-dev libgcrypt20-dev libgpg-error-dev libidn-dev
#24 1.898   libidn11-dev libintelrdfpmath-dev libmongoc-1.0-0 libmongoc-dev
#24 1.898   libmongocrypt-dev libmongocrypt0 libnghttp2-dev libsasl2-dev libsnappy-dev
#24 1.899   libsnappy1v5 libyaml-dev libzstd-dev meson ninja-build
#24 1.926 0 upgraded, 19 newly installed, 0 to remove and 2 not upgraded.
#24 1.926 Need to get 11.6 MB of archives.
#24 1.926 After this operation, 93.4 MB of additional disk space will be used.
#24 1.926 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.948 Get:2 http://deb.debian.org/debian bookworm/main amd64 libbson-dev amd64 1.23.1-1+b1 [129 kB]
#24 1.954 Get:3 http://deb.debian.org/debian bookworm/main amd64 libgpg-error-dev amd64 1.46-1 [133 kB]
#24 1.956 Get:4 http://deb.debian.org/debian bookworm/main amd64 libgcrypt20-dev amd64 1.10.1-3 [752 kB]
#24 1.966 Get:5 http://deb.debian.org/debian bookworm/main amd64 libidn-dev amd64 1.41-1 [190 kB]
#24 1.968 Get:6 http://deb.debian.org/debian bookworm/main amd64 libidn11-dev amd64 1.41-1 [42.4 kB]
#24 1.968 Get:7 http://deb.debian.org/debian bookworm/main amd64 libintelrdfpmath-dev amd64 2.0u2-8 [6,475 kB]
#24 2.025 Get:8 http://deb.debian.org/debian bookworm/main amd64 libmongocrypt0 amd64 1.7.2-1 [1,313 kB]
#24 2.034 Get:9 http://deb.debian.org/debian bookworm/main amd64 libsnappy1v5 amd64 1.1.9-3 [26.0 kB]
#24 2.035 Get:10 http://deb.debian.org/debian bookworm/main amd64 libmongoc-1.0-0 amd64 1.23.1-1+b1 [304 kB]
#24 2.037 Get:11 http://deb.debian.org/debian bookworm/main amd64 libmongocrypt-dev amd64 1.7.2-1 [263 kB]
#24 2.039 Get:12 http://deb.debian.org/debian bookworm/main amd64 libsnappy-dev amd64 1.1.9-3 [39.2 kB]
#24 2.040 Get:13 http://deb.debian.org/debian bookworm/main amd64 libsasl2-dev amd64 2.1.28+dfsg-10 [235 kB]
#24 2.042 Get:14 http://deb.debian.org/debian bookworm/main amd64 libzstd-dev amd64 1.5.4+dfsg2-5 [354 kB]
#24 2.045 Get:15 http://deb.debian.org/debian bookworm/main amd64 libmongoc-dev amd64 1.23.1-1+b1 [365 kB]
#24 2.048 Get:16 http://deb.debian.org/debian bookworm/main amd64 libnghttp2-dev amd64 1.52.0-1+deb12u2 [110 kB]
#24 2.049 Get:17 http://deb.debian.org/debian bookworm/main amd64 libyaml-dev amd64 0.2.5-1 [64.5 kB]
#24 2.049 Get:18 http://deb.debian.org/debian bookworm/main amd64 ninja-build amd64 1.11.1-2~deb12u1 [135 kB]
#24 2.050 Get:19 http://deb.debian.org/debian bookworm/main amd64 meson all 1.0.1-5 [548 kB]
#24 2.227 debconf: delaying package configuration, since apt-utils is not installed
#24 2.289 Fetched 11.6 MB in 0s (76.1 MB/s)
#24 2.369 Selecting previously unselected package libbson-1.0-0.
#24 2.369 (Reading database ... 
(Reading database ... 5%
(Reading database ... 10%
(Reading database ... 15%
(Reading database ... 20%
(Reading database ... 25%
(Reading database ... 30%
(Reading database ... 35%
(Reading database ... 40%
(Reading database ... 45%
(Reading database ... 50%
(Reading database ... 55%
(Reading database ... 60%
(Reading database ... 65%
(Reading database ... 70%
(Reading database ... 75%
(Reading database ... 80%
(Reading database ... 85%
(Reading database ... 90%
(Reading database ... 95%
(Reading database ... 100%
(Reading database ... 147421 files and directories currently installed.)
#24 2.437 Preparing to unpack .../00-libbson-1.0-0_1.23.1-1+b1_amd64.deb ...
#24 2.467 Unpacking libbson-1.0-0 (1.23.1-1+b1) ...
#24 2.580 Selecting previously unselected package libbson-dev.
#24 2.593 Preparing to unpack .../01-libbson-dev_1.23.1-1+b1_amd64.deb ...
#24 2.608 Unpacking libbson-dev (1.23.1-1+b1) ...
#24 2.733 Selecting previously unselected package libgpg-error-dev.
#24 2.746 Preparing to unpack .../02-libgpg-error-dev_1.46-1_amd64.deb ...
#24 2.761 Unpacking libgpg-error-dev (1.46-1) ...
#24 2.880 Selecting previously unselected package libgcrypt20-dev.
#24 2.892 Preparing to unpack .../03-libgcrypt20-dev_1.10.1-3_amd64.deb ...
#24 2.907 Unpacking libgcrypt20-dev (1.10.1-3) ...
#24 3.065 Selecting previously unselected package libidn-dev:amd64.
#24 3.078 Preparing to unpack .../04-libidn-dev_1.41-1_amd64.deb ...
#24 3.094 Unpacking libidn-dev:amd64 (1.41-1) ...
#24 3.213 Selecting previously unselected package libidn11-dev:amd64.
#24 3.226 Preparing to unpack .../05-libidn11-dev_1.41-1_amd64.deb ...
#24 3.241 Unpacking libidn11-dev:amd64 (1.41-1) ...
#24 3.361 Selecting previously unselected package libintelrdfpmath-dev:amd64.
#24 3.373 Preparing to unpack .../06-libintelrdfpmath-dev_2.0u2-8_amd64.deb ...
#24 3.393 Unpacking libintelrdfpmath-dev:amd64 (2.0u2-8) ...
#24 3.767 Selecting previously unselected package libmongocrypt0:amd64.
#24 3.780 Preparing to unpack .../07-libmongocrypt0_1.7.2-1_amd64.deb ...
#24 3.796 Unpacking libmongocrypt0:amd64 (1.7.2-1) ...
#24 3.968 Selecting previously unselected package libsnappy1v5:amd64.
#24 3.982 Preparing to unpack .../08-libsnappy1v5_1.1.9-3_amd64.deb ...
#24 3.997 Unpacking libsnappy1v5:amd64 (1.1.9-3) ...
#24 4.121 Selecting previously unselected package libmongoc-1.0-0.
#24 4.134 Preparing to unpack .../09-libmongoc-1.0-0_1.23.1-1+b1_amd64.deb ...
#24 4.149 Unpacking libmongoc-1.0-0 (1.23.1-1+b1) ...
#24 4.280 Selecting previously unselected package libmongocrypt-dev:amd64.
#24 4.293 Preparing to unpack .../10-libmongocrypt-dev_1.7.2-1_amd64.deb ...
#24 4.309 Unpacking libmongocrypt-dev:amd64 (1.7.2-1) ...
#24 4.427 Selecting previously unselected package libsnappy-dev:amd64.
#24 4.439 Preparing to unpack .../11-libsnappy-dev_1.1.9-3_amd64.deb ...
#24 4.455 Unpacking libsnappy-dev:amd64 (1.1.9-3) ...
#24 4.562 Selecting previously unselected package libsasl2-dev.
#24 4.575 Preparing to unpack .../12-libsasl2-dev_2.1.28+dfsg-10_amd64.deb ...
#24 4.590 Unpacking libsasl2-dev (2.1.28+dfsg-10) ...
#24 4.713 Selecting previously unselected package libzstd-dev:amd64.
#24 4.725 Preparing to unpack .../13-libzstd-dev_1.5.4+dfsg2-5_amd64.deb ...
#24 4.741 Unpacking libzstd-dev:amd64 (1.5.4+dfsg2-5) ...
#24 4.872 Selecting previously unselected package libmongoc-dev.
#24 4.885 Preparing to unpack .../14-libmongoc-dev_1.23.1-1+b1_amd64.deb ...
#24 4.901 Unpacking libmongoc-dev (1.23.1-1+b1) ...
#24 5.031 Selecting previously unselected package libnghttp2-dev:amd64.
#24 5.043 Preparing to unpack .../15-libnghttp2-dev_1.52.0-1+deb12u2_amd64.deb ...
#24 5.057 Unpacking libnghttp2-dev:amd64 (1.52.0-1+deb12u2) ...
#24 5.167 Selecting previously unselected package libyaml-dev:amd64.
#24 5.181 Preparing to unpack .../16-libyaml-dev_0.2.5-1_amd64.deb ...
#24 5.195 Unpacking libyaml-dev:amd64 (0.2.5-1) ...
#24 5.307 Selecting previously unselected package ninja-build.
#24 5.319 Preparing to unpack .../17-ninja-build_1.11.1-2~deb12u1_amd64.deb ...
#24 5.334 Unpacking ninja-build (1.11.1-2~deb12u1) ...
#24 5.469 Selecting previously unselected package meson.
#24 5.480 Preparing to unpack .../18-meson_1.0.1-5_all.deb ...
#24 5.496 Unpacking meson (1.0.1-5) ...
#24 5.695 Setting up libnghttp2-dev:amd64 (1.52.0-1+deb12u2) ...
#24 5.753 Setting up libzstd-dev:amd64 (1.5.4+dfsg2-5) ...
#24 5.799 Setting up libyaml-dev:amd64 (0.2.5-1) ...
#24 5.851 Setting up ninja-build (1.11.1-2~deb12u1) ...
#24 5.897 Setting up libsnappy1v5:amd64 (1.1.9-3) ...
#24 5.946 Setting up libsasl2-dev (2.1.28+dfsg-10) ...
#24 5.990 Setting up libgpg-error-dev (1.46-1) ...
#24 6.037 Setting up libbson-1.0-0 (1.23.1-1+b1) ...
#24 6.082 Setting up libidn-dev:amd64 (1.41-1) ...
#24 6.128 Setting up libintelrdfpmath-dev:amd64 (2.0u2-8) ...
#24 6.176 Setting up libmongocrypt0:amd64 (1.7.2-1) ...
#24 6.221 Setting up libbson-dev (1.23.1-1+b1) ...
#24 6.267 Setting up libidn11-dev:amd64 (1.41-1) ...
#24 6.311 Setting up libsnappy-dev:amd64 (1.1.9-3) ...
#24 6.355 Setting up meson (1.0.1-5) ...
#24 6.883 Setting up libmongocrypt-dev:amd64 (1.7.2-1) ...
#24 6.929 Setting up libmongoc-1.0-0 (1.23.1-1+b1) ...
#24 6.975 Setting up libgcrypt20-dev (1.10.1-3) ...
#24 7.020 Setting up libmongoc-dev (1.23.1-1+b1) ...
#24 7.068 Processing triggers for man-db (2.11.2-2) ...
#24 7.115 Processing triggers for libc-bin (2.36-9+deb12u9) ...
#24 DONE 7.7s

#25 [20/28] WORKDIR	/TMP
#25 DONE 0.2s

#26 [21/28] RUN	GIT clone https://gerrit.osmocom.org/osmo-gsm-tester.git
#26 0.362 Cloning into 'osmo-gsm-tester'...
#26 DONE 0.8s

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

#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.473 Already on 'master'
#28 0.474 Your branch is up to date with 'origin/master'.
#28 0.476 refs/heads/master
#28 0.483 HEAD is now at f7d64b0 jenkins.sh: libosmo-netif no longer depends on libosmo-abis
#28 0.485 master
#28 0.487 f7d64b0bcf946ec21ce9c7562194343a12213a80
#28 DONE 0.5s

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

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

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

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

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

#34 exporting to image
#34 exporting layers
#34 exporting layers 4.0s done
#34 writing image sha256:547533789e3316f1f64933ebace43c5f8bc72efcadf15c24984d1878cb2ef66d done
#34 naming to docker.io/osmocom-build/osmo-gsm-tester:latest 0.0s done
#34 DONE 4.0s
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
unlink: cannot unlink 'osmo-gsm-tester/sysmocom/resources.conf': No such file or directory
+ true
+ 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=7840 -w /build -i -v /home/osmocom-build/jenkins/workspace/osmo-gsm-tester_virtual:/build -v /home/osmocom-build/.ssh:/home/build/.ssh:ro --name=osmo-gsm-tester-virtual --cap-add=sys_nice osmocom-build/osmo-gsm-tester /bin/bash -c LANG="en_US.utf8" LC_ALL="en_US.UTF-8" LC_LANG="en_US.UTF-8" PATH="$PWD/osmo-gsm-tester/src:${PATH}" ./osmo-gsm-tester/contrib/jenkins-run.sh
+ base=/build
+ dirname -- ./osmo-gsm-tester/contrib/jenkins-run.sh
+ CDPATH= cd -- ./osmo-gsm-tester/contrib
+ pwd -P
+ SCRIPT_DIR=/build/osmo-gsm-tester/contrib
+ OSMO_GSM_TESTER_CONF=/build/osmo-gsm-tester/sysmocom/main.conf
+ date +%F %T
+ time_start=2025-01-09 22:50:43
+ trial_dir_prefix=trial-
+ rm -rf trial-*
+ trial_dir=trial-7840
+ mkdir -p trial-7840
+ mv open5gs.build-8.tgz osmo-bsc.build-2025-01-09_18_33_02.tgz osmo-bts-oc2g.build-2025-01-09_00_51_42.tgz osmo-bts-sysmo.build-2025-01-09_00_52_02.tgz osmo-bts.build-2025-01-09_00_52_59.tgz osmo-ggsn.build-2025-01-09_20_43_14.tgz osmo-hlr.build-2025-01-09_16_37_41.tgz osmo-hnbgw.build-2025-01-09_13_35_02.tgz osmo-mgw.build-2025-01-09_08_33_37.tgz osmo-msc.build-2025-01-09_13_36_15.tgz osmo-nitb.build-17155.tgz osmo-pcu-oc2g.build-2025-01-09_07_41_13.tgz osmo-pcu-sysmo.build-2025-01-09_07_40_23.tgz osmo-pcu.build-2025-01-09_07_41_14.tgz osmo-sgsn.build-2025-01-09_20_50_50.tgz osmo-stp.build-2025-01-09_13_26_26.tgz osmo-trx.build-2025-01-09_14_27_03.tgz osmocom-bb.build-2025-01-09_21_18_21.tgz srslte.build-19.tgz trial-7840
+ cat open5gs.build-8.md5 osmo-bsc.build-2025-01-09_18_33_02.md5 osmo-bts-oc2g.build-2025-01-09_00_51_42.md5 osmo-bts-sysmo.build-2025-01-09_00_52_02.md5 osmo-bts.build-2025-01-09_00_52_59.md5 osmo-ggsn.build-2025-01-09_20_43_14.md5 osmo-hlr.build-2025-01-09_16_37_41.md5 osmo-hnbgw.build-2025-01-09_13_35_02.md5 osmo-mgw.build-2025-01-09_08_33_37.md5 osmo-msc.build-2025-01-09_13_36_15.md5 osmo-nitb.build-17155.md5 osmo-pcu-oc2g.build-2025-01-09_07_41_13.md5 osmo-pcu-sysmo.build-2025-01-09_07_40_23.md5 osmo-pcu.build-2025-01-09_07_41_14.md5 osmo-sgsn.build-2025-01-09_20_50_50.md5 osmo-stp.build-2025-01-09_13_26_26.md5 osmo-trx.build-2025-01-09_14_27_03.md5 osmocom-bb.build-2025-01-09_21_18_21.md5 srslte.build-19.md5
+ rm open5gs.build-8.md5 osmo-bsc.build-2025-01-09_18_33_02.md5 osmo-bts-oc2g.build-2025-01-09_00_51_42.md5 osmo-bts-sysmo.build-2025-01-09_00_52_02.md5 osmo-bts.build-2025-01-09_00_52_59.md5 osmo-ggsn.build-2025-01-09_20_43_14.md5 osmo-hlr.build-2025-01-09_16_37_41.md5 osmo-hnbgw.build-2025-01-09_13_35_02.md5 osmo-mgw.build-2025-01-09_08_33_37.md5 osmo-msc.build-2025-01-09_13_36_15.md5 osmo-nitb.build-17155.md5 osmo-pcu-oc2g.build-2025-01-09_07_41_13.md5 osmo-pcu-sysmo.build-2025-01-09_07_40_23.md5 osmo-pcu.build-2025-01-09_07_41_14.md5 osmo-sgsn.build-2025-01-09_20_50_50.md5 osmo-stp.build-2025-01-09_13_26_26.md5 osmo-trx.build-2025-01-09_14_27_03.md5 osmocom-bb.build-2025-01-09_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-7840 -s netreg_mass
combinations: ['netreg_mass']
trial: 'trial-7840'
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-7840
--------------------------------------------------------------------------------------------
22:50:43.380741 tst                       trial-7840: Detailed log at /build/trial-7840/run.2025-01-09_22-50-43/log

---------------------------------------------------------------------
trial-7840 netreg_mass
---------------------------------------------------------------------
22:50:43.655197 tst                      netreg_mass: reserving resources in /var/tmp/osmo-gsm-tester/state ...
22:50:43.655774 tst                      netreg_mass: Verifying 1 x bts (candidates: 1)
22:50:43.656924 tst                      netreg_mass: Verifying 6 x ip_address (candidates: 9)
22:50:43.658722 tst                      netreg_mass: Verifying 100 x modem (candidates: 100)
22:50:43.715484 tst                      netreg_mass: Reserving 1 x bts (candidates: 1)
22:50:43.717782 tst                      netreg_mass: Reserving 6 x ip_address (candidates: 9)
22:50:43.720939 tst                      netreg_mass: Reserving 100 x modem (candidates: 100)
22:50:43.858161 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-7840 netreg_mass register_default_mass.py
----------------------------------------------
22:50:43.859394 tst       register_default_mass.py:9: Claiming resources for the test
22:50:43.901006 tst                      netreg_mass: Using 1 x ip_address (candidates: 6)
22:50:43.901840 tst                      netreg_mass: Using 1 x ip_address (candidates: 6)
22:50:43.902511 tst                      netreg_mass: Using 1 x ip_address (candidates: 6)
22:50:43.903165 tst                      netreg_mass: Using 1 x ip_address (candidates: 6)
22:50:43.903830 tst                      netreg_mass: Using 1 x ip_address (candidates: 6)
22:50:43.904517 tst                      netreg_mass: Using 1 x ip_address (candidates: 6)
22:50:43.905187 tst                      netreg_mass: Using 1 x bts (candidates: 1)
22:50:43.943938 tst         register_default_mass.py: using LAC 2
22:50:43.973867 tst         register_default_mass.py: using RAC 2
22:50:44.000641 tst         register_default_mass.py: using CellId 2
22:50:44.030715 tst         register_default_mass.py: using BVCI 3
22:50:44.044956 tst                      netreg_mass: Using 1 x modem (candidates: 100)
22:50:44.045860 tst                      netreg_mass: Using 1 x modem (candidates: 100)
22:50:44.046644 tst                      netreg_mass: Using 1 x modem (candidates: 100)
22:50:44.047416 tst                      netreg_mass: Using 1 x modem (candidates: 100)
22:50:44.048175 tst                      netreg_mass: Using 1 x modem (candidates: 100)
22:50:44.048933 tst                      netreg_mass: Using 1 x modem (candidates: 100)
22:50:44.049678 tst                      netreg_mass: Using 1 x modem (candidates: 100)
22:50:44.050449 tst                      netreg_mass: Using 1 x modem (candidates: 100)
22:50:44.051211 tst                      netreg_mass: Using 1 x modem (candidates: 100)
22:50:44.051974 tst                      netreg_mass: Using 1 x modem (candidates: 100)
22:50:44.052732 tst                      netreg_mass: Using 1 x modem (candidates: 100)
22:50:44.053489 tst                      netreg_mass: Using 1 x modem (candidates: 100)
22:50:44.054287 tst                      netreg_mass: Using 1 x modem (candidates: 100)
22:50:44.055058 tst                      netreg_mass: Using 1 x modem (candidates: 100)
22:50:44.055803 tst                      netreg_mass: Using 1 x modem (candidates: 100)
22:50:44.056543 tst                      netreg_mass: Using 1 x modem (candidates: 100)
22:50:44.057294 tst                      netreg_mass: Using 1 x modem (candidates: 100)
22:50:44.058066 tst                      netreg_mass: Using 1 x modem (candidates: 100)
22:50:44.058815 tst                      netreg_mass: Using 1 x modem (candidates: 100)
22:50:44.059579 tst                      netreg_mass: Using 1 x modem (candidates: 100)
22:50:44.060326 tst                      netreg_mass: Using 1 x modem (candidates: 100)
22:50:44.061096 tst                      netreg_mass: Using 1 x modem (candidates: 100)
22:50:44.061870 tst                      netreg_mass: Using 1 x modem (candidates: 100)
22:50:44.062645 tst                      netreg_mass: Using 1 x modem (candidates: 100)
22:50:44.063402 tst                      netreg_mass: Using 1 x modem (candidates: 100)
22:50:44.064157 tst                      netreg_mass: Using 1 x modem (candidates: 100)
22:50:44.064911 tst                      netreg_mass: Using 1 x modem (candidates: 100)
22:50:44.065657 tst                      netreg_mass: Using 1 x modem (candidates: 100)
22:50:44.066435 tst                      netreg_mass: Using 1 x modem (candidates: 100)
22:50:44.067210 tst                      netreg_mass: Using 1 x modem (candidates: 100)
22:50:44.067983 tst                      netreg_mass: Using 1 x modem (candidates: 100)
22:50:44.068734 tst                      netreg_mass: Using 1 x modem (candidates: 100)
22:50:44.069488 tst                      netreg_mass: Using 1 x modem (candidates: 100)
22:50:44.070254 tst                      netreg_mass: Using 1 x modem (candidates: 100)
22:50:44.071009 tst                      netreg_mass: Using 1 x modem (candidates: 100)
22:50:44.071752 tst                      netreg_mass: Using 1 x modem (candidates: 100)
22:50:44.072498 tst                      netreg_mass: Using 1 x modem (candidates: 100)
22:50:44.073255 tst                      netreg_mass: Using 1 x modem (candidates: 100)
22:50:44.074038 tst                      netreg_mass: Using 1 x modem (candidates: 100)
22:50:44.074786 tst                      netreg_mass: Using 1 x modem (candidates: 100)
22:50:44.075527 tst                      netreg_mass: Using 1 x modem (candidates: 100)
22:50:44.076273 tst                      netreg_mass: Using 1 x modem (candidates: 100)
22:50:44.077030 tst                      netreg_mass: Using 1 x modem (candidates: 100)
22:50:44.077796 tst                      netreg_mass: Using 1 x modem (candidates: 100)
22:50:44.078565 tst                      netreg_mass: Using 1 x modem (candidates: 100)
22:50:44.079305 tst                      netreg_mass: Using 1 x modem (candidates: 100)
22:50:44.080047 tst                      netreg_mass: Using 1 x modem (candidates: 100)
22:50:44.080795 tst                      netreg_mass: Using 1 x modem (candidates: 100)
22:50:44.081535 tst                      netreg_mass: Using 1 x modem (candidates: 100)
22:50:44.082323 tst                      netreg_mass: Using 1 x modem (candidates: 100)
22:50:44.083081 tst                      netreg_mass: Using 1 x modem (candidates: 100)
22:50:44.083812 tst                      netreg_mass: Using 1 x modem (candidates: 100)
22:50:44.084548 tst                      netreg_mass: Using 1 x modem (candidates: 100)
22:50:44.085286 tst                      netreg_mass: Using 1 x modem (candidates: 100)
22:50:44.086029 tst                      netreg_mass: Using 1 x modem (candidates: 100)
22:50:44.086764 tst                      netreg_mass: Using 1 x modem (candidates: 100)
22:50:44.087496 tst                      netreg_mass: Using 1 x modem (candidates: 100)
22:50:44.088236 tst                      netreg_mass: Using 1 x modem (candidates: 100)
22:50:44.088970 tst                      netreg_mass: Using 1 x modem (candidates: 100)
22:50:44.089698 tst                      netreg_mass: Using 1 x modem (candidates: 100)
22:50:44.090452 tst                      netreg_mass: Using 1 x modem (candidates: 100)
22:50:44.091181 tst                      netreg_mass: Using 1 x modem (candidates: 100)
22:50:44.091917 tst                      netreg_mass: Using 1 x modem (candidates: 100)
22:50:44.092656 tst                      netreg_mass: Using 1 x modem (candidates: 100)
22:50:44.093381 tst                      netreg_mass: Using 1 x modem (candidates: 100)
22:50:44.094123 tst                      netreg_mass: Using 1 x modem (candidates: 100)
22:50:44.094864 tst                      netreg_mass: Using 1 x modem (candidates: 100)
22:50:44.095610 tst                      netreg_mass: Using 1 x modem (candidates: 100)
22:50:44.096346 tst                      netreg_mass: Using 1 x modem (candidates: 100)
22:50:44.097075 tst                      netreg_mass: Using 1 x modem (candidates: 100)
22:50:44.097821 tst                      netreg_mass: Using 1 x modem (candidates: 100)
22:50:44.098560 tst                      netreg_mass: Using 1 x modem (candidates: 100)
22:50:44.099404 tst                      netreg_mass: Using 1 x modem (candidates: 100)
22:50:44.100135 tst                      netreg_mass: Using 1 x modem (candidates: 100)
22:50:44.100863 tst                      netreg_mass: Using 1 x modem (candidates: 100)
22:50:44.101590 tst                      netreg_mass: Using 1 x modem (candidates: 100)
22:50:44.102329 tst                      netreg_mass: Using 1 x modem (candidates: 100)
22:50:44.103064 tst                      netreg_mass: Using 1 x modem (candidates: 100)
22:50:44.103797 tst                      netreg_mass: Using 1 x modem (candidates: 100)
22:50:44.104516 tst                      netreg_mass: Using 1 x modem (candidates: 100)
22:50:44.105246 tst                      netreg_mass: Using 1 x modem (candidates: 100)
22:50:44.105986 tst                      netreg_mass: Using 1 x modem (candidates: 100)
22:50:44.106715 tst                      netreg_mass: Using 1 x modem (candidates: 100)
22:50:44.107440 tst                      netreg_mass: Using 1 x modem (candidates: 100)
22:50:44.108163 tst                      netreg_mass: Using 1 x modem (candidates: 100)
22:50:44.108883 tst                      netreg_mass: Using 1 x modem (candidates: 100)
22:50:44.109614 tst                      netreg_mass: Using 1 x modem (candidates: 100)
22:50:44.110368 tst                      netreg_mass: Using 1 x modem (candidates: 100)
22:50:44.111167 tst                      netreg_mass: Using 1 x modem (candidates: 100)
22:50:44.111888 tst                      netreg_mass: Using 1 x modem (candidates: 100)
22:50:44.112610 tst                      netreg_mass: Using 1 x modem (candidates: 100)
22:50:44.113321 tst                      netreg_mass: Using 1 x modem (candidates: 100)
22:50:44.114060 tst                      netreg_mass: Using 1 x modem (candidates: 100)
22:50:44.114791 tst                      netreg_mass: Using 1 x modem (candidates: 100)
22:50:44.115691 tst                      netreg_mass: Using 1 x modem (candidates: 100)
22:50:44.116567 tst                      netreg_mass: Using 1 x modem (candidates: 100)
22:50:44.117316 tst                      netreg_mass: Using 1 x modem (candidates: 100)
22:50:44.118078 tst                      netreg_mass: Using 1 x modem (candidates: 100)
22:50:44.118831 tst                      netreg_mass: Using 1 x modem (candidates: 100)
22:50:44.119572 tst                      netreg_mass: Using 1 x modem (candidates: 100)
22:50:44.120307 tst                      netreg_mass: Using 1 x modem (candidates: 100)
22:50:44.121119 tst      register_default_mass.py:21: Launching a simple network
22:50:44.137901 run              osmo-hlr_127.0.42.2: Starting osmo-hlr
22:50:44.351832 run            create_hlr_db(pid=20): Launched
22:50:45.372321 run            create_hlr_db(pid=20): Terminated: ok {rc=0}
22:50:45.402073 run pcap-recorder_any(filters='host 127.0.42.2')(pid=22): Launched
22:50:45.427304 run      osmo-hlr_127.0.42.2(pid=23): Launched
22:50:45.436655 run              osmo-stp_127.0.42.5: Starting osmo-stp
22:50:45.734620 run pcap-recorder_any(filters='host 127.0.42.5 and port not 22')(pid=24): Launched
22:50:45.759444 run      osmo-stp_127.0.42.5(pid=25): Launched
22:50:45.768765 run              osmo-msc_127.0.42.6: Starting osmo-msc
22:50:46.453339 run pcap-recorder_any(filters='host 127.0.42.6 and port not 22')(pid=26): Launched
22:50:46.478276 run      osmo-msc_127.0.42.6(pid=27): Launched
22:50:49.498025 run              osmo-mgw_127.0.42.3: Starting osmo-mgw
22:50:49.694822 run pcap-recorder_any(filters='host 127.0.42.3 and port not 22')(pid=28): Launched
22:50:49.719758 run      osmo-mgw_127.0.42.3(pid=29): Launched
22:50:49.729028 run              osmo-mgw_127.0.42.4: Starting osmo-mgw
22:50:49.779156 run pcap-recorder_any(filters='host 127.0.42.4 and port not 22')(pid=30): Launched
22:50:49.804324 run      osmo-mgw_127.0.42.4(pid=31): Launched
22:50:49.813841 run              osmo-bsc_127.0.42.7: Starting osmo-bsc
22:50:50.315775 run pcap-recorder_any(filters='host 127.0.42.7 and port not 22')(pid=32): Launched
22:50:50.342066 run      osmo-bsc_127.0.42.7(pid=33): Launched
22:50:56.376488 run                 osmo-bts-virtual: Starting to connect to osmo-bsc_127.0.42.7
22:50:56.623906 run         osmo-bts-virtual(pid=34): Launched
22:50:57.675408 tst         register_default_mass.py: using MSISDN 1001
22:50:57.690041 run              osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001010000000000', msisdn='1001', subscriber_id=1}
22:50:57.730285 tst         register_default_mass.py: using MSISDN 1002
22:50:57.745198 run              osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001010000000001', msisdn='1002', subscriber_id=2}
22:50:57.777644 tst         register_default_mass.py: using MSISDN 1003
22:50:57.792551 run              osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001010000000002', msisdn='1003', subscriber_id=3}
22:50:57.824941 tst         register_default_mass.py: using MSISDN 1004
22:50:57.838642 run              osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001010000000003', msisdn='1004', subscriber_id=4}
22:50:57.871302 tst         register_default_mass.py: using MSISDN 1005
22:50:57.885871 run              osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001010000000004', msisdn='1005', subscriber_id=5}
22:50:57.917916 tst         register_default_mass.py: using MSISDN 1006
22:50:57.932611 run              osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001010000000005', msisdn='1006', subscriber_id=6}
22:50:57.968263 tst         register_default_mass.py: using MSISDN 1007
22:50:57.980512 run              osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001010000000006', msisdn='1007', subscriber_id=7}
22:50:58.012632 tst         register_default_mass.py: using MSISDN 1008
22:50:58.026229 run              osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001010000000007', msisdn='1008', subscriber_id=8}
22:50:58.057579 tst         register_default_mass.py: using MSISDN 1009
22:50:58.070760 run              osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001010000000008', msisdn='1009', subscriber_id=9}
22:50:58.111793 tst         register_default_mass.py: using MSISDN 1010
22:50:58.125912 run              osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001010000000009', msisdn='1010', subscriber_id=10}
22:50:58.157222 tst         register_default_mass.py: using MSISDN 1011
22:50:58.168672 run              osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001020000000000', msisdn='1011', subscriber_id=11}
22:50:58.200387 tst         register_default_mass.py: using MSISDN 1012
22:50:58.214279 run              osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001020000000001', msisdn='1012', subscriber_id=12}
22:50:58.248527 tst         register_default_mass.py: using MSISDN 1013
22:50:58.262387 run              osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001020000000002', msisdn='1013', subscriber_id=13}
22:50:58.295883 tst         register_default_mass.py: using MSISDN 1014
22:50:58.308969 run              osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001020000000003', msisdn='1014', subscriber_id=14}
22:50:58.342091 tst         register_default_mass.py: using MSISDN 1015
22:50:58.357228 run              osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001020000000004', msisdn='1015', subscriber_id=15}
22:50:58.388560 tst         register_default_mass.py: using MSISDN 1016
22:50:58.403706 run              osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001020000000005', msisdn='1016', subscriber_id=16}
22:50:58.436425 tst         register_default_mass.py: using MSISDN 1017
22:50:58.450492 run              osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001020000000006', msisdn='1017', subscriber_id=17}
22:50:58.481506 tst         register_default_mass.py: using MSISDN 1018
22:50:58.496465 run              osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001020000000007', msisdn='1018', subscriber_id=18}
22:50:58.529003 tst         register_default_mass.py: using MSISDN 1019
22:50:58.542387 run              osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001020000000008', msisdn='1019', subscriber_id=19}
22:50:58.574209 tst         register_default_mass.py: using MSISDN 1020
22:50:58.588849 run              osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001020000000009', msisdn='1020', subscriber_id=20}
22:50:58.620169 tst         register_default_mass.py: using MSISDN 1021
22:50:58.634056 run              osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001030000000000', msisdn='1021', subscriber_id=21}
22:50:58.665301 tst         register_default_mass.py: using MSISDN 1022
22:50:58.680195 run              osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001030000000001', msisdn='1022', subscriber_id=22}
22:50:58.715416 tst         register_default_mass.py: using MSISDN 1023
22:50:58.729866 run              osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001030000000002', msisdn='1023', subscriber_id=23}
22:50:58.760372 tst         register_default_mass.py: using MSISDN 1024
22:50:58.774422 run              osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001030000000003', msisdn='1024', subscriber_id=24}
22:50:58.812249 tst         register_default_mass.py: using MSISDN 1025
22:50:58.826210 run              osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001030000000004', msisdn='1025', subscriber_id=25}
22:50:58.855528 tst         register_default_mass.py: using MSISDN 1026
22:50:58.867880 run              osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001030000000005', msisdn='1026', subscriber_id=26}
22:50:58.899371 tst         register_default_mass.py: using MSISDN 1027
22:50:58.913813 run              osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001030000000006', msisdn='1027', subscriber_id=27}
22:50:58.951973 tst         register_default_mass.py: using MSISDN 1028
22:50:58.966164 run              osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001030000000007', msisdn='1028', subscriber_id=28}
22:50:58.997012 tst         register_default_mass.py: using MSISDN 1029
22:50:59.012036 run              osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001030000000008', msisdn='1029', subscriber_id=29}
22:50:59.043108 tst         register_default_mass.py: using MSISDN 1030
22:50:59.057326 run              osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001030000000009', msisdn='1030', subscriber_id=30}
22:50:59.086926 tst         register_default_mass.py: using MSISDN 1031
22:50:59.099264 run              osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001040000000000', msisdn='1031', subscriber_id=31}
22:50:59.129432 tst         register_default_mass.py: using MSISDN 1032
22:50:59.144228 run              osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001040000000001', msisdn='1032', subscriber_id=32}
22:50:59.176053 tst         register_default_mass.py: using MSISDN 1033
22:50:59.188914 run              osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001040000000002', msisdn='1033', subscriber_id=33}
22:50:59.219425 tst         register_default_mass.py: using MSISDN 1034
22:50:59.233659 run              osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001040000000003', msisdn='1034', subscriber_id=34}
22:50:59.264195 tst         register_default_mass.py: using MSISDN 1035
22:50:59.276105 run              osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001040000000004', msisdn='1035', subscriber_id=35}
22:50:59.306587 tst         register_default_mass.py: using MSISDN 1036
22:50:59.321302 run              osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001040000000005', msisdn='1036', subscriber_id=36}
22:50:59.351715 tst         register_default_mass.py: using MSISDN 1037
22:50:59.363942 run              osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001040000000006', msisdn='1037', subscriber_id=37}
22:50:59.394873 tst         register_default_mass.py: using MSISDN 1038
22:50:59.409538 run              osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001040000000007', msisdn='1038', subscriber_id=38}
22:50:59.440435 tst         register_default_mass.py: using MSISDN 1039
22:50:59.455557 run              osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001040000000008', msisdn='1039', subscriber_id=39}
22:50:59.488252 tst         register_default_mass.py: using MSISDN 1040
22:50:59.502332 run              osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001040000000009', msisdn='1040', subscriber_id=40}
22:50:59.532605 tst         register_default_mass.py: using MSISDN 1041
22:50:59.547734 run              osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001050000000000', msisdn='1041', subscriber_id=41}
22:50:59.580270 tst         register_default_mass.py: using MSISDN 1042
22:50:59.593949 run              osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001050000000001', msisdn='1042', subscriber_id=42}
22:50:59.625223 tst         register_default_mass.py: using MSISDN 1043
22:50:59.640064 run              osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001050000000002', msisdn='1043', subscriber_id=43}
22:50:59.671249 tst         register_default_mass.py: using MSISDN 1044
22:50:59.685489 run              osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001050000000003', msisdn='1044', subscriber_id=44}
22:50:59.715997 tst         register_default_mass.py: using MSISDN 1045
22:50:59.727903 run              osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001050000000004', msisdn='1045', subscriber_id=45}
22:50:59.758031 tst         register_default_mass.py: using MSISDN 1046
22:50:59.772972 run              osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001050000000005', msisdn='1046', subscriber_id=46}
22:50:59.804835 tst         register_default_mass.py: using MSISDN 1047
22:50:59.819788 run              osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001050000000006', msisdn='1047', subscriber_id=47}
22:50:59.855232 tst         register_default_mass.py: using MSISDN 1048
22:50:59.869656 run              osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001050000000007', msisdn='1048', subscriber_id=48}
22:50:59.910894 tst         register_default_mass.py: using MSISDN 1049
22:50:59.925507 run              osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001050000000008', msisdn='1049', subscriber_id=49}
22:50:59.969338 tst         register_default_mass.py: using MSISDN 1050
22:50:59.984849 run              osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001050000000009', msisdn='1050', subscriber_id=50}
22:51:00.016550 tst         register_default_mass.py: using MSISDN 1051
22:51:00.030501 run              osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001060000000000', msisdn='1051', subscriber_id=51}
22:51:00.073579 tst         register_default_mass.py: using MSISDN 1052
22:51:00.087063 run              osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001060000000001', msisdn='1052', subscriber_id=52}
22:51:00.130362 tst         register_default_mass.py: using MSISDN 1053
22:51:00.142985 run              osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001060000000002', msisdn='1053', subscriber_id=53}
22:51:00.173059 tst         register_default_mass.py: using MSISDN 1054
22:51:00.187958 run              osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001060000000003', msisdn='1054', subscriber_id=54}
22:51:00.219997 tst         register_default_mass.py: using MSISDN 1055
22:51:00.233908 run              osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001060000000004', msisdn='1055', subscriber_id=55}
22:51:00.264937 tst         register_default_mass.py: using MSISDN 1056
22:51:00.279890 run              osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001060000000005', msisdn='1056', subscriber_id=56}
22:51:00.314681 tst         register_default_mass.py: using MSISDN 1057
22:51:00.327335 run              osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001060000000006', msisdn='1057', subscriber_id=57}
22:51:00.360820 tst         register_default_mass.py: using MSISDN 1058
22:51:00.374449 run              osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001060000000007', msisdn='1058', subscriber_id=58}
22:51:00.406464 tst         register_default_mass.py: using MSISDN 1059
22:51:00.421305 run              osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001060000000008', msisdn='1059', subscriber_id=59}
22:51:00.452458 tst         register_default_mass.py: using MSISDN 1060
22:51:00.467551 run              osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001060000000009', msisdn='1060', subscriber_id=60}
22:51:00.499896 tst         register_default_mass.py: using MSISDN 1061
22:51:00.514107 run              osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001070000000000', msisdn='1061', subscriber_id=61}
22:51:00.545906 tst         register_default_mass.py: using MSISDN 1062
22:51:00.560761 run              osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001070000000001', msisdn='1062', subscriber_id=62}
22:51:00.594479 tst         register_default_mass.py: using MSISDN 1063
22:51:00.609197 run              osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001070000000002', msisdn='1063', subscriber_id=63}
22:51:00.646070 tst         register_default_mass.py: using MSISDN 1064
22:51:00.660822 run              osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001070000000003', msisdn='1064', subscriber_id=64}
22:51:00.705593 tst         register_default_mass.py: using MSISDN 1065
22:51:00.718661 run              osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001070000000004', msisdn='1065', subscriber_id=65}
22:51:00.753923 tst         register_default_mass.py: using MSISDN 1066
22:51:00.765147 run              osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001070000000005', msisdn='1066', subscriber_id=66}
22:51:00.797456 tst         register_default_mass.py: using MSISDN 1067
22:51:00.813557 run              osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001070000000006', msisdn='1067', subscriber_id=67}
22:51:00.849279 tst         register_default_mass.py: using MSISDN 1068
22:51:00.863253 run              osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001070000000007', msisdn='1068', subscriber_id=68}
22:51:00.898133 tst         register_default_mass.py: using MSISDN 1069
22:51:00.913119 run              osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001070000000008', msisdn='1069', subscriber_id=69}
22:51:00.950556 tst         register_default_mass.py: using MSISDN 1070
22:51:00.965352 run              osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001070000000009', msisdn='1070', subscriber_id=70}
22:51:00.998738 tst         register_default_mass.py: using MSISDN 1071
22:51:01.013602 run              osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001080000000000', msisdn='1071', subscriber_id=71}
22:51:01.048085 tst         register_default_mass.py: using MSISDN 1072
22:51:01.062476 run              osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001080000000001', msisdn='1072', subscriber_id=72}
22:51:01.095812 tst         register_default_mass.py: using MSISDN 1073
22:51:01.110253 run              osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001080000000002', msisdn='1073', subscriber_id=73}
22:51:01.146609 tst         register_default_mass.py: using MSISDN 1074
22:51:01.161095 run              osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001080000000003', msisdn='1074', subscriber_id=74}
22:51:01.200685 tst         register_default_mass.py: using MSISDN 1075
22:51:01.212191 run              osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001080000000004', msisdn='1075', subscriber_id=75}
22:51:01.248081 tst         register_default_mass.py: using MSISDN 1076
22:51:01.259945 run              osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001080000000005', msisdn='1076', subscriber_id=76}
22:51:01.298746 tst         register_default_mass.py: using MSISDN 1077
22:51:01.311328 run              osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001080000000006', msisdn='1077', subscriber_id=77}
22:51:01.346444 tst         register_default_mass.py: using MSISDN 1078
22:51:01.361212 run              osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001080000000007', msisdn='1078', subscriber_id=78}
22:51:01.394611 tst         register_default_mass.py: using MSISDN 1079
22:51:01.409344 run              osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001080000000008', msisdn='1079', subscriber_id=79}
22:51:01.442633 tst         register_default_mass.py: using MSISDN 1080
22:51:01.457387 run              osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001080000000009', msisdn='1080', subscriber_id=80}
22:51:01.491622 tst         register_default_mass.py: using MSISDN 1081
22:51:01.505949 run              osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001090000000000', msisdn='1081', subscriber_id=81}
22:51:01.539656 tst         register_default_mass.py: using MSISDN 1082
22:51:01.554763 run              osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001090000000001', msisdn='1082', subscriber_id=82}
22:51:01.589461 tst         register_default_mass.py: using MSISDN 1083
22:51:01.602944 run              osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001090000000002', msisdn='1083', subscriber_id=83}
22:51:01.639274 tst         register_default_mass.py: using MSISDN 1084
22:51:01.651906 run              osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001090000000003', msisdn='1084', subscriber_id=84}
22:51:01.687831 tst         register_default_mass.py: using MSISDN 1085
22:51:01.701743 run              osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001090000000004', msisdn='1085', subscriber_id=85}
22:51:01.733727 tst         register_default_mass.py: using MSISDN 1086
22:51:01.748573 run              osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001090000000005', msisdn='1086', subscriber_id=86}
22:51:01.781179 tst         register_default_mass.py: using MSISDN 1087
22:51:01.795113 run              osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001090000000006', msisdn='1087', subscriber_id=87}
22:51:01.826861 tst         register_default_mass.py: using MSISDN 1088
22:51:01.842119 run              osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001090000000007', msisdn='1088', subscriber_id=88}
22:51:01.873760 tst         register_default_mass.py: using MSISDN 1089
22:51:01.889718 run              osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001090000000008', msisdn='1089', subscriber_id=89}
22:51:01.925243 tst         register_default_mass.py: using MSISDN 1090
22:51:01.938670 run              osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001090000000009', msisdn='1090', subscriber_id=90}
22:51:01.981954 tst         register_default_mass.py: using MSISDN 1091
22:51:01.997051 run              osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001100000000000', msisdn='1091', subscriber_id=91}
22:51:02.037391 tst         register_default_mass.py: using MSISDN 1092
22:51:02.050851 run              osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001100000000001', msisdn='1092', subscriber_id=92}
22:51:02.083013 tst         register_default_mass.py: using MSISDN 1093
22:51:02.097688 run              osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001100000000002', msisdn='1093', subscriber_id=93}
22:51:02.129066 tst         register_default_mass.py: using MSISDN 1094
22:51:02.144082 run              osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001100000000003', msisdn='1094', subscriber_id=94}
22:51:02.176923 tst         register_default_mass.py: using MSISDN 1095
22:51:02.190747 run              osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001100000000004', msisdn='1095', subscriber_id=95}
22:51:02.221672 tst         register_default_mass.py: using MSISDN 1096
22:51:02.236391 run              osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001100000000005', msisdn='1096', subscriber_id=96}
22:51:02.267313 tst         register_default_mass.py: using MSISDN 1097
22:51:02.281491 run              osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001100000000006', msisdn='1097', subscriber_id=97}
22:51:02.313451 tst         register_default_mass.py: using MSISDN 1098
22:51:02.328241 run              osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001100000000007', msisdn='1098', subscriber_id=98}
22:51:02.361014 tst         register_default_mass.py: using MSISDN 1099
22:51:02.372479 run              osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001100000000008', msisdn='1099', subscriber_id=99}
22:51:02.404618 tst         register_default_mass.py: using MSISDN 1100
22:51:02.418376 run              osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001100000000009', msisdn='1100', subscriber_id=100}
22:51:02.571796 run                             mass: Starting testcase
22:51:02.581139 run                             mass: Pre-launching all virtphy's
22:51:02.590502 run           osmo-ms-virt-phy/00000: Starting virtphy
22:51:02.612563 run   osmo-ms-virt-phy/00000(pid=35): Launched
22:51:02.622692 run           osmo-ms-virt-phy/00001: Starting virtphy
22:51:02.644708 run   osmo-ms-virt-phy/00001(pid=36): Launched
22:51:02.654888 run           osmo-ms-virt-phy/00002: Starting virtphy
22:51:02.676887 run   osmo-ms-virt-phy/00002(pid=37): Launched
22:51:02.687041 run           osmo-ms-virt-phy/00003: Starting virtphy
22:51:02.711093 run   osmo-ms-virt-phy/00003(pid=38): Launched
22:51:02.721150 run           osmo-ms-virt-phy/00004: Starting virtphy
22:51:02.743118 run   osmo-ms-virt-phy/00004(pid=39): Launched
22:51:02.753270 run           osmo-ms-virt-phy/00005: Starting virtphy
22:51:02.775262 run   osmo-ms-virt-phy/00005(pid=40): Launched
22:51:02.785387 run           osmo-ms-virt-phy/00006: Starting virtphy
22:51:02.807529 run   osmo-ms-virt-phy/00006(pid=41): Launched
22:51:02.817689 run           osmo-ms-virt-phy/00007: Starting virtphy
22:51:02.839749 run   osmo-ms-virt-phy/00007(pid=42): Launched
22:51:02.849893 run           osmo-ms-virt-phy/00008: Starting virtphy
22:51:02.872622 run   osmo-ms-virt-phy/00008(pid=43): Launched
22:51:02.882869 run           osmo-ms-virt-phy/00009: Starting virtphy
22:51:02.904946 run   osmo-ms-virt-phy/00009(pid=44): Launched
22:51:02.915098 run           osmo-ms-virt-phy/00010: Starting virtphy
22:51:02.937060 run   osmo-ms-virt-phy/00010(pid=45): Launched
22:51:02.947237 run           osmo-ms-virt-phy/00011: Starting virtphy
22:51:02.969203 run   osmo-ms-virt-phy/00011(pid=46): Launched
22:51:02.979391 run           osmo-ms-virt-phy/00012: Starting virtphy
22:51:03.001377 run   osmo-ms-virt-phy/00012(pid=47): Launched
22:51:03.011531 run           osmo-ms-virt-phy/00013: Starting virtphy
22:51:03.033533 run   osmo-ms-virt-phy/00013(pid=48): Launched
22:51:03.043717 run           osmo-ms-virt-phy/00014: Starting virtphy
22:51:03.065749 run   osmo-ms-virt-phy/00014(pid=49): Launched
22:51:03.075887 run           osmo-ms-virt-phy/00015: Starting virtphy
22:51:03.097966 run   osmo-ms-virt-phy/00015(pid=50): Launched
22:51:03.108082 run           osmo-ms-virt-phy/00016: Starting virtphy
22:51:03.130101 run   osmo-ms-virt-phy/00016(pid=51): Launched
22:51:03.140248 run           osmo-ms-virt-phy/00017: Starting virtphy
22:51:03.162281 run   osmo-ms-virt-phy/00017(pid=52): Launched
22:51:03.172423 run           osmo-ms-virt-phy/00018: Starting virtphy
22:51:03.194447 run   osmo-ms-virt-phy/00018(pid=53): Launched
22:51:03.204610 run           osmo-ms-virt-phy/00019: Starting virtphy
22:51:03.226651 run   osmo-ms-virt-phy/00019(pid=54): Launched
22:51:03.236790 run           osmo-ms-virt-phy/00020: Starting virtphy
22:51:03.258838 run   osmo-ms-virt-phy/00020(pid=55): Launched
22:51:03.268985 run           osmo-ms-virt-phy/00021: Starting virtphy
22:51:03.290996 run   osmo-ms-virt-phy/00021(pid=56): Launched
22:51:03.301151 run           osmo-ms-virt-phy/00022: Starting virtphy
22:51:03.323222 run   osmo-ms-virt-phy/00022(pid=57): Launched
22:51:03.333663 run           osmo-ms-virt-phy/00023: Starting virtphy
22:51:03.356511 run   osmo-ms-virt-phy/00023(pid=58): Launched
22:51:03.367006 run           osmo-ms-virt-phy/00024: Starting virtphy
22:51:03.389053 run   osmo-ms-virt-phy/00024(pid=59): Launched
22:51:03.399236 run           osmo-ms-virt-phy/00025: Starting virtphy
22:51:03.421258 run   osmo-ms-virt-phy/00025(pid=60): Launched
22:51:03.431424 run           osmo-ms-virt-phy/00026: Starting virtphy
22:51:03.453456 run   osmo-ms-virt-phy/00026(pid=61): Launched
22:51:03.463634 run           osmo-ms-virt-phy/00027: Starting virtphy
22:51:03.485646 run   osmo-ms-virt-phy/00027(pid=62): Launched
22:51:03.495803 run           osmo-ms-virt-phy/00028: Starting virtphy
22:51:03.517878 run   osmo-ms-virt-phy/00028(pid=63): Launched
22:51:03.528029 run           osmo-ms-virt-phy/00029: Starting virtphy
22:51:03.550115 run   osmo-ms-virt-phy/00029(pid=64): Launched
22:51:03.560260 run           osmo-ms-virt-phy/00030: Starting virtphy
22:51:03.582401 run   osmo-ms-virt-phy/00030(pid=65): Launched
22:51:03.592587 run           osmo-ms-virt-phy/00031: Starting virtphy
22:51:03.614643 run   osmo-ms-virt-phy/00031(pid=66): Launched
22:51:03.624827 run           osmo-ms-virt-phy/00032: Starting virtphy
22:51:03.646900 run   osmo-ms-virt-phy/00032(pid=67): Launched
22:51:03.657040 run           osmo-ms-virt-phy/00033: Starting virtphy
22:51:03.679256 run   osmo-ms-virt-phy/00033(pid=68): Launched
22:51:03.689403 run           osmo-ms-virt-phy/00034: Starting virtphy
22:51:03.711438 run   osmo-ms-virt-phy/00034(pid=69): Launched
22:51:03.721622 run           osmo-ms-virt-phy/00035: Starting virtphy
22:51:03.743686 run   osmo-ms-virt-phy/00035(pid=70): Launched
22:51:03.753866 run           osmo-ms-virt-phy/00036: Starting virtphy
22:51:03.775904 run   osmo-ms-virt-phy/00036(pid=71): Launched
22:51:03.786044 run           osmo-ms-virt-phy/00037: Starting virtphy
22:51:03.808074 run   osmo-ms-virt-phy/00037(pid=72): Launched
22:51:03.818230 run           osmo-ms-virt-phy/00038: Starting virtphy
22:51:03.840277 run   osmo-ms-virt-phy/00038(pid=73): Launched
22:51:03.850434 run           osmo-ms-virt-phy/00039: Starting virtphy
22:51:03.872452 run   osmo-ms-virt-phy/00039(pid=74): Launched
22:51:03.882600 run           osmo-ms-virt-phy/00040: Starting virtphy
22:51:03.904678 run   osmo-ms-virt-phy/00040(pid=75): Launched
22:51:03.915070 run           osmo-ms-virt-phy/00041: Starting virtphy
22:51:03.937255 run   osmo-ms-virt-phy/00041(pid=76): Launched
22:51:03.947479 run           osmo-ms-virt-phy/00042: Starting virtphy
22:51:03.969626 run   osmo-ms-virt-phy/00042(pid=77): Launched
22:51:03.979838 run           osmo-ms-virt-phy/00043: Starting virtphy
22:51:04.002034 run   osmo-ms-virt-phy/00043(pid=78): Launched
22:51:04.012227 run           osmo-ms-virt-phy/00044: Starting virtphy
22:51:04.035013 run   osmo-ms-virt-phy/00044(pid=79): Launched
22:51:04.045402 run           osmo-ms-virt-phy/00045: Starting virtphy
22:51:04.067735 run   osmo-ms-virt-phy/00045(pid=80): Launched
22:51:04.078006 run           osmo-ms-virt-phy/00046: Starting virtphy
22:51:04.102288 run   osmo-ms-virt-phy/00046(pid=81): Launched
22:51:04.112816 run           osmo-ms-virt-phy/00047: Starting virtphy
22:51:04.134958 run   osmo-ms-virt-phy/00047(pid=82): Launched
22:51:04.145181 run           osmo-ms-virt-phy/00048: Starting virtphy
22:51:04.167563 run   osmo-ms-virt-phy/00048(pid=83): Launched
22:51:04.177879 run           osmo-ms-virt-phy/00049: Starting virtphy
22:51:04.200111 run   osmo-ms-virt-phy/00049(pid=84): Launched
22:51:04.210644 run           osmo-ms-virt-phy/00050: Starting virtphy
22:51:04.233436 run   osmo-ms-virt-phy/00050(pid=85): Launched
22:51:04.243992 run           osmo-ms-virt-phy/00051: Starting virtphy
22:51:04.267232 run   osmo-ms-virt-phy/00051(pid=86): Launched
22:51:04.277774 run           osmo-ms-virt-phy/00052: Starting virtphy
22:51:04.300592 run   osmo-ms-virt-phy/00052(pid=87): Launched
22:51:04.311032 run           osmo-ms-virt-phy/00053: Starting virtphy
22:51:04.333124 run   osmo-ms-virt-phy/00053(pid=88): Launched
22:51:04.343569 run           osmo-ms-virt-phy/00054: Starting virtphy
22:51:04.366468 run   osmo-ms-virt-phy/00054(pid=89): Launched
22:51:04.376985 run           osmo-ms-virt-phy/00055: Starting virtphy
22:51:04.399298 run   osmo-ms-virt-phy/00055(pid=90): Launched
22:51:04.409794 run           osmo-ms-virt-phy/00056: Starting virtphy
22:51:04.432531 run   osmo-ms-virt-phy/00056(pid=91): Launched
22:51:04.442702 run           osmo-ms-virt-phy/00057: Starting virtphy
22:51:04.464925 run   osmo-ms-virt-phy/00057(pid=92): Launched
22:51:04.475206 run           osmo-ms-virt-phy/00058: Starting virtphy
22:51:04.497572 run   osmo-ms-virt-phy/00058(pid=93): Launched
22:51:04.507801 run           osmo-ms-virt-phy/00059: Starting virtphy
22:51:04.529919 run   osmo-ms-virt-phy/00059(pid=94): Launched
22:51:04.540122 run           osmo-ms-virt-phy/00060: Starting virtphy
22:51:04.562477 run   osmo-ms-virt-phy/00060(pid=95): Launched
22:51:04.575313 run           osmo-ms-virt-phy/00061: Starting virtphy
22:51:04.598332 run   osmo-ms-virt-phy/00061(pid=96): Launched
22:51:04.609054 run           osmo-ms-virt-phy/00062: Starting virtphy
22:51:04.634772 run   osmo-ms-virt-phy/00062(pid=97): Launched
22:51:04.645278 run           osmo-ms-virt-phy/00063: Starting virtphy
22:51:04.667697 run   osmo-ms-virt-phy/00063(pid=98): Launched
22:51:04.677981 run           osmo-ms-virt-phy/00064: Starting virtphy
22:51:04.701665 run   osmo-ms-virt-phy/00064(pid=99): Launched
22:51:04.711767 run           osmo-ms-virt-phy/00065: Starting virtphy
22:51:04.733895 run  osmo-ms-virt-phy/00065(pid=100): Launched
22:51:04.744140 run           osmo-ms-virt-phy/00066: Starting virtphy
22:51:04.766199 run  osmo-ms-virt-phy/00066(pid=101): Launched
22:51:04.776341 run           osmo-ms-virt-phy/00067: Starting virtphy
22:51:04.798372 run  osmo-ms-virt-phy/00067(pid=102): Launched
22:51:04.808539 run           osmo-ms-virt-phy/00068: Starting virtphy
22:51:04.830632 run  osmo-ms-virt-phy/00068(pid=103): Launched
22:51:04.840792 run           osmo-ms-virt-phy/00069: Starting virtphy
22:51:04.862877 run  osmo-ms-virt-phy/00069(pid=104): Launched
22:51:04.873012 run           osmo-ms-virt-phy/00070: Starting virtphy
22:51:04.895050 run  osmo-ms-virt-phy/00070(pid=105): Launched
22:51:04.905487 run           osmo-ms-virt-phy/00071: Starting virtphy
22:51:04.929893 run  osmo-ms-virt-phy/00071(pid=106): Launched
22:51:04.940365 run           osmo-ms-virt-phy/00072: Starting virtphy
22:51:04.963183 run  osmo-ms-virt-phy/00072(pid=107): Launched
22:51:04.973647 run           osmo-ms-virt-phy/00073: Starting virtphy
22:51:04.996454 run  osmo-ms-virt-phy/00073(pid=108): Launched
22:51:05.006796 run           osmo-ms-virt-phy/00074: Starting virtphy
22:51:05.029096 run  osmo-ms-virt-phy/00074(pid=109): Launched
22:51:05.039277 run           osmo-ms-virt-phy/00075: Starting virtphy
22:51:05.061343 run  osmo-ms-virt-phy/00075(pid=110): Launched
22:51:05.071507 run           osmo-ms-virt-phy/00076: Starting virtphy
22:51:05.093529 run  osmo-ms-virt-phy/00076(pid=111): Launched
22:51:05.103686 run           osmo-ms-virt-phy/00077: Starting virtphy
22:51:05.125751 run  osmo-ms-virt-phy/00077(pid=112): Launched
22:51:05.136040 run           osmo-ms-virt-phy/00078: Starting virtphy
22:51:05.161528 run  osmo-ms-virt-phy/00078(pid=113): Launched
22:51:05.171691 run           osmo-ms-virt-phy/00079: Starting virtphy
22:51:05.193871 run  osmo-ms-virt-phy/00079(pid=114): Launched
22:51:05.204015 run           osmo-ms-virt-phy/00080: Starting virtphy
22:51:05.226359 run  osmo-ms-virt-phy/00080(pid=115): Launched
22:51:05.236897 run           osmo-ms-virt-phy/00081: Starting virtphy
22:51:05.259492 run  osmo-ms-virt-phy/00081(pid=116): Launched
22:51:05.269630 run           osmo-ms-virt-phy/00082: Starting virtphy
22:51:05.293416 run  osmo-ms-virt-phy/00082(pid=117): Launched
22:51:05.304099 run           osmo-ms-virt-phy/00083: Starting virtphy
22:51:05.326854 run  osmo-ms-virt-phy/00083(pid=118): Launched
22:51:05.337274 run           osmo-ms-virt-phy/00084: Starting virtphy
22:51:05.359805 run  osmo-ms-virt-phy/00084(pid=119): Launched
22:51:05.369964 run           osmo-ms-virt-phy/00085: Starting virtphy
22:51:05.391895 run  osmo-ms-virt-phy/00085(pid=120): Launched
22:51:05.402071 run           osmo-ms-virt-phy/00086: Starting virtphy
22:51:05.424447 run  osmo-ms-virt-phy/00086(pid=121): Launched
22:51:05.435032 run           osmo-ms-virt-phy/00087: Starting virtphy
22:51:05.458055 run  osmo-ms-virt-phy/00087(pid=122): Launched
22:51:05.468564 run           osmo-ms-virt-phy/00088: Starting virtphy
22:51:05.491683 run  osmo-ms-virt-phy/00088(pid=123): Launched
22:51:05.503938 run           osmo-ms-virt-phy/00089: Starting virtphy
22:51:05.526386 run  osmo-ms-virt-phy/00089(pid=124): Launched
22:51:05.536601 run           osmo-ms-virt-phy/00090: Starting virtphy
22:51:05.559081 run  osmo-ms-virt-phy/00090(pid=125): Launched
22:51:05.571303 run           osmo-ms-virt-phy/00091: Starting virtphy
22:51:05.593519 run  osmo-ms-virt-phy/00091(pid=126): Launched
22:51:05.604163 run           osmo-ms-virt-phy/00092: Starting virtphy
22:51:05.627244 run  osmo-ms-virt-phy/00092(pid=127): Launched
22:51:05.637966 run           osmo-ms-virt-phy/00093: Starting virtphy
22:51:05.661050 run  osmo-ms-virt-phy/00093(pid=128): Launched
22:51:05.671566 run           osmo-ms-virt-phy/00094: Starting virtphy
22:51:05.693979 run  osmo-ms-virt-phy/00094(pid=129): Launched
22:51:05.704196 run           osmo-ms-virt-phy/00095: Starting virtphy
22:51:05.726351 run  osmo-ms-virt-phy/00095(pid=130): Launched
22:51:05.736552 run           osmo-ms-virt-phy/00096: Starting virtphy
22:51:05.758628 run  osmo-ms-virt-phy/00096(pid=131): Launched
22:51:05.768832 run           osmo-ms-virt-phy/00097: Starting virtphy
22:51:05.790970 run  osmo-ms-virt-phy/00097(pid=132): Launched
22:51:05.801090 run           osmo-ms-virt-phy/00098: Starting virtphy
22:51:05.823080 run  osmo-ms-virt-phy/00098(pid=133): Launched
22:51:05.833224 run           osmo-ms-virt-phy/00099: Starting virtphy
22:51:05.855409 run  osmo-ms-virt-phy/00099(pid=134): Launched
22:51:05.865479 run                             mass: Checking if sockets are in the filesystem
22:51:05.897476 run                osmo-ms-mob/00000: Starting mobile
22:51:05.919810 run       osmo-ms-mob/00000(pid=135): Launched
22:51:05.945153 run                             mass: MS start registered  {at=18273800.08341692, delay=0.015233345329761505, ms=00000}
22:51:10.102136 run                osmo-ms-mob/00001: Starting mobile
22:51:10.124975 run       osmo-ms-mob/00001(pid=136): Launched
22:51:10.148843 run                             mass: MS start registered  {at=18273804.287103914, delay=0.01361934095621109, ms=00001}
22:51:11.354257 run                             mass: MS performed LU  {at=18273805.49249195, lu_delay=5.409075029194355, ms=00000}
22:51:11.901222 run                osmo-ms-mob/00002: Starting mobile
22:51:11.923624 run       osmo-ms-mob/00002(pid=137): Launched
22:51:11.948001 run                             mass: MS start registered  {at=18273806.086273547, delay=0.014375511556863785, ms=00002}
22:51:13.213470 run                osmo-ms-mob/00003: Starting mobile
22:51:13.238440 run       osmo-ms-mob/00003(pid=138): Launched
22:51:13.262302 run                             mass: MS start registered  {at=18273807.400564596, delay=0.013865437358617783, ms=00003}
22:51:14.661544 run                osmo-ms-mob/00004: Starting mobile
22:51:14.686176 run       osmo-ms-mob/00004(pid=139): Launched
22:51:14.696312 run                             mass: Starting too slowly. Moving on {now=18273808.83459922, sleep=-0.3207421340048313, target=18273808.513857085}
22:51:14.706041 run                             mass: Starting too slowly. Moving on {now=18273808.844329808, sleep=-0.23047272115945816, target=18273808.613857087}
22:51:14.717663 run                             mass: MS start registered  {at=18273808.85593706, delay=0.021341335028409958, ms=00004}
22:51:14.727506 run                             mass: Starting too slowly. Moving on {now=18273808.865796544, sleep=-0.15193945541977882, target=18273808.71385709}
22:51:14.736954 run                             mass: Starting too slowly. Moving on {now=18273808.87524555, sleep=-0.06138845905661583, target=18273808.81385709}
22:51:15.298020 run                osmo-ms-mob/00005: Starting mobile
22:51:15.321556 run       osmo-ms-mob/00005(pid=140): Launched
22:51:15.344883 run                             mass: MS start registered  {at=18273809.483152416, delay=0.013153348118066788, ms=00005}
22:51:15.826563 run                             mass: MS performed LU  {at=18273809.96479313, lu_delay=5.677689217031002, ms=00001}
22:51:16.187707 run                osmo-ms-mob/00006: Starting mobile
22:51:16.209588 run       osmo-ms-mob/00006(pid=141): Launched
22:51:16.234421 run                             mass: MS start registered  {at=18273810.372696996, delay=0.014943905174732208, ms=00006}
22:51:17.021846 run                             mass: MS performed LU  {at=18273811.160085775, lu_delay=5.07381222769618, ms=00002}
22:51:17.056943 run                osmo-ms-mob/00007: Starting mobile
22:51:17.079522 run       osmo-ms-mob/00007(pid=142): Launched
22:51:17.104336 run                             mass: MS start registered  {at=18273811.2426163, delay=0.014764480292797089, ms=00007}
22:51:17.887647 run                osmo-ms-mob/00008: Starting mobile
22:51:17.909773 run       osmo-ms-mob/00008(pid=143): Launched
22:51:17.934739 run                             mass: MS start registered  {at=18273812.073010806, delay=0.014720015227794647, ms=00008}
22:51:18.589643 run                osmo-ms-mob/00009: Starting mobile
22:51:18.611679 run       osmo-ms-mob/00009(pid=144): Launched
22:51:18.637397 run                             mass: MS start registered  {at=18273812.775672283, delay=0.015574764460325241, ms=00009}
22:51:18.886435 run                             mass: MS performed LU  {at=18273813.02469362, lu_delay=5.624129023402929, ms=00003}
22:51:19.298624 run                osmo-ms-mob/00010: Starting mobile
22:51:19.321763 run       osmo-ms-mob/00010(pid=145): Launched
22:51:19.347194 run                             mass: MS start registered  {at=18273813.48546155, delay=0.015322085469961166, ms=00010}
22:51:19.889877 run                osmo-ms-mob/00011: Starting mobile
22:51:19.916411 run       osmo-ms-mob/00011(pid=146): Launched
22:51:19.941535 run                             mass: MS start registered  {at=18273814.079796888, delay=0.015070538967847824, ms=00011}
22:51:20.490191 run                osmo-ms-mob/00012: Starting mobile
22:51:20.512316 run       osmo-ms-mob/00012(pid=147): Launched
22:51:20.536153 run                             mass: MS start registered  {at=18273814.674424317, delay=0.012427225708961487, ms=00012}
22:51:20.787499 run                             mass: MS performed LU  {at=18273814.925757337, lu_delay=5.442604921758175, ms=00005}
22:51:20.815140 run                             mass: MS performed LU  {at=18273814.953418117, lu_delay=6.097481057047844, ms=00004}
22:51:20.833545 run                             mass: MS performed LU  {at=18273814.9718266, lu_delay=4.599129606038332, ms=00006}
22:51:20.851480 run                osmo-ms-mob/00013: Starting mobile
22:51:20.873458 run       osmo-ms-mob/00013(pid=148): Launched
22:51:20.897879 run                             mass: MS start registered  {at=18273815.03615007, delay=0.014328885823488235, ms=00013}
22:51:21.688053 run                osmo-ms-mob/00014: Starting mobile
22:51:21.712101 run       osmo-ms-mob/00014(pid=149): Launched
22:51:21.734969 run                             mass: MS start registered  {at=18273815.8732395, delay=0.012872066348791122, ms=00014}
22:51:22.302471 run                osmo-ms-mob/00015: Starting mobile
22:51:22.326861 run       osmo-ms-mob/00015(pid=150): Launched
22:51:22.350481 run                             mass: MS start registered  {at=18273816.488748685, delay=0.013127338141202927, ms=00015}
22:51:22.550449 run                             mass: MS performed LU  {at=18273816.6886975, lu_delay=5.446081198751926, ms=00007}
22:51:22.651853 run                             mass: MS performed LU  {at=18273816.790115926, lu_delay=4.717105120420456, ms=00008}
22:51:22.798502 run                osmo-ms-mob/00016: Starting mobile
22:51:22.823545 run       osmo-ms-mob/00016(pid=151): Launched
22:51:22.847959 run                             mass: MS start registered  {at=18273816.986236483, delay=0.014335274696350098, ms=00016}
22:51:23.306321 run                osmo-ms-mob/00017: Starting mobile
22:51:23.329023 run       osmo-ms-mob/00017(pid=152): Launched
22:51:23.354087 run                             mass: MS start registered  {at=18273817.49236244, delay=0.00844717025756836, ms=00017}
22:51:23.893425 run                osmo-ms-mob/00018: Starting mobile
22:51:23.915436 run       osmo-ms-mob/00018(pid=153): Launched
22:51:23.939691 run                             mass: MS start registered  {at=18273818.077945586, delay=0.014001335948705673, ms=00018}
22:51:24.298461 run                osmo-ms-mob/00019: Starting mobile
22:51:24.320427 run       osmo-ms-mob/00019(pid=154): Launched
22:51:24.343534 run                             mass: MS start registered  {at=18273818.481800348, delay=0.013067875057458878, ms=00019}
22:51:24.553368 run                             mass: MS performed LU  {at=18273818.691622153, lu_delay=5.915949869900942, ms=00009}
22:51:24.581139 run                             mass: MS performed LU  {at=18273818.719418388, lu_delay=5.233956836163998, ms=00010}
22:51:24.599669 run                             mass: MS performed LU  {at=18273818.73795216, lu_delay=4.658155273646116, ms=00011}
22:51:24.626467 run                osmo-ms-mob/00020: Starting mobile
22:51:24.648791 run       osmo-ms-mob/00020(pid=155): Launched
22:51:24.673372 run                             mass: MS start registered  {at=18273818.811644234, delay=0.01446167379617691, ms=00020}
22:51:25.290386 run                osmo-ms-mob/00021: Starting mobile
22:51:25.312735 run       osmo-ms-mob/00021(pid=156): Launched
22:51:25.337026 run                             mass: MS start registered  {at=18273819.47530192, delay=0.014237679541110992, ms=00021}
22:51:25.693919 run                osmo-ms-mob/00022: Starting mobile
22:51:25.716115 run       osmo-ms-mob/00022(pid=157): Launched
22:51:25.740069 run                             mass: MS start registered  {at=18273819.878308024, delay=0.013894759118556976, ms=00022}
22:51:26.201485 run                osmo-ms-mob/00023: Starting mobile
22:51:26.223923 run       osmo-ms-mob/00023(pid=158): Launched
22:51:26.249801 run                             mass: MS start registered  {at=18273820.388064884, delay=0.01575872302055359, ms=00023}
22:51:26.316020 run                             mass: MS performed LU  {at=18273820.45428455, lu_delay=5.418134476989508, ms=00013}
22:51:26.335016 run                             mass: MS performed LU  {at=18273820.473284394, lu_delay=5.79886007681489, ms=00012}
22:51:26.417986 run                             mass: MS performed LU  {at=18273820.556236066, lu_delay=4.682996567338705, ms=00014}
22:51:26.440526 run                osmo-ms-mob/00024: Starting mobile
22:51:26.462609 run       osmo-ms-mob/00024(pid=159): Launched
22:51:26.488310 run                             mass: MS start registered  {at=18273820.626571074, delay=0.015601523220539093, ms=00024}
22:51:27.102955 run                osmo-ms-mob/00025: Starting mobile
22:51:27.125326 run       osmo-ms-mob/00025(pid=160): Launched
22:51:27.148526 run                             mass: MS start registered  {at=18273821.286780972, delay=0.013088256120681763, ms=00025}
22:51:27.489892 run                osmo-ms-mob/00026: Starting mobile
22:51:27.514466 run       osmo-ms-mob/00026(pid=161): Launched
22:51:27.538434 run                             mass: MS start registered  {at=18273821.67669052, delay=0.008912261575460434, ms=00026}
22:51:27.904472 run                osmo-ms-mob/00027: Starting mobile
22:51:27.926807 run       osmo-ms-mob/00027(pid=162): Launched
22:51:27.947968 run                             mass: MS start registered  {at=18273822.08622482, delay=0.004921246320009232, ms=00027}
22:51:28.314922 run                osmo-ms-mob/00028: Starting mobile
22:51:28.341435 run       osmo-ms-mob/00028(pid=163): Launched
22:51:28.356519 run                             mass: MS performed LU  {at=18273822.49479173, lu_delay=6.006043046712875, ms=00015}
22:51:28.366688 run                             mass: MS performed LU  {at=18273822.50497191, lu_delay=5.5187354274094105, ms=00016}
22:51:28.376536 run                             mass: MS start registered  {at=18273822.514822368, delay=0.02005690708756447, ms=00028}
22:51:28.386446 run                             mass: MS performed LU  {at=18273822.524731565, lu_delay=5.032369125634432, ms=00017}
22:51:28.414004 run                osmo-ms-mob/00029: Starting mobile
22:51:28.438017 run       osmo-ms-mob/00029(pid=164): Launched
22:51:28.461663 run                             mass: MS start registered  {at=18273822.59993004, delay=0.013175521045923233, ms=00029}
22:51:29.087862 run                osmo-ms-mob/00030: Starting mobile
22:51:29.110089 run       osmo-ms-mob/00030(pid=165): Launched
22:51:29.137938 run                             mass: MS start registered  {at=18273823.276187226, delay=0.017651844769716263, ms=00030}
22:51:29.489964 run                osmo-ms-mob/00031: Starting mobile
22:51:29.512096 run       osmo-ms-mob/00031(pid=166): Launched
22:51:29.538066 run                             mass: MS start registered  {at=18273823.67632387, delay=0.015846233814954758, ms=00031}
22:51:29.789918 run                osmo-ms-mob/00032: Starting mobile
22:51:29.812163 run       osmo-ms-mob/00032(pid=167): Launched
22:51:29.838853 run                             mass: MS start registered  {at=18273823.977117334, delay=0.015944693237543106, ms=00032}
22:51:30.081919 run                             mass: MS performed LU  {at=18273824.220165264, lu_delay=6.142219677567482, ms=00018}
22:51:30.103983 run                osmo-ms-mob/00033: Starting mobile
22:51:30.126494 run       osmo-ms-mob/00033(pid=168): Launched
22:51:30.136773 run                             mass: MS performed LU  {at=18273824.275053803, lu_delay=5.463409569114447, ms=00020}
22:51:30.153017 run                             mass: MS start registered  {at=18273824.291300014, delay=0.01626633107662201, ms=00033}
22:51:30.184163 run                             mass: MS performed LU  {at=18273824.3224286, lu_delay=4.847126677632332, ms=00021}
22:51:30.354566 run                             mass: MS performed LU  {at=18273824.492823713, lu_delay=6.011023364961147, ms=00019}
22:51:30.389171 run                osmo-ms-mob/00034: Starting mobile
22:51:30.412770 run       osmo-ms-mob/00034(pid=169): Launched
22:51:30.437032 run                             mass: MS start registered  {at=18273824.57530481, delay=0.013484392315149307, ms=00034}
22:51:30.608245 run                             mass: MS performed LU  {at=18273824.746493004, lu_delay=4.868184980005026, ms=00022}
22:51:30.889967 run                osmo-ms-mob/00035: Starting mobile
22:51:30.912208 run       osmo-ms-mob/00035(pid=170): Launched
22:51:30.937620 run                             mass: MS start registered  {at=18273825.075879507, delay=0.015231553465127945, ms=00035}
22:51:31.289975 run                osmo-ms-mob/00036: Starting mobile
22:51:31.312476 run       osmo-ms-mob/00036(pid=171): Launched
22:51:31.338225 run                             mass: MS start registered  {at=18273825.476483952, delay=0.015165936201810837, ms=00036}
22:51:31.687551 run                osmo-ms-mob/00037: Starting mobile
22:51:31.711719 run       osmo-ms-mob/00037(pid=172): Launched
22:51:31.735292 run                             mass: MS start registered  {at=18273825.87356885, delay=0.013378996402025223, ms=00037}
22:51:31.988105 run                osmo-ms-mob/00038: Starting mobile
22:51:32.010461 run       osmo-ms-mob/00038(pid=173): Launched
22:51:32.036106 run                             mass: MS start registered  {at=18273826.174368437, delay=0.015068020671606064, ms=00038}
22:51:32.085251 run                             mass: MS performed LU  {at=18273826.223523155, lu_delay=4.936742182821035, ms=00025}
22:51:32.113031 run                             mass: MS performed LU  {at=18273826.25129296, lu_delay=5.624721884727478, ms=00024}
22:51:32.136841 run                osmo-ms-mob/00039: Starting mobile
22:51:32.159229 run       osmo-ms-mob/00039(pid=174): Launched
22:51:32.169533 run                             mass: MS performed LU  {at=18273826.307816595, lu_delay=4.6311260759830475, ms=00026}
22:51:32.185253 run                             mass: MS start registered  {at=18273826.32353692, delay=0.01573440432548523, ms=00039}
22:51:32.274498 run                             mass: MS performed LU  {at=18273826.41275226, lu_delay=6.024687375873327, ms=00023}
22:51:32.691606 run                osmo-ms-mob/00040: Starting mobile
22:51:32.715074 run       osmo-ms-mob/00040(pid=175): Launched
22:51:32.740432 run                             mass: MS start registered  {at=18273826.87866669, delay=0.015148773789405823, ms=00040}
22:51:32.991148 run                osmo-ms-mob/00041: Starting mobile
22:51:33.014861 run       osmo-ms-mob/00041(pid=176): Launched
22:51:33.036164 run                             mass: MS start registered  {at=18273827.17443068, delay=0.011141911149024963, ms=00041}
22:51:33.289822 run                osmo-ms-mob/00042: Starting mobile
22:51:33.312230 run       osmo-ms-mob/00042(pid=177): Launched
22:51:33.337482 run                             mass: MS start registered  {at=18273827.475747705, delay=0.015035971999168396, ms=00042}
22:51:33.690025 run                osmo-ms-mob/00043: Starting mobile
22:51:33.714415 run       osmo-ms-mob/00043(pid=178): Launched
22:51:33.739238 run                             mass: MS start registered  {at=18273827.877503734, delay=0.01443079486489296, ms=00043}
22:51:33.847897 run                             mass: MS performed LU  {at=18273827.986161485, lu_delay=5.471339117735624, ms=00028}
22:51:33.949197 run                             mass: MS performed LU  {at=18273828.087441567, lu_delay=4.811254341155291, ms=00030}
22:51:33.971979 run                osmo-ms-mob/00044: Starting mobile
22:51:33.994218 run       osmo-ms-mob/00044(pid=179): Launched
22:51:34.020055 run                             mass: MS start registered  {at=18273828.158303995, delay=0.01558280736207962, ms=00044}
22:51:34.120665 run                             mass: MS performed LU  {at=18273828.258920573, lu_delay=6.172695752233267, ms=00027}
22:51:34.289620 run                osmo-ms-mob/00045: Starting mobile
22:51:34.311966 run       osmo-ms-mob/00045(pid=180): Launched
22:51:34.336963 run                             mass: MS start registered  {at=18273828.475222234, delay=0.014563888311386108, ms=00045}
22:51:34.374733 run                             mass: MS performed LU  {at=18273828.513000343, lu_delay=4.836676474660635, ms=00031}
22:51:34.590002 run                osmo-ms-mob/00046: Starting mobile
22:51:34.612842 run       osmo-ms-mob/00046(pid=181): Launched
22:51:34.637107 run                             mass: MS start registered  {at=18273828.77537115, delay=0.014081373810768127, ms=00046}
22:51:34.889764 run                osmo-ms-mob/00047: Starting mobile
22:51:34.912892 run       osmo-ms-mob/00047(pid=182): Launched
22:51:34.938843 run                             mass: MS start registered  {at=18273829.07709687, delay=0.015718530863523483, ms=00047}
22:51:35.189739 run                osmo-ms-mob/00048: Starting mobile
22:51:35.212681 run       osmo-ms-mob/00048(pid=183): Launched
22:51:35.236212 run                             mass: MS start registered  {at=18273829.374487594, delay=0.012401994317770004, ms=00048}
22:51:35.489897 run                osmo-ms-mob/00049: Starting mobile
22:51:35.512381 run       osmo-ms-mob/00049(pid=184): Launched
22:51:35.537272 run                             mass: MS start registered  {at=18273829.675531615, delay=0.01410694420337677, ms=00049}
22:51:35.792619 run                osmo-ms-mob/00050: Starting mobile
22:51:35.815442 run       osmo-ms-mob/00050(pid=185): Launched
22:51:35.841146 run                             mass: MS start registered  {at=18273829.97940569, delay=0.015191152691841125, ms=00050}
22:51:35.856509 run                             mass: MS performed LU  {at=18273829.99478727, lu_delay=4.9189077615737915, ms=00035}
22:51:35.878097 run                             mass: MS performed LU  {at=18273830.01636505, lu_delay=4.539881099015474, ms=00036}
22:51:35.897540 run                             mass: MS performed LU  {at=18273830.035818145, lu_delay=5.460513334721327, ms=00034}
22:51:35.929429 run                osmo-ms-mob/00051: Starting mobile
22:51:35.951880 run       osmo-ms-mob/00051(pid=186): Launched
22:51:35.976822 run                             mass: MS start registered  {at=18273830.11508091, delay=0.01472640410065651, ms=00051}
22:51:36.059000 run                             mass: MS performed LU  {at=18273830.19725016, lu_delay=5.9059501476585865, ms=00033}
22:51:36.498971 run                osmo-ms-mob/00052: Starting mobile
22:51:36.523702 run       osmo-ms-mob/00052(pid=187): Launched
22:51:36.548842 run                             mass: MS start registered  {at=18273830.687094454, delay=0.01460818201303482, ms=00052}
22:51:36.795833 run                osmo-ms-mob/00053: Starting mobile
22:51:36.818348 run       osmo-ms-mob/00053(pid=188): Launched
22:51:36.845428 run                             mass: MS start registered  {at=18273830.983689122, delay=0.016434669494628906, ms=00053}
22:51:37.103811 run                osmo-ms-mob/00054: Starting mobile
22:51:37.126667 run       osmo-ms-mob/00054(pid=189): Launched
22:51:37.150902 run                             mass: MS start registered  {at=18273831.28916942, delay=0.013678092509508133, ms=00054}
22:51:37.390047 run                osmo-ms-mob/00055: Starting mobile
22:51:37.412479 run       osmo-ms-mob/00055(pid=190): Launched
22:51:37.438084 run                             mass: MS start registered  {at=18273831.57634174, delay=0.015208307653665543, ms=00055}
22:51:37.613408 run                             mass: MS performed LU  {at=18273831.75164971, lu_delay=4.577219031751156, ms=00041}
22:51:37.636736 run                osmo-ms-mob/00056: Starting mobile
22:51:37.661129 run       osmo-ms-mob/00056(pid=191): Launched
22:51:37.671850 run                             mass: MS performed LU  {at=18273831.810127236, lu_delay=4.931460544466972, ms=00040}
22:51:37.686079 run                             mass: MS start registered  {at=18273831.82436067, delay=0.01425454393029213, ms=00056}
22:51:37.715592 run                             mass: MS performed LU  {at=18273831.85386272, lu_delay=5.980293869972229, ms=00037}
22:51:37.747246 run                osmo-ms-mob/00057: Starting mobile
22:51:37.771457 run       osmo-ms-mob/00057(pid=192): Launched
22:51:37.797162 run                             mass: MS start registered  {at=18273831.935440022, delay=0.015263240784406662, ms=00057}
22:51:37.904956 run                             mass: MS performed LU  {at=18273832.04320481, lu_delay=5.719667889177799, ms=00039}
22:51:38.213699 run                             mass: MS performed LU  {at=18273832.35193383, lu_delay=4.87618612498045, ms=00042}
22:51:38.412735 run                osmo-ms-mob/00058: Starting mobile
22:51:38.436838 run       osmo-ms-mob/00058(pid=193): Launched
22:51:38.462463 run                             mass: MS start registered  {at=18273832.600724757, delay=0.015210922807455063, ms=00058}
22:51:38.689917 run                osmo-ms-mob/00059: Starting mobile
22:51:38.712843 run       osmo-ms-mob/00059(pid=194): Launched
22:51:38.736661 run                             mass: MS start registered  {at=18273832.874919463, delay=0.013122707605361938, ms=00059}
22:51:38.795111 run                             mass: MS performed LU  {at=18273832.933368932, lu_delay=4.775064937770367, ms=00044}
22:51:38.990241 run                osmo-ms-mob/00060: Starting mobile
22:51:39.012931 run       osmo-ms-mob/00060(pid=195): Launched
22:51:39.038262 run                             mass: MS start registered  {at=18273833.17651164, delay=0.014728430658578873, ms=00060}
22:51:39.401530 run                osmo-ms-mob/00061: Starting mobile
22:51:39.424750 run       osmo-ms-mob/00061(pid=196): Launched
22:51:39.451243 run                             mass: MS start registered  {at=18273833.589501746, delay=0.01603809744119644, ms=00061}
22:51:39.617045 run                             mass: MS performed LU  {at=18273833.75527558, lu_delay=5.280053347349167, ms=00045}
22:51:39.640505 run                osmo-ms-mob/00062: Starting mobile
22:51:39.663662 run       osmo-ms-mob/00062(pid=197): Launched
22:51:39.673975 run                             mass: MS performed LU  {at=18273833.81225582, lu_delay=5.036884669214487, ms=00046}
22:51:39.684252 run                             mass: MS performed LU  {at=18273833.822538175, lu_delay=5.9450344406068325, ms=00043}
22:51:39.694250 run                             mass: MS start registered  {at=18273833.83253655, delay=0.02029896154999733, ms=00062}
22:51:39.721284 run                osmo-ms-mob/00063: Starting mobile
22:51:39.747524 run       osmo-ms-mob/00063(pid=198): Launched
22:51:39.772152 run                             mass: MS start registered  {at=18273833.91040131, delay=0.014109138399362564, ms=00063}
22:51:39.824389 run                             mass: MS performed LU  {at=18273833.96263282, lu_delay=4.885535951703787, ms=00047}
22:51:40.393450 run                osmo-ms-mob/00064: Starting mobile
22:51:40.418104 run       osmo-ms-mob/00064(pid=199): Launched
22:51:40.443310 run                             mass: MS start registered  {at=18273834.581553284, delay=0.014802630990743637, ms=00064}
22:51:40.654999 run                             mass: MS performed LU  {at=18273834.79323629, lu_delay=3.5040668696165085, ms=00054}
22:51:40.804055 run                osmo-ms-mob/00065: Starting mobile
22:51:40.826173 run       osmo-ms-mob/00065(pid=200): Launched
22:51:40.852811 run                             mass: MS start registered  {at=18273834.99106361, delay=0.01641622558236122, ms=00065}
22:51:41.100437 run                osmo-ms-mob/00066: Starting mobile
22:51:41.126822 run       osmo-ms-mob/00066(pid=201): Launched
22:51:41.151634 run                             mass: MS start registered  {at=18273835.28989362, delay=0.014658037573099136, ms=00066}
22:51:41.398174 run                             mass: MS performed LU  {at=18273835.536411423, lu_delay=5.860879808664322, ms=00049}
22:51:41.421165 run                osmo-ms-mob/00067: Starting mobile
22:51:41.444118 run       osmo-ms-mob/00067(pid=202): Launched
22:51:41.454673 run                             mass: MS performed LU  {at=18273835.592949267, lu_delay=5.477868355810642, ms=00051}
22:51:41.470714 run                             mass: MS start registered  {at=18273835.608998675, delay=0.016071923077106476, ms=00067}
22:51:41.743860 run                             mass: MS performed LU  {at=18273835.882089954, lu_delay=5.902684263885021, ms=00050}
22:51:41.779029 run                osmo-ms-mob/00068: Starting mobile
22:51:41.802713 run       osmo-ms-mob/00068(pid=203): Launched
22:51:41.831331 run                             mass: MS start registered  {at=18273835.969597276, delay=0.018152780830860138, ms=00068}
22:51:42.206335 run                osmo-ms-mob/00069: Starting mobile
22:51:42.228864 run       osmo-ms-mob/00069(pid=204): Launched
22:51:42.254934 run                             mass: MS start registered  {at=18273836.393196803, delay=0.01523340493440628, ms=00069}
22:51:42.353478 run                             mass: MS performed LU  {at=18273836.49169206, lu_delay=3.8909673020243645, ms=00058}
22:51:42.441154 run                             mass: MS performed LU  {at=18273836.579385262, lu_delay=5.59569614008069, ms=00053}
22:51:42.469142 run                             mass: MS performed LU  {at=18273836.607407253, lu_delay=5.92031279951334, ms=00052}
22:51:42.490799 run                osmo-ms-mob/00070: Starting mobile
22:51:42.514202 run       osmo-ms-mob/00070(pid=205): Launched
22:51:42.525420 run                             mass: MS performed LU  {at=18273836.663697567, lu_delay=3.788778103888035, ms=00059}
22:51:42.540553 run                             mass: MS start registered  {at=18273836.67882959, delay=0.015153676271438599, ms=00070}
22:51:42.558215 run                             mass: MS performed LU  {at=18273836.69648247, lu_delay=5.120140727609396, ms=00055}
22:51:43.009074 run                osmo-ms-mob/00071: Starting mobile
22:51:43.033677 run       osmo-ms-mob/00071(pid=206): Launched
22:51:43.060726 run                             mass: MS start registered  {at=18273837.19896385, delay=0.015947647392749786, ms=00071}
22:51:43.337017 run                             mass: MS performed LU  {at=18273837.4752426, lu_delay=5.650881931185722, ms=00056}
22:51:43.377528 run                osmo-ms-mob/00072: Starting mobile
22:51:43.401454 run       osmo-ms-mob/00072(pid=207): Launched
22:51:43.411989 run                             mass: MS performed LU  {at=18273837.55026461, lu_delay=4.373752970248461, ms=00060}
22:51:43.429576 run                             mass: MS start registered  {at=18273837.567854628, delay=0.017613030970096588, ms=00072}
22:51:43.790556 run                osmo-ms-mob/00073: Starting mobile
22:51:43.813311 run       osmo-ms-mob/00073(pid=208): Launched
22:51:43.839984 run                             mass: MS start registered  {at=18273837.97821895, delay=0.015581633895635605, ms=00073}
22:51:44.196900 run                osmo-ms-mob/00074: Starting mobile
22:51:44.221767 run       osmo-ms-mob/00074(pid=209): Launched
22:51:44.232256 run                             mass: MS performed LU  {at=18273838.370530773, lu_delay=6.435090750455856, ms=00057}
22:51:44.246062 run                             mass: MS start registered  {at=18273838.384340994, delay=0.013832654803991318, ms=00074}
22:51:44.435363 run                             mass: MS performed LU  {at=18273838.573584095, lu_delay=3.5825204849243164, ms=00065}
22:51:44.589899 run                osmo-ms-mob/00075: Starting mobile
22:51:44.612678 run       osmo-ms-mob/00075(pid=210): Launched
22:51:44.638316 run                             mass: MS start registered  {at=18273838.776567273, delay=0.013386428356170654, ms=00075}
22:51:45.089843 run                osmo-ms-mob/00076: Starting mobile
22:51:45.111907 run       osmo-ms-mob/00076(pid=211): Launched
22:51:45.136858 run                             mass: MS start registered  {at=18273839.275091246, delay=0.014735110104084015, ms=00076}
22:51:45.182890 run                             mass: MS performed LU  {at=18273839.321134564, lu_delay=5.4885980151593685, ms=00062}
22:51:45.256012 run                             mass: MS performed LU  {at=18273839.394249972, lu_delay=5.483848661184311, ms=00063}
22:51:45.274374 run                             mass: MS performed LU  {at=18273839.412646167, lu_delay=5.823144420981407, ms=00061}
22:51:45.297410 run                osmo-ms-mob/00077: Starting mobile
22:51:45.320093 run       osmo-ms-mob/00077(pid=212): Launched
22:51:45.343908 run                             mass: MS start registered  {at=18273839.48214386, delay=0.013533778488636017, ms=00077}
22:51:45.500514 run                             mass: MS performed LU  {at=18273839.638751313, lu_delay=5.057198029011488, ms=00064}
22:51:45.989906 run                osmo-ms-mob/00078: Starting mobile
22:51:46.012385 run       osmo-ms-mob/00078(pid=213): Launched
22:51:46.036874 run                             mass: MS start registered  {at=18273840.175121985, delay=0.013952631503343582, ms=00078}
22:51:46.313502 run                             mass: MS performed LU  {at=18273840.451732304, lu_delay=5.161838684231043, ms=00066}
22:51:46.341134 run                osmo-ms-mob/00079: Starting mobile
22:51:46.367151 run       osmo-ms-mob/00079(pid=214): Launched
22:51:46.393463 run                             mass: MS start registered  {at=18273840.531717487, delay=0.01551257073879242, ms=00079}
22:51:46.907313 run                osmo-ms-mob/00080: Starting mobile
22:51:46.932010 run       osmo-ms-mob/00080(pid=215): Launched
22:51:46.958100 run                             mass: MS start registered  {at=18273841.096330352, delay=0.014197606593370438, ms=00080}
22:51:47.047122 run                             mass: MS performed LU  {at=18273841.185354255, lu_delay=5.215756978839636, ms=00068}
22:51:47.103264 run                             mass: MS performed LU  {at=18273841.241517115, lu_delay=5.632518440485001, ms=00067}
22:51:47.175741 run                             mass: MS performed LU  {at=18273841.314003337, lu_delay=4.635173745453358, ms=00070}
22:51:47.356358 run                             mass: MS performed LU  {at=18273841.494585834, lu_delay=5.101389031857252, ms=00069}
22:51:47.398281 run                osmo-ms-mob/00081: Starting mobile
22:51:47.420808 run       osmo-ms-mob/00081(pid=216): Launched
22:51:47.449634 run                             mass: MS start registered  {at=18273841.587866396, delay=0.01869223266839981, ms=00081}
22:51:47.790519 run                osmo-ms-mob/00082: Starting mobile
22:51:47.813194 run       osmo-ms-mob/00082(pid=217): Launched
22:51:47.839602 run                             mass: MS start registered  {at=18273841.977836255, delay=0.0162484273314476, ms=00082}
22:51:48.389996 run                osmo-ms-mob/00083: Starting mobile
22:51:48.411951 run       osmo-ms-mob/00083(pid=218): Launched
22:51:48.437800 run                             mass: MS start registered  {at=18273842.57602937, delay=0.015672806650400162, ms=00083}
22:51:48.908564 run                osmo-ms-mob/00084: Starting mobile
22:51:48.933310 run       osmo-ms-mob/00084(pid=219): Launched
22:51:48.957152 run                             mass: MS start registered  {at=18273843.095396817, delay=0.01331983134150505, ms=00084}
22:51:49.012498 run                             mass: MS performed LU  {at=18273843.150742102, lu_delay=4.76640110835433, ms=00074}
22:51:49.031071 run                             mass: MS performed LU  {at=18273843.169350717, lu_delay=5.601496089249849, ms=00072}
22:51:49.146371 run                             mass: MS performed LU  {at=18273843.28463691, lu_delay=6.085673060268164, ms=00071}
22:51:49.183422 run                             mass: MS performed LU  {at=18273843.32168384, lu_delay=5.3434648886322975, ms=00073}
22:51:49.207273 run                osmo-ms-mob/00085: Starting mobile
22:51:49.229903 run       osmo-ms-mob/00085(pid=220): Launched
22:51:49.240302 run                             mass: MS performed LU  {at=18273843.37857681, lu_delay=4.602009538561106, ms=00075}
22:51:49.260338 run                             mass: MS start registered  {at=18273843.39859785, delay=0.020047660917043686, ms=00085}
22:51:49.988223 run                osmo-ms-mob/00086: Starting mobile
22:51:50.010593 run       osmo-ms-mob/00086(pid=221): Launched
22:51:50.037239 run                             mass: MS start registered  {at=18273844.175498825, delay=0.016131967306137085, ms=00086}
22:51:50.601932 run                osmo-ms-mob/00087: Starting mobile
22:51:50.624224 run       osmo-ms-mob/00087(pid=222): Launched
22:51:50.651245 run                             mass: MS start registered  {at=18273844.789490357, delay=0.016445491462945938, ms=00087}
22:51:50.812831 run                             mass: MS performed LU  {at=18273844.951069593, lu_delay=5.468925733119249, ms=00077}
22:51:50.942255 run                             mass: MS performed LU  {at=18273845.08048921, lu_delay=4.905367225408554, ms=00078}
22:51:50.959862 run                             mass: MS performed LU  {at=18273845.098139122, lu_delay=5.823047876358032, ms=00076}
22:51:51.104283 run                             mass: MS performed LU  {at=18273845.242513068, lu_delay=22.642583027482033, ms=00029}
22:51:51.146871 run                osmo-ms-mob/00088: Starting mobile
22:51:51.168864 run       osmo-ms-mob/00088(pid=223): Launched
22:51:51.179056 run                             mass: MS performed LU  {at=18273845.317338023, lu_delay=4.785620536655188, ms=00079}
22:51:51.193870 run                             mass: MS start registered  {at=18273845.33215422, delay=0.014833848923444748, ms=00088}
22:51:51.787838 run                osmo-ms-mob/00089: Starting mobile
22:51:51.810548 run       osmo-ms-mob/00089(pid=224): Launched
22:51:51.833601 run                             mass: MS start registered  {at=18273845.971862964, delay=0.012748964130878448, ms=00089}
22:51:52.389978 run                osmo-ms-mob/00090: Starting mobile
22:51:52.412072 run       osmo-ms-mob/00090(pid=225): Launched
22:51:52.435623 run                             mass: MS start registered  {at=18273846.57388722, delay=0.01344730332493782, ms=00090}
22:51:52.778485 run                             mass: MS performed LU  {at=18273846.91670682, lu_delay=5.820376466959715, ms=00080}
22:51:52.796992 run                             mass: MS performed LU  {at=18273846.93526485, lu_delay=4.957428593188524, ms=00082}
22:51:52.949663 run                             mass: MS performed LU  {at=18273847.08791433, lu_delay=23.110796995460987, ms=00032}
22:51:52.991268 run                osmo-ms-mob/00091: Starting mobile
22:51:53.015348 run       osmo-ms-mob/00091(pid=226): Launched
22:51:53.039690 run                             mass: MS start registered  {at=18273847.177947123, delay=0.013994339853525162, ms=00091}
22:51:53.203407 run                             mass: MS performed LU  {at=18273847.34162933, lu_delay=4.765599958598614, ms=00083}
22:51:53.789852 run                osmo-ms-mob/00092: Starting mobile
22:51:53.812220 run       osmo-ms-mob/00092(pid=227): Launched
22:51:53.837485 run                             mass: MS start registered  {at=18273847.97574349, delay=0.015004593878984451, ms=00092}
22:51:54.590729 run                osmo-ms-mob/00093: Starting mobile
22:51:54.613772 run       osmo-ms-mob/00093(pid=228): Launched
22:51:54.624864 run                             mass: MS performed LU  {at=18273848.763137326, lu_delay=5.667740508913994, ms=00084}
22:51:54.642384 run                             mass: MS start registered  {at=18273848.780659817, delay=0.017548460513353348, ms=00093}
22:51:54.708066 run                             mass: MS performed LU  {at=18273848.846337017, lu_delay=5.447739165276289, ms=00085}
22:51:54.725636 run                             mass: MS performed LU  {at=18273848.86391514, lu_delay=4.688416317105293, ms=00086}
22:51:55.106175 run                             mass: MS performed LU  {at=18273849.244410057, lu_delay=23.070041619241238, ms=00038}
22:51:55.487645 run                osmo-ms-mob/00094: Starting mobile
22:51:55.509953 run       osmo-ms-mob/00094(pid=229): Launched
22:51:55.535805 run                             mass: MS start registered  {at=18273849.674055494, delay=0.015183188021183014, ms=00094}
22:51:56.409519 run                osmo-ms-mob/00095: Starting mobile
22:51:56.433963 run       osmo-ms-mob/00095(pid=230): Launched
22:51:56.464845 run                             mass: MS start registered  {at=18273850.60308129, delay=0.02070573717355728, ms=00095}
22:51:56.479353 run                             mass: MS performed LU  {at=18273850.61761539, lu_delay=5.828125033527613, ms=00087}
22:51:56.544269 run                             mass: MS performed LU  {at=18273850.68250468, lu_delay=4.710641715675592, ms=00089}
22:51:56.562881 run                             mass: MS performed LU  {at=18273850.70115524, lu_delay=5.369001019746065, ms=00088}
22:51:57.410735 run                osmo-ms-mob/00096: Starting mobile
22:51:57.438293 run       osmo-ms-mob/00096(pid=231): Launched
22:51:57.463000 run                             mass: MS start registered  {at=18273851.60126421, delay=0.014372292906045914, ms=00096}
22:51:58.344092 run                             mass: MS performed LU  {at=18273852.482314598, lu_delay=23.107827004045248, ms=00048}
22:51:58.473872 run                             mass: MS performed LU  {at=18273852.61211061, lu_delay=6.038223389536142, ms=00090}
22:51:58.514666 run                osmo-ms-mob/00097: Starting mobile
22:51:58.536854 run       osmo-ms-mob/00097(pid=232): Launched
22:51:58.546968 run                             mass: MS performed LU  {at=18273852.685247853, lu_delay=5.507300730794668, ms=00091}
22:51:58.562503 run                             mass: MS start registered  {at=18273852.700783834, delay=0.015555277466773987, ms=00097}
22:51:58.853335 run                             mass: MS performed LU  {at=18273852.991561677, lu_delay=5.015818186104298, ms=00092}
22:51:59.790159 run                osmo-ms-mob/00098: Starting mobile
22:51:59.813249 run       osmo-ms-mob/00098(pid=233): Launched
22:51:59.837877 run                             mass: MS start registered  {at=18273853.976147722, delay=0.014418892562389374, ms=00098}
22:52:00.310319 run                             mass: MS performed LU  {at=18273854.448537473, lu_delay=4.774481978267431, ms=00094}
22:52:00.328818 run                             mass: MS performed LU  {at=18273854.467096005, lu_delay=5.68643618747592, ms=00093}
22:52:01.601246 run                osmo-ms-mob/00099: Starting mobile
22:52:01.624997 run       osmo-ms-mob/00099(pid=234): Launched
22:52:01.635359 run                             mass: All started... {duration=55.75978945940733, too_slow=4}
22:52:01.652379 run                             mass: MS start registered  {at=18273855.790639535, delay=0.01699671521782875, ms=00099}
22:52:02.239376 run                             mass: MS performed LU  {at=18273856.37760819, lu_delay=4.776343982666731, ms=00096}
22:52:02.258044 run                             mass: MS performed LU  {at=18273856.39631867, lu_delay=5.793237380683422, ms=00095}
22:52:04.076658 run                             mass: MS performed LU  {at=18273858.214883402, lu_delay=5.514099568128586, ms=00097}
22:52:05.977298 run                             mass: MS performed LU  {at=18273860.115534414, lu_delay=6.1393866911530495, ms=00098}
22:52:07.842957 run                             mass: MS performed LU  {at=18273861.98118829, lu_delay=6.190548755228519, ms=00099}
22:52:09.978917 run                             mass: MS performed LU  {at=18273864.117148507, lu_delay=22.529282111674547, ms=00081}
22:52:09.994326 run                             mass: Tests done {all_completed=True, max=23.110796995460987, min=3.5040668696165085}
22:52:10.003424 tst         register_default_mass.py: Test passed (86.1 sec)
22:52:10.012534 run pcap-recorder_any(filters='host 127.0.42.2')(pid=22): Terminating (SIGTERM)
22:52:10.018160 run      osmo-hlr_127.0.42.2(pid=23): Terminating (SIGTERM)
22:52:10.023783 run pcap-recorder_any(filters='host 127.0.42.5 and port not 22')(pid=24): Terminating (SIGTERM)
22:52:10.029368 run      osmo-stp_127.0.42.5(pid=25): Terminating (SIGTERM)
22:52:10.034985 run pcap-recorder_any(filters='host 127.0.42.6 and port not 22')(pid=26): Terminating (SIGTERM)
22:52:10.040596 run      osmo-msc_127.0.42.6(pid=27): Terminating (SIGTERM)
22:52:10.046232 run pcap-recorder_any(filters='host 127.0.42.3 and port not 22')(pid=28): Terminating (SIGTERM)
22:52:10.051864 run      osmo-mgw_127.0.42.3(pid=29): Terminating (SIGTERM)
22:52:10.057507 run pcap-recorder_any(filters='host 127.0.42.4 and port not 22')(pid=30): Terminating (SIGTERM)
22:52:10.064830 run      osmo-mgw_127.0.42.4(pid=31): Terminating (SIGTERM)
22:52:10.070454 run pcap-recorder_any(filters='host 127.0.42.7 and port not 22')(pid=32): Terminating (SIGTERM)
22:52:10.076037 run      osmo-bsc_127.0.42.7(pid=33): Terminating (SIGTERM)
22:52:10.081768 run         osmo-bts-virtual(pid=34): Terminating (SIGTERM)
22:52:10.087559 run   osmo-ms-virt-phy/00000(pid=35): Terminating (SIGTERM)
22:52:10.093294 run   osmo-ms-virt-phy/00001(pid=36): Terminating (SIGTERM)
22:52:10.099117 run   osmo-ms-virt-phy/00002(pid=37): Terminating (SIGTERM)
22:52:10.105278 run   osmo-ms-virt-phy/00003(pid=38): Terminating (SIGTERM)
22:52:10.111247 run   osmo-ms-virt-phy/00004(pid=39): Terminating (SIGTERM)
22:52:10.118716 run   osmo-ms-virt-phy/00005(pid=40): Terminating (SIGTERM)
22:52:10.124842 run   osmo-ms-virt-phy/00006(pid=41): Terminating (SIGTERM)
22:52:10.130671 run   osmo-ms-virt-phy/00007(pid=42): Terminating (SIGTERM)
22:52:10.136499 run   osmo-ms-virt-phy/00008(pid=43): Terminating (SIGTERM)
22:52:10.142408 run   osmo-ms-virt-phy/00009(pid=44): Terminating (SIGTERM)
22:52:10.148332 run   osmo-ms-virt-phy/00010(pid=45): Terminating (SIGTERM)
22:52:10.155333 run   osmo-ms-virt-phy/00011(pid=46): Terminating (SIGTERM)
22:52:10.161173 run   osmo-ms-virt-phy/00012(pid=47): Terminating (SIGTERM)
22:52:10.166998 run   osmo-ms-virt-phy/00013(pid=48): Terminating (SIGTERM)
22:52:10.173089 run   osmo-ms-virt-phy/00014(pid=49): Terminating (SIGTERM)
22:52:10.178956 run   osmo-ms-virt-phy/00015(pid=50): Terminating (SIGTERM)
22:52:10.184797 run   osmo-ms-virt-phy/00016(pid=51): Terminating (SIGTERM)
22:52:10.190738 run   osmo-ms-virt-phy/00017(pid=52): Terminating (SIGTERM)
22:52:10.196567 run   osmo-ms-virt-phy/00018(pid=53): Terminating (SIGTERM)
22:52:10.202432 run   osmo-ms-virt-phy/00019(pid=54): Terminating (SIGTERM)
22:52:10.208313 run   osmo-ms-virt-phy/00020(pid=55): Terminating (SIGTERM)
22:52:10.214337 run   osmo-ms-virt-phy/00021(pid=56): Terminating (SIGTERM)
22:52:10.220260 run   osmo-ms-virt-phy/00022(pid=57): Terminating (SIGTERM)
22:52:10.226162 run   osmo-ms-virt-phy/00023(pid=58): Terminating (SIGTERM)
22:52:10.232043 run   osmo-ms-virt-phy/00024(pid=59): Terminating (SIGTERM)
22:52:10.237942 run   osmo-ms-virt-phy/00025(pid=60): Terminating (SIGTERM)
22:52:10.243829 run   osmo-ms-virt-phy/00026(pid=61): Terminating (SIGTERM)
22:52:10.249727 run   osmo-ms-virt-phy/00027(pid=62): Terminating (SIGTERM)
22:52:10.255601 run   osmo-ms-virt-phy/00028(pid=63): Terminating (SIGTERM)
22:52:10.261534 run   osmo-ms-virt-phy/00029(pid=64): Terminating (SIGTERM)
22:52:10.268223 run   osmo-ms-virt-phy/00030(pid=65): Terminating (SIGTERM)
22:52:10.274365 run   osmo-ms-virt-phy/00031(pid=66): Terminating (SIGTERM)
22:52:10.280265 run   osmo-ms-virt-phy/00032(pid=67): Terminating (SIGTERM)
22:52:10.286151 run   osmo-ms-virt-phy/00033(pid=68): Terminating (SIGTERM)
22:52:10.292101 run   osmo-ms-virt-phy/00034(pid=69): Terminating (SIGTERM)
22:52:10.298082 run   osmo-ms-virt-phy/00035(pid=70): Terminating (SIGTERM)
22:52:10.303968 run   osmo-ms-virt-phy/00036(pid=71): Terminating (SIGTERM)
22:52:10.309868 run   osmo-ms-virt-phy/00037(pid=72): Terminating (SIGTERM)
22:52:10.315796 run   osmo-ms-virt-phy/00038(pid=73): Terminating (SIGTERM)
22:52:10.321725 run   osmo-ms-virt-phy/00039(pid=74): Terminating (SIGTERM)
22:52:10.327637 run   osmo-ms-virt-phy/00040(pid=75): Terminating (SIGTERM)
22:52:10.333519 run   osmo-ms-virt-phy/00041(pid=76): Terminating (SIGTERM)
22:52:10.339654 run   osmo-ms-virt-phy/00042(pid=77): Terminating (SIGTERM)
22:52:10.345497 run   osmo-ms-virt-phy/00043(pid=78): Terminating (SIGTERM)
22:52:10.351354 run   osmo-ms-virt-phy/00044(pid=79): Terminating (SIGTERM)
22:52:10.357357 run   osmo-ms-virt-phy/00045(pid=80): Terminating (SIGTERM)
22:52:10.363280 run   osmo-ms-virt-phy/00046(pid=81): Terminating (SIGTERM)
22:52:10.369145 run   osmo-ms-virt-phy/00047(pid=82): Terminating (SIGTERM)
22:52:10.375027 run   osmo-ms-virt-phy/00048(pid=83): Terminating (SIGTERM)
22:52:10.381189 run   osmo-ms-virt-phy/00049(pid=84): Terminating (SIGTERM)
22:52:10.387287 run   osmo-ms-virt-phy/00050(pid=85): Terminating (SIGTERM)
22:52:10.394602 run   osmo-ms-virt-phy/00051(pid=86): Terminating (SIGTERM)
22:52:10.400538 run   osmo-ms-virt-phy/00052(pid=87): Terminating (SIGTERM)
22:52:10.406600 run   osmo-ms-virt-phy/00053(pid=88): Terminating (SIGTERM)
22:52:10.412502 run   osmo-ms-virt-phy/00054(pid=89): Terminating (SIGTERM)
22:52:10.418453 run   osmo-ms-virt-phy/00055(pid=90): Terminating (SIGTERM)
22:52:10.424348 run   osmo-ms-virt-phy/00056(pid=91): Terminating (SIGTERM)
22:52:10.430252 run   osmo-ms-virt-phy/00057(pid=92): Terminating (SIGTERM)
22:52:10.436193 run   osmo-ms-virt-phy/00058(pid=93): Terminating (SIGTERM)
22:52:10.442045 run   osmo-ms-virt-phy/00059(pid=94): Terminating (SIGTERM)
22:52:10.447944 run   osmo-ms-virt-phy/00060(pid=95): Terminating (SIGTERM)
22:52:10.453956 run   osmo-ms-virt-phy/00061(pid=96): Terminating (SIGTERM)
22:52:10.459889 run   osmo-ms-virt-phy/00062(pid=97): Terminating (SIGTERM)
22:52:10.465826 run   osmo-ms-virt-phy/00063(pid=98): Terminating (SIGTERM)
22:52:10.471951 run   osmo-ms-virt-phy/00064(pid=99): Terminating (SIGTERM)
22:52:10.479401 run  osmo-ms-virt-phy/00065(pid=100): Terminating (SIGTERM)
22:52:10.485313 run  osmo-ms-virt-phy/00066(pid=101): Terminating (SIGTERM)
22:52:10.491210 run  osmo-ms-virt-phy/00067(pid=102): Terminating (SIGTERM)
22:52:10.497107 run  osmo-ms-virt-phy/00068(pid=103): Terminating (SIGTERM)
22:52:10.503135 run  osmo-ms-virt-phy/00069(pid=104): Terminating (SIGTERM)
22:52:10.509110 run  osmo-ms-virt-phy/00070(pid=105): Terminating (SIGTERM)
22:52:10.515060 run  osmo-ms-virt-phy/00071(pid=106): Terminating (SIGTERM)
22:52:10.520986 run  osmo-ms-virt-phy/00072(pid=107): Terminating (SIGTERM)
22:52:10.526925 run  osmo-ms-virt-phy/00073(pid=108): Terminating (SIGTERM)
22:52:10.532805 run  osmo-ms-virt-phy/00074(pid=109): Terminating (SIGTERM)
22:52:10.539750 run  osmo-ms-virt-phy/00075(pid=110): Terminating (SIGTERM)
22:52:10.545807 run  osmo-ms-virt-phy/00076(pid=111): Terminating (SIGTERM)
22:52:10.551763 run  osmo-ms-virt-phy/00077(pid=112): Terminating (SIGTERM)
22:52:10.557724 run  osmo-ms-virt-phy/00078(pid=113): Terminating (SIGTERM)
22:52:10.564746 run  osmo-ms-virt-phy/00079(pid=114): Terminating (SIGTERM)
22:52:10.571460 run  osmo-ms-virt-phy/00080(pid=115): Terminating (SIGTERM)
22:52:10.577924 run  osmo-ms-virt-phy/00081(pid=116): Terminating (SIGTERM)
22:52:10.583752 run  osmo-ms-virt-phy/00082(pid=117): Terminating (SIGTERM)
22:52:10.589574 run  osmo-ms-virt-phy/00083(pid=118): Terminating (SIGTERM)
22:52:10.595572 run  osmo-ms-virt-phy/00084(pid=119): Terminating (SIGTERM)
22:52:10.601547 run  osmo-ms-virt-phy/00085(pid=120): Terminating (SIGTERM)
22:52:10.607537 run  osmo-ms-virt-phy/00086(pid=121): Terminating (SIGTERM)
22:52:10.613451 run  osmo-ms-virt-phy/00087(pid=122): Terminating (SIGTERM)
22:52:10.619366 run  osmo-ms-virt-phy/00088(pid=123): Terminating (SIGTERM)
22:52:10.625266 run  osmo-ms-virt-phy/00089(pid=124): Terminating (SIGTERM)
22:52:10.632266 run  osmo-ms-virt-phy/00090(pid=125): Terminating (SIGTERM)
22:52:10.638239 run  osmo-ms-virt-phy/00091(pid=126): Terminating (SIGTERM)
22:52:10.644213 run  osmo-ms-virt-phy/00092(pid=127): Terminating (SIGTERM)
22:52:10.650165 run  osmo-ms-virt-phy/00093(pid=128): Terminating (SIGTERM)
22:52:10.656083 run  osmo-ms-virt-phy/00094(pid=129): Terminating (SIGTERM)
22:52:10.662037 run  osmo-ms-virt-phy/00095(pid=130): Terminating (SIGTERM)
22:52:10.667999 run  osmo-ms-virt-phy/00096(pid=131): Terminating (SIGTERM)
22:52:10.673965 run  osmo-ms-virt-phy/00097(pid=132): Terminating (SIGTERM)
22:52:10.679893 run  osmo-ms-virt-phy/00098(pid=133): Terminating (SIGTERM)
22:52:10.686058 run  osmo-ms-virt-phy/00099(pid=134): Terminating (SIGTERM)
22:52:10.693186 run       osmo-ms-mob/00000(pid=135): Terminating (SIGTERM)
22:52:10.699668 run       osmo-ms-mob/00001(pid=136): Terminating (SIGTERM)
22:52:10.705648 run       osmo-ms-mob/00002(pid=137): Terminating (SIGTERM)
22:52:10.711529 run       osmo-ms-mob/00003(pid=138): Terminating (SIGTERM)
22:52:10.717397 run       osmo-ms-mob/00004(pid=139): Terminating (SIGTERM)
22:52:10.723283 run       osmo-ms-mob/00005(pid=140): Terminating (SIGTERM)
22:52:10.729065 run       osmo-ms-mob/00006(pid=141): Terminating (SIGTERM)
22:52:10.734860 run       osmo-ms-mob/00007(pid=142): Terminating (SIGTERM)
22:52:10.740646 run       osmo-ms-mob/00008(pid=143): Terminating (SIGTERM)
22:52:10.746505 run       osmo-ms-mob/00009(pid=144): Terminating (SIGTERM)
22:52:10.752262 run       osmo-ms-mob/00010(pid=145): Terminating (SIGTERM)
22:52:10.758044 run       osmo-ms-mob/00011(pid=146): Terminating (SIGTERM)
22:52:10.763677 run       osmo-ms-mob/00012(pid=147): Terminating (SIGTERM)
22:52:10.771440 run       osmo-ms-mob/00013(pid=148): Terminating (SIGTERM)
22:52:10.777096 run       osmo-ms-mob/00014(pid=149): Terminating (SIGTERM)
22:52:10.782796 run       osmo-ms-mob/00015(pid=150): Terminating (SIGTERM)
22:52:10.788442 run       osmo-ms-mob/00016(pid=151): Terminating (SIGTERM)
22:52:10.794134 run       osmo-ms-mob/00017(pid=152): Terminating (SIGTERM)
22:52:10.799780 run       osmo-ms-mob/00018(pid=153): Terminating (SIGTERM)
22:52:10.805484 run       osmo-ms-mob/00019(pid=154): Terminating (SIGTERM)
22:52:10.811272 run       osmo-ms-mob/00020(pid=155): Terminating (SIGTERM)
22:52:10.817012 run       osmo-ms-mob/00021(pid=156): Terminating (SIGTERM)
22:52:10.822742 run       osmo-ms-mob/00022(pid=157): Terminating (SIGTERM)
22:52:10.828439 run       osmo-ms-mob/00023(pid=158): Terminating (SIGTERM)
22:52:10.834159 run       osmo-ms-mob/00024(pid=159): Terminating (SIGTERM)
22:52:10.839826 run       osmo-ms-mob/00025(pid=160): Terminating (SIGTERM)
22:52:10.845478 run       osmo-ms-mob/00026(pid=161): Terminating (SIGTERM)
22:52:10.851613 run       osmo-ms-mob/00027(pid=162): Terminating (SIGTERM)
22:52:10.857439 run       osmo-ms-mob/00028(pid=163): Terminating (SIGTERM)
22:52:10.863215 run       osmo-ms-mob/00029(pid=164): Terminating (SIGTERM)
22:52:10.868907 run       osmo-ms-mob/00030(pid=165): Terminating (SIGTERM)
22:52:10.874622 run       osmo-ms-mob/00031(pid=166): Terminating (SIGTERM)
22:52:10.880296 run       osmo-ms-mob/00032(pid=167): Terminating (SIGTERM)
22:52:10.885951 run       osmo-ms-mob/00033(pid=168): Terminating (SIGTERM)
22:52:10.891654 run       osmo-ms-mob/00034(pid=169): Terminating (SIGTERM)
22:52:10.897373 run       osmo-ms-mob/00035(pid=170): Terminating (SIGTERM)
22:52:10.903087 run       osmo-ms-mob/00036(pid=171): Terminating (SIGTERM)
22:52:10.908767 run       osmo-ms-mob/00037(pid=172): Terminating (SIGTERM)
22:52:10.914491 run       osmo-ms-mob/00038(pid=173): Terminating (SIGTERM)
22:52:10.920188 run       osmo-ms-mob/00039(pid=174): Terminating (SIGTERM)
22:52:10.925909 run       osmo-ms-mob/00040(pid=175): Terminating (SIGTERM)
22:52:10.931525 run       osmo-ms-mob/00041(pid=176): Terminating (SIGTERM)
22:52:10.937147 run       osmo-ms-mob/00042(pid=177): Terminating (SIGTERM)
22:52:10.942785 run       osmo-ms-mob/00043(pid=178): Terminating (SIGTERM)
22:52:10.948458 run       osmo-ms-mob/00044(pid=179): Terminating (SIGTERM)
22:52:10.954126 run       osmo-ms-mob/00045(pid=180): Terminating (SIGTERM)
22:52:10.959796 run       osmo-ms-mob/00046(pid=181): Terminating (SIGTERM)
22:52:10.965410 run       osmo-ms-mob/00047(pid=182): Terminating (SIGTERM)
22:52:10.971076 run       osmo-ms-mob/00048(pid=183): Terminating (SIGTERM)
22:52:10.976733 run       osmo-ms-mob/00049(pid=184): Terminating (SIGTERM)
22:52:10.982393 run       osmo-ms-mob/00050(pid=185): Terminating (SIGTERM)
22:52:10.988062 run       osmo-ms-mob/00051(pid=186): Terminating (SIGTERM)
22:52:10.993748 run       osmo-ms-mob/00052(pid=187): Terminating (SIGTERM)
22:52:10.999385 run       osmo-ms-mob/00053(pid=188): Terminating (SIGTERM)
22:52:11.005064 run       osmo-ms-mob/00054(pid=189): Terminating (SIGTERM)
22:52:11.010747 run       osmo-ms-mob/00055(pid=190): Terminating (SIGTERM)
22:52:11.016417 run       osmo-ms-mob/00056(pid=191): Terminating (SIGTERM)
22:52:11.022150 run       osmo-ms-mob/00057(pid=192): Terminating (SIGTERM)
22:52:11.028330 run       osmo-ms-mob/00058(pid=193): Terminating (SIGTERM)
22:52:11.034889 run       osmo-ms-mob/00059(pid=194): Terminating (SIGTERM)
22:52:11.040492 run       osmo-ms-mob/00060(pid=195): Terminating (SIGTERM)
22:52:11.046150 run       osmo-ms-mob/00061(pid=196): Terminating (SIGTERM)
22:52:11.051756 run       osmo-ms-mob/00062(pid=197): Terminating (SIGTERM)
22:52:11.057379 run       osmo-ms-mob/00063(pid=198): Terminating (SIGTERM)
22:52:11.063078 run       osmo-ms-mob/00064(pid=199): Terminating (SIGTERM)
22:52:11.068746 run       osmo-ms-mob/00065(pid=200): Terminating (SIGTERM)
22:52:11.074420 run       osmo-ms-mob/00066(pid=201): Terminating (SIGTERM)
22:52:11.080099 run       osmo-ms-mob/00067(pid=202): Terminating (SIGTERM)
22:52:11.085786 run       osmo-ms-mob/00068(pid=203): Terminating (SIGTERM)
22:52:11.091447 run       osmo-ms-mob/00069(pid=204): Terminating (SIGTERM)
22:52:11.097126 run       osmo-ms-mob/00070(pid=205): Terminating (SIGTERM)
22:52:11.102824 run       osmo-ms-mob/00071(pid=206): Terminating (SIGTERM)
22:52:11.108499 run       osmo-ms-mob/00072(pid=207): Terminating (SIGTERM)
22:52:11.114192 run       osmo-ms-mob/00073(pid=208): Terminating (SIGTERM)
22:52:11.119882 run       osmo-ms-mob/00074(pid=209): Terminating (SIGTERM)
22:52:11.125572 run       osmo-ms-mob/00075(pid=210): Terminating (SIGTERM)
22:52:11.131262 run       osmo-ms-mob/00076(pid=211): Terminating (SIGTERM)
22:52:11.136904 run       osmo-ms-mob/00077(pid=212): Terminating (SIGTERM)
22:52:11.142623 run       osmo-ms-mob/00078(pid=213): Terminating (SIGTERM)
22:52:11.148349 run       osmo-ms-mob/00079(pid=214): Terminating (SIGTERM)
22:52:11.154071 run       osmo-ms-mob/00080(pid=215): Terminating (SIGTERM)
22:52:11.159789 run       osmo-ms-mob/00081(pid=216): Terminating (SIGTERM)
22:52:11.165466 run       osmo-ms-mob/00082(pid=217): Terminating (SIGTERM)
22:52:11.171153 run       osmo-ms-mob/00083(pid=218): Terminating (SIGTERM)
22:52:11.176854 run       osmo-ms-mob/00084(pid=219): Terminating (SIGTERM)
22:52:11.182554 run       osmo-ms-mob/00085(pid=220): Terminating (SIGTERM)
22:52:11.188229 run       osmo-ms-mob/00086(pid=221): Terminating (SIGTERM)
22:52:11.193936 run       osmo-ms-mob/00087(pid=222): Terminating (SIGTERM)
22:52:11.199632 run       osmo-ms-mob/00088(pid=223): Terminating (SIGTERM)
22:52:11.205316 run       osmo-ms-mob/00089(pid=224): Terminating (SIGTERM)
22:52:11.211007 run       osmo-ms-mob/00090(pid=225): Terminating (SIGTERM)
22:52:11.216706 run       osmo-ms-mob/00091(pid=226): Terminating (SIGTERM)
22:52:11.222395 run       osmo-ms-mob/00092(pid=227): Terminating (SIGTERM)
22:52:11.228095 run       osmo-ms-mob/00093(pid=228): Terminating (SIGTERM)
22:52:11.233795 run       osmo-ms-mob/00094(pid=229): Terminating (SIGTERM)
22:52:11.239436 run       osmo-ms-mob/00095(pid=230): Terminating (SIGTERM)
22:52:11.245131 run       osmo-ms-mob/00096(pid=231): Terminating (SIGTERM)
22:52:11.250871 run       osmo-ms-mob/00097(pid=232): Terminating (SIGTERM)
22:52:11.256613 run       osmo-ms-mob/00098(pid=233): Terminating (SIGTERM)
22:52:11.262303 run       osmo-ms-mob/00099(pid=234): Terminating (SIGTERM)
22:52:11.268009 ---      ParallelTerminationStrategy: PID 22 died...
22:52:11.270577 run pcap-recorder_any(filters='host 127.0.42.2')(pid=22): Terminated: ok {rc=0}
22:52:11.276859 ---      ParallelTerminationStrategy: PID 23 died...
22:52:11.279417 run      osmo-hlr_127.0.42.2(pid=23): Terminated: ok {rc=0}
22:52:11.285599 ---      ParallelTerminationStrategy: PID 24 died...
22:52:11.288145 run pcap-recorder_any(filters='host 127.0.42.5 and port not 22')(pid=24): Terminated: ok {rc=0}
22:52:11.294359 ---      ParallelTerminationStrategy: PID 25 died...
22:52:11.296848 run      osmo-stp_127.0.42.5(pid=25): Terminated: ok {rc=0}
22:52:11.303063 ---      ParallelTerminationStrategy: PID 26 died...
22:52:11.305598 run pcap-recorder_any(filters='host 127.0.42.6 and port not 22')(pid=26): Terminated: ok {rc=0}
22:52:11.311904 ---      ParallelTerminationStrategy: PID 27 died...
22:52:11.314436 run      osmo-msc_127.0.42.6(pid=27): Terminated: ok {rc=0}
22:52:11.320692 ---      ParallelTerminationStrategy: PID 28 died...
22:52:11.323219 run pcap-recorder_any(filters='host 127.0.42.3 and port not 22')(pid=28): Terminated: ok {rc=0}
22:52:11.329448 ---      ParallelTerminationStrategy: PID 29 died...
22:52:11.332018 run      osmo-mgw_127.0.42.3(pid=29): Terminated {rc=15}
22:52:11.338373 ---      ParallelTerminationStrategy: PID 30 died...
22:52:11.340936 run pcap-recorder_any(filters='host 127.0.42.4 and port not 22')(pid=30): Terminated: ok {rc=0}
22:52:11.347267 ---      ParallelTerminationStrategy: PID 31 died...
22:52:11.349842 run      osmo-mgw_127.0.42.4(pid=31): Terminated {rc=15}
22:52:11.356216 ---      ParallelTerminationStrategy: PID 32 died...
22:52:11.359951 run pcap-recorder_any(filters='host 127.0.42.7 and port not 22')(pid=32): Terminated: ok {rc=0}
22:52:11.372096 ---      ParallelTerminationStrategy: PID 33 died...
22:52:11.375876 run      osmo-bsc_127.0.42.7(pid=33): Terminated: ok {rc=0}
22:52:11.382125 ---      ParallelTerminationStrategy: PID 35 died...
22:52:11.384655 run   osmo-ms-virt-phy/00000(pid=35): Terminated: ok {rc=0}
22:52:11.390947 ---      ParallelTerminationStrategy: PID 36 died...
22:52:11.393490 run   osmo-ms-virt-phy/00001(pid=36): Terminated: ok {rc=0}
22:52:11.399782 ---      ParallelTerminationStrategy: PID 37 died...
22:52:11.402340 run   osmo-ms-virt-phy/00002(pid=37): Terminated: ok {rc=0}
22:52:11.408647 ---      ParallelTerminationStrategy: PID 38 died...
22:52:11.411224 run   osmo-ms-virt-phy/00003(pid=38): Terminated: ok {rc=0}
22:52:11.417592 ---      ParallelTerminationStrategy: PID 39 died...
22:52:11.420164 run   osmo-ms-virt-phy/00004(pid=39): Terminated: ok {rc=0}
22:52:11.426512 ---      ParallelTerminationStrategy: PID 40 died...
22:52:11.429061 run   osmo-ms-virt-phy/00005(pid=40): Terminated: ok {rc=0}
22:52:11.435375 ---      ParallelTerminationStrategy: PID 41 died...
22:52:11.437955 run   osmo-ms-virt-phy/00006(pid=41): Terminated: ok {rc=0}
22:52:11.444293 ---      ParallelTerminationStrategy: PID 42 died...
22:52:11.446860 run   osmo-ms-virt-phy/00007(pid=42): Terminated: ok {rc=0}
22:52:11.453225 ---      ParallelTerminationStrategy: PID 43 died...
22:52:11.455797 run   osmo-ms-virt-phy/00008(pid=43): Terminated: ok {rc=0}
22:52:11.462180 ---      ParallelTerminationStrategy: PID 44 died...
22:52:11.464819 run   osmo-ms-virt-phy/00009(pid=44): Terminated: ok {rc=0}
22:52:11.471314 ---      ParallelTerminationStrategy: PID 45 died...
22:52:11.473894 run   osmo-ms-virt-phy/00010(pid=45): Terminated: ok {rc=0}
22:52:11.480239 ---      ParallelTerminationStrategy: PID 46 died...
22:52:11.482808 run   osmo-ms-virt-phy/00011(pid=46): Terminated: ok {rc=0}
22:52:11.489117 ---      ParallelTerminationStrategy: PID 47 died...
22:52:11.491675 run   osmo-ms-virt-phy/00012(pid=47): Terminated: ok {rc=0}
22:52:11.497994 ---      ParallelTerminationStrategy: PID 48 died...
22:52:11.500541 run   osmo-ms-virt-phy/00013(pid=48): Terminated: ok {rc=0}
22:52:11.506838 ---      ParallelTerminationStrategy: PID 49 died...
22:52:11.509370 run   osmo-ms-virt-phy/00014(pid=49): Terminated: ok {rc=0}
22:52:11.515667 ---      ParallelTerminationStrategy: PID 50 died...
22:52:11.518230 run   osmo-ms-virt-phy/00015(pid=50): Terminated: ok {rc=0}
22:52:11.524512 ---      ParallelTerminationStrategy: PID 51 died...
22:52:11.527044 run   osmo-ms-virt-phy/00016(pid=51): Terminated: ok {rc=0}
22:52:11.533332 ---      ParallelTerminationStrategy: PID 52 died...
22:52:11.535915 run   osmo-ms-virt-phy/00017(pid=52): Terminated: ok {rc=0}
22:52:11.542221 ---      ParallelTerminationStrategy: PID 53 died...
22:52:11.544767 run   osmo-ms-virt-phy/00018(pid=53): Terminated: ok {rc=0}
22:52:11.551099 ---      ParallelTerminationStrategy: PID 54 died...
22:52:11.553648 run   osmo-ms-virt-phy/00019(pid=54): Terminated: ok {rc=0}
22:52:11.559966 ---      ParallelTerminationStrategy: PID 55 died...
22:52:11.562529 run   osmo-ms-virt-phy/00020(pid=55): Terminated: ok {rc=0}
22:52:11.568811 ---      ParallelTerminationStrategy: PID 56 died...
22:52:11.571397 run   osmo-ms-virt-phy/00021(pid=56): Terminated: ok {rc=0}
22:52:11.577643 ---      ParallelTerminationStrategy: PID 57 died...
22:52:11.580185 run   osmo-ms-virt-phy/00022(pid=57): Terminated: ok {rc=0}
22:52:11.586469 ---      ParallelTerminationStrategy: PID 58 died...
22:52:11.589017 run   osmo-ms-virt-phy/00023(pid=58): Terminated: ok {rc=0}
22:52:11.595359 ---      ParallelTerminationStrategy: PID 59 died...
22:52:11.597919 run   osmo-ms-virt-phy/00024(pid=59): Terminated: ok {rc=0}
22:52:11.604217 ---      ParallelTerminationStrategy: PID 60 died...
22:52:11.606782 run   osmo-ms-virt-phy/00025(pid=60): Terminated: ok {rc=0}
22:52:11.613089 ---      ParallelTerminationStrategy: PID 61 died...
22:52:11.615642 run   osmo-ms-virt-phy/00026(pid=61): Terminated: ok {rc=0}
22:52:11.621948 ---      ParallelTerminationStrategy: PID 62 died...
22:52:11.624486 run   osmo-ms-virt-phy/00027(pid=62): Terminated: ok {rc=0}
22:52:11.630803 ---      ParallelTerminationStrategy: PID 63 died...
22:52:11.633346 run   osmo-ms-virt-phy/00028(pid=63): Terminated: ok {rc=0}
22:52:11.639721 ---      ParallelTerminationStrategy: PID 64 died...
22:52:11.642298 run   osmo-ms-virt-phy/00029(pid=64): Terminated: ok {rc=0}
22:52:11.650980 ---      ParallelTerminationStrategy: PID 65 died...
22:52:11.653544 run   osmo-ms-virt-phy/00030(pid=65): Terminated: ok {rc=0}
22:52:11.659827 ---      ParallelTerminationStrategy: PID 66 died...
22:52:11.662376 run   osmo-ms-virt-phy/00031(pid=66): Terminated: ok {rc=0}
22:52:11.668676 ---      ParallelTerminationStrategy: PID 67 died...
22:52:11.671232 run   osmo-ms-virt-phy/00032(pid=67): Terminated: ok {rc=0}
22:52:11.677518 ---      ParallelTerminationStrategy: PID 68 died...
22:52:11.680059 run   osmo-ms-virt-phy/00033(pid=68): Terminated: ok {rc=0}
22:52:11.686343 ---      ParallelTerminationStrategy: PID 69 died...
22:52:11.688878 run   osmo-ms-virt-phy/00034(pid=69): Terminated: ok {rc=0}
22:52:11.695184 ---      ParallelTerminationStrategy: PID 70 died...
22:52:11.697742 run   osmo-ms-virt-phy/00035(pid=70): Terminated: ok {rc=0}
22:52:11.704035 ---      ParallelTerminationStrategy: PID 71 died...
22:52:11.706587 run   osmo-ms-virt-phy/00036(pid=71): Terminated: ok {rc=0}
22:52:11.712895 ---      ParallelTerminationStrategy: PID 72 died...
22:52:11.715463 run   osmo-ms-virt-phy/00037(pid=72): Terminated: ok {rc=0}
22:52:11.721773 ---      ParallelTerminationStrategy: PID 73 died...
22:52:11.724313 run   osmo-ms-virt-phy/00038(pid=73): Terminated: ok {rc=0}
22:52:11.730615 ---      ParallelTerminationStrategy: PID 74 died...
22:52:11.733186 run   osmo-ms-virt-phy/00039(pid=74): Terminated: ok {rc=0}
22:52:11.739468 ---      ParallelTerminationStrategy: PID 75 died...
22:52:11.742025 run   osmo-ms-virt-phy/00040(pid=75): Terminated: ok {rc=0}
22:52:11.748317 ---      ParallelTerminationStrategy: PID 76 died...
22:52:11.750857 run   osmo-ms-virt-phy/00041(pid=76): Terminated: ok {rc=0}
22:52:11.757136 ---      ParallelTerminationStrategy: PID 77 died...
22:52:11.759714 run   osmo-ms-virt-phy/00042(pid=77): Terminated: ok {rc=0}
22:52:11.766026 ---      ParallelTerminationStrategy: PID 78 died...
22:52:11.768591 run   osmo-ms-virt-phy/00043(pid=78): Terminated: ok {rc=0}
22:52:11.774919 ---      ParallelTerminationStrategy: PID 79 died...
22:52:11.777482 run   osmo-ms-virt-phy/00044(pid=79): Terminated: ok {rc=0}
22:52:11.783780 ---      ParallelTerminationStrategy: PID 80 died...
22:52:11.786349 run   osmo-ms-virt-phy/00045(pid=80): Terminated: ok {rc=0}
22:52:11.792681 ---      ParallelTerminationStrategy: PID 81 died...
22:52:11.795240 run   osmo-ms-virt-phy/00046(pid=81): Terminated: ok {rc=0}
22:52:11.803581 ---      ParallelTerminationStrategy: PID 82 died...
22:52:11.806140 run   osmo-ms-virt-phy/00047(pid=82): Terminated: ok {rc=0}
22:52:11.812435 ---      ParallelTerminationStrategy: PID 83 died...
22:52:11.816356 run   osmo-ms-virt-phy/00048(pid=83): Terminated: ok {rc=0}
22:52:11.828644 ---      ParallelTerminationStrategy: PID 84 died...
22:52:11.832042 run   osmo-ms-virt-phy/00049(pid=84): Terminated: ok {rc=0}
22:52:11.838227 ---      ParallelTerminationStrategy: PID 85 died...
22:52:11.840739 run   osmo-ms-virt-phy/00050(pid=85): Terminated: ok {rc=0}
22:52:11.846947 ---      ParallelTerminationStrategy: PID 86 died...
22:52:11.849463 run   osmo-ms-virt-phy/00051(pid=86): Terminated: ok {rc=0}
22:52:11.855706 ---      ParallelTerminationStrategy: PID 87 died...
22:52:11.858235 run   osmo-ms-virt-phy/00052(pid=87): Terminated: ok {rc=0}
22:52:11.864435 ---      ParallelTerminationStrategy: PID 88 died...
22:52:11.866973 run   osmo-ms-virt-phy/00053(pid=88): Terminated: ok {rc=0}
22:52:11.873243 ---      ParallelTerminationStrategy: PID 89 died...
22:52:11.875783 run   osmo-ms-virt-phy/00054(pid=89): Terminated: ok {rc=0}
22:52:11.885532 ---      ParallelTerminationStrategy: PID 90 died...
22:52:11.890398 run   osmo-ms-virt-phy/00055(pid=90): Terminated: ok {rc=0}
22:52:11.898475 ---      ParallelTerminationStrategy: PID 91 died...
22:52:11.900942 run   osmo-ms-virt-phy/00056(pid=91): Terminated: ok {rc=0}
22:52:11.907053 ---      ParallelTerminationStrategy: PID 92 died...
22:52:11.909528 run   osmo-ms-virt-phy/00057(pid=92): Terminated: ok {rc=0}
22:52:11.915639 ---      ParallelTerminationStrategy: PID 93 died...
22:52:11.918152 run   osmo-ms-virt-phy/00058(pid=93): Terminated: ok {rc=0}
22:52:11.924303 ---      ParallelTerminationStrategy: PID 94 died...
22:52:11.926835 run   osmo-ms-virt-phy/00059(pid=94): Terminated: ok {rc=0}
22:52:11.932994 ---      ParallelTerminationStrategy: PID 95 died...
22:52:11.935500 run   osmo-ms-virt-phy/00060(pid=95): Terminated: ok {rc=0}
22:52:11.941667 ---      ParallelTerminationStrategy: PID 96 died...
22:52:11.944175 run   osmo-ms-virt-phy/00061(pid=96): Terminated: ok {rc=0}
22:52:11.950362 ---      ParallelTerminationStrategy: PID 97 died...
22:52:11.952877 run   osmo-ms-virt-phy/00062(pid=97): Terminated: ok {rc=0}
22:52:11.959111 ---      ParallelTerminationStrategy: PID 98 died...
22:52:11.961633 run   osmo-ms-virt-phy/00063(pid=98): Terminated: ok {rc=0}
22:52:11.967820 ---      ParallelTerminationStrategy: PID 99 died...
22:52:11.970334 run   osmo-ms-virt-phy/00064(pid=99): Terminated: ok {rc=0}
22:52:11.976584 ---      ParallelTerminationStrategy: PID 100 died...
22:52:11.979092 run  osmo-ms-virt-phy/00065(pid=100): Terminated: ok {rc=0}
22:52:11.985259 ---      ParallelTerminationStrategy: PID 101 died...
22:52:11.987802 run  osmo-ms-virt-phy/00066(pid=101): Terminated: ok {rc=0}
22:52:11.994011 ---      ParallelTerminationStrategy: PID 102 died...
22:52:11.996537 run  osmo-ms-virt-phy/00067(pid=102): Terminated: ok {rc=0}
22:52:12.002776 ---      ParallelTerminationStrategy: PID 103 died...
22:52:12.005303 run  osmo-ms-virt-phy/00068(pid=103): Terminated: ok {rc=0}
22:52:12.011543 ---      ParallelTerminationStrategy: PID 104 died...
22:52:12.014081 run  osmo-ms-virt-phy/00069(pid=104): Terminated: ok {rc=0}
22:52:12.020296 ---      ParallelTerminationStrategy: PID 105 died...
22:52:12.022802 run  osmo-ms-virt-phy/00070(pid=105): Terminated: ok {rc=0}
22:52:12.029007 ---      ParallelTerminationStrategy: PID 106 died...
22:52:12.031571 run  osmo-ms-virt-phy/00071(pid=106): Terminated: ok {rc=0}
22:52:12.037757 ---      ParallelTerminationStrategy: PID 107 died...
22:52:12.040246 run  osmo-ms-virt-phy/00072(pid=107): Terminated: ok {rc=0}
22:52:12.046496 ---      ParallelTerminationStrategy: PID 108 died...
22:52:12.049025 run  osmo-ms-virt-phy/00073(pid=108): Terminated: ok {rc=0}
22:52:12.055250 ---      ParallelTerminationStrategy: PID 109 died...
22:52:12.057780 run  osmo-ms-virt-phy/00074(pid=109): Terminated: ok {rc=0}
22:52:12.064034 ---      ParallelTerminationStrategy: PID 110 died...
22:52:12.066577 run  osmo-ms-virt-phy/00075(pid=110): Terminated: ok {rc=0}
22:52:12.072811 ---      ParallelTerminationStrategy: PID 111 died...
22:52:12.075389 run  osmo-ms-virt-phy/00076(pid=111): Terminated: ok {rc=0}
22:52:12.081589 ---      ParallelTerminationStrategy: PID 112 died...
22:52:12.084097 run  osmo-ms-virt-phy/00077(pid=112): Terminated: ok {rc=0}
22:52:12.090311 ---      ParallelTerminationStrategy: PID 113 died...
22:52:12.092807 run  osmo-ms-virt-phy/00078(pid=113): Terminated: ok {rc=0}
22:52:12.098985 ---      ParallelTerminationStrategy: PID 114 died...
22:52:12.101503 run  osmo-ms-virt-phy/00079(pid=114): Terminated: ok {rc=0}
22:52:12.107731 ---      ParallelTerminationStrategy: PID 115 died...
22:52:12.110275 run  osmo-ms-virt-phy/00080(pid=115): Terminated: ok {rc=0}
22:52:12.116488 ---      ParallelTerminationStrategy: PID 116 died...
22:52:12.119050 run  osmo-ms-virt-phy/00081(pid=116): Terminated: ok {rc=0}
22:52:12.125299 ---      ParallelTerminationStrategy: PID 117 died...
22:52:12.127848 run  osmo-ms-virt-phy/00082(pid=117): Terminated: ok {rc=0}
22:52:12.134101 ---      ParallelTerminationStrategy: PID 118 died...
22:52:12.136610 run  osmo-ms-virt-phy/00083(pid=118): Terminated: ok {rc=0}
22:52:12.142826 ---      ParallelTerminationStrategy: PID 119 died...
22:52:12.145349 run  osmo-ms-virt-phy/00084(pid=119): Terminated: ok {rc=0}
22:52:12.151578 ---      ParallelTerminationStrategy: PID 120 died...
22:52:12.154103 run  osmo-ms-virt-phy/00085(pid=120): Terminated: ok {rc=0}
22:52:12.160329 ---      ParallelTerminationStrategy: PID 121 died...
22:52:12.162858 run  osmo-ms-virt-phy/00086(pid=121): Terminated: ok {rc=0}
22:52:12.169074 ---      ParallelTerminationStrategy: PID 122 died...
22:52:12.171608 run  osmo-ms-virt-phy/00087(pid=122): Terminated: ok {rc=0}
22:52:12.177864 ---      ParallelTerminationStrategy: PID 123 died...
22:52:12.180384 run  osmo-ms-virt-phy/00088(pid=123): Terminated: ok {rc=0}
22:52:12.186605 ---      ParallelTerminationStrategy: PID 124 died...
22:52:12.189128 run  osmo-ms-virt-phy/00089(pid=124): Terminated: ok {rc=0}
22:52:12.195397 ---      ParallelTerminationStrategy: PID 125 died...
22:52:12.197955 run  osmo-ms-virt-phy/00090(pid=125): Terminated: ok {rc=0}
22:52:12.204191 ---      ParallelTerminationStrategy: PID 126 died...
22:52:12.206755 run  osmo-ms-virt-phy/00091(pid=126): Terminated: ok {rc=0}
22:52:12.213037 ---      ParallelTerminationStrategy: PID 127 died...
22:52:12.215569 run  osmo-ms-virt-phy/00092(pid=127): Terminated: ok {rc=0}
22:52:12.221836 ---      ParallelTerminationStrategy: PID 128 died...
22:52:12.224370 run  osmo-ms-virt-phy/00093(pid=128): Terminated: ok {rc=0}
22:52:12.230597 ---      ParallelTerminationStrategy: PID 129 died...
22:52:12.233122 run  osmo-ms-virt-phy/00094(pid=129): Terminated: ok {rc=0}
22:52:12.239270 ---      ParallelTerminationStrategy: PID 130 died...
22:52:12.241757 run  osmo-ms-virt-phy/00095(pid=130): Terminated: ok {rc=0}
22:52:12.248111 ---      ParallelTerminationStrategy: PID 131 died...
22:52:12.250682 run  osmo-ms-virt-phy/00096(pid=131): Terminated: ok {rc=0}
22:52:12.256949 ---      ParallelTerminationStrategy: PID 132 died...
22:52:12.259461 run  osmo-ms-virt-phy/00097(pid=132): Terminated: ok {rc=0}
22:52:12.265765 ---      ParallelTerminationStrategy: PID 133 died...
22:52:12.268338 run  osmo-ms-virt-phy/00098(pid=133): Terminated: ok {rc=0}
22:52:12.274592 ---      ParallelTerminationStrategy: PID 134 died...
22:52:12.277121 run  osmo-ms-virt-phy/00099(pid=134): Terminated: ok {rc=0}
22:52:12.283438 ---      ParallelTerminationStrategy: PID 135 died...
22:52:12.286018 run       osmo-ms-mob/00000(pid=135): Terminated {rc=26112}
22:52:12.292298 ---      ParallelTerminationStrategy: PID 136 died...
22:52:12.294889 run       osmo-ms-mob/00001(pid=136): Terminated {rc=26112}
22:52:12.301219 ---      ParallelTerminationStrategy: PID 137 died...
22:52:12.303805 run       osmo-ms-mob/00002(pid=137): Terminated {rc=26112}
22:52:12.310108 ---      ParallelTerminationStrategy: PID 138 died...
22:52:12.312679 run       osmo-ms-mob/00003(pid=138): Terminated {rc=26112}
22:52:12.318987 ---      ParallelTerminationStrategy: PID 139 died...
22:52:12.321493 run       osmo-ms-mob/00004(pid=139): Terminated {rc=26112}
22:52:12.327710 ---      ParallelTerminationStrategy: PID 140 died...
22:52:12.330217 run       osmo-ms-mob/00005(pid=140): Terminated {rc=26112}
22:52:12.336479 ---      ParallelTerminationStrategy: PID 141 died...
22:52:12.339029 run       osmo-ms-mob/00006(pid=141): Terminated {rc=26112}
22:52:12.345273 ---      ParallelTerminationStrategy: PID 142 died...
22:52:12.347835 run       osmo-ms-mob/00007(pid=142): Terminated {rc=26112}
22:52:12.354128 ---      ParallelTerminationStrategy: PID 143 died...
22:52:12.356656 run       osmo-ms-mob/00008(pid=143): Terminated {rc=26112}
22:52:12.362934 ---      ParallelTerminationStrategy: PID 144 died...
22:52:12.365456 run       osmo-ms-mob/00009(pid=144): Terminated {rc=26112}
22:52:12.371737 ---      ParallelTerminationStrategy: PID 145 died...
22:52:12.374251 run       osmo-ms-mob/00010(pid=145): Terminated {rc=26112}
22:52:12.380537 ---      ParallelTerminationStrategy: PID 146 died...
22:52:12.383133 run       osmo-ms-mob/00011(pid=146): Terminated {rc=26112}
22:52:12.389468 ---      ParallelTerminationStrategy: PID 147 died...
22:52:12.391994 run       osmo-ms-mob/00012(pid=147): Terminated {rc=26112}
22:52:12.398211 ---      ParallelTerminationStrategy: PID 148 died...
22:52:12.400740 run       osmo-ms-mob/00013(pid=148): Terminated {rc=26112}
22:52:12.407069 ---      ParallelTerminationStrategy: PID 149 died...
22:52:12.409602 run       osmo-ms-mob/00014(pid=149): Terminated {rc=26112}
22:52:12.415880 ---      ParallelTerminationStrategy: PID 150 died...
22:52:12.418426 run       osmo-ms-mob/00015(pid=150): Terminated {rc=26112}
22:52:12.424708 ---      ParallelTerminationStrategy: PID 151 died...
22:52:12.427261 run       osmo-ms-mob/00016(pid=151): Terminated {rc=26112}
22:52:12.433541 ---      ParallelTerminationStrategy: PID 152 died...
22:52:12.436107 run       osmo-ms-mob/00017(pid=152): Terminated {rc=26112}
22:52:12.442378 ---      ParallelTerminationStrategy: PID 153 died...
22:52:12.446148 run       osmo-ms-mob/00018(pid=153): Terminated {rc=26112}
22:52:12.452535 ---      ParallelTerminationStrategy: PID 154 died...
22:52:12.455028 run       osmo-ms-mob/00019(pid=154): Terminated {rc=26112}
22:52:12.461228 ---      ParallelTerminationStrategy: PID 155 died...
22:52:12.463771 run       osmo-ms-mob/00020(pid=155): Terminated {rc=26112}
22:52:12.469969 ---      ParallelTerminationStrategy: PID 156 died...
22:52:12.472468 run       osmo-ms-mob/00021(pid=156): Terminated {rc=26112}
22:52:12.478791 ---      ParallelTerminationStrategy: PID 157 died...
22:52:12.481320 run       osmo-ms-mob/00022(pid=157): Terminated {rc=26112}
22:52:12.487621 ---      ParallelTerminationStrategy: PID 158 died...
22:52:12.490203 run       osmo-ms-mob/00023(pid=158): Terminated {rc=26112}
22:52:12.496475 ---      ParallelTerminationStrategy: PID 159 died...
22:52:12.499020 run       osmo-ms-mob/00024(pid=159): Terminated {rc=26112}
22:52:12.505206 ---      ParallelTerminationStrategy: PID 160 died...
22:52:12.508702 run       osmo-ms-mob/00025(pid=160): Terminated {rc=26112}
22:52:12.515940 ---      ParallelTerminationStrategy: PID 161 died...
22:52:12.518445 run       osmo-ms-mob/00026(pid=161): Terminated {rc=26112}
22:52:12.524644 ---      ParallelTerminationStrategy: PID 162 died...
22:52:12.527168 run       osmo-ms-mob/00027(pid=162): Terminated {rc=26112}
22:52:12.533390 ---      ParallelTerminationStrategy: PID 163 died...
22:52:12.535957 run       osmo-ms-mob/00028(pid=163): Terminated {rc=26112}
22:52:12.542226 ---      ParallelTerminationStrategy: PID 164 died...
22:52:12.544737 run       osmo-ms-mob/00029(pid=164): Terminated {rc=26112}
22:52:12.551050 ---      ParallelTerminationStrategy: PID 165 died...
22:52:12.553578 run       osmo-ms-mob/00030(pid=165): Terminated {rc=26112}
22:52:12.559885 ---      ParallelTerminationStrategy: PID 166 died...
22:52:12.562418 run       osmo-ms-mob/00031(pid=166): Terminated {rc=26112}
22:52:12.568726 ---      ParallelTerminationStrategy: PID 167 died...
22:52:12.571248 run       osmo-ms-mob/00032(pid=167): Terminated {rc=26112}
22:52:12.577515 ---      ParallelTerminationStrategy: PID 168 died...
22:52:12.580060 run       osmo-ms-mob/00033(pid=168): Terminated {rc=26112}
22:52:12.586310 ---      ParallelTerminationStrategy: PID 169 died...
22:52:12.588789 run       osmo-ms-mob/00034(pid=169): Terminated {rc=26112}
22:52:12.595038 ---      ParallelTerminationStrategy: PID 170 died...
22:52:12.597533 run       osmo-ms-mob/00035(pid=170): Terminated {rc=26112}
22:52:12.603771 ---      ParallelTerminationStrategy: PID 171 died...
22:52:12.606272 run       osmo-ms-mob/00036(pid=171): Terminated {rc=26112}
22:52:12.612472 ---      ParallelTerminationStrategy: PID 172 died...
22:52:12.615002 run       osmo-ms-mob/00037(pid=172): Terminated {rc=26112}
22:52:12.621244 ---      ParallelTerminationStrategy: PID 173 died...
22:52:12.623752 run       osmo-ms-mob/00038(pid=173): Terminated {rc=26112}
22:52:12.630016 ---      ParallelTerminationStrategy: PID 174 died...
22:52:12.632555 run       osmo-ms-mob/00039(pid=174): Terminated {rc=26112}
22:52:12.638818 ---      ParallelTerminationStrategy: PID 175 died...
22:52:12.641347 run       osmo-ms-mob/00040(pid=175): Terminated {rc=26112}
22:52:12.647553 ---      ParallelTerminationStrategy: PID 176 died...
22:52:12.650055 run       osmo-ms-mob/00041(pid=176): Terminated {rc=26112}
22:52:12.656268 ---      ParallelTerminationStrategy: PID 177 died...
22:52:12.658757 run       osmo-ms-mob/00042(pid=177): Terminated {rc=26112}
22:52:12.664965 ---      ParallelTerminationStrategy: PID 178 died...
22:52:12.667506 run       osmo-ms-mob/00043(pid=178): Terminated {rc=26112}
22:52:12.673785 ---      ParallelTerminationStrategy: PID 179 died...
22:52:12.676307 run       osmo-ms-mob/00044(pid=179): Terminated {rc=26112}
22:52:12.682541 ---      ParallelTerminationStrategy: PID 180 died...
22:52:12.685060 run       osmo-ms-mob/00045(pid=180): Terminated {rc=26112}
22:52:12.691322 ---      ParallelTerminationStrategy: PID 181 died...
22:52:12.693852 run       osmo-ms-mob/00046(pid=181): Terminated {rc=26112}
22:52:12.700131 ---      ParallelTerminationStrategy: PID 182 died...
22:52:12.702662 run       osmo-ms-mob/00047(pid=182): Terminated {rc=26112}
22:52:12.708890 ---      ParallelTerminationStrategy: PID 183 died...
22:52:12.711415 run       osmo-ms-mob/00048(pid=183): Terminated {rc=26112}
22:52:12.717652 ---      ParallelTerminationStrategy: PID 184 died...
22:52:12.720188 run       osmo-ms-mob/00049(pid=184): Terminated {rc=26112}
22:52:12.726472 ---      ParallelTerminationStrategy: PID 185 died...
22:52:12.728989 run       osmo-ms-mob/00050(pid=185): Terminated {rc=26112}
22:52:12.735201 ---      ParallelTerminationStrategy: PID 186 died...
22:52:12.737701 run       osmo-ms-mob/00051(pid=186): Terminated {rc=26112}
22:52:12.743935 ---      ParallelTerminationStrategy: PID 187 died...
22:52:12.746480 run       osmo-ms-mob/00052(pid=187): Terminated {rc=26112}
22:52:12.752751 ---      ParallelTerminationStrategy: PID 188 died...
22:52:12.755318 run       osmo-ms-mob/00053(pid=188): Terminated {rc=26112}
22:52:12.761595 ---      ParallelTerminationStrategy: PID 189 died...
22:52:12.764139 run       osmo-ms-mob/00054(pid=189): Terminated {rc=26112}
22:52:12.770456 ---      ParallelTerminationStrategy: PID 190 died...
22:52:12.772985 run       osmo-ms-mob/00055(pid=190): Terminated {rc=26112}
22:52:12.779297 ---      ParallelTerminationStrategy: PID 191 died...
22:52:12.781826 run       osmo-ms-mob/00056(pid=191): Terminated {rc=26112}
22:52:12.788101 ---      ParallelTerminationStrategy: PID 192 died...
22:52:12.790651 run       osmo-ms-mob/00057(pid=192): Terminated {rc=26112}
22:52:12.796924 ---      ParallelTerminationStrategy: PID 193 died...
22:52:12.799444 run       osmo-ms-mob/00058(pid=193): Terminated {rc=26112}
22:52:12.805627 ---      ParallelTerminationStrategy: PID 194 died...
22:52:12.808173 run       osmo-ms-mob/00059(pid=194): Terminated {rc=26112}
22:52:12.814444 ---      ParallelTerminationStrategy: PID 195 died...
22:52:12.816964 run       osmo-ms-mob/00060(pid=195): Terminated {rc=26112}
22:52:12.823301 ---      ParallelTerminationStrategy: PID 196 died...
22:52:12.825851 run       osmo-ms-mob/00061(pid=196): Terminated {rc=26112}
22:52:12.832146 ---      ParallelTerminationStrategy: PID 197 died...
22:52:12.834682 run       osmo-ms-mob/00062(pid=197): Terminated {rc=26112}
22:52:12.840918 ---      ParallelTerminationStrategy: PID 198 died...
22:52:12.843469 run       osmo-ms-mob/00063(pid=198): Terminated {rc=26112}
22:52:12.849692 ---      ParallelTerminationStrategy: PID 199 died...
22:52:12.852189 run       osmo-ms-mob/00064(pid=199): Terminated {rc=26112}
22:52:12.858427 ---      ParallelTerminationStrategy: PID 200 died...
22:52:12.860916 run       osmo-ms-mob/00065(pid=200): Terminated {rc=26112}
22:52:12.867154 ---      ParallelTerminationStrategy: PID 201 died...
22:52:12.869656 run       osmo-ms-mob/00066(pid=201): Terminated {rc=26112}
22:52:12.875918 ---      ParallelTerminationStrategy: PID 202 died...
22:52:12.878478 run       osmo-ms-mob/00067(pid=202): Terminated {rc=26112}
22:52:12.884734 ---      ParallelTerminationStrategy: PID 203 died...
22:52:12.887304 run       osmo-ms-mob/00068(pid=203): Terminated {rc=26112}
22:52:12.893580 ---      ParallelTerminationStrategy: PID 204 died...
22:52:12.896131 run       osmo-ms-mob/00069(pid=204): Terminated {rc=26112}
22:52:12.902391 ---      ParallelTerminationStrategy: PID 205 died...
22:52:12.904920 run       osmo-ms-mob/00070(pid=205): Terminated {rc=26112}
22:52:12.911162 ---      ParallelTerminationStrategy: PID 206 died...
22:52:12.913690 run       osmo-ms-mob/00071(pid=206): Terminated {rc=26112}
22:52:12.919979 ---      ParallelTerminationStrategy: PID 207 died...
22:52:12.922528 run       osmo-ms-mob/00072(pid=207): Terminated {rc=26112}
22:52:12.928805 ---      ParallelTerminationStrategy: PID 208 died...
22:52:12.931345 run       osmo-ms-mob/00073(pid=208): Terminated {rc=26112}
22:52:12.937617 ---      ParallelTerminationStrategy: PID 209 died...
22:52:12.940162 run       osmo-ms-mob/00074(pid=209): Terminated {rc=26112}
22:52:12.946443 ---      ParallelTerminationStrategy: PID 210 died...
22:52:12.948974 run       osmo-ms-mob/00075(pid=210): Terminated {rc=26112}
22:52:12.955244 ---      ParallelTerminationStrategy: PID 211 died...
22:52:12.957776 run       osmo-ms-mob/00076(pid=211): Terminated {rc=26112}
22:52:12.964002 ---      ParallelTerminationStrategy: PID 212 died...
22:52:12.966532 run       osmo-ms-mob/00077(pid=212): Terminated {rc=26112}
22:52:12.972812 ---      ParallelTerminationStrategy: PID 213 died...
22:52:12.975354 run       osmo-ms-mob/00078(pid=213): Terminated {rc=26112}
22:52:12.981597 ---      ParallelTerminationStrategy: PID 214 died...
22:52:12.984124 run       osmo-ms-mob/00079(pid=214): Terminated {rc=26112}
22:52:12.990386 ---      ParallelTerminationStrategy: PID 215 died...
22:52:12.992908 run       osmo-ms-mob/00080(pid=215): Terminated {rc=26112}
22:52:12.999132 ---      ParallelTerminationStrategy: PID 216 died...
22:52:13.001860 run       osmo-ms-mob/00081(pid=216): Terminated {rc=26112}
22:52:13.008124 ---      ParallelTerminationStrategy: PID 217 died...
22:52:13.010636 run       osmo-ms-mob/00082(pid=217): Terminated {rc=26112}
22:52:13.016911 ---      ParallelTerminationStrategy: PID 218 died...
22:52:13.019439 run       osmo-ms-mob/00083(pid=218): Terminated {rc=26112}
22:52:13.025640 ---      ParallelTerminationStrategy: PID 219 died...
22:52:13.028159 run       osmo-ms-mob/00084(pid=219): Terminated {rc=26112}
22:52:13.034441 ---      ParallelTerminationStrategy: PID 220 died...
22:52:13.036968 run       osmo-ms-mob/00085(pid=220): Terminated {rc=26112}
22:52:13.043246 ---      ParallelTerminationStrategy: PID 221 died...
22:52:13.045768 run       osmo-ms-mob/00086(pid=221): Terminated {rc=26112}
22:52:13.051995 ---      ParallelTerminationStrategy: PID 222 died...
22:52:13.054540 run       osmo-ms-mob/00087(pid=222): Terminated {rc=26112}
22:52:13.060873 ---      ParallelTerminationStrategy: PID 223 died...
22:52:13.063421 run       osmo-ms-mob/00088(pid=223): Terminated {rc=26112}
22:52:13.069759 ---      ParallelTerminationStrategy: PID 224 died...
22:52:13.072264 run       osmo-ms-mob/00089(pid=224): Terminated {rc=26112}
22:52:13.078519 ---      ParallelTerminationStrategy: PID 225 died...
22:52:13.081044 run       osmo-ms-mob/00090(pid=225): Terminated {rc=26112}
22:52:13.087353 ---      ParallelTerminationStrategy: PID 226 died...
22:52:13.089916 run       osmo-ms-mob/00091(pid=226): Terminated {rc=26112}
22:52:13.096188 ---      ParallelTerminationStrategy: PID 227 died...
22:52:13.098736 run       osmo-ms-mob/00092(pid=227): Terminated {rc=26112}
22:52:13.104993 ---      ParallelTerminationStrategy: PID 228 died...
22:52:13.107537 run       osmo-ms-mob/00093(pid=228): Terminated {rc=26112}
22:52:13.113785 ---      ParallelTerminationStrategy: PID 229 died...
22:52:13.116299 run       osmo-ms-mob/00094(pid=229): Terminated {rc=26112}
22:52:13.122603 ---      ParallelTerminationStrategy: PID 230 died...
22:52:13.125096 run       osmo-ms-mob/00095(pid=230): Terminated {rc=26112}
22:52:13.131357 ---      ParallelTerminationStrategy: PID 231 died...
22:52:13.133891 run       osmo-ms-mob/00096(pid=231): Terminated {rc=26112}
22:52:13.140159 ---      ParallelTerminationStrategy: PID 232 died...
22:52:13.142700 run       osmo-ms-mob/00097(pid=232): Terminated {rc=26112}
22:52:13.148944 ---      ParallelTerminationStrategy: PID 233 died...
22:52:13.151507 run       osmo-ms-mob/00098(pid=233): Terminated {rc=26112}
22:52:13.157729 ---      ParallelTerminationStrategy: PID 234 died...
22:52:13.160222 run       osmo-ms-mob/00099(pid=234): Terminated {rc=26112}
22:52:15.179610 ---      ParallelTerminationStrategy: PID 34 died...
22:52:15.184601 run         osmo-bts-virtual(pid=34): Terminated: ok {rc=0}
---------------------------------------------------------------------
trial-7840 netreg_mass PASS
---------------------------------------------------------------------
22:52:15.295411 tst                       trial-7840: Storing JUnit report in /build/trial-7840/run.2025-01-09_22-50-43/trial-7840.xml

--------------------------------------------------------------------------------------------
trial-7840 PASS
--------------------------------------------------------------------------------------------
22:52:15.323499 tst                       trial-7840: trial-7840: PASS, 1 suites passed
PASS: netreg_mass (pass: 1)
    pass: register_default_mass.py (86.1 sec)
+ exit_code=0
+ rm -rf trial-7840/inst
+ cd trial-7840
+ command -v journalctl
+ [ ! -z /usr/bin/journalctl ]
+ readlink last_run
+ journalctl -u ofono -o short-precise --since 2025-01-09 22:50:43
No journal files were found.
+ readlink last_run
+ tar czf /build/trial-7840-run.tgz run.2025-01-09_22-50-43
+ tar czf /build/trial-7840-bin.tgz checksums.md5 open5gs.build-8.tgz osmo-bsc.build-2025-01-09_18_33_02.tgz osmo-bts-oc2g.build-2025-01-09_00_51_42.tgz osmo-bts-sysmo.build-2025-01-09_00_52_02.tgz osmo-bts.build-2025-01-09_00_52_59.tgz osmo-ggsn.build-2025-01-09_20_43_14.tgz osmo-hlr.build-2025-01-09_16_37_41.tgz osmo-hnbgw.build-2025-01-09_13_35_02.tgz osmo-mgw.build-2025-01-09_08_33_37.tgz osmo-msc.build-2025-01-09_13_36_15.tgz osmo-nitb.build-17155.tgz osmo-pcu-oc2g.build-2025-01-09_07_41_13.tgz osmo-pcu-sysmo.build-2025-01-09_07_40_23.tgz osmo-pcu.build-2025-01-09_07_41_14.tgz osmo-sgsn.build-2025-01-09_20_50_50.tgz osmo-stp.build-2025-01-09_13_26_26.tgz osmo-trx.build-2025-01-09_14_27_03.tgz osmocom-bb.build-2025-01-09_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