Skip to content
Success

Console Output

Skipping 17 KB.. Full Log
	--build-arg OSMO_HLR_BRANCH=master \
	--build-arg OSMO_HNBGW_BRANCH=master \
	--build-arg OSMO_HNODEB_BRANCH=master \
	--build-arg OSMO_IUH_BRANCH=master \
	--build-arg OSMO_MGW_BRANCH=master \
	--build-arg OSMO_MSC_BRANCH=master \
	--build-arg OSMO_NITB_BRANCH=master \
	--build-arg OSMO_PCU_BRANCH=master \
	--build-arg OSMO_REMSIM_BRANCH=master \
	--build-arg OSMO_S1GW_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 [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
#7 CACHED

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

#28 [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://archive.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
#28 CACHED

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

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

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

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

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

#34 exporting to image
#34 exporting layers done
#34 writing image sha256:5800ea70799be9337c0d1455607c8af823bce38c18205961d293d1acf6852076 0.0s done
#34 naming to docker.io/osmocom-build/osmo-gsm-tester:latest 0.0s done
#34 DONE 0.0s
rm -rf .common
make: Leaving directory '/home/osmocom-build/jenkins/workspace/osmo-gsm-tester_virtual/docker-playground/osmo-gsm-tester'
+ unlink osmo-gsm-tester/sysmocom/resources.conf
+ ln -s resources.conf.virtual osmo-gsm-tester/sysmocom/resources.conf
+ docker run --rm=true -e HOME=/build -e JOB_NAME=osmo-gsm-tester_virtual -e OSMO_GSM_TESTER_CONF=/build/osmo-gsm-tester/sysmocom/main.conf -e OSMO_GSM_TESTER_OPTS=-s netreg_mass -e BUILD_NUMBER=8063 -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-08-19 22:48:16
+ trial_dir_prefix=trial-
+ rm -rf trial-*
+ trial_dir=trial-8063
+ mkdir -p trial-8063
+ mv open5gs.build-8.tgz osmo-bsc.build-2025-08-19_13_25_54.tgz osmo-bts-oc2g.build-2025-08-19_00_51_34.tgz osmo-bts-sysmo.build-2025-08-19_00_51_38.tgz osmo-bts.build-2025-08-19_00_51_45.tgz osmo-ggsn.build-2025-08-19_20_42_35.tgz osmo-hlr.build-2025-08-19_16_36_47.tgz osmo-hnbgw.build-2025-08-19_13_30_21.tgz osmo-mgw.build-2025-08-19_08_33_12.tgz osmo-msc.build-2025-08-19_13_34_29.tgz osmo-nitb.build-17155.tgz osmo-pcu-oc2g.build-2025-08-19_08_09_35.tgz osmo-pcu-sysmo.build-2025-08-19_08_09_35.tgz osmo-pcu.build-2025-08-19_08_09_34.tgz osmo-sgsn.build-2025-08-19_20_48_12.tgz osmo-stp.build-2025-08-19_13_22_57.tgz osmo-trx.build-2025-08-19_14_29_27.tgz osmocom-bb.build-2025-08-19_21_17_21.tgz srslte.build-19.tgz trial-8063
+ cat open5gs.build-8.md5 osmo-bsc.build-2025-08-19_13_25_54.md5 osmo-bts-oc2g.build-2025-08-19_00_51_34.md5 osmo-bts-sysmo.build-2025-08-19_00_51_38.md5 osmo-bts.build-2025-08-19_00_51_45.md5 osmo-ggsn.build-2025-08-19_20_42_35.md5 osmo-hlr.build-2025-08-19_16_36_47.md5 osmo-hnbgw.build-2025-08-19_13_30_21.md5 osmo-mgw.build-2025-08-19_08_33_12.md5 osmo-msc.build-2025-08-19_13_34_29.md5 osmo-nitb.build-17155.md5 osmo-pcu-oc2g.build-2025-08-19_08_09_35.md5 osmo-pcu-sysmo.build-2025-08-19_08_09_35.md5 osmo-pcu.build-2025-08-19_08_09_34.md5 osmo-sgsn.build-2025-08-19_20_48_12.md5 osmo-stp.build-2025-08-19_13_22_57.md5 osmo-trx.build-2025-08-19_14_29_27.md5 osmocom-bb.build-2025-08-19_21_17_21.md5 srslte.build-19.md5
+ rm open5gs.build-8.md5 osmo-bsc.build-2025-08-19_13_25_54.md5 osmo-bts-oc2g.build-2025-08-19_00_51_34.md5 osmo-bts-sysmo.build-2025-08-19_00_51_38.md5 osmo-bts.build-2025-08-19_00_51_45.md5 osmo-ggsn.build-2025-08-19_20_42_35.md5 osmo-hlr.build-2025-08-19_16_36_47.md5 osmo-hnbgw.build-2025-08-19_13_30_21.md5 osmo-mgw.build-2025-08-19_08_33_12.md5 osmo-msc.build-2025-08-19_13_34_29.md5 osmo-nitb.build-17155.md5 osmo-pcu-oc2g.build-2025-08-19_08_09_35.md5 osmo-pcu-sysmo.build-2025-08-19_08_09_35.md5 osmo-pcu.build-2025-08-19_08_09_34.md5 osmo-sgsn.build-2025-08-19_20_48_12.md5 osmo-stp.build-2025-08-19_13_22_57.md5 osmo-trx.build-2025-08-19_14_29_27.md5 osmocom-bb.build-2025-08-19_21_17_21.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-8063 -s netreg_mass
combinations: ['netreg_mass']
trial: 'trial-8063'
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-8063
--------------------------------------------------------------------------------------------
22:48:16.455152 tst                       trial-8063: Detailed log at /build/trial-8063/run.2025-08-19_22-48-16/log

---------------------------------------------------------------------
trial-8063 netreg_mass
---------------------------------------------------------------------
22:48:16.690950 tst                      netreg_mass: reserving resources in /var/tmp/osmo-gsm-tester/state ...
22:48:16.691385 tst                      netreg_mass: Verifying 1 x bts (candidates: 1)
22:48:16.692324 tst                      netreg_mass: Verifying 6 x ip_address (candidates: 9)
22:48:16.693715 tst                      netreg_mass: Verifying 100 x modem (candidates: 100)
22:48:16.738997 tst                      netreg_mass: Reserving 1 x bts (candidates: 1)
22:48:16.740555 tst                      netreg_mass: Reserving 6 x ip_address (candidates: 9)
22:48:16.741990 tst                      netreg_mass: Reserving 100 x modem (candidates: 100)
22:48:16.822165 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-8063 netreg_mass register_default_mass.py
----------------------------------------------
22:48:16.824009 tst       register_default_mass.py:9: Claiming resources for the test
22:48:16.843178 tst                      netreg_mass: Using 1 x ip_address (candidates: 6)
22:48:16.843936 tst                      netreg_mass: Using 1 x ip_address (candidates: 6)
22:48:16.844569 tst                      netreg_mass: Using 1 x ip_address (candidates: 6)
22:48:16.845177 tst                      netreg_mass: Using 1 x ip_address (candidates: 6)
22:48:16.845782 tst                      netreg_mass: Using 1 x ip_address (candidates: 6)
22:48:16.846411 tst                      netreg_mass: Using 1 x ip_address (candidates: 6)
22:48:16.847178 tst                      netreg_mass: Using 1 x bts (candidates: 1)
22:48:16.902607 tst         register_default_mass.py: using LAC 2
22:48:16.948436 tst         register_default_mass.py: using RAC 2
22:48:16.993739 tst         register_default_mass.py: using CellId 2
22:48:17.036636 tst         register_default_mass.py: using BVCI 3
22:48:17.050895 tst                      netreg_mass: Using 1 x modem (candidates: 100)
22:48:17.052378 tst                      netreg_mass: Using 1 x modem (candidates: 100)
22:48:17.053729 tst                      netreg_mass: Using 1 x modem (candidates: 100)
22:48:17.055161 tst                      netreg_mass: Using 1 x modem (candidates: 100)
22:48:17.056534 tst                      netreg_mass: Using 1 x modem (candidates: 100)
22:48:17.057904 tst                      netreg_mass: Using 1 x modem (candidates: 100)
22:48:17.059183 tst                      netreg_mass: Using 1 x modem (candidates: 100)
22:48:17.060510 tst                      netreg_mass: Using 1 x modem (candidates: 100)
22:48:17.061876 tst                      netreg_mass: Using 1 x modem (candidates: 100)
22:48:17.063215 tst                      netreg_mass: Using 1 x modem (candidates: 100)
22:48:17.064494 tst                      netreg_mass: Using 1 x modem (candidates: 100)
22:48:17.065815 tst                      netreg_mass: Using 1 x modem (candidates: 100)
22:48:17.067133 tst                      netreg_mass: Using 1 x modem (candidates: 100)
22:48:17.068819 tst                      netreg_mass: Using 1 x modem (candidates: 100)
22:48:17.070190 tst                      netreg_mass: Using 1 x modem (candidates: 100)
22:48:17.071515 tst                      netreg_mass: Using 1 x modem (candidates: 100)
22:48:17.072841 tst                      netreg_mass: Using 1 x modem (candidates: 100)
22:48:17.074168 tst                      netreg_mass: Using 1 x modem (candidates: 100)
22:48:17.075465 tst                      netreg_mass: Using 1 x modem (candidates: 100)
22:48:17.076772 tst                      netreg_mass: Using 1 x modem (candidates: 100)
22:48:17.078041 tst                      netreg_mass: Using 1 x modem (candidates: 100)
22:48:17.079329 tst                      netreg_mass: Using 1 x modem (candidates: 100)
22:48:17.080662 tst                      netreg_mass: Using 1 x modem (candidates: 100)
22:48:17.081969 tst                      netreg_mass: Using 1 x modem (candidates: 100)
22:48:17.083236 tst                      netreg_mass: Using 1 x modem (candidates: 100)
22:48:17.084482 tst                      netreg_mass: Using 1 x modem (candidates: 100)
22:48:17.085776 tst                      netreg_mass: Using 1 x modem (candidates: 100)
22:48:17.087026 tst                      netreg_mass: Using 1 x modem (candidates: 100)
22:48:17.088315 tst                      netreg_mass: Using 1 x modem (candidates: 100)
22:48:17.089619 tst                      netreg_mass: Using 1 x modem (candidates: 100)
22:48:17.090891 tst                      netreg_mass: Using 1 x modem (candidates: 100)
22:48:17.092169 tst                      netreg_mass: Using 1 x modem (candidates: 100)
22:48:17.093444 tst                      netreg_mass: Using 1 x modem (candidates: 100)
22:48:17.094749 tst                      netreg_mass: Using 1 x modem (candidates: 100)
22:48:17.096049 tst                      netreg_mass: Using 1 x modem (candidates: 100)
22:48:17.097365 tst                      netreg_mass: Using 1 x modem (candidates: 100)
22:48:17.098645 tst                      netreg_mass: Using 1 x modem (candidates: 100)
22:48:17.099933 tst                      netreg_mass: Using 1 x modem (candidates: 100)
22:48:17.101306 tst                      netreg_mass: Using 1 x modem (candidates: 100)
22:48:17.102596 tst                      netreg_mass: Using 1 x modem (candidates: 100)
22:48:17.103874 tst                      netreg_mass: Using 1 x modem (candidates: 100)
22:48:17.105158 tst                      netreg_mass: Using 1 x modem (candidates: 100)
22:48:17.106411 tst                      netreg_mass: Using 1 x modem (candidates: 100)
22:48:17.107635 tst                      netreg_mass: Using 1 x modem (candidates: 100)
22:48:17.108903 tst                      netreg_mass: Using 1 x modem (candidates: 100)
22:48:17.110276 tst                      netreg_mass: Using 1 x modem (candidates: 100)
22:48:17.111528 tst                      netreg_mass: Using 1 x modem (candidates: 100)
22:48:17.112828 tst                      netreg_mass: Using 1 x modem (candidates: 100)
22:48:17.114069 tst                      netreg_mass: Using 1 x modem (candidates: 100)
22:48:17.115279 tst                      netreg_mass: Using 1 x modem (candidates: 100)
22:48:17.116492 tst                      netreg_mass: Using 1 x modem (candidates: 100)
22:48:17.117814 tst                      netreg_mass: Using 1 x modem (candidates: 100)
22:48:17.119132 tst                      netreg_mass: Using 1 x modem (candidates: 100)
22:48:17.120428 tst                      netreg_mass: Using 1 x modem (candidates: 100)
22:48:17.121717 tst                      netreg_mass: Using 1 x modem (candidates: 100)
22:48:17.122978 tst                      netreg_mass: Using 1 x modem (candidates: 100)
22:48:17.124238 tst                      netreg_mass: Using 1 x modem (candidates: 100)
22:48:17.125550 tst                      netreg_mass: Using 1 x modem (candidates: 100)
22:48:17.126818 tst                      netreg_mass: Using 1 x modem (candidates: 100)
22:48:17.128231 tst                      netreg_mass: Using 1 x modem (candidates: 100)
22:48:17.129512 tst                      netreg_mass: Using 1 x modem (candidates: 100)
22:48:17.130758 tst                      netreg_mass: Using 1 x modem (candidates: 100)
22:48:17.132022 tst                      netreg_mass: Using 1 x modem (candidates: 100)
22:48:17.133297 tst                      netreg_mass: Using 1 x modem (candidates: 100)
22:48:17.134537 tst                      netreg_mass: Using 1 x modem (candidates: 100)
22:48:17.135734 tst                      netreg_mass: Using 1 x modem (candidates: 100)
22:48:17.137005 tst                      netreg_mass: Using 1 x modem (candidates: 100)
22:48:17.138272 tst                      netreg_mass: Using 1 x modem (candidates: 100)
22:48:17.139519 tst                      netreg_mass: Using 1 x modem (candidates: 100)
22:48:17.140768 tst                      netreg_mass: Using 1 x modem (candidates: 100)
22:48:17.142035 tst                      netreg_mass: Using 1 x modem (candidates: 100)
22:48:17.143275 tst                      netreg_mass: Using 1 x modem (candidates: 100)
22:48:17.144680 tst                      netreg_mass: Using 1 x modem (candidates: 100)
22:48:17.145946 tst                      netreg_mass: Using 1 x modem (candidates: 100)
22:48:17.147203 tst                      netreg_mass: Using 1 x modem (candidates: 100)
22:48:17.148458 tst                      netreg_mass: Using 1 x modem (candidates: 100)
22:48:17.149720 tst                      netreg_mass: Using 1 x modem (candidates: 100)
22:48:17.150999 tst                      netreg_mass: Using 1 x modem (candidates: 100)
22:48:17.152325 tst                      netreg_mass: Using 1 x modem (candidates: 100)
22:48:17.153634 tst                      netreg_mass: Using 1 x modem (candidates: 100)
22:48:17.154964 tst                      netreg_mass: Using 1 x modem (candidates: 100)
22:48:17.156287 tst                      netreg_mass: Using 1 x modem (candidates: 100)
22:48:17.157622 tst                      netreg_mass: Using 1 x modem (candidates: 100)
22:48:17.158967 tst                      netreg_mass: Using 1 x modem (candidates: 100)
22:48:17.160243 tst                      netreg_mass: Using 1 x modem (candidates: 100)
22:48:17.161520 tst                      netreg_mass: Using 1 x modem (candidates: 100)
22:48:17.162785 tst                      netreg_mass: Using 1 x modem (candidates: 100)
22:48:17.164032 tst                      netreg_mass: Using 1 x modem (candidates: 100)
22:48:17.165300 tst                      netreg_mass: Using 1 x modem (candidates: 100)
22:48:17.166548 tst                      netreg_mass: Using 1 x modem (candidates: 100)
22:48:17.167845 tst                      netreg_mass: Using 1 x modem (candidates: 100)
22:48:17.169172 tst                      netreg_mass: Using 1 x modem (candidates: 100)
22:48:17.170517 tst                      netreg_mass: Using 1 x modem (candidates: 100)
22:48:17.171893 tst                      netreg_mass: Using 1 x modem (candidates: 100)
22:48:17.173252 tst                      netreg_mass: Using 1 x modem (candidates: 100)
22:48:17.174575 tst                      netreg_mass: Using 1 x modem (candidates: 100)
22:48:17.175882 tst                      netreg_mass: Using 1 x modem (candidates: 100)
22:48:17.177215 tst                      netreg_mass: Using 1 x modem (candidates: 100)
22:48:17.178592 tst                      netreg_mass: Using 1 x modem (candidates: 100)
22:48:17.179879 tst                      netreg_mass: Using 1 x modem (candidates: 100)
22:48:17.181143 tst                      netreg_mass: Using 1 x modem (candidates: 100)
22:48:17.182495 tst      register_default_mass.py:21: Launching a simple network
22:48:17.208885 run              osmo-hlr_127.0.42.2: Starting osmo-hlr
22:48:17.477161 run            create_hlr_db(pid=20): Launched
22:48:18.490785 run            create_hlr_db(pid=20): Terminated: ok {rc=0}
22:48:18.510521 run pcap-recorder_any(filters='host 127.0.42.2')(pid=22): Launched
22:48:18.528878 run      osmo-hlr_127.0.42.2(pid=23): Launched
22:48:18.535834 run              osmo-stp_127.0.42.5: Starting osmo-stp
22:48:18.746933 run pcap-recorder_any(filters='host 127.0.42.5 and port not 22')(pid=24): Launched
22:48:18.764785 run      osmo-stp_127.0.42.5(pid=25): Launched
22:48:18.771288 run              osmo-msc_127.0.42.6: Starting osmo-msc
22:48:19.271119 run pcap-recorder_any(filters='host 127.0.42.6 and port not 22')(pid=26): Launched
22:48:19.290135 run      osmo-msc_127.0.42.6(pid=27): Launched
22:48:22.302323 run              osmo-mgw_127.0.42.3: Starting osmo-mgw
22:48:22.440571 run pcap-recorder_any(filters='host 127.0.42.3 and port not 22')(pid=28): Launched
22:48:22.459634 run      osmo-mgw_127.0.42.3(pid=29): Launched
22:48:22.466802 run              osmo-mgw_127.0.42.4: Starting osmo-mgw
22:48:22.497886 run pcap-recorder_any(filters='host 127.0.42.4 and port not 22')(pid=30): Launched
22:48:22.519126 run      osmo-mgw_127.0.42.4(pid=31): Launched
22:48:22.527801 run              osmo-bsc_127.0.42.7: Starting osmo-bsc
22:48:22.907873 run pcap-recorder_any(filters='host 127.0.42.7 and port not 22')(pid=32): Launched
22:48:22.926647 run      osmo-bsc_127.0.42.7(pid=33): Launched
22:48:28.948559 run                 osmo-bts-virtual: Starting to connect to osmo-bsc_127.0.42.7
22:48:29.126278 run         osmo-bts-virtual(pid=34): Launched
22:48:30.180936 tst         register_default_mass.py: using MSISDN 1001
22:48:30.190476 run              osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001010000000000', msisdn='1001', subscriber_id=1}
22:48:30.273839 tst         register_default_mass.py: using MSISDN 1002
22:48:30.283916 run              osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001010000000001', msisdn='1002', subscriber_id=2}
22:48:30.358309 tst         register_default_mass.py: using MSISDN 1003
22:48:30.363939 run              osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001010000000002', msisdn='1003', subscriber_id=3}
22:48:30.450201 tst         register_default_mass.py: using MSISDN 1004
22:48:30.460737 run              osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001010000000003', msisdn='1004', subscriber_id=4}
22:48:30.541618 tst         register_default_mass.py: using MSISDN 1005
22:48:30.549047 run              osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001010000000004', msisdn='1005', subscriber_id=5}
22:48:30.624174 tst         register_default_mass.py: using MSISDN 1006
22:48:30.630162 run              osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001010000000005', msisdn='1006', subscriber_id=6}
22:48:30.710477 tst         register_default_mass.py: using MSISDN 1007
22:48:30.716429 run              osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001010000000006', msisdn='1007', subscriber_id=7}
22:48:30.783628 tst         register_default_mass.py: using MSISDN 1008
22:48:30.789312 run              osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001010000000007', msisdn='1008', subscriber_id=8}
22:48:30.862179 tst         register_default_mass.py: using MSISDN 1009
22:48:30.867734 run              osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001010000000008', msisdn='1009', subscriber_id=9}
22:48:31.454469 tst         register_default_mass.py: using MSISDN 1010
22:48:31.460283 run              osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001010000000009', msisdn='1010', subscriber_id=10}
22:48:31.543563 tst         register_default_mass.py: using MSISDN 1011
22:48:31.549530 run              osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001020000000000', msisdn='1011', subscriber_id=11}
22:48:31.623485 tst         register_default_mass.py: using MSISDN 1012
22:48:31.629262 run              osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001020000000001', msisdn='1012', subscriber_id=12}
22:48:31.696097 tst         register_default_mass.py: using MSISDN 1013
22:48:31.701632 run              osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001020000000002', msisdn='1013', subscriber_id=13}
22:48:31.763170 tst         register_default_mass.py: using MSISDN 1014
22:48:31.769016 run              osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001020000000003', msisdn='1014', subscriber_id=14}
22:48:31.834307 tst         register_default_mass.py: using MSISDN 1015
22:48:31.840777 run              osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001020000000004', msisdn='1015', subscriber_id=15}
22:48:31.901900 tst         register_default_mass.py: using MSISDN 1016
22:48:31.909223 run              osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001020000000005', msisdn='1016', subscriber_id=16}
22:48:32.203115 tst         register_default_mass.py: using MSISDN 1017
22:48:32.210239 run              osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001020000000006', msisdn='1017', subscriber_id=17}
22:48:32.279595 tst         register_default_mass.py: using MSISDN 1018
22:48:32.286771 run              osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001020000000007', msisdn='1018', subscriber_id=18}
22:48:32.368253 tst         register_default_mass.py: using MSISDN 1019
22:48:32.375044 run              osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001020000000008', msisdn='1019', subscriber_id=19}
22:48:32.443831 tst         register_default_mass.py: using MSISDN 1020
22:48:32.450231 run              osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001020000000009', msisdn='1020', subscriber_id=20}
22:48:32.511855 tst         register_default_mass.py: using MSISDN 1021
22:48:32.518602 run              osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001030000000000', msisdn='1021', subscriber_id=21}
22:48:32.600506 tst         register_default_mass.py: using MSISDN 1022
22:48:32.606683 run              osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001030000000001', msisdn='1022', subscriber_id=22}
22:48:32.675663 tst         register_default_mass.py: using MSISDN 1023
22:48:32.685742 run              osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001030000000002', msisdn='1023', subscriber_id=23}
22:48:32.753036 tst         register_default_mass.py: using MSISDN 1024
22:48:32.760415 run              osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001030000000003', msisdn='1024', subscriber_id=24}
22:48:32.834608 tst         register_default_mass.py: using MSISDN 1025
22:48:32.845210 run              osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001030000000004', msisdn='1025', subscriber_id=25}
22:48:32.919700 tst         register_default_mass.py: using MSISDN 1026
22:48:32.925559 run              osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001030000000005', msisdn='1026', subscriber_id=26}
22:48:32.989699 tst         register_default_mass.py: using MSISDN 1027
22:48:32.995512 run              osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001030000000006', msisdn='1027', subscriber_id=27}
22:48:33.069580 tst         register_default_mass.py: using MSISDN 1028
22:48:33.075796 run              osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001030000000007', msisdn='1028', subscriber_id=28}
22:48:33.148528 tst         register_default_mass.py: using MSISDN 1029
22:48:33.157892 run              osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001030000000008', msisdn='1029', subscriber_id=29}
22:48:33.224046 tst         register_default_mass.py: using MSISDN 1030
22:48:33.232068 run              osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001030000000009', msisdn='1030', subscriber_id=30}
22:48:33.300420 tst         register_default_mass.py: using MSISDN 1031
22:48:33.306302 run              osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001040000000000', msisdn='1031', subscriber_id=31}
22:48:33.384599 tst         register_default_mass.py: using MSISDN 1032
22:48:33.390201 run              osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001040000000001', msisdn='1032', subscriber_id=32}
22:48:33.464685 tst         register_default_mass.py: using MSISDN 1033
22:48:33.470556 run              osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001040000000002', msisdn='1033', subscriber_id=33}
22:48:33.540458 tst         register_default_mass.py: using MSISDN 1034
22:48:33.546236 run              osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001040000000003', msisdn='1034', subscriber_id=34}
22:48:33.619570 tst         register_default_mass.py: using MSISDN 1035
22:48:33.625198 run              osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001040000000004', msisdn='1035', subscriber_id=35}
22:48:33.699658 tst         register_default_mass.py: using MSISDN 1036
22:48:33.705372 run              osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001040000000005', msisdn='1036', subscriber_id=36}
22:48:33.775990 tst         register_default_mass.py: using MSISDN 1037
22:48:33.781587 run              osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001040000000006', msisdn='1037', subscriber_id=37}
22:48:33.847015 tst         register_default_mass.py: using MSISDN 1038
22:48:33.852874 run              osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001040000000007', msisdn='1038', subscriber_id=38}
22:48:33.926686 tst         register_default_mass.py: using MSISDN 1039
22:48:33.932617 run              osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001040000000008', msisdn='1039', subscriber_id=39}
22:48:34.018906 tst         register_default_mass.py: using MSISDN 1040
22:48:34.024616 run              osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001040000000009', msisdn='1040', subscriber_id=40}
22:48:34.089925 tst         register_default_mass.py: using MSISDN 1041
22:48:34.095838 run              osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001050000000000', msisdn='1041', subscriber_id=41}
22:48:34.161178 tst         register_default_mass.py: using MSISDN 1042
22:48:34.171149 run              osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001050000000001', msisdn='1042', subscriber_id=42}
22:48:34.244614 tst         register_default_mass.py: using MSISDN 1043
22:48:34.254293 run              osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001050000000002', msisdn='1043', subscriber_id=43}
22:48:34.333389 tst         register_default_mass.py: using MSISDN 1044
22:48:34.339028 run              osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001050000000003', msisdn='1044', subscriber_id=44}
22:48:34.407730 tst         register_default_mass.py: using MSISDN 1045
22:48:34.414186 run              osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001050000000004', msisdn='1045', subscriber_id=45}
22:48:34.475434 tst         register_default_mass.py: using MSISDN 1046
22:48:34.482979 run              osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001050000000005', msisdn='1046', subscriber_id=46}
22:48:34.546781 tst         register_default_mass.py: using MSISDN 1047
22:48:34.554060 run              osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001050000000006', msisdn='1047', subscriber_id=47}
22:48:34.622787 tst         register_default_mass.py: using MSISDN 1048
22:48:34.628863 run              osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001050000000007', msisdn='1048', subscriber_id=48}
22:48:34.703187 tst         register_default_mass.py: using MSISDN 1049
22:48:34.709241 run              osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001050000000008', msisdn='1049', subscriber_id=49}
22:48:34.788378 tst         register_default_mass.py: using MSISDN 1050
22:48:34.794622 run              osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001050000000009', msisdn='1050', subscriber_id=50}
22:48:34.869614 tst         register_default_mass.py: using MSISDN 1051
22:48:34.877024 run              osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001060000000000', msisdn='1051', subscriber_id=51}
22:48:34.947684 tst         register_default_mass.py: using MSISDN 1052
22:48:34.953325 run              osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001060000000001', msisdn='1052', subscriber_id=52}
22:48:35.022551 tst         register_default_mass.py: using MSISDN 1053
22:48:35.028533 run              osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001060000000002', msisdn='1053', subscriber_id=53}
22:48:35.100830 tst         register_default_mass.py: using MSISDN 1054
22:48:35.108596 run              osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001060000000003', msisdn='1054', subscriber_id=54}
22:48:35.190602 tst         register_default_mass.py: using MSISDN 1055
22:48:35.196406 run              osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001060000000004', msisdn='1055', subscriber_id=55}
22:48:35.259509 tst         register_default_mass.py: using MSISDN 1056
22:48:35.265213 run              osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001060000000005', msisdn='1056', subscriber_id=56}
22:48:35.328906 tst         register_default_mass.py: using MSISDN 1057
22:48:35.339655 run              osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001060000000006', msisdn='1057', subscriber_id=57}
22:48:35.421227 tst         register_default_mass.py: using MSISDN 1058
22:48:35.430506 run              osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001060000000007', msisdn='1058', subscriber_id=58}
22:48:35.499299 tst         register_default_mass.py: using MSISDN 1059
22:48:35.506005 run              osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001060000000008', msisdn='1059', subscriber_id=59}
22:48:35.573357 tst         register_default_mass.py: using MSISDN 1060
22:48:35.579435 run              osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001060000000009', msisdn='1060', subscriber_id=60}
22:48:35.648208 tst         register_default_mass.py: using MSISDN 1061
22:48:35.656210 run              osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001070000000000', msisdn='1061', subscriber_id=61}
22:48:35.726197 tst         register_default_mass.py: using MSISDN 1062
22:48:35.732123 run              osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001070000000001', msisdn='1062', subscriber_id=62}
22:48:35.807967 tst         register_default_mass.py: using MSISDN 1063
22:48:35.813776 run              osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001070000000002', msisdn='1063', subscriber_id=63}
22:48:35.876299 tst         register_default_mass.py: using MSISDN 1064
22:48:35.882136 run              osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001070000000003', msisdn='1064', subscriber_id=64}
22:48:35.954915 tst         register_default_mass.py: using MSISDN 1065
22:48:35.961894 run              osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001070000000004', msisdn='1065', subscriber_id=65}
22:48:36.025873 tst         register_default_mass.py: using MSISDN 1066
22:48:36.031792 run              osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001070000000005', msisdn='1066', subscriber_id=66}
22:48:36.105543 tst         register_default_mass.py: using MSISDN 1067
22:48:36.111596 run              osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001070000000006', msisdn='1067', subscriber_id=67}
22:48:36.172023 tst         register_default_mass.py: using MSISDN 1068
22:48:36.178110 run              osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001070000000007', msisdn='1068', subscriber_id=68}
22:48:36.246955 tst         register_default_mass.py: using MSISDN 1069
22:48:36.254671 run              osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001070000000008', msisdn='1069', subscriber_id=69}
22:48:36.315566 tst         register_default_mass.py: using MSISDN 1070
22:48:36.321354 run              osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001070000000009', msisdn='1070', subscriber_id=70}
22:48:36.385221 tst         register_default_mass.py: using MSISDN 1071
22:48:36.397347 run              osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001080000000000', msisdn='1071', subscriber_id=71}
22:48:36.493502 tst         register_default_mass.py: using MSISDN 1072
22:48:36.501623 run              osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001080000000001', msisdn='1072', subscriber_id=72}
22:48:37.143169 tst         register_default_mass.py: using MSISDN 1073
22:48:37.149624 run              osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001080000000002', msisdn='1073', subscriber_id=73}
22:48:37.945384 tst         register_default_mass.py: using MSISDN 1074
22:48:37.954837 run              osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001080000000003', msisdn='1074', subscriber_id=74}
22:48:38.015388 tst         register_default_mass.py: using MSISDN 1075
22:48:38.021116 run              osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001080000000004', msisdn='1075', subscriber_id=75}
22:48:38.096397 tst         register_default_mass.py: using MSISDN 1076
22:48:38.102323 run              osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001080000000005', msisdn='1076', subscriber_id=76}
22:48:38.178741 tst         register_default_mass.py: using MSISDN 1077
22:48:38.184743 run              osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001080000000006', msisdn='1077', subscriber_id=77}
22:48:38.258687 tst         register_default_mass.py: using MSISDN 1078
22:48:38.264433 run              osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001080000000007', msisdn='1078', subscriber_id=78}
22:48:38.345050 tst         register_default_mass.py: using MSISDN 1079
22:48:38.351174 run              osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001080000000008', msisdn='1079', subscriber_id=79}
22:48:38.414854 tst         register_default_mass.py: using MSISDN 1080
22:48:38.423095 run              osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001080000000009', msisdn='1080', subscriber_id=80}
22:48:38.486905 tst         register_default_mass.py: using MSISDN 1081
22:48:38.493798 run              osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001090000000000', msisdn='1081', subscriber_id=81}
22:48:38.561398 tst         register_default_mass.py: using MSISDN 1082
22:48:38.567311 run              osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001090000000001', msisdn='1082', subscriber_id=82}
22:48:38.645621 tst         register_default_mass.py: using MSISDN 1083
22:48:38.651588 run              osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001090000000002', msisdn='1083', subscriber_id=83}
22:48:38.728265 tst         register_default_mass.py: using MSISDN 1084
22:48:38.734294 run              osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001090000000003', msisdn='1084', subscriber_id=84}
22:48:38.804660 tst         register_default_mass.py: using MSISDN 1085
22:48:38.810622 run              osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001090000000004', msisdn='1085', subscriber_id=85}
22:48:38.885513 tst         register_default_mass.py: using MSISDN 1086
22:48:38.891592 run              osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001090000000005', msisdn='1086', subscriber_id=86}
22:48:38.968980 tst         register_default_mass.py: using MSISDN 1087
22:48:38.975145 run              osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001090000000006', msisdn='1087', subscriber_id=87}
22:48:39.053510 tst         register_default_mass.py: using MSISDN 1088
22:48:39.059470 run              osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001090000000007', msisdn='1088', subscriber_id=88}
22:48:39.124208 tst         register_default_mass.py: using MSISDN 1089
22:48:39.130337 run              osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001090000000008', msisdn='1089', subscriber_id=89}
22:48:39.199549 tst         register_default_mass.py: using MSISDN 1090
22:48:39.207854 run              osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001090000000009', msisdn='1090', subscriber_id=90}
22:48:39.270452 tst         register_default_mass.py: using MSISDN 1091
22:48:39.277614 run              osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001100000000000', msisdn='1091', subscriber_id=91}
22:48:39.350162 tst         register_default_mass.py: using MSISDN 1092
22:48:39.356323 run              osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001100000000001', msisdn='1092', subscriber_id=92}
22:48:39.432883 tst         register_default_mass.py: using MSISDN 1093
22:48:39.438830 run              osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001100000000002', msisdn='1093', subscriber_id=93}
22:48:39.520850 tst         register_default_mass.py: using MSISDN 1094
22:48:39.526710 run              osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001100000000003', msisdn='1094', subscriber_id=94}
22:48:39.587634 tst         register_default_mass.py: using MSISDN 1095
22:48:39.594184 run              osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001100000000004', msisdn='1095', subscriber_id=95}
22:48:39.657641 tst         register_default_mass.py: using MSISDN 1096
22:48:39.663591 run              osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001100000000005', msisdn='1096', subscriber_id=96}
22:48:39.733288 tst         register_default_mass.py: using MSISDN 1097
22:48:39.743847 run              osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001100000000006', msisdn='1097', subscriber_id=97}
22:48:39.823608 tst         register_default_mass.py: using MSISDN 1098
22:48:39.829345 run              osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001100000000007', msisdn='1098', subscriber_id=98}
22:48:39.898198 tst         register_default_mass.py: using MSISDN 1099
22:48:39.903895 run              osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001100000000008', msisdn='1099', subscriber_id=99}
22:48:39.971469 tst         register_default_mass.py: using MSISDN 1100
22:48:39.979810 run              osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001100000000009', msisdn='1100', subscriber_id=100}
22:48:40.097111 run                             mass: Starting testcase
22:48:40.103197 run                             mass: Pre-launching all virtphy's
22:48:40.109108 run           osmo-ms-virt-phy/00000: Starting virtphy
22:48:40.123018 run   osmo-ms-virt-phy/00000(pid=35): Launched
22:48:40.129167 run           osmo-ms-virt-phy/00001: Starting virtphy
22:48:40.142296 run   osmo-ms-virt-phy/00001(pid=36): Launched
22:48:40.148668 run           osmo-ms-virt-phy/00002: Starting virtphy
22:48:40.162446 run   osmo-ms-virt-phy/00002(pid=37): Launched
22:48:40.168850 run           osmo-ms-virt-phy/00003: Starting virtphy
22:48:40.182825 run   osmo-ms-virt-phy/00003(pid=38): Launched
22:48:40.189231 run           osmo-ms-virt-phy/00004: Starting virtphy
22:48:40.202791 run   osmo-ms-virt-phy/00004(pid=39): Launched
22:48:40.209019 run           osmo-ms-virt-phy/00005: Starting virtphy
22:48:40.222086 run   osmo-ms-virt-phy/00005(pid=40): Launched
22:48:40.228309 run           osmo-ms-virt-phy/00006: Starting virtphy
22:48:40.241637 run   osmo-ms-virt-phy/00006(pid=41): Launched
22:48:40.248011 run           osmo-ms-virt-phy/00007: Starting virtphy
22:48:40.262634 run   osmo-ms-virt-phy/00007(pid=42): Launched
22:48:40.271417 run           osmo-ms-virt-phy/00008: Starting virtphy
22:48:40.288335 run   osmo-ms-virt-phy/00008(pid=43): Launched
22:48:40.296484 run           osmo-ms-virt-phy/00009: Starting virtphy
22:48:40.313603 run   osmo-ms-virt-phy/00009(pid=44): Launched
22:48:40.322376 run           osmo-ms-virt-phy/00010: Starting virtphy
22:48:40.339372 run   osmo-ms-virt-phy/00010(pid=45): Launched
22:48:40.347637 run           osmo-ms-virt-phy/00011: Starting virtphy
22:48:40.365000 run   osmo-ms-virt-phy/00011(pid=46): Launched
22:48:40.373979 run           osmo-ms-virt-phy/00012: Starting virtphy
22:48:40.391108 run   osmo-ms-virt-phy/00012(pid=47): Launched
22:48:40.401819 run           osmo-ms-virt-phy/00013: Starting virtphy
22:48:40.419201 run   osmo-ms-virt-phy/00013(pid=48): Launched
22:48:40.427877 run           osmo-ms-virt-phy/00014: Starting virtphy
22:48:40.445003 run   osmo-ms-virt-phy/00014(pid=49): Launched
22:48:40.459113 run           osmo-ms-virt-phy/00015: Starting virtphy
22:48:40.482608 run   osmo-ms-virt-phy/00015(pid=50): Launched
22:48:40.490589 run           osmo-ms-virt-phy/00016: Starting virtphy
22:48:40.507546 run   osmo-ms-virt-phy/00016(pid=51): Launched
22:48:40.515939 run           osmo-ms-virt-phy/00017: Starting virtphy
22:48:40.532362 run   osmo-ms-virt-phy/00017(pid=52): Launched
22:48:40.539823 run           osmo-ms-virt-phy/00018: Starting virtphy
22:48:40.556151 run   osmo-ms-virt-phy/00018(pid=53): Launched
22:48:40.563805 run           osmo-ms-virt-phy/00019: Starting virtphy
22:48:40.625053 run   osmo-ms-virt-phy/00019(pid=54): Launched
22:48:40.631596 run           osmo-ms-virt-phy/00020: Starting virtphy
22:48:40.645944 run   osmo-ms-virt-phy/00020(pid=55): Launched
22:48:40.652584 run           osmo-ms-virt-phy/00021: Starting virtphy
22:48:40.666630 run   osmo-ms-virt-phy/00021(pid=56): Launched
22:48:40.673011 run           osmo-ms-virt-phy/00022: Starting virtphy
22:48:40.686739 run   osmo-ms-virt-phy/00022(pid=57): Launched
22:48:40.693123 run           osmo-ms-virt-phy/00023: Starting virtphy
22:48:40.707241 run   osmo-ms-virt-phy/00023(pid=58): Launched
22:48:40.713750 run           osmo-ms-virt-phy/00024: Starting virtphy
22:48:40.728032 run   osmo-ms-virt-phy/00024(pid=59): Launched
22:48:40.735384 run           osmo-ms-virt-phy/00025: Starting virtphy
22:48:40.751254 run   osmo-ms-virt-phy/00025(pid=60): Launched
22:48:40.758722 run           osmo-ms-virt-phy/00026: Starting virtphy
22:48:40.774804 run   osmo-ms-virt-phy/00026(pid=61): Launched
22:48:40.782031 run           osmo-ms-virt-phy/00027: Starting virtphy
22:48:40.796897 run   osmo-ms-virt-phy/00027(pid=62): Launched
22:48:40.803433 run           osmo-ms-virt-phy/00028: Starting virtphy
22:48:40.817417 run   osmo-ms-virt-phy/00028(pid=63): Launched
22:48:40.824017 run           osmo-ms-virt-phy/00029: Starting virtphy
22:48:40.838173 run   osmo-ms-virt-phy/00029(pid=64): Launched
22:48:40.844533 run           osmo-ms-virt-phy/00030: Starting virtphy
22:48:40.858247 run   osmo-ms-virt-phy/00030(pid=65): Launched
22:48:40.864650 run           osmo-ms-virt-phy/00031: Starting virtphy
22:48:40.878507 run   osmo-ms-virt-phy/00031(pid=66): Launched
22:48:40.884816 run           osmo-ms-virt-phy/00032: Starting virtphy
22:48:40.898863 run   osmo-ms-virt-phy/00032(pid=67): Launched
22:48:40.905579 run           osmo-ms-virt-phy/00033: Starting virtphy
22:48:40.920143 run   osmo-ms-virt-phy/00033(pid=68): Launched
22:48:40.926969 run           osmo-ms-virt-phy/00034: Starting virtphy
22:48:40.941543 run   osmo-ms-virt-phy/00034(pid=69): Launched
22:48:40.948296 run           osmo-ms-virt-phy/00035: Starting virtphy
22:48:40.962733 run   osmo-ms-virt-phy/00035(pid=70): Launched
22:48:40.969353 run           osmo-ms-virt-phy/00036: Starting virtphy
22:48:40.983464 run   osmo-ms-virt-phy/00036(pid=71): Launched
22:48:40.990069 run           osmo-ms-virt-phy/00037: Starting virtphy
22:48:41.004393 run   osmo-ms-virt-phy/00037(pid=72): Launched
22:48:41.011132 run           osmo-ms-virt-phy/00038: Starting virtphy
22:48:41.026055 run   osmo-ms-virt-phy/00038(pid=73): Launched
22:48:41.032786 run           osmo-ms-virt-phy/00039: Starting virtphy
22:48:41.046940 run   osmo-ms-virt-phy/00039(pid=74): Launched
22:48:41.053533 run           osmo-ms-virt-phy/00040: Starting virtphy
22:48:41.067842 run   osmo-ms-virt-phy/00040(pid=75): Launched
22:48:41.074527 run           osmo-ms-virt-phy/00041: Starting virtphy
22:48:41.089608 run   osmo-ms-virt-phy/00041(pid=76): Launched
22:48:41.096814 run           osmo-ms-virt-phy/00042: Starting virtphy
22:48:41.112143 run   osmo-ms-virt-phy/00042(pid=77): Launched
22:48:41.119009 run           osmo-ms-virt-phy/00043: Starting virtphy
22:48:41.133979 run   osmo-ms-virt-phy/00043(pid=78): Launched
22:48:41.140753 run           osmo-ms-virt-phy/00044: Starting virtphy
22:48:41.154930 run   osmo-ms-virt-phy/00044(pid=79): Launched
22:48:41.161580 run           osmo-ms-virt-phy/00045: Starting virtphy
22:48:41.176492 run   osmo-ms-virt-phy/00045(pid=80): Launched
22:48:41.183896 run           osmo-ms-virt-phy/00046: Starting virtphy
22:48:41.199608 run   osmo-ms-virt-phy/00046(pid=81): Launched
22:48:41.206895 run           osmo-ms-virt-phy/00047: Starting virtphy
22:48:41.222361 run   osmo-ms-virt-phy/00047(pid=82): Launched
22:48:41.229220 run           osmo-ms-virt-phy/00048: Starting virtphy
22:48:41.243881 run   osmo-ms-virt-phy/00048(pid=83): Launched
22:48:41.250401 run           osmo-ms-virt-phy/00049: Starting virtphy
22:48:41.264411 run   osmo-ms-virt-phy/00049(pid=84): Launched
22:48:41.270946 run           osmo-ms-virt-phy/00050: Starting virtphy
22:48:41.285597 run   osmo-ms-virt-phy/00050(pid=85): Launched
22:48:41.296931 run           osmo-ms-virt-phy/00051: Starting virtphy
22:48:41.311726 run   osmo-ms-virt-phy/00051(pid=86): Launched
22:48:41.318572 run           osmo-ms-virt-phy/00052: Starting virtphy
22:48:41.332755 run   osmo-ms-virt-phy/00052(pid=87): Launched
22:48:41.339192 run           osmo-ms-virt-phy/00053: Starting virtphy
22:48:41.352928 run   osmo-ms-virt-phy/00053(pid=88): Launched
22:48:41.359300 run           osmo-ms-virt-phy/00054: Starting virtphy
22:48:41.373263 run   osmo-ms-virt-phy/00054(pid=89): Launched
22:48:41.379838 run           osmo-ms-virt-phy/00055: Starting virtphy
22:48:41.394124 run   osmo-ms-virt-phy/00055(pid=90): Launched
22:48:41.400615 run           osmo-ms-virt-phy/00056: Starting virtphy
22:48:41.414661 run   osmo-ms-virt-phy/00056(pid=91): Launched
22:48:41.421124 run           osmo-ms-virt-phy/00057: Starting virtphy
22:48:41.435189 run   osmo-ms-virt-phy/00057(pid=92): Launched
22:48:41.441841 run           osmo-ms-virt-phy/00058: Starting virtphy
22:48:41.455878 run   osmo-ms-virt-phy/00058(pid=93): Launched
22:48:41.462570 run           osmo-ms-virt-phy/00059: Starting virtphy
22:48:41.477642 run   osmo-ms-virt-phy/00059(pid=94): Launched
22:48:41.485093 run           osmo-ms-virt-phy/00060: Starting virtphy
22:48:41.501206 run   osmo-ms-virt-phy/00060(pid=95): Launched
22:48:41.508819 run           osmo-ms-virt-phy/00061: Starting virtphy
22:48:41.524484 run   osmo-ms-virt-phy/00061(pid=96): Launched
22:48:41.531386 run           osmo-ms-virt-phy/00062: Starting virtphy
22:48:41.545766 run   osmo-ms-virt-phy/00062(pid=97): Launched
22:48:41.552486 run           osmo-ms-virt-phy/00063: Starting virtphy
22:48:41.567760 run   osmo-ms-virt-phy/00063(pid=98): Launched
22:48:41.574992 run           osmo-ms-virt-phy/00064: Starting virtphy
22:48:41.590518 run   osmo-ms-virt-phy/00064(pid=99): Launched
22:48:41.597833 run           osmo-ms-virt-phy/00065: Starting virtphy
22:48:41.613842 run  osmo-ms-virt-phy/00065(pid=100): Launched
22:48:41.621054 run           osmo-ms-virt-phy/00066: Starting virtphy
22:48:41.636406 run  osmo-ms-virt-phy/00066(pid=101): Launched
22:48:41.643249 run           osmo-ms-virt-phy/00067: Starting virtphy
22:48:41.657882 run  osmo-ms-virt-phy/00067(pid=102): Launched
22:48:41.664427 run           osmo-ms-virt-phy/00068: Starting virtphy
22:48:41.679889 run  osmo-ms-virt-phy/00068(pid=103): Launched
22:48:41.687037 run           osmo-ms-virt-phy/00069: Starting virtphy
22:48:41.702716 run  osmo-ms-virt-phy/00069(pid=104): Launched
22:48:41.709577 run           osmo-ms-virt-phy/00070: Starting virtphy
22:48:41.724167 run  osmo-ms-virt-phy/00070(pid=105): Launched
22:48:41.730807 run           osmo-ms-virt-phy/00071: Starting virtphy
22:48:41.744851 run  osmo-ms-virt-phy/00071(pid=106): Launched
22:48:41.751387 run           osmo-ms-virt-phy/00072: Starting virtphy
22:48:41.765402 run  osmo-ms-virt-phy/00072(pid=107): Launched
22:48:41.771989 run           osmo-ms-virt-phy/00073: Starting virtphy
22:48:41.786156 run  osmo-ms-virt-phy/00073(pid=108): Launched
22:48:41.792593 run           osmo-ms-virt-phy/00074: Starting virtphy
22:48:41.806559 run  osmo-ms-virt-phy/00074(pid=109): Launched
22:48:41.812924 run           osmo-ms-virt-phy/00075: Starting virtphy
22:48:41.826667 run  osmo-ms-virt-phy/00075(pid=110): Launched
22:48:41.833004 run           osmo-ms-virt-phy/00076: Starting virtphy
22:48:41.846810 run  osmo-ms-virt-phy/00076(pid=111): Launched
22:48:41.853136 run           osmo-ms-virt-phy/00077: Starting virtphy
22:48:41.867073 run  osmo-ms-virt-phy/00077(pid=112): Launched
22:48:41.873382 run           osmo-ms-virt-phy/00078: Starting virtphy
22:48:41.887326 run  osmo-ms-virt-phy/00078(pid=113): Launched
22:48:41.893759 run           osmo-ms-virt-phy/00079: Starting virtphy
22:48:41.907781 run  osmo-ms-virt-phy/00079(pid=114): Launched
22:48:41.914468 run           osmo-ms-virt-phy/00080: Starting virtphy
22:48:41.941286 run  osmo-ms-virt-phy/00080(pid=115): Launched
22:48:41.947635 run           osmo-ms-virt-phy/00081: Starting virtphy
22:48:41.961598 run  osmo-ms-virt-phy/00081(pid=116): Launched
22:48:41.968109 run           osmo-ms-virt-phy/00082: Starting virtphy
22:48:41.982364 run  osmo-ms-virt-phy/00082(pid=117): Launched
22:48:41.989463 run           osmo-ms-virt-phy/00083: Starting virtphy
22:48:42.006206 run  osmo-ms-virt-phy/00083(pid=118): Launched
22:48:42.014193 run           osmo-ms-virt-phy/00084: Starting virtphy
22:48:42.031675 run  osmo-ms-virt-phy/00084(pid=119): Launched
22:48:42.040305 run           osmo-ms-virt-phy/00085: Starting virtphy
22:48:42.057682 run  osmo-ms-virt-phy/00085(pid=120): Launched
22:48:42.065843 run           osmo-ms-virt-phy/00086: Starting virtphy
22:48:42.082060 run  osmo-ms-virt-phy/00086(pid=121): Launched
22:48:42.088940 run           osmo-ms-virt-phy/00087: Starting virtphy
22:48:42.103495 run  osmo-ms-virt-phy/00087(pid=122): Launched
22:48:42.110302 run           osmo-ms-virt-phy/00088: Starting virtphy
22:48:42.125019 run  osmo-ms-virt-phy/00088(pid=123): Launched
22:48:42.131727 run           osmo-ms-virt-phy/00089: Starting virtphy
22:48:42.146615 run  osmo-ms-virt-phy/00089(pid=124): Launched
22:48:42.153520 run           osmo-ms-virt-phy/00090: Starting virtphy
22:48:42.168458 run  osmo-ms-virt-phy/00090(pid=125): Launched
22:48:42.175195 run           osmo-ms-virt-phy/00091: Starting virtphy
22:48:42.190456 run  osmo-ms-virt-phy/00091(pid=126): Launched
22:48:42.197919 run           osmo-ms-virt-phy/00092: Starting virtphy
22:48:42.213979 run  osmo-ms-virt-phy/00092(pid=127): Launched
22:48:42.224601 run           osmo-ms-virt-phy/00093: Starting virtphy
22:48:42.241081 run  osmo-ms-virt-phy/00093(pid=128): Launched
22:48:42.248487 run           osmo-ms-virt-phy/00094: Starting virtphy
22:48:42.263730 run  osmo-ms-virt-phy/00094(pid=129): Launched
22:48:42.270428 run           osmo-ms-virt-phy/00095: Starting virtphy
22:48:42.285308 run  osmo-ms-virt-phy/00095(pid=130): Launched
22:48:42.292642 run           osmo-ms-virt-phy/00096: Starting virtphy
22:48:42.308828 run  osmo-ms-virt-phy/00096(pid=131): Launched
22:48:42.316481 run           osmo-ms-virt-phy/00097: Starting virtphy
22:48:42.332249 run  osmo-ms-virt-phy/00097(pid=132): Launched
22:48:42.339511 run           osmo-ms-virt-phy/00098: Starting virtphy
22:48:42.355199 run  osmo-ms-virt-phy/00098(pid=133): Launched
22:48:42.361949 run           osmo-ms-virt-phy/00099: Starting virtphy
22:48:42.376356 run  osmo-ms-virt-phy/00099(pid=134): Launched
22:48:42.382937 run                             mass: Checking if sockets are in the filesystem
22:48:42.396095 run                osmo-ms-mob/00000: Starting mobile
22:48:42.410425 run       osmo-ms-mob/00000(pid=135): Launched
22:48:42.424892 run                             mass: MS start registered  {at=18874628.12823799, delay=0.00774860754609108, ms=00000}
22:48:46.596960 run                osmo-ms-mob/00001: Starting mobile
22:48:46.610364 run       osmo-ms-mob/00001(pid=136): Launched
22:48:46.621221 run                             mass: MS start registered  {at=18874632.32457074, delay=0.00432237982749939, ms=00001}
22:48:47.604067 run                             mass: MS performed LU  {at=18874633.30739159, lu_delay=5.179153602570295, ms=00000}
22:48:48.395283 run                osmo-ms-mob/00002: Starting mobile
22:48:48.408786 run       osmo-ms-mob/00002(pid=137): Launched
22:48:48.419723 run                             mass: MS start registered  {at=18874634.123065, delay=0.004562217742204666, ms=00002}
22:48:49.701584 run                osmo-ms-mob/00003: Starting mobile
22:48:49.729166 run       osmo-ms-mob/00003(pid=138): Launched
22:48:49.743512 run                             mass: MS start registered  {at=18874635.446848553, delay=3.827735781669617e-05, ms=00003}
22:48:50.804688 run                osmo-ms-mob/00004: Starting mobile
22:48:50.828536 run       osmo-ms-mob/00004(pid=139): Launched
22:48:50.846656 run                             mass: MS start registered  {at=18874636.549983237, delay=4.778057336807251e-05, ms=00004}
22:48:51.370885 run                             mass: MS performed LU  {at=18874637.074186496, lu_delay=4.749615754932165, ms=00001}
22:48:51.798430 run                osmo-ms-mob/00005: Starting mobile
22:48:51.814961 run       osmo-ms-mob/00005(pid=140): Launched
22:48:51.828224 run                             mass: MS start registered  {at=18874637.53155802, delay=0.0054773688316345215, ms=00005}
22:48:52.704743 run                osmo-ms-mob/00006: Starting mobile
22:48:52.739778 run       osmo-ms-mob/00006(pid=141): Launched
22:48:52.756006 run                             mass: MS start registered  {at=18874638.4593408, delay=4.1034072637557983e-05, ms=00006}
22:48:53.272001 run                             mass: MS performed LU  {at=18874638.975325245, lu_delay=4.852260246872902, ms=00002}
22:48:53.595922 run                osmo-ms-mob/00007: Starting mobile
22:48:53.611632 run       osmo-ms-mob/00007(pid=142): Launched
22:48:53.624350 run                             mass: MS start registered  {at=18874639.32769553, delay=0.005447134375572205, ms=00007}
22:48:54.396321 run                osmo-ms-mob/00008: Starting mobile
22:48:54.412387 run       osmo-ms-mob/00008(pid=143): Launched
22:48:54.426161 run                             mass: MS start registered  {at=18874640.129516594, delay=2.1107494831085205e-05, ms=00008}
22:48:55.100044 run                osmo-ms-mob/00009: Starting mobile
22:48:55.116135 run       osmo-ms-mob/00009(pid=144): Launched
22:48:55.129492 run                             mass: MS start registered  {at=18874640.832823336, delay=0.005681872367858887, ms=00009}
22:48:55.139385 run                             mass: MS performed LU  {at=18874640.842735887, lu_delay=5.395887333899736, ms=00003}
22:48:55.796430 run                osmo-ms-mob/00010: Starting mobile
22:48:55.810154 run       osmo-ms-mob/00010(pid=145): Launched
22:48:55.821884 run                             mass: MS start registered  {at=18874641.52523707, delay=0.004798538982868195, ms=00010}
22:48:56.396208 run                osmo-ms-mob/00011: Starting mobile
22:48:56.411490 run       osmo-ms-mob/00011(pid=146): Launched
22:48:56.424001 run                             mass: MS start registered  {at=18874642.127329726, delay=0.004648279398679733, ms=00011}
22:48:56.997268 run                osmo-ms-mob/00012: Starting mobile
22:48:57.013161 run       osmo-ms-mob/00012(pid=147): Launched
22:48:57.026572 run                             mass: MS start registered  {at=18874642.729911707, delay=0.00564194843173027, ms=00012}
22:48:57.037750 run                             mass: MS performed LU  {at=18874642.7410864, lu_delay=5.209528382867575, ms=00005}
22:48:57.065396 run                             mass: MS performed LU  {at=18874642.768724907, lu_delay=6.218741670250893, ms=00004}
22:48:57.597676 run                osmo-ms-mob/00013: Starting mobile
22:48:57.615069 run       osmo-ms-mob/00013(pid=148): Launched
22:48:57.629105 run                             mass: MS start registered  {at=18874643.332440402, delay=0.005995448678731918, ms=00013}
22:48:58.197974 run                osmo-ms-mob/00014: Starting mobile
22:48:58.215224 run       osmo-ms-mob/00014(pid=149): Launched
22:48:58.229702 run                             mass: MS start registered  {at=18874643.933041636, delay=3.544613718986511e-05, ms=00014}
22:48:58.795326 run                osmo-ms-mob/00015: Starting mobile
22:48:58.810393 run       osmo-ms-mob/00015(pid=150): Launched
22:48:58.822796 run                             mass: MS start registered  {at=18874644.52614161, delay=0.00535183772444725, ms=00015}
22:48:58.901954 run                             mass: MS performed LU  {at=18874644.605284564, lu_delay=5.277589034289122, ms=00007}
22:48:58.966738 run                             mass: MS performed LU  {at=18874644.670057654, lu_delay=6.210716854780912, ms=00006}
22:48:59.271488 run                             mass: MS performed LU  {at=18874644.974817555, lu_delay=4.8453009612858295, ms=00008}
22:48:59.284860 run                osmo-ms-mob/00016: Starting mobile
22:48:59.299779 run       osmo-ms-mob/00016(pid=151): Launched
22:48:59.312214 run                             mass: MS start registered  {at=18874645.0155613, delay=0.005343940109014511, ms=00016}
22:48:59.804823 run                osmo-ms-mob/00017: Starting mobile
22:48:59.820224 run       osmo-ms-mob/00017(pid=152): Launched
22:48:59.831683 run                             mass: MS start registered  {at=18874645.535027836, delay=0.005074281245470047, ms=00017}
22:49:00.395511 run                osmo-ms-mob/00018: Starting mobile
22:49:00.409489 run       osmo-ms-mob/00018(pid=153): Launched
22:49:00.420795 run                             mass: MS start registered  {at=18874646.12414071, delay=0.00490507110953331, ms=00018}
22:49:00.798493 run                osmo-ms-mob/00019: Starting mobile
22:49:00.812818 run       osmo-ms-mob/00019(pid=154): Launched
22:49:00.819388 run                             mass: MS performed LU  {at=18874646.522739995, lu_delay=5.689916659146547, ms=00009}
22:49:00.825617 run                             mass: MS start registered  {at=18874646.52898194, delay=0.006266992539167404, ms=00019}
22:49:00.832027 run                             mass: MS performed LU  {at=18874646.535384204, lu_delay=5.010147135704756, ms=00010}
22:49:01.296086 run                osmo-ms-mob/00020: Starting mobile
22:49:01.312151 run       osmo-ms-mob/00020(pid=155): Launched
22:49:01.326680 run                             mass: MS start registered  {at=18874647.030009158, delay=0.004730191081762314, ms=00020}
22:49:01.796010 run                osmo-ms-mob/00021: Starting mobile
22:49:01.810997 run       osmo-ms-mob/00021(pid=156): Launched
22:49:01.823686 run                             mass: MS start registered  {at=18874647.527021185, delay=0.005561433732509613, ms=00021}
22:49:02.195881 run                osmo-ms-mob/00022: Starting mobile
22:49:02.212104 run       osmo-ms-mob/00022(pid=157): Launched
22:49:02.225248 run                             mass: MS start registered  {at=18874647.928577606, delay=0.005937319248914719, ms=00022}
22:49:02.668116 run                             mass: MS performed LU  {at=18874648.371443007, lu_delay=6.244113281369209, ms=00011}
22:49:02.679506 run                osmo-ms-mob/00023: Starting mobile
22:49:02.692815 run       osmo-ms-mob/00023(pid=158): Launched
22:49:02.703877 run                             mass: MS start registered  {at=18874648.4072236, delay=0.004991423338651657, ms=00023}
22:49:02.732316 run                             mass: MS performed LU  {at=18874648.435653254, lu_delay=5.1032128520309925, ms=00013}
22:49:02.801973 run                             mass: MS performed LU  {at=18874648.50530872, lu_delay=5.775397013872862, ms=00012}
22:49:03.055864 run                             mass: MS performed LU  {at=18874648.75917718, lu_delay=4.826135542243719, ms=00014}
22:49:03.072523 run                osmo-ms-mob/00024: Starting mobile
22:49:03.085680 run       osmo-ms-mob/00024(pid=159): Launched
22:49:03.096986 run                             mass: MS start registered  {at=18874648.800338183, delay=0.004821866750717163, ms=00024}
22:49:03.596199 run                osmo-ms-mob/00025: Starting mobile
22:49:03.612488 run       osmo-ms-mob/00025(pid=160): Launched
22:49:03.623688 run                             mass: MS start registered  {at=18874649.327035423, delay=0.004989046603441238, ms=00025}
22:49:04.175730 run                osmo-ms-mob/00026: Starting mobile
22:49:04.189451 run       osmo-ms-mob/00026(pid=161): Launched
22:49:04.195823 run                             mass: Starting too slowly. Moving on {now=18874649.899190895, sleep=-0.10669402778148651, target=18874649.792496867}
22:49:04.201801 run                             mass: MS start registered  {at=18874649.90516061, delay=0.005972873419523239, ms=00026}
22:49:04.207669 run                             mass: Starting too slowly. Moving on {now=18874649.91103957, sleep=-0.01854269951581955, target=18874649.89249687}
22:49:05.107977 run                osmo-ms-mob/00027: Starting mobile
22:49:05.267256 run       osmo-ms-mob/00027(pid=162): Launched
22:49:05.273694 run                             mass: Starting too slowly. Moving on {now=18874650.977061186, sleep=-0.7845643125474453, target=18874650.192496873}
22:49:05.281095 run                             mass: MS performed LU  {at=18874650.98445314, lu_delay=6.458311531692743, ms=00015}
22:49:05.287393 run                             mass: Starting too slowly. Moving on {now=18874650.990761638, sleep=-0.6982647627592087, target=18874650.292496875}
22:49:05.293220 run                             mass: MS performed LU  {at=18874650.99658233, lu_delay=5.981021028012037, ms=00016}
22:49:05.299141 run                             mass: Starting too slowly. Moving on {now=18874651.00251077, sleep=-0.6100138947367668, target=18874650.392496876}
22:49:05.305319 run                             mass: MS performed LU  {at=18874651.008680236, lu_delay=5.473652400076389, ms=00017}
22:49:05.311263 run                             mass: Starting too slowly. Moving on {now=18874651.01463299, sleep=-0.5221361108124256, target=18874650.492496878}
22:49:05.317074 run                             mass: MS start registered  {at=18874651.020437367, delay=0.04337901994585991, ms=00027}
22:49:05.328788 run                osmo-ms-mob/00028: Starting mobile
22:49:05.342287 run       osmo-ms-mob/00028(pid=163): Launched
22:49:05.348960 run                             mass: Starting too slowly. Moving on {now=18874651.0523266, sleep=-0.4598297215998173, target=18874650.59249688}
22:49:05.355282 run                             mass: MS start registered  {at=18874651.05863974, delay=0.006315696984529495, ms=00028}
22:49:05.361167 run                             mass: Starting too slowly. Moving on {now=18874651.064535845, sleep=-0.37203896418213844, target=18874650.69249688}
22:49:05.366905 run                             mass: Starting too slowly. Moving on {now=18874651.070276406, sleep=-0.2777795232832432, target=18874650.792496882}
22:49:05.373854 run                             mass: Starting too slowly. Moving on {now=18874651.07721858, sleep=-0.1847216971218586, target=18874650.892496884}
22:49:05.385373 run                osmo-ms-mob/00029: Starting mobile
22:49:05.399771 run       osmo-ms-mob/00029(pid=164): Launched
22:49:05.410683 run                             mass: Starting too slowly. Moving on {now=18874651.11405131, sleep=-0.1215544231235981, target=18874650.992496885}
22:49:05.416614 run                             mass: MS start registered  {at=18874651.1199726, delay=0.005923420190811157, ms=00029}
22:49:05.422794 run                             mass: Starting too slowly. Moving on {now=18874651.126162335, sleep=-0.03366544842720032, target=18874651.092496887}
22:49:05.595865 run                osmo-ms-mob/00030: Starting mobile
22:49:05.609783 run       osmo-ms-mob/00030(pid=165): Launched
22:49:05.621314 run                             mass: MS start registered  {at=18874651.32465812, delay=0.00492703914642334, ms=00030}
22:49:05.995880 run                osmo-ms-mob/00031: Starting mobile
22:49:06.009308 run       osmo-ms-mob/00031(pid=166): Launched
22:49:06.020586 run                             mass: MS start registered  {at=18874651.72393767, delay=0.004802688956260681, ms=00031}
22:49:06.297219 run                osmo-ms-mob/00032: Starting mobile
22:49:06.311007 run       osmo-ms-mob/00032(pid=167): Launched
22:49:06.322667 run                             mass: MS start registered  {at=18874652.02598784, delay=0.005284953862428665, ms=00032}
22:49:06.433171 run                             mass: MS performed LU  {at=18874652.13650664, lu_delay=5.607524700462818, ms=00019}
22:49:06.498481 run                             mass: MS performed LU  {at=18874652.201737724, lu_delay=6.077597014605999, ms=00018}
22:49:06.567864 run                             mass: MS performed LU  {at=18874652.2711787, lu_delay=5.2411695420742035, ms=00020}
22:49:06.581641 run                osmo-ms-mob/00033: Starting mobile
22:49:06.595789 run       osmo-ms-mob/00033(pid=168): Launched
22:49:06.602201 run                             mass: MS performed LU  {at=18874652.305558838, lu_delay=4.778537653386593, ms=00021}
22:49:06.608317 run                             mass: MS start registered  {at=18874652.311682638, delay=0.006145242601633072, ms=00033}
22:49:07.096610 run                osmo-ms-mob/00034: Starting mobile
22:49:07.111155 run       osmo-ms-mob/00034(pid=169): Launched
22:49:07.123011 run                             mass: MS start registered  {at=18874652.826352835, delay=0.004894278943538666, ms=00034}
22:49:07.396045 run                osmo-ms-mob/00035: Starting mobile
22:49:07.410098 run       osmo-ms-mob/00035(pid=170): Launched
22:49:07.422103 run                             mass: MS start registered  {at=18874653.125441216, delay=0.005317430943250656, ms=00035}
22:49:07.795712 run                osmo-ms-mob/00036: Starting mobile
22:49:07.810451 run       osmo-ms-mob/00036(pid=171): Launched
22:49:07.822519 run                             mass: MS start registered  {at=18874653.525855202, delay=0.005532793700695038, ms=00036}
22:49:08.194998 run                osmo-ms-mob/00037: Starting mobile
22:49:08.208821 run       osmo-ms-mob/00037(pid=172): Launched
22:49:08.220228 run                             mass: MS start registered  {at=18874653.92357243, delay=0.004966571927070618, ms=00037}
22:49:08.252376 run                             mass: MS performed LU  {at=18874653.955698628, lu_delay=5.155360445380211, ms=00024}
22:49:08.334574 run                             mass: MS performed LU  {at=18874654.037908792, lu_delay=5.630685191601515, ms=00023}
22:49:08.346455 run                osmo-ms-mob/00038: Starting mobile
22:49:08.360178 run       osmo-ms-mob/00038(pid=173): Launched
22:49:08.367052 run                             mass: MS performed LU  {at=18874654.070406888, lu_delay=6.141829282045364, ms=00022}
22:49:08.373538 run                             mass: MS start registered  {at=18874654.076902166, delay=0.006517887115478516, ms=00038}
22:49:08.506542 run                             mass: MS performed LU  {at=18874654.20986362, lu_delay=4.882828198373318, ms=00025}
22:49:08.518484 run                osmo-ms-mob/00039: Starting mobile
22:49:08.532689 run       osmo-ms-mob/00039(pid=174): Launched
22:49:08.543937 run                             mass: MS start registered  {at=18874654.24728526, delay=0.004995387047529221, ms=00039}
22:49:09.195766 run                osmo-ms-mob/00040: Starting mobile
22:49:09.210090 run       osmo-ms-mob/00040(pid=175): Launched
22:49:09.221904 run                             mass: MS start registered  {at=18874654.925242048, delay=0.004701577126979828, ms=00040}
22:49:09.495834 run                osmo-ms-mob/00041: Starting mobile
22:49:09.509680 run       osmo-ms-mob/00041(pid=176): Launched
22:49:09.521139 run                             mass: MS start registered  {at=18874655.224487234, delay=0.0049207620322704315, ms=00041}
22:49:09.796545 run                osmo-ms-mob/00042: Starting mobile
22:49:09.810035 run       osmo-ms-mob/00042(pid=177): Launched
22:49:09.821832 run                             mass: MS start registered  {at=18874655.525175508, delay=0.005471251904964447, ms=00042}
22:49:10.195360 run                osmo-ms-mob/00043: Starting mobile
22:49:10.211496 run       osmo-ms-mob/00043(pid=178): Launched
22:49:10.217792 run                             mass: MS performed LU  {at=18874655.92114916, lu_delay=4.596491042524576, ms=00030}
22:49:10.223847 run                             mass: MS start registered  {at=18874655.92721278, delay=0.006084993481636047, ms=00043}
22:49:10.264086 run                             mass: MS performed LU  {at=18874655.96740314, lu_delay=6.062242530286312, ms=00026}
22:49:10.278185 run                osmo-ms-mob/00044: Starting mobile
22:49:10.292245 run       osmo-ms-mob/00044(pid=179): Launched
22:49:10.303719 run                             mass: MS start registered  {at=18874656.00706087, delay=0.004923544824123383, ms=00044}
22:49:10.332870 run                             mass: MS performed LU  {at=18874656.036205634, lu_delay=4.97756589576602, ms=00028}
22:49:10.351548 run                             mass: MS performed LU  {at=18874656.05488944, lu_delay=5.034452073276043, ms=00027}
22:49:10.364892 run                osmo-ms-mob/00045: Starting mobile
22:49:10.379093 run       osmo-ms-mob/00045(pid=180): Launched
22:49:10.390849 run                             mass: MS start registered  {at=18874656.09418498, delay=0.0052271559834480286, ms=00045}
22:49:10.407176 run                             mass: MS performed LU  {at=18874656.11051119, lu_delay=4.990538589656353, ms=00029}
22:49:11.096529 run                osmo-ms-mob/00046: Starting mobile
22:49:11.110830 run       osmo-ms-mob/00046(pid=181): Launched
22:49:11.122982 run                             mass: MS start registered  {at=18874656.826325845, delay=0.0052286311984062195, ms=00046}
22:49:11.395900 run                osmo-ms-mob/00047: Starting mobile
22:49:11.409552 run       osmo-ms-mob/00047(pid=182): Launched
22:49:11.420851 run                             mass: MS start registered  {at=18874657.124199755, delay=0.004709135740995407, ms=00047}
22:49:11.695427 run                osmo-ms-mob/00048: Starting mobile
22:49:11.709447 run       osmo-ms-mob/00048(pid=183): Launched
22:49:11.720841 run                             mass: MS start registered  {at=18874657.424188897, delay=0.0048179663717746735, ms=00048}
22:49:11.996077 run                osmo-ms-mob/00049: Starting mobile
22:49:12.010235 run       osmo-ms-mob/00049(pid=184): Launched
22:49:12.017238 run                             mass: MS performed LU  {at=18874657.720587343, lu_delay=5.694599501788616, ms=00032}
22:49:12.023472 run                             mass: MS start registered  {at=18874657.72683657, delay=0.006816059350967407, ms=00049}
22:49:12.101180 run                             mass: MS performed LU  {at=18874657.804513708, lu_delay=5.492831069976091, ms=00033}
22:49:12.113124 run                osmo-ms-mob/00050: Starting mobile
22:49:12.126775 run       osmo-ms-mob/00050(pid=185): Launched
22:49:12.133705 run                             mass: MS performed LU  {at=18874657.837062135, lu_delay=6.113124463707209, ms=00031}
22:49:12.139989 run                             mass: MS start registered  {at=18874657.843352277, delay=0.0063118040561676025, ms=00050}
22:49:12.271862 run                             mass: MS performed LU  {at=18874657.975196633, lu_delay=4.849755417555571, ms=00035}
22:49:12.308675 run                             mass: MS performed LU  {at=18874658.0120066, lu_delay=5.185653764754534, ms=00034}
22:49:12.320969 run                osmo-ms-mob/00051: Starting mobile
22:49:12.335369 run       osmo-ms-mob/00051(pid=186): Launched
22:49:12.347071 run                             mass: MS start registered  {at=18874658.05041254, delay=0.0049459002912044525, ms=00051}
22:49:12.995976 run                osmo-ms-mob/00052: Starting mobile
22:49:13.010424 run       osmo-ms-mob/00052(pid=187): Launched
22:49:13.022160 run                             mass: MS start registered  {at=18874658.72550419, delay=0.005233030766248703, ms=00052}
22:49:13.295765 run                osmo-ms-mob/00053: Starting mobile
22:49:13.309926 run       osmo-ms-mob/00053(pid=188): Launched
22:49:13.321721 run                             mass: MS start registered  {at=18874659.025061045, delay=0.005543842911720276, ms=00053}
22:49:13.600114 run                osmo-ms-mob/00054: Starting mobile
22:49:13.614326 run       osmo-ms-mob/00054(pid=189): Launched
22:49:13.626199 run                             mass: MS start registered  {at=18874659.329541296, delay=0.005477122962474823, ms=00054}
22:49:13.898951 run                osmo-ms-mob/00055: Starting mobile
22:49:13.913768 run       osmo-ms-mob/00055(pid=190): Launched
22:49:13.925467 run                             mass: MS start registered  {at=18874659.62881022, delay=0.0049152672290802, ms=00055}
22:49:13.964740 run                             mass: MS performed LU  {at=18874659.66806968, lu_delay=4.742827631533146, ms=00040}
22:49:14.029878 run                             mass: MS performed LU  {at=18874659.73320051, lu_delay=5.485915247350931, ms=00039}
22:49:14.046945 run                osmo-ms-mob/00056: Starting mobile
22:49:14.061005 run       osmo-ms-mob/00056(pid=191): Launched
22:49:14.072358 run                             mass: MS start registered  {at=18874659.775709167, delay=0.004986807703971863, ms=00056}
22:49:14.098833 run                             mass: MS performed LU  {at=18874659.80216455, lu_delay=5.725262384861708, ms=00038}
22:49:14.117423 run                             mass: MS performed LU  {at=18874659.820769753, lu_delay=5.89719732478261, ms=00037}
22:49:14.129725 run                osmo-ms-mob/00057: Starting mobile
22:49:14.143666 run       osmo-ms-mob/00057(pid=192): Launched
22:49:14.155393 run                             mass: MS start registered  {at=18874659.85873733, delay=0.005343284457921982, ms=00057}
22:49:14.174165 run                             mass: MS performed LU  {at=18874659.877449382, lu_delay=6.351594179868698, ms=00036}
22:49:14.444694 run                             mass: MS performed LU  {at=18874660.14802913, lu_delay=4.923541896045208, ms=00041}
22:49:14.895367 run                osmo-ms-mob/00058: Starting mobile
22:49:14.913482 run       osmo-ms-mob/00058(pid=193): Launched
22:49:14.925901 run                             mass: MS start registered  {at=18874660.629245404, delay=0.005773812532424927, ms=00058}
22:49:15.196496 run                osmo-ms-mob/00059: Starting mobile
22:49:15.210575 run       osmo-ms-mob/00059(pid=194): Launched
22:49:15.222163 run                             mass: MS start registered  {at=18874660.925511904, delay=0.005116630345582962, ms=00059}
22:49:15.495388 run                osmo-ms-mob/00060: Starting mobile
22:49:15.509254 run       osmo-ms-mob/00060(pid=195): Launched
22:49:15.521086 run                             mass: MS start registered  {at=18874661.224424575, delay=0.005107652395963669, ms=00060}
22:49:15.783529 run                             mass: MS performed LU  {at=18874661.486834556, lu_delay=5.559621777385473, ms=00043}
22:49:15.866473 run                             mass: MS performed LU  {at=18874661.569772348, lu_delay=4.7434465028345585, ms=00046}
22:49:15.884062 run                osmo-ms-mob/00061: Starting mobile
22:49:15.899305 run       osmo-ms-mob/00061(pid=196): Launched
22:49:15.912472 run                             mass: MS performed LU  {at=18874661.61581824, lu_delay=5.521633259952068, ms=00045}
22:49:15.919495 run                             mass: MS start registered  {at=18874661.6228557, delay=0.007070701569318771, ms=00061}
22:49:16.037577 run                             mass: MS performed LU  {at=18874661.740877412, lu_delay=6.215701904147863, ms=00042}
22:49:16.054305 run                osmo-ms-mob/00062: Starting mobile
22:49:16.069964 run       osmo-ms-mob/00062(pid=197): Launched
22:49:16.078506 run                             mass: MS performed LU  {at=18874661.781850956, lu_delay=5.774790085852146, ms=00044}
22:49:16.085803 run                             mass: MS start registered  {at=18874661.789164986, delay=0.007348883897066116, ms=00062}
22:49:16.111698 run                             mass: MS performed LU  {at=18874661.815002277, lu_delay=4.690802522003651, ms=00047}
22:49:16.138419 run                osmo-ms-mob/00063: Starting mobile
22:49:16.168421 run       osmo-ms-mob/00063(pid=198): Launched
22:49:16.187331 run                             mass: MS start registered  {at=18874661.890657514, delay=0.004384730011224747, ms=00063}
22:49:16.906660 run                osmo-ms-mob/00064: Starting mobile
22:49:16.920941 run       osmo-ms-mob/00064(pid=199): Launched
22:49:16.932441 run                             mass: MS start registered  {at=18874662.63578979, delay=0.005001746118068695, ms=00064}
22:49:17.297472 run                osmo-ms-mob/00065: Starting mobile
22:49:17.312570 run       osmo-ms-mob/00065(pid=200): Launched
22:49:17.325033 run                             mass: MS start registered  {at=18874663.02837205, delay=0.005399178713560104, ms=00065}
22:49:17.595946 run                osmo-ms-mob/00066: Starting mobile
22:49:17.609692 run       osmo-ms-mob/00066(pid=201): Launched
22:49:17.621556 run                             mass: MS start registered  {at=18874663.32489814, delay=0.005515102297067642, ms=00066}
22:49:17.731400 run                             mass: MS performed LU  {at=18874663.434714038, lu_delay=6.010525140911341, ms=00048}
22:49:17.795515 run                             mass: MS performed LU  {at=18874663.4988491, lu_delay=4.773344911634922, ms=00052}
22:49:17.865291 run                             mass: MS performed LU  {at=18874663.568624824, lu_delay=5.5182122848927975, ms=00051}
22:49:17.878413 run                osmo-ms-mob/00067: Starting mobile
22:49:17.892926 run       osmo-ms-mob/00067(pid=202): Launched
22:49:17.899325 run                             mass: MS performed LU  {at=18874663.602683343, lu_delay=5.875846773386002, ms=00049}
22:49:17.905343 run                             mass: MS start registered  {at=18874663.608707577, delay=0.0060452744364738464, ms=00067}
22:49:17.939326 run                             mass: MS performed LU  {at=18874663.64263345, lu_delay=5.799281172454357, ms=00050}
22:49:17.952977 run                osmo-ms-mob/00068: Starting mobile
22:49:17.967031 run       osmo-ms-mob/00068(pid=203): Launched
22:49:17.978756 run                             mass: MS start registered  {at=18874663.682099253, delay=0.005252797156572342, ms=00068}
22:49:18.211172 run                             mass: MS performed LU  {at=18874663.914507866, lu_delay=4.889446821063757, ms=00053}
22:49:18.696167 run                osmo-ms-mob/00069: Starting mobile
22:49:18.710292 run       osmo-ms-mob/00069(pid=204): Launched
22:49:18.722044 run                             mass: MS start registered  {at=18874664.42538197, delay=0.00524134561419487, ms=00069}
22:49:19.100483 run                osmo-ms-mob/00070: Starting mobile
22:49:19.114836 run       osmo-ms-mob/00070(pid=205): Launched
22:49:19.127204 run                             mass: MS start registered  {at=18874664.83053859, delay=0.004451397806406021, ms=00070}
22:49:19.496759 run                osmo-ms-mob/00071: Starting mobile
22:49:19.512924 run       osmo-ms-mob/00071(pid=206): Launched
22:49:19.527442 run                             mass: MS start registered  {at=18874665.230759542, delay=0.006810970604419708, ms=00071}
22:49:19.632663 run                             mass: MS performed LU  {at=18874665.33596954, lu_delay=5.560260374099016, ms=00056}
22:49:19.659830 run                             mass: MS performed LU  {at=18874665.36315712, lu_delay=5.504419788718224, ms=00057}
22:49:19.803306 run                             mass: MS performed LU  {at=18874665.50663498, lu_delay=5.8778247609734535, ms=00055}
22:49:19.817869 run                osmo-ms-mob/00072: Starting mobile
22:49:19.835191 run       osmo-ms-mob/00072(pid=207): Launched
22:49:19.842975 run                             mass: MS performed LU  {at=18874665.546326462, lu_delay=6.216785166412592, ms=00054}
22:49:19.850404 run                             mass: MS start registered  {at=18874665.553765517, delay=0.007465433329343796, ms=00072}
22:49:19.877296 run                             mass: MS performed LU  {at=18874665.580619555, lu_delay=4.6551076509058475, ms=00059}
22:49:20.297778 run                osmo-ms-mob/00073: Starting mobile
22:49:20.318004 run       osmo-ms-mob/00073(pid=208): Launched
22:49:20.333782 run                             mass: MS start registered  {at=18874666.03712098, delay=0.006928347051143646, ms=00073}
22:49:20.711177 run                osmo-ms-mob/00074: Starting mobile
22:49:20.725579 run       osmo-ms-mob/00074(pid=209): Launched
22:49:20.736860 run                             mass: MS start registered  {at=18874666.44020228, delay=0.004815258085727692, ms=00074}
22:49:21.096810 run                osmo-ms-mob/00075: Starting mobile
22:49:21.111334 run       osmo-ms-mob/00075(pid=210): Launched
22:49:21.122834 run                             mass: MS start registered  {at=18874666.826168943, delay=0.00507645308971405, ms=00075}
22:49:21.496792 run                             mass: MS performed LU  {at=18874667.200077683, lu_delay=4.564287893474102, ms=00064}
22:49:21.508825 run                osmo-ms-mob/00076: Starting mobile
22:49:21.522814 run       osmo-ms-mob/00076(pid=211): Launched
22:49:21.533991 run                             mass: MS start registered  {at=18874667.237340707, delay=0.00480680912733078, ms=00076}
22:49:21.561713 run                             mass: MS performed LU  {at=18874667.265049297, lu_delay=5.6421935968101025, ms=00061}
22:49:21.630278 run                             mass: MS performed LU  {at=18874667.333610322, lu_delay=5.544445335865021, ms=00062}
22:49:21.648756 run                             mass: MS performed LU  {at=18874667.352097146, lu_delay=6.1276725716888905, ms=00060}
22:49:21.660617 run                osmo-ms-mob/00077: Starting mobile
22:49:21.674318 run       osmo-ms-mob/00077(pid=212): Launched
22:49:21.685686 run                             mass: MS start registered  {at=18874667.389028355, delay=0.0049402713775634766, ms=00077}
22:49:22.495638 run                osmo-ms-mob/00078: Starting mobile
22:49:22.509668 run       osmo-ms-mob/00078(pid=213): Launched
22:49:22.521090 run                             mass: MS start registered  {at=18874668.22444102, delay=0.005111861974000931, ms=00078}
22:49:22.895396 run                osmo-ms-mob/00079: Starting mobile
22:49:22.909536 run       osmo-ms-mob/00079(pid=214): Launched
22:49:22.921046 run                             mass: MS start registered  {at=18874668.6243848, delay=0.005040321499109268, ms=00079}
22:49:23.333818 run                             mass: MS performed LU  {at=18874669.03713659, lu_delay=6.008764538913965, ms=00065}
22:49:23.346258 run                osmo-ms-mob/00080: Starting mobile
22:49:23.360384 run       osmo-ms-mob/00080(pid=215): Launched
22:49:23.371891 run                             mass: MS start registered  {at=18874669.075230423, delay=0.005137946456670761, ms=00080}
22:49:23.397950 run                             mass: MS performed LU  {at=18874669.10129101, lu_delay=5.492583431303501, ms=00067}
22:49:23.425425 run                             mass: MS performed LU  {at=18874669.12875872, lu_delay=4.70337675139308, ms=00069}
22:49:23.606266 run                             mass: MS performed LU  {at=18874669.309599515, lu_delay=5.627500262111425, ms=00068}
22:49:23.895695 run                osmo-ms-mob/00081: Starting mobile
22:49:23.909802 run       osmo-ms-mob/00081(pid=216): Launched
22:49:23.921841 run                             mass: MS start registered  {at=18874669.625185207, delay=0.0053795501589775085, ms=00081}
22:49:24.295957 run                osmo-ms-mob/00082: Starting mobile
22:49:24.309820 run       osmo-ms-mob/00082(pid=217): Launched
22:49:24.321834 run                             mass: MS start registered  {at=18874670.02517176, delay=0.005356229841709137, ms=00082}
22:49:24.895439 run                osmo-ms-mob/00083: Starting mobile
22:49:24.908824 run       osmo-ms-mob/00083(pid=218): Launched
22:49:24.920246 run                             mass: MS start registered  {at=18874670.623574506, delay=0.005050826817750931, ms=00083}
22:49:25.262745 run                             mass: MS performed LU  {at=18874670.96607936, lu_delay=5.412313845008612, ms=00072}
22:49:25.395858 run                osmo-ms-mob/00084: Starting mobile
22:49:25.409558 run       osmo-ms-mob/00084(pid=219): Launched
22:49:25.415968 run                             mass: MS performed LU  {at=18874671.119325344, lu_delay=6.288786754012108, ms=00070}
22:49:25.422123 run                             mass: MS performed LU  {at=18874671.125487313, lu_delay=5.088366333395243, ms=00073}
22:49:25.428588 run                             mass: MS start registered  {at=18874671.13195308, delay=0.012648109346628189, ms=00084}
22:49:25.761329 run                             mass: MS performed LU  {at=18874671.464662317, lu_delay=5.024460036307573, ms=00074}
22:49:25.895715 run                osmo-ms-mob/00085: Starting mobile
22:49:25.909967 run       osmo-ms-mob/00085(pid=220): Launched
22:49:25.921338 run                             mass: MS start registered  {at=18874671.62468117, delay=0.0040170252323150635, ms=00085}
22:49:26.828126 run                osmo-ms-mob/00086: Starting mobile
22:49:26.895057 run       osmo-ms-mob/00086(pid=221): Launched
22:49:26.901363 run                             mass: Starting too slowly. Moving on {now=18874672.604731735, sleep=-0.3122345320880413, target=18874672.292497203}
22:49:26.907232 run                             mass: MS start registered  {at=18874672.610592086, delay=0.005862340331077576, ms=00086}
22:49:26.913096 run                             mass: Starting too slowly. Moving on {now=18874672.616466526, sleep=-0.22396932169795036, target=18874672.392497204}
22:49:26.918695 run                             mass: Starting too slowly. Moving on {now=18874672.622066718, sleep=-0.12956951186060905, target=18874672.492497206}
22:49:26.924297 run                             mass: Starting too slowly. Moving on {now=18874672.627669428, sleep=-0.035172220319509506, target=18874672.592497207}
22:49:27.328214 run                osmo-ms-mob/00087: Starting mobile
22:49:27.346638 run       osmo-ms-mob/00087(pid=222): Launched
22:49:27.352943 run                             mass: Starting too slowly. Moving on {now=18874673.056312192, sleep=-0.1638149805366993, target=18874672.89249721}
22:49:27.359428 run                             mass: MS start registered  {at=18874673.062787015, delay=0.0064774490892887115, ms=00087}
22:49:27.365439 run                             mass: Starting too slowly. Moving on {now=18874673.068808276, sleep=-0.07631106302142143, target=18874672.992497213}
22:49:27.696944 run                osmo-ms-mob/00088: Starting mobile
22:49:27.712558 run       osmo-ms-mob/00088(pid=223): Launched
22:49:27.724590 run                             mass: MS start registered  {at=18874673.427940506, delay=0.005111686885356903, ms=00088}
22:49:28.296336 run                osmo-ms-mob/00089: Starting mobile
22:49:28.310386 run       osmo-ms-mob/00089(pid=224): Launched
22:49:28.321855 run                             mass: MS start registered  {at=18874674.0251978, delay=0.004970043897628784, ms=00089}
22:49:28.493291 run                             mass: MS performed LU  {at=18874674.196625885, lu_delay=6.807597529143095, ms=00077}
22:49:28.512210 run                             mass: MS performed LU  {at=18874674.215498295, lu_delay=6.978157587349415, ms=00076}
22:49:28.576438 run                             mass: MS performed LU  {at=18874674.27977307, lu_delay=6.05533204972744, ms=00078}
22:49:28.603921 run                             mass: MS performed LU  {at=18874674.307257716, lu_delay=7.481088772416115, ms=00075}
22:49:28.616013 run                osmo-ms-mob/00090: Starting mobile
22:49:28.629942 run       osmo-ms-mob/00090(pid=225): Launched
22:49:28.641155 run                             mass: MS start registered  {at=18874674.3445018, delay=0.00487932562828064, ms=00090}
22:49:28.927200 run                             mass: MS performed LU  {at=18874674.63053326, lu_delay=5.005348052829504, ms=00081}
22:49:28.945939 run                             mass: MS performed LU  {at=18874674.649273004, lu_delay=6.024888202548027, ms=00079}
22:49:29.028824 run                             mass: MS performed LU  {at=18874674.73214821, lu_delay=5.656917788088322, ms=00080}
22:49:29.237019 run                             mass: MS performed LU  {at=18874674.940318465, lu_delay=4.915146704763174, ms=00082}
22:49:29.595358 run                osmo-ms-mob/00091: Starting mobile
22:49:29.609074 run       osmo-ms-mob/00091(pid=226): Launched
22:49:29.620490 run                             mass: MS start registered  {at=18874675.323836472, delay=0.005036566406488419, ms=00091}
22:49:30.295541 run                osmo-ms-mob/00092: Starting mobile
22:49:30.309324 run       osmo-ms-mob/00092(pid=227): Launched
22:49:30.321371 run                             mass: MS start registered  {at=18874676.02470825, delay=0.005549158900976181, ms=00092}
22:49:30.902403 run                             mass: MS performed LU  {at=18874676.605711166, lu_delay=5.473758086562157, ms=00084}
22:49:30.921091 run                             mass: MS performed LU  {at=18874676.624379367, lu_delay=6.000804860144854, ms=00083}
22:49:30.946901 run                osmo-ms-mob/00093: Starting mobile
22:49:30.965810 run       osmo-ms-mob/00093(pid=228): Launched
22:49:30.974644 run                             mass: MS performed LU  {at=18874676.677991267, lu_delay=5.0533100962638855, ms=00085}
22:49:30.983233 run                             mass: MS start registered  {at=18874676.68659203, delay=0.008634068071842194, ms=00093}
22:49:32.003114 run                osmo-ms-mob/00094: Starting mobile
22:49:32.024253 run       osmo-ms-mob/00094(pid=229): Launched
22:49:32.049233 run                             mass: MS start registered  {at=18874677.75245248, delay=0.01559503749012947, ms=00094}
22:49:32.795343 run                             mass: MS performed LU  {at=18874678.498642813, lu_delay=5.43585579842329, ms=00087}
22:49:32.815170 run                osmo-ms-mob/00095: Starting mobile
22:49:32.836344 run       osmo-ms-mob/00095(pid=230): Launched
22:49:32.852995 run                             mass: MS performed LU  {at=18874678.55632296, lu_delay=5.1283824518322945, ms=00088}
22:49:32.871655 run                             mass: MS performed LU  {at=18874678.57499608, lu_delay=5.964403994381428, ms=00086}
22:49:32.890081 run                             mass: MS start registered  {at=18874678.593423847, delay=0.037148330360651016, ms=00095}
22:49:33.329591 run                             mass: MS performed LU  {at=18874679.03290285, lu_delay=5.0077050514519215, ms=00089}
22:49:33.897663 run                osmo-ms-mob/00096: Starting mobile
22:49:33.914819 run       osmo-ms-mob/00096(pid=231): Launched
22:49:33.928983 run                             mass: MS start registered  {at=18874679.63231429, delay=0.006408516317605972, ms=00096}
22:49:34.576201 run                             mass: MS performed LU  {at=18874680.27951123, lu_delay=4.955674756318331, ms=00091}
22:49:34.593982 run                             mass: MS performed LU  {at=18874680.297296837, lu_delay=5.952795036137104, ms=00090}
22:49:35.001317 run                osmo-ms-mob/00097: Starting mobile
22:49:35.031565 run       osmo-ms-mob/00097(pid=232): Launched
22:49:35.048959 run                             mass: MS start registered  {at=18874680.752285648, delay=0.0032142773270606995, ms=00097}
22:49:36.303304 run                osmo-ms-mob/00098: Starting mobile
22:49:36.325900 run       osmo-ms-mob/00098(pid=233): Launched
22:49:36.348705 run                             mass: MS start registered  {at=18874682.052035064, delay=0.014516603201627731, ms=00098}
22:49:36.560894 run                             mass: MS performed LU  {at=18874682.264177475, lu_delay=5.577585443854332, ms=00093}
22:49:36.578204 run                             mass: MS performed LU  {at=18874682.281534806, lu_delay=6.2568265572190285, ms=00092}
22:49:36.842101 run                             mass: MS performed LU  {at=18874682.545413874, lu_delay=21.916168469935656, ms=00058}
22:49:36.860510 run                             mass: MS performed LU  {at=18874682.563842468, lu_delay=4.811389986425638, ms=00094}
22:49:38.098029 run                osmo-ms-mob/00099: Starting mobile
22:49:38.117780 run       osmo-ms-mob/00099(pid=234): Launched
22:49:38.127013 run                             mass: All started... {duration=55.73788167536259, too_slow=18}
22:49:38.139302 run                             mass: MS start registered  {at=18874683.842624456, delay=0.012250322848558426, ms=00099}
22:49:38.341592 run                             mass: MS performed LU  {at=18874684.044898096, lu_delay=5.451474249362946, ms=00095}
22:49:38.830387 run                             mass: MS performed LU  {at=18874684.53371099, lu_delay=22.643053475767374, ms=00063}
22:49:38.848946 run                             mass: MS performed LU  {at=18874684.552282322, lu_delay=4.919968031346798, ms=00096}
22:49:40.326697 run                             mass: MS performed LU  {at=18874686.02998388, lu_delay=5.27769823372364, ms=00097}
22:49:40.344909 run                             mass: MS performed LU  {at=18874686.04823897, lu_delay=22.723340831696987, ms=00066}
22:49:42.254982 run                             mass: MS performed LU  {at=18874687.9582947, lu_delay=5.906259637326002, ms=00098}
22:49:42.508856 run                             mass: MS performed LU  {at=18874688.21219087, lu_delay=22.98143132776022, ms=00071}
22:49:44.093397 run                             mass: MS performed LU  {at=18874689.796647303, lu_delay=5.9540228471159935, ms=00099}
22:49:44.110738 run                             mass: Tests done {all_completed=True, max=22.98143132776022, min=4.564287893474102}
22:49:44.116448 tst         register_default_mass.py: Test passed (87.3 sec)
22:49:44.121993 run pcap-recorder_any(filters='host 127.0.42.2')(pid=22): Terminating (SIGTERM)
22:49:44.125613 run      osmo-hlr_127.0.42.2(pid=23): Terminating (SIGTERM)
22:49:44.129047 run pcap-recorder_any(filters='host 127.0.42.5 and port not 22')(pid=24): Terminating (SIGTERM)
22:49:44.132488 run      osmo-stp_127.0.42.5(pid=25): Terminating (SIGTERM)
22:49:44.135778 run pcap-recorder_any(filters='host 127.0.42.6 and port not 22')(pid=26): Terminating (SIGTERM)
22:49:44.139130 run      osmo-msc_127.0.42.6(pid=27): Terminating (SIGTERM)
22:49:44.142431 run pcap-recorder_any(filters='host 127.0.42.3 and port not 22')(pid=28): Terminating (SIGTERM)
22:49:44.145745 run      osmo-mgw_127.0.42.3(pid=29): Terminating (SIGTERM)
22:49:44.149115 run pcap-recorder_any(filters='host 127.0.42.4 and port not 22')(pid=30): Terminating (SIGTERM)
22:49:44.152395 run      osmo-mgw_127.0.42.4(pid=31): Terminating (SIGTERM)
22:49:44.155667 run pcap-recorder_any(filters='host 127.0.42.7 and port not 22')(pid=32): Terminating (SIGTERM)
22:49:44.159049 run      osmo-bsc_127.0.42.7(pid=33): Terminating (SIGTERM)
22:49:44.162504 run         osmo-bts-virtual(pid=34): Terminating (SIGTERM)
22:49:44.166285 run   osmo-ms-virt-phy/00000(pid=35): Terminating (SIGTERM)
22:49:44.169701 run   osmo-ms-virt-phy/00001(pid=36): Terminating (SIGTERM)
22:49:44.173156 run   osmo-ms-virt-phy/00002(pid=37): Terminating (SIGTERM)
22:49:44.176651 run   osmo-ms-virt-phy/00003(pid=38): Terminating (SIGTERM)
22:49:44.180139 run   osmo-ms-virt-phy/00004(pid=39): Terminating (SIGTERM)
22:49:44.183796 run   osmo-ms-virt-phy/00005(pid=40): Terminating (SIGTERM)
22:49:44.187232 run   osmo-ms-virt-phy/00006(pid=41): Terminating (SIGTERM)
22:49:44.190750 run   osmo-ms-virt-phy/00007(pid=42): Terminating (SIGTERM)
22:49:44.194206 run   osmo-ms-virt-phy/00008(pid=43): Terminating (SIGTERM)
22:49:44.197683 run   osmo-ms-virt-phy/00009(pid=44): Terminating (SIGTERM)
22:49:44.201105 run   osmo-ms-virt-phy/00010(pid=45): Terminating (SIGTERM)
22:49:44.204691 run   osmo-ms-virt-phy/00011(pid=46): Terminating (SIGTERM)
22:49:44.208180 run   osmo-ms-virt-phy/00012(pid=47): Terminating (SIGTERM)
22:49:44.211604 run   osmo-ms-virt-phy/00013(pid=48): Terminating (SIGTERM)
22:49:44.215055 run   osmo-ms-virt-phy/00014(pid=49): Terminating (SIGTERM)
22:49:44.218505 run   osmo-ms-virt-phy/00015(pid=50): Terminating (SIGTERM)
22:49:44.221947 run   osmo-ms-virt-phy/00016(pid=51): Terminating (SIGTERM)
22:49:44.225343 run   osmo-ms-virt-phy/00017(pid=52): Terminating (SIGTERM)
22:49:44.228786 run   osmo-ms-virt-phy/00018(pid=53): Terminating (SIGTERM)
22:49:44.232267 run   osmo-ms-virt-phy/00019(pid=54): Terminating (SIGTERM)
22:49:44.236380 run   osmo-ms-virt-phy/00020(pid=55): Terminating (SIGTERM)
22:49:44.239884 run   osmo-ms-virt-phy/00021(pid=56): Terminating (SIGTERM)
22:49:44.243320 run   osmo-ms-virt-phy/00022(pid=57): Terminating (SIGTERM)
22:49:44.246778 run   osmo-ms-virt-phy/00023(pid=58): Terminating (SIGTERM)
22:49:44.250273 run   osmo-ms-virt-phy/00024(pid=59): Terminating (SIGTERM)
22:49:44.254625 run   osmo-ms-virt-phy/00025(pid=60): Terminating (SIGTERM)
22:49:44.258148 run   osmo-ms-virt-phy/00026(pid=61): Terminating (SIGTERM)
22:49:44.261560 run   osmo-ms-virt-phy/00027(pid=62): Terminating (SIGTERM)
22:49:44.265068 run   osmo-ms-virt-phy/00028(pid=63): Terminating (SIGTERM)
22:49:44.269058 run   osmo-ms-virt-phy/00029(pid=64): Terminating (SIGTERM)
22:49:44.272837 run   osmo-ms-virt-phy/00030(pid=65): Terminating (SIGTERM)
22:49:44.276335 run   osmo-ms-virt-phy/00031(pid=66): Terminating (SIGTERM)
22:49:44.279793 run   osmo-ms-virt-phy/00032(pid=67): Terminating (SIGTERM)
22:49:44.283897 run   osmo-ms-virt-phy/00033(pid=68): Terminating (SIGTERM)
22:49:44.287404 run   osmo-ms-virt-phy/00034(pid=69): Terminating (SIGTERM)
22:49:44.290978 run   osmo-ms-virt-phy/00035(pid=70): Terminating (SIGTERM)
22:49:44.294568 run   osmo-ms-virt-phy/00036(pid=71): Terminating (SIGTERM)
22:49:44.298422 run   osmo-ms-virt-phy/00037(pid=72): Terminating (SIGTERM)
22:49:44.303266 run   osmo-ms-virt-phy/00038(pid=73): Terminating (SIGTERM)
22:49:44.307361 run   osmo-ms-virt-phy/00039(pid=74): Terminating (SIGTERM)
22:49:44.310957 run   osmo-ms-virt-phy/00040(pid=75): Terminating (SIGTERM)
22:49:44.314583 run   osmo-ms-virt-phy/00041(pid=76): Terminating (SIGTERM)
22:49:44.318257 run   osmo-ms-virt-phy/00042(pid=77): Terminating (SIGTERM)
22:49:44.321897 run   osmo-ms-virt-phy/00043(pid=78): Terminating (SIGTERM)
22:49:44.325547 run   osmo-ms-virt-phy/00044(pid=79): Terminating (SIGTERM)
22:49:44.329605 run   osmo-ms-virt-phy/00045(pid=80): Terminating (SIGTERM)
22:49:44.333110 run   osmo-ms-virt-phy/00046(pid=81): Terminating (SIGTERM)
22:49:44.336553 run   osmo-ms-virt-phy/00047(pid=82): Terminating (SIGTERM)
22:49:44.339967 run   osmo-ms-virt-phy/00048(pid=83): Terminating (SIGTERM)
22:49:44.343427 run   osmo-ms-virt-phy/00049(pid=84): Terminating (SIGTERM)
22:49:44.346896 run   osmo-ms-virt-phy/00050(pid=85): Terminating (SIGTERM)
22:49:44.350347 run   osmo-ms-virt-phy/00051(pid=86): Terminating (SIGTERM)
22:49:44.353777 run   osmo-ms-virt-phy/00052(pid=87): Terminating (SIGTERM)
22:49:44.357212 run   osmo-ms-virt-phy/00053(pid=88): Terminating (SIGTERM)
22:49:44.361155 run   osmo-ms-virt-phy/00054(pid=89): Terminating (SIGTERM)
22:49:44.364840 run   osmo-ms-virt-phy/00055(pid=90): Terminating (SIGTERM)
22:49:44.368269 run   osmo-ms-virt-phy/00056(pid=91): Terminating (SIGTERM)
22:49:44.371752 run   osmo-ms-virt-phy/00057(pid=92): Terminating (SIGTERM)
22:49:44.375215 run   osmo-ms-virt-phy/00058(pid=93): Terminating (SIGTERM)
22:49:44.378678 run   osmo-ms-virt-phy/00059(pid=94): Terminating (SIGTERM)
22:49:44.382129 run   osmo-ms-virt-phy/00060(pid=95): Terminating (SIGTERM)
22:49:44.385583 run   osmo-ms-virt-phy/00061(pid=96): Terminating (SIGTERM)
22:49:44.389061 run   osmo-ms-virt-phy/00062(pid=97): Terminating (SIGTERM)
22:49:44.392527 run   osmo-ms-virt-phy/00063(pid=98): Terminating (SIGTERM)
22:49:44.395977 run   osmo-ms-virt-phy/00064(pid=99): Terminating (SIGTERM)
22:49:44.399399 run  osmo-ms-virt-phy/00065(pid=100): Terminating (SIGTERM)
22:49:44.402868 run  osmo-ms-virt-phy/00066(pid=101): Terminating (SIGTERM)
22:49:44.406325 run  osmo-ms-virt-phy/00067(pid=102): Terminating (SIGTERM)
22:49:44.409790 run  osmo-ms-virt-phy/00068(pid=103): Terminating (SIGTERM)
22:49:44.413227 run  osmo-ms-virt-phy/00069(pid=104): Terminating (SIGTERM)
22:49:44.416543 run  osmo-ms-virt-phy/00070(pid=105): Terminating (SIGTERM)
22:49:44.419998 run  osmo-ms-virt-phy/00071(pid=106): Terminating (SIGTERM)
22:49:44.423420 run  osmo-ms-virt-phy/00072(pid=107): Terminating (SIGTERM)
22:49:44.426902 run  osmo-ms-virt-phy/00073(pid=108): Terminating (SIGTERM)
22:49:44.430358 run  osmo-ms-virt-phy/00074(pid=109): Terminating (SIGTERM)
22:49:44.433854 run  osmo-ms-virt-phy/00075(pid=110): Terminating (SIGTERM)
22:49:44.437641 run  osmo-ms-virt-phy/00076(pid=111): Terminating (SIGTERM)
22:49:44.441280 run  osmo-ms-virt-phy/00077(pid=112): Terminating (SIGTERM)
22:49:44.445009 run  osmo-ms-virt-phy/00078(pid=113): Terminating (SIGTERM)
22:49:44.448520 run  osmo-ms-virt-phy/00079(pid=114): Terminating (SIGTERM)
22:49:44.452122 run  osmo-ms-virt-phy/00080(pid=115): Terminating (SIGTERM)
22:49:44.455560 run  osmo-ms-virt-phy/00081(pid=116): Terminating (SIGTERM)
22:49:44.459447 run  osmo-ms-virt-phy/00082(pid=117): Terminating (SIGTERM)
22:49:44.463032 run  osmo-ms-virt-phy/00083(pid=118): Terminating (SIGTERM)
22:49:44.466988 run  osmo-ms-virt-phy/00084(pid=119): Terminating (SIGTERM)
22:49:44.470666 run  osmo-ms-virt-phy/00085(pid=120): Terminating (SIGTERM)
22:49:44.474260 run  osmo-ms-virt-phy/00086(pid=121): Terminating (SIGTERM)
22:49:44.477887 run  osmo-ms-virt-phy/00087(pid=122): Terminating (SIGTERM)
22:49:44.481462 run  osmo-ms-virt-phy/00088(pid=123): Terminating (SIGTERM)
22:49:44.485036 run  osmo-ms-virt-phy/00089(pid=124): Terminating (SIGTERM)
22:49:44.488642 run  osmo-ms-virt-phy/00090(pid=125): Terminating (SIGTERM)
22:49:44.492229 run  osmo-ms-virt-phy/00091(pid=126): Terminating (SIGTERM)
22:49:44.495801 run  osmo-ms-virt-phy/00092(pid=127): Terminating (SIGTERM)
22:49:44.499371 run  osmo-ms-virt-phy/00093(pid=128): Terminating (SIGTERM)
22:49:44.502933 run  osmo-ms-virt-phy/00094(pid=129): Terminating (SIGTERM)
22:49:44.506510 run  osmo-ms-virt-phy/00095(pid=130): Terminating (SIGTERM)
22:49:44.510077 run  osmo-ms-virt-phy/00096(pid=131): Terminating (SIGTERM)
22:49:44.513657 run  osmo-ms-virt-phy/00097(pid=132): Terminating (SIGTERM)
22:49:44.517237 run  osmo-ms-virt-phy/00098(pid=133): Terminating (SIGTERM)
22:49:44.520808 run  osmo-ms-virt-phy/00099(pid=134): Terminating (SIGTERM)
22:49:44.524368 run       osmo-ms-mob/00000(pid=135): Terminating (SIGTERM)
22:49:44.527917 run       osmo-ms-mob/00001(pid=136): Terminating (SIGTERM)
22:49:44.531463 run       osmo-ms-mob/00002(pid=137): Terminating (SIGTERM)
22:49:44.534987 run       osmo-ms-mob/00003(pid=138): Terminating (SIGTERM)
22:49:44.538508 run       osmo-ms-mob/00004(pid=139): Terminating (SIGTERM)
22:49:44.542034 run       osmo-ms-mob/00005(pid=140): Terminating (SIGTERM)
22:49:44.545570 run       osmo-ms-mob/00006(pid=141): Terminating (SIGTERM)
22:49:44.549120 run       osmo-ms-mob/00007(pid=142): Terminating (SIGTERM)
22:49:44.552682 run       osmo-ms-mob/00008(pid=143): Terminating (SIGTERM)
22:49:44.556240 run       osmo-ms-mob/00009(pid=144): Terminating (SIGTERM)
22:49:44.559775 run       osmo-ms-mob/00010(pid=145): Terminating (SIGTERM)
22:49:44.563346 run       osmo-ms-mob/00011(pid=146): Terminating (SIGTERM)
22:49:44.566818 run       osmo-ms-mob/00012(pid=147): Terminating (SIGTERM)
22:49:44.570286 run       osmo-ms-mob/00013(pid=148): Terminating (SIGTERM)
22:49:44.573821 run       osmo-ms-mob/00014(pid=149): Terminating (SIGTERM)
22:49:44.577180 run       osmo-ms-mob/00015(pid=150): Terminating (SIGTERM)
22:49:44.580504 run       osmo-ms-mob/00016(pid=151): Terminating (SIGTERM)
22:49:44.583814 run       osmo-ms-mob/00017(pid=152): Terminating (SIGTERM)
22:49:44.587121 run       osmo-ms-mob/00018(pid=153): Terminating (SIGTERM)
22:49:44.590473 run       osmo-ms-mob/00019(pid=154): Terminating (SIGTERM)
22:49:44.593786 run       osmo-ms-mob/00020(pid=155): Terminating (SIGTERM)
22:49:44.597083 run       osmo-ms-mob/00021(pid=156): Terminating (SIGTERM)
22:49:44.600414 run       osmo-ms-mob/00022(pid=157): Terminating (SIGTERM)
22:49:44.603716 run       osmo-ms-mob/00023(pid=158): Terminating (SIGTERM)
22:49:44.607021 run       osmo-ms-mob/00024(pid=159): Terminating (SIGTERM)
22:49:44.610369 run       osmo-ms-mob/00025(pid=160): Terminating (SIGTERM)
22:49:44.613664 run       osmo-ms-mob/00026(pid=161): Terminating (SIGTERM)
22:49:44.617041 run       osmo-ms-mob/00027(pid=162): Terminating (SIGTERM)
22:49:44.620481 run       osmo-ms-mob/00028(pid=163): Terminating (SIGTERM)
22:49:44.623890 run       osmo-ms-mob/00029(pid=164): Terminating (SIGTERM)
22:49:44.627272 run       osmo-ms-mob/00030(pid=165): Terminating (SIGTERM)
22:49:44.630649 run       osmo-ms-mob/00031(pid=166): Terminating (SIGTERM)
22:49:44.634033 run       osmo-ms-mob/00032(pid=167): Terminating (SIGTERM)
22:49:44.637400 run       osmo-ms-mob/00033(pid=168): Terminating (SIGTERM)
22:49:44.640932 run       osmo-ms-mob/00034(pid=169): Terminating (SIGTERM)
22:49:44.644266 run       osmo-ms-mob/00035(pid=170): Terminating (SIGTERM)
22:49:44.647517 run       osmo-ms-mob/00036(pid=171): Terminating (SIGTERM)
22:49:44.650792 run       osmo-ms-mob/00037(pid=172): Terminating (SIGTERM)
22:49:44.654164 run       osmo-ms-mob/00038(pid=173): Terminating (SIGTERM)
22:49:44.657574 run       osmo-ms-mob/00039(pid=174): Terminating (SIGTERM)
22:49:44.660979 run       osmo-ms-mob/00040(pid=175): Terminating (SIGTERM)
22:49:44.664401 run       osmo-ms-mob/00041(pid=176): Terminating (SIGTERM)
22:49:44.667823 run       osmo-ms-mob/00042(pid=177): Terminating (SIGTERM)
22:49:44.671203 run       osmo-ms-mob/00043(pid=178): Terminating (SIGTERM)
22:49:44.674483 run       osmo-ms-mob/00044(pid=179): Terminating (SIGTERM)
22:49:44.677761 run       osmo-ms-mob/00045(pid=180): Terminating (SIGTERM)
22:49:44.681025 run       osmo-ms-mob/00046(pid=181): Terminating (SIGTERM)
22:49:44.684286 run       osmo-ms-mob/00047(pid=182): Terminating (SIGTERM)
22:49:44.687555 run       osmo-ms-mob/00048(pid=183): Terminating (SIGTERM)
22:49:44.690830 run       osmo-ms-mob/00049(pid=184): Terminating (SIGTERM)
22:49:44.694127 run       osmo-ms-mob/00050(pid=185): Terminating (SIGTERM)
22:49:44.697388 run       osmo-ms-mob/00051(pid=186): Terminating (SIGTERM)
22:49:44.700704 run       osmo-ms-mob/00052(pid=187): Terminating (SIGTERM)
22:49:44.703975 run       osmo-ms-mob/00053(pid=188): Terminating (SIGTERM)
22:49:44.707254 run       osmo-ms-mob/00054(pid=189): Terminating (SIGTERM)
22:49:44.710565 run       osmo-ms-mob/00055(pid=190): Terminating (SIGTERM)
22:49:44.713853 run       osmo-ms-mob/00056(pid=191): Terminating (SIGTERM)
22:49:44.717106 run       osmo-ms-mob/00057(pid=192): Terminating (SIGTERM)
22:49:44.720358 run       osmo-ms-mob/00058(pid=193): Terminating (SIGTERM)
22:49:44.723645 run       osmo-ms-mob/00059(pid=194): Terminating (SIGTERM)
22:49:44.726969 run       osmo-ms-mob/00060(pid=195): Terminating (SIGTERM)
22:49:44.730278 run       osmo-ms-mob/00061(pid=196): Terminating (SIGTERM)
22:49:44.733604 run       osmo-ms-mob/00062(pid=197): Terminating (SIGTERM)
22:49:44.736882 run       osmo-ms-mob/00063(pid=198): Terminating (SIGTERM)
22:49:44.740160 run       osmo-ms-mob/00064(pid=199): Terminating (SIGTERM)
22:49:44.743413 run       osmo-ms-mob/00065(pid=200): Terminating (SIGTERM)
22:49:44.746703 run       osmo-ms-mob/00066(pid=201): Terminating (SIGTERM)
22:49:44.749928 run       osmo-ms-mob/00067(pid=202): Terminating (SIGTERM)
22:49:44.753145 run       osmo-ms-mob/00068(pid=203): Terminating (SIGTERM)
22:49:44.756348 run       osmo-ms-mob/00069(pid=204): Terminating (SIGTERM)
22:49:44.759574 run       osmo-ms-mob/00070(pid=205): Terminating (SIGTERM)
22:49:44.762857 run       osmo-ms-mob/00071(pid=206): Terminating (SIGTERM)
22:49:44.766121 run       osmo-ms-mob/00072(pid=207): Terminating (SIGTERM)
22:49:44.769468 run       osmo-ms-mob/00073(pid=208): Terminating (SIGTERM)
22:49:44.772875 run       osmo-ms-mob/00074(pid=209): Terminating (SIGTERM)
22:49:44.776208 run       osmo-ms-mob/00075(pid=210): Terminating (SIGTERM)
22:49:44.779500 run       osmo-ms-mob/00076(pid=211): Terminating (SIGTERM)
22:49:44.782779 run       osmo-ms-mob/00077(pid=212): Terminating (SIGTERM)
22:49:44.786042 run       osmo-ms-mob/00078(pid=213): Terminating (SIGTERM)
22:49:44.789322 run       osmo-ms-mob/00079(pid=214): Terminating (SIGTERM)
22:49:44.792577 run       osmo-ms-mob/00080(pid=215): Terminating (SIGTERM)
22:49:44.795875 run       osmo-ms-mob/00081(pid=216): Terminating (SIGTERM)
22:49:44.799185 run       osmo-ms-mob/00082(pid=217): Terminating (SIGTERM)
22:49:44.802465 run       osmo-ms-mob/00083(pid=218): Terminating (SIGTERM)
22:49:44.805738 run       osmo-ms-mob/00084(pid=219): Terminating (SIGTERM)
22:49:44.809095 run       osmo-ms-mob/00085(pid=220): Terminating (SIGTERM)
22:49:44.812478 run       osmo-ms-mob/00086(pid=221): Terminating (SIGTERM)
22:49:44.815878 run       osmo-ms-mob/00087(pid=222): Terminating (SIGTERM)
22:49:44.819319 run       osmo-ms-mob/00088(pid=223): Terminating (SIGTERM)
22:49:44.822899 run       osmo-ms-mob/00089(pid=224): Terminating (SIGTERM)
22:49:44.826330 run       osmo-ms-mob/00090(pid=225): Terminating (SIGTERM)
22:49:44.829761 run       osmo-ms-mob/00091(pid=226): Terminating (SIGTERM)
22:49:44.833165 run       osmo-ms-mob/00092(pid=227): Terminating (SIGTERM)
22:49:44.836564 run       osmo-ms-mob/00093(pid=228): Terminating (SIGTERM)
22:49:44.839972 run       osmo-ms-mob/00094(pid=229): Terminating (SIGTERM)
22:49:44.843388 run       osmo-ms-mob/00095(pid=230): Terminating (SIGTERM)
22:49:44.846792 run       osmo-ms-mob/00096(pid=231): Terminating (SIGTERM)
22:49:44.850414 run       osmo-ms-mob/00097(pid=232): Terminating (SIGTERM)
22:49:44.853857 run       osmo-ms-mob/00098(pid=233): Terminating (SIGTERM)
22:49:44.857238 run       osmo-ms-mob/00099(pid=234): Terminating (SIGTERM)
22:49:44.860637 ---      ParallelTerminationStrategy: PID 22 died...
22:49:44.862158 run pcap-recorder_any(filters='host 127.0.42.2')(pid=22): Terminated: ok {rc=0}
22:49:44.865900 ---      ParallelTerminationStrategy: PID 23 died...
22:49:44.867424 run      osmo-hlr_127.0.42.2(pid=23): Terminated: ok {rc=0}
22:49:44.871160 ---      ParallelTerminationStrategy: PID 24 died...
22:49:44.872680 run pcap-recorder_any(filters='host 127.0.42.5 and port not 22')(pid=24): Terminated: ok {rc=0}
22:49:44.876434 ---      ParallelTerminationStrategy: PID 25 died...
22:49:44.877967 run      osmo-stp_127.0.42.5(pid=25): Terminated: ok {rc=0}
22:49:44.881691 ---      ParallelTerminationStrategy: PID 26 died...
22:49:44.883216 run pcap-recorder_any(filters='host 127.0.42.6 and port not 22')(pid=26): Terminated: ok {rc=0}
22:49:44.887000 ---      ParallelTerminationStrategy: PID 27 died...
22:49:44.888543 run      osmo-msc_127.0.42.6(pid=27): Terminated: ok {rc=0}
22:49:44.892301 ---      ParallelTerminationStrategy: PID 28 died...
22:49:44.893828 run pcap-recorder_any(filters='host 127.0.42.3 and port not 22')(pid=28): Terminated: ok {rc=0}
22:49:44.897606 ---      ParallelTerminationStrategy: PID 29 died...
22:49:44.899135 run      osmo-mgw_127.0.42.3(pid=29): Terminated {rc=15}
22:49:44.902937 ---      ParallelTerminationStrategy: PID 30 died...
22:49:44.904463 run pcap-recorder_any(filters='host 127.0.42.4 and port not 22')(pid=30): Terminated: ok {rc=0}
22:49:44.908267 ---      ParallelTerminationStrategy: PID 31 died...
22:49:44.909806 run      osmo-mgw_127.0.42.4(pid=31): Terminated {rc=15}
22:49:44.913602 ---      ParallelTerminationStrategy: PID 32 died...
22:49:44.915122 run pcap-recorder_any(filters='host 127.0.42.7 and port not 22')(pid=32): Terminated: ok {rc=0}
22:49:44.918959 ---      ParallelTerminationStrategy: PID 33 died...
22:49:44.920513 run      osmo-bsc_127.0.42.7(pid=33): Terminated: ok {rc=0}
22:49:44.924320 ---      ParallelTerminationStrategy: PID 35 died...
22:49:44.925877 run   osmo-ms-virt-phy/00000(pid=35): Terminated: ok {rc=0}
22:49:44.929667 ---      ParallelTerminationStrategy: PID 36 died...
22:49:44.931205 run   osmo-ms-virt-phy/00001(pid=36): Terminated: ok {rc=0}
22:49:44.935033 ---      ParallelTerminationStrategy: PID 37 died...
22:49:44.936583 run   osmo-ms-virt-phy/00002(pid=37): Terminated: ok {rc=0}
22:49:44.940412 ---      ParallelTerminationStrategy: PID 38 died...
22:49:44.941961 run   osmo-ms-virt-phy/00003(pid=38): Terminated: ok {rc=0}
22:49:44.945751 ---      ParallelTerminationStrategy: PID 39 died...
22:49:44.947283 run   osmo-ms-virt-phy/00004(pid=39): Terminated: ok {rc=0}
22:49:44.951127 ---      ParallelTerminationStrategy: PID 40 died...
22:49:44.952683 run   osmo-ms-virt-phy/00005(pid=40): Terminated: ok {rc=0}
22:49:44.956487 ---      ParallelTerminationStrategy: PID 41 died...
22:49:44.958026 run   osmo-ms-virt-phy/00006(pid=41): Terminated: ok {rc=0}
22:49:44.961837 ---      ParallelTerminationStrategy: PID 42 died...
22:49:44.963371 run   osmo-ms-virt-phy/00007(pid=42): Terminated: ok {rc=0}
22:49:44.967114 ---      ParallelTerminationStrategy: PID 43 died...
22:49:44.968639 run   osmo-ms-virt-phy/00008(pid=43): Terminated: ok {rc=0}
22:49:44.972419 ---      ParallelTerminationStrategy: PID 44 died...
22:49:44.973960 run   osmo-ms-virt-phy/00009(pid=44): Terminated: ok {rc=0}
22:49:44.977768 ---      ParallelTerminationStrategy: PID 45 died...
22:49:44.979313 run   osmo-ms-virt-phy/00010(pid=45): Terminated: ok {rc=0}
22:49:44.983118 ---      ParallelTerminationStrategy: PID 46 died...
22:49:44.984705 run   osmo-ms-virt-phy/00011(pid=46): Terminated: ok {rc=0}
22:49:44.988521 ---      ParallelTerminationStrategy: PID 47 died...
22:49:44.990074 run   osmo-ms-virt-phy/00012(pid=47): Terminated: ok {rc=0}
22:49:44.993902 ---      ParallelTerminationStrategy: PID 48 died...
22:49:44.995438 run   osmo-ms-virt-phy/00013(pid=48): Terminated: ok {rc=0}
22:49:44.999240 ---      ParallelTerminationStrategy: PID 49 died...
22:49:45.000795 run   osmo-ms-virt-phy/00014(pid=49): Terminated: ok {rc=0}
22:49:45.004596 ---      ParallelTerminationStrategy: PID 50 died...
22:49:45.006139 run   osmo-ms-virt-phy/00015(pid=50): Terminated: ok {rc=0}
22:49:45.009936 ---      ParallelTerminationStrategy: PID 51 died...
22:49:45.011467 run   osmo-ms-virt-phy/00016(pid=51): Terminated: ok {rc=0}
22:49:45.015273 ---      ParallelTerminationStrategy: PID 52 died...
22:49:45.016818 run   osmo-ms-virt-phy/00017(pid=52): Terminated: ok {rc=0}
22:49:45.020675 ---      ParallelTerminationStrategy: PID 53 died...
22:49:45.022217 run   osmo-ms-virt-phy/00018(pid=53): Terminated: ok {rc=0}
22:49:45.026002 ---      ParallelTerminationStrategy: PID 54 died...
22:49:45.027526 run   osmo-ms-virt-phy/00019(pid=54): Terminated: ok {rc=0}
22:49:45.031386 ---      ParallelTerminationStrategy: PID 55 died...
22:49:45.032933 run   osmo-ms-virt-phy/00020(pid=55): Terminated: ok {rc=0}
22:49:45.036727 ---      ParallelTerminationStrategy: PID 56 died...
22:49:45.038266 run   osmo-ms-virt-phy/00021(pid=56): Terminated: ok {rc=0}
22:49:45.042047 ---      ParallelTerminationStrategy: PID 57 died...
22:49:45.043579 run   osmo-ms-virt-phy/00022(pid=57): Terminated: ok {rc=0}
22:49:45.047404 ---      ParallelTerminationStrategy: PID 58 died...
22:49:45.048952 run   osmo-ms-virt-phy/00023(pid=58): Terminated: ok {rc=0}
22:49:45.052737 ---      ParallelTerminationStrategy: PID 59 died...
22:49:45.054271 run   osmo-ms-virt-phy/00024(pid=59): Terminated: ok {rc=0}
22:49:45.058069 ---      ParallelTerminationStrategy: PID 60 died...
22:49:45.059602 run   osmo-ms-virt-phy/00025(pid=60): Terminated: ok {rc=0}
22:49:45.063469 ---      ParallelTerminationStrategy: PID 61 died...
22:49:45.065025 run   osmo-ms-virt-phy/00026(pid=61): Terminated: ok {rc=0}
22:49:45.068814 ---      ParallelTerminationStrategy: PID 62 died...
22:49:45.070355 run   osmo-ms-virt-phy/00027(pid=62): Terminated: ok {rc=0}
22:49:45.074164 ---      ParallelTerminationStrategy: PID 63 died...
22:49:45.075715 run   osmo-ms-virt-phy/00028(pid=63): Terminated: ok {rc=0}
22:49:45.079503 ---      ParallelTerminationStrategy: PID 64 died...
22:49:45.081041 run   osmo-ms-virt-phy/00029(pid=64): Terminated: ok {rc=0}
22:49:45.084829 ---      ParallelTerminationStrategy: PID 65 died...
22:49:45.086368 run   osmo-ms-virt-phy/00030(pid=65): Terminated: ok {rc=0}
22:49:45.090192 ---      ParallelTerminationStrategy: PID 66 died...
22:49:45.091733 run   osmo-ms-virt-phy/00031(pid=66): Terminated: ok {rc=0}
22:49:45.095533 ---      ParallelTerminationStrategy: PID 67 died...
22:49:45.097065 run   osmo-ms-virt-phy/00032(pid=67): Terminated: ok {rc=0}
22:49:45.100871 ---      ParallelTerminationStrategy: PID 68 died...
22:49:45.102418 run   osmo-ms-virt-phy/00033(pid=68): Terminated: ok {rc=0}
22:49:45.106205 ---      ParallelTerminationStrategy: PID 69 died...
22:49:45.107743 run   osmo-ms-virt-phy/00034(pid=69): Terminated: ok {rc=0}
22:49:45.111547 ---      ParallelTerminationStrategy: PID 70 died...
22:49:45.113077 run   osmo-ms-virt-phy/00035(pid=70): Terminated: ok {rc=0}
22:49:45.116868 ---      ParallelTerminationStrategy: PID 71 died...
22:49:45.118392 run   osmo-ms-virt-phy/00036(pid=71): Terminated: ok {rc=0}
22:49:45.122189 ---      ParallelTerminationStrategy: PID 72 died...
22:49:45.123727 run   osmo-ms-virt-phy/00037(pid=72): Terminated: ok {rc=0}
22:49:45.127520 ---      ParallelTerminationStrategy: PID 73 died...
22:49:45.129079 run   osmo-ms-virt-phy/00038(pid=73): Terminated: ok {rc=0}
22:49:45.132906 ---      ParallelTerminationStrategy: PID 74 died...
22:49:45.134437 run   osmo-ms-virt-phy/00039(pid=74): Terminated: ok {rc=0}
22:49:45.138237 ---      ParallelTerminationStrategy: PID 75 died...
22:49:45.139769 run   osmo-ms-virt-phy/00040(pid=75): Terminated: ok {rc=0}
22:49:45.143695 ---      ParallelTerminationStrategy: PID 76 died...
22:49:45.145232 run   osmo-ms-virt-phy/00041(pid=76): Terminated: ok {rc=0}
22:49:45.149011 ---      ParallelTerminationStrategy: PID 77 died...
22:49:45.150542 run   osmo-ms-virt-phy/00042(pid=77): Terminated: ok {rc=0}
22:49:45.154347 ---      ParallelTerminationStrategy: PID 78 died...
22:49:45.155883 run   osmo-ms-virt-phy/00043(pid=78): Terminated: ok {rc=0}
22:49:45.159654 ---      ParallelTerminationStrategy: PID 79 died...
22:49:45.161191 run   osmo-ms-virt-phy/00044(pid=79): Terminated: ok {rc=0}
22:49:45.165049 ---      ParallelTerminationStrategy: PID 80 died...
22:49:45.166584 run   osmo-ms-virt-phy/00045(pid=80): Terminated: ok {rc=0}
22:49:45.170382 ---      ParallelTerminationStrategy: PID 81 died...
22:49:45.171908 run   osmo-ms-virt-phy/00046(pid=81): Terminated: ok {rc=0}
22:49:45.175730 ---      ParallelTerminationStrategy: PID 82 died...
22:49:45.177268 run   osmo-ms-virt-phy/00047(pid=82): Terminated: ok {rc=0}
22:49:45.181060 ---      ParallelTerminationStrategy: PID 83 died...
22:49:45.182602 run   osmo-ms-virt-phy/00048(pid=83): Terminated: ok {rc=0}
22:49:45.186434 ---      ParallelTerminationStrategy: PID 84 died...
22:49:45.187967 run   osmo-ms-virt-phy/00049(pid=84): Terminated: ok {rc=0}
22:49:45.191790 ---      ParallelTerminationStrategy: PID 85 died...
22:49:45.193338 run   osmo-ms-virt-phy/00050(pid=85): Terminated: ok {rc=0}
22:49:45.197142 ---      ParallelTerminationStrategy: PID 86 died...
22:49:45.198667 run   osmo-ms-virt-phy/00051(pid=86): Terminated: ok {rc=0}
22:49:45.202446 ---      ParallelTerminationStrategy: PID 87 died...
22:49:45.203977 run   osmo-ms-virt-phy/00052(pid=87): Terminated: ok {rc=0}
22:49:45.207814 ---      ParallelTerminationStrategy: PID 88 died...
22:49:45.209348 run   osmo-ms-virt-phy/00053(pid=88): Terminated: ok {rc=0}
22:49:45.213206 ---      ParallelTerminationStrategy: PID 89 died...
22:49:45.214751 run   osmo-ms-virt-phy/00054(pid=89): Terminated: ok {rc=0}
22:49:45.218566 ---      ParallelTerminationStrategy: PID 90 died...
22:49:45.220154 run   osmo-ms-virt-phy/00055(pid=90): Terminated: ok {rc=0}
22:49:45.223952 ---      ParallelTerminationStrategy: PID 91 died...
22:49:45.225486 run   osmo-ms-virt-phy/00056(pid=91): Terminated: ok {rc=0}
22:49:45.229273 ---      ParallelTerminationStrategy: PID 92 died...
22:49:45.230818 run   osmo-ms-virt-phy/00057(pid=92): Terminated: ok {rc=0}
22:49:45.234599 ---      ParallelTerminationStrategy: PID 93 died...
22:49:45.236133 run   osmo-ms-virt-phy/00058(pid=93): Terminated: ok {rc=0}
22:49:45.239945 ---      ParallelTerminationStrategy: PID 94 died...
22:49:45.241485 run   osmo-ms-virt-phy/00059(pid=94): Terminated: ok {rc=0}
22:49:45.245281 ---      ParallelTerminationStrategy: PID 95 died...
22:49:45.246808 run   osmo-ms-virt-phy/00060(pid=95): Terminated: ok {rc=0}
22:49:45.250607 ---      ParallelTerminationStrategy: PID 96 died...
22:49:45.252152 run   osmo-ms-virt-phy/00061(pid=96): Terminated: ok {rc=0}
22:49:45.255940 ---      ParallelTerminationStrategy: PID 97 died...
22:49:45.257475 run   osmo-ms-virt-phy/00062(pid=97): Terminated: ok {rc=0}
22:49:45.261280 ---      ParallelTerminationStrategy: PID 98 died...
22:49:45.262818 run   osmo-ms-virt-phy/00063(pid=98): Terminated: ok {rc=0}
22:49:45.266624 ---      ParallelTerminationStrategy: PID 99 died...
22:49:45.268156 run   osmo-ms-virt-phy/00064(pid=99): Terminated: ok {rc=0}
22:49:45.271980 ---      ParallelTerminationStrategy: PID 100 died...
22:49:45.273522 run  osmo-ms-virt-phy/00065(pid=100): Terminated: ok {rc=0}
22:49:45.277347 ---      ParallelTerminationStrategy: PID 101 died...
22:49:45.278872 run  osmo-ms-virt-phy/00066(pid=101): Terminated: ok {rc=0}
22:49:45.282647 ---      ParallelTerminationStrategy: PID 102 died...
22:49:45.284178 run  osmo-ms-virt-phy/00067(pid=102): Terminated: ok {rc=0}
22:49:45.287982 ---      ParallelTerminationStrategy: PID 103 died...
22:49:45.289523 run  osmo-ms-virt-phy/00068(pid=103): Terminated: ok {rc=0}
22:49:45.293350 ---      ParallelTerminationStrategy: PID 104 died...
22:49:45.295024 run  osmo-ms-virt-phy/00069(pid=104): Terminated: ok {rc=0}
22:49:45.298836 ---      ParallelTerminationStrategy: PID 105 died...
22:49:45.300370 run  osmo-ms-virt-phy/00070(pid=105): Terminated: ok {rc=0}
22:49:45.304177 ---      ParallelTerminationStrategy: PID 106 died...
22:49:45.305719 run  osmo-ms-virt-phy/00071(pid=106): Terminated: ok {rc=0}
22:49:45.309510 ---      ParallelTerminationStrategy: PID 107 died...
22:49:45.311044 run  osmo-ms-virt-phy/00072(pid=107): Terminated: ok {rc=0}
22:49:45.315032 ---      ParallelTerminationStrategy: PID 108 died...
22:49:45.316610 run  osmo-ms-virt-phy/00073(pid=108): Terminated: ok {rc=0}
22:49:45.320440 ---      ParallelTerminationStrategy: PID 109 died...
22:49:45.321983 run  osmo-ms-virt-phy/00074(pid=109): Terminated: ok {rc=0}
22:49:45.325771 ---      ParallelTerminationStrategy: PID 110 died...
22:49:45.327292 run  osmo-ms-virt-phy/00075(pid=110): Terminated: ok {rc=0}
22:49:45.331044 ---      ParallelTerminationStrategy: PID 111 died...
22:49:45.332599 run  osmo-ms-virt-phy/00076(pid=111): Terminated: ok {rc=0}
22:49:45.336391 ---      ParallelTerminationStrategy: PID 112 died...
22:49:45.337944 run  osmo-ms-virt-phy/00077(pid=112): Terminated: ok {rc=0}
22:49:45.341748 ---      ParallelTerminationStrategy: PID 113 died...
22:49:45.343305 run  osmo-ms-virt-phy/00078(pid=113): Terminated: ok {rc=0}
22:49:45.347110 ---      ParallelTerminationStrategy: PID 114 died...
22:49:45.348663 run  osmo-ms-virt-phy/00079(pid=114): Terminated: ok {rc=0}
22:49:45.352533 ---      ParallelTerminationStrategy: PID 115 died...
22:49:45.354095 run  osmo-ms-virt-phy/00080(pid=115): Terminated: ok {rc=0}
22:49:45.357930 ---      ParallelTerminationStrategy: PID 116 died...
22:49:45.359464 run  osmo-ms-virt-phy/00081(pid=116): Terminated: ok {rc=0}
22:49:45.363310 ---      ParallelTerminationStrategy: PID 117 died...
22:49:45.364844 run  osmo-ms-virt-phy/00082(pid=117): Terminated: ok {rc=0}
22:49:45.368662 ---      ParallelTerminationStrategy: PID 118 died...
22:49:45.370215 run  osmo-ms-virt-phy/00083(pid=118): Terminated: ok {rc=0}
22:49:45.374043 ---      ParallelTerminationStrategy: PID 119 died...
22:49:45.375586 run  osmo-ms-virt-phy/00084(pid=119): Terminated: ok {rc=0}
22:49:45.379400 ---      ParallelTerminationStrategy: PID 120 died...
22:49:45.380948 run  osmo-ms-virt-phy/00085(pid=120): Terminated: ok {rc=0}
22:49:45.384763 ---      ParallelTerminationStrategy: PID 121 died...
22:49:45.386305 run  osmo-ms-virt-phy/00086(pid=121): Terminated: ok {rc=0}
22:49:45.390142 ---      ParallelTerminationStrategy: PID 122 died...
22:49:45.391688 run  osmo-ms-virt-phy/00087(pid=122): Terminated: ok {rc=0}
22:49:45.395568 ---      ParallelTerminationStrategy: PID 123 died...
22:49:45.397120 run  osmo-ms-virt-phy/00088(pid=123): Terminated: ok {rc=0}
22:49:45.400916 ---      ParallelTerminationStrategy: PID 124 died...
22:49:45.402470 run  osmo-ms-virt-phy/00089(pid=124): Terminated: ok {rc=0}
22:49:45.406255 ---      ParallelTerminationStrategy: PID 125 died...
22:49:45.407828 run  osmo-ms-virt-phy/00090(pid=125): Terminated: ok {rc=0}
22:49:45.411761 ---      ParallelTerminationStrategy: PID 126 died...
22:49:45.413315 run  osmo-ms-virt-phy/00091(pid=126): Terminated: ok {rc=0}
22:49:45.417136 ---      ParallelTerminationStrategy: PID 127 died...
22:49:45.418665 run  osmo-ms-virt-phy/00092(pid=127): Terminated: ok {rc=0}
22:49:45.422485 ---      ParallelTerminationStrategy: PID 128 died...
22:49:45.424029 run  osmo-ms-virt-phy/00093(pid=128): Terminated: ok {rc=0}
22:49:45.427857 ---      ParallelTerminationStrategy: PID 129 died...
22:49:45.429404 run  osmo-ms-virt-phy/00094(pid=129): Terminated: ok {rc=0}
22:49:45.433309 ---      ParallelTerminationStrategy: PID 130 died...
22:49:45.434892 run  osmo-ms-virt-phy/00095(pid=130): Terminated: ok {rc=0}
22:49:45.438713 ---      ParallelTerminationStrategy: PID 131 died...
22:49:45.440268 run  osmo-ms-virt-phy/00096(pid=131): Terminated: ok {rc=0}
22:49:45.444124 ---      ParallelTerminationStrategy: PID 132 died...
22:49:45.445681 run  osmo-ms-virt-phy/00097(pid=132): Terminated: ok {rc=0}
22:49:45.449508 ---      ParallelTerminationStrategy: PID 133 died...
22:49:45.451059 run  osmo-ms-virt-phy/00098(pid=133): Terminated: ok {rc=0}
22:49:45.454930 ---      ParallelTerminationStrategy: PID 134 died...
22:49:45.456478 run  osmo-ms-virt-phy/00099(pid=134): Terminated: ok {rc=0}
22:49:45.460367 ---      ParallelTerminationStrategy: PID 135 died...
22:49:45.461915 run       osmo-ms-mob/00000(pid=135): Terminated {rc=26112}
22:49:45.465779 ---      ParallelTerminationStrategy: PID 136 died...
22:49:45.467348 run       osmo-ms-mob/00001(pid=136): Terminated {rc=26112}
22:49:45.471136 ---      ParallelTerminationStrategy: PID 137 died...
22:49:45.472710 run       osmo-ms-mob/00002(pid=137): Terminated {rc=26112}
22:49:45.476554 ---      ParallelTerminationStrategy: PID 138 died...
22:49:45.478087 run       osmo-ms-mob/00003(pid=138): Terminated {rc=26112}
22:49:45.481926 ---      ParallelTerminationStrategy: PID 139 died...
22:49:45.483471 run       osmo-ms-mob/00004(pid=139): Terminated {rc=26112}
22:49:45.487320 ---      ParallelTerminationStrategy: PID 140 died...
22:49:45.488855 run       osmo-ms-mob/00005(pid=140): Terminated {rc=26112}
22:49:45.492679 ---      ParallelTerminationStrategy: PID 141 died...
22:49:45.494415 run       osmo-ms-mob/00006(pid=141): Terminated {rc=26112}
22:49:45.498251 ---      ParallelTerminationStrategy: PID 142 died...
22:49:45.499790 run       osmo-ms-mob/00007(pid=142): Terminated {rc=26112}
22:49:45.503635 ---      ParallelTerminationStrategy: PID 143 died...
22:49:45.505176 run       osmo-ms-mob/00008(pid=143): Terminated {rc=26112}
22:49:45.509126 ---      ParallelTerminationStrategy: PID 144 died...
22:49:45.510754 run       osmo-ms-mob/00009(pid=144): Terminated {rc=26112}
22:49:45.514749 ---      ParallelTerminationStrategy: PID 145 died...
22:49:45.516340 run       osmo-ms-mob/00010(pid=145): Terminated {rc=26112}
22:49:45.520391 ---      ParallelTerminationStrategy: PID 146 died...
22:49:45.522022 run       osmo-ms-mob/00011(pid=146): Terminated {rc=26112}
22:49:45.525961 ---      ParallelTerminationStrategy: PID 147 died...
22:49:45.527549 run       osmo-ms-mob/00012(pid=147): Terminated {rc=26112}
22:49:45.531568 ---      ParallelTerminationStrategy: PID 148 died...
22:49:45.533156 run       osmo-ms-mob/00013(pid=148): Terminated {rc=26112}
22:49:45.537141 ---      ParallelTerminationStrategy: PID 149 died...
22:49:45.538726 run       osmo-ms-mob/00014(pid=149): Terminated {rc=26112}
22:49:45.542666 ---      ParallelTerminationStrategy: PID 150 died...
22:49:45.544234 run       osmo-ms-mob/00015(pid=150): Terminated {rc=26112}
22:49:45.548181 ---      ParallelTerminationStrategy: PID 151 died...
22:49:45.549795 run       osmo-ms-mob/00016(pid=151): Terminated {rc=26112}
22:49:45.553725 ---      ParallelTerminationStrategy: PID 152 died...
22:49:45.555311 run       osmo-ms-mob/00017(pid=152): Terminated {rc=26112}
22:49:45.559257 ---      ParallelTerminationStrategy: PID 153 died...
22:49:45.560865 run       osmo-ms-mob/00018(pid=153): Terminated {rc=26112}
22:49:45.564804 ---      ParallelTerminationStrategy: PID 154 died...
22:49:45.566392 run       osmo-ms-mob/00019(pid=154): Terminated {rc=26112}
22:49:45.570376 ---      ParallelTerminationStrategy: PID 155 died...
22:49:45.571962 run       osmo-ms-mob/00020(pid=155): Terminated {rc=26112}
22:49:45.575935 ---      ParallelTerminationStrategy: PID 156 died...
22:49:45.577520 run       osmo-ms-mob/00021(pid=156): Terminated {rc=26112}
22:49:45.581504 ---      ParallelTerminationStrategy: PID 157 died...
22:49:45.583096 run       osmo-ms-mob/00022(pid=157): Terminated {rc=26112}
22:49:45.587060 ---      ParallelTerminationStrategy: PID 158 died...
22:49:45.588672 run       osmo-ms-mob/00023(pid=158): Terminated {rc=26112}
22:49:45.592602 ---      ParallelTerminationStrategy: PID 159 died...
22:49:45.594179 run       osmo-ms-mob/00024(pid=159): Terminated {rc=26112}
22:49:45.598136 ---      ParallelTerminationStrategy: PID 160 died...
22:49:45.599720 run       osmo-ms-mob/00025(pid=160): Terminated {rc=26112}
22:49:45.603695 ---      ParallelTerminationStrategy: PID 161 died...
22:49:45.605315 run       osmo-ms-mob/00026(pid=161): Terminated {rc=26112}
22:49:45.609260 ---      ParallelTerminationStrategy: PID 162 died...
22:49:45.610858 run       osmo-ms-mob/00027(pid=162): Terminated {rc=26112}
22:49:45.614821 ---      ParallelTerminationStrategy: PID 163 died...
22:49:45.616406 run       osmo-ms-mob/00028(pid=163): Terminated {rc=26112}
22:49:45.620373 ---      ParallelTerminationStrategy: PID 164 died...
22:49:45.621984 run       osmo-ms-mob/00029(pid=164): Terminated {rc=26112}
22:49:45.625986 ---      ParallelTerminationStrategy: PID 165 died...
22:49:45.627576 run       osmo-ms-mob/00030(pid=165): Terminated {rc=26112}
22:49:45.631517 ---      ParallelTerminationStrategy: PID 166 died...
22:49:45.633117 run       osmo-ms-mob/00031(pid=166): Terminated {rc=26112}
22:49:45.637040 ---      ParallelTerminationStrategy: PID 167 died...
22:49:45.638628 run       osmo-ms-mob/00032(pid=167): Terminated {rc=26112}
22:49:45.642634 ---      ParallelTerminationStrategy: PID 168 died...
22:49:45.644234 run       osmo-ms-mob/00033(pid=168): Terminated {rc=26112}
22:49:45.648250 ---      ParallelTerminationStrategy: PID 169 died...
22:49:45.649848 run       osmo-ms-mob/00034(pid=169): Terminated {rc=26112}
22:49:45.653811 ---      ParallelTerminationStrategy: PID 170 died...
22:49:45.655405 run       osmo-ms-mob/00035(pid=170): Terminated {rc=26112}
22:49:45.659374 ---      ParallelTerminationStrategy: PID 171 died...
22:49:45.661001 run       osmo-ms-mob/00036(pid=171): Terminated {rc=26112}
22:49:45.664986 ---      ParallelTerminationStrategy: PID 172 died...
22:49:45.666586 run       osmo-ms-mob/00037(pid=172): Terminated {rc=26112}
22:49:45.670560 ---      ParallelTerminationStrategy: PID 173 died...
22:49:45.672142 run       osmo-ms-mob/00038(pid=173): Terminated {rc=26112}
22:49:45.676109 ---      ParallelTerminationStrategy: PID 174 died...
22:49:45.677750 run       osmo-ms-mob/00039(pid=174): Terminated {rc=26112}
22:49:45.681716 ---      ParallelTerminationStrategy: PID 175 died...
22:49:45.683293 run       osmo-ms-mob/00040(pid=175): Terminated {rc=26112}
22:49:45.687253 ---      ParallelTerminationStrategy: PID 176 died...
22:49:45.688864 run       osmo-ms-mob/00041(pid=176): Terminated {rc=26112}
22:49:45.692820 ---      ParallelTerminationStrategy: PID 177 died...
22:49:45.694619 run       osmo-ms-mob/00042(pid=177): Terminated {rc=26112}
22:49:45.698592 ---      ParallelTerminationStrategy: PID 178 died...
22:49:45.700169 run       osmo-ms-mob/00043(pid=178): Terminated {rc=26112}
22:49:45.704124 ---      ParallelTerminationStrategy: PID 179 died...
22:49:45.705717 run       osmo-ms-mob/00044(pid=179): Terminated {rc=26112}
22:49:45.709688 ---      ParallelTerminationStrategy: PID 180 died...
22:49:45.711884 run       osmo-ms-mob/00045(pid=180): Terminated {rc=26112}
22:49:45.715819 ---      ParallelTerminationStrategy: PID 181 died...
22:49:45.717461 run       osmo-ms-mob/00046(pid=181): Terminated {rc=26112}
22:49:45.721507 ---      ParallelTerminationStrategy: PID 182 died...
22:49:45.723092 run       osmo-ms-mob/00047(pid=182): Terminated {rc=26112}
22:49:45.727092 ---      ParallelTerminationStrategy: PID 183 died...
22:49:45.728688 run       osmo-ms-mob/00048(pid=183): Terminated {rc=26112}
22:49:45.732647 ---      ParallelTerminationStrategy: PID 184 died...
22:49:45.734251 run       osmo-ms-mob/00049(pid=184): Terminated {rc=26112}
22:49:45.738220 ---      ParallelTerminationStrategy: PID 185 died...
22:49:45.739863 run       osmo-ms-mob/00050(pid=185): Terminated {rc=26112}
22:49:45.743835 ---      ParallelTerminationStrategy: PID 186 died...
22:49:45.745424 run       osmo-ms-mob/00051(pid=186): Terminated {rc=26112}
22:49:45.749400 ---      ParallelTerminationStrategy: PID 187 died...
22:49:45.750971 run       osmo-ms-mob/00052(pid=187): Terminated {rc=26112}
22:49:45.754891 ---      ParallelTerminationStrategy: PID 188 died...
22:49:45.756465 run       osmo-ms-mob/00053(pid=188): Terminated {rc=26112}
22:49:45.760479 ---      ParallelTerminationStrategy: PID 189 died...
22:49:45.762066 run       osmo-ms-mob/00054(pid=189): Terminated {rc=26112}
22:49:45.765997 ---      ParallelTerminationStrategy: PID 190 died...
22:49:45.767579 run       osmo-ms-mob/00055(pid=190): Terminated {rc=26112}
22:49:45.771488 ---      ParallelTerminationStrategy: PID 191 died...
22:49:45.773090 run       osmo-ms-mob/00056(pid=191): Terminated {rc=26112}
22:49:45.777046 ---      ParallelTerminationStrategy: PID 192 died...
22:49:45.778620 run       osmo-ms-mob/00057(pid=192): Terminated {rc=26112}
22:49:45.782524 ---      ParallelTerminationStrategy: PID 193 died...
22:49:45.784086 run       osmo-ms-mob/00058(pid=193): Terminated {rc=26112}
22:49:45.788007 ---      ParallelTerminationStrategy: PID 194 died...
22:49:45.789619 run       osmo-ms-mob/00059(pid=194): Terminated {rc=26112}
22:49:45.793534 ---      ParallelTerminationStrategy: PID 195 died...
22:49:45.795103 run       osmo-ms-mob/00060(pid=195): Terminated {rc=26112}
22:49:45.799015 ---      ParallelTerminationStrategy: PID 196 died...
22:49:45.800600 run       osmo-ms-mob/00061(pid=196): Terminated {rc=26112}
22:49:45.804524 ---      ParallelTerminationStrategy: PID 197 died...
22:49:45.806120 run       osmo-ms-mob/00062(pid=197): Terminated {rc=26112}
22:49:45.810044 ---      ParallelTerminationStrategy: PID 198 died...
22:49:45.811615 run       osmo-ms-mob/00063(pid=198): Terminated {rc=26112}
22:49:45.815551 ---      ParallelTerminationStrategy: PID 199 died...
22:49:45.817124 run       osmo-ms-mob/00064(pid=199): Terminated {rc=26112}
22:49:45.821075 ---      ParallelTerminationStrategy: PID 200 died...
22:49:45.822663 run       osmo-ms-mob/00065(pid=200): Terminated {rc=26112}
22:49:45.826597 ---      ParallelTerminationStrategy: PID 201 died...
22:49:45.828186 run       osmo-ms-mob/00066(pid=201): Terminated {rc=26112}
22:49:45.832117 ---      ParallelTerminationStrategy: PID 202 died...
22:49:45.833698 run       osmo-ms-mob/00067(pid=202): Terminated {rc=26112}
22:49:45.837641 ---      ParallelTerminationStrategy: PID 203 died...
22:49:45.839216 run       osmo-ms-mob/00068(pid=203): Terminated {rc=26112}
22:49:45.843164 ---      ParallelTerminationStrategy: PID 204 died...
22:49:45.844725 run       osmo-ms-mob/00069(pid=204): Terminated {rc=26112}
22:49:45.848655 ---      ParallelTerminationStrategy: PID 205 died...
22:49:45.850245 run       osmo-ms-mob/00070(pid=205): Terminated {rc=26112}
22:49:45.854165 ---      ParallelTerminationStrategy: PID 206 died...
22:49:45.855750 run       osmo-ms-mob/00071(pid=206): Terminated {rc=26112}
22:49:45.859739 ---      ParallelTerminationStrategy: PID 207 died...
22:49:45.861326 run       osmo-ms-mob/00072(pid=207): Terminated {rc=26112}
22:49:45.865238 ---      ParallelTerminationStrategy: PID 208 died...
22:49:45.866797 run       osmo-ms-mob/00073(pid=208): Terminated {rc=26112}
22:49:45.870720 ---      ParallelTerminationStrategy: PID 209 died...
22:49:45.872296 run       osmo-ms-mob/00074(pid=209): Terminated {rc=26112}
22:49:45.876268 ---      ParallelTerminationStrategy: PID 210 died...
22:49:45.877877 run       osmo-ms-mob/00075(pid=210): Terminated {rc=26112}
22:49:45.881864 ---      ParallelTerminationStrategy: PID 211 died...
22:49:45.883442 run       osmo-ms-mob/00076(pid=211): Terminated {rc=26112}
22:49:45.887365 ---      ParallelTerminationStrategy: PID 212 died...
22:49:45.888958 run       osmo-ms-mob/00077(pid=212): Terminated {rc=26112}
22:49:45.892897 ---      ParallelTerminationStrategy: PID 213 died...
22:49:45.894459 run       osmo-ms-mob/00078(pid=213): Terminated {rc=26112}
22:49:45.898380 ---      ParallelTerminationStrategy: PID 214 died...
22:49:45.899944 run       osmo-ms-mob/00079(pid=214): Terminated {rc=26112}
22:49:45.903883 ---      ParallelTerminationStrategy: PID 215 died...
22:49:45.905497 run       osmo-ms-mob/00080(pid=215): Terminated {rc=26112}
22:49:45.909417 ---      ParallelTerminationStrategy: PID 216 died...
22:49:45.911006 run       osmo-ms-mob/00081(pid=216): Terminated {rc=26112}
22:49:45.914920 ---      ParallelTerminationStrategy: PID 217 died...
22:49:45.916494 run       osmo-ms-mob/00082(pid=217): Terminated {rc=26112}
22:49:45.920411 ---      ParallelTerminationStrategy: PID 218 died...
22:49:45.922000 run       osmo-ms-mob/00083(pid=218): Terminated {rc=26112}
22:49:45.925979 ---      ParallelTerminationStrategy: PID 219 died...
22:49:45.927568 run       osmo-ms-mob/00084(pid=219): Terminated {rc=26112}
22:49:45.931540 ---      ParallelTerminationStrategy: PID 220 died...
22:49:45.933132 run       osmo-ms-mob/00085(pid=220): Terminated {rc=26112}
22:49:45.937073 ---      ParallelTerminationStrategy: PID 221 died...
22:49:45.938676 run       osmo-ms-mob/00086(pid=221): Terminated {rc=26112}
22:49:45.942586 ---      ParallelTerminationStrategy: PID 222 died...
22:49:45.944160 run       osmo-ms-mob/00087(pid=222): Terminated {rc=26112}
22:49:45.948134 ---      ParallelTerminationStrategy: PID 223 died...
22:49:45.949713 run       osmo-ms-mob/00088(pid=223): Terminated {rc=26112}
22:49:45.953665 ---      ParallelTerminationStrategy: PID 224 died...
22:49:45.955241 run       osmo-ms-mob/00089(pid=224): Terminated {rc=26112}
22:49:45.959144 ---      ParallelTerminationStrategy: PID 225 died...
22:49:45.960705 run       osmo-ms-mob/00090(pid=225): Terminated {rc=26112}
22:49:45.964620 ---      ParallelTerminationStrategy: PID 226 died...
22:49:45.966227 run       osmo-ms-mob/00091(pid=226): Terminated {rc=26112}
22:49:45.970158 ---      ParallelTerminationStrategy: PID 227 died...
22:49:45.971738 run       osmo-ms-mob/00092(pid=227): Terminated {rc=26112}
22:49:45.975685 ---      ParallelTerminationStrategy: PID 228 died...
22:49:45.977257 run       osmo-ms-mob/00093(pid=228): Terminated {rc=26112}
22:49:45.981228 ---      ParallelTerminationStrategy: PID 229 died...
22:49:45.982792 run       osmo-ms-mob/00094(pid=229): Terminated {rc=26112}
22:49:45.986712 ---      ParallelTerminationStrategy: PID 230 died...
22:49:45.988301 run       osmo-ms-mob/00095(pid=230): Terminated {rc=26112}
22:49:45.992198 ---      ParallelTerminationStrategy: PID 231 died...
22:49:45.993795 run       osmo-ms-mob/00096(pid=231): Terminated {rc=26112}
22:49:45.997734 ---      ParallelTerminationStrategy: PID 232 died...
22:49:45.999309 run       osmo-ms-mob/00097(pid=232): Terminated {rc=26112}
22:49:46.003211 ---      ParallelTerminationStrategy: PID 233 died...
22:49:46.004780 run       osmo-ms-mob/00098(pid=233): Terminated {rc=26112}
22:49:46.008720 ---      ParallelTerminationStrategy: PID 234 died...
22:49:46.010293 run       osmo-ms-mob/00099(pid=234): Terminated {rc=26112}
22:49:49.414379 ---      ParallelTerminationStrategy: PID 34 died...
22:49:49.425137 run         osmo-bts-virtual(pid=34): Terminated: ok {rc=0}
---------------------------------------------------------------------
trial-8063 netreg_mass PASS
---------------------------------------------------------------------
22:49:49.630988 tst                       trial-8063: Storing JUnit report in /build/trial-8063/run.2025-08-19_22-48-16/trial-8063.xml

--------------------------------------------------------------------------------------------
trial-8063 PASS
--------------------------------------------------------------------------------------------
22:49:49.642263 tst                       trial-8063: trial-8063: PASS, 1 suites passed
PASS: netreg_mass (pass: 1)
    pass: register_default_mass.py (87.3 sec)
+ exit_code=0
+ rm -rf trial-8063/inst
+ cd trial-8063
+ command -v journalctl
+ [ ! -z /usr/bin/journalctl ]
+ readlink last_run
+ journalctl -u ofono -o short-precise --since 2025-08-19 22:48:16
No journal files were found.
+ readlink last_run
+ tar czf /build/trial-8063-run.tgz run.2025-08-19_22-48-16
+ tar czf /build/trial-8063-bin.tgz checksums.md5 open5gs.build-8.tgz osmo-bsc.build-2025-08-19_13_25_54.tgz osmo-bts-oc2g.build-2025-08-19_00_51_34.tgz osmo-bts-sysmo.build-2025-08-19_00_51_38.tgz osmo-bts.build-2025-08-19_00_51_45.tgz osmo-ggsn.build-2025-08-19_20_42_35.tgz osmo-hlr.build-2025-08-19_16_36_47.tgz osmo-hnbgw.build-2025-08-19_13_30_21.tgz osmo-mgw.build-2025-08-19_08_33_12.tgz osmo-msc.build-2025-08-19_13_34_29.tgz osmo-nitb.build-17155.tgz osmo-pcu-oc2g.build-2025-08-19_08_09_35.tgz osmo-pcu-sysmo.build-2025-08-19_08_09_35.tgz osmo-pcu.build-2025-08-19_08_09_34.tgz osmo-sgsn.build-2025-08-19_20_48_12.tgz osmo-stp.build-2025-08-19_13_22_57.tgz osmo-trx.build-2025-08-19_14_29_27.tgz osmocom-bb.build-2025-08-19_21_17_21.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