Skip to content
Success

Console Output

Skipping 18 KB.. Full Log
#9 CACHED

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

#34 exporting to image
#34 exporting layers done
#34 writing image sha256:0682a9ec7a291056187053850a6ce333138b1340ee6dd949bd1ff3283f562d9d 0.0s done
#34 naming to docker.io/osmocom-build/osmo-gsm-tester:latest 0.0s done
#34 DONE 0.1s

 2 warnings found (use docker --debug to expand):
 - LegacyKeyValueFormat: "ENV key=value" should be used instead of legacy "ENV key value" format (line 65)
 - InvalidDefaultArgInFrom: Default value for ARG $USER/debian-bookworm-build results in empty or invalid base image name (line 2)
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=7895 -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-04 22:48:34
+ trial_dir_prefix=trial-
+ rm -rf trial-*
+ trial_dir=trial-7895
+ mkdir -p trial-7895
+ mv open5gs.build-8.tgz osmo-bsc.build-2025-03-04_16_54_16.tgz osmo-bts-oc2g.build-2025-03-04_16_52_11.tgz osmo-bts-sysmo.build-2025-03-04_16_52_10.tgz osmo-bts.build-2025-03-04_16_52_22.tgz osmo-ggsn.build-2025-03-04_20_42_22.tgz osmo-hlr.build-2025-03-04_16_51_30.tgz osmo-hnbgw.build-2025-03-04_16_29_36.tgz osmo-mgw.build-2025-03-04_16_50_53.tgz osmo-msc.build-2025-03-04_16_57_06.tgz osmo-nitb.build-17155.tgz osmo-pcu-oc2g.build-2025-03-04_07_41_35.tgz osmo-pcu-sysmo.build-2025-03-04_07_41_29.tgz osmo-pcu.build-2025-03-04_07_41_34.tgz osmo-sgsn.build-2025-03-04_20_48_14.tgz osmo-stp.build-2025-03-04_16_23_08.tgz osmo-trx.build-2025-03-04_14_26_57.tgz osmocom-bb.build-2025-03-04_21_17_31.tgz srslte.build-19.tgz trial-7895
+ cat open5gs.build-8.md5 osmo-bsc.build-2025-03-04_16_54_16.md5 osmo-bts-oc2g.build-2025-03-04_16_52_11.md5 osmo-bts-sysmo.build-2025-03-04_16_52_10.md5 osmo-bts.build-2025-03-04_16_52_22.md5 osmo-ggsn.build-2025-03-04_20_42_22.md5 osmo-hlr.build-2025-03-04_16_51_30.md5 osmo-hnbgw.build-2025-03-04_16_29_36.md5 osmo-mgw.build-2025-03-04_16_50_53.md5 osmo-msc.build-2025-03-04_16_57_06.md5 osmo-nitb.build-17155.md5 osmo-pcu-oc2g.build-2025-03-04_07_41_35.md5 osmo-pcu-sysmo.build-2025-03-04_07_41_29.md5 osmo-pcu.build-2025-03-04_07_41_34.md5 osmo-sgsn.build-2025-03-04_20_48_14.md5 osmo-stp.build-2025-03-04_16_23_08.md5 osmo-trx.build-2025-03-04_14_26_57.md5 osmocom-bb.build-2025-03-04_21_17_31.md5 srslte.build-19.md5
+ rm open5gs.build-8.md5 osmo-bsc.build-2025-03-04_16_54_16.md5 osmo-bts-oc2g.build-2025-03-04_16_52_11.md5 osmo-bts-sysmo.build-2025-03-04_16_52_10.md5 osmo-bts.build-2025-03-04_16_52_22.md5 osmo-ggsn.build-2025-03-04_20_42_22.md5 osmo-hlr.build-2025-03-04_16_51_30.md5 osmo-hnbgw.build-2025-03-04_16_29_36.md5 osmo-mgw.build-2025-03-04_16_50_53.md5 osmo-msc.build-2025-03-04_16_57_06.md5 osmo-nitb.build-17155.md5 osmo-pcu-oc2g.build-2025-03-04_07_41_35.md5 osmo-pcu-sysmo.build-2025-03-04_07_41_29.md5 osmo-pcu.build-2025-03-04_07_41_34.md5 osmo-sgsn.build-2025-03-04_20_48_14.md5 osmo-stp.build-2025-03-04_16_23_08.md5 osmo-trx.build-2025-03-04_14_26_57.md5 osmocom-bb.build-2025-03-04_21_17_31.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-7895 -s netreg_mass
combinations: ['netreg_mass']
trial: 'trial-7895'
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-7895
--------------------------------------------------------------------------------------------
22:48:34.591042 tst                       trial-7895: Detailed log at /build/trial-7895/run.2025-03-04_22-48-34/log

