Skip to content
Success

Console Output

Skipping 18 KB.. Full Log
#9 CACHED

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

#34 exporting to image
#34 exporting layers done
#34 writing image sha256:f29fdcd5b27f9ea0ed7d11d8b8702b32a4c5581072e92a8c9889658fef69faf9 0.0s done
#34 naming to docker.io/osmocom-build/osmo-gsm-tester:latest 0.0s done
#34 DONE 0.1s
rm -rf .common
make: Leaving directory '/home/osmocom-build/jenkins/workspace/osmo-gsm-tester_virtual/docker-playground/osmo-gsm-tester'
+ unlink osmo-gsm-tester/sysmocom/resources.conf
+ ln -s resources.conf.virtual osmo-gsm-tester/sysmocom/resources.conf
+ docker run --rm=true -e HOME=/build -e JOB_NAME=osmo-gsm-tester_virtual -e OSMO_GSM_TESTER_CONF=/build/osmo-gsm-tester/sysmocom/main.conf -e OSMO_GSM_TESTER_OPTS=-s netreg_mass -e BUILD_NUMBER=8099 -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-09-24 22:48:22
+ trial_dir_prefix=trial-
+ rm -rf trial-*
+ trial_dir=trial-8099
+ mkdir -p trial-8099
+ mv open5gs.build-8.tgz osmo-bsc.build-2025-09-24_13_26_31.tgz osmo-bts-oc2g.build-2025-09-24_00_51_39.tgz osmo-bts-sysmo.build-2025-09-24_00_51_44.tgz osmo-bts.build-2025-09-24_00_51_49.tgz osmo-ggsn.build-2025-09-24_20_42_41.tgz osmo-hlr.build-2025-09-24_16_39_04.tgz osmo-hnbgw.build-2025-09-24_13_30_22.tgz osmo-mgw.build-2025-09-24_08_33_12.tgz osmo-msc.build-2025-09-24_13_34_30.tgz osmo-nitb.build-17155.tgz osmo-pcu-oc2g.build-2025-09-24_07_34_05.tgz osmo-pcu-sysmo.build-2025-09-24_07_36_11.tgz osmo-pcu.build-2025-09-24_07_36_19.tgz osmo-sgsn.build-2025-09-24_20_48_20.tgz osmo-stp.build-2025-09-24_13_25_21.tgz osmo-trx.build-2025-09-24_14_26_32.tgz osmocom-bb.build-2025-09-24_21_17_17.tgz srslte.build-19.tgz trial-8099
+ cat open5gs.build-8.md5 osmo-bsc.build-2025-09-24_13_26_31.md5 osmo-bts-oc2g.build-2025-09-24_00_51_39.md5 osmo-bts-sysmo.build-2025-09-24_00_51_44.md5 osmo-bts.build-2025-09-24_00_51_49.md5 osmo-ggsn.build-2025-09-24_20_42_41.md5 osmo-hlr.build-2025-09-24_16_39_04.md5 osmo-hnbgw.build-2025-09-24_13_30_22.md5 osmo-mgw.build-2025-09-24_08_33_12.md5 osmo-msc.build-2025-09-24_13_34_30.md5 osmo-nitb.build-17155.md5 osmo-pcu-oc2g.build-2025-09-24_07_34_05.md5 osmo-pcu-sysmo.build-2025-09-24_07_36_11.md5 osmo-pcu.build-2025-09-24_07_36_19.md5 osmo-sgsn.build-2025-09-24_20_48_20.md5 osmo-stp.build-2025-09-24_13_25_21.md5 osmo-trx.build-2025-09-24_14_26_32.md5 osmocom-bb.build-2025-09-24_21_17_17.md5 srslte.build-19.md5
+ rm open5gs.build-8.md5 osmo-bsc.build-2025-09-24_13_26_31.md5 osmo-bts-oc2g.build-2025-09-24_00_51_39.md5 osmo-bts-sysmo.build-2025-09-24_00_51_44.md5 osmo-bts.build-2025-09-24_00_51_49.md5 osmo-ggsn.build-2025-09-24_20_42_41.md5 osmo-hlr.build-2025-09-24_16_39_04.md5 osmo-hnbgw.build-2025-09-24_13_30_22.md5 osmo-mgw.build-2025-09-24_08_33_12.md5 osmo-msc.build-2025-09-24_13_34_30.md5 osmo-nitb.build-17155.md5 osmo-pcu-oc2g.build-2025-09-24_07_34_05.md5 osmo-pcu-sysmo.build-2025-09-24_07_36_11.md5 osmo-pcu.build-2025-09-24_07_36_19.md5 osmo-sgsn.build-2025-09-24_20_48_20.md5 osmo-stp.build-2025-09-24_13_25_21.md5 osmo-trx.build-2025-09-24_14_26_32.md5 osmocom-bb.build-2025-09-24_21_17_17.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-8099 -s netreg_mass
combinations: ['netreg_mass']
trial: 'trial-8099'
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-8099
--------------------------------------------------------------------------------------------
22:48:22.889422 tst                       trial-8099: Detailed log at /build/trial-8099/run.2025-09-24_22-48-22/log

