Skip to content
Success

Console Output

Skipping 19 KB.. Full Log
#13 CACHED

#14 [18/28] RUN	SET -x && 	mkdir -p /tmp/mongodb && 	cd /tmp/mongodb && 	wget "https://pgp.mongodb.com/server-5.0.asc" -O "/mongodb.key" && 	wget "http://archive.debian.org/debian-security/pool/updates/main/o/openssl/libssl1.1_1.1.1n-0+deb10u6_amd64.deb" && 	dpkg -i "libssl1.1_1.1.1n-0+deb10u6_amd64.deb" && 	echo "deb [signed-by=/mongodb.key] http://repo.mongodb.org/apt/debian bullseye/mongodb-org/5.0 main" 		> /etc/apt/sources.list.d/mongodb-org.list && 	apt-get update && 	apt-get install -y mongodb-org && 	apt-get clean && 	cd / && 	rm -rf /tmp/mongodb && 	rm /etc/apt/sources.list.d/mongodb-org.list && 	sed -i "s/127.0.0.1/172.18.50.2/g" /etc/mongod.conf
#14 CACHED

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

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

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

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

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

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

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

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

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

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

#25 [23/28] RUN	CD osmo-gsm-tester && 	git fetch && git checkout master && 	(git symbolic-ref -q HEAD && git reset --hard origin/master || exit 1); 	git rev-parse --abbrev-ref HEAD && git rev-parse HEAD
#25 CACHED

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

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

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

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

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

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

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

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

#34 exporting to image
#34 exporting layers done
#34 writing image sha256:abc05a592010dd35b1ae72b326606592ada10a57fdb1b34c5367a530410462bd 0.0s done
#34 naming to docker.io/osmocom-build/osmo-gsm-tester:latest 0.0s done
#34 DONE 0.1s
rm -rf .common
make: Leaving directory '/home/osmocom-build/jenkins/workspace/osmo-gsm-tester_virtual/docker-playground/osmo-gsm-tester'
+ unlink osmo-gsm-tester/sysmocom/resources.conf
+ ln -s resources.conf.virtual osmo-gsm-tester/sysmocom/resources.conf
+ docker run --rm=true -e HOME=/build -e JOB_NAME=osmo-gsm-tester_virtual -e OSMO_GSM_TESTER_CONF=/build/osmo-gsm-tester/sysmocom/main.conf -e OSMO_GSM_TESTER_OPTS=-s netreg_mass -e BUILD_NUMBER=8118 -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-13 22:48:25
+ trial_dir_prefix=trial-
+ rm -rf trial-*
+ trial_dir=trial-8118
+ mkdir -p trial-8118
+ mv open5gs.build-8.tgz osmo-bsc.build-2025-10-13_13_26_16.tgz osmo-bts-oc2g.build-2025-10-13_11_27_11.tgz osmo-bts-sysmo.build-2025-10-13_11_26_55.tgz osmo-bts.build-2025-10-13_11_27_17.tgz osmo-ggsn.build-2025-10-13_20_42_49.tgz osmo-hlr.build-2025-10-13_16_36_52.tgz osmo-hnbgw.build-2025-10-13_17_13_36.tgz osmo-mgw.build-2025-10-13_11_25_19.tgz osmo-msc.build-2025-10-13_13_32_40.tgz osmo-nitb.build-17155.tgz osmo-pcu-oc2g.build-2025-10-13_07_34_02.tgz osmo-pcu-sysmo.build-2025-10-13_07_36_04.tgz osmo-pcu.build-2025-10-13_07_36_11.tgz osmo-sgsn.build-2025-10-13_20_48_43.tgz osmo-stp.build-2025-10-13_13_25_07.tgz osmo-trx.build-2025-10-13_17_16_57.tgz osmocom-bb.build-2025-10-13_21_17_18.tgz srslte.build-19.tgz trial-8118
+ cat open5gs.build-8.md5 osmo-bsc.build-2025-10-13_13_26_16.md5 osmo-bts-oc2g.build-2025-10-13_11_27_11.md5 osmo-bts-sysmo.build-2025-10-13_11_26_55.md5 osmo-bts.build-2025-10-13_11_27_17.md5 osmo-ggsn.build-2025-10-13_20_42_49.md5 osmo-hlr.build-2025-10-13_16_36_52.md5 osmo-hnbgw.build-2025-10-13_17_13_36.md5 osmo-mgw.build-2025-10-13_11_25_19.md5 osmo-msc.build-2025-10-13_13_32_40.md5 osmo-nitb.build-17155.md5 osmo-pcu-oc2g.build-2025-10-13_07_34_02.md5 osmo-pcu-sysmo.build-2025-10-13_07_36_04.md5 osmo-pcu.build-2025-10-13_07_36_11.md5 osmo-sgsn.build-2025-10-13_20_48_43.md5 osmo-stp.build-2025-10-13_13_25_07.md5 osmo-trx.build-2025-10-13_17_16_57.md5 osmocom-bb.build-2025-10-13_21_17_18.md5 srslte.build-19.md5
+ rm open5gs.build-8.md5 osmo-bsc.build-2025-10-13_13_26_16.md5 osmo-bts-oc2g.build-2025-10-13_11_27_11.md5 osmo-bts-sysmo.build-2025-10-13_11_26_55.md5 osmo-bts.build-2025-10-13_11_27_17.md5 osmo-ggsn.build-2025-10-13_20_42_49.md5 osmo-hlr.build-2025-10-13_16_36_52.md5 osmo-hnbgw.build-2025-10-13_17_13_36.md5 osmo-mgw.build-2025-10-13_11_25_19.md5 osmo-msc.build-2025-10-13_13_32_40.md5 osmo-nitb.build-17155.md5 osmo-pcu-oc2g.build-2025-10-13_07_34_02.md5 osmo-pcu-sysmo.build-2025-10-13_07_36_04.md5 osmo-pcu.build-2025-10-13_07_36_11.md5 osmo-sgsn.build-2025-10-13_20_48_43.md5 osmo-stp.build-2025-10-13_13_25_07.md5 osmo-trx.build-2025-10-13_17_16_57.md5 osmocom-bb.build-2025-10-13_21_17_18.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-8118 -s netreg_mass
combinations: ['netreg_mass']
trial: 'trial-8118'
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-8118
--------------------------------------------------------------------------------------------
22:48:25.414570 tst                       trial-8118: Detailed log at /build/trial-8118/run.2025-10-13_22-48-25/log