---------------------------------------------------------------------
trial-7895 netreg_mass
---------------------------------------------------------------------
22:48:34.799491 tst                      netreg_mass: reserving resources in /var/tmp/osmo-gsm-tester/state ...
22:48:34.799862 tst                      netreg_mass: Verifying 1 x bts (candidates: 1)
22:48:34.800678 tst                      netreg_mass: Verifying 6 x ip_address (candidates: 9)
22:48:34.801896 tst                      netreg_mass: Verifying 100 x modem (candidates: 100)
22:48:34.840345 tst                      netreg_mass: Reserving 1 x bts (candidates: 1)
22:48:34.841244 tst                      netreg_mass: Reserving 6 x ip_address (candidates: 9)
22:48:34.842443 tst                      netreg_mass: Reserving 100 x modem (candidates: 100)
22:48:34.911643 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-7895 netreg_mass register_default_mass.py
----------------------------------------------
22:48:34.912534 tst       register_default_mass.py:9: Claiming resources for the test
22:48:34.928629 tst                      netreg_mass: Using 1 x ip_address (candidates: 6)
22:48:34.929222 tst                      netreg_mass: Using 1 x ip_address (candidates: 6)
22:48:34.929714 tst                      netreg_mass: Using 1 x ip_address (candidates: 6)
22:48:34.930180 tst                      netreg_mass: Using 1 x ip_address (candidates: 6)
22:48:34.930644 tst                      netreg_mass: Using 1 x ip_address (candidates: 6)
22:48:34.931107 tst                      netreg_mass: Using 1 x ip_address (candidates: 6)
22:48:34.931591 tst                      netreg_mass: Using 1 x bts (candidates: 1)
22:48:34.976221 tst         register_default_mass.py: using LAC 2
22:48:35.024136 tst         register_default_mass.py: using RAC 2
22:48:35.060281 tst         register_default_mass.py: using CellId 2
22:48:35.098275 tst         register_default_mass.py: using BVCI 3
22:48:35.108530 tst                      netreg_mass: Using 1 x modem (candidates: 100)
22:48:35.109200 tst                      netreg_mass: Using 1 x modem (candidates: 100)
22:48:35.109776 tst                      netreg_mass: Using 1 x modem (candidates: 100)
22:48:35.110338 tst                      netreg_mass: Using 1 x modem (candidates: 100)
22:48:35.110877 tst                      netreg_mass: Using 1 x modem (candidates: 100)
22:48:35.111403 tst                      netreg_mass: Using 1 x modem (candidates: 100)
22:48:35.111940 tst                      netreg_mass: Using 1 x modem (candidates: 100)
22:48:35.112478 tst                      netreg_mass: Using 1 x modem (candidates: 100)
22:48:35.113056 tst                      netreg_mass: Using 1 x modem (candidates: 100)
22:48:35.113578 tst                      netreg_mass: Using 1 x modem (candidates: 100)
22:48:35.114121 tst                      netreg_mass: Using 1 x modem (candidates: 100)
22:48:35.114649 tst                      netreg_mass: Using 1 x modem (candidates: 100)
22:48:35.115201 tst                      netreg_mass: Using 1 x modem (candidates: 100)
22:48:35.115733 tst                      netreg_mass: Using 1 x modem (candidates: 100)
22:48:35.116260 tst                      netreg_mass: Using 1 x modem (candidates: 100)
22:48:35.116812 tst                      netreg_mass: Using 1 x modem (candidates: 100)
22:48:35.117341 tst                      netreg_mass: Using 1 x modem (candidates: 100)
22:48:35.117860 tst                      netreg_mass: Using 1 x modem (candidates: 100)
22:48:35.118390 tst                      netreg_mass: Using 1 x modem (candidates: 100)
22:48:35.118916 tst                      netreg_mass: Using 1 x modem (candidates: 100)
22:48:35.119431 tst                      netreg_mass: Using 1 x modem (candidates: 100)
22:48:35.119969 tst                      netreg_mass: Using 1 x modem (candidates: 100)
22:48:35.120501 tst                      netreg_mass: Using 1 x modem (candidates: 100)
22:48:35.121032 tst                      netreg_mass: Using 1 x modem (candidates: 100)
22:48:35.121541 tst                      netreg_mass: Using 1 x modem (candidates: 100)
22:48:35.122067 tst                      netreg_mass: Using 1 x modem (candidates: 100)
22:48:35.122596 tst                      netreg_mass: Using 1 x modem (candidates: 100)
22:48:35.123108 tst                      netreg_mass: Using 1 x modem (candidates: 100)
22:48:35.123634 tst                      netreg_mass: Using 1 x modem (candidates: 100)
22:48:35.124172 tst                      netreg_mass: Using 1 x modem (candidates: 100)
22:48:35.124698 tst                      netreg_mass: Using 1 x modem (candidates: 100)
22:48:35.125222 tst                      netreg_mass: Using 1 x modem (candidates: 100)
22:48:35.125767 tst                      netreg_mass: Using 1 x modem (candidates: 100)
22:48:35.126304 tst                      netreg_mass: Using 1 x modem (candidates: 100)
22:48:35.126879 tst                      netreg_mass: Using 1 x modem (candidates: 100)
22:48:35.127411 tst                      netreg_mass: Using 1 x modem (candidates: 100)
22:48:35.127934 tst                      netreg_mass: Using 1 x modem (candidates: 100)
22:48:35.128466 tst                      netreg_mass: Using 1 x modem (candidates: 100)
22:48:35.129041 tst                      netreg_mass: Using 1 x modem (candidates: 100)
22:48:35.129566 tst                      netreg_mass: Using 1 x modem (candidates: 100)
22:48:35.130067 tst                      netreg_mass: Using 1 x modem (candidates: 100)
22:48:35.130593 tst                      netreg_mass: Using 1 x modem (candidates: 100)
22:48:35.131124 tst                      netreg_mass: Using 1 x modem (candidates: 100)
22:48:35.131642 tst                      netreg_mass: Using 1 x modem (candidates: 100)
22:48:35.132157 tst                      netreg_mass: Using 1 x modem (candidates: 100)
22:48:35.132694 tst                      netreg_mass: Using 1 x modem (candidates: 100)
22:48:35.133214 tst                      netreg_mass: Using 1 x modem (candidates: 100)
22:48:35.133747 tst                      netreg_mass: Using 1 x modem (candidates: 100)
22:48:35.134663 tst                      netreg_mass: Using 1 x modem (candidates: 100)
22:48:35.135788 tst                      netreg_mass: Using 1 x modem (candidates: 100)
22:48:35.136891 tst                      netreg_mass: Using 1 x modem (candidates: 100)
22:48:35.137907 tst                      netreg_mass: Using 1 x modem (candidates: 100)
22:48:35.138914 tst                      netreg_mass: Using 1 x modem (candidates: 100)
22:48:35.139910 tst                      netreg_mass: Using 1 x modem (candidates: 100)
22:48:35.140887 tst                      netreg_mass: Using 1 x modem (candidates: 100)
22:48:35.141861 tst                      netreg_mass: Using 1 x modem (candidates: 100)
22:48:35.142860 tst                      netreg_mass: Using 1 x modem (candidates: 100)
22:48:35.143835 tst                      netreg_mass: Using 1 x modem (candidates: 100)
22:48:35.144817 tst                      netreg_mass: Using 1 x modem (candidates: 100)
22:48:35.145774 tst                      netreg_mass: Using 1 x modem (candidates: 100)
22:48:35.146735 tst                      netreg_mass: Using 1 x modem (candidates: 100)
22:48:35.147699 tst                      netreg_mass: Using 1 x modem (candidates: 100)
22:48:35.148684 tst                      netreg_mass: Using 1 x modem (candidates: 100)
22:48:35.149664 tst                      netreg_mass: Using 1 x modem (candidates: 100)
22:48:35.150611 tst                      netreg_mass: Using 1 x modem (candidates: 100)
22:48:35.151744 tst                      netreg_mass: Using 1 x modem (candidates: 100)
22:48:35.152723 tst                      netreg_mass: Using 1 x modem (candidates: 100)
22:48:35.153696 tst                      netreg_mass: Using 1 x modem (candidates: 100)
22:48:35.154663 tst                      netreg_mass: Using 1 x modem (candidates: 100)
22:48:35.155616 tst                      netreg_mass: Using 1 x modem (candidates: 100)
22:48:35.156578 tst                      netreg_mass: Using 1 x modem (candidates: 100)
22:48:35.157549 tst                      netreg_mass: Using 1 x modem (candidates: 100)
22:48:35.158633 tst                      netreg_mass: Using 1 x modem (candidates: 100)
22:48:35.159594 tst                      netreg_mass: Using 1 x modem (candidates: 100)
22:48:35.160547 tst                      netreg_mass: Using 1 x modem (candidates: 100)
22:48:35.161522 tst                      netreg_mass: Using 1 x modem (candidates: 100)
22:48:35.162468 tst                      netreg_mass: Using 1 x modem (candidates: 100)
22:48:35.163423 tst                      netreg_mass: Using 1 x modem (candidates: 100)
22:48:35.164376 tst                      netreg_mass: Using 1 x modem (candidates: 100)
22:48:35.165144 tst                      netreg_mass: Using 1 x modem (candidates: 100)
22:48:35.165688 tst                      netreg_mass: Using 1 x modem (candidates: 100)
22:48:35.166215 tst                      netreg_mass: Using 1 x modem (candidates: 100)
22:48:35.166744 tst                      netreg_mass: Using 1 x modem (candidates: 100)
22:48:35.167273 tst                      netreg_mass: Using 1 x modem (candidates: 100)
22:48:35.167794 tst                      netreg_mass: Using 1 x modem (candidates: 100)
22:48:35.168302 tst                      netreg_mass: Using 1 x modem (candidates: 100)
22:48:35.168833 tst                      netreg_mass: Using 1 x modem (candidates: 100)
22:48:35.169356 tst                      netreg_mass: Using 1 x modem (candidates: 100)
22:48:35.169881 tst                      netreg_mass: Using 1 x modem (candidates: 100)
22:48:35.170421 tst                      netreg_mass: Using 1 x modem (candidates: 100)
22:48:35.170947 tst                      netreg_mass: Using 1 x modem (candidates: 100)
22:48:35.171490 tst                      netreg_mass: Using 1 x modem (candidates: 100)
22:48:35.172025 tst                      netreg_mass: Using 1 x modem (candidates: 100)
22:48:35.172553 tst                      netreg_mass: Using 1 x modem (candidates: 100)
22:48:35.173107 tst                      netreg_mass: Using 1 x modem (candidates: 100)
22:48:35.173623 tst                      netreg_mass: Using 1 x modem (candidates: 100)
22:48:35.174144 tst                      netreg_mass: Using 1 x modem (candidates: 100)
22:48:35.174670 tst                      netreg_mass: Using 1 x modem (candidates: 100)
22:48:35.175204 tst                      netreg_mass: Using 1 x modem (candidates: 100)
22:48:35.175727 tst                      netreg_mass: Using 1 x modem (candidates: 100)
22:48:35.176242 tst                      netreg_mass: Using 1 x modem (candidates: 100)
22:48:35.176886 tst      register_default_mass.py:21: Launching a simple network
22:48:35.187055 run              osmo-hlr_127.0.42.2: Starting osmo-hlr
22:48:35.313710 run            create_hlr_db(pid=20): Launched
22:48:36.326992 run            create_hlr_db(pid=20): Terminated: ok {rc=0}
22:48:36.345067 run pcap-recorder_any(filters='host 127.0.42.2')(pid=22): Launched
22:48:36.360864 run      osmo-hlr_127.0.42.2(pid=23): Launched
22:48:36.366840 run              osmo-stp_127.0.42.5: Starting osmo-stp
22:48:36.542762 run pcap-recorder_any(filters='host 127.0.42.5 and port not 22')(pid=24): Launched
22:48:36.558441 run      osmo-stp_127.0.42.5(pid=25): Launched
22:48:36.564262 run              osmo-msc_127.0.42.6: Starting osmo-msc
22:48:36.994931 run pcap-recorder_any(filters='host 127.0.42.6 and port not 22')(pid=26): Launched
22:48:37.010755 run      osmo-msc_127.0.42.6(pid=27): Launched
22:48:40.025066 run              osmo-mgw_127.0.42.3: Starting osmo-mgw
22:48:40.188789 run pcap-recorder_any(filters='host 127.0.42.3 and port not 22')(pid=28): Launched
22:48:40.220510 run      osmo-mgw_127.0.42.3(pid=29): Launched
22:48:40.234931 run              osmo-mgw_127.0.42.4: Starting osmo-mgw
22:48:40.290345 run pcap-recorder_any(filters='host 127.0.42.4 and port not 22')(pid=30): Launched
22:48:40.311080 run      osmo-mgw_127.0.42.4(pid=31): Launched
22:48:40.318794 run              osmo-bsc_127.0.42.7: Starting osmo-bsc
22:48:40.840191 run pcap-recorder_any(filters='host 127.0.42.7 and port not 22')(pid=32): Launched
22:48:40.862260 run      osmo-bsc_127.0.42.7(pid=33): Launched
22:48:46.892773 run                 osmo-bts-virtual: Starting to connect to osmo-bsc_127.0.42.7
22:48:47.191762 run         osmo-bts-virtual(pid=34): Launched
22:48:48.256252 tst         register_default_mass.py: using MSISDN 1001
22:48:48.262724 run              osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001010000000000', msisdn='1001', subscriber_id=1}
22:48:48.354937 tst         register_default_mass.py: using MSISDN 1002
22:48:48.362124 run              osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001010000000001', msisdn='1002', subscriber_id=2}
22:48:48.445861 tst         register_default_mass.py: using MSISDN 1003
22:48:48.452159 run              osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001010000000002', msisdn='1003', subscriber_id=3}
22:48:48.516902 tst         register_default_mass.py: using MSISDN 1004
22:48:48.528681 run              osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001010000000003', msisdn='1004', subscriber_id=4}
22:48:48.606875 tst         register_default_mass.py: using MSISDN 1005
22:48:48.615727 run              osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001010000000004', msisdn='1005', subscriber_id=5}
22:48:48.693296 tst         register_default_mass.py: using MSISDN 1006
22:48:48.701033 run              osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001010000000005', msisdn='1006', subscriber_id=6}
22:48:48.773754 tst         register_default_mass.py: using MSISDN 1007
22:48:48.779811 run              osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001010000000006', msisdn='1007', subscriber_id=7}
22:48:48.854748 tst         register_default_mass.py: using MSISDN 1008
22:48:48.860646 run              osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001010000000007', msisdn='1008', subscriber_id=8}
22:48:48.937390 tst         register_default_mass.py: using MSISDN 1009
22:48:48.946067 run              osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001010000000008', msisdn='1009', subscriber_id=9}
22:48:49.008999 tst         register_default_mass.py: using MSISDN 1010
22:48:49.015859 run              osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001010000000009', msisdn='1010', subscriber_id=10}
22:48:49.084501 tst         register_default_mass.py: using MSISDN 1011
22:48:49.091113 run              osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001020000000000', msisdn='1011', subscriber_id=11}
22:48:49.163205 tst         register_default_mass.py: using MSISDN 1012
22:48:49.170643 run              osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001020000000001', msisdn='1012', subscriber_id=12}
22:48:49.237614 tst         register_default_mass.py: using MSISDN 1013
22:48:49.244227 run              osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001020000000002', msisdn='1013', subscriber_id=13}
22:48:49.321004 tst         register_default_mass.py: using MSISDN 1014
22:48:49.326872 run              osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001020000000003', msisdn='1014', subscriber_id=14}
22:48:49.394303 tst         register_default_mass.py: using MSISDN 1015
22:48:49.400376 run              osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001020000000004', msisdn='1015', subscriber_id=15}
22:48:49.466588 tst         register_default_mass.py: using MSISDN 1016
22:48:49.472707 run              osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001020000000005', msisdn='1016', subscriber_id=16}
22:48:49.562073 tst         register_default_mass.py: using MSISDN 1017
22:48:49.575990 run              osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001020000000006', msisdn='1017', subscriber_id=17}
22:48:49.665523 tst         register_default_mass.py: using MSISDN 1018
22:48:49.677280 run              osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001020000000007', msisdn='1018', subscriber_id=18}
22:48:49.766875 tst         register_default_mass.py: using MSISDN 1019
22:48:49.773908 run              osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001020000000008', msisdn='1019', subscriber_id=19}
22:48:49.913042 tst         register_default_mass.py: using MSISDN 1020
22:48:49.918886 run              osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001020000000009', msisdn='1020', subscriber_id=20}
22:48:50.005029 tst         register_default_mass.py: using MSISDN 1021
22:48:50.011365 run              osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001030000000000', msisdn='1021', subscriber_id=21}
22:48:50.110432 tst         register_default_mass.py: using MSISDN 1022
22:48:50.116673 run              osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001030000000001', msisdn='1022', subscriber_id=22}
22:48:50.190353 tst         register_default_mass.py: using MSISDN 1023
22:48:50.198234 run              osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001030000000002', msisdn='1023', subscriber_id=23}
22:48:50.283103 tst         register_default_mass.py: using MSISDN 1024
22:48:50.296246 run              osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001030000000003', msisdn='1024', subscriber_id=24}
22:48:50.377566 tst         register_default_mass.py: using MSISDN 1025
22:48:50.388429 run              osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001030000000004', msisdn='1025', subscriber_id=25}
22:48:50.457379 tst         register_default_mass.py: using MSISDN 1026
22:48:50.467188 run              osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001030000000005', msisdn='1026', subscriber_id=26}
22:48:50.527202 tst         register_default_mass.py: using MSISDN 1027
22:48:50.535881 run              osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001030000000006', msisdn='1027', subscriber_id=27}
22:48:50.605554 tst         register_default_mass.py: using MSISDN 1028
22:48:50.612077 run              osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001030000000007', msisdn='1028', subscriber_id=28}
22:48:50.683508 tst         register_default_mass.py: using MSISDN 1029
22:48:50.689719 run              osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001030000000008', msisdn='1029', subscriber_id=29}
22:48:50.762023 tst         register_default_mass.py: using MSISDN 1030
22:48:50.768116 run              osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001030000000009', msisdn='1030', subscriber_id=30}
22:48:50.837638 tst         register_default_mass.py: using MSISDN 1031
22:48:50.848423 run              osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001040000000000', msisdn='1031', subscriber_id=31}
22:48:50.921336 tst         register_default_mass.py: using MSISDN 1032
22:48:50.927928 run              osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001040000000001', msisdn='1032', subscriber_id=32}
22:48:51.001435 tst         register_default_mass.py: using MSISDN 1033
22:48:51.007181 run              osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001040000000002', msisdn='1033', subscriber_id=33}
22:48:51.084729 tst         register_default_mass.py: using MSISDN 1034
22:48:51.094841 run              osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001040000000003', msisdn='1034', subscriber_id=34}
22:48:51.158576 tst         register_default_mass.py: using MSISDN 1035
22:48:51.165468 run              osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001040000000004', msisdn='1035', subscriber_id=35}
22:48:51.235123 tst         register_default_mass.py: using MSISDN 1036
22:48:51.242019 run              osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001040000000005', msisdn='1036', subscriber_id=36}
22:48:51.320349 tst         register_default_mass.py: using MSISDN 1037
22:48:51.326697 run              osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001040000000006', msisdn='1037', subscriber_id=37}
22:48:51.410537 tst         register_default_mass.py: using MSISDN 1038
22:48:51.417357 run              osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001040000000007', msisdn='1038', subscriber_id=38}
22:48:51.518340 tst         register_default_mass.py: using MSISDN 1039
22:48:51.525276 run              osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001040000000008', msisdn='1039', subscriber_id=39}
22:48:51.626343 tst         register_default_mass.py: using MSISDN 1040
22:48:51.633233 run              osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001040000000009', msisdn='1040', subscriber_id=40}
22:48:51.726354 tst         register_default_mass.py: using MSISDN 1041
22:48:51.733635 run              osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001050000000000', msisdn='1041', subscriber_id=41}
22:48:51.823809 tst         register_default_mass.py: using MSISDN 1042
22:48:51.830679 run              osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001050000000001', msisdn='1042', subscriber_id=42}
22:48:51.921061 tst         register_default_mass.py: using MSISDN 1043
22:48:51.929934 run              osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001050000000002', msisdn='1043', subscriber_id=43}
22:48:52.010337 tst         register_default_mass.py: using MSISDN 1044
22:48:52.018087 run              osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001050000000003', msisdn='1044', subscriber_id=44}
22:48:52.089587 tst         register_default_mass.py: using MSISDN 1045
22:48:52.098642 run              osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001050000000004', msisdn='1045', subscriber_id=45}
22:48:52.186098 tst         register_default_mass.py: using MSISDN 1046
22:48:52.193056 run              osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001050000000005', msisdn='1046', subscriber_id=46}
22:48:52.288564 tst         register_default_mass.py: using MSISDN 1047
22:48:52.295590 run              osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001050000000006', msisdn='1047', subscriber_id=47}
22:48:52.381340 tst         register_default_mass.py: using MSISDN 1048
22:48:52.392484 run              osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001050000000007', msisdn='1048', subscriber_id=48}
22:48:52.464905 tst         register_default_mass.py: using MSISDN 1049
22:48:52.471078 run              osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001050000000008', msisdn='1049', subscriber_id=49}
22:48:52.548754 tst         register_default_mass.py: using MSISDN 1050
22:48:52.555958 run              osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001050000000009', msisdn='1050', subscriber_id=50}
22:48:52.636957 tst         register_default_mass.py: using MSISDN 1051
22:48:52.643883 run              osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001060000000000', msisdn='1051', subscriber_id=51}
22:48:52.738071 tst         register_default_mass.py: using MSISDN 1052
22:48:52.750870 run              osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001060000000001', msisdn='1052', subscriber_id=52}
22:48:52.851178 tst         register_default_mass.py: using MSISDN 1053
22:48:52.858115 run              osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001060000000002', msisdn='1053', subscriber_id=53}
22:48:52.960389 tst         register_default_mass.py: using MSISDN 1054
22:48:52.967887 run              osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001060000000003', msisdn='1054', subscriber_id=54}
22:48:53.030880 tst         register_default_mass.py: using MSISDN 1055
22:48:53.038739 run              osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001060000000004', msisdn='1055', subscriber_id=55}
22:48:53.100398 tst         register_default_mass.py: using MSISDN 1056
22:48:53.106930 run              osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001060000000005', msisdn='1056', subscriber_id=56}
22:48:53.174292 tst         register_default_mass.py: using MSISDN 1057
22:48:53.183681 run              osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001060000000006', msisdn='1057', subscriber_id=57}
22:48:53.244720 tst         register_default_mass.py: using MSISDN 1058
22:48:53.252087 run              osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001060000000007', msisdn='1058', subscriber_id=58}
22:48:53.339077 tst         register_default_mass.py: using MSISDN 1059
22:48:53.346042 run              osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001060000000008', msisdn='1059', subscriber_id=59}
22:48:53.426317 tst         register_default_mass.py: using MSISDN 1060
22:48:53.434536 run              osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001060000000009', msisdn='1060', subscriber_id=60}
22:48:53.526194 tst         register_default_mass.py: using MSISDN 1061
22:48:53.533369 run              osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001070000000000', msisdn='1061', subscriber_id=61}
22:48:53.598928 tst         register_default_mass.py: using MSISDN 1062
22:48:53.605904 run              osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001070000000001', msisdn='1062', subscriber_id=62}
22:48:53.682532 tst         register_default_mass.py: using MSISDN 1063
22:48:53.689369 run              osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001070000000002', msisdn='1063', subscriber_id=63}
22:48:53.762742 tst         register_default_mass.py: using MSISDN 1064
22:48:53.779961 run              osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001070000000003', msisdn='1064', subscriber_id=64}
22:48:53.860813 tst         register_default_mass.py: using MSISDN 1065
22:48:53.876579 run              osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001070000000004', msisdn='1065', subscriber_id=65}
22:48:53.943895 tst         register_default_mass.py: using MSISDN 1066
22:48:53.949930 run              osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001070000000005', msisdn='1066', subscriber_id=66}
22:48:54.025660 tst         register_default_mass.py: using MSISDN 1067
22:48:54.031821 run              osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001070000000006', msisdn='1067', subscriber_id=67}
22:48:54.103019 tst         register_default_mass.py: using MSISDN 1068
22:48:54.109021 run              osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001070000000007', msisdn='1068', subscriber_id=68}
22:48:54.189909 tst         register_default_mass.py: using MSISDN 1069
22:48:54.196302 run              osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001070000000008', msisdn='1069', subscriber_id=69}
22:48:54.297208 tst         register_default_mass.py: using MSISDN 1070
22:48:54.303263 run              osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001070000000009', msisdn='1070', subscriber_id=70}
22:48:54.385121 tst         register_default_mass.py: using MSISDN 1071
22:48:54.391038 run              osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001080000000000', msisdn='1071', subscriber_id=71}
22:48:54.466967 tst         register_default_mass.py: using MSISDN 1072
22:48:54.488013 run              osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001080000000001', msisdn='1072', subscriber_id=72}
22:48:54.784087 tst         register_default_mass.py: using MSISDN 1073
22:48:54.790059 run              osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001080000000002', msisdn='1073', subscriber_id=73}
22:48:54.860129 tst         register_default_mass.py: using MSISDN 1074
22:48:54.866088 run              osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001080000000003', msisdn='1074', subscriber_id=74}
22:48:54.947708 tst         register_default_mass.py: using MSISDN 1075
22:48:54.953766 run              osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001080000000004', msisdn='1075', subscriber_id=75}
22:48:55.042183 tst         register_default_mass.py: using MSISDN 1076
22:48:55.048109 run              osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001080000000005', msisdn='1076', subscriber_id=76}
22:48:55.133234 tst         register_default_mass.py: using MSISDN 1077
22:48:55.139184 run              osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001080000000006', msisdn='1077', subscriber_id=77}
22:48:55.241652 tst         register_default_mass.py: using MSISDN 1078
22:48:55.248157 run              osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001080000000007', msisdn='1078', subscriber_id=78}
22:48:55.330782 tst         register_default_mass.py: using MSISDN 1079
22:48:55.336776 run              osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001080000000008', msisdn='1079', subscriber_id=79}
22:48:55.419444 tst         register_default_mass.py: using MSISDN 1080
22:48:55.429611 run              osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001080000000009', msisdn='1080', subscriber_id=80}
22:48:55.770987 tst         register_default_mass.py: using MSISDN 1081
22:48:55.777033 run              osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001090000000000', msisdn='1081', subscriber_id=81}
22:48:55.912012 tst         register_default_mass.py: using MSISDN 1082
22:48:55.918058 run              osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001090000000001', msisdn='1082', subscriber_id=82}
22:48:56.003342 tst         register_default_mass.py: using MSISDN 1083
22:48:56.013077 run              osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001090000000002', msisdn='1083', subscriber_id=83}
22:48:56.079494 tst         register_default_mass.py: using MSISDN 1084
22:48:56.086450 run              osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001090000000003', msisdn='1084', subscriber_id=84}
22:48:56.161288 tst         register_default_mass.py: using MSISDN 1085
22:48:56.167526 run              osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001090000000004', msisdn='1085', subscriber_id=85}
22:48:56.249980 tst         register_default_mass.py: using MSISDN 1086
22:48:56.256328 run              osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001090000000005', msisdn='1086', subscriber_id=86}
22:48:56.354419 tst         register_default_mass.py: using MSISDN 1087
22:48:56.360655 run              osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001090000000006', msisdn='1087', subscriber_id=87}
22:48:56.444971 tst         register_default_mass.py: using MSISDN 1088
22:48:56.451364 run              osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001090000000007', msisdn='1088', subscriber_id=88}
22:48:56.518470 tst         register_default_mass.py: using MSISDN 1089
22:48:56.526294 run              osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001090000000008', msisdn='1089', subscriber_id=89}
22:48:56.609567 tst         register_default_mass.py: using MSISDN 1090
22:48:56.616274 run              osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001090000000009', msisdn='1090', subscriber_id=90}
22:48:56.715249 tst         register_default_mass.py: using MSISDN 1091
22:48:56.724099 run              osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001100000000000', msisdn='1091', subscriber_id=91}
22:48:56.790859 tst         register_default_mass.py: using MSISDN 1092
22:48:56.797013 run              osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001100000000001', msisdn='1092', subscriber_id=92}
22:48:56.877497 tst         register_default_mass.py: using MSISDN 1093
22:48:56.885381 run              osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001100000000002', msisdn='1093', subscriber_id=93}
22:48:56.946748 tst         register_default_mass.py: using MSISDN 1094
22:48:56.954418 run              osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001100000000003', msisdn='1094', subscriber_id=94}
22:48:57.025267 tst         register_default_mass.py: using MSISDN 1095
22:48:57.032526 run              osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001100000000004', msisdn='1095', subscriber_id=95}
22:48:57.107581 tst         register_default_mass.py: using MSISDN 1096
22:48:57.114653 run              osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001100000000005', msisdn='1096', subscriber_id=96}
22:48:57.204642 tst         register_default_mass.py: using MSISDN 1097
22:48:57.215316 run              osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001100000000006', msisdn='1097', subscriber_id=97}
22:48:57.306997 tst         register_default_mass.py: using MSISDN 1098
22:48:57.314223 run              osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001100000000007', msisdn='1098', subscriber_id=98}
22:48:57.381877 tst         register_default_mass.py: using MSISDN 1099
22:48:57.389323 run              osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001100000000008', msisdn='1099', subscriber_id=99}
22:48:57.463374 tst         register_default_mass.py: using MSISDN 1100
22:48:57.471524 run              osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001100000000009', msisdn='1100', subscriber_id=100}
22:48:57.612609 run                             mass: Starting testcase
22:48:57.619672 run                             mass: Pre-launching all virtphy's
22:48:57.627069 run           osmo-ms-virt-phy/00000: Starting virtphy
22:48:57.643455 run   osmo-ms-virt-phy/00000(pid=35): Launched
22:48:57.650943 run           osmo-ms-virt-phy/00001: Starting virtphy
22:48:57.667306 run   osmo-ms-virt-phy/00001(pid=36): Launched
22:48:57.675294 run           osmo-ms-virt-phy/00002: Starting virtphy
22:48:57.692226 run   osmo-ms-virt-phy/00002(pid=37): Launched
22:48:57.700378 run           osmo-ms-virt-phy/00003: Starting virtphy
22:48:57.717997 run   osmo-ms-virt-phy/00003(pid=38): Launched
22:48:57.725844 run           osmo-ms-virt-phy/00004: Starting virtphy
22:48:57.742966 run   osmo-ms-virt-phy/00004(pid=39): Launched
22:48:57.750841 run           osmo-ms-virt-phy/00005: Starting virtphy
22:48:57.767864 run   osmo-ms-virt-phy/00005(pid=40): Launched
22:48:57.775657 run           osmo-ms-virt-phy/00006: Starting virtphy
22:48:57.792645 run   osmo-ms-virt-phy/00006(pid=41): Launched
22:48:57.800843 run           osmo-ms-virt-phy/00007: Starting virtphy
22:48:57.818244 run   osmo-ms-virt-phy/00007(pid=42): Launched
22:48:57.826674 run           osmo-ms-virt-phy/00008: Starting virtphy
22:48:57.843574 run   osmo-ms-virt-phy/00008(pid=43): Launched
22:48:57.851492 run           osmo-ms-virt-phy/00009: Starting virtphy
22:48:57.868079 run   osmo-ms-virt-phy/00009(pid=44): Launched
22:48:57.875782 run           osmo-ms-virt-phy/00010: Starting virtphy
22:48:57.892786 run   osmo-ms-virt-phy/00010(pid=45): Launched
22:48:57.904846 run           osmo-ms-virt-phy/00011: Starting virtphy
22:48:57.922051 run   osmo-ms-virt-phy/00011(pid=46): Launched
22:48:57.930276 run           osmo-ms-virt-phy/00012: Starting virtphy
22:48:57.947169 run   osmo-ms-virt-phy/00012(pid=47): Launched
22:48:57.955204 run           osmo-ms-virt-phy/00013: Starting virtphy
22:48:57.972073 run   osmo-ms-virt-phy/00013(pid=48): Launched
22:48:57.979713 run           osmo-ms-virt-phy/00014: Starting virtphy
22:48:57.996211 run   osmo-ms-virt-phy/00014(pid=49): Launched
22:48:58.003858 run           osmo-ms-virt-phy/00015: Starting virtphy
22:48:58.020636 run   osmo-ms-virt-phy/00015(pid=50): Launched
22:48:58.028392 run           osmo-ms-virt-phy/00016: Starting virtphy
22:48:58.044965 run   osmo-ms-virt-phy/00016(pid=51): Launched
22:48:58.052697 run           osmo-ms-virt-phy/00017: Starting virtphy
22:48:58.069399 run   osmo-ms-virt-phy/00017(pid=52): Launched
22:48:58.077088 run           osmo-ms-virt-phy/00018: Starting virtphy
22:48:58.093702 run   osmo-ms-virt-phy/00018(pid=53): Launched
22:48:58.101573 run           osmo-ms-virt-phy/00019: Starting virtphy
22:48:58.118009 run   osmo-ms-virt-phy/00019(pid=54): Launched
22:48:58.126980 run           osmo-ms-virt-phy/00020: Starting virtphy
22:48:58.143307 run   osmo-ms-virt-phy/00020(pid=55): Launched
22:48:58.150810 run           osmo-ms-virt-phy/00021: Starting virtphy
22:48:58.167553 run   osmo-ms-virt-phy/00021(pid=56): Launched
22:48:58.175228 run           osmo-ms-virt-phy/00022: Starting virtphy
22:48:58.191620 run   osmo-ms-virt-phy/00022(pid=57): Launched
22:48:58.199197 run           osmo-ms-virt-phy/00023: Starting virtphy
22:48:58.216481 run   osmo-ms-virt-phy/00023(pid=58): Launched
22:48:58.224813 run           osmo-ms-virt-phy/00024: Starting virtphy
22:48:58.242137 run   osmo-ms-virt-phy/00024(pid=59): Launched
22:48:58.264128 run           osmo-ms-virt-phy/00025: Starting virtphy
22:48:58.281384 run   osmo-ms-virt-phy/00025(pid=60): Launched
22:48:58.289386 run           osmo-ms-virt-phy/00026: Starting virtphy
22:48:58.306568 run   osmo-ms-virt-phy/00026(pid=61): Launched
22:48:58.314655 run           osmo-ms-virt-phy/00027: Starting virtphy
22:48:58.331762 run   osmo-ms-virt-phy/00027(pid=62): Launched
22:48:58.360710 run           osmo-ms-virt-phy/00028: Starting virtphy
22:48:58.375720 run   osmo-ms-virt-phy/00028(pid=63): Launched
22:48:58.382969 run           osmo-ms-virt-phy/00029: Starting virtphy
22:48:58.398898 run   osmo-ms-virt-phy/00029(pid=64): Launched
22:48:58.406255 run           osmo-ms-virt-phy/00030: Starting virtphy
22:48:58.422084 run   osmo-ms-virt-phy/00030(pid=65): Launched
22:48:58.429247 run           osmo-ms-virt-phy/00031: Starting virtphy
22:48:58.444406 run   osmo-ms-virt-phy/00031(pid=66): Launched
22:48:58.451452 run           osmo-ms-virt-phy/00032: Starting virtphy
22:48:58.466750 run   osmo-ms-virt-phy/00032(pid=67): Launched
22:48:58.473992 run           osmo-ms-virt-phy/00033: Starting virtphy
22:48:58.489950 run   osmo-ms-virt-phy/00033(pid=68): Launched
22:48:58.497340 run           osmo-ms-virt-phy/00034: Starting virtphy
22:48:58.513303 run   osmo-ms-virt-phy/00034(pid=69): Launched
22:48:58.520761 run           osmo-ms-virt-phy/00035: Starting virtphy
22:48:58.536923 run   osmo-ms-virt-phy/00035(pid=70): Launched
22:48:58.544309 run           osmo-ms-virt-phy/00036: Starting virtphy
22:48:58.560481 run   osmo-ms-virt-phy/00036(pid=71): Launched
22:48:58.567708 run           osmo-ms-virt-phy/00037: Starting virtphy
22:48:58.583662 run   osmo-ms-virt-phy/00037(pid=72): Launched
22:48:58.590947 run           osmo-ms-virt-phy/00038: Starting virtphy
22:48:58.606670 run   osmo-ms-virt-phy/00038(pid=73): Launched
22:48:58.613931 run           osmo-ms-virt-phy/00039: Starting virtphy
22:48:58.629622 run   osmo-ms-virt-phy/00039(pid=74): Launched
22:48:58.636700 run           osmo-ms-virt-phy/00040: Starting virtphy
22:48:58.651876 run   osmo-ms-virt-phy/00040(pid=75): Launched
22:48:58.658996 run           osmo-ms-virt-phy/00041: Starting virtphy
22:48:58.674811 run   osmo-ms-virt-phy/00041(pid=76): Launched
22:48:58.682080 run           osmo-ms-virt-phy/00042: Starting virtphy
22:48:58.707285 run   osmo-ms-virt-phy/00042(pid=77): Launched
22:48:58.714038 run           osmo-ms-virt-phy/00043: Starting virtphy
22:48:58.728897 run   osmo-ms-virt-phy/00043(pid=78): Launched
22:48:58.735859 run           osmo-ms-virt-phy/00044: Starting virtphy
22:48:58.751046 run   osmo-ms-virt-phy/00044(pid=79): Launched
22:48:58.758173 run           osmo-ms-virt-phy/00045: Starting virtphy
22:48:58.774250 run   osmo-ms-virt-phy/00045(pid=80): Launched
22:48:58.781547 run           osmo-ms-virt-phy/00046: Starting virtphy
22:48:58.797504 run   osmo-ms-virt-phy/00046(pid=81): Launched
22:48:58.805055 run           osmo-ms-virt-phy/00047: Starting virtphy
22:48:58.821309 run   osmo-ms-virt-phy/00047(pid=82): Launched
22:48:58.829535 run           osmo-ms-virt-phy/00048: Starting virtphy
22:48:58.845794 run   osmo-ms-virt-phy/00048(pid=83): Launched
22:48:58.853375 run           osmo-ms-virt-phy/00049: Starting virtphy
22:48:58.869153 run   osmo-ms-virt-phy/00049(pid=84): Launched
22:48:58.876479 run           osmo-ms-virt-phy/00050: Starting virtphy
22:48:58.892275 run   osmo-ms-virt-phy/00050(pid=85): Launched
22:48:58.899657 run           osmo-ms-virt-phy/00051: Starting virtphy
22:48:58.915663 run   osmo-ms-virt-phy/00051(pid=86): Launched
22:48:58.922948 run           osmo-ms-virt-phy/00052: Starting virtphy
22:48:58.938741 run   osmo-ms-virt-phy/00052(pid=87): Launched
22:48:58.946102 run           osmo-ms-virt-phy/00053: Starting virtphy
22:48:58.961844 run   osmo-ms-virt-phy/00053(pid=88): Launched
22:48:58.969085 run           osmo-ms-virt-phy/00054: Starting virtphy
22:48:58.984862 run   osmo-ms-virt-phy/00054(pid=89): Launched
22:48:58.991854 run           osmo-ms-virt-phy/00055: Starting virtphy
22:48:59.006941 run   osmo-ms-virt-phy/00055(pid=90): Launched
22:48:59.013893 run           osmo-ms-virt-phy/00056: Starting virtphy
22:48:59.029756 run   osmo-ms-virt-phy/00056(pid=91): Launched
22:48:59.037996 run           osmo-ms-virt-phy/00057: Starting virtphy
22:48:59.054662 run   osmo-ms-virt-phy/00057(pid=92): Launched
22:48:59.062045 run           osmo-ms-virt-phy/00058: Starting virtphy
22:48:59.078125 run   osmo-ms-virt-phy/00058(pid=93): Launched
22:48:59.085539 run           osmo-ms-virt-phy/00059: Starting virtphy
22:48:59.102182 run   osmo-ms-virt-phy/00059(pid=94): Launched
22:48:59.110190 run           osmo-ms-virt-phy/00060: Starting virtphy
22:48:59.126504 run   osmo-ms-virt-phy/00060(pid=95): Launched
22:48:59.133950 run           osmo-ms-virt-phy/00061: Starting virtphy
22:48:59.151060 run   osmo-ms-virt-phy/00061(pid=96): Launched
22:48:59.158582 run           osmo-ms-virt-phy/00062: Starting virtphy
22:48:59.174279 run   osmo-ms-virt-phy/00062(pid=97): Launched
22:48:59.181092 run           osmo-ms-virt-phy/00063: Starting virtphy
22:48:59.195305 run   osmo-ms-virt-phy/00063(pid=98): Launched
22:48:59.201665 run           osmo-ms-virt-phy/00064: Starting virtphy
22:48:59.215648 run   osmo-ms-virt-phy/00064(pid=99): Launched
22:48:59.222209 run           osmo-ms-virt-phy/00065: Starting virtphy
22:48:59.236494 run  osmo-ms-virt-phy/00065(pid=100): Launched
22:48:59.243204 run           osmo-ms-virt-phy/00066: Starting virtphy
22:48:59.258695 run  osmo-ms-virt-phy/00066(pid=101): Launched
22:48:59.266224 run           osmo-ms-virt-phy/00067: Starting virtphy
22:48:59.282660 run  osmo-ms-virt-phy/00067(pid=102): Launched
22:48:59.290048 run           osmo-ms-virt-phy/00068: Starting virtphy
22:48:59.305875 run  osmo-ms-virt-phy/00068(pid=103): Launched
22:48:59.313133 run           osmo-ms-virt-phy/00069: Starting virtphy
22:48:59.328671 run  osmo-ms-virt-phy/00069(pid=104): Launched
22:48:59.335786 run           osmo-ms-virt-phy/00070: Starting virtphy
22:48:59.351117 run  osmo-ms-virt-phy/00070(pid=105): Launched
22:48:59.358174 run           osmo-ms-virt-phy/00071: Starting virtphy
22:48:59.373329 run  osmo-ms-virt-phy/00071(pid=106): Launched
22:48:59.380184 run           osmo-ms-virt-phy/00072: Starting virtphy
22:48:59.394715 run  osmo-ms-virt-phy/00072(pid=107): Launched
22:48:59.401647 run           osmo-ms-virt-phy/00073: Starting virtphy
22:48:59.417058 run  osmo-ms-virt-phy/00073(pid=108): Launched
22:48:59.424299 run           osmo-ms-virt-phy/00074: Starting virtphy
22:48:59.440051 run  osmo-ms-virt-phy/00074(pid=109): Launched
22:48:59.447273 run           osmo-ms-virt-phy/00075: Starting virtphy
22:48:59.462745 run  osmo-ms-virt-phy/00075(pid=110): Launched
22:48:59.469890 run           osmo-ms-virt-phy/00076: Starting virtphy
22:48:59.484650 run  osmo-ms-virt-phy/00076(pid=111): Launched
22:48:59.491441 run           osmo-ms-virt-phy/00077: Starting virtphy
22:48:59.506571 run  osmo-ms-virt-phy/00077(pid=112): Launched
22:48:59.513909 run           osmo-ms-virt-phy/00078: Starting virtphy
22:48:59.528982 run  osmo-ms-virt-phy/00078(pid=113): Launched
22:48:59.537531 run           osmo-ms-virt-phy/00079: Starting virtphy
22:48:59.552124 run  osmo-ms-virt-phy/00079(pid=114): Launched
22:48:59.558709 run           osmo-ms-virt-phy/00080: Starting virtphy
22:48:59.572810 run  osmo-ms-virt-phy/00080(pid=115): Launched
22:48:59.579267 run           osmo-ms-virt-phy/00081: Starting virtphy
22:48:59.593251 run  osmo-ms-virt-phy/00081(pid=116): Launched
22:48:59.599569 run           osmo-ms-virt-phy/00082: Starting virtphy
22:48:59.613451 run  osmo-ms-virt-phy/00082(pid=117): Launched
22:48:59.619858 run           osmo-ms-virt-phy/00083: Starting virtphy
22:48:59.634088 run  osmo-ms-virt-phy/00083(pid=118): Launched
22:48:59.640647 run           osmo-ms-virt-phy/00084: Starting virtphy
22:48:59.654741 run  osmo-ms-virt-phy/00084(pid=119): Launched
22:48:59.661234 run           osmo-ms-virt-phy/00085: Starting virtphy
22:48:59.675420 run  osmo-ms-virt-phy/00085(pid=120): Launched
22:48:59.681962 run           osmo-ms-virt-phy/00086: Starting virtphy
22:48:59.696121 run  osmo-ms-virt-phy/00086(pid=121): Launched
22:48:59.702665 run           osmo-ms-virt-phy/00087: Starting virtphy
22:48:59.717686 run  osmo-ms-virt-phy/00087(pid=122): Launched
22:48:59.724929 run           osmo-ms-virt-phy/00088: Starting virtphy
22:48:59.740578 run  osmo-ms-virt-phy/00088(pid=123): Launched
22:48:59.747678 run           osmo-ms-virt-phy/00089: Starting virtphy
22:48:59.762726 run  osmo-ms-virt-phy/00089(pid=124): Launched
22:48:59.769585 run           osmo-ms-virt-phy/00090: Starting virtphy
22:48:59.784645 run  osmo-ms-virt-phy/00090(pid=125): Launched
22:48:59.792093 run           osmo-ms-virt-phy/00091: Starting virtphy
22:48:59.808242 run  osmo-ms-virt-phy/00091(pid=126): Launched
22:48:59.815758 run           osmo-ms-virt-phy/00092: Starting virtphy
22:48:59.831854 run  osmo-ms-virt-phy/00092(pid=127): Launched
22:48:59.839395 run           osmo-ms-virt-phy/00093: Starting virtphy
22:48:59.854954 run  osmo-ms-virt-phy/00093(pid=128): Launched
22:48:59.861977 run           osmo-ms-virt-phy/00094: Starting virtphy
22:48:59.877223 run  osmo-ms-virt-phy/00094(pid=129): Launched
22:48:59.884615 run           osmo-ms-virt-phy/00095: Starting virtphy
22:48:59.900129 run  osmo-ms-virt-phy/00095(pid=130): Launched
22:48:59.906691 run           osmo-ms-virt-phy/00096: Starting virtphy
22:48:59.920322 run  osmo-ms-virt-phy/00096(pid=131): Launched
22:48:59.926499 run           osmo-ms-virt-phy/00097: Starting virtphy
22:49:00.063312 run  osmo-ms-virt-phy/00097(pid=132): Launched
22:49:00.069551 run           osmo-ms-virt-phy/00098: Starting virtphy
22:49:00.083135 run  osmo-ms-virt-phy/00098(pid=133): Launched
22:49:00.089522 run           osmo-ms-virt-phy/00099: Starting virtphy
22:49:00.102913 run  osmo-ms-virt-phy/00099(pid=134): Launched
22:49:00.109235 run                             mass: Checking if sockets are in the filesystem
22:49:00.121709 run                osmo-ms-mob/00000: Starting mobile
22:49:00.135519 run       osmo-ms-mob/00000(pid=135): Launched
22:49:00.147083 run                             mass: MS start registered  {at=4359445.850429693, delay=0.005217938683927059, ms=00000}
22:49:04.335163 run                osmo-ms-mob/00001: Starting mobile
22:49:04.367818 run       osmo-ms-mob/00001(pid=136): Launched
22:49:04.391076 run                             mass: MS start registered  {at=4359450.094406653, delay=0.01687814760953188, ms=00001}
22:49:06.538293 run                osmo-ms-mob/00002: Starting mobile
22:49:06.568811 run       osmo-ms-mob/00002(pid=137): Launched
22:49:06.575753 run                             mass: Starting too slowly. Moving on {now=4359452.279121526, sleep=-0.36066033970564604, target=4359451.918461186}
22:49:06.581569 run                             mass: MS start registered  {at=4359452.284924518, delay=0.005805720575153828, ms=00002}
22:49:06.587668 run                             mass: Starting too slowly. Moving on {now=4359452.291037925, sleep=-0.27257673908025026, target=4359452.0184611855}
22:49:06.594002 run                             mass: Starting too slowly. Moving on {now=4359452.297371935, sleep=-0.17891074996441603, target=4359452.118461185}
22:49:06.599980 run                             mass: Starting too slowly. Moving on {now=4359452.303349599, sleep=-0.08488841447979212, target=4359452.218461185}
22:49:07.690926 run                             mass: MS performed LU  {at=4359453.3942768, lu_delay=7.543847106397152, ms=00000}
22:49:07.696967 run                             mass: Starting too slowly. Moving on {now=4359453.400335221, sleep=-1.0818740362301469, target=4359452.318461184}
22:49:07.703189 run                             mass: Starting too slowly. Moving on {now=4359453.406552725, sleep=-0.9880915405228734, target=4359452.418461184}
22:49:07.709804 run                             mass: Starting too slowly. Moving on {now=4359453.413173889, sleep=-0.8947127051651478, target=4359452.518461184}
22:49:07.715582 run                             mass: Starting too slowly. Moving on {now=4359453.418951031, sleep=-0.800489847548306, target=4359452.618461183}
22:49:07.721748 run                             mass: Starting too slowly. Moving on {now=4359453.425115663, sleep=-0.706654479727149, target=4359452.718461183}
22:49:07.727560 run                             mass: Starting too slowly. Moving on {now=4359453.430929035, sleep=-0.6124678524211049, target=4359452.8184611825}
22:49:07.733211 run                             mass: Starting too slowly. Moving on {now=4359453.436580116, sleep=-0.5181189337745309, target=4359452.918461182}
22:49:07.738823 run                             mass: Starting too slowly. Moving on {now=4359453.442192954, sleep=-0.42373177222907543, target=4359453.018461182}
22:49:07.744459 run                             mass: Starting too slowly. Moving on {now=4359453.447830295, sleep=-0.3293691137805581, target=4359453.118461181}
22:49:08.754491 run                osmo-ms-mob/00003: Starting mobile
22:49:08.768004 run       osmo-ms-mob/00003(pid=138): Launched
22:49:08.774276 run                             mass: Starting too slowly. Moving on {now=4359454.477644066, sleep=-1.2591828852891922, target=4359453.218461181}
22:49:08.780114 run                             mass: MS start registered  {at=4359454.48346905, delay=0.005828434601426125, ms=00003}
22:49:08.786129 run                             mass: Starting too slowly. Moving on {now=4359454.489497613, sleep=-1.1710364324972034, target=4359453.318461181}
22:49:08.791946 run                             mass: Starting too slowly. Moving on {now=4359454.495317317, sleep=-1.0768561363220215, target=4359453.41846118}
22:49:08.797778 run                             mass: Starting too slowly. Moving on {now=4359454.501149032, sleep=-0.982687852345407, target=4359453.51846118}
22:49:08.803582 run                             mass: Starting too slowly. Moving on {now=4359454.506953533, sleep=-0.8884923532605171, target=4359453.61846118}
22:49:08.809361 run                             mass: Starting too slowly. Moving on {now=4359454.512733201, sleep=-0.7942720213904977, target=4359453.718461179}
22:49:08.815150 run                             mass: Starting too slowly. Moving on {now=4359454.518521724, sleep=-0.7000605454668403, target=4359453.818461179}
22:49:08.820906 run                             mass: Starting too slowly. Moving on {now=4359454.524278723, sleep=-0.6058175442740321, target=4359453.918461178}
22:49:08.826733 run                             mass: Starting too slowly. Moving on {now=4359454.530104193, sleep=-0.5116430148482323, target=4359454.018461178}
22:49:08.832738 run                             mass: Starting too slowly. Moving on {now=4359454.536109092, sleep=-0.41764791402965784, target=4359454.118461178}
22:49:08.838486 run                             mass: Starting too slowly. Moving on {now=4359454.541857657, sleep=-0.32339647971093655, target=4359454.218461177}
22:49:08.849426 run                osmo-ms-mob/00004: Starting mobile
22:49:08.862978 run       osmo-ms-mob/00004(pid=139): Launched
22:49:08.869212 run                             mass: Starting too slowly. Moving on {now=4359454.572581993, sleep=-0.2541208164766431, target=4359454.318461177}
22:49:08.875050 run                             mass: MS start registered  {at=4359454.578408065, delay=0.0058292206376791, ms=00004}
22:49:08.882212 run                             mass: Starting too slowly. Moving on {now=4359454.585581633, sleep=-0.16712045669555664, target=4359454.418461177}
22:49:08.888078 run                             mass: Starting too slowly. Moving on {now=4359454.591448237, sleep=-0.07298706099390984, target=4359454.518461176}
22:49:09.521386 run                osmo-ms-mob/00005: Starting mobile
22:49:09.534645 run       osmo-ms-mob/00005(pid=140): Launched
22:49:09.545811 run                             mass: MS start registered  {at=4359455.249162126, delay=0.0047687990590929985, ms=00005}
22:49:10.383347 run                             mass: MS performed LU  {at=4359456.086664696, lu_delay=5.992258043028414, ms=00001}
22:49:10.394858 run                osmo-ms-mob/00006: Starting mobile
22:49:10.408481 run       osmo-ms-mob/00006(pid=141): Launched
22:49:10.419854 run                             mass: MS start registered  {at=4359456.123203893, delay=0.005079464055597782, ms=00006}
22:49:11.321673 run                osmo-ms-mob/00007: Starting mobile
22:49:11.335178 run       osmo-ms-mob/00007(pid=142): Launched
22:49:11.346393 run                             mass: MS start registered  {at=4359457.049740868, delay=0.005033561028540134, ms=00007}
22:49:11.579449 run                             mass: MS performed LU  {at=4359457.282780613, lu_delay=4.997856094501913, ms=00002}
22:49:12.121453 run                osmo-ms-mob/00008: Starting mobile
22:49:12.134590 run       osmo-ms-mob/00008(pid=143): Launched
22:49:12.145540 run                             mass: MS start registered  {at=4359457.84888887, delay=0.004925630986690521, ms=00008}
22:49:12.821078 run                osmo-ms-mob/00009: Starting mobile
22:49:12.834876 run       osmo-ms-mob/00009(pid=144): Launched
22:49:12.846164 run                             mass: MS start registered  {at=4359458.549515647, delay=0.004951539449393749, ms=00009}
22:49:13.520838 run                osmo-ms-mob/00010: Starting mobile
22:49:13.533909 run       osmo-ms-mob/00010(pid=145): Launched
22:49:13.545140 run                             mass: MS start registered  {at=4359459.248487252, delay=0.005061368457973003, ms=00010}
22:49:14.121331 run                osmo-ms-mob/00011: Starting mobile
22:49:14.144366 run       osmo-ms-mob/00011(pid=146): Launched
22:49:14.156946 run                             mass: MS start registered  {at=4359459.860293531, delay=0.004303121007978916, ms=00011}
22:49:14.721441 run                osmo-ms-mob/00012: Starting mobile
22:49:14.734670 run       osmo-ms-mob/00012(pid=147): Launched
22:49:14.745679 run                             mass: MS start registered  {at=4359460.449029794, delay=0.004718168638646603, ms=00012}
22:49:15.091062 run                             mass: MS performed LU  {at=4359460.794393741, lu_delay=6.215985675342381, ms=00004}
22:49:15.109465 run                             mass: MS performed LU  {at=4359460.812801294, lu_delay=6.329332243651152, ms=00003}
22:49:15.136774 run                             mass: MS performed LU  {at=4359460.84012035, lu_delay=4.716916456818581, ms=00006}
22:49:15.148520 run                osmo-ms-mob/00013: Starting mobile
22:49:15.162713 run       osmo-ms-mob/00013(pid=148): Launched
22:49:15.173903 run                             mass: MS start registered  {at=4359460.877257691, delay=0.004774667322635651, ms=00013}
22:49:15.390979 run                             mass: MS performed LU  {at=4359461.094312591, lu_delay=5.8451504642143846, ms=00005}
22:49:15.921831 run                osmo-ms-mob/00014: Starting mobile
22:49:15.935966 run       osmo-ms-mob/00014(pid=149): Launched
22:49:15.947101 run                             mass: MS start registered  {at=4359461.650448706, delay=0.002743721939623356, ms=00014}
22:49:16.521407 run                osmo-ms-mob/00015: Starting mobile
22:49:16.534618 run       osmo-ms-mob/00015(pid=150): Launched
22:49:16.545724 run                             mass: MS start registered  {at=4359462.249075826, delay=0.005055145360529423, ms=00015}
22:49:16.873115 run                             mass: MS performed LU  {at=4359462.576434625, lu_delay=5.526693757623434, ms=00007}
22:49:17.021972 run                osmo-ms-mob/00016: Starting mobile
22:49:17.035533 run       osmo-ms-mob/00016(pid=151): Launched
22:49:17.046539 run                             mass: MS start registered  {at=4359462.749893927, delay=0.004717854782938957, ms=00016}
22:49:17.126635 run                             mass: MS performed LU  {at=4359462.829971157, lu_delay=4.981082286685705, ms=00008}
22:49:17.521927 run                osmo-ms-mob/00017: Starting mobile
22:49:17.535164 run       osmo-ms-mob/00017(pid=152): Launched
22:49:17.546278 run                             mass: MS start registered  {at=4359463.249627403, delay=0.004763125441968441, ms=00017}
22:49:18.123087 run                osmo-ms-mob/00018: Starting mobile
22:49:18.137102 run       osmo-ms-mob/00018(pid=153): Launched
22:49:18.148415 run                             mass: MS start registered  {at=4359463.851766225, delay=0.0012799343094229698, ms=00018}
22:49:18.521098 run                osmo-ms-mob/00019: Starting mobile
22:49:18.534961 run       osmo-ms-mob/00019(pid=154): Launched
22:49:18.546048 run                             mass: MS start registered  {at=4359464.249398459, delay=0.004965526983141899, ms=00019}
22:49:18.856705 run                             mass: MS performed LU  {at=4359464.560040037, lu_delay=5.311552785336971, ms=00010}
22:49:18.874831 run                             mass: MS performed LU  {at=4359464.57818124, lu_delay=4.71788770891726, ms=00011}
22:49:18.886189 run                osmo-ms-mob/00020: Starting mobile
22:49:18.899623 run       osmo-ms-mob/00020(pid=155): Launched
22:49:18.905980 run                             mass: MS performed LU  {at=4359464.609338759, lu_delay=6.059823112562299, ms=00009}
22:49:18.911976 run                             mass: MS start registered  {at=4359464.615342488, delay=0.0060218339785933495, ms=00020}
22:49:19.521648 run                osmo-ms-mob/00021: Starting mobile
22:49:19.537253 run       osmo-ms-mob/00021(pid=156): Launched
22:49:19.548357 run                             mass: MS start registered  {at=4359465.251711221, delay=0.0047447215765714645, ms=00021}
22:49:19.921602 run                osmo-ms-mob/00022: Starting mobile
22:49:19.935597 run       osmo-ms-mob/00022(pid=157): Launched
22:49:19.946860 run                             mass: MS start registered  {at=4359465.650210284, delay=0.004793277941644192, ms=00022}
22:49:20.421536 run                osmo-ms-mob/00023: Starting mobile
22:49:20.437674 run       osmo-ms-mob/00023(pid=158): Launched
22:49:20.448980 run                             mass: MS start registered  {at=4359466.152316679, delay=0.00496724434196949, ms=00023}
22:49:20.638787 run                             mass: MS performed LU  {at=4359466.342120615, lu_delay=5.8930908208712935, ms=00012}
22:49:20.656284 run                             mass: MS performed LU  {at=4359466.359618606, lu_delay=4.709169900044799, ms=00014}
22:49:20.668067 run                osmo-ms-mob/00024: Starting mobile
22:49:20.681493 run       osmo-ms-mob/00024(pid=159): Launched
22:49:20.693138 run                             mass: MS start registered  {at=4359466.396466525, delay=0.005387132987380028, ms=00024}
22:49:20.804379 run                             mass: MS performed LU  {at=4359466.507713794, lu_delay=5.630456103011966, ms=00013}
22:49:21.321286 run                osmo-ms-mob/00025: Starting mobile
22:49:21.335088 run       osmo-ms-mob/00025(pid=160): Launched
22:49:21.346650 run                             mass: MS start registered  {at=4359467.049993451, delay=0.0053136711940169334, ms=00025}
22:49:21.721051 run                osmo-ms-mob/00026: Starting mobile
22:49:21.735220 run       osmo-ms-mob/00026(pid=161): Launched
22:49:21.747279 run                             mass: MS start registered  {at=4359467.450627283, delay=0.005624756217002869, ms=00026}
22:49:22.123262 run                osmo-ms-mob/00027: Starting mobile
22:49:22.137588 run       osmo-ms-mob/00027(pid=162): Launched
22:49:22.148769 run                             mass: MS start registered  {at=4359467.852112735, delay=0.0050006406381726265, ms=00027}
22:49:22.525204 run                osmo-ms-mob/00028: Starting mobile
22:49:22.539761 run       osmo-ms-mob/00028(pid=163): Launched
22:49:22.551236 run                             mass: MS start registered  {at=4359468.254579547, delay=0.0052204011008143425, ms=00028}
22:49:22.623004 run                             mass: MS performed LU  {at=4359468.326320216, lu_delay=5.576426289044321, ms=00016}
22:49:22.641262 run                             mass: MS performed LU  {at=4359468.34460856, lu_delay=6.095532733947039, ms=00015}
22:49:22.668963 run                             mass: MS performed LU  {at=4359468.372312382, lu_delay=5.122684978879988, ms=00017}
22:49:22.679948 run                osmo-ms-mob/00029: Starting mobile
22:49:22.693208 run       osmo-ms-mob/00029(pid=164): Launched
22:49:22.704893 run                             mass: MS start registered  {at=4359468.408242037, delay=0.005671728402376175, ms=00029}
22:49:22.793140 run                             mass: MS performed LU  {at=4359468.496471782, lu_delay=4.644705557264388, ms=00018}
22:49:23.321996 run                osmo-ms-mob/00030: Starting mobile
22:49:23.335831 run       osmo-ms-mob/00030(pid=165): Launched
22:49:23.347394 run                             mass: MS start registered  {at=4359469.050742478, delay=0.005249841138720512, ms=00030}
22:49:23.721764 run                osmo-ms-mob/00031: Starting mobile
22:49:23.735190 run       osmo-ms-mob/00031(pid=166): Launched
22:49:23.746128 run                             mass: MS start registered  {at=4359469.449481678, delay=0.004372517578303814, ms=00031}
22:49:24.021282 run                osmo-ms-mob/00032: Starting mobile
22:49:24.034816 run       osmo-ms-mob/00032(pid=167): Launched
22:49:24.046095 run                             mass: MS start registered  {at=4359469.749437731, delay=0.005034501664340496, ms=00032}
22:49:24.403862 run                             mass: MS performed LU  {at=4359470.107195384, lu_delay=4.855484162457287, ms=00021}
22:49:24.415699 run                osmo-ms-mob/00033: Starting mobile
22:49:24.429508 run       osmo-ms-mob/00033(pid=168): Launched
22:49:24.436671 run                             mass: MS performed LU  {at=4359470.140029115, lu_delay=5.890630655921996, ms=00019}
22:49:24.442598 run                             mass: MS start registered  {at=4359470.145963777, delay=0.005953335203230381, ms=00033}
22:49:24.570470 run                             mass: MS performed LU  {at=4359470.273787012, lu_delay=5.658444524742663, ms=00020}
22:49:24.695198 run                             mass: MS performed LU  {at=4359470.398534165, lu_delay=4.748323881067336, ms=00022}
22:49:24.706867 run                osmo-ms-mob/00034: Starting mobile
22:49:24.720919 run       osmo-ms-mob/00034(pid=169): Launched
22:49:24.732258 run                             mass: MS start registered  {at=4359470.435605916, delay=0.005017169751226902, ms=00034}
22:49:25.121865 run                osmo-ms-mob/00035: Starting mobile
22:49:25.135685 run       osmo-ms-mob/00035(pid=170): Launched
22:49:25.148245 run                             mass: MS start registered  {at=4359470.85159345, delay=0.006111851893365383, ms=00035}
22:49:25.521231 run                osmo-ms-mob/00036: Starting mobile
22:49:25.534744 run       osmo-ms-mob/00036(pid=171): Launched
22:49:25.546785 run                             mass: MS start registered  {at=4359471.250132158, delay=0.005579112097620964, ms=00036}
22:49:25.922034 run                osmo-ms-mob/00037: Starting mobile
22:49:25.935605 run       osmo-ms-mob/00037(pid=172): Launched
22:49:25.946853 run                             mass: MS start registered  {at=4359471.650204865, delay=0.004745567217469215, ms=00037}
22:49:26.221623 run                osmo-ms-mob/00038: Starting mobile
22:49:26.234580 run       osmo-ms-mob/00038(pid=173): Launched
22:49:26.245844 run                             mass: MS start registered  {at=4359471.949185675, delay=0.005196158774197102, ms=00038}
22:49:26.388718 run                             mass: MS performed LU  {at=4359472.092052055, lu_delay=5.042058603838086, ms=00025}
22:49:26.407106 run                             mass: MS performed LU  {at=4359472.110446149, lu_delay=5.713979623280466, ms=00024}
22:49:26.418740 run                osmo-ms-mob/00039: Starting mobile
22:49:26.432248 run       osmo-ms-mob/00039(pid=174): Launched
22:49:26.438765 run                             mass: MS performed LU  {at=4359472.142123376, lu_delay=4.691496092826128, ms=00026}
22:49:26.444751 run                             mass: MS start registered  {at=4359472.148117517, delay=0.006014230661094189, ms=00039}
22:49:26.559884 run                             mass: MS performed LU  {at=4359472.26321677, lu_delay=6.110900091007352, ms=00023}
22:49:26.922030 run                osmo-ms-mob/00040: Starting mobile
22:49:26.935530 run       osmo-ms-mob/00040(pid=175): Launched
22:49:26.946360 run                             mass: MS start registered  {at=4359472.649714933, delay=0.004811802878975868, ms=00040}
22:49:27.221035 run                osmo-ms-mob/00041: Starting mobile
22:49:27.234865 run       osmo-ms-mob/00041(pid=176): Launched
22:49:27.246227 run                             mass: MS start registered  {at=4359472.949578843, delay=0.004892334342002869, ms=00041}
22:49:27.521846 run                osmo-ms-mob/00042: Starting mobile
22:49:27.535492 run       osmo-ms-mob/00042(pid=177): Launched
22:49:27.547126 run                             mass: MS start registered  {at=4359473.250474729, delay=0.005054503679275513, ms=00042}
22:49:27.921216 run                osmo-ms-mob/00043: Starting mobile
22:49:27.934496 run       osmo-ms-mob/00043(pid=178): Launched
22:49:27.946201 run                             mass: MS start registered  {at=4359473.649548187, delay=0.005523938685655594, ms=00043}
22:49:28.169549 run                             mass: MS performed LU  {at=4359473.872879336, lu_delay=6.0207666009664536, ms=00027}
22:49:28.181157 run                osmo-ms-mob/00044: Starting mobile
22:49:28.194678 run       osmo-ms-mob/00044(pid=179): Launched
22:49:28.201133 run                             mass: MS performed LU  {at=4359473.904489697, lu_delay=5.64991015009582, ms=00028}
22:49:28.207094 run                             mass: MS start registered  {at=4359473.910459823, delay=0.005990879610180855, ms=00044}
22:49:28.335694 run                             mass: MS performed LU  {at=4359474.03900525, lu_delay=5.630763213150203, ms=00029}
22:49:28.347013 run                osmo-ms-mob/00045: Starting mobile
22:49:28.360148 run       osmo-ms-mob/00045(pid=180): Launched
22:49:28.371239 run                             mass: MS start registered  {at=4359474.074590565, delay=0.005097200162708759, ms=00045}
22:49:28.460388 run                             mass: MS performed LU  {at=4359474.16370978, lu_delay=5.11296730209142, ms=00030}
22:49:28.478994 run                             mass: MS performed LU  {at=4359474.182337905, lu_delay=4.732856227084994, ms=00031}
22:49:28.490693 run                osmo-ms-mob/00046: Starting mobile
22:49:28.504301 run       osmo-ms-mob/00046(pid=181): Launched
22:49:28.515573 run                             mass: MS start registered  {at=4359474.218923016, delay=0.004972569644451141, ms=00046}
22:49:29.129312 run                osmo-ms-mob/00047: Starting mobile
22:49:29.143337 run       osmo-ms-mob/00047(pid=182): Launched
22:49:29.155095 run                             mass: MS start registered  {at=4359474.858445347, delay=0.005261187441647053, ms=00047}
22:49:29.421442 run                osmo-ms-mob/00048: Starting mobile
22:49:29.435291 run       osmo-ms-mob/00048(pid=183): Launched
22:49:29.446553 run                             mass: MS start registered  {at=4359475.149902374, delay=0.004802398383617401, ms=00048}
22:49:29.721635 run                osmo-ms-mob/00049: Starting mobile
22:49:29.735600 run       osmo-ms-mob/00049(pid=184): Launched
22:49:29.746831 run                             mass: MS start registered  {at=4359475.450179854, delay=0.004835627041757107, ms=00049}
22:49:30.020874 run                osmo-ms-mob/00050: Starting mobile
22:49:30.034600 run       osmo-ms-mob/00050(pid=185): Launched
22:49:30.045739 run                             mass: MS start registered  {at=4359475.749084868, delay=0.0048489635810256, ms=00050}
22:49:30.153922 run                             mass: MS performed LU  {at=4359475.857258212, lu_delay=5.005664762109518, ms=00035}
22:49:30.173143 run                             mass: MS performed LU  {at=4359475.876489873, lu_delay=5.440883956849575, ms=00034}
22:49:30.200548 run                             mass: MS performed LU  {at=4359475.903897067, lu_delay=6.1544593358412385, ms=00032}
22:49:30.212039 run                osmo-ms-mob/00051: Starting mobile
22:49:30.225580 run       osmo-ms-mob/00051(pid=186): Launched
22:49:30.236583 run                             mass: MS start registered  {at=4359475.9399373, delay=0.004721309058368206, ms=00051}
22:49:30.380695 run                             mass: MS performed LU  {at=4359476.084028809, lu_delay=4.833896650932729, ms=00036}
22:49:30.721977 run                osmo-ms-mob/00052: Starting mobile
22:49:30.735625 run       osmo-ms-mob/00052(pid=187): Launched
22:49:30.746687 run                             mass: MS start registered  {at=4359476.450037903, delay=0.0048328302800655365, ms=00052}
22:49:31.021403 run                osmo-ms-mob/00053: Starting mobile
22:49:31.034725 run       osmo-ms-mob/00053(pid=188): Launched
22:49:31.045494 run                             mass: MS start registered  {at=4359476.748844086, delay=0.004741813987493515, ms=00053}
22:49:31.321782 run                osmo-ms-mob/00054: Starting mobile
22:49:31.335748 run       osmo-ms-mob/00054(pid=189): Launched
22:49:31.347384 run                             mass: MS start registered  {at=4359477.050726264, delay=0.005185926333069801, ms=00054}
22:49:31.621589 run                osmo-ms-mob/00055: Starting mobile
22:49:31.634927 run       osmo-ms-mob/00055(pid=190): Launched
22:49:31.645982 run                             mass: MS start registered  {at=4359477.34932934, delay=0.0050569698214530945, ms=00055}
22:49:31.920862 run                osmo-ms-mob/00056: Starting mobile
22:49:31.934345 run       osmo-ms-mob/00056(pid=191): Launched
22:49:31.947719 run                             mass: MS start registered  {at=4359477.651059895, delay=0.007120718248188496, ms=00056}
22:49:31.954082 run                             mass: MS performed LU  {at=4359477.657439925, lu_delay=6.007235059514642, ms=00037}
22:49:31.991385 run                             mass: MS performed LU  {at=4359477.694719796, lu_delay=5.745534121058881, ms=00038}
22:49:32.002648 run                osmo-ms-mob/00057: Starting mobile
22:49:32.015954 run       osmo-ms-mob/00057(pid=192): Launched
22:49:32.026659 run                             mass: MS start registered  {at=4359477.730008544, delay=0.00472574308514595, ms=00057}
22:49:32.102046 run                             mass: MS performed LU  {at=4359477.805380074, lu_delay=4.554905345663428, ms=00042}
22:49:32.245296 run                             mass: MS performed LU  {at=4359477.948633329, lu_delay=5.298918396234512, ms=00040}
22:49:32.621472 run                osmo-ms-mob/00058: Starting mobile
22:49:32.634787 run       osmo-ms-mob/00058(pid=193): Launched
22:49:32.645780 run                             mass: MS start registered  {at=4359478.349124486, delay=0.005001473240554333, ms=00058}
22:49:32.921166 run                osmo-ms-mob/00059: Starting mobile
22:49:32.935448 run       osmo-ms-mob/00059(pid=194): Launched
22:49:32.947220 run                             mass: MS start registered  {at=4359478.650568022, delay=0.005520257167518139, ms=00059}
22:49:32.978544 run                             mass: MS performed LU  {at=4359478.681876074, lu_delay=5.732297230511904, ms=00041}
22:49:33.172297 run                             mass: MS performed LU  {at=4359478.875629389, lu_delay=4.017184041440487, ms=00047}
22:49:33.183674 run                osmo-ms-mob/00060: Starting mobile
22:49:33.198963 run       osmo-ms-mob/00060(pid=195): Launched
22:49:33.205401 run                             mass: MS performed LU  {at=4359478.908758088, lu_delay=3.7588557144626975, ms=00048}
22:49:33.211531 run                             mass: MS start registered  {at=4359478.914895831, delay=0.006157093681395054, ms=00060}
22:49:33.621596 run                osmo-ms-mob/00061: Starting mobile
22:49:33.635241 run       osmo-ms-mob/00061(pid=196): Launched
22:49:33.646919 run                             mass: MS start registered  {at=4359479.350267503, delay=0.005125860683619976, ms=00061}
22:49:33.911024 run                             mass: MS performed LU  {at=4359479.61434419, lu_delay=5.964796002954245, ms=00043}
22:49:33.922968 run                osmo-ms-mob/00062: Starting mobile
22:49:33.936891 run       osmo-ms-mob/00062(pid=197): Launched
22:49:33.943254 run                             mass: MS performed LU  {at=4359479.646611856, lu_delay=5.736152033321559, ms=00044}
22:49:33.949398 run                             mass: MS start registered  {at=4359479.652762992, delay=0.006168888881802559, ms=00062}
22:49:33.966195 run                             mass: MS performed LU  {at=4359479.669547928, lu_delay=5.594957362860441, ms=00045}
22:49:33.977686 run                osmo-ms-mob/00063: Starting mobile
22:49:33.991454 run       osmo-ms-mob/00063(pid=198): Launched
22:49:34.002673 run                             mass: MS start registered  {at=4359479.706025431, delay=0.004968427121639252, ms=00063}
22:49:34.183098 run                             mass: MS performed LU  {at=4359479.886432994, lu_delay=5.667509977705777, ms=00046}
22:49:34.621596 run                osmo-ms-mob/00064: Starting mobile
22:49:34.635522 run       osmo-ms-mob/00064(pid=199): Launched
22:49:34.646782 run                             mass: MS start registered  {at=4359480.350128177, delay=0.005011160857975483, ms=00064}
22:49:35.021304 run                osmo-ms-mob/00065: Starting mobile
22:49:35.035583 run       osmo-ms-mob/00065(pid=200): Launched
22:49:35.047017 run                             mass: MS start registered  {at=4359480.75036272, delay=0.005148985423147678, ms=00065}
22:49:35.053422 run                             mass: MS performed LU  {at=4359480.756780523, lu_delay=3.7060542590916157, ms=00054}
22:49:35.321087 run                osmo-ms-mob/00066: Starting mobile
22:49:35.334753 run       osmo-ms-mob/00066(pid=201): Launched
22:49:35.346185 run                             mass: MS start registered  {at=4359481.049533329, delay=0.00527943205088377, ms=00066}
22:49:35.721707 run                osmo-ms-mob/00067: Starting mobile
22:49:35.735716 run       osmo-ms-mob/00067(pid=202): Launched
22:49:35.742133 run                             mass: MS performed LU  {at=4359481.445492549, lu_delay=5.6964076813310385, ms=00050}
22:49:35.748196 run                             mass: MS start registered  {at=4359481.45156277, delay=0.006089538335800171, ms=00067}
22:49:35.803078 run                             mass: MS performed LU  {at=4359481.50640663, lu_delay=5.056368727236986, ms=00052}
22:49:35.815108 run                osmo-ms-mob/00068: Starting mobile
22:49:35.828810 run       osmo-ms-mob/00068(pid=203): Launched
22:49:35.840269 run                             mass: MS start registered  {at=4359481.543618635, delay=0.00502418540418148, ms=00068}
22:49:35.992982 run                             mass: MS performed LU  {at=4359481.696309667, lu_delay=4.9474655808880925, ms=00053}
22:49:36.011234 run                             mass: MS performed LU  {at=4359481.714574799, lu_delay=6.264394944533706, ms=00049}
22:49:36.422557 run                osmo-ms-mob/00069: Starting mobile
22:49:36.436816 run       osmo-ms-mob/00069(pid=204): Launched
22:49:36.448180 run                             mass: MS start registered  {at=4359482.151527705, delay=0.00505311693996191, ms=00069}
22:49:36.821400 run                osmo-ms-mob/00070: Starting mobile
22:49:36.834892 run       osmo-ms-mob/00070(pid=205): Launched
22:49:36.846386 run                             mass: MS start registered  {at=4359482.549734439, delay=0.005252889357507229, ms=00070}
22:49:36.910625 run                             mass: MS performed LU  {at=4359482.61394722, lu_delay=5.264617879875004, ms=00055}
22:49:37.221899 run                osmo-ms-mob/00071: Starting mobile
22:49:37.235990 run       osmo-ms-mob/00071(pid=206): Launched
22:49:37.248330 run                             mass: MS start registered  {at=4359482.951678546, delay=0.00603476632386446, ms=00071}
22:49:37.621908 run                osmo-ms-mob/00072: Starting mobile
22:49:37.635771 run       osmo-ms-mob/00072(pid=207): Launched
22:49:37.642377 run                             mass: MS performed LU  {at=4359483.345732744, lu_delay=4.69516472145915, ms=00059}
22:49:37.648411 run                             mass: MS start registered  {at=4359483.351776719, delay=0.006063786335289478, ms=00072}
22:49:37.704336 run                             mass: MS performed LU  {at=4359483.407671115, lu_delay=4.4927752846851945, ms=00060}
22:49:37.732076 run                             mass: MS performed LU  {at=4359483.435422697, lu_delay=5.086298211477697, ms=00058}
22:49:37.743501 run                osmo-ms-mob/00073: Starting mobile
22:49:37.757318 run       osmo-ms-mob/00073(pid=208): Launched
22:49:37.768528 run                             mass: MS start registered  {at=4359483.47188091, delay=0.004957897588610649, ms=00073}
22:49:37.912160 run                             mass: MS performed LU  {at=4359483.615478457, lu_delay=5.885469912551343, ms=00057}
22:49:37.949059 run                             mass: MS performed LU  {at=4359483.652400575, lu_delay=6.001340679824352, ms=00056}
22:49:38.421738 run                osmo-ms-mob/00074: Starting mobile
22:49:38.435640 run       osmo-ms-mob/00074(pid=209): Launched
22:49:38.447170 run                             mass: MS start registered  {at=4359484.150515104, delay=0.004989919252693653, ms=00074}
22:49:38.821534 run                osmo-ms-mob/00075: Starting mobile
22:49:38.834551 run       osmo-ms-mob/00075(pid=210): Launched
22:49:38.846110 run                             mass: MS start registered  {at=4359484.549459831, delay=0.005015460774302483, ms=00075}
22:49:39.321357 run                osmo-ms-mob/00076: Starting mobile
22:49:39.335466 run       osmo-ms-mob/00076(pid=211): Launched
22:49:39.346841 run                             mass: MS start registered  {at=4359485.050173939, delay=0.005062563344836235, ms=00076}
22:49:39.467557 run                             mass: MS performed LU  {at=4359485.170887766, lu_delay=5.518124774098396, ms=00062}
22:49:39.486248 run                             mass: MS performed LU  {at=4359485.189594213, lu_delay=5.483568781986833, ms=00063}
22:49:39.569599 run                             mass: MS performed LU  {at=4359485.272932554, lu_delay=5.922665050253272, ms=00061}
22:49:39.609921 run                osmo-ms-mob/00077: Starting mobile
22:49:39.624385 run       osmo-ms-mob/00077(pid=212): Launched
22:49:39.635524 run                             mass: MS start registered  {at=4359485.338878518, delay=0.005185654386878014, ms=00077}
22:49:39.758042 run                             mass: MS performed LU  {at=4359485.461375558, lu_delay=5.111247381195426, ms=00064}
22:49:39.776661 run                             mass: MS performed LU  {at=4359485.480006471, lu_delay=4.729643750935793, ms=00065}
22:49:40.221822 run                osmo-ms-mob/00078: Starting mobile
22:49:40.235990 run       osmo-ms-mob/00078(pid=213): Launched
22:49:40.247586 run                             mass: MS start registered  {at=4359485.950895289, delay=0.005294193513691425, ms=00078}
22:49:40.620908 run                osmo-ms-mob/00079: Starting mobile
22:49:40.634080 run       osmo-ms-mob/00079(pid=214): Launched
22:49:40.645303 run                             mass: MS start registered  {at=4359486.348651492, delay=0.005212415941059589, ms=00079}
22:49:41.121185 run                osmo-ms-mob/00080: Starting mobile
22:49:41.134597 run       osmo-ms-mob/00080(pid=215): Launched
22:49:41.146162 run                             mass: MS start registered  {at=4359486.849509572, delay=0.005326068960130215, ms=00080}
22:49:41.386954 run                             mass: MS performed LU  {at=4359487.090286901, lu_delay=5.638724131509662, ms=00067}
22:49:41.442450 run                             mass: MS performed LU  {at=4359487.145785677, lu_delay=4.59605123847723, ms=00070}
22:49:41.498330 run                             mass: MS performed LU  {at=4359487.201653192, lu_delay=6.15211986284703, ms=00066}
22:49:41.511296 run                osmo-ms-mob/00081: Starting mobile
22:49:41.524432 run       osmo-ms-mob/00081(pid=216): Launched
22:49:41.535592 run                             mass: MS start registered  {at=4359487.238945354, delay=0.005057660862803459, ms=00081}
22:49:41.696477 run                             mass: MS performed LU  {at=4359487.39981143, lu_delay=5.248283725231886, ms=00069}
22:49:42.021759 run                osmo-ms-mob/00082: Starting mobile
22:49:42.035760 run       osmo-ms-mob/00082(pid=217): Launched
22:49:42.047379 run                             mass: MS start registered  {at=4359487.750725412, delay=0.0053103528916835785, ms=00082}
22:49:42.291521 run                             mass: MS performed LU  {at=4359487.994855866, lu_delay=6.451237230561674, ms=00068}
22:49:42.621791 run                osmo-ms-mob/00083: Starting mobile
22:49:42.636472 run       osmo-ms-mob/00083(pid=218): Launched
22:49:42.648004 run                             mass: MS start registered  {at=4359488.351348142, delay=0.004995106719434261, ms=00083}
22:49:43.121476 run                osmo-ms-mob/00084: Starting mobile
22:49:43.134776 run       osmo-ms-mob/00084(pid=219): Launched
22:49:43.145790 run                             mass: MS start registered  {at=4359488.849141129, delay=0.0048448191955685616, ms=00084}
22:49:43.251501 run                             mass: MS performed LU  {at=4359488.954836264, lu_delay=5.60305954515934, ms=00072}
22:49:43.335148 run                             mass: MS performed LU  {at=4359489.038480675, lu_delay=4.8879655711352825, ms=00074}
22:49:43.399464 run                             mass: MS performed LU  {at=4359489.102799329, lu_delay=6.151120782829821, ms=00071}
22:49:43.524226 run                             mass: MS performed LU  {at=4359489.227554162, lu_delay=5.755673252046108, ms=00073}
22:49:43.535784 run                osmo-ms-mob/00085: Starting mobile
22:49:43.549634 run       osmo-ms-mob/00085(pid=220): Launched
22:49:43.555851 run                             mass: MS performed LU  {at=4359489.259210501, lu_delay=4.709750670008361, ms=00075}
22:49:43.561879 run                             mass: MS start registered  {at=4359489.265245906, delay=0.006054547615349293, ms=00085}
22:49:44.221015 run                osmo-ms-mob/00086: Starting mobile
22:49:44.234614 run       osmo-ms-mob/00086(pid=221): Launched
22:49:44.246063 run                             mass: MS start registered  {at=4359489.949410567, delay=0.005166155286133289, ms=00086}
22:49:44.821060 run                osmo-ms-mob/00087: Starting mobile
22:49:44.834606 run       osmo-ms-mob/00087(pid=222): Launched
22:49:44.846494 run                             mass: MS start registered  {at=4359490.549823104, delay=0.005265222862362862, ms=00087}
22:49:45.116621 run                             mass: MS performed LU  {at=4359490.819945351, lu_delay=5.481066833250225, ms=00077}
22:49:45.152766 run                             mass: MS performed LU  {at=4359490.856100886, lu_delay=4.507449394091964, ms=00079}
22:49:45.264200 run                             mass: MS performed LU  {at=4359490.967533238, lu_delay=5.91735929902643, ms=00076}
22:49:45.275961 run                osmo-ms-mob/00088: Starting mobile
22:49:45.289514 run       osmo-ms-mob/00088(pid=223): Launched
22:49:45.300928 run                             mass: MS start registered  {at=4359491.00427647, delay=0.005059231072664261, ms=00088}
22:49:45.444077 run                             mass: MS performed LU  {at=4359491.147396047, lu_delay=5.1965007577091455, ms=00078}
22:49:46.021853 run                osmo-ms-mob/00089: Starting mobile
22:49:46.036371 run       osmo-ms-mob/00089(pid=224): Launched
22:49:46.047736 run                             mass: MS start registered  {at=4359491.751081698, delay=0.00497848354279995, ms=00089}
22:49:46.621377 run                osmo-ms-mob/00090: Starting mobile
22:49:46.635130 run       osmo-ms-mob/00090(pid=225): Launched
22:49:46.646415 run                             mass: MS start registered  {at=4359492.349762667, delay=0.0050726281479001045, ms=00090}
22:49:47.017412 run                             mass: MS performed LU  {at=4359492.7207301, lu_delay=5.481784746050835, ms=00081}
22:49:47.100611 run                             mass: MS performed LU  {at=4359492.803890711, lu_delay=5.053165298886597, ms=00082}
22:49:47.165247 run                             mass: MS performed LU  {at=4359492.868579015, lu_delay=6.019069443456829, ms=00080}
22:49:47.176975 run                osmo-ms-mob/00091: Starting mobile
22:49:47.190557 run       osmo-ms-mob/00091(pid=226): Launched
22:49:47.201889 run                             mass: MS start registered  {at=4359492.905230682, delay=0.005091513507068157, ms=00091}
22:49:47.290517 run                             mass: MS performed LU  {at=4359492.993849649, lu_delay=4.6425015069544315, ms=00083}
22:49:47.308880 run                             mass: MS performed LU  {at=4359493.012219993, lu_delay=22.866256216540933, ms=00033}
22:49:48.029100 run                osmo-ms-mob/00092: Starting mobile
22:49:48.063840 run       osmo-ms-mob/00092(pid=227): Launched
22:49:48.088592 run                             mass: MS start registered  {at=4359493.791889753, delay=0.006534356623888016, ms=00092}
22:49:48.830320 run                osmo-ms-mob/00093: Starting mobile
22:49:48.866831 run       osmo-ms-mob/00093(pid=228): Launched
22:49:48.892037 run                             mass: MS start registered  {at=4359494.595339365, delay=0.007257879711687565, ms=00093}
22:49:49.003179 run                             mass: MS performed LU  {at=4359494.70648351, lu_delay=5.857342381030321, ms=00084}
22:49:49.029468 run                             mass: MS performed LU  {at=4359494.73277532, lu_delay=4.783364753238857, ms=00086}
22:49:49.117701 run                             mass: MS performed LU  {at=4359494.821013171, lu_delay=5.555767265148461, ms=00085}
22:49:49.154912 run                             mass: MS performed LU  {at=4359494.858242175, lu_delay=22.71012465748936, ms=00039}
22:49:49.723639 run                osmo-ms-mob/00094: Starting mobile
22:49:49.738176 run       osmo-ms-mob/00094(pid=229): Launched
22:49:49.750123 run                             mass: MS start registered  {at=4359495.453466348, delay=0.005270385183393955, ms=00094}
22:49:50.621876 run                osmo-ms-mob/00095: Starting mobile
22:49:50.638013 run       osmo-ms-mob/00095(pid=230): Launched
22:49:50.651001 run                             mass: MS start registered  {at=4359496.35434829, delay=0.005655496381223202, ms=00095}
22:49:50.783491 run                             mass: MS performed LU  {at=4359496.486825071, lu_delay=5.937001966871321, ms=00087}
22:49:50.867240 run                             mass: MS performed LU  {at=4359496.570572307, lu_delay=5.5662958370521665, ms=00088}
22:49:50.931702 run                             mass: MS performed LU  {at=4359496.63503274, lu_delay=4.88395104277879, ms=00089}
22:49:51.623496 run                osmo-ms-mob/00096: Starting mobile
22:49:51.639367 run       osmo-ms-mob/00096(pid=231): Launched
22:49:51.652023 run                             mass: MS start registered  {at=4359497.355367239, delay=0.005363811738789082, ms=00096}
22:49:52.722343 run                osmo-ms-mob/00097: Starting mobile
22:49:52.737668 run       osmo-ms-mob/00097(pid=232): Launched
22:49:52.750361 run                             mass: MS start registered  {at=4359498.453702454, delay=0.005464189685881138, ms=00097}
22:49:52.767958 run                             mass: MS performed LU  {at=4359498.471295453, lu_delay=5.566064770333469, ms=00091}
22:49:52.795771 run                             mass: MS performed LU  {at=4359498.499104973, lu_delay=4.707215219736099, ms=00092}
22:49:52.883658 run                             mass: MS performed LU  {at=4359498.586979249, lu_delay=6.237216581590474, ms=00090}
22:49:52.920064 run                             mass: MS performed LU  {at=4359498.623399697, lu_delay=22.6834623971954, ms=00051}
22:49:54.020853 run                osmo-ms-mob/00098: Starting mobile
22:49:54.034757 run       osmo-ms-mob/00098(pid=233): Launched
22:49:54.046991 run                             mass: MS start registered  {at=4359499.750338843, delay=0.005602331832051277, ms=00098}
22:49:54.632503 run                             mass: MS performed LU  {at=4359500.335795031, lu_delay=4.8823286825791, ms=00094}
22:49:54.697238 run                             mass: MS performed LU  {at=4359500.400568996, lu_delay=5.805229630321264, ms=00093}
22:49:55.821857 run                osmo-ms-mob/00099: Starting mobile
22:49:55.837241 run       osmo-ms-mob/00099(pid=234): Launched
22:49:55.844178 run                             mass: All started... {duration=55.72908425144851, too_slow=27}
22:49:55.851052 run                             mass: MS start registered  {at=4359501.554407635, delay=0.006866792216897011, ms=00099}
22:49:56.534260 run                             mass: MS performed LU  {at=4359502.237591301, lu_delay=5.883243011310697, ms=00095}
22:49:56.561984 run                             mass: MS performed LU  {at=4359502.265316874, lu_delay=4.909949635155499, ms=00096}
22:49:58.398316 run                             mass: MS performed LU  {at=4359504.101643183, lu_delay=5.64794072881341, ms=00097}
22:50:00.299823 run                             mass: MS performed LU  {at=4359506.003154086, lu_delay=6.252815242856741, ms=00098}
22:50:00.327545 run                             mass: MS performed LU  {at=4359506.030869341, lu_delay=4.47646170668304, ms=00099}
22:50:00.335397 run                             mass: Tests done {all_completed=True, max=22.866256216540933, min=3.7060542590916157}
22:50:00.342208 tst         register_default_mass.py: Test passed (85.4 sec)
22:50:00.348987 run pcap-recorder_any(filters='host 127.0.42.2')(pid=22): Terminating (SIGTERM)
22:50:00.353626 run      osmo-hlr_127.0.42.2(pid=23): Terminating (SIGTERM)
22:50:00.358329 run pcap-recorder_any(filters='host 127.0.42.5 and port not 22')(pid=24): Terminating (SIGTERM)
22:50:00.363372 run      osmo-stp_127.0.42.5(pid=25): Terminating (SIGTERM)
22:50:00.373654 run pcap-recorder_any(filters='host 127.0.42.6 and port not 22')(pid=26): Terminating (SIGTERM)
22:50:00.378948 run      osmo-msc_127.0.42.6(pid=27): Terminating (SIGTERM)
22:50:00.384322 run pcap-recorder_any(filters='host 127.0.42.3 and port not 22')(pid=28): Terminating (SIGTERM)
22:50:00.389446 run      osmo-mgw_127.0.42.3(pid=29): Terminating (SIGTERM)
22:50:00.394368 run pcap-recorder_any(filters='host 127.0.42.4 and port not 22')(pid=30): Terminating (SIGTERM)
22:50:00.399507 run      osmo-mgw_127.0.42.4(pid=31): Terminating (SIGTERM)
22:50:00.404664 run pcap-recorder_any(filters='host 127.0.42.7 and port not 22')(pid=32): Terminating (SIGTERM)
22:50:00.410049 run      osmo-bsc_127.0.42.7(pid=33): Terminating (SIGTERM)
22:50:00.415022 run         osmo-bts-virtual(pid=34): Terminating (SIGTERM)
22:50:00.420496 run   osmo-ms-virt-phy/00000(pid=35): Terminating (SIGTERM)
22:50:00.426686 run   osmo-ms-virt-phy/00001(pid=36): Terminating (SIGTERM)
22:50:00.431949 run   osmo-ms-virt-phy/00002(pid=37): Terminating (SIGTERM)
22:50:00.439100 run   osmo-ms-virt-phy/00003(pid=38): Terminating (SIGTERM)
22:50:00.449672 run   osmo-ms-virt-phy/00004(pid=39): Terminating (SIGTERM)
22:50:00.457366 run   osmo-ms-virt-phy/00005(pid=40): Terminating (SIGTERM)
22:50:00.463187 run   osmo-ms-virt-phy/00006(pid=41): Terminating (SIGTERM)
22:50:00.469603 run   osmo-ms-virt-phy/00007(pid=42): Terminating (SIGTERM)
22:50:00.476087 run   osmo-ms-virt-phy/00008(pid=43): Terminating (SIGTERM)
22:50:00.484531 run   osmo-ms-virt-phy/00009(pid=44): Terminating (SIGTERM)
22:50:00.492764 run   osmo-ms-virt-phy/00010(pid=45): Terminating (SIGTERM)
22:50:00.501529 run   osmo-ms-virt-phy/00011(pid=46): Terminating (SIGTERM)
22:50:00.510071 run   osmo-ms-virt-phy/00012(pid=47): Terminating (SIGTERM)
22:50:00.517927 run   osmo-ms-virt-phy/00013(pid=48): Terminating (SIGTERM)
22:50:00.524584 run   osmo-ms-virt-phy/00014(pid=49): Terminating (SIGTERM)
22:50:00.530962 run   osmo-ms-virt-phy/00015(pid=50): Terminating (SIGTERM)
22:50:00.538811 run   osmo-ms-virt-phy/00016(pid=51): Terminating (SIGTERM)
22:50:00.545267 run   osmo-ms-virt-phy/00017(pid=52): Terminating (SIGTERM)
22:50:00.551855 run   osmo-ms-virt-phy/00018(pid=53): Terminating (SIGTERM)
22:50:00.557181 run   osmo-ms-virt-phy/00019(pid=54): Terminating (SIGTERM)
22:50:00.563816 run   osmo-ms-virt-phy/00020(pid=55): Terminating (SIGTERM)
22:50:00.571678 run   osmo-ms-virt-phy/00021(pid=56): Terminating (SIGTERM)
22:50:00.577818 run   osmo-ms-virt-phy/00022(pid=57): Terminating (SIGTERM)
22:50:00.583497 run   osmo-ms-virt-phy/00023(pid=58): Terminating (SIGTERM)
22:50:00.589857 run   osmo-ms-virt-phy/00024(pid=59): Terminating (SIGTERM)
22:50:00.595838 run   osmo-ms-virt-phy/00025(pid=60): Terminating (SIGTERM)
22:50:00.602089 run   osmo-ms-virt-phy/00026(pid=61): Terminating (SIGTERM)
22:50:00.607419 run   osmo-ms-virt-phy/00027(pid=62): Terminating (SIGTERM)
22:50:00.613501 run   osmo-ms-virt-phy/00028(pid=63): Terminating (SIGTERM)
22:50:00.621349 run   osmo-ms-virt-phy/00029(pid=64): Terminating (SIGTERM)
22:50:00.627293 run   osmo-ms-virt-phy/00030(pid=65): Terminating (SIGTERM)
22:50:00.632488 run   osmo-ms-virt-phy/00031(pid=66): Terminating (SIGTERM)
22:50:00.637972 run   osmo-ms-virt-phy/00032(pid=67): Terminating (SIGTERM)
22:50:00.643943 run   osmo-ms-virt-phy/00033(pid=68): Terminating (SIGTERM)
22:50:00.650819 run   osmo-ms-virt-phy/00034(pid=69): Terminating (SIGTERM)
22:50:00.656134 run   osmo-ms-virt-phy/00035(pid=70): Terminating (SIGTERM)
22:50:00.661813 run   osmo-ms-virt-phy/00036(pid=71): Terminating (SIGTERM)
22:50:00.667641 run   osmo-ms-virt-phy/00037(pid=72): Terminating (SIGTERM)
22:50:00.674292 run   osmo-ms-virt-phy/00038(pid=73): Terminating (SIGTERM)
22:50:00.680613 run   osmo-ms-virt-phy/00039(pid=74): Terminating (SIGTERM)
22:50:00.685989 run   osmo-ms-virt-phy/00040(pid=75): Terminating (SIGTERM)
22:50:00.691309 run   osmo-ms-virt-phy/00041(pid=76): Terminating (SIGTERM)
22:50:00.696474 run   osmo-ms-virt-phy/00042(pid=77): Terminating (SIGTERM)
22:50:00.702284 run   osmo-ms-virt-phy/00043(pid=78): Terminating (SIGTERM)
22:50:00.708571 run   osmo-ms-virt-phy/00044(pid=79): Terminating (SIGTERM)
22:50:00.714732 run   osmo-ms-virt-phy/00045(pid=80): Terminating (SIGTERM)
22:50:00.720146 run   osmo-ms-virt-phy/00046(pid=81): Terminating (SIGTERM)
22:50:00.726959 run   osmo-ms-virt-phy/00047(pid=82): Terminating (SIGTERM)
22:50:00.733619 run   osmo-ms-virt-phy/00048(pid=83): Terminating (SIGTERM)
22:50:00.740109 run   osmo-ms-virt-phy/00049(pid=84): Terminating (SIGTERM)
22:50:00.745753 run   osmo-ms-virt-phy/00050(pid=85): Terminating (SIGTERM)
22:50:00.750853 run   osmo-ms-virt-phy/00051(pid=86): Terminating (SIGTERM)
22:50:00.756680 run   osmo-ms-virt-phy/00052(pid=87): Terminating (SIGTERM)
22:50:00.761762 run   osmo-ms-virt-phy/00053(pid=88): Terminating (SIGTERM)
22:50:00.767531 run   osmo-ms-virt-phy/00054(pid=89): Terminating (SIGTERM)
22:50:00.773801 run   osmo-ms-virt-phy/00055(pid=90): Terminating (SIGTERM)
22:50:00.780587 run   osmo-ms-virt-phy/00056(pid=91): Terminating (SIGTERM)
22:50:00.787658 run   osmo-ms-virt-phy/00057(pid=92): Terminating (SIGTERM)
22:50:00.796857 run   osmo-ms-virt-phy/00058(pid=93): Terminating (SIGTERM)
22:50:00.807525 run   osmo-ms-virt-phy/00059(pid=94): Terminating (SIGTERM)
22:50:00.817931 run   osmo-ms-virt-phy/00060(pid=95): Terminating (SIGTERM)
22:50:00.828090 run   osmo-ms-virt-phy/00061(pid=96): Terminating (SIGTERM)
22:50:00.838483 run   osmo-ms-virt-phy/00062(pid=97): Terminating (SIGTERM)
22:50:00.848804 run   osmo-ms-virt-phy/00063(pid=98): Terminating (SIGTERM)
22:50:00.859333 run   osmo-ms-virt-phy/00064(pid=99): Terminating (SIGTERM)
22:50:00.869514 run  osmo-ms-virt-phy/00065(pid=100): Terminating (SIGTERM)
22:50:00.879841 run  osmo-ms-virt-phy/00066(pid=101): Terminating (SIGTERM)
22:50:00.890271 run  osmo-ms-virt-phy/00067(pid=102): Terminating (SIGTERM)
22:50:00.900573 run  osmo-ms-virt-phy/00068(pid=103): Terminating (SIGTERM)
22:50:00.906670 run  osmo-ms-virt-phy/00069(pid=104): Terminating (SIGTERM)
22:50:00.913017 run  osmo-ms-virt-phy/00070(pid=105): Terminating (SIGTERM)
22:50:00.918892 run  osmo-ms-virt-phy/00071(pid=106): Terminating (SIGTERM)
22:50:00.925133 run  osmo-ms-virt-phy/00072(pid=107): Terminating (SIGTERM)
22:50:00.930578 run  osmo-ms-virt-phy/00073(pid=108): Terminating (SIGTERM)
22:50:00.937368 run  osmo-ms-virt-phy/00074(pid=109): Terminating (SIGTERM)
22:50:00.942650 run  osmo-ms-virt-phy/00075(pid=110): Terminating (SIGTERM)
22:50:00.947937 run  osmo-ms-virt-phy/00076(pid=111): Terminating (SIGTERM)
22:50:00.953069 run  osmo-ms-virt-phy/00077(pid=112): Terminating (SIGTERM)
22:50:00.958123 run  osmo-ms-virt-phy/00078(pid=113): Terminating (SIGTERM)
22:50:00.976982 run  osmo-ms-virt-phy/00079(pid=114): Terminating (SIGTERM)
22:50:00.986311 run  osmo-ms-virt-phy/00080(pid=115): Terminating (SIGTERM)
22:50:00.995881 run  osmo-ms-virt-phy/00081(pid=116): Terminating (SIGTERM)
22:50:01.006042 run  osmo-ms-virt-phy/00082(pid=117): Terminating (SIGTERM)
22:50:01.015975 run  osmo-ms-virt-phy/00083(pid=118): Terminating (SIGTERM)
22:50:01.026123 run  osmo-ms-virt-phy/00084(pid=119): Terminating (SIGTERM)
22:50:01.036313 run  osmo-ms-virt-phy/00085(pid=120): Terminating (SIGTERM)
22:50:01.046140 run  osmo-ms-virt-phy/00086(pid=121): Terminating (SIGTERM)
22:50:01.056363 run  osmo-ms-virt-phy/00087(pid=122): Terminating (SIGTERM)
22:50:01.066233 run  osmo-ms-virt-phy/00088(pid=123): Terminating (SIGTERM)
22:50:01.076149 run  osmo-ms-virt-phy/00089(pid=124): Terminating (SIGTERM)
22:50:01.086058 run  osmo-ms-virt-phy/00090(pid=125): Terminating (SIGTERM)
22:50:01.096291 run  osmo-ms-virt-phy/00091(pid=126): Terminating (SIGTERM)
22:50:01.106604 run  osmo-ms-virt-phy/00092(pid=127): Terminating (SIGTERM)
22:50:01.116999 run  osmo-ms-virt-phy/00093(pid=128): Terminating (SIGTERM)
22:50:01.127294 run  osmo-ms-virt-phy/00094(pid=129): Terminating (SIGTERM)
22:50:01.136735 run  osmo-ms-virt-phy/00095(pid=130): Terminating (SIGTERM)
22:50:01.146456 run  osmo-ms-virt-phy/00096(pid=131): Terminating (SIGTERM)
22:50:01.156501 run  osmo-ms-virt-phy/00097(pid=132): Terminating (SIGTERM)
22:50:01.166396 run  osmo-ms-virt-phy/00098(pid=133): Terminating (SIGTERM)
22:50:01.176408 run  osmo-ms-virt-phy/00099(pid=134): Terminating (SIGTERM)
22:50:01.186459 run       osmo-ms-mob/00000(pid=135): Terminating (SIGTERM)
22:50:01.196381 run       osmo-ms-mob/00001(pid=136): Terminating (SIGTERM)
22:50:01.206326 run       osmo-ms-mob/00002(pid=137): Terminating (SIGTERM)
22:50:01.216126 run       osmo-ms-mob/00003(pid=138): Terminating (SIGTERM)
22:50:01.225760 run       osmo-ms-mob/00004(pid=139): Terminating (SIGTERM)
22:50:01.235520 run       osmo-ms-mob/00005(pid=140): Terminating (SIGTERM)
22:50:01.251188 run       osmo-ms-mob/00006(pid=141): Terminating (SIGTERM)
22:50:01.261034 run       osmo-ms-mob/00007(pid=142): Terminating (SIGTERM)
22:50:01.269364 run       osmo-ms-mob/00008(pid=143): Terminating (SIGTERM)
22:50:01.274854 run       osmo-ms-mob/00009(pid=144): Terminating (SIGTERM)
22:50:01.283839 run       osmo-ms-mob/00010(pid=145): Terminating (SIGTERM)
22:50:01.294150 run       osmo-ms-mob/00011(pid=146): Terminating (SIGTERM)
22:50:01.303322 run       osmo-ms-mob/00012(pid=147): Terminating (SIGTERM)
22:50:01.312512 run       osmo-ms-mob/00013(pid=148): Terminating (SIGTERM)
22:50:01.321858 run       osmo-ms-mob/00014(pid=149): Terminating (SIGTERM)
22:50:01.331048 run       osmo-ms-mob/00015(pid=150): Terminating (SIGTERM)
22:50:01.340158 run       osmo-ms-mob/00016(pid=151): Terminating (SIGTERM)
22:50:01.349483 run       osmo-ms-mob/00017(pid=152): Terminating (SIGTERM)
22:50:01.358893 run       osmo-ms-mob/00018(pid=153): Terminating (SIGTERM)
22:50:01.368397 run       osmo-ms-mob/00019(pid=154): Terminating (SIGTERM)
22:50:01.378171 run       osmo-ms-mob/00020(pid=155): Terminating (SIGTERM)
22:50:01.387676 run       osmo-ms-mob/00021(pid=156): Terminating (SIGTERM)
22:50:01.397034 run       osmo-ms-mob/00022(pid=157): Terminating (SIGTERM)
22:50:01.406488 run       osmo-ms-mob/00023(pid=158): Terminating (SIGTERM)
22:50:01.415607 run       osmo-ms-mob/00024(pid=159): Terminating (SIGTERM)
22:50:01.424749 run       osmo-ms-mob/00025(pid=160): Terminating (SIGTERM)
22:50:01.433952 run       osmo-ms-mob/00026(pid=161): Terminating (SIGTERM)
22:50:01.443196 run       osmo-ms-mob/00027(pid=162): Terminating (SIGTERM)
22:50:01.452317 run       osmo-ms-mob/00028(pid=163): Terminating (SIGTERM)
22:50:01.461827 run       osmo-ms-mob/00029(pid=164): Terminating (SIGTERM)
22:50:01.471054 run       osmo-ms-mob/00030(pid=165): Terminating (SIGTERM)
22:50:01.480392 run       osmo-ms-mob/00031(pid=166): Terminating (SIGTERM)
22:50:01.489842 run       osmo-ms-mob/00032(pid=167): Terminating (SIGTERM)
22:50:01.499204 run       osmo-ms-mob/00033(pid=168): Terminating (SIGTERM)
22:50:01.509203 run       osmo-ms-mob/00034(pid=169): Terminating (SIGTERM)
22:50:01.519019 run       osmo-ms-mob/00035(pid=170): Terminating (SIGTERM)
22:50:01.529100 run       osmo-ms-mob/00036(pid=171): Terminating (SIGTERM)
22:50:01.538917 run       osmo-ms-mob/00037(pid=172): Terminating (SIGTERM)
22:50:01.548752 run       osmo-ms-mob/00038(pid=173): Terminating (SIGTERM)
22:50:01.558458 run       osmo-ms-mob/00039(pid=174): Terminating (SIGTERM)
22:50:01.565773 run       osmo-ms-mob/00040(pid=175): Terminating (SIGTERM)
22:50:01.573955 run       osmo-ms-mob/00041(pid=176): Terminating (SIGTERM)
22:50:01.583711 run       osmo-ms-mob/00042(pid=177): Terminating (SIGTERM)
22:50:01.593143 run       osmo-ms-mob/00043(pid=178): Terminating (SIGTERM)
22:50:01.602751 run       osmo-ms-mob/00044(pid=179): Terminating (SIGTERM)
22:50:01.612221 run       osmo-ms-mob/00045(pid=180): Terminating (SIGTERM)
22:50:01.621580 run       osmo-ms-mob/00046(pid=181): Terminating (SIGTERM)
22:50:01.630804 run       osmo-ms-mob/00047(pid=182): Terminating (SIGTERM)
22:50:01.640171 run       osmo-ms-mob/00048(pid=183): Terminating (SIGTERM)
22:50:01.649482 run       osmo-ms-mob/00049(pid=184): Terminating (SIGTERM)
22:50:01.658535 run       osmo-ms-mob/00050(pid=185): Terminating (SIGTERM)
22:50:01.667655 run       osmo-ms-mob/00051(pid=186): Terminating (SIGTERM)
22:50:01.676751 run       osmo-ms-mob/00052(pid=187): Terminating (SIGTERM)
22:50:01.685791 run       osmo-ms-mob/00053(pid=188): Terminating (SIGTERM)
22:50:01.694833 run       osmo-ms-mob/00054(pid=189): Terminating (SIGTERM)
22:50:01.703904 run       osmo-ms-mob/00055(pid=190): Terminating (SIGTERM)
22:50:01.712487 run       osmo-ms-mob/00056(pid=191): Terminating (SIGTERM)
22:50:01.720596 run       osmo-ms-mob/00057(pid=192): Terminating (SIGTERM)
22:50:01.725487 run       osmo-ms-mob/00058(pid=193): Terminating (SIGTERM)
22:50:01.730240 run       osmo-ms-mob/00059(pid=194): Terminating (SIGTERM)
22:50:01.734925 run       osmo-ms-mob/00060(pid=195): Terminating (SIGTERM)
22:50:01.740014 run       osmo-ms-mob/00061(pid=196): Terminating (SIGTERM)
22:50:01.744750 run       osmo-ms-mob/00062(pid=197): Terminating (SIGTERM)
22:50:01.749752 run       osmo-ms-mob/00063(pid=198): Terminating (SIGTERM)
22:50:01.754329 run       osmo-ms-mob/00064(pid=199): Terminating (SIGTERM)
22:50:01.758880 run       osmo-ms-mob/00065(pid=200): Terminating (SIGTERM)
22:50:01.763347 run       osmo-ms-mob/00066(pid=201): Terminating (SIGTERM)
22:50:01.767734 run       osmo-ms-mob/00067(pid=202): Terminating (SIGTERM)
22:50:01.772253 run       osmo-ms-mob/00068(pid=203): Terminating (SIGTERM)
22:50:01.776743 run       osmo-ms-mob/00069(pid=204): Terminating (SIGTERM)
22:50:01.781212 run       osmo-ms-mob/00070(pid=205): Terminating (SIGTERM)
22:50:01.785668 run       osmo-ms-mob/00071(pid=206): Terminating (SIGTERM)
22:50:01.790170 run       osmo-ms-mob/00072(pid=207): Terminating (SIGTERM)
22:50:01.794644 run       osmo-ms-mob/00073(pid=208): Terminating (SIGTERM)
22:50:01.799051 run       osmo-ms-mob/00074(pid=209): Terminating (SIGTERM)
22:50:01.803630 run       osmo-ms-mob/00075(pid=210): Terminating (SIGTERM)
22:50:01.808114 run       osmo-ms-mob/00076(pid=211): Terminating (SIGTERM)
22:50:01.812478 run       osmo-ms-mob/00077(pid=212): Terminating (SIGTERM)
22:50:01.816845 run       osmo-ms-mob/00078(pid=213): Terminating (SIGTERM)
22:50:01.821075 run       osmo-ms-mob/00079(pid=214): Terminating (SIGTERM)
22:50:01.825307 run       osmo-ms-mob/00080(pid=215): Terminating (SIGTERM)
22:50:01.829547 run       osmo-ms-mob/00081(pid=216): Terminating (SIGTERM)
22:50:01.833683 run       osmo-ms-mob/00082(pid=217): Terminating (SIGTERM)
22:50:01.837859 run       osmo-ms-mob/00083(pid=218): Terminating (SIGTERM)
22:50:01.842072 run       osmo-ms-mob/00084(pid=219): Terminating (SIGTERM)
22:50:01.846193 run       osmo-ms-mob/00085(pid=220): Terminating (SIGTERM)
22:50:01.850399 run       osmo-ms-mob/00086(pid=221): Terminating (SIGTERM)
22:50:01.854568 run       osmo-ms-mob/00087(pid=222): Terminating (SIGTERM)
22:50:01.859440 run       osmo-ms-mob/00088(pid=223): Terminating (SIGTERM)
22:50:01.863765 run       osmo-ms-mob/00089(pid=224): Terminating (SIGTERM)
22:50:01.868201 run       osmo-ms-mob/00090(pid=225): Terminating (SIGTERM)
22:50:01.872605 run       osmo-ms-mob/00091(pid=226): Terminating (SIGTERM)
22:50:01.876984 run       osmo-ms-mob/00092(pid=227): Terminating (SIGTERM)
22:50:01.881237 run       osmo-ms-mob/00093(pid=228): Terminating (SIGTERM)
22:50:01.885505 run       osmo-ms-mob/00094(pid=229): Terminating (SIGTERM)
22:50:01.889763 run       osmo-ms-mob/00095(pid=230): Terminating (SIGTERM)
22:50:01.893955 run       osmo-ms-mob/00096(pid=231): Terminating (SIGTERM)
22:50:01.898190 run       osmo-ms-mob/00097(pid=232): Terminating (SIGTERM)
22:50:01.902314 run       osmo-ms-mob/00098(pid=233): Terminating (SIGTERM)
22:50:01.906394 run       osmo-ms-mob/00099(pid=234): Terminating (SIGTERM)
22:50:01.910390 ---      ParallelTerminationStrategy: PID 22 died...
22:50:01.912192 run pcap-recorder_any(filters='host 127.0.42.2')(pid=22): Terminated: ok {rc=0}
22:50:01.916635 ---      ParallelTerminationStrategy: PID 23 died...
22:50:01.918513 run      osmo-hlr_127.0.42.2(pid=23): Terminated: ok {rc=0}
22:50:01.922948 ---      ParallelTerminationStrategy: PID 24 died...
22:50:01.924762 run pcap-recorder_any(filters='host 127.0.42.5 and port not 22')(pid=24): Terminated: ok {rc=0}
22:50:01.929174 ---      ParallelTerminationStrategy: PID 25 died...
22:50:01.930975 run      osmo-stp_127.0.42.5(pid=25): Terminated: ok {rc=0}
22:50:01.935360 ---      ParallelTerminationStrategy: PID 26 died...
22:50:01.937152 run pcap-recorder_any(filters='host 127.0.42.6 and port not 22')(pid=26): Terminated: ok {rc=0}
22:50:01.941585 ---      ParallelTerminationStrategy: PID 27 died...
22:50:01.943387 run      osmo-msc_127.0.42.6(pid=27): Terminated: ok {rc=0}
22:50:01.947758 ---      ParallelTerminationStrategy: PID 28 died...
22:50:01.949578 run pcap-recorder_any(filters='host 127.0.42.3 and port not 22')(pid=28): Terminated: ok {rc=0}
22:50:01.954035 ---      ParallelTerminationStrategy: PID 29 died...
22:50:01.955833 run      osmo-mgw_127.0.42.3(pid=29): Terminated {rc=15}
22:50:01.961709 ---      ParallelTerminationStrategy: PID 30 died...
22:50:01.965716 run pcap-recorder_any(filters='host 127.0.42.4 and port not 22')(pid=30): Terminated: ok {rc=0}
22:50:01.975180 ---      ParallelTerminationStrategy: PID 31 died...
22:50:01.978982 run      osmo-mgw_127.0.42.4(pid=31): Terminated {rc=15}
22:50:01.985961 ---      ParallelTerminationStrategy: PID 32 died...
22:50:01.987792 run pcap-recorder_any(filters='host 127.0.42.7 and port not 22')(pid=32): Terminated: ok {rc=0}
22:50:01.992367 ---      ParallelTerminationStrategy: PID 33 died...
22:50:01.994236 run      osmo-bsc_127.0.42.7(pid=33): Terminated: ok {rc=0}
22:50:01.998683 ---      ParallelTerminationStrategy: PID 35 died...
22:50:02.000494 run   osmo-ms-virt-phy/00000(pid=35): Terminated: ok {rc=0}
22:50:02.005060 ---      ParallelTerminationStrategy: PID 36 died...
22:50:02.006873 run   osmo-ms-virt-phy/00001(pid=36): Terminated: ok {rc=0}
22:50:02.011314 ---      ParallelTerminationStrategy: PID 37 died...
22:50:02.013170 run   osmo-ms-virt-phy/00002(pid=37): Terminated: ok {rc=0}
22:50:02.017574 ---      ParallelTerminationStrategy: PID 38 died...
22:50:02.019378 run   osmo-ms-virt-phy/00003(pid=38): Terminated: ok {rc=0}
22:50:02.023782 ---      ParallelTerminationStrategy: PID 39 died...
22:50:02.025578 run   osmo-ms-virt-phy/00004(pid=39): Terminated: ok {rc=0}
22:50:02.030045 ---      ParallelTerminationStrategy: PID 40 died...
22:50:02.031871 run   osmo-ms-virt-phy/00005(pid=40): Terminated: ok {rc=0}
22:50:02.036411 ---      ParallelTerminationStrategy: PID 41 died...
22:50:02.038272 run   osmo-ms-virt-phy/00006(pid=41): Terminated: ok {rc=0}
22:50:02.042798 ---      ParallelTerminationStrategy: PID 42 died...
22:50:02.044623 run   osmo-ms-virt-phy/00007(pid=42): Terminated: ok {rc=0}
22:50:02.049050 ---      ParallelTerminationStrategy: PID 43 died...
22:50:02.050842 run   osmo-ms-virt-phy/00008(pid=43): Terminated: ok {rc=0}
22:50:02.055232 ---      ParallelTerminationStrategy: PID 44 died...
22:50:02.057013 run   osmo-ms-virt-phy/00009(pid=44): Terminated: ok {rc=0}
22:50:02.061442 ---      ParallelTerminationStrategy: PID 45 died...
22:50:02.063233 run   osmo-ms-virt-phy/00010(pid=45): Terminated: ok {rc=0}
22:50:02.067614 ---      ParallelTerminationStrategy: PID 46 died...
22:50:02.069394 run   osmo-ms-virt-phy/00011(pid=46): Terminated: ok {rc=0}
22:50:02.073783 ---      ParallelTerminationStrategy: PID 47 died...
22:50:02.075520 run   osmo-ms-virt-phy/00012(pid=47): Terminated: ok {rc=0}
22:50:02.079780 ---      ParallelTerminationStrategy: PID 48 died...
22:50:02.081568 run   osmo-ms-virt-phy/00013(pid=48): Terminated: ok {rc=0}
22:50:02.085950 ---      ParallelTerminationStrategy: PID 49 died...
22:50:02.087746 run   osmo-ms-virt-phy/00014(pid=49): Terminated: ok {rc=0}
22:50:02.092266 ---      ParallelTerminationStrategy: PID 50 died...
22:50:02.094128 run   osmo-ms-virt-phy/00015(pid=50): Terminated: ok {rc=0}
22:50:02.098618 ---      ParallelTerminationStrategy: PID 51 died...
22:50:02.100404 run   osmo-ms-virt-phy/00016(pid=51): Terminated: ok {rc=0}
22:50:02.104854 ---      ParallelTerminationStrategy: PID 52 died...
22:50:02.106641 run   osmo-ms-virt-phy/00017(pid=52): Terminated: ok {rc=0}
22:50:02.111157 ---      ParallelTerminationStrategy: PID 53 died...
22:50:02.113026 run   osmo-ms-virt-phy/00018(pid=53): Terminated: ok {rc=0}
22:50:02.117573 ---      ParallelTerminationStrategy: PID 54 died...
22:50:02.119417 run   osmo-ms-virt-phy/00019(pid=54): Terminated: ok {rc=0}
22:50:02.124009 ---      ParallelTerminationStrategy: PID 55 died...
22:50:02.125906 run   osmo-ms-virt-phy/00020(pid=55): Terminated: ok {rc=0}
22:50:02.130476 ---      ParallelTerminationStrategy: PID 56 died...
22:50:02.132290 run   osmo-ms-virt-phy/00021(pid=56): Terminated: ok {rc=0}
22:50:02.136930 ---      ParallelTerminationStrategy: PID 57 died...
22:50:02.138783 run   osmo-ms-virt-phy/00022(pid=57): Terminated: ok {rc=0}
22:50:02.143425 ---      ParallelTerminationStrategy: PID 58 died...
22:50:02.145291 run   osmo-ms-virt-phy/00023(pid=58): Terminated: ok {rc=0}
22:50:02.149993 ---      ParallelTerminationStrategy: PID 59 died...
22:50:02.151893 run   osmo-ms-virt-phy/00024(pid=59): Terminated: ok {rc=0}
22:50:02.156531 ---      ParallelTerminationStrategy: PID 60 died...
22:50:02.158411 run   osmo-ms-virt-phy/00025(pid=60): Terminated: ok {rc=0}
22:50:02.163067 ---      ParallelTerminationStrategy: PID 61 died...
22:50:02.164949 run   osmo-ms-virt-phy/00026(pid=61): Terminated: ok {rc=0}
22:50:02.169748 ---      ParallelTerminationStrategy: PID 62 died...
22:50:02.171714 run   osmo-ms-virt-phy/00027(pid=62): Terminated: ok {rc=0}
22:50:02.176488 ---      ParallelTerminationStrategy: PID 63 died...
22:50:02.178455 run   osmo-ms-virt-phy/00028(pid=63): Terminated: ok {rc=0}
22:50:02.183210 ---      ParallelTerminationStrategy: PID 64 died...
22:50:02.185133 run   osmo-ms-virt-phy/00029(pid=64): Terminated: ok {rc=0}
22:50:02.189899 ---      ParallelTerminationStrategy: PID 65 died...
22:50:02.191796 run   osmo-ms-virt-phy/00030(pid=65): Terminated: ok {rc=0}
22:50:02.196431 ---      ParallelTerminationStrategy: PID 66 died...
22:50:02.198364 run   osmo-ms-virt-phy/00031(pid=66): Terminated: ok {rc=0}
22:50:02.202999 ---      ParallelTerminationStrategy: PID 67 died...
22:50:02.204893 run   osmo-ms-virt-phy/00032(pid=67): Terminated: ok {rc=0}
22:50:02.209378 ---      ParallelTerminationStrategy: PID 68 died...
22:50:02.211200 run   osmo-ms-virt-phy/00033(pid=68): Terminated: ok {rc=0}
22:50:02.215704 ---      ParallelTerminationStrategy: PID 69 died...
22:50:02.217547 run   osmo-ms-virt-phy/00034(pid=69): Terminated: ok {rc=0}
22:50:02.222197 ---      ParallelTerminationStrategy: PID 70 died...
22:50:02.224084 run   osmo-ms-virt-phy/00035(pid=70): Terminated: ok {rc=0}
22:50:02.228604 ---      ParallelTerminationStrategy: PID 71 died...
22:50:02.230442 run   osmo-ms-virt-phy/00036(pid=71): Terminated: ok {rc=0}
22:50:02.234965 ---      ParallelTerminationStrategy: PID 72 died...
22:50:02.236825 run   osmo-ms-virt-phy/00037(pid=72): Terminated: ok {rc=0}
22:50:02.241493 ---      ParallelTerminationStrategy: PID 73 died...
22:50:02.243371 run   osmo-ms-virt-phy/00038(pid=73): Terminated: ok {rc=0}
22:50:02.248000 ---      ParallelTerminationStrategy: PID 74 died...
22:50:02.249836 run   osmo-ms-virt-phy/00039(pid=74): Terminated: ok {rc=0}
22:50:02.254353 ---      ParallelTerminationStrategy: PID 75 died...
22:50:02.256189 run   osmo-ms-virt-phy/00040(pid=75): Terminated: ok {rc=0}
22:50:02.260767 ---      ParallelTerminationStrategy: PID 76 died...
22:50:02.262618 run   osmo-ms-virt-phy/00041(pid=76): Terminated: ok {rc=0}
22:50:02.267146 ---      ParallelTerminationStrategy: PID 77 died...
22:50:02.268976 run   osmo-ms-virt-phy/00042(pid=77): Terminated: ok {rc=0}
22:50:02.273474 ---      ParallelTerminationStrategy: PID 78 died...
22:50:02.275292 run   osmo-ms-virt-phy/00043(pid=78): Terminated: ok {rc=0}
22:50:02.279774 ---      ParallelTerminationStrategy: PID 79 died...
22:50:02.281592 run   osmo-ms-virt-phy/00044(pid=79): Terminated: ok {rc=0}
22:50:02.286108 ---      ParallelTerminationStrategy: PID 80 died...
22:50:02.287930 run   osmo-ms-virt-phy/00045(pid=80): Terminated: ok {rc=0}
22:50:02.292398 ---      ParallelTerminationStrategy: PID 81 died...
22:50:02.294177 run   osmo-ms-virt-phy/00046(pid=81): Terminated: ok {rc=0}
22:50:02.298679 ---      ParallelTerminationStrategy: PID 82 died...
22:50:02.300499 run   osmo-ms-virt-phy/00047(pid=82): Terminated: ok {rc=0}
22:50:02.305011 ---      ParallelTerminationStrategy: PID 83 died...
22:50:02.306849 run   osmo-ms-virt-phy/00048(pid=83): Terminated: ok {rc=0}
22:50:02.311366 ---      ParallelTerminationStrategy: PID 84 died...
22:50:02.313191 run   osmo-ms-virt-phy/00049(pid=84): Terminated: ok {rc=0}
22:50:02.317691 ---      ParallelTerminationStrategy: PID 85 died...
22:50:02.319507 run   osmo-ms-virt-phy/00050(pid=85): Terminated: ok {rc=0}
22:50:02.324010 ---      ParallelTerminationStrategy: PID 86 died...
22:50:02.325865 run   osmo-ms-virt-phy/00051(pid=86): Terminated: ok {rc=0}
22:50:02.330332 ---      ParallelTerminationStrategy: PID 87 died...
22:50:02.332148 run   osmo-ms-virt-phy/00052(pid=87): Terminated: ok {rc=0}
22:50:02.336645 ---      ParallelTerminationStrategy: PID 88 died...
22:50:02.338465 run   osmo-ms-virt-phy/00053(pid=88): Terminated: ok {rc=0}
22:50:02.343099 ---      ParallelTerminationStrategy: PID 89 died...
22:50:02.344951 run   osmo-ms-virt-phy/00054(pid=89): Terminated: ok {rc=0}
22:50:02.349566 ---      ParallelTerminationStrategy: PID 90 died...
22:50:02.351609 run   osmo-ms-virt-phy/00055(pid=90): Terminated: ok {rc=0}
22:50:02.356233 ---      ParallelTerminationStrategy: PID 91 died...
22:50:02.358133 run   osmo-ms-virt-phy/00056(pid=91): Terminated: ok {rc=0}
22:50:02.362798 ---      ParallelTerminationStrategy: PID 92 died...
22:50:02.364702 run   osmo-ms-virt-phy/00057(pid=92): Terminated: ok {rc=0}
22:50:02.369415 ---      ParallelTerminationStrategy: PID 93 died...
22:50:02.371322 run   osmo-ms-virt-phy/00058(pid=93): Terminated: ok {rc=0}
22:50:02.375928 ---      ParallelTerminationStrategy: PID 94 died...
22:50:02.377839 run   osmo-ms-virt-phy/00059(pid=94): Terminated: ok {rc=0}
22:50:02.382454 ---      ParallelTerminationStrategy: PID 95 died...
22:50:02.384268 run   osmo-ms-virt-phy/00060(pid=95): Terminated: ok {rc=0}
22:50:02.388877 ---      ParallelTerminationStrategy: PID 96 died...
22:50:02.390714 run   osmo-ms-virt-phy/00061(pid=96): Terminated: ok {rc=0}
22:50:02.395218 ---      ParallelTerminationStrategy: PID 97 died...
22:50:02.397040 run   osmo-ms-virt-phy/00062(pid=97): Terminated: ok {rc=0}
22:50:02.401548 ---      ParallelTerminationStrategy: PID 98 died...
22:50:02.403385 run   osmo-ms-virt-phy/00063(pid=98): Terminated: ok {rc=0}
22:50:02.407910 ---      ParallelTerminationStrategy: PID 99 died...
22:50:02.409756 run   osmo-ms-virt-phy/00064(pid=99): Terminated: ok {rc=0}
22:50:02.414279 ---      ParallelTerminationStrategy: PID 100 died...
22:50:02.416093 run  osmo-ms-virt-phy/00065(pid=100): Terminated: ok {rc=0}
22:50:02.420620 ---      ParallelTerminationStrategy: PID 101 died...
22:50:02.422467 run  osmo-ms-virt-phy/00066(pid=101): Terminated: ok {rc=0}
22:50:02.426958 ---      ParallelTerminationStrategy: PID 102 died...
22:50:02.428792 run  osmo-ms-virt-phy/00067(pid=102): Terminated: ok {rc=0}
22:50:02.433321 ---      ParallelTerminationStrategy: PID 103 died...
22:50:02.435129 run  osmo-ms-virt-phy/00068(pid=103): Terminated: ok {rc=0}
22:50:02.439604 ---      ParallelTerminationStrategy: PID 104 died...
22:50:02.441450 run  osmo-ms-virt-phy/00069(pid=104): Terminated: ok {rc=0}
22:50:02.445916 ---      ParallelTerminationStrategy: PID 105 died...
22:50:02.447761 run  osmo-ms-virt-phy/00070(pid=105): Terminated: ok {rc=0}
22:50:02.452342 ---      ParallelTerminationStrategy: PID 106 died...
22:50:02.454242 run  osmo-ms-virt-phy/00071(pid=106): Terminated: ok {rc=0}
22:50:02.458868 ---      ParallelTerminationStrategy: PID 107 died...
22:50:02.460786 run  osmo-ms-virt-phy/00072(pid=107): Terminated: ok {rc=0}
22:50:02.465561 ---      ParallelTerminationStrategy: PID 108 died...
22:50:02.467454 run  osmo-ms-virt-phy/00073(pid=108): Terminated: ok {rc=0}
22:50:02.472145 ---      ParallelTerminationStrategy: PID 109 died...
22:50:02.474025 run  osmo-ms-virt-phy/00074(pid=109): Terminated: ok {rc=0}
22:50:02.478711 ---      ParallelTerminationStrategy: PID 110 died...
22:50:02.480668 run  osmo-ms-virt-phy/00075(pid=110): Terminated: ok {rc=0}
22:50:02.485271 ---      ParallelTerminationStrategy: PID 111 died...
22:50:02.487105 run  osmo-ms-virt-phy/00076(pid=111): Terminated: ok {rc=0}
22:50:02.491646 ---      ParallelTerminationStrategy: PID 112 died...
22:50:02.493530 run  osmo-ms-virt-phy/00077(pid=112): Terminated: ok {rc=0}
22:50:02.498206 ---      ParallelTerminationStrategy: PID 113 died...
22:50:02.500079 run  osmo-ms-virt-phy/00078(pid=113): Terminated: ok {rc=0}
22:50:02.504597 ---      ParallelTerminationStrategy: PID 114 died...
22:50:02.506487 run  osmo-ms-virt-phy/00079(pid=114): Terminated: ok {rc=0}
22:50:02.511047 ---      ParallelTerminationStrategy: PID 115 died...
22:50:02.512898 run  osmo-ms-virt-phy/00080(pid=115): Terminated: ok {rc=0}
22:50:02.517484 ---      ParallelTerminationStrategy: PID 116 died...
22:50:02.519357 run  osmo-ms-virt-phy/00081(pid=116): Terminated: ok {rc=0}
22:50:02.523980 ---      ParallelTerminationStrategy: PID 117 died...
22:50:02.525897 run  osmo-ms-virt-phy/00082(pid=117): Terminated: ok {rc=0}
22:50:02.530550 ---      ParallelTerminationStrategy: PID 118 died...
22:50:02.532452 run  osmo-ms-virt-phy/00083(pid=118): Terminated: ok {rc=0}
22:50:02.537090 ---      ParallelTerminationStrategy: PID 119 died...
22:50:02.539020 run  osmo-ms-virt-phy/00084(pid=119): Terminated: ok {rc=0}
22:50:02.543712 ---      ParallelTerminationStrategy: PID 120 died...
22:50:02.545592 run  osmo-ms-virt-phy/00085(pid=120): Terminated: ok {rc=0}
22:50:02.550144 ---      ParallelTerminationStrategy: PID 121 died...
22:50:02.551974 run  osmo-ms-virt-phy/00086(pid=121): Terminated: ok {rc=0}
22:50:02.556605 ---      ParallelTerminationStrategy: PID 122 died...
22:50:02.558432 run  osmo-ms-virt-phy/00087(pid=122): Terminated: ok {rc=0}
22:50:02.563004 ---      ParallelTerminationStrategy: PID 123 died...
22:50:02.564821 run  osmo-ms-virt-phy/00088(pid=123): Terminated: ok {rc=0}
22:50:02.569428 ---      ParallelTerminationStrategy: PID 124 died...
22:50:02.571264 run  osmo-ms-virt-phy/00089(pid=124): Terminated: ok {rc=0}
22:50:02.575777 ---      ParallelTerminationStrategy: PID 125 died...
22:50:02.577664 run  osmo-ms-virt-phy/00090(pid=125): Terminated: ok {rc=0}
22:50:02.582281 ---      ParallelTerminationStrategy: PID 126 died...
22:50:02.584105 run  osmo-ms-virt-phy/00091(pid=126): Terminated: ok {rc=0}
22:50:02.588617 ---      ParallelTerminationStrategy: PID 127 died...
22:50:02.590523 run  osmo-ms-virt-phy/00092(pid=127): Terminated: ok {rc=0}
22:50:02.595052 ---      ParallelTerminationStrategy: PID 128 died...
22:50:02.596925 run  osmo-ms-virt-phy/00093(pid=128): Terminated: ok {rc=0}
22:50:02.601493 ---      ParallelTerminationStrategy: PID 129 died...
22:50:02.603382 run  osmo-ms-virt-phy/00094(pid=129): Terminated: ok {rc=0}
22:50:02.608012 ---      ParallelTerminationStrategy: PID 130 died...
22:50:02.609887 run  osmo-ms-virt-phy/00095(pid=130): Terminated: ok {rc=0}
22:50:02.614456 ---      ParallelTerminationStrategy: PID 131 died...
22:50:02.616276 run  osmo-ms-virt-phy/00096(pid=131): Terminated: ok {rc=0}
22:50:02.620834 ---      ParallelTerminationStrategy: PID 132 died...
22:50:02.622710 run  osmo-ms-virt-phy/00097(pid=132): Terminated: ok {rc=0}
22:50:02.627232 ---      ParallelTerminationStrategy: PID 133 died...
22:50:02.629052 run  osmo-ms-virt-phy/00098(pid=133): Terminated: ok {rc=0}
22:50:02.633506 ---      ParallelTerminationStrategy: PID 134 died...
22:50:02.635276 run  osmo-ms-virt-phy/00099(pid=134): Terminated: ok {rc=0}
22:50:02.639700 ---      ParallelTerminationStrategy: PID 135 died...
22:50:02.641528 run       osmo-ms-mob/00000(pid=135): Terminated {rc=26112}
22:50:02.646056 ---      ParallelTerminationStrategy: PID 136 died...
22:50:02.647888 run       osmo-ms-mob/00001(pid=136): Terminated {rc=26112}
22:50:02.652427 ---      ParallelTerminationStrategy: PID 137 died...
22:50:02.654258 run       osmo-ms-mob/00002(pid=137): Terminated {rc=26112}
22:50:02.658761 ---      ParallelTerminationStrategy: PID 138 died...
22:50:02.660590 run       osmo-ms-mob/00003(pid=138): Terminated {rc=26112}
22:50:02.665164 ---      ParallelTerminationStrategy: PID 139 died...
22:50:02.666984 run       osmo-ms-mob/00004(pid=139): Terminated {rc=26112}
22:50:02.671533 ---      ParallelTerminationStrategy: PID 140 died...
22:50:02.673351 run       osmo-ms-mob/00005(pid=140): Terminated {rc=26112}
22:50:02.677923 ---      ParallelTerminationStrategy: PID 141 died...
22:50:02.679818 run       osmo-ms-mob/00006(pid=141): Terminated {rc=26112}
22:50:02.684467 ---      ParallelTerminationStrategy: PID 142 died...
22:50:02.686321 run       osmo-ms-mob/00007(pid=142): Terminated {rc=26112}
22:50:02.690857 ---      ParallelTerminationStrategy: PID 143 died...
22:50:02.692700 run       osmo-ms-mob/00008(pid=143): Terminated {rc=26112}
22:50:02.697271 ---      ParallelTerminationStrategy: PID 144 died...
22:50:02.699112 run       osmo-ms-mob/00009(pid=144): Terminated {rc=26112}
22:50:02.703771 ---      ParallelTerminationStrategy: PID 145 died...
22:50:02.705663 run       osmo-ms-mob/00010(pid=145): Terminated {rc=26112}
22:50:02.710248 ---      ParallelTerminationStrategy: PID 146 died...
22:50:02.712116 run       osmo-ms-mob/00011(pid=146): Terminated {rc=26112}
22:50:02.716719 ---      ParallelTerminationStrategy: PID 147 died...
22:50:02.718613 run       osmo-ms-mob/00012(pid=147): Terminated {rc=26112}
22:50:02.723176 ---      ParallelTerminationStrategy: PID 148 died...
22:50:02.725017 run       osmo-ms-mob/00013(pid=148): Terminated {rc=26112}
22:50:02.729616 ---      ParallelTerminationStrategy: PID 149 died...
22:50:02.731434 run       osmo-ms-mob/00014(pid=149): Terminated {rc=26112}
22:50:02.736081 ---      ParallelTerminationStrategy: PID 150 died...
22:50:02.737926 run       osmo-ms-mob/00015(pid=150): Terminated {rc=26112}
22:50:02.742531 ---      ParallelTerminationStrategy: PID 151 died...
22:50:02.744375 run       osmo-ms-mob/00016(pid=151): Terminated {rc=26112}
22:50:02.748976 ---      ParallelTerminationStrategy: PID 152 died...
22:50:02.750908 run       osmo-ms-mob/00017(pid=152): Terminated {rc=26112}
22:50:02.755403 ---      ParallelTerminationStrategy: PID 153 died...
22:50:02.757219 run       osmo-ms-mob/00018(pid=153): Terminated {rc=26112}
22:50:02.761840 ---      ParallelTerminationStrategy: PID 154 died...
22:50:02.763720 run       osmo-ms-mob/00019(pid=154): Terminated {rc=26112}
22:50:02.768290 ---      ParallelTerminationStrategy: PID 155 died...
22:50:02.770151 run       osmo-ms-mob/00020(pid=155): Terminated {rc=26112}
22:50:02.774808 ---      ParallelTerminationStrategy: PID 156 died...
22:50:02.776686 run       osmo-ms-mob/00021(pid=156): Terminated {rc=26112}
22:50:02.781366 ---      ParallelTerminationStrategy: PID 157 died...
22:50:02.783246 run       osmo-ms-mob/00022(pid=157): Terminated {rc=26112}
22:50:02.787881 ---      ParallelTerminationStrategy: PID 158 died...
22:50:02.789755 run       osmo-ms-mob/00023(pid=158): Terminated {rc=26112}
22:50:02.794393 ---      ParallelTerminationStrategy: PID 159 died...
22:50:02.796266 run       osmo-ms-mob/00024(pid=159): Terminated {rc=26112}
22:50:02.800980 ---      ParallelTerminationStrategy: PID 160 died...
22:50:02.802814 run       osmo-ms-mob/00025(pid=160): Terminated {rc=26112}
22:50:02.807298 ---      ParallelTerminationStrategy: PID 161 died...
22:50:02.809116 run       osmo-ms-mob/00026(pid=161): Terminated {rc=26112}
22:50:02.813614 ---      ParallelTerminationStrategy: PID 162 died...
22:50:02.815430 run       osmo-ms-mob/00027(pid=162): Terminated {rc=26112}
22:50:02.820052 ---      ParallelTerminationStrategy: PID 163 died...
22:50:02.821929 run       osmo-ms-mob/00028(pid=163): Terminated {rc=26112}
22:50:02.826558 ---      ParallelTerminationStrategy: PID 164 died...
22:50:02.828375 run       osmo-ms-mob/00029(pid=164): Terminated {rc=26112}
22:50:02.832915 ---      ParallelTerminationStrategy: PID 165 died...
22:50:02.834741 run       osmo-ms-mob/00030(pid=165): Terminated {rc=26112}
22:50:02.839274 ---      ParallelTerminationStrategy: PID 166 died...
22:50:02.841108 run       osmo-ms-mob/00031(pid=166): Terminated {rc=26112}
22:50:02.845670 ---      ParallelTerminationStrategy: PID 167 died...
22:50:02.847499 run       osmo-ms-mob/00032(pid=167): Terminated {rc=26112}
22:50:02.852181 ---      ParallelTerminationStrategy: PID 168 died...
22:50:02.854402 run       osmo-ms-mob/00033(pid=168): Terminated {rc=26112}
22:50:02.858967 ---      ParallelTerminationStrategy: PID 169 died...
22:50:02.860899 run       osmo-ms-mob/00034(pid=169): Terminated {rc=26112}
22:50:02.865477 ---      ParallelTerminationStrategy: PID 170 died...
22:50:02.867343 run       osmo-ms-mob/00035(pid=170): Terminated {rc=26112}
22:50:02.871999 ---      ParallelTerminationStrategy: PID 171 died...
22:50:02.873860 run       osmo-ms-mob/00036(pid=171): Terminated {rc=26112}
22:50:02.878559 ---      ParallelTerminationStrategy: PID 172 died...
22:50:02.880446 run       osmo-ms-mob/00037(pid=172): Terminated {rc=26112}
22:50:02.885070 ---      ParallelTerminationStrategy: PID 173 died...
22:50:02.886958 run       osmo-ms-mob/00038(pid=173): Terminated {rc=26112}
22:50:02.891556 ---      ParallelTerminationStrategy: PID 174 died...
22:50:02.893390 run       osmo-ms-mob/00039(pid=174): Terminated {rc=26112}
22:50:02.898015 ---      ParallelTerminationStrategy: PID 175 died...
22:50:02.899885 run       osmo-ms-mob/00040(pid=175): Terminated {rc=26112}
22:50:02.904466 ---      ParallelTerminationStrategy: PID 176 died...
22:50:02.906329 run       osmo-ms-mob/00041(pid=176): Terminated {rc=26112}
22:50:02.910834 ---      ParallelTerminationStrategy: PID 177 died...
22:50:02.912672 run       osmo-ms-mob/00042(pid=177): Terminated {rc=26112}
22:50:02.917228 ---      ParallelTerminationStrategy: PID 178 died...
22:50:02.919077 run       osmo-ms-mob/00043(pid=178): Terminated {rc=26112}
22:50:02.923663 ---      ParallelTerminationStrategy: PID 179 died...
22:50:02.925715 run       osmo-ms-mob/00044(pid=179): Terminated {rc=26112}
22:50:02.930229 ---      ParallelTerminationStrategy: PID 180 died...
22:50:02.932035 run       osmo-ms-mob/00045(pid=180): Terminated {rc=26112}
22:50:02.936460 ---      ParallelTerminationStrategy: PID 181 died...
22:50:02.938343 run       osmo-ms-mob/00046(pid=181): Terminated {rc=26112}
22:50:02.942987 ---      ParallelTerminationStrategy: PID 182 died...
22:50:02.944869 run       osmo-ms-mob/00047(pid=182): Terminated {rc=26112}
22:50:02.949466 ---      ParallelTerminationStrategy: PID 183 died...
22:50:02.951293 run       osmo-ms-mob/00048(pid=183): Terminated {rc=26112}
22:50:02.955787 ---      ParallelTerminationStrategy: PID 184 died...
22:50:02.957601 run       osmo-ms-mob/00049(pid=184): Terminated {rc=26112}
22:50:02.962110 ---      ParallelTerminationStrategy: PID 185 died...
22:50:02.963933 run       osmo-ms-mob/00050(pid=185): Terminated {rc=26112}
22:50:02.968444 ---      ParallelTerminationStrategy: PID 186 died...
22:50:02.970316 run       osmo-ms-mob/00051(pid=186): Terminated {rc=26112}
22:50:02.974881 ---      ParallelTerminationStrategy: PID 187 died...
22:50:02.976767 run       osmo-ms-mob/00052(pid=187): Terminated {rc=26112}
22:50:02.981376 ---      ParallelTerminationStrategy: PID 188 died...
22:50:02.983200 run       osmo-ms-mob/00053(pid=188): Terminated {rc=26112}
22:50:02.987758 ---      ParallelTerminationStrategy: PID 189 died...
22:50:02.989591 run       osmo-ms-mob/00054(pid=189): Terminated {rc=26112}
22:50:02.994102 ---      ParallelTerminationStrategy: PID 190 died...
22:50:02.995962 run       osmo-ms-mob/00055(pid=190): Terminated {rc=26112}
22:50:03.000483 ---      ParallelTerminationStrategy: PID 191 died...
22:50:03.002304 run       osmo-ms-mob/00056(pid=191): Terminated {rc=26112}
22:50:03.006696 ---      ParallelTerminationStrategy: PID 192 died...
22:50:03.008479 run       osmo-ms-mob/00057(pid=192): Terminated {rc=26112}
22:50:03.012900 ---      ParallelTerminationStrategy: PID 193 died...
22:50:03.014679 run       osmo-ms-mob/00058(pid=193): Terminated {rc=26112}
22:50:03.019120 ---      ParallelTerminationStrategy: PID 194 died...
22:50:03.020896 run       osmo-ms-mob/00059(pid=194): Terminated {rc=26112}
22:50:03.025410 ---      ParallelTerminationStrategy: PID 195 died...
22:50:03.027189 run       osmo-ms-mob/00060(pid=195): Terminated {rc=26112}
22:50:03.031630 ---      ParallelTerminationStrategy: PID 196 died...
22:50:03.033432 run       osmo-ms-mob/00061(pid=196): Terminated {rc=26112}
22:50:03.037847 ---      ParallelTerminationStrategy: PID 197 died...
22:50:03.039627 run       osmo-ms-mob/00062(pid=197): Terminated {rc=26112}
22:50:03.044102 ---      ParallelTerminationStrategy: PID 198 died...
22:50:03.045940 run       osmo-ms-mob/00063(pid=198): Terminated {rc=26112}
22:50:03.050390 ---      ParallelTerminationStrategy: PID 199 died...
22:50:03.052178 run       osmo-ms-mob/00064(pid=199): Terminated {rc=26112}
22:50:03.056588 ---      ParallelTerminationStrategy: PID 200 died...
22:50:03.058373 run       osmo-ms-mob/00065(pid=200): Terminated {rc=26112}
22:50:03.062805 ---      ParallelTerminationStrategy: PID 201 died...
22:50:03.064597 run       osmo-ms-mob/00066(pid=201): Terminated {rc=26112}
22:50:03.069160 ---      ParallelTerminationStrategy: PID 202 died...
22:50:03.070990 run       osmo-ms-mob/00067(pid=202): Terminated {rc=26112}
22:50:03.075542 ---      ParallelTerminationStrategy: PID 203 died...
22:50:03.077373 run       osmo-ms-mob/00068(pid=203): Terminated {rc=26112}
22:50:03.081914 ---      ParallelTerminationStrategy: PID 204 died...
22:50:03.083742 run       osmo-ms-mob/00069(pid=204): Terminated {rc=26112}
22:50:03.088203 ---      ParallelTerminationStrategy: PID 205 died...
22:50:03.089976 run       osmo-ms-mob/00070(pid=205): Terminated {rc=26112}
22:50:03.094389 ---      ParallelTerminationStrategy: PID 206 died...
22:50:03.096164 run       osmo-ms-mob/00071(pid=206): Terminated {rc=26112}
22:50:03.100565 ---      ParallelTerminationStrategy: PID 207 died...
22:50:03.102368 run       osmo-ms-mob/00072(pid=207): Terminated {rc=26112}
22:50:03.107002 ---      ParallelTerminationStrategy: PID 208 died...
22:50:03.108797 run       osmo-ms-mob/00073(pid=208): Terminated {rc=26112}
22:50:03.113256 ---      ParallelTerminationStrategy: PID 209 died...
22:50:03.115040 run       osmo-ms-mob/00074(pid=209): Terminated {rc=26112}
22:50:03.119460 ---      ParallelTerminationStrategy: PID 210 died...
22:50:03.121256 run       osmo-ms-mob/00075(pid=210): Terminated {rc=26112}
22:50:03.125681 ---      ParallelTerminationStrategy: PID 211 died...
22:50:03.127451 run       osmo-ms-mob/00076(pid=211): Terminated {rc=26112}
22:50:03.131849 ---      ParallelTerminationStrategy: PID 212 died...
22:50:03.133670 run       osmo-ms-mob/00077(pid=212): Terminated {rc=26112}
22:50:03.138086 ---      ParallelTerminationStrategy: PID 213 died...
22:50:03.139900 run       osmo-ms-mob/00078(pid=213): Terminated {rc=26112}
22:50:03.144430 ---      ParallelTerminationStrategy: PID 214 died...
22:50:03.146273 run       osmo-ms-mob/00079(pid=214): Terminated {rc=26112}
22:50:03.150737 ---      ParallelTerminationStrategy: PID 215 died...
22:50:03.152526 run       osmo-ms-mob/00080(pid=215): Terminated {rc=26112}
22:50:03.156986 ---      ParallelTerminationStrategy: PID 216 died...
22:50:03.158775 run       osmo-ms-mob/00081(pid=216): Terminated {rc=26112}
22:50:03.163189 ---      ParallelTerminationStrategy: PID 217 died...
22:50:03.164964 run       osmo-ms-mob/00082(pid=217): Terminated {rc=26112}
22:50:03.169372 ---      ParallelTerminationStrategy: PID 218 died...
22:50:03.171144 run       osmo-ms-mob/00083(pid=218): Terminated {rc=26112}
22:50:03.175570 ---      ParallelTerminationStrategy: PID 219 died...
22:50:03.177363 run       osmo-ms-mob/00084(pid=219): Terminated {rc=26112}
22:50:03.181777 ---      ParallelTerminationStrategy: PID 220 died...
22:50:03.183563 run       osmo-ms-mob/00085(pid=220): Terminated {rc=26112}
22:50:03.187978 ---      ParallelTerminationStrategy: PID 221 died...
22:50:03.189724 run       osmo-ms-mob/00086(pid=221): Terminated {rc=26112}
22:50:03.194156 ---      ParallelTerminationStrategy: PID 222 died...
22:50:03.195937 run       osmo-ms-mob/00087(pid=222): Terminated {rc=26112}
22:50:03.200283 ---      ParallelTerminationStrategy: PID 223 died...
22:50:03.202104 run       osmo-ms-mob/00088(pid=223): Terminated {rc=26112}
22:50:03.206446 ---      ParallelTerminationStrategy: PID 224 died...
22:50:03.208225 run       osmo-ms-mob/00089(pid=224): Terminated {rc=26112}
22:50:03.212619 ---      ParallelTerminationStrategy: PID 225 died...
22:50:03.214424 run       osmo-ms-mob/00090(pid=225): Terminated {rc=26112}
22:50:03.218892 ---      ParallelTerminationStrategy: PID 226 died...
22:50:03.220682 run       osmo-ms-mob/00091(pid=226): Terminated {rc=26112}
22:50:03.225098 ---      ParallelTerminationStrategy: PID 227 died...
22:50:03.226829 run       osmo-ms-mob/00092(pid=227): Terminated {rc=26112}
22:50:03.231144 ---      ParallelTerminationStrategy: PID 228 died...
22:50:03.232907 run       osmo-ms-mob/00093(pid=228): Terminated {rc=26112}
22:50:03.237277 ---      ParallelTerminationStrategy: PID 229 died...
22:50:03.239071 run       osmo-ms-mob/00094(pid=229): Terminated {rc=26112}
22:50:03.243494 ---      ParallelTerminationStrategy: PID 230 died...
22:50:03.245300 run       osmo-ms-mob/00095(pid=230): Terminated {rc=26112}
22:50:03.249715 ---      ParallelTerminationStrategy: PID 231 died...
22:50:03.251497 run       osmo-ms-mob/00096(pid=231): Terminated {rc=26112}
22:50:03.255934 ---      ParallelTerminationStrategy: PID 232 died...
22:50:03.257753 run       osmo-ms-mob/00097(pid=232): Terminated {rc=26112}
22:50:03.262285 ---      ParallelTerminationStrategy: PID 233 died...
22:50:03.264127 run       osmo-ms-mob/00098(pid=233): Terminated {rc=26112}
22:50:03.268804 ---      ParallelTerminationStrategy: PID 234 died...
22:50:03.270695 run       osmo-ms-mob/00099(pid=234): Terminated {rc=26112}
22:50:05.953757 ---      ParallelTerminationStrategy: PID 34 died...
22:50:05.956944 run         osmo-bts-virtual(pid=34): Terminated: ok {rc=0}
---------------------------------------------------------------------
trial-7895 netreg_mass PASS
---------------------------------------------------------------------
22:50:06.036106 tst                       trial-7895: Storing JUnit report in /build/trial-7895/run.2025-03-04_22-48-34/trial-7895.xml