---------------------------------------------------------------------
trial-8099 netreg_mass
---------------------------------------------------------------------
22:48:23.100297 tst                      netreg_mass: reserving resources in /var/tmp/osmo-gsm-tester/state ...
22:48:23.100707 tst                      netreg_mass: Verifying 1 x bts (candidates: 1)
22:48:23.101501 tst                      netreg_mass: Verifying 6 x ip_address (candidates: 9)
22:48:23.102685 tst                      netreg_mass: Verifying 100 x modem (candidates: 100)
22:48:23.137935 tst                      netreg_mass: Reserving 1 x bts (candidates: 1)
22:48:23.138855 tst                      netreg_mass: Reserving 6 x ip_address (candidates: 9)
22:48:23.140074 tst                      netreg_mass: Reserving 100 x modem (candidates: 100)
22:48:23.228958 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-8099 netreg_mass register_default_mass.py
----------------------------------------------
22:48:23.230212 tst       register_default_mass.py:9: Claiming resources for the test
22:48:23.247732 tst                      netreg_mass: Using 1 x ip_address (candidates: 6)
22:48:23.248326 tst                      netreg_mass: Using 1 x ip_address (candidates: 6)
22:48:23.248820 tst                      netreg_mass: Using 1 x ip_address (candidates: 6)
22:48:23.249281 tst                      netreg_mass: Using 1 x ip_address (candidates: 6)
22:48:23.249750 tst                      netreg_mass: Using 1 x ip_address (candidates: 6)
22:48:23.250222 tst                      netreg_mass: Using 1 x ip_address (candidates: 6)
22:48:23.250681 tst                      netreg_mass: Using 1 x bts (candidates: 1)
22:48:23.297694 tst         register_default_mass.py: using LAC 2
22:48:23.335718 tst         register_default_mass.py: using RAC 2
22:48:23.379263 tst         register_default_mass.py: using CellId 2
22:48:23.429203 tst         register_default_mass.py: using BVCI 3
22:48:23.440062 tst                      netreg_mass: Using 1 x modem (candidates: 100)
22:48:23.441272 tst                      netreg_mass: Using 1 x modem (candidates: 100)
22:48:23.442378 tst                      netreg_mass: Using 1 x modem (candidates: 100)
22:48:23.443131 tst                      netreg_mass: Using 1 x modem (candidates: 100)
22:48:23.443699 tst                      netreg_mass: Using 1 x modem (candidates: 100)
22:48:23.444259 tst                      netreg_mass: Using 1 x modem (candidates: 100)
22:48:23.444792 tst                      netreg_mass: Using 1 x modem (candidates: 100)
22:48:23.445327 tst                      netreg_mass: Using 1 x modem (candidates: 100)
22:48:23.445868 tst                      netreg_mass: Using 1 x modem (candidates: 100)
22:48:23.446412 tst                      netreg_mass: Using 1 x modem (candidates: 100)
22:48:23.446938 tst                      netreg_mass: Using 1 x modem (candidates: 100)
22:48:23.447479 tst                      netreg_mass: Using 1 x modem (candidates: 100)
22:48:23.448026 tst                      netreg_mass: Using 1 x modem (candidates: 100)
22:48:23.448551 tst                      netreg_mass: Using 1 x modem (candidates: 100)
22:48:23.449178 tst                      netreg_mass: Using 1 x modem (candidates: 100)
22:48:23.449717 tst                      netreg_mass: Using 1 x modem (candidates: 100)
22:48:23.450253 tst                      netreg_mass: Using 1 x modem (candidates: 100)
22:48:23.450801 tst                      netreg_mass: Using 1 x modem (candidates: 100)
22:48:23.451358 tst                      netreg_mass: Using 1 x modem (candidates: 100)
22:48:23.451893 tst                      netreg_mass: Using 1 x modem (candidates: 100)
22:48:23.452436 tst                      netreg_mass: Using 1 x modem (candidates: 100)
22:48:23.452969 tst                      netreg_mass: Using 1 x modem (candidates: 100)
22:48:23.453490 tst                      netreg_mass: Using 1 x modem (candidates: 100)
22:48:23.454027 tst                      netreg_mass: Using 1 x modem (candidates: 100)
22:48:23.454542 tst                      netreg_mass: Using 1 x modem (candidates: 100)
22:48:23.455050 tst                      netreg_mass: Using 1 x modem (candidates: 100)
22:48:23.455580 tst                      netreg_mass: Using 1 x modem (candidates: 100)
22:48:23.456098 tst                      netreg_mass: Using 1 x modem (candidates: 100)
22:48:23.456612 tst                      netreg_mass: Using 1 x modem (candidates: 100)
22:48:23.457152 tst                      netreg_mass: Using 1 x modem (candidates: 100)
22:48:23.457670 tst                      netreg_mass: Using 1 x modem (candidates: 100)
22:48:23.458187 tst                      netreg_mass: Using 1 x modem (candidates: 100)
22:48:23.458722 tst                      netreg_mass: Using 1 x modem (candidates: 100)
22:48:23.459257 tst                      netreg_mass: Using 1 x modem (candidates: 100)
22:48:23.459777 tst                      netreg_mass: Using 1 x modem (candidates: 100)
22:48:23.460307 tst                      netreg_mass: Using 1 x modem (candidates: 100)
22:48:23.460831 tst                      netreg_mass: Using 1 x modem (candidates: 100)
22:48:23.461351 tst                      netreg_mass: Using 1 x modem (candidates: 100)
22:48:23.461879 tst                      netreg_mass: Using 1 x modem (candidates: 100)
22:48:23.462390 tst                      netreg_mass: Using 1 x modem (candidates: 100)
22:48:23.462895 tst                      netreg_mass: Using 1 x modem (candidates: 100)
22:48:23.463417 tst                      netreg_mass: Using 1 x modem (candidates: 100)
22:48:23.463925 tst                      netreg_mass: Using 1 x modem (candidates: 100)
22:48:23.464439 tst                      netreg_mass: Using 1 x modem (candidates: 100)
22:48:23.464970 tst                      netreg_mass: Using 1 x modem (candidates: 100)
22:48:23.465486 tst                      netreg_mass: Using 1 x modem (candidates: 100)
22:48:23.465990 tst                      netreg_mass: Using 1 x modem (candidates: 100)
22:48:23.466518 tst                      netreg_mass: Using 1 x modem (candidates: 100)
22:48:23.467026 tst                      netreg_mass: Using 1 x modem (candidates: 100)
22:48:23.467533 tst                      netreg_mass: Using 1 x modem (candidates: 100)
22:48:23.468059 tst                      netreg_mass: Using 1 x modem (candidates: 100)
22:48:23.468568 tst                      netreg_mass: Using 1 x modem (candidates: 100)
22:48:23.469073 tst                      netreg_mass: Using 1 x modem (candidates: 100)
22:48:23.469598 tst                      netreg_mass: Using 1 x modem (candidates: 100)
22:48:23.470104 tst                      netreg_mass: Using 1 x modem (candidates: 100)
22:48:23.470607 tst                      netreg_mass: Using 1 x modem (candidates: 100)
22:48:23.471125 tst                      netreg_mass: Using 1 x modem (candidates: 100)
22:48:23.471639 tst                      netreg_mass: Using 1 x modem (candidates: 100)
22:48:23.472145 tst                      netreg_mass: Using 1 x modem (candidates: 100)
22:48:23.472657 tst                      netreg_mass: Using 1 x modem (candidates: 100)
22:48:23.473163 tst                      netreg_mass: Using 1 x modem (candidates: 100)
22:48:23.473668 tst                      netreg_mass: Using 1 x modem (candidates: 100)
22:48:23.474194 tst                      netreg_mass: Using 1 x modem (candidates: 100)
22:48:23.474708 tst                      netreg_mass: Using 1 x modem (candidates: 100)
22:48:23.475210 tst                      netreg_mass: Using 1 x modem (candidates: 100)
22:48:23.475725 tst                      netreg_mass: Using 1 x modem (candidates: 100)
22:48:23.476239 tst                      netreg_mass: Using 1 x modem (candidates: 100)
22:48:23.476748 tst                      netreg_mass: Using 1 x modem (candidates: 100)
22:48:23.477274 tst                      netreg_mass: Using 1 x modem (candidates: 100)
22:48:23.477784 tst                      netreg_mass: Using 1 x modem (candidates: 100)
22:48:23.478294 tst                      netreg_mass: Using 1 x modem (candidates: 100)
22:48:23.478811 tst                      netreg_mass: Using 1 x modem (candidates: 100)
22:48:23.479409 tst                      netreg_mass: Using 1 x modem (candidates: 100)
22:48:23.479922 tst                      netreg_mass: Using 1 x modem (candidates: 100)
22:48:23.480429 tst                      netreg_mass: Using 1 x modem (candidates: 100)
22:48:23.480933 tst                      netreg_mass: Using 1 x modem (candidates: 100)
22:48:23.481428 tst                      netreg_mass: Using 1 x modem (candidates: 100)
22:48:23.481922 tst                      netreg_mass: Using 1 x modem (candidates: 100)
22:48:23.482431 tst                      netreg_mass: Using 1 x modem (candidates: 100)
22:48:23.482928 tst                      netreg_mass: Using 1 x modem (candidates: 100)
22:48:23.483424 tst                      netreg_mass: Using 1 x modem (candidates: 100)
22:48:23.483916 tst                      netreg_mass: Using 1 x modem (candidates: 100)
22:48:23.484422 tst                      netreg_mass: Using 1 x modem (candidates: 100)
22:48:23.484930 tst                      netreg_mass: Using 1 x modem (candidates: 100)
22:48:23.485425 tst                      netreg_mass: Using 1 x modem (candidates: 100)
22:48:23.485917 tst                      netreg_mass: Using 1 x modem (candidates: 100)
22:48:23.486513 tst                      netreg_mass: Using 1 x modem (candidates: 100)
22:48:23.487016 tst                      netreg_mass: Using 1 x modem (candidates: 100)
22:48:23.487518 tst                      netreg_mass: Using 1 x modem (candidates: 100)
22:48:23.488043 tst                      netreg_mass: Using 1 x modem (candidates: 100)
22:48:23.488544 tst                      netreg_mass: Using 1 x modem (candidates: 100)
22:48:23.489048 tst                      netreg_mass: Using 1 x modem (candidates: 100)
22:48:23.489572 tst                      netreg_mass: Using 1 x modem (candidates: 100)
22:48:23.490079 tst                      netreg_mass: Using 1 x modem (candidates: 100)
22:48:23.490602 tst                      netreg_mass: Using 1 x modem (candidates: 100)
22:48:23.491111 tst                      netreg_mass: Using 1 x modem (candidates: 100)
22:48:23.491618 tst                      netreg_mass: Using 1 x modem (candidates: 100)
22:48:23.492130 tst                      netreg_mass: Using 1 x modem (candidates: 100)
22:48:23.492650 tst                      netreg_mass: Using 1 x modem (candidates: 100)
22:48:23.493158 tst                      netreg_mass: Using 1 x modem (candidates: 100)
22:48:23.493660 tst                      netreg_mass: Using 1 x modem (candidates: 100)
22:48:23.494238 tst      register_default_mass.py:21: Launching a simple network
22:48:23.504412 run              osmo-hlr_127.0.42.2: Starting osmo-hlr
22:48:23.676824 run            create_hlr_db(pid=20): Launched
22:48:24.687369 run            create_hlr_db(pid=20): Terminated: ok {rc=0}
22:48:24.705022 run pcap-recorder_any(filters='host 127.0.42.2')(pid=22): Launched
22:48:24.721012 run      osmo-hlr_127.0.42.2(pid=23): Launched
22:48:24.727079 run              osmo-stp_127.0.42.5: Starting osmo-stp
22:48:24.910615 run pcap-recorder_any(filters='host 127.0.42.5 and port not 22')(pid=24): Launched
22:48:24.926204 run      osmo-stp_127.0.42.5(pid=25): Launched
22:48:24.932173 run              osmo-msc_127.0.42.6: Starting osmo-msc
22:48:25.385789 run pcap-recorder_any(filters='host 127.0.42.6 and port not 22')(pid=26): Launched
22:48:25.400957 run      osmo-msc_127.0.42.6(pid=27): Launched
22:48:28.411721 run              osmo-mgw_127.0.42.3: Starting osmo-mgw
22:48:28.528042 run pcap-recorder_any(filters='host 127.0.42.3 and port not 22')(pid=28): Launched
22:48:28.544016 run      osmo-mgw_127.0.42.3(pid=29): Launched
22:48:28.550018 run              osmo-mgw_127.0.42.4: Starting osmo-mgw
22:48:28.575352 run pcap-recorder_any(filters='host 127.0.42.4 and port not 22')(pid=30): Launched
22:48:28.591322 run      osmo-mgw_127.0.42.4(pid=31): Launched
22:48:28.597292 run              osmo-bsc_127.0.42.7: Starting osmo-bsc
22:48:28.917148 run pcap-recorder_any(filters='host 127.0.42.7 and port not 22')(pid=32): Launched
22:48:28.932971 run      osmo-bsc_127.0.42.7(pid=33): Launched
22:48:34.950509 run                 osmo-bts-virtual: Starting to connect to osmo-bsc_127.0.42.7
22:48:35.104022 run         osmo-bts-virtual(pid=34): Launched
22:48:36.165949 tst         register_default_mass.py: using MSISDN 1001
22:48:36.173443 run              osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001010000000000', msisdn='1001', subscriber_id=1}
22:48:36.259229 tst         register_default_mass.py: using MSISDN 1002
22:48:36.266007 run              osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001010000000001', msisdn='1002', subscriber_id=2}
22:48:36.334094 tst         register_default_mass.py: using MSISDN 1003
22:48:36.340187 run              osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001010000000002', msisdn='1003', subscriber_id=3}
22:48:36.452064 tst         register_default_mass.py: using MSISDN 1004
22:48:36.458092 run              osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001010000000003', msisdn='1004', subscriber_id=4}
22:48:36.526945 tst         register_default_mass.py: using MSISDN 1005
22:48:36.533098 run              osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001010000000004', msisdn='1005', subscriber_id=5}
22:48:36.602005 tst         register_default_mass.py: using MSISDN 1006
22:48:36.609345 run              osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001010000000005', msisdn='1006', subscriber_id=6}
22:48:36.681809 tst         register_default_mass.py: using MSISDN 1007
22:48:36.687708 run              osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001010000000006', msisdn='1007', subscriber_id=7}
22:48:36.758135 tst         register_default_mass.py: using MSISDN 1008
22:48:36.763902 run              osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001010000000007', msisdn='1008', subscriber_id=8}
22:48:36.844861 tst         register_default_mass.py: using MSISDN 1009
22:48:36.850901 run              osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001010000000008', msisdn='1009', subscriber_id=9}
22:48:36.919957 tst         register_default_mass.py: using MSISDN 1010
22:48:36.925888 run              osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001010000000009', msisdn='1010', subscriber_id=10}
22:48:36.992544 tst         register_default_mass.py: using MSISDN 1011
22:48:36.998691 run              osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001020000000000', msisdn='1011', subscriber_id=11}
22:48:37.076884 tst         register_default_mass.py: using MSISDN 1012
22:48:37.083300 run              osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001020000000001', msisdn='1012', subscriber_id=12}
22:48:37.190856 tst         register_default_mass.py: using MSISDN 1013
22:48:37.196909 run              osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001020000000002', msisdn='1013', subscriber_id=13}
22:48:37.271401 tst         register_default_mass.py: using MSISDN 1014
22:48:37.279454 run              osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001020000000003', msisdn='1014', subscriber_id=14}
22:48:37.342616 tst         register_default_mass.py: using MSISDN 1015
22:48:37.357263 run              osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001020000000004', msisdn='1015', subscriber_id=15}
22:48:37.437125 tst         register_default_mass.py: using MSISDN 1016
22:48:37.450901 run              osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001020000000005', msisdn='1016', subscriber_id=16}
22:48:37.540387 tst         register_default_mass.py: using MSISDN 1017
22:48:37.554120 run              osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001020000000006', msisdn='1017', subscriber_id=17}
22:48:37.629284 tst         register_default_mass.py: using MSISDN 1018
22:48:37.642735 run              osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001020000000007', msisdn='1018', subscriber_id=18}
22:48:37.729506 tst         register_default_mass.py: using MSISDN 1019
22:48:37.743327 run              osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001020000000008', msisdn='1019', subscriber_id=19}
22:48:37.821615 tst         register_default_mass.py: using MSISDN 1020
22:48:37.835185 run              osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001020000000009', msisdn='1020', subscriber_id=20}
22:48:37.913207 tst         register_default_mass.py: using MSISDN 1021
22:48:37.927351 run              osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001030000000000', msisdn='1021', subscriber_id=21}
22:48:38.015744 tst         register_default_mass.py: using MSISDN 1022
22:48:38.029964 run              osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001030000000001', msisdn='1022', subscriber_id=22}
22:48:38.116214 tst         register_default_mass.py: using MSISDN 1023
22:48:38.132083 run              osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001030000000002', msisdn='1023', subscriber_id=23}
22:48:38.225579 tst         register_default_mass.py: using MSISDN 1024
22:48:38.249111 run              osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001030000000003', msisdn='1024', subscriber_id=24}
22:48:38.341347 tst         register_default_mass.py: using MSISDN 1025
22:48:38.360262 run              osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001030000000004', msisdn='1025', subscriber_id=25}
22:48:38.438460 tst         register_default_mass.py: using MSISDN 1026
22:48:38.452438 run              osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001030000000005', msisdn='1026', subscriber_id=26}
22:48:38.558263 tst         register_default_mass.py: using MSISDN 1027
22:48:38.574676 run              osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001030000000006', msisdn='1027', subscriber_id=27}
22:48:38.672310 tst         register_default_mass.py: using MSISDN 1028
22:48:38.684532 run              osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001030000000007', msisdn='1028', subscriber_id=28}
22:48:38.746217 tst         register_default_mass.py: using MSISDN 1029
22:48:38.752637 run              osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001030000000008', msisdn='1029', subscriber_id=29}
22:48:38.838833 tst         register_default_mass.py: using MSISDN 1030
22:48:38.845071 run              osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001030000000009', msisdn='1030', subscriber_id=30}
22:48:38.928559 tst         register_default_mass.py: using MSISDN 1031
22:48:38.934742 run              osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001040000000000', msisdn='1031', subscriber_id=31}
22:48:39.026699 tst         register_default_mass.py: using MSISDN 1032
22:48:39.040723 run              osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001040000000001', msisdn='1032', subscriber_id=32}
22:48:39.125837 tst         register_default_mass.py: using MSISDN 1033
22:48:39.134897 run              osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001040000000002', msisdn='1033', subscriber_id=33}
22:48:39.206099 tst         register_default_mass.py: using MSISDN 1034
22:48:39.213529 run              osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001040000000003', msisdn='1034', subscriber_id=34}
22:48:39.289885 tst         register_default_mass.py: using MSISDN 1035
22:48:39.296040 run              osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001040000000004', msisdn='1035', subscriber_id=35}
22:48:39.375925 tst         register_default_mass.py: using MSISDN 1036
22:48:39.382575 run              osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001040000000005', msisdn='1036', subscriber_id=36}
22:48:39.461044 tst         register_default_mass.py: using MSISDN 1037
22:48:39.471081 run              osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001040000000006', msisdn='1037', subscriber_id=37}
22:48:39.543382 tst         register_default_mass.py: using MSISDN 1038
22:48:39.549547 run              osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001040000000007', msisdn='1038', subscriber_id=38}
22:48:39.623071 tst         register_default_mass.py: using MSISDN 1039
22:48:39.637469 run              osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001040000000008', msisdn='1039', subscriber_id=39}
22:48:39.723150 tst         register_default_mass.py: using MSISDN 1040
22:48:39.738331 run              osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001040000000009', msisdn='1040', subscriber_id=40}
22:48:39.833778 tst         register_default_mass.py: using MSISDN 1041
22:48:39.840900 run              osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001050000000000', msisdn='1041', subscriber_id=41}
22:48:39.914555 tst         register_default_mass.py: using MSISDN 1042
22:48:39.921843 run              osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001050000000001', msisdn='1042', subscriber_id=42}
22:48:40.001323 tst         register_default_mass.py: using MSISDN 1043
22:48:40.012881 run              osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001050000000002', msisdn='1043', subscriber_id=43}
22:48:40.088740 tst         register_default_mass.py: using MSISDN 1044
22:48:40.102607 run              osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001050000000003', msisdn='1044', subscriber_id=44}
22:48:40.211982 tst         register_default_mass.py: using MSISDN 1045
22:48:40.228211 run              osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001050000000004', msisdn='1045', subscriber_id=45}
22:48:40.350645 tst         register_default_mass.py: using MSISDN 1046
22:48:40.365923 run              osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001050000000005', msisdn='1046', subscriber_id=46}
22:48:40.486494 tst         register_default_mass.py: using MSISDN 1047
22:48:40.500704 run              osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001050000000006', msisdn='1047', subscriber_id=47}
22:48:40.603543 tst         register_default_mass.py: using MSISDN 1048
22:48:40.618774 run              osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001050000000007', msisdn='1048', subscriber_id=48}
22:48:40.747694 tst         register_default_mass.py: using MSISDN 1049
22:48:40.761804 run              osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001050000000008', msisdn='1049', subscriber_id=49}
22:48:40.842454 tst         register_default_mass.py: using MSISDN 1050
22:48:40.855873 run              osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001050000000009', msisdn='1050', subscriber_id=50}
22:48:40.947856 tst         register_default_mass.py: using MSISDN 1051
22:48:40.959477 run              osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001060000000000', msisdn='1051', subscriber_id=51}
22:48:41.048916 tst         register_default_mass.py: using MSISDN 1052
22:48:41.061830 run              osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001060000000001', msisdn='1052', subscriber_id=52}
22:48:41.142814 tst         register_default_mass.py: using MSISDN 1053
22:48:41.155931 run              osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001060000000002', msisdn='1053', subscriber_id=53}
22:48:41.228407 tst         register_default_mass.py: using MSISDN 1054
22:48:41.237778 run              osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001060000000003', msisdn='1054', subscriber_id=54}
22:48:41.303943 tst         register_default_mass.py: using MSISDN 1055
22:48:41.311060 run              osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001060000000004', msisdn='1055', subscriber_id=55}
22:48:41.377132 tst         register_default_mass.py: using MSISDN 1056
22:48:41.389462 run              osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001060000000005', msisdn='1056', subscriber_id=56}
22:48:41.453800 tst         register_default_mass.py: using MSISDN 1057
22:48:41.466180 run              osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001060000000006', msisdn='1057', subscriber_id=57}
22:48:41.545486 tst         register_default_mass.py: using MSISDN 1058
22:48:41.558454 run              osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001060000000007', msisdn='1058', subscriber_id=58}
22:48:41.650336 tst         register_default_mass.py: using MSISDN 1059
22:48:41.660299 run              osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001060000000008', msisdn='1059', subscriber_id=59}
22:48:41.727088 tst         register_default_mass.py: using MSISDN 1060
22:48:41.737469 run              osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001060000000009', msisdn='1060', subscriber_id=60}
22:48:41.813223 tst         register_default_mass.py: using MSISDN 1061
22:48:41.821826 run              osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001070000000000', msisdn='1061', subscriber_id=61}
22:48:41.908617 tst         register_default_mass.py: using MSISDN 1062
22:48:41.917121 run              osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001070000000001', msisdn='1062', subscriber_id=62}
22:48:42.029173 tst         register_default_mass.py: using MSISDN 1063
22:48:42.043456 run              osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001070000000002', msisdn='1063', subscriber_id=63}
22:48:42.128791 tst         register_default_mass.py: using MSISDN 1064
22:48:42.143782 run              osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001070000000003', msisdn='1064', subscriber_id=64}
22:48:42.219987 tst         register_default_mass.py: using MSISDN 1065
22:48:42.235515 run              osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001070000000004', msisdn='1065', subscriber_id=65}
22:48:42.311222 tst         register_default_mass.py: using MSISDN 1066
22:48:42.325568 run              osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001070000000005', msisdn='1066', subscriber_id=66}
22:48:42.404916 tst         register_default_mass.py: using MSISDN 1067
22:48:42.418950 run              osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001070000000006', msisdn='1067', subscriber_id=67}
22:48:42.487601 tst         register_default_mass.py: using MSISDN 1068
22:48:42.502649 run              osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001070000000007', msisdn='1068', subscriber_id=68}
22:48:42.588488 tst         register_default_mass.py: using MSISDN 1069
22:48:42.603679 run              osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001070000000008', msisdn='1069', subscriber_id=69}
22:48:42.685069 tst         register_default_mass.py: using MSISDN 1070
22:48:42.716225 run              osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001070000000009', msisdn='1070', subscriber_id=70}
22:48:42.841866 tst         register_default_mass.py: using MSISDN 1071
22:48:42.850175 run              osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001080000000000', msisdn='1071', subscriber_id=71}
22:48:42.949827 tst         register_default_mass.py: using MSISDN 1072
22:48:42.964119 run              osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001080000000001', msisdn='1072', subscriber_id=72}
22:48:43.041190 tst         register_default_mass.py: using MSISDN 1073
22:48:43.055404 run              osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001080000000002', msisdn='1073', subscriber_id=73}
22:48:43.190796 tst         register_default_mass.py: using MSISDN 1074
22:48:43.202690 run              osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001080000000003', msisdn='1074', subscriber_id=74}
22:48:43.298329 tst         register_default_mass.py: using MSISDN 1075
22:48:43.311848 run              osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001080000000004', msisdn='1075', subscriber_id=75}
22:48:43.383159 tst         register_default_mass.py: using MSISDN 1076
22:48:43.390657 run              osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001080000000005', msisdn='1076', subscriber_id=76}
22:48:43.759112 tst         register_default_mass.py: using MSISDN 1077
22:48:43.887226 run              osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001080000000006', msisdn='1077', subscriber_id=77}
22:48:43.967852 tst         register_default_mass.py: using MSISDN 1078
22:48:43.975204 run              osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001080000000007', msisdn='1078', subscriber_id=78}
22:48:44.052927 tst         register_default_mass.py: using MSISDN 1079
22:48:44.060489 run              osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001080000000008', msisdn='1079', subscriber_id=79}
22:48:44.147291 tst         register_default_mass.py: using MSISDN 1080
22:48:44.154734 run              osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001080000000009', msisdn='1080', subscriber_id=80}
22:48:44.239668 tst         register_default_mass.py: using MSISDN 1081
22:48:44.253249 run              osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001090000000000', msisdn='1081', subscriber_id=81}
22:48:44.354068 tst         register_default_mass.py: using MSISDN 1082
22:48:44.367724 run              osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001090000000001', msisdn='1082', subscriber_id=82}
22:48:44.452162 tst         register_default_mass.py: using MSISDN 1083
22:48:44.461477 run              osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001090000000002', msisdn='1083', subscriber_id=83}
22:48:44.531527 tst         register_default_mass.py: using MSISDN 1084
22:48:44.542913 run              osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001090000000003', msisdn='1084', subscriber_id=84}
22:48:44.618965 tst         register_default_mass.py: using MSISDN 1085
22:48:44.631423 run              osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001090000000004', msisdn='1085', subscriber_id=85}
22:48:44.713007 tst         register_default_mass.py: using MSISDN 1086
22:48:44.721821 run              osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001090000000005', msisdn='1086', subscriber_id=86}
22:48:44.808652 tst         register_default_mass.py: using MSISDN 1087
22:48:44.816099 run              osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001090000000006', msisdn='1087', subscriber_id=87}
22:48:44.885625 tst         register_default_mass.py: using MSISDN 1088
22:48:44.898183 run              osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001090000000007', msisdn='1088', subscriber_id=88}
22:48:44.974976 tst         register_default_mass.py: using MSISDN 1089
22:48:44.987465 run              osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001090000000008', msisdn='1089', subscriber_id=89}
22:48:45.078155 tst         register_default_mass.py: using MSISDN 1090
22:48:45.085406 run              osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001090000000009', msisdn='1090', subscriber_id=90}
22:48:45.182205 tst         register_default_mass.py: using MSISDN 1091
22:48:45.195007 run              osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001100000000000', msisdn='1091', subscriber_id=91}
22:48:45.271682 tst         register_default_mass.py: using MSISDN 1092
22:48:45.284201 run              osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001100000000001', msisdn='1092', subscriber_id=92}
22:48:45.363520 tst         register_default_mass.py: using MSISDN 1093
22:48:45.371314 run              osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001100000000002', msisdn='1093', subscriber_id=93}
22:48:45.445572 tst         register_default_mass.py: using MSISDN 1094
22:48:45.453728 run              osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001100000000003', msisdn='1094', subscriber_id=94}
22:48:45.520736 tst         register_default_mass.py: using MSISDN 1095
22:48:45.527606 run              osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001100000000004', msisdn='1095', subscriber_id=95}
22:48:45.613352 tst         register_default_mass.py: using MSISDN 1096
22:48:45.624875 run              osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001100000000005', msisdn='1096', subscriber_id=96}
22:48:45.705551 tst         register_default_mass.py: using MSISDN 1097
22:48:45.713835 run              osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001100000000006', msisdn='1097', subscriber_id=97}
22:48:45.785590 tst         register_default_mass.py: using MSISDN 1098
22:48:45.797044 run              osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001100000000007', msisdn='1098', subscriber_id=98}
22:48:45.880658 tst         register_default_mass.py: using MSISDN 1099
22:48:45.887143 run              osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001100000000008', msisdn='1099', subscriber_id=99}
22:48:45.949696 tst         register_default_mass.py: using MSISDN 1100
22:48:45.958092 run              osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001100000000009', msisdn='1100', subscriber_id=100}
22:48:46.094529 run                             mass: Starting testcase
22:48:46.101578 run                             mass: Pre-launching all virtphy's
22:48:46.108410 run           osmo-ms-virt-phy/00000: Starting virtphy
22:48:46.125313 run   osmo-ms-virt-phy/00000(pid=35): Launched
22:48:46.134939 run           osmo-ms-virt-phy/00001: Starting virtphy
22:48:46.152174 run   osmo-ms-virt-phy/00001(pid=36): Launched
22:48:46.159964 run           osmo-ms-virt-phy/00002: Starting virtphy
22:48:46.177005 run   osmo-ms-virt-phy/00002(pid=37): Launched
22:48:46.184665 run           osmo-ms-virt-phy/00003: Starting virtphy
22:48:46.201248 run   osmo-ms-virt-phy/00003(pid=38): Launched
22:48:46.210007 run           osmo-ms-virt-phy/00004: Starting virtphy
22:48:46.226787 run   osmo-ms-virt-phy/00004(pid=39): Launched
22:48:46.234474 run           osmo-ms-virt-phy/00005: Starting virtphy
22:48:46.251254 run   osmo-ms-virt-phy/00005(pid=40): Launched
22:48:46.258969 run           osmo-ms-virt-phy/00006: Starting virtphy
22:48:46.275665 run   osmo-ms-virt-phy/00006(pid=41): Launched
22:48:46.283408 run           osmo-ms-virt-phy/00007: Starting virtphy
22:48:46.300562 run   osmo-ms-virt-phy/00007(pid=42): Launched
22:48:46.308305 run           osmo-ms-virt-phy/00008: Starting virtphy
22:48:46.324769 run   osmo-ms-virt-phy/00008(pid=43): Launched
22:48:46.332443 run           osmo-ms-virt-phy/00009: Starting virtphy
22:48:46.349053 run   osmo-ms-virt-phy/00009(pid=44): Launched
22:48:46.356825 run           osmo-ms-virt-phy/00010: Starting virtphy
22:48:46.374084 run   osmo-ms-virt-phy/00010(pid=45): Launched
22:48:46.382357 run           osmo-ms-virt-phy/00011: Starting virtphy
22:48:46.399504 run   osmo-ms-virt-phy/00011(pid=46): Launched
22:48:46.413764 run           osmo-ms-virt-phy/00012: Starting virtphy
22:48:46.432812 run   osmo-ms-virt-phy/00012(pid=47): Launched
22:48:46.447622 run           osmo-ms-virt-phy/00013: Starting virtphy
22:48:46.478071 run   osmo-ms-virt-phy/00013(pid=48): Launched
22:48:46.492475 run           osmo-ms-virt-phy/00014: Starting virtphy
22:48:46.512305 run   osmo-ms-virt-phy/00014(pid=49): Launched
22:48:46.526725 run           osmo-ms-virt-phy/00015: Starting virtphy
22:48:46.544486 run   osmo-ms-virt-phy/00015(pid=50): Launched
22:48:46.552237 run           osmo-ms-virt-phy/00016: Starting virtphy
22:48:46.568679 run   osmo-ms-virt-phy/00016(pid=51): Launched
22:48:46.576242 run           osmo-ms-virt-phy/00017: Starting virtphy
22:48:46.592882 run   osmo-ms-virt-phy/00017(pid=52): Launched
22:48:46.602072 run           osmo-ms-virt-phy/00018: Starting virtphy
22:48:46.617869 run   osmo-ms-virt-phy/00018(pid=53): Launched
22:48:46.625777 run           osmo-ms-virt-phy/00019: Starting virtphy
22:48:46.642237 run   osmo-ms-virt-phy/00019(pid=54): Launched
22:48:46.649731 run           osmo-ms-virt-phy/00020: Starting virtphy
22:48:46.665650 run   osmo-ms-virt-phy/00020(pid=55): Launched
22:48:46.672794 run           osmo-ms-virt-phy/00021: Starting virtphy
22:48:46.688314 run   osmo-ms-virt-phy/00021(pid=56): Launched
22:48:46.696303 run           osmo-ms-virt-phy/00022: Starting virtphy
22:48:46.712223 run   osmo-ms-virt-phy/00022(pid=57): Launched
22:48:46.719561 run           osmo-ms-virt-phy/00023: Starting virtphy
22:48:46.736231 run   osmo-ms-virt-phy/00023(pid=58): Launched
22:48:46.743904 run           osmo-ms-virt-phy/00024: Starting virtphy
22:48:46.759778 run   osmo-ms-virt-phy/00024(pid=59): Launched
22:48:46.773735 run           osmo-ms-virt-phy/00025: Starting virtphy
22:48:46.793761 run   osmo-ms-virt-phy/00025(pid=60): Launched
22:48:46.801358 run           osmo-ms-virt-phy/00026: Starting virtphy
22:48:46.817385 run   osmo-ms-virt-phy/00026(pid=61): Launched
22:48:46.824707 run           osmo-ms-virt-phy/00027: Starting virtphy
22:48:46.840234 run   osmo-ms-virt-phy/00027(pid=62): Launched
22:48:46.847196 run           osmo-ms-virt-phy/00028: Starting virtphy
22:48:46.861776 run   osmo-ms-virt-phy/00028(pid=63): Launched
22:48:46.868432 run           osmo-ms-virt-phy/00029: Starting virtphy
22:48:46.882940 run   osmo-ms-virt-phy/00029(pid=64): Launched
22:48:46.889622 run           osmo-ms-virt-phy/00030: Starting virtphy
22:48:46.903873 run   osmo-ms-virt-phy/00030(pid=65): Launched
22:48:46.910585 run           osmo-ms-virt-phy/00031: Starting virtphy
22:48:46.925721 run   osmo-ms-virt-phy/00031(pid=66): Launched
22:48:46.932629 run           osmo-ms-virt-phy/00032: Starting virtphy
22:48:46.947560 run   osmo-ms-virt-phy/00032(pid=67): Launched
22:48:46.954368 run           osmo-ms-virt-phy/00033: Starting virtphy
22:48:46.969007 run   osmo-ms-virt-phy/00033(pid=68): Launched
22:48:46.975772 run           osmo-ms-virt-phy/00034: Starting virtphy
22:48:46.990945 run   osmo-ms-virt-phy/00034(pid=69): Launched
22:48:46.998164 run           osmo-ms-virt-phy/00035: Starting virtphy
22:48:47.014436 run   osmo-ms-virt-phy/00035(pid=70): Launched
22:48:47.022209 run           osmo-ms-virt-phy/00036: Starting virtphy
22:48:47.038908 run   osmo-ms-virt-phy/00036(pid=71): Launched
22:48:47.046649 run           osmo-ms-virt-phy/00037: Starting virtphy
22:48:47.063436 run   osmo-ms-virt-phy/00037(pid=72): Launched
22:48:47.071893 run           osmo-ms-virt-phy/00038: Starting virtphy
22:48:47.088899 run   osmo-ms-virt-phy/00038(pid=73): Launched
22:48:47.096821 run           osmo-ms-virt-phy/00039: Starting virtphy
22:48:47.113840 run   osmo-ms-virt-phy/00039(pid=74): Launched
22:48:47.121695 run           osmo-ms-virt-phy/00040: Starting virtphy
22:48:47.138733 run   osmo-ms-virt-phy/00040(pid=75): Launched
22:48:47.146451 run           osmo-ms-virt-phy/00041: Starting virtphy
22:48:47.163489 run   osmo-ms-virt-phy/00041(pid=76): Launched
22:48:47.171354 run           osmo-ms-virt-phy/00042: Starting virtphy
22:48:47.187971 run   osmo-ms-virt-phy/00042(pid=77): Launched
22:48:47.195608 run           osmo-ms-virt-phy/00043: Starting virtphy
22:48:47.212147 run   osmo-ms-virt-phy/00043(pid=78): Launched
22:48:47.219763 run           osmo-ms-virt-phy/00044: Starting virtphy
22:48:47.236125 run   osmo-ms-virt-phy/00044(pid=79): Launched
22:48:47.243668 run           osmo-ms-virt-phy/00045: Starting virtphy
22:48:47.259390 run   osmo-ms-virt-phy/00045(pid=80): Launched
22:48:47.266606 run           osmo-ms-virt-phy/00046: Starting virtphy
22:48:47.282204 run   osmo-ms-virt-phy/00046(pid=81): Launched
22:48:47.289273 run           osmo-ms-virt-phy/00047: Starting virtphy
22:48:47.304427 run   osmo-ms-virt-phy/00047(pid=82): Launched
22:48:47.311650 run           osmo-ms-virt-phy/00048: Starting virtphy
22:48:47.327552 run   osmo-ms-virt-phy/00048(pid=83): Launched
22:48:47.334833 run           osmo-ms-virt-phy/00049: Starting virtphy
22:48:47.349526 run   osmo-ms-virt-phy/00049(pid=84): Launched
22:48:47.356417 run           osmo-ms-virt-phy/00050: Starting virtphy
22:48:47.371009 run   osmo-ms-virt-phy/00050(pid=85): Launched
22:48:47.378132 run           osmo-ms-virt-phy/00051: Starting virtphy
22:48:47.394037 run   osmo-ms-virt-phy/00051(pid=86): Launched
22:48:47.401432 run           osmo-ms-virt-phy/00052: Starting virtphy
22:48:47.417381 run   osmo-ms-virt-phy/00052(pid=87): Launched
22:48:47.424899 run           osmo-ms-virt-phy/00053: Starting virtphy
22:48:47.441084 run   osmo-ms-virt-phy/00053(pid=88): Launched
22:48:47.448203 run           osmo-ms-virt-phy/00054: Starting virtphy
22:48:47.463602 run   osmo-ms-virt-phy/00054(pid=89): Launched
22:48:47.470555 run           osmo-ms-virt-phy/00055: Starting virtphy
22:48:47.485087 run   osmo-ms-virt-phy/00055(pid=90): Launched
22:48:47.491708 run           osmo-ms-virt-phy/00056: Starting virtphy
22:48:47.506227 run   osmo-ms-virt-phy/00056(pid=91): Launched
22:48:47.512865 run           osmo-ms-virt-phy/00057: Starting virtphy
22:48:47.527155 run   osmo-ms-virt-phy/00057(pid=92): Launched
22:48:47.533553 run           osmo-ms-virt-phy/00058: Starting virtphy
22:48:47.547422 run   osmo-ms-virt-phy/00058(pid=93): Launched
22:48:47.553933 run           osmo-ms-virt-phy/00059: Starting virtphy
22:48:47.568358 run   osmo-ms-virt-phy/00059(pid=94): Launched
22:48:47.574895 run           osmo-ms-virt-phy/00060: Starting virtphy
22:48:47.589518 run   osmo-ms-virt-phy/00060(pid=95): Launched
22:48:47.596796 run           osmo-ms-virt-phy/00061: Starting virtphy
22:48:47.613409 run   osmo-ms-virt-phy/00061(pid=96): Launched
22:48:47.621147 run           osmo-ms-virt-phy/00062: Starting virtphy
22:48:47.638936 run   osmo-ms-virt-phy/00062(pid=97): Launched
22:48:47.646860 run           osmo-ms-virt-phy/00063: Starting virtphy
22:48:47.664071 run   osmo-ms-virt-phy/00063(pid=98): Launched
22:48:47.672102 run           osmo-ms-virt-phy/00064: Starting virtphy
22:48:47.688776 run   osmo-ms-virt-phy/00064(pid=99): Launched
22:48:47.696785 run           osmo-ms-virt-phy/00065: Starting virtphy
22:48:47.713422 run  osmo-ms-virt-phy/00065(pid=100): Launched
22:48:47.720869 run           osmo-ms-virt-phy/00066: Starting virtphy
22:48:47.736840 run  osmo-ms-virt-phy/00066(pid=101): Launched
22:48:47.744245 run           osmo-ms-virt-phy/00067: Starting virtphy
22:48:47.760139 run  osmo-ms-virt-phy/00067(pid=102): Launched
22:48:47.767589 run           osmo-ms-virt-phy/00068: Starting virtphy
22:48:47.783610 run  osmo-ms-virt-phy/00068(pid=103): Launched
22:48:47.791248 run           osmo-ms-virt-phy/00069: Starting virtphy
22:48:47.808146 run  osmo-ms-virt-phy/00069(pid=104): Launched
22:48:47.815997 run           osmo-ms-virt-phy/00070: Starting virtphy
22:48:47.832298 run  osmo-ms-virt-phy/00070(pid=105): Launched
22:48:47.839886 run           osmo-ms-virt-phy/00071: Starting virtphy
22:48:47.856085 run  osmo-ms-virt-phy/00071(pid=106): Launched
22:48:47.863665 run           osmo-ms-virt-phy/00072: Starting virtphy
22:48:47.880036 run  osmo-ms-virt-phy/00072(pid=107): Launched
22:48:47.890079 run           osmo-ms-virt-phy/00073: Starting virtphy
22:48:47.906023 run  osmo-ms-virt-phy/00073(pid=108): Launched
22:48:47.913267 run           osmo-ms-virt-phy/00074: Starting virtphy
22:48:48.024991 run  osmo-ms-virt-phy/00074(pid=109): Launched
22:48:48.031265 run           osmo-ms-virt-phy/00075: Starting virtphy
22:48:48.044299 run  osmo-ms-virt-phy/00075(pid=110): Launched
22:48:48.050473 run           osmo-ms-virt-phy/00076: Starting virtphy
22:48:48.063751 run  osmo-ms-virt-phy/00076(pid=111): Launched
22:48:48.069996 run           osmo-ms-virt-phy/00077: Starting virtphy
22:48:48.083549 run  osmo-ms-virt-phy/00077(pid=112): Launched
22:48:48.089919 run           osmo-ms-virt-phy/00078: Starting virtphy
22:48:48.103821 run  osmo-ms-virt-phy/00078(pid=113): Launched
22:48:48.110153 run           osmo-ms-virt-phy/00079: Starting virtphy
22:48:48.123807 run  osmo-ms-virt-phy/00079(pid=114): Launched
22:48:48.130082 run           osmo-ms-virt-phy/00080: Starting virtphy
22:48:48.143614 run  osmo-ms-virt-phy/00080(pid=115): Launched
22:48:48.149787 run           osmo-ms-virt-phy/00081: Starting virtphy
22:48:48.163280 run  osmo-ms-virt-phy/00081(pid=116): Launched
22:48:48.169593 run           osmo-ms-virt-phy/00082: Starting virtphy
22:48:48.183198 run  osmo-ms-virt-phy/00082(pid=117): Launched
22:48:48.189479 run           osmo-ms-virt-phy/00083: Starting virtphy
22:48:48.203113 run  osmo-ms-virt-phy/00083(pid=118): Launched
22:48:48.209395 run           osmo-ms-virt-phy/00084: Starting virtphy
22:48:48.223023 run  osmo-ms-virt-phy/00084(pid=119): Launched
22:48:48.229317 run           osmo-ms-virt-phy/00085: Starting virtphy
22:48:48.242930 run  osmo-ms-virt-phy/00085(pid=120): Launched
22:48:48.249265 run           osmo-ms-virt-phy/00086: Starting virtphy
22:48:48.262877 run  osmo-ms-virt-phy/00086(pid=121): Launched
22:48:48.269166 run           osmo-ms-virt-phy/00087: Starting virtphy
22:48:48.282832 run  osmo-ms-virt-phy/00087(pid=122): Launched
22:48:48.289215 run           osmo-ms-virt-phy/00088: Starting virtphy
22:48:48.302835 run  osmo-ms-virt-phy/00088(pid=123): Launched
22:48:48.309179 run           osmo-ms-virt-phy/00089: Starting virtphy
22:48:48.322977 run  osmo-ms-virt-phy/00089(pid=124): Launched
22:48:48.329398 run           osmo-ms-virt-phy/00090: Starting virtphy
22:48:48.343130 run  osmo-ms-virt-phy/00090(pid=125): Launched
22:48:48.349597 run           osmo-ms-virt-phy/00091: Starting virtphy
22:48:48.364374 run  osmo-ms-virt-phy/00091(pid=126): Launched
22:48:48.371270 run           osmo-ms-virt-phy/00092: Starting virtphy
22:48:48.386328 run  osmo-ms-virt-phy/00092(pid=127): Launched
22:48:48.393106 run           osmo-ms-virt-phy/00093: Starting virtphy
22:48:48.408203 run  osmo-ms-virt-phy/00093(pid=128): Launched
22:48:48.415311 run           osmo-ms-virt-phy/00094: Starting virtphy
22:48:48.430593 run  osmo-ms-virt-phy/00094(pid=129): Launched
22:48:48.437570 run           osmo-ms-virt-phy/00095: Starting virtphy
22:48:48.452113 run  osmo-ms-virt-phy/00095(pid=130): Launched
22:48:48.458608 run           osmo-ms-virt-phy/00096: Starting virtphy
22:48:48.472646 run  osmo-ms-virt-phy/00096(pid=131): Launched
22:48:48.479207 run           osmo-ms-virt-phy/00097: Starting virtphy
22:48:48.493483 run  osmo-ms-virt-phy/00097(pid=132): Launched
22:48:48.499950 run           osmo-ms-virt-phy/00098: Starting virtphy
22:48:48.513900 run  osmo-ms-virt-phy/00098(pid=133): Launched
22:48:48.520757 run           osmo-ms-virt-phy/00099: Starting virtphy
22:48:48.536601 run  osmo-ms-virt-phy/00099(pid=134): Launched
22:48:48.544201 run                             mass: Checking if sockets are in the filesystem
22:48:48.560033 run                osmo-ms-mob/00000: Starting mobile
22:48:48.577460 run       osmo-ms-mob/00000(pid=135): Launched
22:48:48.599789 run                             mass: MS start registered  {at=21985034.30311467, delay=0.014304351061582565, ms=00000}
22:48:52.758470 run                osmo-ms-mob/00001: Starting mobile
22:48:52.772103 run       osmo-ms-mob/00001(pid=136): Launched
22:48:52.783564 run                             mass: MS start registered  {at=21985038.4868968, delay=0.004973258823156357, ms=00001}
22:48:53.579983 run                             mass: MS performed LU  {at=21985039.28328813, lu_delay=4.980173457413912, ms=00000}
22:48:54.565394 run                osmo-ms-mob/00002: Starting mobile
22:48:54.587541 run       osmo-ms-mob/00002(pid=137): Launched
22:48:54.601155 run                             mass: MS start registered  {at=21985040.304477748, delay=0.005200669169425964, ms=00002}
22:48:55.858644 run                osmo-ms-mob/00003: Starting mobile
22:48:55.872079 run       osmo-ms-mob/00003(pid=138): Launched
22:48:55.883399 run                             mass: MS start registered  {at=21985041.586738896, delay=0.005066860467195511, ms=00003}
22:48:56.960911 run                osmo-ms-mob/00004: Starting mobile
22:48:56.975316 run       osmo-ms-mob/00004(pid=139): Launched
22:48:56.986738 run                             mass: MS start registered  {at=21985042.69008431, delay=0.004858974367380142, ms=00004}
22:48:57.816748 run                             mass: MS performed LU  {at=21985043.52008025, lu_delay=5.0331834480166435, ms=00001}
22:48:57.957965 run                osmo-ms-mob/00005: Starting mobile
22:48:57.972032 run       osmo-ms-mob/00005(pid=140): Launched
22:48:57.983476 run                             mass: MS start registered  {at=21985043.686818875, delay=0.004401404410600662, ms=00005}
22:48:58.857859 run                osmo-ms-mob/00006: Starting mobile
22:48:58.872248 run       osmo-ms-mob/00006(pid=141): Launched
22:48:58.883347 run                             mass: MS start registered  {at=21985044.58669252, delay=0.00455092266201973, ms=00006}
22:48:59.718372 run                             mass: MS performed LU  {at=21985045.421688367, lu_delay=5.117210619151592, ms=00002}
22:48:59.731213 run                osmo-ms-mob/00007: Starting mobile
22:48:59.745344 run       osmo-ms-mob/00007(pid=142): Launched
22:48:59.756944 run                             mass: MS start registered  {at=21985045.460277844, delay=0.0048899538815021515, ms=00007}
22:49:00.558477 run                osmo-ms-mob/00008: Starting mobile
22:49:00.572788 run       osmo-ms-mob/00008(pid=143): Launched
22:49:00.584137 run                             mass: MS start registered  {at=21985046.287471842, delay=0.004643194377422333, ms=00008}
22:49:01.111616 run                             mass: MS performed LU  {at=21985046.814945, lu_delay=5.228206105530262, ms=00003}
22:49:01.259420 run                osmo-ms-mob/00009: Starting mobile
22:49:01.273151 run       osmo-ms-mob/00009(pid=144): Launched
22:49:01.285028 run                             mass: MS start registered  {at=21985046.98837627, delay=0.005294471979141235, ms=00009}
22:49:01.963180 run                osmo-ms-mob/00010: Starting mobile
22:49:01.978432 run       osmo-ms-mob/00010(pid=145): Launched
22:49:01.990075 run                             mass: MS start registered  {at=21985047.693404216, delay=0.005001287907361984, ms=00010}
22:49:02.560107 run                osmo-ms-mob/00011: Starting mobile
22:49:02.574125 run       osmo-ms-mob/00011(pid=146): Launched
22:49:02.585878 run                             mass: MS start registered  {at=21985048.289219365, delay=0.00530635192990303, ms=00011}
22:49:03.013478 run                             mass: MS performed LU  {at=21985048.716809478, lu_delay=5.02999060228467, ms=00005}
22:49:03.041038 run                             mass: MS performed LU  {at=21985048.744373847, lu_delay=6.054289538413286, ms=00004}
22:49:03.053847 run                osmo-ms-mob/00012: Starting mobile
22:49:03.069573 run       osmo-ms-mob/00012(pid=147): Launched
22:49:03.082094 run                             mass: MS start registered  {at=21985048.785445023, delay=0.005112998187541962, ms=00012}
22:49:03.757843 run                osmo-ms-mob/00013: Starting mobile
22:49:03.772683 run       osmo-ms-mob/00013(pid=148): Launched
22:49:03.784704 run                             mass: MS start registered  {at=21985049.488047376, delay=0.005269709974527359, ms=00013}
22:49:04.358573 run                osmo-ms-mob/00014: Starting mobile
22:49:04.372555 run       osmo-ms-mob/00014(pid=149): Launched
22:49:04.384152 run                             mass: MS start registered  {at=21985050.087498523, delay=0.005031611770391464, ms=00014}
22:49:04.877486 run                             mass: MS performed LU  {at=21985050.58081553, lu_delay=5.994123011827469, ms=00006}
22:49:04.898680 run                osmo-ms-mob/00015: Starting mobile
22:49:04.934771 run       osmo-ms-mob/00015(pid=150): Launched
22:49:04.950277 run                             mass: MS performed LU  {at=21985050.653613172, lu_delay=5.193335328251123, ms=00007}
22:49:04.959300 run                             mass: MS start registered  {at=21985050.662662417, delay=0.009086724370718002, ms=00015}
22:49:05.461231 run                osmo-ms-mob/00016: Starting mobile
22:49:05.482036 run       osmo-ms-mob/00016(pid=151): Launched
22:49:05.540280 run                             mass: MS start registered  {at=21985051.243633192, delay=2.5775283575057983e-05, ms=00016}
22:49:05.966326 run                osmo-ms-mob/00017: Starting mobile
22:49:05.987330 run       osmo-ms-mob/00017(pid=152): Launched
22:49:06.004390 run                             mass: MS start registered  {at=21985051.707722, delay=0.008961450308561325, ms=00017}
22:49:06.557682 run                osmo-ms-mob/00018: Starting mobile
22:49:06.572174 run       osmo-ms-mob/00018(pid=153): Launched
22:49:06.583470 run                             mass: MS start registered  {at=21985052.28682775, delay=0.0047777630388736725, ms=00018}
22:49:06.779005 run                             mass: MS performed LU  {at=21985052.48234122, lu_delay=6.194869376718998, ms=00008}
22:49:06.806689 run                             mass: MS performed LU  {at=21985052.510020662, lu_delay=4.8166164457798, ms=00010}
22:49:06.818320 run                osmo-ms-mob/00019: Starting mobile
22:49:06.831473 run       osmo-ms-mob/00019(pid=154): Launched
22:49:06.842943 run                             mass: MS start registered  {at=21985052.546281405, delay=0.005320504307746887, ms=00019}
22:49:06.894688 run                             mass: MS performed LU  {at=21985052.598020818, lu_delay=5.6096445471048355, ms=00009}
22:49:07.457853 run                osmo-ms-mob/00020: Starting mobile
22:49:07.471759 run       osmo-ms-mob/00020(pid=155): Launched
22:49:07.483123 run                             mass: MS start registered  {at=21985053.18647547, delay=0.0049654096364974976, ms=00020}
22:49:07.958041 run                osmo-ms-mob/00021: Starting mobile
22:49:07.971855 run       osmo-ms-mob/00021(pid=156): Launched
22:49:07.983189 run                             mass: MS start registered  {at=21985053.686540447, delay=0.005012307316064835, ms=00021}
22:49:08.357754 run                osmo-ms-mob/00022: Starting mobile
22:49:08.382225 run       osmo-ms-mob/00022(pid=157): Launched
22:49:08.394072 run                             mass: MS start registered  {at=21985054.097399857, delay=0.005403194576501846, ms=00022}
22:49:08.560983 run                             mass: MS performed LU  {at=21985054.264315534, lu_delay=5.975096169859171, ms=00011}
22:49:08.643383 run                             mass: MS performed LU  {at=21985054.34671835, lu_delay=4.858670972287655, ms=00013}
22:49:08.707853 run                             mass: MS performed LU  {at=21985054.411205962, lu_delay=5.625760938972235, ms=00012}
22:49:08.776152 run                osmo-ms-mob/00023: Starting mobile
22:49:08.790811 run       osmo-ms-mob/00023(pid=158): Launched
22:49:08.804138 run                             mass: MS start registered  {at=21985054.507487398, delay=0.0066788047552108765, ms=00023}
22:49:09.614127 run                osmo-ms-mob/00024: Starting mobile
22:49:09.627672 run       osmo-ms-mob/00024(pid=159): Launched
22:49:09.634596 run                             mass: Starting too slowly. Moving on {now=21985055.33796458, sleep=-0.2829930819571018, target=21985055.054971498}
22:49:09.640607 run                             mass: MS start registered  {at=21985055.343966484, delay=0.006004493683576584, ms=00024}
22:49:09.646759 run                             mass: Starting too slowly. Moving on {now=21985055.350128897, sleep=-0.19515739753842354, target=21985055.1549715}
22:49:09.652942 run                             mass: Starting too slowly. Moving on {now=21985055.356312554, sleep=-0.10134105384349823, target=21985055.2549715}
22:49:09.658903 run                             mass: Starting too slowly. Moving on {now=21985055.362274718, sleep=-0.007303215563297272, target=21985055.354971502}
22:49:09.951586 run                osmo-ms-mob/00025: Starting mobile
22:49:09.966141 run       osmo-ms-mob/00025(pid=160): Launched
22:49:09.977481 run                             mass: Starting too slowly. Moving on {now=21985055.680847906, sleep=-0.12587640061974525, target=21985055.554971505}
22:49:09.983790 run                             mass: MS start registered  {at=21985055.687148347, delay=0.006302643567323685, ms=00025}
22:49:09.989947 run                             mass: Starting too slowly. Moving on {now=21985055.693317153, sleep=-0.03834564611315727, target=21985055.654971506}
22:49:10.282979 run                osmo-ms-mob/00026: Starting mobile
22:49:10.297029 run       osmo-ms-mob/00026(pid=161): Launched
22:49:10.303509 run                             mass: Starting too slowly. Moving on {now=21985056.006877925, sleep=-0.051906414330005646, target=21985055.95497151}
22:49:10.310026 run                             mass: MS start registered  {at=21985056.013381667, delay=0.006506454199552536, ms=00026}
22:49:10.667346 run                osmo-ms-mob/00027: Starting mobile
22:49:10.682182 run       osmo-ms-mob/00027(pid=162): Launched
22:49:10.689102 run                             mass: Starting too slowly. Moving on {now=21985056.392467853, sleep=-0.03749633580446243, target=21985056.354971517}
22:49:10.695077 run                             mass: MS start registered  {at=21985056.39843376, delay=0.005968324840068817, ms=00027}
22:49:11.047627 run                osmo-ms-mob/00028: Starting mobile
22:49:11.063381 run       osmo-ms-mob/00028(pid=163): Launched
22:49:11.069804 run                             mass: Starting too slowly. Moving on {now=21985056.77317264, sleep=-0.01820111647248268, target=21985056.754971523}
22:49:11.075889 run                             mass: MS start registered  {at=21985056.779247966, delay=0.006077487021684647, ms=00028}
22:49:11.430405 run                osmo-ms-mob/00029: Starting mobile
22:49:11.444681 run       osmo-ms-mob/00029(pid=164): Launched
22:49:11.456046 run                             mass: MS start registered  {at=21985057.159401305, delay=0.005005847662687302, ms=00029}
22:49:11.758611 run                osmo-ms-mob/00030: Starting mobile
22:49:11.772725 run       osmo-ms-mob/00030(pid=165): Launched
22:49:11.784299 run                             mass: MS start registered  {at=21985057.487644825, delay=0.005189072340726852, ms=00030}
22:49:12.157800 run                osmo-ms-mob/00031: Starting mobile
22:49:12.171502 run       osmo-ms-mob/00031(pid=166): Launched
22:49:12.185872 run                             mass: MS start registered  {at=21985057.88921351, delay=0.0076682791113853455, ms=00031}
22:49:12.457702 run                osmo-ms-mob/00032: Starting mobile
22:49:12.471569 run       osmo-ms-mob/00032(pid=167): Launched
22:49:12.483078 run                             mass: MS start registered  {at=21985058.18643047, delay=0.004829533398151398, ms=00032}
22:49:12.580027 run                             mass: MS performed LU  {at=21985058.283358976, lu_delay=6.575636975467205, ms=00017}
22:49:12.598649 run                             mass: MS performed LU  {at=21985058.301986393, lu_delay=4.6154459454119205, ms=00021}
22:49:12.644926 run                             mass: MS performed LU  {at=21985058.3482346, lu_delay=5.801953196525574, ms=00019}
22:49:12.658563 run                osmo-ms-mob/00033: Starting mobile
22:49:12.672823 run       osmo-ms-mob/00033(pid=168): Launched
22:49:12.679223 run                             mass: MS performed LU  {at=21985058.382580295, lu_delay=7.138947103172541, ms=00016}
22:49:12.685306 run                             mass: MS start registered  {at=21985058.388671413, delay=0.006112903356552124, ms=00033}
22:49:12.691523 run                             mass: MS performed LU  {at=21985058.394882586, lu_delay=8.307384062558413, ms=00014}
22:49:12.709318 run                             mass: MS performed LU  {at=21985058.412657425, lu_delay=6.125829674303532, ms=00018}
22:49:12.721477 run                osmo-ms-mob/00034: Starting mobile
22:49:12.735602 run       osmo-ms-mob/00034(pid=169): Launched
22:49:12.747364 run                             mass: MS start registered  {at=21985058.45070703, delay=0.0052672624588012695, ms=00034}
22:49:12.779043 run                             mass: MS performed LU  {at=21985058.482359555, lu_delay=7.819697137922049, ms=00015}
22:49:13.580524 run                osmo-ms-mob/00035: Starting mobile
22:49:13.595480 run       osmo-ms-mob/00035(pid=170): Launched
22:49:13.606677 run                             mass: MS start registered  {at=21985059.310021956, delay=0.0048482902348041534, ms=00035}
22:49:14.003608 run                osmo-ms-mob/00036: Starting mobile
22:49:14.017650 run       osmo-ms-mob/00036(pid=171): Launched
22:49:14.029863 run                             mass: MS start registered  {at=21985059.733200558, delay=0.005723126232624054, ms=00036}
22:49:14.264798 run                             mass: MS performed LU  {at=21985059.96813318, lu_delay=5.8707333244383335, ms=00022}
22:49:14.276692 run                osmo-ms-mob/00037: Starting mobile
22:49:14.290624 run       osmo-ms-mob/00037(pid=172): Launched
22:49:14.297066 run                             mass: MS performed LU  {at=21985060.000424072, lu_delay=5.492936674505472, ms=00023}
22:49:14.303408 run                             mass: MS performed LU  {at=21985060.00677149, lu_delay=4.662805005908012, ms=00024}
22:49:14.309553 run                             mass: MS start registered  {at=21985060.01291919, delay=0.012515883892774582, ms=00037}
22:49:14.321145 run                osmo-ms-mob/00038: Starting mobile
22:49:14.335130 run       osmo-ms-mob/00038(pid=173): Launched
22:49:14.346520 run                             mass: MS start registered  {at=21985060.049863502, delay=0.004096221178770065, ms=00038}
22:49:14.555338 run                             mass: MS performed LU  {at=21985060.25867289, lu_delay=4.571524541825056, ms=00025}
22:49:14.958074 run                osmo-ms-mob/00039: Starting mobile
22:49:14.971714 run       osmo-ms-mob/00039(pid=174): Launched
22:49:14.983438 run                             mass: MS start registered  {at=21985060.686786354, delay=0.005330804735422134, ms=00039}
22:49:15.358075 run                osmo-ms-mob/00040: Starting mobile
22:49:15.372058 run       osmo-ms-mob/00040(pid=175): Launched
22:49:15.383513 run                             mass: MS start registered  {at=21985061.086861745, delay=0.004943292587995529, ms=00040}
22:49:15.657684 run                osmo-ms-mob/00041: Starting mobile
22:49:15.673241 run       osmo-ms-mob/00041(pid=176): Launched
22:49:15.685058 run                             mass: MS start registered  {at=21985061.38840374, delay=0.0050124675035476685, ms=00041}
22:49:15.959081 run                osmo-ms-mob/00042: Starting mobile
22:49:15.973973 run       osmo-ms-mob/00042(pid=177): Launched
22:49:15.985448 run                             mass: MS start registered  {at=21985061.688773222, delay=0.005088631063699722, ms=00042}
22:49:16.175216 run                             mass: MS performed LU  {at=21985061.878549557, lu_delay=5.865167889744043, ms=00026}
22:49:16.193575 run                             mass: MS performed LU  {at=21985061.89692191, lu_delay=5.498488150537014, ms=00027}
22:49:16.247140 run                osmo-ms-mob/00043: Starting mobile
22:49:16.261238 run       osmo-ms-mob/00043(pid=178): Launched
22:49:16.267666 run                             mass: MS performed LU  {at=21985061.971024152, lu_delay=4.8116228468716145, ms=00029}
22:49:16.273852 run                             mass: MS start registered  {at=21985061.977220032, delay=0.0062147825956344604, ms=00043}
22:49:16.475808 run                             mass: MS performed LU  {at=21985062.179142967, lu_delay=5.399895001202822, ms=00028}
22:49:16.487056 run                osmo-ms-mob/00044: Starting mobile
22:49:16.500079 run       osmo-ms-mob/00044(pid=179): Launched
22:49:16.511453 run                             mass: MS start registered  {at=21985062.214798145, delay=0.005361981689929962, ms=00044}
22:49:16.544575 run                             mass: MS performed LU  {at=21985062.247917254, lu_delay=4.760272428393364, ms=00030}
22:49:16.958479 run                osmo-ms-mob/00045: Starting mobile
22:49:16.972884 run       osmo-ms-mob/00045(pid=180): Launched
22:49:16.983999 run                             mass: MS start registered  {at=21985062.687350985, delay=0.004692777991294861, ms=00045}
22:49:17.258257 run                osmo-ms-mob/00046: Starting mobile
22:49:17.271856 run       osmo-ms-mob/00046(pid=181): Launched
22:49:17.283188 run                             mass: MS start registered  {at=21985062.98653595, delay=0.004832722246646881, ms=00046}
22:49:17.557381 run                osmo-ms-mob/00047: Starting mobile
22:49:17.571131 run       osmo-ms-mob/00047(pid=182): Launched
22:49:17.582408 run                             mass: MS start registered  {at=21985063.285757784, delay=0.0048052482306957245, ms=00047}
22:49:17.857674 run                osmo-ms-mob/00048: Starting mobile
22:49:17.871484 run       osmo-ms-mob/00048(pid=183): Launched
22:49:17.882888 run                             mass: MS start registered  {at=21985063.586240742, delay=0.004871901124715805, ms=00048}
22:49:17.993342 run                             mass: MS performed LU  {at=21985063.696676683, lu_delay=4.386654727160931, ms=00035}
22:49:18.012936 run                             mass: MS performed LU  {at=21985063.716257714, lu_delay=5.265550684183836, ms=00034}
22:49:18.028167 run                osmo-ms-mob/00049: Starting mobile
22:49:18.042650 run       osmo-ms-mob/00049(pid=184): Launched
22:49:18.049145 run                             mass: MS performed LU  {at=21985063.752502676, lu_delay=5.363831263035536, ms=00033}
22:49:18.055109 run                             mass: MS start registered  {at=21985063.75847386, delay=0.005992233753204346, ms=00049}
22:49:18.284120 run                             mass: MS performed LU  {at=21985063.987454094, lu_delay=6.0982405841350555, ms=00031}
22:49:18.295284 run                osmo-ms-mob/00050: Starting mobile
22:49:18.308463 run       osmo-ms-mob/00050(pid=185): Launched
22:49:18.314503 run                             mass: MS performed LU  {at=21985064.017863005, lu_delay=5.831432536244392, ms=00032}
22:49:18.320484 run                             mass: MS start registered  {at=21985064.02385008, delay=0.006005298346281052, ms=00050}
22:49:18.857487 run                osmo-ms-mob/00051: Starting mobile
22:49:18.870713 run       osmo-ms-mob/00051(pid=186): Launched
22:49:18.882097 run                             mass: MS start registered  {at=21985064.585449174, delay=0.005103219300508499, ms=00051}
22:49:19.157935 run                osmo-ms-mob/00052: Starting mobile
22:49:19.171853 run       osmo-ms-mob/00052(pid=187): Launched
22:49:19.183101 run                             mass: MS start registered  {at=21985064.886453934, delay=0.004557870328426361, ms=00052}
22:49:19.457463 run                osmo-ms-mob/00053: Starting mobile
22:49:19.471208 run       osmo-ms-mob/00053(pid=188): Launched
22:49:19.482611 run                             mass: MS start registered  {at=21985065.185961023, delay=0.005074061453342438, ms=00053}
22:49:19.757889 run                osmo-ms-mob/00054: Starting mobile
22:49:19.771709 run       osmo-ms-mob/00054(pid=189): Launched
22:49:19.782979 run                             mass: MS start registered  {at=21985065.486330714, delay=0.004948809742927551, ms=00054}
22:49:19.941135 run                             mass: MS performed LU  {at=21985065.64446885, lu_delay=5.631549660116434, ms=00037}
22:49:19.959472 run                             mass: MS performed LU  {at=21985065.662828285, lu_delay=5.612964782863855, ms=00038}
22:49:19.971041 run                osmo-ms-mob/00055: Starting mobile
22:49:19.984978 run       osmo-ms-mob/00055(pid=190): Launched
22:49:19.991677 run                             mass: MS performed LU  {at=21985065.69503672, lu_delay=5.961836162954569, ms=00036}
22:49:19.997891 run                             mass: MS start registered  {at=21985065.701257758, delay=0.006239749491214752, ms=00055}
22:49:20.074601 run                             mass: MS performed LU  {at=21985065.777928934, lu_delay=4.691067188978195, ms=00040}
22:49:20.087028 run                osmo-ms-mob/00056: Starting mobile
22:49:20.100922 run       osmo-ms-mob/00056(pid=191): Launched
22:49:20.112512 run                             mass: MS start registered  {at=21985065.8158643, delay=0.004980307072401047, ms=00056}
22:49:20.240638 run                             mass: MS performed LU  {at=21985065.943969388, lu_delay=5.257183033972979, ms=00039}
22:49:20.658202 run                osmo-ms-mob/00057: Starting mobile
22:49:20.672088 run       osmo-ms-mob/00057(pid=192): Launched
22:49:20.683494 run                             mass: MS start registered  {at=21985066.3868459, delay=0.005144082009792328, ms=00057}
22:49:21.058239 run                osmo-ms-mob/00058: Starting mobile
22:49:21.072237 run       osmo-ms-mob/00058(pid=193): Launched
22:49:21.083424 run                             mass: MS start registered  {at=21985066.78677305, delay=0.004808411002159119, ms=00058}
22:49:21.357383 run                osmo-ms-mob/00059: Starting mobile
22:49:21.371205 run       osmo-ms-mob/00059(pid=194): Launched
22:49:21.382276 run                             mass: MS start registered  {at=21985067.085625555, delay=0.004638824611902237, ms=00059}
22:49:21.657275 run                osmo-ms-mob/00060: Starting mobile
22:49:21.670729 run       osmo-ms-mob/00060(pid=195): Launched
22:49:21.681931 run                             mass: MS start registered  {at=21985067.38528411, delay=0.004903849214315414, ms=00060}
22:49:21.740633 run                             mass: MS performed LU  {at=21985067.443964172, lu_delay=4.457428220659494, ms=00046}
22:49:21.759052 run                             mass: MS performed LU  {at=21985067.46240112, lu_delay=5.485181089490652, ms=00043}
22:49:21.777484 run                             mass: MS performed LU  {at=21985067.480833855, lu_delay=5.792060632258654, ms=00042}
22:49:21.788797 run                osmo-ms-mob/00061: Starting mobile
22:49:21.802455 run       osmo-ms-mob/00061(pid=196): Launched
22:49:21.813977 run                             mass: MS start registered  {at=21985067.51731854, delay=0.005195721983909607, ms=00061}
22:49:22.032016 run                             mass: MS performed LU  {at=21985067.735350344, lu_delay=5.520552199333906, ms=00044}
22:49:22.050216 run                             mass: MS performed LU  {at=21985067.753567126, lu_delay=5.066216140985489, ms=00045}
22:49:22.061875 run                osmo-ms-mob/00062: Starting mobile
22:49:22.075707 run       osmo-ms-mob/00062(pid=197): Launched
22:49:22.081990 run                             mass: MS performed LU  {at=21985067.78534773, lu_delay=6.396943990141153, ms=00041}
22:49:22.088097 run                             mass: MS start registered  {at=21985067.791464377, delay=0.006136439740657806, ms=00062}
22:49:22.658203 run                osmo-ms-mob/00063: Starting mobile
22:49:22.671819 run       osmo-ms-mob/00063(pid=198): Launched
22:49:22.683334 run                             mass: MS start registered  {at=21985068.386674862, delay=0.004869069904088974, ms=00063}
22:49:23.057532 run                osmo-ms-mob/00064: Starting mobile
22:49:23.071119 run       osmo-ms-mob/00064(pid=199): Launched
22:49:23.082233 run                             mass: MS start registered  {at=21985068.78558467, delay=0.004746537655591965, ms=00064}
22:49:23.457554 run                osmo-ms-mob/00065: Starting mobile
22:49:23.471592 run       osmo-ms-mob/00065(pid=200): Launched
22:49:23.483407 run                             mass: MS start registered  {at=21985069.18674731, delay=0.00510912761092186, ms=00065}
22:49:23.706883 run                             mass: MS performed LU  {at=21985069.41021887, lu_delay=5.823978126049042, ms=00048}
22:49:23.718658 run                osmo-ms-mob/00066: Starting mobile
22:49:23.732316 run       osmo-ms-mob/00066(pid=201): Launched
22:49:23.739008 run                             mass: MS performed LU  {at=21985069.442328174, lu_delay=6.156570389866829, ms=00047}
22:49:23.745252 run                             mass: MS start registered  {at=21985069.44861792, delay=0.006316002458333969, ms=00066}
22:49:23.753583 run                             mass: MS performed LU  {at=21985069.456937946, lu_delay=4.871488772332668, ms=00051}
22:49:23.840647 run                             mass: MS performed LU  {at=21985069.54397043, lu_delay=5.520120348781347, ms=00050}
22:49:23.852747 run                osmo-ms-mob/00067: Starting mobile
22:49:23.866887 run       osmo-ms-mob/00067(pid=202): Launched
22:49:23.878461 run                             mass: MS start registered  {at=21985069.581810735, delay=0.004392847418785095, ms=00067}
22:49:24.006677 run                             mass: MS performed LU  {at=21985069.710012212, lu_delay=5.9515383541584015, ms=00049}
22:49:24.205076 run                             mass: MS performed LU  {at=21985069.90841006, lu_delay=5.021956127136946, ms=00052}
22:49:24.216322 run                osmo-ms-mob/00068: Starting mobile
22:49:24.229932 run       osmo-ms-mob/00068(pid=203): Launched
22:49:24.241276 run                             mass: MS start registered  {at=21985069.944626443, delay=0.005039457231760025, ms=00068}
22:49:24.858567 run                osmo-ms-mob/00069: Starting mobile
22:49:24.872310 run       osmo-ms-mob/00069(pid=204): Launched
22:49:24.884539 run                             mass: MS start registered  {at=21985070.58788574, delay=0.005808569490909576, ms=00069}
22:49:25.258075 run                osmo-ms-mob/00070: Starting mobile
22:49:25.272492 run       osmo-ms-mob/00070(pid=205): Launched
22:49:25.288492 run                             mass: MS start registered  {at=21985070.991817035, delay=0.009519394487142563, ms=00070}
22:49:25.506580 run                             mass: MS performed LU  {at=21985071.2099124, lu_delay=4.423139352351427, ms=00058}
22:49:25.525189 run                             mass: MS performed LU  {at=21985071.22852576, lu_delay=5.527268003672361, ms=00055}
22:49:25.537170 run                osmo-ms-mob/00071: Starting mobile
22:49:25.551589 run       osmo-ms-mob/00071(pid=206): Launched
22:49:25.558169 run                             mass: MS performed LU  {at=21985071.261524774, lu_delay=5.775194060057402, ms=00054}
22:49:25.565009 run                             mass: MS start registered  {at=21985071.268372487, delay=0.006868407130241394, ms=00071}
22:49:25.797509 run                             mass: MS performed LU  {at=21985071.50084488, lu_delay=6.314883857965469, ms=00053}
22:49:25.815537 run                             mass: MS performed LU  {at=21985071.518889695, lu_delay=5.70302539691329, ms=00056}
22:49:25.826628 run                osmo-ms-mob/00072: Starting mobile
22:49:25.840199 run       osmo-ms-mob/00072(pid=207): Launched
22:49:25.846431 run                             mass: MS performed LU  {at=21985071.549790982, lu_delay=5.162945080548525, ms=00057}
22:49:25.852454 run                             mass: MS start registered  {at=21985071.555820655, delay=0.006048232316970825, ms=00072}
22:49:26.457917 run                osmo-ms-mob/00073: Starting mobile
22:49:26.472271 run       osmo-ms-mob/00073(pid=208): Launched
22:49:26.483566 run                             mass: MS start registered  {at=21985072.186915882, delay=0.0049223825335502625, ms=00073}
22:49:26.857982 run                osmo-ms-mob/00074: Starting mobile
22:49:26.872265 run       osmo-ms-mob/00074(pid=209): Launched
22:49:26.883703 run                             mass: MS start registered  {at=21985072.587048642, delay=0.004993081092834473, ms=00074}
22:49:27.258877 run                osmo-ms-mob/00075: Starting mobile
22:49:27.272665 run       osmo-ms-mob/00075(pid=210): Launched
22:49:27.283746 run                             mass: MS start registered  {at=21985072.987096887, delay=0.004814613610506058, ms=00075}
22:49:27.472939 run                             mass: MS performed LU  {at=21985073.176275626, lu_delay=5.384811248630285, ms=00062}
22:49:27.491110 run                             mass: MS performed LU  {at=21985073.194458216, lu_delay=4.807783354073763, ms=00063}
22:49:27.518943 run                             mass: MS performed LU  {at=21985073.222287774, lu_delay=6.136662218719721, ms=00059}
22:49:27.530121 run                osmo-ms-mob/00076: Starting mobile
22:49:27.543802 run       osmo-ms-mob/00076(pid=211): Launched
22:49:27.554757 run                             mass: MS start registered  {at=21985073.258109692, delay=0.004532016813755035, ms=00076}
22:49:27.606872 run                             mass: MS performed LU  {at=21985073.310209945, lu_delay=5.792891405522823, ms=00061}
22:49:27.772256 run                             mass: MS performed LU  {at=21985073.475590773, lu_delay=6.0903066620230675, ms=00060}
22:49:27.971063 run                             mass: MS performed LU  {at=21985073.67439516, lu_delay=4.8888104893267155, ms=00064}
22:49:28.081287 run                osmo-ms-mob/00077: Starting mobile
22:49:28.094805 run       osmo-ms-mob/00077(pid=212): Launched
22:49:28.106455 run                             mass: MS start registered  {at=21985073.80979689, delay=0.0050964318215847015, ms=00077}
22:49:28.657753 run                osmo-ms-mob/00078: Starting mobile
22:49:28.671603 run       osmo-ms-mob/00078(pid=213): Launched
22:49:28.682882 run                             mass: MS start registered  {at=21985074.386234935, delay=0.00474943220615387, ms=00078}
22:49:29.058426 run                osmo-ms-mob/00079: Starting mobile
22:49:29.072332 run       osmo-ms-mob/00079(pid=214): Launched
22:49:29.084314 run                             mass: MS start registered  {at=21985074.78766374, delay=0.005268801003694534, ms=00079}
22:49:29.272474 run                             mass: MS performed LU  {at=21985074.97580973, lu_delay=5.789062421768904, ms=00065}
22:49:29.291143 run                             mass: MS performed LU  {at=21985074.994490393, lu_delay=5.41267965734005, ms=00067}
22:49:29.309877 run                             mass: MS performed LU  {at=21985075.01322802, lu_delay=5.564610101282597, ms=00066}
22:49:29.321212 run                osmo-ms-mob/00080: Starting mobile
22:49:29.335232 run       osmo-ms-mob/00080(pid=215): Launched
22:49:29.346383 run                             mass: MS start registered  {at=21985075.049733747, delay=0.0047801099717617035, ms=00080}
22:49:29.563565 run                             mass: MS performed LU  {at=21985075.266888864, lu_delay=4.679003123193979, ms=00069}
22:49:29.721475 run                             mass: MS performed LU  {at=21985075.42484001, lu_delay=5.480213567614555, ms=00068}
22:49:29.727447 run                             mass: MS performed LU  {at=21985075.43081395, lu_delay=22.24433847889304, ms=00020}
22:49:30.058291 run                osmo-ms-mob/00081: Starting mobile
22:49:30.071938 run       osmo-ms-mob/00081(pid=216): Launched
22:49:30.082820 run                             mass: MS start registered  {at=21985075.786163006, delay=0.004820987582206726, ms=00081}
22:49:30.457927 run                osmo-ms-mob/00082: Starting mobile
22:49:30.472496 run       osmo-ms-mob/00082(pid=217): Launched
22:49:30.483200 run                             mass: MS start registered  {at=21985076.186555076, delay=0.004551980644464493, ms=00082}
22:49:31.057331 run                osmo-ms-mob/00083: Starting mobile
22:49:31.072140 run       osmo-ms-mob/00083(pid=218): Launched
22:49:31.083357 run                             mass: MS start registered  {at=21985076.786703624, delay=0.004867669194936752, ms=00083}
22:49:31.239107 run                             mass: MS performed LU  {at=21985076.942439508, lu_delay=4.7555236257612705, ms=00073}
22:49:31.257293 run                             mass: MS performed LU  {at=21985076.960644264, lu_delay=5.968827228993177, ms=00070}
22:49:31.284507 run                             mass: MS performed LU  {at=21985076.987860557, lu_delay=5.432039901614189, ms=00072}
22:49:31.538342 run                             mass: MS performed LU  {at=21985077.24167207, lu_delay=5.973299581557512, ms=00071}
22:49:31.550086 run                osmo-ms-mob/00084: Starting mobile
22:49:31.563722 run       osmo-ms-mob/00084(pid=219): Launched
22:49:31.574980 run                             mass: MS start registered  {at=21985077.278325483, delay=0.004928257316350937, ms=00084}
22:49:31.607772 run                             mass: MS performed LU  {at=21985077.311112978, lu_delay=4.724064335227013, ms=00074}
22:49:32.073968 run                osmo-ms-mob/00085: Starting mobile
22:49:32.088847 run       osmo-ms-mob/00085(pid=220): Launched
22:49:32.100500 run                             mass: MS start registered  {at=21985077.803841032, delay=0.0051858797669410706, ms=00085}
22:49:32.658022 run                osmo-ms-mob/00086: Starting mobile
22:49:32.671810 run       osmo-ms-mob/00086(pid=221): Launched
22:49:32.683179 run                             mass: MS start registered  {at=21985078.386524584, delay=0.00495162233710289, ms=00086}
22:49:33.057044 run                             mass: MS performed LU  {at=21985078.760378893, lu_delay=5.502269200980663, ms=00076}
22:49:33.075808 run                             mass: MS performed LU  {at=21985078.779145934, lu_delay=5.792049046605825, ms=00075}
22:49:33.087694 run                osmo-ms-mob/00087: Starting mobile
22:49:33.101966 run       osmo-ms-mob/00087(pid=222): Launched
22:49:33.113041 run                             mass: MS start registered  {at=21985078.816393055, delay=0.004713237285614014, ms=00087}
22:49:33.273253 run                             mass: MS performed LU  {at=21985078.976587858, lu_delay=5.166790969669819, ms=00077}
22:49:33.869269 run                osmo-ms-mob/00088: Starting mobile
22:49:33.883056 run       osmo-ms-mob/00088(pid=223): Launched
22:49:33.894651 run                             mass: MS start registered  {at=21985079.59799749, delay=0.005260739475488663, ms=00088}
22:49:34.459577 run                osmo-ms-mob/00089: Starting mobile
22:49:34.474658 run       osmo-ms-mob/00089(pid=224): Launched
22:49:34.485886 run                             mass: MS start registered  {at=21985080.18923542, delay=0.004834648221731186, ms=00089}
22:49:35.005057 run                             mass: MS performed LU  {at=21985080.70832197, lu_delay=5.658588223159313, ms=00080}
22:49:35.184510 run                osmo-ms-mob/00090: Starting mobile
22:49:35.199209 run       osmo-ms-mob/00090(pid=225): Launched
22:49:35.205519 run                             mass: Starting too slowly. Moving on {now=21985080.908888746, sleep=-0.05391686409711838, target=21985080.854971882}
22:49:35.211391 run                             mass: MS performed LU  {at=21985080.914751496, lu_delay=6.528516560792923, ms=00078}
22:49:35.286924 run                             mass: MS performed LU  {at=21985080.990183976, lu_delay=6.202520236372948, ms=00079}
22:49:35.309594 run                             mass: MS performed LU  {at=21985081.01295621, lu_delay=5.2267932035028934, ms=00081}
22:49:35.374256 run                             mass: MS performed LU  {at=21985081.077528726, lu_delay=4.890973649919033, ms=00082}
22:49:37.088127 run                             mass: Starting too slowly. Moving on {now=21985082.791472692, sleep=-1.4365008026361465, target=21985081.35497189}
22:49:37.094363 run                             mass: MS start registered  {at=21985082.79772134, delay=1.88883525878191, ms=00090}
22:49:37.101582 run                             mass: Starting too slowly. Moving on {now=21985082.804949958, sleep=-1.3499780669808388, target=21985081.45497189}
22:49:37.112674 run                osmo-ms-mob/00091: Starting mobile
22:49:37.127551 run       osmo-ms-mob/00091(pid=226): Launched
22:49:37.133905 run                             mass: Starting too slowly. Moving on {now=21985082.83727461, sleep=-1.2823027186095715, target=21985081.554971892}
22:49:37.139874 run                             mass: MS start registered  {at=21985082.843232185, delay=0.005961332470178604, ms=00091}
22:49:37.146484 run                             mass: Starting too slowly. Moving on {now=21985082.849851996, sleep=-1.1948801018297672, target=21985081.654971894}
22:49:37.152432 run                             mass: Starting too slowly. Moving on {now=21985082.855800852, sleep=-1.1008289568126202, target=21985081.754971895}
22:49:37.158344 run                             mass: Starting too slowly. Moving on {now=21985082.861714866, sleep=-1.0067429691553116, target=21985081.854971897}
22:49:37.164332 run                             mass: Starting too slowly. Moving on {now=21985082.867701177, sleep=-0.9127292782068253, target=21985081.9549719}
22:49:37.170780 run                             mass: Starting too slowly. Moving on {now=21985082.874148056, sleep=-0.8191761560738087, target=21985082.0549719}
22:49:37.176885 run                             mass: Starting too slowly. Moving on {now=21985082.88025218, sleep=-0.7252802774310112, target=21985082.1549719}
22:49:37.188359 run                osmo-ms-mob/00092: Starting mobile
22:49:37.202181 run       osmo-ms-mob/00092(pid=227): Launched
22:49:37.208510 run                             mass: Starting too slowly. Moving on {now=21985082.911879286, sleep=-0.6569073833525181, target=21985082.254971903}
22:49:37.214383 run                             mass: MS start registered  {at=21985082.9177416, delay=0.005866155028343201, ms=00092}
22:49:37.220586 run                             mass: Starting too slowly. Moving on {now=21985082.923954815, sleep=-0.5689829103648663, target=21985082.354971904}
22:49:37.226454 run                             mass: Starting too slowly. Moving on {now=21985082.929824498, sleep=-0.474852591753006, target=21985082.454971906}
22:49:37.232298 run                             mass: Starting too slowly. Moving on {now=21985082.93566802, sleep=-0.3806961141526699, target=21985082.554971907}
22:49:37.238303 run                             mass: Starting too slowly. Moving on {now=21985082.94167228, sleep=-0.28670037165284157, target=21985082.65497191}
22:49:37.244117 run                             mass: Starting too slowly. Moving on {now=21985082.947487462, sleep=-0.1925155520439148, target=21985082.75497191}
22:49:37.249952 run                             mass: Starting too slowly. Moving on {now=21985082.953322183, sleep=-0.09835027158260345, target=21985082.85497191}
22:49:37.255749 run                             mass: Starting too slowly. Moving on {now=21985082.959119074, sleep=-0.0041471607983112335, target=21985082.954971913}
22:49:37.267356 run                osmo-ms-mob/00093: Starting mobile
22:49:37.281248 run       osmo-ms-mob/00093(pid=228): Launched
22:49:37.292835 run                             mass: MS start registered  {at=21985082.99618116, delay=0.004984870553016663, ms=00093}
22:49:38.158147 run                osmo-ms-mob/00094: Starting mobile
22:49:38.171714 run       osmo-ms-mob/00094(pid=229): Launched
22:49:38.182582 run                             mass: MS start registered  {at=21985083.885933273, delay=0.0045949965715408325, ms=00094}
22:49:38.553571 run                             mass: MS performed LU  {at=21985084.256892074, lu_delay=6.978566590696573, ms=00084}
22:49:38.580919 run                             mass: MS performed LU  {at=21985084.284253255, lu_delay=6.480412222445011, ms=00085}
22:49:38.599360 run                             mass: MS performed LU  {at=21985084.302695397, lu_delay=7.515991773456335, ms=00083}
22:49:39.058218 run                osmo-ms-mob/00095: Starting mobile
22:49:39.072142 run       osmo-ms-mob/00095(pid=230): Launched
22:49:39.083612 run                             mass: MS start registered  {at=21985084.78695337, delay=0.0049197860062122345, ms=00095}
22:49:40.058578 run                osmo-ms-mob/00096: Starting mobile
22:49:40.072769 run       osmo-ms-mob/00096(pid=231): Launched
22:49:40.084451 run                             mass: MS start registered  {at=21985085.78779261, delay=0.0052736662328243256, ms=00096}
22:49:40.588297 run                             mass: MS performed LU  {at=21985086.291605942, lu_delay=6.102370522916317, ms=00089}
22:49:40.608131 run                             mass: MS performed LU  {at=21985086.31145807, lu_delay=6.7134605795145035, ms=00088}
22:49:40.625710 run                             mass: MS performed LU  {at=21985086.329046305, lu_delay=7.51265325024724, ms=00087}
22:49:40.879827 run                             mass: MS performed LU  {at=21985086.583153293, lu_delay=8.196628708392382, ms=00086}
22:49:41.158005 run                osmo-ms-mob/00097: Starting mobile
22:49:41.172009 run       osmo-ms-mob/00097(pid=232): Launched
22:49:41.183321 run                             mass: MS start registered  {at=21985086.88666331, delay=0.004961490631103516, ms=00097}
22:49:42.463774 run                osmo-ms-mob/00098: Starting mobile
22:49:42.486963 run       osmo-ms-mob/00098(pid=233): Launched
22:49:42.501170 run                             mass: MS start registered  {at=21985088.20449935, delay=0.005767308175563812, ms=00098}
22:49:42.554584 run                             mass: MS performed LU  {at=21985088.25790357, lu_delay=5.460182227194309, ms=00090}
22:49:42.582583 run                             mass: MS performed LU  {at=21985088.285913784, lu_delay=5.368172183632851, ms=00092}
22:49:42.601076 run                             mass: MS performed LU  {at=21985088.304387897, lu_delay=5.461155712604523, ms=00091}
22:49:42.781443 run                             mass: MS performed LU  {at=21985088.484762568, lu_delay=5.488581407815218, ms=00093}
22:49:43.034900 run                             mass: MS performed LU  {at=21985088.738220695, lu_delay=4.852287422865629, ms=00094}
22:49:44.262452 run                osmo-ms-mob/00099: Starting mobile
22:49:44.287808 run       osmo-ms-mob/00099(pid=234): Launched
22:49:44.298450 run                             mass: All started... {duration=55.74683668091893, too_slow=27}
22:49:44.315051 run                             mass: MS start registered  {at=21985090.018363193, delay=0.01656196266412735, ms=00099}
22:49:44.354309 run                             mass: MS performed LU  {at=21985090.05759296, lu_delay=5.2706395871937275, ms=00095}
22:49:46.302209 run                             mass: MS performed LU  {at=21985092.005476315, lu_delay=5.118813004344702, ms=00097}
22:49:46.321248 run                             mass: MS performed LU  {at=21985092.02446485, lu_delay=6.23667224124074, ms=00096}
22:49:48.231048 run                             mass: MS performed LU  {at=21985093.934382666, lu_delay=5.729883316904306, ms=00098}
22:49:50.068080 run                             mass: MS performed LU  {at=21985095.771412242, lu_delay=5.753049049526453, ms=00099}
22:49:50.074401 run                             mass: Tests done {all_completed=True, max=22.24433847889304, min=4.386654727160931}
22:49:50.080017 tst         register_default_mass.py: Test passed (86.9 sec)
22:49:50.085485 run pcap-recorder_any(filters='host 127.0.42.2')(pid=22): Terminating (SIGTERM)
22:49:50.088822 run      osmo-hlr_127.0.42.2(pid=23): Terminating (SIGTERM)
22:49:50.092115 run pcap-recorder_any(filters='host 127.0.42.5 and port not 22')(pid=24): Terminating (SIGTERM)
22:49:50.095530 run      osmo-stp_127.0.42.5(pid=25): Terminating (SIGTERM)
22:49:50.098956 run pcap-recorder_any(filters='host 127.0.42.6 and port not 22')(pid=26): Terminating (SIGTERM)
22:49:50.102385 run      osmo-msc_127.0.42.6(pid=27): Terminating (SIGTERM)
22:49:50.105833 run pcap-recorder_any(filters='host 127.0.42.3 and port not 22')(pid=28): Terminating (SIGTERM)
22:49:50.109375 run      osmo-mgw_127.0.42.3(pid=29): Terminating (SIGTERM)
22:49:50.112802 run pcap-recorder_any(filters='host 127.0.42.4 and port not 22')(pid=30): Terminating (SIGTERM)
22:49:50.116243 run      osmo-mgw_127.0.42.4(pid=31): Terminating (SIGTERM)
22:49:50.119666 run pcap-recorder_any(filters='host 127.0.42.7 and port not 22')(pid=32): Terminating (SIGTERM)
22:49:50.123123 run      osmo-bsc_127.0.42.7(pid=33): Terminating (SIGTERM)
22:49:50.126545 run         osmo-bts-virtual(pid=34): Terminating (SIGTERM)
22:49:50.129971 run   osmo-ms-virt-phy/00000(pid=35): Terminating (SIGTERM)
22:49:50.133543 run   osmo-ms-virt-phy/00001(pid=36): Terminating (SIGTERM)
22:49:50.137065 run   osmo-ms-virt-phy/00002(pid=37): Terminating (SIGTERM)
22:49:50.140530 run   osmo-ms-virt-phy/00003(pid=38): Terminating (SIGTERM)
22:49:50.144025 run   osmo-ms-virt-phy/00004(pid=39): Terminating (SIGTERM)
22:49:50.147502 run   osmo-ms-virt-phy/00005(pid=40): Terminating (SIGTERM)
22:49:50.151246 run   osmo-ms-virt-phy/00006(pid=41): Terminating (SIGTERM)
22:49:50.154833 run   osmo-ms-virt-phy/00007(pid=42): Terminating (SIGTERM)
22:49:50.158323 run   osmo-ms-virt-phy/00008(pid=43): Terminating (SIGTERM)
22:49:50.161798 run   osmo-ms-virt-phy/00009(pid=44): Terminating (SIGTERM)
22:49:50.165264 run   osmo-ms-virt-phy/00010(pid=45): Terminating (SIGTERM)
22:49:50.168731 run   osmo-ms-virt-phy/00011(pid=46): Terminating (SIGTERM)
22:49:50.172189 run   osmo-ms-virt-phy/00012(pid=47): Terminating (SIGTERM)
22:49:50.175655 run   osmo-ms-virt-phy/00013(pid=48): Terminating (SIGTERM)
22:49:50.179115 run   osmo-ms-virt-phy/00014(pid=49): Terminating (SIGTERM)
22:49:50.182584 run   osmo-ms-virt-phy/00015(pid=50): Terminating (SIGTERM)
22:49:50.186076 run   osmo-ms-virt-phy/00016(pid=51): Terminating (SIGTERM)
22:49:50.189543 run   osmo-ms-virt-phy/00017(pid=52): Terminating (SIGTERM)
22:49:50.193052 run   osmo-ms-virt-phy/00018(pid=53): Terminating (SIGTERM)
22:49:50.196791 run   osmo-ms-virt-phy/00019(pid=54): Terminating (SIGTERM)
22:49:50.200899 run   osmo-ms-virt-phy/00020(pid=55): Terminating (SIGTERM)
22:49:50.204415 run   osmo-ms-virt-phy/00021(pid=56): Terminating (SIGTERM)
22:49:50.207876 run   osmo-ms-virt-phy/00022(pid=57): Terminating (SIGTERM)
22:49:50.211573 run   osmo-ms-virt-phy/00023(pid=58): Terminating (SIGTERM)
22:49:50.215117 run   osmo-ms-virt-phy/00024(pid=59): Terminating (SIGTERM)
22:49:50.218802 run   osmo-ms-virt-phy/00025(pid=60): Terminating (SIGTERM)
22:49:50.222486 run   osmo-ms-virt-phy/00026(pid=61): Terminating (SIGTERM)
22:49:50.225962 run   osmo-ms-virt-phy/00027(pid=62): Terminating (SIGTERM)
22:49:50.229561 run   osmo-ms-virt-phy/00028(pid=63): Terminating (SIGTERM)
22:49:50.233300 run   osmo-ms-virt-phy/00029(pid=64): Terminating (SIGTERM)
22:49:50.236942 run   osmo-ms-virt-phy/00030(pid=65): Terminating (SIGTERM)
22:49:50.240541 run   osmo-ms-virt-phy/00031(pid=66): Terminating (SIGTERM)
22:49:50.244130 run   osmo-ms-virt-phy/00032(pid=67): Terminating (SIGTERM)
22:49:50.247948 run   osmo-ms-virt-phy/00033(pid=68): Terminating (SIGTERM)
22:49:50.251546 run   osmo-ms-virt-phy/00034(pid=69): Terminating (SIGTERM)
22:49:50.255060 run   osmo-ms-virt-phy/00035(pid=70): Terminating (SIGTERM)
22:49:50.258786 run   osmo-ms-virt-phy/00036(pid=71): Terminating (SIGTERM)
22:49:50.262300 run   osmo-ms-virt-phy/00037(pid=72): Terminating (SIGTERM)
22:49:50.265759 run   osmo-ms-virt-phy/00038(pid=73): Terminating (SIGTERM)
22:49:50.269228 run   osmo-ms-virt-phy/00039(pid=74): Terminating (SIGTERM)
22:49:50.272696 run   osmo-ms-virt-phy/00040(pid=75): Terminating (SIGTERM)
22:49:50.276349 run   osmo-ms-virt-phy/00041(pid=76): Terminating (SIGTERM)
22:49:50.279846 run   osmo-ms-virt-phy/00042(pid=77): Terminating (SIGTERM)
22:49:50.283326 run   osmo-ms-virt-phy/00043(pid=78): Terminating (SIGTERM)
22:49:50.287295 run   osmo-ms-virt-phy/00044(pid=79): Terminating (SIGTERM)
22:49:50.290910 run   osmo-ms-virt-phy/00045(pid=80): Terminating (SIGTERM)
22:49:50.294861 run   osmo-ms-virt-phy/00046(pid=81): Terminating (SIGTERM)
22:49:50.298457 run   osmo-ms-virt-phy/00047(pid=82): Terminating (SIGTERM)
22:49:50.302310 run   osmo-ms-virt-phy/00048(pid=83): Terminating (SIGTERM)
22:49:50.306361 run   osmo-ms-virt-phy/00049(pid=84): Terminating (SIGTERM)
22:49:50.310168 run   osmo-ms-virt-phy/00050(pid=85): Terminating (SIGTERM)
22:49:50.313734 run   osmo-ms-virt-phy/00051(pid=86): Terminating (SIGTERM)
22:49:50.317336 run   osmo-ms-virt-phy/00052(pid=87): Terminating (SIGTERM)
22:49:50.320901 run   osmo-ms-virt-phy/00053(pid=88): Terminating (SIGTERM)
22:49:50.324475 run   osmo-ms-virt-phy/00054(pid=89): Terminating (SIGTERM)
22:49:50.328052 run   osmo-ms-virt-phy/00055(pid=90): Terminating (SIGTERM)
22:49:50.331628 run   osmo-ms-virt-phy/00056(pid=91): Terminating (SIGTERM)
22:49:50.335206 run   osmo-ms-virt-phy/00057(pid=92): Terminating (SIGTERM)
22:49:50.339087 run   osmo-ms-virt-phy/00058(pid=93): Terminating (SIGTERM)
22:49:50.342785 run   osmo-ms-virt-phy/00059(pid=94): Terminating (SIGTERM)
22:49:50.346644 run   osmo-ms-virt-phy/00060(pid=95): Terminating (SIGTERM)
22:49:50.350238 run   osmo-ms-virt-phy/00061(pid=96): Terminating (SIGTERM)
22:49:50.353829 run   osmo-ms-virt-phy/00062(pid=97): Terminating (SIGTERM)
22:49:50.357420 run   osmo-ms-virt-phy/00063(pid=98): Terminating (SIGTERM)
22:49:50.361015 run   osmo-ms-virt-phy/00064(pid=99): Terminating (SIGTERM)
22:49:50.364603 run  osmo-ms-virt-phy/00065(pid=100): Terminating (SIGTERM)
22:49:50.368182 run  osmo-ms-virt-phy/00066(pid=101): Terminating (SIGTERM)
22:49:50.371783 run  osmo-ms-virt-phy/00067(pid=102): Terminating (SIGTERM)
22:49:50.375378 run  osmo-ms-virt-phy/00068(pid=103): Terminating (SIGTERM)
22:49:50.379113 run  osmo-ms-virt-phy/00069(pid=104): Terminating (SIGTERM)
22:49:50.382938 run  osmo-ms-virt-phy/00070(pid=105): Terminating (SIGTERM)
22:49:50.386964 run  osmo-ms-virt-phy/00071(pid=106): Terminating (SIGTERM)
22:49:50.390556 run  osmo-ms-virt-phy/00072(pid=107): Terminating (SIGTERM)
22:49:50.394134 run  osmo-ms-virt-phy/00073(pid=108): Terminating (SIGTERM)
22:49:50.397723 run  osmo-ms-virt-phy/00074(pid=109): Terminating (SIGTERM)
22:49:50.401318 run  osmo-ms-virt-phy/00075(pid=110): Terminating (SIGTERM)
22:49:50.404902 run  osmo-ms-virt-phy/00076(pid=111): Terminating (SIGTERM)
22:49:50.408484 run  osmo-ms-virt-phy/00077(pid=112): Terminating (SIGTERM)
22:49:50.412064 run  osmo-ms-virt-phy/00078(pid=113): Terminating (SIGTERM)
22:49:50.415795 run  osmo-ms-virt-phy/00079(pid=114): Terminating (SIGTERM)
22:49:50.419375 run  osmo-ms-virt-phy/00080(pid=115): Terminating (SIGTERM)
22:49:50.422848 run  osmo-ms-virt-phy/00081(pid=116): Terminating (SIGTERM)
22:49:50.426347 run  osmo-ms-virt-phy/00082(pid=117): Terminating (SIGTERM)
22:49:50.429806 run  osmo-ms-virt-phy/00083(pid=118): Terminating (SIGTERM)
22:49:50.433279 run  osmo-ms-virt-phy/00084(pid=119): Terminating (SIGTERM)
22:49:50.436776 run  osmo-ms-virt-phy/00085(pid=120): Terminating (SIGTERM)
22:49:50.440489 run  osmo-ms-virt-phy/00086(pid=121): Terminating (SIGTERM)
22:49:50.444327 run  osmo-ms-virt-phy/00087(pid=122): Terminating (SIGTERM)
22:49:50.448204 run  osmo-ms-virt-phy/00088(pid=123): Terminating (SIGTERM)
22:49:50.451958 run  osmo-ms-virt-phy/00089(pid=124): Terminating (SIGTERM)
22:49:50.455848 run  osmo-ms-virt-phy/00090(pid=125): Terminating (SIGTERM)
22:49:50.459478 run  osmo-ms-virt-phy/00091(pid=126): Terminating (SIGTERM)
22:49:50.463112 run  osmo-ms-virt-phy/00092(pid=127): Terminating (SIGTERM)
22:49:50.466857 run  osmo-ms-virt-phy/00093(pid=128): Terminating (SIGTERM)
22:49:50.470748 run  osmo-ms-virt-phy/00094(pid=129): Terminating (SIGTERM)
22:49:50.474380 run  osmo-ms-virt-phy/00095(pid=130): Terminating (SIGTERM)
22:49:50.478295 run  osmo-ms-virt-phy/00096(pid=131): Terminating (SIGTERM)
22:49:50.481878 run  osmo-ms-virt-phy/00097(pid=132): Terminating (SIGTERM)
22:49:50.485526 run  osmo-ms-virt-phy/00098(pid=133): Terminating (SIGTERM)
22:49:50.489166 run  osmo-ms-virt-phy/00099(pid=134): Terminating (SIGTERM)
22:49:50.492838 run       osmo-ms-mob/00000(pid=135): Terminating (SIGTERM)
22:49:50.496462 run       osmo-ms-mob/00001(pid=136): Terminating (SIGTERM)
22:49:50.500024 run       osmo-ms-mob/00002(pid=137): Terminating (SIGTERM)
22:49:50.503633 run       osmo-ms-mob/00003(pid=138): Terminating (SIGTERM)
22:49:50.507193 run       osmo-ms-mob/00004(pid=139): Terminating (SIGTERM)
22:49:50.510799 run       osmo-ms-mob/00005(pid=140): Terminating (SIGTERM)
22:49:50.514364 run       osmo-ms-mob/00006(pid=141): Terminating (SIGTERM)
22:49:50.517973 run       osmo-ms-mob/00007(pid=142): Terminating (SIGTERM)
22:49:50.521555 run       osmo-ms-mob/00008(pid=143): Terminating (SIGTERM)
22:49:50.525113 run       osmo-ms-mob/00009(pid=144): Terminating (SIGTERM)
22:49:50.528703 run       osmo-ms-mob/00010(pid=145): Terminating (SIGTERM)
22:49:50.532246 run       osmo-ms-mob/00011(pid=146): Terminating (SIGTERM)
22:49:50.536012 run       osmo-ms-mob/00012(pid=147): Terminating (SIGTERM)
22:49:50.539659 run       osmo-ms-mob/00013(pid=148): Terminating (SIGTERM)
22:49:50.543246 run       osmo-ms-mob/00014(pid=149): Terminating (SIGTERM)
22:49:50.546785 run       osmo-ms-mob/00015(pid=150): Terminating (SIGTERM)
22:49:50.550488 run       osmo-ms-mob/00016(pid=151): Terminating (SIGTERM)
22:49:50.554079 run       osmo-ms-mob/00017(pid=152): Terminating (SIGTERM)
22:49:50.557649 run       osmo-ms-mob/00018(pid=153): Terminating (SIGTERM)
22:49:50.561190 run       osmo-ms-mob/00019(pid=154): Terminating (SIGTERM)
22:49:50.564746 run       osmo-ms-mob/00020(pid=155): Terminating (SIGTERM)
22:49:50.568295 run       osmo-ms-mob/00021(pid=156): Terminating (SIGTERM)
22:49:50.571858 run       osmo-ms-mob/00022(pid=157): Terminating (SIGTERM)
22:49:50.575419 run       osmo-ms-mob/00023(pid=158): Terminating (SIGTERM)
22:49:50.579004 run       osmo-ms-mob/00024(pid=159): Terminating (SIGTERM)
22:49:50.582575 run       osmo-ms-mob/00025(pid=160): Terminating (SIGTERM)
22:49:50.586143 run       osmo-ms-mob/00026(pid=161): Terminating (SIGTERM)
22:49:50.589737 run       osmo-ms-mob/00027(pid=162): Terminating (SIGTERM)
22:49:50.593268 run       osmo-ms-mob/00028(pid=163): Terminating (SIGTERM)
22:49:50.596835 run       osmo-ms-mob/00029(pid=164): Terminating (SIGTERM)
22:49:50.600392 run       osmo-ms-mob/00030(pid=165): Terminating (SIGTERM)
22:49:50.603946 run       osmo-ms-mob/00031(pid=166): Terminating (SIGTERM)
22:49:50.607472 run       osmo-ms-mob/00032(pid=167): Terminating (SIGTERM)
22:49:50.611039 run       osmo-ms-mob/00033(pid=168): Terminating (SIGTERM)
22:49:50.614599 run       osmo-ms-mob/00034(pid=169): Terminating (SIGTERM)
22:49:50.618170 run       osmo-ms-mob/00035(pid=170): Terminating (SIGTERM)
22:49:50.621725 run       osmo-ms-mob/00036(pid=171): Terminating (SIGTERM)
22:49:50.625270 run       osmo-ms-mob/00037(pid=172): Terminating (SIGTERM)
22:49:50.628821 run       osmo-ms-mob/00038(pid=173): Terminating (SIGTERM)
22:49:50.632393 run       osmo-ms-mob/00039(pid=174): Terminating (SIGTERM)
22:49:50.636053 run       osmo-ms-mob/00040(pid=175): Terminating (SIGTERM)
22:49:50.639582 run       osmo-ms-mob/00041(pid=176): Terminating (SIGTERM)
22:49:50.643146 run       osmo-ms-mob/00042(pid=177): Terminating (SIGTERM)
22:49:50.646700 run       osmo-ms-mob/00043(pid=178): Terminating (SIGTERM)
22:49:50.650248 run       osmo-ms-mob/00044(pid=179): Terminating (SIGTERM)
22:49:50.653807 run       osmo-ms-mob/00045(pid=180): Terminating (SIGTERM)
22:49:50.657348 run       osmo-ms-mob/00046(pid=181): Terminating (SIGTERM)
22:49:50.660967 run       osmo-ms-mob/00047(pid=182): Terminating (SIGTERM)
22:49:50.664520 run       osmo-ms-mob/00048(pid=183): Terminating (SIGTERM)
22:49:50.668085 run       osmo-ms-mob/00049(pid=184): Terminating (SIGTERM)
22:49:50.671625 run       osmo-ms-mob/00050(pid=185): Terminating (SIGTERM)
22:49:50.675194 run       osmo-ms-mob/00051(pid=186): Terminating (SIGTERM)
22:49:50.678761 run       osmo-ms-mob/00052(pid=187): Terminating (SIGTERM)
22:49:50.682361 run       osmo-ms-mob/00053(pid=188): Terminating (SIGTERM)
22:49:50.685920 run       osmo-ms-mob/00054(pid=189): Terminating (SIGTERM)
22:49:50.689466 run       osmo-ms-mob/00055(pid=190): Terminating (SIGTERM)
22:49:50.693004 run       osmo-ms-mob/00056(pid=191): Terminating (SIGTERM)
22:49:50.696549 run       osmo-ms-mob/00057(pid=192): Terminating (SIGTERM)
22:49:50.700164 run       osmo-ms-mob/00058(pid=193): Terminating (SIGTERM)
22:49:50.703699 run       osmo-ms-mob/00059(pid=194): Terminating (SIGTERM)
22:49:50.707273 run       osmo-ms-mob/00060(pid=195): Terminating (SIGTERM)
22:49:50.710825 run       osmo-ms-mob/00061(pid=196): Terminating (SIGTERM)
22:49:50.714397 run       osmo-ms-mob/00062(pid=197): Terminating (SIGTERM)
22:49:50.717929 run       osmo-ms-mob/00063(pid=198): Terminating (SIGTERM)
22:49:50.721494 run       osmo-ms-mob/00064(pid=199): Terminating (SIGTERM)
22:49:50.725088 run       osmo-ms-mob/00065(pid=200): Terminating (SIGTERM)
22:49:50.728803 run       osmo-ms-mob/00066(pid=201): Terminating (SIGTERM)
22:49:50.732428 run       osmo-ms-mob/00067(pid=202): Terminating (SIGTERM)
22:49:50.735877 run       osmo-ms-mob/00068(pid=203): Terminating (SIGTERM)
22:49:50.739331 run       osmo-ms-mob/00069(pid=204): Terminating (SIGTERM)
22:49:50.742802 run       osmo-ms-mob/00070(pid=205): Terminating (SIGTERM)
22:49:50.746320 run       osmo-ms-mob/00071(pid=206): Terminating (SIGTERM)
22:49:50.749895 run       osmo-ms-mob/00072(pid=207): Terminating (SIGTERM)
22:49:50.753393 run       osmo-ms-mob/00073(pid=208): Terminating (SIGTERM)
22:49:50.756854 run       osmo-ms-mob/00074(pid=209): Terminating (SIGTERM)
22:49:50.760311 run       osmo-ms-mob/00075(pid=210): Terminating (SIGTERM)
22:49:50.763834 run       osmo-ms-mob/00076(pid=211): Terminating (SIGTERM)
22:49:50.767294 run       osmo-ms-mob/00077(pid=212): Terminating (SIGTERM)
22:49:50.770746 run       osmo-ms-mob/00078(pid=213): Terminating (SIGTERM)
22:49:50.774227 run       osmo-ms-mob/00079(pid=214): Terminating (SIGTERM)
22:49:50.777647 run       osmo-ms-mob/00080(pid=215): Terminating (SIGTERM)
22:49:50.781100 run       osmo-ms-mob/00081(pid=216): Terminating (SIGTERM)
22:49:50.784489 run       osmo-ms-mob/00082(pid=217): Terminating (SIGTERM)
22:49:50.787897 run       osmo-ms-mob/00083(pid=218): Terminating (SIGTERM)
22:49:50.791247 run       osmo-ms-mob/00084(pid=219): Terminating (SIGTERM)
22:49:50.794673 run       osmo-ms-mob/00085(pid=220): Terminating (SIGTERM)
22:49:50.798077 run       osmo-ms-mob/00086(pid=221): Terminating (SIGTERM)
22:49:50.801496 run       osmo-ms-mob/00087(pid=222): Terminating (SIGTERM)
22:49:50.804767 run       osmo-ms-mob/00088(pid=223): Terminating (SIGTERM)
22:49:50.808215 run       osmo-ms-mob/00089(pid=224): Terminating (SIGTERM)
22:49:50.811649 run       osmo-ms-mob/00090(pid=225): Terminating (SIGTERM)
22:49:50.815078 run       osmo-ms-mob/00091(pid=226): Terminating (SIGTERM)
22:49:50.818649 run       osmo-ms-mob/00092(pid=227): Terminating (SIGTERM)
22:49:50.822101 run       osmo-ms-mob/00093(pid=228): Terminating (SIGTERM)
22:49:50.825544 run       osmo-ms-mob/00094(pid=229): Terminating (SIGTERM)
22:49:50.829005 run       osmo-ms-mob/00095(pid=230): Terminating (SIGTERM)
22:49:50.832435 run       osmo-ms-mob/00096(pid=231): Terminating (SIGTERM)
22:49:50.835890 run       osmo-ms-mob/00097(pid=232): Terminating (SIGTERM)
22:49:50.839418 run       osmo-ms-mob/00098(pid=233): Terminating (SIGTERM)
22:49:50.842857 run       osmo-ms-mob/00099(pid=234): Terminating (SIGTERM)
22:49:50.846311 ---      ParallelTerminationStrategy: PID 22 died...
22:49:50.847872 run pcap-recorder_any(filters='host 127.0.42.2')(pid=22): Terminated: ok {rc=0}
22:49:50.851696 ---      ParallelTerminationStrategy: PID 23 died...
22:49:50.853235 run      osmo-hlr_127.0.42.2(pid=23): Terminated: ok {rc=0}
22:49:50.857010 ---      ParallelTerminationStrategy: PID 24 died...
22:49:50.858547 run pcap-recorder_any(filters='host 127.0.42.5 and port not 22')(pid=24): Terminated: ok {rc=0}
22:49:50.862357 ---      ParallelTerminationStrategy: PID 25 died...
22:49:50.863900 run      osmo-stp_127.0.42.5(pid=25): Terminated: ok {rc=0}
22:49:50.867706 ---      ParallelTerminationStrategy: PID 26 died...
22:49:50.869516 run pcap-recorder_any(filters='host 127.0.42.6 and port not 22')(pid=26): Terminated: ok {rc=0}
22:49:50.873505 ---      ParallelTerminationStrategy: PID 27 died...
22:49:50.875127 run      osmo-msc_127.0.42.6(pid=27): Terminated: ok {rc=0}
22:49:50.879176 ---      ParallelTerminationStrategy: PID 28 died...
22:49:50.880793 run pcap-recorder_any(filters='host 127.0.42.3 and port not 22')(pid=28): Terminated: ok {rc=0}
22:49:50.884750 ---      ParallelTerminationStrategy: PID 29 died...
22:49:50.886348 run      osmo-mgw_127.0.42.3(pid=29): Terminated {rc=15}
22:49:50.890274 ---      ParallelTerminationStrategy: PID 30 died...
22:49:50.891870 run pcap-recorder_any(filters='host 127.0.42.4 and port not 22')(pid=30): Terminated: ok {rc=0}
22:49:50.895906 ---      ParallelTerminationStrategy: PID 31 died...
22:49:50.897523 run      osmo-mgw_127.0.42.4(pid=31): Terminated {rc=15}
22:49:50.901615 ---      ParallelTerminationStrategy: PID 32 died...
22:49:50.903195 run pcap-recorder_any(filters='host 127.0.42.7 and port not 22')(pid=32): Terminated: ok {rc=0}
22:49:50.907168 ---      ParallelTerminationStrategy: PID 33 died...
22:49:50.908788 run      osmo-bsc_127.0.42.7(pid=33): Terminated: ok {rc=0}
22:49:50.912652 ---      ParallelTerminationStrategy: PID 35 died...
22:49:50.914245 run   osmo-ms-virt-phy/00000(pid=35): Terminated: ok {rc=0}
22:49:50.918227 ---      ParallelTerminationStrategy: PID 36 died...
22:49:50.919792 run   osmo-ms-virt-phy/00001(pid=36): Terminated: ok {rc=0}
22:49:50.923633 ---      ParallelTerminationStrategy: PID 37 died...
22:49:50.925199 run   osmo-ms-virt-phy/00002(pid=37): Terminated: ok {rc=0}
22:49:50.929039 ---      ParallelTerminationStrategy: PID 38 died...
22:49:50.930598 run   osmo-ms-virt-phy/00003(pid=38): Terminated: ok {rc=0}
22:49:50.934429 ---      ParallelTerminationStrategy: PID 39 died...
22:49:50.935981 run   osmo-ms-virt-phy/00004(pid=39): Terminated: ok {rc=0}
22:49:50.939817 ---      ParallelTerminationStrategy: PID 40 died...
22:49:50.941460 run   osmo-ms-virt-phy/00005(pid=40): Terminated: ok {rc=0}
22:49:50.945296 ---      ParallelTerminationStrategy: PID 41 died...
22:49:50.946853 run   osmo-ms-virt-phy/00006(pid=41): Terminated: ok {rc=0}
22:49:50.950685 ---      ParallelTerminationStrategy: PID 42 died...
22:49:50.952247 run   osmo-ms-virt-phy/00007(pid=42): Terminated: ok {rc=0}
22:49:50.956083 ---      ParallelTerminationStrategy: PID 43 died...
22:49:50.957621 run   osmo-ms-virt-phy/00008(pid=43): Terminated: ok {rc=0}
22:49:50.961440 ---      ParallelTerminationStrategy: PID 44 died...
22:49:50.962978 run   osmo-ms-virt-phy/00009(pid=44): Terminated: ok {rc=0}
22:49:50.966804 ---      ParallelTerminationStrategy: PID 45 died...
22:49:50.968346 run   osmo-ms-virt-phy/00010(pid=45): Terminated: ok {rc=0}
22:49:50.972211 ---      ParallelTerminationStrategy: PID 46 died...
22:49:50.973758 run   osmo-ms-virt-phy/00011(pid=46): Terminated: ok {rc=0}
22:49:50.977558 ---      ParallelTerminationStrategy: PID 47 died...
22:49:50.979107 run   osmo-ms-virt-phy/00012(pid=47): Terminated: ok {rc=0}
22:49:50.982908 ---      ParallelTerminationStrategy: PID 48 died...
22:49:50.984443 run   osmo-ms-virt-phy/00013(pid=48): Terminated: ok {rc=0}
22:49:50.988266 ---      ParallelTerminationStrategy: PID 49 died...
22:49:50.989895 run   osmo-ms-virt-phy/00014(pid=49): Terminated: ok {rc=0}
22:49:50.993714 ---      ParallelTerminationStrategy: PID 50 died...
22:49:50.995249 run   osmo-ms-virt-phy/00015(pid=50): Terminated: ok {rc=0}
22:49:50.999049 ---      ParallelTerminationStrategy: PID 51 died...
22:49:51.000592 run   osmo-ms-virt-phy/00016(pid=51): Terminated: ok {rc=0}
22:49:51.004416 ---      ParallelTerminationStrategy: PID 52 died...
22:49:51.005950 run   osmo-ms-virt-phy/00017(pid=52): Terminated: ok {rc=0}
22:49:51.009756 ---      ParallelTerminationStrategy: PID 53 died...
22:49:51.011289 run   osmo-ms-virt-phy/00018(pid=53): Terminated: ok {rc=0}
22:49:51.015088 ---      ParallelTerminationStrategy: PID 54 died...
22:49:51.016616 run   osmo-ms-virt-phy/00019(pid=54): Terminated: ok {rc=0}
22:49:51.020432 ---      ParallelTerminationStrategy: PID 55 died...
22:49:51.022029 run   osmo-ms-virt-phy/00020(pid=55): Terminated: ok {rc=0}
22:49:51.025838 ---      ParallelTerminationStrategy: PID 56 died...
22:49:51.027392 run   osmo-ms-virt-phy/00021(pid=56): Terminated: ok {rc=0}
22:49:51.031195 ---      ParallelTerminationStrategy: PID 57 died...
22:49:51.032734 run   osmo-ms-virt-phy/00022(pid=57): Terminated: ok {rc=0}
22:49:51.036526 ---      ParallelTerminationStrategy: PID 58 died...
22:49:51.038056 run   osmo-ms-virt-phy/00023(pid=58): Terminated: ok {rc=0}
22:49:51.041903 ---      ParallelTerminationStrategy: PID 59 died...
22:49:51.043442 run   osmo-ms-virt-phy/00024(pid=59): Terminated: ok {rc=0}
22:49:51.047254 ---      ParallelTerminationStrategy: PID 60 died...
22:49:51.048790 run   osmo-ms-virt-phy/00025(pid=60): Terminated: ok {rc=0}
22:49:51.052578 ---      ParallelTerminationStrategy: PID 61 died...
22:49:51.054110 run   osmo-ms-virt-phy/00026(pid=61): Terminated: ok {rc=0}
22:49:51.057915 ---      ParallelTerminationStrategy: PID 62 died...
22:49:51.059445 run   osmo-ms-virt-phy/00027(pid=62): Terminated: ok {rc=0}
22:49:51.063267 ---      ParallelTerminationStrategy: PID 63 died...
22:49:51.064812 run   osmo-ms-virt-phy/00028(pid=63): Terminated: ok {rc=0}
22:49:51.068605 ---      ParallelTerminationStrategy: PID 64 died...
22:49:51.070148 run   osmo-ms-virt-phy/00029(pid=64): Terminated: ok {rc=0}
22:49:51.074016 ---      ParallelTerminationStrategy: PID 65 died...
22:49:51.075569 run   osmo-ms-virt-phy/00030(pid=65): Terminated: ok {rc=0}
22:49:51.079397 ---      ParallelTerminationStrategy: PID 66 died...
22:49:51.080993 run   osmo-ms-virt-phy/00031(pid=66): Terminated: ok {rc=0}
22:49:51.084845 ---      ParallelTerminationStrategy: PID 67 died...
22:49:51.086384 run   osmo-ms-virt-phy/00032(pid=67): Terminated: ok {rc=0}
22:49:51.090173 ---      ParallelTerminationStrategy: PID 68 died...
22:49:51.091713 run   osmo-ms-virt-phy/00033(pid=68): Terminated: ok {rc=0}
22:49:51.095575 ---      ParallelTerminationStrategy: PID 69 died...
22:49:51.097147 run   osmo-ms-virt-phy/00034(pid=69): Terminated: ok {rc=0}
22:49:51.100948 ---      ParallelTerminationStrategy: PID 70 died...
22:49:51.102503 run   osmo-ms-virt-phy/00035(pid=70): Terminated: ok {rc=0}
22:49:51.106309 ---      ParallelTerminationStrategy: PID 71 died...
22:49:51.107848 run   osmo-ms-virt-phy/00036(pid=71): Terminated: ok {rc=0}
22:49:51.111718 ---      ParallelTerminationStrategy: PID 72 died...
22:49:51.113259 run   osmo-ms-virt-phy/00037(pid=72): Terminated: ok {rc=0}
22:49:51.117062 ---      ParallelTerminationStrategy: PID 73 died...
22:49:51.118599 run   osmo-ms-virt-phy/00038(pid=73): Terminated: ok {rc=0}
22:49:51.122481 ---      ParallelTerminationStrategy: PID 74 died...
22:49:51.124023 run   osmo-ms-virt-phy/00039(pid=74): Terminated: ok {rc=0}
22:49:51.127823 ---      ParallelTerminationStrategy: PID 75 died...
22:49:51.129382 run   osmo-ms-virt-phy/00040(pid=75): Terminated: ok {rc=0}
22:49:51.133181 ---      ParallelTerminationStrategy: PID 76 died...
22:49:51.134722 run   osmo-ms-virt-phy/00041(pid=76): Terminated: ok {rc=0}
22:49:51.138553 ---      ParallelTerminationStrategy: PID 77 died...
22:49:51.140099 run   osmo-ms-virt-phy/00042(pid=77): Terminated: ok {rc=0}
22:49:51.143914 ---      ParallelTerminationStrategy: PID 78 died...
22:49:51.145453 run   osmo-ms-virt-phy/00043(pid=78): Terminated: ok {rc=0}
22:49:51.149302 ---      ParallelTerminationStrategy: PID 79 died...
22:49:51.150838 run   osmo-ms-virt-phy/00044(pid=79): Terminated: ok {rc=0}
22:49:51.154655 ---      ParallelTerminationStrategy: PID 80 died...
22:49:51.156195 run   osmo-ms-virt-phy/00045(pid=80): Terminated: ok {rc=0}
22:49:51.160008 ---      ParallelTerminationStrategy: PID 81 died...
22:49:51.161562 run   osmo-ms-virt-phy/00046(pid=81): Terminated: ok {rc=0}
22:49:51.165356 ---      ParallelTerminationStrategy: PID 82 died...
22:49:51.166894 run   osmo-ms-virt-phy/00047(pid=82): Terminated: ok {rc=0}
22:49:51.170689 ---      ParallelTerminationStrategy: PID 83 died...
22:49:51.172225 run   osmo-ms-virt-phy/00048(pid=83): Terminated: ok {rc=0}
22:49:51.176042 ---      ParallelTerminationStrategy: PID 84 died...
22:49:51.177587 run   osmo-ms-virt-phy/00049(pid=84): Terminated: ok {rc=0}
22:49:51.181374 ---      ParallelTerminationStrategy: PID 85 died...
22:49:51.182904 run   osmo-ms-virt-phy/00050(pid=85): Terminated: ok {rc=0}
22:49:51.186720 ---      ParallelTerminationStrategy: PID 86 died...
22:49:51.188255 run   osmo-ms-virt-phy/00051(pid=86): Terminated: ok {rc=0}
22:49:51.192063 ---      ParallelTerminationStrategy: PID 87 died...
22:49:51.193610 run   osmo-ms-virt-phy/00052(pid=87): Terminated: ok {rc=0}
22:49:51.197452 ---      ParallelTerminationStrategy: PID 88 died...
22:49:51.198985 run   osmo-ms-virt-phy/00053(pid=88): Terminated: ok {rc=0}
22:49:51.202824 ---      ParallelTerminationStrategy: PID 89 died...
22:49:51.204359 run   osmo-ms-virt-phy/00054(pid=89): Terminated: ok {rc=0}
22:49:51.208155 ---      ParallelTerminationStrategy: PID 90 died...
22:49:51.209697 run   osmo-ms-virt-phy/00055(pid=90): Terminated: ok {rc=0}
22:49:51.213519 ---      ParallelTerminationStrategy: PID 91 died...
22:49:51.215058 run   osmo-ms-virt-phy/00056(pid=91): Terminated: ok {rc=0}
22:49:51.218876 ---      ParallelTerminationStrategy: PID 92 died...
22:49:51.220414 run   osmo-ms-virt-phy/00057(pid=92): Terminated: ok {rc=0}
22:49:51.224220 ---      ParallelTerminationStrategy: PID 93 died...
22:49:51.225768 run   osmo-ms-virt-phy/00058(pid=93): Terminated: ok {rc=0}
22:49:51.229569 ---      ParallelTerminationStrategy: PID 94 died...
22:49:51.231118 run   osmo-ms-virt-phy/00059(pid=94): Terminated: ok {rc=0}
22:49:51.234869 ---      ParallelTerminationStrategy: PID 95 died...
22:49:51.236394 run   osmo-ms-virt-phy/00060(pid=95): Terminated: ok {rc=0}
22:49:51.240032 ---      ParallelTerminationStrategy: PID 96 died...
22:49:51.284020 run   osmo-ms-virt-phy/00061(pid=96): Terminated: ok {rc=0}
22:49:51.294005 ---      ParallelTerminationStrategy: PID 97 died...
22:49:51.296159 run   osmo-ms-virt-phy/00062(pid=97): Terminated: ok {rc=0}
22:49:51.299975 ---      ParallelTerminationStrategy: PID 98 died...
22:49:51.301479 run   osmo-ms-virt-phy/00063(pid=98): Terminated: ok {rc=0}
22:49:51.305105 ---      ParallelTerminationStrategy: PID 99 died...
22:49:51.306576 run   osmo-ms-virt-phy/00064(pid=99): Terminated: ok {rc=0}
22:49:51.310232 ---      ParallelTerminationStrategy: PID 100 died...
22:49:51.311690 run  osmo-ms-virt-phy/00065(pid=100): Terminated: ok {rc=0}
22:49:51.315320 ---      ParallelTerminationStrategy: PID 101 died...
22:49:51.316807 run  osmo-ms-virt-phy/00066(pid=101): Terminated: ok {rc=0}
22:49:51.320423 ---      ParallelTerminationStrategy: PID 102 died...
22:49:51.321910 run  osmo-ms-virt-phy/00067(pid=102): Terminated: ok {rc=0}
22:49:51.325533 ---      ParallelTerminationStrategy: PID 103 died...
22:49:51.326995 run  osmo-ms-virt-phy/00068(pid=103): Terminated: ok {rc=0}
22:49:51.330701 ---      ParallelTerminationStrategy: PID 104 died...
22:49:51.332237 run  osmo-ms-virt-phy/00069(pid=104): Terminated: ok {rc=0}
22:49:51.336008 ---      ParallelTerminationStrategy: PID 105 died...
22:49:51.337573 run  osmo-ms-virt-phy/00070(pid=105): Terminated: ok {rc=0}
22:49:51.341372 ---      ParallelTerminationStrategy: PID 106 died...
22:49:51.342917 run  osmo-ms-virt-phy/00071(pid=106): Terminated: ok {rc=0}
22:49:51.346720 ---      ParallelTerminationStrategy: PID 107 died...
22:49:51.348260 run  osmo-ms-virt-phy/00072(pid=107): Terminated: ok {rc=0}
22:49:51.352094 ---      ParallelTerminationStrategy: PID 108 died...
22:49:51.353688 run  osmo-ms-virt-phy/00073(pid=108): Terminated: ok {rc=0}
22:49:51.357517 ---      ParallelTerminationStrategy: PID 109 died...
22:49:51.359103 run  osmo-ms-virt-phy/00074(pid=109): Terminated: ok {rc=0}
22:49:51.362940 ---      ParallelTerminationStrategy: PID 110 died...
22:49:51.364490 run  osmo-ms-virt-phy/00075(pid=110): Terminated: ok {rc=0}
22:49:51.368306 ---      ParallelTerminationStrategy: PID 111 died...
22:49:51.369863 run  osmo-ms-virt-phy/00076(pid=111): Terminated: ok {rc=0}
22:49:51.373657 ---      ParallelTerminationStrategy: PID 112 died...
22:49:51.375241 run  osmo-ms-virt-phy/00077(pid=112): Terminated: ok {rc=0}
22:49:51.379057 ---      ParallelTerminationStrategy: PID 113 died...
22:49:51.380592 run  osmo-ms-virt-phy/00078(pid=113): Terminated: ok {rc=0}
22:49:51.384446 ---      ParallelTerminationStrategy: PID 114 died...
22:49:51.386008 run  osmo-ms-virt-phy/00079(pid=114): Terminated: ok {rc=0}
22:49:51.389818 ---      ParallelTerminationStrategy: PID 115 died...
22:49:51.391356 run  osmo-ms-virt-phy/00080(pid=115): Terminated: ok {rc=0}
22:49:51.395164 ---      ParallelTerminationStrategy: PID 116 died...
22:49:51.396709 run  osmo-ms-virt-phy/00081(pid=116): Terminated: ok {rc=0}
22:49:51.400515 ---      ParallelTerminationStrategy: PID 117 died...
22:49:51.402084 run  osmo-ms-virt-phy/00082(pid=117): Terminated: ok {rc=0}
22:49:51.405879 ---      ParallelTerminationStrategy: PID 118 died...
22:49:51.407410 run  osmo-ms-virt-phy/00083(pid=118): Terminated: ok {rc=0}
22:49:51.483393 ---      ParallelTerminationStrategy: PID 119 died...
22:49:51.486172 run  osmo-ms-virt-phy/00084(pid=119): Terminated: ok {rc=0}
22:49:51.496360 ---      ParallelTerminationStrategy: PID 120 died...
22:49:51.498560 run  osmo-ms-virt-phy/00085(pid=120): Terminated: ok {rc=0}
22:49:51.502491 ---      ParallelTerminationStrategy: PID 121 died...
22:49:51.504002 run  osmo-ms-virt-phy/00086(pid=121): Terminated: ok {rc=0}
22:49:51.507646 ---      ParallelTerminationStrategy: PID 122 died...
22:49:51.509126 run  osmo-ms-virt-phy/00087(pid=122): Terminated: ok {rc=0}
22:49:51.512811 ---      ParallelTerminationStrategy: PID 123 died...
22:49:51.514291 run  osmo-ms-virt-phy/00088(pid=123): Terminated: ok {rc=0}
22:49:51.517928 ---      ParallelTerminationStrategy: PID 124 died...
22:49:51.519396 run  osmo-ms-virt-phy/00089(pid=124): Terminated: ok {rc=0}
22:49:51.523029 ---      ParallelTerminationStrategy: PID 125 died...
22:49:51.524504 run  osmo-ms-virt-phy/00090(pid=125): Terminated: ok {rc=0}
22:49:51.528133 ---      ParallelTerminationStrategy: PID 126 died...
22:49:51.529621 run  osmo-ms-virt-phy/00091(pid=126): Terminated: ok {rc=0}
22:49:51.533248 ---      ParallelTerminationStrategy: PID 127 died...
22:49:51.534718 run  osmo-ms-virt-phy/00092(pid=127): Terminated: ok {rc=0}
22:49:51.538370 ---      ParallelTerminationStrategy: PID 128 died...
22:49:51.539840 run  osmo-ms-virt-phy/00093(pid=128): Terminated: ok {rc=0}
22:49:51.543489 ---      ParallelTerminationStrategy: PID 129 died...
22:49:51.544970 run  osmo-ms-virt-phy/00094(pid=129): Terminated: ok {rc=0}
22:49:51.548608 ---      ParallelTerminationStrategy: PID 130 died...
22:49:51.550085 run  osmo-ms-virt-phy/00095(pid=130): Terminated: ok {rc=0}
22:49:51.553724 ---      ParallelTerminationStrategy: PID 131 died...
22:49:51.555218 run  osmo-ms-virt-phy/00096(pid=131): Terminated: ok {rc=0}
22:49:51.558888 ---      ParallelTerminationStrategy: PID 132 died...
22:49:51.560382 run  osmo-ms-virt-phy/00097(pid=132): Terminated: ok {rc=0}
22:49:51.564053 ---      ParallelTerminationStrategy: PID 133 died...
22:49:51.565587 run  osmo-ms-virt-phy/00098(pid=133): Terminated: ok {rc=0}
22:49:51.569397 ---      ParallelTerminationStrategy: PID 134 died...
22:49:51.570926 run  osmo-ms-virt-phy/00099(pid=134): Terminated: ok {rc=0}
22:49:51.574773 ---      ParallelTerminationStrategy: PID 135 died...
22:49:51.576309 run       osmo-ms-mob/00000(pid=135): Terminated {rc=26112}
22:49:51.580090 ---      ParallelTerminationStrategy: PID 136 died...
22:49:51.581628 run       osmo-ms-mob/00001(pid=136): Terminated {rc=26112}
22:49:51.585426 ---      ParallelTerminationStrategy: PID 137 died...
22:49:51.586919 run       osmo-ms-mob/00002(pid=137): Terminated {rc=26112}
22:49:51.590611 ---      ParallelTerminationStrategy: PID 138 died...
22:49:51.592103 run       osmo-ms-mob/00003(pid=138): Terminated {rc=26112}
22:49:51.595879 ---      ParallelTerminationStrategy: PID 139 died...
22:49:51.597400 run       osmo-ms-mob/00004(pid=139): Terminated {rc=26112}
22:49:51.601447 ---      ParallelTerminationStrategy: PID 140 died...
22:49:51.602971 run       osmo-ms-mob/00005(pid=140): Terminated {rc=26112}
22:49:51.606769 ---      ParallelTerminationStrategy: PID 141 died...
22:49:51.608281 run       osmo-ms-mob/00006(pid=141): Terminated {rc=26112}
22:49:51.612054 ---      ParallelTerminationStrategy: PID 142 died...
22:49:51.613571 run       osmo-ms-mob/00007(pid=142): Terminated {rc=26112}
22:49:51.617337 ---      ParallelTerminationStrategy: PID 143 died...
22:49:51.618859 run       osmo-ms-mob/00008(pid=143): Terminated {rc=26112}
22:49:51.622658 ---      ParallelTerminationStrategy: PID 144 died...
22:49:51.624177 run       osmo-ms-mob/00009(pid=144): Terminated {rc=26112}
22:49:51.627949 ---      ParallelTerminationStrategy: PID 145 died...
22:49:51.629488 run       osmo-ms-mob/00010(pid=145): Terminated {rc=26112}
22:49:51.633269 ---      ParallelTerminationStrategy: PID 146 died...
22:49:51.634821 run       osmo-ms-mob/00011(pid=146): Terminated {rc=26112}
22:49:51.638656 ---      ParallelTerminationStrategy: PID 147 died...
22:49:51.640175 run       osmo-ms-mob/00012(pid=147): Terminated {rc=26112}
22:49:51.644060 ---      ParallelTerminationStrategy: PID 148 died...
22:49:51.645592 run       osmo-ms-mob/00013(pid=148): Terminated {rc=26112}
22:49:51.649227 ---      ParallelTerminationStrategy: PID 149 died...
22:49:51.650690 run       osmo-ms-mob/00014(pid=149): Terminated {rc=26112}
22:49:51.654336 ---      ParallelTerminationStrategy: PID 150 died...
22:49:51.655789 run       osmo-ms-mob/00015(pid=150): Terminated {rc=26112}
22:49:51.659417 ---      ParallelTerminationStrategy: PID 151 died...
22:49:51.660891 run       osmo-ms-mob/00016(pid=151): Terminated {rc=26112}
22:49:51.664597 ---      ParallelTerminationStrategy: PID 152 died...
22:49:51.666115 run       osmo-ms-mob/00017(pid=152): Terminated {rc=26112}
22:49:51.669745 ---      ParallelTerminationStrategy: PID 153 died...
22:49:51.671212 run       osmo-ms-mob/00018(pid=153): Terminated {rc=26112}
22:49:51.674848 ---      ParallelTerminationStrategy: PID 154 died...
22:49:51.676314 run       osmo-ms-mob/00019(pid=154): Terminated {rc=26112}
22:49:51.679964 ---      ParallelTerminationStrategy: PID 155 died...
22:49:51.681426 run       osmo-ms-mob/00020(pid=155): Terminated {rc=26112}
22:49:51.685058 ---      ParallelTerminationStrategy: PID 156 died...
22:49:51.686513 run       osmo-ms-mob/00021(pid=156): Terminated {rc=26112}
22:49:51.690186 ---      ParallelTerminationStrategy: PID 157 died...
22:49:51.691723 run       osmo-ms-mob/00022(pid=157): Terminated {rc=26112}
22:49:51.695436 ---      ParallelTerminationStrategy: PID 158 died...
22:49:51.696908 run       osmo-ms-mob/00023(pid=158): Terminated {rc=26112}
22:49:51.700524 ---      ParallelTerminationStrategy: PID 159 died...
22:49:51.701991 run       osmo-ms-mob/00024(pid=159): Terminated {rc=26112}
22:49:51.705619 ---      ParallelTerminationStrategy: PID 160 died...
22:49:51.707133 run       osmo-ms-mob/00025(pid=160): Terminated {rc=26112}
22:49:51.710925 ---      ParallelTerminationStrategy: PID 161 died...
22:49:51.712459 run       osmo-ms-mob/00026(pid=161): Terminated {rc=26112}
22:49:51.716088 ---      ParallelTerminationStrategy: PID 162 died...
22:49:51.717596 run       osmo-ms-mob/00027(pid=162): Terminated {rc=26112}
22:49:51.721359 ---      ParallelTerminationStrategy: PID 163 died...
22:49:51.722879 run       osmo-ms-mob/00028(pid=163): Terminated {rc=26112}
22:49:51.726632 ---      ParallelTerminationStrategy: PID 164 died...
22:49:51.728128 run       osmo-ms-mob/00029(pid=164): Terminated {rc=26112}
22:49:51.731808 ---      ParallelTerminationStrategy: PID 165 died...
22:49:51.733299 run       osmo-ms-mob/00030(pid=165): Terminated {rc=26112}
22:49:51.736936 ---      ParallelTerminationStrategy: PID 166 died...
22:49:51.738436 run       osmo-ms-mob/00031(pid=166): Terminated {rc=26112}
22:49:51.742167 ---      ParallelTerminationStrategy: PID 167 died...
22:49:51.743634 run       osmo-ms-mob/00032(pid=167): Terminated {rc=26112}
22:49:51.747304 ---      ParallelTerminationStrategy: PID 168 died...
22:49:51.748807 run       osmo-ms-mob/00033(pid=168): Terminated {rc=26112}
22:49:51.752585 ---      ParallelTerminationStrategy: PID 169 died...
22:49:51.754114 run       osmo-ms-mob/00034(pid=169): Terminated {rc=26112}
22:49:51.757920 ---      ParallelTerminationStrategy: PID 170 died...
22:49:51.759454 run       osmo-ms-mob/00035(pid=170): Terminated {rc=26112}
22:49:51.763233 ---      ParallelTerminationStrategy: PID 171 died...
22:49:51.764754 run       osmo-ms-mob/00036(pid=171): Terminated {rc=26112}
22:49:51.768498 ---      ParallelTerminationStrategy: PID 172 died...
22:49:51.770028 run       osmo-ms-mob/00037(pid=172): Terminated {rc=26112}
22:49:51.773838 ---      ParallelTerminationStrategy: PID 173 died...
22:49:51.775365 run       osmo-ms-mob/00038(pid=173): Terminated {rc=26112}
22:49:51.779145 ---      ParallelTerminationStrategy: PID 174 died...
22:49:51.780707 run       osmo-ms-mob/00039(pid=174): Terminated {rc=26112}
22:49:51.784494 ---      ParallelTerminationStrategy: PID 175 died...
22:49:51.786022 run       osmo-ms-mob/00040(pid=175): Terminated {rc=26112}
22:49:51.789799 ---      ParallelTerminationStrategy: PID 176 died...
22:49:51.791325 run       osmo-ms-mob/00041(pid=176): Terminated {rc=26112}
22:49:51.795135 ---      ParallelTerminationStrategy: PID 177 died...
22:49:51.796669 run       osmo-ms-mob/00042(pid=177): Terminated {rc=26112}
22:49:51.800470 ---      ParallelTerminationStrategy: PID 178 died...
22:49:51.802047 run       osmo-ms-mob/00043(pid=178): Terminated {rc=26112}
22:49:51.805859 ---      ParallelTerminationStrategy: PID 179 died...
22:49:51.807383 run       osmo-ms-mob/00044(pid=179): Terminated {rc=26112}
22:49:51.811164 ---      ParallelTerminationStrategy: PID 180 died...
22:49:51.812691 run       osmo-ms-mob/00045(pid=180): Terminated {rc=26112}
22:49:51.816497 ---      ParallelTerminationStrategy: PID 181 died...
22:49:51.818016 run       osmo-ms-mob/00046(pid=181): Terminated {rc=26112}
22:49:51.821821 ---      ParallelTerminationStrategy: PID 182 died...
22:49:51.823347 run       osmo-ms-mob/00047(pid=182): Terminated {rc=26112}
22:49:51.827145 ---      ParallelTerminationStrategy: PID 183 died...
22:49:51.828668 run       osmo-ms-mob/00048(pid=183): Terminated {rc=26112}
22:49:51.832456 ---      ParallelTerminationStrategy: PID 184 died...
22:49:51.834302 run       osmo-ms-mob/00049(pid=184): Terminated {rc=26112}
22:49:51.838090 ---      ParallelTerminationStrategy: PID 185 died...
22:49:51.839618 run       osmo-ms-mob/00050(pid=185): Terminated {rc=26112}
22:49:51.843416 ---      ParallelTerminationStrategy: PID 186 died...
22:49:51.844940 run       osmo-ms-mob/00051(pid=186): Terminated {rc=26112}
22:49:51.848704 ---      ParallelTerminationStrategy: PID 187 died...
22:49:51.850230 run       osmo-ms-mob/00052(pid=187): Terminated {rc=26112}
22:49:51.854027 ---      ParallelTerminationStrategy: PID 188 died...
22:49:51.855558 run       osmo-ms-mob/00053(pid=188): Terminated {rc=26112}
22:49:51.859337 ---      ParallelTerminationStrategy: PID 189 died...
22:49:51.860920 run       osmo-ms-mob/00054(pid=189): Terminated {rc=26112}
22:49:51.864730 ---      ParallelTerminationStrategy: PID 190 died...
22:49:51.866270 run       osmo-ms-mob/00055(pid=190): Terminated {rc=26112}
22:49:51.870071 ---      ParallelTerminationStrategy: PID 191 died...
22:49:51.871595 run       osmo-ms-mob/00056(pid=191): Terminated {rc=26112}
22:49:51.875444 ---      ParallelTerminationStrategy: PID 192 died...
22:49:51.877021 run       osmo-ms-mob/00057(pid=192): Terminated {rc=26112}
22:49:51.880808 ---      ParallelTerminationStrategy: PID 193 died...
22:49:51.882332 run       osmo-ms-mob/00058(pid=193): Terminated {rc=26112}
22:49:51.886110 ---      ParallelTerminationStrategy: PID 194 died...
22:49:51.887637 run       osmo-ms-mob/00059(pid=194): Terminated {rc=26112}
22:49:51.891356 ---      ParallelTerminationStrategy: PID 195 died...
22:49:51.892877 run       osmo-ms-mob/00060(pid=195): Terminated {rc=26112}
22:49:51.896656 ---      ParallelTerminationStrategy: PID 196 died...
22:49:51.898180 run       osmo-ms-mob/00061(pid=196): Terminated {rc=26112}
22:49:51.901915 ---      ParallelTerminationStrategy: PID 197 died...
22:49:51.903472 run       osmo-ms-mob/00062(pid=197): Terminated {rc=26112}
22:49:51.907094 ---      ParallelTerminationStrategy: PID 198 died...
22:49:51.908545 run       osmo-ms-mob/00063(pid=198): Terminated {rc=26112}
22:49:51.912223 ---      ParallelTerminationStrategy: PID 199 died...
22:49:51.913709 run       osmo-ms-mob/00064(pid=199): Terminated {rc=26112}
22:49:51.917456 ---      ParallelTerminationStrategy: PID 200 died...
22:49:51.918976 run       osmo-ms-mob/00065(pid=200): Terminated {rc=26112}
22:49:51.922665 ---      ParallelTerminationStrategy: PID 201 died...
22:49:51.924196 run       osmo-ms-mob/00066(pid=201): Terminated {rc=26112}
22:49:51.927996 ---      ParallelTerminationStrategy: PID 202 died...
22:49:51.929475 run       osmo-ms-mob/00067(pid=202): Terminated {rc=26112}
22:49:51.933139 ---      ParallelTerminationStrategy: PID 203 died...
22:49:51.934644 run       osmo-ms-mob/00068(pid=203): Terminated {rc=26112}
22:49:51.938344 ---      ParallelTerminationStrategy: PID 204 died...
22:49:51.939805 run       osmo-ms-mob/00069(pid=204): Terminated {rc=26112}
22:49:51.943494 ---      ParallelTerminationStrategy: PID 205 died...
22:49:51.944964 run       osmo-ms-mob/00070(pid=205): Terminated {rc=26112}
22:49:51.948588 ---      ParallelTerminationStrategy: PID 206 died...
22:49:51.950049 run       osmo-ms-mob/00071(pid=206): Terminated {rc=26112}
22:49:51.953698 ---      ParallelTerminationStrategy: PID 207 died...
22:49:51.955151 run       osmo-ms-mob/00072(pid=207): Terminated {rc=26112}
22:49:51.958806 ---      ParallelTerminationStrategy: PID 208 died...
22:49:51.960259 run       osmo-ms-mob/00073(pid=208): Terminated {rc=26112}
22:49:51.963900 ---      ParallelTerminationStrategy: PID 209 died...
22:49:51.965359 run       osmo-ms-mob/00074(pid=209): Terminated {rc=26112}
22:49:51.969023 ---      ParallelTerminationStrategy: PID 210 died...
22:49:51.970547 run       osmo-ms-mob/00075(pid=210): Terminated {rc=26112}
22:49:51.974323 ---      ParallelTerminationStrategy: PID 211 died...
22:49:51.975783 run       osmo-ms-mob/00076(pid=211): Terminated {rc=26112}
22:49:51.979436 ---      ParallelTerminationStrategy: PID 212 died...
22:49:51.980899 run       osmo-ms-mob/00077(pid=212): Terminated {rc=26112}
22:49:51.984537 ---      ParallelTerminationStrategy: PID 213 died...
22:49:51.986002 run       osmo-ms-mob/00078(pid=213): Terminated {rc=26112}
22:49:51.989705 ---      ParallelTerminationStrategy: PID 214 died...
22:49:51.991216 run       osmo-ms-mob/00079(pid=214): Terminated {rc=26112}
22:49:51.995057 ---      ParallelTerminationStrategy: PID 215 died...
22:49:51.996588 run       osmo-ms-mob/00080(pid=215): Terminated {rc=26112}
22:49:52.000357 ---      ParallelTerminationStrategy: PID 216 died...
22:49:52.001876 run       osmo-ms-mob/00081(pid=216): Terminated {rc=26112}
22:49:52.005681 ---      ParallelTerminationStrategy: PID 217 died...
22:49:52.007200 run       osmo-ms-mob/00082(pid=217): Terminated {rc=26112}
22:49:52.010996 ---      ParallelTerminationStrategy: PID 218 died...
22:49:52.012518 run       osmo-ms-mob/00083(pid=218): Terminated {rc=26112}
22:49:52.016305 ---      ParallelTerminationStrategy: PID 219 died...
22:49:52.017826 run       osmo-ms-mob/00084(pid=219): Terminated {rc=26112}
22:49:52.021628 ---      ParallelTerminationStrategy: PID 220 died...
22:49:52.023162 run       osmo-ms-mob/00085(pid=220): Terminated {rc=26112}
22:49:52.026949 ---      ParallelTerminationStrategy: PID 221 died...
22:49:52.028460 run       osmo-ms-mob/00086(pid=221): Terminated {rc=26112}
22:49:52.032244 ---      ParallelTerminationStrategy: PID 222 died...
22:49:52.033761 run       osmo-ms-mob/00087(pid=222): Terminated {rc=26112}
22:49:52.037568 ---      ParallelTerminationStrategy: PID 223 died...
22:49:52.039084 run       osmo-ms-mob/00088(pid=223): Terminated {rc=26112}
22:49:52.042849 ---      ParallelTerminationStrategy: PID 224 died...
22:49:52.044365 run       osmo-ms-mob/00089(pid=224): Terminated {rc=26112}
22:49:52.048161 ---      ParallelTerminationStrategy: PID 225 died...
22:49:52.049685 run       osmo-ms-mob/00090(pid=225): Terminated {rc=26112}
22:49:52.053500 ---      ParallelTerminationStrategy: PID 226 died...
22:49:52.055019 run       osmo-ms-mob/00091(pid=226): Terminated {rc=26112}
22:49:52.058800 ---      ParallelTerminationStrategy: PID 227 died...
22:49:52.060333 run       osmo-ms-mob/00092(pid=227): Terminated {rc=26112}
22:49:52.064122 ---      ParallelTerminationStrategy: PID 228 died...
22:49:52.065663 run       osmo-ms-mob/00093(pid=228): Terminated {rc=26112}
22:49:52.069478 ---      ParallelTerminationStrategy: PID 229 died...
22:49:52.070995 run       osmo-ms-mob/00094(pid=229): Terminated {rc=26112}
22:49:52.074780 ---      ParallelTerminationStrategy: PID 230 died...
22:49:52.076302 run       osmo-ms-mob/00095(pid=230): Terminated {rc=26112}
22:49:52.080104 ---      ParallelTerminationStrategy: PID 231 died...
22:49:52.081627 run       osmo-ms-mob/00096(pid=231): Terminated {rc=26112}
22:49:52.085485 ---      ParallelTerminationStrategy: PID 232 died...
22:49:52.087010 run       osmo-ms-mob/00097(pid=232): Terminated {rc=26112}
22:49:52.090808 ---      ParallelTerminationStrategy: PID 233 died...
22:49:52.092326 run       osmo-ms-mob/00098(pid=233): Terminated {rc=26112}
22:49:52.096116 ---      ParallelTerminationStrategy: PID 234 died...
22:49:52.097664 run       osmo-ms-mob/00099(pid=234): Terminated {rc=26112}
22:49:55.501184 ---      ParallelTerminationStrategy: PID 34 died...
22:49:55.502817 run         osmo-bts-virtual(pid=34): Terminated: ok {rc=0}
---------------------------------------------------------------------
trial-8099 netreg_mass PASS
---------------------------------------------------------------------
22:49:55.584306 tst                       trial-8099: Storing JUnit report in /build/trial-8099/run.2025-09-24_22-48-22/trial-8099.xml

