Skip to content
Success

Console Output

Skipping 19 KB.. Full Log
#11 CACHED

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

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

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

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

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

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

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

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

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

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

#22 [24/28] RUN     mkdir -p /usr/local/bin/ && cp osmo-gsm-tester/utils/bin/* /usr/local/bin/
#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 [ 4/28] RUN     usermod -a -G osmo-gsm-tester jenkins
#24 CACHED

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

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

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

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

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

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

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

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

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

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

 2 warnings found (use docker --debug to expand):
 - InvalidDefaultArgInFrom: Default value for ARG $USER/debian-bookworm-build results in empty or invalid base image name (line 2)
 - LegacyKeyValueFormat: "ENV key=value" should be used instead of legacy "ENV key value" format (line 65)
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=8115 -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-10-10 22:48:16
+ trial_dir_prefix=trial-
+ rm -rf trial-*
+ trial_dir=trial-8115
+ mkdir -p trial-8115
+ mv open5gs.build-8.tgz osmo-bsc.build-2025-10-10_13_26_32.tgz osmo-bts-oc2g.build-2025-10-10_00_51_49.tgz osmo-bts-sysmo.build-2025-10-10_00_51_52.tgz osmo-bts.build-2025-10-10_00_51_56.tgz osmo-ggsn.build-2025-10-10_20_42_28.tgz osmo-hlr.build-2025-10-10_16_36_48.tgz osmo-hnbgw.build-2025-10-10_13_28_26.tgz osmo-mgw.build-2025-10-10_08_33_15.tgz osmo-msc.build-2025-10-10_13_32_23.tgz osmo-nitb.build-17155.tgz osmo-pcu-oc2g.build-2025-10-10_07_34_02.tgz osmo-pcu-sysmo.build-2025-10-10_07_36_07.tgz osmo-pcu.build-2025-10-10_07_36_15.tgz osmo-sgsn.build-2025-10-10_20_48_24.tgz osmo-stp.build-2025-10-10_13_25_18.tgz osmo-trx.build-2025-10-10_14_26_25.tgz osmocom-bb.build-2025-10-10_21_18_05.tgz srslte.build-19.tgz trial-8115
+ cat open5gs.build-8.md5 osmo-bsc.build-2025-10-10_13_26_32.md5 osmo-bts-oc2g.build-2025-10-10_00_51_49.md5 osmo-bts-sysmo.build-2025-10-10_00_51_52.md5 osmo-bts.build-2025-10-10_00_51_56.md5 osmo-ggsn.build-2025-10-10_20_42_28.md5 osmo-hlr.build-2025-10-10_16_36_48.md5 osmo-hnbgw.build-2025-10-10_13_28_26.md5 osmo-mgw.build-2025-10-10_08_33_15.md5 osmo-msc.build-2025-10-10_13_32_23.md5 osmo-nitb.build-17155.md5 osmo-pcu-oc2g.build-2025-10-10_07_34_02.md5 osmo-pcu-sysmo.build-2025-10-10_07_36_07.md5 osmo-pcu.build-2025-10-10_07_36_15.md5 osmo-sgsn.build-2025-10-10_20_48_24.md5 osmo-stp.build-2025-10-10_13_25_18.md5 osmo-trx.build-2025-10-10_14_26_25.md5 osmocom-bb.build-2025-10-10_21_18_05.md5 srslte.build-19.md5
+ rm open5gs.build-8.md5 osmo-bsc.build-2025-10-10_13_26_32.md5 osmo-bts-oc2g.build-2025-10-10_00_51_49.md5 osmo-bts-sysmo.build-2025-10-10_00_51_52.md5 osmo-bts.build-2025-10-10_00_51_56.md5 osmo-ggsn.build-2025-10-10_20_42_28.md5 osmo-hlr.build-2025-10-10_16_36_48.md5 osmo-hnbgw.build-2025-10-10_13_28_26.md5 osmo-mgw.build-2025-10-10_08_33_15.md5 osmo-msc.build-2025-10-10_13_32_23.md5 osmo-nitb.build-17155.md5 osmo-pcu-oc2g.build-2025-10-10_07_34_02.md5 osmo-pcu-sysmo.build-2025-10-10_07_36_07.md5 osmo-pcu.build-2025-10-10_07_36_15.md5 osmo-sgsn.build-2025-10-10_20_48_24.md5 osmo-stp.build-2025-10-10_13_25_18.md5 osmo-trx.build-2025-10-10_14_26_25.md5 osmocom-bb.build-2025-10-10_21_18_05.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-8115 -s netreg_mass
combinations: ['netreg_mass']
trial: 'trial-8115'
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-8115
--------------------------------------------------------------------------------------------
22:48:17.056037 tst                       trial-8115: Detailed log at /build/trial-8115/run.2025-10-10_22-48-17/log

