Skip to content
Success

Console Output

Skipping 17 KB.. Full Log
	--build-arg OSMO_IUH_BRANCH=master \
	--build-arg OSMO_MGW_BRANCH=master \
	--build-arg OSMO_MSC_BRANCH=master \
	--build-arg OSMO_NITB_BRANCH=master \
	--build-arg OSMO_PCU_BRANCH=master \
	--build-arg OSMO_REMSIM_BRANCH=master \
	--build-arg OSMO_SGSN_BRANCH=master \
	--build-arg OSMO_SIP_BRANCH=master \
	--build-arg OSMO_STP_BRANCH=master \
	--build-arg OSMO_UECUPS_BRANCH=master \
	--build-arg OPEN5GS_BRANCH=main \
	--build-arg PJPROJECT_BRANCH=sysmocom/2.14 \
	 -t docker.io/osmocom-build/osmo-gsm-tester:latest .
#0 building with "default" instance using docker driver

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

#34 exporting to image
#34 exporting layers done
#34 writing image sha256:8b7042843c4a6c912fbe1b53b19facf2cf562f1d0391a8ca92c6be89da4dbf68 0.0s done
#34 naming to docker.io/osmocom-build/osmo-gsm-tester:latest 0.0s done
#34 DONE 0.1s
rm -rf .common
make: Leaving directory '/home/osmocom-build/jenkins/workspace/osmo-gsm-tester_virtual/docker-playground/osmo-gsm-tester'
+ unlink osmo-gsm-tester/sysmocom/resources.conf
+ ln -s resources.conf.virtual osmo-gsm-tester/sysmocom/resources.conf
+ docker run --rm=true -e HOME=/build -e JOB_NAME=osmo-gsm-tester_virtual -e OSMO_GSM_TESTER_CONF=/build/osmo-gsm-tester/sysmocom/main.conf -e OSMO_GSM_TESTER_OPTS=-s netreg_mass -e BUILD_NUMBER=7903 -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-12 22:48:16
+ trial_dir_prefix=trial-
+ rm -rf trial-*
+ trial_dir=trial-7903
+ mkdir -p trial-7903
+ mv open5gs.build-8.tgz osmo-bsc.build-2025-03-12_13_28_15.tgz osmo-bts-oc2g.build-2025-03-12_00_51_35.tgz osmo-bts-sysmo.build-2025-03-12_00_51_31.tgz osmo-bts.build-2025-03-12_00_51_45.tgz osmo-ggsn.build-2025-03-12_20_42_33.tgz osmo-hlr.build-2025-03-12_16_36_57.tgz osmo-hnbgw.build-2025-03-12_13_29_11.tgz osmo-mgw.build-2025-03-12_08_33_14.tgz osmo-msc.build-2025-03-12_13_33_10.tgz osmo-nitb.build-17155.tgz osmo-pcu-oc2g.build-2025-03-12_07_41_49.tgz osmo-pcu-sysmo.build-2025-03-12_07_41_41.tgz osmo-pcu.build-2025-03-12_07_41_53.tgz osmo-sgsn.build-2025-03-12_20_48_08.tgz osmo-stp.build-2025-03-12_13_25_22.tgz osmo-trx.build-2025-03-12_14_27_26.tgz osmocom-bb.build-2025-03-12_21_17_23.tgz srslte.build-19.tgz trial-7903
+ cat open5gs.build-8.md5 osmo-bsc.build-2025-03-12_13_28_15.md5 osmo-bts-oc2g.build-2025-03-12_00_51_35.md5 osmo-bts-sysmo.build-2025-03-12_00_51_31.md5 osmo-bts.build-2025-03-12_00_51_45.md5 osmo-ggsn.build-2025-03-12_20_42_33.md5 osmo-hlr.build-2025-03-12_16_36_57.md5 osmo-hnbgw.build-2025-03-12_13_29_11.md5 osmo-mgw.build-2025-03-12_08_33_14.md5 osmo-msc.build-2025-03-12_13_33_10.md5 osmo-nitb.build-17155.md5 osmo-pcu-oc2g.build-2025-03-12_07_41_49.md5 osmo-pcu-sysmo.build-2025-03-12_07_41_41.md5 osmo-pcu.build-2025-03-12_07_41_53.md5 osmo-sgsn.build-2025-03-12_20_48_08.md5 osmo-stp.build-2025-03-12_13_25_22.md5 osmo-trx.build-2025-03-12_14_27_26.md5 osmocom-bb.build-2025-03-12_21_17_23.md5 srslte.build-19.md5
+ rm open5gs.build-8.md5 osmo-bsc.build-2025-03-12_13_28_15.md5 osmo-bts-oc2g.build-2025-03-12_00_51_35.md5 osmo-bts-sysmo.build-2025-03-12_00_51_31.md5 osmo-bts.build-2025-03-12_00_51_45.md5 osmo-ggsn.build-2025-03-12_20_42_33.md5 osmo-hlr.build-2025-03-12_16_36_57.md5 osmo-hnbgw.build-2025-03-12_13_29_11.md5 osmo-mgw.build-2025-03-12_08_33_14.md5 osmo-msc.build-2025-03-12_13_33_10.md5 osmo-nitb.build-17155.md5 osmo-pcu-oc2g.build-2025-03-12_07_41_49.md5 osmo-pcu-sysmo.build-2025-03-12_07_41_41.md5 osmo-pcu.build-2025-03-12_07_41_53.md5 osmo-sgsn.build-2025-03-12_20_48_08.md5 osmo-stp.build-2025-03-12_13_25_22.md5 osmo-trx.build-2025-03-12_14_27_26.md5 osmocom-bb.build-2025-03-12_21_17_23.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-7903 -s netreg_mass
combinations: ['netreg_mass']
trial: 'trial-7903'
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-7903
--------------------------------------------------------------------------------------------
22:48:17.026865 tst                       trial-7903: Detailed log at /build/trial-7903/run.2025-03-12_22-48-17/log

