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/jenkins13956942891069273068.sh
+ rm -rf trial-7545-bin.tgz trial-7545-run.tgz *.md5
Copied 2 artifacts from "osmo-gsm-tester_build-osmo-bsc" build number 21516
Copied 2 artifacts from "osmo-gsm-tester_build-osmo-bts" build number 9466
Copied 2 artifacts from "osmo-gsm-tester_build-osmo-ggsn" build number 8470
Copied 2 artifacts from "osmo-gsm-tester_build-osmo-hlr" build number 11055
Copied 2 artifacts from "osmo-gsm-tester_build-osmo-mgw" build number 11353
Copied 2 artifacts from "osmo-gsm-tester_build-osmo-hnbgw" build number 8051
Copied 2 artifacts from "osmo-gsm-tester_build-osmo-msc" build number 35111
Copied 2 artifacts from "osmo-gsm-tester_build-osmo-pcu" build number 6320
Copied 2 artifacts from "osmo-gsm-tester_build-osmo-sgsn" build number 36609
Copied 2 artifacts from "osmo-gsm-tester_build-osmo-trx" build number 6449
Copied 2 artifacts from "osmo-gsm-tester_build-osmo-nitb" build number 16173
Copied 2 artifacts from "osmo-gsm-tester_build-osmo-stp" build number 11639
Copied 2 artifacts from "osmo-gsm-tester_build-osmocom-bb" build number 6139
Copied 2 artifacts from "osmo-gsm-tester_build-osmo-bts-sysmo" build number 9990
Copied 2 artifacts from "osmo-gsm-tester_build-osmo-pcu-sysmo" build number 6357
Copied 2 artifacts from "osmo-gsm-tester_build-osmo-bts-oc2g" build number 7488
Copied 2 artifacts from "osmo-gsm-tester_build-osmo-pcu-oc2g" build number 5076
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 6139
[osmo-gsm-tester_virtual] $ /bin/sh -xe /tmp/jenkins8793060260776994964.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-7545
+ 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
882c26b Introduce ttcn3-asterisk-ims-ue-test
+ make -C docker-playground/debian-buster-jenkins
make: Entering directory '/home/osmocom-build/jenkins/workspace/osmo-gsm-tester_virtual/docker-playground/debian-buster-jenkins'
awk: fatal: cannot open file `.release' for reading: No such file or directory
awk: fatal: cannot open file `.release' for reading: No such file or directory
awk: fatal: cannot open file `.release' for reading: No such file or directory
rm -rf .common
cp -r /home/osmocom-build/jenkins/workspace/osmo-gsm-tester_virtual/docker-playground/common .common
INFO: .release created
release=0.0.0
docker build \
	--build-arg USER=osmocom-build \
	--build-arg UID=1000 \
	--build-arg REGISTRY=docker.io \
	--build-arg OSMO_TTCN3_BRANCH=master \
	--build-arg UPSTREAM_DISTRO=debian:buster \
	--build-arg DISTRO=debian-buster \
	--build-arg OSMOCOM_REPO_MIRROR=https://downloads.osmocom.org \
	--build-arg OSMOCOM_REPO_PATH=packages/osmocom: \
	--build-arg OSMOCOM_REPO_VERSION=latest \
	--build-arg OSMOCOM_REPO_TESTSUITE_MIRROR=https://downloads.osmocom.org \
	--build-arg ASTERISK_BRANCH=sysmocom/master \
	--build-arg LIBOSMOCORE_BRANCH=master \
	--build-arg OSMO_BB_BRANCH=master \
	--build-arg OSMO_BSC_BRANCH=master \
	--build-arg OSMO_BTS_BRANCH=master \
	--build-arg OSMO_CBC_BRANCH=master \
	--build-arg OSMO_DIA2GSUP_BRANCH=master \
	--build-arg OSMO_EPDG_BRANCH=master \
	--build-arg OSMO_GBPROXY_BRANCH=master \
	--build-arg OSMO_GGSN_BRANCH=master \
	--build-arg OSMO_GSM_TESTER_BRANCH=master \
	--build-arg OSMO_HLR_BRANCH=master \
	--build-arg OSMO_HNBGW_BRANCH=master \
	--build-arg OSMO_HNODEB_BRANCH=master \
	--build-arg OSMO_IUH_BRANCH=master \
	--build-arg OSMO_MGW_BRANCH=master \
	--build-arg OSMO_MSC_BRANCH=master \
	--build-arg OSMO_NITB_BRANCH=master \
	--build-arg OSMO_PCU_BRANCH=master \
	--build-arg OSMO_SGSN_BRANCH=master \
	--build-arg OSMO_SIP_BRANCH=master \
	--build-arg OSMO_STP_BRANCH=master \
	--build-arg OSMO_UECUPS_BRANCH=master \
	--build-arg OPEN5GS_BRANCH=main \
	 -t docker.io/osmocom-build/debian-buster-jenkins:latest .
#0 building with "default" instance using docker driver

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

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

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

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

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

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

#7 https://downloads.osmocom.org/packages/osmocom:/nightly/Debian_10//Release
#7 DONE 0.0s

#8 http://git.osmocom.org/python/osmo-python-tests/patch
#8 DONE 0.8s

#7 https://downloads.osmocom.org/packages/osmocom:/nightly/Debian_10//Release
#7 DONE 0.1s

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

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

#11 http://git.osmocom.org/osmo-ci/patch
#11 DONE 0.8s

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

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

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

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

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

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

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

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

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

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

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

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

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

#24 [14/23] ADD http://git.osmocom.org/osmo-ci/patch /tmp/osmo-ci-commit
#24 DONE 0.1s

#25 [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
#25 0.245 Cloning into 'osmo-ci'...
#25 0.552 'osmo-ci/scripts/osmo-layer1-headers.sh' -> '/usr/local/bin/osmo-layer1-headers.sh'
#25 0.552 'osmo-ci/scripts/requirements.txt' -> '/usr/local/bin/requirements.txt'
#25 0.552 'osmo-ci/scripts/cat-testlogs.sh' -> '/usr/local/bin/cat-testlogs.sh'
#25 0.552 'osmo-ci/scripts/docker-cleanup.sh' -> '/usr/local/bin/docker-cleanup.sh'
#25 0.552 'osmo-ci/scripts/osmocom-packages-docker.sh' -> '/usr/local/bin/osmocom-packages-docker.sh'
#25 0.552 'osmo-ci/scripts/osmocom-api-doxygen.sh' -> '/usr/local/bin/osmocom-api-doxygen.sh'
#25 0.552 'osmo-ci/scripts/osmo-clean-workspace.sh' -> '/usr/local/bin/osmo-clean-workspace.sh'
#25 0.552 'osmo-ci/scripts/verify_endian_header.sh' -> '/usr/local/bin/verify_endian_header.sh'
#25 0.552 'osmo-ci/scripts/osmo-deps.sh' -> '/usr/local/bin/osmo-deps.sh'
#25 0.552 'osmo-ci/scripts/repo-install-test.sh' -> '/usr/local/bin/repo-install-test.sh'
#25 0.552 'osmo-ci/scripts/osmocom-list-commits.sh' -> '/usr/local/bin/osmocom-list-commits.sh'
#25 0.552 'osmo-ci/scripts/jenkins_jobs.ini.example' -> '/usr/local/bin/jenkins_jobs.ini.example'
#25 0.552 'osmo-ci/scripts/osmocom-build-old-tags-against-master.sh' -> '/usr/local/bin/osmocom-build-old-tags-against-master.sh'
#25 0.552 'osmo-ci/scripts/verify_log_statements.py' -> '/usr/local/bin/verify_log_statements.py'
#25 0.552 'osmo-ci/scripts/osmo-build-dep.sh' -> '/usr/local/bin/osmo-build-dep.sh'
#25 0.552 'osmo-ci/scripts/osmo-ci-docker-rebuild.sh' -> '/usr/local/bin/osmo-ci-docker-rebuild.sh'
#25 0.552 'osmo-ci/scripts/verify_value_string_arrays_are_terminated.py' -> '/usr/local/bin/verify_value_string_arrays_are_terminated.py'
#25 0.552 'osmo-ci/scripts/osmocom-obs-link.sh' -> '/usr/local/bin/osmocom-obs-link.sh'
#25 0.552 'osmo-ci/scripts/common.sh' -> '/usr/local/bin/common.sh'
#25 0.552 'osmo-ci/scripts/xgoldmon-jenkins.sh' -> '/usr/local/bin/xgoldmon-jenkins.sh'
#25 DONE 0.6s

#26 [16/23] ADD http://git.osmocom.org/osmo-gsm-manuals/patch /tmp/osmo-gsm-manuals-commit
#26 DONE 0.0s

#27 [17/23] RUN git -C /opt clone https://gerrit.osmocom.org/osmo-gsm-manuals
#27 0.361 Cloning into 'osmo-gsm-manuals'...
#27 DONE 0.6s

#28 [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
#28 0.812 Generating locales (this might take a while)...
#28 0.815   en_US.UTF-8... done
#28 1.746 Generation complete.
#28 DONE 1.8s

#29 [19/23] COPY	.COMMON/RELEASE.KEY /tmp/Release.key
#29 DONE 0.0s

#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 0.403 Warning: apt-key output should not be parsed (stdout is not a terminal)
#30 1.037 OK
#30 DONE 1.1s

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

#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.346 Hit:1 http://deb.debian.org/debian buster InRelease
#32 0.346 Get:2 http://deb.debian.org/debian-security buster/updates InRelease [34.8 kB]
#32 0.347 Hit:3 http://deb.debian.org/debian buster-updates InRelease
#32 0.359 Get:4 https://downloads.osmocom.org/packages/osmocom:/nightly/Debian_10 ./ InRelease [1,571 B]
#32 0.539 Get:5 http://deb.debian.org/debian-security buster/updates/main i386 Packages [591 kB]
#32 0.569 Get:6 http://deb.debian.org/debian-security buster/updates/main amd64 Packages [592 kB]
#32 0.693 Get:7 https://downloads.osmocom.org/packages/osmocom:/nightly/Debian_10 ./ Packages [121 kB]
#32 0.724 Fetched 1,340 kB in 0s (3,467 kB/s)
#32 0.724 Reading package lists...
#32 1.610 Reading package lists...
#32 2.552 Building dependency tree...
#32 2.747 Reading state information...
#32 2.885 The following additional packages will be installed:
#32 2.885   libcurl3-gnutls libcurl4-gnutls-dev libgcrypt20-dev libgpg-error-dev
#32 2.885   libjs-jquery liblimesuite18.06-1 libmicrohttpd-dev libmicrohttpd12
#32 2.885   liborcania-dev liborcania1.2 libsystemd-dev libuhd3.13.1 libulfius2.5
#32 2.886   libyder-dev libyder2.0
#32 2.887 Suggested packages:
#32 2.887   libcurl4-doc libidn11-dev libldap2-dev librtmp-dev libssh2-1-dev
#32 2.887   libgcrypt20-doc liblimesuite-doc gnuradio
#32 2.887 Recommended packages:
#32 2.887   javascript-common limesuite-udev gnuradio
#32 3.007 The following NEW packages will be installed:
#32 3.007   libcurl4-gnutls-dev libgcrypt20-dev libgpg-error-dev libjs-jquery
#32 3.007   liblimesuite-dev liblimesuite18.06-1 libmicrohttpd-dev libmicrohttpd12
#32 3.007   liborcania-dev liborcania1.2 libsystemd-dev libuhd-dev libuhd3.13.1
#32 3.008   libulfius-dev libulfius2.5 libyder-dev libyder2.0
#32 3.008 The following packages will be upgraded:
#32 3.009   libcurl3-gnutls
#32 3.041 1 upgraded, 17 newly installed, 0 to remove and 20 not upgraded.
#32 3.041 Need to get 12.7 MB of archives.
#32 3.041 After this operation, 113 MB of additional disk space will be used.
#32 3.041 Get:1 http://deb.debian.org/debian-security buster/updates/main amd64 libcurl3-gnutls amd64 7.64.0-4+deb10u9 [333 kB]
#32 3.063 Get:2 http://deb.debian.org/debian-security buster/updates/main amd64 libcurl4-gnutls-dev amd64 7.64.0-4+deb10u9 [422 kB]
#32 3.069 Get:3 http://deb.debian.org/debian buster/main amd64 libgpg-error-dev amd64 1.35-1 [124 kB]
#32 3.070 Get:4 http://deb.debian.org/debian buster/main amd64 libgcrypt20-dev amd64 1.8.4-5+deb10u1 [608 kB]
#32 3.075 Get:5 http://deb.debian.org/debian buster/main amd64 libjs-jquery all 3.3.1~dfsg-3+deb10u1 [332 kB]
#32 3.078 Get:6 http://deb.debian.org/debian buster/main amd64 liblimesuite18.06-1 amd64 18.06.0+dfsg-1+b1 [246 kB]
#32 3.080 Get:7 http://deb.debian.org/debian buster/main amd64 liblimesuite-dev amd64 18.06.0+dfsg-1+b1 [51.8 kB]
#32 3.080 Get:8 http://deb.debian.org/debian-security buster/updates/main amd64 libmicrohttpd12 amd64 0.9.62-1+deb10u1 [96.4 kB]
#32 3.081 Get:9 http://deb.debian.org/debian-security buster/updates/main amd64 libmicrohttpd-dev amd64 0.9.62-1+deb10u1 [261 kB]
#32 3.083 Get:10 http://deb.debian.org/debian buster/main amd64 liborcania1.2 amd64 1.2.9-5 [10.2 kB]
#32 3.084 Get:11 http://deb.debian.org/debian buster/main amd64 liborcania-dev amd64 1.2.9-5 [6,756 B]
#32 3.084 Get:12 http://deb.debian.org/debian-security buster/updates/main amd64 libsystemd-dev amd64 241-7~deb10u10 [322 kB]
#32 3.086 Get:13 http://deb.debian.org/debian buster/main amd64 libuhd3.13.1 amd64 3.13.1.0-3 [2,703 kB]
#32 3.122 Get:14 http://deb.debian.org/debian buster/main amd64 libuhd-dev amd64 3.13.1.0-3 [6,998 kB]
#32 3.170 Get:15 http://deb.debian.org/debian buster/main amd64 libyder2.0 amd64 1.4.4-4 [7,592 B]
#32 3.170 Get:16 http://deb.debian.org/debian buster/main amd64 libyder-dev amd64 1.4.4-4 [10.2 kB]
#32 3.181 Get:17 https://downloads.osmocom.org/packages/osmocom:/nightly/Debian_10 ./ libulfius2.5 2.5.2-4.2 [39.1 kB]
#32 3.198 Get:18 https://downloads.osmocom.org/packages/osmocom:/nightly/Debian_10 ./ libulfius-dev 2.5.2-4.2 [92.2 kB]
#32 3.353 debconf: delaying package configuration, since apt-utils is not installed
#32 3.395 Fetched 12.7 MB in 0s (73.8 MB/s)
#32 3.431 (Reading database ... 
(Reading database ... 5%
(Reading database ... 10%
(Reading database ... 15%
(Reading database ... 20%
(Reading database ... 25%
(Reading database ... 30%
(Reading database ... 35%
(Reading database ... 40%
(Reading database ... 45%
(Reading database ... 50%
(Reading database ... 55%
(Reading database ... 60%
(Reading database ... 65%
(Reading database ... 70%
(Reading database ... 75%
(Reading database ... 80%
(Reading database ... 85%
(Reading database ... 90%
(Reading database ... 95%
(Reading database ... 100%
(Reading database ... 101785 files and directories currently installed.)
#32 3.586 Preparing to unpack .../00-libcurl3-gnutls_7.64.0-4+deb10u9_amd64.deb ...
#32 3.598 Unpacking libcurl3-gnutls:amd64 (7.64.0-4+deb10u9) over (7.64.0-4+deb10u8) ...
#32 3.681 Selecting previously unselected package libcurl4-gnutls-dev:amd64.
#32 3.687 Preparing to unpack .../01-libcurl4-gnutls-dev_7.64.0-4+deb10u9_amd64.deb ...
#32 3.690 Unpacking libcurl4-gnutls-dev:amd64 (7.64.0-4+deb10u9) ...
#32 3.753 Selecting previously unselected package libgpg-error-dev.
#32 3.759 Preparing to unpack .../02-libgpg-error-dev_1.35-1_amd64.deb ...
#32 3.762 Unpacking libgpg-error-dev (1.35-1) ...
#32 3.808 Selecting previously unselected package libgcrypt20-dev.
#32 3.814 Preparing to unpack .../03-libgcrypt20-dev_1.8.4-5+deb10u1_amd64.deb ...
#32 3.817 Unpacking libgcrypt20-dev (1.8.4-5+deb10u1) ...
#32 3.887 Selecting previously unselected package libjs-jquery.
#32 3.895 Preparing to unpack .../04-libjs-jquery_3.3.1~dfsg-3+deb10u1_all.deb ...
#32 3.898 Unpacking libjs-jquery (3.3.1~dfsg-3+deb10u1) ...
#32 3.954 Selecting previously unselected package liblimesuite18.06-1:amd64.
#32 3.961 Preparing to unpack .../05-liblimesuite18.06-1_18.06.0+dfsg-1+b1_amd64.deb ...
#32 3.965 Unpacking liblimesuite18.06-1:amd64 (18.06.0+dfsg-1+b1) ...
#32 4.018 Selecting previously unselected package liblimesuite-dev:amd64.
#32 4.025 Preparing to unpack .../06-liblimesuite-dev_18.06.0+dfsg-1+b1_amd64.deb ...
#32 4.031 Unpacking liblimesuite-dev:amd64 (18.06.0+dfsg-1+b1) ...
#32 4.069 Selecting previously unselected package libmicrohttpd12.
#32 4.076 Preparing to unpack .../07-libmicrohttpd12_0.9.62-1+deb10u1_amd64.deb ...
#32 4.079 Unpacking libmicrohttpd12 (0.9.62-1+deb10u1) ...
#32 4.119 Selecting previously unselected package libmicrohttpd-dev.
#32 4.125 Preparing to unpack .../08-libmicrohttpd-dev_0.9.62-1+deb10u1_amd64.deb ...
#32 4.128 Unpacking libmicrohttpd-dev (0.9.62-1+deb10u1) ...
#32 4.182 Selecting previously unselected package liborcania1.2.
#32 4.188 Preparing to unpack .../09-liborcania1.2_1.2.9-5_amd64.deb ...
#32 4.191 Unpacking liborcania1.2 (1.2.9-5) ...
#32 4.217 Selecting previously unselected package liborcania-dev.
#32 4.223 Preparing to unpack .../10-liborcania-dev_1.2.9-5_amd64.deb ...
#32 4.226 Unpacking liborcania-dev (1.2.9-5) ...
#32 4.261 Selecting previously unselected package libsystemd-dev:amd64.
#32 4.267 Preparing to unpack .../11-libsystemd-dev_241-7~deb10u10_amd64.deb ...
#32 4.270 Unpacking libsystemd-dev:amd64 (241-7~deb10u10) ...
#32 4.350 Selecting previously unselected package libuhd3.13.1:amd64.
#32 4.358 Preparing to unpack .../12-libuhd3.13.1_3.13.1.0-3_amd64.deb ...
#32 4.361 Unpacking libuhd3.13.1:amd64 (3.13.1.0-3) ...
#32 4.576 Selecting previously unselected package libuhd-dev:amd64.
#32 4.582 Preparing to unpack .../13-libuhd-dev_3.13.1.0-3_amd64.deb ...
#32 4.587 Unpacking libuhd-dev:amd64 (3.13.1.0-3) ...
#32 5.193 Selecting previously unselected package libyder2.0:amd64.
#32 5.200 Preparing to unpack .../14-libyder2.0_1.4.4-4_amd64.deb ...
#32 5.203 Unpacking libyder2.0:amd64 (1.4.4-4) ...
#32 5.241 Selecting previously unselected package libulfius2.5:amd64.
#32 5.248 Preparing to unpack .../15-libulfius2.5_2.5.2-4.2_amd64.deb ...
#32 5.252 Unpacking libulfius2.5:amd64 (2.5.2-4.2) ...
#32 5.286 Selecting previously unselected package libyder-dev:amd64.
#32 5.294 Preparing to unpack .../16-libyder-dev_1.4.4-4_amd64.deb ...
#32 5.300 Unpacking libyder-dev:amd64 (1.4.4-4) ...
#32 5.329 Selecting previously unselected package libulfius-dev:amd64.
#32 5.334 Preparing to unpack .../17-libulfius-dev_2.5.2-4.2_amd64.deb ...
#32 5.337 Unpacking libulfius-dev:amd64 (2.5.2-4.2) ...
#32 5.410 Setting up libuhd3.13.1:amd64 (3.13.1.0-3) ...
#32 5.420 Setting up liblimesuite18.06-1:amd64 (18.06.0+dfsg-1+b1) ...
#32 5.432 Setting up libcurl3-gnutls:amd64 (7.64.0-4+deb10u9) ...
#32 5.440 Setting up libcurl4-gnutls-dev:amd64 (7.64.0-4+deb10u9) ...
#32 5.449 Setting up libmicrohttpd12 (0.9.62-1+deb10u1) ...
#32 5.462 Setting up libgpg-error-dev (1.35-1) ...
#32 5.471 Setting up liborcania1.2 (1.2.9-5) ...
#32 5.479 Setting up libyder2.0:amd64 (1.4.4-4) ...
#32 5.490 Setting up libuhd-dev:amd64 (3.13.1.0-3) ...
#32 5.501 Setting up libjs-jquery (3.3.1~dfsg-3+deb10u1) ...
#32 5.510 Setting up libsystemd-dev:amd64 (241-7~deb10u10) ...
#32 5.518 Setting up liblimesuite-dev:amd64 (18.06.0+dfsg-1+b1) ...
#32 5.532 Setting up liborcania-dev (1.2.9-5) ...
#32 5.541 Setting up libulfius2.5:amd64 (2.5.2-4.2) ...
#32 5.550 Setting up libgcrypt20-dev (1.8.4-5+deb10u1) ...
#32 5.560 Setting up libmicrohttpd-dev (0.9.62-1+deb10u1) ...
#32 5.571 Setting up libyder-dev:amd64 (1.4.4-4) ...
#32 5.579 Setting up libulfius-dev:amd64 (2.5.2-4.2) ...
#32 5.588 Processing triggers for man-db (2.8.5-2+deb10u1) ...
#32 5.932 Processing triggers for libc-bin (2.28-10+deb10u2) ...
#32 DONE 6.1s

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

#34 exporting to image
#34 exporting layers
#34 exporting layers 0.7s done
#34 writing image sha256:f8e6bd92f91deb99b86ee7ebc0b9475159285fbde063e6ce137798b7310f219d done
#34 naming to docker.io/osmocom-build/debian-buster-jenkins:latest done
#34 DONE 0.8s
rm -rf .common
make: Leaving directory '/home/osmocom-build/jenkins/workspace/osmo-gsm-tester_virtual/docker-playground/debian-buster-jenkins'
+ make -C docker-playground/osmo-gsm-tester
make: Entering directory '/home/osmocom-build/jenkins/workspace/osmo-gsm-tester_virtual/docker-playground/osmo-gsm-tester'
awk: fatal: cannot open file `.release' for reading: No such file or directory
awk: fatal: cannot open file `.release' for reading: No such file or directory
awk: fatal: cannot open file `.release' for reading: No such file or directory
rm -rf .common
cp -r /home/osmocom-build/jenkins/workspace/osmo-gsm-tester_virtual/docker-playground/common .common
INFO: .release created
release=0.0.0
docker build \
	--build-arg USER=osmocom-build \
	--build-arg UID=1000 \
	--build-arg REGISTRY=docker.io \
	--build-arg OSMO_TTCN3_BRANCH=master \
	--build-arg UPSTREAM_DISTRO=debian:bookworm \
	--build-arg DISTRO=debian-bookworm \
	--build-arg OSMOCOM_REPO_MIRROR=https://downloads.osmocom.org \
	--build-arg OSMOCOM_REPO_PATH=packages/osmocom: \
	--build-arg OSMOCOM_REPO_VERSION=latest \
	--build-arg OSMOCOM_REPO_TESTSUITE_MIRROR=https://downloads.osmocom.org \
	--build-arg ASTERISK_BRANCH=sysmocom/master \
	--build-arg LIBOSMOCORE_BRANCH=master \
	--build-arg OSMO_BB_BRANCH=master \
	--build-arg OSMO_BSC_BRANCH=master \
	--build-arg OSMO_BTS_BRANCH=master \
	--build-arg OSMO_CBC_BRANCH=master \
	--build-arg OSMO_DIA2GSUP_BRANCH=master \
	--build-arg OSMO_EPDG_BRANCH=master \
	--build-arg OSMO_GBPROXY_BRANCH=master \
	--build-arg OSMO_GGSN_BRANCH=master \
	--build-arg OSMO_GSM_TESTER_BRANCH=master \
	--build-arg OSMO_HLR_BRANCH=master \
	--build-arg OSMO_HNBGW_BRANCH=master \
	--build-arg OSMO_HNODEB_BRANCH=master \
	--build-arg OSMO_IUH_BRANCH=master \
	--build-arg OSMO_MGW_BRANCH=master \
	--build-arg OSMO_MSC_BRANCH=master \
	--build-arg OSMO_NITB_BRANCH=master \
	--build-arg OSMO_PCU_BRANCH=master \
	--build-arg OSMO_SGSN_BRANCH=master \
	--build-arg OSMO_SIP_BRANCH=master \
	--build-arg OSMO_STP_BRANCH=master \
	--build-arg OSMO_UECUPS_BRANCH=master \
	--build-arg OPEN5GS_BRANCH=main \
	 -t docker.io/osmocom-build/osmo-gsm-tester:latest .
#0 building with "default" instance using docker driver

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

#2 [internal] load build definition from Dockerfile
#2 transferring dockerfile: 5.10kB 0.0s 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 [ 1/32] FROM docker.io/osmocom-build/debian-buster-jenkins
#5 ...

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

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

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

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

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

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

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

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

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

#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.451 Hit:1 http://deb.debian.org/debian buster InRelease
#12 0.451 Hit:2 http://deb.debian.org/debian-security buster/updates InRelease
#12 0.451 Hit:3 https://downloads.osmocom.org/packages/osmocom:/nightly/Debian_10 ./ InRelease
#12 0.451 Hit:4 http://deb.debian.org/debian buster-updates InRelease
#12 0.769 Reading package lists...
#12 1.794 Reading package lists...
#12 2.863 Building dependency tree...
#12 3.101 Reading state information...
#12 3.421 libcap2-bin is already the newest version (1:2.25-2).
#12 3.421 libcap2-bin set to manually installed.
#12 3.421 ofono is already the newest version (1.21-1).
#12 3.421 patchelf is already the newest version (0.9+52.20180509-1).
#12 3.421 python3-gi is already the newest version (3.30.4-1).
#12 3.421 python3-pip is already the newest version (18.1-5).
#12 3.421 python3-setuptools is already the newest version (40.8.0-1).
#12 3.421 python3 is already the newest version (3.7.3-1).
#12 3.421 python3-yaml is already the newest version (3.13-2).
#12 3.421 tcpdump is already the newest version (4.9.3-1~deb10u2).
#12 3.421 dbus is already the newest version (1.12.28-0+deb10u1).
#12 3.421 locales is already the newest version (2.28-10+deb10u2).
#12 3.421 python3-mako is already the newest version (1.0.7+ds1-1+deb10u1).
#12 3.421 sqlite3 is already the newest version (3.27.2-3+deb10u2).
#12 3.421 sudo is already the newest version (1.8.27-1+deb10u6).
#12 3.421 The following additional packages will be installed:
#12 3.423   busybox libiperf0 libjs-sphinxdoc libjs-underscore python3-argh
#12 3.423   python3-pathtools
#12 3.424 Suggested packages:
#12 3.424   gfortran python-numpy-doc python3-pytest python3-numpy-dbg
#12 3.424 Recommended packages:
#12 3.424   javascript-common python3-argcomplete python3-keyring python3-keyrings.alt
#12 3.424   python3-xdg
#12 3.564 The following NEW packages will be installed:
#12 3.566   busybox iperf3 libiperf0 libjs-sphinxdoc libjs-underscore python3-argh
#12 3.566   python3-numpy python3-pathtools python3-watchdog python3-wheel udhcpc
#12 3.612 0 upgraded, 11 newly installed, 0 to remove and 20 not upgraded.
#12 3.612 Need to get 3,044 kB of archives.
#12 3.612 After this operation, 14.6 MB of additional disk space will be used.
#12 3.612 Get:1 http://deb.debian.org/debian buster/main amd64 busybox amd64 1:1.30.1-4 [432 kB]
#12 3.637 Get:2 http://deb.debian.org/debian-security buster/updates/main amd64 libiperf0 amd64 3.6-2+deb10u1 [77.7 kB]
#12 3.638 Get:3 http://deb.debian.org/debian-security buster/updates/main amd64 iperf3 amd64 3.6-2+deb10u1 [26.1 kB]
#12 3.641 Get:4 http://deb.debian.org/debian buster/main amd64 libjs-underscore all 1.9.1~dfsg-1+deb10u1 [100.0 kB]
#12 3.642 Get:5 http://deb.debian.org/debian buster/main amd64 libjs-sphinxdoc all 1.8.4-1 [95.9 kB]
#12 3.644 Get:6 http://deb.debian.org/debian buster/main amd64 python3-argh all 0.26.2-1 [21.9 kB]
#12 3.645 Get:7 http://deb.debian.org/debian buster/main amd64 python3-numpy amd64 1:1.16.2-1 [2,119 kB]
#12 3.667 Get:8 http://deb.debian.org/debian buster/main amd64 python3-pathtools all 0.1.2-2 [11.1 kB]
#12 3.668 Get:9 http://deb.debian.org/debian buster/main amd64 python3-watchdog all 0.9.0-1 [116 kB]
#12 3.668 Get:10 http://deb.debian.org/debian buster/main amd64 python3-wheel all 0.32.3-2 [19.4 kB]
#12 3.669 Get:11 http://deb.debian.org/debian buster/main amd64 udhcpc amd64 1:1.30.1-4 [24.3 kB]
#12 3.868 debconf: delaying package configuration, since apt-utils is not installed
#12 3.919 Fetched 3,044 kB in 0s (42.5 MB/s)
#12 3.947 Selecting previously unselected package busybox.
#12 3.947 (Reading database ... 
(Reading database ... 5%
(Reading database ... 10%
(Reading database ... 15%
(Reading database ... 20%
(Reading database ... 25%
(Reading database ... 30%
(Reading database ... 35%
(Reading database ... 40%
(Reading database ... 45%
(Reading database ... 50%
(Reading database ... 55%
(Reading database ... 60%
(Reading database ... 65%
(Reading database ... 70%
(Reading database ... 75%
(Reading database ... 80%
(Reading database ... 85%
(Reading database ... 90%
(Reading database ... 95%
(Reading database ... 100%
(Reading database ... 102762 files and directories currently installed.)
#12 3.987 Preparing to unpack .../00-busybox_1%3a1.30.1-4_amd64.deb ...
#12 3.990 Unpacking busybox (1:1.30.1-4) ...
#12 4.052 Selecting previously unselected package libiperf0:amd64.
#12 4.060 Preparing to unpack .../01-libiperf0_3.6-2+deb10u1_amd64.deb ...
#12 4.066 Unpacking libiperf0:amd64 (3.6-2+deb10u1) ...
#12 4.105 Selecting previously unselected package iperf3.
#12 4.112 Preparing to unpack .../02-iperf3_3.6-2+deb10u1_amd64.deb ...
#12 4.115 Unpacking iperf3 (3.6-2+deb10u1) ...
#12 4.147 Selecting previously unselected package libjs-underscore.
#12 4.155 Preparing to unpack .../03-libjs-underscore_1.9.1~dfsg-1+deb10u1_all.deb ...
#12 4.158 Unpacking libjs-underscore (1.9.1~dfsg-1+deb10u1) ...
#12 4.196 Selecting previously unselected package libjs-sphinxdoc.
#12 4.201 Preparing to unpack .../04-libjs-sphinxdoc_1.8.4-1_all.deb ...
#12 4.204 Unpacking libjs-sphinxdoc (1.8.4-1) ...
#12 4.244 Selecting previously unselected package python3-argh.
#12 4.251 Preparing to unpack .../05-python3-argh_0.26.2-1_all.deb ...
#12 4.254 Unpacking python3-argh (0.26.2-1) ...
#12 4.292 Selecting previously unselected package python3-numpy.
#12 4.298 Preparing to unpack .../06-python3-numpy_1%3a1.16.2-1_amd64.deb ...
#12 4.301 Unpacking python3-numpy (1:1.16.2-1) ...
#12 4.491 Selecting previously unselected package python3-pathtools.
#12 4.498 Preparing to unpack .../07-python3-pathtools_0.1.2-2_all.deb ...
#12 4.501 Unpacking python3-pathtools (0.1.2-2) ...
#12 4.537 Selecting previously unselected package python3-watchdog.
#12 4.543 Preparing to unpack .../08-python3-watchdog_0.9.0-1_all.deb ...
#12 4.546 Unpacking python3-watchdog (0.9.0-1) ...
#12 4.593 Selecting previously unselected package python3-wheel.
#12 4.600 Preparing to unpack .../09-python3-wheel_0.32.3-2_all.deb ...
#12 4.603 Unpacking python3-wheel (0.32.3-2) ...
#12 4.632 Selecting previously unselected package udhcpc.
#12 4.638 Preparing to unpack .../10-udhcpc_1%3a1.30.1-4_amd64.deb ...
#12 4.641 Unpacking udhcpc (1:1.30.1-4) ...
#12 4.704 Setting up python3-argh (0.26.2-1) ...
#12 4.841 Setting up python3-wheel (0.32.3-2) ...
#12 4.956 Setting up busybox (1:1.30.1-4) ...
#12 4.967 Setting up python3-pathtools (0.1.2-2) ...
#12 5.075 Setting up libiperf0:amd64 (3.6-2+deb10u1) ...
#12 5.085 Setting up python3-numpy (1:1.16.2-1) ...
#12 5.920 Setting up udhcpc (1:1.30.1-4) ...
#12 5.938 Setting up libjs-underscore (1.9.1~dfsg-1+deb10u1) ...
#12 5.946 Setting up iperf3 (3.6-2+deb10u1) ...
#12 5.959 Setting up libjs-sphinxdoc (1.8.4-1) ...
#12 5.970 Setting up python3-watchdog (0.9.0-1) ...
#12 6.105 Processing triggers for man-db (2.8.5-2+deb10u1) ...
#12 6.285 Processing triggers for libc-bin (2.28-10+deb10u2) ...
#12 DONE 6.4s

#13 [ 6/32] RUN	PIP3 install 		"git+https://github.com/podshumok/python-smpplib.git@master#egg=smpplib" 		pydbus 		pyusb 		pysispm 		pymongo
#13 1.111 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.112 Requirement already satisfied: pydbus in /usr/local/lib/python3.7/dist-packages (0.6.0)
#13 1.113 Requirement already satisfied: pyusb in /usr/lib/python3/dist-packages (1.0.2)
#13 1.114 Requirement already satisfied: pysispm in /usr/local/lib/python3.7/dist-packages (0.6)
#13 1.129 Collecting pymongo
#13 2.157   Downloading https://files.pythonhosted.org/packages/12/24/3642a6f2217b89ad798d2e0643321e1fc04d26cd665b9ac8847960720d32/pymongo-4.6.3-cp37-cp37m-manylinux1_x86_64.whl (671kB)
#13 2.268 Requirement already satisfied: six in /usr/lib/python3/dist-packages (from smpplib) (1.12.0)
#13 2.283 Collecting dnspython<3.0.0,>=1.16.0 (from pymongo)
#13 2.318   Downloading https://files.pythonhosted.org/packages/12/86/d305e87555430ff4630d729420d97dece3b16efcbf2b7d7e974d11b0d86c/dnspython-2.3.0-py3-none-any.whl (283kB)
#13 2.666 Installing collected packages: dnspython, pymongo
#13 2.958 Successfully installed dnspython-2.3.0 pymongo-4.6.3
#13 DONE 3.0s

#14 [ 7/32] RUN	APT-GET update && apt-get install -y openssh-server
#14 0.373 Hit:1 http://deb.debian.org/debian buster InRelease
#14 0.373 Hit:2 http://deb.debian.org/debian-security buster/updates InRelease
#14 0.375 Hit:3 https://downloads.osmocom.org/packages/osmocom:/nightly/Debian_10 ./ InRelease
#14 0.375 Hit:4 http://deb.debian.org/debian buster-updates InRelease
#14 0.714 Reading package lists...
#14 1.587 Reading package lists...
#14 2.399 Building dependency tree...
#14 2.641 Reading state information...
#14 2.935 The following additional packages will be installed:
#14 2.936   libnss-systemd libpam-systemd libxmuu1 ncurses-term openssh-sftp-server
#14 2.936   systemd-sysv xauth
#14 2.938 Suggested packages:
#14 2.938   molly-guard monkeysphere rssh ssh-askpass ufw
#14 2.994 The following NEW packages will be installed:
#14 2.994   libnss-systemd libpam-systemd libxmuu1 ncurses-term openssh-server
#14 2.995   openssh-sftp-server systemd-sysv xauth
#14 3.023 0 upgraded, 8 newly installed, 0 to remove and 20 not upgraded.
#14 3.023 Need to get 1,468 kB of archives.
#14 3.023 After this operation, 6,952 kB of additional disk space will be used.
#14 3.023 Get:1 http://deb.debian.org/debian-security buster/updates/main amd64 systemd-sysv amd64 241-7~deb10u10 [100 kB]
#14 3.036 Get:2 http://deb.debian.org/debian-security buster/updates/main amd64 libpam-systemd amd64 241-7~deb10u10 [209 kB]
#14 3.042 Get:3 http://deb.debian.org/debian-security buster/updates/main amd64 ncurses-term all 6.1+20181013-2+deb10u5 [491 kB]
#14 3.049 Get:4 http://deb.debian.org/debian buster/main amd64 libxmuu1 amd64 2:1.1.2-2+b3 [23.9 kB]
#14 3.050 Get:5 http://deb.debian.org/debian-security buster/updates/main amd64 openssh-sftp-server amd64 1:7.9p1-10+deb10u4 [44.9 kB]
#14 3.050 Get:6 http://deb.debian.org/debian-security buster/updates/main amd64 openssh-server amd64 1:7.9p1-10+deb10u4 [353 kB]
#14 3.053 Get:7 http://deb.debian.org/debian buster/main amd64 xauth amd64 1:1.0.10-1 [40.3 kB]
#14 3.054 Get:8 http://deb.debian.org/debian-security buster/updates/main amd64 libnss-systemd amd64 241-7~deb10u10 [205 kB]
#14 3.262 debconf: delaying package configuration, since apt-utils is not installed
#14 3.323 Fetched 1,468 kB in 0s (32.5 MB/s)
#14 3.357 Selecting previously unselected package systemd-sysv.
#14 3.357 (Reading database ... 
(Reading database ... 5%
(Reading database ... 10%
(Reading database ... 15%
(Reading database ... 20%
(Reading database ... 25%
(Reading database ... 30%
(Reading database ... 35%
(Reading database ... 40%
(Reading database ... 45%
(Reading database ... 50%
(Reading database ... 55%
(Reading database ... 60%
(Reading database ... 65%
(Reading database ... 70%
(Reading database ... 75%
(Reading database ... 80%
(Reading database ... 85%
(Reading database ... 90%
(Reading database ... 95%
(Reading database ... 100%
(Reading database ... 103418 files and directories currently installed.)
#14 3.398 Preparing to unpack .../0-systemd-sysv_241-7~deb10u10_amd64.deb ...
#14 3.401 Unpacking systemd-sysv (241-7~deb10u10) ...
#14 3.450 Selecting previously unselected package libpam-systemd:amd64.
#14 3.456 Preparing to unpack .../1-libpam-systemd_241-7~deb10u10_amd64.deb ...
#14 3.459 Unpacking libpam-systemd:amd64 (241-7~deb10u10) ...
#14 3.509 Selecting previously unselected package ncurses-term.
#14 3.515 Preparing to unpack .../2-ncurses-term_6.1+20181013-2+deb10u5_all.deb ...
#14 3.518 Unpacking ncurses-term (6.1+20181013-2+deb10u5) ...
#14 3.723 Selecting previously unselected package libxmuu1:amd64.
#14 3.730 Preparing to unpack .../3-libxmuu1_2%3a1.1.2-2+b3_amd64.deb ...
#14 3.736 Unpacking libxmuu1:amd64 (2:1.1.2-2+b3) ...
#14 3.773 Selecting previously unselected package openssh-sftp-server.
#14 3.779 Preparing to unpack .../4-openssh-sftp-server_1%3a7.9p1-10+deb10u4_amd64.deb ...
#14 3.782 Unpacking openssh-sftp-server (1:7.9p1-10+deb10u4) ...
#14 3.826 Selecting previously unselected package openssh-server.
#14 3.832 Preparing to unpack .../5-openssh-server_1%3a7.9p1-10+deb10u4_amd64.deb ...
#14 3.851 Unpacking openssh-server (1:7.9p1-10+deb10u4) ...
#14 3.915 Selecting previously unselected package xauth.
#14 3.922 Preparing to unpack .../6-xauth_1%3a1.0.10-1_amd64.deb ...
#14 3.925 Unpacking xauth (1:1.0.10-1) ...
#14 3.971 Selecting previously unselected package libnss-systemd:amd64.
#14 3.978 Preparing to unpack .../7-libnss-systemd_241-7~deb10u10_amd64.deb ...
#14 3.981 Unpacking libnss-systemd:amd64 (241-7~deb10u10) ...
#14 4.053 Setting up openssh-sftp-server (1:7.9p1-10+deb10u4) ...
#14 4.067 Setting up systemd-sysv (241-7~deb10u10) ...
#14 4.076 Setting up openssh-server (1:7.9p1-10+deb10u4) ...
#14 4.164 debconf: unable to initialize frontend: Dialog
#14 4.164 debconf: (TERM is not set, so the dialog frontend is not usable.)
#14 4.164 debconf: falling back to frontend: Readline
#14 4.229 
#14 4.229 Creating config file /etc/ssh/sshd_config with new version
#14 4.269 Creating SSH2 RSA key; this may take some time ...
#14 4.465 2048 SHA256:x0mzdjjvFvLlX68hap34skHSEXsuGthwGSm27ESl+fY root@buildkitsandbox (RSA)
#14 4.467 Creating SSH2 ECDSA key; this may take some time ...
#14 4.475 256 SHA256:FpTrcIt4FdmLbqSk2w1Ljp+tVo9NsyD3s1S01udQCOE root@buildkitsandbox (ECDSA)
#14 4.476 Creating SSH2 ED25519 key; this may take some time ...
#14 4.483 256 SHA256:5AsiqGZ8qJi4hXPy8cieucBq8Ou//gXUOit9q3Mp/OE root@buildkitsandbox (ED25519)
#14 4.671 Created symlink /etc/systemd/system/sshd.service → /lib/systemd/system/ssh.service.
#14 4.671 Created symlink /etc/systemd/system/multi-user.target.wants/ssh.service → /lib/systemd/system/ssh.service.
#14 4.752 invoke-rc.d: could not determine current runlevel
#14 4.755 invoke-rc.d: policy-rc.d denied execution of start.
#14 4.775 Setting up libnss-systemd:amd64 (241-7~deb10u10) ...
#14 4.785 First installation detected...
#14 4.785 Checking NSS setup...
#14 4.790 Setting up libpam-systemd:amd64 (241-7~deb10u10) ...
#14 4.853 debconf: unable to initialize frontend: Dialog
#14 4.853 debconf: (TERM is not set, so the dialog frontend is not usable.)
#14 4.853 debconf: falling back to frontend: Readline
#14 4.919 Setting up libxmuu1:amd64 (2:1.1.2-2+b3) ...
#14 4.928 Setting up ncurses-term (6.1+20181013-2+deb10u5) ...
#14 4.936 Setting up xauth (1:1.0.10-1) ...
#14 4.949 Processing triggers for systemd (241-7~deb10u10) ...
#14 4.959 Processing triggers for man-db (2.8.5-2+deb10u1) ...
#14 5.119 Processing triggers for libc-bin (2.28-10+deb10u2) ...
#14 DONE 5.2s

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

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

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

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

#19 [12/32] RUN	MKDIR -p /osmo-gsm-tester-srsue                  /osmo-gsm-tester-srsenb                  /osmo-gsm-tester-srsepc                  /osmo-gsm-tester-trx 		 /osmo-gsm-tester-grbroker 		 /osmo-gsm-tester-open5gs
#19 DONE 0.4s

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

#21 [14/32] RUN sed -i -e 's/# en_US.UTF-8 UTF-8/en_US.UTF-8 UTF-8/' /etc/locale.gen &&     dpkg-reconfigure --frontend=noninteractive locales &&     update-locale LANG=en_US.UTF-8
#21 0.773 Generating locales (this might take a while)...
#21 0.776   en_US.UTF-8... done
#21 1.721 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.0s

#23 [16/32] RUN     cd /tmp &&         tar -zxf /tmp/patchelf-0.11.tar.gz &&         cd patchelf-0.11 && 	autoreconf -fi &&         ./configure --prefix=/usr/local &&         make &&         make install
#23 2.638 configure.ac:6: installing 'build-aux/compile'
#23 2.641 configure.ac:4: installing 'build-aux/install-sh'
#23 2.645 configure.ac:4: installing 'build-aux/missing'
#23 2.701 src/Makefile.am: installing 'build-aux/depcomp'
#23 2.839 checking for a BSD-compatible install... /usr/bin/install -c
#23 2.846 checking whether build environment is sane... yes
#23 2.853 checking for a thread-safe mkdir -p... /bin/mkdir -p
#23 2.855 checking for gawk... gawk
#23 2.855 checking whether make sets $(MAKE)... yes
#23 2.863 checking whether make supports nested variables... yes
#23 2.871 checking whether make supports the include directive... yes (GNU style)
#23 2.877 checking for gcc... gcc
#23 2.898 checking whether the C compiler works... yes
#23 2.968 checking for C compiler default output file name... a.out
#23 2.969 checking for suffix of executables... 
#23 3.001 checking whether we are cross compiling... no
#23 3.036 checking for suffix of object files... o
#23 3.054 checking whether we are using the GNU C compiler... yes
#23 3.069 checking whether gcc accepts -g... yes
#23 3.086 checking for gcc option to accept ISO C89... none needed
#23 3.119 checking whether gcc understands -c and -o together... yes
#23 3.151 checking dependency style of gcc... gcc3
#23 3.181 checking for g++... g++
#23 3.201 checking whether we are using the GNU C++ compiler... yes
#23 3.254 checking whether g++ accepts -g... yes
#23 3.273 checking dependency style of g++... gcc3
#23 3.305 Setting page size to 4096
#23 3.320 checking that generated files are newer than configure... done
#23 3.851 configure: creating ./config.status
#23 3.908 config.status: creating Makefile
#23 3.916 config.status: creating src/Makefile
#23 3.929 config.status: creating tests/Makefile
#23 3.940 config.status: creating patchelf.spec
#23 3.948 config.status: executing depfiles commands
#23 4.006 Making all in src
#23 4.008 make[1]: Entering directory '/tmp/patchelf-0.11/src'
#23 4.008 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.680 mv -f .deps/patchelf.Tpo .deps/patchelf.Po
#23 7.684 g++ -Wall -std=c++11 -D_FILE_OFFSET_BITS=64 -g -O2   -o patchelf patchelf.o  
#23 7.741 make[1]: Leaving directory '/tmp/patchelf-0.11/src'
#23 7.742 Making all in tests
#23 7.744 make[1]: Entering directory '/tmp/patchelf-0.11/tests'
#23 7.744 make[1]: Nothing to be done for 'all'.
#23 7.744 make[1]: Leaving directory '/tmp/patchelf-0.11/tests'
#23 7.745 make[1]: Entering directory '/tmp/patchelf-0.11'
#23 7.745 make[1]: Nothing to be done for 'all-am'.
#23 7.745 make[1]: Leaving directory '/tmp/patchelf-0.11'
#23 7.750 Making install in src
#23 7.759 make[1]: Entering directory '/tmp/patchelf-0.11/src'
#23 7.769 make[2]: Entering directory '/tmp/patchelf-0.11/src'
#23 7.771  /bin/mkdir -p '/usr/local/bin'
#23 7.774   /usr/bin/install -c patchelf '/usr/local/bin'
#23 7.777 make[2]: Nothing to be done for 'install-data-am'.
#23 7.777 make[2]: Leaving directory '/tmp/patchelf-0.11/src'
#23 7.777 make[1]: Leaving directory '/tmp/patchelf-0.11/src'
#23 7.778 Making install in tests
#23 7.780 make[1]: Entering directory '/tmp/patchelf-0.11/tests'
#23 7.782 make[2]: Entering directory '/tmp/patchelf-0.11/tests'
#23 7.782 make[2]: Nothing to be done for 'install-exec-am'.
#23 7.782 make[2]: Nothing to be done for 'install-data-am'.
#23 7.782 make[2]: Leaving directory '/tmp/patchelf-0.11/tests'
#23 7.782 make[1]: Leaving directory '/tmp/patchelf-0.11/tests'
#23 7.784 make[1]: Entering directory '/tmp/patchelf-0.11'
#23 7.785 make[2]: Entering directory '/tmp/patchelf-0.11'
#23 7.785 make[2]: Nothing to be done for 'install-exec-am'.
#23 7.786  /bin/mkdir -p '/usr/local/share/doc/patchelf'
#23 7.788  /usr/bin/install -c -m 644 README.md '/usr/local/share/doc/patchelf'
#23 7.792  /bin/mkdir -p '/usr/local/share/man/man1'
#23 7.795  /usr/bin/install -c -m 644 patchelf.1 '/usr/local/share/man/man1'
#23 7.796 make[2]: Leaving directory '/tmp/patchelf-0.11'
#23 7.796 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.364 Hit:1 http://deb.debian.org/debian buster InRelease
#24 0.364 Hit:2 http://deb.debian.org/debian-security buster/updates InRelease
#24 0.364 Hit:3 http://deb.debian.org/debian buster-updates InRelease
#24 0.382 Hit:4 https://downloads.osmocom.org/packages/osmocom:/nightly/Debian_10 ./ InRelease
#24 0.745 Reading package lists...
#24 1.569 Reading package lists...
#24 2.396 Building dependency tree...
#24 2.574 Reading state information...
#24 2.688 The following additional packages will be installed:
#24 2.688   libasn1c1 libgtp6 libosmo-gsup-client0 libosmo-ranap7 libosmo-sigtran9
#24 2.688   libosmoabis13 libosmocodec4 libosmocoding0 libosmocore libosmocore21
#24 2.688   libosmoctrl0 libosmogb14 libosmogsm20 libosmoisdn0 libosmonetif11
#24 2.688   libosmosim2 libosmotrau2 libosmousb0 libosmovty13 libsmpp1 osmocom-nightly
#24 2.740 The following NEW packages will be installed:
#24 2.740   libasn1c-dev libasn1c1 libgtp-dev libgtp6 libosmo-abis-dev
#24 2.740   libosmo-gsup-client-dev libosmo-gsup-client0 libosmo-netif-dev
#24 2.740   libosmo-ranap-dev libosmo-ranap7 libosmo-sccp-dev libosmo-sigtran-dev
#24 2.740   libosmo-sigtran9 libosmoabis13 libosmocodec4 libosmocoding0 libosmocore
#24 2.740   libosmocore-dev libosmocore21 libosmoctrl0 libosmogb14 libosmogsm20
#24 2.740   libosmoisdn0 libosmonetif11 libosmosim2 libosmotrau2 libosmousb0
#24 2.741   libosmovty13 libsmpp1 libsmpp34-dev osmocom-nightly telnet
#24 2.776 0 upgraded, 32 newly installed, 0 to remove and 20 not upgraded.
#24 2.776 Need to get 4,198 kB of archives.
#24 2.776 After this operation, 18.6 MB of additional disk space will be used.
#24 2.776 Get:1 http://deb.debian.org/debian buster/main amd64 telnet amd64 0.17-41.2 [70.4 kB]
#24 2.779 Get:2 https://downloads.osmocom.org/packages/osmocom:/nightly/Debian_10 ./ osmocom-nightly 202404012026 [1,168 B]
#24 2.781 Get:3 https://downloads.osmocom.org/packages/osmocom:/nightly/Debian_10 ./ libosmocore21 1.9.0.192.1c24.202404012026 [173 kB]
#24 2.784 Get:4 https://downloads.osmocom.org/packages/osmocom:/nightly/Debian_10 ./ libgtp6 1.11.0.18.1f9c.202404012026 [42.8 kB]
#24 2.784 Get:5 https://downloads.osmocom.org/packages/osmocom:/nightly/Debian_10 ./ libgtp-dev 1.11.0.18.1f9c.202404012026 [142 kB]
#24 2.786 Get:6 https://downloads.osmocom.org/packages/osmocom:/nightly/Debian_10 ./ libosmocodec4 1.9.0.192.1c24.202404012026 [60.6 kB]
#24 2.787 Get:7 https://downloads.osmocom.org/packages/osmocom:/nightly/Debian_10 ./ libosmoisdn0 1.9.0.192.1c24.202404012026 [79.9 kB]
#24 2.788 Get:8 https://downloads.osmocom.org/packages/osmocom:/nightly/Debian_10 ./ libosmogsm20 1.9.0.192.1c24.202404012026 [233 kB]
#24 2.790 Get:9 https://downloads.osmocom.org/packages/osmocom:/nightly/Debian_10 ./ libosmovty13 1.9.0.192.1c24.202404012026 [112 kB]
#24 2.791 Get:10 https://downloads.osmocom.org/packages/osmocom:/nightly/Debian_10 ./ libosmotrau2 1.5.1.11.5277.202404012026 [30.6 kB]
#24 2.791 Get:11 https://downloads.osmocom.org/packages/osmocom:/nightly/Debian_10 ./ libosmoabis13 1.5.1.11.5277.202404012026 [74.1 kB]
#24 2.796 Get:12 https://downloads.osmocom.org/packages/osmocom:/nightly/Debian_10 ./ libosmo-abis-dev 1.5.1.11.5277.202404012026 [112 kB]
#24 2.816 Get:13 https://downloads.osmocom.org/packages/osmocom:/nightly/Debian_10 ./ libosmo-gsup-client0 1.7.0.11.da4f.202404012026 [23.2 kB]
#24 2.816 Get:14 https://downloads.osmocom.org/packages/osmocom:/nightly/Debian_10 ./ libosmocoding0 1.9.0.192.1c24.202404012026 [79.1 kB]
#24 2.817 Get:15 https://downloads.osmocom.org/packages/osmocom:/nightly/Debian_10 ./ libosmogb14 1.9.0.192.1c24.202404012026 [188 kB]
#24 2.820 Get:16 https://downloads.osmocom.org/packages/osmocom:/nightly/Debian_10 ./ libosmoctrl0 1.9.0.192.1c24.202404012026 [69.3 kB]
#24 2.821 Get:17 https://downloads.osmocom.org/packages/osmocom:/nightly/Debian_10 ./ libosmosim2 1.9.0.192.1c24.202404012026 [73.2 kB]
#24 2.823 Get:18 https://downloads.osmocom.org/packages/osmocom:/nightly/Debian_10 ./ libosmousb0 1.9.0.192.1c24.202404012026 [60.0 kB]
#24 2.824 Get:19 https://downloads.osmocom.org/packages/osmocom:/nightly/Debian_10 ./ libosmocore 1.9.0.192.1c24.202404012026 [53.3 kB]
#24 2.825 Get:20 https://downloads.osmocom.org/packages/osmocom:/nightly/Debian_10 ./ libosmocore-dev 1.9.0.192.1c24.202404012026 [839 kB]
#24 2.833 Get:21 https://downloads.osmocom.org/packages/osmocom:/nightly/Debian_10 ./ libosmo-gsup-client-dev 1.7.0.11.da4f.202404012026 [26.4 kB]
#24 2.834 Get:22 https://downloads.osmocom.org/packages/osmocom:/nightly/Debian_10 ./ libosmonetif11 1.4.0.49.5fec.202404012026 [53.8 kB]
#24 2.834 Get:23 https://downloads.osmocom.org/packages/osmocom:/nightly/Debian_10 ./ libosmo-netif-dev 1.4.0.49.5fec.202404012026 [65.5 kB]
#24 2.835 Get:24 https://downloads.osmocom.org/packages/osmocom:/nightly/Debian_10 ./ libosmo-sccp-dev 1.8.0.59.513e.202404012026 [94.9 kB]
#24 2.836 Get:25 https://downloads.osmocom.org/packages/osmocom:/nightly/Debian_10 ./ libosmo-sigtran9 1.8.0.59.513e.202404012026 [124 kB]
#24 2.837 Get:26 https://downloads.osmocom.org/packages/osmocom:/nightly/Debian_10 ./ libosmo-sigtran-dev 1.8.0.59.513e.202404012026 [583 kB]
#24 2.842 Get:27 https://downloads.osmocom.org/packages/osmocom:/nightly/Debian_10 ./ libsmpp1 1.14.3.2.4b6d.202404012026 [109 kB]
#24 2.881 Get:28 https://downloads.osmocom.org/packages/osmocom:/nightly/Debian_10 ./ libsmpp34-dev 1.14.3.2.4b6d.202404012026 [123 kB]
#24 2.899 Get:29 https://downloads.osmocom.org/packages/osmocom:/nightly/Debian_10 ./ libasn1c1 0.9.36.1.3dfa.202404012026 [77.2 kB]
#24 2.900 Get:30 https://downloads.osmocom.org/packages/osmocom:/nightly/Debian_10 ./ libasn1c-dev 0.9.36.1.3dfa.202404012026 [110 kB]
#24 2.921 Get:31 https://downloads.osmocom.org/packages/osmocom:/nightly/Debian_10 ./ libosmo-ranap7 1.5.1.6.fc08.202404012026 [219 kB]
#24 2.975 Get:32 https://downloads.osmocom.org/packages/osmocom:/nightly/Debian_10 ./ libosmo-ranap-dev 1.5.1.6.fc08.202404012026 [93.4 kB]
#24 3.191 debconf: delaying package configuration, since apt-utils is not installed
#24 3.267 Fetched 4,198 kB in 0s (19.7 MB/s)
#24 3.306 Selecting previously unselected package telnet.
#24 3.306 (Reading database ... 
(Reading database ... 5%
(Reading database ... 10%
(Reading database ... 15%
(Reading database ... 20%
(Reading database ... 25%
(Reading database ... 30%
(Reading database ... 35%
(Reading database ... 40%
(Reading database ... 45%
(Reading database ... 50%
(Reading database ... 55%
(Reading database ... 60%
(Reading database ... 65%
(Reading database ... 70%
(Reading database ... 75%
(Reading database ... 80%
(Reading database ... 85%
(Reading database ... 90%
(Reading database ... 95%
(Reading database ... 100%
(Reading database ... 106264 files and directories currently installed.)
#24 3.349 Preparing to unpack .../00-telnet_0.17-41.2_amd64.deb ...
#24 3.352 Unpacking telnet (0.17-41.2) ...
#24 3.393 Selecting previously unselected package osmocom-nightly.
#24 3.399 Preparing to unpack .../01-osmocom-nightly_202404012026_amd64.deb ...
#24 3.402 Unpacking osmocom-nightly (202404012026) ...
#24 3.442 Selecting previously unselected package libosmocore21:amd64.
#24 3.449 Preparing to unpack .../02-libosmocore21_1.9.0.192.1c24.202404012026_amd64.deb ...
#24 3.455 Unpacking libosmocore21:amd64 (1.9.0.192.1c24.202404012026) ...
#24 3.498 Selecting previously unselected package libgtp6:amd64.
#24 3.506 Preparing to unpack .../03-libgtp6_1.11.0.18.1f9c.202404012026_amd64.deb ...
#24 3.512 Unpacking libgtp6:amd64 (1.11.0.18.1f9c.202404012026) ...
#24 3.546 Selecting previously unselected package libgtp-dev:amd64.
#24 3.552 Preparing to unpack .../04-libgtp-dev_1.11.0.18.1f9c.202404012026_amd64.deb ...
#24 3.556 Unpacking libgtp-dev:amd64 (1.11.0.18.1f9c.202404012026) ...
#24 3.609 Selecting previously unselected package libosmocodec4:amd64.
#24 3.617 Preparing to unpack .../05-libosmocodec4_1.9.0.192.1c24.202404012026_amd64.deb ...
#24 3.620 Unpacking libosmocodec4:amd64 (1.9.0.192.1c24.202404012026) ...
#24 3.656 Selecting previously unselected package libosmoisdn0:amd64.
#24 3.663 Preparing to unpack .../06-libosmoisdn0_1.9.0.192.1c24.202404012026_amd64.deb ...
#24 3.670 Unpacking libosmoisdn0:amd64 (1.9.0.192.1c24.202404012026) ...
#24 3.710 Selecting previously unselected package libosmogsm20:amd64.
#24 3.717 Preparing to unpack .../07-libosmogsm20_1.9.0.192.1c24.202404012026_amd64.deb ...
#24 3.720 Unpacking libosmogsm20:amd64 (1.9.0.192.1c24.202404012026) ...
#24 3.775 Selecting previously unselected package libosmovty13:amd64.
#24 3.780 Preparing to unpack .../08-libosmovty13_1.9.0.192.1c24.202404012026_amd64.deb ...
#24 3.783 Unpacking libosmovty13:amd64 (1.9.0.192.1c24.202404012026) ...
#24 3.822 Selecting previously unselected package libosmotrau2:amd64.
#24 3.829 Preparing to unpack .../09-libosmotrau2_1.5.1.11.5277.202404012026_amd64.deb ...
#24 3.832 Unpacking libosmotrau2:amd64 (1.5.1.11.5277.202404012026) ...
#24 3.868 Selecting previously unselected package libosmoabis13:amd64.
#24 3.875 Preparing to unpack .../10-libosmoabis13_1.5.1.11.5277.202404012026_amd64.deb ...
#24 3.884 Unpacking libosmoabis13:amd64 (1.5.1.11.5277.202404012026) ...
#24 3.960 Selecting previously unselected package libosmo-abis-dev:amd64.
#24 3.968 Preparing to unpack .../11-libosmo-abis-dev_1.5.1.11.5277.202404012026_amd64.deb ...
#24 3.982 Unpacking libosmo-abis-dev:amd64 (1.5.1.11.5277.202404012026) ...
#24 4.082 Selecting previously unselected package libosmo-gsup-client0:amd64.
#24 4.090 Preparing to unpack .../12-libosmo-gsup-client0_1.7.0.11.da4f.202404012026_amd64.deb ...
#24 4.111 Unpacking libosmo-gsup-client0:amd64 (1.7.0.11.da4f.202404012026) ...
#24 4.184 Selecting previously unselected package libosmocoding0:amd64.
#24 4.192 Preparing to unpack .../13-libosmocoding0_1.9.0.192.1c24.202404012026_amd64.deb ...
#24 4.204 Unpacking libosmocoding0:amd64 (1.9.0.192.1c24.202404012026) ...
#24 4.287 Selecting previously unselected package libosmogb14:amd64.
#24 4.294 Preparing to unpack .../14-libosmogb14_1.9.0.192.1c24.202404012026_amd64.deb ...
#24 4.306 Unpacking libosmogb14:amd64 (1.9.0.192.1c24.202404012026) ...
#24 4.360 Selecting previously unselected package libosmoctrl0:amd64.
#24 4.367 Preparing to unpack .../15-libosmoctrl0_1.9.0.192.1c24.202404012026_amd64.deb ...
#24 4.370 Unpacking libosmoctrl0:amd64 (1.9.0.192.1c24.202404012026) ...
#24 4.406 Selecting previously unselected package libosmosim2:amd64.
#24 4.413 Preparing to unpack .../16-libosmosim2_1.9.0.192.1c24.202404012026_amd64.deb ...
#24 4.418 Unpacking libosmosim2:amd64 (1.9.0.192.1c24.202404012026) ...
#24 4.459 Selecting previously unselected package libosmousb0:amd64.
#24 4.466 Preparing to unpack .../17-libosmousb0_1.9.0.192.1c24.202404012026_amd64.deb ...
#24 4.470 Unpacking libosmousb0:amd64 (1.9.0.192.1c24.202404012026) ...
#24 4.509 Selecting previously unselected package libosmocore.
#24 4.516 Preparing to unpack .../18-libosmocore_1.9.0.192.1c24.202404012026_amd64.deb ...
#24 4.519 Unpacking libosmocore (1.9.0.192.1c24.202404012026) ...
#24 4.550 Selecting previously unselected package libosmocore-dev:amd64.
#24 4.556 Preparing to unpack .../19-libosmocore-dev_1.9.0.192.1c24.202404012026_amd64.deb ...
#24 4.559 Unpacking libosmocore-dev:amd64 (1.9.0.192.1c24.202404012026) ...
#24 4.665 Selecting previously unselected package libosmo-gsup-client-dev:amd64.
#24 4.672 Preparing to unpack .../20-libosmo-gsup-client-dev_1.7.0.11.da4f.202404012026_amd64.deb ...
#24 4.675 Unpacking libosmo-gsup-client-dev:amd64 (1.7.0.11.da4f.202404012026) ...
#24 4.709 Selecting previously unselected package libosmonetif11:amd64.
#24 4.716 Preparing to unpack .../21-libosmonetif11_1.4.0.49.5fec.202404012026_amd64.deb ...
#24 4.719 Unpacking libosmonetif11:amd64 (1.4.0.49.5fec.202404012026) ...
#24 4.762 Selecting previously unselected package libosmo-netif-dev:amd64.
#24 4.769 Preparing to unpack .../22-libosmo-netif-dev_1.4.0.49.5fec.202404012026_amd64.deb ...
#24 4.772 Unpacking libosmo-netif-dev:amd64 (1.4.0.49.5fec.202404012026) ...
#24 4.815 Selecting previously unselected package libosmo-sccp-dev:amd64.
#24 4.822 Preparing to unpack .../23-libosmo-sccp-dev_1.8.0.59.513e.202404012026_amd64.deb ...
#24 4.825 Unpacking libosmo-sccp-dev:amd64 (1.8.0.59.513e.202404012026) ...
#24 4.867 Selecting previously unselected package libosmo-sigtran9:amd64.
#24 4.876 Preparing to unpack .../24-libosmo-sigtran9_1.8.0.59.513e.202404012026_amd64.deb ...
#24 4.879 Unpacking libosmo-sigtran9:amd64 (1.8.0.59.513e.202404012026) ...
#24 4.949 Selecting previously unselected package libosmo-sigtran-dev:amd64.
#24 4.955 Preparing to unpack .../25-libosmo-sigtran-dev_1.8.0.59.513e.202404012026_amd64.deb ...
#24 4.962 Unpacking libosmo-sigtran-dev:amd64 (1.8.0.59.513e.202404012026) ...
#24 5.117 Selecting previously unselected package libsmpp1:amd64.
#24 5.125 Preparing to unpack .../26-libsmpp1_1.14.3.2.4b6d.202404012026_amd64.deb ...
#24 5.141 Unpacking libsmpp1:amd64 (1.14.3.2.4b6d.202404012026) ...
#24 5.241 Selecting previously unselected package libsmpp34-dev:amd64.
#24 5.249 Preparing to unpack .../27-libsmpp34-dev_1.14.3.2.4b6d.202404012026_amd64.deb ...
#24 5.257 Unpacking libsmpp34-dev:amd64 (1.14.3.2.4b6d.202404012026) ...
#24 5.345 Selecting previously unselected package libasn1c1:amd64.
#24 5.352 Preparing to unpack .../28-libasn1c1_0.9.36.1.3dfa.202404012026_amd64.deb ...
#24 5.359 Unpacking libasn1c1:amd64 (0.9.36.1.3dfa.202404012026) ...
#24 5.457 Selecting previously unselected package libasn1c-dev:amd64.
#24 5.465 Preparing to unpack .../29-libasn1c-dev_0.9.36.1.3dfa.202404012026_amd64.deb ...
#24 5.477 Unpacking libasn1c-dev:amd64 (0.9.36.1.3dfa.202404012026) ...
#24 5.560 Selecting previously unselected package libosmo-ranap7:amd64.
#24 5.567 Preparing to unpack .../30-libosmo-ranap7_1.5.1.6.fc08.202404012026_amd64.deb ...
#24 5.582 Unpacking libosmo-ranap7:amd64 (1.5.1.6.fc08.202404012026) ...
#24 5.678 Selecting previously unselected package libosmo-ranap-dev:amd64.
#24 5.684 Preparing to unpack .../31-libosmo-ranap-dev_1.5.1.6.fc08.202404012026_amd64.deb ...
#24 5.693 Unpacking libosmo-ranap-dev:amd64 (1.5.1.6.fc08.202404012026) ...
#24 5.800 Setting up telnet (0.17-41.2) ...
#24 5.823 update-alternatives: using /usr/bin/telnet.netkit to provide /usr/bin/telnet (telnet) in auto mode
#24 5.833 Setting up osmocom-nightly (202404012026) ...
#24 5.844 Setting up libsmpp1:amd64 (1.14.3.2.4b6d.202404012026) ...
#24 5.852 Setting up libosmocore21:amd64 (1.9.0.192.1c24.202404012026) ...
#24 5.861 Setting up libosmousb0:amd64 (1.9.0.192.1c24.202404012026) ...
#24 5.873 Setting up libosmocodec4:amd64 (1.9.0.192.1c24.202404012026) ...
#24 5.885 Setting up libsmpp34-dev:amd64 (1.14.3.2.4b6d.202404012026) ...
#24 5.894 Setting up libosmo-sccp-dev:amd64 (1.8.0.59.513e.202404012026) ...
#24 5.903 Setting up libasn1c1:amd64 (0.9.36.1.3dfa.202404012026) ...
#24 5.918 Setting up libosmovty13:amd64 (1.9.0.192.1c24.202404012026) ...
#24 5.926 Setting up libosmoisdn0:amd64 (1.9.0.192.1c24.202404012026) ...
#24 5.935 Setting up libgtp6:amd64 (1.11.0.18.1f9c.202404012026) ...
#24 5.946 Setting up libgtp-dev:amd64 (1.11.0.18.1f9c.202404012026) ...
#24 5.959 Setting up libasn1c-dev:amd64 (0.9.36.1.3dfa.202404012026) ...
#24 5.967 Setting up libosmogsm20:amd64 (1.9.0.192.1c24.202404012026) ...
#24 5.978 Setting up libosmoabis13:amd64 (1.5.1.11.5277.202404012026) ...
#24 5.992 Setting up libosmoctrl0:amd64 (1.9.0.192.1c24.202404012026) ...
#24 6.001 Setting up libosmogb14:amd64 (1.9.0.192.1c24.202404012026) ...
#24 6.010 Setting up libosmonetif11:amd64 (1.4.0.49.5fec.202404012026) ...
#24 6.019 Setting up libosmo-gsup-client0:amd64 (1.7.0.11.da4f.202404012026) ...
#24 6.036 Setting up libosmocoding0:amd64 (1.9.0.192.1c24.202404012026) ...
#24 6.045 Setting up libosmosim2:amd64 (1.9.0.192.1c24.202404012026) ...
#24 6.054 Setting up libosmotrau2:amd64 (1.5.1.11.5277.202404012026) ...
#24 6.066 Setting up libosmocore (1.9.0.192.1c24.202404012026) ...
#24 6.078 Setting up libosmo-sigtran9:amd64 (1.8.0.59.513e.202404012026) ...
#24 6.087 Setting up libosmo-abis-dev:amd64 (1.5.1.11.5277.202404012026) ...
#24 6.098 Setting up libosmo-ranap7:amd64 (1.5.1.6.fc08.202404012026) ...
#24 6.112 Setting up libosmocore-dev:amd64 (1.9.0.192.1c24.202404012026) ...
#24 6.122 Setting up libosmo-netif-dev:amd64 (1.4.0.49.5fec.202404012026) ...
#24 6.134 Setting up libosmo-ranap-dev:amd64 (1.5.1.6.fc08.202404012026) ...
#24 6.145 Setting up libosmo-gsup-client-dev:amd64 (1.7.0.11.da4f.202404012026) ...
#24 6.153 Setting up libosmo-sigtran-dev:amd64 (1.8.0.59.513e.202404012026) ...
#24 6.163 Processing triggers for man-db (2.8.5-2+deb10u1) ...
#24 6.318 Processing triggers for libc-bin (2.28-10+deb10u2) ...
#24 DONE 6.5s

#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.395 Hit:1 http://deb.debian.org/debian buster InRelease
#25 0.395 Hit:2 https://downloads.osmocom.org/packages/osmocom:/nightly/Debian_10 ./ InRelease
#25 0.395 Hit:3 http://deb.debian.org/debian-security buster/updates InRelease
#25 0.395 Hit:4 http://deb.debian.org/debian buster-updates InRelease
#25 0.764 Reading package lists...
#25 1.645 Reading package lists...
#25 2.411 Building dependency tree...
#25 2.654 Reading state information...
#25 2.866 libboost-program-options-dev is already the newest version (1.67.0.1).
#25 2.866 libboost-program-options-dev set to manually installed.
#25 2.866 cmake is already the newest version (3.13.4-1).
#25 2.866 libfftw3-dev is already the newest version (3.3.8-2).
#25 2.866 libsctp-dev is already the newest version (1.0.18+dfsg-1).
#25 2.866 libpcsclite-dev is already the newest version (1.8.24-1).
#25 2.866 libuhd-dev is already the newest version (3.13.1.0-3).
#25 2.866 Suggested packages:
#25 2.866   libmbedtls-doc libsoapysdr-doc
#25 2.866 Recommended packages:
#25 2.866   libconfig-doc soapysdr0.6-module-all | soapysdr0.6-module
#25 2.964 The following NEW packages will be installed:
#25 2.964   libconfig++-dev libconfig++9v5 libconfig-dev libconfig9 libczmq-dev libczmq4
#25 2.965   libmbedtls-dev libsoapysdr-dev libsoapysdr0.6 soapysdr-module-lms7
#25 2.965   soapysdr0.6-module-lms7
#25 3.001 0 upgraded, 11 newly installed, 0 to remove and 20 not upgraded.
#25 3.001 Need to get 1,403 kB of archives.
#25 3.001 After this operation, 6,369 kB of additional disk space will be used.
#25 3.001 Get:1 http://deb.debian.org/debian buster/main amd64 libconfig++9v5 amd64 1.5-0.4 [40.0 kB]
#25 3.009 Get:2 http://deb.debian.org/debian buster/main amd64 libconfig9 amd64 1.5-0.4 [29.9 kB]
#25 3.010 Get:3 http://deb.debian.org/debian buster/main amd64 libconfig-dev amd64 1.5-0.4 [60.8 kB]
#25 3.015 Get:4 http://deb.debian.org/debian buster/main amd64 libconfig++-dev amd64 1.5-0.4 [44.1 kB]
#25 3.016 Get:5 http://deb.debian.org/debian buster/main amd64 libczmq4 amd64 4.2.0-2 [168 kB]
#25 3.021 Get:6 http://deb.debian.org/debian buster/main amd64 libczmq-dev amd64 4.2.0-2 [395 kB]
#25 3.027 Get:7 http://deb.debian.org/debian-security buster/updates/main amd64 libmbedtls-dev amd64 2.16.9-0~deb10u1 [514 kB]
#25 3.031 Get:8 http://deb.debian.org/debian buster/main amd64 libsoapysdr0.6 amd64 0.6.1-4+b1 [68.4 kB]
#25 3.032 Get:9 http://deb.debian.org/debian buster/main amd64 libsoapysdr-dev amd64 0.6.1-4+b1 [28.2 kB]
#25 3.032 Get:10 http://deb.debian.org/debian buster/main amd64 soapysdr0.6-module-lms7 amd64 18.06.0+dfsg-1+b1 [54.1 kB]
#25 3.033 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.242 debconf: delaying package configuration, since apt-utils is not installed
#25 3.320 Fetched 1,403 kB in 0s (30.7 MB/s)
#25 3.395 Selecting previously unselected package libconfig++9v5:amd64.
#25 3.395 (Reading database ... 
(Reading database ... 5%
(Reading database ... 10%
(Reading database ... 15%
(Reading database ... 20%
(Reading database ... 25%
(Reading database ... 30%
(Reading database ... 35%
(Reading database ... 40%
(Reading database ... 45%
(Reading database ... 50%
(Reading database ... 55%
(Reading database ... 60%
(Reading database ... 65%
(Reading database ... 70%
(Reading database ... 75%
(Reading database ... 80%
(Reading database ... 85%
(Reading database ... 90%
(Reading database ... 95%
(Reading database ... 100%
(Reading database ... 107456 files and directories currently installed.)
#25 3.439 Preparing to unpack .../00-libconfig++9v5_1.5-0.4_amd64.deb ...
#25 3.464 Unpacking libconfig++9v5:amd64 (1.5-0.4) ...
#25 3.575 Selecting previously unselected package libconfig9:amd64.
#25 3.583 Preparing to unpack .../01-libconfig9_1.5-0.4_amd64.deb ...
#25 3.603 Unpacking libconfig9:amd64 (1.5-0.4) ...
#25 3.697 Selecting previously unselected package libconfig-dev:amd64.
#25 3.703 Preparing to unpack .../02-libconfig-dev_1.5-0.4_amd64.deb ...
#25 3.713 Unpacking libconfig-dev:amd64 (1.5-0.4) ...
#25 3.783 Selecting previously unselected package libconfig++-dev:amd64.
#25 3.790 Preparing to unpack .../03-libconfig++-dev_1.5-0.4_amd64.deb ...
#25 3.800 Unpacking libconfig++-dev:amd64 (1.5-0.4) ...
#25 3.900 Selecting previously unselected package libczmq4:amd64.
#25 3.908 Preparing to unpack .../04-libczmq4_4.2.0-2_amd64.deb ...
#25 3.918 Unpacking libczmq4:amd64 (4.2.0-2) ...
#25 4.018 Selecting previously unselected package libczmq-dev:amd64.
#25 4.026 Preparing to unpack .../05-libczmq-dev_4.2.0-2_amd64.deb ...
#25 4.039 Unpacking libczmq-dev:amd64 (4.2.0-2) ...
#25 4.155 Selecting previously unselected package libmbedtls-dev:amd64.
#25 4.162 Preparing to unpack .../06-libmbedtls-dev_2.16.9-0~deb10u1_amd64.deb ...
#25 4.173 Unpacking libmbedtls-dev:amd64 (2.16.9-0~deb10u1) ...
#25 4.289 Selecting previously unselected package libsoapysdr0.6:amd64.
#25 4.296 Preparing to unpack .../07-libsoapysdr0.6_0.6.1-4+b1_amd64.deb ...
#25 4.310 Unpacking libsoapysdr0.6:amd64 (0.6.1-4+b1) ...
#25 4.381 Selecting previously unselected package libsoapysdr-dev:amd64.
#25 4.387 Preparing to unpack .../08-libsoapysdr-dev_0.6.1-4+b1_amd64.deb ...
#25 4.399 Unpacking libsoapysdr-dev:amd64 (0.6.1-4+b1) ...
#25 4.484 Selecting previously unselected package soapysdr0.6-module-lms7:amd64.
#25 4.491 Preparing to unpack .../09-soapysdr0.6-module-lms7_18.06.0+dfsg-1+b1_amd64.deb ...
#25 4.500 Unpacking soapysdr0.6-module-lms7:amd64 (18.06.0+dfsg-1+b1) ...
#25 4.567 Selecting previously unselected package soapysdr-module-lms7:amd64.
#25 4.573 Preparing to unpack .../10-soapysdr-module-lms7_18.06.0+dfsg-1+b1_amd64.deb ...
#25 4.585 Unpacking soapysdr-module-lms7:amd64 (18.06.0+dfsg-1+b1) ...
#25 4.728 Setting up libconfig9:amd64 (1.5-0.4) ...
#25 4.771 Setting up libsoapysdr0.6:amd64 (0.6.1-4+b1) ...
#25 4.796 Setting up libczmq4:amd64 (4.2.0-2) ...
#25 4.823 Setting up libconfig++9v5:amd64 (1.5-0.4) ...
#25 4.859 Setting up libmbedtls-dev:amd64 (2.16.9-0~deb10u1) ...
#25 4.890 Setting up libsoapysdr-dev:amd64 (0.6.1-4+b1) ...
#25 4.924 Setting up libczmq-dev:amd64 (4.2.0-2) ...
#25 4.967 Setting up libconfig-dev:amd64 (1.5-0.4) ...
#25 5.008 Setting up soapysdr0.6-module-lms7:amd64 (18.06.0+dfsg-1+b1) ...
#25 5.038 Setting up soapysdr-module-lms7:amd64 (18.06.0+dfsg-1+b1) ...
#25 5.078 Setting up libconfig++-dev:amd64 (1.5-0.4) ...
#25 5.100 Processing triggers for man-db (2.8.5-2+deb10u1) ...
#25 5.441 Processing triggers for libc-bin (2.28-10+deb10u2) ...
#25 DONE 5.6s

#26 [19/32] RUN	APT-GET update && 	apt-get install -y --no-install-recommends 		gnuradio && 	apt-get clean
#26 0.347 Hit:1 http://deb.debian.org/debian buster InRelease
#26 0.347 Hit:2 http://deb.debian.org/debian-security buster/updates InRelease
#26 0.347 Hit:3 https://downloads.osmocom.org/packages/osmocom:/nightly/Debian_10 ./ InRelease
#26 0.348 Hit:4 http://deb.debian.org/debian buster-updates InRelease
#26 0.747 Reading package lists...
#26 1.559 Reading package lists...
#26 2.368 Building dependency tree...
#26 2.546 Reading state information...
#26 2.676 The following additional packages will be installed:
#26 2.676   dbus-user-session dconf-gsettings-backend dconf-service freeglut3
#26 2.676   glib-networking glib-networking-common glib-networking-services
#26 2.676   gsettings-desktop-schemas libasyncns0 libatk-bridge2.0-0 libatspi2.0-0
#26 2.676   libcaca0 libcairo-gobject2 libcodec2-0.8.1 libcolord2 libcomedi0 libdconf1
#26 2.676   libdouble-conversion1 libdrm-amdgpu1 libdrm-common libdrm-intel1
#26 2.676   libdrm-nouveau2 libdrm-radeon1 libdrm2 libegl-mesa0 libegl1 libepoxy0
#26 2.677   libevdev2 libflac8 libgbm1 libgl1 libgl1-mesa-dri libgl1-mesa-glx
#26 2.677   libglapi-mesa libglu1-mesa libglvnd0 libglx-mesa0 libglx0
#26 2.677   libgnuradio-analog3.7.13 libgnuradio-atsc3.7.13 libgnuradio-audio3.7.13
#26 2.677   libgnuradio-blocks3.7.13 libgnuradio-channels3.7.13 libgnuradio-comedi3.7.13
#26 2.677   libgnuradio-digital3.7.13 libgnuradio-dtv3.7.13 libgnuradio-fcd3.7.13
#26 2.677   libgnuradio-fec3.7.13 libgnuradio-fft3.7.13 libgnuradio-filter3.7.13
#26 2.677   libgnuradio-noaa3.7.13 libgnuradio-pager3.7.13 libgnuradio-pmt3.7.13
#26 2.677   libgnuradio-qtgui3.7.13 libgnuradio-runtime3.7.13 libgnuradio-trellis3.7.13
#26 2.677   libgnuradio-uhd3.7.13 libgnuradio-video-sdl3.7.13 libgnuradio-vocoder3.7.13
#26 2.677   libgnuradio-wavelet3.7.13 libgnuradio-wxgui3.7.13 libgnuradio-zeromq3.7.13
#26 2.677   libgtk-3-0 libgtk-3-common libgudev-1.0-0 libinput-bin libinput10
#26 2.677   libjack-jackd2-0 libjson-glib-1.0-0 libjson-glib-1.0-common libllvm7
#26 2.677   liblog4cpp5v5 libmtdev1 libnotify4 libogg0 libopus0 liborc-0.4-0
#26 2.677   libpcre2-16-0 libportaudio2 libproxy1v5 libpulse0 libqt5core5a libqt5dbus5
#26 2.677   libqt5designer5 libqt5gui5 libqt5help5 libqt5network5 libqt5opengl5
#26 2.677   libqt5printsupport5 libqt5sql5 libqt5svg5 libqt5test5 libqt5widgets5
#26 2.677   libqt5xml5 libqwt-qt5-6 librest-0.7-0 libsamplerate0 libsdl1.2debian
#26 2.677   libslang2 libsndfile1 libsoup-gnome2.4-1 libsoup2.4-1 libvolk1-bin
#26 2.677   libvolk1.4 libvorbis0a libvorbisenc2 libwacom-common libwacom2
#26 2.677   libwayland-client0 libwayland-cursor0 libwayland-egl1 libwayland-server0
#26 2.677   libwxbase3.0-0v5 libwxgtk3.0-gtk3-0v5 libx11-xcb1 libxcb-dri2-0
#26 2.677   libxcb-dri3-0 libxcb-glx0 libxcb-icccm4 libxcb-image0 libxcb-keysyms1
#26 2.677   libxcb-present0 libxcb-randr0 libxcb-render-util0 libxcb-shape0 libxcb-sync1
#26 2.677   libxcb-util0 libxcb-xfixes0 libxcb-xinerama0 libxcb-xkb1 libxkbcommon-x11-0
#26 2.677   libxkbcommon0 libxshmfence1 libxtst6 libxxf86vm1 python-cheetah
#26 2.677   python-enum34 python-lxml python-opengl python-pyqt5 python-sip
#26 2.677   python-wxgtk3.0 python-wxversion python-zmq xkb-data
#26 2.678 Suggested packages:
#26 2.678   gr-fosphor gr-osmosdr colord gvfs jackd2 opus-tools pulseaudio
#26 2.678   qt5-image-formats-plugins qtwayland5 libvolk1-dev python-cheetah-doc
#26 2.678   python-markdown python-memcache python-pygments python-enum34-doc
#26 2.678   python-lxml-dbg python-lxml-doc python-tk libgle3 python-pyqt5-dbg wx3.0-doc
#26 2.678 Recommended packages:
#26 2.678   gnuradio-dev python-matplotlib python-networkx python-qwt-qt5 python-scipy
#26 2.678   python-tk rtl-sdr uhd-host at-spi2-core udev libgtk-3-bin
#26 2.678   notification-daemon qttranslations5-l10n qt5-gtk-platformtheme
#26 2.678   libqt5sql5-sqlite | libqt5sql5-mysql | libqt5sql5-odbc | libqt5sql5-psql
#26 2.678   | libqt5sql5-tds | libqt5sql5-ibase libwacom-bin python-bs4 python-html5lib
#26 3.306 The following NEW packages will be installed:
#26 3.306   dbus-user-session dconf-gsettings-backend dconf-service freeglut3
#26 3.306   glib-networking glib-networking-common glib-networking-services gnuradio
#26 3.307   gsettings-desktop-schemas libasyncns0 libatk-bridge2.0-0 libatspi2.0-0
#26 3.307   libcaca0 libcairo-gobject2 libcodec2-0.8.1 libcolord2 libcomedi0 libdconf1
#26 3.307   libdouble-conversion1 libdrm-amdgpu1 libdrm-common libdrm-intel1
#26 3.307   libdrm-nouveau2 libdrm-radeon1 libdrm2 libegl-mesa0 libegl1 libepoxy0
#26 3.307   libevdev2 libflac8 libgbm1 libgl1 libgl1-mesa-dri libgl1-mesa-glx
#26 3.307   libglapi-mesa libglu1-mesa libglvnd0 libglx-mesa0 libglx0
#26 3.307   libgnuradio-analog3.7.13 libgnuradio-atsc3.7.13 libgnuradio-audio3.7.13
#26 3.307   libgnuradio-blocks3.7.13 libgnuradio-channels3.7.13 libgnuradio-comedi3.7.13
#26 3.307   libgnuradio-digital3.7.13 libgnuradio-dtv3.7.13 libgnuradio-fcd3.7.13
#26 3.307   libgnuradio-fec3.7.13 libgnuradio-fft3.7.13 libgnuradio-filter3.7.13
#26 3.307   libgnuradio-noaa3.7.13 libgnuradio-pager3.7.13 libgnuradio-pmt3.7.13
#26 3.307   libgnuradio-qtgui3.7.13 libgnuradio-runtime3.7.13 libgnuradio-trellis3.7.13
#26 3.307   libgnuradio-uhd3.7.13 libgnuradio-video-sdl3.7.13 libgnuradio-vocoder3.7.13
#26 3.307   libgnuradio-wavelet3.7.13 libgnuradio-wxgui3.7.13 libgnuradio-zeromq3.7.13
#26 3.307   libgtk-3-0 libgtk-3-common libgudev-1.0-0 libinput-bin libinput10
#26 3.307   libjack-jackd2-0 libjson-glib-1.0-0 libjson-glib-1.0-common libllvm7
#26 3.307   liblog4cpp5v5 libmtdev1 libnotify4 libogg0 libopus0 liborc-0.4-0
#26 3.307   libpcre2-16-0 libportaudio2 libproxy1v5 libpulse0 libqt5core5a libqt5dbus5
#26 3.307   libqt5designer5 libqt5gui5 libqt5help5 libqt5network5 libqt5opengl5
#26 3.307   libqt5printsupport5 libqt5sql5 libqt5svg5 libqt5test5 libqt5widgets5
#26 3.307   libqt5xml5 libqwt-qt5-6 librest-0.7-0 libsamplerate0 libsdl1.2debian
#26 3.307   libslang2 libsndfile1 libsoup-gnome2.4-1 libsoup2.4-1 libvolk1-bin
#26 3.307   libvolk1.4 libvorbis0a libvorbisenc2 libwacom-common libwacom2
#26 3.307   libwayland-client0 libwayland-cursor0 libwayland-egl1 libwayland-server0
#26 3.307   libwxbase3.0-0v5 libwxgtk3.0-gtk3-0v5 libx11-xcb1 libxcb-dri2-0
#26 3.307   libxcb-dri3-0 libxcb-glx0 libxcb-icccm4 libxcb-image0 libxcb-keysyms1
#26 3.307   libxcb-present0 libxcb-randr0 libxcb-render-util0 libxcb-shape0 libxcb-sync1
#26 3.307   libxcb-util0 libxcb-xfixes0 libxcb-xinerama0 libxcb-xkb1 libxkbcommon-x11-0
#26 3.307   libxkbcommon0 libxshmfence1 libxtst6 libxxf86vm1 python-cheetah
#26 3.307   python-enum34 python-lxml python-opengl python-pyqt5 python-sip
#26 3.308   python-wxgtk3.0 python-wxversion python-zmq xkb-data
#26 3.338 0 upgraded, 146 newly installed, 0 to remove and 20 not upgraded.
#26 3.338 Need to get 77.3 MB of archives.
#26 3.338 After this operation, 508 MB of additional disk space will be used.
#26 3.338 Get:1 http://deb.debian.org/debian buster/main amd64 libdouble-conversion1 amd64 3.1.0-3 [39.4 kB]
#26 3.346 Get:2 http://deb.debian.org/debian-security buster/updates/main amd64 libpcre2-16-0 amd64 10.32-5+deb10u1 [203 kB]
#26 3.357 Get:3 http://deb.debian.org/debian buster/main amd64 libqt5core5a amd64 5.11.3+dfsg1-1+deb10u5 [1,946 kB]
#26 3.377 Get:4 http://deb.debian.org/debian buster/main amd64 libdrm-common all 2.4.97-1 [13.8 kB]
#26 3.378 Get:5 http://deb.debian.org/debian buster/main amd64 libdrm2 amd64 2.4.97-1 [39.7 kB]
#26 3.378 Get:6 http://deb.debian.org/debian buster/main amd64 libglvnd0 amd64 1.1.0-1 [48.6 kB]
#26 3.379 Get:7 http://deb.debian.org/debian buster/main amd64 libwayland-server0 amd64 1.16.0-1 [32.5 kB]
#26 3.379 Get:8 http://deb.debian.org/debian buster/main amd64 libgbm1 amd64 18.3.6-2+deb10u1 [67.8 kB]
#26 3.380 Get:9 http://deb.debian.org/debian buster/main amd64 libglapi-mesa amd64 18.3.6-2+deb10u1 [66.3 kB]
#26 3.380 Get:10 http://deb.debian.org/debian buster/main amd64 libwayland-client0 amd64 1.16.0-1 [26.4 kB]
#26 3.381 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.382 Get:12 http://deb.debian.org/debian buster/main amd64 libxcb-dri2-0 amd64 1.13.1-2 [101 kB]
#26 3.383 Get:13 http://deb.debian.org/debian buster/main amd64 libxcb-dri3-0 amd64 1.13.1-2 [100 kB]
#26 3.388 Get:14 http://deb.debian.org/debian buster/main amd64 libxcb-present0 amd64 1.13.1-2 [99.1 kB]
#26 3.389 Get:15 http://deb.debian.org/debian buster/main amd64 libxcb-sync1 amd64 1.13.1-2 [103 kB]
#26 3.391 Get:16 http://deb.debian.org/debian buster/main amd64 libxcb-xfixes0 amd64 1.13.1-2 [103 kB]
#26 3.392 Get:17 http://deb.debian.org/debian buster/main amd64 libxshmfence1 amd64 1.3-1 [8,820 B]
#26 3.392 Get:18 http://deb.debian.org/debian buster/main amd64 libegl-mesa0 amd64 18.3.6-2+deb10u1 [135 kB]
#26 3.395 Get:19 http://deb.debian.org/debian buster/main amd64 libegl1 amd64 1.1.0-1 [33.6 kB]
#26 3.395 Get:20 http://deb.debian.org/debian buster/main amd64 libxcb-glx0 amd64 1.13.1-2 [116 kB]
#26 3.397 Get:21 http://deb.debian.org/debian buster/main amd64 libxxf86vm1 amd64 1:1.1.4-1+b2 [20.8 kB]
#26 3.397 Get:22 http://deb.debian.org/debian buster/main amd64 libdrm-amdgpu1 amd64 2.4.97-1 [27.3 kB]
#26 3.398 Get:23 http://deb.debian.org/debian buster/main amd64 libdrm-intel1 amd64 2.4.97-1 [69.8 kB]
#26 3.399 Get:24 http://deb.debian.org/debian buster/main amd64 libdrm-nouveau2 amd64 2.4.97-1 [26.3 kB]
#26 3.400 Get:25 http://deb.debian.org/debian buster/main amd64 libdrm-radeon1 amd64 2.4.97-1 [31.1 kB]
#26 3.403 Get:26 http://deb.debian.org/debian buster/main amd64 libllvm7 amd64 1:7.0.1-8+deb10u2 [13.1 MB]
#26 3.555 Get:27 http://deb.debian.org/debian buster/main amd64 libgl1-mesa-dri amd64 18.3.6-2+deb10u1 [6,685 kB]
#26 3.604 Get:28 http://deb.debian.org/debian buster/main amd64 libglx-mesa0 amd64 18.3.6-2+deb10u1 [180 kB]
#26 3.605 Get:29 http://deb.debian.org/debian buster/main amd64 libglx0 amd64 1.1.0-1 [30.0 kB]
#26 3.606 Get:30 http://deb.debian.org/debian buster/main amd64 libgl1 amd64 1.1.0-1 [91.1 kB]
#26 3.606 Get:31 http://deb.debian.org/debian buster/main amd64 libevdev2 amd64 1.6.0+dfsg-1 [31.0 kB]
#26 3.607 Get:32 http://deb.debian.org/debian buster/main amd64 libmtdev1 amd64 1.1.5-1+b1 [22.3 kB]
#26 3.607 Get:33 http://deb.debian.org/debian buster/main amd64 libgudev-1.0-0 amd64 232-2 [13.6 kB]
#26 3.607 Get:34 http://deb.debian.org/debian buster/main amd64 libwacom-common all 0.32-1 [39.1 kB]
#26 3.608 Get:35 http://deb.debian.org/debian buster/main amd64 libwacom2 amd64 0.32-1 [18.8 kB]
#26 3.608 Get:36 http://deb.debian.org/debian buster/main amd64 libinput-bin amd64 1.12.6-2+deb10u1 [16.9 kB]
#26 3.610 Get:37 http://deb.debian.org/debian buster/main amd64 libinput10 amd64 1.12.6-2+deb10u1 [107 kB]
#26 3.615 Get:38 http://deb.debian.org/debian buster/main amd64 libqt5dbus5 amd64 5.11.3+dfsg1-1+deb10u5 [231 kB]
#26 3.618 Get:39 http://deb.debian.org/debian buster/main amd64 libqt5network5 amd64 5.11.3+dfsg1-1+deb10u5 [671 kB]
#26 3.624 Get:40 http://deb.debian.org/debian buster/main amd64 libxcb-icccm4 amd64 0.4.1-1.1 [27.4 kB]
#26 3.625 Get:41 http://deb.debian.org/debian buster/main amd64 libxcb-util0 amd64 0.3.8-3+b2 [23.0 kB]
#26 3.625 Get:42 http://deb.debian.org/debian buster/main amd64 libxcb-image0 amd64 0.4.0-1+b2 [24.4 kB]
#26 3.625 Get:43 http://deb.debian.org/debian buster/main amd64 libxcb-keysyms1 amd64 0.4.0-1+b2 [16.4 kB]
#26 3.626 Get:44 http://deb.debian.org/debian buster/main amd64 libxcb-randr0 amd64 1.13.1-2 [110 kB]
#26 3.627 Get:45 http://deb.debian.org/debian buster/main amd64 libxcb-render-util0 amd64 0.3.9-1+b1 [18.3 kB]
#26 3.627 Get:46 http://deb.debian.org/debian buster/main amd64 libxcb-shape0 amd64 1.13.1-2 [99.5 kB]
#26 3.628 Get:47 http://deb.debian.org/debian buster/main amd64 libxcb-xinerama0 amd64 1.13.1-2 [98.9 kB]
#26 3.629 Get:48 http://deb.debian.org/debian buster/main amd64 libxcb-xkb1 amd64 1.13.1-2 [123 kB]
#26 3.633 Get:49 http://deb.debian.org/debian buster/main amd64 xkb-data all 2.26-2 [681 kB]
#26 3.639 Get:50 http://deb.debian.org/debian buster/main amd64 libxkbcommon0 amd64 0.8.2-1 [123 kB]
#26 3.640 Get:51 http://deb.debian.org/debian buster/main amd64 libxkbcommon-x11-0 amd64 0.8.2-1 [39.4 kB]
#26 3.641 Get:52 http://deb.debian.org/debian buster/main amd64 libqt5gui5 amd64 5.11.3+dfsg1-1+deb10u5 [2,843 kB]
#26 3.666 Get:53 http://deb.debian.org/debian buster/main amd64 libqt5widgets5 amd64 5.11.3+dfsg1-1+deb10u5 [2,261 kB]
#26 3.685 Get:54 http://deb.debian.org/debian buster/main amd64 libqt5svg5 amd64 5.11.3-2 [131 kB]
#26 3.686 Get:55 http://deb.debian.org/debian-security buster/updates/main amd64 dbus-user-session amd64 1.12.28-0+deb10u1 [98.6 kB]
#26 3.687 Get:56 http://deb.debian.org/debian buster/main amd64 libdconf1 amd64 0.30.1-2 [40.7 kB]
#26 3.687 Get:57 http://deb.debian.org/debian buster/main amd64 dconf-service amd64 0.30.1-2 [36.4 kB]
#26 3.687 Get:58 http://deb.debian.org/debian buster/main amd64 dconf-gsettings-backend amd64 0.30.1-2 [28.9 kB]
#26 3.687 Get:59 http://deb.debian.org/debian buster/main amd64 libgl1-mesa-glx amd64 18.3.6-2+deb10u1 [47.4 kB]
#26 3.688 Get:60 http://deb.debian.org/debian buster/main amd64 freeglut3 amd64 2.8.1-3 [123 kB]
#26 3.689 Get:61 http://deb.debian.org/debian buster/main amd64 libproxy1v5 amd64 0.4.15-5+deb10u1 [56.1 kB]
#26 3.689 Get:62 http://deb.debian.org/debian buster/main amd64 glib-networking-common all 2.58.0-2+deb10u2 [59.5 kB]
#26 3.691 Get:63 http://deb.debian.org/debian buster/main amd64 glib-networking-services amd64 2.58.0-2+deb10u2 [13.7 kB]
#26 3.696 Get:64 http://deb.debian.org/debian buster/main amd64 gsettings-desktop-schemas all 3.28.1-1 [529 kB]
#26 3.701 Get:65 http://deb.debian.org/debian buster/main amd64 glib-networking amd64 2.58.0-2+deb10u2 [54.6 kB]
#26 3.701 Get:66 http://deb.debian.org/debian buster/main amd64 liborc-0.4-0 amd64 1:0.4.28-3.1 [141 kB]
#26 3.703 Get:67 http://deb.debian.org/debian buster/main amd64 libvolk1.4 amd64 1.4-3+b1 [161 kB]
#26 3.705 Get:68 http://deb.debian.org/debian buster/main amd64 libvolk1-bin amd64 1.4-3+b1 [71.1 kB]
#26 3.705 Get:69 http://deb.debian.org/debian buster/main amd64 python-cheetah amd64 3.1.0-3 [140 kB]
#26 3.707 Get:70 http://deb.debian.org/debian buster/main amd64 python-lxml amd64 4.3.2-1+deb10u4 [1,146 kB]
#26 3.718 Get:71 http://deb.debian.org/debian buster/main amd64 libglu1-mesa amd64 9.0.0-2.1+b3 [169 kB]
#26 3.719 Get:72 http://deb.debian.org/debian buster/main amd64 python-opengl all 3.1.0+dfsg-2 [490 kB]
#26 3.723 Get:73 http://deb.debian.org/debian buster/main amd64 libqt5xml5 amd64 5.11.3+dfsg1-1+deb10u5 [128 kB]
#26 3.724 Get:74 http://deb.debian.org/debian buster/main amd64 libqt5designer5 amd64 5.11.3-4 [2,783 kB]
#26 3.748 Get:75 http://deb.debian.org/debian buster/main amd64 libqt5sql5 amd64 5.11.3+dfsg1-1+deb10u5 [145 kB]
#26 3.749 Get:76 http://deb.debian.org/debian buster/main amd64 libqt5help5 amd64 5.11.3-4 [149 kB]
#26 3.750 Get:77 http://deb.debian.org/debian buster/main amd64 libqt5printsupport5 amd64 5.11.3+dfsg1-1+deb10u5 [217 kB]
#26 3.752 Get:78 http://deb.debian.org/debian buster/main amd64 libqt5test5 amd64 5.11.3+dfsg1-1+deb10u5 [150 kB]
#26 3.753 Get:79 http://deb.debian.org/debian buster/main amd64 python-enum34 all 1.1.6-2 [35.3 kB]
#26 3.754 Get:80 http://deb.debian.org/debian buster/main amd64 python-sip amd64 4.19.14+dfsg-2 [170 kB]
#26 3.755 Get:81 http://deb.debian.org/debian buster/main amd64 python-pyqt5 amd64 5.11.3+dfsg-1+b3 [2,238 kB]
#26 3.775 Get:82 http://deb.debian.org/debian buster/main amd64 python-wxversion all 3.0.2.0+dfsg-8 [114 kB]
#26 3.776 Get:83 http://deb.debian.org/debian buster/main amd64 libwxbase3.0-0v5 amd64 3.0.4+dfsg-8 [1,057 kB]
#26 3.784 Get:84 http://deb.debian.org/debian buster/main amd64 libatspi2.0-0 amd64 2.30.0-7 [65.0 kB]
#26 3.785 Get:85 http://deb.debian.org/debian buster/main amd64 libatk-bridge2.0-0 amd64 2.30.0-5 [61.6 kB]
#26 3.785 Get:86 http://deb.debian.org/debian buster/main amd64 libcairo-gobject2 amd64 1.16.0-4+deb10u1 [125 kB]
#26 3.786 Get:87 http://deb.debian.org/debian buster/main amd64 libcolord2 amd64 1.4.3-4 [141 kB]
#26 3.788 Get:88 http://deb.debian.org/debian buster/main amd64 libepoxy0 amd64 1.5.3-0.1 [190 kB]
#26 3.789 Get:89 http://deb.debian.org/debian buster/main amd64 libjson-glib-1.0-common all 1.4.4-2 [52.3 kB]
#26 3.790 Get:90 http://deb.debian.org/debian buster/main amd64 libjson-glib-1.0-0 amd64 1.4.4-2 [61.2 kB]
#26 3.790 Get:91 http://deb.debian.org/debian buster/main amd64 libsoup2.4-1 amd64 2.64.2-2 [253 kB]
#26 3.792 Get:92 http://deb.debian.org/debian buster/main amd64 libsoup-gnome2.4-1 amd64 2.64.2-2 [18.0 kB]
#26 3.795 Get:93 http://deb.debian.org/debian buster/main amd64 librest-0.7-0 amd64 0.8.1-1 [33.7 kB]
#26 3.796 Get:94 http://deb.debian.org/debian buster/main amd64 libwayland-cursor0 amd64 1.16.0-1 [14.1 kB]
#26 3.797 Get:95 http://deb.debian.org/debian buster/main amd64 libwayland-egl1 amd64 1.16.0-1 [8,204 B]
#26 3.799 Get:96 http://deb.debian.org/debian buster/main amd64 libgtk-3-common all 3.24.5-1 [3,678 kB]
#26 3.832 Get:97 http://deb.debian.org/debian buster/main amd64 libgtk-3-0 amd64 3.24.5-1 [2,580 kB]
#26 3.853 Get:98 http://deb.debian.org/debian buster/main amd64 libnotify4 amd64 0.7.7-4 [29.0 kB]
#26 3.853 Get:99 http://deb.debian.org/debian buster/main amd64 libwxgtk3.0-gtk3-0v5 amd64 3.0.4+dfsg-8 [4,350 kB]
#26 3.891 Get:100 http://deb.debian.org/debian buster/main amd64 python-wxgtk3.0 amd64 3.0.2.0+dfsg-8 [5,196 kB]
#26 3.935 Get:101 http://deb.debian.org/debian buster/main amd64 python-zmq amd64 17.1.2-2+deb10u1 [259 kB]
#26 3.937 Get:102 http://deb.debian.org/debian buster/main amd64 libcodec2-0.8.1 amd64 0.8.1-2 [233 kB]
#26 3.939 Get:103 http://deb.debian.org/debian buster/main amd64 libcomedi0 amd64 0.11.0-1 [236 kB]
#26 3.941 Get:104 http://deb.debian.org/debian buster/main amd64 liblog4cpp5v5 amd64 1.1.3-1 [106 kB]
#26 3.942 Get:105 http://deb.debian.org/debian buster/main amd64 libgnuradio-pmt3.7.13 amd64 3.7.13.4-4+b1 [116 kB]
#26 3.943 Get:106 http://deb.debian.org/debian buster/main amd64 libgnuradio-runtime3.7.13 amd64 3.7.13.4-4+b1 [314 kB]
#26 3.945 Get:107 http://deb.debian.org/debian buster/main amd64 libgnuradio-blocks3.7.13 amd64 3.7.13.4-4+b1 [537 kB]
#26 3.950 Get:108 http://deb.debian.org/debian buster/main amd64 libgnuradio-fft3.7.13 amd64 3.7.13.4-4+b1 [86.5 kB]
#26 3.950 Get:109 http://deb.debian.org/debian buster/main amd64 libgnuradio-filter3.7.13 amd64 3.7.13.4-4+b1 [196 kB]
#26 3.952 Get:110 http://deb.debian.org/debian buster/main amd64 libgnuradio-analog3.7.13 amd64 3.7.13.4-4+b1 [144 kB]
#26 3.953 Get:111 http://deb.debian.org/debian buster/main amd64 libgnuradio-fec3.7.13 amd64 3.7.13.4-4+b1 [211 kB]
#26 3.958 Get:112 http://deb.debian.org/debian buster/main amd64 libgnuradio-atsc3.7.13 amd64 3.7.13.4-4+b1 [93.5 kB]
#26 3.966 Get:113 http://deb.debian.org/debian buster/main amd64 libopus0 amd64 1.3-1 [191 kB]
#26 3.969 Get:114 http://deb.debian.org/debian buster/main amd64 libsamplerate0 amd64 0.1.9-2 [949 kB]
#26 3.977 Get:115 http://deb.debian.org/debian buster/main amd64 libjack-jackd2-0 amd64 1.9.12~dfsg-2 [299 kB]
#26 3.979 Get:116 http://deb.debian.org/debian buster/main amd64 libportaudio2 amd64 19.6.0-1+deb10u1 [66.8 kB]
#26 3.980 Get:117 http://deb.debian.org/debian buster/main amd64 libgnuradio-audio3.7.13 amd64 3.7.13.4-4+b1 [112 kB]
#26 3.981 Get:118 http://deb.debian.org/debian buster/main amd64 libgnuradio-channels3.7.13 amd64 3.7.13.4-4+b1 [89.1 kB]
#26 3.982 Get:119 http://deb.debian.org/debian buster/main amd64 libgnuradio-comedi3.7.13 amd64 3.7.13.4-4+b1 [54.8 kB]
#26 3.983 Get:120 http://deb.debian.org/debian buster/main amd64 libgnuradio-digital3.7.13 amd64 3.7.13.4-4+b1 [348 kB]
#26 3.985 Get:121 http://deb.debian.org/debian buster/main amd64 libgnuradio-dtv3.7.13 amd64 3.7.13.4-4+b1 [300 kB]
#26 3.988 Get:122 http://deb.debian.org/debian buster/main amd64 libgnuradio-fcd3.7.13 amd64 3.7.13.4-4+b1 [62.3 kB]
#26 3.988 Get:123 http://deb.debian.org/debian buster/main amd64 libgnuradio-noaa3.7.13 amd64 3.7.13.4-4+b1 [54.9 kB]
#26 3.989 Get:124 http://deb.debian.org/debian buster/main amd64 libgnuradio-pager3.7.13 amd64 3.7.13.4-4+b1 [59.1 kB]
#26 3.989 Get:125 http://deb.debian.org/debian buster/main amd64 libqt5opengl5 amd64 5.11.3+dfsg1-1+deb10u5 [161 kB]
#26 3.991 Get:126 http://deb.debian.org/debian buster/main amd64 libqwt-qt5-6 amd64 6.1.4-1 [437 kB]
#26 3.994 Get:127 http://deb.debian.org/debian buster/main amd64 libgnuradio-qtgui3.7.13 amd64 3.7.13.4-4+b1 [368 kB]
#26 3.998 Get:128 http://deb.debian.org/debian buster/main amd64 libgnuradio-trellis3.7.13 amd64 3.7.13.4-4+b1 [166 kB]
#26 3.999 Get:129 http://deb.debian.org/debian buster/main amd64 libgnuradio-uhd3.7.13 amd64 3.7.13.4-4+b1 [121 kB]
#26 4.001 Get:130 http://deb.debian.org/debian buster/main amd64 libslang2 amd64 2.3.2-2 [507 kB]
#26 4.005 Get:131 http://deb.debian.org/debian buster/main amd64 libcaca0 amd64 0.99.beta19-2.1 [346 kB]
#26 4.008 Get:132 http://deb.debian.org/debian buster/main amd64 libasyncns0 amd64 0.8-6 [12.5 kB]
#26 4.009 Get:133 http://deb.debian.org/debian buster/main amd64 libogg0 amd64 1.3.2-1+b1 [21.3 kB]
#26 4.009 Get:134 http://deb.debian.org/debian-security buster/updates/main amd64 libflac8 amd64 1.3.2-3+deb10u3 [195 kB]
#26 4.011 Get:135 http://deb.debian.org/debian buster/main amd64 libvorbis0a amd64 1.3.6-2 [93.5 kB]
#26 4.011 Get:136 http://deb.debian.org/debian buster/main amd64 libvorbisenc2 amd64 1.3.6-2 [80.2 kB]
#26 4.012 Get:137 http://deb.debian.org/debian-security buster/updates/main amd64 libsndfile1 amd64 1.0.28-6+deb10u2 [253 kB]
#26 4.014 Get:138 http://deb.debian.org/debian buster/main amd64 libxtst6 amd64 2:1.2.3-1 [27.8 kB]
#26 4.014 Get:139 http://deb.debian.org/debian buster/main amd64 libpulse0 amd64 12.2-4+deb10u1 [281 kB]
#26 4.017 Get:140 http://deb.debian.org/debian buster/main amd64 libsdl1.2debian amd64 1.2.15+dfsg2-6~deb10u1 [194 kB]
#26 4.020 Get:141 http://deb.debian.org/debian buster/main amd64 libgnuradio-video-sdl3.7.13 amd64 3.7.13.4-4+b1 [55.7 kB]
#26 4.021 Get:142 http://deb.debian.org/debian buster/main amd64 libgnuradio-vocoder3.7.13 amd64 3.7.13.4-4+b1 [76.7 kB]
#26 4.031 Get:143 http://deb.debian.org/debian buster/main amd64 libgnuradio-wavelet3.7.13 amd64 3.7.13.4-4+b1 [54.9 kB]
#26 4.032 Get:144 http://deb.debian.org/debian buster/main amd64 libgnuradio-wxgui3.7.13 amd64 3.7.13.4-4+b1 [65.7 kB]
#26 4.034 Get:145 http://deb.debian.org/debian buster/main amd64 libgnuradio-zeromq3.7.13 amd64 3.7.13.4-4+b1 [110 kB]
#26 4.036 Get:146 http://deb.debian.org/debian buster/main amd64 gnuradio amd64 3.7.13.4-4+b1 [9,656 kB]
#26 4.294 debconf: delaying package configuration, since apt-utils is not installed
#26 4.341 Fetched 77.3 MB in 1s (97.2 MB/s)
#26 4.387 Selecting previously unselected package libdouble-conversion1:amd64.
#26 4.387 (Reading database ... 
(Reading database ... 5%
(Reading database ... 10%
(Reading database ... 15%
(Reading database ... 20%
(Reading database ... 25%
(Reading database ... 30%
(Reading database ... 35%
(Reading database ... 40%
(Reading database ... 45%
(Reading database ... 50%
(Reading database ... 55%
(Reading database ... 60%
(Reading database ... 65%
(Reading database ... 70%
(Reading database ... 75%
(Reading database ... 80%
(Reading database ... 85%
(Reading database ... 90%
(Reading database ... 95%
(Reading database ... 100%
(Reading database ... 107763 files and directories currently installed.)
#26 4.428 Preparing to unpack .../000-libdouble-conversion1_3.1.0-3_amd64.deb ...
#26 4.436 Unpacking libdouble-conversion1:amd64 (3.1.0-3) ...
#26 4.476 Selecting previously unselected package libpcre2-16-0:amd64.
#26 4.482 Preparing to unpack .../001-libpcre2-16-0_10.32-5+deb10u1_amd64.deb ...
#26 4.485 Unpacking libpcre2-16-0:amd64 (10.32-5+deb10u1) ...
#26 4.555 Selecting previously unselected package libqt5core5a:amd64.
#26 4.562 Preparing to unpack .../002-libqt5core5a_5.11.3+dfsg1-1+deb10u5_amd64.deb ...
#26 4.570 Unpacking libqt5core5a:amd64 (5.11.3+dfsg1-1+deb10u5) ...
#26 4.754 Selecting previously unselected package libdrm-common.
#26 4.761 Preparing to unpack .../003-libdrm-common_2.4.97-1_all.deb ...
#26 4.770 Unpacking libdrm-common (2.4.97-1) ...
#26 4.875 Selecting previously unselected package libdrm2:amd64.
#26 4.882 Preparing to unpack .../004-libdrm2_2.4.97-1_amd64.deb ...
#26 4.891 Unpacking libdrm2:amd64 (2.4.97-1) ...
#26 4.994 Selecting previously unselected package libglvnd0:amd64.
#26 5.000 Preparing to unpack .../005-libglvnd0_1.1.0-1_amd64.deb ...
#26 5.011 Unpacking libglvnd0:amd64 (1.1.0-1) ...
#26 5.116 Selecting previously unselected package libwayland-server0:amd64.
#26 5.123 Preparing to unpack .../006-libwayland-server0_1.16.0-1_amd64.deb ...
#26 5.137 Unpacking libwayland-server0:amd64 (1.16.0-1) ...
#26 5.245 Selecting previously unselected package libgbm1:amd64.
#26 5.252 Preparing to unpack .../007-libgbm1_18.3.6-2+deb10u1_amd64.deb ...
#26 5.260 Unpacking libgbm1:amd64 (18.3.6-2+deb10u1) ...
#26 5.371 Selecting previously unselected package libglapi-mesa:amd64.
#26 5.379 Preparing to unpack .../008-libglapi-mesa_18.3.6-2+deb10u1_amd64.deb ...
#26 5.392 Unpacking libglapi-mesa:amd64 (18.3.6-2+deb10u1) ...
#26 5.484 Selecting previously unselected package libwayland-client0:amd64.
#26 5.492 Preparing to unpack .../009-libwayland-client0_1.16.0-1_amd64.deb ...
#26 5.506 Unpacking libwayland-client0:amd64 (1.16.0-1) ...
#26 5.612 Selecting previously unselected package libx11-xcb1:amd64.
#26 5.617 Preparing to unpack .../010-libx11-xcb1_2%3a1.6.7-1+deb10u4_amd64.deb ...
#26 5.627 Unpacking libx11-xcb1:amd64 (2:1.6.7-1+deb10u4) ...
#26 5.727 Selecting previously unselected package libxcb-dri2-0:amd64.
#26 5.734 Preparing to unpack .../011-libxcb-dri2-0_1.13.1-2_amd64.deb ...
#26 5.763 Unpacking libxcb-dri2-0:amd64 (1.13.1-2) ...
#26 5.854 Selecting previously unselected package libxcb-dri3-0:amd64.
#26 5.862 Preparing to unpack .../012-libxcb-dri3-0_1.13.1-2_amd64.deb ...
#26 5.880 Unpacking libxcb-dri3-0:amd64 (1.13.1-2) ...
#26 5.967 Selecting previously unselected package libxcb-present0:amd64.
#26 5.974 Preparing to unpack .../013-libxcb-present0_1.13.1-2_amd64.deb ...
#26 5.991 Unpacking libxcb-present0:amd64 (1.13.1-2) ...
#26 6.123 Selecting previously unselected package libxcb-sync1:amd64.
#26 6.130 Preparing to unpack .../014-libxcb-sync1_1.13.1-2_amd64.deb ...
#26 6.138 Unpacking libxcb-sync1:amd64 (1.13.1-2) ...
#26 6.239 Selecting previously unselected package libxcb-xfixes0:amd64.
#26 6.247 Preparing to unpack .../015-libxcb-xfixes0_1.13.1-2_amd64.deb ...
#26 6.258 Unpacking libxcb-xfixes0:amd64 (1.13.1-2) ...
#26 6.342 Selecting previously unselected package libxshmfence1:amd64.
#26 6.348 Preparing to unpack .../016-libxshmfence1_1.3-1_amd64.deb ...
#26 6.352 Unpacking libxshmfence1:amd64 (1.3-1) ...
#26 6.439 Selecting previously unselected package libegl-mesa0:amd64.
#26 6.445 Preparing to unpack .../017-libegl-mesa0_18.3.6-2+deb10u1_amd64.deb ...
#26 6.460 Unpacking libegl-mesa0:amd64 (18.3.6-2+deb10u1) ...
#26 6.564 Selecting previously unselected package libegl1:amd64.
#26 6.571 Preparing to unpack .../018-libegl1_1.1.0-1_amd64.deb ...
#26 6.579 Unpacking libegl1:amd64 (1.1.0-1) ...
#26 6.681 Selecting previously unselected package libxcb-glx0:amd64.
#26 6.688 Preparing to unpack .../019-libxcb-glx0_1.13.1-2_amd64.deb ...
#26 6.697 Unpacking libxcb-glx0:amd64 (1.13.1-2) ...
#26 6.792 Selecting previously unselected package libxxf86vm1:amd64.
#26 6.800 Preparing to unpack .../020-libxxf86vm1_1%3a1.1.4-1+b2_amd64.deb ...
#26 6.810 Unpacking libxxf86vm1:amd64 (1:1.1.4-1+b2) ...
#26 6.915 Selecting previously unselected package libdrm-amdgpu1:amd64.
#26 6.922 Preparing to unpack .../021-libdrm-amdgpu1_2.4.97-1_amd64.deb ...
#26 6.944 Unpacking libdrm-amdgpu1:amd64 (2.4.97-1) ...
#26 6.997 Selecting previously unselected package libdrm-intel1:amd64.
#26 7.004 Preparing to unpack .../022-libdrm-intel1_2.4.97-1_amd64.deb ...
#26 7.010 Unpacking libdrm-intel1:amd64 (2.4.97-1) ...
#26 7.052 Selecting previously unselected package libdrm-nouveau2:amd64.
#26 7.061 Preparing to unpack .../023-libdrm-nouveau2_2.4.97-1_amd64.deb ...
#26 7.065 Unpacking libdrm-nouveau2:amd64 (2.4.97-1) ...
#26 7.106 Selecting previously unselected package libdrm-radeon1:amd64.
#26 7.115 Preparing to unpack .../024-libdrm-radeon1_2.4.97-1_amd64.deb ...
#26 7.118 Unpacking libdrm-radeon1:amd64 (2.4.97-1) ...
#26 7.150 Selecting previously unselected package libllvm7:amd64.
#26 7.159 Preparing to unpack .../025-libllvm7_1%3a7.0.1-8+deb10u2_amd64.deb ...
#26 7.162 Unpacking libllvm7:amd64 (1:7.0.1-8+deb10u2) ...
#26 8.099 Selecting previously unselected package libgl1-mesa-dri:amd64.
#26 8.107 Preparing to unpack .../026-libgl1-mesa-dri_18.3.6-2+deb10u1_amd64.deb ...
#26 8.121 Unpacking libgl1-mesa-dri:amd64 (18.3.6-2+deb10u1) ...
#26 8.651 Selecting previously unselected package libglx-mesa0:amd64.
#26 8.658 Preparing to unpack .../027-libglx-mesa0_18.3.6-2+deb10u1_amd64.deb ...
#26 8.672 Unpacking libglx-mesa0:amd64 (18.3.6-2+deb10u1) ...
#26 8.778 Selecting previously unselected package libglx0:amd64.
#26 8.785 Preparing to unpack .../028-libglx0_1.1.0-1_amd64.deb ...
#26 8.796 Unpacking libglx0:amd64 (1.1.0-1) ...
#26 8.887 Selecting previously unselected package libgl1:amd64.
#26 8.894 Preparing to unpack .../029-libgl1_1.1.0-1_amd64.deb ...
#26 8.901 Unpacking libgl1:amd64 (1.1.0-1) ...
#26 8.948 Selecting previously unselected package libevdev2:amd64.
#26 8.955 Preparing to unpack .../030-libevdev2_1.6.0+dfsg-1_amd64.deb ...
#26 8.958 Unpacking libevdev2:amd64 (1.6.0+dfsg-1) ...
#26 9.002 Selecting previously unselected package libmtdev1:amd64.
#26 9.009 Preparing to unpack .../031-libmtdev1_1.1.5-1+b1_amd64.deb ...
#26 9.012 Unpacking libmtdev1:amd64 (1.1.5-1+b1) ...
#26 9.055 Selecting previously unselected package libgudev-1.0-0:amd64.
#26 9.063 Preparing to unpack .../032-libgudev-1.0-0_232-2_amd64.deb ...
#26 9.068 Unpacking libgudev-1.0-0:amd64 (232-2) ...
#26 9.098 Selecting previously unselected package libwacom-common.
#26 9.104 Preparing to unpack .../033-libwacom-common_0.32-1_all.deb ...
#26 9.111 Unpacking libwacom-common (0.32-1) ...
#26 9.172 Selecting previously unselected package libwacom2:amd64.
#26 9.180 Preparing to unpack .../034-libwacom2_0.32-1_amd64.deb ...
#26 9.183 Unpacking libwacom2:amd64 (0.32-1) ...
#26 9.217 Selecting previously unselected package libinput-bin.
#26 9.224 Preparing to unpack .../035-libinput-bin_1.12.6-2+deb10u1_amd64.deb ...
#26 9.227 Unpacking libinput-bin (1.12.6-2+deb10u1) ...
#26 9.267 Selecting previously unselected package libinput10:amd64.
#26 9.275 Preparing to unpack .../036-libinput10_1.12.6-2+deb10u1_amd64.deb ...
#26 9.278 Unpacking libinput10:amd64 (1.12.6-2+deb10u1) ...
#26 9.327 Selecting previously unselected package libqt5dbus5:amd64.
#26 9.334 Preparing to unpack .../037-libqt5dbus5_5.11.3+dfsg1-1+deb10u5_amd64.deb ...
#26 9.337 Unpacking libqt5dbus5:amd64 (5.11.3+dfsg1-1+deb10u5) ...
#26 9.389 Selecting previously unselected package libqt5network5:amd64.
#26 9.397 Preparing to unpack .../038-libqt5network5_5.11.3+dfsg1-1+deb10u5_amd64.deb ...
#26 9.400 Unpacking libqt5network5:amd64 (5.11.3+dfsg1-1+deb10u5) ...
#26 9.483 Selecting previously unselected package libxcb-icccm4:amd64.
#26 9.490 Preparing to unpack .../039-libxcb-icccm4_0.4.1-1.1_amd64.deb ...
#26 9.493 Unpacking libxcb-icccm4:amd64 (0.4.1-1.1) ...
#26 9.535 Selecting previously unselected package libxcb-util0:amd64.
#26 9.541 Preparing to unpack .../040-libxcb-util0_0.3.8-3+b2_amd64.deb ...
#26 9.544 Unpacking libxcb-util0:amd64 (0.3.8-3+b2) ...
#26 9.579 Selecting previously unselected package libxcb-image0:amd64.
#26 9.585 Preparing to unpack .../041-libxcb-image0_0.4.0-1+b2_amd64.deb ...
#26 9.588 Unpacking libxcb-image0:amd64 (0.4.0-1+b2) ...
#26 9.624 Selecting previously unselected package libxcb-keysyms1:amd64.
#26 9.630 Preparing to unpack .../042-libxcb-keysyms1_0.4.0-1+b2_amd64.deb ...
#26 9.633 Unpacking libxcb-keysyms1:amd64 (0.4.0-1+b2) ...
#26 9.669 Selecting previously unselected package libxcb-randr0:amd64.
#26 9.676 Preparing to unpack .../043-libxcb-randr0_1.13.1-2_amd64.deb ...
#26 9.679 Unpacking libxcb-randr0:amd64 (1.13.1-2) ...
#26 9.750 Selecting previously unselected package libxcb-render-util0:amd64.
#26 9.758 Preparing to unpack .../044-libxcb-render-util0_0.3.9-1+b1_amd64.deb ...
#26 9.767 Unpacking libxcb-render-util0:amd64 (0.3.9-1+b1) ...
#26 9.869 Selecting previously unselected package libxcb-shape0:amd64.
#26 9.876 Preparing to unpack .../045-libxcb-shape0_1.13.1-2_amd64.deb ...
#26 9.883 Unpacking libxcb-shape0:amd64 (1.13.1-2) ...
#26 10.01 Selecting previously unselected package libxcb-xinerama0:amd64.
#26 10.02 Preparing to unpack .../046-libxcb-xinerama0_1.13.1-2_amd64.deb ...
#26 10.03 Unpacking libxcb-xinerama0:amd64 (1.13.1-2) ...
#26 10.16 Selecting previously unselected package libxcb-xkb1:amd64.
#26 10.16 Preparing to unpack .../047-libxcb-xkb1_1.13.1-2_amd64.deb ...
#26 10.17 Unpacking libxcb-xkb1:amd64 (1.13.1-2) ...
#26 10.25 Selecting previously unselected package xkb-data.
#26 10.26 Preparing to unpack .../048-xkb-data_2.26-2_all.deb ...
#26 10.28 Unpacking xkb-data (2.26-2) ...
#26 10.42 Selecting previously unselected package libxkbcommon0:amd64.
#26 10.43 Preparing to unpack .../049-libxkbcommon0_0.8.2-1_amd64.deb ...
#26 10.43 Unpacking libxkbcommon0:amd64 (0.8.2-1) ...
#26 10.48 Selecting previously unselected package libxkbcommon-x11-0:amd64.
#26 10.49 Preparing to unpack .../050-libxkbcommon-x11-0_0.8.2-1_amd64.deb ...
#26 10.49 Unpacking libxkbcommon-x11-0:amd64 (0.8.2-1) ...
#26 10.55 Selecting previously unselected package libqt5gui5:amd64.
#26 10.56 Preparing to unpack .../051-libqt5gui5_5.11.3+dfsg1-1+deb10u5_amd64.deb ...
#26 10.57 Unpacking libqt5gui5:amd64 (5.11.3+dfsg1-1+deb10u5) ...
#26 10.79 Selecting previously unselected package libqt5widgets5:amd64.
#26 10.79 Preparing to unpack .../052-libqt5widgets5_5.11.3+dfsg1-1+deb10u5_amd64.deb ...
#26 10.80 Unpacking libqt5widgets5:amd64 (5.11.3+dfsg1-1+deb10u5) ...
#26 10.97 Selecting previously unselected package libqt5svg5:amd64.
#26 10.98 Preparing to unpack .../053-libqt5svg5_5.11.3-2_amd64.deb ...
#26 10.98 Unpacking libqt5svg5:amd64 (5.11.3-2) ...
#26 11.09 Selecting previously unselected package dbus-user-session.
#26 11.10 Preparing to unpack .../054-dbus-user-session_1.12.28-0+deb10u1_amd64.deb ...
#26 11.11 Unpacking dbus-user-session (1.12.28-0+deb10u1) ...
#26 11.23 Selecting previously unselected package libdconf1:amd64.
#26 11.24 Preparing to unpack .../055-libdconf1_0.30.1-2_amd64.deb ...
#26 11.25 Unpacking libdconf1:amd64 (0.30.1-2) ...
#26 11.30 Selecting previously unselected package dconf-service.
#26 11.31 Preparing to unpack .../056-dconf-service_0.30.1-2_amd64.deb ...
#26 11.32 Unpacking dconf-service (0.30.1-2) ...
#26 11.39 Selecting previously unselected package dconf-gsettings-backend:amd64.
#26 11.40 Preparing to unpack .../057-dconf-gsettings-backend_0.30.1-2_amd64.deb ...
#26 11.41 Unpacking dconf-gsettings-backend:amd64 (0.30.1-2) ...
#26 11.52 Selecting previously unselected package libgl1-mesa-glx:amd64.
#26 11.52 Preparing to unpack .../058-libgl1-mesa-glx_18.3.6-2+deb10u1_amd64.deb ...
#26 11.54 Unpacking libgl1-mesa-glx:amd64 (18.3.6-2+deb10u1) ...
#26 11.63 Selecting previously unselected package freeglut3:amd64.
#26 11.64 Preparing to unpack .../059-freeglut3_2.8.1-3_amd64.deb ...
#26 11.65 Unpacking freeglut3:amd64 (2.8.1-3) ...
#26 11.75 Selecting previously unselected package libproxy1v5:amd64.
#26 11.76 Preparing to unpack .../060-libproxy1v5_0.4.15-5+deb10u1_amd64.deb ...
#26 11.77 Unpacking libproxy1v5:amd64 (0.4.15-5+deb10u1) ...
#26 11.86 Selecting previously unselected package glib-networking-common.
#26 11.87 Preparing to unpack .../061-glib-networking-common_2.58.0-2+deb10u2_all.deb ...
#26 11.88 Unpacking glib-networking-common (2.58.0-2+deb10u2) ...
#26 12.00 Selecting previously unselected package glib-networking-services.
#26 12.00 Preparing to unpack .../062-glib-networking-services_2.58.0-2+deb10u2_amd64.deb ...
#26 12.01 Unpacking glib-networking-services (2.58.0-2+deb10u2) ...
#26 12.04 Selecting previously unselected package gsettings-desktop-schemas.
#26 12.05 Preparing to unpack .../063-gsettings-desktop-schemas_3.28.1-1_all.deb ...
#26 12.05 Unpacking gsettings-desktop-schemas (3.28.1-1) ...
#26 12.13 Selecting previously unselected package glib-networking:amd64.
#26 12.14 Preparing to unpack .../064-glib-networking_2.58.0-2+deb10u2_amd64.deb ...
#26 12.15 Unpacking glib-networking:amd64 (2.58.0-2+deb10u2) ...
#26 12.19 Selecting previously unselected package liborc-0.4-0:amd64.
#26 12.20 Preparing to unpack .../065-liborc-0.4-0_1%3a0.4.28-3.1_amd64.deb ...
#26 12.20 Unpacking liborc-0.4-0:amd64 (1:0.4.28-3.1) ...
#26 12.25 Selecting previously unselected package libvolk1.4:amd64.
#26 12.26 Preparing to unpack .../066-libvolk1.4_1.4-3+b1_amd64.deb ...
#26 12.27 Unpacking libvolk1.4:amd64 (1.4-3+b1) ...
#26 12.31 Selecting previously unselected package libvolk1-bin.
#26 12.32 Preparing to unpack .../067-libvolk1-bin_1.4-3+b1_amd64.deb ...
#26 12.32 Unpacking libvolk1-bin (1.4-3+b1) ...
#26 12.37 Selecting previously unselected package python-cheetah.
#26 12.37 Preparing to unpack .../068-python-cheetah_3.1.0-3_amd64.deb ...
#26 12.38 Unpacking python-cheetah (3.1.0-3) ...
#26 12.43 Selecting previously unselected package python-lxml:amd64.
#26 12.44 Preparing to unpack .../069-python-lxml_4.3.2-1+deb10u4_amd64.deb ...
#26 12.44 Unpacking python-lxml:amd64 (4.3.2-1+deb10u4) ...
#26 12.55 Selecting previously unselected package libglu1-mesa:amd64.
#26 12.56 Preparing to unpack .../070-libglu1-mesa_9.0.0-2.1+b3_amd64.deb ...
#26 12.56 Unpacking libglu1-mesa:amd64 (9.0.0-2.1+b3) ...
#26 12.62 Selecting previously unselected package python-opengl.
#26 12.63 Preparing to unpack .../071-python-opengl_3.1.0+dfsg-2_all.deb ...
#26 12.63 Unpacking python-opengl (3.1.0+dfsg-2) ...
#26 12.83 Selecting previously unselected package libqt5xml5:amd64.
#26 12.84 Preparing to unpack .../072-libqt5xml5_5.11.3+dfsg1-1+deb10u5_amd64.deb ...
#26 12.85 Unpacking libqt5xml5:amd64 (5.11.3+dfsg1-1+deb10u5) ...
#26 12.90 Selecting previously unselected package libqt5designer5:amd64.
#26 12.91 Preparing to unpack .../073-libqt5designer5_5.11.3-4_amd64.deb ...
#26 12.92 Unpacking libqt5designer5:amd64 (5.11.3-4) ...
#26 13.11 Selecting previously unselected package libqt5sql5:amd64.
#26 13.11 Preparing to unpack .../074-libqt5sql5_5.11.3+dfsg1-1+deb10u5_amd64.deb ...
#26 13.12 Unpacking libqt5sql5:amd64 (5.11.3+dfsg1-1+deb10u5) ...
#26 13.17 Selecting previously unselected package libqt5help5:amd64.
#26 13.17 Preparing to unpack .../075-libqt5help5_5.11.3-4_amd64.deb ...
#26 13.18 Unpacking libqt5help5:amd64 (5.11.3-4) ...
#26 13.23 Selecting previously unselected package libqt5printsupport5:amd64.
#26 13.23 Preparing to unpack .../076-libqt5printsupport5_5.11.3+dfsg1-1+deb10u5_amd64.deb ...
#26 13.24 Unpacking libqt5printsupport5:amd64 (5.11.3+dfsg1-1+deb10u5) ...
#26 13.30 Selecting previously unselected package libqt5test5:amd64.
#26 13.31 Preparing to unpack .../077-libqt5test5_5.11.3+dfsg1-1+deb10u5_amd64.deb ...
#26 13.31 Unpacking libqt5test5:amd64 (5.11.3+dfsg1-1+deb10u5) ...
#26 13.36 Selecting previously unselected package python-enum34.
#26 13.37 Preparing to unpack .../078-python-enum34_1.1.6-2_all.deb ...
#26 13.37 Unpacking python-enum34 (1.1.6-2) ...
#26 13.42 Selecting previously unselected package python-sip.
#26 13.43 Preparing to unpack .../079-python-sip_4.19.14+dfsg-2_amd64.deb ...
#26 13.43 Unpacking python-sip (4.19.14+dfsg-2) ...
#26 13.48 Selecting previously unselected package python-pyqt5.
#26 13.49 Preparing to unpack .../080-python-pyqt5_5.11.3+dfsg-1+b3_amd64.deb ...
#26 13.49 Unpacking python-pyqt5 (5.11.3+dfsg-1+b3) ...
#26 13.71 Selecting previously unselected package python-wxversion.
#26 13.71 Preparing to unpack .../081-python-wxversion_3.0.2.0+dfsg-8_all.deb ...
#26 13.72 Unpacking python-wxversion (3.0.2.0+dfsg-8) ...
#26 13.79 Selecting previously unselected package libwxbase3.0-0v5:amd64.
#26 13.80 Preparing to unpack .../082-libwxbase3.0-0v5_3.0.4+dfsg-8_amd64.deb ...
#26 13.80 Unpacking libwxbase3.0-0v5:amd64 (3.0.4+dfsg-8) ...
#26 13.95 Selecting previously unselected package libatspi2.0-0:amd64.
#26 13.96 Preparing to unpack .../083-libatspi2.0-0_2.30.0-7_amd64.deb ...
#26 13.97 Unpacking libatspi2.0-0:amd64 (2.30.0-7) ...
#26 14.09 Selecting previously unselected package libatk-bridge2.0-0:amd64.
#26 14.10 Preparing to unpack .../084-libatk-bridge2.0-0_2.30.0-5_amd64.deb ...
#26 14.11 Unpacking libatk-bridge2.0-0:amd64 (2.30.0-5) ...
#26 14.23 Selecting previously unselected package libcairo-gobject2:amd64.
#26 14.23 Preparing to unpack .../085-libcairo-gobject2_1.16.0-4+deb10u1_amd64.deb ...
#26 14.24 Unpacking libcairo-gobject2:amd64 (1.16.0-4+deb10u1) ...
#26 14.36 Selecting previously unselected package libcolord2:amd64.
#26 14.37 Preparing to unpack .../086-libcolord2_1.4.3-4_amd64.deb ...
#26 14.38 Unpacking libcolord2:amd64 (1.4.3-4) ...
#26 14.49 Selecting previously unselected package libepoxy0:amd64.
#26 14.49 Preparing to unpack .../087-libepoxy0_1.5.3-0.1_amd64.deb ...
#26 14.51 Unpacking libepoxy0:amd64 (1.5.3-0.1) ...
#26 14.61 Selecting previously unselected package libjson-glib-1.0-common.
#26 14.62 Preparing to unpack .../088-libjson-glib-1.0-common_1.4.4-2_all.deb ...
#26 14.63 Unpacking libjson-glib-1.0-common (1.4.4-2) ...
#26 14.72 Selecting previously unselected package libjson-glib-1.0-0:amd64.
#26 14.73 Preparing to unpack .../089-libjson-glib-1.0-0_1.4.4-2_amd64.deb ...
#26 14.74 Unpacking libjson-glib-1.0-0:amd64 (1.4.4-2) ...
#26 14.83 Selecting previously unselected package libsoup2.4-1:amd64.
#26 14.84 Preparing to unpack .../090-libsoup2.4-1_2.64.2-2_amd64.deb ...
#26 14.85 Unpacking libsoup2.4-1:amd64 (2.64.2-2) ...
#26 14.96 Selecting previously unselected package libsoup-gnome2.4-1:amd64.
#26 14.97 Preparing to unpack .../091-libsoup-gnome2.4-1_2.64.2-2_amd64.deb ...
#26 14.97 Unpacking libsoup-gnome2.4-1:amd64 (2.64.2-2) ...
#26 15.07 Selecting previously unselected package librest-0.7-0:amd64.
#26 15.08 Preparing to unpack .../092-librest-0.7-0_0.8.1-1_amd64.deb ...
#26 15.09 Unpacking librest-0.7-0:amd64 (0.8.1-1) ...
#26 15.20 Selecting previously unselected package libwayland-cursor0:amd64.
#26 15.20 Preparing to unpack .../093-libwayland-cursor0_1.16.0-1_amd64.deb ...
#26 15.21 Unpacking libwayland-cursor0:amd64 (1.16.0-1) ...
#26 15.27 Selecting previously unselected package libwayland-egl1:amd64.
#26 15.28 Preparing to unpack .../094-libwayland-egl1_1.16.0-1_amd64.deb ...
#26 15.28 Unpacking libwayland-egl1:amd64 (1.16.0-1) ...
#26 15.34 Selecting previously unselected package libgtk-3-common.
#26 15.35 Preparing to unpack .../095-libgtk-3-common_3.24.5-1_all.deb ...
#26 15.35 Unpacking libgtk-3-common (3.24.5-1) ...
#26 15.71 Selecting previously unselected package libgtk-3-0:amd64.
#26 15.72 Preparing to unpack .../096-libgtk-3-0_3.24.5-1_amd64.deb ...
#26 15.72 Unpacking libgtk-3-0:amd64 (3.24.5-1) ...
#26 15.92 Selecting previously unselected package libnotify4:amd64.
#26 15.93 Preparing to unpack .../097-libnotify4_0.7.7-4_amd64.deb ...
#26 15.93 Unpacking libnotify4:amd64 (0.7.7-4) ...
#26 15.97 Selecting previously unselected package libwxgtk3.0-gtk3-0v5:amd64.
#26 15.98 Preparing to unpack .../098-libwxgtk3.0-gtk3-0v5_3.0.4+dfsg-8_amd64.deb ...
#26 15.98 Unpacking libwxgtk3.0-gtk3-0v5:amd64 (3.0.4+dfsg-8) ...
#26 16.35 Selecting previously unselected package python-wxgtk3.0.
#26 16.36 Preparing to unpack .../099-python-wxgtk3.0_3.0.2.0+dfsg-8_amd64.deb ...
#26 16.37 Unpacking python-wxgtk3.0 (3.0.2.0+dfsg-8) ...
#26 16.83 Selecting previously unselected package python-zmq.
#26 16.84 Preparing to unpack .../100-python-zmq_17.1.2-2+deb10u1_amd64.deb ...
#26 16.85 Unpacking python-zmq (17.1.2-2+deb10u1) ...
#26 16.97 Selecting previously unselected package libcodec2-0.8.1:amd64.
#26 16.97 Preparing to unpack .../101-libcodec2-0.8.1_0.8.1-2_amd64.deb ...
#26 16.98 Unpacking libcodec2-0.8.1:amd64 (0.8.1-2) ...
#26 17.09 Selecting previously unselected package libcomedi0.
#26 17.10 Preparing to unpack .../102-libcomedi0_0.11.0-1_amd64.deb ...
#26 17.11 Unpacking libcomedi0 (0.11.0-1) ...
#26 17.23 Selecting previously unselected package liblog4cpp5v5:amd64.
#26 17.24 Preparing to unpack .../103-liblog4cpp5v5_1.1.3-1_amd64.deb ...
#26 17.25 Unpacking liblog4cpp5v5:amd64 (1.1.3-1) ...
#26 17.34 Selecting previously unselected package libgnuradio-pmt3.7.13:amd64.
#26 17.35 Preparing to unpack .../104-libgnuradio-pmt3.7.13_3.7.13.4-4+b1_amd64.deb ...
#26 17.36 Unpacking libgnuradio-pmt3.7.13:amd64 (3.7.13.4-4+b1) ...
#26 17.46 Selecting previously unselected package libgnuradio-runtime3.7.13:amd64.
#26 17.47 Preparing to unpack .../105-libgnuradio-runtime3.7.13_3.7.13.4-4+b1_amd64.deb ...
#26 17.48 Unpacking libgnuradio-runtime3.7.13:amd64 (3.7.13.4-4+b1) ...
#26 17.59 Selecting previously unselected package libgnuradio-blocks3.7.13:amd64.
#26 17.59 Preparing to unpack .../106-libgnuradio-blocks3.7.13_3.7.13.4-4+b1_amd64.deb ...
#26 17.61 Unpacking libgnuradio-blocks3.7.13:amd64 (3.7.13.4-4+b1) ...
#26 17.75 Selecting previously unselected package libgnuradio-fft3.7.13:amd64.
#26 17.76 Preparing to unpack .../107-libgnuradio-fft3.7.13_3.7.13.4-4+b1_amd64.deb ...
#26 17.77 Unpacking libgnuradio-fft3.7.13:amd64 (3.7.13.4-4+b1) ...
#26 17.89 Selecting previously unselected package libgnuradio-filter3.7.13:amd64.
#26 17.90 Preparing to unpack .../108-libgnuradio-filter3.7.13_3.7.13.4-4+b1_amd64.deb ...
#26 17.91 Unpacking libgnuradio-filter3.7.13:amd64 (3.7.13.4-4+b1) ...
#26 18.01 Selecting previously unselected package libgnuradio-analog3.7.13:amd64.
#26 18.02 Preparing to unpack .../109-libgnuradio-analog3.7.13_3.7.13.4-4+b1_amd64.deb ...
#26 18.03 Unpacking libgnuradio-analog3.7.13:amd64 (3.7.13.4-4+b1) ...
#26 18.09 Selecting previously unselected package libgnuradio-fec3.7.13:amd64.
#26 18.10 Preparing to unpack .../110-libgnuradio-fec3.7.13_3.7.13.4-4+b1_amd64.deb ...
#26 18.10 Unpacking libgnuradio-fec3.7.13:amd64 (3.7.13.4-4+b1) ...
#26 18.24 Selecting previously unselected package libgnuradio-atsc3.7.13:amd64.
#26 18.25 Preparing to unpack .../111-libgnuradio-atsc3.7.13_3.7.13.4-4+b1_amd64.deb ...
#26 18.26 Unpacking libgnuradio-atsc3.7.13:amd64 (3.7.13.4-4+b1) ...
#26 18.37 Selecting previously unselected package libopus0:amd64.
#26 18.38 Preparing to unpack .../112-libopus0_1.3-1_amd64.deb ...
#26 18.39 Unpacking libopus0:amd64 (1.3-1) ...
#26 18.51 Selecting previously unselected package libsamplerate0:amd64.
#26 18.52 Preparing to unpack .../113-libsamplerate0_0.1.9-2_amd64.deb ...
#26 18.53 Unpacking libsamplerate0:amd64 (0.1.9-2) ...
#26 18.68 Selecting previously unselected package libjack-jackd2-0:amd64.
#26 18.69 Preparing to unpack .../114-libjack-jackd2-0_1.9.12~dfsg-2_amd64.deb ...
#26 18.70 Unpacking libjack-jackd2-0:amd64 (1.9.12~dfsg-2) ...
#26 18.81 Selecting previously unselected package libportaudio2:amd64.
#26 18.82 Preparing to unpack .../115-libportaudio2_19.6.0-1+deb10u1_amd64.deb ...
#26 18.83 Unpacking libportaudio2:amd64 (19.6.0-1+deb10u1) ...
#26 18.92 Selecting previously unselected package libgnuradio-audio3.7.13:amd64.
#26 18.93 Preparing to unpack .../116-libgnuradio-audio3.7.13_3.7.13.4-4+b1_amd64.deb ...
#26 18.94 Unpacking libgnuradio-audio3.7.13:amd64 (3.7.13.4-4+b1) ...
#26 19.04 Selecting previously unselected package libgnuradio-channels3.7.13:amd64.
#26 19.05 Preparing to unpack .../117-libgnuradio-channels3.7.13_3.7.13.4-4+b1_amd64.deb ...
#26 19.06 Unpacking libgnuradio-channels3.7.13:amd64 (3.7.13.4-4+b1) ...
#26 19.17 Selecting previously unselected package libgnuradio-comedi3.7.13:amd64.
#26 19.17 Preparing to unpack .../118-libgnuradio-comedi3.7.13_3.7.13.4-4+b1_amd64.deb ...
#26 19.19 Unpacking libgnuradio-comedi3.7.13:amd64 (3.7.13.4-4+b1) ...
#26 19.31 Selecting previously unselected package libgnuradio-digital3.7.13:amd64.
#26 19.32 Preparing to unpack .../119-libgnuradio-digital3.7.13_3.7.13.4-4+b1_amd64.deb ...
#26 19.34 Unpacking libgnuradio-digital3.7.13:amd64 (3.7.13.4-4+b1) ...
#26 19.46 Selecting previously unselected package libgnuradio-dtv3.7.13:amd64.
#26 19.47 Preparing to unpack .../120-libgnuradio-dtv3.7.13_3.7.13.4-4+b1_amd64.deb ...
#26 19.49 Unpacking libgnuradio-dtv3.7.13:amd64 (3.7.13.4-4+b1) ...
#26 19.61 Selecting previously unselected package libgnuradio-fcd3.7.13:amd64.
#26 19.62 Preparing to unpack .../121-libgnuradio-fcd3.7.13_3.7.13.4-4+b1_amd64.deb ...
#26 19.63 Unpacking libgnuradio-fcd3.7.13:amd64 (3.7.13.4-4+b1) ...
#26 19.71 Selecting previously unselected package libgnuradio-noaa3.7.13:amd64.
#26 19.72 Preparing to unpack .../122-libgnuradio-noaa3.7.13_3.7.13.4-4+b1_amd64.deb ...
#26 19.73 Unpacking libgnuradio-noaa3.7.13:amd64 (3.7.13.4-4+b1) ...
#26 19.83 Selecting previously unselected package libgnuradio-pager3.7.13:amd64.
#26 19.83 Preparing to unpack .../123-libgnuradio-pager3.7.13_3.7.13.4-4+b1_amd64.deb ...
#26 19.85 Unpacking libgnuradio-pager3.7.13:amd64 (3.7.13.4-4+b1) ...
#26 19.96 Selecting previously unselected package libqt5opengl5:amd64.
#26 19.97 Preparing to unpack .../124-libqt5opengl5_5.11.3+dfsg1-1+deb10u5_amd64.deb ...
#26 19.99 Unpacking libqt5opengl5:amd64 (5.11.3+dfsg1-1+deb10u5) ...
#26 20.09 Selecting previously unselected package libqwt-qt5-6.
#26 20.10 Preparing to unpack .../125-libqwt-qt5-6_6.1.4-1_amd64.deb ...
#26 20.10 Unpacking libqwt-qt5-6 (6.1.4-1) ...
#26 20.22 Selecting previously unselected package libgnuradio-qtgui3.7.13:amd64.
#26 20.23 Preparing to unpack .../126-libgnuradio-qtgui3.7.13_3.7.13.4-4+b1_amd64.deb ...
#26 20.25 Unpacking libgnuradio-qtgui3.7.13:amd64 (3.7.13.4-4+b1) ...
#26 20.36 Selecting previously unselected package libgnuradio-trellis3.7.13:amd64.
#26 20.36 Preparing to unpack .../127-libgnuradio-trellis3.7.13_3.7.13.4-4+b1_amd64.deb ...
#26 20.38 Unpacking libgnuradio-trellis3.7.13:amd64 (3.7.13.4-4+b1) ...
#26 20.47 Selecting previously unselected package libgnuradio-uhd3.7.13:amd64.
#26 20.48 Preparing to unpack .../128-libgnuradio-uhd3.7.13_3.7.13.4-4+b1_amd64.deb ...
#26 20.49 Unpacking libgnuradio-uhd3.7.13:amd64 (3.7.13.4-4+b1) ...
#26 20.60 Selecting previously unselected package libslang2:amd64.
#26 20.60 Preparing to unpack .../129-libslang2_2.3.2-2_amd64.deb ...
#26 20.62 Unpacking libslang2:amd64 (2.3.2-2) ...
#26 20.73 Selecting previously unselected package libcaca0:amd64.
#26 20.74 Preparing to unpack .../130-libcaca0_0.99.beta19-2.1_amd64.deb ...
#26 20.75 Unpacking libcaca0:amd64 (0.99.beta19-2.1) ...
#26 20.89 Selecting previously unselected package libasyncns0:amd64.
#26 20.90 Preparing to unpack .../131-libasyncns0_0.8-6_amd64.deb ...
#26 20.91 Unpacking libasyncns0:amd64 (0.8-6) ...
#26 21.00 Selecting previously unselected package libogg0:amd64.
#26 21.01 Preparing to unpack .../132-libogg0_1.3.2-1+b1_amd64.deb ...
#26 21.02 Unpacking libogg0:amd64 (1.3.2-1+b1) ...
#26 21.13 Selecting previously unselected package libflac8:amd64.
#26 21.13 Preparing to unpack .../133-libflac8_1.3.2-3+deb10u3_amd64.deb ...
#26 21.15 Unpacking libflac8:amd64 (1.3.2-3+deb10u3) ...
#26 21.31 Selecting previously unselected package libvorbis0a:amd64.
#26 21.31 Preparing to unpack .../134-libvorbis0a_1.3.6-2_amd64.deb ...
#26 21.32 Unpacking libvorbis0a:amd64 (1.3.6-2) ...
#26 21.42 Selecting previously unselected package libvorbisenc2:amd64.
#26 21.43 Preparing to unpack .../135-libvorbisenc2_1.3.6-2_amd64.deb ...
#26 21.45 Unpacking libvorbisenc2:amd64 (1.3.6-2) ...
#26 21.54 Selecting previously unselected package libsndfile1:amd64.
#26 21.55 Preparing to unpack .../136-libsndfile1_1.0.28-6+deb10u2_amd64.deb ...
#26 21.56 Unpacking libsndfile1:amd64 (1.0.28-6+deb10u2) ...
#26 21.67 Selecting previously unselected package libxtst6:amd64.
#26 21.68 Preparing to unpack .../137-libxtst6_2%3a1.2.3-1_amd64.deb ...
#26 21.69 Unpacking libxtst6:amd64 (2:1.2.3-1) ...
#26 21.78 Selecting previously unselected package libpulse0:amd64.
#26 21.79 Preparing to unpack .../138-libpulse0_12.2-4+deb10u1_amd64.deb ...
#26 21.79 Unpacking libpulse0:amd64 (12.2-4+deb10u1) ...
#26 21.90 Selecting previously unselected package libsdl1.2debian:amd64.
#26 21.91 Preparing to unpack .../139-libsdl1.2debian_1.2.15+dfsg2-6~deb10u1_amd64.deb ...
#26 21.92 Unpacking libsdl1.2debian:amd64 (1.2.15+dfsg2-6~deb10u1) ...
#26 22.02 Selecting previously unselected package libgnuradio-video-sdl3.7.13:amd64.
#26 22.03 Preparing to unpack .../140-libgnuradio-video-sdl3.7.13_3.7.13.4-4+b1_amd64.deb ...
#26 22.04 Unpacking libgnuradio-video-sdl3.7.13:amd64 (3.7.13.4-4+b1) ...
#26 22.12 Selecting previously unselected package libgnuradio-vocoder3.7.13:amd64.
#26 22.13 Preparing to unpack .../141-libgnuradio-vocoder3.7.13_3.7.13.4-4+b1_amd64.deb ...
#26 22.14 Unpacking libgnuradio-vocoder3.7.13:amd64 (3.7.13.4-4+b1) ...
#26 22.21 Selecting previously unselected package libgnuradio-wavelet3.7.13:amd64.
#26 22.22 Preparing to unpack .../142-libgnuradio-wavelet3.7.13_3.7.13.4-4+b1_amd64.deb ...
#26 22.23 Unpacking libgnuradio-wavelet3.7.13:amd64 (3.7.13.4-4+b1) ...
#26 22.32 Selecting previously unselected package libgnuradio-wxgui3.7.13:amd64.
#26 22.33 Preparing to unpack .../143-libgnuradio-wxgui3.7.13_3.7.13.4-4+b1_amd64.deb ...
#26 22.34 Unpacking libgnuradio-wxgui3.7.13:amd64 (3.7.13.4-4+b1) ...
#26 22.44 Selecting previously unselected package libgnuradio-zeromq3.7.13:amd64.
#26 22.45 Preparing to unpack .../144-libgnuradio-zeromq3.7.13_3.7.13.4-4+b1_amd64.deb ...
#26 22.46 Unpacking libgnuradio-zeromq3.7.13:amd64 (3.7.13.4-4+b1) ...
#26 22.58 Selecting previously unselected package gnuradio.
#26 22.59 Preparing to unpack .../145-gnuradio_3.7.13.4-4+b1_amd64.deb ...
#26 22.60 Unpacking gnuradio (3.7.13.4-4+b1) ...
#26 23.54 Setting up liblog4cpp5v5:amd64 (1.1.3-1) ...
#26 23.55 Setting up libxcb-dri3-0:amd64 (1.13.1-2) ...
#26 23.55 Setting up python-enum34 (1.1.6-2) ...
#26 23.80 Setting up libwayland-server0:amd64 (1.16.0-1) ...
#26 23.81 Setting up libx11-xcb1:amd64 (2:1.6.7-1+deb10u4) ...
#26 23.82 Setting up libproxy1v5:amd64 (0.4.15-5+deb10u1) ...
#26 23.83 Setting up python-wxversion (3.0.2.0+dfsg-8) ...
#26 24.02 Setting up libxcb-xfixes0:amd64 (1.13.1-2) ...
#26 24.03 Setting up libogg0:amd64 (1.3.2-1+b1) ...
#26 24.04 Setting up libglvnd0:amd64 (1.1.0-1) ...
#26 24.05 Setting up libxtst6:amd64 (2:1.2.3-1) ...
#26 24.06 Setting up libxcb-glx0:amd64 (1.13.1-2) ...
#26 24.07 Setting up libcodec2-0.8.1:amd64 (0.8.1-2) ...
#26 24.08 Setting up libxcb-keysyms1:amd64 (0.4.0-1+b2) ...
#26 24.09 Setting up libxcb-shape0:amd64 (1.13.1-2) ...
#26 24.10 Setting up libxcb-render-util0:amd64 (0.3.9-1+b1) ...
#26 24.11 Setting up xkb-data (2.26-2) ...
#26 24.12 Setting up libxcb-icccm4:amd64 (0.4.1-1.1) ...
#26 24.13 Setting up libatspi2.0-0:amd64 (2.30.0-7) ...
#26 24.14 Setting up libxcb-util0:amd64 (0.3.8-3+b2) ...
#26 24.15 Setting up libpcre2-16-0:amd64 (10.32-5+deb10u1) ...
#26 24.16 Setting up libcolord2:amd64 (1.4.3-4) ...
#26 24.17 Setting up libxxf86vm1:amd64 (1:1.1.4-1+b2) ...
#26 24.18 Setting up libflac8:amd64 (1.3.2-3+deb10u3) ...
#26 24.19 Setting up libxcb-xkb1:amd64 (1.13.1-2) ...
#26 24.21 Setting up libxcb-image0:amd64 (0.4.0-1+b2) ...
#26 24.22 Setting up libxcb-present0:amd64 (1.13.1-2) ...
#26 24.23 Setting up libdconf1:amd64 (0.30.1-2) ...
#26 24.24 Setting up python-zmq (17.1.2-2+deb10u1) ...
#26 24.48 Setting up libatk-bridge2.0-0:amd64 (2.30.0-5) ...
#26 24.49 Setting up dbus-user-session (1.12.28-0+deb10u1) ...
#26 24.51 Setting up libxcb-xinerama0:amd64 (1.13.1-2) ...
#26 24.52 Setting up libslang2:amd64 (2.3.2-2) ...
#26 24.53 Setting up libepoxy0:amd64 (1.5.3-0.1) ...
#26 24.54 Setting up libxcb-sync1:amd64 (1.13.1-2) ...
#26 24.55 Setting up libnotify4:amd64 (0.7.7-4) ...
#26 24.56 Setting up libopus0:amd64 (1.3-1) ...
#26 24.57 Setting up python-cheetah (3.1.0-3) ...
#26 24.82 Setting up libvorbis0a:amd64 (1.3.6-2) ...
#26 24.83 Setting up liborc-0.4-0:amd64 (1:0.4.28-3.1) ...
#26 24.84 Setting up libglapi-mesa:amd64 (18.3.6-2+deb10u1) ...
#26 24.85 Setting up libmtdev1:amd64 (1.1.5-1+b1) ...
#26 24.86 Setting up libvolk1.4:amd64 (1.4-3+b1) ...
#26 24.87 Setting up libxcb-dri2-0:amd64 (1.13.1-2) ...
#26 24.88 Setting up libasyncns0:amd64 (0.8-6) ...
#26 24.89 Setting up libxshmfence1:amd64 (1.3-1) ...
#26 24.90 Setting up libxcb-randr0:amd64 (1.13.1-2) ...
#26 24.91 Setting up libgnuradio-pmt3.7.13:amd64 (3.7.13.4-4+b1) ...
#26 24.92 Setting up libllvm7:amd64 (1:7.0.1-8+deb10u2) ...
#26 24.93 Setting up libwxbase3.0-0v5:amd64 (3.0.4+dfsg-8) ...
#26 24.95 Setting up libjson-glib-1.0-common (1.4.4-2) ...
#26 24.99 Setting up libcairo-gobject2:amd64 (1.16.0-4+deb10u1) ...
#26 25.02 Setting up libwayland-egl1:amd64 (1.16.0-1) ...
#26 25.06 Setting up glib-networking-common (2.58.0-2+deb10u2) ...
#26 25.10 Setting up libsamplerate0:amd64 (0.1.9-2) ...
#26 25.13 Setting up libdrm-common (2.4.97-1) ...
#26 25.17 Setting up libevdev2:amd64 (1.6.0+dfsg-1) ...
#26 25.20 Setting up python-lxml:amd64 (4.3.2-1+deb10u4) ...
#26 25.45 Setting up libdouble-conversion1:amd64 (3.1.0-3) ...
#26 25.47 Setting up libgudev-1.0-0:amd64 (232-2) ...
#26 25.51 Setting up libcomedi0 (0.11.0-1) ...
#26 25.57 creating iocard group...
#26 25.60 Adding group `iocard' (GID 108) ...
#26 25.65 Done.
#26 25.67 Setting up libvorbisenc2:amd64 (1.3.6-2) ...
#26 25.68 Setting up python-sip (4.19.14+dfsg-2) ...
#26 25.89 Setting up libwacom-common (0.32-1) ...
#26 25.94 Setting up libxkbcommon0:amd64 (0.8.2-1) ...
#26 25.99 Setting up libwayland-client0:amd64 (1.16.0-1) ...
#26 26.02 Setting up libgnuradio-runtime3.7.13:amd64 (3.7.13.4-4+b1) ...
#26 26.05 Setting up libvolk1-bin (1.4-3+b1) ...
#26 26.08 Setting up glib-networking-services (2.58.0-2+deb10u2) ...
#26 26.12 Setting up libcaca0:amd64 (0.99.beta19-2.1) ...
#26 26.18 Setting up libgnuradio-blocks3.7.13:amd64 (3.7.13.4-4+b1) ...
#26 26.22 Setting up libgnuradio-wavelet3.7.13:amd64 (3.7.13.4-4+b1) ...
#26 26.28 Setting up libgnuradio-comedi3.7.13:amd64 (3.7.13.4-4+b1) ...
#26 26.33 Setting up dconf-service (0.30.1-2) ...
#26 26.38 Setting up libgnuradio-noaa3.7.13:amd64 (3.7.13.4-4+b1) ...
#26 26.42 Setting up libjson-glib-1.0-0:amd64 (1.4.4-2) ...
#26 26.43 Setting up libgnuradio-pager3.7.13:amd64 (3.7.13.4-4+b1) ...
#26 26.44 Setting up libgnuradio-uhd3.7.13:amd64 (3.7.13.4-4+b1) ...
#26 26.45 Setting up libxkbcommon-x11-0:amd64 (0.8.2-1) ...
#26 26.46 Setting up libgnuradio-fec3.7.13:amd64 (3.7.13.4-4+b1) ...
#26 26.47 Setting up libqt5core5a:amd64 (5.11.3+dfsg1-1+deb10u5) ...
#26 26.49 Setting up libgnuradio-vocoder3.7.13:amd64 (3.7.13.4-4+b1) ...
#26 26.50 Setting up libjack-jackd2-0:amd64 (1.9.12~dfsg-2) ...
#26 26.53 Setting up libdrm2:amd64 (2.4.97-1) ...
#26 26.54 Setting up libqt5dbus5:amd64 (5.11.3+dfsg1-1+deb10u5) ...
#26 26.55 Setting up libwayland-cursor0:amd64 (1.16.0-1) ...
#26 26.57 Setting up libgnuradio-wxgui3.7.13:amd64 (3.7.13.4-4+b1) ...
#26 26.57 Setting up libgnuradio-fft3.7.13:amd64 (3.7.13.4-4+b1) ...
#26 26.59 Setting up libgnuradio-zeromq3.7.13:amd64 (3.7.13.4-4+b1) ...
#26 26.60 Setting up libsndfile1:amd64 (1.0.28-6+deb10u2) ...
#26 26.61 Setting up libqt5test5:amd64 (5.11.3+dfsg1-1+deb10u5) ...
#26 26.63 Setting up libwacom2:amd64 (0.32-1) ...
#26 26.64 Setting up libdrm-amdgpu1:amd64 (2.4.97-1) ...
#26 26.65 Setting up libportaudio2:amd64 (19.6.0-1+deb10u1) ...
#26 26.66 Setting up libdrm-nouveau2:amd64 (2.4.97-1) ...
#26 26.68 Setting up dconf-gsettings-backend:amd64 (0.30.1-2) ...
#26 26.69 Setting up libgnuradio-audio3.7.13:amd64 (3.7.13.4-4+b1) ...
#26 26.71 Setting up libgbm1:amd64 (18.3.6-2+deb10u1) ...
#26 26.73 Setting up libpulse0:amd64 (12.2-4+deb10u1) ...
#26 26.75 Setting up libdrm-radeon1:amd64 (2.4.97-1) ...
#26 26.76 Setting up libdrm-intel1:amd64 (2.4.97-1) ...
#26 26.77 Setting up libgl1-mesa-dri:amd64 (18.3.6-2+deb10u1) ...
#26 26.78 Setting up libgnuradio-filter3.7.13:amd64 (3.7.13.4-4+b1) ...
#26 26.79 Setting up libqt5network5:amd64 (5.11.3+dfsg1-1+deb10u5) ...
#26 26.80 Setting up libgnuradio-fcd3.7.13:amd64 (3.7.13.4-4+b1) ...
#26 26.82 Setting up libinput-bin (1.12.6-2+deb10u1) ...
#26 26.83 Setting up libqt5sql5:amd64 (5.11.3+dfsg1-1+deb10u5) ...
#26 26.84 Setting up libqt5xml5:amd64 (5.11.3+dfsg1-1+deb10u5) ...
#26 26.85 Setting up libegl-mesa0:amd64 (18.3.6-2+deb10u1) ...
#26 26.86 Setting up libgnuradio-analog3.7.13:amd64 (3.7.13.4-4+b1) ...
#26 26.87 Setting up libsdl1.2debian:amd64 (1.2.15+dfsg2-6~deb10u1) ...
#26 26.89 Setting up libgnuradio-digital3.7.13:amd64 (3.7.13.4-4+b1) ...
#26 26.89 Setting up libgnuradio-dtv3.7.13:amd64 (3.7.13.4-4+b1) ...
#26 26.90 Setting up libgnuradio-trellis3.7.13:amd64 (3.7.13.4-4+b1) ...
#26 26.92 Setting up libgnuradio-atsc3.7.13:amd64 (3.7.13.4-4+b1) ...
#26 26.93 Setting up libgnuradio-video-sdl3.7.13:amd64 (3.7.13.4-4+b1) ...
#26 26.94 Setting up libegl1:amd64 (1.1.0-1) ...
#26 26.95 Setting up libgtk-3-common (3.24.5-1) ...
#26 26.97 Setting up libgnuradio-channels3.7.13:amd64 (3.7.13.4-4+b1) ...
#26 26.97 Setting up gsettings-desktop-schemas (3.28.1-1) ...
#26 26.98 Setting up libinput10:amd64 (1.12.6-2+deb10u1) ...
#26 27.00 Setting up libglx-mesa0:amd64 (18.3.6-2+deb10u1) ...
#26 27.01 Setting up libglx0:amd64 (1.1.0-1) ...
#26 27.02 Setting up libgl1:amd64 (1.1.0-1) ...
#26 27.03 Setting up libgl1-mesa-glx:amd64 (18.3.6-2+deb10u1) ...
#26 27.04 Setting up libglu1-mesa:amd64 (9.0.0-2.1+b3) ...
#26 27.05 Setting up freeglut3:amd64 (2.8.1-3) ...
#26 27.06 Setting up python-opengl (3.1.0+dfsg-2) ...
#26 27.74 Setting up libqt5gui5:amd64 (5.11.3+dfsg1-1+deb10u5) ...
#26 27.78 Setting up libqt5widgets5:amd64 (5.11.3+dfsg1-1+deb10u5) ...
#26 27.82 Setting up libqt5help5:amd64 (5.11.3-4) ...
#26 27.86 Setting up libqt5printsupport5:amd64 (5.11.3+dfsg1-1+deb10u5) ...
#26 27.90 Setting up libqt5opengl5:amd64 (5.11.3+dfsg1-1+deb10u5) ...
#26 27.94 Setting up libqt5designer5:amd64 (5.11.3-4) ...
#26 27.98 Setting up libqt5svg5:amd64 (5.11.3-2) ...
#26 28.02 Setting up libqwt-qt5-6 (6.1.4-1) ...
#26 28.04 Setting up python-pyqt5 (5.11.3+dfsg-1+b3) ...
#26 28.30 Setting up libgnuradio-qtgui3.7.13:amd64 (3.7.13.4-4+b1) ...
#26 28.34 Processing triggers for hicolor-icon-theme (0.17-2) ...
#26 28.44 Processing triggers for libglib2.0-0:amd64 (2.58.3-2+deb10u5) ...
#26 28.48 Processing triggers for libc-bin (2.28-10+deb10u2) ...
#26 28.51 Processing triggers for man-db (2.8.5-2+deb10u1) ...
#26 28.73 Processing triggers for shared-mime-info (1.10-1) ...
#26 32.04 Setting up glib-networking:amd64 (2.58.0-2+deb10u2) ...
#26 32.05 Processing triggers for mime-support (3.62) ...
#26 32.07 Setting up libsoup2.4-1:amd64 (2.64.2-2) ...
#26 32.09 Setting up libsoup-gnome2.4-1:amd64 (2.64.2-2) ...
#26 32.10 Setting up librest-0.7-0:amd64 (0.8.1-1) ...
#26 32.12 Setting up libgtk-3-0:amd64 (3.24.5-1) ...
#26 32.15 Setting up libwxgtk3.0-gtk3-0v5:amd64 (3.0.4+dfsg-8) ...
#26 32.17 Setting up python-wxgtk3.0 (3.0.2.0+dfsg-8) ...
#26 32.18 update-alternatives: using /usr/lib/wx/python/wx3.0.pth to provide /usr/lib/wx/python/wx.pth (wx.pth) in auto mode
#26 33.25 Setting up gnuradio (3.7.13.4-4+b1) ...
#26 34.71 Processing triggers for libc-bin (2.28-10+deb10u2) ...
#26 DONE 35.2s

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

#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.417 Warning: apt-key output should not be parsed (stdout is not a terminal)
#28 1.068 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.449 Hit:1 http://deb.debian.org/debian buster InRelease
#29 0.449 Hit:2 http://deb.debian.org/debian-security buster/updates InRelease
#29 0.449 Hit:3 http://deb.debian.org/debian buster-updates InRelease
#29 0.449 Ign:4 http://repo.mongodb.org/apt/debian buster/mongodb-org/4.4 InRelease
#29 0.449 Hit:5 https://downloads.osmocom.org/packages/osmocom:/nightly/Debian_10 ./ InRelease
#29 0.555 Get:6 http://repo.mongodb.org/apt/debian buster/mongodb-org/4.4 Release [2,032 B]
#29 0.760 Get:7 http://repo.mongodb.org/apt/debian buster/mongodb-org/4.4 Release.gpg [866 B]
#29 1.095 Get:8 http://repo.mongodb.org/apt/debian buster/mongodb-org/4.4/main amd64 Packages [71.8 kB]
#29 1.127 Fetched 74.7 kB in 1s (107 kB/s)
#29 1.127 Reading package lists...
#29 1.962 Reading package lists...
#29 2.753 Building dependency tree...
#29 2.955 Reading state information...
#29 3.071 The following additional packages will be installed:
#29 3.071   mongodb-database-tools mongodb-org-database-tools-extra mongodb-org-mongos
#29 3.072   mongodb-org-server mongodb-org-shell mongodb-org-tools
#29 3.102 The following NEW packages will be installed:
#29 3.102   mongodb-database-tools mongodb-org mongodb-org-database-tools-extra
#29 3.103   mongodb-org-mongos mongodb-org-server mongodb-org-shell mongodb-org-tools
#29 3.239 0 upgraded, 7 newly installed, 0 to remove and 20 not upgraded.
#29 3.239 Need to get 102 MB of archives.
#29 3.239 After this operation, 203 MB of additional disk space will be used.
#29 3.239 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.043 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.283 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 4.703 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 4.968 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.171 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.374 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 5.559 debconf: delaying package configuration, since apt-utils is not installed
#29 5.599 Fetched 102 MB in 2s (45.5 MB/s)
#29 5.628 Selecting previously unselected package mongodb-database-tools.
#29 5.628 (Reading database ... 
(Reading database ... 5%
(Reading database ... 10%
(Reading database ... 15%
(Reading database ... 20%
(Reading database ... 25%
(Reading database ... 30%
(Reading database ... 35%
(Reading database ... 40%
(Reading database ... 45%
(Reading database ... 50%
(Reading database ... 55%
(Reading database ... 60%
(Reading database ... 65%
(Reading database ... 70%
(Reading database ... 75%
(Reading database ... 80%
(Reading database ... 85%
(Reading database ... 90%
(Reading database ... 95%
(Reading database ... 100%
(Reading database ... 114752 files and directories currently installed.)
#29 5.680 Preparing to unpack .../0-mongodb-database-tools_100.9.4_amd64.deb ...
#29 5.688 Unpacking mongodb-database-tools (100.9.4) ...
#29 7.742 Selecting previously unselected package mongodb-org-shell.
#29 7.749 Preparing to unpack .../1-mongodb-org-shell_4.4.29_amd64.deb ...
#29 7.755 Unpacking mongodb-org-shell (4.4.29) ...
#29 8.630 Selecting previously unselected package mongodb-org-server.
#29 8.638 Preparing to unpack .../2-mongodb-org-server_4.4.29_amd64.deb ...
#29 8.641 Unpacking mongodb-org-server (4.4.29) ...
#29 9.979 Selecting previously unselected package mongodb-org-mongos.
#29 9.987 Preparing to unpack .../3-mongodb-org-mongos_4.4.29_amd64.deb ...
#29 9.992 Unpacking mongodb-org-mongos (4.4.29) ...
#29 11.03 Selecting previously unselected package mongodb-org-database-tools-extra.
#29 11.04 Preparing to unpack .../4-mongodb-org-database-tools-extra_4.4.29_amd64.deb ...
#29 11.05 Unpacking mongodb-org-database-tools-extra (4.4.29) ...
#29 11.07 Selecting previously unselected package mongodb-org-tools.
#29 11.08 Preparing to unpack .../5-mongodb-org-tools_4.4.29_amd64.deb ...
#29 11.09 Unpacking mongodb-org-tools (4.4.29) ...
#29 11.12 Selecting previously unselected package mongodb-org.
#29 11.13 Preparing to unpack .../6-mongodb-org_4.4.29_amd64.deb ...
#29 11.13 Unpacking mongodb-org (4.4.29) ...
#29 11.20 Setting up mongodb-org-server (4.4.29) ...
#29 11.23 Adding system user `mongodb' (UID 106) ...
#29 11.23 Adding new user `mongodb' (UID 106) with group `nogroup' ...
#29 11.28 Not creating home directory `/home/mongodb'.
#29 11.30 Adding group `mongodb' (GID 109) ...
#29 11.31 Done.
#29 11.33 Adding user `mongodb' to group `mongodb' ...
#29 11.33 Adding user mongodb to group mongodb
#29 11.34 Done.
#29 11.35 /var/lib/dpkg/info/mongodb-org-server.postinst: 44: /var/lib/dpkg/info/mongodb-org-server.postinst: systemctl: not found
#29 11.35 Setting up mongodb-org-shell (4.4.29) ...
#29 11.36 Setting up mongodb-database-tools (100.9.4) ...
#29 11.37 Setting up mongodb-org-mongos (4.4.29) ...
#29 11.38 Setting up mongodb-org-database-tools-extra (4.4.29) ...
#29 11.39 Setting up mongodb-org-tools (4.4.29) ...
#29 11.40 Setting up mongodb-org (4.4.29) ...
#29 11.41 Processing triggers for man-db (2.8.5-2+deb10u1) ...
#29 DONE 11.9s

#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.434 Hit:1 http://deb.debian.org/debian buster InRelease
#30 0.434 Hit:2 http://deb.debian.org/debian-security buster/updates InRelease
#30 0.434 Ign:3 http://repo.mongodb.org/apt/debian buster/mongodb-org/4.4 InRelease
#30 0.435 Hit:4 http://deb.debian.org/debian buster-updates InRelease
#30 0.561 Hit:5 https://downloads.osmocom.org/packages/osmocom:/nightly/Debian_10 ./ InRelease
#30 0.642 Hit:6 http://repo.mongodb.org/apt/debian buster/mongodb-org/4.4 Release
#30 0.870 Reading package lists...
#30 1.766 Reading package lists...
#30 2.618 Building dependency tree...
#30 2.807 Reading state information...
#30 2.949 bison is already the newest version (2:3.3.2.dfsg-1).
#30 2.949 flex is already the newest version (2.6.4-6.2).
#30 2.949 libgcrypt20-dev is already the newest version (1.8.4-5+deb10u1).
#30 2.949 libgcrypt20-dev set to manually installed.
#30 2.949 libsctp-dev is already the newest version (1.0.18+dfsg-1).
#30 2.949 python3-pip is already the newest version (18.1-5).
#30 2.949 python3-setuptools is already the newest version (40.8.0-1).
#30 2.949 python3-wheel is already the newest version (0.32.3-2).
#30 2.949 libcurl4-gnutls-dev is already the newest version (7.64.0-4+deb10u9).
#30 2.949 libcurl4-gnutls-dev set to manually installed.
#30 2.949 git is already the newest version (1:2.20.1-2+deb10u8).
#30 2.949 libgnutls28-dev is already the newest version (3.6.7-4+deb10u12).
#30 2.949 libmicrohttpd-dev is already the newest version (0.9.62-1+deb10u1).
#30 2.949 libmicrohttpd-dev set to manually installed.
#30 2.949 libssl-dev is already the newest version (1.1.1n-0+deb10u6).
#30 2.949 The following additional packages will be installed:
#30 2.950   libbson-1.0-0 libmongoc-1.0-0 libsnappy-dev libsnappy1v5
#30 2.951 Suggested packages:
#30 2.951   libnghttp2-doc libyaml-doc
#30 3.053 The following NEW packages will be installed:
#30 3.053   build-essential libbson-1.0-0 libbson-dev libidn11-dev libmongoc-1.0-0
#30 3.054   libmongoc-dev libnghttp2-dev libsnappy-dev libsnappy1v5 libyaml-dev meson
#30 3.054   ninja-build
#30 3.084 0 upgraded, 12 newly installed, 0 to remove and 20 not upgraded.
#30 3.084 Need to get 1,666 kB of archives.
#30 3.084 After this operation, 5,602 kB of additional disk space will be used.
#30 3.084 Get:1 http://deb.debian.org/debian buster/main amd64 build-essential amd64 12.6 [7,576 B]
#30 3.091 Get:2 http://deb.debian.org/debian buster/main amd64 libbson-1.0-0 amd64 1.14.0-1 [72.0 kB]
#30 3.097 Get:3 http://deb.debian.org/debian buster/main amd64 libbson-dev amd64 1.14.0-1 [114 kB]
#30 3.103 Get:4 http://deb.debian.org/debian buster/main amd64 libidn11-dev amd64 1.33-2.2 [594 kB]
#30 3.114 Get:5 http://deb.debian.org/debian buster/main amd64 libsnappy1v5 amd64 1.1.7-1 [17.0 kB]
#30 3.114 Get:6 http://deb.debian.org/debian buster/main amd64 libmongoc-1.0-0 amd64 1.14.0-1 [229 kB]
#30 3.116 Get:7 http://deb.debian.org/debian buster/main amd64 libsnappy-dev amd64 1.1.7-1 [29.2 kB]
#30 3.117 Get:8 http://deb.debian.org/debian buster/main amd64 libmongoc-dev amd64 1.14.0-1 [50.5 kB]
#30 3.119 Get:9 http://deb.debian.org/debian-security buster/updates/main amd64 libnghttp2-dev amd64 1.36.0-2+deb10u2 [121 kB]
#30 3.120 Get:10 http://deb.debian.org/debian buster/main amd64 libyaml-dev amd64 0.2.1-1 [57.4 kB]
#30 3.121 Get:11 http://deb.debian.org/debian buster/main amd64 ninja-build amd64 1.8.2-1 [93.6 kB]
#30 3.122 Get:12 http://deb.debian.org/debian buster/main amd64 meson all 0.49.2-1 [281 kB]
#30 3.343 debconf: delaying package configuration, since apt-utils is not installed
#30 3.407 Fetched 1,666 kB in 0s (30.4 MB/s)
#30 3.454 Selecting previously unselected package build-essential.
#30 3.454 (Reading database ... 
(Reading database ... 5%
(Reading database ... 10%
(Reading database ... 15%
(Reading database ... 20%
(Reading database ... 25%
(Reading database ... 30%
(Reading database ... 35%
(Reading database ... 40%
(Reading database ... 45%
(Reading database ... 50%
(Reading database ... 55%
(Reading database ... 60%
(Reading database ... 65%
(Reading database ... 70%
(Reading database ... 75%
(Reading database ... 80%
(Reading database ... 85%
(Reading database ... 90%
(Reading database ... 95%
(Reading database ... 100%
(Reading database ... 114799 files and directories currently installed.)
#30 3.505 Preparing to unpack .../00-build-essential_12.6_amd64.deb ...
#30 3.509 Unpacking build-essential (12.6) ...
#30 3.548 Selecting previously unselected package libbson-1.0-0.
#30 3.555 Preparing to unpack .../01-libbson-1.0-0_1.14.0-1_amd64.deb ...
#30 3.561 Unpacking libbson-1.0-0 (1.14.0-1) ...
#30 3.598 Selecting previously unselected package libbson-dev.
#30 3.606 Preparing to unpack .../02-libbson-dev_1.14.0-1_amd64.deb ...
#30 3.609 Unpacking libbson-dev (1.14.0-1) ...
#30 3.653 Selecting previously unselected package libidn11-dev:amd64.
#30 3.660 Preparing to unpack .../03-libidn11-dev_1.33-2.2_amd64.deb ...
#30 3.663 Unpacking libidn11-dev:amd64 (1.33-2.2) ...
#30 3.732 Selecting previously unselected package libsnappy1v5:amd64.
#30 3.738 Preparing to unpack .../04-libsnappy1v5_1.1.7-1_amd64.deb ...
#30 3.741 Unpacking libsnappy1v5:amd64 (1.1.7-1) ...
#30 3.780 Selecting previously unselected package libmongoc-1.0-0.
#30 3.788 Preparing to unpack .../05-libmongoc-1.0-0_1.14.0-1_amd64.deb ...
#30 3.791 Unpacking libmongoc-1.0-0 (1.14.0-1) ...
#30 3.836 Selecting previously unselected package libsnappy-dev:amd64.
#30 3.842 Preparing to unpack .../06-libsnappy-dev_1.1.7-1_amd64.deb ...
#30 3.845 Unpacking libsnappy-dev:amd64 (1.1.7-1) ...
#30 3.884 Selecting previously unselected package libmongoc-dev.
#30 3.891 Preparing to unpack .../07-libmongoc-dev_1.14.0-1_amd64.deb ...
#30 3.894 Unpacking libmongoc-dev (1.14.0-1) ...
#30 3.931 Selecting previously unselected package libnghttp2-dev.
#30 3.939 Preparing to unpack .../08-libnghttp2-dev_1.36.0-2+deb10u2_amd64.deb ...
#30 3.942 Unpacking libnghttp2-dev (1.36.0-2+deb10u2) ...
#30 3.988 Selecting previously unselected package libyaml-dev:amd64.
#30 3.995 Preparing to unpack .../09-libyaml-dev_0.2.1-1_amd64.deb ...
#30 3.999 Unpacking libyaml-dev:amd64 (0.2.1-1) ...
#30 4.046 Selecting previously unselected package ninja-build.
#30 4.053 Preparing to unpack .../10-ninja-build_1.8.2-1_amd64.deb ...
#30 4.062 Unpacking ninja-build (1.8.2-1) ...
#30 4.109 Selecting previously unselected package meson.
#30 4.116 Preparing to unpack .../11-meson_0.49.2-1_all.deb ...
#30 4.119 Unpacking meson (0.49.2-1) ...
#30 4.214 Setting up libnghttp2-dev (1.36.0-2+deb10u2) ...
#30 4.223 Setting up libidn11-dev:amd64 (1.33-2.2) ...
#30 4.237 Setting up libyaml-dev:amd64 (0.2.1-1) ...
#30 4.246 Setting up ninja-build (1.8.2-1) ...
#30 4.260 Setting up libsnappy1v5:amd64 (1.1.7-1) ...
#30 4.268 Setting up libbson-1.0-0 (1.14.0-1) ...
#30 4.284 Setting up build-essential (12.6) ...
#30 4.293 Setting up libbson-dev (1.14.0-1) ...
#30 4.301 Setting up libsnappy-dev:amd64 (1.1.7-1) ...
#30 4.310 Setting up meson (0.49.2-1) ...
#30 4.324 Setting up libmongoc-1.0-0 (1.14.0-1) ...
#30 4.332 Setting up libmongoc-dev (1.14.0-1) ...
#30 4.342 Processing triggers for man-db (2.8.5-2+deb10u1) ...
#30 4.596 Processing triggers for libc-bin (2.28-10+deb10u2) ...
#30 DONE 4.8s

#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.309 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.427 Already on 'master'
#34 0.427 Your branch is up to date with 'origin/master'.
#34 0.428 refs/heads/master
#34 0.434 HEAD is now at bcde1d0 Update git URLs
#34 0.435 master
#34 0.436 bcde1d05383ff1a5e6d5fe0970735e79ab163ec4
#34 DONE 0.5s

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

#36 [29/32] RUN     mkdir -p /etc/sudoers.d/ && cp osmo-gsm-tester/utils/sudoers.d/* /etc/sudoers.d/
#36 DONE 0.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.4s

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

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

#40 exporting to image
#40 exporting layers
#40 exporting layers 2.4s done
#40 writing image sha256:f96497304d48fe1a7719e03c4bf588a5ce88211cec31c9ad673629de4eb18ab6 done
#40 naming to docker.io/osmocom-build/osmo-gsm-tester:latest done
#40 DONE 2.4s
rm -rf .common
make: Leaving directory '/home/osmocom-build/jenkins/workspace/osmo-gsm-tester_virtual/docker-playground/osmo-gsm-tester'
+ unlink osmo-gsm-tester/sysmocom/resources.conf
+ ln -s resources.conf.virtual osmo-gsm-tester/sysmocom/resources.conf
+ docker run --rm=true -e HOME=/build -e JOB_NAME=osmo-gsm-tester_virtual -e OSMO_GSM_TESTER_CONF=/build/osmo-gsm-tester/sysmocom/main.conf -e OSMO_GSM_TESTER_OPTS=-s netreg_mass -e BUILD_NUMBER=7546 -w /build -i -v /home/osmocom-build/jenkins/workspace/osmo-gsm-tester_virtual:/build -v /home/osmocom-build/.ssh:/home/build/.ssh:ro --name=osmo-gsm-tester-virtual --cap-add=sys_nice osmocom-build/osmo-gsm-tester /bin/bash -c LANG="en_US.utf8" LC_ALL="en_US.UTF-8" LC_LANG="en_US.UTF-8" PATH="$PWD/osmo-gsm-tester/src:${PATH}" ./osmo-gsm-tester/contrib/jenkins-run.sh
+ base=/build
+ dirname -- ./osmo-gsm-tester/contrib/jenkins-run.sh
+ CDPATH= cd -- ./osmo-gsm-tester/contrib
+ pwd -P
+ SCRIPT_DIR=/build/osmo-gsm-tester/contrib
+ OSMO_GSM_TESTER_CONF=/build/osmo-gsm-tester/sysmocom/main.conf
+ date +%F %T
+ time_start=2024-04-02 22:50:17
+ trial_dir_prefix=trial-
+ rm -rf trial-*
+ trial_dir=trial-7546
+ mkdir -p trial-7546
+ mv open5gs.build-8.tgz osmo-bsc.build-21516.tgz osmo-bts-oc2g.build-7488.tgz osmo-bts-sysmo.build-9990.tgz osmo-bts.build-9466.tgz osmo-ggsn.build-8470.tgz osmo-hlr.build-11055.tgz osmo-hnbgw.build-8051.tgz osmo-mgw.build-11353.tgz osmo-msc.build-35111.tgz osmo-nitb.build-16173.tgz osmo-pcu-oc2g.build-5076.tgz osmo-pcu-sysmo.build-6357.tgz osmo-pcu.build-6320.tgz osmo-sgsn.build-36609.tgz osmo-stp.build-11639.tgz osmo-trx.build-6449.tgz osmocom-bb.build-6139.tgz srslte.build-19.tgz trial-7546
+ cat open5gs.build-8.md5 osmo-bsc.build-21516.md5 osmo-bts-oc2g.build-7488.md5 osmo-bts-sysmo.build-9990.md5 osmo-bts.build-9466.md5 osmo-ggsn.build-8470.md5 osmo-hlr.build-11055.md5 osmo-hnbgw.build-8051.md5 osmo-mgw.build-11353.md5 osmo-msc.build-35111.md5 osmo-nitb.build-16173.md5 osmo-pcu-oc2g.build-5076.md5 osmo-pcu-sysmo.build-6357.md5 osmo-pcu.build-6320.md5 osmo-sgsn.build-36609.md5 osmo-stp.build-11639.md5 osmo-trx.build-6449.md5 osmocom-bb.build-6139.md5 srslte.build-19.md5
+ rm open5gs.build-8.md5 osmo-bsc.build-21516.md5 osmo-bts-oc2g.build-7488.md5 osmo-bts-sysmo.build-9990.md5 osmo-bts.build-9466.md5 osmo-ggsn.build-8470.md5 osmo-hlr.build-11055.md5 osmo-hnbgw.build-8051.md5 osmo-mgw.build-11353.md5 osmo-msc.build-35111.md5 osmo-nitb.build-16173.md5 osmo-pcu-oc2g.build-5076.md5 osmo-pcu-sysmo.build-6357.md5 osmo-pcu.build-6320.md5 osmo-sgsn.build-36609.md5 osmo-stp.build-11639.md5 osmo-trx.build-6449.md5 osmocom-bb.build-6139.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-7546 -s netreg_mass
combinations: ['netreg_mass']
trial: 'trial-7546'
tests: None

--------------------------------------------------------------------------------------------
trial-7546
--------------------------------------------------------------------------------------------
22:50:17.628691 tst                       trial-7546: Detailed log at /build/trial-7546/run.2024-04-02_22-50-17/log

---------------------------------------------------------------------
trial-7546 netreg_mass
---------------------------------------------------------------------
22:50:17.910204 tst                      netreg_mass: reserving resources in /var/tmp/osmo-gsm-tester/state ...
22:50:17.911081 tst                      netreg_mass: Verifying 1 x bts (candidates: 1)
22:50:17.913034 tst                      netreg_mass: Verifying 6 x ip_address (candidates: 9)
22:50:17.916149 tst                      netreg_mass: Verifying 100 x modem (candidates: 100)
22:50:18.008351 tst                      netreg_mass: Reserving 1 x bts (candidates: 1)
22:50:18.010536 tst                      netreg_mass: Reserving 6 x ip_address (candidates: 9)
22:50:18.014093 tst                      netreg_mass: Reserving 100 x modem (candidates: 100)
22:50:18.614418 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-7546 netreg_mass register_default_mass.py
----------------------------------------------
22:50:18.615444 tst       register_default_mass.py:9: Claiming resources for the test
22:50:18.649529 tst                      netreg_mass: Using 1 x ip_address (candidates: 6)
22:50:18.650791 tst                      netreg_mass: Using 1 x ip_address (candidates: 6)
22:50:18.651898 tst                      netreg_mass: Using 1 x ip_address (candidates: 6)
22:50:18.652994 tst                      netreg_mass: Using 1 x ip_address (candidates: 6)
22:50:18.654081 tst                      netreg_mass: Using 1 x ip_address (candidates: 6)
22:50:18.655184 tst                      netreg_mass: Using 1 x ip_address (candidates: 6)
22:50:18.656284 tst                      netreg_mass: Using 1 x bts (candidates: 1)
22:50:18.705422 tst         register_default_mass.py: using LAC 2
22:50:18.722419 tst         register_default_mass.py: using RAC 2
22:50:18.735773 tst         register_default_mass.py: using CellId 2
22:50:18.749229 tst         register_default_mass.py: using BVCI 3
22:50:18.759776 tst                      netreg_mass: Using 1 x modem (candidates: 100)
22:50:18.761267 tst                      netreg_mass: Using 1 x modem (candidates: 100)
22:50:18.762619 tst                      netreg_mass: Using 1 x modem (candidates: 100)
22:50:18.763965 tst                      netreg_mass: Using 1 x modem (candidates: 100)
22:50:18.765311 tst                      netreg_mass: Using 1 x modem (candidates: 100)
22:50:18.766634 tst                      netreg_mass: Using 1 x modem (candidates: 100)
22:50:18.767952 tst                      netreg_mass: Using 1 x modem (candidates: 100)
22:50:18.769303 tst                      netreg_mass: Using 1 x modem (candidates: 100)
22:50:18.770636 tst                      netreg_mass: Using 1 x modem (candidates: 100)
22:50:18.771959 tst                      netreg_mass: Using 1 x modem (candidates: 100)
22:50:18.773284 tst                      netreg_mass: Using 1 x modem (candidates: 100)
22:50:18.774578 tst                      netreg_mass: Using 1 x modem (candidates: 100)
22:50:18.775881 tst                      netreg_mass: Using 1 x modem (candidates: 100)
22:50:18.777223 tst                      netreg_mass: Using 1 x modem (candidates: 100)
22:50:18.778552 tst                      netreg_mass: Using 1 x modem (candidates: 100)
22:50:18.779881 tst                      netreg_mass: Using 1 x modem (candidates: 100)
22:50:18.781242 tst                      netreg_mass: Using 1 x modem (candidates: 100)
22:50:18.782579 tst                      netreg_mass: Using 1 x modem (candidates: 100)
22:50:18.783908 tst                      netreg_mass: Using 1 x modem (candidates: 100)
22:50:18.785239 tst                      netreg_mass: Using 1 x modem (candidates: 100)
22:50:18.786551 tst                      netreg_mass: Using 1 x modem (candidates: 100)
22:50:18.787863 tst                      netreg_mass: Using 1 x modem (candidates: 100)
22:50:18.789209 tst                      netreg_mass: Using 1 x modem (candidates: 100)
22:50:18.790533 tst                      netreg_mass: Using 1 x modem (candidates: 100)
22:50:18.791835 tst                      netreg_mass: Using 1 x modem (candidates: 100)
22:50:18.793156 tst                      netreg_mass: Using 1 x modem (candidates: 100)
22:50:18.794461 tst                      netreg_mass: Using 1 x modem (candidates: 100)
22:50:18.795754 tst                      netreg_mass: Using 1 x modem (candidates: 100)
22:50:18.797085 tst                      netreg_mass: Using 1 x modem (candidates: 100)
22:50:18.798387 tst                      netreg_mass: Using 1 x modem (candidates: 100)
22:50:18.799663 tst                      netreg_mass: Using 1 x modem (candidates: 100)
22:50:18.800976 tst                      netreg_mass: Using 1 x modem (candidates: 100)
22:50:18.802273 tst                      netreg_mass: Using 1 x modem (candidates: 100)
22:50:18.803570 tst                      netreg_mass: Using 1 x modem (candidates: 100)
22:50:18.804885 tst                      netreg_mass: Using 1 x modem (candidates: 100)
22:50:18.806162 tst                      netreg_mass: Using 1 x modem (candidates: 100)
22:50:18.807438 tst                      netreg_mass: Using 1 x modem (candidates: 100)
22:50:18.808750 tst                      netreg_mass: Using 1 x modem (candidates: 100)
22:50:18.810070 tst                      netreg_mass: Using 1 x modem (candidates: 100)
22:50:18.811369 tst                      netreg_mass: Using 1 x modem (candidates: 100)
22:50:18.812656 tst                      netreg_mass: Using 1 x modem (candidates: 100)
22:50:18.813942 tst                      netreg_mass: Using 1 x modem (candidates: 100)
22:50:18.815236 tst                      netreg_mass: Using 1 x modem (candidates: 100)
22:50:18.816525 tst                      netreg_mass: Using 1 x modem (candidates: 100)
22:50:18.817821 tst                      netreg_mass: Using 1 x modem (candidates: 100)
22:50:18.819098 tst                      netreg_mass: Using 1 x modem (candidates: 100)
22:50:18.820384 tst                      netreg_mass: Using 1 x modem (candidates: 100)
22:50:18.821694 tst                      netreg_mass: Using 1 x modem (candidates: 100)
22:50:18.822982 tst                      netreg_mass: Using 1 x modem (candidates: 100)
22:50:18.824249 tst                      netreg_mass: Using 1 x modem (candidates: 100)
22:50:18.825545 tst                      netreg_mass: Using 1 x modem (candidates: 100)
22:50:18.826818 tst                      netreg_mass: Using 1 x modem (candidates: 100)
22:50:18.828100 tst                      netreg_mass: Using 1 x modem (candidates: 100)
22:50:18.829392 tst                      netreg_mass: Using 1 x modem (candidates: 100)
22:50:18.830663 tst                      netreg_mass: Using 1 x modem (candidates: 100)
22:50:18.831939 tst                      netreg_mass: Using 1 x modem (candidates: 100)
22:50:18.833221 tst                      netreg_mass: Using 1 x modem (candidates: 100)
22:50:18.834492 tst                      netreg_mass: Using 1 x modem (candidates: 100)
22:50:18.835760 tst                      netreg_mass: Using 1 x modem (candidates: 100)
22:50:18.837125 tst                      netreg_mass: Using 1 x modem (candidates: 100)
22:50:18.838841 tst                      netreg_mass: Using 1 x modem (candidates: 100)
22:50:18.840650 tst                      netreg_mass: Using 1 x modem (candidates: 100)
22:50:18.842654 tst                      netreg_mass: Using 1 x modem (candidates: 100)
22:50:18.844512 tst                      netreg_mass: Using 1 x modem (candidates: 100)
22:50:18.846307 tst                      netreg_mass: Using 1 x modem (candidates: 100)
22:50:18.848176 tst                      netreg_mass: Using 1 x modem (candidates: 100)
22:50:18.850081 tst                      netreg_mass: Using 1 x modem (candidates: 100)
22:50:18.851885 tst                      netreg_mass: Using 1 x modem (candidates: 100)
22:50:18.853264 tst                      netreg_mass: Using 1 x modem (candidates: 100)
22:50:18.854561 tst                      netreg_mass: Using 1 x modem (candidates: 100)
22:50:18.855915 tst                      netreg_mass: Using 1 x modem (candidates: 100)
22:50:18.857223 tst                      netreg_mass: Using 1 x modem (candidates: 100)
22:50:18.858530 tst                      netreg_mass: Using 1 x modem (candidates: 100)
22:50:18.859823 tst                      netreg_mass: Using 1 x modem (candidates: 100)
22:50:18.861175 tst                      netreg_mass: Using 1 x modem (candidates: 100)
22:50:18.862469 tst                      netreg_mass: Using 1 x modem (candidates: 100)
22:50:18.863747 tst                      netreg_mass: Using 1 x modem (candidates: 100)
22:50:18.865057 tst                      netreg_mass: Using 1 x modem (candidates: 100)
22:50:18.866351 tst                      netreg_mass: Using 1 x modem (candidates: 100)
22:50:18.867624 tst                      netreg_mass: Using 1 x modem (candidates: 100)
22:50:18.868946 tst                      netreg_mass: Using 1 x modem (candidates: 100)
22:50:18.870224 tst                      netreg_mass: Using 1 x modem (candidates: 100)
22:50:18.871497 tst                      netreg_mass: Using 1 x modem (candidates: 100)
22:50:18.872763 tst                      netreg_mass: Using 1 x modem (candidates: 100)
22:50:18.874007 tst                      netreg_mass: Using 1 x modem (candidates: 100)
22:50:18.875248 tst                      netreg_mass: Using 1 x modem (candidates: 100)
22:50:18.876502 tst                      netreg_mass: Using 1 x modem (candidates: 100)
22:50:18.877837 tst                      netreg_mass: Using 1 x modem (candidates: 100)
22:50:18.879100 tst                      netreg_mass: Using 1 x modem (candidates: 100)
22:50:18.880345 tst                      netreg_mass: Using 1 x modem (candidates: 100)
22:50:18.881645 tst                      netreg_mass: Using 1 x modem (candidates: 100)
22:50:18.882899 tst                      netreg_mass: Using 1 x modem (candidates: 100)
22:50:18.884150 tst                      netreg_mass: Using 1 x modem (candidates: 100)
22:50:18.885425 tst                      netreg_mass: Using 1 x modem (candidates: 100)
22:50:18.886663 tst                      netreg_mass: Using 1 x modem (candidates: 100)
22:50:18.887903 tst                      netreg_mass: Using 1 x modem (candidates: 100)
22:50:18.889153 tst                      netreg_mass: Using 1 x modem (candidates: 100)
22:50:18.890404 tst                      netreg_mass: Using 1 x modem (candidates: 100)
22:50:18.891656 tst                      netreg_mass: Using 1 x modem (candidates: 100)
22:50:18.892920 tst                      netreg_mass: Using 1 x modem (candidates: 100)
22:50:18.894161 tst                      netreg_mass: Using 1 x modem (candidates: 100)
22:50:18.895545 tst      register_default_mass.py:21: Launching a simple network
22:50:18.916221 run              osmo-hlr_127.0.42.2: Starting osmo-hlr
22:50:19.128200 run            create_hlr_db(pid=21): Launched
22:50:20.149933 run            create_hlr_db(pid=21): Terminated: ok {rc=0}
22:50:20.183603 run pcap-recorder_any(filters='host 127.0.42.2')(pid=23): Launched
22:50:20.223395 run      osmo-hlr_127.0.42.2(pid=24): Launched
22:50:20.235806 run              osmo-stp_127.0.42.5: Starting osmo-stp
22:50:20.576624 run pcap-recorder_any(filters='host 127.0.42.5 and port not 22')(pid=25): Launched
22:50:20.606987 run      osmo-stp_127.0.42.5(pid=26): Launched
22:50:20.617831 run              osmo-msc_127.0.42.6: Starting osmo-msc
22:50:21.318699 run pcap-recorder_any(filters='host 127.0.42.6 and port not 22')(pid=27): Launched
22:50:21.349122 run      osmo-msc_127.0.42.6(pid=28): Launched
22:50:24.373339 run              osmo-mgw_127.0.42.3: Starting osmo-mgw
22:50:24.580040 run pcap-recorder_any(filters='host 127.0.42.3 and port not 22')(pid=29): Launched
22:50:24.609767 run      osmo-mgw_127.0.42.3(pid=30): Launched
22:50:24.620136 run              osmo-mgw_127.0.42.4: Starting osmo-mgw
22:50:24.666142 run pcap-recorder_any(filters='host 127.0.42.4 and port not 22')(pid=31): Launched
22:50:24.695621 run      osmo-mgw_127.0.42.4(pid=32): Launched
22:50:24.705970 run              osmo-bsc_127.0.42.7: Starting osmo-bsc
22:50:25.247941 run pcap-recorder_any(filters='host 127.0.42.7 and port not 22')(pid=33): Launched
22:50:25.278504 run      osmo-bsc_127.0.42.7(pid=34): Launched
22:50:31.313582 run                 osmo-bts-virtual: Starting to connect to osmo-bsc_127.0.42.7
22:50:31.588204 run         osmo-bts-virtual(pid=35): Launched
22:50:32.632200 tst         register_default_mass.py: using MSISDN 1001
22:50:32.646805 run              osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001010000000000', msisdn='1001', subscriber_id=1}
22:50:32.692104 tst         register_default_mass.py: using MSISDN 1002
22:50:32.706800 run              osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001010000000001', msisdn='1002', subscriber_id=2}
22:50:32.735476 tst         register_default_mass.py: using MSISDN 1003
22:50:32.750615 run              osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001010000000002', msisdn='1003', subscriber_id=3}
22:50:32.778141 tst         register_default_mass.py: using MSISDN 1004
22:50:32.796029 run              osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001010000000003', msisdn='1004', subscriber_id=4}
22:50:32.822633 tst         register_default_mass.py: using MSISDN 1005
22:50:32.838115 run              osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001010000000004', msisdn='1005', subscriber_id=5}
22:50:32.860930 tst         register_default_mass.py: using MSISDN 1006
22:50:32.877299 run              osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001010000000005', msisdn='1006', subscriber_id=6}
22:50:32.909195 tst         register_default_mass.py: using MSISDN 1007
22:50:32.923960 run              osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001010000000006', msisdn='1007', subscriber_id=7}
22:50:32.963545 tst         register_default_mass.py: using MSISDN 1008
22:50:32.978350 run              osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001010000000007', msisdn='1008', subscriber_id=8}
22:50:33.007974 tst         register_default_mass.py: using MSISDN 1009
22:50:33.020816 run              osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001010000000008', msisdn='1009', subscriber_id=9}
22:50:33.045616 tst         register_default_mass.py: using MSISDN 1010
22:50:33.057464 run              osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001010000000009', msisdn='1010', subscriber_id=10}
22:50:33.086474 tst         register_default_mass.py: using MSISDN 1011
22:50:33.101547 run              osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001020000000000', msisdn='1011', subscriber_id=11}
22:50:33.130326 tst         register_default_mass.py: using MSISDN 1012
22:50:33.144352 run              osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001020000000001', msisdn='1012', subscriber_id=12}
22:50:33.177701 tst         register_default_mass.py: using MSISDN 1013
22:50:33.193214 run              osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001020000000002', msisdn='1013', subscriber_id=13}
22:50:33.217704 tst         register_default_mass.py: using MSISDN 1014
22:50:33.228270 run              osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001020000000003', msisdn='1014', subscriber_id=14}
22:50:33.257322 tst         register_default_mass.py: using MSISDN 1015
22:50:33.273845 run              osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001020000000004', msisdn='1015', subscriber_id=15}
22:50:33.304393 tst         register_default_mass.py: using MSISDN 1016
22:50:33.321806 run              osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001020000000005', msisdn='1016', subscriber_id=16}
22:50:33.366918 tst         register_default_mass.py: using MSISDN 1017
22:50:33.382673 run              osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001020000000006', msisdn='1017', subscriber_id=17}
22:50:33.408622 tst         register_default_mass.py: using MSISDN 1018
22:50:33.424267 run              osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001020000000007', msisdn='1018', subscriber_id=18}
22:50:33.444826 tst         register_default_mass.py: using MSISDN 1019
22:50:33.457766 run              osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001020000000008', msisdn='1019', subscriber_id=19}
22:50:33.493471 tst         register_default_mass.py: using MSISDN 1020
22:50:33.509185 run              osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001020000000009', msisdn='1020', subscriber_id=20}
22:50:33.541423 tst         register_default_mass.py: using MSISDN 1021
22:50:33.553520 run              osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001030000000000', msisdn='1021', subscriber_id=21}
22:50:33.578857 tst         register_default_mass.py: using MSISDN 1022
22:50:33.591748 run              osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001030000000001', msisdn='1022', subscriber_id=22}
22:50:33.622284 tst         register_default_mass.py: using MSISDN 1023
22:50:33.637299 run              osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001030000000002', msisdn='1023', subscriber_id=23}
22:50:33.673150 tst         register_default_mass.py: using MSISDN 1024
22:50:33.688747 run              osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001030000000003', msisdn='1024', subscriber_id=24}
22:50:33.719947 tst         register_default_mass.py: using MSISDN 1025
22:50:33.734591 run              osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001030000000004', msisdn='1025', subscriber_id=25}
22:50:33.761766 tst         register_default_mass.py: using MSISDN 1026
22:50:33.775713 run              osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001030000000005', msisdn='1026', subscriber_id=26}
22:50:33.800038 tst         register_default_mass.py: using MSISDN 1027
22:50:33.814487 run              osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001030000000006', msisdn='1027', subscriber_id=27}
22:50:33.847733 tst         register_default_mass.py: using MSISDN 1028
22:50:33.862788 run              osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001030000000007', msisdn='1028', subscriber_id=28}
22:50:33.893316 tst         register_default_mass.py: using MSISDN 1029
22:50:33.906124 run              osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001030000000008', msisdn='1029', subscriber_id=29}
22:50:33.935505 tst         register_default_mass.py: using MSISDN 1030
22:50:33.950861 run              osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001030000000009', msisdn='1030', subscriber_id=30}
22:50:33.967995 tst         register_default_mass.py: using MSISDN 1031
22:50:33.980975 run              osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001040000000000', msisdn='1031', subscriber_id=31}
22:50:34.015344 tst         register_default_mass.py: using MSISDN 1032
22:50:34.030890 run              osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001040000000001', msisdn='1032', subscriber_id=32}
22:50:34.062430 tst         register_default_mass.py: using MSISDN 1033
22:50:34.076322 run              osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001040000000002', msisdn='1033', subscriber_id=33}
22:50:34.104190 tst         register_default_mass.py: using MSISDN 1034
22:50:34.116541 run              osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001040000000003', msisdn='1034', subscriber_id=34}
22:50:34.151170 tst         register_default_mass.py: using MSISDN 1035
22:50:34.166256 run              osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001040000000004', msisdn='1035', subscriber_id=35}
22:50:34.195839 tst         register_default_mass.py: using MSISDN 1036
22:50:34.208681 run              osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001040000000005', msisdn='1036', subscriber_id=36}
22:50:34.239077 tst         register_default_mass.py: using MSISDN 1037
22:50:34.254312 run              osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001040000000006', msisdn='1037', subscriber_id=37}
22:50:34.288859 tst         register_default_mass.py: using MSISDN 1038
22:50:34.303302 run              osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001040000000007', msisdn='1038', subscriber_id=38}
22:50:34.333248 tst         register_default_mass.py: using MSISDN 1039
22:50:34.345513 run              osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001040000000008', msisdn='1039', subscriber_id=39}
22:50:34.376264 tst         register_default_mass.py: using MSISDN 1040
22:50:34.390126 run              osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001040000000009', msisdn='1040', subscriber_id=40}
22:50:34.438061 tst         register_default_mass.py: using MSISDN 1041
22:50:34.453428 run              osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001050000000000', msisdn='1041', subscriber_id=41}
22:50:34.480411 tst         register_default_mass.py: using MSISDN 1042
22:50:34.493636 run              osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001050000000001', msisdn='1042', subscriber_id=42}
22:50:34.521913 tst         register_default_mass.py: using MSISDN 1043
22:50:34.540287 run              osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001050000000002', msisdn='1043', subscriber_id=43}
22:50:34.574066 tst         register_default_mass.py: using MSISDN 1044
22:50:34.588623 run              osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001050000000003', msisdn='1044', subscriber_id=44}
22:50:34.619561 tst         register_default_mass.py: using MSISDN 1045
22:50:34.634673 run              osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001050000000004', msisdn='1045', subscriber_id=45}
22:50:34.677946 tst         register_default_mass.py: using MSISDN 1046
22:50:34.694090 run              osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001050000000005', msisdn='1046', subscriber_id=46}
22:50:34.724078 tst         register_default_mass.py: using MSISDN 1047
22:50:34.737404 run              osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001050000000006', msisdn='1047', subscriber_id=47}
22:50:34.761403 tst         register_default_mass.py: using MSISDN 1048
22:50:34.775761 run              osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001050000000007', msisdn='1048', subscriber_id=48}
22:50:34.817415 tst         register_default_mass.py: using MSISDN 1049
22:50:34.832279 run              osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001050000000008', msisdn='1049', subscriber_id=49}
22:50:34.856229 tst         register_default_mass.py: using MSISDN 1050
22:50:34.869105 run              osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001050000000009', msisdn='1050', subscriber_id=50}
22:50:34.907522 tst         register_default_mass.py: using MSISDN 1051
22:50:34.920353 run              osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001060000000000', msisdn='1051', subscriber_id=51}
22:50:34.945125 tst         register_default_mass.py: using MSISDN 1052
22:50:34.957313 run              osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001060000000001', msisdn='1052', subscriber_id=52}
22:50:34.989742 tst         register_default_mass.py: using MSISDN 1053
22:50:35.004528 run              osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001060000000002', msisdn='1053', subscriber_id=53}
22:50:35.026144 tst         register_default_mass.py: using MSISDN 1054
22:50:35.038149 run              osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001060000000003', msisdn='1054', subscriber_id=54}
22:50:35.077625 tst         register_default_mass.py: using MSISDN 1055
22:50:35.092512 run              osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001060000000004', msisdn='1055', subscriber_id=55}
22:50:35.127113 tst         register_default_mass.py: using MSISDN 1056
22:50:35.141263 run              osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001060000000005', msisdn='1056', subscriber_id=56}
22:50:35.168966 tst         register_default_mass.py: using MSISDN 1057
22:50:35.187951 run              osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001060000000006', msisdn='1057', subscriber_id=57}
22:50:35.213466 tst         register_default_mass.py: using MSISDN 1058
22:50:35.228314 run              osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001060000000007', msisdn='1058', subscriber_id=58}
22:50:35.256929 tst         register_default_mass.py: using MSISDN 1059
22:50:35.273101 run              osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001060000000008', msisdn='1059', subscriber_id=59}
22:50:35.306576 tst         register_default_mass.py: using MSISDN 1060
22:50:35.320193 run              osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001060000000009', msisdn='1060', subscriber_id=60}
22:50:35.362115 tst         register_default_mass.py: using MSISDN 1061
22:50:35.379026 run              osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001070000000000', msisdn='1061', subscriber_id=61}
22:50:35.413718 tst         register_default_mass.py: using MSISDN 1062
22:50:35.427667 run              osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001070000000001', msisdn='1062', subscriber_id=62}
22:50:35.455380 tst         register_default_mass.py: using MSISDN 1063
22:50:35.470686 run              osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001070000000002', msisdn='1063', subscriber_id=63}
22:50:35.511452 tst         register_default_mass.py: using MSISDN 1064
22:50:35.527625 run              osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001070000000003', msisdn='1064', subscriber_id=64}
22:50:35.558625 tst         register_default_mass.py: using MSISDN 1065
22:50:35.573623 run              osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001070000000004', msisdn='1065', subscriber_id=65}
22:50:35.600233 tst         register_default_mass.py: using MSISDN 1066
22:50:35.613865 run              osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001070000000005', msisdn='1066', subscriber_id=66}
22:50:35.642530 tst         register_default_mass.py: using MSISDN 1067
22:50:35.657401 run              osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001070000000006', msisdn='1067', subscriber_id=67}
22:50:35.719264 tst         register_default_mass.py: using MSISDN 1068
22:50:35.736447 run              osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001070000000007', msisdn='1068', subscriber_id=68}
22:50:35.772336 tst         register_default_mass.py: using MSISDN 1069
22:50:35.789097 run              osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001070000000008', msisdn='1069', subscriber_id=69}
22:50:35.824726 tst         register_default_mass.py: using MSISDN 1070
22:50:35.839711 run              osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001070000000009', msisdn='1070', subscriber_id=70}
22:50:35.883055 tst         register_default_mass.py: using MSISDN 1071
22:50:35.897328 run              osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001080000000000', msisdn='1071', subscriber_id=71}
22:50:35.935386 tst         register_default_mass.py: using MSISDN 1072
22:50:35.951296 run              osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001080000000001', msisdn='1072', subscriber_id=72}
22:50:35.971575 tst         register_default_mass.py: using MSISDN 1073
22:50:35.987359 run              osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001080000000002', msisdn='1073', subscriber_id=73}
22:50:36.017130 tst         register_default_mass.py: using MSISDN 1074
22:50:36.032581 run              osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001080000000003', msisdn='1074', subscriber_id=74}
22:50:36.072521 tst         register_default_mass.py: using MSISDN 1075
22:50:36.086020 run              osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001080000000004', msisdn='1075', subscriber_id=75}
22:50:36.115143 tst         register_default_mass.py: using MSISDN 1076
22:50:36.132878 run              osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001080000000005', msisdn='1076', subscriber_id=76}
22:50:36.165070 tst         register_default_mass.py: using MSISDN 1077
22:50:36.181580 run              osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001080000000006', msisdn='1077', subscriber_id=77}
22:50:36.215568 tst         register_default_mass.py: using MSISDN 1078
22:50:36.230576 run              osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001080000000007', msisdn='1078', subscriber_id=78}
22:50:36.257704 tst         register_default_mass.py: using MSISDN 1079
22:50:36.272918 run              osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001080000000008', msisdn='1079', subscriber_id=79}
22:50:36.323201 tst         register_default_mass.py: using MSISDN 1080
22:50:36.338220 run              osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001080000000009', msisdn='1080', subscriber_id=80}
22:50:36.367694 tst         register_default_mass.py: using MSISDN 1081
22:50:36.382353 run              osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001090000000000', msisdn='1081', subscriber_id=81}
22:50:36.408428 tst         register_default_mass.py: using MSISDN 1082
22:50:36.423053 run              osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001090000000001', msisdn='1082', subscriber_id=82}
22:50:36.462125 tst         register_default_mass.py: using MSISDN 1083
22:50:36.476556 run              osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001090000000002', msisdn='1083', subscriber_id=83}
22:50:36.504841 tst         register_default_mass.py: using MSISDN 1084
22:50:36.521378 run              osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001090000000003', msisdn='1084', subscriber_id=84}
22:50:36.553072 tst         register_default_mass.py: using MSISDN 1085
22:50:36.565326 run              osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001090000000004', msisdn='1085', subscriber_id=85}
22:50:36.599631 tst         register_default_mass.py: using MSISDN 1086
22:50:36.613381 run              osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001090000000005', msisdn='1086', subscriber_id=86}
22:50:36.656546 tst         register_default_mass.py: using MSISDN 1087
22:50:36.672993 run              osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001090000000006', msisdn='1087', subscriber_id=87}
22:50:36.713515 tst         register_default_mass.py: using MSISDN 1088
22:50:36.730090 run              osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001090000000007', msisdn='1088', subscriber_id=88}
22:50:36.758494 tst         register_default_mass.py: using MSISDN 1089
22:50:36.773230 run              osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001090000000008', msisdn='1089', subscriber_id=89}
22:50:36.808614 tst         register_default_mass.py: using MSISDN 1090
22:50:36.820861 run              osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001090000000009', msisdn='1090', subscriber_id=90}
22:50:36.855942 tst         register_default_mass.py: using MSISDN 1091
22:50:36.870190 run              osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001100000000000', msisdn='1091', subscriber_id=91}
22:50:36.895432 tst         register_default_mass.py: using MSISDN 1092
22:50:36.907981 run              osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001100000000001', msisdn='1092', subscriber_id=92}
22:50:36.937988 tst         register_default_mass.py: using MSISDN 1093
22:50:36.953430 run              osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001100000000002', msisdn='1093', subscriber_id=93}
22:50:36.982448 tst         register_default_mass.py: using MSISDN 1094
22:50:36.997733 run              osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001100000000003', msisdn='1094', subscriber_id=94}
22:50:37.025500 tst         register_default_mass.py: using MSISDN 1095
22:50:37.039381 run              osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001100000000004', msisdn='1095', subscriber_id=95}
22:50:37.079058 tst         register_default_mass.py: using MSISDN 1096
22:50:37.089460 run              osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001100000000005', msisdn='1096', subscriber_id=96}
22:50:37.117300 tst         register_default_mass.py: using MSISDN 1097
22:50:37.131710 run              osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001100000000006', msisdn='1097', subscriber_id=97}
22:50:37.157611 tst         register_default_mass.py: using MSISDN 1098
22:50:37.170629 run              osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001100000000007', msisdn='1098', subscriber_id=98}
22:50:37.205599 tst         register_default_mass.py: using MSISDN 1099
22:50:37.221743 run              osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001100000000008', msisdn='1099', subscriber_id=99}
22:50:37.249171 tst         register_default_mass.py: using MSISDN 1100
22:50:37.265737 run              osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001100000000009', msisdn='1100', subscriber_id=100}
22:50:37.451554 run                             mass: Starting testcase
22:50:37.463270 run                             mass: Pre-launching all virtphy's
22:50:37.474852 run           osmo-ms-virt-phy/00000: Starting virtphy
22:50:37.504520 run   osmo-ms-virt-phy/00000(pid=36): Launched
22:50:37.516706 run           osmo-ms-virt-phy/00001: Starting virtphy
22:50:37.545195 run   osmo-ms-virt-phy/00001(pid=37): Launched
22:50:37.557604 run           osmo-ms-virt-phy/00002: Starting virtphy
22:50:37.586248 run   osmo-ms-virt-phy/00002(pid=38): Launched
22:50:37.598715 run           osmo-ms-virt-phy/00003: Starting virtphy
22:50:37.627271 run   osmo-ms-virt-phy/00003(pid=39): Launched
22:50:37.639416 run           osmo-ms-virt-phy/00004: Starting virtphy
22:50:37.667955 run   osmo-ms-virt-phy/00004(pid=40): Launched
22:50:37.680171 run           osmo-ms-virt-phy/00005: Starting virtphy
22:50:37.708966 run   osmo-ms-virt-phy/00005(pid=41): Launched
22:50:37.728096 run           osmo-ms-virt-phy/00006: Starting virtphy
22:50:37.757288 run   osmo-ms-virt-phy/00006(pid=42): Launched
22:50:37.769337 run           osmo-ms-virt-phy/00007: Starting virtphy
22:50:37.798127 run   osmo-ms-virt-phy/00007(pid=43): Launched
22:50:37.811348 run           osmo-ms-virt-phy/00008: Starting virtphy
22:50:37.840760 run   osmo-ms-virt-phy/00008(pid=44): Launched
22:50:37.852923 run           osmo-ms-virt-phy/00009: Starting virtphy
22:50:37.880845 run   osmo-ms-virt-phy/00009(pid=45): Launched
22:50:37.893668 run           osmo-ms-virt-phy/00010: Starting virtphy
22:50:37.921144 run   osmo-ms-virt-phy/00010(pid=46): Launched
22:50:37.933005 run           osmo-ms-virt-phy/00011: Starting virtphy
22:50:37.960630 run   osmo-ms-virt-phy/00011(pid=47): Launched
22:50:37.972534 run           osmo-ms-virt-phy/00012: Starting virtphy
22:50:38.000815 run   osmo-ms-virt-phy/00012(pid=48): Launched
22:50:38.013104 run           osmo-ms-virt-phy/00013: Starting virtphy
22:50:38.040686 run   osmo-ms-virt-phy/00013(pid=49): Launched
22:50:38.053012 run           osmo-ms-virt-phy/00014: Starting virtphy
22:50:38.081016 run   osmo-ms-virt-phy/00014(pid=50): Launched
22:50:38.092879 run           osmo-ms-virt-phy/00015: Starting virtphy
22:50:38.120791 run   osmo-ms-virt-phy/00015(pid=51): Launched
22:50:38.135367 run           osmo-ms-virt-phy/00016: Starting virtphy
22:50:38.163603 run   osmo-ms-virt-phy/00016(pid=52): Launched
22:50:38.177015 run           osmo-ms-virt-phy/00017: Starting virtphy
22:50:38.206200 run   osmo-ms-virt-phy/00017(pid=53): Launched
22:50:38.218234 run           osmo-ms-virt-phy/00018: Starting virtphy
22:50:38.246411 run   osmo-ms-virt-phy/00018(pid=54): Launched
22:50:38.259384 run           osmo-ms-virt-phy/00019: Starting virtphy
22:50:38.287999 run   osmo-ms-virt-phy/00019(pid=55): Launched
22:50:38.300260 run           osmo-ms-virt-phy/00020: Starting virtphy
22:50:38.328585 run   osmo-ms-virt-phy/00020(pid=56): Launched
22:50:38.340673 run           osmo-ms-virt-phy/00021: Starting virtphy
22:50:38.369268 run   osmo-ms-virt-phy/00021(pid=57): Launched
22:50:38.381844 run           osmo-ms-virt-phy/00022: Starting virtphy
22:50:38.410256 run   osmo-ms-virt-phy/00022(pid=58): Launched
22:50:38.422367 run           osmo-ms-virt-phy/00023: Starting virtphy
22:50:38.450630 run   osmo-ms-virt-phy/00023(pid=59): Launched
22:50:38.462835 run           osmo-ms-virt-phy/00024: Starting virtphy
22:50:38.490785 run   osmo-ms-virt-phy/00024(pid=60): Launched
22:50:38.502817 run           osmo-ms-virt-phy/00025: Starting virtphy
22:50:38.530538 run   osmo-ms-virt-phy/00025(pid=61): Launched
22:50:38.542635 run           osmo-ms-virt-phy/00026: Starting virtphy
22:50:38.571267 run   osmo-ms-virt-phy/00026(pid=62): Launched
22:50:38.583144 run           osmo-ms-virt-phy/00027: Starting virtphy
22:50:38.610822 run   osmo-ms-virt-phy/00027(pid=63): Launched
22:50:38.622662 run           osmo-ms-virt-phy/00028: Starting virtphy
22:50:38.651718 run   osmo-ms-virt-phy/00028(pid=64): Launched
22:50:38.663045 run           osmo-ms-virt-phy/00029: Starting virtphy
22:50:38.690088 run   osmo-ms-virt-phy/00029(pid=65): Launched
22:50:38.701494 run           osmo-ms-virt-phy/00030: Starting virtphy
22:50:38.728560 run   osmo-ms-virt-phy/00030(pid=66): Launched
22:50:38.740039 run           osmo-ms-virt-phy/00031: Starting virtphy
22:50:38.766941 run   osmo-ms-virt-phy/00031(pid=67): Launched
22:50:38.778337 run           osmo-ms-virt-phy/00032: Starting virtphy
22:50:38.805249 run   osmo-ms-virt-phy/00032(pid=68): Launched
22:50:38.816668 run           osmo-ms-virt-phy/00033: Starting virtphy
22:50:38.843435 run   osmo-ms-virt-phy/00033(pid=69): Launched
22:50:38.854801 run           osmo-ms-virt-phy/00034: Starting virtphy
22:50:38.881492 run   osmo-ms-virt-phy/00034(pid=70): Launched
22:50:38.892872 run           osmo-ms-virt-phy/00035: Starting virtphy
22:50:38.919748 run   osmo-ms-virt-phy/00035(pid=71): Launched
22:50:38.933931 run           osmo-ms-virt-phy/00036: Starting virtphy
22:50:38.960896 run   osmo-ms-virt-phy/00036(pid=72): Launched
22:50:38.972428 run           osmo-ms-virt-phy/00037: Starting virtphy
22:50:38.999556 run   osmo-ms-virt-phy/00037(pid=73): Launched
22:50:39.012064 run           osmo-ms-virt-phy/00038: Starting virtphy
22:50:39.039153 run   osmo-ms-virt-phy/00038(pid=74): Launched
22:50:39.050810 run           osmo-ms-virt-phy/00039: Starting virtphy
22:50:39.077978 run   osmo-ms-virt-phy/00039(pid=75): Launched
22:50:39.089588 run           osmo-ms-virt-phy/00040: Starting virtphy
22:50:39.117572 run   osmo-ms-virt-phy/00040(pid=76): Launched
22:50:39.129069 run           osmo-ms-virt-phy/00041: Starting virtphy
22:50:39.156371 run   osmo-ms-virt-phy/00041(pid=77): Launched
22:50:39.168998 run           osmo-ms-virt-phy/00042: Starting virtphy
22:50:39.196294 run   osmo-ms-virt-phy/00042(pid=78): Launched
22:50:39.208247 run           osmo-ms-virt-phy/00043: Starting virtphy
22:50:39.236208 run   osmo-ms-virt-phy/00043(pid=79): Launched
22:50:39.247683 run           osmo-ms-virt-phy/00044: Starting virtphy
22:50:39.274810 run   osmo-ms-virt-phy/00044(pid=80): Launched
22:50:39.286304 run           osmo-ms-virt-phy/00045: Starting virtphy
22:50:39.314607 run   osmo-ms-virt-phy/00045(pid=81): Launched
22:50:39.326073 run           osmo-ms-virt-phy/00046: Starting virtphy
22:50:39.353397 run   osmo-ms-virt-phy/00046(pid=82): Launched
22:50:39.364844 run           osmo-ms-virt-phy/00047: Starting virtphy
22:50:39.392642 run   osmo-ms-virt-phy/00047(pid=83): Launched
22:50:39.404225 run           osmo-ms-virt-phy/00048: Starting virtphy
22:50:39.431527 run   osmo-ms-virt-phy/00048(pid=84): Launched
22:50:39.443007 run           osmo-ms-virt-phy/00049: Starting virtphy
22:50:39.470478 run   osmo-ms-virt-phy/00049(pid=85): Launched
22:50:39.481893 run           osmo-ms-virt-phy/00050: Starting virtphy
22:50:39.509897 run   osmo-ms-virt-phy/00050(pid=86): Launched
22:50:39.521400 run           osmo-ms-virt-phy/00051: Starting virtphy
22:50:39.548944 run   osmo-ms-virt-phy/00051(pid=87): Launched
22:50:39.560386 run           osmo-ms-virt-phy/00052: Starting virtphy
22:50:39.587851 run   osmo-ms-virt-phy/00052(pid=88): Launched
22:50:39.599330 run           osmo-ms-virt-phy/00053: Starting virtphy
22:50:39.629519 run   osmo-ms-virt-phy/00053(pid=89): Launched
22:50:39.642406 run           osmo-ms-virt-phy/00054: Starting virtphy
22:50:39.668799 run   osmo-ms-virt-phy/00054(pid=90): Launched
22:50:39.679939 run           osmo-ms-virt-phy/00055: Starting virtphy
22:50:39.706380 run   osmo-ms-virt-phy/00055(pid=91): Launched
22:50:39.717573 run           osmo-ms-virt-phy/00056: Starting virtphy
22:50:39.744115 run   osmo-ms-virt-phy/00056(pid=92): Launched
22:50:39.755216 run           osmo-ms-virt-phy/00057: Starting virtphy
22:50:39.781500 run   osmo-ms-virt-phy/00057(pid=93): Launched
22:50:39.792501 run           osmo-ms-virt-phy/00058: Starting virtphy
22:50:39.818757 run   osmo-ms-virt-phy/00058(pid=94): Launched
22:50:39.829848 run           osmo-ms-virt-phy/00059: Starting virtphy
22:50:39.856264 run   osmo-ms-virt-phy/00059(pid=95): Launched
22:50:39.867454 run           osmo-ms-virt-phy/00060: Starting virtphy
22:50:39.894118 run   osmo-ms-virt-phy/00060(pid=96): Launched
22:50:39.905242 run           osmo-ms-virt-phy/00061: Starting virtphy
22:50:39.931921 run   osmo-ms-virt-phy/00061(pid=97): Launched
22:50:39.943266 run           osmo-ms-virt-phy/00062: Starting virtphy
22:50:39.971793 run   osmo-ms-virt-phy/00062(pid=98): Launched
22:50:39.982771 run           osmo-ms-virt-phy/00063: Starting virtphy
22:50:40.009269 run   osmo-ms-virt-phy/00063(pid=99): Launched
22:50:40.020320 run           osmo-ms-virt-phy/00064: Starting virtphy
22:50:40.047301 run  osmo-ms-virt-phy/00064(pid=100): Launched
22:50:40.058424 run           osmo-ms-virt-phy/00065: Starting virtphy
22:50:40.085725 run  osmo-ms-virt-phy/00065(pid=101): Launched
22:50:40.097137 run           osmo-ms-virt-phy/00066: Starting virtphy
22:50:40.124283 run  osmo-ms-virt-phy/00066(pid=102): Launched
22:50:40.135600 run           osmo-ms-virt-phy/00067: Starting virtphy
22:50:40.163376 run  osmo-ms-virt-phy/00067(pid=103): Launched
22:50:40.174899 run           osmo-ms-virt-phy/00068: Starting virtphy
22:50:40.203049 run  osmo-ms-virt-phy/00068(pid=104): Launched
22:50:40.214472 run           osmo-ms-virt-phy/00069: Starting virtphy
22:50:40.242011 run  osmo-ms-virt-phy/00069(pid=105): Launched
22:50:40.253542 run           osmo-ms-virt-phy/00070: Starting virtphy
22:50:40.281138 run  osmo-ms-virt-phy/00070(pid=106): Launched
22:50:40.293025 run           osmo-ms-virt-phy/00071: Starting virtphy
22:50:40.321071 run  osmo-ms-virt-phy/00071(pid=107): Launched
22:50:40.334054 run           osmo-ms-virt-phy/00072: Starting virtphy
22:50:40.366427 run  osmo-ms-virt-phy/00072(pid=108): Launched
22:50:40.378652 run           osmo-ms-virt-phy/00073: Starting virtphy
22:50:40.407392 run  osmo-ms-virt-phy/00073(pid=109): Launched
22:50:40.419807 run           osmo-ms-virt-phy/00074: Starting virtphy
22:50:40.448538 run  osmo-ms-virt-phy/00074(pid=110): Launched
22:50:40.460971 run           osmo-ms-virt-phy/00075: Starting virtphy
22:50:40.490011 run  osmo-ms-virt-phy/00075(pid=111): Launched
22:50:40.502481 run           osmo-ms-virt-phy/00076: Starting virtphy
22:50:40.531743 run  osmo-ms-virt-phy/00076(pid=112): Launched
22:50:40.543639 run           osmo-ms-virt-phy/00077: Starting virtphy
22:50:40.571974 run  osmo-ms-virt-phy/00077(pid=113): Launched
22:50:40.583939 run           osmo-ms-virt-phy/00078: Starting virtphy
22:50:40.617520 run  osmo-ms-virt-phy/00078(pid=114): Launched
22:50:40.634803 run           osmo-ms-virt-phy/00079: Starting virtphy
22:50:40.661250 run  osmo-ms-virt-phy/00079(pid=115): Launched
22:50:40.672452 run           osmo-ms-virt-phy/00080: Starting virtphy
22:50:40.698847 run  osmo-ms-virt-phy/00080(pid=116): Launched
22:50:40.710072 run           osmo-ms-virt-phy/00081: Starting virtphy
22:50:40.737341 run  osmo-ms-virt-phy/00081(pid=117): Launched
22:50:40.749196 run           osmo-ms-virt-phy/00082: Starting virtphy
22:50:40.776596 run  osmo-ms-virt-phy/00082(pid=118): Launched
22:50:40.788219 run           osmo-ms-virt-phy/00083: Starting virtphy
22:50:40.816271 run  osmo-ms-virt-phy/00083(pid=119): Launched
22:50:40.827886 run           osmo-ms-virt-phy/00084: Starting virtphy
22:50:40.855436 run  osmo-ms-virt-phy/00084(pid=120): Launched
22:50:40.867100 run           osmo-ms-virt-phy/00085: Starting virtphy
22:50:40.894627 run  osmo-ms-virt-phy/00085(pid=121): Launched
22:50:40.905964 run           osmo-ms-virt-phy/00086: Starting virtphy
22:50:40.933402 run  osmo-ms-virt-phy/00086(pid=122): Launched
22:50:40.944710 run           osmo-ms-virt-phy/00087: Starting virtphy
22:50:40.971357 run  osmo-ms-virt-phy/00087(pid=123): Launched
22:50:40.982536 run           osmo-ms-virt-phy/00088: Starting virtphy
22:50:41.009027 run  osmo-ms-virt-phy/00088(pid=124): Launched
22:50:41.020318 run           osmo-ms-virt-phy/00089: Starting virtphy
22:50:41.047984 run  osmo-ms-virt-phy/00089(pid=125): Launched
22:50:41.059363 run           osmo-ms-virt-phy/00090: Starting virtphy
22:50:41.086637 run  osmo-ms-virt-phy/00090(pid=126): Launched
22:50:41.097899 run           osmo-ms-virt-phy/00091: Starting virtphy
22:50:41.125113 run  osmo-ms-virt-phy/00091(pid=127): Launched
22:50:41.136360 run           osmo-ms-virt-phy/00092: Starting virtphy
22:50:41.162843 run  osmo-ms-virt-phy/00092(pid=128): Launched
22:50:41.173976 run           osmo-ms-virt-phy/00093: Starting virtphy
22:50:41.201094 run  osmo-ms-virt-phy/00093(pid=129): Launched
22:50:41.212378 run           osmo-ms-virt-phy/00094: Starting virtphy
22:50:41.239056 run  osmo-ms-virt-phy/00094(pid=130): Launched
22:50:41.250302 run           osmo-ms-virt-phy/00095: Starting virtphy
22:50:41.277081 run  osmo-ms-virt-phy/00095(pid=131): Launched
22:50:41.288285 run           osmo-ms-virt-phy/00096: Starting virtphy
22:50:41.315684 run  osmo-ms-virt-phy/00096(pid=132): Launched
22:50:41.328292 run           osmo-ms-virt-phy/00097: Starting virtphy
22:50:41.355478 run  osmo-ms-virt-phy/00097(pid=133): Launched
22:50:41.367051 run           osmo-ms-virt-phy/00098: Starting virtphy
22:50:41.394577 run  osmo-ms-virt-phy/00098(pid=134): Launched
22:50:41.406453 run           osmo-ms-virt-phy/00099: Starting virtphy
22:50:41.436074 run  osmo-ms-virt-phy/00099(pid=135): Launched
22:50:41.447768 run                             mass: Checking if sockets are in the filesystem
22:50:41.476486 run                osmo-ms-mob/00000: Starting mobile
22:50:41.503954 run       osmo-ms-mob/00000(pid=136): Launched
22:50:41.532596 run                             mass: MS start registered  {at=40728591.819997296, delay=0.016281791031360626, ms=00000}
22:50:45.677380 run                osmo-ms-mob/00001: Starting mobile
22:50:45.703747 run       osmo-ms-mob/00001(pid=137): Launched
22:50:45.725402 run                             mass: MS start registered  {at=40728596.01294966, delay=0.010474532842636108, ms=00001}
22:50:46.307783 run                             mass: MS performed LU  {at=40728596.5952813, lu_delay=4.775284007191658, ms=00000}
22:50:47.471538 run                osmo-ms-mob/00002: Starting mobile
22:50:47.502203 run       osmo-ms-mob/00002(pid=138): Launched
22:50:47.521148 run                             mass: MS start registered  {at=40728597.80866897, delay=0.00726434588432312, ms=00002}
22:50:48.781054 run                osmo-ms-mob/00003: Starting mobile
22:50:48.810580 run       osmo-ms-mob/00003(pid=139): Launched
22:50:48.830092 run                             mass: MS start registered  {at=40728599.11761728, delay=0.006798990070819855, ms=00003}
22:50:49.877271 run                osmo-ms-mob/00004: Starting mobile
22:50:49.904040 run       osmo-ms-mob/00004(pid=140): Launched
22:50:49.923626 run                             mass: MS start registered  {at=40728600.21113201, delay=0.008341498672962189, ms=00004}
22:50:50.875728 run                osmo-ms-mob/00005: Starting mobile
22:50:50.914225 run       osmo-ms-mob/00005(pid=141): Launched
22:50:50.935131 run                             mass: MS start registered  {at=40728601.22267672, delay=0.004425153136253357, ms=00005}
22:50:51.772729 run                osmo-ms-mob/00006: Starting mobile
22:50:51.801660 run       osmo-ms-mob/00006(pid=142): Launched
22:50:51.821745 run                             mass: MS start registered  {at=40728602.10926043, delay=0.007849648594856262, ms=00006}
22:50:51.956301 run                             mass: MS performed LU  {at=40728602.24380022, lu_delay=6.23085056245327, ms=00001}
22:50:52.673023 run                osmo-ms-mob/00007: Starting mobile
22:50:52.709091 run       osmo-ms-mob/00007(pid=143): Launched
22:50:52.729062 run                             mass: MS start registered  {at=40728603.01656553, delay=0.005113095045089722, ms=00007}
22:50:53.469645 run                osmo-ms-mob/00008: Starting mobile
22:50:53.497355 run       osmo-ms-mob/00008(pid=144): Launched
22:50:53.521435 run                             mass: MS start registered  {at=40728603.80893587, delay=0.012344516813755035, ms=00008}
22:50:53.857726 run                             mass: MS performed LU  {at=40728604.145238824, lu_delay=6.336569853127003, ms=00002}
22:50:53.885715 run                             mass: MS performed LU  {at=40728604.17324268, lu_delay=5.055625401437283, ms=00003}
22:50:54.174752 run                osmo-ms-mob/00009: Starting mobile
22:50:54.205013 run       osmo-ms-mob/00009(pid=145): Launched
22:50:54.227551 run                             mass: MS start registered  {at=40728604.515066884, delay=0.009921431541442871, ms=00009}
22:50:54.879596 run                osmo-ms-mob/00010: Starting mobile
22:50:54.907808 run       osmo-ms-mob/00010(pid=146): Launched
22:50:54.925569 run                             mass: MS start registered  {at=40728605.21308765, delay=0.0061832815408706665, ms=00010}
22:50:55.474479 run                osmo-ms-mob/00011: Starting mobile
22:50:55.503899 run       osmo-ms-mob/00011(pid=147): Launched
22:50:55.525187 run                             mass: MS start registered  {at=40728605.81268251, delay=0.009098567068576813, ms=00011}
22:50:55.722665 run                             mass: MS performed LU  {at=40728606.01016049, lu_delay=5.799028478562832, ms=00004}
22:50:55.787269 run                             mass: MS performed LU  {at=40728606.07477893, lu_delay=4.852102212607861, ms=00005}
22:50:56.074174 run                osmo-ms-mob/00012: Starting mobile
22:50:56.103715 run       osmo-ms-mob/00012(pid=148): Launched
22:50:56.122195 run                             mass: MS start registered  {at=40728606.40968734, delay=0.006291419267654419, ms=00012}
22:50:56.672989 run                osmo-ms-mob/00013: Starting mobile
22:50:56.703805 run       osmo-ms-mob/00013(pid=149): Launched
22:50:56.723350 run                             mass: MS start registered  {at=40728607.01085512, delay=0.006756961345672607, ms=00013}
22:50:57.272843 run                osmo-ms-mob/00014: Starting mobile
22:50:57.305664 run       osmo-ms-mob/00014(pid=150): Launched
22:50:57.327033 run                             mass: MS start registered  {at=40728607.61452426, delay=0.006007350981235504, ms=00014}
22:50:57.623789 run                             mass: MS performed LU  {at=40728607.911297634, lu_delay=5.802037201821804, ms=00006}
22:50:57.651057 run                             mass: MS performed LU  {at=40728607.9385716, lu_delay=4.922006070613861, ms=00007}
22:50:57.872249 run                osmo-ms-mob/00015: Starting mobile
22:50:57.907390 run       osmo-ms-mob/00015(pid=151): Launched
22:50:57.927992 run                             mass: MS start registered  {at=40728608.21549272, delay=0.005888745188713074, ms=00015}
22:50:58.380561 run                osmo-ms-mob/00016: Starting mobile
22:50:58.409627 run       osmo-ms-mob/00016(pid=152): Launched
22:50:58.432474 run                             mass: MS start registered  {at=40728608.71993097, delay=0.009842649102210999, ms=00016}
22:50:58.872957 run                osmo-ms-mob/00017: Starting mobile
22:50:58.911318 run       osmo-ms-mob/00017(pid=153): Launched
22:50:58.931562 run                             mass: MS start registered  {at=40728609.21904377, delay=0.00785517692565918, ms=00017}
22:50:59.474362 run                osmo-ms-mob/00018: Starting mobile
22:50:59.503603 run       osmo-ms-mob/00018(pid=154): Launched
22:50:59.518042 run                             mass: MS performed LU  {at=40728609.80558789, lu_delay=5.290521003305912, ms=00009}
22:50:59.529159 run                             mass: MS start registered  {at=40728609.816736065, delay=0.011213481426239014, ms=00018}
22:50:59.553053 run                             mass: MS performed LU  {at=40728609.84057221, lu_delay=6.031636334955692, ms=00008}
22:50:59.857485 run                             mass: MS performed LU  {at=40728610.14499279, lu_delay=4.931905142962933, ms=00010}
22:50:59.886024 run                osmo-ms-mob/00019: Starting mobile
22:50:59.914689 run       osmo-ms-mob/00019(pid=155): Launched
22:50:59.937392 run                             mass: MS start registered  {at=40728610.224888325, delay=0.0059050098061561584, ms=00019}
22:51:00.373824 run                osmo-ms-mob/00020: Starting mobile
22:51:00.408447 run       osmo-ms-mob/00020(pid=156): Launched
22:51:00.426844 run                             mass: MS start registered  {at=40728610.714378685, delay=0.0033305510878562927, ms=00020}
22:51:00.872839 run                osmo-ms-mob/00021: Starting mobile
22:51:00.900311 run       osmo-ms-mob/00021(pid=157): Launched
22:51:00.918993 run                             mass: MS start registered  {at=40728611.206501395, delay=0.007324635982513428, ms=00021}
22:51:01.273608 run                osmo-ms-mob/00022: Starting mobile
22:51:01.301485 run       osmo-ms-mob/00022(pid=158): Launched
22:51:01.312801 run                             mass: MS performed LU  {at=40728611.600351825, lu_delay=5.787669315934181, ms=00011}
22:51:01.323913 run                             mass: MS start registered  {at=40728611.611482464, delay=0.01118265837430954, ms=00022}
22:51:01.389932 run                             mass: MS performed LU  {at=40728611.6774469, lu_delay=5.267759561538696, ms=00012}
22:51:01.417130 run                             mass: MS performed LU  {at=40728611.70466183, lu_delay=4.693806707859039, ms=00013}
22:51:01.773552 run                osmo-ms-mob/00023: Starting mobile
22:51:01.813003 run       osmo-ms-mob/00023(pid=159): Launched
22:51:01.835585 run                             mass: MS start registered  {at=40728612.123098366, delay=0.00465083122253418, ms=00023}
22:51:02.173520 run                osmo-ms-mob/00024: Starting mobile
22:51:02.201002 run       osmo-ms-mob/00024(pid=160): Launched
22:51:02.218576 run                             mass: MS start registered  {at=40728612.50609951, delay=0.005563288927078247, ms=00024}
22:51:02.673487 run                osmo-ms-mob/00025: Starting mobile
22:51:02.701511 run       osmo-ms-mob/00025(pid=161): Launched
22:51:02.720575 run                             mass: MS start registered  {at=40728613.00809228, delay=0.007602959871292114, ms=00025}
22:51:03.073557 run                osmo-ms-mob/00026: Starting mobile
22:51:03.102778 run       osmo-ms-mob/00026(pid=162): Launched
22:51:03.122843 run                             mass: MS start registered  {at=40728613.41036451, delay=0.008254408836364746, ms=00026}
22:51:03.254349 run                             mass: MS performed LU  {at=40728613.541850805, lu_delay=5.326358087360859, ms=00015}
22:51:03.318369 run                             mass: MS performed LU  {at=40728613.60589316, lu_delay=5.991368897259235, ms=00014}
22:51:03.387804 run                             mass: MS performed LU  {at=40728613.675313435, lu_delay=4.955382466316223, ms=00016}
22:51:03.411909 run                osmo-ms-mob/00027: Starting mobile
22:51:03.440226 run       osmo-ms-mob/00027(pid=163): Launched
22:51:03.464459 run                             mass: MS start registered  {at=40728613.75193863, delay=0.012479148805141449, ms=00027}
22:51:03.660465 run                             mass: MS performed LU  {at=40728613.947958976, lu_delay=4.728915207087994, ms=00017}
22:51:03.873712 run                osmo-ms-mob/00028: Starting mobile
22:51:03.901859 run       osmo-ms-mob/00028(pid=164): Launched
22:51:03.923843 run                             mass: MS start registered  {at=40728614.21136596, delay=0.010354585945606232, ms=00028}
22:51:04.273919 run                osmo-ms-mob/00029: Starting mobile
22:51:04.307587 run       osmo-ms-mob/00029(pid=165): Launched
22:51:04.327201 run                             mass: MS start registered  {at=40728614.614736535, delay=0.008079476654529572, ms=00029}
22:51:04.673734 run                osmo-ms-mob/00030: Starting mobile
22:51:04.701219 run       osmo-ms-mob/00030(pid=166): Launched
22:51:04.721239 run                             mass: MS start registered  {at=40728615.00875143, delay=0.0072188600897789, ms=00030}
22:51:05.053911 run                             mass: MS performed LU  {at=40728615.34143239, lu_delay=5.5246963277459145, ms=00018}
22:51:05.074940 run                osmo-ms-mob/00031: Starting mobile
22:51:05.106982 run       osmo-ms-mob/00031(pid=167): Launched
22:51:05.125570 run                             mass: MS start registered  {at=40728615.41310432, delay=0.002283051609992981, ms=00031}
22:51:05.155274 run                             mass: MS performed LU  {at=40728615.44277856, lu_delay=4.728399872779846, ms=00020}
22:51:05.183173 run                             mass: MS performed LU  {at=40728615.47069962, lu_delay=5.245811298489571, ms=00019}
22:51:05.204530 run                osmo-ms-mob/00032: Starting mobile
22:51:05.231653 run       osmo-ms-mob/00032(pid=168): Launched
22:51:05.250432 run                             mass: MS start registered  {at=40728615.53795064, delay=0.007535286247730255, ms=00032}
22:51:05.773727 run                osmo-ms-mob/00033: Starting mobile
22:51:05.801573 run       osmo-ms-mob/00033(pid=169): Launched
22:51:05.820016 run                             mass: MS start registered  {at=40728616.107545964, delay=0.00734701007604599, ms=00033}
22:51:06.173364 run                osmo-ms-mob/00034: Starting mobile
22:51:06.206409 run       osmo-ms-mob/00034(pid=170): Launched
22:51:06.228899 run                             mass: MS start registered  {at=40728616.51641706, delay=0.008941344916820526, ms=00034}
22:51:06.470943 run                osmo-ms-mob/00035: Starting mobile
22:51:06.498720 run       osmo-ms-mob/00035(pid=171): Launched
22:51:06.516015 run                             mass: MS start registered  {at=40728616.803566724, delay=0.005860835313796997, ms=00035}
22:51:06.873987 run                osmo-ms-mob/00036: Starting mobile
22:51:06.901389 run       osmo-ms-mob/00036(pid=172): Launched
22:51:06.919324 run                             mass: MS start registered  {at=40728617.206863165, delay=0.006714276969432831, ms=00036}
22:51:07.019291 run                             mass: MS performed LU  {at=40728617.30679775, lu_delay=5.695315286517143, ms=00022}
22:51:07.083941 run                             mass: MS performed LU  {at=40728617.37146991, lu_delay=4.865370400249958, ms=00024}
22:51:07.153071 run                             mass: MS performed LU  {at=40728617.440588586, lu_delay=5.317490220069885, ms=00023}
22:51:07.178135 run                osmo-ms-mob/00037: Starting mobile
22:51:07.205968 run       osmo-ms-mob/00037(pid=173): Launched
22:51:07.217520 run                             mass: MS performed LU  {at=40728617.50506842, lu_delay=6.298567026853561, ms=00021}
22:51:07.228725 run                             mass: MS start registered  {at=40728617.51630871, delay=0.011292152106761932, ms=00037}
22:51:07.571810 run                osmo-ms-mob/00038: Starting mobile
22:51:07.599150 run       osmo-ms-mob/00038(pid=174): Launched
22:51:07.616765 run                             mass: MS start registered  {at=40728617.90426521, delay=0.00610709935426712, ms=00038}
22:51:07.873741 run                osmo-ms-mob/00039: Starting mobile
22:51:07.903227 run       osmo-ms-mob/00039(pid=175): Launched
22:51:07.921931 run                             mass: MS start registered  {at=40728618.20946181, delay=0.006579481065273285, ms=00039}
22:51:08.269174 run                osmo-ms-mob/00040: Starting mobile
22:51:08.297087 run       osmo-ms-mob/00040(pid=176): Launched
22:51:08.315926 run                             mass: MS start registered  {at=40728618.603451274, delay=0.007464893162250519, ms=00040}
22:51:08.573780 run                osmo-ms-mob/00041: Starting mobile
22:51:08.602284 run       osmo-ms-mob/00041(pid=177): Launched
22:51:08.619655 run                             mass: MS start registered  {at=40728618.90721721, delay=0.000928148627281189, ms=00041}
22:51:08.819371 run                             mass: MS performed LU  {at=40728619.10686695, lu_delay=5.696502439677715, ms=00026}
22:51:08.844627 run                osmo-ms-mob/00042: Starting mobile
22:51:08.872593 run       osmo-ms-mob/00042(pid=178): Launched
22:51:08.891755 run                             mass: MS start registered  {at=40728619.179298155, delay=0.007444828748703003, ms=00042}
22:51:08.921463 run                             mass: MS performed LU  {at=40728619.208967716, lu_delay=6.20087543874979, ms=00025}
22:51:08.948610 run                             mass: MS performed LU  {at=40728619.23613156, lu_delay=5.024765595793724, ms=00028}
22:51:09.092571 run                             mass: MS performed LU  {at=40728619.38008659, lu_delay=5.6281479597091675, ms=00027}
22:51:09.117309 run                osmo-ms-mob/00043: Starting mobile
22:51:09.144787 run       osmo-ms-mob/00043(pid=179): Launched
22:51:09.156371 run                             mass: MS performed LU  {at=40728619.443924636, lu_delay=4.829188100993633, ms=00029}
22:51:09.167147 run                             mass: MS start registered  {at=40728619.45473077, delay=0.010858848690986633, ms=00043}
22:51:09.577601 run                osmo-ms-mob/00044: Starting mobile
22:51:09.623549 run       osmo-ms-mob/00044(pid=180): Launched
22:51:09.648620 run                             mass: MS start registered  {at=40728619.93612291, delay=0.006062857806682587, ms=00044}
22:51:09.873106 run                osmo-ms-mob/00045: Starting mobile
22:51:09.911344 run       osmo-ms-mob/00045(pid=181): Launched
22:51:09.937173 run                             mass: MS start registered  {at=40728620.224682935, delay=0.005873061716556549, ms=00045}
22:51:10.171448 run                osmo-ms-mob/00046: Starting mobile
22:51:10.199767 run       osmo-ms-mob/00046(pid=182): Launched
22:51:10.221695 run                             mass: MS start registered  {at=40728620.50910739, delay=0.010114036500453949, ms=00046}
22:51:10.473126 run                osmo-ms-mob/00047: Starting mobile
22:51:10.501774 run       osmo-ms-mob/00047(pid=183): Launched
22:51:10.520942 run                             mass: MS start registered  {at=40728620.808497906, delay=0.006098978221416473, ms=00047}
22:51:10.774687 run                osmo-ms-mob/00048: Starting mobile
22:51:10.803861 run       osmo-ms-mob/00048(pid=184): Launched
22:51:10.815750 run                             mass: MS performed LU  {at=40728621.10329932, lu_delay=4.586882263422012, ms=00034}
22:51:10.827348 run                             mass: MS start registered  {at=40728621.114932224, delay=0.01168689876794815, ms=00048}
22:51:10.850467 run                             mass: MS performed LU  {at=40728621.137994975, lu_delay=6.129243545234203, ms=00030}
22:51:10.873501 run                osmo-ms-mob/00049: Starting mobile
22:51:10.901643 run       osmo-ms-mob/00049(pid=185): Launched
22:51:10.919321 run                             mass: MS performed LU  {at=40728621.20683896, lu_delay=5.6688883155584335, ms=00032}
22:51:10.931177 run                             mass: MS start registered  {at=40728621.218759455, delay=0.018178723752498627, ms=00049}
22:51:10.956236 run                             mass: MS performed LU  {at=40728621.24378141, lu_delay=5.830677092075348, ms=00031}
22:51:10.985943 run                osmo-ms-mob/00050: Starting mobile
22:51:11.013855 run       osmo-ms-mob/00050(pid=186): Launched
22:51:11.028546 run                             mass: MS performed LU  {at=40728621.31609521, lu_delay=5.2085492461919785, ms=00033}
22:51:11.040066 run                             mass: MS start registered  {at=40728621.32764969, delay=0.011611416935920715, ms=00050}
22:51:11.773000 run                osmo-ms-mob/00051: Starting mobile
22:51:11.809302 run       osmo-ms-mob/00051(pid=187): Launched
22:51:11.829832 run                             mass: MS start registered  {at=40728622.117387615, delay=0.0036163851618766785, ms=00051}
22:51:12.071845 run                osmo-ms-mob/00052: Starting mobile
22:51:12.098854 run       osmo-ms-mob/00052(pid=188): Launched
22:51:12.118621 run                             mass: MS start registered  {at=40728622.40614571, delay=0.00820682942867279, ms=00052}
22:51:12.373257 run                osmo-ms-mob/00053: Starting mobile
22:51:12.405724 run       osmo-ms-mob/00053(pid=189): Launched
22:51:12.425615 run                             mass: MS start registered  {at=40728622.71316544, delay=0.002970665693283081, ms=00053}
22:51:12.585174 run                             mass: MS performed LU  {at=40728622.87269486, lu_delay=4.968429647386074, ms=00038}
22:51:12.610278 run                osmo-ms-mob/00054: Starting mobile
22:51:12.637473 run       osmo-ms-mob/00054(pid=190): Launched
22:51:12.657866 run                             mass: MS start registered  {at=40728622.945378385, delay=0.008973568677902222, ms=00054}
22:51:12.687120 run                             mass: MS performed LU  {at=40728622.97467702, lu_delay=6.1711102947592735, ms=00035}
22:51:12.715028 run                             mass: MS performed LU  {at=40728623.00260822, lu_delay=5.795745052397251, ms=00036}
22:51:12.735033 run                osmo-ms-mob/00055: Starting mobile
22:51:12.761793 run       osmo-ms-mob/00055(pid=191): Launched
22:51:12.779908 run                             mass: MS start registered  {at=40728623.06747354, delay=0.007125392556190491, ms=00055}
22:51:12.858108 run                             mass: MS performed LU  {at=40728623.145615585, lu_delay=5.629306875169277, ms=00037}
22:51:12.876084 run                             mass: MS performed LU  {at=40728623.16364996, lu_delay=4.9541881531476974, ms=00039}
22:51:12.895543 run                osmo-ms-mob/00056: Starting mobile
22:51:12.922687 run       osmo-ms-mob/00056(pid=192): Launched
22:51:12.940934 run                             mass: MS start registered  {at=40728623.22849609, delay=0.00743122398853302, ms=00056}
22:51:13.572073 run                osmo-ms-mob/00057: Starting mobile
22:51:13.600294 run       osmo-ms-mob/00057(pid=193): Launched
22:51:13.619871 run                             mass: MS start registered  {at=40728623.90742327, delay=0.001749865710735321, ms=00057}
22:51:13.969687 run                osmo-ms-mob/00058: Starting mobile
22:51:13.997524 run       osmo-ms-mob/00058(pid=194): Launched
22:51:14.017550 run                             mass: MS start registered  {at=40728624.30506172, delay=0.008355677127838135, ms=00058}
22:51:14.273444 run                osmo-ms-mob/00059: Starting mobile
22:51:14.302027 run       osmo-ms-mob/00059(pid=195): Launched
22:51:14.321810 run                             mass: MS start registered  {at=40728624.609366044, delay=0.0017509087920188904, ms=00059}
22:51:14.449502 run                             mass: MS performed LU  {at=40728624.73700046, lu_delay=5.282269686460495, ms=00043}
22:51:14.486953 run                             mass: MS performed LU  {at=40728624.77446018, lu_delay=6.171008907258511, ms=00040}
22:51:14.511570 run                osmo-ms-mob/00060: Starting mobile
22:51:14.538288 run       osmo-ms-mob/00060(pid=196): Launched
22:51:14.557650 run                             mass: MS start registered  {at=40728624.84517252, delay=0.008177883923053741, ms=00060}
22:51:14.615582 run                             mass: MS performed LU  {at=40728624.90311769, lu_delay=4.9669947773218155, ms=00044}
22:51:14.777826 run                             mass: MS performed LU  {at=40728625.06533758, lu_delay=5.886039428412914, ms=00042}
22:51:14.796988 run                             mass: MS performed LU  {at=40728625.084452294, lu_delay=6.177235081791878, ms=00041}
22:51:14.820388 run                osmo-ms-mob/00061: Starting mobile
22:51:14.848599 run       osmo-ms-mob/00061(pid=197): Launched
22:51:14.866771 run                             mass: MS start registered  {at=40728625.15428894, delay=0.006257198750972748, ms=00061}
22:51:15.050222 run                             mass: MS performed LU  {at=40728625.33772142, lu_delay=4.82861403375864, ms=00046}
22:51:15.272710 run                osmo-ms-mob/00062: Starting mobile
22:51:15.299898 run       osmo-ms-mob/00062(pid=198): Launched
22:51:15.318656 run                             mass: MS start registered  {at=40728625.60618864, delay=0.007183432579040527, ms=00062}
22:51:15.511093 run                             mass: MS performed LU  {at=40728625.79860706, lu_delay=5.573924124240875, ms=00045}
22:51:15.534376 run                osmo-ms-mob/00063: Starting mobile
22:51:15.565243 run       osmo-ms-mob/00063(pid=199): Launched
22:51:15.583995 run                             mass: MS start registered  {at=40728625.87155801, delay=0.007814198732376099, ms=00063}
22:51:15.627652 run                             mass: MS performed LU  {at=40728625.91516915, lu_delay=3.7977815344929695, ms=00051}
22:51:15.971488 run                osmo-ms-mob/00064: Starting mobile
22:51:15.997948 run       osmo-ms-mob/00064(pid=200): Launched
22:51:16.016450 run                             mass: MS start registered  {at=40728626.303956866, delay=0.0076765865087509155, ms=00064}
22:51:16.351400 run                             mass: MS performed LU  {at=40728626.63890614, lu_delay=5.830408237874508, ms=00047}
22:51:16.375755 run                osmo-ms-mob/00065: Starting mobile
22:51:16.403188 run       osmo-ms-mob/00065(pid=201): Launched
22:51:16.414458 run                             mass: MS performed LU  {at=40728626.7020148, lu_delay=5.587082572281361, ms=00048}
22:51:16.424992 run                             mass: MS start registered  {at=40728626.712577954, delay=0.010609552264213562, ms=00065}
22:51:16.480537 run                             mass: MS performed LU  {at=40728626.76805726, lu_delay=5.440407566726208, ms=00050}
22:51:16.507583 run                osmo-ms-mob/00066: Starting mobile
22:51:16.534789 run       osmo-ms-mob/00066(pid=202): Launched
22:51:16.553285 run                             mass: MS start registered  {at=40728626.840831004, delay=0.0073191821575164795, ms=00066}
22:51:16.642455 run                             mass: MS performed LU  {at=40728626.929963015, lu_delay=5.711203560233116, ms=00049}
22:51:17.071208 run                osmo-ms-mob/00067: Starting mobile
22:51:17.099114 run       osmo-ms-mob/00067(pid=203): Launched
22:51:17.119494 run                             mass: MS start registered  {at=40728627.406996354, delay=0.008444882929325104, ms=00067}
22:51:17.373268 run                osmo-ms-mob/00068: Starting mobile
22:51:17.403698 run       osmo-ms-mob/00068(pid=204): Launched
22:51:17.423513 run                             mass: MS start registered  {at=40728627.71105563, delay=0.008343413472175598, ms=00068}
22:51:17.771567 run                osmo-ms-mob/00069: Starting mobile
22:51:17.798129 run       osmo-ms-mob/00069(pid=205): Launched
22:51:17.819632 run                             mass: MS start registered  {at=40728628.10708587, delay=0.00989881157875061, ms=00069}
22:51:18.170324 run                osmo-ms-mob/00070: Starting mobile
22:51:18.205007 run       osmo-ms-mob/00070(pid=206): Launched
22:51:18.218977 run                             mass: MS performed LU  {at=40728628.506530315, lu_delay=6.10038460791111, ms=00052}
22:51:18.230213 run                             mass: MS start registered  {at=40728628.51779578, delay=0.0113137885928154, ms=00070}
22:51:18.252590 run                             mass: MS performed LU  {at=40728628.540105134, lu_delay=5.311609044671059, ms=00056}
22:51:18.381710 run                             mass: MS performed LU  {at=40728628.66921133, lu_delay=4.761788055300713, ms=00057}
22:51:18.411010 run                osmo-ms-mob/00071: Starting mobile
22:51:18.447278 run       osmo-ms-mob/00071(pid=207): Launched
22:51:18.469903 run                             mass: MS start registered  {at=40728628.75742264, delay=0.007294006645679474, ms=00071}
22:51:18.543033 run                             mass: MS performed LU  {at=40728628.830548674, lu_delay=5.885170288383961, ms=00054}
22:51:18.580267 run                             mass: MS performed LU  {at=40728628.86783304, lu_delay=5.8003595024347305, ms=00055}
22:51:18.974189 run                osmo-ms-mob/00072: Starting mobile
22:51:19.002731 run       osmo-ms-mob/00072(pid=208): Launched
22:51:19.020838 run                             mass: MS start registered  {at=40728629.308360025, delay=0.006188735365867615, ms=00072}
22:51:19.374111 run                osmo-ms-mob/00073: Starting mobile
22:51:19.402341 run       osmo-ms-mob/00073(pid=209): Launched
22:51:19.421040 run                             mass: MS start registered  {at=40728629.70857698, delay=0.007085733115673065, ms=00073}
22:51:19.773877 run                osmo-ms-mob/00074: Starting mobile
22:51:19.801627 run       osmo-ms-mob/00074(pid=210): Launched
22:51:19.820017 run                             mass: MS start registered  {at=40728630.10753363, delay=0.006873495876789093, ms=00074}
22:51:20.116730 run                             mass: MS performed LU  {at=40728630.40422061, lu_delay=5.794854566454887, ms=00059}
22:51:20.139509 run                osmo-ms-mob/00075: Starting mobile
22:51:20.167968 run       osmo-ms-mob/00075(pid=211): Launched
22:51:20.186093 run                             mass: MS start registered  {at=40728630.47358946, delay=0.006244346499443054, ms=00075}
22:51:20.218396 run                             mass: MS performed LU  {at=40728630.50588259, lu_delay=5.660710074007511, ms=00060}
22:51:20.246196 run                             mass: MS performed LU  {at=40728630.53371143, lu_delay=6.228649713099003, ms=00058}
22:51:20.389608 run                             mass: MS performed LU  {at=40728630.67711277, lu_delay=5.522823832929134, ms=00061}
22:51:20.408050 run                             mass: MS performed LU  {at=40728630.69558488, lu_delay=5.089396238327026, ms=00062}
22:51:20.430309 run                osmo-ms-mob/00076: Starting mobile
22:51:20.460522 run       osmo-ms-mob/00076(pid=212): Launched
22:51:20.478669 run                             mass: MS start registered  {at=40728630.76619312, delay=0.005920477211475372, ms=00076}
22:51:21.073704 run                osmo-ms-mob/00077: Starting mobile
22:51:21.105067 run       osmo-ms-mob/00077(pid=213): Launched
22:51:21.124640 run                             mass: MS start registered  {at=40728631.4121515, delay=0.006751351058483124, ms=00077}
22:51:21.573961 run                osmo-ms-mob/00078: Starting mobile
22:51:21.601457 run       osmo-ms-mob/00078(pid=214): Launched
22:51:21.619442 run                             mass: MS start registered  {at=40728631.906990424, delay=0.006245866417884827, ms=00078}
22:51:21.978266 run                osmo-ms-mob/00079: Starting mobile
22:51:22.007873 run       osmo-ms-mob/00079(pid=215): Launched
22:51:22.027774 run                             mass: MS start registered  {at=40728632.315286696, delay=0.006734587252140045, ms=00079}
22:51:22.083528 run                             mass: MS performed LU  {at=40728632.37099559, lu_delay=4.963999234139919, ms=00067}
22:51:22.147492 run                             mass: MS performed LU  {at=40728632.434986696, lu_delay=5.72240874171257, ms=00065}
22:51:22.216757 run                             mass: MS performed LU  {at=40728632.50427568, lu_delay=5.663444675505161, ms=00066}
22:51:22.253742 run                             mass: MS performed LU  {at=40728632.54126117, lu_delay=6.237304300069809, ms=00064}
22:51:22.277483 run                osmo-ms-mob/00080: Starting mobile
22:51:22.304850 run       osmo-ms-mob/00080(pid=216): Launched
22:51:22.315900 run                             mass: MS performed LU  {at=40728632.60346153, lu_delay=4.8924058973789215, ms=00068}
22:51:22.327283 run                             mass: MS start registered  {at=40728632.61486813, delay=0.01144961267709732, ms=00080}
22:51:22.969558 run                osmo-ms-mob/00081: Starting mobile
22:51:23.001121 run       osmo-ms-mob/00081(pid=217): Launched
22:51:23.022485 run                             mass: MS start registered  {at=40728633.30999236, delay=0.0057532936334609985, ms=00081}
22:51:23.371715 run                osmo-ms-mob/00082: Starting mobile
22:51:23.399643 run       osmo-ms-mob/00082(pid=218): Launched
22:51:23.419726 run                             mass: MS start registered  {at=40728633.70724432, delay=0.006962500512599945, ms=00082}
22:51:23.883008 run                             mass: MS performed LU  {at=40728634.170510255, lu_delay=6.06342438608408, ms=00069}
22:51:23.906783 run                osmo-ms-mob/00083: Starting mobile
22:51:23.935138 run       osmo-ms-mob/00083(pid=219): Launched
22:51:23.956763 run                             mass: MS start registered  {at=40728634.244255625, delay=0.009763002395629883, ms=00083}
22:51:23.984256 run                             mass: MS performed LU  {at=40728634.271771915, lu_delay=4.563194938004017, ms=00073}
22:51:24.012244 run                             mass: MS performed LU  {at=40728634.29976882, lu_delay=4.991408795118332, ms=00072}
22:51:24.155141 run                             mass: MS performed LU  {at=40728634.4426274, lu_delay=5.924831621348858, ms=00070}
22:51:24.174025 run                             mass: MS performed LU  {at=40728634.46154431, lu_delay=5.704121671617031, ms=00071}
22:51:24.195530 run                osmo-ms-mob/00084: Starting mobile
22:51:24.223282 run       osmo-ms-mob/00084(pid=220): Launched
22:51:24.240421 run                             mass: MS start registered  {at=40728634.5279434, delay=0.005164124071598053, ms=00084}
22:51:24.971726 run                osmo-ms-mob/00085: Starting mobile
22:51:24.998824 run       osmo-ms-mob/00085(pid=221): Launched
22:51:25.018822 run                             mass: MS start registered  {at=40728635.30638244, delay=0.0077500417828559875, ms=00085}
22:51:25.575296 run                osmo-ms-mob/00086: Starting mobile
22:51:25.604072 run       osmo-ms-mob/00086(pid=222): Launched
22:51:25.627167 run                             mass: MS start registered  {at=40728635.91468787, delay=0.010760940611362457, ms=00086}
22:51:25.849467 run                             mass: MS performed LU  {at=40728636.136964396, lu_delay=6.029430761933327, ms=00074}
22:51:25.913226 run                             mass: MS performed LU  {at=40728636.20073498, lu_delay=4.788583479821682, ms=00077}
22:51:25.982589 run                             mass: MS performed LU  {at=40728636.27008485, lu_delay=5.503891728818417, ms=00076}
22:51:26.019181 run                             mass: MS performed LU  {at=40728636.30670164, lu_delay=5.833112180233002, ms=00075}
22:51:26.045247 run                osmo-ms-mob/00087: Starting mobile
22:51:26.074616 run       osmo-ms-mob/00087(pid=223): Launched
22:51:26.092820 run                             mass: MS start registered  {at=40728636.3803398, delay=0.005545429885387421, ms=00087}
22:51:26.772605 run                osmo-ms-mob/00088: Starting mobile
22:51:26.801166 run       osmo-ms-mob/00088(pid=224): Launched
22:51:26.819372 run                             mass: MS start registered  {at=40728637.10691828, delay=0.006580375134944916, ms=00088}
22:51:27.375118 run                osmo-ms-mob/00089: Starting mobile
22:51:27.405267 run       osmo-ms-mob/00089(pid=225): Launched
22:51:27.425927 run                             mass: MS start registered  {at=40728637.71343133, delay=0.009050212800502777, ms=00089}
22:51:27.648430 run                             mass: MS performed LU  {at=40728637.935932025, lu_delay=5.32106389850378, ms=00080}
22:51:27.750434 run                             mass: MS performed LU  {at=40728638.037941866, lu_delay=6.130951441824436, ms=00078}
22:51:27.778438 run                             mass: MS performed LU  {at=40728638.06597071, lu_delay=4.755978353321552, ms=00081}
22:51:27.922055 run                             mass: MS performed LU  {at=40728638.20957614, lu_delay=5.894289441406727, ms=00079}
22:51:27.947424 run                osmo-ms-mob/00090: Starting mobile
22:51:27.979854 run       osmo-ms-mob/00090(pid=226): Launched
22:51:28.000327 run                             mass: MS start registered  {at=40728638.28788186, delay=0.007601246237754822, ms=00090}
22:51:28.671465 run                osmo-ms-mob/00091: Starting mobile
22:51:28.699094 run       osmo-ms-mob/00091(pid=227): Launched
22:51:28.719428 run                             mass: MS start registered  {at=40728639.00692802, delay=0.009126044809818268, ms=00091}
22:51:29.370910 run                osmo-ms-mob/00092: Starting mobile
22:51:29.398478 run       osmo-ms-mob/00092(pid=228): Launched
22:51:29.417785 run                             mass: MS start registered  {at=40728639.70529172, delay=0.00805915892124176, ms=00092}
22:51:29.615103 run                             mass: MS performed LU  {at=40728639.90258713, lu_delay=4.596204690635204, ms=00085}
22:51:29.679060 run                             mass: MS performed LU  {at=40728639.96654196, lu_delay=5.722286336123943, ms=00083}
22:51:29.748777 run                             mass: MS performed LU  {at=40728640.03629222, lu_delay=6.32904789596796, ms=00082}
22:51:29.785607 run                             mass: MS performed LU  {at=40728640.073120855, lu_delay=5.545177452266216, ms=00084}
22:51:30.172192 run                osmo-ms-mob/00093: Starting mobile
22:51:30.206058 run       osmo-ms-mob/00093(pid=229): Launched
22:51:30.225880 run                             mass: MS start registered  {at=40728640.51339799, delay=0.007555268704891205, ms=00093}
22:51:31.076022 run                osmo-ms-mob/00094: Starting mobile
22:51:31.113536 run       osmo-ms-mob/00094(pid=230): Launched
22:51:31.133891 run                             mass: MS start registered  {at=40728641.42142898, delay=0.008758559823036194, ms=00094}
22:51:31.414772 run                             mass: MS performed LU  {at=40728641.702275015, lu_delay=4.595356732606888, ms=00088}
22:51:31.516151 run                             mass: MS performed LU  {at=40728641.803663194, lu_delay=5.8889753222465515, ms=00086}
22:51:31.543902 run                             mass: MS performed LU  {at=40728641.831473276, lu_delay=5.4511334747076035, ms=00087}
22:51:31.975982 run                osmo-ms-mob/00095: Starting mobile
22:51:32.005614 run       osmo-ms-mob/00095(pid=231): Launched
22:51:32.025212 run                             mass: MS start registered  {at=40728642.31273685, delay=0.00719866156578064, ms=00095}
22:51:32.969630 run                osmo-ms-mob/00096: Starting mobile
22:51:32.998827 run       osmo-ms-mob/00096(pid=232): Launched
22:51:33.020370 run                             mass: MS start registered  {at=40728643.307934076, delay=0.010407403111457825, ms=00096}
22:51:33.381385 run                             mass: MS performed LU  {at=40728643.66887578, lu_delay=5.380993925035, ms=00090}
22:51:33.444738 run                             mass: MS performed LU  {at=40728643.7322539, lu_delay=6.018822573125362, ms=00089}
22:51:33.514774 run                             mass: MS performed LU  {at=40728643.80228974, lu_delay=4.795361720025539, ms=00091}
22:51:34.073615 run                osmo-ms-mob/00097: Starting mobile
22:51:34.101512 run       osmo-ms-mob/00097(pid=233): Launched
22:51:34.120056 run                             mass: MS start registered  {at=40728644.40761879, delay=0.007630303502082825, ms=00097}
22:51:35.180820 run                             mass: MS performed LU  {at=40728645.468340546, lu_delay=22.755175106227398, ms=00053}
22:51:35.282266 run                             mass: MS performed LU  {at=40728645.56979595, lu_delay=5.056397959589958, ms=00093}
22:51:35.304587 run                osmo-ms-mob/00098: Starting mobile
22:51:35.333325 run       osmo-ms-mob/00098(pid=234): Launched
22:51:35.344827 run                             mass: MS performed LU  {at=40728645.63238339, lu_delay=5.927091673016548, ms=00092}
22:51:35.355819 run                             mass: MS start registered  {at=40728645.64340517, delay=0.011071942746639252, ms=00098}
22:51:37.147029 run                             mass: MS performed LU  {at=40728647.43448744, lu_delay=5.121750593185425, ms=00095}
22:51:37.169865 run                osmo-ms-mob/00099: Starting mobile
22:51:37.198333 run       osmo-ms-mob/00099(pid=235): Launched
22:51:37.209681 run                             mass: All started... {duration=55.75077052414417, too_slow=0}
22:51:37.220325 run                             mass: MS performed LU  {at=40728647.50787676, lu_delay=6.086447782814503, ms=00094}
22:51:37.231130 run                             mass: MS start registered  {at=40728647.51871718, delay=0.02145860344171524, ms=00099}
22:51:37.280034 run                             mass: MS performed LU  {at=40728647.56754352, lu_delay=21.69598551094532, ms=00063}
22:51:39.047999 run                             mass: MS performed LU  {at=40728649.33550368, lu_delay=6.027569606900215, ms=00096}
22:51:39.074744 run                             mass: MS performed LU  {at=40728649.36228479, lu_delay=4.954665996134281, ms=00097}
22:51:40.912056 run                             mass: MS performed LU  {at=40728651.19954328, lu_delay=5.55613811314106, ms=00098}
22:51:42.813393 run                             mass: MS performed LU  {at=40728653.10092399, lu_delay=5.582206815481186, ms=00099}
22:51:42.829065 run                             mass: Tests done {all_completed=True, max=22.755175106227398, min=3.7977815344929695}
22:51:42.840620 tst         register_default_mass.py: Test passed (84.2 sec)
22:51:42.849191 run pcap-recorder_any(filters='host 127.0.42.2')(pid=23): Terminating (SIGTERM)
22:51:42.853392 run      osmo-hlr_127.0.42.2(pid=24): Terminating (SIGTERM)
22:51:42.857501 run pcap-recorder_any(filters='host 127.0.42.5 and port not 22')(pid=25): Terminating (SIGTERM)
22:51:42.861771 run      osmo-stp_127.0.42.5(pid=26): Terminating (SIGTERM)
22:51:42.865890 run pcap-recorder_any(filters='host 127.0.42.6 and port not 22')(pid=27): Terminating (SIGTERM)
22:51:42.870241 run      osmo-msc_127.0.42.6(pid=28): Terminating (SIGTERM)
22:51:42.874451 run pcap-recorder_any(filters='host 127.0.42.3 and port not 22')(pid=29): Terminating (SIGTERM)
22:51:42.878604 run      osmo-mgw_127.0.42.3(pid=30): Terminating (SIGTERM)
22:51:42.882864 run pcap-recorder_any(filters='host 127.0.42.4 and port not 22')(pid=31): Terminating (SIGTERM)
22:51:42.888166 run      osmo-mgw_127.0.42.4(pid=32): Terminating (SIGTERM)
22:51:42.892560 run pcap-recorder_any(filters='host 127.0.42.7 and port not 22')(pid=33): Terminating (SIGTERM)
22:51:42.896541 run      osmo-bsc_127.0.42.7(pid=34): Terminating (SIGTERM)
22:51:42.900695 run         osmo-bts-virtual(pid=35): Terminating (SIGTERM)
22:51:42.904639 run   osmo-ms-virt-phy/00000(pid=36): Terminating (SIGTERM)
22:51:42.908640 run   osmo-ms-virt-phy/00001(pid=37): Terminating (SIGTERM)
22:51:42.912683 run   osmo-ms-virt-phy/00002(pid=38): Terminating (SIGTERM)
22:51:42.916668 run   osmo-ms-virt-phy/00003(pid=39): Terminating (SIGTERM)
22:51:42.920978 run   osmo-ms-virt-phy/00004(pid=40): Terminating (SIGTERM)
22:51:42.925092 run   osmo-ms-virt-phy/00005(pid=41): Terminating (SIGTERM)
22:51:42.929104 run   osmo-ms-virt-phy/00006(pid=42): Terminating (SIGTERM)
22:51:42.933875 run   osmo-ms-virt-phy/00007(pid=43): Terminating (SIGTERM)
22:51:42.939269 run   osmo-ms-virt-phy/00008(pid=44): Terminating (SIGTERM)
22:51:42.944437 run   osmo-ms-virt-phy/00009(pid=45): Terminating (SIGTERM)
22:51:42.949566 run   osmo-ms-virt-phy/00010(pid=46): Terminating (SIGTERM)
22:51:42.954167 run   osmo-ms-virt-phy/00011(pid=47): Terminating (SIGTERM)
22:51:42.959473 run   osmo-ms-virt-phy/00012(pid=48): Terminating (SIGTERM)
22:51:42.964301 run   osmo-ms-virt-phy/00013(pid=49): Terminating (SIGTERM)
22:51:42.969298 run   osmo-ms-virt-phy/00014(pid=50): Terminating (SIGTERM)
22:51:42.974381 run   osmo-ms-virt-phy/00015(pid=51): Terminating (SIGTERM)
22:51:42.979399 run   osmo-ms-virt-phy/00016(pid=52): Terminating (SIGTERM)
22:51:42.983673 run   osmo-ms-virt-phy/00017(pid=53): Terminating (SIGTERM)
22:51:42.988477 run   osmo-ms-virt-phy/00018(pid=54): Terminating (SIGTERM)
22:51:42.992580 run   osmo-ms-virt-phy/00019(pid=55): Terminating (SIGTERM)
22:51:42.996845 run   osmo-ms-virt-phy/00020(pid=56): Terminating (SIGTERM)
22:51:43.000960 run   osmo-ms-virt-phy/00021(pid=57): Terminating (SIGTERM)
22:51:43.005313 run   osmo-ms-virt-phy/00022(pid=58): Terminating (SIGTERM)
22:51:43.010300 run   osmo-ms-virt-phy/00023(pid=59): Terminating (SIGTERM)
22:51:43.014371 run   osmo-ms-virt-phy/00024(pid=60): Terminating (SIGTERM)
22:51:43.019009 run   osmo-ms-virt-phy/00025(pid=61): Terminating (SIGTERM)
22:51:43.023189 run   osmo-ms-virt-phy/00026(pid=62): Terminating (SIGTERM)
22:51:43.028247 run   osmo-ms-virt-phy/00027(pid=63): Terminating (SIGTERM)
22:51:43.032488 run   osmo-ms-virt-phy/00028(pid=64): Terminating (SIGTERM)
22:51:43.036664 run   osmo-ms-virt-phy/00029(pid=65): Terminating (SIGTERM)
22:51:43.040867 run   osmo-ms-virt-phy/00030(pid=66): Terminating (SIGTERM)
22:51:43.045306 run   osmo-ms-virt-phy/00031(pid=67): Terminating (SIGTERM)
22:51:43.049636 run   osmo-ms-virt-phy/00032(pid=68): Terminating (SIGTERM)
22:51:43.055082 run   osmo-ms-virt-phy/00033(pid=69): Terminating (SIGTERM)
22:51:43.059544 run   osmo-ms-virt-phy/00034(pid=70): Terminating (SIGTERM)
22:51:43.063829 run   osmo-ms-virt-phy/00035(pid=71): Terminating (SIGTERM)
22:51:43.069127 run   osmo-ms-virt-phy/00036(pid=72): Terminating (SIGTERM)
22:51:43.073846 run   osmo-ms-virt-phy/00037(pid=73): Terminating (SIGTERM)
22:51:43.078168 run   osmo-ms-virt-phy/00038(pid=74): Terminating (SIGTERM)
22:51:43.082540 run   osmo-ms-virt-phy/00039(pid=75): Terminating (SIGTERM)
22:51:43.087695 run   osmo-ms-virt-phy/00040(pid=76): Terminating (SIGTERM)
22:51:43.092881 run   osmo-ms-virt-phy/00041(pid=77): Terminating (SIGTERM)
22:51:43.098232 run   osmo-ms-virt-phy/00042(pid=78): Terminating (SIGTERM)
22:51:43.102965 run   osmo-ms-virt-phy/00043(pid=79): Terminating (SIGTERM)
22:51:43.107729 run   osmo-ms-virt-phy/00044(pid=80): Terminating (SIGTERM)
22:51:43.112059 run   osmo-ms-virt-phy/00045(pid=81): Terminating (SIGTERM)
22:51:43.116091 run   osmo-ms-virt-phy/00046(pid=82): Terminating (SIGTERM)
22:51:43.120431 run   osmo-ms-virt-phy/00047(pid=83): Terminating (SIGTERM)
22:51:43.125114 run   osmo-ms-virt-phy/00048(pid=84): Terminating (SIGTERM)
22:51:43.131683 run   osmo-ms-virt-phy/00049(pid=85): Terminating (SIGTERM)
22:51:43.136863 run   osmo-ms-virt-phy/00050(pid=86): Terminating (SIGTERM)
22:51:43.142186 run   osmo-ms-virt-phy/00051(pid=87): Terminating (SIGTERM)
22:51:43.147051 run   osmo-ms-virt-phy/00052(pid=88): Terminating (SIGTERM)
22:51:43.152446 run   osmo-ms-virt-phy/00053(pid=89): Terminating (SIGTERM)
22:51:43.157852 run   osmo-ms-virt-phy/00054(pid=90): Terminating (SIGTERM)
22:51:43.162481 run   osmo-ms-virt-phy/00055(pid=91): Terminating (SIGTERM)
22:51:43.167422 run   osmo-ms-virt-phy/00056(pid=92): Terminating (SIGTERM)
22:51:43.172719 run   osmo-ms-virt-phy/00057(pid=93): Terminating (SIGTERM)
22:51:43.177651 run   osmo-ms-virt-phy/00058(pid=94): Terminating (SIGTERM)
22:51:43.181986 run   osmo-ms-virt-phy/00059(pid=95): Terminating (SIGTERM)
22:51:43.187059 run   osmo-ms-virt-phy/00060(pid=96): Terminating (SIGTERM)
22:51:43.191552 run   osmo-ms-virt-phy/00061(pid=97): Terminating (SIGTERM)
22:51:43.196674 run   osmo-ms-virt-phy/00062(pid=98): Terminating (SIGTERM)
22:51:43.201085 run   osmo-ms-virt-phy/00063(pid=99): Terminating (SIGTERM)
22:51:43.206096 run  osmo-ms-virt-phy/00064(pid=100): Terminating (SIGTERM)
22:51:43.210427 run  osmo-ms-virt-phy/00065(pid=101): Terminating (SIGTERM)
22:51:43.214982 run  osmo-ms-virt-phy/00066(pid=102): Terminating (SIGTERM)
22:51:43.220346 run  osmo-ms-virt-phy/00067(pid=103): Terminating (SIGTERM)
22:51:43.224936 run  osmo-ms-virt-phy/00068(pid=104): Terminating (SIGTERM)
22:51:43.229482 run  osmo-ms-virt-phy/00069(pid=105): Terminating (SIGTERM)
22:51:43.233820 run  osmo-ms-virt-phy/00070(pid=106): Terminating (SIGTERM)
22:51:43.239154 run  osmo-ms-virt-phy/00071(pid=107): Terminating (SIGTERM)
22:51:43.244586 run  osmo-ms-virt-phy/00072(pid=108): Terminating (SIGTERM)
22:51:43.249175 run  osmo-ms-virt-phy/00073(pid=109): Terminating (SIGTERM)
22:51:43.254505 run  osmo-ms-virt-phy/00074(pid=110): Terminating (SIGTERM)
22:51:43.259412 run  osmo-ms-virt-phy/00075(pid=111): Terminating (SIGTERM)
22:51:43.264629 run  osmo-ms-virt-phy/00076(pid=112): Terminating (SIGTERM)
22:51:43.269804 run  osmo-ms-virt-phy/00077(pid=113): Terminating (SIGTERM)
22:51:43.274122 run  osmo-ms-virt-phy/00078(pid=114): Terminating (SIGTERM)
22:51:43.278406 run  osmo-ms-virt-phy/00079(pid=115): Terminating (SIGTERM)
22:51:43.282639 run  osmo-ms-virt-phy/00080(pid=116): Terminating (SIGTERM)
22:51:43.286956 run  osmo-ms-virt-phy/00081(pid=117): Terminating (SIGTERM)
22:51:43.291268 run  osmo-ms-virt-phy/00082(pid=118): Terminating (SIGTERM)
22:51:43.295575 run  osmo-ms-virt-phy/00083(pid=119): Terminating (SIGTERM)
22:51:43.299657 run  osmo-ms-virt-phy/00084(pid=120): Terminating (SIGTERM)
22:51:43.304875 run  osmo-ms-virt-phy/00085(pid=121): Terminating (SIGTERM)
22:51:43.309980 run  osmo-ms-virt-phy/00086(pid=122): Terminating (SIGTERM)
22:51:43.314374 run  osmo-ms-virt-phy/00087(pid=123): Terminating (SIGTERM)
22:51:43.318750 run  osmo-ms-virt-phy/00088(pid=124): Terminating (SIGTERM)
22:51:43.324008 run  osmo-ms-virt-phy/00089(pid=125): Terminating (SIGTERM)
22:51:43.328893 run  osmo-ms-virt-phy/00090(pid=126): Terminating (SIGTERM)
22:51:43.333595 run  osmo-ms-virt-phy/00091(pid=127): Terminating (SIGTERM)
22:51:43.337966 run  osmo-ms-virt-phy/00092(pid=128): Terminating (SIGTERM)
22:51:43.342507 run  osmo-ms-virt-phy/00093(pid=129): Terminating (SIGTERM)
22:51:43.347164 run  osmo-ms-virt-phy/00094(pid=130): Terminating (SIGTERM)
22:51:43.352355 run  osmo-ms-virt-phy/00095(pid=131): Terminating (SIGTERM)
22:51:43.357373 run  osmo-ms-virt-phy/00096(pid=132): Terminating (SIGTERM)
22:51:43.361552 run  osmo-ms-virt-phy/00097(pid=133): Terminating (SIGTERM)
22:51:43.365863 run  osmo-ms-virt-phy/00098(pid=134): Terminating (SIGTERM)
22:51:43.370282 run  osmo-ms-virt-phy/00099(pid=135): Terminating (SIGTERM)
22:51:43.374644 run       osmo-ms-mob/00000(pid=136): Terminating (SIGTERM)
22:51:43.378741 run       osmo-ms-mob/00001(pid=137): Terminating (SIGTERM)
22:51:43.383266 run       osmo-ms-mob/00002(pid=138): Terminating (SIGTERM)
22:51:43.387697 run       osmo-ms-mob/00003(pid=139): Terminating (SIGTERM)
22:51:43.391655 run       osmo-ms-mob/00004(pid=140): Terminating (SIGTERM)
22:51:43.395664 run       osmo-ms-mob/00005(pid=141): Terminating (SIGTERM)
22:51:43.399625 run       osmo-ms-mob/00006(pid=142): Terminating (SIGTERM)
22:51:43.403549 run       osmo-ms-mob/00007(pid=143): Terminating (SIGTERM)
22:51:43.407523 run       osmo-ms-mob/00008(pid=144): Terminating (SIGTERM)
22:51:43.411480 run       osmo-ms-mob/00009(pid=145): Terminating (SIGTERM)
22:51:43.416958 run       osmo-ms-mob/00010(pid=146): Terminating (SIGTERM)
22:51:43.423130 run       osmo-ms-mob/00011(pid=147): Terminating (SIGTERM)
22:51:43.429184 run       osmo-ms-mob/00012(pid=148): Terminating (SIGTERM)
22:51:43.434647 run       osmo-ms-mob/00013(pid=149): Terminating (SIGTERM)
22:51:43.438768 run       osmo-ms-mob/00014(pid=150): Terminating (SIGTERM)
22:51:43.442732 run       osmo-ms-mob/00015(pid=151): Terminating (SIGTERM)
22:51:43.446722 run       osmo-ms-mob/00016(pid=152): Terminating (SIGTERM)
22:51:43.450766 run       osmo-ms-mob/00017(pid=153): Terminating (SIGTERM)
22:51:43.454749 run       osmo-ms-mob/00018(pid=154): Terminating (SIGTERM)
22:51:43.458740 run       osmo-ms-mob/00019(pid=155): Terminating (SIGTERM)
22:51:43.462764 run       osmo-ms-mob/00020(pid=156): Terminating (SIGTERM)
22:51:43.466765 run       osmo-ms-mob/00021(pid=157): Terminating (SIGTERM)
22:51:43.470774 run       osmo-ms-mob/00022(pid=158): Terminating (SIGTERM)
22:51:43.474910 run       osmo-ms-mob/00023(pid=159): Terminating (SIGTERM)
22:51:43.478945 run       osmo-ms-mob/00024(pid=160): Terminating (SIGTERM)
22:51:43.483009 run       osmo-ms-mob/00025(pid=161): Terminating (SIGTERM)
22:51:43.487045 run       osmo-ms-mob/00026(pid=162): Terminating (SIGTERM)
22:51:43.491083 run       osmo-ms-mob/00027(pid=163): Terminating (SIGTERM)
22:51:43.495044 run       osmo-ms-mob/00028(pid=164): Terminating (SIGTERM)
22:51:43.498994 run       osmo-ms-mob/00029(pid=165): Terminating (SIGTERM)
22:51:43.502911 run       osmo-ms-mob/00030(pid=166): Terminating (SIGTERM)
22:51:43.506850 run       osmo-ms-mob/00031(pid=167): Terminating (SIGTERM)
22:51:43.510932 run       osmo-ms-mob/00032(pid=168): Terminating (SIGTERM)
22:51:43.514947 run       osmo-ms-mob/00033(pid=169): Terminating (SIGTERM)
22:51:43.518902 run       osmo-ms-mob/00034(pid=170): Terminating (SIGTERM)
22:51:43.522841 run       osmo-ms-mob/00035(pid=171): Terminating (SIGTERM)
22:51:43.526801 run       osmo-ms-mob/00036(pid=172): Terminating (SIGTERM)
22:51:43.530746 run       osmo-ms-mob/00037(pid=173): Terminating (SIGTERM)
22:51:43.534725 run       osmo-ms-mob/00038(pid=174): Terminating (SIGTERM)
22:51:43.538692 run       osmo-ms-mob/00039(pid=175): Terminating (SIGTERM)
22:51:43.542634 run       osmo-ms-mob/00040(pid=176): Terminating (SIGTERM)
22:51:43.546621 run       osmo-ms-mob/00041(pid=177): Terminating (SIGTERM)
22:51:43.550564 run       osmo-ms-mob/00042(pid=178): Terminating (SIGTERM)
22:51:43.554510 run       osmo-ms-mob/00043(pid=179): Terminating (SIGTERM)
22:51:43.558497 run       osmo-ms-mob/00044(pid=180): Terminating (SIGTERM)
22:51:43.562467 run       osmo-ms-mob/00045(pid=181): Terminating (SIGTERM)
22:51:43.566409 run       osmo-ms-mob/00046(pid=182): Terminating (SIGTERM)
22:51:43.570365 run       osmo-ms-mob/00047(pid=183): Terminating (SIGTERM)
22:51:43.574321 run       osmo-ms-mob/00048(pid=184): Terminating (SIGTERM)
22:51:43.578315 run       osmo-ms-mob/00049(pid=185): Terminating (SIGTERM)
22:51:43.582239 run       osmo-ms-mob/00050(pid=186): Terminating (SIGTERM)
22:51:43.586219 run       osmo-ms-mob/00051(pid=187): Terminating (SIGTERM)
22:51:43.590185 run       osmo-ms-mob/00052(pid=188): Terminating (SIGTERM)
22:51:43.594141 run       osmo-ms-mob/00053(pid=189): Terminating (SIGTERM)
22:51:43.598185 run       osmo-ms-mob/00054(pid=190): Terminating (SIGTERM)
22:51:43.602110 run       osmo-ms-mob/00055(pid=191): Terminating (SIGTERM)
22:51:43.607794 run       osmo-ms-mob/00056(pid=192): Terminating (SIGTERM)
22:51:43.612340 run       osmo-ms-mob/00057(pid=193): Terminating (SIGTERM)
22:51:43.616256 run       osmo-ms-mob/00058(pid=194): Terminating (SIGTERM)
22:51:43.620362 run       osmo-ms-mob/00059(pid=195): Terminating (SIGTERM)
22:51:43.624695 run       osmo-ms-mob/00060(pid=196): Terminating (SIGTERM)
22:51:43.629154 run       osmo-ms-mob/00061(pid=197): Terminating (SIGTERM)
22:51:43.633527 run       osmo-ms-mob/00062(pid=198): Terminating (SIGTERM)
22:51:43.637879 run       osmo-ms-mob/00063(pid=199): Terminating (SIGTERM)
22:51:43.642166 run       osmo-ms-mob/00064(pid=200): Terminating (SIGTERM)
22:51:43.646484 run       osmo-ms-mob/00065(pid=201): Terminating (SIGTERM)
22:51:43.650632 run       osmo-ms-mob/00066(pid=202): Terminating (SIGTERM)
22:51:43.654666 run       osmo-ms-mob/00067(pid=203): Terminating (SIGTERM)
22:51:43.658820 run       osmo-ms-mob/00068(pid=204): Terminating (SIGTERM)
22:51:43.662991 run       osmo-ms-mob/00069(pid=205): Terminating (SIGTERM)
22:51:43.667059 run       osmo-ms-mob/00070(pid=206): Terminating (SIGTERM)
22:51:43.671157 run       osmo-ms-mob/00071(pid=207): Terminating (SIGTERM)
22:51:43.675263 run       osmo-ms-mob/00072(pid=208): Terminating (SIGTERM)
22:51:43.679371 run       osmo-ms-mob/00073(pid=209): Terminating (SIGTERM)
22:51:43.683437 run       osmo-ms-mob/00074(pid=210): Terminating (SIGTERM)
22:51:43.687502 run       osmo-ms-mob/00075(pid=211): Terminating (SIGTERM)
22:51:43.691570 run       osmo-ms-mob/00076(pid=212): Terminating (SIGTERM)
22:51:43.695638 run       osmo-ms-mob/00077(pid=213): Terminating (SIGTERM)
22:51:43.699652 run       osmo-ms-mob/00078(pid=214): Terminating (SIGTERM)
22:51:43.703635 run       osmo-ms-mob/00079(pid=215): Terminating (SIGTERM)
22:51:43.707638 run       osmo-ms-mob/00080(pid=216): Terminating (SIGTERM)
22:51:43.711715 run       osmo-ms-mob/00081(pid=217): Terminating (SIGTERM)
22:51:43.715775 run       osmo-ms-mob/00082(pid=218): Terminating (SIGTERM)
22:51:43.720137 run       osmo-ms-mob/00083(pid=219): Terminating (SIGTERM)
22:51:43.724743 run       osmo-ms-mob/00084(pid=220): Terminating (SIGTERM)
22:51:43.731647 run       osmo-ms-mob/00085(pid=221): Terminating (SIGTERM)
22:51:43.738323 run       osmo-ms-mob/00086(pid=222): Terminating (SIGTERM)
22:51:43.742394 run       osmo-ms-mob/00087(pid=223): Terminating (SIGTERM)
22:51:43.746469 run       osmo-ms-mob/00088(pid=224): Terminating (SIGTERM)
22:51:43.750459 run       osmo-ms-mob/00089(pid=225): Terminating (SIGTERM)
22:51:43.754476 run       osmo-ms-mob/00090(pid=226): Terminating (SIGTERM)
22:51:43.758416 run       osmo-ms-mob/00091(pid=227): Terminating (SIGTERM)
22:51:43.762476 run       osmo-ms-mob/00092(pid=228): Terminating (SIGTERM)
22:51:43.766518 run       osmo-ms-mob/00093(pid=229): Terminating (SIGTERM)
22:51:43.770529 run       osmo-ms-mob/00094(pid=230): Terminating (SIGTERM)
22:51:43.774571 run       osmo-ms-mob/00095(pid=231): Terminating (SIGTERM)
22:51:43.778637 run       osmo-ms-mob/00096(pid=232): Terminating (SIGTERM)
22:51:43.782687 run       osmo-ms-mob/00097(pid=233): Terminating (SIGTERM)
22:51:43.786741 run       osmo-ms-mob/00098(pid=234): Terminating (SIGTERM)
22:51:43.790747 run       osmo-ms-mob/00099(pid=235): Terminating (SIGTERM)
22:51:43.794792 ---      ParallelTerminationStrategy: PID 23 died...
22:51:43.796681 run pcap-recorder_any(filters='host 127.0.42.2')(pid=23): Terminated: ok {rc=0}
22:51:43.801178 ---      ParallelTerminationStrategy: PID 24 died...
22:51:43.803046 run      osmo-hlr_127.0.42.2(pid=24): Terminated: ok {rc=0}
22:51:43.807494 ---      ParallelTerminationStrategy: PID 25 died...
22:51:43.809420 run pcap-recorder_any(filters='host 127.0.42.5 and port not 22')(pid=25): Terminated: ok {rc=0}
22:51:43.813824 ---      ParallelTerminationStrategy: PID 26 died...
22:51:43.815726 run      osmo-stp_127.0.42.5(pid=26): Terminated: ok {rc=0}
22:51:43.820172 ---      ParallelTerminationStrategy: PID 27 died...
22:51:43.822044 run pcap-recorder_any(filters='host 127.0.42.6 and port not 22')(pid=27): Terminated: ok {rc=0}
22:51:43.826426 ---      ParallelTerminationStrategy: PID 28 died...
22:51:43.828248 run      osmo-msc_127.0.42.6(pid=28): Terminated: ok {rc=0}
22:51:43.832728 ---      ParallelTerminationStrategy: PID 29 died...
22:51:43.834544 run pcap-recorder_any(filters='host 127.0.42.3 and port not 22')(pid=29): Terminated: ok {rc=0}
22:51:43.838954 ---      ParallelTerminationStrategy: PID 30 died...
22:51:43.840847 run      osmo-mgw_127.0.42.3(pid=30): Terminated {rc=15}
22:51:43.845304 ---      ParallelTerminationStrategy: PID 31 died...
22:51:43.847244 run pcap-recorder_any(filters='host 127.0.42.4 and port not 22')(pid=31): Terminated: ok {rc=0}
22:51:43.851684 ---      ParallelTerminationStrategy: PID 32 died...
22:51:43.853547 run      osmo-mgw_127.0.42.4(pid=32): Terminated {rc=15}
22:51:43.858046 ---      ParallelTerminationStrategy: PID 33 died...
22:51:43.859870 run pcap-recorder_any(filters='host 127.0.42.7 and port not 22')(pid=33): Terminated: ok {rc=0}
22:51:43.864297 ---      ParallelTerminationStrategy: PID 34 died...
22:51:43.866176 run      osmo-bsc_127.0.42.7(pid=34): Terminated: ok {rc=0}
22:51:43.870522 ---      ParallelTerminationStrategy: PID 36 died...
22:51:43.872323 run   osmo-ms-virt-phy/00000(pid=36): Terminated: ok {rc=0}
22:51:43.876683 ---      ParallelTerminationStrategy: PID 37 died...
22:51:43.878466 run   osmo-ms-virt-phy/00001(pid=37): Terminated: ok {rc=0}
22:51:43.882849 ---      ParallelTerminationStrategy: PID 38 died...
22:51:43.884716 run   osmo-ms-virt-phy/00002(pid=38): Terminated: ok {rc=0}
22:51:43.889051 ---      ParallelTerminationStrategy: PID 39 died...
22:51:43.890831 run   osmo-ms-virt-phy/00003(pid=39): Terminated: ok {rc=0}
22:51:43.895420 ---      ParallelTerminationStrategy: PID 40 died...
22:51:43.897366 run   osmo-ms-virt-phy/00004(pid=40): Terminated: ok {rc=0}
22:51:43.902129 ---      ParallelTerminationStrategy: PID 41 died...
22:51:43.903984 run   osmo-ms-virt-phy/00005(pid=41): Terminated: ok {rc=0}
22:51:43.908470 ---      ParallelTerminationStrategy: PID 42 died...
22:51:43.910271 run   osmo-ms-virt-phy/00006(pid=42): Terminated: ok {rc=0}
22:51:43.914630 ---      ParallelTerminationStrategy: PID 43 died...
22:51:43.916522 run   osmo-ms-virt-phy/00007(pid=43): Terminated: ok {rc=0}
22:51:43.920947 ---      ParallelTerminationStrategy: PID 44 died...
22:51:43.923182 run   osmo-ms-virt-phy/00008(pid=44): Terminated: ok {rc=0}
22:51:43.928016 ---      ParallelTerminationStrategy: PID 45 died...
22:51:43.929899 run   osmo-ms-virt-phy/00009(pid=45): Terminated: ok {rc=0}
22:51:43.934385 ---      ParallelTerminationStrategy: PID 46 died...
22:51:43.936196 run   osmo-ms-virt-phy/00010(pid=46): Terminated: ok {rc=0}
22:51:43.940648 ---      ParallelTerminationStrategy: PID 47 died...
22:51:43.942488 run   osmo-ms-virt-phy/00011(pid=47): Terminated: ok {rc=0}
22:51:43.947031 ---      ParallelTerminationStrategy: PID 48 died...
22:51:43.948954 run   osmo-ms-virt-phy/00012(pid=48): Terminated: ok {rc=0}
22:51:43.953492 ---      ParallelTerminationStrategy: PID 49 died...
22:51:43.955418 run   osmo-ms-virt-phy/00013(pid=49): Terminated: ok {rc=0}
22:51:43.959966 ---      ParallelTerminationStrategy: PID 50 died...
22:51:43.961935 run   osmo-ms-virt-phy/00014(pid=50): Terminated: ok {rc=0}
22:51:43.966607 ---      ParallelTerminationStrategy: PID 51 died...
22:51:43.968577 run   osmo-ms-virt-phy/00015(pid=51): Terminated: ok {rc=0}
22:51:43.972959 ---      ParallelTerminationStrategy: PID 52 died...
22:51:43.974790 run   osmo-ms-virt-phy/00016(pid=52): Terminated: ok {rc=0}
22:51:43.979299 ---      ParallelTerminationStrategy: PID 53 died...
22:51:43.981244 run   osmo-ms-virt-phy/00017(pid=53): Terminated: ok {rc=0}
22:51:43.985684 ---      ParallelTerminationStrategy: PID 54 died...
22:51:43.987511 run   osmo-ms-virt-phy/00018(pid=54): Terminated: ok {rc=0}
22:51:43.992007 ---      ParallelTerminationStrategy: PID 55 died...
22:51:43.993814 run   osmo-ms-virt-phy/00019(pid=55): Terminated: ok {rc=0}
22:51:43.998147 ---      ParallelTerminationStrategy: PID 56 died...
22:51:43.999997 run   osmo-ms-virt-phy/00020(pid=56): Terminated: ok {rc=0}
22:51:44.004491 ---      ParallelTerminationStrategy: PID 57 died...
22:51:44.006321 run   osmo-ms-virt-phy/00021(pid=57): Terminated: ok {rc=0}
22:51:44.010687 ---      ParallelTerminationStrategy: PID 58 died...
22:51:44.012603 run   osmo-ms-virt-phy/00022(pid=58): Terminated: ok {rc=0}
22:51:44.017015 ---      ParallelTerminationStrategy: PID 59 died...
22:51:44.018841 run   osmo-ms-virt-phy/00023(pid=59): Terminated: ok {rc=0}
22:51:44.023151 ---      ParallelTerminationStrategy: PID 60 died...
22:51:44.024956 run   osmo-ms-virt-phy/00024(pid=60): Terminated: ok {rc=0}
22:51:44.029731 ---      ParallelTerminationStrategy: PID 61 died...
22:51:44.031553 run   osmo-ms-virt-phy/00025(pid=61): Terminated: ok {rc=0}
22:51:44.035975 ---      ParallelTerminationStrategy: PID 62 died...
22:51:44.037889 run   osmo-ms-virt-phy/00026(pid=62): Terminated: ok {rc=0}
22:51:44.042396 ---      ParallelTerminationStrategy: PID 63 died...
22:51:44.044189 run   osmo-ms-virt-phy/00027(pid=63): Terminated: ok {rc=0}
22:51:44.049102 ---      ParallelTerminationStrategy: PID 64 died...
22:51:44.050935 run   osmo-ms-virt-phy/00028(pid=64): Terminated: ok {rc=0}
22:51:44.055317 ---      ParallelTerminationStrategy: PID 65 died...
22:51:44.057120 run   osmo-ms-virt-phy/00029(pid=65): Terminated: ok {rc=0}
22:51:44.061502 ---      ParallelTerminationStrategy: PID 66 died...
22:51:44.063292 run   osmo-ms-virt-phy/00030(pid=66): Terminated: ok {rc=0}
22:51:44.067671 ---      ParallelTerminationStrategy: PID 67 died...
22:51:44.069548 run   osmo-ms-virt-phy/00031(pid=67): Terminated: ok {rc=0}
22:51:44.073926 ---      ParallelTerminationStrategy: PID 68 died...
22:51:44.075716 run   osmo-ms-virt-phy/00032(pid=68): Terminated: ok {rc=0}
22:51:44.080091 ---      ParallelTerminationStrategy: PID 69 died...
22:51:44.081907 run   osmo-ms-virt-phy/00033(pid=69): Terminated: ok {rc=0}
22:51:44.086339 ---      ParallelTerminationStrategy: PID 70 died...
22:51:44.088125 run   osmo-ms-virt-phy/00034(pid=70): Terminated: ok {rc=0}
22:51:44.092569 ---      ParallelTerminationStrategy: PID 71 died...
22:51:44.094361 run   osmo-ms-virt-phy/00035(pid=71): Terminated: ok {rc=0}
22:51:44.098709 ---      ParallelTerminationStrategy: PID 72 died...
22:51:44.100577 run   osmo-ms-virt-phy/00036(pid=72): Terminated: ok {rc=0}
22:51:44.104913 ---      ParallelTerminationStrategy: PID 73 died...
22:51:44.106768 run   osmo-ms-virt-phy/00037(pid=73): Terminated: ok {rc=0}
22:51:44.111206 ---      ParallelTerminationStrategy: PID 74 died...
22:51:44.113000 run   osmo-ms-virt-phy/00038(pid=74): Terminated: ok {rc=0}
22:51:44.117439 ---      ParallelTerminationStrategy: PID 75 died...
22:51:44.119257 run   osmo-ms-virt-phy/00039(pid=75): Terminated: ok {rc=0}
22:51:44.123792 ---      ParallelTerminationStrategy: PID 76 died...
22:51:44.125647 run   osmo-ms-virt-phy/00040(pid=76): Terminated: ok {rc=0}
22:51:44.130083 ---      ParallelTerminationStrategy: PID 77 died...
22:51:44.131963 run   osmo-ms-virt-phy/00041(pid=77): Terminated: ok {rc=0}
22:51:44.136459 ---      ParallelTerminationStrategy: PID 78 died...
22:51:44.138372 run   osmo-ms-virt-phy/00042(pid=78): Terminated: ok {rc=0}
22:51:44.142785 ---      ParallelTerminationStrategy: PID 79 died...
22:51:44.144660 run   osmo-ms-virt-phy/00043(pid=79): Terminated: ok {rc=0}
22:51:44.149029 ---      ParallelTerminationStrategy: PID 80 died...
22:51:44.150828 run   osmo-ms-virt-phy/00044(pid=80): Terminated: ok {rc=0}
22:51:44.155165 ---      ParallelTerminationStrategy: PID 81 died...
22:51:44.157039 run   osmo-ms-virt-phy/00045(pid=81): Terminated: ok {rc=0}
22:51:44.161446 ---      ParallelTerminationStrategy: PID 82 died...
22:51:44.163295 run   osmo-ms-virt-phy/00046(pid=82): Terminated: ok {rc=0}
22:51:44.167667 ---      ParallelTerminationStrategy: PID 83 died...
22:51:44.169534 run   osmo-ms-virt-phy/00047(pid=83): Terminated: ok {rc=0}
22:51:44.173933 ---      ParallelTerminationStrategy: PID 84 died...
22:51:44.175751 run   osmo-ms-virt-phy/00048(pid=84): Terminated: ok {rc=0}
22:51:44.180162 ---      ParallelTerminationStrategy: PID 85 died...
22:51:44.182055 run   osmo-ms-virt-phy/00049(pid=85): Terminated: ok {rc=0}
22:51:44.186431 ---      ParallelTerminationStrategy: PID 86 died...
22:51:44.188295 run   osmo-ms-virt-phy/00050(pid=86): Terminated: ok {rc=0}
22:51:44.192721 ---      ParallelTerminationStrategy: PID 87 died...
22:51:44.194568 run   osmo-ms-virt-phy/00051(pid=87): Terminated: ok {rc=0}
22:51:44.198959 ---      ParallelTerminationStrategy: PID 88 died...
22:51:44.200802 run   osmo-ms-virt-phy/00052(pid=88): Terminated: ok {rc=0}
22:51:44.205165 ---      ParallelTerminationStrategy: PID 89 died...
22:51:44.207031 run   osmo-ms-virt-phy/00053(pid=89): Terminated: ok {rc=0}
22:51:44.211416 ---      ParallelTerminationStrategy: PID 90 died...
22:51:44.213247 run   osmo-ms-virt-phy/00054(pid=90): Terminated: ok {rc=0}
22:51:44.217678 ---      ParallelTerminationStrategy: PID 91 died...
22:51:44.219513 run   osmo-ms-virt-phy/00055(pid=91): Terminated: ok {rc=0}
22:51:44.223877 ---      ParallelTerminationStrategy: PID 92 died...
22:51:44.225739 run   osmo-ms-virt-phy/00056(pid=92): Terminated: ok {rc=0}
22:51:44.230061 ---      ParallelTerminationStrategy: PID 93 died...
22:51:44.231847 run   osmo-ms-virt-phy/00057(pid=93): Terminated: ok {rc=0}
22:51:44.236183 ---      ParallelTerminationStrategy: PID 94 died...
22:51:44.237998 run   osmo-ms-virt-phy/00058(pid=94): Terminated: ok {rc=0}
22:51:44.242345 ---      ParallelTerminationStrategy: PID 95 died...
22:51:44.244250 run   osmo-ms-virt-phy/00059(pid=95): Terminated: ok {rc=0}
22:51:44.248951 ---      ParallelTerminationStrategy: PID 96 died...
22:51:44.250976 run   osmo-ms-virt-phy/00060(pid=96): Terminated: ok {rc=0}
22:51:44.255434 ---      ParallelTerminationStrategy: PID 97 died...
22:51:44.257278 run   osmo-ms-virt-phy/00061(pid=97): Terminated: ok {rc=0}
22:51:44.261713 ---      ParallelTerminationStrategy: PID 98 died...
22:51:44.263553 run   osmo-ms-virt-phy/00062(pid=98): Terminated: ok {rc=0}
22:51:44.267917 ---      ParallelTerminationStrategy: PID 99 died...
22:51:44.269790 run   osmo-ms-virt-phy/00063(pid=99): Terminated: ok {rc=0}
22:51:44.274161 ---      ParallelTerminationStrategy: PID 100 died...
22:51:44.275976 run  osmo-ms-virt-phy/00064(pid=100): Terminated: ok {rc=0}
22:51:44.280273 ---      ParallelTerminationStrategy: PID 101 died...
22:51:44.282088 run  osmo-ms-virt-phy/00065(pid=101): Terminated: ok {rc=0}
22:51:44.286470 ---      ParallelTerminationStrategy: PID 102 died...
22:51:44.288294 run  osmo-ms-virt-phy/00066(pid=102): Terminated: ok {rc=0}
22:51:44.292675 ---      ParallelTerminationStrategy: PID 103 died...
22:51:44.294486 run  osmo-ms-virt-phy/00067(pid=103): Terminated: ok {rc=0}
22:51:44.298849 ---      ParallelTerminationStrategy: PID 104 died...
22:51:44.300722 run  osmo-ms-virt-phy/00068(pid=104): Terminated: ok {rc=0}
22:51:44.305167 ---      ParallelTerminationStrategy: PID 105 died...
22:51:44.307005 run  osmo-ms-virt-phy/00069(pid=105): Terminated: ok {rc=0}
22:51:44.311407 ---      ParallelTerminationStrategy: PID 106 died...
22:51:44.313296 run  osmo-ms-virt-phy/00070(pid=106): Terminated: ok {rc=0}
22:51:44.317691 ---      ParallelTerminationStrategy: PID 107 died...
22:51:44.319544 run  osmo-ms-virt-phy/00071(pid=107): Terminated: ok {rc=0}
22:51:44.324023 ---      ParallelTerminationStrategy: PID 108 died...
22:51:44.325926 run  osmo-ms-virt-phy/00072(pid=108): Terminated: ok {rc=0}
22:51:44.330378 ---      ParallelTerminationStrategy: PID 109 died...
22:51:44.332275 run  osmo-ms-virt-phy/00073(pid=109): Terminated: ok {rc=0}
22:51:44.336745 ---      ParallelTerminationStrategy: PID 110 died...
22:51:44.338622 run  osmo-ms-virt-phy/00074(pid=110): Terminated: ok {rc=0}
22:51:44.343002 ---      ParallelTerminationStrategy: PID 111 died...
22:51:44.344906 run  osmo-ms-virt-phy/00075(pid=111): Terminated: ok {rc=0}
22:51:44.349529 ---      ParallelTerminationStrategy: PID 112 died...
22:51:44.351425 run  osmo-ms-virt-phy/00076(pid=112): Terminated: ok {rc=0}
22:51:44.355942 ---      ParallelTerminationStrategy: PID 113 died...
22:51:44.357838 run  osmo-ms-virt-phy/00077(pid=113): Terminated: ok {rc=0}
22:51:44.362293 ---      ParallelTerminationStrategy: PID 114 died...
22:51:44.364198 run  osmo-ms-virt-phy/00078(pid=114): Terminated: ok {rc=0}
22:51:44.368586 ---      ParallelTerminationStrategy: PID 115 died...
22:51:44.370411 run  osmo-ms-virt-phy/00079(pid=115): Terminated: ok {rc=0}
22:51:44.374858 ---      ParallelTerminationStrategy: PID 116 died...
22:51:44.376730 run  osmo-ms-virt-phy/00080(pid=116): Terminated: ok {rc=0}
22:51:44.381153 ---      ParallelTerminationStrategy: PID 117 died...
22:51:44.383027 run  osmo-ms-virt-phy/00081(pid=117): Terminated: ok {rc=0}
22:51:44.387487 ---      ParallelTerminationStrategy: PID 118 died...
22:51:44.389402 run  osmo-ms-virt-phy/00082(pid=118): Terminated: ok {rc=0}
22:51:44.393896 ---      ParallelTerminationStrategy: PID 119 died...
22:51:44.395780 run  osmo-ms-virt-phy/00083(pid=119): Terminated: ok {rc=0}
22:51:44.400250 ---      ParallelTerminationStrategy: PID 120 died...
22:51:44.402195 run  osmo-ms-virt-phy/00084(pid=120): Terminated: ok {rc=0}
22:51:44.406618 ---      ParallelTerminationStrategy: PID 121 died...
22:51:44.408515 run  osmo-ms-virt-phy/00085(pid=121): Terminated: ok {rc=0}
22:51:44.412938 ---      ParallelTerminationStrategy: PID 122 died...
22:51:44.414820 run  osmo-ms-virt-phy/00086(pid=122): Terminated: ok {rc=0}
22:51:44.419150 ---      ParallelTerminationStrategy: PID 123 died...
22:51:44.421035 run  osmo-ms-virt-phy/00087(pid=123): Terminated: ok {rc=0}
22:51:44.425408 ---      ParallelTerminationStrategy: PID 124 died...
22:51:44.427211 run  osmo-ms-virt-phy/00088(pid=124): Terminated: ok {rc=0}
22:51:44.431573 ---      ParallelTerminationStrategy: PID 125 died...
22:51:44.433430 run  osmo-ms-virt-phy/00089(pid=125): Terminated: ok {rc=0}
22:51:44.437786 ---      ParallelTerminationStrategy: PID 126 died...
22:51:44.439611 run  osmo-ms-virt-phy/00090(pid=126): Terminated: ok {rc=0}
22:51:44.443953 ---      ParallelTerminationStrategy: PID 127 died...
22:51:44.445810 run  osmo-ms-virt-phy/00091(pid=127): Terminated: ok {rc=0}
22:51:44.450166 ---      ParallelTerminationStrategy: PID 128 died...
22:51:44.452013 run  osmo-ms-virt-phy/00092(pid=128): Terminated: ok {rc=0}
22:51:44.456373 ---      ParallelTerminationStrategy: PID 129 died...
22:51:44.458166 run  osmo-ms-virt-phy/00093(pid=129): Terminated: ok {rc=0}
22:51:44.462571 ---      ParallelTerminationStrategy: PID 130 died...
22:51:44.464341 run  osmo-ms-virt-phy/00094(pid=130): Terminated: ok {rc=0}
22:51:44.468637 ---      ParallelTerminationStrategy: PID 131 died...
22:51:44.470467 run  osmo-ms-virt-phy/00095(pid=131): Terminated: ok {rc=0}
22:51:44.474760 ---      ParallelTerminationStrategy: PID 132 died...
22:51:44.476555 run  osmo-ms-virt-phy/00096(pid=132): Terminated: ok {rc=0}
22:51:44.480875 ---      ParallelTerminationStrategy: PID 133 died...
22:51:44.482663 run  osmo-ms-virt-phy/00097(pid=133): Terminated: ok {rc=0}
22:51:44.486972 ---      ParallelTerminationStrategy: PID 134 died...
22:51:44.488824 run  osmo-ms-virt-phy/00098(pid=134): Terminated: ok {rc=0}
22:51:44.493202 ---      ParallelTerminationStrategy: PID 135 died...
22:51:44.495026 run  osmo-ms-virt-phy/00099(pid=135): Terminated: ok {rc=0}
22:51:44.499352 ---      ParallelTerminationStrategy: PID 136 died...
22:51:44.501180 run       osmo-ms-mob/00000(pid=136): Terminated {rc=26112}
22:51:44.505547 ---      ParallelTerminationStrategy: PID 137 died...
22:51:44.507392 run       osmo-ms-mob/00001(pid=137): Terminated {rc=26112}
22:51:44.511754 ---      ParallelTerminationStrategy: PID 138 died...
22:51:44.513635 run       osmo-ms-mob/00002(pid=138): Terminated {rc=26112}
22:51:44.517943 ---      ParallelTerminationStrategy: PID 139 died...
22:51:44.519727 run       osmo-ms-mob/00003(pid=139): Terminated {rc=26112}
22:51:44.524088 ---      ParallelTerminationStrategy: PID 140 died...
22:51:44.525952 run       osmo-ms-mob/00004(pid=140): Terminated {rc=26112}
22:51:44.530286 ---      ParallelTerminationStrategy: PID 141 died...
22:51:44.532115 run       osmo-ms-mob/00005(pid=141): Terminated {rc=26112}
22:51:44.536470 ---      ParallelTerminationStrategy: PID 142 died...
22:51:44.538260 run       osmo-ms-mob/00006(pid=142): Terminated {rc=26112}
22:51:44.542655 ---      ParallelTerminationStrategy: PID 143 died...
22:51:44.544486 run       osmo-ms-mob/00007(pid=143): Terminated {rc=26112}
22:51:44.548847 ---      ParallelTerminationStrategy: PID 144 died...
22:51:44.550661 run       osmo-ms-mob/00008(pid=144): Terminated {rc=26112}
22:51:44.555036 ---      ParallelTerminationStrategy: PID 145 died...
22:51:44.556869 run       osmo-ms-mob/00009(pid=145): Terminated {rc=26112}
22:51:44.561232 ---      ParallelTerminationStrategy: PID 146 died...
22:51:44.563095 run       osmo-ms-mob/00010(pid=146): Terminated {rc=26112}
22:51:44.567422 ---      ParallelTerminationStrategy: PID 147 died...
22:51:44.569261 run       osmo-ms-mob/00011(pid=147): Terminated {rc=26112}
22:51:44.573649 ---      ParallelTerminationStrategy: PID 148 died...
22:51:44.575446 run       osmo-ms-mob/00012(pid=148): Terminated {rc=26112}
22:51:44.579806 ---      ParallelTerminationStrategy: PID 149 died...
22:51:44.581685 run       osmo-ms-mob/00013(pid=149): Terminated {rc=26112}
22:51:44.586037 ---      ParallelTerminationStrategy: PID 150 died...
22:51:44.587864 run       osmo-ms-mob/00014(pid=150): Terminated {rc=26112}
22:51:44.592290 ---      ParallelTerminationStrategy: PID 151 died...
22:51:44.594170 run       osmo-ms-mob/00015(pid=151): Terminated {rc=26112}
22:51:44.598537 ---      ParallelTerminationStrategy: PID 152 died...
22:51:44.600426 run       osmo-ms-mob/00016(pid=152): Terminated {rc=26112}
22:51:44.604895 ---      ParallelTerminationStrategy: PID 153 died...
22:51:44.606780 run       osmo-ms-mob/00017(pid=153): Terminated {rc=26112}
22:51:44.611195 ---      ParallelTerminationStrategy: PID 154 died...
22:51:44.613099 run       osmo-ms-mob/00018(pid=154): Terminated {rc=26112}
22:51:44.617512 ---      ParallelTerminationStrategy: PID 155 died...
22:51:44.619390 run       osmo-ms-mob/00019(pid=155): Terminated {rc=26112}
22:51:44.623799 ---      ParallelTerminationStrategy: PID 156 died...
22:51:44.625674 run       osmo-ms-mob/00020(pid=156): Terminated {rc=26112}
22:51:44.630062 ---      ParallelTerminationStrategy: PID 157 died...
22:51:44.631936 run       osmo-ms-mob/00021(pid=157): Terminated {rc=26112}
22:51:44.636339 ---      ParallelTerminationStrategy: PID 158 died...
22:51:44.638196 run       osmo-ms-mob/00022(pid=158): Terminated {rc=26112}
22:51:44.642597 ---      ParallelTerminationStrategy: PID 159 died...
22:51:44.644519 run       osmo-ms-mob/00023(pid=159): Terminated {rc=26112}
22:51:44.648927 ---      ParallelTerminationStrategy: PID 160 died...
22:51:44.650825 run       osmo-ms-mob/00024(pid=160): Terminated {rc=26112}
22:51:44.655265 ---      ParallelTerminationStrategy: PID 161 died...
22:51:44.657151 run       osmo-ms-mob/00025(pid=161): Terminated {rc=26112}
22:51:44.661617 ---      ParallelTerminationStrategy: PID 162 died...
22:51:44.663495 run       osmo-ms-mob/00026(pid=162): Terminated {rc=26112}
22:51:44.667823 ---      ParallelTerminationStrategy: PID 163 died...
22:51:44.669704 run       osmo-ms-mob/00027(pid=163): Terminated {rc=26112}
22:51:44.674135 ---      ParallelTerminationStrategy: PID 164 died...
22:51:44.675959 run       osmo-ms-mob/00028(pid=164): Terminated {rc=26112}
22:51:44.680347 ---      ParallelTerminationStrategy: PID 165 died...
22:51:44.682155 run       osmo-ms-mob/00029(pid=165): Terminated {rc=26112}
22:51:44.686580 ---      ParallelTerminationStrategy: PID 166 died...
22:51:44.688383 run       osmo-ms-mob/00030(pid=166): Terminated {rc=26112}
22:51:44.692826 ---      ParallelTerminationStrategy: PID 167 died...
22:51:44.694637 run       osmo-ms-mob/00031(pid=167): Terminated {rc=26112}
22:51:44.699124 ---      ParallelTerminationStrategy: PID 168 died...
22:51:44.700993 run       osmo-ms-mob/00032(pid=168): Terminated {rc=26112}
22:51:44.705361 ---      ParallelTerminationStrategy: PID 169 died...
22:51:44.707227 run       osmo-ms-mob/00033(pid=169): Terminated {rc=26112}
22:51:44.711642 ---      ParallelTerminationStrategy: PID 170 died...
22:51:44.713498 run       osmo-ms-mob/00034(pid=170): Terminated {rc=26112}
22:51:44.717908 ---      ParallelTerminationStrategy: PID 171 died...
22:51:44.719750 run       osmo-ms-mob/00035(pid=171): Terminated {rc=26112}
22:51:44.724133 ---      ParallelTerminationStrategy: PID 172 died...
22:51:44.725961 run       osmo-ms-mob/00036(pid=172): Terminated {rc=26112}
22:51:44.730274 ---      ParallelTerminationStrategy: PID 173 died...
22:51:44.732097 run       osmo-ms-mob/00037(pid=173): Terminated {rc=26112}
22:51:44.736463 ---      ParallelTerminationStrategy: PID 174 died...
22:51:44.738313 run       osmo-ms-mob/00038(pid=174): Terminated {rc=26112}
22:51:44.742707 ---      ParallelTerminationStrategy: PID 175 died...
22:51:44.744593 run       osmo-ms-mob/00039(pid=175): Terminated {rc=26112}
22:51:44.749021 ---      ParallelTerminationStrategy: PID 176 died...
22:51:44.750896 run       osmo-ms-mob/00040(pid=176): Terminated {rc=26112}
22:51:44.755202 ---      ParallelTerminationStrategy: PID 177 died...
22:51:44.757082 run       osmo-ms-mob/00041(pid=177): Terminated {rc=26112}
22:51:44.761455 ---      ParallelTerminationStrategy: PID 178 died...
22:51:44.763262 run       osmo-ms-mob/00042(pid=178): Terminated {rc=26112}
22:51:44.767653 ---      ParallelTerminationStrategy: PID 179 died...
22:51:44.769485 run       osmo-ms-mob/00043(pid=179): Terminated {rc=26112}
22:51:44.773907 ---      ParallelTerminationStrategy: PID 180 died...
22:51:44.775711 run       osmo-ms-mob/00044(pid=180): Terminated {rc=26112}
22:51:44.780087 ---      ParallelTerminationStrategy: PID 181 died...
22:51:44.781901 run       osmo-ms-mob/00045(pid=181): Terminated {rc=26112}
22:51:44.786286 ---      ParallelTerminationStrategy: PID 182 died...
22:51:44.788142 run       osmo-ms-mob/00046(pid=182): Terminated {rc=26112}
22:51:44.792503 ---      ParallelTerminationStrategy: PID 183 died...
22:51:44.794366 run       osmo-ms-mob/00047(pid=183): Terminated {rc=26112}
22:51:44.798760 ---      ParallelTerminationStrategy: PID 184 died...
22:51:44.800587 run       osmo-ms-mob/00048(pid=184): Terminated {rc=26112}
22:51:44.804963 ---      ParallelTerminationStrategy: PID 185 died...
22:51:44.806781 run       osmo-ms-mob/00049(pid=185): Terminated {rc=26112}
22:51:44.811219 ---      ParallelTerminationStrategy: PID 186 died...
22:51:44.813049 run       osmo-ms-mob/00050(pid=186): Terminated {rc=26112}
22:51:44.817379 ---      ParallelTerminationStrategy: PID 187 died...
22:51:44.819154 run       osmo-ms-mob/00051(pid=187): Terminated {rc=26112}
22:51:44.823550 ---      ParallelTerminationStrategy: PID 188 died...
22:51:44.825459 run       osmo-ms-mob/00052(pid=188): Terminated {rc=26112}
22:51:44.829787 ---      ParallelTerminationStrategy: PID 189 died...
22:51:44.831689 run       osmo-ms-mob/00053(pid=189): Terminated {rc=26112}
22:51:44.836072 ---      ParallelTerminationStrategy: PID 190 died...
22:51:44.837994 run       osmo-ms-mob/00054(pid=190): Terminated {rc=26112}
22:51:44.842421 ---      ParallelTerminationStrategy: PID 191 died...
22:51:44.844334 run       osmo-ms-mob/00055(pid=191): Terminated {rc=26112}
22:51:44.848759 ---      ParallelTerminationStrategy: PID 192 died...
22:51:44.850592 run       osmo-ms-mob/00056(pid=192): Terminated {rc=26112}
22:51:44.854961 ---      ParallelTerminationStrategy: PID 193 died...
22:51:44.856837 run       osmo-ms-mob/00057(pid=193): Terminated {rc=26112}
22:51:44.861210 ---      ParallelTerminationStrategy: PID 194 died...
22:51:44.863118 run       osmo-ms-mob/00058(pid=194): Terminated {rc=26112}
22:51:44.867615 ---      ParallelTerminationStrategy: PID 195 died...
22:51:44.869460 run       osmo-ms-mob/00059(pid=195): Terminated {rc=26112}
22:51:44.873814 ---      ParallelTerminationStrategy: PID 196 died...
22:51:44.875697 run       osmo-ms-mob/00060(pid=196): Terminated {rc=26112}
22:51:44.880037 ---      ParallelTerminationStrategy: PID 197 died...
22:51:44.881990 run       osmo-ms-mob/00061(pid=197): Terminated {rc=26112}
22:51:44.886437 ---      ParallelTerminationStrategy: PID 198 died...
22:51:44.888276 run       osmo-ms-mob/00062(pid=198): Terminated {rc=26112}
22:51:44.892673 ---      ParallelTerminationStrategy: PID 199 died...
22:51:44.894515 run       osmo-ms-mob/00063(pid=199): Terminated {rc=26112}
22:51:44.898955 ---      ParallelTerminationStrategy: PID 200 died...
22:51:44.900829 run       osmo-ms-mob/00064(pid=200): Terminated {rc=26112}
22:51:44.905295 ---      ParallelTerminationStrategy: PID 201 died...
22:51:44.907254 run       osmo-ms-mob/00065(pid=201): Terminated {rc=26112}
22:51:44.911719 ---      ParallelTerminationStrategy: PID 202 died...
22:51:44.913659 run       osmo-ms-mob/00066(pid=202): Terminated {rc=26112}
22:51:44.918114 ---      ParallelTerminationStrategy: PID 203 died...
22:51:44.919982 run       osmo-ms-mob/00067(pid=203): Terminated {rc=26112}
22:51:44.924402 ---      ParallelTerminationStrategy: PID 204 died...
22:51:44.926273 run       osmo-ms-mob/00068(pid=204): Terminated {rc=26112}
22:51:44.930715 ---      ParallelTerminationStrategy: PID 205 died...
22:51:44.932605 run       osmo-ms-mob/00069(pid=205): Terminated {rc=26112}
22:51:44.936945 ---      ParallelTerminationStrategy: PID 206 died...
22:51:44.938757 run       osmo-ms-mob/00070(pid=206): Terminated {rc=26112}
22:51:44.943099 ---      ParallelTerminationStrategy: PID 207 died...
22:51:44.944933 run       osmo-ms-mob/00071(pid=207): Terminated {rc=26112}
22:51:44.949289 ---      ParallelTerminationStrategy: PID 208 died...
22:51:44.951128 run       osmo-ms-mob/00072(pid=208): Terminated {rc=26112}
22:51:44.955469 ---      ParallelTerminationStrategy: PID 209 died...
22:51:44.957304 run       osmo-ms-mob/00073(pid=209): Terminated {rc=26112}
22:51:44.961655 ---      ParallelTerminationStrategy: PID 210 died...
22:51:44.963519 run       osmo-ms-mob/00074(pid=210): Terminated {rc=26112}
22:51:44.967861 ---      ParallelTerminationStrategy: PID 211 died...
22:51:44.969717 run       osmo-ms-mob/00075(pid=211): Terminated {rc=26112}
22:51:44.974093 ---      ParallelTerminationStrategy: PID 212 died...
22:51:44.975923 run       osmo-ms-mob/00076(pid=212): Terminated {rc=26112}
22:51:44.980315 ---      ParallelTerminationStrategy: PID 213 died...
22:51:44.982213 run       osmo-ms-mob/00077(pid=213): Terminated {rc=26112}
22:51:44.986570 ---      ParallelTerminationStrategy: PID 214 died...
22:51:44.988392 run       osmo-ms-mob/00078(pid=214): Terminated {rc=26112}
22:51:44.992748 ---      ParallelTerminationStrategy: PID 215 died...
22:51:44.994561 run       osmo-ms-mob/00079(pid=215): Terminated {rc=26112}
22:51:44.998957 ---      ParallelTerminationStrategy: PID 216 died...
22:51:45.000921 run       osmo-ms-mob/00080(pid=216): Terminated {rc=26112}
22:51:45.005802 ---      ParallelTerminationStrategy: PID 217 died...
22:51:45.007685 run       osmo-ms-mob/00081(pid=217): Terminated {rc=26112}
22:51:45.012202 ---      ParallelTerminationStrategy: PID 218 died...
22:51:45.014134 run       osmo-ms-mob/00082(pid=218): Terminated {rc=26112}
22:51:45.018863 ---      ParallelTerminationStrategy: PID 219 died...
22:51:45.020780 run       osmo-ms-mob/00083(pid=219): Terminated {rc=26112}
22:51:45.025338 ---      ParallelTerminationStrategy: PID 220 died...
22:51:45.027175 run       osmo-ms-mob/00084(pid=220): Terminated {rc=26112}
22:51:45.032088 ---      ParallelTerminationStrategy: PID 221 died...
22:51:45.034026 run       osmo-ms-mob/00085(pid=221): Terminated {rc=26112}
22:51:45.038532 ---      ParallelTerminationStrategy: PID 222 died...
22:51:45.040380 run       osmo-ms-mob/00086(pid=222): Terminated {rc=26112}
22:51:45.046812 ---      ParallelTerminationStrategy: PID 223 died...
22:51:45.048651 run       osmo-ms-mob/00087(pid=223): Terminated {rc=26112}
22:51:45.053014 ---      ParallelTerminationStrategy: PID 224 died...
22:51:45.054835 run       osmo-ms-mob/00088(pid=224): Terminated {rc=26112}
22:51:45.059209 ---      ParallelTerminationStrategy: PID 225 died...
22:51:45.061061 run       osmo-ms-mob/00089(pid=225): Terminated {rc=26112}
22:51:45.065421 ---      ParallelTerminationStrategy: PID 226 died...
22:51:45.067249 run       osmo-ms-mob/00090(pid=226): Terminated {rc=26112}
22:51:45.071621 ---      ParallelTerminationStrategy: PID 227 died...
22:51:45.073467 run       osmo-ms-mob/00091(pid=227): Terminated {rc=26112}
22:51:45.077873 ---      ParallelTerminationStrategy: PID 228 died...
22:51:45.079741 run       osmo-ms-mob/00092(pid=228): Terminated {rc=26112}
22:51:45.084143 ---      ParallelTerminationStrategy: PID 229 died...
22:51:45.086006 run       osmo-ms-mob/00093(pid=229): Terminated {rc=26112}
22:51:45.090378 ---      ParallelTerminationStrategy: PID 230 died...
22:51:45.092223 run       osmo-ms-mob/00094(pid=230): Terminated {rc=26112}
22:51:45.096590 ---      ParallelTerminationStrategy: PID 231 died...
22:51:45.098412 run       osmo-ms-mob/00095(pid=231): Terminated {rc=26112}
22:51:45.102815 ---      ParallelTerminationStrategy: PID 232 died...
22:51:45.104668 run       osmo-ms-mob/00096(pid=232): Terminated {rc=26112}
22:51:45.109082 ---      ParallelTerminationStrategy: PID 233 died...
22:51:45.110918 run       osmo-ms-mob/00097(pid=233): Terminated {rc=26112}
22:51:45.115326 ---      ParallelTerminationStrategy: PID 234 died...
22:51:45.117211 run       osmo-ms-mob/00098(pid=234): Terminated {rc=26112}
22:51:45.121631 ---      ParallelTerminationStrategy: PID 235 died...
22:51:45.123475 run       osmo-ms-mob/00099(pid=235): Terminated {rc=26112}
22:51:48.530453 ---      ParallelTerminationStrategy: PID 35 died...
22:51:48.532504 run         osmo-bts-virtual(pid=35): Terminated: ok {rc=0}
---------------------------------------------------------------------
trial-7546 netreg_mass PASS
---------------------------------------------------------------------
22:51:48.664151 tst                       trial-7546: Storing JUnit report in /build/trial-7546/run.2024-04-02_22-50-17/trial-7546.xml

--------------------------------------------------------------------------------------------
trial-7546 PASS
--------------------------------------------------------------------------------------------
22:51:48.687648 tst                       trial-7546: trial-7546: PASS, 1 suites passed
PASS: netreg_mass (pass: 1)
    pass: register_default_mass.py (84.2 sec)
+ exit_code=0
+ rm -rf trial-7546/inst
+ cd trial-7546
+ command -v journalctl
+ [ ! -z /bin/journalctl ]
+ readlink last_run
+ journalctl -u ofono -o short-precise --since 2024-04-02 22:50:17
No journal files were found.
+ readlink last_run
+ tar czf /build/trial-7546-run.tgz run.2024-04-02_22-50-17
+ tar czf /build/trial-7546-bin.tgz checksums.md5 open5gs.build-8.tgz osmo-bsc.build-21516.tgz osmo-bts-oc2g.build-7488.tgz osmo-bts-sysmo.build-9990.tgz osmo-bts.build-9466.tgz osmo-ggsn.build-8470.tgz osmo-hlr.build-11055.tgz osmo-hnbgw.build-8051.tgz osmo-mgw.build-11353.tgz osmo-msc.build-35111.tgz osmo-nitb.build-16173.tgz osmo-pcu-oc2g.build-5076.tgz osmo-pcu-sysmo.build-6357.tgz osmo-pcu.build-6320.tgz osmo-sgsn.build-36609.tgz osmo-stp.build-11639.tgz osmo-trx.build-6449.tgz osmocom-bb.build-6139.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