---------------------------------------------------------------------
trial-8115 netreg_mass
---------------------------------------------------------------------
22:48:17.269036 tst                      netreg_mass: reserving resources in /var/tmp/osmo-gsm-tester/state ...
22:48:17.269412 tst                      netreg_mass: Verifying 1 x bts (candidates: 1)
22:48:17.270232 tst                      netreg_mass: Verifying 6 x ip_address (candidates: 9)
22:48:17.271445 tst                      netreg_mass: Verifying 100 x modem (candidates: 100)
22:48:17.327516 tst                      netreg_mass: Reserving 1 x bts (candidates: 1)
22:48:17.328386 tst                      netreg_mass: Reserving 6 x ip_address (candidates: 9)
22:48:17.329551 tst                      netreg_mass: Reserving 100 x modem (candidates: 100)
22:48:17.429116 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-8115 netreg_mass register_default_mass.py
----------------------------------------------
22:48:17.430369 tst       register_default_mass.py:9: Claiming resources for the test
22:48:17.446475 tst                      netreg_mass: Using 1 x ip_address (candidates: 6)
22:48:17.447043 tst                      netreg_mass: Using 1 x ip_address (candidates: 6)
22:48:17.447518 tst                      netreg_mass: Using 1 x ip_address (candidates: 6)
22:48:17.447978 tst                      netreg_mass: Using 1 x ip_address (candidates: 6)
22:48:17.448431 tst                      netreg_mass: Using 1 x ip_address (candidates: 6)
22:48:17.448922 tst                      netreg_mass: Using 1 x ip_address (candidates: 6)
22:48:17.449386 tst                      netreg_mass: Using 1 x bts (candidates: 1)
22:48:17.638435 tst         register_default_mass.py: using LAC 2
22:48:17.767835 tst         register_default_mass.py: using RAC 2
22:48:17.901427 tst         register_default_mass.py: using CellId 2
22:48:17.938290 tst         register_default_mass.py: using BVCI 3
22:48:17.944212 tst                      netreg_mass: Using 1 x modem (candidates: 100)
22:48:17.944899 tst                      netreg_mass: Using 1 x modem (candidates: 100)
22:48:17.945458 tst                      netreg_mass: Using 1 x modem (candidates: 100)
22:48:17.945997 tst                      netreg_mass: Using 1 x modem (candidates: 100)
22:48:17.946542 tst                      netreg_mass: Using 1 x modem (candidates: 100)
22:48:17.947072 tst                      netreg_mass: Using 1 x modem (candidates: 100)
22:48:17.947571 tst                      netreg_mass: Using 1 x modem (candidates: 100)
22:48:17.948121 tst                      netreg_mass: Using 1 x modem (candidates: 100)
22:48:17.948663 tst                      netreg_mass: Using 1 x modem (candidates: 100)
22:48:17.949182 tst                      netreg_mass: Using 1 x modem (candidates: 100)
22:48:17.949719 tst                      netreg_mass: Using 1 x modem (candidates: 100)
22:48:17.950235 tst                      netreg_mass: Using 1 x modem (candidates: 100)
22:48:17.950757 tst                      netreg_mass: Using 1 x modem (candidates: 100)
22:48:17.951286 tst                      netreg_mass: Using 1 x modem (candidates: 100)
22:48:17.951809 tst                      netreg_mass: Using 1 x modem (candidates: 100)
22:48:17.952321 tst                      netreg_mass: Using 1 x modem (candidates: 100)
22:48:17.952832 tst                      netreg_mass: Using 1 x modem (candidates: 100)
22:48:17.953356 tst                      netreg_mass: Using 1 x modem (candidates: 100)
22:48:17.953870 tst                      netreg_mass: Using 1 x modem (candidates: 100)
22:48:17.954382 tst                      netreg_mass: Using 1 x modem (candidates: 100)
22:48:17.954903 tst                      netreg_mass: Using 1 x modem (candidates: 100)
22:48:17.955429 tst                      netreg_mass: Using 1 x modem (candidates: 100)
22:48:17.955943 tst                      netreg_mass: Using 1 x modem (candidates: 100)
22:48:17.956472 tst                      netreg_mass: Using 1 x modem (candidates: 100)
22:48:17.956996 tst                      netreg_mass: Using 1 x modem (candidates: 100)
22:48:17.957505 tst                      netreg_mass: Using 1 x modem (candidates: 100)
22:48:17.958024 tst                      netreg_mass: Using 1 x modem (candidates: 100)
22:48:17.958539 tst                      netreg_mass: Using 1 x modem (candidates: 100)
22:48:17.959051 tst                      netreg_mass: Using 1 x modem (candidates: 100)
22:48:17.959579 tst                      netreg_mass: Using 1 x modem (candidates: 100)
22:48:17.960091 tst                      netreg_mass: Using 1 x modem (candidates: 100)
22:48:17.960596 tst                      netreg_mass: Using 1 x modem (candidates: 100)
22:48:17.961127 tst                      netreg_mass: Using 1 x modem (candidates: 100)
22:48:17.961656 tst                      netreg_mass: Using 1 x modem (candidates: 100)
22:48:17.962168 tst                      netreg_mass: Using 1 x modem (candidates: 100)
22:48:17.962693 tst                      netreg_mass: Using 1 x modem (candidates: 100)
22:48:17.963203 tst                      netreg_mass: Using 1 x modem (candidates: 100)
22:48:17.963718 tst                      netreg_mass: Using 1 x modem (candidates: 100)
22:48:17.964248 tst                      netreg_mass: Using 1 x modem (candidates: 100)
22:48:17.964758 tst                      netreg_mass: Using 1 x modem (candidates: 100)
22:48:17.965260 tst                      netreg_mass: Using 1 x modem (candidates: 100)
22:48:17.965781 tst                      netreg_mass: Using 1 x modem (candidates: 100)
22:48:17.966302 tst                      netreg_mass: Using 1 x modem (candidates: 100)
22:48:17.966819 tst                      netreg_mass: Using 1 x modem (candidates: 100)
22:48:17.967341 tst                      netreg_mass: Using 1 x modem (candidates: 100)
22:48:17.967849 tst                      netreg_mass: Using 1 x modem (candidates: 100)
22:48:17.968355 tst                      netreg_mass: Using 1 x modem (candidates: 100)
22:48:17.968891 tst                      netreg_mass: Using 1 x modem (candidates: 100)
22:48:17.969412 tst                      netreg_mass: Using 1 x modem (candidates: 100)
22:48:17.969934 tst                      netreg_mass: Using 1 x modem (candidates: 100)
22:48:17.970457 tst                      netreg_mass: Using 1 x modem (candidates: 100)
22:48:17.970961 tst                      netreg_mass: Using 1 x modem (candidates: 100)
22:48:17.971468 tst                      netreg_mass: Using 1 x modem (candidates: 100)
22:48:17.971989 tst                      netreg_mass: Using 1 x modem (candidates: 100)
22:48:17.972494 tst                      netreg_mass: Using 1 x modem (candidates: 100)
22:48:17.973009 tst                      netreg_mass: Using 1 x modem (candidates: 100)
22:48:17.973532 tst                      netreg_mass: Using 1 x modem (candidates: 100)
22:48:17.974039 tst                      netreg_mass: Using 1 x modem (candidates: 100)
22:48:17.974540 tst                      netreg_mass: Using 1 x modem (candidates: 100)
22:48:17.975046 tst                      netreg_mass: Using 1 x modem (candidates: 100)
22:48:17.975555 tst                      netreg_mass: Using 1 x modem (candidates: 100)
22:48:17.976058 tst                      netreg_mass: Using 1 x modem (candidates: 100)
22:48:17.976566 tst                      netreg_mass: Using 1 x modem (candidates: 100)
22:48:17.977087 tst                      netreg_mass: Using 1 x modem (candidates: 100)
22:48:17.977588 tst                      netreg_mass: Using 1 x modem (candidates: 100)
22:48:17.978083 tst                      netreg_mass: Using 1 x modem (candidates: 100)
22:48:17.978599 tst                      netreg_mass: Using 1 x modem (candidates: 100)
22:48:17.979112 tst                      netreg_mass: Using 1 x modem (candidates: 100)
22:48:17.979609 tst                      netreg_mass: Using 1 x modem (candidates: 100)
22:48:17.980123 tst                      netreg_mass: Using 1 x modem (candidates: 100)
22:48:17.980630 tst                      netreg_mass: Using 1 x modem (candidates: 100)
22:48:17.981113 tst                      netreg_mass: Using 1 x modem (candidates: 100)
22:48:17.981686 tst                      netreg_mass: Using 1 x modem (candidates: 100)
22:48:17.982189 tst                      netreg_mass: Using 1 x modem (candidates: 100)
22:48:17.982681 tst                      netreg_mass: Using 1 x modem (candidates: 100)
22:48:17.983154 tst                      netreg_mass: Using 1 x modem (candidates: 100)
22:48:17.983641 tst                      netreg_mass: Using 1 x modem (candidates: 100)
22:48:17.984125 tst                      netreg_mass: Using 1 x modem (candidates: 100)
22:48:17.984601 tst                      netreg_mass: Using 1 x modem (candidates: 100)
22:48:17.985081 tst                      netreg_mass: Using 1 x modem (candidates: 100)
22:48:17.985575 tst                      netreg_mass: Using 1 x modem (candidates: 100)
22:48:17.986057 tst                      netreg_mass: Using 1 x modem (candidates: 100)
22:48:17.986543 tst                      netreg_mass: Using 1 x modem (candidates: 100)
22:48:17.987028 tst                      netreg_mass: Using 1 x modem (candidates: 100)
22:48:17.987506 tst                      netreg_mass: Using 1 x modem (candidates: 100)
22:48:17.987980 tst                      netreg_mass: Using 1 x modem (candidates: 100)
22:48:17.988473 tst                      netreg_mass: Using 1 x modem (candidates: 100)
22:48:17.988965 tst                      netreg_mass: Using 1 x modem (candidates: 100)
22:48:17.989446 tst                      netreg_mass: Using 1 x modem (candidates: 100)
22:48:17.989927 tst                      netreg_mass: Using 1 x modem (candidates: 100)
22:48:17.990415 tst                      netreg_mass: Using 1 x modem (candidates: 100)
22:48:17.990899 tst                      netreg_mass: Using 1 x modem (candidates: 100)
22:48:17.991384 tst                      netreg_mass: Using 1 x modem (candidates: 100)
22:48:17.991879 tst                      netreg_mass: Using 1 x modem (candidates: 100)
22:48:17.992354 tst                      netreg_mass: Using 1 x modem (candidates: 100)
22:48:17.992848 tst                      netreg_mass: Using 1 x modem (candidates: 100)
22:48:17.993336 tst                      netreg_mass: Using 1 x modem (candidates: 100)
22:48:17.993821 tst                      netreg_mass: Using 1 x modem (candidates: 100)
22:48:17.994296 tst                      netreg_mass: Using 1 x modem (candidates: 100)
22:48:17.994800 tst                      netreg_mass: Using 1 x modem (candidates: 100)
22:48:17.995288 tst                      netreg_mass: Using 1 x modem (candidates: 100)
22:48:17.995830 tst      register_default_mass.py:21: Launching a simple network
22:48:18.005564 run              osmo-hlr_127.0.42.2: Starting osmo-hlr
22:48:18.126945 run            create_hlr_db(pid=20): Launched
22:48:19.136984 run            create_hlr_db(pid=20): Terminated: ok {rc=0}
22:48:19.153498 run pcap-recorder_any(filters='host 127.0.42.2')(pid=22): Launched
22:48:19.168772 run      osmo-hlr_127.0.42.2(pid=23): Launched
22:48:19.174496 run              osmo-stp_127.0.42.5: Starting osmo-stp
22:48:19.359551 run pcap-recorder_any(filters='host 127.0.42.5 and port not 22')(pid=24): Launched
22:48:19.375113 run      osmo-stp_127.0.42.5(pid=25): Launched
22:48:19.381237 run              osmo-msc_127.0.42.6: Starting osmo-msc
22:48:19.817995 run pcap-recorder_any(filters='host 127.0.42.6 and port not 22')(pid=26): Launched
22:48:19.835641 run      osmo-msc_127.0.42.6(pid=27): Launched
22:48:22.846071 run              osmo-mgw_127.0.42.3: Starting osmo-mgw
22:48:22.967398 run pcap-recorder_any(filters='host 127.0.42.3 and port not 22')(pid=28): Launched
22:48:22.982913 run      osmo-mgw_127.0.42.3(pid=29): Launched
22:48:22.989027 run              osmo-mgw_127.0.42.4: Starting osmo-mgw
22:48:23.013416 run pcap-recorder_any(filters='host 127.0.42.4 and port not 22')(pid=30): Launched
22:48:23.028746 run      osmo-mgw_127.0.42.4(pid=31): Launched
22:48:23.034537 run              osmo-bsc_127.0.42.7: Starting osmo-bsc
22:48:23.353720 run pcap-recorder_any(filters='host 127.0.42.7 and port not 22')(pid=32): Launched
22:48:23.369188 run      osmo-bsc_127.0.42.7(pid=33): Launched
22:48:29.387756 run                 osmo-bts-virtual: Starting to connect to osmo-bsc_127.0.42.7
22:48:29.543792 run         osmo-bts-virtual(pid=34): Launched
22:48:30.587805 tst         register_default_mass.py: using MSISDN 1001
22:48:30.594111 run              osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001010000000000', msisdn='1001', subscriber_id=1}
22:48:30.694507 tst         register_default_mass.py: using MSISDN 1002
22:48:30.701622 run              osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001010000000001', msisdn='1002', subscriber_id=2}
22:48:30.772177 tst         register_default_mass.py: using MSISDN 1003
22:48:30.778357 run              osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001010000000002', msisdn='1003', subscriber_id=3}
22:48:30.857482 tst         register_default_mass.py: using MSISDN 1004
22:48:30.865158 run              osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001010000000003', msisdn='1004', subscriber_id=4}
22:48:30.949921 tst         register_default_mass.py: using MSISDN 1005
22:48:30.959190 run              osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001010000000004', msisdn='1005', subscriber_id=5}
22:48:31.037067 tst         register_default_mass.py: using MSISDN 1006
22:48:31.048238 run              osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001010000000005', msisdn='1006', subscriber_id=6}
22:48:31.132897 tst         register_default_mass.py: using MSISDN 1007
22:48:31.138900 run              osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001010000000006', msisdn='1007', subscriber_id=7}
22:48:31.213988 tst         register_default_mass.py: using MSISDN 1008
22:48:31.220258 run              osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001010000000007', msisdn='1008', subscriber_id=8}
22:48:31.300930 tst         register_default_mass.py: using MSISDN 1009
22:48:31.308710 run              osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001010000000008', msisdn='1009', subscriber_id=9}
22:48:31.386840 tst         register_default_mass.py: using MSISDN 1010
22:48:31.392914 run              osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001010000000009', msisdn='1010', subscriber_id=10}
22:48:31.480539 tst         register_default_mass.py: using MSISDN 1011
22:48:31.490326 run              osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001020000000000', msisdn='1011', subscriber_id=11}
22:48:31.567259 tst         register_default_mass.py: using MSISDN 1012
22:48:31.577791 run              osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001020000000001', msisdn='1012', subscriber_id=12}
22:48:31.660455 tst         register_default_mass.py: using MSISDN 1013
22:48:31.673154 run              osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001020000000002', msisdn='1013', subscriber_id=13}
22:48:32.034305 tst         register_default_mass.py: using MSISDN 1014
22:48:32.043173 run              osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001020000000003', msisdn='1014', subscriber_id=14}
22:48:32.110126 tst         register_default_mass.py: using MSISDN 1015
22:48:32.116228 run              osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001020000000004', msisdn='1015', subscriber_id=15}
22:48:32.198885 tst         register_default_mass.py: using MSISDN 1016
22:48:32.204765 run              osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001020000000005', msisdn='1016', subscriber_id=16}
22:48:32.289024 tst         register_default_mass.py: using MSISDN 1017
22:48:32.296546 run              osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001020000000006', msisdn='1017', subscriber_id=17}
22:48:32.367949 tst         register_default_mass.py: using MSISDN 1018
22:48:32.373685 run              osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001020000000007', msisdn='1018', subscriber_id=18}
22:48:32.437661 tst         register_default_mass.py: using MSISDN 1019
22:48:32.443470 run              osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001020000000008', msisdn='1019', subscriber_id=19}
22:48:32.561531 tst         register_default_mass.py: using MSISDN 1020
22:48:32.567530 run              osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001020000000009', msisdn='1020', subscriber_id=20}
22:48:32.642086 tst         register_default_mass.py: using MSISDN 1021
22:48:32.652980 run              osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001030000000000', msisdn='1021', subscriber_id=21}
22:48:32.760741 tst         register_default_mass.py: using MSISDN 1022
22:48:32.769387 run              osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001030000000001', msisdn='1022', subscriber_id=22}
22:48:32.868105 tst         register_default_mass.py: using MSISDN 1023
22:48:32.874045 run              osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001030000000002', msisdn='1023', subscriber_id=23}
22:48:32.958638 tst         register_default_mass.py: using MSISDN 1024
22:48:32.964405 run              osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001030000000003', msisdn='1024', subscriber_id=24}
22:48:33.037809 tst         register_default_mass.py: using MSISDN 1025
22:48:33.043851 run              osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001030000000004', msisdn='1025', subscriber_id=25}
22:48:33.114798 tst         register_default_mass.py: using MSISDN 1026
22:48:33.124953 run              osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001030000000005', msisdn='1026', subscriber_id=26}
22:48:33.193096 tst         register_default_mass.py: using MSISDN 1027
22:48:33.198966 run              osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001030000000006', msisdn='1027', subscriber_id=27}
22:48:33.266188 tst         register_default_mass.py: using MSISDN 1028
22:48:33.271892 run              osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001030000000007', msisdn='1028', subscriber_id=28}
22:48:33.339479 tst         register_default_mass.py: using MSISDN 1029
22:48:33.345197 run              osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001030000000008', msisdn='1029', subscriber_id=29}
22:48:33.411690 tst         register_default_mass.py: using MSISDN 1030
22:48:33.420203 run              osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001030000000009', msisdn='1030', subscriber_id=30}
22:48:33.496675 tst         register_default_mass.py: using MSISDN 1031
22:48:33.502673 run              osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001040000000000', msisdn='1031', subscriber_id=31}
22:48:33.603230 tst         register_default_mass.py: using MSISDN 1032
22:48:33.609706 run              osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001040000000001', msisdn='1032', subscriber_id=32}
22:48:33.689423 tst         register_default_mass.py: using MSISDN 1033
22:48:33.695375 run              osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001040000000002', msisdn='1033', subscriber_id=33}
22:48:33.764836 tst         register_default_mass.py: using MSISDN 1034
22:48:33.770523 run              osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001040000000003', msisdn='1034', subscriber_id=34}
22:48:33.846620 tst         register_default_mass.py: using MSISDN 1035
22:48:33.852809 run              osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001040000000004', msisdn='1035', subscriber_id=35}
22:48:33.926793 tst         register_default_mass.py: using MSISDN 1036
22:48:33.932603 run              osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001040000000005', msisdn='1036', subscriber_id=36}
22:48:34.010542 tst         register_default_mass.py: using MSISDN 1037
22:48:34.016841 run              osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001040000000006', msisdn='1037', subscriber_id=37}
22:48:34.091491 tst         register_default_mass.py: using MSISDN 1038
22:48:34.097125 run              osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001040000000007', msisdn='1038', subscriber_id=38}
22:48:34.164992 tst         register_default_mass.py: using MSISDN 1039
22:48:34.172955 run              osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001040000000008', msisdn='1039', subscriber_id=39}
22:48:34.253485 tst         register_default_mass.py: using MSISDN 1040
22:48:34.263595 run              osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001040000000009', msisdn='1040', subscriber_id=40}
22:48:34.336249 tst         register_default_mass.py: using MSISDN 1041
22:48:34.342251 run              osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001050000000000', msisdn='1041', subscriber_id=41}
22:48:34.425645 tst         register_default_mass.py: using MSISDN 1042
22:48:34.431845 run              osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001050000000001', msisdn='1042', subscriber_id=42}
22:48:34.602142 tst         register_default_mass.py: using MSISDN 1043
22:48:34.609789 run              osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001050000000002', msisdn='1043', subscriber_id=43}
22:48:34.720888 tst         register_default_mass.py: using MSISDN 1044
22:48:34.727157 run              osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001050000000003', msisdn='1044', subscriber_id=44}
22:48:34.814325 tst         register_default_mass.py: using MSISDN 1045
22:48:34.821910 run              osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001050000000004', msisdn='1045', subscriber_id=45}
22:48:34.905395 tst         register_default_mass.py: using MSISDN 1046
22:48:34.911463 run              osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001050000000005', msisdn='1046', subscriber_id=46}
22:48:34.983250 tst         register_default_mass.py: using MSISDN 1047
22:48:34.990592 run              osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001050000000006', msisdn='1047', subscriber_id=47}
22:48:35.060015 tst         register_default_mass.py: using MSISDN 1048
22:48:35.065831 run              osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001050000000007', msisdn='1048', subscriber_id=48}
22:48:35.142436 tst         register_default_mass.py: using MSISDN 1049
22:48:35.148379 run              osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001050000000008', msisdn='1049', subscriber_id=49}
22:48:35.225990 tst         register_default_mass.py: using MSISDN 1050
22:48:35.231867 run              osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001050000000009', msisdn='1050', subscriber_id=50}
22:48:35.300750 tst         register_default_mass.py: using MSISDN 1051
22:48:35.310316 run              osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001060000000000', msisdn='1051', subscriber_id=51}
22:48:35.380749 tst         register_default_mass.py: using MSISDN 1052
22:48:35.386986 run              osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001060000000001', msisdn='1052', subscriber_id=52}
22:48:35.466315 tst         register_default_mass.py: using MSISDN 1053
22:48:35.474282 run              osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001060000000002', msisdn='1053', subscriber_id=53}
22:48:35.553037 tst         register_default_mass.py: using MSISDN 1054
22:48:35.559331 run              osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001060000000003', msisdn='1054', subscriber_id=54}
22:48:35.637937 tst         register_default_mass.py: using MSISDN 1055
22:48:35.644154 run              osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001060000000004', msisdn='1055', subscriber_id=55}
22:48:35.721840 tst         register_default_mass.py: using MSISDN 1056
22:48:35.734491 run              osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001060000000005', msisdn='1056', subscriber_id=56}
22:48:35.827190 tst         register_default_mass.py: using MSISDN 1057
22:48:35.833490 run              osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001060000000006', msisdn='1057', subscriber_id=57}
22:48:35.915628 tst         register_default_mass.py: using MSISDN 1058
22:48:35.925743 run              osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001060000000007', msisdn='1058', subscriber_id=58}
22:48:35.996024 tst         register_default_mass.py: using MSISDN 1059
22:48:36.007644 run              osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001060000000008', msisdn='1059', subscriber_id=59}
22:48:36.086097 tst         register_default_mass.py: using MSISDN 1060
22:48:36.092526 run              osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001060000000009', msisdn='1060', subscriber_id=60}
22:48:36.173782 tst         register_default_mass.py: using MSISDN 1061
22:48:36.179836 run              osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001070000000000', msisdn='1061', subscriber_id=61}
22:48:36.307816 tst         register_default_mass.py: using MSISDN 1062
22:48:36.314045 run              osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001070000000001', msisdn='1062', subscriber_id=62}
22:48:36.401240 tst         register_default_mass.py: using MSISDN 1063
22:48:36.407960 run              osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001070000000002', msisdn='1063', subscriber_id=63}
22:48:36.533538 tst         register_default_mass.py: using MSISDN 1064
22:48:36.540224 run              osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001070000000003', msisdn='1064', subscriber_id=64}
22:48:36.677572 tst         register_default_mass.py: using MSISDN 1065
22:48:36.687773 run              osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001070000000004', msisdn='1065', subscriber_id=65}
22:48:36.790924 tst         register_default_mass.py: using MSISDN 1066
22:48:36.797629 run              osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001070000000005', msisdn='1066', subscriber_id=66}
22:48:36.891151 tst         register_default_mass.py: using MSISDN 1067
22:48:36.897751 run              osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001070000000006', msisdn='1067', subscriber_id=67}
22:48:36.970927 tst         register_default_mass.py: using MSISDN 1068
22:48:36.979513 run              osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001070000000007', msisdn='1068', subscriber_id=68}
22:48:37.042096 tst         register_default_mass.py: using MSISDN 1069
22:48:37.049114 run              osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001070000000008', msisdn='1069', subscriber_id=69}
22:48:37.126682 tst         register_default_mass.py: using MSISDN 1070
22:48:37.132715 run              osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001070000000009', msisdn='1070', subscriber_id=70}
22:48:37.209489 tst         register_default_mass.py: using MSISDN 1071
22:48:37.215688 run              osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001080000000000', msisdn='1071', subscriber_id=71}
22:48:37.287947 tst         register_default_mass.py: using MSISDN 1072
22:48:37.296016 run              osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001080000000001', msisdn='1072', subscriber_id=72}
22:48:37.380478 tst         register_default_mass.py: using MSISDN 1073
22:48:37.386353 run              osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001080000000002', msisdn='1073', subscriber_id=73}
22:48:37.453551 tst         register_default_mass.py: using MSISDN 1074
22:48:37.459623 run              osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001080000000003', msisdn='1074', subscriber_id=74}
22:48:37.541399 tst         register_default_mass.py: using MSISDN 1075
22:48:37.547873 run              osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001080000000004', msisdn='1075', subscriber_id=75}
22:48:37.624375 tst         register_default_mass.py: using MSISDN 1076
22:48:37.631430 run              osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001080000000005', msisdn='1076', subscriber_id=76}
22:48:37.694336 tst         register_default_mass.py: using MSISDN 1077
22:48:37.703385 run              osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001080000000006', msisdn='1077', subscriber_id=77}
22:48:37.772703 tst         register_default_mass.py: using MSISDN 1078
22:48:37.778864 run              osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001080000000007', msisdn='1078', subscriber_id=78}
22:48:37.843957 tst         register_default_mass.py: using MSISDN 1079
22:48:37.851625 run              osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001080000000008', msisdn='1079', subscriber_id=79}
22:48:37.923339 tst         register_default_mass.py: using MSISDN 1080
22:48:37.929231 run              osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001080000000009', msisdn='1080', subscriber_id=80}
22:48:37.992990 tst         register_default_mass.py: using MSISDN 1081
22:48:38.002750 run              osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001090000000000', msisdn='1081', subscriber_id=81}
22:48:38.092313 tst         register_default_mass.py: using MSISDN 1082
22:48:38.099126 run              osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001090000000001', msisdn='1082', subscriber_id=82}
22:48:38.196034 tst         register_default_mass.py: using MSISDN 1083
22:48:38.202048 run              osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001090000000002', msisdn='1083', subscriber_id=83}
22:48:38.267650 tst         register_default_mass.py: using MSISDN 1084
22:48:38.273410 run              osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001090000000003', msisdn='1084', subscriber_id=84}
22:48:38.356032 tst         register_default_mass.py: using MSISDN 1085
22:48:38.361873 run              osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001090000000004', msisdn='1085', subscriber_id=85}
22:48:38.429586 tst         register_default_mass.py: using MSISDN 1086
22:48:38.435604 run              osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001090000000005', msisdn='1086', subscriber_id=86}
22:48:38.517011 tst         register_default_mass.py: using MSISDN 1087
22:48:38.524804 run              osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001090000000006', msisdn='1087', subscriber_id=87}
22:48:38.600656 tst         register_default_mass.py: using MSISDN 1088
22:48:38.608589 run              osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001090000000007', msisdn='1088', subscriber_id=88}
22:48:38.696557 tst         register_default_mass.py: using MSISDN 1089
22:48:38.709291 run              osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001090000000008', msisdn='1089', subscriber_id=89}
22:48:38.796102 tst         register_default_mass.py: using MSISDN 1090
22:48:38.804358 run              osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001090000000009', msisdn='1090', subscriber_id=90}
22:48:38.872420 tst         register_default_mass.py: using MSISDN 1091
22:48:38.880437 run              osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001100000000000', msisdn='1091', subscriber_id=91}
22:48:38.943157 tst         register_default_mass.py: using MSISDN 1092
22:48:38.949371 run              osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001100000000001', msisdn='1092', subscriber_id=92}
22:48:39.021938 tst         register_default_mass.py: using MSISDN 1093
22:48:39.027801 run              osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001100000000002', msisdn='1093', subscriber_id=93}
22:48:39.097078 tst         register_default_mass.py: using MSISDN 1094
22:48:39.103243 run              osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001100000000003', msisdn='1094', subscriber_id=94}
22:48:39.183856 tst         register_default_mass.py: using MSISDN 1095
22:48:39.190218 run              osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001100000000004', msisdn='1095', subscriber_id=95}
22:48:39.253520 tst         register_default_mass.py: using MSISDN 1096
22:48:39.263550 run              osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001100000000005', msisdn='1096', subscriber_id=96}
22:48:39.341672 tst         register_default_mass.py: using MSISDN 1097
22:48:39.348031 run              osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001100000000006', msisdn='1097', subscriber_id=97}
22:48:39.430942 tst         register_default_mass.py: using MSISDN 1098
22:48:39.437030 run              osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001100000000007', msisdn='1098', subscriber_id=98}
22:48:39.517690 tst         register_default_mass.py: using MSISDN 1099
22:48:39.523922 run              osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001100000000008', msisdn='1099', subscriber_id=99}
22:48:39.606270 tst         register_default_mass.py: using MSISDN 1100
22:48:39.612755 run              osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001100000000009', msisdn='1100', subscriber_id=100}
22:48:39.757479 run                             mass: Starting testcase
22:48:39.764052 run                             mass: Pre-launching all virtphy's
22:48:39.770419 run           osmo-ms-virt-phy/00000: Starting virtphy
22:48:39.785930 run   osmo-ms-virt-phy/00000(pid=35): Launched
22:48:39.793259 run           osmo-ms-virt-phy/00001: Starting virtphy
22:48:39.808855 run   osmo-ms-virt-phy/00001(pid=36): Launched
22:48:39.816149 run           osmo-ms-virt-phy/00002: Starting virtphy
22:48:39.832265 run   osmo-ms-virt-phy/00002(pid=37): Launched
22:48:39.839573 run           osmo-ms-virt-phy/00003: Starting virtphy
22:48:39.855547 run   osmo-ms-virt-phy/00003(pid=38): Launched
22:48:39.862997 run           osmo-ms-virt-phy/00004: Starting virtphy
22:48:39.879005 run   osmo-ms-virt-phy/00004(pid=39): Launched
22:48:39.886181 run           osmo-ms-virt-phy/00005: Starting virtphy
22:48:39.901761 run   osmo-ms-virt-phy/00005(pid=40): Launched
22:48:39.909250 run           osmo-ms-virt-phy/00006: Starting virtphy
22:48:39.924871 run   osmo-ms-virt-phy/00006(pid=41): Launched
22:48:39.932092 run           osmo-ms-virt-phy/00007: Starting virtphy
22:48:39.947371 run   osmo-ms-virt-phy/00007(pid=42): Launched
22:48:39.954560 run           osmo-ms-virt-phy/00008: Starting virtphy
22:48:39.969921 run   osmo-ms-virt-phy/00008(pid=43): Launched
22:48:39.977192 run           osmo-ms-virt-phy/00009: Starting virtphy
22:48:39.992845 run   osmo-ms-virt-phy/00009(pid=44): Launched
22:48:40.004413 run           osmo-ms-virt-phy/00010: Starting virtphy
22:48:40.020179 run   osmo-ms-virt-phy/00010(pid=45): Launched
22:48:40.027716 run           osmo-ms-virt-phy/00011: Starting virtphy
22:48:40.043684 run   osmo-ms-virt-phy/00011(pid=46): Launched
22:48:40.051163 run           osmo-ms-virt-phy/00012: Starting virtphy
22:48:40.067017 run   osmo-ms-virt-phy/00012(pid=47): Launched
22:48:40.074420 run           osmo-ms-virt-phy/00013: Starting virtphy
22:48:40.090920 run   osmo-ms-virt-phy/00013(pid=48): Launched
22:48:40.098553 run           osmo-ms-virt-phy/00014: Starting virtphy
22:48:40.115710 run   osmo-ms-virt-phy/00014(pid=49): Launched
22:48:40.124391 run           osmo-ms-virt-phy/00015: Starting virtphy
22:48:40.141781 run   osmo-ms-virt-phy/00015(pid=50): Launched
22:48:40.149256 run           osmo-ms-virt-phy/00016: Starting virtphy
22:48:40.165236 run   osmo-ms-virt-phy/00016(pid=51): Launched
22:48:40.172621 run           osmo-ms-virt-phy/00017: Starting virtphy
22:48:40.188792 run   osmo-ms-virt-phy/00017(pid=52): Launched
22:48:40.196145 run           osmo-ms-virt-phy/00018: Starting virtphy
22:48:40.211743 run   osmo-ms-virt-phy/00018(pid=53): Launched
22:48:40.218964 run           osmo-ms-virt-phy/00019: Starting virtphy
22:48:40.235072 run   osmo-ms-virt-phy/00019(pid=54): Launched
22:48:40.242640 run           osmo-ms-virt-phy/00020: Starting virtphy
22:48:40.259156 run   osmo-ms-virt-phy/00020(pid=55): Launched
22:48:40.266714 run           osmo-ms-virt-phy/00021: Starting virtphy
22:48:40.283202 run   osmo-ms-virt-phy/00021(pid=56): Launched
22:48:40.290786 run           osmo-ms-virt-phy/00022: Starting virtphy
22:48:40.307454 run   osmo-ms-virt-phy/00022(pid=57): Launched
22:48:40.314818 run           osmo-ms-virt-phy/00023: Starting virtphy
22:48:40.330693 run   osmo-ms-virt-phy/00023(pid=58): Launched
22:48:40.337945 run           osmo-ms-virt-phy/00024: Starting virtphy
22:48:40.353938 run   osmo-ms-virt-phy/00024(pid=59): Launched
22:48:40.361267 run           osmo-ms-virt-phy/00025: Starting virtphy
22:48:40.377159 run   osmo-ms-virt-phy/00025(pid=60): Launched
22:48:40.384504 run           osmo-ms-virt-phy/00026: Starting virtphy
22:48:40.400186 run   osmo-ms-virt-phy/00026(pid=61): Launched
22:48:40.407493 run           osmo-ms-virt-phy/00027: Starting virtphy
22:48:40.423554 run   osmo-ms-virt-phy/00027(pid=62): Launched
22:48:40.430952 run           osmo-ms-virt-phy/00028: Starting virtphy
22:48:40.447148 run   osmo-ms-virt-phy/00028(pid=63): Launched
22:48:40.454711 run           osmo-ms-virt-phy/00029: Starting virtphy
22:48:40.470713 run   osmo-ms-virt-phy/00029(pid=64): Launched
22:48:40.478130 run           osmo-ms-virt-phy/00030: Starting virtphy
22:48:40.494244 run   osmo-ms-virt-phy/00030(pid=65): Launched
22:48:40.501634 run           osmo-ms-virt-phy/00031: Starting virtphy
22:48:40.517701 run   osmo-ms-virt-phy/00031(pid=66): Launched
22:48:40.525085 run           osmo-ms-virt-phy/00032: Starting virtphy
22:48:40.541119 run   osmo-ms-virt-phy/00032(pid=67): Launched
22:48:40.548620 run           osmo-ms-virt-phy/00033: Starting virtphy
22:48:40.564699 run   osmo-ms-virt-phy/00033(pid=68): Launched
22:48:40.572032 run           osmo-ms-virt-phy/00034: Starting virtphy
22:48:40.588087 run   osmo-ms-virt-phy/00034(pid=69): Launched
22:48:40.595525 run           osmo-ms-virt-phy/00035: Starting virtphy
22:48:40.611391 run   osmo-ms-virt-phy/00035(pid=70): Launched
22:48:40.618684 run           osmo-ms-virt-phy/00036: Starting virtphy
22:48:40.634978 run   osmo-ms-virt-phy/00036(pid=71): Launched
22:48:40.642588 run           osmo-ms-virt-phy/00037: Starting virtphy
22:48:40.658893 run   osmo-ms-virt-phy/00037(pid=72): Launched
22:48:40.666321 run           osmo-ms-virt-phy/00038: Starting virtphy
22:48:40.682312 run   osmo-ms-virt-phy/00038(pid=73): Launched
22:48:40.689720 run           osmo-ms-virt-phy/00039: Starting virtphy
22:48:40.705662 run   osmo-ms-virt-phy/00039(pid=74): Launched
22:48:40.713191 run           osmo-ms-virt-phy/00040: Starting virtphy
22:48:40.729030 run   osmo-ms-virt-phy/00040(pid=75): Launched
22:48:40.736383 run           osmo-ms-virt-phy/00041: Starting virtphy
22:48:40.752089 run   osmo-ms-virt-phy/00041(pid=76): Launched
22:48:40.759277 run           osmo-ms-virt-phy/00042: Starting virtphy
22:48:40.775297 run   osmo-ms-virt-phy/00042(pid=77): Launched
22:48:40.782850 run           osmo-ms-virt-phy/00043: Starting virtphy
22:48:40.799346 run   osmo-ms-virt-phy/00043(pid=78): Launched
22:48:40.806976 run           osmo-ms-virt-phy/00044: Starting virtphy
22:48:40.823710 run   osmo-ms-virt-phy/00044(pid=79): Launched
22:48:40.831898 run           osmo-ms-virt-phy/00045: Starting virtphy
22:48:40.848488 run   osmo-ms-virt-phy/00045(pid=80): Launched
22:48:40.855962 run           osmo-ms-virt-phy/00046: Starting virtphy
22:48:40.871769 run   osmo-ms-virt-phy/00046(pid=81): Launched
22:48:40.879273 run           osmo-ms-virt-phy/00047: Starting virtphy
22:48:40.895399 run   osmo-ms-virt-phy/00047(pid=82): Launched
22:48:40.902849 run           osmo-ms-virt-phy/00048: Starting virtphy
22:48:40.918811 run   osmo-ms-virt-phy/00048(pid=83): Launched
22:48:40.926296 run           osmo-ms-virt-phy/00049: Starting virtphy
22:48:40.942539 run   osmo-ms-virt-phy/00049(pid=84): Launched
22:48:40.950616 run           osmo-ms-virt-phy/00050: Starting virtphy
22:48:40.968080 run   osmo-ms-virt-phy/00050(pid=85): Launched
22:48:40.975986 run           osmo-ms-virt-phy/00051: Starting virtphy
22:48:40.993230 run   osmo-ms-virt-phy/00051(pid=86): Launched
22:48:41.001056 run           osmo-ms-virt-phy/00052: Starting virtphy
22:48:41.017883 run   osmo-ms-virt-phy/00052(pid=87): Launched
22:48:41.025257 run           osmo-ms-virt-phy/00053: Starting virtphy
22:48:41.041434 run   osmo-ms-virt-phy/00053(pid=88): Launched
22:48:41.048832 run           osmo-ms-virt-phy/00054: Starting virtphy
22:48:41.065020 run   osmo-ms-virt-phy/00054(pid=89): Launched
22:48:41.072525 run           osmo-ms-virt-phy/00055: Starting virtphy
22:48:41.088635 run   osmo-ms-virt-phy/00055(pid=90): Launched
22:48:41.096118 run           osmo-ms-virt-phy/00056: Starting virtphy
22:48:41.112021 run   osmo-ms-virt-phy/00056(pid=91): Launched
22:48:41.119407 run           osmo-ms-virt-phy/00057: Starting virtphy
22:48:41.136013 run   osmo-ms-virt-phy/00057(pid=92): Launched
22:48:41.143385 run           osmo-ms-virt-phy/00058: Starting virtphy
22:48:41.159399 run   osmo-ms-virt-phy/00058(pid=93): Launched
22:48:41.166890 run           osmo-ms-virt-phy/00059: Starting virtphy
22:48:41.182943 run   osmo-ms-virt-phy/00059(pid=94): Launched
22:48:41.190246 run           osmo-ms-virt-phy/00060: Starting virtphy
22:48:41.205919 run   osmo-ms-virt-phy/00060(pid=95): Launched
22:48:41.213290 run           osmo-ms-virt-phy/00061: Starting virtphy
22:48:41.229582 run   osmo-ms-virt-phy/00061(pid=96): Launched
22:48:41.237220 run           osmo-ms-virt-phy/00062: Starting virtphy
22:48:41.254075 run   osmo-ms-virt-phy/00062(pid=97): Launched
22:48:41.261789 run           osmo-ms-virt-phy/00063: Starting virtphy
22:48:41.278252 run   osmo-ms-virt-phy/00063(pid=98): Launched
22:48:41.285823 run           osmo-ms-virt-phy/00064: Starting virtphy
22:48:41.302664 run   osmo-ms-virt-phy/00064(pid=99): Launched
22:48:41.310243 run           osmo-ms-virt-phy/00065: Starting virtphy
22:48:41.326622 run  osmo-ms-virt-phy/00065(pid=100): Launched
22:48:41.333891 run           osmo-ms-virt-phy/00066: Starting virtphy
22:48:41.349542 run  osmo-ms-virt-phy/00066(pid=101): Launched
22:48:41.356768 run           osmo-ms-virt-phy/00067: Starting virtphy
22:48:41.372651 run  osmo-ms-virt-phy/00067(pid=102): Launched
22:48:41.380079 run           osmo-ms-virt-phy/00068: Starting virtphy
22:48:41.396022 run  osmo-ms-virt-phy/00068(pid=103): Launched
22:48:41.403215 run           osmo-ms-virt-phy/00069: Starting virtphy
22:48:41.419507 run  osmo-ms-virt-phy/00069(pid=104): Launched
22:48:41.427136 run           osmo-ms-virt-phy/00070: Starting virtphy
22:48:41.443815 run  osmo-ms-virt-phy/00070(pid=105): Launched
22:48:41.451770 run           osmo-ms-virt-phy/00071: Starting virtphy
22:48:41.468545 run  osmo-ms-virt-phy/00071(pid=106): Launched
22:48:41.476270 run           osmo-ms-virt-phy/00072: Starting virtphy
22:48:41.493540 run  osmo-ms-virt-phy/00072(pid=107): Launched
22:48:41.501106 run           osmo-ms-virt-phy/00073: Starting virtphy
22:48:41.517274 run  osmo-ms-virt-phy/00073(pid=108): Launched
22:48:41.524651 run           osmo-ms-virt-phy/00074: Starting virtphy
22:48:41.540630 run  osmo-ms-virt-phy/00074(pid=109): Launched
22:48:41.548296 run           osmo-ms-virt-phy/00075: Starting virtphy
22:48:41.567312 run  osmo-ms-virt-phy/00075(pid=110): Launched
22:48:41.576003 run           osmo-ms-virt-phy/00076: Starting virtphy
22:48:41.593521 run  osmo-ms-virt-phy/00076(pid=111): Launched
22:48:41.603091 run           osmo-ms-virt-phy/00077: Starting virtphy
22:48:41.620945 run  osmo-ms-virt-phy/00077(pid=112): Launched
22:48:41.629254 run           osmo-ms-virt-phy/00078: Starting virtphy
22:48:41.646666 run  osmo-ms-virt-phy/00078(pid=113): Launched
22:48:41.654756 run           osmo-ms-virt-phy/00079: Starting virtphy
22:48:41.672152 run  osmo-ms-virt-phy/00079(pid=114): Launched
22:48:41.680095 run           osmo-ms-virt-phy/00080: Starting virtphy
22:48:41.697329 run  osmo-ms-virt-phy/00080(pid=115): Launched
22:48:41.704640 run           osmo-ms-virt-phy/00081: Starting virtphy
22:48:41.720346 run  osmo-ms-virt-phy/00081(pid=116): Launched
22:48:41.727469 run           osmo-ms-virt-phy/00082: Starting virtphy
22:48:41.742642 run  osmo-ms-virt-phy/00082(pid=117): Launched
22:48:41.749623 run           osmo-ms-virt-phy/00083: Starting virtphy
22:48:41.765361 run  osmo-ms-virt-phy/00083(pid=118): Launched
22:48:41.772569 run           osmo-ms-virt-phy/00084: Starting virtphy
22:48:41.788404 run  osmo-ms-virt-phy/00084(pid=119): Launched
22:48:41.795959 run           osmo-ms-virt-phy/00085: Starting virtphy
22:48:41.812505 run  osmo-ms-virt-phy/00085(pid=120): Launched
22:48:41.820131 run           osmo-ms-virt-phy/00086: Starting virtphy
22:48:41.836226 run  osmo-ms-virt-phy/00086(pid=121): Launched
22:48:41.843615 run           osmo-ms-virt-phy/00087: Starting virtphy
22:48:41.859731 run  osmo-ms-virt-phy/00087(pid=122): Launched
22:48:41.867325 run           osmo-ms-virt-phy/00088: Starting virtphy
22:48:41.883602 run  osmo-ms-virt-phy/00088(pid=123): Launched
22:48:41.891026 run           osmo-ms-virt-phy/00089: Starting virtphy
22:48:41.907137 run  osmo-ms-virt-phy/00089(pid=124): Launched
22:48:41.914728 run           osmo-ms-virt-phy/00090: Starting virtphy
22:48:41.931801 run  osmo-ms-virt-phy/00090(pid=125): Launched
22:48:42.059173 run           osmo-ms-virt-phy/00091: Starting virtphy
22:48:42.075063 run  osmo-ms-virt-phy/00091(pid=126): Launched
22:48:42.081474 run           osmo-ms-virt-phy/00092: Starting virtphy
22:48:42.095789 run  osmo-ms-virt-phy/00092(pid=127): Launched
22:48:42.103241 run           osmo-ms-virt-phy/00093: Starting virtphy
22:48:42.119339 run  osmo-ms-virt-phy/00093(pid=128): Launched
22:48:42.127154 run           osmo-ms-virt-phy/00094: Starting virtphy
22:48:42.144037 run  osmo-ms-virt-phy/00094(pid=129): Launched
22:48:42.151834 run           osmo-ms-virt-phy/00095: Starting virtphy
22:48:42.169013 run  osmo-ms-virt-phy/00095(pid=130): Launched
22:48:42.251453 run           osmo-ms-virt-phy/00096: Starting virtphy
22:48:42.265517 run  osmo-ms-virt-phy/00096(pid=131): Launched
22:48:42.271947 run           osmo-ms-virt-phy/00097: Starting virtphy
22:48:42.285742 run  osmo-ms-virt-phy/00097(pid=132): Launched
22:48:42.292891 run           osmo-ms-virt-phy/00098: Starting virtphy
22:48:42.308546 run  osmo-ms-virt-phy/00098(pid=133): Launched
22:48:42.315855 run           osmo-ms-virt-phy/00099: Starting virtphy
22:48:42.331723 run  osmo-ms-virt-phy/00099(pid=134): Launched
22:48:42.339379 run                             mass: Checking if sockets are in the filesystem
22:48:42.354621 run                osmo-ms-mob/00000: Starting mobile
22:48:42.371109 run       osmo-ms-mob/00000(pid=135): Launched
22:48:42.384353 run                             mass: MS start registered  {at=23367428.08770194, delay=0.0056650638580322266, ms=00000}
22:48:46.554131 run                osmo-ms-mob/00001: Starting mobile
22:48:46.568804 run       osmo-ms-mob/00001(pid=136): Launched
22:48:46.580858 run                             mass: MS start registered  {at=23367432.28420256, delay=0.00510590523481369, ms=00001}
22:48:48.028390 run                             mass: MS performed LU  {at=23367433.731693346, lu_delay=5.643991407006979, ms=00000}
22:48:48.580377 run                osmo-ms-mob/00002: Starting mobile
22:48:48.649946 run       osmo-ms-mob/00002(pid=137): Launched
22:48:48.656393 run                             mass: Starting too slowly. Moving on {now=23367434.35976133, sleep=-0.20987651869654655, target=23367434.149884813}
22:48:48.662851 run                             mass: MS start registered  {at=23367434.366203, delay=0.006444085389375687, ms=00002}
22:48:48.669440 run                             mass: Starting too slowly. Moving on {now=23367434.372809507, sleep=-0.12292469292879105, target=23367434.249884814}
22:48:48.676277 run                             mass: Starting too slowly. Moving on {now=23367434.379647233, sleep=-0.02976241707801819, target=23367434.349884816}
22:48:49.653560 run                osmo-ms-mob/00003: Starting mobile
22:48:49.667197 run       osmo-ms-mob/00003(pid=138): Launched
22:48:49.678692 run                             mass: MS start registered  {at=23367435.382040918, delay=0.0050379447638988495, ms=00003}
22:48:50.758654 run                osmo-ms-mob/00004: Starting mobile
22:48:50.779250 run       osmo-ms-mob/00004(pid=139): Launched
22:48:50.792387 run                             mass: MS start registered  {at=23367436.495736018, delay=0.005114380270242691, ms=00004}
22:48:51.754863 run                osmo-ms-mob/00005: Starting mobile
22:48:51.772462 run       osmo-ms-mob/00005(pid=140): Launched
22:48:51.790395 run                             mass: MS start registered  {at=23367437.493726075, delay=0.00950876995921135, ms=00005}
22:48:51.798811 run                             mass: MS performed LU  {at=23367437.50215993, lu_delay=5.217957369983196, ms=00001}
22:48:52.659034 run                osmo-ms-mob/00006: Starting mobile
22:48:52.690994 run       osmo-ms-mob/00006(pid=141): Launched
22:48:52.705900 run                             mass: MS start registered  {at=23367438.40924, delay=3.47234308719635e-05, ms=00006}
22:48:53.559173 run                osmo-ms-mob/00007: Starting mobile
22:48:53.589562 run       osmo-ms-mob/00007(pid=142): Launched
22:48:53.612287 run                             mass: MS start registered  {at=23367439.315615054, delay=0.006762627512216568, ms=00007}
22:48:53.695372 run                             mass: MS performed LU  {at=23367439.39869036, lu_delay=5.032487362623215, ms=00002}
22:48:54.352491 run                osmo-ms-mob/00008: Starting mobile
22:48:54.368158 run       osmo-ms-mob/00008(pid=143): Launched
22:48:54.379705 run                             mass: MS start registered  {at=23367440.083050106, delay=0.005008824169635773, ms=00008}
22:48:55.053594 run                osmo-ms-mob/00009: Starting mobile
22:48:55.069155 run       osmo-ms-mob/00009(pid=144): Launched
22:48:55.082274 run                             mass: MS start registered  {at=23367440.785623617, delay=0.005547061562538147, ms=00009}
22:48:55.560442 run                             mass: MS performed LU  {at=23367441.26374335, lu_delay=5.881702430546284, ms=00003}
22:48:55.606300 run                             mass: MS performed LU  {at=23367441.30962104, lu_delay=4.813885021954775, ms=00004}
22:48:55.631886 run                osmo-ms-mob/00010: Starting mobile
22:48:55.663581 run       osmo-ms-mob/00010(pid=145): Launched
22:48:55.685031 run                             mass: MS start registered  {at=23367441.388354994, delay=0.0066051185131073, ms=00010}
22:48:56.354267 run                osmo-ms-mob/00011: Starting mobile
22:48:56.369837 run       osmo-ms-mob/00011(pid=146): Launched
22:48:56.382751 run                             mass: MS start registered  {at=23367442.08609352, delay=0.004840545356273651, ms=00011}
22:48:56.954496 run                osmo-ms-mob/00012: Starting mobile
22:48:56.971128 run       osmo-ms-mob/00012(pid=147): Launched
22:48:56.984630 run                             mass: MS start registered  {at=23367442.68796448, delay=0.005866732448339462, ms=00012}
22:48:57.461398 run                             mass: MS performed LU  {at=23367443.164709415, lu_delay=5.670983340591192, ms=00005}
22:48:57.476327 run                osmo-ms-mob/00013: Starting mobile
22:48:57.492791 run       osmo-ms-mob/00013(pid=148): Launched
22:48:57.549523 run                             mass: MS performed LU  {at=23367443.252867345, lu_delay=4.843627344816923, ms=00006}
22:48:57.557405 run                             mass: MS start registered  {at=23367443.260771476, delay=0.007936336100101471, ms=00013}
22:48:58.163699 run                osmo-ms-mob/00014: Starting mobile
22:48:58.178892 run       osmo-ms-mob/00014(pid=149): Launched
22:48:58.190242 run                             mass: MS start registered  {at=23367443.893581964, delay=0.004815444350242615, ms=00014}
22:48:58.752379 run                osmo-ms-mob/00015: Starting mobile
22:48:58.766899 run       osmo-ms-mob/00015(pid=150): Launched
22:48:58.778380 run                             mass: MS start registered  {at=23367444.481727306, delay=0.004976935684680939, ms=00015}
22:48:59.253493 run                osmo-ms-mob/00016: Starting mobile
22:48:59.268379 run       osmo-ms-mob/00016(pid=151): Launched
22:48:59.281731 run                             mass: MS start registered  {at=23367444.985066336, delay=0.006257787346839905, ms=00016}
22:48:59.325584 run                             mass: MS performed LU  {at=23367445.02889638, lu_delay=5.713281325995922, ms=00007}
22:48:59.372056 run                             mass: MS performed LU  {at=23367445.075391162, lu_delay=4.992341056466103, ms=00008}
22:48:59.753720 run                osmo-ms-mob/00017: Starting mobile
22:48:59.767854 run       osmo-ms-mob/00017(pid=152): Launched
22:48:59.779583 run                             mass: MS start registered  {at=23367445.48293529, delay=0.005149226635694504, ms=00017}
22:49:00.358306 run                osmo-ms-mob/00018: Starting mobile
22:49:00.375469 run       osmo-ms-mob/00018(pid=153): Launched
22:49:00.393276 run                             mass: MS start registered  {at=23367446.09660672, delay=0.008843481540679932, ms=00018}
22:49:00.754932 run                osmo-ms-mob/00019: Starting mobile
22:49:00.769183 run       osmo-ms-mob/00019(pid=154): Launched
22:49:00.780984 run                             mass: MS start registered  {at=23367446.484334555, delay=0.0050946809351444244, ms=00019}
22:49:01.227712 run                             mass: MS performed LU  {at=23367446.93104525, lu_delay=4.84495173022151, ms=00011}
22:49:01.261906 run                osmo-ms-mob/00020: Starting mobile
22:49:01.280060 run       osmo-ms-mob/00020(pid=155): Launched
22:49:01.286770 run                             mass: MS performed LU  {at=23367446.990127202, lu_delay=5.601772207766771, ms=00010}
22:49:01.293295 run                             mass: MS start registered  {at=23367446.996660225, delay=0.006552956998348236, ms=00020}
22:49:01.754370 run                osmo-ms-mob/00021: Starting mobile
22:49:01.771684 run       osmo-ms-mob/00021(pid=156): Launched
22:49:01.795713 run                             mass: MS start registered  {at=23367447.499023724, delay=0.015173222869634628, ms=00021}
22:49:02.183706 run                osmo-ms-mob/00022: Starting mobile
22:49:02.199465 run       osmo-ms-mob/00022(pid=157): Launched
22:49:02.212265 run                             mass: MS start registered  {at=23367447.915610705, delay=0.0052788034081459045, ms=00022}
22:49:02.681613 run                osmo-ms-mob/00023: Starting mobile
22:49:02.695569 run       osmo-ms-mob/00023(pid=158): Launched
22:49:02.706787 run                             mass: MS start registered  {at=23367448.41013316, delay=0.004725340753793716, ms=00023}
22:49:03.020259 run                             mass: MS performed LU  {at=23367448.72357724, lu_delay=5.462805762887001, ms=00013}
22:49:03.033835 run                osmo-ms-mob/00024: Starting mobile
22:49:03.047468 run       osmo-ms-mob/00024(pid=159): Launched
22:49:03.058913 run                             mass: MS start registered  {at=23367448.76226619, delay=0.004852235317230225, ms=00024}
22:49:03.137748 run                             mass: MS performed LU  {at=23367448.84107216, lu_delay=6.153107680380344, ms=00012}
22:49:03.327245 run                             mass: MS performed LU  {at=23367449.030568115, lu_delay=5.136986151337624, ms=00014}
22:49:03.553117 run                osmo-ms-mob/00025: Starting mobile
22:49:03.568355 run       osmo-ms-mob/00025(pid=160): Launched
22:49:03.580526 run                             mass: MS start registered  {at=23367449.283875983, delay=0.00542469322681427, ms=00025}
22:49:03.953064 run                osmo-ms-mob/00026: Starting mobile
22:49:03.967507 run       osmo-ms-mob/00026(pid=161): Launched
22:49:03.979519 run                             mass: MS start registered  {at=23367449.682870284, delay=0.0051285214722156525, ms=00026}
22:49:04.397590 run                osmo-ms-mob/00027: Starting mobile
22:49:04.414259 run       osmo-ms-mob/00027(pid=162): Launched
22:49:04.427113 run                             mass: MS start registered  {at=23367450.130463783, delay=0.005576007068157196, ms=00027}
22:49:04.753029 run                osmo-ms-mob/00028: Starting mobile
22:49:04.767841 run       osmo-ms-mob/00028(pid=163): Launched
22:49:04.779701 run                             mass: MS start registered  {at=23367450.483050082, delay=0.005071312189102173, ms=00028}
22:49:04.909586 run                             mass: MS performed LU  {at=23367450.61291077, lu_delay=5.129975479096174, ms=00017}
22:49:04.993273 run                             mass: MS performed LU  {at=23367450.696611177, lu_delay=6.214883871376514, ms=00015}
22:49:05.039137 run                             mass: MS performed LU  {at=23367450.742471475, lu_delay=5.757405139505863, ms=00016}
22:49:05.051156 run                osmo-ms-mob/00029: Starting mobile
22:49:05.065690 run       osmo-ms-mob/00029(pid=164): Launched
22:49:05.078138 run                             mass: MS start registered  {at=23367450.781479288, delay=0.005645029246807098, ms=00029}
22:49:05.163519 run                             mass: MS performed LU  {at=23367450.86685265, lu_delay=4.770245928317308, ms=00018}
22:49:05.554040 run                osmo-ms-mob/00030: Starting mobile
22:49:05.570536 run       osmo-ms-mob/00030(pid=165): Launched
22:49:05.587378 run                             mass: MS start registered  {at=23367451.290711284, delay=0.008089996874332428, ms=00030}
22:49:05.953249 run                osmo-ms-mob/00031: Starting mobile
22:49:05.967492 run       osmo-ms-mob/00031(pid=166): Launched
22:49:05.978996 run                             mass: MS start registered  {at=23367451.68234806, delay=0.00502188503742218, ms=00031}
22:49:06.252723 run                osmo-ms-mob/00032: Starting mobile
22:49:06.266952 run       osmo-ms-mob/00032(pid=167): Launched
22:49:06.279400 run                             mass: MS start registered  {at=23367451.982752748, delay=0.0042458586394786835, ms=00032}
22:49:06.652696 run                osmo-ms-mob/00033: Starting mobile
22:49:06.666514 run       osmo-ms-mob/00033(pid=168): Launched
22:49:06.678023 run                             mass: MS start registered  {at=23367452.381376266, delay=0.004881635308265686, ms=00033}
22:49:06.774682 run                             mass: MS performed LU  {at=23367452.478016764, lu_delay=4.978993039578199, ms=00021}
22:49:06.857767 run                             mass: MS performed LU  {at=23367452.561101515, lu_delay=5.564441289752722, ms=00020}
22:49:06.903549 run                             mass: MS performed LU  {at=23367452.60688303, lu_delay=6.122548475861549, ms=00019}
22:49:06.915960 run                osmo-ms-mob/00034: Starting mobile
22:49:06.931135 run       osmo-ms-mob/00034(pid=169): Launched
22:49:06.943367 run                             mass: MS start registered  {at=23367452.64671535, delay=0.005161445587873459, ms=00034}
22:49:07.065030 run                             mass: MS performed LU  {at=23367452.76836069, lu_delay=4.852749984711409, ms=00022}
22:49:07.353457 run                osmo-ms-mob/00035: Starting mobile
22:49:07.367381 run       osmo-ms-mob/00035(pid=170): Launched
22:49:07.380162 run                             mass: MS start registered  {at=23367453.083505146, delay=0.0062322840094566345, ms=00035}
22:49:07.753027 run                osmo-ms-mob/00036: Starting mobile
22:49:07.766446 run       osmo-ms-mob/00036(pid=171): Launched
22:49:07.778610 run                             mass: MS start registered  {at=23367453.481959336, delay=0.0053560324013233185, ms=00036}
22:49:08.153237 run                osmo-ms-mob/00037: Starting mobile
22:49:08.167017 run       osmo-ms-mob/00037(pid=172): Launched
22:49:08.178414 run                             mass: MS start registered  {at=23367453.881757483, delay=0.004864335060119629, ms=00037}
22:49:08.452669 run                osmo-ms-mob/00038: Starting mobile
22:49:08.466759 run       osmo-ms-mob/00038(pid=173): Launched
22:49:08.478174 run                             mass: MS start registered  {at=23367454.181517232, delay=0.004104431718587875, ms=00038}
22:49:08.755280 run                osmo-ms-mob/00039: Starting mobile
22:49:08.769896 run       osmo-ms-mob/00039(pid=174): Launched
22:49:08.782848 run                             mass: MS start registered  {at=23367454.486176334, delay=0.005458559840917587, ms=00039}
22:49:09.109358 run                             mass: MS performed LU  {at=23367454.812690947, lu_delay=6.050424758344889, ms=00024}
22:49:09.123845 run                osmo-ms-mob/00040: Starting mobile
22:49:09.142823 run       osmo-ms-mob/00040(pid=175): Launched
22:49:09.150815 run                             mass: MS performed LU  {at=23367454.854168113, lu_delay=6.444034952670336, ms=00023}
22:49:09.158527 run                             mass: MS start registered  {at=23367454.86189057, delay=0.007745455950498581, ms=00040}
22:49:09.230066 run                             mass: MS performed LU  {at=23367454.933400095, lu_delay=5.250529810786247, ms=00026}
22:49:09.301458 run                osmo-ms-mob/00041: Starting mobile
22:49:09.315688 run       osmo-ms-mob/00041(pid=176): Launched
22:49:09.322017 run                             mass: MS performed LU  {at=23367455.025374673, lu_delay=5.741498690098524, ms=00025}
22:49:09.328174 run                             mass: MS start registered  {at=23367455.031540755, delay=0.006186157464981079, ms=00041}
22:49:09.755248 run                osmo-ms-mob/00042: Starting mobile
22:49:09.770504 run       osmo-ms-mob/00042(pid=177): Launched
22:49:09.784948 run                             mass: MS start registered  {at=23367455.48827757, delay=0.005265526473522186, ms=00042}
22:49:10.156261 run                osmo-ms-mob/00043: Starting mobile
22:49:10.172755 run       osmo-ms-mob/00043(pid=178): Launched
22:49:10.186032 run                             mass: MS start registered  {at=23367455.88937821, delay=0.0054887570440769196, ms=00043}
22:49:10.452392 run                osmo-ms-mob/00044: Starting mobile
22:49:10.466676 run       osmo-ms-mob/00044(pid=179): Launched
22:49:10.478462 run                             mass: MS start registered  {at=23367456.18181191, delay=0.005165025591850281, ms=00044}
22:49:10.540391 run                             mass: MS performed LU  {at=23367456.24372764, lu_delay=5.4622483514249325, ms=00029}
22:49:10.623546 run                             mass: MS performed LU  {at=23367456.326861173, lu_delay=5.8438110910356045, ms=00028}
22:49:10.636941 run                osmo-ms-mob/00045: Starting mobile
22:49:10.651390 run       osmo-ms-mob/00045(pid=180): Launched
22:49:10.662941 run                             mass: MS start registered  {at=23367456.366287764, delay=0.0049056969583034515, ms=00045}
22:49:10.669625 run                             mass: MS performed LU  {at=23367456.372982144, lu_delay=6.242518361657858, ms=00027}
22:49:10.813291 run                             mass: MS performed LU  {at=23367456.51662796, lu_delay=4.834279898554087, ms=00031}
22:49:10.825476 run                osmo-ms-mob/00046: Starting mobile
22:49:10.840865 run       osmo-ms-mob/00046(pid=181): Launched
22:49:10.848027 run                             mass: MS performed LU  {at=23367456.5513824, lu_delay=5.260671116411686, ms=00030}
22:49:10.855106 run                             mass: MS start registered  {at=23367456.55846934, delay=0.007110312581062317, ms=00046}
22:49:11.353481 run                osmo-ms-mob/00047: Starting mobile
22:49:11.367010 run       osmo-ms-mob/00047(pid=182): Launched
22:49:11.378095 run                             mass: MS start registered  {at=23367457.08144727, delay=0.004682548344135284, ms=00047}
22:49:11.653796 run                osmo-ms-mob/00048: Starting mobile
22:49:11.667681 run       osmo-ms-mob/00048(pid=183): Launched
22:49:11.678983 run                             mass: MS start registered  {at=23367457.38232375, delay=0.004911530762910843, ms=00048}
22:49:11.958859 run                osmo-ms-mob/00049: Starting mobile
22:49:12.033148 run       osmo-ms-mob/00049(pid=184): Launched
22:49:12.046674 run                             mass: Starting too slowly. Moving on {now=23367457.750033796, sleep=-0.00014863163232803345, target=23367457.749885164}
22:49:12.058832 run                             mass: MS start registered  {at=23367457.76218017, delay=0.012150254100561142, ms=00049}
22:49:12.276635 run                osmo-ms-mob/00050: Starting mobile
22:49:12.292888 run       osmo-ms-mob/00050(pid=185): Launched
22:49:12.306341 run                             mass: MS start registered  {at=23367458.009683505, delay=0.005538012832403183, ms=00050}
22:49:12.524920 run                             mass: MS performed LU  {at=23367458.22825444, lu_delay=4.34649695828557, ms=00037}
22:49:12.570801 run                             mass: MS performed LU  {at=23367458.274145972, lu_delay=6.291393224149942, ms=00032}
22:49:12.584469 run                osmo-ms-mob/00051: Starting mobile
22:49:12.600797 run       osmo-ms-mob/00051(pid=186): Launched
22:49:12.614211 run                             mass: MS start registered  {at=23367458.317555144, delay=0.0046728551387786865, ms=00051}
22:49:12.640359 run                             mass: MS performed LU  {at=23367458.34368461, lu_delay=5.962308343499899, ms=00033}
22:49:12.677451 run                             mass: MS performed LU  {at=23367458.380786404, lu_delay=5.7340710535645485, ms=00034}
22:49:12.701154 run                osmo-ms-mob/00052: Starting mobile
22:49:12.717312 run       osmo-ms-mob/00052(pid=187): Launched
22:49:12.730607 run                             mass: MS start registered  {at=23367458.433949877, delay=0.005391404032707214, ms=00052}
22:49:12.738515 run                             mass: MS performed LU  {at=23367458.441869427, lu_delay=4.959910091012716, ms=00036}
22:49:12.750975 run                             mass: MS performed LU  {at=23367458.45432378, lu_delay=5.370818633586168, ms=00035}
22:49:12.809348 run                osmo-ms-mob/00053: Starting mobile
22:49:12.823383 run       osmo-ms-mob/00053(pid=188): Launched
22:49:12.835309 run                             mass: MS start registered  {at=23367458.538646426, delay=0.005475174635648727, ms=00053}
22:49:13.553424 run                osmo-ms-mob/00054: Starting mobile
22:49:13.568884 run       osmo-ms-mob/00054(pid=189): Launched
22:49:13.581777 run                             mass: MS start registered  {at=23367459.285092827, delay=0.005301658064126968, ms=00054}
22:49:13.853248 run                osmo-ms-mob/00055: Starting mobile
22:49:13.867316 run       osmo-ms-mob/00055(pid=190): Launched
22:49:13.880614 run                             mass: MS start registered  {at=23367459.583963756, delay=0.005623113363981247, ms=00055}
22:49:14.154004 run                osmo-ms-mob/00056: Starting mobile
22:49:14.170013 run       osmo-ms-mob/00056(pid=191): Launched
22:49:14.230736 run                             mass: MS start registered  {at=23367459.93407984, delay=3.4324824810028076e-05, ms=00056}
22:49:14.452590 run                osmo-ms-mob/00057: Starting mobile
22:49:14.465788 run       osmo-ms-mob/00057(pid=192): Launched
22:49:14.477007 run                             mass: MS start registered  {at=23367460.180359162, delay=0.004870310425758362, ms=00057}
22:49:14.541714 run                             mass: MS performed LU  {at=23367460.245051194, lu_delay=6.063533961772919, ms=00038}
22:49:14.624581 run                             mass: MS performed LU  {at=23367460.327911012, lu_delay=5.466020442545414, ms=00040}
22:49:14.671010 run                             mass: MS performed LU  {at=23367460.37435203, lu_delay=5.3428112752735615, ms=00041}
22:49:14.682279 run                osmo-ms-mob/00058: Starting mobile
22:49:14.695549 run       osmo-ms-mob/00058(pid=193): Launched
22:49:14.706392 run                             mass: MS start registered  {at=23367460.409745324, delay=0.004762846976518631, ms=00058}
22:49:14.814016 run                             mass: MS performed LU  {at=23367460.51735211, lu_delay=6.0311757773160934, ms=00039}
22:49:14.832440 run                             mass: MS performed LU  {at=23367460.535786044, lu_delay=5.0475084744393826, ms=00042}
22:49:14.843918 run                osmo-ms-mob/00059: Starting mobile
22:49:14.857351 run       osmo-ms-mob/00059(pid=194): Launched
22:49:14.869026 run                             mass: MS start registered  {at=23367460.57237926, delay=0.00494002178311348, ms=00059}
22:49:15.453300 run                osmo-ms-mob/00060: Starting mobile
22:49:15.468265 run       osmo-ms-mob/00060(pid=195): Launched
22:49:15.480864 run                             mass: MS start registered  {at=23367461.18420977, delay=0.005572129040956497, ms=00060}
22:49:15.853701 run                osmo-ms-mob/00061: Starting mobile
22:49:15.873315 run       osmo-ms-mob/00061(pid=196): Launched
22:49:15.885094 run                             mass: MS start registered  {at=23367461.58844756, delay=0.005043480545282364, ms=00061}
22:49:16.152920 run                osmo-ms-mob/00062: Starting mobile
22:49:16.168181 run       osmo-ms-mob/00062(pid=197): Launched
22:49:16.175707 run                             mass: MS performed LU  {at=23367461.879063297, lu_delay=5.512775532901287, ms=00045}
22:49:16.183497 run                             mass: MS start registered  {at=23367461.886858016, delay=0.007816247642040253, ms=00062}
22:49:16.207417 run                             mass: MS performed LU  {at=23367461.91075379, lu_delay=5.352284450083971, ms=00046}
22:49:16.220180 run                osmo-ms-mob/00063: Starting mobile
22:49:16.236264 run       osmo-ms-mob/00063(pid=198): Launched
22:49:16.249570 run                             mass: MS start registered  {at=23367461.95291032, delay=0.005617193877696991, ms=00063}
22:49:16.336584 run                             mass: MS performed LU  {at=23367462.039916288, lu_delay=4.657592538744211, ms=00048}
22:49:16.854484 run                osmo-ms-mob/00064: Starting mobile
22:49:16.872662 run       osmo-ms-mob/00064(pid=199): Launched
22:49:16.886841 run                             mass: MS start registered  {at=23367462.590175398, delay=0.005882237106561661, ms=00064}
22:49:17.240860 run                             mass: MS performed LU  {at=23367462.944149874, lu_delay=5.86270260438323, ms=00047}
22:49:17.254258 run                osmo-ms-mob/00065: Starting mobile
22:49:17.270770 run       osmo-ms-mob/00065(pid=200): Launched
22:49:17.284370 run                             mass: MS start registered  {at=23367462.987715296, delay=0.00566047802567482, ms=00065}
22:49:17.504557 run                             mass: MS performed LU  {at=23367463.207889955, lu_delay=3.922797128558159, ms=00054}
22:49:17.519227 run                osmo-ms-mob/00066: Starting mobile
22:49:17.536948 run       osmo-ms-mob/00066(pid=201): Launched
22:49:17.562290 run                             mass: MS start registered  {at=23367463.2655923, delay=0.0075653791427612305, ms=00066}
22:49:17.579102 run                             mass: MS performed LU  {at=23367463.282439712, lu_delay=22.496816094964743, ms=00009}
22:49:17.959770 run                osmo-ms-mob/00067: Starting mobile
22:49:17.980981 run       osmo-ms-mob/00067(pid=202): Launched
22:49:17.994423 run                             mass: MS start registered  {at=23367463.69776363, delay=0.005288660526275635, ms=00067}
22:49:18.155385 run                             mass: MS performed LU  {at=23367463.85870606, lu_delay=5.424756184220314, ms=00052}
22:49:18.170349 run                osmo-ms-mob/00068: Starting mobile
22:49:18.187572 run       osmo-ms-mob/00068(pid=203): Launched
22:49:18.202337 run                             mass: MS start registered  {at=23367463.90564902, delay=0.006876986473798752, ms=00068}
22:49:18.307566 run                             mass: MS performed LU  {at=23367464.010878433, lu_delay=6.001194927841425, ms=00050}
22:49:18.344095 run                             mass: MS performed LU  {at=23367464.047391567, lu_delay=6.285211399197578, ms=00049}
22:49:18.363266 run                             mass: MS performed LU  {at=23367464.066590983, lu_delay=5.527944557368755, ms=00053}
22:49:18.379374 run                osmo-ms-mob/00069: Starting mobile
22:49:18.397524 run       osmo-ms-mob/00069(pid=204): Launched
22:49:18.431010 run                             mass: MS start registered  {at=23367464.134340256, delay=0.02112017199397087, ms=00069}
22:49:19.256757 run                osmo-ms-mob/00070: Starting mobile
22:49:19.274188 run       osmo-ms-mob/00070(pid=205): Launched
22:49:19.280492 run                             mass: Starting too slowly. Moving on {now=23367464.983861685, sleep=-0.13397641479969025, target=23367464.84988527}
22:49:19.287077 run                             mass: Starting too slowly. Moving on {now=23367464.990445923, sleep=-0.04056065157055855, target=23367464.94988527}
22:49:19.292981 run                             mass: MS start registered  {at=23367464.99633953, delay=0.012479960918426514, ms=00070}
22:49:19.916029 run                osmo-ms-mob/00071: Starting mobile
22:49:19.929944 run       osmo-ms-mob/00071(pid=206): Launched
22:49:19.936572 run                             mass: Starting too slowly. Moving on {now=23367465.63994057, sleep=-0.3900552950799465, target=23367465.249885276}
22:49:19.942771 run                             mass: MS start registered  {at=23367465.6461291, delay=0.006191182881593704, ms=00071}
22:49:19.949023 run                             mass: Starting too slowly. Moving on {now=23367465.65239107, sleep=-0.3025057911872864, target=23367465.349885277}
22:49:19.954791 run                             mass: Starting too slowly. Moving on {now=23367465.65816176, sleep=-0.20827648043632507, target=23367465.44988528}
22:49:19.960569 run                             mass: Starting too slowly. Moving on {now=23367465.663939804, sleep=-0.11405452340841293, target=23367465.54988528}
22:49:19.974426 run                osmo-ms-mob/00072: Starting mobile
22:49:19.988857 run       osmo-ms-mob/00072(pid=207): Launched
22:49:19.995590 run                             mass: Starting too slowly. Moving on {now=23367465.698956203, sleep=-0.049070920795202255, target=23367465.649885282}
22:49:20.001943 run                             mass: MS start registered  {at=23367465.705298882, delay=0.006345294415950775, ms=00072}
22:49:20.253445 run                osmo-ms-mob/00073: Starting mobile
22:49:20.268243 run       osmo-ms-mob/00073(pid=208): Launched
22:49:20.279698 run                             mass: MS start registered  {at=23367465.983047206, delay=0.005026921629905701, ms=00073}
22:49:20.301141 run                             mass: MS performed LU  {at=23367466.004480284, lu_delay=5.824121121317148, ms=00057}
22:49:20.323846 run                             mass: MS performed LU  {at=23367466.027169205, lu_delay=6.093089364469051, ms=00056}
22:49:20.656908 run                osmo-ms-mob/00074: Starting mobile
22:49:20.674963 run       osmo-ms-mob/00074(pid=209): Launched
22:49:20.689409 run                             mass: MS start registered  {at=23367466.39272254, delay=0.006324261426925659, ms=00074}
22:49:20.915076 run                             mass: MS performed LU  {at=23367466.618395016, lu_delay=6.208649691194296, ms=00058}
22:49:21.007315 run                             mass: MS performed LU  {at=23367466.710648816, lu_delay=6.138269554823637, ms=00059}
22:49:21.022326 run                osmo-ms-mob/00075: Starting mobile
22:49:21.040074 run       osmo-ms-mob/00075(pid=210): Launched
22:49:21.049037 run                             mass: MS performed LU  {at=23367466.752391215, lu_delay=5.568181443959475, ms=00060}
22:49:21.057054 run                             mass: MS start registered  {at=23367466.76041602, delay=0.00804927945137024, ms=00075}
22:49:21.081441 run                             mass: MS performed LU  {at=23367466.784719363, lu_delay=4.89786134660244, ms=00062}
22:49:21.113658 run                             mass: MS performed LU  {at=23367466.81697167, lu_delay=7.233007915318012, ms=00055}
22:49:21.123705 run                             mass: MS performed LU  {at=23367466.827063918, lu_delay=3.5614716187119484, ms=00066}
22:49:21.138379 run                osmo-ms-mob/00076: Starting mobile
22:49:21.156618 run       osmo-ms-mob/00076(pid=211): Launched
22:49:21.172796 run                             mass: MS start registered  {at=23367466.876128513, delay=0.007936477661132812, ms=00076}
22:49:21.837973 run                             mass: MS performed LU  {at=23367467.541305397, lu_delay=5.588395077735186, ms=00063}
22:49:21.874736 run                             mass: MS performed LU  {at=23367467.57805756, lu_delay=4.59034226462245, ms=00065}
22:49:21.891727 run                osmo-ms-mob/00077: Starting mobile
22:49:21.909839 run       osmo-ms-mob/00077(pid=212): Launched
22:49:21.917962 run                             mass: MS performed LU  {at=23367467.621317238, lu_delay=5.0311418399214745, ms=00064}
22:49:21.926405 run                             mass: MS start registered  {at=23367467.62976611, delay=0.00847303494811058, ms=00077}
22:49:22.453838 run                osmo-ms-mob/00078: Starting mobile
22:49:22.471284 run       osmo-ms-mob/00078(pid=213): Launched
22:49:22.487115 run                             mass: MS start registered  {at=23367468.190404117, delay=0.007917635142803192, ms=00078}
22:49:22.859543 run                osmo-ms-mob/00079: Starting mobile
22:49:22.983436 run       osmo-ms-mob/00079(pid=214): Launched
22:49:22.996855 run                             mass: Starting too slowly. Moving on {now=23367468.700216204, sleep=-0.05033087730407715, target=23367468.649885327}
22:49:23.008389 run                             mass: MS start registered  {at=23367468.711742852, delay=0.011530626565217972, ms=00079}
22:49:23.597988 run                osmo-ms-mob/00080: Starting mobile
22:49:23.611735 run       osmo-ms-mob/00080(pid=215): Launched
22:49:23.618493 run                             mass: Starting too slowly. Moving on {now=23367469.32186, sleep=-0.17197466641664505, target=23367469.149885334}
22:49:23.625478 run                             mass: MS start registered  {at=23367469.3288326, delay=0.006975620985031128, ms=00080}
22:49:23.633065 run                             mass: Starting too slowly. Moving on {now=23367469.336425595, sleep=-0.08654025942087173, target=23367469.249885336}
22:49:23.739087 run                             mass: MS performed LU  {at=23367469.442420937, lu_delay=5.7446573078632355, ms=00067}
22:49:23.920314 run                             mass: Starting too slowly. Moving on {now=23367469.623680238, sleep=-0.0737948976457119, target=23367469.54988534}
22:49:23.926313 run                             mass: MS performed LU  {at=23367469.62967227, lu_delay=4.6333327405154705, ms=00070}
22:49:23.938107 run                osmo-ms-mob/00081: Starting mobile
22:49:23.953507 run       osmo-ms-mob/00081(pid=216): Launched
22:49:23.961203 run                             mass: Starting too slowly. Moving on {now=23367469.664568298, sleep=-0.014682956039905548, target=23367469.64988534}
22:49:23.968984 run                             mass: MS performed LU  {at=23367469.67233697, lu_delay=5.766687948256731, ms=00068}
22:49:23.976659 run                             mass: MS performed LU  {at=23367469.68001955, lu_delay=8.091571990400553, ms=00061}
22:49:23.983950 run                             mass: MS start registered  {at=23367469.68731306, delay=0.022747863084077835, ms=00081}
22:49:24.449273 run                osmo-ms-mob/00082: Starting mobile
22:49:24.463654 run       osmo-ms-mob/00082(pid=217): Launched
22:49:24.475779 run                             mass: Starting too slowly. Moving on {now=23367470.17914348, sleep=-0.12925813347101212, target=23367470.049885347}
22:49:24.484653 run                             mass: MS start registered  {at=23367470.18798585, delay=0.00884580984711647, ms=00082}
22:49:24.491257 run                             mass: Starting too slowly. Moving on {now=23367470.194625378, sleep=-0.04474002867937088, target=23367470.14988535}
22:49:24.978480 run                osmo-ms-mob/00083: Starting mobile
22:49:24.992752 run       osmo-ms-mob/00083(pid=218): Launched
22:49:24.999423 run                             mass: Starting too slowly. Moving on {now=23367470.70279061, sleep=-0.05290525406599045, target=23367470.649885356}
22:49:25.007817 run                             mass: MS start registered  {at=23367470.711166304, delay=0.008378222584724426, ms=00083}
22:49:25.294893 run                             mass: MS performed LU  {at=23367470.998225443, lu_delay=6.863885186612606, ms=00069}
22:49:25.306787 run                osmo-ms-mob/00084: Starting mobile
22:49:25.322043 run       osmo-ms-mob/00084(pid=219): Launched
22:49:25.334985 run                             mass: MS start registered  {at=23367471.038326353, delay=0.0038413405418395996, ms=00084}
22:49:25.855002 run                osmo-ms-mob/00085: Starting mobile
22:49:25.872264 run       osmo-ms-mob/00085(pid=220): Launched
22:49:25.886617 run                             mass: MS start registered  {at=23367471.58992, delay=0.005745675414800644, ms=00085}
22:49:26.310030 run                             mass: MS performed LU  {at=23367472.013347622, lu_delay=6.367218520492315, ms=00071}
22:49:26.347263 run                             mass: MS performed LU  {at=23367472.050543834, lu_delay=6.067496627569199, ms=00073}
22:49:26.364589 run                osmo-ms-mob/00086: Starting mobile
22:49:26.384410 run       osmo-ms-mob/00086(pid=221): Launched
22:49:26.392635 run                             mass: MS performed LU  {at=23367472.0959794, lu_delay=5.703256860375404, ms=00074}
22:49:26.400603 run                             mass: MS start registered  {at=23367472.103963867, delay=0.008013010025024414, ms=00086}
22:49:26.408561 run                             mass: MS performed LU  {at=23367472.11191418, lu_delay=5.2357856668531895, ms=00076}
22:49:26.439505 run                             mass: MS performed LU  {at=23367472.142832205, lu_delay=6.43753332272172, ms=00072}
22:49:27.053790 run                osmo-ms-mob/00087: Starting mobile
22:49:27.070359 run       osmo-ms-mob/00087(pid=222): Launched
22:49:27.084137 run                             mass: MS start registered  {at=23367472.787481718, delay=0.003641214221715927, ms=00087}
22:49:27.588272 run                             mass: MS performed LU  {at=23367473.291605137, lu_delay=4.579862285405397, ms=00079}
22:49:27.601287 run                osmo-ms-mob/00088: Starting mobile
22:49:27.616565 run       osmo-ms-mob/00088(pid=223): Launched
22:49:27.629196 run                             mass: MS start registered  {at=23367473.332539838, delay=0.005605395883321762, ms=00088}
22:49:27.636514 run                             mass: MS performed LU  {at=23367473.339868523, lu_delay=5.149464406073093, ms=00078}
22:49:27.703461 run                             mass: MS performed LU  {at=23367473.40679098, lu_delay=5.777024868875742, ms=00077}
22:49:28.254718 run                osmo-ms-mob/00089: Starting mobile
22:49:28.271247 run       osmo-ms-mob/00089(pid=224): Launched
22:49:28.285142 run                             mass: MS start registered  {at=23367473.98847034, delay=0.004339810460805893, ms=00089}
22:49:28.864248 run                osmo-ms-mob/00090: Starting mobile
22:49:28.904674 run       osmo-ms-mob/00090(pid=225): Launched
22:49:28.924522 run                             mass: MS start registered  {at=23367474.627852105, delay=4.7009438276290894e-05, ms=00090}
22:49:29.369493 run                             mass: MS performed LU  {at=23367475.072778746, lu_delay=5.385465685278177, ms=00081}
22:49:29.452990 run                             mass: MS performed LU  {at=23367475.156283382, lu_delay=5.827450782060623, ms=00080}
22:49:29.482804 run                osmo-ms-mob/00091: Starting mobile
22:49:29.522539 run       osmo-ms-mob/00091(pid=226): Launched
22:49:29.556586 run                             mass: MS performed LU  {at=23367475.259921238, lu_delay=5.071935389190912, ms=00082}
22:49:29.579066 run                             mass: MS start registered  {at=23367475.28239207, delay=0.022516202181577682, ms=00091}
22:49:29.623538 run                             mass: MS performed LU  {at=23367475.32684553, lu_delay=4.6156792268157005, ms=00083}
22:49:30.259517 run                osmo-ms-mob/00092: Starting mobile
22:49:30.286052 run       osmo-ms-mob/00092(pid=227): Launched
22:49:30.302391 run                             mass: MS start registered  {at=23367476.005705103, delay=0.006162028759717941, ms=00092}
22:49:31.545888 run                osmo-ms-mob/00093: Starting mobile
22:49:31.563305 run       osmo-ms-mob/00093(pid=228): Launched
22:49:31.569656 run                             mass: Starting too slowly. Moving on {now=23367477.27302391, sleep=-0.42313846200704575, target=23367476.84988545}
22:49:31.575570 run                             mass: MS performed LU  {at=23367477.278927617, lu_delay=5.689007617533207, ms=00085}
22:49:31.581446 run                             mass: Starting too slowly. Moving on {now=23367477.284817122, sleep=-0.3349316716194153, target=23367476.94988545}
22:49:31.587111 run                             mass: MS performed LU  {at=23367477.29047558, lu_delay=6.252149228006601, ms=00084}
22:49:31.593218 run                             mass: Starting too slowly. Moving on {now=23367477.296588942, sleep=-0.24670349061489105, target=23367477.04988545}
22:49:32.215240 run                             mass: MS performed LU  {at=23367477.91859578, lu_delay=5.814631912857294, ms=00086}
22:49:32.221498 run                             mass: Starting too slowly. Moving on {now=23367477.924867004, sleep=-0.7749815508723259, target=23367477.149885453}
22:49:32.227432 run                             mass: MS start registered  {at=23367477.930791344, delay=0.657769862562418, ms=00093}
22:49:32.234025 run                             mass: Starting too slowly. Moving on {now=23367477.937391505, sleep=-0.6875060498714447, target=23367477.249885455}
22:49:32.239944 run                             mass: Starting too slowly. Moving on {now=23367477.94331385, sleep=-0.5934283919632435, target=23367477.349885456}
22:49:32.245912 run                             mass: Starting too slowly. Moving on {now=23367477.949280985, sleep=-0.499395526945591, target=23367477.449885458}
22:49:32.252408 run                             mass: Starting too slowly. Moving on {now=23367477.95577388, sleep=-0.405888419598341, target=23367477.54988546}
22:49:32.258721 run                             mass: Starting too slowly. Moving on {now=23367477.96208831, sleep=-0.3122028484940529, target=23367477.64988546}
22:49:32.270570 run                osmo-ms-mob/00094: Starting mobile
22:49:32.286561 run       osmo-ms-mob/00094(pid=229): Launched
22:49:32.294011 run                             mass: Starting too slowly. Moving on {now=23367477.997377213, sleep=-0.2474917508661747, target=23367477.749885462}
22:49:32.300586 run                             mass: Starting too slowly. Moving on {now=23367478.003953483, sleep=-0.1540680192410946, target=23367477.849885464}
22:49:32.307224 run                             mass: MS start registered  {at=23367478.010577712, delay=0.013203419744968414, ms=00094}
22:49:32.313953 run                             mass: Starting too slowly. Moving on {now=23367478.01731681, sleep=-0.06743134558200836, target=23367477.949885465}
22:49:32.858063 run                osmo-ms-mob/00095: Starting mobile
22:49:32.874126 run       osmo-ms-mob/00095(pid=230): Launched
22:49:32.886339 run                             mass: MS start registered  {at=23367478.589685008, delay=0.005052380263805389, ms=00095}
22:49:33.453671 run                             mass: MS performed LU  {at=23367479.156978454, lu_delay=23.267600245773792, ms=00043}
22:49:33.605646 run                             mass: MS performed LU  {at=23367479.308964718, lu_delay=6.52148300036788, ms=00087}
22:49:33.624651 run                             mass: MS performed LU  {at=23367479.32798447, lu_delay=5.339514132589102, ms=00089}
22:49:33.735115 run                             mass: MS performed LU  {at=23367479.43842811, lu_delay=6.105888273566961, ms=00088}
22:49:33.754247 run                osmo-ms-mob/00096: Starting mobile
22:49:33.771836 run       osmo-ms-mob/00096(pid=231): Launched
22:49:33.787159 run                             mass: MS start registered  {at=23367479.490496714, delay=0.007180593907833099, ms=00096}
22:49:33.879169 run                             mass: MS performed LU  {at=23367479.58239515, lu_delay=23.400583241134882, ms=00044}
22:49:34.959683 run                osmo-ms-mob/00097: Starting mobile
22:49:34.992457 run       osmo-ms-mob/00097(pid=232): Launched
22:49:35.015692 run                             mass: MS start registered  {at=23367480.71900888, delay=0.007230166345834732, ms=00097}
22:49:35.119579 run                             mass: MS performed LU  {at=23367480.82288931, lu_delay=4.817184206098318, ms=00092}
22:49:35.166270 run                             mass: MS performed LU  {at=23367480.869580038, lu_delay=5.587187968194485, ms=00091}
22:49:35.235402 run                             mass: MS performed LU  {at=23367480.93870087, lu_delay=6.310848765075207, ms=00090}
22:49:35.309608 run                             mass: MS performed LU  {at=23367481.012924224, lu_delay=22.695369079709053, ms=00051}
22:49:36.260260 run                osmo-ms-mob/00098: Starting mobile
22:49:36.281841 run       osmo-ms-mob/00098(pid=233): Launched
22:49:36.297553 run                             mass: MS start registered  {at=23367482.00086533, delay=0.00710286945104599, ms=00098}
22:49:36.984408 run                             mass: MS performed LU  {at=23367482.687722478, lu_delay=4.677144765853882, ms=00094}
22:49:37.030843 run                             mass: MS performed LU  {at=23367482.734162364, lu_delay=4.8033710196614265, ms=00093}
22:49:38.059280 run                osmo-ms-mob/00099: Starting mobile
22:49:38.089782 run       osmo-ms-mob/00099(pid=234): Launched
22:49:38.103796 run                             mass: All started... {duration=55.75727213546634, too_slow=31}
22:49:38.112246 run                             mass: MS start registered  {at=23367483.815600656, delay=0.008449677377939224, ms=00099}
22:49:38.885836 run                             mass: MS performed LU  {at=23367484.589166652, lu_delay=5.9994816444814205, ms=00095}
22:49:38.931524 run                             mass: MS performed LU  {at=23367484.634835884, lu_delay=5.144339170306921, ms=00096}
22:49:40.751218 run                             mass: MS performed LU  {at=23367486.45451973, lu_delay=5.735510848462582, ms=00097}
22:49:41.266813 run                             mass: MS performed LU  {at=23367486.970119987, lu_delay=4.969254657626152, ms=00098}
22:49:44.299205 run                             mass: MS performed LU  {at=23367490.002530772, lu_delay=6.186930116266012, ms=00099}
22:49:44.345648 run                             mass: MS performed LU  {at=23367490.04896013, lu_delay=23.288544110953808, ms=00075}
22:49:44.357187 run                             mass: Tests done {all_completed=True, max=23.400583241134882, min=3.5614716187119484}
22:49:44.368082 tst         register_default_mass.py: Test passed (86.9 sec)
22:49:44.379986 run pcap-recorder_any(filters='host 127.0.42.2')(pid=22): Terminating (SIGTERM)
22:49:44.386809 run      osmo-hlr_127.0.42.2(pid=23): Terminating (SIGTERM)
22:49:44.394940 run pcap-recorder_any(filters='host 127.0.42.5 and port not 22')(pid=24): Terminating (SIGTERM)
22:49:44.402017 run      osmo-stp_127.0.42.5(pid=25): Terminating (SIGTERM)
22:49:44.409142 run pcap-recorder_any(filters='host 127.0.42.6 and port not 22')(pid=26): Terminating (SIGTERM)
22:49:44.414773 run      osmo-msc_127.0.42.6(pid=27): Terminating (SIGTERM)
22:49:44.420084 run pcap-recorder_any(filters='host 127.0.42.3 and port not 22')(pid=28): Terminating (SIGTERM)
22:49:44.426123 run      osmo-mgw_127.0.42.3(pid=29): Terminating (SIGTERM)
22:49:44.431536 run pcap-recorder_any(filters='host 127.0.42.4 and port not 22')(pid=30): Terminating (SIGTERM)
22:49:44.436865 run      osmo-mgw_127.0.42.4(pid=31): Terminating (SIGTERM)
22:49:44.443235 run pcap-recorder_any(filters='host 127.0.42.7 and port not 22')(pid=32): Terminating (SIGTERM)
22:49:44.452929 run      osmo-bsc_127.0.42.7(pid=33): Terminating (SIGTERM)
22:49:44.463228 run         osmo-bts-virtual(pid=34): Terminating (SIGTERM)
22:49:44.473517 run   osmo-ms-virt-phy/00000(pid=35): Terminating (SIGTERM)
22:49:44.479855 run   osmo-ms-virt-phy/00001(pid=36): Terminating (SIGTERM)
22:49:44.486261 run   osmo-ms-virt-phy/00002(pid=37): Terminating (SIGTERM)
22:49:44.496683 run   osmo-ms-virt-phy/00003(pid=38): Terminating (SIGTERM)
22:49:44.502503 run   osmo-ms-virt-phy/00004(pid=39): Terminating (SIGTERM)
22:49:44.510095 run   osmo-ms-virt-phy/00005(pid=40): Terminating (SIGTERM)
22:49:44.515837 run   osmo-ms-virt-phy/00006(pid=41): Terminating (SIGTERM)
22:49:44.522556 run   osmo-ms-virt-phy/00007(pid=42): Terminating (SIGTERM)
22:49:44.528406 run   osmo-ms-virt-phy/00008(pid=43): Terminating (SIGTERM)
22:49:44.535104 run   osmo-ms-virt-phy/00009(pid=44): Terminating (SIGTERM)
22:49:44.541696 run   osmo-ms-virt-phy/00010(pid=45): Terminating (SIGTERM)
22:49:44.548765 run   osmo-ms-virt-phy/00011(pid=46): Terminating (SIGTERM)
22:49:44.554708 run   osmo-ms-virt-phy/00012(pid=47): Terminating (SIGTERM)
22:49:44.560081 run   osmo-ms-virt-phy/00013(pid=48): Terminating (SIGTERM)
22:49:44.565291 run   osmo-ms-virt-phy/00014(pid=49): Terminating (SIGTERM)
22:49:44.571997 run   osmo-ms-virt-phy/00015(pid=50): Terminating (SIGTERM)
22:49:44.578463 run   osmo-ms-virt-phy/00016(pid=51): Terminating (SIGTERM)
22:49:44.587721 run   osmo-ms-virt-phy/00017(pid=52): Terminating (SIGTERM)
22:49:44.594675 run   osmo-ms-virt-phy/00018(pid=53): Terminating (SIGTERM)
22:49:44.600381 run   osmo-ms-virt-phy/00019(pid=54): Terminating (SIGTERM)
22:49:44.606393 run   osmo-ms-virt-phy/00020(pid=55): Terminating (SIGTERM)
22:49:44.611504 run   osmo-ms-virt-phy/00021(pid=56): Terminating (SIGTERM)
22:49:44.616753 run   osmo-ms-virt-phy/00022(pid=57): Terminating (SIGTERM)
22:49:44.623396 run   osmo-ms-virt-phy/00023(pid=58): Terminating (SIGTERM)
22:49:44.628931 run   osmo-ms-virt-phy/00024(pid=59): Terminating (SIGTERM)
22:49:44.634247 run   osmo-ms-virt-phy/00025(pid=60): Terminating (SIGTERM)
22:49:44.639415 run   osmo-ms-virt-phy/00026(pid=61): Terminating (SIGTERM)
22:49:44.647179 run   osmo-ms-virt-phy/00027(pid=62): Terminating (SIGTERM)
22:49:44.653979 run   osmo-ms-virt-phy/00028(pid=63): Terminating (SIGTERM)
22:49:44.660086 run   osmo-ms-virt-phy/00029(pid=64): Terminating (SIGTERM)
22:49:44.665596 run   osmo-ms-virt-phy/00030(pid=65): Terminating (SIGTERM)
22:49:44.671640 run   osmo-ms-virt-phy/00031(pid=66): Terminating (SIGTERM)
22:49:44.677145 run   osmo-ms-virt-phy/00032(pid=67): Terminating (SIGTERM)
22:49:44.683556 run   osmo-ms-virt-phy/00033(pid=68): Terminating (SIGTERM)
22:49:44.690040 run   osmo-ms-virt-phy/00034(pid=69): Terminating (SIGTERM)
22:49:44.697277 run   osmo-ms-virt-phy/00035(pid=70): Terminating (SIGTERM)
22:49:44.703788 run   osmo-ms-virt-phy/00036(pid=71): Terminating (SIGTERM)
22:49:44.709363 run   osmo-ms-virt-phy/00037(pid=72): Terminating (SIGTERM)
22:49:44.715336 run   osmo-ms-virt-phy/00038(pid=73): Terminating (SIGTERM)
22:49:44.722393 run   osmo-ms-virt-phy/00039(pid=74): Terminating (SIGTERM)
22:49:44.727768 run   osmo-ms-virt-phy/00040(pid=75): Terminating (SIGTERM)
22:49:44.733344 run   osmo-ms-virt-phy/00041(pid=76): Terminating (SIGTERM)
22:49:44.738824 run   osmo-ms-virt-phy/00042(pid=77): Terminating (SIGTERM)
22:49:44.746499 run   osmo-ms-virt-phy/00043(pid=78): Terminating (SIGTERM)
22:49:44.756321 run   osmo-ms-virt-phy/00044(pid=79): Terminating (SIGTERM)
22:49:44.766170 run   osmo-ms-virt-phy/00045(pid=80): Terminating (SIGTERM)
22:49:44.772723 run   osmo-ms-virt-phy/00046(pid=81): Terminating (SIGTERM)
22:49:44.777924 run   osmo-ms-virt-phy/00047(pid=82): Terminating (SIGTERM)
22:49:44.783793 run   osmo-ms-virt-phy/00048(pid=83): Terminating (SIGTERM)
22:49:44.789116 run   osmo-ms-virt-phy/00049(pid=84): Terminating (SIGTERM)
22:49:44.794616 run   osmo-ms-virt-phy/00050(pid=85): Terminating (SIGTERM)
22:49:44.799876 run   osmo-ms-virt-phy/00051(pid=86): Terminating (SIGTERM)
22:49:44.805381 run   osmo-ms-virt-phy/00052(pid=87): Terminating (SIGTERM)
22:49:44.810601 run   osmo-ms-virt-phy/00053(pid=88): Terminating (SIGTERM)
22:49:44.816429 run   osmo-ms-virt-phy/00054(pid=89): Terminating (SIGTERM)
22:49:44.821831 run   osmo-ms-virt-phy/00055(pid=90): Terminating (SIGTERM)
22:49:44.827371 run   osmo-ms-virt-phy/00056(pid=91): Terminating (SIGTERM)
22:49:44.832950 run   osmo-ms-virt-phy/00057(pid=92): Terminating (SIGTERM)
22:49:44.839311 run   osmo-ms-virt-phy/00058(pid=93): Terminating (SIGTERM)
22:49:44.845679 run   osmo-ms-virt-phy/00059(pid=94): Terminating (SIGTERM)
22:49:44.851617 run   osmo-ms-virt-phy/00060(pid=95): Terminating (SIGTERM)
22:49:44.857363 run   osmo-ms-virt-phy/00061(pid=96): Terminating (SIGTERM)
22:49:44.862431 run   osmo-ms-virt-phy/00062(pid=97): Terminating (SIGTERM)
22:49:44.868004 run   osmo-ms-virt-phy/00063(pid=98): Terminating (SIGTERM)
22:49:44.875691 run   osmo-ms-virt-phy/00064(pid=99): Terminating (SIGTERM)
22:49:44.882137 run  osmo-ms-virt-phy/00065(pid=100): Terminating (SIGTERM)
22:49:44.888439 run  osmo-ms-virt-phy/00066(pid=101): Terminating (SIGTERM)
22:49:44.895428 run  osmo-ms-virt-phy/00067(pid=102): Terminating (SIGTERM)
22:49:44.901285 run  osmo-ms-virt-phy/00068(pid=103): Terminating (SIGTERM)
22:49:44.907389 run  osmo-ms-virt-phy/00069(pid=104): Terminating (SIGTERM)
22:49:44.913452 run  osmo-ms-virt-phy/00070(pid=105): Terminating (SIGTERM)
22:49:44.919919 run  osmo-ms-virt-phy/00071(pid=106): Terminating (SIGTERM)
22:49:44.925182 run  osmo-ms-virt-phy/00072(pid=107): Terminating (SIGTERM)
22:49:44.930914 run  osmo-ms-virt-phy/00073(pid=108): Terminating (SIGTERM)
22:49:44.936732 run  osmo-ms-virt-phy/00074(pid=109): Terminating (SIGTERM)
22:49:44.943717 run  osmo-ms-virt-phy/00075(pid=110): Terminating (SIGTERM)
22:49:44.949662 run  osmo-ms-virt-phy/00076(pid=111): Terminating (SIGTERM)
22:49:44.955168 run  osmo-ms-virt-phy/00077(pid=112): Terminating (SIGTERM)
22:49:44.961160 run  osmo-ms-virt-phy/00078(pid=113): Terminating (SIGTERM)
22:49:44.967145 run  osmo-ms-virt-phy/00079(pid=114): Terminating (SIGTERM)
22:49:44.972848 run  osmo-ms-virt-phy/00080(pid=115): Terminating (SIGTERM)
22:49:44.978022 run  osmo-ms-virt-phy/00081(pid=116): Terminating (SIGTERM)
22:49:44.983350 run  osmo-ms-virt-phy/00082(pid=117): Terminating (SIGTERM)
22:49:44.988574 run  osmo-ms-virt-phy/00083(pid=118): Terminating (SIGTERM)
22:49:44.995538 run  osmo-ms-virt-phy/00084(pid=119): Terminating (SIGTERM)
22:49:45.006016 run  osmo-ms-virt-phy/00085(pid=120): Terminating (SIGTERM)
22:49:45.012764 run  osmo-ms-virt-phy/00086(pid=121): Terminating (SIGTERM)
22:49:45.017860 run  osmo-ms-virt-phy/00087(pid=122): Terminating (SIGTERM)
22:49:45.023145 run  osmo-ms-virt-phy/00088(pid=123): Terminating (SIGTERM)
22:49:45.043171 run  osmo-ms-virt-phy/00089(pid=124): Terminating (SIGTERM)
22:49:45.052250 run  osmo-ms-virt-phy/00090(pid=125): Terminating (SIGTERM)
22:49:45.061655 run  osmo-ms-virt-phy/00091(pid=126): Terminating (SIGTERM)
22:49:45.070988 run  osmo-ms-virt-phy/00092(pid=127): Terminating (SIGTERM)
22:49:45.080040 run  osmo-ms-virt-phy/00093(pid=128): Terminating (SIGTERM)
22:49:45.089017 run  osmo-ms-virt-phy/00094(pid=129): Terminating (SIGTERM)
22:49:45.098376 run  osmo-ms-virt-phy/00095(pid=130): Terminating (SIGTERM)
22:49:45.107599 run  osmo-ms-virt-phy/00096(pid=131): Terminating (SIGTERM)
22:49:45.116442 run  osmo-ms-virt-phy/00097(pid=132): Terminating (SIGTERM)
22:49:45.125324 run  osmo-ms-virt-phy/00098(pid=133): Terminating (SIGTERM)
22:49:45.134110 run  osmo-ms-virt-phy/00099(pid=134): Terminating (SIGTERM)
22:49:45.142832 run       osmo-ms-mob/00000(pid=135): Terminating (SIGTERM)
22:49:45.151513 run       osmo-ms-mob/00001(pid=136): Terminating (SIGTERM)
22:49:45.159980 run       osmo-ms-mob/00002(pid=137): Terminating (SIGTERM)
22:49:45.168352 run       osmo-ms-mob/00003(pid=138): Terminating (SIGTERM)
22:49:45.172908 run       osmo-ms-mob/00004(pid=139): Terminating (SIGTERM)
22:49:45.177246 run       osmo-ms-mob/00005(pid=140): Terminating (SIGTERM)
22:49:45.181502 run       osmo-ms-mob/00006(pid=141): Terminating (SIGTERM)
22:49:45.185828 run       osmo-ms-mob/00007(pid=142): Terminating (SIGTERM)
22:49:45.190103 run       osmo-ms-mob/00008(pid=143): Terminating (SIGTERM)
22:49:45.194345 run       osmo-ms-mob/00009(pid=144): Terminating (SIGTERM)
22:49:45.198592 run       osmo-ms-mob/00010(pid=145): Terminating (SIGTERM)
22:49:45.202839 run       osmo-ms-mob/00011(pid=146): Terminating (SIGTERM)
22:49:45.207221 run       osmo-ms-mob/00012(pid=147): Terminating (SIGTERM)
22:49:45.211463 run       osmo-ms-mob/00013(pid=148): Terminating (SIGTERM)
22:49:45.216256 run       osmo-ms-mob/00014(pid=149): Terminating (SIGTERM)
22:49:45.220658 run       osmo-ms-mob/00015(pid=150): Terminating (SIGTERM)
22:49:45.225025 run       osmo-ms-mob/00016(pid=151): Terminating (SIGTERM)
22:49:45.229356 run       osmo-ms-mob/00017(pid=152): Terminating (SIGTERM)
22:49:45.233586 run       osmo-ms-mob/00018(pid=153): Terminating (SIGTERM)
22:49:45.237803 run       osmo-ms-mob/00019(pid=154): Terminating (SIGTERM)
22:49:45.242038 run       osmo-ms-mob/00020(pid=155): Terminating (SIGTERM)
22:49:45.246271 run       osmo-ms-mob/00021(pid=156): Terminating (SIGTERM)
22:49:45.250510 run       osmo-ms-mob/00022(pid=157): Terminating (SIGTERM)
22:49:45.254774 run       osmo-ms-mob/00023(pid=158): Terminating (SIGTERM)
22:49:45.259026 run       osmo-ms-mob/00024(pid=159): Terminating (SIGTERM)
22:49:45.263245 run       osmo-ms-mob/00025(pid=160): Terminating (SIGTERM)
22:49:45.267501 run       osmo-ms-mob/00026(pid=161): Terminating (SIGTERM)
22:49:45.271739 run       osmo-ms-mob/00027(pid=162): Terminating (SIGTERM)
22:49:45.275919 run       osmo-ms-mob/00028(pid=163): Terminating (SIGTERM)
22:49:45.280184 run       osmo-ms-mob/00029(pid=164): Terminating (SIGTERM)
22:49:45.284435 run       osmo-ms-mob/00030(pid=165): Terminating (SIGTERM)
22:49:45.288672 run       osmo-ms-mob/00031(pid=166): Terminating (SIGTERM)
22:49:45.292906 run       osmo-ms-mob/00032(pid=167): Terminating (SIGTERM)
22:49:45.297095 run       osmo-ms-mob/00033(pid=168): Terminating (SIGTERM)
22:49:45.301327 run       osmo-ms-mob/00034(pid=169): Terminating (SIGTERM)
22:49:45.305481 run       osmo-ms-mob/00035(pid=170): Terminating (SIGTERM)
22:49:45.309674 run       osmo-ms-mob/00036(pid=171): Terminating (SIGTERM)
22:49:45.313857 run       osmo-ms-mob/00037(pid=172): Terminating (SIGTERM)
22:49:45.318091 run       osmo-ms-mob/00038(pid=173): Terminating (SIGTERM)
22:49:45.322360 run       osmo-ms-mob/00039(pid=174): Terminating (SIGTERM)
22:49:45.326596 run       osmo-ms-mob/00040(pid=175): Terminating (SIGTERM)
22:49:45.330840 run       osmo-ms-mob/00041(pid=176): Terminating (SIGTERM)
22:49:45.335067 run       osmo-ms-mob/00042(pid=177): Terminating (SIGTERM)
22:49:45.339283 run       osmo-ms-mob/00043(pid=178): Terminating (SIGTERM)
22:49:45.343409 run       osmo-ms-mob/00044(pid=179): Terminating (SIGTERM)
22:49:45.347568 run       osmo-ms-mob/00045(pid=180): Terminating (SIGTERM)
22:49:45.351787 run       osmo-ms-mob/00046(pid=181): Terminating (SIGTERM)
22:49:45.356046 run       osmo-ms-mob/00047(pid=182): Terminating (SIGTERM)
22:49:45.360310 run       osmo-ms-mob/00048(pid=183): Terminating (SIGTERM)
22:49:45.364582 run       osmo-ms-mob/00049(pid=184): Terminating (SIGTERM)
22:49:45.368947 run       osmo-ms-mob/00050(pid=185): Terminating (SIGTERM)
22:49:45.373294 run       osmo-ms-mob/00051(pid=186): Terminating (SIGTERM)
22:49:45.377574 run       osmo-ms-mob/00052(pid=187): Terminating (SIGTERM)
22:49:45.381873 run       osmo-ms-mob/00053(pid=188): Terminating (SIGTERM)
22:49:45.386173 run       osmo-ms-mob/00054(pid=189): Terminating (SIGTERM)
22:49:45.390545 run       osmo-ms-mob/00055(pid=190): Terminating (SIGTERM)
22:49:45.394885 run       osmo-ms-mob/00056(pid=191): Terminating (SIGTERM)
22:49:45.399242 run       osmo-ms-mob/00057(pid=192): Terminating (SIGTERM)
22:49:45.403586 run       osmo-ms-mob/00058(pid=193): Terminating (SIGTERM)
22:49:45.407944 run       osmo-ms-mob/00059(pid=194): Terminating (SIGTERM)
22:49:45.412300 run       osmo-ms-mob/00060(pid=195): Terminating (SIGTERM)
22:49:45.416685 run       osmo-ms-mob/00061(pid=196): Terminating (SIGTERM)
22:49:45.421031 run       osmo-ms-mob/00062(pid=197): Terminating (SIGTERM)
22:49:45.425373 run       osmo-ms-mob/00063(pid=198): Terminating (SIGTERM)
22:49:45.429729 run       osmo-ms-mob/00064(pid=199): Terminating (SIGTERM)
22:49:45.434077 run       osmo-ms-mob/00065(pid=200): Terminating (SIGTERM)
22:49:45.438535 run       osmo-ms-mob/00066(pid=201): Terminating (SIGTERM)
22:49:45.442949 run       osmo-ms-mob/00067(pid=202): Terminating (SIGTERM)
22:49:45.447331 run       osmo-ms-mob/00068(pid=203): Terminating (SIGTERM)
22:49:45.451710 run       osmo-ms-mob/00069(pid=204): Terminating (SIGTERM)
22:49:45.456072 run       osmo-ms-mob/00070(pid=205): Terminating (SIGTERM)
22:49:45.460415 run       osmo-ms-mob/00071(pid=206): Terminating (SIGTERM)
22:49:45.464793 run       osmo-ms-mob/00072(pid=207): Terminating (SIGTERM)
22:49:45.469140 run       osmo-ms-mob/00073(pid=208): Terminating (SIGTERM)
22:49:45.473430 run       osmo-ms-mob/00074(pid=209): Terminating (SIGTERM)
22:49:45.477777 run       osmo-ms-mob/00075(pid=210): Terminating (SIGTERM)
22:49:45.482037 run       osmo-ms-mob/00076(pid=211): Terminating (SIGTERM)
22:49:45.486349 run       osmo-ms-mob/00077(pid=212): Terminating (SIGTERM)
22:49:45.490688 run       osmo-ms-mob/00078(pid=213): Terminating (SIGTERM)
22:49:45.495275 run       osmo-ms-mob/00079(pid=214): Terminating (SIGTERM)
22:49:45.499647 run       osmo-ms-mob/00080(pid=215): Terminating (SIGTERM)
22:49:45.503970 run       osmo-ms-mob/00081(pid=216): Terminating (SIGTERM)
22:49:45.508304 run       osmo-ms-mob/00082(pid=217): Terminating (SIGTERM)
22:49:45.512693 run       osmo-ms-mob/00083(pid=218): Terminating (SIGTERM)
22:49:45.517032 run       osmo-ms-mob/00084(pid=219): Terminating (SIGTERM)
22:49:45.521282 run       osmo-ms-mob/00085(pid=220): Terminating (SIGTERM)
22:49:45.525615 run       osmo-ms-mob/00086(pid=221): Terminating (SIGTERM)
22:49:45.529995 run       osmo-ms-mob/00087(pid=222): Terminating (SIGTERM)
22:49:45.534215 run       osmo-ms-mob/00088(pid=223): Terminating (SIGTERM)
22:49:45.538468 run       osmo-ms-mob/00089(pid=224): Terminating (SIGTERM)
22:49:45.542752 run       osmo-ms-mob/00090(pid=225): Terminating (SIGTERM)
22:49:45.547116 run       osmo-ms-mob/00091(pid=226): Terminating (SIGTERM)
22:49:45.551482 run       osmo-ms-mob/00092(pid=227): Terminating (SIGTERM)
22:49:45.555750 run       osmo-ms-mob/00093(pid=228): Terminating (SIGTERM)
22:49:45.560054 run       osmo-ms-mob/00094(pid=229): Terminating (SIGTERM)
22:49:45.564344 run       osmo-ms-mob/00095(pid=230): Terminating (SIGTERM)
22:49:45.568694 run       osmo-ms-mob/00096(pid=231): Terminating (SIGTERM)
22:49:45.572933 run       osmo-ms-mob/00097(pid=232): Terminating (SIGTERM)
22:49:45.577171 run       osmo-ms-mob/00098(pid=233): Terminating (SIGTERM)
22:49:45.581411 run       osmo-ms-mob/00099(pid=234): Terminating (SIGTERM)
22:49:45.585661 ---      ParallelTerminationStrategy: PID 22 died...
22:49:45.587539 run pcap-recorder_any(filters='host 127.0.42.2')(pid=22): Terminated: ok {rc=0}
22:49:45.592168 ---      ParallelTerminationStrategy: PID 23 died...
22:49:45.594080 run      osmo-hlr_127.0.42.2(pid=23): Terminated: ok {rc=0}
22:49:45.598739 ---      ParallelTerminationStrategy: PID 24 died...
22:49:45.600640 run pcap-recorder_any(filters='host 127.0.42.5 and port not 22')(pid=24): Terminated: ok {rc=0}
22:49:45.605451 ---      ParallelTerminationStrategy: PID 25 died...
22:49:45.607486 run      osmo-stp_127.0.42.5(pid=25): Terminated: ok {rc=0}
22:49:45.612254 ---      ParallelTerminationStrategy: PID 26 died...
22:49:45.614246 run pcap-recorder_any(filters='host 127.0.42.6 and port not 22')(pid=26): Terminated: ok {rc=0}
22:49:45.649802 ---      ParallelTerminationStrategy: PID 27 died...
22:49:45.651455 run      osmo-msc_127.0.42.6(pid=27): Terminated: ok {rc=0}
22:49:45.655605 ---      ParallelTerminationStrategy: PID 28 died...
22:49:45.657385 run pcap-recorder_any(filters='host 127.0.42.3 and port not 22')(pid=28): Terminated: ok {rc=0}
22:49:45.661919 ---      ParallelTerminationStrategy: PID 29 died...
22:49:45.663772 run      osmo-mgw_127.0.42.3(pid=29): Terminated {rc=15}
22:49:45.668392 ---      ParallelTerminationStrategy: PID 30 died...
22:49:45.670246 run pcap-recorder_any(filters='host 127.0.42.4 and port not 22')(pid=30): Terminated: ok {rc=0}
22:49:45.674921 ---      ParallelTerminationStrategy: PID 31 died...
22:49:45.676838 run      osmo-mgw_127.0.42.4(pid=31): Terminated {rc=15}
22:49:45.681585 ---      ParallelTerminationStrategy: PID 32 died...
22:49:45.683592 run pcap-recorder_any(filters='host 127.0.42.7 and port not 22')(pid=32): Terminated: ok {rc=0}
22:49:45.688330 ---      ParallelTerminationStrategy: PID 33 died...
22:49:45.690268 run      osmo-bsc_127.0.42.7(pid=33): Terminated: ok {rc=0}
22:49:45.695035 ---      ParallelTerminationStrategy: PID 35 died...
22:49:45.697006 run   osmo-ms-virt-phy/00000(pid=35): Terminated: ok {rc=0}
22:49:45.701780 ---      ParallelTerminationStrategy: PID 36 died...
22:49:45.703718 run   osmo-ms-virt-phy/00001(pid=36): Terminated: ok {rc=0}
22:49:45.708447 ---      ParallelTerminationStrategy: PID 37 died...
22:49:45.710371 run   osmo-ms-virt-phy/00002(pid=37): Terminated: ok {rc=0}
22:49:45.715127 ---      ParallelTerminationStrategy: PID 38 died...
22:49:45.717076 run   osmo-ms-virt-phy/00003(pid=38): Terminated: ok {rc=0}
22:49:45.721870 ---      ParallelTerminationStrategy: PID 39 died...
22:49:45.723801 run   osmo-ms-virt-phy/00004(pid=39): Terminated: ok {rc=0}
22:49:45.728527 ---      ParallelTerminationStrategy: PID 40 died...
22:49:45.730455 run   osmo-ms-virt-phy/00005(pid=40): Terminated: ok {rc=0}
22:49:45.735199 ---      ParallelTerminationStrategy: PID 41 died...
22:49:45.737134 run   osmo-ms-virt-phy/00006(pid=41): Terminated: ok {rc=0}
22:49:45.741868 ---      ParallelTerminationStrategy: PID 42 died...
22:49:45.743779 run   osmo-ms-virt-phy/00007(pid=42): Terminated: ok {rc=0}
22:49:45.748564 ---      ParallelTerminationStrategy: PID 43 died...
22:49:45.750593 run   osmo-ms-virt-phy/00008(pid=43): Terminated: ok {rc=0}
22:49:45.755475 ---      ParallelTerminationStrategy: PID 44 died...
22:49:45.757452 run   osmo-ms-virt-phy/00009(pid=44): Terminated: ok {rc=0}
22:49:45.762334 ---      ParallelTerminationStrategy: PID 45 died...
22:49:45.764308 run   osmo-ms-virt-phy/00010(pid=45): Terminated: ok {rc=0}
22:49:45.769199 ---      ParallelTerminationStrategy: PID 46 died...
22:49:45.771196 run   osmo-ms-virt-phy/00011(pid=46): Terminated: ok {rc=0}
22:49:45.776070 ---      ParallelTerminationStrategy: PID 47 died...
22:49:45.778102 run   osmo-ms-virt-phy/00012(pid=47): Terminated: ok {rc=0}
22:49:45.782974 ---      ParallelTerminationStrategy: PID 48 died...
22:49:45.784966 run   osmo-ms-virt-phy/00013(pid=48): Terminated: ok {rc=0}
22:49:45.789800 ---      ParallelTerminationStrategy: PID 49 died...
22:49:45.791759 run   osmo-ms-virt-phy/00014(pid=49): Terminated: ok {rc=0}
22:49:45.796609 ---      ParallelTerminationStrategy: PID 50 died...
22:49:45.798574 run   osmo-ms-virt-phy/00015(pid=50): Terminated: ok {rc=0}
22:49:45.803439 ---      ParallelTerminationStrategy: PID 51 died...
22:49:45.805396 run   osmo-ms-virt-phy/00016(pid=51): Terminated: ok {rc=0}
22:49:45.810255 ---      ParallelTerminationStrategy: PID 52 died...
22:49:45.812219 run   osmo-ms-virt-phy/00017(pid=52): Terminated: ok {rc=0}
22:49:45.817168 ---      ParallelTerminationStrategy: PID 53 died...
22:49:45.819169 run   osmo-ms-virt-phy/00018(pid=53): Terminated: ok {rc=0}
22:49:45.824079 ---      ParallelTerminationStrategy: PID 54 died...
22:49:45.826092 run   osmo-ms-virt-phy/00019(pid=54): Terminated: ok {rc=0}
22:49:45.831003 ---      ParallelTerminationStrategy: PID 55 died...
22:49:45.833010 run   osmo-ms-virt-phy/00020(pid=55): Terminated: ok {rc=0}
22:49:45.837899 ---      ParallelTerminationStrategy: PID 56 died...
22:49:45.839859 run   osmo-ms-virt-phy/00021(pid=56): Terminated: ok {rc=0}
22:49:45.844792 ---      ParallelTerminationStrategy: PID 57 died...
22:49:45.846785 run   osmo-ms-virt-phy/00022(pid=57): Terminated: ok {rc=0}
22:49:45.851739 ---      ParallelTerminationStrategy: PID 58 died...
22:49:45.853704 run   osmo-ms-virt-phy/00023(pid=58): Terminated: ok {rc=0}
22:49:45.858618 ---      ParallelTerminationStrategy: PID 59 died...
22:49:45.860587 run   osmo-ms-virt-phy/00024(pid=59): Terminated: ok {rc=0}
22:49:45.865471 ---      ParallelTerminationStrategy: PID 60 died...
22:49:45.867442 run   osmo-ms-virt-phy/00025(pid=60): Terminated: ok {rc=0}
22:49:45.872324 ---      ParallelTerminationStrategy: PID 61 died...
22:49:45.874335 run   osmo-ms-virt-phy/00026(pid=61): Terminated: ok {rc=0}
22:49:45.879219 ---      ParallelTerminationStrategy: PID 62 died...
22:49:45.881211 run   osmo-ms-virt-phy/00027(pid=62): Terminated: ok {rc=0}
22:49:45.886009 ---      ParallelTerminationStrategy: PID 63 died...
22:49:45.887906 run   osmo-ms-virt-phy/00028(pid=63): Terminated: ok {rc=0}
22:49:45.892689 ---      ParallelTerminationStrategy: PID 64 died...
22:49:45.894651 run   osmo-ms-virt-phy/00029(pid=64): Terminated: ok {rc=0}
22:49:45.899436 ---      ParallelTerminationStrategy: PID 65 died...
22:49:45.901351 run   osmo-ms-virt-phy/00030(pid=65): Terminated: ok {rc=0}
22:49:45.906337 ---      ParallelTerminationStrategy: PID 66 died...
22:49:45.908410 run   osmo-ms-virt-phy/00031(pid=66): Terminated: ok {rc=0}
22:49:45.913418 ---      ParallelTerminationStrategy: PID 67 died...
22:49:45.915586 run   osmo-ms-virt-phy/00032(pid=67): Terminated: ok {rc=0}
22:49:45.925519 ---      ParallelTerminationStrategy: PID 68 died...
22:49:45.929482 run   osmo-ms-virt-phy/00033(pid=68): Terminated: ok {rc=0}
22:49:45.938481 ---      ParallelTerminationStrategy: PID 69 died...
22:49:45.940486 run   osmo-ms-virt-phy/00034(pid=69): Terminated: ok {rc=0}
22:49:45.945398 ---      ParallelTerminationStrategy: PID 70 died...
22:49:45.947399 run   osmo-ms-virt-phy/00035(pid=70): Terminated: ok {rc=0}
22:49:45.952399 ---      ParallelTerminationStrategy: PID 71 died...
22:49:45.954427 run   osmo-ms-virt-phy/00036(pid=71): Terminated: ok {rc=0}
22:49:45.959347 ---      ParallelTerminationStrategy: PID 72 died...
22:49:45.961357 run   osmo-ms-virt-phy/00037(pid=72): Terminated: ok {rc=0}
22:49:45.966444 ---      ParallelTerminationStrategy: PID 73 died...
22:49:45.968486 run   osmo-ms-virt-phy/00038(pid=73): Terminated: ok {rc=0}
22:49:45.973527 ---      ParallelTerminationStrategy: PID 74 died...
22:49:45.975568 run   osmo-ms-virt-phy/00039(pid=74): Terminated: ok {rc=0}
22:49:45.980607 ---      ParallelTerminationStrategy: PID 75 died...
22:49:45.982762 run   osmo-ms-virt-phy/00040(pid=75): Terminated: ok {rc=0}
22:49:45.987856 ---      ParallelTerminationStrategy: PID 76 died...
22:49:45.989948 run   osmo-ms-virt-phy/00041(pid=76): Terminated: ok {rc=0}
22:49:45.995117 ---      ParallelTerminationStrategy: PID 77 died...
22:49:45.997278 run   osmo-ms-virt-phy/00042(pid=77): Terminated: ok {rc=0}
22:49:46.002510 ---      ParallelTerminationStrategy: PID 78 died...
22:49:46.004584 run   osmo-ms-virt-phy/00043(pid=78): Terminated: ok {rc=0}
22:49:46.009766 ---      ParallelTerminationStrategy: PID 79 died...
22:49:46.011888 run   osmo-ms-virt-phy/00044(pid=79): Terminated: ok {rc=0}
22:49:46.016983 ---      ParallelTerminationStrategy: PID 80 died...
22:49:46.019048 run   osmo-ms-virt-phy/00045(pid=80): Terminated: ok {rc=0}
22:49:46.024098 ---      ParallelTerminationStrategy: PID 81 died...
22:49:46.026154 run   osmo-ms-virt-phy/00046(pid=81): Terminated: ok {rc=0}
22:49:46.031196 ---      ParallelTerminationStrategy: PID 82 died...
22:49:46.033296 run   osmo-ms-virt-phy/00047(pid=82): Terminated: ok {rc=0}
22:49:46.038362 ---      ParallelTerminationStrategy: PID 83 died...
22:49:46.040370 run   osmo-ms-virt-phy/00048(pid=83): Terminated: ok {rc=0}
22:49:46.045280 ---      ParallelTerminationStrategy: PID 84 died...
22:49:46.047279 run   osmo-ms-virt-phy/00049(pid=84): Terminated: ok {rc=0}
22:49:46.052194 ---      ParallelTerminationStrategy: PID 85 died...
22:49:46.054181 run   osmo-ms-virt-phy/00050(pid=85): Terminated: ok {rc=0}
22:49:46.059088 ---      ParallelTerminationStrategy: PID 86 died...
22:49:46.061051 run   osmo-ms-virt-phy/00051(pid=86): Terminated: ok {rc=0}
22:49:46.065854 ---      ParallelTerminationStrategy: PID 87 died...
22:49:46.067740 run   osmo-ms-virt-phy/00052(pid=87): Terminated: ok {rc=0}
22:49:46.072343 ---      ParallelTerminationStrategy: PID 88 died...
22:49:46.074255 run   osmo-ms-virt-phy/00053(pid=88): Terminated: ok {rc=0}
22:49:46.078990 ---      ParallelTerminationStrategy: PID 89 died...
22:49:46.080924 run   osmo-ms-virt-phy/00054(pid=89): Terminated: ok {rc=0}
22:49:46.085821 ---      ParallelTerminationStrategy: PID 90 died...
22:49:46.087793 run   osmo-ms-virt-phy/00055(pid=90): Terminated: ok {rc=0}
22:49:46.092713 ---      ParallelTerminationStrategy: PID 91 died...
22:49:46.094690 run   osmo-ms-virt-phy/00056(pid=91): Terminated: ok {rc=0}
22:49:46.099710 ---      ParallelTerminationStrategy: PID 92 died...
22:49:46.101990 run   osmo-ms-virt-phy/00057(pid=92): Terminated: ok {rc=0}
22:49:46.106941 ---      ParallelTerminationStrategy: PID 93 died...
22:49:46.108945 run   osmo-ms-virt-phy/00058(pid=93): Terminated: ok {rc=0}
22:49:46.113911 ---      ParallelTerminationStrategy: PID 94 died...
22:49:46.115927 run   osmo-ms-virt-phy/00059(pid=94): Terminated: ok {rc=0}
22:49:46.121044 ---      ParallelTerminationStrategy: PID 95 died...
22:49:46.123141 run   osmo-ms-virt-phy/00060(pid=95): Terminated: ok {rc=0}
22:49:46.128298 ---      ParallelTerminationStrategy: PID 96 died...
22:49:46.130407 run   osmo-ms-virt-phy/00061(pid=96): Terminated: ok {rc=0}
22:49:46.135645 ---      ParallelTerminationStrategy: PID 97 died...
22:49:46.137764 run   osmo-ms-virt-phy/00062(pid=97): Terminated: ok {rc=0}
22:49:46.143021 ---      ParallelTerminationStrategy: PID 98 died...
22:49:46.145148 run   osmo-ms-virt-phy/00063(pid=98): Terminated: ok {rc=0}
22:49:46.150412 ---      ParallelTerminationStrategy: PID 99 died...
22:49:46.152598 run   osmo-ms-virt-phy/00064(pid=99): Terminated: ok {rc=0}
22:49:46.158014 ---      ParallelTerminationStrategy: PID 100 died...
22:49:46.160155 run  osmo-ms-virt-phy/00065(pid=100): Terminated: ok {rc=0}
22:49:46.165540 ---      ParallelTerminationStrategy: PID 101 died...
22:49:46.167646 run  osmo-ms-virt-phy/00066(pid=101): Terminated: ok {rc=0}
22:49:46.172934 ---      ParallelTerminationStrategy: PID 102 died...
22:49:46.175086 run  osmo-ms-virt-phy/00067(pid=102): Terminated: ok {rc=0}
22:49:46.180372 ---      ParallelTerminationStrategy: PID 103 died...
22:49:46.182523 run  osmo-ms-virt-phy/00068(pid=103): Terminated: ok {rc=0}
22:49:46.187802 ---      ParallelTerminationStrategy: PID 104 died...
22:49:46.189963 run  osmo-ms-virt-phy/00069(pid=104): Terminated: ok {rc=0}
22:49:46.195167 ---      ParallelTerminationStrategy: PID 105 died...
22:49:46.197276 run  osmo-ms-virt-phy/00070(pid=105): Terminated: ok {rc=0}
22:49:46.202468 ---      ParallelTerminationStrategy: PID 106 died...
22:49:46.204571 run  osmo-ms-virt-phy/00071(pid=106): Terminated: ok {rc=0}
22:49:46.209796 ---      ParallelTerminationStrategy: PID 107 died...
22:49:46.211888 run  osmo-ms-virt-phy/00072(pid=107): Terminated: ok {rc=0}
22:49:46.216897 ---      ParallelTerminationStrategy: PID 108 died...
22:49:46.218930 run  osmo-ms-virt-phy/00073(pid=108): Terminated: ok {rc=0}
22:49:46.223957 ---      ParallelTerminationStrategy: PID 109 died...
22:49:46.225998 run  osmo-ms-virt-phy/00074(pid=109): Terminated: ok {rc=0}
22:49:46.231019 ---      ParallelTerminationStrategy: PID 110 died...
22:49:46.233060 run  osmo-ms-virt-phy/00075(pid=110): Terminated: ok {rc=0}
22:49:46.238121 ---      ParallelTerminationStrategy: PID 111 died...
22:49:46.240142 run  osmo-ms-virt-phy/00076(pid=111): Terminated: ok {rc=0}
22:49:46.245085 ---      ParallelTerminationStrategy: PID 112 died...
22:49:46.247123 run  osmo-ms-virt-phy/00077(pid=112): Terminated: ok {rc=0}
22:49:46.252039 ---      ParallelTerminationStrategy: PID 113 died...
22:49:46.254094 run  osmo-ms-virt-phy/00078(pid=113): Terminated: ok {rc=0}
22:49:46.258983 ---      ParallelTerminationStrategy: PID 114 died...
22:49:46.260969 run  osmo-ms-virt-phy/00079(pid=114): Terminated: ok {rc=0}
22:49:46.265853 ---      ParallelTerminationStrategy: PID 115 died...
22:49:46.267831 run  osmo-ms-virt-phy/00080(pid=115): Terminated: ok {rc=0}
22:49:46.272873 ---      ParallelTerminationStrategy: PID 116 died...
22:49:46.274847 run  osmo-ms-virt-phy/00081(pid=116): Terminated: ok {rc=0}
22:49:46.279716 ---      ParallelTerminationStrategy: PID 117 died...
22:49:46.281685 run  osmo-ms-virt-phy/00082(pid=117): Terminated: ok {rc=0}
22:49:46.286533 ---      ParallelTerminationStrategy: PID 118 died...
22:49:46.288521 run  osmo-ms-virt-phy/00083(pid=118): Terminated: ok {rc=0}
22:49:46.293414 ---      ParallelTerminationStrategy: PID 119 died...
22:49:46.295384 run  osmo-ms-virt-phy/00084(pid=119): Terminated: ok {rc=0}
22:49:46.300228 ---      ParallelTerminationStrategy: PID 120 died...
22:49:46.302198 run  osmo-ms-virt-phy/00085(pid=120): Terminated: ok {rc=0}
22:49:46.307038 ---      ParallelTerminationStrategy: PID 121 died...
22:49:46.308963 run  osmo-ms-virt-phy/00086(pid=121): Terminated: ok {rc=0}
22:49:46.313929 ---      ParallelTerminationStrategy: PID 122 died...
22:49:46.315944 run  osmo-ms-virt-phy/00087(pid=122): Terminated: ok {rc=0}
22:49:46.320751 ---      ParallelTerminationStrategy: PID 123 died...
22:49:46.322742 run  osmo-ms-virt-phy/00088(pid=123): Terminated: ok {rc=0}
22:49:46.327542 ---      ParallelTerminationStrategy: PID 124 died...
22:49:46.329512 run  osmo-ms-virt-phy/00089(pid=124): Terminated: ok {rc=0}
22:49:46.334399 ---      ParallelTerminationStrategy: PID 125 died...
22:49:46.336317 run  osmo-ms-virt-phy/00090(pid=125): Terminated: ok {rc=0}
22:49:46.341159 ---      ParallelTerminationStrategy: PID 126 died...
22:49:46.343089 run  osmo-ms-virt-phy/00091(pid=126): Terminated: ok {rc=0}
22:49:46.347835 ---      ParallelTerminationStrategy: PID 127 died...
22:49:46.349760 run  osmo-ms-virt-phy/00092(pid=127): Terminated: ok {rc=0}
22:49:46.354507 ---      ParallelTerminationStrategy: PID 128 died...
22:49:46.356432 run  osmo-ms-virt-phy/00093(pid=128): Terminated: ok {rc=0}
22:49:46.361151 ---      ParallelTerminationStrategy: PID 129 died...
22:49:46.363074 run  osmo-ms-virt-phy/00094(pid=129): Terminated: ok {rc=0}
22:49:46.367908 ---      ParallelTerminationStrategy: PID 130 died...
22:49:46.369865 run  osmo-ms-virt-phy/00095(pid=130): Terminated: ok {rc=0}
22:49:46.374635 ---      ParallelTerminationStrategy: PID 131 died...
22:49:46.376547 run  osmo-ms-virt-phy/00096(pid=131): Terminated: ok {rc=0}
22:49:46.381420 ---      ParallelTerminationStrategy: PID 132 died...
22:49:46.383388 run  osmo-ms-virt-phy/00097(pid=132): Terminated: ok {rc=0}
22:49:46.388227 ---      ParallelTerminationStrategy: PID 133 died...
22:49:46.390192 run  osmo-ms-virt-phy/00098(pid=133): Terminated: ok {rc=0}
22:49:46.395107 ---      ParallelTerminationStrategy: PID 134 died...
22:49:46.397112 run  osmo-ms-virt-phy/00099(pid=134): Terminated: ok {rc=0}
22:49:46.401988 ---      ParallelTerminationStrategy: PID 135 died...
22:49:46.403956 run       osmo-ms-mob/00000(pid=135): Terminated {rc=26112}
22:49:46.408790 ---      ParallelTerminationStrategy: PID 136 died...
22:49:46.410770 run       osmo-ms-mob/00001(pid=136): Terminated {rc=26112}
22:49:46.415566 ---      ParallelTerminationStrategy: PID 137 died...
22:49:46.417503 run       osmo-ms-mob/00002(pid=137): Terminated {rc=26112}
22:49:46.422236 ---      ParallelTerminationStrategy: PID 138 died...
22:49:46.424149 run       osmo-ms-mob/00003(pid=138): Terminated {rc=26112}
22:49:46.429032 ---      ParallelTerminationStrategy: PID 139 died...
22:49:46.431003 run       osmo-ms-mob/00004(pid=139): Terminated {rc=26112}
22:49:46.435815 ---      ParallelTerminationStrategy: PID 140 died...
22:49:46.437785 run       osmo-ms-mob/00005(pid=140): Terminated {rc=26112}
22:49:46.442669 ---      ParallelTerminationStrategy: PID 141 died...
22:49:46.444623 run       osmo-ms-mob/00006(pid=141): Terminated {rc=26112}
22:49:46.449520 ---      ParallelTerminationStrategy: PID 142 died...
22:49:46.451490 run       osmo-ms-mob/00007(pid=142): Terminated {rc=26112}
22:49:46.456381 ---      ParallelTerminationStrategy: PID 143 died...
22:49:46.458349 run       osmo-ms-mob/00008(pid=143): Terminated {rc=26112}
22:49:46.463264 ---      ParallelTerminationStrategy: PID 144 died...
22:49:46.465254 run       osmo-ms-mob/00009(pid=144): Terminated {rc=26112}
22:49:46.470181 ---      ParallelTerminationStrategy: PID 145 died...
22:49:46.472264 run       osmo-ms-mob/00010(pid=145): Terminated {rc=26112}
22:49:46.477255 ---      ParallelTerminationStrategy: PID 146 died...
22:49:46.479309 run       osmo-ms-mob/00011(pid=146): Terminated {rc=26112}
22:49:46.484384 ---      ParallelTerminationStrategy: PID 147 died...
22:49:46.486375 run       osmo-ms-mob/00012(pid=147): Terminated {rc=26112}
22:49:46.491298 ---      ParallelTerminationStrategy: PID 148 died...
22:49:46.493286 run       osmo-ms-mob/00013(pid=148): Terminated {rc=26112}
22:49:46.498199 ---      ParallelTerminationStrategy: PID 149 died...
22:49:46.500183 run       osmo-ms-mob/00014(pid=149): Terminated {rc=26112}
22:49:46.505141 ---      ParallelTerminationStrategy: PID 150 died...
22:49:46.507129 run       osmo-ms-mob/00015(pid=150): Terminated {rc=26112}
22:49:46.512056 ---      ParallelTerminationStrategy: PID 151 died...
22:49:46.514040 run       osmo-ms-mob/00016(pid=151): Terminated {rc=26112}
22:49:46.518964 ---      ParallelTerminationStrategy: PID 152 died...
22:49:46.520951 run       osmo-ms-mob/00017(pid=152): Terminated {rc=26112}
22:49:46.525945 ---      ParallelTerminationStrategy: PID 153 died...
22:49:46.527937 run       osmo-ms-mob/00018(pid=153): Terminated {rc=26112}
22:49:46.532873 ---      ParallelTerminationStrategy: PID 154 died...
22:49:46.534874 run       osmo-ms-mob/00019(pid=154): Terminated {rc=26112}
22:49:46.539802 ---      ParallelTerminationStrategy: PID 155 died...
22:49:46.541797 run       osmo-ms-mob/00020(pid=155): Terminated {rc=26112}
22:49:46.546669 ---      ParallelTerminationStrategy: PID 156 died...
22:49:46.548652 run       osmo-ms-mob/00021(pid=156): Terminated {rc=26112}
22:49:46.553517 ---      ParallelTerminationStrategy: PID 157 died...
22:49:46.555487 run       osmo-ms-mob/00022(pid=157): Terminated {rc=26112}
22:49:46.560385 ---      ParallelTerminationStrategy: PID 158 died...
22:49:46.562375 run       osmo-ms-mob/00023(pid=158): Terminated {rc=26112}
22:49:46.567281 ---      ParallelTerminationStrategy: PID 159 died...
22:49:46.569281 run       osmo-ms-mob/00024(pid=159): Terminated {rc=26112}
22:49:46.574200 ---      ParallelTerminationStrategy: PID 160 died...
22:49:46.576182 run       osmo-ms-mob/00025(pid=160): Terminated {rc=26112}
22:49:46.581075 ---      ParallelTerminationStrategy: PID 161 died...
22:49:46.583053 run       osmo-ms-mob/00026(pid=161): Terminated {rc=26112}
22:49:46.587949 ---      ParallelTerminationStrategy: PID 162 died...
22:49:46.589960 run       osmo-ms-mob/00027(pid=162): Terminated {rc=26112}
22:49:46.594871 ---      ParallelTerminationStrategy: PID 163 died...
22:49:46.596885 run       osmo-ms-mob/00028(pid=163): Terminated {rc=26112}
22:49:46.601828 ---      ParallelTerminationStrategy: PID 164 died...
22:49:46.603807 run       osmo-ms-mob/00029(pid=164): Terminated {rc=26112}
22:49:46.608716 ---      ParallelTerminationStrategy: PID 165 died...
22:49:46.610696 run       osmo-ms-mob/00030(pid=165): Terminated {rc=26112}
22:49:46.615596 ---      ParallelTerminationStrategy: PID 166 died...
22:49:46.617589 run       osmo-ms-mob/00031(pid=166): Terminated {rc=26112}
22:49:46.622506 ---      ParallelTerminationStrategy: PID 167 died...
22:49:46.624503 run       osmo-ms-mob/00032(pid=167): Terminated {rc=26112}
22:49:46.629461 ---      ParallelTerminationStrategy: PID 168 died...
22:49:46.631465 run       osmo-ms-mob/00033(pid=168): Terminated {rc=26112}
22:49:46.636404 ---      ParallelTerminationStrategy: PID 169 died...
22:49:46.638407 run       osmo-ms-mob/00034(pid=169): Terminated {rc=26112}
22:49:46.643309 ---      ParallelTerminationStrategy: PID 170 died...
22:49:46.645279 run       osmo-ms-mob/00035(pid=170): Terminated {rc=26112}
22:49:46.650156 ---      ParallelTerminationStrategy: PID 171 died...
22:49:46.652126 run       osmo-ms-mob/00036(pid=171): Terminated {rc=26112}
22:49:46.657037 ---      ParallelTerminationStrategy: PID 172 died...
22:49:46.659008 run       osmo-ms-mob/00037(pid=172): Terminated {rc=26112}
22:49:46.663894 ---      ParallelTerminationStrategy: PID 173 died...
22:49:46.665857 run       osmo-ms-mob/00038(pid=173): Terminated {rc=26112}
22:49:46.670740 ---      ParallelTerminationStrategy: PID 174 died...
22:49:46.672661 run       osmo-ms-mob/00039(pid=174): Terminated {rc=26112}
22:49:46.677506 ---      ParallelTerminationStrategy: PID 175 died...
22:49:46.679468 run       osmo-ms-mob/00040(pid=175): Terminated {rc=26112}
22:49:46.684230 ---      ParallelTerminationStrategy: PID 176 died...
22:49:46.686207 run       osmo-ms-mob/00041(pid=176): Terminated {rc=26112}
22:49:46.691057 ---      ParallelTerminationStrategy: PID 177 died...
22:49:46.692990 run       osmo-ms-mob/00042(pid=177): Terminated {rc=26112}
22:49:46.697810 ---      ParallelTerminationStrategy: PID 178 died...
22:49:46.699719 run       osmo-ms-mob/00043(pid=178): Terminated {rc=26112}
22:49:46.704580 ---      ParallelTerminationStrategy: PID 179 died...
22:49:46.706496 run       osmo-ms-mob/00044(pid=179): Terminated {rc=26112}
22:49:46.711298 ---      ParallelTerminationStrategy: PID 180 died...
22:49:46.713288 run       osmo-ms-mob/00045(pid=180): Terminated {rc=26112}
22:49:46.718126 ---      ParallelTerminationStrategy: PID 181 died...
22:49:46.720051 run       osmo-ms-mob/00046(pid=181): Terminated {rc=26112}
22:49:46.725076 ---      ParallelTerminationStrategy: PID 182 died...
22:49:46.727052 run       osmo-ms-mob/00047(pid=182): Terminated {rc=26112}
22:49:46.731876 ---      ParallelTerminationStrategy: PID 183 died...
22:49:46.733806 run       osmo-ms-mob/00048(pid=183): Terminated {rc=26112}
22:49:46.738529 ---      ParallelTerminationStrategy: PID 184 died...
22:49:46.740385 run       osmo-ms-mob/00049(pid=184): Terminated {rc=26112}
22:49:46.745016 ---      ParallelTerminationStrategy: PID 185 died...
22:49:46.746881 run       osmo-ms-mob/00050(pid=185): Terminated {rc=26112}
22:49:46.751658 ---      ParallelTerminationStrategy: PID 186 died...
22:49:46.753583 run       osmo-ms-mob/00051(pid=186): Terminated {rc=26112}
22:49:46.758357 ---      ParallelTerminationStrategy: PID 187 died...
22:49:46.760274 run       osmo-ms-mob/00052(pid=187): Terminated {rc=26112}
22:49:46.765031 ---      ParallelTerminationStrategy: PID 188 died...
22:49:46.766979 run       osmo-ms-mob/00053(pid=188): Terminated {rc=26112}
22:49:46.771802 ---      ParallelTerminationStrategy: PID 189 died...
22:49:46.773780 run       osmo-ms-mob/00054(pid=189): Terminated {rc=26112}
22:49:46.778594 ---      ParallelTerminationStrategy: PID 190 died...
22:49:46.780498 run       osmo-ms-mob/00055(pid=190): Terminated {rc=26112}
22:49:46.785254 ---      ParallelTerminationStrategy: PID 191 died...
22:49:46.787173 run       osmo-ms-mob/00056(pid=191): Terminated {rc=26112}
22:49:46.791952 ---      ParallelTerminationStrategy: PID 192 died...
22:49:46.793869 run       osmo-ms-mob/00057(pid=192): Terminated {rc=26112}
22:49:46.798586 ---      ParallelTerminationStrategy: PID 193 died...
22:49:46.800489 run       osmo-ms-mob/00058(pid=193): Terminated {rc=26112}
22:49:46.805379 ---      ParallelTerminationStrategy: PID 194 died...
22:49:46.807363 run       osmo-ms-mob/00059(pid=194): Terminated {rc=26112}
22:49:46.812231 ---      ParallelTerminationStrategy: PID 195 died...
22:49:46.814147 run       osmo-ms-mob/00060(pid=195): Terminated {rc=26112}
22:49:46.818918 ---      ParallelTerminationStrategy: PID 196 died...
22:49:46.820885 run       osmo-ms-mob/00061(pid=196): Terminated {rc=26112}
22:49:46.825613 ---      ParallelTerminationStrategy: PID 197 died...
22:49:46.827524 run       osmo-ms-mob/00062(pid=197): Terminated {rc=26112}
22:49:46.832286 ---      ParallelTerminationStrategy: PID 198 died...
22:49:46.834207 run       osmo-ms-mob/00063(pid=198): Terminated {rc=26112}
22:49:46.838963 ---      ParallelTerminationStrategy: PID 199 died...
22:49:46.840881 run       osmo-ms-mob/00064(pid=199): Terminated {rc=26112}
22:49:46.845643 ---      ParallelTerminationStrategy: PID 200 died...
22:49:46.847554 run       osmo-ms-mob/00065(pid=200): Terminated {rc=26112}
22:49:46.852312 ---      ParallelTerminationStrategy: PID 201 died...
22:49:46.854231 run       osmo-ms-mob/00066(pid=201): Terminated {rc=26112}
22:49:46.859012 ---      ParallelTerminationStrategy: PID 202 died...
22:49:46.860937 run       osmo-ms-mob/00067(pid=202): Terminated {rc=26112}
22:49:46.865674 ---      ParallelTerminationStrategy: PID 203 died...
22:49:46.867603 run       osmo-ms-mob/00068(pid=203): Terminated {rc=26112}
22:49:46.872375 ---      ParallelTerminationStrategy: PID 204 died...
22:49:46.874329 run       osmo-ms-mob/00069(pid=204): Terminated {rc=26112}
22:49:46.879149 ---      ParallelTerminationStrategy: PID 205 died...
22:49:46.881096 run       osmo-ms-mob/00070(pid=205): Terminated {rc=26112}
22:49:46.885911 ---      ParallelTerminationStrategy: PID 206 died...
22:49:46.887839 run       osmo-ms-mob/00071(pid=206): Terminated {rc=26112}
22:49:46.892604 ---      ParallelTerminationStrategy: PID 207 died...
22:49:46.894517 run       osmo-ms-mob/00072(pid=207): Terminated {rc=26112}
22:49:46.899269 ---      ParallelTerminationStrategy: PID 208 died...
22:49:46.901189 run       osmo-ms-mob/00073(pid=208): Terminated {rc=26112}
22:49:46.906023 ---      ParallelTerminationStrategy: PID 209 died...
22:49:46.907999 run       osmo-ms-mob/00074(pid=209): Terminated {rc=26112}
22:49:46.912882 ---      ParallelTerminationStrategy: PID 210 died...
22:49:46.914872 run       osmo-ms-mob/00075(pid=210): Terminated {rc=26112}
22:49:46.919808 ---      ParallelTerminationStrategy: PID 211 died...
22:49:46.921792 run       osmo-ms-mob/00076(pid=211): Terminated {rc=26112}
22:49:46.926714 ---      ParallelTerminationStrategy: PID 212 died...
22:49:46.928698 run       osmo-ms-mob/00077(pid=212): Terminated {rc=26112}
22:49:46.933599 ---      ParallelTerminationStrategy: PID 213 died...
22:49:46.935572 run       osmo-ms-mob/00078(pid=213): Terminated {rc=26112}
22:49:46.940544 ---      ParallelTerminationStrategy: PID 214 died...
22:49:46.942514 run       osmo-ms-mob/00079(pid=214): Terminated {rc=26112}
22:49:46.947406 ---      ParallelTerminationStrategy: PID 215 died...
22:49:46.949372 run       osmo-ms-mob/00080(pid=215): Terminated {rc=26112}
22:49:46.954338 ---      ParallelTerminationStrategy: PID 216 died...
22:49:46.956318 run       osmo-ms-mob/00081(pid=216): Terminated {rc=26112}
22:49:46.961208 ---      ParallelTerminationStrategy: PID 217 died...
22:49:46.963168 run       osmo-ms-mob/00082(pid=217): Terminated {rc=26112}
22:49:46.968077 ---      ParallelTerminationStrategy: PID 218 died...
22:49:46.970068 run       osmo-ms-mob/00083(pid=218): Terminated {rc=26112}
22:49:46.974956 ---      ParallelTerminationStrategy: PID 219 died...
22:49:46.976937 run       osmo-ms-mob/00084(pid=219): Terminated {rc=26112}
22:49:46.981872 ---      ParallelTerminationStrategy: PID 220 died...
22:49:46.983850 run       osmo-ms-mob/00085(pid=220): Terminated {rc=26112}
22:49:46.988720 ---      ParallelTerminationStrategy: PID 221 died...
22:49:46.990701 run       osmo-ms-mob/00086(pid=221): Terminated {rc=26112}
22:49:46.995568 ---      ParallelTerminationStrategy: PID 222 died...
22:49:46.997543 run       osmo-ms-mob/00087(pid=222): Terminated {rc=26112}
22:49:47.002467 ---      ParallelTerminationStrategy: PID 223 died...
22:49:47.004453 run       osmo-ms-mob/00088(pid=223): Terminated {rc=26112}
22:49:47.009371 ---      ParallelTerminationStrategy: PID 224 died...
22:49:47.011352 run       osmo-ms-mob/00089(pid=224): Terminated {rc=26112}
22:49:47.016266 ---      ParallelTerminationStrategy: PID 225 died...
22:49:47.018250 run       osmo-ms-mob/00090(pid=225): Terminated {rc=26112}
22:49:47.023132 ---      ParallelTerminationStrategy: PID 226 died...
22:49:47.025096 run       osmo-ms-mob/00091(pid=226): Terminated {rc=26112}
22:49:47.029922 ---      ParallelTerminationStrategy: PID 227 died...
22:49:47.031917 run       osmo-ms-mob/00092(pid=227): Terminated {rc=26112}
22:49:47.036714 ---      ParallelTerminationStrategy: PID 228 died...
22:49:47.038627 run       osmo-ms-mob/00093(pid=228): Terminated {rc=26112}
22:49:47.043357 ---      ParallelTerminationStrategy: PID 229 died...
22:49:47.045309 run       osmo-ms-mob/00094(pid=229): Terminated {rc=26112}
22:49:47.050058 ---      ParallelTerminationStrategy: PID 230 died...
22:49:47.051960 run       osmo-ms-mob/00095(pid=230): Terminated {rc=26112}
22:49:47.056738 ---      ParallelTerminationStrategy: PID 231 died...
22:49:47.058650 run       osmo-ms-mob/00096(pid=231): Terminated {rc=26112}
22:49:47.063410 ---      ParallelTerminationStrategy: PID 232 died...
22:49:47.065343 run       osmo-ms-mob/00097(pid=232): Terminated {rc=26112}
22:49:47.070084 ---      ParallelTerminationStrategy: PID 233 died...
22:49:47.071990 run       osmo-ms-mob/00098(pid=233): Terminated {rc=26112}
22:49:47.076747 ---      ParallelTerminationStrategy: PID 234 died...
22:49:47.078671 run       osmo-ms-mob/00099(pid=234): Terminated {rc=26112}
22:49:49.762024 ---      ParallelTerminationStrategy: PID 34 died...
22:49:49.765673 run         osmo-bts-virtual(pid=34): Terminated: ok {rc=0}
---------------------------------------------------------------------
trial-8115 netreg_mass PASS
---------------------------------------------------------------------
22:49:49.858371 tst                       trial-8115: Storing JUnit report in /build/trial-8115/run.2025-10-10_22-48-17/trial-8115.xml