---------------------------------------------------------------------
trial-7903 netreg_mass
---------------------------------------------------------------------
22:48:17.279773 tst                      netreg_mass: reserving resources in /var/tmp/osmo-gsm-tester/state ...
22:48:17.280238 tst                      netreg_mass: Verifying 1 x bts (candidates: 1)
22:48:17.281258 tst                      netreg_mass: Verifying 6 x ip_address (candidates: 9)
22:48:17.282749 tst                      netreg_mass: Verifying 100 x modem (candidates: 100)
22:48:17.339343 tst                      netreg_mass: Reserving 1 x bts (candidates: 1)
22:48:17.341026 tst                      netreg_mass: Reserving 6 x ip_address (candidates: 9)
22:48:17.343456 tst                      netreg_mass: Reserving 100 x modem (candidates: 100)
22:48:17.464412 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-7903 netreg_mass register_default_mass.py
----------------------------------------------
22:48:17.465340 tst       register_default_mass.py:9: Claiming resources for the test
22:48:17.485340 tst                      netreg_mass: Using 1 x ip_address (candidates: 6)
22:48:17.486064 tst                      netreg_mass: Using 1 x ip_address (candidates: 6)
22:48:17.486701 tst                      netreg_mass: Using 1 x ip_address (candidates: 6)
22:48:17.487316 tst                      netreg_mass: Using 1 x ip_address (candidates: 6)
22:48:17.487919 tst                      netreg_mass: Using 1 x ip_address (candidates: 6)
22:48:17.488554 tst                      netreg_mass: Using 1 x ip_address (candidates: 6)
22:48:17.489188 tst                      netreg_mass: Using 1 x bts (candidates: 1)
22:48:17.545213 tst         register_default_mass.py: using LAC 2
22:48:17.591618 tst         register_default_mass.py: using RAC 2
22:48:17.655315 tst         register_default_mass.py: using CellId 2
22:48:17.721676 tst         register_default_mass.py: using BVCI 3
22:48:17.729568 tst                      netreg_mass: Using 1 x modem (candidates: 100)
22:48:17.730429 tst                      netreg_mass: Using 1 x modem (candidates: 100)
22:48:17.731171 tst                      netreg_mass: Using 1 x modem (candidates: 100)
22:48:17.731914 tst                      netreg_mass: Using 1 x modem (candidates: 100)
22:48:17.732618 tst                      netreg_mass: Using 1 x modem (candidates: 100)
22:48:17.734074 tst                      netreg_mass: Using 1 x modem (candidates: 100)
22:48:17.735285 tst                      netreg_mass: Using 1 x modem (candidates: 100)
22:48:17.736522 tst                      netreg_mass: Using 1 x modem (candidates: 100)
22:48:17.737763 tst                      netreg_mass: Using 1 x modem (candidates: 100)
22:48:17.738965 tst                      netreg_mass: Using 1 x modem (candidates: 100)
22:48:17.740168 tst                      netreg_mass: Using 1 x modem (candidates: 100)
22:48:17.741363 tst                      netreg_mass: Using 1 x modem (candidates: 100)
22:48:17.742581 tst                      netreg_mass: Using 1 x modem (candidates: 100)
22:48:17.743771 tst                      netreg_mass: Using 1 x modem (candidates: 100)
22:48:17.744911 tst                      netreg_mass: Using 1 x modem (candidates: 100)
22:48:17.745664 tst                      netreg_mass: Using 1 x modem (candidates: 100)
22:48:17.746372 tst                      netreg_mass: Using 1 x modem (candidates: 100)
22:48:17.747089 tst                      netreg_mass: Using 1 x modem (candidates: 100)
22:48:17.747775 tst                      netreg_mass: Using 1 x modem (candidates: 100)
22:48:17.748458 tst                      netreg_mass: Using 1 x modem (candidates: 100)
22:48:17.749147 tst                      netreg_mass: Using 1 x modem (candidates: 100)
22:48:17.749857 tst                      netreg_mass: Using 1 x modem (candidates: 100)
22:48:17.750552 tst                      netreg_mass: Using 1 x modem (candidates: 100)
22:48:17.751268 tst                      netreg_mass: Using 1 x modem (candidates: 100)
22:48:17.751953 tst                      netreg_mass: Using 1 x modem (candidates: 100)
22:48:17.752643 tst                      netreg_mass: Using 1 x modem (candidates: 100)
22:48:17.753357 tst                      netreg_mass: Using 1 x modem (candidates: 100)
22:48:17.754066 tst                      netreg_mass: Using 1 x modem (candidates: 100)
22:48:17.754790 tst                      netreg_mass: Using 1 x modem (candidates: 100)
22:48:17.755493 tst                      netreg_mass: Using 1 x modem (candidates: 100)
22:48:17.756171 tst                      netreg_mass: Using 1 x modem (candidates: 100)
22:48:17.756882 tst                      netreg_mass: Using 1 x modem (candidates: 100)
22:48:17.757601 tst                      netreg_mass: Using 1 x modem (candidates: 100)
22:48:17.758336 tst                      netreg_mass: Using 1 x modem (candidates: 100)
22:48:17.759127 tst                      netreg_mass: Using 1 x modem (candidates: 100)
22:48:17.759859 tst                      netreg_mass: Using 1 x modem (candidates: 100)
22:48:17.760566 tst                      netreg_mass: Using 1 x modem (candidates: 100)
22:48:17.761295 tst                      netreg_mass: Using 1 x modem (candidates: 100)
22:48:17.762009 tst                      netreg_mass: Using 1 x modem (candidates: 100)
22:48:17.762711 tst                      netreg_mass: Using 1 x modem (candidates: 100)
22:48:17.763410 tst                      netreg_mass: Using 1 x modem (candidates: 100)
22:48:17.764114 tst                      netreg_mass: Using 1 x modem (candidates: 100)
22:48:17.764859 tst                      netreg_mass: Using 1 x modem (candidates: 100)
22:48:17.765559 tst                      netreg_mass: Using 1 x modem (candidates: 100)
22:48:17.766251 tst                      netreg_mass: Using 1 x modem (candidates: 100)
22:48:17.766929 tst                      netreg_mass: Using 1 x modem (candidates: 100)
22:48:17.767637 tst                      netreg_mass: Using 1 x modem (candidates: 100)
22:48:17.768334 tst                      netreg_mass: Using 1 x modem (candidates: 100)
22:48:17.769033 tst                      netreg_mass: Using 1 x modem (candidates: 100)
22:48:17.769739 tst                      netreg_mass: Using 1 x modem (candidates: 100)
22:48:17.770427 tst                      netreg_mass: Using 1 x modem (candidates: 100)
22:48:17.771098 tst                      netreg_mass: Using 1 x modem (candidates: 100)
22:48:17.771793 tst                      netreg_mass: Using 1 x modem (candidates: 100)
22:48:17.772471 tst                      netreg_mass: Using 1 x modem (candidates: 100)
22:48:17.773132 tst                      netreg_mass: Using 1 x modem (candidates: 100)
22:48:17.773802 tst                      netreg_mass: Using 1 x modem (candidates: 100)
22:48:17.774471 tst                      netreg_mass: Using 1 x modem (candidates: 100)
22:48:17.775138 tst                      netreg_mass: Using 1 x modem (candidates: 100)
22:48:17.775825 tst                      netreg_mass: Using 1 x modem (candidates: 100)
22:48:17.776504 tst                      netreg_mass: Using 1 x modem (candidates: 100)
22:48:17.777182 tst                      netreg_mass: Using 1 x modem (candidates: 100)
22:48:17.777861 tst                      netreg_mass: Using 1 x modem (candidates: 100)
22:48:17.778547 tst                      netreg_mass: Using 1 x modem (candidates: 100)
22:48:17.779233 tst                      netreg_mass: Using 1 x modem (candidates: 100)
22:48:17.779889 tst                      netreg_mass: Using 1 x modem (candidates: 100)
22:48:17.780552 tst                      netreg_mass: Using 1 x modem (candidates: 100)
22:48:17.781253 tst                      netreg_mass: Using 1 x modem (candidates: 100)
22:48:17.781947 tst                      netreg_mass: Using 1 x modem (candidates: 100)
22:48:17.782652 tst                      netreg_mass: Using 1 x modem (candidates: 100)
22:48:17.783337 tst                      netreg_mass: Using 1 x modem (candidates: 100)
22:48:17.784026 tst                      netreg_mass: Using 1 x modem (candidates: 100)
22:48:17.784716 tst                      netreg_mass: Using 1 x modem (candidates: 100)
22:48:17.785514 tst                      netreg_mass: Using 1 x modem (candidates: 100)
22:48:17.786213 tst                      netreg_mass: Using 1 x modem (candidates: 100)
22:48:17.786897 tst                      netreg_mass: Using 1 x modem (candidates: 100)
22:48:17.787582 tst                      netreg_mass: Using 1 x modem (candidates: 100)
22:48:17.788265 tst                      netreg_mass: Using 1 x modem (candidates: 100)
22:48:17.788997 tst                      netreg_mass: Using 1 x modem (candidates: 100)
22:48:17.789695 tst                      netreg_mass: Using 1 x modem (candidates: 100)
22:48:17.790376 tst                      netreg_mass: Using 1 x modem (candidates: 100)
22:48:17.791053 tst                      netreg_mass: Using 1 x modem (candidates: 100)
22:48:17.791728 tst                      netreg_mass: Using 1 x modem (candidates: 100)
22:48:17.792431 tst                      netreg_mass: Using 1 x modem (candidates: 100)
22:48:17.793127 tst                      netreg_mass: Using 1 x modem (candidates: 100)
22:48:17.793819 tst                      netreg_mass: Using 1 x modem (candidates: 100)
22:48:17.794493 tst                      netreg_mass: Using 1 x modem (candidates: 100)
22:48:17.795174 tst                      netreg_mass: Using 1 x modem (candidates: 100)
22:48:17.795874 tst                      netreg_mass: Using 1 x modem (candidates: 100)
22:48:17.796550 tst                      netreg_mass: Using 1 x modem (candidates: 100)
22:48:17.797264 tst                      netreg_mass: Using 1 x modem (candidates: 100)
22:48:17.797969 tst                      netreg_mass: Using 1 x modem (candidates: 100)
22:48:17.798658 tst                      netreg_mass: Using 1 x modem (candidates: 100)
22:48:17.799379 tst                      netreg_mass: Using 1 x modem (candidates: 100)
22:48:17.800082 tst                      netreg_mass: Using 1 x modem (candidates: 100)
22:48:17.800768 tst                      netreg_mass: Using 1 x modem (candidates: 100)
22:48:17.801442 tst                      netreg_mass: Using 1 x modem (candidates: 100)
22:48:17.802152 tst                      netreg_mass: Using 1 x modem (candidates: 100)
22:48:17.802837 tst                      netreg_mass: Using 1 x modem (candidates: 100)
22:48:17.803511 tst                      netreg_mass: Using 1 x modem (candidates: 100)
22:48:17.804205 tst                      netreg_mass: Using 1 x modem (candidates: 100)
22:48:17.804907 tst                      netreg_mass: Using 1 x modem (candidates: 100)
22:48:17.805659 tst      register_default_mass.py:21: Launching a simple network
22:48:17.819293 run              osmo-hlr_127.0.42.2: Starting osmo-hlr
22:48:17.979925 run            create_hlr_db(pid=20): Launched
22:48:18.992749 run            create_hlr_db(pid=20): Terminated: ok {rc=0}
22:48:19.012971 run pcap-recorder_any(filters='host 127.0.42.2')(pid=22): Launched
22:48:19.031656 run      osmo-hlr_127.0.42.2(pid=23): Launched
22:48:19.038665 run              osmo-stp_127.0.42.5: Starting osmo-stp
22:48:19.248379 run pcap-recorder_any(filters='host 127.0.42.5 and port not 22')(pid=24): Launched
22:48:19.266188 run      osmo-stp_127.0.42.5(pid=25): Launched
22:48:19.272710 run              osmo-msc_127.0.42.6: Starting osmo-msc
22:48:19.809972 run pcap-recorder_any(filters='host 127.0.42.6 and port not 22')(pid=26): Launched
22:48:19.863647 run      osmo-msc_127.0.42.6(pid=27): Launched
22:48:22.882876 run              osmo-mgw_127.0.42.3: Starting osmo-mgw
22:48:23.026636 run pcap-recorder_any(filters='host 127.0.42.3 and port not 22')(pid=28): Launched
22:48:23.047208 run      osmo-mgw_127.0.42.3(pid=29): Launched
22:48:23.055459 run              osmo-mgw_127.0.42.4: Starting osmo-mgw
22:48:23.086864 run pcap-recorder_any(filters='host 127.0.42.4 and port not 22')(pid=30): Launched
22:48:23.108109 run      osmo-mgw_127.0.42.4(pid=31): Launched
22:48:23.116190 run              osmo-bsc_127.0.42.7: Starting osmo-bsc
22:48:23.544981 run pcap-recorder_any(filters='host 127.0.42.7 and port not 22')(pid=32): Launched
22:48:23.564379 run      osmo-bsc_127.0.42.7(pid=33): Launched
22:48:29.594753 run                 osmo-bts-virtual: Starting to connect to osmo-bsc_127.0.42.7
22:48:29.779924 run         osmo-bts-virtual(pid=34): Launched
22:48:30.853996 tst         register_default_mass.py: using MSISDN 1001
22:48:30.870283 run              osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001010000000000', msisdn='1001', subscriber_id=1}
22:48:30.975927 tst         register_default_mass.py: using MSISDN 1002
22:48:30.993470 run              osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001010000000001', msisdn='1002', subscriber_id=2}
22:48:31.081288 tst         register_default_mass.py: using MSISDN 1003
22:48:31.097987 run              osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001010000000002', msisdn='1003', subscriber_id=3}
22:48:31.180013 tst         register_default_mass.py: using MSISDN 1004
22:48:31.195478 run              osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001010000000003', msisdn='1004', subscriber_id=4}
22:48:31.285189 tst         register_default_mass.py: using MSISDN 1005
22:48:31.300284 run              osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001010000000004', msisdn='1005', subscriber_id=5}
22:48:31.397254 tst         register_default_mass.py: using MSISDN 1006
22:48:31.414450 run              osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001010000000005', msisdn='1006', subscriber_id=6}
22:48:31.503844 tst         register_default_mass.py: using MSISDN 1007
22:48:31.520589 run              osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001010000000006', msisdn='1007', subscriber_id=7}
22:48:31.595396 tst         register_default_mass.py: using MSISDN 1008
22:48:31.612387 run              osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001010000000007', msisdn='1008', subscriber_id=8}
22:48:32.000322 tst         register_default_mass.py: using MSISDN 1009
22:48:32.014854 run              osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001010000000008', msisdn='1009', subscriber_id=9}
22:48:32.125123 tst         register_default_mass.py: using MSISDN 1010
22:48:32.139301 run              osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001010000000009', msisdn='1010', subscriber_id=10}
22:48:32.214504 tst         register_default_mass.py: using MSISDN 1011
22:48:32.230671 run              osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001020000000000', msisdn='1011', subscriber_id=11}
22:48:32.315911 tst         register_default_mass.py: using MSISDN 1012
22:48:32.330529 run              osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001020000000001', msisdn='1012', subscriber_id=12}
22:48:32.403545 tst         register_default_mass.py: using MSISDN 1013
22:48:32.417214 run              osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001020000000002', msisdn='1013', subscriber_id=13}
22:48:32.500484 tst         register_default_mass.py: using MSISDN 1014
22:48:32.507325 run              osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001020000000003', msisdn='1014', subscriber_id=14}
22:48:32.574689 tst         register_default_mass.py: using MSISDN 1015
22:48:32.590180 run              osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001020000000004', msisdn='1015', subscriber_id=15}
22:48:32.672799 tst         register_default_mass.py: using MSISDN 1016
22:48:32.688825 run              osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001020000000005', msisdn='1016', subscriber_id=16}
22:48:32.771150 tst         register_default_mass.py: using MSISDN 1017
22:48:32.787253 run              osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001020000000006', msisdn='1017', subscriber_id=17}
22:48:32.863659 tst         register_default_mass.py: using MSISDN 1018
22:48:32.873520 run              osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001020000000007', msisdn='1018', subscriber_id=18}
22:48:32.955875 tst         register_default_mass.py: using MSISDN 1019
22:48:32.971301 run              osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001020000000008', msisdn='1019', subscriber_id=19}
22:48:33.051403 tst         register_default_mass.py: using MSISDN 1020
22:48:33.067853 run              osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001020000000009', msisdn='1020', subscriber_id=20}
22:48:33.149495 tst         register_default_mass.py: using MSISDN 1021
22:48:33.165397 run              osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001030000000000', msisdn='1021', subscriber_id=21}
22:48:33.242995 tst         register_default_mass.py: using MSISDN 1022
22:48:33.258334 run              osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001030000000001', msisdn='1022', subscriber_id=22}
22:48:33.337973 tst         register_default_mass.py: using MSISDN 1023
22:48:33.352533 run              osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001030000000002', msisdn='1023', subscriber_id=23}
22:48:33.434451 tst         register_default_mass.py: using MSISDN 1024
22:48:33.449251 run              osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001030000000003', msisdn='1024', subscriber_id=24}
22:48:33.540348 tst         register_default_mass.py: using MSISDN 1025
22:48:33.554661 run              osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001030000000004', msisdn='1025', subscriber_id=25}
22:48:33.645349 tst         register_default_mass.py: using MSISDN 1026
22:48:33.657006 run              osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001030000000005', msisdn='1026', subscriber_id=26}
22:48:33.744089 tst         register_default_mass.py: using MSISDN 1027
22:48:33.753596 run              osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001030000000006', msisdn='1027', subscriber_id=27}
22:48:33.839871 tst         register_default_mass.py: using MSISDN 1028
22:48:33.855552 run              osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001030000000007', msisdn='1028', subscriber_id=28}
22:48:33.949518 tst         register_default_mass.py: using MSISDN 1029
22:48:33.960282 run              osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001030000000008', msisdn='1029', subscriber_id=29}
22:48:34.043339 tst         register_default_mass.py: using MSISDN 1030
22:48:34.051092 run              osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001030000000009', msisdn='1030', subscriber_id=30}
22:48:34.117934 tst         register_default_mass.py: using MSISDN 1031
22:48:34.126502 run              osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001040000000000', msisdn='1031', subscriber_id=31}
22:48:34.200557 tst         register_default_mass.py: using MSISDN 1032
22:48:34.215521 run              osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001040000000001', msisdn='1032', subscriber_id=32}
22:48:34.294050 tst         register_default_mass.py: using MSISDN 1033
22:48:34.308128 run              osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001040000000002', msisdn='1033', subscriber_id=33}
22:48:34.394600 tst         register_default_mass.py: using MSISDN 1034
22:48:34.412441 run              osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001040000000003', msisdn='1034', subscriber_id=34}
22:48:34.511103 tst         register_default_mass.py: using MSISDN 1035
22:48:34.525323 run              osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001040000000004', msisdn='1035', subscriber_id=35}
22:48:34.613479 tst         register_default_mass.py: using MSISDN 1036
22:48:34.629042 run              osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001040000000005', msisdn='1036', subscriber_id=36}
22:48:34.723950 tst         register_default_mass.py: using MSISDN 1037
22:48:34.738757 run              osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001040000000006', msisdn='1037', subscriber_id=37}
22:48:34.827346 tst         register_default_mass.py: using MSISDN 1038
22:48:34.842047 run              osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001040000000007', msisdn='1038', subscriber_id=38}
22:48:34.917946 tst         register_default_mass.py: using MSISDN 1039
22:48:34.932437 run              osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001040000000008', msisdn='1039', subscriber_id=39}
22:48:35.012649 tst         register_default_mass.py: using MSISDN 1040
22:48:35.029218 run              osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001040000000009', msisdn='1040', subscriber_id=40}
22:48:35.104442 tst         register_default_mass.py: using MSISDN 1041
22:48:35.118252 run              osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001050000000000', msisdn='1041', subscriber_id=41}
22:48:35.176859 tst         register_default_mass.py: using MSISDN 1042
22:48:35.194931 run              osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001050000000001', msisdn='1042', subscriber_id=42}
22:48:35.292544 tst         register_default_mass.py: using MSISDN 1043
22:48:35.310224 run              osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001050000000002', msisdn='1043', subscriber_id=43}
22:48:35.385975 tst         register_default_mass.py: using MSISDN 1044
22:48:35.403906 run              osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001050000000003', msisdn='1044', subscriber_id=44}
22:48:35.489623 tst         register_default_mass.py: using MSISDN 1045
22:48:35.506817 run              osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001050000000004', msisdn='1045', subscriber_id=45}
22:48:35.583203 tst         register_default_mass.py: using MSISDN 1046
22:48:35.600538 run              osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001050000000005', msisdn='1046', subscriber_id=46}
22:48:35.690367 tst         register_default_mass.py: using MSISDN 1047
22:48:35.705535 run              osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001050000000006', msisdn='1047', subscriber_id=47}
22:48:35.782572 tst         register_default_mass.py: using MSISDN 1048
22:48:35.790670 run              osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001050000000007', msisdn='1048', subscriber_id=48}
22:48:35.853892 tst         register_default_mass.py: using MSISDN 1049
22:48:35.865300 run              osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001050000000008', msisdn='1049', subscriber_id=49}
22:48:35.944502 tst         register_default_mass.py: using MSISDN 1050
22:48:35.959518 run              osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001050000000009', msisdn='1050', subscriber_id=50}
22:48:36.019199 tst         register_default_mass.py: using MSISDN 1051
22:48:36.033594 run              osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001060000000000', msisdn='1051', subscriber_id=51}
22:48:36.110187 tst         register_default_mass.py: using MSISDN 1052
22:48:36.124144 run              osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001060000000001', msisdn='1052', subscriber_id=52}
22:48:36.200959 tst         register_default_mass.py: using MSISDN 1053
22:48:36.214607 run              osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001060000000002', msisdn='1053', subscriber_id=53}
22:48:36.295669 tst         register_default_mass.py: using MSISDN 1054
22:48:36.309737 run              osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001060000000003', msisdn='1054', subscriber_id=54}
22:48:36.393699 tst         register_default_mass.py: using MSISDN 1055
22:48:36.403318 run              osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001060000000004', msisdn='1055', subscriber_id=55}
22:48:36.477661 tst         register_default_mass.py: using MSISDN 1056
22:48:36.487393 run              osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001060000000005', msisdn='1056', subscriber_id=56}
22:48:36.550682 tst         register_default_mass.py: using MSISDN 1057
22:48:36.563876 run              osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001060000000006', msisdn='1057', subscriber_id=57}
22:48:36.628084 tst         register_default_mass.py: using MSISDN 1058
22:48:36.641040 run              osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001060000000007', msisdn='1058', subscriber_id=58}
22:48:36.721098 tst         register_default_mass.py: using MSISDN 1059
22:48:36.734032 run              osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001060000000008', msisdn='1059', subscriber_id=59}
22:48:36.814639 tst         register_default_mass.py: using MSISDN 1060
22:48:36.827659 run              osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001060000000009', msisdn='1060', subscriber_id=60}
22:48:36.906630 tst         register_default_mass.py: using MSISDN 1061
22:48:36.920287 run              osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001070000000000', msisdn='1061', subscriber_id=61}
22:48:36.998519 tst         register_default_mass.py: using MSISDN 1062
22:48:37.012156 run              osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001070000000001', msisdn='1062', subscriber_id=62}
22:48:37.144440 tst         register_default_mass.py: using MSISDN 1063
22:48:37.155141 run              osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001070000000002', msisdn='1063', subscriber_id=63}
22:48:37.218344 tst         register_default_mass.py: using MSISDN 1064
22:48:37.231231 run              osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001070000000003', msisdn='1064', subscriber_id=64}
22:48:37.307504 tst         register_default_mass.py: using MSISDN 1065
22:48:37.321597 run              osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001070000000004', msisdn='1065', subscriber_id=65}
22:48:37.402674 tst         register_default_mass.py: using MSISDN 1066
22:48:37.416311 run              osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001070000000005', msisdn='1066', subscriber_id=66}
22:48:37.491302 tst         register_default_mass.py: using MSISDN 1067
22:48:37.505533 run              osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001070000000006', msisdn='1067', subscriber_id=67}
22:48:37.581892 tst         register_default_mass.py: using MSISDN 1068
22:48:37.595797 run              osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001070000000007', msisdn='1068', subscriber_id=68}
22:48:37.668049 tst         register_default_mass.py: using MSISDN 1069
22:48:37.682508 run              osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001070000000008', msisdn='1069', subscriber_id=69}
22:48:37.758962 tst         register_default_mass.py: using MSISDN 1070
22:48:37.769118 run              osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001070000000009', msisdn='1070', subscriber_id=70}
22:48:37.841986 tst         register_default_mass.py: using MSISDN 1071
22:48:37.854335 run              osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001080000000000', msisdn='1071', subscriber_id=71}
22:48:37.934663 tst         register_default_mass.py: using MSISDN 1072
22:48:37.947454 run              osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001080000000001', msisdn='1072', subscriber_id=72}
22:48:38.023963 tst         register_default_mass.py: using MSISDN 1073
22:48:38.034776 run              osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001080000000002', msisdn='1073', subscriber_id=73}
22:48:38.110703 tst         register_default_mass.py: using MSISDN 1074
22:48:38.117383 run              osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001080000000003', msisdn='1074', subscriber_id=74}
22:48:38.211310 tst         register_default_mass.py: using MSISDN 1075
22:48:38.219268 run              osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001080000000004', msisdn='1075', subscriber_id=75}
22:48:38.290133 tst         register_default_mass.py: using MSISDN 1076
22:48:38.296926 run              osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001080000000005', msisdn='1076', subscriber_id=76}
22:48:38.359842 tst         register_default_mass.py: using MSISDN 1077
22:48:38.367271 run              osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001080000000006', msisdn='1077', subscriber_id=77}
22:48:38.433368 tst         register_default_mass.py: using MSISDN 1078
22:48:38.440581 run              osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001080000000007', msisdn='1078', subscriber_id=78}
22:48:38.504000 tst         register_default_mass.py: using MSISDN 1079
22:48:38.512902 run              osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001080000000008', msisdn='1079', subscriber_id=79}
22:48:38.577473 tst         register_default_mass.py: using MSISDN 1080
22:48:38.589146 run              osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001080000000009', msisdn='1080', subscriber_id=80}
22:48:38.660286 tst         register_default_mass.py: using MSISDN 1081
22:48:38.667226 run              osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001090000000000', msisdn='1081', subscriber_id=81}
22:48:38.742535 tst         register_default_mass.py: using MSISDN 1082
22:48:38.750143 run              osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001090000000001', msisdn='1082', subscriber_id=82}
22:48:38.816640 tst         register_default_mass.py: using MSISDN 1083
22:48:38.823370 run              osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001090000000002', msisdn='1083', subscriber_id=83}
22:48:38.890184 tst         register_default_mass.py: using MSISDN 1084
22:48:38.898239 run              osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001090000000003', msisdn='1084', subscriber_id=84}
22:48:38.961549 tst         register_default_mass.py: using MSISDN 1085
22:48:38.968895 run              osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001090000000004', msisdn='1085', subscriber_id=85}
22:48:39.040862 tst         register_default_mass.py: using MSISDN 1086
22:48:39.053173 run              osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001090000000005', msisdn='1086', subscriber_id=86}
22:48:39.138908 tst         register_default_mass.py: using MSISDN 1087
22:48:39.149998 run              osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001090000000006', msisdn='1087', subscriber_id=87}
22:48:39.212673 tst         register_default_mass.py: using MSISDN 1088
22:48:39.221400 run              osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001090000000007', msisdn='1088', subscriber_id=88}
22:48:39.286904 tst         register_default_mass.py: using MSISDN 1089
22:48:39.294400 run              osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001090000000008', msisdn='1089', subscriber_id=89}
22:48:39.356093 tst         register_default_mass.py: using MSISDN 1090
22:48:39.363111 run              osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001090000000009', msisdn='1090', subscriber_id=90}
22:48:39.439459 tst         register_default_mass.py: using MSISDN 1091
22:48:39.446924 run              osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001100000000000', msisdn='1091', subscriber_id=91}
22:48:39.508709 tst         register_default_mass.py: using MSISDN 1092
22:48:39.515787 run              osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001100000000001', msisdn='1092', subscriber_id=92}
22:48:39.586375 tst         register_default_mass.py: using MSISDN 1093
22:48:39.593449 run              osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001100000000002', msisdn='1093', subscriber_id=93}
22:48:39.661557 tst         register_default_mass.py: using MSISDN 1094
22:48:39.668357 run              osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001100000000003', msisdn='1094', subscriber_id=94}
22:48:39.744872 tst         register_default_mass.py: using MSISDN 1095
22:48:39.756122 run              osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001100000000004', msisdn='1095', subscriber_id=95}
22:48:39.833799 tst         register_default_mass.py: using MSISDN 1096
22:48:39.843611 run              osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001100000000005', msisdn='1096', subscriber_id=96}
22:48:39.927603 tst         register_default_mass.py: using MSISDN 1097
22:48:39.939903 run              osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001100000000006', msisdn='1097', subscriber_id=97}
22:48:40.011804 tst         register_default_mass.py: using MSISDN 1098
22:48:40.020696 run              osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001100000000007', msisdn='1098', subscriber_id=98}
22:48:40.081443 tst         register_default_mass.py: using MSISDN 1099
22:48:40.089634 run              osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001100000000008', msisdn='1099', subscriber_id=99}
22:48:40.164039 tst         register_default_mass.py: using MSISDN 1100
22:48:40.177828 run              osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001100000000009', msisdn='1100', subscriber_id=100}
22:48:40.320501 run                             mass: Starting testcase
22:48:40.327589 run                             mass: Pre-launching all virtphy's
22:48:40.334629 run           osmo-ms-virt-phy/00000: Starting virtphy
22:48:40.351859 run   osmo-ms-virt-phy/00000(pid=35): Launched
22:48:40.361018 run           osmo-ms-virt-phy/00001: Starting virtphy
22:48:40.378730 run   osmo-ms-virt-phy/00001(pid=36): Launched
22:48:40.387074 run           osmo-ms-virt-phy/00002: Starting virtphy
22:48:40.405060 run   osmo-ms-virt-phy/00002(pid=37): Launched
22:48:40.415123 run           osmo-ms-virt-phy/00003: Starting virtphy
22:48:40.433473 run   osmo-ms-virt-phy/00003(pid=38): Launched
22:48:40.443285 run           osmo-ms-virt-phy/00004: Starting virtphy
22:48:40.461513 run   osmo-ms-virt-phy/00004(pid=39): Launched
22:48:40.471469 run           osmo-ms-virt-phy/00005: Starting virtphy
22:48:40.489433 run   osmo-ms-virt-phy/00005(pid=40): Launched
22:48:40.498972 run           osmo-ms-virt-phy/00006: Starting virtphy
22:48:40.516904 run   osmo-ms-virt-phy/00006(pid=41): Launched
22:48:40.525224 run           osmo-ms-virt-phy/00007: Starting virtphy
22:48:40.543094 run   osmo-ms-virt-phy/00007(pid=42): Launched
22:48:40.552734 run           osmo-ms-virt-phy/00008: Starting virtphy
22:48:40.570426 run   osmo-ms-virt-phy/00008(pid=43): Launched
22:48:40.578495 run           osmo-ms-virt-phy/00009: Starting virtphy
22:48:40.595960 run   osmo-ms-virt-phy/00009(pid=44): Launched
22:48:40.604094 run           osmo-ms-virt-phy/00010: Starting virtphy
22:48:40.621602 run   osmo-ms-virt-phy/00010(pid=45): Launched
22:48:40.632923 run           osmo-ms-virt-phy/00011: Starting virtphy
22:48:40.651418 run   osmo-ms-virt-phy/00011(pid=46): Launched
22:48:40.660609 run           osmo-ms-virt-phy/00012: Starting virtphy
22:48:40.679039 run   osmo-ms-virt-phy/00012(pid=47): Launched
22:48:40.689138 run           osmo-ms-virt-phy/00013: Starting virtphy
22:48:40.707494 run   osmo-ms-virt-phy/00013(pid=48): Launched
22:48:40.716780 run           osmo-ms-virt-phy/00014: Starting virtphy
22:48:40.734633 run   osmo-ms-virt-phy/00014(pid=49): Launched
22:48:40.743760 run           osmo-ms-virt-phy/00015: Starting virtphy
22:48:40.761525 run   osmo-ms-virt-phy/00015(pid=50): Launched
22:48:40.769811 run           osmo-ms-virt-phy/00016: Starting virtphy
22:48:40.787155 run   osmo-ms-virt-phy/00016(pid=51): Launched
22:48:40.801555 run           osmo-ms-virt-phy/00017: Starting virtphy
22:48:40.818615 run   osmo-ms-virt-phy/00017(pid=52): Launched
22:48:40.826216 run           osmo-ms-virt-phy/00018: Starting virtphy
22:48:40.842486 run   osmo-ms-virt-phy/00018(pid=53): Launched
22:48:40.850158 run           osmo-ms-virt-phy/00019: Starting virtphy
22:48:40.866739 run   osmo-ms-virt-phy/00019(pid=54): Launched
22:48:40.874475 run           osmo-ms-virt-phy/00020: Starting virtphy
22:48:40.890673 run   osmo-ms-virt-phy/00020(pid=55): Launched
22:48:40.898294 run           osmo-ms-virt-phy/00021: Starting virtphy
22:48:40.914851 run   osmo-ms-virt-phy/00021(pid=56): Launched
22:48:40.922487 run           osmo-ms-virt-phy/00022: Starting virtphy
22:48:40.938943 run   osmo-ms-virt-phy/00022(pid=57): Launched
22:48:40.946401 run           osmo-ms-virt-phy/00023: Starting virtphy
22:48:40.962900 run   osmo-ms-virt-phy/00023(pid=58): Launched
22:48:40.975234 run           osmo-ms-virt-phy/00024: Starting virtphy
22:48:40.991240 run   osmo-ms-virt-phy/00024(pid=59): Launched
22:48:40.998736 run           osmo-ms-virt-phy/00025: Starting virtphy
22:48:41.014384 run   osmo-ms-virt-phy/00025(pid=60): Launched
22:48:41.021741 run           osmo-ms-virt-phy/00026: Starting virtphy
22:48:41.037424 run   osmo-ms-virt-phy/00026(pid=61): Launched
22:48:41.044674 run           osmo-ms-virt-phy/00027: Starting virtphy
22:48:41.060968 run   osmo-ms-virt-phy/00027(pid=62): Launched
22:48:41.068507 run           osmo-ms-virt-phy/00028: Starting virtphy
22:48:41.084302 run   osmo-ms-virt-phy/00028(pid=63): Launched
22:48:41.098717 run           osmo-ms-virt-phy/00029: Starting virtphy
22:48:41.123937 run   osmo-ms-virt-phy/00029(pid=64): Launched
22:48:41.132831 run           osmo-ms-virt-phy/00030: Starting virtphy
22:48:41.150835 run   osmo-ms-virt-phy/00030(pid=65): Launched
22:48:41.160075 run           osmo-ms-virt-phy/00031: Starting virtphy
22:48:41.177965 run   osmo-ms-virt-phy/00031(pid=66): Launched
22:48:41.187509 run           osmo-ms-virt-phy/00032: Starting virtphy
22:48:41.206887 run   osmo-ms-virt-phy/00032(pid=67): Launched
22:48:41.216173 run           osmo-ms-virt-phy/00033: Starting virtphy
22:48:41.234078 run   osmo-ms-virt-phy/00033(pid=68): Launched
22:48:41.245138 run           osmo-ms-virt-phy/00034: Starting virtphy
22:48:41.261612 run   osmo-ms-virt-phy/00034(pid=69): Launched
22:48:41.269419 run           osmo-ms-virt-phy/00035: Starting virtphy
22:48:41.285767 run   osmo-ms-virt-phy/00035(pid=70): Launched
22:48:41.293360 run           osmo-ms-virt-phy/00036: Starting virtphy
22:48:41.308812 run   osmo-ms-virt-phy/00036(pid=71): Launched
22:48:41.315830 run           osmo-ms-virt-phy/00037: Starting virtphy
22:48:41.330423 run   osmo-ms-virt-phy/00037(pid=72): Launched
22:48:41.337410 run           osmo-ms-virt-phy/00038: Starting virtphy
22:48:41.354010 run   osmo-ms-virt-phy/00038(pid=73): Launched
22:48:41.363085 run           osmo-ms-virt-phy/00039: Starting virtphy
22:48:41.380125 run   osmo-ms-virt-phy/00039(pid=74): Launched
22:48:41.387707 run           osmo-ms-virt-phy/00040: Starting virtphy
22:48:41.409005 run   osmo-ms-virt-phy/00040(pid=75): Launched
22:48:41.425375 run           osmo-ms-virt-phy/00041: Starting virtphy
22:48:41.459335 run   osmo-ms-virt-phy/00041(pid=76): Launched
22:48:41.474519 run           osmo-ms-virt-phy/00042: Starting virtphy
22:48:41.495026 run   osmo-ms-virt-phy/00042(pid=77): Launched
22:48:41.508770 run           osmo-ms-virt-phy/00043: Starting virtphy
22:48:41.528255 run   osmo-ms-virt-phy/00043(pid=78): Launched
22:48:41.535850 run           osmo-ms-virt-phy/00044: Starting virtphy
22:48:41.551864 run   osmo-ms-virt-phy/00044(pid=79): Launched
22:48:41.559126 run           osmo-ms-virt-phy/00045: Starting virtphy
22:48:41.574651 run   osmo-ms-virt-phy/00045(pid=80): Launched
22:48:41.582322 run           osmo-ms-virt-phy/00046: Starting virtphy
22:48:41.598889 run   osmo-ms-virt-phy/00046(pid=81): Launched
22:48:41.606461 run           osmo-ms-virt-phy/00047: Starting virtphy
22:48:41.622968 run   osmo-ms-virt-phy/00047(pid=82): Launched
22:48:41.630801 run           osmo-ms-virt-phy/00048: Starting virtphy
22:48:41.647675 run   osmo-ms-virt-phy/00048(pid=83): Launched
22:48:41.655474 run           osmo-ms-virt-phy/00049: Starting virtphy
22:48:41.671720 run   osmo-ms-virt-phy/00049(pid=84): Launched
22:48:41.679281 run           osmo-ms-virt-phy/00050: Starting virtphy
22:48:41.695974 run   osmo-ms-virt-phy/00050(pid=85): Launched
22:48:41.703807 run           osmo-ms-virt-phy/00051: Starting virtphy
22:48:41.720780 run   osmo-ms-virt-phy/00051(pid=86): Launched
22:48:41.728509 run           osmo-ms-virt-phy/00052: Starting virtphy
22:48:41.744996 run   osmo-ms-virt-phy/00052(pid=87): Launched
22:48:41.752631 run           osmo-ms-virt-phy/00053: Starting virtphy
22:48:41.768823 run   osmo-ms-virt-phy/00053(pid=88): Launched
22:48:41.776318 run           osmo-ms-virt-phy/00054: Starting virtphy
22:48:41.792826 run   osmo-ms-virt-phy/00054(pid=89): Launched
22:48:41.804164 run           osmo-ms-virt-phy/00055: Starting virtphy
22:48:41.820463 run   osmo-ms-virt-phy/00055(pid=90): Launched
22:48:41.828027 run           osmo-ms-virt-phy/00056: Starting virtphy
22:48:41.844099 run   osmo-ms-virt-phy/00056(pid=91): Launched
22:48:41.851629 run           osmo-ms-virt-phy/00057: Starting virtphy
22:48:41.867511 run   osmo-ms-virt-phy/00057(pid=92): Launched
22:48:41.874690 run           osmo-ms-virt-phy/00058: Starting virtphy
22:48:41.890356 run   osmo-ms-virt-phy/00058(pid=93): Launched
22:48:41.897918 run           osmo-ms-virt-phy/00059: Starting virtphy
22:48:41.914153 run   osmo-ms-virt-phy/00059(pid=94): Launched
22:48:41.921498 run           osmo-ms-virt-phy/00060: Starting virtphy
22:48:41.936831 run   osmo-ms-virt-phy/00060(pid=95): Launched
22:48:41.943786 run           osmo-ms-virt-phy/00061: Starting virtphy
22:48:41.958750 run   osmo-ms-virt-phy/00061(pid=96): Launched
22:48:41.965573 run           osmo-ms-virt-phy/00062: Starting virtphy
22:48:41.979766 run   osmo-ms-virt-phy/00062(pid=97): Launched
22:48:41.986511 run           osmo-ms-virt-phy/00063: Starting virtphy
22:48:42.001343 run   osmo-ms-virt-phy/00063(pid=98): Launched
22:48:42.008137 run           osmo-ms-virt-phy/00064: Starting virtphy
22:48:42.022588 run   osmo-ms-virt-phy/00064(pid=99): Launched
22:48:42.029636 run           osmo-ms-virt-phy/00065: Starting virtphy
22:48:42.045500 run  osmo-ms-virt-phy/00065(pid=100): Launched
22:48:42.053237 run           osmo-ms-virt-phy/00066: Starting virtphy
22:48:42.069735 run  osmo-ms-virt-phy/00066(pid=101): Launched
22:48:42.077546 run           osmo-ms-virt-phy/00067: Starting virtphy
22:48:42.093440 run  osmo-ms-virt-phy/00067(pid=102): Launched
22:48:42.100935 run           osmo-ms-virt-phy/00068: Starting virtphy
22:48:42.117006 run  osmo-ms-virt-phy/00068(pid=103): Launched
22:48:42.124523 run           osmo-ms-virt-phy/00069: Starting virtphy
22:48:42.140557 run  osmo-ms-virt-phy/00069(pid=104): Launched
22:48:42.147933 run           osmo-ms-virt-phy/00070: Starting virtphy
22:48:42.163965 run  osmo-ms-virt-phy/00070(pid=105): Launched
22:48:42.171531 run           osmo-ms-virt-phy/00071: Starting virtphy
22:48:42.188115 run  osmo-ms-virt-phy/00071(pid=106): Launched
22:48:42.195832 run           osmo-ms-virt-phy/00072: Starting virtphy
22:48:42.212381 run  osmo-ms-virt-phy/00072(pid=107): Launched
22:48:42.220118 run           osmo-ms-virt-phy/00073: Starting virtphy
22:48:42.236933 run  osmo-ms-virt-phy/00073(pid=108): Launched
22:48:42.244467 run           osmo-ms-virt-phy/00074: Starting virtphy
22:48:42.260337 run  osmo-ms-virt-phy/00074(pid=109): Launched
22:48:42.267547 run           osmo-ms-virt-phy/00075: Starting virtphy
22:48:42.283167 run  osmo-ms-virt-phy/00075(pid=110): Launched
22:48:42.290764 run           osmo-ms-virt-phy/00076: Starting virtphy
22:48:42.307194 run  osmo-ms-virt-phy/00076(pid=111): Launched
22:48:42.314686 run           osmo-ms-virt-phy/00077: Starting virtphy
22:48:42.330779 run  osmo-ms-virt-phy/00077(pid=112): Launched
22:48:42.338176 run           osmo-ms-virt-phy/00078: Starting virtphy
22:48:42.354411 run  osmo-ms-virt-phy/00078(pid=113): Launched
22:48:42.361902 run           osmo-ms-virt-phy/00079: Starting virtphy
22:48:42.377979 run  osmo-ms-virt-phy/00079(pid=114): Launched
22:48:42.385358 run           osmo-ms-virt-phy/00080: Starting virtphy
22:48:42.401044 run  osmo-ms-virt-phy/00080(pid=115): Launched
22:48:42.408180 run           osmo-ms-virt-phy/00081: Starting virtphy
22:48:42.423192 run  osmo-ms-virt-phy/00081(pid=116): Launched
22:48:42.430266 run           osmo-ms-virt-phy/00082: Starting virtphy
22:48:42.632606 run  osmo-ms-virt-phy/00082(pid=117): Launched
22:48:42.638934 run           osmo-ms-virt-phy/00083: Starting virtphy
22:48:42.652502 run  osmo-ms-virt-phy/00083(pid=118): Launched
22:48:42.658786 run           osmo-ms-virt-phy/00084: Starting virtphy
22:48:42.672645 run  osmo-ms-virt-phy/00084(pid=119): Launched
22:48:42.678920 run           osmo-ms-virt-phy/00085: Starting virtphy
22:48:42.692257 run  osmo-ms-virt-phy/00085(pid=120): Launched
22:48:42.698478 run           osmo-ms-virt-phy/00086: Starting virtphy
22:48:42.711499 run  osmo-ms-virt-phy/00086(pid=121): Launched
22:48:42.717703 run           osmo-ms-virt-phy/00087: Starting virtphy
22:48:42.730900 run  osmo-ms-virt-phy/00087(pid=122): Launched
22:48:42.737175 run           osmo-ms-virt-phy/00088: Starting virtphy
22:48:42.750427 run  osmo-ms-virt-phy/00088(pid=123): Launched
22:48:42.757125 run           osmo-ms-virt-phy/00089: Starting virtphy
22:48:42.770731 run  osmo-ms-virt-phy/00089(pid=124): Launched
22:48:42.777416 run           osmo-ms-virt-phy/00090: Starting virtphy
22:48:42.791166 run  osmo-ms-virt-phy/00090(pid=125): Launched
22:48:42.797562 run           osmo-ms-virt-phy/00091: Starting virtphy
22:48:42.811982 run  osmo-ms-virt-phy/00091(pid=126): Launched
22:48:42.818596 run           osmo-ms-virt-phy/00092: Starting virtphy
22:48:42.832386 run  osmo-ms-virt-phy/00092(pid=127): Launched
22:48:42.838979 run           osmo-ms-virt-phy/00093: Starting virtphy
22:48:42.853772 run  osmo-ms-virt-phy/00093(pid=128): Launched
22:48:42.860856 run           osmo-ms-virt-phy/00094: Starting virtphy
22:48:42.876637 run  osmo-ms-virt-phy/00094(pid=129): Launched
22:48:42.883867 run           osmo-ms-virt-phy/00095: Starting virtphy
22:48:42.899235 run  osmo-ms-virt-phy/00095(pid=130): Launched
22:48:42.906243 run           osmo-ms-virt-phy/00096: Starting virtphy
22:48:42.921217 run  osmo-ms-virt-phy/00096(pid=131): Launched
22:48:42.928056 run           osmo-ms-virt-phy/00097: Starting virtphy
22:48:42.943706 run  osmo-ms-virt-phy/00097(pid=132): Launched
22:48:42.951279 run           osmo-ms-virt-phy/00098: Starting virtphy
22:48:42.967580 run  osmo-ms-virt-phy/00098(pid=133): Launched
22:48:42.976004 run           osmo-ms-virt-phy/00099: Starting virtphy
22:48:42.993683 run  osmo-ms-virt-phy/00099(pid=134): Launched
22:48:43.003042 run                             mass: Checking if sockets are in the filesystem
22:48:43.019510 run                osmo-ms-mob/00000: Starting mobile
22:48:43.037361 run       osmo-ms-mob/00000(pid=135): Launched
22:48:43.055843 run                             mass: MS start registered  {at=5050628.759146727, delay=0.009333250112831593, ms=00000}
22:48:47.220884 run                osmo-ms-mob/00001: Starting mobile
22:48:47.238603 run       osmo-ms-mob/00001(pid=136): Launched
22:48:47.261134 run                             mass: MS start registered  {at=5050632.964443264, delay=0.013791375793516636, ms=00001}
22:48:48.259535 run                             mass: MS performed LU  {at=5050633.962853193, lu_delay=5.203706466592848, ms=00000}
22:48:49.018025 run                osmo-ms-mob/00002: Starting mobile
22:48:49.032180 run       osmo-ms-mob/00002(pid=137): Launched
22:48:49.045142 run                             mass: MS start registered  {at=5050634.74847149, delay=0.005933934822678566, ms=00002}
22:48:50.319387 run                osmo-ms-mob/00003: Starting mobile
22:48:50.337481 run       osmo-ms-mob/00003(pid=138): Launched
22:48:50.360717 run                             mass: MS start registered  {at=5050636.064045481, delay=0.013838464394211769, ms=00003}
22:48:51.423298 run                osmo-ms-mob/00004: Starting mobile
22:48:51.442504 run       osmo-ms-mob/00004(pid=139): Launched
22:48:51.460824 run                             mass: MS start registered  {at=5050637.164126333, delay=0.00886973924934864, ms=00004}
22:48:52.025900 run                             mass: MS performed LU  {at=5050637.729215969, lu_delay=4.764772705733776, ms=00001}
22:48:52.425808 run                osmo-ms-mob/00005: Starting mobile
22:48:52.460180 run       osmo-ms-mob/00005(pid=140): Launched
22:48:52.475723 run                             mass: MS start registered  {at=5050638.17905858, delay=3.639888018369675e-05, ms=00005}
22:48:53.431397 run                osmo-ms-mob/00006: Starting mobile
22:48:53.468070 run       osmo-ms-mob/00006(pid=141): Launched
22:48:53.485817 run                             mass: Starting too slowly. Moving on {now=5050639.189173008, sleep=-0.07493739295750856, target=5050639.114235615}
22:48:53.501583 run                             mass: MS start registered  {at=5050639.204916487, delay=0.01574901957064867, ms=00006}
22:48:53.518021 run                             mass: Starting too slowly. Moving on {now=5050639.22138233, sleep=-0.007146715186536312, target=5050639.214235615}
22:48:54.218077 run                osmo-ms-mob/00007: Starting mobile
22:48:54.233036 run       osmo-ms-mob/00007(pid=142): Launched
22:48:54.245360 run                             mass: MS start registered  {at=5050639.948702952, delay=0.0054522184655070305, ms=00007}
22:48:54.633083 run                             mass: MS performed LU  {at=5050640.336384087, lu_delay=5.58791259676218, ms=00002}
22:48:55.017904 run                osmo-ms-mob/00008: Starting mobile
22:48:55.031480 run       osmo-ms-mob/00008(pid=143): Launched
22:48:55.043217 run                             mass: MS start registered  {at=5050640.746561279, delay=0.005369996652007103, ms=00008}
22:48:55.718077 run                osmo-ms-mob/00009: Starting mobile
22:48:55.731973 run       osmo-ms-mob/00009(pid=144): Launched
22:48:55.743850 run                             mass: MS start registered  {at=5050641.447182889, delay=0.0055381981655955315, ms=00009}
22:48:55.791068 run                             mass: MS performed LU  {at=5050641.494384714, lu_delay=5.430339233018458, ms=00003}
22:48:56.417959 run                osmo-ms-mob/00010: Starting mobile
22:48:56.435439 run       osmo-ms-mob/00010(pid=145): Launched
22:48:56.448914 run                             mass: MS start registered  {at=5050642.152245948, delay=0.0013347286731004715, ms=00010}
22:48:57.017237 run                osmo-ms-mob/00011: Starting mobile
22:48:57.031839 run       osmo-ms-mob/00011(pid=146): Launched
22:48:57.044194 run                             mass: MS start registered  {at=5050642.747539064, delay=0.005476311780512333, ms=00011}
22:48:57.618728 run                osmo-ms-mob/00012: Starting mobile
22:48:57.635951 run       osmo-ms-mob/00012(pid=147): Launched
22:48:57.650415 run                             mass: MS start registered  {at=5050643.353737685, delay=0.006209651939570904, ms=00012}
22:48:57.693105 run                             mass: MS performed LU  {at=5050643.396432483, lu_delay=5.217373902909458, ms=00005}
22:48:57.720649 run                             mass: MS performed LU  {at=5050643.423960278, lu_delay=6.259833944961429, ms=00004}
22:48:58.438981 run                osmo-ms-mob/00013: Starting mobile
22:48:58.452533 run       osmo-ms-mob/00013(pid=148): Launched
22:48:58.458984 run                             mass: Starting too slowly. Moving on {now=5050644.162351325, sleep=-0.14811572805047035, target=5050644.014235597}
22:48:58.465277 run                             mass: MS start registered  {at=5050644.168635509, delay=0.006286498159170151, ms=00013}
22:48:58.471203 run                             mass: Starting too slowly. Moving on {now=5050644.174572172, sleep=-0.06033657491207123, target=5050644.114235597}
22:48:58.817280 run                osmo-ms-mob/00014: Starting mobile
22:48:58.831395 run       osmo-ms-mob/00014(pid=149): Launched
22:48:58.843091 run                             mass: MS start registered  {at=5050644.546437519, delay=0.005257968790829182, ms=00014}
22:48:59.417215 run                osmo-ms-mob/00015: Starting mobile
22:48:59.431101 run       osmo-ms-mob/00015(pid=150): Launched
22:48:59.442779 run                             mass: MS start registered  {at=5050645.146122783, delay=0.005185822024941444, ms=00015}
22:48:59.793011 run                             mass: MS performed LU  {at=5050645.496332383, lu_delay=6.291415895335376, ms=00006}
22:48:59.857226 run                             mass: MS performed LU  {at=5050645.560556075, lu_delay=5.611853122711182, ms=00007}
22:48:59.881686 run                osmo-ms-mob/00016: Starting mobile
22:48:59.896388 run       osmo-ms-mob/00016(pid=151): Launched
22:48:59.908334 run                             mass: MS start registered  {at=5050645.611686189, delay=0.005126910284161568, ms=00016}
22:48:59.926766 run                             mass: MS performed LU  {at=5050645.630114866, lu_delay=4.883553587831557, ms=00008}
22:49:00.417682 run                osmo-ms-mob/00017: Starting mobile
22:49:00.431614 run       osmo-ms-mob/00017(pid=152): Launched
22:49:00.443092 run                             mass: MS start registered  {at=5050646.146437871, delay=0.00510308425873518, ms=00017}
22:49:01.018387 run                osmo-ms-mob/00018: Starting mobile
22:49:01.033058 run       osmo-ms-mob/00018(pid=153): Launched
22:49:01.046542 run                             mass: MS start registered  {at=5050646.749880013, delay=0.005649140104651451, ms=00018}
22:49:01.417830 run                osmo-ms-mob/00019: Starting mobile
22:49:01.431272 run       osmo-ms-mob/00019(pid=154): Launched
22:49:01.442460 run                             mass: MS start registered  {at=5050647.145807262, delay=0.004669682122766972, ms=00019}
22:49:01.458354 run                             mass: MS performed LU  {at=5050647.161673543, lu_delay=5.009427594952285, ms=00010}
22:49:01.486283 run                             mass: MS performed LU  {at=5050647.189619904, lu_delay=5.742437015287578, ms=00009}
22:49:01.592558 run                             mass: MS performed LU  {at=5050647.29587845, lu_delay=4.548339386470616, ms=00011}
22:49:01.918240 run                osmo-ms-mob/00020: Starting mobile
22:49:01.934319 run       osmo-ms-mob/00020(pid=155): Launched
22:49:01.947466 run                             mass: MS start registered  {at=5050647.650813347, delay=0.004883942194283009, ms=00020}
22:49:02.417747 run                osmo-ms-mob/00021: Starting mobile
22:49:02.432056 run       osmo-ms-mob/00021(pid=156): Launched
22:49:02.444090 run                             mass: MS start registered  {at=5050648.147431084, delay=0.005458780564367771, ms=00021}
22:49:02.817163 run                osmo-ms-mob/00022: Starting mobile
22:49:02.832291 run       osmo-ms-mob/00022(pid=157): Launched
22:49:02.844013 run                             mass: MS start registered  {at=5050648.547358352, delay=0.005023587495088577, ms=00022}
22:49:03.317184 run                osmo-ms-mob/00023: Starting mobile
22:49:03.331175 run       osmo-ms-mob/00023(pid=158): Launched
22:49:03.337600 run                             mass: MS performed LU  {at=5050649.040958817, lu_delay=5.687221132218838, ms=00012}
22:49:03.343863 run                             mass: MS start registered  {at=5050649.047229343, delay=0.006289968267083168, ms=00023}
22:49:03.387617 run                             mass: MS performed LU  {at=5050649.09094912, lu_delay=4.922313611023128, ms=00013}
22:49:03.692438 run                             mass: MS performed LU  {at=5050649.395771043, lu_delay=4.8493335247039795, ms=00014}
22:49:03.705388 run                osmo-ms-mob/00024: Starting mobile
22:49:03.720642 run       osmo-ms-mob/00024(pid=159): Launched
22:49:03.733407 run                             mass: MS start registered  {at=5050649.436739968, delay=0.005770825780928135, ms=00024}
22:49:04.217810 run                osmo-ms-mob/00025: Starting mobile
22:49:04.231418 run       osmo-ms-mob/00025(pid=160): Launched
22:49:04.244316 run                             mass: MS start registered  {at=5050649.947653874, delay=0.006523408927023411, ms=00025}
22:49:04.616823 run                osmo-ms-mob/00026: Starting mobile
22:49:04.630791 run       osmo-ms-mob/00026(pid=161): Launched
22:49:04.643247 run                             mass: MS start registered  {at=5050650.346585145, delay=0.0057009365409612656, ms=00026}
22:49:05.017763 run                osmo-ms-mob/00027: Starting mobile
22:49:05.031706 run       osmo-ms-mob/00027(pid=162): Launched
22:49:05.043103 run                             mass: MS start registered  {at=5050650.746450298, delay=0.005102788098156452, ms=00027}
22:49:05.122385 run                             mass: MS performed LU  {at=5050650.825720544, lu_delay=4.679282672703266, ms=00017}
22:49:05.224283 run                             mass: MS performed LU  {at=5050650.927617986, lu_delay=5.315931797027588, ms=00016}
22:49:05.251915 run                             mass: MS performed LU  {at=5050650.955250865, lu_delay=5.809128081426024, ms=00015}
22:49:05.264713 run                osmo-ms-mob/00028: Starting mobile
22:49:05.279862 run       osmo-ms-mob/00028(pid=163): Launched
22:49:05.292619 run                             mass: MS start registered  {at=5050650.995957965, delay=0.005797270685434341, ms=00028}
22:49:05.817559 run                osmo-ms-mob/00029: Starting mobile
22:49:05.833192 run       osmo-ms-mob/00029(pid=164): Launched
22:49:05.846011 run                             mass: MS start registered  {at=5050651.549352549, delay=0.005721608176827431, ms=00029}
22:49:06.220622 run                osmo-ms-mob/00030: Starting mobile
22:49:06.234939 run       osmo-ms-mob/00030(pid=165): Launched
22:49:06.246622 run                             mass: MS start registered  {at=5050651.94996606, delay=0.0050849393010139465, ms=00030}
22:49:06.618167 run                osmo-ms-mob/00031: Starting mobile
22:49:06.634159 run       osmo-ms-mob/00031(pid=166): Launched
22:49:06.647724 run                             mass: MS start registered  {at=5050652.351066135, delay=0.005815089680254459, ms=00031}
22:49:06.918256 run                osmo-ms-mob/00032: Starting mobile
22:49:06.934668 run       osmo-ms-mob/00032(pid=167): Launched
22:49:06.948398 run                             mass: MS start registered  {at=5050652.651731271, delay=0.005706284195184708, ms=00032}
22:49:07.088820 run                             mass: MS performed LU  {at=5050652.792156343, lu_delay=4.644725259393454, ms=00021}
22:49:07.153639 run                             mass: MS performed LU  {at=5050652.856975309, lu_delay=5.206161961890757, ms=00020}
22:49:07.222914 run                             mass: MS performed LU  {at=5050652.926232619, lu_delay=6.176352606154978, ms=00018}
22:49:07.237813 run                osmo-ms-mob/00033: Starting mobile
22:49:07.255528 run       osmo-ms-mob/00033(pid=168): Launched
22:49:07.263928 run                             mass: MS performed LU  {at=5050652.967278135, lu_delay=5.821470873430371, ms=00019}
22:49:07.273583 run                             mass: MS start registered  {at=5050652.976907835, delay=0.009654976427555084, ms=00033}
22:49:07.717368 run                osmo-ms-mob/00034: Starting mobile
22:49:07.732848 run       osmo-ms-mob/00034(pid=169): Launched
22:49:07.746642 run                             mass: MS start registered  {at=5050653.449987035, delay=0.006209983490407467, ms=00034}
22:49:08.026016 run                osmo-ms-mob/00035: Starting mobile
22:49:08.044908 run       osmo-ms-mob/00035(pid=170): Launched
22:49:08.056373 run                             mass: MS start registered  {at=5050653.75972334, delay=0.004989742301404476, ms=00035}
22:49:08.424979 run                osmo-ms-mob/00036: Starting mobile
22:49:08.439935 run       osmo-ms-mob/00036(pid=171): Launched
22:49:08.451178 run                             mass: MS start registered  {at=5050654.154524709, delay=0.005150346085429192, ms=00036}
22:49:08.818471 run                osmo-ms-mob/00037: Starting mobile
22:49:08.831669 run       osmo-ms-mob/00037(pid=172): Launched
22:49:08.842695 run                             mass: MS start registered  {at=5050654.546043397, delay=0.004852496087551117, ms=00037}
22:49:08.889737 run                             mass: MS performed LU  {at=5050654.592989039, lu_delay=6.045630686916411, ms=00022}
22:49:08.991335 run                             mass: MS performed LU  {at=5050654.694569511, lu_delay=4.746915637515485, ms=00025}
22:49:09.018843 run                osmo-ms-mob/00038: Starting mobile
22:49:09.032105 run       osmo-ms-mob/00038(pid=173): Launched
22:49:09.038479 run                             mass: MS performed LU  {at=5050654.741836129, lu_delay=5.694606785662472, ms=00023}
22:49:09.044505 run                             mass: MS start registered  {at=5050654.747871193, delay=0.006058467552065849, ms=00038}
22:49:09.162971 run                             mass: MS performed LU  {at=5050654.866219276, lu_delay=5.429479307495058, ms=00024}
22:49:09.191806 run                osmo-ms-mob/00039: Starting mobile
22:49:09.204966 run       osmo-ms-mob/00039(pid=174): Launched
22:49:09.215861 run                             mass: MS start registered  {at=5050654.919212759, delay=0.004824437201023102, ms=00039}
22:49:09.817104 run                osmo-ms-mob/00040: Starting mobile
22:49:09.831382 run       osmo-ms-mob/00040(pid=175): Launched
22:49:09.842949 run                             mass: MS start registered  {at=5050655.546289575, delay=0.005319040268659592, ms=00040}
22:49:10.118172 run                osmo-ms-mob/00041: Starting mobile
22:49:10.132098 run       osmo-ms-mob/00041(pid=176): Launched
22:49:10.143256 run                             mass: MS start registered  {at=5050655.846598092, delay=0.004853393882513046, ms=00041}
22:49:10.418456 run                osmo-ms-mob/00042: Starting mobile
22:49:10.432136 run       osmo-ms-mob/00042(pid=177): Launched
22:49:10.443602 run                             mass: MS start registered  {at=5050656.146949766, delay=0.005085863173007965, ms=00042}
22:49:10.817434 run                osmo-ms-mob/00043: Starting mobile
22:49:10.831778 run       osmo-ms-mob/00043(pid=178): Launched
22:49:10.843631 run                             mass: MS start registered  {at=5050656.54698511, delay=0.005424336530268192, ms=00043}
22:49:10.854844 run                             mass: MS performed LU  {at=5050656.558171643, lu_delay=4.608205582946539, ms=00030}
22:49:10.919881 run                             mass: MS performed LU  {at=5050656.623162169, lu_delay=5.073809619992971, ms=00029}
22:49:10.933153 run                osmo-ms-mob/00044: Starting mobile
22:49:10.946827 run       osmo-ms-mob/00044(pid=179): Launched
22:49:10.958296 run                             mass: MS start registered  {at=5050656.661644564, delay=0.005100494250655174, ms=00044}
22:49:10.989146 run                             mass: MS performed LU  {at=5050656.692452341, lu_delay=5.696494376286864, ms=00028}
22:49:11.025264 run                             mass: MS performed LU  {at=5050656.728582447, lu_delay=6.381997302174568, ms=00026}
22:49:11.043065 run                osmo-ms-mob/00045: Starting mobile
22:49:11.057179 run       osmo-ms-mob/00045(pid=180): Launched
22:49:11.069462 run                             mass: MS start registered  {at=5050656.772807959, delay=0.005617854185402393, ms=00045}
22:49:11.717590 run                osmo-ms-mob/00046: Starting mobile
22:49:11.732127 run       osmo-ms-mob/00046(pid=181): Launched
22:49:11.744338 run                             mass: MS start registered  {at=5050657.447677596, delay=0.00578593835234642, ms=00046}
22:49:12.017699 run                osmo-ms-mob/00047: Starting mobile
22:49:12.031812 run       osmo-ms-mob/00047(pid=182): Launched
22:49:12.043267 run                             mass: MS start registered  {at=5050657.746616685, delay=0.005082962103188038, ms=00047}
22:49:12.319665 run                osmo-ms-mob/00048: Starting mobile
22:49:12.332982 run       osmo-ms-mob/00048(pid=183): Launched
22:49:12.344295 run                             mass: MS start registered  {at=5050658.047637331, delay=0.004848487675189972, ms=00048}
22:49:12.617619 run                osmo-ms-mob/00049: Starting mobile
22:49:12.631209 run       osmo-ms-mob/00049(pid=184): Launched
22:49:12.642634 run                             mass: MS start registered  {at=5050658.345980458, delay=0.005128325894474983, ms=00049}
22:49:12.654006 run                             mass: MS performed LU  {at=5050658.357350428, lu_delay=4.597627087496221, ms=00035}
22:49:12.756005 run                             mass: MS performed LU  {at=5050658.459336349, lu_delay=6.1082702139392495, ms=00031}
22:49:12.767695 run                osmo-ms-mob/00050: Starting mobile
22:49:12.781277 run       osmo-ms-mob/00050(pid=185): Launched
22:49:12.787791 run                             mass: MS performed LU  {at=5050658.491146662, lu_delay=5.839415390975773, ms=00032}
22:49:12.793837 run                             mass: MS start registered  {at=5050658.497203389, delay=0.006076914258301258, ms=00050}
22:49:12.926568 run                             mass: MS performed LU  {at=5050658.629898673, lu_delay=5.652990837581456, ms=00033}
22:49:12.963146 run                             mass: MS performed LU  {at=5050658.666481349, lu_delay=5.216494313441217, ms=00034}
22:49:12.974494 run                osmo-ms-mob/00051: Starting mobile
22:49:12.988188 run       osmo-ms-mob/00051(pid=186): Launched
22:49:12.999889 run                             mass: MS start registered  {at=5050658.703234579, delay=0.005239278078079224, ms=00051}
22:49:13.617684 run                osmo-ms-mob/00052: Starting mobile
22:49:13.631288 run       osmo-ms-mob/00052(pid=187): Launched
22:49:13.642775 run                             mass: MS start registered  {at=5050659.346126387, delay=0.004879530519247055, ms=00052}
22:49:13.917370 run                osmo-ms-mob/00053: Starting mobile
22:49:14.114846 run       osmo-ms-mob/00053(pid=188): Launched
22:49:14.121235 run                             mass: Starting too slowly. Moving on {now=5050659.82460138, sleep=-0.110365841537714, target=5050659.714235539}
22:49:14.127315 run                             mass: MS start registered  {at=5050659.830673536, delay=0.0060760583728551865, ms=00053}
22:49:14.134941 run                             mass: Starting too slowly. Moving on {now=5050659.838310285, sleep=-0.024074746295809746, target=5050659.814235538}
22:49:14.233928 run                osmo-ms-mob/00054: Starting mobile
22:49:14.247927 run       osmo-ms-mob/00054(pid=189): Launched
22:49:14.259178 run                             mass: MS start registered  {at=5050659.962521592, delay=0.00483801681548357, ms=00054}
22:49:14.517367 run                osmo-ms-mob/00055: Starting mobile
22:49:14.531606 run       osmo-ms-mob/00055(pid=190): Launched
22:49:14.543181 run                             mass: MS start registered  {at=5050660.246529341, delay=0.005191616714000702, ms=00055}
22:49:14.619977 run                             mass: MS performed LU  {at=5050660.323310927, lu_delay=5.40409816801548, ms=00039}
22:49:14.685176 run                             mass: MS performed LU  {at=5050660.388513255, lu_delay=5.640642061829567, ms=00038}
22:49:14.697005 run                osmo-ms-mob/00056: Starting mobile
22:49:14.710776 run       osmo-ms-mob/00056(pid=191): Launched
22:49:14.722192 run                             mass: MS start registered  {at=5050660.425535436, delay=0.005114724859595299, ms=00056}
22:49:14.754875 run                             mass: MS performed LU  {at=5050660.458208284, lu_delay=4.911918709054589, ms=00040}
22:49:14.790841 run                             mass: MS performed LU  {at=5050660.494174845, lu_delay=5.948131447657943, ms=00037}
22:49:14.802585 run                osmo-ms-mob/00057: Starting mobile
22:49:14.816545 run       osmo-ms-mob/00057(pid=192): Launched
22:49:14.827777 run                             mass: MS start registered  {at=5050660.531089031, delay=0.004934324882924557, ms=00057}
22:49:14.864912 run                             mass: MS performed LU  {at=5050660.568243056, lu_delay=6.413718346506357, ms=00036}
22:49:15.119253 run                             mass: MS performed LU  {at=5050660.822589783, lu_delay=4.975991691462696, ms=00041}
22:49:15.532543 run                osmo-ms-mob/00058: Starting mobile
22:49:15.546952 run       osmo-ms-mob/00058(pid=193): Launched
22:49:15.558030 run                             mass: MS start registered  {at=5050661.261375492, delay=0.004670032300055027, ms=00058}
22:49:15.732418 run                             mass: MS performed LU  {at=5050661.435752542, lu_delay=3.689135856926441, ms=00047}
22:49:15.744301 run                osmo-ms-mob/00059: Starting mobile
22:49:15.758468 run       osmo-ms-mob/00059(pid=194): Launched
22:49:15.769673 run                             mass: MS start registered  {at=5050661.473006208, delay=0.004896378144621849, ms=00059}
22:49:16.117137 run                osmo-ms-mob/00060: Starting mobile
22:49:16.130922 run       osmo-ms-mob/00060(pid=195): Launched
22:49:16.142197 run                             mass: MS start registered  {at=5050661.845545919, delay=0.004797325469553471, ms=00060}
22:49:16.420000 run                             mass: MS performed LU  {at=5050662.123337314, lu_delay=4.675659718923271, ms=00046}
22:49:16.432329 run                osmo-ms-mob/00061: Starting mobile
22:49:16.446427 run       osmo-ms-mob/00061(pid=196): Launched
22:49:16.458161 run                             mass: MS start registered  {at=5050662.161492938, delay=0.005251995287835598, ms=00061}
22:49:16.522032 run                             mass: MS performed LU  {at=5050662.225311831, lu_delay=5.452503872103989, ms=00045}
22:49:16.549231 run                             mass: MS performed LU  {at=5050662.252567373, lu_delay=5.705582262948155, ms=00043}
22:49:16.561516 run                osmo-ms-mob/00062: Starting mobile
22:49:16.575350 run       osmo-ms-mob/00062(pid=197): Launched
22:49:16.586536 run                             mass: MS start registered  {at=5050662.289883879, delay=0.004857392981648445, ms=00062}
22:49:16.692550 run                             mass: MS performed LU  {at=5050662.395860145, lu_delay=6.248910378664732, ms=00042}
22:49:16.729656 run                             mass: MS performed LU  {at=5050662.432926468, lu_delay=5.7712819036096334, ms=00044}
22:49:16.746769 run                osmo-ms-mob/00063: Starting mobile
22:49:16.760934 run       osmo-ms-mob/00063(pid=198): Launched
22:49:16.772149 run                             mass: MS start registered  {at=5050662.475503898, delay=0.004830717109143734, ms=00063}
22:49:17.517463 run                osmo-ms-mob/00064: Starting mobile
22:49:17.531015 run       osmo-ms-mob/00064(pid=199): Launched
22:49:17.542598 run                             mass: MS start registered  {at=5050663.245937186, delay=0.005112830549478531, ms=00064}
22:49:17.922718 run                osmo-ms-mob/00065: Starting mobile
22:49:17.935666 run       osmo-ms-mob/00065(pid=200): Launched
22:49:17.946495 run                             mass: MS start registered  {at=5050663.649848661, delay=0.004737404175102711, ms=00065}
22:49:18.221887 run                osmo-ms-mob/00066: Starting mobile
22:49:18.239014 run       osmo-ms-mob/00066(pid=201): Launched
22:49:18.256799 run                             mass: MS start registered  {at=5050663.960116238, delay=0.009857434779405594, ms=00066}
22:49:18.386561 run                             mass: MS performed LU  {at=5050664.089869921, lu_delay=4.7437435341998935, ms=00052}
22:49:18.451339 run                             mass: MS performed LU  {at=5050664.154656215, lu_delay=5.451421635225415, ms=00051}
22:49:18.520034 run                             mass: MS performed LU  {at=5050664.223358309, lu_delay=5.726154919713736, ms=00050}
22:49:18.532730 run                osmo-ms-mob/00067: Starting mobile
22:49:18.550830 run       osmo-ms-mob/00067(pid=202): Launched
22:49:18.557570 run                             mass: MS performed LU  {at=5050664.260921773, lu_delay=5.914941314607859, ms=00049}
22:49:18.563959 run                             mass: MS start registered  {at=5050664.267323332, delay=0.006427749991416931, ms=00067}
22:49:18.595205 run                             mass: MS performed LU  {at=5050664.29852027, lu_delay=6.250882938504219, ms=00048}
22:49:18.615592 run                osmo-ms-mob/00068: Starting mobile
22:49:18.630092 run       osmo-ms-mob/00068(pid=203): Launched
22:49:18.642571 run                             mass: MS start registered  {at=5050664.34590505, delay=0.0061082374304533005, ms=00068}
22:49:19.579237 run                osmo-ms-mob/00069: Starting mobile
22:49:19.593733 run       osmo-ms-mob/00069(pid=204): Launched
22:49:19.599994 run                             mass: Starting too slowly. Moving on {now=5050665.303364159, sleep=-0.1891286401078105, target=5050665.1142355185}
22:49:19.605816 run                             mass: MS start registered  {at=5050665.309176601, delay=0.005815314128994942, ms=00069}
22:49:19.611702 run                             mass: Starting too slowly. Moving on {now=5050665.315072767, sleep=-0.10083724930882454, target=5050665.214235518}
22:49:19.617269 run                             mass: Starting too slowly. Moving on {now=5050665.320640113, sleep=-0.006404595449566841, target=5050665.314235518}
22:49:19.929689 run                osmo-ms-mob/00070: Starting mobile
22:49:19.947836 run       osmo-ms-mob/00070(pid=205): Launched
22:49:19.953999 run                             mass: Starting too slowly. Moving on {now=5050665.657368474, sleep=-0.14313295669853687, target=5050665.514235517}
22:49:19.959689 run                             mass: MS start registered  {at=5050665.663031801, delay=0.0056658219546079636, ms=00070}
22:49:19.965552 run                             mass: Starting too slowly. Moving on {now=5050665.668922532, sleep=-0.0546870157122612, target=5050665.614235517}
22:49:20.353272 run                osmo-ms-mob/00071: Starting mobile
22:49:20.370757 run       osmo-ms-mob/00071(pid=206): Launched
22:49:20.376695 run                             mass: Starting too slowly. Moving on {now=5050666.080065425, sleep=-0.16582990903407335, target=5050665.9142355155}
22:49:20.382239 run                             mass: MS performed LU  {at=5050666.085597824, lu_delay=5.6600623885169625, ms=00056}
22:49:20.387908 run                             mass: Starting too slowly. Moving on {now=5050666.091278838, sleep=-0.07704332284629345, target=5050666.014235515}
22:49:20.393477 run                             mass: MS performed LU  {at=5050666.096841907, lu_delay=5.565752875991166, ms=00057}
22:49:20.399167 run                             mass: MS performed LU  {at=5050666.102535708, lu_delay=5.856006367132068, ms=00055}
22:49:20.404908 run                             mass: MS start registered  {at=5050666.108276189, delay=0.02821293566375971, ms=00071}
22:49:20.494398 run                osmo-ms-mob/00072: Starting mobile
22:49:20.512979 run       osmo-ms-mob/00072(pid=207): Launched
22:49:20.524315 run                             mass: MS start registered  {at=5050666.227668089, delay=0.004973921924829483, ms=00072}
22:49:21.092965 run                osmo-ms-mob/00073: Starting mobile
22:49:21.109852 run       osmo-ms-mob/00073(pid=208): Launched
22:49:21.115866 run                             mass: Starting too slowly. Moving on {now=5050666.819235955, sleep=-0.10500044282525778, target=5050666.714235513}
22:49:21.121844 run                             mass: MS start registered  {at=5050666.825202284, delay=0.005968306213617325, ms=00073}
22:49:21.375156 run                             mass: Starting too slowly. Moving on {now=5050667.078506902, sleep=-0.2642713896930218, target=5050666.814235512}
22:49:21.385765 run                             mass: Starting too slowly. Moving on {now=5050667.089135033, sleep=-0.17489952128380537, target=5050666.914235512}
22:49:21.391194 run                             mass: Starting too slowly. Moving on {now=5050667.0945655, sleep=-0.08032998815178871, target=5050667.014235511}
22:49:21.591309 run                osmo-ms-mob/00074: Starting mobile
22:49:21.611262 run       osmo-ms-mob/00074(pid=209): Launched
22:49:21.617642 run                             mass: Starting too slowly. Moving on {now=5050667.321010958, sleep=-0.20677544735372066, target=5050667.114235511}
22:49:21.623400 run                             mass: MS start registered  {at=5050667.326759792, delay=0.005751718766987324, ms=00074}
22:49:21.629094 run                             mass: Starting too slowly. Moving on {now=5050667.332465204, sleep=-0.11822969373315573, target=5050667.214235511}
22:49:21.634987 run                             mass: Starting too slowly. Moving on {now=5050667.338351323, sleep=-0.024115812964737415, target=5050667.31423551}
22:49:21.733476 run                osmo-ms-mob/00075: Starting mobile
22:49:21.747414 run       osmo-ms-mob/00075(pid=210): Launched
22:49:21.758336 run                             mass: MS start registered  {at=5050667.461680903, delay=0.00490819476544857, ms=00075}
22:49:22.116131 run                             mass: MS performed LU  {at=5050667.819407104, lu_delay=4.573469917289913, ms=00064}
22:49:22.161183 run                osmo-ms-mob/00076: Starting mobile
22:49:22.175700 run       osmo-ms-mob/00076(pid=211): Launched
22:49:22.187085 run                             mass: MS start registered  {at=5050667.890434703, delay=0.005353085696697235, ms=00076}
22:49:22.636720 run                osmo-ms-mob/00077: Starting mobile
22:49:22.653271 run       osmo-ms-mob/00077(pid=212): Launched
22:49:22.659627 run                             mass: MS performed LU  {at=5050668.362985753, lu_delay=8.400464161299169, ms=00054}
22:49:22.665686 run                             mass: MS performed LU  {at=5050668.36905243, lu_delay=8.538378893397748, ms=00053}
22:49:22.671699 run                             mass: MS performed LU  {at=5050668.375065208, lu_delay=6.9020589999854565, ms=00059}
22:49:22.678032 run                             mass: MS start registered  {at=5050668.381398262, delay=0.018431764096021652, ms=00077}
22:49:22.687515 run                             mass: MS performed LU  {at=5050668.390859004, lu_delay=5.915355105884373, ms=00063}
22:49:22.701627 run                osmo-ms-mob/00078: Starting mobile
22:49:22.715555 run       osmo-ms-mob/00078(pid=213): Launched
22:49:22.727163 run                             mass: MS start registered  {at=5050668.430503347, delay=0.0048691276460886, ms=00078}
22:49:22.756895 run                             mass: MS performed LU  {at=5050668.460233251, lu_delay=6.170349371619523, ms=00062}
22:49:22.793606 run                             mass: MS performed LU  {at=5050668.496856627, lu_delay=6.651310708373785, ms=00060}
22:49:22.832149 run                             mass: MS performed LU  {at=5050668.535334204, lu_delay=6.373841266147792, ms=00061}
22:49:22.854872 run                osmo-ms-mob/00079: Starting mobile
22:49:22.868291 run       osmo-ms-mob/00079(pid=214): Launched
22:49:22.874696 run                             mass: MS performed LU  {at=5050668.578052925, lu_delay=7.3166774325072765, ms=00058}
22:49:22.880887 run                             mass: MS start registered  {at=5050668.584250805, delay=0.006219296716153622, ms=00079}
22:49:23.257405 run                             mass: MS performed LU  {at=5050668.960517232, lu_delay=3.6513406317681074, ms=00069}
22:49:23.268918 run                             mass: MS performed LU  {at=5050668.972281979, lu_delay=4.704958647489548, ms=00067}
22:49:23.953454 run                             mass: MS performed LU  {at=5050669.656686935, lu_delay=5.696570696309209, ms=00066}
22:49:23.980890 run                osmo-ms-mob/00080: Starting mobile
22:49:23.994346 run       osmo-ms-mob/00080(pid=215): Launched
22:49:24.000526 run                             mass: MS performed LU  {at=5050669.703883179, lu_delay=5.357978129759431, ms=00068}
22:49:24.006606 run                             mass: MS start registered  {at=5050669.709971551, delay=0.006109113804996014, ms=00080}
22:49:24.053888 run                             mass: MS performed LU  {at=5050669.75712411, lu_delay=6.107275448739529, ms=00065}
22:49:24.531210 run                osmo-ms-mob/00081: Starting mobile
22:49:24.545036 run       osmo-ms-mob/00081(pid=216): Launched
22:49:24.556176 run                             mass: MS start registered  {at=5050670.259521643, delay=0.0051988232880830765, ms=00081}
22:49:24.930418 run                osmo-ms-mob/00082: Starting mobile
22:49:24.944572 run       osmo-ms-mob/00082(pid=217): Launched
22:49:24.955817 run                             mass: MS start registered  {at=5050670.659162694, delay=0.004973642528057098, ms=00082}
22:49:25.532417 run                osmo-ms-mob/00083: Starting mobile
22:49:25.545748 run       osmo-ms-mob/00083(pid=218): Launched
22:49:25.556644 run                             mass: MS start registered  {at=5050671.259990652, delay=0.00489246379584074, ms=00083}
22:49:25.918693 run                             mass: MS performed LU  {at=5050671.621903627, lu_delay=5.958871826529503, ms=00070}
22:49:25.940990 run                osmo-ms-mob/00084: Starting mobile
22:49:25.954472 run       osmo-ms-mob/00084(pid=219): Launched
22:49:25.965729 run                             mass: MS start registered  {at=5050671.669062184, delay=0.00499250553548336, ms=00084}
22:49:25.982909 run                             mass: MS performed LU  {at=5050671.686252964, lu_delay=5.458584874868393, ms=00072}
22:49:26.053129 run                             mass: MS performed LU  {at=5050671.756357042, lu_delay=5.648080852814019, ms=00071}
22:49:26.089021 run                             mass: MS performed LU  {at=5050671.792327648, lu_delay=4.967125363647938, ms=00073}
22:49:26.518260 run                osmo-ms-mob/00085: Starting mobile
22:49:26.532375 run       osmo-ms-mob/00085(pid=220): Launched
22:49:26.543806 run                             mass: MS start registered  {at=5050672.247151033, delay=0.004827789030969143, ms=00085}
22:49:27.116914 run                osmo-ms-mob/00086: Starting mobile
22:49:27.132679 run       osmo-ms-mob/00086(pid=221): Launched
22:49:27.144025 run                             mass: MS start registered  {at=5050672.847370469, delay=0.005112187936902046, ms=00086}
22:49:27.732717 run                osmo-ms-mob/00087: Starting mobile
22:49:27.746115 run       osmo-ms-mob/00087(pid=222): Launched
22:49:27.757156 run                             mass: MS start registered  {at=5050673.460495998, delay=0.005002726800739765, ms=00087}
22:49:27.820358 run                             mass: MS performed LU  {at=5050673.523584693, lu_delay=5.633149989880621, ms=00076}
22:49:27.847489 run                             mass: MS performed LU  {at=5050673.55075252, lu_delay=4.966501714661717, ms=00079}
22:49:27.991834 run                             mass: MS performed LU  {at=5050673.695065591, lu_delay=5.313667328096926, ms=00077}
22:49:28.027468 run                             mass: MS performed LU  {at=5050673.730809522, lu_delay=5.300306174904108, ms=00078}
22:49:28.281328 run                             mass: MS performed LU  {at=5050673.984583131, lu_delay=23.238132833503187, ms=00027}
22:49:28.300599 run                osmo-ms-mob/00088: Starting mobile
22:49:28.314144 run       osmo-ms-mob/00088(pid=223): Launched
22:49:28.325704 run                             mass: MS start registered  {at=5050674.02905249, delay=0.005066104233264923, ms=00088}
22:49:28.919222 run                osmo-ms-mob/00089: Starting mobile
22:49:28.933312 run       osmo-ms-mob/00089(pid=224): Launched
22:49:28.944504 run                             mass: MS start registered  {at=5050674.64785624, delay=0.0049496861174702644, ms=00089}
22:49:29.522002 run                osmo-ms-mob/00090: Starting mobile
22:49:29.535370 run       osmo-ms-mob/00090(pid=225): Launched
22:49:29.546469 run                             mass: MS start registered  {at=5050675.249820516, delay=0.004806905053555965, ms=00090}
22:49:29.684794 run                             mass: MS performed LU  {at=5050675.388059433, lu_delay=5.67808788176626, ms=00080}
22:49:29.749287 run                             mass: MS performed LU  {at=5050675.452548328, lu_delay=4.793385634198785, ms=00082}
22:49:29.818240 run                             mass: MS performed LU  {at=5050675.521492867, lu_delay=5.261971224099398, ms=00081}
22:49:30.238686 run                osmo-ms-mob/00091: Starting mobile
22:49:30.253398 run       osmo-ms-mob/00091(pid=226): Launched
22:49:30.265150 run                             mass: MS start registered  {at=5050675.968491885, delay=0.005452139303088188, ms=00091}
22:49:30.927322 run                osmo-ms-mob/00092: Starting mobile
22:49:30.940753 run       osmo-ms-mob/00092(pid=227): Launched
22:49:30.951821 run                             mass: MS start registered  {at=5050676.655172217, delay=0.004868705756962299, ms=00092}
22:49:31.502116 run                             mass: MS performed LU  {at=5050677.205435409, lu_delay=5.536373225040734, ms=00084}
22:49:31.585118 run                             mass: MS performed LU  {at=5050677.288450975, lu_delay=5.041299941949546, ms=00085}
22:49:31.612991 run                             mass: MS performed LU  {at=5050677.316326436, lu_delay=6.056335783563554, ms=00083}
22:49:31.624163 run                osmo-ms-mob/00093: Starting mobile
22:49:31.636996 run       osmo-ms-mob/00093(pid=228): Launched
22:49:31.647945 run                             mass: MS start registered  {at=5050677.351294919, delay=0.004974857904016972, ms=00093}
22:49:31.755923 run                             mass: MS performed LU  {at=5050677.459258495, lu_delay=4.6118880258873105, ms=00086}
22:49:32.631602 run                osmo-ms-mob/00094: Starting mobile
22:49:32.645484 run       osmo-ms-mob/00094(pid=229): Launched
22:49:32.656962 run                             mass: MS start registered  {at=5050678.360310162, delay=0.0049859993159770966, ms=00094}
22:49:33.449320 run                             mass: MS performed LU  {at=5050679.152606502, lu_delay=5.123554011806846, ms=00088}
22:49:33.461331 run                osmo-ms-mob/00095: Starting mobile
22:49:33.474888 run       osmo-ms-mob/00095(pid=230): Launched
22:49:33.486266 run                             mass: MS start registered  {at=5050679.189613697, delay=0.005106392316520214, ms=00095}
22:49:33.513757 run                             mass: MS performed LU  {at=5050679.217095756, lu_delay=5.756599757820368, ms=00087}
22:49:33.818485 run                             mass: MS performed LU  {at=5050679.521808768, lu_delay=4.873952527530491, ms=00089}
22:49:34.531478 run                osmo-ms-mob/00096: Starting mobile
22:49:34.549812 run       osmo-ms-mob/00096(pid=231): Launched
22:49:34.562088 run                             mass: MS start registered  {at=5050680.265438386, delay=0.005628063343465328, ms=00096}
22:49:35.352164 run                             mass: MS performed LU  {at=5050681.055421977, lu_delay=5.086930092424154, ms=00091}
22:49:35.378252 run                             mass: MS performed LU  {at=5050681.08158973, lu_delay=5.831769214011729, ms=00090}
22:49:35.617691 run                osmo-ms-mob/00097: Starting mobile
22:49:35.630759 run       osmo-ms-mob/00097(pid=232): Launched
22:49:35.641565 run                             mass: MS start registered  {at=5050681.344913307, delay=0.0048110028728842735, ms=00097}
22:49:36.931263 run                osmo-ms-mob/00098: Starting mobile
22:49:36.946378 run       osmo-ms-mob/00098(pid=233): Launched
22:49:36.957606 run                             mass: MS start registered  {at=5050682.660953081, delay=0.004832929000258446, ms=00098}
22:49:37.216083 run                             mass: MS performed LU  {at=5050682.919420052, lu_delay=4.5591098899021745, ms=00094}
22:49:37.280524 run                             mass: MS performed LU  {at=5050682.983859287, lu_delay=5.632564367726445, ms=00093}
22:49:37.349428 run                             mass: MS performed LU  {at=5050683.052684958, lu_delay=6.39751274138689, ms=00092}
22:49:38.717578 run                osmo-ms-mob/00099: Starting mobile
22:49:38.730791 run       osmo-ms-mob/00099(pid=234): Launched
22:49:38.737059 run                             mass: All started... {duration=55.726192116737366, too_slow=20}
22:49:38.742903 run                             mass: MS start registered  {at=5050684.446262498, delay=0.00583819393068552, ms=00099}
22:49:39.116676 run                             mass: MS performed LU  {at=5050684.820011448, lu_delay=4.554573061875999, ms=00096}
22:49:39.144131 run                             mass: MS performed LU  {at=5050684.84747572, lu_delay=5.657862022519112, ms=00095}
22:49:40.982480 run                             mass: MS performed LU  {at=5050686.685713896, lu_delay=5.340800588950515, ms=00097}
22:49:42.883365 run                             mass: MS performed LU  {at=5050688.586626612, lu_delay=5.925673530437052, ms=00098}
22:49:44.748904 run                             mass: MS performed LU  {at=5050690.452160245, lu_delay=6.005897746421397, ms=00099}
22:49:45.029198 run                             mass: MS performed LU  {at=5050690.732451142, lu_delay=23.405691349878907, ms=00074}
22:49:45.047211 run                             mass: MS performed LU  {at=5050690.750552864, lu_delay=23.28887196071446, ms=00075}
22:49:45.054900 run                             mass: Tests done {all_completed=True, max=23.405691349878907, min=3.6513406317681074}
22:49:45.060233 tst         register_default_mass.py: Test passed (87.6 sec)
22:49:45.065533 run pcap-recorder_any(filters='host 127.0.42.2')(pid=22): Terminating (SIGTERM)
22:49:45.068698 run      osmo-hlr_127.0.42.2(pid=23): Terminating (SIGTERM)
22:49:45.071845 run pcap-recorder_any(filters='host 127.0.42.5 and port not 22')(pid=24): Terminating (SIGTERM)
22:49:45.075161 run      osmo-stp_127.0.42.5(pid=25): Terminating (SIGTERM)
22:49:45.078476 run pcap-recorder_any(filters='host 127.0.42.6 and port not 22')(pid=26): Terminating (SIGTERM)
22:49:45.081791 run      osmo-msc_127.0.42.6(pid=27): Terminating (SIGTERM)
22:49:45.085024 run pcap-recorder_any(filters='host 127.0.42.3 and port not 22')(pid=28): Terminating (SIGTERM)
22:49:45.088348 run      osmo-mgw_127.0.42.3(pid=29): Terminating (SIGTERM)
22:49:45.091578 run pcap-recorder_any(filters='host 127.0.42.4 and port not 22')(pid=30): Terminating (SIGTERM)
22:49:45.094790 run      osmo-mgw_127.0.42.4(pid=31): Terminating (SIGTERM)
22:49:45.098010 run pcap-recorder_any(filters='host 127.0.42.7 and port not 22')(pid=32): Terminating (SIGTERM)
22:49:45.101354 run      osmo-bsc_127.0.42.7(pid=33): Terminating (SIGTERM)
22:49:45.104593 run         osmo-bts-virtual(pid=34): Terminating (SIGTERM)
22:49:45.107813 run   osmo-ms-virt-phy/00000(pid=35): Terminating (SIGTERM)
22:49:45.111143 run   osmo-ms-virt-phy/00001(pid=36): Terminating (SIGTERM)
22:49:45.114500 run   osmo-ms-virt-phy/00002(pid=37): Terminating (SIGTERM)
22:49:45.117864 run   osmo-ms-virt-phy/00003(pid=38): Terminating (SIGTERM)
22:49:45.121275 run   osmo-ms-virt-phy/00004(pid=39): Terminating (SIGTERM)
22:49:45.124683 run   osmo-ms-virt-phy/00005(pid=40): Terminating (SIGTERM)
22:49:45.128743 run   osmo-ms-virt-phy/00006(pid=41): Terminating (SIGTERM)
22:49:45.132167 run   osmo-ms-virt-phy/00007(pid=42): Terminating (SIGTERM)
22:49:45.135759 run   osmo-ms-virt-phy/00008(pid=43): Terminating (SIGTERM)
22:49:45.139375 run   osmo-ms-virt-phy/00009(pid=44): Terminating (SIGTERM)
22:49:45.142772 run   osmo-ms-virt-phy/00010(pid=45): Terminating (SIGTERM)
22:49:45.146425 run   osmo-ms-virt-phy/00011(pid=46): Terminating (SIGTERM)
22:49:45.150246 run   osmo-ms-virt-phy/00012(pid=47): Terminating (SIGTERM)
22:49:45.153948 run   osmo-ms-virt-phy/00013(pid=48): Terminating (SIGTERM)
22:49:45.157697 run   osmo-ms-virt-phy/00014(pid=49): Terminating (SIGTERM)
22:49:45.161097 run   osmo-ms-virt-phy/00015(pid=50): Terminating (SIGTERM)
22:49:45.164459 run   osmo-ms-virt-phy/00016(pid=51): Terminating (SIGTERM)
22:49:45.167815 run   osmo-ms-virt-phy/00017(pid=52): Terminating (SIGTERM)
22:49:45.171220 run   osmo-ms-virt-phy/00018(pid=53): Terminating (SIGTERM)
22:49:45.174810 run   osmo-ms-virt-phy/00019(pid=54): Terminating (SIGTERM)
22:49:45.178181 run   osmo-ms-virt-phy/00020(pid=55): Terminating (SIGTERM)
22:49:45.181557 run   osmo-ms-virt-phy/00021(pid=56): Terminating (SIGTERM)
22:49:45.184914 run   osmo-ms-virt-phy/00022(pid=57): Terminating (SIGTERM)
22:49:45.188447 run   osmo-ms-virt-phy/00023(pid=58): Terminating (SIGTERM)
22:49:45.192084 run   osmo-ms-virt-phy/00024(pid=59): Terminating (SIGTERM)
22:49:45.195548 run   osmo-ms-virt-phy/00025(pid=60): Terminating (SIGTERM)
22:49:45.199311 run   osmo-ms-virt-phy/00026(pid=61): Terminating (SIGTERM)
22:49:45.202942 run   osmo-ms-virt-phy/00027(pid=62): Terminating (SIGTERM)
22:49:45.206894 run   osmo-ms-virt-phy/00028(pid=63): Terminating (SIGTERM)
22:49:45.210322 run   osmo-ms-virt-phy/00029(pid=64): Terminating (SIGTERM)
22:49:45.213760 run   osmo-ms-virt-phy/00030(pid=65): Terminating (SIGTERM)
22:49:45.217162 run   osmo-ms-virt-phy/00031(pid=66): Terminating (SIGTERM)
22:49:45.220780 run   osmo-ms-virt-phy/00032(pid=67): Terminating (SIGTERM)
22:49:45.224148 run   osmo-ms-virt-phy/00033(pid=68): Terminating (SIGTERM)
22:49:45.227552 run   osmo-ms-virt-phy/00034(pid=69): Terminating (SIGTERM)
22:49:45.230931 run   osmo-ms-virt-phy/00035(pid=70): Terminating (SIGTERM)
22:49:45.234308 run   osmo-ms-virt-phy/00036(pid=71): Terminating (SIGTERM)
22:49:45.237967 run   osmo-ms-virt-phy/00037(pid=72): Terminating (SIGTERM)
22:49:45.241350 run   osmo-ms-virt-phy/00038(pid=73): Terminating (SIGTERM)
22:49:45.245353 run   osmo-ms-virt-phy/00039(pid=74): Terminating (SIGTERM)
22:49:45.248718 run   osmo-ms-virt-phy/00040(pid=75): Terminating (SIGTERM)
22:49:45.252058 run   osmo-ms-virt-phy/00041(pid=76): Terminating (SIGTERM)
22:49:45.255590 run   osmo-ms-virt-phy/00042(pid=77): Terminating (SIGTERM)
22:49:45.259257 run   osmo-ms-virt-phy/00043(pid=78): Terminating (SIGTERM)
22:49:45.263021 run   osmo-ms-virt-phy/00044(pid=79): Terminating (SIGTERM)
22:49:45.266445 run   osmo-ms-virt-phy/00045(pid=80): Terminating (SIGTERM)
22:49:45.269825 run   osmo-ms-virt-phy/00046(pid=81): Terminating (SIGTERM)
22:49:45.273261 run   osmo-ms-virt-phy/00047(pid=82): Terminating (SIGTERM)
22:49:45.276807 run   osmo-ms-virt-phy/00048(pid=83): Terminating (SIGTERM)
22:49:45.280278 run   osmo-ms-virt-phy/00049(pid=84): Terminating (SIGTERM)
22:49:45.283798 run   osmo-ms-virt-phy/00050(pid=85): Terminating (SIGTERM)
22:49:45.287500 run   osmo-ms-virt-phy/00051(pid=86): Terminating (SIGTERM)
22:49:45.290894 run   osmo-ms-virt-phy/00052(pid=87): Terminating (SIGTERM)
22:49:45.294615 run   osmo-ms-virt-phy/00053(pid=88): Terminating (SIGTERM)
22:49:45.298048 run   osmo-ms-virt-phy/00054(pid=89): Terminating (SIGTERM)
22:49:45.301454 run   osmo-ms-virt-phy/00055(pid=90): Terminating (SIGTERM)
22:49:45.304850 run   osmo-ms-virt-phy/00056(pid=91): Terminating (SIGTERM)
22:49:45.308232 run   osmo-ms-virt-phy/00057(pid=92): Terminating (SIGTERM)
22:49:45.311618 run   osmo-ms-virt-phy/00058(pid=93): Terminating (SIGTERM)
22:49:45.315024 run   osmo-ms-virt-phy/00059(pid=94): Terminating (SIGTERM)
22:49:45.318412 run   osmo-ms-virt-phy/00060(pid=95): Terminating (SIGTERM)
22:49:45.321799 run   osmo-ms-virt-phy/00061(pid=96): Terminating (SIGTERM)
22:49:45.325234 run   osmo-ms-virt-phy/00062(pid=97): Terminating (SIGTERM)
22:49:45.328657 run   osmo-ms-virt-phy/00063(pid=98): Terminating (SIGTERM)
22:49:45.332055 run   osmo-ms-virt-phy/00064(pid=99): Terminating (SIGTERM)
22:49:45.335383 run  osmo-ms-virt-phy/00065(pid=100): Terminating (SIGTERM)
22:49:45.338783 run  osmo-ms-virt-phy/00066(pid=101): Terminating (SIGTERM)
22:49:45.342178 run  osmo-ms-virt-phy/00067(pid=102): Terminating (SIGTERM)
22:49:45.345571 run  osmo-ms-virt-phy/00068(pid=103): Terminating (SIGTERM)
22:49:45.348992 run  osmo-ms-virt-phy/00069(pid=104): Terminating (SIGTERM)
22:49:45.352345 run  osmo-ms-virt-phy/00070(pid=105): Terminating (SIGTERM)
22:49:45.355736 run  osmo-ms-virt-phy/00071(pid=106): Terminating (SIGTERM)
22:49:45.359110 run  osmo-ms-virt-phy/00072(pid=107): Terminating (SIGTERM)
22:49:45.362639 run  osmo-ms-virt-phy/00073(pid=108): Terminating (SIGTERM)
22:49:45.366079 run  osmo-ms-virt-phy/00074(pid=109): Terminating (SIGTERM)
22:49:45.369513 run  osmo-ms-virt-phy/00075(pid=110): Terminating (SIGTERM)
22:49:45.372928 run  osmo-ms-virt-phy/00076(pid=111): Terminating (SIGTERM)
22:49:45.376334 run  osmo-ms-virt-phy/00077(pid=112): Terminating (SIGTERM)
22:49:45.379837 run  osmo-ms-virt-phy/00078(pid=113): Terminating (SIGTERM)
22:49:45.383268 run  osmo-ms-virt-phy/00079(pid=114): Terminating (SIGTERM)
22:49:45.386701 run  osmo-ms-virt-phy/00080(pid=115): Terminating (SIGTERM)
22:49:45.390087 run  osmo-ms-virt-phy/00081(pid=116): Terminating (SIGTERM)
22:49:45.393473 run  osmo-ms-virt-phy/00082(pid=117): Terminating (SIGTERM)
22:49:45.396831 run  osmo-ms-virt-phy/00083(pid=118): Terminating (SIGTERM)
22:49:45.400186 run  osmo-ms-virt-phy/00084(pid=119): Terminating (SIGTERM)
22:49:45.403593 run  osmo-ms-virt-phy/00085(pid=120): Terminating (SIGTERM)
22:49:45.407036 run  osmo-ms-virt-phy/00086(pid=121): Terminating (SIGTERM)
22:49:45.410462 run  osmo-ms-virt-phy/00087(pid=122): Terminating (SIGTERM)
22:49:45.413827 run  osmo-ms-virt-phy/00088(pid=123): Terminating (SIGTERM)
22:49:45.417215 run  osmo-ms-virt-phy/00089(pid=124): Terminating (SIGTERM)
22:49:45.421092 run  osmo-ms-virt-phy/00090(pid=125): Terminating (SIGTERM)
22:49:45.424473 run  osmo-ms-virt-phy/00091(pid=126): Terminating (SIGTERM)
22:49:45.427911 run  osmo-ms-virt-phy/00092(pid=127): Terminating (SIGTERM)
22:49:45.431298 run  osmo-ms-virt-phy/00093(pid=128): Terminating (SIGTERM)
22:49:45.434666 run  osmo-ms-virt-phy/00094(pid=129): Terminating (SIGTERM)
22:49:45.438037 run  osmo-ms-virt-phy/00095(pid=130): Terminating (SIGTERM)
22:49:45.441487 run  osmo-ms-virt-phy/00096(pid=131): Terminating (SIGTERM)
22:49:45.444862 run  osmo-ms-virt-phy/00097(pid=132): Terminating (SIGTERM)
22:49:45.448241 run  osmo-ms-virt-phy/00098(pid=133): Terminating (SIGTERM)
22:49:45.451582 run  osmo-ms-virt-phy/00099(pid=134): Terminating (SIGTERM)
22:49:45.455000 run       osmo-ms-mob/00000(pid=135): Terminating (SIGTERM)
22:49:45.458384 run       osmo-ms-mob/00001(pid=136): Terminating (SIGTERM)
22:49:45.461730 run       osmo-ms-mob/00002(pid=137): Terminating (SIGTERM)
22:49:45.465098 run       osmo-ms-mob/00003(pid=138): Terminating (SIGTERM)
22:49:45.468702 run       osmo-ms-mob/00004(pid=139): Terminating (SIGTERM)
22:49:45.471970 run       osmo-ms-mob/00005(pid=140): Terminating (SIGTERM)
22:49:45.475213 run       osmo-ms-mob/00006(pid=141): Terminating (SIGTERM)
22:49:45.478562 run       osmo-ms-mob/00007(pid=142): Terminating (SIGTERM)
22:49:45.481970 run       osmo-ms-mob/00008(pid=143): Terminating (SIGTERM)
22:49:45.485367 run       osmo-ms-mob/00009(pid=144): Terminating (SIGTERM)
22:49:45.488730 run       osmo-ms-mob/00010(pid=145): Terminating (SIGTERM)
22:49:45.492072 run       osmo-ms-mob/00011(pid=146): Terminating (SIGTERM)
22:49:45.495428 run       osmo-ms-mob/00012(pid=147): Terminating (SIGTERM)
22:49:45.498771 run       osmo-ms-mob/00013(pid=148): Terminating (SIGTERM)
22:49:45.502099 run       osmo-ms-mob/00014(pid=149): Terminating (SIGTERM)
22:49:45.505313 run       osmo-ms-mob/00015(pid=150): Terminating (SIGTERM)
22:49:45.508523 run       osmo-ms-mob/00016(pid=151): Terminating (SIGTERM)
22:49:45.511734 run       osmo-ms-mob/00017(pid=152): Terminating (SIGTERM)
22:49:45.515045 run       osmo-ms-mob/00018(pid=153): Terminating (SIGTERM)
22:49:45.518350 run       osmo-ms-mob/00019(pid=154): Terminating (SIGTERM)
22:49:45.521634 run       osmo-ms-mob/00020(pid=155): Terminating (SIGTERM)
22:49:45.524848 run       osmo-ms-mob/00021(pid=156): Terminating (SIGTERM)
22:49:45.528073 run       osmo-ms-mob/00022(pid=157): Terminating (SIGTERM)
22:49:45.531300 run       osmo-ms-mob/00023(pid=158): Terminating (SIGTERM)
22:49:45.534600 run       osmo-ms-mob/00024(pid=159): Terminating (SIGTERM)
22:49:45.537913 run       osmo-ms-mob/00025(pid=160): Terminating (SIGTERM)
22:49:45.541126 run       osmo-ms-mob/00026(pid=161): Terminating (SIGTERM)
22:49:45.544331 run       osmo-ms-mob/00027(pid=162): Terminating (SIGTERM)
22:49:45.547517 run       osmo-ms-mob/00028(pid=163): Terminating (SIGTERM)
22:49:45.550693 run       osmo-ms-mob/00029(pid=164): Terminating (SIGTERM)
22:49:45.553859 run       osmo-ms-mob/00030(pid=165): Terminating (SIGTERM)
22:49:45.557006 run       osmo-ms-mob/00031(pid=166): Terminating (SIGTERM)
22:49:45.560223 run       osmo-ms-mob/00032(pid=167): Terminating (SIGTERM)
22:49:45.563594 run       osmo-ms-mob/00033(pid=168): Terminating (SIGTERM)
22:49:45.566840 run       osmo-ms-mob/00034(pid=169): Terminating (SIGTERM)
22:49:45.570140 run       osmo-ms-mob/00035(pid=170): Terminating (SIGTERM)
22:49:45.573473 run       osmo-ms-mob/00036(pid=171): Terminating (SIGTERM)
22:49:45.576688 run       osmo-ms-mob/00037(pid=172): Terminating (SIGTERM)
22:49:45.580026 run       osmo-ms-mob/00038(pid=173): Terminating (SIGTERM)
22:49:45.583399 run       osmo-ms-mob/00039(pid=174): Terminating (SIGTERM)
22:49:45.586771 run       osmo-ms-mob/00040(pid=175): Terminating (SIGTERM)
22:49:45.590132 run       osmo-ms-mob/00041(pid=176): Terminating (SIGTERM)
22:49:45.593500 run       osmo-ms-mob/00042(pid=177): Terminating (SIGTERM)
22:49:45.596884 run       osmo-ms-mob/00043(pid=178): Terminating (SIGTERM)
22:49:45.600232 run       osmo-ms-mob/00044(pid=179): Terminating (SIGTERM)
22:49:45.603591 run       osmo-ms-mob/00045(pid=180): Terminating (SIGTERM)
22:49:45.606966 run       osmo-ms-mob/00046(pid=181): Terminating (SIGTERM)
22:49:45.610331 run       osmo-ms-mob/00047(pid=182): Terminating (SIGTERM)
22:49:45.613681 run       osmo-ms-mob/00048(pid=183): Terminating (SIGTERM)
22:49:45.617041 run       osmo-ms-mob/00049(pid=184): Terminating (SIGTERM)
22:49:45.620401 run       osmo-ms-mob/00050(pid=185): Terminating (SIGTERM)
22:49:45.623757 run       osmo-ms-mob/00051(pid=186): Terminating (SIGTERM)
22:49:45.627121 run       osmo-ms-mob/00052(pid=187): Terminating (SIGTERM)
22:49:45.630485 run       osmo-ms-mob/00053(pid=188): Terminating (SIGTERM)
22:49:45.633846 run       osmo-ms-mob/00054(pid=189): Terminating (SIGTERM)
22:49:45.637202 run       osmo-ms-mob/00055(pid=190): Terminating (SIGTERM)
22:49:45.640560 run       osmo-ms-mob/00056(pid=191): Terminating (SIGTERM)
22:49:45.643939 run       osmo-ms-mob/00057(pid=192): Terminating (SIGTERM)
22:49:45.647267 run       osmo-ms-mob/00058(pid=193): Terminating (SIGTERM)
22:49:45.650525 run       osmo-ms-mob/00059(pid=194): Terminating (SIGTERM)
22:49:45.653821 run       osmo-ms-mob/00060(pid=195): Terminating (SIGTERM)
22:49:45.657162 run       osmo-ms-mob/00061(pid=196): Terminating (SIGTERM)
22:49:45.660528 run       osmo-ms-mob/00062(pid=197): Terminating (SIGTERM)
22:49:45.663882 run       osmo-ms-mob/00063(pid=198): Terminating (SIGTERM)
22:49:45.667272 run       osmo-ms-mob/00064(pid=199): Terminating (SIGTERM)
22:49:45.670631 run       osmo-ms-mob/00065(pid=200): Terminating (SIGTERM)
22:49:45.673968 run       osmo-ms-mob/00066(pid=201): Terminating (SIGTERM)
22:49:45.677310 run       osmo-ms-mob/00067(pid=202): Terminating (SIGTERM)
22:49:45.680653 run       osmo-ms-mob/00068(pid=203): Terminating (SIGTERM)
22:49:45.683992 run       osmo-ms-mob/00069(pid=204): Terminating (SIGTERM)
22:49:45.687336 run       osmo-ms-mob/00070(pid=205): Terminating (SIGTERM)
22:49:45.690699 run       osmo-ms-mob/00071(pid=206): Terminating (SIGTERM)
22:49:45.694038 run       osmo-ms-mob/00072(pid=207): Terminating (SIGTERM)
22:49:45.697382 run       osmo-ms-mob/00073(pid=208): Terminating (SIGTERM)
22:49:45.700719 run       osmo-ms-mob/00074(pid=209): Terminating (SIGTERM)
22:49:45.704071 run       osmo-ms-mob/00075(pid=210): Terminating (SIGTERM)
22:49:45.707429 run       osmo-ms-mob/00076(pid=211): Terminating (SIGTERM)
22:49:45.710768 run       osmo-ms-mob/00077(pid=212): Terminating (SIGTERM)
22:49:45.714129 run       osmo-ms-mob/00078(pid=213): Terminating (SIGTERM)
22:49:45.717514 run       osmo-ms-mob/00079(pid=214): Terminating (SIGTERM)
22:49:45.720892 run       osmo-ms-mob/00080(pid=215): Terminating (SIGTERM)
22:49:45.724300 run       osmo-ms-mob/00081(pid=216): Terminating (SIGTERM)
22:49:45.727667 run       osmo-ms-mob/00082(pid=217): Terminating (SIGTERM)
22:49:45.731019 run       osmo-ms-mob/00083(pid=218): Terminating (SIGTERM)
22:49:45.734373 run       osmo-ms-mob/00084(pid=219): Terminating (SIGTERM)
22:49:45.737703 run       osmo-ms-mob/00085(pid=220): Terminating (SIGTERM)
22:49:45.741054 run       osmo-ms-mob/00086(pid=221): Terminating (SIGTERM)
22:49:45.744393 run       osmo-ms-mob/00087(pid=222): Terminating (SIGTERM)
22:49:45.747732 run       osmo-ms-mob/00088(pid=223): Terminating (SIGTERM)
22:49:45.751094 run       osmo-ms-mob/00089(pid=224): Terminating (SIGTERM)
22:49:45.754458 run       osmo-ms-mob/00090(pid=225): Terminating (SIGTERM)
22:49:45.757792 run       osmo-ms-mob/00091(pid=226): Terminating (SIGTERM)
22:49:45.761226 run       osmo-ms-mob/00092(pid=227): Terminating (SIGTERM)
22:49:45.764565 run       osmo-ms-mob/00093(pid=228): Terminating (SIGTERM)
22:49:45.767960 run       osmo-ms-mob/00094(pid=229): Terminating (SIGTERM)
22:49:45.771319 run       osmo-ms-mob/00095(pid=230): Terminating (SIGTERM)
22:49:45.774677 run       osmo-ms-mob/00096(pid=231): Terminating (SIGTERM)
22:49:45.778021 run       osmo-ms-mob/00097(pid=232): Terminating (SIGTERM)
22:49:45.781383 run       osmo-ms-mob/00098(pid=233): Terminating (SIGTERM)
22:49:45.784744 run       osmo-ms-mob/00099(pid=234): Terminating (SIGTERM)
22:49:45.788095 ---      ParallelTerminationStrategy: PID 22 died...
22:49:45.789619 run pcap-recorder_any(filters='host 127.0.42.2')(pid=22): Terminated: ok {rc=0}
22:49:45.793352 ---      ParallelTerminationStrategy: PID 23 died...
22:49:45.794885 run      osmo-hlr_127.0.42.2(pid=23): Terminated: ok {rc=0}
22:49:45.798603 ---      ParallelTerminationStrategy: PID 24 died...
22:49:45.800133 run pcap-recorder_any(filters='host 127.0.42.5 and port not 22')(pid=24): Terminated: ok {rc=0}
22:49:45.803860 ---      ParallelTerminationStrategy: PID 25 died...
22:49:45.805438 run      osmo-stp_127.0.42.5(pid=25): Terminated: ok {rc=0}
22:49:45.809167 ---      ParallelTerminationStrategy: PID 26 died...
22:49:45.810691 run pcap-recorder_any(filters='host 127.0.42.6 and port not 22')(pid=26): Terminated: ok {rc=0}
22:49:45.814461 ---      ParallelTerminationStrategy: PID 27 died...
22:49:45.815977 run      osmo-msc_127.0.42.6(pid=27): Terminated: ok {rc=0}
22:49:45.819731 ---      ParallelTerminationStrategy: PID 28 died...
22:49:45.821248 run pcap-recorder_any(filters='host 127.0.42.3 and port not 22')(pid=28): Terminated: ok {rc=0}
22:49:45.825001 ---      ParallelTerminationStrategy: PID 29 died...
22:49:45.826521 run      osmo-mgw_127.0.42.3(pid=29): Terminated {rc=15}
22:49:45.830293 ---      ParallelTerminationStrategy: PID 30 died...
22:49:45.831828 run pcap-recorder_any(filters='host 127.0.42.4 and port not 22')(pid=30): Terminated: ok {rc=0}
22:49:45.835557 ---      ParallelTerminationStrategy: PID 31 died...
22:49:45.837096 run      osmo-mgw_127.0.42.4(pid=31): Terminated {rc=15}
22:49:45.840890 ---      ParallelTerminationStrategy: PID 32 died...
22:49:45.842415 run pcap-recorder_any(filters='host 127.0.42.7 and port not 22')(pid=32): Terminated: ok {rc=0}
22:49:45.846090 ---      ParallelTerminationStrategy: PID 33 died...
22:49:45.847547 run      osmo-bsc_127.0.42.7(pid=33): Terminated: ok {rc=0}
22:49:45.851189 ---      ParallelTerminationStrategy: PID 35 died...
22:49:45.852667 run   osmo-ms-virt-phy/00000(pid=35): Terminated: ok {rc=0}
22:49:45.856274 ---      ParallelTerminationStrategy: PID 36 died...
22:49:45.857778 run   osmo-ms-virt-phy/00001(pid=36): Terminated: ok {rc=0}
22:49:45.861379 ---      ParallelTerminationStrategy: PID 37 died...
22:49:45.862852 run   osmo-ms-virt-phy/00002(pid=37): Terminated: ok {rc=0}
22:49:45.866461 ---      ParallelTerminationStrategy: PID 38 died...
22:49:45.867927 run   osmo-ms-virt-phy/00003(pid=38): Terminated: ok {rc=0}
22:49:45.871524 ---      ParallelTerminationStrategy: PID 39 died...
22:49:45.873052 run   osmo-ms-virt-phy/00004(pid=39): Terminated: ok {rc=0}
22:49:45.876732 ---      ParallelTerminationStrategy: PID 40 died...
22:49:45.878289 run   osmo-ms-virt-phy/00005(pid=40): Terminated: ok {rc=0}
22:49:45.882034 ---      ParallelTerminationStrategy: PID 41 died...
22:49:45.883560 run   osmo-ms-virt-phy/00006(pid=41): Terminated: ok {rc=0}
22:49:45.887294 ---      ParallelTerminationStrategy: PID 42 died...
22:49:45.888822 run   osmo-ms-virt-phy/00007(pid=42): Terminated: ok {rc=0}
22:49:45.892542 ---      ParallelTerminationStrategy: PID 43 died...
22:49:45.894086 run   osmo-ms-virt-phy/00008(pid=43): Terminated: ok {rc=0}
22:49:45.897843 ---      ParallelTerminationStrategy: PID 44 died...
22:49:45.899362 run   osmo-ms-virt-phy/00009(pid=44): Terminated: ok {rc=0}
22:49:45.903105 ---      ParallelTerminationStrategy: PID 45 died...
22:49:45.904609 run   osmo-ms-virt-phy/00010(pid=45): Terminated: ok {rc=0}
22:49:45.908381 ---      ParallelTerminationStrategy: PID 46 died...
22:49:45.909901 run   osmo-ms-virt-phy/00011(pid=46): Terminated: ok {rc=0}
22:49:45.913643 ---      ParallelTerminationStrategy: PID 47 died...
22:49:45.915165 run   osmo-ms-virt-phy/00012(pid=47): Terminated: ok {rc=0}
22:49:45.918893 ---      ParallelTerminationStrategy: PID 48 died...
22:49:45.920405 run   osmo-ms-virt-phy/00013(pid=48): Terminated: ok {rc=0}
22:49:45.924174 ---      ParallelTerminationStrategy: PID 49 died...
22:49:45.925682 run   osmo-ms-virt-phy/00014(pid=49): Terminated: ok {rc=0}
22:49:45.929420 ---      ParallelTerminationStrategy: PID 50 died...
22:49:45.930936 run   osmo-ms-virt-phy/00015(pid=50): Terminated: ok {rc=0}
22:49:45.934599 ---      ParallelTerminationStrategy: PID 51 died...
22:49:45.936057 run   osmo-ms-virt-phy/00016(pid=51): Terminated: ok {rc=0}
22:49:45.939804 ---      ParallelTerminationStrategy: PID 52 died...
22:49:45.941294 run   osmo-ms-virt-phy/00017(pid=52): Terminated: ok {rc=0}
22:49:45.944854 ---      ParallelTerminationStrategy: PID 53 died...
22:49:45.946314 run   osmo-ms-virt-phy/00018(pid=53): Terminated: ok {rc=0}
22:49:45.950020 ---      ParallelTerminationStrategy: PID 54 died...
22:49:45.951472 run   osmo-ms-virt-phy/00019(pid=54): Terminated: ok {rc=0}
22:49:45.955073 ---      ParallelTerminationStrategy: PID 55 died...
22:49:45.956581 run   osmo-ms-virt-phy/00020(pid=55): Terminated: ok {rc=0}
22:49:45.960289 ---      ParallelTerminationStrategy: PID 56 died...
22:49:45.961808 run   osmo-ms-virt-phy/00021(pid=56): Terminated: ok {rc=0}
22:49:45.965553 ---      ParallelTerminationStrategy: PID 57 died...
22:49:45.967070 run   osmo-ms-virt-phy/00022(pid=57): Terminated: ok {rc=0}
22:49:45.970791 ---      ParallelTerminationStrategy: PID 58 died...
22:49:45.972306 run   osmo-ms-virt-phy/00023(pid=58): Terminated: ok {rc=0}
22:49:45.976056 ---      ParallelTerminationStrategy: PID 59 died...
22:49:45.977563 run   osmo-ms-virt-phy/00024(pid=59): Terminated: ok {rc=0}
22:49:45.981270 ---      ParallelTerminationStrategy: PID 60 died...
22:49:45.982773 run   osmo-ms-virt-phy/00025(pid=60): Terminated: ok {rc=0}
22:49:45.986527 ---      ParallelTerminationStrategy: PID 61 died...
22:49:45.988043 run   osmo-ms-virt-phy/00026(pid=61): Terminated: ok {rc=0}
22:49:45.991774 ---      ParallelTerminationStrategy: PID 62 died...
22:49:45.993310 run   osmo-ms-virt-phy/00027(pid=62): Terminated: ok {rc=0}
22:49:45.997035 ---      ParallelTerminationStrategy: PID 63 died...
22:49:45.998549 run   osmo-ms-virt-phy/00028(pid=63): Terminated: ok {rc=0}
22:49:46.002262 ---      ParallelTerminationStrategy: PID 64 died...
22:49:46.003768 run   osmo-ms-virt-phy/00029(pid=64): Terminated: ok {rc=0}
22:49:46.007555 ---      ParallelTerminationStrategy: PID 65 died...
22:49:46.009056 run   osmo-ms-virt-phy/00030(pid=65): Terminated: ok {rc=0}
22:49:46.012665 ---      ParallelTerminationStrategy: PID 66 died...
22:49:46.014124 run   osmo-ms-virt-phy/00031(pid=66): Terminated: ok {rc=0}
22:49:46.017722 ---      ParallelTerminationStrategy: PID 67 died...
22:49:46.019181 run   osmo-ms-virt-phy/00032(pid=67): Terminated: ok {rc=0}
22:49:46.022802 ---      ParallelTerminationStrategy: PID 68 died...
22:49:46.024256 run   osmo-ms-virt-phy/00033(pid=68): Terminated: ok {rc=0}
22:49:46.027979 ---      ParallelTerminationStrategy: PID 69 died...
22:49:46.029456 run   osmo-ms-virt-phy/00034(pid=69): Terminated: ok {rc=0}
22:49:46.033053 ---      ParallelTerminationStrategy: PID 70 died...
22:49:46.034543 run   osmo-ms-virt-phy/00035(pid=70): Terminated: ok {rc=0}
22:49:46.038143 ---      ParallelTerminationStrategy: PID 71 died...
22:49:46.039601 run   osmo-ms-virt-phy/00036(pid=71): Terminated: ok {rc=0}
22:49:46.043214 ---      ParallelTerminationStrategy: PID 72 died...
22:49:46.044747 run   osmo-ms-virt-phy/00037(pid=72): Terminated: ok {rc=0}
22:49:46.048458 ---      ParallelTerminationStrategy: PID 73 died...
22:49:46.049987 run   osmo-ms-virt-phy/00038(pid=73): Terminated: ok {rc=0}
22:49:46.053733 ---      ParallelTerminationStrategy: PID 74 died...
22:49:46.055252 run   osmo-ms-virt-phy/00039(pid=74): Terminated: ok {rc=0}
22:49:46.058973 ---      ParallelTerminationStrategy: PID 75 died...
22:49:46.060485 run   osmo-ms-virt-phy/00040(pid=75): Terminated: ok {rc=0}
22:49:46.064217 ---      ParallelTerminationStrategy: PID 76 died...
22:49:46.065743 run   osmo-ms-virt-phy/00041(pid=76): Terminated: ok {rc=0}
22:49:46.069494 ---      ParallelTerminationStrategy: PID 77 died...
22:49:46.071005 run   osmo-ms-virt-phy/00042(pid=77): Terminated: ok {rc=0}
22:49:46.074727 ---      ParallelTerminationStrategy: PID 78 died...
22:49:46.076233 run   osmo-ms-virt-phy/00043(pid=78): Terminated: ok {rc=0}
22:49:46.079967 ---      ParallelTerminationStrategy: PID 79 died...
22:49:46.081519 run   osmo-ms-virt-phy/00044(pid=79): Terminated: ok {rc=0}
22:49:46.085144 ---      ParallelTerminationStrategy: PID 80 died...
22:49:46.086602 run   osmo-ms-virt-phy/00045(pid=80): Terminated: ok {rc=0}
22:49:46.090172 ---      ParallelTerminationStrategy: PID 81 died...
22:49:46.091611 run   osmo-ms-virt-phy/00046(pid=81): Terminated: ok {rc=0}
22:49:46.095240 ---      ParallelTerminationStrategy: PID 82 died...
22:49:46.096727 run   osmo-ms-virt-phy/00047(pid=82): Terminated: ok {rc=0}
22:49:46.100328 ---      ParallelTerminationStrategy: PID 83 died...
22:49:46.101783 run   osmo-ms-virt-phy/00048(pid=83): Terminated: ok {rc=0}
22:49:46.105493 ---      ParallelTerminationStrategy: PID 84 died...
22:49:46.106990 run   osmo-ms-virt-phy/00049(pid=84): Terminated: ok {rc=0}
22:49:46.110749 ---      ParallelTerminationStrategy: PID 85 died...
22:49:46.112276 run   osmo-ms-virt-phy/00050(pid=85): Terminated: ok {rc=0}
22:49:46.116020 ---      ParallelTerminationStrategy: PID 86 died...
22:49:46.117528 run   osmo-ms-virt-phy/00051(pid=86): Terminated: ok {rc=0}
22:49:46.121279 ---      ParallelTerminationStrategy: PID 87 died...
22:49:46.122787 run   osmo-ms-virt-phy/00052(pid=87): Terminated: ok {rc=0}
22:49:46.126496 ---      ParallelTerminationStrategy: PID 88 died...
22:49:46.128005 run   osmo-ms-virt-phy/00053(pid=88): Terminated: ok {rc=0}
22:49:46.131743 ---      ParallelTerminationStrategy: PID 89 died...
22:49:46.133253 run   osmo-ms-virt-phy/00054(pid=89): Terminated: ok {rc=0}
22:49:46.136978 ---      ParallelTerminationStrategy: PID 90 died...
22:49:46.138500 run   osmo-ms-virt-phy/00055(pid=90): Terminated: ok {rc=0}
22:49:46.142201 ---      ParallelTerminationStrategy: PID 91 died...
22:49:46.143697 run   osmo-ms-virt-phy/00056(pid=91): Terminated: ok {rc=0}
22:49:46.147439 ---      ParallelTerminationStrategy: PID 92 died...
22:49:46.148959 run   osmo-ms-virt-phy/00057(pid=92): Terminated: ok {rc=0}
22:49:46.152732 ---      ParallelTerminationStrategy: PID 93 died...
22:49:46.154257 run   osmo-ms-virt-phy/00058(pid=93): Terminated: ok {rc=0}
22:49:46.165271 ---      ParallelTerminationStrategy: PID 94 died...
22:49:46.166785 run   osmo-ms-virt-phy/00059(pid=94): Terminated: ok {rc=0}
22:49:46.170531 ---      ParallelTerminationStrategy: PID 95 died...
22:49:46.172384 run   osmo-ms-virt-phy/00060(pid=95): Terminated: ok {rc=0}
22:49:46.176206 ---      ParallelTerminationStrategy: PID 96 died...
22:49:46.177796 run   osmo-ms-virt-phy/00061(pid=96): Terminated: ok {rc=0}
22:49:46.181571 ---      ParallelTerminationStrategy: PID 97 died...
22:49:46.183095 run   osmo-ms-virt-phy/00062(pid=97): Terminated: ok {rc=0}
22:49:46.186833 ---      ParallelTerminationStrategy: PID 98 died...
22:49:46.188359 run   osmo-ms-virt-phy/00063(pid=98): Terminated: ok {rc=0}
22:49:46.192123 ---      ParallelTerminationStrategy: PID 99 died...
22:49:46.193660 run   osmo-ms-virt-phy/00064(pid=99): Terminated: ok {rc=0}
22:49:46.197728 ---      ParallelTerminationStrategy: PID 100 died...
22:49:46.199245 run  osmo-ms-virt-phy/00065(pid=100): Terminated: ok {rc=0}
22:49:46.202998 ---      ParallelTerminationStrategy: PID 101 died...
22:49:46.204523 run  osmo-ms-virt-phy/00066(pid=101): Terminated: ok {rc=0}
22:49:46.208367 ---      ParallelTerminationStrategy: PID 102 died...
22:49:46.209890 run  osmo-ms-virt-phy/00067(pid=102): Terminated: ok {rc=0}
22:49:46.213620 ---      ParallelTerminationStrategy: PID 103 died...
22:49:46.215168 run  osmo-ms-virt-phy/00068(pid=103): Terminated: ok {rc=0}
22:49:46.218930 ---      ParallelTerminationStrategy: PID 104 died...
22:49:46.220442 run  osmo-ms-virt-phy/00069(pid=104): Terminated: ok {rc=0}
22:49:46.224190 ---      ParallelTerminationStrategy: PID 105 died...
22:49:46.225716 run  osmo-ms-virt-phy/00070(pid=105): Terminated: ok {rc=0}
22:49:46.229456 ---      ParallelTerminationStrategy: PID 106 died...
22:49:46.230973 run  osmo-ms-virt-phy/00071(pid=106): Terminated: ok {rc=0}
22:49:46.234745 ---      ParallelTerminationStrategy: PID 107 died...
22:49:46.236261 run  osmo-ms-virt-phy/00072(pid=107): Terminated: ok {rc=0}
22:49:46.239991 ---      ParallelTerminationStrategy: PID 108 died...
22:49:46.241502 run  osmo-ms-virt-phy/00073(pid=108): Terminated: ok {rc=0}
22:49:46.245256 ---      ParallelTerminationStrategy: PID 109 died...
22:49:46.246768 run  osmo-ms-virt-phy/00074(pid=109): Terminated: ok {rc=0}
22:49:46.250547 ---      ParallelTerminationStrategy: PID 110 died...
22:49:46.252081 run  osmo-ms-virt-phy/00075(pid=110): Terminated: ok {rc=0}
22:49:46.255823 ---      ParallelTerminationStrategy: PID 111 died...
22:49:46.257332 run  osmo-ms-virt-phy/00076(pid=111): Terminated: ok {rc=0}
22:49:46.261077 ---      ParallelTerminationStrategy: PID 112 died...
22:49:46.262598 run  osmo-ms-virt-phy/00077(pid=112): Terminated: ok {rc=0}
22:49:46.266374 ---      ParallelTerminationStrategy: PID 113 died...
22:49:46.267883 run  osmo-ms-virt-phy/00078(pid=113): Terminated: ok {rc=0}
22:49:46.271603 ---      ParallelTerminationStrategy: PID 114 died...
22:49:46.273092 run  osmo-ms-virt-phy/00079(pid=114): Terminated: ok {rc=0}
22:49:46.276749 ---      ParallelTerminationStrategy: PID 115 died...
22:49:46.278254 run  osmo-ms-virt-phy/00080(pid=115): Terminated: ok {rc=0}
22:49:46.282006 ---      ParallelTerminationStrategy: PID 116 died...
22:49:46.283533 run  osmo-ms-virt-phy/00081(pid=116): Terminated: ok {rc=0}
22:49:46.287270 ---      ParallelTerminationStrategy: PID 117 died...
22:49:46.288781 run  osmo-ms-virt-phy/00082(pid=117): Terminated: ok {rc=0}
22:49:46.292504 ---      ParallelTerminationStrategy: PID 118 died...
22:49:46.294035 run  osmo-ms-virt-phy/00083(pid=118): Terminated: ok {rc=0}
22:49:46.297760 ---      ParallelTerminationStrategy: PID 119 died...
22:49:46.299214 run  osmo-ms-virt-phy/00084(pid=119): Terminated: ok {rc=0}
22:49:46.302913 ---      ParallelTerminationStrategy: PID 120 died...
22:49:46.304348 run  osmo-ms-virt-phy/00085(pid=120): Terminated: ok {rc=0}
22:49:46.307958 ---      ParallelTerminationStrategy: PID 121 died...
22:49:46.309445 run  osmo-ms-virt-phy/00086(pid=121): Terminated: ok {rc=0}
22:49:46.313016 ---      ParallelTerminationStrategy: PID 122 died...
22:49:46.314476 run  osmo-ms-virt-phy/00087(pid=122): Terminated: ok {rc=0}
22:49:46.318083 ---      ParallelTerminationStrategy: PID 123 died...
22:49:46.319539 run  osmo-ms-virt-phy/00088(pid=123): Terminated: ok {rc=0}
22:49:46.323163 ---      ParallelTerminationStrategy: PID 124 died...
22:49:46.324595 run  osmo-ms-virt-phy/00089(pid=124): Terminated: ok {rc=0}
22:49:46.328218 ---      ParallelTerminationStrategy: PID 125 died...
22:49:46.329678 run  osmo-ms-virt-phy/00090(pid=125): Terminated: ok {rc=0}
22:49:46.333244 ---      ParallelTerminationStrategy: PID 126 died...
22:49:46.334692 run  osmo-ms-virt-phy/00091(pid=126): Terminated: ok {rc=0}
22:49:46.338366 ---      ParallelTerminationStrategy: PID 127 died...
22:49:46.339840 run  osmo-ms-virt-phy/00092(pid=127): Terminated: ok {rc=0}
22:49:46.343516 ---      ParallelTerminationStrategy: PID 128 died...
22:49:46.344977 run  osmo-ms-virt-phy/00093(pid=128): Terminated: ok {rc=0}
22:49:46.348571 ---      ParallelTerminationStrategy: PID 129 died...
22:49:46.350035 run  osmo-ms-virt-phy/00094(pid=129): Terminated: ok {rc=0}
22:49:46.353610 ---      ParallelTerminationStrategy: PID 130 died...
22:49:46.355067 run  osmo-ms-virt-phy/00095(pid=130): Terminated: ok {rc=0}
22:49:46.358725 ---      ParallelTerminationStrategy: PID 131 died...
22:49:46.360235 run  osmo-ms-virt-phy/00096(pid=131): Terminated: ok {rc=0}
22:49:46.363945 ---      ParallelTerminationStrategy: PID 132 died...
22:49:46.365445 run  osmo-ms-virt-phy/00097(pid=132): Terminated: ok {rc=0}
22:49:46.369194 ---      ParallelTerminationStrategy: PID 133 died...
22:49:46.370707 run  osmo-ms-virt-phy/00098(pid=133): Terminated: ok {rc=0}
22:49:46.374460 ---      ParallelTerminationStrategy: PID 134 died...
22:49:46.375982 run  osmo-ms-virt-phy/00099(pid=134): Terminated: ok {rc=0}
22:49:46.379739 ---      ParallelTerminationStrategy: PID 135 died...
22:49:46.381269 run       osmo-ms-mob/00000(pid=135): Terminated {rc=26112}
22:49:46.385032 ---      ParallelTerminationStrategy: PID 136 died...
22:49:46.386534 run       osmo-ms-mob/00001(pid=136): Terminated {rc=26112}
22:49:46.390314 ---      ParallelTerminationStrategy: PID 137 died...
22:49:46.391830 run       osmo-ms-mob/00002(pid=137): Terminated {rc=26112}
22:49:46.395491 ---      ParallelTerminationStrategy: PID 138 died...
22:49:46.396994 run       osmo-ms-mob/00003(pid=138): Terminated {rc=26112}
22:49:46.400574 ---      ParallelTerminationStrategy: PID 139 died...
22:49:46.402025 run       osmo-ms-mob/00004(pid=139): Terminated {rc=26112}
22:49:46.405589 ---      ParallelTerminationStrategy: PID 140 died...
22:49:46.407026 run       osmo-ms-mob/00005(pid=140): Terminated {rc=26112}
22:49:46.410594 ---      ParallelTerminationStrategy: PID 141 died...
22:49:46.412021 run       osmo-ms-mob/00006(pid=141): Terminated {rc=26112}
22:49:46.415664 ---      ParallelTerminationStrategy: PID 142 died...
22:49:46.417118 run       osmo-ms-mob/00007(pid=142): Terminated {rc=26112}
22:49:46.420694 ---      ParallelTerminationStrategy: PID 143 died...
22:49:46.422149 run       osmo-ms-mob/00008(pid=143): Terminated {rc=26112}
22:49:46.425760 ---      ParallelTerminationStrategy: PID 144 died...
22:49:46.427302 run       osmo-ms-mob/00009(pid=144): Terminated {rc=26112}
22:49:46.430915 ---      ParallelTerminationStrategy: PID 145 died...
22:49:46.432355 run       osmo-ms-mob/00010(pid=145): Terminated {rc=26112}
22:49:46.435936 ---      ParallelTerminationStrategy: PID 146 died...
22:49:46.437422 run       osmo-ms-mob/00011(pid=146): Terminated {rc=26112}
22:49:46.441046 ---      ParallelTerminationStrategy: PID 147 died...
22:49:46.442478 run       osmo-ms-mob/00012(pid=147): Terminated {rc=26112}
22:49:46.446063 ---      ParallelTerminationStrategy: PID 148 died...
22:49:46.447501 run       osmo-ms-mob/00013(pid=148): Terminated {rc=26112}
22:49:46.451168 ---      ParallelTerminationStrategy: PID 149 died...
22:49:46.452611 run       osmo-ms-mob/00014(pid=149): Terminated {rc=26112}
22:49:46.456198 ---      ParallelTerminationStrategy: PID 150 died...
22:49:46.457660 run       osmo-ms-mob/00015(pid=150): Terminated {rc=26112}
22:49:46.461242 ---      ParallelTerminationStrategy: PID 151 died...
22:49:46.462679 run       osmo-ms-mob/00016(pid=151): Terminated {rc=26112}
22:49:46.466275 ---      ParallelTerminationStrategy: PID 152 died...
22:49:46.467782 run       osmo-ms-mob/00017(pid=152): Terminated {rc=26112}
22:49:46.471572 ---      ParallelTerminationStrategy: PID 153 died...
22:49:46.473087 run       osmo-ms-mob/00018(pid=153): Terminated {rc=26112}
22:49:46.476794 ---      ParallelTerminationStrategy: PID 154 died...
22:49:46.478306 run       osmo-ms-mob/00019(pid=154): Terminated {rc=26112}
22:49:46.482040 ---      ParallelTerminationStrategy: PID 155 died...
22:49:46.483530 run       osmo-ms-mob/00020(pid=155): Terminated {rc=26112}
22:49:46.487272 ---      ParallelTerminationStrategy: PID 156 died...
22:49:46.488761 run       osmo-ms-mob/00021(pid=156): Terminated {rc=26112}
22:49:46.492605 ---      ParallelTerminationStrategy: PID 157 died...
22:49:46.494107 run       osmo-ms-mob/00022(pid=157): Terminated {rc=26112}
22:49:46.497835 ---      ParallelTerminationStrategy: PID 158 died...
22:49:46.499324 run       osmo-ms-mob/00023(pid=158): Terminated {rc=26112}
22:49:46.503033 ---      ParallelTerminationStrategy: PID 159 died...
22:49:46.504531 run       osmo-ms-mob/00024(pid=159): Terminated {rc=26112}
22:49:46.508252 ---      ParallelTerminationStrategy: PID 160 died...
22:49:46.509782 run       osmo-ms-mob/00025(pid=160): Terminated {rc=26112}
22:49:46.513509 ---      ParallelTerminationStrategy: PID 161 died...
22:49:46.515028 run       osmo-ms-mob/00026(pid=161): Terminated {rc=26112}
22:49:46.518742 ---      ParallelTerminationStrategy: PID 162 died...
22:49:46.520252 run       osmo-ms-mob/00027(pid=162): Terminated {rc=26112}
22:49:46.523967 ---      ParallelTerminationStrategy: PID 163 died...
22:49:46.525467 run       osmo-ms-mob/00028(pid=163): Terminated {rc=26112}
22:49:46.529209 ---      ParallelTerminationStrategy: PID 164 died...
22:49:46.530711 run       osmo-ms-mob/00029(pid=164): Terminated {rc=26112}
22:49:46.534489 ---      ParallelTerminationStrategy: PID 165 died...
22:49:46.535989 run       osmo-ms-mob/00030(pid=165): Terminated {rc=26112}
22:49:46.539754 ---      ParallelTerminationStrategy: PID 166 died...
22:49:46.541295 run       osmo-ms-mob/00031(pid=166): Terminated {rc=26112}
22:49:46.545016 ---      ParallelTerminationStrategy: PID 167 died...
22:49:46.546524 run       osmo-ms-mob/00032(pid=167): Terminated {rc=26112}
22:49:46.550240 ---      ParallelTerminationStrategy: PID 168 died...
22:49:46.551748 run       osmo-ms-mob/00033(pid=168): Terminated {rc=26112}
22:49:46.555465 ---      ParallelTerminationStrategy: PID 169 died...
22:49:46.557022 run       osmo-ms-mob/00034(pid=169): Terminated {rc=26112}
22:49:46.560635 ---      ParallelTerminationStrategy: PID 170 died...
22:49:46.562096 run       osmo-ms-mob/00035(pid=170): Terminated {rc=26112}
22:49:46.565809 ---      ParallelTerminationStrategy: PID 171 died...
22:49:46.567275 run       osmo-ms-mob/00036(pid=171): Terminated {rc=26112}
22:49:46.570881 ---      ParallelTerminationStrategy: PID 172 died...
22:49:46.572313 run       osmo-ms-mob/00037(pid=172): Terminated {rc=26112}
22:49:46.575896 ---      ParallelTerminationStrategy: PID 173 died...
22:49:46.577339 run       osmo-ms-mob/00038(pid=173): Terminated {rc=26112}
22:49:46.580927 ---      ParallelTerminationStrategy: PID 174 died...
22:49:46.582368 run       osmo-ms-mob/00039(pid=174): Terminated {rc=26112}
22:49:46.585980 ---      ParallelTerminationStrategy: PID 175 died...
22:49:46.587413 run       osmo-ms-mob/00040(pid=175): Terminated {rc=26112}
22:49:46.590998 ---      ParallelTerminationStrategy: PID 176 died...
22:49:46.592432 run       osmo-ms-mob/00041(pid=176): Terminated {rc=26112}
22:49:46.596000 ---      ParallelTerminationStrategy: PID 177 died...
22:49:46.597441 run       osmo-ms-mob/00042(pid=177): Terminated {rc=26112}
22:49:46.601056 ---      ParallelTerminationStrategy: PID 178 died...
22:49:46.602520 run       osmo-ms-mob/00043(pid=178): Terminated {rc=26112}
22:49:46.606093 ---      ParallelTerminationStrategy: PID 179 died...
22:49:46.607560 run       osmo-ms-mob/00044(pid=179): Terminated {rc=26112}
22:49:46.611138 ---      ParallelTerminationStrategy: PID 180 died...
22:49:46.612571 run       osmo-ms-mob/00045(pid=180): Terminated {rc=26112}
22:49:46.616155 ---      ParallelTerminationStrategy: PID 181 died...
22:49:46.617603 run       osmo-ms-mob/00046(pid=181): Terminated {rc=26112}
22:49:46.621227 ---      ParallelTerminationStrategy: PID 182 died...
22:49:46.622676 run       osmo-ms-mob/00047(pid=182): Terminated {rc=26112}
22:49:46.626250 ---      ParallelTerminationStrategy: PID 183 died...
22:49:46.627698 run       osmo-ms-mob/00048(pid=183): Terminated {rc=26112}
22:49:46.631302 ---      ParallelTerminationStrategy: PID 184 died...
22:49:46.632741 run       osmo-ms-mob/00049(pid=184): Terminated {rc=26112}
22:49:46.636312 ---      ParallelTerminationStrategy: PID 185 died...
22:49:46.637755 run       osmo-ms-mob/00050(pid=185): Terminated {rc=26112}
22:49:46.641429 ---      ParallelTerminationStrategy: PID 186 died...
22:49:46.642895 run       osmo-ms-mob/00051(pid=186): Terminated {rc=26112}
22:49:46.646479 ---      ParallelTerminationStrategy: PID 187 died...
22:49:46.647929 run       osmo-ms-mob/00052(pid=187): Terminated {rc=26112}
22:49:46.651535 ---      ParallelTerminationStrategy: PID 188 died...
22:49:46.652989 run       osmo-ms-mob/00053(pid=188): Terminated {rc=26112}
22:49:46.656567 ---      ParallelTerminationStrategy: PID 189 died...
22:49:46.658054 run       osmo-ms-mob/00054(pid=189): Terminated {rc=26112}
22:49:46.661616 ---      ParallelTerminationStrategy: PID 190 died...
22:49:46.663065 run       osmo-ms-mob/00055(pid=190): Terminated {rc=26112}
22:49:46.666653 ---      ParallelTerminationStrategy: PID 191 died...
22:49:46.668098 run       osmo-ms-mob/00056(pid=191): Terminated {rc=26112}
22:49:46.671703 ---      ParallelTerminationStrategy: PID 192 died...
22:49:46.673190 run       osmo-ms-mob/00057(pid=192): Terminated {rc=26112}
22:49:46.676937 ---      ParallelTerminationStrategy: PID 193 died...
22:49:46.678450 run       osmo-ms-mob/00058(pid=193): Terminated {rc=26112}
22:49:46.682132 ---      ParallelTerminationStrategy: PID 194 died...
22:49:46.683574 run       osmo-ms-mob/00059(pid=194): Terminated {rc=26112}
22:49:46.687173 ---      ParallelTerminationStrategy: PID 195 died...
22:49:46.688610 run       osmo-ms-mob/00060(pid=195): Terminated {rc=26112}
22:49:46.692198 ---      ParallelTerminationStrategy: PID 196 died...
22:49:46.693662 run       osmo-ms-mob/00061(pid=196): Terminated {rc=26112}
22:49:46.697263 ---      ParallelTerminationStrategy: PID 197 died...
22:49:46.698697 run       osmo-ms-mob/00062(pid=197): Terminated {rc=26112}
22:49:46.702376 ---      ParallelTerminationStrategy: PID 198 died...
22:49:46.703888 run       osmo-ms-mob/00063(pid=198): Terminated {rc=26112}
22:49:46.707604 ---      ParallelTerminationStrategy: PID 199 died...
22:49:46.709119 run       osmo-ms-mob/00064(pid=199): Terminated {rc=26112}
22:49:46.712705 ---      ParallelTerminationStrategy: PID 200 died...
22:49:46.714146 run       osmo-ms-mob/00065(pid=200): Terminated {rc=26112}
22:49:46.717743 ---      ParallelTerminationStrategy: PID 201 died...
22:49:46.719176 run       osmo-ms-mob/00066(pid=201): Terminated {rc=26112}
22:49:46.722700 ---      ParallelTerminationStrategy: PID 202 died...
22:49:46.724120 run       osmo-ms-mob/00067(pid=202): Terminated {rc=26112}
22:49:46.727678 ---      ParallelTerminationStrategy: PID 203 died...
22:49:46.729141 run       osmo-ms-mob/00068(pid=203): Terminated {rc=26112}
22:49:46.732615 ---      ParallelTerminationStrategy: PID 204 died...
22:49:46.734042 run       osmo-ms-mob/00069(pid=204): Terminated {rc=26112}
22:49:46.737530 ---      ParallelTerminationStrategy: PID 205 died...
22:49:46.738931 run       osmo-ms-mob/00070(pid=205): Terminated {rc=26112}
22:49:46.742457 ---      ParallelTerminationStrategy: PID 206 died...
22:49:46.743858 run       osmo-ms-mob/00071(pid=206): Terminated {rc=26112}
22:49:46.747360 ---      ParallelTerminationStrategy: PID 207 died...
22:49:46.748789 run       osmo-ms-mob/00072(pid=207): Terminated {rc=26112}
22:49:46.752289 ---      ParallelTerminationStrategy: PID 208 died...
22:49:46.753697 run       osmo-ms-mob/00073(pid=208): Terminated {rc=26112}
22:49:46.757245 ---      ParallelTerminationStrategy: PID 209 died...
22:49:46.758700 run       osmo-ms-mob/00074(pid=209): Terminated {rc=26112}
22:49:46.762280 ---      ParallelTerminationStrategy: PID 210 died...
22:49:46.763699 run       osmo-ms-mob/00075(pid=210): Terminated {rc=26112}
22:49:46.767211 ---      ParallelTerminationStrategy: PID 211 died...
22:49:46.768686 run       osmo-ms-mob/00076(pid=211): Terminated {rc=26112}
22:49:46.772279 ---      ParallelTerminationStrategy: PID 212 died...
22:49:46.773756 run       osmo-ms-mob/00077(pid=212): Terminated {rc=26112}
22:49:46.777349 ---      ParallelTerminationStrategy: PID 213 died...
22:49:46.778788 run       osmo-ms-mob/00078(pid=213): Terminated {rc=26112}
22:49:46.782368 ---      ParallelTerminationStrategy: PID 214 died...
22:49:46.783786 run       osmo-ms-mob/00079(pid=214): Terminated {rc=26112}
22:49:46.787325 ---      ParallelTerminationStrategy: PID 215 died...
22:49:46.788763 run       osmo-ms-mob/00080(pid=215): Terminated {rc=26112}
22:49:46.792365 ---      ParallelTerminationStrategy: PID 216 died...
22:49:46.793828 run       osmo-ms-mob/00081(pid=216): Terminated {rc=26112}
22:49:46.797410 ---      ParallelTerminationStrategy: PID 217 died...
22:49:46.798856 run       osmo-ms-mob/00082(pid=217): Terminated {rc=26112}
22:49:46.802462 ---      ParallelTerminationStrategy: PID 218 died...
22:49:46.803890 run       osmo-ms-mob/00083(pid=218): Terminated {rc=26112}
22:49:46.807450 ---      ParallelTerminationStrategy: PID 219 died...
22:49:46.808930 run       osmo-ms-mob/00084(pid=219): Terminated {rc=26112}
22:49:46.812512 ---      ParallelTerminationStrategy: PID 220 died...
22:49:46.813991 run       osmo-ms-mob/00085(pid=220): Terminated {rc=26112}
22:49:46.817579 ---      ParallelTerminationStrategy: PID 221 died...
22:49:46.819035 run       osmo-ms-mob/00086(pid=221): Terminated {rc=26112}
22:49:46.822565 ---      ParallelTerminationStrategy: PID 222 died...
22:49:46.824070 run       osmo-ms-mob/00087(pid=222): Terminated {rc=26112}
22:49:46.827645 ---      ParallelTerminationStrategy: PID 223 died...
22:49:46.829101 run       osmo-ms-mob/00088(pid=223): Terminated {rc=26112}
22:49:46.832656 ---      ParallelTerminationStrategy: PID 224 died...
22:49:46.834081 run       osmo-ms-mob/00089(pid=224): Terminated {rc=26112}
22:49:46.837566 ---      ParallelTerminationStrategy: PID 225 died...
22:49:46.838964 run       osmo-ms-mob/00090(pid=225): Terminated {rc=26112}
22:49:46.842511 ---      ParallelTerminationStrategy: PID 226 died...
22:49:46.843939 run       osmo-ms-mob/00091(pid=226): Terminated {rc=26112}
22:49:46.847509 ---      ParallelTerminationStrategy: PID 227 died...
22:49:46.848993 run       osmo-ms-mob/00092(pid=227): Terminated {rc=26112}
22:49:46.852621 ---      ParallelTerminationStrategy: PID 228 died...
22:49:46.854071 run       osmo-ms-mob/00093(pid=228): Terminated {rc=26112}
22:49:46.857676 ---      ParallelTerminationStrategy: PID 229 died...
22:49:46.859136 run       osmo-ms-mob/00094(pid=229): Terminated {rc=26112}
22:49:46.862684 ---      ParallelTerminationStrategy: PID 230 died...
22:49:46.864119 run       osmo-ms-mob/00095(pid=230): Terminated {rc=26112}
22:49:46.867810 ---      ParallelTerminationStrategy: PID 231 died...
22:49:46.869285 run       osmo-ms-mob/00096(pid=231): Terminated {rc=26112}
22:49:46.872971 ---      ParallelTerminationStrategy: PID 232 died...
22:49:46.874465 run       osmo-ms-mob/00097(pid=232): Terminated {rc=26112}
22:49:46.878129 ---      ParallelTerminationStrategy: PID 233 died...
22:49:46.879559 run       osmo-ms-mob/00098(pid=233): Terminated {rc=26112}
22:49:46.883097 ---      ParallelTerminationStrategy: PID 234 died...
22:49:46.884522 run       osmo-ms-mob/00099(pid=234): Terminated {rc=26112}
22:49:50.287950 ---      ParallelTerminationStrategy: PID 34 died...
22:49:50.289606 run         osmo-bts-virtual(pid=34): Terminated: ok {rc=0}
---------------------------------------------------------------------
trial-7903 netreg_mass PASS
---------------------------------------------------------------------
22:49:50.364338 tst                       trial-7903: Storing JUnit report in /build/trial-7903/run.2025-03-12_22-48-17/trial-7903.xml