--------------------------------------------------------------------------------------------
trial-7895 PASS
--------------------------------------------------------------------------------------------
22:50:06.047511 tst                       trial-7895: trial-7895: PASS, 1 suites passed
PASS: netreg_mass (pass: 1)
    pass: register_default_mass.py (85.4 sec)
+ exit_code=0
+ rm -rf trial-7895/inst
+ cd trial-7895
+ command -v journalctl
+ [ ! -z /usr/bin/journalctl ]
+ readlink last_run
+ journalctl -u ofono -o short-precise --since 2025-03-04 22:48:34
No journal files were found.
+ readlink last_run
+ tar czf /build/trial-7895-run.tgz run.2025-03-04_22-48-34
+ tar czf /build/trial-7895-bin.tgz checksums.md5 open5gs.build-8.tgz osmo-bsc.build-2025-03-04_16_54_16.tgz osmo-bts-oc2g.build-2025-03-04_16_52_11.tgz osmo-bts-sysmo.build-2025-03-04_16_52_10.tgz osmo-bts.build-2025-03-04_16_52_22.tgz osmo-ggsn.build-2025-03-04_20_42_22.tgz osmo-hlr.build-2025-03-04_16_51_30.tgz osmo-hnbgw.build-2025-03-04_16_29_36.tgz osmo-mgw.build-2025-03-04_16_50_53.tgz osmo-msc.build-2025-03-04_16_57_06.tgz osmo-nitb.build-17155.tgz osmo-pcu-oc2g.build-2025-03-04_07_41_35.tgz osmo-pcu-sysmo.build-2025-03-04_07_41_29.tgz osmo-pcu.build-2025-03-04_07_41_34.tgz osmo-sgsn.build-2025-03-04_20_48_14.tgz osmo-stp.build-2025-03-04_16_23_08.tgz osmo-trx.build-2025-03-04_14_26_57.tgz osmocom-bb.build-2025-03-04_21_17_31.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