Skip to content
Success

Console Output

Skipping 20 KB.. Full Log
#25 CACHED

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

#27 [ 5/21] RUN useradd --uid=1000 build
#27 CACHED

#28 [20/21] RUN	APT-GET update && 	apt-get install -y --no-install-recommends 		liblimesuite-dev 		libuhd-dev 		libulfius-dev && 	apt-get clean
#28 CACHED

#29 [15/21] RUN git -C /opt clone https://gerrit.osmocom.org/osmo-gsm-manuals
#29 CACHED

#30 [21/21] RUN chown -R build:build /usr/local
#30 CACHED

#31 exporting to image
#31 exporting layers done
#31 writing image sha256:e10509daee8a4ca0d4e34755008d2c2dc8bc06decbb7f105a09e10f65d830228 done
#31 naming to docker.io/osmocom-build/debian-buster-jenkins:latest done
#31 DONE 0.0s
rm -rf .common
make: Leaving directory '/home/osmocom-build/jenkins/workspace/osmo-gsm-tester_virtual/docker-playground/debian-buster-jenkins'
+ make -C docker-playground/osmo-gsm-tester
make: Entering directory '/home/osmocom-build/jenkins/workspace/osmo-gsm-tester_virtual/docker-playground/osmo-gsm-tester'
awk: fatal: cannot open file `.release' for reading: No such file or directory
awk: fatal: cannot open file `.release' for reading: No such file or directory
awk: fatal: cannot open file `.release' for reading: No such file or directory
rm -rf .common
cp -r /home/osmocom-build/jenkins/workspace/osmo-gsm-tester_virtual/docker-playground/common .common
INFO: .release created
release=0.0.0
docker build \
	--build-arg USER=osmocom-build \
	--build-arg UID=1000 \
	--build-arg REGISTRY=docker.io \
	--build-arg OSMO_TTCN3_BRANCH=master \
	--build-arg UPSTREAM_DISTRO=debian:bookworm \
	--build-arg DISTRO=debian-bookworm \
	--build-arg OSMOCOM_REPO_MIRROR=https://downloads.osmocom.org \
	--build-arg OSMOCOM_REPO_PATH=packages/osmocom: \
	--build-arg OSMOCOM_REPO_VERSION=latest \
	--build-arg OSMOCOM_REPO_TESTSUITE_MIRROR=https://downloads.osmocom.org \
	--build-arg ASTERISK_BRANCH=jolly/work \
	--build-arg LIBOSMOCORE_BRANCH=master \
	--build-arg OSMO_BB_BRANCH=master \
	--build-arg OSMO_BSC_BRANCH=master \
	--build-arg OSMO_BTS_BRANCH=master \
	--build-arg OSMO_CBC_BRANCH=master \
	--build-arg OSMO_DIA2GSUP_BRANCH=master \
	--build-arg OSMO_EPDG_BRANCH=master \
	--build-arg OSMO_GBPROXY_BRANCH=master \
	--build-arg OSMO_GGSN_BRANCH=master \
	--build-arg OSMO_GSM_TESTER_BRANCH=master \
	--build-arg OSMO_HLR_BRANCH=master \
	--build-arg OSMO_HNBGW_BRANCH=master \
	--build-arg OSMO_HNODEB_BRANCH=master \
	--build-arg OSMO_IUH_BRANCH=master \
	--build-arg OSMO_MGW_BRANCH=master \
	--build-arg OSMO_MSC_BRANCH=master \
	--build-arg OSMO_NITB_BRANCH=master \
	--build-arg OSMO_PCU_BRANCH=master \
	--build-arg OSMO_SGSN_BRANCH=master \
	--build-arg OSMO_SIP_BRANCH=master \
	--build-arg OSMO_STP_BRANCH=master \
	--build-arg OSMO_UECUPS_BRANCH=master \
	--build-arg OPEN5GS_BRANCH=main \
	--build-arg PJPROJECT_BRANCH=jolly/work \
	 -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.0s

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

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

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

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

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

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

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

#9 [ 2/32] RUN     useradd -ms /bin/bash jenkins
#9 CACHED

#10 [ 3/32] RUN     groupadd osmo-gsm-tester
#10 CACHED

#11 [31/32] COPY	RESOURCES.CONF /tmp/osmo-gsm-tester/sysmocom/resources.conf
#11 CACHED

#12 [19/32] RUN	APT-GET update && 	apt-get install -y --no-install-recommends 		gnuradio && 	apt-get clean
#12 CACHED

#13 [25/32] RUN	GIT clone https://gerrit.osmocom.org/osmo-gsm-tester.git
#13 CACHED

#14 [ 6/32] RUN	PIP3 install 		"git+https://github.com/podshumok/python-smpplib.git@master#egg=smpplib" 		pydbus 		pyusb 		pysispm 		pymongo
#14 CACHED

#15 [29/32] RUN     mkdir -p /etc/sudoers.d/ && cp osmo-gsm-tester/utils/sudoers.d/* /etc/sudoers.d/
#15 CACHED

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

#17 [ 7/32] RUN	APT-GET update && apt-get install -y openssh-server
#17 CACHED

#18 [10/32] COPY	--CHOWN=JENKINS:JENKINS ssh /home/jenkins/.ssh
#18 CACHED

#19 [15/32] ADD     https://github.com/NixOS/patchelf/archive/0.11.tar.gz /tmp/patchelf-0.11.tar.gz
#19 CACHED

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

#21 [20/32] ADD	HTTPS://WWW.MONGODB.ORG/STATIC/PGP/SERVER-4.4.ASC /tmp/mongodb-server-4.4.asc
#21 CACHED

#22 [24/32] WORKDIR	/TMP
#22 CACHED

#23 [30/32] RUN     mkdir -p /etc/security/limits.d/ && cp osmo-gsm-tester/utils/limits.d/* /etc/security/limits.d/
#23 CACHED

#24 [ 4/32] RUN     usermod -a -G osmo-gsm-tester jenkins
#24 CACHED

#25 [28/32] RUN     mkdir -p /usr/local/bin/ && cp osmo-gsm-tester/utils/bin/* /usr/local/bin/
#25 CACHED

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

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

#28 [ 8/32] RUN	MKDIR /var/run/sshd
#28 CACHED

#29 [13/32] RUN	CHOWN -R jenkins:jenkins                  /osmo-gsm-tester-*
#29 CACHED

#30 [11/32] RUN     chmod -R 0700 /home/jenkins/.ssh /root/.ssh
#30 CACHED

#31 [ 9/32] COPY	SSH /root/.ssh
#31 CACHED

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

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

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

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

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

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

#38 [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-sigtran-dev 		libsmpp34-dev 		libgtp-dev 		libasn1c-dev && 	apt-get clean
#38 CACHED

#39 [32/32] WORKDIR	/DATA
#39 CACHED

#40 exporting to image
#40 exporting layers done
#40 writing image sha256:bf0d8b9c64cae89eb23ce78772517f8d23b7f2a6ae0890c761da9ef9d37983c5 done
#40 naming to docker.io/osmocom-build/osmo-gsm-tester:latest done
#40 DONE 0.0s
rm -rf .common
make: Leaving directory '/home/osmocom-build/jenkins/workspace/osmo-gsm-tester_virtual/docker-playground/osmo-gsm-tester'
+ unlink osmo-gsm-tester/sysmocom/resources.conf
+ 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=7710 -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-09-12 22:48:15
+ trial_dir_prefix=trial-
+ rm -rf trial-*
+ trial_dir=trial-7710
+ mkdir -p trial-7710
+ mv open5gs.build-8.tgz osmo-bsc.build-22787.tgz osmo-bts-oc2g.build-8010.tgz osmo-bts-sysmo.build-10512.tgz osmo-bts.build-9988.tgz osmo-ggsn.build-8986.tgz osmo-hlr.build-11751.tgz osmo-hnbgw.build-9605.tgz osmo-mgw.build-12054.tgz osmo-msc.build-36941.tgz osmo-nitb.build-17155.tgz osmo-pcu-oc2g.build-5408.tgz osmo-pcu-sysmo.build-6689.tgz osmo-pcu.build-6652.tgz osmo-sgsn.build-38610.tgz osmo-stp.build-12340.tgz osmo-trx.build-6963.tgz osmocom-bb.build-6489.tgz srslte.build-19.tgz trial-7710
+ cat open5gs.build-8.md5 osmo-bsc.build-22787.md5 osmo-bts-oc2g.build-8010.md5 osmo-bts-sysmo.build-10512.md5 osmo-bts.build-9988.md5 osmo-ggsn.build-8986.md5 osmo-hlr.build-11751.md5 osmo-hnbgw.build-9605.md5 osmo-mgw.build-12054.md5 osmo-msc.build-36941.md5 osmo-nitb.build-17155.md5 osmo-pcu-oc2g.build-5408.md5 osmo-pcu-sysmo.build-6689.md5 osmo-pcu.build-6652.md5 osmo-sgsn.build-38610.md5 osmo-stp.build-12340.md5 osmo-trx.build-6963.md5 osmocom-bb.build-6489.md5 srslte.build-19.md5
+ rm open5gs.build-8.md5 osmo-bsc.build-22787.md5 osmo-bts-oc2g.build-8010.md5 osmo-bts-sysmo.build-10512.md5 osmo-bts.build-9988.md5 osmo-ggsn.build-8986.md5 osmo-hlr.build-11751.md5 osmo-hnbgw.build-9605.md5 osmo-mgw.build-12054.md5 osmo-msc.build-36941.md5 osmo-nitb.build-17155.md5 osmo-pcu-oc2g.build-5408.md5 osmo-pcu-sysmo.build-6689.md5 osmo-pcu.build-6652.md5 osmo-sgsn.build-38610.md5 osmo-stp.build-12340.md5 osmo-trx.build-6963.md5 osmocom-bb.build-6489.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-7710 -s netreg_mass
combinations: ['netreg_mass']
trial: 'trial-7710'
tests: None

--------------------------------------------------------------------------------------------
trial-7710
--------------------------------------------------------------------------------------------
22:48:16.027460 tst                       trial-7710: Detailed log at /build/trial-7710/run.2024-09-12_22-48-16/log

---------------------------------------------------------------------
trial-7710 netreg_mass
---------------------------------------------------------------------
22:48:16.303058 tst                      netreg_mass: reserving resources in /var/tmp/osmo-gsm-tester/state ...
22:48:16.303982 tst                      netreg_mass: Verifying 1 x bts (candidates: 1)
22:48:16.305938 tst                      netreg_mass: Verifying 6 x ip_address (candidates: 9)
22:48:16.309197 tst                      netreg_mass: Verifying 100 x modem (candidates: 100)
22:48:16.397969 tst                      netreg_mass: Reserving 1 x bts (candidates: 1)
22:48:16.400144 tst                      netreg_mass: Reserving 6 x ip_address (candidates: 9)
22:48:16.403402 tst                      netreg_mass: Reserving 100 x modem (candidates: 100)
22:48:17.007297 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-7710 netreg_mass register_default_mass.py
----------------------------------------------
22:48:17.009058 tst       register_default_mass.py:9: Claiming resources for the test
22:48:17.042759 tst                      netreg_mass: Using 1 x ip_address (candidates: 6)
22:48:17.044093 tst                      netreg_mass: Using 1 x ip_address (candidates: 6)
22:48:17.045211 tst                      netreg_mass: Using 1 x ip_address (candidates: 6)
22:48:17.046317 tst                      netreg_mass: Using 1 x ip_address (candidates: 6)
22:48:17.047608 tst                      netreg_mass: Using 1 x ip_address (candidates: 6)
22:48:17.048975 tst                      netreg_mass: Using 1 x ip_address (candidates: 6)
22:48:17.050084 tst                      netreg_mass: Using 1 x bts (candidates: 1)
22:48:17.097778 tst         register_default_mass.py: using LAC 2
22:48:17.112969 tst         register_default_mass.py: using RAC 2
22:48:17.128522 tst         register_default_mass.py: using CellId 2
22:48:17.142616 tst         register_default_mass.py: using BVCI 3
22:48:17.154093 tst                      netreg_mass: Using 1 x modem (candidates: 100)
22:48:17.155620 tst                      netreg_mass: Using 1 x modem (candidates: 100)
22:48:17.157006 tst                      netreg_mass: Using 1 x modem (candidates: 100)
22:48:17.158359 tst                      netreg_mass: Using 1 x modem (candidates: 100)
22:48:17.159703 tst                      netreg_mass: Using 1 x modem (candidates: 100)
22:48:17.161042 tst                      netreg_mass: Using 1 x modem (candidates: 100)
22:48:17.162360 tst                      netreg_mass: Using 1 x modem (candidates: 100)
22:48:17.163726 tst                      netreg_mass: Using 1 x modem (candidates: 100)
22:48:17.165054 tst                      netreg_mass: Using 1 x modem (candidates: 100)
22:48:17.166366 tst                      netreg_mass: Using 1 x modem (candidates: 100)
22:48:17.167705 tst                      netreg_mass: Using 1 x modem (candidates: 100)
22:48:17.169020 tst                      netreg_mass: Using 1 x modem (candidates: 100)
22:48:17.170344 tst                      netreg_mass: Using 1 x modem (candidates: 100)
22:48:17.171742 tst                      netreg_mass: Using 1 x modem (candidates: 100)
22:48:17.173103 tst                      netreg_mass: Using 1 x modem (candidates: 100)
22:48:17.174429 tst                      netreg_mass: Using 1 x modem (candidates: 100)
22:48:17.175780 tst                      netreg_mass: Using 1 x modem (candidates: 100)
22:48:17.177112 tst                      netreg_mass: Using 1 x modem (candidates: 100)
22:48:17.178432 tst                      netreg_mass: Using 1 x modem (candidates: 100)
22:48:17.179797 tst                      netreg_mass: Using 1 x modem (candidates: 100)
22:48:17.181130 tst                      netreg_mass: Using 1 x modem (candidates: 100)
22:48:17.182459 tst                      netreg_mass: Using 1 x modem (candidates: 100)
22:48:17.183814 tst                      netreg_mass: Using 1 x modem (candidates: 100)
22:48:17.185150 tst                      netreg_mass: Using 1 x modem (candidates: 100)
22:48:17.186473 tst                      netreg_mass: Using 1 x modem (candidates: 100)
22:48:17.187825 tst                      netreg_mass: Using 1 x modem (candidates: 100)
22:48:17.189151 tst                      netreg_mass: Using 1 x modem (candidates: 100)
22:48:17.190474 tst                      netreg_mass: Using 1 x modem (candidates: 100)
22:48:17.191813 tst                      netreg_mass: Using 1 x modem (candidates: 100)
22:48:17.193129 tst                      netreg_mass: Using 1 x modem (candidates: 100)
22:48:17.194424 tst                      netreg_mass: Using 1 x modem (candidates: 100)
22:48:17.195758 tst                      netreg_mass: Using 1 x modem (candidates: 100)
22:48:17.197077 tst                      netreg_mass: Using 1 x modem (candidates: 100)
22:48:17.198386 tst                      netreg_mass: Using 1 x modem (candidates: 100)
22:48:17.199742 tst                      netreg_mass: Using 1 x modem (candidates: 100)
22:48:17.201067 tst                      netreg_mass: Using 1 x modem (candidates: 100)
22:48:17.202383 tst                      netreg_mass: Using 1 x modem (candidates: 100)
22:48:17.203732 tst                      netreg_mass: Using 1 x modem (candidates: 100)
22:48:17.205066 tst                      netreg_mass: Using 1 x modem (candidates: 100)
22:48:17.206459 tst                      netreg_mass: Using 1 x modem (candidates: 100)
22:48:17.207873 tst                      netreg_mass: Using 1 x modem (candidates: 100)
22:48:17.209226 tst                      netreg_mass: Using 1 x modem (candidates: 100)
22:48:17.210570 tst                      netreg_mass: Using 1 x modem (candidates: 100)
22:48:17.211914 tst                      netreg_mass: Using 1 x modem (candidates: 100)
22:48:17.213256 tst                      netreg_mass: Using 1 x modem (candidates: 100)
22:48:17.214566 tst                      netreg_mass: Using 1 x modem (candidates: 100)
22:48:17.215911 tst                      netreg_mass: Using 1 x modem (candidates: 100)
22:48:17.217240 tst                      netreg_mass: Using 1 x modem (candidates: 100)
22:48:17.218547 tst                      netreg_mass: Using 1 x modem (candidates: 100)
22:48:17.219878 tst                      netreg_mass: Using 1 x modem (candidates: 100)
22:48:17.221210 tst                      netreg_mass: Using 1 x modem (candidates: 100)
22:48:17.222503 tst                      netreg_mass: Using 1 x modem (candidates: 100)
22:48:17.223837 tst                      netreg_mass: Using 1 x modem (candidates: 100)
22:48:17.225155 tst                      netreg_mass: Using 1 x modem (candidates: 100)
22:48:17.226451 tst                      netreg_mass: Using 1 x modem (candidates: 100)
22:48:17.227797 tst                      netreg_mass: Using 1 x modem (candidates: 100)
22:48:17.229105 tst                      netreg_mass: Using 1 x modem (candidates: 100)
22:48:17.230427 tst                      netreg_mass: Using 1 x modem (candidates: 100)
22:48:17.231748 tst                      netreg_mass: Using 1 x modem (candidates: 100)
22:48:17.233045 tst                      netreg_mass: Using 1 x modem (candidates: 100)
22:48:17.234351 tst                      netreg_mass: Using 1 x modem (candidates: 100)
22:48:17.235662 tst                      netreg_mass: Using 1 x modem (candidates: 100)
22:48:17.237097 tst                      netreg_mass: Using 1 x modem (candidates: 100)
22:48:17.238412 tst                      netreg_mass: Using 1 x modem (candidates: 100)
22:48:17.239756 tst                      netreg_mass: Using 1 x modem (candidates: 100)
22:48:17.241067 tst                      netreg_mass: Using 1 x modem (candidates: 100)
22:48:17.242367 tst                      netreg_mass: Using 1 x modem (candidates: 100)
22:48:17.243692 tst                      netreg_mass: Using 1 x modem (candidates: 100)
22:48:17.244992 tst                      netreg_mass: Using 1 x modem (candidates: 100)
22:48:17.246289 tst                      netreg_mass: Using 1 x modem (candidates: 100)
22:48:17.247605 tst                      netreg_mass: Using 1 x modem (candidates: 100)
22:48:17.248909 tst                      netreg_mass: Using 1 x modem (candidates: 100)
22:48:17.250214 tst                      netreg_mass: Using 1 x modem (candidates: 100)
22:48:17.251514 tst                      netreg_mass: Using 1 x modem (candidates: 100)
22:48:17.252855 tst                      netreg_mass: Using 1 x modem (candidates: 100)
22:48:17.254149 tst                      netreg_mass: Using 1 x modem (candidates: 100)
22:48:17.255436 tst                      netreg_mass: Using 1 x modem (candidates: 100)
22:48:17.256759 tst                      netreg_mass: Using 1 x modem (candidates: 100)
22:48:17.258060 tst                      netreg_mass: Using 1 x modem (candidates: 100)
22:48:17.259358 tst                      netreg_mass: Using 1 x modem (candidates: 100)
22:48:17.260691 tst                      netreg_mass: Using 1 x modem (candidates: 100)
22:48:17.262009 tst                      netreg_mass: Using 1 x modem (candidates: 100)
22:48:17.263321 tst                      netreg_mass: Using 1 x modem (candidates: 100)
22:48:17.264642 tst                      netreg_mass: Using 1 x modem (candidates: 100)
22:48:17.265924 tst                      netreg_mass: Using 1 x modem (candidates: 100)
22:48:17.267202 tst                      netreg_mass: Using 1 x modem (candidates: 100)
22:48:17.268498 tst                      netreg_mass: Using 1 x modem (candidates: 100)
22:48:17.269785 tst                      netreg_mass: Using 1 x modem (candidates: 100)
22:48:17.271063 tst                      netreg_mass: Using 1 x modem (candidates: 100)
22:48:17.272377 tst                      netreg_mass: Using 1 x modem (candidates: 100)
22:48:17.273659 tst                      netreg_mass: Using 1 x modem (candidates: 100)
22:48:17.274939 tst                      netreg_mass: Using 1 x modem (candidates: 100)
22:48:17.276245 tst                      netreg_mass: Using 1 x modem (candidates: 100)
22:48:17.277530 tst                      netreg_mass: Using 1 x modem (candidates: 100)
22:48:17.278805 tst                      netreg_mass: Using 1 x modem (candidates: 100)
22:48:17.280102 tst                      netreg_mass: Using 1 x modem (candidates: 100)
22:48:17.281388 tst                      netreg_mass: Using 1 x modem (candidates: 100)
22:48:17.282682 tst                      netreg_mass: Using 1 x modem (candidates: 100)
22:48:17.283983 tst                      netreg_mass: Using 1 x modem (candidates: 100)
22:48:17.285273 tst                      netreg_mass: Using 1 x modem (candidates: 100)
22:48:17.286564 tst                      netreg_mass: Using 1 x modem (candidates: 100)
22:48:17.288013 tst      register_default_mass.py:21: Launching a simple network
22:48:17.308088 run              osmo-hlr_127.0.42.2: Starting osmo-hlr
22:48:17.558204 run            create_hlr_db(pid=21): Launched
22:48:18.581640 run            create_hlr_db(pid=21): Terminated: ok {rc=0}
22:48:18.617178 run pcap-recorder_any(filters='host 127.0.42.2')(pid=23): Launched
22:48:18.648819 run      osmo-hlr_127.0.42.2(pid=24): Launched
22:48:18.659606 run              osmo-stp_127.0.42.5: Starting osmo-stp
22:48:19.047569 run pcap-recorder_any(filters='host 127.0.42.5 and port not 22')(pid=25): Launched
22:48:19.087568 run      osmo-stp_127.0.42.5(pid=26): Launched
22:48:19.098588 run              osmo-msc_127.0.42.6: Starting osmo-msc
22:48:19.897599 run pcap-recorder_any(filters='host 127.0.42.6 and port not 22')(pid=27): Launched
22:48:19.929334 run      osmo-msc_127.0.42.6(pid=28): Launched
22:48:22.951376 run              osmo-mgw_127.0.42.3: Starting osmo-mgw
22:48:23.188847 run pcap-recorder_any(filters='host 127.0.42.3 and port not 22')(pid=29): Launched
22:48:23.219867 run      osmo-mgw_127.0.42.3(pid=30): Launched
22:48:23.230761 run              osmo-mgw_127.0.42.4: Starting osmo-mgw
22:48:23.281396 run pcap-recorder_any(filters='host 127.0.42.4 and port not 22')(pid=31): Launched
22:48:23.312203 run      osmo-mgw_127.0.42.4(pid=32): Launched
22:48:23.322979 run              osmo-bsc_127.0.42.7: Starting osmo-bsc
22:48:23.945851 run pcap-recorder_any(filters='host 127.0.42.7 and port not 22')(pid=33): Launched
22:48:23.977176 run      osmo-bsc_127.0.42.7(pid=34): Launched
22:48:30.015636 run                 osmo-bts-virtual: Starting to connect to osmo-bsc_127.0.42.7
22:48:30.311182 run         osmo-bts-virtual(pid=35): Launched
22:48:31.347878 tst         register_default_mass.py: using MSISDN 1001
22:48:31.358966 run              osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001010000000000', msisdn='1001', subscriber_id=1}
22:48:31.377634 tst         register_default_mass.py: using MSISDN 1002
22:48:31.392967 run              osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001010000000001', msisdn='1002', subscriber_id=2}
22:48:31.408340 tst         register_default_mass.py: using MSISDN 1003
22:48:31.419354 run              osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001010000000002', msisdn='1003', subscriber_id=3}
22:48:31.437754 tst         register_default_mass.py: using MSISDN 1004
22:48:31.452662 run              osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001010000000003', msisdn='1004', subscriber_id=4}
22:48:31.468238 tst         register_default_mass.py: using MSISDN 1005
22:48:31.479726 run              osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001010000000004', msisdn='1005', subscriber_id=5}
22:48:31.496766 tst         register_default_mass.py: using MSISDN 1006
22:48:31.507897 run              osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001010000000005', msisdn='1006', subscriber_id=6}
22:48:31.525020 tst         register_default_mass.py: using MSISDN 1007
22:48:31.538578 run              osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001010000000006', msisdn='1007', subscriber_id=7}
22:48:31.557051 tst         register_default_mass.py: using MSISDN 1008
22:48:31.571242 run              osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001010000000007', msisdn='1008', subscriber_id=8}
22:48:31.588869 tst         register_default_mass.py: using MSISDN 1009
22:48:31.602385 run              osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001010000000008', msisdn='1009', subscriber_id=9}
22:48:31.617941 tst         register_default_mass.py: using MSISDN 1010
22:48:31.628877 run              osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001010000000009', msisdn='1010', subscriber_id=10}
22:48:31.644790 tst         register_default_mass.py: using MSISDN 1011
22:48:31.655770 run              osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001020000000000', msisdn='1011', subscriber_id=11}
22:48:31.674256 tst         register_default_mass.py: using MSISDN 1012
22:48:31.685264 run              osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001020000000001', msisdn='1012', subscriber_id=12}
22:48:31.709127 tst         register_default_mass.py: using MSISDN 1013
22:48:31.728003 run              osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001020000000002', msisdn='1013', subscriber_id=13}
22:48:31.744065 tst         register_default_mass.py: using MSISDN 1014
22:48:31.755459 run              osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001020000000003', msisdn='1014', subscriber_id=14}
22:48:31.772910 tst         register_default_mass.py: using MSISDN 1015
22:48:31.784234 run              osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001020000000004', msisdn='1015', subscriber_id=15}
22:48:31.800483 tst         register_default_mass.py: using MSISDN 1016
22:48:31.811873 run              osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001020000000005', msisdn='1016', subscriber_id=16}
22:48:31.829533 tst         register_default_mass.py: using MSISDN 1017
22:48:31.841288 run              osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001020000000006', msisdn='1017', subscriber_id=17}
22:48:31.862876 tst         register_default_mass.py: using MSISDN 1018
22:48:31.875821 run              osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001020000000007', msisdn='1018', subscriber_id=18}
22:48:31.896350 tst         register_default_mass.py: using MSISDN 1019
22:48:31.911108 run              osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001020000000008', msisdn='1019', subscriber_id=19}
22:48:31.929957 tst         register_default_mass.py: using MSISDN 1020
22:48:31.944754 run              osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001020000000009', msisdn='1020', subscriber_id=20}
22:48:31.960411 tst         register_default_mass.py: using MSISDN 1021
22:48:31.971297 run              osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001030000000000', msisdn='1021', subscriber_id=21}
22:48:31.988957 tst         register_default_mass.py: using MSISDN 1022
22:48:32.003092 run              osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001030000000001', msisdn='1022', subscriber_id=22}
22:48:32.018977 tst         register_default_mass.py: using MSISDN 1023
22:48:32.029936 run              osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001030000000002', msisdn='1023', subscriber_id=23}
22:48:32.045166 tst         register_default_mass.py: using MSISDN 1024
22:48:32.055912 run              osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001030000000003', msisdn='1024', subscriber_id=24}
22:48:32.072215 tst         register_default_mass.py: using MSISDN 1025
22:48:32.082922 run              osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001030000000004', msisdn='1025', subscriber_id=25}
22:48:32.098131 tst         register_default_mass.py: using MSISDN 1026
22:48:32.109195 run              osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001030000000005', msisdn='1026', subscriber_id=26}
22:48:32.125792 tst         register_default_mass.py: using MSISDN 1027
22:48:32.136756 run              osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001030000000006', msisdn='1027', subscriber_id=27}
22:48:32.155439 tst         register_default_mass.py: using MSISDN 1028
22:48:32.166256 run              osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001030000000007', msisdn='1028', subscriber_id=28}
22:48:32.182831 tst         register_default_mass.py: using MSISDN 1029
22:48:32.193729 run              osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001030000000008', msisdn='1029', subscriber_id=29}
22:48:32.209260 tst         register_default_mass.py: using MSISDN 1030
22:48:32.220135 run              osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001030000000009', msisdn='1030', subscriber_id=30}
22:48:32.236804 tst         register_default_mass.py: using MSISDN 1031
22:48:32.247535 run              osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001040000000000', msisdn='1031', subscriber_id=31}
22:48:32.265323 tst         register_default_mass.py: using MSISDN 1032
22:48:32.277610 run              osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001040000000001', msisdn='1032', subscriber_id=32}
22:48:32.297183 tst         register_default_mass.py: using MSISDN 1033
22:48:32.308206 run              osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001040000000002', msisdn='1033', subscriber_id=33}
22:48:32.327805 tst         register_default_mass.py: using MSISDN 1034
22:48:32.339030 run              osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001040000000003', msisdn='1034', subscriber_id=34}
22:48:32.354746 tst         register_default_mass.py: using MSISDN 1035
22:48:32.365690 run              osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001040000000004', msisdn='1035', subscriber_id=35}
22:48:32.386204 tst         register_default_mass.py: using MSISDN 1036
22:48:32.396922 run              osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001040000000005', msisdn='1036', subscriber_id=36}
22:48:32.412604 tst         register_default_mass.py: using MSISDN 1037
22:48:32.423533 run              osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001040000000006', msisdn='1037', subscriber_id=37}
22:48:32.439648 tst         register_default_mass.py: using MSISDN 1038
22:48:32.450543 run              osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001040000000007', msisdn='1038', subscriber_id=38}
22:48:32.466012 tst         register_default_mass.py: using MSISDN 1039
22:48:32.476817 run              osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001040000000008', msisdn='1039', subscriber_id=39}
22:48:32.495214 tst         register_default_mass.py: using MSISDN 1040
22:48:32.506172 run              osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001040000000009', msisdn='1040', subscriber_id=40}
22:48:32.521493 tst         register_default_mass.py: using MSISDN 1041
22:48:32.532098 run              osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001050000000000', msisdn='1041', subscriber_id=41}
22:48:32.548325 tst         register_default_mass.py: using MSISDN 1042
22:48:32.558932 run              osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001050000000001', msisdn='1042', subscriber_id=42}
22:48:32.574356 tst         register_default_mass.py: using MSISDN 1043
22:48:32.591248 run              osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001050000000002', msisdn='1043', subscriber_id=43}
22:48:32.608838 tst         register_default_mass.py: using MSISDN 1044
22:48:32.622302 run              osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001050000000003', msisdn='1044', subscriber_id=44}
22:48:32.637417 tst         register_default_mass.py: using MSISDN 1045
22:48:32.647858 run              osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001050000000004', msisdn='1045', subscriber_id=45}
22:48:32.665503 tst         register_default_mass.py: using MSISDN 1046
22:48:32.675811 run              osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001050000000005', msisdn='1046', subscriber_id=46}
22:48:32.691590 tst         register_default_mass.py: using MSISDN 1047
22:48:32.702097 run              osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001050000000006', msisdn='1047', subscriber_id=47}
22:48:32.716839 tst         register_default_mass.py: using MSISDN 1048
22:48:32.727071 run              osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001050000000007', msisdn='1048', subscriber_id=48}
22:48:32.741865 tst         register_default_mass.py: using MSISDN 1049
22:48:32.752090 run              osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001050000000008', msisdn='1049', subscriber_id=49}
22:48:32.766780 tst         register_default_mass.py: using MSISDN 1050
22:48:32.777024 run              osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001050000000009', msisdn='1050', subscriber_id=50}
22:48:32.792750 tst         register_default_mass.py: using MSISDN 1051
22:48:32.803060 run              osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001060000000000', msisdn='1051', subscriber_id=51}
22:48:32.821598 tst         register_default_mass.py: using MSISDN 1052
22:48:32.832122 run              osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001060000000001', msisdn='1052', subscriber_id=52}
22:48:32.848265 tst         register_default_mass.py: using MSISDN 1053
22:48:32.860683 run              osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001060000000002', msisdn='1053', subscriber_id=53}
22:48:32.875564 tst         register_default_mass.py: using MSISDN 1054
22:48:32.886220 run              osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001060000000003', msisdn='1054', subscriber_id=54}
22:48:32.902387 tst         register_default_mass.py: using MSISDN 1055
22:48:32.912708 run              osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001060000000004', msisdn='1055', subscriber_id=55}
22:48:32.927631 tst         register_default_mass.py: using MSISDN 1056
22:48:32.938024 run              osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001060000000005', msisdn='1056', subscriber_id=56}
22:48:32.953897 tst         register_default_mass.py: using MSISDN 1057
22:48:32.964324 run              osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001060000000006', msisdn='1057', subscriber_id=57}
22:48:32.982855 tst         register_default_mass.py: using MSISDN 1058
22:48:32.997440 run              osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001060000000007', msisdn='1058', subscriber_id=58}
22:48:33.013850 tst         register_default_mass.py: using MSISDN 1059
22:48:33.024861 run              osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001060000000008', msisdn='1059', subscriber_id=59}
22:48:33.042808 tst         register_default_mass.py: using MSISDN 1060
22:48:33.057154 run              osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001060000000009', msisdn='1060', subscriber_id=60}
22:48:33.072081 tst         register_default_mass.py: using MSISDN 1061
22:48:33.082243 run              osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001070000000000', msisdn='1061', subscriber_id=61}
22:48:33.100139 tst         register_default_mass.py: using MSISDN 1062
22:48:33.113188 run              osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001070000000001', msisdn='1062', subscriber_id=62}
22:48:33.129126 tst         register_default_mass.py: using MSISDN 1063
22:48:33.142255 run              osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001070000000002', msisdn='1063', subscriber_id=63}
22:48:33.157146 tst         register_default_mass.py: using MSISDN 1064
22:48:33.167680 run              osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001070000000003', msisdn='1064', subscriber_id=64}
22:48:33.183840 tst         register_default_mass.py: using MSISDN 1065
22:48:33.194521 run              osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001070000000004', msisdn='1065', subscriber_id=65}
22:48:33.209829 tst         register_default_mass.py: using MSISDN 1066
22:48:33.220246 run              osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001070000000005', msisdn='1066', subscriber_id=66}
22:48:33.237678 tst         register_default_mass.py: using MSISDN 1067
22:48:33.250659 run              osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001070000000006', msisdn='1067', subscriber_id=67}
22:48:33.265216 tst         register_default_mass.py: using MSISDN 1068
22:48:33.275684 run              osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001070000000007', msisdn='1068', subscriber_id=68}
22:48:33.292956 tst         register_default_mass.py: using MSISDN 1069
22:48:33.303225 run              osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001070000000008', msisdn='1069', subscriber_id=69}
22:48:33.318909 tst         register_default_mass.py: using MSISDN 1070
22:48:33.329219 run              osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001070000000009', msisdn='1070', subscriber_id=70}
22:48:33.345190 tst         register_default_mass.py: using MSISDN 1071
22:48:33.355541 run              osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001080000000000', msisdn='1071', subscriber_id=71}
22:48:33.374779 tst         register_default_mass.py: using MSISDN 1072
22:48:33.388171 run              osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001080000000001', msisdn='1072', subscriber_id=72}
22:48:33.403090 tst         register_default_mass.py: using MSISDN 1073
22:48:33.413723 run              osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001080000000002', msisdn='1073', subscriber_id=73}
22:48:33.431274 tst         register_default_mass.py: using MSISDN 1074
22:48:33.441962 run              osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001080000000003', msisdn='1074', subscriber_id=74}
22:48:33.458013 tst         register_default_mass.py: using MSISDN 1075
22:48:33.468735 run              osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001080000000004', msisdn='1075', subscriber_id=75}
22:48:33.484218 tst         register_default_mass.py: using MSISDN 1076
22:48:33.494818 run              osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001080000000005', msisdn='1076', subscriber_id=76}
22:48:33.513209 tst         register_default_mass.py: using MSISDN 1077
22:48:33.528218 run              osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001080000000006', msisdn='1077', subscriber_id=77}
22:48:33.543736 tst         register_default_mass.py: using MSISDN 1078
22:48:33.554304 run              osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001080000000007', msisdn='1078', subscriber_id=78}
22:48:33.569126 tst         register_default_mass.py: using MSISDN 1079
22:48:33.579528 run              osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001080000000008', msisdn='1079', subscriber_id=79}
22:48:33.595522 tst         register_default_mass.py: using MSISDN 1080
22:48:33.605966 run              osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001080000000009', msisdn='1080', subscriber_id=80}
22:48:33.620801 tst         register_default_mass.py: using MSISDN 1081
22:48:33.631213 run              osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001090000000000', msisdn='1081', subscriber_id=81}
22:48:33.649206 tst         register_default_mass.py: using MSISDN 1082
22:48:33.662253 run              osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001090000000001', msisdn='1082', subscriber_id=82}
22:48:33.676870 tst         register_default_mass.py: using MSISDN 1083
22:48:33.687204 run              osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001090000000002', msisdn='1083', subscriber_id=83}
22:48:33.704167 tst         register_default_mass.py: using MSISDN 1084
22:48:33.714497 run              osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001090000000003', msisdn='1084', subscriber_id=84}
22:48:33.729289 tst         register_default_mass.py: using MSISDN 1085
22:48:33.739610 run              osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001090000000004', msisdn='1085', subscriber_id=85}
22:48:33.755467 tst         register_default_mass.py: using MSISDN 1086
22:48:33.766399 run              osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001090000000005', msisdn='1086', subscriber_id=86}
22:48:33.781594 tst         register_default_mass.py: using MSISDN 1087
22:48:33.792455 run              osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001090000000006', msisdn='1087', subscriber_id=87}
22:48:33.811211 tst         register_default_mass.py: using MSISDN 1088
22:48:33.821909 run              osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001090000000007', msisdn='1088', subscriber_id=88}
22:48:33.836931 tst         register_default_mass.py: using MSISDN 1089
22:48:33.847272 run              osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001090000000008', msisdn='1089', subscriber_id=89}
22:48:33.863044 tst         register_default_mass.py: using MSISDN 1090
22:48:33.873352 run              osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001090000000009', msisdn='1090', subscriber_id=90}
22:48:33.887994 tst         register_default_mass.py: using MSISDN 1091
22:48:33.898395 run              osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001100000000000', msisdn='1091', subscriber_id=91}
22:48:33.913099 tst         register_default_mass.py: using MSISDN 1092
22:48:33.923480 run              osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001100000000001', msisdn='1092', subscriber_id=92}
22:48:33.941284 tst         register_default_mass.py: using MSISDN 1093
22:48:33.954191 run              osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001100000000002', msisdn='1093', subscriber_id=93}
22:48:33.968881 tst         register_default_mass.py: using MSISDN 1094
22:48:33.979349 run              osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001100000000003', msisdn='1094', subscriber_id=94}
22:48:33.994438 tst         register_default_mass.py: using MSISDN 1095
22:48:34.004899 run              osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001100000000004', msisdn='1095', subscriber_id=95}
22:48:34.020574 tst         register_default_mass.py: using MSISDN 1096
22:48:34.031087 run              osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001100000000005', msisdn='1096', subscriber_id=96}
22:48:34.047082 tst         register_default_mass.py: using MSISDN 1097
22:48:34.057738 run              osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001100000000006', msisdn='1097', subscriber_id=97}
22:48:34.073977 tst         register_default_mass.py: using MSISDN 1098
22:48:34.088184 run              osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001100000000007', msisdn='1098', subscriber_id=98}
22:48:34.106167 tst         register_default_mass.py: using MSISDN 1099
22:48:34.119344 run              osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001100000000008', msisdn='1099', subscriber_id=99}
22:48:34.135888 tst         register_default_mass.py: using MSISDN 1100
22:48:34.146595 run              osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001100000000009', msisdn='1100', subscriber_id=100}
22:48:34.326810 run                             mass: Starting testcase
22:48:34.338108 run                             mass: Pre-launching all virtphy's
22:48:34.349382 run           osmo-ms-virt-phy/00000: Starting virtphy
22:48:34.378657 run   osmo-ms-virt-phy/00000(pid=36): Launched
22:48:34.390723 run           osmo-ms-virt-phy/00001: Starting virtphy
22:48:34.419347 run   osmo-ms-virt-phy/00001(pid=37): Launched
22:48:34.431140 run           osmo-ms-virt-phy/00002: Starting virtphy
22:48:34.460228 run   osmo-ms-virt-phy/00002(pid=38): Launched
22:48:34.472399 run           osmo-ms-virt-phy/00003: Starting virtphy
22:48:34.501231 run   osmo-ms-virt-phy/00003(pid=39): Launched
22:48:34.513122 run           osmo-ms-virt-phy/00004: Starting virtphy
22:48:34.542166 run   osmo-ms-virt-phy/00004(pid=40): Launched
22:48:34.554350 run           osmo-ms-virt-phy/00005: Starting virtphy
22:48:34.583861 run   osmo-ms-virt-phy/00005(pid=41): Launched
22:48:34.596318 run           osmo-ms-virt-phy/00006: Starting virtphy
22:48:34.627922 run   osmo-ms-virt-phy/00006(pid=42): Launched
22:48:34.640845 run           osmo-ms-virt-phy/00007: Starting virtphy
22:48:34.670571 run   osmo-ms-virt-phy/00007(pid=43): Launched
22:48:34.682945 run           osmo-ms-virt-phy/00008: Starting virtphy
22:48:34.712091 run   osmo-ms-virt-phy/00008(pid=44): Launched
22:48:34.724187 run           osmo-ms-virt-phy/00009: Starting virtphy
22:48:34.752793 run   osmo-ms-virt-phy/00009(pid=45): Launched
22:48:34.764778 run           osmo-ms-virt-phy/00010: Starting virtphy
22:48:34.795938 run   osmo-ms-virt-phy/00010(pid=46): Launched
22:48:34.808616 run           osmo-ms-virt-phy/00011: Starting virtphy
22:48:34.838688 run   osmo-ms-virt-phy/00011(pid=47): Launched
22:48:34.853491 run           osmo-ms-virt-phy/00012: Starting virtphy
22:48:34.883934 run   osmo-ms-virt-phy/00012(pid=48): Launched
22:48:34.896814 run           osmo-ms-virt-phy/00013: Starting virtphy
22:48:34.926763 run   osmo-ms-virt-phy/00013(pid=49): Launched
22:48:34.938864 run           osmo-ms-virt-phy/00014: Starting virtphy
22:48:34.970470 run   osmo-ms-virt-phy/00014(pid=50): Launched
22:48:34.982509 run           osmo-ms-virt-phy/00015: Starting virtphy
22:48:35.012416 run   osmo-ms-virt-phy/00015(pid=51): Launched
22:48:35.027198 run           osmo-ms-virt-phy/00016: Starting virtphy
22:48:35.058274 run   osmo-ms-virt-phy/00016(pid=52): Launched
22:48:35.072034 run           osmo-ms-virt-phy/00017: Starting virtphy
22:48:35.101330 run   osmo-ms-virt-phy/00017(pid=53): Launched
22:48:35.116961 run           osmo-ms-virt-phy/00018: Starting virtphy
22:48:35.147452 run   osmo-ms-virt-phy/00018(pid=54): Launched
22:48:35.162591 run           osmo-ms-virt-phy/00019: Starting virtphy
22:48:35.192269 run   osmo-ms-virt-phy/00019(pid=55): Launched
22:48:35.204356 run           osmo-ms-virt-phy/00020: Starting virtphy
22:48:35.243579 run   osmo-ms-virt-phy/00020(pid=56): Launched
22:48:35.256949 run           osmo-ms-virt-phy/00021: Starting virtphy
22:48:35.286134 run   osmo-ms-virt-phy/00021(pid=57): Launched
22:48:35.298240 run           osmo-ms-virt-phy/00022: Starting virtphy
22:48:35.328023 run   osmo-ms-virt-phy/00022(pid=58): Launched
22:48:35.340334 run           osmo-ms-virt-phy/00023: Starting virtphy
22:48:35.370361 run   osmo-ms-virt-phy/00023(pid=59): Launched
22:48:35.383736 run           osmo-ms-virt-phy/00024: Starting virtphy
22:48:35.413396 run   osmo-ms-virt-phy/00024(pid=60): Launched
22:48:35.425790 run           osmo-ms-virt-phy/00025: Starting virtphy
22:48:35.454685 run   osmo-ms-virt-phy/00025(pid=61): Launched
22:48:35.466774 run           osmo-ms-virt-phy/00026: Starting virtphy
22:48:35.495060 run   osmo-ms-virt-phy/00026(pid=62): Launched
22:48:35.506853 run           osmo-ms-virt-phy/00027: Starting virtphy
22:48:35.535606 run   osmo-ms-virt-phy/00027(pid=63): Launched
22:48:35.547641 run           osmo-ms-virt-phy/00028: Starting virtphy
22:48:35.576930 run   osmo-ms-virt-phy/00028(pid=64): Launched
22:48:35.588808 run           osmo-ms-virt-phy/00029: Starting virtphy
22:48:35.617662 run   osmo-ms-virt-phy/00029(pid=65): Launched
22:48:35.629517 run           osmo-ms-virt-phy/00030: Starting virtphy
22:48:35.658376 run   osmo-ms-virt-phy/00030(pid=66): Launched
22:48:35.670250 run           osmo-ms-virt-phy/00031: Starting virtphy
22:48:35.699831 run   osmo-ms-virt-phy/00031(pid=67): Launched
22:48:35.712213 run           osmo-ms-virt-phy/00032: Starting virtphy
22:48:35.742295 run   osmo-ms-virt-phy/00032(pid=68): Launched
22:48:35.754759 run           osmo-ms-virt-phy/00033: Starting virtphy
22:48:35.784629 run   osmo-ms-virt-phy/00033(pid=69): Launched
22:48:35.797249 run           osmo-ms-virt-phy/00034: Starting virtphy
22:48:35.828505 run   osmo-ms-virt-phy/00034(pid=70): Launched
22:48:35.840734 run           osmo-ms-virt-phy/00035: Starting virtphy
22:48:35.869759 run   osmo-ms-virt-phy/00035(pid=71): Launched
22:48:35.881642 run           osmo-ms-virt-phy/00036: Starting virtphy
22:48:35.911083 run   osmo-ms-virt-phy/00036(pid=72): Launched
22:48:35.923140 run           osmo-ms-virt-phy/00037: Starting virtphy
22:48:35.952726 run   osmo-ms-virt-phy/00037(pid=73): Launched
22:48:35.964923 run           osmo-ms-virt-phy/00038: Starting virtphy
22:48:35.994437 run   osmo-ms-virt-phy/00038(pid=74): Launched
22:48:36.006598 run           osmo-ms-virt-phy/00039: Starting virtphy
22:48:36.036487 run   osmo-ms-virt-phy/00039(pid=75): Launched
22:48:36.048618 run           osmo-ms-virt-phy/00040: Starting virtphy
22:48:36.078554 run   osmo-ms-virt-phy/00040(pid=76): Launched
22:48:36.091218 run           osmo-ms-virt-phy/00041: Starting virtphy
22:48:36.120232 run   osmo-ms-virt-phy/00041(pid=77): Launched
22:48:36.132767 run           osmo-ms-virt-phy/00042: Starting virtphy
22:48:36.162201 run   osmo-ms-virt-phy/00042(pid=78): Launched
22:48:36.174161 run           osmo-ms-virt-phy/00043: Starting virtphy
22:48:36.203029 run   osmo-ms-virt-phy/00043(pid=79): Launched
22:48:36.214992 run           osmo-ms-virt-phy/00044: Starting virtphy
22:48:36.248869 run   osmo-ms-virt-phy/00044(pid=80): Launched
22:48:36.261063 run           osmo-ms-virt-phy/00045: Starting virtphy
22:48:36.290574 run   osmo-ms-virt-phy/00045(pid=81): Launched
22:48:36.302651 run           osmo-ms-virt-phy/00046: Starting virtphy
22:48:36.331848 run   osmo-ms-virt-phy/00046(pid=82): Launched
22:48:36.343892 run           osmo-ms-virt-phy/00047: Starting virtphy
22:48:36.382379 run   osmo-ms-virt-phy/00047(pid=83): Launched
22:48:36.394006 run           osmo-ms-virt-phy/00048: Starting virtphy
22:48:36.422324 run   osmo-ms-virt-phy/00048(pid=84): Launched
22:48:36.433943 run           osmo-ms-virt-phy/00049: Starting virtphy
22:48:36.462656 run   osmo-ms-virt-phy/00049(pid=85): Launched
22:48:36.474567 run           osmo-ms-virt-phy/00050: Starting virtphy
22:48:36.503593 run   osmo-ms-virt-phy/00050(pid=86): Launched
22:48:36.515130 run           osmo-ms-virt-phy/00051: Starting virtphy
22:48:36.545635 run   osmo-ms-virt-phy/00051(pid=87): Launched
22:48:36.557527 run           osmo-ms-virt-phy/00052: Starting virtphy
22:48:36.586661 run   osmo-ms-virt-phy/00052(pid=88): Launched
22:48:36.598572 run           osmo-ms-virt-phy/00053: Starting virtphy
22:48:36.626934 run   osmo-ms-virt-phy/00053(pid=89): Launched
22:48:36.638375 run           osmo-ms-virt-phy/00054: Starting virtphy
22:48:36.666734 run   osmo-ms-virt-phy/00054(pid=90): Launched
22:48:36.679708 run           osmo-ms-virt-phy/00055: Starting virtphy
22:48:36.708481 run   osmo-ms-virt-phy/00055(pid=91): Launched
22:48:36.719980 run           osmo-ms-virt-phy/00056: Starting virtphy
22:48:36.748362 run   osmo-ms-virt-phy/00056(pid=92): Launched
22:48:36.760167 run           osmo-ms-virt-phy/00057: Starting virtphy
22:48:36.788613 run   osmo-ms-virt-phy/00057(pid=93): Launched
22:48:36.800249 run           osmo-ms-virt-phy/00058: Starting virtphy
22:48:36.828734 run   osmo-ms-virt-phy/00058(pid=94): Launched
22:48:36.840745 run           osmo-ms-virt-phy/00059: Starting virtphy
22:48:36.869671 run   osmo-ms-virt-phy/00059(pid=95): Launched
22:48:36.881216 run           osmo-ms-virt-phy/00060: Starting virtphy
22:48:36.910937 run   osmo-ms-virt-phy/00060(pid=96): Launched
22:48:36.923255 run           osmo-ms-virt-phy/00061: Starting virtphy
22:48:36.953638 run   osmo-ms-virt-phy/00061(pid=97): Launched
22:48:36.966170 run           osmo-ms-virt-phy/00062: Starting virtphy
22:48:36.996402 run   osmo-ms-virt-phy/00062(pid=98): Launched
22:48:37.008924 run           osmo-ms-virt-phy/00063: Starting virtphy
22:48:37.038898 run   osmo-ms-virt-phy/00063(pid=99): Launched
22:48:37.051318 run           osmo-ms-virt-phy/00064: Starting virtphy
22:48:37.081733 run  osmo-ms-virt-phy/00064(pid=100): Launched
22:48:37.094059 run           osmo-ms-virt-phy/00065: Starting virtphy
22:48:37.124300 run  osmo-ms-virt-phy/00065(pid=101): Launched
22:48:37.136736 run           osmo-ms-virt-phy/00066: Starting virtphy
22:48:37.166984 run  osmo-ms-virt-phy/00066(pid=102): Launched
22:48:37.179405 run           osmo-ms-virt-phy/00067: Starting virtphy
22:48:37.209346 run  osmo-ms-virt-phy/00067(pid=103): Launched
22:48:37.221928 run           osmo-ms-virt-phy/00068: Starting virtphy
22:48:37.252980 run  osmo-ms-virt-phy/00068(pid=104): Launched
22:48:37.265416 run           osmo-ms-virt-phy/00069: Starting virtphy
22:48:37.295686 run  osmo-ms-virt-phy/00069(pid=105): Launched
22:48:37.308006 run           osmo-ms-virt-phy/00070: Starting virtphy
22:48:37.338625 run  osmo-ms-virt-phy/00070(pid=106): Launched
22:48:37.351338 run           osmo-ms-virt-phy/00071: Starting virtphy
22:48:37.382078 run  osmo-ms-virt-phy/00071(pid=107): Launched
22:48:37.394833 run           osmo-ms-virt-phy/00072: Starting virtphy
22:48:37.425419 run  osmo-ms-virt-phy/00072(pid=108): Launched
22:48:37.438225 run           osmo-ms-virt-phy/00073: Starting virtphy
22:48:37.468878 run  osmo-ms-virt-phy/00073(pid=109): Launched
22:48:37.481451 run           osmo-ms-virt-phy/00074: Starting virtphy
22:48:37.511539 run  osmo-ms-virt-phy/00074(pid=110): Launched
22:48:37.527075 run           osmo-ms-virt-phy/00075: Starting virtphy
22:48:37.558399 run  osmo-ms-virt-phy/00075(pid=111): Launched
22:48:37.571482 run           osmo-ms-virt-phy/00076: Starting virtphy
22:48:37.604191 run  osmo-ms-virt-phy/00076(pid=112): Launched
22:48:37.616884 run           osmo-ms-virt-phy/00077: Starting virtphy
22:48:37.647691 run  osmo-ms-virt-phy/00077(pid=113): Launched
22:48:37.660532 run           osmo-ms-virt-phy/00078: Starting virtphy
22:48:37.691543 run  osmo-ms-virt-phy/00078(pid=114): Launched
22:48:37.704786 run           osmo-ms-virt-phy/00079: Starting virtphy
22:48:37.735069 run  osmo-ms-virt-phy/00079(pid=115): Launched
22:48:37.747804 run           osmo-ms-virt-phy/00080: Starting virtphy
22:48:37.779590 run  osmo-ms-virt-phy/00080(pid=116): Launched
22:48:37.793403 run           osmo-ms-virt-phy/00081: Starting virtphy
22:48:37.831377 run  osmo-ms-virt-phy/00081(pid=117): Launched
22:48:37.844036 run           osmo-ms-virt-phy/00082: Starting virtphy
22:48:37.875479 run  osmo-ms-virt-phy/00082(pid=118): Launched
22:48:37.888417 run           osmo-ms-virt-phy/00083: Starting virtphy
22:48:37.922800 run  osmo-ms-virt-phy/00083(pid=119): Launched
22:48:37.941742 run           osmo-ms-virt-phy/00084: Starting virtphy
22:48:37.985203 run  osmo-ms-virt-phy/00084(pid=120): Launched
22:48:38.002307 run           osmo-ms-virt-phy/00085: Starting virtphy
22:48:38.033227 run  osmo-ms-virt-phy/00085(pid=121): Launched
22:48:38.046157 run           osmo-ms-virt-phy/00086: Starting virtphy
22:48:38.077572 run  osmo-ms-virt-phy/00086(pid=122): Launched
22:48:38.090339 run           osmo-ms-virt-phy/00087: Starting virtphy
22:48:38.122381 run  osmo-ms-virt-phy/00087(pid=123): Launched
22:48:38.138990 run           osmo-ms-virt-phy/00088: Starting virtphy
22:48:38.170617 run  osmo-ms-virt-phy/00088(pid=124): Launched
22:48:38.183672 run           osmo-ms-virt-phy/00089: Starting virtphy
22:48:38.214594 run  osmo-ms-virt-phy/00089(pid=125): Launched
22:48:38.227751 run           osmo-ms-virt-phy/00090: Starting virtphy
22:48:38.259526 run  osmo-ms-virt-phy/00090(pid=126): Launched
22:48:38.272407 run           osmo-ms-virt-phy/00091: Starting virtphy
22:48:38.304754 run  osmo-ms-virt-phy/00091(pid=127): Launched
22:48:38.318503 run           osmo-ms-virt-phy/00092: Starting virtphy
22:48:38.349592 run  osmo-ms-virt-phy/00092(pid=128): Launched
22:48:38.361947 run           osmo-ms-virt-phy/00093: Starting virtphy
22:48:38.392768 run  osmo-ms-virt-phy/00093(pid=129): Launched
22:48:38.405248 run           osmo-ms-virt-phy/00094: Starting virtphy
22:48:38.434843 run  osmo-ms-virt-phy/00094(pid=130): Launched
22:48:38.446991 run           osmo-ms-virt-phy/00095: Starting virtphy
22:48:38.478681 run  osmo-ms-virt-phy/00095(pid=131): Launched
22:48:38.490774 run           osmo-ms-virt-phy/00096: Starting virtphy
22:48:38.521143 run  osmo-ms-virt-phy/00096(pid=132): Launched
22:48:38.535107 run           osmo-ms-virt-phy/00097: Starting virtphy
22:48:38.564582 run  osmo-ms-virt-phy/00097(pid=133): Launched
22:48:38.576910 run           osmo-ms-virt-phy/00098: Starting virtphy
22:48:38.607298 run  osmo-ms-virt-phy/00098(pid=134): Launched
22:48:38.619496 run           osmo-ms-virt-phy/00099: Starting virtphy
22:48:38.649546 run  osmo-ms-virt-phy/00099(pid=135): Launched
22:48:38.661626 run                             mass: Checking if sockets are in the filesystem
22:48:38.685541 run                osmo-ms-mob/00000: Starting mobile
22:48:38.715945 run       osmo-ms-mob/00000(pid=136): Launched
22:48:38.738924 run                             mass: MS start registered  {at=6058803.703273776, delay=0.011092126369476318, ms=00000}
22:48:42.888260 run                osmo-ms-mob/00001: Starting mobile
22:48:42.923962 run       osmo-ms-mob/00001(pid=137): Launched
22:48:42.945760 run                             mass: MS start registered  {at=6058807.910118675, delay=0.009517955593764782, ms=00001}
22:48:44.688566 run                osmo-ms-mob/00002: Starting mobile
22:48:44.717808 run       osmo-ms-mob/00002(pid=138): Launched
22:48:44.738282 run                             mass: MS start registered  {at=6058809.702637079, delay=0.008023025467991829, ms=00002}
22:48:45.038662 run                             mass: MS performed LU  {at=6058810.002998461, lu_delay=6.299724685028195, ms=00000}
22:48:45.985641 run                osmo-ms-mob/00003: Starting mobile
22:48:46.017968 run       osmo-ms-mob/00003(pid=139): Launched
22:48:46.040547 run                             mass: MS start registered  {at=6058811.004899753, delay=0.010661044158041477, ms=00003}
22:48:47.089140 run                osmo-ms-mob/00004: Starting mobile
22:48:47.119969 run       osmo-ms-mob/00004(pid=140): Launched
22:48:47.144224 run                             mass: MS start registered  {at=6058812.108594305, delay=0.011720175854861736, ms=00004}
22:48:48.086360 run                osmo-ms-mob/00005: Starting mobile
22:48:48.114720 run       osmo-ms-mob/00005(pid=141): Launched
22:48:48.136283 run                             mass: MS start registered  {at=6058813.100682215, delay=0.010209565050899982, ms=00005}
22:48:48.804610 run                             mass: MS performed LU  {at=6058813.768961449, lu_delay=5.858842774294317, ms=00001}
22:48:48.987029 run                osmo-ms-mob/00006: Starting mobile
22:48:49.015417 run       osmo-ms-mob/00006(pid=142): Launched
22:48:49.037434 run                             mass: MS start registered  {at=6058814.001777975, delay=0.010759609751403332, ms=00006}
22:48:49.887756 run                osmo-ms-mob/00007: Starting mobile
22:48:49.917024 run       osmo-ms-mob/00007(pid=143): Launched
22:48:49.940529 run                             mass: MS start registered  {at=6058814.904898702, delay=0.012086836621165276, ms=00007}
22:48:50.686242 run                osmo-ms-mob/00008: Starting mobile
22:48:50.715501 run       osmo-ms-mob/00008(pid=144): Launched
22:48:50.727033 run                             mass: MS performed LU  {at=6058815.691431181, lu_delay=5.9887941014021635, ms=00002}
22:48:50.738517 run                             mass: MS start registered  {at=6058815.702942685, delay=0.011565986089408398, ms=00008}
22:48:51.204612 run                             mass: MS performed LU  {at=6058816.168972944, lu_delay=5.164073190651834, ms=00003}
22:48:51.386913 run                osmo-ms-mob/00009: Starting mobile
22:48:51.417785 run       osmo-ms-mob/00009(pid=145): Launched
22:48:51.440728 run                             mass: MS start registered  {at=6058816.405101447, delay=0.01095330435782671, ms=00009}
22:48:52.088705 run                osmo-ms-mob/00010: Starting mobile
22:48:52.118291 run       osmo-ms-mob/00010(pid=146): Launched
22:48:52.144075 run                             mass: MS start registered  {at=6058817.108450257, delay=0.014292383566498756, ms=00010}
22:48:52.570467 run                             mass: MS performed LU  {at=6058817.534811952, lu_delay=5.426217647269368, ms=00004}
22:48:52.687517 run                osmo-ms-mob/00011: Starting mobile
22:48:52.716522 run       osmo-ms-mob/00011(pid=147): Launched
22:48:52.742447 run                             mass: MS start registered  {at=6058817.706790451, delay=0.014202182181179523, ms=00011}
22:48:53.105432 run                             mass: MS performed LU  {at=6058818.069784714, lu_delay=4.969102499075234, ms=00005}
22:48:53.288265 run                osmo-ms-mob/00012: Starting mobile
22:48:53.317876 run       osmo-ms-mob/00012(pid=148): Launched
22:48:53.341549 run                             mass: MS start registered  {at=6058818.305904982, delay=0.011837446130812168, ms=00012}
22:48:53.884118 run                osmo-ms-mob/00013: Starting mobile
22:48:53.916372 run       osmo-ms-mob/00013(pid=149): Launched
22:48:53.938954 run                             mass: MS start registered  {at=6058818.903291755, delay=0.010386289097368717, ms=00013}
22:48:54.472200 run                             mass: MS performed LU  {at=6058819.436538051, lu_delay=5.434760075993836, ms=00006}
22:48:54.494393 run                osmo-ms-mob/00014: Starting mobile
22:48:54.523551 run       osmo-ms-mob/00014(pid=150): Launched
22:48:54.535090 run                             mass: MS performed LU  {at=6058819.499495261, lu_delay=4.594596559181809, ms=00007}
22:48:54.547859 run                             mass: MS start registered  {at=6058819.512270661, delay=0.012820926494896412, ms=00014}
22:48:55.087244 run                osmo-ms-mob/00015: Starting mobile
22:48:55.116832 run       osmo-ms-mob/00015(pid=151): Launched
22:48:55.141863 run                             mass: MS start registered  {at=6058820.106196947, delay=0.013295618817210197, ms=00015}
22:48:55.587963 run                osmo-ms-mob/00016: Starting mobile
22:48:55.619650 run       osmo-ms-mob/00016(pid=152): Launched
22:48:55.642864 run                             mass: MS start registered  {at=6058820.607201513, delay=0.010616229847073555, ms=00016}
22:48:56.093909 run                osmo-ms-mob/00017: Starting mobile
22:48:56.124759 run       osmo-ms-mob/00017(pid=153): Launched
22:48:56.149360 run                             mass: MS start registered  {at=6058821.113665915, delay=0.012942654080688953, ms=00017}
22:48:56.336791 run                             mass: MS performed LU  {at=6058821.301136102, lu_delay=4.896034654229879, ms=00009}
22:48:56.401353 run                             mass: MS performed LU  {at=6058821.36575678, lu_delay=5.662814094685018, ms=00008}
22:48:56.691230 run                osmo-ms-mob/00018: Starting mobile
22:48:56.720942 run       osmo-ms-mob/00018(pid=154): Launched
22:48:56.743966 run                             mass: MS start registered  {at=6058821.708298549, delay=0.011352013796567917, ms=00018}
22:48:57.086456 run                osmo-ms-mob/00019: Starting mobile
22:48:57.115099 run       osmo-ms-mob/00019(pid=155): Launched
22:48:57.138833 run                             mass: MS start registered  {at=6058822.10323041, delay=0.012406236492097378, ms=00019}
22:48:57.586065 run                osmo-ms-mob/00020: Starting mobile
22:48:57.614173 run       osmo-ms-mob/00020(pid=156): Launched
22:48:57.636370 run                             mass: MS start registered  {at=6058822.600770031, delay=0.010613956488668919, ms=00020}
22:48:58.090456 run                osmo-ms-mob/00021: Starting mobile
22:48:58.120949 run       osmo-ms-mob/00021(pid=157): Launched
22:48:58.143618 run                             mass: MS start registered  {at=6058823.107962151, delay=0.011027183383703232, ms=00021}
22:48:58.238237 run                             mass: MS performed LU  {at=6058823.202604064, lu_delay=4.896699082106352, ms=00012}
22:48:58.265312 run                             mass: MS performed LU  {at=6058823.229726199, lu_delay=5.522935748100281, ms=00011}
22:48:58.353066 run                             mass: MS performed LU  {at=6058823.317428865, lu_delay=6.208978607319295, ms=00010}
22:48:58.377013 run                osmo-ms-mob/00022: Starting mobile
22:48:58.406487 run       osmo-ms-mob/00022(pid=158): Launched
22:48:58.430683 run                             mass: MS start registered  {at=6058823.395032183, delay=0.012196963652968407, ms=00022}
22:48:58.983928 run                osmo-ms-mob/00023: Starting mobile
22:48:59.015137 run       osmo-ms-mob/00023(pid=159): Launched
22:48:59.040421 run                             mass: MS start registered  {at=6058824.004749127, delay=0.01358845829963684, ms=00023}
22:48:59.386258 run                osmo-ms-mob/00024: Starting mobile
22:48:59.415789 run       osmo-ms-mob/00024(pid=160): Launched
22:48:59.439670 run                             mass: MS start registered  {at=6058824.404034413, delay=0.0123789357021451, ms=00024}
22:48:59.889666 run                osmo-ms-mob/00025: Starting mobile
22:48:59.919193 run       osmo-ms-mob/00025(pid=161): Launched
22:48:59.946290 run                             mass: MS start registered  {at=6058824.910649267, delay=0.015153090469539165, ms=00025}
22:49:00.019211 run                             mass: MS performed LU  {at=6058824.983568589, lu_delay=5.471297928132117, ms=00014}
22:49:00.102343 run                             mass: MS performed LU  {at=6058825.06672672, lu_delay=6.163434964604676, ms=00013}
22:49:00.167405 run                             mass: MS performed LU  {at=6058825.131793578, lu_delay=5.025596630759537, ms=00015}
22:49:00.191956 run                osmo-ms-mob/00026: Starting mobile
22:49:00.221198 run       osmo-ms-mob/00026(pid=162): Launched
22:49:00.244785 run                             mass: MS start registered  {at=6058825.209192291, delay=0.012005472555756569, ms=00026}
22:49:00.272497 run                             mass: MS performed LU  {at=6058825.236874708, lu_delay=4.629673195071518, ms=00016}
22:49:00.689963 run                osmo-ms-mob/00027: Starting mobile
22:49:00.721432 run       osmo-ms-mob/00027(pid=163): Launched
22:49:00.746257 run                             mass: MS start registered  {at=6058825.710575748, delay=0.012477409094572067, ms=00027}
22:49:01.088618 run                osmo-ms-mob/00028: Starting mobile
22:49:01.117287 run       osmo-ms-mob/00028(pid=164): Launched
22:49:01.141981 run                             mass: MS start registered  {at=6058826.10633222, delay=0.01302337646484375, ms=00028}
22:49:01.488690 run                osmo-ms-mob/00029: Starting mobile
22:49:01.518488 run       osmo-ms-mob/00029(pid=165): Launched
22:49:01.544567 run                             mass: MS start registered  {at=6058826.508925675, delay=0.013831806369125843, ms=00029}
22:49:01.889055 run                osmo-ms-mob/00030: Starting mobile
22:49:01.919279 run       osmo-ms-mob/00030(pid=166): Launched
22:49:01.942866 run                             mass: MS start registered  {at=6058826.90720483, delay=0.011308211833238602, ms=00030}
22:49:02.003285 run                             mass: MS performed LU  {at=6058826.967632584, lu_delay=4.3668625531718135, ms=00020}
22:49:02.031104 run                             mass: MS performed LU  {at=6058826.995527621, lu_delay=4.892297211103141, ms=00019}
22:49:02.118589 run                             mass: MS performed LU  {at=6058827.082991188, lu_delay=5.37469263933599, ms=00018}
22:49:02.144753 run                osmo-ms-mob/00031: Starting mobile
22:49:02.174388 run       osmo-ms-mob/00031(pid=167): Launched
22:49:02.186321 run                             mass: MS performed LU  {at=6058827.150713508, lu_delay=6.037047592923045, ms=00017}
22:49:02.198672 run                             mass: MS start registered  {at=6058827.163076774, delay=0.01242059376090765, ms=00031}
22:49:02.586590 run                osmo-ms-mob/00032: Starting mobile
22:49:02.618711 run       osmo-ms-mob/00032(pid=168): Launched
22:49:02.643429 run                             mass: MS start registered  {at=6058827.607785753, delay=0.007461538538336754, ms=00032}
22:49:02.988716 run                osmo-ms-mob/00033: Starting mobile
22:49:03.019444 run       osmo-ms-mob/00033(pid=169): Launched
22:49:03.043229 run                             mass: MS start registered  {at=6058828.007594994, delay=0.0119148725643754, ms=00033}
22:49:03.388076 run                osmo-ms-mob/00034: Starting mobile
22:49:03.419846 run       osmo-ms-mob/00034(pid=170): Launched
22:49:03.442119 run                             mass: MS start registered  {at=6058828.406514132, delay=0.010449908673763275, ms=00034}
22:49:03.688647 run                osmo-ms-mob/00035: Starting mobile
22:49:03.718399 run       osmo-ms-mob/00035(pid=171): Launched
22:49:03.741060 run                             mass: MS start registered  {at=6058828.705449342, delay=0.010970105417072773, ms=00035}
22:49:03.784666 run                             mass: MS performed LU  {at=6058828.749041342, lu_delay=5.641079191118479, ms=00021}
22:49:03.867540 run                             mass: MS performed LU  {at=6058828.831923365, lu_delay=5.436891181394458, ms=00022}
22:49:03.932536 run                             mass: MS performed LU  {at=6058828.896927093, lu_delay=4.892177966423333, ms=00023}
22:49:03.958492 run                osmo-ms-mob/00036: Starting mobile
22:49:03.987907 run       osmo-ms-mob/00036(pid=172): Launched
22:49:04.012654 run                             mass: MS start registered  {at=6058828.97700292, delay=0.013048233464360237, ms=00036}
22:49:04.038840 run                             mass: MS performed LU  {at=6058829.003185357, lu_delay=4.599150943569839, ms=00024}
22:49:04.490115 run                osmo-ms-mob/00037: Starting mobile
22:49:04.522151 run       osmo-ms-mob/00037(pid=173): Launched
22:49:04.546981 run                             mass: MS start registered  {at=6058829.511265466, delay=0.01193702407181263, ms=00037}
22:49:04.786123 run                osmo-ms-mob/00038: Starting mobile
22:49:04.815015 run       osmo-ms-mob/00038(pid=174): Launched
22:49:04.838635 run                             mass: MS start registered  {at=6058829.802977465, delay=0.011899684555828571, ms=00038}
22:49:05.088494 run                osmo-ms-mob/00039: Starting mobile
22:49:05.118395 run       osmo-ms-mob/00039(pid=175): Launched
22:49:05.142363 run                             mass: MS start registered  {at=6058830.106670591, delay=0.012283897027373314, ms=00039}
22:49:05.486026 run                osmo-ms-mob/00040: Starting mobile
22:49:05.516931 run       osmo-ms-mob/00040(pid=176): Launched
22:49:05.541297 run                             mass: MS start registered  {at=6058830.505636446, delay=0.012859048321843147, ms=00040}
22:49:05.769530 run                             mass: MS performed LU  {at=6058830.733874021, lu_delay=4.627541800960898, ms=00028}
22:49:05.796199 run                osmo-ms-mob/00041: Starting mobile
22:49:05.825522 run       osmo-ms-mob/00041(pid=177): Launched
22:49:05.837140 run                             mass: MS performed LU  {at=6058830.801534966, lu_delay=5.890885698609054, ms=00025}
22:49:05.848521 run                             mass: MS start registered  {at=6058830.81294556, delay=0.011468963697552681, ms=00041}
22:49:05.884600 run                             mass: MS performed LU  {at=6058830.848975593, lu_delay=5.63978330232203, ms=00026}
22:49:05.905806 run                osmo-ms-mob/00042: Starting mobile
22:49:05.937381 run       osmo-ms-mob/00042(pid=178): Launched
22:49:05.950011 run                             mass: MS performed LU  {at=6058830.914407326, lu_delay=5.203831577673554, ms=00027}
22:49:05.964347 run                             mass: MS start registered  {at=6058830.928772494, delay=0.01441859919577837, ms=00042}
22:49:06.489235 run                osmo-ms-mob/00043: Starting mobile
22:49:06.518286 run       osmo-ms-mob/00043(pid=179): Launched
22:49:06.541033 run                             mass: MS start registered  {at=6058831.505428437, delay=0.010884995572268963, ms=00043}
22:49:06.783473 run                osmo-ms-mob/00044: Starting mobile
22:49:06.812918 run       osmo-ms-mob/00044(pid=180): Launched
22:49:06.838586 run                             mass: MS start registered  {at=6058831.802940001, delay=0.010495183989405632, ms=00044}
22:49:07.086277 run                osmo-ms-mob/00045: Starting mobile
22:49:07.116615 run       osmo-ms-mob/00045(pid=181): Launched
22:49:07.139301 run                             mass: MS start registered  {at=6058832.103648474, delay=0.010519127361476421, ms=00045}
22:49:07.387534 run                osmo-ms-mob/00046: Starting mobile
22:49:07.417284 run       osmo-ms-mob/00046(pid=182): Launched
22:49:07.440559 run                             mass: MS start registered  {at=6058832.40490578, delay=0.01136394590139389, ms=00046}
22:49:07.550406 run                             mass: MS performed LU  {at=6058832.514735569, lu_delay=6.005809893831611, ms=00029}
22:49:07.633512 run                             mass: MS performed LU  {at=6058832.597867341, lu_delay=5.434790566563606, ms=00031}
22:49:07.660837 run                osmo-ms-mob/00047: Starting mobile
22:49:07.692336 run       osmo-ms-mob/00047(pid=183): Launched
22:49:07.705120 run                             mass: MS performed LU  {at=6058832.66950927, lu_delay=5.061723517253995, ms=00032}
22:49:07.717042 run                             mass: MS start registered  {at=6058832.681462495, delay=0.012016012333333492, ms=00047}
22:49:07.841836 run                             mass: MS performed LU  {at=6058832.806192538, lu_delay=4.798597543500364, ms=00033}
22:49:07.869330 run                osmo-ms-mob/00048: Starting mobile
22:49:07.901115 run       osmo-ms-mob/00048(pid=184): Launched
22:49:07.925351 run                             mass: MS start registered  {at=6058832.889710657, delay=0.01204662024974823, ms=00048}
22:49:08.288968 run                osmo-ms-mob/00049: Starting mobile
22:49:08.321055 run       osmo-ms-mob/00049(pid=185): Launched
22:49:08.346192 run                             mass: MS start registered  {at=6058833.310534498, delay=0.012348786927759647, ms=00049}
22:49:08.586524 run                osmo-ms-mob/00050: Starting mobile
22:49:08.617573 run       osmo-ms-mob/00050(pid=186): Launched
22:49:08.644127 run                             mass: MS start registered  {at=6058833.608473355, delay=0.010336283594369888, ms=00050}
22:49:08.987095 run                osmo-ms-mob/00051: Starting mobile
22:49:09.018264 run       osmo-ms-mob/00051(pid=187): Launched
22:49:09.042419 run                             mass: MS start registered  {at=6058834.006773498, delay=0.011608004570007324, ms=00051}
22:49:09.286658 run                osmo-ms-mob/00052: Starting mobile
22:49:09.315906 run       osmo-ms-mob/00052(pid=188): Launched
22:49:09.336675 run                             mass: MS start registered  {at=6058834.301059957, delay=0.00909261591732502, ms=00052}
22:49:09.535606 run                             mass: MS performed LU  {at=6058834.499940957, lu_delay=4.696963491849601, ms=00038}
22:49:09.559519 run                osmo-ms-mob/00053: Starting mobile
22:49:09.589500 run       osmo-ms-mob/00053(pid=189): Launched
22:49:09.601383 run                             mass: MS performed LU  {at=6058834.565778704, lu_delay=5.0545132383704185, ms=00037}
22:49:09.632782 run                             mass: MS start registered  {at=6058834.597163854, delay=0.03143662679940462, ms=00053}
22:49:09.650145 run                             mass: MS performed LU  {at=6058834.614563367, lu_delay=6.208049234934151, ms=00034}
22:49:09.670784 run                osmo-ms-mob/00054: Starting mobile
22:49:09.702387 run       osmo-ms-mob/00054(pid=190): Launched
22:49:09.714867 run                             mass: MS performed LU  {at=6058834.679261802, lu_delay=5.9738124599680305, ms=00035}
22:49:09.726593 run                             mass: MS start registered  {at=6058834.691017855, delay=0.011807088740170002, ms=00054}
22:49:09.761781 run                             mass: MS performed LU  {at=6058834.726123791, lu_delay=4.619453200139105, ms=00039}
22:49:09.787812 run                osmo-ms-mob/00055: Starting mobile
22:49:09.817021 run       osmo-ms-mob/00055(pid=191): Launched
22:49:09.841830 run                             mass: MS start registered  {at=6058834.806176253, delay=0.010097374208271503, ms=00055}
22:49:10.488736 run                osmo-ms-mob/00056: Starting mobile
22:49:10.519509 run       osmo-ms-mob/00056(pid=192): Launched
22:49:10.559238 run                             mass: MS start registered  {at=6058835.523579445, delay=0.026794699020683765, ms=00056}
22:49:10.789072 run                osmo-ms-mob/00057: Starting mobile
22:49:10.820836 run       osmo-ms-mob/00057(pid=193): Launched
22:49:10.844187 run                             mass: MS start registered  {at=6058835.808539839, delay=0.01059674471616745, ms=00057}
22:49:11.188943 run                osmo-ms-mob/00058: Starting mobile
22:49:11.220399 run       osmo-ms-mob/00058(pid=194): Launched
22:49:11.245041 run                             mass: MS start registered  {at=6058836.209356163, delay=0.01177927665412426, ms=00058}
22:49:11.399322 run                             mass: MS performed LU  {at=6058836.363646575, lu_delay=4.858218138106167, ms=00043}
22:49:11.425205 run                osmo-ms-mob/00059: Starting mobile
22:49:11.457201 run       osmo-ms-mob/00059(pid=195): Launched
22:49:11.470328 run                             mass: MS performed LU  {at=6058836.434718102, lu_delay=5.621772542595863, ms=00041}
22:49:11.487748 run                             mass: MS start registered  {at=6058836.452136301, delay=0.017481978982686996, ms=00059}
22:49:11.608022 run                             mass: MS performed LU  {at=6058836.572366935, lu_delay=6.06673048902303, ms=00040}
22:49:11.634261 run                osmo-ms-mob/00060: Starting mobile
22:49:11.666468 run       osmo-ms-mob/00060(pid=196): Launched
22:49:11.679448 run                             mass: MS performed LU  {at=6058836.643832362, lu_delay=4.840892361477017, ms=00044}
22:49:11.692204 run                             mass: MS start registered  {at=6058836.656625887, delay=0.012857886031270027, ms=00060}
22:49:12.186273 run                osmo-ms-mob/00061: Starting mobile
22:49:12.216402 run       osmo-ms-mob/00061(pid=197): Launched
22:49:12.238134 run                             mass: MS start registered  {at=6058837.202511165, delay=0.009846514090895653, ms=00061}
22:49:12.487126 run                osmo-ms-mob/00062: Starting mobile
22:49:12.517699 run       osmo-ms-mob/00062(pid=198): Launched
22:49:12.529677 run                             mass: MS performed LU  {at=6058837.494053564, lu_delay=5.089147783815861, ms=00046}
22:49:12.544524 run                             mass: MS start registered  {at=6058837.508949361, delay=0.01496598869562149, ms=00062}
22:49:12.788685 run                osmo-ms-mob/00063: Starting mobile
22:49:12.818658 run       osmo-ms-mob/00063(pid=199): Launched
22:49:12.842553 run                             mass: MS start registered  {at=6058837.80694798, delay=0.011759409680962563, ms=00063}
22:49:13.184935 run                osmo-ms-mob/00064: Starting mobile
22:49:13.216953 run       osmo-ms-mob/00064(pid=200): Launched
22:49:13.229579 run                             mass: MS performed LU  {at=6058838.193967463, lu_delay=4.5854941084980965, ms=00050}
22:49:13.242096 run                             mass: MS performed LU  {at=6058838.206511798, lu_delay=5.525049303658307, ms=00047}
22:49:13.253867 run                             mass: MS start registered  {at=6058838.21828267, delay=0.024378666654229164, ms=00064}
22:49:13.328399 run                             mass: MS performed LU  {at=6058838.292760851, lu_delay=5.403050193563104, ms=00048}
22:49:13.354178 run                osmo-ms-mob/00065: Starting mobile
22:49:13.386921 run       osmo-ms-mob/00065(pid=201): Launched
22:49:13.413582 run                             mass: MS start registered  {at=6058838.377932949, delay=0.010400994680821896, ms=00065}
22:49:13.527019 run                             mass: MS performed LU  {at=6058838.491363088, lu_delay=5.180828589946032, ms=00049}
22:49:13.889908 run                osmo-ms-mob/00066: Starting mobile
22:49:13.923626 run       osmo-ms-mob/00066(pid=202): Launched
22:49:13.946298 run                             mass: MS start registered  {at=6058838.910651802, delay=0.009816066361963749, ms=00066}
22:49:14.224060 run                             mass: MS performed LU  {at=6058839.188400948, lu_delay=7.084752473980188, ms=00045}
22:49:14.250455 run                osmo-ms-mob/00067: Starting mobile
22:49:14.286797 run       osmo-ms-mob/00067(pid=203): Launched
22:49:14.310905 run                             mass: MS start registered  {at=6058839.275253596, delay=0.009378152899444103, ms=00067}
22:49:14.340125 run                             mass: MS performed LU  {at=6058839.304475298, lu_delay=4.7073114439845085, ms=00053}
22:49:14.381657 run                             mass: MS performed LU  {at=6058839.346016793, lu_delay=4.654998937621713, ms=00054}
22:49:14.407049 run                osmo-ms-mob/00068: Starting mobile
22:49:14.443914 run       osmo-ms-mob/00068(pid=204): Launched
22:49:14.469343 run                             mass: MS start registered  {at=6058839.433689222, delay=0.011601031757891178, ms=00068}
22:49:14.990126 run                osmo-ms-mob/00069: Starting mobile
22:49:15.025845 run       osmo-ms-mob/00069(pid=205): Launched
22:49:15.052669 run                             mass: MS start registered  {at=6058840.017016858, delay=0.010437374003231525, ms=00069}
22:49:15.101527 run                             mass: MS performed LU  {at=6058840.065848269, lu_delay=5.764788311906159, ms=00052}
22:49:15.138653 run                             mass: MS performed LU  {at=6058840.103007926, lu_delay=6.096234427765012, ms=00051}
22:49:15.229704 run                             mass: MS performed LU  {at=6058840.194070219, lu_delay=4.670490774326026, ms=00056}
22:49:15.255218 run                osmo-ms-mob/00070: Starting mobile
22:49:15.284633 run       osmo-ms-mob/00070(pid=206): Launched
22:49:15.308901 run                             mass: MS start registered  {at=6058840.273263436, delay=0.012361431494355202, ms=00070}
22:49:15.788110 run                osmo-ms-mob/00071: Starting mobile
22:49:15.816877 run       osmo-ms-mob/00071(pid=207): Launched
22:49:15.840812 run                             mass: MS start registered  {at=6058840.805201269, delay=0.011837746016681194, ms=00071}
22:49:16.189241 run                osmo-ms-mob/00072: Starting mobile
22:49:16.221506 run       osmo-ms-mob/00072(pid=208): Launched
22:49:16.247160 run                             mass: MS start registered  {at=6058841.211484742, delay=0.013105621561408043, ms=00072}
22:49:16.590125 run                osmo-ms-mob/00073: Starting mobile
22:49:16.621027 run       osmo-ms-mob/00073(pid=209): Launched
22:49:16.644540 run                             mass: MS start registered  {at=6058841.608867229, delay=0.010785878635942936, ms=00073}
22:49:16.987687 run                osmo-ms-mob/00074: Starting mobile
22:49:17.020382 run       osmo-ms-mob/00074(pid=210): Launched
22:49:17.045329 run                             mass: MS start registered  {at=6058842.009688391, delay=0.01205898355692625, ms=00074}
22:49:17.061672 run                             mass: MS performed LU  {at=6058842.026073889, lu_delay=5.369448001496494, ms=00060}
22:49:17.095039 run                             mass: MS performed LU  {at=6058842.059378778, lu_delay=6.250838938169181, ms=00057}
22:49:17.182847 run                             mass: MS performed LU  {at=6058842.147201399, lu_delay=5.937845236621797, ms=00058}
22:49:17.209892 run                osmo-ms-mob/00075: Starting mobile
22:49:17.241553 run       osmo-ms-mob/00075(pid=211): Launched
22:49:17.256547 run                             mass: MS performed LU  {at=6058842.220933868, lu_delay=5.768797566182911, ms=00059}
22:49:17.268578 run                             mass: MS start registered  {at=6058842.232999494, delay=0.012126300483942032, ms=00075}
22:49:17.280523 run                             mass: MS performed LU  {at=6058842.244926218, lu_delay=5.042415052652359, ms=00061}
22:49:17.292953 run                             mass: MS performed LU  {at=6058842.257367029, lu_delay=4.748417668044567, ms=00062}
22:49:17.888410 run                osmo-ms-mob/00076: Starting mobile
22:49:17.921916 run       osmo-ms-mob/00076(pid=212): Launched
22:49:17.945182 run                             mass: MS start registered  {at=6058842.909526641, delay=0.010742377489805222, ms=00076}
22:49:18.118864 run                             mass: MS performed LU  {at=6058843.083210345, lu_delay=3.80795674957335, ms=00067}
22:49:18.161597 run                             mass: MS performed LU  {at=6058843.125970422, lu_delay=3.6922812005504966, ms=00068}
22:49:18.182849 run                osmo-ms-mob/00077: Starting mobile
22:49:18.212560 run       osmo-ms-mob/00077(pid=213): Launched
22:49:18.237620 run                             mass: MS start registered  {at=6058843.202014999, delay=0.01332628633826971, ms=00077}
22:49:18.788859 run                osmo-ms-mob/00078: Starting mobile
22:49:18.818691 run       osmo-ms-mob/00078(pid=214): Launched
22:49:18.843794 run                             mass: MS start registered  {at=6058843.808150877, delay=0.013276041485369205, ms=00078}
22:49:18.856037 run                             mass: MS performed LU  {at=6058843.820450573, lu_delay=6.013502593152225, ms=00063}
22:49:18.868043 run                             mass: MS performed LU  {at=6058843.832464972, lu_delay=4.921813169494271, ms=00066}
22:49:18.995825 run                             mass: MS performed LU  {at=6058843.960201528, lu_delay=5.582268578931689, ms=00065}
22:49:19.017146 run                osmo-ms-mob/00079: Starting mobile
22:49:19.046594 run       osmo-ms-mob/00079(pid=215): Launched
22:49:19.071716 run                             mass: MS start registered  {at=6058844.036077498, delay=0.010126910172402859, ms=00079}
22:49:19.140377 run                             mass: MS performed LU  {at=6058844.104728373, lu_delay=5.886445702984929, ms=00064}
22:49:19.690605 run                osmo-ms-mob/00080: Starting mobile
22:49:19.723966 run       osmo-ms-mob/00080(pid=216): Launched
22:49:19.749151 run                             mass: MS start registered  {at=6058844.713504657, delay=0.01064129825681448, ms=00080}
22:49:20.189081 run                osmo-ms-mob/00081: Starting mobile
22:49:20.220497 run       osmo-ms-mob/00081(pid=217): Launched
22:49:20.249770 run                             mass: MS start registered  {at=6058845.214108828, delay=0.016637842170894146, ms=00081}
22:49:20.587473 run                osmo-ms-mob/00082: Starting mobile
22:49:20.619921 run       osmo-ms-mob/00082(pid=218): Launched
22:49:20.644545 run                             mass: MS start registered  {at=6058845.608905472, delay=0.01051250472664833, ms=00082}
22:49:20.814931 run                             mass: MS performed LU  {at=6058845.779265909, lu_delay=5.762249051593244, ms=00069}
22:49:20.832190 run                             mass: MS performed LU  {at=6058845.796597255, lu_delay=4.585112513042986, ms=00072}
22:49:20.860381 run                             mass: MS performed LU  {at=6058845.824737423, lu_delay=5.019536154344678, ms=00071}
22:49:20.947638 run                             mass: MS performed LU  {at=6058845.911988149, lu_delay=5.638724713586271, ms=00070}
22:49:20.973398 run                osmo-ms-mob/00083: Starting mobile
22:49:21.007293 run       osmo-ms-mob/00083(pid=219): Launched
22:49:21.030446 run                             mass: MS start registered  {at=6058845.994801162, delay=0.01079050824046135, ms=00083}
22:49:21.686914 run                osmo-ms-mob/00084: Starting mobile
22:49:21.718171 run       osmo-ms-mob/00084(pid=220): Launched
22:49:21.766060 run                             mass: MS start registered  {at=6058846.730390454, delay=0.03558325208723545, ms=00084}
22:49:22.189350 run                osmo-ms-mob/00085: Starting mobile
22:49:22.221418 run       osmo-ms-mob/00085(pid=221): Launched
22:49:22.244108 run                             mass: MS start registered  {at=6058847.208452182, delay=0.00986509770154953, ms=00085}
22:49:22.632462 run                             mass: MS performed LU  {at=6058847.596810601, lu_delay=5.363811106421053, ms=00075}
22:49:22.762378 run                             mass: MS performed LU  {at=6058847.726726445, lu_delay=4.81719980482012, ms=00076}
22:49:22.789233 run                osmo-ms-mob/00086: Starting mobile
22:49:22.821373 run       osmo-ms-mob/00086(pid=222): Launched
22:49:22.846140 run                             mass: MS start registered  {at=6058847.810491488, delay=0.012070375494658947, ms=00086}
22:49:22.888007 run                             mass: MS performed LU  {at=6058847.852353025, lu_delay=4.650338025763631, ms=00077}
22:49:22.905896 run                             mass: MS performed LU  {at=6058847.870270743, lu_delay=6.261403514072299, ms=00073}
22:49:23.387618 run                osmo-ms-mob/00087: Starting mobile
22:49:23.419314 run       osmo-ms-mob/00087(pid=223): Launched
22:49:23.446367 run                             mass: MS start registered  {at=6058848.410713667, delay=0.01485633198171854, ms=00087}
22:49:23.989399 run                osmo-ms-mob/00088: Starting mobile
22:49:24.026172 run       osmo-ms-mob/00088(pid=224): Launched
22:49:24.049570 run                             mass: MS start registered  {at=6058849.013911451, delay=0.005935279652476311, ms=00088}
22:49:24.588146 run                osmo-ms-mob/00089: Starting mobile
22:49:24.618289 run       osmo-ms-mob/00089(pid=225): Launched
22:49:24.630120 run                             mass: MS performed LU  {at=6058849.594519182, lu_delay=5.786368304863572, ms=00078}
22:49:24.641313 run                             mass: MS performed LU  {at=6058849.605744678, lu_delay=5.569667179137468, ms=00079}
22:49:24.652359 run                             mass: MS performed LU  {at=6058849.616790777, lu_delay=4.903286119922996, ms=00080}
22:49:24.663454 run                             mass: MS start registered  {at=6058849.627881048, delay=0.03341412451118231, ms=00089}
22:49:24.714022 run                             mass: MS performed LU  {at=6058849.67839368, lu_delay=22.771188849583268, ms=00030}
22:49:25.041201 run                             mass: MS performed LU  {at=6058850.005559788, lu_delay=4.7914509596303105, ms=00081}
22:49:25.065515 run                osmo-ms-mob/00090: Starting mobile
22:49:25.096349 run       osmo-ms-mob/00090(pid=226): Launched
22:49:25.129814 run                             mass: MS start registered  {at=6058850.094141747, delay=0.02146004792302847, ms=00090}
22:49:25.888303 run                osmo-ms-mob/00091: Starting mobile
22:49:25.919348 run       osmo-ms-mob/00091(pid=227): Launched
22:49:25.942385 run                             mass: MS start registered  {at=6058850.90675128, delay=0.010826786048710346, ms=00091}
22:49:26.397986 run                             mass: MS performed LU  {at=6058851.3623059, lu_delay=5.367504738271236, ms=00083}
22:49:26.417883 run                             mass: MS performed LU  {at=6058851.382259025, lu_delay=4.651868571527302, ms=00084}
22:49:26.441647 run                osmo-ms-mob/00092: Starting mobile
22:49:26.473654 run       osmo-ms-mob/00092(pid=228): Launched
22:49:26.497181 run                             mass: MS start registered  {at=6058851.461526071, delay=0.01087701041251421, ms=00092}
22:49:26.527712 run                             mass: MS performed LU  {at=6058851.492051023, lu_delay=5.883145551197231, ms=00082}
22:49:26.907162 run                             mass: MS performed LU  {at=6058851.871514187, lu_delay=22.89451126754284, ms=00036}
22:49:27.387234 run                osmo-ms-mob/00093: Starting mobile
22:49:27.417022 run       osmo-ms-mob/00093(pid=229): Launched
22:49:27.439197 run                             mass: MS start registered  {at=6058852.403575212, delay=0.010242016986012459, ms=00093}
22:49:28.288854 run                osmo-ms-mob/00094: Starting mobile
22:49:28.321914 run       osmo-ms-mob/00094(pid=230): Launched
22:49:28.344054 run                             mass: MS start registered  {at=6058853.308405576, delay=0.007915934547781944, ms=00094}
22:49:28.358771 run                             mass: MS performed LU  {at=6058853.323171939, lu_delay=6.1147197568789124, ms=00085}
22:49:28.370394 run                             mass: MS performed LU  {at=6058853.334816843, lu_delay=5.5243253549560905, ms=00086}
22:49:28.391781 run                             mass: MS performed LU  {at=6058853.356168969, lu_delay=4.945455301553011, ms=00087}
22:49:28.480388 run                             mass: MS performed LU  {at=6058853.444722594, lu_delay=22.51595009956509, ms=00042}
22:49:29.189596 run                osmo-ms-mob/00095: Starting mobile
22:49:29.222700 run       osmo-ms-mob/00095(pid=231): Launched
22:49:29.247514 run                             mass: MS start registered  {at=6058854.211856866, delay=0.012442683801054955, ms=00095}
22:49:30.145281 run                             mass: MS performed LU  {at=6058855.10960833, lu_delay=6.095696878619492, ms=00088}
22:49:30.171115 run                osmo-ms-mob/00096: Starting mobile
22:49:30.202463 run       osmo-ms-mob/00096(pid=232): Launched
22:49:30.214534 run                             mass: MS performed LU  {at=6058855.178929325, lu_delay=5.084787578321993, ms=00090}
22:49:30.225885 run                             mass: MS start registered  {at=6058855.190312026, delay=0.011440308764576912, ms=00096}
22:49:30.293566 run                             mass: MS performed LU  {at=6058855.257947623, lu_delay=5.630066574551165, ms=00089}
22:49:31.290518 run                osmo-ms-mob/00097: Starting mobile
22:49:31.332917 run       osmo-ms-mob/00097(pid=233): Launched
22:49:31.354226 run                             mass: MS start registered  {at=6058856.318580711, delay=0.00881966296583414, ms=00097}
22:49:32.111786 run                             mass: MS performed LU  {at=6058857.076132495, lu_delay=4.672557283192873, ms=00093}
22:49:32.129597 run                             mass: MS performed LU  {at=6058857.093953832, lu_delay=5.632427761331201, ms=00092}
22:49:32.157904 run                             mass: MS performed LU  {at=6058857.122270422, lu_delay=6.215519142337143, ms=00091}
22:49:32.245439 run                             mass: MS performed LU  {at=6058857.209789653, lu_delay=22.403613400645554, ms=00055}
22:49:32.589639 run                osmo-ms-mob/00098: Starting mobile
22:49:32.621174 run       osmo-ms-mob/00098(pid=234): Launched
22:49:32.662847 run                             mass: MS start registered  {at=6058857.627190827, delay=0.023883074522018433, ms=00098}
22:49:33.911210 run                             mass: MS performed LU  {at=6058858.875548228, lu_delay=5.567142651416361, ms=00094}
22:49:34.059240 run                             mass: MS performed LU  {at=6058859.023577708, lu_delay=4.811720841564238, ms=00095}
22:49:34.388936 run                osmo-ms-mob/00099: Starting mobile
22:49:34.420553 run       osmo-ms-mob/00099(pid=235): Launched
22:49:34.432325 run                             mass: All started... {duration=55.759327782317996, too_slow=0}
22:49:34.446151 run                             mass: MS start registered  {at=6058859.410555331, delay=0.013807269744575024, ms=00099}
22:49:35.878001 run                             mass: MS performed LU  {at=6058860.842309368, lu_delay=5.651997341774404, ms=00096}
22:49:36.367032 run                             mass: MS performed LU  {at=6058861.331374111, lu_delay=5.0127933993935585, ms=00097}
22:49:37.807196 run                             mass: MS performed LU  {at=6058862.771531177, lu_delay=5.1443403493613005, ms=00098}
22:49:39.643549 run                             mass: MS performed LU  {at=6058864.607906518, lu_delay=5.1973511865362525, ms=00099}
22:49:39.897172 run                             mass: MS performed LU  {at=6058864.861536314, lu_delay=22.851847922429442, ms=00074}
22:49:39.912029 run                             mass: Tests done {all_completed=True, max=22.89451126754284, min=3.6922812005504966}
22:49:39.924139 tst         register_default_mass.py: Test passed (82.9 sec)
22:49:39.932653 run pcap-recorder_any(filters='host 127.0.42.2')(pid=23): Terminating (SIGTERM)
22:49:39.937019 run      osmo-hlr_127.0.42.2(pid=24): Terminating (SIGTERM)
22:49:39.941338 run pcap-recorder_any(filters='host 127.0.42.5 and port not 22')(pid=25): Terminating (SIGTERM)
22:49:39.945682 run      osmo-stp_127.0.42.5(pid=26): Terminating (SIGTERM)
22:49:39.950022 run pcap-recorder_any(filters='host 127.0.42.6 and port not 22')(pid=27): Terminating (SIGTERM)
22:49:39.954453 run      osmo-msc_127.0.42.6(pid=28): Terminating (SIGTERM)
22:49:39.958864 run pcap-recorder_any(filters='host 127.0.42.3 and port not 22')(pid=29): Terminating (SIGTERM)
22:49:39.963243 run      osmo-mgw_127.0.42.3(pid=30): Terminating (SIGTERM)
22:49:39.967646 run pcap-recorder_any(filters='host 127.0.42.4 and port not 22')(pid=31): Terminating (SIGTERM)
22:49:39.972057 run      osmo-mgw_127.0.42.4(pid=32): Terminating (SIGTERM)
22:49:39.976380 run pcap-recorder_any(filters='host 127.0.42.7 and port not 22')(pid=33): Terminating (SIGTERM)
22:49:39.980704 run      osmo-bsc_127.0.42.7(pid=34): Terminating (SIGTERM)
22:49:39.985030 run         osmo-bts-virtual(pid=35): Terminating (SIGTERM)
22:49:39.989388 run   osmo-ms-virt-phy/00000(pid=36): Terminating (SIGTERM)
22:49:39.993798 run   osmo-ms-virt-phy/00001(pid=37): Terminating (SIGTERM)
22:49:39.998226 run   osmo-ms-virt-phy/00002(pid=38): Terminating (SIGTERM)
22:49:40.002842 run   osmo-ms-virt-phy/00003(pid=39): Terminating (SIGTERM)
22:49:40.008549 run   osmo-ms-virt-phy/00004(pid=40): Terminating (SIGTERM)
22:49:40.013331 run   osmo-ms-virt-phy/00005(pid=41): Terminating (SIGTERM)
22:49:40.018866 run   osmo-ms-virt-phy/00006(pid=42): Terminating (SIGTERM)
22:49:40.024970 run   osmo-ms-virt-phy/00007(pid=43): Terminating (SIGTERM)
22:49:40.029432 run   osmo-ms-virt-phy/00008(pid=44): Terminating (SIGTERM)
22:49:40.034239 run   osmo-ms-virt-phy/00009(pid=45): Terminating (SIGTERM)
22:49:40.039132 run   osmo-ms-virt-phy/00010(pid=46): Terminating (SIGTERM)
22:49:40.044918 run   osmo-ms-virt-phy/00011(pid=47): Terminating (SIGTERM)
22:49:40.050421 run   osmo-ms-virt-phy/00012(pid=48): Terminating (SIGTERM)
22:49:40.054997 run   osmo-ms-virt-phy/00013(pid=49): Terminating (SIGTERM)
22:49:40.059637 run   osmo-ms-virt-phy/00014(pid=50): Terminating (SIGTERM)
22:49:40.065022 run   osmo-ms-virt-phy/00015(pid=51): Terminating (SIGTERM)
22:49:40.070097 run   osmo-ms-virt-phy/00016(pid=52): Terminating (SIGTERM)
22:49:40.074969 run   osmo-ms-virt-phy/00017(pid=53): Terminating (SIGTERM)
22:49:40.079791 run   osmo-ms-virt-phy/00018(pid=54): Terminating (SIGTERM)
22:49:40.086737 run   osmo-ms-virt-phy/00019(pid=55): Terminating (SIGTERM)
22:49:40.091222 run   osmo-ms-virt-phy/00020(pid=56): Terminating (SIGTERM)
22:49:40.095759 run   osmo-ms-virt-phy/00021(pid=57): Terminating (SIGTERM)
22:49:40.100172 run   osmo-ms-virt-phy/00022(pid=58): Terminating (SIGTERM)
22:49:40.104586 run   osmo-ms-virt-phy/00023(pid=59): Terminating (SIGTERM)
22:49:40.109732 run   osmo-ms-virt-phy/00024(pid=60): Terminating (SIGTERM)
22:49:40.114610 run   osmo-ms-virt-phy/00025(pid=61): Terminating (SIGTERM)
22:49:40.119075 run   osmo-ms-virt-phy/00026(pid=62): Terminating (SIGTERM)
22:49:40.123534 run   osmo-ms-virt-phy/00027(pid=63): Terminating (SIGTERM)
22:49:40.128143 run   osmo-ms-virt-phy/00028(pid=64): Terminating (SIGTERM)
22:49:40.132908 run   osmo-ms-virt-phy/00029(pid=65): Terminating (SIGTERM)
22:49:40.137444 run   osmo-ms-virt-phy/00030(pid=66): Terminating (SIGTERM)
22:49:40.141908 run   osmo-ms-virt-phy/00031(pid=67): Terminating (SIGTERM)
22:49:40.147395 run   osmo-ms-virt-phy/00032(pid=68): Terminating (SIGTERM)
22:49:40.152417 run   osmo-ms-virt-phy/00033(pid=69): Terminating (SIGTERM)
22:49:40.157462 run   osmo-ms-virt-phy/00034(pid=70): Terminating (SIGTERM)
22:49:40.162523 run   osmo-ms-virt-phy/00035(pid=71): Terminating (SIGTERM)
22:49:40.167211 run   osmo-ms-virt-phy/00036(pid=72): Terminating (SIGTERM)
22:49:40.171832 run   osmo-ms-virt-phy/00037(pid=73): Terminating (SIGTERM)
22:49:40.176831 run   osmo-ms-virt-phy/00038(pid=74): Terminating (SIGTERM)
22:49:40.182383 run   osmo-ms-virt-phy/00039(pid=75): Terminating (SIGTERM)
22:49:40.187134 run   osmo-ms-virt-phy/00040(pid=76): Terminating (SIGTERM)
22:49:40.192858 run   osmo-ms-virt-phy/00041(pid=77): Terminating (SIGTERM)
22:49:40.198407 run   osmo-ms-virt-phy/00042(pid=78): Terminating (SIGTERM)
22:49:40.202859 run   osmo-ms-virt-phy/00043(pid=79): Terminating (SIGTERM)
22:49:40.207853 run   osmo-ms-virt-phy/00044(pid=80): Terminating (SIGTERM)
22:49:40.213077 run   osmo-ms-virt-phy/00045(pid=81): Terminating (SIGTERM)
22:49:40.218660 run   osmo-ms-virt-phy/00046(pid=82): Terminating (SIGTERM)
22:49:40.223460 run   osmo-ms-virt-phy/00047(pid=83): Terminating (SIGTERM)
22:49:40.228427 run   osmo-ms-virt-phy/00048(pid=84): Terminating (SIGTERM)
22:49:40.234034 run   osmo-ms-virt-phy/00049(pid=85): Terminating (SIGTERM)
22:49:40.239191 run   osmo-ms-virt-phy/00050(pid=86): Terminating (SIGTERM)
22:49:40.243821 run   osmo-ms-virt-phy/00051(pid=87): Terminating (SIGTERM)
22:49:40.249138 run   osmo-ms-virt-phy/00052(pid=88): Terminating (SIGTERM)
22:49:40.253609 run   osmo-ms-virt-phy/00053(pid=89): Terminating (SIGTERM)
22:49:40.258866 run   osmo-ms-virt-phy/00054(pid=90): Terminating (SIGTERM)
22:49:40.263449 run   osmo-ms-virt-phy/00055(pid=91): Terminating (SIGTERM)
22:49:40.268659 run   osmo-ms-virt-phy/00056(pid=92): Terminating (SIGTERM)
22:49:40.273836 run   osmo-ms-virt-phy/00057(pid=93): Terminating (SIGTERM)
22:49:40.278517 run   osmo-ms-virt-phy/00058(pid=94): Terminating (SIGTERM)
22:49:40.283000 run   osmo-ms-virt-phy/00059(pid=95): Terminating (SIGTERM)
22:49:40.287544 run   osmo-ms-virt-phy/00060(pid=96): Terminating (SIGTERM)
22:49:40.292088 run   osmo-ms-virt-phy/00061(pid=97): Terminating (SIGTERM)
22:49:40.296860 run   osmo-ms-virt-phy/00062(pid=98): Terminating (SIGTERM)
22:49:40.301410 run   osmo-ms-virt-phy/00063(pid=99): Terminating (SIGTERM)
22:49:40.306274 run  osmo-ms-virt-phy/00064(pid=100): Terminating (SIGTERM)
22:49:40.310764 run  osmo-ms-virt-phy/00065(pid=101): Terminating (SIGTERM)
22:49:40.315317 run  osmo-ms-virt-phy/00066(pid=102): Terminating (SIGTERM)
22:49:40.321463 run  osmo-ms-virt-phy/00067(pid=103): Terminating (SIGTERM)
22:49:40.326185 run  osmo-ms-virt-phy/00068(pid=104): Terminating (SIGTERM)
22:49:40.331345 run  osmo-ms-virt-phy/00069(pid=105): Terminating (SIGTERM)
22:49:40.336055 run  osmo-ms-virt-phy/00070(pid=106): Terminating (SIGTERM)
22:49:40.340627 run  osmo-ms-virt-phy/00071(pid=107): Terminating (SIGTERM)
22:49:40.345216 run  osmo-ms-virt-phy/00072(pid=108): Terminating (SIGTERM)
22:49:40.349862 run  osmo-ms-virt-phy/00073(pid=109): Terminating (SIGTERM)
22:49:40.354428 run  osmo-ms-virt-phy/00074(pid=110): Terminating (SIGTERM)
22:49:40.358959 run  osmo-ms-virt-phy/00075(pid=111): Terminating (SIGTERM)
22:49:40.363948 run  osmo-ms-virt-phy/00076(pid=112): Terminating (SIGTERM)
22:49:40.369149 run  osmo-ms-virt-phy/00077(pid=113): Terminating (SIGTERM)
22:49:40.374523 run  osmo-ms-virt-phy/00078(pid=114): Terminating (SIGTERM)
22:49:40.381556 run  osmo-ms-virt-phy/00079(pid=115): Terminating (SIGTERM)
22:49:40.388361 run  osmo-ms-virt-phy/00080(pid=116): Terminating (SIGTERM)
22:49:40.394680 run  osmo-ms-virt-phy/00081(pid=117): Terminating (SIGTERM)
22:49:40.399422 run  osmo-ms-virt-phy/00082(pid=118): Terminating (SIGTERM)
22:49:40.404063 run  osmo-ms-virt-phy/00083(pid=119): Terminating (SIGTERM)
22:49:40.409486 run  osmo-ms-virt-phy/00084(pid=120): Terminating (SIGTERM)
22:49:40.414100 run  osmo-ms-virt-phy/00085(pid=121): Terminating (SIGTERM)
22:49:40.418531 run  osmo-ms-virt-phy/00086(pid=122): Terminating (SIGTERM)
22:49:40.422967 run  osmo-ms-virt-phy/00087(pid=123): Terminating (SIGTERM)
22:49:40.427676 run  osmo-ms-virt-phy/00088(pid=124): Terminating (SIGTERM)
22:49:40.432826 run  osmo-ms-virt-phy/00089(pid=125): Terminating (SIGTERM)
22:49:40.437819 run  osmo-ms-virt-phy/00090(pid=126): Terminating (SIGTERM)
22:49:40.443226 run  osmo-ms-virt-phy/00091(pid=127): Terminating (SIGTERM)
22:49:40.448021 run  osmo-ms-virt-phy/00092(pid=128): Terminating (SIGTERM)
22:49:40.452811 run  osmo-ms-virt-phy/00093(pid=129): Terminating (SIGTERM)
22:49:40.458130 run  osmo-ms-virt-phy/00094(pid=130): Terminating (SIGTERM)
22:49:40.462741 run  osmo-ms-virt-phy/00095(pid=131): Terminating (SIGTERM)
22:49:40.468247 run  osmo-ms-virt-phy/00096(pid=132): Terminating (SIGTERM)
22:49:40.472950 run  osmo-ms-virt-phy/00097(pid=133): Terminating (SIGTERM)
22:49:40.477679 run  osmo-ms-virt-phy/00098(pid=134): Terminating (SIGTERM)
22:49:40.483069 run  osmo-ms-virt-phy/00099(pid=135): Terminating (SIGTERM)
22:49:40.488679 run       osmo-ms-mob/00000(pid=136): Terminating (SIGTERM)
22:49:40.493315 run       osmo-ms-mob/00001(pid=137): Terminating (SIGTERM)
22:49:40.497909 run       osmo-ms-mob/00002(pid=138): Terminating (SIGTERM)
22:49:40.502411 run       osmo-ms-mob/00003(pid=139): Terminating (SIGTERM)
22:49:40.506851 run       osmo-ms-mob/00004(pid=140): Terminating (SIGTERM)
22:49:40.512695 run       osmo-ms-mob/00005(pid=141): Terminating (SIGTERM)
22:49:40.517099 run       osmo-ms-mob/00006(pid=142): Terminating (SIGTERM)
22:49:40.521559 run       osmo-ms-mob/00007(pid=143): Terminating (SIGTERM)
22:49:40.526076 run       osmo-ms-mob/00008(pid=144): Terminating (SIGTERM)
22:49:40.530421 run       osmo-ms-mob/00009(pid=145): Terminating (SIGTERM)
22:49:40.534798 run       osmo-ms-mob/00010(pid=146): Terminating (SIGTERM)
22:49:40.539185 run       osmo-ms-mob/00011(pid=147): Terminating (SIGTERM)
22:49:40.543623 run       osmo-ms-mob/00012(pid=148): Terminating (SIGTERM)
22:49:40.548030 run       osmo-ms-mob/00013(pid=149): Terminating (SIGTERM)
22:49:40.552460 run       osmo-ms-mob/00014(pid=150): Terminating (SIGTERM)
22:49:40.556866 run       osmo-ms-mob/00015(pid=151): Terminating (SIGTERM)
22:49:40.561207 run       osmo-ms-mob/00016(pid=152): Terminating (SIGTERM)
22:49:40.565549 run       osmo-ms-mob/00017(pid=153): Terminating (SIGTERM)
22:49:40.569948 run       osmo-ms-mob/00018(pid=154): Terminating (SIGTERM)
22:49:40.574371 run       osmo-ms-mob/00019(pid=155): Terminating (SIGTERM)
22:49:40.578757 run       osmo-ms-mob/00020(pid=156): Terminating (SIGTERM)
22:49:40.583158 run       osmo-ms-mob/00021(pid=157): Terminating (SIGTERM)
22:49:40.587634 run       osmo-ms-mob/00022(pid=158): Terminating (SIGTERM)
22:49:40.591990 run       osmo-ms-mob/00023(pid=159): Terminating (SIGTERM)
22:49:40.596362 run       osmo-ms-mob/00024(pid=160): Terminating (SIGTERM)
22:49:40.600753 run       osmo-ms-mob/00025(pid=161): Terminating (SIGTERM)
22:49:40.605137 run       osmo-ms-mob/00026(pid=162): Terminating (SIGTERM)
22:49:40.609527 run       osmo-ms-mob/00027(pid=163): Terminating (SIGTERM)
22:49:40.613960 run       osmo-ms-mob/00028(pid=164): Terminating (SIGTERM)
22:49:40.618418 run       osmo-ms-mob/00029(pid=165): Terminating (SIGTERM)
22:49:40.623012 run       osmo-ms-mob/00030(pid=166): Terminating (SIGTERM)
22:49:40.627559 run       osmo-ms-mob/00031(pid=167): Terminating (SIGTERM)
22:49:40.632693 run       osmo-ms-mob/00032(pid=168): Terminating (SIGTERM)
22:49:40.637317 run       osmo-ms-mob/00033(pid=169): Terminating (SIGTERM)
22:49:40.641792 run       osmo-ms-mob/00034(pid=170): Terminating (SIGTERM)
22:49:40.646218 run       osmo-ms-mob/00035(pid=171): Terminating (SIGTERM)
22:49:40.650715 run       osmo-ms-mob/00036(pid=172): Terminating (SIGTERM)
22:49:40.655138 run       osmo-ms-mob/00037(pid=173): Terminating (SIGTERM)
22:49:40.659606 run       osmo-ms-mob/00038(pid=174): Terminating (SIGTERM)
22:49:40.664077 run       osmo-ms-mob/00039(pid=175): Terminating (SIGTERM)
22:49:40.668541 run       osmo-ms-mob/00040(pid=176): Terminating (SIGTERM)
22:49:40.673046 run       osmo-ms-mob/00041(pid=177): Terminating (SIGTERM)
22:49:40.677484 run       osmo-ms-mob/00042(pid=178): Terminating (SIGTERM)
22:49:40.681840 run       osmo-ms-mob/00043(pid=179): Terminating (SIGTERM)
22:49:40.686175 run       osmo-ms-mob/00044(pid=180): Terminating (SIGTERM)
22:49:40.690560 run       osmo-ms-mob/00045(pid=181): Terminating (SIGTERM)
22:49:40.694881 run       osmo-ms-mob/00046(pid=182): Terminating (SIGTERM)
22:49:40.699198 run       osmo-ms-mob/00047(pid=183): Terminating (SIGTERM)
22:49:40.703524 run       osmo-ms-mob/00048(pid=184): Terminating (SIGTERM)
22:49:40.707946 run       osmo-ms-mob/00049(pid=185): Terminating (SIGTERM)
22:49:40.712365 run       osmo-ms-mob/00050(pid=186): Terminating (SIGTERM)
22:49:40.716680 run       osmo-ms-mob/00051(pid=187): Terminating (SIGTERM)
22:49:40.721003 run       osmo-ms-mob/00052(pid=188): Terminating (SIGTERM)
22:49:40.725350 run       osmo-ms-mob/00053(pid=189): Terminating (SIGTERM)
22:49:40.729701 run       osmo-ms-mob/00054(pid=190): Terminating (SIGTERM)
22:49:40.734054 run       osmo-ms-mob/00055(pid=191): Terminating (SIGTERM)
22:49:40.738395 run       osmo-ms-mob/00056(pid=192): Terminating (SIGTERM)
22:49:40.742792 run       osmo-ms-mob/00057(pid=193): Terminating (SIGTERM)
22:49:40.747157 run       osmo-ms-mob/00058(pid=194): Terminating (SIGTERM)
22:49:40.751484 run       osmo-ms-mob/00059(pid=195): Terminating (SIGTERM)
22:49:40.755872 run       osmo-ms-mob/00060(pid=196): Terminating (SIGTERM)
22:49:40.760319 run       osmo-ms-mob/00061(pid=197): Terminating (SIGTERM)
22:49:40.764721 run       osmo-ms-mob/00062(pid=198): Terminating (SIGTERM)
22:49:40.769130 run       osmo-ms-mob/00063(pid=199): Terminating (SIGTERM)
22:49:40.773639 run       osmo-ms-mob/00064(pid=200): Terminating (SIGTERM)
22:49:40.778070 run       osmo-ms-mob/00065(pid=201): Terminating (SIGTERM)
22:49:40.782447 run       osmo-ms-mob/00066(pid=202): Terminating (SIGTERM)
22:49:40.786809 run       osmo-ms-mob/00067(pid=203): Terminating (SIGTERM)
22:49:40.791441 run       osmo-ms-mob/00068(pid=204): Terminating (SIGTERM)
22:49:40.796606 run       osmo-ms-mob/00069(pid=205): Terminating (SIGTERM)
22:49:40.802986 run       osmo-ms-mob/00070(pid=206): Terminating (SIGTERM)
22:49:40.808228 run       osmo-ms-mob/00071(pid=207): Terminating (SIGTERM)
22:49:40.812862 run       osmo-ms-mob/00072(pid=208): Terminating (SIGTERM)
22:49:40.817280 run       osmo-ms-mob/00073(pid=209): Terminating (SIGTERM)
22:49:40.821726 run       osmo-ms-mob/00074(pid=210): Terminating (SIGTERM)
22:49:40.826137 run       osmo-ms-mob/00075(pid=211): Terminating (SIGTERM)
22:49:40.830601 run       osmo-ms-mob/00076(pid=212): Terminating (SIGTERM)
22:49:40.835700 run       osmo-ms-mob/00077(pid=213): Terminating (SIGTERM)
22:49:40.840215 run       osmo-ms-mob/00078(pid=214): Terminating (SIGTERM)
22:49:40.844637 run       osmo-ms-mob/00079(pid=215): Terminating (SIGTERM)
22:49:40.849149 run       osmo-ms-mob/00080(pid=216): Terminating (SIGTERM)
22:49:40.853645 run       osmo-ms-mob/00081(pid=217): Terminating (SIGTERM)
22:49:40.858159 run       osmo-ms-mob/00082(pid=218): Terminating (SIGTERM)
22:49:40.862643 run       osmo-ms-mob/00083(pid=219): Terminating (SIGTERM)
22:49:40.867163 run       osmo-ms-mob/00084(pid=220): Terminating (SIGTERM)
22:49:40.871656 run       osmo-ms-mob/00085(pid=221): Terminating (SIGTERM)
22:49:40.876171 run       osmo-ms-mob/00086(pid=222): Terminating (SIGTERM)
22:49:40.880644 run       osmo-ms-mob/00087(pid=223): Terminating (SIGTERM)
22:49:40.885076 run       osmo-ms-mob/00088(pid=224): Terminating (SIGTERM)
22:49:40.889502 run       osmo-ms-mob/00089(pid=225): Terminating (SIGTERM)
22:49:40.893954 run       osmo-ms-mob/00090(pid=226): Terminating (SIGTERM)
22:49:40.898348 run       osmo-ms-mob/00091(pid=227): Terminating (SIGTERM)
22:49:40.902729 run       osmo-ms-mob/00092(pid=228): Terminating (SIGTERM)
22:49:40.907130 run       osmo-ms-mob/00093(pid=229): Terminating (SIGTERM)
22:49:40.911748 run       osmo-ms-mob/00094(pid=230): Terminating (SIGTERM)
22:49:40.916108 run       osmo-ms-mob/00095(pid=231): Terminating (SIGTERM)
22:49:40.920445 run       osmo-ms-mob/00096(pid=232): Terminating (SIGTERM)
22:49:40.924800 run       osmo-ms-mob/00097(pid=233): Terminating (SIGTERM)
22:49:40.929145 run       osmo-ms-mob/00098(pid=234): Terminating (SIGTERM)
22:49:40.933488 run       osmo-ms-mob/00099(pid=235): Terminating (SIGTERM)
22:49:40.937859 ---      ParallelTerminationStrategy: PID 23 died...
22:49:40.939893 run pcap-recorder_any(filters='host 127.0.42.2')(pid=23): Terminated: ok {rc=0}
22:49:40.944726 ---      ParallelTerminationStrategy: PID 24 died...
22:49:40.946721 run      osmo-hlr_127.0.42.2(pid=24): Terminated: ok {rc=0}
22:49:40.951497 ---      ParallelTerminationStrategy: PID 25 died...
22:49:40.953504 run pcap-recorder_any(filters='host 127.0.42.5 and port not 22')(pid=25): Terminated: ok {rc=0}
22:49:40.958247 ---      ParallelTerminationStrategy: PID 26 died...
22:49:40.960257 run      osmo-stp_127.0.42.5(pid=26): Terminated: ok {rc=0}
22:49:40.965037 ---      ParallelTerminationStrategy: PID 27 died...
22:49:40.967064 run pcap-recorder_any(filters='host 127.0.42.6 and port not 22')(pid=27): Terminated: ok {rc=0}
22:49:40.971998 ---      ParallelTerminationStrategy: PID 28 died...
22:49:40.974043 run      osmo-msc_127.0.42.6(pid=28): Terminated: ok {rc=0}
22:49:40.978828 ---      ParallelTerminationStrategy: PID 29 died...
22:49:40.980829 run pcap-recorder_any(filters='host 127.0.42.3 and port not 22')(pid=29): Terminated: ok {rc=0}
22:49:40.985649 ---      ParallelTerminationStrategy: PID 30 died...
22:49:40.987677 run      osmo-mgw_127.0.42.3(pid=30): Terminated {rc=15}
22:49:40.992525 ---      ParallelTerminationStrategy: PID 31 died...
22:49:40.994544 run pcap-recorder_any(filters='host 127.0.42.4 and port not 22')(pid=31): Terminated: ok {rc=0}
22:49:40.999354 ---      ParallelTerminationStrategy: PID 32 died...
22:49:41.001405 run      osmo-mgw_127.0.42.4(pid=32): Terminated {rc=15}
22:49:41.006243 ---      ParallelTerminationStrategy: PID 33 died...
22:49:41.008295 run pcap-recorder_any(filters='host 127.0.42.7 and port not 22')(pid=33): Terminated: ok {rc=0}
22:49:41.013158 ---      ParallelTerminationStrategy: PID 34 died...
22:49:41.015235 run      osmo-bsc_127.0.42.7(pid=34): Terminated: ok {rc=0}
22:49:41.020167 ---      ParallelTerminationStrategy: PID 36 died...
22:49:41.022209 run   osmo-ms-virt-phy/00000(pid=36): Terminated: ok {rc=0}
22:49:41.027112 ---      ParallelTerminationStrategy: PID 37 died...
22:49:41.029144 run   osmo-ms-virt-phy/00001(pid=37): Terminated: ok {rc=0}
22:49:41.034010 ---      ParallelTerminationStrategy: PID 38 died...
22:49:41.036068 run   osmo-ms-virt-phy/00002(pid=38): Terminated: ok {rc=0}
22:49:41.040892 ---      ParallelTerminationStrategy: PID 39 died...
22:49:41.042899 run   osmo-ms-virt-phy/00003(pid=39): Terminated: ok {rc=0}
22:49:41.047775 ---      ParallelTerminationStrategy: PID 40 died...
22:49:41.049775 run   osmo-ms-virt-phy/00004(pid=40): Terminated: ok {rc=0}
22:49:41.054615 ---      ParallelTerminationStrategy: PID 41 died...
22:49:41.056628 run   osmo-ms-virt-phy/00005(pid=41): Terminated: ok {rc=0}
22:49:41.061527 ---      ParallelTerminationStrategy: PID 42 died...
22:49:41.063637 run   osmo-ms-virt-phy/00006(pid=42): Terminated: ok {rc=0}
22:49:41.068663 ---      ParallelTerminationStrategy: PID 43 died...
22:49:41.070681 run   osmo-ms-virt-phy/00007(pid=43): Terminated: ok {rc=0}
22:49:41.075615 ---      ParallelTerminationStrategy: PID 44 died...
22:49:41.077641 run   osmo-ms-virt-phy/00008(pid=44): Terminated: ok {rc=0}
22:49:41.082510 ---      ParallelTerminationStrategy: PID 45 died...
22:49:41.084639 run   osmo-ms-virt-phy/00009(pid=45): Terminated: ok {rc=0}
22:49:41.089536 ---      ParallelTerminationStrategy: PID 46 died...
22:49:41.091595 run   osmo-ms-virt-phy/00010(pid=46): Terminated: ok {rc=0}
22:49:41.096493 ---      ParallelTerminationStrategy: PID 47 died...
22:49:41.098506 run   osmo-ms-virt-phy/00011(pid=47): Terminated: ok {rc=0}
22:49:41.103363 ---      ParallelTerminationStrategy: PID 48 died...
22:49:41.105395 run   osmo-ms-virt-phy/00012(pid=48): Terminated: ok {rc=0}
22:49:41.110273 ---      ParallelTerminationStrategy: PID 49 died...
22:49:41.112321 run   osmo-ms-virt-phy/00013(pid=49): Terminated: ok {rc=0}
22:49:41.117190 ---      ParallelTerminationStrategy: PID 50 died...
22:49:41.119217 run   osmo-ms-virt-phy/00014(pid=50): Terminated: ok {rc=0}
22:49:41.124121 ---      ParallelTerminationStrategy: PID 51 died...
22:49:41.126151 run   osmo-ms-virt-phy/00015(pid=51): Terminated: ok {rc=0}
22:49:41.131058 ---      ParallelTerminationStrategy: PID 52 died...
22:49:41.133096 run   osmo-ms-virt-phy/00016(pid=52): Terminated: ok {rc=0}
22:49:41.137924 ---      ParallelTerminationStrategy: PID 53 died...
22:49:41.139964 run   osmo-ms-virt-phy/00017(pid=53): Terminated: ok {rc=0}
22:49:41.144734 ---      ParallelTerminationStrategy: PID 54 died...
22:49:41.146742 run   osmo-ms-virt-phy/00018(pid=54): Terminated: ok {rc=0}
22:49:41.151630 ---      ParallelTerminationStrategy: PID 55 died...
22:49:41.153649 run   osmo-ms-virt-phy/00019(pid=55): Terminated: ok {rc=0}
22:49:41.158446 ---      ParallelTerminationStrategy: PID 56 died...
22:49:41.160484 run   osmo-ms-virt-phy/00020(pid=56): Terminated: ok {rc=0}
22:49:41.165353 ---      ParallelTerminationStrategy: PID 57 died...
22:49:41.167375 run   osmo-ms-virt-phy/00021(pid=57): Terminated: ok {rc=0}
22:49:41.172279 ---      ParallelTerminationStrategy: PID 58 died...
22:49:41.174323 run   osmo-ms-virt-phy/00022(pid=58): Terminated: ok {rc=0}
22:49:41.179165 ---      ParallelTerminationStrategy: PID 59 died...
22:49:41.181187 run   osmo-ms-virt-phy/00023(pid=59): Terminated: ok {rc=0}
22:49:41.185957 ---      ParallelTerminationStrategy: PID 60 died...
22:49:41.187981 run   osmo-ms-virt-phy/00024(pid=60): Terminated: ok {rc=0}
22:49:41.192784 ---      ParallelTerminationStrategy: PID 61 died...
22:49:41.194797 run   osmo-ms-virt-phy/00025(pid=61): Terminated: ok {rc=0}
22:49:41.199616 ---      ParallelTerminationStrategy: PID 62 died...
22:49:41.201622 run   osmo-ms-virt-phy/00026(pid=62): Terminated: ok {rc=0}
22:49:41.206438 ---      ParallelTerminationStrategy: PID 63 died...
22:49:41.208447 run   osmo-ms-virt-phy/00027(pid=63): Terminated: ok {rc=0}
22:49:41.213267 ---      ParallelTerminationStrategy: PID 64 died...
22:49:41.215247 run   osmo-ms-virt-phy/00028(pid=64): Terminated: ok {rc=0}
22:49:41.220107 ---      ParallelTerminationStrategy: PID 65 died...
22:49:41.222084 run   osmo-ms-virt-phy/00029(pid=65): Terminated: ok {rc=0}
22:49:41.226890 ---      ParallelTerminationStrategy: PID 66 died...
22:49:41.228904 run   osmo-ms-virt-phy/00030(pid=66): Terminated: ok {rc=0}
22:49:41.233655 ---      ParallelTerminationStrategy: PID 67 died...
22:49:41.235675 run   osmo-ms-virt-phy/00031(pid=67): Terminated: ok {rc=0}
22:49:41.240575 ---      ParallelTerminationStrategy: PID 68 died...
22:49:41.242627 run   osmo-ms-virt-phy/00032(pid=68): Terminated: ok {rc=0}
22:49:41.247570 ---      ParallelTerminationStrategy: PID 69 died...
22:49:41.249607 run   osmo-ms-virt-phy/00033(pid=69): Terminated: ok {rc=0}
22:49:41.254461 ---      ParallelTerminationStrategy: PID 70 died...
22:49:41.256503 run   osmo-ms-virt-phy/00034(pid=70): Terminated: ok {rc=0}
22:49:41.261391 ---      ParallelTerminationStrategy: PID 71 died...
22:49:41.263479 run   osmo-ms-virt-phy/00035(pid=71): Terminated: ok {rc=0}
22:49:41.268407 ---      ParallelTerminationStrategy: PID 72 died...
22:49:41.270488 run   osmo-ms-virt-phy/00036(pid=72): Terminated: ok {rc=0}
22:49:41.275440 ---      ParallelTerminationStrategy: PID 73 died...
22:49:41.277493 run   osmo-ms-virt-phy/00037(pid=73): Terminated: ok {rc=0}
22:49:41.282330 ---      ParallelTerminationStrategy: PID 74 died...
22:49:41.284344 run   osmo-ms-virt-phy/00038(pid=74): Terminated: ok {rc=0}
22:49:41.289189 ---      ParallelTerminationStrategy: PID 75 died...
22:49:41.291188 run   osmo-ms-virt-phy/00039(pid=75): Terminated: ok {rc=0}
22:49:41.296005 ---      ParallelTerminationStrategy: PID 76 died...
22:49:41.298017 run   osmo-ms-virt-phy/00040(pid=76): Terminated: ok {rc=0}
22:49:41.302870 ---      ParallelTerminationStrategy: PID 77 died...
22:49:41.304868 run   osmo-ms-virt-phy/00041(pid=77): Terminated: ok {rc=0}
22:49:41.309631 ---      ParallelTerminationStrategy: PID 78 died...
22:49:41.311664 run   osmo-ms-virt-phy/00042(pid=78): Terminated: ok {rc=0}
22:49:41.316424 ---      ParallelTerminationStrategy: PID 79 died...
22:49:41.318431 run   osmo-ms-virt-phy/00043(pid=79): Terminated: ok {rc=0}
22:49:41.323260 ---      ParallelTerminationStrategy: PID 80 died...
22:49:41.325294 run   osmo-ms-virt-phy/00044(pid=80): Terminated: ok {rc=0}
22:49:41.330149 ---      ParallelTerminationStrategy: PID 81 died...
22:49:41.332192 run   osmo-ms-virt-phy/00045(pid=81): Terminated: ok {rc=0}
22:49:41.337058 ---      ParallelTerminationStrategy: PID 82 died...
22:49:41.339089 run   osmo-ms-virt-phy/00046(pid=82): Terminated: ok {rc=0}
22:49:41.344008 ---      ParallelTerminationStrategy: PID 83 died...
22:49:41.346019 run   osmo-ms-virt-phy/00047(pid=83): Terminated: ok {rc=0}
22:49:41.350910 ---      ParallelTerminationStrategy: PID 84 died...
22:49:41.352913 run   osmo-ms-virt-phy/00048(pid=84): Terminated: ok {rc=0}
22:49:41.357703 ---      ParallelTerminationStrategy: PID 85 died...
22:49:41.359706 run   osmo-ms-virt-phy/00049(pid=85): Terminated: ok {rc=0}
22:49:41.364539 ---      ParallelTerminationStrategy: PID 86 died...
22:49:41.366528 run   osmo-ms-virt-phy/00050(pid=86): Terminated: ok {rc=0}
22:49:41.371361 ---      ParallelTerminationStrategy: PID 87 died...
22:49:41.373391 run   osmo-ms-virt-phy/00051(pid=87): Terminated: ok {rc=0}
22:49:41.378692 ---      ParallelTerminationStrategy: PID 88 died...
22:49:41.380774 run   osmo-ms-virt-phy/00052(pid=88): Terminated: ok {rc=0}
22:49:41.385718 ---      ParallelTerminationStrategy: PID 89 died...
22:49:41.387734 run   osmo-ms-virt-phy/00053(pid=89): Terminated: ok {rc=0}
22:49:41.392576 ---      ParallelTerminationStrategy: PID 90 died...
22:49:41.394606 run   osmo-ms-virt-phy/00054(pid=90): Terminated: ok {rc=0}
22:49:41.399420 ---      ParallelTerminationStrategy: PID 91 died...
22:49:41.401463 run   osmo-ms-virt-phy/00055(pid=91): Terminated: ok {rc=0}
22:49:41.406295 ---      ParallelTerminationStrategy: PID 92 died...
22:49:41.408384 run   osmo-ms-virt-phy/00056(pid=92): Terminated: ok {rc=0}
22:49:41.413238 ---      ParallelTerminationStrategy: PID 93 died...
22:49:41.415247 run   osmo-ms-virt-phy/00057(pid=93): Terminated: ok {rc=0}
22:49:41.420128 ---      ParallelTerminationStrategy: PID 94 died...
22:49:41.422139 run   osmo-ms-virt-phy/00058(pid=94): Terminated: ok {rc=0}
22:49:41.426951 ---      ParallelTerminationStrategy: PID 95 died...
22:49:41.429047 run   osmo-ms-virt-phy/00059(pid=95): Terminated: ok {rc=0}
22:49:41.433880 ---      ParallelTerminationStrategy: PID 96 died...
22:49:41.436007 run   osmo-ms-virt-phy/00060(pid=96): Terminated: ok {rc=0}
22:49:41.440936 ---      ParallelTerminationStrategy: PID 97 died...
22:49:41.442959 run   osmo-ms-virt-phy/00061(pid=97): Terminated: ok {rc=0}
22:49:41.447810 ---      ParallelTerminationStrategy: PID 98 died...
22:49:41.449809 run   osmo-ms-virt-phy/00062(pid=98): Terminated: ok {rc=0}
22:49:41.454631 ---      ParallelTerminationStrategy: PID 99 died...
22:49:41.456655 run   osmo-ms-virt-phy/00063(pid=99): Terminated: ok {rc=0}
22:49:41.461482 ---      ParallelTerminationStrategy: PID 100 died...
22:49:41.463480 run  osmo-ms-virt-phy/00064(pid=100): Terminated: ok {rc=0}
22:49:41.468346 ---      ParallelTerminationStrategy: PID 101 died...
22:49:41.470332 run  osmo-ms-virt-phy/00065(pid=101): Terminated: ok {rc=0}
22:49:41.476973 ---      ParallelTerminationStrategy: PID 102 died...
22:49:41.478977 run  osmo-ms-virt-phy/00066(pid=102): Terminated: ok {rc=0}
22:49:41.483952 ---      ParallelTerminationStrategy: PID 103 died...
22:49:41.485939 run  osmo-ms-virt-phy/00067(pid=103): Terminated: ok {rc=0}
22:49:41.490754 ---      ParallelTerminationStrategy: PID 104 died...
22:49:41.492755 run  osmo-ms-virt-phy/00068(pid=104): Terminated: ok {rc=0}
22:49:41.497566 ---      ParallelTerminationStrategy: PID 105 died...
22:49:41.499578 run  osmo-ms-virt-phy/00069(pid=105): Terminated: ok {rc=0}
22:49:41.504383 ---      ParallelTerminationStrategy: PID 106 died...
22:49:41.506395 run  osmo-ms-virt-phy/00070(pid=106): Terminated: ok {rc=0}
22:49:41.511201 ---      ParallelTerminationStrategy: PID 107 died...
22:49:41.513204 run  osmo-ms-virt-phy/00071(pid=107): Terminated: ok {rc=0}
22:49:41.517993 ---      ParallelTerminationStrategy: PID 108 died...
22:49:41.520038 run  osmo-ms-virt-phy/00072(pid=108): Terminated: ok {rc=0}
22:49:41.524832 ---      ParallelTerminationStrategy: PID 109 died...
22:49:41.526816 run  osmo-ms-virt-phy/00073(pid=109): Terminated: ok {rc=0}
22:49:41.531621 ---      ParallelTerminationStrategy: PID 110 died...
22:49:41.533608 run  osmo-ms-virt-phy/00074(pid=110): Terminated: ok {rc=0}
22:49:41.538438 ---      ParallelTerminationStrategy: PID 111 died...
22:49:41.540434 run  osmo-ms-virt-phy/00075(pid=111): Terminated: ok {rc=0}
22:49:41.545233 ---      ParallelTerminationStrategy: PID 112 died...
22:49:41.547191 run  osmo-ms-virt-phy/00076(pid=112): Terminated: ok {rc=0}
22:49:41.551983 ---      ParallelTerminationStrategy: PID 113 died...
22:49:41.553963 run  osmo-ms-virt-phy/00077(pid=113): Terminated: ok {rc=0}
22:49:41.558712 ---      ParallelTerminationStrategy: PID 114 died...
22:49:41.560692 run  osmo-ms-virt-phy/00078(pid=114): Terminated: ok {rc=0}
22:49:41.565427 ---      ParallelTerminationStrategy: PID 115 died...
22:49:41.567399 run  osmo-ms-virt-phy/00079(pid=115): Terminated: ok {rc=0}
22:49:41.572200 ---      ParallelTerminationStrategy: PID 116 died...
22:49:41.574161 run  osmo-ms-virt-phy/00080(pid=116): Terminated: ok {rc=0}
22:49:41.578912 ---      ParallelTerminationStrategy: PID 117 died...
22:49:41.580897 run  osmo-ms-virt-phy/00081(pid=117): Terminated: ok {rc=0}
22:49:41.585687 ---      ParallelTerminationStrategy: PID 118 died...
22:49:41.587666 run  osmo-ms-virt-phy/00082(pid=118): Terminated: ok {rc=0}
22:49:41.592432 ---      ParallelTerminationStrategy: PID 119 died...
22:49:41.594432 run  osmo-ms-virt-phy/00083(pid=119): Terminated: ok {rc=0}
22:49:41.599240 ---      ParallelTerminationStrategy: PID 120 died...
22:49:41.601275 run  osmo-ms-virt-phy/00084(pid=120): Terminated: ok {rc=0}
22:49:41.606090 ---      ParallelTerminationStrategy: PID 121 died...
22:49:41.608094 run  osmo-ms-virt-phy/00085(pid=121): Terminated: ok {rc=0}
22:49:41.612894 ---      ParallelTerminationStrategy: PID 122 died...
22:49:41.614873 run  osmo-ms-virt-phy/00086(pid=122): Terminated: ok {rc=0}
22:49:41.619729 ---      ParallelTerminationStrategy: PID 123 died...
22:49:41.621717 run  osmo-ms-virt-phy/00087(pid=123): Terminated: ok {rc=0}
22:49:41.626502 ---      ParallelTerminationStrategy: PID 124 died...
22:49:41.628534 run  osmo-ms-virt-phy/00088(pid=124): Terminated: ok {rc=0}
22:49:41.633387 ---      ParallelTerminationStrategy: PID 125 died...
22:49:41.635388 run  osmo-ms-virt-phy/00089(pid=125): Terminated: ok {rc=0}
22:49:41.640246 ---      ParallelTerminationStrategy: PID 126 died...
22:49:41.642254 run  osmo-ms-virt-phy/00090(pid=126): Terminated: ok {rc=0}
22:49:41.647085 ---      ParallelTerminationStrategy: PID 127 died...
22:49:41.649140 run  osmo-ms-virt-phy/00091(pid=127): Terminated: ok {rc=0}
22:49:41.654016 ---      ParallelTerminationStrategy: PID 128 died...
22:49:41.656055 run  osmo-ms-virt-phy/00092(pid=128): Terminated: ok {rc=0}
22:49:41.660910 ---      ParallelTerminationStrategy: PID 129 died...
22:49:41.662927 run  osmo-ms-virt-phy/00093(pid=129): Terminated: ok {rc=0}
22:49:41.667791 ---      ParallelTerminationStrategy: PID 130 died...
22:49:41.669819 run  osmo-ms-virt-phy/00094(pid=130): Terminated: ok {rc=0}
22:49:41.674650 ---      ParallelTerminationStrategy: PID 131 died...
22:49:41.676678 run  osmo-ms-virt-phy/00095(pid=131): Terminated: ok {rc=0}
22:49:41.681579 ---      ParallelTerminationStrategy: PID 132 died...
22:49:41.683641 run  osmo-ms-virt-phy/00096(pid=132): Terminated: ok {rc=0}
22:49:41.688450 ---      ParallelTerminationStrategy: PID 133 died...
22:49:41.690452 run  osmo-ms-virt-phy/00097(pid=133): Terminated: ok {rc=0}
22:49:41.695267 ---      ParallelTerminationStrategy: PID 134 died...
22:49:41.697281 run  osmo-ms-virt-phy/00098(pid=134): Terminated: ok {rc=0}
22:49:41.702053 ---      ParallelTerminationStrategy: PID 135 died...
22:49:41.704088 run  osmo-ms-virt-phy/00099(pid=135): Terminated: ok {rc=0}
22:49:41.708910 ---      ParallelTerminationStrategy: PID 136 died...
22:49:41.710946 run       osmo-ms-mob/00000(pid=136): Terminated {rc=26112}
22:49:41.718145 ---      ParallelTerminationStrategy: PID 137 died...
22:49:41.721471 run       osmo-ms-mob/00001(pid=137): Terminated {rc=26112}
22:49:41.728863 ---      ParallelTerminationStrategy: PID 138 died...
22:49:41.731208 run       osmo-ms-mob/00002(pid=138): Terminated {rc=26112}
22:49:41.736214 ---      ParallelTerminationStrategy: PID 139 died...
22:49:41.738247 run       osmo-ms-mob/00003(pid=139): Terminated {rc=26112}
22:49:41.743153 ---      ParallelTerminationStrategy: PID 140 died...
22:49:41.745247 run       osmo-ms-mob/00004(pid=140): Terminated {rc=26112}
22:49:41.750115 ---      ParallelTerminationStrategy: PID 141 died...
22:49:41.752183 run       osmo-ms-mob/00005(pid=141): Terminated {rc=26112}
22:49:41.757055 ---      ParallelTerminationStrategy: PID 142 died...
22:49:41.759125 run       osmo-ms-mob/00006(pid=142): Terminated {rc=26112}
22:49:41.764020 ---      ParallelTerminationStrategy: PID 143 died...
22:49:41.766889 run       osmo-ms-mob/00007(pid=143): Terminated {rc=26112}
22:49:41.771700 ---      ParallelTerminationStrategy: PID 144 died...
22:49:41.773730 run       osmo-ms-mob/00008(pid=144): Terminated {rc=26112}
22:49:41.778533 ---      ParallelTerminationStrategy: PID 145 died...
22:49:41.780547 run       osmo-ms-mob/00009(pid=145): Terminated {rc=26112}
22:49:41.785369 ---      ParallelTerminationStrategy: PID 146 died...
22:49:41.787421 run       osmo-ms-mob/00010(pid=146): Terminated {rc=26112}
22:49:41.792261 ---      ParallelTerminationStrategy: PID 147 died...
22:49:41.794272 run       osmo-ms-mob/00011(pid=147): Terminated {rc=26112}
22:49:41.799044 ---      ParallelTerminationStrategy: PID 148 died...
22:49:41.801056 run       osmo-ms-mob/00012(pid=148): Terminated {rc=26112}
22:49:41.805840 ---      ParallelTerminationStrategy: PID 149 died...
22:49:41.807842 run       osmo-ms-mob/00013(pid=149): Terminated {rc=26112}
22:49:41.812682 ---      ParallelTerminationStrategy: PID 150 died...
22:49:41.814685 run       osmo-ms-mob/00014(pid=150): Terminated {rc=26112}
22:49:41.819465 ---      ParallelTerminationStrategy: PID 151 died...
22:49:41.821483 run       osmo-ms-mob/00015(pid=151): Terminated {rc=26112}
22:49:41.826307 ---      ParallelTerminationStrategy: PID 152 died...
22:49:41.828322 run       osmo-ms-mob/00016(pid=152): Terminated {rc=26112}
22:49:41.833119 ---      ParallelTerminationStrategy: PID 153 died...
22:49:41.835117 run       osmo-ms-mob/00017(pid=153): Terminated {rc=26112}
22:49:41.840012 ---      ParallelTerminationStrategy: PID 154 died...
22:49:41.842024 run       osmo-ms-mob/00018(pid=154): Terminated {rc=26112}
22:49:41.846796 ---      ParallelTerminationStrategy: PID 155 died...
22:49:41.848856 run       osmo-ms-mob/00019(pid=155): Terminated {rc=26112}
22:49:41.853690 ---      ParallelTerminationStrategy: PID 156 died...
22:49:41.855696 run       osmo-ms-mob/00020(pid=156): Terminated {rc=26112}
22:49:41.860460 ---      ParallelTerminationStrategy: PID 157 died...
22:49:41.862441 run       osmo-ms-mob/00021(pid=157): Terminated {rc=26112}
22:49:41.867217 ---      ParallelTerminationStrategy: PID 158 died...
22:49:41.869217 run       osmo-ms-mob/00022(pid=158): Terminated {rc=26112}
22:49:41.874073 ---      ParallelTerminationStrategy: PID 159 died...
22:49:41.876106 run       osmo-ms-mob/00023(pid=159): Terminated {rc=26112}
22:49:41.880890 ---      ParallelTerminationStrategy: PID 160 died...
22:49:41.882880 run       osmo-ms-mob/00024(pid=160): Terminated {rc=26112}
22:49:41.887692 ---      ParallelTerminationStrategy: PID 161 died...
22:49:41.889684 run       osmo-ms-mob/00025(pid=161): Terminated {rc=26112}
22:49:41.894482 ---      ParallelTerminationStrategy: PID 162 died...
22:49:41.896482 run       osmo-ms-mob/00026(pid=162): Terminated {rc=26112}
22:49:41.901288 ---      ParallelTerminationStrategy: PID 163 died...
22:49:41.903298 run       osmo-ms-mob/00027(pid=163): Terminated {rc=26112}
22:49:41.908256 ---      ParallelTerminationStrategy: PID 164 died...
22:49:41.910305 run       osmo-ms-mob/00028(pid=164): Terminated {rc=26112}
22:49:41.917197 ---      ParallelTerminationStrategy: PID 165 died...
22:49:41.919196 run       osmo-ms-mob/00029(pid=165): Terminated {rc=26112}
22:49:41.924045 ---      ParallelTerminationStrategy: PID 166 died...
22:49:41.926057 run       osmo-ms-mob/00030(pid=166): Terminated {rc=26112}
22:49:41.930887 ---      ParallelTerminationStrategy: PID 167 died...
22:49:41.932937 run       osmo-ms-mob/00031(pid=167): Terminated {rc=26112}
22:49:41.937811 ---      ParallelTerminationStrategy: PID 168 died...
22:49:41.939852 run       osmo-ms-mob/00032(pid=168): Terminated {rc=26112}
22:49:41.944745 ---      ParallelTerminationStrategy: PID 169 died...
22:49:41.946791 run       osmo-ms-mob/00033(pid=169): Terminated {rc=26112}
22:49:41.951765 ---      ParallelTerminationStrategy: PID 170 died...
22:49:41.953820 run       osmo-ms-mob/00034(pid=170): Terminated {rc=26112}
22:49:41.958682 ---      ParallelTerminationStrategy: PID 171 died...
22:49:41.960759 run       osmo-ms-mob/00035(pid=171): Terminated {rc=26112}
22:49:41.965716 ---      ParallelTerminationStrategy: PID 172 died...
22:49:41.967774 run       osmo-ms-mob/00036(pid=172): Terminated {rc=26112}
22:49:41.972666 ---      ParallelTerminationStrategy: PID 173 died...
22:49:41.974697 run       osmo-ms-mob/00037(pid=173): Terminated {rc=26112}
22:49:41.979525 ---      ParallelTerminationStrategy: PID 174 died...
22:49:41.981560 run       osmo-ms-mob/00038(pid=174): Terminated {rc=26112}
22:49:41.986409 ---      ParallelTerminationStrategy: PID 175 died...
22:49:41.988472 run       osmo-ms-mob/00039(pid=175): Terminated {rc=26112}
22:49:41.993329 ---      ParallelTerminationStrategy: PID 176 died...
22:49:41.995398 run       osmo-ms-mob/00040(pid=176): Terminated {rc=26112}
22:49:42.000212 ---      ParallelTerminationStrategy: PID 177 died...
22:49:42.002229 run       osmo-ms-mob/00041(pid=177): Terminated {rc=26112}
22:49:42.007078 ---      ParallelTerminationStrategy: PID 178 died...
22:49:42.009099 run       osmo-ms-mob/00042(pid=178): Terminated {rc=26112}
22:49:42.013949 ---      ParallelTerminationStrategy: PID 179 died...
22:49:42.015945 run       osmo-ms-mob/00043(pid=179): Terminated {rc=26112}
22:49:42.020719 ---      ParallelTerminationStrategy: PID 180 died...
22:49:42.022696 run       osmo-ms-mob/00044(pid=180): Terminated {rc=26112}
22:49:42.027593 ---      ParallelTerminationStrategy: PID 181 died...
22:49:42.029591 run       osmo-ms-mob/00045(pid=181): Terminated {rc=26112}
22:49:42.035259 ---      ParallelTerminationStrategy: PID 182 died...
22:49:42.037620 run       osmo-ms-mob/00046(pid=182): Terminated {rc=26112}
22:49:42.042444 ---      ParallelTerminationStrategy: PID 183 died...
22:49:42.044459 run       osmo-ms-mob/00047(pid=183): Terminated {rc=26112}
22:49:42.049290 ---      ParallelTerminationStrategy: PID 184 died...
22:49:42.051290 run       osmo-ms-mob/00048(pid=184): Terminated {rc=26112}
22:49:42.056144 ---      ParallelTerminationStrategy: PID 185 died...
22:49:42.058144 run       osmo-ms-mob/00049(pid=185): Terminated {rc=26112}
22:49:42.062997 ---      ParallelTerminationStrategy: PID 186 died...
22:49:42.065025 run       osmo-ms-mob/00050(pid=186): Terminated {rc=26112}
22:49:42.069872 ---      ParallelTerminationStrategy: PID 187 died...
22:49:42.071900 run       osmo-ms-mob/00051(pid=187): Terminated {rc=26112}
22:49:42.076964 ---      ParallelTerminationStrategy: PID 188 died...
22:49:42.079043 run       osmo-ms-mob/00052(pid=188): Terminated {rc=26112}
22:49:42.083965 ---      ParallelTerminationStrategy: PID 189 died...
22:49:42.085994 run       osmo-ms-mob/00053(pid=189): Terminated {rc=26112}
22:49:42.090864 ---      ParallelTerminationStrategy: PID 190 died...
22:49:42.092885 run       osmo-ms-mob/00054(pid=190): Terminated {rc=26112}
22:49:42.097789 ---      ParallelTerminationStrategy: PID 191 died...
22:49:42.099834 run       osmo-ms-mob/00055(pid=191): Terminated {rc=26112}
22:49:42.104708 ---      ParallelTerminationStrategy: PID 192 died...
22:49:42.106701 run       osmo-ms-mob/00056(pid=192): Terminated {rc=26112}
22:49:42.111519 ---      ParallelTerminationStrategy: PID 193 died...
22:49:42.113578 run       osmo-ms-mob/00057(pid=193): Terminated {rc=26112}
22:49:42.121255 ---      ParallelTerminationStrategy: PID 194 died...
22:49:42.123401 run       osmo-ms-mob/00058(pid=194): Terminated {rc=26112}
22:49:42.128287 ---      ParallelTerminationStrategy: PID 195 died...
22:49:42.130296 run       osmo-ms-mob/00059(pid=195): Terminated {rc=26112}
22:49:42.135021 ---      ParallelTerminationStrategy: PID 196 died...
22:49:42.136983 run       osmo-ms-mob/00060(pid=196): Terminated {rc=26112}
22:49:42.142894 ---      ParallelTerminationStrategy: PID 197 died...
22:49:42.145810 run       osmo-ms-mob/00061(pid=197): Terminated {rc=26112}
22:49:42.151871 ---      ParallelTerminationStrategy: PID 198 died...
22:49:42.154866 run       osmo-ms-mob/00062(pid=198): Terminated {rc=26112}
22:49:42.162224 ---      ParallelTerminationStrategy: PID 199 died...
22:49:42.165329 run       osmo-ms-mob/00063(pid=199): Terminated {rc=26112}
22:49:42.172513 ---      ParallelTerminationStrategy: PID 200 died...
22:49:42.175384 run       osmo-ms-mob/00064(pid=200): Terminated {rc=26112}
22:49:42.181650 ---      ParallelTerminationStrategy: PID 201 died...
22:49:42.183658 run       osmo-ms-mob/00065(pid=201): Terminated {rc=26112}
22:49:42.188347 ---      ParallelTerminationStrategy: PID 202 died...
22:49:42.190332 run       osmo-ms-mob/00066(pid=202): Terminated {rc=26112}
22:49:42.195208 ---      ParallelTerminationStrategy: PID 203 died...
22:49:42.197255 run       osmo-ms-mob/00067(pid=203): Terminated {rc=26112}
22:49:42.202127 ---      ParallelTerminationStrategy: PID 204 died...
22:49:42.204211 run       osmo-ms-mob/00068(pid=204): Terminated {rc=26112}
22:49:42.209110 ---      ParallelTerminationStrategy: PID 205 died...
22:49:42.211142 run       osmo-ms-mob/00069(pid=205): Terminated {rc=26112}
22:49:42.216364 ---      ParallelTerminationStrategy: PID 206 died...
22:49:42.218524 run       osmo-ms-mob/00070(pid=206): Terminated {rc=26112}
22:49:42.223475 ---      ParallelTerminationStrategy: PID 207 died...
22:49:42.225531 run       osmo-ms-mob/00071(pid=207): Terminated {rc=26112}
22:49:42.230325 ---      ParallelTerminationStrategy: PID 208 died...
22:49:42.232384 run       osmo-ms-mob/00072(pid=208): Terminated {rc=26112}
22:49:42.237259 ---      ParallelTerminationStrategy: PID 209 died...
22:49:42.239289 run       osmo-ms-mob/00073(pid=209): Terminated {rc=26112}
22:49:42.244276 ---      ParallelTerminationStrategy: PID 210 died...
22:49:42.246326 run       osmo-ms-mob/00074(pid=210): Terminated {rc=26112}
22:49:42.251235 ---      ParallelTerminationStrategy: PID 211 died...
22:49:42.253315 run       osmo-ms-mob/00075(pid=211): Terminated {rc=26112}
22:49:42.258194 ---      ParallelTerminationStrategy: PID 212 died...
22:49:42.260343 run       osmo-ms-mob/00076(pid=212): Terminated {rc=26112}
22:49:42.265239 ---      ParallelTerminationStrategy: PID 213 died...
22:49:42.267276 run       osmo-ms-mob/00077(pid=213): Terminated {rc=26112}
22:49:42.272067 ---      ParallelTerminationStrategy: PID 214 died...
22:49:42.274134 run       osmo-ms-mob/00078(pid=214): Terminated {rc=26112}
22:49:42.278878 ---      ParallelTerminationStrategy: PID 215 died...
22:49:42.280888 run       osmo-ms-mob/00079(pid=215): Terminated {rc=26112}
22:49:42.285547 ---      ParallelTerminationStrategy: PID 216 died...
22:49:42.287526 run       osmo-ms-mob/00080(pid=216): Terminated {rc=26112}
22:49:42.292352 ---      ParallelTerminationStrategy: PID 217 died...
22:49:42.294328 run       osmo-ms-mob/00081(pid=217): Terminated {rc=26112}
22:49:42.299285 ---      ParallelTerminationStrategy: PID 218 died...
22:49:42.301352 run       osmo-ms-mob/00082(pid=218): Terminated {rc=26112}
22:49:42.306150 ---      ParallelTerminationStrategy: PID 219 died...
22:49:42.308265 run       osmo-ms-mob/00083(pid=219): Terminated {rc=26112}
22:49:42.313080 ---      ParallelTerminationStrategy: PID 220 died...
22:49:42.315284 run       osmo-ms-mob/00084(pid=220): Terminated {rc=26112}
22:49:42.320177 ---      ParallelTerminationStrategy: PID 221 died...
22:49:42.322279 run       osmo-ms-mob/00085(pid=221): Terminated {rc=26112}
22:49:42.327195 ---      ParallelTerminationStrategy: PID 222 died...
22:49:42.329260 run       osmo-ms-mob/00086(pid=222): Terminated {rc=26112}
22:49:42.333973 ---      ParallelTerminationStrategy: PID 223 died...
22:49:42.336028 run       osmo-ms-mob/00087(pid=223): Terminated {rc=26112}
22:49:42.340822 ---      ParallelTerminationStrategy: PID 224 died...
22:49:42.342843 run       osmo-ms-mob/00088(pid=224): Terminated {rc=26112}
22:49:42.347663 ---      ParallelTerminationStrategy: PID 225 died...
22:49:42.349660 run       osmo-ms-mob/00089(pid=225): Terminated {rc=26112}
22:49:42.354437 ---      ParallelTerminationStrategy: PID 226 died...
22:49:42.356487 run       osmo-ms-mob/00090(pid=226): Terminated {rc=26112}
22:49:42.361328 ---      ParallelTerminationStrategy: PID 227 died...
22:49:42.363357 run       osmo-ms-mob/00091(pid=227): Terminated {rc=26112}
22:49:42.368103 ---      ParallelTerminationStrategy: PID 228 died...
22:49:42.370100 run       osmo-ms-mob/00092(pid=228): Terminated {rc=26112}
22:49:42.374886 ---      ParallelTerminationStrategy: PID 229 died...
22:49:42.376925 run       osmo-ms-mob/00093(pid=229): Terminated {rc=26112}
22:49:42.381708 ---      ParallelTerminationStrategy: PID 230 died...
22:49:42.383742 run       osmo-ms-mob/00094(pid=230): Terminated {rc=26112}
22:49:42.388610 ---      ParallelTerminationStrategy: PID 231 died...
22:49:42.390637 run       osmo-ms-mob/00095(pid=231): Terminated {rc=26112}
22:49:42.395417 ---      ParallelTerminationStrategy: PID 232 died...
22:49:42.397378 run       osmo-ms-mob/00096(pid=232): Terminated {rc=26112}
22:49:42.402035 ---      ParallelTerminationStrategy: PID 233 died...
22:49:42.403972 run       osmo-ms-mob/00097(pid=233): Terminated {rc=26112}
22:49:42.408586 ---      ParallelTerminationStrategy: PID 234 died...
22:49:42.410512 run       osmo-ms-mob/00098(pid=234): Terminated {rc=26112}
22:49:42.415152 ---      ParallelTerminationStrategy: PID 235 died...
22:49:42.417095 run       osmo-ms-mob/00099(pid=235): Terminated {rc=26112}
22:49:45.102623 ---      ParallelTerminationStrategy: PID 35 died...
22:49:45.104872 run         osmo-bts-virtual(pid=35): Terminated: ok {rc=0}
---------------------------------------------------------------------
trial-7710 netreg_mass PASS
---------------------------------------------------------------------
22:49:45.253752 tst                       trial-7710: Storing JUnit report in /build/trial-7710/run.2024-09-12_22-48-16/trial-7710.xml

--------------------------------------------------------------------------------------------
trial-7710 PASS
--------------------------------------------------------------------------------------------
22:49:45.294995 tst                       trial-7710: trial-7710: PASS, 1 suites passed
PASS: netreg_mass (pass: 1)
    pass: register_default_mass.py (82.9 sec)
+ exit_code=0
+ rm -rf trial-7710/inst
+ cd trial-7710
+ command -v journalctl
+ [ ! -z /bin/journalctl ]
+ readlink last_run
+ journalctl -u ofono -o short-precise --since 2024-09-12 22:48:15
No journal files were found.
+ readlink last_run
+ tar czf /build/trial-7710-run.tgz run.2024-09-12_22-48-16
+ tar czf /build/trial-7710-bin.tgz checksums.md5 open5gs.build-8.tgz osmo-bsc.build-22787.tgz osmo-bts-oc2g.build-8010.tgz osmo-bts-sysmo.build-10512.tgz osmo-bts.build-9988.tgz osmo-ggsn.build-8986.tgz osmo-hlr.build-11751.tgz osmo-hnbgw.build-9605.tgz osmo-mgw.build-12054.tgz osmo-msc.build-36941.tgz osmo-nitb.build-17155.tgz osmo-pcu-oc2g.build-5408.tgz osmo-pcu-sysmo.build-6689.tgz osmo-pcu.build-6652.tgz osmo-sgsn.build-38610.tgz osmo-stp.build-12340.tgz osmo-trx.build-6963.tgz osmocom-bb.build-6489.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