--------------------------------------------------------------------------------------------
trial-7903 PASS
--------------------------------------------------------------------------------------------
22:49:50.375245 tst                       trial-7903: trial-7903: PASS, 1 suites passed
PASS: netreg_mass (pass: 1)
    pass: register_default_mass.py (87.6 sec)
+ exit_code=0
+ rm -rf trial-7903/inst
+ cd trial-7903
+ command -v journalctl
+ [ ! -z /usr/bin/journalctl ]
+ readlink last_run
+ journalctl -u ofono -o short-precise --since 2025-03-12 22:48:16
No journal files were found.
+ readlink last_run
+ tar czf /build/trial-7903-run.tgz run.2025-03-12_22-48-17
+ tar czf /build/trial-7903-bin.tgz checksums.md5 open5gs.build-8.tgz osmo-bsc.build-2025-03-12_13_28_15.tgz osmo-bts-oc2g.build-2025-03-12_00_51_35.tgz osmo-bts-sysmo.build-2025-03-12_00_51_31.tgz osmo-bts.build-2025-03-12_00_51_45.tgz osmo-ggsn.build-2025-03-12_20_42_33.tgz osmo-hlr.build-2025-03-12_16_36_57.tgz osmo-hnbgw.build-2025-03-12_13_29_11.tgz osmo-mgw.build-2025-03-12_08_33_14.tgz osmo-msc.build-2025-03-12_13_33_10.tgz osmo-nitb.build-17155.tgz osmo-pcu-oc2g.build-2025-03-12_07_41_49.tgz osmo-pcu-sysmo.build-2025-03-12_07_41_41.tgz osmo-pcu.build-2025-03-12_07_41_53.tgz osmo-sgsn.build-2025-03-12_20_48_08.tgz osmo-stp.build-2025-03-12_13_25_22.tgz osmo-trx.build-2025-03-12_14_27_26.tgz osmocom-bb.build-2025-03-12_21_17_23.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