--------------------------------------------------------------------------------------------
trial-8115 PASS
--------------------------------------------------------------------------------------------
22:49:49.883136 tst                       trial-8115: trial-8115: PASS, 1 suites passed
PASS: netreg_mass (pass: 1)
    pass: register_default_mass.py (86.9 sec)
+ exit_code=0
+ rm -rf trial-8115/inst
+ cd trial-8115
+ command -v journalctl
+ [ ! -z /usr/bin/journalctl ]
+ readlink last_run
+ journalctl -u ofono -o short-precise --since 2025-10-10 22:48:16
No journal files were found.
+ readlink last_run
+ tar czf /build/trial-8115-run.tgz run.2025-10-10_22-48-17
+ tar czf /build/trial-8115-bin.tgz checksums.md5 open5gs.build-8.tgz osmo-bsc.build-2025-10-10_13_26_32.tgz osmo-bts-oc2g.build-2025-10-10_00_51_49.tgz osmo-bts-sysmo.build-2025-10-10_00_51_52.tgz osmo-bts.build-2025-10-10_00_51_56.tgz osmo-ggsn.build-2025-10-10_20_42_28.tgz osmo-hlr.build-2025-10-10_16_36_48.tgz osmo-hnbgw.build-2025-10-10_13_28_26.tgz osmo-mgw.build-2025-10-10_08_33_15.tgz osmo-msc.build-2025-10-10_13_32_23.tgz osmo-nitb.build-17155.tgz osmo-pcu-oc2g.build-2025-10-10_07_34_02.tgz osmo-pcu-sysmo.build-2025-10-10_07_36_07.tgz osmo-pcu.build-2025-10-10_07_36_15.tgz osmo-sgsn.build-2025-10-10_20_48_24.tgz osmo-stp.build-2025-10-10_13_25_18.tgz osmo-trx.build-2025-10-10_14_26_25.tgz osmocom-bb.build-2025-10-10_21_18_05.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