Skip to content
Success

Console Output

Started by timer
Running as SYSTEM
Building remotely on host2-deb11build-ansible (obs osmocom-gerrit osmocom-master) in workspace /home/osmocom-build/jenkins/workspace/osmo-gsm-tester_virtual
The recommended git tool is: NONE
No credentials specified
 > git rev-parse --resolve-git-dir /home/osmocom-build/jenkins/workspace/osmo-gsm-tester_virtual/osmo-gsm-tester/.git # timeout=10
Fetching changes from the remote Git repository
 > git config remote.origin.url https://gerrit.osmocom.org/osmo-gsm-tester # timeout=10
Fetching upstream changes from https://gerrit.osmocom.org/osmo-gsm-tester
 > git --version # timeout=10
 > git --version # 'git version 2.30.2'
 > git fetch --tags --force --progress -- https://gerrit.osmocom.org/osmo-gsm-tester +refs/heads/*:refs/remotes/origin/* # timeout=10
 > git rev-parse origin/master^{commit} # timeout=10
Checking out Revision f7d64b0bcf946ec21ce9c7562194343a12213a80 (origin/master)
 > git config core.sparsecheckout # timeout=10
 > git checkout -f f7d64b0bcf946ec21ce9c7562194343a12213a80 # timeout=10
Commit message: "jenkins.sh: libosmo-netif no longer depends on libosmo-abis"
 > git rev-list --no-walk f7d64b0bcf946ec21ce9c7562194343a12213a80 # timeout=10
[osmo-gsm-tester_virtual] $ /bin/sh -xe /tmp/jenkins17275256295803311402.sh
+ rm -rf trial-7813-bin.tgz trial-7813-run.tgz *.md5
Copied 2 artifacts from "osmo-gsm-tester_build-osmo-bsc" build number 23378
Copied 2 artifacts from "osmo-gsm-tester_build-osmo-bts" build number 10297
Copied 2 artifacts from "osmo-gsm-tester_build-osmo-ggsn" build number 9309
Copied 2 artifacts from "osmo-gsm-tester_build-osmo-hlr" build number 12121
Copied 2 artifacts from "osmo-gsm-tester_build-osmo-mgw" build number 12422
Copied 2 artifacts from "osmo-gsm-tester_build-osmo-hnbgw" build number 10453
Copied 2 artifacts from "osmo-gsm-tester_build-osmo-msc" build number 38036
Copied 2 artifacts from "osmo-gsm-tester_build-osmo-pcu" build number 6841
Copied 2 artifacts from "osmo-gsm-tester_build-osmo-sgsn" build number 39800
Copied 2 artifacts from "osmo-gsm-tester_build-osmo-trx" build number 7268
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 12689
Copied 2 artifacts from "osmo-gsm-tester_build-osmocom-bb" build number 6711
Copied 2 artifacts from "osmo-gsm-tester_build-osmo-bts-sysmo" build number 10821
Copied 2 artifacts from "osmo-gsm-tester_build-osmo-pcu-sysmo" build number 6881
Copied 2 artifacts from "osmo-gsm-tester_build-osmo-bts-oc2g" build number 8319
Copied 2 artifacts from "osmo-gsm-tester_build-osmo-pcu-oc2g" build number 5600
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 6711
[osmo-gsm-tester_virtual] $ /bin/sh -xe /tmp/jenkins9883628657314965533.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-7813
+ rm -rf docker-playground
+ git clone --depth=1 --branch=master https://gerrit.osmocom.org/docker-playground docker-playground
Cloning into 'docker-playground'...
+ git -C docker-playground log --oneline
1b4da6b ttcn3-remsim: Enable debug output of bankd
+ make -C docker-playground/osmo-gsm-tester
make: Entering directory '/home/osmocom-build/jenkins/workspace/osmo-gsm-tester_virtual/docker-playground/osmo-gsm-tester'
awk: fatal: cannot open file `.release' for reading: No such file or directory
awk: fatal: cannot open file `.release' for reading: No such file or directory
awk: fatal: cannot open file `.release' for reading: No such file or directory
rm -rf .common
cp -r /home/osmocom-build/jenkins/workspace/osmo-gsm-tester_virtual/docker-playground/common .common
INFO: .release created
release=0.0.0
docker build \
	--build-arg USER=osmocom-build \
	--build-arg UID=1000 \
	--build-arg REGISTRY=docker.io \
	--build-arg OSMO_TTCN3_BRANCH=master \
	--build-arg UPSTREAM_DISTRO=debian:bookworm \
	--build-arg DISTRO=debian-bookworm \
	--build-arg OSMOCOM_REPO_MIRROR=https://downloads.osmocom.org \
	--build-arg OSMOCOM_REPO_PATH=packages/osmocom: \
	--build-arg OSMOCOM_REPO_VERSION=latest \
	--build-arg OSMOCOM_REPO_TESTSUITE_MIRROR=https://downloads.osmocom.org \
	--build-arg ASTERISK_BRANCH=sysmocom/20.7.0 \
	--build-arg LIBOSMOCORE_BRANCH=master \
	--build-arg OSMO_BB_BRANCH=master \
	--build-arg OSMO_BSC_BRANCH=master \
	--build-arg OSMO_BTS_BRANCH=master \
	--build-arg OSMO_CBC_BRANCH=master \
	--build-arg OSMO_DIA2GSUP_BRANCH=master \
	--build-arg OSMO_EPDG_BRANCH=master \
	--build-arg OSMO_GBPROXY_BRANCH=master \
	--build-arg OSMO_GGSN_BRANCH=master \
	--build-arg OSMO_GSM_TESTER_BRANCH=master \
	--build-arg OSMO_HLR_BRANCH=master \
	--build-arg OSMO_HNBGW_BRANCH=master \
	--build-arg OSMO_HNODEB_BRANCH=master \
	--build-arg OSMO_IUH_BRANCH=master \
	--build-arg OSMO_MGW_BRANCH=master \
	--build-arg OSMO_MSC_BRANCH=master \
	--build-arg OSMO_NITB_BRANCH=master \
	--build-arg OSMO_PCU_BRANCH=master \
	--build-arg OSMO_REMSIM_BRANCH=master \
	--build-arg OSMO_SGSN_BRANCH=master \
	--build-arg OSMO_SIP_BRANCH=master \
	--build-arg OSMO_STP_BRANCH=master \
	--build-arg OSMO_UECUPS_BRANCH=master \
	--build-arg OPEN5GS_BRANCH=main \
	--build-arg PJPROJECT_BRANCH=sysmocom/2.14 \
	 -t docker.io/osmocom-build/osmo-gsm-tester:latest .
#0 building with "default" instance using docker driver

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

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

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

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

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

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

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

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

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

#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.353 Hit:1 http://deb.debian.org/debian bookworm InRelease
#10 0.353 Get:2 http://deb.debian.org/debian bookworm-updates InRelease [55.4 kB]
#10 0.354 Get:3 http://deb.debian.org/debian-security bookworm-security InRelease [48.0 kB]
#10 0.569 Get:4 http://deb.debian.org/debian-security bookworm-security/main amd64 Packages [216 kB]
#10 0.627 Hit:5 https://downloads.osmocom.org/packages/osmocom:/nightly/Debian_12 ./ InRelease
#10 0.697 Fetched 320 kB in 0s (857 kB/s)
#10 0.697 Reading package lists...
#10 1.102 Reading package lists...
#10 1.502 Building dependency tree...
#10 1.600 Reading state information...
#10 1.692 dbus is already the newest version (1.14.10-1~deb12u1).
#10 1.692 tcpdump is already the newest version (4.99.3-1).
#10 1.692 sqlite3 is already the newest version (3.40.1-2+deb12u1).
#10 1.692 python3 is already the newest version (3.11.2-1+b1).
#10 1.692 python3-setuptools is already the newest version (66.1.1-1).
#10 1.692 python3-yaml is already the newest version (6.0-3+b2).
#10 1.692 python3-mako is already the newest version (1.2.4+ds-1).
#10 1.692 python3-gi is already the newest version (3.42.2-3+b1).
#10 1.692 python3-wheel is already the newest version (0.38.4-2).
#10 1.692 python3-wheel set to manually installed.
#10 1.692 ofono is already the newest version (1.31-3+b1).
#10 1.692 patchelf is already the newest version (0.14.3-1+b1).
#10 1.692 sudo is already the newest version (1.9.13p3-1+deb12u1).
#10 1.692 libcap2-bin is already the newest version (1:2.66-4).
#10 1.692 libcap2-bin set to manually installed.
#10 1.692 python3-pip is already the newest version (23.0.1+dfsg-1).
#10 1.692 locales is already the newest version (2.36-9+deb12u9).
#10 1.692 The following additional packages will be installed:
#10 1.692   busybox libblas3 libiperf0 liblapack3 librpm9 librpmio9 rpm-common
#10 1.693 Suggested packages:
#10 1.693   libarchive-dev gfortran python3-pytest rpm-i18n
#10 1.769 The following NEW packages will be installed:
#10 1.769   busybox cpio iperf3 libblas3 libiperf0 liblapack3 librpm9 librpmio9
#10 1.769   python3-numpy python3-watchdog rpm-common rpm2cpio udhcpc
#10 1.796 0 upgraded, 13 newly installed, 0 to remove and 2 not upgraded.
#10 1.796 Need to get 14.8 MB of archives.
#10 1.796 After this operation, 45.5 MB of additional disk space will be used.
#10 1.796 Get:1 http://deb.debian.org/debian bookworm/main amd64 libiperf0 amd64 3.12-1+deb12u1 [91.2 kB]
#10 1.814 Get:2 http://deb.debian.org/debian bookworm/main amd64 iperf3 amd64 3.12-1+deb12u1 [33.9 kB]
#10 1.820 Get:3 http://deb.debian.org/debian bookworm/main amd64 cpio amd64 2.13+dfsg-7.1 [245 kB]
#10 1.822 Get:4 http://deb.debian.org/debian bookworm/main amd64 busybox amd64 1:1.35.0-4+b3 [452 kB]
#10 1.828 Get:5 http://deb.debian.org/debian bookworm/main amd64 libblas3 amd64 3.11.0-2 [149 kB]
#10 1.830 Get:6 http://deb.debian.org/debian bookworm/main amd64 liblapack3 amd64 3.11.0-2 [2323 kB]
#10 1.860 Get:7 http://deb.debian.org/debian bookworm/main amd64 librpmio9 amd64 4.18.0+dfsg-1+deb12u1 [1625 kB]
#10 1.869 Get:8 http://deb.debian.org/debian bookworm/main amd64 librpm9 amd64 4.18.0+dfsg-1+deb12u1 [1720 kB]
#10 1.879 Get:9 http://deb.debian.org/debian bookworm/main amd64 python3-numpy amd64 1:1.24.2-1+deb12u1 [4960 kB]
#10 1.931 Get:10 http://deb.debian.org/debian bookworm/main amd64 python3-watchdog all 2.2.1-1 [124 kB]
#10 1.931 Get:11 http://deb.debian.org/debian bookworm/main amd64 rpm-common amd64 4.18.0+dfsg-1+deb12u1 [1571 kB]
#10 1.941 Get:12 http://deb.debian.org/debian bookworm/main amd64 rpm2cpio amd64 4.18.0+dfsg-1+deb12u1 [1547 kB]
#10 1.955 Get:13 http://deb.debian.org/debian bookworm/main amd64 udhcpc amd64 1:1.35.0-4+b3 [6284 B]
#10 2.102 debconf: delaying package configuration, since apt-utils is not installed
#10 2.141 Fetched 14.8 MB in 0s (80.0 MB/s)
#10 2.175 Selecting previously unselected package libiperf0:amd64.
#10 2.175 (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.249 Preparing to unpack .../00-libiperf0_3.12-1+deb12u1_amd64.deb ...
#10 2.255 Unpacking libiperf0:amd64 (3.12-1+deb12u1) ...
#10 2.316 Selecting previously unselected package iperf3.
#10 2.323 Preparing to unpack .../01-iperf3_3.12-1+deb12u1_amd64.deb ...
#10 2.329 Unpacking iperf3 (3.12-1+deb12u1) ...
#10 2.382 Selecting previously unselected package cpio.
#10 2.392 Preparing to unpack .../02-cpio_2.13+dfsg-7.1_amd64.deb ...
#10 2.395 Unpacking cpio (2.13+dfsg-7.1) ...
#10 2.468 Selecting previously unselected package busybox.
#10 2.477 Preparing to unpack .../03-busybox_1%3a1.35.0-4+b3_amd64.deb ...
#10 2.482 Unpacking busybox (1:1.35.0-4+b3) ...
#10 2.557 Selecting previously unselected package libblas3:amd64.
#10 2.566 Preparing to unpack .../04-libblas3_3.11.0-2_amd64.deb ...
#10 2.572 Unpacking libblas3:amd64 (3.11.0-2) ...
#10 2.628 Selecting previously unselected package liblapack3:amd64.
#10 2.637 Preparing to unpack .../05-liblapack3_3.11.0-2_amd64.deb ...
#10 2.644 Unpacking liblapack3:amd64 (3.11.0-2) ...
#10 2.830 Selecting previously unselected package librpmio9.
#10 2.837 Preparing to unpack .../06-librpmio9_4.18.0+dfsg-1+deb12u1_amd64.deb ...
#10 2.841 Unpacking librpmio9 (4.18.0+dfsg-1+deb12u1) ...
#10 2.906 Selecting previously unselected package librpm9.
#10 2.916 Preparing to unpack .../07-librpm9_4.18.0+dfsg-1+deb12u1_amd64.deb ...
#10 2.919 Unpacking librpm9 (4.18.0+dfsg-1+deb12u1) ...
#10 2.984 Selecting previously unselected package python3-numpy.
#10 2.994 Preparing to unpack .../08-python3-numpy_1%3a1.24.2-1+deb12u1_amd64.deb ...
#10 2.997 Unpacking python3-numpy (1:1.24.2-1+deb12u1) ...
#10 3.421 Selecting previously unselected package python3-watchdog.
#10 3.429 Preparing to unpack .../09-python3-watchdog_2.2.1-1_all.deb ...
#10 3.440 Unpacking python3-watchdog (2.2.1-1) ...
#10 3.560 Selecting previously unselected package rpm-common.
#10 3.568 Preparing to unpack .../10-rpm-common_4.18.0+dfsg-1+deb12u1_amd64.deb ...
#10 3.592 Unpacking rpm-common (4.18.0+dfsg-1+deb12u1) ...
#10 3.718 Selecting previously unselected package rpm2cpio.
#10 3.728 Preparing to unpack .../11-rpm2cpio_4.18.0+dfsg-1+deb12u1_amd64.deb ...
#10 3.738 Unpacking rpm2cpio (4.18.0+dfsg-1+deb12u1) ...
#10 3.868 Selecting previously unselected package udhcpc:amd64.
#10 3.877 Preparing to unpack .../12-udhcpc_1%3a1.35.0-4+b3_amd64.deb ...
#10 3.889 Unpacking udhcpc:amd64 (1:1.35.0-4+b3) ...
#10 3.991 Setting up cpio (2.13+dfsg-7.1) ...
#10 4.008 update-alternatives: using /bin/mt-gnu to provide /bin/mt (mt) in auto mode
#10 4.008 update-alternatives: warning: skip creation of /usr/share/man/man1/mt.1.gz because associated file /usr/share/man/man1/mt-gnu.1.gz (of link group mt) doesn't exist
#10 4.016 Setting up python3-watchdog (2.2.1-1) ...
#10 4.160 Setting up busybox (1:1.35.0-4+b3) ...
#10 4.171 Setting up libblas3:amd64 (3.11.0-2) ...
#10 4.182 update-alternatives: using /usr/lib/x86_64-linux-gnu/blas/libblas.so.3 to provide /usr/lib/x86_64-linux-gnu/libblas.so.3 (libblas.so.3-x86_64-linux-gnu) in auto mode
#10 4.188 Setting up libiperf0:amd64 (3.12-1+deb12u1) ...
#10 4.199 Setting up udhcpc:amd64 (1:1.35.0-4+b3) ...
#10 4.211 Setting up librpmio9 (4.18.0+dfsg-1+deb12u1) ...
#10 4.224 Setting up librpm9 (4.18.0+dfsg-1+deb12u1) ...
#10 4.235 Setting up liblapack3:amd64 (3.11.0-2) ...
#10 4.243 update-alternatives: using /usr/lib/x86_64-linux-gnu/lapack/liblapack.so.3 to provide /usr/lib/x86_64-linux-gnu/liblapack.so.3 (liblapack.so.3-x86_64-linux-gnu) in auto mode
#10 4.250 Setting up iperf3 (3.12-1+deb12u1) ...
#10 4.322 debconf: unable to initialize frontend: Dialog
#10 4.322 debconf: (TERM is not set, so the dialog frontend is not usable.)
#10 4.322 debconf: falling back to frontend: Readline
#10 4.332 debconf: unable to initialize frontend: Readline
#10 4.332 debconf: (This frontend requires a controlling tty.)
#10 4.332 debconf: falling back to frontend: Teletype
#10 4.343 Configuring iperf3
#10 4.343 ------------------
#10 4.343 
#10 4.343 Choose this option if Iperf3 should start automatically as a daemon, now and at 
#10 4.343 boot time.
#10 4.343 
#10 4.343 Start Iperf3 as a daemon automatically? [yes/no] 
#10 4.343 Use of uninitialized value $_[1] in join or string at /usr/share/perl5/Debconf/DbDriver/Stack.pm line 111.
#10 4.430 invoke-rc.d: could not determine current runlevel
#10 4.434 invoke-rc.d: policy-rc.d denied execution of stop.
#10 4.545 Use of uninitialized value $val in substitution (s///) at /usr/share/perl5/Debconf/Format/822.pm line 83, <GEN6> line 1.
#10 4.545 Use of uninitialized value $val in concatenation (.) or string at /usr/share/perl5/Debconf/Format/822.pm line 84, <GEN6> line 1.
#10 4.565 Setting up rpm-common (4.18.0+dfsg-1+deb12u1) ...
#10 4.580 Setting up python3-numpy (1:1.24.2-1+deb12u1) ...
#10 5.736 Setting up rpm2cpio (4.18.0+dfsg-1+deb12u1) ...
#10 5.783 Processing triggers for man-db (2.11.2-2) ...
#10 5.840 Processing triggers for dbus (1.14.10-1~deb12u1) ...
#10 5.889 Processing triggers for libc-bin (2.36-9+deb12u9) ...
#10 DONE 6.1s

#11 [ 6/28] RUN	PIP3 install --break-system-packages 		"git+https://github.com/podshumok/python-smpplib.git@master#egg=smpplib" 		pydbus 		pyusb 		pysispm 		pymongo
#11 0.814 Collecting smpplib
#11 0.814   Cloning https://github.com/podshumok/python-smpplib.git (to revision master) to /tmp/pip-install-kfrtmflu/smpplib_b6417f1a743d497ca0598b5b302acbb9
#11 0.816   Running command git clone --filter=blob:none --quiet https://github.com/podshumok/python-smpplib.git /tmp/pip-install-kfrtmflu/smpplib_b6417f1a743d497ca0598b5b302acbb9
#11 1.609   Resolved https://github.com/podshumok/python-smpplib.git to commit 29e611d20b21c4c6aff55ee867f2355f4c7085c8
#11 1.613   Preparing metadata (setup.py): started
#11 1.834   Preparing metadata (setup.py): finished with status 'done'
#11 1.837 Requirement already satisfied: pydbus in /usr/local/lib/python3.11/dist-packages (0.6.0)
#11 1.838 Requirement already satisfied: pyusb in /usr/lib/python3/dist-packages (1.2.1.post2)
#11 1.839 Requirement already satisfied: pysispm in /usr/local/lib/python3.11/dist-packages (0.6)
#11 2.361 Collecting pymongo
#11 2.419   Downloading pymongo-4.10.1-cp311-cp311-manylinux_2_17_x86_64.manylinux2014_x86_64.whl (1.7 MB)
#11 2.546      ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 1.7/1.7 MB 13.3 MB/s eta 0:00:00
#11 2.553 Requirement already satisfied: six in /usr/lib/python3/dist-packages (from smpplib) (1.16.0)
#11 2.609 Collecting dnspython<3.0.0,>=1.16.0
#11 2.618   Downloading dnspython-2.7.0-py3-none-any.whl (313 kB)
#11 2.644      ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 313.6/313.6 kB 13.1 MB/s eta 0:00:00
#11 2.983 Installing collected packages: dnspython, pymongo
#11 3.405 Successfully installed dnspython-2.7.0 pymongo-4.10.1
#11 3.406 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.6s

#12 [ 7/28] RUN	APT-GET update && apt-get install -y openssh-server
#12 0.377 Hit:1 http://deb.debian.org/debian bookworm InRelease
#12 0.377 Hit:2 http://deb.debian.org/debian bookworm-updates InRelease
#12 0.377 Hit:3 http://deb.debian.org/debian-security bookworm-security InRelease
#12 0.377 Hit:4 https://downloads.osmocom.org/packages/osmocom:/nightly/Debian_12 ./ InRelease
#12 0.648 Reading package lists...
#12 1.066 Reading package lists...
#12 1.458 Building dependency tree...
#12 1.553 Reading state information...
#12 1.641 The following additional packages will be installed:
#12 1.642   dbus-user-session libnss-systemd libpam-systemd libxmuu1 ncurses-term
#12 1.642   openssh-sftp-server runit-helper systemd-sysv xauth
#12 1.642 Suggested packages:
#12 1.642   molly-guard monkeysphere ssh-askpass ufw
#12 1.734 The following NEW packages will be installed:
#12 1.735   dbus-user-session libnss-systemd libpam-systemd libxmuu1 ncurses-term
#12 1.735   openssh-server openssh-sftp-server runit-helper systemd-sysv xauth
#12 1.760 0 upgraded, 10 newly installed, 0 to remove and 2 not upgraded.
#12 1.760 Need to get 1598 kB of archives.
#12 1.760 After this operation, 7874 kB of additional disk space will be used.
#12 1.760 Get:1 http://deb.debian.org/debian bookworm/main amd64 systemd-sysv amd64 252.31-1~deb12u1 [42.5 kB]
#12 1.771 Get:2 http://deb.debian.org/debian bookworm/main amd64 openssh-sftp-server amd64 1:9.2p1-2+deb12u3 [65.8 kB]
#12 1.788 Get:3 http://deb.debian.org/debian bookworm/main amd64 runit-helper all 2.15.2 [6520 B]
#12 1.794 Get:4 http://deb.debian.org/debian bookworm/main amd64 openssh-server amd64 1:9.2p1-2+deb12u3 [456 kB]
#12 1.797 Get:5 http://deb.debian.org/debian bookworm/main amd64 libnss-systemd amd64 252.31-1~deb12u1 [163 kB]
#12 1.799 Get:6 http://deb.debian.org/debian bookworm/main amd64 libpam-systemd amd64 252.31-1~deb12u1 [225 kB]
#12 1.801 Get:7 http://deb.debian.org/debian bookworm/main amd64 ncurses-term all 6.4-4 [501 kB]
#12 1.804 Get:8 http://deb.debian.org/debian bookworm/main amd64 dbus-user-session amd64 1.14.10-1~deb12u1 [78.1 kB]
#12 1.805 Get:9 http://deb.debian.org/debian bookworm/main amd64 libxmuu1 amd64 2:1.1.3-3 [23.9 kB]
#12 1.806 Get:10 http://deb.debian.org/debian bookworm/main amd64 xauth amd64 1:1.1.2-1 [36.0 kB]
#12 1.963 debconf: delaying package configuration, since apt-utils is not installed
#12 2.007 Fetched 1598 kB in 0s (23.9 MB/s)
#12 2.067 Selecting previously unselected package systemd-sysv.
#12 2.067 (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.117 Preparing to unpack .../0-systemd-sysv_252.31-1~deb12u1_amd64.deb ...
#12 2.134 Unpacking systemd-sysv (252.31-1~deb12u1) ...
#12 2.246 Selecting previously unselected package openssh-sftp-server.
#12 2.255 Preparing to unpack .../1-openssh-sftp-server_1%3a9.2p1-2+deb12u3_amd64.deb ...
#12 2.267 Unpacking openssh-sftp-server (1:9.2p1-2+deb12u3) ...
#12 2.360 Selecting previously unselected package runit-helper.
#12 2.370 Preparing to unpack .../2-runit-helper_2.15.2_all.deb ...
#12 2.379 Unpacking runit-helper (2.15.2) ...
#12 2.514 Selecting previously unselected package openssh-server.
#12 2.524 Preparing to unpack .../3-openssh-server_1%3a9.2p1-2+deb12u3_amd64.deb ...
#12 2.534 Unpacking openssh-server (1:9.2p1-2+deb12u3) ...
#12 2.673 Selecting previously unselected package libnss-systemd:amd64.
#12 2.682 Preparing to unpack .../4-libnss-systemd_252.31-1~deb12u1_amd64.deb ...
#12 2.708 Unpacking libnss-systemd:amd64 (252.31-1~deb12u1) ...
#12 2.826 Selecting previously unselected package libpam-systemd:amd64.
#12 2.838 Preparing to unpack .../5-libpam-systemd_252.31-1~deb12u1_amd64.deb ...
#12 2.851 Unpacking libpam-systemd:amd64 (252.31-1~deb12u1) ...
#12 2.965 Selecting previously unselected package ncurses-term.
#12 2.973 Preparing to unpack .../6-ncurses-term_6.4-4_all.deb ...
#12 2.988 Unpacking ncurses-term (6.4-4) ...
#12 3.356 Selecting previously unselected package dbus-user-session.
#12 3.365 Preparing to unpack .../7-dbus-user-session_1.14.10-1~deb12u1_amd64.deb ...
#12 3.377 Unpacking dbus-user-session (1.14.10-1~deb12u1) ...
#12 3.489 Selecting previously unselected package libxmuu1:amd64.
#12 3.498 Preparing to unpack .../8-libxmuu1_2%3a1.1.3-3_amd64.deb ...
#12 3.517 Unpacking libxmuu1:amd64 (2:1.1.3-3) ...
#12 3.614 Selecting previously unselected package xauth.
#12 3.624 Preparing to unpack .../9-xauth_1%3a1.1.2-1_amd64.deb ...
#12 3.643 Unpacking xauth (1:1.1.2-1) ...
#12 3.778 Setting up runit-helper (2.15.2) ...
#12 3.789 Setting up openssh-sftp-server (1:9.2p1-2+deb12u3) ...
#12 3.802 Setting up systemd-sysv (252.31-1~deb12u1) ...
#12 3.814 Setting up openssh-server (1:9.2p1-2+deb12u3) ...
#12 3.910 debconf: unable to initialize frontend: Dialog
#12 3.910 debconf: (TERM is not set, so the dialog frontend is not usable.)
#12 3.910 debconf: falling back to frontend: Readline
#12 3.916 debconf: unable to initialize frontend: Readline
#12 3.916 debconf: (This frontend requires a controlling tty.)
#12 3.916 debconf: falling back to frontend: Teletype
#12 3.991 
#12 3.991 Creating config file /etc/ssh/sshd_config with new version
#12 4.033 Creating SSH2 RSA key; this may take some time ...
#12 4.949 3072 SHA256:Y3dnDQsl75SvaTYWDJWg3jBckEL6HifJgOZzGPLylxA root@buildkitsandbox (RSA)
#12 4.952 Creating SSH2 ECDSA key; this may take some time ...
#12 4.963 256 SHA256:2A1MJH+1WHxhhMfBAVZ6J8AT79y7AEg0uwT/J1Ute2o root@buildkitsandbox (ECDSA)
#12 4.965 Creating SSH2 ED25519 key; this may take some time ...
#12 4.973 256 SHA256:i9BIbv01cOqG8fFQSivJR/ciiCX7oTwX1gVTYbH5gJg root@buildkitsandbox (ED25519)
#12 5.154 invoke-rc.d: could not determine current runlevel
#12 5.158 invoke-rc.d: policy-rc.d denied execution of start.
#12 5.254 Created symlink /etc/systemd/system/sshd.service → /lib/systemd/system/ssh.service.

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

#12 5.344 Setting up libnss-systemd:amd64 (252.31-1~deb12u1) ...
#12 5.363 Setting up libpam-systemd:amd64 (252.31-1~deb12u1) ...
#12 5.428 debconf: unable to initialize frontend: Dialog
#12 5.428 debconf: (TERM is not set, so the dialog frontend is not usable.)
#12 5.428 debconf: falling back to frontend: Readline
#12 5.434 debconf: unable to initialize frontend: Readline
#12 5.434 debconf: (This frontend requires a controlling tty.)
#12 5.434 debconf: falling back to frontend: Teletype
#12 5.503 Setting up libxmuu1:amd64 (2:1.1.3-3) ...
#12 5.512 Setting up ncurses-term (6.4-4) ...
#12 5.523 Setting up dbus-user-session (1.14.10-1~deb12u1) ...
#12 5.545 Setting up xauth (1:1.1.2-1) ...
#12 5.566 Processing triggers for man-db (2.11.2-2) ...
#12 5.584 Processing triggers for libc-bin (2.36-9+deb12u9) ...
#12 DONE 5.8s

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

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

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

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

#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.025 Generating locales (this might take a while)...
#19 1.030   en_US.UTF-8... done
#19 1.980 Generation complete.
#19 DONE 2.1s

#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.496 Hit:1 http://deb.debian.org/debian bookworm InRelease
#20 0.496 Hit:2 http://deb.debian.org/debian bookworm-updates InRelease
#20 0.496 Hit:3 http://deb.debian.org/debian-security bookworm-security InRelease
#20 0.509 Hit:4 https://downloads.osmocom.org/packages/osmocom:/nightly/Debian_12 ./ InRelease
#20 0.788 Reading package lists...
#20 1.201 Reading package lists...
#20 1.616 Building dependency tree...
#20 1.716 Reading state information...
#20 1.810 telnet is already the newest version (0.17+2.4-2+deb12u1).
#20 1.810 The following additional packages will be installed:
#20 1.810   libasn1c1 libgtp10 libosmo-gsup-client0 libosmo-ranap7 libosmo-sigtran10
#20 1.810   libosmoabis13 libosmocodec4 libosmocoding0 libosmocore libosmocore22
#20 1.810   libosmoctrl0 libosmogb14 libosmogsm20 libosmoisdn0 libosmonetif11
#20 1.810   libosmosim2 libosmotrau10 libosmousb0 libosmovty13 libsmpp1 osmocom-nightly
#20 1.843 The following NEW packages will be installed:
#20 1.844   libasn1c-dev libasn1c1 libgtp-dev libgtp10 libosmo-abis-dev
#20 1.844   libosmo-gsup-client-dev libosmo-gsup-client0 libosmo-netif-dev
#20 1.844   libosmo-ranap-dev libosmo-ranap7 libosmo-sigtran-dev libosmo-sigtran10
#20 1.844   libosmoabis13 libosmocodec4 libosmocoding0 libosmocore libosmocore-dev
#20 1.844   libosmocore22 libosmoctrl0 libosmogb14 libosmogsm20 libosmoisdn0
#20 1.844   libosmonetif11 libosmosim2 libosmotrau10 libosmousb0 libosmovty13 libsmpp1
#20 1.844   libsmpp34-dev osmocom-nightly
#20 1.899 0 upgraded, 30 newly installed, 0 to remove and 2 not upgraded.
#20 1.899 Need to get 3,942 kB of archives.
#20 1.899 After this operation, 17.7 MB of additional disk space will be used.
#20 1.899 Get:1 https://downloads.osmocom.org/packages/osmocom:/nightly/Debian_12 ./ osmocom-nightly 202412132026 [1,180 B]
#20 1.916 Get:2 https://downloads.osmocom.org/packages/osmocom:/nightly/Debian_12 ./ libosmocore22 1.10.0.56.fc03.202412132026 [169 kB]
#20 1.918 Get:3 https://downloads.osmocom.org/packages/osmocom:/nightly/Debian_12 ./ libgtp10 1.12.0.33.09142.202412132026 [39.0 kB]
#20 1.925 Get:4 https://downloads.osmocom.org/packages/osmocom:/nightly/Debian_12 ./ libgtp-dev 1.12.0.33.09142.202412132026 [141 kB]
#20 1.941 Get:5 https://downloads.osmocom.org/packages/osmocom:/nightly/Debian_12 ./ libosmocodec4 1.10.0.56.fc03.202412132026 [50.6 kB]
#20 1.942 Get:6 https://downloads.osmocom.org/packages/osmocom:/nightly/Debian_12 ./ libosmotrau10 1.6.0.49.3093ec.202412132026 [33.1 kB]
#20 1.981 Get:7 https://downloads.osmocom.org/packages/osmocom:/nightly/Debian_12 ./ libosmoisdn0 1.10.0.56.fc03.202412132026 [69.8 kB]
#20 1.993 Get:8 https://downloads.osmocom.org/packages/osmocom:/nightly/Debian_12 ./ libosmogsm20 1.10.0.56.fc03.202412132026 [227 kB]
#20 2.002 Get:9 https://downloads.osmocom.org/packages/osmocom:/nightly/Debian_12 ./ libosmonetif11 1.5.1.26.e84e.202412132026 [59.0 kB]
#20 2.016 Get:10 https://downloads.osmocom.org/packages/osmocom:/nightly/Debian_12 ./ libosmovty13 1.10.0.56.fc03.202412132026 [103 kB]
#20 2.028 Get:11 https://downloads.osmocom.org/packages/osmocom:/nightly/Debian_12 ./ libosmoabis13 1.6.0.49.3093ec.202412132026 [69.9 kB]
#20 2.037 Get:12 https://downloads.osmocom.org/packages/osmocom:/nightly/Debian_12 ./ libosmocoding0 1.10.0.56.fc03.202412132026 [70.3 kB]
#20 2.039 Get:13 https://downloads.osmocom.org/packages/osmocom:/nightly/Debian_12 ./ libosmogb14 1.10.0.56.fc03.202412132026 [177 kB]
#20 2.067 Get:14 https://downloads.osmocom.org/packages/osmocom:/nightly/Debian_12 ./ libosmoctrl0 1.10.0.56.fc03.202412132026 [59.0 kB]
#20 2.114 Get:15 https://downloads.osmocom.org/packages/osmocom:/nightly/Debian_12 ./ libosmosim2 1.10.0.56.fc03.202412132026 [62.9 kB]
#20 2.124 Get:16 https://downloads.osmocom.org/packages/osmocom:/nightly/Debian_12 ./ libosmousb0 1.10.0.56.fc03.202412132026 [49.6 kB]
#20 2.133 Get:17 https://downloads.osmocom.org/packages/osmocom:/nightly/Debian_12 ./ libosmocore 1.10.0.56.fc03.202412132026 [42.9 kB]
#20 2.141 Get:18 https://downloads.osmocom.org/packages/osmocom:/nightly/Debian_12 ./ libosmocore-dev 1.10.0.56.fc03.202412132026 [847 kB]
#20 2.157 Get:19 https://downloads.osmocom.org/packages/osmocom:/nightly/Debian_12 ./ libosmo-netif-dev 1.5.1.26.e84e.202412132026 [71.5 kB]
#20 2.161 Get:20 https://downloads.osmocom.org/packages/osmocom:/nightly/Debian_12 ./ libosmo-abis-dev 1.6.0.49.3093ec.202412132026 [112 kB]
#20 2.164 Get:21 https://downloads.osmocom.org/packages/osmocom:/nightly/Debian_12 ./ libosmo-gsup-client0 1.8.0.15.74e4.202412132026 [21.1 kB]
#20 2.167 Get:22 https://downloads.osmocom.org/packages/osmocom:/nightly/Debian_12 ./ libosmo-gsup-client-dev 1.8.0.15.74e4.202412132026 [25.4 kB]
#20 2.168 Get:23 https://downloads.osmocom.org/packages/osmocom:/nightly/Debian_12 ./ libosmo-sigtran10 2.0.0.52.6412.202412132026 [127 kB]
#20 2.180 Get:24 https://downloads.osmocom.org/packages/osmocom:/nightly/Debian_12 ./ libosmo-sigtran-dev 2.0.0.52.6412.202412132026 [606 kB]
#20 2.187 Get:25 https://downloads.osmocom.org/packages/osmocom:/nightly/Debian_12 ./ libsmpp1 1.14.4.1.f1ec.202412132026 [101 kB]
#20 2.192 Get:26 https://downloads.osmocom.org/packages/osmocom:/nightly/Debian_12 ./ libsmpp34-dev 1.14.4.1.f1ec.202412132026 [111 kB]
#20 2.194 Get:27 https://downloads.osmocom.org/packages/osmocom:/nightly/Debian_12 ./ libasn1c1 0.9.38.202412132026 [75.3 kB]
#20 2.203 Get:28 https://downloads.osmocom.org/packages/osmocom:/nightly/Debian_12 ./ libasn1c-dev 0.9.38.202412132026 [106 kB]
#20 2.205 Get:29 https://downloads.osmocom.org/packages/osmocom:/nightly/Debian_12 ./ libosmo-ranap7 1.6.0.6.aad82.202412132026 [222 kB]
#20 2.212 Get:30 https://downloads.osmocom.org/packages/osmocom:/nightly/Debian_12 ./ libosmo-ranap-dev 1.6.0.6.aad82.202412132026 [92.1 kB]
#20 2.381 debconf: delaying package configuration, since apt-utils is not installed
#20 2.437 Fetched 3,942 kB in 0s (10.8 MB/s)
#20 2.492 Selecting previously unselected package osmocom-nightly.
#20 2.492 (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.539 Preparing to unpack .../00-osmocom-nightly_202412132026_amd64.deb ...
#20 2.557 Unpacking osmocom-nightly (202412132026) ...
#20 2.671 Selecting previously unselected package libosmocore22:amd64.
#20 2.681 Preparing to unpack .../01-libosmocore22_1.10.0.56.fc03.202412132026_amd64.deb ...
#20 2.699 Unpacking libosmocore22:amd64 (1.10.0.56.fc03.202412132026) ...
#20 2.841 Selecting previously unselected package libgtp10:amd64.
#20 2.851 Preparing to unpack .../02-libgtp10_1.12.0.33.09142.202412132026_amd64.deb ...
#20 2.870 Unpacking libgtp10:amd64 (1.12.0.33.09142.202412132026) ...
#20 2.982 Selecting previously unselected package libgtp-dev:amd64.
#20 2.990 Preparing to unpack .../03-libgtp-dev_1.12.0.33.09142.202412132026_amd64.deb ...
#20 3.006 Unpacking libgtp-dev:amd64 (1.12.0.33.09142.202412132026) ...
#20 3.147 Selecting previously unselected package libosmocodec4:amd64.
#20 3.157 Preparing to unpack .../04-libosmocodec4_1.10.0.56.fc03.202412132026_amd64.deb ...
#20 3.173 Unpacking libosmocodec4:amd64 (1.10.0.56.fc03.202412132026) ...
#20 3.299 Selecting previously unselected package libosmotrau10:amd64.
#20 3.308 Preparing to unpack .../05-libosmotrau10_1.6.0.49.3093ec.202412132026_amd64.deb ...
#20 3.324 Unpacking libosmotrau10:amd64 (1.6.0.49.3093ec.202412132026) ...
#20 3.445 Selecting previously unselected package libosmoisdn0:amd64.
#20 3.455 Preparing to unpack .../06-libosmoisdn0_1.10.0.56.fc03.202412132026_amd64.deb ...
#20 3.471 Unpacking libosmoisdn0:amd64 (1.10.0.56.fc03.202412132026) ...
#20 3.621 Selecting previously unselected package libosmogsm20:amd64.
#20 3.631 Preparing to unpack .../07-libosmogsm20_1.10.0.56.fc03.202412132026_amd64.deb ...
#20 3.650 Unpacking libosmogsm20:amd64 (1.10.0.56.fc03.202412132026) ...
#20 3.788 Selecting previously unselected package libosmonetif11:amd64.
#20 3.797 Preparing to unpack .../08-libosmonetif11_1.5.1.26.e84e.202412132026_amd64.deb ...
#20 3.818 Unpacking libosmonetif11:amd64 (1.5.1.26.e84e.202412132026) ...
#20 3.939 Selecting previously unselected package libosmovty13:amd64.
#20 3.948 Preparing to unpack .../09-libosmovty13_1.10.0.56.fc03.202412132026_amd64.deb ...
#20 3.969 Unpacking libosmovty13:amd64 (1.10.0.56.fc03.202412132026) ...
#20 4.107 Selecting previously unselected package libosmoabis13:amd64.
#20 4.116 Preparing to unpack .../10-libosmoabis13_1.6.0.49.3093ec.202412132026_amd64.deb ...
#20 4.136 Unpacking libosmoabis13:amd64 (1.6.0.49.3093ec.202412132026) ...
#20 4.242 Selecting previously unselected package libosmocoding0:amd64.
#20 4.250 Preparing to unpack .../11-libosmocoding0_1.10.0.56.fc03.202412132026_amd64.deb ...
#20 4.262 Unpacking libosmocoding0:amd64 (1.10.0.56.fc03.202412132026) ...
#20 4.387 Selecting previously unselected package libosmogb14:amd64.
#20 4.397 Preparing to unpack .../12-libosmogb14_1.10.0.56.fc03.202412132026_amd64.deb ...
#20 4.410 Unpacking libosmogb14:amd64 (1.10.0.56.fc03.202412132026) ...
#20 4.554 Selecting previously unselected package libosmoctrl0:amd64.
#20 4.566 Preparing to unpack .../13-libosmoctrl0_1.10.0.56.fc03.202412132026_amd64.deb ...
#20 4.577 Unpacking libosmoctrl0:amd64 (1.10.0.56.fc03.202412132026) ...
#20 4.695 Selecting previously unselected package libosmosim2:amd64.
#20 4.705 Preparing to unpack .../14-libosmosim2_1.10.0.56.fc03.202412132026_amd64.deb ...
#20 4.718 Unpacking libosmosim2:amd64 (1.10.0.56.fc03.202412132026) ...
#20 4.855 Selecting previously unselected package libosmousb0:amd64.
#20 4.864 Preparing to unpack .../15-libosmousb0_1.10.0.56.fc03.202412132026_amd64.deb ...
#20 4.877 Unpacking libosmousb0:amd64 (1.10.0.56.fc03.202412132026) ...
#20 4.994 Selecting previously unselected package libosmocore.
#20 5.003 Preparing to unpack .../16-libosmocore_1.10.0.56.fc03.202412132026_amd64.deb ...
#20 5.023 Unpacking libosmocore (1.10.0.56.fc03.202412132026) ...
#20 5.136 Selecting previously unselected package libosmocore-dev:amd64.
#20 5.145 Preparing to unpack .../17-libosmocore-dev_1.10.0.56.fc03.202412132026_amd64.deb ...
#20 5.158 Unpacking libosmocore-dev:amd64 (1.10.0.56.fc03.202412132026) ...
#20 5.333 Selecting previously unselected package libosmo-netif-dev:amd64.
#20 5.342 Preparing to unpack .../18-libosmo-netif-dev_1.5.1.26.e84e.202412132026_amd64.deb ...
#20 5.359 Unpacking libosmo-netif-dev:amd64 (1.5.1.26.e84e.202412132026) ...
#20 5.468 Selecting previously unselected package libosmo-abis-dev:amd64.
#20 5.479 Preparing to unpack .../19-libosmo-abis-dev_1.6.0.49.3093ec.202412132026_amd64.deb ...
#20 5.495 Unpacking libosmo-abis-dev:amd64 (1.6.0.49.3093ec.202412132026) ...
#20 5.634 Selecting previously unselected package libosmo-gsup-client0:amd64.
#20 5.642 Preparing to unpack .../20-libosmo-gsup-client0_1.8.0.15.74e4.202412132026_amd64.deb ...
#20 5.655 Unpacking libosmo-gsup-client0:amd64 (1.8.0.15.74e4.202412132026) ...
#20 5.773 Selecting previously unselected package libosmo-gsup-client-dev:amd64.
#20 5.782 Preparing to unpack .../21-libosmo-gsup-client-dev_1.8.0.15.74e4.202412132026_amd64.deb ...
#20 5.795 Unpacking libosmo-gsup-client-dev:amd64 (1.8.0.15.74e4.202412132026) ...
#20 5.914 Selecting previously unselected package libosmo-sigtran10:amd64.
#20 5.922 Preparing to unpack .../22-libosmo-sigtran10_2.0.0.52.6412.202412132026_amd64.deb ...
#20 5.937 Unpacking libosmo-sigtran10:amd64 (2.0.0.52.6412.202412132026) ...
#20 6.051 Selecting previously unselected package libosmo-sigtran-dev:amd64.
#20 6.061 Preparing to unpack .../23-libosmo-sigtran-dev_2.0.0.52.6412.202412132026_amd64.deb ...
#20 6.082 Unpacking libosmo-sigtran-dev:amd64 (2.0.0.52.6412.202412132026) ...
#20 6.257 Selecting previously unselected package libsmpp1:amd64.
#20 6.266 Preparing to unpack .../24-libsmpp1_1.14.4.1.f1ec.202412132026_amd64.deb ...
#20 6.283 Unpacking libsmpp1:amd64 (1.14.4.1.f1ec.202412132026) ...
#20 6.400 Selecting previously unselected package libsmpp34-dev:amd64.
#20 6.409 Preparing to unpack .../25-libsmpp34-dev_1.14.4.1.f1ec.202412132026_amd64.deb ...
#20 6.428 Unpacking libsmpp34-dev:amd64 (1.14.4.1.f1ec.202412132026) ...
#20 6.572 Selecting previously unselected package libasn1c1:amd64.
#20 6.581 Preparing to unpack .../26-libasn1c1_0.9.38.202412132026_amd64.deb ...
#20 6.591 Unpacking libasn1c1:amd64 (0.9.38.202412132026) ...
#20 6.669 Selecting previously unselected package libasn1c-dev:amd64.
#20 6.677 Preparing to unpack .../27-libasn1c-dev_0.9.38.202412132026_amd64.deb ...
#20 6.687 Unpacking libasn1c-dev:amd64 (0.9.38.202412132026) ...
#20 6.797 Selecting previously unselected package libosmo-ranap7:amd64.
#20 6.807 Preparing to unpack .../28-libosmo-ranap7_1.6.0.6.aad82.202412132026_amd64.deb ...
#20 6.819 Unpacking libosmo-ranap7:amd64 (1.6.0.6.aad82.202412132026) ...
#20 6.926 Selecting previously unselected package libosmo-ranap-dev:amd64.
#20 6.934 Preparing to unpack .../29-libosmo-ranap-dev_1.6.0.6.aad82.202412132026_amd64.deb ...
#20 6.944 Unpacking libosmo-ranap-dev:amd64 (1.6.0.6.aad82.202412132026) ...
#20 7.154 Setting up osmocom-nightly (202412132026) ...
#20 7.163 Setting up libsmpp1:amd64 (1.14.4.1.f1ec.202412132026) ...
#20 7.174 Setting up libosmocore22:amd64 (1.10.0.56.fc03.202412132026) ...
#20 7.197 Setting up libosmocodec4:amd64 (1.10.0.56.fc03.202412132026) ...
#20 7.232 Setting up libsmpp34-dev:amd64 (1.14.4.1.f1ec.202412132026) ...
#20 7.256 Setting up libasn1c1:amd64 (0.9.38.202412132026) ...
#20 7.292 Setting up libosmovty13:amd64 (1.10.0.56.fc03.202412132026) ...
#20 7.324 Setting up libosmoisdn0:amd64 (1.10.0.56.fc03.202412132026) ...
#20 7.348 Setting up libosmotrau10:amd64 (1.6.0.49.3093ec.202412132026) ...
#20 7.374 Setting up libgtp10:amd64 (1.12.0.33.09142.202412132026) ...
#20 7.409 Setting up libgtp-dev:amd64 (1.12.0.33.09142.202412132026) ...
#20 7.448 Setting up libasn1c-dev:amd64 (0.9.38.202412132026) ...
#20 7.487 Setting up libosmousb0:amd64 (1.10.0.56.fc03.202412132026) ...
#20 7.527 Setting up libosmogsm20:amd64 (1.10.0.56.fc03.202412132026) ...
#20 7.563 Setting up libosmoctrl0:amd64 (1.10.0.56.fc03.202412132026) ...
#20 7.606 Setting up libosmogb14:amd64 (1.10.0.56.fc03.202412132026) ...
#20 7.646 Setting up libosmonetif11:amd64 (1.5.1.26.e84e.202412132026) ...
#20 7.683 Setting up libosmocoding0:amd64 (1.10.0.56.fc03.202412132026) ...
#20 7.723 Setting up libosmosim2:amd64 (1.10.0.56.fc03.202412132026) ...
#20 7.761 Setting up libosmocore (1.10.0.56.fc03.202412132026) ...
#20 7.798 Setting up libosmoabis13:amd64 (1.6.0.49.3093ec.202412132026) ...
#20 7.836 Setting up libosmo-sigtran10:amd64 (2.0.0.52.6412.202412132026) ...
#20 7.875 Setting up libosmo-gsup-client0:amd64 (1.8.0.15.74e4.202412132026) ...
#20 7.916 Setting up libosmo-ranap7:amd64 (1.6.0.6.aad82.202412132026) ...
#20 7.963 Setting up libosmocore-dev:amd64 (1.10.0.56.fc03.202412132026) ...
#20 8.000 Setting up libosmo-netif-dev:amd64 (1.5.1.26.e84e.202412132026) ...
#20 8.034 Setting up libosmo-ranap-dev:amd64 (1.6.0.6.aad82.202412132026) ...
#20 8.073 Setting up libosmo-gsup-client-dev:amd64 (1.8.0.15.74e4.202412132026) ...
#20 8.108 Setting up libosmo-sigtran-dev:amd64 (2.0.0.52.6412.202412132026) ...
#20 8.153 Setting up libosmo-abis-dev:amd64 (1.6.0.49.3093ec.202412132026) ...
#20 8.195 Processing triggers for libc-bin (2.36-9+deb12u9) ...
#20 DONE 8.5s

#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.388 Hit:1 http://deb.debian.org/debian bookworm InRelease
#21 0.388 Hit:2 http://deb.debian.org/debian bookworm-updates InRelease
#21 0.388 Hit:3 http://deb.debian.org/debian-security bookworm-security InRelease
#21 0.402 Hit:4 https://downloads.osmocom.org/packages/osmocom:/nightly/Debian_12 ./ InRelease
#21 0.662 Reading package lists...
#21 1.100 Reading package lists...
#21 1.511 Building dependency tree...
#21 1.614 Reading state information...
#21 1.713 cmake is already the newest version (3.25.1-1).
#21 1.713 libfftw3-dev is already the newest version (3.3.10-1).
#21 1.713 libboost-program-options-dev is already the newest version (1.74.0.3).
#21 1.713 libboost-program-options-dev set to manually installed.
#21 1.713 libsctp-dev is already the newest version (1.0.19+dfsg-2).
#21 1.713 libpcsclite-dev is already the newest version (1.9.9-2).
#21 1.713 libuhd-dev is already the newest version (4.3.0.0+ds1-5).
#21 1.713 The following additional packages will be installed:
#21 1.713   libconfig++9v5 libconfig-dev libconfig9 libczmq4 libnspr4 libnspr4-dev
#21 1.714   libnss3 libnss3-dev libsoapysdr0.8 soapysdr0.7-module-lms7
#21 1.714 Suggested packages:
#21 1.714   libmbedtls-doc libsoapysdr-doc
#21 1.714 Recommended packages:
#21 1.714   libconfig-doc soapysdr0.8-module-all | soapysdr0.8-module
#21 1.807 The following NEW packages will be installed:
#21 1.807   libconfig++-dev libconfig++9v5 libconfig-dev libconfig9 libczmq-dev libczmq4
#21 1.807   libmbedtls-dev libnspr4 libnspr4-dev libnss3 libnss3-dev libsoapysdr-dev
#21 1.807   libsoapysdr0.8 soapysdr-module-lms7 soapysdr0.7-module-lms7
#21 1.845 0 upgraded, 15 newly installed, 0 to remove and 2 not upgraded.
#21 1.845 Need to get 3,551 kB of archives.
#21 1.845 After this operation, 14.8 MB of additional disk space will be used.
#21 1.845 Get:1 http://deb.debian.org/debian bookworm/main amd64 libconfig++9v5 amd64 1.5-0.4 [40.0 kB]
#21 1.853 Get:2 http://deb.debian.org/debian bookworm/main amd64 libconfig9 amd64 1.5-0.4 [29.9 kB]
#21 1.854 Get:3 http://deb.debian.org/debian bookworm/main amd64 libconfig-dev amd64 1.5-0.4 [60.8 kB]
#21 1.859 Get:4 http://deb.debian.org/debian bookworm/main amd64 libconfig++-dev amd64 1.5-0.4 [44.1 kB]
#21 1.862 Get:5 http://deb.debian.org/debian bookworm/main amd64 libnspr4 amd64 2:4.35-1 [113 kB]
#21 1.864 Get:6 http://deb.debian.org/debian-security bookworm-security/main amd64 libnss3 amd64 2:3.87.1-1+deb12u1 [1,331 kB]
#21 1.880 Get:7 http://deb.debian.org/debian bookworm/main amd64 libnspr4-dev amd64 2:4.35-1 [212 kB]
#21 1.881 Get:8 http://deb.debian.org/debian-security bookworm-security/main amd64 libnss3-dev amd64 2:3.87.1-1+deb12u1 [245 kB]
#21 1.883 Get:9 http://deb.debian.org/debian bookworm/main amd64 libczmq4 amd64 4.2.1-1 [172 kB]
#21 1.885 Get:10 http://deb.debian.org/debian bookworm/main amd64 libczmq-dev amd64 4.2.1-1 [414 kB]
#21 1.888 Get:11 http://deb.debian.org/debian bookworm/main amd64 libmbedtls-dev amd64 2.28.3-1 [685 kB]
#21 1.894 Get:12 http://deb.debian.org/debian bookworm/main amd64 libsoapysdr0.8 amd64 0.8.1-3 [108 kB]
#21 1.895 Get:13 http://deb.debian.org/debian bookworm/main amd64 libsoapysdr-dev amd64 0.8.1-3 [33.5 kB]
#21 1.896 Get:14 https://downloads.osmocom.org/packages/osmocom:/nightly/Debian_12 ./ soapysdr0.7-module-lms7 23.11.0.1.2141.9dce.202412132026 [55.2 kB]
#21 1.957 Get:15 https://downloads.osmocom.org/packages/osmocom:/nightly/Debian_12 ./ soapysdr-module-lms7 23.11.0.1.2141.9dce.202412132026 [7,568 B]
#21 2.107 debconf: delaying package configuration, since apt-utils is not installed
#21 2.147 Fetched 3,551 kB in 0s (24.8 MB/s)
#21 2.179 Selecting previously unselected package libconfig++9v5:amd64.
#21 2.179 (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.226 Preparing to unpack .../00-libconfig++9v5_1.5-0.4_amd64.deb ...
#21 2.232 Unpacking libconfig++9v5:amd64 (1.5-0.4) ...
#21 2.277 Selecting previously unselected package libconfig9:amd64.
#21 2.288 Preparing to unpack .../01-libconfig9_1.5-0.4_amd64.deb ...
#21 2.291 Unpacking libconfig9:amd64 (1.5-0.4) ...
#21 2.336 Selecting previously unselected package libconfig-dev:amd64.
#21 2.345 Preparing to unpack .../02-libconfig-dev_1.5-0.4_amd64.deb ...
#21 2.348 Unpacking libconfig-dev:amd64 (1.5-0.4) ...
#21 2.389 Selecting previously unselected package libconfig++-dev:amd64.
#21 2.400 Preparing to unpack .../03-libconfig++-dev_1.5-0.4_amd64.deb ...
#21 2.404 Unpacking libconfig++-dev:amd64 (1.5-0.4) ...
#21 2.452 Selecting previously unselected package libnspr4:amd64.
#21 2.462 Preparing to unpack .../04-libnspr4_2%3a4.35-1_amd64.deb ...
#21 2.466 Unpacking libnspr4:amd64 (2:4.35-1) ...
#21 2.523 Selecting previously unselected package libnss3:amd64.
#21 2.532 Preparing to unpack .../05-libnss3_2%3a3.87.1-1+deb12u1_amd64.deb ...
#21 2.535 Unpacking libnss3:amd64 (2:3.87.1-1+deb12u1) ...
#21 2.659 Selecting previously unselected package libnspr4-dev.
#21 2.670 Preparing to unpack .../06-libnspr4-dev_2%3a4.35-1_amd64.deb ...
#21 2.674 Unpacking libnspr4-dev (2:4.35-1) ...
#21 2.727 Selecting previously unselected package libnss3-dev:amd64.
#21 2.736 Preparing to unpack .../07-libnss3-dev_2%3a3.87.1-1+deb12u1_amd64.deb ...
#21 2.738 Unpacking libnss3-dev:amd64 (2:3.87.1-1+deb12u1) ...
#21 2.805 Selecting previously unselected package libczmq4:amd64.
#21 2.814 Preparing to unpack .../08-libczmq4_4.2.1-1_amd64.deb ...
#21 2.817 Unpacking libczmq4:amd64 (4.2.1-1) ...
#21 2.871 Selecting previously unselected package libczmq-dev:amd64.
#21 2.878 Preparing to unpack .../09-libczmq-dev_4.2.1-1_amd64.deb ...
#21 2.884 Unpacking libczmq-dev:amd64 (4.2.1-1) ...
#21 2.953 Selecting previously unselected package libmbedtls-dev:amd64.
#21 2.961 Preparing to unpack .../10-libmbedtls-dev_2.28.3-1_amd64.deb ...
#21 2.964 Unpacking libmbedtls-dev:amd64 (2.28.3-1) ...
#21 3.052 Selecting previously unselected package libsoapysdr0.8:amd64.
#21 3.060 Preparing to unpack .../11-libsoapysdr0.8_0.8.1-3_amd64.deb ...
#21 3.063 Unpacking libsoapysdr0.8:amd64 (0.8.1-3) ...
#21 3.109 Selecting previously unselected package libsoapysdr-dev:amd64.
#21 3.115 Preparing to unpack .../12-libsoapysdr-dev_0.8.1-3_amd64.deb ...
#21 3.118 Unpacking libsoapysdr-dev:amd64 (0.8.1-3) ...
#21 3.160 Selecting previously unselected package soapysdr0.7-module-lms7:amd64.
#21 3.170 Preparing to unpack .../13-soapysdr0.7-module-lms7_23.11.0.1.2141.9dce.202412132026_amd64.deb ...
#21 3.173 Unpacking soapysdr0.7-module-lms7:amd64 (23.11.0.1.2141.9dce.202412132026) ...
#21 3.218 Selecting previously unselected package soapysdr-module-lms7.
#21 3.224 Preparing to unpack .../14-soapysdr-module-lms7_23.11.0.1.2141.9dce.202412132026_all.deb ...
#21 3.228 Unpacking soapysdr-module-lms7 (23.11.0.1.2141.9dce.202412132026) ...
#21 3.294 Setting up libconfig9:amd64 (1.5-0.4) ...
#21 3.305 Setting up libczmq4:amd64 (4.2.1-1) ...
#21 3.315 Setting up libconfig++9v5:amd64 (1.5-0.4) ...
#21 3.326 Setting up libmbedtls-dev:amd64 (2.28.3-1) ...
#21 3.339 Setting up libsoapysdr0.8:amd64 (0.8.1-3) ...
#21 3.349 Setting up libsoapysdr-dev:amd64 (0.8.1-3) ...
#21 3.359 Setting up libnspr4:amd64 (2:4.35-1) ...
#21 3.368 Setting up libconfig-dev:amd64 (1.5-0.4) ...
#21 3.381 Setting up soapysdr0.7-module-lms7:amd64 (23.11.0.1.2141.9dce.202412132026) ...
#21 3.391 Setting up libnspr4-dev (2:4.35-1) ...
#21 3.400 Setting up soapysdr-module-lms7 (23.11.0.1.2141.9dce.202412132026) ...
#21 3.410 Setting up libnss3:amd64 (2:3.87.1-1+deb12u1) ...
#21 3.420 Setting up libnss3-dev:amd64 (2:3.87.1-1+deb12u1) ...
#21 3.430 Setting up libconfig++-dev:amd64 (1.5-0.4) ...
#21 3.439 Setting up libczmq-dev:amd64 (4.2.1-1) ...
#21 3.451 Processing triggers for man-db (2.11.2-2) ...
#21 3.466 Processing triggers for libc-bin (2.36-9+deb12u9) ...
#21 DONE 3.6s

#22 [17/28] RUN	APT-GET update && 	apt-get install -y --no-install-recommends 		gnuradio && 	apt-get clean
#22 0.334 Hit:1 http://deb.debian.org/debian bookworm InRelease
#22 0.334 Hit:2 http://deb.debian.org/debian bookworm-updates InRelease
#22 0.334 Hit:3 http://deb.debian.org/debian-security bookworm-security InRelease
#22 0.462 Hit:4 https://downloads.osmocom.org/packages/osmocom:/nightly/Debian_12 ./ InRelease
#22 0.615 Reading package lists...
#22 1.029 Reading package lists...
#22 1.427 Building dependency tree...
#22 1.528 Reading state information...
#22 1.633 The following additional packages will be installed:
#22 1.633   adwaita-icon-theme at-spi2-common castxml dconf-gsettings-backend
#22 1.633   dconf-service fonts-mathjax gnome-terminal gnome-terminal-data
#22 1.633   gsettings-desktop-schemas gtk-update-icon-cache hicolor-icon-theme
#22 1.633   libad9361-0 libasyncns0 libatk-bridge2.0-0 libatk1.0-0 libatspi2.0-0 libb2-1
#22 1.633   libcaca0 libcodec2-1.0 libcolord2 libdconf1 libdouble-conversion3
#22 1.633   libdrm-amdgpu1 libdrm-common libdrm-intel1 libdrm-nouveau2 libdrm-radeon1
#22 1.633   libdrm2 libegl-mesa0 libegl1 libepoxy0 libevdev2 libflac12 libfmt9 libgbm1
#22 1.633   libgl1 libgl1-mesa-dri libgl1-mesa-glx libglapi-mesa libglu1-mesa libglvnd0
#22 1.633   libglx-mesa0 libglx0 libgnuradio-analog3.10.5 libgnuradio-audio3.10.5
#22 1.633   libgnuradio-blocks3.10.5 libgnuradio-channels3.10.5
#22 1.633   libgnuradio-digital3.10.5 libgnuradio-dtv3.10.5 libgnuradio-fec3.10.5
#22 1.633   libgnuradio-fft3.10.5 libgnuradio-filter3.10.5 libgnuradio-iio3.10.5
#22 1.633   libgnuradio-network3.10.5 libgnuradio-pdu3.10.5 libgnuradio-pmt3.10.5
#22 1.633   libgnuradio-qtgui3.10.5 libgnuradio-runtime3.10.5 libgnuradio-soapy3.10.5
#22 1.633   libgnuradio-trellis3.10.5 libgnuradio-uhd3.10.5 libgnuradio-video-sdl3.10.5
#22 1.633   libgnuradio-vocoder3.10.5 libgnuradio-wavelet3.10.5 libgnuradio-zeromq3.10.5
#22 1.633   libgsl27 libgslcblas0 libgtk-3-0 libgtk-3-common libgudev-1.0-0 libiio0
#22 1.633   libinput-bin libinput10 libjack-jackd2-0 libjs-mathjax liblbfgsb0 libllvm15
#22 1.633   libmd4c0 libmp3lame0 libmpg123-0 libmtdev1 libogg0 libopenblas-dev
#22 1.633   libopenblas-pthread-dev libopenblas0 libopenblas0-pthread libopengl0
#22 1.633   libopus0 liborc-0.4-0 libportaudio2 libproxy1v5 libpulse0 libpython3-all-dev
#22 1.633   libqt5core5a libqt5dbus5 libqt5designer5 libqt5gui5 libqt5help5
#22 1.633   libqt5network5 libqt5opengl5 libqt5printsupport5 libqt5sql5 libqt5svg5
#22 1.633   libqt5test5 libqt5widgets5 libqt5xml5 libqt6core6 libqt6dbus6 libqt6gui6
#22 1.633   libqt6network6 libqt6opengl6 libqt6openglwidgets6 libqt6printsupport6
#22 1.633   libqt6sql6 libqt6test6 libqt6widgets6 libqt6xml6 libqwt-qt5-6 libsamplerate0
#22 1.633   libsdl1.2debian libslang2 libsndfile1 libspdlog1.10 libthrift-0.17.0 libts0
#22 1.633   libunwind8 libvolk2-bin libvolk2.5 libvorbis0a libvorbisenc2 libvte-2.91-0
#22 1.633   libvte-2.91-common libwacom-common libwacom9 libwayland-client0
#22 1.633   libwayland-cursor0 libwayland-egl1 libwayland-server0 libx11-xcb1
#22 1.633   libxcb-dri2-0 libxcb-dri3-0 libxcb-glx0 libxcb-icccm4 libxcb-image0
#22 1.633   libxcb-keysyms1 libxcb-present0 libxcb-randr0 libxcb-render-util0
#22 1.633   libxcb-shape0 libxcb-sync1 libxcb-util1 libxcb-xfixes0 libxcb-xinerama0
#22 1.633   libxcb-xinput0 libxcb-xkb1 libxcomposite1 libxcursor1 libxdamage1 libxfixes3
#22 1.633   libxinerama1 libxkbcommon-x11-0 libxkbcommon0 libxrandr2 libxshmfence1
#22 1.633   libxsimd-dev libxxf86vm1 pyqt5-dev-tools pyqt6-dev-tools python3-all
#22 1.633   python3-all-dev python3-attr python3-beniget python3-cairo
#22 1.633   python3-cffi-backend python3-click python3-click-plugins python3-colorama
#22 1.633   python3-contextlib2 python3-decorator python3-gast python3-gi-cairo
#22 1.633   python3-jsonschema python3-lxml python3-opengl python3-packaging python3-ply
#22 1.633   python3-py python3-pygccxml python3-pyqt5 python3-pyqt5.sip python3-pyqt6
#22 1.633   python3-pyqt6.sip python3-pyqtgraph python3-pyrsistent python3-pythran
#22 1.633   python3-schema python3-scipy python3-sip python3-thrift python3-zmq
#22 1.633   qt6-base-dev-tools qtbase5-dev-tools qtchooser xkb-data
#22 1.634 Suggested packages:
#22 1.634   gr-fosphor gr-osmosdr gqrx-sdr rtl-sdr uhd-host colord gsl-ref-psdoc
#22 1.634   | gsl-doc-pdf | gsl-doc-info | gsl-ref-html gvfs avahi-daemon jackd2
#22 1.634   fonts-mathjax-extras fonts-stix libjs-mathjax-doc opus-tools pulseaudio
#22 1.634   qgnomeplatform-qt5 qt5-image-formats-plugins libvolk2-dev libwacom-bin
#22 1.634   libxsimd-doc python-attr-doc python-jsonschema-doc python-lxml-doc libgle3
#22 1.634   python3-tk python-ply-doc subversion python3-pytest python-pyqtgraph-doc
#22 1.634   python-scipy-doc
#22 1.634 Recommended packages:
#22 1.634   librsvg2-common gvfs nautilus-extension-gnome-terminal yelp gnuradio-dev
#22 1.634   python3-matplotlib python3-networkx python3-pyqt5.qwt soapysdr-tools
#22 1.634   at-spi2-core libgtk-3-bin qttranslations5-l10n qt5-gtk-platformtheme
#22 1.634   qtwayland5 libqt5sql5-sqlite | libqt5sql5-mysql | libqt5sql5-odbc
#22 1.634   | libqt5sql5-psql | libqt5sql5-tds | libqt5sql5-ibase qt6-translations-l10n
#22 1.634   qt6-gtk-platformtheme qt6-qpa-plugins libqt6sql6-sqlite | libqt6sql6-mysql
#22 1.634   | libqt6sql6-odbc | libqt6sql6-psql | libqt6sql6-ibase python3-idna
#22 1.634   python3-json-pointer python3-rfc3987 python3-uritemplate python3-bs4
#22 1.634   python3-html5lib libglut-dev python3-pyqt5.qtopengl
#22 2.501 The following NEW packages will be installed:
#22 2.501   adwaita-icon-theme at-spi2-common castxml dconf-gsettings-backend
#22 2.501   dconf-service fonts-mathjax gnome-terminal gnome-terminal-data gnuradio
#22 2.501   gsettings-desktop-schemas gtk-update-icon-cache hicolor-icon-theme
#22 2.502   libad9361-0 libasyncns0 libatk-bridge2.0-0 libatk1.0-0 libatspi2.0-0 libb2-1
#22 2.502   libcaca0 libcodec2-1.0 libcolord2 libdconf1 libdouble-conversion3
#22 2.502   libdrm-amdgpu1 libdrm-common libdrm-intel1 libdrm-nouveau2 libdrm-radeon1
#22 2.502   libdrm2 libegl-mesa0 libegl1 libepoxy0 libevdev2 libflac12 libfmt9 libgbm1
#22 2.502   libgl1 libgl1-mesa-dri libgl1-mesa-glx libglapi-mesa libglu1-mesa libglvnd0
#22 2.502   libglx-mesa0 libglx0 libgnuradio-analog3.10.5 libgnuradio-audio3.10.5
#22 2.502   libgnuradio-blocks3.10.5 libgnuradio-channels3.10.5
#22 2.502   libgnuradio-digital3.10.5 libgnuradio-dtv3.10.5 libgnuradio-fec3.10.5
#22 2.502   libgnuradio-fft3.10.5 libgnuradio-filter3.10.5 libgnuradio-iio3.10.5
#22 2.502   libgnuradio-network3.10.5 libgnuradio-pdu3.10.5 libgnuradio-pmt3.10.5
#22 2.502   libgnuradio-qtgui3.10.5 libgnuradio-runtime3.10.5 libgnuradio-soapy3.10.5
#22 2.502   libgnuradio-trellis3.10.5 libgnuradio-uhd3.10.5 libgnuradio-video-sdl3.10.5
#22 2.502   libgnuradio-vocoder3.10.5 libgnuradio-wavelet3.10.5 libgnuradio-zeromq3.10.5
#22 2.502   libgsl27 libgslcblas0 libgtk-3-0 libgtk-3-common libgudev-1.0-0 libiio0
#22 2.502   libinput-bin libinput10 libjack-jackd2-0 libjs-mathjax liblbfgsb0 libllvm15
#22 2.502   libmd4c0 libmp3lame0 libmpg123-0 libmtdev1 libogg0 libopenblas-dev
#22 2.502   libopenblas-pthread-dev libopenblas0 libopenblas0-pthread libopengl0
#22 2.502   libopus0 liborc-0.4-0 libportaudio2 libproxy1v5 libpulse0 libpython3-all-dev
#22 2.502   libqt5core5a libqt5dbus5 libqt5designer5 libqt5gui5 libqt5help5
#22 2.502   libqt5network5 libqt5opengl5 libqt5printsupport5 libqt5sql5 libqt5svg5
#22 2.502   libqt5test5 libqt5widgets5 libqt5xml5 libqt6core6 libqt6dbus6 libqt6gui6
#22 2.502   libqt6network6 libqt6opengl6 libqt6openglwidgets6 libqt6printsupport6
#22 2.502   libqt6sql6 libqt6test6 libqt6widgets6 libqt6xml6 libqwt-qt5-6 libsamplerate0
#22 2.502   libsdl1.2debian libslang2 libsndfile1 libspdlog1.10 libthrift-0.17.0 libts0
#22 2.502   libunwind8 libvolk2-bin libvolk2.5 libvorbis0a libvorbisenc2 libvte-2.91-0
#22 2.502   libvte-2.91-common libwacom-common libwacom9 libwayland-client0
#22 2.502   libwayland-cursor0 libwayland-egl1 libwayland-server0 libx11-xcb1
#22 2.502   libxcb-dri2-0 libxcb-dri3-0 libxcb-glx0 libxcb-icccm4 libxcb-image0
#22 2.502   libxcb-keysyms1 libxcb-present0 libxcb-randr0 libxcb-render-util0
#22 2.502   libxcb-shape0 libxcb-sync1 libxcb-util1 libxcb-xfixes0 libxcb-xinerama0
#22 2.502   libxcb-xinput0 libxcb-xkb1 libxcomposite1 libxcursor1 libxdamage1 libxfixes3
#22 2.502   libxinerama1 libxkbcommon-x11-0 libxkbcommon0 libxrandr2 libxshmfence1
#22 2.502   libxsimd-dev libxxf86vm1 pyqt5-dev-tools pyqt6-dev-tools python3-all
#22 2.502   python3-all-dev python3-attr python3-beniget python3-cairo
#22 2.502   python3-cffi-backend python3-click python3-click-plugins python3-colorama
#22 2.502   python3-contextlib2 python3-decorator python3-gast python3-gi-cairo
#22 2.502   python3-jsonschema python3-lxml python3-opengl python3-packaging python3-ply
#22 2.502   python3-py python3-pygccxml python3-pyqt5 python3-pyqt5.sip python3-pyqt6
#22 2.502   python3-pyqt6.sip python3-pyqtgraph python3-pyrsistent python3-pythran
#22 2.502   python3-schema python3-scipy python3-sip python3-thrift python3-zmq
#22 2.502   qt6-base-dev-tools qtbase5-dev-tools qtchooser xkb-data
#22 2.537 0 upgraded, 205 newly installed, 0 to remove and 2 not upgraded.
#22 2.537 Need to get 142 MB of archives.
#22 2.537 After this operation, 698 MB of additional disk space will be used.
#22 2.537 Get:1 http://deb.debian.org/debian bookworm/main amd64 hicolor-icon-theme all 0.17-2 [11.4 kB]
#22 2.544 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.550 Get:3 http://deb.debian.org/debian bookworm/main amd64 adwaita-icon-theme all 43-1 [5,124 kB]
#22 2.611 Get:4 http://deb.debian.org/debian bookworm/main amd64 at-spi2-common all 2.46.0-5 [162 kB]
#22 2.612 Get:5 http://deb.debian.org/debian bookworm/main amd64 castxml amd64 0.5.1-1 [963 kB]
#22 2.620 Get:6 http://deb.debian.org/debian bookworm/main amd64 libdconf1 amd64 0.40.0-4 [40.9 kB]
#22 2.620 Get:7 http://deb.debian.org/debian bookworm/main amd64 dconf-service amd64 0.40.0-4 [31.6 kB]
#22 2.620 Get:8 http://deb.debian.org/debian bookworm/main amd64 dconf-gsettings-backend amd64 0.40.0-4 [27.8 kB]
#22 2.621 Get:9 http://deb.debian.org/debian bookworm/main amd64 fonts-mathjax all 2.7.9+dfsg-1 [2,210 kB]
#22 2.634 Get:10 http://deb.debian.org/debian bookworm/main amd64 gnome-terminal-data all 3.46.8-1 [949 kB]
#22 2.642 Get:11 http://deb.debian.org/debian bookworm/main amd64 gsettings-desktop-schemas all 43.0-1 [643 kB]
#22 2.647 Get:12 http://deb.debian.org/debian bookworm/main amd64 libatk1.0-0 amd64 2.46.0-5 [49.6 kB]
#22 2.647 Get:13 http://deb.debian.org/debian bookworm/main amd64 libatspi2.0-0 amd64 2.46.0-5 [75.4 kB]
#22 2.648 Get:14 http://deb.debian.org/debian bookworm/main amd64 libatk-bridge2.0-0 amd64 2.46.0-5 [64.6 kB]
#22 2.649 Get:15 http://deb.debian.org/debian bookworm/main amd64 libcolord2 amd64 1.4.6-2.2 [137 kB]
#22 2.650 Get:16 http://deb.debian.org/debian bookworm/main amd64 libepoxy0 amd64 1.5.10-1 [189 kB]
#22 2.651 Get:17 http://deb.debian.org/debian bookworm/main amd64 libwayland-client0 amd64 1.21.0-1 [28.3 kB]
#22 2.652 Get:18 http://deb.debian.org/debian bookworm/main amd64 libwayland-cursor0 amd64 1.21.0-1 [14.4 kB]
#22 2.652 Get:19 http://deb.debian.org/debian bookworm/main amd64 libwayland-egl1 amd64 1.21.0-1 [8,640 B]
#22 2.653 Get:20 http://deb.debian.org/debian bookworm/main amd64 libxcomposite1 amd64 1:0.4.5-1 [16.6 kB]
#22 2.653 Get:21 http://deb.debian.org/debian bookworm/main amd64 libxfixes3 amd64 1:6.0.0-2 [22.7 kB]
#22 2.658 Get:22 http://deb.debian.org/debian bookworm/main amd64 libxcursor1 amd64 1:1.2.1-1 [40.9 kB]
#22 2.658 Get:23 http://deb.debian.org/debian bookworm/main amd64 libxdamage1 amd64 1:1.1.6-1 [15.1 kB]
#22 2.659 Get:24 http://deb.debian.org/debian bookworm/main amd64 libxinerama1 amd64 2:1.1.4-3 [17.8 kB]
#22 2.660 Get:25 http://deb.debian.org/debian bookworm/main amd64 xkb-data all 2.35.1-1 [764 kB]
#22 2.667 Get:26 http://deb.debian.org/debian bookworm/main amd64 libxkbcommon0 amd64 1.5.0-1 [106 kB]
#22 2.668 Get:27 http://deb.debian.org/debian bookworm/main amd64 libxrandr2 amd64 2:1.5.2-2+b1 [39.2 kB]
#22 2.668 Get:28 http://deb.debian.org/debian bookworm/main amd64 libgtk-3-common all 3.24.38-2~deb12u3 [3,895 kB]
#22 2.707 Get:29 http://deb.debian.org/debian bookworm/main amd64 libgtk-3-0 amd64 3.24.38-2~deb12u3 [2,847 kB]
#22 2.726 Get:30 http://deb.debian.org/debian bookworm/main amd64 libvte-2.91-common amd64 0.70.6-2~deb12u1 [642 kB]
#22 2.731 Get:31 http://deb.debian.org/debian bookworm/main amd64 libvte-2.91-0 amd64 0.70.6-2~deb12u1 [799 kB]
#22 2.752 Get:32 http://deb.debian.org/debian bookworm/main amd64 gnome-terminal amd64 3.46.8-1 [230 kB]
#22 2.755 Get:33 http://deb.debian.org/debian bookworm/main amd64 libjs-mathjax all 2.7.9+dfsg-1 [5,667 kB]
#22 2.808 Get:34 http://deb.debian.org/debian bookworm/main amd64 liborc-0.4-0 amd64 1:0.4.33-2 [164 kB]
#22 2.809 Get:35 http://deb.debian.org/debian bookworm/main amd64 libvolk2.5 amd64 2.5.2-3 [301 kB]
#22 2.810 Get:36 http://deb.debian.org/debian bookworm/main amd64 libvolk2-bin amd64 2.5.2-3 [82.1 kB]
#22 2.810 Get:37 http://deb.debian.org/debian bookworm/main amd64 python3-colorama all 0.4.6-2 [36.8 kB]
#22 2.811 Get:38 http://deb.debian.org/debian bookworm/main amd64 python3-click all 8.1.3-2 [92.2 kB]
#22 2.811 Get:39 http://deb.debian.org/debian bookworm/main amd64 python3-click-plugins all 1.1.1-4 [9,852 B]
#22 2.811 Get:40 http://deb.debian.org/debian bookworm/main amd64 python3-cairo amd64 1.20.1-5+b1 [63.1 kB]
#22 2.812 Get:41 http://deb.debian.org/debian bookworm/main amd64 python3-gi-cairo amd64 3.42.2-3+b1 [11.7 kB]
#22 2.812 Get:42 http://deb.debian.org/debian bookworm/main amd64 python3-attr all 22.2.0-1 [65.4 kB]
#22 2.814 Get:43 http://deb.debian.org/debian bookworm/main amd64 python3-pyrsistent amd64 0.18.1-1+b3 [60.0 kB]
#22 2.819 Get:44 http://deb.debian.org/debian bookworm/main amd64 python3-jsonschema all 4.10.3-1 [67.9 kB]
#22 2.821 Get:45 http://deb.debian.org/debian bookworm/main amd64 python3-lxml amd64 4.9.2-1+b1 [1,194 kB]
#22 2.832 Get:46 http://deb.debian.org/debian bookworm/main amd64 libglvnd0 amd64 1.6.0-1 [51.8 kB]
#22 2.833 Get:47 http://deb.debian.org/debian bookworm/main amd64 libdrm-common all 2.4.114-1 [7,112 B]
#22 2.833 Get:48 http://deb.debian.org/debian bookworm/main amd64 libdrm2 amd64 2.4.114-1+b1 [37.5 kB]
#22 2.833 Get:49 http://deb.debian.org/debian bookworm/main amd64 libglapi-mesa amd64 22.3.6-1+deb12u1 [35.7 kB]
#22 2.834 Get:50 http://deb.debian.org/debian bookworm/main amd64 libx11-xcb1 amd64 2:1.8.4-2+deb12u2 [192 kB]
#22 2.835 Get:51 http://deb.debian.org/debian bookworm/main amd64 libxcb-dri2-0 amd64 1.15-1 [107 kB]
#22 2.836 Get:52 http://deb.debian.org/debian bookworm/main amd64 libxcb-dri3-0 amd64 1.15-1 [107 kB]
#22 2.837 Get:53 http://deb.debian.org/debian bookworm/main amd64 libxcb-glx0 amd64 1.15-1 [122 kB]
#22 2.837 Get:54 http://deb.debian.org/debian bookworm/main amd64 libxcb-present0 amd64 1.15-1 [105 kB]
#22 2.842 Get:55 http://deb.debian.org/debian bookworm/main amd64 libxcb-randr0 amd64 1.15-1 [117 kB]
#22 2.844 Get:56 http://deb.debian.org/debian bookworm/main amd64 libxcb-sync1 amd64 1.15-1 [109 kB]
#22 2.844 Get:57 http://deb.debian.org/debian bookworm/main amd64 libxcb-xfixes0 amd64 1.15-1 [109 kB]
#22 2.845 Get:58 http://deb.debian.org/debian bookworm/main amd64 libxshmfence1 amd64 1.3-1 [8,820 B]
#22 2.846 Get:59 http://deb.debian.org/debian bookworm/main amd64 libxxf86vm1 amd64 1:1.1.4-1+b2 [20.8 kB]
#22 2.846 Get:60 http://deb.debian.org/debian bookworm/main amd64 libdrm-amdgpu1 amd64 2.4.114-1+b1 [20.9 kB]
#22 2.846 Get:61 http://deb.debian.org/debian bookworm/main amd64 libdrm-intel1 amd64 2.4.114-1+b1 [64.0 kB]
#22 2.847 Get:62 http://deb.debian.org/debian bookworm/main amd64 libdrm-nouveau2 amd64 2.4.114-1+b1 [19.1 kB]
#22 2.847 Get:63 http://deb.debian.org/debian bookworm/main amd64 libdrm-radeon1 amd64 2.4.114-1+b1 [21.8 kB]
#22 2.850 Get:64 http://deb.debian.org/debian bookworm/main amd64 libllvm15 amd64 1:15.0.6-4+b1 [23.1 MB]
#22 3.052 Get:65 http://deb.debian.org/debian bookworm/main amd64 libgl1-mesa-dri amd64 22.3.6-1+deb12u1 [7,239 kB]
#22 3.112 Get:66 http://deb.debian.org/debian bookworm/main amd64 libglx-mesa0 amd64 22.3.6-1+deb12u1 [147 kB]
#22 3.113 Get:67 http://deb.debian.org/debian bookworm/main amd64 libglx0 amd64 1.6.0-1 [34.4 kB]
#22 3.113 Get:68 http://deb.debian.org/debian bookworm/main amd64 libgl1 amd64 1.6.0-1 [88.4 kB]
#22 3.114 Get:69 http://deb.debian.org/debian bookworm/main amd64 libgl1-mesa-glx amd64 22.3.6-1+deb12u1 [14.5 kB]
#22 3.114 Get:70 http://deb.debian.org/debian bookworm/main amd64 libopengl0 amd64 1.6.0-1 [30.6 kB]
#22 3.114 Get:71 http://deb.debian.org/debian bookworm/main amd64 libglu1-mesa amd64 9.0.2-1.1 [178 kB]
#22 3.115 Get:72 http://deb.debian.org/debian bookworm/main amd64 python3-opengl all 3.1.6+dfsg-3 [605 kB]
#22 3.124 Get:73 http://deb.debian.org/debian bookworm/main amd64 python3-packaging all 23.0-1 [32.5 kB]
#22 3.125 Get:74 http://deb.debian.org/debian bookworm/main amd64 python3-pygccxml all 2.2.1-1 [80.3 kB]
#22 3.125 Get:75 http://deb.debian.org/debian bookworm/main amd64 python3-pyqt5.sip amd64 12.11.1-1 [56.4 kB]
#22 3.126 Get:76 http://deb.debian.org/debian bookworm/main amd64 libdouble-conversion3 amd64 3.2.1-1 [41.5 kB]
#22 3.126 Get:77 http://deb.debian.org/debian bookworm/main amd64 libqt5core5a amd64 5.15.8+dfsg-11+deb12u2 [1,810 kB]
#22 3.143 Get:78 http://deb.debian.org/debian bookworm/main amd64 libqt5dbus5 amd64 5.15.8+dfsg-11+deb12u2 [211 kB]
#22 3.145 Get:79 http://deb.debian.org/debian bookworm/main amd64 libwayland-server0 amd64 1.21.0-1 [35.9 kB]
#22 3.145 Get:80 http://deb.debian.org/debian bookworm/main amd64 libgbm1 amd64 22.3.6-1+deb12u1 [38.0 kB]
#22 3.145 Get:81 http://deb.debian.org/debian bookworm/main amd64 libegl-mesa0 amd64 22.3.6-1+deb12u1 [114 kB]
#22 3.146 Get:82 http://deb.debian.org/debian bookworm/main amd64 libegl1 amd64 1.6.0-1 [33.7 kB]
#22 3.147 Get:83 http://deb.debian.org/debian bookworm/main amd64 libevdev2 amd64 1.13.0+dfsg-1 [34.0 kB]
#22 3.147 Get:84 http://deb.debian.org/debian bookworm/main amd64 libmtdev1 amd64 1.1.6-1 [23.0 kB]
#22 3.148 Get:85 http://deb.debian.org/debian bookworm/main amd64 libgudev-1.0-0 amd64 237-2 [15.1 kB]
#22 3.148 Get:86 http://deb.debian.org/debian bookworm/main amd64 libwacom-common all 2.6.0-1 [58.4 kB]
#22 3.149 Get:87 http://deb.debian.org/debian bookworm/main amd64 libwacom9 amd64 2.6.0-1 [21.5 kB]
#22 3.154 Get:88 http://deb.debian.org/debian bookworm/main amd64 libinput-bin amd64 1.22.1-1 [23.2 kB]
#22 3.155 Get:89 http://deb.debian.org/debian bookworm/main amd64 libinput10 amd64 1.22.1-1 [125 kB]
#22 3.156 Get:90 http://deb.debian.org/debian bookworm/main amd64 libmd4c0 amd64 0.4.8-1 [44.2 kB]
#22 3.158 Get:91 http://deb.debian.org/debian bookworm/main amd64 libqt5network5 amd64 5.15.8+dfsg-11+deb12u2 [675 kB]
#22 3.167 Get:92 http://deb.debian.org/debian bookworm/main amd64 libxcb-icccm4 amd64 0.4.1-1.1 [27.4 kB]
#22 3.168 Get:93 http://deb.debian.org/debian bookworm/main amd64 libxcb-util1 amd64 0.4.0-1+b1 [23.2 kB]
#22 3.168 Get:94 http://deb.debian.org/debian bookworm/main amd64 libxcb-image0 amd64 0.4.0-2 [22.9 kB]
#22 3.168 Get:95 http://deb.debian.org/debian bookworm/main amd64 libxcb-keysyms1 amd64 0.4.0-1+b2 [16.4 kB]
#22 3.169 Get:96 http://deb.debian.org/debian bookworm/main amd64 libxcb-render-util0 amd64 0.3.9-1+b1 [18.3 kB]
#22 3.169 Get:97 http://deb.debian.org/debian bookworm/main amd64 libxcb-shape0 amd64 1.15-1 [106 kB]
#22 3.170 Get:98 http://deb.debian.org/debian bookworm/main amd64 libxcb-xinerama0 amd64 1.15-1 [105 kB]
#22 3.171 Get:99 http://deb.debian.org/debian bookworm/main amd64 libxcb-xinput0 amd64 1.15-1 [130 kB]
#22 3.172 Get:100 http://deb.debian.org/debian bookworm/main amd64 libxcb-xkb1 amd64 1.15-1 [129 kB]
#22 3.173 Get:101 http://deb.debian.org/debian bookworm/main amd64 libxkbcommon-x11-0 amd64 1.5.0-1 [15.6 kB]
#22 3.179 Get:102 http://deb.debian.org/debian bookworm/main amd64 libqt5gui5 amd64 5.15.8+dfsg-11+deb12u2 [3,408 kB]
#22 3.213 Get:103 http://deb.debian.org/debian bookworm/main amd64 libqt5widgets5 amd64 5.15.8+dfsg-11+deb12u2 [2,381 kB]
#22 3.232 Get:104 http://deb.debian.org/debian bookworm/main amd64 libqt5xml5 amd64 5.15.8+dfsg-11+deb12u2 [122 kB]
#22 3.233 Get:105 http://deb.debian.org/debian bookworm/main amd64 libqt5designer5 amd64 5.15.8-2 [2,748 kB]
#22 3.261 Get:106 http://deb.debian.org/debian bookworm/main amd64 libqt5sql5 amd64 5.15.8+dfsg-11+deb12u2 [122 kB]
#22 3.261 Get:107 http://deb.debian.org/debian bookworm/main amd64 libqt5help5 amd64 5.15.8-2 [149 kB]
#22 3.262 Get:108 http://deb.debian.org/debian bookworm/main amd64 libqt5printsupport5 amd64 5.15.8+dfsg-11+deb12u2 [202 kB]
#22 3.263 Get:109 http://deb.debian.org/debian bookworm/main amd64 libqt5test5 amd64 5.15.8+dfsg-11+deb12u2 [146 kB]
#22 3.264 Get:110 http://deb.debian.org/debian bookworm/main amd64 python3-pyqt5 amd64 5.15.9+dfsg-1 [2,489 kB]
#22 3.285 Get:111 http://deb.debian.org/debian bookworm/main amd64 python3-pyqt6.sip amd64 13.4.1-1 [51.4 kB]
#22 3.286 Get:112 http://deb.debian.org/debian bookworm/main amd64 libb2-1 amd64 0.98.1-1.1 [40.9 kB]
#22 3.286 Get:113 http://deb.debian.org/debian bookworm/main amd64 libqt6core6 amd64 6.4.2+dfsg-10 [1,613 kB]
#22 3.304 Get:114 http://deb.debian.org/debian bookworm/main amd64 libqt6dbus6 amd64 6.4.2+dfsg-10 [248 kB]
#22 3.305 Get:115 http://deb.debian.org/debian bookworm/main amd64 libts0 amd64 1.22-1+b1 [64.6 kB]
#22 3.306 Get:116 http://deb.debian.org/debian bookworm/main amd64 libqt6gui6 amd64 6.4.2+dfsg-10 [2,854 kB]
#22 3.329 Get:117 http://deb.debian.org/debian bookworm/main amd64 libproxy1v5 amd64 0.4.18-1.2 [56.2 kB]
#22 3.329 Get:118 http://deb.debian.org/debian bookworm/main amd64 libqt6network6 amd64 6.4.2+dfsg-10 [682 kB]
#22 3.335 Get:119 http://deb.debian.org/debian bookworm/main amd64 libqt6opengl6 amd64 6.4.2+dfsg-10 [390 kB]
#22 3.338 Get:120 http://deb.debian.org/debian bookworm/main amd64 libqt6widgets6 amd64 6.4.2+dfsg-10 [2,445 kB]
#22 3.362 Get:121 http://deb.debian.org/debian bookworm/main amd64 libqt6openglwidgets6 amd64 6.4.2+dfsg-10 [43.4 kB]
#22 3.363 Get:122 http://deb.debian.org/debian bookworm/main amd64 libqt6printsupport6 amd64 6.4.2+dfsg-10 [211 kB]
#22 3.365 Get:123 http://deb.debian.org/debian bookworm/main amd64 libqt6sql6 amd64 6.4.2+dfsg-10 [133 kB]
#22 3.365 Get:124 http://deb.debian.org/debian bookworm/main amd64 libqt6test6 amd64 6.4.2+dfsg-10 [161 kB]
#22 3.367 Get:125 http://deb.debian.org/debian bookworm/main amd64 libqt6xml6 amd64 6.4.2+dfsg-10 [75.5 kB]
#22 3.367 Get:126 http://deb.debian.org/debian bookworm/main amd64 python3-pyqt6 amd64 6.4.2-1 [2,461 kB]
#22 3.388 Get:127 http://deb.debian.org/debian bookworm/main amd64 python3-decorator all 5.1.1-3 [14.9 kB]
#22 3.389 Get:128 http://deb.debian.org/debian bookworm/main amd64 libopenblas0-pthread amd64 0.3.21+ds-4 [6,709 kB]
#22 3.446 Get:129 http://deb.debian.org/debian bookworm/main amd64 libopenblas0 amd64 0.3.21+ds-4 [32.6 kB]
#22 3.446 Get:130 http://deb.debian.org/debian bookworm/main amd64 libopenblas-pthread-dev amd64 0.3.21+ds-4 [4,971 kB]
#22 3.488 Get:131 http://deb.debian.org/debian bookworm/main amd64 libopenblas-dev amd64 0.3.21+ds-4 [44.9 kB]
#22 3.488 Get:132 http://deb.debian.org/debian bookworm/main amd64 libpython3-all-dev amd64 3.11.2-1+b1 [1,068 B]
#22 3.488 Get:133 http://deb.debian.org/debian bookworm/main amd64 python3-all amd64 3.11.2-1+b1 [1,056 B]
#22 3.489 Get:134 http://deb.debian.org/debian bookworm/main amd64 python3-all-dev amd64 3.11.2-1+b1 [1,072 B]
#22 3.489 Get:135 http://deb.debian.org/debian bookworm/main amd64 libxsimd-dev amd64 8.1.0-7 [88.8 kB]
#22 3.489 Get:136 http://deb.debian.org/debian bookworm/main amd64 python3-gast all 0.5.2-2 [9,364 B]
#22 3.489 Get:137 http://deb.debian.org/debian bookworm/main amd64 python3-beniget all 0.4.1-3 [9,920 B]
#22 3.490 Get:138 http://deb.debian.org/debian bookworm/main amd64 python3-ply all 3.11-5 [65.8 kB]
#22 3.490 Get:139 http://deb.debian.org/debian bookworm/main amd64 python3-pythran amd64 0.11.0+ds-7 [427 kB]
#22 3.500 Get:140 http://deb.debian.org/debian bookworm/main amd64 liblbfgsb0 amd64 3.0+dfsg.4-1 [28.9 kB]
#22 3.501 Get:141 http://deb.debian.org/debian bookworm/main amd64 python3-scipy amd64 1.10.1-2 [15.2 MB]
#22 3.642 Get:142 http://deb.debian.org/debian bookworm/main amd64 pyqt5-dev-tools amd64 5.15.9+dfsg-1 [180 kB]
#22 3.650 Get:143 http://deb.debian.org/debian bookworm/main amd64 pyqt6-dev-tools all 6.4.2-1 [66.4 kB]
#22 3.651 Get:144 http://deb.debian.org/debian bookworm/main amd64 qtchooser amd64 66-2 [26.3 kB]
#22 3.651 Get:145 http://deb.debian.org/debian bookworm/main amd64 qtbase5-dev-tools amd64 5.15.8+dfsg-11+deb12u2 [758 kB]
#22 3.655 Get:146 http://deb.debian.org/debian bookworm/main amd64 qt6-base-dev-tools amd64 6.4.2+dfsg-10 [890 kB]
#22 3.659 Get:147 http://deb.debian.org/debian bookworm/main amd64 python3-pyqtgraph all 0.13.1-4 [617 kB]
#22 3.661 Get:148 http://deb.debian.org/debian bookworm/main amd64 python3-contextlib2 all 0.6.0.post1-3 [13.5 kB]
#22 3.661 Get:149 http://deb.debian.org/debian bookworm/main amd64 python3-schema all 0.7.5-1 [27.5 kB]
#22 3.662 Get:150 http://deb.debian.org/debian bookworm/main amd64 python3-sip amd64 4.19.25+dfsg-5+b1 [165 kB]
#22 3.662 Get:151 http://deb.debian.org/debian bookworm/main amd64 python3-thrift amd64 0.17.0-2+b2 [160 kB]
#22 3.663 Get:152 http://deb.debian.org/debian bookworm/main amd64 python3-cffi-backend amd64 1.15.1-5+b1 [84.6 kB]
#22 3.664 Get:153 http://deb.debian.org/debian bookworm/main amd64 python3-py all 1.11.0-1 [89.2 kB]
#22 3.666 Get:154 http://deb.debian.org/debian bookworm/main amd64 python3-zmq amd64 24.0.1-4+b1 [263 kB]
#22 3.669 Get:155 http://deb.debian.org/debian bookworm/main amd64 libfmt9 amd64 9.1.0+ds1-2 [113 kB]
#22 3.670 Get:156 http://deb.debian.org/debian bookworm/main amd64 libgnuradio-pmt3.10.5 amd64 3.10.5.1-3 [117 kB]
#22 3.673 Get:157 http://deb.debian.org/debian bookworm/main amd64 libspdlog1.10 amd64 1:1.10.0+ds-0.4 [130 kB]
#22 3.675 Get:158 http://deb.debian.org/debian bookworm/main amd64 libthrift-0.17.0 amd64 0.17.0-2+b2 [372 kB]
#22 3.678 Get:159 http://deb.debian.org/debian bookworm/main amd64 libunwind8 amd64 1.6.2-3 [51.2 kB]
#22 3.679 Get:160 http://deb.debian.org/debian bookworm/main amd64 libgnuradio-runtime3.10.5 amd64 3.10.5.1-3 [562 kB]
#22 3.683 Get:161 http://deb.debian.org/debian bookworm/main amd64 libogg0 amd64 1.3.5-3 [23.4 kB]
#22 3.684 Get:162 http://deb.debian.org/debian bookworm/main amd64 libflac12 amd64 1.4.2+ds-2 [198 kB]
#22 3.685 Get:163 http://deb.debian.org/debian bookworm/main amd64 libmp3lame0 amd64 3.100-6 [365 kB]
#22 3.688 Get:164 http://deb.debian.org/debian-security bookworm-security/main amd64 libmpg123-0 amd64 1.31.2-1+deb12u1 [147 kB]
#22 3.690 Get:165 http://deb.debian.org/debian bookworm/main amd64 libopus0 amd64 1.3.1-3 [195 kB]
#22 3.692 Get:166 http://deb.debian.org/debian bookworm/main amd64 libvorbis0a amd64 1.3.7-1 [93.0 kB]
#22 3.692 Get:167 http://deb.debian.org/debian bookworm/main amd64 libvorbisenc2 amd64 1.3.7-1 [80.6 kB]
#22 3.693 Get:168 http://deb.debian.org/debian bookworm/main amd64 libsndfile1 amd64 1.2.0-1 [196 kB]
#22 3.695 Get:169 http://deb.debian.org/debian bookworm/main amd64 libgnuradio-blocks3.10.5 amd64 3.10.5.1-3 [561 kB]
#22 3.699 Get:170 http://deb.debian.org/debian bookworm/main amd64 libgnuradio-fft3.10.5 amd64 3.10.5.1-3 [121 kB]
#22 3.700 Get:171 http://deb.debian.org/debian bookworm/main amd64 libgnuradio-analog3.10.5 amd64 3.10.5.1-3 [177 kB]
#22 3.702 Get:172 http://deb.debian.org/debian bookworm/main amd64 libsamplerate0 amd64 0.2.2-3 [952 kB]
#22 3.710 Get:173 http://deb.debian.org/debian bookworm/main amd64 libjack-jackd2-0 amd64 1.9.21~dfsg-3 [281 kB]
#22 3.713 Get:174 http://deb.debian.org/debian bookworm/main amd64 libportaudio2 amd64 19.6.0-1.2 [66.7 kB]
#22 3.713 Get:175 http://deb.debian.org/debian bookworm/main amd64 libgnuradio-audio3.10.5 amd64 3.10.5.1-3 [158 kB]
#22 3.714 Get:176 http://deb.debian.org/debian bookworm/main amd64 libgnuradio-filter3.10.5 amd64 3.10.5.1-3 [251 kB]
#22 3.717 Get:177 http://deb.debian.org/debian bookworm/main amd64 libgnuradio-channels3.10.5 amd64 3.10.5.1-3 [121 kB]
#22 3.717 Get:178 http://deb.debian.org/debian bookworm/main amd64 libgnuradio-digital3.10.5 amd64 3.10.5.1-3 [416 kB]
#22 3.721 Get:179 http://deb.debian.org/debian bookworm/main amd64 libgslcblas0 amd64 2.7.1+dfsg-5 [108 kB]
#22 3.722 Get:180 http://deb.debian.org/debian bookworm/main amd64 libgsl27 amd64 2.7.1+dfsg-5 [941 kB]
#22 3.730 Get:181 http://deb.debian.org/debian bookworm/main amd64 libgnuradio-fec3.10.5 amd64 3.10.5.1-3 [252 kB]
#22 3.733 Get:182 http://deb.debian.org/debian bookworm/main amd64 libgnuradio-dtv3.10.5 amd64 3.10.5.1-3 [400 kB]
#22 3.736 Get:183 http://deb.debian.org/debian bookworm/main amd64 libiio0 amd64 0.24-4 [49.6 kB]
#22 3.736 Get:184 http://deb.debian.org/debian bookworm/main amd64 libad9361-0 amd64 0.2-1 [72.1 kB]
#22 3.737 Get:185 http://deb.debian.org/debian bookworm/main amd64 libgnuradio-iio3.10.5 amd64 3.10.5.1-3 [166 kB]
#22 3.739 Get:186 http://deb.debian.org/debian bookworm/main amd64 libgnuradio-network3.10.5 amd64 3.10.5.1-3 [195 kB]
#22 3.740 Get:187 http://deb.debian.org/debian bookworm/main amd64 libgnuradio-pdu3.10.5 amd64 3.10.5.1-3 [172 kB]
#22 3.741 Get:188 http://deb.debian.org/debian bookworm/main amd64 libqt5opengl5 amd64 5.15.8+dfsg-11+deb12u2 [148 kB]
#22 3.742 Get:189 http://deb.debian.org/debian bookworm/main amd64 libqt5svg5 amd64 5.15.8-3 [134 kB]
#22 3.744 Get:190 http://deb.debian.org/debian bookworm/main amd64 libqwt-qt5-6 amd64 6.1.4-2 [426 kB]
#22 3.748 Get:191 http://deb.debian.org/debian bookworm/main amd64 libgnuradio-qtgui3.10.5 amd64 3.10.5.1-3 [466 kB]
#22 3.752 Get:192 http://deb.debian.org/debian bookworm/main amd64 libgnuradio-soapy3.10.5 amd64 3.10.5.1-3 [142 kB]
#22 3.753 Get:193 http://deb.debian.org/debian bookworm/main amd64 libgnuradio-trellis3.10.5 amd64 3.10.5.1-3 [204 kB]
#22 3.755 Get:194 http://deb.debian.org/debian bookworm/main amd64 libgnuradio-uhd3.10.5 amd64 3.10.5.1-3 [195 kB]
#22 3.757 Get:195 http://deb.debian.org/debian bookworm/main amd64 libslang2 amd64 2.3.3-3 [554 kB]
#22 3.762 Get:196 http://deb.debian.org/debian bookworm/main amd64 libcaca0 amd64 0.99.beta20-3 [205 kB]
#22 3.763 Get:197 http://deb.debian.org/debian bookworm/main amd64 libasyncns0 amd64 0.8-6+b3 [12.9 kB]
#22 3.764 Get:198 http://deb.debian.org/debian bookworm/main amd64 libpulse0 amd64 16.1+dfsg1-2+b1 [274 kB]
#22 3.766 Get:199 http://deb.debian.org/debian bookworm/main amd64 libsdl1.2debian amd64 1.2.15+dfsg2-8 [199 kB]
#22 3.767 Get:200 http://deb.debian.org/debian bookworm/main amd64 libgnuradio-video-sdl3.10.5 amd64 3.10.5.1-3 [102 kB]
#22 3.768 Get:201 http://deb.debian.org/debian bookworm/main amd64 libcodec2-1.0 amd64 1.0.5-1 [8,171 kB]
#22 3.848 Get:202 http://deb.debian.org/debian bookworm/main amd64 libgnuradio-vocoder3.10.5 amd64 3.10.5.1-3 [116 kB]
#22 3.849 Get:203 http://deb.debian.org/debian bookworm/main amd64 libgnuradio-wavelet3.10.5 amd64 3.10.5.1-3 [51.8 kB]
#22 3.855 Get:204 http://deb.debian.org/debian bookworm/main amd64 libgnuradio-zeromq3.10.5 amd64 3.10.5.1-3 [125 kB]
#22 3.856 Get:205 http://deb.debian.org/debian bookworm/main amd64 gnuradio amd64 3.10.5.1-3 [3,457 kB]
#22 4.037 debconf: delaying package configuration, since apt-utils is not installed
#22 4.085 Fetched 142 MB in 1s (105 MB/s)
#22 4.124 Selecting previously unselected package hicolor-icon-theme.
#22 4.124 (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.169 Preparing to unpack .../000-hicolor-icon-theme_0.17-2_all.deb ...
#22 4.172 Unpacking hicolor-icon-theme (0.17-2) ...
#22 4.261 Selecting previously unselected package gtk-update-icon-cache.
#22 4.271 Preparing to unpack .../001-gtk-update-icon-cache_3.24.38-2~deb12u3_amd64.deb ...
#22 4.275 Unpacking gtk-update-icon-cache (3.24.38-2~deb12u3) ...
#22 4.337 Selecting previously unselected package adwaita-icon-theme.
#22 4.346 Preparing to unpack .../002-adwaita-icon-theme_43-1_all.deb ...
#22 4.352 Unpacking adwaita-icon-theme (43-1) ...
#22 5.047 Selecting previously unselected package at-spi2-common.
#22 5.057 Preparing to unpack .../003-at-spi2-common_2.46.0-5_all.deb ...
#22 5.060 Unpacking at-spi2-common (2.46.0-5) ...
#22 5.162 Selecting previously unselected package castxml.
#22 5.172 Preparing to unpack .../004-castxml_0.5.1-1_amd64.deb ...
#22 5.176 Unpacking castxml (0.5.1-1) ...
#22 5.336 Selecting previously unselected package libdconf1:amd64.
#22 5.345 Preparing to unpack .../005-libdconf1_0.40.0-4_amd64.deb ...
#22 5.351 Unpacking libdconf1:amd64 (0.40.0-4) ...
#22 5.396 Selecting previously unselected package dconf-service.
#22 5.405 Preparing to unpack .../006-dconf-service_0.40.0-4_amd64.deb ...
#22 5.409 Unpacking dconf-service (0.40.0-4) ...
#22 5.452 Selecting previously unselected package dconf-gsettings-backend:amd64.
#22 5.461 Preparing to unpack .../007-dconf-gsettings-backend_0.40.0-4_amd64.deb ...
#22 5.465 Unpacking dconf-gsettings-backend:amd64 (0.40.0-4) ...
#22 5.508 Selecting previously unselected package fonts-mathjax.
#22 5.518 Preparing to unpack .../008-fonts-mathjax_2.7.9+dfsg-1_all.deb ...
#22 5.523 Unpacking fonts-mathjax (2.7.9+dfsg-1) ...
#22 5.699 Selecting previously unselected package gnome-terminal-data.
#22 5.707 Preparing to unpack .../009-gnome-terminal-data_3.46.8-1_all.deb ...
#22 5.711 Unpacking gnome-terminal-data (3.46.8-1) ...
#22 5.879 Selecting previously unselected package gsettings-desktop-schemas.
#22 5.887 Preparing to unpack .../010-gsettings-desktop-schemas_43.0-1_all.deb ...
#22 5.890 Unpacking gsettings-desktop-schemas (43.0-1) ...
#22 5.987 Selecting previously unselected package libatk1.0-0:amd64.
#22 5.997 Preparing to unpack .../011-libatk1.0-0_2.46.0-5_amd64.deb ...
#22 6.001 Unpacking libatk1.0-0:amd64 (2.46.0-5) ...
#22 6.046 Selecting previously unselected package libatspi2.0-0:amd64.
#22 6.057 Preparing to unpack .../012-libatspi2.0-0_2.46.0-5_amd64.deb ...
#22 6.063 Unpacking libatspi2.0-0:amd64 (2.46.0-5) ...
#22 6.113 Selecting previously unselected package libatk-bridge2.0-0:amd64.
#22 6.122 Preparing to unpack .../013-libatk-bridge2.0-0_2.46.0-5_amd64.deb ...
#22 6.126 Unpacking libatk-bridge2.0-0:amd64 (2.46.0-5) ...
#22 6.180 Selecting previously unselected package libcolord2:amd64.
#22 6.189 Preparing to unpack .../014-libcolord2_1.4.6-2.2_amd64.deb ...
#22 6.193 Unpacking libcolord2:amd64 (1.4.6-2.2) ...
#22 6.253 Selecting previously unselected package libepoxy0:amd64.
#22 6.265 Preparing to unpack .../015-libepoxy0_1.5.10-1_amd64.deb ...
#22 6.268 Unpacking libepoxy0:amd64 (1.5.10-1) ...
#22 6.322 Selecting previously unselected package libwayland-client0:amd64.
#22 6.331 Preparing to unpack .../016-libwayland-client0_1.21.0-1_amd64.deb ...
#22 6.334 Unpacking libwayland-client0:amd64 (1.21.0-1) ...
#22 6.382 Selecting previously unselected package libwayland-cursor0:amd64.
#22 6.391 Preparing to unpack .../017-libwayland-cursor0_1.21.0-1_amd64.deb ...
#22 6.395 Unpacking libwayland-cursor0:amd64 (1.21.0-1) ...
#22 6.441 Selecting previously unselected package libwayland-egl1:amd64.
#22 6.451 Preparing to unpack .../018-libwayland-egl1_1.21.0-1_amd64.deb ...
#22 6.454 Unpacking libwayland-egl1:amd64 (1.21.0-1) ...
#22 6.495 Selecting previously unselected package libxcomposite1:amd64.
#22 6.504 Preparing to unpack .../019-libxcomposite1_1%3a0.4.5-1_amd64.deb ...
#22 6.507 Unpacking libxcomposite1:amd64 (1:0.4.5-1) ...
#22 6.555 Selecting previously unselected package libxfixes3:amd64.
#22 6.565 Preparing to unpack .../020-libxfixes3_1%3a6.0.0-2_amd64.deb ...
#22 6.568 Unpacking libxfixes3:amd64 (1:6.0.0-2) ...
#22 6.614 Selecting previously unselected package libxcursor1:amd64.
#22 6.622 Preparing to unpack .../021-libxcursor1_1%3a1.2.1-1_amd64.deb ...
#22 6.625 Unpacking libxcursor1:amd64 (1:1.2.1-1) ...
#22 6.671 Selecting previously unselected package libxdamage1:amd64.
#22 6.682 Preparing to unpack .../022-libxdamage1_1%3a1.1.6-1_amd64.deb ...
#22 6.687 Unpacking libxdamage1:amd64 (1:1.1.6-1) ...
#22 6.730 Selecting previously unselected package libxinerama1:amd64.
#22 6.739 Preparing to unpack .../023-libxinerama1_2%3a1.1.4-3_amd64.deb ...
#22 6.743 Unpacking libxinerama1:amd64 (2:1.1.4-3) ...
#22 6.786 Selecting previously unselected package xkb-data.
#22 6.795 Preparing to unpack .../024-xkb-data_2.35.1-1_all.deb ...
#22 6.798 Unpacking xkb-data (2.35.1-1) ...
#22 6.920 Selecting previously unselected package libxkbcommon0:amd64.
#22 6.930 Preparing to unpack .../025-libxkbcommon0_1.5.0-1_amd64.deb ...
#22 6.933 Unpacking libxkbcommon0:amd64 (1.5.0-1) ...
#22 6.991 Selecting previously unselected package libxrandr2:amd64.
#22 7.002 Preparing to unpack .../026-libxrandr2_2%3a1.5.2-2+b1_amd64.deb ...
#22 7.005 Unpacking libxrandr2:amd64 (2:1.5.2-2+b1) ...
#22 7.049 Selecting previously unselected package libgtk-3-common.
#22 7.058 Preparing to unpack .../027-libgtk-3-common_3.24.38-2~deb12u3_all.deb ...
#22 7.061 Unpacking libgtk-3-common (3.24.38-2~deb12u3) ...
#22 7.361 Selecting previously unselected package libgtk-3-0:amd64.
#22 7.369 Preparing to unpack .../028-libgtk-3-0_3.24.38-2~deb12u3_amd64.deb ...
#22 7.373 Unpacking libgtk-3-0:amd64 (3.24.38-2~deb12u3) ...
#22 7.594 Selecting previously unselected package libvte-2.91-common.
#22 7.605 Preparing to unpack .../029-libvte-2.91-common_0.70.6-2~deb12u1_amd64.deb ...
#22 7.608 Unpacking libvte-2.91-common (0.70.6-2~deb12u1) ...
#22 7.680 Selecting previously unselected package libvte-2.91-0:amd64.
#22 7.688 Preparing to unpack .../030-libvte-2.91-0_0.70.6-2~deb12u1_amd64.deb ...
#22 7.691 Unpacking libvte-2.91-0:amd64 (0.70.6-2~deb12u1) ...
#22 7.750 Selecting previously unselected package gnome-terminal.
#22 7.759 Preparing to unpack .../031-gnome-terminal_3.46.8-1_amd64.deb ...
#22 7.762 Unpacking gnome-terminal (3.46.8-1) ...
#22 7.843 Selecting previously unselected package libjs-mathjax.
#22 7.853 Preparing to unpack .../032-libjs-mathjax_2.7.9+dfsg-1_all.deb ...
#22 7.856 Unpacking libjs-mathjax (2.7.9+dfsg-1) ...
#22 8.512 Selecting previously unselected package liborc-0.4-0:amd64.
#22 8.523 Preparing to unpack .../033-liborc-0.4-0_1%3a0.4.33-2_amd64.deb ...
#22 8.526 Unpacking liborc-0.4-0:amd64 (1:0.4.33-2) ...
#22 8.587 Selecting previously unselected package libvolk2.5:amd64.
#22 8.598 Preparing to unpack .../034-libvolk2.5_2.5.2-3_amd64.deb ...
#22 8.601 Unpacking libvolk2.5:amd64 (2.5.2-3) ...
#22 8.672 Selecting previously unselected package libvolk2-bin.
#22 8.682 Preparing to unpack .../035-libvolk2-bin_2.5.2-3_amd64.deb ...
#22 8.685 Unpacking libvolk2-bin (2.5.2-3) ...
#22 8.733 Selecting previously unselected package python3-colorama.
#22 8.742 Preparing to unpack .../036-python3-colorama_0.4.6-2_all.deb ...
#22 8.745 Unpacking python3-colorama (0.4.6-2) ...
#22 8.795 Selecting previously unselected package python3-click.
#22 8.806 Preparing to unpack .../037-python3-click_8.1.3-2_all.deb ...
#22 8.810 Unpacking python3-click (8.1.3-2) ...
#22 8.859 Selecting previously unselected package python3-click-plugins.
#22 8.868 Preparing to unpack .../038-python3-click-plugins_1.1.1-4_all.deb ...
#22 8.871 Unpacking python3-click-plugins (1.1.1-4) ...
#22 8.918 Selecting previously unselected package python3-cairo:amd64.
#22 8.929 Preparing to unpack .../039-python3-cairo_1.20.1-5+b1_amd64.deb ...
#22 8.932 Unpacking python3-cairo:amd64 (1.20.1-5+b1) ...
#22 8.972 Selecting previously unselected package python3-gi-cairo.
#22 8.983 Preparing to unpack .../040-python3-gi-cairo_3.42.2-3+b1_amd64.deb ...
#22 8.986 Unpacking python3-gi-cairo (3.42.2-3+b1) ...
#22 9.031 Selecting previously unselected package python3-attr.
#22 9.040 Preparing to unpack .../041-python3-attr_22.2.0-1_all.deb ...
#22 9.044 Unpacking python3-attr (22.2.0-1) ...
#22 9.095 Selecting previously unselected package python3-pyrsistent:amd64.
#22 9.104 Preparing to unpack .../042-python3-pyrsistent_0.18.1-1+b3_amd64.deb ...
#22 9.110 Unpacking python3-pyrsistent:amd64 (0.18.1-1+b3) ...
#22 9.156 Selecting previously unselected package python3-jsonschema.
#22 9.165 Preparing to unpack .../043-python3-jsonschema_4.10.3-1_all.deb ...
#22 9.168 Unpacking python3-jsonschema (4.10.3-1) ...
#22 9.224 Selecting previously unselected package python3-lxml:amd64.
#22 9.233 Preparing to unpack .../044-python3-lxml_4.9.2-1+b1_amd64.deb ...
#22 9.236 Unpacking python3-lxml:amd64 (4.9.2-1+b1) ...
#22 9.352 Selecting previously unselected package libglvnd0:amd64.
#22 9.362 Preparing to unpack .../045-libglvnd0_1.6.0-1_amd64.deb ...
#22 9.365 Unpacking libglvnd0:amd64 (1.6.0-1) ...
#22 9.410 Selecting previously unselected package libdrm-common.
#22 9.419 Preparing to unpack .../046-libdrm-common_2.4.114-1_all.deb ...
#22 9.422 Unpacking libdrm-common (2.4.114-1) ...
#22 9.464 Selecting previously unselected package libdrm2:amd64.
#22 9.473 Preparing to unpack .../047-libdrm2_2.4.114-1+b1_amd64.deb ...
#22 9.476 Unpacking libdrm2:amd64 (2.4.114-1+b1) ...
#22 9.523 Selecting previously unselected package libglapi-mesa:amd64.
#22 9.533 Preparing to unpack .../048-libglapi-mesa_22.3.6-1+deb12u1_amd64.deb ...
#22 9.536 Unpacking libglapi-mesa:amd64 (22.3.6-1+deb12u1) ...
#22 9.581 Selecting previously unselected package libx11-xcb1:amd64.
#22 9.593 Preparing to unpack .../049-libx11-xcb1_2%3a1.8.4-2+deb12u2_amd64.deb ...
#22 9.597 Unpacking libx11-xcb1:amd64 (2:1.8.4-2+deb12u2) ...
#22 9.643 Selecting previously unselected package libxcb-dri2-0:amd64.
#22 9.653 Preparing to unpack .../050-libxcb-dri2-0_1.15-1_amd64.deb ...
#22 9.657 Unpacking libxcb-dri2-0:amd64 (1.15-1) ...
#22 9.707 Selecting previously unselected package libxcb-dri3-0:amd64.
#22 9.714 Preparing to unpack .../051-libxcb-dri3-0_1.15-1_amd64.deb ...
#22 9.718 Unpacking libxcb-dri3-0:amd64 (1.15-1) ...
#22 9.771 Selecting previously unselected package libxcb-glx0:amd64.
#22 9.780 Preparing to unpack .../052-libxcb-glx0_1.15-1_amd64.deb ...
#22 9.784 Unpacking libxcb-glx0:amd64 (1.15-1) ...
#22 9.835 Selecting previously unselected package libxcb-present0:amd64.
#22 9.846 Preparing to unpack .../053-libxcb-present0_1.15-1_amd64.deb ...
#22 9.853 Unpacking libxcb-present0:amd64 (1.15-1) ...
#22 9.913 Selecting previously unselected package libxcb-randr0:amd64.
#22 9.923 Preparing to unpack .../054-libxcb-randr0_1.15-1_amd64.deb ...
#22 9.926 Unpacking libxcb-randr0:amd64 (1.15-1) ...
#22 9.980 Selecting previously unselected package libxcb-sync1:amd64.
#22 9.991 Preparing to unpack .../055-libxcb-sync1_1.15-1_amd64.deb ...
#22 9.994 Unpacking libxcb-sync1:amd64 (1.15-1) ...
#22 10.05 Selecting previously unselected package libxcb-xfixes0:amd64.
#22 10.06 Preparing to unpack .../056-libxcb-xfixes0_1.15-1_amd64.deb ...
#22 10.06 Unpacking libxcb-xfixes0:amd64 (1.15-1) ...
#22 10.11 Selecting previously unselected package libxshmfence1:amd64.
#22 10.12 Preparing to unpack .../057-libxshmfence1_1.3-1_amd64.deb ...
#22 10.12 Unpacking libxshmfence1:amd64 (1.3-1) ...
#22 10.17 Selecting previously unselected package libxxf86vm1:amd64.
#22 10.18 Preparing to unpack .../058-libxxf86vm1_1%3a1.1.4-1+b2_amd64.deb ...
#22 10.19 Unpacking libxxf86vm1:amd64 (1:1.1.4-1+b2) ...
#22 10.23 Selecting previously unselected package libdrm-amdgpu1:amd64.
#22 10.24 Preparing to unpack .../059-libdrm-amdgpu1_2.4.114-1+b1_amd64.deb ...
#22 10.25 Unpacking libdrm-amdgpu1:amd64 (2.4.114-1+b1) ...
#22 10.31 Selecting previously unselected package libdrm-intel1:amd64.
#22 10.32 Preparing to unpack .../060-libdrm-intel1_2.4.114-1+b1_amd64.deb ...
#22 10.33 Unpacking libdrm-intel1:amd64 (2.4.114-1+b1) ...
#22 10.37 Selecting previously unselected package libdrm-nouveau2:amd64.
#22 10.38 Preparing to unpack .../061-libdrm-nouveau2_2.4.114-1+b1_amd64.deb ...
#22 10.38 Unpacking libdrm-nouveau2:amd64 (2.4.114-1+b1) ...
#22 10.43 Selecting previously unselected package libdrm-radeon1:amd64.
#22 10.44 Preparing to unpack .../062-libdrm-radeon1_2.4.114-1+b1_amd64.deb ...
#22 10.44 Unpacking libdrm-radeon1:amd64 (2.4.114-1+b1) ...
#22 10.49 Selecting previously unselected package libllvm15:amd64.
#22 10.50 Preparing to unpack .../063-libllvm15_1%3a15.0.6-4+b1_amd64.deb ...
#22 10.51 Unpacking libllvm15:amd64 (1:15.0.6-4+b1) ...
#22 11.28 Selecting previously unselected package libgl1-mesa-dri:amd64.
#22 11.29 Preparing to unpack .../064-libgl1-mesa-dri_22.3.6-1+deb12u1_amd64.deb ...
#22 11.30 Unpacking libgl1-mesa-dri:amd64 (22.3.6-1+deb12u1) ...
#22 11.74 Selecting previously unselected package libglx-mesa0:amd64.
#22 11.75 Preparing to unpack .../065-libglx-mesa0_22.3.6-1+deb12u1_amd64.deb ...
#22 11.76 Unpacking libglx-mesa0:amd64 (22.3.6-1+deb12u1) ...
#22 11.81 Selecting previously unselected package libglx0:amd64.
#22 11.82 Preparing to unpack .../066-libglx0_1.6.0-1_amd64.deb ...
#22 11.82 Unpacking libglx0:amd64 (1.6.0-1) ...
#22 11.87 Selecting previously unselected package libgl1:amd64.
#22 11.88 Preparing to unpack .../067-libgl1_1.6.0-1_amd64.deb ...
#22 11.88 Unpacking libgl1:amd64 (1.6.0-1) ...
#22 11.93 Selecting previously unselected package libgl1-mesa-glx:amd64.
#22 11.94 Preparing to unpack .../068-libgl1-mesa-glx_22.3.6-1+deb12u1_amd64.deb ...
#22 11.94 Unpacking libgl1-mesa-glx:amd64 (22.3.6-1+deb12u1) ...
#22 11.99 Selecting previously unselected package libopengl0:amd64.
#22 12.00 Preparing to unpack .../069-libopengl0_1.6.0-1_amd64.deb ...
#22 12.00 Unpacking libopengl0:amd64 (1.6.0-1) ...
#22 12.05 Selecting previously unselected package libglu1-mesa:amd64.
#22 12.06 Preparing to unpack .../070-libglu1-mesa_9.0.2-1.1_amd64.deb ...
#22 12.06 Unpacking libglu1-mesa:amd64 (9.0.2-1.1) ...
#22 12.13 Selecting previously unselected package python3-opengl.
#22 12.14 Preparing to unpack .../071-python3-opengl_3.1.6+dfsg-3_all.deb ...
#22 12.14 Unpacking python3-opengl (3.1.6+dfsg-3) ...
#22 12.53 Selecting previously unselected package python3-packaging.
#22 12.54 Preparing to unpack .../072-python3-packaging_23.0-1_all.deb ...
#22 12.55 Unpacking python3-packaging (23.0-1) ...
#22 12.59 Selecting previously unselected package python3-pygccxml.
#22 12.60 Preparing to unpack .../073-python3-pygccxml_2.2.1-1_all.deb ...
#22 12.61 Unpacking python3-pygccxml (2.2.1-1) ...
#22 12.66 Selecting previously unselected package python3-pyqt5.sip.
#22 12.67 Preparing to unpack .../074-python3-pyqt5.sip_12.11.1-1_amd64.deb ...
#22 12.68 Unpacking python3-pyqt5.sip (12.11.1-1) ...
#22 12.73 Selecting previously unselected package libdouble-conversion3:amd64.
#22 12.74 Preparing to unpack .../075-libdouble-conversion3_3.2.1-1_amd64.deb ...
#22 12.74 Unpacking libdouble-conversion3:amd64 (3.2.1-1) ...
#22 12.80 Selecting previously unselected package libqt5core5a:amd64.
#22 12.82 Preparing to unpack .../076-libqt5core5a_5.15.8+dfsg-11+deb12u2_amd64.deb ...
#22 12.83 Unpacking libqt5core5a:amd64 (5.15.8+dfsg-11+deb12u2) ...
#22 12.98 Selecting previously unselected package libqt5dbus5:amd64.
#22 12.99 Preparing to unpack .../077-libqt5dbus5_5.15.8+dfsg-11+deb12u2_amd64.deb ...
#22 13.00 Unpacking libqt5dbus5:amd64 (5.15.8+dfsg-11+deb12u2) ...
#22 13.05 Selecting previously unselected package libwayland-server0:amd64.
#22 13.06 Preparing to unpack .../078-libwayland-server0_1.21.0-1_amd64.deb ...
#22 13.07 Unpacking libwayland-server0:amd64 (1.21.0-1) ...
#22 13.11 Selecting previously unselected package libgbm1:amd64.
#22 13.13 Preparing to unpack .../079-libgbm1_22.3.6-1+deb12u1_amd64.deb ...
#22 13.13 Unpacking libgbm1:amd64 (22.3.6-1+deb12u1) ...
#22 13.18 Selecting previously unselected package libegl-mesa0:amd64.
#22 13.19 Preparing to unpack .../080-libegl-mesa0_22.3.6-1+deb12u1_amd64.deb ...
#22 13.19 Unpacking libegl-mesa0:amd64 (22.3.6-1+deb12u1) ...
#22 13.28 Selecting previously unselected package libegl1:amd64.
#22 13.29 Preparing to unpack .../081-libegl1_1.6.0-1_amd64.deb ...
#22 13.29 Unpacking libegl1:amd64 (1.6.0-1) ...
#22 13.34 Selecting previously unselected package libevdev2:amd64.
#22 13.35 Preparing to unpack .../082-libevdev2_1.13.0+dfsg-1_amd64.deb ...
#22 13.35 Unpacking libevdev2:amd64 (1.13.0+dfsg-1) ...
#22 13.40 Selecting previously unselected package libmtdev1:amd64.
#22 13.41 Preparing to unpack .../083-libmtdev1_1.1.6-1_amd64.deb ...
#22 13.42 Unpacking libmtdev1:amd64 (1.1.6-1) ...
#22 13.46 Selecting previously unselected package libgudev-1.0-0:amd64.
#22 13.47 Preparing to unpack .../084-libgudev-1.0-0_237-2_amd64.deb ...
#22 13.48 Unpacking libgudev-1.0-0:amd64 (237-2) ...
#22 13.52 Selecting previously unselected package libwacom-common.
#22 13.53 Preparing to unpack .../085-libwacom-common_2.6.0-1_all.deb ...
#22 13.53 Unpacking libwacom-common (2.6.0-1) ...
#22 13.63 Selecting previously unselected package libwacom9:amd64.
#22 13.64 Preparing to unpack .../086-libwacom9_2.6.0-1_amd64.deb ...
#22 13.64 Unpacking libwacom9:amd64 (2.6.0-1) ...
#22 13.68 Selecting previously unselected package libinput-bin.
#22 13.69 Preparing to unpack .../087-libinput-bin_1.22.1-1_amd64.deb ...
#22 13.70 Unpacking libinput-bin (1.22.1-1) ...
#22 13.75 Selecting previously unselected package libinput10:amd64.
#22 13.76 Preparing to unpack .../088-libinput10_1.22.1-1_amd64.deb ...
#22 13.77 Unpacking libinput10:amd64 (1.22.1-1) ...
#22 13.82 Selecting previously unselected package libmd4c0:amd64.
#22 13.83 Preparing to unpack .../089-libmd4c0_0.4.8-1_amd64.deb ...
#22 13.83 Unpacking libmd4c0:amd64 (0.4.8-1) ...
#22 13.89 Selecting previously unselected package libqt5network5:amd64.
#22 13.89 Preparing to unpack .../090-libqt5network5_5.15.8+dfsg-11+deb12u2_amd64.deb ...
#22 13.90 Unpacking libqt5network5:amd64 (5.15.8+dfsg-11+deb12u2) ...
#22 13.98 Selecting previously unselected package libxcb-icccm4:amd64.
#22 13.99 Preparing to unpack .../091-libxcb-icccm4_0.4.1-1.1_amd64.deb ...
#22 14.00 Unpacking libxcb-icccm4:amd64 (0.4.1-1.1) ...
#22 14.04 Selecting previously unselected package libxcb-util1:amd64.
#22 14.05 Preparing to unpack .../092-libxcb-util1_0.4.0-1+b1_amd64.deb ...
#22 14.06 Unpacking libxcb-util1:amd64 (0.4.0-1+b1) ...
#22 14.11 Selecting previously unselected package libxcb-image0:amd64.
#22 14.11 Preparing to unpack .../093-libxcb-image0_0.4.0-2_amd64.deb ...
#22 14.12 Unpacking libxcb-image0:amd64 (0.4.0-2) ...
#22 14.16 Selecting previously unselected package libxcb-keysyms1:amd64.
#22 14.17 Preparing to unpack .../094-libxcb-keysyms1_0.4.0-1+b2_amd64.deb ...
#22 14.17 Unpacking libxcb-keysyms1:amd64 (0.4.0-1+b2) ...
#22 14.22 Selecting previously unselected package libxcb-render-util0:amd64.
#22 14.23 Preparing to unpack .../095-libxcb-render-util0_0.3.9-1+b1_amd64.deb ...
#22 14.24 Unpacking libxcb-render-util0:amd64 (0.3.9-1+b1) ...
#22 14.28 Selecting previously unselected package libxcb-shape0:amd64.
#22 14.29 Preparing to unpack .../096-libxcb-shape0_1.15-1_amd64.deb ...
#22 14.30 Unpacking libxcb-shape0:amd64 (1.15-1) ...
#22 14.35 Selecting previously unselected package libxcb-xinerama0:amd64.
#22 14.36 Preparing to unpack .../097-libxcb-xinerama0_1.15-1_amd64.deb ...
#22 14.36 Unpacking libxcb-xinerama0:amd64 (1.15-1) ...
#22 14.42 Selecting previously unselected package libxcb-xinput0:amd64.
#22 14.43 Preparing to unpack .../098-libxcb-xinput0_1.15-1_amd64.deb ...
#22 14.43 Unpacking libxcb-xinput0:amd64 (1.15-1) ...
#22 14.48 Selecting previously unselected package libxcb-xkb1:amd64.
#22 14.49 Preparing to unpack .../099-libxcb-xkb1_1.15-1_amd64.deb ...
#22 14.50 Unpacking libxcb-xkb1:amd64 (1.15-1) ...
#22 14.54 Selecting previously unselected package libxkbcommon-x11-0:amd64.
#22 14.55 Preparing to unpack .../100-libxkbcommon-x11-0_1.5.0-1_amd64.deb ...
#22 14.55 Unpacking libxkbcommon-x11-0:amd64 (1.5.0-1) ...
#22 14.61 Selecting previously unselected package libqt5gui5:amd64.
#22 14.63 Preparing to unpack .../101-libqt5gui5_5.15.8+dfsg-11+deb12u2_amd64.deb ...
#22 14.64 Unpacking libqt5gui5:amd64 (5.15.8+dfsg-11+deb12u2) ...
#22 14.90 Selecting previously unselected package libqt5widgets5:amd64.
#22 14.91 Preparing to unpack .../102-libqt5widgets5_5.15.8+dfsg-11+deb12u2_amd64.deb ...
#22 14.92 Unpacking libqt5widgets5:amd64 (5.15.8+dfsg-11+deb12u2) ...
#22 15.10 Selecting previously unselected package libqt5xml5:amd64.
#22 15.11 Preparing to unpack .../103-libqt5xml5_5.15.8+dfsg-11+deb12u2_amd64.deb ...
#22 15.11 Unpacking libqt5xml5:amd64 (5.15.8+dfsg-11+deb12u2) ...
#22 15.17 Selecting previously unselected package libqt5designer5:amd64.
#22 15.18 Preparing to unpack .../104-libqt5designer5_5.15.8-2_amd64.deb ...
#22 15.19 Unpacking libqt5designer5:amd64 (5.15.8-2) ...
#22 15.34 Selecting previously unselected package libqt5sql5:amd64.
#22 15.36 Preparing to unpack .../105-libqt5sql5_5.15.8+dfsg-11+deb12u2_amd64.deb ...
#22 15.36 Unpacking libqt5sql5:amd64 (5.15.8+dfsg-11+deb12u2) ...
#22 15.42 Selecting previously unselected package libqt5help5:amd64.
#22 15.43 Preparing to unpack .../106-libqt5help5_5.15.8-2_amd64.deb ...
#22 15.43 Unpacking libqt5help5:amd64 (5.15.8-2) ...
#22 15.49 Selecting previously unselected package libqt5printsupport5:amd64.
#22 15.50 Preparing to unpack .../107-libqt5printsupport5_5.15.8+dfsg-11+deb12u2_amd64.deb ...
#22 15.50 Unpacking libqt5printsupport5:amd64 (5.15.8+dfsg-11+deb12u2) ...
#22 15.57 Selecting previously unselected package libqt5test5:amd64.
#22 15.58 Preparing to unpack .../108-libqt5test5_5.15.8+dfsg-11+deb12u2_amd64.deb ...
#22 15.58 Unpacking libqt5test5:amd64 (5.15.8+dfsg-11+deb12u2) ...
#22 15.63 Selecting previously unselected package python3-pyqt5.
#22 15.64 Preparing to unpack .../109-python3-pyqt5_5.15.9+dfsg-1_amd64.deb ...
#22 15.64 Unpacking python3-pyqt5 (5.15.9+dfsg-1) ...
#22 15.86 Selecting previously unselected package python3-pyqt6.sip.
#22 15.87 Preparing to unpack .../110-python3-pyqt6.sip_13.4.1-1_amd64.deb ...
#22 15.87 Unpacking python3-pyqt6.sip (13.4.1-1) ...
#22 15.92 Selecting previously unselected package libb2-1:amd64.
#22 15.93 Preparing to unpack .../111-libb2-1_0.98.1-1.1_amd64.deb ...
#22 15.93 Unpacking libb2-1:amd64 (0.98.1-1.1) ...
#22 15.98 Selecting previously unselected package libqt6core6:amd64.
#22 15.99 Preparing to unpack .../112-libqt6core6_6.4.2+dfsg-10_amd64.deb ...
#22 16.00 Unpacking libqt6core6:amd64 (6.4.2+dfsg-10) ...
#22 16.14 Selecting previously unselected package libqt6dbus6:amd64.
#22 16.15 Preparing to unpack .../113-libqt6dbus6_6.4.2+dfsg-10_amd64.deb ...
#22 16.15 Unpacking libqt6dbus6:amd64 (6.4.2+dfsg-10) ...
#22 16.22 Selecting previously unselected package libts0:amd64.
#22 16.23 Preparing to unpack .../114-libts0_1.22-1+b1_amd64.deb ...
#22 16.23 Unpacking libts0:amd64 (1.22-1+b1) ...
#22 16.29 Selecting previously unselected package libqt6gui6:amd64.
#22 16.30 Preparing to unpack .../115-libqt6gui6_6.4.2+dfsg-10_amd64.deb ...
#22 16.30 Unpacking libqt6gui6:amd64 (6.4.2+dfsg-10) ...
#22 16.52 Selecting previously unselected package libproxy1v5:amd64.
#22 16.52 Preparing to unpack .../116-libproxy1v5_0.4.18-1.2_amd64.deb ...
#22 16.53 Unpacking libproxy1v5:amd64 (0.4.18-1.2) ...
#22 16.58 Selecting previously unselected package libqt6network6:amd64.
#22 16.59 Preparing to unpack .../117-libqt6network6_6.4.2+dfsg-10_amd64.deb ...
#22 16.59 Unpacking libqt6network6:amd64 (6.4.2+dfsg-10) ...
#22 16.69 Selecting previously unselected package libqt6opengl6:amd64.
#22 16.70 Preparing to unpack .../118-libqt6opengl6_6.4.2+dfsg-10_amd64.deb ...
#22 16.70 Unpacking libqt6opengl6:amd64 (6.4.2+dfsg-10) ...
#22 16.78 Selecting previously unselected package libqt6widgets6:amd64.
#22 16.79 Preparing to unpack .../119-libqt6widgets6_6.4.2+dfsg-10_amd64.deb ...
#22 16.80 Unpacking libqt6widgets6:amd64 (6.4.2+dfsg-10) ...
#22 16.99 Selecting previously unselected package libqt6openglwidgets6:amd64.
#22 17.00 Preparing to unpack .../120-libqt6openglwidgets6_6.4.2+dfsg-10_amd64.deb ...
#22 17.01 Unpacking libqt6openglwidgets6:amd64 (6.4.2+dfsg-10) ...
#22 17.06 Selecting previously unselected package libqt6printsupport6:amd64.
#22 17.07 Preparing to unpack .../121-libqt6printsupport6_6.4.2+dfsg-10_amd64.deb ...
#22 17.08 Unpacking libqt6printsupport6:amd64 (6.4.2+dfsg-10) ...
#22 17.13 Selecting previously unselected package libqt6sql6:amd64.
#22 17.14 Preparing to unpack .../122-libqt6sql6_6.4.2+dfsg-10_amd64.deb ...
#22 17.15 Unpacking libqt6sql6:amd64 (6.4.2+dfsg-10) ...
#22 17.21 Selecting previously unselected package libqt6test6:amd64.
#22 17.22 Preparing to unpack .../123-libqt6test6_6.4.2+dfsg-10_amd64.deb ...
#22 17.22 Unpacking libqt6test6:amd64 (6.4.2+dfsg-10) ...
#22 17.28 Selecting previously unselected package libqt6xml6:amd64.
#22 17.29 Preparing to unpack .../124-libqt6xml6_6.4.2+dfsg-10_amd64.deb ...
#22 17.29 Unpacking libqt6xml6:amd64 (6.4.2+dfsg-10) ...
#22 17.34 Selecting previously unselected package python3-pyqt6.
#22 17.35 Preparing to unpack .../125-python3-pyqt6_6.4.2-1_amd64.deb ...
#22 17.36 Unpacking python3-pyqt6 (6.4.2-1) ...
#22 17.57 Selecting previously unselected package python3-decorator.
#22 17.58 Preparing to unpack .../126-python3-decorator_5.1.1-3_all.deb ...
#22 17.58 Unpacking python3-decorator (5.1.1-3) ...
#22 17.63 Selecting previously unselected package libopenblas0-pthread:amd64.
#22 17.65 Preparing to unpack .../127-libopenblas0-pthread_0.3.21+ds-4_amd64.deb ...
#22 17.65 Unpacking libopenblas0-pthread:amd64 (0.3.21+ds-4) ...
#22 18.02 Selecting previously unselected package libopenblas0:amd64.
#22 18.03 Preparing to unpack .../128-libopenblas0_0.3.21+ds-4_amd64.deb ...
#22 18.04 Unpacking libopenblas0:amd64 (0.3.21+ds-4) ...
#22 18.09 Selecting previously unselected package libopenblas-pthread-dev:amd64.
#22 18.10 Preparing to unpack .../129-libopenblas-pthread-dev_0.3.21+ds-4_amd64.deb ...
#22 18.10 Unpacking libopenblas-pthread-dev:amd64 (0.3.21+ds-4) ...
#22 18.39 Selecting previously unselected package libopenblas-dev:amd64.
#22 18.40 Preparing to unpack .../130-libopenblas-dev_0.3.21+ds-4_amd64.deb ...
#22 18.40 Unpacking libopenblas-dev:amd64 (0.3.21+ds-4) ...
#22 18.45 Selecting previously unselected package libpython3-all-dev:amd64.
#22 18.46 Preparing to unpack .../131-libpython3-all-dev_3.11.2-1+b1_amd64.deb ...
#22 18.47 Unpacking libpython3-all-dev:amd64 (3.11.2-1+b1) ...
#22 18.50 Selecting previously unselected package python3-all.
#22 18.51 Preparing to unpack .../132-python3-all_3.11.2-1+b1_amd64.deb ...
#22 18.51 Unpacking python3-all (3.11.2-1+b1) ...
#22 18.56 Selecting previously unselected package python3-all-dev.
#22 18.56 Preparing to unpack .../133-python3-all-dev_3.11.2-1+b1_amd64.deb ...
#22 18.57 Unpacking python3-all-dev (3.11.2-1+b1) ...
#22 18.61 Selecting previously unselected package libxsimd-dev:amd64.
#22 18.62 Preparing to unpack .../134-libxsimd-dev_8.1.0-7_amd64.deb ...
#22 18.62 Unpacking libxsimd-dev:amd64 (8.1.0-7) ...
#22 18.68 Selecting previously unselected package python3-gast.
#22 18.69 Preparing to unpack .../135-python3-gast_0.5.2-2_all.deb ...
#22 18.69 Unpacking python3-gast (0.5.2-2) ...
#22 18.74 Selecting previously unselected package python3-beniget.
#22 18.75 Preparing to unpack .../136-python3-beniget_0.4.1-3_all.deb ...
#22 18.75 Unpacking python3-beniget (0.4.1-3) ...
#22 18.80 Selecting previously unselected package python3-ply.
#22 18.81 Preparing to unpack .../137-python3-ply_3.11-5_all.deb ...
#22 18.81 Unpacking python3-ply (3.11-5) ...
#22 18.86 Selecting previously unselected package python3-pythran.
#22 18.88 Preparing to unpack .../138-python3-pythran_0.11.0+ds-7_amd64.deb ...
#22 18.88 Unpacking python3-pythran (0.11.0+ds-7) ...
#22 19.14 Selecting previously unselected package liblbfgsb0:amd64.
#22 19.15 Preparing to unpack .../139-liblbfgsb0_3.0+dfsg.4-1_amd64.deb ...
#22 19.16 Unpacking liblbfgsb0:amd64 (3.0+dfsg.4-1) ...
#22 19.21 Selecting previously unselected package python3-scipy.
#22 19.22 Preparing to unpack .../140-python3-scipy_1.10.1-2_amd64.deb ...
#22 19.23 Unpacking python3-scipy (1.10.1-2) ...
#22 19.82 Selecting previously unselected package pyqt5-dev-tools.
#22 19.83 Preparing to unpack .../141-pyqt5-dev-tools_5.15.9+dfsg-1_amd64.deb ...
#22 19.83 Unpacking pyqt5-dev-tools (5.15.9+dfsg-1) ...
#22 19.89 Selecting previously unselected package pyqt6-dev-tools.
#22 19.90 Preparing to unpack .../142-pyqt6-dev-tools_6.4.2-1_all.deb ...
#22 19.90 Unpacking pyqt6-dev-tools (6.4.2-1) ...
#22 19.96 Selecting previously unselected package qtchooser.
#22 19.97 Preparing to unpack .../143-qtchooser_66-2_amd64.deb ...
#22 19.97 Unpacking qtchooser (66-2) ...
#22 20.02 Selecting previously unselected package qtbase5-dev-tools.
#22 20.03 Preparing to unpack .../144-qtbase5-dev-tools_5.15.8+dfsg-11+deb12u2_amd64.deb ...
#22 20.03 Unpacking qtbase5-dev-tools (5.15.8+dfsg-11+deb12u2) ...
#22 20.13 Selecting previously unselected package qt6-base-dev-tools.
#22 20.14 Preparing to unpack .../145-qt6-base-dev-tools_6.4.2+dfsg-10_amd64.deb ...
#22 20.14 Unpacking qt6-base-dev-tools (6.4.2+dfsg-10) ...
#22 20.25 Selecting previously unselected package python3-pyqtgraph.
#22 20.26 Preparing to unpack .../146-python3-pyqtgraph_0.13.1-4_all.deb ...
#22 20.26 Unpacking python3-pyqtgraph (0.13.1-4) ...
#22 20.37 Selecting previously unselected package python3-contextlib2.
#22 20.38 Preparing to unpack .../147-python3-contextlib2_0.6.0.post1-3_all.deb ...
#22 20.38 Unpacking python3-contextlib2 (0.6.0.post1-3) ...
#22 20.43 Selecting previously unselected package python3-schema.
#22 20.44 Preparing to unpack .../148-python3-schema_0.7.5-1_all.deb ...
#22 20.44 Unpacking python3-schema (0.7.5-1) ...
#22 20.49 Selecting previously unselected package python3-sip.
#22 20.50 Preparing to unpack .../149-python3-sip_4.19.25+dfsg-5+b1_amd64.deb ...
#22 20.50 Unpacking python3-sip (4.19.25+dfsg-5+b1) ...
#22 20.55 Selecting previously unselected package python3-thrift.
#22 20.56 Preparing to unpack .../150-python3-thrift_0.17.0-2+b2_amd64.deb ...
#22 20.57 Unpacking python3-thrift (0.17.0-2+b2) ...
#22 20.62 Selecting previously unselected package python3-cffi-backend:amd64.
#22 20.63 Preparing to unpack .../151-python3-cffi-backend_1.15.1-5+b1_amd64.deb ...
#22 20.63 Unpacking python3-cffi-backend:amd64 (1.15.1-5+b1) ...
#22 20.68 Selecting previously unselected package python3-py.
#22 20.69 Preparing to unpack .../152-python3-py_1.11.0-1_all.deb ...
#22 20.70 Unpacking python3-py (1.11.0-1) ...
#22 20.75 Selecting previously unselected package python3-zmq.
#22 20.76 Preparing to unpack .../153-python3-zmq_24.0.1-4+b1_amd64.deb ...
#22 20.77 Unpacking python3-zmq (24.0.1-4+b1) ...
#22 20.84 Selecting previously unselected package libfmt9:amd64.
#22 20.85 Preparing to unpack .../154-libfmt9_9.1.0+ds1-2_amd64.deb ...
#22 20.85 Unpacking libfmt9:amd64 (9.1.0+ds1-2) ...
#22 20.91 Selecting previously unselected package libgnuradio-pmt3.10.5:amd64.
#22 20.92 Preparing to unpack .../155-libgnuradio-pmt3.10.5_3.10.5.1-3_amd64.deb ...
#22 20.92 Unpacking libgnuradio-pmt3.10.5:amd64 (3.10.5.1-3) ...
#22 20.97 Selecting previously unselected package libspdlog1.10:amd64.
#22 20.98 Preparing to unpack .../156-libspdlog1.10_1%3a1.10.0+ds-0.4_amd64.deb ...
#22 20.99 Unpacking libspdlog1.10:amd64 (1:1.10.0+ds-0.4) ...
#22 21.05 Selecting previously unselected package libthrift-0.17.0:amd64.
#22 21.05 Preparing to unpack .../157-libthrift-0.17.0_0.17.0-2+b2_amd64.deb ...
#22 21.06 Unpacking libthrift-0.17.0:amd64 (0.17.0-2+b2) ...
#22 21.13 Selecting previously unselected package libunwind8:amd64.
#22 21.15 Preparing to unpack .../158-libunwind8_1.6.2-3_amd64.deb ...
#22 21.15 Unpacking libunwind8:amd64 (1.6.2-3) ...
#22 21.20 Selecting previously unselected package libgnuradio-runtime3.10.5:amd64.
#22 21.21 Preparing to unpack .../159-libgnuradio-runtime3.10.5_3.10.5.1-3_amd64.deb ...
#22 21.21 Unpacking libgnuradio-runtime3.10.5:amd64 (3.10.5.1-3) ...
#22 21.30 Selecting previously unselected package libogg0:amd64.
#22 21.31 Preparing to unpack .../160-libogg0_1.3.5-3_amd64.deb ...
#22 21.31 Unpacking libogg0:amd64 (1.3.5-3) ...
#22 21.37 Selecting previously unselected package libflac12:amd64.
#22 21.38 Preparing to unpack .../161-libflac12_1.4.2+ds-2_amd64.deb ...
#22 21.38 Unpacking libflac12:amd64 (1.4.2+ds-2) ...
#22 21.44 Selecting previously unselected package libmp3lame0:amd64.
#22 21.45 Preparing to unpack .../162-libmp3lame0_3.100-6_amd64.deb ...
#22 21.45 Unpacking libmp3lame0:amd64 (3.100-6) ...
#22 21.51 Selecting previously unselected package libmpg123-0:amd64.
#22 21.53 Preparing to unpack .../163-libmpg123-0_1.31.2-1+deb12u1_amd64.deb ...
#22 21.53 Unpacking libmpg123-0:amd64 (1.31.2-1+deb12u1) ...
#22 21.59 Selecting previously unselected package libopus0:amd64.
#22 21.60 Preparing to unpack .../164-libopus0_1.3.1-3_amd64.deb ...
#22 21.62 Unpacking libopus0:amd64 (1.3.1-3) ...
#22 21.69 Selecting previously unselected package libvorbis0a:amd64.
#22 21.70 Preparing to unpack .../165-libvorbis0a_1.3.7-1_amd64.deb ...
#22 21.70 Unpacking libvorbis0a:amd64 (1.3.7-1) ...
#22 21.76 Selecting previously unselected package libvorbisenc2:amd64.
#22 21.77 Preparing to unpack .../166-libvorbisenc2_1.3.7-1_amd64.deb ...
#22 21.77 Unpacking libvorbisenc2:amd64 (1.3.7-1) ...
#22 21.83 Selecting previously unselected package libsndfile1:amd64.
#22 21.84 Preparing to unpack .../167-libsndfile1_1.2.0-1_amd64.deb ...
#22 21.84 Unpacking libsndfile1:amd64 (1.2.0-1) ...
#22 21.90 Selecting previously unselected package libgnuradio-blocks3.10.5:amd64.
#22 21.91 Preparing to unpack .../168-libgnuradio-blocks3.10.5_3.10.5.1-3_amd64.deb ...
#22 21.92 Unpacking libgnuradio-blocks3.10.5:amd64 (3.10.5.1-3) ...
#22 22.00 Selecting previously unselected package libgnuradio-fft3.10.5:amd64.
#22 22.01 Preparing to unpack .../169-libgnuradio-fft3.10.5_3.10.5.1-3_amd64.deb ...
#22 22.01 Unpacking libgnuradio-fft3.10.5:amd64 (3.10.5.1-3) ...
#22 22.07 Selecting previously unselected package libgnuradio-analog3.10.5:amd64.
#22 22.08 Preparing to unpack .../170-libgnuradio-analog3.10.5_3.10.5.1-3_amd64.deb ...
#22 22.08 Unpacking libgnuradio-analog3.10.5:amd64 (3.10.5.1-3) ...
#22 22.14 Selecting previously unselected package libsamplerate0:amd64.
#22 22.16 Preparing to unpack .../171-libsamplerate0_0.2.2-3_amd64.deb ...
#22 22.16 Unpacking libsamplerate0:amd64 (0.2.2-3) ...
#22 22.28 Selecting previously unselected package libjack-jackd2-0:amd64.
#22 22.29 Preparing to unpack .../172-libjack-jackd2-0_1.9.21~dfsg-3_amd64.deb ...
#22 22.29 Unpacking libjack-jackd2-0:amd64 (1.9.21~dfsg-3) ...
#22 22.36 Selecting previously unselected package libportaudio2:amd64.
#22 22.37 Preparing to unpack .../173-libportaudio2_19.6.0-1.2_amd64.deb ...
#22 22.37 Unpacking libportaudio2:amd64 (19.6.0-1.2) ...
#22 22.42 Selecting previously unselected package libgnuradio-audio3.10.5:amd64.
#22 22.43 Preparing to unpack .../174-libgnuradio-audio3.10.5_3.10.5.1-3_amd64.deb ...
#22 22.43 Unpacking libgnuradio-audio3.10.5:amd64 (3.10.5.1-3) ...
#22 22.49 Selecting previously unselected package libgnuradio-filter3.10.5:amd64.
#22 22.51 Preparing to unpack .../175-libgnuradio-filter3.10.5_3.10.5.1-3_amd64.deb ...
#22 22.51 Unpacking libgnuradio-filter3.10.5:amd64 (3.10.5.1-3) ...
#22 22.58 Selecting previously unselected package libgnuradio-channels3.10.5:amd64.
#22 22.59 Preparing to unpack .../176-libgnuradio-channels3.10.5_3.10.5.1-3_amd64.deb ...
#22 22.59 Unpacking libgnuradio-channels3.10.5:amd64 (3.10.5.1-3) ...
#22 22.64 Selecting previously unselected package libgnuradio-digital3.10.5:amd64.
#22 22.65 Preparing to unpack .../177-libgnuradio-digital3.10.5_3.10.5.1-3_amd64.deb ...
#22 22.66 Unpacking libgnuradio-digital3.10.5:amd64 (3.10.5.1-3) ...
#22 22.73 Selecting previously unselected package libgslcblas0:amd64.
#22 22.74 Preparing to unpack .../178-libgslcblas0_2.7.1+dfsg-5_amd64.deb ...
#22 22.75 Unpacking libgslcblas0:amd64 (2.7.1+dfsg-5) ...
#22 22.80 Selecting previously unselected package libgsl27:amd64.
#22 22.81 Preparing to unpack .../179-libgsl27_2.7.1+dfsg-5_amd64.deb ...
#22 22.82 Unpacking libgsl27:amd64 (2.7.1+dfsg-5) ...
#22 22.92 Selecting previously unselected package libgnuradio-fec3.10.5:amd64.
#22 22.93 Preparing to unpack .../180-libgnuradio-fec3.10.5_3.10.5.1-3_amd64.deb ...
#22 22.93 Unpacking libgnuradio-fec3.10.5:amd64 (3.10.5.1-3) ...
#22 22.99 Selecting previously unselected package libgnuradio-dtv3.10.5:amd64.
#22 23.01 Preparing to unpack .../181-libgnuradio-dtv3.10.5_3.10.5.1-3_amd64.deb ...
#22 23.01 Unpacking libgnuradio-dtv3.10.5:amd64 (3.10.5.1-3) ...
#22 23.08 Selecting previously unselected package libiio0:amd64.
#22 23.09 Preparing to unpack .../182-libiio0_0.24-4_amd64.deb ...
#22 23.10 Unpacking libiio0:amd64 (0.24-4) ...
#22 23.14 Selecting previously unselected package libad9361-0:amd64.
#22 23.15 Preparing to unpack .../183-libad9361-0_0.2-1_amd64.deb ...
#22 23.16 Unpacking libad9361-0:amd64 (0.2-1) ...
#22 23.21 Selecting previously unselected package libgnuradio-iio3.10.5:amd64.
#22 23.22 Preparing to unpack .../184-libgnuradio-iio3.10.5_3.10.5.1-3_amd64.deb ...
#22 23.23 Unpacking libgnuradio-iio3.10.5:amd64 (3.10.5.1-3) ...
#22 23.28 Selecting previously unselected package libgnuradio-network3.10.5:amd64.
#22 23.29 Preparing to unpack .../185-libgnuradio-network3.10.5_3.10.5.1-3_amd64.deb ...
#22 23.30 Unpacking libgnuradio-network3.10.5:amd64 (3.10.5.1-3) ...
#22 23.35 Selecting previously unselected package libgnuradio-pdu3.10.5:amd64.
#22 23.36 Preparing to unpack .../186-libgnuradio-pdu3.10.5_3.10.5.1-3_amd64.deb ...
#22 23.36 Unpacking libgnuradio-pdu3.10.5:amd64 (3.10.5.1-3) ...
#22 23.42 Selecting previously unselected package libqt5opengl5:amd64.
#22 23.43 Preparing to unpack .../187-libqt5opengl5_5.15.8+dfsg-11+deb12u2_amd64.deb ...
#22 23.44 Unpacking libqt5opengl5:amd64 (5.15.8+dfsg-11+deb12u2) ...
#22 23.49 Selecting previously unselected package libqt5svg5:amd64.
#22 23.50 Preparing to unpack .../188-libqt5svg5_5.15.8-3_amd64.deb ...
#22 23.51 Unpacking libqt5svg5:amd64 (5.15.8-3) ...
#22 23.56 Selecting previously unselected package libqwt-qt5-6.
#22 23.57 Preparing to unpack .../189-libqwt-qt5-6_6.1.4-2_amd64.deb ...
#22 23.57 Unpacking libqwt-qt5-6 (6.1.4-2) ...
#22 23.65 Selecting previously unselected package libgnuradio-qtgui3.10.5:amd64.
#22 23.66 Preparing to unpack .../190-libgnuradio-qtgui3.10.5_3.10.5.1-3_amd64.deb ...
#22 23.66 Unpacking libgnuradio-qtgui3.10.5:amd64 (3.10.5.1-3) ...
#22 23.74 Selecting previously unselected package libgnuradio-soapy3.10.5:amd64.
#22 23.75 Preparing to unpack .../191-libgnuradio-soapy3.10.5_3.10.5.1-3_amd64.deb ...
#22 23.75 Unpacking libgnuradio-soapy3.10.5:amd64 (3.10.5.1-3) ...
#22 23.81 Selecting previously unselected package libgnuradio-trellis3.10.5:amd64.
#22 23.82 Preparing to unpack .../192-libgnuradio-trellis3.10.5_3.10.5.1-3_amd64.deb ...
#22 23.82 Unpacking libgnuradio-trellis3.10.5:amd64 (3.10.5.1-3) ...
#22 23.88 Selecting previously unselected package libgnuradio-uhd3.10.5:amd64.
#22 23.89 Preparing to unpack .../193-libgnuradio-uhd3.10.5_3.10.5.1-3_amd64.deb ...
#22 23.89 Unpacking libgnuradio-uhd3.10.5:amd64 (3.10.5.1-3) ...
#22 23.96 Selecting previously unselected package libslang2:amd64.
#22 23.97 Preparing to unpack .../194-libslang2_2.3.3-3_amd64.deb ...
#22 23.97 Unpacking libslang2:amd64 (2.3.3-3) ...
#22 24.06 Selecting previously unselected package libcaca0:amd64.
#22 24.07 Preparing to unpack .../195-libcaca0_0.99.beta20-3_amd64.deb ...
#22 24.07 Unpacking libcaca0:amd64 (0.99.beta20-3) ...
#22 24.14 Selecting previously unselected package libasyncns0:amd64.
#22 24.15 Preparing to unpack .../196-libasyncns0_0.8-6+b3_amd64.deb ...
#22 24.15 Unpacking libasyncns0:amd64 (0.8-6+b3) ...
#22 24.21 Selecting previously unselected package libpulse0:amd64.
#22 24.22 Preparing to unpack .../197-libpulse0_16.1+dfsg1-2+b1_amd64.deb ...
#22 24.23 Unpacking libpulse0:amd64 (16.1+dfsg1-2+b1) ...
#22 24.30 Selecting previously unselected package libsdl1.2debian:amd64.
#22 24.31 Preparing to unpack .../198-libsdl1.2debian_1.2.15+dfsg2-8_amd64.deb ...
#22 24.31 Unpacking libsdl1.2debian:amd64 (1.2.15+dfsg2-8) ...
#22 24.38 Selecting previously unselected package libgnuradio-video-sdl3.10.5:amd64.
#22 24.39 Preparing to unpack .../199-libgnuradio-video-sdl3.10.5_3.10.5.1-3_amd64.deb ...
#22 24.39 Unpacking libgnuradio-video-sdl3.10.5:amd64 (3.10.5.1-3) ...
#22 24.44 Selecting previously unselected package libcodec2-1.0:amd64.
#22 24.45 Preparing to unpack .../200-libcodec2-1.0_1.0.5-1_amd64.deb ...
#22 24.46 Unpacking libcodec2-1.0:amd64 (1.0.5-1) ...
#22 25.00 Selecting previously unselected package libgnuradio-vocoder3.10.5:amd64.
#22 25.01 Preparing to unpack .../201-libgnuradio-vocoder3.10.5_3.10.5.1-3_amd64.deb ...
#22 25.02 Unpacking libgnuradio-vocoder3.10.5:amd64 (3.10.5.1-3) ...
#22 25.07 Selecting previously unselected package libgnuradio-wavelet3.10.5:amd64.
#22 25.08 Preparing to unpack .../202-libgnuradio-wavelet3.10.5_3.10.5.1-3_amd64.deb ...
#22 25.09 Unpacking libgnuradio-wavelet3.10.5:amd64 (3.10.5.1-3) ...
#22 25.13 Selecting previously unselected package libgnuradio-zeromq3.10.5:amd64.
#22 25.15 Preparing to unpack .../203-libgnuradio-zeromq3.10.5_3.10.5.1-3_amd64.deb ...
#22 25.15 Unpacking libgnuradio-zeromq3.10.5:amd64 (3.10.5.1-3) ...
#22 25.22 Selecting previously unselected package gnuradio.
#22 25.23 Preparing to unpack .../204-gnuradio_3.10.5.1-3_amd64.deb ...
#22 25.23 Unpacking gnuradio (3.10.5.1-3) ...
#22 25.68 Setting up libb2-1:amd64 (0.98.1-1.1) ...
#22 25.69 Setting up libxcb-dri3-0:amd64 (1.15-1) ...
#22 25.70 Setting up python3-attr (22.2.0-1) ...
#22 25.85 Setting up libwayland-server0:amd64 (1.21.0-1) ...
#22 25.86 Setting up gtk-update-icon-cache (3.24.38-2~deb12u3) ...
#22 25.88 Setting up libx11-xcb1:amd64 (2:1.8.4-2+deb12u2) ...
#22 25.88 Setting up libdouble-conversion3:amd64 (3.2.1-1) ...
#22 25.89 Setting up libproxy1v5:amd64 (0.4.18-1.2) ...
#22 25.91 Setting up fonts-mathjax (2.7.9+dfsg-1) ...
#22 25.92 Setting up libcodec2-1.0:amd64 (1.0.5-1) ...
#22 25.93 Setting up libxdamage1:amd64 (1:1.1.6-1) ...
#22 25.93 Setting up libopenblas0-pthread:amd64 (0.3.21+ds-4) ...
#22 25.95 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 25.95 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 25.96 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 25.96 Setting up libmpg123-0:amd64 (1.31.2-1+deb12u1) ...
#22 25.98 Setting up libxcb-xfixes0:amd64 (1.15-1) ...
#22 25.99 Setting up libogg0:amd64 (1.3.5-3) ...
#22 26.00 Setting up python3-cairo:amd64 (1.20.1-5+b1) ...
#22 26.12 Setting up hicolor-icon-theme (0.17-2) ...
#22 26.15 Setting up libjs-mathjax (2.7.9+dfsg-1) ...
#22 26.16 Setting up libxcb-xinput0:amd64 (1.15-1) ...
#22 26.17 Setting up python3-py (1.11.0-1) ...
#22 26.33 Setting up libvte-2.91-common (0.70.6-2~deb12u1) ...
#22 26.34 Setting up libgslcblas0:amd64 (2.7.1+dfsg-5) ...
#22 26.40 Setting up python3-colorama (0.4.6-2) ...
#22 26.53 Setting up libglvnd0:amd64 (1.6.0-1) ...
#22 26.54 Setting up libxcb-glx0:amd64 (1.15-1) ...
#22 26.55 Setting up python3-ply (3.11-5) ...
#22 26.70 Setting up libiio0:amd64 (0.24-4) ...
#22 26.72 Setting up libxcb-keysyms1:amd64 (0.4.0-1+b2) ...
#22 26.73 Setting up libxcb-shape0:amd64 (1.15-1) ...
#22 26.74 Setting up python3-gast (0.5.2-2) ...
#22 26.88 Setting up libgsl27:amd64 (2.7.1+dfsg-5) ...
#22 26.92 Setting up libxcb-render-util0:amd64 (0.3.9-1+b1) ...
#22 26.93 Setting up python3-all (3.11.2-1+b1) ...
#22 26.94 Setting up xkb-data (2.35.1-1) ...
#22 26.96 Setting up python3-contextlib2 (0.6.0.post1-3) ...
#22 27.09 Setting up libxcb-icccm4:amd64 (0.4.1-1.1) ...
#22 27.10 Setting up libatspi2.0-0:amd64 (2.46.0-5) ...
#22 27.11 Setting up python3-click (8.1.3-2) ...
#22 27.27 Setting up libqt6core6:amd64 (6.4.2+dfsg-10) ...
#22 27.28 Setting up libunwind8:amd64 (1.6.2-3) ...
#22 27.30 Setting up python3-thrift (0.17.0-2+b2) ...
#22 27.46 Setting up libts0:amd64 (1.22-1+b1) ...
#22 27.47 Setting up libcolord2:amd64 (1.4.6-2.2) ...
#22 27.48 Setting up gnome-terminal-data (3.46.8-1) ...
#22 27.50 Setting up libopengl0:amd64 (1.6.0-1) ...
#22 27.51 Setting up libxcb-util1:amd64 (0.4.0-1+b1) ...
#22 27.51 Setting up libxxf86vm1:amd64 (1:1.1.4-1+b2) ...
#22 27.53 Setting up libxcb-xkb1:amd64 (1.15-1) ...
#22 27.54 Setting up libxcb-image0:amd64 (0.4.0-2) ...
#22 27.55 Setting up libxcb-present0:amd64 (1.15-1) ...
#22 27.56 Setting up libdconf1:amd64 (0.40.0-4) ...
#22 27.57 Setting up python3-beniget (0.4.1-3) ...
#22 27.71 Setting up libxsimd-dev:amd64 (8.1.0-7) ...
#22 27.72 Setting up python3-decorator (5.1.1-3) ...
#22 27.84 Setting up python3-packaging (23.0-1) ...
#22 27.98 Setting up libxcb-xinerama0:amd64 (1.15-1) ...
#22 27.99 Setting up libflac12:amd64 (1.4.2+ds-2) ...
#22 28.00 Setting up libslang2:amd64 (2.3.3-3) ...
#22 28.02 Setting up libqt6xml6:amd64 (6.4.2+dfsg-10) ...
#22 28.03 Setting up adwaita-icon-theme (43-1) ...
#22 28.09 update-alternatives: using /usr/share/icons/Adwaita/cursor.theme to provide /usr/share/icons/default/index.theme (x-cursor-theme) in auto mode
#22 28.10 Setting up libqt6sql6:amd64 (6.4.2+dfsg-10) ...
#22 28.11 Setting up libepoxy0:amd64 (1.5.10-1) ...
#22 28.12 Setting up libxfixes3:amd64 (1:6.0.0-2) ...
#22 28.13 Setting up libxcb-sync1:amd64 (1.15-1) ...
#22 28.14 Setting up libpython3-all-dev:amd64 (3.11.2-1+b1) ...
#22 28.15 Setting up libopus0:amd64 (1.3.1-3) ...
#22 28.16 Setting up libxinerama1:amd64 (2:1.1.4-3) ...
#22 28.17 Setting up libvorbis0a:amd64 (1.3.7-1) ...
#22 28.18 Setting up castxml (0.5.1-1) ...
#22 28.19 Setting up libxrandr2:amd64 (2:1.5.2-2+b1) ...
#22 28.20 Setting up liborc-0.4-0:amd64 (1:0.4.33-2) ...
#22 28.21 Setting up python3-click-plugins (1.1.1-4) ...
#22 28.34 Setting up libqt5core5a:amd64 (5.15.8+dfsg-11+deb12u2) ...
#22 28.36 Setting up libglapi-mesa:amd64 (22.3.6-1+deb12u1) ...
#22 28.37 Setting up libmtdev1:amd64 (1.1.6-1) ...
#22 28.38 Setting up libfmt9:amd64 (9.1.0+ds1-2) ...
#22 28.39 Setting up libxcb-dri2-0:amd64 (1.15-1) ...
#22 28.40 Setting up python3-pyqt5.sip (12.11.1-1) ...
#22 28.41 Setting up python3-pyrsistent:amd64 (0.18.1-1+b3) ...
#22 28.56 Setting up libopenblas0:amd64 (0.3.21+ds-4) ...
#22 28.57 Setting up libasyncns0:amd64 (0.8-6+b3) ...
#22 28.58 Setting up libxshmfence1:amd64 (1.3-1) ...
#22 28.59 Setting up python3-lxml:amd64 (4.9.2-1+b1) ...
#22 28.77 Setting up at-spi2-common (2.46.0-5) ...
#22 28.78 Setting up libqt5dbus5:amd64 (5.15.8+dfsg-11+deb12u2) ...
#22 28.79 Setting up python3-schema (0.7.5-1) ...
#22 28.93 Setting up libxcb-randr0:amd64 (1.15-1) ...
#22 28.94 Setting up libllvm15:amd64 (1:15.0.6-4+b1) ...
#22 28.95 Setting up libmd4c0:amd64 (0.4.8-1) ...
#22 28.96 Setting up libatk1.0-0:amd64 (2.46.0-5) ...
#22 28.97 Setting up libglu1-mesa:amd64 (9.0.2-1.1) ...
#22 28.98 Setting up libwayland-egl1:amd64 (1.21.0-1) ...
#22 28.99 Setting up python3-pygccxml (2.2.1-1) ...
#22 29.16 Setting up python3-pyqt6.sip (13.4.1-1) ...
#22 29.17 Setting up libsamplerate0:amd64 (0.2.2-3) ...
#22 29.18 Setting up libqt5test5:amd64 (5.15.8+dfsg-11+deb12u2) ...
#22 29.19 Setting up python3-gi-cairo (3.42.2-3+b1) ...
#22 29.20 Setting up libdrm-common (2.4.114-1) ...
#22 29.21 Setting up libxcomposite1:amd64 (1:0.4.5-1) ...
#22 29.22 Setting up libevdev2:amd64 (1.13.0+dfsg-1) ...
#22 29.23 Setting up libgudev-1.0-0:amd64 (237-2) ...
#22 29.24 Setting up qtchooser (66-2) ...
#22 29.25 Setting up libmp3lame0:amd64 (3.100-6) ...
#22 29.26 Setting up python3-cffi-backend:amd64 (1.15.1-5+b1) ...
#22 29.27 Setting up libvorbisenc2:amd64 (1.3.7-1) ...
#22 29.28 Setting up libqt6dbus6:amd64 (6.4.2+dfsg-10) ...
#22 29.29 Setting up liblbfgsb0:amd64 (3.0+dfsg.4-1) ...
#22 29.30 Setting up libwacom-common (2.6.0-1) ...
#22 29.31 Setting up python3-sip (4.19.25+dfsg-5+b1) ...
#22 29.44 Setting up libxkbcommon0:amd64 (1.5.0-1) ...
#22 29.45 Setting up libwayland-client0:amd64 (1.21.0-1) ...
#22 29.46 Setting up libspdlog1.10:amd64 (1:1.10.0+ds-0.4) ...
#22 29.47 Setting up libopenblas-pthread-dev:amd64 (0.3.21+ds-4) ...
#22 29.48 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 29.49 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 29.49 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 29.50 Setting up python3-all-dev (3.11.2-1+b1) ...
#22 29.51 Setting up libqt6test6:amd64 (6.4.2+dfsg-10) ...
#22 29.52 Setting up libad9361-0:amd64 (0.2-1) ...
#22 29.54 Setting up libcaca0:amd64 (0.99.beta20-3) ...
#22 29.55 Setting up qt6-base-dev-tools (6.4.2+dfsg-10) ...
#22 29.56 Setting up libwacom9:amd64 (2.6.0-1) ...
#22 29.57 Setting up libxcursor1:amd64 (1:1.2.1-1) ...
#22 29.58 Setting up dconf-service (0.40.0-4) ...
#22 29.59 Setting up libqt5network5:amd64 (5.15.8+dfsg-11+deb12u2) ...
#22 29.60 Setting up libinput-bin (1.22.1-1) ...
#22 29.61 Setting up libqt5sql5:amd64 (5.15.8+dfsg-11+deb12u2) ...
#22 29.62 Setting up libatk-bridge2.0-0:amd64 (2.46.0-5) ...
#22 29.63 Setting up qtbase5-dev-tools (5.15.8+dfsg-11+deb12u2) ...
#22 29.64 Setting up libopenblas-dev:amd64 (0.3.21+ds-4) ...
#22 29.65 Setting up libqt5xml5:amd64 (5.15.8+dfsg-11+deb12u2) ...
#22 29.66 Setting up python3-jsonschema (4.10.3-1) ...
#22 29.82 Setting up python3-zmq (24.0.1-4+b1) ...
#22 30.03 Setting up libxkbcommon-x11-0:amd64 (1.5.0-1) ...
#22 30.04 Setting up libvolk2.5:amd64 (2.5.2-3) ...
#22 30.05 Setting up libjack-jackd2-0:amd64 (1.9.21~dfsg-3) ...
#22 30.06 Setting up libdrm2:amd64 (2.4.114-1+b1) ...
#22 30.07 Setting up python3-pythran (0.11.0+ds-7) ...
#22 30.34 Setting up libwayland-cursor0:amd64 (1.21.0-1) ...
#22 30.35 Setting up libqt6network6:amd64 (6.4.2+dfsg-10) ...
#22 30.37 Setting up libgnuradio-pmt3.10.5:amd64 (3.10.5.1-3) ...
#22 30.38 Setting up libsndfile1:amd64 (1.2.0-1) ...
#22 30.39 Setting up libdrm-amdgpu1:amd64 (2.4.114-1+b1) ...
#22 30.40 Setting up libinput10:amd64 (1.22.1-1) ...
#22 30.41 Setting up libportaudio2:amd64 (19.6.0-1.2) ...
#22 30.42 Setting up libdrm-nouveau2:amd64 (2.4.114-1+b1) ...
#22 30.43 Setting up python3-scipy (1.10.1-2) ...
#22 32.11 Setting up libvolk2-bin (2.5.2-3) ...
#22 32.23 Setting up dconf-gsettings-backend:amd64 (0.40.0-4) ...
#22 32.24 Setting up libgbm1:amd64 (22.3.6-1+deb12u1) ...
#22 32.25 Setting up libpulse0:amd64 (16.1+dfsg1-2+b1) ...
#22 32.27 Setting up libdrm-radeon1:amd64 (2.4.114-1+b1) ...
#22 32.28 Setting up libdrm-intel1:amd64 (2.4.114-1+b1) ...
#22 32.29 Setting up libgl1-mesa-dri:amd64 (22.3.6-1+deb12u1) ...
#22 32.31 Setting up libthrift-0.17.0:amd64 (0.17.0-2+b2) ...
#22 32.32 Setting up libegl-mesa0:amd64 (22.3.6-1+deb12u1) ...
#22 32.33 Setting up libsdl1.2debian:amd64 (1.2.15+dfsg2-8) ...
#22 32.34 Setting up libegl1:amd64 (1.6.0-1) ...
#22 32.35 Setting up libgnuradio-runtime3.10.5:amd64 (3.10.5.1-3) ...
#22 32.36 Setting up libgtk-3-common (3.24.38-2~deb12u3) ...
#22 32.37 Setting up gsettings-desktop-schemas (43.0-1) ...
#22 32.38 Setting up libgnuradio-blocks3.10.5:amd64 (3.10.5.1-3) ...
#22 32.39 Setting up libgnuradio-trellis3.10.5:amd64 (3.10.5.1-3) ...
#22 32.41 Setting up libglx-mesa0:amd64 (22.3.6-1+deb12u1) ...
#22 32.42 Setting up libgnuradio-vocoder3.10.5:amd64 (3.10.5.1-3) ...
#22 32.43 Setting up libgnuradio-iio3.10.5:amd64 (3.10.5.1-3) ...
#22 32.44 Setting up libglx0:amd64 (1.6.0-1) ...
#22 32.45 Setting up libgnuradio-fec3.10.5:amd64 (3.10.5.1-3) ...
#22 32.46 Setting up libgnuradio-pdu3.10.5:amd64 (3.10.5.1-3) ...
#22 32.49 Setting up libgnuradio-uhd3.10.5:amd64 (3.10.5.1-3) ...
#22 32.50 Setting up libgnuradio-network3.10.5:amd64 (3.10.5.1-3) ...
#22 32.51 Setting up libgnuradio-video-sdl3.10.5:amd64 (3.10.5.1-3) ...
#22 32.52 Setting up libgl1:amd64 (1.6.0-1) ...
#22 32.53 Setting up libqt6gui6:amd64 (6.4.2+dfsg-10) ...
#22 32.54 Setting up libgnuradio-fft3.10.5:amd64 (3.10.5.1-3) ...
#22 32.55 Setting up libgnuradio-filter3.10.5:amd64 (3.10.5.1-3) ...
#22 32.57 Setting up libgnuradio-soapy3.10.5:amd64 (3.10.5.1-3) ...
#22 32.58 Setting up libgnuradio-wavelet3.10.5:amd64 (3.10.5.1-3) ...
#22 32.59 Setting up libgl1-mesa-glx:amd64 (22.3.6-1+deb12u1) ...
#22 32.60 Setting up libgnuradio-audio3.10.5:amd64 (3.10.5.1-3) ...
#22 32.61 Setting up libgnuradio-zeromq3.10.5:amd64 (3.10.5.1-3) ...
#22 32.62 Setting up libgnuradio-dtv3.10.5:amd64 (3.10.5.1-3) ...
#22 32.63 Setting up libqt5gui5:amd64 (5.15.8+dfsg-11+deb12u2) ...
#22 32.65 Setting up libqt6opengl6:amd64 (6.4.2+dfsg-10) ...
#22 32.66 Setting up libgnuradio-analog3.10.5:amd64 (3.10.5.1-3) ...
#22 32.67 Setting up libqt5widgets5:amd64 (5.15.8+dfsg-11+deb12u2) ...
#22 32.68 Setting up python3-opengl (3.1.6+dfsg-3) ...
#22 33.81 Setting up libqt5help5:amd64 (5.15.8-2) ...
#22 33.82 Setting up libgnuradio-digital3.10.5:amd64 (3.10.5.1-3) ...
#22 33.83 Setting up libqt6widgets6:amd64 (6.4.2+dfsg-10) ...
#22 33.84 Setting up libqt5printsupport5:amd64 (5.15.8+dfsg-11+deb12u2) ...
#22 33.85 Setting up libqt5opengl5:amd64 (5.15.8+dfsg-11+deb12u2) ...
#22 33.86 Setting up libqt6openglwidgets6:amd64 (6.4.2+dfsg-10) ...
#22 33.87 Setting up libgnuradio-channels3.10.5:amd64 (3.10.5.1-3) ...
#22 33.88 Setting up libqt6printsupport6:amd64 (6.4.2+dfsg-10) ...
#22 33.90 Setting up libqt5designer5:amd64 (5.15.8-2) ...
#22 33.91 Setting up python3-pyqt6 (6.4.2-1) ...
#22 34.03 Setting up pyqt6-dev-tools (6.4.2-1) ...
#22 34.19 Setting up libqt5svg5:amd64 (5.15.8-3) ...
#22 34.20 Setting up libqwt-qt5-6 (6.1.4-2) ...
#22 34.21 Setting up libgnuradio-qtgui3.10.5:amd64 (3.10.5.1-3) ...
#22 34.22 Setting up python3-pyqt5 (5.15.9+dfsg-1) ...
#22 34.38 Setting up pyqt5-dev-tools (5.15.9+dfsg-1) ...
#22 34.50 Setting up python3-pyqtgraph (0.13.1-4) ...
#22 34.97 Processing triggers for libc-bin (2.36-9+deb12u9) ...
#22 35.01 Processing triggers for man-db (2.11.2-2) ...
#22 35.02 Processing triggers for shared-mime-info (2.2-1) ...
#22 36.97 Processing triggers for mailcap (3.70+nmu1) ...
#22 36.99 Processing triggers for fontconfig (2.14.1-4) ...
#22 37.22 Processing triggers for libglib2.0-0:amd64 (2.74.6-2+deb12u4) ...
#22 37.25 Setting up libgtk-3-0:amd64 (3.24.38-2~deb12u3) ...
#22 37.28 Setting up libvte-2.91-0:amd64 (0.70.6-2~deb12u1) ...
#22 37.29 Setting up gnome-terminal (3.46.8-1) ...
#22 37.30 update-alternatives: using /usr/bin/gnome-terminal.wrapper to provide /usr/bin/x-terminal-emulator (x-terminal-emulator) in auto mode
#22 37.30 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 37.31 Setting up gnuradio (3.10.5.1-3) ...
#22 37.82 Processing triggers for libc-bin (2.36-9+deb12u9) ...
#22 DONE 38.7s

#23 [18/28] RUN	SET -x && 	mkdir -p /tmp/mongodb && 	cd /tmp/mongodb && 	wget "https://pgp.mongodb.com/server-5.0.asc" -O "/mongodb.key" && 	wget "http://security.debian.org/debian-security/pool/updates/main/o/openssl/libssl1.1_1.1.1n-0+deb10u6_amd64.deb" && 	dpkg -i "libssl1.1_1.1.1n-0+deb10u6_amd64.deb" && 	echo "deb [signed-by=/mongodb.key] http://repo.mongodb.org/apt/debian bullseye/mongodb-org/5.0 main" 		> /etc/apt/sources.list.d/mongodb-org.list && 	apt-get update && 	apt-get install -y mongodb-org && 	apt-get clean && 	cd / && 	rm -rf /tmp/mongodb && 	rm /etc/apt/sources.list.d/mongodb-org.list && 	sed -i "s/127.0.0.1/172.18.50.2/g" /etc/mongod.conf
#23 0.276 + mkdir -p /tmp/mongodb
#23 0.278 + cd /tmp/mongodb
#23 0.278 + wget https://pgp.mongodb.com/server-5.0.asc -O /mongodb.key
#23 0.282 --2024-12-14 22:49:30--  https://pgp.mongodb.com/server-5.0.asc
#23 0.290 Resolving pgp.mongodb.com (pgp.mongodb.com)... 13.32.121.128, 13.32.121.120, 13.32.121.114, ...
#23 0.331 Connecting to pgp.mongodb.com (pgp.mongodb.com)|13.32.121.128|:443... connected.
#23 0.356 HTTP request sent, awaiting response... 200 OK
#23 0.658 Length: 1656 (1.6K) [binary/octet-stream]
#23 0.658 Saving to: ‘/mongodb.key’
#23 0.658 
#23 0.658      0K .                                                     100% 29.0M=0s
#23 0.659 
#23 0.659 2024-12-14 22:49:31 (29.0 MB/s) - ‘/mongodb.key’ saved [1656/1656]
#23 0.659 
#23 0.660 + wget http://security.debian.org/debian-security/pool/updates/main/o/openssl/libssl1.1_1.1.1n-0+deb10u6_amd64.deb
#23 0.663 --2024-12-14 22:49:31--  http://security.debian.org/debian-security/pool/updates/main/o/openssl/libssl1.1_1.1.1n-0+deb10u6_amd64.deb
#23 0.663 Resolving security.debian.org (security.debian.org)... 151.101.130.132, 151.101.194.132, 151.101.66.132, ...
#23 0.664 Connecting to security.debian.org (security.debian.org)|151.101.130.132|:80... connected.
#23 0.669 HTTP request sent, awaiting response... 200 OK
#23 0.675 Length: 1552428 (1.5M) [application/vnd.debian.binary-package]
#23 0.675 Saving to: ‘libssl1.1_1.1.1n-0+deb10u6_amd64.deb’
#23 0.676 
#23 0.676      0K .......... .......... .......... .......... ..........  3% 8.40M 0s
#23 0.681     50K .......... .......... .......... .......... ..........  6% 28.2M 0s
#23 0.683    100K .......... .......... .......... .......... ..........  9% 12.7M 0s
#23 0.687    150K .......... .......... .......... .......... .......... 13% 42.1M 0s
#23 0.688    200K .......... .......... .......... .......... .......... 16% 15.6M 0s
#23 0.691    250K .......... .......... .......... .......... .......... 19% 66.1M 0s
#23 0.692    300K .......... .......... .......... .......... .......... 23% 42.1M 0s
#23 0.693    350K .......... .......... .......... .......... .......... 26%  110M 0s
#23 0.693    400K .......... .......... .......... .......... .......... 29% 99.6M 0s
#23 0.694    450K .......... .......... .......... .......... .......... 32%  123M 0s
#23 0.694    500K .......... .......... .......... .......... .......... 36% 23.8M 0s
#23 0.696    550K .......... .......... .......... .......... .......... 39% 95.6M 0s
#23 0.697    600K .......... .......... .......... .......... .......... 42% 56.8M 0s
#23 0.697    650K .......... .......... .......... .......... .......... 46%  109M 0s
#23 0.698    700K .......... .......... .......... .......... .......... 49%  121M 0s
#23 0.698    750K .......... .......... .......... .......... .......... 52%  105M 0s
#23 0.699    800K .......... .......... .......... .......... .......... 56%  116M 0s
#23 0.699    850K .......... .......... .......... .......... .......... 59%  129M 0s
#23 0.700    900K .......... .......... .......... .......... .......... 62% 98.9M 0s
#23 0.700    950K .......... .......... .......... .......... .......... 65%  106M 0s
#23 0.701   1000K .......... .......... .......... .......... .......... 69%  138M 0s
#23 0.701   1050K .......... .......... .......... .......... .......... 72%  114M 0s
#23 0.701   1100K .......... .......... .......... .......... .......... 75%  111M 0s
#23 0.702   1150K .......... .......... .......... .......... .......... 79%  109M 0s
#23 0.702   1200K .......... .......... .......... .......... .......... 82%  114M 0s
#23 0.703   1250K .......... .......... .......... .......... .......... 85%  122M 0s
#23 0.703   1300K .......... .......... .......... .......... .......... 89%  103M 0s
#23 0.704   1350K .......... .......... .......... .......... .......... 92%  115M 0s
#23 0.704   1400K .......... .......... .......... .......... .......... 95%  115M 0s
#23 0.704   1450K .......... .......... .......... .......... .......... 98% 98.8M 0s
#23 0.705   1500K .......... ......                                     100%  151M=0.03s
#23 0.705 
#23 0.705 2024-12-14 22:49:31 (49.6 MB/s) - ‘libssl1.1_1.1.1n-0+deb10u6_amd64.deb’ saved [1552428/1552428]
#23 0.705 
#23 0.706 + dpkg -i libssl1.1_1.1.1n-0+deb10u6_amd64.deb
#23 0.748 Selecting previously unselected package libssl1.1:amd64.
#23 0.804 (Reading database ... 147349 files and directories currently installed.)
#23 0.808 Preparing to unpack libssl1.1_1.1.1n-0+deb10u6_amd64.deb ...
#23 0.814 Unpacking libssl1.1:amd64 (1.1.1n-0+deb10u6) ...
#23 0.922 Setting up libssl1.1:amd64 (1.1.1n-0+deb10u6) ...
#23 0.996 debconf: unable to initialize frontend: Dialog
#23 0.996 debconf: (TERM is not set, so the dialog frontend is not usable.)
#23 0.996 debconf: falling back to frontend: Readline
#23 1.003 debconf: unable to initialize frontend: Readline
#23 1.003 debconf: (This frontend requires a controlling tty.)
#23 1.003 debconf: falling back to frontend: Teletype
#23 1.035 Processing triggers for libc-bin (2.36-9+deb12u9) ...
#23 1.111 + echo deb [signed-by=/mongodb.key] http://repo.mongodb.org/apt/debian bullseye/mongodb-org/5.0 main
#23 1.111 + apt-get update
#23 1.168 Hit:1 http://deb.debian.org/debian bookworm InRelease
#23 1.168 Hit:2 http://deb.debian.org/debian bookworm-updates InRelease
#23 1.168 Hit:3 http://deb.debian.org/debian-security bookworm-security InRelease
#23 1.272 Hit:4 https://downloads.osmocom.org/packages/osmocom:/nightly/Debian_12 ./ InRelease
#23 1.360 Get:5 http://repo.mongodb.org/apt/debian bullseye/mongodb-org/5.0 InRelease [2,951 B]
#23 1.729 Get:6 http://repo.mongodb.org/apt/debian bullseye/mongodb-org/5.0/main amd64 Packages [85.0 kB]
#23 1.934 Fetched 88.0 kB in 1s (111 kB/s)
#23 1.934 Reading package lists...
#23 2.380 + apt-get install -y mongodb-org
#23 2.388 Reading package lists...
#23 2.795 Building dependency tree...
#23 2.907 Reading state information...
#23 3.019 The following additional packages will be installed:
#23 3.019   mongodb-database-tools mongodb-mongosh mongodb-org-database
#23 3.019   mongodb-org-database-tools-extra mongodb-org-mongos mongodb-org-server
#23 3.019   mongodb-org-shell mongodb-org-tools
#23 3.042 The following NEW packages will be installed:
#23 3.042   mongodb-database-tools mongodb-mongosh mongodb-org mongodb-org-database
#23 3.042   mongodb-org-database-tools-extra mongodb-org-mongos mongodb-org-server
#23 3.042   mongodb-org-shell mongodb-org-tools
#23 3.275 0 upgraded, 9 newly installed, 0 to remove and 2 not upgraded.
#23 3.275 Need to get 161 MB of archives.
#23 3.275 After this operation, 516 MB of additional disk space will be used.
#23 3.275 Get:1 http://repo.mongodb.org/apt/debian bullseye/mongodb-org/5.0/main amd64 mongodb-database-tools amd64 100.10.0 [46.4 MB]
#23 3.834 Get:2 http://repo.mongodb.org/apt/debian bullseye/mongodb-org/5.0/main amd64 mongodb-mongosh amd64 2.3.6 [54.1 MB]
#23 4.423 Get:3 http://repo.mongodb.org/apt/debian bullseye/mongodb-org/5.0/main amd64 mongodb-org-shell amd64 5.0.30 [14.9 MB]
#23 4.688 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.045 Get:5 http://repo.mongodb.org/apt/debian bullseye/mongodb-org/5.0/main amd64 mongodb-org-mongos amd64 5.0.30 [18.9 MB]
#23 5.346 Get:6 http://repo.mongodb.org/apt/debian bullseye/mongodb-org/5.0/main amd64 mongodb-org-database-tools-extra amd64 5.0.30 [7,752 B]
#23 5.552 Get:7 http://repo.mongodb.org/apt/debian bullseye/mongodb-org/5.0/main amd64 mongodb-org-database amd64 5.0.30 [3,540 B]
#23 5.748 Get:8 http://repo.mongodb.org/apt/debian bullseye/mongodb-org/5.0/main amd64 mongodb-org-tools amd64 5.0.30 [2,896 B]
#23 5.950 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.107 debconf: delaying package configuration, since apt-utils is not installed
#23 6.153 Fetched 161 MB in 3s (55.5 MB/s)
#23 6.184 Selecting previously unselected package mongodb-database-tools.
#23 6.184 (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.249 Preparing to unpack .../0-mongodb-database-tools_100.10.0_amd64.deb ...
#23 6.254 Unpacking mongodb-database-tools (100.10.0) ...
#23 7.019 Selecting previously unselected package mongodb-mongosh.
#23 7.030 Preparing to unpack .../1-mongodb-mongosh_2.3.6_amd64.deb ...
#23 7.034 Unpacking mongodb-mongosh (2.3.6) ...
#23 8.523 Selecting previously unselected package mongodb-org-shell.
#23 8.535 Preparing to unpack .../2-mongodb-org-shell_5.0.30_amd64.deb ...
#23 8.559 Unpacking mongodb-org-shell (5.0.30) ...
#23 9.222 Selecting previously unselected package mongodb-org-server.
#23 9.234 Preparing to unpack .../3-mongodb-org-server_5.0.30_amd64.deb ...
#23 9.258 Unpacking mongodb-org-server (5.0.30) ...
#23 10.04 Selecting previously unselected package mongodb-org-mongos.
#23 10.05 Preparing to unpack .../4-mongodb-org-mongos_5.0.30_amd64.deb ...
#23 10.07 Unpacking mongodb-org-mongos (5.0.30) ...
#23 10.72 Selecting previously unselected package mongodb-org-database-tools-extra.
#23 10.73 Preparing to unpack .../5-mongodb-org-database-tools-extra_5.0.30_amd64.deb ...
#23 10.73 Unpacking mongodb-org-database-tools-extra (5.0.30) ...
#23 10.81 Selecting previously unselected package mongodb-org-database.
#23 10.82 Preparing to unpack .../6-mongodb-org-database_5.0.30_amd64.deb ...
#23 10.83 Unpacking mongodb-org-database (5.0.30) ...
#23 10.87 Selecting previously unselected package mongodb-org-tools.
#23 10.88 Preparing to unpack .../7-mongodb-org-tools_5.0.30_amd64.deb ...
#23 10.89 Unpacking mongodb-org-tools (5.0.30) ...
#23 10.93 Selecting previously unselected package mongodb-org.
#23 10.94 Preparing to unpack .../8-mongodb-org_5.0.30_amd64.deb ...
#23 10.95 Unpacking mongodb-org (5.0.30) ...
#23 11.01 Setting up mongodb-mongosh (2.3.6) ...
#23 11.02 Setting up mongodb-org-server (5.0.30) ...
#23 11.06 Adding system user `mongodb' (UID 104) ...
#23 11.06 Adding new user `mongodb' (UID 104) with group `nogroup' ...
#23 11.10 Not creating `/nonexistent'.
#23 11.12 Adding group `mongodb' (GID 106) ...
#23 11.14 Done.
#23 11.17 Adding user `mongodb' to group `mongodb' ...
#23 11.19 Done.
#23 11.20 System has not been booted with systemd as init system (PID 1). Can't operate.

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

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

#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.444 Hit:1 http://deb.debian.org/debian bookworm InRelease
#24 0.444 Hit:2 http://deb.debian.org/debian bookworm-updates InRelease
#24 0.444 Hit:3 http://deb.debian.org/debian-security bookworm-security InRelease
#24 0.461 Hit:4 https://downloads.osmocom.org/packages/osmocom:/nightly/Debian_12 ./ InRelease
#24 0.725 Reading package lists...
#24 1.151 Reading package lists...
#24 1.576 Building dependency tree...
#24 1.679 Reading state information...
#24 1.776 python3-pip is already the newest version (23.0.1+dfsg-1).
#24 1.776 python3-setuptools is already the newest version (66.1.1-1).
#24 1.776 python3-wheel is already the newest version (0.38.4-2).
#24 1.776 build-essential is already the newest version (12.9).
#24 1.776 flex is already the newest version (2.6.4-8.2).
#24 1.776 bison is already the newest version (2:3.8.2+dfsg-1+b1).
#24 1.776 git is already the newest version (1:2.39.5-0+deb12u1).
#24 1.776 libsctp-dev is already the newest version (1.0.19+dfsg-2).
#24 1.776 libgnutls28-dev is already the newest version (3.7.9-2+deb12u3).
#24 1.776 libssl-dev is already the newest version (3.0.15-1~deb12u1).
#24 1.776 libmicrohttpd-dev is already the newest version (0.9.75-6).
#24 1.776 libmicrohttpd-dev set to manually installed.
#24 1.776 libcurl4-gnutls-dev is already the newest version (7.88.1-10+deb12u8).
#24 1.776 libcurl4-gnutls-dev set to manually installed.
#24 1.776 The following additional packages will be installed:
#24 1.776   libbson-1.0-0 libgpg-error-dev libidn-dev libintelrdfpmath-dev
#24 1.776   libmongoc-1.0-0 libmongocrypt-dev libmongocrypt0 libsasl2-dev libsnappy-dev
#24 1.777   libsnappy1v5 libzstd-dev
#24 1.777 Suggested packages:
#24 1.777   libgcrypt20-doc idn libnghttp2-doc libyaml-doc
#24 1.889 The following NEW packages will be installed:
#24 1.889   libbson-1.0-0 libbson-dev libgcrypt20-dev libgpg-error-dev libidn-dev
#24 1.889   libidn11-dev libintelrdfpmath-dev libmongoc-1.0-0 libmongoc-dev
#24 1.889   libmongocrypt-dev libmongocrypt0 libnghttp2-dev libsasl2-dev libsnappy-dev
#24 1.889   libsnappy1v5 libyaml-dev libzstd-dev meson ninja-build
#24 1.916 0 upgraded, 19 newly installed, 0 to remove and 2 not upgraded.
#24 1.916 Need to get 11.6 MB of archives.
#24 1.916 After this operation, 93.4 MB of additional disk space will be used.
#24 1.916 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.929 Get:2 http://deb.debian.org/debian bookworm/main amd64 libbson-dev amd64 1.23.1-1+b1 [129 kB]
#24 1.935 Get:3 http://deb.debian.org/debian bookworm/main amd64 libgpg-error-dev amd64 1.46-1 [133 kB]
#24 1.937 Get:4 http://deb.debian.org/debian bookworm/main amd64 libgcrypt20-dev amd64 1.10.1-3 [752 kB]
#24 1.947 Get:5 http://deb.debian.org/debian bookworm/main amd64 libidn-dev amd64 1.41-1 [190 kB]
#24 1.948 Get:6 http://deb.debian.org/debian bookworm/main amd64 libidn11-dev amd64 1.41-1 [42.4 kB]
#24 1.949 Get:7 http://deb.debian.org/debian bookworm/main amd64 libintelrdfpmath-dev amd64 2.0u2-8 [6,475 kB]
#24 2.005 Get:8 http://deb.debian.org/debian bookworm/main amd64 libmongocrypt0 amd64 1.7.2-1 [1,313 kB]
#24 2.015 Get:9 http://deb.debian.org/debian bookworm/main amd64 libsnappy1v5 amd64 1.1.9-3 [26.0 kB]
#24 2.016 Get:10 http://deb.debian.org/debian bookworm/main amd64 libmongoc-1.0-0 amd64 1.23.1-1+b1 [304 kB]
#24 2.018 Get:11 http://deb.debian.org/debian bookworm/main amd64 libmongocrypt-dev amd64 1.7.2-1 [263 kB]
#24 2.020 Get:12 http://deb.debian.org/debian bookworm/main amd64 libsnappy-dev amd64 1.1.9-3 [39.2 kB]
#24 2.020 Get:13 http://deb.debian.org/debian bookworm/main amd64 libsasl2-dev amd64 2.1.28+dfsg-10 [235 kB]
#24 2.022 Get:14 http://deb.debian.org/debian bookworm/main amd64 libzstd-dev amd64 1.5.4+dfsg2-5 [354 kB]
#24 2.025 Get:15 http://deb.debian.org/debian bookworm/main amd64 libmongoc-dev amd64 1.23.1-1+b1 [365 kB]
#24 2.029 Get:16 http://deb.debian.org/debian bookworm/main amd64 libnghttp2-dev amd64 1.52.0-1+deb12u2 [110 kB]
#24 2.029 Get:17 http://deb.debian.org/debian bookworm/main amd64 libyaml-dev amd64 0.2.5-1 [64.5 kB]
#24 2.030 Get:18 http://deb.debian.org/debian bookworm/main amd64 ninja-build amd64 1.11.1-2~deb12u1 [135 kB]
#24 2.031 Get:19 http://deb.debian.org/debian bookworm/main amd64 meson all 1.0.1-5 [548 kB]
#24 2.194 debconf: delaying package configuration, since apt-utils is not installed
#24 2.233 Fetched 11.6 MB in 0s (81.7 MB/s)
#24 2.272 Selecting previously unselected package libbson-1.0-0.
#24 2.272 (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.334 Preparing to unpack .../00-libbson-1.0-0_1.23.1-1+b1_amd64.deb ...
#24 2.342 Unpacking libbson-1.0-0 (1.23.1-1+b1) ...
#24 2.393 Selecting previously unselected package libbson-dev.
#24 2.403 Preparing to unpack .../01-libbson-dev_1.23.1-1+b1_amd64.deb ...
#24 2.406 Unpacking libbson-dev (1.23.1-1+b1) ...
#24 2.465 Selecting previously unselected package libgpg-error-dev.
#24 2.477 Preparing to unpack .../02-libgpg-error-dev_1.46-1_amd64.deb ...
#24 2.480 Unpacking libgpg-error-dev (1.46-1) ...
#24 2.536 Selecting previously unselected package libgcrypt20-dev.
#24 2.548 Preparing to unpack .../03-libgcrypt20-dev_1.10.1-3_amd64.deb ...
#24 2.551 Unpacking libgcrypt20-dev (1.10.1-3) ...
#24 2.631 Selecting previously unselected package libidn-dev:amd64.
#24 2.641 Preparing to unpack .../04-libidn-dev_1.41-1_amd64.deb ...
#24 2.645 Unpacking libidn-dev:amd64 (1.41-1) ...
#24 2.702 Selecting previously unselected package libidn11-dev:amd64.
#24 2.710 Preparing to unpack .../05-libidn11-dev_1.41-1_amd64.deb ...
#24 2.713 Unpacking libidn11-dev:amd64 (1.41-1) ...
#24 2.760 Selecting previously unselected package libintelrdfpmath-dev:amd64.
#24 2.771 Preparing to unpack .../06-libintelrdfpmath-dev_2.0u2-8_amd64.deb ...
#24 2.775 Unpacking libintelrdfpmath-dev:amd64 (2.0u2-8) ...
#24 3.158 Selecting previously unselected package libmongocrypt0:amd64.
#24 3.170 Preparing to unpack .../07-libmongocrypt0_1.7.2-1_amd64.deb ...
#24 3.173 Unpacking libmongocrypt0:amd64 (1.7.2-1) ...
#24 3.277 Selecting previously unselected package libsnappy1v5:amd64.
#24 3.287 Preparing to unpack .../08-libsnappy1v5_1.1.9-3_amd64.deb ...
#24 3.290 Unpacking libsnappy1v5:amd64 (1.1.9-3) ...
#24 3.336 Selecting previously unselected package libmongoc-1.0-0.
#24 3.347 Preparing to unpack .../09-libmongoc-1.0-0_1.23.1-1+b1_amd64.deb ...
#24 3.352 Unpacking libmongoc-1.0-0 (1.23.1-1+b1) ...
#24 3.417 Selecting previously unselected package libmongocrypt-dev:amd64.
#24 3.427 Preparing to unpack .../10-libmongocrypt-dev_1.7.2-1_amd64.deb ...
#24 3.431 Unpacking libmongocrypt-dev:amd64 (1.7.2-1) ...
#24 3.493 Selecting previously unselected package libsnappy-dev:amd64.
#24 3.503 Preparing to unpack .../11-libsnappy-dev_1.1.9-3_amd64.deb ...
#24 3.507 Unpacking libsnappy-dev:amd64 (1.1.9-3) ...
#24 3.548 Selecting previously unselected package libsasl2-dev.
#24 3.558 Preparing to unpack .../12-libsasl2-dev_2.1.28+dfsg-10_amd64.deb ...
#24 3.562 Unpacking libsasl2-dev (2.1.28+dfsg-10) ...
#24 3.621 Selecting previously unselected package libzstd-dev:amd64.
#24 3.632 Preparing to unpack .../13-libzstd-dev_1.5.4+dfsg2-5_amd64.deb ...
#24 3.635 Unpacking libzstd-dev:amd64 (1.5.4+dfsg2-5) ...
#24 3.709 Selecting previously unselected package libmongoc-dev.
#24 3.719 Preparing to unpack .../14-libmongoc-dev_1.23.1-1+b1_amd64.deb ...
#24 3.722 Unpacking libmongoc-dev (1.23.1-1+b1) ...
#24 3.798 Selecting previously unselected package libnghttp2-dev:amd64.
#24 3.808 Preparing to unpack .../15-libnghttp2-dev_1.52.0-1+deb12u2_amd64.deb ...
#24 3.812 Unpacking libnghttp2-dev:amd64 (1.52.0-1+deb12u2) ...
#24 3.866 Selecting previously unselected package libyaml-dev:amd64.
#24 3.877 Preparing to unpack .../16-libyaml-dev_0.2.5-1_amd64.deb ...
#24 3.881 Unpacking libyaml-dev:amd64 (0.2.5-1) ...
#24 3.929 Selecting previously unselected package ninja-build.
#24 3.938 Preparing to unpack .../17-ninja-build_1.11.1-2~deb12u1_amd64.deb ...
#24 3.942 Unpacking ninja-build (1.11.1-2~deb12u1) ...
#24 4.008 Selecting previously unselected package meson.
#24 4.019 Preparing to unpack .../18-meson_1.0.1-5_all.deb ...
#24 4.022 Unpacking meson (1.0.1-5) ...
#24 4.144 Setting up libnghttp2-dev:amd64 (1.52.0-1+deb12u2) ...
#24 4.153 Setting up libzstd-dev:amd64 (1.5.4+dfsg2-5) ...
#24 4.166 Setting up libyaml-dev:amd64 (0.2.5-1) ...
#24 4.176 Setting up ninja-build (1.11.1-2~deb12u1) ...
#24 4.186 Setting up libsnappy1v5:amd64 (1.1.9-3) ...
#24 4.196 Setting up libsasl2-dev (2.1.28+dfsg-10) ...
#24 4.208 Setting up libgpg-error-dev (1.46-1) ...
#24 4.218 Setting up libbson-1.0-0 (1.23.1-1+b1) ...
#24 4.228 Setting up libidn-dev:amd64 (1.41-1) ...
#24 4.237 Setting up libintelrdfpmath-dev:amd64 (2.0u2-8) ...
#24 4.249 Setting up libmongocrypt0:amd64 (1.7.2-1) ...
#24 4.258 Setting up libbson-dev (1.23.1-1+b1) ...
#24 4.268 Setting up libidn11-dev:amd64 (1.41-1) ...
#24 4.278 Setting up libsnappy-dev:amd64 (1.1.9-3) ...
#24 4.290 Setting up meson (1.0.1-5) ...
#24 4.826 Setting up libmongocrypt-dev:amd64 (1.7.2-1) ...
#24 4.836 Setting up libmongoc-1.0-0 (1.23.1-1+b1) ...
#24 4.849 Setting up libgcrypt20-dev (1.10.1-3) ...
#24 4.859 Setting up libmongoc-dev (1.23.1-1+b1) ...
#24 4.869 Processing triggers for man-db (2.11.2-2) ...
#24 4.887 Processing triggers for libc-bin (2.36-9+deb12u9) ...
#24 DONE 5.1s

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

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

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

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

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

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

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

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

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

#34 exporting to image
#34 exporting layers
#34 exporting layers 4.5s done
#34 writing image sha256:b356b3df65d4d7ee77de435a82d28a234e38223a17dd6dc6afd68610241da3eb done
#34 naming to docker.io/osmocom-build/osmo-gsm-tester:latest done
#34 DONE 4.5s
rm -rf .common
make: Leaving directory '/home/osmocom-build/jenkins/workspace/osmo-gsm-tester_virtual/docker-playground/osmo-gsm-tester'
+ unlink osmo-gsm-tester/sysmocom/resources.conf
+ ln -s resources.conf.virtual osmo-gsm-tester/sysmocom/resources.conf
+ docker run --rm=true -e HOME=/build -e JOB_NAME=osmo-gsm-tester_virtual -e OSMO_GSM_TESTER_CONF=/build/osmo-gsm-tester/sysmocom/main.conf -e OSMO_GSM_TESTER_OPTS=-s netreg_mass -e BUILD_NUMBER=7814 -w /build -i -v /home/osmocom-build/jenkins/workspace/osmo-gsm-tester_virtual:/build -v /home/osmocom-build/.ssh:/home/build/.ssh:ro --name=osmo-gsm-tester-virtual --cap-add=sys_nice osmocom-build/osmo-gsm-tester /bin/bash -c LANG="en_US.utf8" LC_ALL="en_US.UTF-8" LC_LANG="en_US.UTF-8" PATH="$PWD/osmo-gsm-tester/src:${PATH}" ./osmo-gsm-tester/contrib/jenkins-run.sh
+ base=/build
+ dirname -- ./osmo-gsm-tester/contrib/jenkins-run.sh
+ CDPATH= cd -- ./osmo-gsm-tester/contrib
+ pwd -P
+ SCRIPT_DIR=/build/osmo-gsm-tester/contrib
+ OSMO_GSM_TESTER_CONF=/build/osmo-gsm-tester/sysmocom/main.conf
+ date +%F %T
+ time_start=2024-12-14 22:49:55
+ trial_dir_prefix=trial-
+ rm -rf trial-*
+ trial_dir=trial-7814
+ mkdir -p trial-7814
+ mv open5gs.build-8.tgz osmo-bsc.build-2024-12-14_13_27_21.tgz osmo-bts-oc2g.build-2024-12-14_00_52_01.tgz osmo-bts-sysmo.build-2024-12-14_00_53_05.tgz osmo-bts.build-2024-12-14_00_53_22.tgz osmo-ggsn.build-2024-12-14_20_43_11.tgz osmo-hlr.build-2024-12-14_16_37_40.tgz osmo-hnbgw.build-2024-12-14_13_35_02.tgz osmo-mgw.build-2024-12-14_08_33_33.tgz osmo-msc.build-2024-12-14_13_36_16.tgz osmo-nitb.build-17155.tgz osmo-pcu-oc2g.build-2024-12-14_07_40_58.tgz osmo-pcu-sysmo.build-2024-12-14_07_40_16.tgz osmo-pcu.build-2024-12-14_07_40_32.tgz osmo-sgsn.build-2024-12-14_20_50_44.tgz osmo-stp.build-2024-12-14_13_26_29.tgz osmo-trx.build-2024-12-14_14_27_02.tgz osmocom-bb.build-2024-12-14_21_18_20.tgz srslte.build-19.tgz trial-7814
+ cat open5gs.build-8.md5 osmo-bsc.build-2024-12-14_13_27_21.md5 osmo-bts-oc2g.build-2024-12-14_00_52_01.md5 osmo-bts-sysmo.build-2024-12-14_00_53_05.md5 osmo-bts.build-2024-12-14_00_53_22.md5 osmo-ggsn.build-2024-12-14_20_43_11.md5 osmo-hlr.build-2024-12-14_16_37_40.md5 osmo-hnbgw.build-2024-12-14_13_35_02.md5 osmo-mgw.build-2024-12-14_08_33_33.md5 osmo-msc.build-2024-12-14_13_36_16.md5 osmo-nitb.build-17155.md5 osmo-pcu-oc2g.build-2024-12-14_07_40_58.md5 osmo-pcu-sysmo.build-2024-12-14_07_40_16.md5 osmo-pcu.build-2024-12-14_07_40_32.md5 osmo-sgsn.build-2024-12-14_20_50_44.md5 osmo-stp.build-2024-12-14_13_26_29.md5 osmo-trx.build-2024-12-14_14_27_02.md5 osmocom-bb.build-2024-12-14_21_18_20.md5 srslte.build-19.md5
+ rm open5gs.build-8.md5 osmo-bsc.build-2024-12-14_13_27_21.md5 osmo-bts-oc2g.build-2024-12-14_00_52_01.md5 osmo-bts-sysmo.build-2024-12-14_00_53_05.md5 osmo-bts.build-2024-12-14_00_53_22.md5 osmo-ggsn.build-2024-12-14_20_43_11.md5 osmo-hlr.build-2024-12-14_16_37_40.md5 osmo-hnbgw.build-2024-12-14_13_35_02.md5 osmo-mgw.build-2024-12-14_08_33_33.md5 osmo-msc.build-2024-12-14_13_36_16.md5 osmo-nitb.build-17155.md5 osmo-pcu-oc2g.build-2024-12-14_07_40_58.md5 osmo-pcu-sysmo.build-2024-12-14_07_40_16.md5 osmo-pcu.build-2024-12-14_07_40_32.md5 osmo-sgsn.build-2024-12-14_20_50_44.md5 osmo-stp.build-2024-12-14_13_26_29.md5 osmo-trx.build-2024-12-14_14_27_02.md5 osmocom-bb.build-2024-12-14_21_18_20.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-7814 -s netreg_mass
combinations: ['netreg_mass']
trial: 'trial-7814'
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-7814
--------------------------------------------------------------------------------------------
22:49:55.309811 tst                       trial-7814: Detailed log at /build/trial-7814/run.2024-12-14_22-49-55/log

---------------------------------------------------------------------
trial-7814 netreg_mass
---------------------------------------------------------------------
22:49:55.597042 tst                      netreg_mass: reserving resources in /var/tmp/osmo-gsm-tester/state ...
22:49:55.597703 tst                      netreg_mass: Verifying 1 x bts (candidates: 1)
22:49:55.599072 tst                      netreg_mass: Verifying 6 x ip_address (candidates: 9)
22:49:55.601392 tst                      netreg_mass: Verifying 100 x modem (candidates: 100)
22:49:55.668293 tst                      netreg_mass: Reserving 1 x bts (candidates: 1)
22:49:55.670852 tst                      netreg_mass: Reserving 6 x ip_address (candidates: 9)
22:49:55.675233 tst                      netreg_mass: Reserving 100 x modem (candidates: 100)
22:49:55.814067 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-7814 netreg_mass register_default_mass.py
----------------------------------------------
22:49:55.815857 tst       register_default_mass.py:9: Claiming resources for the test
22:49:55.847591 tst                      netreg_mass: Using 1 x ip_address (candidates: 6)
22:49:55.848513 tst                      netreg_mass: Using 1 x ip_address (candidates: 6)
22:49:55.849359 tst                      netreg_mass: Using 1 x ip_address (candidates: 6)
22:49:55.850204 tst                      netreg_mass: Using 1 x ip_address (candidates: 6)
22:49:55.851054 tst                      netreg_mass: Using 1 x ip_address (candidates: 6)
22:49:55.851916 tst                      netreg_mass: Using 1 x ip_address (candidates: 6)
22:49:55.852748 tst                      netreg_mass: Using 1 x bts (candidates: 1)
22:49:55.891693 tst         register_default_mass.py: using LAC 2
22:49:55.906870 tst         register_default_mass.py: using RAC 2
22:49:55.922578 tst         register_default_mass.py: using CellId 2
22:49:55.940992 tst         register_default_mass.py: using BVCI 3
22:49:55.955602 tst                      netreg_mass: Using 1 x modem (candidates: 100)
22:49:55.956688 tst                      netreg_mass: Using 1 x modem (candidates: 100)
22:49:55.957676 tst                      netreg_mass: Using 1 x modem (candidates: 100)
22:49:55.958669 tst                      netreg_mass: Using 1 x modem (candidates: 100)
22:49:55.959655 tst                      netreg_mass: Using 1 x modem (candidates: 100)
22:49:55.960644 tst                      netreg_mass: Using 1 x modem (candidates: 100)
22:49:55.961605 tst                      netreg_mass: Using 1 x modem (candidates: 100)
22:49:55.962596 tst                      netreg_mass: Using 1 x modem (candidates: 100)
22:49:55.963580 tst                      netreg_mass: Using 1 x modem (candidates: 100)
22:49:55.964550 tst                      netreg_mass: Using 1 x modem (candidates: 100)
22:49:55.965504 tst                      netreg_mass: Using 1 x modem (candidates: 100)
22:49:55.966462 tst                      netreg_mass: Using 1 x modem (candidates: 100)
22:49:55.967432 tst                      netreg_mass: Using 1 x modem (candidates: 100)
22:49:55.968413 tst                      netreg_mass: Using 1 x modem (candidates: 100)
22:49:55.969376 tst                      netreg_mass: Using 1 x modem (candidates: 100)
22:49:55.970334 tst                      netreg_mass: Using 1 x modem (candidates: 100)
22:49:55.971291 tst                      netreg_mass: Using 1 x modem (candidates: 100)
22:49:55.972266 tst                      netreg_mass: Using 1 x modem (candidates: 100)
22:49:55.973223 tst                      netreg_mass: Using 1 x modem (candidates: 100)
22:49:55.974179 tst                      netreg_mass: Using 1 x modem (candidates: 100)
22:49:55.975421 tst                      netreg_mass: Using 1 x modem (candidates: 100)
22:49:55.976410 tst                      netreg_mass: Using 1 x modem (candidates: 100)
22:49:55.977386 tst                      netreg_mass: Using 1 x modem (candidates: 100)
22:49:55.978357 tst                      netreg_mass: Using 1 x modem (candidates: 100)
22:49:55.979316 tst                      netreg_mass: Using 1 x modem (candidates: 100)
22:49:55.980289 tst                      netreg_mass: Using 1 x modem (candidates: 100)
22:49:55.981254 tst                      netreg_mass: Using 1 x modem (candidates: 100)
22:49:55.982214 tst                      netreg_mass: Using 1 x modem (candidates: 100)
22:49:55.983181 tst                      netreg_mass: Using 1 x modem (candidates: 100)
22:49:55.984149 tst                      netreg_mass: Using 1 x modem (candidates: 100)
22:49:55.985103 tst                      netreg_mass: Using 1 x modem (candidates: 100)
22:49:55.986053 tst                      netreg_mass: Using 1 x modem (candidates: 100)
22:49:55.986997 tst                      netreg_mass: Using 1 x modem (candidates: 100)
22:49:55.987972 tst                      netreg_mass: Using 1 x modem (candidates: 100)
22:49:55.988920 tst                      netreg_mass: Using 1 x modem (candidates: 100)
22:49:55.989856 tst                      netreg_mass: Using 1 x modem (candidates: 100)
22:49:55.990787 tst                      netreg_mass: Using 1 x modem (candidates: 100)
22:49:55.991770 tst                      netreg_mass: Using 1 x modem (candidates: 100)
22:49:55.992717 tst                      netreg_mass: Using 1 x modem (candidates: 100)
22:49:55.993650 tst                      netreg_mass: Using 1 x modem (candidates: 100)
22:49:55.994607 tst                      netreg_mass: Using 1 x modem (candidates: 100)
22:49:55.995577 tst                      netreg_mass: Using 1 x modem (candidates: 100)
22:49:55.996541 tst                      netreg_mass: Using 1 x modem (candidates: 100)
22:49:55.997496 tst                      netreg_mass: Using 1 x modem (candidates: 100)
22:49:55.998486 tst                      netreg_mass: Using 1 x modem (candidates: 100)
22:49:55.999466 tst                      netreg_mass: Using 1 x modem (candidates: 100)
22:49:56.000429 tst                      netreg_mass: Using 1 x modem (candidates: 100)
22:49:56.001388 tst                      netreg_mass: Using 1 x modem (candidates: 100)
22:49:56.002327 tst                      netreg_mass: Using 1 x modem (candidates: 100)
22:49:56.003280 tst                      netreg_mass: Using 1 x modem (candidates: 100)
22:49:56.004243 tst                      netreg_mass: Using 1 x modem (candidates: 100)
22:49:56.005175 tst                      netreg_mass: Using 1 x modem (candidates: 100)
22:49:56.006108 tst                      netreg_mass: Using 1 x modem (candidates: 100)
22:49:56.007085 tst                      netreg_mass: Using 1 x modem (candidates: 100)
22:49:56.008298 tst                      netreg_mass: Using 1 x modem (candidates: 100)
22:49:56.009229 tst                      netreg_mass: Using 1 x modem (candidates: 100)
22:49:56.010159 tst                      netreg_mass: Using 1 x modem (candidates: 100)
22:49:56.011233 tst                      netreg_mass: Using 1 x modem (candidates: 100)
22:49:56.012250 tst                      netreg_mass: Using 1 x modem (candidates: 100)
22:49:56.013208 tst                      netreg_mass: Using 1 x modem (candidates: 100)
22:49:56.014158 tst                      netreg_mass: Using 1 x modem (candidates: 100)
22:49:56.015106 tst                      netreg_mass: Using 1 x modem (candidates: 100)
22:49:56.016164 tst                      netreg_mass: Using 1 x modem (candidates: 100)
22:49:56.017161 tst                      netreg_mass: Using 1 x modem (candidates: 100)
22:49:56.018107 tst                      netreg_mass: Using 1 x modem (candidates: 100)
22:49:56.019058 tst                      netreg_mass: Using 1 x modem (candidates: 100)
22:49:56.020023 tst                      netreg_mass: Using 1 x modem (candidates: 100)
22:49:56.020980 tst                      netreg_mass: Using 1 x modem (candidates: 100)
22:49:56.021924 tst                      netreg_mass: Using 1 x modem (candidates: 100)
22:49:56.022863 tst                      netreg_mass: Using 1 x modem (candidates: 100)
22:49:56.023821 tst                      netreg_mass: Using 1 x modem (candidates: 100)
22:49:56.024771 tst                      netreg_mass: Using 1 x modem (candidates: 100)
22:49:56.025720 tst                      netreg_mass: Using 1 x modem (candidates: 100)
22:49:56.026856 tst                      netreg_mass: Using 1 x modem (candidates: 100)
22:49:56.027866 tst                      netreg_mass: Using 1 x modem (candidates: 100)
22:49:56.028815 tst                      netreg_mass: Using 1 x modem (candidates: 100)
22:49:56.029758 tst                      netreg_mass: Using 1 x modem (candidates: 100)
22:49:56.030712 tst                      netreg_mass: Using 1 x modem (candidates: 100)
22:49:56.031674 tst                      netreg_mass: Using 1 x modem (candidates: 100)
22:49:56.032616 tst                      netreg_mass: Using 1 x modem (candidates: 100)
22:49:56.033576 tst                      netreg_mass: Using 1 x modem (candidates: 100)
22:49:56.034527 tst                      netreg_mass: Using 1 x modem (candidates: 100)
22:49:56.035492 tst                      netreg_mass: Using 1 x modem (candidates: 100)
22:49:56.036449 tst                      netreg_mass: Using 1 x modem (candidates: 100)
22:49:56.037389 tst                      netreg_mass: Using 1 x modem (candidates: 100)
22:49:56.038329 tst                      netreg_mass: Using 1 x modem (candidates: 100)
22:49:56.039274 tst                      netreg_mass: Using 1 x modem (candidates: 100)
22:49:56.040245 tst                      netreg_mass: Using 1 x modem (candidates: 100)
22:49:56.041203 tst                      netreg_mass: Using 1 x modem (candidates: 100)
22:49:56.042202 tst                      netreg_mass: Using 1 x modem (candidates: 100)
22:49:56.043162 tst                      netreg_mass: Using 1 x modem (candidates: 100)
22:49:56.044120 tst                      netreg_mass: Using 1 x modem (candidates: 100)
22:49:56.045078 tst                      netreg_mass: Using 1 x modem (candidates: 100)
22:49:56.046028 tst                      netreg_mass: Using 1 x modem (candidates: 100)
22:49:56.046968 tst                      netreg_mass: Using 1 x modem (candidates: 100)
22:49:56.047919 tst                      netreg_mass: Using 1 x modem (candidates: 100)
22:49:56.048882 tst                      netreg_mass: Using 1 x modem (candidates: 100)
22:49:56.049838 tst                      netreg_mass: Using 1 x modem (candidates: 100)
22:49:56.050808 tst                      netreg_mass: Using 1 x modem (candidates: 100)
22:49:56.051795 tst                      netreg_mass: Using 1 x modem (candidates: 100)
22:49:56.052747 tst                      netreg_mass: Using 1 x modem (candidates: 100)
22:49:56.053808 tst      register_default_mass.py:21: Launching a simple network
22:49:56.075173 run              osmo-hlr_127.0.42.2: Starting osmo-hlr
22:49:56.271324 run            create_hlr_db(pid=20): Launched
22:49:57.294815 run            create_hlr_db(pid=20): Terminated: ok {rc=0}
22:49:57.328405 run pcap-recorder_any(filters='host 127.0.42.2')(pid=22): Launched
22:49:57.358881 run      osmo-hlr_127.0.42.2(pid=23): Launched
22:49:57.370477 run              osmo-stp_127.0.42.5: Starting osmo-stp
22:49:57.666316 run pcap-recorder_any(filters='host 127.0.42.5 and port not 22')(pid=24): Launched
22:49:57.698390 run      osmo-stp_127.0.42.5(pid=25): Launched
22:49:57.709770 run              osmo-msc_127.0.42.6: Starting osmo-msc
22:49:58.407647 run pcap-recorder_any(filters='host 127.0.42.6 and port not 22')(pid=26): Launched
22:49:58.438313 run      osmo-msc_127.0.42.6(pid=27): Launched
22:50:01.459416 run              osmo-mgw_127.0.42.3: Starting osmo-mgw
22:50:01.663235 run pcap-recorder_any(filters='host 127.0.42.3 and port not 22')(pid=28): Launched
22:50:01.695447 run      osmo-mgw_127.0.42.3(pid=29): Launched
22:50:01.707599 run              osmo-mgw_127.0.42.4: Starting osmo-mgw
22:50:01.757697 run pcap-recorder_any(filters='host 127.0.42.4 and port not 22')(pid=30): Launched
22:50:01.789698 run      osmo-mgw_127.0.42.4(pid=31): Launched
22:50:01.801933 run              osmo-bsc_127.0.42.7: Starting osmo-bsc
22:50:02.360966 run pcap-recorder_any(filters='host 127.0.42.7 and port not 22')(pid=32): Launched
22:50:02.393283 run      osmo-bsc_127.0.42.7(pid=33): Launched
22:50:08.433017 run                 osmo-bts-virtual: Starting to connect to osmo-bsc_127.0.42.7
22:50:08.687191 run         osmo-bts-virtual(pid=34): Launched
22:50:09.723631 tst         register_default_mass.py: using MSISDN 1001
22:50:09.734715 run              osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001010000000000', msisdn='1001', subscriber_id=1}
22:50:09.754624 tst         register_default_mass.py: using MSISDN 1002
22:50:09.769772 run              osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001010000000001', msisdn='1002', subscriber_id=2}
22:50:09.786135 tst         register_default_mass.py: using MSISDN 1003
22:50:09.797799 run              osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001010000000002', msisdn='1003', subscriber_id=3}
22:50:09.814059 tst         register_default_mass.py: using MSISDN 1004
22:50:09.825354 run              osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001010000000003', msisdn='1004', subscriber_id=4}
22:50:09.841756 tst         register_default_mass.py: using MSISDN 1005
22:50:09.853170 run              osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001010000000004', msisdn='1005', subscriber_id=5}
22:50:09.872130 tst         register_default_mass.py: using MSISDN 1006
22:50:09.883313 run              osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001010000000005', msisdn='1006', subscriber_id=6}
22:50:09.899321 tst         register_default_mass.py: using MSISDN 1007
22:50:09.910416 run              osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001010000000006', msisdn='1007', subscriber_id=7}
22:50:09.928608 tst         register_default_mass.py: using MSISDN 1008
22:50:09.942190 run              osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001010000000007', msisdn='1008', subscriber_id=8}
22:50:09.957477 tst         register_default_mass.py: using MSISDN 1009
22:50:09.968508 run              osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001010000000008', msisdn='1009', subscriber_id=9}
22:50:09.984794 tst         register_default_mass.py: using MSISDN 1010
22:50:09.996124 run              osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001010000000009', msisdn='1010', subscriber_id=10}
22:50:10.013465 tst         register_default_mass.py: using MSISDN 1011
22:50:10.029126 run              osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001020000000000', msisdn='1011', subscriber_id=11}
22:50:10.044789 tst         register_default_mass.py: using MSISDN 1012
22:50:10.055971 run              osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001020000000001', msisdn='1012', subscriber_id=12}
22:50:10.073782 tst         register_default_mass.py: using MSISDN 1013
22:50:10.084973 run              osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001020000000002', msisdn='1013', subscriber_id=13}
22:50:10.100874 tst         register_default_mass.py: using MSISDN 1014
22:50:10.112142 run              osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001020000000003', msisdn='1014', subscriber_id=14}
22:50:10.127712 tst         register_default_mass.py: using MSISDN 1015
22:50:10.139180 run              osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001020000000004', msisdn='1015', subscriber_id=15}
22:50:10.158162 tst         register_default_mass.py: using MSISDN 1016
22:50:10.173242 run              osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001020000000005', msisdn='1016', subscriber_id=16}
22:50:10.190181 tst         register_default_mass.py: using MSISDN 1017
22:50:10.201675 run              osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001020000000006', msisdn='1017', subscriber_id=17}
22:50:10.218772 tst         register_default_mass.py: using MSISDN 1018
22:50:10.232169 run              osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001020000000007', msisdn='1018', subscriber_id=18}
22:50:10.251028 tst         register_default_mass.py: using MSISDN 1019
22:50:10.263517 run              osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001020000000008', msisdn='1019', subscriber_id=19}
22:50:10.282974 tst         register_default_mass.py: using MSISDN 1020
22:50:10.294208 run              osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001020000000009', msisdn='1020', subscriber_id=20}
22:50:10.315208 tst         register_default_mass.py: using MSISDN 1021
22:50:10.329979 run              osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001030000000000', msisdn='1021', subscriber_id=21}
22:50:10.352011 tst         register_default_mass.py: using MSISDN 1022
22:50:10.367042 run              osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001030000000001', msisdn='1022', subscriber_id=22}
22:50:10.388335 tst         register_default_mass.py: using MSISDN 1023
22:50:10.399704 run              osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001030000000002', msisdn='1023', subscriber_id=23}
22:50:10.417583 tst         register_default_mass.py: using MSISDN 1024
22:50:10.428825 run              osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001030000000003', msisdn='1024', subscriber_id=24}
22:50:10.445771 tst         register_default_mass.py: using MSISDN 1025
22:50:10.460781 run              osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001030000000004', msisdn='1025', subscriber_id=25}
22:50:10.476630 tst         register_default_mass.py: using MSISDN 1026
22:50:10.487860 run              osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001030000000005', msisdn='1026', subscriber_id=26}
22:50:10.504696 tst         register_default_mass.py: using MSISDN 1027
22:50:10.515983 run              osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001030000000006', msisdn='1027', subscriber_id=27}
22:50:10.532506 tst         register_default_mass.py: using MSISDN 1028
22:50:10.544249 run              osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001030000000007', msisdn='1028', subscriber_id=28}
22:50:10.567503 tst         register_default_mass.py: using MSISDN 1029
22:50:10.581643 run              osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001030000000008', msisdn='1029', subscriber_id=29}
22:50:10.600396 tst         register_default_mass.py: using MSISDN 1030
22:50:10.612057 run              osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001030000000009', msisdn='1030', subscriber_id=30}
22:50:10.628726 tst         register_default_mass.py: using MSISDN 1031
22:50:10.640013 run              osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001040000000000', msisdn='1031', subscriber_id=31}
22:50:10.657337 tst         register_default_mass.py: using MSISDN 1032
22:50:10.674751 run              osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001040000000001', msisdn='1032', subscriber_id=32}
22:50:10.693473 tst         register_default_mass.py: using MSISDN 1033
22:50:10.708681 run              osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001040000000002', msisdn='1033', subscriber_id=33}
22:50:10.726879 tst         register_default_mass.py: using MSISDN 1034
22:50:10.741508 run              osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001040000000003', msisdn='1034', subscriber_id=34}
22:50:10.758150 tst         register_default_mass.py: using MSISDN 1035
22:50:10.770202 run              osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001040000000004', msisdn='1035', subscriber_id=35}
22:50:10.791582 tst         register_default_mass.py: using MSISDN 1036
22:50:10.808572 run              osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001040000000005', msisdn='1036', subscriber_id=36}
22:50:10.831786 tst         register_default_mass.py: using MSISDN 1037
22:50:10.843740 run              osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001040000000006', msisdn='1037', subscriber_id=37}
22:50:10.864215 tst         register_default_mass.py: using MSISDN 1038
22:50:10.881346 run              osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001040000000007', msisdn='1038', subscriber_id=38}
22:50:10.898384 tst         register_default_mass.py: using MSISDN 1039
22:50:10.909843 run              osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001040000000008', msisdn='1039', subscriber_id=39}
22:50:10.928961 tst         register_default_mass.py: using MSISDN 1040
22:50:10.946461 run              osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001040000000009', msisdn='1040', subscriber_id=40}
22:50:10.968160 tst         register_default_mass.py: using MSISDN 1041
22:50:10.983230 run              osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001050000000000', msisdn='1041', subscriber_id=41}
22:50:11.001298 tst         register_default_mass.py: using MSISDN 1042
22:50:11.012607 run              osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001050000000001', msisdn='1042', subscriber_id=42}
22:50:11.029688 tst         register_default_mass.py: using MSISDN 1043
22:50:11.046068 run              osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001050000000002', msisdn='1043', subscriber_id=43}
22:50:11.064347 tst         register_default_mass.py: using MSISDN 1044
22:50:11.079517 run              osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001050000000003', msisdn='1044', subscriber_id=44}
22:50:11.098236 tst         register_default_mass.py: using MSISDN 1045
22:50:11.111973 run              osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001050000000004', msisdn='1045', subscriber_id=45}
22:50:11.128517 tst         register_default_mass.py: using MSISDN 1046
22:50:11.139612 run              osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001050000000005', msisdn='1046', subscriber_id=46}
22:50:11.157021 tst         register_default_mass.py: using MSISDN 1047
22:50:11.168277 run              osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001050000000006', msisdn='1047', subscriber_id=47}
22:50:11.187907 tst         register_default_mass.py: using MSISDN 1048
22:50:11.201945 run              osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001050000000007', msisdn='1048', subscriber_id=48}
22:50:11.217689 tst         register_default_mass.py: using MSISDN 1049
22:50:11.228815 run              osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001050000000008', msisdn='1049', subscriber_id=49}
22:50:11.245454 tst         register_default_mass.py: using MSISDN 1050
22:50:11.260355 run              osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001050000000009', msisdn='1050', subscriber_id=50}
22:50:11.277185 tst         register_default_mass.py: using MSISDN 1051
22:50:11.289365 run              osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001060000000000', msisdn='1051', subscriber_id=51}
22:50:11.306316 tst         register_default_mass.py: using MSISDN 1052
22:50:11.321646 run              osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001060000000001', msisdn='1052', subscriber_id=52}
22:50:11.341206 tst         register_default_mass.py: using MSISDN 1053
22:50:11.356242 run              osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001060000000002', msisdn='1053', subscriber_id=53}
22:50:11.373604 tst         register_default_mass.py: using MSISDN 1054
22:50:11.389696 run              osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001060000000003', msisdn='1054', subscriber_id=54}
22:50:11.405050 tst         register_default_mass.py: using MSISDN 1055
22:50:11.415905 run              osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001060000000004', msisdn='1055', subscriber_id=55}
22:50:11.432541 tst         register_default_mass.py: using MSISDN 1056
22:50:11.443381 run              osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001060000000005', msisdn='1056', subscriber_id=56}
22:50:11.458649 tst         register_default_mass.py: using MSISDN 1057
22:50:11.469516 run              osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001060000000006', msisdn='1057', subscriber_id=57}
22:50:11.486747 tst         register_default_mass.py: using MSISDN 1058
22:50:11.501632 run              osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001060000000007', msisdn='1058', subscriber_id=58}
22:50:11.517600 tst         register_default_mass.py: using MSISDN 1059
22:50:11.528496 run              osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001060000000008', msisdn='1059', subscriber_id=59}
22:50:11.544703 tst         register_default_mass.py: using MSISDN 1060
22:50:11.555516 run              osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001060000000009', msisdn='1060', subscriber_id=60}
22:50:11.572109 tst         register_default_mass.py: using MSISDN 1061
22:50:11.587022 run              osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001070000000000', msisdn='1061', subscriber_id=61}
22:50:11.602024 tst         register_default_mass.py: using MSISDN 1062
22:50:11.613028 run              osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001070000000001', msisdn='1062', subscriber_id=62}
22:50:11.628001 tst         register_default_mass.py: using MSISDN 1063
22:50:11.638786 run              osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001070000000002', msisdn='1063', subscriber_id=63}
22:50:11.657538 tst         register_default_mass.py: using MSISDN 1064
22:50:11.671972 run              osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001070000000003', msisdn='1064', subscriber_id=64}
22:50:11.687314 tst         register_default_mass.py: using MSISDN 1065
22:50:11.703059 run              osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001070000000004', msisdn='1065', subscriber_id=65}
22:50:11.720215 tst         register_default_mass.py: using MSISDN 1066
22:50:11.731676 run              osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001070000000005', msisdn='1066', subscriber_id=66}
22:50:11.748770 tst         register_default_mass.py: using MSISDN 1067
22:50:11.763853 run              osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001070000000006', msisdn='1067', subscriber_id=67}
22:50:11.780724 tst         register_default_mass.py: using MSISDN 1068
22:50:11.794599 run              osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001070000000007', msisdn='1068', subscriber_id=68}
22:50:11.810180 tst         register_default_mass.py: using MSISDN 1069
22:50:11.821540 run              osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001070000000008', msisdn='1069', subscriber_id=69}
22:50:11.840890 tst         register_default_mass.py: using MSISDN 1070
22:50:11.856775 run              osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001070000000009', msisdn='1070', subscriber_id=70}
22:50:11.872194 tst         register_default_mass.py: using MSISDN 1071
22:50:11.883595 run              osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001080000000000', msisdn='1071', subscriber_id=71}
22:50:11.901263 tst         register_default_mass.py: using MSISDN 1072
22:50:11.912657 run              osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001080000000001', msisdn='1072', subscriber_id=72}
22:50:11.928235 tst         register_default_mass.py: using MSISDN 1073
22:50:11.939472 run              osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001080000000002', msisdn='1073', subscriber_id=73}
22:50:11.955997 tst         register_default_mass.py: using MSISDN 1074
22:50:11.967241 run              osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001080000000003', msisdn='1074', subscriber_id=74}
22:50:11.984191 tst         register_default_mass.py: using MSISDN 1075
22:50:11.995595 run              osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001080000000004', msisdn='1075', subscriber_id=75}
22:50:12.015308 tst         register_default_mass.py: using MSISDN 1076
22:50:12.026862 run              osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001080000000005', msisdn='1076', subscriber_id=76}
22:50:12.042864 tst         register_default_mass.py: using MSISDN 1077
22:50:12.054300 run              osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001080000000006', msisdn='1077', subscriber_id=77}
22:50:12.070369 tst         register_default_mass.py: using MSISDN 1078
22:50:12.082093 run              osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001080000000007', msisdn='1078', subscriber_id=78}
22:50:12.099986 tst         register_default_mass.py: using MSISDN 1079
22:50:12.111894 run              osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001080000000008', msisdn='1079', subscriber_id=79}
22:50:12.128140 tst         register_default_mass.py: using MSISDN 1080
22:50:12.139748 run              osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001080000000009', msisdn='1080', subscriber_id=80}
22:50:12.159155 tst         register_default_mass.py: using MSISDN 1081
22:50:12.173728 run              osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001090000000000', msisdn='1081', subscriber_id=81}
22:50:12.192764 tst         register_default_mass.py: using MSISDN 1082
22:50:12.208435 run              osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001090000000001', msisdn='1082', subscriber_id=82}
22:50:12.224243 tst         register_default_mass.py: using MSISDN 1083
22:50:12.235696 run              osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001090000000002', msisdn='1083', subscriber_id=83}
22:50:12.251399 tst         register_default_mass.py: using MSISDN 1084
22:50:12.263158 run              osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001090000000003', msisdn='1084', subscriber_id=84}
22:50:12.279726 tst         register_default_mass.py: using MSISDN 1085
22:50:12.295126 run              osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001090000000004', msisdn='1085', subscriber_id=85}
22:50:12.313732 tst         register_default_mass.py: using MSISDN 1086
22:50:12.328356 run              osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001090000000005', msisdn='1086', subscriber_id=86}
22:50:12.346791 tst         register_default_mass.py: using MSISDN 1087
22:50:12.359892 run              osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001090000000006', msisdn='1087', subscriber_id=87}
22:50:12.376906 tst         register_default_mass.py: using MSISDN 1088
22:50:12.392101 run              osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001090000000007', msisdn='1088', subscriber_id=88}
22:50:12.407600 tst         register_default_mass.py: using MSISDN 1089
22:50:12.419115 run              osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001090000000008', msisdn='1089', subscriber_id=89}
22:50:12.435962 tst         register_default_mass.py: using MSISDN 1090
22:50:12.447223 run              osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001090000000009', msisdn='1090', subscriber_id=90}
22:50:12.462706 tst         register_default_mass.py: using MSISDN 1091
22:50:12.473981 run              osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001100000000000', msisdn='1091', subscriber_id=91}
22:50:12.493229 tst         register_default_mass.py: using MSISDN 1092
22:50:12.506994 run              osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001100000000001', msisdn='1092', subscriber_id=92}
22:50:12.523710 tst         register_default_mass.py: using MSISDN 1093
22:50:12.538586 run              osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001100000000002', msisdn='1093', subscriber_id=93}
22:50:12.554089 tst         register_default_mass.py: using MSISDN 1094
22:50:12.565383 run              osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001100000000003', msisdn='1094', subscriber_id=94}
22:50:12.582204 tst         register_default_mass.py: using MSISDN 1095
22:50:12.596101 run              osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001100000000004', msisdn='1095', subscriber_id=95}
22:50:12.611535 tst         register_default_mass.py: using MSISDN 1096
22:50:12.622723 run              osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001100000000005', msisdn='1096', subscriber_id=96}
22:50:12.639418 tst         register_default_mass.py: using MSISDN 1097
22:50:12.650756 run              osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001100000000006', msisdn='1097', subscriber_id=97}
22:50:12.669127 tst         register_default_mass.py: using MSISDN 1098
22:50:12.683880 run              osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001100000000007', msisdn='1098', subscriber_id=98}
22:50:12.699721 tst         register_default_mass.py: using MSISDN 1099
22:50:12.711062 run              osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001100000000008', msisdn='1099', subscriber_id=99}
22:50:12.727959 tst         register_default_mass.py: using MSISDN 1100
22:50:12.742979 run              osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001100000000009', msisdn='1100', subscriber_id=100}
22:50:12.891920 run                             mass: Starting testcase
22:50:12.903807 run                             mass: Pre-launching all virtphy's
22:50:12.915605 run           osmo-ms-virt-phy/00000: Starting virtphy
22:50:12.943029 run   osmo-ms-virt-phy/00000(pid=35): Launched
22:50:12.955802 run           osmo-ms-virt-phy/00001: Starting virtphy
22:50:12.983176 run   osmo-ms-virt-phy/00001(pid=36): Launched
22:50:12.995948 run           osmo-ms-virt-phy/00002: Starting virtphy
22:50:13.024999 run   osmo-ms-virt-phy/00002(pid=37): Launched
22:50:13.037721 run           osmo-ms-virt-phy/00003: Starting virtphy
22:50:13.065760 run   osmo-ms-virt-phy/00003(pid=38): Launched
22:50:13.078605 run           osmo-ms-virt-phy/00004: Starting virtphy
22:50:13.106090 run   osmo-ms-virt-phy/00004(pid=39): Launched
22:50:13.118791 run           osmo-ms-virt-phy/00005: Starting virtphy
22:50:13.146194 run   osmo-ms-virt-phy/00005(pid=40): Launched
22:50:13.158924 run           osmo-ms-virt-phy/00006: Starting virtphy
22:50:13.186408 run   osmo-ms-virt-phy/00006(pid=41): Launched
22:50:13.199137 run           osmo-ms-virt-phy/00007: Starting virtphy
22:50:13.226625 run   osmo-ms-virt-phy/00007(pid=42): Launched
22:50:13.239236 run           osmo-ms-virt-phy/00008: Starting virtphy
22:50:13.266512 run   osmo-ms-virt-phy/00008(pid=43): Launched
22:50:13.279058 run           osmo-ms-virt-phy/00009: Starting virtphy
22:50:13.306545 run   osmo-ms-virt-phy/00009(pid=44): Launched
22:50:13.319136 run           osmo-ms-virt-phy/00010: Starting virtphy
22:50:13.346367 run   osmo-ms-virt-phy/00010(pid=45): Launched
22:50:13.358999 run           osmo-ms-virt-phy/00011: Starting virtphy
22:50:13.386407 run   osmo-ms-virt-phy/00011(pid=46): Launched
22:50:13.399261 run           osmo-ms-virt-phy/00012: Starting virtphy
22:50:13.428624 run   osmo-ms-virt-phy/00012(pid=47): Launched
22:50:13.441197 run           osmo-ms-virt-phy/00013: Starting virtphy
22:50:13.468424 run   osmo-ms-virt-phy/00013(pid=48): Launched
22:50:13.480965 run           osmo-ms-virt-phy/00014: Starting virtphy
22:50:13.508335 run   osmo-ms-virt-phy/00014(pid=49): Launched
22:50:13.520894 run           osmo-ms-virt-phy/00015: Starting virtphy
22:50:13.547979 run   osmo-ms-virt-phy/00015(pid=50): Launched
22:50:13.560619 run           osmo-ms-virt-phy/00016: Starting virtphy
22:50:13.588312 run   osmo-ms-virt-phy/00016(pid=51): Launched
22:50:13.601166 run           osmo-ms-virt-phy/00017: Starting virtphy
22:50:13.629303 run   osmo-ms-virt-phy/00017(pid=52): Launched
22:50:13.642240 run           osmo-ms-virt-phy/00018: Starting virtphy
22:50:13.670071 run   osmo-ms-virt-phy/00018(pid=53): Launched
22:50:13.682928 run           osmo-ms-virt-phy/00019: Starting virtphy
22:50:13.710821 run   osmo-ms-virt-phy/00019(pid=54): Launched
22:50:13.723740 run           osmo-ms-virt-phy/00020: Starting virtphy
22:50:13.751334 run   osmo-ms-virt-phy/00020(pid=55): Launched
22:50:13.763916 run           osmo-ms-virt-phy/00021: Starting virtphy
22:50:13.791445 run   osmo-ms-virt-phy/00021(pid=56): Launched
22:50:13.804391 run           osmo-ms-virt-phy/00022: Starting virtphy
22:50:13.832209 run   osmo-ms-virt-phy/00022(pid=57): Launched
22:50:13.844835 run           osmo-ms-virt-phy/00023: Starting virtphy
22:50:13.872331 run   osmo-ms-virt-phy/00023(pid=58): Launched
22:50:13.885479 run           osmo-ms-virt-phy/00024: Starting virtphy
22:50:13.914211 run   osmo-ms-virt-phy/00024(pid=59): Launched
22:50:13.927129 run           osmo-ms-virt-phy/00025: Starting virtphy
22:50:13.954997 run   osmo-ms-virt-phy/00025(pid=60): Launched
22:50:13.967756 run           osmo-ms-virt-phy/00026: Starting virtphy
22:50:13.995035 run   osmo-ms-virt-phy/00026(pid=61): Launched
22:50:14.008292 run           osmo-ms-virt-phy/00027: Starting virtphy
22:50:14.036192 run   osmo-ms-virt-phy/00027(pid=62): Launched
22:50:14.049120 run           osmo-ms-virt-phy/00028: Starting virtphy
22:50:14.077096 run   osmo-ms-virt-phy/00028(pid=63): Launched
22:50:14.089997 run           osmo-ms-virt-phy/00029: Starting virtphy
22:50:14.118003 run   osmo-ms-virt-phy/00029(pid=64): Launched
22:50:14.130798 run           osmo-ms-virt-phy/00030: Starting virtphy
22:50:14.160223 run   osmo-ms-virt-phy/00030(pid=65): Launched
22:50:14.172690 run           osmo-ms-virt-phy/00031: Starting virtphy
22:50:14.199970 run   osmo-ms-virt-phy/00031(pid=66): Launched
22:50:14.212547 run           osmo-ms-virt-phy/00032: Starting virtphy
22:50:14.239857 run   osmo-ms-virt-phy/00032(pid=67): Launched
22:50:14.252410 run           osmo-ms-virt-phy/00033: Starting virtphy
22:50:14.279562 run   osmo-ms-virt-phy/00033(pid=68): Launched
22:50:14.292213 run           osmo-ms-virt-phy/00034: Starting virtphy
22:50:14.319517 run   osmo-ms-virt-phy/00034(pid=69): Launched
22:50:14.332257 run           osmo-ms-virt-phy/00035: Starting virtphy
22:50:14.361712 run   osmo-ms-virt-phy/00035(pid=70): Launched
22:50:14.374198 run           osmo-ms-virt-phy/00036: Starting virtphy
22:50:14.401400 run   osmo-ms-virt-phy/00036(pid=71): Launched
22:50:14.414011 run           osmo-ms-virt-phy/00037: Starting virtphy
22:50:14.441597 run   osmo-ms-virt-phy/00037(pid=72): Launched
22:50:14.454394 run           osmo-ms-virt-phy/00038: Starting virtphy
22:50:14.481868 run   osmo-ms-virt-phy/00038(pid=73): Launched
22:50:14.494703 run           osmo-ms-virt-phy/00039: Starting virtphy
22:50:14.524000 run   osmo-ms-virt-phy/00039(pid=74): Launched
22:50:14.536574 run           osmo-ms-virt-phy/00040: Starting virtphy
22:50:14.563773 run   osmo-ms-virt-phy/00040(pid=75): Launched
22:50:14.576424 run           osmo-ms-virt-phy/00041: Starting virtphy
22:50:14.604437 run   osmo-ms-virt-phy/00041(pid=76): Launched
22:50:14.618159 run           osmo-ms-virt-phy/00042: Starting virtphy
22:50:14.645685 run   osmo-ms-virt-phy/00042(pid=77): Launched
22:50:14.658339 run           osmo-ms-virt-phy/00043: Starting virtphy
22:50:14.685701 run   osmo-ms-virt-phy/00043(pid=78): Launched
22:50:14.698528 run           osmo-ms-virt-phy/00044: Starting virtphy
22:50:14.726127 run   osmo-ms-virt-phy/00044(pid=79): Launched
22:50:14.738799 run           osmo-ms-virt-phy/00045: Starting virtphy
22:50:14.766321 run   osmo-ms-virt-phy/00045(pid=80): Launched
22:50:14.778995 run           osmo-ms-virt-phy/00046: Starting virtphy
22:50:14.806787 run   osmo-ms-virt-phy/00046(pid=81): Launched
22:50:14.821054 run           osmo-ms-virt-phy/00047: Starting virtphy
22:50:14.848795 run   osmo-ms-virt-phy/00047(pid=82): Launched
22:50:14.865368 run           osmo-ms-virt-phy/00048: Starting virtphy
22:50:14.892511 run   osmo-ms-virt-phy/00048(pid=83): Launched
22:50:14.905911 run           osmo-ms-virt-phy/00049: Starting virtphy
22:50:14.932590 run   osmo-ms-virt-phy/00049(pid=84): Launched
22:50:14.945115 run           osmo-ms-virt-phy/00050: Starting virtphy
22:50:14.972072 run   osmo-ms-virt-phy/00050(pid=85): Launched
22:50:14.984432 run           osmo-ms-virt-phy/00051: Starting virtphy
22:50:15.011302 run   osmo-ms-virt-phy/00051(pid=86): Launched
22:50:15.023847 run           osmo-ms-virt-phy/00052: Starting virtphy
22:50:15.050638 run   osmo-ms-virt-phy/00052(pid=87): Launched
22:50:15.062945 run           osmo-ms-virt-phy/00053: Starting virtphy
22:50:15.089959 run   osmo-ms-virt-phy/00053(pid=88): Launched
22:50:15.102511 run           osmo-ms-virt-phy/00054: Starting virtphy
22:50:15.129198 run   osmo-ms-virt-phy/00054(pid=89): Launched
22:50:15.141497 run           osmo-ms-virt-phy/00055: Starting virtphy
22:50:15.168263 run   osmo-ms-virt-phy/00055(pid=90): Launched
22:50:15.180689 run           osmo-ms-virt-phy/00056: Starting virtphy
22:50:15.207643 run   osmo-ms-virt-phy/00056(pid=91): Launched
22:50:15.220116 run           osmo-ms-virt-phy/00057: Starting virtphy
22:50:15.247195 run   osmo-ms-virt-phy/00057(pid=92): Launched
22:50:15.259603 run           osmo-ms-virt-phy/00058: Starting virtphy
22:50:15.286302 run   osmo-ms-virt-phy/00058(pid=93): Launched
22:50:15.298766 run           osmo-ms-virt-phy/00059: Starting virtphy
22:50:15.326391 run   osmo-ms-virt-phy/00059(pid=94): Launched
22:50:15.339902 run           osmo-ms-virt-phy/00060: Starting virtphy
22:50:15.367602 run   osmo-ms-virt-phy/00060(pid=95): Launched
22:50:15.380104 run           osmo-ms-virt-phy/00061: Starting virtphy
22:50:15.407126 run   osmo-ms-virt-phy/00061(pid=96): Launched
22:50:15.419606 run           osmo-ms-virt-phy/00062: Starting virtphy
22:50:15.446581 run   osmo-ms-virt-phy/00062(pid=97): Launched
22:50:15.458996 run           osmo-ms-virt-phy/00063: Starting virtphy
22:50:15.486230 run   osmo-ms-virt-phy/00063(pid=98): Launched
22:50:15.498922 run           osmo-ms-virt-phy/00064: Starting virtphy
22:50:15.526137 run   osmo-ms-virt-phy/00064(pid=99): Launched
22:50:15.538764 run           osmo-ms-virt-phy/00065: Starting virtphy
22:50:15.566087 run  osmo-ms-virt-phy/00065(pid=100): Launched
22:50:15.579335 run           osmo-ms-virt-phy/00066: Starting virtphy
22:50:15.607303 run  osmo-ms-virt-phy/00066(pid=101): Launched
22:50:15.620089 run           osmo-ms-virt-phy/00067: Starting virtphy
22:50:15.650020 run  osmo-ms-virt-phy/00067(pid=102): Launched
22:50:15.662627 run           osmo-ms-virt-phy/00068: Starting virtphy
22:50:15.689614 run  osmo-ms-virt-phy/00068(pid=103): Launched
22:50:15.702346 run           osmo-ms-virt-phy/00069: Starting virtphy
22:50:15.729521 run  osmo-ms-virt-phy/00069(pid=104): Launched
22:50:15.741966 run           osmo-ms-virt-phy/00070: Starting virtphy
22:50:15.768892 run  osmo-ms-virt-phy/00070(pid=105): Launched
22:50:15.781173 run           osmo-ms-virt-phy/00071: Starting virtphy
22:50:15.808074 run  osmo-ms-virt-phy/00071(pid=106): Launched
22:50:15.820382 run           osmo-ms-virt-phy/00072: Starting virtphy
22:50:15.847084 run  osmo-ms-virt-phy/00072(pid=107): Launched
22:50:15.861459 run           osmo-ms-virt-phy/00073: Starting virtphy
22:50:15.888487 run  osmo-ms-virt-phy/00073(pid=108): Launched
22:50:15.901028 run           osmo-ms-virt-phy/00074: Starting virtphy
22:50:15.927680 run  osmo-ms-virt-phy/00074(pid=109): Launched
22:50:15.939919 run           osmo-ms-virt-phy/00075: Starting virtphy
22:50:15.966451 run  osmo-ms-virt-phy/00075(pid=110): Launched
22:50:15.978764 run           osmo-ms-virt-phy/00076: Starting virtphy
22:50:16.005440 run  osmo-ms-virt-phy/00076(pid=111): Launched
22:50:16.017724 run           osmo-ms-virt-phy/00077: Starting virtphy
22:50:16.044889 run  osmo-ms-virt-phy/00077(pid=112): Launched
22:50:16.057268 run           osmo-ms-virt-phy/00078: Starting virtphy
22:50:16.084266 run  osmo-ms-virt-phy/00078(pid=113): Launched
22:50:16.096629 run           osmo-ms-virt-phy/00079: Starting virtphy
22:50:16.123409 run  osmo-ms-virt-phy/00079(pid=114): Launched
22:50:16.135735 run           osmo-ms-virt-phy/00080: Starting virtphy
22:50:16.162364 run  osmo-ms-virt-phy/00080(pid=115): Launched
22:50:16.174720 run           osmo-ms-virt-phy/00081: Starting virtphy
22:50:16.203636 run  osmo-ms-virt-phy/00081(pid=116): Launched
22:50:16.215908 run           osmo-ms-virt-phy/00082: Starting virtphy
22:50:16.242567 run  osmo-ms-virt-phy/00082(pid=117): Launched
22:50:16.254894 run           osmo-ms-virt-phy/00083: Starting virtphy
22:50:16.282018 run  osmo-ms-virt-phy/00083(pid=118): Launched
22:50:16.294625 run           osmo-ms-virt-phy/00084: Starting virtphy
22:50:16.321881 run  osmo-ms-virt-phy/00084(pid=119): Launched
22:50:16.334416 run           osmo-ms-virt-phy/00085: Starting virtphy
22:50:16.361810 run  osmo-ms-virt-phy/00085(pid=120): Launched
22:50:16.374489 run           osmo-ms-virt-phy/00086: Starting virtphy
22:50:16.401563 run  osmo-ms-virt-phy/00086(pid=121): Launched
22:50:16.413907 run           osmo-ms-virt-phy/00087: Starting virtphy
22:50:16.440611 run  osmo-ms-virt-phy/00087(pid=122): Launched
22:50:16.452879 run           osmo-ms-virt-phy/00088: Starting virtphy
22:50:16.479673 run  osmo-ms-virt-phy/00088(pid=123): Launched
22:50:16.494428 run           osmo-ms-virt-phy/00089: Starting virtphy
22:50:16.521715 run  osmo-ms-virt-phy/00089(pid=124): Launched
22:50:16.534161 run           osmo-ms-virt-phy/00090: Starting virtphy
22:50:16.561265 run  osmo-ms-virt-phy/00090(pid=125): Launched
22:50:16.573860 run           osmo-ms-virt-phy/00091: Starting virtphy
22:50:16.600570 run  osmo-ms-virt-phy/00091(pid=126): Launched
22:50:16.612819 run           osmo-ms-virt-phy/00092: Starting virtphy
22:50:16.639784 run  osmo-ms-virt-phy/00092(pid=127): Launched
22:50:16.652231 run           osmo-ms-virt-phy/00093: Starting virtphy
22:50:16.679813 run  osmo-ms-virt-phy/00093(pid=128): Launched
22:50:16.692290 run           osmo-ms-virt-phy/00094: Starting virtphy
22:50:16.719355 run  osmo-ms-virt-phy/00094(pid=129): Launched
22:50:16.731857 run           osmo-ms-virt-phy/00095: Starting virtphy
22:50:16.758910 run  osmo-ms-virt-phy/00095(pid=130): Launched
22:50:16.771225 run           osmo-ms-virt-phy/00096: Starting virtphy
22:50:16.798160 run  osmo-ms-virt-phy/00096(pid=131): Launched
22:50:16.810456 run           osmo-ms-virt-phy/00097: Starting virtphy
22:50:16.837139 run  osmo-ms-virt-phy/00097(pid=132): Launched
22:50:16.849707 run           osmo-ms-virt-phy/00098: Starting virtphy
22:50:16.876610 run  osmo-ms-virt-phy/00098(pid=133): Launched
22:50:16.888985 run           osmo-ms-virt-phy/00099: Starting virtphy
22:50:16.915676 run  osmo-ms-virt-phy/00099(pid=134): Launched
22:50:16.927975 run                             mass: Checking if sockets are in the filesystem
22:50:16.952394 run                osmo-ms-mob/00000: Starting mobile
22:50:16.979580 run       osmo-ms-mob/00000(pid=135): Launched
22:50:17.003570 run                             mass: MS start registered  {at=14094101.967959775, delay=0.011414837092161179, ms=00000}
22:50:21.158950 run                osmo-ms-mob/00001: Starting mobile
22:50:21.185914 run       osmo-ms-mob/00001(pid=136): Launched
22:50:21.209871 run                             mass: MS start registered  {at=14094106.174245918, delay=0.011501770466566086, ms=00001}
22:50:22.002844 run                             mass: MS performed LU  {at=14094106.967214078, lu_delay=4.999254303053021, ms=00000}
22:50:22.956101 run                osmo-ms-mob/00002: Starting mobile
22:50:22.982898 run       osmo-ms-mob/00002(pid=137): Launched
22:50:23.003820 run                             mass: MS start registered  {at=14094107.968235195, delay=0.008544912561774254, ms=00002}
22:50:24.255962 run                osmo-ms-mob/00003: Starting mobile
22:50:24.282927 run       osmo-ms-mob/00003(pid=138): Launched
22:50:24.305859 run                             mass: MS start registered  {at=14094109.270276127, delay=0.010478287935256958, ms=00003}
22:50:25.360629 run                osmo-ms-mob/00004: Starting mobile
22:50:25.386468 run       osmo-ms-mob/00004(pid=139): Launched
22:50:25.411545 run                             mass: MS start registered  {at=14094110.375930091, delay=0.012895740568637848, ms=00004}
22:50:26.356054 run                osmo-ms-mob/00005: Starting mobile
22:50:26.389786 run       osmo-ms-mob/00005(pid=140): Launched
22:50:26.412227 run                             mass: MS start registered  {at=14094111.37663865, delay=0.00729457288980484, ms=00005}
22:50:27.180190 run                             mass: MS performed LU  {at=14094112.144563114, lu_delay=5.97031719610095, ms=00001}
22:50:27.208248 run                osmo-ms-mob/00006: Starting mobile
22:50:27.235198 run       osmo-ms-mob/00006(pid=141): Launched
22:50:27.257618 run                             mass: MS start registered  {at=14094112.222037168, delay=0.010108230635523796, ms=00006}
22:50:28.153247 run                osmo-ms-mob/00007: Starting mobile
22:50:28.180824 run       osmo-ms-mob/00007(pid=142): Launched
22:50:28.204083 run                             mass: MS start registered  {at=14094113.168489356, delay=0.010717486962676048, ms=00007}
22:50:28.956058 run                osmo-ms-mob/00008: Starting mobile
22:50:28.983113 run       osmo-ms-mob/00008(pid=143): Launched
22:50:29.007782 run                             mass: MS start registered  {at=14094113.972175624, delay=0.01219145767390728, ms=00008}
22:50:29.082466 run                             mass: MS performed LU  {at=14094114.046834245, lu_delay=4.776558117941022, ms=00003}
22:50:29.109101 run                             mass: MS performed LU  {at=14094114.073528105, lu_delay=6.105292910709977, ms=00002}
22:50:29.656301 run                osmo-ms-mob/00009: Starting mobile
22:50:29.682454 run       osmo-ms-mob/00009(pid=144): Launched
22:50:29.704094 run                             mass: MS start registered  {at=14094114.668516643, delay=0.007666090503334999, ms=00009}
22:50:30.352649 run                osmo-ms-mob/00010: Starting mobile
22:50:30.383674 run       osmo-ms-mob/00010(pid=145): Launched
22:50:30.408041 run                             mass: MS start registered  {at=14094115.37243171, delay=0.007395891472697258, ms=00010}
22:50:30.952023 run                osmo-ms-mob/00011: Starting mobile
22:50:30.977986 run       osmo-ms-mob/00011(pid=146): Launched
22:50:30.989824 run                             mass: MS performed LU  {at=14094115.954246894, lu_delay=5.578316802158952, ms=00004}
22:50:31.001467 run                             mass: MS start registered  {at=14094115.965903396, delay=0.011676488444209099, ms=00011}
22:50:31.481579 run                             mass: MS performed LU  {at=14094116.445940007, lu_delay=5.069301355630159, ms=00005}
22:50:31.507941 run                osmo-ms-mob/00012: Starting mobile
22:50:31.539796 run       osmo-ms-mob/00012(pid=147): Launched
22:50:31.565187 run                             mass: MS start registered  {at=14094116.52958292, delay=0.013323135673999786, ms=00012}
22:50:32.155433 run                osmo-ms-mob/00013: Starting mobile
22:50:32.182245 run       osmo-ms-mob/00013(pid=148): Launched
22:50:32.205692 run                             mass: MS start registered  {at=14094117.170100672, delay=0.010900851339101791, ms=00013}
22:50:32.756910 run                osmo-ms-mob/00014: Starting mobile
22:50:32.788117 run       osmo-ms-mob/00014(pid=149): Launched
22:50:32.814774 run                             mass: MS start registered  {at=14094117.779164739, delay=0.014008944854140282, ms=00014}
22:50:32.847952 run                             mass: MS performed LU  {at=14094117.812352395, lu_delay=4.643863039091229, ms=00007}
22:50:32.875336 run                             mass: MS performed LU  {at=14094117.83972048, lu_delay=5.617683311924338, ms=00006}
22:50:33.356137 run                osmo-ms-mob/00015: Starting mobile
22:50:33.383809 run       osmo-ms-mob/00015(pid=150): Launched
22:50:33.408154 run                             mass: MS start registered  {at=14094118.372547397, delay=0.011030104011297226, ms=00015}
22:50:33.856884 run                osmo-ms-mob/00016: Starting mobile
22:50:33.886477 run       osmo-ms-mob/00016(pid=151): Launched
22:50:33.909737 run                             mass: MS start registered  {at=14094118.874147674, delay=0.009557776153087616, ms=00016}
22:50:34.356677 run                osmo-ms-mob/00017: Starting mobile
22:50:34.383909 run       osmo-ms-mob/00017(pid=152): Launched
22:50:34.408312 run                             mass: MS start registered  {at=14094119.37270472, delay=0.011608220636844635, ms=00017}
22:50:34.712394 run                             mass: MS performed LU  {at=14094119.676773308, lu_delay=5.704597683623433, ms=00008}
22:50:34.777232 run                             mass: MS performed LU  {at=14094119.741640676, lu_delay=5.073124032467604, ms=00009}
22:50:34.955328 run                osmo-ms-mob/00018: Starting mobile
22:50:34.981439 run       osmo-ms-mob/00018(pid=153): Launched
22:50:35.006142 run                             mass: MS start registered  {at=14094119.970547603, delay=0.012545391917228699, ms=00018}
22:50:35.353812 run                osmo-ms-mob/00019: Starting mobile
22:50:35.380908 run       osmo-ms-mob/00019(pid=154): Launched
22:50:35.402703 run                             mass: MS start registered  {at=14094120.367123296, delay=0.008882889524102211, ms=00019}
22:50:35.856205 run                osmo-ms-mob/00020: Starting mobile
22:50:35.882642 run       osmo-ms-mob/00020(pid=155): Launched
22:50:35.905219 run                             mass: MS start registered  {at=14094120.869634764, delay=0.010236572474241257, ms=00020}
22:50:36.355871 run                osmo-ms-mob/00021: Starting mobile
22:50:36.382636 run       osmo-ms-mob/00021(pid=156): Launched
22:50:36.407484 run                             mass: MS start registered  {at=14094121.371874133, delay=0.012509346008300781, ms=00021}
22:50:36.613457 run                             mass: MS performed LU  {at=14094121.577844946, lu_delay=5.048262026160955, ms=00012}
22:50:36.641514 run                             mass: MS performed LU  {at=14094121.605901306, lu_delay=5.639997910708189, ms=00011}
22:50:36.665602 run                osmo-ms-mob/00022: Starting mobile
22:50:36.692544 run       osmo-ms-mob/00022(pid=157): Launched
22:50:36.713354 run                             mass: MS start registered  {at=14094121.677781496, delay=0.007707187905907631, ms=00022}
22:50:36.728550 run                             mass: MS performed LU  {at=14094121.692979436, lu_delay=6.320547726005316, ms=00010}
22:50:36.747433 run                             mass: MS performed LU  {at=14094121.711855728, lu_delay=4.541755056008697, ms=00013}
22:50:37.250971 run                osmo-ms-mob/00023: Starting mobile
22:50:37.278680 run       osmo-ms-mob/00023(pid=158): Launched
22:50:37.302840 run                             mass: MS start registered  {at=14094122.267232245, delay=0.011625492945313454, ms=00023}
22:50:37.655136 run                osmo-ms-mob/00024: Starting mobile
22:50:37.682816 run       osmo-ms-mob/00024(pid=159): Launched
22:50:37.705745 run                             mass: MS start registered  {at=14094122.6701303, delay=0.009854914620518684, ms=00024}
22:50:38.156550 run                osmo-ms-mob/00025: Starting mobile
22:50:38.183457 run       osmo-ms-mob/00025(pid=160): Launched
22:50:38.206685 run                             mass: MS start registered  {at=14094123.171094231, delay=0.011154057458043098, ms=00025}
22:50:38.477609 run                             mass: MS performed LU  {at=14094123.441986203, lu_delay=5.069438805803657, ms=00015}
22:50:38.504220 run                osmo-ms-mob/00026: Starting mobile
22:50:38.530500 run       osmo-ms-mob/00026(pid=161): Launched
22:50:38.542760 run                             mass: MS performed LU  {at=14094123.507190093, lu_delay=5.728025354444981, ms=00014}
22:50:38.556027 run                             mass: MS start registered  {at=14094123.520463184, delay=0.013293679803609848, ms=00026}
22:50:38.649092 run                             mass: MS performed LU  {at=14094123.61349314, lu_delay=4.739345466718078, ms=00016}
22:50:38.954827 run                osmo-ms-mob/00027: Starting mobile
22:50:38.982858 run       osmo-ms-mob/00027(pid=162): Launched
22:50:39.007972 run                             mass: MS start registered  {at=14094123.97236724, delay=0.011998184025287628, ms=00027}
22:50:39.352802 run                osmo-ms-mob/00028: Starting mobile
22:50:39.379477 run       osmo-ms-mob/00028(pid=163): Launched
22:50:39.402670 run                             mass: MS start registered  {at=14094124.367078358, delay=0.011119583621621132, ms=00028}
22:50:39.758159 run                osmo-ms-mob/00029: Starting mobile
22:50:39.785637 run       osmo-ms-mob/00029(pid=164): Launched
22:50:39.809452 run                             mass: MS start registered  {at=14094124.773860015, delay=0.010609153658151627, ms=00029}
22:50:40.154758 run                osmo-ms-mob/00030: Starting mobile
22:50:40.183458 run       osmo-ms-mob/00030(pid=165): Launched
22:50:40.207651 run                             mass: MS start registered  {at=14094125.172078766, delay=0.01154295913875103, ms=00030}
22:50:40.379172 run                             mass: MS performed LU  {at=14094125.343554445, lu_delay=5.373006841167808, ms=00018}
22:50:40.407101 run                             mass: MS performed LU  {at=14094125.371527096, lu_delay=5.998822376132011, ms=00017}
22:50:40.433154 run                osmo-ms-mob/00031: Starting mobile
22:50:40.460460 run       osmo-ms-mob/00031(pid=166): Launched
22:50:40.485526 run                             mass: MS start registered  {at=14094125.449949596, delay=0.012442529201507568, ms=00031}
22:50:40.501405 run                             mass: MS performed LU  {at=14094125.465837112, lu_delay=5.09871381521225, ms=00019}
22:50:40.514223 run                             mass: MS performed LU  {at=14094125.478658382, lu_delay=4.609023617580533, ms=00020}
22:50:40.537169 run                osmo-ms-mob/00032: Starting mobile
22:50:40.565148 run       osmo-ms-mob/00032(pid=167): Launched
22:50:40.588926 run                             mass: MS start registered  {at=14094125.553354194, delay=0.010701775550842285, ms=00032}
22:50:41.252300 run                osmo-ms-mob/00033: Starting mobile
22:50:41.280560 run       osmo-ms-mob/00033(pid=168): Launched
22:50:41.308796 run                             mass: MS start registered  {at=14094126.27320589, delay=0.015628688037395477, ms=00033}
22:50:41.656469 run                osmo-ms-mob/00034: Starting mobile
22:50:41.684191 run       osmo-ms-mob/00034(pid=169): Launched
22:50:41.706954 run                             mass: MS start registered  {at=14094126.671369908, delay=0.009795695543289185, ms=00034}
22:50:41.955313 run                osmo-ms-mob/00035: Starting mobile
22:50:41.983065 run       osmo-ms-mob/00035(pid=170): Launched
22:50:42.006026 run                             mass: MS start registered  {at=14094126.970453292, delay=0.010239405557513237, ms=00035}
22:50:42.179629 run                             mass: MS performed LU  {at=14094127.144019794, lu_delay=5.772145660594106, ms=00021}
22:50:42.243622 run                             mass: MS performed LU  {at=14094127.208027765, lu_delay=4.940795520320535, ms=00023}
22:50:42.270022 run                osmo-ms-mob/00036: Starting mobile
22:50:42.297664 run       osmo-ms-mob/00036(pid=171): Launched
22:50:42.310628 run                             mass: MS performed LU  {at=14094127.275057497, lu_delay=5.59727600030601, ms=00022}
22:50:42.323029 run                             mass: MS start registered  {at=14094127.287465172, delay=0.012429755181074142, ms=00036}
22:50:42.434029 run                             mass: MS performed LU  {at=14094127.398425004, lu_delay=4.72829470410943, ms=00024}
22:50:42.754506 run                osmo-ms-mob/00037: Starting mobile
22:50:42.783445 run       osmo-ms-mob/00037(pid=172): Launched
22:50:42.804827 run                             mass: MS start registered  {at=14094127.769248497, delay=0.008596651256084442, ms=00037}
22:50:43.057054 run                osmo-ms-mob/00038: Starting mobile
22:50:43.084219 run       osmo-ms-mob/00038(pid=173): Launched
22:50:43.106490 run                             mass: MS start registered  {at=14094128.0708952, delay=0.009676279500126839, ms=00038}
22:50:43.352477 run                osmo-ms-mob/00039: Starting mobile
22:50:43.379631 run       osmo-ms-mob/00039(pid=174): Launched
22:50:43.401127 run                             mass: MS start registered  {at=14094128.36554909, delay=0.009347962215542793, ms=00039}
22:50:43.755533 run                osmo-ms-mob/00040: Starting mobile
22:50:43.781862 run       osmo-ms-mob/00040(pid=175): Launched
22:50:43.805422 run                             mass: MS start registered  {at=14094128.76983821, delay=0.011235218495130539, ms=00040}
22:50:44.056891 run                osmo-ms-mob/00041: Starting mobile
22:50:44.083719 run       osmo-ms-mob/00041(pid=176): Launched
22:50:44.107342 run                             mass: MS start registered  {at=14094129.071763469, delay=0.011402353644371033, ms=00041}
22:50:44.145689 run                             mass: MS performed LU  {at=14094129.110071912, lu_delay=4.336211897432804, ms=00029}
22:50:44.172749 run                             mass: MS performed LU  {at=14094129.137144512, lu_delay=4.770066153258085, ms=00028}
22:50:44.200178 run                osmo-ms-mob/00042: Starting mobile
22:50:44.226868 run       osmo-ms-mob/00042(pid=177): Launched
22:50:44.248095 run                             mass: MS start registered  {at=14094129.212524371, delay=0.009042637422680855, ms=00042}
22:50:44.261055 run                             mass: MS performed LU  {at=14094129.225484494, lu_delay=5.253117254003882, ms=00027}
22:50:44.279305 run                             mass: MS performed LU  {at=14094129.243726967, lu_delay=6.072632735595107, ms=00025}
22:50:44.334985 run                             mass: MS performed LU  {at=14094129.29936741, lu_delay=5.778904225677252, ms=00026}
22:50:44.361642 run                osmo-ms-mob/00043: Starting mobile
22:50:44.388851 run       osmo-ms-mob/00043(pid=178): Launched
22:50:44.413119 run                             mass: MS start registered  {at=14094129.377528757, delay=0.01197994127869606, ms=00043}
22:50:45.056471 run                osmo-ms-mob/00044: Starting mobile
22:50:45.083371 run       osmo-ms-mob/00044(pid=179): Launched
22:50:45.106078 run                             mass: MS start registered  {at=14094130.070502525, delay=0.01044333167374134, ms=00044}
22:50:45.353950 run                osmo-ms-mob/00045: Starting mobile
22:50:45.382595 run       osmo-ms-mob/00045(pid=180): Launched
22:50:45.405494 run                             mass: MS start registered  {at=14094130.369905282, delay=0.010610805824398994, ms=00045}
22:50:45.656472 run                osmo-ms-mob/00046: Starting mobile
22:50:45.683101 run       osmo-ms-mob/00046(pid=181): Launched
22:50:45.706560 run                             mass: MS start registered  {at=14094130.670975914, delay=0.011256851255893707, ms=00046}
22:50:45.952316 run                osmo-ms-mob/00047: Starting mobile
22:50:45.979316 run       osmo-ms-mob/00047(pid=182): Launched
22:50:45.991808 run                             mass: MS performed LU  {at=14094130.956234703, lu_delay=5.784155936911702, ms=00030}
22:50:46.003708 run                             mass: MS start registered  {at=14094130.96814435, delay=0.011933362111449242, ms=00047}
22:50:46.015874 run                             mass: MS performed LU  {at=14094130.980307514, lu_delay=5.426953319460154, ms=00032}
22:50:46.037765 run                osmo-ms-mob/00048: Starting mobile
22:50:46.064510 run       osmo-ms-mob/00048(pid=183): Launched
22:50:46.085448 run                             mass: MS performed LU  {at=14094131.049870878, lu_delay=5.599921282380819, ms=00031}
22:50:46.097761 run                             mass: MS start registered  {at=14094131.0621971, delay=0.012351898476481438, ms=00048}
22:50:46.199847 run                             mass: MS performed LU  {at=14094131.164243817, lu_delay=4.891037927940488, ms=00033}
22:50:46.226646 run                osmo-ms-mob/00049: Starting mobile
22:50:46.254464 run       osmo-ms-mob/00049(pid=184): Launched
22:50:46.277628 run                             mass: MS start registered  {at=14094131.242024258, delay=0.010632505640387535, ms=00049}
22:50:46.855955 run                osmo-ms-mob/00050: Starting mobile
22:50:46.884280 run       osmo-ms-mob/00050(pid=185): Launched
22:50:46.904194 run                             mass: MS start registered  {at=14094131.868609551, delay=0.007026348263025284, ms=00050}
22:50:47.252470 run                osmo-ms-mob/00051: Starting mobile
22:50:47.278559 run       osmo-ms-mob/00051(pid=186): Launched
22:50:47.301385 run                             mass: MS start registered  {at=14094132.26578495, delay=0.010598985478281975, ms=00051}
22:50:47.555957 run                osmo-ms-mob/00052: Starting mobile
22:50:47.582854 run       osmo-ms-mob/00052(pid=187): Launched
22:50:47.605534 run                             mass: MS start registered  {at=14094132.569953587, delay=0.010463060811161995, ms=00052}
22:50:47.790866 run                             mass: MS performed LU  {at=14094132.755246999, lu_delay=4.389697909355164, ms=00039}
22:50:47.818012 run                osmo-ms-mob/00053: Starting mobile
22:50:47.845400 run       osmo-ms-mob/00053(pid=188): Launched
22:50:47.859369 run                             mass: MS performed LU  {at=14094132.823788082, lu_delay=5.853334790095687, ms=00035}
22:50:47.872603 run                             mass: MS start registered  {at=14094132.837033471, delay=0.013276686891913414, ms=00053}
22:50:47.938596 run                             mass: MS performed LU  {at=14094132.902975328, lu_delay=4.832080127671361, ms=00038}
22:50:47.965774 run                osmo-ms-mob/00054: Starting mobile
22:50:47.993651 run       osmo-ms-mob/00054(pid=189): Launched
22:50:48.017622 run                             mass: MS start registered  {at=14094132.98201638, delay=0.011085350066423416, ms=00054}
22:50:48.100965 run                             mass: MS performed LU  {at=14094133.065353587, lu_delay=6.393983678892255, ms=00034}
22:50:48.118969 run                             mass: MS performed LU  {at=14094133.083403919, lu_delay=5.7959387470036745, ms=00036}
22:50:48.141793 run                osmo-ms-mob/00055: Starting mobile
22:50:48.169287 run       osmo-ms-mob/00055(pid=190): Launched
22:50:48.190874 run                             mass: MS start registered  {at=14094133.15527989, delay=0.008826199918985367, ms=00055}
22:50:48.755018 run                osmo-ms-mob/00056: Starting mobile
22:50:48.782572 run       osmo-ms-mob/00056(pid=191): Launched
22:50:48.802277 run                             mass: MS start registered  {at=14094133.766695937, delay=0.001787649467587471, ms=00056}
22:50:48.834315 run                             mass: MS performed LU  {at=14094133.79870126, lu_delay=6.029452763497829, ms=00037}
22:50:48.977398 run                             mass: MS performed LU  {at=14094133.941778747, lu_delay=3.571873465552926, ms=00045}
22:50:49.006028 run                osmo-ms-mob/00057: Starting mobile
22:50:49.035265 run       osmo-ms-mob/00057(pid=192): Launched
22:50:49.058348 run                             mass: MS start registered  {at=14094134.022769995, delay=0.010169165208935738, ms=00057}
22:50:49.452090 run                osmo-ms-mob/00058: Starting mobile
22:50:49.483316 run       osmo-ms-mob/00058(pid=193): Launched
22:50:49.508327 run                             mass: MS start registered  {at=14094134.472715387, delay=0.010493673384189606, ms=00058}
22:50:49.710872 run                             mass: MS performed LU  {at=14094134.675250614, lu_delay=5.905412403866649, ms=00040}
22:50:49.738835 run                osmo-ms-mob/00059: Starting mobile
22:50:49.766971 run       osmo-ms-mob/00059(pid=194): Launched
22:50:49.780190 run                             mass: MS performed LU  {at=14094134.744612982, lu_delay=5.367084225639701, ms=00043}
22:50:49.792527 run                             mass: MS start registered  {at=14094134.756962566, delay=0.01237419992685318, ms=00059}
22:50:50.038237 run                             mass: MS performed LU  {at=14094135.002617257, lu_delay=5.790092885494232, ms=00042}
22:50:50.064765 run                osmo-ms-mob/00060: Starting mobile
22:50:50.094857 run       osmo-ms-mob/00060(pid=195): Launched
22:50:50.118760 run                             mass: MS start registered  {at=14094135.083173607, delay=0.010863721370697021, ms=00060}
22:50:50.456050 run                osmo-ms-mob/00061: Starting mobile
22:50:50.485413 run       osmo-ms-mob/00061(pid=196): Launched
22:50:50.510046 run                             mass: MS start registered  {at=14094135.474444956, delay=0.011606859043240547, ms=00061}
22:50:50.755719 run                osmo-ms-mob/00062: Starting mobile
22:50:50.784221 run       osmo-ms-mob/00062(pid=197): Launched
22:50:50.797363 run                             mass: MS performed LU  {at=14094135.761784086, lu_delay=5.69128156080842, ms=00044}
22:50:50.810307 run                             mass: MS start registered  {at=14094135.774737654, delay=0.01298069953918457, ms=00062}
22:50:50.837247 run                             mass: MS performed LU  {at=14094135.801631982, lu_delay=4.739434881135821, ms=00048}
22:50:50.866209 run                osmo-ms-mob/00063: Starting mobile
22:50:50.895674 run       osmo-ms-mob/00063(pid=198): Launched
22:50:50.921073 run                             mass: MS start registered  {at=14094135.885471271, delay=0.01165132224559784, ms=00063}
22:50:51.457686 run                osmo-ms-mob/00064: Starting mobile
22:50:51.489347 run       osmo-ms-mob/00064(pid=199): Launched
22:50:51.509649 run                             mass: MS start registered  {at=14094136.474045591, delay=0.006895732134580612, ms=00064}
22:50:51.556662 run                             mass: MS performed LU  {at=14094136.521034472, lu_delay=5.8500585574656725, ms=00046}
22:50:51.575405 run                             mass: MS performed LU  {at=14094136.539787464, lu_delay=5.571643114089966, ms=00047}
22:50:51.631822 run                             mass: MS performed LU  {at=14094136.596197382, lu_delay=5.354173123836517, ms=00049}
22:50:51.658937 run                osmo-ms-mob/00065: Starting mobile
22:50:51.686548 run       osmo-ms-mob/00065(pid=200): Launched
22:50:51.708982 run                             mass: MS start registered  {at=14094136.673380923, delay=0.009622137993574142, ms=00065}
22:50:51.884843 run                             mass: MS performed LU  {at=14094136.84922299, lu_delay=4.980613438412547, ms=00050}
22:50:51.903355 run                             mass: MS performed LU  {at=14094136.867787385, lu_delay=4.602002434432507, ms=00051}
22:50:51.926365 run                osmo-ms-mob/00066: Starting mobile
22:50:51.954953 run       osmo-ms-mob/00066(pid=201): Launched
22:50:51.979328 run                             mass: MS start registered  {at=14094136.94372333, delay=0.011181408539414406, ms=00066}
22:50:52.557479 run                osmo-ms-mob/00067: Starting mobile
22:50:52.585133 run       osmo-ms-mob/00067(pid=202): Launched
22:50:52.607926 run                             mass: MS start registered  {at=14094137.572332907, delay=0.010027360171079636, ms=00067}
22:50:52.696821 run                             mass: MS performed LU  {at=14094137.661184851, lu_delay=5.0912312641739845, ms=00052}
22:50:52.716059 run                             mass: MS performed LU  {at=14094137.680477416, lu_delay=3.6577074211090803, ms=00057}
22:50:52.738775 run                osmo-ms-mob/00068: Starting mobile
22:50:52.766841 run       osmo-ms-mob/00068(pid=203): Launched
22:50:52.788312 run                             mass: MS start registered  {at=14094137.752716461, delay=0.008526436984539032, ms=00068}
22:50:53.254231 run                osmo-ms-mob/00069: Starting mobile
22:50:53.282017 run       osmo-ms-mob/00069(pid=204): Launched
22:50:53.304078 run                             mass: MS start registered  {at=14094138.268487016, delay=0.009886493906378746, ms=00069}
22:50:53.476589 run                             mass: MS performed LU  {at=14094138.440957123, lu_delay=4.674261186271906, ms=00056}
22:50:53.495989 run                             mass: MS performed LU  {at=14094138.460394733, lu_delay=5.478378351777792, ms=00054}
22:50:53.519384 run                osmo-ms-mob/00070: Starting mobile
22:50:53.547002 run       osmo-ms-mob/00070(pid=205): Launched
22:50:53.568043 run                             mass: MS start registered  {at=14094138.532464892, delay=0.008391385897994041, ms=00070}
22:50:54.055328 run                osmo-ms-mob/00071: Starting mobile
22:50:54.082937 run       osmo-ms-mob/00071(pid=206): Launched
22:50:54.104577 run                             mass: MS start registered  {at=14094139.068994697, delay=0.009119482710957527, ms=00071}
22:50:54.454642 run                osmo-ms-mob/00072: Starting mobile
22:50:54.483591 run       osmo-ms-mob/00072(pid=207): Launched
22:50:54.508156 run                             mass: MS start registered  {at=14094139.472572291, delay=0.012289982289075851, ms=00072}
22:50:54.617375 run                             mass: MS performed LU  {at=14094139.581736557, lu_delay=3.69626528583467, ms=00063}
22:50:54.718826 run                             mass: MS performed LU  {at=14094139.683193866, lu_delay=6.8461603950709105, ms=00053}
22:50:54.856435 run                osmo-ms-mob/00073: Starting mobile
22:50:54.884330 run       osmo-ms-mob/00073(pid=208): Launched
22:50:54.907599 run                             mass: MS start registered  {at=14094139.871990517, delay=0.01072411984205246, ms=00073}
22:50:55.252558 run                osmo-ms-mob/00074: Starting mobile
22:50:55.279907 run       osmo-ms-mob/00074(pid=209): Launched
22:50:55.302709 run                             mass: MS start registered  {at=14094140.267107304, delay=0.010394517332315445, ms=00074}
22:50:55.322579 run                             mass: MS performed LU  {at=14094140.28700026, lu_delay=5.81428487226367, ms=00058}
22:50:55.341593 run                             mass: MS performed LU  {at=14094140.30596976, lu_delay=4.831524804234505, ms=00061}
22:50:55.443091 run                             mass: MS performed LU  {at=14094140.407457856, lu_delay=4.632720202207565, ms=00062}
22:50:55.470792 run                osmo-ms-mob/00075: Starting mobile
22:50:55.498326 run       osmo-ms-mob/00075(pid=210): Launched
22:50:55.520526 run                             mass: MS start registered  {at=14094140.484939165, delay=0.009492864832282066, ms=00075}
22:50:55.632528 run                             mass: MS performed LU  {at=14094140.596907964, lu_delay=5.513734357431531, ms=00060}
22:50:55.650208 run                             mass: MS performed LU  {at=14094140.614641018, lu_delay=5.857678452506661, ms=00059}
22:50:56.154620 run                osmo-ms-mob/00076: Starting mobile
22:50:56.181069 run       osmo-ms-mob/00076(pid=211): Launched
22:50:56.204161 run                             mass: MS start registered  {at=14094141.168582985, delay=0.01096133328974247, ms=00076}
22:50:56.552915 run                osmo-ms-mob/00077: Starting mobile
22:50:56.581123 run       osmo-ms-mob/00077(pid=212): Launched
22:50:56.603629 run                             mass: MS start registered  {at=14094141.567999508, delay=0.010178282856941223, ms=00077}
22:50:57.052744 run                osmo-ms-mob/00078: Starting mobile
22:50:57.080392 run       osmo-ms-mob/00078(pid=213): Launched
22:50:57.104941 run                             mass: MS start registered  {at=14094142.069322715, delay=0.011608952656388283, ms=00078}
22:50:57.241993 run                             mass: MS performed LU  {at=14094142.20637251, lu_delay=5.262649180367589, ms=00066}
22:50:57.261319 run                             mass: MS performed LU  {at=14094142.225735048, lu_delay=5.7516894564032555, ms=00064}
22:50:57.284136 run                osmo-ms-mob/00079: Starting mobile
22:50:57.311829 run       osmo-ms-mob/00079(pid=214): Launched
22:50:57.333487 run                             mass: MS start registered  {at=14094142.297892127, delay=0.008740980178117752, ms=00079}
22:50:57.371528 run                             mass: MS performed LU  {at=14094142.335947152, lu_delay=4.763614244759083, ms=00067}
22:50:57.542328 run                             mass: MS performed LU  {at=14094142.506691538, lu_delay=4.753975076600909, ms=00068}
22:50:57.559440 run                             mass: MS performed LU  {at=14094142.52387536, lu_delay=5.850494436919689, ms=00065}
22:50:57.954544 run                osmo-ms-mob/00080: Starting mobile
22:50:57.982161 run       osmo-ms-mob/00080(pid=215): Launched
22:50:58.005858 run                             mass: MS start registered  {at=14094142.970255723, delay=0.010490478947758675, ms=00080}
22:50:58.454399 run                osmo-ms-mob/00081: Starting mobile
22:50:58.482884 run       osmo-ms-mob/00081(pid=216): Launched
22:50:58.506561 run                             mass: MS start registered  {at=14094143.470944857, delay=0.01067817211151123, ms=00081}
22:50:58.856169 run                osmo-ms-mob/00082: Starting mobile
22:50:58.884438 run       osmo-ms-mob/00082(pid=217): Launched
22:50:58.908525 run                             mass: MS start registered  {at=14094143.872913517, delay=0.007261430844664574, ms=00082}
22:50:59.088278 run                             mass: MS performed LU  {at=14094144.05266312, lu_delay=5.784176103770733, ms=00069}
22:50:59.106749 run                             mass: MS performed LU  {at=14094144.071174007, lu_delay=5.538709115236998, ms=00070}
22:50:59.209056 run                             mass: MS performed LU  {at=14094144.173422473, lu_delay=5.1044277753680944, ms=00071}
22:50:59.398912 run                             mass: MS performed LU  {at=14094144.363289405, lu_delay=4.890717113390565, ms=00072}
22:50:59.425896 run                osmo-ms-mob/00083: Starting mobile
22:50:59.453833 run       osmo-ms-mob/00083(pid=218): Launched
22:50:59.478248 run                             mass: MS start registered  {at=14094144.442667998, delay=0.01230708323419094, ms=00083}
22:50:59.956444 run                osmo-ms-mob/00084: Starting mobile
22:50:59.983214 run       osmo-ms-mob/00084(pid=219): Launched
22:51:00.007662 run                             mass: MS start registered  {at=14094144.972046824, delay=0.011721653863787651, ms=00084}
22:51:00.452828 run                osmo-ms-mob/00085: Starting mobile
22:51:00.481346 run       osmo-ms-mob/00085(pid=220): Launched
22:51:00.504513 run                             mass: MS start registered  {at=14094145.468914824, delay=0.010178862139582634, ms=00085}
22:51:01.054444 run                osmo-ms-mob/00086: Starting mobile
22:51:01.081134 run       osmo-ms-mob/00086(pid=221): Launched
22:51:01.093258 run                             mass: MS performed LU  {at=14094146.057684952, lu_delay=6.185694435611367, ms=00073}
22:51:01.104955 run                             mass: MS start registered  {at=14094146.069391409, delay=0.011726904660463333, ms=00086}
22:51:01.119290 run                             mass: MS performed LU  {at=14094146.083703222, lu_delay=4.9151202365756035, ms=00076}
22:51:01.137392 run                             mass: MS performed LU  {at=14094146.101814376, lu_delay=5.616875210776925, ms=00075}
22:51:01.243317 run                             mass: MS performed LU  {at=14094146.20769357, lu_delay=5.940586265176535, ms=00074}
22:51:01.262665 run                             mass: MS performed LU  {at=14094146.227072416, lu_delay=4.65907290764153, ms=00077}
22:51:01.288502 run                osmo-ms-mob/00087: Starting mobile
22:51:01.315152 run       osmo-ms-mob/00087(pid=222): Launched
22:51:01.336276 run                             mass: MS start registered  {at=14094146.300702818, delay=0.00910055823624134, ms=00087}
22:51:02.253296 run                osmo-ms-mob/00088: Starting mobile
22:51:02.282064 run       osmo-ms-mob/00088(pid=223): Launched
22:51:02.302072 run                             mass: MS start registered  {at=14094147.266461488, delay=0.0069917552173137665, ms=00088}
22:51:02.856644 run                osmo-ms-mob/00089: Starting mobile
22:51:02.884548 run       osmo-ms-mob/00089(pid=224): Launched
22:51:02.897251 run                             mass: MS performed LU  {at=14094147.861676872, lu_delay=5.563784744590521, ms=00079}
22:51:02.909644 run                             mass: MS performed LU  {at=14094147.874077752, lu_delay=5.804755037650466, ms=00078}
22:51:02.922335 run                             mass: MS start registered  {at=14094147.886767875, delay=0.02511489950120449, ms=00089}
22:51:02.974693 run                             mass: MS performed LU  {at=14094147.939087005, lu_delay=4.968831282109022, ms=00080}
22:51:03.399577 run                             mass: MS performed LU  {at=14094148.363942998, lu_delay=4.892998140305281, ms=00081}
22:51:03.424017 run                osmo-ms-mob/00090: Starting mobile
22:51:03.452697 run       osmo-ms-mob/00090(pid=225): Launched
22:51:03.476726 run                             mass: MS start registered  {at=14094148.44113332, delay=0.011159176006913185, ms=00090}
22:51:04.157266 run                osmo-ms-mob/00091: Starting mobile
22:51:04.187028 run       osmo-ms-mob/00091(pid=226): Launched
22:51:04.208934 run                             mass: MS start registered  {at=14094149.173352946, delay=0.009060462936758995, ms=00091}
22:51:04.838903 run                             mass: MS performed LU  {at=14094149.803259142, lu_delay=4.831212317571044, ms=00084}
22:51:04.866908 run                osmo-ms-mob/00092: Starting mobile
22:51:04.895128 run       osmo-ms-mob/00092(pid=227): Launched
22:51:04.908096 run                             mass: MS performed LU  {at=14094149.872518525, lu_delay=5.429850526154041, ms=00083}
22:51:04.920441 run                             mass: MS performed LU  {at=14094149.884871595, lu_delay=6.011958077549934, ms=00082}
22:51:04.932643 run                             mass: MS start registered  {at=14094149.897078382, delay=0.02458799071609974, ms=00092}
22:51:05.657250 run                osmo-ms-mob/00093: Starting mobile
22:51:05.688757 run       osmo-ms-mob/00093(pid=228): Launched
22:51:05.708955 run                             mass: MS start registered  {at=14094150.673359893, delay=0.00740312784910202, ms=00093}
22:51:06.555992 run                osmo-ms-mob/00094: Starting mobile
22:51:06.583093 run       osmo-ms-mob/00094(pid=229): Launched
22:51:06.605933 run                             mass: MS start registered  {at=14094151.570352808, delay=0.010321663692593575, ms=00094}
22:51:06.621948 run                             mass: MS performed LU  {at=14094151.58637762, lu_delay=5.285674802958965, ms=00087}
22:51:06.740449 run                             mass: MS performed LU  {at=14094151.704811772, lu_delay=6.235896948724985, ms=00085}
22:51:06.893126 run                             mass: MS performed LU  {at=14094151.857504193, lu_delay=22.78574072383344, ms=00041}
22:51:07.147040 run                             mass: MS performed LU  {at=14094152.111417107, lu_delay=4.8449556194245815, ms=00088}
22:51:07.456034 run                osmo-ms-mob/00095: Starting mobile
22:51:07.482993 run       osmo-ms-mob/00095(pid=230): Launched
22:51:07.505579 run                             mass: MS start registered  {at=14094152.469986035, delay=0.010070430114865303, ms=00095}
22:51:08.452917 run                osmo-ms-mob/00096: Starting mobile
22:51:08.479190 run       osmo-ms-mob/00096(pid=231): Launched
22:51:08.502784 run                             mass: MS start registered  {at=14094153.46719912, delay=0.006141463294625282, ms=00096}
22:51:08.605100 run                             mass: MS performed LU  {at=14094153.569417773, lu_delay=5.128284452483058, ms=00090}
22:51:08.650435 run                             mass: MS performed LU  {at=14094153.614845276, lu_delay=5.72807740047574, ms=00089}
22:51:08.904361 run                             mass: MS performed LU  {at=14094153.868748942, lu_delay=4.695395996794105, ms=00091}
22:51:09.554687 run                osmo-ms-mob/00097: Starting mobile
22:51:09.581876 run       osmo-ms-mob/00097(pid=232): Launched
22:51:09.604178 run                             mass: MS start registered  {at=14094154.568598628, delay=0.009762933477759361, ms=00097}
22:51:10.385625 run                             mass: MS performed LU  {at=14094155.350006444, lu_delay=4.676646551117301, ms=00093}
22:51:10.505750 run                             mass: MS performed LU  {at=14094155.470129091, lu_delay=5.573050709441304, ms=00092}
22:51:10.658267 run                             mass: MS performed LU  {at=14094155.62265074, lu_delay=22.46737085096538, ms=00055}
22:51:10.855323 run                osmo-ms-mob/00098: Starting mobile
22:51:10.882680 run       osmo-ms-mob/00098(pid=233): Launched
22:51:10.905080 run                             mass: MS start registered  {at=14094155.869493704, delay=0.00943760946393013, ms=00098}
22:51:12.371002 run                             mass: MS performed LU  {at=14094157.335350236, lu_delay=4.865364201366901, ms=00095}
22:51:12.416927 run                             mass: MS performed LU  {at=14094157.381345067, lu_delay=5.810992259532213, ms=00094}
22:51:12.659245 run                osmo-ms-mob/00099: Starting mobile
22:51:12.688214 run       osmo-ms-mob/00099(pid=234): Launched
22:51:12.700780 run                             mass: All started... {duration=55.76098243333399, too_slow=0}
22:51:12.712771 run                             mass: MS start registered  {at=14094157.67719763, delay=0.011983105912804604, ms=00099}
22:51:14.272185 run                             mass: MS performed LU  {at=14094159.236546557, lu_delay=4.667947929352522, ms=00097}
22:51:14.318336 run                             mass: MS performed LU  {at=14094159.282741686, lu_delay=5.8155425656586885, ms=00096}
22:51:16.136471 run                             mass: MS performed LU  {at=14094161.100758106, lu_delay=5.231264401227236, ms=00098}
22:51:18.038286 run                             mass: MS performed LU  {at=14094163.002662566, lu_delay=5.325464935973287, ms=00099}
22:51:23.667996 run                             mass: MS performed LU  {at=14094168.63235078, lu_delay=22.56295937113464, ms=00086}
22:51:23.682324 run                             mass: Tests done {all_completed=True, max=22.78574072383344, min=3.571873465552926}
22:51:23.693322 tst         register_default_mass.py: Test passed (87.9 sec)
22:51:23.704139 run pcap-recorder_any(filters='host 127.0.42.2')(pid=22): Terminating (SIGTERM)
22:51:23.710356 run      osmo-hlr_127.0.42.2(pid=23): Terminating (SIGTERM)
22:51:23.716681 run pcap-recorder_any(filters='host 127.0.42.5 and port not 22')(pid=24): Terminating (SIGTERM)
22:51:23.722909 run      osmo-stp_127.0.42.5(pid=25): Terminating (SIGTERM)
22:51:23.729172 run pcap-recorder_any(filters='host 127.0.42.6 and port not 22')(pid=26): Terminating (SIGTERM)
22:51:23.735430 run      osmo-msc_127.0.42.6(pid=27): Terminating (SIGTERM)
22:51:23.741740 run pcap-recorder_any(filters='host 127.0.42.3 and port not 22')(pid=28): Terminating (SIGTERM)
22:51:23.748495 run      osmo-mgw_127.0.42.3(pid=29): Terminating (SIGTERM)
22:51:23.754768 run pcap-recorder_any(filters='host 127.0.42.4 and port not 22')(pid=30): Terminating (SIGTERM)
22:51:23.760988 run      osmo-mgw_127.0.42.4(pid=31): Terminating (SIGTERM)
22:51:23.767187 run pcap-recorder_any(filters='host 127.0.42.7 and port not 22')(pid=32): Terminating (SIGTERM)
22:51:23.773464 run      osmo-bsc_127.0.42.7(pid=33): Terminating (SIGTERM)
22:51:23.779891 run         osmo-bts-virtual(pid=34): Terminating (SIGTERM)
22:51:23.786267 run   osmo-ms-virt-phy/00000(pid=35): Terminating (SIGTERM)
22:51:23.793240 run   osmo-ms-virt-phy/00001(pid=36): Terminating (SIGTERM)
22:51:23.799584 run   osmo-ms-virt-phy/00002(pid=37): Terminating (SIGTERM)
22:51:23.806070 run   osmo-ms-virt-phy/00003(pid=38): Terminating (SIGTERM)
22:51:23.813466 run   osmo-ms-virt-phy/00004(pid=39): Terminating (SIGTERM)
22:51:23.820784 run   osmo-ms-virt-phy/00005(pid=40): Terminating (SIGTERM)
22:51:23.827340 run   osmo-ms-virt-phy/00006(pid=41): Terminating (SIGTERM)
22:51:23.834277 run   osmo-ms-virt-phy/00007(pid=42): Terminating (SIGTERM)
22:51:23.840701 run   osmo-ms-virt-phy/00008(pid=43): Terminating (SIGTERM)
22:51:23.847157 run   osmo-ms-virt-phy/00009(pid=44): Terminating (SIGTERM)
22:51:23.853645 run   osmo-ms-virt-phy/00010(pid=45): Terminating (SIGTERM)
22:51:23.860661 run   osmo-ms-virt-phy/00011(pid=46): Terminating (SIGTERM)
22:51:23.867132 run   osmo-ms-virt-phy/00012(pid=47): Terminating (SIGTERM)
22:51:23.874942 run   osmo-ms-virt-phy/00013(pid=48): Terminating (SIGTERM)
22:51:23.882087 run   osmo-ms-virt-phy/00014(pid=49): Terminating (SIGTERM)
22:51:23.888717 run   osmo-ms-virt-phy/00015(pid=50): Terminating (SIGTERM)
22:51:23.895222 run   osmo-ms-virt-phy/00016(pid=51): Terminating (SIGTERM)
22:51:23.902916 run   osmo-ms-virt-phy/00017(pid=52): Terminating (SIGTERM)
22:51:23.909963 run   osmo-ms-virt-phy/00018(pid=53): Terminating (SIGTERM)
22:51:23.916694 run   osmo-ms-virt-phy/00019(pid=54): Terminating (SIGTERM)
22:51:23.923416 run   osmo-ms-virt-phy/00020(pid=55): Terminating (SIGTERM)
22:51:23.930075 run   osmo-ms-virt-phy/00021(pid=56): Terminating (SIGTERM)
22:51:23.938733 run   osmo-ms-virt-phy/00022(pid=57): Terminating (SIGTERM)
22:51:23.945383 run   osmo-ms-virt-phy/00023(pid=58): Terminating (SIGTERM)
22:51:23.951915 run   osmo-ms-virt-phy/00024(pid=59): Terminating (SIGTERM)
22:51:23.959840 run   osmo-ms-virt-phy/00025(pid=60): Terminating (SIGTERM)
22:51:23.966392 run   osmo-ms-virt-phy/00026(pid=61): Terminating (SIGTERM)
22:51:23.972992 run   osmo-ms-virt-phy/00027(pid=62): Terminating (SIGTERM)
22:51:23.979607 run   osmo-ms-virt-phy/00028(pid=63): Terminating (SIGTERM)
22:51:23.986228 run   osmo-ms-virt-phy/00029(pid=64): Terminating (SIGTERM)
22:51:23.992889 run   osmo-ms-virt-phy/00030(pid=65): Terminating (SIGTERM)
22:51:23.999547 run   osmo-ms-virt-phy/00031(pid=66): Terminating (SIGTERM)
22:51:24.006172 run   osmo-ms-virt-phy/00032(pid=67): Terminating (SIGTERM)
22:51:24.012795 run   osmo-ms-virt-phy/00033(pid=68): Terminating (SIGTERM)
22:51:24.019373 run   osmo-ms-virt-phy/00034(pid=69): Terminating (SIGTERM)
22:51:24.025940 run   osmo-ms-virt-phy/00035(pid=70): Terminating (SIGTERM)
22:51:24.032543 run   osmo-ms-virt-phy/00036(pid=71): Terminating (SIGTERM)
22:51:24.039192 run   osmo-ms-virt-phy/00037(pid=72): Terminating (SIGTERM)
22:51:24.045648 run   osmo-ms-virt-phy/00038(pid=73): Terminating (SIGTERM)
22:51:24.052572 run   osmo-ms-virt-phy/00039(pid=74): Terminating (SIGTERM)
22:51:24.059104 run   osmo-ms-virt-phy/00040(pid=75): Terminating (SIGTERM)
22:51:24.065899 run   osmo-ms-virt-phy/00041(pid=76): Terminating (SIGTERM)
22:51:24.073321 run   osmo-ms-virt-phy/00042(pid=77): Terminating (SIGTERM)
22:51:24.080877 run   osmo-ms-virt-phy/00043(pid=78): Terminating (SIGTERM)
22:51:24.087493 run   osmo-ms-virt-phy/00044(pid=79): Terminating (SIGTERM)
22:51:24.094923 run   osmo-ms-virt-phy/00045(pid=80): Terminating (SIGTERM)
22:51:24.101557 run   osmo-ms-virt-phy/00046(pid=81): Terminating (SIGTERM)
22:51:24.108182 run   osmo-ms-virt-phy/00047(pid=82): Terminating (SIGTERM)
22:51:24.115035 run   osmo-ms-virt-phy/00048(pid=83): Terminating (SIGTERM)
22:51:24.121703 run   osmo-ms-virt-phy/00049(pid=84): Terminating (SIGTERM)
22:51:24.128338 run   osmo-ms-virt-phy/00050(pid=85): Terminating (SIGTERM)
22:51:24.135103 run   osmo-ms-virt-phy/00051(pid=86): Terminating (SIGTERM)
22:51:24.142888 run   osmo-ms-virt-phy/00052(pid=87): Terminating (SIGTERM)
22:51:24.150910 run   osmo-ms-virt-phy/00053(pid=88): Terminating (SIGTERM)
22:51:24.157746 run   osmo-ms-virt-phy/00054(pid=89): Terminating (SIGTERM)
22:51:24.164459 run   osmo-ms-virt-phy/00055(pid=90): Terminating (SIGTERM)
22:51:24.171072 run   osmo-ms-virt-phy/00056(pid=91): Terminating (SIGTERM)
22:51:24.177657 run   osmo-ms-virt-phy/00057(pid=92): Terminating (SIGTERM)
22:51:24.184316 run   osmo-ms-virt-phy/00058(pid=93): Terminating (SIGTERM)
22:51:24.191070 run   osmo-ms-virt-phy/00059(pid=94): Terminating (SIGTERM)
22:51:24.197788 run   osmo-ms-virt-phy/00060(pid=95): Terminating (SIGTERM)
22:51:24.204496 run   osmo-ms-virt-phy/00061(pid=96): Terminating (SIGTERM)
22:51:24.211130 run   osmo-ms-virt-phy/00062(pid=97): Terminating (SIGTERM)
22:51:24.217827 run   osmo-ms-virt-phy/00063(pid=98): Terminating (SIGTERM)
22:51:24.224450 run   osmo-ms-virt-phy/00064(pid=99): Terminating (SIGTERM)
22:51:24.230934 run  osmo-ms-virt-phy/00065(pid=100): Terminating (SIGTERM)
22:51:24.237461 run  osmo-ms-virt-phy/00066(pid=101): Terminating (SIGTERM)
22:51:24.244308 run  osmo-ms-virt-phy/00067(pid=102): Terminating (SIGTERM)
22:51:24.251391 run  osmo-ms-virt-phy/00068(pid=103): Terminating (SIGTERM)
22:51:24.258713 run  osmo-ms-virt-phy/00069(pid=104): Terminating (SIGTERM)
22:51:24.265328 run  osmo-ms-virt-phy/00070(pid=105): Terminating (SIGTERM)
22:51:24.271832 run  osmo-ms-virt-phy/00071(pid=106): Terminating (SIGTERM)
22:51:24.278459 run  osmo-ms-virt-phy/00072(pid=107): Terminating (SIGTERM)
22:51:24.285409 run  osmo-ms-virt-phy/00073(pid=108): Terminating (SIGTERM)
22:51:24.292038 run  osmo-ms-virt-phy/00074(pid=109): Terminating (SIGTERM)
22:51:24.298634 run  osmo-ms-virt-phy/00075(pid=110): Terminating (SIGTERM)
22:51:24.305434 run  osmo-ms-virt-phy/00076(pid=111): Terminating (SIGTERM)
22:51:24.312220 run  osmo-ms-virt-phy/00077(pid=112): Terminating (SIGTERM)
22:51:24.319334 run  osmo-ms-virt-phy/00078(pid=113): Terminating (SIGTERM)
22:51:24.326456 run  osmo-ms-virt-phy/00079(pid=114): Terminating (SIGTERM)
22:51:24.334003 run  osmo-ms-virt-phy/00080(pid=115): Terminating (SIGTERM)
22:51:24.340733 run  osmo-ms-virt-phy/00081(pid=116): Terminating (SIGTERM)
22:51:24.347927 run  osmo-ms-virt-phy/00082(pid=117): Terminating (SIGTERM)
22:51:24.355294 run  osmo-ms-virt-phy/00083(pid=118): Terminating (SIGTERM)
22:51:24.361905 run  osmo-ms-virt-phy/00084(pid=119): Terminating (SIGTERM)
22:51:24.368573 run  osmo-ms-virt-phy/00085(pid=120): Terminating (SIGTERM)
22:51:24.375339 run  osmo-ms-virt-phy/00086(pid=121): Terminating (SIGTERM)
22:51:24.382489 run  osmo-ms-virt-phy/00087(pid=122): Terminating (SIGTERM)
22:51:24.390583 run  osmo-ms-virt-phy/00088(pid=123): Terminating (SIGTERM)
22:51:24.397358 run  osmo-ms-virt-phy/00089(pid=124): Terminating (SIGTERM)
22:51:24.403974 run  osmo-ms-virt-phy/00090(pid=125): Terminating (SIGTERM)
22:51:24.411309 run  osmo-ms-virt-phy/00091(pid=126): Terminating (SIGTERM)
22:51:24.418173 run  osmo-ms-virt-phy/00092(pid=127): Terminating (SIGTERM)
22:51:24.424863 run  osmo-ms-virt-phy/00093(pid=128): Terminating (SIGTERM)
22:51:24.431517 run  osmo-ms-virt-phy/00094(pid=129): Terminating (SIGTERM)
22:51:24.438240 run  osmo-ms-virt-phy/00095(pid=130): Terminating (SIGTERM)
22:51:24.444962 run  osmo-ms-virt-phy/00096(pid=131): Terminating (SIGTERM)
22:51:24.451565 run  osmo-ms-virt-phy/00097(pid=132): Terminating (SIGTERM)
22:51:24.458511 run  osmo-ms-virt-phy/00098(pid=133): Terminating (SIGTERM)
22:51:24.466003 run  osmo-ms-virt-phy/00099(pid=134): Terminating (SIGTERM)
22:51:24.473290 run       osmo-ms-mob/00000(pid=135): Terminating (SIGTERM)
22:51:24.479929 run       osmo-ms-mob/00001(pid=136): Terminating (SIGTERM)
22:51:24.486544 run       osmo-ms-mob/00002(pid=137): Terminating (SIGTERM)
22:51:24.493170 run       osmo-ms-mob/00003(pid=138): Terminating (SIGTERM)
22:51:24.499704 run       osmo-ms-mob/00004(pid=139): Terminating (SIGTERM)
22:51:24.506182 run       osmo-ms-mob/00005(pid=140): Terminating (SIGTERM)
22:51:24.512610 run       osmo-ms-mob/00006(pid=141): Terminating (SIGTERM)
22:51:24.519063 run       osmo-ms-mob/00007(pid=142): Terminating (SIGTERM)
22:51:24.525732 run       osmo-ms-mob/00008(pid=143): Terminating (SIGTERM)
22:51:24.532256 run       osmo-ms-mob/00009(pid=144): Terminating (SIGTERM)
22:51:24.538789 run       osmo-ms-mob/00010(pid=145): Terminating (SIGTERM)
22:51:24.545145 run       osmo-ms-mob/00011(pid=146): Terminating (SIGTERM)
22:51:24.551644 run       osmo-ms-mob/00012(pid=147): Terminating (SIGTERM)
22:51:24.558122 run       osmo-ms-mob/00013(pid=148): Terminating (SIGTERM)
22:51:24.564598 run       osmo-ms-mob/00014(pid=149): Terminating (SIGTERM)
22:51:24.571095 run       osmo-ms-mob/00015(pid=150): Terminating (SIGTERM)
22:51:24.577589 run       osmo-ms-mob/00016(pid=151): Terminating (SIGTERM)
22:51:24.584131 run       osmo-ms-mob/00017(pid=152): Terminating (SIGTERM)
22:51:24.590625 run       osmo-ms-mob/00018(pid=153): Terminating (SIGTERM)
22:51:24.597088 run       osmo-ms-mob/00019(pid=154): Terminating (SIGTERM)
22:51:24.607765 run       osmo-ms-mob/00020(pid=155): Terminating (SIGTERM)
22:51:24.616585 run       osmo-ms-mob/00021(pid=156): Terminating (SIGTERM)
22:51:24.623155 run       osmo-ms-mob/00022(pid=157): Terminating (SIGTERM)
22:51:24.629732 run       osmo-ms-mob/00023(pid=158): Terminating (SIGTERM)
22:51:24.636771 run       osmo-ms-mob/00024(pid=159): Terminating (SIGTERM)
22:51:24.643122 run       osmo-ms-mob/00025(pid=160): Terminating (SIGTERM)
22:51:24.649718 run       osmo-ms-mob/00026(pid=161): Terminating (SIGTERM)
22:51:24.656211 run       osmo-ms-mob/00027(pid=162): Terminating (SIGTERM)
22:51:24.662656 run       osmo-ms-mob/00028(pid=163): Terminating (SIGTERM)
22:51:24.669014 run       osmo-ms-mob/00029(pid=164): Terminating (SIGTERM)
22:51:24.675385 run       osmo-ms-mob/00030(pid=165): Terminating (SIGTERM)
22:51:24.681774 run       osmo-ms-mob/00031(pid=166): Terminating (SIGTERM)
22:51:24.688123 run       osmo-ms-mob/00032(pid=167): Terminating (SIGTERM)
22:51:24.694448 run       osmo-ms-mob/00033(pid=168): Terminating (SIGTERM)
22:51:24.700777 run       osmo-ms-mob/00034(pid=169): Terminating (SIGTERM)
22:51:24.707111 run       osmo-ms-mob/00035(pid=170): Terminating (SIGTERM)
22:51:24.713462 run       osmo-ms-mob/00036(pid=171): Terminating (SIGTERM)
22:51:24.719814 run       osmo-ms-mob/00037(pid=172): Terminating (SIGTERM)
22:51:24.726154 run       osmo-ms-mob/00038(pid=173): Terminating (SIGTERM)
22:51:24.732503 run       osmo-ms-mob/00039(pid=174): Terminating (SIGTERM)
22:51:24.738875 run       osmo-ms-mob/00040(pid=175): Terminating (SIGTERM)
22:51:24.745210 run       osmo-ms-mob/00041(pid=176): Terminating (SIGTERM)
22:51:24.751546 run       osmo-ms-mob/00042(pid=177): Terminating (SIGTERM)
22:51:24.757869 run       osmo-ms-mob/00043(pid=178): Terminating (SIGTERM)
22:51:24.764155 run       osmo-ms-mob/00044(pid=179): Terminating (SIGTERM)
22:51:24.770487 run       osmo-ms-mob/00045(pid=180): Terminating (SIGTERM)
22:51:24.776826 run       osmo-ms-mob/00046(pid=181): Terminating (SIGTERM)
22:51:24.783124 run       osmo-ms-mob/00047(pid=182): Terminating (SIGTERM)
22:51:24.789465 run       osmo-ms-mob/00048(pid=183): Terminating (SIGTERM)
22:51:24.795799 run       osmo-ms-mob/00049(pid=184): Terminating (SIGTERM)
22:51:24.802133 run       osmo-ms-mob/00050(pid=185): Terminating (SIGTERM)
22:51:24.808456 run       osmo-ms-mob/00051(pid=186): Terminating (SIGTERM)
22:51:24.814772 run       osmo-ms-mob/00052(pid=187): Terminating (SIGTERM)
22:51:24.821068 run       osmo-ms-mob/00053(pid=188): Terminating (SIGTERM)
22:51:24.827366 run       osmo-ms-mob/00054(pid=189): Terminating (SIGTERM)
22:51:24.833724 run       osmo-ms-mob/00055(pid=190): Terminating (SIGTERM)
22:51:24.840039 run       osmo-ms-mob/00056(pid=191): Terminating (SIGTERM)
22:51:24.846395 run       osmo-ms-mob/00057(pid=192): Terminating (SIGTERM)
22:51:24.852777 run       osmo-ms-mob/00058(pid=193): Terminating (SIGTERM)
22:51:24.859238 run       osmo-ms-mob/00059(pid=194): Terminating (SIGTERM)
22:51:24.865600 run       osmo-ms-mob/00060(pid=195): Terminating (SIGTERM)
22:51:24.872083 run       osmo-ms-mob/00061(pid=196): Terminating (SIGTERM)
22:51:24.878481 run       osmo-ms-mob/00062(pid=197): Terminating (SIGTERM)
22:51:24.884886 run       osmo-ms-mob/00063(pid=198): Terminating (SIGTERM)
22:51:24.891372 run       osmo-ms-mob/00064(pid=199): Terminating (SIGTERM)
22:51:24.897902 run       osmo-ms-mob/00065(pid=200): Terminating (SIGTERM)
22:51:24.904451 run       osmo-ms-mob/00066(pid=201): Terminating (SIGTERM)
22:51:24.910970 run       osmo-ms-mob/00067(pid=202): Terminating (SIGTERM)
22:51:24.917566 run       osmo-ms-mob/00068(pid=203): Terminating (SIGTERM)
22:51:24.924052 run       osmo-ms-mob/00069(pid=204): Terminating (SIGTERM)
22:51:24.931220 run       osmo-ms-mob/00070(pid=205): Terminating (SIGTERM)
22:51:24.937835 run       osmo-ms-mob/00071(pid=206): Terminating (SIGTERM)
22:51:24.944427 run       osmo-ms-mob/00072(pid=207): Terminating (SIGTERM)
22:51:24.951041 run       osmo-ms-mob/00073(pid=208): Terminating (SIGTERM)
22:51:24.957623 run       osmo-ms-mob/00074(pid=209): Terminating (SIGTERM)
22:51:24.964233 run       osmo-ms-mob/00075(pid=210): Terminating (SIGTERM)
22:51:24.970799 run       osmo-ms-mob/00076(pid=211): Terminating (SIGTERM)
22:51:24.977385 run       osmo-ms-mob/00077(pid=212): Terminating (SIGTERM)
22:51:24.983961 run       osmo-ms-mob/00078(pid=213): Terminating (SIGTERM)
22:51:24.990500 run       osmo-ms-mob/00079(pid=214): Terminating (SIGTERM)
22:51:24.996981 run       osmo-ms-mob/00080(pid=215): Terminating (SIGTERM)
22:51:25.003946 run       osmo-ms-mob/00081(pid=216): Terminating (SIGTERM)
22:51:25.010802 run       osmo-ms-mob/00082(pid=217): Terminating (SIGTERM)
22:51:25.018762 run       osmo-ms-mob/00083(pid=218): Terminating (SIGTERM)
22:51:25.025370 run       osmo-ms-mob/00084(pid=219): Terminating (SIGTERM)
22:51:25.031929 run       osmo-ms-mob/00085(pid=220): Terminating (SIGTERM)
22:51:25.038585 run       osmo-ms-mob/00086(pid=221): Terminating (SIGTERM)
22:51:25.045286 run       osmo-ms-mob/00087(pid=222): Terminating (SIGTERM)
22:51:25.051967 run       osmo-ms-mob/00088(pid=223): Terminating (SIGTERM)
22:51:25.058577 run       osmo-ms-mob/00089(pid=224): Terminating (SIGTERM)
22:51:25.065175 run       osmo-ms-mob/00090(pid=225): Terminating (SIGTERM)
22:51:25.071702 run       osmo-ms-mob/00091(pid=226): Terminating (SIGTERM)
22:51:25.078218 run       osmo-ms-mob/00092(pid=227): Terminating (SIGTERM)
22:51:25.084841 run       osmo-ms-mob/00093(pid=228): Terminating (SIGTERM)
22:51:25.091255 run       osmo-ms-mob/00094(pid=229): Terminating (SIGTERM)
22:51:25.097637 run       osmo-ms-mob/00095(pid=230): Terminating (SIGTERM)
22:51:25.104079 run       osmo-ms-mob/00096(pid=231): Terminating (SIGTERM)
22:51:25.110401 run       osmo-ms-mob/00097(pid=232): Terminating (SIGTERM)
22:51:25.116814 run       osmo-ms-mob/00098(pid=233): Terminating (SIGTERM)
22:51:25.123170 run       osmo-ms-mob/00099(pid=234): Terminating (SIGTERM)
22:51:25.129630 ---      ParallelTerminationStrategy: PID 22 died...
22:51:25.132498 run pcap-recorder_any(filters='host 127.0.42.2')(pid=22): Terminated: ok {rc=0}
22:51:25.139406 ---      ParallelTerminationStrategy: PID 23 died...
22:51:25.142291 run      osmo-hlr_127.0.42.2(pid=23): Terminated: ok {rc=0}
22:51:25.149373 ---      ParallelTerminationStrategy: PID 24 died...
22:51:25.152204 run pcap-recorder_any(filters='host 127.0.42.5 and port not 22')(pid=24): Terminated: ok {rc=0}
22:51:25.159116 ---      ParallelTerminationStrategy: PID 25 died...
22:51:25.161961 run      osmo-stp_127.0.42.5(pid=25): Terminated: ok {rc=0}
22:51:25.168961 ---      ParallelTerminationStrategy: PID 26 died...
22:51:25.171877 run pcap-recorder_any(filters='host 127.0.42.6 and port not 22')(pid=26): Terminated: ok {rc=0}
22:51:25.179016 ---      ParallelTerminationStrategy: PID 27 died...
22:51:25.181928 run      osmo-msc_127.0.42.6(pid=27): Terminated: ok {rc=0}
22:51:25.188986 ---      ParallelTerminationStrategy: PID 28 died...
22:51:25.191873 run pcap-recorder_any(filters='host 127.0.42.3 and port not 22')(pid=28): Terminated: ok {rc=0}
22:51:25.198991 ---      ParallelTerminationStrategy: PID 29 died...
22:51:25.201881 run      osmo-mgw_127.0.42.3(pid=29): Terminated {rc=15}
22:51:25.209060 ---      ParallelTerminationStrategy: PID 30 died...
22:51:25.211949 run pcap-recorder_any(filters='host 127.0.42.4 and port not 22')(pid=30): Terminated: ok {rc=0}
22:51:25.220284 ---      ParallelTerminationStrategy: PID 31 died...
22:51:25.223225 run      osmo-mgw_127.0.42.4(pid=31): Terminated {rc=15}
22:51:25.230401 ---      ParallelTerminationStrategy: PID 32 died...
22:51:25.233340 run pcap-recorder_any(filters='host 127.0.42.7 and port not 22')(pid=32): Terminated: ok {rc=0}
22:51:25.240540 ---      ParallelTerminationStrategy: PID 33 died...
22:51:25.243442 run      osmo-bsc_127.0.42.7(pid=33): Terminated: ok {rc=0}
22:51:25.250744 ---      ParallelTerminationStrategy: PID 35 died...
22:51:25.253667 run   osmo-ms-virt-phy/00000(pid=35): Terminated: ok {rc=0}
22:51:25.260881 ---      ParallelTerminationStrategy: PID 36 died...
22:51:25.263816 run   osmo-ms-virt-phy/00001(pid=36): Terminated: ok {rc=0}
22:51:25.270988 ---      ParallelTerminationStrategy: PID 37 died...
22:51:25.273926 run   osmo-ms-virt-phy/00002(pid=37): Terminated: ok {rc=0}
22:51:25.281127 ---      ParallelTerminationStrategy: PID 38 died...
22:51:25.284046 run   osmo-ms-virt-phy/00003(pid=38): Terminated: ok {rc=0}
22:51:25.291191 ---      ParallelTerminationStrategy: PID 39 died...
22:51:25.294137 run   osmo-ms-virt-phy/00004(pid=39): Terminated: ok {rc=0}
22:51:25.301302 ---      ParallelTerminationStrategy: PID 40 died...
22:51:25.304221 run   osmo-ms-virt-phy/00005(pid=40): Terminated: ok {rc=0}
22:51:25.311327 ---      ParallelTerminationStrategy: PID 41 died...
22:51:25.314227 run   osmo-ms-virt-phy/00006(pid=41): Terminated: ok {rc=0}
22:51:25.321246 ---      ParallelTerminationStrategy: PID 42 died...
22:51:25.324184 run   osmo-ms-virt-phy/00007(pid=42): Terminated: ok {rc=0}
22:51:25.331215 ---      ParallelTerminationStrategy: PID 43 died...
22:51:25.334111 run   osmo-ms-virt-phy/00008(pid=43): Terminated: ok {rc=0}
22:51:25.341148 ---      ParallelTerminationStrategy: PID 44 died...
22:51:25.344067 run   osmo-ms-virt-phy/00009(pid=44): Terminated: ok {rc=0}
22:51:25.351178 ---      ParallelTerminationStrategy: PID 45 died...
22:51:25.354087 run   osmo-ms-virt-phy/00010(pid=45): Terminated: ok {rc=0}
22:51:25.361135 ---      ParallelTerminationStrategy: PID 46 died...
22:51:25.363995 run   osmo-ms-virt-phy/00011(pid=46): Terminated: ok {rc=0}
22:51:25.371034 ---      ParallelTerminationStrategy: PID 47 died...
22:51:25.373924 run   osmo-ms-virt-phy/00012(pid=47): Terminated: ok {rc=0}
22:51:25.380986 ---      ParallelTerminationStrategy: PID 48 died...
22:51:25.383862 run   osmo-ms-virt-phy/00013(pid=48): Terminated: ok {rc=0}
22:51:25.390929 ---      ParallelTerminationStrategy: PID 49 died...
22:51:25.393788 run   osmo-ms-virt-phy/00014(pid=49): Terminated: ok {rc=0}
22:51:25.400797 ---      ParallelTerminationStrategy: PID 50 died...
22:51:25.403681 run   osmo-ms-virt-phy/00015(pid=50): Terminated: ok {rc=0}
22:51:25.410726 ---      ParallelTerminationStrategy: PID 51 died...
22:51:25.413565 run   osmo-ms-virt-phy/00016(pid=51): Terminated: ok {rc=0}
22:51:25.420555 ---      ParallelTerminationStrategy: PID 52 died...
22:51:25.423384 run   osmo-ms-virt-phy/00017(pid=52): Terminated: ok {rc=0}
22:51:25.430422 ---      ParallelTerminationStrategy: PID 53 died...
22:51:25.433280 run   osmo-ms-virt-phy/00018(pid=53): Terminated: ok {rc=0}
22:51:25.440276 ---      ParallelTerminationStrategy: PID 54 died...
22:51:25.443119 run   osmo-ms-virt-phy/00019(pid=54): Terminated: ok {rc=0}
22:51:25.450189 ---      ParallelTerminationStrategy: PID 55 died...
22:51:25.453084 run   osmo-ms-virt-phy/00020(pid=55): Terminated: ok {rc=0}
22:51:25.460071 ---      ParallelTerminationStrategy: PID 56 died...
22:51:25.462893 run   osmo-ms-virt-phy/00021(pid=56): Terminated: ok {rc=0}
22:51:25.469893 ---      ParallelTerminationStrategy: PID 57 died...
22:51:25.472743 run   osmo-ms-virt-phy/00022(pid=57): Terminated: ok {rc=0}
22:51:25.479734 ---      ParallelTerminationStrategy: PID 58 died...
22:51:25.482567 run   osmo-ms-virt-phy/00023(pid=58): Terminated: ok {rc=0}
22:51:25.489554 ---      ParallelTerminationStrategy: PID 59 died...
22:51:25.492399 run   osmo-ms-virt-phy/00024(pid=59): Terminated: ok {rc=0}
22:51:25.499381 ---      ParallelTerminationStrategy: PID 60 died...
22:51:25.502224 run   osmo-ms-virt-phy/00025(pid=60): Terminated: ok {rc=0}
22:51:25.509245 ---      ParallelTerminationStrategy: PID 61 died...
22:51:25.512104 run   osmo-ms-virt-phy/00026(pid=61): Terminated: ok {rc=0}
22:51:25.519073 ---      ParallelTerminationStrategy: PID 62 died...
22:51:25.521935 run   osmo-ms-virt-phy/00027(pid=62): Terminated: ok {rc=0}
22:51:25.528913 ---      ParallelTerminationStrategy: PID 63 died...
22:51:25.531803 run   osmo-ms-virt-phy/00028(pid=63): Terminated: ok {rc=0}
22:51:25.538822 ---      ParallelTerminationStrategy: PID 64 died...
22:51:25.541663 run   osmo-ms-virt-phy/00029(pid=64): Terminated: ok {rc=0}
22:51:25.548715 ---      ParallelTerminationStrategy: PID 65 died...
22:51:25.551615 run   osmo-ms-virt-phy/00030(pid=65): Terminated: ok {rc=0}
22:51:25.558730 ---      ParallelTerminationStrategy: PID 66 died...
22:51:25.561597 run   osmo-ms-virt-phy/00031(pid=66): Terminated: ok {rc=0}
22:51:25.568648 ---      ParallelTerminationStrategy: PID 67 died...
22:51:25.571527 run   osmo-ms-virt-phy/00032(pid=67): Terminated: ok {rc=0}
22:51:25.578554 ---      ParallelTerminationStrategy: PID 68 died...
22:51:25.581538 run   osmo-ms-virt-phy/00033(pid=68): Terminated: ok {rc=0}
22:51:25.588627 ---      ParallelTerminationStrategy: PID 69 died...
22:51:25.591533 run   osmo-ms-virt-phy/00034(pid=69): Terminated: ok {rc=0}
22:51:25.598649 ---      ParallelTerminationStrategy: PID 70 died...
22:51:25.601561 run   osmo-ms-virt-phy/00035(pid=70): Terminated: ok {rc=0}
22:51:25.608805 ---      ParallelTerminationStrategy: PID 71 died...
22:51:25.611751 run   osmo-ms-virt-phy/00036(pid=71): Terminated: ok {rc=0}
22:51:25.618802 ---      ParallelTerminationStrategy: PID 72 died...
22:51:25.621707 run   osmo-ms-virt-phy/00037(pid=72): Terminated: ok {rc=0}
22:51:25.628910 ---      ParallelTerminationStrategy: PID 73 died...
22:51:25.631826 run   osmo-ms-virt-phy/00038(pid=73): Terminated: ok {rc=0}
22:51:25.638901 ---      ParallelTerminationStrategy: PID 74 died...
22:51:25.641830 run   osmo-ms-virt-phy/00039(pid=74): Terminated: ok {rc=0}
22:51:25.648999 ---      ParallelTerminationStrategy: PID 75 died...
22:51:25.651889 run   osmo-ms-virt-phy/00040(pid=75): Terminated: ok {rc=0}
22:51:25.658940 ---      ParallelTerminationStrategy: PID 76 died...
22:51:25.661859 run   osmo-ms-virt-phy/00041(pid=76): Terminated: ok {rc=0}
22:51:25.668894 ---      ParallelTerminationStrategy: PID 77 died...
22:51:25.671775 run   osmo-ms-virt-phy/00042(pid=77): Terminated: ok {rc=0}
22:51:25.678760 ---      ParallelTerminationStrategy: PID 78 died...
22:51:25.681636 run   osmo-ms-virt-phy/00043(pid=78): Terminated: ok {rc=0}
22:51:25.688587 ---      ParallelTerminationStrategy: PID 79 died...
22:51:25.691406 run   osmo-ms-virt-phy/00044(pid=79): Terminated: ok {rc=0}
22:51:25.698370 ---      ParallelTerminationStrategy: PID 80 died...
22:51:25.701220 run   osmo-ms-virt-phy/00045(pid=80): Terminated: ok {rc=0}
22:51:25.708191 ---      ParallelTerminationStrategy: PID 81 died...
22:51:25.711010 run   osmo-ms-virt-phy/00046(pid=81): Terminated: ok {rc=0}
22:51:25.717986 ---      ParallelTerminationStrategy: PID 82 died...
22:51:25.720837 run   osmo-ms-virt-phy/00047(pid=82): Terminated: ok {rc=0}
22:51:25.727836 ---      ParallelTerminationStrategy: PID 83 died...
22:51:25.730670 run   osmo-ms-virt-phy/00048(pid=83): Terminated: ok {rc=0}
22:51:25.737680 ---      ParallelTerminationStrategy: PID 84 died...
22:51:25.740604 run   osmo-ms-virt-phy/00049(pid=84): Terminated: ok {rc=0}
22:51:25.747769 ---      ParallelTerminationStrategy: PID 85 died...
22:51:25.750692 run   osmo-ms-virt-phy/00050(pid=85): Terminated: ok {rc=0}
22:51:25.757831 ---      ParallelTerminationStrategy: PID 86 died...
22:51:25.760728 run   osmo-ms-virt-phy/00051(pid=86): Terminated: ok {rc=0}
22:51:25.767763 ---      ParallelTerminationStrategy: PID 87 died...
22:51:25.770614 run   osmo-ms-virt-phy/00052(pid=87): Terminated: ok {rc=0}
22:51:25.777667 ---      ParallelTerminationStrategy: PID 88 died...
22:51:25.780504 run   osmo-ms-virt-phy/00053(pid=88): Terminated: ok {rc=0}
22:51:25.787459 ---      ParallelTerminationStrategy: PID 89 died...
22:51:25.790355 run   osmo-ms-virt-phy/00054(pid=89): Terminated: ok {rc=0}
22:51:25.797367 ---      ParallelTerminationStrategy: PID 90 died...
22:51:25.800213 run   osmo-ms-virt-phy/00055(pid=90): Terminated: ok {rc=0}
22:51:25.807281 ---      ParallelTerminationStrategy: PID 91 died...
22:51:25.810210 run   osmo-ms-virt-phy/00056(pid=91): Terminated: ok {rc=0}
22:51:25.817308 ---      ParallelTerminationStrategy: PID 92 died...
22:51:25.820166 run   osmo-ms-virt-phy/00057(pid=92): Terminated: ok {rc=0}
22:51:25.827158 ---      ParallelTerminationStrategy: PID 93 died...
22:51:25.829997 run   osmo-ms-virt-phy/00058(pid=93): Terminated: ok {rc=0}
22:51:25.837002 ---      ParallelTerminationStrategy: PID 94 died...
22:51:25.839868 run   osmo-ms-virt-phy/00059(pid=94): Terminated: ok {rc=0}
22:51:25.846853 ---      ParallelTerminationStrategy: PID 95 died...
22:51:25.849764 run   osmo-ms-virt-phy/00060(pid=95): Terminated: ok {rc=0}
22:51:25.856841 ---      ParallelTerminationStrategy: PID 96 died...
22:51:25.859697 run   osmo-ms-virt-phy/00061(pid=96): Terminated: ok {rc=0}
22:51:25.866676 ---      ParallelTerminationStrategy: PID 97 died...
22:51:25.869508 run   osmo-ms-virt-phy/00062(pid=97): Terminated: ok {rc=0}
22:51:25.876511 ---      ParallelTerminationStrategy: PID 98 died...
22:51:25.879327 run   osmo-ms-virt-phy/00063(pid=98): Terminated: ok {rc=0}
22:51:25.886295 ---      ParallelTerminationStrategy: PID 99 died...
22:51:25.889222 run   osmo-ms-virt-phy/00064(pid=99): Terminated: ok {rc=0}
22:51:25.896200 ---      ParallelTerminationStrategy: PID 100 died...
22:51:25.899026 run  osmo-ms-virt-phy/00065(pid=100): Terminated: ok {rc=0}
22:51:25.906148 ---      ParallelTerminationStrategy: PID 101 died...
22:51:25.909041 run  osmo-ms-virt-phy/00066(pid=101): Terminated: ok {rc=0}
22:51:25.916035 ---      ParallelTerminationStrategy: PID 102 died...
22:51:25.918850 run  osmo-ms-virt-phy/00067(pid=102): Terminated: ok {rc=0}
22:51:25.925836 ---      ParallelTerminationStrategy: PID 103 died...
22:51:25.928694 run  osmo-ms-virt-phy/00068(pid=103): Terminated: ok {rc=0}
22:51:25.935721 ---      ParallelTerminationStrategy: PID 104 died...
22:51:25.938556 run  osmo-ms-virt-phy/00069(pid=104): Terminated: ok {rc=0}
22:51:25.945552 ---      ParallelTerminationStrategy: PID 105 died...
22:51:25.948477 run  osmo-ms-virt-phy/00070(pid=105): Terminated: ok {rc=0}
22:51:25.955477 ---      ParallelTerminationStrategy: PID 106 died...
22:51:25.958300 run  osmo-ms-virt-phy/00071(pid=106): Terminated: ok {rc=0}
22:51:25.965272 ---      ParallelTerminationStrategy: PID 107 died...
22:51:25.968111 run  osmo-ms-virt-phy/00072(pid=107): Terminated: ok {rc=0}
22:51:25.975073 ---      ParallelTerminationStrategy: PID 108 died...
22:51:25.977935 run  osmo-ms-virt-phy/00073(pid=108): Terminated: ok {rc=0}
22:51:25.984970 ---      ParallelTerminationStrategy: PID 109 died...
22:51:25.987813 run  osmo-ms-virt-phy/00074(pid=109): Terminated: ok {rc=0}
22:51:25.994770 ---      ParallelTerminationStrategy: PID 110 died...
22:51:25.997623 run  osmo-ms-virt-phy/00075(pid=110): Terminated: ok {rc=0}
22:51:26.004647 ---      ParallelTerminationStrategy: PID 111 died...
22:51:26.007468 run  osmo-ms-virt-phy/00076(pid=111): Terminated: ok {rc=0}
22:51:26.014448 ---      ParallelTerminationStrategy: PID 112 died...
22:51:26.017296 run  osmo-ms-virt-phy/00077(pid=112): Terminated: ok {rc=0}
22:51:26.024319 ---      ParallelTerminationStrategy: PID 113 died...
22:51:26.027148 run  osmo-ms-virt-phy/00078(pid=113): Terminated: ok {rc=0}
22:51:26.034150 ---      ParallelTerminationStrategy: PID 114 died...
22:51:26.037026 run  osmo-ms-virt-phy/00079(pid=114): Terminated: ok {rc=0}
22:51:26.044030 ---      ParallelTerminationStrategy: PID 115 died...
22:51:26.046859 run  osmo-ms-virt-phy/00080(pid=115): Terminated: ok {rc=0}
22:51:26.053962 ---      ParallelTerminationStrategy: PID 116 died...
22:51:26.056802 run  osmo-ms-virt-phy/00081(pid=116): Terminated: ok {rc=0}
22:51:26.063797 ---      ParallelTerminationStrategy: PID 117 died...
22:51:26.066639 run  osmo-ms-virt-phy/00082(pid=117): Terminated: ok {rc=0}
22:51:26.073647 ---      ParallelTerminationStrategy: PID 118 died...
22:51:26.076497 run  osmo-ms-virt-phy/00083(pid=118): Terminated: ok {rc=0}
22:51:26.083629 ---      ParallelTerminationStrategy: PID 119 died...
22:51:26.086467 run  osmo-ms-virt-phy/00084(pid=119): Terminated: ok {rc=0}
22:51:26.093464 ---      ParallelTerminationStrategy: PID 120 died...
22:51:26.096334 run  osmo-ms-virt-phy/00085(pid=120): Terminated: ok {rc=0}
22:51:26.103341 ---      ParallelTerminationStrategy: PID 121 died...
22:51:26.106194 run  osmo-ms-virt-phy/00086(pid=121): Terminated: ok {rc=0}
22:51:26.113199 ---      ParallelTerminationStrategy: PID 122 died...
22:51:26.116062 run  osmo-ms-virt-phy/00087(pid=122): Terminated: ok {rc=0}
22:51:26.123058 ---      ParallelTerminationStrategy: PID 123 died...
22:51:26.125934 run  osmo-ms-virt-phy/00088(pid=123): Terminated: ok {rc=0}
22:51:26.133149 ---      ParallelTerminationStrategy: PID 124 died...
22:51:26.136038 run  osmo-ms-virt-phy/00089(pid=124): Terminated: ok {rc=0}
22:51:26.143095 ---      ParallelTerminationStrategy: PID 125 died...
22:51:26.146004 run  osmo-ms-virt-phy/00090(pid=125): Terminated: ok {rc=0}
22:51:26.153171 ---      ParallelTerminationStrategy: PID 126 died...
22:51:26.156095 run  osmo-ms-virt-phy/00091(pid=126): Terminated: ok {rc=0}
22:51:26.163115 ---      ParallelTerminationStrategy: PID 127 died...
22:51:26.165975 run  osmo-ms-virt-phy/00092(pid=127): Terminated: ok {rc=0}
22:51:26.172939 ---      ParallelTerminationStrategy: PID 128 died...
22:51:26.175844 run  osmo-ms-virt-phy/00093(pid=128): Terminated: ok {rc=0}
22:51:26.182823 ---      ParallelTerminationStrategy: PID 129 died...
22:51:26.185685 run  osmo-ms-virt-phy/00094(pid=129): Terminated: ok {rc=0}
22:51:26.192668 ---      ParallelTerminationStrategy: PID 130 died...
22:51:26.195492 run  osmo-ms-virt-phy/00095(pid=130): Terminated: ok {rc=0}
22:51:26.202485 ---      ParallelTerminationStrategy: PID 131 died...
22:51:26.205339 run  osmo-ms-virt-phy/00096(pid=131): Terminated: ok {rc=0}
22:51:26.212316 ---      ParallelTerminationStrategy: PID 132 died...
22:51:26.215141 run  osmo-ms-virt-phy/00097(pid=132): Terminated: ok {rc=0}
22:51:26.222162 ---      ParallelTerminationStrategy: PID 133 died...
22:51:26.224991 run  osmo-ms-virt-phy/00098(pid=133): Terminated: ok {rc=0}
22:51:26.231978 ---      ParallelTerminationStrategy: PID 134 died...
22:51:26.234798 run  osmo-ms-virt-phy/00099(pid=134): Terminated: ok {rc=0}
22:51:26.241903 ---      ParallelTerminationStrategy: PID 135 died...
22:51:26.244761 run       osmo-ms-mob/00000(pid=135): Terminated {rc=26112}
22:51:26.251902 ---      ParallelTerminationStrategy: PID 136 died...
22:51:26.254805 run       osmo-ms-mob/00001(pid=136): Terminated {rc=26112}
22:51:26.261918 ---      ParallelTerminationStrategy: PID 137 died...
22:51:26.264786 run       osmo-ms-mob/00002(pid=137): Terminated {rc=26112}
22:51:26.271843 ---      ParallelTerminationStrategy: PID 138 died...
22:51:26.274698 run       osmo-ms-mob/00003(pid=138): Terminated {rc=26112}
22:51:26.281806 ---      ParallelTerminationStrategy: PID 139 died...
22:51:26.284686 run       osmo-ms-mob/00004(pid=139): Terminated {rc=26112}
22:51:26.291762 ---      ParallelTerminationStrategy: PID 140 died...
22:51:26.294611 run       osmo-ms-mob/00005(pid=140): Terminated {rc=26112}
22:51:26.301710 ---      ParallelTerminationStrategy: PID 141 died...
22:51:26.304547 run       osmo-ms-mob/00006(pid=141): Terminated {rc=26112}
22:51:26.311589 ---      ParallelTerminationStrategy: PID 142 died...
22:51:26.314433 run       osmo-ms-mob/00007(pid=142): Terminated {rc=26112}
22:51:26.321526 ---      ParallelTerminationStrategy: PID 143 died...
22:51:26.324385 run       osmo-ms-mob/00008(pid=143): Terminated {rc=26112}
22:51:26.331424 ---      ParallelTerminationStrategy: PID 144 died...
22:51:26.334306 run       osmo-ms-mob/00009(pid=144): Terminated {rc=26112}
22:51:26.341386 ---      ParallelTerminationStrategy: PID 145 died...
22:51:26.344242 run       osmo-ms-mob/00010(pid=145): Terminated {rc=26112}
22:51:26.351392 ---      ParallelTerminationStrategy: PID 146 died...
22:51:26.354311 run       osmo-ms-mob/00011(pid=146): Terminated {rc=26112}
22:51:26.361413 ---      ParallelTerminationStrategy: PID 147 died...
22:51:26.364336 run       osmo-ms-mob/00012(pid=147): Terminated {rc=26112}
22:51:26.371445 ---      ParallelTerminationStrategy: PID 148 died...
22:51:26.374328 run       osmo-ms-mob/00013(pid=148): Terminated {rc=26112}
22:51:26.382684 ---      ParallelTerminationStrategy: PID 149 died...
22:51:26.385508 run       osmo-ms-mob/00014(pid=149): Terminated {rc=26112}
22:51:26.392496 ---      ParallelTerminationStrategy: PID 150 died...
22:51:26.395329 run       osmo-ms-mob/00015(pid=150): Terminated {rc=26112}
22:51:26.402369 ---      ParallelTerminationStrategy: PID 151 died...
22:51:26.405261 run       osmo-ms-mob/00016(pid=151): Terminated {rc=26112}
22:51:26.412330 ---      ParallelTerminationStrategy: PID 152 died...
22:51:26.415153 run       osmo-ms-mob/00017(pid=152): Terminated {rc=26112}
22:51:26.422151 ---      ParallelTerminationStrategy: PID 153 died...
22:51:26.424962 run       osmo-ms-mob/00018(pid=153): Terminated {rc=26112}
22:51:26.431952 ---      ParallelTerminationStrategy: PID 154 died...
22:51:26.434765 run       osmo-ms-mob/00019(pid=154): Terminated {rc=26112}
22:51:26.441767 ---      ParallelTerminationStrategy: PID 155 died...
22:51:26.444612 run       osmo-ms-mob/00020(pid=155): Terminated {rc=26112}
22:51:26.451689 ---      ParallelTerminationStrategy: PID 156 died...
22:51:26.454530 run       osmo-ms-mob/00021(pid=156): Terminated {rc=26112}
22:51:26.461484 ---      ParallelTerminationStrategy: PID 157 died...
22:51:26.464307 run       osmo-ms-mob/00022(pid=157): Terminated {rc=26112}
22:51:26.471307 ---      ParallelTerminationStrategy: PID 158 died...
22:51:26.474139 run       osmo-ms-mob/00023(pid=158): Terminated {rc=26112}
22:51:26.481157 ---      ParallelTerminationStrategy: PID 159 died...
22:51:26.484003 run       osmo-ms-mob/00024(pid=159): Terminated {rc=26112}
22:51:26.491009 ---      ParallelTerminationStrategy: PID 160 died...
22:51:26.493848 run       osmo-ms-mob/00025(pid=160): Terminated {rc=26112}
22:51:26.500856 ---      ParallelTerminationStrategy: PID 161 died...
22:51:26.503683 run       osmo-ms-mob/00026(pid=161): Terminated {rc=26112}
22:51:26.510669 ---      ParallelTerminationStrategy: PID 162 died...
22:51:26.513484 run       osmo-ms-mob/00027(pid=162): Terminated {rc=26112}
22:51:26.520525 ---      ParallelTerminationStrategy: PID 163 died...
22:51:26.523364 run       osmo-ms-mob/00028(pid=163): Terminated {rc=26112}
22:51:26.530384 ---      ParallelTerminationStrategy: PID 164 died...
22:51:26.533217 run       osmo-ms-mob/00029(pid=164): Terminated {rc=26112}
22:51:26.540217 ---      ParallelTerminationStrategy: PID 165 died...
22:51:26.543033 run       osmo-ms-mob/00030(pid=165): Terminated {rc=26112}
22:51:26.550085 ---      ParallelTerminationStrategy: PID 166 died...
22:51:26.552959 run       osmo-ms-mob/00031(pid=166): Terminated {rc=26112}
22:51:26.559937 ---      ParallelTerminationStrategy: PID 167 died...
22:51:26.562746 run       osmo-ms-mob/00032(pid=167): Terminated {rc=26112}
22:51:26.569705 ---      ParallelTerminationStrategy: PID 168 died...
22:51:26.572533 run       osmo-ms-mob/00033(pid=168): Terminated {rc=26112}
22:51:26.579597 ---      ParallelTerminationStrategy: PID 169 died...
22:51:26.582531 run       osmo-ms-mob/00034(pid=169): Terminated {rc=26112}
22:51:26.589600 ---      ParallelTerminationStrategy: PID 170 died...
22:51:26.592456 run       osmo-ms-mob/00035(pid=170): Terminated {rc=26112}
22:51:26.599454 ---      ParallelTerminationStrategy: PID 171 died...
22:51:26.602293 run       osmo-ms-mob/00036(pid=171): Terminated {rc=26112}
22:51:26.609341 ---      ParallelTerminationStrategy: PID 172 died...
22:51:26.612218 run       osmo-ms-mob/00037(pid=172): Terminated {rc=26112}
22:51:26.619274 ---      ParallelTerminationStrategy: PID 173 died...
22:51:26.622148 run       osmo-ms-mob/00038(pid=173): Terminated {rc=26112}
22:51:26.629184 ---      ParallelTerminationStrategy: PID 174 died...
22:51:26.632036 run       osmo-ms-mob/00039(pid=174): Terminated {rc=26112}
22:51:26.639112 ---      ParallelTerminationStrategy: PID 175 died...
22:51:26.641984 run       osmo-ms-mob/00040(pid=175): Terminated {rc=26112}
22:51:26.649044 ---      ParallelTerminationStrategy: PID 176 died...
22:51:26.651931 run       osmo-ms-mob/00041(pid=176): Terminated {rc=26112}
22:51:26.658902 ---      ParallelTerminationStrategy: PID 177 died...
22:51:26.661780 run       osmo-ms-mob/00042(pid=177): Terminated {rc=26112}
22:51:26.668890 ---      ParallelTerminationStrategy: PID 178 died...
22:51:26.671755 run       osmo-ms-mob/00043(pid=178): Terminated {rc=26112}
22:51:26.678777 ---      ParallelTerminationStrategy: PID 179 died...
22:51:26.681635 run       osmo-ms-mob/00044(pid=179): Terminated {rc=26112}
22:51:26.688635 ---      ParallelTerminationStrategy: PID 180 died...
22:51:26.691459 run       osmo-ms-mob/00045(pid=180): Terminated {rc=26112}
22:51:26.698448 ---      ParallelTerminationStrategy: PID 181 died...
22:51:26.701296 run       osmo-ms-mob/00046(pid=181): Terminated {rc=26112}
22:51:26.708302 ---      ParallelTerminationStrategy: PID 182 died...
22:51:26.711120 run       osmo-ms-mob/00047(pid=182): Terminated {rc=26112}
22:51:26.718107 ---      ParallelTerminationStrategy: PID 183 died...
22:51:26.720978 run       osmo-ms-mob/00048(pid=183): Terminated {rc=26112}
22:51:26.728030 ---      ParallelTerminationStrategy: PID 184 died...
22:51:26.730848 run       osmo-ms-mob/00049(pid=184): Terminated {rc=26112}
22:51:26.737873 ---      ParallelTerminationStrategy: PID 185 died...
22:51:26.740737 run       osmo-ms-mob/00050(pid=185): Terminated {rc=26112}
22:51:26.747726 ---      ParallelTerminationStrategy: PID 186 died...
22:51:26.750587 run       osmo-ms-mob/00051(pid=186): Terminated {rc=26112}
22:51:26.757608 ---      ParallelTerminationStrategy: PID 187 died...
22:51:26.760457 run       osmo-ms-mob/00052(pid=187): Terminated {rc=26112}
22:51:26.767451 ---      ParallelTerminationStrategy: PID 188 died...
22:51:26.770284 run       osmo-ms-mob/00053(pid=188): Terminated {rc=26112}
22:51:26.777368 ---      ParallelTerminationStrategy: PID 189 died...
22:51:26.780243 run       osmo-ms-mob/00054(pid=189): Terminated {rc=26112}
22:51:26.787216 ---      ParallelTerminationStrategy: PID 190 died...
22:51:26.790046 run       osmo-ms-mob/00055(pid=190): Terminated {rc=26112}
22:51:26.797071 ---      ParallelTerminationStrategy: PID 191 died...
22:51:26.799922 run       osmo-ms-mob/00056(pid=191): Terminated {rc=26112}
22:51:26.806953 ---      ParallelTerminationStrategy: PID 192 died...
22:51:26.809790 run       osmo-ms-mob/00057(pid=192): Terminated {rc=26112}
22:51:26.816835 ---      ParallelTerminationStrategy: PID 193 died...
22:51:26.819689 run       osmo-ms-mob/00058(pid=193): Terminated {rc=26112}
22:51:26.826624 ---      ParallelTerminationStrategy: PID 194 died...
22:51:26.829918 run       osmo-ms-mob/00059(pid=194): Terminated {rc=26112}
22:51:26.837728 ---      ParallelTerminationStrategy: PID 195 died...
22:51:26.840554 run       osmo-ms-mob/00060(pid=195): Terminated {rc=26112}
22:51:26.847502 ---      ParallelTerminationStrategy: PID 196 died...
22:51:26.850377 run       osmo-ms-mob/00061(pid=196): Terminated {rc=26112}
22:51:26.857352 ---      ParallelTerminationStrategy: PID 197 died...
22:51:26.860192 run       osmo-ms-mob/00062(pid=197): Terminated {rc=26112}
22:51:26.867215 ---      ParallelTerminationStrategy: PID 198 died...
22:51:26.870062 run       osmo-ms-mob/00063(pid=198): Terminated {rc=26112}
22:51:26.877079 ---      ParallelTerminationStrategy: PID 199 died...
22:51:26.879930 run       osmo-ms-mob/00064(pid=199): Terminated {rc=26112}
22:51:26.886976 ---      ParallelTerminationStrategy: PID 200 died...
22:51:26.889871 run       osmo-ms-mob/00065(pid=200): Terminated {rc=26112}
22:51:26.896839 ---      ParallelTerminationStrategy: PID 201 died...
22:51:26.899688 run       osmo-ms-mob/00066(pid=201): Terminated {rc=26112}
22:51:26.906787 ---      ParallelTerminationStrategy: PID 202 died...
22:51:26.909708 run       osmo-ms-mob/00067(pid=202): Terminated {rc=26112}
22:51:26.916808 ---      ParallelTerminationStrategy: PID 203 died...
22:51:26.919716 run       osmo-ms-mob/00068(pid=203): Terminated {rc=26112}
22:51:26.926910 ---      ParallelTerminationStrategy: PID 204 died...
22:51:26.929825 run       osmo-ms-mob/00069(pid=204): Terminated {rc=26112}
22:51:26.936916 ---      ParallelTerminationStrategy: PID 205 died...
22:51:26.939847 run       osmo-ms-mob/00070(pid=205): Terminated {rc=26112}
22:51:26.946871 ---      ParallelTerminationStrategy: PID 206 died...
22:51:26.949787 run       osmo-ms-mob/00071(pid=206): Terminated {rc=26112}
22:51:26.956774 ---      ParallelTerminationStrategy: PID 207 died...
22:51:26.959609 run       osmo-ms-mob/00072(pid=207): Terminated {rc=26112}
22:51:26.966564 ---      ParallelTerminationStrategy: PID 208 died...
22:51:26.969394 run       osmo-ms-mob/00073(pid=208): Terminated {rc=26112}
22:51:26.976369 ---      ParallelTerminationStrategy: PID 209 died...
22:51:26.979190 run       osmo-ms-mob/00074(pid=209): Terminated {rc=26112}
22:51:26.986267 ---      ParallelTerminationStrategy: PID 210 died...
22:51:26.989163 run       osmo-ms-mob/00075(pid=210): Terminated {rc=26112}
22:51:26.996214 ---      ParallelTerminationStrategy: PID 211 died...
22:51:26.999079 run       osmo-ms-mob/00076(pid=211): Terminated {rc=26112}
22:51:27.006105 ---      ParallelTerminationStrategy: PID 212 died...
22:51:27.008928 run       osmo-ms-mob/00077(pid=212): Terminated {rc=26112}
22:51:27.015910 ---      ParallelTerminationStrategy: PID 213 died...
22:51:27.018725 run       osmo-ms-mob/00078(pid=213): Terminated {rc=26112}
22:51:27.025705 ---      ParallelTerminationStrategy: PID 214 died...
22:51:27.028527 run       osmo-ms-mob/00079(pid=214): Terminated {rc=26112}
22:51:27.035495 ---      ParallelTerminationStrategy: PID 215 died...
22:51:27.038318 run       osmo-ms-mob/00080(pid=215): Terminated {rc=26112}
22:51:27.045289 ---      ParallelTerminationStrategy: PID 216 died...
22:51:27.048133 run       osmo-ms-mob/00081(pid=216): Terminated {rc=26112}
22:51:27.055121 ---      ParallelTerminationStrategy: PID 217 died...
22:51:27.057963 run       osmo-ms-mob/00082(pid=217): Terminated {rc=26112}
22:51:27.064917 ---      ParallelTerminationStrategy: PID 218 died...
22:51:27.067743 run       osmo-ms-mob/00083(pid=218): Terminated {rc=26112}
22:51:27.074682 ---      ParallelTerminationStrategy: PID 219 died...
22:51:27.077510 run       osmo-ms-mob/00084(pid=219): Terminated {rc=26112}
22:51:27.084635 ---      ParallelTerminationStrategy: PID 220 died...
22:51:27.087501 run       osmo-ms-mob/00085(pid=220): Terminated {rc=26112}
22:51:27.094595 ---      ParallelTerminationStrategy: PID 221 died...
22:51:27.097479 run       osmo-ms-mob/00086(pid=221): Terminated {rc=26112}
22:51:27.104601 ---      ParallelTerminationStrategy: PID 222 died...
22:51:27.107461 run       osmo-ms-mob/00087(pid=222): Terminated {rc=26112}
22:51:27.114507 ---      ParallelTerminationStrategy: PID 223 died...
22:51:27.117393 run       osmo-ms-mob/00088(pid=223): Terminated {rc=26112}
22:51:27.124492 ---      ParallelTerminationStrategy: PID 224 died...
22:51:27.127410 run       osmo-ms-mob/00089(pid=224): Terminated {rc=26112}
22:51:27.134669 ---      ParallelTerminationStrategy: PID 225 died...
22:51:27.137644 run       osmo-ms-mob/00090(pid=225): Terminated {rc=26112}
22:51:27.144880 ---      ParallelTerminationStrategy: PID 226 died...
22:51:27.147835 run       osmo-ms-mob/00091(pid=226): Terminated {rc=26112}
22:51:27.155133 ---      ParallelTerminationStrategy: PID 227 died...
22:51:27.158090 run       osmo-ms-mob/00092(pid=227): Terminated {rc=26112}
22:51:27.165316 ---      ParallelTerminationStrategy: PID 228 died...
22:51:27.168287 run       osmo-ms-mob/00093(pid=228): Terminated {rc=26112}
22:51:27.175512 ---      ParallelTerminationStrategy: PID 229 died...
22:51:27.178458 run       osmo-ms-mob/00094(pid=229): Terminated {rc=26112}
22:51:27.185663 ---      ParallelTerminationStrategy: PID 230 died...
22:51:27.188661 run       osmo-ms-mob/00095(pid=230): Terminated {rc=26112}
22:51:27.195929 ---      ParallelTerminationStrategy: PID 231 died...
22:51:27.198893 run       osmo-ms-mob/00096(pid=231): Terminated {rc=26112}
22:51:27.206197 ---      ParallelTerminationStrategy: PID 232 died...
22:51:27.209181 run       osmo-ms-mob/00097(pid=232): Terminated {rc=26112}
22:51:27.216459 ---      ParallelTerminationStrategy: PID 233 died...
22:51:27.219414 run       osmo-ms-mob/00098(pid=233): Terminated {rc=26112}
22:51:27.226487 ---      ParallelTerminationStrategy: PID 234 died...
22:51:27.229295 run       osmo-ms-mob/00099(pid=234): Terminated {rc=26112}
22:51:29.249148 ---      ParallelTerminationStrategy: PID 34 died...
22:51:29.254759 run         osmo-bts-virtual(pid=34): Terminated: ok {rc=0}
---------------------------------------------------------------------
trial-7814 netreg_mass PASS
---------------------------------------------------------------------
22:51:29.374155 tst                       trial-7814: Storing JUnit report in /build/trial-7814/run.2024-12-14_22-49-55/trial-7814.xml

--------------------------------------------------------------------------------------------
trial-7814 PASS
--------------------------------------------------------------------------------------------
22:51:29.398234 tst                       trial-7814: trial-7814: PASS, 1 suites passed
PASS: netreg_mass (pass: 1)
    pass: register_default_mass.py (87.9 sec)
+ exit_code=0
+ rm -rf trial-7814/inst
+ cd trial-7814
+ command -v journalctl
+ [ ! -z /usr/bin/journalctl ]
+ readlink last_run
+ journalctl -u ofono -o short-precise --since 2024-12-14 22:49:55
No journal files were found.
+ readlink last_run
+ tar czf /build/trial-7814-run.tgz run.2024-12-14_22-49-55
+ tar czf /build/trial-7814-bin.tgz checksums.md5 open5gs.build-8.tgz osmo-bsc.build-2024-12-14_13_27_21.tgz osmo-bts-oc2g.build-2024-12-14_00_52_01.tgz osmo-bts-sysmo.build-2024-12-14_00_53_05.tgz osmo-bts.build-2024-12-14_00_53_22.tgz osmo-ggsn.build-2024-12-14_20_43_11.tgz osmo-hlr.build-2024-12-14_16_37_40.tgz osmo-hnbgw.build-2024-12-14_13_35_02.tgz osmo-mgw.build-2024-12-14_08_33_33.tgz osmo-msc.build-2024-12-14_13_36_16.tgz osmo-nitb.build-17155.tgz osmo-pcu-oc2g.build-2024-12-14_07_40_58.tgz osmo-pcu-sysmo.build-2024-12-14_07_40_16.tgz osmo-pcu.build-2024-12-14_07_40_32.tgz osmo-sgsn.build-2024-12-14_20_50_44.tgz osmo-stp.build-2024-12-14_13_26_29.tgz osmo-trx.build-2024-12-14_14_27_02.tgz osmocom-bb.build-2024-12-14_21_18_20.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