---------------------------------------------------------------------
trial-8118 netreg_mass
---------------------------------------------------------------------
22:48:25.621851 tst                      netreg_mass: reserving resources in /var/tmp/osmo-gsm-tester/state ...
22:48:25.622216 tst                      netreg_mass: Verifying 1 x bts (candidates: 1)
22:48:25.623025 tst                      netreg_mass: Verifying 6 x ip_address (candidates: 9)
22:48:25.624274 tst                      netreg_mass: Verifying 100 x modem (candidates: 100)
22:48:25.667757 tst                      netreg_mass: Reserving 1 x bts (candidates: 1)
22:48:25.668641 tst                      netreg_mass: Reserving 6 x ip_address (candidates: 9)
22:48:25.669846 tst                      netreg_mass: Reserving 100 x modem (candidates: 100)
22:48:25.788330 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-8118 netreg_mass register_default_mass.py
----------------------------------------------
22:48:25.793024 tst       register_default_mass.py:9: Claiming resources for the test
22:48:25.817006 tst                      netreg_mass: Using 1 x ip_address (candidates: 6)
22:48:25.817554 tst                      netreg_mass: Using 1 x ip_address (candidates: 6)
22:48:25.817996 tst                      netreg_mass: Using 1 x ip_address (candidates: 6)
22:48:25.818430 tst                      netreg_mass: Using 1 x ip_address (candidates: 6)
22:48:25.818865 tst                      netreg_mass: Using 1 x ip_address (candidates: 6)
22:48:25.819304 tst                      netreg_mass: Using 1 x ip_address (candidates: 6)
22:48:25.819736 tst                      netreg_mass: Using 1 x bts (candidates: 1)
22:48:25.867206 tst         register_default_mass.py: using LAC 2
22:48:25.902101 tst         register_default_mass.py: using RAC 2
22:48:25.950517 tst         register_default_mass.py: using CellId 2
22:48:25.989542 tst         register_default_mass.py: using BVCI 3
22:48:25.995603 tst                      netreg_mass: Using 1 x modem (candidates: 100)
22:48:25.996264 tst                      netreg_mass: Using 1 x modem (candidates: 100)
22:48:25.996833 tst                      netreg_mass: Using 1 x modem (candidates: 100)
22:48:25.997374 tst                      netreg_mass: Using 1 x modem (candidates: 100)
22:48:25.997916 tst                      netreg_mass: Using 1 x modem (candidates: 100)
22:48:25.998449 tst                      netreg_mass: Using 1 x modem (candidates: 100)
22:48:25.998962 tst                      netreg_mass: Using 1 x modem (candidates: 100)
22:48:25.999499 tst                      netreg_mass: Using 1 x modem (candidates: 100)
22:48:26.000023 tst                      netreg_mass: Using 1 x modem (candidates: 100)
22:48:26.000538 tst                      netreg_mass: Using 1 x modem (candidates: 100)
22:48:26.001055 tst                      netreg_mass: Using 1 x modem (candidates: 100)
22:48:26.001576 tst                      netreg_mass: Using 1 x modem (candidates: 100)
22:48:26.002099 tst                      netreg_mass: Using 1 x modem (candidates: 100)
22:48:26.002612 tst                      netreg_mass: Using 1 x modem (candidates: 100)
22:48:26.003136 tst                      netreg_mass: Using 1 x modem (candidates: 100)
22:48:26.003662 tst                      netreg_mass: Using 1 x modem (candidates: 100)
22:48:26.004176 tst                      netreg_mass: Using 1 x modem (candidates: 100)
22:48:26.004711 tst                      netreg_mass: Using 1 x modem (candidates: 100)
22:48:26.005231 tst                      netreg_mass: Using 1 x modem (candidates: 100)
22:48:26.005743 tst                      netreg_mass: Using 1 x modem (candidates: 100)
22:48:26.006266 tst                      netreg_mass: Using 1 x modem (candidates: 100)
22:48:26.006787 tst                      netreg_mass: Using 1 x modem (candidates: 100)
22:48:26.007306 tst                      netreg_mass: Using 1 x modem (candidates: 100)
22:48:26.007850 tst                      netreg_mass: Using 1 x modem (candidates: 100)
22:48:26.008363 tst                      netreg_mass: Using 1 x modem (candidates: 100)
22:48:26.008886 tst                      netreg_mass: Using 1 x modem (candidates: 100)
22:48:26.009398 tst                      netreg_mass: Using 1 x modem (candidates: 100)
22:48:26.009918 tst                      netreg_mass: Using 1 x modem (candidates: 100)
22:48:26.010435 tst                      netreg_mass: Using 1 x modem (candidates: 100)
22:48:26.010948 tst                      netreg_mass: Using 1 x modem (candidates: 100)
22:48:26.011465 tst                      netreg_mass: Using 1 x modem (candidates: 100)
22:48:26.011980 tst                      netreg_mass: Using 1 x modem (candidates: 100)
22:48:26.012496 tst                      netreg_mass: Using 1 x modem (candidates: 100)
22:48:26.013044 tst                      netreg_mass: Using 1 x modem (candidates: 100)
22:48:26.013568 tst                      netreg_mass: Using 1 x modem (candidates: 100)
22:48:26.014081 tst                      netreg_mass: Using 1 x modem (candidates: 100)
22:48:26.014607 tst                      netreg_mass: Using 1 x modem (candidates: 100)
22:48:26.015130 tst                      netreg_mass: Using 1 x modem (candidates: 100)
22:48:26.015644 tst                      netreg_mass: Using 1 x modem (candidates: 100)
22:48:26.016149 tst                      netreg_mass: Using 1 x modem (candidates: 100)
22:48:26.016700 tst                      netreg_mass: Using 1 x modem (candidates: 100)
22:48:26.017219 tst                      netreg_mass: Using 1 x modem (candidates: 100)
22:48:26.017733 tst                      netreg_mass: Using 1 x modem (candidates: 100)
22:48:26.018254 tst                      netreg_mass: Using 1 x modem (candidates: 100)
22:48:26.018765 tst                      netreg_mass: Using 1 x modem (candidates: 100)
22:48:26.019266 tst                      netreg_mass: Using 1 x modem (candidates: 100)
22:48:26.019786 tst                      netreg_mass: Using 1 x modem (candidates: 100)
22:48:26.020300 tst                      netreg_mass: Using 1 x modem (candidates: 100)
22:48:26.020816 tst                      netreg_mass: Using 1 x modem (candidates: 100)
22:48:26.021334 tst                      netreg_mass: Using 1 x modem (candidates: 100)
22:48:26.021847 tst                      netreg_mass: Using 1 x modem (candidates: 100)
22:48:26.022373 tst                      netreg_mass: Using 1 x modem (candidates: 100)
22:48:26.022884 tst                      netreg_mass: Using 1 x modem (candidates: 100)
22:48:26.023389 tst                      netreg_mass: Using 1 x modem (candidates: 100)
22:48:26.023894 tst                      netreg_mass: Using 1 x modem (candidates: 100)
22:48:26.024411 tst                      netreg_mass: Using 1 x modem (candidates: 100)
22:48:26.024919 tst                      netreg_mass: Using 1 x modem (candidates: 100)
22:48:26.025442 tst                      netreg_mass: Using 1 x modem (candidates: 100)
22:48:26.025950 tst                      netreg_mass: Using 1 x modem (candidates: 100)
22:48:26.026459 tst                      netreg_mass: Using 1 x modem (candidates: 100)
22:48:26.026957 tst                      netreg_mass: Using 1 x modem (candidates: 100)
22:48:26.027483 tst                      netreg_mass: Using 1 x modem (candidates: 100)
22:48:26.027995 tst                      netreg_mass: Using 1 x modem (candidates: 100)
22:48:26.028503 tst                      netreg_mass: Using 1 x modem (candidates: 100)
22:48:26.029008 tst                      netreg_mass: Using 1 x modem (candidates: 100)
22:48:26.029531 tst                      netreg_mass: Using 1 x modem (candidates: 100)
22:48:26.030039 tst                      netreg_mass: Using 1 x modem (candidates: 100)
22:48:26.030545 tst                      netreg_mass: Using 1 x modem (candidates: 100)
22:48:26.031050 tst                      netreg_mass: Using 1 x modem (candidates: 100)
22:48:26.031560 tst                      netreg_mass: Using 1 x modem (candidates: 100)
22:48:26.032060 tst                      netreg_mass: Using 1 x modem (candidates: 100)
22:48:26.032580 tst                      netreg_mass: Using 1 x modem (candidates: 100)
22:48:26.033173 tst                      netreg_mass: Using 1 x modem (candidates: 100)
22:48:26.033680 tst                      netreg_mass: Using 1 x modem (candidates: 100)
22:48:26.034181 tst                      netreg_mass: Using 1 x modem (candidates: 100)
22:48:26.034687 tst                      netreg_mass: Using 1 x modem (candidates: 100)
22:48:26.035186 tst                      netreg_mass: Using 1 x modem (candidates: 100)
22:48:26.035682 tst                      netreg_mass: Using 1 x modem (candidates: 100)
22:48:26.036192 tst                      netreg_mass: Using 1 x modem (candidates: 100)
22:48:26.036688 tst                      netreg_mass: Using 1 x modem (candidates: 100)
22:48:26.037499 tst                      netreg_mass: Using 1 x modem (candidates: 100)
22:48:26.038593 tst                      netreg_mass: Using 1 x modem (candidates: 100)
22:48:26.039607 tst                      netreg_mass: Using 1 x modem (candidates: 100)
22:48:26.040607 tst                      netreg_mass: Using 1 x modem (candidates: 100)
22:48:26.041602 tst                      netreg_mass: Using 1 x modem (candidates: 100)
22:48:26.042577 tst                      netreg_mass: Using 1 x modem (candidates: 100)
22:48:26.043559 tst                      netreg_mass: Using 1 x modem (candidates: 100)
22:48:26.044554 tst                      netreg_mass: Using 1 x modem (candidates: 100)
22:48:26.045231 tst                      netreg_mass: Using 1 x modem (candidates: 100)
22:48:26.045771 tst                      netreg_mass: Using 1 x modem (candidates: 100)
22:48:26.046306 tst                      netreg_mass: Using 1 x modem (candidates: 100)
22:48:26.046825 tst                      netreg_mass: Using 1 x modem (candidates: 100)
22:48:26.047355 tst                      netreg_mass: Using 1 x modem (candidates: 100)
22:48:26.047879 tst                      netreg_mass: Using 1 x modem (candidates: 100)
22:48:26.048386 tst                      netreg_mass: Using 1 x modem (candidates: 100)
22:48:26.048904 tst                      netreg_mass: Using 1 x modem (candidates: 100)
22:48:26.049429 tst                      netreg_mass: Using 1 x modem (candidates: 100)
22:48:26.049944 tst                      netreg_mass: Using 1 x modem (candidates: 100)
22:48:26.050448 tst                      netreg_mass: Using 1 x modem (candidates: 100)
22:48:26.050970 tst                      netreg_mass: Using 1 x modem (candidates: 100)
22:48:26.051481 tst                      netreg_mass: Using 1 x modem (candidates: 100)
22:48:26.052052 tst      register_default_mass.py:21: Launching a simple network
22:48:26.062282 run              osmo-hlr_127.0.42.2: Starting osmo-hlr
22:48:26.188832 run            create_hlr_db(pid=19): Launched
22:48:27.199124 run            create_hlr_db(pid=19): Terminated: ok {rc=0}
22:48:27.216157 run pcap-recorder_any(filters='host 127.0.42.2')(pid=21): Launched
22:48:27.231926 run      osmo-hlr_127.0.42.2(pid=22): Launched
22:48:27.237878 run              osmo-stp_127.0.42.5: Starting osmo-stp
22:48:27.425072 run pcap-recorder_any(filters='host 127.0.42.5 and port not 22')(pid=23): Launched
22:48:27.440660 run      osmo-stp_127.0.42.5(pid=24): Launched
22:48:27.446536 run              osmo-msc_127.0.42.6: Starting osmo-msc
22:48:27.875679 run pcap-recorder_any(filters='host 127.0.42.6 and port not 22')(pid=25): Launched
22:48:27.891044 run      osmo-msc_127.0.42.6(pid=26): Launched
22:48:30.906171 run              osmo-mgw_127.0.42.3: Starting osmo-mgw
22:48:31.023029 run pcap-recorder_any(filters='host 127.0.42.3 and port not 22')(pid=27): Launched
22:48:31.037793 run      osmo-mgw_127.0.42.3(pid=28): Launched
22:48:31.043526 run              osmo-mgw_127.0.42.4: Starting osmo-mgw
22:48:31.067155 run pcap-recorder_any(filters='host 127.0.42.4 and port not 22')(pid=29): Launched
22:48:31.081975 run      osmo-mgw_127.0.42.4(pid=30): Launched
22:48:31.087605 run              osmo-bsc_127.0.42.7: Starting osmo-bsc
22:48:31.413048 run pcap-recorder_any(filters='host 127.0.42.7 and port not 22')(pid=31): Launched
22:48:31.428685 run      osmo-bsc_127.0.42.7(pid=32): Launched
22:48:37.446124 run                 osmo-bts-virtual: Starting to connect to osmo-bsc_127.0.42.7
22:48:37.607905 run         osmo-bts-virtual(pid=33): Launched
22:48:38.725558 tst         register_default_mass.py: using MSISDN 1001
22:48:38.731408 run              osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001010000000000', msisdn='1001', subscriber_id=1}
22:48:38.856931 tst         register_default_mass.py: using MSISDN 1002
22:48:38.866369 run              osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001010000000001', msisdn='1002', subscriber_id=2}
22:48:38.935799 tst         register_default_mass.py: using MSISDN 1003
22:48:38.941876 run              osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001010000000002', msisdn='1003', subscriber_id=3}
22:48:39.012179 tst         register_default_mass.py: using MSISDN 1004
22:48:39.022935 run              osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001010000000003', msisdn='1004', subscriber_id=4}
22:48:39.096832 tst         register_default_mass.py: using MSISDN 1005
22:48:39.107494 run              osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001010000000004', msisdn='1005', subscriber_id=5}
22:48:39.205146 tst         register_default_mass.py: using MSISDN 1006
22:48:39.216591 run              osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001010000000005', msisdn='1006', subscriber_id=6}
22:48:39.313418 tst         register_default_mass.py: using MSISDN 1007
22:48:39.324529 run              osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001010000000006', msisdn='1007', subscriber_id=7}
22:48:39.412054 tst         register_default_mass.py: using MSISDN 1008
22:48:39.422942 run              osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001010000000007', msisdn='1008', subscriber_id=8}
22:48:39.536670 tst         register_default_mass.py: using MSISDN 1009
22:48:39.547319 run              osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001010000000008', msisdn='1009', subscriber_id=9}
22:48:39.825076 tst         register_default_mass.py: using MSISDN 1010
22:48:39.832525 run              osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001010000000009', msisdn='1010', subscriber_id=10}
22:48:40.031683 tst         register_default_mass.py: using MSISDN 1011
22:48:40.037418 run              osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001020000000000', msisdn='1011', subscriber_id=11}
22:48:40.114418 tst         register_default_mass.py: using MSISDN 1012
22:48:40.121364 run              osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001020000000001', msisdn='1012', subscriber_id=12}
22:48:40.191651 tst         register_default_mass.py: using MSISDN 1013
22:48:40.197445 run              osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001020000000002', msisdn='1013', subscriber_id=13}
22:48:40.273203 tst         register_default_mass.py: using MSISDN 1014
22:48:40.278992 run              osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001020000000003', msisdn='1014', subscriber_id=14}
22:48:40.364075 tst         register_default_mass.py: using MSISDN 1015
22:48:40.374195 run              osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001020000000004', msisdn='1015', subscriber_id=15}
22:48:40.452513 tst         register_default_mass.py: using MSISDN 1016
22:48:40.458231 run              osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001020000000005', msisdn='1016', subscriber_id=16}
22:48:40.526108 tst         register_default_mass.py: using MSISDN 1017
22:48:40.532246 run              osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001020000000006', msisdn='1017', subscriber_id=17}
22:48:40.614476 tst         register_default_mass.py: using MSISDN 1018
22:48:40.620260 run              osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001020000000007', msisdn='1018', subscriber_id=18}
22:48:40.684141 tst         register_default_mass.py: using MSISDN 1019
22:48:40.690211 run              osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001020000000008', msisdn='1019', subscriber_id=19}
22:48:40.776247 tst         register_default_mass.py: using MSISDN 1020
22:48:40.782237 run              osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001020000000009', msisdn='1020', subscriber_id=20}
22:48:40.885961 tst         register_default_mass.py: using MSISDN 1021
22:48:40.896541 run              osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001030000000000', msisdn='1021', subscriber_id=21}
22:48:40.987639 tst         register_default_mass.py: using MSISDN 1022
22:48:40.998264 run              osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001030000000001', msisdn='1022', subscriber_id=22}
22:48:41.067583 tst         register_default_mass.py: using MSISDN 1023
22:48:41.073283 run              osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001030000000002', msisdn='1023', subscriber_id=23}
22:48:41.152573 tst         register_default_mass.py: using MSISDN 1024
22:48:41.158469 run              osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001030000000003', msisdn='1024', subscriber_id=24}
22:48:41.223668 tst         register_default_mass.py: using MSISDN 1025
22:48:41.230059 run              osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001030000000004', msisdn='1025', subscriber_id=25}
22:48:41.319824 tst         register_default_mass.py: using MSISDN 1026
22:48:41.328702 run              osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001030000000005', msisdn='1026', subscriber_id=26}
22:48:41.507417 tst         register_default_mass.py: using MSISDN 1027
22:48:41.515889 run              osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001030000000006', msisdn='1027', subscriber_id=27}
22:48:41.656845 tst         register_default_mass.py: using MSISDN 1028
22:48:41.662644 run              osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001030000000007', msisdn='1028', subscriber_id=28}
22:48:41.794418 tst         register_default_mass.py: using MSISDN 1029
22:48:41.802672 run              osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001030000000008', msisdn='1029', subscriber_id=29}
22:48:41.880769 tst         register_default_mass.py: using MSISDN 1030
22:48:41.888513 run              osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001030000000009', msisdn='1030', subscriber_id=30}
22:48:41.953194 tst         register_default_mass.py: using MSISDN 1031
22:48:41.962368 run              osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001040000000000', msisdn='1031', subscriber_id=31}
22:48:42.031621 tst         register_default_mass.py: using MSISDN 1032
22:48:42.037619 run              osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001040000000001', msisdn='1032', subscriber_id=32}
22:48:42.116443 tst         register_default_mass.py: using MSISDN 1033
22:48:42.122297 run              osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001040000000002', msisdn='1033', subscriber_id=33}
22:48:42.192261 tst         register_default_mass.py: using MSISDN 1034
22:48:42.198678 run              osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001040000000003', msisdn='1034', subscriber_id=34}
22:48:42.266435 tst         register_default_mass.py: using MSISDN 1035
22:48:42.272783 run              osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001040000000004', msisdn='1035', subscriber_id=35}
22:48:42.346072 tst         register_default_mass.py: using MSISDN 1036
22:48:42.352164 run              osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001040000000005', msisdn='1036', subscriber_id=36}
22:48:42.417905 tst         register_default_mass.py: using MSISDN 1037
22:48:42.424138 run              osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001040000000006', msisdn='1037', subscriber_id=37}
22:48:42.500321 tst         register_default_mass.py: using MSISDN 1038
22:48:42.510204 run              osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001040000000007', msisdn='1038', subscriber_id=38}
22:48:42.604332 tst         register_default_mass.py: using MSISDN 1039
22:48:42.610235 run              osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001040000000008', msisdn='1039', subscriber_id=39}
22:48:42.690798 tst         register_default_mass.py: using MSISDN 1040
22:48:42.702058 run              osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001040000000009', msisdn='1040', subscriber_id=40}
22:48:42.771350 tst         register_default_mass.py: using MSISDN 1041
22:48:42.782366 run              osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001050000000000', msisdn='1041', subscriber_id=41}
22:48:42.854118 tst         register_default_mass.py: using MSISDN 1042
22:48:42.865571 run              osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001050000000001', msisdn='1042', subscriber_id=42}
22:48:42.940656 tst         register_default_mass.py: using MSISDN 1043
22:48:42.946802 run              osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001050000000002', msisdn='1043', subscriber_id=43}
22:48:43.026135 tst         register_default_mass.py: using MSISDN 1044
22:48:43.032339 run              osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001050000000003', msisdn='1044', subscriber_id=44}
22:48:43.108104 tst         register_default_mass.py: using MSISDN 1045
22:48:43.114478 run              osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001050000000004', msisdn='1045', subscriber_id=45}
22:48:43.192872 tst         register_default_mass.py: using MSISDN 1046
22:48:43.199024 run              osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001050000000005', msisdn='1046', subscriber_id=46}
22:48:43.272735 tst         register_default_mass.py: using MSISDN 1047
22:48:43.278947 run              osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001050000000006', msisdn='1047', subscriber_id=47}
22:48:43.354720 tst         register_default_mass.py: using MSISDN 1048
22:48:43.360654 run              osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001050000000007', msisdn='1048', subscriber_id=48}
22:48:44.165038 tst         register_default_mass.py: using MSISDN 1049
22:48:44.184602 run              osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001050000000008', msisdn='1049', subscriber_id=49}
22:48:44.254000 tst         register_default_mass.py: using MSISDN 1050
22:48:44.259758 run              osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001050000000009', msisdn='1050', subscriber_id=50}
22:48:44.326237 tst         register_default_mass.py: using MSISDN 1051
22:48:44.347080 run              osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001060000000000', msisdn='1051', subscriber_id=51}
22:48:44.417764 tst         register_default_mass.py: using MSISDN 1052
22:48:44.433932 run              osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001060000000001', msisdn='1052', subscriber_id=52}
22:48:44.512371 tst         register_default_mass.py: using MSISDN 1053
22:48:44.518281 run              osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001060000000002', msisdn='1053', subscriber_id=53}
22:48:44.624406 tst         register_default_mass.py: using MSISDN 1054
22:48:44.630261 run              osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001060000000003', msisdn='1054', subscriber_id=54}
22:48:44.734646 tst         register_default_mass.py: using MSISDN 1055
22:48:44.740511 run              osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001060000000004', msisdn='1055', subscriber_id=55}
22:48:44.829385 tst         register_default_mass.py: using MSISDN 1056
22:48:44.835384 run              osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001060000000005', msisdn='1056', subscriber_id=56}
22:48:44.921943 tst         register_default_mass.py: using MSISDN 1057
22:48:44.927999 run              osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001060000000006', msisdn='1057', subscriber_id=57}
22:48:44.996760 tst         register_default_mass.py: using MSISDN 1058
22:48:45.002464 run              osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001060000000007', msisdn='1058', subscriber_id=58}
22:48:45.086925 tst         register_default_mass.py: using MSISDN 1059
22:48:45.098092 run              osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001060000000008', msisdn='1059', subscriber_id=59}
22:48:45.182035 tst         register_default_mass.py: using MSISDN 1060
22:48:45.188145 run              osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001060000000009', msisdn='1060', subscriber_id=60}
22:48:45.265652 tst         register_default_mass.py: using MSISDN 1061
22:48:45.271692 run              osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001070000000000', msisdn='1061', subscriber_id=61}
22:48:45.359756 tst         register_default_mass.py: using MSISDN 1062
22:48:45.365676 run              osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001070000000001', msisdn='1062', subscriber_id=62}
22:48:45.469637 tst         register_default_mass.py: using MSISDN 1063
22:48:45.475692 run              osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001070000000002', msisdn='1063', subscriber_id=63}
22:48:45.544648 tst         register_default_mass.py: using MSISDN 1064
22:48:45.550509 run              osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001070000000003', msisdn='1064', subscriber_id=64}
22:48:45.615919 tst         register_default_mass.py: using MSISDN 1065
22:48:45.621805 run              osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001070000000004', msisdn='1065', subscriber_id=65}
22:48:45.701326 tst         register_default_mass.py: using MSISDN 1066
22:48:45.710753 run              osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001070000000005', msisdn='1066', subscriber_id=66}
22:48:46.193548 tst         register_default_mass.py: using MSISDN 1067
22:48:46.212294 run              osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001070000000006', msisdn='1067', subscriber_id=67}
22:48:46.279357 tst         register_default_mass.py: using MSISDN 1068
22:48:46.301479 run              osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001070000000007', msisdn='1068', subscriber_id=68}
22:48:46.369792 tst         register_default_mass.py: using MSISDN 1069
22:48:46.379030 run              osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001070000000008', msisdn='1069', subscriber_id=69}
22:48:46.449422 tst         register_default_mass.py: using MSISDN 1070
22:48:46.455443 run              osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001070000000009', msisdn='1070', subscriber_id=70}
22:48:46.528224 tst         register_default_mass.py: using MSISDN 1071
22:48:46.534536 run              osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001080000000000', msisdn='1071', subscriber_id=71}
22:48:46.599209 tst         register_default_mass.py: using MSISDN 1072
22:48:46.606112 run              osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001080000000001', msisdn='1072', subscriber_id=72}
22:48:46.678277 tst         register_default_mass.py: using MSISDN 1073
22:48:46.690478 run              osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001080000000002', msisdn='1073', subscriber_id=73}
22:48:46.785164 tst         register_default_mass.py: using MSISDN 1074
22:48:46.792888 run              osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001080000000003', msisdn='1074', subscriber_id=74}
22:48:46.856462 tst         register_default_mass.py: using MSISDN 1075
22:48:46.863768 run              osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001080000000004', msisdn='1075', subscriber_id=75}
22:48:46.937542 tst         register_default_mass.py: using MSISDN 1076
22:48:46.943457 run              osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001080000000005', msisdn='1076', subscriber_id=76}
22:48:47.017694 tst         register_default_mass.py: using MSISDN 1077
22:48:47.024112 run              osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001080000000006', msisdn='1077', subscriber_id=77}
22:48:47.098576 tst         register_default_mass.py: using MSISDN 1078
22:48:47.108474 run              osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001080000000007', msisdn='1078', subscriber_id=78}
22:48:47.180727 tst         register_default_mass.py: using MSISDN 1079
22:48:47.186812 run              osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001080000000008', msisdn='1079', subscriber_id=79}
22:48:47.268918 tst         register_default_mass.py: using MSISDN 1080
22:48:47.274765 run              osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001080000000009', msisdn='1080', subscriber_id=80}
22:48:47.336560 tst         register_default_mass.py: using MSISDN 1081
22:48:47.342679 run              osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001090000000000', msisdn='1081', subscriber_id=81}
22:48:47.416267 tst         register_default_mass.py: using MSISDN 1082
22:48:47.422360 run              osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001090000000001', msisdn='1082', subscriber_id=82}
22:48:47.503223 tst         register_default_mass.py: using MSISDN 1083
22:48:47.509406 run              osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001090000000002', msisdn='1083', subscriber_id=83}
22:48:47.598155 tst         register_default_mass.py: using MSISDN 1084
22:48:47.607306 run              osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001090000000003', msisdn='1084', subscriber_id=84}
22:48:47.672023 tst         register_default_mass.py: using MSISDN 1085
22:48:47.677868 run              osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001090000000004', msisdn='1085', subscriber_id=85}
22:48:47.750165 tst         register_default_mass.py: using MSISDN 1086
22:48:47.756094 run              osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001090000000005', msisdn='1086', subscriber_id=86}
22:48:47.831159 tst         register_default_mass.py: using MSISDN 1087
22:48:47.837169 run              osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001090000000006', msisdn='1087', subscriber_id=87}
22:48:47.905215 tst         register_default_mass.py: using MSISDN 1088
22:48:47.912027 run              osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001090000000007', msisdn='1088', subscriber_id=88}
22:48:47.981209 tst         register_default_mass.py: using MSISDN 1089
22:48:47.987219 run              osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001090000000008', msisdn='1089', subscriber_id=89}
22:48:48.063730 tst         register_default_mass.py: using MSISDN 1090
22:48:48.070283 run              osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001090000000009', msisdn='1090', subscriber_id=90}
22:48:48.143376 tst         register_default_mass.py: using MSISDN 1091
22:48:48.149344 run              osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001100000000000', msisdn='1091', subscriber_id=91}
22:48:48.233072 tst         register_default_mass.py: using MSISDN 1092
22:48:48.239125 run              osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001100000000001', msisdn='1092', subscriber_id=92}
22:48:48.312224 tst         register_default_mass.py: using MSISDN 1093
22:48:48.318173 run              osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001100000000002', msisdn='1093', subscriber_id=93}
22:48:48.393288 tst         register_default_mass.py: using MSISDN 1094
22:48:48.399103 run              osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001100000000003', msisdn='1094', subscriber_id=94}
22:48:48.466125 tst         register_default_mass.py: using MSISDN 1095
22:48:48.472434 run              osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001100000000004', msisdn='1095', subscriber_id=95}
22:48:48.542441 tst         register_default_mass.py: using MSISDN 1096
22:48:48.548492 run              osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001100000000005', msisdn='1096', subscriber_id=96}
22:48:48.613087 tst         register_default_mass.py: using MSISDN 1097
22:48:48.620619 run              osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001100000000006', msisdn='1097', subscriber_id=97}
22:48:48.711518 tst         register_default_mass.py: using MSISDN 1098
22:48:48.717903 run              osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001100000000007', msisdn='1098', subscriber_id=98}
22:48:48.790614 tst         register_default_mass.py: using MSISDN 1099
22:48:48.796688 run              osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001100000000008', msisdn='1099', subscriber_id=99}
22:48:48.868765 tst         register_default_mass.py: using MSISDN 1100
22:48:48.874822 run              osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001100000000009', msisdn='1100', subscriber_id=100}
22:48:48.989034 run                             mass: Starting testcase
22:48:48.994939 run                             mass: Pre-launching all virtphy's
22:48:49.000508 run           osmo-ms-virt-phy/00000: Starting virtphy
22:48:49.013994 run   osmo-ms-virt-phy/00000(pid=34): Launched
22:48:49.020332 run           osmo-ms-virt-phy/00001: Starting virtphy
22:48:49.034055 run   osmo-ms-virt-phy/00001(pid=35): Launched
22:48:49.040303 run           osmo-ms-virt-phy/00002: Starting virtphy
22:48:49.053558 run   osmo-ms-virt-phy/00002(pid=36): Launched
22:48:49.059935 run           osmo-ms-virt-phy/00003: Starting virtphy
22:48:49.073345 run   osmo-ms-virt-phy/00003(pid=37): Launched
22:48:49.079516 run           osmo-ms-virt-phy/00004: Starting virtphy
22:48:49.093010 run   osmo-ms-virt-phy/00004(pid=38): Launched
22:48:49.099232 run           osmo-ms-virt-phy/00005: Starting virtphy
22:48:49.112456 run   osmo-ms-virt-phy/00005(pid=39): Launched
22:48:49.118822 run           osmo-ms-virt-phy/00006: Starting virtphy
22:48:49.132460 run   osmo-ms-virt-phy/00006(pid=40): Launched
22:48:49.138735 run           osmo-ms-virt-phy/00007: Starting virtphy
22:48:49.152404 run   osmo-ms-virt-phy/00007(pid=41): Launched
22:48:49.159919 run           osmo-ms-virt-phy/00008: Starting virtphy
22:48:49.173778 run   osmo-ms-virt-phy/00008(pid=42): Launched
22:48:49.180226 run           osmo-ms-virt-phy/00009: Starting virtphy
22:48:49.193791 run   osmo-ms-virt-phy/00009(pid=43): Launched
22:48:49.199901 run           osmo-ms-virt-phy/00010: Starting virtphy
22:48:49.213296 run   osmo-ms-virt-phy/00010(pid=44): Launched
22:48:49.219728 run           osmo-ms-virt-phy/00011: Starting virtphy
22:48:49.233302 run   osmo-ms-virt-phy/00011(pid=45): Launched
22:48:49.239524 run           osmo-ms-virt-phy/00012: Starting virtphy
22:48:49.253087 run   osmo-ms-virt-phy/00012(pid=46): Launched
22:48:49.259324 run           osmo-ms-virt-phy/00013: Starting virtphy
22:48:49.272993 run   osmo-ms-virt-phy/00013(pid=47): Launched
22:48:49.279102 run           osmo-ms-virt-phy/00014: Starting virtphy
22:48:49.292250 run   osmo-ms-virt-phy/00014(pid=48): Launched
22:48:49.298268 run           osmo-ms-virt-phy/00015: Starting virtphy
22:48:49.311320 run   osmo-ms-virt-phy/00015(pid=49): Launched
22:48:49.317467 run           osmo-ms-virt-phy/00016: Starting virtphy
22:48:49.330366 run   osmo-ms-virt-phy/00016(pid=50): Launched
22:48:49.336434 run           osmo-ms-virt-phy/00017: Starting virtphy
22:48:49.349477 run   osmo-ms-virt-phy/00017(pid=51): Launched
22:48:49.355510 run           osmo-ms-virt-phy/00018: Starting virtphy
22:48:49.368522 run   osmo-ms-virt-phy/00018(pid=52): Launched
22:48:49.374552 run           osmo-ms-virt-phy/00019: Starting virtphy
22:48:49.387565 run   osmo-ms-virt-phy/00019(pid=53): Launched
22:48:49.393543 run           osmo-ms-virt-phy/00020: Starting virtphy
22:48:49.406694 run   osmo-ms-virt-phy/00020(pid=54): Launched
22:48:49.413098 run           osmo-ms-virt-phy/00021: Starting virtphy
22:48:49.426681 run   osmo-ms-virt-phy/00021(pid=55): Launched
22:48:49.432948 run           osmo-ms-virt-phy/00022: Starting virtphy
22:48:49.446205 run   osmo-ms-virt-phy/00022(pid=56): Launched
22:48:49.452430 run           osmo-ms-virt-phy/00023: Starting virtphy
22:48:49.465522 run   osmo-ms-virt-phy/00023(pid=57): Launched
22:48:49.471682 run           osmo-ms-virt-phy/00024: Starting virtphy
22:48:49.484855 run   osmo-ms-virt-phy/00024(pid=58): Launched
22:48:49.491207 run           osmo-ms-virt-phy/00025: Starting virtphy
22:48:49.504828 run   osmo-ms-virt-phy/00025(pid=59): Launched
22:48:49.511263 run           osmo-ms-virt-phy/00026: Starting virtphy
22:48:49.524945 run   osmo-ms-virt-phy/00026(pid=60): Launched
22:48:49.531250 run           osmo-ms-virt-phy/00027: Starting virtphy
22:48:49.544975 run   osmo-ms-virt-phy/00027(pid=61): Launched
22:48:49.551290 run           osmo-ms-virt-phy/00028: Starting virtphy
22:48:49.565018 run   osmo-ms-virt-phy/00028(pid=62): Launched
22:48:49.571229 run           osmo-ms-virt-phy/00029: Starting virtphy
22:48:49.584900 run   osmo-ms-virt-phy/00029(pid=63): Launched
22:48:49.594798 run           osmo-ms-virt-phy/00030: Starting virtphy
22:48:49.608523 run   osmo-ms-virt-phy/00030(pid=64): Launched
22:48:49.614987 run           osmo-ms-virt-phy/00031: Starting virtphy
22:48:49.628550 run   osmo-ms-virt-phy/00031(pid=65): Launched
22:48:49.634912 run           osmo-ms-virt-phy/00032: Starting virtphy
22:48:49.648590 run   osmo-ms-virt-phy/00032(pid=66): Launched
22:48:49.654750 run           osmo-ms-virt-phy/00033: Starting virtphy
22:48:49.668194 run   osmo-ms-virt-phy/00033(pid=67): Launched
22:48:49.674412 run           osmo-ms-virt-phy/00034: Starting virtphy
22:48:49.687522 run   osmo-ms-virt-phy/00034(pid=68): Launched
22:48:49.693979 run           osmo-ms-virt-phy/00035: Starting virtphy
22:48:49.707460 run   osmo-ms-virt-phy/00035(pid=69): Launched
22:48:49.713793 run           osmo-ms-virt-phy/00036: Starting virtphy
22:48:49.727299 run   osmo-ms-virt-phy/00036(pid=70): Launched
22:48:49.733653 run           osmo-ms-virt-phy/00037: Starting virtphy
22:48:49.747338 run   osmo-ms-virt-phy/00037(pid=71): Launched
22:48:49.753654 run           osmo-ms-virt-phy/00038: Starting virtphy
22:48:49.767304 run   osmo-ms-virt-phy/00038(pid=72): Launched
22:48:49.773589 run           osmo-ms-virt-phy/00039: Starting virtphy
22:48:49.787297 run   osmo-ms-virt-phy/00039(pid=73): Launched
22:48:49.793543 run           osmo-ms-virt-phy/00040: Starting virtphy
22:48:49.806955 run   osmo-ms-virt-phy/00040(pid=74): Launched
22:48:49.813254 run           osmo-ms-virt-phy/00041: Starting virtphy
22:48:49.826895 run   osmo-ms-virt-phy/00041(pid=75): Launched
22:48:49.833220 run           osmo-ms-virt-phy/00042: Starting virtphy
22:48:49.846880 run   osmo-ms-virt-phy/00042(pid=76): Launched
22:48:49.853354 run           osmo-ms-virt-phy/00043: Starting virtphy
22:48:49.867170 run   osmo-ms-virt-phy/00043(pid=77): Launched
22:48:49.873552 run           osmo-ms-virt-phy/00044: Starting virtphy
22:48:49.887284 run   osmo-ms-virt-phy/00044(pid=78): Launched
22:48:49.893565 run           osmo-ms-virt-phy/00045: Starting virtphy
22:48:49.907241 run   osmo-ms-virt-phy/00045(pid=79): Launched
22:48:49.913583 run           osmo-ms-virt-phy/00046: Starting virtphy
22:48:49.927426 run   osmo-ms-virt-phy/00046(pid=80): Launched
22:48:49.934247 run           osmo-ms-virt-phy/00047: Starting virtphy
22:48:49.948698 run   osmo-ms-virt-phy/00047(pid=81): Launched
22:48:49.955143 run           osmo-ms-virt-phy/00048: Starting virtphy
22:48:49.969740 run   osmo-ms-virt-phy/00048(pid=82): Launched
22:48:49.979709 run           osmo-ms-virt-phy/00049: Starting virtphy
22:48:49.998536 run   osmo-ms-virt-phy/00049(pid=83): Launched
22:48:50.009385 run           osmo-ms-virt-phy/00050: Starting virtphy
22:48:50.034863 run   osmo-ms-virt-phy/00050(pid=84): Launched
22:48:50.047873 run           osmo-ms-virt-phy/00051: Starting virtphy
22:48:50.076226 run   osmo-ms-virt-phy/00051(pid=85): Launched
22:48:50.089192 run           osmo-ms-virt-phy/00052: Starting virtphy
22:48:50.116613 run   osmo-ms-virt-phy/00052(pid=86): Launched
22:48:50.127101 run           osmo-ms-virt-phy/00053: Starting virtphy
22:48:50.144667 run   osmo-ms-virt-phy/00053(pid=87): Launched
22:48:50.154864 run           osmo-ms-virt-phy/00054: Starting virtphy
22:48:50.170787 run   osmo-ms-virt-phy/00054(pid=88): Launched
22:48:50.181268 run           osmo-ms-virt-phy/00055: Starting virtphy
22:48:50.297486 run   osmo-ms-virt-phy/00055(pid=89): Launched
22:48:50.307487 run           osmo-ms-virt-phy/00056: Starting virtphy
22:48:50.321334 run   osmo-ms-virt-phy/00056(pid=90): Launched
22:48:50.327664 run           osmo-ms-virt-phy/00057: Starting virtphy
22:48:50.341431 run   osmo-ms-virt-phy/00057(pid=91): Launched
22:48:50.347917 run           osmo-ms-virt-phy/00058: Starting virtphy
22:48:50.361694 run   osmo-ms-virt-phy/00058(pid=92): Launched
22:48:50.368133 run           osmo-ms-virt-phy/00059: Starting virtphy
22:48:50.381849 run   osmo-ms-virt-phy/00059(pid=93): Launched
22:48:50.388178 run           osmo-ms-virt-phy/00060: Starting virtphy
22:48:50.402052 run   osmo-ms-virt-phy/00060(pid=94): Launched
22:48:50.408356 run           osmo-ms-virt-phy/00061: Starting virtphy
22:48:50.422148 run   osmo-ms-virt-phy/00061(pid=95): Launched
22:48:50.428518 run           osmo-ms-virt-phy/00062: Starting virtphy
22:48:50.442285 run   osmo-ms-virt-phy/00062(pid=96): Launched
22:48:50.448678 run           osmo-ms-virt-phy/00063: Starting virtphy
22:48:50.462525 run   osmo-ms-virt-phy/00063(pid=97): Launched
22:48:50.468909 run           osmo-ms-virt-phy/00064: Starting virtphy
22:48:50.482581 run   osmo-ms-virt-phy/00064(pid=98): Launched
22:48:50.488916 run           osmo-ms-virt-phy/00065: Starting virtphy
22:48:50.502515 run   osmo-ms-virt-phy/00065(pid=99): Launched
22:48:50.508911 run           osmo-ms-virt-phy/00066: Starting virtphy
22:48:50.522633 run  osmo-ms-virt-phy/00066(pid=100): Launched
22:48:50.528983 run           osmo-ms-virt-phy/00067: Starting virtphy
22:48:50.542711 run  osmo-ms-virt-phy/00067(pid=101): Launched
22:48:50.549037 run           osmo-ms-virt-phy/00068: Starting virtphy
22:48:50.562677 run  osmo-ms-virt-phy/00068(pid=102): Launched
22:48:50.569027 run           osmo-ms-virt-phy/00069: Starting virtphy
22:48:50.582905 run  osmo-ms-virt-phy/00069(pid=103): Launched
22:48:50.589251 run           osmo-ms-virt-phy/00070: Starting virtphy
22:48:50.603043 run  osmo-ms-virt-phy/00070(pid=104): Launched
22:48:50.609388 run           osmo-ms-virt-phy/00071: Starting virtphy
22:48:50.623075 run  osmo-ms-virt-phy/00071(pid=105): Launched
22:48:50.629486 run           osmo-ms-virt-phy/00072: Starting virtphy
22:48:50.643187 run  osmo-ms-virt-phy/00072(pid=106): Launched
22:48:50.649658 run           osmo-ms-virt-phy/00073: Starting virtphy
22:48:50.663417 run  osmo-ms-virt-phy/00073(pid=107): Launched
22:48:50.669772 run           osmo-ms-virt-phy/00074: Starting virtphy
22:48:50.683452 run  osmo-ms-virt-phy/00074(pid=108): Launched
22:48:50.689833 run           osmo-ms-virt-phy/00075: Starting virtphy
22:48:50.703605 run  osmo-ms-virt-phy/00075(pid=109): Launched
22:48:50.709932 run           osmo-ms-virt-phy/00076: Starting virtphy
22:48:50.723430 run  osmo-ms-virt-phy/00076(pid=110): Launched
22:48:50.729785 run           osmo-ms-virt-phy/00077: Starting virtphy
22:48:50.743467 run  osmo-ms-virt-phy/00077(pid=111): Launched
22:48:50.749732 run           osmo-ms-virt-phy/00078: Starting virtphy
22:48:50.762932 run  osmo-ms-virt-phy/00078(pid=112): Launched
22:48:50.768992 run           osmo-ms-virt-phy/00079: Starting virtphy
22:48:50.782722 run  osmo-ms-virt-phy/00079(pid=113): Launched
22:48:50.789062 run           osmo-ms-virt-phy/00080: Starting virtphy
22:48:50.802819 run  osmo-ms-virt-phy/00080(pid=114): Launched
22:48:50.809122 run           osmo-ms-virt-phy/00081: Starting virtphy
22:48:50.823258 run  osmo-ms-virt-phy/00081(pid=115): Launched
22:48:50.829680 run           osmo-ms-virt-phy/00082: Starting virtphy
22:48:50.843353 run  osmo-ms-virt-phy/00082(pid=116): Launched
22:48:50.849429 run           osmo-ms-virt-phy/00083: Starting virtphy
22:48:50.862575 run  osmo-ms-virt-phy/00083(pid=117): Launched
22:48:50.868703 run           osmo-ms-virt-phy/00084: Starting virtphy
22:48:50.881791 run  osmo-ms-virt-phy/00084(pid=118): Launched
22:48:50.887915 run           osmo-ms-virt-phy/00085: Starting virtphy
22:48:50.901040 run  osmo-ms-virt-phy/00085(pid=119): Launched
22:48:50.907149 run           osmo-ms-virt-phy/00086: Starting virtphy
22:48:50.920150 run  osmo-ms-virt-phy/00086(pid=120): Launched
22:48:50.926153 run           osmo-ms-virt-phy/00087: Starting virtphy
22:48:50.939233 run  osmo-ms-virt-phy/00087(pid=121): Launched
22:48:50.945195 run           osmo-ms-virt-phy/00088: Starting virtphy
22:48:50.958119 run  osmo-ms-virt-phy/00088(pid=122): Launched
22:48:50.964103 run           osmo-ms-virt-phy/00089: Starting virtphy
22:48:50.977144 run  osmo-ms-virt-phy/00089(pid=123): Launched
22:48:50.983110 run           osmo-ms-virt-phy/00090: Starting virtphy
22:48:50.996148 run  osmo-ms-virt-phy/00090(pid=124): Launched
22:48:51.373358 run           osmo-ms-virt-phy/00091: Starting virtphy
22:48:51.386677 run  osmo-ms-virt-phy/00091(pid=125): Launched
22:48:51.392794 run           osmo-ms-virt-phy/00092: Starting virtphy
22:48:51.405855 run  osmo-ms-virt-phy/00092(pid=126): Launched
22:48:51.411895 run           osmo-ms-virt-phy/00093: Starting virtphy
22:48:51.424981 run  osmo-ms-virt-phy/00093(pid=127): Launched
22:48:51.431024 run           osmo-ms-virt-phy/00094: Starting virtphy
22:48:51.444034 run  osmo-ms-virt-phy/00094(pid=128): Launched
22:48:51.450099 run           osmo-ms-virt-phy/00095: Starting virtphy
22:48:51.463205 run  osmo-ms-virt-phy/00095(pid=129): Launched
22:48:51.469238 run           osmo-ms-virt-phy/00096: Starting virtphy
22:48:51.482240 run  osmo-ms-virt-phy/00096(pid=130): Launched
22:48:51.488293 run           osmo-ms-virt-phy/00097: Starting virtphy
22:48:51.501423 run  osmo-ms-virt-phy/00097(pid=131): Launched
22:48:51.507440 run           osmo-ms-virt-phy/00098: Starting virtphy
22:48:51.520433 run  osmo-ms-virt-phy/00098(pid=132): Launched
22:48:51.526756 run           osmo-ms-virt-phy/00099: Starting virtphy
22:48:51.539852 run  osmo-ms-virt-phy/00099(pid=133): Launched
22:48:51.546019 run                             mass: Checking if sockets are in the filesystem
22:48:51.558971 run                osmo-ms-mob/00000: Starting mobile
22:48:51.572370 run       osmo-ms-mob/00000(pid=134): Launched
22:48:51.594986 run                             mass: MS start registered  {at=23626637.29833265, delay=0.016551624983549118, ms=00000}
22:48:57.384059 run                osmo-ms-mob/00001: Starting mobile
22:48:57.397192 run       osmo-ms-mob/00001(pid=135): Launched
22:48:57.403261 run                             mass: Starting too slowly. Moving on {now=23626643.106631517, sleep=-1.5507352836430073, target=23626641.555896234}
22:48:57.409175 run                             mass: MS start registered  {at=23626643.11253141, delay=0.0059036314487457275, ms=00001}
22:48:57.415015 run                             mass: Starting too slowly. Moving on {now=23626643.118385267, sleep=-1.4624890312552452, target=23626641.655896235}
22:48:57.422776 run                             mass: Starting too slowly. Moving on {now=23626643.126146168, sleep=-1.370249930769205, target=23626641.755896237}
22:48:57.428877 run                             mass: Starting too slowly. Moving on {now=23626643.132247448, sleep=-1.27635120972991, target=23626641.85589624}
22:48:57.434723 run                             mass: Starting too slowly. Moving on {now=23626643.13809406, sleep=-1.1821978203952312, target=23626641.95589624}
22:48:57.440548 run                             mass: Starting too slowly. Moving on {now=23626643.14391836, sleep=-1.088022120296955, target=23626642.05589624}
22:48:57.446366 run                             mass: Starting too slowly. Moving on {now=23626643.149737414, sleep=-0.9938411712646484, target=23626642.155896243}
22:48:57.452159 run                             mass: Starting too slowly. Moving on {now=23626643.155531067, sleep=-0.8996348232030869, target=23626642.255896244}
22:48:57.458230 run                             mass: Starting too slowly. Moving on {now=23626643.161599368, sleep=-0.8057031221687794, target=23626642.355896246}
22:48:57.464033 run                             mass: Starting too slowly. Moving on {now=23626643.167404532, sleep=-0.71150828525424, target=23626642.455896247}
22:48:57.469904 run                             mass: Starting too slowly. Moving on {now=23626643.173275296, sleep=-0.6173790469765663, target=23626642.55589625}
22:48:57.475958 run                             mass: Starting too slowly. Moving on {now=23626643.179327864, sleep=-0.5234316140413284, target=23626642.65589625}
22:48:57.481791 run                             mass: Starting too slowly. Moving on {now=23626643.185161773, sleep=-0.429265521466732, target=23626642.75589625}
22:48:57.487601 run                             mass: Starting too slowly. Moving on {now=23626643.190971766, sleep=-0.3350755125284195, target=23626642.855896253}
22:48:57.493403 run                             mass: Starting too slowly. Moving on {now=23626643.196774498, sleep=-0.24087824299931526, target=23626642.955896255}
22:48:57.499209 run                             mass: Starting too slowly. Moving on {now=23626643.202580668, sleep=-0.1466844119131565, target=23626643.055896256}
22:48:57.505151 run                             mass: Starting too slowly. Moving on {now=23626643.208521415, sleep=-0.052625156939029694, target=23626643.155896258}
22:48:57.558594 run                osmo-ms-mob/00002: Starting mobile
22:48:57.572362 run       osmo-ms-mob/00002(pid=136): Launched
22:48:57.583506 run                             mass: MS start registered  {at=23626643.2868534, delay=0.0047876425087451935, ms=00002}
22:48:58.207673 run                             mass: MS performed LU  {at=23626643.911003128, lu_delay=6.612670477479696, ms=00000}
22:48:58.858323 run                osmo-ms-mob/00003: Starting mobile
22:48:58.872336 run       osmo-ms-mob/00003(pid=137): Launched
22:48:58.883819 run                             mass: MS start registered  {at=23626644.5871417, delay=0.005083512514829636, ms=00003}
22:48:59.958296 run                osmo-ms-mob/00004: Starting mobile
22:48:59.971463 run       osmo-ms-mob/00004(pid=138): Launched
22:48:59.982414 run                             mass: MS start registered  {at=23626645.685764562, delay=0.00482197105884552, ms=00004}
22:49:00.963924 run                osmo-ms-mob/00005: Starting mobile
22:49:00.990609 run       osmo-ms-mob/00005(pid=139): Launched
22:49:01.009724 run                             mass: MS start registered  {at=23626646.71304558, delay=0.006897956132888794, ms=00005}
22:49:02.097497 run                osmo-ms-mob/00006: Starting mobile
22:49:02.111758 run       osmo-ms-mob/00006(pid=140): Launched
22:49:02.119195 run                             mass: Starting too slowly. Moving on {now=23626647.82256007, sleep=-0.1666637435555458, target=23626647.655896325}
22:49:02.480094 run                             mass: MS start registered  {at=23626648.18344664, delay=0.36089015379548073, ms=00006}
22:49:02.486129 run                             mass: Starting too slowly. Moving on {now=23626648.189497683, sleep=-0.43360135704278946, target=23626647.755896326}
22:49:02.491803 run                             mass: Starting too slowly. Moving on {now=23626648.19517448, sleep=-0.3392781540751457, target=23626647.855896328}
22:49:02.497464 run                             mass: Starting too slowly. Moving on {now=23626648.200835355, sleep=-0.24493902549147606, target=23626647.95589633}
22:49:02.503090 run                             mass: Starting too slowly. Moving on {now=23626648.206462033, sleep=-0.15056570246815681, target=23626648.05589633}
22:49:02.508758 run                             mass: Starting too slowly. Moving on {now=23626648.21212874, sleep=-0.05623240768909454, target=23626648.155896332}
22:49:02.758486 run                osmo-ms-mob/00007: Starting mobile
22:49:02.773247 run       osmo-ms-mob/00007(pid=141): Launched
22:49:02.784541 run                             mass: MS start registered  {at=23626648.487894677, delay=0.004818294197320938, ms=00007}
22:49:03.560503 run                osmo-ms-mob/00008: Starting mobile
22:49:03.574028 run       osmo-ms-mob/00008(pid=142): Launched
22:49:03.585796 run                             mass: MS start registered  {at=23626649.289141428, delay=0.004875849932432175, ms=00008}
22:49:03.855944 run                             mass: MS performed LU  {at=23626649.559277557, lu_delay=4.972135856747627, ms=00003}
22:49:03.874156 run                             mass: MS performed LU  {at=23626649.57750518, lu_delay=6.464973770081997, ms=00001}
22:49:04.137939 run                             mass: MS performed LU  {at=23626649.841270175, lu_delay=6.55441677570343, ms=00002}
22:49:04.259121 run                osmo-ms-mob/00009: Starting mobile
22:49:04.272831 run       osmo-ms-mob/00009(pid=143): Launched
22:49:04.283930 run                             mass: MS start registered  {at=23626649.987280503, delay=0.0049355775117874146, ms=00009}
22:49:04.958912 run                osmo-ms-mob/00010: Starting mobile
22:49:04.973027 run       osmo-ms-mob/00010(pid=144): Launched
22:49:04.985577 run                             mass: MS start registered  {at=23626650.688930124, delay=0.006179019808769226, ms=00010}
22:49:05.558527 run                osmo-ms-mob/00011: Starting mobile
22:49:05.572547 run       osmo-ms-mob/00011(pid=145): Launched
22:49:05.578921 run                             mass: MS performed LU  {at=23626651.28227745, lu_delay=5.596512887626886, ms=00004}
22:49:05.585088 run                             mass: MS start registered  {at=23626651.288453408, delay=0.006194889545440674, ms=00011}
22:49:05.873396 run                             mass: MS performed LU  {at=23626651.576727863, lu_delay=4.86368228495121, ms=00005}
22:49:06.158534 run                osmo-ms-mob/00012: Starting mobile
22:49:06.172962 run       osmo-ms-mob/00012(pid=146): Launched
22:49:06.184486 run                             mass: MS start registered  {at=23626651.88783101, delay=0.005164522677659988, ms=00012}
22:49:06.759245 run                osmo-ms-mob/00013: Starting mobile
22:49:06.773136 run       osmo-ms-mob/00013(pid=147): Launched
22:49:06.784200 run                             mass: MS start registered  {at=23626652.487548728, delay=0.004680663347244263, ms=00013}
22:49:07.363748 run                osmo-ms-mob/00014: Starting mobile
22:49:07.381996 run       osmo-ms-mob/00014(pid=148): Launched
22:49:07.388861 run                             mass: MS performed LU  {at=23626653.09221742, lu_delay=4.908770781010389, ms=00006}
22:49:07.397427 run                             mass: MS start registered  {at=23626653.1007823, delay=0.008584361523389816, ms=00014}
22:49:07.640530 run                             mass: MS performed LU  {at=23626653.34386128, lu_delay=4.855966601520777, ms=00007}
22:49:07.958417 run                osmo-ms-mob/00015: Starting mobile
22:49:07.971810 run       osmo-ms-mob/00015(pid=149): Launched
22:49:07.982585 run                             mass: MS start registered  {at=23626653.68594033, delay=0.004373233765363693, ms=00015}
22:49:08.459193 run                osmo-ms-mob/00016: Starting mobile
22:49:08.474051 run       osmo-ms-mob/00016(pid=150): Launched
22:49:08.485399 run                             mass: MS start registered  {at=23626654.188749745, delay=0.004830028861761093, ms=00016}
22:49:08.959867 run                osmo-ms-mob/00017: Starting mobile
22:49:08.975461 run       osmo-ms-mob/00017(pid=151): Launched
22:49:08.988680 run                             mass: MS start registered  {at=23626654.692011673, delay=0.005739234387874603, ms=00017}
22:49:09.316027 run                             mass: MS performed LU  {at=23626655.019364186, lu_delay=5.032083682715893, ms=00009}
22:49:09.334472 run                             mass: MS performed LU  {at=23626655.03782652, lu_delay=5.7486850917339325, ms=00008}
22:49:09.558546 run                osmo-ms-mob/00018: Starting mobile
22:49:09.573815 run       osmo-ms-mob/00018(pid=152): Launched
22:49:09.585849 run                             mass: MS start registered  {at=23626655.289177593, delay=0.005522295832633972, ms=00018}
22:49:09.958598 run                osmo-ms-mob/00019: Starting mobile
22:49:09.972539 run       osmo-ms-mob/00019(pid=153): Launched
22:49:09.984707 run                             mass: MS start registered  {at=23626655.68805148, delay=0.005436193197965622, ms=00019}
22:49:10.459601 run                osmo-ms-mob/00020: Starting mobile
22:49:10.473760 run       osmo-ms-mob/00020(pid=154): Launched
22:49:10.485300 run                             mass: MS start registered  {at=23626656.18865135, delay=0.005118943750858307, ms=00020}
22:49:10.963604 run                osmo-ms-mob/00021: Starting mobile
22:49:10.977575 run       osmo-ms-mob/00021(pid=155): Launched
22:49:10.989505 run                             mass: MS start registered  {at=23626656.692852087, delay=0.005513295531272888, ms=00021}
22:49:11.152905 run                             mass: MS performed LU  {at=23626656.856241565, lu_delay=4.9684105552732944, ms=00012}
22:49:11.171275 run                             mass: MS performed LU  {at=23626656.87460207, lu_delay=5.586148660629988, ms=00011}
22:49:11.187485 run                osmo-ms-mob/00022: Starting mobile
22:49:11.203889 run       osmo-ms-mob/00022(pid=156): Launched
22:49:11.217011 run                             mass: MS start registered  {at=23626656.92034597, delay=0.005545806139707565, ms=00022}
22:49:11.286560 run                             mass: MS performed LU  {at=23626656.989896353, lu_delay=6.30096622928977, ms=00010}
22:49:11.860155 run                osmo-ms-mob/00023: Starting mobile
22:49:11.874415 run       osmo-ms-mob/00023(pid=157): Launched
22:49:11.886583 run                             mass: MS start registered  {at=23626657.589933485, delay=0.004821937531232834, ms=00023}
22:49:12.262979 run                osmo-ms-mob/00024: Starting mobile
22:49:12.280101 run       osmo-ms-mob/00024(pid=158): Launched
22:49:12.293792 run                             mass: MS start registered  {at=23626657.997136675, delay=0.00476248562335968, ms=00024}
22:49:12.758987 run                osmo-ms-mob/00025: Starting mobile
22:49:12.773029 run       osmo-ms-mob/00025(pid=159): Launched
22:49:12.784642 run                             mass: MS start registered  {at=23626658.48797687, delay=0.004993218928575516, ms=00025}
22:49:12.952418 run                             mass: MS performed LU  {at=23626658.655753683, lu_delay=5.554971382021904, ms=00014}
22:49:13.082067 run                             mass: MS performed LU  {at=23626658.78538448, lu_delay=4.5966347344219685, ms=00016}
22:49:13.108824 run                osmo-ms-mob/00026: Starting mobile
22:49:13.141171 run       osmo-ms-mob/00026(pid=160): Launched
22:49:13.156584 run                             mass: MS performed LU  {at=23626658.859926444, lu_delay=6.3723777160048485, ms=00013}
22:49:13.170696 run                             mass: MS start registered  {at=23626658.874050092, delay=0.014161951839923859, ms=00026}
22:49:13.206366 run                             mass: MS performed LU  {at=23626658.90967641, lu_delay=5.223736081272364, ms=00015}
22:49:13.562210 run                osmo-ms-mob/00027: Starting mobile
22:49:13.582917 run       osmo-ms-mob/00027(pid=161): Launched
22:49:13.604263 run                             mass: MS start registered  {at=23626659.307580233, delay=0.011686664074659348, ms=00027}
22:49:13.959318 run                osmo-ms-mob/00028: Starting mobile
22:49:13.975230 run       osmo-ms-mob/00028(pid=162): Launched
22:49:14.018185 run                             mass: MS start registered  {at=23626659.721525513, delay=0.035204045474529266, ms=00028}
22:49:14.359578 run                osmo-ms-mob/00029: Starting mobile
22:49:14.373205 run       osmo-ms-mob/00029(pid=163): Launched
22:49:14.385005 run                             mass: MS start registered  {at=23626660.088351477, delay=0.0054268911480903625, ms=00029}
22:49:14.758501 run                osmo-ms-mob/00030: Starting mobile
22:49:14.772138 run       osmo-ms-mob/00030(pid=164): Launched
22:49:14.783785 run                             mass: MS start registered  {at=23626660.4871345, delay=0.005263045430183411, ms=00030}
22:49:15.160682 run                osmo-ms-mob/00031: Starting mobile
22:49:15.174677 run       osmo-ms-mob/00031(pid=165): Launched
22:49:15.181108 run                             mass: MS performed LU  {at=23626660.88446567, lu_delay=5.595288075506687, ms=00018}
22:49:15.187266 run                             mass: MS performed LU  {at=23626660.89063103, lu_delay=6.198619358241558, ms=00017}
22:49:15.193149 run                             mass: MS start registered  {at=23626660.896515563, delay=0.012071549892425537, ms=00031}
22:49:15.204193 run                osmo-ms-mob/00032: Starting mobile
22:49:15.217793 run       osmo-ms-mob/00032(pid=166): Launched
22:49:15.229584 run                             mass: MS start registered  {at=23626660.932923254, delay=0.005357846617698669, ms=00032}
22:49:15.287181 run                             mass: MS performed LU  {at=23626660.990514573, lu_delay=5.302463091909885, ms=00019}
22:49:15.342845 run                             mass: MS performed LU  {at=23626661.046177562, lu_delay=4.857526212930679, ms=00020}
22:49:15.866326 run                osmo-ms-mob/00033: Starting mobile
22:49:15.897261 run       osmo-ms-mob/00033(pid=167): Launched
22:49:15.918895 run                             mass: MS start registered  {at=23626661.622227773, delay=0.007457617670297623, ms=00033}
22:49:16.261799 run                osmo-ms-mob/00034: Starting mobile
22:49:16.279114 run       osmo-ms-mob/00034(pid=168): Launched
22:49:16.296004 run                             mass: MS start registered  {at=23626661.999340847, delay=0.008348371833562851, ms=00034}
22:49:16.563455 run                osmo-ms-mob/00035: Starting mobile
22:49:16.580895 run       osmo-ms-mob/00035(pid=169): Launched
22:49:16.601317 run                             mass: MS start registered  {at=23626662.304647423, delay=0.01093275099992752, ms=00035}
22:49:16.718103 run                             mass: MS performed LU  {at=23626662.421430968, lu_delay=5.501084998250008, ms=00022}
22:49:16.847783 run                             mass: MS performed LU  {at=23626662.551103044, lu_delay=4.961169559508562, ms=00023}
22:49:16.865469 run                             mass: MS performed LU  {at=23626662.568793587, lu_delay=4.571656912565231, ms=00024}
22:49:16.907551 run                osmo-ms-mob/00036: Starting mobile
22:49:16.946906 run       osmo-ms-mob/00036(pid=170): Launched
22:49:16.961346 run                             mass: MS start registered  {at=23626662.664678495, delay=0.005952611565589905, ms=00036}
22:49:16.971763 run                             mass: MS performed LU  {at=23626662.675112404, lu_delay=5.982260316610336, ms=00021}
22:49:17.359550 run                osmo-ms-mob/00037: Starting mobile
22:49:17.375746 run       osmo-ms-mob/00037(pid=171): Launched
22:49:17.388745 run                             mass: MS start registered  {at=23626663.0920933, delay=0.005300015211105347, ms=00037}
22:49:17.658997 run                osmo-ms-mob/00038: Starting mobile
22:49:17.674004 run       osmo-ms-mob/00038(pid=172): Launched
22:49:17.686181 run                             mass: MS start registered  {at=23626663.38953177, delay=0.004995748400688171, ms=00038}
22:49:17.960588 run                osmo-ms-mob/00039: Starting mobile
22:49:17.974727 run       osmo-ms-mob/00039(pid=173): Launched
22:49:17.987221 run                             mass: MS start registered  {at=23626663.690572873, delay=0.005084365606307983, ms=00039}
22:49:18.359046 run                osmo-ms-mob/00040: Starting mobile
22:49:18.372998 run       osmo-ms-mob/00040(pid=174): Launched
22:49:18.384995 run                             mass: MS start registered  {at=23626664.088345475, delay=0.005052581429481506, ms=00040}
22:49:18.659121 run                osmo-ms-mob/00041: Starting mobile
22:49:18.674527 run       osmo-ms-mob/00041(pid=175): Launched
22:49:18.683959 run                             mass: MS performed LU  {at=23626664.387308408, lu_delay=5.899331536144018, ms=00025}
22:49:18.691131 run                             mass: MS start registered  {at=23626664.39449601, delay=0.009175382554531097, ms=00041}
22:49:18.702197 run                             mass: MS performed LU  {at=23626664.405551195, lu_delay=4.6840256825089455, ms=00028}
22:49:18.714539 run                osmo-ms-mob/00042: Starting mobile
22:49:18.728969 run       osmo-ms-mob/00042(pid=176): Launched
22:49:18.740698 run                             mass: MS start registered  {at=23626664.444022883, delay=0.004880737513303757, ms=00042}
22:49:18.817846 run                             mass: MS performed LU  {at=23626664.521181297, lu_delay=5.213601063936949, ms=00027}
22:49:18.874192 run                             mass: MS performed LU  {at=23626664.577525046, lu_delay=5.7034749537706375, ms=00026}
22:49:19.362845 run                osmo-ms-mob/00043: Starting mobile
22:49:19.380064 run       osmo-ms-mob/00043(pid=177): Launched
22:49:19.394257 run                             mass: MS start registered  {at=23626665.097599134, delay=0.002616100013256073, ms=00043}
22:49:19.659078 run                osmo-ms-mob/00044: Starting mobile
22:49:19.674113 run       osmo-ms-mob/00044(pid=178): Launched
22:49:19.688840 run                             mass: MS start registered  {at=23626665.392187614, delay=0.006550643593072891, ms=00044}
22:49:19.959853 run                osmo-ms-mob/00045: Starting mobile
22:49:19.976564 run       osmo-ms-mob/00045(pid=179): Launched
22:49:19.995389 run                             mass: MS start registered  {at=23626665.69870657, delay=0.010628271847963333, ms=00045}
22:49:20.259065 run                osmo-ms-mob/00046: Starting mobile
22:49:20.274255 run       osmo-ms-mob/00046(pid=180): Launched
22:49:20.287174 run                             mass: MS start registered  {at=23626665.990513414, delay=0.0057236626744270325, ms=00046}
22:49:20.483901 run                             mass: MS performed LU  {at=23626666.187234167, lu_delay=5.254310913383961, ms=00032}
22:49:20.497854 run                osmo-ms-mob/00047: Starting mobile
22:49:20.514549 run       osmo-ms-mob/00047(pid=181): Launched
22:49:20.529309 run                             mass: MS start registered  {at=23626666.23265324, delay=3.536418080329895e-05, ms=00047}
22:49:20.613734 run                             mass: MS performed LU  {at=23626666.317068163, lu_delay=5.829933661967516, ms=00030}
22:49:20.631614 run                             mass: MS performed LU  {at=23626666.3349399, lu_delay=5.438424337655306, ms=00031}
22:49:20.648175 run                osmo-ms-mob/00048: Starting mobile
22:49:20.665317 run       osmo-ms-mob/00048(pid=182): Launched
22:49:20.678703 run                             mass: MS start registered  {at=23626666.382042576, delay=0.005753964185714722, ms=00048}
22:49:20.738377 run                             mass: MS performed LU  {at=23626666.44170809, lu_delay=6.3533566147089005, ms=00029}
22:49:20.775278 run                             mass: MS performed LU  {at=23626666.478598315, lu_delay=4.85637054219842, ms=00033}
22:49:20.789388 run                osmo-ms-mob/00049: Starting mobile
22:49:20.805505 run       osmo-ms-mob/00049(pid=183): Launched
22:49:20.818573 run                             mass: MS start registered  {at=23626666.521916658, delay=0.0055078379809856415, ms=00049}
22:49:21.468886 run                osmo-ms-mob/00050: Starting mobile
22:49:21.499139 run       osmo-ms-mob/00050(pid=184): Launched
22:49:21.517269 run                             mass: MS start registered  {at=23626667.220606897, delay=3.7707388401031494e-05, ms=00050}
22:49:21.860005 run                osmo-ms-mob/00051: Starting mobile
22:49:21.882587 run       osmo-ms-mob/00051(pid=185): Launched
22:49:21.906196 run                             mass: MS start registered  {at=23626667.60950566, delay=0.0075888000428676605, ms=00051}
22:49:22.163151 run                osmo-ms-mob/00052: Starting mobile
22:49:22.181723 run       osmo-ms-mob/00052(pid=186): Launched
22:49:22.195292 run                             mass: MS start registered  {at=23626667.89863992, delay=0.003272172063589096, ms=00052}
22:49:22.450406 run                             mass: MS performed LU  {at=23626668.153740402, lu_delay=5.8490929789841175, ms=00035}
22:49:22.463638 run                osmo-ms-mob/00053: Starting mobile
22:49:22.479614 run       osmo-ms-mob/00053(pid=187): Launched
22:49:22.486982 run                             mass: MS performed LU  {at=23626668.190334275, lu_delay=5.525655779987574, ms=00036}
22:49:22.494199 run                             mass: MS start registered  {at=23626668.197563082, delay=0.007256932556629181, ms=00053}
22:49:22.583703 run                             mass: MS performed LU  {at=23626668.287033763, lu_delay=6.287692915648222, ms=00034}
22:49:22.596613 run                osmo-ms-mob/00054: Starting mobile
22:49:22.611917 run       osmo-ms-mob/00054(pid=188): Launched
22:49:22.624469 run                             mass: MS start registered  {at=23626668.327806666, delay=0.0055556148290634155, ms=00054}
22:49:22.640144 run                             mass: MS performed LU  {at=23626668.343486015, lu_delay=5.251392714679241, ms=00037}
22:49:22.675969 run                             mass: MS performed LU  {at=23626668.37929403, lu_delay=4.989762261509895, ms=00038}
22:49:22.689359 run                osmo-ms-mob/00055: Starting mobile
22:49:22.706592 run       osmo-ms-mob/00055(pid=189): Launched
22:49:22.719378 run                             mass: MS start registered  {at=23626668.422726374, delay=0.005321074277162552, ms=00055}
22:49:23.098831 run                             mass: MS performed LU  {at=23626668.80213127, lu_delay=5.111558396369219, ms=00039}
22:49:23.359812 run                osmo-ms-mob/00056: Starting mobile
22:49:23.375057 run       osmo-ms-mob/00056(pid=190): Launched
22:49:23.387639 run                             mass: MS start registered  {at=23626669.090982445, delay=0.005635097622871399, ms=00056}
22:49:23.659013 run                osmo-ms-mob/00057: Starting mobile
22:49:23.673320 run       osmo-ms-mob/00057(pid=191): Launched
22:49:23.685795 run                             mass: MS start registered  {at=23626669.389134966, delay=0.005687553435564041, ms=00057}
22:49:24.059607 run                osmo-ms-mob/00058: Starting mobile
22:49:24.074776 run       osmo-ms-mob/00058(pid=192): Launched
22:49:24.087719 run                             mass: MS start registered  {at=23626669.791063525, delay=0.005932070314884186, ms=00058}
22:49:24.358971 run                osmo-ms-mob/00059: Starting mobile
22:49:24.373711 run       osmo-ms-mob/00059(pid=193): Launched
22:49:24.380904 run                             mass: MS performed LU  {at=23626670.084260732, lu_delay=4.692073117941618, ms=00044}
22:49:24.387952 run                             mass: MS start registered  {at=23626670.091316346, delay=0.007075134664773941, ms=00059}
22:49:24.484679 run                             mass: MS performed LU  {at=23626670.1880104, lu_delay=5.743987515568733, ms=00042}
22:49:24.497539 run                osmo-ms-mob/00060: Starting mobile
22:49:24.513612 run       osmo-ms-mob/00060(pid=194): Launched
22:49:24.521048 run                             mass: MS performed LU  {at=23626670.224405292, lu_delay=5.829909283667803, ms=00041}
22:49:24.528602 run                             mass: MS start registered  {at=23626670.231965527, delay=0.0075814202427864075, ms=00060}
22:49:24.632523 run                             mass: MS performed LU  {at=23626670.33585366, lu_delay=5.238254524767399, ms=00043}
22:49:24.776224 run                             mass: MS performed LU  {at=23626670.47955636, lu_delay=6.39121088385582, ms=00040}
22:49:24.787548 run                osmo-ms-mob/00061: Starting mobile
22:49:24.800600 run       osmo-ms-mob/00061(pid=195): Launched
22:49:24.812095 run                             mass: MS start registered  {at=23626670.51543882, delay=0.005301821976900101, ms=00061}
22:49:25.360798 run                osmo-ms-mob/00062: Starting mobile
22:49:25.376663 run       osmo-ms-mob/00062(pid=196): Launched
22:49:25.389469 run                             mass: MS start registered  {at=23626671.092803802, delay=0.005719784647226334, ms=00062}
22:49:25.660673 run                osmo-ms-mob/00063: Starting mobile
22:49:25.678323 run       osmo-ms-mob/00063(pid=197): Launched
22:49:25.692888 run                             mass: MS start registered  {at=23626671.396232314, delay=0.006539937108755112, ms=00063}
22:49:26.060849 run                osmo-ms-mob/00064: Starting mobile
22:49:26.075640 run       osmo-ms-mob/00064(pid=198): Launched
22:49:26.089410 run                             mass: MS start registered  {at=23626671.792741712, delay=0.00643424317240715, ms=00064}
22:49:26.216335 run                             mass: MS performed LU  {at=23626671.919665545, lu_delay=4.699058648198843, ms=00050}
22:49:26.233792 run                             mass: MS performed LU  {at=23626671.937134128, lu_delay=5.555091552436352, ms=00048}
22:49:26.349540 run                             mass: MS performed LU  {at=23626672.052877147, lu_delay=5.820223905146122, ms=00047}
22:49:26.362379 run                osmo-ms-mob/00065: Starting mobile
22:49:26.377883 run       osmo-ms-mob/00065(pid=199): Launched
22:49:26.390788 run                             mass: MS start registered  {at=23626672.094135366, delay=0.005475305020809174, ms=00065}
22:49:26.404848 run                             mass: MS performed LU  {at=23626672.10818422, lu_delay=6.409477647393942, ms=00045}
22:49:26.441607 run                             mass: MS performed LU  {at=23626672.144928407, lu_delay=6.154414992779493, ms=00046}
22:49:26.462494 run                osmo-ms-mob/00066: Starting mobile
22:49:26.480135 run       osmo-ms-mob/00066(pid=200): Launched
22:49:26.488047 run                             mass: MS performed LU  {at=23626672.191400133, lu_delay=5.669483475387096, ms=00049}
22:49:26.496008 run                             mass: MS start registered  {at=23626672.199369047, delay=0.007995367050170898, ms=00066}
22:49:26.714429 run                             mass: MS performed LU  {at=23626672.417762812, lu_delay=4.8082571513950825, ms=00051}
22:49:27.160879 run                osmo-ms-mob/00067: Starting mobile
22:49:27.177966 run       osmo-ms-mob/00067(pid=201): Launched
22:49:27.192350 run                             mass: MS start registered  {at=23626672.89569427, delay=0.0063753798604011536, ms=00067}
22:49:27.323543 run                             mass: MS performed LU  {at=23626673.026872408, lu_delay=3.6377374418079853, ms=00057}
22:49:27.460420 run                osmo-ms-mob/00068: Starting mobile
22:49:27.477516 run       osmo-ms-mob/00068(pid=202): Launched
22:49:27.491090 run                             mass: MS start registered  {at=23626673.19443581, delay=0.005337763577699661, ms=00068}
22:49:27.859422 run                osmo-ms-mob/00069: Starting mobile
22:49:27.877230 run       osmo-ms-mob/00069(pid=203): Launched
22:49:27.895606 run                             mass: MS start registered  {at=23626673.598909702, delay=0.00860663503408432, ms=00069}
22:49:28.015445 run                             mass: MS performed LU  {at=23626673.71876402, lu_delay=5.820124097168446, ms=00052}
22:49:28.034043 run                             mass: MS performed LU  {at=23626673.737369947, lu_delay=5.314643573015928, ms=00055}
22:49:28.163485 run                             mass: MS performed LU  {at=23626673.866818964, lu_delay=5.669255882501602, ms=00053}
22:49:28.177007 run                osmo-ms-mob/00070: Starting mobile
22:49:28.194393 run       osmo-ms-mob/00070(pid=204): Launched
22:49:28.208033 run                             mass: MS start registered  {at=23626673.911371287, delay=0.005753479897975922, ms=00070}
22:49:28.306569 run                             mass: MS performed LU  {at=23626674.00990235, lu_delay=4.9189199060201645, ms=00056}
22:49:28.658876 run                osmo-ms-mob/00071: Starting mobile
22:49:28.675156 run       osmo-ms-mob/00071(pid=205): Launched
22:49:28.689800 run                             mass: MS start registered  {at=23626674.393138573, delay=0.0067565180361270905, ms=00071}
22:49:29.040683 run                             mass: MS performed LU  {at=23626674.74395477, lu_delay=6.416148103773594, ms=00054}
22:49:29.055676 run                osmo-ms-mob/00072: Starting mobile
22:49:29.073621 run       osmo-ms-mob/00072(pid=206): Launched
22:49:29.087778 run                             mass: MS start registered  {at=23626674.791118577, delay=0.005751751363277435, ms=00072}
22:49:29.459290 run                osmo-ms-mob/00073: Starting mobile
22:49:29.477728 run       osmo-ms-mob/00073(pid=207): Launched
22:49:29.497547 run                             mass: MS start registered  {at=23626675.200862005, delay=0.010852556675672531, ms=00073}
22:49:29.863478 run                osmo-ms-mob/00074: Starting mobile
22:49:29.881637 run       osmo-ms-mob/00074(pid=208): Launched
22:49:29.890738 run                             mass: MS performed LU  {at=23626675.594089977, lu_delay=4.5012861751019955, ms=00062}
22:49:29.902735 run                             mass: MS start registered  {at=23626675.606055185, delay=0.01199173554778099, ms=00074}
22:49:29.935940 run                             mass: MS performed LU  {at=23626675.639244337, lu_delay=5.123805515468121, ms=00061}
22:49:29.972825 run                             mass: MS performed LU  {at=23626675.67615816, lu_delay=5.444192633032799, ms=00060}
22:49:29.987826 run                osmo-ms-mob/00075: Starting mobile
22:49:30.005525 run       osmo-ms-mob/00075(pid=209): Launched
22:49:30.019341 run                             mass: MS start registered  {at=23626675.72266806, delay=0.005803879350423813, ms=00075}
22:49:30.764584 run                osmo-ms-mob/00076: Starting mobile
22:49:30.785293 run       osmo-ms-mob/00076(pid=210): Launched
22:49:30.798898 run                             mass: MS start registered  {at=23626676.502248008, delay=0.004290536046028137, ms=00076}
22:49:30.987961 run                             mass: MS performed LU  {at=23626676.691282798, lu_delay=6.900219272822142, ms=00058}
22:49:31.043109 run                             mass: MS performed LU  {at=23626676.746434294, lu_delay=3.551998484879732, ms=00068}
22:49:31.055791 run                osmo-ms-mob/00077: Starting mobile
22:49:31.072362 run       osmo-ms-mob/00077(pid=211): Launched
22:49:31.086617 run                             mass: MS start registered  {at=23626676.789956782, delay=0.006406731903553009, ms=00077}
22:49:31.661904 run                osmo-ms-mob/00078: Starting mobile
22:49:31.679400 run       osmo-ms-mob/00078(pid=212): Launched
22:49:31.695891 run                             mass: MS start registered  {at=23626677.3992051, delay=0.007359854876995087, ms=00078}
22:49:31.781379 run                             mass: MS performed LU  {at=23626677.484709874, lu_delay=5.390574507415295, ms=00065}
22:49:31.800310 run                             mass: MS performed LU  {at=23626677.503629647, lu_delay=5.710887935012579, ms=00064}
22:49:31.837872 run                             mass: MS performed LU  {at=23626677.541159246, lu_delay=4.645464975386858, ms=00067}
22:49:31.856432 run                osmo-ms-mob/00079: Starting mobile
22:49:31.873671 run       osmo-ms-mob/00079(pid=213): Launched
22:49:31.887495 run                             mass: MS start registered  {at=23626677.59083576, delay=0.0060085393488407135, ms=00079}
22:49:32.127440 run                             mass: MS performed LU  {at=23626677.83077036, lu_delay=6.434538044035435, ms=00063}
22:49:32.559472 run                osmo-ms-mob/00080: Starting mobile
22:49:32.575545 run       osmo-ms-mob/00080(pid=214): Launched
22:49:32.588731 run                             mass: MS start registered  {at=23626678.292071164, delay=0.0055272579193115234, ms=00080}
22:49:32.704545 run                             mass: MS performed LU  {at=23626678.40785119, lu_delay=6.208482142537832, ms=00066}
22:49:32.742004 run                             mass: MS performed LU  {at=23626678.445326105, lu_delay=3.6542075276374817, ms=00072}
22:49:32.921011 run                             mass: MS performed LU  {at=23626678.6243419, lu_delay=5.025432199239731, ms=00069}
22:49:33.059632 run                osmo-ms-mob/00081: Starting mobile
22:49:33.075685 run       osmo-ms-mob/00081(pid=215): Launched
22:49:33.089147 run                             mass: MS start registered  {at=23626678.792495117, delay=0.005911823362112045, ms=00081}
22:49:33.458833 run                osmo-ms-mob/00082: Starting mobile
22:49:33.474692 run       osmo-ms-mob/00082(pid=216): Launched
22:49:33.488783 run                             mass: MS start registered  {at=23626679.19211781, delay=0.006711326539516449, ms=00082}
22:49:33.701526 run                             mass: MS performed LU  {at=23626679.404847573, lu_delay=5.011709000915289, ms=00071}
22:49:33.738346 run                             mass: MS performed LU  {at=23626679.441680957, lu_delay=5.530309669673443, ms=00070}
22:49:34.063317 run                osmo-ms-mob/00083: Starting mobile
22:49:34.079010 run       osmo-ms-mob/00083(pid=217): Launched
22:49:34.091661 run                             mass: MS start registered  {at=23626679.795007017, delay=0.005358926951885223, ms=00083}
22:49:34.559454 run                osmo-ms-mob/00084: Starting mobile
22:49:34.575041 run       osmo-ms-mob/00084(pid=218): Launched
22:49:34.587967 run                             mass: MS start registered  {at=23626680.29130947, delay=0.005564440041780472, ms=00084}
22:49:35.059890 run                osmo-ms-mob/00085: Starting mobile
22:49:35.075448 run       osmo-ms-mob/00085(pid=219): Launched
22:49:35.088347 run                             mass: MS start registered  {at=23626680.791690975, delay=0.005518186837434769, ms=00085}
22:49:35.658615 run                osmo-ms-mob/00086: Starting mobile
22:49:35.673873 run       osmo-ms-mob/00086(pid=220): Launched
22:49:35.681302 run                             mass: MS performed LU  {at=23626681.38465773, lu_delay=5.6619896702468395, ms=00075}
22:49:35.688410 run                             mass: MS start registered  {at=23626681.39177361, delay=0.007137589156627655, ms=00086}
22:49:35.695734 run                             mass: MS performed LU  {at=23626681.399092607, lu_delay=4.89684459939599, ms=00076}
22:49:35.764614 run                             mass: MS performed LU  {at=23626681.467948753, lu_delay=5.861893568187952, ms=00074}
22:49:35.782301 run                             mass: MS performed LU  {at=23626681.485644616, lu_delay=6.284782610833645, ms=00073}
22:49:35.800899 run                             mass: MS performed LU  {at=23626681.50423942, lu_delay=4.714282639324665, ms=00077}
22:49:35.813517 run                osmo-ms-mob/00087: Starting mobile
22:49:35.830000 run       osmo-ms-mob/00087(pid=221): Launched
22:49:35.843360 run                             mass: MS start registered  {at=23626681.546701025, delay=0.004496831446886063, ms=00087}
22:49:36.859368 run                osmo-ms-mob/00088: Starting mobile
22:49:36.874860 run       osmo-ms-mob/00088(pid=222): Launched
22:49:36.887297 run                             mass: MS start registered  {at=23626682.59064867, delay=0.005416020750999451, ms=00088}
22:49:37.459246 run                osmo-ms-mob/00089: Starting mobile
22:49:37.477152 run       osmo-ms-mob/00089(pid=223): Launched
22:49:37.484873 run                             mass: MS performed LU  {at=23626683.188226525, lu_delay=5.59739076346159, ms=00079}
22:49:37.493423 run                             mass: MS start registered  {at=23626683.196785025, delay=0.00858357921242714, ms=00089}
22:49:37.531801 run                             mass: MS performed LU  {at=23626683.235123876, lu_delay=4.943052712827921, ms=00080}
22:49:37.739624 run                             mass: MS performed LU  {at=23626683.44295702, lu_delay=4.650461904704571, ms=00081}
22:49:38.059599 run                osmo-ms-mob/00090: Starting mobile
22:49:38.074609 run       osmo-ms-mob/00090(pid=224): Launched
22:49:38.087309 run                             mass: MS start registered  {at=23626683.790658176, delay=0.0048951879143714905, ms=00090}
22:49:39.447470 run                osmo-ms-mob/00091: Starting mobile
22:49:39.461109 run       osmo-ms-mob/00091(pid=225): Launched
22:49:39.467558 run                             mass: Starting too slowly. Moving on {now=23626685.170926902, sleep=-0.6150300279259682, target=23626684.555896875}
22:49:39.473561 run                             mass: MS performed LU  {at=23626685.176919553, lu_delay=5.98480174317956, ms=00082}
22:49:39.479760 run                             mass: Starting too slowly. Moving on {now=23626685.183131043, sleep=-0.5272341668605804, target=23626684.655896876}
22:49:39.485720 run                             mass: MS start registered  {at=23626685.18908413, delay=0.01815970614552498, ms=00091}
22:49:39.491868 run                             mass: Starting too slowly. Moving on {now=23626685.195238855, sleep=-0.4393419772386551, target=23626684.755896877}
22:49:39.497804 run                             mass: Starting too slowly. Moving on {now=23626685.20117539, sleep=-0.345278512686491, target=23626684.85589688}
22:49:39.503704 run                             mass: Starting too slowly. Moving on {now=23626685.207076203, sleep=-0.2511793226003647, target=23626684.95589688}
22:49:39.509629 run                             mass: Starting too slowly. Moving on {now=23626685.213001117, sleep=-0.1571042351424694, target=23626685.055896882}
22:49:39.515540 run                             mass: Starting too slowly. Moving on {now=23626685.21891278, sleep=-0.0630158968269825, target=23626685.155896883}
22:49:39.526849 run                osmo-ms-mob/00092: Starting mobile
22:49:39.541409 run       osmo-ms-mob/00092(pid=226): Launched
22:49:39.552595 run                             mass: MS start registered  {at=23626685.255943965, delay=0.004875626415014267, ms=00092}
22:49:39.677890 run                             mass: MS performed LU  {at=23626685.381226216, lu_delay=5.089916747063398, ms=00084}
22:49:39.696045 run                             mass: MS performed LU  {at=23626685.399400517, lu_delay=5.6043935008347034, ms=00083}
22:49:40.259218 run                osmo-ms-mob/00093: Starting mobile
22:49:40.274689 run       osmo-ms-mob/00093(pid=227): Launched
22:49:40.287294 run                             mass: MS start registered  {at=23626685.990642488, delay=0.0055127255618572235, ms=00093}
22:49:40.471184 run                             mass: MS performed LU  {at=23626686.174520414, lu_delay=5.382829438894987, ms=00085}
22:49:41.163007 run                osmo-ms-mob/00094: Starting mobile
22:49:41.180140 run       osmo-ms-mob/00094(pid=228): Launched
22:49:41.195798 run                             mass: MS start registered  {at=23626686.89914524, delay=0.00832442194223404, ms=00094}
22:49:41.203404 run                             mass: MS performed LU  {at=23626686.90676086, lu_delay=5.514987248927355, ms=00086}
22:49:41.214211 run                             mass: MS performed LU  {at=23626686.91754881, lu_delay=4.326900139451027, ms=00088}
22:49:41.297754 run                             mass: MS performed LU  {at=23626687.001024842, lu_delay=5.4543238170444965, ms=00087}
22:49:42.063484 run                osmo-ms-mob/00095: Starting mobile
22:49:42.079196 run       osmo-ms-mob/00095(pid=229): Launched
22:49:42.091484 run                             mass: MS start registered  {at=23626687.794835337, delay=0.005558263510465622, ms=00095}
22:49:43.060307 run                osmo-ms-mob/00096: Starting mobile
22:49:43.075393 run       osmo-ms-mob/00096(pid=230): Launched
22:49:43.087897 run                             mass: MS start registered  {at=23626688.791212842, delay=0.005454689264297485, ms=00096}
22:49:43.162949 run                             mass: MS performed LU  {at=23626688.86625121, lu_delay=5.075593035668135, ms=00090}
22:49:43.208280 run                             mass: MS performed LU  {at=23626688.91161702, lu_delay=5.714831992983818, ms=00089}
22:49:44.161146 run                osmo-ms-mob/00097: Starting mobile
22:49:44.174982 run       osmo-ms-mob/00097(pid=231): Launched
22:49:44.186136 run                             mass: MS start registered  {at=23626689.88948922, delay=0.004762481898069382, ms=00097}
22:49:45.063331 run                             mass: MS performed LU  {at=23626690.766653586, lu_delay=5.577569454908371, ms=00091}
22:49:45.109305 run                             mass: MS performed LU  {at=23626690.812647723, lu_delay=4.822005234658718, ms=00093}
22:49:45.178921 run                             mass: MS performed LU  {at=23626690.88222904, lu_delay=5.626285076141357, ms=00092}
22:49:45.460106 run                osmo-ms-mob/00098: Starting mobile
22:49:45.475508 run       osmo-ms-mob/00098(pid=232): Launched
22:49:45.488544 run                             mass: MS start registered  {at=23626691.191887856, delay=0.006060183048248291, ms=00098}
22:49:46.927776 run                             mass: MS performed LU  {at=23626692.631086774, lu_delay=4.836251437664032, ms=00095}
22:49:46.973609 run                             mass: MS performed LU  {at=23626692.676927023, lu_delay=5.777781780809164, ms=00094}
22:49:47.079740 run                             mass: MS performed LU  {at=23626692.78307429, lu_delay=22.691757943481207, ms=00059}
22:49:47.258206 run                osmo-ms-mob/00099: Starting mobile
22:49:47.271461 run       osmo-ms-mob/00099(pid=233): Launched
22:49:47.277570 run                             mass: All started... {duration=55.72504394128919, too_slow=30}
22:49:47.283325 run                             mass: MS start registered  {at=23626692.98668379, delay=0.005746897310018539, ms=00099}
22:49:48.829467 run                             mass: MS performed LU  {at=23626694.532769058, lu_delay=5.741556216031313, ms=00096}
22:49:48.875495 run                             mass: MS performed LU  {at=23626694.57879512, lu_delay=4.689305901527405, ms=00097}
22:49:50.693600 run                             mass: MS performed LU  {at=23626696.39687751, lu_delay=5.204989653080702, ms=00098}
22:49:52.595258 run                             mass: MS performed LU  {at=23626698.298591044, lu_delay=5.3119072541594505, ms=00099}
22:49:54.459854 run                             mass: MS performed LU  {at=23626700.16314951, lu_delay=22.763944409787655, ms=00078}
22:49:54.467543 run                             mass: Tests done {all_completed=True, max=22.763944409787655, min=3.551998484879732}
22:49:54.473980 tst         register_default_mass.py: Test passed (88.7 sec)
22:49:54.480646 run pcap-recorder_any(filters='host 127.0.42.2')(pid=21): Terminating (SIGTERM)
22:49:54.484688 run      osmo-hlr_127.0.42.2(pid=22): Terminating (SIGTERM)
22:49:54.488689 run pcap-recorder_any(filters='host 127.0.42.5 and port not 22')(pid=23): Terminating (SIGTERM)
22:49:54.492747 run      osmo-stp_127.0.42.5(pid=24): Terminating (SIGTERM)
22:49:54.496847 run pcap-recorder_any(filters='host 127.0.42.6 and port not 22')(pid=25): Terminating (SIGTERM)
22:49:54.501073 run      osmo-msc_127.0.42.6(pid=26): Terminating (SIGTERM)
22:49:54.505390 run pcap-recorder_any(filters='host 127.0.42.3 and port not 22')(pid=27): Terminating (SIGTERM)
22:49:54.509831 run      osmo-mgw_127.0.42.3(pid=28): Terminating (SIGTERM)
22:49:54.514208 run pcap-recorder_any(filters='host 127.0.42.4 and port not 22')(pid=29): Terminating (SIGTERM)
22:49:54.518629 run      osmo-mgw_127.0.42.4(pid=30): Terminating (SIGTERM)
22:49:54.523060 run pcap-recorder_any(filters='host 127.0.42.7 and port not 22')(pid=31): Terminating (SIGTERM)
22:49:54.527511 run      osmo-bsc_127.0.42.7(pid=32): Terminating (SIGTERM)
22:49:54.531968 run         osmo-bts-virtual(pid=33): Terminating (SIGTERM)
22:49:54.536348 run   osmo-ms-virt-phy/00000(pid=34): Terminating (SIGTERM)
22:49:54.540945 run   osmo-ms-virt-phy/00001(pid=35): Terminating (SIGTERM)
22:49:54.545530 run   osmo-ms-virt-phy/00002(pid=36): Terminating (SIGTERM)
22:49:54.550775 run   osmo-ms-virt-phy/00003(pid=37): Terminating (SIGTERM)
22:49:54.555656 run   osmo-ms-virt-phy/00004(pid=38): Terminating (SIGTERM)
22:49:54.560434 run   osmo-ms-virt-phy/00005(pid=39): Terminating (SIGTERM)
22:49:54.565240 run   osmo-ms-virt-phy/00006(pid=40): Terminating (SIGTERM)
22:49:54.570048 run   osmo-ms-virt-phy/00007(pid=41): Terminating (SIGTERM)
22:49:54.574798 run   osmo-ms-virt-phy/00008(pid=42): Terminating (SIGTERM)
22:49:54.579548 run   osmo-ms-virt-phy/00009(pid=43): Terminating (SIGTERM)
22:49:54.584264 run   osmo-ms-virt-phy/00010(pid=44): Terminating (SIGTERM)
22:49:54.588998 run   osmo-ms-virt-phy/00011(pid=45): Terminating (SIGTERM)
22:49:54.593759 run   osmo-ms-virt-phy/00012(pid=46): Terminating (SIGTERM)
22:49:54.598552 run   osmo-ms-virt-phy/00013(pid=47): Terminating (SIGTERM)
22:49:54.603824 run   osmo-ms-virt-phy/00014(pid=48): Terminating (SIGTERM)
22:49:54.608656 run   osmo-ms-virt-phy/00015(pid=49): Terminating (SIGTERM)
22:49:54.613248 run   osmo-ms-virt-phy/00016(pid=50): Terminating (SIGTERM)
22:49:54.617850 run   osmo-ms-virt-phy/00017(pid=51): Terminating (SIGTERM)
22:49:54.622643 run   osmo-ms-virt-phy/00018(pid=52): Terminating (SIGTERM)
22:49:54.627252 run   osmo-ms-virt-phy/00019(pid=53): Terminating (SIGTERM)
22:49:54.633283 run   osmo-ms-virt-phy/00020(pid=54): Terminating (SIGTERM)
22:49:54.637837 run   osmo-ms-virt-phy/00021(pid=55): Terminating (SIGTERM)
22:49:54.642285 run   osmo-ms-virt-phy/00022(pid=56): Terminating (SIGTERM)
22:49:54.646744 run   osmo-ms-virt-phy/00023(pid=57): Terminating (SIGTERM)
22:49:54.651497 run   osmo-ms-virt-phy/00024(pid=58): Terminating (SIGTERM)
22:49:54.656042 run   osmo-ms-virt-phy/00025(pid=59): Terminating (SIGTERM)
22:49:54.660777 run   osmo-ms-virt-phy/00026(pid=60): Terminating (SIGTERM)
22:49:54.665676 run   osmo-ms-virt-phy/00027(pid=61): Terminating (SIGTERM)
22:49:54.670936 run   osmo-ms-virt-phy/00028(pid=62): Terminating (SIGTERM)
22:49:54.676497 run   osmo-ms-virt-phy/00029(pid=63): Terminating (SIGTERM)
22:49:54.681553 run   osmo-ms-virt-phy/00030(pid=64): Terminating (SIGTERM)
22:49:54.686808 run   osmo-ms-virt-phy/00031(pid=65): Terminating (SIGTERM)
22:49:54.692287 run   osmo-ms-virt-phy/00032(pid=66): Terminating (SIGTERM)
22:49:54.697654 run   osmo-ms-virt-phy/00033(pid=67): Terminating (SIGTERM)
22:49:54.702767 run   osmo-ms-virt-phy/00034(pid=68): Terminating (SIGTERM)
22:49:54.707847 run   osmo-ms-virt-phy/00035(pid=69): Terminating (SIGTERM)
22:49:54.712929 run   osmo-ms-virt-phy/00036(pid=70): Terminating (SIGTERM)
22:49:54.718147 run   osmo-ms-virt-phy/00037(pid=71): Terminating (SIGTERM)
22:49:54.723226 run   osmo-ms-virt-phy/00038(pid=72): Terminating (SIGTERM)
22:49:54.728760 run   osmo-ms-virt-phy/00039(pid=73): Terminating (SIGTERM)
22:49:54.734396 run   osmo-ms-virt-phy/00040(pid=74): Terminating (SIGTERM)
22:49:54.739584 run   osmo-ms-virt-phy/00041(pid=75): Terminating (SIGTERM)
22:49:54.744610 run   osmo-ms-virt-phy/00042(pid=76): Terminating (SIGTERM)
22:49:54.749583 run   osmo-ms-virt-phy/00043(pid=77): Terminating (SIGTERM)
22:49:54.754520 run   osmo-ms-virt-phy/00044(pid=78): Terminating (SIGTERM)
22:49:54.759436 run   osmo-ms-virt-phy/00045(pid=79): Terminating (SIGTERM)
22:49:54.764578 run   osmo-ms-virt-phy/00046(pid=80): Terminating (SIGTERM)
22:49:54.769528 run   osmo-ms-virt-phy/00047(pid=81): Terminating (SIGTERM)
22:49:54.774453 run   osmo-ms-virt-phy/00048(pid=82): Terminating (SIGTERM)
22:49:54.779237 run   osmo-ms-virt-phy/00049(pid=83): Terminating (SIGTERM)
22:49:54.784164 run   osmo-ms-virt-phy/00050(pid=84): Terminating (SIGTERM)
22:49:54.789153 run   osmo-ms-virt-phy/00051(pid=85): Terminating (SIGTERM)
22:49:54.793921 run   osmo-ms-virt-phy/00052(pid=86): Terminating (SIGTERM)
22:49:54.798592 run   osmo-ms-virt-phy/00053(pid=87): Terminating (SIGTERM)
22:49:54.803314 run   osmo-ms-virt-phy/00054(pid=88): Terminating (SIGTERM)
22:49:54.809265 run   osmo-ms-virt-phy/00055(pid=89): Terminating (SIGTERM)
22:49:54.814600 run   osmo-ms-virt-phy/00056(pid=90): Terminating (SIGTERM)
22:49:54.819716 run   osmo-ms-virt-phy/00057(pid=91): Terminating (SIGTERM)
22:49:54.824865 run   osmo-ms-virt-phy/00058(pid=92): Terminating (SIGTERM)
22:49:54.831231 run   osmo-ms-virt-phy/00059(pid=93): Terminating (SIGTERM)
22:49:54.837056 run   osmo-ms-virt-phy/00060(pid=94): Terminating (SIGTERM)
22:49:54.842656 run   osmo-ms-virt-phy/00061(pid=95): Terminating (SIGTERM)
22:49:54.848424 run   osmo-ms-virt-phy/00062(pid=96): Terminating (SIGTERM)
22:49:54.853739 run   osmo-ms-virt-phy/00063(pid=97): Terminating (SIGTERM)
22:49:54.859875 run   osmo-ms-virt-phy/00064(pid=98): Terminating (SIGTERM)
22:49:54.865877 run   osmo-ms-virt-phy/00065(pid=99): Terminating (SIGTERM)
22:49:54.871726 run  osmo-ms-virt-phy/00066(pid=100): Terminating (SIGTERM)
22:49:54.876831 run  osmo-ms-virt-phy/00067(pid=101): Terminating (SIGTERM)
22:49:54.882147 run  osmo-ms-virt-phy/00068(pid=102): Terminating (SIGTERM)
22:49:54.887497 run  osmo-ms-virt-phy/00069(pid=103): Terminating (SIGTERM)
22:49:54.909638 run  osmo-ms-virt-phy/00070(pid=104): Terminating (SIGTERM)
22:49:54.914282 run  osmo-ms-virt-phy/00071(pid=105): Terminating (SIGTERM)
22:49:54.919009 run  osmo-ms-virt-phy/00072(pid=106): Terminating (SIGTERM)
22:49:54.924005 run  osmo-ms-virt-phy/00073(pid=107): Terminating (SIGTERM)
22:49:54.929074 run  osmo-ms-virt-phy/00074(pid=108): Terminating (SIGTERM)
22:49:54.934310 run  osmo-ms-virt-phy/00075(pid=109): Terminating (SIGTERM)
22:49:54.939540 run  osmo-ms-virt-phy/00076(pid=110): Terminating (SIGTERM)
22:49:54.944717 run  osmo-ms-virt-phy/00077(pid=111): Terminating (SIGTERM)
22:49:54.951160 run  osmo-ms-virt-phy/00078(pid=112): Terminating (SIGTERM)
22:49:54.956557 run  osmo-ms-virt-phy/00079(pid=113): Terminating (SIGTERM)
22:49:54.962121 run  osmo-ms-virt-phy/00080(pid=114): Terminating (SIGTERM)
22:49:54.968055 run  osmo-ms-virt-phy/00081(pid=115): Terminating (SIGTERM)
22:49:54.973436 run  osmo-ms-virt-phy/00082(pid=116): Terminating (SIGTERM)
22:49:54.978991 run  osmo-ms-virt-phy/00083(pid=117): Terminating (SIGTERM)
22:49:54.985522 run  osmo-ms-virt-phy/00084(pid=118): Terminating (SIGTERM)
22:49:54.991315 run  osmo-ms-virt-phy/00085(pid=119): Terminating (SIGTERM)
22:49:54.996730 run  osmo-ms-virt-phy/00086(pid=120): Terminating (SIGTERM)
22:49:55.002199 run  osmo-ms-virt-phy/00087(pid=121): Terminating (SIGTERM)
22:49:55.007681 run  osmo-ms-virt-phy/00088(pid=122): Terminating (SIGTERM)
22:49:55.014261 run  osmo-ms-virt-phy/00089(pid=123): Terminating (SIGTERM)
22:49:55.022314 run  osmo-ms-virt-phy/00090(pid=124): Terminating (SIGTERM)
22:49:55.029552 run  osmo-ms-virt-phy/00091(pid=125): Terminating (SIGTERM)
22:49:55.036320 run  osmo-ms-virt-phy/00092(pid=126): Terminating (SIGTERM)
22:49:55.043342 run  osmo-ms-virt-phy/00093(pid=127): Terminating (SIGTERM)
22:49:55.049514 run  osmo-ms-virt-phy/00094(pid=128): Terminating (SIGTERM)
22:49:55.057126 run  osmo-ms-virt-phy/00095(pid=129): Terminating (SIGTERM)
22:49:55.063477 run  osmo-ms-virt-phy/00096(pid=130): Terminating (SIGTERM)
22:49:55.068997 run  osmo-ms-virt-phy/00097(pid=131): Terminating (SIGTERM)
22:49:55.075869 run  osmo-ms-virt-phy/00098(pid=132): Terminating (SIGTERM)
22:49:55.081816 run  osmo-ms-virt-phy/00099(pid=133): Terminating (SIGTERM)
22:49:55.088015 run       osmo-ms-mob/00000(pid=134): Terminating (SIGTERM)
22:49:55.094589 run       osmo-ms-mob/00001(pid=135): Terminating (SIGTERM)
22:49:55.099981 run       osmo-ms-mob/00002(pid=136): Terminating (SIGTERM)
22:49:55.105151 run       osmo-ms-mob/00003(pid=137): Terminating (SIGTERM)
22:49:55.110215 run       osmo-ms-mob/00004(pid=138): Terminating (SIGTERM)
22:49:55.115255 run       osmo-ms-mob/00005(pid=139): Terminating (SIGTERM)
22:49:55.120287 run       osmo-ms-mob/00006(pid=140): Terminating (SIGTERM)
22:49:55.125303 run       osmo-ms-mob/00007(pid=141): Terminating (SIGTERM)
22:49:55.130358 run       osmo-ms-mob/00008(pid=142): Terminating (SIGTERM)
22:49:55.135419 run       osmo-ms-mob/00009(pid=143): Terminating (SIGTERM)
22:49:55.140362 run       osmo-ms-mob/00010(pid=144): Terminating (SIGTERM)
22:49:55.145335 run       osmo-ms-mob/00011(pid=145): Terminating (SIGTERM)
22:49:55.150203 run       osmo-ms-mob/00012(pid=146): Terminating (SIGTERM)
22:49:55.155075 run       osmo-ms-mob/00013(pid=147): Terminating (SIGTERM)
22:49:55.160198 run       osmo-ms-mob/00014(pid=148): Terminating (SIGTERM)
22:49:55.165205 run       osmo-ms-mob/00015(pid=149): Terminating (SIGTERM)
22:49:55.170213 run       osmo-ms-mob/00016(pid=150): Terminating (SIGTERM)
22:49:55.175448 run       osmo-ms-mob/00017(pid=151): Terminating (SIGTERM)
22:49:55.180652 run       osmo-ms-mob/00018(pid=152): Terminating (SIGTERM)
22:49:55.185749 run       osmo-ms-mob/00019(pid=153): Terminating (SIGTERM)
22:49:55.190923 run       osmo-ms-mob/00020(pid=154): Terminating (SIGTERM)
22:49:55.195899 run       osmo-ms-mob/00021(pid=155): Terminating (SIGTERM)
22:49:55.200736 run       osmo-ms-mob/00022(pid=156): Terminating (SIGTERM)
22:49:55.205682 run       osmo-ms-mob/00023(pid=157): Terminating (SIGTERM)
22:49:55.210610 run       osmo-ms-mob/00024(pid=158): Terminating (SIGTERM)
22:49:55.215679 run       osmo-ms-mob/00025(pid=159): Terminating (SIGTERM)
22:49:55.220661 run       osmo-ms-mob/00026(pid=160): Terminating (SIGTERM)
22:49:55.225730 run       osmo-ms-mob/00027(pid=161): Terminating (SIGTERM)
22:49:55.230696 run       osmo-ms-mob/00028(pid=162): Terminating (SIGTERM)
22:49:55.235648 run       osmo-ms-mob/00029(pid=163): Terminating (SIGTERM)
22:49:55.240690 run       osmo-ms-mob/00030(pid=164): Terminating (SIGTERM)
22:49:55.245629 run       osmo-ms-mob/00031(pid=165): Terminating (SIGTERM)
22:49:55.250517 run       osmo-ms-mob/00032(pid=166): Terminating (SIGTERM)
22:49:55.255367 run       osmo-ms-mob/00033(pid=167): Terminating (SIGTERM)
22:49:55.260114 run       osmo-ms-mob/00034(pid=168): Terminating (SIGTERM)
22:49:55.264982 run       osmo-ms-mob/00035(pid=169): Terminating (SIGTERM)
22:49:55.270422 run       osmo-ms-mob/00036(pid=170): Terminating (SIGTERM)
22:49:55.275709 run       osmo-ms-mob/00037(pid=171): Terminating (SIGTERM)
22:49:55.280807 run       osmo-ms-mob/00038(pid=172): Terminating (SIGTERM)
22:49:55.285684 run       osmo-ms-mob/00039(pid=173): Terminating (SIGTERM)
22:49:55.290763 run       osmo-ms-mob/00040(pid=174): Terminating (SIGTERM)
22:49:55.295522 run       osmo-ms-mob/00041(pid=175): Terminating (SIGTERM)
22:49:55.300244 run       osmo-ms-mob/00042(pid=176): Terminating (SIGTERM)
22:49:55.304978 run       osmo-ms-mob/00043(pid=177): Terminating (SIGTERM)
22:49:55.309668 run       osmo-ms-mob/00044(pid=178): Terminating (SIGTERM)
22:49:55.314819 run       osmo-ms-mob/00045(pid=179): Terminating (SIGTERM)
22:49:55.319554 run       osmo-ms-mob/00046(pid=180): Terminating (SIGTERM)
22:49:55.324299 run       osmo-ms-mob/00047(pid=181): Terminating (SIGTERM)
22:49:55.329062 run       osmo-ms-mob/00048(pid=182): Terminating (SIGTERM)
22:49:55.333802 run       osmo-ms-mob/00049(pid=183): Terminating (SIGTERM)
22:49:55.338524 run       osmo-ms-mob/00050(pid=184): Terminating (SIGTERM)
22:49:55.343223 run       osmo-ms-mob/00051(pid=185): Terminating (SIGTERM)
22:49:55.347914 run       osmo-ms-mob/00052(pid=186): Terminating (SIGTERM)
22:49:55.352640 run       osmo-ms-mob/00053(pid=187): Terminating (SIGTERM)
22:49:55.357357 run       osmo-ms-mob/00054(pid=188): Terminating (SIGTERM)
22:49:55.362124 run       osmo-ms-mob/00055(pid=189): Terminating (SIGTERM)
22:49:55.366895 run       osmo-ms-mob/00056(pid=190): Terminating (SIGTERM)
22:49:55.371626 run       osmo-ms-mob/00057(pid=191): Terminating (SIGTERM)
22:49:55.376339 run       osmo-ms-mob/00058(pid=192): Terminating (SIGTERM)
22:49:55.380935 run       osmo-ms-mob/00059(pid=193): Terminating (SIGTERM)
22:49:55.385550 run       osmo-ms-mob/00060(pid=194): Terminating (SIGTERM)
22:49:55.390159 run       osmo-ms-mob/00061(pid=195): Terminating (SIGTERM)
22:49:55.394833 run       osmo-ms-mob/00062(pid=196): Terminating (SIGTERM)
22:49:55.399439 run       osmo-ms-mob/00063(pid=197): Terminating (SIGTERM)
22:49:55.404150 run       osmo-ms-mob/00064(pid=198): Terminating (SIGTERM)
22:49:55.408895 run       osmo-ms-mob/00065(pid=199): Terminating (SIGTERM)
22:49:55.413604 run       osmo-ms-mob/00066(pid=200): Terminating (SIGTERM)
22:49:55.418307 run       osmo-ms-mob/00067(pid=201): Terminating (SIGTERM)
22:49:55.423024 run       osmo-ms-mob/00068(pid=202): Terminating (SIGTERM)
22:49:55.427752 run       osmo-ms-mob/00069(pid=203): Terminating (SIGTERM)
22:49:55.432454 run       osmo-ms-mob/00070(pid=204): Terminating (SIGTERM)
22:49:55.437155 run       osmo-ms-mob/00071(pid=205): Terminating (SIGTERM)
22:49:55.441897 run       osmo-ms-mob/00072(pid=206): Terminating (SIGTERM)
22:49:55.446578 run       osmo-ms-mob/00073(pid=207): Terminating (SIGTERM)
22:49:55.451279 run       osmo-ms-mob/00074(pid=208): Terminating (SIGTERM)
22:49:55.455973 run       osmo-ms-mob/00075(pid=209): Terminating (SIGTERM)
22:49:55.460695 run       osmo-ms-mob/00076(pid=210): Terminating (SIGTERM)
22:49:55.465413 run       osmo-ms-mob/00077(pid=211): Terminating (SIGTERM)
22:49:55.470099 run       osmo-ms-mob/00078(pid=212): Terminating (SIGTERM)
22:49:55.474779 run       osmo-ms-mob/00079(pid=213): Terminating (SIGTERM)
22:49:55.479479 run       osmo-ms-mob/00080(pid=214): Terminating (SIGTERM)
22:49:55.484187 run       osmo-ms-mob/00081(pid=215): Terminating (SIGTERM)
22:49:55.489135 run       osmo-ms-mob/00082(pid=216): Terminating (SIGTERM)
22:49:55.493881 run       osmo-ms-mob/00083(pid=217): Terminating (SIGTERM)
22:49:55.498573 run       osmo-ms-mob/00084(pid=218): Terminating (SIGTERM)
22:49:55.503190 run       osmo-ms-mob/00085(pid=219): Terminating (SIGTERM)
22:49:55.507790 run       osmo-ms-mob/00086(pid=220): Terminating (SIGTERM)
22:49:55.512325 run       osmo-ms-mob/00087(pid=221): Terminating (SIGTERM)
22:49:55.516892 run       osmo-ms-mob/00088(pid=222): Terminating (SIGTERM)
22:49:55.521540 run       osmo-ms-mob/00089(pid=223): Terminating (SIGTERM)
22:49:55.526253 run       osmo-ms-mob/00090(pid=224): Terminating (SIGTERM)
22:49:55.530976 run       osmo-ms-mob/00091(pid=225): Terminating (SIGTERM)
22:49:55.535637 run       osmo-ms-mob/00092(pid=226): Terminating (SIGTERM)
22:49:55.540197 run       osmo-ms-mob/00093(pid=227): Terminating (SIGTERM)
22:49:55.544770 run       osmo-ms-mob/00094(pid=228): Terminating (SIGTERM)
22:49:55.549218 run       osmo-ms-mob/00095(pid=229): Terminating (SIGTERM)
22:49:55.553654 run       osmo-ms-mob/00096(pid=230): Terminating (SIGTERM)
22:49:55.558124 run       osmo-ms-mob/00097(pid=231): Terminating (SIGTERM)
22:49:55.562551 run       osmo-ms-mob/00098(pid=232): Terminating (SIGTERM)
22:49:55.566972 run       osmo-ms-mob/00099(pid=233): Terminating (SIGTERM)
22:49:55.571430 ---      ParallelTerminationStrategy: PID 21 died...
22:49:55.573526 run pcap-recorder_any(filters='host 127.0.42.2')(pid=21): Terminated: ok {rc=0}
22:49:55.578593 ---      ParallelTerminationStrategy: PID 22 died...
22:49:55.580648 run      osmo-hlr_127.0.42.2(pid=22): Terminated: ok {rc=0}
22:49:55.585706 ---      ParallelTerminationStrategy: PID 23 died...
22:49:55.587737 run pcap-recorder_any(filters='host 127.0.42.5 and port not 22')(pid=23): Terminated: ok {rc=0}
22:49:55.592771 ---      ParallelTerminationStrategy: PID 24 died...
22:49:55.594795 run      osmo-stp_127.0.42.5(pid=24): Terminated: ok {rc=0}
22:49:55.599686 ---      ParallelTerminationStrategy: PID 25 died...
22:49:55.601710 run pcap-recorder_any(filters='host 127.0.42.6 and port not 22')(pid=25): Terminated: ok {rc=0}
22:49:55.606689 ---      ParallelTerminationStrategy: PID 26 died...
22:49:55.608741 run      osmo-msc_127.0.42.6(pid=26): Terminated: ok {rc=0}
22:49:55.613636 ---      ParallelTerminationStrategy: PID 27 died...
22:49:55.615620 run pcap-recorder_any(filters='host 127.0.42.3 and port not 22')(pid=27): Terminated: ok {rc=0}
22:49:55.620574 ---      ParallelTerminationStrategy: PID 28 died...
22:49:55.622626 run      osmo-mgw_127.0.42.3(pid=28): Terminated {rc=15}
22:49:55.627540 ---      ParallelTerminationStrategy: PID 29 died...
22:49:55.629534 run pcap-recorder_any(filters='host 127.0.42.4 and port not 22')(pid=29): Terminated: ok {rc=0}
22:49:55.634542 ---      ParallelTerminationStrategy: PID 30 died...
22:49:55.636592 run      osmo-mgw_127.0.42.4(pid=30): Terminated {rc=15}
22:49:55.641679 ---      ParallelTerminationStrategy: PID 31 died...
22:49:55.643724 run pcap-recorder_any(filters='host 127.0.42.7 and port not 22')(pid=31): Terminated: ok {rc=0}
22:49:55.648801 ---      ParallelTerminationStrategy: PID 32 died...
22:49:55.650818 run      osmo-bsc_127.0.42.7(pid=32): Terminated: ok {rc=0}
22:49:55.655723 ---      ParallelTerminationStrategy: PID 34 died...
22:49:55.657721 run   osmo-ms-virt-phy/00000(pid=34): Terminated: ok {rc=0}
22:49:55.662768 ---      ParallelTerminationStrategy: PID 35 died...
22:49:55.664790 run   osmo-ms-virt-phy/00001(pid=35): Terminated: ok {rc=0}
22:49:55.669789 ---      ParallelTerminationStrategy: PID 36 died...
22:49:55.671855 run   osmo-ms-virt-phy/00002(pid=36): Terminated: ok {rc=0}
22:49:55.677002 ---      ParallelTerminationStrategy: PID 37 died...
22:49:55.679071 run   osmo-ms-virt-phy/00003(pid=37): Terminated: ok {rc=0}
22:49:55.684121 ---      ParallelTerminationStrategy: PID 38 died...
22:49:55.686198 run   osmo-ms-virt-phy/00004(pid=38): Terminated: ok {rc=0}
22:49:55.691278 ---      ParallelTerminationStrategy: PID 39 died...
22:49:55.693337 run   osmo-ms-virt-phy/00005(pid=39): Terminated: ok {rc=0}
22:49:55.698410 ---      ParallelTerminationStrategy: PID 40 died...
22:49:55.700469 run   osmo-ms-virt-phy/00006(pid=40): Terminated: ok {rc=0}
22:49:55.705530 ---      ParallelTerminationStrategy: PID 41 died...
22:49:55.707567 run   osmo-ms-virt-phy/00007(pid=41): Terminated: ok {rc=0}
22:49:55.712632 ---      ParallelTerminationStrategy: PID 42 died...
22:49:55.714675 run   osmo-ms-virt-phy/00008(pid=42): Terminated: ok {rc=0}
22:49:55.719634 ---      ParallelTerminationStrategy: PID 43 died...
22:49:55.721676 run   osmo-ms-virt-phy/00009(pid=43): Terminated: ok {rc=0}
22:49:55.726675 ---      ParallelTerminationStrategy: PID 44 died...
22:49:55.728660 run   osmo-ms-virt-phy/00010(pid=44): Terminated: ok {rc=0}
22:49:55.733544 ---      ParallelTerminationStrategy: PID 45 died...
22:49:55.735528 run   osmo-ms-virt-phy/00011(pid=45): Terminated: ok {rc=0}
22:49:55.740500 ---      ParallelTerminationStrategy: PID 46 died...
22:49:55.742503 run   osmo-ms-virt-phy/00012(pid=46): Terminated: ok {rc=0}
22:49:55.747403 ---      ParallelTerminationStrategy: PID 47 died...
22:49:55.749379 run   osmo-ms-virt-phy/00013(pid=47): Terminated: ok {rc=0}
22:49:55.754265 ---      ParallelTerminationStrategy: PID 48 died...
22:49:55.756241 run   osmo-ms-virt-phy/00014(pid=48): Terminated: ok {rc=0}
22:49:55.761152 ---      ParallelTerminationStrategy: PID 49 died...
22:49:55.763118 run   osmo-ms-virt-phy/00015(pid=49): Terminated: ok {rc=0}
22:49:55.767983 ---      ParallelTerminationStrategy: PID 50 died...
22:49:55.769959 run   osmo-ms-virt-phy/00016(pid=50): Terminated: ok {rc=0}
22:49:55.774814 ---      ParallelTerminationStrategy: PID 51 died...
22:49:55.776735 run   osmo-ms-virt-phy/00017(pid=51): Terminated: ok {rc=0}
22:49:55.781633 ---      ParallelTerminationStrategy: PID 52 died...
22:49:55.783571 run   osmo-ms-virt-phy/00018(pid=52): Terminated: ok {rc=0}
22:49:55.788374 ---      ParallelTerminationStrategy: PID 53 died...
22:49:55.790358 run   osmo-ms-virt-phy/00019(pid=53): Terminated: ok {rc=0}
22:49:55.795176 ---      ParallelTerminationStrategy: PID 54 died...
22:49:55.797184 run   osmo-ms-virt-phy/00020(pid=54): Terminated: ok {rc=0}
22:49:55.802086 ---      ParallelTerminationStrategy: PID 55 died...
22:49:55.804062 run   osmo-ms-virt-phy/00021(pid=55): Terminated: ok {rc=0}
22:49:55.808904 ---      ParallelTerminationStrategy: PID 56 died...
22:49:55.810991 run   osmo-ms-virt-phy/00022(pid=56): Terminated: ok {rc=0}
22:49:55.816119 ---      ParallelTerminationStrategy: PID 57 died...
22:49:55.818356 run   osmo-ms-virt-phy/00023(pid=57): Terminated: ok {rc=0}
22:49:55.823781 ---      ParallelTerminationStrategy: PID 58 died...
22:49:55.826043 run   osmo-ms-virt-phy/00024(pid=58): Terminated: ok {rc=0}
22:49:55.831459 ---      ParallelTerminationStrategy: PID 59 died...
22:49:55.833777 run   osmo-ms-virt-phy/00025(pid=59): Terminated: ok {rc=0}
22:49:55.839480 ---      ParallelTerminationStrategy: PID 60 died...
22:49:55.841852 run   osmo-ms-virt-phy/00026(pid=60): Terminated: ok {rc=0}
22:49:55.847356 ---      ParallelTerminationStrategy: PID 61 died...
22:49:55.849647 run   osmo-ms-virt-phy/00027(pid=61): Terminated: ok {rc=0}
22:49:55.855225 ---      ParallelTerminationStrategy: PID 62 died...
22:49:55.857639 run   osmo-ms-virt-phy/00028(pid=62): Terminated: ok {rc=0}
22:49:55.863268 ---      ParallelTerminationStrategy: PID 63 died...
22:49:55.865599 run   osmo-ms-virt-phy/00029(pid=63): Terminated: ok {rc=0}
22:49:55.871172 ---      ParallelTerminationStrategy: PID 64 died...
22:49:55.873474 run   osmo-ms-virt-phy/00030(pid=64): Terminated: ok {rc=0}
22:49:55.879077 ---      ParallelTerminationStrategy: PID 65 died...
22:49:55.881374 run   osmo-ms-virt-phy/00031(pid=65): Terminated: ok {rc=0}
22:49:55.886991 ---      ParallelTerminationStrategy: PID 66 died...
22:49:55.889370 run   osmo-ms-virt-phy/00032(pid=66): Terminated: ok {rc=0}
22:49:55.894938 ---      ParallelTerminationStrategy: PID 67 died...
22:49:55.897329 run   osmo-ms-virt-phy/00033(pid=67): Terminated: ok {rc=0}
22:49:55.902997 ---      ParallelTerminationStrategy: PID 68 died...
22:49:55.905342 run   osmo-ms-virt-phy/00034(pid=68): Terminated: ok {rc=0}
22:49:55.910986 ---      ParallelTerminationStrategy: PID 69 died...
22:49:55.913331 run   osmo-ms-virt-phy/00035(pid=69): Terminated: ok {rc=0}
22:49:55.918920 ---      ParallelTerminationStrategy: PID 70 died...
22:49:55.921231 run   osmo-ms-virt-phy/00036(pid=70): Terminated: ok {rc=0}
22:49:55.926837 ---      ParallelTerminationStrategy: PID 71 died...
22:49:55.929194 run   osmo-ms-virt-phy/00037(pid=71): Terminated: ok {rc=0}
22:49:55.934768 ---      ParallelTerminationStrategy: PID 72 died...
22:49:55.937253 run   osmo-ms-virt-phy/00038(pid=72): Terminated: ok {rc=0}
22:49:55.942882 ---      ParallelTerminationStrategy: PID 73 died...
22:49:55.945162 run   osmo-ms-virt-phy/00039(pid=73): Terminated: ok {rc=0}
22:49:55.950772 ---      ParallelTerminationStrategy: PID 74 died...
22:49:55.953171 run   osmo-ms-virt-phy/00040(pid=74): Terminated: ok {rc=0}
22:49:55.958771 ---      ParallelTerminationStrategy: PID 75 died...
22:49:55.961024 run   osmo-ms-virt-phy/00041(pid=75): Terminated: ok {rc=0}
22:49:55.966496 ---      ParallelTerminationStrategy: PID 76 died...
22:49:55.968765 run   osmo-ms-virt-phy/00042(pid=76): Terminated: ok {rc=0}
22:49:55.974671 ---      ParallelTerminationStrategy: PID 77 died...
22:49:55.977024 run   osmo-ms-virt-phy/00043(pid=77): Terminated: ok {rc=0}
22:49:55.982591 ---      ParallelTerminationStrategy: PID 78 died...
22:49:55.984916 run   osmo-ms-virt-phy/00044(pid=78): Terminated: ok {rc=0}
22:49:55.990614 ---      ParallelTerminationStrategy: PID 79 died...
22:49:55.992959 run   osmo-ms-virt-phy/00045(pid=79): Terminated: ok {rc=0}
22:49:55.998542 ---      ParallelTerminationStrategy: PID 80 died...
22:49:56.000866 run   osmo-ms-virt-phy/00046(pid=80): Terminated: ok {rc=0}
22:49:56.006441 ---      ParallelTerminationStrategy: PID 81 died...
22:49:56.008701 run   osmo-ms-virt-phy/00047(pid=81): Terminated: ok {rc=0}
22:49:56.014282 ---      ParallelTerminationStrategy: PID 82 died...
22:49:56.016615 run   osmo-ms-virt-phy/00048(pid=82): Terminated: ok {rc=0}
22:49:56.022205 ---      ParallelTerminationStrategy: PID 83 died...
22:49:56.024464 run   osmo-ms-virt-phy/00049(pid=83): Terminated: ok {rc=0}
22:49:56.030047 ---      ParallelTerminationStrategy: PID 84 died...
22:49:56.032280 run   osmo-ms-virt-phy/00050(pid=84): Terminated: ok {rc=0}
22:49:56.037845 ---      ParallelTerminationStrategy: PID 85 died...
22:49:56.040123 run   osmo-ms-virt-phy/00051(pid=85): Terminated: ok {rc=0}
22:49:56.045776 ---      ParallelTerminationStrategy: PID 86 died...
22:49:56.047979 run   osmo-ms-virt-phy/00052(pid=86): Terminated: ok {rc=0}
22:49:56.053421 ---      ParallelTerminationStrategy: PID 87 died...
22:49:56.055623 run   osmo-ms-virt-phy/00053(pid=87): Terminated: ok {rc=0}
22:49:56.061045 ---      ParallelTerminationStrategy: PID 88 died...
22:49:56.063299 run   osmo-ms-virt-phy/00054(pid=88): Terminated: ok {rc=0}
22:49:56.068715 ---      ParallelTerminationStrategy: PID 89 died...
22:49:56.070951 run   osmo-ms-virt-phy/00055(pid=89): Terminated: ok {rc=0}
22:49:56.076357 ---      ParallelTerminationStrategy: PID 90 died...
22:49:56.078550 run   osmo-ms-virt-phy/00056(pid=90): Terminated: ok {rc=0}
22:49:56.083962 ---      ParallelTerminationStrategy: PID 91 died...
22:49:56.086210 run   osmo-ms-virt-phy/00057(pid=91): Terminated: ok {rc=0}
22:49:56.091656 ---      ParallelTerminationStrategy: PID 92 died...
22:49:56.093866 run   osmo-ms-virt-phy/00058(pid=92): Terminated: ok {rc=0}
22:49:56.099232 ---      ParallelTerminationStrategy: PID 93 died...
22:49:56.101414 run   osmo-ms-virt-phy/00059(pid=93): Terminated: ok {rc=0}
22:49:56.106840 ---      ParallelTerminationStrategy: PID 94 died...
22:49:56.109672 run   osmo-ms-virt-phy/00060(pid=94): Terminated: ok {rc=0}
22:49:56.115084 ---      ParallelTerminationStrategy: PID 95 died...
22:49:56.117274 run   osmo-ms-virt-phy/00061(pid=95): Terminated: ok {rc=0}
22:49:56.122641 ---      ParallelTerminationStrategy: PID 96 died...
22:49:56.124794 run   osmo-ms-virt-phy/00062(pid=96): Terminated: ok {rc=0}
22:49:56.129983 ---      ParallelTerminationStrategy: PID 97 died...
22:49:56.132067 run   osmo-ms-virt-phy/00063(pid=97): Terminated: ok {rc=0}
22:49:56.137204 ---      ParallelTerminationStrategy: PID 98 died...
22:49:56.139326 run   osmo-ms-virt-phy/00064(pid=98): Terminated: ok {rc=0}
22:49:56.144555 ---      ParallelTerminationStrategy: PID 99 died...
22:49:56.146708 run   osmo-ms-virt-phy/00065(pid=99): Terminated: ok {rc=0}
22:49:56.151850 ---      ParallelTerminationStrategy: PID 100 died...
22:49:56.153989 run  osmo-ms-virt-phy/00066(pid=100): Terminated: ok {rc=0}
22:49:56.159220 ---      ParallelTerminationStrategy: PID 101 died...
22:49:56.161357 run  osmo-ms-virt-phy/00067(pid=101): Terminated: ok {rc=0}
22:49:56.166603 ---      ParallelTerminationStrategy: PID 102 died...
22:49:56.168750 run  osmo-ms-virt-phy/00068(pid=102): Terminated: ok {rc=0}
22:49:56.173958 ---      ParallelTerminationStrategy: PID 103 died...
22:49:56.176078 run  osmo-ms-virt-phy/00069(pid=103): Terminated: ok {rc=0}
22:49:56.181135 ---      ParallelTerminationStrategy: PID 104 died...
22:49:56.183155 run  osmo-ms-virt-phy/00070(pid=104): Terminated: ok {rc=0}
22:49:56.188066 ---      ParallelTerminationStrategy: PID 105 died...
22:49:56.190061 run  osmo-ms-virt-phy/00071(pid=105): Terminated: ok {rc=0}
22:49:56.194912 ---      ParallelTerminationStrategy: PID 106 died...
22:49:56.196911 run  osmo-ms-virt-phy/00072(pid=106): Terminated: ok {rc=0}
22:49:56.201889 ---      ParallelTerminationStrategy: PID 107 died...
22:49:56.203904 run  osmo-ms-virt-phy/00073(pid=107): Terminated: ok {rc=0}
22:49:56.208860 ---      ParallelTerminationStrategy: PID 108 died...
22:49:56.210857 run  osmo-ms-virt-phy/00074(pid=108): Terminated: ok {rc=0}
22:49:56.215651 ---      ParallelTerminationStrategy: PID 109 died...
22:49:56.217603 run  osmo-ms-virt-phy/00075(pid=109): Terminated: ok {rc=0}
22:49:56.222315 ---      ParallelTerminationStrategy: PID 110 died...
22:49:56.224173 run  osmo-ms-virt-phy/00076(pid=110): Terminated: ok {rc=0}
22:49:56.228732 ---      ParallelTerminationStrategy: PID 111 died...
22:49:56.230583 run  osmo-ms-virt-phy/00077(pid=111): Terminated: ok {rc=0}
22:49:56.235134 ---      ParallelTerminationStrategy: PID 112 died...
22:49:56.236991 run  osmo-ms-virt-phy/00078(pid=112): Terminated: ok {rc=0}
22:49:56.241557 ---      ParallelTerminationStrategy: PID 113 died...
22:49:56.243406 run  osmo-ms-virt-phy/00079(pid=113): Terminated: ok {rc=0}
22:49:56.247929 ---      ParallelTerminationStrategy: PID 114 died...
22:49:56.249783 run  osmo-ms-virt-phy/00080(pid=114): Terminated: ok {rc=0}
22:49:56.254443 ---      ParallelTerminationStrategy: PID 115 died...
22:49:56.256339 run  osmo-ms-virt-phy/00081(pid=115): Terminated: ok {rc=0}
22:49:56.260920 ---      ParallelTerminationStrategy: PID 116 died...
22:49:56.262751 run  osmo-ms-virt-phy/00082(pid=116): Terminated: ok {rc=0}
22:49:56.267410 ---      ParallelTerminationStrategy: PID 117 died...
22:49:56.269297 run  osmo-ms-virt-phy/00083(pid=117): Terminated: ok {rc=0}
22:49:56.273935 ---      ParallelTerminationStrategy: PID 118 died...
22:49:56.275810 run  osmo-ms-virt-phy/00084(pid=118): Terminated: ok {rc=0}
22:49:56.280448 ---      ParallelTerminationStrategy: PID 119 died...
22:49:56.282431 run  osmo-ms-virt-phy/00085(pid=119): Terminated: ok {rc=0}
22:49:56.287212 ---      ParallelTerminationStrategy: PID 120 died...
22:49:56.289146 run  osmo-ms-virt-phy/00086(pid=120): Terminated: ok {rc=0}
22:49:56.293867 ---      ParallelTerminationStrategy: PID 121 died...
22:49:56.295761 run  osmo-ms-virt-phy/00087(pid=121): Terminated: ok {rc=0}
22:49:56.300387 ---      ParallelTerminationStrategy: PID 122 died...
22:49:56.302314 run  osmo-ms-virt-phy/00088(pid=122): Terminated: ok {rc=0}
22:49:56.307003 ---      ParallelTerminationStrategy: PID 123 died...
22:49:56.308889 run  osmo-ms-virt-phy/00089(pid=123): Terminated: ok {rc=0}
22:49:56.313521 ---      ParallelTerminationStrategy: PID 124 died...
22:49:56.315415 run  osmo-ms-virt-phy/00090(pid=124): Terminated: ok {rc=0}
22:49:56.320054 ---      ParallelTerminationStrategy: PID 125 died...
22:49:56.321995 run  osmo-ms-virt-phy/00091(pid=125): Terminated: ok {rc=0}
22:49:56.326625 ---      ParallelTerminationStrategy: PID 126 died...
22:49:56.328504 run  osmo-ms-virt-phy/00092(pid=126): Terminated: ok {rc=0}
22:49:56.333126 ---      ParallelTerminationStrategy: PID 127 died...
22:49:56.335010 run  osmo-ms-virt-phy/00093(pid=127): Terminated: ok {rc=0}
22:49:56.339615 ---      ParallelTerminationStrategy: PID 128 died...
22:49:56.341557 run  osmo-ms-virt-phy/00094(pid=128): Terminated: ok {rc=0}
22:49:56.346176 ---      ParallelTerminationStrategy: PID 129 died...
22:49:56.348048 run  osmo-ms-virt-phy/00095(pid=129): Terminated: ok {rc=0}
22:49:56.352729 ---      ParallelTerminationStrategy: PID 130 died...
22:49:56.354617 run  osmo-ms-virt-phy/00096(pid=130): Terminated: ok {rc=0}
22:49:56.359223 ---      ParallelTerminationStrategy: PID 131 died...
22:49:56.361104 run  osmo-ms-virt-phy/00097(pid=131): Terminated: ok {rc=0}
22:49:56.365729 ---      ParallelTerminationStrategy: PID 132 died...
22:49:56.367589 run  osmo-ms-virt-phy/00098(pid=132): Terminated: ok {rc=0}
22:49:56.372205 ---      ParallelTerminationStrategy: PID 133 died...
22:49:56.374116 run  osmo-ms-virt-phy/00099(pid=133): Terminated: ok {rc=0}
22:49:56.378735 ---      ParallelTerminationStrategy: PID 134 died...
22:49:56.380604 run       osmo-ms-mob/00000(pid=134): Terminated {rc=26112}
22:49:56.385297 ---      ParallelTerminationStrategy: PID 135 died...
22:49:56.387180 run       osmo-ms-mob/00001(pid=135): Terminated {rc=26112}
22:49:56.391964 ---      ParallelTerminationStrategy: PID 136 died...
22:49:56.393901 run       osmo-ms-mob/00002(pid=136): Terminated {rc=26112}
22:49:56.398605 ---      ParallelTerminationStrategy: PID 137 died...
22:49:56.400481 run       osmo-ms-mob/00003(pid=137): Terminated {rc=26112}
22:49:56.405178 ---      ParallelTerminationStrategy: PID 138 died...
22:49:56.407056 run       osmo-ms-mob/00004(pid=138): Terminated {rc=26112}
22:49:56.411735 ---      ParallelTerminationStrategy: PID 139 died...
22:49:56.413669 run       osmo-ms-mob/00005(pid=139): Terminated {rc=26112}
22:49:56.418339 ---      ParallelTerminationStrategy: PID 140 died...
22:49:56.420211 run       osmo-ms-mob/00006(pid=140): Terminated {rc=26112}
22:49:56.424848 ---      ParallelTerminationStrategy: PID 141 died...
22:49:56.426735 run       osmo-ms-mob/00007(pid=141): Terminated {rc=26112}
22:49:56.431480 ---      ParallelTerminationStrategy: PID 142 died...
22:49:56.433418 run       osmo-ms-mob/00008(pid=142): Terminated {rc=26112}
22:49:56.438110 ---      ParallelTerminationStrategy: PID 143 died...
22:49:56.439980 run       osmo-ms-mob/00009(pid=143): Terminated {rc=26112}
22:49:56.444596 ---      ParallelTerminationStrategy: PID 144 died...
22:49:56.446476 run       osmo-ms-mob/00010(pid=144): Terminated {rc=26112}
22:49:56.451138 ---      ParallelTerminationStrategy: PID 145 died...
22:49:56.453020 run       osmo-ms-mob/00011(pid=145): Terminated {rc=26112}
22:49:56.457665 ---      ParallelTerminationStrategy: PID 146 died...
22:49:56.459544 run       osmo-ms-mob/00012(pid=146): Terminated {rc=26112}
22:49:56.464266 ---      ParallelTerminationStrategy: PID 147 died...
22:49:56.466194 run       osmo-ms-mob/00013(pid=147): Terminated {rc=26112}
22:49:56.470981 ---      ParallelTerminationStrategy: PID 148 died...
22:49:56.472879 run       osmo-ms-mob/00014(pid=148): Terminated {rc=26112}
22:49:56.477536 ---      ParallelTerminationStrategy: PID 149 died...
22:49:56.479407 run       osmo-ms-mob/00015(pid=149): Terminated {rc=26112}
22:49:56.484075 ---      ParallelTerminationStrategy: PID 150 died...
22:49:56.486008 run       osmo-ms-mob/00016(pid=150): Terminated {rc=26112}
22:49:56.490659 ---      ParallelTerminationStrategy: PID 151 died...
22:49:56.492526 run       osmo-ms-mob/00017(pid=151): Terminated {rc=26112}
22:49:56.497186 ---      ParallelTerminationStrategy: PID 152 died...
22:49:56.499053 run       osmo-ms-mob/00018(pid=152): Terminated {rc=26112}
22:49:56.503695 ---      ParallelTerminationStrategy: PID 153 died...
22:49:56.505575 run       osmo-ms-mob/00019(pid=153): Terminated {rc=26112}
22:49:56.510219 ---      ParallelTerminationStrategy: PID 154 died...
22:49:56.512084 run       osmo-ms-mob/00020(pid=154): Terminated {rc=26112}
22:49:56.516751 ---      ParallelTerminationStrategy: PID 155 died...
22:49:56.518637 run       osmo-ms-mob/00021(pid=155): Terminated {rc=26112}
22:49:56.523370 ---      ParallelTerminationStrategy: PID 156 died...
22:49:56.525248 run       osmo-ms-mob/00022(pid=156): Terminated {rc=26112}
22:49:56.530023 ---      ParallelTerminationStrategy: PID 157 died...
22:49:56.531954 run       osmo-ms-mob/00023(pid=157): Terminated {rc=26112}
22:49:56.536732 ---      ParallelTerminationStrategy: PID 158 died...
22:49:56.538660 run       osmo-ms-mob/00024(pid=158): Terminated {rc=26112}
22:49:56.543437 ---      ParallelTerminationStrategy: PID 159 died...
22:49:56.545386 run       osmo-ms-mob/00025(pid=159): Terminated {rc=26112}
22:49:56.550171 ---      ParallelTerminationStrategy: PID 160 died...
22:49:56.552108 run       osmo-ms-mob/00026(pid=160): Terminated {rc=26112}
22:49:56.556893 ---      ParallelTerminationStrategy: PID 161 died...
22:49:56.558826 run       osmo-ms-mob/00027(pid=161): Terminated {rc=26112}
22:49:56.563481 ---      ParallelTerminationStrategy: PID 162 died...
22:49:56.565354 run       osmo-ms-mob/00028(pid=162): Terminated {rc=26112}
22:49:56.570032 ---      ParallelTerminationStrategy: PID 163 died...
22:49:56.571923 run       osmo-ms-mob/00029(pid=163): Terminated {rc=26112}
22:49:56.576743 ---      ParallelTerminationStrategy: PID 164 died...
22:49:56.578733 run       osmo-ms-mob/00030(pid=164): Terminated {rc=26112}
22:49:56.583817 ---      ParallelTerminationStrategy: PID 165 died...
22:49:56.585936 run       osmo-ms-mob/00031(pid=165): Terminated {rc=26112}
22:49:56.591381 ---      ParallelTerminationStrategy: PID 166 died...
22:49:56.593588 run       osmo-ms-mob/00032(pid=166): Terminated {rc=26112}
22:49:56.598977 ---      ParallelTerminationStrategy: PID 167 died...
22:49:56.601142 run       osmo-ms-mob/00033(pid=167): Terminated {rc=26112}
22:49:56.606338 ---      ParallelTerminationStrategy: PID 168 died...
22:49:56.608430 run       osmo-ms-mob/00034(pid=168): Terminated {rc=26112}
22:49:56.613705 ---      ParallelTerminationStrategy: PID 169 died...
22:49:56.615831 run       osmo-ms-mob/00035(pid=169): Terminated {rc=26112}
22:49:56.621027 ---      ParallelTerminationStrategy: PID 170 died...
22:49:56.623259 run       osmo-ms-mob/00036(pid=170): Terminated {rc=26112}
22:49:56.628304 ---      ParallelTerminationStrategy: PID 171 died...
22:49:56.630375 run       osmo-ms-mob/00037(pid=171): Terminated {rc=26112}
22:49:56.635599 ---      ParallelTerminationStrategy: PID 172 died...
22:49:56.637698 run       osmo-ms-mob/00038(pid=172): Terminated {rc=26112}
22:49:56.642935 ---      ParallelTerminationStrategy: PID 173 died...
22:49:56.645048 run       osmo-ms-mob/00039(pid=173): Terminated {rc=26112}
22:49:56.650313 ---      ParallelTerminationStrategy: PID 174 died...
22:49:56.652467 run       osmo-ms-mob/00040(pid=174): Terminated {rc=26112}
22:49:56.657754 ---      ParallelTerminationStrategy: PID 175 died...
22:49:56.659871 run       osmo-ms-mob/00041(pid=175): Terminated {rc=26112}
22:49:56.665154 ---      ParallelTerminationStrategy: PID 176 died...
22:49:56.667295 run       osmo-ms-mob/00042(pid=176): Terminated {rc=26112}
22:49:56.672777 ---      ParallelTerminationStrategy: PID 177 died...
22:49:56.674969 run       osmo-ms-mob/00043(pid=177): Terminated {rc=26112}
22:49:56.680169 ---      ParallelTerminationStrategy: PID 178 died...
22:49:56.682267 run       osmo-ms-mob/00044(pid=178): Terminated {rc=26112}
22:49:56.687528 ---      ParallelTerminationStrategy: PID 179 died...
22:49:56.689699 run       osmo-ms-mob/00045(pid=179): Terminated {rc=26112}
22:49:56.695083 ---      ParallelTerminationStrategy: PID 180 died...
22:49:56.697224 run       osmo-ms-mob/00046(pid=180): Terminated {rc=26112}
22:49:56.702427 ---      ParallelTerminationStrategy: PID 181 died...
22:49:56.704536 run       osmo-ms-mob/00047(pid=181): Terminated {rc=26112}
22:49:56.709737 ---      ParallelTerminationStrategy: PID 182 died...
22:49:56.711841 run       osmo-ms-mob/00048(pid=182): Terminated {rc=26112}
22:49:56.717135 ---      ParallelTerminationStrategy: PID 183 died...
22:49:56.719236 run       osmo-ms-mob/00049(pid=183): Terminated {rc=26112}
22:49:56.724432 ---      ParallelTerminationStrategy: PID 184 died...
22:49:56.726580 run       osmo-ms-mob/00050(pid=184): Terminated {rc=26112}
22:49:56.731815 ---      ParallelTerminationStrategy: PID 185 died...
22:49:56.733919 run       osmo-ms-mob/00051(pid=185): Terminated {rc=26112}
22:49:56.739162 ---      ParallelTerminationStrategy: PID 186 died...
22:49:56.741353 run       osmo-ms-mob/00052(pid=186): Terminated {rc=26112}
22:49:56.751251 ---      ParallelTerminationStrategy: PID 187 died...
22:49:56.753562 run       osmo-ms-mob/00053(pid=187): Terminated {rc=26112}
22:49:56.759025 ---      ParallelTerminationStrategy: PID 188 died...
22:49:56.761233 run       osmo-ms-mob/00054(pid=188): Terminated {rc=26112}
22:49:56.766606 ---      ParallelTerminationStrategy: PID 189 died...
22:49:56.768745 run       osmo-ms-mob/00055(pid=189): Terminated {rc=26112}
22:49:56.774068 ---      ParallelTerminationStrategy: PID 190 died...
22:49:56.776245 run       osmo-ms-mob/00056(pid=190): Terminated {rc=26112}
22:49:56.781613 ---      ParallelTerminationStrategy: PID 191 died...
22:49:56.783773 run       osmo-ms-mob/00057(pid=191): Terminated {rc=26112}
22:49:56.789183 ---      ParallelTerminationStrategy: PID 192 died...
22:49:56.791370 run       osmo-ms-mob/00058(pid=192): Terminated {rc=26112}
22:49:56.796876 ---      ParallelTerminationStrategy: PID 193 died...
22:49:56.799044 run       osmo-ms-mob/00059(pid=193): Terminated {rc=26112}
22:49:56.804360 ---      ParallelTerminationStrategy: PID 194 died...
22:49:56.806584 run       osmo-ms-mob/00060(pid=194): Terminated {rc=26112}
22:49:56.811977 ---      ParallelTerminationStrategy: PID 195 died...
22:49:56.814193 run       osmo-ms-mob/00061(pid=195): Terminated {rc=26112}
22:49:56.819447 ---      ParallelTerminationStrategy: PID 196 died...
22:49:56.821614 run       osmo-ms-mob/00062(pid=196): Terminated {rc=26112}
22:49:56.826868 ---      ParallelTerminationStrategy: PID 197 died...
22:49:56.828981 run       osmo-ms-mob/00063(pid=197): Terminated {rc=26112}
22:49:56.834206 ---      ParallelTerminationStrategy: PID 198 died...
22:49:56.836322 run       osmo-ms-mob/00064(pid=198): Terminated {rc=26112}
22:49:56.841749 ---      ParallelTerminationStrategy: PID 199 died...
22:49:56.843924 run       osmo-ms-mob/00065(pid=199): Terminated {rc=26112}
22:49:56.849297 ---      ParallelTerminationStrategy: PID 200 died...
22:49:56.851466 run       osmo-ms-mob/00066(pid=200): Terminated {rc=26112}
22:49:56.856884 ---      ParallelTerminationStrategy: PID 201 died...
22:49:56.859012 run       osmo-ms-mob/00067(pid=201): Terminated {rc=26112}
22:49:56.864409 ---      ParallelTerminationStrategy: PID 202 died...
22:49:56.866570 run       osmo-ms-mob/00068(pid=202): Terminated {rc=26112}
22:49:56.871988 ---      ParallelTerminationStrategy: PID 203 died...
22:49:56.874204 run       osmo-ms-mob/00069(pid=203): Terminated {rc=26112}
22:49:56.879693 ---      ParallelTerminationStrategy: PID 204 died...
22:49:56.881877 run       osmo-ms-mob/00070(pid=204): Terminated {rc=26112}
22:49:56.887178 ---      ParallelTerminationStrategy: PID 205 died...
22:49:56.889324 run       osmo-ms-mob/00071(pid=205): Terminated {rc=26112}
22:49:56.894663 ---      ParallelTerminationStrategy: PID 206 died...
22:49:56.896854 run       osmo-ms-mob/00072(pid=206): Terminated {rc=26112}
22:49:56.902175 ---      ParallelTerminationStrategy: PID 207 died...
22:49:56.904305 run       osmo-ms-mob/00073(pid=207): Terminated {rc=26112}
22:49:56.909639 ---      ParallelTerminationStrategy: PID 208 died...
22:49:56.911800 run       osmo-ms-mob/00074(pid=208): Terminated {rc=26112}
22:49:56.917168 ---      ParallelTerminationStrategy: PID 209 died...
22:49:56.919337 run       osmo-ms-mob/00075(pid=209): Terminated {rc=26112}
22:49:56.924697 ---      ParallelTerminationStrategy: PID 210 died...
22:49:56.926942 run       osmo-ms-mob/00076(pid=210): Terminated {rc=26112}
22:49:56.932255 ---      ParallelTerminationStrategy: PID 211 died...
22:49:56.934368 run       osmo-ms-mob/00077(pid=211): Terminated {rc=26112}
22:49:56.939717 ---      ParallelTerminationStrategy: PID 212 died...
22:49:56.941851 run       osmo-ms-mob/00078(pid=212): Terminated {rc=26112}
22:49:56.947219 ---      ParallelTerminationStrategy: PID 213 died...
22:49:56.949347 run       osmo-ms-mob/00079(pid=213): Terminated {rc=26112}
22:49:56.954539 ---      ParallelTerminationStrategy: PID 214 died...
22:49:56.956676 run       osmo-ms-mob/00080(pid=214): Terminated {rc=26112}
22:49:56.961871 ---      ParallelTerminationStrategy: PID 215 died...
22:49:56.964002 run       osmo-ms-mob/00081(pid=215): Terminated {rc=26112}
22:49:56.969321 ---      ParallelTerminationStrategy: PID 216 died...
22:49:56.971456 run       osmo-ms-mob/00082(pid=216): Terminated {rc=26112}
22:49:56.976774 ---      ParallelTerminationStrategy: PID 217 died...
22:49:56.978964 run       osmo-ms-mob/00083(pid=217): Terminated {rc=26112}
22:49:56.984325 ---      ParallelTerminationStrategy: PID 218 died...
22:49:56.986445 run       osmo-ms-mob/00084(pid=218): Terminated {rc=26112}
22:49:56.991730 ---      ParallelTerminationStrategy: PID 219 died...
22:49:56.993869 run       osmo-ms-mob/00085(pid=219): Terminated {rc=26112}
22:49:56.999094 ---      ParallelTerminationStrategy: PID 220 died...
22:49:57.001207 run       osmo-ms-mob/00086(pid=220): Terminated {rc=26112}
22:49:57.006487 ---      ParallelTerminationStrategy: PID 221 died...
22:49:57.008594 run       osmo-ms-mob/00087(pid=221): Terminated {rc=26112}
22:49:57.013869 ---      ParallelTerminationStrategy: PID 222 died...
22:49:57.015999 run       osmo-ms-mob/00088(pid=222): Terminated {rc=26112}
22:49:57.021258 ---      ParallelTerminationStrategy: PID 223 died...
22:49:57.023394 run       osmo-ms-mob/00089(pid=223): Terminated {rc=26112}
22:49:57.028685 ---      ParallelTerminationStrategy: PID 224 died...
22:49:57.030831 run       osmo-ms-mob/00090(pid=224): Terminated {rc=26112}
22:49:57.036098 ---      ParallelTerminationStrategy: PID 225 died...
22:49:57.038257 run       osmo-ms-mob/00091(pid=225): Terminated {rc=26112}
22:49:57.043574 ---      ParallelTerminationStrategy: PID 226 died...
22:49:57.045703 run       osmo-ms-mob/00092(pid=226): Terminated {rc=26112}
22:49:57.050940 ---      ParallelTerminationStrategy: PID 227 died...
22:49:57.053092 run       osmo-ms-mob/00093(pid=227): Terminated {rc=26112}
22:49:57.058477 ---      ParallelTerminationStrategy: PID 228 died...
22:49:57.060595 run       osmo-ms-mob/00094(pid=228): Terminated {rc=26112}
22:49:57.065752 ---      ParallelTerminationStrategy: PID 229 died...
22:49:57.067858 run       osmo-ms-mob/00095(pid=229): Terminated {rc=26112}
22:49:57.073152 ---      ParallelTerminationStrategy: PID 230 died...
22:49:57.075266 run       osmo-ms-mob/00096(pid=230): Terminated {rc=26112}
22:49:57.080567 ---      ParallelTerminationStrategy: PID 231 died...
22:49:57.082687 run       osmo-ms-mob/00097(pid=231): Terminated {rc=26112}
22:49:57.087923 ---      ParallelTerminationStrategy: PID 232 died...
22:49:57.090010 run       osmo-ms-mob/00098(pid=232): Terminated {rc=26112}
22:49:57.095142 ---      ParallelTerminationStrategy: PID 233 died...
22:49:57.097254 run       osmo-ms-mob/00099(pid=233): Terminated {rc=26112}
22:49:59.781018 ---      ParallelTerminationStrategy: PID 33 died...
22:49:59.785080 run         osmo-bts-virtual(pid=33): Terminated: ok {rc=0}
---------------------------------------------------------------------
trial-8118 netreg_mass PASS
---------------------------------------------------------------------
22:49:59.896465 tst                       trial-8118: Storing JUnit report in /build/trial-8118/run.2025-10-13_22-48-25/trial-8118.xml

