Skip to content
Success

Console Output

Skipping 18 KB.. Full Log
#5 transferring context: 5.76kB done
#5 DONE 0.1s

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

#34 exporting to image
#34 exporting layers done
#34 writing image sha256:0b738fa036904fa0611248f2a1afce6cdaa38caf3d3c6def6cf15fd8cfefe0d1 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=8071 -w /build -i -v /home/osmocom-build/jenkins/workspace/osmo-gsm-tester_virtual:/build -v /home/osmocom-build/.ssh:/home/build/.ssh:ro --name=osmo-gsm-tester-virtual --cap-add=sys_nice osmocom-build/osmo-gsm-tester /bin/bash -c LANG="en_US.utf8" LC_ALL="en_US.UTF-8" LC_LANG="en_US.UTF-8" PATH="$PWD/osmo-gsm-tester/src:${PATH}" ./osmo-gsm-tester/contrib/jenkins-run.sh
+ base=/build
+ dirname -- ./osmo-gsm-tester/contrib/jenkins-run.sh
+ CDPATH= cd -- ./osmo-gsm-tester/contrib
+ pwd -P
+ SCRIPT_DIR=/build/osmo-gsm-tester/contrib
+ OSMO_GSM_TESTER_CONF=/build/osmo-gsm-tester/sysmocom/main.conf
+ date +%F %T
+ time_start=2025-08-27 22:48:17
+ trial_dir_prefix=trial-
+ rm -rf trial-*
+ trial_dir=trial-8071
+ mkdir -p trial-8071
+ mv open5gs.build-8.tgz osmo-bsc.build-2025-08-27_13_26_36.tgz osmo-bts-oc2g.build-2025-08-27_00_51_38.tgz osmo-bts-sysmo.build-2025-08-27_00_51_35.tgz osmo-bts.build-2025-08-27_00_51_42.tgz osmo-ggsn.build-2025-08-27_20_42_57.tgz osmo-hlr.build-2025-08-27_16_36_49.tgz osmo-hnbgw.build-2025-08-27_13_30_14.tgz osmo-mgw.build-2025-08-27_08_33_11.tgz osmo-msc.build-2025-08-27_13_34_44.tgz osmo-nitb.build-17155.tgz osmo-pcu-oc2g.build-2025-08-27_07_46_06.tgz osmo-pcu-sysmo.build-2025-08-27_07_46_16.tgz osmo-pcu.build-2025-08-27_07_46_08.tgz osmo-sgsn.build-2025-08-27_20_48_49.tgz osmo-stp.build-2025-08-27_13_25_23.tgz osmo-trx.build-2025-08-27_14_30_33.tgz osmocom-bb.build-2025-08-27_21_17_21.tgz srslte.build-19.tgz trial-8071
+ cat open5gs.build-8.md5 osmo-bsc.build-2025-08-27_13_26_36.md5 osmo-bts-oc2g.build-2025-08-27_00_51_38.md5 osmo-bts-sysmo.build-2025-08-27_00_51_35.md5 osmo-bts.build-2025-08-27_00_51_42.md5 osmo-ggsn.build-2025-08-27_20_42_57.md5 osmo-hlr.build-2025-08-27_16_36_49.md5 osmo-hnbgw.build-2025-08-27_13_30_14.md5 osmo-mgw.build-2025-08-27_08_33_11.md5 osmo-msc.build-2025-08-27_13_34_44.md5 osmo-nitb.build-17155.md5 osmo-pcu-oc2g.build-2025-08-27_07_46_06.md5 osmo-pcu-sysmo.build-2025-08-27_07_46_16.md5 osmo-pcu.build-2025-08-27_07_46_08.md5 osmo-sgsn.build-2025-08-27_20_48_49.md5 osmo-stp.build-2025-08-27_13_25_23.md5 osmo-trx.build-2025-08-27_14_30_33.md5 osmocom-bb.build-2025-08-27_21_17_21.md5 srslte.build-19.md5
+ rm open5gs.build-8.md5 osmo-bsc.build-2025-08-27_13_26_36.md5 osmo-bts-oc2g.build-2025-08-27_00_51_38.md5 osmo-bts-sysmo.build-2025-08-27_00_51_35.md5 osmo-bts.build-2025-08-27_00_51_42.md5 osmo-ggsn.build-2025-08-27_20_42_57.md5 osmo-hlr.build-2025-08-27_16_36_49.md5 osmo-hnbgw.build-2025-08-27_13_30_14.md5 osmo-mgw.build-2025-08-27_08_33_11.md5 osmo-msc.build-2025-08-27_13_34_44.md5 osmo-nitb.build-17155.md5 osmo-pcu-oc2g.build-2025-08-27_07_46_06.md5 osmo-pcu-sysmo.build-2025-08-27_07_46_16.md5 osmo-pcu.build-2025-08-27_07_46_08.md5 osmo-sgsn.build-2025-08-27_20_48_49.md5 osmo-stp.build-2025-08-27_13_25_23.md5 osmo-trx.build-2025-08-27_14_30_33.md5 osmocom-bb.build-2025-08-27_21_17_21.md5 srslte.build-19.md5
+ exit_code=1
+ which osmo-gsm-tester.py
+ python3 -u /build/osmo-gsm-tester/src/osmo-gsm-tester.py -c /build/osmo-gsm-tester/sysmocom/main.conf trial-8071 -s netreg_mass
combinations: ['netreg_mass']
trial: 'trial-8071'
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-8071
--------------------------------------------------------------------------------------------
22:48:17.620029 tst                       trial-8071: Detailed log at /build/trial-8071/run.2025-08-27_22-48-17/log