--------------------------------------------------------------------------------------------
trial-8099 PASS
--------------------------------------------------------------------------------------------
22:49:55.596279 tst                       trial-8099: trial-8099: PASS, 1 suites passed
PASS: netreg_mass (pass: 1)
    pass: register_default_mass.py (86.9 sec)
+ exit_code=0
+ rm -rf trial-8099/inst
+ cd trial-8099
+ command -v journalctl
+ [ ! -z /usr/bin/journalctl ]
+ readlink last_run
+ journalctl -u ofono -o short-precise --since 2025-09-24 22:48:22
No journal files were found.
+ readlink last_run
+ tar czf /build/trial-8099-run.tgz run.2025-09-24_22-48-22
+ tar czf /build/trial-8099-bin.tgz checksums.md5 open5gs.build-8.tgz osmo-bsc.build-2025-09-24_13_26_31.tgz osmo-bts-oc2g.build-2025-09-24_00_51_39.tgz osmo-bts-sysmo.build-2025-09-24_00_51_44.tgz osmo-bts.build-2025-09-24_00_51_49.tgz osmo-ggsn.build-2025-09-24_20_42_41.tgz osmo-hlr.build-2025-09-24_16_39_04.tgz osmo-hnbgw.build-2025-09-24_13_30_22.tgz osmo-mgw.build-2025-09-24_08_33_12.tgz osmo-msc.build-2025-09-24_13_34_30.tgz osmo-nitb.build-17155.tgz osmo-pcu-oc2g.build-2025-09-24_07_34_05.tgz osmo-pcu-sysmo.build-2025-09-24_07_36_11.tgz osmo-pcu.build-2025-09-24_07_36_19.tgz osmo-sgsn.build-2025-09-24_20_48_20.tgz osmo-stp.build-2025-09-24_13_25_21.tgz osmo-trx.build-2025-09-24_14_26_32.tgz osmocom-bb.build-2025-09-24_21_17_17.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