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/jenkins11815255395783983340.sh
+ rm -rf trial-7605-bin.tgz trial-7605-run.tgz *.md5
Copied 2 artifacts from "osmo-gsm-tester_build-osmo-bsc" build number 21973
Copied 2 artifacts from "osmo-gsm-tester_build-osmo-bts" build number 9653
Copied 2 artifacts from "osmo-gsm-tester_build-osmo-ggsn" build number 8660
Copied 2 artifacts from "osmo-gsm-tester_build-osmo-hlr" build number 11310
Copied 2 artifacts from "osmo-gsm-tester_build-osmo-mgw" build number 11608
Copied 2 artifacts from "osmo-gsm-tester_build-osmo-hnbgw" build number 8626
Copied 2 artifacts from "osmo-gsm-tester_build-osmo-msc" build number 35787
Copied 2 artifacts from "osmo-gsm-tester_build-osmo-pcu" build number 6440
Copied 2 artifacts from "osmo-gsm-tester_build-osmo-sgsn" build number 37355
Copied 2 artifacts from "osmo-gsm-tester_build-osmo-trx" build number 6639
Copied 2 artifacts from "osmo-gsm-tester_build-osmo-nitb" build number 16539
Copied 2 artifacts from "osmo-gsm-tester_build-osmo-stp" build number 11895
Copied 2 artifacts from "osmo-gsm-tester_build-osmocom-bb" build number 6267
Copied 2 artifacts from "osmo-gsm-tester_build-osmo-bts-sysmo" build number 10177
Copied 2 artifacts from "osmo-gsm-tester_build-osmo-pcu-sysmo" build number 6477
Copied 2 artifacts from "osmo-gsm-tester_build-osmo-bts-oc2g" build number 7675
Copied 2 artifacts from "osmo-gsm-tester_build-osmo-pcu-oc2g" build number 5196
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 6267
[osmo-gsm-tester_virtual] $ /bin/sh -xe /tmp/jenkins15343536993659690638.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-7605
+ 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
570e8cd asterisk: pjsip.conf: Enable USIM Auth over AMI interface
+ 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 \
	--build-arg PJPROJECT_BRANCH=sysmocom/2.14 \
	 -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.1s

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

#5 [ 1/23] FROM docker.io/library/debian:buster@sha256:6e7bd55a5705914837aad8db01b349f4617510c11e47ccae8e87f6f14e489626
#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/?id=fb4b813d4df62b7b2445bdced961eb1847267eed
#7 DONE 0.1s

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

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

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

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

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

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

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

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

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

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

#16 [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
#16 CACHED

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

#18 [ 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' 	'pysispm' 	'sphinx' 	'sphinxcontrib-napoleon' 	'swig'
#18 CACHED

#19 [ 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
#19 CACHED

#20 [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
#20 CACHED

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

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

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

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

#25 [ 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 		pylint 		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
#25 CACHED

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

#27 [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
#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 [10/23] ADD http://git.osmocom.org/python/osmo-python-tests/patch/?id=fb4b813d4df62b7b2445bdced961eb1847267eed /tmp/osmo-python-tests2-commit
#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.329 Hit:1 http://deb.debian.org/debian buster InRelease
#32 0.329 Get:2 http://deb.debian.org/debian-security buster/updates InRelease [34.8 kB]
#32 0.329 Hit:3 http://deb.debian.org/debian buster-updates InRelease
#32 0.454 Get:4 https://downloads.osmocom.org/packages/osmocom:/nightly/Debian_10 ./ InRelease [1,570 B]
#32 0.528 Get:5 http://deb.debian.org/debian-security buster/updates/main amd64 Packages [598 kB]
#32 0.559 Get:6 http://deb.debian.org/debian-security buster/updates/main i386 Packages [597 kB]
#32 0.687 Get:7 https://downloads.osmocom.org/packages/osmocom:/nightly/Debian_10 ./ Packages [120 kB]
#32 0.713 Fetched 1,351 kB in 0s (3,379 kB/s)
#32 0.713 Reading package lists...
#32 1.554 Reading package lists...
#32 2.396 Building dependency tree...
#32 2.593 Reading state information...
#32 2.727 The following additional packages will be installed:
#32 2.727   libcurl4-gnutls-dev libgcrypt20-dev libgpg-error-dev liblimesuite18.06-1
#32 2.727   libmicrohttpd-dev libmicrohttpd12 liborcania-dev liborcania1.2
#32 2.727   libsystemd-dev libuhd3.13.1 libulfius2.5 libyder-dev libyder2.0
#32 2.728 Suggested packages:
#32 2.728   libcurl4-doc libidn11-dev libldap2-dev librtmp-dev libssh2-1-dev
#32 2.728   libgcrypt20-doc liblimesuite-doc gnuradio
#32 2.728 Recommended packages:
#32 2.728   limesuite-udev gnuradio
#32 2.840 The following NEW packages will be installed:
#32 2.840   libcurl4-gnutls-dev libgcrypt20-dev libgpg-error-dev liblimesuite-dev
#32 2.840   liblimesuite18.06-1 libmicrohttpd-dev libmicrohttpd12 liborcania-dev
#32 2.840   liborcania1.2 libsystemd-dev libuhd-dev libuhd3.13.1 libulfius-dev
#32 2.841   libulfius2.5 libyder-dev libyder2.0
#32 2.870 0 upgraded, 16 newly installed, 0 to remove and 1 not upgraded.
#32 2.870 Need to get 12.0 MB of archives.
#32 2.870 After this operation, 112 MB of additional disk space will be used.
#32 2.870 Get:1 http://deb.debian.org/debian-security buster/updates/main amd64 libcurl4-gnutls-dev amd64 7.64.0-4+deb10u9 [422 kB]
#32 2.893 Get:2 http://deb.debian.org/debian buster/main amd64 libgpg-error-dev amd64 1.35-1 [124 kB]
#32 2.895 Get:3 http://deb.debian.org/debian buster/main amd64 libgcrypt20-dev amd64 1.8.4-5+deb10u1 [608 kB]
#32 2.901 Get:4 http://deb.debian.org/debian buster/main amd64 liblimesuite18.06-1 amd64 18.06.0+dfsg-1+b1 [246 kB]
#32 2.904 Get:5 http://deb.debian.org/debian buster/main amd64 liblimesuite-dev amd64 18.06.0+dfsg-1+b1 [51.8 kB]
#32 2.904 Get:6 http://deb.debian.org/debian-security buster/updates/main amd64 libmicrohttpd12 amd64 0.9.62-1+deb10u1 [96.4 kB]
#32 2.905 Get:7 http://deb.debian.org/debian-security buster/updates/main amd64 libmicrohttpd-dev amd64 0.9.62-1+deb10u1 [261 kB]
#32 2.908 Get:8 http://deb.debian.org/debian buster/main amd64 liborcania1.2 amd64 1.2.9-5 [10.2 kB]
#32 2.908 Get:9 http://deb.debian.org/debian buster/main amd64 liborcania-dev amd64 1.2.9-5 [6,756 B]
#32 2.909 Get:10 http://deb.debian.org/debian-security buster/updates/main amd64 libsystemd-dev amd64 241-7~deb10u10 [322 kB]
#32 2.912 Get:11 http://deb.debian.org/debian buster/main amd64 libuhd3.13.1 amd64 3.13.1.0-3 [2,703 kB]
#32 2.945 Get:12 http://deb.debian.org/debian buster/main amd64 libuhd-dev amd64 3.13.1.0-3 [6,998 kB]
#32 3.004 Get:13 http://deb.debian.org/debian buster/main amd64 libyder2.0 amd64 1.4.4-4 [7,592 B]
#32 3.004 Get:14 http://deb.debian.org/debian buster/main amd64 libulfius2.5 amd64 2.5.2-4+deb10u1 [39.2 kB]
#32 3.004 Get:15 http://deb.debian.org/debian buster/main amd64 libyder-dev amd64 1.4.4-4 [10.2 kB]
#32 3.005 Get:16 http://deb.debian.org/debian buster/main amd64 libulfius-dev amd64 2.5.2-4+deb10u1 [92.0 kB]
#32 3.256 debconf: delaying package configuration, since apt-utils is not installed
#32 3.317 Fetched 12.0 MB in 0s (80.5 MB/s)
#32 3.352 Selecting previously unselected package libcurl4-gnutls-dev:amd64.
#32 3.352 (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 ... 103398 files and directories currently installed.)
#32 3.515 Preparing to unpack .../00-libcurl4-gnutls-dev_7.64.0-4+deb10u9_amd64.deb ...
#32 3.519 Unpacking libcurl4-gnutls-dev:amd64 (7.64.0-4+deb10u9) ...
#32 3.584 Selecting previously unselected package libgpg-error-dev.
#32 3.590 Preparing to unpack .../01-libgpg-error-dev_1.35-1_amd64.deb ...
#32 3.594 Unpacking libgpg-error-dev (1.35-1) ...
#32 3.640 Selecting previously unselected package libgcrypt20-dev.
#32 3.645 Preparing to unpack .../02-libgcrypt20-dev_1.8.4-5+deb10u1_amd64.deb ...
#32 3.648 Unpacking libgcrypt20-dev (1.8.4-5+deb10u1) ...
#32 3.728 Selecting previously unselected package liblimesuite18.06-1:amd64.
#32 3.738 Preparing to unpack .../03-liblimesuite18.06-1_18.06.0+dfsg-1+b1_amd64.deb ...
#32 3.744 Unpacking liblimesuite18.06-1:amd64 (18.06.0+dfsg-1+b1) ...
#32 3.794 Selecting previously unselected package liblimesuite-dev:amd64.
#32 3.801 Preparing to unpack .../04-liblimesuite-dev_18.06.0+dfsg-1+b1_amd64.deb ...
#32 3.804 Unpacking liblimesuite-dev:amd64 (18.06.0+dfsg-1+b1) ...
#32 3.840 Selecting previously unselected package libmicrohttpd12.
#32 3.846 Preparing to unpack .../05-libmicrohttpd12_0.9.62-1+deb10u1_amd64.deb ...
#32 3.849 Unpacking libmicrohttpd12 (0.9.62-1+deb10u1) ...
#32 3.894 Selecting previously unselected package libmicrohttpd-dev.
#32 3.901 Preparing to unpack .../06-libmicrohttpd-dev_0.9.62-1+deb10u1_amd64.deb ...
#32 3.907 Unpacking libmicrohttpd-dev (0.9.62-1+deb10u1) ...
#32 3.958 Selecting previously unselected package liborcania1.2.
#32 3.964 Preparing to unpack .../07-liborcania1.2_1.2.9-5_amd64.deb ...
#32 3.969 Unpacking liborcania1.2 (1.2.9-5) ...
#32 3.999 Selecting previously unselected package liborcania-dev.
#32 4.005 Preparing to unpack .../08-liborcania-dev_1.2.9-5_amd64.deb ...
#32 4.008 Unpacking liborcania-dev (1.2.9-5) ...
#32 4.038 Selecting previously unselected package libsystemd-dev:amd64.
#32 4.046 Preparing to unpack .../09-libsystemd-dev_241-7~deb10u10_amd64.deb ...
#32 4.049 Unpacking libsystemd-dev:amd64 (241-7~deb10u10) ...
#32 4.124 Selecting previously unselected package libuhd3.13.1:amd64.
#32 4.132 Preparing to unpack .../10-libuhd3.13.1_3.13.1.0-3_amd64.deb ...
#32 4.138 Unpacking libuhd3.13.1:amd64 (3.13.1.0-3) ...
#32 4.355 Selecting previously unselected package libuhd-dev:amd64.
#32 4.364 Preparing to unpack .../11-libuhd-dev_3.13.1.0-3_amd64.deb ...
#32 4.367 Unpacking libuhd-dev:amd64 (3.13.1.0-3) ...
#32 4.978 Selecting previously unselected package libyder2.0:amd64.
#32 4.984 Preparing to unpack .../12-libyder2.0_1.4.4-4_amd64.deb ...
#32 4.987 Unpacking libyder2.0:amd64 (1.4.4-4) ...
#32 5.025 Selecting previously unselected package libulfius2.5:amd64.
#32 5.031 Preparing to unpack .../13-libulfius2.5_2.5.2-4+deb10u1_amd64.deb ...
#32 5.037 Unpacking libulfius2.5:amd64 (2.5.2-4+deb10u1) ...
#32 5.072 Selecting previously unselected package libyder-dev:amd64.
#32 5.078 Preparing to unpack .../14-libyder-dev_1.4.4-4_amd64.deb ...
#32 5.081 Unpacking libyder-dev:amd64 (1.4.4-4) ...
#32 5.112 Selecting previously unselected package libulfius-dev:amd64.
#32 5.118 Preparing to unpack .../15-libulfius-dev_2.5.2-4+deb10u1_amd64.deb ...
#32 5.121 Unpacking libulfius-dev:amd64 (2.5.2-4+deb10u1) ...
#32 5.192 Setting up libuhd3.13.1:amd64 (3.13.1.0-3) ...
#32 5.206 Setting up liblimesuite18.06-1:amd64 (18.06.0+dfsg-1+b1) ...
#32 5.214 Setting up libcurl4-gnutls-dev:amd64 (7.64.0-4+deb10u9) ...
#32 5.223 Setting up libmicrohttpd12 (0.9.62-1+deb10u1) ...
#32 5.231 Setting up libgpg-error-dev (1.35-1) ...
#32 5.244 Setting up liborcania1.2 (1.2.9-5) ...
#32 5.253 Setting up libyder2.0:amd64 (1.4.4-4) ...
#32 5.261 Setting up libuhd-dev:amd64 (3.13.1.0-3) ...
#32 5.270 Setting up libsystemd-dev:amd64 (241-7~deb10u10) ...
#32 5.281 Setting up liblimesuite-dev:amd64 (18.06.0+dfsg-1+b1) ...
#32 5.292 Setting up liborcania-dev (1.2.9-5) ...
#32 5.301 Setting up libulfius2.5:amd64 (2.5.2-4+deb10u1) ...
#32 5.310 Setting up libgcrypt20-dev (1.8.4-5+deb10u1) ...
#32 5.321 Setting up libmicrohttpd-dev (0.9.62-1+deb10u1) ...
#32 5.332 Setting up libyder-dev:amd64 (1.4.4-4) ...
#32 5.341 Setting up libulfius-dev:amd64 (2.5.2-4+deb10u1) ...
#32 5.350 Processing triggers for man-db (2.8.5-2+deb10u1) ...
#32 5.723 Processing triggers for libc-bin (2.28-10+deb10u3) ...
#32 DONE 5.9s

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

#34 exporting to image
#34 exporting layers
#34 exporting layers 0.7s done
#34 writing image sha256:73d56611b1bf6a0a48557f21e584592a5f328b488a2bbf3f69d1d3dea875d4cf done
#34 naming to docker.io/osmocom-build/debian-buster-jenkins:latest 0.0s done
#34 DONE 0.7s
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 \
	--build-arg PJPROJECT_BRANCH=sysmocom/2.14 \
	 -t docker.io/osmocom-build/osmo-gsm-tester:latest .
#0 building with "default" instance using docker driver

#1 [internal] load .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 DONE 0.5s

#9 [ 3/32] RUN     groupadd osmo-gsm-tester
#9 ...

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

#10 https://www.mongodb.org/static/pgp/server-4.4.asc
#10 DONE 0.8s

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

#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.347 Hit:1 http://deb.debian.org/debian buster InRelease
#12 0.347 Hit:2 http://deb.debian.org/debian-security buster/updates InRelease
#12 0.347 Hit:3 http://deb.debian.org/debian buster-updates InRelease
#12 0.618 Hit:4 https://downloads.osmocom.org/packages/osmocom:/nightly/Debian_10 ./ InRelease
#12 0.723 Reading package lists...
#12 1.555 Reading package lists...
#12 2.396 Building dependency tree...
#12 2.601 Reading state information...
#12 2.773 libcap2-bin is already the newest version (1:2.25-2).
#12 2.773 libcap2-bin set to manually installed.
#12 2.773 ofono is already the newest version (1.21-1).
#12 2.773 patchelf is already the newest version (0.9+52.20180509-1).
#12 2.773 python3-gi is already the newest version (3.30.4-1).
#12 2.773 python3-pip is already the newest version (18.1-5).
#12 2.773 python3-setuptools is already the newest version (40.8.0-1).
#12 2.773 python3 is already the newest version (3.7.3-1).
#12 2.773 python3-yaml is already the newest version (3.13-2).
#12 2.773 tcpdump is already the newest version (4.9.3-1~deb10u2).
#12 2.773 dbus is already the newest version (1.12.28-0+deb10u1).
#12 2.773 locales is already the newest version (2.28-10+deb10u3).
#12 2.773 python3-mako is already the newest version (1.0.7+ds1-1+deb10u1).
#12 2.773 sqlite3 is already the newest version (3.27.2-3+deb10u2).
#12 2.773 sudo is already the newest version (1.8.27-1+deb10u6).
#12 2.773 The following additional packages will be installed:
#12 2.775   busybox libiperf0 python3-argh python3-pathtools
#12 2.776 Suggested packages:
#12 2.776   gfortran python-numpy-doc python3-pytest python3-numpy-dbg
#12 2.776 Recommended packages:
#12 2.776   python3-argcomplete python3-keyring python3-keyrings.alt python3-xdg
#12 2.833 The following NEW packages will be installed:
#12 2.834   busybox iperf3 libiperf0 python3-argh python3-numpy python3-pathtools
#12 2.834   python3-watchdog python3-wheel udhcpc
#12 2.861 0 upgraded, 9 newly installed, 0 to remove and 1 not upgraded.
#12 2.861 Need to get 2,848 kB of archives.
#12 2.861 After this operation, 14.2 MB of additional disk space will be used.
#12 2.861 Get:1 http://deb.debian.org/debian buster/main amd64 busybox amd64 1:1.30.1-4 [432 kB]
#12 2.885 Get:2 http://deb.debian.org/debian-security buster/updates/main amd64 libiperf0 amd64 3.6-2+deb10u1 [77.7 kB]
#12 2.887 Get:3 http://deb.debian.org/debian-security buster/updates/main amd64 iperf3 amd64 3.6-2+deb10u1 [26.1 kB]
#12 2.888 Get:4 http://deb.debian.org/debian buster/main amd64 python3-argh all 0.26.2-1 [21.9 kB]
#12 2.890 Get:5 http://deb.debian.org/debian buster/main amd64 python3-numpy amd64 1:1.16.2-1 [2,119 kB]
#12 2.909 Get:6 http://deb.debian.org/debian buster/main amd64 python3-pathtools all 0.1.2-2 [11.1 kB]
#12 2.909 Get:7 http://deb.debian.org/debian buster/main amd64 python3-watchdog all 0.9.0-1 [116 kB]
#12 2.910 Get:8 http://deb.debian.org/debian buster/main amd64 python3-wheel all 0.32.3-2 [19.4 kB]
#12 2.910 Get:9 http://deb.debian.org/debian buster/main amd64 udhcpc amd64 1:1.30.1-4 [24.3 kB]
#12 3.131 debconf: delaying package configuration, since apt-utils is not installed
#12 3.214 Fetched 2,848 kB in 0s (46.1 MB/s)
#12 3.282 Selecting previously unselected package busybox.
#12 3.282 (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 ... 104362 files and directories currently installed.)
#12 3.325 Preparing to unpack .../0-busybox_1%3a1.30.1-4_amd64.deb ...
#12 3.336 Unpacking busybox (1:1.30.1-4) ...
#12 3.493 Selecting previously unselected package libiperf0:amd64.
#12 3.499 Preparing to unpack .../1-libiperf0_3.6-2+deb10u1_amd64.deb ...
#12 3.525 Unpacking libiperf0:amd64 (3.6-2+deb10u1) ...
#12 3.611 Selecting previously unselected package iperf3.
#12 3.619 Preparing to unpack .../2-iperf3_3.6-2+deb10u1_amd64.deb ...
#12 3.628 Unpacking iperf3 (3.6-2+deb10u1) ...
#12 3.742 Selecting previously unselected package python3-argh.
#12 3.749 Preparing to unpack .../3-python3-argh_0.26.2-1_all.deb ...
#12 3.761 Unpacking python3-argh (0.26.2-1) ...
#12 3.835 Selecting previously unselected package python3-numpy.
#12 3.842 Preparing to unpack .../4-python3-numpy_1%3a1.16.2-1_amd64.deb ...
#12 3.858 Unpacking python3-numpy (1:1.16.2-1) ...
#12 4.129 Selecting previously unselected package python3-pathtools.
#12 4.135 Preparing to unpack .../5-python3-pathtools_0.1.2-2_all.deb ...
#12 4.146 Unpacking python3-pathtools (0.1.2-2) ...
#12 4.251 Selecting previously unselected package python3-watchdog.
#12 4.259 Preparing to unpack .../6-python3-watchdog_0.9.0-1_all.deb ...
#12 4.276 Unpacking python3-watchdog (0.9.0-1) ...
#12 4.391 Selecting previously unselected package python3-wheel.
#12 4.397 Preparing to unpack .../7-python3-wheel_0.32.3-2_all.deb ...
#12 4.410 Unpacking python3-wheel (0.32.3-2) ...
#12 4.526 Selecting previously unselected package udhcpc.
#12 4.533 Preparing to unpack .../8-udhcpc_1%3a1.30.1-4_amd64.deb ...
#12 4.548 Unpacking udhcpc (1:1.30.1-4) ...
#12 4.704 Setting up python3-argh (0.26.2-1) ...
#12 4.914 Setting up python3-wheel (0.32.3-2) ...
#12 5.028 Setting up busybox (1:1.30.1-4) ...
#12 5.042 Setting up python3-pathtools (0.1.2-2) ...
#12 5.159 Setting up libiperf0:amd64 (3.6-2+deb10u1) ...
#12 5.167 Setting up python3-numpy (1:1.16.2-1) ...
#12 5.982 Setting up udhcpc (1:1.30.1-4) ...
#12 6.038 Setting up iperf3 (3.6-2+deb10u1) ...
#12 6.064 Setting up python3-watchdog (0.9.0-1) ...
#12 6.256 Processing triggers for man-db (2.8.5-2+deb10u1) ...
#12 6.595 Processing triggers for libc-bin (2.28-10+deb10u3) ...
#12 DONE 6.9s

#13 [ 6/32] RUN	PIP3 install 		"git+https://github.com/podshumok/python-smpplib.git@master#egg=smpplib" 		pydbus 		pyusb 		pysispm 		pymongo
#13 1.023 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.024 Requirement already satisfied: pydbus in /usr/local/lib/python3.7/dist-packages (0.6.0)
#13 1.025 Requirement already satisfied: pyusb in /usr/lib/python3/dist-packages (1.0.2)
#13 1.025 Requirement already satisfied: pysispm in /usr/local/lib/python3.7/dist-packages (0.6)
#13 1.038 Collecting pymongo
#13 2.111   Downloading https://files.pythonhosted.org/packages/d2/42/4eff235ccd59d834c04700812a7db7be9b524b811a0b002010de9a37b262/pymongo-4.7.2-cp37-cp37m-manylinux_2_5_x86_64.manylinux1_x86_64.whl (665kB)
#13 2.229 Requirement already satisfied: six in /usr/lib/python3/dist-packages (from smpplib) (1.12.0)
#13 2.244 Collecting dnspython<3.0.0,>=1.16.0 (from pymongo)
#13 2.376   Downloading https://files.pythonhosted.org/packages/12/86/d305e87555430ff4630d729420d97dece3b16efcbf2b7d7e974d11b0d86c/dnspython-2.3.0-py3-none-any.whl (283kB)
#13 2.638 Installing collected packages: dnspython, pymongo
#13 2.911 Successfully installed dnspython-2.3.0 pymongo-4.7.2
#13 DONE 3.0s

#14 [ 7/32] RUN	APT-GET update && apt-get install -y openssh-server
#14 0.369 Hit:1 http://deb.debian.org/debian buster InRelease
#14 0.369 Hit:2 http://deb.debian.org/debian-security buster/updates InRelease
#14 0.369 Hit:3 https://downloads.osmocom.org/packages/osmocom:/nightly/Debian_10 ./ InRelease
#14 0.370 Hit:4 http://deb.debian.org/debian buster-updates InRelease
#14 0.718 Reading package lists...
#14 1.536 Reading package lists...
#14 2.361 Building dependency tree...
#14 2.566 Reading state information...
#14 2.787 The following additional packages will be installed:
#14 2.788   libnss-systemd libpam-systemd libxmuu1 ncurses-term openssh-sftp-server
#14 2.788   systemd-sysv xauth
#14 2.790 Suggested packages:
#14 2.790   molly-guard monkeysphere rssh ssh-askpass ufw
#14 2.839 The following NEW packages will be installed:
#14 2.839   libnss-systemd libpam-systemd libxmuu1 ncurses-term openssh-server
#14 2.840   openssh-sftp-server systemd-sysv xauth
#14 2.877 0 upgraded, 8 newly installed, 0 to remove and 1 not upgraded.
#14 2.877 Need to get 1,468 kB of archives.
#14 2.877 After this operation, 6,952 kB of additional disk space will be used.
#14 2.877 Get:1 http://deb.debian.org/debian-security buster/updates/main amd64 systemd-sysv amd64 241-7~deb10u10 [100 kB]
#14 2.891 Get:2 http://deb.debian.org/debian-security buster/updates/main amd64 libpam-systemd amd64 241-7~deb10u10 [209 kB]
#14 2.898 Get:3 http://deb.debian.org/debian-security buster/updates/main amd64 ncurses-term all 6.1+20181013-2+deb10u5 [491 kB]
#14 2.904 Get:4 http://deb.debian.org/debian buster/main amd64 libxmuu1 amd64 2:1.1.2-2+b3 [23.9 kB]
#14 2.905 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 2.905 Get:6 http://deb.debian.org/debian-security buster/updates/main amd64 openssh-server amd64 1:7.9p1-10+deb10u4 [353 kB]
#14 2.908 Get:7 http://deb.debian.org/debian buster/main amd64 xauth amd64 1:1.0.10-1 [40.3 kB]
#14 2.908 Get:8 http://deb.debian.org/debian-security buster/updates/main amd64 libnss-systemd amd64 241-7~deb10u10 [205 kB]
#14 3.136 debconf: delaying package configuration, since apt-utils is not installed
#14 3.187 Fetched 1,468 kB in 0s (31.6 MB/s)
#14 3.246 Selecting previously unselected package systemd-sysv.
#14 3.246 (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 ... 104991 files and directories currently installed.)
#14 3.283 Preparing to unpack .../0-systemd-sysv_241-7~deb10u10_amd64.deb ...
#14 3.292 Unpacking systemd-sysv (241-7~deb10u10) ...
#14 3.404 Selecting previously unselected package libpam-systemd:amd64.
#14 3.411 Preparing to unpack .../1-libpam-systemd_241-7~deb10u10_amd64.deb ...
#14 3.415 Unpacking libpam-systemd:amd64 (241-7~deb10u10) ...
#14 3.508 Selecting previously unselected package ncurses-term.
#14 3.514 Preparing to unpack .../2-ncurses-term_6.1+20181013-2+deb10u5_all.deb ...
#14 3.527 Unpacking ncurses-term (6.1+20181013-2+deb10u5) ...
#14 3.804 Selecting previously unselected package libxmuu1:amd64.
#14 3.810 Preparing to unpack .../3-libxmuu1_2%3a1.1.2-2+b3_amd64.deb ...
#14 3.841 Unpacking libxmuu1:amd64 (2:1.1.2-2+b3) ...
#14 3.919 Selecting previously unselected package openssh-sftp-server.
#14 3.926 Preparing to unpack .../4-openssh-sftp-server_1%3a7.9p1-10+deb10u4_amd64.deb ...
#14 3.943 Unpacking openssh-sftp-server (1:7.9p1-10+deb10u4) ...
#14 4.073 Selecting previously unselected package openssh-server.
#14 4.080 Preparing to unpack .../5-openssh-server_1%3a7.9p1-10+deb10u4_amd64.deb ...
#14 4.119 Unpacking openssh-server (1:7.9p1-10+deb10u4) ...
#14 4.251 Selecting previously unselected package xauth.
#14 4.258 Preparing to unpack .../6-xauth_1%3a1.0.10-1_amd64.deb ...
#14 4.269 Unpacking xauth (1:1.0.10-1) ...
#14 4.356 Selecting previously unselected package libnss-systemd:amd64.
#14 4.363 Preparing to unpack .../7-libnss-systemd_241-7~deb10u10_amd64.deb ...
#14 4.376 Unpacking libnss-systemd:amd64 (241-7~deb10u10) ...
#14 4.497 Setting up openssh-sftp-server (1:7.9p1-10+deb10u4) ...
#14 4.536 Setting up systemd-sysv (241-7~deb10u10) ...
#14 4.566 Setting up openssh-server (1:7.9p1-10+deb10u4) ...
#14 4.737 debconf: unable to initialize frontend: Dialog
#14 4.737 debconf: (TERM is not set, so the dialog frontend is not usable.)
#14 4.737 debconf: falling back to frontend: Readline
#14 4.817 
#14 4.817 Creating config file /etc/ssh/sshd_config with new version
#14 4.856 Creating SSH2 RSA key; this may take some time ...
#14 5.097 2048 SHA256:f9axUSgDIVzvRCs42AzwwuSZ9LjtoNPr48+MZim7MfU root@buildkitsandbox (RSA)
#14 5.099 Creating SSH2 ECDSA key; this may take some time ...
#14 5.105 256 SHA256:/+eFc+iQhj7CePaRGzjabFUqE5WwiK98wBgje8uNPyE root@buildkitsandbox (ECDSA)
#14 5.107 Creating SSH2 ED25519 key; this may take some time ...
#14 5.114 256 SHA256:5v8eaxdgge2c96rMU86r3ZKFvXQF1rZudu7ZZ+r3e+4 root@buildkitsandbox (ED25519)
#14 5.298 Created symlink /etc/systemd/system/sshd.service → /lib/systemd/system/ssh.service.
#14 5.298 Created symlink /etc/systemd/system/multi-user.target.wants/ssh.service → /lib/systemd/system/ssh.service.
#14 5.387 invoke-rc.d: could not determine current runlevel
#14 5.390 invoke-rc.d: policy-rc.d denied execution of start.
#14 5.413 Setting up libnss-systemd:amd64 (241-7~deb10u10) ...
#14 5.422 First installation detected...
#14 5.422 Checking NSS setup...
#14 5.428 Setting up libpam-systemd:amd64 (241-7~deb10u10) ...
#14 5.501 debconf: unable to initialize frontend: Dialog
#14 5.501 debconf: (TERM is not set, so the dialog frontend is not usable.)
#14 5.501 debconf: falling back to frontend: Readline
#14 5.574 Setting up libxmuu1:amd64 (2:1.1.2-2+b3) ...
#14 5.589 Setting up ncurses-term (6.1+20181013-2+deb10u5) ...
#14 5.598 Setting up xauth (1:1.0.10-1) ...
#14 5.609 Processing triggers for systemd (241-7~deb10u10) ...
#14 5.620 Processing triggers for man-db (2.8.5-2+deb10u1) ...
#14 5.794 Processing triggers for libc-bin (2.28-10+deb10u3) ...
#14 DONE 5.9s

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

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

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

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

#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.776 Generating locales (this might take a while)...
#21 0.780   en_US.UTF-8... done
#21 1.714 Generation complete.
#21 DONE 1.9s

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

#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.657 configure.ac:6: installing 'build-aux/compile'
#23 2.660 configure.ac:4: installing 'build-aux/install-sh'
#23 2.662 configure.ac:4: installing 'build-aux/missing'
#23 2.715 src/Makefile.am: installing 'build-aux/depcomp'
#23 2.869 checking for a BSD-compatible install... /usr/bin/install -c
#23 2.878 checking whether build environment is sane... yes
#23 2.887 checking for a thread-safe mkdir -p... /bin/mkdir -p
#23 2.889 checking for gawk... gawk
#23 2.889 checking whether make sets $(MAKE)... yes
#23 2.898 checking whether make supports nested variables... yes
#23 2.906 checking whether make supports the include directive... yes (GNU style)
#23 2.911 checking for gcc... gcc
#23 2.935 checking whether the C compiler works... yes
#23 3.004 checking for C compiler default output file name... a.out
#23 3.005 checking for suffix of executables... 
#23 3.042 checking whether we are cross compiling... no
#23 3.079 checking for suffix of object files... o
#23 3.096 checking whether we are using the GNU C compiler... yes
#23 3.110 checking whether gcc accepts -g... yes
#23 3.124 checking for gcc option to accept ISO C89... none needed
#23 3.152 checking whether gcc understands -c and -o together... yes
#23 3.177 checking dependency style of gcc... gcc3
#23 3.204 checking for g++... g++
#23 3.222 checking whether we are using the GNU C++ compiler... yes
#23 3.272 checking whether g++ accepts -g... yes
#23 3.288 checking dependency style of g++... gcc3
#23 3.317 Setting page size to 4096
#23 3.333 checking that generated files are newer than configure... done
#23 3.884 configure: creating ./config.status
#23 3.942 config.status: creating Makefile
#23 3.952 config.status: creating src/Makefile
#23 3.965 config.status: creating tests/Makefile
#23 3.979 config.status: creating patchelf.spec
#23 3.989 config.status: executing depfiles commands
#23 4.053 Making all in src
#23 4.054 make[1]: Entering directory '/tmp/patchelf-0.11/src'
#23 4.054 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 7.616 mv -f .deps/patchelf.Tpo .deps/patchelf.Po
#23 7.620 g++ -Wall -std=c++11 -D_FILE_OFFSET_BITS=64 -g -O2   -o patchelf patchelf.o  
#23 7.694 make[1]: Leaving directory '/tmp/patchelf-0.11/src'
#23 7.694 Making all in tests
#23 7.697 make[1]: Entering directory '/tmp/patchelf-0.11/tests'
#23 7.697 make[1]: Nothing to be done for 'all'.
#23 7.697 make[1]: Leaving directory '/tmp/patchelf-0.11/tests'
#23 7.699 make[1]: Entering directory '/tmp/patchelf-0.11'
#23 7.699 make[1]: Nothing to be done for 'all-am'.
#23 7.699 make[1]: Leaving directory '/tmp/patchelf-0.11'
#23 7.705 Making install in src
#23 7.715 make[1]: Entering directory '/tmp/patchelf-0.11/src'
#23 7.722 make[2]: Entering directory '/tmp/patchelf-0.11/src'
#23 7.722  /bin/mkdir -p '/usr/local/bin'
#23 7.725   /usr/bin/install -c patchelf '/usr/local/bin'
#23 7.730 make[2]: Nothing to be done for 'install-data-am'.
#23 7.730 make[2]: Leaving directory '/tmp/patchelf-0.11/src'
#23 7.730 make[1]: Leaving directory '/tmp/patchelf-0.11/src'
#23 7.730 Making install in tests
#23 7.733 make[1]: Entering directory '/tmp/patchelf-0.11/tests'
#23 7.735 make[2]: Entering directory '/tmp/patchelf-0.11/tests'
#23 7.735 make[2]: Nothing to be done for 'install-exec-am'.
#23 7.735 make[2]: Nothing to be done for 'install-data-am'.
#23 7.735 make[2]: Leaving directory '/tmp/patchelf-0.11/tests'
#23 7.735 make[1]: Leaving directory '/tmp/patchelf-0.11/tests'
#23 7.736 make[1]: Entering directory '/tmp/patchelf-0.11'
#23 7.738 make[2]: Entering directory '/tmp/patchelf-0.11'
#23 7.738 make[2]: Nothing to be done for 'install-exec-am'.
#23 7.739  /bin/mkdir -p '/usr/local/share/doc/patchelf'
#23 7.741  /usr/bin/install -c -m 644 README.md '/usr/local/share/doc/patchelf'
#23 7.743  /bin/mkdir -p '/usr/local/share/man/man1'
#23 7.747  /usr/bin/install -c -m 644 patchelf.1 '/usr/local/share/man/man1'
#23 7.749 make[2]: Leaving directory '/tmp/patchelf-0.11'
#23 7.749 make[1]: Leaving directory '/tmp/patchelf-0.11'
#23 DONE 7.8s

#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.468 Hit:1 http://deb.debian.org/debian buster InRelease
#24 0.468 Hit:2 http://deb.debian.org/debian-security buster/updates InRelease
#24 0.468 Hit:3 http://deb.debian.org/debian buster-updates InRelease
#24 0.486 Hit:4 https://downloads.osmocom.org/packages/osmocom:/nightly/Debian_10 ./ InRelease
#24 0.820 Reading package lists...
#24 1.795 Reading package lists...
#24 2.837 Building dependency tree...
#24 3.096 Reading state information...
#24 3.423 The following additional packages will be installed:
#24 3.423   libasn1c1 libgtp6 libosmo-gsup-client0 libosmo-ranap7 libosmo-sigtran9
#24 3.423   libosmoabis13 libosmocodec4 libosmocoding0 libosmocore libosmocore21
#24 3.423   libosmoctrl0 libosmogb14 libosmogsm20 libosmoisdn0 libosmonetif11
#24 3.424   libosmosim2 libosmotrau2 libosmousb0 libosmovty13 libsmpp1 osmocom-nightly
#24 3.479 The following NEW packages will be installed:
#24 3.479   libasn1c-dev libasn1c1 libgtp-dev libgtp6 libosmo-abis-dev
#24 3.479   libosmo-gsup-client-dev libosmo-gsup-client0 libosmo-netif-dev
#24 3.479   libosmo-ranap-dev libosmo-ranap7 libosmo-sccp-dev libosmo-sigtran-dev
#24 3.479   libosmo-sigtran9 libosmoabis13 libosmocodec4 libosmocoding0 libosmocore
#24 3.479   libosmocore-dev libosmocore21 libosmoctrl0 libosmogb14 libosmogsm20
#24 3.479   libosmoisdn0 libosmonetif11 libosmosim2 libosmotrau2 libosmousb0
#24 3.481   libosmovty13 libsmpp1 libsmpp34-dev osmocom-nightly telnet
#24 3.535 0 upgraded, 32 newly installed, 0 to remove and 1 not upgraded.
#24 3.535 Need to get 4,203 kB of archives.
#24 3.535 After this operation, 18.6 MB of additional disk space will be used.
#24 3.535 Get:1 http://deb.debian.org/debian buster/main amd64 telnet amd64 0.17-41.2 [70.4 kB]
#24 3.546 Get:2 https://downloads.osmocom.org/packages/osmocom:/nightly/Debian_10 ./ osmocom-nightly 202405312026 [1,172 B]
#24 3.557 Get:3 https://downloads.osmocom.org/packages/osmocom:/nightly/Debian_10 ./ libosmocore21 1.9.0.203.d8ac0.202405312026 [173 kB]
#24 3.566 Get:4 https://downloads.osmocom.org/packages/osmocom:/nightly/Debian_10 ./ libgtp6 1.11.0.30.5758.202405312026 [42.1 kB]
#24 3.575 Get:5 https://downloads.osmocom.org/packages/osmocom:/nightly/Debian_10 ./ libgtp-dev 1.11.0.30.5758.202405312026 [142 kB]
#24 3.593 Get:6 https://downloads.osmocom.org/packages/osmocom:/nightly/Debian_10 ./ libosmocodec4 1.9.0.203.d8ac0.202405312026 [60.6 kB]
#24 3.598 Get:7 https://downloads.osmocom.org/packages/osmocom:/nightly/Debian_10 ./ libosmoisdn0 1.9.0.203.d8ac0.202405312026 [79.9 kB]
#24 3.605 Get:8 https://downloads.osmocom.org/packages/osmocom:/nightly/Debian_10 ./ libosmogsm20 1.9.0.203.d8ac0.202405312026 [234 kB]
#24 3.612 Get:9 https://downloads.osmocom.org/packages/osmocom:/nightly/Debian_10 ./ libosmovty13 1.9.0.203.d8ac0.202405312026 [112 kB]
#24 3.618 Get:10 https://downloads.osmocom.org/packages/osmocom:/nightly/Debian_10 ./ libosmotrau2 1.5.1.12.6222.202405312026 [30.6 kB]
#24 3.622 Get:11 https://downloads.osmocom.org/packages/osmocom:/nightly/Debian_10 ./ libosmoabis13 1.5.1.12.6222.202405312026 [74.2 kB]
#24 3.624 Get:12 https://downloads.osmocom.org/packages/osmocom:/nightly/Debian_10 ./ libosmo-abis-dev 1.5.1.12.6222.202405312026 [112 kB]
#24 3.627 Get:13 https://downloads.osmocom.org/packages/osmocom:/nightly/Debian_10 ./ libosmo-gsup-client0 1.7.0.15.6b77.202405312026 [23.2 kB]
#24 3.629 Get:14 https://downloads.osmocom.org/packages/osmocom:/nightly/Debian_10 ./ libosmocoding0 1.9.0.203.d8ac0.202405312026 [79.1 kB]
#24 3.631 Get:15 https://downloads.osmocom.org/packages/osmocom:/nightly/Debian_10 ./ libosmogb14 1.9.0.203.d8ac0.202405312026 [188 kB]
#24 3.642 Get:16 https://downloads.osmocom.org/packages/osmocom:/nightly/Debian_10 ./ libosmoctrl0 1.9.0.203.d8ac0.202405312026 [69.4 kB]
#24 3.645 Get:17 https://downloads.osmocom.org/packages/osmocom:/nightly/Debian_10 ./ libosmosim2 1.9.0.203.d8ac0.202405312026 [73.3 kB]
#24 3.650 Get:18 https://downloads.osmocom.org/packages/osmocom:/nightly/Debian_10 ./ libosmousb0 1.9.0.203.d8ac0.202405312026 [60.0 kB]
#24 3.652 Get:19 https://downloads.osmocom.org/packages/osmocom:/nightly/Debian_10 ./ libosmocore 1.9.0.203.d8ac0.202405312026 [53.3 kB]
#24 3.658 Get:20 https://downloads.osmocom.org/packages/osmocom:/nightly/Debian_10 ./ libosmocore-dev 1.9.0.203.d8ac0.202405312026 [840 kB]
#24 3.668 Get:21 https://downloads.osmocom.org/packages/osmocom:/nightly/Debian_10 ./ libosmo-gsup-client-dev 1.7.0.15.6b77.202405312026 [26.4 kB]
#24 3.672 Get:22 https://downloads.osmocom.org/packages/osmocom:/nightly/Debian_10 ./ libosmonetif11 1.4.0.55.6930.202405312026 [54.5 kB]
#24 3.682 Get:23 https://downloads.osmocom.org/packages/osmocom:/nightly/Debian_10 ./ libosmo-netif-dev 1.4.0.55.6930.202405312026 [66.3 kB]
#24 3.687 Get:24 https://downloads.osmocom.org/packages/osmocom:/nightly/Debian_10 ./ libosmo-sccp-dev 1.8.0.66.705a.202405312026 [94.9 kB]
#24 3.689 Get:25 https://downloads.osmocom.org/packages/osmocom:/nightly/Debian_10 ./ libosmo-sigtran9 1.8.0.66.705a.202405312026 [125 kB]
#24 3.697 Get:26 https://downloads.osmocom.org/packages/osmocom:/nightly/Debian_10 ./ libosmo-sigtran-dev 1.8.0.66.705a.202405312026 [584 kB]
#24 3.704 Get:27 https://downloads.osmocom.org/packages/osmocom:/nightly/Debian_10 ./ libsmpp1 1.14.4.202405312026 [109 kB]
#24 3.705 Get:28 https://downloads.osmocom.org/packages/osmocom:/nightly/Debian_10 ./ libsmpp34-dev 1.14.4.202405312026 [123 kB]
#24 3.707 Get:29 https://downloads.osmocom.org/packages/osmocom:/nightly/Debian_10 ./ libasn1c1 0.9.36.2.5324.202405312026 [77.1 kB]
#24 3.710 Get:30 https://downloads.osmocom.org/packages/osmocom:/nightly/Debian_10 ./ libasn1c-dev 0.9.36.2.5324.202405312026 [110 kB]
#24 3.718 Get:31 https://downloads.osmocom.org/packages/osmocom:/nightly/Debian_10 ./ libosmo-ranap7 1.5.1.8.977d3b.202405312026 [220 kB]
#24 3.722 Get:32 https://downloads.osmocom.org/packages/osmocom:/nightly/Debian_10 ./ libosmo-ranap-dev 1.5.1.8.977d3b.202405312026 [93.4 kB]
#24 3.940 debconf: delaying package configuration, since apt-utils is not installed
#24 4.015 Fetched 4,203 kB in 0s (20.8 MB/s)
#24 4.076 Selecting previously unselected package telnet.
#24 4.076 (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 ... 107837 files and directories currently installed.)
#24 4.119 Preparing to unpack .../00-telnet_0.17-41.2_amd64.deb ...
#24 4.133 Unpacking telnet (0.17-41.2) ...
#24 4.227 Selecting previously unselected package osmocom-nightly.
#24 4.234 Preparing to unpack .../01-osmocom-nightly_202405312026_amd64.deb ...
#24 4.261 Unpacking osmocom-nightly (202405312026) ...
#24 4.328 Selecting previously unselected package libosmocore21:amd64.
#24 4.336 Preparing to unpack .../02-libosmocore21_1.9.0.203.d8ac0.202405312026_amd64.deb ...
#24 4.369 Unpacking libosmocore21:amd64 (1.9.0.203.d8ac0.202405312026) ...
#24 4.470 Selecting previously unselected package libgtp6:amd64.
#24 4.477 Preparing to unpack .../03-libgtp6_1.11.0.30.5758.202405312026_amd64.deb ...
#24 4.489 Unpacking libgtp6:amd64 (1.11.0.30.5758.202405312026) ...
#24 4.568 Selecting previously unselected package libgtp-dev:amd64.
#24 4.576 Preparing to unpack .../04-libgtp-dev_1.11.0.30.5758.202405312026_amd64.deb ...
#24 4.583 Unpacking libgtp-dev:amd64 (1.11.0.30.5758.202405312026) ...
#24 4.684 Selecting previously unselected package libosmocodec4:amd64.
#24 4.691 Preparing to unpack .../05-libosmocodec4_1.9.0.203.d8ac0.202405312026_amd64.deb ...
#24 4.703 Unpacking libosmocodec4:amd64 (1.9.0.203.d8ac0.202405312026) ...
#24 4.801 Selecting previously unselected package libosmoisdn0:amd64.
#24 4.810 Preparing to unpack .../06-libosmoisdn0_1.9.0.203.d8ac0.202405312026_amd64.deb ...
#24 4.819 Unpacking libosmoisdn0:amd64 (1.9.0.203.d8ac0.202405312026) ...
#24 4.912 Selecting previously unselected package libosmogsm20:amd64.
#24 4.919 Preparing to unpack .../07-libosmogsm20_1.9.0.203.d8ac0.202405312026_amd64.deb ...
#24 4.927 Unpacking libosmogsm20:amd64 (1.9.0.203.d8ac0.202405312026) ...
#24 5.021 Selecting previously unselected package libosmovty13:amd64.
#24 5.028 Preparing to unpack .../08-libosmovty13_1.9.0.203.d8ac0.202405312026_amd64.deb ...
#24 5.040 Unpacking libosmovty13:amd64 (1.9.0.203.d8ac0.202405312026) ...
#24 5.144 Selecting previously unselected package libosmotrau2:amd64.
#24 5.151 Preparing to unpack .../09-libosmotrau2_1.5.1.12.6222.202405312026_amd64.deb ...
#24 5.161 Unpacking libosmotrau2:amd64 (1.5.1.12.6222.202405312026) ...
#24 5.258 Selecting previously unselected package libosmoabis13:amd64.
#24 5.267 Preparing to unpack .../10-libosmoabis13_1.5.1.12.6222.202405312026_amd64.deb ...
#24 5.278 Unpacking libosmoabis13:amd64 (1.5.1.12.6222.202405312026) ...
#24 5.330 Selecting previously unselected package libosmo-abis-dev:amd64.
#24 5.338 Preparing to unpack .../11-libosmo-abis-dev_1.5.1.12.6222.202405312026_amd64.deb ...
#24 5.347 Unpacking libosmo-abis-dev:amd64 (1.5.1.12.6222.202405312026) ...
#24 5.431 Selecting previously unselected package libosmo-gsup-client0:amd64.
#24 5.439 Preparing to unpack .../12-libosmo-gsup-client0_1.7.0.15.6b77.202405312026_amd64.deb ...
#24 5.453 Unpacking libosmo-gsup-client0:amd64 (1.7.0.15.6b77.202405312026) ...
#24 5.549 Selecting previously unselected package libosmocoding0:amd64.
#24 5.557 Preparing to unpack .../13-libosmocoding0_1.9.0.203.d8ac0.202405312026_amd64.deb ...
#24 5.569 Unpacking libosmocoding0:amd64 (1.9.0.203.d8ac0.202405312026) ...
#24 5.656 Selecting previously unselected package libosmogb14:amd64.
#24 5.664 Preparing to unpack .../14-libosmogb14_1.9.0.203.d8ac0.202405312026_amd64.deb ...
#24 5.672 Unpacking libosmogb14:amd64 (1.9.0.203.d8ac0.202405312026) ...
#24 5.781 Selecting previously unselected package libosmoctrl0:amd64.
#24 5.789 Preparing to unpack .../15-libosmoctrl0_1.9.0.203.d8ac0.202405312026_amd64.deb ...
#24 5.802 Unpacking libosmoctrl0:amd64 (1.9.0.203.d8ac0.202405312026) ...
#24 5.909 Selecting previously unselected package libosmosim2:amd64.
#24 5.917 Preparing to unpack .../16-libosmosim2_1.9.0.203.d8ac0.202405312026_amd64.deb ...
#24 5.930 Unpacking libosmosim2:amd64 (1.9.0.203.d8ac0.202405312026) ...
#24 6.060 Selecting previously unselected package libosmousb0:amd64.
#24 6.068 Preparing to unpack .../17-libosmousb0_1.9.0.203.d8ac0.202405312026_amd64.deb ...
#24 6.081 Unpacking libosmousb0:amd64 (1.9.0.203.d8ac0.202405312026) ...
#24 6.183 Selecting previously unselected package libosmocore.
#24 6.191 Preparing to unpack .../18-libosmocore_1.9.0.203.d8ac0.202405312026_amd64.deb ...
#24 6.202 Unpacking libosmocore (1.9.0.203.d8ac0.202405312026) ...
#24 6.279 Selecting previously unselected package libosmocore-dev:amd64.
#24 6.287 Preparing to unpack .../19-libosmocore-dev_1.9.0.203.d8ac0.202405312026_amd64.deb ...
#24 6.300 Unpacking libosmocore-dev:amd64 (1.9.0.203.d8ac0.202405312026) ...
#24 6.448 Selecting previously unselected package libosmo-gsup-client-dev:amd64.
#24 6.456 Preparing to unpack .../20-libosmo-gsup-client-dev_1.7.0.15.6b77.202405312026_amd64.deb ...
#24 6.466 Unpacking libosmo-gsup-client-dev:amd64 (1.7.0.15.6b77.202405312026) ...
#24 6.548 Selecting previously unselected package libosmonetif11:amd64.
#24 6.557 Preparing to unpack .../21-libosmonetif11_1.4.0.55.6930.202405312026_amd64.deb ...
#24 6.567 Unpacking libosmonetif11:amd64 (1.4.0.55.6930.202405312026) ...
#24 6.655 Selecting previously unselected package libosmo-netif-dev:amd64.
#24 6.662 Preparing to unpack .../22-libosmo-netif-dev_1.4.0.55.6930.202405312026_amd64.deb ...
#24 6.669 Unpacking libosmo-netif-dev:amd64 (1.4.0.55.6930.202405312026) ...
#24 6.742 Selecting previously unselected package libosmo-sccp-dev:amd64.
#24 6.748 Preparing to unpack .../23-libosmo-sccp-dev_1.8.0.66.705a.202405312026_amd64.deb ...
#24 6.760 Unpacking libosmo-sccp-dev:amd64 (1.8.0.66.705a.202405312026) ...
#24 6.868 Selecting previously unselected package libosmo-sigtran9:amd64.
#24 6.876 Preparing to unpack .../24-libosmo-sigtran9_1.8.0.66.705a.202405312026_amd64.deb ...
#24 6.885 Unpacking libosmo-sigtran9:amd64 (1.8.0.66.705a.202405312026) ...
#24 6.967 Selecting previously unselected package libosmo-sigtran-dev:amd64.
#24 6.974 Preparing to unpack .../25-libosmo-sigtran-dev_1.8.0.66.705a.202405312026_amd64.deb ...
#24 6.987 Unpacking libosmo-sigtran-dev:amd64 (1.8.0.66.705a.202405312026) ...
#24 7.110 Selecting previously unselected package libsmpp1:amd64.
#24 7.118 Preparing to unpack .../26-libsmpp1_1.14.4.202405312026_amd64.deb ...
#24 7.133 Unpacking libsmpp1:amd64 (1.14.4.202405312026) ...
#24 7.214 Selecting previously unselected package libsmpp34-dev:amd64.
#24 7.221 Preparing to unpack .../27-libsmpp34-dev_1.14.4.202405312026_amd64.deb ...
#24 7.230 Unpacking libsmpp34-dev:amd64 (1.14.4.202405312026) ...
#24 7.320 Selecting previously unselected package libasn1c1:amd64.
#24 7.328 Preparing to unpack .../28-libasn1c1_0.9.36.2.5324.202405312026_amd64.deb ...
#24 7.331 Unpacking libasn1c1:amd64 (0.9.36.2.5324.202405312026) ...
#24 7.397 Selecting previously unselected package libasn1c-dev:amd64.
#24 7.403 Preparing to unpack .../29-libasn1c-dev_0.9.36.2.5324.202405312026_amd64.deb ...
#24 7.414 Unpacking libasn1c-dev:amd64 (0.9.36.2.5324.202405312026) ...
#24 7.501 Selecting previously unselected package libosmo-ranap7:amd64.
#24 7.508 Preparing to unpack .../30-libosmo-ranap7_1.5.1.8.977d3b.202405312026_amd64.deb ...
#24 7.516 Unpacking libosmo-ranap7:amd64 (1.5.1.8.977d3b.202405312026) ...
#24 7.610 Selecting previously unselected package libosmo-ranap-dev:amd64.
#24 7.617 Preparing to unpack .../31-libosmo-ranap-dev_1.5.1.8.977d3b.202405312026_amd64.deb ...
#24 7.624 Unpacking libosmo-ranap-dev:amd64 (1.5.1.8.977d3b.202405312026) ...
#24 7.794 Setting up telnet (0.17-41.2) ...
#24 7.850 update-alternatives: using /usr/bin/telnet.netkit to provide /usr/bin/telnet (telnet) in auto mode
#24 7.856 Setting up osmocom-nightly (202405312026) ...
#24 7.869 Setting up libsmpp1:amd64 (1.14.4.202405312026) ...
#24 7.878 Setting up libosmocore21:amd64 (1.9.0.203.d8ac0.202405312026) ...
#24 7.886 Setting up libosmousb0:amd64 (1.9.0.203.d8ac0.202405312026) ...
#24 7.894 Setting up libosmocodec4:amd64 (1.9.0.203.d8ac0.202405312026) ...
#24 7.908 Setting up libsmpp34-dev:amd64 (1.14.4.202405312026) ...
#24 7.917 Setting up libosmo-sccp-dev:amd64 (1.8.0.66.705a.202405312026) ...
#24 7.925 Setting up libasn1c1:amd64 (0.9.36.2.5324.202405312026) ...
#24 7.933 Setting up libosmovty13:amd64 (1.9.0.203.d8ac0.202405312026) ...
#24 7.944 Setting up libosmoisdn0:amd64 (1.9.0.203.d8ac0.202405312026) ...
#24 7.953 Setting up libgtp6:amd64 (1.11.0.30.5758.202405312026) ...
#24 7.962 Setting up libgtp-dev:amd64 (1.11.0.30.5758.202405312026) ...
#24 7.972 Setting up libasn1c-dev:amd64 (0.9.36.2.5324.202405312026) ...
#24 7.984 Setting up libosmogsm20:amd64 (1.9.0.203.d8ac0.202405312026) ...
#24 7.994 Setting up libosmoabis13:amd64 (1.5.1.12.6222.202405312026) ...
#24 8.002 Setting up libosmoctrl0:amd64 (1.9.0.203.d8ac0.202405312026) ...
#24 8.014 Setting up libosmogb14:amd64 (1.9.0.203.d8ac0.202405312026) ...
#24 8.023 Setting up libosmonetif11:amd64 (1.4.0.55.6930.202405312026) ...
#24 8.031 Setting up libosmo-gsup-client0:amd64 (1.7.0.15.6b77.202405312026) ...
#24 8.042 Setting up libosmocoding0:amd64 (1.9.0.203.d8ac0.202405312026) ...
#24 8.054 Setting up libosmosim2:amd64 (1.9.0.203.d8ac0.202405312026) ...
#24 8.062 Setting up libosmotrau2:amd64 (1.5.1.12.6222.202405312026) ...
#24 8.074 Setting up libosmocore (1.9.0.203.d8ac0.202405312026) ...
#24 8.085 Setting up libosmo-sigtran9:amd64 (1.8.0.66.705a.202405312026) ...
#24 8.094 Setting up libosmo-abis-dev:amd64 (1.5.1.12.6222.202405312026) ...
#24 8.102 Setting up libosmo-ranap7:amd64 (1.5.1.8.977d3b.202405312026) ...
#24 8.116 Setting up libosmocore-dev:amd64 (1.9.0.203.d8ac0.202405312026) ...
#24 8.124 Setting up libosmo-netif-dev:amd64 (1.4.0.55.6930.202405312026) ...
#24 8.133 Setting up libosmo-ranap-dev:amd64 (1.5.1.8.977d3b.202405312026) ...
#24 8.142 Setting up libosmo-gsup-client-dev:amd64 (1.7.0.15.6b77.202405312026) ...
#24 8.153 Setting up libosmo-sigtran-dev:amd64 (1.8.0.66.705a.202405312026) ...
#24 8.163 Processing triggers for man-db (2.8.5-2+deb10u1) ...
#24 8.302 Processing triggers for libc-bin (2.28-10+deb10u3) ...
#24 DONE 8.4s

#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.385 Hit:1 http://deb.debian.org/debian buster InRelease
#25 0.385 Hit:2 http://deb.debian.org/debian-security buster/updates InRelease
#25 0.385 Hit:3 http://deb.debian.org/debian buster-updates InRelease
#25 0.385 Hit:4 https://downloads.osmocom.org/packages/osmocom:/nightly/Debian_10 ./ InRelease
#25 0.718 Reading package lists...
#25 1.521 Reading package lists...
#25 2.318 Building dependency tree...
#25 2.507 Reading state information...
#25 2.687 libboost-program-options-dev is already the newest version (1.67.0.1).
#25 2.687 libboost-program-options-dev set to manually installed.
#25 2.687 cmake is already the newest version (3.13.4-1).
#25 2.687 libfftw3-dev is already the newest version (3.3.8-2).
#25 2.687 libsctp-dev is already the newest version (1.0.18+dfsg-1).
#25 2.687 libpcsclite-dev is already the newest version (1.8.24-1).
#25 2.687 libuhd-dev is already the newest version (3.13.1.0-3).
#25 2.687 Suggested packages:
#25 2.687   libmbedtls-doc libsoapysdr-doc
#25 2.687 Recommended packages:
#25 2.687   libconfig-doc soapysdr0.6-module-all | soapysdr0.6-module
#25 2.779 The following NEW packages will be installed:
#25 2.779   libconfig++-dev libconfig++9v5 libconfig-dev libconfig9 libczmq-dev libczmq4
#25 2.780   libmbedtls-dev libsoapysdr-dev libsoapysdr0.6 soapysdr-module-lms7
#25 2.780   soapysdr0.6-module-lms7
#25 2.808 0 upgraded, 11 newly installed, 0 to remove and 1 not upgraded.
#25 2.808 Need to get 1,403 kB of archives.
#25 2.808 After this operation, 6,369 kB of additional disk space will be used.
#25 2.808 Get:1 http://deb.debian.org/debian buster/main amd64 libconfig++9v5 amd64 1.5-0.4 [40.0 kB]
#25 2.820 Get:2 http://deb.debian.org/debian buster/main amd64 libconfig9 amd64 1.5-0.4 [29.9 kB]
#25 2.821 Get:3 http://deb.debian.org/debian buster/main amd64 libconfig-dev amd64 1.5-0.4 [60.8 kB]
#25 2.826 Get:4 http://deb.debian.org/debian buster/main amd64 libconfig++-dev amd64 1.5-0.4 [44.1 kB]
#25 2.827 Get:5 http://deb.debian.org/debian buster/main amd64 libczmq4 amd64 4.2.0-2 [168 kB]
#25 2.839 Get:6 http://deb.debian.org/debian buster/main amd64 libczmq-dev amd64 4.2.0-2 [395 kB]
#25 2.846 Get:7 http://deb.debian.org/debian-security buster/updates/main amd64 libmbedtls-dev amd64 2.16.9-0~deb10u1 [514 kB]
#25 2.851 Get:8 http://deb.debian.org/debian buster/main amd64 libsoapysdr0.6 amd64 0.6.1-4+b1 [68.4 kB]
#25 2.851 Get:9 http://deb.debian.org/debian buster/main amd64 libsoapysdr-dev amd64 0.6.1-4+b1 [28.2 kB]
#25 2.852 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 2.852 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.070 debconf: delaying package configuration, since apt-utils is not installed
#25 3.137 Fetched 1,403 kB in 0s (24.2 MB/s)
#25 3.202 Selecting previously unselected package libconfig++9v5:amd64.
#25 3.202 (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 ... 109031 files and directories currently installed.)
#25 3.241 Preparing to unpack .../00-libconfig++9v5_1.5-0.4_amd64.deb ...
#25 3.264 Unpacking libconfig++9v5:amd64 (1.5-0.4) ...
#25 3.361 Selecting previously unselected package libconfig9:amd64.
#25 3.369 Preparing to unpack .../01-libconfig9_1.5-0.4_amd64.deb ...
#25 3.383 Unpacking libconfig9:amd64 (1.5-0.4) ...
#25 3.454 Selecting previously unselected package libconfig-dev:amd64.
#25 3.462 Preparing to unpack .../02-libconfig-dev_1.5-0.4_amd64.deb ...
#25 3.478 Unpacking libconfig-dev:amd64 (1.5-0.4) ...
#25 3.557 Selecting previously unselected package libconfig++-dev:amd64.
#25 3.564 Preparing to unpack .../03-libconfig++-dev_1.5-0.4_amd64.deb ...
#25 3.572 Unpacking libconfig++-dev:amd64 (1.5-0.4) ...
#25 3.676 Selecting previously unselected package libczmq4:amd64.
#25 3.684 Preparing to unpack .../04-libczmq4_4.2.0-2_amd64.deb ...
#25 3.695 Unpacking libczmq4:amd64 (4.2.0-2) ...
#25 3.792 Selecting previously unselected package libczmq-dev:amd64.
#25 3.798 Preparing to unpack .../05-libczmq-dev_4.2.0-2_amd64.deb ...
#25 3.811 Unpacking libczmq-dev:amd64 (4.2.0-2) ...
#25 3.928 Selecting previously unselected package libmbedtls-dev:amd64.
#25 3.936 Preparing to unpack .../06-libmbedtls-dev_2.16.9-0~deb10u1_amd64.deb ...
#25 3.948 Unpacking libmbedtls-dev:amd64 (2.16.9-0~deb10u1) ...
#25 4.064 Selecting previously unselected package libsoapysdr0.6:amd64.
#25 4.072 Preparing to unpack .../07-libsoapysdr0.6_0.6.1-4+b1_amd64.deb ...
#25 4.092 Unpacking libsoapysdr0.6:amd64 (0.6.1-4+b1) ...
#25 4.142 Selecting previously unselected package libsoapysdr-dev:amd64.
#25 4.148 Preparing to unpack .../08-libsoapysdr-dev_0.6.1-4+b1_amd64.deb ...
#25 4.152 Unpacking libsoapysdr-dev:amd64 (0.6.1-4+b1) ...
#25 4.207 Selecting previously unselected package soapysdr0.6-module-lms7:amd64.
#25 4.214 Preparing to unpack .../09-soapysdr0.6-module-lms7_18.06.0+dfsg-1+b1_amd64.deb ...
#25 4.224 Unpacking soapysdr0.6-module-lms7:amd64 (18.06.0+dfsg-1+b1) ...
#25 4.294 Selecting previously unselected package soapysdr-module-lms7:amd64.
#25 4.301 Preparing to unpack .../10-soapysdr-module-lms7_18.06.0+dfsg-1+b1_amd64.deb ...
#25 4.314 Unpacking soapysdr-module-lms7:amd64 (18.06.0+dfsg-1+b1) ...
#25 4.437 Setting up libconfig9:amd64 (1.5-0.4) ...
#25 4.469 Setting up libsoapysdr0.6:amd64 (0.6.1-4+b1) ...
#25 4.504 Setting up libczmq4:amd64 (4.2.0-2) ...
#25 4.546 Setting up libconfig++9v5:amd64 (1.5-0.4) ...
#25 4.576 Setting up libmbedtls-dev:amd64 (2.16.9-0~deb10u1) ...
#25 4.605 Setting up libsoapysdr-dev:amd64 (0.6.1-4+b1) ...
#25 4.658 Setting up libczmq-dev:amd64 (4.2.0-2) ...
#25 4.689 Setting up libconfig-dev:amd64 (1.5-0.4) ...
#25 4.724 Setting up soapysdr0.6-module-lms7:amd64 (18.06.0+dfsg-1+b1) ...
#25 4.762 Setting up soapysdr-module-lms7:amd64 (18.06.0+dfsg-1+b1) ...
#25 4.791 Setting up libconfig++-dev:amd64 (1.5-0.4) ...
#25 4.816 Processing triggers for man-db (2.8.5-2+deb10u1) ...
#25 5.162 Processing triggers for libc-bin (2.28-10+deb10u3) ...
#25 DONE 5.4s

#26 [19/32] RUN	APT-GET update && 	apt-get install -y --no-install-recommends 		gnuradio && 	apt-get clean
#26 0.362 Hit:1 http://deb.debian.org/debian buster InRelease
#26 0.362 Hit:2 http://deb.debian.org/debian-security buster/updates InRelease
#26 0.362 Hit:3 http://deb.debian.org/debian buster-updates InRelease
#26 0.467 Hit:4 https://downloads.osmocom.org/packages/osmocom:/nightly/Debian_10 ./ InRelease
#26 0.723 Reading package lists...
#26 1.664 Reading package lists...
#26 2.484 Building dependency tree...
#26 2.699 Reading state information...
#26 2.862 The following additional packages will be installed:
#26 2.862   dbus-user-session dconf-gsettings-backend dconf-service freeglut3
#26 2.862   glib-networking glib-networking-common glib-networking-services
#26 2.862   gsettings-desktop-schemas libasyncns0 libatk-bridge2.0-0 libatspi2.0-0
#26 2.862   libcaca0 libcairo-gobject2 libcodec2-0.8.1 libcolord2 libcomedi0 libdconf1
#26 2.862   libdouble-conversion1 libdrm-amdgpu1 libdrm-common libdrm-intel1
#26 2.862   libdrm-nouveau2 libdrm-radeon1 libdrm2 libegl-mesa0 libegl1 libepoxy0
#26 2.862   libevdev2 libflac8 libgbm1 libgl1 libgl1-mesa-dri libgl1-mesa-glx
#26 2.862   libglapi-mesa libglu1-mesa libglvnd0 libglx-mesa0 libglx0
#26 2.862   libgnuradio-analog3.7.13 libgnuradio-atsc3.7.13 libgnuradio-audio3.7.13
#26 2.862   libgnuradio-blocks3.7.13 libgnuradio-channels3.7.13 libgnuradio-comedi3.7.13
#26 2.862   libgnuradio-digital3.7.13 libgnuradio-dtv3.7.13 libgnuradio-fcd3.7.13
#26 2.862   libgnuradio-fec3.7.13 libgnuradio-fft3.7.13 libgnuradio-filter3.7.13
#26 2.862   libgnuradio-noaa3.7.13 libgnuradio-pager3.7.13 libgnuradio-pmt3.7.13
#26 2.862   libgnuradio-qtgui3.7.13 libgnuradio-runtime3.7.13 libgnuradio-trellis3.7.13
#26 2.862   libgnuradio-uhd3.7.13 libgnuradio-video-sdl3.7.13 libgnuradio-vocoder3.7.13
#26 2.862   libgnuradio-wavelet3.7.13 libgnuradio-wxgui3.7.13 libgnuradio-zeromq3.7.13
#26 2.862   libgtk-3-0 libgtk-3-common libgudev-1.0-0 libinput-bin libinput10
#26 2.862   libjack-jackd2-0 libjson-glib-1.0-0 libjson-glib-1.0-common libllvm7
#26 2.862   liblog4cpp5v5 libmtdev1 libnotify4 libogg0 libopus0 liborc-0.4-0
#26 2.862   libpcre2-16-0 libportaudio2 libproxy1v5 libpulse0 libqt5core5a libqt5dbus5
#26 2.862   libqt5designer5 libqt5gui5 libqt5help5 libqt5network5 libqt5opengl5
#26 2.862   libqt5printsupport5 libqt5sql5 libqt5svg5 libqt5test5 libqt5widgets5
#26 2.862   libqt5xml5 libqwt-qt5-6 librest-0.7-0 libsamplerate0 libsdl1.2debian
#26 2.862   libslang2 libsndfile1 libsoup-gnome2.4-1 libsoup2.4-1 libvolk1-bin
#26 2.862   libvolk1.4 libvorbis0a libvorbisenc2 libwacom-common libwacom2
#26 2.862   libwayland-client0 libwayland-cursor0 libwayland-egl1 libwayland-server0
#26 2.862   libwxbase3.0-0v5 libwxgtk3.0-gtk3-0v5 libx11-xcb1 libxcb-dri2-0
#26 2.862   libxcb-dri3-0 libxcb-glx0 libxcb-icccm4 libxcb-image0 libxcb-keysyms1
#26 2.862   libxcb-present0 libxcb-randr0 libxcb-render-util0 libxcb-shape0 libxcb-sync1
#26 2.862   libxcb-util0 libxcb-xfixes0 libxcb-xinerama0 libxcb-xkb1 libxkbcommon-x11-0
#26 2.862   libxkbcommon0 libxshmfence1 libxtst6 libxxf86vm1 python-cheetah python-lxml
#26 2.862   python-opengl python-pyqt5 python-sip python-wxgtk3.0 python-wxversion
#26 2.863   python-zmq xkb-data
#26 2.863 Suggested packages:
#26 2.863   gr-fosphor gr-osmosdr colord gvfs jackd2 opus-tools pulseaudio
#26 2.863   qt5-image-formats-plugins qtwayland5 libvolk1-dev python-cheetah-doc
#26 2.863   python-markdown python-memcache python-pygments python-lxml-dbg
#26 2.863   python-lxml-doc python-tk libgle3 python-pyqt5-dbg wx3.0-doc
#26 2.863 Recommended packages:
#26 2.863   gnuradio-dev python-matplotlib python-networkx python-qwt-qt5 python-scipy
#26 2.863   python-tk rtl-sdr uhd-host at-spi2-core udev libgtk-3-bin
#26 2.863   notification-daemon qttranslations5-l10n qt5-gtk-platformtheme
#26 2.863   libqt5sql5-sqlite | libqt5sql5-mysql | libqt5sql5-odbc | libqt5sql5-psql
#26 2.863   | libqt5sql5-tds | libqt5sql5-ibase libwacom-bin python-bs4 python-html5lib
#26 3.419 The following NEW packages will be installed:
#26 3.419   dbus-user-session dconf-gsettings-backend dconf-service freeglut3
#26 3.419   glib-networking glib-networking-common glib-networking-services gnuradio
#26 3.419   gsettings-desktop-schemas libasyncns0 libatk-bridge2.0-0 libatspi2.0-0
#26 3.419   libcaca0 libcairo-gobject2 libcodec2-0.8.1 libcolord2 libcomedi0 libdconf1
#26 3.419   libdouble-conversion1 libdrm-amdgpu1 libdrm-common libdrm-intel1
#26 3.419   libdrm-nouveau2 libdrm-radeon1 libdrm2 libegl-mesa0 libegl1 libepoxy0
#26 3.419   libevdev2 libflac8 libgbm1 libgl1 libgl1-mesa-dri libgl1-mesa-glx
#26 3.419   libglapi-mesa libglu1-mesa libglvnd0 libglx-mesa0 libglx0
#26 3.419   libgnuradio-analog3.7.13 libgnuradio-atsc3.7.13 libgnuradio-audio3.7.13
#26 3.419   libgnuradio-blocks3.7.13 libgnuradio-channels3.7.13 libgnuradio-comedi3.7.13
#26 3.419   libgnuradio-digital3.7.13 libgnuradio-dtv3.7.13 libgnuradio-fcd3.7.13
#26 3.419   libgnuradio-fec3.7.13 libgnuradio-fft3.7.13 libgnuradio-filter3.7.13
#26 3.419   libgnuradio-noaa3.7.13 libgnuradio-pager3.7.13 libgnuradio-pmt3.7.13
#26 3.419   libgnuradio-qtgui3.7.13 libgnuradio-runtime3.7.13 libgnuradio-trellis3.7.13
#26 3.419   libgnuradio-uhd3.7.13 libgnuradio-video-sdl3.7.13 libgnuradio-vocoder3.7.13
#26 3.419   libgnuradio-wavelet3.7.13 libgnuradio-wxgui3.7.13 libgnuradio-zeromq3.7.13
#26 3.419   libgtk-3-0 libgtk-3-common libgudev-1.0-0 libinput-bin libinput10
#26 3.420   libjack-jackd2-0 libjson-glib-1.0-0 libjson-glib-1.0-common libllvm7
#26 3.420   liblog4cpp5v5 libmtdev1 libnotify4 libogg0 libopus0 liborc-0.4-0
#26 3.420   libpcre2-16-0 libportaudio2 libproxy1v5 libpulse0 libqt5core5a libqt5dbus5
#26 3.420   libqt5designer5 libqt5gui5 libqt5help5 libqt5network5 libqt5opengl5
#26 3.420   libqt5printsupport5 libqt5sql5 libqt5svg5 libqt5test5 libqt5widgets5
#26 3.420   libqt5xml5 libqwt-qt5-6 librest-0.7-0 libsamplerate0 libsdl1.2debian
#26 3.420   libslang2 libsndfile1 libsoup-gnome2.4-1 libsoup2.4-1 libvolk1-bin
#26 3.420   libvolk1.4 libvorbis0a libvorbisenc2 libwacom-common libwacom2
#26 3.420   libwayland-client0 libwayland-cursor0 libwayland-egl1 libwayland-server0
#26 3.420   libwxbase3.0-0v5 libwxgtk3.0-gtk3-0v5 libx11-xcb1 libxcb-dri2-0
#26 3.420   libxcb-dri3-0 libxcb-glx0 libxcb-icccm4 libxcb-image0 libxcb-keysyms1
#26 3.420   libxcb-present0 libxcb-randr0 libxcb-render-util0 libxcb-shape0 libxcb-sync1
#26 3.420   libxcb-util0 libxcb-xfixes0 libxcb-xinerama0 libxcb-xkb1 libxkbcommon-x11-0
#26 3.421   libxkbcommon0 libxshmfence1 libxtst6 libxxf86vm1 python-cheetah python-lxml
#26 3.421   python-opengl python-pyqt5 python-sip python-wxgtk3.0 python-wxversion
#26 3.421   python-zmq xkb-data
#26 3.461 0 upgraded, 145 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-security buster/updates/main amd64 libqt5core5a amd64 5.11.3+dfsg1-1+deb10u6 [1,947 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.502 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.503 Get:7 http://deb.debian.org/debian buster/main amd64 libwayland-server0 amd64 1.16.0-1 [32.5 kB]
#26 3.503 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.513 Get:14 http://deb.debian.org/debian buster/main amd64 libxcb-present0 amd64 1.13.1-2 [99.1 kB]
#26 3.516 Get:15 http://deb.debian.org/debian buster/main amd64 libxcb-sync1 amd64 1.13.1-2 [103 kB]
#26 3.517 Get:16 http://deb.debian.org/debian buster/main amd64 libxcb-xfixes0 amd64 1.13.1-2 [103 kB]
#26 3.519 Get:17 http://deb.debian.org/debian buster/main amd64 libxshmfence1 amd64 1.3-1 [8,820 B]
#26 3.520 Get:18 http://deb.debian.org/debian buster/main amd64 libegl-mesa0 amd64 18.3.6-2+deb10u1 [135 kB]
#26 3.522 Get:19 http://deb.debian.org/debian buster/main amd64 libegl1 amd64 1.1.0-1 [33.6 kB]
#26 3.523 Get:20 http://deb.debian.org/debian buster/main amd64 libxcb-glx0 amd64 1.13.1-2 [116 kB]
#26 3.524 Get:21 http://deb.debian.org/debian buster/main amd64 libxxf86vm1 amd64 1:1.1.4-1+b2 [20.8 kB]
#26 3.526 Get:22 http://deb.debian.org/debian buster/main amd64 libdrm-amdgpu1 amd64 2.4.97-1 [27.3 kB]
#26 3.527 Get:23 http://deb.debian.org/debian buster/main amd64 libdrm-intel1 amd64 2.4.97-1 [69.8 kB]
#26 3.529 Get:24 http://deb.debian.org/debian buster/main amd64 libdrm-nouveau2 amd64 2.4.97-1 [26.3 kB]
#26 3.530 Get:25 http://deb.debian.org/debian buster/main amd64 libdrm-radeon1 amd64 2.4.97-1 [31.1 kB]
#26 3.531 Get:26 http://deb.debian.org/debian buster/main amd64 libllvm7 amd64 1:7.0.1-8+deb10u2 [13.1 MB]
#26 3.652 Get:27 http://deb.debian.org/debian buster/main amd64 libgl1-mesa-dri amd64 18.3.6-2+deb10u1 [6,685 kB]
#26 3.704 Get:28 http://deb.debian.org/debian buster/main amd64 libglx-mesa0 amd64 18.3.6-2+deb10u1 [180 kB]
#26 3.706 Get:29 http://deb.debian.org/debian buster/main amd64 libglx0 amd64 1.1.0-1 [30.0 kB]
#26 3.706 Get:30 http://deb.debian.org/debian buster/main amd64 libgl1 amd64 1.1.0-1 [91.1 kB]
#26 3.707 Get:31 http://deb.debian.org/debian buster/main amd64 libevdev2 amd64 1.6.0+dfsg-1 [31.0 kB]
#26 3.707 Get:32 http://deb.debian.org/debian buster/main amd64 libmtdev1 amd64 1.1.5-1+b1 [22.3 kB]
#26 3.707 Get:33 http://deb.debian.org/debian buster/main amd64 libgudev-1.0-0 amd64 232-2 [13.6 kB]
#26 3.707 Get:34 http://deb.debian.org/debian buster/main amd64 libwacom-common all 0.32-1 [39.1 kB]
#26 3.708 Get:35 http://deb.debian.org/debian buster/main amd64 libwacom2 amd64 0.32-1 [18.8 kB]
#26 3.708 Get:36 http://deb.debian.org/debian buster/main amd64 libinput-bin amd64 1.12.6-2+deb10u1 [16.9 kB]
#26 3.710 Get:37 http://deb.debian.org/debian buster/main amd64 libinput10 amd64 1.12.6-2+deb10u1 [107 kB]
#26 3.721 Get:38 http://deb.debian.org/debian-security buster/updates/main amd64 libqt5dbus5 amd64 5.11.3+dfsg1-1+deb10u6 [231 kB]
#26 3.724 Get:39 http://deb.debian.org/debian-security buster/updates/main amd64 libqt5network5 amd64 5.11.3+dfsg1-1+deb10u6 [673 kB]
#26 3.732 Get:40 http://deb.debian.org/debian buster/main amd64 libxcb-icccm4 amd64 0.4.1-1.1 [27.4 kB]
#26 3.732 Get:41 http://deb.debian.org/debian buster/main amd64 libxcb-util0 amd64 0.3.8-3+b2 [23.0 kB]
#26 3.733 Get:42 http://deb.debian.org/debian buster/main amd64 libxcb-image0 amd64 0.4.0-1+b2 [24.4 kB]
#26 3.733 Get:43 http://deb.debian.org/debian buster/main amd64 libxcb-keysyms1 amd64 0.4.0-1+b2 [16.4 kB]
#26 3.734 Get:44 http://deb.debian.org/debian buster/main amd64 libxcb-randr0 amd64 1.13.1-2 [110 kB]
#26 3.735 Get:45 http://deb.debian.org/debian buster/main amd64 libxcb-render-util0 amd64 0.3.9-1+b1 [18.3 kB]
#26 3.735 Get:46 http://deb.debian.org/debian buster/main amd64 libxcb-shape0 amd64 1.13.1-2 [99.5 kB]
#26 3.736 Get:47 http://deb.debian.org/debian buster/main amd64 libxcb-xinerama0 amd64 1.13.1-2 [98.9 kB]
#26 3.736 Get:48 http://deb.debian.org/debian buster/main amd64 libxcb-xkb1 amd64 1.13.1-2 [123 kB]
#26 3.738 Get:49 http://deb.debian.org/debian buster/main amd64 xkb-data all 2.26-2 [681 kB]
#26 3.745 Get:50 http://deb.debian.org/debian buster/main amd64 libxkbcommon0 amd64 0.8.2-1 [123 kB]
#26 3.746 Get:51 http://deb.debian.org/debian buster/main amd64 libxkbcommon-x11-0 amd64 0.8.2-1 [39.4 kB]
#26 3.962 Get:52 http://deb.debian.org/debian-security buster/updates/main amd64 libqt5gui5 amd64 5.11.3+dfsg1-1+deb10u6 [2,844 kB]
#26 3.994 Get:53 http://deb.debian.org/debian-security buster/updates/main amd64 libqt5widgets5 amd64 5.11.3+dfsg1-1+deb10u6 [2,262 kB]
#26 4.014 Get:54 http://deb.debian.org/debian buster/main amd64 libqt5svg5 amd64 5.11.3-2 [131 kB]
#26 4.022 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 4.024 Get:56 http://deb.debian.org/debian buster/main amd64 libdconf1 amd64 0.30.1-2 [40.7 kB]
#26 4.025 Get:57 http://deb.debian.org/debian buster/main amd64 dconf-service amd64 0.30.1-2 [36.4 kB]
#26 4.025 Get:58 http://deb.debian.org/debian buster/main amd64 dconf-gsettings-backend amd64 0.30.1-2 [28.9 kB]
#26 4.026 Get:59 http://deb.debian.org/debian buster/main amd64 libgl1-mesa-glx amd64 18.3.6-2+deb10u1 [47.4 kB]
#26 4.026 Get:60 http://deb.debian.org/debian buster/main amd64 freeglut3 amd64 2.8.1-3 [123 kB]
#26 4.028 Get:61 http://deb.debian.org/debian buster/main amd64 libproxy1v5 amd64 0.4.15-5+deb10u1 [56.1 kB]
#26 4.028 Get:62 http://deb.debian.org/debian buster/main amd64 glib-networking-common all 2.58.0-2+deb10u2 [59.5 kB]
#26 4.029 Get:63 http://deb.debian.org/debian buster/main amd64 glib-networking-services amd64 2.58.0-2+deb10u2 [13.7 kB]
#26 4.029 Get:64 http://deb.debian.org/debian buster/main amd64 gsettings-desktop-schemas all 3.28.1-1 [529 kB]
#26 4.033 Get:65 http://deb.debian.org/debian buster/main amd64 glib-networking amd64 2.58.0-2+deb10u2 [54.6 kB]
#26 4.034 Get:66 http://deb.debian.org/debian buster/main amd64 liborc-0.4-0 amd64 1:0.4.28-3.1 [141 kB]
#26 4.035 Get:67 http://deb.debian.org/debian buster/main amd64 libvolk1.4 amd64 1.4-3+b1 [161 kB]
#26 4.037 Get:68 http://deb.debian.org/debian buster/main amd64 libvolk1-bin amd64 1.4-3+b1 [71.1 kB]
#26 4.039 Get:69 http://deb.debian.org/debian buster/main amd64 python-cheetah amd64 3.1.0-3 [140 kB]
#26 4.041 Get:70 http://deb.debian.org/debian buster/main amd64 python-lxml amd64 4.3.2-1+deb10u4 [1,146 kB]
#26 4.052 Get:71 http://deb.debian.org/debian buster/main amd64 libglu1-mesa amd64 9.0.0-2.1+b3 [169 kB]
#26 4.054 Get:72 http://deb.debian.org/debian buster/main amd64 python-opengl all 3.1.0+dfsg-2 [490 kB]
#26 4.058 Get:73 http://deb.debian.org/debian-security buster/updates/main amd64 libqt5xml5 amd64 5.11.3+dfsg1-1+deb10u6 [128 kB]
#26 4.059 Get:74 http://deb.debian.org/debian buster/main amd64 libqt5designer5 amd64 5.11.3-4 [2,783 kB]
#26 4.083 Get:75 http://deb.debian.org/debian-security buster/updates/main amd64 libqt5sql5 amd64 5.11.3+dfsg1-1+deb10u6 [145 kB]
#26 4.084 Get:76 http://deb.debian.org/debian buster/main amd64 libqt5help5 amd64 5.11.3-4 [149 kB]
#26 4.085 Get:77 http://deb.debian.org/debian-security buster/updates/main amd64 libqt5printsupport5 amd64 5.11.3+dfsg1-1+deb10u6 [217 kB]
#26 4.087 Get:78 http://deb.debian.org/debian-security buster/updates/main amd64 libqt5test5 amd64 5.11.3+dfsg1-1+deb10u6 [151 kB]
#26 4.088 Get:79 http://deb.debian.org/debian buster/main amd64 python-sip amd64 4.19.14+dfsg-2 [170 kB]
#26 4.089 Get:80 http://deb.debian.org/debian buster/main amd64 python-pyqt5 amd64 5.11.3+dfsg-1+b3 [2,238 kB]
#26 4.109 Get:81 http://deb.debian.org/debian buster/main amd64 python-wxversion all 3.0.2.0+dfsg-8 [114 kB]
#26 4.110 Get:82 http://deb.debian.org/debian buster/main amd64 libwxbase3.0-0v5 amd64 3.0.4+dfsg-8 [1,057 kB]
#26 4.119 Get:83 http://deb.debian.org/debian buster/main amd64 libatspi2.0-0 amd64 2.30.0-7 [65.0 kB]
#26 4.119 Get:84 http://deb.debian.org/debian buster/main amd64 libatk-bridge2.0-0 amd64 2.30.0-5 [61.6 kB]
#26 4.120 Get:85 http://deb.debian.org/debian buster/main amd64 libcairo-gobject2 amd64 1.16.0-4+deb10u1 [125 kB]
#26 4.121 Get:86 http://deb.debian.org/debian buster/main amd64 libcolord2 amd64 1.4.3-4 [141 kB]
#26 4.122 Get:87 http://deb.debian.org/debian buster/main amd64 libepoxy0 amd64 1.5.3-0.1 [190 kB]
#26 4.124 Get:88 http://deb.debian.org/debian buster/main amd64 libjson-glib-1.0-common all 1.4.4-2 [52.3 kB]
#26 4.124 Get:89 http://deb.debian.org/debian buster/main amd64 libjson-glib-1.0-0 amd64 1.4.4-2 [61.2 kB]
#26 4.125 Get:90 http://deb.debian.org/debian buster/main amd64 libsoup2.4-1 amd64 2.64.2-2 [253 kB]
#26 4.127 Get:91 http://deb.debian.org/debian buster/main amd64 libsoup-gnome2.4-1 amd64 2.64.2-2 [18.0 kB]
#26 4.130 Get:92 http://deb.debian.org/debian buster/main amd64 librest-0.7-0 amd64 0.8.1-1 [33.7 kB]
#26 4.131 Get:93 http://deb.debian.org/debian buster/main amd64 libwayland-cursor0 amd64 1.16.0-1 [14.1 kB]
#26 4.132 Get:94 http://deb.debian.org/debian buster/main amd64 libwayland-egl1 amd64 1.16.0-1 [8,204 B]
#26 4.133 Get:95 http://deb.debian.org/debian buster/main amd64 libgtk-3-common all 3.24.5-1 [3,678 kB]
#26 4.166 Get:96 http://deb.debian.org/debian buster/main amd64 libgtk-3-0 amd64 3.24.5-1 [2,580 kB]
#26 4.188 Get:97 http://deb.debian.org/debian buster/main amd64 libnotify4 amd64 0.7.7-4 [29.0 kB]
#26 4.188 Get:98 http://deb.debian.org/debian buster/main amd64 libwxgtk3.0-gtk3-0v5 amd64 3.0.4+dfsg-8 [4,350 kB]
#26 4.225 Get:99 http://deb.debian.org/debian buster/main amd64 python-wxgtk3.0 amd64 3.0.2.0+dfsg-8 [5,196 kB]
#26 4.275 Get:100 http://deb.debian.org/debian buster/main amd64 python-zmq amd64 17.1.2-2+deb10u1 [259 kB]
#26 4.282 Get:101 http://deb.debian.org/debian buster/main amd64 libcodec2-0.8.1 amd64 0.8.1-2 [233 kB]
#26 4.284 Get:102 http://deb.debian.org/debian buster/main amd64 libcomedi0 amd64 0.11.0-1 [236 kB]
#26 4.287 Get:103 http://deb.debian.org/debian buster/main amd64 liblog4cpp5v5 amd64 1.1.3-1 [106 kB]
#26 4.288 Get:104 http://deb.debian.org/debian buster/main amd64 libgnuradio-pmt3.7.13 amd64 3.7.13.4-4+b1 [116 kB]
#26 4.289 Get:105 http://deb.debian.org/debian buster/main amd64 libgnuradio-runtime3.7.13 amd64 3.7.13.4-4+b1 [314 kB]
#26 4.291 Get:106 http://deb.debian.org/debian buster/main amd64 libgnuradio-blocks3.7.13 amd64 3.7.13.4-4+b1 [537 kB]
#26 4.294 Get:107 http://deb.debian.org/debian buster/main amd64 libgnuradio-fft3.7.13 amd64 3.7.13.4-4+b1 [86.5 kB]
#26 4.295 Get:108 http://deb.debian.org/debian buster/main amd64 libgnuradio-filter3.7.13 amd64 3.7.13.4-4+b1 [196 kB]
#26 4.296 Get:109 http://deb.debian.org/debian buster/main amd64 libgnuradio-analog3.7.13 amd64 3.7.13.4-4+b1 [144 kB]
#26 4.297 Get:110 http://deb.debian.org/debian buster/main amd64 libgnuradio-fec3.7.13 amd64 3.7.13.4-4+b1 [211 kB]
#26 4.299 Get:111 http://deb.debian.org/debian buster/main amd64 libgnuradio-atsc3.7.13 amd64 3.7.13.4-4+b1 [93.5 kB]
#26 4.300 Get:112 http://deb.debian.org/debian buster/main amd64 libopus0 amd64 1.3-1 [191 kB]
#26 4.301 Get:113 http://deb.debian.org/debian buster/main amd64 libsamplerate0 amd64 0.1.9-2 [949 kB]
#26 4.309 Get:114 http://deb.debian.org/debian buster/main amd64 libjack-jackd2-0 amd64 1.9.12~dfsg-2 [299 kB]
#26 4.312 Get:115 http://deb.debian.org/debian buster/main amd64 libportaudio2 amd64 19.6.0-1+deb10u1 [66.8 kB]
#26 4.312 Get:116 http://deb.debian.org/debian buster/main amd64 libgnuradio-audio3.7.13 amd64 3.7.13.4-4+b1 [112 kB]
#26 4.314 Get:117 http://deb.debian.org/debian buster/main amd64 libgnuradio-channels3.7.13 amd64 3.7.13.4-4+b1 [89.1 kB]
#26 4.315 Get:118 http://deb.debian.org/debian buster/main amd64 libgnuradio-comedi3.7.13 amd64 3.7.13.4-4+b1 [54.8 kB]
#26 4.315 Get:119 http://deb.debian.org/debian buster/main amd64 libgnuradio-digital3.7.13 amd64 3.7.13.4-4+b1 [348 kB]
#26 4.318 Get:120 http://deb.debian.org/debian buster/main amd64 libgnuradio-dtv3.7.13 amd64 3.7.13.4-4+b1 [300 kB]
#26 4.321 Get:121 http://deb.debian.org/debian buster/main amd64 libgnuradio-fcd3.7.13 amd64 3.7.13.4-4+b1 [62.3 kB]
#26 4.321 Get:122 http://deb.debian.org/debian buster/main amd64 libgnuradio-noaa3.7.13 amd64 3.7.13.4-4+b1 [54.9 kB]
#26 4.321 Get:123 http://deb.debian.org/debian buster/main amd64 libgnuradio-pager3.7.13 amd64 3.7.13.4-4+b1 [59.1 kB]
#26 4.323 Get:124 http://deb.debian.org/debian-security buster/updates/main amd64 libqt5opengl5 amd64 5.11.3+dfsg1-1+deb10u6 [161 kB]
#26 4.326 Get:125 http://deb.debian.org/debian buster/main amd64 libqwt-qt5-6 amd64 6.1.4-1 [437 kB]
#26 4.330 Get:126 http://deb.debian.org/debian buster/main amd64 libgnuradio-qtgui3.7.13 amd64 3.7.13.4-4+b1 [368 kB]
#26 4.333 Get:127 http://deb.debian.org/debian buster/main amd64 libgnuradio-trellis3.7.13 amd64 3.7.13.4-4+b1 [166 kB]
#26 4.334 Get:128 http://deb.debian.org/debian buster/main amd64 libgnuradio-uhd3.7.13 amd64 3.7.13.4-4+b1 [121 kB]
#26 4.335 Get:129 http://deb.debian.org/debian buster/main amd64 libslang2 amd64 2.3.2-2 [507 kB]
#26 4.340 Get:130 http://deb.debian.org/debian-security buster/updates/main amd64 libcaca0 amd64 0.99.beta19-2.1+deb10u1 [346 kB]
#26 4.342 Get:131 http://deb.debian.org/debian buster/main amd64 libasyncns0 amd64 0.8-6 [12.5 kB]
#26 4.343 Get:132 http://deb.debian.org/debian buster/main amd64 libogg0 amd64 1.3.2-1+b1 [21.3 kB]
#26 4.343 Get:133 http://deb.debian.org/debian-security buster/updates/main amd64 libflac8 amd64 1.3.2-3+deb10u3 [195 kB]
#26 4.344 Get:134 http://deb.debian.org/debian buster/main amd64 libvorbis0a amd64 1.3.6-2 [93.5 kB]
#26 4.345 Get:135 http://deb.debian.org/debian buster/main amd64 libvorbisenc2 amd64 1.3.6-2 [80.2 kB]
#26 4.346 Get:136 http://deb.debian.org/debian-security buster/updates/main amd64 libsndfile1 amd64 1.0.28-6+deb10u2 [253 kB]
#26 4.349 Get:137 http://deb.debian.org/debian buster/main amd64 libxtst6 amd64 2:1.2.3-1 [27.8 kB]
#26 4.350 Get:138 http://deb.debian.org/debian buster/main amd64 libpulse0 amd64 12.2-4+deb10u1 [281 kB]
#26 4.352 Get:139 http://deb.debian.org/debian buster/main amd64 libsdl1.2debian amd64 1.2.15+dfsg2-6~deb10u1 [194 kB]
#26 4.354 Get:140 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.355 Get:141 http://deb.debian.org/debian buster/main amd64 libgnuradio-vocoder3.7.13 amd64 3.7.13.4-4+b1 [76.7 kB]
#26 4.357 Get:142 http://deb.debian.org/debian buster/main amd64 libgnuradio-wavelet3.7.13 amd64 3.7.13.4-4+b1 [54.9 kB]
#26 4.358 Get:143 http://deb.debian.org/debian buster/main amd64 libgnuradio-wxgui3.7.13 amd64 3.7.13.4-4+b1 [65.7 kB]
#26 4.360 Get:144 http://deb.debian.org/debian buster/main amd64 libgnuradio-zeromq3.7.13 amd64 3.7.13.4-4+b1 [110 kB]
#26 4.363 Get:145 http://deb.debian.org/debian buster/main amd64 gnuradio amd64 3.7.13.4-4+b1 [9,656 kB]
#26 4.633 debconf: delaying package configuration, since apt-utils is not installed
#26 4.682 Fetched 77.3 MB in 1s (77.2 MB/s)
#26 4.718 Selecting previously unselected package libdouble-conversion1:amd64.
#26 4.718 (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 ... 109338 files and directories currently installed.)
#26 4.756 Preparing to unpack .../000-libdouble-conversion1_3.1.0-3_amd64.deb ...
#26 4.762 Unpacking libdouble-conversion1:amd64 (3.1.0-3) ...
#26 4.798 Selecting previously unselected package libpcre2-16-0:amd64.
#26 4.805 Preparing to unpack .../001-libpcre2-16-0_10.32-5+deb10u1_amd64.deb ...
#26 4.812 Unpacking libpcre2-16-0:amd64 (10.32-5+deb10u1) ...
#26 4.874 Selecting previously unselected package libqt5core5a:amd64.
#26 4.882 Preparing to unpack .../002-libqt5core5a_5.11.3+dfsg1-1+deb10u6_amd64.deb ...
#26 4.890 Unpacking libqt5core5a:amd64 (5.11.3+dfsg1-1+deb10u6) ...
#26 5.045 Selecting previously unselected package libdrm-common.
#26 5.053 Preparing to unpack .../003-libdrm-common_2.4.97-1_all.deb ...
#26 5.056 Unpacking libdrm-common (2.4.97-1) ...
#26 5.089 Selecting previously unselected package libdrm2:amd64.
#26 5.096 Preparing to unpack .../004-libdrm2_2.4.97-1_amd64.deb ...
#26 5.099 Unpacking libdrm2:amd64 (2.4.97-1) ...
#26 5.140 Selecting previously unselected package libglvnd0:amd64.
#26 5.147 Preparing to unpack .../005-libglvnd0_1.1.0-1_amd64.deb ...
#26 5.150 Unpacking libglvnd0:amd64 (1.1.0-1) ...
#26 5.192 Selecting previously unselected package libwayland-server0:amd64.
#26 5.199 Preparing to unpack .../006-libwayland-server0_1.16.0-1_amd64.deb ...
#26 5.202 Unpacking libwayland-server0:amd64 (1.16.0-1) ...
#26 5.241 Selecting previously unselected package libgbm1:amd64.
#26 5.248 Preparing to unpack .../007-libgbm1_18.3.6-2+deb10u1_amd64.deb ...
#26 5.251 Unpacking libgbm1:amd64 (18.3.6-2+deb10u1) ...
#26 5.289 Selecting previously unselected package libglapi-mesa:amd64.
#26 5.297 Preparing to unpack .../008-libglapi-mesa_18.3.6-2+deb10u1_amd64.deb ...
#26 5.302 Unpacking libglapi-mesa:amd64 (18.3.6-2+deb10u1) ...
#26 5.341 Selecting previously unselected package libwayland-client0:amd64.
#26 5.347 Preparing to unpack .../009-libwayland-client0_1.16.0-1_amd64.deb ...
#26 5.350 Unpacking libwayland-client0:amd64 (1.16.0-1) ...
#26 5.390 Selecting previously unselected package libx11-xcb1:amd64.
#26 5.397 Preparing to unpack .../010-libx11-xcb1_2%3a1.6.7-1+deb10u4_amd64.deb ...
#26 5.400 Unpacking libx11-xcb1:amd64 (2:1.6.7-1+deb10u4) ...
#26 5.486 Selecting previously unselected package libxcb-dri2-0:amd64.
#26 5.495 Preparing to unpack .../011-libxcb-dri2-0_1.13.1-2_amd64.deb ...
#26 5.506 Unpacking libxcb-dri2-0:amd64 (1.13.1-2) ...
#26 5.601 Selecting previously unselected package libxcb-dri3-0:amd64.
#26 5.609 Preparing to unpack .../012-libxcb-dri3-0_1.13.1-2_amd64.deb ...
#26 5.615 Unpacking libxcb-dri3-0:amd64 (1.13.1-2) ...
#26 5.713 Selecting previously unselected package libxcb-present0:amd64.
#26 5.720 Preparing to unpack .../013-libxcb-present0_1.13.1-2_amd64.deb ...
#26 5.728 Unpacking libxcb-present0:amd64 (1.13.1-2) ...
#26 5.828 Selecting previously unselected package libxcb-sync1:amd64.
#26 5.834 Preparing to unpack .../014-libxcb-sync1_1.13.1-2_amd64.deb ...
#26 5.843 Unpacking libxcb-sync1:amd64 (1.13.1-2) ...
#26 5.954 Selecting previously unselected package libxcb-xfixes0:amd64.
#26 5.961 Preparing to unpack .../015-libxcb-xfixes0_1.13.1-2_amd64.deb ...
#26 5.972 Unpacking libxcb-xfixes0:amd64 (1.13.1-2) ...
#26 6.044 Selecting previously unselected package libxshmfence1:amd64.
#26 6.052 Preparing to unpack .../016-libxshmfence1_1.3-1_amd64.deb ...
#26 6.055 Unpacking libxshmfence1:amd64 (1.3-1) ...
#26 6.121 Selecting previously unselected package libegl-mesa0:amd64.
#26 6.129 Preparing to unpack .../017-libegl-mesa0_18.3.6-2+deb10u1_amd64.deb ...
#26 6.137 Unpacking libegl-mesa0:amd64 (18.3.6-2+deb10u1) ...
#26 6.255 Selecting previously unselected package libegl1:amd64.
#26 6.263 Preparing to unpack .../018-libegl1_1.1.0-1_amd64.deb ...
#26 6.280 Unpacking libegl1:amd64 (1.1.0-1) ...
#26 6.372 Selecting previously unselected package libxcb-glx0:amd64.
#26 6.380 Preparing to unpack .../019-libxcb-glx0_1.13.1-2_amd64.deb ...
#26 6.401 Unpacking libxcb-glx0:amd64 (1.13.1-2) ...
#26 6.489 Selecting previously unselected package libxxf86vm1:amd64.
#26 6.497 Preparing to unpack .../020-libxxf86vm1_1%3a1.1.4-1+b2_amd64.deb ...
#26 6.511 Unpacking libxxf86vm1:amd64 (1:1.1.4-1+b2) ...
#26 6.608 Selecting previously unselected package libdrm-amdgpu1:amd64.
#26 6.616 Preparing to unpack .../021-libdrm-amdgpu1_2.4.97-1_amd64.deb ...
#26 6.623 Unpacking libdrm-amdgpu1:amd64 (2.4.97-1) ...
#26 6.708 Selecting previously unselected package libdrm-intel1:amd64.
#26 6.716 Preparing to unpack .../022-libdrm-intel1_2.4.97-1_amd64.deb ...
#26 6.743 Unpacking libdrm-intel1:amd64 (2.4.97-1) ...
#26 6.838 Selecting previously unselected package libdrm-nouveau2:amd64.
#26 6.846 Preparing to unpack .../023-libdrm-nouveau2_2.4.97-1_amd64.deb ...
#26 6.859 Unpacking libdrm-nouveau2:amd64 (2.4.97-1) ...
#26 6.944 Selecting previously unselected package libdrm-radeon1:amd64.
#26 6.952 Preparing to unpack .../024-libdrm-radeon1_2.4.97-1_amd64.deb ...
#26 6.962 Unpacking libdrm-radeon1:amd64 (2.4.97-1) ...
#26 7.063 Selecting previously unselected package libllvm7:amd64.
#26 7.071 Preparing to unpack .../025-libllvm7_1%3a7.0.1-8+deb10u2_amd64.deb ...
#26 7.083 Unpacking libllvm7:amd64 (1:7.0.1-8+deb10u2) ...
#26 8.019 Selecting previously unselected package libgl1-mesa-dri:amd64.
#26 8.028 Preparing to unpack .../026-libgl1-mesa-dri_18.3.6-2+deb10u1_amd64.deb ...
#26 8.036 Unpacking libgl1-mesa-dri:amd64 (18.3.6-2+deb10u1) ...
#26 8.556 Selecting previously unselected package libglx-mesa0:amd64.
#26 8.564 Preparing to unpack .../027-libglx-mesa0_18.3.6-2+deb10u1_amd64.deb ...
#26 8.578 Unpacking libglx-mesa0:amd64 (18.3.6-2+deb10u1) ...
#26 8.681 Selecting previously unselected package libglx0:amd64.
#26 8.688 Preparing to unpack .../028-libglx0_1.1.0-1_amd64.deb ...
#26 8.700 Unpacking libglx0:amd64 (1.1.0-1) ...
#26 8.806 Selecting previously unselected package libgl1:amd64.
#26 8.813 Preparing to unpack .../029-libgl1_1.1.0-1_amd64.deb ...
#26 8.819 Unpacking libgl1:amd64 (1.1.0-1) ...
#26 8.918 Selecting previously unselected package libevdev2:amd64.
#26 8.925 Preparing to unpack .../030-libevdev2_1.6.0+dfsg-1_amd64.deb ...
#26 8.933 Unpacking libevdev2:amd64 (1.6.0+dfsg-1) ...
#26 9.015 Selecting previously unselected package libmtdev1:amd64.
#26 9.023 Preparing to unpack .../031-libmtdev1_1.1.5-1+b1_amd64.deb ...
#26 9.037 Unpacking libmtdev1:amd64 (1.1.5-1+b1) ...
#26 9.134 Selecting previously unselected package libgudev-1.0-0:amd64.
#26 9.141 Preparing to unpack .../032-libgudev-1.0-0_232-2_amd64.deb ...
#26 9.153 Unpacking libgudev-1.0-0:amd64 (232-2) ...
#26 9.233 Selecting previously unselected package libwacom-common.
#26 9.240 Preparing to unpack .../033-libwacom-common_0.32-1_all.deb ...
#26 9.248 Unpacking libwacom-common (0.32-1) ...
#26 9.365 Selecting previously unselected package libwacom2:amd64.
#26 9.371 Preparing to unpack .../034-libwacom2_0.32-1_amd64.deb ...
#26 9.382 Unpacking libwacom2:amd64 (0.32-1) ...
#26 9.451 Selecting previously unselected package libinput-bin.
#26 9.457 Preparing to unpack .../035-libinput-bin_1.12.6-2+deb10u1_amd64.deb ...
#26 9.468 Unpacking libinput-bin (1.12.6-2+deb10u1) ...
#26 9.562 Selecting previously unselected package libinput10:amd64.
#26 9.570 Preparing to unpack .../036-libinput10_1.12.6-2+deb10u1_amd64.deb ...
#26 9.582 Unpacking libinput10:amd64 (1.12.6-2+deb10u1) ...
#26 9.674 Selecting previously unselected package libqt5dbus5:amd64.
#26 9.681 Preparing to unpack .../037-libqt5dbus5_5.11.3+dfsg1-1+deb10u6_amd64.deb ...
#26 9.698 Unpacking libqt5dbus5:amd64 (5.11.3+dfsg1-1+deb10u6) ...
#26 9.800 Selecting previously unselected package libqt5network5:amd64.
#26 9.808 Preparing to unpack .../038-libqt5network5_5.11.3+dfsg1-1+deb10u6_amd64.deb ...
#26 9.818 Unpacking libqt5network5:amd64 (5.11.3+dfsg1-1+deb10u6) ...
#26 9.966 Selecting previously unselected package libxcb-icccm4:amd64.
#26 9.973 Preparing to unpack .../039-libxcb-icccm4_0.4.1-1.1_amd64.deb ...
#26 9.983 Unpacking libxcb-icccm4:amd64 (0.4.1-1.1) ...
#26 10.06 Selecting previously unselected package libxcb-util0:amd64.
#26 10.07 Preparing to unpack .../040-libxcb-util0_0.3.8-3+b2_amd64.deb ...
#26 10.07 Unpacking libxcb-util0:amd64 (0.3.8-3+b2) ...
#26 10.15 Selecting previously unselected package libxcb-image0:amd64.
#26 10.16 Preparing to unpack .../041-libxcb-image0_0.4.0-1+b2_amd64.deb ...
#26 10.18 Unpacking libxcb-image0:amd64 (0.4.0-1+b2) ...
#26 10.25 Selecting previously unselected package libxcb-keysyms1:amd64.
#26 10.26 Preparing to unpack .../042-libxcb-keysyms1_0.4.0-1+b2_amd64.deb ...
#26 10.27 Unpacking libxcb-keysyms1:amd64 (0.4.0-1+b2) ...
#26 10.37 Selecting previously unselected package libxcb-randr0:amd64.
#26 10.38 Preparing to unpack .../043-libxcb-randr0_1.13.1-2_amd64.deb ...
#26 10.38 Unpacking libxcb-randr0:amd64 (1.13.1-2) ...
#26 10.49 Selecting previously unselected package libxcb-render-util0:amd64.
#26 10.50 Preparing to unpack .../044-libxcb-render-util0_0.3.9-1+b1_amd64.deb ...
#26 10.51 Unpacking libxcb-render-util0:amd64 (0.3.9-1+b1) ...
#26 10.60 Selecting previously unselected package libxcb-shape0:amd64.
#26 10.60 Preparing to unpack .../045-libxcb-shape0_1.13.1-2_amd64.deb ...
#26 10.62 Unpacking libxcb-shape0:amd64 (1.13.1-2) ...
#26 10.72 Selecting previously unselected package libxcb-xinerama0:amd64.
#26 10.72 Preparing to unpack .../046-libxcb-xinerama0_1.13.1-2_amd64.deb ...
#26 10.74 Unpacking libxcb-xinerama0:amd64 (1.13.1-2) ...
#26 10.84 Selecting previously unselected package libxcb-xkb1:amd64.
#26 10.85 Preparing to unpack .../047-libxcb-xkb1_1.13.1-2_amd64.deb ...
#26 10.86 Unpacking libxcb-xkb1:amd64 (1.13.1-2) ...
#26 10.95 Selecting previously unselected package xkb-data.
#26 10.95 Preparing to unpack .../048-xkb-data_2.26-2_all.deb ...
#26 10.97 Unpacking xkb-data (2.26-2) ...
#26 11.12 Selecting previously unselected package libxkbcommon0:amd64.
#26 11.13 Preparing to unpack .../049-libxkbcommon0_0.8.2-1_amd64.deb ...
#26 11.13 Unpacking libxkbcommon0:amd64 (0.8.2-1) ...
#26 11.18 Selecting previously unselected package libxkbcommon-x11-0:amd64.
#26 11.19 Preparing to unpack .../050-libxkbcommon-x11-0_0.8.2-1_amd64.deb ...
#26 11.19 Unpacking libxkbcommon-x11-0:amd64 (0.8.2-1) ...
#26 11.26 Selecting previously unselected package libqt5gui5:amd64.
#26 11.27 Preparing to unpack .../051-libqt5gui5_5.11.3+dfsg1-1+deb10u6_amd64.deb ...
#26 11.28 Unpacking libqt5gui5:amd64 (5.11.3+dfsg1-1+deb10u6) ...
#26 11.50 Selecting previously unselected package libqt5widgets5:amd64.
#26 11.51 Preparing to unpack .../052-libqt5widgets5_5.11.3+dfsg1-1+deb10u6_amd64.deb ...
#26 11.51 Unpacking libqt5widgets5:amd64 (5.11.3+dfsg1-1+deb10u6) ...
#26 11.70 Selecting previously unselected package libqt5svg5:amd64.
#26 11.70 Preparing to unpack .../053-libqt5svg5_5.11.3-2_amd64.deb ...
#26 11.71 Unpacking libqt5svg5:amd64 (5.11.3-2) ...
#26 11.80 Selecting previously unselected package dbus-user-session.
#26 11.80 Preparing to unpack .../054-dbus-user-session_1.12.28-0+deb10u1_amd64.deb ...
#26 11.82 Unpacking dbus-user-session (1.12.28-0+deb10u1) ...
#26 11.93 Selecting previously unselected package libdconf1:amd64.
#26 11.94 Preparing to unpack .../055-libdconf1_0.30.1-2_amd64.deb ...
#26 11.96 Unpacking libdconf1:amd64 (0.30.1-2) ...
#26 12.02 Selecting previously unselected package dconf-service.
#26 12.03 Preparing to unpack .../056-dconf-service_0.30.1-2_amd64.deb ...
#26 12.04 Unpacking dconf-service (0.30.1-2) ...
#26 12.12 Selecting previously unselected package dconf-gsettings-backend:amd64.
#26 12.13 Preparing to unpack .../057-dconf-gsettings-backend_0.30.1-2_amd64.deb ...
#26 12.14 Unpacking dconf-gsettings-backend:amd64 (0.30.1-2) ...
#26 12.22 Selecting previously unselected package libgl1-mesa-glx:amd64.
#26 12.23 Preparing to unpack .../058-libgl1-mesa-glx_18.3.6-2+deb10u1_amd64.deb ...
#26 12.24 Unpacking libgl1-mesa-glx:amd64 (18.3.6-2+deb10u1) ...
#26 12.35 Selecting previously unselected package freeglut3:amd64.
#26 12.36 Preparing to unpack .../059-freeglut3_2.8.1-3_amd64.deb ...
#26 12.36 Unpacking freeglut3:amd64 (2.8.1-3) ...
#26 12.47 Selecting previously unselected package libproxy1v5:amd64.
#26 12.47 Preparing to unpack .../060-libproxy1v5_0.4.15-5+deb10u1_amd64.deb ...
#26 12.49 Unpacking libproxy1v5:amd64 (0.4.15-5+deb10u1) ...
#26 12.57 Selecting previously unselected package glib-networking-common.
#26 12.58 Preparing to unpack .../061-glib-networking-common_2.58.0-2+deb10u2_all.deb ...
#26 12.59 Unpacking glib-networking-common (2.58.0-2+deb10u2) ...
#26 12.70 Selecting previously unselected package glib-networking-services.
#26 12.70 Preparing to unpack .../062-glib-networking-services_2.58.0-2+deb10u2_amd64.deb ...
#26 12.71 Unpacking glib-networking-services (2.58.0-2+deb10u2) ...
#26 12.74 Selecting previously unselected package gsettings-desktop-schemas.
#26 12.74 Preparing to unpack .../063-gsettings-desktop-schemas_3.28.1-1_all.deb ...
#26 12.75 Unpacking gsettings-desktop-schemas (3.28.1-1) ...
#26 12.84 Selecting previously unselected package glib-networking:amd64.
#26 12.85 Preparing to unpack .../064-glib-networking_2.58.0-2+deb10u2_amd64.deb ...
#26 12.85 Unpacking glib-networking:amd64 (2.58.0-2+deb10u2) ...
#26 12.89 Selecting previously unselected package liborc-0.4-0:amd64.
#26 12.90 Preparing to unpack .../065-liborc-0.4-0_1%3a0.4.28-3.1_amd64.deb ...
#26 12.90 Unpacking liborc-0.4-0:amd64 (1:0.4.28-3.1) ...
#26 12.94 Selecting previously unselected package libvolk1.4:amd64.
#26 12.95 Preparing to unpack .../066-libvolk1.4_1.4-3+b1_amd64.deb ...
#26 12.95 Unpacking libvolk1.4:amd64 (1.4-3+b1) ...
#26 13.00 Selecting previously unselected package libvolk1-bin.
#26 13.01 Preparing to unpack .../067-libvolk1-bin_1.4-3+b1_amd64.deb ...
#26 13.01 Unpacking libvolk1-bin (1.4-3+b1) ...
#26 13.05 Selecting previously unselected package python-cheetah.
#26 13.06 Preparing to unpack .../068-python-cheetah_3.1.0-3_amd64.deb ...
#26 13.06 Unpacking python-cheetah (3.1.0-3) ...
#26 13.11 Selecting previously unselected package python-lxml:amd64.
#26 13.12 Preparing to unpack .../069-python-lxml_4.3.2-1+deb10u4_amd64.deb ...
#26 13.12 Unpacking python-lxml:amd64 (4.3.2-1+deb10u4) ...
#26 13.24 Selecting previously unselected package libglu1-mesa:amd64.
#26 13.24 Preparing to unpack .../070-libglu1-mesa_9.0.0-2.1+b3_amd64.deb ...
#26 13.25 Unpacking libglu1-mesa:amd64 (9.0.0-2.1+b3) ...
#26 13.33 Selecting previously unselected package python-opengl.
#26 13.33 Preparing to unpack .../071-python-opengl_3.1.0+dfsg-2_all.deb ...
#26 13.35 Unpacking python-opengl (3.1.0+dfsg-2) ...
#26 13.53 Selecting previously unselected package libqt5xml5:amd64.
#26 13.54 Preparing to unpack .../072-libqt5xml5_5.11.3+dfsg1-1+deb10u6_amd64.deb ...
#26 13.54 Unpacking libqt5xml5:amd64 (5.11.3+dfsg1-1+deb10u6) ...
#26 13.59 Selecting previously unselected package libqt5designer5:amd64.
#26 13.60 Preparing to unpack .../073-libqt5designer5_5.11.3-4_amd64.deb ...
#26 13.60 Unpacking libqt5designer5:amd64 (5.11.3-4) ...
#26 13.78 Selecting previously unselected package libqt5sql5:amd64.
#26 13.78 Preparing to unpack .../074-libqt5sql5_5.11.3+dfsg1-1+deb10u6_amd64.deb ...
#26 13.79 Unpacking libqt5sql5:amd64 (5.11.3+dfsg1-1+deb10u6) ...
#26 13.83 Selecting previously unselected package libqt5help5:amd64.
#26 13.84 Preparing to unpack .../075-libqt5help5_5.11.3-4_amd64.deb ...
#26 13.84 Unpacking libqt5help5:amd64 (5.11.3-4) ...
#26 13.89 Selecting previously unselected package libqt5printsupport5:amd64.
#26 13.90 Preparing to unpack .../076-libqt5printsupport5_5.11.3+dfsg1-1+deb10u6_amd64.deb ...
#26 13.90 Unpacking libqt5printsupport5:amd64 (5.11.3+dfsg1-1+deb10u6) ...
#26 13.95 Selecting previously unselected package libqt5test5:amd64.
#26 13.96 Preparing to unpack .../077-libqt5test5_5.11.3+dfsg1-1+deb10u6_amd64.deb ...
#26 13.96 Unpacking libqt5test5:amd64 (5.11.3+dfsg1-1+deb10u6) ...
#26 14.01 Selecting previously unselected package python-sip.
#26 14.02 Preparing to unpack .../078-python-sip_4.19.14+dfsg-2_amd64.deb ...
#26 14.02 Unpacking python-sip (4.19.14+dfsg-2) ...
#26 14.08 Selecting previously unselected package python-pyqt5.
#26 14.08 Preparing to unpack .../079-python-pyqt5_5.11.3+dfsg-1+b3_amd64.deb ...
#26 14.09 Unpacking python-pyqt5 (5.11.3+dfsg-1+b3) ...
#26 14.28 Selecting previously unselected package python-wxversion.
#26 14.29 Preparing to unpack .../080-python-wxversion_3.0.2.0+dfsg-8_all.deb ...
#26 14.29 Unpacking python-wxversion (3.0.2.0+dfsg-8) ...
#26 14.33 Selecting previously unselected package libwxbase3.0-0v5:amd64.
#26 14.34 Preparing to unpack .../081-libwxbase3.0-0v5_3.0.4+dfsg-8_amd64.deb ...
#26 14.34 Unpacking libwxbase3.0-0v5:amd64 (3.0.4+dfsg-8) ...
#26 14.47 Selecting previously unselected package libatspi2.0-0:amd64.
#26 14.48 Preparing to unpack .../082-libatspi2.0-0_2.30.0-7_amd64.deb ...
#26 14.48 Unpacking libatspi2.0-0:amd64 (2.30.0-7) ...
#26 14.52 Selecting previously unselected package libatk-bridge2.0-0:amd64.
#26 14.53 Preparing to unpack .../083-libatk-bridge2.0-0_2.30.0-5_amd64.deb ...
#26 14.53 Unpacking libatk-bridge2.0-0:amd64 (2.30.0-5) ...
#26 14.57 Selecting previously unselected package libcairo-gobject2:amd64.
#26 14.58 Preparing to unpack .../084-libcairo-gobject2_1.16.0-4+deb10u1_amd64.deb ...
#26 14.58 Unpacking libcairo-gobject2:amd64 (1.16.0-4+deb10u1) ...
#26 14.63 Selecting previously unselected package libcolord2:amd64.
#26 14.64 Preparing to unpack .../085-libcolord2_1.4.3-4_amd64.deb ...
#26 14.64 Unpacking libcolord2:amd64 (1.4.3-4) ...
#26 14.69 Selecting previously unselected package libepoxy0:amd64.
#26 14.70 Preparing to unpack .../086-libepoxy0_1.5.3-0.1_amd64.deb ...
#26 14.70 Unpacking libepoxy0:amd64 (1.5.3-0.1) ...
#26 14.75 Selecting previously unselected package libjson-glib-1.0-common.
#26 14.76 Preparing to unpack .../087-libjson-glib-1.0-common_1.4.4-2_all.deb ...
#26 14.76 Unpacking libjson-glib-1.0-common (1.4.4-2) ...
#26 14.81 Selecting previously unselected package libjson-glib-1.0-0:amd64.
#26 14.82 Preparing to unpack .../088-libjson-glib-1.0-0_1.4.4-2_amd64.deb ...
#26 14.82 Unpacking libjson-glib-1.0-0:amd64 (1.4.4-2) ...
#26 14.86 Selecting previously unselected package libsoup2.4-1:amd64.
#26 14.87 Preparing to unpack .../089-libsoup2.4-1_2.64.2-2_amd64.deb ...
#26 14.87 Unpacking libsoup2.4-1:amd64 (2.64.2-2) ...
#26 14.93 Selecting previously unselected package libsoup-gnome2.4-1:amd64.
#26 14.94 Preparing to unpack .../090-libsoup-gnome2.4-1_2.64.2-2_amd64.deb ...
#26 14.94 Unpacking libsoup-gnome2.4-1:amd64 (2.64.2-2) ...
#26 14.97 Selecting previously unselected package librest-0.7-0:amd64.
#26 14.98 Preparing to unpack .../091-librest-0.7-0_0.8.1-1_amd64.deb ...
#26 14.98 Unpacking librest-0.7-0:amd64 (0.8.1-1) ...
#26 15.02 Selecting previously unselected package libwayland-cursor0:amd64.
#26 15.03 Preparing to unpack .../092-libwayland-cursor0_1.16.0-1_amd64.deb ...
#26 15.04 Unpacking libwayland-cursor0:amd64 (1.16.0-1) ...
#26 15.07 Selecting previously unselected package libwayland-egl1:amd64.
#26 15.08 Preparing to unpack .../093-libwayland-egl1_1.16.0-1_amd64.deb ...
#26 15.08 Unpacking libwayland-egl1:amd64 (1.16.0-1) ...
#26 15.12 Selecting previously unselected package libgtk-3-common.
#26 15.12 Preparing to unpack .../094-libgtk-3-common_3.24.5-1_all.deb ...
#26 15.13 Unpacking libgtk-3-common (3.24.5-1) ...
#26 15.44 Selecting previously unselected package libgtk-3-0:amd64.
#26 15.45 Preparing to unpack .../095-libgtk-3-0_3.24.5-1_amd64.deb ...
#26 15.45 Unpacking libgtk-3-0:amd64 (3.24.5-1) ...
#26 15.66 Selecting previously unselected package libnotify4:amd64.
#26 15.67 Preparing to unpack .../096-libnotify4_0.7.7-4_amd64.deb ...
#26 15.67 Unpacking libnotify4:amd64 (0.7.7-4) ...
#26 15.71 Selecting previously unselected package libwxgtk3.0-gtk3-0v5:amd64.
#26 15.71 Preparing to unpack .../097-libwxgtk3.0-gtk3-0v5_3.0.4+dfsg-8_amd64.deb ...
#26 15.72 Unpacking libwxgtk3.0-gtk3-0v5:amd64 (3.0.4+dfsg-8) ...
#26 16.06 Selecting previously unselected package python-wxgtk3.0.
#26 16.07 Preparing to unpack .../098-python-wxgtk3.0_3.0.2.0+dfsg-8_amd64.deb ...
#26 16.07 Unpacking python-wxgtk3.0 (3.0.2.0+dfsg-8) ...
#26 16.48 Selecting previously unselected package python-zmq.
#26 16.48 Preparing to unpack .../099-python-zmq_17.1.2-2+deb10u1_amd64.deb ...
#26 16.49 Unpacking python-zmq (17.1.2-2+deb10u1) ...
#26 16.55 Selecting previously unselected package libcodec2-0.8.1:amd64.
#26 16.56 Preparing to unpack .../100-libcodec2-0.8.1_0.8.1-2_amd64.deb ...
#26 16.56 Unpacking libcodec2-0.8.1:amd64 (0.8.1-2) ...
#26 16.61 Selecting previously unselected package libcomedi0.
#26 16.62 Preparing to unpack .../101-libcomedi0_0.11.0-1_amd64.deb ...
#26 16.62 Unpacking libcomedi0 (0.11.0-1) ...
#26 16.67 Selecting previously unselected package liblog4cpp5v5:amd64.
#26 16.68 Preparing to unpack .../102-liblog4cpp5v5_1.1.3-1_amd64.deb ...
#26 16.69 Unpacking liblog4cpp5v5:amd64 (1.1.3-1) ...
#26 16.73 Selecting previously unselected package libgnuradio-pmt3.7.13:amd64.
#26 16.74 Preparing to unpack .../103-libgnuradio-pmt3.7.13_3.7.13.4-4+b1_amd64.deb ...
#26 16.74 Unpacking libgnuradio-pmt3.7.13:amd64 (3.7.13.4-4+b1) ...
#26 16.79 Selecting previously unselected package libgnuradio-runtime3.7.13:amd64.
#26 16.80 Preparing to unpack .../104-libgnuradio-runtime3.7.13_3.7.13.4-4+b1_amd64.deb ...
#26 16.80 Unpacking libgnuradio-runtime3.7.13:amd64 (3.7.13.4-4+b1) ...
#26 16.86 Selecting previously unselected package libgnuradio-blocks3.7.13:amd64.
#26 16.86 Preparing to unpack .../105-libgnuradio-blocks3.7.13_3.7.13.4-4+b1_amd64.deb ...
#26 16.87 Unpacking libgnuradio-blocks3.7.13:amd64 (3.7.13.4-4+b1) ...
#26 16.95 Selecting previously unselected package libgnuradio-fft3.7.13:amd64.
#26 16.95 Preparing to unpack .../106-libgnuradio-fft3.7.13_3.7.13.4-4+b1_amd64.deb ...
#26 16.96 Unpacking libgnuradio-fft3.7.13:amd64 (3.7.13.4-4+b1) ...
#26 17.00 Selecting previously unselected package libgnuradio-filter3.7.13:amd64.
#26 17.01 Preparing to unpack .../107-libgnuradio-filter3.7.13_3.7.13.4-4+b1_amd64.deb ...
#26 17.01 Unpacking libgnuradio-filter3.7.13:amd64 (3.7.13.4-4+b1) ...
#26 17.07 Selecting previously unselected package libgnuradio-analog3.7.13:amd64.
#26 17.08 Preparing to unpack .../108-libgnuradio-analog3.7.13_3.7.13.4-4+b1_amd64.deb ...
#26 17.08 Unpacking libgnuradio-analog3.7.13:amd64 (3.7.13.4-4+b1) ...
#26 17.12 Selecting previously unselected package libgnuradio-fec3.7.13:amd64.
#26 17.13 Preparing to unpack .../109-libgnuradio-fec3.7.13_3.7.13.4-4+b1_amd64.deb ...
#26 17.13 Unpacking libgnuradio-fec3.7.13:amd64 (3.7.13.4-4+b1) ...
#26 17.19 Selecting previously unselected package libgnuradio-atsc3.7.13:amd64.
#26 17.19 Preparing to unpack .../110-libgnuradio-atsc3.7.13_3.7.13.4-4+b1_amd64.deb ...
#26 17.19 Unpacking libgnuradio-atsc3.7.13:amd64 (3.7.13.4-4+b1) ...
#26 17.24 Selecting previously unselected package libopus0:amd64.
#26 17.25 Preparing to unpack .../111-libopus0_1.3-1_amd64.deb ...
#26 17.25 Unpacking libopus0:amd64 (1.3-1) ...
#26 17.31 Selecting previously unselected package libsamplerate0:amd64.
#26 17.32 Preparing to unpack .../112-libsamplerate0_0.1.9-2_amd64.deb ...
#26 17.32 Unpacking libsamplerate0:amd64 (0.1.9-2) ...
#26 17.42 Selecting previously unselected package libjack-jackd2-0:amd64.
#26 17.43 Preparing to unpack .../113-libjack-jackd2-0_1.9.12~dfsg-2_amd64.deb ...
#26 17.44 Unpacking libjack-jackd2-0:amd64 (1.9.12~dfsg-2) ...
#26 17.49 Selecting previously unselected package libportaudio2:amd64.
#26 17.50 Preparing to unpack .../114-libportaudio2_19.6.0-1+deb10u1_amd64.deb ...
#26 17.50 Unpacking libportaudio2:amd64 (19.6.0-1+deb10u1) ...
#26 17.54 Selecting previously unselected package libgnuradio-audio3.7.13:amd64.
#26 17.55 Preparing to unpack .../115-libgnuradio-audio3.7.13_3.7.13.4-4+b1_amd64.deb ...
#26 17.55 Unpacking libgnuradio-audio3.7.13:amd64 (3.7.13.4-4+b1) ...
#26 17.60 Selecting previously unselected package libgnuradio-channels3.7.13:amd64.
#26 17.60 Preparing to unpack .../116-libgnuradio-channels3.7.13_3.7.13.4-4+b1_amd64.deb ...
#26 17.61 Unpacking libgnuradio-channels3.7.13:amd64 (3.7.13.4-4+b1) ...
#26 17.65 Selecting previously unselected package libgnuradio-comedi3.7.13:amd64.
#26 17.66 Preparing to unpack .../117-libgnuradio-comedi3.7.13_3.7.13.4-4+b1_amd64.deb ...
#26 17.66 Unpacking libgnuradio-comedi3.7.13:amd64 (3.7.13.4-4+b1) ...
#26 17.70 Selecting previously unselected package libgnuradio-digital3.7.13:amd64.
#26 17.71 Preparing to unpack .../118-libgnuradio-digital3.7.13_3.7.13.4-4+b1_amd64.deb ...
#26 17.71 Unpacking libgnuradio-digital3.7.13:amd64 (3.7.13.4-4+b1) ...
#26 17.78 Selecting previously unselected package libgnuradio-dtv3.7.13:amd64.
#26 17.79 Preparing to unpack .../119-libgnuradio-dtv3.7.13_3.7.13.4-4+b1_amd64.deb ...
#26 17.79 Unpacking libgnuradio-dtv3.7.13:amd64 (3.7.13.4-4+b1) ...
#26 17.84 Selecting previously unselected package libgnuradio-fcd3.7.13:amd64.
#26 17.85 Preparing to unpack .../120-libgnuradio-fcd3.7.13_3.7.13.4-4+b1_amd64.deb ...
#26 17.85 Unpacking libgnuradio-fcd3.7.13:amd64 (3.7.13.4-4+b1) ...
#26 17.90 Selecting previously unselected package libgnuradio-noaa3.7.13:amd64.
#26 17.90 Preparing to unpack .../121-libgnuradio-noaa3.7.13_3.7.13.4-4+b1_amd64.deb ...
#26 17.91 Unpacking libgnuradio-noaa3.7.13:amd64 (3.7.13.4-4+b1) ...
#26 17.95 Selecting previously unselected package libgnuradio-pager3.7.13:amd64.
#26 17.96 Preparing to unpack .../122-libgnuradio-pager3.7.13_3.7.13.4-4+b1_amd64.deb ...
#26 17.96 Unpacking libgnuradio-pager3.7.13:amd64 (3.7.13.4-4+b1) ...
#26 17.99 Selecting previously unselected package libqt5opengl5:amd64.
#26 18.00 Preparing to unpack .../123-libqt5opengl5_5.11.3+dfsg1-1+deb10u6_amd64.deb ...
#26 18.00 Unpacking libqt5opengl5:amd64 (5.11.3+dfsg1-1+deb10u6) ...
#26 18.05 Selecting previously unselected package libqwt-qt5-6.
#26 18.06 Preparing to unpack .../124-libqwt-qt5-6_6.1.4-1_amd64.deb ...
#26 18.06 Unpacking libqwt-qt5-6 (6.1.4-1) ...
#26 18.13 Selecting previously unselected package libgnuradio-qtgui3.7.13:amd64.
#26 18.14 Preparing to unpack .../125-libgnuradio-qtgui3.7.13_3.7.13.4-4+b1_amd64.deb ...
#26 18.14 Unpacking libgnuradio-qtgui3.7.13:amd64 (3.7.13.4-4+b1) ...
#26 18.22 Selecting previously unselected package libgnuradio-trellis3.7.13:amd64.
#26 18.22 Preparing to unpack .../126-libgnuradio-trellis3.7.13_3.7.13.4-4+b1_amd64.deb ...
#26 18.23 Unpacking libgnuradio-trellis3.7.13:amd64 (3.7.13.4-4+b1) ...
#26 18.28 Selecting previously unselected package libgnuradio-uhd3.7.13:amd64.
#26 18.29 Preparing to unpack .../127-libgnuradio-uhd3.7.13_3.7.13.4-4+b1_amd64.deb ...
#26 18.29 Unpacking libgnuradio-uhd3.7.13:amd64 (3.7.13.4-4+b1) ...
#26 18.34 Selecting previously unselected package libslang2:amd64.
#26 18.34 Preparing to unpack .../128-libslang2_2.3.2-2_amd64.deb ...
#26 18.35 Unpacking libslang2:amd64 (2.3.2-2) ...
#26 18.42 Selecting previously unselected package libcaca0:amd64.
#26 18.42 Preparing to unpack .../129-libcaca0_0.99.beta19-2.1+deb10u1_amd64.deb ...
#26 18.43 Unpacking libcaca0:amd64 (0.99.beta19-2.1+deb10u1) ...
#26 18.48 Selecting previously unselected package libasyncns0:amd64.
#26 18.49 Preparing to unpack .../130-libasyncns0_0.8-6_amd64.deb ...
#26 18.49 Unpacking libasyncns0:amd64 (0.8-6) ...
#26 18.53 Selecting previously unselected package libogg0:amd64.
#26 18.54 Preparing to unpack .../131-libogg0_1.3.2-1+b1_amd64.deb ...
#26 18.54 Unpacking libogg0:amd64 (1.3.2-1+b1) ...
#26 18.58 Selecting previously unselected package libflac8:amd64.
#26 18.59 Preparing to unpack .../132-libflac8_1.3.2-3+deb10u3_amd64.deb ...
#26 18.59 Unpacking libflac8:amd64 (1.3.2-3+deb10u3) ...
#26 18.64 Selecting previously unselected package libvorbis0a:amd64.
#26 18.64 Preparing to unpack .../133-libvorbis0a_1.3.6-2_amd64.deb ...
#26 18.65 Unpacking libvorbis0a:amd64 (1.3.6-2) ...
#26 18.69 Selecting previously unselected package libvorbisenc2:amd64.
#26 18.70 Preparing to unpack .../134-libvorbisenc2_1.3.6-2_amd64.deb ...
#26 18.70 Unpacking libvorbisenc2:amd64 (1.3.6-2) ...
#26 18.75 Selecting previously unselected package libsndfile1:amd64.
#26 18.76 Preparing to unpack .../135-libsndfile1_1.0.28-6+deb10u2_amd64.deb ...
#26 18.76 Unpacking libsndfile1:amd64 (1.0.28-6+deb10u2) ...
#26 18.81 Selecting previously unselected package libxtst6:amd64.
#26 18.82 Preparing to unpack .../136-libxtst6_2%3a1.2.3-1_amd64.deb ...
#26 18.82 Unpacking libxtst6:amd64 (2:1.2.3-1) ...
#26 18.86 Selecting previously unselected package libpulse0:amd64.
#26 18.87 Preparing to unpack .../137-libpulse0_12.2-4+deb10u1_amd64.deb ...
#26 18.87 Unpacking libpulse0:amd64 (12.2-4+deb10u1) ...
#26 18.93 Selecting previously unselected package libsdl1.2debian:amd64.
#26 18.93 Preparing to unpack .../138-libsdl1.2debian_1.2.15+dfsg2-6~deb10u1_amd64.deb ...
#26 18.94 Unpacking libsdl1.2debian:amd64 (1.2.15+dfsg2-6~deb10u1) ...
#26 18.99 Selecting previously unselected package libgnuradio-video-sdl3.7.13:amd64.
#26 19.00 Preparing to unpack .../139-libgnuradio-video-sdl3.7.13_3.7.13.4-4+b1_amd64.deb ...
#26 19.00 Unpacking libgnuradio-video-sdl3.7.13:amd64 (3.7.13.4-4+b1) ...
#26 19.04 Selecting previously unselected package libgnuradio-vocoder3.7.13:amd64.
#26 19.05 Preparing to unpack .../140-libgnuradio-vocoder3.7.13_3.7.13.4-4+b1_amd64.deb ...
#26 19.05 Unpacking libgnuradio-vocoder3.7.13:amd64 (3.7.13.4-4+b1) ...
#26 19.09 Selecting previously unselected package libgnuradio-wavelet3.7.13:amd64.
#26 19.10 Preparing to unpack .../141-libgnuradio-wavelet3.7.13_3.7.13.4-4+b1_amd64.deb ...
#26 19.10 Unpacking libgnuradio-wavelet3.7.13:amd64 (3.7.13.4-4+b1) ...
#26 19.15 Selecting previously unselected package libgnuradio-wxgui3.7.13:amd64.
#26 19.15 Preparing to unpack .../142-libgnuradio-wxgui3.7.13_3.7.13.4-4+b1_amd64.deb ...
#26 19.16 Unpacking libgnuradio-wxgui3.7.13:amd64 (3.7.13.4-4+b1) ...
#26 19.20 Selecting previously unselected package libgnuradio-zeromq3.7.13:amd64.
#26 19.20 Preparing to unpack .../143-libgnuradio-zeromq3.7.13_3.7.13.4-4+b1_amd64.deb ...
#26 19.21 Unpacking libgnuradio-zeromq3.7.13:amd64 (3.7.13.4-4+b1) ...
#26 19.26 Selecting previously unselected package gnuradio.
#26 19.27 Preparing to unpack .../144-gnuradio_3.7.13.4-4+b1_amd64.deb ...
#26 19.27 Unpacking gnuradio (3.7.13.4-4+b1) ...
#26 20.15 Setting up liblog4cpp5v5:amd64 (1.1.3-1) ...
#26 20.16 Setting up libxcb-dri3-0:amd64 (1.13.1-2) ...
#26 20.18 Setting up libwayland-server0:amd64 (1.16.0-1) ...
#26 20.19 Setting up libx11-xcb1:amd64 (2:1.6.7-1+deb10u4) ...
#26 20.19 Setting up libproxy1v5:amd64 (0.4.15-5+deb10u1) ...
#26 20.21 Setting up python-wxversion (3.0.2.0+dfsg-8) ...
#26 20.42 Setting up libxcb-xfixes0:amd64 (1.13.1-2) ...
#26 20.43 Setting up libogg0:amd64 (1.3.2-1+b1) ...
#26 20.44 Setting up libglvnd0:amd64 (1.1.0-1) ...
#26 20.45 Setting up libxtst6:amd64 (2:1.2.3-1) ...
#26 20.46 Setting up libxcb-glx0:amd64 (1.13.1-2) ...
#26 20.47 Setting up libcodec2-0.8.1:amd64 (0.8.1-2) ...
#26 20.48 Setting up libxcb-keysyms1:amd64 (0.4.0-1+b2) ...
#26 20.49 Setting up libxcb-shape0:amd64 (1.13.1-2) ...
#26 20.50 Setting up libxcb-render-util0:amd64 (0.3.9-1+b1) ...
#26 20.51 Setting up xkb-data (2.26-2) ...
#26 20.52 Setting up libxcb-icccm4:amd64 (0.4.1-1.1) ...
#26 20.53 Setting up libatspi2.0-0:amd64 (2.30.0-7) ...
#26 20.54 Setting up libxcb-util0:amd64 (0.3.8-3+b2) ...
#26 20.55 Setting up libpcre2-16-0:amd64 (10.32-5+deb10u1) ...
#26 20.56 Setting up libcolord2:amd64 (1.4.3-4) ...
#26 20.57 Setting up libxxf86vm1:amd64 (1:1.1.4-1+b2) ...
#26 20.58 Setting up libflac8:amd64 (1.3.2-3+deb10u3) ...
#26 20.58 Setting up libxcb-xkb1:amd64 (1.13.1-2) ...
#26 20.60 Setting up libxcb-image0:amd64 (0.4.0-1+b2) ...
#26 20.61 Setting up libxcb-present0:amd64 (1.13.1-2) ...
#26 20.61 Setting up libdconf1:amd64 (0.30.1-2) ...
#26 20.62 Setting up python-zmq (17.1.2-2+deb10u1) ...
#26 20.87 Setting up libatk-bridge2.0-0:amd64 (2.30.0-5) ...
#26 20.88 Setting up dbus-user-session (1.12.28-0+deb10u1) ...
#26 20.90 Setting up libxcb-xinerama0:amd64 (1.13.1-2) ...
#26 20.91 Setting up libslang2:amd64 (2.3.2-2) ...
#26 20.92 Setting up libepoxy0:amd64 (1.5.3-0.1) ...
#26 20.93 Setting up libxcb-sync1:amd64 (1.13.1-2) ...
#26 20.94 Setting up libnotify4:amd64 (0.7.7-4) ...
#26 20.95 Setting up libopus0:amd64 (1.3-1) ...
#26 20.96 Setting up python-cheetah (3.1.0-3) ...
#26 21.20 Setting up libvorbis0a:amd64 (1.3.6-2) ...
#26 21.21 Setting up liborc-0.4-0:amd64 (1:0.4.28-3.1) ...
#26 21.22 Setting up libglapi-mesa:amd64 (18.3.6-2+deb10u1) ...
#26 21.23 Setting up libmtdev1:amd64 (1.1.5-1+b1) ...
#26 21.25 Setting up libvolk1.4:amd64 (1.4-3+b1) ...
#26 21.25 Setting up libxcb-dri2-0:amd64 (1.13.1-2) ...
#26 21.26 Setting up libasyncns0:amd64 (0.8-6) ...
#26 21.27 Setting up libxshmfence1:amd64 (1.3-1) ...
#26 21.29 Setting up libxcb-randr0:amd64 (1.13.1-2) ...
#26 21.29 Setting up libgnuradio-pmt3.7.13:amd64 (3.7.13.4-4+b1) ...
#26 21.30 Setting up libllvm7:amd64 (1:7.0.1-8+deb10u2) ...
#26 21.32 Setting up libwxbase3.0-0v5:amd64 (3.0.4+dfsg-8) ...
#26 21.33 Setting up libjson-glib-1.0-common (1.4.4-2) ...
#26 21.34 Setting up libcairo-gobject2:amd64 (1.16.0-4+deb10u1) ...
#26 21.35 Setting up libwayland-egl1:amd64 (1.16.0-1) ...
#26 21.36 Setting up glib-networking-common (2.58.0-2+deb10u2) ...
#26 21.37 Setting up libsamplerate0:amd64 (0.1.9-2) ...
#26 21.38 Setting up libdrm-common (2.4.97-1) ...
#26 21.39 Setting up libevdev2:amd64 (1.6.0+dfsg-1) ...
#26 21.40 Setting up python-lxml:amd64 (4.3.2-1+deb10u4) ...
#26 21.62 Setting up libdouble-conversion1:amd64 (3.1.0-3) ...
#26 21.63 Setting up libgudev-1.0-0:amd64 (232-2) ...
#26 21.64 Setting up libcomedi0 (0.11.0-1) ...
#26 21.66 creating iocard group...
#26 21.69 Adding group `iocard' (GID 108) ...
#26 21.70 Done.
#26 21.71 Setting up libvorbisenc2:amd64 (1.3.6-2) ...
#26 21.72 Setting up python-sip (4.19.14+dfsg-2) ...
#26 21.93 Setting up libwacom-common (0.32-1) ...
#26 21.94 Setting up libxkbcommon0:amd64 (0.8.2-1) ...
#26 21.95 Setting up libwayland-client0:amd64 (1.16.0-1) ...
#26 21.96 Setting up libgnuradio-runtime3.7.13:amd64 (3.7.13.4-4+b1) ...
#26 21.97 Setting up libvolk1-bin (1.4-3+b1) ...
#26 21.98 Setting up glib-networking-services (2.58.0-2+deb10u2) ...
#26 21.99 Setting up libcaca0:amd64 (0.99.beta19-2.1+deb10u1) ...
#26 22.00 Setting up libgnuradio-blocks3.7.13:amd64 (3.7.13.4-4+b1) ...
#26 22.01 Setting up libgnuradio-wavelet3.7.13:amd64 (3.7.13.4-4+b1) ...
#26 22.02 Setting up libgnuradio-comedi3.7.13:amd64 (3.7.13.4-4+b1) ...
#26 22.03 Setting up dconf-service (0.30.1-2) ...
#26 22.04 Setting up libgnuradio-noaa3.7.13:amd64 (3.7.13.4-4+b1) ...
#26 22.05 Setting up libjson-glib-1.0-0:amd64 (1.4.4-2) ...
#26 22.06 Setting up libgnuradio-pager3.7.13:amd64 (3.7.13.4-4+b1) ...
#26 22.07 Setting up libgnuradio-uhd3.7.13:amd64 (3.7.13.4-4+b1) ...
#26 22.08 Setting up libxkbcommon-x11-0:amd64 (0.8.2-1) ...
#26 22.09 Setting up libgnuradio-fec3.7.13:amd64 (3.7.13.4-4+b1) ...
#26 22.10 Setting up libqt5core5a:amd64 (5.11.3+dfsg1-1+deb10u6) ...
#26 22.11 Setting up libgnuradio-vocoder3.7.13:amd64 (3.7.13.4-4+b1) ...
#26 22.12 Setting up libjack-jackd2-0:amd64 (1.9.12~dfsg-2) ...
#26 22.14 Setting up libdrm2:amd64 (2.4.97-1) ...
#26 22.17 Setting up libqt5dbus5:amd64 (5.11.3+dfsg1-1+deb10u6) ...
#26 22.18 Setting up libwayland-cursor0:amd64 (1.16.0-1) ...
#26 22.19 Setting up libgnuradio-wxgui3.7.13:amd64 (3.7.13.4-4+b1) ...
#26 22.20 Setting up libgnuradio-fft3.7.13:amd64 (3.7.13.4-4+b1) ...
#26 22.21 Setting up libgnuradio-zeromq3.7.13:amd64 (3.7.13.4-4+b1) ...
#26 22.21 Setting up libsndfile1:amd64 (1.0.28-6+deb10u2) ...
#26 22.23 Setting up libqt5test5:amd64 (5.11.3+dfsg1-1+deb10u6) ...
#26 22.24 Setting up libwacom2:amd64 (0.32-1) ...
#26 22.25 Setting up libdrm-amdgpu1:amd64 (2.4.97-1) ...
#26 22.26 Setting up libportaudio2:amd64 (19.6.0-1+deb10u1) ...
#26 22.27 Setting up libdrm-nouveau2:amd64 (2.4.97-1) ...
#26 22.28 Setting up dconf-gsettings-backend:amd64 (0.30.1-2) ...
#26 22.29 Setting up libgnuradio-audio3.7.13:amd64 (3.7.13.4-4+b1) ...
#26 22.30 Setting up libgbm1:amd64 (18.3.6-2+deb10u1) ...
#26 22.31 Setting up libpulse0:amd64 (12.2-4+deb10u1) ...
#26 22.32 Setting up libdrm-radeon1:amd64 (2.4.97-1) ...
#26 22.34 Setting up libdrm-intel1:amd64 (2.4.97-1) ...
#26 22.35 Setting up libgl1-mesa-dri:amd64 (18.3.6-2+deb10u1) ...
#26 22.36 Setting up libgnuradio-filter3.7.13:amd64 (3.7.13.4-4+b1) ...
#26 22.37 Setting up libqt5network5:amd64 (5.11.3+dfsg1-1+deb10u6) ...
#26 22.38 Setting up libgnuradio-fcd3.7.13:amd64 (3.7.13.4-4+b1) ...
#26 22.39 Setting up libinput-bin (1.12.6-2+deb10u1) ...
#26 22.40 Setting up libqt5sql5:amd64 (5.11.3+dfsg1-1+deb10u6) ...
#26 22.41 Setting up libqt5xml5:amd64 (5.11.3+dfsg1-1+deb10u6) ...
#26 22.42 Setting up libegl-mesa0:amd64 (18.3.6-2+deb10u1) ...
#26 22.43 Setting up libgnuradio-analog3.7.13:amd64 (3.7.13.4-4+b1) ...
#26 22.44 Setting up libsdl1.2debian:amd64 (1.2.15+dfsg2-6~deb10u1) ...
#26 22.45 Setting up libgnuradio-digital3.7.13:amd64 (3.7.13.4-4+b1) ...
#26 22.46 Setting up libgnuradio-dtv3.7.13:amd64 (3.7.13.4-4+b1) ...
#26 22.47 Setting up libgnuradio-trellis3.7.13:amd64 (3.7.13.4-4+b1) ...
#26 22.48 Setting up libgnuradio-atsc3.7.13:amd64 (3.7.13.4-4+b1) ...
#26 22.49 Setting up libgnuradio-video-sdl3.7.13:amd64 (3.7.13.4-4+b1) ...
#26 22.50 Setting up libegl1:amd64 (1.1.0-1) ...
#26 22.51 Setting up libgtk-3-common (3.24.5-1) ...
#26 22.52 Setting up libgnuradio-channels3.7.13:amd64 (3.7.13.4-4+b1) ...
#26 22.54 Setting up gsettings-desktop-schemas (3.28.1-1) ...
#26 22.55 Setting up libinput10:amd64 (1.12.6-2+deb10u1) ...
#26 22.56 Setting up libglx-mesa0:amd64 (18.3.6-2+deb10u1) ...
#26 22.56 Setting up libglx0:amd64 (1.1.0-1) ...
#26 22.59 Setting up libgl1:amd64 (1.1.0-1) ...
#26 22.60 Setting up libgl1-mesa-glx:amd64 (18.3.6-2+deb10u1) ...
#26 22.61 Setting up libglu1-mesa:amd64 (9.0.0-2.1+b3) ...
#26 22.62 Setting up freeglut3:amd64 (2.8.1-3) ...
#26 22.63 Setting up python-opengl (3.1.0+dfsg-2) ...
#26 23.30 Setting up libqt5gui5:amd64 (5.11.3+dfsg1-1+deb10u6) ...
#26 23.31 Setting up libqt5widgets5:amd64 (5.11.3+dfsg1-1+deb10u6) ...
#26 23.32 Setting up libqt5help5:amd64 (5.11.3-4) ...
#26 23.33 Setting up libqt5printsupport5:amd64 (5.11.3+dfsg1-1+deb10u6) ...
#26 23.34 Setting up libqt5opengl5:amd64 (5.11.3+dfsg1-1+deb10u6) ...
#26 23.35 Setting up libqt5designer5:amd64 (5.11.3-4) ...
#26 23.36 Setting up libqt5svg5:amd64 (5.11.3-2) ...
#26 23.37 Setting up libqwt-qt5-6 (6.1.4-1) ...
#26 23.38 Setting up python-pyqt5 (5.11.3+dfsg-1+b3) ...
#26 23.60 Setting up libgnuradio-qtgui3.7.13:amd64 (3.7.13.4-4+b1) ...
#26 23.62 Processing triggers for hicolor-icon-theme (0.17-2) ...
#26 23.67 Processing triggers for libglib2.0-0:amd64 (2.58.3-2+deb10u6) ...
#26 23.70 Processing triggers for libc-bin (2.28-10+deb10u3) ...
#26 23.74 Processing triggers for man-db (2.8.5-2+deb10u1) ...
#26 23.97 Processing triggers for shared-mime-info (1.10-1) ...
#26 25.62 Setting up glib-networking:amd64 (2.58.0-2+deb10u2) ...
#26 25.63 Processing triggers for mime-support (3.62) ...
#26 25.65 Setting up libsoup2.4-1:amd64 (2.64.2-2) ...
#26 25.67 Setting up libsoup-gnome2.4-1:amd64 (2.64.2-2) ...
#26 25.68 Setting up librest-0.7-0:amd64 (0.8.1-1) ...
#26 25.69 Setting up libgtk-3-0:amd64 (3.24.5-1) ...
#26 25.73 Setting up libwxgtk3.0-gtk3-0v5:amd64 (3.0.4+dfsg-8) ...
#26 25.75 Setting up python-wxgtk3.0 (3.0.2.0+dfsg-8) ...
#26 25.76 update-alternatives: using /usr/lib/wx/python/wx3.0.pth to provide /usr/lib/wx/python/wx.pth (wx.pth) in auto mode
#26 26.84 Setting up gnuradio (3.7.13.4-4+b1) ...
#26 28.24 Processing triggers for libc-bin (2.28-10+deb10u3) ...
#26 DONE 28.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.380 Warning: apt-key output should not be parsed (stdout is not a terminal)
#28 1.066 OK
#28 DONE 1.1s

#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.463 Hit:1 http://deb.debian.org/debian buster InRelease
#29 0.463 Hit:2 http://deb.debian.org/debian-security buster/updates InRelease
#29 0.463 Hit:3 http://deb.debian.org/debian buster-updates InRelease
#29 0.463 Ign:4 http://repo.mongodb.org/apt/debian buster/mongodb-org/4.4 InRelease
#29 0.464 Hit:5 https://downloads.osmocom.org/packages/osmocom:/nightly/Debian_10 ./ InRelease
#29 0.672 Get:6 http://repo.mongodb.org/apt/debian buster/mongodb-org/4.4 Release [2,032 B]
#29 0.890 Get:7 http://repo.mongodb.org/apt/debian buster/mongodb-org/4.4 Release.gpg [866 B]
#29 1.192 Get:8 http://repo.mongodb.org/apt/debian buster/mongodb-org/4.4/main amd64 Packages [75.1 kB]
#29 1.228 Fetched 78.0 kB in 1s (99.5 kB/s)
#29 1.228 Reading package lists...
#29 2.197 Reading package lists...
#29 3.042 Building dependency tree...
#29 3.232 Reading state information...
#29 3.360 The following additional packages will be installed:
#29 3.360   mongodb-database-tools mongodb-org-database-tools-extra mongodb-org-mongos
#29 3.360   mongodb-org-server mongodb-org-shell mongodb-org-tools
#29 3.382 The following NEW packages will be installed:
#29 3.382   mongodb-database-tools mongodb-org mongodb-org-database-tools-extra
#29 3.382   mongodb-org-mongos mongodb-org-server mongodb-org-shell mongodb-org-tools
#29 3.511 0 upgraded, 7 newly installed, 0 to remove and 1 not upgraded.
#29 3.511 Need to get 102 MB of archives.
#29 3.511 After this operation, 203 MB of additional disk space will be used.
#29 3.511 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.332 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 4.687 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.031 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.354 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.567 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 5.821 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.028 debconf: delaying package configuration, since apt-utils is not installed
#29 6.083 Fetched 102 MB in 2s (42.2 MB/s)
#29 6.116 Selecting previously unselected package mongodb-database-tools.
#29 6.116 (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 ... 116310 files and directories currently installed.)
#29 6.158 Preparing to unpack .../0-mongodb-database-tools_100.9.4_amd64.deb ...
#29 6.161 Unpacking mongodb-database-tools (100.9.4) ...
#29 8.169 Selecting previously unselected package mongodb-org-shell.
#29 8.176 Preparing to unpack .../1-mongodb-org-shell_4.4.29_amd64.deb ...
#29 8.179 Unpacking mongodb-org-shell (4.4.29) ...
#29 9.025 Selecting previously unselected package mongodb-org-server.
#29 9.033 Preparing to unpack .../2-mongodb-org-server_4.4.29_amd64.deb ...
#29 9.036 Unpacking mongodb-org-server (4.4.29) ...
#29 10.40 Selecting previously unselected package mongodb-org-mongos.
#29 10.41 Preparing to unpack .../3-mongodb-org-mongos_4.4.29_amd64.deb ...
#29 10.41 Unpacking mongodb-org-mongos (4.4.29) ...
#29 11.45 Selecting previously unselected package mongodb-org-database-tools-extra.
#29 11.46 Preparing to unpack .../4-mongodb-org-database-tools-extra_4.4.29_amd64.deb ...
#29 11.46 Unpacking mongodb-org-database-tools-extra (4.4.29) ...
#29 11.50 Selecting previously unselected package mongodb-org-tools.
#29 11.51 Preparing to unpack .../5-mongodb-org-tools_4.4.29_amd64.deb ...
#29 11.51 Unpacking mongodb-org-tools (4.4.29) ...
#29 11.55 Selecting previously unselected package mongodb-org.
#29 11.55 Preparing to unpack .../6-mongodb-org_4.4.29_amd64.deb ...
#29 11.56 Unpacking mongodb-org (4.4.29) ...
#29 11.61 Setting up mongodb-org-server (4.4.29) ...
#29 11.65 Adding system user `mongodb' (UID 106) ...
#29 11.65 Adding new user `mongodb' (UID 106) with group `nogroup' ...
#29 11.70 Not creating home directory `/home/mongodb'.
#29 11.72 Adding group `mongodb' (GID 109) ...
#29 11.73 Done.
#29 11.75 Adding user `mongodb' to group `mongodb' ...
#29 11.75 Adding user mongodb to group mongodb
#29 11.76 Done.
#29 11.76 /var/lib/dpkg/info/mongodb-org-server.postinst: 44: /var/lib/dpkg/info/mongodb-org-server.postinst: systemctl: not found
#29 11.77 Setting up mongodb-org-shell (4.4.29) ...
#29 11.78 Setting up mongodb-database-tools (100.9.4) ...
#29 11.79 Setting up mongodb-org-mongos (4.4.29) ...
#29 11.80 Setting up mongodb-org-database-tools-extra (4.4.29) ...
#29 11.81 Setting up mongodb-org-tools (4.4.29) ...
#29 11.83 Setting up mongodb-org (4.4.29) ...
#29 11.83 Processing triggers for man-db (2.8.5-2+deb10u1) ...
#29 DONE 12.3s

#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.424 Hit:1 http://deb.debian.org/debian buster InRelease
#30 0.424 Hit:2 http://deb.debian.org/debian-security buster/updates InRelease
#30 0.424 Hit:3 http://deb.debian.org/debian buster-updates InRelease
#30 0.424 Ign:4 http://repo.mongodb.org/apt/debian buster/mongodb-org/4.4 InRelease
#30 0.438 Hit:5 https://downloads.osmocom.org/packages/osmocom:/nightly/Debian_10 ./ InRelease
#30 0.530 Hit:6 http://repo.mongodb.org/apt/debian buster/mongodb-org/4.4 Release
#30 0.848 Reading package lists...
#30 1.675 Reading package lists...
#30 2.513 Building dependency tree...
#30 2.704 Reading state information...
#30 2.823 bison is already the newest version (2:3.3.2.dfsg-1).
#30 2.823 flex is already the newest version (2.6.4-6.2).
#30 2.823 libgcrypt20-dev is already the newest version (1.8.4-5+deb10u1).
#30 2.823 libgcrypt20-dev set to manually installed.
#30 2.823 libsctp-dev is already the newest version (1.0.18+dfsg-1).
#30 2.823 python3-pip is already the newest version (18.1-5).
#30 2.823 python3-setuptools is already the newest version (40.8.0-1).
#30 2.823 python3-wheel is already the newest version (0.32.3-2).
#30 2.823 libcurl4-gnutls-dev is already the newest version (7.64.0-4+deb10u9).
#30 2.823 libcurl4-gnutls-dev set to manually installed.
#30 2.823 git is already the newest version (1:2.20.1-2+deb10u8).
#30 2.823 libgnutls28-dev is already the newest version (3.6.7-4+deb10u12).
#30 2.823 libmicrohttpd-dev is already the newest version (0.9.62-1+deb10u1).
#30 2.823 libmicrohttpd-dev set to manually installed.
#30 2.823 libssl-dev is already the newest version (1.1.1n-0+deb10u6).
#30 2.823 The following additional packages will be installed:
#30 2.823   libbson-1.0-0 libmongoc-1.0-0 libsnappy-dev libsnappy1v5
#30 2.824 Suggested packages:
#30 2.824   libnghttp2-doc libyaml-doc
#30 2.924 The following NEW packages will be installed:
#30 2.924   build-essential libbson-1.0-0 libbson-dev libidn11-dev libmongoc-1.0-0
#30 2.924   libmongoc-dev libnghttp2-dev libsnappy-dev libsnappy1v5 libyaml-dev meson
#30 2.925   ninja-build
#30 2.950 0 upgraded, 12 newly installed, 0 to remove and 1 not upgraded.
#30 2.950 Need to get 1,667 kB of archives.
#30 2.950 After this operation, 5,602 kB of additional disk space will be used.
#30 2.950 Get:1 http://deb.debian.org/debian buster/main amd64 build-essential amd64 12.6 [7,576 B]
#30 2.957 Get:2 http://deb.debian.org/debian buster/main amd64 libbson-1.0-0 amd64 1.14.0-1 [72.0 kB]
#30 2.963 Get:3 http://deb.debian.org/debian buster/main amd64 libbson-dev amd64 1.14.0-1 [114 kB]
#30 2.969 Get:4 http://deb.debian.org/debian buster/main amd64 libidn11-dev amd64 1.33-2.2 [594 kB]
#30 2.980 Get:5 http://deb.debian.org/debian buster/main amd64 libsnappy1v5 amd64 1.1.7-1 [17.0 kB]
#30 2.980 Get:6 http://deb.debian.org/debian buster/main amd64 libmongoc-1.0-0 amd64 1.14.0-1 [229 kB]
#30 2.982 Get:7 http://deb.debian.org/debian buster/main amd64 libsnappy-dev amd64 1.1.7-1 [29.2 kB]
#30 2.982 Get:8 http://deb.debian.org/debian buster/main amd64 libmongoc-dev amd64 1.14.0-1 [50.5 kB]
#30 2.983 Get:9 http://deb.debian.org/debian-security buster/updates/main amd64 libnghttp2-dev amd64 1.36.0-2+deb10u3 [122 kB]
#30 2.984 Get:10 http://deb.debian.org/debian buster/main amd64 libyaml-dev amd64 0.2.1-1 [57.4 kB]
#30 2.985 Get:11 http://deb.debian.org/debian buster/main amd64 ninja-build amd64 1.8.2-1 [93.6 kB]
#30 2.986 Get:12 http://deb.debian.org/debian buster/main amd64 meson all 0.49.2-1 [281 kB]
#30 3.159 debconf: delaying package configuration, since apt-utils is not installed
#30 3.221 Fetched 1,667 kB in 0s (33.4 MB/s)
#30 3.248 Selecting previously unselected package build-essential.
#30 3.248 (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 ... 116357 files and directories currently installed.)
#30 3.289 Preparing to unpack .../00-build-essential_12.6_amd64.deb ...
#30 3.292 Unpacking build-essential (12.6) ...
#30 3.324 Selecting previously unselected package libbson-1.0-0.
#30 3.331 Preparing to unpack .../01-libbson-1.0-0_1.14.0-1_amd64.deb ...
#30 3.340 Unpacking libbson-1.0-0 (1.14.0-1) ...
#30 3.377 Selecting previously unselected package libbson-dev.
#30 3.383 Preparing to unpack .../02-libbson-dev_1.14.0-1_amd64.deb ...
#30 3.386 Unpacking libbson-dev (1.14.0-1) ...
#30 3.431 Selecting previously unselected package libidn11-dev:amd64.
#30 3.438 Preparing to unpack .../03-libidn11-dev_1.33-2.2_amd64.deb ...
#30 3.441 Unpacking libidn11-dev:amd64 (1.33-2.2) ...
#30 3.505 Selecting previously unselected package libsnappy1v5:amd64.
#30 3.511 Preparing to unpack .../04-libsnappy1v5_1.1.7-1_amd64.deb ...
#30 3.514 Unpacking libsnappy1v5:amd64 (1.1.7-1) ...
#30 3.551 Selecting previously unselected package libmongoc-1.0-0.
#30 3.559 Preparing to unpack .../05-libmongoc-1.0-0_1.14.0-1_amd64.deb ...
#30 3.562 Unpacking libmongoc-1.0-0 (1.14.0-1) ...
#30 3.605 Selecting previously unselected package libsnappy-dev:amd64.
#30 3.611 Preparing to unpack .../06-libsnappy-dev_1.1.7-1_amd64.deb ...
#30 3.614 Unpacking libsnappy-dev:amd64 (1.1.7-1) ...
#30 3.649 Selecting previously unselected package libmongoc-dev.
#30 3.656 Preparing to unpack .../07-libmongoc-dev_1.14.0-1_amd64.deb ...
#30 3.659 Unpacking libmongoc-dev (1.14.0-1) ...
#30 3.699 Selecting previously unselected package libnghttp2-dev.
#30 3.707 Preparing to unpack .../08-libnghttp2-dev_1.36.0-2+deb10u3_amd64.deb ...
#30 3.710 Unpacking libnghttp2-dev (1.36.0-2+deb10u3) ...
#30 3.749 Selecting previously unselected package libyaml-dev:amd64.
#30 3.757 Preparing to unpack .../09-libyaml-dev_0.2.1-1_amd64.deb ...
#30 3.760 Unpacking libyaml-dev:amd64 (0.2.1-1) ...
#30 3.808 Selecting previously unselected package ninja-build.
#30 3.816 Preparing to unpack .../10-ninja-build_1.8.2-1_amd64.deb ...
#30 3.824 Unpacking ninja-build (1.8.2-1) ...
#30 3.866 Selecting previously unselected package meson.
#30 3.873 Preparing to unpack .../11-meson_0.49.2-1_all.deb ...
#30 3.879 Unpacking meson (0.49.2-1) ...
#30 3.967 Setting up libnghttp2-dev (1.36.0-2+deb10u3) ...
#30 3.975 Setting up libidn11-dev:amd64 (1.33-2.2) ...
#30 3.983 Setting up libyaml-dev:amd64 (0.2.1-1) ...
#30 3.997 Setting up ninja-build (1.8.2-1) ...
#30 4.010 Setting up libsnappy1v5:amd64 (1.1.7-1) ...
#30 4.019 Setting up libbson-1.0-0 (1.14.0-1) ...
#30 4.028 Setting up build-essential (12.6) ...
#30 4.053 Setting up libbson-dev (1.14.0-1) ...
#30 4.061 Setting up libsnappy-dev:amd64 (1.1.7-1) ...
#30 4.070 Setting up meson (0.49.2-1) ...
#30 4.079 Setting up libmongoc-1.0-0 (1.14.0-1) ...
#30 4.093 Setting up libmongoc-dev (1.14.0-1) ...
#30 4.102 Processing triggers for man-db (2.8.5-2+deb10u1) ...
#30 4.354 Processing triggers for libc-bin (2.28-10+deb10u3) ...
#30 DONE 4.5s

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

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

#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.420 Already on 'master'
#34 0.420 Your branch is up to date with 'origin/master'.
#34 0.421 refs/heads/master
#34 0.427 HEAD is now at bcde1d0 Update git URLs
#34 0.428 master
#34 0.429 bcde1d05383ff1a5e6d5fe0970735e79ab163ec4
#34 DONE 0.4s

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

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

#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.3s done
#40 writing image sha256:270b7ae5cc8f7cce17d38f75a06eac30a6a4109c89a3665e83fa24f0b37cdd92 done
#40 naming to docker.io/osmocom-build/osmo-gsm-tester:latest done
#40 DONE 2.3s
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=7606 -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-06-01 22:50:19
+ trial_dir_prefix=trial-
+ rm -rf trial-*
+ trial_dir=trial-7606
+ mkdir -p trial-7606
+ mv open5gs.build-8.tgz osmo-bsc.build-21973.tgz osmo-bts-oc2g.build-7675.tgz osmo-bts-sysmo.build-10177.tgz osmo-bts.build-9653.tgz osmo-ggsn.build-8660.tgz osmo-hlr.build-11310.tgz osmo-hnbgw.build-8626.tgz osmo-mgw.build-11608.tgz osmo-msc.build-35787.tgz osmo-nitb.build-16539.tgz osmo-pcu-oc2g.build-5196.tgz osmo-pcu-sysmo.build-6477.tgz osmo-pcu.build-6440.tgz osmo-sgsn.build-37355.tgz osmo-stp.build-11895.tgz osmo-trx.build-6639.tgz osmocom-bb.build-6267.tgz srslte.build-19.tgz trial-7606
+ cat open5gs.build-8.md5 osmo-bsc.build-21973.md5 osmo-bts-oc2g.build-7675.md5 osmo-bts-sysmo.build-10177.md5 osmo-bts.build-9653.md5 osmo-ggsn.build-8660.md5 osmo-hlr.build-11310.md5 osmo-hnbgw.build-8626.md5 osmo-mgw.build-11608.md5 osmo-msc.build-35787.md5 osmo-nitb.build-16539.md5 osmo-pcu-oc2g.build-5196.md5 osmo-pcu-sysmo.build-6477.md5 osmo-pcu.build-6440.md5 osmo-sgsn.build-37355.md5 osmo-stp.build-11895.md5 osmo-trx.build-6639.md5 osmocom-bb.build-6267.md5 srslte.build-19.md5
+ rm open5gs.build-8.md5 osmo-bsc.build-21973.md5 osmo-bts-oc2g.build-7675.md5 osmo-bts-sysmo.build-10177.md5 osmo-bts.build-9653.md5 osmo-ggsn.build-8660.md5 osmo-hlr.build-11310.md5 osmo-hnbgw.build-8626.md5 osmo-mgw.build-11608.md5 osmo-msc.build-35787.md5 osmo-nitb.build-16539.md5 osmo-pcu-oc2g.build-5196.md5 osmo-pcu-sysmo.build-6477.md5 osmo-pcu.build-6440.md5 osmo-sgsn.build-37355.md5 osmo-stp.build-11895.md5 osmo-trx.build-6639.md5 osmocom-bb.build-6267.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-7606 -s netreg_mass
combinations: ['netreg_mass']
trial: 'trial-7606'
tests: None

--------------------------------------------------------------------------------------------
trial-7606
--------------------------------------------------------------------------------------------
22:50:19.281700 tst                       trial-7606: Detailed log at /build/trial-7606/run.2024-06-01_22-50-19/log

---------------------------------------------------------------------
trial-7606 netreg_mass
---------------------------------------------------------------------
22:50:19.569226 tst                      netreg_mass: reserving resources in /var/tmp/osmo-gsm-tester/state ...
22:50:19.570178 tst                      netreg_mass: Verifying 1 x bts (candidates: 1)
22:50:19.572285 tst                      netreg_mass: Verifying 6 x ip_address (candidates: 9)
22:50:19.575669 tst                      netreg_mass: Verifying 100 x modem (candidates: 100)
22:50:19.661722 tst                      netreg_mass: Reserving 1 x bts (candidates: 1)
22:50:19.663932 tst                      netreg_mass: Reserving 6 x ip_address (candidates: 9)
22:50:19.667334 tst                      netreg_mass: Reserving 100 x modem (candidates: 100)
22:50:20.274565 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-7606 netreg_mass register_default_mass.py
----------------------------------------------
22:50:20.275959 tst       register_default_mass.py:9: Claiming resources for the test
22:50:20.308618 tst                      netreg_mass: Using 1 x ip_address (candidates: 6)
22:50:20.309948 tst                      netreg_mass: Using 1 x ip_address (candidates: 6)
22:50:20.311111 tst                      netreg_mass: Using 1 x ip_address (candidates: 6)
22:50:20.312252 tst                      netreg_mass: Using 1 x ip_address (candidates: 6)
22:50:20.313411 tst                      netreg_mass: Using 1 x ip_address (candidates: 6)
22:50:20.314566 tst                      netreg_mass: Using 1 x ip_address (candidates: 6)
22:50:20.315699 tst                      netreg_mass: Using 1 x bts (candidates: 1)
22:50:20.363864 tst         register_default_mass.py: using LAC 2
22:50:20.382146 tst         register_default_mass.py: using RAC 2
22:50:20.396836 tst         register_default_mass.py: using CellId 2
22:50:20.410837 tst         register_default_mass.py: using BVCI 3
22:50:20.422392 tst                      netreg_mass: Using 1 x modem (candidates: 100)
22:50:20.423992 tst                      netreg_mass: Using 1 x modem (candidates: 100)
22:50:20.425468 tst                      netreg_mass: Using 1 x modem (candidates: 100)
22:50:20.426939 tst                      netreg_mass: Using 1 x modem (candidates: 100)
22:50:20.428377 tst                      netreg_mass: Using 1 x modem (candidates: 100)
22:50:20.429934 tst                      netreg_mass: Using 1 x modem (candidates: 100)
22:50:20.431343 tst                      netreg_mass: Using 1 x modem (candidates: 100)
22:50:20.432753 tst                      netreg_mass: Using 1 x modem (candidates: 100)
22:50:20.434188 tst                      netreg_mass: Using 1 x modem (candidates: 100)
22:50:20.435561 tst                      netreg_mass: Using 1 x modem (candidates: 100)
22:50:20.436956 tst                      netreg_mass: Using 1 x modem (candidates: 100)
22:50:20.438343 tst                      netreg_mass: Using 1 x modem (candidates: 100)
22:50:20.439737 tst                      netreg_mass: Using 1 x modem (candidates: 100)
22:50:20.441172 tst                      netreg_mass: Using 1 x modem (candidates: 100)
22:50:20.442577 tst                      netreg_mass: Using 1 x modem (candidates: 100)
22:50:20.443969 tst                      netreg_mass: Using 1 x modem (candidates: 100)
22:50:20.445378 tst                      netreg_mass: Using 1 x modem (candidates: 100)
22:50:20.446779 tst                      netreg_mass: Using 1 x modem (candidates: 100)
22:50:20.448173 tst                      netreg_mass: Using 1 x modem (candidates: 100)
22:50:20.449751 tst                      netreg_mass: Using 1 x modem (candidates: 100)
22:50:20.451178 tst                      netreg_mass: Using 1 x modem (candidates: 100)
22:50:20.452624 tst                      netreg_mass: Using 1 x modem (candidates: 100)
22:50:20.454061 tst                      netreg_mass: Using 1 x modem (candidates: 100)
22:50:20.455494 tst                      netreg_mass: Using 1 x modem (candidates: 100)
22:50:20.456924 tst                      netreg_mass: Using 1 x modem (candidates: 100)
22:50:20.459440 tst                      netreg_mass: Using 1 x modem (candidates: 100)
22:50:20.461897 tst                      netreg_mass: Using 1 x modem (candidates: 100)
22:50:20.463335 tst                      netreg_mass: Using 1 x modem (candidates: 100)
22:50:20.464806 tst                      netreg_mass: Using 1 x modem (candidates: 100)
22:50:20.466263 tst                      netreg_mass: Using 1 x modem (candidates: 100)
22:50:20.467656 tst                      netreg_mass: Using 1 x modem (candidates: 100)
22:50:20.469167 tst                      netreg_mass: Using 1 x modem (candidates: 100)
22:50:20.470581 tst                      netreg_mass: Using 1 x modem (candidates: 100)
22:50:20.471967 tst                      netreg_mass: Using 1 x modem (candidates: 100)
22:50:20.473425 tst                      netreg_mass: Using 1 x modem (candidates: 100)
22:50:20.474764 tst                      netreg_mass: Using 1 x modem (candidates: 100)
22:50:20.476095 tst                      netreg_mass: Using 1 x modem (candidates: 100)
22:50:20.477450 tst                      netreg_mass: Using 1 x modem (candidates: 100)
22:50:20.478764 tst                      netreg_mass: Using 1 x modem (candidates: 100)
22:50:20.480075 tst                      netreg_mass: Using 1 x modem (candidates: 100)
22:50:20.481411 tst                      netreg_mass: Using 1 x modem (candidates: 100)
22:50:20.482744 tst                      netreg_mass: Using 1 x modem (candidates: 100)
22:50:20.484100 tst                      netreg_mass: Using 1 x modem (candidates: 100)
22:50:20.485508 tst                      netreg_mass: Using 1 x modem (candidates: 100)
22:50:20.486894 tst                      netreg_mass: Using 1 x modem (candidates: 100)
22:50:20.488249 tst                      netreg_mass: Using 1 x modem (candidates: 100)
22:50:20.489619 tst                      netreg_mass: Using 1 x modem (candidates: 100)
22:50:20.490977 tst                      netreg_mass: Using 1 x modem (candidates: 100)
22:50:20.492319 tst                      netreg_mass: Using 1 x modem (candidates: 100)
22:50:20.493662 tst                      netreg_mass: Using 1 x modem (candidates: 100)
22:50:20.495014 tst                      netreg_mass: Using 1 x modem (candidates: 100)
22:50:20.496347 tst                      netreg_mass: Using 1 x modem (candidates: 100)
22:50:20.497691 tst                      netreg_mass: Using 1 x modem (candidates: 100)
22:50:20.499026 tst                      netreg_mass: Using 1 x modem (candidates: 100)
22:50:20.500360 tst                      netreg_mass: Using 1 x modem (candidates: 100)
22:50:20.501735 tst                      netreg_mass: Using 1 x modem (candidates: 100)
22:50:20.503053 tst                      netreg_mass: Using 1 x modem (candidates: 100)
22:50:20.504375 tst                      netreg_mass: Using 1 x modem (candidates: 100)
22:50:20.505694 tst                      netreg_mass: Using 1 x modem (candidates: 100)
22:50:20.506995 tst                      netreg_mass: Using 1 x modem (candidates: 100)
22:50:20.508285 tst                      netreg_mass: Using 1 x modem (candidates: 100)
22:50:20.509583 tst                      netreg_mass: Using 1 x modem (candidates: 100)
22:50:20.510981 tst                      netreg_mass: Using 1 x modem (candidates: 100)
22:50:20.512284 tst                      netreg_mass: Using 1 x modem (candidates: 100)
22:50:20.513593 tst                      netreg_mass: Using 1 x modem (candidates: 100)
22:50:20.514895 tst                      netreg_mass: Using 1 x modem (candidates: 100)
22:50:20.516195 tst                      netreg_mass: Using 1 x modem (candidates: 100)
22:50:20.517506 tst                      netreg_mass: Using 1 x modem (candidates: 100)
22:50:20.518796 tst                      netreg_mass: Using 1 x modem (candidates: 100)
22:50:20.520079 tst                      netreg_mass: Using 1 x modem (candidates: 100)
22:50:20.521368 tst                      netreg_mass: Using 1 x modem (candidates: 100)
22:50:20.522643 tst                      netreg_mass: Using 1 x modem (candidates: 100)
22:50:20.523902 tst                      netreg_mass: Using 1 x modem (candidates: 100)
22:50:20.525184 tst                      netreg_mass: Using 1 x modem (candidates: 100)
22:50:20.526473 tst                      netreg_mass: Using 1 x modem (candidates: 100)
22:50:20.527770 tst                      netreg_mass: Using 1 x modem (candidates: 100)
22:50:20.529048 tst                      netreg_mass: Using 1 x modem (candidates: 100)
22:50:20.530326 tst                      netreg_mass: Using 1 x modem (candidates: 100)
22:50:20.531603 tst                      netreg_mass: Using 1 x modem (candidates: 100)
22:50:20.532895 tst                      netreg_mass: Using 1 x modem (candidates: 100)
22:50:20.534179 tst                      netreg_mass: Using 1 x modem (candidates: 100)
22:50:20.535471 tst                      netreg_mass: Using 1 x modem (candidates: 100)
22:50:20.536760 tst                      netreg_mass: Using 1 x modem (candidates: 100)
22:50:20.538025 tst                      netreg_mass: Using 1 x modem (candidates: 100)
22:50:20.539290 tst                      netreg_mass: Using 1 x modem (candidates: 100)
22:50:20.540569 tst                      netreg_mass: Using 1 x modem (candidates: 100)
22:50:20.541841 tst                      netreg_mass: Using 1 x modem (candidates: 100)
22:50:20.543111 tst                      netreg_mass: Using 1 x modem (candidates: 100)
22:50:20.544379 tst                      netreg_mass: Using 1 x modem (candidates: 100)
22:50:20.545659 tst                      netreg_mass: Using 1 x modem (candidates: 100)
22:50:20.546932 tst                      netreg_mass: Using 1 x modem (candidates: 100)
22:50:20.548197 tst                      netreg_mass: Using 1 x modem (candidates: 100)
22:50:20.549489 tst                      netreg_mass: Using 1 x modem (candidates: 100)
22:50:20.550751 tst                      netreg_mass: Using 1 x modem (candidates: 100)
22:50:20.552015 tst                      netreg_mass: Using 1 x modem (candidates: 100)
22:50:20.553280 tst                      netreg_mass: Using 1 x modem (candidates: 100)
22:50:20.554548 tst                      netreg_mass: Using 1 x modem (candidates: 100)
22:50:20.555821 tst                      netreg_mass: Using 1 x modem (candidates: 100)
22:50:20.557132 tst                      netreg_mass: Using 1 x modem (candidates: 100)
22:50:20.558407 tst                      netreg_mass: Using 1 x modem (candidates: 100)
22:50:20.559668 tst                      netreg_mass: Using 1 x modem (candidates: 100)
22:50:20.561099 tst      register_default_mass.py:21: Launching a simple network
22:50:20.580469 run              osmo-hlr_127.0.42.2: Starting osmo-hlr
22:50:20.791323 run            create_hlr_db(pid=21): Launched
22:50:21.809794 run            create_hlr_db(pid=21): Terminated: ok {rc=0}
22:50:21.845906 run pcap-recorder_any(filters='host 127.0.42.2')(pid=23): Launched
22:50:21.876670 run      osmo-hlr_127.0.42.2(pid=24): Launched
22:50:21.888199 run              osmo-stp_127.0.42.5: Starting osmo-stp
22:50:22.235230 run pcap-recorder_any(filters='host 127.0.42.5 and port not 22')(pid=25): Launched
22:50:22.266504 run      osmo-stp_127.0.42.5(pid=26): Launched
22:50:22.277987 run              osmo-msc_127.0.42.6: Starting osmo-msc
22:50:22.996954 run pcap-recorder_any(filters='host 127.0.42.6 and port not 22')(pid=27): Launched
22:50:23.028470 run      osmo-msc_127.0.42.6(pid=28): Launched
22:50:26.051463 run              osmo-mgw_127.0.42.3: Starting osmo-mgw
22:50:26.283174 run pcap-recorder_any(filters='host 127.0.42.3 and port not 22')(pid=29): Launched
22:50:26.314985 run      osmo-mgw_127.0.42.3(pid=30): Launched
22:50:26.326486 run              osmo-mgw_127.0.42.4: Starting osmo-mgw
22:50:26.376033 run pcap-recorder_any(filters='host 127.0.42.4 and port not 22')(pid=31): Launched
22:50:26.407252 run      osmo-mgw_127.0.42.4(pid=32): Launched
22:50:26.418473 run              osmo-bsc_127.0.42.7: Starting osmo-bsc
22:50:26.984530 run pcap-recorder_any(filters='host 127.0.42.7 and port not 22')(pid=33): Launched
22:50:27.013329 run      osmo-bsc_127.0.42.7(pid=34): Launched
22:50:33.048094 run                 osmo-bts-virtual: Starting to connect to osmo-bsc_127.0.42.7
22:50:33.324251 run         osmo-bts-virtual(pid=35): Launched
22:50:34.358224 tst         register_default_mass.py: using MSISDN 1001
22:50:34.368875 run              osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001010000000000', msisdn='1001', subscriber_id=1}
22:50:34.388250 tst         register_default_mass.py: using MSISDN 1002
22:50:34.398941 run              osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001010000000001', msisdn='1002', subscriber_id=2}
22:50:34.413871 tst         register_default_mass.py: using MSISDN 1003
22:50:34.424302 run              osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001010000000002', msisdn='1003', subscriber_id=3}
22:50:34.439679 tst         register_default_mass.py: using MSISDN 1004
22:50:34.450275 run              osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001010000000003', msisdn='1004', subscriber_id=4}
22:50:34.464991 tst         register_default_mass.py: using MSISDN 1005
22:50:34.478412 run              osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001010000000004', msisdn='1005', subscriber_id=5}
22:50:34.498366 tst         register_default_mass.py: using MSISDN 1006
22:50:34.514234 run              osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001010000000005', msisdn='1006', subscriber_id=6}
22:50:34.532642 tst         register_default_mass.py: using MSISDN 1007
22:50:34.543483 run              osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001010000000006', msisdn='1007', subscriber_id=7}
22:50:34.558484 tst         register_default_mass.py: using MSISDN 1008
22:50:34.569041 run              osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001010000000007', msisdn='1008', subscriber_id=8}
22:50:34.584023 tst         register_default_mass.py: using MSISDN 1009
22:50:34.594466 run              osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001010000000008', msisdn='1009', subscriber_id=9}
22:50:34.609430 tst         register_default_mass.py: using MSISDN 1010
22:50:34.619928 run              osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001010000000009', msisdn='1010', subscriber_id=10}
22:50:34.650802 tst         register_default_mass.py: using MSISDN 1011
22:50:34.662845 run              osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001020000000000', msisdn='1011', subscriber_id=11}
22:50:34.680642 tst         register_default_mass.py: using MSISDN 1012
22:50:34.695027 run              osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001020000000001', msisdn='1012', subscriber_id=12}
22:50:34.709398 tst         register_default_mass.py: using MSISDN 1013
22:50:34.719734 run              osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001020000000002', msisdn='1013', subscriber_id=13}
22:50:34.734109 tst         register_default_mass.py: using MSISDN 1014
22:50:34.744592 run              osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001020000000003', msisdn='1014', subscriber_id=14}
22:50:34.759599 tst         register_default_mass.py: using MSISDN 1015
22:50:34.769786 run              osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001020000000004', msisdn='1015', subscriber_id=15}
22:50:34.784169 tst         register_default_mass.py: using MSISDN 1016
22:50:34.794505 run              osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001020000000005', msisdn='1016', subscriber_id=16}
22:50:34.815583 tst         register_default_mass.py: using MSISDN 1017
22:50:34.828677 run              osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001020000000006', msisdn='1017', subscriber_id=17}
22:50:34.843045 tst         register_default_mass.py: using MSISDN 1018
22:50:34.853161 run              osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001020000000007', msisdn='1018', subscriber_id=18}
22:50:34.867527 tst         register_default_mass.py: using MSISDN 1019
22:50:34.877646 run              osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001020000000008', msisdn='1019', subscriber_id=19}
22:50:34.891889 tst         register_default_mass.py: using MSISDN 1020
22:50:34.902149 run              osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001020000000009', msisdn='1020', subscriber_id=20}
22:50:34.916567 tst         register_default_mass.py: using MSISDN 1021
22:50:34.926955 run              osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001030000000000', msisdn='1021', subscriber_id=21}
22:50:34.944277 tst         register_default_mass.py: using MSISDN 1022
22:50:34.954834 run              osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001030000000001', msisdn='1022', subscriber_id=22}
22:50:34.974132 tst         register_default_mass.py: using MSISDN 1023
22:50:34.986917 run              osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001030000000002', msisdn='1023', subscriber_id=23}
22:50:35.001870 tst         register_default_mass.py: using MSISDN 1024
22:50:35.013837 run              osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001030000000003', msisdn='1024', subscriber_id=24}
22:50:35.029273 tst         register_default_mass.py: using MSISDN 1025
22:50:35.042683 run              osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001030000000004', msisdn='1025', subscriber_id=25}
22:50:35.061130 tst         register_default_mass.py: using MSISDN 1026
22:50:35.071477 run              osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001030000000005', msisdn='1026', subscriber_id=26}
22:50:35.090172 tst         register_default_mass.py: using MSISDN 1027
22:50:35.104545 run              osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001030000000006', msisdn='1027', subscriber_id=27}
22:50:35.119521 tst         register_default_mass.py: using MSISDN 1028
22:50:35.130158 run              osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001030000000007', msisdn='1028', subscriber_id=28}
22:50:35.144976 tst         register_default_mass.py: using MSISDN 1029
22:50:35.155180 run              osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001030000000008', msisdn='1029', subscriber_id=29}
22:50:35.169455 tst         register_default_mass.py: using MSISDN 1030
22:50:35.179639 run              osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001030000000009', msisdn='1030', subscriber_id=30}
22:50:35.194162 tst         register_default_mass.py: using MSISDN 1031
22:50:35.204374 run              osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001040000000000', msisdn='1031', subscriber_id=31}
22:50:35.224679 tst         register_default_mass.py: using MSISDN 1032
22:50:35.241386 run              osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001040000000001', msisdn='1032', subscriber_id=32}
22:50:35.259146 tst         register_default_mass.py: using MSISDN 1033
22:50:35.269519 run              osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001040000000002', msisdn='1033', subscriber_id=33}
22:50:35.284348 tst         register_default_mass.py: using MSISDN 1034
22:50:35.294544 run              osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001040000000003', msisdn='1034', subscriber_id=34}
22:50:35.309213 tst         register_default_mass.py: using MSISDN 1035
22:50:35.319525 run              osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001040000000004', msisdn='1035', subscriber_id=35}
22:50:35.339714 tst         register_default_mass.py: using MSISDN 1036
22:50:35.349854 run              osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001040000000005', msisdn='1036', subscriber_id=36}
22:50:35.364589 tst         register_default_mass.py: using MSISDN 1037
22:50:35.375063 run              osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001040000000006', msisdn='1037', subscriber_id=37}
22:50:35.390114 tst         register_default_mass.py: using MSISDN 1038
22:50:35.400707 run              osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001040000000007', msisdn='1038', subscriber_id=38}
22:50:35.418754 tst         register_default_mass.py: using MSISDN 1039
22:50:35.434134 run              osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001040000000008', msisdn='1039', subscriber_id=39}
22:50:35.452560 tst         register_default_mass.py: using MSISDN 1040
22:50:35.466978 run              osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001040000000009', msisdn='1040', subscriber_id=40}
22:50:35.481944 tst         register_default_mass.py: using MSISDN 1041
22:50:35.492781 run              osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001050000000000', msisdn='1041', subscriber_id=41}
22:50:35.509394 tst         register_default_mass.py: using MSISDN 1042
22:50:35.523102 run              osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001050000000001', msisdn='1042', subscriber_id=42}
22:50:35.538454 tst         register_default_mass.py: using MSISDN 1043
22:50:35.549269 run              osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001050000000002', msisdn='1043', subscriber_id=43}
22:50:35.564071 tst         register_default_mass.py: using MSISDN 1044
22:50:35.577228 run              osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001050000000003', msisdn='1044', subscriber_id=44}
22:50:35.594234 tst         register_default_mass.py: using MSISDN 1045
22:50:35.604609 run              osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001050000000004', msisdn='1045', subscriber_id=45}
22:50:35.619132 tst         register_default_mass.py: using MSISDN 1046
22:50:35.634454 run              osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001050000000005', msisdn='1046', subscriber_id=46}
22:50:35.649269 tst         register_default_mass.py: using MSISDN 1047
22:50:35.659595 run              osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001050000000006', msisdn='1047', subscriber_id=47}
22:50:35.674055 tst         register_default_mass.py: using MSISDN 1048
22:50:35.684390 run              osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001050000000007', msisdn='1048', subscriber_id=48}
22:50:35.699336 tst         register_default_mass.py: using MSISDN 1049
22:50:35.710044 run              osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001050000000008', msisdn='1049', subscriber_id=49}
22:50:35.734180 tst         register_default_mass.py: using MSISDN 1050
22:50:35.749468 run              osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001050000000009', msisdn='1050', subscriber_id=50}
22:50:35.764177 tst         register_default_mass.py: using MSISDN 1051
22:50:35.779016 run              osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001060000000000', msisdn='1051', subscriber_id=51}
22:50:35.793657 tst         register_default_mass.py: using MSISDN 1052
22:50:35.803928 run              osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001060000000001', msisdn='1052', subscriber_id=52}
22:50:35.818017 tst         register_default_mass.py: using MSISDN 1053
22:50:35.828004 run              osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001060000000002', msisdn='1053', subscriber_id=53}
22:50:35.841850 tst         register_default_mass.py: using MSISDN 1054
22:50:35.851702 run              osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001060000000003', msisdn='1054', subscriber_id=54}
22:50:35.867286 tst         register_default_mass.py: using MSISDN 1055
22:50:35.882938 run              osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001060000000004', msisdn='1055', subscriber_id=55}
22:50:35.904229 tst         register_default_mass.py: using MSISDN 1056
22:50:35.914338 run              osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001060000000005', msisdn='1056', subscriber_id=56}
22:50:35.928738 tst         register_default_mass.py: using MSISDN 1057
22:50:35.940193 run              osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001060000000006', msisdn='1057', subscriber_id=57}
22:50:35.954997 tst         register_default_mass.py: using MSISDN 1058
22:50:35.965231 run              osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001060000000007', msisdn='1058', subscriber_id=58}
22:50:35.979766 tst         register_default_mass.py: using MSISDN 1059
22:50:35.990182 run              osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001060000000008', msisdn='1059', subscriber_id=59}
22:50:36.006778 tst         register_default_mass.py: using MSISDN 1060
22:50:36.017005 run              osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001060000000009', msisdn='1060', subscriber_id=60}
22:50:36.034065 tst         register_default_mass.py: using MSISDN 1061
22:50:36.044417 run              osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001070000000000', msisdn='1061', subscriber_id=61}
22:50:36.058615 tst         register_default_mass.py: using MSISDN 1062
22:50:36.068758 run              osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001070000000001', msisdn='1062', subscriber_id=62}
22:50:36.082727 tst         register_default_mass.py: using MSISDN 1063
22:50:36.092924 run              osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001070000000002', msisdn='1063', subscriber_id=63}
22:50:36.107323 tst         register_default_mass.py: using MSISDN 1064
22:50:36.117410 run              osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001070000000003', msisdn='1064', subscriber_id=64}
22:50:36.131482 tst         register_default_mass.py: using MSISDN 1065
22:50:36.141645 run              osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001070000000004', msisdn='1065', subscriber_id=65}
22:50:36.157771 tst         register_default_mass.py: using MSISDN 1066
22:50:36.168003 run              osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001070000000005', msisdn='1066', subscriber_id=66}
22:50:36.184811 tst         register_default_mass.py: using MSISDN 1067
22:50:36.197556 run              osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001070000000006', msisdn='1067', subscriber_id=67}
22:50:36.212933 tst         register_default_mass.py: using MSISDN 1068
22:50:36.223112 run              osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001070000000007', msisdn='1068', subscriber_id=68}
22:50:36.237078 tst         register_default_mass.py: using MSISDN 1069
22:50:36.247191 run              osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001070000000008', msisdn='1069', subscriber_id=69}
22:50:36.262651 tst         register_default_mass.py: using MSISDN 1070
22:50:36.272780 run              osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001070000000009', msisdn='1070', subscriber_id=70}
22:50:36.289899 tst         register_default_mass.py: using MSISDN 1071
22:50:36.302724 run              osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001080000000000', msisdn='1071', subscriber_id=71}
22:50:36.320139 tst         register_default_mass.py: using MSISDN 1072
22:50:36.333419 run              osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001080000000001', msisdn='1072', subscriber_id=72}
22:50:36.347888 tst         register_default_mass.py: using MSISDN 1073
22:50:36.358479 run              osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001080000000002', msisdn='1073', subscriber_id=73}
22:50:36.373335 tst         register_default_mass.py: using MSISDN 1074
22:50:36.389353 run              osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001080000000003', msisdn='1074', subscriber_id=74}
22:50:36.414309 tst         register_default_mass.py: using MSISDN 1075
22:50:36.430265 run              osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001080000000004', msisdn='1075', subscriber_id=75}
22:50:36.453021 tst         register_default_mass.py: using MSISDN 1076
22:50:36.468716 run              osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001080000000005', msisdn='1076', subscriber_id=76}
22:50:36.488862 tst         register_default_mass.py: using MSISDN 1077
22:50:36.504316 run              osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001080000000006', msisdn='1077', subscriber_id=77}
22:50:36.524070 tst         register_default_mass.py: using MSISDN 1078
22:50:36.538509 run              osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001080000000007', msisdn='1078', subscriber_id=78}
22:50:36.561364 tst         register_default_mass.py: using MSISDN 1079
22:50:36.574171 run              osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001080000000008', msisdn='1079', subscriber_id=79}
22:50:36.592624 tst         register_default_mass.py: using MSISDN 1080
22:50:36.605281 run              osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001080000000009', msisdn='1080', subscriber_id=80}
22:50:36.622010 tst         register_default_mass.py: using MSISDN 1081
22:50:36.634594 run              osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001090000000000', msisdn='1081', subscriber_id=81}
22:50:36.651342 tst         register_default_mass.py: using MSISDN 1082
22:50:36.663835 run              osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001090000000001', msisdn='1082', subscriber_id=82}
22:50:36.680567 tst         register_default_mass.py: using MSISDN 1083
22:50:36.693106 run              osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001090000000002', msisdn='1083', subscriber_id=83}
22:50:36.715027 tst         register_default_mass.py: using MSISDN 1084
22:50:36.727618 run              osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001090000000003', msisdn='1084', subscriber_id=84}
22:50:36.743665 tst         register_default_mass.py: using MSISDN 1085
22:50:36.754337 run              osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001090000000004', msisdn='1085', subscriber_id=85}
22:50:36.769808 tst         register_default_mass.py: using MSISDN 1086
22:50:36.783722 run              osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001090000000005', msisdn='1086', subscriber_id=86}
22:50:36.799008 tst         register_default_mass.py: using MSISDN 1087
22:50:36.810076 run              osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001090000000006', msisdn='1087', subscriber_id=87}
22:50:36.826279 tst         register_default_mass.py: using MSISDN 1088
22:50:36.837505 run              osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001090000000007', msisdn='1088', subscriber_id=88}
22:50:36.853141 tst         register_default_mass.py: using MSISDN 1089
22:50:36.864559 run              osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001090000000008', msisdn='1089', subscriber_id=89}
22:50:36.887644 tst         register_default_mass.py: using MSISDN 1090
22:50:36.900683 run              osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001090000000009', msisdn='1090', subscriber_id=90}
22:50:36.915911 tst         register_default_mass.py: using MSISDN 1091
22:50:36.926713 run              osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001100000000000', msisdn='1091', subscriber_id=91}
22:50:36.941717 tst         register_default_mass.py: using MSISDN 1092
22:50:36.952792 run              osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001100000000001', msisdn='1092', subscriber_id=92}
22:50:36.968007 tst         register_default_mass.py: using MSISDN 1093
22:50:36.979100 run              osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001100000000002', msisdn='1093', subscriber_id=93}
22:50:36.997169 tst         register_default_mass.py: using MSISDN 1094
22:50:37.007798 run              osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001100000000003', msisdn='1094', subscriber_id=94}
22:50:37.024756 tst         register_default_mass.py: using MSISDN 1095
22:50:37.035440 run              osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001100000000004', msisdn='1095', subscriber_id=95}
22:50:37.050572 tst         register_default_mass.py: using MSISDN 1096
22:50:37.061448 run              osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001100000000005', msisdn='1096', subscriber_id=96}
22:50:37.077059 tst         register_default_mass.py: using MSISDN 1097
22:50:37.087798 run              osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001100000000006', msisdn='1097', subscriber_id=97}
22:50:37.102897 tst         register_default_mass.py: using MSISDN 1098
22:50:37.113943 run              osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001100000000007', msisdn='1098', subscriber_id=98}
22:50:37.133245 tst         register_default_mass.py: using MSISDN 1099
22:50:37.143895 run              osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001100000000008', msisdn='1099', subscriber_id=99}
22:50:37.162938 tst         register_default_mass.py: using MSISDN 1100
22:50:37.178318 run              osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001100000000009', msisdn='1100', subscriber_id=100}
22:50:37.342695 run                             mass: Starting testcase
22:50:37.353741 run                             mass: Pre-launching all virtphy's
22:50:37.364751 run           osmo-ms-virt-phy/00000: Starting virtphy
22:50:37.391584 run   osmo-ms-virt-phy/00000(pid=36): Launched
22:50:37.403719 run           osmo-ms-virt-phy/00001: Starting virtphy
22:50:37.442526 run   osmo-ms-virt-phy/00001(pid=37): Launched
22:50:37.457349 run           osmo-ms-virt-phy/00002: Starting virtphy
22:50:37.485081 run   osmo-ms-virt-phy/00002(pid=38): Launched
22:50:37.496962 run           osmo-ms-virt-phy/00003: Starting virtphy
22:50:37.523897 run   osmo-ms-virt-phy/00003(pid=39): Launched
22:50:37.535818 run           osmo-ms-virt-phy/00004: Starting virtphy
22:50:37.562668 run   osmo-ms-virt-phy/00004(pid=40): Launched
22:50:37.574346 run           osmo-ms-virt-phy/00005: Starting virtphy
22:50:37.602583 run   osmo-ms-virt-phy/00005(pid=41): Launched
22:50:37.615082 run           osmo-ms-virt-phy/00006: Starting virtphy
22:50:37.642383 run   osmo-ms-virt-phy/00006(pid=42): Launched
22:50:37.654305 run           osmo-ms-virt-phy/00007: Starting virtphy
22:50:37.680931 run   osmo-ms-virt-phy/00007(pid=43): Launched
22:50:37.692817 run           osmo-ms-virt-phy/00008: Starting virtphy
22:50:37.719421 run   osmo-ms-virt-phy/00008(pid=44): Launched
22:50:37.731264 run           osmo-ms-virt-phy/00009: Starting virtphy
22:50:37.759319 run   osmo-ms-virt-phy/00009(pid=45): Launched
22:50:37.771331 run           osmo-ms-virt-phy/00010: Starting virtphy
22:50:37.798177 run   osmo-ms-virt-phy/00010(pid=46): Launched
22:50:37.809978 run           osmo-ms-virt-phy/00011: Starting virtphy
22:50:37.836594 run   osmo-ms-virt-phy/00011(pid=47): Launched
22:50:37.850234 run           osmo-ms-virt-phy/00012: Starting virtphy
22:50:37.876963 run   osmo-ms-virt-phy/00012(pid=48): Launched
22:50:37.888852 run           osmo-ms-virt-phy/00013: Starting virtphy
22:50:37.915607 run   osmo-ms-virt-phy/00013(pid=49): Launched
22:50:37.927427 run           osmo-ms-virt-phy/00014: Starting virtphy
22:50:37.953982 run   osmo-ms-virt-phy/00014(pid=50): Launched
22:50:37.966273 run           osmo-ms-virt-phy/00015: Starting virtphy
22:50:37.993587 run   osmo-ms-virt-phy/00015(pid=51): Launched
22:50:38.007596 run           osmo-ms-virt-phy/00016: Starting virtphy
22:50:38.034592 run   osmo-ms-virt-phy/00016(pid=52): Launched
22:50:38.046548 run           osmo-ms-virt-phy/00017: Starting virtphy
22:50:38.073734 run   osmo-ms-virt-phy/00017(pid=53): Launched
22:50:38.085588 run           osmo-ms-virt-phy/00018: Starting virtphy
22:50:38.113027 run   osmo-ms-virt-phy/00018(pid=54): Launched
22:50:38.125389 run           osmo-ms-virt-phy/00019: Starting virtphy
22:50:38.153114 run   osmo-ms-virt-phy/00019(pid=55): Launched
22:50:38.165041 run           osmo-ms-virt-phy/00020: Starting virtphy
22:50:38.191998 run   osmo-ms-virt-phy/00020(pid=56): Launched
22:50:38.203969 run           osmo-ms-virt-phy/00021: Starting virtphy
22:50:38.230786 run   osmo-ms-virt-phy/00021(pid=57): Launched
22:50:38.242685 run           osmo-ms-virt-phy/00022: Starting virtphy
22:50:38.270190 run   osmo-ms-virt-phy/00022(pid=58): Launched
22:50:38.282243 run           osmo-ms-virt-phy/00023: Starting virtphy
22:50:38.309344 run   osmo-ms-virt-phy/00023(pid=59): Launched
22:50:38.321279 run           osmo-ms-virt-phy/00024: Starting virtphy
22:50:38.348766 run   osmo-ms-virt-phy/00024(pid=60): Launched
22:50:38.360820 run           osmo-ms-virt-phy/00025: Starting virtphy
22:50:38.388444 run   osmo-ms-virt-phy/00025(pid=61): Launched
22:50:38.400464 run           osmo-ms-virt-phy/00026: Starting virtphy
22:50:38.429495 run   osmo-ms-virt-phy/00026(pid=62): Launched
22:50:38.441313 run           osmo-ms-virt-phy/00027: Starting virtphy
22:50:38.469466 run   osmo-ms-virt-phy/00027(pid=63): Launched
22:50:38.481397 run           osmo-ms-virt-phy/00028: Starting virtphy
22:50:38.509458 run   osmo-ms-virt-phy/00028(pid=64): Launched
22:50:38.521643 run           osmo-ms-virt-phy/00029: Starting virtphy
22:50:38.548936 run   osmo-ms-virt-phy/00029(pid=65): Launched
22:50:38.560959 run           osmo-ms-virt-phy/00030: Starting virtphy
22:50:38.587107 run   osmo-ms-virt-phy/00030(pid=66): Launched
22:50:38.598438 run           osmo-ms-virt-phy/00031: Starting virtphy
22:50:38.624042 run   osmo-ms-virt-phy/00031(pid=67): Launched
22:50:38.635109 run           osmo-ms-virt-phy/00032: Starting virtphy
22:50:38.660416 run   osmo-ms-virt-phy/00032(pid=68): Launched
22:50:38.671614 run           osmo-ms-virt-phy/00033: Starting virtphy
22:50:38.696726 run   osmo-ms-virt-phy/00033(pid=69): Launched
22:50:38.707714 run           osmo-ms-virt-phy/00034: Starting virtphy
22:50:38.732728 run   osmo-ms-virt-phy/00034(pid=70): Launched
22:50:38.743983 run           osmo-ms-virt-phy/00035: Starting virtphy
22:50:38.769770 run   osmo-ms-virt-phy/00035(pid=71): Launched
22:50:38.780970 run           osmo-ms-virt-phy/00036: Starting virtphy
22:50:38.806557 run   osmo-ms-virt-phy/00036(pid=72): Launched
22:50:38.817658 run           osmo-ms-virt-phy/00037: Starting virtphy
22:50:38.843146 run   osmo-ms-virt-phy/00037(pid=73): Launched
22:50:38.854151 run           osmo-ms-virt-phy/00038: Starting virtphy
22:50:38.879405 run   osmo-ms-virt-phy/00038(pid=74): Launched
22:50:38.890462 run           osmo-ms-virt-phy/00039: Starting virtphy
22:50:38.915808 run   osmo-ms-virt-phy/00039(pid=75): Launched
22:50:38.926765 run           osmo-ms-virt-phy/00040: Starting virtphy
22:50:38.951913 run   osmo-ms-virt-phy/00040(pid=76): Launched
22:50:38.962741 run           osmo-ms-virt-phy/00041: Starting virtphy
22:50:38.987865 run   osmo-ms-virt-phy/00041(pid=77): Launched
22:50:38.998860 run           osmo-ms-virt-phy/00042: Starting virtphy
22:50:39.024337 run   osmo-ms-virt-phy/00042(pid=78): Launched
22:50:39.035344 run           osmo-ms-virt-phy/00043: Starting virtphy
22:50:39.060646 run   osmo-ms-virt-phy/00043(pid=79): Launched
22:50:39.071548 run           osmo-ms-virt-phy/00044: Starting virtphy
22:50:39.096692 run   osmo-ms-virt-phy/00044(pid=80): Launched
22:50:39.107515 run           osmo-ms-virt-phy/00045: Starting virtphy
22:50:39.133043 run   osmo-ms-virt-phy/00045(pid=81): Launched
22:50:39.144061 run           osmo-ms-virt-phy/00046: Starting virtphy
22:50:39.169206 run   osmo-ms-virt-phy/00046(pid=82): Launched
22:50:39.180176 run           osmo-ms-virt-phy/00047: Starting virtphy
22:50:39.205336 run   osmo-ms-virt-phy/00047(pid=83): Launched
22:50:39.216208 run           osmo-ms-virt-phy/00048: Starting virtphy
22:50:39.241282 run   osmo-ms-virt-phy/00048(pid=84): Launched
22:50:39.252228 run           osmo-ms-virt-phy/00049: Starting virtphy
22:50:39.277639 run   osmo-ms-virt-phy/00049(pid=85): Launched
22:50:39.288621 run           osmo-ms-virt-phy/00050: Starting virtphy
22:50:39.313766 run   osmo-ms-virt-phy/00050(pid=86): Launched
22:50:39.324833 run           osmo-ms-virt-phy/00051: Starting virtphy
22:50:39.350169 run   osmo-ms-virt-phy/00051(pid=87): Launched
22:50:39.361015 run           osmo-ms-virt-phy/00052: Starting virtphy
22:50:39.386375 run   osmo-ms-virt-phy/00052(pid=88): Launched
22:50:39.397382 run           osmo-ms-virt-phy/00053: Starting virtphy
22:50:39.422978 run   osmo-ms-virt-phy/00053(pid=89): Launched
22:50:39.434050 run           osmo-ms-virt-phy/00054: Starting virtphy
22:50:39.459510 run   osmo-ms-virt-phy/00054(pid=90): Launched
22:50:39.470595 run           osmo-ms-virt-phy/00055: Starting virtphy
22:50:39.496028 run   osmo-ms-virt-phy/00055(pid=91): Launched
22:50:39.510873 run           osmo-ms-virt-phy/00056: Starting virtphy
22:50:39.536252 run   osmo-ms-virt-phy/00056(pid=92): Launched
22:50:39.547224 run           osmo-ms-virt-phy/00057: Starting virtphy
22:50:39.572382 run   osmo-ms-virt-phy/00057(pid=93): Launched
22:50:39.584065 run           osmo-ms-virt-phy/00058: Starting virtphy
22:50:39.610984 run   osmo-ms-virt-phy/00058(pid=94): Launched
22:50:39.622847 run           osmo-ms-virt-phy/00059: Starting virtphy
22:50:39.650094 run   osmo-ms-virt-phy/00059(pid=95): Launched
22:50:39.662163 run           osmo-ms-virt-phy/00060: Starting virtphy
22:50:39.689257 run   osmo-ms-virt-phy/00060(pid=96): Launched
22:50:39.701153 run           osmo-ms-virt-phy/00061: Starting virtphy
22:50:39.729119 run   osmo-ms-virt-phy/00061(pid=97): Launched
22:50:39.741034 run           osmo-ms-virt-phy/00062: Starting virtphy
22:50:39.768236 run   osmo-ms-virt-phy/00062(pid=98): Launched
22:50:39.779886 run           osmo-ms-virt-phy/00063: Starting virtphy
22:50:39.806794 run   osmo-ms-virt-phy/00063(pid=99): Launched
22:50:39.818518 run           osmo-ms-virt-phy/00064: Starting virtphy
22:50:39.845180 run  osmo-ms-virt-phy/00064(pid=100): Launched
22:50:39.857014 run           osmo-ms-virt-phy/00065: Starting virtphy
22:50:39.884163 run  osmo-ms-virt-phy/00065(pid=101): Launched
22:50:39.896142 run           osmo-ms-virt-phy/00066: Starting virtphy
22:50:39.923148 run  osmo-ms-virt-phy/00066(pid=102): Launched
22:50:39.934976 run           osmo-ms-virt-phy/00067: Starting virtphy
22:50:39.961923 run  osmo-ms-virt-phy/00067(pid=103): Launched
22:50:39.973835 run           osmo-ms-virt-phy/00068: Starting virtphy
22:50:40.001004 run  osmo-ms-virt-phy/00068(pid=104): Launched
22:50:40.013487 run           osmo-ms-virt-phy/00069: Starting virtphy
22:50:40.041208 run  osmo-ms-virt-phy/00069(pid=105): Launched
22:50:40.053412 run           osmo-ms-virt-phy/00070: Starting virtphy
22:50:40.080940 run  osmo-ms-virt-phy/00070(pid=106): Launched
22:50:40.092689 run           osmo-ms-virt-phy/00071: Starting virtphy
22:50:40.119146 run  osmo-ms-virt-phy/00071(pid=107): Launched
22:50:40.130894 run           osmo-ms-virt-phy/00072: Starting virtphy
22:50:40.157949 run  osmo-ms-virt-phy/00072(pid=108): Launched
22:50:40.169516 run           osmo-ms-virt-phy/00073: Starting virtphy
22:50:40.196464 run  osmo-ms-virt-phy/00073(pid=109): Launched
22:50:40.208460 run           osmo-ms-virt-phy/00074: Starting virtphy
22:50:40.235788 run  osmo-ms-virt-phy/00074(pid=110): Launched
22:50:40.247443 run           osmo-ms-virt-phy/00075: Starting virtphy
22:50:40.275050 run  osmo-ms-virt-phy/00075(pid=111): Launched
22:50:40.287245 run           osmo-ms-virt-phy/00076: Starting virtphy
22:50:40.320085 run  osmo-ms-virt-phy/00076(pid=112): Launched
22:50:40.332761 run           osmo-ms-virt-phy/00077: Starting virtphy
22:50:40.361180 run  osmo-ms-virt-phy/00077(pid=113): Launched
22:50:40.374002 run           osmo-ms-virt-phy/00078: Starting virtphy
22:50:40.403498 run  osmo-ms-virt-phy/00078(pid=114): Launched
22:50:40.416526 run           osmo-ms-virt-phy/00079: Starting virtphy
22:50:40.449747 run  osmo-ms-virt-phy/00079(pid=115): Launched
22:50:40.463812 run           osmo-ms-virt-phy/00080: Starting virtphy
22:50:40.492300 run  osmo-ms-virt-phy/00080(pid=116): Launched
22:50:40.509647 run           osmo-ms-virt-phy/00081: Starting virtphy
22:50:40.540118 run  osmo-ms-virt-phy/00081(pid=117): Launched
22:50:40.553686 run           osmo-ms-virt-phy/00082: Starting virtphy
22:50:40.583553 run  osmo-ms-virt-phy/00082(pid=118): Launched
22:50:40.596336 run           osmo-ms-virt-phy/00083: Starting virtphy
22:50:40.624526 run  osmo-ms-virt-phy/00083(pid=119): Launched
22:50:40.636893 run           osmo-ms-virt-phy/00084: Starting virtphy
22:50:40.665375 run  osmo-ms-virt-phy/00084(pid=120): Launched
22:50:40.678061 run           osmo-ms-virt-phy/00085: Starting virtphy
22:50:40.709677 run  osmo-ms-virt-phy/00085(pid=121): Launched
22:50:40.721556 run           osmo-ms-virt-phy/00086: Starting virtphy
22:50:40.751261 run  osmo-ms-virt-phy/00086(pid=122): Launched
22:50:40.768645 run           osmo-ms-virt-phy/00087: Starting virtphy
22:50:40.801804 run  osmo-ms-virt-phy/00087(pid=123): Launched
22:50:40.813563 run           osmo-ms-virt-phy/00088: Starting virtphy
22:50:40.840694 run  osmo-ms-virt-phy/00088(pid=124): Launched
22:50:40.852385 run           osmo-ms-virt-phy/00089: Starting virtphy
22:50:40.880011 run  osmo-ms-virt-phy/00089(pid=125): Launched
22:50:40.892510 run           osmo-ms-virt-phy/00090: Starting virtphy
22:50:40.920928 run  osmo-ms-virt-phy/00090(pid=126): Launched
22:50:40.934000 run           osmo-ms-virt-phy/00091: Starting virtphy
22:50:40.964600 run  osmo-ms-virt-phy/00091(pid=127): Launched
22:50:40.976120 run           osmo-ms-virt-phy/00092: Starting virtphy
22:50:41.003077 run  osmo-ms-virt-phy/00092(pid=128): Launched
22:50:41.014553 run           osmo-ms-virt-phy/00093: Starting virtphy
22:50:41.041144 run  osmo-ms-virt-phy/00093(pid=129): Launched
22:50:41.052517 run           osmo-ms-virt-phy/00094: Starting virtphy
22:50:41.079110 run  osmo-ms-virt-phy/00094(pid=130): Launched
22:50:41.090499 run           osmo-ms-virt-phy/00095: Starting virtphy
22:50:41.117480 run  osmo-ms-virt-phy/00095(pid=131): Launched
22:50:41.129263 run           osmo-ms-virt-phy/00096: Starting virtphy
22:50:41.156177 run  osmo-ms-virt-phy/00096(pid=132): Launched
22:50:41.167575 run           osmo-ms-virt-phy/00097: Starting virtphy
22:50:41.194955 run  osmo-ms-virt-phy/00097(pid=133): Launched
22:50:41.206910 run           osmo-ms-virt-phy/00098: Starting virtphy
22:50:41.233488 run  osmo-ms-virt-phy/00098(pid=134): Launched
22:50:41.245335 run           osmo-ms-virt-phy/00099: Starting virtphy
22:50:41.272669 run  osmo-ms-virt-phy/00099(pid=135): Launched
22:50:41.284102 run                             mass: Checking if sockets are in the filesystem
22:50:41.307513 run                osmo-ms-mob/00000: Starting mobile
22:50:41.333458 run       osmo-ms-mob/00000(pid=136): Launched
22:50:41.355507 run                             mass: MS start registered  {at=45912591.64301068, delay=0.010618649423122406, ms=00000}
22:50:45.511530 run                osmo-ms-mob/00001: Starting mobile
22:50:45.543833 run       osmo-ms-mob/00001(pid=137): Launched
22:50:45.563919 run                             mass: MS start registered  {at=45912595.85145261, delay=0.008852973580360413, ms=00001}
22:50:46.160934 run                             mass: MS performed LU  {at=45912596.448434144, lu_delay=4.8054234609007835, ms=00000}
22:50:47.306699 run                osmo-ms-mob/00002: Starting mobile
22:50:47.337904 run       osmo-ms-mob/00002(pid=138): Launched
22:50:47.355448 run                             mass: MS start registered  {at=45912597.64299102, delay=0.000973723828792572, ms=00002}
22:50:48.609875 run                osmo-ms-mob/00003: Starting mobile
22:50:48.638770 run       osmo-ms-mob/00003(pid=139): Launched
22:50:48.656858 run                             mass: MS start registered  {at=45912598.94437073, delay=0.005844391882419586, ms=00003}
22:50:49.709941 run                osmo-ms-mob/00004: Starting mobile
22:50:49.736303 run       osmo-ms-mob/00004(pid=140): Launched
22:50:49.754696 run                             mass: MS start registered  {at=45912600.04224915, delay=0.005278073251247406, ms=00004}
22:50:50.708918 run                osmo-ms-mob/00005: Starting mobile
22:50:50.734728 run       osmo-ms-mob/00005(pid=141): Launched
22:50:50.754286 run                             mass: MS start registered  {at=45912601.04181084, delay=0.008734166622161865, ms=00005}
22:50:51.609490 run                osmo-ms-mob/00006: Starting mobile
22:50:51.634586 run       osmo-ms-mob/00006(pid=142): Launched
22:50:51.655221 run                             mass: MS start registered  {at=45912601.942726456, delay=0.009838484227657318, ms=00006}
22:50:51.809832 run                             mass: MS performed LU  {at=45912602.097340345, lu_delay=6.2458877339959145, ms=00001}
22:50:52.511149 run                osmo-ms-mob/00007: Starting mobile
22:50:52.543592 run       osmo-ms-mob/00007(pid=143): Launched
22:50:52.564210 run                             mass: MS start registered  {at=45912602.85171078, delay=0.008937329053878784, ms=00007}
22:50:53.310662 run                osmo-ms-mob/00008: Starting mobile
22:50:53.339198 run       osmo-ms-mob/00008(pid=144): Launched
22:50:53.358545 run                             mass: MS start registered  {at=45912603.64606095, delay=0.007368266582489014, ms=00008}
22:50:53.711294 run                             mass: MS performed LU  {at=45912603.99879897, lu_delay=6.3558079451322556, ms=00002}
22:50:53.738949 run                             mass: MS performed LU  {at=45912604.02651361, lu_delay=5.082142874598503, ms=00003}
22:50:54.007373 run                osmo-ms-mob/00009: Starting mobile
22:50:54.032715 run       osmo-ms-mob/00009(pid=145): Launched
22:50:54.051673 run                             mass: MS start registered  {at=45912604.33923209, delay=0.008131884038448334, ms=00009}
22:50:54.708889 run                osmo-ms-mob/00010: Starting mobile
22:50:54.736338 run       osmo-ms-mob/00010(pid=146): Launched
22:50:54.755198 run                             mass: MS start registered  {at=45912605.04270787, delay=0.007523052394390106, ms=00010}
22:50:55.309492 run                osmo-ms-mob/00011: Starting mobile
22:50:55.335783 run       osmo-ms-mob/00011(pid=147): Launched
22:50:55.356294 run                             mass: MS start registered  {at=45912605.64381904, delay=0.008935853838920593, ms=00011}
22:50:55.575293 run                             mass: MS performed LU  {at=45912605.86276397, lu_delay=5.8205148205161095, ms=00004}
22:50:55.640330 run                             mass: MS performed LU  {at=45912605.92784548, lu_delay=4.8860346376895905, ms=00005}
22:50:55.911676 run                osmo-ms-mob/00012: Starting mobile
22:50:55.938552 run       osmo-ms-mob/00012(pid=148): Launched
22:50:55.959526 run                             mass: MS start registered  {at=45912606.24704977, delay=0.008924521505832672, ms=00012}
22:50:56.512250 run                osmo-ms-mob/00013: Starting mobile
22:50:56.539510 run       osmo-ms-mob/00013(pid=149): Launched
22:50:56.559119 run                             mass: MS start registered  {at=45912606.846647196, delay=0.008214056491851807, ms=00013}
22:50:57.110132 run                osmo-ms-mob/00014: Starting mobile
22:50:57.137394 run       osmo-ms-mob/00014(pid=150): Launched
22:50:57.159227 run                             mass: MS start registered  {at=45912607.44673372, delay=0.009936720132827759, ms=00014}
22:50:57.477398 run                             mass: MS performed LU  {at=45912607.76488511, lu_delay=4.913174331188202, ms=00007}
22:50:57.505214 run                             mass: MS performed LU  {at=45912607.792734735, lu_delay=5.850008279085159, ms=00006}
22:50:57.757642 run                osmo-ms-mob/00015: Starting mobile
22:50:57.785969 run       osmo-ms-mob/00015(pid=151): Launched
22:50:57.797141 run                             mass: Starting too slowly. Moving on {now=45912608.08473522, sleep=-0.0016783028841018677, target=45912608.08305692}
22:50:57.807735 run                             mass: MS start registered  {at=45912608.09529181, delay=0.010568425059318542, ms=00015}
22:50:58.210149 run                osmo-ms-mob/00016: Starting mobile
22:50:58.238361 run       osmo-ms-mob/00016(pid=152): Launched
22:50:58.256173 run                             mass: MS start registered  {at=45912608.543701045, delay=0.006143137812614441, ms=00016}
22:50:58.711117 run                osmo-ms-mob/00017: Starting mobile
22:50:58.741876 run       osmo-ms-mob/00017(pid=153): Launched
22:50:58.759546 run                             mass: MS start registered  {at=45912609.047081575, delay=0.006143301725387573, ms=00017}
22:50:59.310107 run                osmo-ms-mob/00018: Starting mobile
22:50:59.336989 run       osmo-ms-mob/00018(pid=154): Launched
22:50:59.348618 run                             mass: MS performed LU  {at=45912609.63617128, lu_delay=5.296939194202423, ms=00009}
22:50:59.359521 run                             mass: MS start registered  {at=45912609.647104815, delay=0.010989353060722351, ms=00018}
22:50:59.405774 run                             mass: MS performed LU  {at=45912609.693286195, lu_delay=6.047225244343281, ms=00008}
22:50:59.712374 run                osmo-ms-mob/00019: Starting mobile
22:50:59.739962 run       osmo-ms-mob/00019(pid=155): Launched
22:50:59.751414 run                             mass: MS performed LU  {at=45912610.03897166, lu_delay=4.996263794600964, ms=00010}
22:50:59.762456 run                             mass: MS start registered  {at=45912610.05004291, delay=0.011124469339847565, ms=00019}
22:51:00.206819 run                osmo-ms-mob/00020: Starting mobile
22:51:00.234074 run       osmo-ms-mob/00020(pid=156): Launched
22:51:00.255763 run                             mass: MS start registered  {at=45912610.54327602, delay=0.010253332555294037, ms=00020}
22:51:00.711930 run                osmo-ms-mob/00021: Starting mobile
22:51:00.738325 run       osmo-ms-mob/00021(pid=157): Launched
22:51:00.761247 run                             mass: MS start registered  {at=45912611.04875367, delay=0.011876195669174194, ms=00021}
22:51:01.112031 run                osmo-ms-mob/00022: Starting mobile
22:51:01.139173 run       osmo-ms-mob/00022(pid=158): Launched
22:51:01.151286 run                             mass: MS performed LU  {at=45912611.438833766, lu_delay=5.795014724135399, ms=00011}
22:51:01.162556 run                             mass: MS start registered  {at=45912611.450139664, delay=0.011366412043571472, ms=00022}
22:51:01.242835 run                             mass: MS performed LU  {at=45912611.53035285, lu_delay=4.683705657720566, ms=00013}
22:51:01.270717 run                             mass: MS performed LU  {at=45912611.55823753, lu_delay=5.311187759041786, ms=00012}
22:51:01.611474 run                osmo-ms-mob/00023: Starting mobile
22:51:01.642631 run       osmo-ms-mob/00023(pid=159): Launched
22:51:01.664388 run                             mass: MS start registered  {at=45912611.95193682, delay=0.010423131287097931, ms=00023}
22:51:02.010403 run                osmo-ms-mob/00024: Starting mobile
22:51:02.037966 run       osmo-ms-mob/00024(pid=160): Launched
22:51:02.060303 run                             mass: MS start registered  {at=45912612.34780948, delay=0.007976673543453217, ms=00024}
22:51:02.510722 run                osmo-ms-mob/00025: Starting mobile
22:51:02.539529 run       osmo-ms-mob/00025(pid=161): Launched
22:51:02.559593 run                             mass: MS start registered  {at=45912612.84710237, delay=0.007724687457084656, ms=00025}
22:51:02.910807 run                osmo-ms-mob/00026: Starting mobile
22:51:02.937561 run       osmo-ms-mob/00026(pid=162): Launched
22:51:02.957437 run                             mass: MS start registered  {at=45912613.24497509, delay=0.008779570460319519, ms=00026}
22:51:03.107589 run                             mass: MS performed LU  {at=45912613.39508464, lu_delay=4.851383596658707, ms=00016}
22:51:03.172207 run                             mass: MS performed LU  {at=45912613.45972354, lu_delay=6.012989819049835, ms=00014}
22:51:03.196709 run                osmo-ms-mob/00027: Starting mobile
22:51:03.223520 run       osmo-ms-mob/00027(pid=163): Launched
22:51:03.243108 run                             mass: MS start registered  {at=45912613.53061224, delay=0.00828525424003601, ms=00027}
22:51:03.513642 run                             mass: MS performed LU  {at=45912613.80115031, lu_delay=4.754068732261658, ms=00017}
22:51:03.709643 run                osmo-ms-mob/00028: Starting mobile
22:51:03.743313 run       osmo-ms-mob/00028(pid=164): Launched
22:51:03.762881 run                             mass: MS start registered  {at=45912614.0503959, delay=0.008126318454742432, ms=00028}
22:51:04.110516 run                osmo-ms-mob/00029: Starting mobile
22:51:04.139384 run       osmo-ms-mob/00029(pid=165): Launched
22:51:04.159449 run                             mass: MS start registered  {at=45912614.44692811, delay=0.008165813982486725, ms=00029}
22:51:04.510759 run                osmo-ms-mob/00030: Starting mobile
22:51:04.540094 run       osmo-ms-mob/00030(pid=166): Launched
22:51:04.561222 run                             mass: MS start registered  {at=45912614.84874102, delay=0.00903279334306717, ms=00030}
22:51:04.912293 run                osmo-ms-mob/00031: Starting mobile
22:51:04.956785 run       osmo-ms-mob/00031(pid=167): Launched
22:51:04.975586 run                             mass: MS performed LU  {at=45912615.26312003, lu_delay=5.616015218198299, ms=00018}
22:51:04.990712 run                             mass: MS start registered  {at=45912615.27829237, delay=0.015249468386173248, ms=00031}
22:51:05.009044 run                             mass: MS performed LU  {at=45912615.29654995, lu_delay=4.7532739341259, ms=00020}
22:51:05.039035 run                osmo-ms-mob/00032: Starting mobile
22:51:05.080192 run       osmo-ms-mob/00032(pid=168): Launched
22:51:05.092384 run                             mass: MS performed LU  {at=45912615.37993246, lu_delay=5.329889550805092, ms=00019}
22:51:05.104129 run                             mass: MS start registered  {at=45912615.391709305, delay=0.011844098567962646, ms=00032}
22:51:05.611358 run                osmo-ms-mob/00033: Starting mobile
22:51:05.652558 run       osmo-ms-mob/00033(pid=169): Launched
22:51:05.674307 run                             mass: MS start registered  {at=45912615.96181345, delay=0.005856163799762726, ms=00033}
22:51:06.008004 run                osmo-ms-mob/00034: Starting mobile
22:51:06.035624 run       osmo-ms-mob/00034(pid=170): Launched
22:51:06.055600 run                             mass: MS start registered  {at=45912616.343145594, delay=0.008838377892971039, ms=00034}
22:51:06.309097 run                osmo-ms-mob/00035: Starting mobile
22:51:06.337220 run       osmo-ms-mob/00035(pid=171): Launched
22:51:06.357088 run                             mass: MS start registered  {at=45912616.64460869, delay=0.008293569087982178, ms=00035}
22:51:06.712686 run                osmo-ms-mob/00036: Starting mobile
22:51:06.739782 run       osmo-ms-mob/00036(pid=172): Launched
22:51:06.759133 run                             mass: MS start registered  {at=45912617.046654284, delay=0.00786510854959488, ms=00036}
22:51:06.808933 run                             mass: MS performed LU  {at=45912617.096432894, lu_delay=5.646293230354786, ms=00022}
22:51:06.872682 run                             mass: MS performed LU  {at=45912617.16020544, lu_delay=6.111451767385006, ms=00021}
22:51:06.937732 run                             mass: MS performed LU  {at=45912617.22524319, lu_delay=4.877433709800243, ms=00024}
22:51:06.964940 run                osmo-ms-mob/00037: Starting mobile
22:51:06.993379 run       osmo-ms-mob/00037(pid=173): Launched
22:51:07.012578 run                             mass: MS start registered  {at=45912617.30009761, delay=0.007261291146278381, ms=00037}
22:51:07.063407 run                             mass: MS performed LU  {at=45912617.350906596, lu_delay=5.398969776928425, ms=00023}
22:51:07.316702 run                             mass: MS performed LU  {at=45912617.604217865, lu_delay=4.757115498185158, ms=00025}
22:51:07.338315 run                osmo-ms-mob/00038: Starting mobile
22:51:07.366737 run       osmo-ms-mob/00038(pid=174): Launched
22:51:07.388373 run                             mass: MS start registered  {at=45912617.67588084, delay=0.005338758230209351, ms=00038}
22:51:07.706472 run                osmo-ms-mob/00039: Starting mobile
22:51:07.735450 run       osmo-ms-mob/00039(pid=175): Launched
22:51:07.754945 run                             mass: MS start registered  {at=45912618.04245931, delay=0.005625858902931213, ms=00039}
22:51:08.110426 run                osmo-ms-mob/00040: Starting mobile
22:51:08.139508 run       osmo-ms-mob/00040(pid=176): Launched
22:51:08.156919 run                             mass: MS start registered  {at=45912618.44444498, delay=0.005353376269340515, ms=00040}
22:51:08.411981 run                osmo-ms-mob/00041: Starting mobile
22:51:08.438863 run       osmo-ms-mob/00041(pid=177): Launched
22:51:08.460446 run                             mass: MS start registered  {at=45912618.747966126, delay=0.005786605179309845, ms=00041}
22:51:08.708416 run                osmo-ms-mob/00042: Starting mobile
22:51:08.736652 run       osmo-ms-mob/00042(pid=178): Launched
22:51:08.756595 run                             mass: MS start registered  {at=45912619.0441008, delay=0.008678026497364044, ms=00042}
22:51:08.774455 run                             mass: MS performed LU  {at=45912619.06202626, lu_delay=5.011630363762379, ms=00028}
22:51:08.802558 run                             mass: MS performed LU  {at=45912619.09007148, lu_delay=5.559459239244461, ms=00027}
22:51:09.108352 run                osmo-ms-mob/00043: Starting mobile
22:51:09.136418 run       osmo-ms-mob/00043(pid=179): Launched
22:51:09.155057 run                             mass: MS start registered  {at=45912619.44261355, delay=0.007044211030006409, ms=00043}
22:51:09.217748 run                             mass: MS performed LU  {at=45912619.50524422, lu_delay=5.058316104114056, ms=00029}
22:51:09.405466 run                osmo-ms-mob/00044: Starting mobile
22:51:09.432033 run       osmo-ms-mob/00044(pid=180): Launched
22:51:09.452260 run                             mass: MS start registered  {at=45912619.73981747, delay=0.008013404905796051, ms=00044}
22:51:09.709396 run                osmo-ms-mob/00045: Starting mobile
22:51:09.735978 run       osmo-ms-mob/00045(pid=181): Launched
22:51:09.754640 run                             mass: MS start registered  {at=45912620.0421901, delay=0.007207393646240234, ms=00045}
22:51:10.009679 run                osmo-ms-mob/00046: Starting mobile
22:51:10.036124 run       osmo-ms-mob/00046(pid=182): Launched
22:51:10.054470 run                             mass: MS start registered  {at=45912620.34202563, delay=0.002521887421607971, ms=00046}
22:51:10.310189 run                osmo-ms-mob/00047: Starting mobile
22:51:10.338167 run       osmo-ms-mob/00047(pid=183): Launched
22:51:10.358557 run                             mass: MS start registered  {at=45912620.646054484, delay=0.008848100900650024, ms=00047}
22:51:10.608177 run                osmo-ms-mob/00048: Starting mobile
22:51:10.635171 run       osmo-ms-mob/00048(pid=184): Launched
22:51:10.646601 run                             mass: MS performed LU  {at=45912620.93415439, lu_delay=5.542445085942745, ms=00032}
22:51:10.657528 run                             mass: MS start registered  {at=45912620.94511197, delay=0.011012353003025055, ms=00048}
22:51:10.772693 run                             mass: MS performed LU  {at=45912621.060204, lu_delay=6.21146298199892, ms=00030}
22:51:10.796954 run                osmo-ms-mob/00049: Starting mobile
22:51:10.823741 run       osmo-ms-mob/00049(pid=185): Launched
22:51:10.835530 run                             mass: MS performed LU  {at=45912621.123083256, lu_delay=5.844790883362293, ms=00031}
22:51:10.846871 run                             mass: MS start registered  {at=45912621.13445128, delay=0.011425293982028961, ms=00049}
22:51:11.063788 run                             mass: MS performed LU  {at=45912621.35130179, lu_delay=5.008156195282936, ms=00034}
22:51:11.086562 run                osmo-ms-mob/00050: Starting mobile
22:51:11.113907 run       osmo-ms-mob/00050(pid=186): Launched
22:51:11.131975 run                             mass: MS start registered  {at=45912621.419524506, delay=0.006762087345123291, ms=00050}
22:51:11.610018 run                osmo-ms-mob/00051: Starting mobile
22:51:11.637328 run       osmo-ms-mob/00051(pid=187): Launched
22:51:11.657413 run                             mass: MS start registered  {at=45912621.94494173, delay=0.008308887481689453, ms=00051}
22:51:11.911561 run                osmo-ms-mob/00052: Starting mobile
22:51:11.938204 run       osmo-ms-mob/00052(pid=188): Launched
22:51:11.956292 run                             mass: MS start registered  {at=45912622.2438051, delay=0.006895244121551514, ms=00052}
22:51:12.210104 run                osmo-ms-mob/00053: Starting mobile
22:51:12.237111 run       osmo-ms-mob/00053(pid=189): Launched
22:51:12.258669 run                             mass: MS start registered  {at=45912622.54619455, delay=0.00580955296754837, ms=00053}
22:51:12.494219 run                             mass: MS performed LU  {at=45912622.781722836, lu_delay=6.137114144861698, ms=00035}
22:51:12.519178 run                osmo-ms-mob/00054: Starting mobile
22:51:12.545945 run       osmo-ms-mob/00054(pid=190): Launched
22:51:12.557080 run                             mass: MS performed LU  {at=45912622.84462882, lu_delay=4.802169509232044, ms=00039}
22:51:12.568827 run                             mass: MS start registered  {at=45912622.85641137, delay=0.011852987110614777, ms=00054}
22:51:12.579809 run                             mass: MS performed LU  {at=45912622.86739381, lu_delay=5.567296199500561, ms=00037}
22:51:12.599791 run                osmo-ms-mob/00055: Starting mobile
22:51:12.627627 run       osmo-ms-mob/00055(pid=191): Launched
22:51:12.645207 run                             mass: MS start registered  {at=45912622.93275129, delay=0.0065334513783454895, ms=00055}
22:51:12.747650 run                             mass: MS performed LU  {at=45912623.035143696, lu_delay=5.9884894117712975, ms=00036}
22:51:12.766280 run                             mass: MS performed LU  {at=45912623.053859696, lu_delay=5.377978853881359, ms=00038}
22:51:12.786835 run                osmo-ms-mob/00056: Starting mobile
22:51:12.815558 run       osmo-ms-mob/00056(pid=192): Launched
22:51:12.835810 run                             mass: MS start registered  {at=45912623.12334222, delay=0.008965253829956055, ms=00056}
22:51:13.411868 run                osmo-ms-mob/00057: Starting mobile
22:51:13.442345 run       osmo-ms-mob/00057(pid=193): Launched
22:51:13.460046 run                             mass: MS start registered  {at=45912623.747549355, delay=0.00513332337141037, ms=00057}
22:51:13.808935 run                osmo-ms-mob/00058: Starting mobile
22:51:13.836832 run       osmo-ms-mob/00058(pid=194): Launched
22:51:13.849504 run                             mass: MS performed LU  {at=45912624.13705153, lu_delay=3.7950259000062943, ms=00046}
22:51:13.861338 run                             mass: MS start registered  {at=45912624.14891909, delay=0.011928945779800415, ms=00058}
22:51:14.109174 run                osmo-ms-mob/00059: Starting mobile
22:51:14.137233 run       osmo-ms-mob/00059(pid=195): Launched
22:51:14.158066 run                             mass: MS start registered  {at=45912624.44556764, delay=0.00805944949388504, ms=00059}
22:51:14.340515 run                             mass: MS performed LU  {at=45912624.62801894, lu_delay=5.583918139338493, ms=00042}
22:51:14.367348 run                osmo-ms-mob/00060: Starting mobile
22:51:14.402126 run       osmo-ms-mob/00060(pid=196): Launched
22:51:14.414143 run                             mass: MS performed LU  {at=45912624.70169312, lu_delay=5.95372699201107, ms=00041}
22:51:14.425767 run                             mass: MS start registered  {at=45912624.71334936, delay=0.01171468198299408, ms=00060}
22:51:14.594637 run                             mass: MS performed LU  {at=45912624.88214809, lu_delay=5.439534537494183, ms=00043}
22:51:14.667800 run                             mass: MS performed LU  {at=45912624.9553231, lu_delay=5.215505629777908, ms=00044}
22:51:14.691463 run                osmo-ms-mob/00061: Starting mobile
22:51:14.720862 run       osmo-ms-mob/00061(pid=197): Launched
22:51:14.747086 run                             mass: MS start registered  {at=45912625.03457054, delay=0.013603627681732178, ms=00061}
22:51:15.109768 run                osmo-ms-mob/00062: Starting mobile
22:51:15.138376 run       osmo-ms-mob/00062(pid=198): Launched
22:51:15.161671 run                             mass: MS start registered  {at=45912625.44917155, delay=0.010949671268463135, ms=00062}
22:51:15.413315 run                osmo-ms-mob/00063: Starting mobile
22:51:15.444857 run       osmo-ms-mob/00063(pid=199): Launched
22:51:15.470205 run                             mass: MS start registered  {at=45912625.75769408, delay=0.012898027896881104, ms=00063}
22:51:15.808328 run                osmo-ms-mob/00064: Starting mobile
22:51:15.836790 run       osmo-ms-mob/00064(pid=200): Launched
22:51:15.859471 run                             mass: MS start registered  {at=45912626.14697592, delay=0.006635010242462158, ms=00064}
22:51:16.210213 run                osmo-ms-mob/00065: Starting mobile
22:51:16.238761 run       osmo-ms-mob/00065(pid=201): Launched
22:51:16.255056 run                             mass: MS performed LU  {at=45912626.54259102, lu_delay=5.896536536514759, ms=00047}
22:51:16.270049 run                             mass: MS start registered  {at=45912626.5576307, delay=0.015115968883037567, ms=00065}
22:51:16.306160 run                             mass: MS performed LU  {at=45912626.59367122, lu_delay=5.459219940006733, ms=00049}
22:51:16.335305 run                osmo-ms-mob/00066: Starting mobile
22:51:16.374377 run       osmo-ms-mob/00066(pid=202): Launched
22:51:16.390457 run                             mass: MS performed LU  {at=45912626.67799816, lu_delay=5.7328861951828, ms=00048}
22:51:16.405012 run                             mass: MS start registered  {at=45912626.692588285, delay=0.014660775661468506, ms=00066}
22:51:16.495988 run                             mass: MS performed LU  {at=45912626.78345965, lu_delay=4.838517919182777, ms=00051}
22:51:16.513577 run                             mass: MS performed LU  {at=45912626.80114547, lu_delay=5.381620965898037, ms=00050}
22:51:16.534530 run                osmo-ms-mob/00067: Starting mobile
22:51:16.563577 run       osmo-ms-mob/00067(pid=203): Launched
22:51:16.585745 run                             mass: MS start registered  {at=45912626.87327001, delay=0.01039818674325943, ms=00067}
22:51:17.209996 run                osmo-ms-mob/00068: Starting mobile
22:51:17.238096 run       osmo-ms-mob/00068(pid=204): Launched
22:51:17.258907 run                             mass: MS start registered  {at=45912627.546405196, delay=0.008777208626270294, ms=00068}
22:51:17.566523 run                             mass: MS performed LU  {at=45912627.854005255, lu_delay=3.705086164176464, ms=00058}
22:51:17.593231 run                osmo-ms-mob/00069: Starting mobile
22:51:17.621704 run       osmo-ms-mob/00069(pid=205): Launched
22:51:17.641582 run                             mass: MS start registered  {at=45912627.929125436, delay=0.007748797535896301, ms=00069}
22:51:18.017092 run                osmo-ms-mob/00070: Starting mobile
22:51:18.046688 run       osmo-ms-mob/00070(pid=206): Launched
22:51:18.067357 run                             mass: MS start registered  {at=45912628.3548287, delay=0.00888865441083908, ms=00070}
22:51:18.105590 run                             mass: MS performed LU  {at=45912628.39309655, lu_delay=5.460345260798931, ms=00055}
22:51:18.235497 run                             mass: MS performed LU  {at=45912628.523006834, lu_delay=4.775457479059696, ms=00057}
22:51:18.410507 run                osmo-ms-mob/00071: Starting mobile
22:51:18.437571 run       osmo-ms-mob/00071(pid=207): Launched
22:51:18.448866 run                             mass: MS performed LU  {at=45912628.736424215, lu_delay=6.49261911213398, ms=00052}
22:51:18.460558 run                             mass: MS performed LU  {at=45912628.74813601, lu_delay=6.201941452920437, ms=00053}
22:51:18.473469 run                             mass: MS start registered  {at=45912628.76105162, delay=0.02467922866344452, ms=00071}
22:51:18.808772 run                osmo-ms-mob/00072: Starting mobile
22:51:18.837158 run       osmo-ms-mob/00072(pid=208): Launched
22:51:18.856615 run                             mass: MS start registered  {at=45912629.14415988, delay=0.007972680032253265, ms=00072}
22:51:19.131111 run                             mass: MS performed LU  {at=45912629.41862303, lu_delay=6.295280806720257, ms=00056}
22:51:19.155285 run                osmo-ms-mob/00073: Starting mobile
22:51:19.182940 run       osmo-ms-mob/00073(pid=209): Launched
22:51:19.201894 run                             mass: MS start registered  {at=45912629.48942322, delay=0.007171958684921265, ms=00073}
22:51:19.223719 run                             mass: MS performed LU  {at=45912629.51126891, lu_delay=21.415977098047733, ms=00015}
22:51:19.284578 run                             mass: MS performed LU  {at=45912629.57209188, lu_delay=3.8143977969884872, ms=00063}
22:51:19.608732 run                osmo-ms-mob/00074: Starting mobile
22:51:19.635873 run       osmo-ms-mob/00074(pid=210): Launched
22:51:19.661225 run                             mass: MS start registered  {at=45912629.94872805, delay=0.013422675430774689, ms=00074}
22:51:19.970963 run                             mass: MS performed LU  {at=45912630.25845424, lu_delay=5.812886603176594, ms=00059}
22:51:19.996170 run                osmo-ms-mob/00075: Starting mobile
22:51:20.029138 run       osmo-ms-mob/00075(pid=211): Launched
22:51:20.041366 run                             mass: MS performed LU  {at=45912630.328912824, lu_delay=5.294342286884785, ms=00061}
22:51:20.053125 run                             mass: MS start registered  {at=45912630.340708666, delay=0.0118669793009758, ms=00075}
22:51:20.099543 run                             mass: MS performed LU  {at=45912630.38705292, lu_delay=4.937881372869015, ms=00062}
22:51:20.279591 run                             mass: MS performed LU  {at=45912630.567103356, lu_delay=5.853753998875618, ms=00060}
22:51:20.508755 run                osmo-ms-mob/00076: Starting mobile
22:51:20.543442 run       osmo-ms-mob/00076(pid=212): Launched
22:51:20.567037 run                             mass: MS start registered  {at=45912630.85453644, delay=0.00712798535823822, ms=00076}
22:51:20.910372 run                osmo-ms-mob/00077: Starting mobile
22:51:20.946978 run       osmo-ms-mob/00077(pid=213): Launched
22:51:20.966837 run                             mass: MS start registered  {at=45912631.2543356, delay=0.004339858889579773, ms=00077}
22:51:21.409440 run                osmo-ms-mob/00078: Starting mobile
22:51:21.445297 run       osmo-ms-mob/00078(pid=214): Launched
22:51:21.467161 run                             mass: MS start registered  {at=45912631.7546578, delay=0.0066131725907325745, ms=00078}
22:51:21.810366 run                osmo-ms-mob/00079: Starting mobile
22:51:21.846828 run       osmo-ms-mob/00079(pid=215): Launched
22:51:21.862496 run                             mass: MS performed LU  {at=45912632.15002226, lu_delay=5.592391557991505, ms=00065}
22:51:21.877398 run                             mass: MS start registered  {at=45912632.164975084, delay=0.015027239918708801, ms=00079}
22:51:21.954597 run                             mass: MS performed LU  {at=45912632.24211384, lu_delay=5.549525558948517, ms=00066}
22:51:22.001876 run                             mass: MS performed LU  {at=45912632.28938664, lu_delay=4.742981441318989, ms=00068}
22:51:22.107679 run                             mass: MS performed LU  {at=45912632.3951735, lu_delay=5.521903485059738, ms=00067}
22:51:22.135343 run                osmo-ms-mob/00080: Starting mobile
22:51:22.164380 run       osmo-ms-mob/00080(pid=216): Launched
22:51:22.181763 run                             mass: MS performed LU  {at=45912632.46927142, lu_delay=6.322295501828194, ms=00064}
22:51:22.193618 run                             mass: MS start registered  {at=45912632.48119801, delay=0.01611417531967163, ms=00080}
22:51:22.205149 run                             mass: MS performed LU  {at=45912632.49270813, lu_delay=4.563582696020603, ms=00069}
22:51:22.809501 run                osmo-ms-mob/00081: Starting mobile
22:51:22.839384 run       osmo-ms-mob/00081(pid=217): Launched
22:51:22.862886 run                             mass: MS start registered  {at=45912633.15038518, delay=0.00702967494726181, ms=00081}
22:51:23.213855 run                osmo-ms-mob/00082: Starting mobile
22:51:23.252364 run       osmo-ms-mob/00082(pid=218): Launched
22:51:23.275372 run                             mass: MS start registered  {at=45912633.56285841, delay=0.006575912237167358, ms=00082}
22:51:23.736292 run                             mass: MS performed LU  {at=45912634.02378067, lu_delay=4.879620783030987, ms=00072}
22:51:23.763642 run                osmo-ms-mob/00083: Starting mobile
22:51:23.794072 run       osmo-ms-mob/00083(pid=219): Launched
22:51:23.806603 run                             mass: MS performed LU  {at=45912634.0941473, lu_delay=5.33309568464756, ms=00071}
22:51:23.819128 run                             mass: MS start registered  {at=45912634.10670669, delay=0.012633785605430603, ms=00083}
22:51:23.865732 run                             mass: MS performed LU  {at=45912634.153238736, lu_delay=5.798410035669804, ms=00070}
22:51:24.045445 run                             mass: MS performed LU  {at=45912634.33295385, lu_delay=4.843530625104904, ms=00073}
22:51:24.309059 run                osmo-ms-mob/00084: Starting mobile
22:51:24.337258 run       osmo-ms-mob/00084(pid=220): Launched
22:51:24.358056 run                             mass: MS start registered  {at=45912634.64555727, delay=0.009378790855407715, ms=00084}
22:51:24.810368 run                osmo-ms-mob/00085: Starting mobile
22:51:24.839459 run       osmo-ms-mob/00085(pid=221): Launched
22:51:24.861279 run                             mass: MS start registered  {at=45912635.14876997, delay=0.010177262127399445, ms=00085}
22:51:25.410804 run                osmo-ms-mob/00086: Starting mobile
22:51:25.441935 run       osmo-ms-mob/00086(pid=222): Launched
22:51:25.461832 run                             mass: MS start registered  {at=45912635.749341354, delay=0.0075357407331466675, ms=00086}
22:51:25.702048 run                             mass: MS performed LU  {at=45912635.989521116, lu_delay=5.13498467952013, ms=00076}
22:51:25.720901 run                             mass: MS performed LU  {at=45912636.00843275, lu_delay=5.667724087834358, ms=00075}
22:51:25.836926 run                             mass: MS performed LU  {at=45912636.12441574, lu_delay=6.175687693059444, ms=00074}
22:51:25.862813 run                osmo-ms-mob/00087: Starting mobile
22:51:25.894418 run       osmo-ms-mob/00087(pid=223): Launched
22:51:25.908653 run                             mass: MS performed LU  {at=45912636.196198575, lu_delay=22.951223485171795, ms=00026}
22:51:25.921431 run                             mass: MS start registered  {at=45912636.20900895, delay=0.01287572830915451, ms=00087}
22:51:26.611387 run                osmo-ms-mob/00088: Starting mobile
22:51:26.642310 run       osmo-ms-mob/00088(pid=224): Launched
22:51:26.664518 run                             mass: MS start registered  {at=45912636.95199327, delay=0.009553797543048859, ms=00088}
22:51:27.207095 run                osmo-ms-mob/00089: Starting mobile
22:51:27.236224 run       osmo-ms-mob/00089(pid=225): Launched
22:51:27.257176 run                             mass: MS start registered  {at=45912637.544663906, delay=0.009183995425701141, ms=00089}
22:51:27.502587 run                             mass: MS performed LU  {at=45912637.79006049, lu_delay=5.6250854060053825, ms=00079}
22:51:27.539630 run                             mass: MS performed LU  {at=45912637.82712669, lu_delay=4.676741510629654, ms=00081}
22:51:27.631414 run                             mass: MS performed LU  {at=45912637.91893062, lu_delay=6.164272822439671, ms=00078}
22:51:27.656469 run                osmo-ms-mob/00090: Starting mobile
22:51:27.683537 run       osmo-ms-mob/00090(pid=226): Launched
22:51:27.705569 run                             mass: MS start registered  {at=45912637.99306579, delay=0.006687775254249573, ms=00090}
22:51:27.792861 run                             mass: MS performed LU  {at=45912638.08037501, lu_delay=5.599176995456219, ms=00080}
22:51:27.811270 run                             mass: MS performed LU  {at=45912638.098842375, lu_delay=22.13702892512083, ms=00033}
22:51:28.510299 run                osmo-ms-mob/00091: Starting mobile
22:51:28.539289 run       osmo-ms-mob/00091(pid=227): Launched
22:51:28.565797 run                             mass: MS start registered  {at=45912638.85331414, delay=0.01133902370929718, ms=00091}
22:51:29.208319 run                osmo-ms-mob/00092: Starting mobile
22:51:29.237537 run       osmo-ms-mob/00092(pid=228): Launched
22:51:29.256373 run                             mass: MS start registered  {at=45912639.54388592, delay=0.007027722895145416, ms=00092}
22:51:29.468059 run                             mass: MS performed LU  {at=45912639.75554614, lu_delay=4.606776170432568, ms=00085}
22:51:29.486348 run                             mass: MS performed LU  {at=45912639.77391042, lu_delay=5.128353148698807, ms=00084}
22:51:29.602268 run                             mass: MS performed LU  {at=45912639.8897901, lu_delay=6.326931692659855, ms=00082}
22:51:29.638424 run                             mass: MS performed LU  {at=45912639.92592895, lu_delay=5.819222263991833, ms=00083}
22:51:30.012502 run                osmo-ms-mob/00093: Starting mobile
22:51:30.042548 run       osmo-ms-mob/00093(pid=229): Launched
22:51:30.062129 run                             mass: MS start registered  {at=45912640.3496746, delay=0.007379487156867981, ms=00093}
22:51:30.911155 run                osmo-ms-mob/00094: Starting mobile
22:51:30.938505 run       osmo-ms-mob/00094(pid=230): Launched
22:51:30.959118 run                             mass: MS start registered  {at=45912641.246619254, delay=0.007774941623210907, ms=00094}
22:51:31.267787 run                             mass: MS performed LU  {at=45912641.555281945, lu_delay=5.805940590798855, ms=00086}
22:51:31.305629 run                             mass: MS performed LU  {at=45912641.59319627, lu_delay=4.641203001141548, ms=00088}
22:51:31.396947 run                             mass: MS performed LU  {at=45912641.684466146, lu_delay=5.475457198917866, ms=00087}
22:51:31.559597 run                             mass: MS performed LU  {at=45912641.847117804, lu_delay=23.402672827243805, ms=00040}
22:51:31.808825 run                osmo-ms-mob/00095: Starting mobile
22:51:31.836847 run       osmo-ms-mob/00095(pid=231): Launched
22:51:31.848812 run                             mass: MS performed LU  {at=45912642.13634862, lu_delay=22.09415852278471, ms=00045}
22:51:31.864297 run                             mass: MS start registered  {at=45912642.151870385, delay=0.015593014657497406, ms=00095}
22:51:32.809189 run                osmo-ms-mob/00096: Starting mobile
22:51:32.838478 run       osmo-ms-mob/00096(pid=232): Launched
22:51:32.864048 run                             mass: MS start registered  {at=45912643.151533954, delay=0.012085683643817902, ms=00096}
22:51:33.234140 run                             mass: MS performed LU  {at=45912643.52162352, lu_delay=4.668309383094311, ms=00091}
22:51:33.252471 run                             mass: MS performed LU  {at=45912643.54002322, lu_delay=5.546957433223724, ms=00090}
22:51:33.298504 run                             mass: MS performed LU  {at=45912643.586015865, lu_delay=6.041351959109306, ms=00089}
22:51:33.909957 run                osmo-ms-mob/00097: Starting mobile
22:51:33.938150 run       osmo-ms-mob/00097(pid=233): Launched
22:51:33.956484 run                             mass: MS start registered  {at=45912644.24404324, delay=0.00669463723897934, ms=00097}
22:51:35.014972 run                             mass: MS performed LU  {at=45912645.3024716, lu_delay=4.952797003090382, ms=00093}
22:51:35.163010 run                             mass: MS performed LU  {at=45912645.45052542, lu_delay=5.906639501452446, ms=00092}
22:51:35.188603 run                osmo-ms-mob/00098: Starting mobile
22:51:35.215591 run       osmo-ms-mob/00098(pid=234): Launched
22:51:35.235155 run                             mass: MS start registered  {at=45912645.52268252, delay=0.00809120386838913, ms=00098}
22:51:35.269593 run                             mass: MS performed LU  {at=45912645.557108045, lu_delay=22.700696676969528, ms=00054}
22:51:37.009808 run                osmo-ms-mob/00099: Starting mobile
22:51:37.037551 run       osmo-ms-mob/00099(pid=235): Launched
22:51:37.048938 run                             mass: All started... {duration=55.75347277522087, too_slow=1}
22:51:37.059519 run                             mass: MS performed LU  {at=45912647.347069666, lu_delay=5.195199280977249, ms=00095}
22:51:37.070370 run                             mass: MS performed LU  {at=45912647.35795389, lu_delay=6.111334636807442, ms=00094}
22:51:37.081469 run                             mass: MS start registered  {at=45912647.369050734, delay=0.03253769129514694, ms=00099}
22:51:38.928764 run                             mass: MS performed LU  {at=45912649.21625439, lu_delay=6.064720436930656, ms=00096}
22:51:38.947461 run                             mass: MS performed LU  {at=45912649.23501334, lu_delay=4.990970104932785, ms=00097}
22:51:40.766226 run                             mass: MS performed LU  {at=45912651.05373022, lu_delay=5.531047701835632, ms=00098}
22:51:42.667430 run                             mass: MS performed LU  {at=45912652.95494992, lu_delay=5.585899189114571, ms=00099}
22:51:42.694907 run                             mass: MS performed LU  {at=45912652.98245899, lu_delay=21.728123389184475, ms=00077}
22:51:42.710330 run                             mass: Tests done {all_completed=True, max=23.402672827243805, min=3.705086164176464}
22:51:42.720979 tst         register_default_mass.py: Test passed (82.4 sec)
22:51:42.728806 run pcap-recorder_any(filters='host 127.0.42.2')(pid=23): Terminating (SIGTERM)
22:51:42.732918 run      osmo-hlr_127.0.42.2(pid=24): Terminating (SIGTERM)
22:51:42.737266 run pcap-recorder_any(filters='host 127.0.42.5 and port not 22')(pid=25): Terminating (SIGTERM)
22:51:42.741539 run      osmo-stp_127.0.42.5(pid=26): Terminating (SIGTERM)
22:51:42.745698 run pcap-recorder_any(filters='host 127.0.42.6 and port not 22')(pid=27): Terminating (SIGTERM)
22:51:42.749883 run      osmo-msc_127.0.42.6(pid=28): Terminating (SIGTERM)
22:51:42.753999 run pcap-recorder_any(filters='host 127.0.42.3 and port not 22')(pid=29): Terminating (SIGTERM)
22:51:42.758311 run      osmo-mgw_127.0.42.3(pid=30): Terminating (SIGTERM)
22:51:42.762473 run pcap-recorder_any(filters='host 127.0.42.4 and port not 22')(pid=31): Terminating (SIGTERM)
22:51:42.767515 run      osmo-mgw_127.0.42.4(pid=32): Terminating (SIGTERM)
22:51:42.772005 run pcap-recorder_any(filters='host 127.0.42.7 and port not 22')(pid=33): Terminating (SIGTERM)
22:51:42.776202 run      osmo-bsc_127.0.42.7(pid=34): Terminating (SIGTERM)
22:51:42.780334 run         osmo-bts-virtual(pid=35): Terminating (SIGTERM)
22:51:42.785100 run   osmo-ms-virt-phy/00000(pid=36): Terminating (SIGTERM)
22:51:42.789774 run   osmo-ms-virt-phy/00001(pid=37): Terminating (SIGTERM)
22:51:42.796599 run   osmo-ms-virt-phy/00002(pid=38): Terminating (SIGTERM)
22:51:42.802078 run   osmo-ms-virt-phy/00003(pid=39): Terminating (SIGTERM)
22:51:42.807555 run   osmo-ms-virt-phy/00004(pid=40): Terminating (SIGTERM)
22:51:42.813128 run   osmo-ms-virt-phy/00005(pid=41): Terminating (SIGTERM)
22:51:42.818692 run   osmo-ms-virt-phy/00006(pid=42): Terminating (SIGTERM)
22:51:42.824192 run   osmo-ms-virt-phy/00007(pid=43): Terminating (SIGTERM)
22:51:42.829802 run   osmo-ms-virt-phy/00008(pid=44): Terminating (SIGTERM)
22:51:42.835335 run   osmo-ms-virt-phy/00009(pid=45): Terminating (SIGTERM)
22:51:42.840939 run   osmo-ms-virt-phy/00010(pid=46): Terminating (SIGTERM)
22:51:42.846527 run   osmo-ms-virt-phy/00011(pid=47): Terminating (SIGTERM)
22:51:42.852060 run   osmo-ms-virt-phy/00012(pid=48): Terminating (SIGTERM)
22:51:42.857620 run   osmo-ms-virt-phy/00013(pid=49): Terminating (SIGTERM)
22:51:42.863172 run   osmo-ms-virt-phy/00014(pid=50): Terminating (SIGTERM)
22:51:42.868633 run   osmo-ms-virt-phy/00015(pid=51): Terminating (SIGTERM)
22:51:42.874085 run   osmo-ms-virt-phy/00016(pid=52): Terminating (SIGTERM)
22:51:42.879527 run   osmo-ms-virt-phy/00017(pid=53): Terminating (SIGTERM)
22:51:42.885019 run   osmo-ms-virt-phy/00018(pid=54): Terminating (SIGTERM)
22:51:42.890437 run   osmo-ms-virt-phy/00019(pid=55): Terminating (SIGTERM)
22:51:42.895892 run   osmo-ms-virt-phy/00020(pid=56): Terminating (SIGTERM)
22:51:42.901352 run   osmo-ms-virt-phy/00021(pid=57): Terminating (SIGTERM)
22:51:42.906835 run   osmo-ms-virt-phy/00022(pid=58): Terminating (SIGTERM)
22:51:42.912277 run   osmo-ms-virt-phy/00023(pid=59): Terminating (SIGTERM)
22:51:42.917813 run   osmo-ms-virt-phy/00024(pid=60): Terminating (SIGTERM)
22:51:42.923317 run   osmo-ms-virt-phy/00025(pid=61): Terminating (SIGTERM)
22:51:42.928787 run   osmo-ms-virt-phy/00026(pid=62): Terminating (SIGTERM)
22:51:42.934311 run   osmo-ms-virt-phy/00027(pid=63): Terminating (SIGTERM)
22:51:42.939760 run   osmo-ms-virt-phy/00028(pid=64): Terminating (SIGTERM)
22:51:42.945227 run   osmo-ms-virt-phy/00029(pid=65): Terminating (SIGTERM)
22:51:42.950779 run   osmo-ms-virt-phy/00030(pid=66): Terminating (SIGTERM)
22:51:42.956283 run   osmo-ms-virt-phy/00031(pid=67): Terminating (SIGTERM)
22:51:42.961731 run   osmo-ms-virt-phy/00032(pid=68): Terminating (SIGTERM)
22:51:42.967132 run   osmo-ms-virt-phy/00033(pid=69): Terminating (SIGTERM)
22:51:42.972528 run   osmo-ms-virt-phy/00034(pid=70): Terminating (SIGTERM)
22:51:42.977973 run   osmo-ms-virt-phy/00035(pid=71): Terminating (SIGTERM)
22:51:42.983405 run   osmo-ms-virt-phy/00036(pid=72): Terminating (SIGTERM)
22:51:42.988850 run   osmo-ms-virt-phy/00037(pid=73): Terminating (SIGTERM)
22:51:42.994304 run   osmo-ms-virt-phy/00038(pid=74): Terminating (SIGTERM)
22:51:42.999784 run   osmo-ms-virt-phy/00039(pid=75): Terminating (SIGTERM)
22:51:43.005071 run   osmo-ms-virt-phy/00040(pid=76): Terminating (SIGTERM)
22:51:43.009092 run   osmo-ms-virt-phy/00041(pid=77): Terminating (SIGTERM)
22:51:43.013170 run   osmo-ms-virt-phy/00042(pid=78): Terminating (SIGTERM)
22:51:43.017828 run   osmo-ms-virt-phy/00043(pid=79): Terminating (SIGTERM)
22:51:43.022917 run   osmo-ms-virt-phy/00044(pid=80): Terminating (SIGTERM)
22:51:43.027744 run   osmo-ms-virt-phy/00045(pid=81): Terminating (SIGTERM)
22:51:43.032265 run   osmo-ms-virt-phy/00046(pid=82): Terminating (SIGTERM)
22:51:43.036410 run   osmo-ms-virt-phy/00047(pid=83): Terminating (SIGTERM)
22:51:43.040859 run   osmo-ms-virt-phy/00048(pid=84): Terminating (SIGTERM)
22:51:43.046046 run   osmo-ms-virt-phy/00049(pid=85): Terminating (SIGTERM)
22:51:43.050283 run   osmo-ms-virt-phy/00050(pid=86): Terminating (SIGTERM)
22:51:43.054478 run   osmo-ms-virt-phy/00051(pid=87): Terminating (SIGTERM)
22:51:43.058859 run   osmo-ms-virt-phy/00052(pid=88): Terminating (SIGTERM)
22:51:43.064147 run   osmo-ms-virt-phy/00053(pid=89): Terminating (SIGTERM)
22:51:43.068950 run   osmo-ms-virt-phy/00054(pid=90): Terminating (SIGTERM)
22:51:43.074536 run   osmo-ms-virt-phy/00055(pid=91): Terminating (SIGTERM)
22:51:43.079477 run   osmo-ms-virt-phy/00056(pid=92): Terminating (SIGTERM)
22:51:43.083861 run   osmo-ms-virt-phy/00057(pid=93): Terminating (SIGTERM)
22:51:43.088152 run   osmo-ms-virt-phy/00058(pid=94): Terminating (SIGTERM)
22:51:43.092805 run   osmo-ms-virt-phy/00059(pid=95): Terminating (SIGTERM)
22:51:43.098002 run   osmo-ms-virt-phy/00060(pid=96): Terminating (SIGTERM)
22:51:43.102392 run   osmo-ms-virt-phy/00061(pid=97): Terminating (SIGTERM)
22:51:43.107127 run   osmo-ms-virt-phy/00062(pid=98): Terminating (SIGTERM)
22:51:43.111441 run   osmo-ms-virt-phy/00063(pid=99): Terminating (SIGTERM)
22:51:43.115785 run  osmo-ms-virt-phy/00064(pid=100): Terminating (SIGTERM)
22:51:43.120278 run  osmo-ms-virt-phy/00065(pid=101): Terminating (SIGTERM)
22:51:43.124525 run  osmo-ms-virt-phy/00066(pid=102): Terminating (SIGTERM)
22:51:43.129200 run  osmo-ms-virt-phy/00067(pid=103): Terminating (SIGTERM)
22:51:43.134461 run  osmo-ms-virt-phy/00068(pid=104): Terminating (SIGTERM)
22:51:43.139961 run  osmo-ms-virt-phy/00069(pid=105): Terminating (SIGTERM)
22:51:43.145539 run  osmo-ms-virt-phy/00070(pid=106): Terminating (SIGTERM)
22:51:43.150798 run  osmo-ms-virt-phy/00071(pid=107): Terminating (SIGTERM)
22:51:43.155352 run  osmo-ms-virt-phy/00072(pid=108): Terminating (SIGTERM)
22:51:43.159511 run  osmo-ms-virt-phy/00073(pid=109): Terminating (SIGTERM)
22:51:43.164641 run  osmo-ms-virt-phy/00074(pid=110): Terminating (SIGTERM)
22:51:43.169634 run  osmo-ms-virt-phy/00075(pid=111): Terminating (SIGTERM)
22:51:43.174448 run  osmo-ms-virt-phy/00076(pid=112): Terminating (SIGTERM)
22:51:43.179776 run  osmo-ms-virt-phy/00077(pid=113): Terminating (SIGTERM)
22:51:43.185254 run  osmo-ms-virt-phy/00078(pid=114): Terminating (SIGTERM)
22:51:43.189783 run  osmo-ms-virt-phy/00079(pid=115): Terminating (SIGTERM)
22:51:43.194760 run  osmo-ms-virt-phy/00080(pid=116): Terminating (SIGTERM)
22:51:43.200219 run  osmo-ms-virt-phy/00081(pid=117): Terminating (SIGTERM)
22:51:43.205878 run  osmo-ms-virt-phy/00082(pid=118): Terminating (SIGTERM)
22:51:43.210375 run  osmo-ms-virt-phy/00083(pid=119): Terminating (SIGTERM)
22:51:43.214895 run  osmo-ms-virt-phy/00084(pid=120): Terminating (SIGTERM)
22:51:43.220179 run  osmo-ms-virt-phy/00085(pid=121): Terminating (SIGTERM)
22:51:43.225259 run  osmo-ms-virt-phy/00086(pid=122): Terminating (SIGTERM)
22:51:43.229593 run  osmo-ms-virt-phy/00087(pid=123): Terminating (SIGTERM)
22:51:43.234099 run  osmo-ms-virt-phy/00088(pid=124): Terminating (SIGTERM)
22:51:43.238342 run  osmo-ms-virt-phy/00089(pid=125): Terminating (SIGTERM)
22:51:43.242985 run  osmo-ms-virt-phy/00090(pid=126): Terminating (SIGTERM)
22:51:43.248184 run  osmo-ms-virt-phy/00091(pid=127): Terminating (SIGTERM)
22:51:43.252596 run  osmo-ms-virt-phy/00092(pid=128): Terminating (SIGTERM)
22:51:43.256763 run  osmo-ms-virt-phy/00093(pid=129): Terminating (SIGTERM)
22:51:43.262087 run  osmo-ms-virt-phy/00094(pid=130): Terminating (SIGTERM)
22:51:43.266702 run  osmo-ms-virt-phy/00095(pid=131): Terminating (SIGTERM)
22:51:43.271457 run  osmo-ms-virt-phy/00096(pid=132): Terminating (SIGTERM)
22:51:43.276754 run  osmo-ms-virt-phy/00097(pid=133): Terminating (SIGTERM)
22:51:43.281987 run  osmo-ms-virt-phy/00098(pid=134): Terminating (SIGTERM)
22:51:43.286204 run  osmo-ms-virt-phy/00099(pid=135): Terminating (SIGTERM)
22:51:43.290269 run       osmo-ms-mob/00000(pid=136): Terminating (SIGTERM)
22:51:43.294296 run       osmo-ms-mob/00001(pid=137): Terminating (SIGTERM)
22:51:43.298282 run       osmo-ms-mob/00002(pid=138): Terminating (SIGTERM)
22:51:43.302299 run       osmo-ms-mob/00003(pid=139): Terminating (SIGTERM)
22:51:43.306278 run       osmo-ms-mob/00004(pid=140): Terminating (SIGTERM)
22:51:43.310279 run       osmo-ms-mob/00005(pid=141): Terminating (SIGTERM)
22:51:43.314249 run       osmo-ms-mob/00006(pid=142): Terminating (SIGTERM)
22:51:43.318209 run       osmo-ms-mob/00007(pid=143): Terminating (SIGTERM)
22:51:43.322163 run       osmo-ms-mob/00008(pid=144): Terminating (SIGTERM)
22:51:43.326069 run       osmo-ms-mob/00009(pid=145): Terminating (SIGTERM)
22:51:43.330028 run       osmo-ms-mob/00010(pid=146): Terminating (SIGTERM)
22:51:43.333949 run       osmo-ms-mob/00011(pid=147): Terminating (SIGTERM)
22:51:43.337994 run       osmo-ms-mob/00012(pid=148): Terminating (SIGTERM)
22:51:43.341955 run       osmo-ms-mob/00013(pid=149): Terminating (SIGTERM)
22:51:43.345942 run       osmo-ms-mob/00014(pid=150): Terminating (SIGTERM)
22:51:43.349900 run       osmo-ms-mob/00015(pid=151): Terminating (SIGTERM)
22:51:43.353802 run       osmo-ms-mob/00016(pid=152): Terminating (SIGTERM)
22:51:43.357855 run       osmo-ms-mob/00017(pid=153): Terminating (SIGTERM)
22:51:43.361849 run       osmo-ms-mob/00018(pid=154): Terminating (SIGTERM)
22:51:43.365789 run       osmo-ms-mob/00019(pid=155): Terminating (SIGTERM)
22:51:43.369723 run       osmo-ms-mob/00020(pid=156): Terminating (SIGTERM)
22:51:43.373637 run       osmo-ms-mob/00021(pid=157): Terminating (SIGTERM)
22:51:43.377808 run       osmo-ms-mob/00022(pid=158): Terminating (SIGTERM)
22:51:43.381709 run       osmo-ms-mob/00023(pid=159): Terminating (SIGTERM)
22:51:43.385588 run       osmo-ms-mob/00024(pid=160): Terminating (SIGTERM)
22:51:43.389495 run       osmo-ms-mob/00025(pid=161): Terminating (SIGTERM)
22:51:43.393385 run       osmo-ms-mob/00026(pid=162): Terminating (SIGTERM)
22:51:43.397262 run       osmo-ms-mob/00027(pid=163): Terminating (SIGTERM)
22:51:43.401166 run       osmo-ms-mob/00028(pid=164): Terminating (SIGTERM)
22:51:43.405435 run       osmo-ms-mob/00029(pid=165): Terminating (SIGTERM)
22:51:43.409994 run       osmo-ms-mob/00030(pid=166): Terminating (SIGTERM)
22:51:43.415938 run       osmo-ms-mob/00031(pid=167): Terminating (SIGTERM)
22:51:43.421815 run       osmo-ms-mob/00032(pid=168): Terminating (SIGTERM)
22:51:43.428210 run       osmo-ms-mob/00033(pid=169): Terminating (SIGTERM)
22:51:43.434614 run       osmo-ms-mob/00034(pid=170): Terminating (SIGTERM)
22:51:43.440810 run       osmo-ms-mob/00035(pid=171): Terminating (SIGTERM)
22:51:43.447266 run       osmo-ms-mob/00036(pid=172): Terminating (SIGTERM)
22:51:43.453683 run       osmo-ms-mob/00037(pid=173): Terminating (SIGTERM)
22:51:43.459744 run       osmo-ms-mob/00038(pid=174): Terminating (SIGTERM)
22:51:43.463814 run       osmo-ms-mob/00039(pid=175): Terminating (SIGTERM)
22:51:43.467767 run       osmo-ms-mob/00040(pid=176): Terminating (SIGTERM)
22:51:43.471757 run       osmo-ms-mob/00041(pid=177): Terminating (SIGTERM)
22:51:43.475691 run       osmo-ms-mob/00042(pid=178): Terminating (SIGTERM)
22:51:43.479628 run       osmo-ms-mob/00043(pid=179): Terminating (SIGTERM)
22:51:43.483519 run       osmo-ms-mob/00044(pid=180): Terminating (SIGTERM)
22:51:43.487407 run       osmo-ms-mob/00045(pid=181): Terminating (SIGTERM)
22:51:43.491285 run       osmo-ms-mob/00046(pid=182): Terminating (SIGTERM)
22:51:43.495217 run       osmo-ms-mob/00047(pid=183): Terminating (SIGTERM)
22:51:43.499106 run       osmo-ms-mob/00048(pid=184): Terminating (SIGTERM)
22:51:43.503006 run       osmo-ms-mob/00049(pid=185): Terminating (SIGTERM)
22:51:43.506904 run       osmo-ms-mob/00050(pid=186): Terminating (SIGTERM)
22:51:43.510796 run       osmo-ms-mob/00051(pid=187): Terminating (SIGTERM)
22:51:43.514656 run       osmo-ms-mob/00052(pid=188): Terminating (SIGTERM)
22:51:43.518524 run       osmo-ms-mob/00053(pid=189): Terminating (SIGTERM)
22:51:43.522403 run       osmo-ms-mob/00054(pid=190): Terminating (SIGTERM)
22:51:43.526242 run       osmo-ms-mob/00055(pid=191): Terminating (SIGTERM)
22:51:43.530120 run       osmo-ms-mob/00056(pid=192): Terminating (SIGTERM)
22:51:43.534002 run       osmo-ms-mob/00057(pid=193): Terminating (SIGTERM)
22:51:43.537999 run       osmo-ms-mob/00058(pid=194): Terminating (SIGTERM)
22:51:43.541958 run       osmo-ms-mob/00059(pid=195): Terminating (SIGTERM)
22:51:43.546536 run       osmo-ms-mob/00060(pid=196): Terminating (SIGTERM)
22:51:43.551930 run       osmo-ms-mob/00061(pid=197): Terminating (SIGTERM)
22:51:43.555867 run       osmo-ms-mob/00062(pid=198): Terminating (SIGTERM)
22:51:43.559809 run       osmo-ms-mob/00063(pid=199): Terminating (SIGTERM)
22:51:43.563750 run       osmo-ms-mob/00064(pid=200): Terminating (SIGTERM)
22:51:43.567666 run       osmo-ms-mob/00065(pid=201): Terminating (SIGTERM)
22:51:43.571558 run       osmo-ms-mob/00066(pid=202): Terminating (SIGTERM)
22:51:43.575484 run       osmo-ms-mob/00067(pid=203): Terminating (SIGTERM)
22:51:43.579428 run       osmo-ms-mob/00068(pid=204): Terminating (SIGTERM)
22:51:43.583374 run       osmo-ms-mob/00069(pid=205): Terminating (SIGTERM)
22:51:43.587313 run       osmo-ms-mob/00070(pid=206): Terminating (SIGTERM)
22:51:43.591242 run       osmo-ms-mob/00071(pid=207): Terminating (SIGTERM)
22:51:43.595190 run       osmo-ms-mob/00072(pid=208): Terminating (SIGTERM)
22:51:43.599069 run       osmo-ms-mob/00073(pid=209): Terminating (SIGTERM)
22:51:43.602946 run       osmo-ms-mob/00074(pid=210): Terminating (SIGTERM)
22:51:43.606848 run       osmo-ms-mob/00075(pid=211): Terminating (SIGTERM)
22:51:43.610743 run       osmo-ms-mob/00076(pid=212): Terminating (SIGTERM)
22:51:43.614666 run       osmo-ms-mob/00077(pid=213): Terminating (SIGTERM)
22:51:43.618593 run       osmo-ms-mob/00078(pid=214): Terminating (SIGTERM)
22:51:43.622495 run       osmo-ms-mob/00079(pid=215): Terminating (SIGTERM)
22:51:43.626440 run       osmo-ms-mob/00080(pid=216): Terminating (SIGTERM)
22:51:43.630452 run       osmo-ms-mob/00081(pid=217): Terminating (SIGTERM)
22:51:43.634437 run       osmo-ms-mob/00082(pid=218): Terminating (SIGTERM)
22:51:43.638351 run       osmo-ms-mob/00083(pid=219): Terminating (SIGTERM)
22:51:43.642378 run       osmo-ms-mob/00084(pid=220): Terminating (SIGTERM)
22:51:43.646407 run       osmo-ms-mob/00085(pid=221): Terminating (SIGTERM)
22:51:43.650389 run       osmo-ms-mob/00086(pid=222): Terminating (SIGTERM)
22:51:43.654347 run       osmo-ms-mob/00087(pid=223): Terminating (SIGTERM)
22:51:43.658339 run       osmo-ms-mob/00088(pid=224): Terminating (SIGTERM)
22:51:43.662319 run       osmo-ms-mob/00089(pid=225): Terminating (SIGTERM)
22:51:43.666382 run       osmo-ms-mob/00090(pid=226): Terminating (SIGTERM)
22:51:43.670398 run       osmo-ms-mob/00091(pid=227): Terminating (SIGTERM)
22:51:43.674438 run       osmo-ms-mob/00092(pid=228): Terminating (SIGTERM)
22:51:43.678440 run       osmo-ms-mob/00093(pid=229): Terminating (SIGTERM)
22:51:43.682454 run       osmo-ms-mob/00094(pid=230): Terminating (SIGTERM)
22:51:43.686451 run       osmo-ms-mob/00095(pid=231): Terminating (SIGTERM)
22:51:43.690431 run       osmo-ms-mob/00096(pid=232): Terminating (SIGTERM)
22:51:43.694442 run       osmo-ms-mob/00097(pid=233): Terminating (SIGTERM)
22:51:43.698455 run       osmo-ms-mob/00098(pid=234): Terminating (SIGTERM)
22:51:43.702404 run       osmo-ms-mob/00099(pid=235): Terminating (SIGTERM)
22:51:43.706400 ---      ParallelTerminationStrategy: PID 23 died...
22:51:43.708203 run pcap-recorder_any(filters='host 127.0.42.2')(pid=23): Terminated: ok {rc=0}
22:51:43.712547 ---      ParallelTerminationStrategy: PID 24 died...
22:51:43.714339 run      osmo-hlr_127.0.42.2(pid=24): Terminated: ok {rc=0}
22:51:43.718636 ---      ParallelTerminationStrategy: PID 25 died...
22:51:43.720441 run pcap-recorder_any(filters='host 127.0.42.5 and port not 22')(pid=25): Terminated: ok {rc=0}
22:51:43.724756 ---      ParallelTerminationStrategy: PID 26 died...
22:51:43.726547 run      osmo-stp_127.0.42.5(pid=26): Terminated: ok {rc=0}
22:51:43.730849 ---      ParallelTerminationStrategy: PID 27 died...
22:51:43.732656 run pcap-recorder_any(filters='host 127.0.42.6 and port not 22')(pid=27): Terminated: ok {rc=0}
22:51:43.736999 ---      ParallelTerminationStrategy: PID 28 died...
22:51:43.738799 run      osmo-msc_127.0.42.6(pid=28): Terminated: ok {rc=0}
22:51:43.743190 ---      ParallelTerminationStrategy: PID 29 died...
22:51:43.745045 run pcap-recorder_any(filters='host 127.0.42.3 and port not 22')(pid=29): Terminated: ok {rc=0}
22:51:43.749396 ---      ParallelTerminationStrategy: PID 30 died...
22:51:43.751162 run      osmo-mgw_127.0.42.3(pid=30): Terminated {rc=15}
22:51:43.755414 ---      ParallelTerminationStrategy: PID 31 died...
22:51:43.757208 run pcap-recorder_any(filters='host 127.0.42.4 and port not 22')(pid=31): Terminated: ok {rc=0}
22:51:43.761487 ---      ParallelTerminationStrategy: PID 32 died...
22:51:43.763264 run      osmo-mgw_127.0.42.4(pid=32): Terminated {rc=15}
22:51:43.767630 ---      ParallelTerminationStrategy: PID 33 died...
22:51:43.769477 run pcap-recorder_any(filters='host 127.0.42.7 and port not 22')(pid=33): Terminated: ok {rc=0}
22:51:43.773806 ---      ParallelTerminationStrategy: PID 34 died...
22:51:43.775624 run      osmo-bsc_127.0.42.7(pid=34): Terminated: ok {rc=0}
22:51:43.780048 ---      ParallelTerminationStrategy: PID 36 died...
22:51:43.781877 run   osmo-ms-virt-phy/00000(pid=36): Terminated: ok {rc=0}
22:51:43.786242 ---      ParallelTerminationStrategy: PID 37 died...
22:51:43.788139 run   osmo-ms-virt-phy/00001(pid=37): Terminated: ok {rc=0}
22:51:43.792483 ---      ParallelTerminationStrategy: PID 38 died...
22:51:43.794311 run   osmo-ms-virt-phy/00002(pid=38): Terminated: ok {rc=0}
22:51:43.798683 ---      ParallelTerminationStrategy: PID 39 died...
22:51:43.800530 run   osmo-ms-virt-phy/00003(pid=39): Terminated: ok {rc=0}
22:51:43.804896 ---      ParallelTerminationStrategy: PID 40 died...
22:51:43.806709 run   osmo-ms-virt-phy/00004(pid=40): Terminated: ok {rc=0}
22:51:43.811086 ---      ParallelTerminationStrategy: PID 41 died...
22:51:43.812941 run   osmo-ms-virt-phy/00005(pid=41): Terminated: ok {rc=0}
22:51:43.817267 ---      ParallelTerminationStrategy: PID 42 died...
22:51:43.819112 run   osmo-ms-virt-phy/00006(pid=42): Terminated: ok {rc=0}
22:51:43.823418 ---      ParallelTerminationStrategy: PID 43 died...
22:51:43.825210 run   osmo-ms-virt-phy/00007(pid=43): Terminated: ok {rc=0}
22:51:43.829587 ---      ParallelTerminationStrategy: PID 44 died...
22:51:43.831368 run   osmo-ms-virt-phy/00008(pid=44): Terminated: ok {rc=0}
22:51:43.835651 ---      ParallelTerminationStrategy: PID 45 died...
22:51:43.837430 run   osmo-ms-virt-phy/00009(pid=45): Terminated: ok {rc=0}
22:51:43.841714 ---      ParallelTerminationStrategy: PID 46 died...
22:51:43.843490 run   osmo-ms-virt-phy/00010(pid=46): Terminated: ok {rc=0}
22:51:43.847832 ---      ParallelTerminationStrategy: PID 47 died...
22:51:43.849700 run   osmo-ms-virt-phy/00011(pid=47): Terminated: ok {rc=0}
22:51:43.854028 ---      ParallelTerminationStrategy: PID 48 died...
22:51:43.855836 run   osmo-ms-virt-phy/00012(pid=48): Terminated: ok {rc=0}
22:51:43.860192 ---      ParallelTerminationStrategy: PID 49 died...
22:51:43.861990 run   osmo-ms-virt-phy/00013(pid=49): Terminated: ok {rc=0}
22:51:43.866289 ---      ParallelTerminationStrategy: PID 50 died...
22:51:43.868075 run   osmo-ms-virt-phy/00014(pid=50): Terminated: ok {rc=0}
22:51:43.872438 ---      ParallelTerminationStrategy: PID 51 died...
22:51:43.874230 run   osmo-ms-virt-phy/00015(pid=51): Terminated: ok {rc=0}
22:51:43.878590 ---      ParallelTerminationStrategy: PID 52 died...
22:51:43.880419 run   osmo-ms-virt-phy/00016(pid=52): Terminated: ok {rc=0}
22:51:43.884703 ---      ParallelTerminationStrategy: PID 53 died...
22:51:43.886512 run   osmo-ms-virt-phy/00017(pid=53): Terminated: ok {rc=0}
22:51:43.890849 ---      ParallelTerminationStrategy: PID 54 died...
22:51:43.892661 run   osmo-ms-virt-phy/00018(pid=54): Terminated: ok {rc=0}
22:51:43.897010 ---      ParallelTerminationStrategy: PID 55 died...
22:51:43.898825 run   osmo-ms-virt-phy/00019(pid=55): Terminated: ok {rc=0}
22:51:43.903136 ---      ParallelTerminationStrategy: PID 56 died...
22:51:43.905005 run   osmo-ms-virt-phy/00020(pid=56): Terminated: ok {rc=0}
22:51:43.909399 ---      ParallelTerminationStrategy: PID 57 died...
22:51:43.911244 run   osmo-ms-virt-phy/00021(pid=57): Terminated: ok {rc=0}
22:51:43.915668 ---      ParallelTerminationStrategy: PID 58 died...
22:51:43.917499 run   osmo-ms-virt-phy/00022(pid=58): Terminated: ok {rc=0}
22:51:43.921837 ---      ParallelTerminationStrategy: PID 59 died...
22:51:43.923652 run   osmo-ms-virt-phy/00023(pid=59): Terminated: ok {rc=0}
22:51:43.928090 ---      ParallelTerminationStrategy: PID 60 died...
22:51:43.929946 run   osmo-ms-virt-phy/00024(pid=60): Terminated: ok {rc=0}
22:51:43.934272 ---      ParallelTerminationStrategy: PID 61 died...
22:51:43.936110 run   osmo-ms-virt-phy/00025(pid=61): Terminated: ok {rc=0}
22:51:43.940503 ---      ParallelTerminationStrategy: PID 62 died...
22:51:43.942325 run   osmo-ms-virt-phy/00026(pid=62): Terminated: ok {rc=0}
22:51:43.946707 ---      ParallelTerminationStrategy: PID 63 died...
22:51:43.948651 run   osmo-ms-virt-phy/00027(pid=63): Terminated: ok {rc=0}
22:51:43.953044 ---      ParallelTerminationStrategy: PID 64 died...
22:51:43.954892 run   osmo-ms-virt-phy/00028(pid=64): Terminated: ok {rc=0}
22:51:43.959361 ---      ParallelTerminationStrategy: PID 65 died...
22:51:43.961189 run   osmo-ms-virt-phy/00029(pid=65): Terminated: ok {rc=0}
22:51:43.965485 ---      ParallelTerminationStrategy: PID 66 died...
22:51:43.967315 run   osmo-ms-virt-phy/00030(pid=66): Terminated: ok {rc=0}
22:51:43.971676 ---      ParallelTerminationStrategy: PID 67 died...
22:51:43.973479 run   osmo-ms-virt-phy/00031(pid=67): Terminated: ok {rc=0}
22:51:43.977770 ---      ParallelTerminationStrategy: PID 68 died...
22:51:43.979589 run   osmo-ms-virt-phy/00032(pid=68): Terminated: ok {rc=0}
22:51:43.983979 ---      ParallelTerminationStrategy: PID 69 died...
22:51:43.985849 run   osmo-ms-virt-phy/00033(pid=69): Terminated: ok {rc=0}
22:51:43.990176 ---      ParallelTerminationStrategy: PID 70 died...
22:51:43.992035 run   osmo-ms-virt-phy/00034(pid=70): Terminated: ok {rc=0}
22:51:43.996424 ---      ParallelTerminationStrategy: PID 71 died...
22:51:43.998233 run   osmo-ms-virt-phy/00035(pid=71): Terminated: ok {rc=0}
22:51:44.002608 ---      ParallelTerminationStrategy: PID 72 died...
22:51:44.004454 run   osmo-ms-virt-phy/00036(pid=72): Terminated: ok {rc=0}
22:51:44.008833 ---      ParallelTerminationStrategy: PID 73 died...
22:51:44.010662 run   osmo-ms-virt-phy/00037(pid=73): Terminated: ok {rc=0}
22:51:44.015080 ---      ParallelTerminationStrategy: PID 74 died...
22:51:44.016923 run   osmo-ms-virt-phy/00038(pid=74): Terminated: ok {rc=0}
22:51:44.021185 ---      ParallelTerminationStrategy: PID 75 died...
22:51:44.022999 run   osmo-ms-virt-phy/00039(pid=75): Terminated: ok {rc=0}
22:51:44.027329 ---      ParallelTerminationStrategy: PID 76 died...
22:51:44.029218 run   osmo-ms-virt-phy/00040(pid=76): Terminated: ok {rc=0}
22:51:44.033544 ---      ParallelTerminationStrategy: PID 77 died...
22:51:44.035365 run   osmo-ms-virt-phy/00041(pid=77): Terminated: ok {rc=0}
22:51:44.039756 ---      ParallelTerminationStrategy: PID 78 died...
22:51:44.041735 run   osmo-ms-virt-phy/00042(pid=78): Terminated: ok {rc=0}
22:51:44.046098 ---      ParallelTerminationStrategy: PID 79 died...
22:51:44.048015 run   osmo-ms-virt-phy/00043(pid=79): Terminated: ok {rc=0}
22:51:44.052389 ---      ParallelTerminationStrategy: PID 80 died...
22:51:44.054206 run   osmo-ms-virt-phy/00044(pid=80): Terminated: ok {rc=0}
22:51:44.058494 ---      ParallelTerminationStrategy: PID 81 died...
22:51:44.060290 run   osmo-ms-virt-phy/00045(pid=81): Terminated: ok {rc=0}
22:51:44.064608 ---      ParallelTerminationStrategy: PID 82 died...
22:51:44.066405 run   osmo-ms-virt-phy/00046(pid=82): Terminated: ok {rc=0}
22:51:44.070725 ---      ParallelTerminationStrategy: PID 83 died...
22:51:44.072556 run   osmo-ms-virt-phy/00047(pid=83): Terminated: ok {rc=0}
22:51:44.076864 ---      ParallelTerminationStrategy: PID 84 died...
22:51:44.078669 run   osmo-ms-virt-phy/00048(pid=84): Terminated: ok {rc=0}
22:51:44.082999 ---      ParallelTerminationStrategy: PID 85 died...
22:51:44.084819 run   osmo-ms-virt-phy/00049(pid=85): Terminated: ok {rc=0}
22:51:44.089155 ---      ParallelTerminationStrategy: PID 86 died...
22:51:44.091018 run   osmo-ms-virt-phy/00050(pid=86): Terminated: ok {rc=0}
22:51:44.095404 ---      ParallelTerminationStrategy: PID 87 died...
22:51:44.097484 run   osmo-ms-virt-phy/00051(pid=87): Terminated: ok {rc=0}
22:51:44.101858 ---      ParallelTerminationStrategy: PID 88 died...
22:51:44.103688 run   osmo-ms-virt-phy/00052(pid=88): Terminated: ok {rc=0}
22:51:44.108065 ---      ParallelTerminationStrategy: PID 89 died...
22:51:44.109960 run   osmo-ms-virt-phy/00053(pid=89): Terminated: ok {rc=0}
22:51:44.114297 ---      ParallelTerminationStrategy: PID 90 died...
22:51:44.116129 run   osmo-ms-virt-phy/00054(pid=90): Terminated: ok {rc=0}
22:51:44.120528 ---      ParallelTerminationStrategy: PID 91 died...
22:51:44.122342 run   osmo-ms-virt-phy/00055(pid=91): Terminated: ok {rc=0}
22:51:44.126779 ---      ParallelTerminationStrategy: PID 92 died...
22:51:44.128545 run   osmo-ms-virt-phy/00056(pid=92): Terminated: ok {rc=0}
22:51:44.132834 ---      ParallelTerminationStrategy: PID 93 died...
22:51:44.134659 run   osmo-ms-virt-phy/00057(pid=93): Terminated: ok {rc=0}
22:51:44.138938 ---      ParallelTerminationStrategy: PID 94 died...
22:51:44.140757 run   osmo-ms-virt-phy/00058(pid=94): Terminated: ok {rc=0}
22:51:44.145077 ---      ParallelTerminationStrategy: PID 95 died...
22:51:44.146959 run   osmo-ms-virt-phy/00059(pid=95): Terminated: ok {rc=0}
22:51:44.151599 ---      ParallelTerminationStrategy: PID 96 died...
22:51:44.153579 run   osmo-ms-virt-phy/00060(pid=96): Terminated: ok {rc=0}
22:51:44.157990 ---      ParallelTerminationStrategy: PID 97 died...
22:51:44.159831 run   osmo-ms-virt-phy/00061(pid=97): Terminated: ok {rc=0}
22:51:44.164175 ---      ParallelTerminationStrategy: PID 98 died...
22:51:44.166032 run   osmo-ms-virt-phy/00062(pid=98): Terminated: ok {rc=0}
22:51:44.170401 ---      ParallelTerminationStrategy: PID 99 died...
22:51:44.172232 run   osmo-ms-virt-phy/00063(pid=99): Terminated: ok {rc=0}
22:51:44.176668 ---      ParallelTerminationStrategy: PID 100 died...
22:51:44.178487 run  osmo-ms-virt-phy/00064(pid=100): Terminated: ok {rc=0}
22:51:44.183618 ---      ParallelTerminationStrategy: PID 101 died...
22:51:44.185660 run  osmo-ms-virt-phy/00065(pid=101): Terminated: ok {rc=0}
22:51:44.190204 ---      ParallelTerminationStrategy: PID 102 died...
22:51:44.192047 run  osmo-ms-virt-phy/00066(pid=102): Terminated: ok {rc=0}
22:51:44.196401 ---      ParallelTerminationStrategy: PID 103 died...
22:51:44.198347 run  osmo-ms-virt-phy/00067(pid=103): Terminated: ok {rc=0}
22:51:44.203171 ---      ParallelTerminationStrategy: PID 104 died...
22:51:44.205169 run  osmo-ms-virt-phy/00068(pid=104): Terminated: ok {rc=0}
22:51:44.209831 ---      ParallelTerminationStrategy: PID 105 died...
22:51:44.212030 run  osmo-ms-virt-phy/00069(pid=105): Terminated: ok {rc=0}
22:51:44.216940 ---      ParallelTerminationStrategy: PID 106 died...
22:51:44.218880 run  osmo-ms-virt-phy/00070(pid=106): Terminated: ok {rc=0}
22:51:44.223575 ---      ParallelTerminationStrategy: PID 107 died...
22:51:44.225559 run  osmo-ms-virt-phy/00071(pid=107): Terminated: ok {rc=0}
22:51:44.230005 ---      ParallelTerminationStrategy: PID 108 died...
22:51:44.231839 run  osmo-ms-virt-phy/00072(pid=108): Terminated: ok {rc=0}
22:51:44.236496 ---      ParallelTerminationStrategy: PID 109 died...
22:51:44.238383 run  osmo-ms-virt-phy/00073(pid=109): Terminated: ok {rc=0}
22:51:44.242860 ---      ParallelTerminationStrategy: PID 110 died...
22:51:44.244799 run  osmo-ms-virt-phy/00074(pid=110): Terminated: ok {rc=0}
22:51:44.249440 ---      ParallelTerminationStrategy: PID 111 died...
22:51:44.251348 run  osmo-ms-virt-phy/00075(pid=111): Terminated: ok {rc=0}
22:51:44.255771 ---      ParallelTerminationStrategy: PID 112 died...
22:51:44.257642 run  osmo-ms-virt-phy/00076(pid=112): Terminated: ok {rc=0}
22:51:44.262043 ---      ParallelTerminationStrategy: PID 113 died...
22:51:44.263910 run  osmo-ms-virt-phy/00077(pid=113): Terminated: ok {rc=0}
22:51:44.268307 ---      ParallelTerminationStrategy: PID 114 died...
22:51:44.270197 run  osmo-ms-virt-phy/00078(pid=114): Terminated: ok {rc=0}
22:51:44.274579 ---      ParallelTerminationStrategy: PID 115 died...
22:51:44.276445 run  osmo-ms-virt-phy/00079(pid=115): Terminated: ok {rc=0}
22:51:44.280810 ---      ParallelTerminationStrategy: PID 116 died...
22:51:44.282735 run  osmo-ms-virt-phy/00080(pid=116): Terminated: ok {rc=0}
22:51:44.287156 ---      ParallelTerminationStrategy: PID 117 died...
22:51:44.289074 run  osmo-ms-virt-phy/00081(pid=117): Terminated: ok {rc=0}
22:51:44.293553 ---      ParallelTerminationStrategy: PID 118 died...
22:51:44.295459 run  osmo-ms-virt-phy/00082(pid=118): Terminated: ok {rc=0}
22:51:44.299856 ---      ParallelTerminationStrategy: PID 119 died...
22:51:44.301741 run  osmo-ms-virt-phy/00083(pid=119): Terminated: ok {rc=0}
22:51:44.306138 ---      ParallelTerminationStrategy: PID 120 died...
22:51:44.308030 run  osmo-ms-virt-phy/00084(pid=120): Terminated: ok {rc=0}
22:51:44.312503 ---      ParallelTerminationStrategy: PID 121 died...
22:51:44.314396 run  osmo-ms-virt-phy/00085(pid=121): Terminated: ok {rc=0}
22:51:44.318865 ---      ParallelTerminationStrategy: PID 122 died...
22:51:44.320775 run  osmo-ms-virt-phy/00086(pid=122): Terminated: ok {rc=0}
22:51:44.325110 ---      ParallelTerminationStrategy: PID 123 died...
22:51:44.326994 run  osmo-ms-virt-phy/00087(pid=123): Terminated: ok {rc=0}
22:51:44.331397 ---      ParallelTerminationStrategy: PID 124 died...
22:51:44.333282 run  osmo-ms-virt-phy/00088(pid=124): Terminated: ok {rc=0}
22:51:44.337705 ---      ParallelTerminationStrategy: PID 125 died...
22:51:44.339599 run  osmo-ms-virt-phy/00089(pid=125): Terminated: ok {rc=0}
22:51:44.343999 ---      ParallelTerminationStrategy: PID 126 died...
22:51:44.345880 run  osmo-ms-virt-phy/00090(pid=126): Terminated: ok {rc=0}
22:51:44.350326 ---      ParallelTerminationStrategy: PID 127 died...
22:51:44.352191 run  osmo-ms-virt-phy/00091(pid=127): Terminated: ok {rc=0}
22:51:44.356518 ---      ParallelTerminationStrategy: PID 128 died...
22:51:44.358363 run  osmo-ms-virt-phy/00092(pid=128): Terminated: ok {rc=0}
22:51:44.362748 ---      ParallelTerminationStrategy: PID 129 died...
22:51:44.364612 run  osmo-ms-virt-phy/00093(pid=129): Terminated: ok {rc=0}
22:51:44.369026 ---      ParallelTerminationStrategy: PID 130 died...
22:51:44.370881 run  osmo-ms-virt-phy/00094(pid=130): Terminated: ok {rc=0}
22:51:44.375271 ---      ParallelTerminationStrategy: PID 131 died...
22:51:44.377136 run  osmo-ms-virt-phy/00095(pid=131): Terminated: ok {rc=0}
22:51:44.381526 ---      ParallelTerminationStrategy: PID 132 died...
22:51:44.383428 run  osmo-ms-virt-phy/00096(pid=132): Terminated: ok {rc=0}
22:51:44.387843 ---      ParallelTerminationStrategy: PID 133 died...
22:51:44.389699 run  osmo-ms-virt-phy/00097(pid=133): Terminated: ok {rc=0}
22:51:44.394142 ---      ParallelTerminationStrategy: PID 134 died...
22:51:44.395991 run  osmo-ms-virt-phy/00098(pid=134): Terminated: ok {rc=0}
22:51:44.400374 ---      ParallelTerminationStrategy: PID 135 died...
22:51:44.402257 run  osmo-ms-virt-phy/00099(pid=135): Terminated: ok {rc=0}
22:51:44.406668 ---      ParallelTerminationStrategy: PID 136 died...
22:51:44.408560 run       osmo-ms-mob/00000(pid=136): Terminated {rc=26112}
22:51:44.413002 ---      ParallelTerminationStrategy: PID 137 died...
22:51:44.414893 run       osmo-ms-mob/00001(pid=137): Terminated {rc=26112}
22:51:44.419261 ---      ParallelTerminationStrategy: PID 138 died...
22:51:44.421115 run       osmo-ms-mob/00002(pid=138): Terminated {rc=26112}
22:51:44.425441 ---      ParallelTerminationStrategy: PID 139 died...
22:51:44.427269 run       osmo-ms-mob/00003(pid=139): Terminated {rc=26112}
22:51:44.431681 ---      ParallelTerminationStrategy: PID 140 died...
22:51:44.433540 run       osmo-ms-mob/00004(pid=140): Terminated {rc=26112}
22:51:44.437981 ---      ParallelTerminationStrategy: PID 141 died...
22:51:44.439781 run       osmo-ms-mob/00005(pid=141): Terminated {rc=26112}
22:51:44.444152 ---      ParallelTerminationStrategy: PID 142 died...
22:51:44.445992 run       osmo-ms-mob/00006(pid=142): Terminated {rc=26112}
22:51:44.450383 ---      ParallelTerminationStrategy: PID 143 died...
22:51:44.452249 run       osmo-ms-mob/00007(pid=143): Terminated {rc=26112}
22:51:44.456618 ---      ParallelTerminationStrategy: PID 144 died...
22:51:44.458436 run       osmo-ms-mob/00008(pid=144): Terminated {rc=26112}
22:51:44.462792 ---      ParallelTerminationStrategy: PID 145 died...
22:51:44.464651 run       osmo-ms-mob/00009(pid=145): Terminated {rc=26112}
22:51:44.468980 ---      ParallelTerminationStrategy: PID 146 died...
22:51:44.470796 run       osmo-ms-mob/00010(pid=146): Terminated {rc=26112}
22:51:44.475171 ---      ParallelTerminationStrategy: PID 147 died...
22:51:44.477003 run       osmo-ms-mob/00011(pid=147): Terminated {rc=26112}
22:51:44.481386 ---      ParallelTerminationStrategy: PID 148 died...
22:51:44.483217 run       osmo-ms-mob/00012(pid=148): Terminated {rc=26112}
22:51:44.487613 ---      ParallelTerminationStrategy: PID 149 died...
22:51:44.489478 run       osmo-ms-mob/00013(pid=149): Terminated {rc=26112}
22:51:44.493851 ---      ParallelTerminationStrategy: PID 150 died...
22:51:44.495728 run       osmo-ms-mob/00014(pid=150): Terminated {rc=26112}
22:51:44.500167 ---      ParallelTerminationStrategy: PID 151 died...
22:51:44.502071 run       osmo-ms-mob/00015(pid=151): Terminated {rc=26112}
22:51:44.506491 ---      ParallelTerminationStrategy: PID 152 died...
22:51:44.508459 run       osmo-ms-mob/00016(pid=152): Terminated {rc=26112}
22:51:44.512931 ---      ParallelTerminationStrategy: PID 153 died...
22:51:44.514815 run       osmo-ms-mob/00017(pid=153): Terminated {rc=26112}
22:51:44.519180 ---      ParallelTerminationStrategy: PID 154 died...
22:51:44.521095 run       osmo-ms-mob/00018(pid=154): Terminated {rc=26112}
22:51:44.525553 ---      ParallelTerminationStrategy: PID 155 died...
22:51:44.527489 run       osmo-ms-mob/00019(pid=155): Terminated {rc=26112}
22:51:44.532038 ---      ParallelTerminationStrategy: PID 156 died...
22:51:44.533986 run       osmo-ms-mob/00020(pid=156): Terminated {rc=26112}
22:51:44.538434 ---      ParallelTerminationStrategy: PID 157 died...
22:51:44.540364 run       osmo-ms-mob/00021(pid=157): Terminated {rc=26112}
22:51:44.544920 ---      ParallelTerminationStrategy: PID 158 died...
22:51:44.546831 run       osmo-ms-mob/00022(pid=158): Terminated {rc=26112}
22:51:44.551294 ---      ParallelTerminationStrategy: PID 159 died...
22:51:44.553180 run       osmo-ms-mob/00023(pid=159): Terminated {rc=26112}
22:51:44.557715 ---      ParallelTerminationStrategy: PID 160 died...
22:51:44.559613 run       osmo-ms-mob/00024(pid=160): Terminated {rc=26112}
22:51:44.564073 ---      ParallelTerminationStrategy: PID 161 died...
22:51:44.566013 run       osmo-ms-mob/00025(pid=161): Terminated {rc=26112}
22:51:44.570424 ---      ParallelTerminationStrategy: PID 162 died...
22:51:44.572308 run       osmo-ms-mob/00026(pid=162): Terminated {rc=26112}
22:51:44.576755 ---      ParallelTerminationStrategy: PID 163 died...
22:51:44.578616 run       osmo-ms-mob/00027(pid=163): Terminated {rc=26112}
22:51:44.583046 ---      ParallelTerminationStrategy: PID 164 died...
22:51:44.584929 run       osmo-ms-mob/00028(pid=164): Terminated {rc=26112}
22:51:44.589354 ---      ParallelTerminationStrategy: PID 165 died...
22:51:44.591222 run       osmo-ms-mob/00029(pid=165): Terminated {rc=26112}
22:51:44.595579 ---      ParallelTerminationStrategy: PID 166 died...
22:51:44.597449 run       osmo-ms-mob/00030(pid=166): Terminated {rc=26112}
22:51:44.601872 ---      ParallelTerminationStrategy: PID 167 died...
22:51:44.603729 run       osmo-ms-mob/00031(pid=167): Terminated {rc=26112}
22:51:44.608122 ---      ParallelTerminationStrategy: PID 168 died...
22:51:44.610020 run       osmo-ms-mob/00032(pid=168): Terminated {rc=26112}
22:51:44.614446 ---      ParallelTerminationStrategy: PID 169 died...
22:51:44.616291 run       osmo-ms-mob/00033(pid=169): Terminated {rc=26112}
22:51:44.620742 ---      ParallelTerminationStrategy: PID 170 died...
22:51:44.622583 run       osmo-ms-mob/00034(pid=170): Terminated {rc=26112}
22:51:44.626984 ---      ParallelTerminationStrategy: PID 171 died...
22:51:44.628910 run       osmo-ms-mob/00035(pid=171): Terminated {rc=26112}
22:51:44.633331 ---      ParallelTerminationStrategy: PID 172 died...
22:51:44.635164 run       osmo-ms-mob/00036(pid=172): Terminated {rc=26112}
22:51:44.639546 ---      ParallelTerminationStrategy: PID 173 died...
22:51:44.641384 run       osmo-ms-mob/00037(pid=173): Terminated {rc=26112}
22:51:44.645817 ---      ParallelTerminationStrategy: PID 174 died...
22:51:44.647680 run       osmo-ms-mob/00038(pid=174): Terminated {rc=26112}
22:51:44.653276 ---      ParallelTerminationStrategy: PID 175 died...
22:51:44.656003 run       osmo-ms-mob/00039(pid=175): Terminated {rc=26112}
22:51:44.661276 ---      ParallelTerminationStrategy: PID 176 died...
22:51:44.663392 run       osmo-ms-mob/00040(pid=176): Terminated {rc=26112}
22:51:44.667925 ---      ParallelTerminationStrategy: PID 177 died...
22:51:44.669795 run       osmo-ms-mob/00041(pid=177): Terminated {rc=26112}
22:51:44.674242 ---      ParallelTerminationStrategy: PID 178 died...
22:51:44.676116 run       osmo-ms-mob/00042(pid=178): Terminated {rc=26112}
22:51:44.680552 ---      ParallelTerminationStrategy: PID 179 died...
22:51:44.682409 run       osmo-ms-mob/00043(pid=179): Terminated {rc=26112}
22:51:44.686861 ---      ParallelTerminationStrategy: PID 180 died...
22:51:44.688744 run       osmo-ms-mob/00044(pid=180): Terminated {rc=26112}
22:51:44.693447 ---      ParallelTerminationStrategy: PID 181 died...
22:51:44.696170 run       osmo-ms-mob/00045(pid=181): Terminated {rc=26112}
22:51:44.701137 ---      ParallelTerminationStrategy: PID 182 died...
22:51:44.703058 run       osmo-ms-mob/00046(pid=182): Terminated {rc=26112}
22:51:44.707542 ---      ParallelTerminationStrategy: PID 183 died...
22:51:44.709426 run       osmo-ms-mob/00047(pid=183): Terminated {rc=26112}
22:51:44.713889 ---      ParallelTerminationStrategy: PID 184 died...
22:51:44.715791 run       osmo-ms-mob/00048(pid=184): Terminated {rc=26112}
22:51:44.720274 ---      ParallelTerminationStrategy: PID 185 died...
22:51:44.722175 run       osmo-ms-mob/00049(pid=185): Terminated {rc=26112}
22:51:44.726888 ---      ParallelTerminationStrategy: PID 186 died...
22:51:44.728885 run       osmo-ms-mob/00050(pid=186): Terminated {rc=26112}
22:51:44.734281 ---      ParallelTerminationStrategy: PID 187 died...
22:51:44.736173 run       osmo-ms-mob/00051(pid=187): Terminated {rc=26112}
22:51:44.740613 ---      ParallelTerminationStrategy: PID 188 died...
22:51:44.742448 run       osmo-ms-mob/00052(pid=188): Terminated {rc=26112}
22:51:44.746956 ---      ParallelTerminationStrategy: PID 189 died...
22:51:44.748966 run       osmo-ms-mob/00053(pid=189): Terminated {rc=26112}
22:51:44.753929 ---      ParallelTerminationStrategy: PID 190 died...
22:51:44.755872 run       osmo-ms-mob/00054(pid=190): Terminated {rc=26112}
22:51:44.760375 ---      ParallelTerminationStrategy: PID 191 died...
22:51:44.762285 run       osmo-ms-mob/00055(pid=191): Terminated {rc=26112}
22:51:44.766618 ---      ParallelTerminationStrategy: PID 192 died...
22:51:44.768423 run       osmo-ms-mob/00056(pid=192): Terminated {rc=26112}
22:51:44.772862 ---      ParallelTerminationStrategy: PID 193 died...
22:51:44.774836 run       osmo-ms-mob/00057(pid=193): Terminated {rc=26112}
22:51:44.779232 ---      ParallelTerminationStrategy: PID 194 died...
22:51:44.781094 run       osmo-ms-mob/00058(pid=194): Terminated {rc=26112}
22:51:44.785460 ---      ParallelTerminationStrategy: PID 195 died...
22:51:44.787316 run       osmo-ms-mob/00059(pid=195): Terminated {rc=26112}
22:51:44.791708 ---      ParallelTerminationStrategy: PID 196 died...
22:51:44.793580 run       osmo-ms-mob/00060(pid=196): Terminated {rc=26112}
22:51:44.797954 ---      ParallelTerminationStrategy: PID 197 died...
22:51:44.799815 run       osmo-ms-mob/00061(pid=197): Terminated {rc=26112}
22:51:44.804181 ---      ParallelTerminationStrategy: PID 198 died...
22:51:44.806047 run       osmo-ms-mob/00062(pid=198): Terminated {rc=26112}
22:51:44.810439 ---      ParallelTerminationStrategy: PID 199 died...
22:51:44.812298 run       osmo-ms-mob/00063(pid=199): Terminated {rc=26112}
22:51:44.816746 ---      ParallelTerminationStrategy: PID 200 died...
22:51:44.818621 run       osmo-ms-mob/00064(pid=200): Terminated {rc=26112}
22:51:44.823023 ---      ParallelTerminationStrategy: PID 201 died...
22:51:44.824909 run       osmo-ms-mob/00065(pid=201): Terminated {rc=26112}
22:51:44.829301 ---      ParallelTerminationStrategy: PID 202 died...
22:51:44.831172 run       osmo-ms-mob/00066(pid=202): Terminated {rc=26112}
22:51:44.835585 ---      ParallelTerminationStrategy: PID 203 died...
22:51:44.837490 run       osmo-ms-mob/00067(pid=203): Terminated {rc=26112}
22:51:44.841918 ---      ParallelTerminationStrategy: PID 204 died...
22:51:44.843821 run       osmo-ms-mob/00068(pid=204): Terminated {rc=26112}
22:51:44.848506 ---      ParallelTerminationStrategy: PID 205 died...
22:51:44.850378 run       osmo-ms-mob/00069(pid=205): Terminated {rc=26112}
22:51:44.854792 ---      ParallelTerminationStrategy: PID 206 died...
22:51:44.856678 run       osmo-ms-mob/00070(pid=206): Terminated {rc=26112}
22:51:44.861247 ---      ParallelTerminationStrategy: PID 207 died...
22:51:44.863196 run       osmo-ms-mob/00071(pid=207): Terminated {rc=26112}
22:51:44.867612 ---      ParallelTerminationStrategy: PID 208 died...
22:51:44.869493 run       osmo-ms-mob/00072(pid=208): Terminated {rc=26112}
22:51:44.873944 ---      ParallelTerminationStrategy: PID 209 died...
22:51:44.875808 run       osmo-ms-mob/00073(pid=209): Terminated {rc=26112}
22:51:44.880203 ---      ParallelTerminationStrategy: PID 210 died...
22:51:44.882058 run       osmo-ms-mob/00074(pid=210): Terminated {rc=26112}
22:51:44.886525 ---      ParallelTerminationStrategy: PID 211 died...
22:51:44.888417 run       osmo-ms-mob/00075(pid=211): Terminated {rc=26112}
22:51:44.893078 ---      ParallelTerminationStrategy: PID 212 died...
22:51:44.894963 run       osmo-ms-mob/00076(pid=212): Terminated {rc=26112}
22:51:44.899448 ---      ParallelTerminationStrategy: PID 213 died...
22:51:44.901391 run       osmo-ms-mob/00077(pid=213): Terminated {rc=26112}
22:51:44.905845 ---      ParallelTerminationStrategy: PID 214 died...
22:51:44.907785 run       osmo-ms-mob/00078(pid=214): Terminated {rc=26112}
22:51:44.912246 ---      ParallelTerminationStrategy: PID 215 died...
22:51:44.914136 run       osmo-ms-mob/00079(pid=215): Terminated {rc=26112}
22:51:44.918540 ---      ParallelTerminationStrategy: PID 216 died...
22:51:44.920459 run       osmo-ms-mob/00080(pid=216): Terminated {rc=26112}
22:51:44.924863 ---      ParallelTerminationStrategy: PID 217 died...
22:51:44.926704 run       osmo-ms-mob/00081(pid=217): Terminated {rc=26112}
22:51:44.931094 ---      ParallelTerminationStrategy: PID 218 died...
22:51:44.932911 run       osmo-ms-mob/00082(pid=218): Terminated {rc=26112}
22:51:44.937389 ---      ParallelTerminationStrategy: PID 219 died...
22:51:44.939266 run       osmo-ms-mob/00083(pid=219): Terminated {rc=26112}
22:51:44.943773 ---      ParallelTerminationStrategy: PID 220 died...
22:51:44.946507 run       osmo-ms-mob/00084(pid=220): Terminated {rc=26112}
22:51:44.952172 ---      ParallelTerminationStrategy: PID 221 died...
22:51:44.954769 run       osmo-ms-mob/00085(pid=221): Terminated {rc=26112}
22:51:44.961620 ---      ParallelTerminationStrategy: PID 222 died...
22:51:44.964596 run       osmo-ms-mob/00086(pid=222): Terminated {rc=26112}
22:51:44.971371 ---      ParallelTerminationStrategy: PID 223 died...
22:51:44.974328 run       osmo-ms-mob/00087(pid=223): Terminated {rc=26112}
22:51:44.981199 ---      ParallelTerminationStrategy: PID 224 died...
22:51:44.984097 run       osmo-ms-mob/00088(pid=224): Terminated {rc=26112}
22:51:44.990574 ---      ParallelTerminationStrategy: PID 225 died...
22:51:44.992431 run       osmo-ms-mob/00089(pid=225): Terminated {rc=26112}
22:51:44.996800 ---      ParallelTerminationStrategy: PID 226 died...
22:51:44.998686 run       osmo-ms-mob/00090(pid=226): Terminated {rc=26112}
22:51:45.003695 ---      ParallelTerminationStrategy: PID 227 died...
22:51:45.005937 run       osmo-ms-mob/00091(pid=227): Terminated {rc=26112}
22:51:45.010436 ---      ParallelTerminationStrategy: PID 228 died...
22:51:45.012329 run       osmo-ms-mob/00092(pid=228): Terminated {rc=26112}
22:51:45.016773 ---      ParallelTerminationStrategy: PID 229 died...
22:51:45.018664 run       osmo-ms-mob/00093(pid=229): Terminated {rc=26112}
22:51:45.023053 ---      ParallelTerminationStrategy: PID 230 died...
22:51:45.024893 run       osmo-ms-mob/00094(pid=230): Terminated {rc=26112}
22:51:45.029289 ---      ParallelTerminationStrategy: PID 231 died...
22:51:45.031150 run       osmo-ms-mob/00095(pid=231): Terminated {rc=26112}
22:51:45.035455 ---      ParallelTerminationStrategy: PID 232 died...
22:51:45.037290 run       osmo-ms-mob/00096(pid=232): Terminated {rc=26112}
22:51:45.041629 ---      ParallelTerminationStrategy: PID 233 died...
22:51:45.043496 run       osmo-ms-mob/00097(pid=233): Terminated {rc=26112}
22:51:45.047899 ---      ParallelTerminationStrategy: PID 234 died...
22:51:45.049803 run       osmo-ms-mob/00098(pid=234): Terminated {rc=26112}
22:51:45.054127 ---      ParallelTerminationStrategy: PID 235 died...
22:51:45.055956 run       osmo-ms-mob/00099(pid=235): Terminated {rc=26112}
22:51:48.463085 ---      ParallelTerminationStrategy: PID 35 died...
22:51:48.466571 run         osmo-bts-virtual(pid=35): Terminated: ok {rc=0}
---------------------------------------------------------------------
trial-7606 netreg_mass PASS
---------------------------------------------------------------------
22:51:48.607401 tst                       trial-7606: Storing JUnit report in /build/trial-7606/run.2024-06-01_22-50-19/trial-7606.xml

--------------------------------------------------------------------------------------------
trial-7606 PASS
--------------------------------------------------------------------------------------------
22:51:48.648655 tst                       trial-7606: trial-7606: PASS, 1 suites passed
PASS: netreg_mass (pass: 1)
    pass: register_default_mass.py (82.4 sec)
+ exit_code=0
+ rm -rf trial-7606/inst
+ cd trial-7606
+ command -v journalctl
+ [ ! -z /bin/journalctl ]
+ readlink last_run
+ journalctl -u ofono -o short-precise --since 2024-06-01 22:50:19
No journal files were found.
+ readlink last_run
+ tar czf /build/trial-7606-run.tgz run.2024-06-01_22-50-19
+ tar czf /build/trial-7606-bin.tgz checksums.md5 open5gs.build-8.tgz osmo-bsc.build-21973.tgz osmo-bts-oc2g.build-7675.tgz osmo-bts-sysmo.build-10177.tgz osmo-bts.build-9653.tgz osmo-ggsn.build-8660.tgz osmo-hlr.build-11310.tgz osmo-hnbgw.build-8626.tgz osmo-mgw.build-11608.tgz osmo-msc.build-35787.tgz osmo-nitb.build-16539.tgz osmo-pcu-oc2g.build-5196.tgz osmo-pcu-sysmo.build-6477.tgz osmo-pcu.build-6440.tgz osmo-sgsn.build-37355.tgz osmo-stp.build-11895.tgz osmo-trx.build-6639.tgz osmocom-bb.build-6267.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