---------------------------------------------------------------------
trial-8071 netreg_mass
---------------------------------------------------------------------
22:48:17.956079 tst                      netreg_mass: reserving resources in /var/tmp/osmo-gsm-tester/state ...
22:48:17.956589 tst                      netreg_mass: Verifying 1 x bts (candidates: 1)
22:48:17.957718 tst                      netreg_mass: Verifying 6 x ip_address (candidates: 9)
22:48:17.959306 tst                      netreg_mass: Verifying 100 x modem (candidates: 100)
22:48:18.013569 tst                      netreg_mass: Reserving 1 x bts (candidates: 1)
22:48:18.015481 tst                      netreg_mass: Reserving 6 x ip_address (candidates: 9)
22:48:18.017670 tst                      netreg_mass: Reserving 100 x modem (candidates: 100)
22:48:18.172976 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-8071 netreg_mass register_default_mass.py
----------------------------------------------
22:48:18.174975 tst       register_default_mass.py:9: Claiming resources for the test
22:48:18.211410 tst                      netreg_mass: Using 1 x ip_address (candidates: 6)
22:48:18.212220 tst                      netreg_mass: Using 1 x ip_address (candidates: 6)
22:48:18.212887 tst                      netreg_mass: Using 1 x ip_address (candidates: 6)
22:48:18.213517 tst                      netreg_mass: Using 1 x ip_address (candidates: 6)
22:48:18.214139 tst                      netreg_mass: Using 1 x ip_address (candidates: 6)
22:48:18.214816 tst                      netreg_mass: Using 1 x ip_address (candidates: 6)
22:48:18.215449 tst                      netreg_mass: Using 1 x bts (candidates: 1)
22:48:18.294081 tst         register_default_mass.py: using LAC 2
22:48:18.361681 tst         register_default_mass.py: using RAC 2
22:48:18.456611 tst         register_default_mass.py: using CellId 2
22:48:18.526500 tst         register_default_mass.py: using BVCI 3
22:48:18.533833 tst                      netreg_mass: Using 1 x modem (candidates: 100)
22:48:18.534710 tst                      netreg_mass: Using 1 x modem (candidates: 100)
22:48:18.535407 tst                      netreg_mass: Using 1 x modem (candidates: 100)
22:48:18.536050 tst                      netreg_mass: Using 1 x modem (candidates: 100)
22:48:18.536712 tst                      netreg_mass: Using 1 x modem (candidates: 100)
22:48:18.537366 tst                      netreg_mass: Using 1 x modem (candidates: 100)
22:48:18.538001 tst                      netreg_mass: Using 1 x modem (candidates: 100)
22:48:18.538647 tst                      netreg_mass: Using 1 x modem (candidates: 100)
22:48:18.539318 tst                      netreg_mass: Using 1 x modem (candidates: 100)
22:48:18.539954 tst                      netreg_mass: Using 1 x modem (candidates: 100)
22:48:18.540581 tst                      netreg_mass: Using 1 x modem (candidates: 100)
22:48:18.541233 tst                      netreg_mass: Using 1 x modem (candidates: 100)
22:48:18.541889 tst                      netreg_mass: Using 1 x modem (candidates: 100)
22:48:18.542529 tst                      netreg_mass: Using 1 x modem (candidates: 100)
22:48:18.543183 tst                      netreg_mass: Using 1 x modem (candidates: 100)
22:48:18.543834 tst                      netreg_mass: Using 1 x modem (candidates: 100)
22:48:18.544467 tst                      netreg_mass: Using 1 x modem (candidates: 100)
22:48:18.545165 tst                      netreg_mass: Using 1 x modem (candidates: 100)
22:48:18.545829 tst                      netreg_mass: Using 1 x modem (candidates: 100)
22:48:18.546488 tst                      netreg_mass: Using 1 x modem (candidates: 100)
22:48:18.547141 tst                      netreg_mass: Using 1 x modem (candidates: 100)
22:48:18.547818 tst                      netreg_mass: Using 1 x modem (candidates: 100)
22:48:18.548483 tst                      netreg_mass: Using 1 x modem (candidates: 100)
22:48:18.549161 tst                      netreg_mass: Using 1 x modem (candidates: 100)
22:48:18.549828 tst                      netreg_mass: Using 1 x modem (candidates: 100)
22:48:18.550495 tst                      netreg_mass: Using 1 x modem (candidates: 100)
22:48:18.551158 tst                      netreg_mass: Using 1 x modem (candidates: 100)
22:48:18.551817 tst                      netreg_mass: Using 1 x modem (candidates: 100)
22:48:18.552498 tst                      netreg_mass: Using 1 x modem (candidates: 100)
22:48:18.553177 tst                      netreg_mass: Using 1 x modem (candidates: 100)
22:48:18.553849 tst                      netreg_mass: Using 1 x modem (candidates: 100)
22:48:18.554511 tst                      netreg_mass: Using 1 x modem (candidates: 100)
22:48:18.555178 tst                      netreg_mass: Using 1 x modem (candidates: 100)
22:48:18.555844 tst                      netreg_mass: Using 1 x modem (candidates: 100)
22:48:18.556542 tst                      netreg_mass: Using 1 x modem (candidates: 100)
22:48:18.557221 tst                      netreg_mass: Using 1 x modem (candidates: 100)
22:48:18.557880 tst                      netreg_mass: Using 1 x modem (candidates: 100)
22:48:18.558576 tst                      netreg_mass: Using 1 x modem (candidates: 100)
22:48:18.559265 tst                      netreg_mass: Using 1 x modem (candidates: 100)
22:48:18.559932 tst                      netreg_mass: Using 1 x modem (candidates: 100)
22:48:18.560620 tst                      netreg_mass: Using 1 x modem (candidates: 100)
22:48:18.561315 tst                      netreg_mass: Using 1 x modem (candidates: 100)
22:48:18.562002 tst                      netreg_mass: Using 1 x modem (candidates: 100)
22:48:18.562680 tst                      netreg_mass: Using 1 x modem (candidates: 100)
22:48:18.563383 tst                      netreg_mass: Using 1 x modem (candidates: 100)
22:48:18.564062 tst                      netreg_mass: Using 1 x modem (candidates: 100)
22:48:18.564738 tst                      netreg_mass: Using 1 x modem (candidates: 100)
22:48:18.565448 tst                      netreg_mass: Using 1 x modem (candidates: 100)
22:48:18.566139 tst                      netreg_mass: Using 1 x modem (candidates: 100)
22:48:18.567114 tst                      netreg_mass: Using 1 x modem (candidates: 100)
22:48:18.568040 tst                      netreg_mass: Using 1 x modem (candidates: 100)
22:48:18.568759 tst                      netreg_mass: Using 1 x modem (candidates: 100)
22:48:18.569446 tst                      netreg_mass: Using 1 x modem (candidates: 100)
22:48:18.570151 tst                      netreg_mass: Using 1 x modem (candidates: 100)
22:48:18.570823 tst                      netreg_mass: Using 1 x modem (candidates: 100)
22:48:18.571499 tst                      netreg_mass: Using 1 x modem (candidates: 100)
22:48:18.572167 tst                      netreg_mass: Using 1 x modem (candidates: 100)
22:48:18.572874 tst                      netreg_mass: Using 1 x modem (candidates: 100)
22:48:18.573647 tst                      netreg_mass: Using 1 x modem (candidates: 100)
22:48:18.574346 tst                      netreg_mass: Using 1 x modem (candidates: 100)
22:48:18.575021 tst                      netreg_mass: Using 1 x modem (candidates: 100)
22:48:18.575691 tst                      netreg_mass: Using 1 x modem (candidates: 100)
22:48:18.576390 tst                      netreg_mass: Using 1 x modem (candidates: 100)
22:48:18.577082 tst                      netreg_mass: Using 1 x modem (candidates: 100)
22:48:18.577743 tst                      netreg_mass: Using 1 x modem (candidates: 100)
22:48:18.578416 tst                      netreg_mass: Using 1 x modem (candidates: 100)
22:48:18.579107 tst                      netreg_mass: Using 1 x modem (candidates: 100)
22:48:18.579787 tst                      netreg_mass: Using 1 x modem (candidates: 100)
22:48:18.580460 tst                      netreg_mass: Using 1 x modem (candidates: 100)
22:48:18.581124 tst                      netreg_mass: Using 1 x modem (candidates: 100)
22:48:18.581811 tst                      netreg_mass: Using 1 x modem (candidates: 100)
22:48:18.582486 tst                      netreg_mass: Using 1 x modem (candidates: 100)
22:48:18.583285 tst                      netreg_mass: Using 1 x modem (candidates: 100)
22:48:18.583969 tst                      netreg_mass: Using 1 x modem (candidates: 100)
22:48:18.584650 tst                      netreg_mass: Using 1 x modem (candidates: 100)
22:48:18.585310 tst                      netreg_mass: Using 1 x modem (candidates: 100)
22:48:18.585988 tst                      netreg_mass: Using 1 x modem (candidates: 100)
22:48:18.586658 tst                      netreg_mass: Using 1 x modem (candidates: 100)
22:48:18.587316 tst                      netreg_mass: Using 1 x modem (candidates: 100)
22:48:18.587973 tst                      netreg_mass: Using 1 x modem (candidates: 100)
22:48:18.588644 tst                      netreg_mass: Using 1 x modem (candidates: 100)
22:48:18.589301 tst                      netreg_mass: Using 1 x modem (candidates: 100)
22:48:18.589966 tst                      netreg_mass: Using 1 x modem (candidates: 100)
22:48:18.590631 tst                      netreg_mass: Using 1 x modem (candidates: 100)
22:48:18.591280 tst                      netreg_mass: Using 1 x modem (candidates: 100)
22:48:18.591933 tst                      netreg_mass: Using 1 x modem (candidates: 100)
22:48:18.592612 tst                      netreg_mass: Using 1 x modem (candidates: 100)
22:48:18.593295 tst                      netreg_mass: Using 1 x modem (candidates: 100)
22:48:18.593952 tst                      netreg_mass: Using 1 x modem (candidates: 100)
22:48:18.594634 tst                      netreg_mass: Using 1 x modem (candidates: 100)
22:48:18.595305 tst                      netreg_mass: Using 1 x modem (candidates: 100)
22:48:18.595997 tst                      netreg_mass: Using 1 x modem (candidates: 100)
22:48:18.596690 tst                      netreg_mass: Using 1 x modem (candidates: 100)
22:48:18.597377 tst                      netreg_mass: Using 1 x modem (candidates: 100)
22:48:18.598027 tst                      netreg_mass: Using 1 x modem (candidates: 100)
22:48:18.598667 tst                      netreg_mass: Using 1 x modem (candidates: 100)
22:48:18.599329 tst                      netreg_mass: Using 1 x modem (candidates: 100)
22:48:18.600001 tst                      netreg_mass: Using 1 x modem (candidates: 100)
22:48:18.600671 tst                      netreg_mass: Using 1 x modem (candidates: 100)
22:48:18.601364 tst                      netreg_mass: Using 1 x modem (candidates: 100)
22:48:18.602032 tst                      netreg_mass: Using 1 x modem (candidates: 100)
22:48:18.602774 tst      register_default_mass.py:21: Launching a simple network
22:48:18.616033 run              osmo-hlr_127.0.42.2: Starting osmo-hlr
22:48:18.773949 run            create_hlr_db(pid=20): Launched
22:48:19.789722 run            create_hlr_db(pid=20): Terminated: ok {rc=0}
22:48:19.829556 run pcap-recorder_any(filters='host 127.0.42.2')(pid=22): Launched
22:48:19.865878 run      osmo-hlr_127.0.42.2(pid=23): Launched
22:48:19.879542 run              osmo-stp_127.0.42.5: Starting osmo-stp
22:48:20.272574 run pcap-recorder_any(filters='host 127.0.42.5 and port not 22')(pid=24): Launched
22:48:20.293201 run      osmo-stp_127.0.42.5(pid=25): Launched
22:48:20.301147 run              osmo-msc_127.0.42.6: Starting osmo-msc
22:48:20.920503 run pcap-recorder_any(filters='host 127.0.42.6 and port not 22')(pid=26): Launched
22:48:20.941491 run      osmo-msc_127.0.42.6(pid=27): Launched
22:48:23.953969 run              osmo-mgw_127.0.42.3: Starting osmo-mgw
22:48:24.096370 run pcap-recorder_any(filters='host 127.0.42.3 and port not 22')(pid=28): Launched
22:48:24.114866 run      osmo-mgw_127.0.42.3(pid=29): Launched
22:48:24.121950 run              osmo-mgw_127.0.42.4: Starting osmo-mgw
22:48:24.150996 run pcap-recorder_any(filters='host 127.0.42.4 and port not 22')(pid=30): Launched
22:48:24.169035 run      osmo-mgw_127.0.42.4(pid=31): Launched
22:48:24.175861 run              osmo-bsc_127.0.42.7: Starting osmo-bsc
22:48:24.593927 run pcap-recorder_any(filters='host 127.0.42.7 and port not 22')(pid=32): Launched
22:48:24.615497 run      osmo-bsc_127.0.42.7(pid=33): Launched
22:48:30.639690 run                 osmo-bts-virtual: Starting to connect to osmo-bsc_127.0.42.7
22:48:30.879447 run         osmo-bts-virtual(pid=34): Launched
22:48:31.931509 tst         register_default_mass.py: using MSISDN 1001
22:48:31.937589 run              osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001010000000000', msisdn='1001', subscriber_id=1}
22:48:32.120526 tst         register_default_mass.py: using MSISDN 1002
22:48:32.131156 run              osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001010000000001', msisdn='1002', subscriber_id=2}
22:48:32.416547 tst         register_default_mass.py: using MSISDN 1003
22:48:32.422826 run              osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001010000000002', msisdn='1003', subscriber_id=3}
22:48:32.536069 tst         register_default_mass.py: using MSISDN 1004
22:48:32.542759 run              osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001010000000003', msisdn='1004', subscriber_id=4}
22:48:32.618964 tst         register_default_mass.py: using MSISDN 1005
22:48:32.627260 run              osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001010000000004', msisdn='1005', subscriber_id=5}
22:48:32.688875 tst         register_default_mass.py: using MSISDN 1006
22:48:32.701400 run              osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001010000000005', msisdn='1006', subscriber_id=6}
22:48:32.784843 tst         register_default_mass.py: using MSISDN 1007
22:48:32.792179 run              osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001010000000006', msisdn='1007', subscriber_id=7}
22:48:32.889836 tst         register_default_mass.py: using MSISDN 1008
22:48:32.896900 run              osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001010000000007', msisdn='1008', subscriber_id=8}
22:48:32.967410 tst         register_default_mass.py: using MSISDN 1009
22:48:32.980371 run              osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001010000000008', msisdn='1009', subscriber_id=9}
22:48:33.060439 tst         register_default_mass.py: using MSISDN 1010
22:48:33.073769 run              osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001010000000009', msisdn='1010', subscriber_id=10}
22:48:33.168395 tst         register_default_mass.py: using MSISDN 1011
22:48:33.175708 run              osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001020000000000', msisdn='1011', subscriber_id=11}
22:48:33.269544 tst         register_default_mass.py: using MSISDN 1012
22:48:33.276704 run              osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001020000000001', msisdn='1012', subscriber_id=12}
22:48:33.363917 tst         register_default_mass.py: using MSISDN 1013
22:48:33.371134 run              osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001020000000002', msisdn='1013', subscriber_id=13}
22:48:33.471372 tst         register_default_mass.py: using MSISDN 1014
22:48:33.477163 run              osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001020000000003', msisdn='1014', subscriber_id=14}
22:48:33.551505 tst         register_default_mass.py: using MSISDN 1015
22:48:33.557682 run              osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001020000000004', msisdn='1015', subscriber_id=15}
22:48:33.619914 tst         register_default_mass.py: using MSISDN 1016
22:48:33.626406 run              osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001020000000005', msisdn='1016', subscriber_id=16}
22:48:33.712070 tst         register_default_mass.py: using MSISDN 1017
22:48:33.719125 run              osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001020000000006', msisdn='1017', subscriber_id=17}
22:48:33.798425 tst         register_default_mass.py: using MSISDN 1018
22:48:33.805576 run              osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001020000000007', msisdn='1018', subscriber_id=18}
22:48:33.974217 tst         register_default_mass.py: using MSISDN 1019
22:48:33.980721 run              osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001020000000008', msisdn='1019', subscriber_id=19}
22:48:34.065484 tst         register_default_mass.py: using MSISDN 1020
22:48:34.072331 run              osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001020000000009', msisdn='1020', subscriber_id=20}
22:48:34.153572 tst         register_default_mass.py: using MSISDN 1021
22:48:34.159908 run              osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001030000000000', msisdn='1021', subscriber_id=21}
22:48:34.237632 tst         register_default_mass.py: using MSISDN 1022
22:48:34.244929 run              osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001030000000001', msisdn='1022', subscriber_id=22}
22:48:34.336426 tst         register_default_mass.py: using MSISDN 1023
22:48:34.342690 run              osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001030000000002', msisdn='1023', subscriber_id=23}
22:48:34.432912 tst         register_default_mass.py: using MSISDN 1024
22:48:34.439402 run              osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001030000000003', msisdn='1024', subscriber_id=24}
22:48:34.525852 tst         register_default_mass.py: using MSISDN 1025
22:48:34.532942 run              osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001030000000004', msisdn='1025', subscriber_id=25}
22:48:34.632197 tst         register_default_mass.py: using MSISDN 1026
22:48:34.638963 run              osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001030000000005', msisdn='1026', subscriber_id=26}
22:48:34.729238 tst         register_default_mass.py: using MSISDN 1027
22:48:34.736214 run              osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001030000000006', msisdn='1027', subscriber_id=27}
22:48:34.829856 tst         register_default_mass.py: using MSISDN 1028
22:48:34.836021 run              osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001030000000007', msisdn='1028', subscriber_id=28}
22:48:34.915530 tst         register_default_mass.py: using MSISDN 1029
22:48:34.921661 run              osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001030000000008', msisdn='1029', subscriber_id=29}
22:48:34.984080 tst         register_default_mass.py: using MSISDN 1030
22:48:34.990755 run              osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001030000000009', msisdn='1030', subscriber_id=30}
22:48:35.139398 tst         register_default_mass.py: using MSISDN 1031
22:48:35.145668 run              osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001040000000000', msisdn='1031', subscriber_id=31}
22:48:35.227397 tst         register_default_mass.py: using MSISDN 1032
22:48:35.233613 run              osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001040000000001', msisdn='1032', subscriber_id=32}
22:48:35.350498 tst         register_default_mass.py: using MSISDN 1033
22:48:35.358183 run              osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001040000000002', msisdn='1033', subscriber_id=33}
22:48:35.448003 tst         register_default_mass.py: using MSISDN 1034
22:48:35.455189 run              osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001040000000003', msisdn='1034', subscriber_id=34}
22:48:35.535025 tst         register_default_mass.py: using MSISDN 1035
22:48:35.542299 run              osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001040000000004', msisdn='1035', subscriber_id=35}
22:48:35.603747 tst         register_default_mass.py: using MSISDN 1036
22:48:35.610681 run              osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001040000000005', msisdn='1036', subscriber_id=36}
22:48:35.693646 tst         register_default_mass.py: using MSISDN 1037
22:48:35.701770 run              osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001040000000006', msisdn='1037', subscriber_id=37}
22:48:35.774309 tst         register_default_mass.py: using MSISDN 1038
22:48:35.781882 run              osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001040000000007', msisdn='1038', subscriber_id=38}
22:48:35.865391 tst         register_default_mass.py: using MSISDN 1039
22:48:35.872760 run              osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001040000000008', msisdn='1039', subscriber_id=39}
22:48:35.946014 tst         register_default_mass.py: using MSISDN 1040
22:48:35.957519 run              osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001040000000009', msisdn='1040', subscriber_id=40}
22:48:36.033611 tst         register_default_mass.py: using MSISDN 1041
22:48:36.043615 run              osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001050000000000', msisdn='1041', subscriber_id=41}
22:48:36.118256 tst         register_default_mass.py: using MSISDN 1042
22:48:36.124420 run              osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001050000000001', msisdn='1042', subscriber_id=42}
22:48:36.183257 tst         register_default_mass.py: using MSISDN 1043
22:48:36.189409 run              osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001050000000002', msisdn='1043', subscriber_id=43}
22:48:36.264986 tst         register_default_mass.py: using MSISDN 1044
22:48:36.270883 run              osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001050000000003', msisdn='1044', subscriber_id=44}
22:48:36.342453 tst         register_default_mass.py: using MSISDN 1045
22:48:36.348228 run              osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001050000000004', msisdn='1045', subscriber_id=45}
22:48:36.422840 tst         register_default_mass.py: using MSISDN 1046
22:48:36.428784 run              osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001050000000005', msisdn='1046', subscriber_id=46}
22:48:36.492202 tst         register_default_mass.py: using MSISDN 1047
22:48:36.498243 run              osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001050000000006', msisdn='1047', subscriber_id=47}
22:48:36.549855 tst         register_default_mass.py: using MSISDN 1048
22:48:36.555918 run              osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001050000000007', msisdn='1048', subscriber_id=48}
22:48:36.626898 tst         register_default_mass.py: using MSISDN 1049
22:48:36.633014 run              osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001050000000008', msisdn='1049', subscriber_id=49}
22:48:36.706431 tst         register_default_mass.py: using MSISDN 1050
22:48:36.712432 run              osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001050000000009', msisdn='1050', subscriber_id=50}
22:48:36.785006 tst         register_default_mass.py: using MSISDN 1051
22:48:36.790798 run              osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001060000000000', msisdn='1051', subscriber_id=51}
22:48:36.856271 tst         register_default_mass.py: using MSISDN 1052
22:48:36.862331 run              osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001060000000001', msisdn='1052', subscriber_id=52}
22:48:36.925086 tst         register_default_mass.py: using MSISDN 1053
22:48:36.931653 run              osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001060000000002', msisdn='1053', subscriber_id=53}
22:48:37.001291 tst         register_default_mass.py: using MSISDN 1054
22:48:37.012171 run              osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001060000000003', msisdn='1054', subscriber_id=54}
22:48:37.211274 tst         register_default_mass.py: using MSISDN 1055
22:48:37.217483 run              osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001060000000004', msisdn='1055', subscriber_id=55}
22:48:37.300770 tst         register_default_mass.py: using MSISDN 1056
22:48:37.308770 run              osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001060000000005', msisdn='1056', subscriber_id=56}
22:48:37.372516 tst         register_default_mass.py: using MSISDN 1057
22:48:37.378712 run              osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001060000000006', msisdn='1057', subscriber_id=57}
22:48:37.468380 tst         register_default_mass.py: using MSISDN 1058
22:48:37.476569 run              osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001060000000007', msisdn='1058', subscriber_id=58}
22:48:37.554013 tst         register_default_mass.py: using MSISDN 1059
22:48:37.563108 run              osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001060000000008', msisdn='1059', subscriber_id=59}
22:48:37.644209 tst         register_default_mass.py: using MSISDN 1060
22:48:37.650404 run              osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001060000000009', msisdn='1060', subscriber_id=60}
22:48:37.716287 tst         register_default_mass.py: using MSISDN 1061
22:48:37.722362 run              osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001070000000000', msisdn='1061', subscriber_id=61}
22:48:37.802288 tst         register_default_mass.py: using MSISDN 1062
22:48:37.808149 run              osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001070000000001', msisdn='1062', subscriber_id=62}
22:48:37.883760 tst         register_default_mass.py: using MSISDN 1063
22:48:37.890106 run              osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001070000000002', msisdn='1063', subscriber_id=63}
22:48:37.981341 tst         register_default_mass.py: using MSISDN 1064
22:48:37.988941 run              osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001070000000003', msisdn='1064', subscriber_id=64}
22:48:38.545479 tst         register_default_mass.py: using MSISDN 1065
22:48:38.606765 run              osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001070000000004', msisdn='1065', subscriber_id=65}
22:48:38.673137 tst         register_default_mass.py: using MSISDN 1066
22:48:38.679427 run              osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001070000000005', msisdn='1066', subscriber_id=66}
22:48:38.751569 tst         register_default_mass.py: using MSISDN 1067
22:48:38.758247 run              osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001070000000006', msisdn='1067', subscriber_id=67}
22:48:38.828184 tst         register_default_mass.py: using MSISDN 1068
22:48:38.835559 run              osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001070000000007', msisdn='1068', subscriber_id=68}
22:48:38.906940 tst         register_default_mass.py: using MSISDN 1069
22:48:38.913183 run              osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001070000000008', msisdn='1069', subscriber_id=69}
22:48:38.984002 tst         register_default_mass.py: using MSISDN 1070
22:48:38.990201 run              osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001070000000009', msisdn='1070', subscriber_id=70}
22:48:39.056917 tst         register_default_mass.py: using MSISDN 1071
22:48:39.064865 run              osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001080000000000', msisdn='1071', subscriber_id=71}
22:48:39.138713 tst         register_default_mass.py: using MSISDN 1072
22:48:39.146128 run              osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001080000000001', msisdn='1072', subscriber_id=72}
22:48:39.222723 tst         register_default_mass.py: using MSISDN 1073
22:48:39.230023 run              osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001080000000002', msisdn='1073', subscriber_id=73}
22:48:39.306419 tst         register_default_mass.py: using MSISDN 1074
22:48:39.312834 run              osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001080000000003', msisdn='1074', subscriber_id=74}
22:48:39.388446 tst         register_default_mass.py: using MSISDN 1075
22:48:39.395049 run              osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001080000000004', msisdn='1075', subscriber_id=75}
22:48:39.459750 tst         register_default_mass.py: using MSISDN 1076
22:48:39.466020 run              osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001080000000005', msisdn='1076', subscriber_id=76}
22:48:39.556554 tst         register_default_mass.py: using MSISDN 1077
22:48:39.562912 run              osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001080000000006', msisdn='1077', subscriber_id=77}
22:48:39.631386 tst         register_default_mass.py: using MSISDN 1078
22:48:39.637569 run              osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001080000000007', msisdn='1078', subscriber_id=78}
22:48:39.728588 tst         register_default_mass.py: using MSISDN 1079
22:48:39.734706 run              osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001080000000008', msisdn='1079', subscriber_id=79}
22:48:39.814980 tst         register_default_mass.py: using MSISDN 1080
22:48:39.821422 run              osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001080000000009', msisdn='1080', subscriber_id=80}
22:48:39.901399 tst         register_default_mass.py: using MSISDN 1081
22:48:39.908199 run              osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001090000000000', msisdn='1081', subscriber_id=81}
22:48:39.987487 tst         register_default_mass.py: using MSISDN 1082
22:48:39.993670 run              osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001090000000001', msisdn='1082', subscriber_id=82}
22:48:40.074226 tst         register_default_mass.py: using MSISDN 1083
22:48:40.080332 run              osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001090000000002', msisdn='1083', subscriber_id=83}
22:48:40.164336 tst         register_default_mass.py: using MSISDN 1084
22:48:40.178549 run              osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001090000000003', msisdn='1084', subscriber_id=84}
22:48:40.261424 tst         register_default_mass.py: using MSISDN 1085
22:48:40.271359 run              osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001090000000004', msisdn='1085', subscriber_id=85}
22:48:40.350101 tst         register_default_mass.py: using MSISDN 1086
22:48:40.356282 run              osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001090000000005', msisdn='1086', subscriber_id=86}
22:48:40.440560 tst         register_default_mass.py: using MSISDN 1087
22:48:40.449254 run              osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001090000000006', msisdn='1087', subscriber_id=87}
22:48:40.514767 tst         register_default_mass.py: using MSISDN 1088
22:48:40.521214 run              osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001090000000007', msisdn='1088', subscriber_id=88}
22:48:40.593606 tst         register_default_mass.py: using MSISDN 1089
22:48:40.601949 run              osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001090000000008', msisdn='1089', subscriber_id=89}
22:48:40.692184 tst         register_default_mass.py: using MSISDN 1090
22:48:40.698264 run              osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001090000000009', msisdn='1090', subscriber_id=90}
22:48:40.770653 tst         register_default_mass.py: using MSISDN 1091
22:48:40.777373 run              osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001100000000000', msisdn='1091', subscriber_id=91}
22:48:40.863871 tst         register_default_mass.py: using MSISDN 1092
22:48:40.870871 run              osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001100000000001', msisdn='1092', subscriber_id=92}
22:48:40.964035 tst         register_default_mass.py: using MSISDN 1093
22:48:40.973133 run              osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001100000000002', msisdn='1093', subscriber_id=93}
22:48:41.063931 tst         register_default_mass.py: using MSISDN 1094
22:48:41.071128 run              osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001100000000003', msisdn='1094', subscriber_id=94}
22:48:41.172559 tst         register_default_mass.py: using MSISDN 1095
22:48:41.179922 run              osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001100000000004', msisdn='1095', subscriber_id=95}
22:48:41.301522 tst         register_default_mass.py: using MSISDN 1096
22:48:41.310013 run              osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001100000000005', msisdn='1096', subscriber_id=96}
22:48:41.416918 tst         register_default_mass.py: using MSISDN 1097
22:48:41.430156 run              osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001100000000006', msisdn='1097', subscriber_id=97}
22:48:41.535938 tst         register_default_mass.py: using MSISDN 1098
22:48:41.544746 run              osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001100000000007', msisdn='1098', subscriber_id=98}
22:48:41.671171 tst         register_default_mass.py: using MSISDN 1099
22:48:41.678074 run              osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001100000000008', msisdn='1099', subscriber_id=99}
22:48:41.753767 tst         register_default_mass.py: using MSISDN 1100
22:48:41.760129 run              osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001100000000009', msisdn='1100', subscriber_id=100}
22:48:41.895221 run                             mass: Starting testcase
22:48:41.901748 run                             mass: Pre-launching all virtphy's
22:48:41.908196 run           osmo-ms-virt-phy/00000: Starting virtphy
22:48:41.923781 run   osmo-ms-virt-phy/00000(pid=35): Launched
22:48:41.931230 run           osmo-ms-virt-phy/00001: Starting virtphy
22:48:41.947514 run   osmo-ms-virt-phy/00001(pid=36): Launched
22:48:41.954989 run           osmo-ms-virt-phy/00002: Starting virtphy
22:48:41.971004 run   osmo-ms-virt-phy/00002(pid=37): Launched
22:48:41.978464 run           osmo-ms-virt-phy/00003: Starting virtphy
22:48:41.994590 run   osmo-ms-virt-phy/00003(pid=38): Launched
22:48:42.001770 run           osmo-ms-virt-phy/00004: Starting virtphy
22:48:42.017849 run   osmo-ms-virt-phy/00004(pid=39): Launched
22:48:42.024768 run           osmo-ms-virt-phy/00005: Starting virtphy
22:48:42.039814 run   osmo-ms-virt-phy/00005(pid=40): Launched
22:48:42.046819 run           osmo-ms-virt-phy/00006: Starting virtphy
22:48:42.062405 run   osmo-ms-virt-phy/00006(pid=41): Launched
22:48:42.069160 run           osmo-ms-virt-phy/00007: Starting virtphy
22:48:42.083042 run   osmo-ms-virt-phy/00007(pid=42): Launched
22:48:42.089188 run           osmo-ms-virt-phy/00008: Starting virtphy
22:48:42.102520 run   osmo-ms-virt-phy/00008(pid=43): Launched
22:48:42.108705 run           osmo-ms-virt-phy/00009: Starting virtphy
22:48:42.122219 run   osmo-ms-virt-phy/00009(pid=44): Launched
22:48:42.128392 run           osmo-ms-virt-phy/00010: Starting virtphy
22:48:42.141556 run   osmo-ms-virt-phy/00010(pid=45): Launched
22:48:42.147662 run           osmo-ms-virt-phy/00011: Starting virtphy
22:48:42.160971 run   osmo-ms-virt-phy/00011(pid=46): Launched
22:48:42.167266 run           osmo-ms-virt-phy/00012: Starting virtphy
22:48:42.180853 run   osmo-ms-virt-phy/00012(pid=47): Launched
22:48:42.187235 run           osmo-ms-virt-phy/00013: Starting virtphy
22:48:42.200526 run   osmo-ms-virt-phy/00013(pid=48): Launched
22:48:42.206533 run           osmo-ms-virt-phy/00014: Starting virtphy
22:48:42.219684 run   osmo-ms-virt-phy/00014(pid=49): Launched
22:48:42.226032 run           osmo-ms-virt-phy/00015: Starting virtphy
22:48:42.240191 run   osmo-ms-virt-phy/00015(pid=50): Launched
22:48:42.246800 run           osmo-ms-virt-phy/00016: Starting virtphy
22:48:42.261153 run   osmo-ms-virt-phy/00016(pid=51): Launched
22:48:42.267778 run           osmo-ms-virt-phy/00017: Starting virtphy
22:48:42.282317 run   osmo-ms-virt-phy/00017(pid=52): Launched
22:48:42.288952 run           osmo-ms-virt-phy/00018: Starting virtphy
22:48:42.302653 run   osmo-ms-virt-phy/00018(pid=53): Launched
22:48:42.309009 run           osmo-ms-virt-phy/00019: Starting virtphy
22:48:42.322723 run   osmo-ms-virt-phy/00019(pid=54): Launched
22:48:42.329230 run           osmo-ms-virt-phy/00020: Starting virtphy
22:48:42.343022 run   osmo-ms-virt-phy/00020(pid=55): Launched
22:48:42.349381 run           osmo-ms-virt-phy/00021: Starting virtphy
22:48:42.363130 run   osmo-ms-virt-phy/00021(pid=56): Launched
22:48:42.369504 run           osmo-ms-virt-phy/00022: Starting virtphy
22:48:42.383323 run   osmo-ms-virt-phy/00022(pid=57): Launched
22:48:42.389750 run           osmo-ms-virt-phy/00023: Starting virtphy
22:48:42.403887 run   osmo-ms-virt-phy/00023(pid=58): Launched
22:48:42.410415 run           osmo-ms-virt-phy/00024: Starting virtphy
22:48:42.424558 run   osmo-ms-virt-phy/00024(pid=59): Launched
22:48:42.431189 run           osmo-ms-virt-phy/00025: Starting virtphy
22:48:42.451510 run   osmo-ms-virt-phy/00025(pid=60): Launched
22:48:42.457843 run           osmo-ms-virt-phy/00026: Starting virtphy
22:48:42.471126 run   osmo-ms-virt-phy/00026(pid=61): Launched
22:48:42.477242 run           osmo-ms-virt-phy/00027: Starting virtphy
22:48:42.490485 run   osmo-ms-virt-phy/00027(pid=62): Launched
22:48:42.496678 run           osmo-ms-virt-phy/00028: Starting virtphy
22:48:42.510028 run   osmo-ms-virt-phy/00028(pid=63): Launched
22:48:42.516387 run           osmo-ms-virt-phy/00029: Starting virtphy
22:48:42.529698 run   osmo-ms-virt-phy/00029(pid=64): Launched
22:48:42.535769 run           osmo-ms-virt-phy/00030: Starting virtphy
22:48:42.549307 run   osmo-ms-virt-phy/00030(pid=65): Launched
22:48:42.555400 run           osmo-ms-virt-phy/00031: Starting virtphy
22:48:42.568620 run   osmo-ms-virt-phy/00031(pid=66): Launched
22:48:42.574722 run           osmo-ms-virt-phy/00032: Starting virtphy
22:48:42.587912 run   osmo-ms-virt-phy/00032(pid=67): Launched
22:48:42.594043 run           osmo-ms-virt-phy/00033: Starting virtphy
22:48:42.607223 run   osmo-ms-virt-phy/00033(pid=68): Launched
22:48:42.613181 run           osmo-ms-virt-phy/00034: Starting virtphy
22:48:42.626191 run   osmo-ms-virt-phy/00034(pid=69): Launched
22:48:42.632256 run           osmo-ms-virt-phy/00035: Starting virtphy
22:48:42.645145 run   osmo-ms-virt-phy/00035(pid=70): Launched
22:48:42.651207 run           osmo-ms-virt-phy/00036: Starting virtphy
22:48:42.664585 run   osmo-ms-virt-phy/00036(pid=71): Launched
22:48:42.670836 run           osmo-ms-virt-phy/00037: Starting virtphy
22:48:42.684339 run   osmo-ms-virt-phy/00037(pid=72): Launched
22:48:42.690626 run           osmo-ms-virt-phy/00038: Starting virtphy
22:48:42.704331 run   osmo-ms-virt-phy/00038(pid=73): Launched
22:48:42.710747 run           osmo-ms-virt-phy/00039: Starting virtphy
22:48:42.724453 run   osmo-ms-virt-phy/00039(pid=74): Launched
22:48:42.730671 run           osmo-ms-virt-phy/00040: Starting virtphy
22:48:42.744130 run   osmo-ms-virt-phy/00040(pid=75): Launched
22:48:42.750340 run           osmo-ms-virt-phy/00041: Starting virtphy
22:48:42.763736 run   osmo-ms-virt-phy/00041(pid=76): Launched
22:48:42.769854 run           osmo-ms-virt-phy/00042: Starting virtphy
22:48:42.783084 run   osmo-ms-virt-phy/00042(pid=77): Launched
22:48:42.789191 run           osmo-ms-virt-phy/00043: Starting virtphy
22:48:42.802528 run   osmo-ms-virt-phy/00043(pid=78): Launched
22:48:42.808611 run           osmo-ms-virt-phy/00044: Starting virtphy
22:48:42.821568 run   osmo-ms-virt-phy/00044(pid=79): Launched
22:48:42.827579 run           osmo-ms-virt-phy/00045: Starting virtphy
22:48:42.840487 run   osmo-ms-virt-phy/00045(pid=80): Launched
22:48:42.846496 run           osmo-ms-virt-phy/00046: Starting virtphy
22:48:42.859319 run   osmo-ms-virt-phy/00046(pid=81): Launched
22:48:42.865287 run           osmo-ms-virt-phy/00047: Starting virtphy
22:48:42.878179 run   osmo-ms-virt-phy/00047(pid=82): Launched
22:48:42.884224 run           osmo-ms-virt-phy/00048: Starting virtphy
22:48:42.897107 run   osmo-ms-virt-phy/00048(pid=83): Launched
22:48:42.903088 run           osmo-ms-virt-phy/00049: Starting virtphy
22:48:42.916049 run   osmo-ms-virt-phy/00049(pid=84): Launched
22:48:42.922089 run           osmo-ms-virt-phy/00050: Starting virtphy
22:48:42.935045 run   osmo-ms-virt-phy/00050(pid=85): Launched
22:48:42.941071 run           osmo-ms-virt-phy/00051: Starting virtphy
22:48:42.953976 run   osmo-ms-virt-phy/00051(pid=86): Launched
22:48:42.959980 run           osmo-ms-virt-phy/00052: Starting virtphy
22:48:42.973032 run   osmo-ms-virt-phy/00052(pid=87): Launched
22:48:42.979060 run           osmo-ms-virt-phy/00053: Starting virtphy
22:48:42.992053 run   osmo-ms-virt-phy/00053(pid=88): Launched
22:48:42.998050 run           osmo-ms-virt-phy/00054: Starting virtphy
22:48:43.011395 run   osmo-ms-virt-phy/00054(pid=89): Launched
22:48:43.446949 run           osmo-ms-virt-phy/00055: Starting virtphy
22:48:43.461355 run   osmo-ms-virt-phy/00055(pid=90): Launched
22:48:43.467717 run           osmo-ms-virt-phy/00056: Starting virtphy
22:48:43.481403 run   osmo-ms-virt-phy/00056(pid=91): Launched
22:48:43.488075 run           osmo-ms-virt-phy/00057: Starting virtphy
22:48:43.501665 run   osmo-ms-virt-phy/00057(pid=92): Launched
22:48:43.508077 run           osmo-ms-virt-phy/00058: Starting virtphy
22:48:43.522415 run   osmo-ms-virt-phy/00058(pid=93): Launched
22:48:43.529182 run           osmo-ms-virt-phy/00059: Starting virtphy
22:48:43.542970 run   osmo-ms-virt-phy/00059(pid=94): Launched
22:48:43.549331 run           osmo-ms-virt-phy/00060: Starting virtphy
22:48:43.563416 run   osmo-ms-virt-phy/00060(pid=95): Launched
22:48:43.569810 run           osmo-ms-virt-phy/00061: Starting virtphy
22:48:43.583180 run   osmo-ms-virt-phy/00061(pid=96): Launched
22:48:43.589490 run           osmo-ms-virt-phy/00062: Starting virtphy
22:48:43.602778 run   osmo-ms-virt-phy/00062(pid=97): Launched
22:48:43.609480 run           osmo-ms-virt-phy/00063: Starting virtphy
22:48:43.623714 run   osmo-ms-virt-phy/00063(pid=98): Launched
22:48:43.630050 run           osmo-ms-virt-phy/00064: Starting virtphy
22:48:43.643941 run   osmo-ms-virt-phy/00064(pid=99): Launched
22:48:43.650261 run           osmo-ms-virt-phy/00065: Starting virtphy
22:48:43.663959 run  osmo-ms-virt-phy/00065(pid=100): Launched
22:48:43.670387 run           osmo-ms-virt-phy/00066: Starting virtphy
22:48:43.684059 run  osmo-ms-virt-phy/00066(pid=101): Launched
22:48:43.690478 run           osmo-ms-virt-phy/00067: Starting virtphy
22:48:43.704450 run  osmo-ms-virt-phy/00067(pid=102): Launched
22:48:43.710807 run           osmo-ms-virt-phy/00068: Starting virtphy
22:48:43.724450 run  osmo-ms-virt-phy/00068(pid=103): Launched
22:48:43.730981 run           osmo-ms-virt-phy/00069: Starting virtphy
22:48:43.744811 run  osmo-ms-virt-phy/00069(pid=104): Launched
22:48:43.761638 run           osmo-ms-virt-phy/00070: Starting virtphy
22:48:43.775484 run  osmo-ms-virt-phy/00070(pid=105): Launched
22:48:43.781762 run           osmo-ms-virt-phy/00071: Starting virtphy
22:48:43.795052 run  osmo-ms-virt-phy/00071(pid=106): Launched
22:48:43.801600 run           osmo-ms-virt-phy/00072: Starting virtphy
22:48:43.841437 run  osmo-ms-virt-phy/00072(pid=107): Launched
22:48:43.848052 run           osmo-ms-virt-phy/00073: Starting virtphy
22:48:43.862421 run  osmo-ms-virt-phy/00073(pid=108): Launched
22:48:43.868874 run           osmo-ms-virt-phy/00074: Starting virtphy
22:48:43.882899 run  osmo-ms-virt-phy/00074(pid=109): Launched
22:48:43.889269 run           osmo-ms-virt-phy/00075: Starting virtphy
22:48:43.903354 run  osmo-ms-virt-phy/00075(pid=110): Launched
22:48:43.969375 run           osmo-ms-virt-phy/00076: Starting virtphy
22:48:43.984113 run  osmo-ms-virt-phy/00076(pid=111): Launched
22:48:43.990253 run           osmo-ms-virt-phy/00077: Starting virtphy
22:48:44.003552 run  osmo-ms-virt-phy/00077(pid=112): Launched
22:48:44.009693 run           osmo-ms-virt-phy/00078: Starting virtphy
22:48:44.023044 run  osmo-ms-virt-phy/00078(pid=113): Launched
22:48:44.029326 run           osmo-ms-virt-phy/00079: Starting virtphy
22:48:44.042643 run  osmo-ms-virt-phy/00079(pid=114): Launched
22:48:44.048718 run           osmo-ms-virt-phy/00080: Starting virtphy
22:48:44.062046 run  osmo-ms-virt-phy/00080(pid=115): Launched
22:48:44.123403 run           osmo-ms-virt-phy/00081: Starting virtphy
22:48:44.152271 run  osmo-ms-virt-phy/00081(pid=116): Launched
22:48:44.159269 run           osmo-ms-virt-phy/00082: Starting virtphy
22:48:44.172306 run  osmo-ms-virt-phy/00082(pid=117): Launched
22:48:44.178770 run           osmo-ms-virt-phy/00083: Starting virtphy
22:48:44.192035 run  osmo-ms-virt-phy/00083(pid=118): Launched
22:48:44.198127 run           osmo-ms-virt-phy/00084: Starting virtphy
22:48:44.211197 run  osmo-ms-virt-phy/00084(pid=119): Launched
22:48:44.217286 run           osmo-ms-virt-phy/00085: Starting virtphy
22:48:44.230403 run  osmo-ms-virt-phy/00085(pid=120): Launched
22:48:44.236438 run           osmo-ms-virt-phy/00086: Starting virtphy
22:48:44.249427 run  osmo-ms-virt-phy/00086(pid=121): Launched
22:48:44.255517 run           osmo-ms-virt-phy/00087: Starting virtphy
22:48:44.268623 run  osmo-ms-virt-phy/00087(pid=122): Launched
22:48:44.274691 run           osmo-ms-virt-phy/00088: Starting virtphy
22:48:44.288118 run  osmo-ms-virt-phy/00088(pid=123): Launched
22:48:44.294238 run           osmo-ms-virt-phy/00089: Starting virtphy
22:48:44.307376 run  osmo-ms-virt-phy/00089(pid=124): Launched
22:48:44.313450 run           osmo-ms-virt-phy/00090: Starting virtphy
22:48:44.326467 run  osmo-ms-virt-phy/00090(pid=125): Launched
22:48:44.332707 run           osmo-ms-virt-phy/00091: Starting virtphy
22:48:44.345844 run  osmo-ms-virt-phy/00091(pid=126): Launched
22:48:44.352998 run           osmo-ms-virt-phy/00092: Starting virtphy
22:48:44.365928 run  osmo-ms-virt-phy/00092(pid=127): Launched
22:48:44.372078 run           osmo-ms-virt-phy/00093: Starting virtphy
22:48:44.716159 run  osmo-ms-virt-phy/00093(pid=128): Launched
22:48:44.722756 run           osmo-ms-virt-phy/00094: Starting virtphy
22:48:44.736370 run  osmo-ms-virt-phy/00094(pid=129): Launched
22:48:44.742680 run           osmo-ms-virt-phy/00095: Starting virtphy
22:48:44.756348 run  osmo-ms-virt-phy/00095(pid=130): Launched
22:48:44.762777 run           osmo-ms-virt-phy/00096: Starting virtphy
22:48:44.776588 run  osmo-ms-virt-phy/00096(pid=131): Launched
22:48:44.782969 run           osmo-ms-virt-phy/00097: Starting virtphy
22:48:44.796879 run  osmo-ms-virt-phy/00097(pid=132): Launched
22:48:44.803702 run           osmo-ms-virt-phy/00098: Starting virtphy
22:48:44.817877 run  osmo-ms-virt-phy/00098(pid=133): Launched
22:48:44.824310 run           osmo-ms-virt-phy/00099: Starting virtphy
22:48:44.837740 run  osmo-ms-virt-phy/00099(pid=134): Launched
22:48:44.844014 run                             mass: Checking if sockets are in the filesystem
22:48:45.002870 run                osmo-ms-mob/00000: Starting mobile
22:48:45.039542 run       osmo-ms-mob/00000(pid=135): Launched
22:48:45.045898 run                             mass: Starting too slowly. Moving on {now=19565830.749268312, sleep=-0.09575744718313217, target=19565830.653510865}
22:48:45.051646 run                             mass: Starting too slowly. Moving on {now=19565830.755016856, sleep=-0.0015059895813465118, target=19565830.753510866}
22:48:45.057589 run                             mass: MS start registered  {at=19565830.760943826, delay=0.01168251782655716, ms=00000}
22:48:49.057885 run                osmo-ms-mob/00001: Starting mobile
22:48:49.072387 run       osmo-ms-mob/00001(pid=136): Launched
22:48:49.086929 run                             mass: MS start registered  {at=19565834.790243506, delay=0.007413037121295929, ms=00001}
22:48:50.857808 run                osmo-ms-mob/00002: Starting mobile
22:48:50.872872 run       osmo-ms-mob/00002(pid=137): Launched
22:48:50.886606 run                             mass: MS start registered  {at=19565836.58988865, delay=0.006662294268608093, ms=00002}
22:48:51.245847 run                             mass: MS performed LU  {at=19565836.949152455, lu_delay=6.188208628445864, ms=00000}
22:48:52.157356 run                osmo-ms-mob/00003: Starting mobile
22:48:52.171463 run       osmo-ms-mob/00003(pid=138): Launched
22:48:52.183474 run                             mass: MS start registered  {at=19565837.88681637, delay=0.005705844610929489, ms=00003}
22:48:53.257882 run                osmo-ms-mob/00004: Starting mobile
22:48:53.280350 run       osmo-ms-mob/00004(pid=139): Launched
22:48:53.295900 run                             mass: MS start registered  {at=19565838.999219745, delay=0.007451444864273071, ms=00004}
22:48:54.257109 run                osmo-ms-mob/00005: Starting mobile
22:48:54.272256 run       osmo-ms-mob/00005(pid=140): Launched
22:48:54.285720 run                             mass: MS start registered  {at=19565839.989058424, delay=0.006341930478811264, ms=00005}
22:48:55.011106 run                             mass: MS performed LU  {at=19565840.714422952, lu_delay=5.924179445952177, ms=00001}
22:48:55.160160 run                osmo-ms-mob/00006: Starting mobile
22:48:55.174824 run       osmo-ms-mob/00006(pid=141): Launched
22:48:55.187602 run                             mass: MS start registered  {at=19565840.890944164, delay=0.005919806659221649, ms=00006}
22:48:56.057675 run                osmo-ms-mob/00007: Starting mobile
22:48:56.075102 run       osmo-ms-mob/00007(pid=142): Launched
22:48:56.090849 run                             mass: MS start registered  {at=19565841.794162832, delay=0.007775165140628815, ms=00007}
22:48:56.865170 run                osmo-ms-mob/00008: Starting mobile
22:48:56.889920 run       osmo-ms-mob/00008(pid=143): Launched
22:48:56.908689 run                             mass: MS start registered  {at=19565842.61201555, delay=0.009342111647129059, ms=00008}
22:48:56.916548 run                             mass: MS performed LU  {at=19565842.619899753, lu_delay=6.030011102557182, ms=00002}
22:48:56.940783 run                             mass: MS performed LU  {at=19565842.644085724, lu_delay=4.757269352674484, ms=00003}
22:48:57.557495 run                osmo-ms-mob/00009: Starting mobile
22:48:57.573793 run       osmo-ms-mob/00009(pid=144): Launched
22:48:57.587709 run                             mass: MS start registered  {at=19565843.291037098, delay=0.006263721734285355, ms=00009}
22:48:58.257657 run                osmo-ms-mob/00010: Starting mobile
22:48:58.274497 run       osmo-ms-mob/00010(pid=145): Launched
22:48:58.292296 run                             mass: MS start registered  {at=19565843.995598357, delay=0.008717864751815796, ms=00010}
22:48:58.777810 run                             mass: MS performed LU  {at=19565844.481137194, lu_delay=5.4819174483418465, ms=00004}
22:48:58.789884 run                osmo-ms-mob/00011: Starting mobile
22:48:58.803712 run       osmo-ms-mob/00011(pid=146): Launched
22:48:58.816109 run                             mass: MS start registered  {at=19565844.519454256, delay=0.005962736904621124, ms=00011}
22:48:59.313003 run                             mass: MS performed LU  {at=19565845.01630958, lu_delay=5.027251157909632, ms=00005}
22:48:59.456992 run                osmo-ms-mob/00012: Starting mobile
22:48:59.471115 run       osmo-ms-mob/00012(pid=147): Launched
22:48:59.483471 run                             mass: MS start registered  {at=19565845.18681487, delay=0.005841735750436783, ms=00012}
22:49:00.056323 run                osmo-ms-mob/00013: Starting mobile
22:49:00.070783 run       osmo-ms-mob/00013(pid=148): Launched
22:49:00.083497 run                             mass: MS start registered  {at=19565845.78678948, delay=0.006094817072153091, ms=00013}
22:49:00.660954 run                osmo-ms-mob/00014: Starting mobile
22:49:00.674920 run       osmo-ms-mob/00014(pid=149): Launched
22:49:00.681909 run                             mass: MS performed LU  {at=19565846.38526104, lu_delay=5.494316875934601, ms=00006}
22:49:00.688880 run                             mass: MS start registered  {at=19565846.392242737, delay=0.007003895938396454, ms=00014}
22:49:00.941690 run                             mass: MS performed LU  {at=19565846.64499266, lu_delay=4.85082982853055, ms=00007}
22:49:01.256859 run                osmo-ms-mob/00015: Starting mobile
22:49:01.270417 run       osmo-ms-mob/00015(pid=150): Launched
22:49:01.282569 run                             mass: MS start registered  {at=19565846.985920023, delay=0.0036998167634010315, ms=00015}
22:49:01.757549 run                osmo-ms-mob/00016: Starting mobile
22:49:01.772034 run       osmo-ms-mob/00016(pid=151): Launched
22:49:01.784269 run                             mass: MS start registered  {at=19565847.487614337, delay=0.005679350346326828, ms=00016}
22:49:02.257963 run                osmo-ms-mob/00017: Starting mobile
22:49:02.272772 run       osmo-ms-mob/00017(pid=152): Launched
22:49:02.285173 run                             mass: MS start registered  {at=19565847.98851511, delay=0.005403358489274979, ms=00017}
22:49:02.543520 run                             mass: MS performed LU  {at=19565848.246848024, lu_delay=5.634832475334406, ms=00008}
22:49:02.608278 run                             mass: MS performed LU  {at=19565848.311607506, lu_delay=5.020570408552885, ms=00009}
22:49:02.858824 run                osmo-ms-mob/00018: Starting mobile
22:49:02.872560 run       osmo-ms-mob/00018(pid=153): Launched
22:49:02.884749 run                             mass: MS start registered  {at=19565848.588086225, delay=0.005804508924484253, ms=00018}
22:49:03.256591 run                osmo-ms-mob/00019: Starting mobile
22:49:03.271090 run       osmo-ms-mob/00019(pid=154): Launched
22:49:03.283474 run                             mass: MS start registered  {at=19565848.986816123, delay=0.005665592849254608, ms=00019}
22:49:03.756339 run                osmo-ms-mob/00020: Starting mobile
22:49:03.770382 run       osmo-ms-mob/00020(pid=155): Launched
22:49:03.782419 run                             mass: MS start registered  {at=19565849.48576787, delay=0.005693301558494568, ms=00020}
22:49:04.255950 run                osmo-ms-mob/00021: Starting mobile
22:49:04.274570 run       osmo-ms-mob/00021(pid=156): Launched
22:49:04.286564 run                             mass: MS start registered  {at=19565849.989906956, delay=0.005381319671869278, ms=00021}
22:49:04.444910 run                             mass: MS performed LU  {at=19565850.148229163, lu_delay=6.152630805969238, ms=00010}
22:49:04.472589 run                             mass: MS performed LU  {at=19565850.175927754, lu_delay=5.656473498791456, ms=00011}
22:49:04.559740 run                             mass: MS performed LU  {at=19565850.26306726, lu_delay=5.076252389699221, ms=00012}
22:49:04.572960 run                osmo-ms-mob/00022: Starting mobile
22:49:04.587163 run       osmo-ms-mob/00022(pid=157): Launched
22:49:04.599652 run                             mass: MS start registered  {at=19565850.302997805, delay=0.0049569271504879, ms=00022}
22:49:05.156519 run                osmo-ms-mob/00023: Starting mobile
22:49:05.170814 run       osmo-ms-mob/00023(pid=158): Launched
22:49:05.184184 run                             mass: MS start registered  {at=19565850.88751605, delay=0.0065024979412555695, ms=00023}
22:49:05.562593 run                osmo-ms-mob/00024: Starting mobile
22:49:05.578646 run       osmo-ms-mob/00024(pid=159): Launched
22:49:05.591392 run                             mass: MS start registered  {at=19565851.294739272, delay=0.0037877075374126434, ms=00024}
22:49:06.056850 run                osmo-ms-mob/00025: Starting mobile
22:49:06.070462 run       osmo-ms-mob/00025(pid=160): Launched
22:49:06.082942 run                             mass: MS start registered  {at=19565851.78628835, delay=0.005640503019094467, ms=00025}
22:49:06.225499 run                             mass: MS performed LU  {at=19565851.928828314, lu_delay=6.142038833349943, ms=00013}
22:49:06.469665 run                osmo-ms-mob/00026: Starting mobile
22:49:06.484912 run       osmo-ms-mob/00026(pid=161): Launched
22:49:06.497280 run                             mass: MS start registered  {at=19565852.200604364, delay=0.005844529718160629, ms=00026}
22:49:06.544520 run                             mass: MS performed LU  {at=19565852.24782889, lu_delay=5.855586152523756, ms=00014}
22:49:06.610635 run                             mass: MS performed LU  {at=19565852.313882023, lu_delay=5.327961999922991, ms=00015}
22:49:06.716545 run                             mass: MS performed LU  {at=19565852.419793434, lu_delay=4.932179097086191, ms=00016}
22:49:06.740401 run                osmo-ms-mob/00027: Starting mobile
22:49:06.754421 run       osmo-ms-mob/00027(pid=162): Launched
22:49:06.765901 run                             mass: MS start registered  {at=19565852.46925106, delay=0.005344308912754059, ms=00027}
22:49:07.256471 run                osmo-ms-mob/00028: Starting mobile
22:49:07.270991 run       osmo-ms-mob/00028(pid=163): Launched
22:49:07.282836 run                             mass: MS start registered  {at=19565852.986188333, delay=0.005572549998760223, ms=00028}
22:49:07.656406 run                osmo-ms-mob/00029: Starting mobile
22:49:07.670241 run       osmo-ms-mob/00029(pid=164): Launched
22:49:07.682761 run                             mass: MS start registered  {at=19565853.386105783, delay=0.005931694060564041, ms=00029}
22:49:08.056277 run                osmo-ms-mob/00030: Starting mobile
22:49:08.070247 run       osmo-ms-mob/00030(pid=165): Launched
22:49:08.082205 run                             mass: MS start registered  {at=19565853.78555009, delay=0.005645480006933212, ms=00030}
22:49:08.210117 run                             mass: MS performed LU  {at=19565853.913446255, lu_delay=5.924931146204472, ms=00017}
22:49:08.237558 run                             mass: MS performed LU  {at=19565853.94088904, lu_delay=5.352802813053131, ms=00018}
22:49:08.326600 run                             mass: MS performed LU  {at=19565854.029844705, lu_delay=5.043028581887484, ms=00019}
22:49:08.349729 run                osmo-ms-mob/00031: Starting mobile
22:49:08.363980 run       osmo-ms-mob/00031(pid=166): Launched
22:49:08.376204 run                             mass: MS start registered  {at=19565854.079539202, delay=0.005832545459270477, ms=00031}
22:49:08.618457 run                             mass: MS performed LU  {at=19565854.321702477, lu_delay=4.835934605449438, ms=00020}
22:49:08.769183 run                osmo-ms-mob/00032: Starting mobile
22:49:08.783547 run       osmo-ms-mob/00032(pid=167): Launched
22:49:08.795383 run                             mass: MS start registered  {at=19565854.498728856, delay=0.005602847784757614, ms=00032}
22:49:09.159130 run                osmo-ms-mob/00033: Starting mobile
22:49:09.173300 run       osmo-ms-mob/00033(pid=168): Launched
22:49:09.186072 run                             mass: MS start registered  {at=19565854.889413312, delay=0.005914278328418732, ms=00033}
22:49:09.557052 run                osmo-ms-mob/00034: Starting mobile
22:49:09.573210 run       osmo-ms-mob/00034(pid=169): Launched
22:49:09.586144 run                             mass: MS start registered  {at=19565855.28948481, delay=0.005686696618795395, ms=00034}
22:49:09.871514 run                osmo-ms-mob/00035: Starting mobile
22:49:09.885244 run       osmo-ms-mob/00035(pid=170): Launched
22:49:09.896936 run                             mass: MS start registered  {at=19565855.600285877, delay=0.005515921860933304, ms=00035}
22:49:09.992217 run                             mass: MS performed LU  {at=19565855.695521776, lu_delay=4.808005724102259, ms=00023}
22:49:10.075290 run                             mass: MS performed LU  {at=19565855.77858625, lu_delay=5.475588444620371, ms=00022}
22:49:10.141122 run                             mass: MS performed LU  {at=19565855.844379432, lu_delay=5.854472476989031, ms=00021}
22:49:10.165092 run                osmo-ms-mob/00036: Starting mobile
22:49:10.178653 run       osmo-ms-mob/00036(pid=171): Launched
22:49:10.190872 run                             mass: MS start registered  {at=19565855.894222647, delay=0.005719650536775589, ms=00036}
22:49:10.246653 run                             mass: MS performed LU  {at=19565855.949897047, lu_delay=4.655157774686813, ms=00024}
22:49:10.668843 run                osmo-ms-mob/00037: Starting mobile
22:49:10.682304 run       osmo-ms-mob/00037(pid=172): Launched
22:49:10.694797 run                             mass: MS start registered  {at=19565856.39813997, delay=0.006049904972314835, ms=00037}
22:49:10.962165 run                osmo-ms-mob/00038: Starting mobile
22:49:10.976872 run       osmo-ms-mob/00038(pid=173): Launched
22:49:10.989100 run                             mass: MS start registered  {at=19565856.692435104, delay=0.00590674951672554, ms=00038}
22:49:11.277393 run                osmo-ms-mob/00039: Starting mobile
22:49:11.297311 run       osmo-ms-mob/00039(pid=174): Launched
22:49:11.309031 run                             mass: MS start registered  {at=19565857.01238213, delay=0.005361802875995636, ms=00039}
22:49:11.656281 run                osmo-ms-mob/00040: Starting mobile
22:49:11.670244 run       osmo-ms-mob/00040(pid=175): Launched
22:49:11.684312 run                             mass: MS start registered  {at=19565857.38764456, delay=0.007132690399885178, ms=00040}
22:49:11.956726 run                osmo-ms-mob/00041: Starting mobile
22:49:11.969812 run       osmo-ms-mob/00041(pid=176): Launched
22:49:11.976465 run                             mass: MS performed LU  {at=19565857.679817136, lu_delay=5.2105660773813725, ms=00027}
22:49:11.982692 run                             mass: MS start registered  {at=19565857.68605626, delay=0.0063830651342868805, ms=00041}
22:49:12.004000 run                             mass: MS performed LU  {at=19565857.707334, lu_delay=4.7211456671357155, ms=00028}
22:49:12.015988 run                osmo-ms-mob/00042: Starting mobile
22:49:12.029243 run       osmo-ms-mob/00042(pid=177): Launched
22:49:12.040875 run                             mass: MS start registered  {at=19565857.74422602, delay=0.005562476813793182, ms=00042}
22:49:12.091715 run                             mass: MS performed LU  {at=19565857.795044832, lu_delay=6.00875648111105, ms=00025}
22:49:12.147355 run                             mass: MS performed LU  {at=19565857.85068385, lu_delay=5.650079485028982, ms=00026}
22:49:12.672351 run                osmo-ms-mob/00043: Starting mobile
22:49:12.686007 run       osmo-ms-mob/00043(pid=178): Launched
22:49:12.697928 run                             mass: MS start registered  {at=19565858.401276596, delay=0.005784079432487488, ms=00043}
22:49:12.956221 run                osmo-ms-mob/00044: Starting mobile
22:49:12.998055 run       osmo-ms-mob/00044(pid=179): Launched
22:49:13.013730 run                             mass: MS start registered  {at=19565858.717073116, delay=0.004952032119035721, ms=00044}
22:49:13.272759 run                osmo-ms-mob/00045: Starting mobile
22:49:13.287314 run       osmo-ms-mob/00045(pid=180): Launched
22:49:13.300510 run                             mass: MS start registered  {at=19565859.003838643, delay=0.006802912801504135, ms=00045}
22:49:13.572951 run                osmo-ms-mob/00046: Starting mobile
22:49:13.587834 run       osmo-ms-mob/00046(pid=181): Launched
22:49:13.600060 run                             mass: MS start registered  {at=19565859.30338557, delay=0.00565008819103241, ms=00046}
22:49:13.758114 run                             mass: MS performed LU  {at=19565859.46143505, lu_delay=4.962706193327904, ms=00032}
22:49:13.775343 run                osmo-ms-mob/00047: Starting mobile
22:49:13.789311 run       osmo-ms-mob/00047(pid=182): Launched
22:49:13.801592 run                             mass: MS start registered  {at=19565859.504940435, delay=0.005562197417020798, ms=00047}
22:49:13.841011 run                             mass: MS performed LU  {at=19565859.544346314, lu_delay=5.464807111769915, ms=00031}
22:49:14.012897 run                             mass: MS performed LU  {at=19565859.71615299, lu_delay=4.826739676296711, ms=00033}
22:49:14.038750 run                osmo-ms-mob/00048: Starting mobile
22:49:14.052560 run       osmo-ms-mob/00048(pid=183): Launched
22:49:14.058880 run                             mass: MS performed LU  {at=19565859.762234993, lu_delay=6.37612920999527, ms=00029}
22:49:14.065111 run                             mass: MS start registered  {at=19565859.76847433, delay=0.006263304501771927, ms=00048}
22:49:14.473258 run                osmo-ms-mob/00049: Starting mobile
22:49:14.488351 run       osmo-ms-mob/00049(pid=184): Launched
22:49:14.501002 run                             mass: MS start registered  {at=19565860.204334807, delay=0.006226465106010437, ms=00049}
22:49:14.770062 run                osmo-ms-mob/00050: Starting mobile
22:49:14.783800 run       osmo-ms-mob/00050(pid=185): Launched
22:49:14.795912 run                             mass: MS start registered  {at=19565860.49925735, delay=0.006070740520954132, ms=00050}
22:49:15.174233 run                osmo-ms-mob/00051: Starting mobile
22:49:15.189629 run       osmo-ms-mob/00051(pid=186): Launched
22:49:15.201923 run                             mass: MS start registered  {at=19565860.90526092, delay=0.005840122699737549, ms=00051}
22:49:15.457089 run                osmo-ms-mob/00052: Starting mobile
22:49:15.474446 run       osmo-ms-mob/00052(pid=187): Launched
22:49:15.486687 run                             mass: MS start registered  {at=19565861.190036617, delay=0.005313295871019363, ms=00052}
22:49:15.741477 run                             mass: MS performed LU  {at=19565861.44479779, lu_delay=5.04665782302618, ms=00037}
22:49:15.901976 run                osmo-ms-mob/00053: Starting mobile
22:49:15.920178 run       osmo-ms-mob/00053(pid=188): Launched
22:49:15.926570 run                             mass: Starting too slowly. Moving on {now=19565861.629937645, sleep=-0.07642631977796555, target=19565861.553511325}
22:49:15.932900 run                             mass: MS performed LU  {at=19565861.636255447, lu_delay=4.943820342421532, ms=00038}
22:49:15.938772 run                             mass: MS performed LU  {at=19565861.642136175, lu_delay=5.7479135282337666, ms=00036}
22:49:15.944635 run                             mass: MS performed LU  {at=19565861.64799339, lu_delay=4.63561125844717, ms=00039}
22:49:15.956176 run                osmo-ms-mob/00054: Starting mobile
22:49:15.970350 run       osmo-ms-mob/00054(pid=189): Launched
22:49:15.976733 run                             mass: MS start registered  {at=19565861.680090606, delay=0.050155457109212875, ms=00053}
22:49:15.982852 run                             mass: MS performed LU  {at=19565861.686212026, lu_delay=6.396727215498686, ms=00034}
22:49:15.988696 run                             mass: MS performed LU  {at=19565861.69206228, lu_delay=6.09177640452981, ms=00035}
22:49:15.999516 run                osmo-ms-mob/00055: Starting mobile
22:49:16.012816 run       osmo-ms-mob/00055(pid=190): Launched
22:49:16.018845 run                             mass: MS start registered  {at=19565861.722206403, delay=0.04213628172874451, ms=00054}
22:49:16.024735 run                             mass: MS start registered  {at=19565861.728098612, delay=0.005909588187932968, ms=00055}
22:49:16.670715 run                osmo-ms-mob/00056: Starting mobile
22:49:16.684947 run       osmo-ms-mob/00056(pid=191): Launched
22:49:16.697251 run                             mass: MS start registered  {at=19565862.400588866, delay=0.0057652294635772705, ms=00056}
22:49:16.958096 run                osmo-ms-mob/00057: Starting mobile
22:49:16.972088 run       osmo-ms-mob/00057(pid=192): Launched
22:49:16.984145 run                             mass: MS start registered  {at=19565862.687488638, delay=0.0055450014770030975, ms=00057}
22:49:17.356440 run                osmo-ms-mob/00058: Starting mobile
22:49:17.370422 run       osmo-ms-mob/00058(pid=193): Launched
22:49:17.383452 run                             mass: MS start registered  {at=19565863.08678709, delay=0.005840986967086792, ms=00058}
22:49:17.523260 run                             mass: MS performed LU  {at=19565863.226587497, lu_delay=5.540531236678362, ms=00041}
22:49:17.541872 run                             mass: MS performed LU  {at=19565863.24519994, lu_delay=5.500973921269178, ms=00042}
22:49:17.553807 run                osmo-ms-mob/00059: Starting mobile
22:49:17.567650 run       osmo-ms-mob/00059(pid=194): Launched
22:49:17.580449 run                             mass: MS start registered  {at=19565863.28379216, delay=0.006341412663459778, ms=00059}
22:49:17.606618 run                             mass: MS performed LU  {at=19565863.30993941, lu_delay=5.9222948513925076, ms=00040}
22:49:17.813803 run                             mass: MS performed LU  {at=19565863.51713098, lu_delay=5.115854382514954, ms=00043}
22:49:17.825935 run                osmo-ms-mob/00060: Starting mobile
22:49:17.839801 run       osmo-ms-mob/00060(pid=195): Launched
22:49:17.852031 run                             mass: MS start registered  {at=19565863.555375386, delay=0.005489852279424667, ms=00060}
22:49:17.869909 run                             mass: MS performed LU  {at=19565863.573238675, lu_delay=4.856165558099747, ms=00044}
22:49:18.356042 run                osmo-ms-mob/00061: Starting mobile
22:49:18.369660 run       osmo-ms-mob/00061(pid=196): Launched
22:49:18.381751 run                             mass: MS start registered  {at=19565864.08509311, delay=0.00570225715637207, ms=00061}
22:49:18.656765 run                osmo-ms-mob/00062: Starting mobile
22:49:18.670252 run       osmo-ms-mob/00062(pid=197): Launched
22:49:18.682515 run                             mass: MS start registered  {at=19565864.38585291, delay=0.005742572247982025, ms=00062}
22:49:18.956858 run                osmo-ms-mob/00063: Starting mobile
22:49:18.970623 run       osmo-ms-mob/00063(pid=198): Launched
22:49:18.983141 run                             mass: MS start registered  {at=19565864.686484337, delay=0.005615435540676117, ms=00063}
22:49:19.356668 run                osmo-ms-mob/00064: Starting mobile
22:49:19.369914 run       osmo-ms-mob/00064(pid=199): Launched
22:49:19.381881 run                             mass: MS start registered  {at=19565865.085229214, delay=0.00568472221493721, ms=00064}
22:49:19.508233 run                             mass: MS performed LU  {at=19565865.211558424, lu_delay=5.00722361728549, ms=00049}
22:49:19.536061 run                             mass: MS performed LU  {at=19565865.239379868, lu_delay=4.740122519433498, ms=00050}
22:49:19.678828 run                             mass: MS performed LU  {at=19565865.382153243, lu_delay=6.378314599394798, ms=00045}
22:49:19.691092 run                osmo-ms-mob/00065: Starting mobile
22:49:19.705948 run       osmo-ms-mob/00065(pid=200): Launched
22:49:19.715701 run                             mass: MS performed LU  {at=19565865.419038553, lu_delay=5.914098117500544, ms=00047}
22:49:19.722004 run                             mass: MS start registered  {at=19565865.425368138, delay=0.009460248053073883, ms=00065}
22:49:19.734404 run                             mass: MS performed LU  {at=19565865.437724948, lu_delay=6.13433937728405, ms=00046}
22:49:19.747939 run                osmo-ms-mob/00066: Starting mobile
22:49:19.762017 run       osmo-ms-mob/00066(pid=201): Launched
22:49:19.774387 run                             mass: MS start registered  {at=19565865.477713246, delay=0.0058367326855659485, ms=00066}
22:49:20.456658 run                osmo-ms-mob/00067: Starting mobile
22:49:20.470803 run       osmo-ms-mob/00067(pid=202): Launched
22:49:20.483070 run                             mass: MS start registered  {at=19565866.186414767, delay=0.0056330375373363495, ms=00067}
22:49:20.756324 run                osmo-ms-mob/00068: Starting mobile
22:49:20.770254 run       osmo-ms-mob/00068(pid=203): Launched
22:49:20.781977 run                             mass: MS start registered  {at=19565866.485321335, delay=0.005558747798204422, ms=00068}
22:49:21.655388 run                osmo-ms-mob/00069: Starting mobile
22:49:21.676560 run       osmo-ms-mob/00069(pid=204): Launched
22:49:21.682897 run                             mass: Starting too slowly. Moving on {now=19565867.386265427, sleep=-0.4327540211379528, target=19565866.953511406}
22:49:21.688801 run                             mass: MS performed LU  {at=19565867.392157882, lu_delay=6.202121265232563, ms=00052}
22:49:21.694657 run                             mass: Starting too slowly. Moving on {now=19565867.398028437, sleep=-0.3445170298218727, target=19565867.053511407}
22:49:21.700256 run                             mass: MS performed LU  {at=19565867.403620727, lu_delay=5.681414324790239, ms=00054}
22:49:21.706034 run                             mass: Starting too slowly. Moving on {now=19565867.409405105, sleep=-0.25589369609951973, target=19565867.15351141}
22:49:21.711629 run                             mass: MS performed LU  {at=19565867.414995097, lu_delay=5.014406230300665, ms=00056}
22:49:21.717299 run                             mass: Starting too slowly. Moving on {now=19565867.42067059, sleep=-0.16715918108820915, target=19565867.25351141}
22:49:21.722878 run                             mass: MS performed LU  {at=19565867.426244017, lu_delay=5.698145404458046, ms=00055}
22:49:21.955473 run                osmo-ms-mob/00070: Starting mobile
22:49:21.969018 run       osmo-ms-mob/00070(pid=205): Launched
22:49:21.975318 run                             mass: Starting too slowly. Moving on {now=19565867.678687602, sleep=-0.325176190584898, target=19565867.35351141}
22:49:21.981399 run                             mass: MS start registered  {at=19565867.684754606, delay=0.2984919808804989, ms=00069}
22:49:21.987908 run                             mass: Starting too slowly. Moving on {now=19565867.691276733, sleep=-0.23776531964540482, target=19565867.453511413}
22:49:21.993628 run                             mass: MS start registered  {at=19565867.69698781, delay=0.018302690237760544, ms=00070}
22:49:21.999620 run                             mass: Starting too slowly. Moving on {now=19565867.70299071, sleep=-0.14947929605841637, target=19565867.553511415}
22:49:22.005565 run                             mass: Starting too slowly. Moving on {now=19565867.708934117, sleep=-0.05542270094156265, target=19565867.653511416}
22:49:22.032079 run                osmo-ms-mob/00071: Starting mobile
22:49:22.046548 run       osmo-ms-mob/00071(pid=206): Launched
22:49:22.053497 run                             mass: Starting too slowly. Moving on {now=19565867.756864633, sleep=-0.003353215754032135, target=19565867.753511418}
22:49:22.059343 run                             mass: MS start registered  {at=19565867.762699094, delay=0.005837045609951019, ms=00071}
22:49:22.756872 run                osmo-ms-mob/00072: Starting mobile
22:49:22.791781 run       osmo-ms-mob/00072(pid=207): Launched
22:49:22.798529 run                             mass: Starting too slowly. Moving on {now=19565868.501895458, sleep=-0.3483840338885784, target=19565868.153511424}
22:49:22.804559 run                             mass: MS start registered  {at=19565868.507916026, delay=0.006023172289133072, ms=00072}
22:49:22.810580 run                             mass: Starting too slowly. Moving on {now=19565868.513949346, sleep=-0.2604379206895828, target=19565868.253511425}
22:49:22.816751 run                             mass: Starting too slowly. Moving on {now=19565868.52011832, sleep=-0.16660689190030098, target=19565868.353511427}
22:49:22.822618 run                             mass: Starting too slowly. Moving on {now=19565868.5259884, sleep=-0.07247697189450264, target=19565868.453511428}
22:49:23.403675 run                osmo-ms-mob/00073: Starting mobile
22:49:23.418220 run       osmo-ms-mob/00073(pid=208): Launched
22:49:23.424590 run                             mass: Starting too slowly. Moving on {now=19565869.1279579, sleep=-0.5744464695453644, target=19565868.55351143}
22:49:23.430626 run                             mass: MS start registered  {at=19565869.133981485, delay=0.006026361137628555, ms=00073}
22:49:23.436995 run                             mass: Starting too slowly. Moving on {now=19565869.14036214, sleep=-0.48685070872306824, target=19565868.65351143}
22:49:23.442852 run                             mass: Starting too slowly. Moving on {now=19565869.146221284, sleep=-0.3927098512649536, target=19565868.753511433}
22:49:23.449085 run                             mass: Starting too slowly. Moving on {now=19565869.15245223, sleep=-0.298940796405077, target=19565868.853511434}
22:49:23.643748 run                osmo-ms-mob/00074: Starting mobile
22:49:23.663769 run       osmo-ms-mob/00074(pid=209): Launched
22:49:23.671936 run                             mass: Starting too slowly. Moving on {now=19565869.375302944, sleep=-0.42179150879383087, target=19565868.953511436}
22:49:23.678920 run                             mass: MS start registered  {at=19565869.382271186, delay=0.006970655173063278, ms=00074}
22:49:23.685907 run                             mass: Starting too slowly. Moving on {now=19565869.38927291, sleep=-0.3357614725828171, target=19565869.053511437}
22:49:23.692666 run                             mass: Starting too slowly. Moving on {now=19565869.39599642, sleep=-0.24248498305678368, target=19565869.15351144}
22:49:23.698904 run                             mass: Starting too slowly. Moving on {now=19565869.402261894, sleep=-0.1487504541873932, target=19565869.25351144}
22:49:23.710373 run                osmo-ms-mob/00075: Starting mobile
22:49:23.724948 run       osmo-ms-mob/00075(pid=210): Launched
22:49:23.731493 run                             mass: Starting too slowly. Moving on {now=19565869.43485886, sleep=-0.08134741708636284, target=19565869.35351144}
22:49:23.738371 run                             mass: MS start registered  {at=19565869.441720113, delay=0.006864733994007111, ms=00075}
22:49:24.056652 run                osmo-ms-mob/00076: Starting mobile
22:49:24.071202 run       osmo-ms-mob/00076(pid=211): Launched
22:49:24.079194 run                             mass: MS performed LU  {at=19565869.782543626, lu_delay=6.2271682396531105, ms=00060}
22:49:24.085695 run                             mass: MS performed LU  {at=19565869.78905684, lu_delay=6.505264680832624, ms=00059}
22:49:24.091866 run                             mass: MS start registered  {at=19565869.795229226, delay=0.012714166194200516, ms=00076}
22:49:24.358927 run                             mass: MS performed LU  {at=19565870.06224378, lu_delay=5.375759441405535, ms=00063}
22:49:24.371526 run                osmo-ms-mob/00077: Starting mobile
22:49:24.386204 run       osmo-ms-mob/00077(pid=212): Launched
22:49:24.398961 run                             mass: MS start registered  {at=19565870.10230001, delay=0.006093073636293411, ms=00077}
22:49:24.676715 run                             mass: MS performed LU  {at=19565870.38003711, lu_delay=7.293250020593405, ms=00058}
22:49:24.686128 run                             mass: MS performed LU  {at=19565870.389473107, lu_delay=8.709382500499487, ms=00053}
22:49:24.713429 run                             mass: MS performed LU  {at=19565870.41675695, lu_delay=6.331663839519024, ms=00061}
22:49:24.725834 run                osmo-ms-mob/00078: Starting mobile
22:49:24.740580 run       osmo-ms-mob/00078(pid=213): Launched
22:49:24.752611 run                             mass: MS start registered  {at=19565870.455959834, delay=0.005640238523483276, ms=00078}
22:49:24.857538 run                             mass: MS performed LU  {at=19565870.560853507, lu_delay=6.175000596791506, ms=00062}
22:49:24.893552 run                             mass: MS performed LU  {at=19565870.596871983, lu_delay=7.909383345395327, ms=00057}
22:49:25.073841 run                             mass: MS performed LU  {at=19565870.777158324, lu_delay=5.351790186017752, ms=00065}
22:49:25.087694 run                osmo-ms-mob/00079: Starting mobile
22:49:25.102101 run       osmo-ms-mob/00079(pid=214): Launched
22:49:25.111234 run                             mass: MS performed LU  {at=19565870.81456662, lu_delay=5.336853373795748, ms=00066}
22:49:25.118994 run                             mass: MS start registered  {at=19565870.822356924, delay=0.010390982031822205, ms=00079}
22:49:25.202454 run                             mass: MS performed LU  {at=19565870.905778702, lu_delay=4.719363935291767, ms=00067}
22:49:25.401191 run                             mass: MS performed LU  {at=19565871.104518868, lu_delay=6.019289653748274, ms=00064}
22:49:25.857133 run                osmo-ms-mob/00080: Starting mobile
22:49:25.871314 run       osmo-ms-mob/00080(pid=215): Launched
22:49:25.883490 run                             mass: MS start registered  {at=19565871.586841907, delay=0.005342587828636169, ms=00080}
22:49:26.037784 run                             mass: MS performed LU  {at=19565871.741107404, lu_delay=3.978408310562372, ms=00071}
22:49:26.357288 run                osmo-ms-mob/00081: Starting mobile
22:49:26.371745 run       osmo-ms-mob/00081(pid=216): Launched
22:49:26.386593 run                             mass: MS start registered  {at=19565872.089927185, delay=0.007991272956132889, ms=00081}
22:49:26.756318 run                osmo-ms-mob/00082: Starting mobile
22:49:26.771311 run       osmo-ms-mob/00082(pid=217): Launched
22:49:26.783728 run                             mass: MS start registered  {at=19565872.487064674, delay=0.0056561753153800964, ms=00082}
22:49:26.919148 run                             mass: MS performed LU  {at=19565872.62247026, lu_delay=6.137148924171925, ms=00068}
22:49:27.362621 run                osmo-ms-mob/00083: Starting mobile
22:49:27.377836 run       osmo-ms-mob/00083(pid=218): Launched
22:49:27.390703 run                             mass: MS start registered  {at=19565873.093978364, delay=0.0060774534940719604, ms=00083}
22:49:27.860052 run                osmo-ms-mob/00084: Starting mobile
22:49:27.880850 run       osmo-ms-mob/00084(pid=219): Launched
22:49:27.903750 run                             mass: MS start registered  {at=19565873.60705088, delay=0.012258410453796387, ms=00084}
22:49:28.216087 run                             mass: MS performed LU  {at=19565873.91939313, lu_delay=6.222405318170786, ms=00070}
22:49:28.244011 run                             mass: MS performed LU  {at=19565873.947306685, lu_delay=6.262552078813314, ms=00069}
22:49:28.256456 run                osmo-ms-mob/00085: Starting mobile
22:49:28.270718 run       osmo-ms-mob/00085(pid=220): Launched
22:49:28.282298 run                             mass: MS start registered  {at=19565873.985647123, delay=0.004529282450675964, ms=00085}
22:49:28.838721 run                             mass: MS performed LU  {at=19565874.54204992, lu_delay=4.746820691972971, ms=00076}
22:49:28.962359 run                osmo-ms-mob/00086: Starting mobile
22:49:28.992478 run       osmo-ms-mob/00086(pid=221): Launched
22:49:29.006004 run                             mass: MS performed LU  {at=19565874.709341515, lu_delay=5.267621401697397, ms=00075}
22:49:29.018785 run                             mass: MS start registered  {at=19565874.722138446, delay=0.012839257717132568, ms=00086}
22:49:29.093784 run                             mass: MS performed LU  {at=19565874.797058783, lu_delay=6.28914275765419, ms=00072}
22:49:29.113456 run                             mass: MS performed LU  {at=19565874.81675602, lu_delay=4.714456010609865, ms=00077}
22:49:29.559697 run                osmo-ms-mob/00087: Starting mobile
22:49:29.579171 run       osmo-ms-mob/00087(pid=222): Launched
22:49:29.599048 run                             mass: MS start registered  {at=19565875.30237799, delay=0.009733956307172775, ms=00087}
22:49:29.979000 run                             mass: MS performed LU  {at=19565875.68232592, lu_delay=6.548344433307648, ms=00073}
22:49:30.157666 run                osmo-ms-mob/00088: Starting mobile
22:49:30.172655 run       osmo-ms-mob/00088(pid=223): Launched
22:49:30.186047 run                             mass: MS start registered  {at=19565875.889386367, delay=0.006171062588691711, ms=00088}
22:49:30.758722 run                osmo-ms-mob/00089: Starting mobile
22:49:30.776275 run       osmo-ms-mob/00089(pid=224): Launched
22:49:30.784265 run                             mass: MS performed LU  {at=19565876.487617046, lu_delay=4.900775138288736, ms=00080}
22:49:30.791751 run                             mass: MS start registered  {at=19565876.495111544, delay=0.007519301027059555, ms=00089}
22:49:30.799445 run                             mass: MS performed LU  {at=19565876.50279789, lu_delay=6.04683805629611, ms=00078}
22:49:30.814931 run                             mass: MS performed LU  {at=19565876.51825068, lu_delay=5.695893757045269, ms=00079}
22:49:31.040200 run                             mass: MS performed LU  {at=19565876.743528217, lu_delay=4.653601031750441, ms=00081}
22:49:31.356970 run                osmo-ms-mob/00090: Starting mobile
22:49:31.371135 run       osmo-ms-mob/00090(pid=225): Launched
22:49:31.384061 run                             mass: MS start registered  {at=19565877.08737982, delay=0.006105240434408188, ms=00090}
22:49:32.058802 run                osmo-ms-mob/00091: Starting mobile
22:49:32.076059 run       osmo-ms-mob/00091(pid=226): Launched
22:49:32.090820 run                             mass: MS start registered  {at=19565877.794150136, delay=0.006647832691669464, ms=00091}
22:49:32.605439 run                             mass: MS performed LU  {at=19565878.30876902, lu_delay=4.701718140393496, ms=00084}
22:49:32.716105 run                             mass: MS performed LU  {at=19565878.41941906, lu_delay=5.932354386895895, ms=00082}
22:49:32.729573 run                osmo-ms-mob/00092: Starting mobile
22:49:32.745928 run       osmo-ms-mob/00092(pid=227): Launched
22:49:32.753659 run                             mass: MS performed LU  {at=19565878.45700704, lu_delay=5.363028675317764, ms=00083}
22:49:32.761298 run                             mass: MS start registered  {at=19565878.46464439, delay=0.007670175284147263, ms=00092}
22:49:32.803873 run                             mass: MS performed LU  {at=19565878.507194337, lu_delay=4.5215472131967545, ms=00085}
22:49:33.556092 run                osmo-ms-mob/00093: Starting mobile
22:49:33.571282 run       osmo-ms-mob/00093(pid=228): Launched
22:49:33.584049 run                             mass: MS start registered  {at=19565879.287382927, delay=0.006064705550670624, ms=00093}
22:49:34.455929 run                osmo-ms-mob/00094: Starting mobile
22:49:34.470125 run       osmo-ms-mob/00094(pid=229): Launched
22:49:34.482105 run                             mass: MS start registered  {at=19565880.1854357, delay=0.0057020895183086395, ms=00094}
22:49:34.507009 run                             mass: MS performed LU  {at=19565880.210343324, lu_delay=5.488204877823591, ms=00086}
22:49:34.570856 run                             mass: MS performed LU  {at=19565880.27418443, lu_delay=4.971806436777115, ms=00087}
22:49:34.760988 run                             mass: MS performed LU  {at=19565880.46431739, lu_delay=4.574931021779776, ms=00088}
22:49:35.356386 run                osmo-ms-mob/00095: Starting mobile
22:49:35.370175 run       osmo-ms-mob/00095(pid=230): Launched
22:49:35.382178 run                             mass: MS start registered  {at=19565881.085524336, delay=0.005611013621091843, ms=00095}
22:49:36.356600 run                osmo-ms-mob/00096: Starting mobile
22:49:36.370434 run       osmo-ms-mob/00096(pid=231): Launched
22:49:36.382266 run                             mass: MS start registered  {at=19565882.08561466, delay=0.005420207977294922, ms=00096}
22:49:36.436084 run                             mass: MS performed LU  {at=19565882.13941382, lu_delay=5.052033998072147, ms=00090}
22:49:36.482346 run                             mass: MS performed LU  {at=19565882.18568415, lu_delay=5.69057260453701, ms=00089}
22:49:36.735570 run                             mass: MS performed LU  {at=19565882.438898724, lu_delay=22.67042439430952, ms=00048}
22:49:36.804665 run                             mass: MS performed LU  {at=19565882.507960755, lu_delay=4.713810618966818, ms=00091}
22:49:37.457071 run                osmo-ms-mob/00097: Starting mobile
22:49:37.471551 run       osmo-ms-mob/00097(pid=232): Launched
22:49:37.483624 run                             mass: MS start registered  {at=19565883.18697064, delay=0.0056554414331912994, ms=00097}
22:49:38.235041 run                             mass: MS performed LU  {at=19565883.93836859, lu_delay=5.473724197596312, ms=00092}
22:49:38.336685 run                             mass: MS performed LU  {at=19565884.040012997, lu_delay=4.752630069851875, ms=00093}
22:49:38.488889 run                             mass: MS performed LU  {at=19565884.192217723, lu_delay=23.286956802010536, ms=00051}
22:49:38.756622 run                osmo-ms-mob/00098: Starting mobile
22:49:38.771097 run       osmo-ms-mob/00098(pid=233): Launched
22:49:38.783220 run                             mass: MS start registered  {at=19565884.486560024, delay=0.005606744438409805, ms=00098}
22:49:40.201573 run                             mass: MS performed LU  {at=19565885.90490229, lu_delay=4.819377955049276, ms=00095}
22:49:40.248076 run                             mass: MS performed LU  {at=19565885.951406896, lu_delay=5.765971194952726, ms=00094}
22:49:40.557591 run                osmo-ms-mob/00099: Starting mobile
22:49:40.571732 run       osmo-ms-mob/00099(pid=234): Launched
22:49:40.578190 run                             mass: All started... {duration=55.72804496437311, too_slow=25}
22:49:40.584758 run                             mass: MS start registered  {at=19565886.288111795, delay=0.006560225039720535, ms=00099}
22:49:42.104233 run                             mass: MS performed LU  {at=19565887.80744352, lu_delay=5.721828859299421, ms=00096}
22:49:42.148903 run                             mass: MS performed LU  {at=19565887.8522397, lu_delay=4.665269058197737, ms=00097}
22:49:43.968428 run                             mass: MS performed LU  {at=19565889.671666987, lu_delay=5.185106962919235, ms=00098}
22:49:45.869052 run                             mass: MS performed LU  {at=19565891.572379354, lu_delay=5.28426755964756, ms=00099}
22:49:46.131958 run                             mass: MS performed LU  {at=19565891.835263457, lu_delay=22.452992271631956, ms=00074}
22:49:48.203975 run                             mass: MS performed LU  {at=19565893.90721674, lu_delay=40.12166664749384, ms=00030}
22:49:48.212599 run                             mass: Tests done {all_completed=True, max=40.12166664749384, min=3.978408310562372}
22:49:48.218444 tst         register_default_mass.py: Test passed (90.0 sec)
22:49:48.224142 run pcap-recorder_any(filters='host 127.0.42.2')(pid=22): Terminating (SIGTERM)
22:49:48.227681 run      osmo-hlr_127.0.42.2(pid=23): Terminating (SIGTERM)
22:49:48.231123 run pcap-recorder_any(filters='host 127.0.42.5 and port not 22')(pid=24): Terminating (SIGTERM)
22:49:48.234567 run      osmo-stp_127.0.42.5(pid=25): Terminating (SIGTERM)
22:49:48.237988 run pcap-recorder_any(filters='host 127.0.42.6 and port not 22')(pid=26): Terminating (SIGTERM)
22:49:48.241519 run      osmo-msc_127.0.42.6(pid=27): Terminating (SIGTERM)
22:49:48.244961 run pcap-recorder_any(filters='host 127.0.42.3 and port not 22')(pid=28): Terminating (SIGTERM)
22:49:48.248386 run      osmo-mgw_127.0.42.3(pid=29): Terminating (SIGTERM)
22:49:48.251813 run pcap-recorder_any(filters='host 127.0.42.4 and port not 22')(pid=30): Terminating (SIGTERM)
22:49:48.255240 run      osmo-mgw_127.0.42.4(pid=31): Terminating (SIGTERM)
22:49:48.258668 run pcap-recorder_any(filters='host 127.0.42.7 and port not 22')(pid=32): Terminating (SIGTERM)
22:49:48.262110 run      osmo-bsc_127.0.42.7(pid=33): Terminating (SIGTERM)
22:49:48.265528 run         osmo-bts-virtual(pid=34): Terminating (SIGTERM)
22:49:48.268940 run   osmo-ms-virt-phy/00000(pid=35): Terminating (SIGTERM)
22:49:48.272353 run   osmo-ms-virt-phy/00001(pid=36): Terminating (SIGTERM)
22:49:48.275828 run   osmo-ms-virt-phy/00002(pid=37): Terminating (SIGTERM)
22:49:48.279302 run   osmo-ms-virt-phy/00003(pid=38): Terminating (SIGTERM)
22:49:48.282823 run   osmo-ms-virt-phy/00004(pid=39): Terminating (SIGTERM)
22:49:48.286308 run   osmo-ms-virt-phy/00005(pid=40): Terminating (SIGTERM)
22:49:48.289810 run   osmo-ms-virt-phy/00006(pid=41): Terminating (SIGTERM)
22:49:48.293737 run   osmo-ms-virt-phy/00007(pid=42): Terminating (SIGTERM)
22:49:48.297554 run   osmo-ms-virt-phy/00008(pid=43): Terminating (SIGTERM)
22:49:48.301072 run   osmo-ms-virt-phy/00009(pid=44): Terminating (SIGTERM)
22:49:48.304502 run   osmo-ms-virt-phy/00010(pid=45): Terminating (SIGTERM)
22:49:48.307978 run   osmo-ms-virt-phy/00011(pid=46): Terminating (SIGTERM)
22:49:48.311444 run   osmo-ms-virt-phy/00012(pid=47): Terminating (SIGTERM)
22:49:48.314897 run   osmo-ms-virt-phy/00013(pid=48): Terminating (SIGTERM)
22:49:48.318343 run   osmo-ms-virt-phy/00014(pid=49): Terminating (SIGTERM)
22:49:48.321799 run   osmo-ms-virt-phy/00015(pid=50): Terminating (SIGTERM)
22:49:48.325265 run   osmo-ms-virt-phy/00016(pid=51): Terminating (SIGTERM)
22:49:48.328758 run   osmo-ms-virt-phy/00017(pid=52): Terminating (SIGTERM)
22:49:48.332241 run   osmo-ms-virt-phy/00018(pid=53): Terminating (SIGTERM)
22:49:48.335719 run   osmo-ms-virt-phy/00019(pid=54): Terminating (SIGTERM)
22:49:48.339194 run   osmo-ms-virt-phy/00020(pid=55): Terminating (SIGTERM)
22:49:48.342683 run   osmo-ms-virt-phy/00021(pid=56): Terminating (SIGTERM)
22:49:48.347364 run   osmo-ms-virt-phy/00022(pid=57): Terminating (SIGTERM)
22:49:48.351059 run   osmo-ms-virt-phy/00023(pid=58): Terminating (SIGTERM)
22:49:48.354654 run   osmo-ms-virt-phy/00024(pid=59): Terminating (SIGTERM)
22:49:48.358233 run   osmo-ms-virt-phy/00025(pid=60): Terminating (SIGTERM)
22:49:48.361825 run   osmo-ms-virt-phy/00026(pid=61): Terminating (SIGTERM)
22:49:48.365742 run   osmo-ms-virt-phy/00027(pid=62): Terminating (SIGTERM)
22:49:48.369338 run   osmo-ms-virt-phy/00028(pid=63): Terminating (SIGTERM)
22:49:48.373005 run   osmo-ms-virt-phy/00029(pid=64): Terminating (SIGTERM)
22:49:48.376586 run   osmo-ms-virt-phy/00030(pid=65): Terminating (SIGTERM)
22:49:48.380172 run   osmo-ms-virt-phy/00031(pid=66): Terminating (SIGTERM)
22:49:48.383776 run   osmo-ms-virt-phy/00032(pid=67): Terminating (SIGTERM)
22:49:48.387389 run   osmo-ms-virt-phy/00033(pid=68): Terminating (SIGTERM)
22:49:48.390964 run   osmo-ms-virt-phy/00034(pid=69): Terminating (SIGTERM)
22:49:48.394874 run   osmo-ms-virt-phy/00035(pid=70): Terminating (SIGTERM)
22:49:48.399131 run   osmo-ms-virt-phy/00036(pid=71): Terminating (SIGTERM)
22:49:48.402640 run   osmo-ms-virt-phy/00037(pid=72): Terminating (SIGTERM)
22:49:48.406673 run   osmo-ms-virt-phy/00038(pid=73): Terminating (SIGTERM)
22:49:48.410114 run   osmo-ms-virt-phy/00039(pid=74): Terminating (SIGTERM)
22:49:48.413780 run   osmo-ms-virt-phy/00040(pid=75): Terminating (SIGTERM)
22:49:48.417253 run   osmo-ms-virt-phy/00041(pid=76): Terminating (SIGTERM)
22:49:48.420709 run   osmo-ms-virt-phy/00042(pid=77): Terminating (SIGTERM)
22:49:48.424171 run   osmo-ms-virt-phy/00043(pid=78): Terminating (SIGTERM)
22:49:48.427761 run   osmo-ms-virt-phy/00044(pid=79): Terminating (SIGTERM)
22:49:48.431274 run   osmo-ms-virt-phy/00045(pid=80): Terminating (SIGTERM)
22:49:48.435082 run   osmo-ms-virt-phy/00046(pid=81): Terminating (SIGTERM)
22:49:48.438670 run   osmo-ms-virt-phy/00047(pid=82): Terminating (SIGTERM)
22:49:48.442410 run   osmo-ms-virt-phy/00048(pid=83): Terminating (SIGTERM)
22:49:48.445985 run   osmo-ms-virt-phy/00049(pid=84): Terminating (SIGTERM)
22:49:48.449559 run   osmo-ms-virt-phy/00050(pid=85): Terminating (SIGTERM)
22:49:48.453761 run   osmo-ms-virt-phy/00051(pid=86): Terminating (SIGTERM)
22:49:48.458035 run   osmo-ms-virt-phy/00052(pid=87): Terminating (SIGTERM)
22:49:48.461727 run   osmo-ms-virt-phy/00053(pid=88): Terminating (SIGTERM)
22:49:48.465724 run   osmo-ms-virt-phy/00054(pid=89): Terminating (SIGTERM)
22:49:48.469579 run   osmo-ms-virt-phy/00055(pid=90): Terminating (SIGTERM)
22:49:48.473038 run   osmo-ms-virt-phy/00056(pid=91): Terminating (SIGTERM)
22:49:48.476479 run   osmo-ms-virt-phy/00057(pid=92): Terminating (SIGTERM)
22:49:48.479931 run   osmo-ms-virt-phy/00058(pid=93): Terminating (SIGTERM)
22:49:48.483351 run   osmo-ms-virt-phy/00059(pid=94): Terminating (SIGTERM)
22:49:48.486816 run   osmo-ms-virt-phy/00060(pid=95): Terminating (SIGTERM)
22:49:48.490302 run   osmo-ms-virt-phy/00061(pid=96): Terminating (SIGTERM)
22:49:48.493787 run   osmo-ms-virt-phy/00062(pid=97): Terminating (SIGTERM)
22:49:48.497312 run   osmo-ms-virt-phy/00063(pid=98): Terminating (SIGTERM)
22:49:48.500786 run   osmo-ms-virt-phy/00064(pid=99): Terminating (SIGTERM)
22:49:48.504217 run  osmo-ms-virt-phy/00065(pid=100): Terminating (SIGTERM)
22:49:48.507677 run  osmo-ms-virt-phy/00066(pid=101): Terminating (SIGTERM)
22:49:48.511159 run  osmo-ms-virt-phy/00067(pid=102): Terminating (SIGTERM)
22:49:48.514567 run  osmo-ms-virt-phy/00068(pid=103): Terminating (SIGTERM)
22:49:48.518038 run  osmo-ms-virt-phy/00069(pid=104): Terminating (SIGTERM)
22:49:48.521511 run  osmo-ms-virt-phy/00070(pid=105): Terminating (SIGTERM)
22:49:48.524975 run  osmo-ms-virt-phy/00071(pid=106): Terminating (SIGTERM)
22:49:48.528427 run  osmo-ms-virt-phy/00072(pid=107): Terminating (SIGTERM)
22:49:48.531878 run  osmo-ms-virt-phy/00073(pid=108): Terminating (SIGTERM)
22:49:48.535351 run  osmo-ms-virt-phy/00074(pid=109): Terminating (SIGTERM)
22:49:48.538797 run  osmo-ms-virt-phy/00075(pid=110): Terminating (SIGTERM)
22:49:48.543156 run  osmo-ms-virt-phy/00076(pid=111): Terminating (SIGTERM)
22:49:48.546646 run  osmo-ms-virt-phy/00077(pid=112): Terminating (SIGTERM)
22:49:48.550086 run  osmo-ms-virt-phy/00078(pid=113): Terminating (SIGTERM)
22:49:48.553523 run  osmo-ms-virt-phy/00079(pid=114): Terminating (SIGTERM)
22:49:48.556936 run  osmo-ms-virt-phy/00080(pid=115): Terminating (SIGTERM)
22:49:48.560491 run  osmo-ms-virt-phy/00081(pid=116): Terminating (SIGTERM)
22:49:48.563943 run  osmo-ms-virt-phy/00082(pid=117): Terminating (SIGTERM)
22:49:48.567686 run  osmo-ms-virt-phy/00083(pid=118): Terminating (SIGTERM)
22:49:48.571702 run  osmo-ms-virt-phy/00084(pid=119): Terminating (SIGTERM)
22:49:48.575604 run  osmo-ms-virt-phy/00085(pid=120): Terminating (SIGTERM)
22:49:48.579193 run  osmo-ms-virt-phy/00086(pid=121): Terminating (SIGTERM)
22:49:48.582836 run  osmo-ms-virt-phy/00087(pid=122): Terminating (SIGTERM)
22:49:48.586426 run  osmo-ms-virt-phy/00088(pid=123): Terminating (SIGTERM)
22:49:48.590385 run  osmo-ms-virt-phy/00089(pid=124): Terminating (SIGTERM)
22:49:48.593995 run  osmo-ms-virt-phy/00090(pid=125): Terminating (SIGTERM)
22:49:48.597597 run  osmo-ms-virt-phy/00091(pid=126): Terminating (SIGTERM)
22:49:48.601201 run  osmo-ms-virt-phy/00092(pid=127): Terminating (SIGTERM)
22:49:48.604855 run  osmo-ms-virt-phy/00093(pid=128): Terminating (SIGTERM)
22:49:48.608431 run  osmo-ms-virt-phy/00094(pid=129): Terminating (SIGTERM)
22:49:48.612028 run  osmo-ms-virt-phy/00095(pid=130): Terminating (SIGTERM)
22:49:48.615602 run  osmo-ms-virt-phy/00096(pid=131): Terminating (SIGTERM)
22:49:48.619222 run  osmo-ms-virt-phy/00097(pid=132): Terminating (SIGTERM)
22:49:48.622810 run  osmo-ms-virt-phy/00098(pid=133): Terminating (SIGTERM)
22:49:48.626424 run  osmo-ms-virt-phy/00099(pid=134): Terminating (SIGTERM)
22:49:48.630029 run       osmo-ms-mob/00000(pid=135): Terminating (SIGTERM)
22:49:48.633641 run       osmo-ms-mob/00001(pid=136): Terminating (SIGTERM)
22:49:48.637205 run       osmo-ms-mob/00002(pid=137): Terminating (SIGTERM)
22:49:48.640728 run       osmo-ms-mob/00003(pid=138): Terminating (SIGTERM)
22:49:48.644115 run       osmo-ms-mob/00004(pid=139): Terminating (SIGTERM)
22:49:48.647498 run       osmo-ms-mob/00005(pid=140): Terminating (SIGTERM)
22:49:48.650891 run       osmo-ms-mob/00006(pid=141): Terminating (SIGTERM)
22:49:48.654284 run       osmo-ms-mob/00007(pid=142): Terminating (SIGTERM)
22:49:48.657687 run       osmo-ms-mob/00008(pid=143): Terminating (SIGTERM)
22:49:48.661101 run       osmo-ms-mob/00009(pid=144): Terminating (SIGTERM)
22:49:48.664497 run       osmo-ms-mob/00010(pid=145): Terminating (SIGTERM)
22:49:48.667973 run       osmo-ms-mob/00011(pid=146): Terminating (SIGTERM)
22:49:48.671373 run       osmo-ms-mob/00012(pid=147): Terminating (SIGTERM)
22:49:48.674778 run       osmo-ms-mob/00013(pid=148): Terminating (SIGTERM)
22:49:48.678306 run       osmo-ms-mob/00014(pid=149): Terminating (SIGTERM)
22:49:48.681844 run       osmo-ms-mob/00015(pid=150): Terminating (SIGTERM)
22:49:48.685392 run       osmo-ms-mob/00016(pid=151): Terminating (SIGTERM)
22:49:48.688950 run       osmo-ms-mob/00017(pid=152): Terminating (SIGTERM)
22:49:48.692485 run       osmo-ms-mob/00018(pid=153): Terminating (SIGTERM)
22:49:48.696023 run       osmo-ms-mob/00019(pid=154): Terminating (SIGTERM)
22:49:48.699565 run       osmo-ms-mob/00020(pid=155): Terminating (SIGTERM)
22:49:48.703118 run       osmo-ms-mob/00021(pid=156): Terminating (SIGTERM)
22:49:48.706652 run       osmo-ms-mob/00022(pid=157): Terminating (SIGTERM)
22:49:48.710315 run       osmo-ms-mob/00023(pid=158): Terminating (SIGTERM)
22:49:48.713848 run       osmo-ms-mob/00024(pid=159): Terminating (SIGTERM)
22:49:48.717417 run       osmo-ms-mob/00025(pid=160): Terminating (SIGTERM)
22:49:48.720831 run       osmo-ms-mob/00026(pid=161): Terminating (SIGTERM)
22:49:48.724257 run       osmo-ms-mob/00027(pid=162): Terminating (SIGTERM)
22:49:48.727683 run       osmo-ms-mob/00028(pid=163): Terminating (SIGTERM)
22:49:48.731105 run       osmo-ms-mob/00029(pid=164): Terminating (SIGTERM)
22:49:48.734515 run       osmo-ms-mob/00030(pid=165): Terminating (SIGTERM)
22:49:48.737939 run       osmo-ms-mob/00031(pid=166): Terminating (SIGTERM)
22:49:48.741340 run       osmo-ms-mob/00032(pid=167): Terminating (SIGTERM)
22:49:48.744773 run       osmo-ms-mob/00033(pid=168): Terminating (SIGTERM)
22:49:48.748175 run       osmo-ms-mob/00034(pid=169): Terminating (SIGTERM)
22:49:48.751582 run       osmo-ms-mob/00035(pid=170): Terminating (SIGTERM)
22:49:48.754919 run       osmo-ms-mob/00036(pid=171): Terminating (SIGTERM)
22:49:48.758321 run       osmo-ms-mob/00037(pid=172): Terminating (SIGTERM)
22:49:48.761732 run       osmo-ms-mob/00038(pid=173): Terminating (SIGTERM)
22:49:48.765144 run       osmo-ms-mob/00039(pid=174): Terminating (SIGTERM)
22:49:48.768557 run       osmo-ms-mob/00040(pid=175): Terminating (SIGTERM)
22:49:48.771975 run       osmo-ms-mob/00041(pid=176): Terminating (SIGTERM)
22:49:48.775390 run       osmo-ms-mob/00042(pid=177): Terminating (SIGTERM)
22:49:48.778787 run       osmo-ms-mob/00043(pid=178): Terminating (SIGTERM)
22:49:48.782214 run       osmo-ms-mob/00044(pid=179): Terminating (SIGTERM)
22:49:48.785626 run       osmo-ms-mob/00045(pid=180): Terminating (SIGTERM)
22:49:48.789048 run       osmo-ms-mob/00046(pid=181): Terminating (SIGTERM)
22:49:48.792457 run       osmo-ms-mob/00047(pid=182): Terminating (SIGTERM)
22:49:48.795864 run       osmo-ms-mob/00048(pid=183): Terminating (SIGTERM)
22:49:48.799393 run       osmo-ms-mob/00049(pid=184): Terminating (SIGTERM)
22:49:48.802836 run       osmo-ms-mob/00050(pid=185): Terminating (SIGTERM)
22:49:48.806241 run       osmo-ms-mob/00051(pid=186): Terminating (SIGTERM)
22:49:48.809642 run       osmo-ms-mob/00052(pid=187): Terminating (SIGTERM)
22:49:48.813060 run       osmo-ms-mob/00053(pid=188): Terminating (SIGTERM)
22:49:48.816467 run       osmo-ms-mob/00054(pid=189): Terminating (SIGTERM)
22:49:48.819910 run       osmo-ms-mob/00055(pid=190): Terminating (SIGTERM)
22:49:48.823331 run       osmo-ms-mob/00056(pid=191): Terminating (SIGTERM)
22:49:48.826744 run       osmo-ms-mob/00057(pid=192): Terminating (SIGTERM)
22:49:48.830163 run       osmo-ms-mob/00058(pid=193): Terminating (SIGTERM)
22:49:48.833571 run       osmo-ms-mob/00059(pid=194): Terminating (SIGTERM)
22:49:48.836975 run       osmo-ms-mob/00060(pid=195): Terminating (SIGTERM)
22:49:48.840379 run       osmo-ms-mob/00061(pid=196): Terminating (SIGTERM)
22:49:48.843861 run       osmo-ms-mob/00062(pid=197): Terminating (SIGTERM)
22:49:48.847269 run       osmo-ms-mob/00063(pid=198): Terminating (SIGTERM)
22:49:48.850675 run       osmo-ms-mob/00064(pid=199): Terminating (SIGTERM)
22:49:48.854078 run       osmo-ms-mob/00065(pid=200): Terminating (SIGTERM)
22:49:48.857450 run       osmo-ms-mob/00066(pid=201): Terminating (SIGTERM)
22:49:48.860862 run       osmo-ms-mob/00067(pid=202): Terminating (SIGTERM)
22:49:48.864273 run       osmo-ms-mob/00068(pid=203): Terminating (SIGTERM)
22:49:48.867950 run       osmo-ms-mob/00069(pid=204): Terminating (SIGTERM)
22:49:48.871410 run       osmo-ms-mob/00070(pid=205): Terminating (SIGTERM)
22:49:48.874808 run       osmo-ms-mob/00071(pid=206): Terminating (SIGTERM)
22:49:48.878239 run       osmo-ms-mob/00072(pid=207): Terminating (SIGTERM)
22:49:48.881662 run       osmo-ms-mob/00073(pid=208): Terminating (SIGTERM)
22:49:48.885059 run       osmo-ms-mob/00074(pid=209): Terminating (SIGTERM)
22:49:48.888471 run       osmo-ms-mob/00075(pid=210): Terminating (SIGTERM)
22:49:48.891875 run       osmo-ms-mob/00076(pid=211): Terminating (SIGTERM)
22:49:48.895307 run       osmo-ms-mob/00077(pid=212): Terminating (SIGTERM)
22:49:48.898716 run       osmo-ms-mob/00078(pid=213): Terminating (SIGTERM)
22:49:48.902117 run       osmo-ms-mob/00079(pid=214): Terminating (SIGTERM)
22:49:48.905525 run       osmo-ms-mob/00080(pid=215): Terminating (SIGTERM)
22:49:48.908947 run       osmo-ms-mob/00081(pid=216): Terminating (SIGTERM)
22:49:48.912354 run       osmo-ms-mob/00082(pid=217): Terminating (SIGTERM)
22:49:48.915760 run       osmo-ms-mob/00083(pid=218): Terminating (SIGTERM)
22:49:48.919190 run       osmo-ms-mob/00084(pid=219): Terminating (SIGTERM)
22:49:48.922599 run       osmo-ms-mob/00085(pid=220): Terminating (SIGTERM)
22:49:48.926036 run       osmo-ms-mob/00086(pid=221): Terminating (SIGTERM)
22:49:48.929470 run       osmo-ms-mob/00087(pid=222): Terminating (SIGTERM)
22:49:48.932877 run       osmo-ms-mob/00088(pid=223): Terminating (SIGTERM)
22:49:48.936279 run       osmo-ms-mob/00089(pid=224): Terminating (SIGTERM)
22:49:48.939686 run       osmo-ms-mob/00090(pid=225): Terminating (SIGTERM)
22:49:48.943095 run       osmo-ms-mob/00091(pid=226): Terminating (SIGTERM)
22:49:48.946509 run       osmo-ms-mob/00092(pid=227): Terminating (SIGTERM)
22:49:48.949916 run       osmo-ms-mob/00093(pid=228): Terminating (SIGTERM)
22:49:48.953323 run       osmo-ms-mob/00094(pid=229): Terminating (SIGTERM)
22:49:48.956713 run       osmo-ms-mob/00095(pid=230): Terminating (SIGTERM)
22:49:48.960123 run       osmo-ms-mob/00096(pid=231): Terminating (SIGTERM)
22:49:48.963518 run       osmo-ms-mob/00097(pid=232): Terminating (SIGTERM)
22:49:48.966918 run       osmo-ms-mob/00098(pid=233): Terminating (SIGTERM)
22:49:48.970286 run       osmo-ms-mob/00099(pid=234): Terminating (SIGTERM)
22:49:48.973692 ---      ParallelTerminationStrategy: PID 22 died...
22:49:48.975227 run pcap-recorder_any(filters='host 127.0.42.2')(pid=22): Terminated: ok {rc=0}
22:49:48.979009 ---      ParallelTerminationStrategy: PID 23 died...
22:49:48.980548 run      osmo-hlr_127.0.42.2(pid=23): Terminated: ok {rc=0}
22:49:48.984315 ---      ParallelTerminationStrategy: PID 24 died...
22:49:48.985848 run pcap-recorder_any(filters='host 127.0.42.5 and port not 22')(pid=24): Terminated: ok {rc=0}
22:49:48.989643 ---      ParallelTerminationStrategy: PID 25 died...
22:49:48.991170 run      osmo-stp_127.0.42.5(pid=25): Terminated: ok {rc=0}
22:49:48.994959 ---      ParallelTerminationStrategy: PID 26 died...
22:49:48.996492 run pcap-recorder_any(filters='host 127.0.42.6 and port not 22')(pid=26): Terminated: ok {rc=0}
22:49:49.000299 ---      ParallelTerminationStrategy: PID 27 died...
22:49:49.001838 run      osmo-msc_127.0.42.6(pid=27): Terminated: ok {rc=0}
22:49:49.005645 ---      ParallelTerminationStrategy: PID 28 died...
22:49:49.007182 run pcap-recorder_any(filters='host 127.0.42.3 and port not 22')(pid=28): Terminated: ok {rc=0}
22:49:49.010993 ---      ParallelTerminationStrategy: PID 29 died...
22:49:49.012531 run      osmo-mgw_127.0.42.3(pid=29): Terminated {rc=15}
22:49:49.016344 ---      ParallelTerminationStrategy: PID 30 died...
22:49:49.017867 run pcap-recorder_any(filters='host 127.0.42.4 and port not 22')(pid=30): Terminated: ok {rc=0}
22:49:49.021674 ---      ParallelTerminationStrategy: PID 31 died...
22:49:49.023241 run      osmo-mgw_127.0.42.4(pid=31): Terminated {rc=15}
22:49:49.027057 ---      ParallelTerminationStrategy: PID 32 died...
22:49:49.028589 run pcap-recorder_any(filters='host 127.0.42.7 and port not 22')(pid=32): Terminated: ok {rc=0}
22:49:49.032432 ---      ParallelTerminationStrategy: PID 33 died...
22:49:49.033994 run      osmo-bsc_127.0.42.7(pid=33): Terminated: ok {rc=0}
22:49:49.037808 ---      ParallelTerminationStrategy: PID 35 died...
22:49:49.039356 run   osmo-ms-virt-phy/00000(pid=35): Terminated: ok {rc=0}
22:49:49.043159 ---      ParallelTerminationStrategy: PID 36 died...
22:49:49.044715 run   osmo-ms-virt-phy/00001(pid=36): Terminated: ok {rc=0}
22:49:49.048551 ---      ParallelTerminationStrategy: PID 37 died...
22:49:49.050095 run   osmo-ms-virt-phy/00002(pid=37): Terminated: ok {rc=0}
22:49:49.054257 ---      ParallelTerminationStrategy: PID 38 died...
22:49:49.055813 run   osmo-ms-virt-phy/00003(pid=38): Terminated: ok {rc=0}
22:49:49.059649 ---      ParallelTerminationStrategy: PID 39 died...
22:49:49.061220 run   osmo-ms-virt-phy/00004(pid=39): Terminated: ok {rc=0}
22:49:49.065307 ---      ParallelTerminationStrategy: PID 40 died...
22:49:49.066856 run   osmo-ms-virt-phy/00005(pid=40): Terminated: ok {rc=0}
22:49:49.070698 ---      ParallelTerminationStrategy: PID 41 died...
22:49:49.072244 run   osmo-ms-virt-phy/00006(pid=41): Terminated: ok {rc=0}
22:49:49.076058 ---      ParallelTerminationStrategy: PID 42 died...
22:49:49.077601 run   osmo-ms-virt-phy/00007(pid=42): Terminated: ok {rc=0}
22:49:49.081411 ---      ParallelTerminationStrategy: PID 43 died...
22:49:49.082945 run   osmo-ms-virt-phy/00008(pid=43): Terminated: ok {rc=0}
22:49:49.086741 ---      ParallelTerminationStrategy: PID 44 died...
22:49:49.088277 run   osmo-ms-virt-phy/00009(pid=44): Terminated: ok {rc=0}
22:49:49.092074 ---      ParallelTerminationStrategy: PID 45 died...
22:49:49.093628 run   osmo-ms-virt-phy/00010(pid=45): Terminated: ok {rc=0}
22:49:49.097430 ---      ParallelTerminationStrategy: PID 46 died...
22:49:49.098972 run   osmo-ms-virt-phy/00011(pid=46): Terminated: ok {rc=0}
22:49:49.103164 ---      ParallelTerminationStrategy: PID 47 died...
22:49:49.104699 run   osmo-ms-virt-phy/00012(pid=47): Terminated: ok {rc=0}
22:49:49.108484 ---      ParallelTerminationStrategy: PID 48 died...
22:49:49.110038 run   osmo-ms-virt-phy/00013(pid=48): Terminated: ok {rc=0}
22:49:49.113854 ---      ParallelTerminationStrategy: PID 49 died...
22:49:49.115410 run   osmo-ms-virt-phy/00014(pid=49): Terminated: ok {rc=0}
22:49:49.119308 ---      ParallelTerminationStrategy: PID 50 died...
22:49:49.120907 run   osmo-ms-virt-phy/00015(pid=50): Terminated: ok {rc=0}
22:49:49.124716 ---      ParallelTerminationStrategy: PID 51 died...
22:49:49.126240 run   osmo-ms-virt-phy/00016(pid=51): Terminated: ok {rc=0}
22:49:49.130011 ---      ParallelTerminationStrategy: PID 52 died...
22:49:49.131528 run   osmo-ms-virt-phy/00017(pid=52): Terminated: ok {rc=0}
22:49:49.135309 ---      ParallelTerminationStrategy: PID 53 died...
22:49:49.136842 run   osmo-ms-virt-phy/00018(pid=53): Terminated: ok {rc=0}
22:49:49.140635 ---      ParallelTerminationStrategy: PID 54 died...
22:49:49.142161 run   osmo-ms-virt-phy/00019(pid=54): Terminated: ok {rc=0}
22:49:49.146157 ---      ParallelTerminationStrategy: PID 55 died...
22:49:49.147676 run   osmo-ms-virt-phy/00020(pid=55): Terminated: ok {rc=0}
22:49:49.151450 ---      ParallelTerminationStrategy: PID 56 died...
22:49:49.152981 run   osmo-ms-virt-phy/00021(pid=56): Terminated: ok {rc=0}
22:49:49.156789 ---      ParallelTerminationStrategy: PID 57 died...
22:49:49.158322 run   osmo-ms-virt-phy/00022(pid=57): Terminated: ok {rc=0}
22:49:49.162102 ---      ParallelTerminationStrategy: PID 58 died...
22:49:49.163630 run   osmo-ms-virt-phy/00023(pid=58): Terminated: ok {rc=0}
22:49:49.167416 ---      ParallelTerminationStrategy: PID 59 died...
22:49:49.168945 run   osmo-ms-virt-phy/00024(pid=59): Terminated: ok {rc=0}
22:49:49.172726 ---      ParallelTerminationStrategy: PID 60 died...
22:49:49.174252 run   osmo-ms-virt-phy/00025(pid=60): Terminated: ok {rc=0}
22:49:49.178077 ---      ParallelTerminationStrategy: PID 61 died...
22:49:49.179605 run   osmo-ms-virt-phy/00026(pid=61): Terminated: ok {rc=0}
22:49:49.183389 ---      ParallelTerminationStrategy: PID 62 died...
22:49:49.184929 run   osmo-ms-virt-phy/00027(pid=62): Terminated: ok {rc=0}
22:49:49.188708 ---      ParallelTerminationStrategy: PID 63 died...
22:49:49.190265 run   osmo-ms-virt-phy/00028(pid=63): Terminated: ok {rc=0}
22:49:49.194073 ---      ParallelTerminationStrategy: PID 64 died...
22:49:49.195608 run   osmo-ms-virt-phy/00029(pid=64): Terminated: ok {rc=0}
22:49:49.199382 ---      ParallelTerminationStrategy: PID 65 died...
22:49:49.200896 run   osmo-ms-virt-phy/00030(pid=65): Terminated: ok {rc=0}
22:49:49.204691 ---      ParallelTerminationStrategy: PID 66 died...
22:49:49.206209 run   osmo-ms-virt-phy/00031(pid=66): Terminated: ok {rc=0}
22:49:49.209982 ---      ParallelTerminationStrategy: PID 67 died...
22:49:49.211512 run   osmo-ms-virt-phy/00032(pid=67): Terminated: ok {rc=0}
22:49:49.215269 ---      ParallelTerminationStrategy: PID 68 died...
22:49:49.216788 run   osmo-ms-virt-phy/00033(pid=68): Terminated: ok {rc=0}
22:49:49.220842 ---      ParallelTerminationStrategy: PID 69 died...
22:49:49.222372 run   osmo-ms-virt-phy/00034(pid=69): Terminated: ok {rc=0}
22:49:49.226158 ---      ParallelTerminationStrategy: PID 70 died...
22:49:49.227681 run   osmo-ms-virt-phy/00035(pid=70): Terminated: ok {rc=0}
22:49:49.231457 ---      ParallelTerminationStrategy: PID 71 died...
22:49:49.232992 run   osmo-ms-virt-phy/00036(pid=71): Terminated: ok {rc=0}
22:49:49.236791 ---      ParallelTerminationStrategy: PID 72 died...
22:49:49.238323 run   osmo-ms-virt-phy/00037(pid=72): Terminated: ok {rc=0}
22:49:49.242565 ---      ParallelTerminationStrategy: PID 73 died...
22:49:49.244083 run   osmo-ms-virt-phy/00038(pid=73): Terminated: ok {rc=0}
22:49:49.247874 ---      ParallelTerminationStrategy: PID 74 died...
22:49:49.249397 run   osmo-ms-virt-phy/00039(pid=74): Terminated: ok {rc=0}
22:49:49.253195 ---      ParallelTerminationStrategy: PID 75 died...
22:49:49.254716 run   osmo-ms-virt-phy/00040(pid=75): Terminated: ok {rc=0}
22:49:49.258488 ---      ParallelTerminationStrategy: PID 76 died...
22:49:49.260021 run   osmo-ms-virt-phy/00041(pid=76): Terminated: ok {rc=0}
22:49:49.263774 ---      ParallelTerminationStrategy: PID 77 died...
22:49:49.265306 run   osmo-ms-virt-phy/00042(pid=77): Terminated: ok {rc=0}
22:49:49.269064 ---      ParallelTerminationStrategy: PID 78 died...
22:49:49.270595 run   osmo-ms-virt-phy/00043(pid=78): Terminated: ok {rc=0}
22:49:49.274437 ---      ParallelTerminationStrategy: PID 79 died...
22:49:49.275963 run   osmo-ms-virt-phy/00044(pid=79): Terminated: ok {rc=0}
22:49:49.279733 ---      ParallelTerminationStrategy: PID 80 died...
22:49:49.281261 run   osmo-ms-virt-phy/00045(pid=80): Terminated: ok {rc=0}
22:49:49.285031 ---      ParallelTerminationStrategy: PID 81 died...
22:49:49.286554 run   osmo-ms-virt-phy/00046(pid=81): Terminated: ok {rc=0}
22:49:49.290387 ---      ParallelTerminationStrategy: PID 82 died...
22:49:49.291909 run   osmo-ms-virt-phy/00047(pid=82): Terminated: ok {rc=0}
22:49:49.295681 ---      ParallelTerminationStrategy: PID 83 died...
22:49:49.297710 run   osmo-ms-virt-phy/00048(pid=83): Terminated: ok {rc=0}
22:49:49.301543 ---      ParallelTerminationStrategy: PID 84 died...
22:49:49.303070 run   osmo-ms-virt-phy/00049(pid=84): Terminated: ok {rc=0}
22:49:49.306871 ---      ParallelTerminationStrategy: PID 85 died...
22:49:49.308402 run   osmo-ms-virt-phy/00050(pid=85): Terminated: ok {rc=0}
22:49:49.312212 ---      ParallelTerminationStrategy: PID 86 died...
22:49:49.313736 run   osmo-ms-virt-phy/00051(pid=86): Terminated: ok {rc=0}
22:49:49.317535 ---      ParallelTerminationStrategy: PID 87 died...
22:49:49.319045 run   osmo-ms-virt-phy/00052(pid=87): Terminated: ok {rc=0}
22:49:49.322815 ---      ParallelTerminationStrategy: PID 88 died...
22:49:49.324333 run   osmo-ms-virt-phy/00053(pid=88): Terminated: ok {rc=0}
22:49:49.328101 ---      ParallelTerminationStrategy: PID 89 died...
22:49:49.329624 run   osmo-ms-virt-phy/00054(pid=89): Terminated: ok {rc=0}
22:49:49.333392 ---      ParallelTerminationStrategy: PID 90 died...
22:49:49.334915 run   osmo-ms-virt-phy/00055(pid=90): Terminated: ok {rc=0}
22:49:49.338690 ---      ParallelTerminationStrategy: PID 91 died...
22:49:49.340216 run   osmo-ms-virt-phy/00056(pid=91): Terminated: ok {rc=0}
22:49:49.344010 ---      ParallelTerminationStrategy: PID 92 died...
22:49:49.345578 run   osmo-ms-virt-phy/00057(pid=92): Terminated: ok {rc=0}
22:49:49.349377 ---      ParallelTerminationStrategy: PID 93 died...
22:49:49.350904 run   osmo-ms-virt-phy/00058(pid=93): Terminated: ok {rc=0}
22:49:49.355072 ---      ParallelTerminationStrategy: PID 94 died...
22:49:49.356607 run   osmo-ms-virt-phy/00059(pid=94): Terminated: ok {rc=0}
22:49:49.360374 ---      ParallelTerminationStrategy: PID 95 died...
22:49:49.361927 run   osmo-ms-virt-phy/00060(pid=95): Terminated: ok {rc=0}
22:49:49.365699 ---      ParallelTerminationStrategy: PID 96 died...
22:49:49.367225 run   osmo-ms-virt-phy/00061(pid=96): Terminated: ok {rc=0}
22:49:49.371032 ---      ParallelTerminationStrategy: PID 97 died...
22:49:49.372560 run   osmo-ms-virt-phy/00062(pid=97): Terminated: ok {rc=0}
22:49:49.376331 ---      ParallelTerminationStrategy: PID 98 died...
22:49:49.377880 run   osmo-ms-virt-phy/00063(pid=98): Terminated: ok {rc=0}
22:49:49.381626 ---      ParallelTerminationStrategy: PID 99 died...
22:49:49.383148 run   osmo-ms-virt-phy/00064(pid=99): Terminated: ok {rc=0}
22:49:49.386942 ---      ParallelTerminationStrategy: PID 100 died...
22:49:49.388462 run  osmo-ms-virt-phy/00065(pid=100): Terminated: ok {rc=0}
22:49:49.392370 ---      ParallelTerminationStrategy: PID 101 died...
22:49:49.393934 run  osmo-ms-virt-phy/00066(pid=101): Terminated: ok {rc=0}
22:49:49.397707 ---      ParallelTerminationStrategy: PID 102 died...
22:49:49.399232 run  osmo-ms-virt-phy/00067(pid=102): Terminated: ok {rc=0}
22:49:49.403003 ---      ParallelTerminationStrategy: PID 103 died...
22:49:49.404565 run  osmo-ms-virt-phy/00068(pid=103): Terminated: ok {rc=0}
22:49:49.408339 ---      ParallelTerminationStrategy: PID 104 died...
22:49:49.409873 run  osmo-ms-virt-phy/00069(pid=104): Terminated: ok {rc=0}
22:49:49.413651 ---      ParallelTerminationStrategy: PID 105 died...
22:49:49.415425 run  osmo-ms-virt-phy/00070(pid=105): Terminated: ok {rc=0}
22:49:49.419253 ---      ParallelTerminationStrategy: PID 106 died...
22:49:49.420785 run  osmo-ms-virt-phy/00071(pid=106): Terminated: ok {rc=0}
22:49:49.424560 ---      ParallelTerminationStrategy: PID 107 died...
22:49:49.426089 run  osmo-ms-virt-phy/00072(pid=107): Terminated: ok {rc=0}
22:49:49.429900 ---      ParallelTerminationStrategy: PID 108 died...
22:49:49.431425 run  osmo-ms-virt-phy/00073(pid=108): Terminated: ok {rc=0}
22:49:49.435221 ---      ParallelTerminationStrategy: PID 109 died...
22:49:49.436908 run  osmo-ms-virt-phy/00074(pid=109): Terminated: ok {rc=0}
22:49:49.440674 ---      ParallelTerminationStrategy: PID 110 died...
22:49:49.442197 run  osmo-ms-virt-phy/00075(pid=110): Terminated: ok {rc=0}
22:49:49.445999 ---      ParallelTerminationStrategy: PID 111 died...
22:49:49.447550 run  osmo-ms-virt-phy/00076(pid=111): Terminated: ok {rc=0}
22:49:49.451349 ---      ParallelTerminationStrategy: PID 112 died...
22:49:49.452886 run  osmo-ms-virt-phy/00077(pid=112): Terminated: ok {rc=0}
22:49:49.456677 ---      ParallelTerminationStrategy: PID 113 died...
22:49:49.458214 run  osmo-ms-virt-phy/00078(pid=113): Terminated: ok {rc=0}
22:49:49.462171 ---      ParallelTerminationStrategy: PID 114 died...
22:49:49.463709 run  osmo-ms-virt-phy/00079(pid=114): Terminated: ok {rc=0}
22:49:49.467525 ---      ParallelTerminationStrategy: PID 115 died...
22:49:49.469051 run  osmo-ms-virt-phy/00080(pid=115): Terminated: ok {rc=0}
22:49:49.472850 ---      ParallelTerminationStrategy: PID 116 died...
22:49:49.474369 run  osmo-ms-virt-phy/00081(pid=116): Terminated: ok {rc=0}
22:49:49.478192 ---      ParallelTerminationStrategy: PID 117 died...
22:49:49.479727 run  osmo-ms-virt-phy/00082(pid=117): Terminated: ok {rc=0}
22:49:49.483522 ---      ParallelTerminationStrategy: PID 118 died...
22:49:49.485061 run  osmo-ms-virt-phy/00083(pid=118): Terminated: ok {rc=0}
22:49:49.489080 ---      ParallelTerminationStrategy: PID 119 died...
22:49:49.490626 run  osmo-ms-virt-phy/00084(pid=119): Terminated: ok {rc=0}
22:49:49.494421 ---      ParallelTerminationStrategy: PID 120 died...
22:49:49.495956 run  osmo-ms-virt-phy/00085(pid=120): Terminated: ok {rc=0}
22:49:49.499731 ---      ParallelTerminationStrategy: PID 121 died...
22:49:49.501501 run  osmo-ms-virt-phy/00086(pid=121): Terminated: ok {rc=0}
22:49:49.505294 ---      ParallelTerminationStrategy: PID 122 died...
22:49:49.506818 run  osmo-ms-virt-phy/00087(pid=122): Terminated: ok {rc=0}
22:49:49.510579 ---      ParallelTerminationStrategy: PID 123 died...
22:49:49.512106 run  osmo-ms-virt-phy/00088(pid=123): Terminated: ok {rc=0}
22:49:49.515915 ---      ParallelTerminationStrategy: PID 124 died...
22:49:49.517450 run  osmo-ms-virt-phy/00089(pid=124): Terminated: ok {rc=0}
22:49:49.521232 ---      ParallelTerminationStrategy: PID 125 died...
22:49:49.522757 run  osmo-ms-virt-phy/00090(pid=125): Terminated: ok {rc=0}
22:49:49.526530 ---      ParallelTerminationStrategy: PID 126 died...
22:49:49.528056 run  osmo-ms-virt-phy/00091(pid=126): Terminated: ok {rc=0}
22:49:49.531805 ---      ParallelTerminationStrategy: PID 127 died...
22:49:49.533453 run  osmo-ms-virt-phy/00092(pid=127): Terminated: ok {rc=0}
22:49:49.537233 ---      ParallelTerminationStrategy: PID 128 died...
22:49:49.538752 run  osmo-ms-virt-phy/00093(pid=128): Terminated: ok {rc=0}
22:49:49.542570 ---      ParallelTerminationStrategy: PID 129 died...
22:49:49.544100 run  osmo-ms-virt-phy/00094(pid=129): Terminated: ok {rc=0}
22:49:49.547893 ---      ParallelTerminationStrategy: PID 130 died...
22:49:49.549466 run  osmo-ms-virt-phy/00095(pid=130): Terminated: ok {rc=0}
22:49:49.553375 ---      ParallelTerminationStrategy: PID 131 died...
22:49:49.554903 run  osmo-ms-virt-phy/00096(pid=131): Terminated: ok {rc=0}
22:49:49.558673 ---      ParallelTerminationStrategy: PID 132 died...
22:49:49.560197 run  osmo-ms-virt-phy/00097(pid=132): Terminated: ok {rc=0}
22:49:49.564038 ---      ParallelTerminationStrategy: PID 133 died...
22:49:49.565572 run  osmo-ms-virt-phy/00098(pid=133): Terminated: ok {rc=0}
22:49:49.569385 ---      ParallelTerminationStrategy: PID 134 died...
22:49:49.570915 run  osmo-ms-virt-phy/00099(pid=134): Terminated: ok {rc=0}
22:49:49.574694 ---      ParallelTerminationStrategy: PID 135 died...
22:49:49.576233 run       osmo-ms-mob/00000(pid=135): Terminated {rc=26112}
22:49:49.580030 ---      ParallelTerminationStrategy: PID 136 died...
22:49:49.581583 run       osmo-ms-mob/00001(pid=136): Terminated {rc=26112}
22:49:49.585365 ---      ParallelTerminationStrategy: PID 137 died...
22:49:49.586886 run       osmo-ms-mob/00002(pid=137): Terminated {rc=26112}
22:49:49.591646 ---      ParallelTerminationStrategy: PID 138 died...
22:49:49.593176 run       osmo-ms-mob/00003(pid=138): Terminated {rc=26112}
22:49:49.597010 ---      ParallelTerminationStrategy: PID 139 died...
22:49:49.598524 run       osmo-ms-mob/00004(pid=139): Terminated {rc=26112}
22:49:49.602315 ---      ParallelTerminationStrategy: PID 140 died...
22:49:49.603835 run       osmo-ms-mob/00005(pid=140): Terminated {rc=26112}
22:49:49.607637 ---      ParallelTerminationStrategy: PID 141 died...
22:49:49.609155 run       osmo-ms-mob/00006(pid=141): Terminated {rc=26112}
22:49:49.613221 ---      ParallelTerminationStrategy: PID 142 died...
22:49:49.614746 run       osmo-ms-mob/00007(pid=142): Terminated {rc=26112}
22:49:49.618534 ---      ParallelTerminationStrategy: PID 143 died...
22:49:49.620059 run       osmo-ms-mob/00008(pid=143): Terminated {rc=26112}
22:49:49.624308 ---      ParallelTerminationStrategy: PID 144 died...
22:49:49.625833 run       osmo-ms-mob/00009(pid=144): Terminated {rc=26112}
22:49:49.629653 ---      ParallelTerminationStrategy: PID 145 died...
22:49:49.631178 run       osmo-ms-mob/00010(pid=145): Terminated {rc=26112}
22:49:49.635347 ---      ParallelTerminationStrategy: PID 146 died...
22:49:49.636884 run       osmo-ms-mob/00011(pid=146): Terminated {rc=26112}
22:49:49.640686 ---      ParallelTerminationStrategy: PID 147 died...
22:49:49.642211 run       osmo-ms-mob/00012(pid=147): Terminated {rc=26112}
22:49:49.646023 ---      ParallelTerminationStrategy: PID 148 died...
22:49:49.647812 run       osmo-ms-mob/00013(pid=148): Terminated {rc=26112}
22:49:49.651608 ---      ParallelTerminationStrategy: PID 149 died...
22:49:49.653138 run       osmo-ms-mob/00014(pid=149): Terminated {rc=26112}
22:49:49.656939 ---      ParallelTerminationStrategy: PID 150 died...
22:49:49.658460 run       osmo-ms-mob/00015(pid=150): Terminated {rc=26112}
22:49:49.662282 ---      ParallelTerminationStrategy: PID 151 died...
22:49:49.663813 run       osmo-ms-mob/00016(pid=151): Terminated {rc=26112}
22:49:49.667583 ---      ParallelTerminationStrategy: PID 152 died...
22:49:49.669109 run       osmo-ms-mob/00017(pid=152): Terminated {rc=26112}
22:49:49.673097 ---      ParallelTerminationStrategy: PID 153 died...
22:49:49.674624 run       osmo-ms-mob/00018(pid=153): Terminated {rc=26112}
22:49:49.678429 ---      ParallelTerminationStrategy: PID 154 died...
22:49:49.679957 run       osmo-ms-mob/00019(pid=154): Terminated {rc=26112}
22:49:49.683822 ---      ParallelTerminationStrategy: PID 155 died...
22:49:49.685367 run       osmo-ms-mob/00020(pid=155): Terminated {rc=26112}
22:49:49.689200 ---      ParallelTerminationStrategy: PID 156 died...
22:49:49.691109 run       osmo-ms-mob/00021(pid=156): Terminated {rc=26112}
22:49:49.694935 ---      ParallelTerminationStrategy: PID 157 died...
22:49:49.696459 run       osmo-ms-mob/00022(pid=157): Terminated {rc=26112}
22:49:49.700443 ---      ParallelTerminationStrategy: PID 158 died...
22:49:49.701971 run       osmo-ms-mob/00023(pid=158): Terminated {rc=26112}
22:49:49.705773 ---      ParallelTerminationStrategy: PID 159 died...
22:49:49.707424 run       osmo-ms-mob/00024(pid=159): Terminated {rc=26112}
22:49:49.711297 ---      ParallelTerminationStrategy: PID 160 died...
22:49:49.712826 run       osmo-ms-mob/00025(pid=160): Terminated {rc=26112}
22:49:49.716616 ---      ParallelTerminationStrategy: PID 161 died...
22:49:49.718146 run       osmo-ms-mob/00026(pid=161): Terminated {rc=26112}
22:49:49.721937 ---      ParallelTerminationStrategy: PID 162 died...
22:49:49.724364 run       osmo-ms-mob/00027(pid=162): Terminated {rc=26112}
22:49:49.728187 ---      ParallelTerminationStrategy: PID 163 died...
22:49:49.729711 run       osmo-ms-mob/00028(pid=163): Terminated {rc=26112}
22:49:49.733507 ---      ParallelTerminationStrategy: PID 164 died...
22:49:49.735012 run       osmo-ms-mob/00029(pid=164): Terminated {rc=26112}
22:49:49.738770 ---      ParallelTerminationStrategy: PID 165 died...
22:49:49.740312 run       osmo-ms-mob/00030(pid=165): Terminated {rc=26112}
22:49:49.744131 ---      ParallelTerminationStrategy: PID 166 died...
22:49:49.745680 run       osmo-ms-mob/00031(pid=166): Terminated {rc=26112}
22:49:49.749537 ---      ParallelTerminationStrategy: PID 167 died...
22:49:49.751075 run       osmo-ms-mob/00032(pid=167): Terminated {rc=26112}
22:49:49.754896 ---      ParallelTerminationStrategy: PID 168 died...
22:49:49.756424 run       osmo-ms-mob/00033(pid=168): Terminated {rc=26112}
22:49:49.760213 ---      ParallelTerminationStrategy: PID 169 died...
22:49:49.761783 run       osmo-ms-mob/00034(pid=169): Terminated {rc=26112}
22:49:49.765578 ---      ParallelTerminationStrategy: PID 170 died...
22:49:49.767097 run       osmo-ms-mob/00035(pid=170): Terminated {rc=26112}
22:49:49.770880 ---      ParallelTerminationStrategy: PID 171 died...
22:49:49.772393 run       osmo-ms-mob/00036(pid=171): Terminated {rc=26112}
22:49:49.776168 ---      ParallelTerminationStrategy: PID 172 died...
22:49:49.777686 run       osmo-ms-mob/00037(pid=172): Terminated {rc=26112}
22:49:49.781519 ---      ParallelTerminationStrategy: PID 173 died...
22:49:49.783063 run       osmo-ms-mob/00038(pid=173): Terminated {rc=26112}
22:49:49.786941 ---      ParallelTerminationStrategy: PID 174 died...
22:49:49.788465 run       osmo-ms-mob/00039(pid=174): Terminated {rc=26112}
22:49:49.792410 ---      ParallelTerminationStrategy: PID 175 died...
22:49:49.793946 run       osmo-ms-mob/00040(pid=175): Terminated {rc=26112}
22:49:49.797725 ---      ParallelTerminationStrategy: PID 176 died...
22:49:49.799267 run       osmo-ms-mob/00041(pid=176): Terminated {rc=26112}
22:49:49.803087 ---      ParallelTerminationStrategy: PID 177 died...
22:49:49.804615 run       osmo-ms-mob/00042(pid=177): Terminated {rc=26112}
22:49:49.808449 ---      ParallelTerminationStrategy: PID 178 died...
22:49:49.809990 run       osmo-ms-mob/00043(pid=178): Terminated {rc=26112}
22:49:49.813844 ---      ParallelTerminationStrategy: PID 179 died...
22:49:49.815371 run       osmo-ms-mob/00044(pid=179): Terminated {rc=26112}
22:49:49.819192 ---      ParallelTerminationStrategy: PID 180 died...
22:49:49.820752 run       osmo-ms-mob/00045(pid=180): Terminated {rc=26112}
22:49:49.824568 ---      ParallelTerminationStrategy: PID 181 died...
22:49:49.826118 run       osmo-ms-mob/00046(pid=181): Terminated {rc=26112}
22:49:49.830010 ---      ParallelTerminationStrategy: PID 182 died...
22:49:49.831549 run       osmo-ms-mob/00047(pid=182): Terminated {rc=26112}
22:49:49.835348 ---      ParallelTerminationStrategy: PID 183 died...
22:49:49.836884 run       osmo-ms-mob/00048(pid=183): Terminated {rc=26112}
22:49:49.840710 ---      ParallelTerminationStrategy: PID 184 died...
22:49:49.842252 run       osmo-ms-mob/00049(pid=184): Terminated {rc=26112}
22:49:49.846169 ---      ParallelTerminationStrategy: PID 185 died...
22:49:49.847727 run       osmo-ms-mob/00050(pid=185): Terminated {rc=26112}
22:49:49.851559 ---      ParallelTerminationStrategy: PID 186 died...
22:49:49.853101 run       osmo-ms-mob/00051(pid=186): Terminated {rc=26112}
22:49:49.856922 ---      ParallelTerminationStrategy: PID 187 died...
22:49:49.858454 run       osmo-ms-mob/00052(pid=187): Terminated {rc=26112}
22:49:49.862318 ---      ParallelTerminationStrategy: PID 188 died...
22:49:49.863866 run       osmo-ms-mob/00053(pid=188): Terminated {rc=26112}
22:49:49.867670 ---      ParallelTerminationStrategy: PID 189 died...
22:49:49.869211 run       osmo-ms-mob/00054(pid=189): Terminated {rc=26112}
22:49:49.873019 ---      ParallelTerminationStrategy: PID 190 died...
22:49:49.874551 run       osmo-ms-mob/00055(pid=190): Terminated {rc=26112}
22:49:49.878402 ---      ParallelTerminationStrategy: PID 191 died...
22:49:49.879942 run       osmo-ms-mob/00056(pid=191): Terminated {rc=26112}
22:49:49.883791 ---      ParallelTerminationStrategy: PID 192 died...
22:49:49.885354 run       osmo-ms-mob/00057(pid=192): Terminated {rc=26112}
22:49:49.889287 ---      ParallelTerminationStrategy: PID 193 died...
22:49:49.890874 run       osmo-ms-mob/00058(pid=193): Terminated {rc=26112}
22:49:49.894822 ---      ParallelTerminationStrategy: PID 194 died...
22:49:49.896369 run       osmo-ms-mob/00059(pid=194): Terminated {rc=26112}
22:49:49.900204 ---      ParallelTerminationStrategy: PID 195 died...
22:49:49.901741 run       osmo-ms-mob/00060(pid=195): Terminated {rc=26112}
22:49:49.905597 ---      ParallelTerminationStrategy: PID 196 died...
22:49:49.907149 run       osmo-ms-mob/00061(pid=196): Terminated {rc=26112}
22:49:49.910962 ---      ParallelTerminationStrategy: PID 197 died...
22:49:49.912491 run       osmo-ms-mob/00062(pid=197): Terminated {rc=26112}
22:49:49.916331 ---      ParallelTerminationStrategy: PID 198 died...
22:49:49.917873 run       osmo-ms-mob/00063(pid=198): Terminated {rc=26112}
22:49:49.921681 ---      ParallelTerminationStrategy: PID 199 died...
22:49:49.923222 run       osmo-ms-mob/00064(pid=199): Terminated {rc=26112}
22:49:49.927055 ---      ParallelTerminationStrategy: PID 200 died...
22:49:49.928586 run       osmo-ms-mob/00065(pid=200): Terminated {rc=26112}
22:49:49.932394 ---      ParallelTerminationStrategy: PID 201 died...
22:49:49.933925 run       osmo-ms-mob/00066(pid=201): Terminated {rc=26112}
22:49:49.937757 ---      ParallelTerminationStrategy: PID 202 died...
22:49:49.939289 run       osmo-ms-mob/00067(pid=202): Terminated {rc=26112}
22:49:49.943083 ---      ParallelTerminationStrategy: PID 203 died...
22:49:49.944613 run       osmo-ms-mob/00068(pid=203): Terminated {rc=26112}
22:49:49.948393 ---      ParallelTerminationStrategy: PID 204 died...
22:49:49.949915 run       osmo-ms-mob/00069(pid=204): Terminated {rc=26112}
22:49:49.953704 ---      ParallelTerminationStrategy: PID 205 died...
22:49:49.955223 run       osmo-ms-mob/00070(pid=205): Terminated {rc=26112}
22:49:49.959030 ---      ParallelTerminationStrategy: PID 206 died...
22:49:49.960554 run       osmo-ms-mob/00071(pid=206): Terminated {rc=26112}
22:49:49.964355 ---      ParallelTerminationStrategy: PID 207 died...
22:49:49.965880 run       osmo-ms-mob/00072(pid=207): Terminated {rc=26112}
22:49:49.969690 ---      ParallelTerminationStrategy: PID 208 died...
22:49:49.971209 run       osmo-ms-mob/00073(pid=208): Terminated {rc=26112}
22:49:49.975021 ---      ParallelTerminationStrategy: PID 209 died...
22:49:49.976547 run       osmo-ms-mob/00074(pid=209): Terminated {rc=26112}
22:49:49.980351 ---      ParallelTerminationStrategy: PID 210 died...
22:49:49.981877 run       osmo-ms-mob/00075(pid=210): Terminated {rc=26112}
22:49:49.985711 ---      ParallelTerminationStrategy: PID 211 died...
22:49:49.987245 run       osmo-ms-mob/00076(pid=211): Terminated {rc=26112}
22:49:49.991045 ---      ParallelTerminationStrategy: PID 212 died...
22:49:49.992564 run       osmo-ms-mob/00077(pid=212): Terminated {rc=26112}
22:49:49.996365 ---      ParallelTerminationStrategy: PID 213 died...
22:49:49.997889 run       osmo-ms-mob/00078(pid=213): Terminated {rc=26112}
22:49:50.001711 ---      ParallelTerminationStrategy: PID 214 died...
22:49:50.003250 run       osmo-ms-mob/00079(pid=214): Terminated {rc=26112}
22:49:50.007072 ---      ParallelTerminationStrategy: PID 215 died...
22:49:50.008605 run       osmo-ms-mob/00080(pid=215): Terminated {rc=26112}
22:49:50.012409 ---      ParallelTerminationStrategy: PID 216 died...
22:49:50.013955 run       osmo-ms-mob/00081(pid=216): Terminated {rc=26112}
22:49:50.017794 ---      ParallelTerminationStrategy: PID 217 died...
22:49:50.019330 run       osmo-ms-mob/00082(pid=217): Terminated {rc=26112}
22:49:50.023145 ---      ParallelTerminationStrategy: PID 218 died...
22:49:50.024674 run       osmo-ms-mob/00083(pid=218): Terminated {rc=26112}
22:49:50.028467 ---      ParallelTerminationStrategy: PID 219 died...
22:49:50.030159 run       osmo-ms-mob/00084(pid=219): Terminated {rc=26112}
22:49:50.034061 ---      ParallelTerminationStrategy: PID 220 died...
22:49:50.035616 run       osmo-ms-mob/00085(pid=220): Terminated {rc=26112}
22:49:50.039421 ---      ParallelTerminationStrategy: PID 221 died...
22:49:50.040961 run       osmo-ms-mob/00086(pid=221): Terminated {rc=26112}
22:49:50.044762 ---      ParallelTerminationStrategy: PID 222 died...
22:49:50.046289 run       osmo-ms-mob/00087(pid=222): Terminated {rc=26112}
22:49:50.050077 ---      ParallelTerminationStrategy: PID 223 died...
22:49:50.051604 run       osmo-ms-mob/00088(pid=223): Terminated {rc=26112}
22:49:50.055451 ---      ParallelTerminationStrategy: PID 224 died...
22:49:50.056981 run       osmo-ms-mob/00089(pid=224): Terminated {rc=26112}
22:49:50.060781 ---      ParallelTerminationStrategy: PID 225 died...
22:49:50.062325 run       osmo-ms-mob/00090(pid=225): Terminated {rc=26112}
22:49:50.066136 ---      ParallelTerminationStrategy: PID 226 died...
22:49:50.067672 run       osmo-ms-mob/00091(pid=226): Terminated {rc=26112}
22:49:50.071465 ---      ParallelTerminationStrategy: PID 227 died...
22:49:50.072990 run       osmo-ms-mob/00092(pid=227): Terminated {rc=26112}
22:49:50.076785 ---      ParallelTerminationStrategy: PID 228 died...
22:49:50.078326 run       osmo-ms-mob/00093(pid=228): Terminated {rc=26112}
22:49:50.082184 ---      ParallelTerminationStrategy: PID 229 died...
22:49:50.083713 run       osmo-ms-mob/00094(pid=229): Terminated {rc=26112}
22:49:50.087511 ---      ParallelTerminationStrategy: PID 230 died...
22:49:50.089045 run       osmo-ms-mob/00095(pid=230): Terminated {rc=26112}
22:49:50.092884 ---      ParallelTerminationStrategy: PID 231 died...
22:49:50.094411 run       osmo-ms-mob/00096(pid=231): Terminated {rc=26112}
22:49:50.098212 ---      ParallelTerminationStrategy: PID 232 died...
22:49:50.099746 run       osmo-ms-mob/00097(pid=232): Terminated {rc=26112}
22:49:50.103559 ---      ParallelTerminationStrategy: PID 233 died...
22:49:50.105094 run       osmo-ms-mob/00098(pid=233): Terminated {rc=26112}
22:49:50.108964 ---      ParallelTerminationStrategy: PID 234 died...
22:49:50.110512 run       osmo-ms-mob/00099(pid=234): Terminated {rc=26112}
22:49:53.514071 ---      ParallelTerminationStrategy: PID 34 died...
22:49:53.517908 run         osmo-bts-virtual(pid=34): Terminated: ok {rc=0}
---------------------------------------------------------------------
trial-8071 netreg_mass PASS
---------------------------------------------------------------------
22:49:53.628498 tst                       trial-8071: Storing JUnit report in /build/trial-8071/run.2025-08-27_22-48-17/trial-8071.xml

