Skip to content

Console Output

Started by timer
Running as SYSTEM
Building remotely on host2-deb11build-ansible (ttcn3 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 bcde1d05383ff1a5e6d5fe0970735e79ab163ec4 (origin/master)
 > git config core.sparsecheckout # timeout=10
 > git checkout -f bcde1d05383ff1a5e6d5fe0970735e79ab163ec4 # timeout=10
Commit message: "Update git URLs"
 > git rev-list --no-walk bcde1d05383ff1a5e6d5fe0970735e79ab163ec4 # timeout=10
[osmo-gsm-tester_virtual] $ /bin/sh -xe /tmp/jenkins9085667889031393006.sh
+ rm -rf trial-7561-bin.tgz trial-7561-run.tgz *.md5
Copied 2 artifacts from "osmo-gsm-tester_build-osmo-bsc" build number 21634
Copied 2 artifacts from "osmo-gsm-tester_build-osmo-bts" build number 9514
Copied 2 artifacts from "osmo-gsm-tester_build-osmo-ggsn" build number 8518
Copied 2 artifacts from "osmo-gsm-tester_build-osmo-hlr" build number 11123
Copied 2 artifacts from "osmo-gsm-tester_build-osmo-mgw" build number 11421
Copied 2 artifacts from "osmo-gsm-tester_build-osmo-hnbgw" build number 8201
Copied 2 artifacts from "osmo-gsm-tester_build-osmo-msc" build number 35286
Copied 2 artifacts from "osmo-gsm-tester_build-osmo-pcu" build number 6352
Copied 2 artifacts from "osmo-gsm-tester_build-osmo-sgsn" build number 36804
Copied 2 artifacts from "osmo-gsm-tester_build-osmo-trx" build number 6498
Copied 2 artifacts from "osmo-gsm-tester_build-osmo-nitb" build number 16270
Copied 2 artifacts from "osmo-gsm-tester_build-osmo-stp" build number 11708
Copied 2 artifacts from "osmo-gsm-tester_build-osmocom-bb" build number 6171
Copied 2 artifacts from "osmo-gsm-tester_build-osmo-bts-sysmo" build number 10038
Copied 2 artifacts from "osmo-gsm-tester_build-osmo-pcu-sysmo" build number 6389
Copied 2 artifacts from "osmo-gsm-tester_build-osmo-bts-oc2g" build number 7536
Copied 2 artifacts from "osmo-gsm-tester_build-osmo-pcu-oc2g" build number 5108
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 6171
[osmo-gsm-tester_virtual] $ /bin/sh -xe /tmp/jenkins6322489381738986358.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:bullseye chmod -R a+rwX /workspace/
+ rm -rf trial-7561
+ 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
6beffab ttcn3-hnbgw: Apply latest changes to 'with-pfcp' scenario
+ make -C docker-playground/debian-buster-jenkins
make: Entering directory '/home/osmocom-build/jenkins/workspace/osmo-gsm-tester_virtual/docker-playground/debian-buster-jenkins'
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:buster \
	--build-arg DISTRO=debian-buster \
	--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/master \
	--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_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 \
	 -t docker.io/osmocom-build/debian-buster-jenkins:latest .
#0 building with "default" instance using docker driver

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

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

#3 [internal] load metadata for docker.io/library/debian:buster
#3 DONE 1.0s

#4 [internal] load build context
#4 DONE 0.0s

#5 [ 1/23] FROM docker.io/library/debian:buster@sha256:873743c4eec09ddea0dcac0cda31fce2ff348ed41cd1d5c33ecee7d42f03052f
#5 DONE 0.0s

#6 https://gitea.osmocom.org/sim-card/pysim/raw/branch/master/requirements.txt
#6 DONE 0.0s

#7 http://git.osmocom.org/python/osmo-python-tests/patch
#7 DONE 0.1s

#8 http://git.osmocom.org/python/osmo-python-tests/patch/?id=fb4b813d4df62b7b2445bdced961eb1847267eed
#8 DONE 0.1s

#9 http://git.osmocom.org/osmo-ci/patch
#9 DONE 0.1s

#7 http://git.osmocom.org/python/osmo-python-tests/patch
#7 DONE 0.1s

#10 http://git.osmocom.org/osmo-gsm-manuals/patch
#10 DONE 0.1s

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

#11 https://downloads.osmocom.org/packages/osmocom:/nightly/Debian_10//Release
#11 DONE 0.2s

#12 [ 2/23] RUN 	[ "$(arch)" = "x86_64" ] && dpkg --add-architecture i386; 	DEBIAN_FRONTEND=noninteractive apt-get update && 	DEBIAN_FRONTEND=noninteractive apt-get upgrade -y && 	DEBIAN_FRONTEND=noninteractive apt-get install -y --no-install-recommends 		asciidoc 		asciidoc-dblatex 		autoconf 		autoconf-archive 		automake 		bc 		bison 		bzip2 		ca-certificates 		ccache 		cmake 		coccinelle 		cppcheck 		dahdi-source 		dblatex 		dbus 		debhelper 		devscripts 		dh-autoreconf 		dh-systemd 		docbook5-xml 		doxygen 		flex 		g++ 		gawk 		gcc 		gcc-arm-none-eabi 		ghostscript 		git 		git-buildpackage 		graphviz 		htop 		inkscape 		latexmk 		lcov 		libaio-dev 		libasound2-dev 		libboost-all-dev 		libc-ares-dev 		libcsv-dev 		libdbd-sqlite3 		libdbi-dev 		libelf-dev 		libffi-dev 		libfftw3-dev 		libgmp-dev 		libgnutls28-dev 		libgps-dev 		libgsm1-dev 		libjansson-dev 		liblua5.3-dev 		libmnl-dev 		libncurses5-dev 		libnewlib-arm-none-eabi 		libnl-3-dev 		libnl-route-3-dev 		liboping-dev 		libortp-dev 		libpcap-dev 		libpcsclite-dev 		libreadline-dev 		libsctp-dev 		libsigsegv-dev 		libsnmp-dev 		libsofia-sip-ua-glib-dev 		libsqlite3-dev 		libssl-dev 		libtalloc-dev 		libtinfo5 		libtool 		libusb-1.0-0-dev 		libusb-dev 		libxml2-utils 		libzmq3-dev 		locales 		lua-socket 		make 		mscgen 		ofono 		openssh-client 		osc 		patchelf 		pkg-config 		python-pip 		python-setuptools 		python-yaml 		python2.7 		python3 		python3-cryptography 		python3-gi 		python3-mako 		python3-nwdiag 		python3-pip 		python3-pyflakes 		python3-setuptools 		python3-usb 		python3-yaml 		rsync 		sdcc 		source-highlight 		sqlite3 		stow 		sudo 		systemd 		tcpdump 		tex-gyre 		texinfo 		unzip 		wget 		xsltproc
#12 CACHED

#13 [ 4/23] RUN pip3 install 	'git+https://github.com/eriwen/lcov-to-cobertura-xml.git' 	'git+https://github.com/osmocom/sphinx-argparse@master#egg=sphinx-argparse' 	'git+https://github.com/podshumok/python-smpplib.git' 	'pydbus' 	'pylint' 	'pysispm' 	'sphinx' 	'sphinxcontrib-napoleon' 	'swig'
#13 CACHED

#14 [10/23] ADD http://git.osmocom.org/python/osmo-python-tests/patch/?id=fb4b813d4df62b7b2445bdced961eb1847267eed /tmp/osmo-python-tests2-commit
#14 CACHED

#15 [ 7/23] RUN useradd --uid=1000 build
#15 CACHED

#16 [12/23] ADD http://git.osmocom.org/python/osmo-python-tests/patch /tmp/osmo-python-tests3-commit
#16 CACHED

#17 [ 3/23] RUN	SET -x && 	[ "$(arch)" = "x86_64" ] || exit 0; 	wget -q https://github.com/ARM-software/LLVM-embedded-toolchain-for-Arm/releases/download/release-14.0.0/LLVMEmbeddedToolchainForArm-14.0.0-linux.tar.gz && 	tar -xf LLVMEmbeddedToolchainForArm-14.0.0-linux.tar.gz && 	rm LLVMEmbeddedToolchainForArm-14.0.0-linux.tar.gz && 	mv LLVMEmbeddedToolchainForArm-14.0.0 /opt/llvm-arm && 	/opt/llvm-arm/bin/clang --version && 	/opt/llvm-arm/bin/clang --print-targets
#17 CACHED

#18 [14/23] ADD http://git.osmocom.org/osmo-ci/patch /tmp/osmo-ci-commit
#18 CACHED

#19 [ 8/23] RUN mkdir /build
#19 CACHED

#20 [18/23] 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
#20 CACHED

#21 [16/23] ADD http://git.osmocom.org/osmo-gsm-manuals/patch /tmp/osmo-gsm-manuals-commit
#21 CACHED

#22 [ 5/23] ADD https://gitea.osmocom.org/sim-card/pysim/raw/branch/master/requirements.txt /tmp/pysim_requirements.txt
#22 CACHED

#23 [ 9/23] RUN chown build:build /build
#23 CACHED

#24 [17/23] RUN git -C /opt clone https://gerrit.osmocom.org/osmo-gsm-manuals
#24 CACHED

#25 [19/23] COPY	.COMMON/RELEASE.KEY /tmp/Release.key
#25 CACHED

#26 [15/23] RUN git clone https://gerrit.osmocom.org/osmo-ci osmo-ci && 	cp -v $(find osmo-ci/scripts 		-maxdepth 1 		-type f ) 	   /usr/local/bin
#26 CACHED

#27 [13/23] RUN git clone https://gerrit.osmocom.org/python/osmo-python-tests osmo-python-tests3 && 	cd osmo-python-tests3 && 	python3 setup.py clean build install
#27 CACHED

#28 [11/23] RUN git clone https://gerrit.osmocom.org/python/osmo-python-tests osmo-python-tests2 && 	cd osmo-python-tests2 && 	git checkout fb4b813d4df62b7b2445bdced961eb1847267eed && 	python2 setup.py clean build install
#28 CACHED

#29 [ 6/23] RUN pip3 install -r /tmp/pysim_requirements.txt
#29 CACHED

#30 [20/23] RUN	APT-KEY add /tmp/Release.key && 	rm /tmp/Release.key && 	echo "deb " https://downloads.osmocom.org/packages/osmocom:/nightly/Debian_10/ " ./" > /etc/apt/sources.list.d/osmocom-nightly.list
#30 CACHED

#31 [21/23] ADD	HTTPS://DOWNLOADS.OSMOCOM.ORG/PACKAGES/OSMOCOM:/NIGHTLY/DEBIAN_10//RELEASE /tmp/Release
#31 DONE 0.1s

#32 [22/23] RUN	APT-GET update && 	apt-get install -y --no-install-recommends 		liblimesuite-dev 		libuhd-dev 		libulfius-dev && 	apt-get clean
#32 0.354 Hit:1 http://deb.debian.org/debian buster InRelease
#32 0.354 Get:2 http://deb.debian.org/debian-security buster/updates InRelease [34.8 kB]
#32 0.357 Hit:3 http://deb.debian.org/debian buster-updates InRelease
#32 0.364 Get:4 https://downloads.osmocom.org/packages/osmocom:/nightly/Debian_10 ./ InRelease [1,570 B]
#32 0.540 Get:5 http://deb.debian.org/debian-security buster/updates/main i386 Packages [594 kB]
#32 0.569 Get:6 http://deb.debian.org/debian-security buster/updates/main amd64 Packages [595 kB]
#32 0.694 Get:7 https://downloads.osmocom.org/packages/osmocom:/nightly/Debian_10 ./ Packages [119 kB]
#32 0.753 Fetched 1,345 kB in 0s (3,290 kB/s)
#32 0.753 Reading package lists...
#32 1.639 Reading package lists...
#32 2.478 Building dependency tree...
#32 2.669 Reading state information...
#32 2.835 The following additional packages will be installed:
#32 2.836   libcurl4-gnutls-dev libgcrypt20-dev libgpg-error-dev libjs-jquery
#32 2.836   liblimesuite18.06-1 libmicrohttpd-dev libmicrohttpd12 liborcania-dev
#32 2.836   liborcania1.2 libsystemd-dev libuhd3.13.1 libulfius2.5 libyder-dev
#32 2.836   libyder2.0
#32 2.837 Suggested packages:
#32 2.837   libcurl4-doc libidn11-dev libldap2-dev librtmp-dev libssh2-1-dev
#32 2.837   libgcrypt20-doc liblimesuite-doc gnuradio
#32 2.837 Recommended packages:
#32 2.837   javascript-common limesuite-udev gnuradio
#32 2.977 The following NEW packages will be installed:
#32 2.978   libcurl4-gnutls-dev libgcrypt20-dev libgpg-error-dev libjs-jquery
#32 2.978   liblimesuite-dev liblimesuite18.06-1 libmicrohttpd-dev libmicrohttpd12
#32 2.978   liborcania-dev liborcania1.2 libsystemd-dev libuhd-dev libuhd3.13.1
#32 2.979   libulfius-dev libulfius2.5 libyder-dev libyder2.0
#32 3.019 0 upgraded, 17 newly installed, 0 to remove and 1 not upgraded.
#32 3.019 Need to get 12.3 MB of archives.
#32 3.019 After this operation, 113 MB of additional disk space will be used.
#32 3.019 Get:1 http://deb.debian.org/debian-security buster/updates/main amd64 libcurl4-gnutls-dev amd64 7.64.0-4+deb10u9 [422 kB]
#32 3.043 Get:2 http://deb.debian.org/debian buster/main amd64 libgpg-error-dev amd64 1.35-1 [124 kB]
#32 3.044 Get:3 http://deb.debian.org/debian buster/main amd64 libgcrypt20-dev amd64 1.8.4-5+deb10u1 [608 kB]
#32 3.051 Get:4 http://deb.debian.org/debian buster/main amd64 libjs-jquery all 3.3.1~dfsg-3+deb10u1 [332 kB]
#32 3.054 Get:5 http://deb.debian.org/debian buster/main amd64 liblimesuite18.06-1 amd64 18.06.0+dfsg-1+b1 [246 kB]
#32 3.055 Get:6 http://deb.debian.org/debian buster/main amd64 liblimesuite-dev amd64 18.06.0+dfsg-1+b1 [51.8 kB]
#32 3.056 Get:7 http://deb.debian.org/debian-security buster/updates/main amd64 libmicrohttpd12 amd64 0.9.62-1+deb10u1 [96.4 kB]
#32 3.057 Get:8 http://deb.debian.org/debian-security buster/updates/main amd64 libmicrohttpd-dev amd64 0.9.62-1+deb10u1 [261 kB]
#32 3.059 Get:9 http://deb.debian.org/debian buster/main amd64 liborcania1.2 amd64 1.2.9-5 [10.2 kB]
#32 3.059 Get:10 http://deb.debian.org/debian buster/main amd64 liborcania-dev amd64 1.2.9-5 [6,756 B]
#32 3.059 Get:11 http://deb.debian.org/debian-security buster/updates/main amd64 libsystemd-dev amd64 241-7~deb10u10 [322 kB]
#32 3.062 Get:12 http://deb.debian.org/debian buster/main amd64 libuhd3.13.1 amd64 3.13.1.0-3 [2,703 kB]
#32 3.094 Get:13 http://deb.debian.org/debian buster/main amd64 libuhd-dev amd64 3.13.1.0-3 [6,998 kB]
#32 3.146 Get:14 http://deb.debian.org/debian buster/main amd64 libyder2.0 amd64 1.4.4-4 [7,592 B]
#32 3.146 Get:15 http://deb.debian.org/debian buster/main amd64 libulfius2.5 amd64 2.5.2-4+deb10u1 [39.2 kB]
#32 3.146 Get:16 http://deb.debian.org/debian buster/main amd64 libyder-dev amd64 1.4.4-4 [10.2 kB]
#32 3.146 Get:17 http://deb.debian.org/debian buster/main amd64 libulfius-dev amd64 2.5.2-4+deb10u1 [92.0 kB]
#32 3.359 debconf: delaying package configuration, since apt-utils is not installed
#32 3.425 Fetched 12.3 MB in 0s (87.5 MB/s)
#32 3.459 Selecting previously unselected package libcurl4-gnutls-dev:amd64.
#32 3.459 (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 ... 101785 files and directories currently installed.)
#32 3.615 Preparing to unpack .../00-libcurl4-gnutls-dev_7.64.0-4+deb10u9_amd64.deb ...
#32 3.618 Unpacking libcurl4-gnutls-dev:amd64 (7.64.0-4+deb10u9) ...
#32 3.684 Selecting previously unselected package libgpg-error-dev.
#32 3.690 Preparing to unpack .../01-libgpg-error-dev_1.35-1_amd64.deb ...
#32 3.695 Unpacking libgpg-error-dev (1.35-1) ...
#32 3.734 Selecting previously unselected package libgcrypt20-dev.
#32 3.741 Preparing to unpack .../02-libgcrypt20-dev_1.8.4-5+deb10u1_amd64.deb ...
#32 3.744 Unpacking libgcrypt20-dev (1.8.4-5+deb10u1) ...
#32 3.818 Selecting previously unselected package libjs-jquery.
#32 3.825 Preparing to unpack .../03-libjs-jquery_3.3.1~dfsg-3+deb10u1_all.deb ...
#32 3.827 Unpacking libjs-jquery (3.3.1~dfsg-3+deb10u1) ...
#32 3.880 Selecting previously unselected package liblimesuite18.06-1:amd64.
#32 3.887 Preparing to unpack .../04-liblimesuite18.06-1_18.06.0+dfsg-1+b1_amd64.deb ...
#32 3.896 Unpacking liblimesuite18.06-1:amd64 (18.06.0+dfsg-1+b1) ...
#32 3.940 Selecting previously unselected package liblimesuite-dev:amd64.
#32 3.945 Preparing to unpack .../05-liblimesuite-dev_18.06.0+dfsg-1+b1_amd64.deb ...
#32 3.948 Unpacking liblimesuite-dev:amd64 (18.06.0+dfsg-1+b1) ...
#32 3.997 Selecting previously unselected package libmicrohttpd12.
#32 4.003 Preparing to unpack .../06-libmicrohttpd12_0.9.62-1+deb10u1_amd64.deb ...
#32 4.006 Unpacking libmicrohttpd12 (0.9.62-1+deb10u1) ...
#32 4.048 Selecting previously unselected package libmicrohttpd-dev.
#32 4.054 Preparing to unpack .../07-libmicrohttpd-dev_0.9.62-1+deb10u1_amd64.deb ...
#32 4.057 Unpacking libmicrohttpd-dev (0.9.62-1+deb10u1) ...
#32 4.108 Selecting previously unselected package liborcania1.2.
#32 4.115 Preparing to unpack .../08-liborcania1.2_1.2.9-5_amd64.deb ...
#32 4.118 Unpacking liborcania1.2 (1.2.9-5) ...
#32 4.147 Selecting previously unselected package liborcania-dev.
#32 4.153 Preparing to unpack .../09-liborcania-dev_1.2.9-5_amd64.deb ...
#32 4.156 Unpacking liborcania-dev (1.2.9-5) ...
#32 4.190 Selecting previously unselected package libsystemd-dev:amd64.
#32 4.197 Preparing to unpack .../10-libsystemd-dev_241-7~deb10u10_amd64.deb ...
#32 4.200 Unpacking libsystemd-dev:amd64 (241-7~deb10u10) ...
#32 4.275 Selecting previously unselected package libuhd3.13.1:amd64.
#32 4.281 Preparing to unpack .../11-libuhd3.13.1_3.13.1.0-3_amd64.deb ...
#32 4.284 Unpacking libuhd3.13.1:amd64 (3.13.1.0-3) ...
#32 4.498 Selecting previously unselected package libuhd-dev:amd64.
#32 4.505 Preparing to unpack .../12-libuhd-dev_3.13.1.0-3_amd64.deb ...
#32 4.508 Unpacking libuhd-dev:amd64 (3.13.1.0-3) ...
#32 5.264 Selecting previously unselected package libyder2.0:amd64.
#32 5.271 Preparing to unpack .../13-libyder2.0_1.4.4-4_amd64.deb ...
#32 5.274 Unpacking libyder2.0:amd64 (1.4.4-4) ...
#32 5.306 Selecting previously unselected package libulfius2.5:amd64.
#32 5.314 Preparing to unpack .../14-libulfius2.5_2.5.2-4+deb10u1_amd64.deb ...
#32 5.320 Unpacking libulfius2.5:amd64 (2.5.2-4+deb10u1) ...
#32 5.352 Selecting previously unselected package libyder-dev:amd64.
#32 5.360 Preparing to unpack .../15-libyder-dev_1.4.4-4_amd64.deb ...
#32 5.363 Unpacking libyder-dev:amd64 (1.4.4-4) ...
#32 5.396 Selecting previously unselected package libulfius-dev:amd64.
#32 5.403 Preparing to unpack .../16-libulfius-dev_2.5.2-4+deb10u1_amd64.deb ...
#32 5.406 Unpacking libulfius-dev:amd64 (2.5.2-4+deb10u1) ...
#32 5.470 Setting up libuhd3.13.1:amd64 (3.13.1.0-3) ...
#32 5.482 Setting up liblimesuite18.06-1:amd64 (18.06.0+dfsg-1+b1) ...
#32 5.491 Setting up libcurl4-gnutls-dev:amd64 (7.64.0-4+deb10u9) ...
#32 5.499 Setting up libmicrohttpd12 (0.9.62-1+deb10u1) ...
#32 5.510 Setting up libgpg-error-dev (1.35-1) ...
#32 5.520 Setting up liborcania1.2 (1.2.9-5) ...
#32 5.528 Setting up libyder2.0:amd64 (1.4.4-4) ...
#32 5.536 Setting up libuhd-dev:amd64 (3.13.1.0-3) ...
#32 5.544 Setting up libjs-jquery (3.3.1~dfsg-3+deb10u1) ...
#32 5.558 Setting up libsystemd-dev:amd64 (241-7~deb10u10) ...
#32 5.566 Setting up liblimesuite-dev:amd64 (18.06.0+dfsg-1+b1) ...
#32 5.575 Setting up liborcania-dev (1.2.9-5) ...
#32 5.586 Setting up libulfius2.5:amd64 (2.5.2-4+deb10u1) ...
#32 5.598 Setting up libgcrypt20-dev (1.8.4-5+deb10u1) ...
#32 5.606 Setting up libmicrohttpd-dev (0.9.62-1+deb10u1) ...
#32 5.615 Setting up libyder-dev:amd64 (1.4.4-4) ...
#32 5.630 Setting up libulfius-dev:amd64 (2.5.2-4+deb10u1) ...
#32 5.639 Processing triggers for man-db (2.8.5-2+deb10u1) ...
#32 5.994 Processing triggers for libc-bin (2.28-10+deb10u2) ...
#32 DONE 6.2s

#33 [23/23] RUN chown -R build:build /usr/local
#33 DONE 31.5s

#34 exporting to image
#34 exporting layers
#34 exporting layers 0.9s done
#34 writing image sha256:8d53ac8c1a511fb860cced5bfdef5e4b3329bad99980c580b59dc9d6373ab874 0.0s done
#34 naming to docker.io/osmocom-build/debian-buster-jenkins:latest 0.0s done
#34 DONE 1.0s
rm -rf .common
make: Leaving directory '/home/osmocom-build/jenkins/workspace/osmo-gsm-tester_virtual/docker-playground/debian-buster-jenkins'
+ 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/master \
	--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_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 \
	 -t docker.io/osmocom-build/osmo-gsm-tester:latest .
#0 building with "default" instance using docker driver

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

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

#3 [internal] load metadata for docker.io/osmocom-build/debian-buster-jenkins: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 DONE 0.0s

#6 [ 1/32] FROM docker.io/osmocom-build/debian-buster-jenkins
#6 DONE 0.1s

#7 https://github.com/NixOS/patchelf/archive/0.11.tar.gz
#7 ...

#8 [ 2/32] RUN     useradd -ms /bin/bash jenkins
#8 DONE 0.3s

#7 https://github.com/NixOS/patchelf/archive/0.11.tar.gz
#7 CACHED

#9 [ 3/32] RUN     groupadd osmo-gsm-tester
#9 DONE 0.4s

#10 https://www.mongodb.org/static/pgp/server-4.4.asc
#10 CACHED

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

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

#12 [ 5/32] RUN	APT-GET update && 	apt-get install -y --no-install-recommends 		dbus 		tcpdump 		sqlite3 		python3 		python3-setuptools 		python3-yaml 		python3-mako 		python3-gi 		python3-numpy 		python3-wheel 		python3-watchdog 		ofono 		patchelf 		sudo 		libcap2-bin 		python3-pip 		udhcpc 		iperf3 		locales
#12 0.374 Hit:1 http://deb.debian.org/debian buster InRelease
#12 0.374 Hit:2 http://deb.debian.org/debian-security buster/updates InRelease
#12 0.374 Hit:3 http://deb.debian.org/debian buster-updates InRelease
#12 0.506 Hit:4 https://downloads.osmocom.org/packages/osmocom:/nightly/Debian_10 ./ InRelease
#12 0.737 Reading package lists...
#12 1.617 Reading package lists...
#12 2.636 Building dependency tree...
#12 2.914 Reading state information...
#12 3.180 libcap2-bin is already the newest version (1:2.25-2).
#12 3.180 libcap2-bin set to manually installed.
#12 3.180 ofono is already the newest version (1.21-1).
#12 3.180 patchelf is already the newest version (0.9+52.20180509-1).
#12 3.180 python3-gi is already the newest version (3.30.4-1).
#12 3.180 python3-pip is already the newest version (18.1-5).
#12 3.180 python3-setuptools is already the newest version (40.8.0-1).
#12 3.180 python3 is already the newest version (3.7.3-1).
#12 3.180 python3-yaml is already the newest version (3.13-2).
#12 3.180 tcpdump is already the newest version (4.9.3-1~deb10u2).
#12 3.180 dbus is already the newest version (1.12.28-0+deb10u1).
#12 3.180 locales is already the newest version (2.28-10+deb10u2).
#12 3.180 python3-mako is already the newest version (1.0.7+ds1-1+deb10u1).
#12 3.180 sqlite3 is already the newest version (3.27.2-3+deb10u2).
#12 3.180 sudo is already the newest version (1.8.27-1+deb10u6).
#12 3.180 The following additional packages will be installed:
#12 3.182   busybox libiperf0 libjs-sphinxdoc libjs-underscore python3-argh
#12 3.182   python3-pathtools
#12 3.184 Suggested packages:
#12 3.184   gfortran python-numpy-doc python3-pytest python3-numpy-dbg
#12 3.184 Recommended packages:
#12 3.184   javascript-common python3-argcomplete python3-keyring python3-keyrings.alt
#12 3.184   python3-xdg
#12 3.321 The following NEW packages will be installed:
#12 3.322   busybox iperf3 libiperf0 libjs-sphinxdoc libjs-underscore python3-argh
#12 3.323   python3-numpy python3-pathtools python3-watchdog python3-wheel udhcpc
#12 3.353 0 upgraded, 11 newly installed, 0 to remove and 1 not upgraded.
#12 3.353 Need to get 3,044 kB of archives.
#12 3.353 After this operation, 14.6 MB of additional disk space will be used.
#12 3.353 Get:1 http://deb.debian.org/debian buster/main amd64 busybox amd64 1:1.30.1-4 [432 kB]
#12 3.378 Get:2 http://deb.debian.org/debian-security buster/updates/main amd64 libiperf0 amd64 3.6-2+deb10u1 [77.7 kB]
#12 3.379 Get:3 http://deb.debian.org/debian-security buster/updates/main amd64 iperf3 amd64 3.6-2+deb10u1 [26.1 kB]
#12 3.380 Get:4 http://deb.debian.org/debian buster/main amd64 libjs-underscore all 1.9.1~dfsg-1+deb10u1 [100.0 kB]
#12 3.382 Get:5 http://deb.debian.org/debian buster/main amd64 libjs-sphinxdoc all 1.8.4-1 [95.9 kB]
#12 3.383 Get:6 http://deb.debian.org/debian buster/main amd64 python3-argh all 0.26.2-1 [21.9 kB]
#12 3.384 Get:7 http://deb.debian.org/debian buster/main amd64 python3-numpy amd64 1:1.16.2-1 [2,119 kB]
#12 3.406 Get:8 http://deb.debian.org/debian buster/main amd64 python3-pathtools all 0.1.2-2 [11.1 kB]
#12 3.406 Get:9 http://deb.debian.org/debian buster/main amd64 python3-watchdog all 0.9.0-1 [116 kB]
#12 3.407 Get:10 http://deb.debian.org/debian buster/main amd64 python3-wheel all 0.32.3-2 [19.4 kB]
#12 3.408 Get:11 http://deb.debian.org/debian buster/main amd64 udhcpc amd64 1:1.30.1-4 [24.3 kB]
#12 3.680 debconf: delaying package configuration, since apt-utils is not installed
#12 3.779 Fetched 3,044 kB in 0s (44.8 MB/s)
#12 3.835 Selecting previously unselected package busybox.
#12 3.835 (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 ... 102762 files and directories currently installed.)
#12 3.886 Preparing to unpack .../00-busybox_1%3a1.30.1-4_amd64.deb ...
#12 3.905 Unpacking busybox (1:1.30.1-4) ...
#12 4.075 Selecting previously unselected package libiperf0:amd64.
#12 4.083 Preparing to unpack .../01-libiperf0_3.6-2+deb10u1_amd64.deb ...
#12 4.123 Unpacking libiperf0:amd64 (3.6-2+deb10u1) ...
#12 4.220 Selecting previously unselected package iperf3.
#12 4.227 Preparing to unpack .../02-iperf3_3.6-2+deb10u1_amd64.deb ...
#12 4.245 Unpacking iperf3 (3.6-2+deb10u1) ...
#12 4.354 Selecting previously unselected package libjs-underscore.
#12 4.362 Preparing to unpack .../03-libjs-underscore_1.9.1~dfsg-1+deb10u1_all.deb ...
#12 4.374 Unpacking libjs-underscore (1.9.1~dfsg-1+deb10u1) ...
#12 4.465 Selecting previously unselected package libjs-sphinxdoc.
#12 4.472 Preparing to unpack .../04-libjs-sphinxdoc_1.8.4-1_all.deb ...
#12 4.481 Unpacking libjs-sphinxdoc (1.8.4-1) ...
#12 4.587 Selecting previously unselected package python3-argh.
#12 4.595 Preparing to unpack .../05-python3-argh_0.26.2-1_all.deb ...
#12 4.606 Unpacking python3-argh (0.26.2-1) ...
#12 4.703 Selecting previously unselected package python3-numpy.
#12 4.710 Preparing to unpack .../06-python3-numpy_1%3a1.16.2-1_amd64.deb ...
#12 4.726 Unpacking python3-numpy (1:1.16.2-1) ...
#12 5.024 Selecting previously unselected package python3-pathtools.
#12 5.032 Preparing to unpack .../07-python3-pathtools_0.1.2-2_all.deb ...
#12 5.049 Unpacking python3-pathtools (0.1.2-2) ...
#12 5.146 Selecting previously unselected package python3-watchdog.
#12 5.152 Preparing to unpack .../08-python3-watchdog_0.9.0-1_all.deb ...
#12 5.171 Unpacking python3-watchdog (0.9.0-1) ...
#12 5.262 Selecting previously unselected package python3-wheel.
#12 5.269 Preparing to unpack .../09-python3-wheel_0.32.3-2_all.deb ...
#12 5.272 Unpacking python3-wheel (0.32.3-2) ...
#12 5.314 Selecting previously unselected package udhcpc.
#12 5.322 Preparing to unpack .../10-udhcpc_1%3a1.30.1-4_amd64.deb ...
#12 5.334 Unpacking udhcpc (1:1.30.1-4) ...
#12 5.460 Setting up python3-argh (0.26.2-1) ...
#12 5.625 Setting up python3-wheel (0.32.3-2) ...
#12 5.744 Setting up busybox (1:1.30.1-4) ...
#12 5.753 Setting up python3-pathtools (0.1.2-2) ...
#12 5.868 Setting up libiperf0:amd64 (3.6-2+deb10u1) ...
#12 5.877 Setting up python3-numpy (1:1.16.2-1) ...
#12 6.689 Setting up udhcpc (1:1.30.1-4) ...
#12 6.739 Setting up libjs-underscore (1.9.1~dfsg-1+deb10u1) ...
#12 6.769 Setting up iperf3 (3.6-2+deb10u1) ...
#12 6.796 Setting up libjs-sphinxdoc (1.8.4-1) ...
#12 6.830 Setting up python3-watchdog (0.9.0-1) ...
#12 6.988 Processing triggers for man-db (2.8.5-2+deb10u1) ...
#12 7.356 Processing triggers for libc-bin (2.28-10+deb10u2) ...
#12 DONE 7.5s

#13 [ 6/32] RUN	PIP3 install 		"git+https://github.com/podshumok/python-smpplib.git@master#egg=smpplib" 		pydbus 		pyusb 		pysispm 		pymongo
#13 1.351 Requirement already satisfied: smpplib from git+https://github.com/podshumok/python-smpplib.git@master#egg=smpplib in /usr/local/lib/python3.7/dist-packages (2.1.0)
#13 1.352 Requirement already satisfied: pydbus in /usr/local/lib/python3.7/dist-packages (0.6.0)
#13 1.353 Requirement already satisfied: pyusb in /usr/lib/python3/dist-packages (1.0.2)
#13 1.354 Requirement already satisfied: pysispm in /usr/local/lib/python3.7/dist-packages (0.6)
#13 1.368 Collecting pymongo
#13 2.526   Downloading https://files.pythonhosted.org/packages/12/24/3642a6f2217b89ad798d2e0643321e1fc04d26cd665b9ac8847960720d32/pymongo-4.6.3-cp37-cp37m-manylinux1_x86_64.whl (671kB)
#13 2.641 Requirement already satisfied: six in /usr/lib/python3/dist-packages (from smpplib) (1.12.0)
#13 2.657 Collecting dnspython<3.0.0,>=1.16.0 (from pymongo)
#13 2.691   Downloading https://files.pythonhosted.org/packages/12/86/d305e87555430ff4630d729420d97dece3b16efcbf2b7d7e974d11b0d86c/dnspython-2.3.0-py3-none-any.whl (283kB)
#13 2.995 Installing collected packages: dnspython, pymongo
#13 3.258 Successfully installed dnspython-2.3.0 pymongo-4.6.3
#13 DONE 3.5s

#14 [ 7/32] RUN	APT-GET update && apt-get install -y openssh-server
#14 0.497 Hit:1 http://deb.debian.org/debian buster InRelease
#14 0.497 Hit:2 http://deb.debian.org/debian-security buster/updates InRelease
#14 0.497 Hit:3 http://deb.debian.org/debian buster-updates InRelease
#14 0.640 Hit:4 https://downloads.osmocom.org/packages/osmocom:/nightly/Debian_10 ./ InRelease
#14 0.889 Reading package lists...
#14 1.715 Reading package lists...
#14 2.697 Building dependency tree...
#14 2.905 Reading state information...
#14 3.164 The following additional packages will be installed:
#14 3.165   libnss-systemd libpam-systemd libxmuu1 ncurses-term openssh-sftp-server
#14 3.166   systemd-sysv xauth
#14 3.168 Suggested packages:
#14 3.168   molly-guard monkeysphere rssh ssh-askpass ufw
#14 3.233 The following NEW packages will be installed:
#14 3.233   libnss-systemd libpam-systemd libxmuu1 ncurses-term openssh-server
#14 3.234   openssh-sftp-server systemd-sysv xauth
#14 3.281 0 upgraded, 8 newly installed, 0 to remove and 1 not upgraded.
#14 3.281 Need to get 1,468 kB of archives.
#14 3.281 After this operation, 6,952 kB of additional disk space will be used.
#14 3.281 Get:1 http://deb.debian.org/debian-security buster/updates/main amd64 systemd-sysv amd64 241-7~deb10u10 [100 kB]
#14 3.298 Get:2 http://deb.debian.org/debian-security buster/updates/main amd64 libpam-systemd amd64 241-7~deb10u10 [209 kB]
#14 3.304 Get:3 http://deb.debian.org/debian-security buster/updates/main amd64 ncurses-term all 6.1+20181013-2+deb10u5 [491 kB]
#14 3.312 Get:4 http://deb.debian.org/debian buster/main amd64 libxmuu1 amd64 2:1.1.2-2+b3 [23.9 kB]
#14 3.316 Get:5 http://deb.debian.org/debian-security buster/updates/main amd64 openssh-sftp-server amd64 1:7.9p1-10+deb10u4 [44.9 kB]
#14 3.316 Get:6 http://deb.debian.org/debian-security buster/updates/main amd64 openssh-server amd64 1:7.9p1-10+deb10u4 [353 kB]
#14 3.320 Get:7 http://deb.debian.org/debian buster/main amd64 xauth amd64 1:1.0.10-1 [40.3 kB]
#14 3.320 Get:8 http://deb.debian.org/debian-security buster/updates/main amd64 libnss-systemd amd64 241-7~deb10u10 [205 kB]
#14 3.644 debconf: delaying package configuration, since apt-utils is not installed
#14 3.749 Fetched 1,468 kB in 0s (26.3 MB/s)
#14 3.834 Selecting previously unselected package systemd-sysv.
#14 3.834 (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 ... 103418 files and directories currently installed.)
#14 3.874 Preparing to unpack .../0-systemd-sysv_241-7~deb10u10_amd64.deb ...
#14 3.887 Unpacking systemd-sysv (241-7~deb10u10) ...
#14 4.038 Selecting previously unselected package libpam-systemd:amd64.
#14 4.046 Preparing to unpack .../1-libpam-systemd_241-7~deb10u10_amd64.deb ...
#14 4.059 Unpacking libpam-systemd:amd64 (241-7~deb10u10) ...
#14 4.194 Selecting previously unselected package ncurses-term.
#14 4.202 Preparing to unpack .../2-ncurses-term_6.1+20181013-2+deb10u5_all.deb ...
#14 4.216 Unpacking ncurses-term (6.1+20181013-2+deb10u5) ...
#14 4.578 Selecting previously unselected package libxmuu1:amd64.
#14 4.586 Preparing to unpack .../3-libxmuu1_2%3a1.1.2-2+b3_amd64.deb ...
#14 4.617 Unpacking libxmuu1:amd64 (2:1.1.2-2+b3) ...
#14 4.741 Selecting previously unselected package openssh-sftp-server.
#14 4.748 Preparing to unpack .../4-openssh-sftp-server_1%3a7.9p1-10+deb10u4_amd64.deb ...
#14 4.758 Unpacking openssh-sftp-server (1:7.9p1-10+deb10u4) ...
#14 4.872 Selecting previously unselected package openssh-server.
#14 4.880 Preparing to unpack .../5-openssh-server_1%3a7.9p1-10+deb10u4_amd64.deb ...
#14 4.906 Unpacking openssh-server (1:7.9p1-10+deb10u4) ...
#14 5.032 Selecting previously unselected package xauth.
#14 5.041 Preparing to unpack .../6-xauth_1%3a1.0.10-1_amd64.deb ...
#14 5.046 Unpacking xauth (1:1.0.10-1) ...
#14 5.143 Selecting previously unselected package libnss-systemd:amd64.
#14 5.151 Preparing to unpack .../7-libnss-systemd_241-7~deb10u10_amd64.deb ...
#14 5.160 Unpacking libnss-systemd:amd64 (241-7~deb10u10) ...
#14 5.282 Setting up openssh-sftp-server (1:7.9p1-10+deb10u4) ...
#14 5.313 Setting up systemd-sysv (241-7~deb10u10) ...
#14 5.346 Setting up openssh-server (1:7.9p1-10+deb10u4) ...
#14 5.459 debconf: unable to initialize frontend: Dialog
#14 5.459 debconf: (TERM is not set, so the dialog frontend is not usable.)
#14 5.459 debconf: falling back to frontend: Readline
#14 5.522 
#14 5.522 Creating config file /etc/ssh/sshd_config with new version
#14 5.560 Creating SSH2 RSA key; this may take some time ...
#14 5.684 2048 SHA256:g3QLdrKb7t8G6gvDgv83PlQuF5Q8/XQtDyzcnAbzeEo root@buildkitsandbox (RSA)
#14 5.687 Creating SSH2 ECDSA key; this may take some time ...
#14 5.694 256 SHA256:Y76OZ2SXOXw9yjvHbzWgi0sUwpKeZBi/4JaTSfbudjs root@buildkitsandbox (ECDSA)
#14 5.695 Creating SSH2 ED25519 key; this may take some time ...
#14 5.702 256 SHA256:GjuKqXsJQBTabJ/e9qEgmu/+ujC8eD9nME1tr8+WVS4 root@buildkitsandbox (ED25519)
#14 5.922 Created symlink /etc/systemd/system/sshd.service → /lib/systemd/system/ssh.service.
#14 5.922 Created symlink /etc/systemd/system/multi-user.target.wants/ssh.service → /lib/systemd/system/ssh.service.
#14 6.000 invoke-rc.d: could not determine current runlevel
#14 6.002 invoke-rc.d: policy-rc.d denied execution of start.
#14 6.023 Setting up libnss-systemd:amd64 (241-7~deb10u10) ...
#14 6.033 First installation detected...
#14 6.033 Checking NSS setup...
#14 6.037 Setting up libpam-systemd:amd64 (241-7~deb10u10) ...
#14 6.116 debconf: unable to initialize frontend: Dialog
#14 6.116 debconf: (TERM is not set, so the dialog frontend is not usable.)
#14 6.116 debconf: falling back to frontend: Readline
#14 6.215 Setting up libxmuu1:amd64 (2:1.1.2-2+b3) ...
#14 6.260 Setting up ncurses-term (6.1+20181013-2+deb10u5) ...
#14 6.299 Setting up xauth (1:1.0.10-1) ...
#14 6.340 Processing triggers for systemd (241-7~deb10u10) ...
#14 6.366 Processing triggers for man-db (2.8.5-2+deb10u1) ...
#14 6.883 Processing triggers for libc-bin (2.28-10+deb10u2) ...
#14 DONE 7.3s

#15 [ 8/32] RUN	MKDIR /var/run/sshd
#15 DONE 0.7s

#16 [ 9/32] COPY	SSH /root/.ssh
#16 DONE 0.2s

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

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

#19 [12/32] 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
#19 DONE 0.4s

#20 [13/32] RUN	CHOWN -R jenkins:jenkins                  /osmo-gsm-tester-*
#20 DONE 0.4s

#21 [14/32] 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
#21 0.857 Generating locales (this might take a while)...
#21 0.860   en_US.UTF-8... done
#21 2.147 Generation complete.
#21 DONE 2.2s

#22 [15/32] ADD     https://github.com/NixOS/patchelf/archive/0.11.tar.gz /tmp/patchelf-0.11.tar.gz
#22 DONE 0.0s

#23 [16/32] RUN     cd /tmp &&         tar -zxf /tmp/patchelf-0.11.tar.gz &&         cd patchelf-0.11 && 	autoreconf -fi &&         ./configure --prefix=/usr/local &&         make &&         make install
#23 2.766 configure.ac:6: installing 'build-aux/compile'
#23 2.767 configure.ac:4: installing 'build-aux/install-sh'
#23 2.769 configure.ac:4: installing 'build-aux/missing'
#23 2.813 src/Makefile.am: installing 'build-aux/depcomp'
#23 2.964 checking for a BSD-compatible install... /usr/bin/install -c
#23 2.972 checking whether build environment is sane... yes
#23 2.980 checking for a thread-safe mkdir -p... /bin/mkdir -p
#23 2.983 checking for gawk... gawk
#23 2.983 checking whether make sets $(MAKE)... yes
#23 2.991 checking whether make supports nested variables... yes
#23 2.997 checking whether make supports the include directive... yes (GNU style)
#23 3.003 checking for gcc... gcc
#23 3.024 checking whether the C compiler works... yes
#23 3.093 checking for C compiler default output file name... a.out
#23 3.094 checking for suffix of executables... 
#23 3.124 checking whether we are cross compiling... no
#23 3.161 checking for suffix of object files... o
#23 3.180 checking whether we are using the GNU C compiler... yes
#23 3.195 checking whether gcc accepts -g... yes
#23 3.209 checking for gcc option to accept ISO C89... none needed
#23 3.239 checking whether gcc understands -c and -o together... yes
#23 3.271 checking dependency style of gcc... gcc3
#23 3.296 checking for g++... g++
#23 3.311 checking whether we are using the GNU C++ compiler... yes
#23 3.359 checking whether g++ accepts -g... yes
#23 3.377 checking dependency style of g++... gcc3
#23 3.407 Setting page size to 4096
#23 3.420 checking that generated files are newer than configure... done
#23 3.977 configure: creating ./config.status
#23 4.026 config.status: creating Makefile
#23 4.034 config.status: creating src/Makefile
#23 4.046 config.status: creating tests/Makefile
#23 4.056 config.status: creating patchelf.spec
#23 4.064 config.status: executing depfiles commands
#23 4.114 Making all in src
#23 4.115 make[1]: Entering directory '/tmp/patchelf-0.11/src'
#23 4.115 g++ -DPACKAGE_NAME=\"patchelf\" -DPACKAGE_TARNAME=\"patchelf\" -DPACKAGE_VERSION=\"0.11\" -DPACKAGE_STRING=\"patchelf\ 0.11\" -DPACKAGE_BUGREPORT=\"\" -DPACKAGE_URL=\"\" -DPACKAGE=\"patchelf\" -DVERSION=\"0.11\" -DPAGESIZE=4096 -I.    -Wall -std=c++11 -D_FILE_OFFSET_BITS=64 -g -O2 -MT patchelf.o -MD -MP -MF .deps/patchelf.Tpo -c -o patchelf.o patchelf.cc
#23 8.520 mv -f .deps/patchelf.Tpo .deps/patchelf.Po
#23 8.523 g++ -Wall -std=c++11 -D_FILE_OFFSET_BITS=64 -g -O2   -o patchelf patchelf.o  
#23 8.580 make[1]: Leaving directory '/tmp/patchelf-0.11/src'
#23 8.580 Making all in tests
#23 8.583 make[1]: Entering directory '/tmp/patchelf-0.11/tests'
#23 8.583 make[1]: Nothing to be done for 'all'.
#23 8.583 make[1]: Leaving directory '/tmp/patchelf-0.11/tests'
#23 8.584 make[1]: Entering directory '/tmp/patchelf-0.11'
#23 8.584 make[1]: Nothing to be done for 'all-am'.
#23 8.584 make[1]: Leaving directory '/tmp/patchelf-0.11'
#23 8.589 Making install in src
#23 8.598 make[1]: Entering directory '/tmp/patchelf-0.11/src'
#23 8.610 make[2]: Entering directory '/tmp/patchelf-0.11/src'
#23 8.611  /bin/mkdir -p '/usr/local/bin'
#23 8.614   /usr/bin/install -c patchelf '/usr/local/bin'
#23 8.618 make[2]: Nothing to be done for 'install-data-am'.
#23 8.618 make[2]: Leaving directory '/tmp/patchelf-0.11/src'
#23 8.618 make[1]: Leaving directory '/tmp/patchelf-0.11/src'
#23 8.619 Making install in tests
#23 8.620 make[1]: Entering directory '/tmp/patchelf-0.11/tests'
#23 8.622 make[2]: Entering directory '/tmp/patchelf-0.11/tests'
#23 8.622 make[2]: Nothing to be done for 'install-exec-am'.
#23 8.622 make[2]: Nothing to be done for 'install-data-am'.
#23 8.622 make[2]: Leaving directory '/tmp/patchelf-0.11/tests'
#23 8.622 make[1]: Leaving directory '/tmp/patchelf-0.11/tests'
#23 8.623 make[1]: Entering directory '/tmp/patchelf-0.11'
#23 8.625 make[2]: Entering directory '/tmp/patchelf-0.11'
#23 8.625 make[2]: Nothing to be done for 'install-exec-am'.
#23 8.626  /bin/mkdir -p '/usr/local/share/doc/patchelf'
#23 8.629  /usr/bin/install -c -m 644 README.md '/usr/local/share/doc/patchelf'
#23 8.632  /bin/mkdir -p '/usr/local/share/man/man1'
#23 8.635  /usr/bin/install -c -m 644 patchelf.1 '/usr/local/share/man/man1'
#23 8.638 make[2]: Leaving directory '/tmp/patchelf-0.11'
#23 8.638 make[1]: Leaving directory '/tmp/patchelf-0.11'
#23 DONE 8.7s

#24 [17/32] 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-sccp-dev 		libosmo-sigtran-dev 		libsmpp34-dev 		libgtp-dev 		libasn1c-dev && 	apt-get clean
#24 0.409 Hit:1 http://deb.debian.org/debian buster InRelease
#24 0.409 Hit:2 http://deb.debian.org/debian-security buster/updates InRelease
#24 0.409 Hit:3 http://deb.debian.org/debian buster-updates InRelease
#24 0.533 Hit:4 https://downloads.osmocom.org/packages/osmocom:/nightly/Debian_10 ./ InRelease
#24 0.797 Reading package lists...
#24 1.689 Reading package lists...
#24 2.975 Building dependency tree...
#24 3.302 Reading state information...
#24 3.695 The following additional packages will be installed:
#24 3.695   libasn1c1 libgtp6 libosmo-gsup-client0 libosmo-ranap7 libosmo-sigtran9
#24 3.695   libosmoabis13 libosmocodec4 libosmocoding0 libosmocore libosmocore21
#24 3.695   libosmoctrl0 libosmogb14 libosmogsm20 libosmoisdn0 libosmonetif11
#24 3.697   libosmosim2 libosmotrau2 libosmousb0 libosmovty13 libsmpp1 osmocom-nightly
#24 3.770 The following NEW packages will be installed:
#24 3.770   libasn1c-dev libasn1c1 libgtp-dev libgtp6 libosmo-abis-dev
#24 3.770   libosmo-gsup-client-dev libosmo-gsup-client0 libosmo-netif-dev
#24 3.770   libosmo-ranap-dev libosmo-ranap7 libosmo-sccp-dev libosmo-sigtran-dev
#24 3.770   libosmo-sigtran9 libosmoabis13 libosmocodec4 libosmocoding0 libosmocore
#24 3.770   libosmocore-dev libosmocore21 libosmoctrl0 libosmogb14 libosmogsm20
#24 3.770   libosmoisdn0 libosmonetif11 libosmosim2 libosmotrau2 libosmousb0
#24 3.771   libosmovty13 libsmpp1 libsmpp34-dev osmocom-nightly telnet
#24 3.822 0 upgraded, 32 newly installed, 0 to remove and 1 not upgraded.
#24 3.822 Need to get 4,197 kB of archives.
#24 3.822 After this operation, 18.6 MB of additional disk space will be used.
#24 3.822 Get:1 http://deb.debian.org/debian buster/main amd64 telnet amd64 0.17-41.2 [70.4 kB]
#24 3.842 Get:2 https://downloads.osmocom.org/packages/osmocom:/nightly/Debian_10 ./ osmocom-nightly 202404172026 [1,172 B]
#24 3.923 Get:3 https://downloads.osmocom.org/packages/osmocom:/nightly/Debian_10 ./ libosmocore21 1.9.0.192.1c24.202404172026 [174 kB]
#24 3.933 Get:4 https://downloads.osmocom.org/packages/osmocom:/nightly/Debian_10 ./ libgtp6 1.11.0.18.1f9c.202404172026 [42.7 kB]
#24 3.935 Get:5 https://downloads.osmocom.org/packages/osmocom:/nightly/Debian_10 ./ libgtp-dev 1.11.0.18.1f9c.202404172026 [142 kB]
#24 3.947 Get:6 https://downloads.osmocom.org/packages/osmocom:/nightly/Debian_10 ./ libosmocodec4 1.9.0.192.1c24.202404172026 [60.6 kB]
#24 3.959 Get:7 https://downloads.osmocom.org/packages/osmocom:/nightly/Debian_10 ./ libosmoisdn0 1.9.0.192.1c24.202404172026 [79.9 kB]
#24 3.966 Get:8 https://downloads.osmocom.org/packages/osmocom:/nightly/Debian_10 ./ libosmogsm20 1.9.0.192.1c24.202404172026 [233 kB]
#24 3.970 Get:9 https://downloads.osmocom.org/packages/osmocom:/nightly/Debian_10 ./ libosmovty13 1.9.0.192.1c24.202404172026 [112 kB]
#24 3.974 Get:10 https://downloads.osmocom.org/packages/osmocom:/nightly/Debian_10 ./ libosmotrau2 1.5.1.11.5277.202404172026 [30.6 kB]
#24 3.985 Get:11 https://downloads.osmocom.org/packages/osmocom:/nightly/Debian_10 ./ libosmoabis13 1.5.1.11.5277.202404172026 [74.1 kB]
#24 3.986 Get:12 https://downloads.osmocom.org/packages/osmocom:/nightly/Debian_10 ./ libosmo-abis-dev 1.5.1.11.5277.202404172026 [112 kB]
#24 4.004 Get:13 https://downloads.osmocom.org/packages/osmocom:/nightly/Debian_10 ./ libosmo-gsup-client0 1.7.0.11.da4f.202404172026 [23.2 kB]
#24 4.006 Get:14 https://downloads.osmocom.org/packages/osmocom:/nightly/Debian_10 ./ libosmocoding0 1.9.0.192.1c24.202404172026 [79.1 kB]
#24 4.009 Get:15 https://downloads.osmocom.org/packages/osmocom:/nightly/Debian_10 ./ libosmogb14 1.9.0.192.1c24.202404172026 [188 kB]
#24 4.012 Get:16 https://downloads.osmocom.org/packages/osmocom:/nightly/Debian_10 ./ libosmoctrl0 1.9.0.192.1c24.202404172026 [69.3 kB]
#24 4.014 Get:17 https://downloads.osmocom.org/packages/osmocom:/nightly/Debian_10 ./ libosmosim2 1.9.0.192.1c24.202404172026 [73.4 kB]
#24 4.021 Get:18 https://downloads.osmocom.org/packages/osmocom:/nightly/Debian_10 ./ libosmousb0 1.9.0.192.1c24.202404172026 [60.0 kB]
#24 4.026 Get:19 https://downloads.osmocom.org/packages/osmocom:/nightly/Debian_10 ./ libosmocore 1.9.0.192.1c24.202404172026 [53.3 kB]
#24 4.030 Get:20 https://downloads.osmocom.org/packages/osmocom:/nightly/Debian_10 ./ libosmocore-dev 1.9.0.192.1c24.202404172026 [839 kB]
#24 4.044 Get:21 https://downloads.osmocom.org/packages/osmocom:/nightly/Debian_10 ./ libosmo-gsup-client-dev 1.7.0.11.da4f.202404172026 [26.4 kB]
#24 4.045 Get:22 https://downloads.osmocom.org/packages/osmocom:/nightly/Debian_10 ./ libosmonetif11 1.4.0.50.211c.202404172026 [53.8 kB]
#24 4.046 Get:23 https://downloads.osmocom.org/packages/osmocom:/nightly/Debian_10 ./ libosmo-netif-dev 1.4.0.50.211c.202404172026 [65.5 kB]
#24 4.047 Get:24 https://downloads.osmocom.org/packages/osmocom:/nightly/Debian_10 ./ libosmo-sccp-dev 1.8.0.61.ef237.202404172026 [94.9 kB]
#24 4.048 Get:25 https://downloads.osmocom.org/packages/osmocom:/nightly/Debian_10 ./ libosmo-sigtran9 1.8.0.61.ef237.202404172026 [124 kB]
#24 4.055 Get:26 https://downloads.osmocom.org/packages/osmocom:/nightly/Debian_10 ./ libosmo-sigtran-dev 1.8.0.61.ef237.202404172026 [583 kB]
#24 4.065 Get:27 https://downloads.osmocom.org/packages/osmocom:/nightly/Debian_10 ./ libsmpp1 1.14.3.2.4b6d.202404172026 [109 kB]
#24 4.065 Get:28 https://downloads.osmocom.org/packages/osmocom:/nightly/Debian_10 ./ libsmpp34-dev 1.14.3.2.4b6d.202404172026 [123 kB]
#24 4.065 Get:29 https://downloads.osmocom.org/packages/osmocom:/nightly/Debian_10 ./ libasn1c1 0.9.36.1.3dfa.202404172026 [77.0 kB]
#24 4.065 Get:30 https://downloads.osmocom.org/packages/osmocom:/nightly/Debian_10 ./ libasn1c-dev 0.9.36.1.3dfa.202404172026 [110 kB]
#24 4.066 Get:31 https://downloads.osmocom.org/packages/osmocom:/nightly/Debian_10 ./ libosmo-ranap7 1.5.1.6.fc08.202404172026 [218 kB]
#24 4.081 Get:32 https://downloads.osmocom.org/packages/osmocom:/nightly/Debian_10 ./ libosmo-ranap-dev 1.5.1.6.fc08.202404172026 [93.4 kB]
#24 4.309 debconf: delaying package configuration, since apt-utils is not installed
#24 4.385 Fetched 4,197 kB in 0s (15.4 MB/s)
#24 4.422 Selecting previously unselected package telnet.
#24 4.422 (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 ... 106264 files and directories currently installed.)
#24 4.471 Preparing to unpack .../00-telnet_0.17-41.2_amd64.deb ...
#24 4.474 Unpacking telnet (0.17-41.2) ...
#24 4.515 Selecting previously unselected package osmocom-nightly.
#24 4.521 Preparing to unpack .../01-osmocom-nightly_202404172026_amd64.deb ...
#24 4.524 Unpacking osmocom-nightly (202404172026) ...
#24 4.558 Selecting previously unselected package libosmocore21:amd64.
#24 4.565 Preparing to unpack .../02-libosmocore21_1.9.0.192.1c24.202404172026_amd64.deb ...
#24 4.571 Unpacking libosmocore21:amd64 (1.9.0.192.1c24.202404172026) ...
#24 4.617 Selecting previously unselected package libgtp6:amd64.
#24 4.624 Preparing to unpack .../03-libgtp6_1.11.0.18.1f9c.202404172026_amd64.deb ...
#24 4.627 Unpacking libgtp6:amd64 (1.11.0.18.1f9c.202404172026) ...
#24 4.662 Selecting previously unselected package libgtp-dev:amd64.
#24 4.668 Preparing to unpack .../04-libgtp-dev_1.11.0.18.1f9c.202404172026_amd64.deb ...
#24 4.674 Unpacking libgtp-dev:amd64 (1.11.0.18.1f9c.202404172026) ...
#24 4.718 Selecting previously unselected package libosmocodec4:amd64.
#24 4.725 Preparing to unpack .../05-libosmocodec4_1.9.0.192.1c24.202404172026_amd64.deb ...
#24 4.728 Unpacking libosmocodec4:amd64 (1.9.0.192.1c24.202404172026) ...
#24 4.767 Selecting previously unselected package libosmoisdn0:amd64.
#24 4.774 Preparing to unpack .../06-libosmoisdn0_1.9.0.192.1c24.202404172026_amd64.deb ...
#24 4.781 Unpacking libosmoisdn0:amd64 (1.9.0.192.1c24.202404172026) ...
#24 4.822 Selecting previously unselected package libosmogsm20:amd64.
#24 4.829 Preparing to unpack .../07-libosmogsm20_1.9.0.192.1c24.202404172026_amd64.deb ...
#24 4.835 Unpacking libosmogsm20:amd64 (1.9.0.192.1c24.202404172026) ...
#24 4.887 Selecting previously unselected package libosmovty13:amd64.
#24 4.894 Preparing to unpack .../08-libosmovty13_1.9.0.192.1c24.202404172026_amd64.deb ...
#24 4.897 Unpacking libosmovty13:amd64 (1.9.0.192.1c24.202404172026) ...
#24 4.941 Selecting previously unselected package libosmotrau2:amd64.
#24 4.947 Preparing to unpack .../09-libosmotrau2_1.5.1.11.5277.202404172026_amd64.deb ...
#24 4.950 Unpacking libosmotrau2:amd64 (1.5.1.11.5277.202404172026) ...
#24 4.987 Selecting previously unselected package libosmoabis13:amd64.
#24 4.994 Preparing to unpack .../10-libosmoabis13_1.5.1.11.5277.202404172026_amd64.deb ...
#24 5.000 Unpacking libosmoabis13:amd64 (1.5.1.11.5277.202404172026) ...
#24 5.049 Selecting previously unselected package libosmo-abis-dev:amd64.
#24 5.055 Preparing to unpack .../11-libosmo-abis-dev_1.5.1.11.5277.202404172026_amd64.deb ...
#24 5.065 Unpacking libosmo-abis-dev:amd64 (1.5.1.11.5277.202404172026) ...
#24 5.163 Selecting previously unselected package libosmo-gsup-client0:amd64.
#24 5.171 Preparing to unpack .../12-libosmo-gsup-client0_1.7.0.11.da4f.202404172026_amd64.deb ...
#24 5.184 Unpacking libosmo-gsup-client0:amd64 (1.7.0.11.da4f.202404172026) ...
#24 5.262 Selecting previously unselected package libosmocoding0:amd64.
#24 5.270 Preparing to unpack .../13-libosmocoding0_1.9.0.192.1c24.202404172026_amd64.deb ...
#24 5.278 Unpacking libosmocoding0:amd64 (1.9.0.192.1c24.202404172026) ...
#24 5.368 Selecting previously unselected package libosmogb14:amd64.
#24 5.376 Preparing to unpack .../14-libosmogb14_1.9.0.192.1c24.202404172026_amd64.deb ...
#24 5.388 Unpacking libosmogb14:amd64 (1.9.0.192.1c24.202404172026) ...
#24 5.490 Selecting previously unselected package libosmoctrl0:amd64.
#24 5.497 Preparing to unpack .../15-libosmoctrl0_1.9.0.192.1c24.202404172026_amd64.deb ...
#24 5.506 Unpacking libosmoctrl0:amd64 (1.9.0.192.1c24.202404172026) ...
#24 5.594 Selecting previously unselected package libosmosim2:amd64.
#24 5.602 Preparing to unpack .../16-libosmosim2_1.9.0.192.1c24.202404172026_amd64.deb ...
#24 5.612 Unpacking libosmosim2:amd64 (1.9.0.192.1c24.202404172026) ...
#24 5.699 Selecting previously unselected package libosmousb0:amd64.
#24 5.707 Preparing to unpack .../17-libosmousb0_1.9.0.192.1c24.202404172026_amd64.deb ...
#24 5.722 Unpacking libosmousb0:amd64 (1.9.0.192.1c24.202404172026) ...
#24 5.801 Selecting previously unselected package libosmocore.
#24 5.809 Preparing to unpack .../18-libosmocore_1.9.0.192.1c24.202404172026_amd64.deb ...
#24 5.825 Unpacking libosmocore (1.9.0.192.1c24.202404172026) ...
#24 5.924 Selecting previously unselected package libosmocore-dev:amd64.
#24 5.932 Preparing to unpack .../19-libosmocore-dev_1.9.0.192.1c24.202404172026_amd64.deb ...
#24 5.943 Unpacking libosmocore-dev:amd64 (1.9.0.192.1c24.202404172026) ...
#24 6.090 Selecting previously unselected package libosmo-gsup-client-dev:amd64.
#24 6.098 Preparing to unpack .../20-libosmo-gsup-client-dev_1.7.0.11.da4f.202404172026_amd64.deb ...
#24 6.112 Unpacking libosmo-gsup-client-dev:amd64 (1.7.0.11.da4f.202404172026) ...
#24 6.188 Selecting previously unselected package libosmonetif11:amd64.
#24 6.195 Preparing to unpack .../21-libosmonetif11_1.4.0.50.211c.202404172026_amd64.deb ...
#24 6.216 Unpacking libosmonetif11:amd64 (1.4.0.50.211c.202404172026) ...
#24 6.302 Selecting previously unselected package libosmo-netif-dev:amd64.
#24 6.309 Preparing to unpack .../22-libosmo-netif-dev_1.4.0.50.211c.202404172026_amd64.deb ...
#24 6.319 Unpacking libosmo-netif-dev:amd64 (1.4.0.50.211c.202404172026) ...
#24 6.400 Selecting previously unselected package libosmo-sccp-dev:amd64.
#24 6.408 Preparing to unpack .../23-libosmo-sccp-dev_1.8.0.61.ef237.202404172026_amd64.deb ...
#24 6.419 Unpacking libosmo-sccp-dev:amd64 (1.8.0.61.ef237.202404172026) ...
#24 6.530 Selecting previously unselected package libosmo-sigtran9:amd64.
#24 6.539 Preparing to unpack .../24-libosmo-sigtran9_1.8.0.61.ef237.202404172026_amd64.deb ...
#24 6.550 Unpacking libosmo-sigtran9:amd64 (1.8.0.61.ef237.202404172026) ...
#24 6.625 Selecting previously unselected package libosmo-sigtran-dev:amd64.
#24 6.633 Preparing to unpack .../25-libosmo-sigtran-dev_1.8.0.61.ef237.202404172026_amd64.deb ...
#24 6.646 Unpacking libosmo-sigtran-dev:amd64 (1.8.0.61.ef237.202404172026) ...
#24 6.769 Selecting previously unselected package libsmpp1:amd64.
#24 6.778 Preparing to unpack .../26-libsmpp1_1.14.3.2.4b6d.202404172026_amd64.deb ...
#24 6.792 Unpacking libsmpp1:amd64 (1.14.3.2.4b6d.202404172026) ...
#24 6.886 Selecting previously unselected package libsmpp34-dev:amd64.
#24 6.893 Preparing to unpack .../27-libsmpp34-dev_1.14.3.2.4b6d.202404172026_amd64.deb ...
#24 6.902 Unpacking libsmpp34-dev:amd64 (1.14.3.2.4b6d.202404172026) ...
#24 7.000 Selecting previously unselected package libasn1c1:amd64.
#24 7.008 Preparing to unpack .../28-libasn1c1_0.9.36.1.3dfa.202404172026_amd64.deb ...
#24 7.019 Unpacking libasn1c1:amd64 (0.9.36.1.3dfa.202404172026) ...
#24 7.091 Selecting previously unselected package libasn1c-dev:amd64.
#24 7.098 Preparing to unpack .../29-libasn1c-dev_0.9.36.1.3dfa.202404172026_amd64.deb ...
#24 7.108 Unpacking libasn1c-dev:amd64 (0.9.36.1.3dfa.202404172026) ...
#24 7.206 Selecting previously unselected package libosmo-ranap7:amd64.
#24 7.214 Preparing to unpack .../30-libosmo-ranap7_1.5.1.6.fc08.202404172026_amd64.deb ...
#24 7.223 Unpacking libosmo-ranap7:amd64 (1.5.1.6.fc08.202404172026) ...
#24 7.329 Selecting previously unselected package libosmo-ranap-dev:amd64.
#24 7.337 Preparing to unpack .../31-libosmo-ranap-dev_1.5.1.6.fc08.202404172026_amd64.deb ...
#24 7.344 Unpacking libosmo-ranap-dev:amd64 (1.5.1.6.fc08.202404172026) ...
#24 7.466 Setting up telnet (0.17-41.2) ...
#24 7.489 update-alternatives: using /usr/bin/telnet.netkit to provide /usr/bin/telnet (telnet) in auto mode
#24 7.495 Setting up osmocom-nightly (202404172026) ...
#24 7.506 Setting up libsmpp1:amd64 (1.14.3.2.4b6d.202404172026) ...
#24 7.516 Setting up libosmocore21:amd64 (1.9.0.192.1c24.202404172026) ...
#24 7.528 Setting up libosmousb0:amd64 (1.9.0.192.1c24.202404172026) ...
#24 7.539 Setting up libosmocodec4:amd64 (1.9.0.192.1c24.202404172026) ...
#24 7.547 Setting up libsmpp34-dev:amd64 (1.14.3.2.4b6d.202404172026) ...
#24 7.558 Setting up libosmo-sccp-dev:amd64 (1.8.0.61.ef237.202404172026) ...
#24 7.566 Setting up libasn1c1:amd64 (0.9.36.1.3dfa.202404172026) ...
#24 7.578 Setting up libosmovty13:amd64 (1.9.0.192.1c24.202404172026) ...
#24 7.587 Setting up libosmoisdn0:amd64 (1.9.0.192.1c24.202404172026) ...
#24 7.598 Setting up libgtp6:amd64 (1.11.0.18.1f9c.202404172026) ...
#24 7.606 Setting up libgtp-dev:amd64 (1.11.0.18.1f9c.202404172026) ...
#24 7.618 Setting up libasn1c-dev:amd64 (0.9.36.1.3dfa.202404172026) ...
#24 7.627 Setting up libosmogsm20:amd64 (1.9.0.192.1c24.202404172026) ...
#24 7.638 Setting up libosmoabis13:amd64 (1.5.1.11.5277.202404172026) ...
#24 7.648 Setting up libosmoctrl0:amd64 (1.9.0.192.1c24.202404172026) ...
#24 7.660 Setting up libosmogb14:amd64 (1.9.0.192.1c24.202404172026) ...
#24 7.671 Setting up libosmonetif11:amd64 (1.4.0.50.211c.202404172026) ...
#24 7.681 Setting up libosmo-gsup-client0:amd64 (1.7.0.11.da4f.202404172026) ...
#24 7.692 Setting up libosmocoding0:amd64 (1.9.0.192.1c24.202404172026) ...
#24 7.700 Setting up libosmosim2:amd64 (1.9.0.192.1c24.202404172026) ...
#24 7.711 Setting up libosmotrau2:amd64 (1.5.1.11.5277.202404172026) ...
#24 7.723 Setting up libosmocore (1.9.0.192.1c24.202404172026) ...
#24 7.736 Setting up libosmo-sigtran9:amd64 (1.8.0.61.ef237.202404172026) ...
#24 7.747 Setting up libosmo-abis-dev:amd64 (1.5.1.11.5277.202404172026) ...
#24 7.756 Setting up libosmo-ranap7:amd64 (1.5.1.6.fc08.202404172026) ...
#24 7.767 Setting up libosmocore-dev:amd64 (1.9.0.192.1c24.202404172026) ...
#24 7.776 Setting up libosmo-netif-dev:amd64 (1.4.0.50.211c.202404172026) ...
#24 7.787 Setting up libosmo-ranap-dev:amd64 (1.5.1.6.fc08.202404172026) ...
#24 7.796 Setting up libosmo-gsup-client-dev:amd64 (1.7.0.11.da4f.202404172026) ...
#24 7.807 Setting up libosmo-sigtran-dev:amd64 (1.8.0.61.ef237.202404172026) ...
#24 7.816 Processing triggers for man-db (2.8.5-2+deb10u1) ...
#24 7.974 Processing triggers for libc-bin (2.28-10+deb10u2) ...
#24 DONE 8.1s

#25 [18/32] 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
#25 0.375 Hit:1 http://deb.debian.org/debian buster InRelease
#25 0.375 Hit:2 http://deb.debian.org/debian-security buster/updates InRelease
#25 0.375 Hit:3 http://deb.debian.org/debian buster-updates InRelease
#25 0.375 Hit:4 https://downloads.osmocom.org/packages/osmocom:/nightly/Debian_10 ./ InRelease
#25 0.707 Reading package lists...
#25 1.835 Reading package lists...
#25 2.737 Building dependency tree...
#25 2.945 Reading state information...
#25 3.113 libboost-program-options-dev is already the newest version (1.67.0.1).
#25 3.113 libboost-program-options-dev set to manually installed.
#25 3.113 cmake is already the newest version (3.13.4-1).
#25 3.113 libfftw3-dev is already the newest version (3.3.8-2).
#25 3.113 libsctp-dev is already the newest version (1.0.18+dfsg-1).
#25 3.113 libpcsclite-dev is already the newest version (1.8.24-1).
#25 3.113 libuhd-dev is already the newest version (3.13.1.0-3).
#25 3.113 Suggested packages:
#25 3.113   libmbedtls-doc libsoapysdr-doc
#25 3.113 Recommended packages:
#25 3.113   libconfig-doc soapysdr0.6-module-all | soapysdr0.6-module
#25 3.211 The following NEW packages will be installed:
#25 3.211   libconfig++-dev libconfig++9v5 libconfig-dev libconfig9 libczmq-dev libczmq4
#25 3.211   libmbedtls-dev libsoapysdr-dev libsoapysdr0.6 soapysdr-module-lms7
#25 3.212   soapysdr0.6-module-lms7
#25 3.241 0 upgraded, 11 newly installed, 0 to remove and 1 not upgraded.
#25 3.241 Need to get 1,403 kB of archives.
#25 3.241 After this operation, 6,369 kB of additional disk space will be used.
#25 3.241 Get:1 http://deb.debian.org/debian buster/main amd64 libconfig++9v5 amd64 1.5-0.4 [40.0 kB]
#25 3.249 Get:2 http://deb.debian.org/debian buster/main amd64 libconfig9 amd64 1.5-0.4 [29.9 kB]
#25 3.250 Get:3 http://deb.debian.org/debian buster/main amd64 libconfig-dev amd64 1.5-0.4 [60.8 kB]
#25 3.255 Get:4 http://deb.debian.org/debian buster/main amd64 libconfig++-dev amd64 1.5-0.4 [44.1 kB]
#25 3.256 Get:5 http://deb.debian.org/debian buster/main amd64 libczmq4 amd64 4.2.0-2 [168 kB]
#25 3.261 Get:6 http://deb.debian.org/debian buster/main amd64 libczmq-dev amd64 4.2.0-2 [395 kB]
#25 3.267 Get:7 http://deb.debian.org/debian-security buster/updates/main amd64 libmbedtls-dev amd64 2.16.9-0~deb10u1 [514 kB]
#25 3.271 Get:8 http://deb.debian.org/debian buster/main amd64 libsoapysdr0.6 amd64 0.6.1-4+b1 [68.4 kB]
#25 3.272 Get:9 http://deb.debian.org/debian buster/main amd64 libsoapysdr-dev amd64 0.6.1-4+b1 [28.2 kB]
#25 3.272 Get:10 http://deb.debian.org/debian buster/main amd64 soapysdr0.6-module-lms7 amd64 18.06.0+dfsg-1+b1 [54.1 kB]
#25 3.274 Get:11 http://deb.debian.org/debian buster/main amd64 soapysdr-module-lms7 amd64 18.06.0+dfsg-1+b1 [1,128 B]
#25 3.467 debconf: delaying package configuration, since apt-utils is not installed
#25 3.533 Fetched 1,403 kB in 0s (30.8 MB/s)
#25 3.585 Selecting previously unselected package libconfig++9v5:amd64.
#25 3.585 (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 ... 107456 files and directories currently installed.)
#25 3.627 Preparing to unpack .../00-libconfig++9v5_1.5-0.4_amd64.deb ...
#25 3.650 Unpacking libconfig++9v5:amd64 (1.5-0.4) ...
#25 3.744 Selecting previously unselected package libconfig9:amd64.
#25 3.751 Preparing to unpack .../01-libconfig9_1.5-0.4_amd64.deb ...
#25 3.764 Unpacking libconfig9:amd64 (1.5-0.4) ...
#25 3.832 Selecting previously unselected package libconfig-dev:amd64.
#25 3.839 Preparing to unpack .../02-libconfig-dev_1.5-0.4_amd64.deb ...
#25 3.852 Unpacking libconfig-dev:amd64 (1.5-0.4) ...
#25 3.940 Selecting previously unselected package libconfig++-dev:amd64.
#25 3.947 Preparing to unpack .../03-libconfig++-dev_1.5-0.4_amd64.deb ...
#25 3.960 Unpacking libconfig++-dev:amd64 (1.5-0.4) ...
#25 4.064 Selecting previously unselected package libczmq4:amd64.
#25 4.072 Preparing to unpack .../04-libczmq4_4.2.0-2_amd64.deb ...
#25 4.079 Unpacking libczmq4:amd64 (4.2.0-2) ...
#25 4.156 Selecting previously unselected package libczmq-dev:amd64.
#25 4.162 Preparing to unpack .../05-libczmq-dev_4.2.0-2_amd64.deb ...
#25 4.184 Unpacking libczmq-dev:amd64 (4.2.0-2) ...
#25 4.307 Selecting previously unselected package libmbedtls-dev:amd64.
#25 4.314 Preparing to unpack .../06-libmbedtls-dev_2.16.9-0~deb10u1_amd64.deb ...
#25 4.330 Unpacking libmbedtls-dev:amd64 (2.16.9-0~deb10u1) ...
#25 4.452 Selecting previously unselected package libsoapysdr0.6:amd64.
#25 4.460 Preparing to unpack .../07-libsoapysdr0.6_0.6.1-4+b1_amd64.deb ...
#25 4.474 Unpacking libsoapysdr0.6:amd64 (0.6.1-4+b1) ...
#25 4.562 Selecting previously unselected package libsoapysdr-dev:amd64.
#25 4.570 Preparing to unpack .../08-libsoapysdr-dev_0.6.1-4+b1_amd64.deb ...
#25 4.580 Unpacking libsoapysdr-dev:amd64 (0.6.1-4+b1) ...
#25 4.659 Selecting previously unselected package soapysdr0.6-module-lms7:amd64.
#25 4.667 Preparing to unpack .../09-soapysdr0.6-module-lms7_18.06.0+dfsg-1+b1_amd64.deb ...
#25 4.679 Unpacking soapysdr0.6-module-lms7:amd64 (18.06.0+dfsg-1+b1) ...
#25 4.765 Selecting previously unselected package soapysdr-module-lms7:amd64.
#25 4.773 Preparing to unpack .../10-soapysdr-module-lms7_18.06.0+dfsg-1+b1_amd64.deb ...
#25 4.778 Unpacking soapysdr-module-lms7:amd64 (18.06.0+dfsg-1+b1) ...
#25 4.842 Setting up libconfig9:amd64 (1.5-0.4) ...
#25 4.854 Setting up libsoapysdr0.6:amd64 (0.6.1-4+b1) ...
#25 4.863 Setting up libczmq4:amd64 (4.2.0-2) ...
#25 4.874 Setting up libconfig++9v5:amd64 (1.5-0.4) ...
#25 4.883 Setting up libmbedtls-dev:amd64 (2.16.9-0~deb10u1) ...
#25 4.894 Setting up libsoapysdr-dev:amd64 (0.6.1-4+b1) ...
#25 4.903 Setting up libczmq-dev:amd64 (4.2.0-2) ...
#25 4.913 Setting up libconfig-dev:amd64 (1.5-0.4) ...
#25 4.922 Setting up soapysdr0.6-module-lms7:amd64 (18.06.0+dfsg-1+b1) ...
#25 4.933 Setting up soapysdr-module-lms7:amd64 (18.06.0+dfsg-1+b1) ...
#25 4.942 Setting up libconfig++-dev:amd64 (1.5-0.4) ...
#25 4.954 Processing triggers for man-db (2.8.5-2+deb10u1) ...
#25 5.156 Processing triggers for libc-bin (2.28-10+deb10u2) ...
#25 DONE 5.3s

#26 [19/32] RUN	APT-GET update && 	apt-get install -y --no-install-recommends 		gnuradio && 	apt-get clean
#26 0.486 Hit:1 http://deb.debian.org/debian buster InRelease
#26 0.486 Hit:2 http://deb.debian.org/debian-security buster/updates InRelease
#26 0.486 Hit:3 http://deb.debian.org/debian buster-updates InRelease
#26 0.613 Hit:4 https://downloads.osmocom.org/packages/osmocom:/nightly/Debian_10 ./ InRelease
#26 0.845 Reading package lists...
#26 1.646 Reading package lists...
#26 2.440 Building dependency tree...
#26 2.635 Reading state information...
#26 2.787 The following additional packages will be installed:
#26 2.787   dbus-user-session dconf-gsettings-backend dconf-service freeglut3
#26 2.787   glib-networking glib-networking-common glib-networking-services
#26 2.787   gsettings-desktop-schemas libasyncns0 libatk-bridge2.0-0 libatspi2.0-0
#26 2.787   libcaca0 libcairo-gobject2 libcodec2-0.8.1 libcolord2 libcomedi0 libdconf1
#26 2.787   libdouble-conversion1 libdrm-amdgpu1 libdrm-common libdrm-intel1
#26 2.787   libdrm-nouveau2 libdrm-radeon1 libdrm2 libegl-mesa0 libegl1 libepoxy0
#26 2.787   libevdev2 libflac8 libgbm1 libgl1 libgl1-mesa-dri libgl1-mesa-glx
#26 2.787   libglapi-mesa libglu1-mesa libglvnd0 libglx-mesa0 libglx0
#26 2.787   libgnuradio-analog3.7.13 libgnuradio-atsc3.7.13 libgnuradio-audio3.7.13
#26 2.787   libgnuradio-blocks3.7.13 libgnuradio-channels3.7.13 libgnuradio-comedi3.7.13
#26 2.787   libgnuradio-digital3.7.13 libgnuradio-dtv3.7.13 libgnuradio-fcd3.7.13
#26 2.787   libgnuradio-fec3.7.13 libgnuradio-fft3.7.13 libgnuradio-filter3.7.13
#26 2.787   libgnuradio-noaa3.7.13 libgnuradio-pager3.7.13 libgnuradio-pmt3.7.13
#26 2.787   libgnuradio-qtgui3.7.13 libgnuradio-runtime3.7.13 libgnuradio-trellis3.7.13
#26 2.787   libgnuradio-uhd3.7.13 libgnuradio-video-sdl3.7.13 libgnuradio-vocoder3.7.13
#26 2.787   libgnuradio-wavelet3.7.13 libgnuradio-wxgui3.7.13 libgnuradio-zeromq3.7.13
#26 2.787   libgtk-3-0 libgtk-3-common libgudev-1.0-0 libinput-bin libinput10
#26 2.787   libjack-jackd2-0 libjson-glib-1.0-0 libjson-glib-1.0-common libllvm7
#26 2.787   liblog4cpp5v5 libmtdev1 libnotify4 libogg0 libopus0 liborc-0.4-0
#26 2.787   libpcre2-16-0 libportaudio2 libproxy1v5 libpulse0 libqt5core5a libqt5dbus5
#26 2.787   libqt5designer5 libqt5gui5 libqt5help5 libqt5network5 libqt5opengl5
#26 2.787   libqt5printsupport5 libqt5sql5 libqt5svg5 libqt5test5 libqt5widgets5
#26 2.787   libqt5xml5 libqwt-qt5-6 librest-0.7-0 libsamplerate0 libsdl1.2debian
#26 2.787   libslang2 libsndfile1 libsoup-gnome2.4-1 libsoup2.4-1 libvolk1-bin
#26 2.787   libvolk1.4 libvorbis0a libvorbisenc2 libwacom-common libwacom2
#26 2.787   libwayland-client0 libwayland-cursor0 libwayland-egl1 libwayland-server0
#26 2.787   libwxbase3.0-0v5 libwxgtk3.0-gtk3-0v5 libx11-xcb1 libxcb-dri2-0
#26 2.787   libxcb-dri3-0 libxcb-glx0 libxcb-icccm4 libxcb-image0 libxcb-keysyms1
#26 2.787   libxcb-present0 libxcb-randr0 libxcb-render-util0 libxcb-shape0 libxcb-sync1
#26 2.787   libxcb-util0 libxcb-xfixes0 libxcb-xinerama0 libxcb-xkb1 libxkbcommon-x11-0
#26 2.788   libxkbcommon0 libxshmfence1 libxtst6 libxxf86vm1 python-cheetah
#26 2.788   python-enum34 python-lxml python-opengl python-pyqt5 python-sip
#26 2.788   python-wxgtk3.0 python-wxversion python-zmq xkb-data
#26 2.789 Suggested packages:
#26 2.789   gr-fosphor gr-osmosdr colord gvfs jackd2 opus-tools pulseaudio
#26 2.789   qt5-image-formats-plugins qtwayland5 libvolk1-dev python-cheetah-doc
#26 2.789   python-markdown python-memcache python-pygments python-enum34-doc
#26 2.789   python-lxml-dbg python-lxml-doc python-tk libgle3 python-pyqt5-dbg wx3.0-doc
#26 2.789 Recommended packages:
#26 2.789   gnuradio-dev python-matplotlib python-networkx python-qwt-qt5 python-scipy
#26 2.789   python-tk rtl-sdr uhd-host at-spi2-core udev libgtk-3-bin
#26 2.789   notification-daemon qttranslations5-l10n qt5-gtk-platformtheme
#26 2.789   libqt5sql5-sqlite | libqt5sql5-mysql | libqt5sql5-odbc | libqt5sql5-psql
#26 2.789   | libqt5sql5-tds | libqt5sql5-ibase libwacom-bin python-bs4 python-html5lib
#26 3.428 The following NEW packages will be installed:
#26 3.428   dbus-user-session dconf-gsettings-backend dconf-service freeglut3
#26 3.428   glib-networking glib-networking-common glib-networking-services gnuradio
#26 3.428   gsettings-desktop-schemas libasyncns0 libatk-bridge2.0-0 libatspi2.0-0
#26 3.428   libcaca0 libcairo-gobject2 libcodec2-0.8.1 libcolord2 libcomedi0 libdconf1
#26 3.428   libdouble-conversion1 libdrm-amdgpu1 libdrm-common libdrm-intel1
#26 3.428   libdrm-nouveau2 libdrm-radeon1 libdrm2 libegl-mesa0 libegl1 libepoxy0
#26 3.428   libevdev2 libflac8 libgbm1 libgl1 libgl1-mesa-dri libgl1-mesa-glx
#26 3.428   libglapi-mesa libglu1-mesa libglvnd0 libglx-mesa0 libglx0
#26 3.428   libgnuradio-analog3.7.13 libgnuradio-atsc3.7.13 libgnuradio-audio3.7.13
#26 3.428   libgnuradio-blocks3.7.13 libgnuradio-channels3.7.13 libgnuradio-comedi3.7.13
#26 3.428   libgnuradio-digital3.7.13 libgnuradio-dtv3.7.13 libgnuradio-fcd3.7.13
#26 3.428   libgnuradio-fec3.7.13 libgnuradio-fft3.7.13 libgnuradio-filter3.7.13
#26 3.428   libgnuradio-noaa3.7.13 libgnuradio-pager3.7.13 libgnuradio-pmt3.7.13
#26 3.428   libgnuradio-qtgui3.7.13 libgnuradio-runtime3.7.13 libgnuradio-trellis3.7.13
#26 3.428   libgnuradio-uhd3.7.13 libgnuradio-video-sdl3.7.13 libgnuradio-vocoder3.7.13
#26 3.428   libgnuradio-wavelet3.7.13 libgnuradio-wxgui3.7.13 libgnuradio-zeromq3.7.13
#26 3.428   libgtk-3-0 libgtk-3-common libgudev-1.0-0 libinput-bin libinput10
#26 3.428   libjack-jackd2-0 libjson-glib-1.0-0 libjson-glib-1.0-common libllvm7
#26 3.429   liblog4cpp5v5 libmtdev1 libnotify4 libogg0 libopus0 liborc-0.4-0
#26 3.429   libpcre2-16-0 libportaudio2 libproxy1v5 libpulse0 libqt5core5a libqt5dbus5
#26 3.429   libqt5designer5 libqt5gui5 libqt5help5 libqt5network5 libqt5opengl5
#26 3.429   libqt5printsupport5 libqt5sql5 libqt5svg5 libqt5test5 libqt5widgets5
#26 3.429   libqt5xml5 libqwt-qt5-6 librest-0.7-0 libsamplerate0 libsdl1.2debian
#26 3.429   libslang2 libsndfile1 libsoup-gnome2.4-1 libsoup2.4-1 libvolk1-bin
#26 3.429   libvolk1.4 libvorbis0a libvorbisenc2 libwacom-common libwacom2
#26 3.429   libwayland-client0 libwayland-cursor0 libwayland-egl1 libwayland-server0
#26 3.429   libwxbase3.0-0v5 libwxgtk3.0-gtk3-0v5 libx11-xcb1 libxcb-dri2-0
#26 3.429   libxcb-dri3-0 libxcb-glx0 libxcb-icccm4 libxcb-image0 libxcb-keysyms1
#26 3.429   libxcb-present0 libxcb-randr0 libxcb-render-util0 libxcb-shape0 libxcb-sync1
#26 3.429   libxcb-util0 libxcb-xfixes0 libxcb-xinerama0 libxcb-xkb1 libxkbcommon-x11-0
#26 3.429   libxkbcommon0 libxshmfence1 libxtst6 libxxf86vm1 python-cheetah
#26 3.429   python-enum34 python-lxml python-opengl python-pyqt5 python-sip
#26 3.430   python-wxgtk3.0 python-wxversion python-zmq xkb-data
#26 3.461 0 upgraded, 146 newly installed, 0 to remove and 1 not upgraded.
#26 3.461 Need to get 77.3 MB of archives.
#26 3.461 After this operation, 508 MB of additional disk space will be used.
#26 3.461 Get:1 http://deb.debian.org/debian buster/main amd64 libdouble-conversion1 amd64 3.1.0-3 [39.4 kB]
#26 3.470 Get:2 http://deb.debian.org/debian-security buster/updates/main amd64 libpcre2-16-0 amd64 10.32-5+deb10u1 [203 kB]
#26 3.481 Get:3 http://deb.debian.org/debian buster/main amd64 libqt5core5a amd64 5.11.3+dfsg1-1+deb10u5 [1,946 kB]
#26 3.501 Get:4 http://deb.debian.org/debian buster/main amd64 libdrm-common all 2.4.97-1 [13.8 kB]
#26 3.501 Get:5 http://deb.debian.org/debian buster/main amd64 libdrm2 amd64 2.4.97-1 [39.7 kB]
#26 3.502 Get:6 http://deb.debian.org/debian buster/main amd64 libglvnd0 amd64 1.1.0-1 [48.6 kB]
#26 3.502 Get:7 http://deb.debian.org/debian buster/main amd64 libwayland-server0 amd64 1.16.0-1 [32.5 kB]
#26 3.502 Get:8 http://deb.debian.org/debian buster/main amd64 libgbm1 amd64 18.3.6-2+deb10u1 [67.8 kB]
#26 3.503 Get:9 http://deb.debian.org/debian buster/main amd64 libglapi-mesa amd64 18.3.6-2+deb10u1 [66.3 kB]
#26 3.504 Get:10 http://deb.debian.org/debian buster/main amd64 libwayland-client0 amd64 1.16.0-1 [26.4 kB]
#26 3.504 Get:11 http://deb.debian.org/debian-security buster/updates/main amd64 libx11-xcb1 amd64 2:1.6.7-1+deb10u4 [191 kB]
#26 3.506 Get:12 http://deb.debian.org/debian buster/main amd64 libxcb-dri2-0 amd64 1.13.1-2 [101 kB]
#26 3.507 Get:13 http://deb.debian.org/debian buster/main amd64 libxcb-dri3-0 amd64 1.13.1-2 [100 kB]
#26 3.512 Get:14 http://deb.debian.org/debian buster/main amd64 libxcb-present0 amd64 1.13.1-2 [99.1 kB]
#26 3.513 Get:15 http://deb.debian.org/debian buster/main amd64 libxcb-sync1 amd64 1.13.1-2 [103 kB]
#26 3.515 Get:16 http://deb.debian.org/debian buster/main amd64 libxcb-xfixes0 amd64 1.13.1-2 [103 kB]
#26 3.516 Get:17 http://deb.debian.org/debian buster/main amd64 libxshmfence1 amd64 1.3-1 [8,820 B]
#26 3.516 Get:18 http://deb.debian.org/debian buster/main amd64 libegl-mesa0 amd64 18.3.6-2+deb10u1 [135 kB]
#26 3.518 Get:19 http://deb.debian.org/debian buster/main amd64 libegl1 amd64 1.1.0-1 [33.6 kB]
#26 3.518 Get:20 http://deb.debian.org/debian buster/main amd64 libxcb-glx0 amd64 1.13.1-2 [116 kB]
#26 3.520 Get:21 http://deb.debian.org/debian buster/main amd64 libxxf86vm1 amd64 1:1.1.4-1+b2 [20.8 kB]
#26 3.521 Get:22 http://deb.debian.org/debian buster/main amd64 libdrm-amdgpu1 amd64 2.4.97-1 [27.3 kB]
#26 3.523 Get:23 http://deb.debian.org/debian buster/main amd64 libdrm-intel1 amd64 2.4.97-1 [69.8 kB]
#26 3.525 Get:24 http://deb.debian.org/debian buster/main amd64 libdrm-nouveau2 amd64 2.4.97-1 [26.3 kB]
#26 3.527 Get:25 http://deb.debian.org/debian buster/main amd64 libdrm-radeon1 amd64 2.4.97-1 [31.1 kB]
#26 3.528 Get:26 http://deb.debian.org/debian buster/main amd64 libllvm7 amd64 1:7.0.1-8+deb10u2 [13.1 MB]
#26 3.642 Get:27 http://deb.debian.org/debian buster/main amd64 libgl1-mesa-dri amd64 18.3.6-2+deb10u1 [6,685 kB]
#26 3.699 Get:28 http://deb.debian.org/debian buster/main amd64 libglx-mesa0 amd64 18.3.6-2+deb10u1 [180 kB]
#26 3.700 Get:29 http://deb.debian.org/debian buster/main amd64 libglx0 amd64 1.1.0-1 [30.0 kB]
#26 3.701 Get:30 http://deb.debian.org/debian buster/main amd64 libgl1 amd64 1.1.0-1 [91.1 kB]
#26 3.701 Get:31 http://deb.debian.org/debian buster/main amd64 libevdev2 amd64 1.6.0+dfsg-1 [31.0 kB]
#26 3.702 Get:32 http://deb.debian.org/debian buster/main amd64 libmtdev1 amd64 1.1.5-1+b1 [22.3 kB]
#26 3.702 Get:33 http://deb.debian.org/debian buster/main amd64 libgudev-1.0-0 amd64 232-2 [13.6 kB]
#26 3.702 Get:34 http://deb.debian.org/debian buster/main amd64 libwacom-common all 0.32-1 [39.1 kB]
#26 3.702 Get:35 http://deb.debian.org/debian buster/main amd64 libwacom2 amd64 0.32-1 [18.8 kB]
#26 3.703 Get:36 http://deb.debian.org/debian buster/main amd64 libinput-bin amd64 1.12.6-2+deb10u1 [16.9 kB]
#26 3.705 Get:37 http://deb.debian.org/debian buster/main amd64 libinput10 amd64 1.12.6-2+deb10u1 [107 kB]
#26 3.710 Get:38 http://deb.debian.org/debian buster/main amd64 libqt5dbus5 amd64 5.11.3+dfsg1-1+deb10u5 [231 kB]
#26 3.713 Get:39 http://deb.debian.org/debian buster/main amd64 libqt5network5 amd64 5.11.3+dfsg1-1+deb10u5 [671 kB]
#26 3.719 Get:40 http://deb.debian.org/debian buster/main amd64 libxcb-icccm4 amd64 0.4.1-1.1 [27.4 kB]
#26 3.720 Get:41 http://deb.debian.org/debian buster/main amd64 libxcb-util0 amd64 0.3.8-3+b2 [23.0 kB]
#26 3.720 Get:42 http://deb.debian.org/debian buster/main amd64 libxcb-image0 amd64 0.4.0-1+b2 [24.4 kB]
#26 3.721 Get:43 http://deb.debian.org/debian buster/main amd64 libxcb-keysyms1 amd64 0.4.0-1+b2 [16.4 kB]
#26 3.721 Get:44 http://deb.debian.org/debian buster/main amd64 libxcb-randr0 amd64 1.13.1-2 [110 kB]
#26 3.722 Get:45 http://deb.debian.org/debian buster/main amd64 libxcb-render-util0 amd64 0.3.9-1+b1 [18.3 kB]
#26 3.722 Get:46 http://deb.debian.org/debian buster/main amd64 libxcb-shape0 amd64 1.13.1-2 [99.5 kB]
#26 3.723 Get:47 http://deb.debian.org/debian buster/main amd64 libxcb-xinerama0 amd64 1.13.1-2 [98.9 kB]
#26 3.725 Get:48 http://deb.debian.org/debian buster/main amd64 libxcb-xkb1 amd64 1.13.1-2 [123 kB]
#26 3.729 Get:49 http://deb.debian.org/debian buster/main amd64 xkb-data all 2.26-2 [681 kB]
#26 3.736 Get:50 http://deb.debian.org/debian buster/main amd64 libxkbcommon0 amd64 0.8.2-1 [123 kB]
#26 3.737 Get:51 http://deb.debian.org/debian buster/main amd64 libxkbcommon-x11-0 amd64 0.8.2-1 [39.4 kB]
#26 3.737 Get:52 http://deb.debian.org/debian buster/main amd64 libqt5gui5 amd64 5.11.3+dfsg1-1+deb10u5 [2,843 kB]
#26 3.763 Get:53 http://deb.debian.org/debian buster/main amd64 libqt5widgets5 amd64 5.11.3+dfsg1-1+deb10u5 [2,261 kB]
#26 3.783 Get:54 http://deb.debian.org/debian buster/main amd64 libqt5svg5 amd64 5.11.3-2 [131 kB]
#26 3.785 Get:55 http://deb.debian.org/debian-security buster/updates/main amd64 dbus-user-session amd64 1.12.28-0+deb10u1 [98.6 kB]
#26 3.786 Get:56 http://deb.debian.org/debian buster/main amd64 libdconf1 amd64 0.30.1-2 [40.7 kB]
#26 3.786 Get:57 http://deb.debian.org/debian buster/main amd64 dconf-service amd64 0.30.1-2 [36.4 kB]
#26 3.787 Get:58 http://deb.debian.org/debian buster/main amd64 dconf-gsettings-backend amd64 0.30.1-2 [28.9 kB]
#26 3.787 Get:59 http://deb.debian.org/debian buster/main amd64 libgl1-mesa-glx amd64 18.3.6-2+deb10u1 [47.4 kB]
#26 3.788 Get:60 http://deb.debian.org/debian buster/main amd64 freeglut3 amd64 2.8.1-3 [123 kB]
#26 3.789 Get:61 http://deb.debian.org/debian buster/main amd64 libproxy1v5 amd64 0.4.15-5+deb10u1 [56.1 kB]
#26 3.790 Get:62 http://deb.debian.org/debian buster/main amd64 glib-networking-common all 2.58.0-2+deb10u2 [59.5 kB]
#26 3.790 Get:63 http://deb.debian.org/debian buster/main amd64 glib-networking-services amd64 2.58.0-2+deb10u2 [13.7 kB]
#26 3.794 Get:64 http://deb.debian.org/debian buster/main amd64 gsettings-desktop-schemas all 3.28.1-1 [529 kB]
#26 3.800 Get:65 http://deb.debian.org/debian buster/main amd64 glib-networking amd64 2.58.0-2+deb10u2 [54.6 kB]
#26 3.800 Get:66 http://deb.debian.org/debian buster/main amd64 liborc-0.4-0 amd64 1:0.4.28-3.1 [141 kB]
#26 3.802 Get:67 http://deb.debian.org/debian buster/main amd64 libvolk1.4 amd64 1.4-3+b1 [161 kB]
#26 3.804 Get:68 http://deb.debian.org/debian buster/main amd64 libvolk1-bin amd64 1.4-3+b1 [71.1 kB]
#26 3.805 Get:69 http://deb.debian.org/debian buster/main amd64 python-cheetah amd64 3.1.0-3 [140 kB]
#26 3.806 Get:70 http://deb.debian.org/debian buster/main amd64 python-lxml amd64 4.3.2-1+deb10u4 [1,146 kB]
#26 3.815 Get:71 http://deb.debian.org/debian buster/main amd64 libglu1-mesa amd64 9.0.0-2.1+b3 [169 kB]
#26 3.816 Get:72 http://deb.debian.org/debian buster/main amd64 python-opengl all 3.1.0+dfsg-2 [490 kB]
#26 3.820 Get:73 http://deb.debian.org/debian buster/main amd64 libqt5xml5 amd64 5.11.3+dfsg1-1+deb10u5 [128 kB]
#26 3.821 Get:74 http://deb.debian.org/debian buster/main amd64 libqt5designer5 amd64 5.11.3-4 [2,783 kB]
#26 3.846 Get:75 http://deb.debian.org/debian buster/main amd64 libqt5sql5 amd64 5.11.3+dfsg1-1+deb10u5 [145 kB]
#26 3.847 Get:76 http://deb.debian.org/debian buster/main amd64 libqt5help5 amd64 5.11.3-4 [149 kB]
#26 3.848 Get:77 http://deb.debian.org/debian buster/main amd64 libqt5printsupport5 amd64 5.11.3+dfsg1-1+deb10u5 [217 kB]
#26 3.849 Get:78 http://deb.debian.org/debian buster/main amd64 libqt5test5 amd64 5.11.3+dfsg1-1+deb10u5 [150 kB]
#26 3.851 Get:79 http://deb.debian.org/debian buster/main amd64 python-enum34 all 1.1.6-2 [35.3 kB]
#26 3.851 Get:80 http://deb.debian.org/debian buster/main amd64 python-sip amd64 4.19.14+dfsg-2 [170 kB]
#26 3.852 Get:81 http://deb.debian.org/debian buster/main amd64 python-pyqt5 amd64 5.11.3+dfsg-1+b3 [2,238 kB]
#26 3.872 Get:82 http://deb.debian.org/debian buster/main amd64 python-wxversion all 3.0.2.0+dfsg-8 [114 kB]
#26 3.873 Get:83 http://deb.debian.org/debian buster/main amd64 libwxbase3.0-0v5 amd64 3.0.4+dfsg-8 [1,057 kB]
#26 3.884 Get:84 http://deb.debian.org/debian buster/main amd64 libatspi2.0-0 amd64 2.30.0-7 [65.0 kB]
#26 3.885 Get:85 http://deb.debian.org/debian buster/main amd64 libatk-bridge2.0-0 amd64 2.30.0-5 [61.6 kB]
#26 3.885 Get:86 http://deb.debian.org/debian buster/main amd64 libcairo-gobject2 amd64 1.16.0-4+deb10u1 [125 kB]
#26 3.886 Get:87 http://deb.debian.org/debian buster/main amd64 libcolord2 amd64 1.4.3-4 [141 kB]
#26 3.888 Get:88 http://deb.debian.org/debian buster/main amd64 libepoxy0 amd64 1.5.3-0.1 [190 kB]
#26 3.890 Get:89 http://deb.debian.org/debian buster/main amd64 libjson-glib-1.0-common all 1.4.4-2 [52.3 kB]
#26 3.890 Get:90 http://deb.debian.org/debian buster/main amd64 libjson-glib-1.0-0 amd64 1.4.4-2 [61.2 kB]
#26 3.891 Get:91 http://deb.debian.org/debian buster/main amd64 libsoup2.4-1 amd64 2.64.2-2 [253 kB]
#26 3.896 Get:92 http://deb.debian.org/debian buster/main amd64 libsoup-gnome2.4-1 amd64 2.64.2-2 [18.0 kB]
#26 3.896 Get:93 http://deb.debian.org/debian buster/main amd64 librest-0.7-0 amd64 0.8.1-1 [33.7 kB]
#26 3.897 Get:94 http://deb.debian.org/debian buster/main amd64 libwayland-cursor0 amd64 1.16.0-1 [14.1 kB]
#26 3.897 Get:95 http://deb.debian.org/debian buster/main amd64 libwayland-egl1 amd64 1.16.0-1 [8,204 B]
#26 3.898 Get:96 http://deb.debian.org/debian buster/main amd64 libgtk-3-common all 3.24.5-1 [3,678 kB]
#26 3.930 Get:97 http://deb.debian.org/debian buster/main amd64 libgtk-3-0 amd64 3.24.5-1 [2,580 kB]
#26 3.952 Get:98 http://deb.debian.org/debian buster/main amd64 libnotify4 amd64 0.7.7-4 [29.0 kB]
#26 3.952 Get:99 http://deb.debian.org/debian buster/main amd64 libwxgtk3.0-gtk3-0v5 amd64 3.0.4+dfsg-8 [4,350 kB]
#26 3.989 Get:100 http://deb.debian.org/debian buster/main amd64 python-wxgtk3.0 amd64 3.0.2.0+dfsg-8 [5,196 kB]
#26 4.042 Get:101 http://deb.debian.org/debian buster/main amd64 python-zmq amd64 17.1.2-2+deb10u1 [259 kB]
#26 4.044 Get:102 http://deb.debian.org/debian buster/main amd64 libcodec2-0.8.1 amd64 0.8.1-2 [233 kB]
#26 4.046 Get:103 http://deb.debian.org/debian buster/main amd64 libcomedi0 amd64 0.11.0-1 [236 kB]
#26 4.047 Get:104 http://deb.debian.org/debian buster/main amd64 liblog4cpp5v5 amd64 1.1.3-1 [106 kB]
#26 4.048 Get:105 http://deb.debian.org/debian buster/main amd64 libgnuradio-pmt3.7.13 amd64 3.7.13.4-4+b1 [116 kB]
#26 4.049 Get:106 http://deb.debian.org/debian buster/main amd64 libgnuradio-runtime3.7.13 amd64 3.7.13.4-4+b1 [314 kB]
#26 4.052 Get:107 http://deb.debian.org/debian buster/main amd64 libgnuradio-blocks3.7.13 amd64 3.7.13.4-4+b1 [537 kB]
#26 4.055 Get:108 http://deb.debian.org/debian buster/main amd64 libgnuradio-fft3.7.13 amd64 3.7.13.4-4+b1 [86.5 kB]
#26 4.056 Get:109 http://deb.debian.org/debian buster/main amd64 libgnuradio-filter3.7.13 amd64 3.7.13.4-4+b1 [196 kB]
#26 4.057 Get:110 http://deb.debian.org/debian buster/main amd64 libgnuradio-analog3.7.13 amd64 3.7.13.4-4+b1 [144 kB]
#26 4.058 Get:111 http://deb.debian.org/debian buster/main amd64 libgnuradio-fec3.7.13 amd64 3.7.13.4-4+b1 [211 kB]
#26 4.060 Get:112 http://deb.debian.org/debian buster/main amd64 libgnuradio-atsc3.7.13 amd64 3.7.13.4-4+b1 [93.5 kB]
#26 4.060 Get:113 http://deb.debian.org/debian buster/main amd64 libopus0 amd64 1.3-1 [191 kB]
#26 4.062 Get:114 http://deb.debian.org/debian buster/main amd64 libsamplerate0 amd64 0.1.9-2 [949 kB]
#26 4.070 Get:115 http://deb.debian.org/debian buster/main amd64 libjack-jackd2-0 amd64 1.9.12~dfsg-2 [299 kB]
#26 4.072 Get:116 http://deb.debian.org/debian buster/main amd64 libportaudio2 amd64 19.6.0-1+deb10u1 [66.8 kB]
#26 4.073 Get:117 http://deb.debian.org/debian buster/main amd64 libgnuradio-audio3.7.13 amd64 3.7.13.4-4+b1 [112 kB]
#26 4.074 Get:118 http://deb.debian.org/debian buster/main amd64 libgnuradio-channels3.7.13 amd64 3.7.13.4-4+b1 [89.1 kB]
#26 4.075 Get:119 http://deb.debian.org/debian buster/main amd64 libgnuradio-comedi3.7.13 amd64 3.7.13.4-4+b1 [54.8 kB]
#26 4.076 Get:120 http://deb.debian.org/debian buster/main amd64 libgnuradio-digital3.7.13 amd64 3.7.13.4-4+b1 [348 kB]
#26 4.078 Get:121 http://deb.debian.org/debian buster/main amd64 libgnuradio-dtv3.7.13 amd64 3.7.13.4-4+b1 [300 kB]
#26 4.080 Get:122 http://deb.debian.org/debian buster/main amd64 libgnuradio-fcd3.7.13 amd64 3.7.13.4-4+b1 [62.3 kB]
#26 4.081 Get:123 http://deb.debian.org/debian buster/main amd64 libgnuradio-noaa3.7.13 amd64 3.7.13.4-4+b1 [54.9 kB]
#26 4.082 Get:124 http://deb.debian.org/debian buster/main amd64 libgnuradio-pager3.7.13 amd64 3.7.13.4-4+b1 [59.1 kB]
#26 4.082 Get:125 http://deb.debian.org/debian buster/main amd64 libqt5opengl5 amd64 5.11.3+dfsg1-1+deb10u5 [161 kB]
#26 4.083 Get:126 http://deb.debian.org/debian buster/main amd64 libqwt-qt5-6 amd64 6.1.4-1 [437 kB]
#26 4.087 Get:127 http://deb.debian.org/debian buster/main amd64 libgnuradio-qtgui3.7.13 amd64 3.7.13.4-4+b1 [368 kB]
#26 4.091 Get:128 http://deb.debian.org/debian buster/main amd64 libgnuradio-trellis3.7.13 amd64 3.7.13.4-4+b1 [166 kB]
#26 4.092 Get:129 http://deb.debian.org/debian buster/main amd64 libgnuradio-uhd3.7.13 amd64 3.7.13.4-4+b1 [121 kB]
#26 4.093 Get:130 http://deb.debian.org/debian buster/main amd64 libslang2 amd64 2.3.2-2 [507 kB]
#26 4.098 Get:131 http://deb.debian.org/debian-security buster/updates/main amd64 libcaca0 amd64 0.99.beta19-2.1+deb10u1 [346 kB]
#26 4.101 Get:132 http://deb.debian.org/debian buster/main amd64 libasyncns0 amd64 0.8-6 [12.5 kB]
#26 4.101 Get:133 http://deb.debian.org/debian buster/main amd64 libogg0 amd64 1.3.2-1+b1 [21.3 kB]
#26 4.101 Get:134 http://deb.debian.org/debian-security buster/updates/main amd64 libflac8 amd64 1.3.2-3+deb10u3 [195 kB]
#26 4.102 Get:135 http://deb.debian.org/debian buster/main amd64 libvorbis0a amd64 1.3.6-2 [93.5 kB]
#26 4.103 Get:136 http://deb.debian.org/debian buster/main amd64 libvorbisenc2 amd64 1.3.6-2 [80.2 kB]
#26 4.104 Get:137 http://deb.debian.org/debian-security buster/updates/main amd64 libsndfile1 amd64 1.0.28-6+deb10u2 [253 kB]
#26 4.106 Get:138 http://deb.debian.org/debian buster/main amd64 libxtst6 amd64 2:1.2.3-1 [27.8 kB]
#26 4.107 Get:139 http://deb.debian.org/debian buster/main amd64 libpulse0 amd64 12.2-4+deb10u1 [281 kB]
#26 4.109 Get:140 http://deb.debian.org/debian buster/main amd64 libsdl1.2debian amd64 1.2.15+dfsg2-6~deb10u1 [194 kB]
#26 4.112 Get:141 http://deb.debian.org/debian buster/main amd64 libgnuradio-video-sdl3.7.13 amd64 3.7.13.4-4+b1 [55.7 kB]
#26 4.113 Get:142 http://deb.debian.org/debian buster/main amd64 libgnuradio-vocoder3.7.13 amd64 3.7.13.4-4+b1 [76.7 kB]
#26 4.114 Get:143 http://deb.debian.org/debian buster/main amd64 libgnuradio-wavelet3.7.13 amd64 3.7.13.4-4+b1 [54.9 kB]
#26 4.116 Get:144 http://deb.debian.org/debian buster/main amd64 libgnuradio-wxgui3.7.13 amd64 3.7.13.4-4+b1 [65.7 kB]
#26 4.117 Get:145 http://deb.debian.org/debian buster/main amd64 libgnuradio-zeromq3.7.13 amd64 3.7.13.4-4+b1 [110 kB]
#26 4.119 Get:146 http://deb.debian.org/debian buster/main amd64 gnuradio amd64 3.7.13.4-4+b1 [9,656 kB]
#26 4.410 debconf: delaying package configuration, since apt-utils is not installed
#26 4.468 Fetched 77.3 MB in 1s (102 MB/s)
#26 4.505 Selecting previously unselected package libdouble-conversion1:amd64.
#26 4.505 (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 ... 107763 files and directories currently installed.)
#26 4.545 Preparing to unpack .../000-libdouble-conversion1_3.1.0-3_amd64.deb ...
#26 4.551 Unpacking libdouble-conversion1:amd64 (3.1.0-3) ...
#26 4.592 Selecting previously unselected package libpcre2-16-0:amd64.
#26 4.600 Preparing to unpack .../001-libpcre2-16-0_10.32-5+deb10u1_amd64.deb ...
#26 4.606 Unpacking libpcre2-16-0:amd64 (10.32-5+deb10u1) ...
#26 4.675 Selecting previously unselected package libqt5core5a:amd64.
#26 4.682 Preparing to unpack .../002-libqt5core5a_5.11.3+dfsg1-1+deb10u5_amd64.deb ...
#26 4.690 Unpacking libqt5core5a:amd64 (5.11.3+dfsg1-1+deb10u5) ...
#26 4.871 Selecting previously unselected package libdrm-common.
#26 4.879 Preparing to unpack .../003-libdrm-common_2.4.97-1_all.deb ...
#26 4.902 Unpacking libdrm-common (2.4.97-1) ...
#26 5.006 Selecting previously unselected package libdrm2:amd64.
#26 5.014 Preparing to unpack .../004-libdrm2_2.4.97-1_amd64.deb ...
#26 5.027 Unpacking libdrm2:amd64 (2.4.97-1) ...
#26 5.111 Selecting previously unselected package libglvnd0:amd64.
#26 5.118 Preparing to unpack .../005-libglvnd0_1.1.0-1_amd64.deb ...
#26 5.126 Unpacking libglvnd0:amd64 (1.1.0-1) ...
#26 5.236 Selecting previously unselected package libwayland-server0:amd64.
#26 5.244 Preparing to unpack .../006-libwayland-server0_1.16.0-1_amd64.deb ...
#26 5.256 Unpacking libwayland-server0:amd64 (1.16.0-1) ...
#26 5.365 Selecting previously unselected package libgbm1:amd64.
#26 5.373 Preparing to unpack .../007-libgbm1_18.3.6-2+deb10u1_amd64.deb ...
#26 5.387 Unpacking libgbm1:amd64 (18.3.6-2+deb10u1) ...
#26 5.491 Selecting previously unselected package libglapi-mesa:amd64.
#26 5.499 Preparing to unpack .../008-libglapi-mesa_18.3.6-2+deb10u1_amd64.deb ...
#26 5.508 Unpacking libglapi-mesa:amd64 (18.3.6-2+deb10u1) ...
#26 5.608 Selecting previously unselected package libwayland-client0:amd64.
#26 5.616 Preparing to unpack .../009-libwayland-client0_1.16.0-1_amd64.deb ...
#26 5.622 Unpacking libwayland-client0:amd64 (1.16.0-1) ...
#26 5.708 Selecting previously unselected package libx11-xcb1:amd64.
#26 5.716 Preparing to unpack .../010-libx11-xcb1_2%3a1.6.7-1+deb10u4_amd64.deb ...
#26 5.720 Unpacking libx11-xcb1:amd64 (2:1.6.7-1+deb10u4) ...
#26 5.804 Selecting previously unselected package libxcb-dri2-0:amd64.
#26 5.812 Preparing to unpack .../011-libxcb-dri2-0_1.13.1-2_amd64.deb ...
#26 5.823 Unpacking libxcb-dri2-0:amd64 (1.13.1-2) ...
#26 5.931 Selecting previously unselected package libxcb-dri3-0:amd64.
#26 5.939 Preparing to unpack .../012-libxcb-dri3-0_1.13.1-2_amd64.deb ...
#26 5.952 Unpacking libxcb-dri3-0:amd64 (1.13.1-2) ...
#26 6.083 Selecting previously unselected package libxcb-present0:amd64.
#26 6.091 Preparing to unpack .../013-libxcb-present0_1.13.1-2_amd64.deb ...
#26 6.100 Unpacking libxcb-present0:amd64 (1.13.1-2) ...
#26 6.203 Selecting previously unselected package libxcb-sync1:amd64.
#26 6.212 Preparing to unpack .../014-libxcb-sync1_1.13.1-2_amd64.deb ...
#26 6.221 Unpacking libxcb-sync1:amd64 (1.13.1-2) ...
#26 6.327 Selecting previously unselected package libxcb-xfixes0:amd64.
#26 6.334 Preparing to unpack .../015-libxcb-xfixes0_1.13.1-2_amd64.deb ...
#26 6.352 Unpacking libxcb-xfixes0:amd64 (1.13.1-2) ...
#26 6.454 Selecting previously unselected package libxshmfence1:amd64.
#26 6.465 Preparing to unpack .../016-libxshmfence1_1.3-1_amd64.deb ...
#26 6.477 Unpacking libxshmfence1:amd64 (1.3-1) ...
#26 6.573 Selecting previously unselected package libegl-mesa0:amd64.
#26 6.580 Preparing to unpack .../017-libegl-mesa0_18.3.6-2+deb10u1_amd64.deb ...
#26 6.594 Unpacking libegl-mesa0:amd64 (18.3.6-2+deb10u1) ...
#26 6.709 Selecting previously unselected package libegl1:amd64.
#26 6.716 Preparing to unpack .../018-libegl1_1.1.0-1_amd64.deb ...
#26 6.730 Unpacking libegl1:amd64 (1.1.0-1) ...
#26 6.825 Selecting previously unselected package libxcb-glx0:amd64.
#26 6.832 Preparing to unpack .../019-libxcb-glx0_1.13.1-2_amd64.deb ...
#26 6.847 Unpacking libxcb-glx0:amd64 (1.13.1-2) ...
#26 6.943 Selecting previously unselected package libxxf86vm1:amd64.
#26 6.950 Preparing to unpack .../020-libxxf86vm1_1%3a1.1.4-1+b2_amd64.deb ...
#26 6.960 Unpacking libxxf86vm1:amd64 (1:1.1.4-1+b2) ...
#26 7.069 Selecting previously unselected package libdrm-amdgpu1:amd64.
#26 7.076 Preparing to unpack .../021-libdrm-amdgpu1_2.4.97-1_amd64.deb ...
#26 7.091 Unpacking libdrm-amdgpu1:amd64 (2.4.97-1) ...
#26 7.188 Selecting previously unselected package libdrm-intel1:amd64.
#26 7.195 Preparing to unpack .../022-libdrm-intel1_2.4.97-1_amd64.deb ...
#26 7.203 Unpacking libdrm-intel1:amd64 (2.4.97-1) ...
#26 7.304 Selecting previously unselected package libdrm-nouveau2:amd64.
#26 7.312 Preparing to unpack .../023-libdrm-nouveau2_2.4.97-1_amd64.deb ...
#26 7.325 Unpacking libdrm-nouveau2:amd64 (2.4.97-1) ...
#26 7.437 Selecting previously unselected package libdrm-radeon1:amd64.
#26 7.444 Preparing to unpack .../024-libdrm-radeon1_2.4.97-1_amd64.deb ...
#26 7.456 Unpacking libdrm-radeon1:amd64 (2.4.97-1) ...
#26 7.561 Selecting previously unselected package libllvm7:amd64.
#26 7.568 Preparing to unpack .../025-libllvm7_1%3a7.0.1-8+deb10u2_amd64.deb ...
#26 7.582 Unpacking libllvm7:amd64 (1:7.0.1-8+deb10u2) ...
#26 8.533 Selecting previously unselected package libgl1-mesa-dri:amd64.
#26 8.539 Preparing to unpack .../026-libgl1-mesa-dri_18.3.6-2+deb10u1_amd64.deb ...
#26 8.558 Unpacking libgl1-mesa-dri:amd64 (18.3.6-2+deb10u1) ...
#26 9.085 Selecting previously unselected package libglx-mesa0:amd64.
#26 9.093 Preparing to unpack .../027-libglx-mesa0_18.3.6-2+deb10u1_amd64.deb ...
#26 9.100 Unpacking libglx-mesa0:amd64 (18.3.6-2+deb10u1) ...
#26 9.214 Selecting previously unselected package libglx0:amd64.
#26 9.222 Preparing to unpack .../028-libglx0_1.1.0-1_amd64.deb ...
#26 9.232 Unpacking libglx0:amd64 (1.1.0-1) ...
#26 9.327 Selecting previously unselected package libgl1:amd64.
#26 9.335 Preparing to unpack .../029-libgl1_1.1.0-1_amd64.deb ...
#26 9.344 Unpacking libgl1:amd64 (1.1.0-1) ...
#26 9.442 Selecting previously unselected package libevdev2:amd64.
#26 9.446 Preparing to unpack .../030-libevdev2_1.6.0+dfsg-1_amd64.deb ...
#26 9.458 Unpacking libevdev2:amd64 (1.6.0+dfsg-1) ...
#26 9.578 Selecting previously unselected package libmtdev1:amd64.
#26 9.586 Preparing to unpack .../031-libmtdev1_1.1.5-1+b1_amd64.deb ...
#26 9.596 Unpacking libmtdev1:amd64 (1.1.5-1+b1) ...
#26 9.693 Selecting previously unselected package libgudev-1.0-0:amd64.
#26 9.700 Preparing to unpack .../032-libgudev-1.0-0_232-2_amd64.deb ...
#26 9.704 Unpacking libgudev-1.0-0:amd64 (232-2) ...
#26 9.751 Selecting previously unselected package libwacom-common.
#26 9.758 Preparing to unpack .../033-libwacom-common_0.32-1_all.deb ...
#26 9.766 Unpacking libwacom-common (0.32-1) ...
#26 9.886 Selecting previously unselected package libwacom2:amd64.
#26 9.894 Preparing to unpack .../034-libwacom2_0.32-1_amd64.deb ...
#26 9.910 Unpacking libwacom2:amd64 (0.32-1) ...
#26 9.987 Selecting previously unselected package libinput-bin.
#26 9.994 Preparing to unpack .../035-libinput-bin_1.12.6-2+deb10u1_amd64.deb ...
#26 10.02 Unpacking libinput-bin (1.12.6-2+deb10u1) ...
#26 10.11 Selecting previously unselected package libinput10:amd64.
#26 10.12 Preparing to unpack .../036-libinput10_1.12.6-2+deb10u1_amd64.deb ...
#26 10.13 Unpacking libinput10:amd64 (1.12.6-2+deb10u1) ...
#26 10.23 Selecting previously unselected package libqt5dbus5:amd64.
#26 10.24 Preparing to unpack .../037-libqt5dbus5_5.11.3+dfsg1-1+deb10u5_amd64.deb ...
#26 10.25 Unpacking libqt5dbus5:amd64 (5.11.3+dfsg1-1+deb10u5) ...
#26 10.35 Selecting previously unselected package libqt5network5:amd64.
#26 10.36 Preparing to unpack .../038-libqt5network5_5.11.3+dfsg1-1+deb10u5_amd64.deb ...
#26 10.37 Unpacking libqt5network5:amd64 (5.11.3+dfsg1-1+deb10u5) ...
#26 10.50 Selecting previously unselected package libxcb-icccm4:amd64.
#26 10.50 Preparing to unpack .../039-libxcb-icccm4_0.4.1-1.1_amd64.deb ...
#26 10.51 Unpacking libxcb-icccm4:amd64 (0.4.1-1.1) ...
#26 10.59 Selecting previously unselected package libxcb-util0:amd64.
#26 10.60 Preparing to unpack .../040-libxcb-util0_0.3.8-3+b2_amd64.deb ...
#26 10.61 Unpacking libxcb-util0:amd64 (0.3.8-3+b2) ...
#26 10.72 Selecting previously unselected package libxcb-image0:amd64.
#26 10.72 Preparing to unpack .../041-libxcb-image0_0.4.0-1+b2_amd64.deb ...
#26 10.74 Unpacking libxcb-image0:amd64 (0.4.0-1+b2) ...
#26 10.84 Selecting previously unselected package libxcb-keysyms1:amd64.
#26 10.84 Preparing to unpack .../042-libxcb-keysyms1_0.4.0-1+b2_amd64.deb ...
#26 10.86 Unpacking libxcb-keysyms1:amd64 (0.4.0-1+b2) ...
#26 10.96 Selecting previously unselected package libxcb-randr0:amd64.
#26 10.96 Preparing to unpack .../043-libxcb-randr0_1.13.1-2_amd64.deb ...
#26 10.98 Unpacking libxcb-randr0:amd64 (1.13.1-2) ...
#26 11.09 Selecting previously unselected package libxcb-render-util0:amd64.
#26 11.09 Preparing to unpack .../044-libxcb-render-util0_0.3.9-1+b1_amd64.deb ...
#26 11.10 Unpacking libxcb-render-util0:amd64 (0.3.9-1+b1) ...
#26 11.18 Selecting previously unselected package libxcb-shape0:amd64.
#26 11.19 Preparing to unpack .../045-libxcb-shape0_1.13.1-2_amd64.deb ...
#26 11.19 Unpacking libxcb-shape0:amd64 (1.13.1-2) ...
#26 11.31 Selecting previously unselected package libxcb-xinerama0:amd64.
#26 11.32 Preparing to unpack .../046-libxcb-xinerama0_1.13.1-2_amd64.deb ...
#26 11.33 Unpacking libxcb-xinerama0:amd64 (1.13.1-2) ...
#26 11.44 Selecting previously unselected package libxcb-xkb1:amd64.
#26 11.45 Preparing to unpack .../047-libxcb-xkb1_1.13.1-2_amd64.deb ...
#26 11.46 Unpacking libxcb-xkb1:amd64 (1.13.1-2) ...
#26 11.55 Selecting previously unselected package xkb-data.
#26 11.56 Preparing to unpack .../048-xkb-data_2.26-2_all.deb ...
#26 11.56 Unpacking xkb-data (2.26-2) ...
#26 11.73 Selecting previously unselected package libxkbcommon0:amd64.
#26 11.74 Preparing to unpack .../049-libxkbcommon0_0.8.2-1_amd64.deb ...
#26 11.74 Unpacking libxkbcommon0:amd64 (0.8.2-1) ...
#26 11.79 Selecting previously unselected package libxkbcommon-x11-0:amd64.
#26 11.79 Preparing to unpack .../050-libxkbcommon-x11-0_0.8.2-1_amd64.deb ...
#26 11.80 Unpacking libxkbcommon-x11-0:amd64 (0.8.2-1) ...
#26 11.85 Selecting previously unselected package libqt5gui5:amd64.
#26 11.86 Preparing to unpack .../051-libqt5gui5_5.11.3+dfsg1-1+deb10u5_amd64.deb ...
#26 11.87 Unpacking libqt5gui5:amd64 (5.11.3+dfsg1-1+deb10u5) ...
#26 12.10 Selecting previously unselected package libqt5widgets5:amd64.
#26 12.11 Preparing to unpack .../052-libqt5widgets5_5.11.3+dfsg1-1+deb10u5_amd64.deb ...
#26 12.11 Unpacking libqt5widgets5:amd64 (5.11.3+dfsg1-1+deb10u5) ...
#26 12.29 Selecting previously unselected package libqt5svg5:amd64.
#26 12.30 Preparing to unpack .../053-libqt5svg5_5.11.3-2_amd64.deb ...
#26 12.31 Unpacking libqt5svg5:amd64 (5.11.3-2) ...
#26 12.42 Selecting previously unselected package dbus-user-session.
#26 12.42 Preparing to unpack .../054-dbus-user-session_1.12.28-0+deb10u1_amd64.deb ...
#26 12.43 Unpacking dbus-user-session (1.12.28-0+deb10u1) ...
#26 12.48 Selecting previously unselected package libdconf1:amd64.
#26 12.49 Preparing to unpack .../055-libdconf1_0.30.1-2_amd64.deb ...
#26 12.49 Unpacking libdconf1:amd64 (0.30.1-2) ...
#26 12.57 Selecting previously unselected package dconf-service.
#26 12.58 Preparing to unpack .../056-dconf-service_0.30.1-2_amd64.deb ...
#26 12.59 Unpacking dconf-service (0.30.1-2) ...
#26 12.68 Selecting previously unselected package dconf-gsettings-backend:amd64.
#26 12.68 Preparing to unpack .../057-dconf-gsettings-backend_0.30.1-2_amd64.deb ...
#26 12.69 Unpacking dconf-gsettings-backend:amd64 (0.30.1-2) ...
#26 12.79 Selecting previously unselected package libgl1-mesa-glx:amd64.
#26 12.79 Preparing to unpack .../058-libgl1-mesa-glx_18.3.6-2+deb10u1_amd64.deb ...
#26 12.80 Unpacking libgl1-mesa-glx:amd64 (18.3.6-2+deb10u1) ...
#26 12.89 Selecting previously unselected package freeglut3:amd64.
#26 12.90 Preparing to unpack .../059-freeglut3_2.8.1-3_amd64.deb ...
#26 12.91 Unpacking freeglut3:amd64 (2.8.1-3) ...
#26 13.01 Selecting previously unselected package libproxy1v5:amd64.
#26 13.02 Preparing to unpack .../060-libproxy1v5_0.4.15-5+deb10u1_amd64.deb ...
#26 13.03 Unpacking libproxy1v5:amd64 (0.4.15-5+deb10u1) ...
#26 13.11 Selecting previously unselected package glib-networking-common.
#26 13.11 Preparing to unpack .../061-glib-networking-common_2.58.0-2+deb10u2_all.deb ...
#26 13.12 Unpacking glib-networking-common (2.58.0-2+deb10u2) ...
#26 13.25 Selecting previously unselected package glib-networking-services.
#26 13.25 Preparing to unpack .../062-glib-networking-services_2.58.0-2+deb10u2_amd64.deb ...
#26 13.26 Unpacking glib-networking-services (2.58.0-2+deb10u2) ...
#26 13.29 Selecting previously unselected package gsettings-desktop-schemas.
#26 13.30 Preparing to unpack .../063-gsettings-desktop-schemas_3.28.1-1_all.deb ...
#26 13.30 Unpacking gsettings-desktop-schemas (3.28.1-1) ...
#26 13.38 Selecting previously unselected package glib-networking:amd64.
#26 13.39 Preparing to unpack .../064-glib-networking_2.58.0-2+deb10u2_amd64.deb ...
#26 13.39 Unpacking glib-networking:amd64 (2.58.0-2+deb10u2) ...
#26 13.44 Selecting previously unselected package liborc-0.4-0:amd64.
#26 13.44 Preparing to unpack .../065-liborc-0.4-0_1%3a0.4.28-3.1_amd64.deb ...
#26 13.45 Unpacking liborc-0.4-0:amd64 (1:0.4.28-3.1) ...
#26 13.50 Selecting previously unselected package libvolk1.4:amd64.
#26 13.50 Preparing to unpack .../066-libvolk1.4_1.4-3+b1_amd64.deb ...
#26 13.51 Unpacking libvolk1.4:amd64 (1.4-3+b1) ...
#26 13.55 Selecting previously unselected package libvolk1-bin.
#26 13.56 Preparing to unpack .../067-libvolk1-bin_1.4-3+b1_amd64.deb ...
#26 13.56 Unpacking libvolk1-bin (1.4-3+b1) ...
#26 13.60 Selecting previously unselected package python-cheetah.
#26 13.61 Preparing to unpack .../068-python-cheetah_3.1.0-3_amd64.deb ...
#26 13.62 Unpacking python-cheetah (3.1.0-3) ...
#26 13.67 Selecting previously unselected package python-lxml:amd64.
#26 13.67 Preparing to unpack .../069-python-lxml_4.3.2-1+deb10u4_amd64.deb ...
#26 13.68 Unpacking python-lxml:amd64 (4.3.2-1+deb10u4) ...
#26 13.79 Selecting previously unselected package libglu1-mesa:amd64.
#26 13.80 Preparing to unpack .../070-libglu1-mesa_9.0.0-2.1+b3_amd64.deb ...
#26 13.80 Unpacking libglu1-mesa:amd64 (9.0.0-2.1+b3) ...
#26 13.86 Selecting previously unselected package python-opengl.
#26 13.87 Preparing to unpack .../071-python-opengl_3.1.0+dfsg-2_all.deb ...
#26 13.87 Unpacking python-opengl (3.1.0+dfsg-2) ...
#26 14.06 Selecting previously unselected package libqt5xml5:amd64.
#26 14.06 Preparing to unpack .../072-libqt5xml5_5.11.3+dfsg1-1+deb10u5_amd64.deb ...
#26 14.07 Unpacking libqt5xml5:amd64 (5.11.3+dfsg1-1+deb10u5) ...
#26 14.12 Selecting previously unselected package libqt5designer5:amd64.
#26 14.12 Preparing to unpack .../073-libqt5designer5_5.11.3-4_amd64.deb ...
#26 14.13 Unpacking libqt5designer5:amd64 (5.11.3-4) ...
#26 14.30 Selecting previously unselected package libqt5sql5:amd64.
#26 14.31 Preparing to unpack .../074-libqt5sql5_5.11.3+dfsg1-1+deb10u5_amd64.deb ...
#26 14.31 Unpacking libqt5sql5:amd64 (5.11.3+dfsg1-1+deb10u5) ...
#26 14.39 Selecting previously unselected package libqt5help5:amd64.
#26 14.40 Preparing to unpack .../075-libqt5help5_5.11.3-4_amd64.deb ...
#26 14.41 Unpacking libqt5help5:amd64 (5.11.3-4) ...
#26 14.52 Selecting previously unselected package libqt5printsupport5:amd64.
#26 14.53 Preparing to unpack .../076-libqt5printsupport5_5.11.3+dfsg1-1+deb10u5_amd64.deb ...
#26 14.54 Unpacking libqt5printsupport5:amd64 (5.11.3+dfsg1-1+deb10u5) ...
#26 14.65 Selecting previously unselected package libqt5test5:amd64.
#26 14.65 Preparing to unpack .../077-libqt5test5_5.11.3+dfsg1-1+deb10u5_amd64.deb ...
#26 14.69 Unpacking libqt5test5:amd64 (5.11.3+dfsg1-1+deb10u5) ...
#26 14.81 Selecting previously unselected package python-enum34.
#26 14.82 Preparing to unpack .../078-python-enum34_1.1.6-2_all.deb ...
#26 14.83 Unpacking python-enum34 (1.1.6-2) ...
#26 14.94 Selecting previously unselected package python-sip.
#26 14.95 Preparing to unpack .../079-python-sip_4.19.14+dfsg-2_amd64.deb ...
#26 14.96 Unpacking python-sip (4.19.14+dfsg-2) ...
#26 15.07 Selecting previously unselected package python-pyqt5.
#26 15.08 Preparing to unpack .../080-python-pyqt5_5.11.3+dfsg-1+b3_amd64.deb ...
#26 15.09 Unpacking python-pyqt5 (5.11.3+dfsg-1+b3) ...
#26 15.41 Selecting previously unselected package python-wxversion.
#26 15.42 Preparing to unpack .../081-python-wxversion_3.0.2.0+dfsg-8_all.deb ...
#26 15.43 Unpacking python-wxversion (3.0.2.0+dfsg-8) ...
#26 15.59 Selecting previously unselected package libwxbase3.0-0v5:amd64.
#26 15.60 Preparing to unpack .../082-libwxbase3.0-0v5_3.0.4+dfsg-8_amd64.deb ...
#26 15.60 Unpacking libwxbase3.0-0v5:amd64 (3.0.4+dfsg-8) ...
#26 15.72 Selecting previously unselected package libatspi2.0-0:amd64.
#26 15.72 Preparing to unpack .../083-libatspi2.0-0_2.30.0-7_amd64.deb ...
#26 15.73 Unpacking libatspi2.0-0:amd64 (2.30.0-7) ...
#26 15.77 Selecting previously unselected package libatk-bridge2.0-0:amd64.
#26 15.78 Preparing to unpack .../084-libatk-bridge2.0-0_2.30.0-5_amd64.deb ...
#26 15.78 Unpacking libatk-bridge2.0-0:amd64 (2.30.0-5) ...
#26 15.82 Selecting previously unselected package libcairo-gobject2:amd64.
#26 15.83 Preparing to unpack .../085-libcairo-gobject2_1.16.0-4+deb10u1_amd64.deb ...
#26 15.83 Unpacking libcairo-gobject2:amd64 (1.16.0-4+deb10u1) ...
#26 15.88 Selecting previously unselected package libcolord2:amd64.
#26 15.89 Preparing to unpack .../086-libcolord2_1.4.3-4_amd64.deb ...
#26 15.89 Unpacking libcolord2:amd64 (1.4.3-4) ...
#26 15.95 Selecting previously unselected package libepoxy0:amd64.
#26 15.95 Preparing to unpack .../087-libepoxy0_1.5.3-0.1_amd64.deb ...
#26 15.96 Unpacking libepoxy0:amd64 (1.5.3-0.1) ...
#26 16.01 Selecting previously unselected package libjson-glib-1.0-common.
#26 16.01 Preparing to unpack .../088-libjson-glib-1.0-common_1.4.4-2_all.deb ...
#26 16.02 Unpacking libjson-glib-1.0-common (1.4.4-2) ...
#26 16.07 Selecting previously unselected package libjson-glib-1.0-0:amd64.
#26 16.08 Preparing to unpack .../089-libjson-glib-1.0-0_1.4.4-2_amd64.deb ...
#26 16.08 Unpacking libjson-glib-1.0-0:amd64 (1.4.4-2) ...
#26 16.12 Selecting previously unselected package libsoup2.4-1:amd64.
#26 16.13 Preparing to unpack .../090-libsoup2.4-1_2.64.2-2_amd64.deb ...
#26 16.14 Unpacking libsoup2.4-1:amd64 (2.64.2-2) ...
#26 16.19 Selecting previously unselected package libsoup-gnome2.4-1:amd64.
#26 16.20 Preparing to unpack .../091-libsoup-gnome2.4-1_2.64.2-2_amd64.deb ...
#26 16.20 Unpacking libsoup-gnome2.4-1:amd64 (2.64.2-2) ...
#26 16.24 Selecting previously unselected package librest-0.7-0:amd64.
#26 16.25 Preparing to unpack .../092-librest-0.7-0_0.8.1-1_amd64.deb ...
#26 16.25 Unpacking librest-0.7-0:amd64 (0.8.1-1) ...
#26 16.29 Selecting previously unselected package libwayland-cursor0:amd64.
#26 16.30 Preparing to unpack .../093-libwayland-cursor0_1.16.0-1_amd64.deb ...
#26 16.31 Unpacking libwayland-cursor0:amd64 (1.16.0-1) ...
#26 16.34 Selecting previously unselected package libwayland-egl1:amd64.
#26 16.35 Preparing to unpack .../094-libwayland-egl1_1.16.0-1_amd64.deb ...
#26 16.35 Unpacking libwayland-egl1:amd64 (1.16.0-1) ...
#26 16.40 Selecting previously unselected package libgtk-3-common.
#26 16.40 Preparing to unpack .../095-libgtk-3-common_3.24.5-1_all.deb ...
#26 16.41 Unpacking libgtk-3-common (3.24.5-1) ...
#26 16.72 Selecting previously unselected package libgtk-3-0:amd64.
#26 16.73 Preparing to unpack .../096-libgtk-3-0_3.24.5-1_amd64.deb ...
#26 16.73 Unpacking libgtk-3-0:amd64 (3.24.5-1) ...
#26 16.93 Selecting previously unselected package libnotify4:amd64.
#26 16.94 Preparing to unpack .../097-libnotify4_0.7.7-4_amd64.deb ...
#26 16.94 Unpacking libnotify4:amd64 (0.7.7-4) ...
#26 16.99 Selecting previously unselected package libwxgtk3.0-gtk3-0v5:amd64.
#26 16.99 Preparing to unpack .../098-libwxgtk3.0-gtk3-0v5_3.0.4+dfsg-8_amd64.deb ...
#26 17.00 Unpacking libwxgtk3.0-gtk3-0v5:amd64 (3.0.4+dfsg-8) ...
#26 17.32 Selecting previously unselected package python-wxgtk3.0.
#26 17.32 Preparing to unpack .../099-python-wxgtk3.0_3.0.2.0+dfsg-8_amd64.deb ...
#26 17.33 Unpacking python-wxgtk3.0 (3.0.2.0+dfsg-8) ...
#26 17.72 Selecting previously unselected package python-zmq.
#26 17.73 Preparing to unpack .../100-python-zmq_17.1.2-2+deb10u1_amd64.deb ...
#26 17.73 Unpacking python-zmq (17.1.2-2+deb10u1) ...
#26 17.80 Selecting previously unselected package libcodec2-0.8.1:amd64.
#26 17.80 Preparing to unpack .../101-libcodec2-0.8.1_0.8.1-2_amd64.deb ...
#26 17.81 Unpacking libcodec2-0.8.1:amd64 (0.8.1-2) ...
#26 17.86 Selecting previously unselected package libcomedi0.
#26 17.87 Preparing to unpack .../102-libcomedi0_0.11.0-1_amd64.deb ...
#26 17.88 Unpacking libcomedi0 (0.11.0-1) ...
#26 17.93 Selecting previously unselected package liblog4cpp5v5:amd64.
#26 17.94 Preparing to unpack .../103-liblog4cpp5v5_1.1.3-1_amd64.deb ...
#26 17.94 Unpacking liblog4cpp5v5:amd64 (1.1.3-1) ...
#26 17.99 Selecting previously unselected package libgnuradio-pmt3.7.13:amd64.
#26 17.99 Preparing to unpack .../104-libgnuradio-pmt3.7.13_3.7.13.4-4+b1_amd64.deb ...
#26 18.00 Unpacking libgnuradio-pmt3.7.13:amd64 (3.7.13.4-4+b1) ...
#26 18.04 Selecting previously unselected package libgnuradio-runtime3.7.13:amd64.
#26 18.04 Preparing to unpack .../105-libgnuradio-runtime3.7.13_3.7.13.4-4+b1_amd64.deb ...
#26 18.05 Unpacking libgnuradio-runtime3.7.13:amd64 (3.7.13.4-4+b1) ...
#26 18.11 Selecting previously unselected package libgnuradio-blocks3.7.13:amd64.
#26 18.12 Preparing to unpack .../106-libgnuradio-blocks3.7.13_3.7.13.4-4+b1_amd64.deb ...
#26 18.12 Unpacking libgnuradio-blocks3.7.13:amd64 (3.7.13.4-4+b1) ...
#26 18.20 Selecting previously unselected package libgnuradio-fft3.7.13:amd64.
#26 18.21 Preparing to unpack .../107-libgnuradio-fft3.7.13_3.7.13.4-4+b1_amd64.deb ...
#26 18.21 Unpacking libgnuradio-fft3.7.13:amd64 (3.7.13.4-4+b1) ...
#26 18.25 Selecting previously unselected package libgnuradio-filter3.7.13:amd64.
#26 18.26 Preparing to unpack .../108-libgnuradio-filter3.7.13_3.7.13.4-4+b1_amd64.deb ...
#26 18.26 Unpacking libgnuradio-filter3.7.13:amd64 (3.7.13.4-4+b1) ...
#26 18.32 Selecting previously unselected package libgnuradio-analog3.7.13:amd64.
#26 18.32 Preparing to unpack .../109-libgnuradio-analog3.7.13_3.7.13.4-4+b1_amd64.deb ...
#26 18.33 Unpacking libgnuradio-analog3.7.13:amd64 (3.7.13.4-4+b1) ...
#26 18.38 Selecting previously unselected package libgnuradio-fec3.7.13:amd64.
#26 18.39 Preparing to unpack .../110-libgnuradio-fec3.7.13_3.7.13.4-4+b1_amd64.deb ...
#26 18.39 Unpacking libgnuradio-fec3.7.13:amd64 (3.7.13.4-4+b1) ...
#26 18.44 Selecting previously unselected package libgnuradio-atsc3.7.13:amd64.
#26 18.45 Preparing to unpack .../111-libgnuradio-atsc3.7.13_3.7.13.4-4+b1_amd64.deb ...
#26 18.45 Unpacking libgnuradio-atsc3.7.13:amd64 (3.7.13.4-4+b1) ...
#26 18.50 Selecting previously unselected package libopus0:amd64.
#26 18.51 Preparing to unpack .../112-libopus0_1.3-1_amd64.deb ...
#26 18.51 Unpacking libopus0:amd64 (1.3-1) ...
#26 18.56 Selecting previously unselected package libsamplerate0:amd64.
#26 18.57 Preparing to unpack .../113-libsamplerate0_0.1.9-2_amd64.deb ...
#26 18.57 Unpacking libsamplerate0:amd64 (0.1.9-2) ...
#26 18.68 Selecting previously unselected package libjack-jackd2-0:amd64.
#26 18.68 Preparing to unpack .../114-libjack-jackd2-0_1.9.12~dfsg-2_amd64.deb ...
#26 18.69 Unpacking libjack-jackd2-0:amd64 (1.9.12~dfsg-2) ...
#26 18.75 Selecting previously unselected package libportaudio2:amd64.
#26 18.75 Preparing to unpack .../115-libportaudio2_19.6.0-1+deb10u1_amd64.deb ...
#26 18.76 Unpacking libportaudio2:amd64 (19.6.0-1+deb10u1) ...
#26 18.80 Selecting previously unselected package libgnuradio-audio3.7.13:amd64.
#26 18.81 Preparing to unpack .../116-libgnuradio-audio3.7.13_3.7.13.4-4+b1_amd64.deb ...
#26 18.81 Unpacking libgnuradio-audio3.7.13:amd64 (3.7.13.4-4+b1) ...
#26 18.85 Selecting previously unselected package libgnuradio-channels3.7.13:amd64.
#26 18.86 Preparing to unpack .../117-libgnuradio-channels3.7.13_3.7.13.4-4+b1_amd64.deb ...
#26 18.86 Unpacking libgnuradio-channels3.7.13:amd64 (3.7.13.4-4+b1) ...
#26 18.91 Selecting previously unselected package libgnuradio-comedi3.7.13:amd64.
#26 18.91 Preparing to unpack .../118-libgnuradio-comedi3.7.13_3.7.13.4-4+b1_amd64.deb ...
#26 18.92 Unpacking libgnuradio-comedi3.7.13:amd64 (3.7.13.4-4+b1) ...
#26 18.96 Selecting previously unselected package libgnuradio-digital3.7.13:amd64.
#26 18.97 Preparing to unpack .../119-libgnuradio-digital3.7.13_3.7.13.4-4+b1_amd64.deb ...
#26 18.97 Unpacking libgnuradio-digital3.7.13:amd64 (3.7.13.4-4+b1) ...
#26 19.03 Selecting previously unselected package libgnuradio-dtv3.7.13:amd64.
#26 19.04 Preparing to unpack .../120-libgnuradio-dtv3.7.13_3.7.13.4-4+b1_amd64.deb ...
#26 19.05 Unpacking libgnuradio-dtv3.7.13:amd64 (3.7.13.4-4+b1) ...
#26 19.11 Selecting previously unselected package libgnuradio-fcd3.7.13:amd64.
#26 19.11 Preparing to unpack .../121-libgnuradio-fcd3.7.13_3.7.13.4-4+b1_amd64.deb ...
#26 19.12 Unpacking libgnuradio-fcd3.7.13:amd64 (3.7.13.4-4+b1) ...
#26 19.16 Selecting previously unselected package libgnuradio-noaa3.7.13:amd64.
#26 19.17 Preparing to unpack .../122-libgnuradio-noaa3.7.13_3.7.13.4-4+b1_amd64.deb ...
#26 19.17 Unpacking libgnuradio-noaa3.7.13:amd64 (3.7.13.4-4+b1) ...
#26 19.21 Selecting previously unselected package libgnuradio-pager3.7.13:amd64.
#26 19.22 Preparing to unpack .../123-libgnuradio-pager3.7.13_3.7.13.4-4+b1_amd64.deb ...
#26 19.22 Unpacking libgnuradio-pager3.7.13:amd64 (3.7.13.4-4+b1) ...
#26 19.27 Selecting previously unselected package libqt5opengl5:amd64.
#26 19.28 Preparing to unpack .../124-libqt5opengl5_5.11.3+dfsg1-1+deb10u5_amd64.deb ...
#26 19.28 Unpacking libqt5opengl5:amd64 (5.11.3+dfsg1-1+deb10u5) ...
#26 19.33 Selecting previously unselected package libqwt-qt5-6.
#26 19.34 Preparing to unpack .../125-libqwt-qt5-6_6.1.4-1_amd64.deb ...
#26 19.34 Unpacking libqwt-qt5-6 (6.1.4-1) ...
#26 19.41 Selecting previously unselected package libgnuradio-qtgui3.7.13:amd64.
#26 19.42 Preparing to unpack .../126-libgnuradio-qtgui3.7.13_3.7.13.4-4+b1_amd64.deb ...
#26 19.42 Unpacking libgnuradio-qtgui3.7.13:amd64 (3.7.13.4-4+b1) ...
#26 19.49 Selecting previously unselected package libgnuradio-trellis3.7.13:amd64.
#26 19.49 Preparing to unpack .../127-libgnuradio-trellis3.7.13_3.7.13.4-4+b1_amd64.deb ...
#26 19.50 Unpacking libgnuradio-trellis3.7.13:amd64 (3.7.13.4-4+b1) ...
#26 19.55 Selecting previously unselected package libgnuradio-uhd3.7.13:amd64.
#26 19.55 Preparing to unpack .../128-libgnuradio-uhd3.7.13_3.7.13.4-4+b1_amd64.deb ...
#26 19.56 Unpacking libgnuradio-uhd3.7.13:amd64 (3.7.13.4-4+b1) ...
#26 19.61 Selecting previously unselected package libslang2:amd64.
#26 19.61 Preparing to unpack .../129-libslang2_2.3.2-2_amd64.deb ...
#26 19.62 Unpacking libslang2:amd64 (2.3.2-2) ...
#26 19.69 Selecting previously unselected package libcaca0:amd64.
#26 19.70 Preparing to unpack .../130-libcaca0_0.99.beta19-2.1+deb10u1_amd64.deb ...
#26 19.70 Unpacking libcaca0:amd64 (0.99.beta19-2.1+deb10u1) ...
#26 19.76 Selecting previously unselected package libasyncns0:amd64.
#26 19.77 Preparing to unpack .../131-libasyncns0_0.8-6_amd64.deb ...
#26 19.77 Unpacking libasyncns0:amd64 (0.8-6) ...
#26 19.82 Selecting previously unselected package libogg0:amd64.
#26 19.82 Preparing to unpack .../132-libogg0_1.3.2-1+b1_amd64.deb ...
#26 19.83 Unpacking libogg0:amd64 (1.3.2-1+b1) ...
#26 19.87 Selecting previously unselected package libflac8:amd64.
#26 19.88 Preparing to unpack .../133-libflac8_1.3.2-3+deb10u3_amd64.deb ...
#26 19.88 Unpacking libflac8:amd64 (1.3.2-3+deb10u3) ...
#26 19.93 Selecting previously unselected package libvorbis0a:amd64.
#26 19.94 Preparing to unpack .../134-libvorbis0a_1.3.6-2_amd64.deb ...
#26 19.94 Unpacking libvorbis0a:amd64 (1.3.6-2) ...
#26 19.99 Selecting previously unselected package libvorbisenc2:amd64.
#26 20.00 Preparing to unpack .../135-libvorbisenc2_1.3.6-2_amd64.deb ...
#26 20.00 Unpacking libvorbisenc2:amd64 (1.3.6-2) ...
#26 20.05 Selecting previously unselected package libsndfile1:amd64.
#26 20.06 Preparing to unpack .../136-libsndfile1_1.0.28-6+deb10u2_amd64.deb ...
#26 20.06 Unpacking libsndfile1:amd64 (1.0.28-6+deb10u2) ...
#26 20.12 Selecting previously unselected package libxtst6:amd64.
#26 20.12 Preparing to unpack .../137-libxtst6_2%3a1.2.3-1_amd64.deb ...
#26 20.13 Unpacking libxtst6:amd64 (2:1.2.3-1) ...
#26 20.17 Selecting previously unselected package libpulse0:amd64.
#26 20.17 Preparing to unpack .../138-libpulse0_12.2-4+deb10u1_amd64.deb ...
#26 20.18 Unpacking libpulse0:amd64 (12.2-4+deb10u1) ...
#26 20.24 Selecting previously unselected package libsdl1.2debian:amd64.
#26 20.25 Preparing to unpack .../139-libsdl1.2debian_1.2.15+dfsg2-6~deb10u1_amd64.deb ...
#26 20.25 Unpacking libsdl1.2debian:amd64 (1.2.15+dfsg2-6~deb10u1) ...
#26 20.30 Selecting previously unselected package libgnuradio-video-sdl3.7.13:amd64.
#26 20.31 Preparing to unpack .../140-libgnuradio-video-sdl3.7.13_3.7.13.4-4+b1_amd64.deb ...
#26 20.31 Unpacking libgnuradio-video-sdl3.7.13:amd64 (3.7.13.4-4+b1) ...
#26 20.35 Selecting previously unselected package libgnuradio-vocoder3.7.13:amd64.
#26 20.36 Preparing to unpack .../141-libgnuradio-vocoder3.7.13_3.7.13.4-4+b1_amd64.deb ...
#26 20.36 Unpacking libgnuradio-vocoder3.7.13:amd64 (3.7.13.4-4+b1) ...
#26 20.40 Selecting previously unselected package libgnuradio-wavelet3.7.13:amd64.
#26 20.41 Preparing to unpack .../142-libgnuradio-wavelet3.7.13_3.7.13.4-4+b1_amd64.deb ...
#26 20.41 Unpacking libgnuradio-wavelet3.7.13:amd64 (3.7.13.4-4+b1) ...
#26 20.46 Selecting previously unselected package libgnuradio-wxgui3.7.13:amd64.
#26 20.47 Preparing to unpack .../143-libgnuradio-wxgui3.7.13_3.7.13.4-4+b1_amd64.deb ...
#26 20.47 Unpacking libgnuradio-wxgui3.7.13:amd64 (3.7.13.4-4+b1) ...
#26 20.51 Selecting previously unselected package libgnuradio-zeromq3.7.13:amd64.
#26 20.52 Preparing to unpack .../144-libgnuradio-zeromq3.7.13_3.7.13.4-4+b1_amd64.deb ...
#26 20.52 Unpacking libgnuradio-zeromq3.7.13:amd64 (3.7.13.4-4+b1) ...
#26 20.58 Selecting previously unselected package gnuradio.
#26 20.59 Preparing to unpack .../145-gnuradio_3.7.13.4-4+b1_amd64.deb ...
#26 20.59 Unpacking gnuradio (3.7.13.4-4+b1) ...
#26 21.57 Setting up liblog4cpp5v5:amd64 (1.1.3-1) ...
#26 21.58 Setting up libxcb-dri3-0:amd64 (1.13.1-2) ...
#26 21.59 Setting up python-enum34 (1.1.6-2) ...
#26 21.87 Setting up libwayland-server0:amd64 (1.16.0-1) ...
#26 21.88 Setting up libx11-xcb1:amd64 (2:1.6.7-1+deb10u4) ...
#26 21.89 Setting up libproxy1v5:amd64 (0.4.15-5+deb10u1) ...
#26 21.91 Setting up python-wxversion (3.0.2.0+dfsg-8) ...
#26 22.15 Setting up libxcb-xfixes0:amd64 (1.13.1-2) ...
#26 22.16 Setting up libogg0:amd64 (1.3.2-1+b1) ...
#26 22.18 Setting up libglvnd0:amd64 (1.1.0-1) ...
#26 22.19 Setting up libxtst6:amd64 (2:1.2.3-1) ...
#26 22.20 Setting up libxcb-glx0:amd64 (1.13.1-2) ...
#26 22.21 Setting up libcodec2-0.8.1:amd64 (0.8.1-2) ...
#26 22.22 Setting up libxcb-keysyms1:amd64 (0.4.0-1+b2) ...
#26 22.23 Setting up libxcb-shape0:amd64 (1.13.1-2) ...
#26 22.24 Setting up libxcb-render-util0:amd64 (0.3.9-1+b1) ...
#26 22.25 Setting up xkb-data (2.26-2) ...
#26 22.26 Setting up libxcb-icccm4:amd64 (0.4.1-1.1) ...
#26 22.27 Setting up libatspi2.0-0:amd64 (2.30.0-7) ...
#26 22.28 Setting up libxcb-util0:amd64 (0.3.8-3+b2) ...
#26 22.29 Setting up libpcre2-16-0:amd64 (10.32-5+deb10u1) ...
#26 22.30 Setting up libcolord2:amd64 (1.4.3-4) ...
#26 22.31 Setting up libxxf86vm1:amd64 (1:1.1.4-1+b2) ...
#26 22.32 Setting up libflac8:amd64 (1.3.2-3+deb10u3) ...
#26 22.35 Setting up libxcb-xkb1:amd64 (1.13.1-2) ...
#26 22.36 Setting up libxcb-image0:amd64 (0.4.0-1+b2) ...
#26 22.38 Setting up libxcb-present0:amd64 (1.13.1-2) ...
#26 22.39 Setting up libdconf1:amd64 (0.30.1-2) ...
#26 22.40 Setting up python-zmq (17.1.2-2+deb10u1) ...
#26 22.71 Setting up libatk-bridge2.0-0:amd64 (2.30.0-5) ...
#26 22.72 Setting up dbus-user-session (1.12.28-0+deb10u1) ...
#26 22.73 Setting up libxcb-xinerama0:amd64 (1.13.1-2) ...
#26 22.74 Setting up libslang2:amd64 (2.3.2-2) ...
#26 22.75 Setting up libepoxy0:amd64 (1.5.3-0.1) ...
#26 22.76 Setting up libxcb-sync1:amd64 (1.13.1-2) ...
#26 22.78 Setting up libnotify4:amd64 (0.7.7-4) ...
#26 22.78 Setting up libopus0:amd64 (1.3-1) ...
#26 22.80 Setting up python-cheetah (3.1.0-3) ...
#26 23.11 Setting up libvorbis0a:amd64 (1.3.6-2) ...
#26 23.12 Setting up liborc-0.4-0:amd64 (1:0.4.28-3.1) ...
#26 23.15 Setting up libglapi-mesa:amd64 (18.3.6-2+deb10u1) ...
#26 23.16 Setting up libmtdev1:amd64 (1.1.5-1+b1) ...
#26 23.17 Setting up libvolk1.4:amd64 (1.4-3+b1) ...
#26 23.18 Setting up libxcb-dri2-0:amd64 (1.13.1-2) ...
#26 23.19 Setting up libasyncns0:amd64 (0.8-6) ...
#26 23.20 Setting up libxshmfence1:amd64 (1.3-1) ...
#26 23.21 Setting up libxcb-randr0:amd64 (1.13.1-2) ...
#26 23.22 Setting up libgnuradio-pmt3.7.13:amd64 (3.7.13.4-4+b1) ...
#26 23.23 Setting up libllvm7:amd64 (1:7.0.1-8+deb10u2) ...
#26 23.24 Setting up libwxbase3.0-0v5:amd64 (3.0.4+dfsg-8) ...
#26 23.26 Setting up libjson-glib-1.0-common (1.4.4-2) ...
#26 23.26 Setting up libcairo-gobject2:amd64 (1.16.0-4+deb10u1) ...
#26 23.28 Setting up libwayland-egl1:amd64 (1.16.0-1) ...
#26 23.29 Setting up glib-networking-common (2.58.0-2+deb10u2) ...
#26 23.30 Setting up libsamplerate0:amd64 (0.1.9-2) ...
#26 23.31 Setting up libdrm-common (2.4.97-1) ...
#26 23.32 Setting up libevdev2:amd64 (1.6.0+dfsg-1) ...
#26 23.33 Setting up python-lxml:amd64 (4.3.2-1+deb10u4) ...
#26 23.57 Setting up libdouble-conversion1:amd64 (3.1.0-3) ...
#26 23.59 Setting up libgudev-1.0-0:amd64 (232-2) ...
#26 23.60 Setting up libcomedi0 (0.11.0-1) ...
#26 23.61 creating iocard group...
#26 23.64 Adding group `iocard' (GID 108) ...
#26 23.66 Done.
#26 23.67 Setting up libvorbisenc2:amd64 (1.3.6-2) ...
#26 23.68 Setting up python-sip (4.19.14+dfsg-2) ...
#26 23.90 Setting up libwacom-common (0.32-1) ...
#26 23.91 Setting up libxkbcommon0:amd64 (0.8.2-1) ...
#26 23.92 Setting up libwayland-client0:amd64 (1.16.0-1) ...
#26 23.93 Setting up libgnuradio-runtime3.7.13:amd64 (3.7.13.4-4+b1) ...
#26 23.94 Setting up libvolk1-bin (1.4-3+b1) ...
#26 23.95 Setting up glib-networking-services (2.58.0-2+deb10u2) ...
#26 23.96 Setting up libcaca0:amd64 (0.99.beta19-2.1+deb10u1) ...
#26 23.97 Setting up libgnuradio-blocks3.7.13:amd64 (3.7.13.4-4+b1) ...
#26 23.98 Setting up libgnuradio-wavelet3.7.13:amd64 (3.7.13.4-4+b1) ...
#26 23.99 Setting up libgnuradio-comedi3.7.13:amd64 (3.7.13.4-4+b1) ...
#26 24.00 Setting up dconf-service (0.30.1-2) ...
#26 24.01 Setting up libgnuradio-noaa3.7.13:amd64 (3.7.13.4-4+b1) ...
#26 24.02 Setting up libjson-glib-1.0-0:amd64 (1.4.4-2) ...
#26 24.03 Setting up libgnuradio-pager3.7.13:amd64 (3.7.13.4-4+b1) ...
#26 24.04 Setting up libgnuradio-uhd3.7.13:amd64 (3.7.13.4-4+b1) ...
#26 24.05 Setting up libxkbcommon-x11-0:amd64 (0.8.2-1) ...
#26 24.06 Setting up libgnuradio-fec3.7.13:amd64 (3.7.13.4-4+b1) ...
#26 24.07 Setting up libqt5core5a:amd64 (5.11.3+dfsg1-1+deb10u5) ...
#26 24.08 Setting up libgnuradio-vocoder3.7.13:amd64 (3.7.13.4-4+b1) ...
#26 24.09 Setting up libjack-jackd2-0:amd64 (1.9.12~dfsg-2) ...
#26 24.12 Setting up libdrm2:amd64 (2.4.97-1) ...
#26 24.13 Setting up libqt5dbus5:amd64 (5.11.3+dfsg1-1+deb10u5) ...
#26 24.14 Setting up libwayland-cursor0:amd64 (1.16.0-1) ...
#26 24.15 Setting up libgnuradio-wxgui3.7.13:amd64 (3.7.13.4-4+b1) ...
#26 24.16 Setting up libgnuradio-fft3.7.13:amd64 (3.7.13.4-4+b1) ...
#26 24.17 Setting up libgnuradio-zeromq3.7.13:amd64 (3.7.13.4-4+b1) ...
#26 24.18 Setting up libsndfile1:amd64 (1.0.28-6+deb10u2) ...
#26 24.19 Setting up libqt5test5:amd64 (5.11.3+dfsg1-1+deb10u5) ...
#26 24.20 Setting up libwacom2:amd64 (0.32-1) ...
#26 24.21 Setting up libdrm-amdgpu1:amd64 (2.4.97-1) ...
#26 24.22 Setting up libportaudio2:amd64 (19.6.0-1+deb10u1) ...
#26 24.23 Setting up libdrm-nouveau2:amd64 (2.4.97-1) ...
#26 24.24 Setting up dconf-gsettings-backend:amd64 (0.30.1-2) ...
#26 24.25 Setting up libgnuradio-audio3.7.13:amd64 (3.7.13.4-4+b1) ...
#26 24.26 Setting up libgbm1:amd64 (18.3.6-2+deb10u1) ...
#26 24.27 Setting up libpulse0:amd64 (12.2-4+deb10u1) ...
#26 24.29 Setting up libdrm-radeon1:amd64 (2.4.97-1) ...
#26 24.30 Setting up libdrm-intel1:amd64 (2.4.97-1) ...
#26 24.31 Setting up libgl1-mesa-dri:amd64 (18.3.6-2+deb10u1) ...
#26 24.33 Setting up libgnuradio-filter3.7.13:amd64 (3.7.13.4-4+b1) ...
#26 24.34 Setting up libqt5network5:amd64 (5.11.3+dfsg1-1+deb10u5) ...
#26 24.35 Setting up libgnuradio-fcd3.7.13:amd64 (3.7.13.4-4+b1) ...
#26 24.36 Setting up libinput-bin (1.12.6-2+deb10u1) ...
#26 24.37 Setting up libqt5sql5:amd64 (5.11.3+dfsg1-1+deb10u5) ...
#26 24.38 Setting up libqt5xml5:amd64 (5.11.3+dfsg1-1+deb10u5) ...
#26 24.39 Setting up libegl-mesa0:amd64 (18.3.6-2+deb10u1) ...
#26 24.40 Setting up libgnuradio-analog3.7.13:amd64 (3.7.13.4-4+b1) ...
#26 24.41 Setting up libsdl1.2debian:amd64 (1.2.15+dfsg2-6~deb10u1) ...
#26 24.42 Setting up libgnuradio-digital3.7.13:amd64 (3.7.13.4-4+b1) ...
#26 24.43 Setting up libgnuradio-dtv3.7.13:amd64 (3.7.13.4-4+b1) ...
#26 24.44 Setting up libgnuradio-trellis3.7.13:amd64 (3.7.13.4-4+b1) ...
#26 24.45 Setting up libgnuradio-atsc3.7.13:amd64 (3.7.13.4-4+b1) ...
#26 24.46 Setting up libgnuradio-video-sdl3.7.13:amd64 (3.7.13.4-4+b1) ...
#26 24.47 Setting up libegl1:amd64 (1.1.0-1) ...
#26 24.48 Setting up libgtk-3-common (3.24.5-1) ...
#26 24.50 Setting up libgnuradio-channels3.7.13:amd64 (3.7.13.4-4+b1) ...
#26 24.50 Setting up gsettings-desktop-schemas (3.28.1-1) ...
#26 24.52 Setting up libinput10:amd64 (1.12.6-2+deb10u1) ...
#26 24.52 Setting up libglx-mesa0:amd64 (18.3.6-2+deb10u1) ...
#26 24.54 Setting up libglx0:amd64 (1.1.0-1) ...
#26 24.55 Setting up libgl1:amd64 (1.1.0-1) ...
#26 24.56 Setting up libgl1-mesa-glx:amd64 (18.3.6-2+deb10u1) ...
#26 24.57 Setting up libglu1-mesa:amd64 (9.0.0-2.1+b3) ...
#26 24.58 Setting up freeglut3:amd64 (2.8.1-3) ...
#26 24.59 Setting up python-opengl (3.1.0+dfsg-2) ...
#26 25.24 Setting up libqt5gui5:amd64 (5.11.3+dfsg1-1+deb10u5) ...
#26 25.26 Setting up libqt5widgets5:amd64 (5.11.3+dfsg1-1+deb10u5) ...
#26 25.27 Setting up libqt5help5:amd64 (5.11.3-4) ...
#26 25.28 Setting up libqt5printsupport5:amd64 (5.11.3+dfsg1-1+deb10u5) ...
#26 25.29 Setting up libqt5opengl5:amd64 (5.11.3+dfsg1-1+deb10u5) ...
#26 25.30 Setting up libqt5designer5:amd64 (5.11.3-4) ...
#26 25.31 Setting up libqt5svg5:amd64 (5.11.3-2) ...
#26 25.32 Setting up libqwt-qt5-6 (6.1.4-1) ...
#26 25.33 Setting up python-pyqt5 (5.11.3+dfsg-1+b3) ...
#26 25.57 Setting up libgnuradio-qtgui3.7.13:amd64 (3.7.13.4-4+b1) ...
#26 25.59 Processing triggers for hicolor-icon-theme (0.17-2) ...
#26 25.65 Processing triggers for libglib2.0-0:amd64 (2.58.3-2+deb10u5) ...
#26 25.68 Processing triggers for libc-bin (2.28-10+deb10u2) ...
#26 25.71 Processing triggers for man-db (2.8.5-2+deb10u1) ...
#26 25.95 Processing triggers for shared-mime-info (1.10-1) ...
#26 27.67 Setting up glib-networking:amd64 (2.58.0-2+deb10u2) ...
#26 27.69 Processing triggers for mime-support (3.62) ...
#26 27.71 Setting up libsoup2.4-1:amd64 (2.64.2-2) ...
#26 27.73 Setting up libsoup-gnome2.4-1:amd64 (2.64.2-2) ...
#26 27.74 Setting up librest-0.7-0:amd64 (0.8.1-1) ...
#26 27.75 Setting up libgtk-3-0:amd64 (3.24.5-1) ...
#26 27.79 Setting up libwxgtk3.0-gtk3-0v5:amd64 (3.0.4+dfsg-8) ...
#26 27.81 Setting up python-wxgtk3.0 (3.0.2.0+dfsg-8) ...
#26 27.83 update-alternatives: using /usr/lib/wx/python/wx3.0.pth to provide /usr/lib/wx/python/wx.pth (wx.pth) in auto mode
#26 29.35 Setting up gnuradio (3.7.13.4-4+b1) ...
#26 31.14 Processing triggers for libc-bin (2.28-10+deb10u2) ...
#26 DONE 31.7s

#27 [20/32] ADD	HTTPS://WWW.MONGODB.ORG/STATIC/PGP/SERVER-4.4.ASC /tmp/mongodb-server-4.4.asc
#27 DONE 0.1s

#28 [21/32] RUN	IF [ "$(arch)" = "x86_64" ]; then 		apt-key add /tmp/mongodb-server-4.4.asc && 		echo "deb http://repo.mongodb.org/apt/debian buster/mongodb-org/4.4 main" 			> /etc/apt/sources.list.d/mongodb-org-4.4.list; 	fi
#28 0.423 Warning: apt-key output should not be parsed (stdout is not a terminal)
#28 1.100 OK
#28 DONE 1.2s

#29 [22/32] RUN	IF [ "$(arch)" = "x86_64" ]; then 		apt-get update && 		systemctl_path=$(which systemctl) && 		mv $systemctl_path /tmp/systemctl && 		apt-get install -y --no-install-recommends mongodb-org && 		apt-get clean && 		mv /tmp/systemctl $systemctl_path && 		sed -i "s/127.0.0.1/172.18.50.2/g" /etc/mongod.conf; 	fi
#29 0.441 Hit:1 http://deb.debian.org/debian buster InRelease
#29 0.441 Hit:2 http://deb.debian.org/debian-security buster/updates InRelease
#29 0.441 Hit:3 http://deb.debian.org/debian buster-updates InRelease
#29 0.442 Ign:4 http://repo.mongodb.org/apt/debian buster/mongodb-org/4.4 InRelease
#29 0.442 Hit:5 https://downloads.osmocom.org/packages/osmocom:/nightly/Debian_10 ./ InRelease
#29 0.551 Get:6 http://repo.mongodb.org/apt/debian buster/mongodb-org/4.4 Release [2,032 B]
#29 0.767 Get:7 http://repo.mongodb.org/apt/debian buster/mongodb-org/4.4 Release.gpg [866 B]
#29 1.128 Get:8 http://repo.mongodb.org/apt/debian buster/mongodb-org/4.4/main amd64 Packages [73.6 kB]
#29 1.159 Fetched 76.5 kB in 1s (103 kB/s)
#29 1.159 Reading package lists...
#29 2.355 Reading package lists...
#29 3.326 Building dependency tree...
#29 3.585 Reading state information...
#29 3.732 The following additional packages will be installed:
#29 3.732   mongodb-database-tools mongodb-org-database-tools-extra mongodb-org-mongos
#29 3.733   mongodb-org-server mongodb-org-shell mongodb-org-tools
#29 3.755 The following NEW packages will be installed:
#29 3.755   mongodb-database-tools mongodb-org mongodb-org-database-tools-extra
#29 3.756   mongodb-org-mongos mongodb-org-server mongodb-org-shell mongodb-org-tools
#29 3.996 0 upgraded, 7 newly installed, 0 to remove and 1 not upgraded.
#29 3.996 Need to get 102 MB of archives.
#29 3.996 After this operation, 203 MB of additional disk space will be used.
#29 3.996 Get:1 http://repo.mongodb.org/apt/debian buster/mongodb-org/4.4/main amd64 mongodb-database-tools amd64 100.9.4 [52.0 MB]
#29 4.785 Get:2 http://repo.mongodb.org/apt/debian buster/mongodb-org/4.4/main amd64 mongodb-org-shell amd64 4.4.29 [13.4 MB]
#29 5.134 Get:3 http://repo.mongodb.org/apt/debian buster/mongodb-org/4.4/main amd64 mongodb-org-server amd64 4.4.29 [20.8 MB]
#29 5.559 Get:4 http://repo.mongodb.org/apt/debian buster/mongodb-org/4.4/main amd64 mongodb-org-mongos amd64 4.4.29 [16.1 MB]
#29 5.833 Get:5 http://repo.mongodb.org/apt/debian buster/mongodb-org/4.4/main amd64 mongodb-org-database-tools-extra amd64 4.4.29 [7,756 B]
#29 5.936 Get:6 http://repo.mongodb.org/apt/debian buster/mongodb-org/4.4/main amd64 mongodb-org-tools amd64 4.4.29 [2,896 B]
#29 6.174 Get:7 http://repo.mongodb.org/apt/debian buster/mongodb-org/4.4/main amd64 mongodb-org amd64 4.4.29 [3,524 B]
#29 6.424 debconf: delaying package configuration, since apt-utils is not installed
#29 6.508 Fetched 102 MB in 2s (42.6 MB/s)
#29 6.557 Selecting previously unselected package mongodb-database-tools.
#29 6.557 (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 ... 114752 files and directories currently installed.)
#29 6.613 Preparing to unpack .../0-mongodb-database-tools_100.9.4_amd64.deb ...
#29 6.619 Unpacking mongodb-database-tools (100.9.4) ...
#29 9.555 Selecting previously unselected package mongodb-org-shell.
#29 9.565 Preparing to unpack .../1-mongodb-org-shell_4.4.29_amd64.deb ...
#29 9.575 Unpacking mongodb-org-shell (4.4.29) ...
#29 10.76 Selecting previously unselected package mongodb-org-server.
#29 10.76 Preparing to unpack .../2-mongodb-org-server_4.4.29_amd64.deb ...
#29 10.76 Unpacking mongodb-org-server (4.4.29) ...
#29 12.54 Selecting previously unselected package mongodb-org-mongos.
#29 12.54 Preparing to unpack .../3-mongodb-org-mongos_4.4.29_amd64.deb ...
#29 12.55 Unpacking mongodb-org-mongos (4.4.29) ...
#29 13.93 Selecting previously unselected package mongodb-org-database-tools-extra.
#29 13.94 Preparing to unpack .../4-mongodb-org-database-tools-extra_4.4.29_amd64.deb ...
#29 13.94 Unpacking mongodb-org-database-tools-extra (4.4.29) ...
#29 13.98 Selecting previously unselected package mongodb-org-tools.
#29 13.99 Preparing to unpack .../5-mongodb-org-tools_4.4.29_amd64.deb ...
#29 13.99 Unpacking mongodb-org-tools (4.4.29) ...
#29 14.04 Selecting previously unselected package mongodb-org.
#29 14.05 Preparing to unpack .../6-mongodb-org_4.4.29_amd64.deb ...
#29 14.06 Unpacking mongodb-org (4.4.29) ...
#29 14.13 Setting up mongodb-org-server (4.4.29) ...
#29 14.18 Adding system user `mongodb' (UID 106) ...
#29 14.18 Adding new user `mongodb' (UID 106) with group `nogroup' ...
#29 14.24 Not creating home directory `/home/mongodb'.
#29 14.27 Adding group `mongodb' (GID 109) ...
#29 14.28 Done.
#29 14.31 Adding user `mongodb' to group `mongodb' ...
#29 14.31 Adding user mongodb to group mongodb
#29 14.33 Done.
#29 14.35 /var/lib/dpkg/info/mongodb-org-server.postinst: 44: /var/lib/dpkg/info/mongodb-org-server.postinst: systemctl: not found
#29 14.35 Setting up mongodb-org-shell (4.4.29) ...
#29 14.37 Setting up mongodb-database-tools (100.9.4) ...
#29 14.38 Setting up mongodb-org-mongos (4.4.29) ...
#29 14.39 Setting up mongodb-org-database-tools-extra (4.4.29) ...
#29 14.40 Setting up mongodb-org-tools (4.4.29) ...
#29 14.41 Setting up mongodb-org (4.4.29) ...
#29 14.42 Processing triggers for man-db (2.8.5-2+deb10u1) ...
#29 DONE 15.0s

#30 [23/32] 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
#30 0.432 Hit:1 http://deb.debian.org/debian buster InRelease
#30 0.432 Hit:2 http://deb.debian.org/debian-security buster/updates InRelease
#30 0.432 Hit:3 http://deb.debian.org/debian buster-updates InRelease
#30 0.432 Hit:4 https://downloads.osmocom.org/packages/osmocom:/nightly/Debian_10 ./ InRelease
#30 0.459 Ign:5 http://repo.mongodb.org/apt/debian buster/mongodb-org/4.4 InRelease
#30 0.576 Hit:6 http://repo.mongodb.org/apt/debian buster/mongodb-org/4.4 Release
#30 0.858 Reading package lists...
#30 1.768 Reading package lists...
#30 2.606 Building dependency tree...
#30 2.796 Reading state information...
#30 2.929 bison is already the newest version (2:3.3.2.dfsg-1).
#30 2.929 flex is already the newest version (2.6.4-6.2).
#30 2.929 libgcrypt20-dev is already the newest version (1.8.4-5+deb10u1).
#30 2.929 libgcrypt20-dev set to manually installed.
#30 2.929 libsctp-dev is already the newest version (1.0.18+dfsg-1).
#30 2.929 python3-pip is already the newest version (18.1-5).
#30 2.929 python3-setuptools is already the newest version (40.8.0-1).
#30 2.929 python3-wheel is already the newest version (0.32.3-2).
#30 2.929 libcurl4-gnutls-dev is already the newest version (7.64.0-4+deb10u9).
#30 2.929 libcurl4-gnutls-dev set to manually installed.
#30 2.929 git is already the newest version (1:2.20.1-2+deb10u8).
#30 2.929 libgnutls28-dev is already the newest version (3.6.7-4+deb10u12).
#30 2.929 libmicrohttpd-dev is already the newest version (0.9.62-1+deb10u1).
#30 2.929 libmicrohttpd-dev set to manually installed.
#30 2.929 libssl-dev is already the newest version (1.1.1n-0+deb10u6).
#30 2.929 The following additional packages will be installed:
#30 2.930   libbson-1.0-0 libmongoc-1.0-0 libsnappy-dev libsnappy1v5
#30 2.930 Suggested packages:
#30 2.930   libnghttp2-doc libyaml-doc
#30 3.049 The following NEW packages will be installed:
#30 3.049   build-essential libbson-1.0-0 libbson-dev libidn11-dev libmongoc-1.0-0
#30 3.049   libmongoc-dev libnghttp2-dev libsnappy-dev libsnappy1v5 libyaml-dev meson
#30 3.050   ninja-build
#30 3.079 0 upgraded, 12 newly installed, 0 to remove and 1 not upgraded.
#30 3.079 Need to get 1,666 kB of archives.
#30 3.079 After this operation, 5,602 kB of additional disk space will be used.
#30 3.079 Get:1 http://deb.debian.org/debian buster/main amd64 build-essential amd64 12.6 [7,576 B]
#30 3.085 Get:2 http://deb.debian.org/debian buster/main amd64 libbson-1.0-0 amd64 1.14.0-1 [72.0 kB]
#30 3.091 Get:3 http://deb.debian.org/debian buster/main amd64 libbson-dev amd64 1.14.0-1 [114 kB]
#30 3.097 Get:4 http://deb.debian.org/debian buster/main amd64 libidn11-dev amd64 1.33-2.2 [594 kB]
#30 3.107 Get:5 http://deb.debian.org/debian buster/main amd64 libsnappy1v5 amd64 1.1.7-1 [17.0 kB]
#30 3.108 Get:6 http://deb.debian.org/debian buster/main amd64 libmongoc-1.0-0 amd64 1.14.0-1 [229 kB]
#30 3.110 Get:7 http://deb.debian.org/debian buster/main amd64 libsnappy-dev amd64 1.1.7-1 [29.2 kB]
#30 3.110 Get:8 http://deb.debian.org/debian buster/main amd64 libmongoc-dev amd64 1.14.0-1 [50.5 kB]
#30 3.111 Get:9 http://deb.debian.org/debian-security buster/updates/main amd64 libnghttp2-dev amd64 1.36.0-2+deb10u2 [121 kB]
#30 3.112 Get:10 http://deb.debian.org/debian buster/main amd64 libyaml-dev amd64 0.2.1-1 [57.4 kB]
#30 3.113 Get:11 http://deb.debian.org/debian buster/main amd64 ninja-build amd64 1.8.2-1 [93.6 kB]
#30 3.114 Get:12 http://deb.debian.org/debian buster/main amd64 meson all 0.49.2-1 [281 kB]
#30 3.306 debconf: delaying package configuration, since apt-utils is not installed
#30 3.386 Fetched 1,666 kB in 0s (33.2 MB/s)
#30 3.420 Selecting previously unselected package build-essential.
#30 3.420 (Reading database ... 
(Reading database ... 5%
(Reading database ... 10%
(Reading database ... 15%
(Reading database ... 20%
(Reading database ... 25%
(Reading database ... 30%
(Reading database ... 35%
(Reading database ... 40%
(Reading database ... 45%
(Reading database ... 50%
(Reading database ... 55%
(Reading database ... 60%
(Reading database ... 65%
(Reading database ... 70%
(Reading database ... 75%
(Reading database ... 80%
(Reading database ... 85%
(Reading database ... 90%
(Reading database ... 95%
(Reading database ... 100%
(Reading database ... 114799 files and directories currently installed.)
#30 3.486 Preparing to unpack .../00-build-essential_12.6_amd64.deb ...
#30 3.495 Unpacking build-essential (12.6) ...
#30 3.535 Selecting previously unselected package libbson-1.0-0.
#30 3.544 Preparing to unpack .../01-libbson-1.0-0_1.14.0-1_amd64.deb ...
#30 3.553 Unpacking libbson-1.0-0 (1.14.0-1) ...
#30 3.598 Selecting previously unselected package libbson-dev.
#30 3.603 Preparing to unpack .../02-libbson-dev_1.14.0-1_amd64.deb ...
#30 3.606 Unpacking libbson-dev (1.14.0-1) ...
#30 3.675 Selecting previously unselected package libidn11-dev:amd64.
#30 3.677 Preparing to unpack .../03-libidn11-dev_1.33-2.2_amd64.deb ...
#30 3.681 Unpacking libidn11-dev:amd64 (1.33-2.2) ...
#30 3.761 Selecting previously unselected package libsnappy1v5:amd64.
#30 3.770 Preparing to unpack .../04-libsnappy1v5_1.1.7-1_amd64.deb ...
#30 3.773 Unpacking libsnappy1v5:amd64 (1.1.7-1) ...
#30 3.811 Selecting previously unselected package libmongoc-1.0-0.
#30 3.820 Preparing to unpack .../05-libmongoc-1.0-0_1.14.0-1_amd64.deb ...
#30 3.823 Unpacking libmongoc-1.0-0 (1.14.0-1) ...
#30 3.874 Selecting previously unselected package libsnappy-dev:amd64.
#30 3.882 Preparing to unpack .../06-libsnappy-dev_1.1.7-1_amd64.deb ...
#30 3.887 Unpacking libsnappy-dev:amd64 (1.1.7-1) ...
#30 3.925 Selecting previously unselected package libmongoc-dev.
#30 3.934 Preparing to unpack .../07-libmongoc-dev_1.14.0-1_amd64.deb ...
#30 3.937 Unpacking libmongoc-dev (1.14.0-1) ...
#30 4.023 Selecting previously unselected package libnghttp2-dev.
#30 4.029 Preparing to unpack .../08-libnghttp2-dev_1.36.0-2+deb10u2_amd64.deb ...
#30 4.032 Unpacking libnghttp2-dev (1.36.0-2+deb10u2) ...
#30 4.078 Selecting previously unselected package libyaml-dev:amd64.
#30 4.086 Preparing to unpack .../09-libyaml-dev_0.2.1-1_amd64.deb ...
#30 4.089 Unpacking libyaml-dev:amd64 (0.2.1-1) ...
#30 4.159 Selecting previously unselected package ninja-build.
#30 4.163 Preparing to unpack .../10-ninja-build_1.8.2-1_amd64.deb ...
#30 4.172 Unpacking ninja-build (1.8.2-1) ...
#30 4.212 Selecting previously unselected package meson.
#30 4.221 Preparing to unpack .../11-meson_0.49.2-1_all.deb ...
#30 4.224 Unpacking meson (0.49.2-1) ...
#30 4.320 Setting up libnghttp2-dev (1.36.0-2+deb10u2) ...
#30 4.331 Setting up libidn11-dev:amd64 (1.33-2.2) ...
#30 4.340 Setting up libyaml-dev:amd64 (0.2.1-1) ...
#30 4.352 Setting up ninja-build (1.8.2-1) ...
#30 4.365 Setting up libsnappy1v5:amd64 (1.1.7-1) ...
#30 4.376 Setting up libbson-1.0-0 (1.14.0-1) ...
#30 4.385 Setting up build-essential (12.6) ...
#30 4.397 Setting up libbson-dev (1.14.0-1) ...
#30 4.406 Setting up libsnappy-dev:amd64 (1.1.7-1) ...
#30 4.419 Setting up meson (0.49.2-1) ...
#30 4.428 Setting up libmongoc-1.0-0 (1.14.0-1) ...
#30 4.440 Setting up libmongoc-dev (1.14.0-1) ...
#30 4.449 Processing triggers for man-db (2.8.5-2+deb10u1) ...
#30 4.713 Processing triggers for libc-bin (2.28-10+deb10u2) ...
#30 DONE 4.9s

#31 [24/32] WORKDIR	/TMP
#31 DONE 0.1s

#32 [25/32] RUN	GIT clone https://gerrit.osmocom.org/osmo-gsm-tester.git
#32 0.356 Cloning into 'osmo-gsm-tester'...
#32 DONE 0.8s

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

#34 [27/32] 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
#34 0.522 Already on 'master'
#34 0.522 Your branch is up to date with 'origin/master'.
#34 0.523 refs/heads/master
#34 0.527 HEAD is now at bcde1d0 Update git URLs
#34 0.528 master
#34 0.529 bcde1d05383ff1a5e6d5fe0970735e79ab163ec4
#34 DONE 0.5s

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

#36 [29/32] RUN     mkdir -p /etc/sudoers.d/ && cp osmo-gsm-tester/utils/sudoers.d/* /etc/sudoers.d/
#36 DONE 0.5s

#37 [30/32] RUN     mkdir -p /etc/security/limits.d/ && cp osmo-gsm-tester/utils/limits.d/* /etc/security/limits.d/
#37 DONE 0.4s

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

#39 [32/32] WORKDIR	/DATA
#39 DONE 0.0s

#40 exporting to image
#40 exporting layers
#40 exporting layers 2.4s done
#40 writing image sha256:68324288f5d22b0fe2b4e78b70bca234e6f73e1e89b5a29a5fb4b85bcee721af done
#40 naming to docker.io/osmocom-build/osmo-gsm-tester:latest done
#40 DONE 2.4s
rm -rf .common
make: Leaving directory '/home/osmocom-build/jenkins/workspace/osmo-gsm-tester_virtual/docker-playground/osmo-gsm-tester'
+ unlink osmo-gsm-tester/sysmocom/resources.conf
+ ln -s resources.conf.virtual osmo-gsm-tester/sysmocom/resources.conf
+ docker run --rm=true -e HOME=/build -e JOB_NAME=osmo-gsm-tester_virtual -e OSMO_GSM_TESTER_CONF=/build/osmo-gsm-tester/sysmocom/main.conf -e OSMO_GSM_TESTER_OPTS=-s netreg_mass -e BUILD_NUMBER=7562 -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-04-18 22:50:36
+ trial_dir_prefix=trial-
+ rm -rf trial-*
+ trial_dir=trial-7562
+ mkdir -p trial-7562
+ mv open5gs.build-8.tgz osmo-bsc.build-21634.tgz osmo-bts-oc2g.build-7536.tgz osmo-bts-sysmo.build-10038.tgz osmo-bts.build-9514.tgz osmo-ggsn.build-8518.tgz osmo-hlr.build-11123.tgz osmo-hnbgw.build-8201.tgz osmo-mgw.build-11421.tgz osmo-msc.build-35286.tgz osmo-nitb.build-16270.tgz osmo-pcu-oc2g.build-5108.tgz osmo-pcu-sysmo.build-6389.tgz osmo-pcu.build-6352.tgz osmo-sgsn.build-36804.tgz osmo-stp.build-11708.tgz osmo-trx.build-6498.tgz osmocom-bb.build-6171.tgz srslte.build-19.tgz trial-7562
+ cat open5gs.build-8.md5 osmo-bsc.build-21634.md5 osmo-bts-oc2g.build-7536.md5 osmo-bts-sysmo.build-10038.md5 osmo-bts.build-9514.md5 osmo-ggsn.build-8518.md5 osmo-hlr.build-11123.md5 osmo-hnbgw.build-8201.md5 osmo-mgw.build-11421.md5 osmo-msc.build-35286.md5 osmo-nitb.build-16270.md5 osmo-pcu-oc2g.build-5108.md5 osmo-pcu-sysmo.build-6389.md5 osmo-pcu.build-6352.md5 osmo-sgsn.build-36804.md5 osmo-stp.build-11708.md5 osmo-trx.build-6498.md5 osmocom-bb.build-6171.md5 srslte.build-19.md5
+ rm open5gs.build-8.md5 osmo-bsc.build-21634.md5 osmo-bts-oc2g.build-7536.md5 osmo-bts-sysmo.build-10038.md5 osmo-bts.build-9514.md5 osmo-ggsn.build-8518.md5 osmo-hlr.build-11123.md5 osmo-hnbgw.build-8201.md5 osmo-mgw.build-11421.md5 osmo-msc.build-35286.md5 osmo-nitb.build-16270.md5 osmo-pcu-oc2g.build-5108.md5 osmo-pcu-sysmo.build-6389.md5 osmo-pcu.build-6352.md5 osmo-sgsn.build-36804.md5 osmo-stp.build-11708.md5 osmo-trx.build-6498.md5 osmocom-bb.build-6171.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-7562 -s netreg_mass
combinations: ['netreg_mass']
trial: 'trial-7562'
tests: None

--------------------------------------------------------------------------------------------
trial-7562
--------------------------------------------------------------------------------------------
22:50:36.820781 tst                       trial-7562: Detailed log at /build/trial-7562/run.2024-04-18_22-50-36/log

---------------------------------------------------------------------
trial-7562 netreg_mass
---------------------------------------------------------------------
22:50:37.133006 tst                      netreg_mass: reserving resources in /var/tmp/osmo-gsm-tester/state ...
22:50:37.134154 tst                      netreg_mass: Verifying 1 x bts (candidates: 1)
22:50:37.136449 tst                      netreg_mass: Verifying 6 x ip_address (candidates: 9)
22:50:37.140309 tst                      netreg_mass: Verifying 100 x modem (candidates: 100)
22:50:37.234387 tst                      netreg_mass: Reserving 1 x bts (candidates: 1)
22:50:37.236664 tst                      netreg_mass: Reserving 6 x ip_address (candidates: 9)
22:50:37.241434 tst                      netreg_mass: Reserving 100 x modem (candidates: 100)
22:50:37.866454 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-7562 netreg_mass register_default_mass.py
----------------------------------------------
22:50:37.867892 tst       register_default_mass.py:9: Claiming resources for the test
22:50:37.900130 tst                      netreg_mass: Using 1 x ip_address (candidates: 6)
22:50:37.901598 tst                      netreg_mass: Using 1 x ip_address (candidates: 6)
22:50:37.902979 tst                      netreg_mass: Using 1 x ip_address (candidates: 6)
22:50:37.904376 tst                      netreg_mass: Using 1 x ip_address (candidates: 6)
22:50:37.905659 tst                      netreg_mass: Using 1 x ip_address (candidates: 6)
22:50:37.906951 tst                      netreg_mass: Using 1 x ip_address (candidates: 6)
22:50:37.908190 tst                      netreg_mass: Using 1 x bts (candidates: 1)
22:50:37.959014 tst         register_default_mass.py: using LAC 2
22:50:37.973139 tst         register_default_mass.py: using RAC 2
22:50:37.987036 tst         register_default_mass.py: using CellId 2
22:50:38.005974 tst         register_default_mass.py: using BVCI 3
22:50:38.016949 tst                      netreg_mass: Using 1 x modem (candidates: 100)
22:50:38.018607 tst                      netreg_mass: Using 1 x modem (candidates: 100)
22:50:38.020108 tst                      netreg_mass: Using 1 x modem (candidates: 100)
22:50:38.021646 tst                      netreg_mass: Using 1 x modem (candidates: 100)
22:50:38.023165 tst                      netreg_mass: Using 1 x modem (candidates: 100)
22:50:38.024698 tst                      netreg_mass: Using 1 x modem (candidates: 100)
22:50:38.026177 tst                      netreg_mass: Using 1 x modem (candidates: 100)
22:50:38.027680 tst                      netreg_mass: Using 1 x modem (candidates: 100)
22:50:38.029233 tst                      netreg_mass: Using 1 x modem (candidates: 100)
22:50:38.030693 tst                      netreg_mass: Using 1 x modem (candidates: 100)
22:50:38.032151 tst                      netreg_mass: Using 1 x modem (candidates: 100)
22:50:38.033603 tst                      netreg_mass: Using 1 x modem (candidates: 100)
22:50:38.035054 tst                      netreg_mass: Using 1 x modem (candidates: 100)
22:50:38.036555 tst                      netreg_mass: Using 1 x modem (candidates: 100)
22:50:38.038093 tst                      netreg_mass: Using 1 x modem (candidates: 100)
22:50:38.039634 tst                      netreg_mass: Using 1 x modem (candidates: 100)
22:50:38.041165 tst                      netreg_mass: Using 1 x modem (candidates: 100)
22:50:38.042650 tst                      netreg_mass: Using 1 x modem (candidates: 100)
22:50:38.044234 tst                      netreg_mass: Using 1 x modem (candidates: 100)
22:50:38.045747 tst                      netreg_mass: Using 1 x modem (candidates: 100)
22:50:38.047227 tst                      netreg_mass: Using 1 x modem (candidates: 100)
22:50:38.048707 tst                      netreg_mass: Using 1 x modem (candidates: 100)
22:50:38.050158 tst                      netreg_mass: Using 1 x modem (candidates: 100)
22:50:38.051616 tst                      netreg_mass: Using 1 x modem (candidates: 100)
22:50:38.053080 tst                      netreg_mass: Using 1 x modem (candidates: 100)
22:50:38.054533 tst                      netreg_mass: Using 1 x modem (candidates: 100)
22:50:38.056042 tst                      netreg_mass: Using 1 x modem (candidates: 100)
22:50:38.057606 tst                      netreg_mass: Using 1 x modem (candidates: 100)
22:50:38.059135 tst                      netreg_mass: Using 1 x modem (candidates: 100)
22:50:38.060715 tst                      netreg_mass: Using 1 x modem (candidates: 100)
22:50:38.062264 tst                      netreg_mass: Using 1 x modem (candidates: 100)
22:50:38.063812 tst                      netreg_mass: Using 1 x modem (candidates: 100)
22:50:38.065433 tst                      netreg_mass: Using 1 x modem (candidates: 100)
22:50:38.066967 tst                      netreg_mass: Using 1 x modem (candidates: 100)
22:50:38.068526 tst                      netreg_mass: Using 1 x modem (candidates: 100)
22:50:38.070015 tst                      netreg_mass: Using 1 x modem (candidates: 100)
22:50:38.071495 tst                      netreg_mass: Using 1 x modem (candidates: 100)
22:50:38.073062 tst                      netreg_mass: Using 1 x modem (candidates: 100)
22:50:38.074571 tst                      netreg_mass: Using 1 x modem (candidates: 100)
22:50:38.076113 tst                      netreg_mass: Using 1 x modem (candidates: 100)
22:50:38.077826 tst                      netreg_mass: Using 1 x modem (candidates: 100)
22:50:38.079282 tst                      netreg_mass: Using 1 x modem (candidates: 100)
22:50:38.080751 tst                      netreg_mass: Using 1 x modem (candidates: 100)
22:50:38.082216 tst                      netreg_mass: Using 1 x modem (candidates: 100)
22:50:38.083688 tst                      netreg_mass: Using 1 x modem (candidates: 100)
22:50:38.085171 tst                      netreg_mass: Using 1 x modem (candidates: 100)
22:50:38.086646 tst                      netreg_mass: Using 1 x modem (candidates: 100)
22:50:38.088148 tst                      netreg_mass: Using 1 x modem (candidates: 100)
22:50:38.089609 tst                      netreg_mass: Using 1 x modem (candidates: 100)
22:50:38.091060 tst                      netreg_mass: Using 1 x modem (candidates: 100)
22:50:38.092628 tst                      netreg_mass: Using 1 x modem (candidates: 100)
22:50:38.094140 tst                      netreg_mass: Using 1 x modem (candidates: 100)
22:50:38.095674 tst                      netreg_mass: Using 1 x modem (candidates: 100)
22:50:38.097250 tst                      netreg_mass: Using 1 x modem (candidates: 100)
22:50:38.098788 tst                      netreg_mass: Using 1 x modem (candidates: 100)
22:50:38.100438 tst                      netreg_mass: Using 1 x modem (candidates: 100)
22:50:38.102083 tst                      netreg_mass: Using 1 x modem (candidates: 100)
22:50:38.103692 tst                      netreg_mass: Using 1 x modem (candidates: 100)
22:50:38.105235 tst                      netreg_mass: Using 1 x modem (candidates: 100)
22:50:38.106753 tst                      netreg_mass: Using 1 x modem (candidates: 100)
22:50:38.108223 tst                      netreg_mass: Using 1 x modem (candidates: 100)
22:50:38.109744 tst                      netreg_mass: Using 1 x modem (candidates: 100)
22:50:38.111367 tst                      netreg_mass: Using 1 x modem (candidates: 100)
22:50:38.112914 tst                      netreg_mass: Using 1 x modem (candidates: 100)
22:50:38.114345 tst                      netreg_mass: Using 1 x modem (candidates: 100)
22:50:38.115775 tst                      netreg_mass: Using 1 x modem (candidates: 100)
22:50:38.117249 tst                      netreg_mass: Using 1 x modem (candidates: 100)
22:50:38.118790 tst                      netreg_mass: Using 1 x modem (candidates: 100)
22:50:38.120322 tst                      netreg_mass: Using 1 x modem (candidates: 100)
22:50:38.121813 tst                      netreg_mass: Using 1 x modem (candidates: 100)
22:50:38.123308 tst                      netreg_mass: Using 1 x modem (candidates: 100)
22:50:38.124764 tst                      netreg_mass: Using 1 x modem (candidates: 100)
22:50:38.126187 tst                      netreg_mass: Using 1 x modem (candidates: 100)
22:50:38.127730 tst                      netreg_mass: Using 1 x modem (candidates: 100)
22:50:38.129355 tst                      netreg_mass: Using 1 x modem (candidates: 100)
22:50:38.130842 tst                      netreg_mass: Using 1 x modem (candidates: 100)
22:50:38.132330 tst                      netreg_mass: Using 1 x modem (candidates: 100)
22:50:38.133875 tst                      netreg_mass: Using 1 x modem (candidates: 100)
22:50:38.135421 tst                      netreg_mass: Using 1 x modem (candidates: 100)
22:50:38.136849 tst                      netreg_mass: Using 1 x modem (candidates: 100)
22:50:38.138358 tst                      netreg_mass: Using 1 x modem (candidates: 100)
22:50:38.139991 tst                      netreg_mass: Using 1 x modem (candidates: 100)
22:50:38.141587 tst                      netreg_mass: Using 1 x modem (candidates: 100)
22:50:38.143132 tst                      netreg_mass: Using 1 x modem (candidates: 100)
22:50:38.144622 tst                      netreg_mass: Using 1 x modem (candidates: 100)
22:50:38.146136 tst                      netreg_mass: Using 1 x modem (candidates: 100)
22:50:38.147614 tst                      netreg_mass: Using 1 x modem (candidates: 100)
22:50:38.149122 tst                      netreg_mass: Using 1 x modem (candidates: 100)
22:50:38.150597 tst                      netreg_mass: Using 1 x modem (candidates: 100)
22:50:38.152092 tst                      netreg_mass: Using 1 x modem (candidates: 100)
22:50:38.154124 tst                      netreg_mass: Using 1 x modem (candidates: 100)
22:50:38.156155 tst                      netreg_mass: Using 1 x modem (candidates: 100)
22:50:38.158243 tst                      netreg_mass: Using 1 x modem (candidates: 100)
22:50:38.160265 tst                      netreg_mass: Using 1 x modem (candidates: 100)
22:50:38.162347 tst                      netreg_mass: Using 1 x modem (candidates: 100)
22:50:38.164450 tst                      netreg_mass: Using 1 x modem (candidates: 100)
22:50:38.166524 tst                      netreg_mass: Using 1 x modem (candidates: 100)
22:50:38.168587 tst                      netreg_mass: Using 1 x modem (candidates: 100)
22:50:38.170686 tst                      netreg_mass: Using 1 x modem (candidates: 100)
22:50:38.172721 tst                      netreg_mass: Using 1 x modem (candidates: 100)
22:50:38.174788 tst                      netreg_mass: Using 1 x modem (candidates: 100)
22:50:38.177054 tst      register_default_mass.py:21: Launching a simple network
22:50:38.206271 run              osmo-hlr_127.0.42.2: Starting osmo-hlr
22:50:38.432103 run            create_hlr_db(pid=21): Launched
22:50:39.453241 run            create_hlr_db(pid=21): Terminated: ok {rc=0}
22:50:39.487509 run pcap-recorder_any(filters='host 127.0.42.2')(pid=23): Launched
22:50:39.517711 run      osmo-hlr_127.0.42.2(pid=24): Launched
22:50:39.528256 run              osmo-stp_127.0.42.5: Starting osmo-stp
22:50:39.864765 run pcap-recorder_any(filters='host 127.0.42.5 and port not 22')(pid=25): Launched
22:50:39.893935 run      osmo-stp_127.0.42.5(pid=26): Launched
22:50:39.904527 run              osmo-msc_127.0.42.6: Starting osmo-msc
22:50:40.662876 run pcap-recorder_any(filters='host 127.0.42.6 and port not 22')(pid=27): Launched
22:50:40.692753 run      osmo-msc_127.0.42.6(pid=28): Launched
22:50:43.709666 run              osmo-mgw_127.0.42.3: Starting osmo-mgw
22:50:43.931648 run pcap-recorder_any(filters='host 127.0.42.3 and port not 22')(pid=29): Launched
22:50:43.961324 run      osmo-mgw_127.0.42.3(pid=30): Launched
22:50:43.971926 run              osmo-mgw_127.0.42.4: Starting osmo-mgw
22:50:44.018788 run pcap-recorder_any(filters='host 127.0.42.4 and port not 22')(pid=31): Launched
22:50:44.048782 run      osmo-mgw_127.0.42.4(pid=32): Launched
22:50:44.059479 run              osmo-bsc_127.0.42.7: Starting osmo-bsc
22:50:44.626271 run pcap-recorder_any(filters='host 127.0.42.7 and port not 22')(pid=33): Launched
22:50:44.657469 run      osmo-bsc_127.0.42.7(pid=34): Launched
22:50:50.690545 run                 osmo-bts-virtual: Starting to connect to osmo-bsc_127.0.42.7
22:50:51.100543 run         osmo-bts-virtual(pid=35): Launched
22:50:52.144310 tst         register_default_mass.py: using MSISDN 1001
22:50:52.160251 run              osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001010000000000', msisdn='1001', subscriber_id=1}
22:50:52.185055 tst         register_default_mass.py: using MSISDN 1002
22:50:52.200785 run              osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001010000000001', msisdn='1002', subscriber_id=2}
22:50:52.220868 tst         register_default_mass.py: using MSISDN 1003
22:50:52.237734 run              osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001010000000002', msisdn='1003', subscriber_id=3}
22:50:52.265541 tst         register_default_mass.py: using MSISDN 1004
22:50:52.282768 run              osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001010000000003', msisdn='1004', subscriber_id=4}
22:50:52.306681 tst         register_default_mass.py: using MSISDN 1005
22:50:52.322382 run              osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001010000000004', msisdn='1005', subscriber_id=5}
22:50:52.346122 tst         register_default_mass.py: using MSISDN 1006
22:50:52.361913 run              osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001010000000005', msisdn='1006', subscriber_id=6}
22:50:52.382832 tst         register_default_mass.py: using MSISDN 1007
22:50:52.398651 run              osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001010000000006', msisdn='1007', subscriber_id=7}
22:50:52.421769 tst         register_default_mass.py: using MSISDN 1008
22:50:52.437654 run              osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001010000000007', msisdn='1008', subscriber_id=8}
22:50:52.457720 tst         register_default_mass.py: using MSISDN 1009
22:50:52.473510 run              osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001010000000008', msisdn='1009', subscriber_id=9}
22:50:52.499392 tst         register_default_mass.py: using MSISDN 1010
22:50:52.515089 run              osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001010000000009', msisdn='1010', subscriber_id=10}
22:50:52.535105 tst         register_default_mass.py: using MSISDN 1011
22:50:52.550628 run              osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001020000000000', msisdn='1011', subscriber_id=11}
22:50:52.572613 tst         register_default_mass.py: using MSISDN 1012
22:50:52.588553 run              osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001020000000001', msisdn='1012', subscriber_id=12}
22:50:52.612777 tst         register_default_mass.py: using MSISDN 1013
22:50:52.626572 run              osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001020000000002', msisdn='1013', subscriber_id=13}
22:50:52.646817 tst         register_default_mass.py: using MSISDN 1014
22:50:52.662637 run              osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001020000000003', msisdn='1014', subscriber_id=14}
22:50:52.686648 tst         register_default_mass.py: using MSISDN 1015
22:50:52.702393 run              osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001020000000004', msisdn='1015', subscriber_id=15}
22:50:52.724470 tst         register_default_mass.py: using MSISDN 1016
22:50:52.740655 run              osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001020000000005', msisdn='1016', subscriber_id=16}
22:50:52.768122 tst         register_default_mass.py: using MSISDN 1017
22:50:52.784518 run              osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001020000000006', msisdn='1017', subscriber_id=17}
22:50:52.806666 tst         register_default_mass.py: using MSISDN 1018
22:50:52.823029 run              osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001020000000007', msisdn='1018', subscriber_id=18}
22:50:52.845793 tst         register_default_mass.py: using MSISDN 1019
22:50:52.862162 run              osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001020000000008', msisdn='1019', subscriber_id=19}
22:50:52.882923 tst         register_default_mass.py: using MSISDN 1020
22:50:52.898838 run              osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001020000000009', msisdn='1020', subscriber_id=20}
22:50:52.919722 tst         register_default_mass.py: using MSISDN 1021
22:50:52.936483 run              osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001030000000000', msisdn='1021', subscriber_id=21}
22:50:52.959612 tst         register_default_mass.py: using MSISDN 1022
22:50:52.976331 run              osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001030000000001', msisdn='1022', subscriber_id=22}
22:50:52.998785 tst         register_default_mass.py: using MSISDN 1023
22:50:53.015487 run              osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001030000000002', msisdn='1023', subscriber_id=23}
22:50:53.039501 tst         register_default_mass.py: using MSISDN 1024
22:50:53.056195 run              osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001030000000003', msisdn='1024', subscriber_id=24}
22:50:53.078525 tst         register_default_mass.py: using MSISDN 1025
22:50:53.095232 run              osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001030000000004', msisdn='1025', subscriber_id=25}
22:50:53.119351 tst         register_default_mass.py: using MSISDN 1026
22:50:53.135261 run              osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001030000000005', msisdn='1026', subscriber_id=26}
22:50:53.157172 tst         register_default_mass.py: using MSISDN 1027
22:50:53.177810 run              osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001030000000006', msisdn='1027', subscriber_id=27}
22:50:53.197348 tst         register_default_mass.py: using MSISDN 1028
22:50:53.212361 run              osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001030000000007', msisdn='1028', subscriber_id=28}
22:50:53.242167 tst         register_default_mass.py: using MSISDN 1029
22:50:53.257944 run              osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001030000000008', msisdn='1029', subscriber_id=29}
22:50:53.278015 tst         register_default_mass.py: using MSISDN 1030
22:50:53.293774 run              osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001030000000009', msisdn='1030', subscriber_id=30}
22:50:53.317519 tst         register_default_mass.py: using MSISDN 1031
22:50:53.334462 run              osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001040000000000', msisdn='1031', subscriber_id=31}
22:50:53.355761 tst         register_default_mass.py: using MSISDN 1032
22:50:53.369159 run              osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001040000000001', msisdn='1032', subscriber_id=32}
22:50:53.390128 tst         register_default_mass.py: using MSISDN 1033
22:50:53.406613 run              osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001040000000002', msisdn='1033', subscriber_id=33}
22:50:53.427619 tst         register_default_mass.py: using MSISDN 1034
22:50:53.443951 run              osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001040000000003', msisdn='1034', subscriber_id=34}
22:50:53.463637 tst         register_default_mass.py: using MSISDN 1035
22:50:53.479926 run              osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001040000000004', msisdn='1035', subscriber_id=35}
22:50:53.503409 tst         register_default_mass.py: using MSISDN 1036
22:50:53.519583 run              osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001040000000005', msisdn='1036', subscriber_id=36}
22:50:53.539407 tst         register_default_mass.py: using MSISDN 1037
22:50:53.554022 run              osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001040000000006', msisdn='1037', subscriber_id=37}
22:50:53.572484 tst         register_default_mass.py: using MSISDN 1038
22:50:53.588986 run              osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001040000000007', msisdn='1038', subscriber_id=38}
22:50:53.611797 tst         register_default_mass.py: using MSISDN 1039
22:50:53.627932 run              osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001040000000008', msisdn='1039', subscriber_id=39}
22:50:53.655367 tst         register_default_mass.py: using MSISDN 1040
22:50:53.670504 run              osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001040000000009', msisdn='1040', subscriber_id=40}
22:50:53.690216 tst         register_default_mass.py: using MSISDN 1041
22:50:53.706104 run              osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001050000000000', msisdn='1041', subscriber_id=41}
22:50:53.726140 tst         register_default_mass.py: using MSISDN 1042
22:50:53.742137 run              osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001050000000001', msisdn='1042', subscriber_id=42}
22:50:53.762638 tst         register_default_mass.py: using MSISDN 1043
22:50:53.778554 run              osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001050000000002', msisdn='1043', subscriber_id=43}
22:50:53.798698 tst         register_default_mass.py: using MSISDN 1044
22:50:53.814808 run              osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001050000000003', msisdn='1044', subscriber_id=44}
22:50:53.839008 tst         register_default_mass.py: using MSISDN 1045
22:50:53.855257 run              osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001050000000004', msisdn='1045', subscriber_id=45}
22:50:53.875649 tst         register_default_mass.py: using MSISDN 1046
22:50:53.891155 run              osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001050000000005', msisdn='1046', subscriber_id=46}
22:50:53.916950 tst         register_default_mass.py: using MSISDN 1047
22:50:53.933329 run              osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001050000000006', msisdn='1047', subscriber_id=47}
22:50:53.953974 tst         register_default_mass.py: using MSISDN 1048
22:50:53.970066 run              osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001050000000007', msisdn='1048', subscriber_id=48}
22:50:53.990183 tst         register_default_mass.py: using MSISDN 1049
22:50:54.006046 run              osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001050000000008', msisdn='1049', subscriber_id=49}
22:50:54.029137 tst         register_default_mass.py: using MSISDN 1050
22:50:54.045102 run              osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001050000000009', msisdn='1050', subscriber_id=50}
22:50:54.064999 tst         register_default_mass.py: using MSISDN 1051
22:50:54.080808 run              osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001060000000000', msisdn='1051', subscriber_id=51}
22:50:54.101476 tst         register_default_mass.py: using MSISDN 1052
22:50:54.117656 run              osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001060000000001', msisdn='1052', subscriber_id=52}
22:50:54.142184 tst         register_default_mass.py: using MSISDN 1053
22:50:54.158498 run              osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001060000000002', msisdn='1053', subscriber_id=53}
22:50:54.180450 tst         register_default_mass.py: using MSISDN 1054
22:50:54.196532 run              osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001060000000003', msisdn='1054', subscriber_id=54}
22:50:54.220106 tst         register_default_mass.py: using MSISDN 1055
22:50:54.235740 run              osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001060000000004', msisdn='1055', subscriber_id=55}
22:50:54.257772 tst         register_default_mass.py: using MSISDN 1056
22:50:54.273957 run              osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001060000000005', msisdn='1056', subscriber_id=56}
22:50:54.298359 tst         register_default_mass.py: using MSISDN 1057
22:50:54.314040 run              osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001060000000006', msisdn='1057', subscriber_id=57}
22:50:54.334368 tst         register_default_mass.py: using MSISDN 1058
22:50:54.349685 run              osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001060000000007', msisdn='1058', subscriber_id=58}
22:50:54.366220 tst         register_default_mass.py: using MSISDN 1059
22:50:54.377624 run              osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001060000000008', msisdn='1059', subscriber_id=59}
22:50:54.394715 tst         register_default_mass.py: using MSISDN 1060
22:50:54.411957 run              osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001060000000009', msisdn='1060', subscriber_id=60}
22:50:54.435258 tst         register_default_mass.py: using MSISDN 1061
22:50:54.450017 run              osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001070000000000', msisdn='1061', subscriber_id=61}
22:50:54.472527 tst         register_default_mass.py: using MSISDN 1062
22:50:54.487090 run              osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001070000000001', msisdn='1062', subscriber_id=62}
22:50:54.507302 tst         register_default_mass.py: using MSISDN 1063
22:50:54.518598 run              osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001070000000002', msisdn='1063', subscriber_id=63}
22:50:54.534157 tst         register_default_mass.py: using MSISDN 1064
22:50:54.546809 run              osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001070000000003', msisdn='1064', subscriber_id=64}
22:50:54.563479 tst         register_default_mass.py: using MSISDN 1065
22:50:54.575942 run              osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001070000000004', msisdn='1065', subscriber_id=65}
22:50:54.595662 tst         register_default_mass.py: using MSISDN 1066
22:50:54.608227 run              osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001070000000005', msisdn='1066', subscriber_id=66}
22:50:54.623045 tst         register_default_mass.py: using MSISDN 1067
22:50:54.633777 run              osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001070000000006', msisdn='1067', subscriber_id=67}
22:50:54.650090 tst         register_default_mass.py: using MSISDN 1068
22:50:54.660758 run              osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001070000000007', msisdn='1068', subscriber_id=68}
22:50:54.679235 tst         register_default_mass.py: using MSISDN 1069
22:50:54.693101 run              osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001070000000008', msisdn='1069', subscriber_id=69}
22:50:54.708773 tst         register_default_mass.py: using MSISDN 1070
22:50:54.722301 run              osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001070000000009', msisdn='1070', subscriber_id=70}
22:50:54.740383 tst         register_default_mass.py: using MSISDN 1071
22:50:54.754848 run              osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001080000000000', msisdn='1071', subscriber_id=71}
22:50:54.771822 tst         register_default_mass.py: using MSISDN 1072
22:50:54.787557 run              osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001080000000001', msisdn='1072', subscriber_id=72}
22:50:54.809364 tst         register_default_mass.py: using MSISDN 1073
22:50:54.824171 run              osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001080000000002', msisdn='1073', subscriber_id=73}
22:50:54.844666 tst         register_default_mass.py: using MSISDN 1074
22:50:54.858748 run              osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001080000000003', msisdn='1074', subscriber_id=74}
22:50:54.880085 tst         register_default_mass.py: using MSISDN 1075
22:50:54.896152 run              osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001080000000004', msisdn='1075', subscriber_id=75}
22:50:54.914465 tst         register_default_mass.py: using MSISDN 1076
22:50:54.925799 run              osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001080000000005', msisdn='1076', subscriber_id=76}
22:50:54.941078 tst         register_default_mass.py: using MSISDN 1077
22:50:54.953405 run              osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001080000000006', msisdn='1077', subscriber_id=77}
22:50:54.975621 tst         register_default_mass.py: using MSISDN 1078
22:50:54.990645 run              osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001080000000007', msisdn='1078', subscriber_id=78}
22:50:55.014900 tst         register_default_mass.py: using MSISDN 1079
22:50:55.030298 run              osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001080000000008', msisdn='1079', subscriber_id=79}
22:50:55.049916 tst         register_default_mass.py: using MSISDN 1080
22:50:55.061635 run              osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001080000000009', msisdn='1080', subscriber_id=80}
22:50:55.077753 tst         register_default_mass.py: using MSISDN 1081
22:50:55.088735 run              osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001090000000000', msisdn='1081', subscriber_id=81}
22:50:55.107357 tst         register_default_mass.py: using MSISDN 1082
22:50:55.122386 run              osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001090000000001', msisdn='1082', subscriber_id=82}
22:50:55.139644 tst         register_default_mass.py: using MSISDN 1083
22:50:55.150919 run              osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001090000000002', msisdn='1083', subscriber_id=83}
22:50:55.166345 tst         register_default_mass.py: using MSISDN 1084
22:50:55.177944 run              osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001090000000003', msisdn='1084', subscriber_id=84}
22:50:55.193980 tst         register_default_mass.py: using MSISDN 1085
22:50:55.209164 run              osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001090000000004', msisdn='1085', subscriber_id=85}
22:50:55.228557 tst         register_default_mass.py: using MSISDN 1086
22:50:55.242516 run              osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001090000000005', msisdn='1086', subscriber_id=86}
22:50:55.261298 tst         register_default_mass.py: using MSISDN 1087
22:50:55.273393 run              osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001090000000006', msisdn='1087', subscriber_id=87}
22:50:55.288909 tst         register_default_mass.py: using MSISDN 1088
22:50:55.300215 run              osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001090000000007', msisdn='1088', subscriber_id=88}
22:50:55.319294 tst         register_default_mass.py: using MSISDN 1089
22:50:55.331409 run              osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001090000000008', msisdn='1089', subscriber_id=89}
22:50:55.347882 tst         register_default_mass.py: using MSISDN 1090
22:50:55.363353 run              osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001090000000009', msisdn='1090', subscriber_id=90}
22:50:55.383343 tst         register_default_mass.py: using MSISDN 1091
22:50:55.398422 run              osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001100000000000', msisdn='1091', subscriber_id=91}
22:50:55.418016 tst         register_default_mass.py: using MSISDN 1092
22:50:55.431589 run              osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001100000000001', msisdn='1092', subscriber_id=92}
22:50:55.456575 tst         register_default_mass.py: using MSISDN 1093
22:50:55.470881 run              osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001100000000002', msisdn='1093', subscriber_id=93}
22:50:55.490381 tst         register_default_mass.py: using MSISDN 1094
22:50:55.506799 run              osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001100000000003', msisdn='1094', subscriber_id=94}
22:50:55.530928 tst         register_default_mass.py: using MSISDN 1095
22:50:55.546972 run              osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001100000000004', msisdn='1095', subscriber_id=95}
22:50:55.567454 tst         register_default_mass.py: using MSISDN 1096
22:50:55.583368 run              osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001100000000005', msisdn='1096', subscriber_id=96}
22:50:55.603501 tst         register_default_mass.py: using MSISDN 1097
22:50:55.622103 run              osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001100000000006', msisdn='1097', subscriber_id=97}
22:50:55.645422 tst         register_default_mass.py: using MSISDN 1098
22:50:55.661295 run              osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001100000000007', msisdn='1098', subscriber_id=98}
22:50:55.681138 tst         register_default_mass.py: using MSISDN 1099
22:50:55.696633 run              osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001100000000008', msisdn='1099', subscriber_id=99}
22:50:55.716768 tst         register_default_mass.py: using MSISDN 1100
22:50:55.732455 run              osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001100000000009', msisdn='1100', subscriber_id=100}
22:50:55.966560 run                             mass: Starting testcase
22:50:55.982674 run                             mass: Pre-launching all virtphy's
22:50:55.998778 run           osmo-ms-virt-phy/00000: Starting virtphy
22:50:56.043040 run   osmo-ms-virt-phy/00000(pid=36): Launched
22:50:56.060381 run           osmo-ms-virt-phy/00001: Starting virtphy
22:50:56.102638 run   osmo-ms-virt-phy/00001(pid=37): Launched
22:50:56.126811 run           osmo-ms-virt-phy/00002: Starting virtphy
22:50:56.165909 run   osmo-ms-virt-phy/00002(pid=38): Launched
22:50:56.183380 run           osmo-ms-virt-phy/00003: Starting virtphy
22:50:56.226577 run   osmo-ms-virt-phy/00003(pid=39): Launched
22:50:56.248347 run           osmo-ms-virt-phy/00004: Starting virtphy
22:50:56.290485 run   osmo-ms-virt-phy/00004(pid=40): Launched
22:50:56.313049 run           osmo-ms-virt-phy/00005: Starting virtphy
22:50:56.364623 run   osmo-ms-virt-phy/00005(pid=41): Launched
22:50:56.384526 run           osmo-ms-virt-phy/00006: Starting virtphy
22:50:56.426611 run   osmo-ms-virt-phy/00006(pid=42): Launched
22:50:56.444150 run           osmo-ms-virt-phy/00007: Starting virtphy
22:50:56.490209 run   osmo-ms-virt-phy/00007(pid=43): Launched
22:50:56.512736 run           osmo-ms-virt-phy/00008: Starting virtphy
22:50:56.562575 run   osmo-ms-virt-phy/00008(pid=44): Launched
22:50:56.582018 run           osmo-ms-virt-phy/00009: Starting virtphy
22:50:56.625784 run   osmo-ms-virt-phy/00009(pid=45): Launched
22:50:56.643712 run           osmo-ms-virt-phy/00010: Starting virtphy
22:50:56.686937 run   osmo-ms-virt-phy/00010(pid=46): Launched
22:50:56.705171 run           osmo-ms-virt-phy/00011: Starting virtphy
22:50:56.750815 run   osmo-ms-virt-phy/00011(pid=47): Launched
22:50:56.768714 run           osmo-ms-virt-phy/00012: Starting virtphy
22:50:56.820477 run   osmo-ms-virt-phy/00012(pid=48): Launched
22:50:56.838646 run           osmo-ms-virt-phy/00013: Starting virtphy
22:50:56.880035 run   osmo-ms-virt-phy/00013(pid=49): Launched
22:50:56.897104 run           osmo-ms-virt-phy/00014: Starting virtphy
22:50:56.937427 run   osmo-ms-virt-phy/00014(pid=50): Launched
22:50:56.954368 run           osmo-ms-virt-phy/00015: Starting virtphy
22:50:56.993983 run   osmo-ms-virt-phy/00015(pid=51): Launched
22:50:57.010877 run           osmo-ms-virt-phy/00016: Starting virtphy
22:50:57.049008 run   osmo-ms-virt-phy/00016(pid=52): Launched
22:50:57.065758 run           osmo-ms-virt-phy/00017: Starting virtphy
22:50:57.105188 run   osmo-ms-virt-phy/00017(pid=53): Launched
22:50:57.122035 run           osmo-ms-virt-phy/00018: Starting virtphy
22:50:57.160293 run   osmo-ms-virt-phy/00018(pid=54): Launched
22:50:57.177016 run           osmo-ms-virt-phy/00019: Starting virtphy
22:50:57.215656 run   osmo-ms-virt-phy/00019(pid=55): Launched
22:50:57.232517 run           osmo-ms-virt-phy/00020: Starting virtphy
22:50:57.271596 run   osmo-ms-virt-phy/00020(pid=56): Launched
22:50:57.288732 run           osmo-ms-virt-phy/00021: Starting virtphy
22:50:57.328185 run   osmo-ms-virt-phy/00021(pid=57): Launched
22:50:57.345255 run           osmo-ms-virt-phy/00022: Starting virtphy
22:50:57.384669 run   osmo-ms-virt-phy/00022(pid=58): Launched
22:50:57.401521 run           osmo-ms-virt-phy/00023: Starting virtphy
22:50:57.439698 run   osmo-ms-virt-phy/00023(pid=59): Launched
22:50:57.456462 run           osmo-ms-virt-phy/00024: Starting virtphy
22:50:57.495774 run   osmo-ms-virt-phy/00024(pid=60): Launched
22:50:57.512752 run           osmo-ms-virt-phy/00025: Starting virtphy
22:50:57.551932 run   osmo-ms-virt-phy/00025(pid=61): Launched
22:50:57.568591 run           osmo-ms-virt-phy/00026: Starting virtphy
22:50:57.607146 run   osmo-ms-virt-phy/00026(pid=62): Launched
22:50:57.623678 run           osmo-ms-virt-phy/00027: Starting virtphy
22:50:57.661597 run   osmo-ms-virt-phy/00027(pid=63): Launched
22:50:57.678195 run           osmo-ms-virt-phy/00028: Starting virtphy
22:50:57.716899 run   osmo-ms-virt-phy/00028(pid=64): Launched
22:50:57.733714 run           osmo-ms-virt-phy/00029: Starting virtphy
22:50:57.771611 run   osmo-ms-virt-phy/00029(pid=65): Launched
22:50:57.787289 run           osmo-ms-virt-phy/00030: Starting virtphy
22:50:57.817413 run   osmo-ms-virt-phy/00030(pid=66): Launched
22:50:57.834194 run           osmo-ms-virt-phy/00031: Starting virtphy
22:50:57.874856 run   osmo-ms-virt-phy/00031(pid=67): Launched
22:50:57.887753 run           osmo-ms-virt-phy/00032: Starting virtphy
22:50:57.920134 run   osmo-ms-virt-phy/00032(pid=68): Launched
22:50:57.933871 run           osmo-ms-virt-phy/00033: Starting virtphy
22:50:57.965978 run   osmo-ms-virt-phy/00033(pid=69): Launched
22:50:57.980568 run           osmo-ms-virt-phy/00034: Starting virtphy
22:50:58.015591 run   osmo-ms-virt-phy/00034(pid=70): Launched
22:50:58.031406 run           osmo-ms-virt-phy/00035: Starting virtphy
22:50:58.065000 run   osmo-ms-virt-phy/00035(pid=71): Launched
22:50:58.081263 run           osmo-ms-virt-phy/00036: Starting virtphy
22:50:58.115618 run   osmo-ms-virt-phy/00036(pid=72): Launched
22:50:58.131571 run           osmo-ms-virt-phy/00037: Starting virtphy
22:50:58.173317 run   osmo-ms-virt-phy/00037(pid=73): Launched
22:50:58.190287 run           osmo-ms-virt-phy/00038: Starting virtphy
22:50:58.228211 run   osmo-ms-virt-phy/00038(pid=74): Launched
22:50:58.245165 run           osmo-ms-virt-phy/00039: Starting virtphy
22:50:58.284704 run   osmo-ms-virt-phy/00039(pid=75): Launched
22:50:58.301669 run           osmo-ms-virt-phy/00040: Starting virtphy
22:50:58.340499 run   osmo-ms-virt-phy/00040(pid=76): Launched
22:50:58.357717 run           osmo-ms-virt-phy/00041: Starting virtphy
22:50:58.395160 run   osmo-ms-virt-phy/00041(pid=77): Launched
22:50:58.412002 run           osmo-ms-virt-phy/00042: Starting virtphy
22:50:58.450847 run   osmo-ms-virt-phy/00042(pid=78): Launched
22:50:58.464794 run           osmo-ms-virt-phy/00043: Starting virtphy
22:50:58.493721 run   osmo-ms-virt-phy/00043(pid=79): Launched
22:50:58.509136 run           osmo-ms-virt-phy/00044: Starting virtphy
22:50:58.537713 run   osmo-ms-virt-phy/00044(pid=80): Launched
22:50:58.553180 run           osmo-ms-virt-phy/00045: Starting virtphy
22:50:58.581985 run   osmo-ms-virt-phy/00045(pid=81): Launched
22:50:58.597189 run           osmo-ms-virt-phy/00046: Starting virtphy
22:50:58.626382 run   osmo-ms-virt-phy/00046(pid=82): Launched
22:50:58.638490 run           osmo-ms-virt-phy/00047: Starting virtphy
22:50:58.667206 run   osmo-ms-virt-phy/00047(pid=83): Launched
22:50:58.682128 run           osmo-ms-virt-phy/00048: Starting virtphy
22:50:58.712910 run   osmo-ms-virt-phy/00048(pid=84): Launched
22:50:58.727984 run           osmo-ms-virt-phy/00049: Starting virtphy
22:50:58.758546 run   osmo-ms-virt-phy/00049(pid=85): Launched
22:50:58.771261 run           osmo-ms-virt-phy/00050: Starting virtphy
22:50:58.800344 run   osmo-ms-virt-phy/00050(pid=86): Launched
22:50:58.813037 run           osmo-ms-virt-phy/00051: Starting virtphy
22:50:58.842444 run   osmo-ms-virt-phy/00051(pid=87): Launched
22:50:58.854896 run           osmo-ms-virt-phy/00052: Starting virtphy
22:50:58.885219 run   osmo-ms-virt-phy/00052(pid=88): Launched
22:50:58.898337 run           osmo-ms-virt-phy/00053: Starting virtphy
22:50:58.927428 run   osmo-ms-virt-phy/00053(pid=89): Launched
22:50:58.942754 run           osmo-ms-virt-phy/00054: Starting virtphy
22:50:58.974002 run   osmo-ms-virt-phy/00054(pid=90): Launched
22:50:58.987455 run           osmo-ms-virt-phy/00055: Starting virtphy
22:50:59.020063 run   osmo-ms-virt-phy/00055(pid=91): Launched
22:50:59.035597 run           osmo-ms-virt-phy/00056: Starting virtphy
22:50:59.065615 run   osmo-ms-virt-phy/00056(pid=92): Launched
22:50:59.078438 run           osmo-ms-virt-phy/00057: Starting virtphy
22:50:59.107939 run   osmo-ms-virt-phy/00057(pid=93): Launched
22:50:59.122335 run           osmo-ms-virt-phy/00058: Starting virtphy
22:50:59.152295 run   osmo-ms-virt-phy/00058(pid=94): Launched
22:50:59.165009 run           osmo-ms-virt-phy/00059: Starting virtphy
22:50:59.194291 run   osmo-ms-virt-phy/00059(pid=95): Launched
22:50:59.209642 run           osmo-ms-virt-phy/00060: Starting virtphy
22:50:59.240274 run   osmo-ms-virt-phy/00060(pid=96): Launched
22:50:59.252814 run           osmo-ms-virt-phy/00061: Starting virtphy
22:50:59.280886 run   osmo-ms-virt-phy/00061(pid=97): Launched
22:50:59.293199 run           osmo-ms-virt-phy/00062: Starting virtphy
22:50:59.323337 run   osmo-ms-virt-phy/00062(pid=98): Launched
22:50:59.335955 run           osmo-ms-virt-phy/00063: Starting virtphy
22:50:59.366945 run   osmo-ms-virt-phy/00063(pid=99): Launched
22:50:59.382552 run           osmo-ms-virt-phy/00064: Starting virtphy
22:50:59.412208 run  osmo-ms-virt-phy/00064(pid=100): Launched
22:50:59.424618 run           osmo-ms-virt-phy/00065: Starting virtphy
22:50:59.454622 run  osmo-ms-virt-phy/00065(pid=101): Launched
22:50:59.467592 run           osmo-ms-virt-phy/00066: Starting virtphy
22:50:59.497212 run  osmo-ms-virt-phy/00066(pid=102): Launched
22:50:59.512644 run           osmo-ms-virt-phy/00067: Starting virtphy
22:50:59.543049 run  osmo-ms-virt-phy/00067(pid=103): Launched
22:50:59.556360 run           osmo-ms-virt-phy/00068: Starting virtphy
22:50:59.586992 run  osmo-ms-virt-phy/00068(pid=104): Launched
22:50:59.599689 run           osmo-ms-virt-phy/00069: Starting virtphy
22:50:59.630646 run  osmo-ms-virt-phy/00069(pid=105): Launched
22:50:59.646978 run           osmo-ms-virt-phy/00070: Starting virtphy
22:50:59.676442 run  osmo-ms-virt-phy/00070(pid=106): Launched
22:50:59.691827 run           osmo-ms-virt-phy/00071: Starting virtphy
22:50:59.721349 run  osmo-ms-virt-phy/00071(pid=107): Launched
22:50:59.733821 run           osmo-ms-virt-phy/00072: Starting virtphy
22:50:59.768708 run  osmo-ms-virt-phy/00072(pid=108): Launched
22:50:59.784947 run           osmo-ms-virt-phy/00073: Starting virtphy
22:50:59.814610 run  osmo-ms-virt-phy/00073(pid=109): Launched
22:50:59.827132 run           osmo-ms-virt-phy/00074: Starting virtphy
22:50:59.855863 run  osmo-ms-virt-phy/00074(pid=110): Launched
22:50:59.868192 run           osmo-ms-virt-phy/00075: Starting virtphy
22:50:59.898663 run  osmo-ms-virt-phy/00075(pid=111): Launched
22:50:59.915064 run           osmo-ms-virt-phy/00076: Starting virtphy
22:50:59.947114 run  osmo-ms-virt-phy/00076(pid=112): Launched
22:50:59.959571 run           osmo-ms-virt-phy/00077: Starting virtphy
22:50:59.989016 run  osmo-ms-virt-phy/00077(pid=113): Launched
22:51:00.001846 run           osmo-ms-virt-phy/00078: Starting virtphy
22:51:00.029663 run  osmo-ms-virt-phy/00078(pid=114): Launched
22:51:00.041557 run           osmo-ms-virt-phy/00079: Starting virtphy
22:51:00.069779 run  osmo-ms-virt-phy/00079(pid=115): Launched
22:51:00.081632 run           osmo-ms-virt-phy/00080: Starting virtphy
22:51:00.109781 run  osmo-ms-virt-phy/00080(pid=116): Launched
22:51:00.121151 run           osmo-ms-virt-phy/00081: Starting virtphy
22:51:00.150357 run  osmo-ms-virt-phy/00081(pid=117): Launched
22:51:00.162314 run           osmo-ms-virt-phy/00082: Starting virtphy
22:51:00.190182 run  osmo-ms-virt-phy/00082(pid=118): Launched
22:51:00.201617 run           osmo-ms-virt-phy/00083: Starting virtphy
22:51:00.229128 run  osmo-ms-virt-phy/00083(pid=119): Launched
22:51:00.240747 run           osmo-ms-virt-phy/00084: Starting virtphy
22:51:00.268414 run  osmo-ms-virt-phy/00084(pid=120): Launched
22:51:00.279950 run           osmo-ms-virt-phy/00085: Starting virtphy
22:51:00.307570 run  osmo-ms-virt-phy/00085(pid=121): Launched
22:51:00.319255 run           osmo-ms-virt-phy/00086: Starting virtphy
22:51:00.349611 run  osmo-ms-virt-phy/00086(pid=122): Launched
22:51:00.361702 run           osmo-ms-virt-phy/00087: Starting virtphy
22:51:00.390094 run  osmo-ms-virt-phy/00087(pid=123): Launched
22:51:00.401778 run           osmo-ms-virt-phy/00088: Starting virtphy
22:51:00.435881 run  osmo-ms-virt-phy/00088(pid=124): Launched
22:51:00.452996 run           osmo-ms-virt-phy/00089: Starting virtphy
22:51:00.483307 run  osmo-ms-virt-phy/00089(pid=125): Launched
22:51:00.496908 run           osmo-ms-virt-phy/00090: Starting virtphy
22:51:00.524365 run  osmo-ms-virt-phy/00090(pid=126): Launched
22:51:00.535747 run           osmo-ms-virt-phy/00091: Starting virtphy
22:51:00.563354 run  osmo-ms-virt-phy/00091(pid=127): Launched
22:51:00.574772 run           osmo-ms-virt-phy/00092: Starting virtphy
22:51:00.602440 run  osmo-ms-virt-phy/00092(pid=128): Launched
22:51:00.614266 run           osmo-ms-virt-phy/00093: Starting virtphy
22:51:00.641599 run  osmo-ms-virt-phy/00093(pid=129): Launched
22:51:00.653083 run           osmo-ms-virt-phy/00094: Starting virtphy
22:51:00.679991 run  osmo-ms-virt-phy/00094(pid=130): Launched
22:51:00.691465 run           osmo-ms-virt-phy/00095: Starting virtphy
22:51:00.718976 run  osmo-ms-virt-phy/00095(pid=131): Launched
22:51:00.731443 run           osmo-ms-virt-phy/00096: Starting virtphy
22:51:00.758909 run  osmo-ms-virt-phy/00096(pid=132): Launched
22:51:00.770712 run           osmo-ms-virt-phy/00097: Starting virtphy
22:51:00.798781 run  osmo-ms-virt-phy/00097(pid=133): Launched
22:51:00.811315 run           osmo-ms-virt-phy/00098: Starting virtphy
22:51:00.840206 run  osmo-ms-virt-phy/00098(pid=134): Launched
22:51:00.854042 run           osmo-ms-virt-phy/00099: Starting virtphy
22:51:00.882098 run  osmo-ms-virt-phy/00099(pid=135): Launched
22:51:00.893570 run                             mass: Checking if sockets are in the filesystem
22:51:00.918144 run                osmo-ms-mob/00000: Starting mobile
22:51:00.944986 run       osmo-ms-mob/00000(pid=136): Launched
22:51:00.969181 run                             mass: MS start registered  {at=42111011.256646655, delay=0.012562640011310577, ms=00000}
22:51:05.121432 run                osmo-ms-mob/00001: Starting mobile
22:51:05.149762 run       osmo-ms-mob/00001(pid=137): Launched
22:51:05.169842 run                             mass: MS start registered  {at=42111015.457345515, delay=0.008139170706272125, ms=00001}
22:51:05.829084 run                             mass: MS performed LU  {at=42111016.1165818, lu_delay=4.859935142099857, ms=00000}
22:51:06.920858 run                osmo-ms-mob/00002: Starting mobile
22:51:06.947233 run       osmo-ms-mob/00002(pid=138): Launched
22:51:06.968508 run                             mass: MS start registered  {at=42111017.25599816, delay=0.010321535170078278, ms=00002}
22:51:08.219842 run                osmo-ms-mob/00003: Starting mobile
22:51:08.259981 run       osmo-ms-mob/00003(pid=139): Launched
22:51:08.280781 run                             mass: MS start registered  {at=42111018.56826657, delay=0.004514820873737335, ms=00003}
22:51:09.325263 run                osmo-ms-mob/00004: Starting mobile
22:51:09.357114 run       osmo-ms-mob/00004(pid=140): Launched
22:51:09.379090 run                             mass: MS start registered  {at=42111019.66658758, delay=0.005583606660366058, ms=00004}
22:51:10.317061 run                osmo-ms-mob/00005: Starting mobile
22:51:10.346190 run       osmo-ms-mob/00005(pid=141): Launched
22:51:10.365834 run                             mass: MS start registered  {at=42111020.65335077, delay=0.007719092071056366, ms=00005}
22:51:11.219031 run                osmo-ms-mob/00006: Starting mobile
22:51:11.247549 run       osmo-ms-mob/00006(pid=142): Launched
22:51:11.267505 run                             mass: MS start registered  {at=42111021.555017225, delay=0.007688514888286591, ms=00006}
22:51:11.477806 run                             mass: MS performed LU  {at=42111021.76531308, lu_delay=6.3079675659537315, ms=00001}
22:51:11.966520 run                             mass: MS performed LU  {at=42111022.25404543, lu_delay=4.998047269880772, ms=00002}
22:51:12.120323 run                osmo-ms-mob/00007: Starting mobile
22:51:12.147405 run       osmo-ms-mob/00007(pid=143): Launched
22:51:12.167101 run                             mass: MS start registered  {at=42111022.45463163, delay=0.008046053349971771, ms=00007}
22:51:12.920188 run                osmo-ms-mob/00008: Starting mobile
22:51:12.946315 run       osmo-ms-mob/00008(pid=144): Launched
22:51:12.967389 run                             mass: MS start registered  {at=42111023.254931875, delay=0.00995984673500061, ms=00008}
22:51:13.406190 run                             mass: MS performed LU  {at=42111023.69369438, lu_delay=5.125427812337875, ms=00003}
22:51:13.620678 run                osmo-ms-mob/00009: Starting mobile
22:51:13.662366 run       osmo-ms-mob/00009(pid=145): Launched
22:51:13.688513 run                             mass: MS start registered  {at=42111023.97598713, delay=0.008529983460903168, ms=00009}
22:51:14.320719 run                osmo-ms-mob/00010: Starting mobile
22:51:14.351885 run       osmo-ms-mob/00010(pid=146): Launched
22:51:14.374380 run                             mass: MS start registered  {at=42111024.661871605, delay=0.009872108697891235, ms=00010}
22:51:14.920040 run                osmo-ms-mob/00011: Starting mobile
22:51:14.957697 run       osmo-ms-mob/00011(pid=147): Launched
22:51:14.985309 run                             mass: MS start registered  {at=42111025.272802256, delay=0.011052794754505157, ms=00011}
22:51:15.243531 run                             mass: MS performed LU  {at=42111025.53103665, lu_delay=5.864449068903923, ms=00004}
22:51:15.262101 run                             mass: MS performed LU  {at=42111025.549626105, lu_delay=4.896275334060192, ms=00005}
22:51:15.521759 run                osmo-ms-mob/00012: Starting mobile
22:51:15.552561 run       osmo-ms-mob/00012(pid=148): Launched
22:51:15.577256 run                             mass: MS start registered  {at=42111025.864755355, delay=0.00825471431016922, ms=00012}
22:51:16.119596 run                osmo-ms-mob/00013: Starting mobile
22:51:16.154286 run       osmo-ms-mob/00013(pid=149): Launched
22:51:16.176888 run                             mass: MS start registered  {at=42111026.46439589, delay=0.009031437337398529, ms=00013}
22:51:16.718576 run                osmo-ms-mob/00014: Starting mobile
22:51:16.749640 run       osmo-ms-mob/00014(pid=150): Launched
22:51:16.771724 run                             mass: MS start registered  {at=42111027.05923597, delay=0.01007845252752304, ms=00014}
22:51:17.172680 run                             mass: MS performed LU  {at=42111027.46018766, lu_delay=5.9051704332232475, ms=00006}
22:51:17.191454 run                             mass: MS performed LU  {at=42111027.47900705, lu_delay=5.024375423789024, ms=00007}
22:51:17.214690 run                osmo-ms-mob/00015: Starting mobile
22:51:17.244464 run       osmo-ms-mob/00015(pid=151): Launched
22:51:17.264882 run                             mass: MS start registered  {at=42111027.55239035, delay=0.00821983814239502, ms=00015}
22:51:17.817130 run                osmo-ms-mob/00016: Starting mobile
22:51:17.845373 run       osmo-ms-mob/00016(pid=152): Launched
22:51:17.868833 run                             mass: MS start registered  {at=42111028.156344354, delay=0.010667070746421814, ms=00016}
22:51:18.318897 run                osmo-ms-mob/00017: Starting mobile
22:51:18.357408 run       osmo-ms-mob/00017(pid=153): Launched
22:51:18.375715 run                             mass: MS start registered  {at=42111028.66326639, delay=0.004998400807380676, ms=00017}
22:51:18.917195 run                osmo-ms-mob/00018: Starting mobile
22:51:18.946767 run       osmo-ms-mob/00018(pid=154): Launched
22:51:18.966226 run                             mass: MS start registered  {at=42111029.253749646, delay=0.007262177765369415, ms=00018}
22:51:19.008872 run                             mass: MS performed LU  {at=42111029.296381846, lu_delay=6.041449971497059, ms=00008}
22:51:19.027258 run                             mass: MS performed LU  {at=42111029.31482818, lu_delay=5.338841050863266, ms=00009}
22:51:19.320515 run                osmo-ms-mob/00019: Starting mobile
22:51:19.347720 run       osmo-ms-mob/00019(pid=155): Launched
22:51:19.367828 run                             mass: MS start registered  {at=42111029.65535649, delay=0.00904759019613266, ms=00019}
22:51:19.386204 run                             mass: MS performed LU  {at=42111029.67374635, lu_delay=5.011874742805958, ms=00010}
22:51:19.820662 run                osmo-ms-mob/00020: Starting mobile
22:51:19.865001 run       osmo-ms-mob/00020(pid=156): Launched
22:51:19.891757 run                             mass: MS start registered  {at=42111030.17925229, delay=0.0091748908162117, ms=00020}
22:51:20.320533 run                osmo-ms-mob/00021: Starting mobile
22:51:20.359726 run       osmo-ms-mob/00021(pid=157): Launched
22:51:20.383030 run                             mass: MS start registered  {at=42111030.670525126, delay=0.006997257471084595, ms=00021}
22:51:20.719194 run                osmo-ms-mob/00022: Starting mobile
22:51:20.749662 run       osmo-ms-mob/00022(pid=158): Launched
22:51:20.769762 run                             mass: MS start registered  {at=42111031.057273775, delay=0.00732092559337616, ms=00022}
22:51:20.809690 run                             mass: MS performed LU  {at=42111031.09720305, lu_delay=5.824400797486305, ms=00011}
22:51:20.938669 run                             mass: MS performed LU  {at=42111031.226195864, lu_delay=5.361440509557724, ms=00012}
22:51:20.956745 run                             mass: MS performed LU  {at=42111031.24425916, lu_delay=4.779863268136978, ms=00013}
22:51:21.219114 run                osmo-ms-mob/00023: Starting mobile
22:51:21.255595 run       osmo-ms-mob/00023(pid=159): Launched
22:51:21.277366 run                             mass: MS start registered  {at=42111031.56487722, delay=0.005840234458446503, ms=00023}
22:51:21.621867 run                osmo-ms-mob/00024: Starting mobile
22:51:21.651727 run       osmo-ms-mob/00024(pid=160): Launched
22:51:21.675643 run                             mass: MS start registered  {at=42111031.96314007, delay=0.006974458694458008, ms=00024}
22:51:22.119946 run                osmo-ms-mob/00025: Starting mobile
22:51:22.149058 run       osmo-ms-mob/00025(pid=161): Launched
22:51:22.174012 run                             mass: MS start registered  {at=42111032.46151475, delay=0.011753298342227936, ms=00025}
22:51:22.521066 run                osmo-ms-mob/00026: Starting mobile
22:51:22.550777 run       osmo-ms-mob/00026(pid=162): Launched
22:51:22.572549 run                             mass: MS start registered  {at=42111032.86006109, delay=0.009330064058303833, ms=00026}
22:51:22.774896 run                             mass: MS performed LU  {at=42111033.062380746, lu_delay=6.003144778311253, ms=00014}
22:51:22.793333 run                             mass: MS performed LU  {at=42111033.08087998, lu_delay=4.924535624682903, ms=00016}
22:51:22.814277 run                osmo-ms-mob/00027: Starting mobile
22:51:22.842447 run       osmo-ms-mob/00027(pid=163): Launched
22:51:22.863042 run                             mass: MS start registered  {at=42111033.15055882, delay=0.008486412465572357, ms=00027}
22:51:22.908668 run                             mass: MS performed LU  {at=42111033.196170636, lu_delay=5.643780283629894, ms=00015}
22:51:23.180851 run                             mass: MS performed LU  {at=42111033.46836536, lu_delay=4.805098965764046, ms=00017}
22:51:23.321301 run                osmo-ms-mob/00028: Starting mobile
22:51:23.349087 run       osmo-ms-mob/00028(pid=164): Launched
22:51:23.369037 run                             mass: MS start registered  {at=42111033.65655204, delay=0.008352324366569519, ms=00028}
22:51:23.716770 run                osmo-ms-mob/00029: Starting mobile
22:51:23.748466 run       osmo-ms-mob/00029(pid=165): Launched
22:51:23.767685 run                             mass: MS start registered  {at=42111034.05519245, delay=0.005584634840488434, ms=00029}
22:51:24.117504 run                osmo-ms-mob/00030: Starting mobile
22:51:24.146019 run       osmo-ms-mob/00030(pid=166): Launched
22:51:24.165914 run                             mass: MS start registered  {at=42111034.45344294, delay=0.005658254027366638, ms=00030}
22:51:24.520960 run                osmo-ms-mob/00031: Starting mobile
22:51:24.547133 run       osmo-ms-mob/00031(pid=167): Launched
22:51:24.566803 run                             mass: MS start registered  {at=42111034.85433712, delay=0.00880385935306549, ms=00031}
22:51:24.577841 run                             mass: MS performed LU  {at=42111034.86541868, lu_delay=5.611669033765793, ms=00018}
22:51:24.704335 run                             mass: MS performed LU  {at=42111034.991893925, lu_delay=4.8126416355371475, ms=00020}
22:51:24.727317 run                osmo-ms-mob/00032: Starting mobile
22:51:24.753384 run       osmo-ms-mob/00032(pid=168): Launched
22:51:24.764114 run                             mass: MS performed LU  {at=42111035.05168402, lu_delay=5.396327532827854, ms=00019}
22:51:24.774541 run                             mass: MS start registered  {at=42111035.06213129, delay=0.010486021637916565, ms=00032}
22:51:25.220811 run                osmo-ms-mob/00033: Starting mobile
22:51:25.249352 run       osmo-ms-mob/00033(pid=169): Launched
22:51:25.268072 run                             mass: MS start registered  {at=42111035.55558491, delay=0.006903022527694702, ms=00033}
22:51:25.617743 run                osmo-ms-mob/00034: Starting mobile
22:51:25.654029 run       osmo-ms-mob/00034(pid=170): Launched
22:51:25.701961 run                             mass: MS start registered  {at=42111035.98946126, delay=0.03286316990852356, ms=00034}
22:51:25.920133 run                osmo-ms-mob/00035: Starting mobile
22:51:25.960489 run       osmo-ms-mob/00035(pid=171): Launched
22:51:25.986872 run                             mass: MS start registered  {at=42111036.27440816, delay=0.00039939582347869873, ms=00035}
22:51:26.320244 run                osmo-ms-mob/00036: Starting mobile
22:51:26.352200 run       osmo-ms-mob/00036(pid=172): Launched
22:51:26.377022 run                             mass: MS start registered  {at=42111036.664510004, delay=0.005201287567615509, ms=00036}
22:51:26.541609 run                             mass: MS performed LU  {at=42111036.829096615, lu_delay=4.865956544876099, ms=00024}
22:51:26.559479 run                             mass: MS performed LU  {at=42111036.84704201, lu_delay=5.282164789736271, ms=00023}
22:51:26.580762 run                osmo-ms-mob/00037: Starting mobile
22:51:26.608606 run       osmo-ms-mob/00037(pid=173): Launched
22:51:26.632144 run                             mass: MS start registered  {at=42111036.91959187, delay=0.007357217371463776, ms=00037}
22:51:26.675076 run                             mass: MS performed LU  {at=42111036.96255914, lu_delay=5.905285365879536, ms=00022}
22:51:26.711393 run                             mass: MS performed LU  {at=42111036.99889972, lu_delay=6.328374594449997, ms=00021}
22:51:26.735078 run                osmo-ms-mob/00038: Starting mobile
22:51:26.765143 run       osmo-ms-mob/00038(pid=174): Launched
22:51:26.788672 run                             mass: MS start registered  {at=42111037.07617476, delay=0.007151007652282715, ms=00038}
22:51:26.966168 run                             mass: MS performed LU  {at=42111037.25367044, lu_delay=4.7921556904911995, ms=00025}
22:51:27.317399 run                osmo-ms-mob/00039: Starting mobile
22:51:27.348384 run       osmo-ms-mob/00039(pid=175): Launched
22:51:27.370483 run                             mass: MS start registered  {at=42111037.65798232, delay=0.009186536073684692, ms=00039}
22:51:27.719433 run                osmo-ms-mob/00040: Starting mobile
22:51:27.756249 run       osmo-ms-mob/00040(pid=176): Launched
22:51:27.777888 run                             mass: MS start registered  {at=42111038.065393955, delay=0.00524921715259552, ms=00040}
22:51:28.017959 run                osmo-ms-mob/00041: Starting mobile
22:51:28.047016 run       osmo-ms-mob/00041(pid=177): Launched
22:51:28.069769 run                             mass: MS start registered  {at=42111038.35731207, delay=0.010594263672828674, ms=00041}
22:51:28.322557 run                osmo-ms-mob/00042: Starting mobile
22:51:28.351279 run       osmo-ms-mob/00042(pid=178): Launched
22:51:28.362920 run                             mass: MS performed LU  {at=42111038.65047343, lu_delay=4.9939213916659355, ms=00028}
22:51:28.377141 run                             mass: MS start registered  {at=42111038.6646929, delay=0.014276854693889618, ms=00042}
22:51:28.470583 run                             mass: MS performed LU  {at=42111038.75809473, lu_delay=5.898033641278744, ms=00026}
22:51:28.487947 run                             mass: MS performed LU  {at=42111038.77550067, lu_delay=5.624941848218441, ms=00027}
22:51:28.511343 run                osmo-ms-mob/00043: Starting mobile
22:51:28.538976 run       osmo-ms-mob/00043(pid=179): Launched
22:51:28.561996 run                             mass: MS start registered  {at=42111038.84948531, delay=0.011301606893539429, ms=00043}
22:51:28.632210 run                             mass: MS performed LU  {at=42111038.91971036, lu_delay=4.864517912268639, ms=00029}
22:51:29.018772 run                osmo-ms-mob/00044: Starting mobile
22:51:29.047485 run       osmo-ms-mob/00044(pid=180): Launched
22:51:29.069091 run                             mass: MS start registered  {at=42111039.35659878, delay=0.00974256545305252, ms=00044}
22:51:29.321606 run                osmo-ms-mob/00045: Starting mobile
22:51:29.348848 run       osmo-ms-mob/00045(pid=181): Launched
22:51:29.372176 run                             mass: MS start registered  {at=42111039.65967972, delay=0.007196009159088135, ms=00045}
22:51:29.619807 run                osmo-ms-mob/00046: Starting mobile
22:51:29.648661 run       osmo-ms-mob/00046(pid=182): Launched
22:51:29.672620 run                             mass: MS start registered  {at=42111039.96012371, delay=0.007792361080646515, ms=00046}
22:51:29.918934 run                osmo-ms-mob/00047: Starting mobile
22:51:29.953817 run       osmo-ms-mob/00047(pid=183): Launched
22:51:29.977379 run                             mass: MS start registered  {at=42111040.26487939, delay=0.006987586617469788, ms=00047}
22:51:30.205247 run                             mass: MS performed LU  {at=42111040.492758185, lu_delay=5.638421066105366, ms=00031}
22:51:30.236009 run                osmo-ms-mob/00048: Starting mobile
22:51:30.272964 run       osmo-ms-mob/00048(pid=184): Launched
22:51:30.284531 run                             mass: MS performed LU  {at=42111040.57208356, lu_delay=5.5099522694945335, ms=00032}
22:51:30.295337 run                             mass: MS start registered  {at=42111040.582921915, delay=0.010892353951931, ms=00048}
22:51:30.325688 run                             mass: MS performed LU  {at=42111040.613202356, lu_delay=6.159759417176247, ms=00030}
22:51:30.350046 run                osmo-ms-mob/00049: Starting mobile
22:51:30.377615 run       osmo-ms-mob/00049(pid=185): Launched
22:51:30.397446 run                             mass: MS start registered  {at=42111040.68499042, delay=0.008900672197341919, ms=00049}
22:51:30.496374 run                             mass: MS performed LU  {at=42111040.78388118, lu_delay=5.228296272456646, ms=00033}
22:51:30.768598 run                             mass: MS performed LU  {at=42111041.05612131, lu_delay=4.781713150441647, ms=00035}
22:51:30.789689 run                osmo-ms-mob/00050: Starting mobile
22:51:30.816505 run       osmo-ms-mob/00050(pid=186): Launched
22:51:30.836707 run                             mass: MS start registered  {at=42111041.12426825, delay=0.009309947490692139, ms=00050}
22:51:31.218880 run                osmo-ms-mob/00051: Starting mobile
22:51:31.247821 run       osmo-ms-mob/00051(pid=187): Launched
22:51:31.267479 run                             mass: MS start registered  {at=42111041.55501137, delay=0.007795445621013641, ms=00051}
22:51:31.519935 run                osmo-ms-mob/00052: Starting mobile
22:51:31.558990 run       osmo-ms-mob/00052(pid=188): Launched
22:51:31.576280 run                             mass: MS performed LU  {at=42111041.86381392, lu_delay=5.874352663755417, ms=00034}
22:51:31.592884 run                             mass: MS start registered  {at=42111041.88045434, delay=0.01671595871448517, ms=00052}
22:51:31.820010 run                osmo-ms-mob/00053: Starting mobile
22:51:31.858949 run       osmo-ms-mob/00053(pid=189): Launched
22:51:31.893872 run                             mass: MS start registered  {at=42111042.18136773, delay=0.011800587177276611, ms=00053}
22:51:32.121562 run                osmo-ms-mob/00054: Starting mobile
22:51:32.164075 run       osmo-ms-mob/00054(pid=190): Launched
22:51:32.176584 run                             mass: MS performed LU  {at=42111042.464125626, lu_delay=5.544533759355545, ms=00037}
22:51:32.189334 run                             mass: MS performed LU  {at=42111042.47691375, lu_delay=5.40073899179697, ms=00038}
22:51:32.202448 run                             mass: MS start registered  {at=42111042.490025245, delay=0.02596132457256317, ms=00054}
22:51:32.226453 run                osmo-ms-mob/00055: Starting mobile
22:51:32.259643 run       osmo-ms-mob/00055(pid=191): Launched
22:51:32.277504 run                             mass: MS performed LU  {at=42111042.56503434, lu_delay=4.907052017748356, ms=00039}
22:51:32.294857 run                             mass: MS start registered  {at=42111042.58242573, delay=0.017468467354774475, ms=00055}
22:51:32.435533 run                             mass: MS performed LU  {at=42111042.72304253, lu_delay=6.058532528579235, ms=00036}
22:51:32.466201 run                osmo-ms-mob/00056: Starting mobile
22:51:32.507419 run       osmo-ms-mob/00056(pid=192): Launched
22:51:32.524341 run                             mass: MS performed LU  {at=42111042.811876275, lu_delay=4.746482320129871, ms=00040}
22:51:32.540693 run                             mass: MS start registered  {at=42111042.828262456, delay=0.01646370440721512, ms=00056}
22:51:33.019844 run                osmo-ms-mob/00057: Starting mobile
22:51:33.055508 run       osmo-ms-mob/00057(pid=193): Launched
22:51:33.081346 run                             mass: MS start registered  {at=42111043.36885682, delay=0.012552477419376373, ms=00057}
22:51:33.419993 run                osmo-ms-mob/00058: Starting mobile
22:51:33.458503 run       osmo-ms-mob/00058(pid=194): Launched
22:51:33.481015 run                             mass: MS start registered  {at=42111043.76851787, delay=0.005584992468357086, ms=00058}
22:51:33.719763 run                osmo-ms-mob/00059: Starting mobile
22:51:33.749939 run       osmo-ms-mob/00059(pid=195): Launched
22:51:33.769237 run                             mass: MS start registered  {at=42111044.056756556, delay=0.00659671425819397, ms=00059}
22:51:33.970944 run                             mass: MS performed LU  {at=42111044.25844641, lu_delay=5.901134341955185, ms=00041}
22:51:34.001327 run                osmo-ms-mob/00060: Starting mobile
22:51:34.039694 run       osmo-ms-mob/00060(pid=196): Launched
22:51:34.056026 run                             mass: MS performed LU  {at=42111044.34356666, lu_delay=5.678873762488365, ms=00042}
22:51:34.071823 run                             mass: MS start registered  {at=42111044.359398104, delay=0.015902705490589142, ms=00060}
22:51:34.090999 run                             mass: MS performed LU  {at=42111044.378545806, lu_delay=4.718866087496281, ms=00045}
22:51:34.266363 run                             mass: MS performed LU  {at=42111044.55385936, lu_delay=5.197260580956936, ms=00044}
22:51:34.308549 run                osmo-ms-mob/00061: Starting mobile
22:51:34.354875 run       osmo-ms-mob/00061(pid=197): Launched
22:51:34.379211 run                             mass: MS performed LU  {at=42111044.66674193, lu_delay=5.81725662201643, ms=00043}
22:51:34.394111 run                             mass: MS start registered  {at=42111044.68167913, delay=0.015020765364170074, ms=00061}
22:51:34.592592 run                             mass: MS performed LU  {at=42111044.880094685, lu_delay=4.919970974326134, ms=00046}
22:51:34.621413 run                osmo-ms-mob/00062: Starting mobile
22:51:34.660612 run       osmo-ms-mob/00062(pid=198): Launched
22:51:34.699821 run                             mass: MS start registered  {at=42111044.987307385, delay=0.022216908633708954, ms=00062}
22:51:35.027085 run                osmo-ms-mob/00063: Starting mobile
22:51:35.100165 run       osmo-ms-mob/00063(pid=199): Launched
22:51:35.127971 run                             mass: Starting too slowly. Moving on {now=42111045.415550224, sleep=-0.022995315492153168, target=42111045.39255491}
22:51:35.142123 run                             mass: MS start registered  {at=42111045.42965036, delay=0.014127090573310852, ms=00063}
22:51:35.423366 run                osmo-ms-mob/00064: Starting mobile
22:51:35.468598 run       osmo-ms-mob/00064(pid=200): Launched
22:51:35.500650 run                             mass: MS start registered  {at=42111045.78811986, delay=0.012209698557853699, ms=00064}
22:51:35.822035 run                osmo-ms-mob/00065: Starting mobile
22:51:35.865655 run       osmo-ms-mob/00065(pid=201): Launched
22:51:35.885259 run                             mass: MS performed LU  {at=42111046.17278935, lu_delay=5.589867435395718, ms=00048}
22:51:35.900092 run                             mass: MS start registered  {at=42111046.187661685, delay=0.014951586723327637, ms=00065}
22:51:35.927867 run                             mass: MS performed LU  {at=42111046.215360686, lu_delay=5.091092437505722, ms=00050}
22:51:35.956292 run                osmo-ms-mob/00066: Starting mobile
22:51:35.995245 run       osmo-ms-mob/00066(pid=202): Launched
22:51:36.021312 run                             mass: MS performed LU  {at=42111046.30878228, lu_delay=5.623791858553886, ms=00049}
22:51:36.037741 run                             mass: MS start registered  {at=42111046.32530619, delay=0.01860930770635605, ms=00066}
22:51:36.203816 run                             mass: MS performed LU  {at=42111046.49131086, lu_delay=4.936299487948418, ms=00051}
22:51:36.220939 run                             mass: MS performed LU  {at=42111046.50850493, lu_delay=6.243625536561012, ms=00047}
22:51:36.248533 run                osmo-ms-mob/00067: Starting mobile
22:51:36.283497 run       osmo-ms-mob/00067(pid=203): Launched
22:51:36.303170 run                             mass: MS start registered  {at=42111046.59067798, delay=0.007001772522926331, ms=00067}
22:51:36.824447 run                osmo-ms-mob/00068: Starting mobile
22:51:36.853268 run       osmo-ms-mob/00068(pid=204): Launched
22:51:36.873541 run                             mass: MS start registered  {at=42111047.161037974, delay=0.008555427193641663, ms=00068}
22:51:37.220920 run                osmo-ms-mob/00069: Starting mobile
22:51:37.247259 run       osmo-ms-mob/00069(pid=205): Launched
22:51:37.268691 run                             mass: MS start registered  {at=42111047.556207016, delay=0.0104474276304245, ms=00069}
22:51:37.619343 run                osmo-ms-mob/00070: Starting mobile
22:51:37.648937 run       osmo-ms-mob/00070(pid=206): Launched
22:51:37.671433 run                             mass: MS start registered  {at=42111047.95894599, delay=0.010347887873649597, ms=00070}
22:51:37.857190 run                             mass: MS performed LU  {at=42111048.144701116, lu_delay=6.26424677670002, ms=00052}
22:51:37.972237 run                             mass: MS performed LU  {at=42111048.25975144, lu_delay=5.677325710654259, ms=00055}
22:51:37.997688 run                osmo-ms-mob/00071: Starting mobile
22:51:38.031618 run       osmo-ms-mob/00071(pid=207): Launched
22:51:38.045819 run                             mass: MS performed LU  {at=42111048.33335537, lu_delay=5.505092911422253, ms=00056}
22:51:38.059325 run                             mass: MS performed LU  {at=42111048.346900776, lu_delay=5.856875531375408, ms=00054}
22:51:38.072760 run                             mass: MS start registered  {at=42111048.36033406, delay=0.027051173150539398, ms=00071}
22:51:38.299999 run                             mass: MS performed LU  {at=42111048.587514624, lu_delay=4.818996757268906, ms=00058}
22:51:38.325067 run                osmo-ms-mob/00072: Starting mobile
22:51:38.354595 run       osmo-ms-mob/00072(pid=208): Launched
22:51:38.375018 run                             mass: MS start registered  {at=42111048.66251623, delay=0.008351951837539673, ms=00072}
22:51:38.819478 run                osmo-ms-mob/00073: Starting mobile
22:51:38.847411 run       osmo-ms-mob/00073(pid=209): Launched
22:51:38.858877 run                             mass: MS performed LU  {at=42111049.146428235, lu_delay=5.7775714173913, ms=00057}
22:51:38.870652 run                             mass: MS start registered  {at=42111049.158232935, delay=0.011864148080348969, ms=00073}
22:51:38.951190 run                             mass: MS performed LU  {at=42111049.23869419, lu_delay=3.8090438321232796, ms=00063}
22:51:39.218283 run                osmo-ms-mob/00074: Starting mobile
22:51:39.246712 run       osmo-ms-mob/00074(pid=210): Launched
22:51:39.267498 run                             mass: MS start registered  {at=42111049.55500477, delay=0.008616738021373749, ms=00074}
22:51:39.617375 run                osmo-ms-mob/00075: Starting mobile
22:51:39.646070 run       osmo-ms-mob/00075(pid=211): Launched
22:51:39.659295 run                             mass: MS performed LU  {at=42111049.94684976, lu_delay=5.265170633792877, ms=00061}
22:51:39.673520 run                             mass: MS start registered  {at=42111049.96110064, delay=0.014307163655757904, ms=00075}
22:51:39.693941 run                             mass: MS performed LU  {at=42111049.9814505, lu_delay=4.994143113493919, ms=00062}
22:51:39.731062 run                             mass: MS performed LU  {at=42111050.01856036, lu_delay=5.659162253141403, ms=00060}
22:51:39.984162 run                             mass: MS performed LU  {at=42111050.2716937, lu_delay=6.214937143027782, ms=00059}
22:51:40.006261 run                osmo-ms-mob/00076: Starting mobile
22:51:40.034237 run       osmo-ms-mob/00076(pid=212): Launched
22:51:40.055815 run                             mass: MS start registered  {at=42111050.34332696, delay=0.0099702849984169, ms=00076}
22:51:40.518828 run                osmo-ms-mob/00077: Starting mobile
22:51:40.548492 run       osmo-ms-mob/00077(pid=213): Launched
22:51:40.568866 run                             mass: MS start registered  {at=42111050.85637522, delay=0.008532844483852386, ms=00077}
22:51:40.829466 run                             mass: MS performed LU  {at=42111051.1169791, lu_delay=4.92931741476059, ms=00065}
22:51:41.020867 run                osmo-ms-mob/00078: Starting mobile
22:51:41.050711 run       osmo-ms-mob/00078(pid=214): Launched
22:51:41.070274 run                             mass: MS start registered  {at=42111051.3577935, delay=0.007341921329498291, ms=00078}
22:51:41.419693 run                osmo-ms-mob/00079: Starting mobile
22:51:41.448721 run       osmo-ms-mob/00079(pid=215): Launched
22:51:41.470680 run                             mass: MS start registered  {at=42111051.758174926, delay=0.010504946112632751, ms=00079}
22:51:41.503103 run                             mass: MS performed LU  {at=42111051.79060953, lu_delay=4.629571557044983, ms=00068}
22:51:41.539895 run                             mass: MS performed LU  {at=42111051.82741842, lu_delay=5.502112224698067, ms=00066}
22:51:41.623277 run                             mass: MS performed LU  {at=42111051.910769805, lu_delay=5.32009182870388, ms=00067}
22:51:41.793954 run                             mass: MS performed LU  {at=42111052.08147267, lu_delay=4.525265656411648, ms=00069}
22:51:41.819256 run                osmo-ms-mob/00080: Starting mobile
22:51:41.847253 run       osmo-ms-mob/00080(pid=216): Launched
22:51:41.859114 run                             mass: MS performed LU  {at=42111052.14666422, lu_delay=6.358544357120991, ms=00064}
22:51:41.870605 run                             mass: MS start registered  {at=42111052.1581857, delay=0.011580206453800201, ms=00080}
22:51:42.418665 run                osmo-ms-mob/00081: Starting mobile
22:51:42.446852 run       osmo-ms-mob/00081(pid=217): Launched
22:51:42.465803 run                             mass: MS start registered  {at=42111052.753349215, delay=0.007218152284622192, ms=00081}
22:51:42.817751 run                osmo-ms-mob/00082: Starting mobile
22:51:42.847143 run       osmo-ms-mob/00082(pid=218): Launched
22:51:42.868624 run                             mass: MS start registered  {at=42111053.15612959, delay=0.008934810757637024, ms=00082}
22:51:43.404476 run                             mass: MS performed LU  {at=42111053.69197847, lu_delay=4.533745534718037, ms=00073}
22:51:43.426617 run                osmo-ms-mob/00083: Starting mobile
22:51:43.454948 run       osmo-ms-mob/00083(pid=219): Launched
22:51:43.467811 run                             mass: MS performed LU  {at=42111053.75536496, lu_delay=5.395030900835991, ms=00071}
22:51:43.479390 run                             mass: MS start registered  {at=42111053.76697255, delay=0.011662989854812622, ms=00083}
22:51:43.551996 run                             mass: MS performed LU  {at=42111053.839510284, lu_delay=5.880564294755459, ms=00070}
22:51:43.918944 run                osmo-ms-mob/00084: Starting mobile
22:51:43.953999 run       osmo-ms-mob/00084(pid=220): Launched
22:51:43.975425 run                             mass: MS start registered  {at=42111054.26293736, delay=0.00962025672197342, ms=00084}
22:51:44.416890 run                osmo-ms-mob/00085: Starting mobile
22:51:44.447424 run       osmo-ms-mob/00085(pid=221): Launched
22:51:44.468328 run                             mass: MS start registered  {at=42111054.755827025, delay=0.008432269096374512, ms=00085}
22:51:45.017826 run                osmo-ms-mob/00086: Starting mobile
22:51:45.047131 run       osmo-ms-mob/00086(pid=222): Launched
22:51:45.066931 run                             mass: MS start registered  {at=42111055.354450196, delay=0.008119456470012665, ms=00086}
22:51:45.370081 run                             mass: MS performed LU  {at=42111055.65755199, lu_delay=5.696451351046562, ms=00075}
22:51:45.388687 run                             mass: MS performed LU  {at=42111055.67623612, lu_delay=6.121231354773045, ms=00074}
22:51:45.416390 run                             mass: MS performed LU  {at=42111055.70396973, lu_delay=5.360642768442631, ms=00076}
22:51:45.439292 run                osmo-ms-mob/00087: Starting mobile
22:51:45.465100 run       osmo-ms-mob/00087(pid=223): Launched
22:51:45.484856 run                             mass: MS start registered  {at=42111055.77237655, delay=0.009102240204811096, ms=00087}
22:51:45.503760 run                             mass: MS performed LU  {at=42111055.79130557, lu_delay=4.934930354356766, ms=00077}
22:51:46.221142 run                osmo-ms-mob/00088: Starting mobile
22:51:46.248388 run       osmo-ms-mob/00088(pid=224): Launched
22:51:46.267743 run                             mass: MS start registered  {at=42111056.5552697, delay=0.008233949542045593, ms=00088}
22:51:46.821226 run                osmo-ms-mob/00089: Starting mobile
22:51:46.849734 run       osmo-ms-mob/00089(pid=225): Launched
22:51:46.870408 run                             mass: MS start registered  {at=42111057.15791309, delay=0.009048059582710266, ms=00089}
22:51:47.169781 run                             mass: MS performed LU  {at=42111057.4572848, lu_delay=5.29909910261631, ms=00080}
22:51:47.317974 run                             mass: MS performed LU  {at=42111057.60548698, lu_delay=5.847312055528164, ms=00079}
22:51:47.347347 run                osmo-ms-mob/00090: Starting mobile
22:51:47.377132 run       osmo-ms-mob/00090(pid=226): Launched
22:51:47.397137 run                             mass: MS start registered  {at=42111057.684653796, delay=0.008249826729297638, ms=00090}
22:51:47.442943 run                             mass: MS performed LU  {at=42111057.73044684, lu_delay=4.977097623050213, ms=00081}
22:51:47.460774 run                             mass: MS performed LU  {at=42111057.748305574, lu_delay=4.592175982892513, ms=00082}
22:51:48.119750 run                osmo-ms-mob/00091: Starting mobile
22:51:48.148313 run       osmo-ms-mob/00091(pid=227): Launched
22:51:48.168622 run                             mass: MS start registered  {at=42111058.45614826, delay=0.008706443011760712, ms=00091}
22:51:48.820463 run                osmo-ms-mob/00092: Starting mobile
22:51:48.850356 run       osmo-ms-mob/00092(pid=228): Launched
22:51:48.869830 run                             mass: MS start registered  {at=42111059.157361954, delay=0.007467485964298248, ms=00092}
22:51:49.136037 run                             mass: MS performed LU  {at=42111059.423536986, lu_delay=5.160599626600742, ms=00084}
22:51:49.154187 run                             mass: MS performed LU  {at=42111059.441768296, lu_delay=5.674795746803284, ms=00083}
22:51:49.181964 run                             mass: MS performed LU  {at=42111059.4695217, lu_delay=4.713694676756859, ms=00085}
22:51:49.619402 run                osmo-ms-mob/00093: Starting mobile
22:51:49.645526 run       osmo-ms-mob/00093(pid=229): Launched
22:51:49.666847 run                             mass: MS start registered  {at=42111059.954347186, delay=0.009052947163581848, ms=00093}
22:51:50.519128 run                osmo-ms-mob/00094: Starting mobile
22:51:50.547643 run       osmo-ms-mob/00094(pid=230): Launched
22:51:50.567162 run                             mass: MS start registered  {at=42111060.85468368, delay=0.008159905672073364, ms=00094}
22:51:50.917466 run                             mass: MS performed LU  {at=42111061.2049672, lu_delay=5.850517004728317, ms=00086}
22:51:51.084109 run                             mass: MS performed LU  {at=42111061.371628106, lu_delay=4.8163584023714066, ms=00088}
22:51:51.420681 run                osmo-ms-mob/00095: Starting mobile
22:51:51.463272 run       osmo-ms-mob/00095(pid=231): Launched
22:51:51.483493 run                             mass: MS start registered  {at=42111061.771007344, delay=0.00405990332365036, ms=00095}
22:51:52.418477 run                osmo-ms-mob/00096: Starting mobile
22:51:52.447446 run       osmo-ms-mob/00096(pid=232): Launched
22:51:52.468527 run                             mass: MS start registered  {at=42111062.75602606, delay=0.008988924324512482, ms=00096}
22:51:52.902194 run                             mass: MS performed LU  {at=42111063.18969817, lu_delay=6.031785078346729, ms=00089}
22:51:52.920071 run                             mass: MS performed LU  {at=42111063.20759267, lu_delay=4.751444414258003, ms=00091}
22:51:52.947888 run                             mass: MS performed LU  {at=42111063.235403076, lu_delay=5.550749279558659, ms=00090}
22:51:53.520902 run                osmo-ms-mob/00097: Starting mobile
22:51:53.548537 run       osmo-ms-mob/00097(pid=233): Launched
22:51:53.566463 run                             mass: MS start registered  {at=42111063.853968345, delay=0.006577402353286743, ms=00097}
22:51:54.682655 run                             mass: MS performed LU  {at=42111064.97013254, lu_delay=5.8127705827355385, ms=00092}
22:51:54.818134 run                osmo-ms-mob/00098: Starting mobile
22:51:54.845788 run       osmo-ms-mob/00098(pid=234): Launched
22:51:54.857179 run                             mass: MS performed LU  {at=42111065.1447374, lu_delay=5.1903902143239975, ms=00093}
22:51:54.868058 run                             mass: MS start registered  {at=42111065.155643076, delay=0.010954968631267548, ms=00098}
22:51:54.955376 run                             mass: MS performed LU  {at=42111065.242900595, lu_delay=23.061532862484455, ms=00053}
22:51:56.617943 run                osmo-ms-mob/00099: Starting mobile
22:51:56.647673 run       osmo-ms-mob/00099(pid=235): Launched
22:51:56.661252 run                             mass: All started... {duration=55.75628383457661, too_slow=1}
22:51:56.672645 run                             mass: MS performed LU  {at=42111066.96019394, lu_delay=5.189186595380306, ms=00095}
22:51:56.684021 run                             mass: MS start registered  {at=42111066.97159979, delay=0.022781267762184143, ms=00099}
22:51:56.695765 run                             mass: MS performed LU  {at=42111066.98332402, lu_delay=6.128640338778496, ms=00094}
22:51:58.597250 run                             mass: MS performed LU  {at=42111068.88455378, lu_delay=5.030585438013077, ms=00097}
22:51:58.614879 run                             mass: MS performed LU  {at=42111068.902446374, lu_delay=6.146420314908028, ms=00096}
22:52:00.433695 run                             mass: MS performed LU  {at=42111070.72120481, lu_delay=5.565561734139919, ms=00098}
22:52:00.452610 run                             mass: MS performed LU  {at=42111070.740163416, lu_delay=22.07764718681574, ms=00072}
22:52:02.362834 run                             mass: MS performed LU  {at=42111072.650348455, lu_delay=5.678748667240143, ms=00099}
22:52:04.200473 run                             mass: MS performed LU  {at=42111074.48796927, lu_delay=23.13017576932907, ms=00078}
22:52:07.965004 run                             mass: MS performed LU  {at=42111078.25239628, lu_delay=22.480019725859165, ms=00087}
22:52:07.982098 run                             mass: Tests done {all_completed=True, max=23.13017576932907, min=3.8090438321232796}
22:52:07.992574 tst         register_default_mass.py: Test passed (90.1 sec)
22:52:08.000250 run pcap-recorder_any(filters='host 127.0.42.2')(pid=23): Terminating (SIGTERM)
22:52:08.004143 run      osmo-hlr_127.0.42.2(pid=24): Terminating (SIGTERM)
22:52:08.007988 run pcap-recorder_any(filters='host 127.0.42.5 and port not 22')(pid=25): Terminating (SIGTERM)
22:52:08.011843 run      osmo-stp_127.0.42.5(pid=26): Terminating (SIGTERM)
22:52:08.015700 run pcap-recorder_any(filters='host 127.0.42.6 and port not 22')(pid=27): Terminating (SIGTERM)
22:52:08.019583 run      osmo-msc_127.0.42.6(pid=28): Terminating (SIGTERM)
22:52:08.023473 run pcap-recorder_any(filters='host 127.0.42.3 and port not 22')(pid=29): Terminating (SIGTERM)
22:52:08.027389 run      osmo-mgw_127.0.42.3(pid=30): Terminating (SIGTERM)
22:52:08.031286 run pcap-recorder_any(filters='host 127.0.42.4 and port not 22')(pid=31): Terminating (SIGTERM)
22:52:08.035182 run      osmo-mgw_127.0.42.4(pid=32): Terminating (SIGTERM)
22:52:08.039080 run pcap-recorder_any(filters='host 127.0.42.7 and port not 22')(pid=33): Terminating (SIGTERM)
22:52:08.044177 run      osmo-bsc_127.0.42.7(pid=34): Terminating (SIGTERM)
22:52:08.048105 run         osmo-bts-virtual(pid=35): Terminating (SIGTERM)
22:52:08.052013 run   osmo-ms-virt-phy/00000(pid=36): Terminating (SIGTERM)
22:52:08.055934 run   osmo-ms-virt-phy/00001(pid=37): Terminating (SIGTERM)
22:52:08.059831 run   osmo-ms-virt-phy/00002(pid=38): Terminating (SIGTERM)
22:52:08.063981 run   osmo-ms-virt-phy/00003(pid=39): Terminating (SIGTERM)
22:52:08.067961 run   osmo-ms-virt-phy/00004(pid=40): Terminating (SIGTERM)
22:52:08.072035 run   osmo-ms-virt-phy/00005(pid=41): Terminating (SIGTERM)
22:52:08.076741 run   osmo-ms-virt-phy/00006(pid=42): Terminating (SIGTERM)
22:52:08.081496 run   osmo-ms-virt-phy/00007(pid=43): Terminating (SIGTERM)
22:52:08.086628 run   osmo-ms-virt-phy/00008(pid=44): Terminating (SIGTERM)
22:52:08.091688 run   osmo-ms-virt-phy/00009(pid=45): Terminating (SIGTERM)
22:52:08.096552 run   osmo-ms-virt-phy/00010(pid=46): Terminating (SIGTERM)
22:52:08.100618 run   osmo-ms-virt-phy/00011(pid=47): Terminating (SIGTERM)
22:52:08.104694 run   osmo-ms-virt-phy/00012(pid=48): Terminating (SIGTERM)
22:52:08.109356 run   osmo-ms-virt-phy/00013(pid=49): Terminating (SIGTERM)
22:52:08.113434 run   osmo-ms-virt-phy/00014(pid=50): Terminating (SIGTERM)
22:52:08.117452 run   osmo-ms-virt-phy/00015(pid=51): Terminating (SIGTERM)
22:52:08.121397 run   osmo-ms-virt-phy/00016(pid=52): Terminating (SIGTERM)
22:52:08.125374 run   osmo-ms-virt-phy/00017(pid=53): Terminating (SIGTERM)
22:52:08.129908 run   osmo-ms-virt-phy/00018(pid=54): Terminating (SIGTERM)
22:52:08.134609 run   osmo-ms-virt-phy/00019(pid=55): Terminating (SIGTERM)
22:52:08.138658 run   osmo-ms-virt-phy/00020(pid=56): Terminating (SIGTERM)
22:52:08.143003 run   osmo-ms-virt-phy/00021(pid=57): Terminating (SIGTERM)
22:52:08.147752 run   osmo-ms-virt-phy/00022(pid=58): Terminating (SIGTERM)
22:52:08.153362 run   osmo-ms-virt-phy/00023(pid=59): Terminating (SIGTERM)
22:52:08.158741 run   osmo-ms-virt-phy/00024(pid=60): Terminating (SIGTERM)
22:52:08.163185 run   osmo-ms-virt-phy/00025(pid=61): Terminating (SIGTERM)
22:52:08.167922 run   osmo-ms-virt-phy/00026(pid=62): Terminating (SIGTERM)
22:52:08.174191 run   osmo-ms-virt-phy/00027(pid=63): Terminating (SIGTERM)
22:52:08.180540 run   osmo-ms-virt-phy/00028(pid=64): Terminating (SIGTERM)
22:52:08.185189 run   osmo-ms-virt-phy/00029(pid=65): Terminating (SIGTERM)
22:52:08.189924 run   osmo-ms-virt-phy/00030(pid=66): Terminating (SIGTERM)
22:52:08.195954 run   osmo-ms-virt-phy/00031(pid=67): Terminating (SIGTERM)
22:52:08.201200 run   osmo-ms-virt-phy/00032(pid=68): Terminating (SIGTERM)
22:52:08.205952 run   osmo-ms-virt-phy/00033(pid=69): Terminating (SIGTERM)
22:52:08.210282 run   osmo-ms-virt-phy/00034(pid=70): Terminating (SIGTERM)
22:52:08.214582 run   osmo-ms-virt-phy/00035(pid=71): Terminating (SIGTERM)
22:52:08.218823 run   osmo-ms-virt-phy/00036(pid=72): Terminating (SIGTERM)
22:52:08.222959 run   osmo-ms-virt-phy/00037(pid=73): Terminating (SIGTERM)
22:52:08.227071 run   osmo-ms-virt-phy/00038(pid=74): Terminating (SIGTERM)
22:52:08.231318 run   osmo-ms-virt-phy/00039(pid=75): Terminating (SIGTERM)
22:52:08.235876 run   osmo-ms-virt-phy/00040(pid=76): Terminating (SIGTERM)
22:52:08.240028 run   osmo-ms-virt-phy/00041(pid=77): Terminating (SIGTERM)
22:52:08.244153 run   osmo-ms-virt-phy/00042(pid=78): Terminating (SIGTERM)
22:52:08.248649 run   osmo-ms-virt-phy/00043(pid=79): Terminating (SIGTERM)
22:52:08.252710 run   osmo-ms-virt-phy/00044(pid=80): Terminating (SIGTERM)
22:52:08.256823 run   osmo-ms-virt-phy/00045(pid=81): Terminating (SIGTERM)
22:52:08.260932 run   osmo-ms-virt-phy/00046(pid=82): Terminating (SIGTERM)
22:52:08.265114 run   osmo-ms-virt-phy/00047(pid=83): Terminating (SIGTERM)
22:52:08.269311 run   osmo-ms-virt-phy/00048(pid=84): Terminating (SIGTERM)
22:52:08.273506 run   osmo-ms-virt-phy/00049(pid=85): Terminating (SIGTERM)
22:52:08.277653 run   osmo-ms-virt-phy/00050(pid=86): Terminating (SIGTERM)
22:52:08.282332 run   osmo-ms-virt-phy/00051(pid=87): Terminating (SIGTERM)
22:52:08.287341 run   osmo-ms-virt-phy/00052(pid=88): Terminating (SIGTERM)
22:52:08.291415 run   osmo-ms-virt-phy/00053(pid=89): Terminating (SIGTERM)
22:52:08.295709 run   osmo-ms-virt-phy/00054(pid=90): Terminating (SIGTERM)
22:52:08.299822 run   osmo-ms-virt-phy/00055(pid=91): Terminating (SIGTERM)
22:52:08.304747 run   osmo-ms-virt-phy/00056(pid=92): Terminating (SIGTERM)
22:52:08.308876 run   osmo-ms-virt-phy/00057(pid=93): Terminating (SIGTERM)
22:52:08.313000 run   osmo-ms-virt-phy/00058(pid=94): Terminating (SIGTERM)
22:52:08.317112 run   osmo-ms-virt-phy/00059(pid=95): Terminating (SIGTERM)
22:52:08.321294 run   osmo-ms-virt-phy/00060(pid=96): Terminating (SIGTERM)
22:52:08.325533 run   osmo-ms-virt-phy/00061(pid=97): Terminating (SIGTERM)
22:52:08.329827 run   osmo-ms-virt-phy/00062(pid=98): Terminating (SIGTERM)
22:52:08.334674 run   osmo-ms-virt-phy/00063(pid=99): Terminating (SIGTERM)
22:52:08.339113 run  osmo-ms-virt-phy/00064(pid=100): Terminating (SIGTERM)
22:52:08.344319 run  osmo-ms-virt-phy/00065(pid=101): Terminating (SIGTERM)
22:52:08.349080 run  osmo-ms-virt-phy/00066(pid=102): Terminating (SIGTERM)
22:52:08.354423 run  osmo-ms-virt-phy/00067(pid=103): Terminating (SIGTERM)
22:52:08.359712 run  osmo-ms-virt-phy/00068(pid=104): Terminating (SIGTERM)
22:52:08.365471 run  osmo-ms-virt-phy/00069(pid=105): Terminating (SIGTERM)
22:52:08.369994 run  osmo-ms-virt-phy/00070(pid=106): Terminating (SIGTERM)
22:52:08.374333 run  osmo-ms-virt-phy/00071(pid=107): Terminating (SIGTERM)
22:52:08.378580 run  osmo-ms-virt-phy/00072(pid=108): Terminating (SIGTERM)
22:52:08.382807 run  osmo-ms-virt-phy/00073(pid=109): Terminating (SIGTERM)
22:52:08.387207 run  osmo-ms-virt-phy/00074(pid=110): Terminating (SIGTERM)
22:52:08.391762 run  osmo-ms-virt-phy/00075(pid=111): Terminating (SIGTERM)
22:52:08.396207 run  osmo-ms-virt-phy/00076(pid=112): Terminating (SIGTERM)
22:52:08.401589 run  osmo-ms-virt-phy/00077(pid=113): Terminating (SIGTERM)
22:52:08.406156 run  osmo-ms-virt-phy/00078(pid=114): Terminating (SIGTERM)
22:52:08.410642 run  osmo-ms-virt-phy/00079(pid=115): Terminating (SIGTERM)
22:52:08.415085 run  osmo-ms-virt-phy/00080(pid=116): Terminating (SIGTERM)
22:52:08.419424 run  osmo-ms-virt-phy/00081(pid=117): Terminating (SIGTERM)
22:52:08.423781 run  osmo-ms-virt-phy/00082(pid=118): Terminating (SIGTERM)
22:52:08.428953 run  osmo-ms-virt-phy/00083(pid=119): Terminating (SIGTERM)
22:52:08.433483 run  osmo-ms-virt-phy/00084(pid=120): Terminating (SIGTERM)
22:52:08.437977 run  osmo-ms-virt-phy/00085(pid=121): Terminating (SIGTERM)
22:52:08.442971 run  osmo-ms-virt-phy/00086(pid=122): Terminating (SIGTERM)
22:52:08.447341 run  osmo-ms-virt-phy/00087(pid=123): Terminating (SIGTERM)
22:52:08.451809 run  osmo-ms-virt-phy/00088(pid=124): Terminating (SIGTERM)
22:52:08.457191 run  osmo-ms-virt-phy/00089(pid=125): Terminating (SIGTERM)
22:52:08.461624 run  osmo-ms-virt-phy/00090(pid=126): Terminating (SIGTERM)
22:52:08.465762 run  osmo-ms-virt-phy/00091(pid=127): Terminating (SIGTERM)
22:52:08.470893 run  osmo-ms-virt-phy/00092(pid=128): Terminating (SIGTERM)
22:52:08.475065 run  osmo-ms-virt-phy/00093(pid=129): Terminating (SIGTERM)
22:52:08.479331 run  osmo-ms-virt-phy/00094(pid=130): Terminating (SIGTERM)
22:52:08.483744 run  osmo-ms-virt-phy/00095(pid=131): Terminating (SIGTERM)
22:52:08.488007 run  osmo-ms-virt-phy/00096(pid=132): Terminating (SIGTERM)
22:52:08.493193 run  osmo-ms-virt-phy/00097(pid=133): Terminating (SIGTERM)
22:52:08.498121 run  osmo-ms-virt-phy/00098(pid=134): Terminating (SIGTERM)
22:52:08.502297 run  osmo-ms-virt-phy/00099(pid=135): Terminating (SIGTERM)
22:52:08.506521 run       osmo-ms-mob/00000(pid=136): Terminating (SIGTERM)
22:52:08.510691 run       osmo-ms-mob/00001(pid=137): Terminating (SIGTERM)
22:52:08.514899 run       osmo-ms-mob/00002(pid=138): Terminating (SIGTERM)
22:52:08.519406 run       osmo-ms-mob/00003(pid=139): Terminating (SIGTERM)
22:52:08.523778 run       osmo-ms-mob/00004(pid=140): Terminating (SIGTERM)
22:52:08.527918 run       osmo-ms-mob/00005(pid=141): Terminating (SIGTERM)
22:52:08.531936 run       osmo-ms-mob/00006(pid=142): Terminating (SIGTERM)
22:52:08.536219 run       osmo-ms-mob/00007(pid=143): Terminating (SIGTERM)
22:52:08.540326 run       osmo-ms-mob/00008(pid=144): Terminating (SIGTERM)
22:52:08.544500 run       osmo-ms-mob/00009(pid=145): Terminating (SIGTERM)
22:52:08.548533 run       osmo-ms-mob/00010(pid=146): Terminating (SIGTERM)
22:52:08.552560 run       osmo-ms-mob/00011(pid=147): Terminating (SIGTERM)
22:52:08.556700 run       osmo-ms-mob/00012(pid=148): Terminating (SIGTERM)
22:52:08.560740 run       osmo-ms-mob/00013(pid=149): Terminating (SIGTERM)
22:52:08.564697 run       osmo-ms-mob/00014(pid=150): Terminating (SIGTERM)
22:52:08.568617 run       osmo-ms-mob/00015(pid=151): Terminating (SIGTERM)
22:52:08.572670 run       osmo-ms-mob/00016(pid=152): Terminating (SIGTERM)
22:52:08.577027 run       osmo-ms-mob/00017(pid=153): Terminating (SIGTERM)
22:52:08.581199 run       osmo-ms-mob/00018(pid=154): Terminating (SIGTERM)
22:52:08.585232 run       osmo-ms-mob/00019(pid=155): Terminating (SIGTERM)
22:52:08.589242 run       osmo-ms-mob/00020(pid=156): Terminating (SIGTERM)
22:52:08.593196 run       osmo-ms-mob/00021(pid=157): Terminating (SIGTERM)
22:52:08.597181 run       osmo-ms-mob/00022(pid=158): Terminating (SIGTERM)
22:52:08.601175 run       osmo-ms-mob/00023(pid=159): Terminating (SIGTERM)
22:52:08.605095 run       osmo-ms-mob/00024(pid=160): Terminating (SIGTERM)
22:52:08.609145 run       osmo-ms-mob/00025(pid=161): Terminating (SIGTERM)
22:52:08.613175 run       osmo-ms-mob/00026(pid=162): Terminating (SIGTERM)
22:52:08.617167 run       osmo-ms-mob/00027(pid=163): Terminating (SIGTERM)
22:52:08.621078 run       osmo-ms-mob/00028(pid=164): Terminating (SIGTERM)
22:52:08.624994 run       osmo-ms-mob/00029(pid=165): Terminating (SIGTERM)
22:52:08.628863 run       osmo-ms-mob/00030(pid=166): Terminating (SIGTERM)
22:52:08.632904 run       osmo-ms-mob/00031(pid=167): Terminating (SIGTERM)
22:52:08.636940 run       osmo-ms-mob/00032(pid=168): Terminating (SIGTERM)
22:52:08.640896 run       osmo-ms-mob/00033(pid=169): Terminating (SIGTERM)
22:52:08.644918 run       osmo-ms-mob/00034(pid=170): Terminating (SIGTERM)
22:52:08.648903 run       osmo-ms-mob/00035(pid=171): Terminating (SIGTERM)
22:52:08.652818 run       osmo-ms-mob/00036(pid=172): Terminating (SIGTERM)
22:52:08.656763 run       osmo-ms-mob/00037(pid=173): Terminating (SIGTERM)
22:52:08.660652 run       osmo-ms-mob/00038(pid=174): Terminating (SIGTERM)
22:52:08.664595 run       osmo-ms-mob/00039(pid=175): Terminating (SIGTERM)
22:52:08.668522 run       osmo-ms-mob/00040(pid=176): Terminating (SIGTERM)
22:52:08.672499 run       osmo-ms-mob/00041(pid=177): Terminating (SIGTERM)
22:52:08.676516 run       osmo-ms-mob/00042(pid=178): Terminating (SIGTERM)
22:52:08.680578 run       osmo-ms-mob/00043(pid=179): Terminating (SIGTERM)
22:52:08.684562 run       osmo-ms-mob/00044(pid=180): Terminating (SIGTERM)
22:52:08.688635 run       osmo-ms-mob/00045(pid=181): Terminating (SIGTERM)
22:52:08.692631 run       osmo-ms-mob/00046(pid=182): Terminating (SIGTERM)
22:52:08.696740 run       osmo-ms-mob/00047(pid=183): Terminating (SIGTERM)
22:52:08.700737 run       osmo-ms-mob/00048(pid=184): Terminating (SIGTERM)
22:52:08.704790 run       osmo-ms-mob/00049(pid=185): Terminating (SIGTERM)
22:52:08.709032 run       osmo-ms-mob/00050(pid=186): Terminating (SIGTERM)
22:52:08.713028 run       osmo-ms-mob/00051(pid=187): Terminating (SIGTERM)
22:52:08.717029 run       osmo-ms-mob/00052(pid=188): Terminating (SIGTERM)
22:52:08.720958 run       osmo-ms-mob/00053(pid=189): Terminating (SIGTERM)
22:52:08.724938 run       osmo-ms-mob/00054(pid=190): Terminating (SIGTERM)
22:52:08.728905 run       osmo-ms-mob/00055(pid=191): Terminating (SIGTERM)
22:52:08.732912 run       osmo-ms-mob/00056(pid=192): Terminating (SIGTERM)
22:52:08.737245 run       osmo-ms-mob/00057(pid=193): Terminating (SIGTERM)
22:52:08.741178 run       osmo-ms-mob/00058(pid=194): Terminating (SIGTERM)
22:52:08.745139 run       osmo-ms-mob/00059(pid=195): Terminating (SIGTERM)
22:52:08.749019 run       osmo-ms-mob/00060(pid=196): Terminating (SIGTERM)
22:52:08.752856 run       osmo-ms-mob/00061(pid=197): Terminating (SIGTERM)
22:52:08.756775 run       osmo-ms-mob/00062(pid=198): Terminating (SIGTERM)
22:52:08.760686 run       osmo-ms-mob/00063(pid=199): Terminating (SIGTERM)
22:52:08.764613 run       osmo-ms-mob/00064(pid=200): Terminating (SIGTERM)
22:52:08.768547 run       osmo-ms-mob/00065(pid=201): Terminating (SIGTERM)
22:52:08.772539 run       osmo-ms-mob/00066(pid=202): Terminating (SIGTERM)
22:52:08.776474 run       osmo-ms-mob/00067(pid=203): Terminating (SIGTERM)
22:52:08.780482 run       osmo-ms-mob/00068(pid=204): Terminating (SIGTERM)
22:52:08.784479 run       osmo-ms-mob/00069(pid=205): Terminating (SIGTERM)
22:52:08.788522 run       osmo-ms-mob/00070(pid=206): Terminating (SIGTERM)
22:52:08.792693 run       osmo-ms-mob/00071(pid=207): Terminating (SIGTERM)
22:52:08.796805 run       osmo-ms-mob/00072(pid=208): Terminating (SIGTERM)
22:52:08.800792 run       osmo-ms-mob/00073(pid=209): Terminating (SIGTERM)
22:52:08.804785 run       osmo-ms-mob/00074(pid=210): Terminating (SIGTERM)
22:52:08.808758 run       osmo-ms-mob/00075(pid=211): Terminating (SIGTERM)
22:52:08.812781 run       osmo-ms-mob/00076(pid=212): Terminating (SIGTERM)
22:52:08.816830 run       osmo-ms-mob/00077(pid=213): Terminating (SIGTERM)
22:52:08.820849 run       osmo-ms-mob/00078(pid=214): Terminating (SIGTERM)
22:52:08.824832 run       osmo-ms-mob/00079(pid=215): Terminating (SIGTERM)
22:52:08.828765 run       osmo-ms-mob/00080(pid=216): Terminating (SIGTERM)
22:52:08.832699 run       osmo-ms-mob/00081(pid=217): Terminating (SIGTERM)
22:52:08.836756 run       osmo-ms-mob/00082(pid=218): Terminating (SIGTERM)
22:52:08.840701 run       osmo-ms-mob/00083(pid=219): Terminating (SIGTERM)
22:52:08.844659 run       osmo-ms-mob/00084(pid=220): Terminating (SIGTERM)
22:52:08.848566 run       osmo-ms-mob/00085(pid=221): Terminating (SIGTERM)
22:52:08.852478 run       osmo-ms-mob/00086(pid=222): Terminating (SIGTERM)
22:52:08.856448 run       osmo-ms-mob/00087(pid=223): Terminating (SIGTERM)
22:52:08.860475 run       osmo-ms-mob/00088(pid=224): Terminating (SIGTERM)
22:52:08.864460 run       osmo-ms-mob/00089(pid=225): Terminating (SIGTERM)
22:52:08.868328 run       osmo-ms-mob/00090(pid=226): Terminating (SIGTERM)
22:52:08.872260 run       osmo-ms-mob/00091(pid=227): Terminating (SIGTERM)
22:52:08.876195 run       osmo-ms-mob/00092(pid=228): Terminating (SIGTERM)
22:52:08.880233 run       osmo-ms-mob/00093(pid=229): Terminating (SIGTERM)
22:52:08.884253 run       osmo-ms-mob/00094(pid=230): Terminating (SIGTERM)
22:52:08.888204 run       osmo-ms-mob/00095(pid=231): Terminating (SIGTERM)
22:52:08.892066 run       osmo-ms-mob/00096(pid=232): Terminating (SIGTERM)
22:52:08.895978 run       osmo-ms-mob/00097(pid=233): Terminating (SIGTERM)
22:52:08.899935 run       osmo-ms-mob/00098(pid=234): Terminating (SIGTERM)
22:52:08.903857 run       osmo-ms-mob/00099(pid=235): Terminating (SIGTERM)
22:52:08.907857 ---      ParallelTerminationStrategy: PID 23 died...
22:52:08.909683 run pcap-recorder_any(filters='host 127.0.42.2')(pid=23): Terminated: ok {rc=0}
22:52:08.914120 ---      ParallelTerminationStrategy: PID 24 died...
22:52:08.916012 run      osmo-hlr_127.0.42.2(pid=24): Terminated: ok {rc=0}
22:52:08.920606 ---      ParallelTerminationStrategy: PID 25 died...
22:52:08.922875 run pcap-recorder_any(filters='host 127.0.42.5 and port not 22')(pid=25): Terminated: ok {rc=0}
22:52:08.927376 ---      ParallelTerminationStrategy: PID 26 died...
22:52:08.929304 run      osmo-stp_127.0.42.5(pid=26): Terminated: ok {rc=0}
22:52:08.933849 ---      ParallelTerminationStrategy: PID 27 died...
22:52:08.935749 run pcap-recorder_any(filters='host 127.0.42.6 and port not 22')(pid=27): Terminated: ok {rc=0}
22:52:08.940323 ---      ParallelTerminationStrategy: PID 28 died...
22:52:08.942320 run      osmo-msc_127.0.42.6(pid=28): Terminated: ok {rc=0}
22:52:08.947018 ---      ParallelTerminationStrategy: PID 29 died...
22:52:08.948992 run pcap-recorder_any(filters='host 127.0.42.3 and port not 22')(pid=29): Terminated: ok {rc=0}
22:52:08.953616 ---      ParallelTerminationStrategy: PID 30 died...
22:52:08.955536 run      osmo-mgw_127.0.42.3(pid=30): Terminated {rc=15}
22:52:08.960085 ---      ParallelTerminationStrategy: PID 31 died...
22:52:08.962036 run pcap-recorder_any(filters='host 127.0.42.4 and port not 22')(pid=31): Terminated: ok {rc=0}
22:52:08.966601 ---      ParallelTerminationStrategy: PID 32 died...
22:52:08.968417 run      osmo-mgw_127.0.42.4(pid=32): Terminated {rc=15}
22:52:08.972812 ---      ParallelTerminationStrategy: PID 33 died...
22:52:08.974622 run pcap-recorder_any(filters='host 127.0.42.7 and port not 22')(pid=33): Terminated: ok {rc=0}
22:52:08.979008 ---      ParallelTerminationStrategy: PID 34 died...
22:52:08.980855 run      osmo-bsc_127.0.42.7(pid=34): Terminated: ok {rc=0}
22:52:08.985295 ---      ParallelTerminationStrategy: PID 36 died...
22:52:08.987203 run   osmo-ms-virt-phy/00000(pid=36): Terminated: ok {rc=0}
22:52:08.991707 ---      ParallelTerminationStrategy: PID 37 died...
22:52:08.993574 run   osmo-ms-virt-phy/00001(pid=37): Terminated: ok {rc=0}
22:52:08.998038 ---      ParallelTerminationStrategy: PID 38 died...
22:52:08.999867 run   osmo-ms-virt-phy/00002(pid=38): Terminated: ok {rc=0}
22:52:09.004267 ---      ParallelTerminationStrategy: PID 39 died...
22:52:09.006160 run   osmo-ms-virt-phy/00003(pid=39): Terminated: ok {rc=0}
22:52:09.010599 ---      ParallelTerminationStrategy: PID 40 died...
22:52:09.012468 run   osmo-ms-virt-phy/00004(pid=40): Terminated: ok {rc=0}
22:52:09.016894 ---      ParallelTerminationStrategy: PID 41 died...
22:52:09.018744 run   osmo-ms-virt-phy/00005(pid=41): Terminated: ok {rc=0}
22:52:09.023164 ---      ParallelTerminationStrategy: PID 42 died...
22:52:09.025010 run   osmo-ms-virt-phy/00006(pid=42): Terminated: ok {rc=0}
22:52:09.029430 ---      ParallelTerminationStrategy: PID 43 died...
22:52:09.031264 run   osmo-ms-virt-phy/00007(pid=43): Terminated: ok {rc=0}
22:52:09.035689 ---      ParallelTerminationStrategy: PID 44 died...
22:52:09.037554 run   osmo-ms-virt-phy/00008(pid=44): Terminated: ok {rc=0}
22:52:09.041973 ---      ParallelTerminationStrategy: PID 45 died...
22:52:09.043823 run   osmo-ms-virt-phy/00009(pid=45): Terminated: ok {rc=0}
22:52:09.048231 ---      ParallelTerminationStrategy: PID 46 died...
22:52:09.050159 run   osmo-ms-virt-phy/00010(pid=46): Terminated: ok {rc=0}
22:52:09.054639 ---      ParallelTerminationStrategy: PID 47 died...
22:52:09.056498 run   osmo-ms-virt-phy/00011(pid=47): Terminated: ok {rc=0}
22:52:09.061834 ---      ParallelTerminationStrategy: PID 48 died...
22:52:09.064309 run   osmo-ms-virt-phy/00012(pid=48): Terminated: ok {rc=0}
22:52:09.070608 ---      ParallelTerminationStrategy: PID 49 died...
22:52:09.073305 run   osmo-ms-virt-phy/00013(pid=49): Terminated: ok {rc=0}
22:52:09.079743 ---      ParallelTerminationStrategy: PID 50 died...
22:52:09.082542 run   osmo-ms-virt-phy/00014(pid=50): Terminated: ok {rc=0}
22:52:09.088946 ---      ParallelTerminationStrategy: PID 51 died...
22:52:09.091637 run   osmo-ms-virt-phy/00015(pid=51): Terminated: ok {rc=0}
22:52:09.098194 ---      ParallelTerminationStrategy: PID 52 died...
22:52:09.100920 run   osmo-ms-virt-phy/00016(pid=52): Terminated: ok {rc=0}
22:52:09.107210 ---      ParallelTerminationStrategy: PID 53 died...
22:52:09.109702 run   osmo-ms-virt-phy/00017(pid=53): Terminated: ok {rc=0}
22:52:09.115022 ---      ParallelTerminationStrategy: PID 54 died...
22:52:09.116945 run   osmo-ms-virt-phy/00018(pid=54): Terminated: ok {rc=0}
22:52:09.121433 ---      ParallelTerminationStrategy: PID 55 died...
22:52:09.123322 run   osmo-ms-virt-phy/00019(pid=55): Terminated: ok {rc=0}
22:52:09.127749 ---      ParallelTerminationStrategy: PID 56 died...
22:52:09.129639 run   osmo-ms-virt-phy/00020(pid=56): Terminated: ok {rc=0}
22:52:09.134023 ---      ParallelTerminationStrategy: PID 57 died...
22:52:09.135936 run   osmo-ms-virt-phy/00021(pid=57): Terminated: ok {rc=0}
22:52:09.140389 ---      ParallelTerminationStrategy: PID 58 died...
22:52:09.142286 run   osmo-ms-virt-phy/00022(pid=58): Terminated: ok {rc=0}
22:52:09.146767 ---      ParallelTerminationStrategy: PID 59 died...
22:52:09.148628 run   osmo-ms-virt-phy/00023(pid=59): Terminated: ok {rc=0}
22:52:09.153067 ---      ParallelTerminationStrategy: PID 60 died...
22:52:09.154919 run   osmo-ms-virt-phy/00024(pid=60): Terminated: ok {rc=0}
22:52:09.159349 ---      ParallelTerminationStrategy: PID 61 died...
22:52:09.161226 run   osmo-ms-virt-phy/00025(pid=61): Terminated: ok {rc=0}
22:52:09.165697 ---      ParallelTerminationStrategy: PID 62 died...
22:52:09.167617 run   osmo-ms-virt-phy/00026(pid=62): Terminated: ok {rc=0}
22:52:09.172220 ---      ParallelTerminationStrategy: PID 63 died...
22:52:09.174227 run   osmo-ms-virt-phy/00027(pid=63): Terminated: ok {rc=0}
22:52:09.178818 ---      ParallelTerminationStrategy: PID 64 died...
22:52:09.180783 run   osmo-ms-virt-phy/00028(pid=64): Terminated: ok {rc=0}
22:52:09.185377 ---      ParallelTerminationStrategy: PID 65 died...
22:52:09.187297 run   osmo-ms-virt-phy/00029(pid=65): Terminated: ok {rc=0}
22:52:09.191878 ---      ParallelTerminationStrategy: PID 66 died...
22:52:09.193851 run   osmo-ms-virt-phy/00030(pid=66): Terminated: ok {rc=0}
22:52:09.198417 ---      ParallelTerminationStrategy: PID 67 died...
22:52:09.200328 run   osmo-ms-virt-phy/00031(pid=67): Terminated: ok {rc=0}
22:52:09.204833 ---      ParallelTerminationStrategy: PID 68 died...
22:52:09.206744 run   osmo-ms-virt-phy/00032(pid=68): Terminated: ok {rc=0}
22:52:09.211212 ---      ParallelTerminationStrategy: PID 69 died...
22:52:09.213125 run   osmo-ms-virt-phy/00033(pid=69): Terminated: ok {rc=0}
22:52:09.217624 ---      ParallelTerminationStrategy: PID 70 died...
22:52:09.219544 run   osmo-ms-virt-phy/00034(pid=70): Terminated: ok {rc=0}
22:52:09.224022 ---      ParallelTerminationStrategy: PID 71 died...
22:52:09.225951 run   osmo-ms-virt-phy/00035(pid=71): Terminated: ok {rc=0}
22:52:09.230477 ---      ParallelTerminationStrategy: PID 72 died...
22:52:09.232373 run   osmo-ms-virt-phy/00036(pid=72): Terminated: ok {rc=0}
22:52:09.236847 ---      ParallelTerminationStrategy: PID 73 died...
22:52:09.238768 run   osmo-ms-virt-phy/00037(pid=73): Terminated: ok {rc=0}
22:52:09.243464 ---      ParallelTerminationStrategy: PID 74 died...
22:52:09.245730 run   osmo-ms-virt-phy/00038(pid=74): Terminated: ok {rc=0}
22:52:09.251025 ---      ParallelTerminationStrategy: PID 75 died...
22:52:09.253162 run   osmo-ms-virt-phy/00039(pid=75): Terminated: ok {rc=0}
22:52:09.257801 ---      ParallelTerminationStrategy: PID 76 died...
22:52:09.259699 run   osmo-ms-virt-phy/00040(pid=76): Terminated: ok {rc=0}
22:52:09.264248 ---      ParallelTerminationStrategy: PID 77 died...
22:52:09.266245 run   osmo-ms-virt-phy/00041(pid=77): Terminated: ok {rc=0}
22:52:09.270851 ---      ParallelTerminationStrategy: PID 78 died...
22:52:09.272877 run   osmo-ms-virt-phy/00042(pid=78): Terminated: ok {rc=0}
22:52:09.278293 ---      ParallelTerminationStrategy: PID 79 died...
22:52:09.281001 run   osmo-ms-virt-phy/00043(pid=79): Terminated: ok {rc=0}
22:52:09.287396 ---      ParallelTerminationStrategy: PID 80 died...
22:52:09.290310 run   osmo-ms-virt-phy/00044(pid=80): Terminated: ok {rc=0}
22:52:09.297133 ---      ParallelTerminationStrategy: PID 81 died...
22:52:09.299868 run   osmo-ms-virt-phy/00045(pid=81): Terminated: ok {rc=0}
22:52:09.306378 ---      ParallelTerminationStrategy: PID 82 died...
22:52:09.309165 run   osmo-ms-virt-phy/00046(pid=82): Terminated: ok {rc=0}
22:52:09.315767 ---      ParallelTerminationStrategy: PID 83 died...
22:52:09.318567 run   osmo-ms-virt-phy/00047(pid=83): Terminated: ok {rc=0}
22:52:09.325129 ---      ParallelTerminationStrategy: PID 84 died...
22:52:09.327882 run   osmo-ms-virt-phy/00048(pid=84): Terminated: ok {rc=0}
22:52:09.334532 ---      ParallelTerminationStrategy: PID 85 died...
22:52:09.337361 run   osmo-ms-virt-phy/00049(pid=85): Terminated: ok {rc=0}
22:52:09.343917 ---      ParallelTerminationStrategy: PID 86 died...
22:52:09.346695 run   osmo-ms-virt-phy/00050(pid=86): Terminated: ok {rc=0}
22:52:09.353372 ---      ParallelTerminationStrategy: PID 87 died...
22:52:09.356132 run   osmo-ms-virt-phy/00051(pid=87): Terminated: ok {rc=0}
22:52:09.362964 ---      ParallelTerminationStrategy: PID 88 died...
22:52:09.365761 run   osmo-ms-virt-phy/00052(pid=88): Terminated: ok {rc=0}
22:52:09.371566 ---      ParallelTerminationStrategy: PID 89 died...
22:52:09.373659 run   osmo-ms-virt-phy/00053(pid=89): Terminated: ok {rc=0}
22:52:09.378388 ---      ParallelTerminationStrategy: PID 90 died...
22:52:09.380432 run   osmo-ms-virt-phy/00054(pid=90): Terminated: ok {rc=0}
22:52:09.385321 ---      ParallelTerminationStrategy: PID 91 died...
22:52:09.387356 run   osmo-ms-virt-phy/00055(pid=91): Terminated: ok {rc=0}
22:52:09.392028 ---      ParallelTerminationStrategy: PID 92 died...
22:52:09.394014 run   osmo-ms-virt-phy/00056(pid=92): Terminated: ok {rc=0}
22:52:09.398707 ---      ParallelTerminationStrategy: PID 93 died...
22:52:09.400767 run   osmo-ms-virt-phy/00057(pid=93): Terminated: ok {rc=0}
22:52:09.405604 ---      ParallelTerminationStrategy: PID 94 died...
22:52:09.407563 run   osmo-ms-virt-phy/00058(pid=94): Terminated: ok {rc=0}
22:52:09.412235 ---      ParallelTerminationStrategy: PID 95 died...
22:52:09.414676 run   osmo-ms-virt-phy/00059(pid=95): Terminated: ok {rc=0}
22:52:09.421095 ---      ParallelTerminationStrategy: PID 96 died...
22:52:09.423864 run   osmo-ms-virt-phy/00060(pid=96): Terminated: ok {rc=0}
22:52:09.430422 ---      ParallelTerminationStrategy: PID 97 died...
22:52:09.433211 run   osmo-ms-virt-phy/00061(pid=97): Terminated: ok {rc=0}
22:52:09.439618 ---      ParallelTerminationStrategy: PID 98 died...
22:52:09.442300 run   osmo-ms-virt-phy/00062(pid=98): Terminated: ok {rc=0}
22:52:09.448830 ---      ParallelTerminationStrategy: PID 99 died...
22:52:09.451604 run   osmo-ms-virt-phy/00063(pid=99): Terminated: ok {rc=0}
22:52:09.458116 ---      ParallelTerminationStrategy: PID 100 died...
22:52:09.460784 run  osmo-ms-virt-phy/00064(pid=100): Terminated: ok {rc=0}
22:52:09.467200 ---      ParallelTerminationStrategy: PID 101 died...
22:52:09.469933 run  osmo-ms-virt-phy/00065(pid=101): Terminated: ok {rc=0}
22:52:09.476276 ---      ParallelTerminationStrategy: PID 102 died...
22:52:09.478982 run  osmo-ms-virt-phy/00066(pid=102): Terminated: ok {rc=0}
22:52:09.485350 ---      ParallelTerminationStrategy: PID 103 died...
22:52:09.487994 run  osmo-ms-virt-phy/00067(pid=103): Terminated: ok {rc=0}
22:52:09.494485 ---      ParallelTerminationStrategy: PID 104 died...
22:52:09.497268 run  osmo-ms-virt-phy/00068(pid=104): Terminated: ok {rc=0}
22:52:09.503545 ---      ParallelTerminationStrategy: PID 105 died...
22:52:09.506154 run  osmo-ms-virt-phy/00069(pid=105): Terminated: ok {rc=0}
22:52:09.512314 ---      ParallelTerminationStrategy: PID 106 died...
22:52:09.514336 run  osmo-ms-virt-phy/00070(pid=106): Terminated: ok {rc=0}
22:52:09.519041 ---      ParallelTerminationStrategy: PID 107 died...
22:52:09.521031 run  osmo-ms-virt-phy/00071(pid=107): Terminated: ok {rc=0}
22:52:09.525660 ---      ParallelTerminationStrategy: PID 108 died...
22:52:09.527601 run  osmo-ms-virt-phy/00072(pid=108): Terminated: ok {rc=0}
22:52:09.532233 ---      ParallelTerminationStrategy: PID 109 died...
22:52:09.534226 run  osmo-ms-virt-phy/00073(pid=109): Terminated: ok {rc=0}
22:52:09.539018 ---      ParallelTerminationStrategy: PID 110 died...
22:52:09.541008 run  osmo-ms-virt-phy/00074(pid=110): Terminated: ok {rc=0}
22:52:09.545732 ---      ParallelTerminationStrategy: PID 111 died...
22:52:09.547807 run  osmo-ms-virt-phy/00075(pid=111): Terminated: ok {rc=0}
22:52:09.552806 ---      ParallelTerminationStrategy: PID 112 died...
22:52:09.555281 run  osmo-ms-virt-phy/00076(pid=112): Terminated: ok {rc=0}
22:52:09.562545 ---      ParallelTerminationStrategy: PID 113 died...
22:52:09.565507 run  osmo-ms-virt-phy/00077(pid=113): Terminated: ok {rc=0}
22:52:09.573031 ---      ParallelTerminationStrategy: PID 114 died...
22:52:09.576159 run  osmo-ms-virt-phy/00078(pid=114): Terminated: ok {rc=0}
22:52:09.581803 ---      ParallelTerminationStrategy: PID 115 died...
22:52:09.583823 run  osmo-ms-virt-phy/00079(pid=115): Terminated: ok {rc=0}
22:52:09.588810 ---      ParallelTerminationStrategy: PID 116 died...
22:52:09.590902 run  osmo-ms-virt-phy/00080(pid=116): Terminated: ok {rc=0}
22:52:09.595635 ---      ParallelTerminationStrategy: PID 117 died...
22:52:09.597636 run  osmo-ms-virt-phy/00081(pid=117): Terminated: ok {rc=0}
22:52:09.602254 ---      ParallelTerminationStrategy: PID 118 died...
22:52:09.604346 run  osmo-ms-virt-phy/00082(pid=118): Terminated: ok {rc=0}
22:52:09.609184 ---      ParallelTerminationStrategy: PID 119 died...
22:52:09.611163 run  osmo-ms-virt-phy/00083(pid=119): Terminated: ok {rc=0}
22:52:09.615930 ---      ParallelTerminationStrategy: PID 120 died...
22:52:09.618017 run  osmo-ms-virt-phy/00084(pid=120): Terminated: ok {rc=0}
22:52:09.622754 ---      ParallelTerminationStrategy: PID 121 died...
22:52:09.624796 run  osmo-ms-virt-phy/00085(pid=121): Terminated: ok {rc=0}
22:52:09.629734 ---      ParallelTerminationStrategy: PID 122 died...
22:52:09.632351 run  osmo-ms-virt-phy/00086(pid=122): Terminated: ok {rc=0}
22:52:09.637681 ---      ParallelTerminationStrategy: PID 123 died...
22:52:09.639674 run  osmo-ms-virt-phy/00087(pid=123): Terminated: ok {rc=0}
22:52:09.644589 ---      ParallelTerminationStrategy: PID 124 died...
22:52:09.646620 run  osmo-ms-virt-phy/00088(pid=124): Terminated: ok {rc=0}
22:52:09.651710 ---      ParallelTerminationStrategy: PID 125 died...
22:52:09.653814 run  osmo-ms-virt-phy/00089(pid=125): Terminated: ok {rc=0}
22:52:09.658721 ---      ParallelTerminationStrategy: PID 126 died...
22:52:09.660939 run  osmo-ms-virt-phy/00090(pid=126): Terminated: ok {rc=0}
22:52:09.665808 ---      ParallelTerminationStrategy: PID 127 died...
22:52:09.667940 run  osmo-ms-virt-phy/00091(pid=127): Terminated: ok {rc=0}
22:52:09.672914 ---      ParallelTerminationStrategy: PID 128 died...
22:52:09.674943 run  osmo-ms-virt-phy/00092(pid=128): Terminated: ok {rc=0}
22:52:09.679846 ---      ParallelTerminationStrategy: PID 129 died...
22:52:09.681991 run  osmo-ms-virt-phy/00093(pid=129): Terminated: ok {rc=0}
22:52:09.686858 ---      ParallelTerminationStrategy: PID 130 died...
22:52:09.688934 run  osmo-ms-virt-phy/00094(pid=130): Terminated: ok {rc=0}
22:52:09.693767 ---      ParallelTerminationStrategy: PID 131 died...
22:52:09.695858 run  osmo-ms-virt-phy/00095(pid=131): Terminated: ok {rc=0}
22:52:09.700736 ---      ParallelTerminationStrategy: PID 132 died...
22:52:09.702922 run  osmo-ms-virt-phy/00096(pid=132): Terminated: ok {rc=0}
22:52:09.707759 ---      ParallelTerminationStrategy: PID 133 died...
22:52:09.709797 run  osmo-ms-virt-phy/00097(pid=133): Terminated: ok {rc=0}
22:52:09.714546 ---      ParallelTerminationStrategy: PID 134 died...
22:52:09.716545 run  osmo-ms-virt-phy/00098(pid=134): Terminated: ok {rc=0}
22:52:09.721304 ---      ParallelTerminationStrategy: PID 135 died...
22:52:09.723361 run  osmo-ms-virt-phy/00099(pid=135): Terminated: ok {rc=0}
22:52:09.728237 ---      ParallelTerminationStrategy: PID 136 died...
22:52:09.730293 run       osmo-ms-mob/00000(pid=136): Terminated {rc=26112}
22:52:09.735009 ---      ParallelTerminationStrategy: PID 137 died...
22:52:09.737049 run       osmo-ms-mob/00001(pid=137): Terminated {rc=26112}
22:52:09.741817 ---      ParallelTerminationStrategy: PID 138 died...
22:52:09.743797 run       osmo-ms-mob/00002(pid=138): Terminated {rc=26112}
22:52:09.748598 ---      ParallelTerminationStrategy: PID 139 died...
22:52:09.750630 run       osmo-ms-mob/00003(pid=139): Terminated {rc=26112}
22:52:09.755303 ---      ParallelTerminationStrategy: PID 140 died...
22:52:09.757289 run       osmo-ms-mob/00004(pid=140): Terminated {rc=26112}
22:52:09.762017 ---      ParallelTerminationStrategy: PID 141 died...
22:52:09.764020 run       osmo-ms-mob/00005(pid=141): Terminated {rc=26112}
22:52:09.768743 ---      ParallelTerminationStrategy: PID 142 died...
22:52:09.770720 run       osmo-ms-mob/00006(pid=142): Terminated {rc=26112}
22:52:09.775510 ---      ParallelTerminationStrategy: PID 143 died...
22:52:09.777568 run       osmo-ms-mob/00007(pid=143): Terminated {rc=26112}
22:52:09.782366 ---      ParallelTerminationStrategy: PID 144 died...
22:52:09.784375 run       osmo-ms-mob/00008(pid=144): Terminated {rc=26112}
22:52:09.789192 ---      ParallelTerminationStrategy: PID 145 died...
22:52:09.791184 run       osmo-ms-mob/00009(pid=145): Terminated {rc=26112}
22:52:09.795858 ---      ParallelTerminationStrategy: PID 146 died...
22:52:09.797914 run       osmo-ms-mob/00010(pid=146): Terminated {rc=26112}
22:52:09.802583 ---      ParallelTerminationStrategy: PID 147 died...
22:52:09.804588 run       osmo-ms-mob/00011(pid=147): Terminated {rc=26112}
22:52:09.809237 ---      ParallelTerminationStrategy: PID 148 died...
22:52:09.811274 run       osmo-ms-mob/00012(pid=148): Terminated {rc=26112}
22:52:09.815997 ---      ParallelTerminationStrategy: PID 149 died...
22:52:09.818015 run       osmo-ms-mob/00013(pid=149): Terminated {rc=26112}
22:52:09.823468 ---      ParallelTerminationStrategy: PID 150 died...
22:52:09.825641 run       osmo-ms-mob/00014(pid=150): Terminated {rc=26112}
22:52:09.830478 ---      ParallelTerminationStrategy: PID 151 died...
22:52:09.832621 run       osmo-ms-mob/00015(pid=151): Terminated {rc=26112}
22:52:09.837292 ---      ParallelTerminationStrategy: PID 152 died...
22:52:09.839401 run       osmo-ms-mob/00016(pid=152): Terminated {rc=26112}
22:52:09.844367 ---      ParallelTerminationStrategy: PID 153 died...
22:52:09.846361 run       osmo-ms-mob/00017(pid=153): Terminated {rc=26112}
22:52:09.851201 ---      ParallelTerminationStrategy: PID 154 died...
22:52:09.853209 run       osmo-ms-mob/00018(pid=154): Terminated {rc=26112}
22:52:09.857830 ---      ParallelTerminationStrategy: PID 155 died...
22:52:09.859758 run       osmo-ms-mob/00019(pid=155): Terminated {rc=26112}
22:52:09.864432 ---      ParallelTerminationStrategy: PID 156 died...
22:52:09.866505 run       osmo-ms-mob/00020(pid=156): Terminated {rc=26112}
22:52:09.871246 ---      ParallelTerminationStrategy: PID 157 died...
22:52:09.873232 run       osmo-ms-mob/00021(pid=157): Terminated {rc=26112}
22:52:09.877886 ---      ParallelTerminationStrategy: PID 158 died...
22:52:09.879881 run       osmo-ms-mob/00022(pid=158): Terminated {rc=26112}
22:52:09.884611 ---      ParallelTerminationStrategy: PID 159 died...
22:52:09.886686 run       osmo-ms-mob/00023(pid=159): Terminated {rc=26112}
22:52:09.891461 ---      ParallelTerminationStrategy: PID 160 died...
22:52:09.893431 run       osmo-ms-mob/00024(pid=160): Terminated {rc=26112}
22:52:09.898063 ---      ParallelTerminationStrategy: PID 161 died...
22:52:09.900014 run       osmo-ms-mob/00025(pid=161): Terminated {rc=26112}
22:52:09.904671 ---      ParallelTerminationStrategy: PID 162 died...
22:52:09.906650 run       osmo-ms-mob/00026(pid=162): Terminated {rc=26112}
22:52:09.911312 ---      ParallelTerminationStrategy: PID 163 died...
22:52:09.913312 run       osmo-ms-mob/00027(pid=163): Terminated {rc=26112}
22:52:09.917962 ---      ParallelTerminationStrategy: PID 164 died...
22:52:09.919945 run       osmo-ms-mob/00028(pid=164): Terminated {rc=26112}
22:52:09.924744 ---      ParallelTerminationStrategy: PID 165 died...
22:52:09.926705 run       osmo-ms-mob/00029(pid=165): Terminated {rc=26112}
22:52:09.931269 ---      ParallelTerminationStrategy: PID 166 died...
22:52:09.933190 run       osmo-ms-mob/00030(pid=166): Terminated {rc=26112}
22:52:09.938717 ---      ParallelTerminationStrategy: PID 167 died...
22:52:09.940692 run       osmo-ms-mob/00031(pid=167): Terminated {rc=26112}
22:52:09.945321 ---      ParallelTerminationStrategy: PID 168 died...
22:52:09.947191 run       osmo-ms-mob/00032(pid=168): Terminated {rc=26112}
22:52:09.951751 ---      ParallelTerminationStrategy: PID 169 died...
22:52:09.953731 run       osmo-ms-mob/00033(pid=169): Terminated {rc=26112}
22:52:09.958302 ---      ParallelTerminationStrategy: PID 170 died...
22:52:09.960191 run       osmo-ms-mob/00034(pid=170): Terminated {rc=26112}
22:52:09.964803 ---      ParallelTerminationStrategy: PID 171 died...
22:52:09.966712 run       osmo-ms-mob/00035(pid=171): Terminated {rc=26112}
22:52:09.971496 ---      ParallelTerminationStrategy: PID 172 died...
22:52:09.973570 run       osmo-ms-mob/00036(pid=172): Terminated {rc=26112}
22:52:09.978222 ---      ParallelTerminationStrategy: PID 173 died...
22:52:09.980147 run       osmo-ms-mob/00037(pid=173): Terminated {rc=26112}
22:52:09.984875 ---      ParallelTerminationStrategy: PID 174 died...
22:52:09.986912 run       osmo-ms-mob/00038(pid=174): Terminated {rc=26112}
22:52:09.991702 ---      ParallelTerminationStrategy: PID 175 died...
22:52:09.993700 run       osmo-ms-mob/00039(pid=175): Terminated {rc=26112}
22:52:09.998582 ---      ParallelTerminationStrategy: PID 176 died...
22:52:10.000667 run       osmo-ms-mob/00040(pid=176): Terminated {rc=26112}
22:52:10.006025 ---      ParallelTerminationStrategy: PID 177 died...
22:52:10.008086 run       osmo-ms-mob/00041(pid=177): Terminated {rc=26112}
22:52:10.013138 ---      ParallelTerminationStrategy: PID 178 died...
22:52:10.015238 run       osmo-ms-mob/00042(pid=178): Terminated {rc=26112}
22:52:10.020119 ---      ParallelTerminationStrategy: PID 179 died...
22:52:10.022134 run       osmo-ms-mob/00043(pid=179): Terminated {rc=26112}
22:52:10.027043 ---      ParallelTerminationStrategy: PID 180 died...
22:52:10.029103 run       osmo-ms-mob/00044(pid=180): Terminated {rc=26112}
22:52:10.033974 ---      ParallelTerminationStrategy: PID 181 died...
22:52:10.036003 run       osmo-ms-mob/00045(pid=181): Terminated {rc=26112}
22:52:10.041735 ---      ParallelTerminationStrategy: PID 182 died...
22:52:10.044288 run       osmo-ms-mob/00046(pid=182): Terminated {rc=26112}
22:52:10.049396 ---      ParallelTerminationStrategy: PID 183 died...
22:52:10.051499 run       osmo-ms-mob/00047(pid=183): Terminated {rc=26112}
22:52:10.056474 ---      ParallelTerminationStrategy: PID 184 died...
22:52:10.058524 run       osmo-ms-mob/00048(pid=184): Terminated {rc=26112}
22:52:10.063259 ---      ParallelTerminationStrategy: PID 185 died...
22:52:10.065341 run       osmo-ms-mob/00049(pid=185): Terminated {rc=26112}
22:52:10.070021 ---      ParallelTerminationStrategy: PID 186 died...
22:52:10.071950 run       osmo-ms-mob/00050(pid=186): Terminated {rc=26112}
22:52:10.076783 ---      ParallelTerminationStrategy: PID 187 died...
22:52:10.078842 run       osmo-ms-mob/00051(pid=187): Terminated {rc=26112}
22:52:10.083683 ---      ParallelTerminationStrategy: PID 188 died...
22:52:10.085710 run       osmo-ms-mob/00052(pid=188): Terminated {rc=26112}
22:52:10.090367 ---      ParallelTerminationStrategy: PID 189 died...
22:52:10.092385 run       osmo-ms-mob/00053(pid=189): Terminated {rc=26112}
22:52:10.097189 ---      ParallelTerminationStrategy: PID 190 died...
22:52:10.099219 run       osmo-ms-mob/00054(pid=190): Terminated {rc=26112}
22:52:10.103986 ---      ParallelTerminationStrategy: PID 191 died...
22:52:10.106356 run       osmo-ms-mob/00055(pid=191): Terminated {rc=26112}
22:52:10.111083 ---      ParallelTerminationStrategy: PID 192 died...
22:52:10.113142 run       osmo-ms-mob/00056(pid=192): Terminated {rc=26112}
22:52:10.117869 ---      ParallelTerminationStrategy: PID 193 died...
22:52:10.119835 run       osmo-ms-mob/00057(pid=193): Terminated {rc=26112}
22:52:10.124588 ---      ParallelTerminationStrategy: PID 194 died...
22:52:10.126529 run       osmo-ms-mob/00058(pid=194): Terminated {rc=26112}
22:52:10.131388 ---      ParallelTerminationStrategy: PID 195 died...
22:52:10.133579 run       osmo-ms-mob/00059(pid=195): Terminated {rc=26112}
22:52:10.138870 ---      ParallelTerminationStrategy: PID 196 died...
22:52:10.140868 run       osmo-ms-mob/00060(pid=196): Terminated {rc=26112}
22:52:10.145611 ---      ParallelTerminationStrategy: PID 197 died...
22:52:10.147677 run       osmo-ms-mob/00061(pid=197): Terminated {rc=26112}
22:52:10.152406 ---      ParallelTerminationStrategy: PID 198 died...
22:52:10.154391 run       osmo-ms-mob/00062(pid=198): Terminated {rc=26112}
22:52:10.159058 ---      ParallelTerminationStrategy: PID 199 died...
22:52:10.161303 run       osmo-ms-mob/00063(pid=199): Terminated {rc=26112}
22:52:10.166147 ---      ParallelTerminationStrategy: PID 200 died...
22:52:10.168201 run       osmo-ms-mob/00064(pid=200): Terminated {rc=26112}
22:52:10.172938 ---      ParallelTerminationStrategy: PID 201 died...
22:52:10.174839 run       osmo-ms-mob/00065(pid=201): Terminated {rc=26112}
22:52:10.179354 ---      ParallelTerminationStrategy: PID 202 died...
22:52:10.181294 run       osmo-ms-mob/00066(pid=202): Terminated {rc=26112}
22:52:10.185763 ---      ParallelTerminationStrategy: PID 203 died...
22:52:10.187630 run       osmo-ms-mob/00067(pid=203): Terminated {rc=26112}
22:52:10.192118 ---      ParallelTerminationStrategy: PID 204 died...
22:52:10.194141 run       osmo-ms-mob/00068(pid=204): Terminated {rc=26112}
22:52:10.200145 ---      ParallelTerminationStrategy: PID 205 died...
22:52:10.202324 run       osmo-ms-mob/00069(pid=205): Terminated {rc=26112}
22:52:10.206891 ---      ParallelTerminationStrategy: PID 206 died...
22:52:10.208791 run       osmo-ms-mob/00070(pid=206): Terminated {rc=26112}
22:52:10.213281 ---      ParallelTerminationStrategy: PID 207 died...
22:52:10.215204 run       osmo-ms-mob/00071(pid=207): Terminated {rc=26112}
22:52:10.219966 ---      ParallelTerminationStrategy: PID 208 died...
22:52:10.221964 run       osmo-ms-mob/00072(pid=208): Terminated {rc=26112}
22:52:10.226537 ---      ParallelTerminationStrategy: PID 209 died...
22:52:10.228472 run       osmo-ms-mob/00073(pid=209): Terminated {rc=26112}
22:52:10.233112 ---      ParallelTerminationStrategy: PID 210 died...
22:52:10.235063 run       osmo-ms-mob/00074(pid=210): Terminated {rc=26112}
22:52:10.239832 ---      ParallelTerminationStrategy: PID 211 died...
22:52:10.241816 run       osmo-ms-mob/00075(pid=211): Terminated {rc=26112}
22:52:10.246445 ---      ParallelTerminationStrategy: PID 212 died...
22:52:10.248360 run       osmo-ms-mob/00076(pid=212): Terminated {rc=26112}
22:52:10.253010 ---      ParallelTerminationStrategy: PID 213 died...
22:52:10.254941 run       osmo-ms-mob/00077(pid=213): Terminated {rc=26112}
22:52:10.259492 ---      ParallelTerminationStrategy: PID 214 died...
22:52:10.261431 run       osmo-ms-mob/00078(pid=214): Terminated {rc=26112}
22:52:10.266012 ---      ParallelTerminationStrategy: PID 215 died...
22:52:10.267974 run       osmo-ms-mob/00079(pid=215): Terminated {rc=26112}
22:52:10.272598 ---      ParallelTerminationStrategy: PID 216 died...
22:52:10.274467 run       osmo-ms-mob/00080(pid=216): Terminated {rc=26112}
22:52:10.278898 ---      ParallelTerminationStrategy: PID 217 died...
22:52:10.280774 run       osmo-ms-mob/00081(pid=217): Terminated {rc=26112}
22:52:10.285252 ---      ParallelTerminationStrategy: PID 218 died...
22:52:10.287124 run       osmo-ms-mob/00082(pid=218): Terminated {rc=26112}
22:52:10.291594 ---      ParallelTerminationStrategy: PID 219 died...
22:52:10.293511 run       osmo-ms-mob/00083(pid=219): Terminated {rc=26112}
22:52:10.297929 ---      ParallelTerminationStrategy: PID 220 died...
22:52:10.299802 run       osmo-ms-mob/00084(pid=220): Terminated {rc=26112}
22:52:10.306254 ---      ParallelTerminationStrategy: PID 221 died...
22:52:10.308125 run       osmo-ms-mob/00085(pid=221): Terminated {rc=26112}
22:52:10.312532 ---      ParallelTerminationStrategy: PID 222 died...
22:52:10.314389 run       osmo-ms-mob/00086(pid=222): Terminated {rc=26112}
22:52:10.318868 ---      ParallelTerminationStrategy: PID 223 died...
22:52:10.320709 run       osmo-ms-mob/00087(pid=223): Terminated {rc=26112}
22:52:10.325138 ---      ParallelTerminationStrategy: PID 224 died...
22:52:10.326999 run       osmo-ms-mob/00088(pid=224): Terminated {rc=26112}
22:52:10.331427 ---      ParallelTerminationStrategy: PID 225 died...
22:52:10.333374 run       osmo-ms-mob/00089(pid=225): Terminated {rc=26112}
22:52:10.337844 ---      ParallelTerminationStrategy: PID 226 died...
22:52:10.339738 run       osmo-ms-mob/00090(pid=226): Terminated {rc=26112}
22:52:10.344178 ---      ParallelTerminationStrategy: PID 227 died...
22:52:10.346105 run       osmo-ms-mob/00091(pid=227): Terminated {rc=26112}
22:52:10.350597 ---      ParallelTerminationStrategy: PID 228 died...
22:52:10.352533 run       osmo-ms-mob/00092(pid=228): Terminated {rc=26112}
22:52:10.357477 ---      ParallelTerminationStrategy: PID 229 died...
22:52:10.359610 run       osmo-ms-mob/00093(pid=229): Terminated {rc=26112}
22:52:10.364288 ---      ParallelTerminationStrategy: PID 230 died...
22:52:10.366337 run       osmo-ms-mob/00094(pid=230): Terminated {rc=26112}
22:52:10.370858 ---      ParallelTerminationStrategy: PID 231 died...
22:52:10.372764 run       osmo-ms-mob/00095(pid=231): Terminated {rc=26112}
22:52:10.377226 ---      ParallelTerminationStrategy: PID 232 died...
22:52:10.379187 run       osmo-ms-mob/00096(pid=232): Terminated {rc=26112}
22:52:10.383764 ---      ParallelTerminationStrategy: PID 233 died...
22:52:10.385702 run       osmo-ms-mob/00097(pid=233): Terminated {rc=26112}
22:52:10.390232 ---      ParallelTerminationStrategy: PID 234 died...
22:52:10.392142 run       osmo-ms-mob/00098(pid=234): Terminated {rc=26112}
22:52:10.396798 ---      ParallelTerminationStrategy: PID 235 died...
22:52:10.398696 run       osmo-ms-mob/00099(pid=235): Terminated {rc=26112}
22:52:13.084051 ---      ParallelTerminationStrategy: PID 35 died...
22:52:13.086151 run         osmo-bts-virtual(pid=35): Terminated: ok {rc=0}
---------------------------------------------------------------------
trial-7562 netreg_mass PASS
---------------------------------------------------------------------
22:52:13.227158 tst                       trial-7562: Storing JUnit report in /build/trial-7562/run.2024-04-18_22-50-36/trial-7562.xml

--------------------------------------------------------------------------------------------
trial-7562 PASS
--------------------------------------------------------------------------------------------
22:52:13.253603 tst                       trial-7562: trial-7562: PASS, 1 suites passed
PASS: netreg_mass (pass: 1)
    pass: register_default_mass.py (90.1 sec)
+ exit_code=0
+ rm -rf trial-7562/inst
+ cd trial-7562
+ command -v journalctl
+ [ ! -z /bin/journalctl ]
+ readlink last_run
+ journalctl -u ofono -o short-precise --since 2024-04-18 22:50:36
No journal files were found.
+ readlink last_run
+ tar czf /build/trial-7562-run.tgz run.2024-04-18_22-50-36
+ tar czf /build/trial-7562-bin.tgz checksums.md5 open5gs.build-8.tgz osmo-bsc.build-21634.tgz osmo-bts-oc2g.build-7536.tgz osmo-bts-sysmo.build-10038.tgz osmo-bts.build-9514.tgz osmo-ggsn.build-8518.tgz osmo-hlr.build-11123.tgz osmo-hnbgw.build-8201.tgz osmo-mgw.build-11421.tgz osmo-msc.build-35286.tgz osmo-nitb.build-16270.tgz osmo-pcu-oc2g.build-5108.tgz osmo-pcu-sysmo.build-6389.tgz osmo-pcu.build-6352.tgz osmo-sgsn.build-36804.tgz osmo-stp.build-11708.tgz osmo-trx.build-6498.tgz osmocom-bb.build-6171.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:bullseye chmod -R a+rwX /workspace/
Archiving artifacts
Recording test results
[Checks API] No suitable checks publisher found.
Finished: SUCCESS