--------------------------------------------------------------------------------------------
trial-8118 PASS
--------------------------------------------------------------------------------------------
22:49:59.923097 tst                       trial-8118: trial-8118: PASS, 1 suites passed
PASS: netreg_mass (pass: 1)
    pass: register_default_mass.py (88.7 sec)
+ exit_code=0
+ rm -rf trial-8118/inst
+ cd trial-8118
+ command -v journalctl
+ [ ! -z /usr/bin/journalctl ]
+ readlink last_run
+ journalctl -u ofono -o short-precise --since 2025-10-13 22:48:25
No journal files were found.
+ readlink last_run
+ tar czf /build/trial-8118-run.tgz run.2025-10-13_22-48-25
+ tar czf /build/trial-8118-bin.tgz checksums.md5 open5gs.build-8.tgz osmo-bsc.build-2025-10-13_13_26_16.tgz osmo-bts-oc2g.build-2025-10-13_11_27_11.tgz osmo-bts-sysmo.build-2025-10-13_11_26_55.tgz osmo-bts.build-2025-10-13_11_27_17.tgz osmo-ggsn.build-2025-10-13_20_42_49.tgz osmo-hlr.build-2025-10-13_16_36_52.tgz osmo-hnbgw.build-2025-10-13_17_13_36.tgz osmo-mgw.build-2025-10-13_11_25_19.tgz osmo-msc.build-2025-10-13_13_32_40.tgz osmo-nitb.build-17155.tgz osmo-pcu-oc2g.build-2025-10-13_07_34_02.tgz osmo-pcu-sysmo.build-2025-10-13_07_36_04.tgz osmo-pcu.build-2025-10-13_07_36_11.tgz osmo-sgsn.build-2025-10-13_20_48_43.tgz osmo-stp.build-2025-10-13_13_25_07.tgz osmo-trx.build-2025-10-13_17_16_57.tgz osmocom-bb.build-2025-10-13_21_17_18.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