--------------------------------------------------------------------------------------------
trial-8071 PASS
--------------------------------------------------------------------------------------------
22:49:53.641178 tst                       trial-8071: trial-8071: PASS, 1 suites passed
PASS: netreg_mass (pass: 1)
    pass: register_default_mass.py (90.0 sec)
+ exit_code=0
+ rm -rf trial-8071/inst
+ cd trial-8071
+ command -v journalctl
+ [ ! -z /usr/bin/journalctl ]
+ readlink last_run
+ journalctl -u ofono -o short-precise --since 2025-08-27 22:48:17
No journal files were found.
+ readlink last_run
+ tar czf /build/trial-8071-run.tgz run.2025-08-27_22-48-17
+ tar czf /build/trial-8071-bin.tgz checksums.md5 open5gs.build-8.tgz osmo-bsc.build-2025-08-27_13_26_36.tgz osmo-bts-oc2g.build-2025-08-27_00_51_38.tgz osmo-bts-sysmo.build-2025-08-27_00_51_35.tgz osmo-bts.build-2025-08-27_00_51_42.tgz osmo-ggsn.build-2025-08-27_20_42_57.tgz osmo-hlr.build-2025-08-27_16_36_49.tgz osmo-hnbgw.build-2025-08-27_13_30_14.tgz osmo-mgw.build-2025-08-27_08_33_11.tgz osmo-msc.build-2025-08-27_13_34_44.tgz osmo-nitb.build-17155.tgz osmo-pcu-oc2g.build-2025-08-27_07_46_06.tgz osmo-pcu-sysmo.build-2025-08-27_07_46_16.tgz osmo-pcu.build-2025-08-27_07_46_08.tgz osmo-sgsn.build-2025-08-27_20_48_49.tgz osmo-stp.build-2025-08-27_13_25_23.tgz osmo-trx.build-2025-08-27_14_30_33.tgz osmocom-bb.build-2025-08-27_21_17_21.tgz srslte.build-19.tgz
+ exit 0
+ clean_up_trap
+ set +x

### Clean up ###

+ trap - EXIT INT TERM 0
+ clean_up
+ docker kill osmo-gsm-tester-virtual
Error response from daemon: cannot kill container: osmo-gsm-tester-virtual: No such container: osmo-gsm-tester-virtual
+ true
+ docker run --rm -v /home/osmocom-build/jenkins/workspace/osmo-gsm-tester_virtual:/workspace debian:bookworm chmod -R a+rwX /workspace/
Archiving artifacts
Recording test results
[Checks API] No suitable checks publisher found.
Finished: SUCCESS