Skip to content
Success

Console Output

Skipping 15 KB.. Full Log
Cloning into 'docker-playground'...
+ git -C docker-playground log --oneline
9f3fa5a ttcn3-bts: Allow running osmo-bts-trx with rt prio
+ make -C docker-playground/osmo-gsm-tester
make: Entering directory '/home/osmocom-build/jenkins/workspace/osmo-gsm-tester_virtual/docker-playground/osmo-gsm-tester'
awk: fatal: cannot open file `.release' for reading: No such file or directory
awk: fatal: cannot open file `.release' for reading: No such file or directory
awk: fatal: cannot open file `.release' for reading: No such file or directory
rm -rf .common
cp -r /home/osmocom-build/jenkins/workspace/osmo-gsm-tester_virtual/docker-playground/common .common
INFO: .release created
release=0.0.0
docker build \
	--build-arg USER=osmocom-build \
	--build-arg UID=1000 \
	--build-arg REGISTRY=docker.io \
	--build-arg OSMO_TTCN3_BRANCH=master \
	--build-arg UPSTREAM_DISTRO=debian:bookworm \
	--build-arg DISTRO=debian-bookworm \
	--build-arg OSMOCOM_REPO_MIRROR=https://downloads.osmocom.org \
	--build-arg OSMOCOM_REPO_PATH=packages/osmocom: \
	--build-arg OSMOCOM_REPO_VERSION=latest \
	--build-arg OSMOCOM_REPO_TESTSUITE_MIRROR=https://downloads.osmocom.org \
	--build-arg ASTERISK_BRANCH=sysmocom/20.7.0 \
	--build-arg LIBOSMOCORE_BRANCH=master \
	--build-arg OSMO_BB_BRANCH=master \
	--build-arg OSMO_BSC_BRANCH=master \
	--build-arg OSMO_BTS_BRANCH=master \
	--build-arg OSMO_CBC_BRANCH=master \
	--build-arg OSMO_DIA2GSUP_BRANCH=master \
	--build-arg OSMO_EPDG_BRANCH=master \
	--build-arg OSMO_GBPROXY_BRANCH=master \
	--build-arg OSMO_GGSN_BRANCH=master \
	--build-arg OSMO_GSM_TESTER_BRANCH=master \
	--build-arg OSMO_HLR_BRANCH=master \
	--build-arg OSMO_HNBGW_BRANCH=master \
	--build-arg OSMO_HNODEB_BRANCH=master \
	--build-arg OSMO_IUH_BRANCH=master \
	--build-arg OSMO_MGW_BRANCH=master \
	--build-arg OSMO_MSC_BRANCH=master \
	--build-arg OSMO_NITB_BRANCH=master \
	--build-arg OSMO_PCU_BRANCH=master \
	--build-arg OSMO_REMSIM_BRANCH=master \
	--build-arg OSMO_SGSN_BRANCH=master \
	--build-arg OSMO_SIP_BRANCH=master \
	--build-arg OSMO_STP_BRANCH=master \
	--build-arg OSMO_UECUPS_BRANCH=master \
	--build-arg OPEN5GS_BRANCH=main \
	--build-arg PJPROJECT_BRANCH=sysmocom/2.14 \
	 -t docker.io/osmocom-build/osmo-gsm-tester:latest .
#0 building with "default" instance using docker driver

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

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

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

#4 [ 1/28] FROM docker.io/osmocom-build/debian-bookworm-build:latest
#4 DONE 0.0s

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

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

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

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

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

#10 [25/28] RUN     mkdir -p /etc/sudoers.d/ && cp osmo-gsm-tester/utils/sudoers.d/* /etc/sudoers.d/
#10 CACHED

#11 [19/28] RUN	IF [ "$(arch)" = "x86_64" ]; then 		apt-get update && 		apt-get install -y --no-install-recommends 			python3-pip 			python3-setuptools 			python3-wheel 			ninja-build 			build-essential 			flex 			bison 			git 			libsctp-dev 			libgnutls28-dev 			libgcrypt-dev 			libssl-dev 			libidn11-dev 			libmongoc-dev 			libbson-dev 			libyaml-dev 			libnghttp2-dev 			libmicrohttpd-dev 			libcurl4-gnutls-dev 			libnghttp2-dev 			meson && 		apt-get clean; 	fi
#11 CACHED

#12 [ 4/28] RUN     usermod -a -G osmo-gsm-tester jenkins
#12 CACHED

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

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

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

#16 [12/28] RUN	MKDIR -p /osmo-gsm-tester-srsue                  /osmo-gsm-tester-srsenb                  /osmo-gsm-tester-srsepc                  /osmo-gsm-tester-trx 		 /osmo-gsm-tester-grbroker 		 /osmo-gsm-tester-open5gs
#16 CACHED

#17 [16/28] RUN	APT-GET update && 	apt-get install -y --no-install-recommends 		cmake 		libfftw3-dev 		libmbedtls-dev 		libboost-program-options-dev 		libconfig++-dev 		libsctp-dev 		libpcsclite-dev 		libuhd-dev 		libczmq-dev 		libsoapysdr-dev 		soapysdr-module-lms7 && 	apt-get clean
#17 CACHED

#18 [17/28] RUN	APT-GET update && 	apt-get install -y --no-install-recommends 		gnuradio && 	apt-get clean
#18 CACHED

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

#20 [20/28] WORKDIR	/TMP
#20 CACHED

#21 [ 3/28] RUN     groupadd osmo-gsm-tester
#21 CACHED

#22 [21/28] RUN	GIT clone https://gerrit.osmocom.org/osmo-gsm-tester.git
#22 CACHED

#23 [27/28] COPY	RESOURCES.CONF /tmp/osmo-gsm-tester/sysmocom/resources.conf
#23 CACHED

#24 [14/28] RUN sed -i -e 's/# en_US.UTF-8 UTF-8/en_US.UTF-8 UTF-8/' /etc/locale.gen &&     dpkg-reconfigure --frontend=noninteractive locales &&     update-locale LANG=en_US.UTF-8
#24 CACHED

#25 [ 5/28] RUN	APT-GET update && 	apt-get install -y --no-install-recommends 		cpio 		dbus 		tcpdump 		sqlite3 		python3 		python3-setuptools 		python3-yaml 		python3-mako 		python3-gi 		python3-numpy 		python3-wheel 		python3-watchdog 		ofono 		patchelf 		rpm2cpio 		sudo 		libcap2-bin 		python3-pip 		udhcpc 		iperf3 		locales
#25 CACHED

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

#27 [18/28] RUN	SET -x && 	mkdir -p /tmp/mongodb && 	cd /tmp/mongodb && 	wget "https://pgp.mongodb.com/server-5.0.asc" -O "/mongodb.key" && 	wget "http://security.debian.org/debian-security/pool/updates/main/o/openssl/libssl1.1_1.1.1n-0+deb10u6_amd64.deb" && 	dpkg -i "libssl1.1_1.1.1n-0+deb10u6_amd64.deb" && 	echo "deb [signed-by=/mongodb.key] http://repo.mongodb.org/apt/debian bullseye/mongodb-org/5.0 main" 		> /etc/apt/sources.list.d/mongodb-org.list && 	apt-get update && 	apt-get install -y mongodb-org && 	apt-get clean && 	cd / && 	rm -rf /tmp/mongodb && 	rm /etc/apt/sources.list.d/mongodb-org.list && 	sed -i "s/127.0.0.1/172.18.50.2/g" /etc/mongod.conf
#27 CACHED

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

#29 [ 9/28] COPY	SSH /root/.ssh
#29 CACHED

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

#31 [23/28] RUN	CD osmo-gsm-tester && 	git fetch && git checkout master && 	(git symbolic-ref -q HEAD && git reset --hard origin/master || exit 1); 	git rev-parse --abbrev-ref HEAD && git rev-parse HEAD
#31 CACHED

#32 [15/28] RUN	APT-GET update && 	apt-get install -y --no-install-recommends 		telnet 		libosmocore-dev 		libosmo-abis-dev 		libosmo-gsup-client-dev 		libosmo-netif-dev 		libosmo-ranap-dev 		libosmo-sigtran-dev 		libsmpp34-dev 		libgtp-dev 		libasn1c-dev && 	apt-get clean
#32 CACHED

#33 [28/28] WORKDIR	/DATA
#33 CACHED

#34 exporting to image
#34 exporting layers done
#34 writing image sha256:a185ac3054c8e80bbb72423c99d7540308f7b25a8a5ec49056c1affab38c509c 0.0s done
#34 naming to docker.io/osmocom-build/osmo-gsm-tester:latest 0.0s done
#34 DONE 0.1s
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=7911 -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=2025-03-20 22:48:19
+ trial_dir_prefix=trial-
+ rm -rf trial-*
+ trial_dir=trial-7911
+ mkdir -p trial-7911
+ mv open5gs.build-8.tgz osmo-bsc.build-2025-03-20_13_25_46.tgz osmo-bts-oc2g.build-2025-03-20_00_51_36.tgz osmo-bts-sysmo.build-2025-03-20_00_51_36.tgz osmo-bts.build-2025-03-20_00_51_50.tgz osmo-ggsn.build-2025-03-20_20_42_30.tgz osmo-hlr.build-2025-03-20_16_36_57.tgz osmo-hnbgw.build-2025-03-20_13_28_57.tgz osmo-mgw.build-2025-03-20_08_33_14.tgz osmo-msc.build-2025-03-20_13_33_04.tgz osmo-nitb.build-17155.tgz osmo-pcu-oc2g.build-2025-03-20_07_41_28.tgz osmo-pcu-sysmo.build-2025-03-20_07_41_25.tgz osmo-pcu.build-2025-03-20_07_41_31.tgz osmo-sgsn.build-2025-03-20_20_47_48.tgz osmo-stp.build-2025-03-20_13_23_03.tgz osmo-trx.build-2025-03-20_14_28_31.tgz osmocom-bb.build-2025-03-20_21_17_14.tgz srslte.build-19.tgz trial-7911
+ cat open5gs.build-8.md5 osmo-bsc.build-2025-03-20_13_25_46.md5 osmo-bts-oc2g.build-2025-03-20_00_51_36.md5 osmo-bts-sysmo.build-2025-03-20_00_51_36.md5 osmo-bts.build-2025-03-20_00_51_50.md5 osmo-ggsn.build-2025-03-20_20_42_30.md5 osmo-hlr.build-2025-03-20_16_36_57.md5 osmo-hnbgw.build-2025-03-20_13_28_57.md5 osmo-mgw.build-2025-03-20_08_33_14.md5 osmo-msc.build-2025-03-20_13_33_04.md5 osmo-nitb.build-17155.md5 osmo-pcu-oc2g.build-2025-03-20_07_41_28.md5 osmo-pcu-sysmo.build-2025-03-20_07_41_25.md5 osmo-pcu.build-2025-03-20_07_41_31.md5 osmo-sgsn.build-2025-03-20_20_47_48.md5 osmo-stp.build-2025-03-20_13_23_03.md5 osmo-trx.build-2025-03-20_14_28_31.md5 osmocom-bb.build-2025-03-20_21_17_14.md5 srslte.build-19.md5
+ rm open5gs.build-8.md5 osmo-bsc.build-2025-03-20_13_25_46.md5 osmo-bts-oc2g.build-2025-03-20_00_51_36.md5 osmo-bts-sysmo.build-2025-03-20_00_51_36.md5 osmo-bts.build-2025-03-20_00_51_50.md5 osmo-ggsn.build-2025-03-20_20_42_30.md5 osmo-hlr.build-2025-03-20_16_36_57.md5 osmo-hnbgw.build-2025-03-20_13_28_57.md5 osmo-mgw.build-2025-03-20_08_33_14.md5 osmo-msc.build-2025-03-20_13_33_04.md5 osmo-nitb.build-17155.md5 osmo-pcu-oc2g.build-2025-03-20_07_41_28.md5 osmo-pcu-sysmo.build-2025-03-20_07_41_25.md5 osmo-pcu.build-2025-03-20_07_41_31.md5 osmo-sgsn.build-2025-03-20_20_47_48.md5 osmo-stp.build-2025-03-20_13_23_03.md5 osmo-trx.build-2025-03-20_14_28_31.md5 osmocom-bb.build-2025-03-20_21_17_14.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-7911 -s netreg_mass
combinations: ['netreg_mass']
trial: 'trial-7911'
tests: None
/build/osmo-gsm-tester/src/osmo_gsm_tester/obj/ms_android.py:201: SyntaxWarning: "is not" with a literal. Did you mean "!="?
  if not(self.get_assigned_addr() is ''):

--------------------------------------------------------------------------------------------
trial-7911
--------------------------------------------------------------------------------------------
22:48:19.435157 tst                       trial-7911: Detailed log at /build/trial-7911/run.2025-03-20_22-48-19/log

---------------------------------------------------------------------
trial-7911 netreg_mass
---------------------------------------------------------------------
22:48:19.642887 tst                      netreg_mass: reserving resources in /var/tmp/osmo-gsm-tester/state ...
22:48:19.643240 tst                      netreg_mass: Verifying 1 x bts (candidates: 1)
22:48:19.644021 tst                      netreg_mass: Verifying 6 x ip_address (candidates: 9)
22:48:19.645225 tst                      netreg_mass: Verifying 100 x modem (candidates: 100)
22:48:19.684225 tst                      netreg_mass: Reserving 1 x bts (candidates: 1)
22:48:19.685021 tst                      netreg_mass: Reserving 6 x ip_address (candidates: 9)
22:48:19.686171 tst                      netreg_mass: Reserving 100 x modem (candidates: 100)
22:48:19.759007 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-7911 netreg_mass register_default_mass.py
----------------------------------------------
22:48:19.759758 tst       register_default_mass.py:9: Claiming resources for the test
22:48:19.775015 tst                      netreg_mass: Using 1 x ip_address (candidates: 6)
22:48:19.775533 tst                      netreg_mass: Using 1 x ip_address (candidates: 6)
22:48:19.775988 tst                      netreg_mass: Using 1 x ip_address (candidates: 6)
22:48:19.776441 tst                      netreg_mass: Using 1 x ip_address (candidates: 6)
22:48:19.776892 tst                      netreg_mass: Using 1 x ip_address (candidates: 6)
22:48:19.777362 tst                      netreg_mass: Using 1 x ip_address (candidates: 6)
22:48:19.777822 tst                      netreg_mass: Using 1 x bts (candidates: 1)
22:48:19.830475 tst         register_default_mass.py: using LAC 2
22:48:19.870821 tst         register_default_mass.py: using RAC 2
22:48:19.910687 tst         register_default_mass.py: using CellId 2
22:48:19.954040 tst         register_default_mass.py: using BVCI 3
22:48:19.961590 tst                      netreg_mass: Using 1 x modem (candidates: 100)
22:48:19.962257 tst                      netreg_mass: Using 1 x modem (candidates: 100)
22:48:19.962844 tst                      netreg_mass: Using 1 x modem (candidates: 100)
22:48:19.963416 tst                      netreg_mass: Using 1 x modem (candidates: 100)
22:48:19.963970 tst                      netreg_mass: Using 1 x modem (candidates: 100)
22:48:19.964517 tst                      netreg_mass: Using 1 x modem (candidates: 100)
22:48:19.965067 tst                      netreg_mass: Using 1 x modem (candidates: 100)
22:48:19.965635 tst                      netreg_mass: Using 1 x modem (candidates: 100)
22:48:19.966176 tst                      netreg_mass: Using 1 x modem (candidates: 100)
22:48:19.966711 tst                      netreg_mass: Using 1 x modem (candidates: 100)
22:48:19.967249 tst                      netreg_mass: Using 1 x modem (candidates: 100)
22:48:19.967779 tst                      netreg_mass: Using 1 x modem (candidates: 100)
22:48:19.968312 tst                      netreg_mass: Using 1 x modem (candidates: 100)
22:48:19.968863 tst                      netreg_mass: Using 1 x modem (candidates: 100)
22:48:19.969402 tst                      netreg_mass: Using 1 x modem (candidates: 100)
22:48:19.969931 tst                      netreg_mass: Using 1 x modem (candidates: 100)
22:48:19.970458 tst                      netreg_mass: Using 1 x modem (candidates: 100)
22:48:19.970989 tst                      netreg_mass: Using 1 x modem (candidates: 100)
22:48:19.971514 tst                      netreg_mass: Using 1 x modem (candidates: 100)
22:48:19.972036 tst                      netreg_mass: Using 1 x modem (candidates: 100)
22:48:19.972566 tst                      netreg_mass: Using 1 x modem (candidates: 100)
22:48:19.973098 tst                      netreg_mass: Using 1 x modem (candidates: 100)
22:48:19.973631 tst                      netreg_mass: Using 1 x modem (candidates: 100)
22:48:19.974171 tst                      netreg_mass: Using 1 x modem (candidates: 100)
22:48:19.974700 tst                      netreg_mass: Using 1 x modem (candidates: 100)
22:48:19.975219 tst                      netreg_mass: Using 1 x modem (candidates: 100)
22:48:19.975758 tst                      netreg_mass: Using 1 x modem (candidates: 100)
22:48:19.976281 tst                      netreg_mass: Using 1 x modem (candidates: 100)
22:48:19.976811 tst                      netreg_mass: Using 1 x modem (candidates: 100)
22:48:19.977358 tst                      netreg_mass: Using 1 x modem (candidates: 100)
22:48:19.977875 tst                      netreg_mass: Using 1 x modem (candidates: 100)
22:48:19.978393 tst                      netreg_mass: Using 1 x modem (candidates: 100)
22:48:19.978947 tst                      netreg_mass: Using 1 x modem (candidates: 100)
22:48:19.979478 tst                      netreg_mass: Using 1 x modem (candidates: 100)
22:48:19.980025 tst                      netreg_mass: Using 1 x modem (candidates: 100)
22:48:19.980550 tst                      netreg_mass: Using 1 x modem (candidates: 100)
22:48:19.981074 tst                      netreg_mass: Using 1 x modem (candidates: 100)
22:48:19.981608 tst                      netreg_mass: Using 1 x modem (candidates: 100)
22:48:19.982139 tst                      netreg_mass: Using 1 x modem (candidates: 100)
22:48:19.982656 tst                      netreg_mass: Using 1 x modem (candidates: 100)
22:48:19.983178 tst                      netreg_mass: Using 1 x modem (candidates: 100)
22:48:19.983706 tst                      netreg_mass: Using 1 x modem (candidates: 100)
22:48:19.984229 tst                      netreg_mass: Using 1 x modem (candidates: 100)
22:48:19.984769 tst                      netreg_mass: Using 1 x modem (candidates: 100)
22:48:19.985298 tst                      netreg_mass: Using 1 x modem (candidates: 100)
22:48:19.985814 tst                      netreg_mass: Using 1 x modem (candidates: 100)
22:48:19.986344 tst                      netreg_mass: Using 1 x modem (candidates: 100)
22:48:19.986873 tst                      netreg_mass: Using 1 x modem (candidates: 100)
22:48:19.987395 tst                      netreg_mass: Using 1 x modem (candidates: 100)
22:48:19.987925 tst                      netreg_mass: Using 1 x modem (candidates: 100)
22:48:19.988444 tst                      netreg_mass: Using 1 x modem (candidates: 100)
22:48:19.988961 tst                      netreg_mass: Using 1 x modem (candidates: 100)
22:48:19.989490 tst                      netreg_mass: Using 1 x modem (candidates: 100)
22:48:19.990008 tst                      netreg_mass: Using 1 x modem (candidates: 100)
22:48:19.990515 tst                      netreg_mass: Using 1 x modem (candidates: 100)
22:48:19.991040 tst                      netreg_mass: Using 1 x modem (candidates: 100)
22:48:19.991561 tst                      netreg_mass: Using 1 x modem (candidates: 100)
22:48:19.992071 tst                      netreg_mass: Using 1 x modem (candidates: 100)
22:48:19.992583 tst                      netreg_mass: Using 1 x modem (candidates: 100)
22:48:19.993111 tst                      netreg_mass: Using 1 x modem (candidates: 100)
22:48:19.993616 tst                      netreg_mass: Using 1 x modem (candidates: 100)
22:48:19.994126 tst                      netreg_mass: Using 1 x modem (candidates: 100)
22:48:19.994637 tst                      netreg_mass: Using 1 x modem (candidates: 100)
22:48:19.995165 tst                      netreg_mass: Using 1 x modem (candidates: 100)
22:48:19.995675 tst                      netreg_mass: Using 1 x modem (candidates: 100)
22:48:19.996178 tst                      netreg_mass: Using 1 x modem (candidates: 100)
22:48:19.996700 tst                      netreg_mass: Using 1 x modem (candidates: 100)
22:48:19.997228 tst                      netreg_mass: Using 1 x modem (candidates: 100)
22:48:19.997736 tst                      netreg_mass: Using 1 x modem (candidates: 100)
22:48:19.998234 tst                      netreg_mass: Using 1 x modem (candidates: 100)
22:48:19.998750 tst                      netreg_mass: Using 1 x modem (candidates: 100)
22:48:19.999263 tst                      netreg_mass: Using 1 x modem (candidates: 100)
22:48:19.999868 tst                      netreg_mass: Using 1 x modem (candidates: 100)
22:48:20.000393 tst                      netreg_mass: Using 1 x modem (candidates: 100)
22:48:20.000906 tst                      netreg_mass: Using 1 x modem (candidates: 100)
22:48:20.001414 tst                      netreg_mass: Using 1 x modem (candidates: 100)
22:48:20.001936 tst                      netreg_mass: Using 1 x modem (candidates: 100)
22:48:20.002453 tst                      netreg_mass: Using 1 x modem (candidates: 100)
22:48:20.002964 tst                      netreg_mass: Using 1 x modem (candidates: 100)
22:48:20.003485 tst                      netreg_mass: Using 1 x modem (candidates: 100)
22:48:20.004000 tst                      netreg_mass: Using 1 x modem (candidates: 100)
22:48:20.004510 tst                      netreg_mass: Using 1 x modem (candidates: 100)
22:48:20.005038 tst                      netreg_mass: Using 1 x modem (candidates: 100)
22:48:20.005560 tst                      netreg_mass: Using 1 x modem (candidates: 100)
22:48:20.006072 tst                      netreg_mass: Using 1 x modem (candidates: 100)
22:48:20.006597 tst                      netreg_mass: Using 1 x modem (candidates: 100)
22:48:20.007115 tst                      netreg_mass: Using 1 x modem (candidates: 100)
22:48:20.007618 tst                      netreg_mass: Using 1 x modem (candidates: 100)
22:48:20.008139 tst                      netreg_mass: Using 1 x modem (candidates: 100)
22:48:20.008669 tst                      netreg_mass: Using 1 x modem (candidates: 100)
22:48:20.009208 tst                      netreg_mass: Using 1 x modem (candidates: 100)
22:48:20.009727 tst                      netreg_mass: Using 1 x modem (candidates: 100)
22:48:20.010256 tst                      netreg_mass: Using 1 x modem (candidates: 100)
22:48:20.010792 tst                      netreg_mass: Using 1 x modem (candidates: 100)
22:48:20.011307 tst                      netreg_mass: Using 1 x modem (candidates: 100)
22:48:20.011814 tst                      netreg_mass: Using 1 x modem (candidates: 100)
22:48:20.012344 tst                      netreg_mass: Using 1 x modem (candidates: 100)
22:48:20.012873 tst                      netreg_mass: Using 1 x modem (candidates: 100)
22:48:20.013388 tst                      netreg_mass: Using 1 x modem (candidates: 100)
22:48:20.013907 tst                      netreg_mass: Using 1 x modem (candidates: 100)
22:48:20.014418 tst                      netreg_mass: Using 1 x modem (candidates: 100)
22:48:20.014989 tst      register_default_mass.py:21: Launching a simple network
22:48:20.025405 run              osmo-hlr_127.0.42.2: Starting osmo-hlr
22:48:20.147377 run            create_hlr_db(pid=20): Launched
22:48:21.157809 run            create_hlr_db(pid=20): Terminated: ok {rc=0}
22:48:21.174044 run pcap-recorder_any(filters='host 127.0.42.2')(pid=22): Launched
22:48:21.189349 run      osmo-hlr_127.0.42.2(pid=23): Launched
22:48:21.195372 run              osmo-stp_127.0.42.5: Starting osmo-stp
22:48:21.369989 run pcap-recorder_any(filters='host 127.0.42.5 and port not 22')(pid=24): Launched
22:48:21.387865 run      osmo-stp_127.0.42.5(pid=25): Launched
22:48:21.393781 run              osmo-msc_127.0.42.6: Starting osmo-msc
22:48:21.812921 run pcap-recorder_any(filters='host 127.0.42.6 and port not 22')(pid=26): Launched
22:48:21.828987 run      osmo-msc_127.0.42.6(pid=27): Launched
22:48:24.839988 run              osmo-mgw_127.0.42.3: Starting osmo-mgw
22:48:24.966589 run pcap-recorder_any(filters='host 127.0.42.3 and port not 22')(pid=28): Launched
22:48:24.981927 run      osmo-mgw_127.0.42.3(pid=29): Launched
22:48:24.987770 run              osmo-mgw_127.0.42.4: Starting osmo-mgw
22:48:25.012222 run pcap-recorder_any(filters='host 127.0.42.4 and port not 22')(pid=30): Launched
22:48:25.027673 run      osmo-mgw_127.0.42.4(pid=31): Launched
22:48:25.033760 run              osmo-bsc_127.0.42.7: Starting osmo-bsc
22:48:25.347336 run pcap-recorder_any(filters='host 127.0.42.7 and port not 22')(pid=32): Launched
22:48:25.362828 run      osmo-bsc_127.0.42.7(pid=33): Launched
22:48:31.387197 run                 osmo-bts-virtual: Starting to connect to osmo-bsc_127.0.42.7
22:48:31.680532 run         osmo-bts-virtual(pid=34): Launched
22:48:32.751896 tst         register_default_mass.py: using MSISDN 1001
22:48:32.767659 run              osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001010000000000', msisdn='1001', subscriber_id=1}
22:48:32.856873 tst         register_default_mass.py: using MSISDN 1002
22:48:32.872005 run              osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001010000000001', msisdn='1002', subscriber_id=2}
22:48:32.954812 tst         register_default_mass.py: using MSISDN 1003
22:48:32.970713 run              osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001010000000002', msisdn='1003', subscriber_id=3}
22:48:33.050509 tst         register_default_mass.py: using MSISDN 1004
22:48:33.066447 run              osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001010000000003', msisdn='1004', subscriber_id=4}
22:48:33.159572 tst         register_default_mass.py: using MSISDN 1005
22:48:33.174997 run              osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001010000000004', msisdn='1005', subscriber_id=5}
22:48:33.265110 tst         register_default_mass.py: using MSISDN 1006
22:48:33.279917 run              osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001010000000005', msisdn='1006', subscriber_id=6}
22:48:33.351911 tst         register_default_mass.py: using MSISDN 1007
22:48:33.367351 run              osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001010000000006', msisdn='1007', subscriber_id=7}
22:48:33.453354 tst         register_default_mass.py: using MSISDN 1008
22:48:33.468515 run              osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001010000000007', msisdn='1008', subscriber_id=8}
22:48:33.547730 tst         register_default_mass.py: using MSISDN 1009
22:48:33.562583 run              osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001010000000008', msisdn='1009', subscriber_id=9}
22:48:33.636473 tst         register_default_mass.py: using MSISDN 1010
22:48:33.645186 run              osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001010000000009', msisdn='1010', subscriber_id=10}
22:48:33.717738 tst         register_default_mass.py: using MSISDN 1011
22:48:33.733782 run              osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001020000000000', msisdn='1011', subscriber_id=11}
22:48:33.830281 tst         register_default_mass.py: using MSISDN 1012
22:48:33.844834 run              osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001020000000001', msisdn='1012', subscriber_id=12}
22:48:33.924699 tst         register_default_mass.py: using MSISDN 1013
22:48:33.934602 run              osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001020000000002', msisdn='1013', subscriber_id=13}
22:48:34.034085 tst         register_default_mass.py: using MSISDN 1014
22:48:34.048246 run              osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001020000000003', msisdn='1014', subscriber_id=14}
22:48:34.124377 tst         register_default_mass.py: using MSISDN 1015
22:48:34.139401 run              osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001020000000004', msisdn='1015', subscriber_id=15}
22:48:34.228003 tst         register_default_mass.py: using MSISDN 1016
22:48:34.244300 run              osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001020000000005', msisdn='1016', subscriber_id=16}
22:48:34.355909 tst         register_default_mass.py: using MSISDN 1017
22:48:34.372525 run              osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001020000000006', msisdn='1017', subscriber_id=17}
22:48:34.458845 tst         register_default_mass.py: using MSISDN 1018
22:48:34.475693 run              osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001020000000007', msisdn='1018', subscriber_id=18}
22:48:34.552183 tst         register_default_mass.py: using MSISDN 1019
22:48:34.563067 run              osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001020000000008', msisdn='1019', subscriber_id=19}
22:48:34.654316 tst         register_default_mass.py: using MSISDN 1020
22:48:34.670513 run              osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001020000000009', msisdn='1020', subscriber_id=20}
22:48:34.758078 tst         register_default_mass.py: using MSISDN 1021
22:48:34.774106 run              osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001030000000000', msisdn='1021', subscriber_id=21}
22:48:34.847041 tst         register_default_mass.py: using MSISDN 1022
22:48:34.863339 run              osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001030000000001', msisdn='1022', subscriber_id=22}
22:48:34.952111 tst         register_default_mass.py: using MSISDN 1023
22:48:34.966369 run              osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001030000000002', msisdn='1023', subscriber_id=23}
22:48:35.055735 tst         register_default_mass.py: using MSISDN 1024
22:48:35.072038 run              osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001030000000003', msisdn='1024', subscriber_id=24}
22:48:35.160443 tst         register_default_mass.py: using MSISDN 1025
22:48:35.177173 run              osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001030000000004', msisdn='1025', subscriber_id=25}
22:48:35.256715 tst         register_default_mass.py: using MSISDN 1026
22:48:35.272021 run              osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001030000000005', msisdn='1026', subscriber_id=26}
22:48:35.351555 tst         register_default_mass.py: using MSISDN 1027
22:48:35.365792 run              osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001030000000006', msisdn='1027', subscriber_id=27}
22:48:35.449057 tst         register_default_mass.py: using MSISDN 1028
22:48:35.463845 run              osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001030000000007', msisdn='1028', subscriber_id=28}
22:48:35.549697 tst         register_default_mass.py: using MSISDN 1029
22:48:35.560576 run              osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001030000000008', msisdn='1029', subscriber_id=29}
22:48:35.636026 tst         register_default_mass.py: using MSISDN 1030
22:48:35.651942 run              osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001030000000009', msisdn='1030', subscriber_id=30}
22:48:35.747235 tst         register_default_mass.py: using MSISDN 1031
22:48:35.762010 run              osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001040000000000', msisdn='1031', subscriber_id=31}
22:48:35.847469 tst         register_default_mass.py: using MSISDN 1032
22:48:35.862216 run              osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001040000000001', msisdn='1032', subscriber_id=32}
22:48:35.947758 tst         register_default_mass.py: using MSISDN 1033
22:48:35.963014 run              osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001040000000002', msisdn='1033', subscriber_id=33}
22:48:36.041599 tst         register_default_mass.py: using MSISDN 1034
22:48:36.058096 run              osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001040000000003', msisdn='1034', subscriber_id=34}
22:48:36.145716 tst         register_default_mass.py: using MSISDN 1035
22:48:36.160578 run              osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001040000000004', msisdn='1035', subscriber_id=35}
22:48:36.252183 tst         register_default_mass.py: using MSISDN 1036
22:48:36.267050 run              osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001040000000005', msisdn='1036', subscriber_id=36}
22:48:36.528935 tst         register_default_mass.py: using MSISDN 1037
22:48:36.544509 run              osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001040000000006', msisdn='1037', subscriber_id=37}
22:48:36.626752 tst         register_default_mass.py: using MSISDN 1038
22:48:36.641843 run              osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001040000000007', msisdn='1038', subscriber_id=38}
22:48:36.723065 tst         register_default_mass.py: using MSISDN 1039
22:48:36.738578 run              osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001040000000008', msisdn='1039', subscriber_id=39}
22:48:36.807321 tst         register_default_mass.py: using MSISDN 1040
22:48:36.823518 run              osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001040000000009', msisdn='1040', subscriber_id=40}
22:48:36.914650 tst         register_default_mass.py: using MSISDN 1041
22:48:36.929738 run              osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001050000000000', msisdn='1041', subscriber_id=41}
22:48:37.002657 tst         register_default_mass.py: using MSISDN 1042
22:48:37.018491 run              osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001050000000001', msisdn='1042', subscriber_id=42}
22:48:37.095091 tst         register_default_mass.py: using MSISDN 1043
22:48:37.106786 run              osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001050000000002', msisdn='1043', subscriber_id=43}
22:48:37.184278 tst         register_default_mass.py: using MSISDN 1044
22:48:37.199530 run              osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001050000000003', msisdn='1044', subscriber_id=44}
22:48:37.278546 tst         register_default_mass.py: using MSISDN 1045
22:48:37.293781 run              osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001050000000004', msisdn='1045', subscriber_id=45}
22:48:37.378616 tst         register_default_mass.py: using MSISDN 1046
22:48:37.394017 run              osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001050000000005', msisdn='1046', subscriber_id=46}
22:48:37.475921 tst         register_default_mass.py: using MSISDN 1047
22:48:37.491104 run              osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001050000000006', msisdn='1047', subscriber_id=47}
22:48:37.583029 tst         register_default_mass.py: using MSISDN 1048
22:48:37.598541 run              osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001050000000007', msisdn='1048', subscriber_id=48}
22:48:37.688268 tst         register_default_mass.py: using MSISDN 1049
22:48:37.702923 run              osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001050000000008', msisdn='1049', subscriber_id=49}
22:48:37.786062 tst         register_default_mass.py: using MSISDN 1050
22:48:37.800958 run              osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001050000000009', msisdn='1050', subscriber_id=50}
22:48:37.888117 tst         register_default_mass.py: using MSISDN 1051
22:48:37.903114 run              osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001060000000000', msisdn='1051', subscriber_id=51}
22:48:37.997569 tst         register_default_mass.py: using MSISDN 1052
22:48:38.007928 run              osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001060000000001', msisdn='1052', subscriber_id=52}
22:48:38.082444 tst         register_default_mass.py: using MSISDN 1053
22:48:38.092341 run              osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001060000000002', msisdn='1053', subscriber_id=53}
22:48:38.171336 tst         register_default_mass.py: using MSISDN 1054
22:48:38.180610 run              osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001060000000003', msisdn='1054', subscriber_id=54}
22:48:38.265976 tst         register_default_mass.py: using MSISDN 1055
22:48:38.278992 run              osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001060000000004', msisdn='1055', subscriber_id=55}
22:48:38.364380 tst         register_default_mass.py: using MSISDN 1056
22:48:38.372241 run              osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001060000000005', msisdn='1056', subscriber_id=56}
22:48:38.445881 tst         register_default_mass.py: using MSISDN 1057
22:48:38.458843 run              osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001060000000006', msisdn='1057', subscriber_id=57}
22:48:38.626031 tst         register_default_mass.py: using MSISDN 1058
22:48:38.633576 run              osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001060000000007', msisdn='1058', subscriber_id=58}
22:48:38.756763 tst         register_default_mass.py: using MSISDN 1059
22:48:38.764323 run              osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001060000000008', msisdn='1059', subscriber_id=59}
22:48:38.856403 tst         register_default_mass.py: using MSISDN 1060
22:48:38.865496 run              osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001060000000009', msisdn='1060', subscriber_id=60}
22:48:38.951072 tst         register_default_mass.py: using MSISDN 1061
22:48:38.963905 run              osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001070000000000', msisdn='1061', subscriber_id=61}
22:48:39.040705 tst         register_default_mass.py: using MSISDN 1062
22:48:39.048905 run              osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001070000000001', msisdn='1062', subscriber_id=62}
22:48:39.114039 tst         register_default_mass.py: using MSISDN 1063
22:48:39.124320 run              osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001070000000002', msisdn='1063', subscriber_id=63}
22:48:39.254061 tst         register_default_mass.py: using MSISDN 1064
22:48:39.264956 run              osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001070000000003', msisdn='1064', subscriber_id=64}
22:48:39.346103 tst         register_default_mass.py: using MSISDN 1065
22:48:39.359760 run              osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001070000000004', msisdn='1065', subscriber_id=65}
22:48:39.525130 tst         register_default_mass.py: using MSISDN 1066
22:48:39.537266 run              osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001070000000005', msisdn='1066', subscriber_id=66}
22:48:39.612820 tst         register_default_mass.py: using MSISDN 1067
22:48:39.620182 run              osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001070000000006', msisdn='1067', subscriber_id=67}
22:48:39.683854 tst         register_default_mass.py: using MSISDN 1068
22:48:39.690809 run              osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001070000000007', msisdn='1068', subscriber_id=68}
22:48:39.767983 tst         register_default_mass.py: using MSISDN 1069
22:48:39.774952 run              osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001070000000008', msisdn='1069', subscriber_id=69}
22:48:39.842232 tst         register_default_mass.py: using MSISDN 1070
22:48:39.856258 run              osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001070000000009', msisdn='1070', subscriber_id=70}
22:48:40.224946 tst         register_default_mass.py: using MSISDN 1071
22:48:40.238856 run              osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001080000000000', msisdn='1071', subscriber_id=71}
22:48:40.323593 tst         register_default_mass.py: using MSISDN 1072
22:48:40.337414 run              osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001080000000001', msisdn='1072', subscriber_id=72}
22:48:40.424258 tst         register_default_mass.py: using MSISDN 1073
22:48:40.437928 run              osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001080000000002', msisdn='1073', subscriber_id=73}
22:48:40.523108 tst         register_default_mass.py: using MSISDN 1074
22:48:40.537709 run              osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001080000000003', msisdn='1074', subscriber_id=74}
22:48:40.621786 tst         register_default_mass.py: using MSISDN 1075
22:48:40.635956 run              osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001080000000004', msisdn='1075', subscriber_id=75}
22:48:40.716801 tst         register_default_mass.py: using MSISDN 1076
22:48:40.730949 run              osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001080000000005', msisdn='1076', subscriber_id=76}
22:48:40.824754 tst         register_default_mass.py: using MSISDN 1077
22:48:40.836367 run              osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001080000000006', msisdn='1077', subscriber_id=77}
22:48:40.917672 tst         register_default_mass.py: using MSISDN 1078
22:48:40.932554 run              osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001080000000007', msisdn='1078', subscriber_id=78}
22:48:41.011415 tst         register_default_mass.py: using MSISDN 1079
22:48:41.025839 run              osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001080000000008', msisdn='1079', subscriber_id=79}
22:48:41.104059 tst         register_default_mass.py: using MSISDN 1080
22:48:41.117945 run              osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001080000000009', msisdn='1080', subscriber_id=80}
22:48:41.206789 tst         register_default_mass.py: using MSISDN 1081
22:48:41.220402 run              osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001090000000000', msisdn='1081', subscriber_id=81}
22:48:41.297309 tst         register_default_mass.py: using MSISDN 1082
22:48:41.311009 run              osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001090000000001', msisdn='1082', subscriber_id=82}
22:48:41.404844 tst         register_default_mass.py: using MSISDN 1083
22:48:41.417366 run              osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001090000000002', msisdn='1083', subscriber_id=83}
22:48:41.510490 tst         register_default_mass.py: using MSISDN 1084
22:48:41.524323 run              osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001090000000003', msisdn='1084', subscriber_id=84}
22:48:41.630369 tst         register_default_mass.py: using MSISDN 1085
22:48:41.643767 run              osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001090000000004', msisdn='1085', subscriber_id=85}
22:48:41.758933 tst         register_default_mass.py: using MSISDN 1086
22:48:41.772880 run              osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001090000000005', msisdn='1086', subscriber_id=86}
22:48:41.859732 tst         register_default_mass.py: using MSISDN 1087
22:48:41.873230 run              osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001090000000006', msisdn='1087', subscriber_id=87}
22:48:41.955841 tst         register_default_mass.py: using MSISDN 1088
22:48:41.968578 run              osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001090000000007', msisdn='1088', subscriber_id=88}
22:48:42.054955 tst         register_default_mass.py: using MSISDN 1089
22:48:42.064765 run              osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001090000000008', msisdn='1089', subscriber_id=89}
22:48:42.127803 tst         register_default_mass.py: using MSISDN 1090
22:48:42.139108 run              osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001090000000009', msisdn='1090', subscriber_id=90}
22:48:42.211409 tst         register_default_mass.py: using MSISDN 1091
22:48:42.219279 run              osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001100000000000', msisdn='1091', subscriber_id=91}
22:48:42.293746 tst         register_default_mass.py: using MSISDN 1092
22:48:42.300837 run              osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001100000000001', msisdn='1092', subscriber_id=92}
22:48:42.372947 tst         register_default_mass.py: using MSISDN 1093
22:48:42.382124 run              osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001100000000002', msisdn='1093', subscriber_id=93}
22:48:42.455003 tst         register_default_mass.py: using MSISDN 1094
22:48:42.467563 run              osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001100000000003', msisdn='1094', subscriber_id=94}
22:48:42.590181 tst         register_default_mass.py: using MSISDN 1095
22:48:42.599187 run              osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001100000000004', msisdn='1095', subscriber_id=95}
22:48:42.661838 tst         register_default_mass.py: using MSISDN 1096
22:48:42.669071 run              osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001100000000005', msisdn='1096', subscriber_id=96}
22:48:42.741265 tst         register_default_mass.py: using MSISDN 1097
22:48:42.751862 run              osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001100000000006', msisdn='1097', subscriber_id=97}
22:48:42.827549 tst         register_default_mass.py: using MSISDN 1098
22:48:42.837067 run              osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001100000000007', msisdn='1098', subscriber_id=98}
22:48:42.902974 tst         register_default_mass.py: using MSISDN 1099
22:48:42.910409 run              osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001100000000008', msisdn='1099', subscriber_id=99}
22:48:42.990917 tst         register_default_mass.py: using MSISDN 1100
22:48:43.003261 run              osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001100000000009', msisdn='1100', subscriber_id=100}
22:48:43.149286 run                             mass: Starting testcase
22:48:43.156494 run                             mass: Pre-launching all virtphy's
22:48:43.163187 run           osmo-ms-virt-phy/00000: Starting virtphy
22:48:43.179389 run   osmo-ms-virt-phy/00000(pid=35): Launched
22:48:43.186811 run           osmo-ms-virt-phy/00001: Starting virtphy
22:48:43.203801 run   osmo-ms-virt-phy/00001(pid=36): Launched
22:48:43.211823 run           osmo-ms-virt-phy/00002: Starting virtphy
22:48:43.228890 run   osmo-ms-virt-phy/00002(pid=37): Launched
22:48:43.236909 run           osmo-ms-virt-phy/00003: Starting virtphy
22:48:43.254151 run   osmo-ms-virt-phy/00003(pid=38): Launched
22:48:43.265269 run           osmo-ms-virt-phy/00004: Starting virtphy
22:48:43.281561 run   osmo-ms-virt-phy/00004(pid=39): Launched
22:48:43.289165 run           osmo-ms-virt-phy/00005: Starting virtphy
22:48:43.305146 run   osmo-ms-virt-phy/00005(pid=40): Launched
22:48:43.312926 run           osmo-ms-virt-phy/00006: Starting virtphy
22:48:43.329879 run   osmo-ms-virt-phy/00006(pid=41): Launched
22:48:43.337566 run           osmo-ms-virt-phy/00007: Starting virtphy
22:48:43.353961 run   osmo-ms-virt-phy/00007(pid=42): Launched
22:48:43.361494 run           osmo-ms-virt-phy/00008: Starting virtphy
22:48:43.377541 run   osmo-ms-virt-phy/00008(pid=43): Launched
22:48:43.385166 run           osmo-ms-virt-phy/00009: Starting virtphy
22:48:43.402013 run   osmo-ms-virt-phy/00009(pid=44): Launched
22:48:43.410894 run           osmo-ms-virt-phy/00010: Starting virtphy
22:48:43.428190 run   osmo-ms-virt-phy/00010(pid=45): Launched
22:48:43.436246 run           osmo-ms-virt-phy/00011: Starting virtphy
22:48:43.453294 run   osmo-ms-virt-phy/00011(pid=46): Launched
22:48:43.461387 run           osmo-ms-virt-phy/00012: Starting virtphy
22:48:43.478815 run   osmo-ms-virt-phy/00012(pid=47): Launched
22:48:43.487923 run           osmo-ms-virt-phy/00013: Starting virtphy
22:48:43.504987 run   osmo-ms-virt-phy/00013(pid=48): Launched
22:48:43.512541 run           osmo-ms-virt-phy/00014: Starting virtphy
22:48:43.529775 run   osmo-ms-virt-phy/00014(pid=49): Launched
22:48:43.537936 run           osmo-ms-virt-phy/00015: Starting virtphy
22:48:43.554678 run   osmo-ms-virt-phy/00015(pid=50): Launched
22:48:43.562254 run           osmo-ms-virt-phy/00016: Starting virtphy
22:48:43.578768 run   osmo-ms-virt-phy/00016(pid=51): Launched
22:48:43.586778 run           osmo-ms-virt-phy/00017: Starting virtphy
22:48:43.604251 run   osmo-ms-virt-phy/00017(pid=52): Launched
22:48:43.616710 run           osmo-ms-virt-phy/00018: Starting virtphy
22:48:43.634585 run   osmo-ms-virt-phy/00018(pid=53): Launched
22:48:43.644397 run           osmo-ms-virt-phy/00019: Starting virtphy
22:48:43.662272 run   osmo-ms-virt-phy/00019(pid=54): Launched
22:48:43.673241 run           osmo-ms-virt-phy/00020: Starting virtphy
22:48:43.690758 run   osmo-ms-virt-phy/00020(pid=55): Launched
22:48:43.700048 run           osmo-ms-virt-phy/00021: Starting virtphy
22:48:43.718079 run   osmo-ms-virt-phy/00021(pid=56): Launched
22:48:43.726585 run           osmo-ms-virt-phy/00022: Starting virtphy
22:48:43.744740 run   osmo-ms-virt-phy/00022(pid=57): Launched
22:48:43.753173 run           osmo-ms-virt-phy/00023: Starting virtphy
22:48:43.770503 run   osmo-ms-virt-phy/00023(pid=58): Launched
22:48:43.778623 run           osmo-ms-virt-phy/00024: Starting virtphy
22:48:43.796044 run   osmo-ms-virt-phy/00024(pid=59): Launched
22:48:43.804181 run           osmo-ms-virt-phy/00025: Starting virtphy
22:48:43.821717 run   osmo-ms-virt-phy/00025(pid=60): Launched
22:48:43.829767 run           osmo-ms-virt-phy/00026: Starting virtphy
22:48:43.846888 run   osmo-ms-virt-phy/00026(pid=61): Launched
22:48:43.855211 run           osmo-ms-virt-phy/00027: Starting virtphy
22:48:43.872752 run   osmo-ms-virt-phy/00027(pid=62): Launched
22:48:43.880876 run           osmo-ms-virt-phy/00028: Starting virtphy
22:48:43.897981 run   osmo-ms-virt-phy/00028(pid=63): Launched
22:48:43.905910 run           osmo-ms-virt-phy/00029: Starting virtphy
22:48:43.922915 run   osmo-ms-virt-phy/00029(pid=64): Launched
22:48:43.930747 run           osmo-ms-virt-phy/00030: Starting virtphy
22:48:43.947702 run   osmo-ms-virt-phy/00030(pid=65): Launched
22:48:43.956867 run           osmo-ms-virt-phy/00031: Starting virtphy
22:48:43.974914 run   osmo-ms-virt-phy/00031(pid=66): Launched
22:48:43.983149 run           osmo-ms-virt-phy/00032: Starting virtphy
22:48:44.000460 run   osmo-ms-virt-phy/00032(pid=67): Launched
22:48:44.008350 run           osmo-ms-virt-phy/00033: Starting virtphy
22:48:44.025782 run   osmo-ms-virt-phy/00033(pid=68): Launched
22:48:44.034008 run           osmo-ms-virt-phy/00034: Starting virtphy
22:48:44.051377 run   osmo-ms-virt-phy/00034(pid=69): Launched
22:48:44.060068 run           osmo-ms-virt-phy/00035: Starting virtphy
22:48:44.077709 run   osmo-ms-virt-phy/00035(pid=70): Launched
22:48:44.087348 run           osmo-ms-virt-phy/00036: Starting virtphy
22:48:44.105055 run   osmo-ms-virt-phy/00036(pid=71): Launched
22:48:44.114900 run           osmo-ms-virt-phy/00037: Starting virtphy
22:48:44.132311 run   osmo-ms-virt-phy/00037(pid=72): Launched
22:48:44.140268 run           osmo-ms-virt-phy/00038: Starting virtphy
22:48:44.157323 run   osmo-ms-virt-phy/00038(pid=73): Launched
22:48:44.168237 run           osmo-ms-virt-phy/00039: Starting virtphy
22:48:44.184938 run   osmo-ms-virt-phy/00039(pid=74): Launched
22:48:44.192747 run           osmo-ms-virt-phy/00040: Starting virtphy
22:48:44.209525 run   osmo-ms-virt-phy/00040(pid=75): Launched
22:48:44.219113 run           osmo-ms-virt-phy/00041: Starting virtphy
22:48:44.236408 run   osmo-ms-virt-phy/00041(pid=76): Launched
22:48:44.244607 run           osmo-ms-virt-phy/00042: Starting virtphy
22:48:44.261919 run   osmo-ms-virt-phy/00042(pid=77): Launched
22:48:44.269960 run           osmo-ms-virt-phy/00043: Starting virtphy
22:48:44.287123 run   osmo-ms-virt-phy/00043(pid=78): Launched
22:48:44.295901 run           osmo-ms-virt-phy/00044: Starting virtphy
22:48:44.312882 run   osmo-ms-virt-phy/00044(pid=79): Launched
22:48:44.320584 run           osmo-ms-virt-phy/00045: Starting virtphy
22:48:44.337376 run   osmo-ms-virt-phy/00045(pid=80): Launched
22:48:44.345414 run           osmo-ms-virt-phy/00046: Starting virtphy
22:48:44.363027 run   osmo-ms-virt-phy/00046(pid=81): Launched
22:48:44.371144 run           osmo-ms-virt-phy/00047: Starting virtphy
22:48:44.388832 run   osmo-ms-virt-phy/00047(pid=82): Launched
22:48:44.396982 run           osmo-ms-virt-phy/00048: Starting virtphy
22:48:44.414464 run   osmo-ms-virt-phy/00048(pid=83): Launched
22:48:44.422615 run           osmo-ms-virt-phy/00049: Starting virtphy
22:48:44.440299 run   osmo-ms-virt-phy/00049(pid=84): Launched
22:48:44.448843 run           osmo-ms-virt-phy/00050: Starting virtphy
22:48:44.465994 run   osmo-ms-virt-phy/00050(pid=85): Launched
22:48:44.473807 run           osmo-ms-virt-phy/00051: Starting virtphy
22:48:44.513482 run   osmo-ms-virt-phy/00051(pid=86): Launched
22:48:44.521004 run           osmo-ms-virt-phy/00052: Starting virtphy
22:48:44.537449 run   osmo-ms-virt-phy/00052(pid=87): Launched
22:48:44.545528 run           osmo-ms-virt-phy/00053: Starting virtphy
22:48:44.562795 run   osmo-ms-virt-phy/00053(pid=88): Launched
22:48:44.570817 run           osmo-ms-virt-phy/00054: Starting virtphy
22:48:44.588032 run   osmo-ms-virt-phy/00054(pid=89): Launched
22:48:44.595910 run           osmo-ms-virt-phy/00055: Starting virtphy
22:48:44.612285 run   osmo-ms-virt-phy/00055(pid=90): Launched
22:48:44.619832 run           osmo-ms-virt-phy/00056: Starting virtphy
22:48:44.636630 run   osmo-ms-virt-phy/00056(pid=91): Launched
22:48:44.644240 run           osmo-ms-virt-phy/00057: Starting virtphy
22:48:44.660606 run   osmo-ms-virt-phy/00057(pid=92): Launched
22:48:44.668211 run           osmo-ms-virt-phy/00058: Starting virtphy
22:48:44.684887 run   osmo-ms-virt-phy/00058(pid=93): Launched
22:48:44.692530 run           osmo-ms-virt-phy/00059: Starting virtphy
22:48:44.709177 run   osmo-ms-virt-phy/00059(pid=94): Launched
22:48:44.716972 run           osmo-ms-virt-phy/00060: Starting virtphy
22:48:44.733576 run   osmo-ms-virt-phy/00060(pid=95): Launched
22:48:44.741321 run           osmo-ms-virt-phy/00061: Starting virtphy
22:48:44.758179 run   osmo-ms-virt-phy/00061(pid=96): Launched
22:48:44.766166 run           osmo-ms-virt-phy/00062: Starting virtphy
22:48:44.783212 run   osmo-ms-virt-phy/00062(pid=97): Launched
22:48:44.791056 run           osmo-ms-virt-phy/00063: Starting virtphy
22:48:44.807867 run   osmo-ms-virt-phy/00063(pid=98): Launched
22:48:44.815559 run           osmo-ms-virt-phy/00064: Starting virtphy
22:48:44.831939 run   osmo-ms-virt-phy/00064(pid=99): Launched
22:48:44.839427 run           osmo-ms-virt-phy/00065: Starting virtphy
22:48:44.855857 run  osmo-ms-virt-phy/00065(pid=100): Launched
22:48:44.863437 run           osmo-ms-virt-phy/00066: Starting virtphy
22:48:44.880161 run  osmo-ms-virt-phy/00066(pid=101): Launched
22:48:44.887944 run           osmo-ms-virt-phy/00067: Starting virtphy
22:48:44.904407 run  osmo-ms-virt-phy/00067(pid=102): Launched
22:48:44.911612 run           osmo-ms-virt-phy/00068: Starting virtphy
22:48:44.927346 run  osmo-ms-virt-phy/00068(pid=103): Launched
22:48:44.934430 run           osmo-ms-virt-phy/00069: Starting virtphy
22:48:44.949837 run  osmo-ms-virt-phy/00069(pid=104): Launched
22:48:44.957077 run           osmo-ms-virt-phy/00070: Starting virtphy
22:48:44.973348 run  osmo-ms-virt-phy/00070(pid=105): Launched
22:48:44.980942 run           osmo-ms-virt-phy/00071: Starting virtphy
22:48:44.997223 run  osmo-ms-virt-phy/00071(pid=106): Launched
22:48:45.004900 run           osmo-ms-virt-phy/00072: Starting virtphy
22:48:45.021353 run  osmo-ms-virt-phy/00072(pid=107): Launched
22:48:45.029141 run           osmo-ms-virt-phy/00073: Starting virtphy
22:48:45.045971 run  osmo-ms-virt-phy/00073(pid=108): Launched
22:48:45.053875 run           osmo-ms-virt-phy/00074: Starting virtphy
22:48:45.070278 run  osmo-ms-virt-phy/00074(pid=109): Launched
22:48:45.077779 run           osmo-ms-virt-phy/00075: Starting virtphy
22:48:45.093301 run  osmo-ms-virt-phy/00075(pid=110): Launched
22:48:45.100178 run           osmo-ms-virt-phy/00076: Starting virtphy
22:48:45.115008 run  osmo-ms-virt-phy/00076(pid=111): Launched
22:48:45.121775 run           osmo-ms-virt-phy/00077: Starting virtphy
22:48:45.137059 run  osmo-ms-virt-phy/00077(pid=112): Launched
22:48:45.144030 run           osmo-ms-virt-phy/00078: Starting virtphy
22:48:45.159059 run  osmo-ms-virt-phy/00078(pid=113): Launched
22:48:45.166122 run           osmo-ms-virt-phy/00079: Starting virtphy
22:48:45.181738 run  osmo-ms-virt-phy/00079(pid=114): Launched
22:48:45.189132 run           osmo-ms-virt-phy/00080: Starting virtphy
22:48:45.205164 run  osmo-ms-virt-phy/00080(pid=115): Launched
22:48:45.212299 run           osmo-ms-virt-phy/00081: Starting virtphy
22:48:45.227268 run  osmo-ms-virt-phy/00081(pid=116): Launched
22:48:45.234111 run           osmo-ms-virt-phy/00082: Starting virtphy
22:48:45.249055 run  osmo-ms-virt-phy/00082(pid=117): Launched
22:48:45.255911 run           osmo-ms-virt-phy/00083: Starting virtphy
22:48:45.270734 run  osmo-ms-virt-phy/00083(pid=118): Launched
22:48:45.322006 run           osmo-ms-virt-phy/00084: Starting virtphy
22:48:45.335817 run  osmo-ms-virt-phy/00084(pid=119): Launched
22:48:45.342199 run           osmo-ms-virt-phy/00085: Starting virtphy
22:48:45.356324 run  osmo-ms-virt-phy/00085(pid=120): Launched
22:48:45.363004 run           osmo-ms-virt-phy/00086: Starting virtphy
22:48:45.378445 run  osmo-ms-virt-phy/00086(pid=121): Launched
22:48:45.385680 run           osmo-ms-virt-phy/00087: Starting virtphy
22:48:45.400890 run  osmo-ms-virt-phy/00087(pid=122): Launched
22:48:45.407813 run           osmo-ms-virt-phy/00088: Starting virtphy
22:48:45.422894 run  osmo-ms-virt-phy/00088(pid=123): Launched
22:48:45.429581 run           osmo-ms-virt-phy/00089: Starting virtphy
22:48:45.444596 run  osmo-ms-virt-phy/00089(pid=124): Launched
22:48:45.451439 run           osmo-ms-virt-phy/00090: Starting virtphy
22:48:45.466256 run  osmo-ms-virt-phy/00090(pid=125): Launched
22:48:45.473000 run           osmo-ms-virt-phy/00091: Starting virtphy
22:48:45.487617 run  osmo-ms-virt-phy/00091(pid=126): Launched
22:48:45.494364 run           osmo-ms-virt-phy/00092: Starting virtphy
22:48:45.508696 run  osmo-ms-virt-phy/00092(pid=127): Launched
22:48:45.515445 run           osmo-ms-virt-phy/00093: Starting virtphy
22:48:45.530947 run  osmo-ms-virt-phy/00093(pid=128): Launched
22:48:45.538096 run           osmo-ms-virt-phy/00094: Starting virtphy
22:48:45.553366 run  osmo-ms-virt-phy/00094(pid=129): Launched
22:48:45.560569 run           osmo-ms-virt-phy/00095: Starting virtphy
22:48:45.576871 run  osmo-ms-virt-phy/00095(pid=130): Launched
22:48:45.584410 run           osmo-ms-virt-phy/00096: Starting virtphy
22:48:45.600660 run  osmo-ms-virt-phy/00096(pid=131): Launched
22:48:45.608094 run           osmo-ms-virt-phy/00097: Starting virtphy
22:48:45.624166 run  osmo-ms-virt-phy/00097(pid=132): Launched
22:48:45.631724 run           osmo-ms-virt-phy/00098: Starting virtphy
22:48:45.647556 run  osmo-ms-virt-phy/00098(pid=133): Launched
22:48:45.654637 run           osmo-ms-virt-phy/00099: Starting virtphy
22:48:45.670418 run  osmo-ms-virt-phy/00099(pid=134): Launched
22:48:45.677624 run                             mass: Checking if sockets are in the filesystem
22:48:45.692175 run                osmo-ms-mob/00000: Starting mobile
22:48:45.707149 run       osmo-ms-mob/00000(pid=135): Launched
22:48:45.719457 run                             mass: MS start registered  {at=5741831.422800085, delay=0.005332726985216141, ms=00000}
22:48:49.894862 run                osmo-ms-mob/00001: Starting mobile
22:48:49.910764 run       osmo-ms-mob/00001(pid=136): Launched
22:48:49.923247 run                             mass: MS start registered  {at=5741835.626578374, delay=0.005256064236164093, ms=00001}
22:48:51.693942 run                osmo-ms-mob/00002: Starting mobile
22:48:51.713221 run       osmo-ms-mob/00002(pid=137): Launched
22:48:51.725521 run                             mass: MS start registered  {at=5741837.428848969, delay=0.004976531490683556, ms=00002}
22:48:52.054913 run                             mass: MS performed LU  {at=5741837.758235895, lu_delay=6.335435810498893, ms=00000}
22:48:52.992959 run                osmo-ms-mob/00003: Starting mobile
22:48:53.009306 run       osmo-ms-mob/00003(pid=138): Launched
22:48:53.022257 run                             mass: MS start registered  {at=5741838.725584164, delay=0.005285062827169895, ms=00003}
22:48:54.092987 run                osmo-ms-mob/00004: Starting mobile
22:48:54.111403 run       osmo-ms-mob/00004(pid=139): Launched
22:48:54.129100 run                             mass: MS start registered  {at=5741839.83242185, delay=0.008787093684077263, ms=00004}
22:48:55.094215 run                osmo-ms-mob/00005: Starting mobile
22:48:55.109084 run       osmo-ms-mob/00005(pid=140): Launched
22:48:55.121184 run                             mass: MS start registered  {at=5741840.824527952, delay=0.004684272222220898, ms=00005}
22:48:55.820710 run                             mass: MS performed LU  {at=5741841.524033732, lu_delay=5.8974553579464555, ms=00001}
22:48:55.992015 run                osmo-ms-mob/00006: Starting mobile
22:48:56.008233 run       osmo-ms-mob/00006(pid=141): Launched
22:48:56.020982 run                             mass: MS start registered  {at=5741841.724323749, delay=0.0053024860098958015, ms=00006}
22:48:56.890905 run                osmo-ms-mob/00007: Starting mobile
22:48:56.904724 run       osmo-ms-mob/00007(pid=142): Launched
22:48:56.917212 run                             mass: MS start registered  {at=5741842.620529426, delay=0.005135951563715935, ms=00007}
22:48:57.690607 run                osmo-ms-mob/00008: Starting mobile
22:48:57.705077 run       osmo-ms-mob/00008(pid=143): Launched
22:48:57.717149 run                             mass: MS start registered  {at=5741843.420488546, delay=0.0051867300644516945, ms=00008}
22:48:57.724058 run                             mass: MS performed LU  {at=5741843.427412656, lu_delay=5.998563687317073, ms=00002}
22:48:58.220701 run                             mass: MS performed LU  {at=5741843.924012068, lu_delay=5.198427903465927, ms=00003}
22:48:58.391574 run                osmo-ms-mob/00009: Starting mobile
22:48:58.407430 run       osmo-ms-mob/00009(pid=144): Launched
22:48:58.420131 run                             mass: MS start registered  {at=5741844.123480095, delay=0.0031895712018013, ms=00009}
22:48:59.092024 run                osmo-ms-mob/00010: Starting mobile
22:48:59.108073 run       osmo-ms-mob/00010(pid=145): Launched
22:48:59.121232 run                             mass: MS start registered  {at=5741844.824575959, delay=0.005377478897571564, ms=00010}
22:48:59.586724 run                             mass: MS performed LU  {at=5741845.290043329, lu_delay=5.45762147847563, ms=00004}
22:48:59.600013 run                osmo-ms-mob/00011: Starting mobile
22:48:59.614955 run       osmo-ms-mob/00011(pid=146): Launched
22:48:59.626989 run                             mass: MS start registered  {at=5741845.330330231, delay=0.004981501027941704, ms=00011}
22:49:00.121992 run                             mass: MS performed LU  {at=5741845.825306191, lu_delay=5.000778239220381, ms=00005}
22:49:00.290730 run                osmo-ms-mob/00012: Starting mobile
22:49:00.305251 run       osmo-ms-mob/00012(pid=147): Launched
22:49:00.317087 run                             mass: MS start registered  {at=5741846.020428901, delay=0.004864100366830826, ms=00012}
22:49:00.893404 run                osmo-ms-mob/00013: Starting mobile
22:49:00.911561 run       osmo-ms-mob/00013(pid=148): Launched
22:49:00.924800 run                             mass: MS start registered  {at=5741846.628137925, delay=0.00529821589589119, ms=00013}
22:49:01.493612 run                osmo-ms-mob/00014: Starting mobile
22:49:01.512223 run       osmo-ms-mob/00014(pid=149): Launched
22:49:01.519768 run                             mass: MS performed LU  {at=5741847.223121254, lu_delay=5.498797505162656, ms=00006}
22:49:01.527063 run                             mass: MS start registered  {at=5741847.23042619, delay=0.007326511666178703, ms=00014}
22:49:01.751601 run                             mass: MS performed LU  {at=5741847.454914663, lu_delay=4.834385236725211, ms=00007}
22:49:02.091868 run                osmo-ms-mob/00015: Starting mobile
22:49:02.109505 run       osmo-ms-mob/00015(pid=150): Launched
22:49:02.122587 run                             mass: MS start registered  {at=5741847.825925898, delay=0.004982800222933292, ms=00015}
22:49:02.594214 run                osmo-ms-mob/00016: Starting mobile
22:49:02.612002 run       osmo-ms-mob/00016(pid=151): Launched
22:49:02.625520 run                             mass: MS start registered  {at=5741848.328864766, delay=0.003460892476141453, ms=00016}
22:49:03.091293 run                osmo-ms-mob/00017: Starting mobile
22:49:03.106849 run       osmo-ms-mob/00017(pid=152): Launched
22:49:03.119510 run                             mass: MS start registered  {at=5741848.822844463, delay=0.005425569601356983, ms=00017}
22:49:03.352485 run                             mass: MS performed LU  {at=5741849.055816165, lu_delay=5.635327619500458, ms=00008}
22:49:03.417187 run                             mass: MS performed LU  {at=5741849.120522628, lu_delay=4.997042533010244, ms=00009}
22:49:03.694507 run                osmo-ms-mob/00018: Starting mobile
22:49:03.709744 run       osmo-ms-mob/00018(pid=153): Launched
22:49:03.722801 run                             mass: MS start registered  {at=5741849.426150209, delay=0.005423135124146938, ms=00018}
22:49:04.090924 run                osmo-ms-mob/00019: Starting mobile
22:49:04.106160 run       osmo-ms-mob/00019(pid=154): Launched
22:49:04.118688 run                             mass: MS start registered  {at=5741849.822030842, delay=0.005266002379357815, ms=00019}
22:49:04.591565 run                osmo-ms-mob/00020: Starting mobile
22:49:04.610847 run       osmo-ms-mob/00020(pid=155): Launched
22:49:04.624698 run                             mass: MS start registered  {at=5741850.327996906, delay=0.00406079925596714, ms=00020}
22:49:05.096233 run                osmo-ms-mob/00021: Starting mobile
22:49:05.113873 run       osmo-ms-mob/00021(pid=156): Launched
22:49:05.132677 run                             mass: MS start registered  {at=5741850.836013778, delay=0.007863975130021572, ms=00021}
22:49:05.253732 run                             mass: MS performed LU  {at=5741850.957047881, lu_delay=6.132471921853721, ms=00010}
22:49:05.281447 run                             mass: MS performed LU  {at=5741850.98477908, lu_delay=5.654448849149048, ms=00011}
22:49:05.369331 run                             mass: MS performed LU  {at=5741851.072663138, lu_delay=5.052234237082303, ms=00012}
22:49:05.382959 run                osmo-ms-mob/00022: Starting mobile
22:49:05.399683 run       osmo-ms-mob/00022(pid=157): Launched
22:49:05.412752 run                             mass: MS start registered  {at=5741851.11609348, delay=0.005516452714800835, ms=00022}
22:49:05.991082 run                osmo-ms-mob/00023: Starting mobile
22:49:06.006987 run       osmo-ms-mob/00023(pid=158): Launched
22:49:06.020129 run                             mass: MS start registered  {at=5741851.72344895, delay=0.005513187497854233, ms=00023}
22:49:06.391997 run                osmo-ms-mob/00024: Starting mobile
22:49:06.408912 run       osmo-ms-mob/00024(pid=159): Launched
22:49:06.423349 run                             mass: MS start registered  {at=5741852.126682758, delay=0.006314479745924473, ms=00024}
22:49:06.890328 run                osmo-ms-mob/00025: Starting mobile
22:49:06.905049 run       osmo-ms-mob/00025(pid=160): Launched
22:49:06.916701 run                             mass: MS start registered  {at=5741852.620052023, delay=0.0045147184282541275, ms=00025}
22:49:07.034888 run                             mass: MS performed LU  {at=5741852.738220406, lu_delay=5.507794215343893, ms=00014}
22:49:07.117988 run                             mass: MS performed LU  {at=5741852.821316129, lu_delay=4.995390230789781, ms=00015}
22:49:07.182643 run                             mass: MS performed LU  {at=5741852.885979017, lu_delay=6.257841092534363, ms=00013}
22:49:07.196070 run                osmo-ms-mob/00026: Starting mobile
22:49:07.212183 run       osmo-ms-mob/00026(pid=161): Launched
22:49:07.225642 run                             mass: MS start registered  {at=5741852.928963107, delay=0.005842098966240883, ms=00026}
22:49:07.288715 run                             mass: MS performed LU  {at=5741852.992026915, lu_delay=4.663162148557603, ms=00016}
22:49:07.700394 run                osmo-ms-mob/00027: Starting mobile
22:49:07.739833 run       osmo-ms-mob/00027(pid=162): Launched
22:49:07.765817 run                             mass: MS start registered  {at=5741853.469123949, delay=0.0072906846180558205, ms=00027}
22:49:08.101254 run                osmo-ms-mob/00028: Starting mobile
22:49:08.140211 run       osmo-ms-mob/00028(pid=163): Launched
22:49:08.165734 run                             mass: MS start registered  {at=5741853.869036567, delay=0.006707651540637016, ms=00028}
22:49:08.495694 run                osmo-ms-mob/00029: Starting mobile
22:49:08.517132 run       osmo-ms-mob/00029(pid=164): Launched
22:49:08.541315 run                             mass: MS start registered  {at=5741854.244606028, delay=0.010514281690120697, ms=00029}
22:49:08.895058 run                osmo-ms-mob/00030: Starting mobile
22:49:08.915223 run       osmo-ms-mob/00030(pid=165): Launched
22:49:08.939743 run                             mass: MS start registered  {at=5741854.643055125, delay=0.014248796738684177, ms=00030}
22:49:09.019696 run                             mass: MS performed LU  {at=5741854.723000733, lu_delay=4.9009698908776045, ms=00019}
22:49:09.048101 run                             mass: MS performed LU  {at=5741854.751404188, lu_delay=5.32525397837162, ms=00018}
22:49:09.135791 run                             mass: MS performed LU  {at=5741854.839099515, lu_delay=6.016255051828921, ms=00017}
22:49:09.167169 run                osmo-ms-mob/00031: Starting mobile
22:49:09.199492 run       osmo-ms-mob/00031(pid=166): Launched
22:49:09.219530 run                             mass: MS start registered  {at=5741854.922833094, delay=0.010775994509458542, ms=00031}
22:49:09.426398 run                             mass: MS performed LU  {at=5741855.129679143, lu_delay=4.801682237535715, ms=00020}
22:49:09.599231 run                osmo-ms-mob/00032: Starting mobile
22:49:09.638298 run       osmo-ms-mob/00032(pid=167): Launched
22:49:09.665484 run                             mass: MS start registered  {at=5741855.368795002, delay=0.008606227114796638, ms=00032}
22:49:09.999954 run                osmo-ms-mob/00033: Starting mobile
22:49:10.040496 run       osmo-ms-mob/00033(pid=168): Launched
22:49:10.066134 run                             mass: MS start registered  {at=5741855.769442545, delay=0.0072564780712127686, ms=00033}
22:49:10.508852 run                osmo-ms-mob/00034: Starting mobile
22:49:10.523196 run       osmo-ms-mob/00034(pid=169): Launched
22:49:10.530749 run                             mass: Starting too slowly. Moving on {now=5741856.234112906, sleep=-0.04624095093458891, target=5741856.187871955}
22:49:10.537651 run                             mass: MS start registered  {at=5741856.240994902, delay=0.006884904578328133, ms=00034}
22:49:10.696281 run                osmo-ms-mob/00035: Starting mobile
22:49:10.719485 run       osmo-ms-mob/00035(pid=170): Launched
22:49:10.746758 run                             mass: MS start registered  {at=5741856.450066344, delay=0.01582734752446413, ms=00035}
22:49:10.801064 run                             mass: MS performed LU  {at=5741856.504366227, lu_delay=4.780917277559638, ms=00023}
22:49:10.884181 run                             mass: MS performed LU  {at=5741856.587480131, lu_delay=5.751466352492571, ms=00021}
22:49:10.949566 run                             mass: MS performed LU  {at=5741856.652872593, lu_delay=5.53677911311388, ms=00022}
22:49:10.970565 run                osmo-ms-mob/00036: Starting mobile
22:49:10.993709 run       osmo-ms-mob/00036(pid=171): Launched
22:49:11.013861 run                             mass: MS start registered  {at=5741856.717165681, delay=0.009466605260968208, ms=00036}
22:49:11.290938 run                             mass: MS performed LU  {at=5741856.994239606, lu_delay=4.867556847631931, ms=00024}
22:49:11.501852 run                osmo-ms-mob/00037: Starting mobile
22:49:11.542765 run       osmo-ms-mob/00037(pid=172): Launched
22:49:11.561253 run                             mass: MS start registered  {at=5741857.264588625, delay=4.180986434221268e-05, ms=00037}
22:49:11.800568 run                osmo-ms-mob/00038: Starting mobile
22:49:11.842440 run       osmo-ms-mob/00038(pid=173): Launched
22:49:11.869598 run                             mass: MS start registered  {at=5741857.572903443, delay=0.007074651308357716, ms=00038}
22:49:12.101163 run                osmo-ms-mob/00039: Starting mobile
22:49:12.141676 run       osmo-ms-mob/00039(pid=174): Launched
22:49:12.160745 run                             mass: MS start registered  {at=5741857.864079305, delay=4.5765191316604614e-05, ms=00039}
22:49:12.520923 run                osmo-ms-mob/00040: Starting mobile
22:49:12.561605 run       osmo-ms-mob/00040(pid=175): Launched
22:49:12.580680 run                             mass: MS start registered  {at=5741858.283990895, delay=6.419513374567032e-05, ms=00040}
22:49:12.799347 run                osmo-ms-mob/00041: Starting mobile
22:49:12.836711 run       osmo-ms-mob/00041(pid=176): Launched
22:49:12.854193 run                             mass: MS performed LU  {at=5741858.557528305, lu_delay=5.088404355570674, ms=00027}
22:49:12.871403 run                             mass: MS performed LU  {at=5741858.574748352, lu_delay=5.954696329310536, ms=00025}
22:49:12.888659 run                             mass: MS start registered  {at=5741858.591993258, delay=0.03450886346399784, ms=00041}
22:49:12.922328 run                osmo-ms-mob/00042: Starting mobile
22:49:12.960708 run       osmo-ms-mob/00042(pid=177): Launched
22:49:12.978783 run                             mass: MS performed LU  {at=5741858.682116474, lu_delay=5.753153366968036, ms=00026}
22:49:12.996362 run                             mass: MS performed LU  {at=5741858.699709708, lu_delay=4.830673140473664, ms=00028}
22:49:13.013776 run                             mass: MS start registered  {at=5741858.717119851, delay=0.03504637349396944, ms=00042}
22:49:13.500671 run                osmo-ms-mob/00043: Starting mobile
22:49:13.540013 run       osmo-ms-mob/00043(pid=178): Launched
22:49:13.566996 run                             mass: MS start registered  {at=5741859.270289606, delay=0.008142378181219101, ms=00043}
22:49:13.801393 run                osmo-ms-mob/00044: Starting mobile
22:49:13.838641 run       osmo-ms-mob/00044(pid=179): Launched
22:49:13.867864 run                             mass: MS start registered  {at=5741859.571159695, delay=0.011889306828379631, ms=00044}
22:49:14.100590 run                osmo-ms-mob/00045: Starting mobile
22:49:14.138558 run       osmo-ms-mob/00045(pid=180): Launched
22:49:14.163633 run                             mass: MS start registered  {at=5741859.866946916, delay=0.007239196449518204, ms=00045}
22:49:14.400261 run                osmo-ms-mob/00046: Starting mobile
22:49:14.435458 run       osmo-ms-mob/00046(pid=181): Launched
22:49:14.460582 run                             mass: MS start registered  {at=5741860.16390859, delay=0.015995964407920837, ms=00046}
22:49:14.566914 run                             mass: MS performed LU  {at=5741860.270215152, lu_delay=6.025609123520553, ms=00029}
22:49:14.650508 run                             mass: MS performed LU  {at=5741860.353806294, lu_delay=4.985011291690171, ms=00032}
22:49:14.678567 run                osmo-ms-mob/00047: Starting mobile
22:49:14.699991 run       osmo-ms-mob/00047(pid=182): Launched
22:49:14.717143 run                             mass: MS performed LU  {at=5741860.420443955, lu_delay=5.777388829737902, ms=00030}
22:49:14.734028 run                             mass: MS start registered  {at=5741860.437377616, delay=0.024595117196440697, ms=00047}
22:49:14.820973 run                             mass: MS performed LU  {at=5741860.524280677, lu_delay=5.601447582244873, ms=00031}
22:49:14.838547 run                osmo-ms-mob/00048: Starting mobile
22:49:14.859009 run       osmo-ms-mob/00048(pid=183): Launched
22:49:14.867815 run                             mass: MS performed LU  {at=5741860.57116569, lu_delay=4.8017231449484825, ms=00033}
22:49:14.876191 run                             mass: MS start registered  {at=5741860.579551755, delay=0.008415097370743752, ms=00048}
22:49:15.294780 run                osmo-ms-mob/00049: Starting mobile
22:49:15.308565 run       osmo-ms-mob/00049(pid=184): Launched
22:49:15.320262 run                             mass: MS start registered  {at=5741861.023597292, delay=0.005076327361166477, ms=00049}
22:49:15.591775 run                osmo-ms-mob/00050: Starting mobile
22:49:15.605908 run       osmo-ms-mob/00050(pid=185): Launched
22:49:15.617738 run                             mass: MS start registered  {at=5741861.321079889, delay=0.0050283754244446754, ms=00050}
22:49:15.992053 run                osmo-ms-mob/00051: Starting mobile
22:49:16.055849 run       osmo-ms-mob/00051(pid=186): Launched
22:49:16.071669 run                             mass: MS start registered  {at=5741861.774972768, delay=0.004803367890417576, ms=00051}
22:49:16.297187 run                osmo-ms-mob/00052: Starting mobile
22:49:16.324725 run       osmo-ms-mob/00052(pid=187): Launched
22:49:16.343304 run                             mass: MS start registered  {at=5741862.046607741, delay=0.006737111136317253, ms=00052}
22:49:16.551282 run                             mass: MS performed LU  {at=5741862.254614666, lu_delay=5.804548322223127, ms=00035}
22:49:16.565549 run                osmo-ms-mob/00053: Starting mobile
22:49:16.582353 run       osmo-ms-mob/00053(pid=188): Launched
22:49:16.596948 run                             mass: MS start registered  {at=5741862.300283717, delay=0.0067116692662239075, ms=00053}
22:49:16.898578 run                osmo-ms-mob/00054: Starting mobile
22:49:16.932791 run       osmo-ms-mob/00054(pid=189): Launched
22:49:16.947916 run                             mass: MS performed LU  {at=5741862.651251746, lu_delay=5.0783483032137156, ms=00038}
22:49:16.964301 run                             mass: MS start registered  {at=5741862.66764946, delay=0.01643975079059601, ms=00054}
22:49:16.980515 run                             mass: MS performed LU  {at=5741862.68385368, lu_delay=5.966687999665737, ms=00036}
22:49:17.010414 run                osmo-ms-mob/00055: Starting mobile
22:49:17.043768 run       osmo-ms-mob/00055(pid=190): Launched
22:49:17.059695 run                             mass: MS performed LU  {at=5741862.763033518, lu_delay=5.498444892466068, ms=00037}
22:49:17.074991 run                             mass: MS performed LU  {at=5741862.778342492, lu_delay=4.914263186976314, ms=00039}
22:49:17.089851 run                             mass: MS performed LU  {at=5741862.793202507, lu_delay=6.552207604981959, ms=00034}
22:49:17.118406 run                osmo-ms-mob/00056: Starting mobile
22:49:17.152855 run       osmo-ms-mob/00056(pid=191): Launched
22:49:17.168121 run                             mass: MS start registered  {at=5741862.871456114, delay=0.10846178699284792, ms=00055}
22:49:17.182878 run                             mass: MS start registered  {at=5741862.886221376, delay=0.014810554683208466, ms=00056}
22:49:17.798291 run                osmo-ms-mob/00057: Starting mobile
22:49:17.831630 run       osmo-ms-mob/00057(pid=192): Launched
22:49:17.853401 run                             mass: MS start registered  {at=5741863.556678706, delay=0.005884847603738308, ms=00057}
22:49:18.197795 run                osmo-ms-mob/00058: Starting mobile
22:49:18.218806 run       osmo-ms-mob/00058(pid=193): Launched
22:49:18.240986 run                             mass: MS start registered  {at=5741863.944318835, delay=0.013283217325806618, ms=00058}
22:49:18.332502 run                             mass: MS performed LU  {at=5741864.035819852, lu_delay=5.751828956417739, ms=00040}
22:49:18.416001 run                             mass: MS performed LU  {at=5741864.119293546, lu_delay=4.849003939889371, ms=00043}
22:49:18.430845 run                osmo-ms-mob/00059: Starting mobile
22:49:18.448742 run       osmo-ms-mob/00059(pid=194): Launched
22:49:18.463484 run                             mass: MS start registered  {at=5741864.166828026, delay=3.369338810443878e-05, ms=00059}
22:49:18.480259 run                             mass: MS performed LU  {at=5741864.183590818, lu_delay=5.591597559861839, ms=00041}
22:49:18.587692 run                             mass: MS performed LU  {at=5741864.291000141, lu_delay=5.573880289681256, ms=00042}
22:49:18.619767 run                osmo-ms-mob/00060: Starting mobile
22:49:18.657906 run       osmo-ms-mob/00060(pid=195): Launched
22:49:18.675386 run                             mass: MS performed LU  {at=5741864.378721743, lu_delay=4.807562047615647, ms=00044}
22:49:18.692380 run                             mass: MS start registered  {at=5741864.39572478, delay=0.017045941203832626, ms=00060}
22:49:19.195177 run                osmo-ms-mob/00061: Starting mobile
22:49:19.214836 run       osmo-ms-mob/00061(pid=196): Launched
22:49:19.230209 run                             mass: MS start registered  {at=5741864.933539445, delay=0.0034729288890957832, ms=00061}
22:49:19.499445 run                osmo-ms-mob/00062: Starting mobile
22:49:19.536026 run       osmo-ms-mob/00062(pid=197): Launched
22:49:19.555194 run                             mass: MS start registered  {at=5741865.258511511, delay=0.0022913357242941856, ms=00062}
22:49:19.800655 run                osmo-ms-mob/00063: Starting mobile
22:49:19.835977 run       osmo-ms-mob/00063(pid=198): Launched
22:49:19.855572 run                             mass: MS start registered  {at=5741865.558888594, delay=0.002527860924601555, ms=00063}
22:49:20.196893 run                osmo-ms-mob/00064: Starting mobile
22:49:20.228556 run       osmo-ms-mob/00064(pid=199): Launched
22:49:20.242645 run                             mass: MS start registered  {at=5741865.945989125, delay=3.4057535231113434e-05, ms=00064}
22:49:20.316887 run                             mass: MS performed LU  {at=5741866.020190359, lu_delay=4.996593067422509, ms=00049}
22:49:20.345066 run                             mass: MS performed LU  {at=5741866.048383069, lu_delay=4.727303179912269, ms=00050}
22:49:20.432357 run                             mass: MS performed LU  {at=5741866.135645386, lu_delay=6.268698469735682, ms=00045}
22:49:20.452359 run                osmo-ms-mob/00065: Starting mobile
22:49:20.470691 run       osmo-ms-mob/00065(pid=200): Launched
22:49:20.489060 run                             mass: MS performed LU  {at=5741866.192389259, lu_delay=5.755011643283069, ms=00047}
22:49:20.497519 run                             mass: MS start registered  {at=5741866.200879665, delay=0.017523945309221745, ms=00065}
22:49:20.524951 run                             mass: MS performed LU  {at=5741866.228275237, lu_delay=5.648723481222987, ms=00048}
22:49:20.539940 run                osmo-ms-mob/00066: Starting mobile
22:49:20.558520 run       osmo-ms-mob/00066(pid=201): Launched
22:49:20.568047 run                             mass: MS performed LU  {at=5741866.271396683, lu_delay=6.107488092966378, ms=00046}
22:49:20.584412 run                             mass: MS start registered  {at=5741866.287712954, delay=0.016344943083822727, ms=00066}
22:49:21.656973 run                osmo-ms-mob/00067: Starting mobile
22:49:21.688229 run       osmo-ms-mob/00067(pid=202): Launched
22:49:21.702366 run                             mass: Starting too slowly. Moving on {now=5741867.405725547, sleep=-0.31785363238304853, target=5741867.087871915}
22:49:21.715729 run                             mass: MS start registered  {at=5741867.419073796, delay=0.013353235088288784, ms=00067}
22:49:21.728882 run                             mass: Starting too slowly. Moving on {now=5741867.432245425, sleep=-0.24437351059168577, target=5741867.187871914}
22:49:21.741636 run                             mass: Starting too slowly. Moving on {now=5741867.444999426, sleep=-0.15712751168757677, target=5741867.287871914}
22:49:21.883726 run                osmo-ms-mob/00068: Starting mobile
22:49:21.907941 run       osmo-ms-mob/00068(pid=203): Launched
22:49:21.916220 run                             mass: Starting too slowly. Moving on {now=5741867.619584759, sleep=-0.23171284515410662, target=5741867.387871914}
22:49:21.924222 run                             mass: Starting too slowly. Moving on {now=5741867.627587359, sleep=-0.13971544615924358, target=5741867.487871913}
22:49:21.931726 run                             mass: MS start registered  {at=5741867.635078301, delay=0.01549624465405941, ms=00068}
22:49:21.939486 run                             mass: Starting too slowly. Moving on {now=5741867.642852285, sleep=-0.054980372078716755, target=5741867.587871913}
22:49:22.134487 run                osmo-ms-mob/00069: Starting mobile
22:49:22.152163 run       osmo-ms-mob/00069(pid=204): Launched
22:49:22.161313 run                             mass: Starting too slowly. Moving on {now=5741867.8646778, sleep=-0.07680588774383068, target=5741867.787871912}
22:49:22.174278 run                             mass: MS start registered  {at=5741867.877594348, delay=0.012919779866933823, ms=00069}
22:49:22.354543 run                             mass: Starting too slowly. Moving on {now=5741868.057888716, sleep=-0.07001680508255959, target=5741867.987871911}
22:49:22.367805 run                             mass: MS performed LU  {at=5741868.071151189, lu_delay=5.4035017285496, ms=00054}
22:49:22.393719 run                osmo-ms-mob/00070: Starting mobile
22:49:22.410572 run       osmo-ms-mob/00070(pid=205): Launched
22:49:22.429640 run                             mass: MS start registered  {at=5741868.132952997, delay=0.008926307782530785, ms=00070}
22:49:22.792294 run                osmo-ms-mob/00071: Starting mobile
22:49:22.809524 run       osmo-ms-mob/00071(pid=206): Launched
22:49:22.823174 run                             mass: MS start registered  {at=5741868.526499721, delay=0.00535386148840189, ms=00071}
22:49:23.194450 run                osmo-ms-mob/00072: Starting mobile
22:49:23.210063 run       osmo-ms-mob/00072(pid=207): Launched
22:49:23.221965 run                             mass: MS start registered  {at=5741868.925310816, delay=0.004673076793551445, ms=00072}
22:49:23.331299 run                             mass: MS performed LU  {at=5741869.034624106, lu_delay=6.163167992606759, ms=00055}
22:49:23.359285 run                             mass: MS performed LU  {at=5741869.062579157, lu_delay=7.0159714156761765, ms=00052}
22:49:23.423230 run                             mass: MS performed LU  {at=5741869.126530944, lu_delay=6.82624722737819, ms=00053}
22:49:23.437124 run                osmo-ms-mob/00073: Starting mobile
22:49:23.454689 run       osmo-ms-mob/00073(pid=208): Launched
22:49:23.468666 run                             mass: MS start registered  {at=5741869.171979759, delay=0.005662186071276665, ms=00073}
22:49:23.528918 run                             mass: MS performed LU  {at=5741869.232249509, lu_delay=7.457276741042733, ms=00051}
22:49:23.993778 run                osmo-ms-mob/00074: Starting mobile
22:49:24.011095 run       osmo-ms-mob/00074(pid=209): Launched
22:49:24.028998 run                             mass: MS start registered  {at=5741869.732333678, delay=0.00989321805536747, ms=00074}
22:49:24.083491 run                             mass: MS performed LU  {at=5741869.786825252, lu_delay=5.842506417073309, ms=00058}
22:49:24.110785 run                             mass: MS performed LU  {at=5741869.814104543, lu_delay=5.647276517003775, ms=00059}
22:49:24.254031 run                             mass: MS performed LU  {at=5741869.957365168, lu_delay=5.023825723677874, ms=00061}
22:49:24.267200 run                osmo-ms-mob/00075: Starting mobile
22:49:24.283643 run       osmo-ms-mob/00075(pid=210): Launched
22:49:24.291263 run                             mass: MS performed LU  {at=5741869.994615345, lu_delay=6.437936639413238, ms=00057}
22:49:24.298869 run                             mass: MS start registered  {at=5741870.002230173, delay=0.007638122886419296, ms=00075}
22:49:24.309269 run                             mass: MS performed LU  {at=5741870.01261109, lu_delay=4.754099579527974, ms=00062}
22:49:24.892192 run                osmo-ms-mob/00076: Starting mobile
22:49:24.910486 run       osmo-ms-mob/00076(pid=211): Launched
22:49:24.925638 run                             mass: MS start registered  {at=5741870.628929013, delay=0.005877275951206684, ms=00076}
22:49:24.965276 run                             mass: MS performed LU  {at=5741870.668570186, lu_delay=5.109681592322886, ms=00063}
22:49:25.006257 run                             mass: MS performed LU  {at=5741870.709564383, lu_delay=4.763575257733464, ms=00064}
22:49:25.168535 run                             mass: MS performed LU  {at=5741870.871867465, lu_delay=4.584154510870576, ms=00066}
22:49:25.182490 run                osmo-ms-mob/00077: Starting mobile
22:49:25.200407 run       osmo-ms-mob/00077(pid=212): Launched
22:49:25.215077 run                             mass: MS start registered  {at=5741870.918408524, delay=0.00626524630934, ms=00077}
22:49:25.797082 run                osmo-ms-mob/00078: Starting mobile
22:49:25.817971 run       osmo-ms-mob/00078(pid=213): Launched
22:49:25.833995 run                             mass: MS start registered  {at=5741871.537332515, delay=0.00617623794823885, ms=00078}
22:49:25.864358 run                             mass: MS performed LU  {at=5741871.567655159, lu_delay=5.366775494068861, ms=00065}
22:49:26.192390 run                osmo-ms-mob/00079: Starting mobile
22:49:26.210602 run       osmo-ms-mob/00079(pid=214): Launched
22:49:26.224164 run                             mass: MS start registered  {at=5741871.927490524, delay=0.005237851291894913, ms=00079}
22:49:26.691403 run                osmo-ms-mob/00080: Starting mobile
22:49:26.707420 run       osmo-ms-mob/00080(pid=215): Launched
22:49:26.720536 run                             mass: MS start registered  {at=5741872.423868366, delay=0.005738713778555393, ms=00080}
22:49:27.191134 run                osmo-ms-mob/00081: Starting mobile
22:49:27.205858 run       osmo-ms-mob/00081(pid=216): Launched
22:49:27.218223 run                             mass: MS start registered  {at=5741872.921553801, delay=0.0053763678297400475, ms=00081}
22:49:27.592273 run                osmo-ms-mob/00082: Starting mobile
22:49:27.609619 run       osmo-ms-mob/00082(pid=217): Launched
22:49:27.623366 run                             mass: MS start registered  {at=5741873.326703179, delay=0.005684792995452881, ms=00082}
22:49:27.830863 run                             mass: MS performed LU  {at=5741873.534183423, lu_delay=5.007683701813221, ms=00071}
22:49:27.849482 run                             mass: MS performed LU  {at=5741873.552802761, lu_delay=5.41984976362437, ms=00070}
22:49:27.876906 run                             mass: MS performed LU  {at=5741873.580240175, lu_delay=5.70264582708478, ms=00069}
22:49:28.001336 run                             mass: MS performed LU  {at=5741873.704671164, lu_delay=6.069592863321304, ms=00068}
22:49:28.013090 run                osmo-ms-mob/00083: Starting mobile
22:49:28.027088 run       osmo-ms-mob/00083(pid=218): Launched
22:49:28.038637 run                             mass: MS start registered  {at=5741873.741890613, delay=0.00510827824473381, ms=00083}
22:49:28.130793 run                             mass: MS performed LU  {at=5741873.834128144, lu_delay=4.908817328512669, ms=00072}
22:49:28.273978 run                             mass: MS performed LU  {at=5741873.977294159, lu_delay=4.805314400233328, ms=00073}
22:49:28.691143 run                osmo-ms-mob/00084: Starting mobile
22:49:28.705488 run       osmo-ms-mob/00084(pid=219): Launched
22:49:28.717034 run                             mass: MS start registered  {at=5741874.420377998, delay=0.004799083806574345, ms=00084}
22:49:28.864511 run                             mass: MS performed LU  {at=5741874.567845951, lu_delay=3.9389169374480844, ms=00076}
22:49:29.191280 run                osmo-ms-mob/00085: Starting mobile
22:49:29.206204 run       osmo-ms-mob/00085(pid=220): Launched
22:49:29.218503 run                             mass: MS start registered  {at=5741874.9218257, delay=0.005693596787750721, ms=00085}
22:49:29.630725 run                             mass: MS performed LU  {at=5741875.334041581, lu_delay=4.4156330563127995, ms=00077}
22:49:29.703822 run                             mass: MS performed LU  {at=5741875.407138245, lu_delay=5.404908072203398, ms=00075}
22:49:29.719408 run                osmo-ms-mob/00086: Starting mobile
22:49:29.735605 run       osmo-ms-mob/00086(pid=221): Launched
22:49:29.743155 run                             mass: MS performed LU  {at=5741875.446509612, lu_delay=5.714175933972001, ms=00074}
22:49:29.750594 run                             mass: MS start registered  {at=5741875.453956315, delay=0.0074721816927194595, ms=00086}
22:49:30.391661 run                osmo-ms-mob/00087: Starting mobile
22:49:30.407131 run       osmo-ms-mob/00087(pid=222): Launched
22:49:30.420541 run                             mass: MS start registered  {at=5741876.123873064, delay=0.006034570746123791, ms=00087}
22:49:30.990974 run                osmo-ms-mob/00088: Starting mobile
22:49:31.006037 run       osmo-ms-mob/00088(pid=223): Launched
22:49:31.018486 run                             mass: MS start registered  {at=5741876.72183522, delay=0.005339276045560837, ms=00088}
22:49:31.591394 run                osmo-ms-mob/00089: Starting mobile
22:49:31.606826 run       osmo-ms-mob/00089(pid=224): Launched
22:49:31.614018 run                             mass: MS performed LU  {at=5741877.31737304, lu_delay=5.389882516115904, ms=00079}
22:49:31.621341 run                             mass: MS performed LU  {at=5741877.324704056, lu_delay=4.90083569008857, ms=00080}
22:49:31.628480 run                             mass: MS start registered  {at=5741877.331842304, delay=0.01449296623468399, ms=00089}
22:49:31.642315 run                             mass: MS performed LU  {at=5741877.345655144, lu_delay=5.808322628960013, ms=00078}
22:49:31.896232 run                             mass: MS performed LU  {at=5741877.599564035, lu_delay=4.678010234609246, ms=00081}
22:49:32.191498 run                osmo-ms-mob/00090: Starting mobile
22:49:32.205719 run       osmo-ms-mob/00090(pid=225): Launched
22:49:32.218453 run                             mass: MS start registered  {at=5741877.921796046, delay=0.005732230842113495, ms=00090}
22:49:32.890932 run                osmo-ms-mob/00091: Starting mobile
22:49:32.905267 run       osmo-ms-mob/00091(pid=226): Launched
22:49:32.918179 run                             mass: MS start registered  {at=5741878.621514465, delay=0.0059456368908286095, ms=00091}
22:49:33.377695 run                             mass: MS performed LU  {at=5741879.081013998, lu_delay=5.339123385027051, ms=00083}
22:49:33.590806 run                osmo-ms-mob/00092: Starting mobile
22:49:33.604356 run       osmo-ms-mob/00092(pid=227): Launched
22:49:33.615619 run                             mass: MS start registered  {at=5741879.318961776, delay=0.0049851275980472565, ms=00092}
22:49:33.631811 run                             mass: MS performed LU  {at=5741879.335143988, lu_delay=6.008440809324384, ms=00082}
22:49:34.391268 run                osmo-ms-mob/00093: Starting mobile
22:49:34.405993 run       osmo-ms-mob/00093(pid=228): Launched
22:49:34.417636 run                             mass: MS start registered  {at=5741880.120976876, delay=0.005054875276982784, ms=00093}
22:49:35.291069 run                osmo-ms-mob/00094: Starting mobile
22:49:35.304493 run       osmo-ms-mob/00094(pid=229): Launched
22:49:35.316290 run                             mass: MS start registered  {at=5741881.019602651, delay=0.0054714735597372055, ms=00094}
22:49:35.362284 run                             mass: MS performed LU  {at=5741881.065580257, lu_delay=5.611623941920698, ms=00086}
22:49:35.380620 run                             mass: MS performed LU  {at=5741881.08395235, lu_delay=4.960079285316169, ms=00087}
22:49:35.408529 run                             mass: MS performed LU  {at=5741881.111875791, lu_delay=6.190050090663135, ms=00085}
22:49:36.190425 run                osmo-ms-mob/00095: Starting mobile
22:49:36.204321 run       osmo-ms-mob/00095(pid=230): Launched
22:49:36.216169 run                             mass: MS start registered  {at=5741881.919505168, delay=0.0054277824237942696, ms=00095}
22:49:37.143289 run                             mass: MS performed LU  {at=5741882.846622855, lu_delay=5.514780551195145, ms=00089}
22:49:37.155320 run                osmo-ms-mob/00096: Starting mobile
22:49:37.169156 run       osmo-ms-mob/00096(pid=231): Launched
22:49:37.175736 run                             mass: MS performed LU  {at=5741882.879089069, lu_delay=4.957293022423983, ms=00090}
22:49:37.181696 run                             mass: MS start registered  {at=5741882.885061854, delay=0.005998450331389904, ms=00096}
22:49:37.309354 run                             mass: MS performed LU  {at=5741883.012686034, lu_delay=6.290850813500583, ms=00088}
22:49:37.669863 run                             mass: MS performed LU  {at=5741883.373197981, lu_delay=4.751683516427875, ms=00091}
22:49:38.290888 run                osmo-ms-mob/00097: Starting mobile
22:49:38.304519 run       osmo-ms-mob/00097(pid=232): Launched
22:49:38.315526 run                             mass: MS start registered  {at=5741884.018869448, delay=0.004730657674372196, ms=00097}
22:49:39.128829 run                             mass: MS performed LU  {at=5741884.832127073, lu_delay=5.513165296986699, ms=00092}
22:49:39.146308 run                             mass: MS performed LU  {at=5741884.849640251, lu_delay=4.7286633756011724, ms=00093}
22:49:39.590950 run                osmo-ms-mob/00098: Starting mobile
22:49:39.604456 run       osmo-ms-mob/00098(pid=233): Launched
22:49:39.615420 run                             mass: MS start registered  {at=5741885.318771451, delay=0.004780320450663567, ms=00098}
22:49:39.879793 run                             mass: MS performed LU  {at=5741885.58311296, lu_delay=22.696891583502293, ms=00056}
22:49:40.909858 run                             mass: MS performed LU  {at=5741886.613191402, lu_delay=4.693686233833432, ms=00095}
22:49:41.075550 run                             mass: MS performed LU  {at=5741886.778883458, lu_delay=5.759280807338655, ms=00094}
22:49:41.163596 run                             mass: MS performed LU  {at=5741886.86693197, lu_delay=22.471207190304995, ms=00060}
22:49:41.391124 run                osmo-ms-mob/00099: Starting mobile
22:49:41.404776 run       osmo-ms-mob/00099(pid=234): Launched
22:49:41.411417 run                             mass: All started... {duration=55.72691373061389, too_slow=9}
22:49:41.417428 run                             mass: MS start registered  {at=5741887.120787977, delay=0.006005389615893364, ms=00099}
22:49:42.894524 run                             mass: MS performed LU  {at=5741888.59780568, lu_delay=5.712743826210499, ms=00096}
22:49:43.147568 run                             mass: MS performed LU  {at=5741888.850906506, lu_delay=4.832037057727575, ms=00097}
22:49:44.822643 run                             mass: MS performed LU  {at=5741890.525976986, lu_delay=5.207205534912646, ms=00098}
22:49:45.312044 run                             mass: MS performed LU  {at=5741891.015380246, lu_delay=23.596306449733675, ms=00067}
22:49:46.659835 run                             mass: MS performed LU  {at=5741892.363169811, lu_delay=5.24238183349371, ms=00099}
22:49:50.425545 run                             mass: MS performed LU  {at=5741896.12882056, lu_delay=21.708442562259734, ms=00084}
22:49:50.439784 run                             mass: Tests done {all_completed=True, max=23.596306449733675, min=3.9389169374480844}
22:49:50.452664 tst         register_default_mass.py: Test passed (90.7 sec)
22:49:50.465469 run pcap-recorder_any(filters='host 127.0.42.2')(pid=22): Terminating (SIGTERM)
22:49:50.473379 run      osmo-hlr_127.0.42.2(pid=23): Terminating (SIGTERM)
22:49:50.481436 run pcap-recorder_any(filters='host 127.0.42.5 and port not 22')(pid=24): Terminating (SIGTERM)
22:49:50.486273 run      osmo-stp_127.0.42.5(pid=25): Terminating (SIGTERM)
22:49:50.490696 run pcap-recorder_any(filters='host 127.0.42.6 and port not 22')(pid=26): Terminating (SIGTERM)
22:49:50.497309 run      osmo-msc_127.0.42.6(pid=27): Terminating (SIGTERM)
22:49:50.501907 run pcap-recorder_any(filters='host 127.0.42.3 and port not 22')(pid=28): Terminating (SIGTERM)
22:49:50.506599 run      osmo-mgw_127.0.42.3(pid=29): Terminating (SIGTERM)
22:49:50.511146 run pcap-recorder_any(filters='host 127.0.42.4 and port not 22')(pid=30): Terminating (SIGTERM)
22:49:50.515575 run      osmo-mgw_127.0.42.4(pid=31): Terminating (SIGTERM)
22:49:50.519834 run pcap-recorder_any(filters='host 127.0.42.7 and port not 22')(pid=32): Terminating (SIGTERM)
22:49:50.524107 run      osmo-bsc_127.0.42.7(pid=33): Terminating (SIGTERM)
22:49:50.528664 run         osmo-bts-virtual(pid=34): Terminating (SIGTERM)
22:49:50.533070 run   osmo-ms-virt-phy/00000(pid=35): Terminating (SIGTERM)
22:49:50.537535 run   osmo-ms-virt-phy/00001(pid=36): Terminating (SIGTERM)
22:49:50.542350 run   osmo-ms-virt-phy/00002(pid=37): Terminating (SIGTERM)
22:49:50.546739 run   osmo-ms-virt-phy/00003(pid=38): Terminating (SIGTERM)
22:49:50.551237 run   osmo-ms-virt-phy/00004(pid=39): Terminating (SIGTERM)
22:49:50.555752 run   osmo-ms-virt-phy/00005(pid=40): Terminating (SIGTERM)
22:49:50.560829 run   osmo-ms-virt-phy/00006(pid=41): Terminating (SIGTERM)
22:49:50.565609 run   osmo-ms-virt-phy/00007(pid=42): Terminating (SIGTERM)
22:49:50.570707 run   osmo-ms-virt-phy/00008(pid=43): Terminating (SIGTERM)
22:49:50.575810 run   osmo-ms-virt-phy/00009(pid=44): Terminating (SIGTERM)
22:49:50.580323 run   osmo-ms-virt-phy/00010(pid=45): Terminating (SIGTERM)
22:49:50.585615 run   osmo-ms-virt-phy/00011(pid=46): Terminating (SIGTERM)
22:49:50.590577 run   osmo-ms-virt-phy/00012(pid=47): Terminating (SIGTERM)
22:49:50.595136 run   osmo-ms-virt-phy/00013(pid=48): Terminating (SIGTERM)
22:49:50.599751 run   osmo-ms-virt-phy/00014(pid=49): Terminating (SIGTERM)
22:49:50.604793 run   osmo-ms-virt-phy/00015(pid=50): Terminating (SIGTERM)
22:49:50.609476 run   osmo-ms-virt-phy/00016(pid=51): Terminating (SIGTERM)
22:49:50.614129 run   osmo-ms-virt-phy/00017(pid=52): Terminating (SIGTERM)
22:49:50.619090 run   osmo-ms-virt-phy/00018(pid=53): Terminating (SIGTERM)
22:49:50.623772 run   osmo-ms-virt-phy/00019(pid=54): Terminating (SIGTERM)
22:49:50.628423 run   osmo-ms-virt-phy/00020(pid=55): Terminating (SIGTERM)
22:49:50.633010 run   osmo-ms-virt-phy/00021(pid=56): Terminating (SIGTERM)
22:49:50.638026 run   osmo-ms-virt-phy/00022(pid=57): Terminating (SIGTERM)
22:49:50.642553 run   osmo-ms-virt-phy/00023(pid=58): Terminating (SIGTERM)
22:49:50.647091 run   osmo-ms-virt-phy/00024(pid=59): Terminating (SIGTERM)
22:49:50.652023 run   osmo-ms-virt-phy/00025(pid=60): Terminating (SIGTERM)
22:49:50.656685 run   osmo-ms-virt-phy/00026(pid=61): Terminating (SIGTERM)
22:49:50.661695 run   osmo-ms-virt-phy/00027(pid=62): Terminating (SIGTERM)
22:49:50.666601 run   osmo-ms-virt-phy/00028(pid=63): Terminating (SIGTERM)
22:49:50.671373 run   osmo-ms-virt-phy/00029(pid=64): Terminating (SIGTERM)
22:49:50.675986 run   osmo-ms-virt-phy/00030(pid=65): Terminating (SIGTERM)
22:49:50.680819 run   osmo-ms-virt-phy/00031(pid=66): Terminating (SIGTERM)
22:49:50.685455 run   osmo-ms-virt-phy/00032(pid=67): Terminating (SIGTERM)
22:49:50.690083 run   osmo-ms-virt-phy/00033(pid=68): Terminating (SIGTERM)
22:49:50.694732 run   osmo-ms-virt-phy/00034(pid=69): Terminating (SIGTERM)
22:49:50.699382 run   osmo-ms-virt-phy/00035(pid=70): Terminating (SIGTERM)
22:49:50.704283 run   osmo-ms-virt-phy/00036(pid=71): Terminating (SIGTERM)
22:49:50.709061 run   osmo-ms-virt-phy/00037(pid=72): Terminating (SIGTERM)
22:49:50.713821 run   osmo-ms-virt-phy/00038(pid=73): Terminating (SIGTERM)
22:49:50.718577 run   osmo-ms-virt-phy/00039(pid=74): Terminating (SIGTERM)
22:49:50.723311 run   osmo-ms-virt-phy/00040(pid=75): Terminating (SIGTERM)
22:49:50.727989 run   osmo-ms-virt-phy/00041(pid=76): Terminating (SIGTERM)
22:49:50.732681 run   osmo-ms-virt-phy/00042(pid=77): Terminating (SIGTERM)
22:49:50.737378 run   osmo-ms-virt-phy/00043(pid=78): Terminating (SIGTERM)
22:49:50.742182 run   osmo-ms-virt-phy/00044(pid=79): Terminating (SIGTERM)
22:49:50.746949 run   osmo-ms-virt-phy/00045(pid=80): Terminating (SIGTERM)
22:49:50.751636 run   osmo-ms-virt-phy/00046(pid=81): Terminating (SIGTERM)
22:49:50.757012 run   osmo-ms-virt-phy/00047(pid=82): Terminating (SIGTERM)
22:49:50.761871 run   osmo-ms-virt-phy/00048(pid=83): Terminating (SIGTERM)
22:49:50.766821 run   osmo-ms-virt-phy/00049(pid=84): Terminating (SIGTERM)
22:49:50.772096 run   osmo-ms-virt-phy/00050(pid=85): Terminating (SIGTERM)
22:49:50.776704 run   osmo-ms-virt-phy/00051(pid=86): Terminating (SIGTERM)
22:49:50.781514 run   osmo-ms-virt-phy/00052(pid=87): Terminating (SIGTERM)
22:49:50.786401 run   osmo-ms-virt-phy/00053(pid=88): Terminating (SIGTERM)
22:49:50.791192 run   osmo-ms-virt-phy/00054(pid=89): Terminating (SIGTERM)
22:49:50.795923 run   osmo-ms-virt-phy/00055(pid=90): Terminating (SIGTERM)
22:49:50.800922 run   osmo-ms-virt-phy/00056(pid=91): Terminating (SIGTERM)
22:49:50.810558 run   osmo-ms-virt-phy/00057(pid=92): Terminating (SIGTERM)
22:49:50.819659 run   osmo-ms-virt-phy/00058(pid=93): Terminating (SIGTERM)
22:49:50.828559 run   osmo-ms-virt-phy/00059(pid=94): Terminating (SIGTERM)
22:49:50.837284 run   osmo-ms-virt-phy/00060(pid=95): Terminating (SIGTERM)
22:49:50.846284 run   osmo-ms-virt-phy/00061(pid=96): Terminating (SIGTERM)
22:49:50.855023 run   osmo-ms-virt-phy/00062(pid=97): Terminating (SIGTERM)
22:49:50.863574 run   osmo-ms-virt-phy/00063(pid=98): Terminating (SIGTERM)
22:49:50.872404 run   osmo-ms-virt-phy/00064(pid=99): Terminating (SIGTERM)
22:49:50.880855 run  osmo-ms-virt-phy/00065(pid=100): Terminating (SIGTERM)
22:49:50.889215 run  osmo-ms-virt-phy/00066(pid=101): Terminating (SIGTERM)
22:49:50.898069 run  osmo-ms-virt-phy/00067(pid=102): Terminating (SIGTERM)
22:49:50.906890 run  osmo-ms-virt-phy/00068(pid=103): Terminating (SIGTERM)
22:49:50.915642 run  osmo-ms-virt-phy/00069(pid=104): Terminating (SIGTERM)
22:49:50.924321 run  osmo-ms-virt-phy/00070(pid=105): Terminating (SIGTERM)
22:49:50.933157 run  osmo-ms-virt-phy/00071(pid=106): Terminating (SIGTERM)
22:49:50.941975 run  osmo-ms-virt-phy/00072(pid=107): Terminating (SIGTERM)
22:49:50.950720 run  osmo-ms-virt-phy/00073(pid=108): Terminating (SIGTERM)
22:49:50.959528 run  osmo-ms-virt-phy/00074(pid=109): Terminating (SIGTERM)
22:49:50.968202 run  osmo-ms-virt-phy/00075(pid=110): Terminating (SIGTERM)
22:49:50.976991 run  osmo-ms-virt-phy/00076(pid=111): Terminating (SIGTERM)
22:49:50.986070 run  osmo-ms-virt-phy/00077(pid=112): Terminating (SIGTERM)
22:49:50.994641 run  osmo-ms-virt-phy/00078(pid=113): Terminating (SIGTERM)
22:49:51.003237 run  osmo-ms-virt-phy/00079(pid=114): Terminating (SIGTERM)
22:49:51.012073 run  osmo-ms-virt-phy/00080(pid=115): Terminating (SIGTERM)
22:49:51.020841 run  osmo-ms-virt-phy/00081(pid=116): Terminating (SIGTERM)
22:49:51.029754 run  osmo-ms-virt-phy/00082(pid=117): Terminating (SIGTERM)
22:49:51.038655 run  osmo-ms-virt-phy/00083(pid=118): Terminating (SIGTERM)
22:49:51.047429 run  osmo-ms-virt-phy/00084(pid=119): Terminating (SIGTERM)
22:49:51.056090 run  osmo-ms-virt-phy/00085(pid=120): Terminating (SIGTERM)
22:49:51.064666 run  osmo-ms-virt-phy/00086(pid=121): Terminating (SIGTERM)
22:49:51.073473 run  osmo-ms-virt-phy/00087(pid=122): Terminating (SIGTERM)
22:49:51.082235 run  osmo-ms-virt-phy/00088(pid=123): Terminating (SIGTERM)
22:49:51.090927 run  osmo-ms-virt-phy/00089(pid=124): Terminating (SIGTERM)
22:49:51.099761 run  osmo-ms-virt-phy/00090(pid=125): Terminating (SIGTERM)
22:49:51.108451 run  osmo-ms-virt-phy/00091(pid=126): Terminating (SIGTERM)
22:49:51.117469 run  osmo-ms-virt-phy/00092(pid=127): Terminating (SIGTERM)
22:49:51.126207 run  osmo-ms-virt-phy/00093(pid=128): Terminating (SIGTERM)
22:49:51.134933 run  osmo-ms-virt-phy/00094(pid=129): Terminating (SIGTERM)
22:49:51.143744 run  osmo-ms-virt-phy/00095(pid=130): Terminating (SIGTERM)
22:49:51.152422 run  osmo-ms-virt-phy/00096(pid=131): Terminating (SIGTERM)
22:49:51.161035 run  osmo-ms-virt-phy/00097(pid=132): Terminating (SIGTERM)
22:49:51.169635 run  osmo-ms-virt-phy/00098(pid=133): Terminating (SIGTERM)
22:49:51.178348 run  osmo-ms-virt-phy/00099(pid=134): Terminating (SIGTERM)
22:49:51.186894 run       osmo-ms-mob/00000(pid=135): Terminating (SIGTERM)
22:49:51.195438 run       osmo-ms-mob/00001(pid=136): Terminating (SIGTERM)
22:49:51.203969 run       osmo-ms-mob/00002(pid=137): Terminating (SIGTERM)
22:49:51.208847 run       osmo-ms-mob/00003(pid=138): Terminating (SIGTERM)
22:49:51.213220 run       osmo-ms-mob/00004(pid=139): Terminating (SIGTERM)
22:49:51.217577 run       osmo-ms-mob/00005(pid=140): Terminating (SIGTERM)
22:49:51.221835 run       osmo-ms-mob/00006(pid=141): Terminating (SIGTERM)
22:49:51.226055 run       osmo-ms-mob/00007(pid=142): Terminating (SIGTERM)
22:49:51.230250 run       osmo-ms-mob/00008(pid=143): Terminating (SIGTERM)
22:49:51.234423 run       osmo-ms-mob/00009(pid=144): Terminating (SIGTERM)
22:49:51.238696 run       osmo-ms-mob/00010(pid=145): Terminating (SIGTERM)
22:49:51.242910 run       osmo-ms-mob/00011(pid=146): Terminating (SIGTERM)
22:49:51.247112 run       osmo-ms-mob/00012(pid=147): Terminating (SIGTERM)
22:49:51.251507 run       osmo-ms-mob/00013(pid=148): Terminating (SIGTERM)
22:49:51.255713 run       osmo-ms-mob/00014(pid=149): Terminating (SIGTERM)
22:49:51.259877 run       osmo-ms-mob/00015(pid=150): Terminating (SIGTERM)
22:49:51.264121 run       osmo-ms-mob/00016(pid=151): Terminating (SIGTERM)
22:49:51.268355 run       osmo-ms-mob/00017(pid=152): Terminating (SIGTERM)
22:49:51.272519 run       osmo-ms-mob/00018(pid=153): Terminating (SIGTERM)
22:49:51.276653 run       osmo-ms-mob/00019(pid=154): Terminating (SIGTERM)
22:49:51.280702 run       osmo-ms-mob/00020(pid=155): Terminating (SIGTERM)
22:49:51.284762 run       osmo-ms-mob/00021(pid=156): Terminating (SIGTERM)
22:49:51.288953 run       osmo-ms-mob/00022(pid=157): Terminating (SIGTERM)
22:49:51.293139 run       osmo-ms-mob/00023(pid=158): Terminating (SIGTERM)
22:49:51.297331 run       osmo-ms-mob/00024(pid=159): Terminating (SIGTERM)
22:49:51.301550 run       osmo-ms-mob/00025(pid=160): Terminating (SIGTERM)
22:49:51.305832 run       osmo-ms-mob/00026(pid=161): Terminating (SIGTERM)
22:49:51.310121 run       osmo-ms-mob/00027(pid=162): Terminating (SIGTERM)
22:49:51.314373 run       osmo-ms-mob/00028(pid=163): Terminating (SIGTERM)
22:49:51.318568 run       osmo-ms-mob/00029(pid=164): Terminating (SIGTERM)
22:49:51.322765 run       osmo-ms-mob/00030(pid=165): Terminating (SIGTERM)
22:49:51.326933 run       osmo-ms-mob/00031(pid=166): Terminating (SIGTERM)
22:49:51.331103 run       osmo-ms-mob/00032(pid=167): Terminating (SIGTERM)
22:49:51.335274 run       osmo-ms-mob/00033(pid=168): Terminating (SIGTERM)
22:49:51.339457 run       osmo-ms-mob/00034(pid=169): Terminating (SIGTERM)
22:49:51.343628 run       osmo-ms-mob/00035(pid=170): Terminating (SIGTERM)
22:49:51.347795 run       osmo-ms-mob/00036(pid=171): Terminating (SIGTERM)
22:49:51.352009 run       osmo-ms-mob/00037(pid=172): Terminating (SIGTERM)
22:49:51.356183 run       osmo-ms-mob/00038(pid=173): Terminating (SIGTERM)
22:49:51.360366 run       osmo-ms-mob/00039(pid=174): Terminating (SIGTERM)
22:49:51.364564 run       osmo-ms-mob/00040(pid=175): Terminating (SIGTERM)
22:49:51.368749 run       osmo-ms-mob/00041(pid=176): Terminating (SIGTERM)
22:49:51.372835 run       osmo-ms-mob/00042(pid=177): Terminating (SIGTERM)
22:49:51.376961 run       osmo-ms-mob/00043(pid=178): Terminating (SIGTERM)
22:49:51.381159 run       osmo-ms-mob/00044(pid=179): Terminating (SIGTERM)
22:49:51.385247 run       osmo-ms-mob/00045(pid=180): Terminating (SIGTERM)
22:49:51.389430 run       osmo-ms-mob/00046(pid=181): Terminating (SIGTERM)
22:49:51.393625 run       osmo-ms-mob/00047(pid=182): Terminating (SIGTERM)
22:49:51.397824 run       osmo-ms-mob/00048(pid=183): Terminating (SIGTERM)
22:49:51.402016 run       osmo-ms-mob/00049(pid=184): Terminating (SIGTERM)
22:49:51.406220 run       osmo-ms-mob/00050(pid=185): Terminating (SIGTERM)
22:49:51.410481 run       osmo-ms-mob/00051(pid=186): Terminating (SIGTERM)
22:49:51.414684 run       osmo-ms-mob/00052(pid=187): Terminating (SIGTERM)
22:49:51.418943 run       osmo-ms-mob/00053(pid=188): Terminating (SIGTERM)
22:49:51.423169 run       osmo-ms-mob/00054(pid=189): Terminating (SIGTERM)
22:49:51.427385 run       osmo-ms-mob/00055(pid=190): Terminating (SIGTERM)
22:49:51.431560 run       osmo-ms-mob/00056(pid=191): Terminating (SIGTERM)
22:49:51.435730 run       osmo-ms-mob/00057(pid=192): Terminating (SIGTERM)
22:49:51.439900 run       osmo-ms-mob/00058(pid=193): Terminating (SIGTERM)
22:49:51.444061 run       osmo-ms-mob/00059(pid=194): Terminating (SIGTERM)
22:49:51.448201 run       osmo-ms-mob/00060(pid=195): Terminating (SIGTERM)
22:49:51.452363 run       osmo-ms-mob/00061(pid=196): Terminating (SIGTERM)
22:49:51.456578 run       osmo-ms-mob/00062(pid=197): Terminating (SIGTERM)
22:49:51.460828 run       osmo-ms-mob/00063(pid=198): Terminating (SIGTERM)
22:49:51.465018 run       osmo-ms-mob/00064(pid=199): Terminating (SIGTERM)
22:49:51.469181 run       osmo-ms-mob/00065(pid=200): Terminating (SIGTERM)
22:49:51.473284 run       osmo-ms-mob/00066(pid=201): Terminating (SIGTERM)
22:49:51.477339 run       osmo-ms-mob/00067(pid=202): Terminating (SIGTERM)
22:49:51.481389 run       osmo-ms-mob/00068(pid=203): Terminating (SIGTERM)
22:49:51.485433 run       osmo-ms-mob/00069(pid=204): Terminating (SIGTERM)
22:49:51.489499 run       osmo-ms-mob/00070(pid=205): Terminating (SIGTERM)
22:49:51.493540 run       osmo-ms-mob/00071(pid=206): Terminating (SIGTERM)
22:49:51.497609 run       osmo-ms-mob/00072(pid=207): Terminating (SIGTERM)
22:49:51.501677 run       osmo-ms-mob/00073(pid=208): Terminating (SIGTERM)
22:49:51.505723 run       osmo-ms-mob/00074(pid=209): Terminating (SIGTERM)
22:49:51.509760 run       osmo-ms-mob/00075(pid=210): Terminating (SIGTERM)
22:49:51.513918 run       osmo-ms-mob/00076(pid=211): Terminating (SIGTERM)
22:49:51.518010 run       osmo-ms-mob/00077(pid=212): Terminating (SIGTERM)
22:49:51.522184 run       osmo-ms-mob/00078(pid=213): Terminating (SIGTERM)
22:49:51.526272 run       osmo-ms-mob/00079(pid=214): Terminating (SIGTERM)
22:49:51.530402 run       osmo-ms-mob/00080(pid=215): Terminating (SIGTERM)
22:49:51.534470 run       osmo-ms-mob/00081(pid=216): Terminating (SIGTERM)
22:49:51.538554 run       osmo-ms-mob/00082(pid=217): Terminating (SIGTERM)
22:49:51.542605 run       osmo-ms-mob/00083(pid=218): Terminating (SIGTERM)
22:49:51.546653 run       osmo-ms-mob/00084(pid=219): Terminating (SIGTERM)
22:49:51.550547 run       osmo-ms-mob/00085(pid=220): Terminating (SIGTERM)
22:49:51.554439 run       osmo-ms-mob/00086(pid=221): Terminating (SIGTERM)
22:49:51.558269 run       osmo-ms-mob/00087(pid=222): Terminating (SIGTERM)
22:49:51.562475 run       osmo-ms-mob/00088(pid=223): Terminating (SIGTERM)
22:49:51.566316 run       osmo-ms-mob/00089(pid=224): Terminating (SIGTERM)
22:49:51.570621 run       osmo-ms-mob/00090(pid=225): Terminating (SIGTERM)
22:49:51.574532 run       osmo-ms-mob/00091(pid=226): Terminating (SIGTERM)
22:49:51.578388 run       osmo-ms-mob/00092(pid=227): Terminating (SIGTERM)
22:49:51.582248 run       osmo-ms-mob/00093(pid=228): Terminating (SIGTERM)
22:49:51.586099 run       osmo-ms-mob/00094(pid=229): Terminating (SIGTERM)
22:49:51.589952 run       osmo-ms-mob/00095(pid=230): Terminating (SIGTERM)
22:49:51.593833 run       osmo-ms-mob/00096(pid=231): Terminating (SIGTERM)
22:49:51.597683 run       osmo-ms-mob/00097(pid=232): Terminating (SIGTERM)
22:49:51.601562 run       osmo-ms-mob/00098(pid=233): Terminating (SIGTERM)
22:49:51.605468 run       osmo-ms-mob/00099(pid=234): Terminating (SIGTERM)
22:49:51.609443 ---      ParallelTerminationStrategy: PID 22 died...
22:49:51.611275 run pcap-recorder_any(filters='host 127.0.42.2')(pid=22): Terminated: ok {rc=0}
22:49:51.615761 ---      ParallelTerminationStrategy: PID 23 died...
22:49:51.617598 run      osmo-hlr_127.0.42.2(pid=23): Terminated: ok {rc=0}
22:49:51.622094 ---      ParallelTerminationStrategy: PID 24 died...
22:49:51.623922 run pcap-recorder_any(filters='host 127.0.42.5 and port not 22')(pid=24): Terminated: ok {rc=0}
22:49:51.628474 ---      ParallelTerminationStrategy: PID 25 died...
22:49:51.630318 run      osmo-stp_127.0.42.5(pid=25): Terminated: ok {rc=0}
22:49:51.634835 ---      ParallelTerminationStrategy: PID 26 died...
22:49:51.636669 run pcap-recorder_any(filters='host 127.0.42.6 and port not 22')(pid=26): Terminated: ok {rc=0}
22:49:51.641199 ---      ParallelTerminationStrategy: PID 27 died...
22:49:51.643006 run      osmo-msc_127.0.42.6(pid=27): Terminated: ok {rc=0}
22:49:51.647393 ---      ParallelTerminationStrategy: PID 28 died...
22:49:51.649195 run pcap-recorder_any(filters='host 127.0.42.3 and port not 22')(pid=28): Terminated: ok {rc=0}
22:49:51.653654 ---      ParallelTerminationStrategy: PID 29 died...
22:49:51.655464 run      osmo-mgw_127.0.42.3(pid=29): Terminated {rc=15}
22:49:51.659946 ---      ParallelTerminationStrategy: PID 30 died...
22:49:51.661768 run pcap-recorder_any(filters='host 127.0.42.4 and port not 22')(pid=30): Terminated: ok {rc=0}
22:49:51.666436 ---      ParallelTerminationStrategy: PID 31 died...
22:49:51.668279 run      osmo-mgw_127.0.42.4(pid=31): Terminated {rc=15}
22:49:51.672840 ---      ParallelTerminationStrategy: PID 32 died...
22:49:51.674686 run pcap-recorder_any(filters='host 127.0.42.7 and port not 22')(pid=32): Terminated: ok {rc=0}
22:49:51.679302 ---      ParallelTerminationStrategy: PID 33 died...
22:49:51.681166 run      osmo-bsc_127.0.42.7(pid=33): Terminated: ok {rc=0}
22:49:51.685753 ---      ParallelTerminationStrategy: PID 35 died...
22:49:51.687617 run   osmo-ms-virt-phy/00000(pid=35): Terminated: ok {rc=0}
22:49:51.692249 ---      ParallelTerminationStrategy: PID 36 died...
22:49:51.694208 run   osmo-ms-virt-phy/00001(pid=36): Terminated: ok {rc=0}
22:49:51.698795 ---      ParallelTerminationStrategy: PID 37 died...
22:49:51.700657 run   osmo-ms-virt-phy/00002(pid=37): Terminated: ok {rc=0}
22:49:51.705247 ---      ParallelTerminationStrategy: PID 38 died...
22:49:51.707112 run   osmo-ms-virt-phy/00003(pid=38): Terminated: ok {rc=0}
22:49:51.711713 ---      ParallelTerminationStrategy: PID 39 died...
22:49:51.713510 run   osmo-ms-virt-phy/00004(pid=39): Terminated: ok {rc=0}
22:49:51.717962 ---      ParallelTerminationStrategy: PID 40 died...
22:49:51.719768 run   osmo-ms-virt-phy/00005(pid=40): Terminated: ok {rc=0}
22:49:51.724246 ---      ParallelTerminationStrategy: PID 41 died...
22:49:51.726071 run   osmo-ms-virt-phy/00006(pid=41): Terminated: ok {rc=0}
22:49:51.730548 ---      ParallelTerminationStrategy: PID 42 died...
22:49:51.732352 run   osmo-ms-virt-phy/00007(pid=42): Terminated: ok {rc=0}
22:49:51.736814 ---      ParallelTerminationStrategy: PID 43 died...
22:49:51.738647 run   osmo-ms-virt-phy/00008(pid=43): Terminated: ok {rc=0}
22:49:51.743193 ---      ParallelTerminationStrategy: PID 44 died...
22:49:51.745083 run   osmo-ms-virt-phy/00009(pid=44): Terminated: ok {rc=0}
22:49:51.749635 ---      ParallelTerminationStrategy: PID 45 died...
22:49:51.751457 run   osmo-ms-virt-phy/00010(pid=45): Terminated: ok {rc=0}
22:49:51.756013 ---      ParallelTerminationStrategy: PID 46 died...
22:49:51.757864 run   osmo-ms-virt-phy/00011(pid=46): Terminated: ok {rc=0}
22:49:51.762470 ---      ParallelTerminationStrategy: PID 47 died...
22:49:51.764292 run   osmo-ms-virt-phy/00012(pid=47): Terminated: ok {rc=0}
22:49:51.768840 ---      ParallelTerminationStrategy: PID 48 died...
22:49:51.770677 run   osmo-ms-virt-phy/00013(pid=48): Terminated: ok {rc=0}
22:49:51.775208 ---      ParallelTerminationStrategy: PID 49 died...
22:49:51.776997 run   osmo-ms-virt-phy/00014(pid=49): Terminated: ok {rc=0}
22:49:51.781322 ---      ParallelTerminationStrategy: PID 50 died...
22:49:51.783121 run   osmo-ms-virt-phy/00015(pid=50): Terminated: ok {rc=0}
22:49:51.787550 ---      ParallelTerminationStrategy: PID 51 died...
22:49:51.789362 run   osmo-ms-virt-phy/00016(pid=51): Terminated: ok {rc=0}
22:49:51.793772 ---      ParallelTerminationStrategy: PID 52 died...
22:49:51.795551 run   osmo-ms-virt-phy/00017(pid=52): Terminated: ok {rc=0}
22:49:51.799998 ---      ParallelTerminationStrategy: PID 53 died...
22:49:51.801806 run   osmo-ms-virt-phy/00018(pid=53): Terminated: ok {rc=0}
22:49:51.806224 ---      ParallelTerminationStrategy: PID 54 died...
22:49:51.808009 run   osmo-ms-virt-phy/00019(pid=54): Terminated: ok {rc=0}
22:49:51.812444 ---      ParallelTerminationStrategy: PID 55 died...
22:49:51.814281 run   osmo-ms-virt-phy/00020(pid=55): Terminated: ok {rc=0}
22:49:51.818755 ---      ParallelTerminationStrategy: PID 56 died...
22:49:51.820540 run   osmo-ms-virt-phy/00021(pid=56): Terminated: ok {rc=0}
22:49:51.824995 ---      ParallelTerminationStrategy: PID 57 died...
22:49:51.826807 run   osmo-ms-virt-phy/00022(pid=57): Terminated: ok {rc=0}
22:49:51.831228 ---      ParallelTerminationStrategy: PID 58 died...
22:49:51.833095 run   osmo-ms-virt-phy/00023(pid=58): Terminated: ok {rc=0}
22:49:51.837667 ---      ParallelTerminationStrategy: PID 59 died...
22:49:51.839492 run   osmo-ms-virt-phy/00024(pid=59): Terminated: ok {rc=0}
22:49:51.844030 ---      ParallelTerminationStrategy: PID 60 died...
22:49:51.845881 run   osmo-ms-virt-phy/00025(pid=60): Terminated: ok {rc=0}
22:49:51.850431 ---      ParallelTerminationStrategy: PID 61 died...
22:49:51.852273 run   osmo-ms-virt-phy/00026(pid=61): Terminated: ok {rc=0}
22:49:51.856827 ---      ParallelTerminationStrategy: PID 62 died...
22:49:51.858674 run   osmo-ms-virt-phy/00027(pid=62): Terminated: ok {rc=0}
22:49:51.863219 ---      ParallelTerminationStrategy: PID 63 died...
22:49:51.865072 run   osmo-ms-virt-phy/00028(pid=63): Terminated: ok {rc=0}
22:49:51.869645 ---      ParallelTerminationStrategy: PID 64 died...
22:49:51.871484 run   osmo-ms-virt-phy/00029(pid=64): Terminated: ok {rc=0}
22:49:51.876108 ---      ParallelTerminationStrategy: PID 65 died...
22:49:51.877945 run   osmo-ms-virt-phy/00030(pid=65): Terminated: ok {rc=0}
22:49:51.882488 ---      ParallelTerminationStrategy: PID 66 died...
22:49:51.884315 run   osmo-ms-virt-phy/00031(pid=66): Terminated: ok {rc=0}
22:49:51.888845 ---      ParallelTerminationStrategy: PID 67 died...
22:49:51.890687 run   osmo-ms-virt-phy/00032(pid=67): Terminated: ok {rc=0}
22:49:51.895223 ---      ParallelTerminationStrategy: PID 68 died...
22:49:51.897066 run   osmo-ms-virt-phy/00033(pid=68): Terminated: ok {rc=0}
22:49:51.901594 ---      ParallelTerminationStrategy: PID 69 died...
22:49:51.903435 run   osmo-ms-virt-phy/00034(pid=69): Terminated: ok {rc=0}
22:49:51.907967 ---      ParallelTerminationStrategy: PID 70 died...
22:49:51.909805 run   osmo-ms-virt-phy/00035(pid=70): Terminated: ok {rc=0}
22:49:51.914205 ---      ParallelTerminationStrategy: PID 71 died...
22:49:51.915946 run   osmo-ms-virt-phy/00036(pid=71): Terminated: ok {rc=0}
22:49:51.920321 ---      ParallelTerminationStrategy: PID 72 died...
22:49:51.922153 run   osmo-ms-virt-phy/00037(pid=72): Terminated: ok {rc=0}
22:49:51.926552 ---      ParallelTerminationStrategy: PID 73 died...
22:49:51.928352 run   osmo-ms-virt-phy/00038(pid=73): Terminated: ok {rc=0}
22:49:51.932809 ---      ParallelTerminationStrategy: PID 74 died...
22:49:51.934613 run   osmo-ms-virt-phy/00039(pid=74): Terminated: ok {rc=0}
22:49:51.939063 ---      ParallelTerminationStrategy: PID 75 died...
22:49:51.940876 run   osmo-ms-virt-phy/00040(pid=75): Terminated: ok {rc=0}
22:49:51.945315 ---      ParallelTerminationStrategy: PID 76 died...
22:49:51.947113 run   osmo-ms-virt-phy/00041(pid=76): Terminated: ok {rc=0}
22:49:51.951571 ---      ParallelTerminationStrategy: PID 77 died...
22:49:51.953413 run   osmo-ms-virt-phy/00042(pid=77): Terminated: ok {rc=0}
22:49:51.957839 ---      ParallelTerminationStrategy: PID 78 died...
22:49:51.959638 run   osmo-ms-virt-phy/00043(pid=78): Terminated: ok {rc=0}
22:49:51.964071 ---      ParallelTerminationStrategy: PID 79 died...
22:49:51.965891 run   osmo-ms-virt-phy/00044(pid=79): Terminated: ok {rc=0}
22:49:51.970335 ---      ParallelTerminationStrategy: PID 80 died...
22:49:51.972124 run   osmo-ms-virt-phy/00045(pid=80): Terminated: ok {rc=0}
22:49:51.976586 ---      ParallelTerminationStrategy: PID 81 died...
22:49:51.978382 run   osmo-ms-virt-phy/00046(pid=81): Terminated: ok {rc=0}
22:49:51.982801 ---      ParallelTerminationStrategy: PID 82 died...
22:49:51.984654 run   osmo-ms-virt-phy/00047(pid=82): Terminated: ok {rc=0}
22:49:51.989260 ---      ParallelTerminationStrategy: PID 83 died...
22:49:51.991103 run   osmo-ms-virt-phy/00048(pid=83): Terminated: ok {rc=0}
22:49:51.995646 ---      ParallelTerminationStrategy: PID 84 died...
22:49:51.997497 run   osmo-ms-virt-phy/00049(pid=84): Terminated: ok {rc=0}
22:49:52.002029 ---      ParallelTerminationStrategy: PID 85 died...
22:49:52.003870 run   osmo-ms-virt-phy/00050(pid=85): Terminated: ok {rc=0}
22:49:52.008469 ---      ParallelTerminationStrategy: PID 86 died...
22:49:52.010320 run   osmo-ms-virt-phy/00051(pid=86): Terminated: ok {rc=0}
22:49:52.014858 ---      ParallelTerminationStrategy: PID 87 died...
22:49:52.016693 run   osmo-ms-virt-phy/00052(pid=87): Terminated: ok {rc=0}
22:49:52.021219 ---      ParallelTerminationStrategy: PID 88 died...
22:49:52.023050 run   osmo-ms-virt-phy/00053(pid=88): Terminated: ok {rc=0}
22:49:52.027609 ---      ParallelTerminationStrategy: PID 89 died...
22:49:52.029447 run   osmo-ms-virt-phy/00054(pid=89): Terminated: ok {rc=0}
22:49:52.034054 ---      ParallelTerminationStrategy: PID 90 died...
22:49:52.035907 run   osmo-ms-virt-phy/00055(pid=90): Terminated: ok {rc=0}
22:49:52.040418 ---      ParallelTerminationStrategy: PID 91 died...
22:49:52.042290 run   osmo-ms-virt-phy/00056(pid=91): Terminated: ok {rc=0}
22:49:52.046818 ---      ParallelTerminationStrategy: PID 92 died...
22:49:52.048662 run   osmo-ms-virt-phy/00057(pid=92): Terminated: ok {rc=0}
22:49:52.053253 ---      ParallelTerminationStrategy: PID 93 died...
22:49:52.055098 run   osmo-ms-virt-phy/00058(pid=93): Terminated: ok {rc=0}
22:49:52.059646 ---      ParallelTerminationStrategy: PID 94 died...
22:49:52.061487 run   osmo-ms-virt-phy/00059(pid=94): Terminated: ok {rc=0}
22:49:52.066082 ---      ParallelTerminationStrategy: PID 95 died...
22:49:52.067820 run   osmo-ms-virt-phy/00060(pid=95): Terminated: ok {rc=0}
22:49:52.072142 ---      ParallelTerminationStrategy: PID 96 died...
22:49:52.073898 run   osmo-ms-virt-phy/00061(pid=96): Terminated: ok {rc=0}
22:49:52.078217 ---      ParallelTerminationStrategy: PID 97 died...
22:49:52.079972 run   osmo-ms-virt-phy/00062(pid=97): Terminated: ok {rc=0}
22:49:52.084294 ---      ParallelTerminationStrategy: PID 98 died...
22:49:52.086061 run   osmo-ms-virt-phy/00063(pid=98): Terminated: ok {rc=0}
22:49:52.090363 ---      ParallelTerminationStrategy: PID 99 died...
22:49:52.092122 run   osmo-ms-virt-phy/00064(pid=99): Terminated: ok {rc=0}
22:49:52.096431 ---      ParallelTerminationStrategy: PID 100 died...
22:49:52.098183 run  osmo-ms-virt-phy/00065(pid=100): Terminated: ok {rc=0}
22:49:52.102534 ---      ParallelTerminationStrategy: PID 101 died...
22:49:52.104274 run  osmo-ms-virt-phy/00066(pid=101): Terminated: ok {rc=0}
22:49:52.108569 ---      ParallelTerminationStrategy: PID 102 died...
22:49:52.110349 run  osmo-ms-virt-phy/00067(pid=102): Terminated: ok {rc=0}
22:49:52.114719 ---      ParallelTerminationStrategy: PID 103 died...
22:49:52.116468 run  osmo-ms-virt-phy/00068(pid=103): Terminated: ok {rc=0}
22:49:52.120810 ---      ParallelTerminationStrategy: PID 104 died...
22:49:52.122570 run  osmo-ms-virt-phy/00069(pid=104): Terminated: ok {rc=0}
22:49:52.127033 ---      ParallelTerminationStrategy: PID 105 died...
22:49:52.128801 run  osmo-ms-virt-phy/00070(pid=105): Terminated: ok {rc=0}
22:49:52.133121 ---      ParallelTerminationStrategy: PID 106 died...
22:49:52.134941 run  osmo-ms-virt-phy/00071(pid=106): Terminated: ok {rc=0}
22:49:52.139264 ---      ParallelTerminationStrategy: PID 107 died...
22:49:52.141023 run  osmo-ms-virt-phy/00072(pid=107): Terminated: ok {rc=0}
22:49:52.145423 ---      ParallelTerminationStrategy: PID 108 died...
22:49:52.147220 run  osmo-ms-virt-phy/00073(pid=108): Terminated: ok {rc=0}
22:49:52.151655 ---      ParallelTerminationStrategy: PID 109 died...
22:49:52.153466 run  osmo-ms-virt-phy/00074(pid=109): Terminated: ok {rc=0}
22:49:52.157880 ---      ParallelTerminationStrategy: PID 110 died...
22:49:52.159673 run  osmo-ms-virt-phy/00075(pid=110): Terminated: ok {rc=0}
22:49:52.164088 ---      ParallelTerminationStrategy: PID 111 died...
22:49:52.165911 run  osmo-ms-virt-phy/00076(pid=111): Terminated: ok {rc=0}
22:49:52.170343 ---      ParallelTerminationStrategy: PID 112 died...
22:49:52.172147 run  osmo-ms-virt-phy/00077(pid=112): Terminated: ok {rc=0}
22:49:52.176571 ---      ParallelTerminationStrategy: PID 113 died...
22:49:52.178361 run  osmo-ms-virt-phy/00078(pid=113): Terminated: ok {rc=0}
22:49:52.182707 ---      ParallelTerminationStrategy: PID 114 died...
22:49:52.184460 run  osmo-ms-virt-phy/00079(pid=114): Terminated: ok {rc=0}
22:49:52.188832 ---      ParallelTerminationStrategy: PID 115 died...
22:49:52.190750 run  osmo-ms-virt-phy/00080(pid=115): Terminated: ok {rc=0}
22:49:52.195103 ---      ParallelTerminationStrategy: PID 116 died...
22:49:52.196844 run  osmo-ms-virt-phy/00081(pid=116): Terminated: ok {rc=0}
22:49:52.201163 ---      ParallelTerminationStrategy: PID 117 died...
22:49:52.202910 run  osmo-ms-virt-phy/00082(pid=117): Terminated: ok {rc=0}
22:49:52.207342 ---      ParallelTerminationStrategy: PID 118 died...
22:49:52.209139 run  osmo-ms-virt-phy/00083(pid=118): Terminated: ok {rc=0}
22:49:52.213608 ---      ParallelTerminationStrategy: PID 119 died...
22:49:52.215410 run  osmo-ms-virt-phy/00084(pid=119): Terminated: ok {rc=0}
22:49:52.219856 ---      ParallelTerminationStrategy: PID 120 died...
22:49:52.221664 run  osmo-ms-virt-phy/00085(pid=120): Terminated: ok {rc=0}
22:49:52.226093 ---      ParallelTerminationStrategy: PID 121 died...
22:49:52.227869 run  osmo-ms-virt-phy/00086(pid=121): Terminated: ok {rc=0}
22:49:52.232282 ---      ParallelTerminationStrategy: PID 122 died...
22:49:52.234063 run  osmo-ms-virt-phy/00087(pid=122): Terminated: ok {rc=0}
22:49:52.238481 ---      ParallelTerminationStrategy: PID 123 died...
22:49:52.240258 run  osmo-ms-virt-phy/00088(pid=123): Terminated: ok {rc=0}
22:49:52.244740 ---      ParallelTerminationStrategy: PID 124 died...
22:49:52.246532 run  osmo-ms-virt-phy/00089(pid=124): Terminated: ok {rc=0}
22:49:52.250956 ---      ParallelTerminationStrategy: PID 125 died...
22:49:52.252750 run  osmo-ms-virt-phy/00090(pid=125): Terminated: ok {rc=0}
22:49:52.257259 ---      ParallelTerminationStrategy: PID 126 died...
22:49:52.259094 run  osmo-ms-virt-phy/00091(pid=126): Terminated: ok {rc=0}
22:49:52.263664 ---      ParallelTerminationStrategy: PID 127 died...
22:49:52.265516 run  osmo-ms-virt-phy/00092(pid=127): Terminated: ok {rc=0}
22:49:52.270075 ---      ParallelTerminationStrategy: PID 128 died...
22:49:52.271916 run  osmo-ms-virt-phy/00093(pid=128): Terminated: ok {rc=0}
22:49:52.276330 ---      ParallelTerminationStrategy: PID 129 died...
22:49:52.278083 run  osmo-ms-virt-phy/00094(pid=129): Terminated: ok {rc=0}
22:49:52.282502 ---      ParallelTerminationStrategy: PID 130 died...
22:49:52.284287 run  osmo-ms-virt-phy/00095(pid=130): Terminated: ok {rc=0}
22:49:52.288733 ---      ParallelTerminationStrategy: PID 131 died...
22:49:52.290518 run  osmo-ms-virt-phy/00096(pid=131): Terminated: ok {rc=0}
22:49:52.294961 ---      ParallelTerminationStrategy: PID 132 died...
22:49:52.296750 run  osmo-ms-virt-phy/00097(pid=132): Terminated: ok {rc=0}
22:49:52.301166 ---      ParallelTerminationStrategy: PID 133 died...
22:49:52.302951 run  osmo-ms-virt-phy/00098(pid=133): Terminated: ok {rc=0}
22:49:52.307395 ---      ParallelTerminationStrategy: PID 134 died...
22:49:52.309218 run  osmo-ms-virt-phy/00099(pid=134): Terminated: ok {rc=0}
22:49:52.313631 ---      ParallelTerminationStrategy: PID 135 died...
22:49:52.315386 run       osmo-ms-mob/00000(pid=135): Terminated {rc=26112}
22:49:52.319772 ---      ParallelTerminationStrategy: PID 136 died...
22:49:52.321539 run       osmo-ms-mob/00001(pid=136): Terminated {rc=26112}
22:49:52.325927 ---      ParallelTerminationStrategy: PID 137 died...
22:49:52.327696 run       osmo-ms-mob/00002(pid=137): Terminated {rc=26112}
22:49:52.332069 ---      ParallelTerminationStrategy: PID 138 died...
22:49:52.333836 run       osmo-ms-mob/00003(pid=138): Terminated {rc=26112}
22:49:52.338240 ---      ParallelTerminationStrategy: PID 139 died...
22:49:52.340012 run       osmo-ms-mob/00004(pid=139): Terminated {rc=26112}
22:49:52.344427 ---      ParallelTerminationStrategy: PID 140 died...
22:49:52.346202 run       osmo-ms-mob/00005(pid=140): Terminated {rc=26112}
22:49:52.350651 ---      ParallelTerminationStrategy: PID 141 died...
22:49:52.352470 run       osmo-ms-mob/00006(pid=141): Terminated {rc=26112}
22:49:52.357029 ---      ParallelTerminationStrategy: PID 142 died...
22:49:52.358846 run       osmo-ms-mob/00007(pid=142): Terminated {rc=26112}
22:49:52.363395 ---      ParallelTerminationStrategy: PID 143 died...
22:49:52.365214 run       osmo-ms-mob/00008(pid=143): Terminated {rc=26112}
22:49:52.369689 ---      ParallelTerminationStrategy: PID 144 died...
22:49:52.371401 run       osmo-ms-mob/00009(pid=144): Terminated {rc=26112}
22:49:52.375736 ---      ParallelTerminationStrategy: PID 145 died...
22:49:52.377555 run       osmo-ms-mob/00010(pid=145): Terminated {rc=26112}
22:49:52.381937 ---      ParallelTerminationStrategy: PID 146 died...
22:49:52.383718 run       osmo-ms-mob/00011(pid=146): Terminated {rc=26112}
22:49:52.388109 ---      ParallelTerminationStrategy: PID 147 died...
22:49:52.389878 run       osmo-ms-mob/00012(pid=147): Terminated {rc=26112}
22:49:52.394294 ---      ParallelTerminationStrategy: PID 148 died...
22:49:52.396058 run       osmo-ms-mob/00013(pid=148): Terminated {rc=26112}
22:49:52.400474 ---      ParallelTerminationStrategy: PID 149 died...
22:49:52.402252 run       osmo-ms-mob/00014(pid=149): Terminated {rc=26112}
22:49:52.406648 ---      ParallelTerminationStrategy: PID 150 died...
22:49:52.408424 run       osmo-ms-mob/00015(pid=150): Terminated {rc=26112}
22:49:52.412673 ---      ParallelTerminationStrategy: PID 151 died...
22:49:52.414350 run       osmo-ms-mob/00016(pid=151): Terminated {rc=26112}
22:49:52.418558 ---      ParallelTerminationStrategy: PID 152 died...
22:49:52.420278 run       osmo-ms-mob/00017(pid=152): Terminated {rc=26112}
22:49:52.424573 ---      ParallelTerminationStrategy: PID 153 died...
22:49:52.426333 run       osmo-ms-mob/00018(pid=153): Terminated {rc=26112}
22:49:52.430604 ---      ParallelTerminationStrategy: PID 154 died...
22:49:52.432345 run       osmo-ms-mob/00019(pid=154): Terminated {rc=26112}
22:49:52.436709 ---      ParallelTerminationStrategy: PID 155 died...
22:49:52.438469 run       osmo-ms-mob/00020(pid=155): Terminated {rc=26112}
22:49:52.442836 ---      ParallelTerminationStrategy: PID 156 died...
22:49:52.444584 run       osmo-ms-mob/00021(pid=156): Terminated {rc=26112}
22:49:52.448923 ---      ParallelTerminationStrategy: PID 157 died...
22:49:52.450663 run       osmo-ms-mob/00022(pid=157): Terminated {rc=26112}
22:49:52.454986 ---      ParallelTerminationStrategy: PID 158 died...
22:49:52.456747 run       osmo-ms-mob/00023(pid=158): Terminated {rc=26112}
22:49:52.461104 ---      ParallelTerminationStrategy: PID 159 died...
22:49:52.462858 run       osmo-ms-mob/00024(pid=159): Terminated {rc=26112}
22:49:52.467209 ---      ParallelTerminationStrategy: PID 160 died...
22:49:52.468918 run       osmo-ms-mob/00025(pid=160): Terminated {rc=26112}
22:49:52.473065 ---      ParallelTerminationStrategy: PID 161 died...
22:49:52.474718 run       osmo-ms-mob/00026(pid=161): Terminated {rc=26112}
22:49:52.478634 ---      ParallelTerminationStrategy: PID 162 died...
22:49:52.480254 run       osmo-ms-mob/00027(pid=162): Terminated {rc=26112}
22:49:52.484384 ---      ParallelTerminationStrategy: PID 163 died...
22:49:52.486059 run       osmo-ms-mob/00028(pid=163): Terminated {rc=26112}
22:49:52.490156 ---      ParallelTerminationStrategy: PID 164 died...
22:49:52.491805 run       osmo-ms-mob/00029(pid=164): Terminated {rc=26112}
22:49:52.496023 ---      ParallelTerminationStrategy: PID 165 died...
22:49:52.497885 run       osmo-ms-mob/00030(pid=165): Terminated {rc=26112}
22:49:52.502189 ---      ParallelTerminationStrategy: PID 166 died...
22:49:52.503896 run       osmo-ms-mob/00031(pid=166): Terminated {rc=26112}
22:49:52.508174 ---      ParallelTerminationStrategy: PID 167 died...
22:49:52.509911 run       osmo-ms-mob/00032(pid=167): Terminated {rc=26112}
22:49:52.514179 ---      ParallelTerminationStrategy: PID 168 died...
22:49:52.515889 run       osmo-ms-mob/00033(pid=168): Terminated {rc=26112}
22:49:52.520185 ---      ParallelTerminationStrategy: PID 169 died...
22:49:52.521904 run       osmo-ms-mob/00034(pid=169): Terminated {rc=26112}
22:49:52.526322 ---      ParallelTerminationStrategy: PID 170 died...
22:49:52.528095 run       osmo-ms-mob/00035(pid=170): Terminated {rc=26112}
22:49:52.532655 ---      ParallelTerminationStrategy: PID 171 died...
22:49:52.534484 run       osmo-ms-mob/00036(pid=171): Terminated {rc=26112}
22:49:52.539028 ---      ParallelTerminationStrategy: PID 172 died...
22:49:52.540851 run       osmo-ms-mob/00037(pid=172): Terminated {rc=26112}
22:49:52.545364 ---      ParallelTerminationStrategy: PID 173 died...
22:49:52.547176 run       osmo-ms-mob/00038(pid=173): Terminated {rc=26112}
22:49:52.551814 ---      ParallelTerminationStrategy: PID 174 died...
22:49:52.553682 run       osmo-ms-mob/00039(pid=174): Terminated {rc=26112}
22:49:52.558409 ---      ParallelTerminationStrategy: PID 175 died...
22:49:52.560266 run       osmo-ms-mob/00040(pid=175): Terminated {rc=26112}
22:49:52.564798 ---      ParallelTerminationStrategy: PID 176 died...
22:49:52.566691 run       osmo-ms-mob/00041(pid=176): Terminated {rc=26112}
22:49:52.571244 ---      ParallelTerminationStrategy: PID 177 died...
22:49:52.573015 run       osmo-ms-mob/00042(pid=177): Terminated {rc=26112}
22:49:52.577305 ---      ParallelTerminationStrategy: PID 178 died...
22:49:52.579009 run       osmo-ms-mob/00043(pid=178): Terminated {rc=26112}
22:49:52.583271 ---      ParallelTerminationStrategy: PID 179 died...
22:49:52.584996 run       osmo-ms-mob/00044(pid=179): Terminated {rc=26112}
22:49:52.589353 ---      ParallelTerminationStrategy: PID 180 died...
22:49:52.591114 run       osmo-ms-mob/00045(pid=180): Terminated {rc=26112}
22:49:52.595535 ---      ParallelTerminationStrategy: PID 181 died...
22:49:52.597293 run       osmo-ms-mob/00046(pid=181): Terminated {rc=26112}
22:49:52.601675 ---      ParallelTerminationStrategy: PID 182 died...
22:49:52.603429 run       osmo-ms-mob/00047(pid=182): Terminated {rc=26112}
22:49:52.607825 ---      ParallelTerminationStrategy: PID 183 died...
22:49:52.609621 run       osmo-ms-mob/00048(pid=183): Terminated {rc=26112}
22:49:52.614002 ---      ParallelTerminationStrategy: PID 184 died...
22:49:52.615763 run       osmo-ms-mob/00049(pid=184): Terminated {rc=26112}
22:49:52.620172 ---      ParallelTerminationStrategy: PID 185 died...
22:49:52.621959 run       osmo-ms-mob/00050(pid=185): Terminated {rc=26112}
22:49:52.626394 ---      ParallelTerminationStrategy: PID 186 died...
22:49:52.628163 run       osmo-ms-mob/00051(pid=186): Terminated {rc=26112}
22:49:52.632529 ---      ParallelTerminationStrategy: PID 187 died...
22:49:52.634287 run       osmo-ms-mob/00052(pid=187): Terminated {rc=26112}
22:49:52.638650 ---      ParallelTerminationStrategy: PID 188 died...
22:49:52.640422 run       osmo-ms-mob/00053(pid=188): Terminated {rc=26112}
22:49:52.644842 ---      ParallelTerminationStrategy: PID 189 died...
22:49:52.646616 run       osmo-ms-mob/00054(pid=189): Terminated {rc=26112}
22:49:52.651076 ---      ParallelTerminationStrategy: PID 190 died...
22:49:52.652871 run       osmo-ms-mob/00055(pid=190): Terminated {rc=26112}
22:49:52.657284 ---      ParallelTerminationStrategy: PID 191 died...
22:49:52.659047 run       osmo-ms-mob/00056(pid=191): Terminated {rc=26112}
22:49:52.663495 ---      ParallelTerminationStrategy: PID 192 died...
22:49:52.665271 run       osmo-ms-mob/00057(pid=192): Terminated {rc=26112}
22:49:52.669672 ---      ParallelTerminationStrategy: PID 193 died...
22:49:52.671442 run       osmo-ms-mob/00058(pid=193): Terminated {rc=26112}
22:49:52.675813 ---      ParallelTerminationStrategy: PID 194 died...
22:49:52.677633 run       osmo-ms-mob/00059(pid=194): Terminated {rc=26112}
22:49:52.682052 ---      ParallelTerminationStrategy: PID 195 died...
22:49:52.683815 run       osmo-ms-mob/00060(pid=195): Terminated {rc=26112}
22:49:52.688228 ---      ParallelTerminationStrategy: PID 196 died...
22:49:52.690033 run       osmo-ms-mob/00061(pid=196): Terminated {rc=26112}
22:49:52.694427 ---      ParallelTerminationStrategy: PID 197 died...
22:49:52.696201 run       osmo-ms-mob/00062(pid=197): Terminated {rc=26112}
22:49:52.700628 ---      ParallelTerminationStrategy: PID 198 died...
22:49:52.702401 run       osmo-ms-mob/00063(pid=198): Terminated {rc=26112}
22:49:52.706800 ---      ParallelTerminationStrategy: PID 199 died...
22:49:52.708562 run       osmo-ms-mob/00064(pid=199): Terminated {rc=26112}
22:49:52.712815 ---      ParallelTerminationStrategy: PID 200 died...
22:49:52.714500 run       osmo-ms-mob/00065(pid=200): Terminated {rc=26112}
22:49:52.718663 ---      ParallelTerminationStrategy: PID 201 died...
22:49:52.720334 run       osmo-ms-mob/00066(pid=201): Terminated {rc=26112}
22:49:52.724540 ---      ParallelTerminationStrategy: PID 202 died...
22:49:52.726254 run       osmo-ms-mob/00067(pid=202): Terminated {rc=26112}
22:49:52.730434 ---      ParallelTerminationStrategy: PID 203 died...
22:49:52.732119 run       osmo-ms-mob/00068(pid=203): Terminated {rc=26112}
22:49:52.736291 ---      ParallelTerminationStrategy: PID 204 died...
22:49:52.737938 run       osmo-ms-mob/00069(pid=204): Terminated {rc=26112}
22:49:52.742064 ---      ParallelTerminationStrategy: PID 205 died...
22:49:52.743704 run       osmo-ms-mob/00070(pid=205): Terminated {rc=26112}
22:49:52.747629 ---      ParallelTerminationStrategy: PID 206 died...
22:49:52.749220 run       osmo-ms-mob/00071(pid=206): Terminated {rc=26112}
22:49:52.753052 ---      ParallelTerminationStrategy: PID 207 died...
22:49:52.754548 run       osmo-ms-mob/00072(pid=207): Terminated {rc=26112}
22:49:52.758283 ---      ParallelTerminationStrategy: PID 208 died...
22:49:52.759776 run       osmo-ms-mob/00073(pid=208): Terminated {rc=26112}
22:49:52.763496 ---      ParallelTerminationStrategy: PID 209 died...
22:49:52.765017 run       osmo-ms-mob/00074(pid=209): Terminated {rc=26112}
22:49:52.768808 ---      ParallelTerminationStrategy: PID 210 died...
22:49:52.770295 run       osmo-ms-mob/00075(pid=210): Terminated {rc=26112}
22:49:52.774063 ---      ParallelTerminationStrategy: PID 211 died...
22:49:52.775604 run       osmo-ms-mob/00076(pid=211): Terminated {rc=26112}
22:49:52.779437 ---      ParallelTerminationStrategy: PID 212 died...
22:49:52.781005 run       osmo-ms-mob/00077(pid=212): Terminated {rc=26112}
22:49:52.785098 ---      ParallelTerminationStrategy: PID 213 died...
22:49:52.786833 run       osmo-ms-mob/00078(pid=213): Terminated {rc=26112}
22:49:52.790963 ---      ParallelTerminationStrategy: PID 214 died...
22:49:52.792672 run       osmo-ms-mob/00079(pid=214): Terminated {rc=26112}
22:49:52.797005 ---      ParallelTerminationStrategy: PID 215 died...
22:49:52.798717 run       osmo-ms-mob/00080(pid=215): Terminated {rc=26112}
22:49:52.803044 ---      ParallelTerminationStrategy: PID 216 died...
22:49:52.804766 run       osmo-ms-mob/00081(pid=216): Terminated {rc=26112}
22:49:52.809087 ---      ParallelTerminationStrategy: PID 217 died...
22:49:52.810829 run       osmo-ms-mob/00082(pid=217): Terminated {rc=26112}
22:49:52.815139 ---      ParallelTerminationStrategy: PID 218 died...
22:49:52.816885 run       osmo-ms-mob/00083(pid=218): Terminated {rc=26112}
22:49:52.821230 ---      ParallelTerminationStrategy: PID 219 died...
22:49:52.822977 run       osmo-ms-mob/00084(pid=219): Terminated {rc=26112}
22:49:52.827349 ---      ParallelTerminationStrategy: PID 220 died...
22:49:52.829199 run       osmo-ms-mob/00085(pid=220): Terminated {rc=26112}
22:49:52.833619 ---      ParallelTerminationStrategy: PID 221 died...
22:49:52.835394 run       osmo-ms-mob/00086(pid=221): Terminated {rc=26112}
22:49:52.839702 ---      ParallelTerminationStrategy: PID 222 died...
22:49:52.841398 run       osmo-ms-mob/00087(pid=222): Terminated {rc=26112}
22:49:52.845831 ---      ParallelTerminationStrategy: PID 223 died...
22:49:52.847553 run       osmo-ms-mob/00088(pid=223): Terminated {rc=26112}
22:49:52.851854 ---      ParallelTerminationStrategy: PID 224 died...
22:49:52.853593 run       osmo-ms-mob/00089(pid=224): Terminated {rc=26112}
22:49:52.857888 ---      ParallelTerminationStrategy: PID 225 died...
22:49:52.859619 run       osmo-ms-mob/00090(pid=225): Terminated {rc=26112}
22:49:52.863937 ---      ParallelTerminationStrategy: PID 226 died...
22:49:52.865675 run       osmo-ms-mob/00091(pid=226): Terminated {rc=26112}
22:49:52.870002 ---      ParallelTerminationStrategy: PID 227 died...
22:49:52.871674 run       osmo-ms-mob/00092(pid=227): Terminated {rc=26112}
22:49:52.875754 ---      ParallelTerminationStrategy: PID 228 died...
22:49:52.877392 run       osmo-ms-mob/00093(pid=228): Terminated {rc=26112}
22:49:52.881275 ---      ParallelTerminationStrategy: PID 229 died...
22:49:52.882833 run       osmo-ms-mob/00094(pid=229): Terminated {rc=26112}
22:49:52.886599 ---      ParallelTerminationStrategy: PID 230 died...
22:49:52.888089 run       osmo-ms-mob/00095(pid=230): Terminated {rc=26112}
22:49:52.891842 ---      ParallelTerminationStrategy: PID 231 died...
22:49:52.893379 run       osmo-ms-mob/00096(pid=231): Terminated {rc=26112}
22:49:52.897087 ---      ParallelTerminationStrategy: PID 232 died...
22:49:52.898570 run       osmo-ms-mob/00097(pid=232): Terminated {rc=26112}
22:49:52.902295 ---      ParallelTerminationStrategy: PID 233 died...
22:49:52.903779 run       osmo-ms-mob/00098(pid=233): Terminated {rc=26112}
22:49:52.907497 ---      ParallelTerminationStrategy: PID 234 died...
22:49:52.908940 run       osmo-ms-mob/00099(pid=234): Terminated {rc=26112}
22:49:55.590938 ---      ParallelTerminationStrategy: PID 34 died...
22:49:55.592589 run         osmo-bts-virtual(pid=34): Terminated: ok {rc=0}
---------------------------------------------------------------------
trial-7911 netreg_mass PASS
---------------------------------------------------------------------
22:49:55.674983 tst                       trial-7911: Storing JUnit report in /build/trial-7911/run.2025-03-20_22-48-19/trial-7911.xml

--------------------------------------------------------------------------------------------
trial-7911 PASS
--------------------------------------------------------------------------------------------
22:49:55.686172 tst                       trial-7911: trial-7911: PASS, 1 suites passed
PASS: netreg_mass (pass: 1)
    pass: register_default_mass.py (90.7 sec)
+ exit_code=0
+ rm -rf trial-7911/inst
+ cd trial-7911
+ command -v journalctl
+ [ ! -z /usr/bin/journalctl ]
+ readlink last_run
+ journalctl -u ofono -o short-precise --since 2025-03-20 22:48:19
No journal files were found.
+ readlink last_run
+ tar czf /build/trial-7911-run.tgz run.2025-03-20_22-48-19
+ tar czf /build/trial-7911-bin.tgz checksums.md5 open5gs.build-8.tgz osmo-bsc.build-2025-03-20_13_25_46.tgz osmo-bts-oc2g.build-2025-03-20_00_51_36.tgz osmo-bts-sysmo.build-2025-03-20_00_51_36.tgz osmo-bts.build-2025-03-20_00_51_50.tgz osmo-ggsn.build-2025-03-20_20_42_30.tgz osmo-hlr.build-2025-03-20_16_36_57.tgz osmo-hnbgw.build-2025-03-20_13_28_57.tgz osmo-mgw.build-2025-03-20_08_33_14.tgz osmo-msc.build-2025-03-20_13_33_04.tgz osmo-nitb.build-17155.tgz osmo-pcu-oc2g.build-2025-03-20_07_41_28.tgz osmo-pcu-sysmo.build-2025-03-20_07_41_25.tgz osmo-pcu.build-2025-03-20_07_41_31.tgz osmo-sgsn.build-2025-03-20_20_47_48.tgz osmo-stp.build-2025-03-20_13_23_03.tgz osmo-trx.build-2025-03-20_14_28_31.tgz osmocom-bb.build-2025-03-20_21_17_14.tgz srslte.build-19.tgz
+ exit 0
+ clean_up_trap
+ set +x

### Clean up ###

+ trap - EXIT INT TERM 0
+ clean_up
+ docker kill osmo-gsm-tester-virtual
Error response from daemon: cannot kill container: osmo-gsm-tester-virtual: No such container: osmo-gsm-tester-virtual
+ true
+ docker run --rm -v /home/osmocom-build/jenkins/workspace/osmo-gsm-tester_virtual:/workspace debian:bookworm chmod -R a+rwX /workspace/
Archiving artifacts
Recording test results
[Checks API] No suitable checks publisher found.
Finished: SUCCESS