Skip to content
Success

Console Output

Skipping 16 KB.. Full Log
	--build-arg OSMOCOM_REPO_TESTSUITE_MIRROR=https://downloads.osmocom.org \
	--build-arg ASTERISK_BRANCH=sysmocom/20.7.0 \
	--build-arg LIBOSMOCORE_BRANCH=master \
	--build-arg OSMO_BB_BRANCH=master \
	--build-arg OSMO_BSC_BRANCH=master \
	--build-arg OSMO_BTS_BRANCH=master \
	--build-arg OSMO_CBC_BRANCH=master \
	--build-arg OSMO_DIA2GSUP_BRANCH=master \
	--build-arg OSMO_EPDG_BRANCH=master \
	--build-arg OSMO_GBPROXY_BRANCH=master \
	--build-arg OSMO_GGSN_BRANCH=master \
	--build-arg OSMO_GSM_TESTER_BRANCH=master \
	--build-arg OSMO_HLR_BRANCH=master \
	--build-arg OSMO_HNBGW_BRANCH=master \
	--build-arg OSMO_HNODEB_BRANCH=master \
	--build-arg OSMO_IUH_BRANCH=master \
	--build-arg OSMO_MGW_BRANCH=master \
	--build-arg OSMO_MSC_BRANCH=master \
	--build-arg OSMO_NITB_BRANCH=master \
	--build-arg OSMO_PCU_BRANCH=master \
	--build-arg OSMO_REMSIM_BRANCH=master \
	--build-arg OSMO_SGSN_BRANCH=master \
	--build-arg OSMO_SIP_BRANCH=master \
	--build-arg OSMO_STP_BRANCH=master \
	--build-arg OSMO_UECUPS_BRANCH=master \
	--build-arg OPEN5GS_BRANCH=main \
	--build-arg PJPROJECT_BRANCH=sysmocom/2.14 \
	 -t docker.io/osmocom-build/osmo-gsm-tester:latest .
#0 building with "default" instance using docker driver

#1 [internal] load build definition from Dockerfile
#1 transferring dockerfile: 4.84kB done
#1 DONE 0.1s

#2 [internal] load metadata for docker.io/osmocom-build/debian-bookworm-build:latest
#2 DONE 0.0s

#3 [internal] load .dockerignore
#3 transferring context: 2B done
#3 DONE 0.1s

#4 [ 1/28] FROM docker.io/osmocom-build/debian-bookworm-build:latest
#4 DONE 0.0s

#5 [internal] load build context
#5 transferring context: 5.76kB done
#5 DONE 0.1s

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

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

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

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

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

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

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

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

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

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

#16 [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://security.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
#16 CACHED

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

#34 exporting to image
#34 exporting layers done
#34 writing image sha256:6a5f9764bce750d5a23ffc5bc2048adfc603d417d89bb69a53569f83da95ca03 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=7941 -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-04-19 22:48:18
+ trial_dir_prefix=trial-
+ rm -rf trial-*
+ trial_dir=trial-7941
+ mkdir -p trial-7941
+ mv open5gs.build-8.tgz osmo-bsc.build-2025-04-19_13_26_35.tgz osmo-bts-oc2g.build-2025-04-19_00_51_29.tgz osmo-bts-sysmo.build-2025-04-19_00_51_35.tgz osmo-bts.build-2025-04-19_00_51_38.tgz osmo-ggsn.build-2025-04-19_20_42_22.tgz osmo-hlr.build-2025-04-19_16_37_01.tgz osmo-hnbgw.build-2025-04-19_13_30_13.tgz osmo-mgw.build-2025-04-19_08_33_13.tgz osmo-msc.build-2025-04-19_13_32_41.tgz osmo-nitb.build-17155.tgz osmo-pcu-oc2g.build-2025-04-19_07_34_02.tgz osmo-pcu-sysmo.build-2025-04-19_07_34_01.tgz osmo-pcu.build-2025-04-19_07_34_02.tgz osmo-sgsn.build-2025-04-19_20_48_40.tgz osmo-stp.build-2025-04-19_13_25_25.tgz osmo-trx.build-2025-04-19_14_26_49.tgz osmocom-bb.build-2025-04-19_21_17_06.tgz srslte.build-19.tgz trial-7941
+ cat open5gs.build-8.md5 osmo-bsc.build-2025-04-19_13_26_35.md5 osmo-bts-oc2g.build-2025-04-19_00_51_29.md5 osmo-bts-sysmo.build-2025-04-19_00_51_35.md5 osmo-bts.build-2025-04-19_00_51_38.md5 osmo-ggsn.build-2025-04-19_20_42_22.md5 osmo-hlr.build-2025-04-19_16_37_01.md5 osmo-hnbgw.build-2025-04-19_13_30_13.md5 osmo-mgw.build-2025-04-19_08_33_13.md5 osmo-msc.build-2025-04-19_13_32_41.md5 osmo-nitb.build-17155.md5 osmo-pcu-oc2g.build-2025-04-19_07_34_02.md5 osmo-pcu-sysmo.build-2025-04-19_07_34_01.md5 osmo-pcu.build-2025-04-19_07_34_02.md5 osmo-sgsn.build-2025-04-19_20_48_40.md5 osmo-stp.build-2025-04-19_13_25_25.md5 osmo-trx.build-2025-04-19_14_26_49.md5 osmocom-bb.build-2025-04-19_21_17_06.md5 srslte.build-19.md5
+ rm open5gs.build-8.md5 osmo-bsc.build-2025-04-19_13_26_35.md5 osmo-bts-oc2g.build-2025-04-19_00_51_29.md5 osmo-bts-sysmo.build-2025-04-19_00_51_35.md5 osmo-bts.build-2025-04-19_00_51_38.md5 osmo-ggsn.build-2025-04-19_20_42_22.md5 osmo-hlr.build-2025-04-19_16_37_01.md5 osmo-hnbgw.build-2025-04-19_13_30_13.md5 osmo-mgw.build-2025-04-19_08_33_13.md5 osmo-msc.build-2025-04-19_13_32_41.md5 osmo-nitb.build-17155.md5 osmo-pcu-oc2g.build-2025-04-19_07_34_02.md5 osmo-pcu-sysmo.build-2025-04-19_07_34_01.md5 osmo-pcu.build-2025-04-19_07_34_02.md5 osmo-sgsn.build-2025-04-19_20_48_40.md5 osmo-stp.build-2025-04-19_13_25_25.md5 osmo-trx.build-2025-04-19_14_26_49.md5 osmocom-bb.build-2025-04-19_21_17_06.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-7941 -s netreg_mass
combinations: ['netreg_mass']
trial: 'trial-7941'
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-7941
--------------------------------------------------------------------------------------------
22:48:18.360365 tst                       trial-7941: Detailed log at /build/trial-7941/run.2025-04-19_22-48-18/log

---------------------------------------------------------------------
trial-7941 netreg_mass
---------------------------------------------------------------------
22:48:18.589802 tst                      netreg_mass: reserving resources in /var/tmp/osmo-gsm-tester/state ...
22:48:18.590224 tst                      netreg_mass: Verifying 1 x bts (candidates: 1)
22:48:18.591182 tst                      netreg_mass: Verifying 6 x ip_address (candidates: 9)
22:48:18.592584 tst                      netreg_mass: Verifying 100 x modem (candidates: 100)
22:48:18.648483 tst                      netreg_mass: Reserving 1 x bts (candidates: 1)
22:48:18.650130 tst                      netreg_mass: Reserving 6 x ip_address (candidates: 9)
22:48:18.652494 tst                      netreg_mass: Reserving 100 x modem (candidates: 100)
22:48:18.746520 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-7941 netreg_mass register_default_mass.py
----------------------------------------------
22:48:18.747418 tst       register_default_mass.py:9: Claiming resources for the test
22:48:18.764937 tst                      netreg_mass: Using 1 x ip_address (candidates: 6)
22:48:18.765588 tst                      netreg_mass: Using 1 x ip_address (candidates: 6)
22:48:18.766151 tst                      netreg_mass: Using 1 x ip_address (candidates: 6)
22:48:18.766675 tst                      netreg_mass: Using 1 x ip_address (candidates: 6)
22:48:18.767207 tst                      netreg_mass: Using 1 x ip_address (candidates: 6)
22:48:18.767738 tst                      netreg_mass: Using 1 x ip_address (candidates: 6)
22:48:18.768267 tst                      netreg_mass: Using 1 x bts (candidates: 1)
22:48:18.826465 tst         register_default_mass.py: using LAC 2
22:48:18.865530 tst         register_default_mass.py: using RAC 2
22:48:18.913105 tst         register_default_mass.py: using CellId 2
22:48:18.948455 tst         register_default_mass.py: using BVCI 3
22:48:18.954239 tst                      netreg_mass: Using 1 x modem (candidates: 100)
22:48:18.954920 tst                      netreg_mass: Using 1 x modem (candidates: 100)
22:48:18.955508 tst                      netreg_mass: Using 1 x modem (candidates: 100)
22:48:18.956056 tst                      netreg_mass: Using 1 x modem (candidates: 100)
22:48:18.956612 tst                      netreg_mass: Using 1 x modem (candidates: 100)
22:48:18.957163 tst                      netreg_mass: Using 1 x modem (candidates: 100)
22:48:18.957686 tst                      netreg_mass: Using 1 x modem (candidates: 100)
22:48:18.958230 tst                      netreg_mass: Using 1 x modem (candidates: 100)
22:48:18.958783 tst                      netreg_mass: Using 1 x modem (candidates: 100)
22:48:18.959314 tst                      netreg_mass: Using 1 x modem (candidates: 100)
22:48:18.959841 tst                      netreg_mass: Using 1 x modem (candidates: 100)
22:48:18.960397 tst                      netreg_mass: Using 1 x modem (candidates: 100)
22:48:18.961019 tst                      netreg_mass: Using 1 x modem (candidates: 100)
22:48:18.961616 tst                      netreg_mass: Using 1 x modem (candidates: 100)
22:48:18.962177 tst                      netreg_mass: Using 1 x modem (candidates: 100)
22:48:18.962724 tst                      netreg_mass: Using 1 x modem (candidates: 100)
22:48:18.963290 tst                      netreg_mass: Using 1 x modem (candidates: 100)
22:48:18.963845 tst                      netreg_mass: Using 1 x modem (candidates: 100)
22:48:18.964392 tst                      netreg_mass: Using 1 x modem (candidates: 100)
22:48:18.965013 tst                      netreg_mass: Using 1 x modem (candidates: 100)
22:48:18.965573 tst                      netreg_mass: Using 1 x modem (candidates: 100)
22:48:18.966158 tst                      netreg_mass: Using 1 x modem (candidates: 100)
22:48:18.966750 tst                      netreg_mass: Using 1 x modem (candidates: 100)
22:48:18.967312 tst                      netreg_mass: Using 1 x modem (candidates: 100)
22:48:18.967866 tst                      netreg_mass: Using 1 x modem (candidates: 100)
22:48:18.968427 tst                      netreg_mass: Using 1 x modem (candidates: 100)
22:48:18.968997 tst                      netreg_mass: Using 1 x modem (candidates: 100)
22:48:18.969558 tst                      netreg_mass: Using 1 x modem (candidates: 100)
22:48:18.970133 tst                      netreg_mass: Using 1 x modem (candidates: 100)
22:48:18.970722 tst                      netreg_mass: Using 1 x modem (candidates: 100)
22:48:18.971298 tst                      netreg_mass: Using 1 x modem (candidates: 100)
22:48:18.971872 tst                      netreg_mass: Using 1 x modem (candidates: 100)
22:48:18.972465 tst                      netreg_mass: Using 1 x modem (candidates: 100)
22:48:18.973049 tst                      netreg_mass: Using 1 x modem (candidates: 100)
22:48:18.973620 tst                      netreg_mass: Using 1 x modem (candidates: 100)
22:48:18.974202 tst                      netreg_mass: Using 1 x modem (candidates: 100)
22:48:18.974769 tst                      netreg_mass: Using 1 x modem (candidates: 100)
22:48:18.975348 tst                      netreg_mass: Using 1 x modem (candidates: 100)
22:48:18.975936 tst                      netreg_mass: Using 1 x modem (candidates: 100)
22:48:18.976526 tst                      netreg_mass: Using 1 x modem (candidates: 100)
22:48:18.977092 tst                      netreg_mass: Using 1 x modem (candidates: 100)
22:48:18.977658 tst                      netreg_mass: Using 1 x modem (candidates: 100)
22:48:18.978239 tst                      netreg_mass: Using 1 x modem (candidates: 100)
22:48:18.978816 tst                      netreg_mass: Using 1 x modem (candidates: 100)
22:48:18.979398 tst                      netreg_mass: Using 1 x modem (candidates: 100)
22:48:18.979978 tst                      netreg_mass: Using 1 x modem (candidates: 100)
22:48:18.980572 tst                      netreg_mass: Using 1 x modem (candidates: 100)
22:48:18.981175 tst                      netreg_mass: Using 1 x modem (candidates: 100)
22:48:18.981761 tst                      netreg_mass: Using 1 x modem (candidates: 100)
22:48:18.982369 tst                      netreg_mass: Using 1 x modem (candidates: 100)
22:48:18.982990 tst                      netreg_mass: Using 1 x modem (candidates: 100)
22:48:18.983598 tst                      netreg_mass: Using 1 x modem (candidates: 100)
22:48:18.984212 tst                      netreg_mass: Using 1 x modem (candidates: 100)
22:48:18.984818 tst                      netreg_mass: Using 1 x modem (candidates: 100)
22:48:18.985406 tst                      netreg_mass: Using 1 x modem (candidates: 100)
22:48:18.985999 tst                      netreg_mass: Using 1 x modem (candidates: 100)
22:48:18.986622 tst                      netreg_mass: Using 1 x modem (candidates: 100)
22:48:18.987224 tst                      netreg_mass: Using 1 x modem (candidates: 100)
22:48:18.987828 tst                      netreg_mass: Using 1 x modem (candidates: 100)
22:48:18.988430 tst                      netreg_mass: Using 1 x modem (candidates: 100)
22:48:18.989036 tst                      netreg_mass: Using 1 x modem (candidates: 100)
22:48:18.989633 tst                      netreg_mass: Using 1 x modem (candidates: 100)
22:48:18.990243 tst                      netreg_mass: Using 1 x modem (candidates: 100)
22:48:18.990844 tst                      netreg_mass: Using 1 x modem (candidates: 100)
22:48:18.991431 tst                      netreg_mass: Using 1 x modem (candidates: 100)
22:48:18.992026 tst                      netreg_mass: Using 1 x modem (candidates: 100)
22:48:18.992638 tst                      netreg_mass: Using 1 x modem (candidates: 100)
22:48:18.993238 tst                      netreg_mass: Using 1 x modem (candidates: 100)
22:48:18.993857 tst                      netreg_mass: Using 1 x modem (candidates: 100)
22:48:18.994461 tst                      netreg_mass: Using 1 x modem (candidates: 100)
22:48:18.995077 tst                      netreg_mass: Using 1 x modem (candidates: 100)
22:48:18.995711 tst                      netreg_mass: Using 1 x modem (candidates: 100)
22:48:18.996430 tst                      netreg_mass: Using 1 x modem (candidates: 100)
22:48:18.997067 tst                      netreg_mass: Using 1 x modem (candidates: 100)
22:48:18.997693 tst                      netreg_mass: Using 1 x modem (candidates: 100)
22:48:18.998291 tst                      netreg_mass: Using 1 x modem (candidates: 100)
22:48:18.998906 tst                      netreg_mass: Using 1 x modem (candidates: 100)
22:48:18.999524 tst                      netreg_mass: Using 1 x modem (candidates: 100)
22:48:19.000150 tst                      netreg_mass: Using 1 x modem (candidates: 100)
22:48:19.000781 tst                      netreg_mass: Using 1 x modem (candidates: 100)
22:48:19.001393 tst                      netreg_mass: Using 1 x modem (candidates: 100)
22:48:19.001978 tst                      netreg_mass: Using 1 x modem (candidates: 100)
22:48:19.002576 tst                      netreg_mass: Using 1 x modem (candidates: 100)
22:48:19.003179 tst                      netreg_mass: Using 1 x modem (candidates: 100)
22:48:19.003775 tst                      netreg_mass: Using 1 x modem (candidates: 100)
22:48:19.004358 tst                      netreg_mass: Using 1 x modem (candidates: 100)
22:48:19.004968 tst                      netreg_mass: Using 1 x modem (candidates: 100)
22:48:19.005566 tst                      netreg_mass: Using 1 x modem (candidates: 100)
22:48:19.006156 tst                      netreg_mass: Using 1 x modem (candidates: 100)
22:48:19.006771 tst                      netreg_mass: Using 1 x modem (candidates: 100)
22:48:19.007371 tst                      netreg_mass: Using 1 x modem (candidates: 100)
22:48:19.007986 tst                      netreg_mass: Using 1 x modem (candidates: 100)
22:48:19.008603 tst                      netreg_mass: Using 1 x modem (candidates: 100)
22:48:19.009208 tst                      netreg_mass: Using 1 x modem (candidates: 100)
22:48:19.009797 tst                      netreg_mass: Using 1 x modem (candidates: 100)
22:48:19.010409 tst                      netreg_mass: Using 1 x modem (candidates: 100)
22:48:19.011002 tst                      netreg_mass: Using 1 x modem (candidates: 100)
22:48:19.011602 tst                      netreg_mass: Using 1 x modem (candidates: 100)
22:48:19.012213 tst                      netreg_mass: Using 1 x modem (candidates: 100)
22:48:19.012815 tst                      netreg_mass: Using 1 x modem (candidates: 100)
22:48:19.013399 tst                      netreg_mass: Using 1 x modem (candidates: 100)
22:48:19.014074 tst      register_default_mass.py:21: Launching a simple network
22:48:19.026030 run              osmo-hlr_127.0.42.2: Starting osmo-hlr
22:48:19.165039 run            create_hlr_db(pid=20): Launched
22:48:20.181585 run            create_hlr_db(pid=20): Terminated: ok {rc=0}
22:48:20.200299 run pcap-recorder_any(filters='host 127.0.42.2')(pid=22): Launched
22:48:20.218411 run      osmo-hlr_127.0.42.2(pid=23): Launched
22:48:20.225219 run              osmo-stp_127.0.42.5: Starting osmo-stp
22:48:20.409770 run pcap-recorder_any(filters='host 127.0.42.5 and port not 22')(pid=24): Launched
22:48:20.425623 run      osmo-stp_127.0.42.5(pid=25): Launched
22:48:20.431835 run              osmo-msc_127.0.42.6: Starting osmo-msc
22:48:20.891334 run pcap-recorder_any(filters='host 127.0.42.6 and port not 22')(pid=26): Launched
22:48:20.908472 run      osmo-msc_127.0.42.6(pid=27): Launched
22:48:23.919890 run              osmo-mgw_127.0.42.3: Starting osmo-mgw
22:48:24.037996 run pcap-recorder_any(filters='host 127.0.42.3 and port not 22')(pid=28): Launched
22:48:24.053749 run      osmo-mgw_127.0.42.3(pid=29): Launched
22:48:24.059669 run              osmo-mgw_127.0.42.4: Starting osmo-mgw
22:48:24.084381 run pcap-recorder_any(filters='host 127.0.42.4 and port not 22')(pid=30): Launched
22:48:24.099981 run      osmo-mgw_127.0.42.4(pid=31): Launched
22:48:24.106469 run              osmo-bsc_127.0.42.7: Starting osmo-bsc
22:48:24.435047 run pcap-recorder_any(filters='host 127.0.42.7 and port not 22')(pid=32): Launched
22:48:24.450830 run      osmo-bsc_127.0.42.7(pid=33): Launched
22:48:30.475813 run                 osmo-bts-virtual: Starting to connect to osmo-bsc_127.0.42.7
22:48:30.782474 run         osmo-bts-virtual(pid=34): Launched
22:48:31.835587 tst         register_default_mass.py: using MSISDN 1001
22:48:31.843254 run              osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001010000000000', msisdn='1001', subscriber_id=1}
22:48:31.935201 tst         register_default_mass.py: using MSISDN 1002
22:48:31.942134 run              osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001010000000001', msisdn='1002', subscriber_id=2}
22:48:32.011004 tst         register_default_mass.py: using MSISDN 1003
22:48:32.027199 run              osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001010000000002', msisdn='1003', subscriber_id=3}
22:48:32.097607 tst         register_default_mass.py: using MSISDN 1004
22:48:32.113472 run              osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001010000000003', msisdn='1004', subscriber_id=4}
22:48:32.191605 tst         register_default_mass.py: using MSISDN 1005
22:48:32.207513 run              osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001010000000004', msisdn='1005', subscriber_id=5}
22:48:32.276590 tst         register_default_mass.py: using MSISDN 1006
22:48:32.291719 run              osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001010000000005', msisdn='1006', subscriber_id=6}
22:48:32.382503 tst         register_default_mass.py: using MSISDN 1007
22:48:32.397570 run              osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001010000000006', msisdn='1007', subscriber_id=7}
22:48:32.480386 tst         register_default_mass.py: using MSISDN 1008
22:48:32.493885 run              osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001010000000007', msisdn='1008', subscriber_id=8}
22:48:32.578244 tst         register_default_mass.py: using MSISDN 1009
22:48:32.591901 run              osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001010000000008', msisdn='1009', subscriber_id=9}
22:48:32.687311 tst         register_default_mass.py: using MSISDN 1010
22:48:32.702217 run              osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001010000000009', msisdn='1010', subscriber_id=10}
22:48:32.782967 tst         register_default_mass.py: using MSISDN 1011
22:48:32.794826 run              osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001020000000000', msisdn='1011', subscriber_id=11}
22:48:32.889994 tst         register_default_mass.py: using MSISDN 1012
22:48:32.903004 run              osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001020000000001', msisdn='1012', subscriber_id=12}
22:48:33.084661 tst         register_default_mass.py: using MSISDN 1013
22:48:33.096605 run              osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001020000000002', msisdn='1013', subscriber_id=13}
22:48:33.185434 tst         register_default_mass.py: using MSISDN 1014
22:48:33.191605 run              osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001020000000003', msisdn='1014', subscriber_id=14}
22:48:33.261751 tst         register_default_mass.py: using MSISDN 1015
22:48:33.268249 run              osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001020000000004', msisdn='1015', subscriber_id=15}
22:48:33.348286 tst         register_default_mass.py: using MSISDN 1016
22:48:33.354898 run              osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001020000000005', msisdn='1016', subscriber_id=16}
22:48:33.437916 tst         register_default_mass.py: using MSISDN 1017
22:48:33.444603 run              osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001020000000006', msisdn='1017', subscriber_id=17}
22:48:33.513704 tst         register_default_mass.py: using MSISDN 1018
22:48:33.520228 run              osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001020000000007', msisdn='1018', subscriber_id=18}
22:48:33.586149 tst         register_default_mass.py: using MSISDN 1019
22:48:33.592589 run              osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001020000000008', msisdn='1019', subscriber_id=19}
22:48:33.681582 tst         register_default_mass.py: using MSISDN 1020
22:48:33.694455 run              osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001020000000009', msisdn='1020', subscriber_id=20}
22:48:33.781044 tst         register_default_mass.py: using MSISDN 1021
22:48:33.794213 run              osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001030000000000', msisdn='1021', subscriber_id=21}
22:48:33.873657 tst         register_default_mass.py: using MSISDN 1022
22:48:33.886121 run              osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001030000000001', msisdn='1022', subscriber_id=22}
22:48:33.967696 tst         register_default_mass.py: using MSISDN 1023
22:48:33.981976 run              osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001030000000002', msisdn='1023', subscriber_id=23}
22:48:34.065449 tst         register_default_mass.py: using MSISDN 1024
22:48:34.079709 run              osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001030000000003', msisdn='1024', subscriber_id=24}
22:48:34.189884 tst         register_default_mass.py: using MSISDN 1025
22:48:34.205462 run              osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001030000000004', msisdn='1025', subscriber_id=25}
22:48:34.319421 tst         register_default_mass.py: using MSISDN 1026
22:48:34.333250 run              osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001030000000005', msisdn='1026', subscriber_id=26}
22:48:34.441795 tst         register_default_mass.py: using MSISDN 1027
22:48:34.452368 run              osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001030000000006', msisdn='1027', subscriber_id=27}
22:48:34.548238 tst         register_default_mass.py: using MSISDN 1028
22:48:34.555162 run              osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001030000000007', msisdn='1028', subscriber_id=28}
22:48:34.624080 tst         register_default_mass.py: using MSISDN 1029
22:48:34.640924 run              osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001030000000008', msisdn='1029', subscriber_id=29}
22:48:34.716029 tst         register_default_mass.py: using MSISDN 1030
22:48:34.731987 run              osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001030000000009', msisdn='1030', subscriber_id=30}
22:48:34.829881 tst         register_default_mass.py: using MSISDN 1031
22:48:34.846590 run              osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001040000000000', msisdn='1031', subscriber_id=31}
22:48:34.948020 tst         register_default_mass.py: using MSISDN 1032
22:48:34.960015 run              osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001040000000001', msisdn='1032', subscriber_id=32}
22:48:35.079243 tst         register_default_mass.py: using MSISDN 1033
22:48:35.087311 run              osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001040000000002', msisdn='1033', subscriber_id=33}
22:48:35.167626 tst         register_default_mass.py: using MSISDN 1034
22:48:35.174998 run              osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001040000000003', msisdn='1034', subscriber_id=34}
22:48:35.278952 tst         register_default_mass.py: using MSISDN 1035
22:48:35.287294 run              osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001040000000004', msisdn='1035', subscriber_id=35}
22:48:35.357930 tst         register_default_mass.py: using MSISDN 1036
22:48:35.364938 run              osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001040000000005', msisdn='1036', subscriber_id=36}
22:48:35.488563 tst         register_default_mass.py: using MSISDN 1037
22:48:35.504652 run              osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001040000000006', msisdn='1037', subscriber_id=37}
22:48:35.593499 tst         register_default_mass.py: using MSISDN 1038
22:48:35.607906 run              osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001040000000007', msisdn='1038', subscriber_id=38}
22:48:35.685762 tst         register_default_mass.py: using MSISDN 1039
22:48:35.701952 run              osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001040000000008', msisdn='1039', subscriber_id=39}
22:48:35.790684 tst         register_default_mass.py: using MSISDN 1040
22:48:35.806193 run              osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001040000000009', msisdn='1040', subscriber_id=40}
22:48:35.888340 tst         register_default_mass.py: using MSISDN 1041
22:48:35.903225 run              osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001050000000000', msisdn='1041', subscriber_id=41}
22:48:35.982857 tst         register_default_mass.py: using MSISDN 1042
22:48:35.997850 run              osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001050000000001', msisdn='1042', subscriber_id=42}
22:48:36.090545 tst         register_default_mass.py: using MSISDN 1043
22:48:36.106965 run              osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001050000000002', msisdn='1043', subscriber_id=43}
22:48:36.184054 tst         register_default_mass.py: using MSISDN 1044
22:48:36.197492 run              osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001050000000003', msisdn='1044', subscriber_id=44}
22:48:36.287980 tst         register_default_mass.py: using MSISDN 1045
22:48:36.303336 run              osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001050000000004', msisdn='1045', subscriber_id=45}
22:48:36.401437 tst         register_default_mass.py: using MSISDN 1046
22:48:36.415624 run              osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001050000000005', msisdn='1046', subscriber_id=46}
22:48:36.538545 tst         register_default_mass.py: using MSISDN 1047
22:48:36.548090 run              osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001050000000006', msisdn='1047', subscriber_id=47}
22:48:36.628003 tst         register_default_mass.py: using MSISDN 1048
22:48:36.637073 run              osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001050000000007', msisdn='1048', subscriber_id=48}
22:48:36.717945 tst         register_default_mass.py: using MSISDN 1049
22:48:36.726888 run              osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001050000000008', msisdn='1049', subscriber_id=49}
22:48:36.842479 tst         register_default_mass.py: using MSISDN 1050
22:48:36.849742 run              osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001050000000009', msisdn='1050', subscriber_id=50}
22:48:36.933765 tst         register_default_mass.py: using MSISDN 1051
22:48:36.939894 run              osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001060000000000', msisdn='1051', subscriber_id=51}
22:48:37.037830 tst         register_default_mass.py: using MSISDN 1052
22:48:37.052337 run              osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001060000000001', msisdn='1052', subscriber_id=52}
22:48:37.179385 tst         register_default_mass.py: using MSISDN 1053
22:48:37.187748 run              osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001060000000002', msisdn='1053', subscriber_id=53}
22:48:37.262244 tst         register_default_mass.py: using MSISDN 1054
22:48:37.274960 run              osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001060000000003', msisdn='1054', subscriber_id=54}
22:48:37.358420 tst         register_default_mass.py: using MSISDN 1055
22:48:37.371644 run              osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001060000000004', msisdn='1055', subscriber_id=55}
22:48:37.448382 tst         register_default_mass.py: using MSISDN 1056
22:48:37.456033 run              osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001060000000005', msisdn='1056', subscriber_id=56}
22:48:37.542143 tst         register_default_mass.py: using MSISDN 1057
22:48:37.555722 run              osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001060000000006', msisdn='1057', subscriber_id=57}
22:48:37.640888 tst         register_default_mass.py: using MSISDN 1058
22:48:37.653891 run              osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001060000000007', msisdn='1058', subscriber_id=58}
22:48:37.728203 tst         register_default_mass.py: using MSISDN 1059
22:48:37.741178 run              osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001060000000008', msisdn='1059', subscriber_id=59}
22:48:37.831373 tst         register_default_mass.py: using MSISDN 1060
22:48:37.843957 run              osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001060000000009', msisdn='1060', subscriber_id=60}
22:48:37.917559 tst         register_default_mass.py: using MSISDN 1061
22:48:37.931152 run              osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001070000000000', msisdn='1061', subscriber_id=61}
22:48:38.015014 tst         register_default_mass.py: using MSISDN 1062
22:48:38.022981 run              osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001070000000001', msisdn='1062', subscriber_id=62}
22:48:38.213121 tst         register_default_mass.py: using MSISDN 1063
22:48:38.226012 run              osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001070000000002', msisdn='1063', subscriber_id=63}
22:48:38.311494 tst         register_default_mass.py: using MSISDN 1064
22:48:38.326059 run              osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001070000000003', msisdn='1064', subscriber_id=64}
22:48:38.440185 tst         register_default_mass.py: using MSISDN 1065
22:48:38.455195 run              osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001070000000004', msisdn='1065', subscriber_id=65}
22:48:38.599473 tst         register_default_mass.py: using MSISDN 1066
22:48:38.612482 run              osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001070000000005', msisdn='1066', subscriber_id=66}
22:48:38.690098 tst         register_default_mass.py: using MSISDN 1067
22:48:38.703301 run              osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001070000000006', msisdn='1067', subscriber_id=67}
22:48:38.777300 tst         register_default_mass.py: using MSISDN 1068
22:48:38.790452 run              osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001070000000007', msisdn='1068', subscriber_id=68}
22:48:39.160684 tst         register_default_mass.py: using MSISDN 1069
22:48:39.174249 run              osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001070000000008', msisdn='1069', subscriber_id=69}
22:48:39.259839 tst         register_default_mass.py: using MSISDN 1070
22:48:39.273664 run              osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001070000000009', msisdn='1070', subscriber_id=70}
22:48:39.373401 tst         register_default_mass.py: using MSISDN 1071
22:48:39.386779 run              osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001080000000000', msisdn='1071', subscriber_id=71}
22:48:39.466627 tst         register_default_mass.py: using MSISDN 1072
22:48:39.479867 run              osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001080000000001', msisdn='1072', subscriber_id=72}
22:48:39.548666 tst         register_default_mass.py: using MSISDN 1073
22:48:39.561198 run              osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001080000000002', msisdn='1073', subscriber_id=73}
22:48:39.636456 tst         register_default_mass.py: using MSISDN 1074
22:48:39.649413 run              osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001080000000003', msisdn='1074', subscriber_id=74}
22:48:39.723808 tst         register_default_mass.py: using MSISDN 1075
22:48:39.736256 run              osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001080000000004', msisdn='1075', subscriber_id=75}
22:48:39.815542 tst         register_default_mass.py: using MSISDN 1076
22:48:39.828544 run              osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001080000000005', msisdn='1076', subscriber_id=76}
22:48:39.917421 tst         register_default_mass.py: using MSISDN 1077
22:48:39.930337 run              osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001080000000006', msisdn='1077', subscriber_id=77}
22:48:40.024282 tst         register_default_mass.py: using MSISDN 1078
22:48:40.037503 run              osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001080000000007', msisdn='1078', subscriber_id=78}
22:48:40.122319 tst         register_default_mass.py: using MSISDN 1079
22:48:40.135321 run              osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001080000000008', msisdn='1079', subscriber_id=79}
22:48:40.204190 tst         register_default_mass.py: using MSISDN 1080
22:48:40.218083 run              osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001080000000009', msisdn='1080', subscriber_id=80}
22:48:40.311283 tst         register_default_mass.py: using MSISDN 1081
22:48:40.319237 run              osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001090000000000', msisdn='1081', subscriber_id=81}
22:48:40.420696 tst         register_default_mass.py: using MSISDN 1082
22:48:40.434512 run              osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001090000000001', msisdn='1082', subscriber_id=82}
22:48:40.540329 tst         register_default_mass.py: using MSISDN 1083
22:48:40.553234 run              osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001090000000002', msisdn='1083', subscriber_id=83}
22:48:40.649468 tst         register_default_mass.py: using MSISDN 1084
22:48:40.662325 run              osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001090000000003', msisdn='1084', subscriber_id=84}
22:48:40.751232 tst         register_default_mass.py: using MSISDN 1085
22:48:40.758880 run              osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001090000000004', msisdn='1085', subscriber_id=85}
22:48:40.826849 tst         register_default_mass.py: using MSISDN 1086
22:48:40.834777 run              osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001090000000005', msisdn='1086', subscriber_id=86}
22:48:40.905280 tst         register_default_mass.py: using MSISDN 1087
22:48:40.914006 run              osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001090000000006', msisdn='1087', subscriber_id=87}
22:48:40.986231 tst         register_default_mass.py: using MSISDN 1088
22:48:40.993892 run              osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001090000000007', msisdn='1088', subscriber_id=88}
22:48:41.072953 tst         register_default_mass.py: using MSISDN 1089
22:48:41.078973 run              osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001090000000008', msisdn='1089', subscriber_id=89}
22:48:41.146149 tst         register_default_mass.py: using MSISDN 1090
22:48:41.155709 run              osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001090000000009', msisdn='1090', subscriber_id=90}
22:48:41.239321 tst         register_default_mass.py: using MSISDN 1091
22:48:41.246256 run              osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001100000000000', msisdn='1091', subscriber_id=91}
22:48:41.336696 tst         register_default_mass.py: using MSISDN 1092
22:48:41.343647 run              osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001100000000001', msisdn='1092', subscriber_id=92}
22:48:41.414191 tst         register_default_mass.py: using MSISDN 1093
22:48:41.423958 run              osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001100000000002', msisdn='1093', subscriber_id=93}
22:48:41.490092 tst         register_default_mass.py: using MSISDN 1094
22:48:41.496126 run              osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001100000000003', msisdn='1094', subscriber_id=94}
22:48:41.565435 tst         register_default_mass.py: using MSISDN 1095
22:48:41.578564 run              osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001100000000004', msisdn='1095', subscriber_id=95}
22:48:41.671298 tst         register_default_mass.py: using MSISDN 1096
22:48:41.683545 run              osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001100000000005', msisdn='1096', subscriber_id=96}
22:48:41.764935 tst         register_default_mass.py: using MSISDN 1097
22:48:41.777445 run              osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001100000000006', msisdn='1097', subscriber_id=97}
22:48:41.863692 tst         register_default_mass.py: using MSISDN 1098
22:48:41.870522 run              osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001100000000007', msisdn='1098', subscriber_id=98}
22:48:41.947564 tst         register_default_mass.py: using MSISDN 1099
22:48:41.960110 run              osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001100000000008', msisdn='1099', subscriber_id=99}
22:48:42.052187 tst         register_default_mass.py: using MSISDN 1100
22:48:42.064952 run              osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001100000000009', msisdn='1100', subscriber_id=100}
22:48:42.240527 run                             mass: Starting testcase
22:48:42.247858 run                             mass: Pre-launching all virtphy's
22:48:42.255448 run           osmo-ms-virt-phy/00000: Starting virtphy
22:48:42.272475 run   osmo-ms-virt-phy/00000(pid=35): Launched
22:48:42.280321 run           osmo-ms-virt-phy/00001: Starting virtphy
22:48:42.296921 run   osmo-ms-virt-phy/00001(pid=36): Launched
22:48:42.304656 run           osmo-ms-virt-phy/00002: Starting virtphy
22:48:42.321139 run   osmo-ms-virt-phy/00002(pid=37): Launched
22:48:42.328905 run           osmo-ms-virt-phy/00003: Starting virtphy
22:48:42.345432 run   osmo-ms-virt-phy/00003(pid=38): Launched
22:48:42.353158 run           osmo-ms-virt-phy/00004: Starting virtphy
22:48:42.369750 run   osmo-ms-virt-phy/00004(pid=39): Launched
22:48:42.377311 run           osmo-ms-virt-phy/00005: Starting virtphy
22:48:42.393801 run   osmo-ms-virt-phy/00005(pid=40): Launched
22:48:42.401430 run           osmo-ms-virt-phy/00006: Starting virtphy
22:48:42.417752 run   osmo-ms-virt-phy/00006(pid=41): Launched
22:48:42.425392 run           osmo-ms-virt-phy/00007: Starting virtphy
22:48:42.442088 run   osmo-ms-virt-phy/00007(pid=42): Launched
22:48:42.453145 run           osmo-ms-virt-phy/00008: Starting virtphy
22:48:42.470036 run   osmo-ms-virt-phy/00008(pid=43): Launched
22:48:42.477813 run           osmo-ms-virt-phy/00009: Starting virtphy
22:48:42.494661 run   osmo-ms-virt-phy/00009(pid=44): Launched
22:48:42.502615 run           osmo-ms-virt-phy/00010: Starting virtphy
22:48:42.519194 run   osmo-ms-virt-phy/00010(pid=45): Launched
22:48:42.527478 run           osmo-ms-virt-phy/00011: Starting virtphy
22:48:42.544439 run   osmo-ms-virt-phy/00011(pid=46): Launched
22:48:42.552272 run           osmo-ms-virt-phy/00012: Starting virtphy
22:48:42.569114 run   osmo-ms-virt-phy/00012(pid=47): Launched
22:48:42.577520 run           osmo-ms-virt-phy/00013: Starting virtphy
22:48:42.594390 run   osmo-ms-virt-phy/00013(pid=48): Launched
22:48:42.602266 run           osmo-ms-virt-phy/00014: Starting virtphy
22:48:42.621006 run   osmo-ms-virt-phy/00014(pid=49): Launched
22:48:42.629418 run           osmo-ms-virt-phy/00015: Starting virtphy
22:48:42.646760 run   osmo-ms-virt-phy/00015(pid=50): Launched
22:48:42.655499 run           osmo-ms-virt-phy/00016: Starting virtphy
22:48:42.671799 run   osmo-ms-virt-phy/00016(pid=51): Launched
22:48:42.680839 run           osmo-ms-virt-phy/00017: Starting virtphy
22:48:42.698906 run   osmo-ms-virt-phy/00017(pid=52): Launched
22:48:42.707238 run           osmo-ms-virt-phy/00018: Starting virtphy
22:48:42.723506 run   osmo-ms-virt-phy/00018(pid=53): Launched
22:48:42.732352 run           osmo-ms-virt-phy/00019: Starting virtphy
22:48:42.751508 run   osmo-ms-virt-phy/00019(pid=54): Launched
22:48:42.760250 run           osmo-ms-virt-phy/00020: Starting virtphy
22:48:42.777069 run   osmo-ms-virt-phy/00020(pid=55): Launched
22:48:42.784772 run           osmo-ms-virt-phy/00021: Starting virtphy
22:48:42.801172 run   osmo-ms-virt-phy/00021(pid=56): Launched
22:48:42.808811 run           osmo-ms-virt-phy/00022: Starting virtphy
22:48:42.825665 run   osmo-ms-virt-phy/00022(pid=57): Launched
22:48:42.833463 run           osmo-ms-virt-phy/00023: Starting virtphy
22:48:42.849855 run   osmo-ms-virt-phy/00023(pid=58): Launched
22:48:42.857696 run           osmo-ms-virt-phy/00024: Starting virtphy
22:48:42.873989 run   osmo-ms-virt-phy/00024(pid=59): Launched
22:48:42.881766 run           osmo-ms-virt-phy/00025: Starting virtphy
22:48:42.898682 run   osmo-ms-virt-phy/00025(pid=60): Launched
22:48:42.906397 run           osmo-ms-virt-phy/00026: Starting virtphy
22:48:42.922438 run   osmo-ms-virt-phy/00026(pid=61): Launched
22:48:42.929571 run           osmo-ms-virt-phy/00027: Starting virtphy
22:48:42.944843 run   osmo-ms-virt-phy/00027(pid=62): Launched
22:48:42.952096 run           osmo-ms-virt-phy/00028: Starting virtphy
22:48:42.967419 run   osmo-ms-virt-phy/00028(pid=63): Launched
22:48:42.974371 run           osmo-ms-virt-phy/00029: Starting virtphy
22:48:42.989589 run   osmo-ms-virt-phy/00029(pid=64): Launched
22:48:42.996672 run           osmo-ms-virt-phy/00030: Starting virtphy
22:48:43.012398 run   osmo-ms-virt-phy/00030(pid=65): Launched
22:48:43.019556 run           osmo-ms-virt-phy/00031: Starting virtphy
22:48:43.034797 run   osmo-ms-virt-phy/00031(pid=66): Launched
22:48:43.041920 run           osmo-ms-virt-phy/00032: Starting virtphy
22:48:43.057407 run   osmo-ms-virt-phy/00032(pid=67): Launched
22:48:43.064665 run           osmo-ms-virt-phy/00033: Starting virtphy
22:48:43.080473 run   osmo-ms-virt-phy/00033(pid=68): Launched
22:48:43.087708 run           osmo-ms-virt-phy/00034: Starting virtphy
22:48:43.103448 run   osmo-ms-virt-phy/00034(pid=69): Launched
22:48:43.110632 run           osmo-ms-virt-phy/00035: Starting virtphy
22:48:43.126177 run   osmo-ms-virt-phy/00035(pid=70): Launched
22:48:43.133378 run           osmo-ms-virt-phy/00036: Starting virtphy
22:48:43.149091 run   osmo-ms-virt-phy/00036(pid=71): Launched
22:48:43.156475 run           osmo-ms-virt-phy/00037: Starting virtphy
22:48:43.172310 run   osmo-ms-virt-phy/00037(pid=72): Launched
22:48:43.179668 run           osmo-ms-virt-phy/00038: Starting virtphy
22:48:43.195315 run   osmo-ms-virt-phy/00038(pid=73): Launched
22:48:43.202713 run           osmo-ms-virt-phy/00039: Starting virtphy
22:48:43.218614 run   osmo-ms-virt-phy/00039(pid=74): Launched
22:48:43.225765 run           osmo-ms-virt-phy/00040: Starting virtphy
22:48:43.241061 run   osmo-ms-virt-phy/00040(pid=75): Launched
22:48:43.248088 run           osmo-ms-virt-phy/00041: Starting virtphy
22:48:43.263358 run   osmo-ms-virt-phy/00041(pid=76): Launched
22:48:43.270411 run           osmo-ms-virt-phy/00042: Starting virtphy
22:48:43.285738 run   osmo-ms-virt-phy/00042(pid=77): Launched
22:48:43.293045 run           osmo-ms-virt-phy/00043: Starting virtphy
22:48:43.309150 run   osmo-ms-virt-phy/00043(pid=78): Launched
22:48:43.316392 run           osmo-ms-virt-phy/00044: Starting virtphy
22:48:43.332280 run   osmo-ms-virt-phy/00044(pid=79): Launched
22:48:43.339880 run           osmo-ms-virt-phy/00045: Starting virtphy
22:48:43.356022 run   osmo-ms-virt-phy/00045(pid=80): Launched
22:48:43.363259 run           osmo-ms-virt-phy/00046: Starting virtphy
22:48:43.378756 run   osmo-ms-virt-phy/00046(pid=81): Launched
22:48:43.385921 run           osmo-ms-virt-phy/00047: Starting virtphy
22:48:43.402008 run   osmo-ms-virt-phy/00047(pid=82): Launched
22:48:43.411019 run           osmo-ms-virt-phy/00048: Starting virtphy
22:48:43.426718 run   osmo-ms-virt-phy/00048(pid=83): Launched
22:48:43.433822 run           osmo-ms-virt-phy/00049: Starting virtphy
22:48:43.449371 run   osmo-ms-virt-phy/00049(pid=84): Launched
22:48:43.456766 run           osmo-ms-virt-phy/00050: Starting virtphy
22:48:43.472230 run   osmo-ms-virt-phy/00050(pid=85): Launched
22:48:43.479412 run           osmo-ms-virt-phy/00051: Starting virtphy
22:48:43.495111 run   osmo-ms-virt-phy/00051(pid=86): Launched
22:48:43.502394 run           osmo-ms-virt-phy/00052: Starting virtphy
22:48:43.517782 run   osmo-ms-virt-phy/00052(pid=87): Launched
22:48:43.524917 run           osmo-ms-virt-phy/00053: Starting virtphy
22:48:43.540227 run   osmo-ms-virt-phy/00053(pid=88): Launched
22:48:43.552573 run           osmo-ms-virt-phy/00054: Starting virtphy
22:48:43.567351 run   osmo-ms-virt-phy/00054(pid=89): Launched
22:48:43.574474 run           osmo-ms-virt-phy/00055: Starting virtphy
22:48:43.590050 run   osmo-ms-virt-phy/00055(pid=90): Launched
22:48:43.597239 run           osmo-ms-virt-phy/00056: Starting virtphy
22:48:43.612892 run   osmo-ms-virt-phy/00056(pid=91): Launched
22:48:43.620090 run           osmo-ms-virt-phy/00057: Starting virtphy
22:48:43.635793 run   osmo-ms-virt-phy/00057(pid=92): Launched
22:48:43.643040 run           osmo-ms-virt-phy/00058: Starting virtphy
22:48:43.658465 run   osmo-ms-virt-phy/00058(pid=93): Launched
22:48:43.665397 run           osmo-ms-virt-phy/00059: Starting virtphy
22:48:43.680076 run   osmo-ms-virt-phy/00059(pid=94): Launched
22:48:43.686754 run           osmo-ms-virt-phy/00060: Starting virtphy
22:48:43.701353 run   osmo-ms-virt-phy/00060(pid=95): Launched
22:48:43.708103 run           osmo-ms-virt-phy/00061: Starting virtphy
22:48:43.722481 run   osmo-ms-virt-phy/00061(pid=96): Launched
22:48:43.729090 run           osmo-ms-virt-phy/00062: Starting virtphy
22:48:43.743225 run   osmo-ms-virt-phy/00062(pid=97): Launched
22:48:43.749733 run           osmo-ms-virt-phy/00063: Starting virtphy
22:48:43.763685 run   osmo-ms-virt-phy/00063(pid=98): Launched
22:48:43.770185 run           osmo-ms-virt-phy/00064: Starting virtphy
22:48:43.784646 run   osmo-ms-virt-phy/00064(pid=99): Launched
22:48:43.791107 run           osmo-ms-virt-phy/00065: Starting virtphy
22:48:43.805071 run  osmo-ms-virt-phy/00065(pid=100): Launched
22:48:43.811523 run           osmo-ms-virt-phy/00066: Starting virtphy
22:48:43.825270 run  osmo-ms-virt-phy/00066(pid=101): Launched
22:48:43.831761 run           osmo-ms-virt-phy/00067: Starting virtphy
22:48:43.845621 run  osmo-ms-virt-phy/00067(pid=102): Launched
22:48:43.852022 run           osmo-ms-virt-phy/00068: Starting virtphy
22:48:43.865887 run  osmo-ms-virt-phy/00068(pid=103): Launched
22:48:43.872235 run           osmo-ms-virt-phy/00069: Starting virtphy
22:48:43.886161 run  osmo-ms-virt-phy/00069(pid=104): Launched
22:48:43.892539 run           osmo-ms-virt-phy/00070: Starting virtphy
22:48:43.906543 run  osmo-ms-virt-phy/00070(pid=105): Launched
22:48:43.916712 run           osmo-ms-virt-phy/00071: Starting virtphy
22:48:43.931641 run  osmo-ms-virt-phy/00071(pid=106): Launched
22:48:43.938501 run           osmo-ms-virt-phy/00072: Starting virtphy
22:48:43.952866 run  osmo-ms-virt-phy/00072(pid=107): Launched
22:48:43.959445 run           osmo-ms-virt-phy/00073: Starting virtphy
22:48:43.973476 run  osmo-ms-virt-phy/00073(pid=108): Launched
22:48:43.979941 run           osmo-ms-virt-phy/00074: Starting virtphy
22:48:43.993922 run  osmo-ms-virt-phy/00074(pid=109): Launched
22:48:44.000864 run           osmo-ms-virt-phy/00075: Starting virtphy
22:48:44.015917 run  osmo-ms-virt-phy/00075(pid=110): Launched
22:48:44.022614 run           osmo-ms-virt-phy/00076: Starting virtphy
22:48:44.036577 run  osmo-ms-virt-phy/00076(pid=111): Launched
22:48:44.043179 run           osmo-ms-virt-phy/00077: Starting virtphy
22:48:44.057481 run  osmo-ms-virt-phy/00077(pid=112): Launched
22:48:44.064187 run           osmo-ms-virt-phy/00078: Starting virtphy
22:48:44.079207 run  osmo-ms-virt-phy/00078(pid=113): Launched
22:48:44.086104 run           osmo-ms-virt-phy/00079: Starting virtphy
22:48:44.100910 run  osmo-ms-virt-phy/00079(pid=114): Launched
22:48:44.107552 run           osmo-ms-virt-phy/00080: Starting virtphy
22:48:44.121559 run  osmo-ms-virt-phy/00080(pid=115): Launched
22:48:44.127980 run           osmo-ms-virt-phy/00081: Starting virtphy
22:48:44.141788 run  osmo-ms-virt-phy/00081(pid=116): Launched
22:48:44.148215 run           osmo-ms-virt-phy/00082: Starting virtphy
22:48:44.162148 run  osmo-ms-virt-phy/00082(pid=117): Launched
22:48:44.168656 run           osmo-ms-virt-phy/00083: Starting virtphy
22:48:44.183218 run  osmo-ms-virt-phy/00083(pid=118): Launched
22:48:44.189914 run           osmo-ms-virt-phy/00084: Starting virtphy
22:48:44.203978 run  osmo-ms-virt-phy/00084(pid=119): Launched
22:48:44.210465 run           osmo-ms-virt-phy/00085: Starting virtphy
22:48:44.225052 run  osmo-ms-virt-phy/00085(pid=120): Launched
22:48:44.232186 run           osmo-ms-virt-phy/00086: Starting virtphy
22:48:44.298151 run  osmo-ms-virt-phy/00086(pid=121): Launched
22:48:44.304489 run           osmo-ms-virt-phy/00087: Starting virtphy
22:48:44.318538 run  osmo-ms-virt-phy/00087(pid=122): Launched
22:48:44.325117 run           osmo-ms-virt-phy/00088: Starting virtphy
22:48:44.339810 run  osmo-ms-virt-phy/00088(pid=123): Launched
22:48:44.346936 run           osmo-ms-virt-phy/00089: Starting virtphy
22:48:44.362501 run  osmo-ms-virt-phy/00089(pid=124): Launched
22:48:44.369870 run           osmo-ms-virt-phy/00090: Starting virtphy
22:48:44.385780 run  osmo-ms-virt-phy/00090(pid=125): Launched
22:48:44.393172 run           osmo-ms-virt-phy/00091: Starting virtphy
22:48:44.409248 run  osmo-ms-virt-phy/00091(pid=126): Launched
22:48:44.416837 run           osmo-ms-virt-phy/00092: Starting virtphy
22:48:44.432966 run  osmo-ms-virt-phy/00092(pid=127): Launched
22:48:44.440350 run           osmo-ms-virt-phy/00093: Starting virtphy
22:48:44.456249 run  osmo-ms-virt-phy/00093(pid=128): Launched
22:48:44.463263 run           osmo-ms-virt-phy/00094: Starting virtphy
22:48:44.478244 run  osmo-ms-virt-phy/00094(pid=129): Launched
22:48:44.484811 run           osmo-ms-virt-phy/00095: Starting virtphy
22:48:44.499160 run  osmo-ms-virt-phy/00095(pid=130): Launched
22:48:44.505674 run           osmo-ms-virt-phy/00096: Starting virtphy
22:48:44.520016 run  osmo-ms-virt-phy/00096(pid=131): Launched
22:48:44.526598 run           osmo-ms-virt-phy/00097: Starting virtphy
22:48:44.541105 run  osmo-ms-virt-phy/00097(pid=132): Launched
22:48:44.547952 run           osmo-ms-virt-phy/00098: Starting virtphy
22:48:44.562607 run  osmo-ms-virt-phy/00098(pid=133): Launched
22:48:44.570028 run           osmo-ms-virt-phy/00099: Starting virtphy
22:48:44.584543 run  osmo-ms-virt-phy/00099(pid=134): Launched
22:48:44.591153 run                             mass: Checking if sockets are in the filesystem
22:48:44.604638 run                osmo-ms-mob/00000: Starting mobile
22:48:44.619279 run       osmo-ms-mob/00000(pid=135): Launched
22:48:44.631280 run                             mass: MS start registered  {at=8333830.334623178, delay=0.00515966210514307, ms=00000}
22:48:48.806051 run                osmo-ms-mob/00001: Starting mobile
22:48:48.822699 run       osmo-ms-mob/00001(pid=136): Launched
22:48:48.836047 run                             mass: MS start registered  {at=8333834.539369074, delay=0.004341443069279194, ms=00001}
22:48:49.738095 run                             mass: MS performed LU  {at=8333835.441405384, lu_delay=5.106782206334174, ms=00000}
22:48:50.611194 run                osmo-ms-mob/00002: Starting mobile
22:48:50.642863 run       osmo-ms-mob/00002(pid=137): Launched
22:48:50.665611 run                             mass: MS start registered  {at=8333836.368925003, delay=0.007905618287622929, ms=00002}
22:48:51.908070 run                osmo-ms-mob/00003: Starting mobile
22:48:51.923442 run       osmo-ms-mob/00003(pid=138): Launched
22:48:51.936245 run                             mass: MS start registered  {at=8333837.639571219, delay=0.005439966917037964, ms=00003}
22:48:53.010872 run                osmo-ms-mob/00004: Starting mobile
22:48:53.038236 run       osmo-ms-mob/00004(pid=139): Launched
22:48:53.055167 run                             mass: MS start registered  {at=8333838.758490062, delay=0.0076018646359443665, ms=00004}
22:48:54.011517 run                osmo-ms-mob/00005: Starting mobile
22:48:54.044430 run       osmo-ms-mob/00005(pid=140): Launched
22:48:54.069411 run                             mass: MS start registered  {at=8333839.772719338, delay=0.00755886547267437, ms=00005}
22:48:54.905602 run                osmo-ms-mob/00006: Starting mobile
22:48:54.923130 run       osmo-ms-mob/00006(pid=141): Launched
22:48:54.932162 run                             mass: MS performed LU  {at=8333840.6355068, lu_delay=6.096137726679444, ms=00001}
22:48:54.943012 run                             mass: MS start registered  {at=8333840.646345682, delay=0.010866651311516762, ms=00006}
22:48:55.809012 run                osmo-ms-mob/00007: Starting mobile
22:48:55.826209 run       osmo-ms-mob/00007(pid=142): Launched
22:48:55.842836 run                             mass: MS start registered  {at=8333841.546162593, delay=0.007381953299045563, ms=00007}
22:48:56.603258 run                osmo-ms-mob/00008: Starting mobile
22:48:56.619469 run       osmo-ms-mob/00008(pid=143): Launched
22:48:56.631612 run                             mass: MS start registered  {at=8333842.334949289, delay=0.004429912194609642, ms=00008}
22:48:56.817784 run                             mass: MS performed LU  {at=8333842.521114026, lu_delay=4.88154280744493, ms=00003}
22:48:56.845309 run                             mass: MS performed LU  {at=8333842.548640624, lu_delay=6.179715620353818, ms=00002}
22:48:57.302952 run                osmo-ms-mob/00009: Starting mobile
22:48:57.316396 run       osmo-ms-mob/00009(pid=144): Launched
22:48:57.327350 run                             mass: MS start registered  {at=8333843.030706216, delay=0.004544314928352833, ms=00009}
22:48:58.003354 run                osmo-ms-mob/00010: Starting mobile
22:48:58.017958 run       osmo-ms-mob/00010(pid=145): Launched
22:48:58.029532 run                             mass: MS start registered  {at=8333843.732880847, delay=0.0040587978437542915, ms=00010}
22:48:58.604227 run                osmo-ms-mob/00011: Starting mobile
22:48:58.618090 run       osmo-ms-mob/00011(pid=146): Launched
22:48:58.629669 run                             mass: MS start registered  {at=8333844.333001778, delay=0.005336735397577286, ms=00011}
22:48:58.681559 run                             mass: MS performed LU  {at=8333844.384884199, lu_delay=5.626394136808813, ms=00004}
22:48:59.204298 run                osmo-ms-mob/00012: Starting mobile
22:48:59.218231 run       osmo-ms-mob/00012(pid=147): Launched
22:48:59.224667 run                             mass: MS performed LU  {at=8333844.927980003, lu_delay=5.155260665342212, ms=00005}
22:48:59.230914 run                             mass: MS start registered  {at=8333844.934279135, delay=0.00632096640765667, ms=00012}
22:48:59.805802 run                osmo-ms-mob/00013: Starting mobile
22:48:59.820373 run       osmo-ms-mob/00013(pid=148): Launched
22:48:59.831770 run                             mass: MS start registered  {at=8333845.535098234, delay=0.004910997115075588, ms=00013}
22:49:00.406267 run                osmo-ms-mob/00014: Starting mobile
22:49:00.423039 run       osmo-ms-mob/00014(pid=149): Launched
22:49:00.435912 run                             mass: MS start registered  {at=8333846.139243358, delay=0.0052978359162807465, ms=00014}
22:49:00.584007 run                             mass: MS performed LU  {at=8333846.287309325, lu_delay=4.741146732121706, ms=00007}
22:49:00.610871 run                             mass: MS performed LU  {at=8333846.31416933, lu_delay=5.667823647148907, ms=00006}
22:49:01.015403 run                osmo-ms-mob/00015: Starting mobile
22:49:01.056594 run       osmo-ms-mob/00015(pid=150): Launched
22:49:01.080229 run                             mass: MS start registered  {at=8333846.78353176, delay=0.005159001797437668, ms=00015}
22:49:01.512326 run                osmo-ms-mob/00016: Starting mobile
22:49:01.547494 run       osmo-ms-mob/00016(pid=151): Launched
22:49:01.571679 run                             mass: MS start registered  {at=8333847.27498747, delay=0.0072671761736273766, ms=00016}
22:49:02.012998 run                osmo-ms-mob/00017: Starting mobile
22:49:02.035040 run       osmo-ms-mob/00017(pid=152): Launched
22:49:02.050832 run                             mass: MS start registered  {at=8333847.754125396, delay=0.006769044324755669, ms=00017}
22:49:02.448120 run                             mass: MS performed LU  {at=8333848.151453158, lu_delay=5.1207469422370195, ms=00009}
22:49:02.512931 run                             mass: MS performed LU  {at=8333848.216263928, lu_delay=5.881314639002085, ms=00008}
22:49:02.524940 run                osmo-ms-mob/00018: Starting mobile
22:49:02.540134 run       osmo-ms-mob/00018(pid=153): Launched
22:49:02.553374 run                             mass: MS start registered  {at=8333848.256717533, delay=0.005535479635000229, ms=00018}
22:49:02.816813 run                             mass: MS performed LU  {at=8333848.520143071, lu_delay=4.7872622245922685, ms=00010}
22:49:03.005097 run                osmo-ms-mob/00019: Starting mobile
22:49:03.020787 run       osmo-ms-mob/00019(pid=154): Launched
22:49:03.033713 run                             mass: MS start registered  {at=8333848.737053237, delay=0.005764061585068703, ms=00019}
22:49:03.509766 run                osmo-ms-mob/00020: Starting mobile
22:49:03.526739 run       osmo-ms-mob/00020(pid=155): Launched
22:49:03.540517 run                             mass: MS start registered  {at=8333849.24384176, delay=0.005618398077785969, ms=00020}
22:49:04.011203 run                osmo-ms-mob/00021: Starting mobile
22:49:04.033275 run       osmo-ms-mob/00021(pid=156): Launched
22:49:04.048217 run                             mass: MS start registered  {at=8333849.751553854, delay=3.652367740869522e-05, ms=00021}
22:49:04.247921 run                             mass: MS performed LU  {at=8333849.951250273, lu_delay=5.6182484943419695, ms=00011}
22:49:04.349522 run                             mass: MS performed LU  {at=8333850.052843671, lu_delay=4.51774543710053, ms=00013}
22:49:04.366131 run                osmo-ms-mob/00022: Starting mobile
22:49:04.391972 run       osmo-ms-mob/00022(pid=157): Launched
22:49:04.407651 run                             mass: MS performed LU  {at=8333850.110988263, lu_delay=5.176709127612412, ms=00012}
22:49:04.418549 run                             mass: MS start registered  {at=8333850.1219093, delay=0.010959460400044918, ms=00022}
22:49:04.905096 run                osmo-ms-mob/00023: Starting mobile
22:49:04.923835 run       osmo-ms-mob/00023(pid=158): Launched
22:49:04.938151 run                             mass: MS start registered  {at=8333850.64146081, delay=0.005931929685175419, ms=00023}
22:49:05.307023 run                osmo-ms-mob/00024: Starting mobile
22:49:05.326979 run       osmo-ms-mob/00024(pid=159): Launched
22:49:05.341684 run                             mass: MS start registered  {at=8333851.044996453, delay=0.006629160605370998, ms=00024}
22:49:05.809422 run                osmo-ms-mob/00025: Starting mobile
22:49:05.825733 run       osmo-ms-mob/00025(pid=160): Launched
22:49:05.839496 run                             mass: MS start registered  {at=8333851.542821406, delay=0.0061507271602749825, ms=00025}
22:49:06.212870 run                osmo-ms-mob/00026: Starting mobile
22:49:06.247599 run       osmo-ms-mob/00026(pid=161): Launched
22:49:06.265338 run                             mass: MS performed LU  {at=8333851.968660526, lu_delay=4.693673055619001, ms=00016}
22:49:06.283424 run                             mass: MS start registered  {at=8333851.986763172, delay=0.018149644136428833, ms=00026}
22:49:06.300899 run                             mass: MS performed LU  {at=8333852.004235448, lu_delay=5.864992090500891, ms=00014}
22:49:06.613803 run                osmo-ms-mob/00027: Starting mobile
22:49:06.654160 run       osmo-ms-mob/00027(pid=162): Launched
22:49:06.678798 run                             mass: MS start registered  {at=8333852.38209558, delay=0.004947611130774021, ms=00027}
22:49:07.025160 run                osmo-ms-mob/00028: Starting mobile
22:49:07.045742 run       osmo-ms-mob/00028(pid=163): Launched
22:49:07.069437 run                             mass: MS start registered  {at=8333852.772752917, delay=0.01054924912750721, ms=00028}
22:49:07.411915 run                osmo-ms-mob/00029: Starting mobile
22:49:07.450364 run       osmo-ms-mob/00029(pid=164): Launched
22:49:07.465435 run                             mass: MS start registered  {at=8333853.168778032, delay=3.438722342252731e-05, ms=00029}
22:49:07.812018 run                osmo-ms-mob/00030: Starting mobile
22:49:07.847364 run       osmo-ms-mob/00030(pid=165): Launched
22:49:07.870169 run                             mass: MS start registered  {at=8333853.573486532, delay=0.006979257799685001, ms=00030}
22:49:08.013399 run                             mass: MS performed LU  {at=8333853.71671669, lu_delay=4.472874930128455, ms=00020}
22:49:08.114745 run                             mass: MS performed LU  {at=8333853.81806112, lu_delay=5.561343587003648, ms=00018}
22:49:08.139382 run                osmo-ms-mob/00031: Starting mobile
22:49:08.157515 run       osmo-ms-mob/00031(pid=166): Launched
22:49:08.167010 run                             mass: MS performed LU  {at=8333853.870362076, lu_delay=6.116236680187285, ms=00017}
22:49:08.177825 run                             mass: MS start registered  {at=8333853.881154239, delay=0.010819808579981327, ms=00031}
22:49:08.267239 run                             mass: MS performed LU  {at=8333853.970562083, lu_delay=5.233508845791221, ms=00019}
22:49:08.282320 run                osmo-ms-mob/00032: Starting mobile
22:49:08.300593 run       osmo-ms-mob/00032(pid=167): Launched
22:49:08.319842 run                             mass: MS start registered  {at=8333854.023152736, delay=0.010419934056699276, ms=00032}
22:49:08.911301 run                osmo-ms-mob/00033: Starting mobile
22:49:08.943820 run       osmo-ms-mob/00033(pid=168): Launched
22:49:08.964658 run                             mass: MS start registered  {at=8333854.66798054, delay=0.010758133605122566, ms=00033}
22:49:09.367607 run                osmo-ms-mob/00034: Starting mobile
22:49:09.384247 run       osmo-ms-mob/00034(pid=169): Launched
22:49:09.403484 run                             mass: MS start registered  {at=8333855.106802322, delay=0.010647304356098175, ms=00034}
22:49:09.607256 run                osmo-ms-mob/00035: Starting mobile
22:49:09.626446 run       osmo-ms-mob/00035(pid=170): Launched
22:49:09.642128 run                             mass: MS start registered  {at=8333855.345445513, delay=0.0037753693759441376, ms=00035}
22:49:09.933948 run                             mass: MS performed LU  {at=8333855.637270718, lu_delay=5.515361418016255, ms=00022}
22:49:09.948588 run                osmo-ms-mob/00036: Starting mobile
22:49:09.965701 run       osmo-ms-mob/00036(pid=171): Launched
22:49:09.980111 run                             mass: MS performed LU  {at=8333855.683427872, lu_delay=4.638431418687105, ms=00024}
22:49:09.993383 run                             mass: MS start registered  {at=8333855.696744774, delay=0.01848657615482807, ms=00036}
22:49:10.043850 run                             mass: MS performed LU  {at=8333855.747175469, lu_delay=5.105714659206569, ms=00023}
22:49:10.187397 run                             mass: MS performed LU  {at=8333855.89072766, lu_delay=6.139173805713654, ms=00021}
22:49:10.202008 run                osmo-ms-mob/00037: Starting mobile
22:49:10.224034 run       osmo-ms-mob/00037(pid=172): Launched
22:49:10.239267 run                             mass: MS start registered  {at=8333855.942605691, delay=3.45129519701004e-05, ms=00037}
22:49:10.707432 run                osmo-ms-mob/00038: Starting mobile
22:49:10.724547 run       osmo-ms-mob/00038(pid=173): Launched
22:49:10.745662 run                             mass: MS start registered  {at=8333856.448992829, delay=0.011086896993219852, ms=00038}
22:49:11.011069 run                osmo-ms-mob/00039: Starting mobile
22:49:11.040895 run       osmo-ms-mob/00039(pid=174): Launched
22:49:11.055026 run                             mass: MS start registered  {at=8333856.758368918, delay=3.3583492040634155e-05, ms=00039}
22:49:11.406710 run                osmo-ms-mob/00040: Starting mobile
22:49:11.425145 run       osmo-ms-mob/00040(pid=175): Launched
22:49:11.446199 run                             mass: MS start registered  {at=8333857.149514426, delay=0.012677188962697983, ms=00040}
22:49:11.705296 run                osmo-ms-mob/00041: Starting mobile
22:49:11.720204 run       osmo-ms-mob/00041(pid=176): Launched
22:49:11.733483 run                             mass: MS start registered  {at=8333857.436805698, delay=0.006241166032850742, ms=00041}
22:49:11.778942 run                             mass: MS performed LU  {at=8333857.482275813, lu_delay=4.3134977808222175, ms=00029}
22:49:11.880672 run                             mass: MS performed LU  {at=8333857.583974531, lu_delay=6.041153124533594, ms=00025}
22:49:11.893439 run                osmo-ms-mob/00042: Starting mobile
22:49:11.908528 run       osmo-ms-mob/00042(pid=177): Launched
22:49:11.915713 run                             mass: MS performed LU  {at=8333857.61906796, lu_delay=4.8463150430470705, ms=00028}
22:49:11.922783 run                             mass: MS start registered  {at=8333857.626146199, delay=0.007099890150129795, ms=00042}
22:49:12.033081 run                             mass: MS performed LU  {at=8333857.736401551, lu_delay=5.74963837955147, ms=00026}
22:49:12.405573 run                osmo-ms-mob/00043: Starting mobile
22:49:12.421803 run       osmo-ms-mob/00043(pid=178): Launched
22:49:12.435597 run                             mass: MS start registered  {at=8333858.138938927, delay=0.005353474989533424, ms=00043}
22:49:12.710113 run                osmo-ms-mob/00044: Starting mobile
22:49:12.741250 run       osmo-ms-mob/00044(pid=179): Launched
22:49:12.764060 run                             mass: MS start registered  {at=8333858.467375917, delay=0.00721645075827837, ms=00044}
22:49:13.011636 run                osmo-ms-mob/00045: Starting mobile
22:49:13.045105 run       osmo-ms-mob/00045(pid=180): Launched
22:49:13.068754 run                             mass: MS start registered  {at=8333858.772075062, delay=0.0080982381477952, ms=00045}
22:49:13.306739 run                osmo-ms-mob/00046: Starting mobile
22:49:13.323092 run       osmo-ms-mob/00046(pid=181): Launched
22:49:13.336310 run                             mass: MS start registered  {at=8333859.039643214, delay=0.005428229458630085, ms=00046}
22:49:13.608795 run                osmo-ms-mob/00047: Starting mobile
22:49:13.628277 run       osmo-ms-mob/00047(pid=182): Launched
22:49:13.642466 run                             mass: MS start registered  {at=8333859.34578847, delay=0.006398598663508892, ms=00047}
22:49:13.745485 run                             mass: MS performed LU  {at=8333859.448793918, lu_delay=4.780813378281891, ms=00033}
22:49:13.809818 run                             mass: MS performed LU  {at=8333859.513140339, lu_delay=5.489987603388727, ms=00032}
22:49:13.826338 run                osmo-ms-mob/00048: Starting mobile
22:49:13.842195 run       osmo-ms-mob/00048(pid=183): Launched
22:49:13.855403 run                             mass: MS start registered  {at=8333859.558738039, delay=0.005770874209702015, ms=00048}
22:49:13.879641 run                             mass: MS performed LU  {at=8333859.582962294, lu_delay=5.701808054931462, ms=00031}
22:49:13.935259 run                             mass: MS performed LU  {at=8333859.63858987, lu_delay=6.065103338100016, ms=00030}
22:49:13.948586 run                osmo-ms-mob/00049: Starting mobile
22:49:13.965616 run       osmo-ms-mob/00049(pid=184): Launched
22:49:13.980066 run                             mass: MS start registered  {at=8333859.683397161, delay=0.0064163366332650185, ms=00049}
22:49:14.679172 run                osmo-ms-mob/00050: Starting mobile
22:49:14.694555 run       osmo-ms-mob/00050(pid=185): Launched
22:49:14.701947 run                             mass: Starting too slowly. Moving on {now=8333860.405313152, sleep=-0.10448719374835491, target=8333860.300825958}
22:49:14.709014 run                             mass: MS start registered  {at=8333860.412370005, delay=0.007059657946228981, ms=00050}
22:49:14.716086 run                             mass: Starting too slowly. Moving on {now=8333860.419454995, sleep=-0.018629036843776703, target=8333860.400825958}
22:49:14.904013 run                osmo-ms-mob/00051: Starting mobile
22:49:14.919223 run       osmo-ms-mob/00051(pid=186): Launched
22:49:14.933349 run                             mass: MS start registered  {at=8333860.636691809, delay=0.006572218611836433, ms=00051}
22:49:15.203700 run                osmo-ms-mob/00052: Starting mobile
22:49:15.217425 run       osmo-ms-mob/00052(pid=187): Launched
22:49:15.229650 run                             mass: MS start registered  {at=8333860.932991784, delay=0.0056807734072208405, ms=00052}
22:49:15.507410 run                osmo-ms-mob/00053: Starting mobile
22:49:15.523016 run       osmo-ms-mob/00053(pid=188): Launched
22:49:15.534591 run                             mass: MS start registered  {at=8333861.237929487, delay=0.004872218705713749, ms=00053}
22:49:15.804190 run                osmo-ms-mob/00054: Starting mobile
22:49:15.819998 run       osmo-ms-mob/00054(pid=189): Launched
22:49:15.833107 run                             mass: MS start registered  {at=8333861.536446103, delay=0.00557126197963953, ms=00054}
22:49:16.115649 run                osmo-ms-mob/00055: Starting mobile
22:49:16.159192 run       osmo-ms-mob/00055(pid=190): Launched
22:49:16.179542 run                             mass: MS performed LU  {at=8333861.882874795, lu_delay=5.124505877494812, ms=00039}
22:49:16.198353 run                             mass: MS performed LU  {at=8333861.901696993, lu_delay=6.5562514802441, ms=00035}
22:49:16.216752 run                             mass: MS start registered  {at=8333861.920094898, delay=0.0372652867808938, ms=00055}
22:49:16.252291 run                osmo-ms-mob/00056: Starting mobile
22:49:16.298756 run       osmo-ms-mob/00056(pid=191): Launched
22:49:16.319481 run                             mass: MS performed LU  {at=8333862.02281103, lu_delay=5.573818201199174, ms=00038}
22:49:16.339923 run                             mass: MS performed LU  {at=8333862.043270083, lu_delay=6.346525309607387, ms=00036}
22:49:16.357892 run                             mass: MS start registered  {at=8333862.061237534, delay=0.03846961446106434, ms=00056}
22:49:16.394074 run                osmo-ms-mob/00057: Starting mobile
22:49:16.438558 run       osmo-ms-mob/00057(pid=192): Launched
22:49:16.464639 run                             mass: MS start registered  {at=8333862.167931764, delay=0.0051756324246525764, ms=00057}
22:49:16.570884 run                             mass: MS performed LU  {at=8333862.27418264, lu_delay=6.331576948985457, ms=00037}
22:49:16.741198 run                             mass: MS performed LU  {at=8333862.444501835, lu_delay=3.9771259175613523, ms=00044}
22:49:16.944587 run                             mass: MS performed LU  {at=8333862.647856611, lu_delay=3.875781549140811, ms=00045}
22:49:16.986612 run                osmo-ms-mob/00058: Starting mobile
22:49:17.037335 run       osmo-ms-mob/00058(pid=193): Launched
22:49:17.065709 run                             mass: MS start registered  {at=8333862.769004738, delay=0.007094979286193848, ms=00058}
22:49:17.413690 run                osmo-ms-mob/00059: Starting mobile
22:49:17.449066 run       osmo-ms-mob/00059(pid=194): Launched
22:49:17.468956 run                             mass: MS performed LU  {at=8333863.172284904, lu_delay=6.022770478390157, ms=00040}
22:49:17.487658 run                             mass: MS performed LU  {at=8333863.191006461, lu_delay=5.564860261976719, ms=00042}
22:49:17.506705 run                             mass: MS start registered  {at=8333863.210044909, delay=0.03780058119446039, ms=00059}
22:49:17.534704 run                osmo-ms-mob/00060: Starting mobile
22:49:17.558784 run       osmo-ms-mob/00060(pid=195): Launched
22:49:17.576327 run                             mass: MS performed LU  {at=8333863.279632983, lu_delay=5.842827284708619, ms=00041}
22:49:17.588698 run                             mass: MS start registered  {at=8333863.292054727, delay=0.017705038189888, ms=00060}
22:49:17.774566 run                             mass: MS performed LU  {at=8333863.477867969, lu_delay=5.338929042220116, ms=00043}
22:49:18.112191 run                osmo-ms-mob/00061: Starting mobile
22:49:18.149086 run       osmo-ms-mob/00061(pid=196): Launched
22:49:18.174398 run                             mass: MS start registered  {at=8333863.877710814, delay=0.008478710427880287, ms=00061}
22:49:18.454636 run                osmo-ms-mob/00062: Starting mobile
22:49:18.472339 run       osmo-ms-mob/00062(pid=197): Launched
22:49:18.484336 run                             mass: MS start registered  {at=8333864.187659642, delay=0.005620721727609634, ms=00062}
22:49:18.705561 run                osmo-ms-mob/00063: Starting mobile
22:49:18.722939 run       osmo-ms-mob/00063(pid=198): Launched
22:49:18.737971 run                             mass: MS start registered  {at=8333864.441299611, delay=0.007188552059233189, ms=00063}
22:49:19.110653 run                osmo-ms-mob/00064: Starting mobile
22:49:19.129004 run       osmo-ms-mob/00064(pid=199): Launched
22:49:19.143394 run                             mass: MS start registered  {at=8333864.846705121, delay=0.006131292320787907, ms=00064}
22:49:19.329305 run                             mass: MS performed LU  {at=8333865.032634941, lu_delay=5.349237780086696, ms=00049}
22:49:19.366767 run                             mass: MS performed LU  {at=8333865.070094836, lu_delay=5.724306366406381, ms=00047}
22:49:19.382455 run                osmo-ms-mob/00065: Starting mobile
22:49:19.401602 run       osmo-ms-mob/00065(pid=200): Launched
22:49:19.410654 run                             mass: MS performed LU  {at=8333865.113998843, lu_delay=6.074355629272759, ms=00046}
22:49:19.424654 run                             mass: MS start registered  {at=8333865.127954118, delay=0.01398485992103815, ms=00065}
22:49:19.629915 run                             mass: MS performed LU  {at=8333865.333234064, lu_delay=4.696542255580425, ms=00051}
22:49:19.650457 run                osmo-ms-mob/00066: Starting mobile
22:49:19.668386 run       osmo-ms-mob/00066(pid=201): Launched
22:49:19.676850 run                             mass: MS performed LU  {at=8333865.380199277, lu_delay=4.967829272150993, ms=00050}
22:49:19.685132 run                             mass: MS start registered  {at=8333865.388492725, delay=0.00831966195255518, ms=00066}
22:49:20.205233 run                osmo-ms-mob/00067: Starting mobile
22:49:20.223600 run       osmo-ms-mob/00067(pid=202): Launched
22:49:20.240990 run                             mass: MS start registered  {at=8333865.944320197, delay=0.00896013155579567, ms=00067}
22:49:20.505448 run                osmo-ms-mob/00068: Starting mobile
22:49:20.523278 run       osmo-ms-mob/00068(pid=203): Launched
22:49:20.531946 run                             mass: MS performed LU  {at=8333866.235295588, lu_delay=4.698849485255778, ms=00054}
22:49:20.543869 run                             mass: MS performed LU  {at=8333866.247182629, lu_delay=4.1859450954943895, ms=00056}
22:49:20.552309 run                             mass: MS start registered  {at=8333866.255669946, delay=0.020403709262609482, ms=00068}
22:49:20.905928 run                osmo-ms-mob/00069: Starting mobile
22:49:20.923214 run       osmo-ms-mob/00069(pid=204): Launched
22:49:20.937081 run                             mass: MS start registered  {at=8333866.640387115, delay=0.0038685575127601624, ms=00069}
22:49:21.175850 run                             mass: MS performed LU  {at=8333866.879149571, lu_delay=5.641220084391534, ms=00053}
22:49:21.231619 run                             mass: MS performed LU  {at=8333866.934901393, lu_delay=4.766969628632069, ms=00057}
22:49:21.258589 run                osmo-ms-mob/00070: Starting mobile
22:49:21.279245 run       osmo-ms-mob/00070(pid=205): Launched
22:49:21.298713 run                             mass: MS start registered  {at=8333867.002031119, delay=0.009624330326914787, ms=00070}
22:49:21.341911 run                             mass: MS performed LU  {at=8333867.045210011, lu_delay=6.112218227237463, ms=00052}
22:49:21.540170 run                             mass: MS performed LU  {at=8333867.243480389, lu_delay=5.323385491035879, ms=00055}
22:49:21.707369 run                osmo-ms-mob/00071: Starting mobile
22:49:21.724371 run       osmo-ms-mob/00071(pid=206): Launched
22:49:21.737891 run                             mass: MS start registered  {at=8333867.441232552, delay=0.005781805142760277, ms=00071}
22:49:22.109901 run                osmo-ms-mob/00072: Starting mobile
22:49:22.130164 run       osmo-ms-mob/00072(pid=207): Launched
22:49:22.145473 run                             mass: MS start registered  {at=8333867.84879239, delay=0.006458084098994732, ms=00072}
22:49:22.509471 run                osmo-ms-mob/00073: Starting mobile
22:49:22.527069 run       osmo-ms-mob/00073(pid=208): Launched
22:49:22.544781 run                             mass: MS start registered  {at=8333868.248113185, delay=0.008687039837241173, ms=00073}
22:49:22.906799 run                osmo-ms-mob/00074: Starting mobile
22:49:22.923642 run       osmo-ms-mob/00074(pid=209): Launched
22:49:22.938247 run                             mass: MS start registered  {at=8333868.641568922, delay=0.006583056412637234, ms=00074}
22:49:23.076288 run                             mass: MS performed LU  {at=8333868.779623942, lu_delay=6.010619204491377, ms=00058}
22:49:23.094709 run                             mass: MS performed LU  {at=8333868.798055017, lu_delay=5.506000290624797, ms=00060}
22:49:23.178207 run                             mass: MS performed LU  {at=8333868.881540036, lu_delay=4.693880394101143, ms=00062}
22:49:23.190505 run                osmo-ms-mob/00075: Starting mobile
22:49:23.205674 run       osmo-ms-mob/00075(pid=210): Launched
22:49:23.218384 run                             mass: MS start registered  {at=8333868.921712893, delay=0.005461755208671093, ms=00075}
22:49:23.367905 run                             mass: MS performed LU  {at=8333869.071229289, lu_delay=5.861184380017221, ms=00059}
22:49:23.386346 run                             mass: MS performed LU  {at=8333869.089684538, lu_delay=22.30615277774632, ms=00015}
22:49:23.404960 run                             mass: MS performed LU  {at=8333869.108302823, lu_delay=4.667003212496638, ms=00063}
22:49:23.804373 run                osmo-ms-mob/00076: Starting mobile
22:49:23.819530 run       osmo-ms-mob/00076(pid=211): Launched
22:49:23.832483 run                             mass: MS start registered  {at=8333869.535829725, delay=0.005349699407815933, ms=00076}
22:49:24.204747 run                osmo-ms-mob/00077: Starting mobile
22:49:24.220563 run       osmo-ms-mob/00077(pid=212): Launched
22:49:24.233913 run                             mass: MS start registered  {at=8333869.937246808, delay=0.005714062601327896, ms=00077}
22:49:24.263692 run                             mass: MS performed LU  {at=8333869.967009426, lu_delay=3.7113394802436233, ms=00068}
22:49:24.706034 run                osmo-ms-mob/00078: Starting mobile
22:49:24.722921 run       osmo-ms-mob/00078(pid=213): Launched
22:49:24.737089 run                             mass: MS start registered  {at=8333870.440393877, delay=0.006420773454010487, ms=00078}
22:49:24.941500 run                             mass: MS performed LU  {at=8333870.644800185, lu_delay=5.516846067272127, ms=00065}
22:49:24.997329 run                             mass: MS performed LU  {at=8333870.700661109, lu_delay=5.853955987840891, ms=00064}
22:49:25.015050 run                osmo-ms-mob/00079: Starting mobile
22:49:25.032522 run       osmo-ms-mob/00079(pid=214): Launched
22:49:25.046791 run                             mass: MS start registered  {at=8333870.750108625, delay=0.006165759637951851, ms=00079}
22:49:25.107771 run                             mass: MS performed LU  {at=8333870.811101969, lu_delay=5.4226092444732785, ms=00066}
22:49:25.305478 run                             mass: MS performed LU  {at=8333871.008813446, lu_delay=5.064493249170482, ms=00067}
22:49:25.604147 run                osmo-ms-mob/00080: Starting mobile
22:49:25.619642 run       osmo-ms-mob/00080(pid=215): Launched
22:49:25.632886 run                             mass: MS start registered  {at=8333871.336231616, delay=0.005790818482637405, ms=00080}
22:49:26.106444 run                osmo-ms-mob/00081: Starting mobile
22:49:26.124841 run       osmo-ms-mob/00081(pid=216): Launched
22:49:26.139543 run                             mass: MS start registered  {at=8333871.842885976, delay=3.132317215204239e-05, ms=00081}
22:49:26.530899 run                osmo-ms-mob/00082: Starting mobile
22:49:26.546779 run       osmo-ms-mob/00082(pid=217): Launched
22:49:26.560223 run                             mass: MS start registered  {at=8333872.263541938, delay=0.005775308236479759, ms=00082}
22:49:26.842724 run                             mass: MS performed LU  {at=8333872.546035421, lu_delay=5.104802869260311, ms=00071}
22:49:26.944508 run                             mass: MS performed LU  {at=8333872.647821727, lu_delay=4.799029337242246, ms=00072}
22:49:26.972143 run                             mass: MS performed LU  {at=8333872.675458617, lu_delay=6.035071501508355, ms=00069}
22:49:26.991158 run                osmo-ms-mob/00083: Starting mobile
22:49:27.009857 run       osmo-ms-mob/00083(pid=218): Launched
22:49:27.025492 run                             mass: MS start registered  {at=8333872.728833334, delay=3.504287451505661e-05, ms=00083}
22:49:27.609977 run                osmo-ms-mob/00084: Starting mobile
22:49:27.629697 run       osmo-ms-mob/00084(pid=219): Launched
22:49:27.643720 run                             mass: MS start registered  {at=8333873.347033645, delay=0.006466062739491463, ms=00084}
22:49:28.107734 run                osmo-ms-mob/00085: Starting mobile
22:49:28.125291 run       osmo-ms-mob/00085(pid=220): Launched
22:49:28.138513 run                             mass: MS start registered  {at=8333873.841859116, delay=0.005746475420892239, ms=00085}
22:49:28.703381 run                osmo-ms-mob/00086: Starting mobile
22:49:28.717828 run       osmo-ms-mob/00086(pid=221): Launched
22:49:28.724364 run                             mass: MS performed LU  {at=8333874.427720824, lu_delay=4.891891099512577, ms=00076}
22:49:28.730828 run                             mass: MS start registered  {at=8333874.434192727, delay=0.006493361666798592, ms=00086}
22:49:28.762557 run                             mass: MS performed LU  {at=8333874.465889486, lu_delay=5.8243205631151795, ms=00074}
22:49:28.873528 run                             mass: MS performed LU  {at=8333874.576863425, lu_delay=5.655150531791151, ms=00075}
22:49:29.034656 run                             mass: MS performed LU  {at=8333874.737989631, lu_delay=4.800742822699249, ms=00077}
22:49:29.288240 run                             mass: MS performed LU  {at=8333874.991575286, lu_delay=22.609479705803096, ms=00027}
22:49:29.300123 run                osmo-ms-mob/00087: Starting mobile
22:49:29.313854 run       osmo-ms-mob/00087(pid=222): Launched
22:49:29.324980 run                             mass: MS start registered  {at=8333875.028332688, delay=0.004757880233228207, ms=00087}
22:49:29.903839 run                osmo-ms-mob/00088: Starting mobile
22:49:29.917967 run       osmo-ms-mob/00088(pid=223): Launched
22:49:29.929490 run                             mass: MS start registered  {at=8333875.632838803, delay=0.005278155207633972, ms=00088}
22:49:30.511204 run                osmo-ms-mob/00089: Starting mobile
22:49:30.542556 run       osmo-ms-mob/00089(pid=224): Launched
22:49:30.557581 run                             mass: MS start registered  {at=8333876.26091791, delay=3.976747393608093e-05, ms=00089}
22:49:30.691655 run                             mass: MS performed LU  {at=8333876.394824685, lu_delay=5.954430807381868, ms=00078}
22:49:30.737532 run                             mass: MS performed LU  {at=8333876.440867608, lu_delay=5.69075898360461, ms=00079}
22:49:30.843453 run                             mass: MS performed LU  {at=8333876.546777843, lu_delay=4.703891866840422, ms=00081}
22:49:31.103679 run                osmo-ms-mob/00090: Starting mobile
22:49:31.119172 run       osmo-ms-mob/00090(pid=225): Launched
22:49:31.132532 run                             mass: MS start registered  {at=8333876.835873677, delay=0.006276431493461132, ms=00090}
22:49:31.805027 run                osmo-ms-mob/00091: Starting mobile
22:49:31.821910 run       osmo-ms-mob/00091(pid=226): Launched
22:49:31.837112 run                             mass: MS start registered  {at=8333877.540435752, delay=0.006711822003126144, ms=00091}
22:49:32.473013 run                             mass: MS performed LU  {at=8333878.17632742, lu_delay=5.447494086809456, ms=00083}
22:49:32.487957 run                osmo-ms-mob/00092: Starting mobile
22:49:32.504191 run       osmo-ms-mob/00092(pid=227): Launched
22:49:32.517141 run                             mass: MS start registered  {at=8333878.220474546, delay=0.005757657811045647, ms=00092}
22:49:32.528941 run                             mass: MS performed LU  {at=8333878.232289359, lu_delay=4.885255713947117, ms=00084}
22:49:32.639060 run                             mass: MS performed LU  {at=8333878.342380307, lu_delay=6.0788383688777685, ms=00082}
22:49:32.800520 run                             mass: MS performed LU  {at=8333878.503854585, lu_delay=23.39705226290971, ms=00034}
22:49:33.054605 run                             mass: MS performed LU  {at=8333878.757906738, lu_delay=4.9160476215183735, ms=00085}
22:49:33.304350 run                osmo-ms-mob/00093: Starting mobile
22:49:33.319516 run       osmo-ms-mob/00093(pid=228): Launched
22:49:33.332277 run                             mass: MS start registered  {at=8333879.035607139, delay=0.005238453857600689, ms=00093}
22:49:34.203893 run                osmo-ms-mob/00094: Starting mobile
22:49:34.217919 run       osmo-ms-mob/00094(pid=229): Launched
22:49:34.230086 run                             mass: MS start registered  {at=8333879.933436413, delay=0.005252178758382797, ms=00094}
22:49:34.457560 run                             mass: MS performed LU  {at=8333880.160892929, lu_delay=5.726700201630592, ms=00086}
22:49:34.503355 run                             mass: MS performed LU  {at=8333880.206676782, lu_delay=5.178344094194472, ms=00087}
22:49:34.609200 run                             mass: MS performed LU  {at=8333880.312537341, lu_delay=4.679698538035154, ms=00088}
22:49:35.107233 run                osmo-ms-mob/00095: Starting mobile
22:49:35.123316 run       osmo-ms-mob/00095(pid=230): Launched
22:49:35.136838 run                             mass: MS start registered  {at=8333880.840169235, delay=0.006107859313488007, ms=00095}
22:49:37.370776 run                osmo-ms-mob/00096: Starting mobile
22:49:37.384131 run       osmo-ms-mob/00096(pid=231): Launched
22:49:37.390352 run                             mass: Starting too slowly. Moving on {now=8333883.093721517, sleep=-1.1928956396877766, target=8333881.900825878}
22:49:37.396310 run                             mass: MS performed LU  {at=8333883.099669345, lu_delay=6.2637956673279405, ms=00090}
22:49:37.402042 run                             mass: Starting too slowly. Moving on {now=8333883.105412714, sleep=-1.1045868368819356, target=8333882.000825877}
22:49:37.407555 run                             mass: MS performed LU  {at=8333883.110919928, lu_delay=6.85000201780349, ms=00089}
22:49:37.413359 run                             mass: Starting too slowly. Moving on {now=8333883.116730223, sleep=-1.0159043464809656, target=8333882.100825877}
22:49:37.419182 run                             mass: MS start registered  {at=8333883.122540861, delay=0.02882152423262596, ms=00096}
22:49:37.425203 run                             mass: Starting too slowly. Moving on {now=8333883.128571678, sleep=-0.927745801396668, target=8333882.200825877}
22:49:37.430818 run                             mass: Starting too slowly. Moving on {now=8333883.134189755, sleep=-0.8333638785406947, target=8333882.300825876}
22:49:37.436270 run                             mass: Starting too slowly. Moving on {now=8333883.139641894, sleep=-0.7388160182163119, target=8333882.400825876}
22:49:37.441769 run                             mass: Starting too slowly. Moving on {now=8333883.145141662, sleep=-0.6443157866597176, target=8333882.500825875}
22:49:37.447645 run                             mass: Starting too slowly. Moving on {now=8333883.151014833, sleep=-0.5501889577135444, target=8333882.600825875}
22:49:37.453273 run                             mass: MS performed LU  {at=8333883.15663207, lu_delay=23.59789403155446, ms=00048}
22:49:37.458987 run                             mass: Starting too slowly. Moving on {now=8333883.162358514, sleep=-0.46153263933956623, target=8333882.700825875}
22:49:37.464473 run                             mass: Starting too slowly. Moving on {now=8333883.167844576, sleep=-0.36701870150864124, target=8333882.800825874}
22:49:37.469975 run                             mass: Starting too slowly. Moving on {now=8333883.173346686, sleep=-0.27252081222832203, target=8333882.900825874}
22:49:37.481125 run                osmo-ms-mob/00097: Starting mobile
22:49:37.494955 run       osmo-ms-mob/00097(pid=232): Launched
22:49:37.506419 run                             mass: Starting too slowly. Moving on {now=8333883.209784573, sleep=-0.20895869936794043, target=8333883.000825874}
22:49:37.515184 run                             mass: MS start registered  {at=8333883.218545843, delay=0.008765199221670628, ms=00097}
22:49:37.521284 run                             mass: Starting too slowly. Moving on {now=8333883.224653862, sleep=-0.12382798921316862, target=8333883.100825873}
22:49:37.526863 run                             mass: Starting too slowly. Moving on {now=8333883.230233926, sleep=-0.029408053494989872, target=8333883.200825873}
22:49:37.942488 run                             mass: MS performed LU  {at=8333883.645823625, lu_delay=6.105387873016298, ms=00091}
22:49:38.506538 run                osmo-ms-mob/00098: Starting mobile
22:49:38.520155 run       osmo-ms-mob/00098(pid=233): Launched
22:49:38.531338 run                             mass: MS start registered  {at=8333884.234686125, delay=0.004922045394778252, ms=00098}
22:49:38.693906 run                             mass: MS performed LU  {at=8333884.39719892, lu_delay=5.361591781489551, ms=00093}
22:49:38.948214 run                             mass: MS performed LU  {at=8333884.651548179, lu_delay=6.431073633022606, ms=00092}
22:49:40.151924 run                             mass: MS performed LU  {at=8333885.855258723, lu_delay=5.9218223094940186, ms=00094}
22:49:40.170344 run                             mass: MS performed LU  {at=8333885.873694025, lu_delay=5.033524789847434, ms=00095}
22:49:40.181387 run                osmo-ms-mob/00099: Starting mobile
22:49:40.194514 run       osmo-ms-mob/00099(pid=234): Launched
22:49:40.200681 run                             mass: All started... {duration=55.60322442371398, too_slow=16}
22:49:40.206487 run                             mass: MS start registered  {at=8333885.90984948, delay=0.005802092142403126, ms=00099}
22:49:40.239849 run                             mass: MS performed LU  {at=8333885.943197499, lu_delay=22.06548668537289, ms=00061}
22:49:41.989492 run                             mass: MS performed LU  {at=8333887.692785351, lu_delay=4.570244489237666, ms=00096}
22:49:42.242754 run                             mass: MS performed LU  {at=8333887.946091718, lu_delay=4.727545875124633, ms=00097}
22:49:43.917711 run                             mass: MS performed LU  {at=8333889.621045971, lu_delay=5.38635984621942, ms=00098}
22:49:43.936175 run                             mass: MS performed LU  {at=8333889.639511844, lu_delay=22.63748072553426, ms=00070}
22:49:45.755205 run                             mass: MS performed LU  {at=8333891.458537507, lu_delay=5.548688027076423, ms=00099}
22:49:46.008828 run                             mass: MS performed LU  {at=8333891.712160763, lu_delay=23.464047578163445, ms=00073}
22:49:47.919263 run                             mass: MS performed LU  {at=8333893.622599268, lu_delay=22.286367652006447, ms=00080}
22:49:47.925344 run                             mass: Tests done {all_completed=True, max=23.59789403155446, min=3.7113394802436233}
22:49:47.930771 tst         register_default_mass.py: Test passed (89.2 sec)
22:49:47.936235 run pcap-recorder_any(filters='host 127.0.42.2')(pid=22): Terminating (SIGTERM)
22:49:47.939591 run      osmo-hlr_127.0.42.2(pid=23): Terminating (SIGTERM)
22:49:47.942927 run pcap-recorder_any(filters='host 127.0.42.5 and port not 22')(pid=24): Terminating (SIGTERM)
22:49:47.946270 run      osmo-stp_127.0.42.5(pid=25): Terminating (SIGTERM)
22:49:47.949590 run pcap-recorder_any(filters='host 127.0.42.6 and port not 22')(pid=26): Terminating (SIGTERM)
22:49:47.952965 run      osmo-msc_127.0.42.6(pid=27): Terminating (SIGTERM)
22:49:47.956336 run pcap-recorder_any(filters='host 127.0.42.3 and port not 22')(pid=28): Terminating (SIGTERM)
22:49:47.959717 run      osmo-mgw_127.0.42.3(pid=29): Terminating (SIGTERM)
22:49:47.963232 run pcap-recorder_any(filters='host 127.0.42.4 and port not 22')(pid=30): Terminating (SIGTERM)
22:49:47.966576 run      osmo-mgw_127.0.42.4(pid=31): Terminating (SIGTERM)
22:49:47.969910 run pcap-recorder_any(filters='host 127.0.42.7 and port not 22')(pid=32): Terminating (SIGTERM)
22:49:47.973268 run      osmo-bsc_127.0.42.7(pid=33): Terminating (SIGTERM)
22:49:47.976615 run         osmo-bts-virtual(pid=34): Terminating (SIGTERM)
22:49:47.979955 run   osmo-ms-virt-phy/00000(pid=35): Terminating (SIGTERM)
22:49:47.983336 run   osmo-ms-virt-phy/00001(pid=36): Terminating (SIGTERM)
22:49:47.986689 run   osmo-ms-virt-phy/00002(pid=37): Terminating (SIGTERM)
22:49:47.990113 run   osmo-ms-virt-phy/00003(pid=38): Terminating (SIGTERM)
22:49:47.993514 run   osmo-ms-virt-phy/00004(pid=39): Terminating (SIGTERM)
22:49:47.996912 run   osmo-ms-virt-phy/00005(pid=40): Terminating (SIGTERM)
22:49:48.000274 run   osmo-ms-virt-phy/00006(pid=41): Terminating (SIGTERM)
22:49:48.003668 run   osmo-ms-virt-phy/00007(pid=42): Terminating (SIGTERM)
22:49:48.007073 run   osmo-ms-virt-phy/00008(pid=43): Terminating (SIGTERM)
22:49:48.010465 run   osmo-ms-virt-phy/00009(pid=44): Terminating (SIGTERM)
22:49:48.013851 run   osmo-ms-virt-phy/00010(pid=45): Terminating (SIGTERM)
22:49:48.018107 run   osmo-ms-virt-phy/00011(pid=46): Terminating (SIGTERM)
22:49:48.022135 run   osmo-ms-virt-phy/00012(pid=47): Terminating (SIGTERM)
22:49:48.025892 run   osmo-ms-virt-phy/00013(pid=48): Terminating (SIGTERM)
22:49:48.029458 run   osmo-ms-virt-phy/00014(pid=49): Terminating (SIGTERM)
22:49:48.032760 run   osmo-ms-virt-phy/00015(pid=50): Terminating (SIGTERM)
22:49:48.036388 run   osmo-ms-virt-phy/00016(pid=51): Terminating (SIGTERM)
22:49:48.039765 run   osmo-ms-virt-phy/00017(pid=52): Terminating (SIGTERM)
22:49:48.043164 run   osmo-ms-virt-phy/00018(pid=53): Terminating (SIGTERM)
22:49:48.046541 run   osmo-ms-virt-phy/00019(pid=54): Terminating (SIGTERM)
22:49:48.049957 run   osmo-ms-virt-phy/00020(pid=55): Terminating (SIGTERM)
22:49:48.053367 run   osmo-ms-virt-phy/00021(pid=56): Terminating (SIGTERM)
22:49:48.056775 run   osmo-ms-virt-phy/00022(pid=57): Terminating (SIGTERM)
22:49:48.060168 run   osmo-ms-virt-phy/00023(pid=58): Terminating (SIGTERM)
22:49:48.063827 run   osmo-ms-virt-phy/00024(pid=59): Terminating (SIGTERM)
22:49:48.067274 run   osmo-ms-virt-phy/00025(pid=60): Terminating (SIGTERM)
22:49:48.070687 run   osmo-ms-virt-phy/00026(pid=61): Terminating (SIGTERM)
22:49:48.074110 run   osmo-ms-virt-phy/00027(pid=62): Terminating (SIGTERM)
22:49:48.077568 run   osmo-ms-virt-phy/00028(pid=63): Terminating (SIGTERM)
22:49:48.081041 run   osmo-ms-virt-phy/00029(pid=64): Terminating (SIGTERM)
22:49:48.084601 run   osmo-ms-virt-phy/00030(pid=65): Terminating (SIGTERM)
22:49:48.087977 run   osmo-ms-virt-phy/00031(pid=66): Terminating (SIGTERM)
22:49:48.091352 run   osmo-ms-virt-phy/00032(pid=67): Terminating (SIGTERM)
22:49:48.094725 run   osmo-ms-virt-phy/00033(pid=68): Terminating (SIGTERM)
22:49:48.098101 run   osmo-ms-virt-phy/00034(pid=69): Terminating (SIGTERM)
22:49:48.101475 run   osmo-ms-virt-phy/00035(pid=70): Terminating (SIGTERM)
22:49:48.104825 run   osmo-ms-virt-phy/00036(pid=71): Terminating (SIGTERM)
22:49:48.108151 run   osmo-ms-virt-phy/00037(pid=72): Terminating (SIGTERM)
22:49:48.111506 run   osmo-ms-virt-phy/00038(pid=73): Terminating (SIGTERM)
22:49:48.114880 run   osmo-ms-virt-phy/00039(pid=74): Terminating (SIGTERM)
22:49:48.118237 run   osmo-ms-virt-phy/00040(pid=75): Terminating (SIGTERM)
22:49:48.121607 run   osmo-ms-virt-phy/00041(pid=76): Terminating (SIGTERM)
22:49:48.124978 run   osmo-ms-virt-phy/00042(pid=77): Terminating (SIGTERM)
22:49:48.128347 run   osmo-ms-virt-phy/00043(pid=78): Terminating (SIGTERM)
22:49:48.131720 run   osmo-ms-virt-phy/00044(pid=79): Terminating (SIGTERM)
22:49:48.135105 run   osmo-ms-virt-phy/00045(pid=80): Terminating (SIGTERM)
22:49:48.138475 run   osmo-ms-virt-phy/00046(pid=81): Terminating (SIGTERM)
22:49:48.142128 run   osmo-ms-virt-phy/00047(pid=82): Terminating (SIGTERM)
22:49:48.145516 run   osmo-ms-virt-phy/00048(pid=83): Terminating (SIGTERM)
22:49:48.148910 run   osmo-ms-virt-phy/00049(pid=84): Terminating (SIGTERM)
22:49:48.152261 run   osmo-ms-virt-phy/00050(pid=85): Terminating (SIGTERM)
22:49:48.155700 run   osmo-ms-virt-phy/00051(pid=86): Terminating (SIGTERM)
22:49:48.166817 run   osmo-ms-virt-phy/00052(pid=87): Terminating (SIGTERM)
22:49:48.170284 run   osmo-ms-virt-phy/00053(pid=88): Terminating (SIGTERM)
22:49:48.173645 run   osmo-ms-virt-phy/00054(pid=89): Terminating (SIGTERM)
22:49:48.177350 run   osmo-ms-virt-phy/00055(pid=90): Terminating (SIGTERM)
22:49:48.180730 run   osmo-ms-virt-phy/00056(pid=91): Terminating (SIGTERM)
22:49:48.184246 run   osmo-ms-virt-phy/00057(pid=92): Terminating (SIGTERM)
22:49:48.187866 run   osmo-ms-virt-phy/00058(pid=93): Terminating (SIGTERM)
22:49:48.191287 run   osmo-ms-virt-phy/00059(pid=94): Terminating (SIGTERM)
22:49:48.194658 run   osmo-ms-virt-phy/00060(pid=95): Terminating (SIGTERM)
22:49:48.198048 run   osmo-ms-virt-phy/00061(pid=96): Terminating (SIGTERM)
22:49:48.201435 run   osmo-ms-virt-phy/00062(pid=97): Terminating (SIGTERM)
22:49:48.204789 run   osmo-ms-virt-phy/00063(pid=98): Terminating (SIGTERM)
22:49:48.208666 run   osmo-ms-virt-phy/00064(pid=99): Terminating (SIGTERM)
22:49:48.212036 run  osmo-ms-virt-phy/00065(pid=100): Terminating (SIGTERM)
22:49:48.215408 run  osmo-ms-virt-phy/00066(pid=101): Terminating (SIGTERM)
22:49:48.218759 run  osmo-ms-virt-phy/00067(pid=102): Terminating (SIGTERM)
22:49:48.222444 run  osmo-ms-virt-phy/00068(pid=103): Terminating (SIGTERM)
22:49:48.225942 run  osmo-ms-virt-phy/00069(pid=104): Terminating (SIGTERM)
22:49:48.229489 run  osmo-ms-virt-phy/00070(pid=105): Terminating (SIGTERM)
22:49:48.232855 run  osmo-ms-virt-phy/00071(pid=106): Terminating (SIGTERM)
22:49:48.236235 run  osmo-ms-virt-phy/00072(pid=107): Terminating (SIGTERM)
22:49:48.239615 run  osmo-ms-virt-phy/00073(pid=108): Terminating (SIGTERM)
22:49:48.242986 run  osmo-ms-virt-phy/00074(pid=109): Terminating (SIGTERM)
22:49:48.246382 run  osmo-ms-virt-phy/00075(pid=110): Terminating (SIGTERM)
22:49:48.250191 run  osmo-ms-virt-phy/00076(pid=111): Terminating (SIGTERM)
22:49:48.253806 run  osmo-ms-virt-phy/00077(pid=112): Terminating (SIGTERM)
22:49:48.257605 run  osmo-ms-virt-phy/00078(pid=113): Terminating (SIGTERM)
22:49:48.260961 run  osmo-ms-virt-phy/00079(pid=114): Terminating (SIGTERM)
22:49:48.264319 run  osmo-ms-virt-phy/00080(pid=115): Terminating (SIGTERM)
22:49:48.267728 run  osmo-ms-virt-phy/00081(pid=116): Terminating (SIGTERM)
22:49:48.271202 run  osmo-ms-virt-phy/00082(pid=117): Terminating (SIGTERM)
22:49:48.274854 run  osmo-ms-virt-phy/00083(pid=118): Terminating (SIGTERM)
22:49:48.278717 run  osmo-ms-virt-phy/00084(pid=119): Terminating (SIGTERM)
22:49:48.282272 run  osmo-ms-virt-phy/00085(pid=120): Terminating (SIGTERM)
22:49:48.285660 run  osmo-ms-virt-phy/00086(pid=121): Terminating (SIGTERM)
22:49:48.289044 run  osmo-ms-virt-phy/00087(pid=122): Terminating (SIGTERM)
22:49:48.292416 run  osmo-ms-virt-phy/00088(pid=123): Terminating (SIGTERM)
22:49:48.295798 run  osmo-ms-virt-phy/00089(pid=124): Terminating (SIGTERM)
22:49:48.299229 run  osmo-ms-virt-phy/00090(pid=125): Terminating (SIGTERM)
22:49:48.302792 run  osmo-ms-virt-phy/00091(pid=126): Terminating (SIGTERM)
22:49:48.306636 run  osmo-ms-virt-phy/00092(pid=127): Terminating (SIGTERM)
22:49:48.309946 run  osmo-ms-virt-phy/00093(pid=128): Terminating (SIGTERM)
22:49:48.313301 run  osmo-ms-virt-phy/00094(pid=129): Terminating (SIGTERM)
22:49:48.316690 run  osmo-ms-virt-phy/00095(pid=130): Terminating (SIGTERM)
22:49:48.320049 run  osmo-ms-virt-phy/00096(pid=131): Terminating (SIGTERM)
22:49:48.323421 run  osmo-ms-virt-phy/00097(pid=132): Terminating (SIGTERM)
22:49:48.326784 run  osmo-ms-virt-phy/00098(pid=133): Terminating (SIGTERM)
22:49:48.330271 run  osmo-ms-virt-phy/00099(pid=134): Terminating (SIGTERM)
22:49:48.333821 run       osmo-ms-mob/00000(pid=135): Terminating (SIGTERM)
22:49:48.337544 run       osmo-ms-mob/00001(pid=136): Terminating (SIGTERM)
22:49:48.341064 run       osmo-ms-mob/00002(pid=137): Terminating (SIGTERM)
22:49:48.344922 run       osmo-ms-mob/00003(pid=138): Terminating (SIGTERM)
22:49:48.348258 run       osmo-ms-mob/00004(pid=139): Terminating (SIGTERM)
22:49:48.351613 run       osmo-ms-mob/00005(pid=140): Terminating (SIGTERM)
22:49:48.354988 run       osmo-ms-mob/00006(pid=141): Terminating (SIGTERM)
22:49:48.358306 run       osmo-ms-mob/00007(pid=142): Terminating (SIGTERM)
22:49:48.361606 run       osmo-ms-mob/00008(pid=143): Terminating (SIGTERM)
22:49:48.364874 run       osmo-ms-mob/00009(pid=144): Terminating (SIGTERM)
22:49:48.368134 run       osmo-ms-mob/00010(pid=145): Terminating (SIGTERM)
22:49:48.371401 run       osmo-ms-mob/00011(pid=146): Terminating (SIGTERM)
22:49:48.374625 run       osmo-ms-mob/00012(pid=147): Terminating (SIGTERM)
22:49:48.377848 run       osmo-ms-mob/00013(pid=148): Terminating (SIGTERM)
22:49:48.381045 run       osmo-ms-mob/00014(pid=149): Terminating (SIGTERM)
22:49:48.384255 run       osmo-ms-mob/00015(pid=150): Terminating (SIGTERM)
22:49:48.387545 run       osmo-ms-mob/00016(pid=151): Terminating (SIGTERM)
22:49:48.390800 run       osmo-ms-mob/00017(pid=152): Terminating (SIGTERM)
22:49:48.394043 run       osmo-ms-mob/00018(pid=153): Terminating (SIGTERM)
22:49:48.397377 run       osmo-ms-mob/00019(pid=154): Terminating (SIGTERM)
22:49:48.400634 run       osmo-ms-mob/00020(pid=155): Terminating (SIGTERM)
22:49:48.403897 run       osmo-ms-mob/00021(pid=156): Terminating (SIGTERM)
22:49:48.407145 run       osmo-ms-mob/00022(pid=157): Terminating (SIGTERM)
22:49:48.410405 run       osmo-ms-mob/00023(pid=158): Terminating (SIGTERM)
22:49:48.413677 run       osmo-ms-mob/00024(pid=159): Terminating (SIGTERM)
22:49:48.416952 run       osmo-ms-mob/00025(pid=160): Terminating (SIGTERM)
22:49:48.420345 run       osmo-ms-mob/00026(pid=161): Terminating (SIGTERM)
22:49:48.423747 run       osmo-ms-mob/00027(pid=162): Terminating (SIGTERM)
22:49:48.427147 run       osmo-ms-mob/00028(pid=163): Terminating (SIGTERM)
22:49:48.430540 run       osmo-ms-mob/00029(pid=164): Terminating (SIGTERM)
22:49:48.433938 run       osmo-ms-mob/00030(pid=165): Terminating (SIGTERM)
22:49:48.437337 run       osmo-ms-mob/00031(pid=166): Terminating (SIGTERM)
22:49:48.440730 run       osmo-ms-mob/00032(pid=167): Terminating (SIGTERM)
22:49:48.444115 run       osmo-ms-mob/00033(pid=168): Terminating (SIGTERM)
22:49:48.447520 run       osmo-ms-mob/00034(pid=169): Terminating (SIGTERM)
22:49:48.450913 run       osmo-ms-mob/00035(pid=170): Terminating (SIGTERM)
22:49:48.454290 run       osmo-ms-mob/00036(pid=171): Terminating (SIGTERM)
22:49:48.457678 run       osmo-ms-mob/00037(pid=172): Terminating (SIGTERM)
22:49:48.461055 run       osmo-ms-mob/00038(pid=173): Terminating (SIGTERM)
22:49:48.464447 run       osmo-ms-mob/00039(pid=174): Terminating (SIGTERM)
22:49:48.467830 run       osmo-ms-mob/00040(pid=175): Terminating (SIGTERM)
22:49:48.471184 run       osmo-ms-mob/00041(pid=176): Terminating (SIGTERM)
22:49:48.474513 run       osmo-ms-mob/00042(pid=177): Terminating (SIGTERM)
22:49:48.477845 run       osmo-ms-mob/00043(pid=178): Terminating (SIGTERM)
22:49:48.481202 run       osmo-ms-mob/00044(pid=179): Terminating (SIGTERM)
22:49:48.484530 run       osmo-ms-mob/00045(pid=180): Terminating (SIGTERM)
22:49:48.487863 run       osmo-ms-mob/00046(pid=181): Terminating (SIGTERM)
22:49:48.491213 run       osmo-ms-mob/00047(pid=182): Terminating (SIGTERM)
22:49:48.494550 run       osmo-ms-mob/00048(pid=183): Terminating (SIGTERM)
22:49:48.497899 run       osmo-ms-mob/00049(pid=184): Terminating (SIGTERM)
22:49:48.501236 run       osmo-ms-mob/00050(pid=185): Terminating (SIGTERM)
22:49:48.504583 run       osmo-ms-mob/00051(pid=186): Terminating (SIGTERM)
22:49:48.507915 run       osmo-ms-mob/00052(pid=187): Terminating (SIGTERM)
22:49:48.511267 run       osmo-ms-mob/00053(pid=188): Terminating (SIGTERM)
22:49:48.514655 run       osmo-ms-mob/00054(pid=189): Terminating (SIGTERM)
22:49:48.518051 run       osmo-ms-mob/00055(pid=190): Terminating (SIGTERM)
22:49:48.521445 run       osmo-ms-mob/00056(pid=191): Terminating (SIGTERM)
22:49:48.524818 run       osmo-ms-mob/00057(pid=192): Terminating (SIGTERM)
22:49:48.528198 run       osmo-ms-mob/00058(pid=193): Terminating (SIGTERM)
22:49:48.531666 run       osmo-ms-mob/00059(pid=194): Terminating (SIGTERM)
22:49:48.535045 run       osmo-ms-mob/00060(pid=195): Terminating (SIGTERM)
22:49:48.538423 run       osmo-ms-mob/00061(pid=196): Terminating (SIGTERM)
22:49:48.541802 run       osmo-ms-mob/00062(pid=197): Terminating (SIGTERM)
22:49:48.545142 run       osmo-ms-mob/00063(pid=198): Terminating (SIGTERM)
22:49:48.548466 run       osmo-ms-mob/00064(pid=199): Terminating (SIGTERM)
22:49:48.551796 run       osmo-ms-mob/00065(pid=200): Terminating (SIGTERM)
22:49:48.555134 run       osmo-ms-mob/00066(pid=201): Terminating (SIGTERM)
22:49:48.558498 run       osmo-ms-mob/00067(pid=202): Terminating (SIGTERM)
22:49:48.561872 run       osmo-ms-mob/00068(pid=203): Terminating (SIGTERM)
22:49:48.565231 run       osmo-ms-mob/00069(pid=204): Terminating (SIGTERM)
22:49:48.568577 run       osmo-ms-mob/00070(pid=205): Terminating (SIGTERM)
22:49:48.571911 run       osmo-ms-mob/00071(pid=206): Terminating (SIGTERM)
22:49:48.575242 run       osmo-ms-mob/00072(pid=207): Terminating (SIGTERM)
22:49:48.578592 run       osmo-ms-mob/00073(pid=208): Terminating (SIGTERM)
22:49:48.581944 run       osmo-ms-mob/00074(pid=209): Terminating (SIGTERM)
22:49:48.585335 run       osmo-ms-mob/00075(pid=210): Terminating (SIGTERM)
22:49:48.588706 run       osmo-ms-mob/00076(pid=211): Terminating (SIGTERM)
22:49:48.592072 run       osmo-ms-mob/00077(pid=212): Terminating (SIGTERM)
22:49:48.595503 run       osmo-ms-mob/00078(pid=213): Terminating (SIGTERM)
22:49:48.598822 run       osmo-ms-mob/00079(pid=214): Terminating (SIGTERM)
22:49:48.602156 run       osmo-ms-mob/00080(pid=215): Terminating (SIGTERM)
22:49:48.605526 run       osmo-ms-mob/00081(pid=216): Terminating (SIGTERM)
22:49:48.608846 run       osmo-ms-mob/00082(pid=217): Terminating (SIGTERM)
22:49:48.612197 run       osmo-ms-mob/00083(pid=218): Terminating (SIGTERM)
22:49:48.615517 run       osmo-ms-mob/00084(pid=219): Terminating (SIGTERM)
22:49:48.618851 run       osmo-ms-mob/00085(pid=220): Terminating (SIGTERM)
22:49:48.622220 run       osmo-ms-mob/00086(pid=221): Terminating (SIGTERM)
22:49:48.625587 run       osmo-ms-mob/00087(pid=222): Terminating (SIGTERM)
22:49:48.628962 run       osmo-ms-mob/00088(pid=223): Terminating (SIGTERM)
22:49:48.632330 run       osmo-ms-mob/00089(pid=224): Terminating (SIGTERM)
22:49:48.635702 run       osmo-ms-mob/00090(pid=225): Terminating (SIGTERM)
22:49:48.639163 run       osmo-ms-mob/00091(pid=226): Terminating (SIGTERM)
22:49:48.642514 run       osmo-ms-mob/00092(pid=227): Terminating (SIGTERM)
22:49:48.645830 run       osmo-ms-mob/00093(pid=228): Terminating (SIGTERM)
22:49:48.649164 run       osmo-ms-mob/00094(pid=229): Terminating (SIGTERM)
22:49:48.652486 run       osmo-ms-mob/00095(pid=230): Terminating (SIGTERM)
22:49:48.655803 run       osmo-ms-mob/00096(pid=231): Terminating (SIGTERM)
22:49:48.659137 run       osmo-ms-mob/00097(pid=232): Terminating (SIGTERM)
22:49:48.662458 run       osmo-ms-mob/00098(pid=233): Terminating (SIGTERM)
22:49:48.665767 run       osmo-ms-mob/00099(pid=234): Terminating (SIGTERM)
22:49:48.669130 ---      ParallelTerminationStrategy: PID 22 died...
22:49:48.670669 run pcap-recorder_any(filters='host 127.0.42.2')(pid=22): Terminated: ok {rc=0}
22:49:48.674401 ---      ParallelTerminationStrategy: PID 23 died...
22:49:48.675913 run      osmo-hlr_127.0.42.2(pid=23): Terminated: ok {rc=0}
22:49:48.679611 ---      ParallelTerminationStrategy: PID 24 died...
22:49:48.681111 run pcap-recorder_any(filters='host 127.0.42.5 and port not 22')(pid=24): Terminated: ok {rc=0}
22:49:48.684824 ---      ParallelTerminationStrategy: PID 25 died...
22:49:48.686333 run      osmo-stp_127.0.42.5(pid=25): Terminated: ok {rc=0}
22:49:48.690042 ---      ParallelTerminationStrategy: PID 26 died...
22:49:48.691542 run pcap-recorder_any(filters='host 127.0.42.6 and port not 22')(pid=26): Terminated: ok {rc=0}
22:49:48.695310 ---      ParallelTerminationStrategy: PID 27 died...
22:49:48.696835 run      osmo-msc_127.0.42.6(pid=27): Terminated: ok {rc=0}
22:49:48.700569 ---      ParallelTerminationStrategy: PID 28 died...
22:49:48.702086 run pcap-recorder_any(filters='host 127.0.42.3 and port not 22')(pid=28): Terminated: ok {rc=0}
22:49:48.705817 ---      ParallelTerminationStrategy: PID 29 died...
22:49:48.707325 run      osmo-mgw_127.0.42.3(pid=29): Terminated {rc=15}
22:49:48.711073 ---      ParallelTerminationStrategy: PID 30 died...
22:49:48.712590 run pcap-recorder_any(filters='host 127.0.42.4 and port not 22')(pid=30): Terminated: ok {rc=0}
22:49:48.716334 ---      ParallelTerminationStrategy: PID 31 died...
22:49:48.717851 run      osmo-mgw_127.0.42.4(pid=31): Terminated {rc=15}
22:49:48.721632 ---      ParallelTerminationStrategy: PID 32 died...
22:49:48.723138 run pcap-recorder_any(filters='host 127.0.42.7 and port not 22')(pid=32): Terminated: ok {rc=0}
22:49:48.726908 ---      ParallelTerminationStrategy: PID 33 died...
22:49:48.728428 run      osmo-bsc_127.0.42.7(pid=33): Terminated: ok {rc=0}
22:49:48.732177 ---      ParallelTerminationStrategy: PID 35 died...
22:49:48.733716 run   osmo-ms-virt-phy/00000(pid=35): Terminated: ok {rc=0}
22:49:48.737451 ---      ParallelTerminationStrategy: PID 36 died...
22:49:48.738894 run   osmo-ms-virt-phy/00001(pid=36): Terminated: ok {rc=0}
22:49:48.742482 ---      ParallelTerminationStrategy: PID 37 died...
22:49:48.743962 run   osmo-ms-virt-phy/00002(pid=37): Terminated: ok {rc=0}
22:49:48.747689 ---      ParallelTerminationStrategy: PID 38 died...
22:49:48.749207 run   osmo-ms-virt-phy/00003(pid=38): Terminated: ok {rc=0}
22:49:48.752963 ---      ParallelTerminationStrategy: PID 39 died...
22:49:48.754485 run   osmo-ms-virt-phy/00004(pid=39): Terminated: ok {rc=0}
22:49:48.758266 ---      ParallelTerminationStrategy: PID 40 died...
22:49:48.759786 run   osmo-ms-virt-phy/00005(pid=40): Terminated: ok {rc=0}
22:49:48.763530 ---      ParallelTerminationStrategy: PID 41 died...
22:49:48.765054 run   osmo-ms-virt-phy/00006(pid=41): Terminated: ok {rc=0}
22:49:48.768742 ---      ParallelTerminationStrategy: PID 42 died...
22:49:48.770272 run   osmo-ms-virt-phy/00007(pid=42): Terminated: ok {rc=0}
22:49:48.774020 ---      ParallelTerminationStrategy: PID 43 died...
22:49:48.775535 run   osmo-ms-virt-phy/00008(pid=43): Terminated: ok {rc=0}
22:49:48.779272 ---      ParallelTerminationStrategy: PID 44 died...
22:49:48.780792 run   osmo-ms-virt-phy/00009(pid=44): Terminated: ok {rc=0}
22:49:48.784518 ---      ParallelTerminationStrategy: PID 45 died...
22:49:48.786036 run   osmo-ms-virt-phy/00010(pid=45): Terminated: ok {rc=0}
22:49:48.789815 ---      ParallelTerminationStrategy: PID 46 died...
22:49:48.791325 run   osmo-ms-virt-phy/00011(pid=46): Terminated: ok {rc=0}
22:49:48.795094 ---      ParallelTerminationStrategy: PID 47 died...
22:49:48.796621 run   osmo-ms-virt-phy/00012(pid=47): Terminated: ok {rc=0}
22:49:48.800371 ---      ParallelTerminationStrategy: PID 48 died...
22:49:48.801892 run   osmo-ms-virt-phy/00013(pid=48): Terminated: ok {rc=0}
22:49:48.805662 ---      ParallelTerminationStrategy: PID 49 died...
22:49:48.807182 run   osmo-ms-virt-phy/00014(pid=49): Terminated: ok {rc=0}
22:49:48.810920 ---      ParallelTerminationStrategy: PID 50 died...
22:49:48.812431 run   osmo-ms-virt-phy/00015(pid=50): Terminated: ok {rc=0}
22:49:48.816155 ---      ParallelTerminationStrategy: PID 51 died...
22:49:48.817663 run   osmo-ms-virt-phy/00016(pid=51): Terminated: ok {rc=0}
22:49:48.821427 ---      ParallelTerminationStrategy: PID 52 died...
22:49:48.822946 run   osmo-ms-virt-phy/00017(pid=52): Terminated: ok {rc=0}
22:49:48.826671 ---      ParallelTerminationStrategy: PID 53 died...
22:49:48.828184 run   osmo-ms-virt-phy/00018(pid=53): Terminated: ok {rc=0}
22:49:48.831903 ---      ParallelTerminationStrategy: PID 54 died...
22:49:48.833416 run   osmo-ms-virt-phy/00019(pid=54): Terminated: ok {rc=0}
22:49:48.837164 ---      ParallelTerminationStrategy: PID 55 died...
22:49:48.838684 run   osmo-ms-virt-phy/00020(pid=55): Terminated: ok {rc=0}
22:49:48.842413 ---      ParallelTerminationStrategy: PID 56 died...
22:49:48.843927 run   osmo-ms-virt-phy/00021(pid=56): Terminated: ok {rc=0}
22:49:48.847653 ---      ParallelTerminationStrategy: PID 57 died...
22:49:48.849162 run   osmo-ms-virt-phy/00022(pid=57): Terminated: ok {rc=0}
22:49:48.852911 ---      ParallelTerminationStrategy: PID 58 died...
22:49:48.854420 run   osmo-ms-virt-phy/00023(pid=58): Terminated: ok {rc=0}
22:49:48.858175 ---      ParallelTerminationStrategy: PID 59 died...
22:49:48.859678 run   osmo-ms-virt-phy/00024(pid=59): Terminated: ok {rc=0}
22:49:48.863371 ---      ParallelTerminationStrategy: PID 60 died...
22:49:48.864883 run   osmo-ms-virt-phy/00025(pid=60): Terminated: ok {rc=0}
22:49:48.868604 ---      ParallelTerminationStrategy: PID 61 died...
22:49:48.870109 run   osmo-ms-virt-phy/00026(pid=61): Terminated: ok {rc=0}
22:49:48.873840 ---      ParallelTerminationStrategy: PID 62 died...
22:49:48.875350 run   osmo-ms-virt-phy/00027(pid=62): Terminated: ok {rc=0}
22:49:48.879073 ---      ParallelTerminationStrategy: PID 63 died...
22:49:48.880571 run   osmo-ms-virt-phy/00028(pid=63): Terminated: ok {rc=0}
22:49:48.884280 ---      ParallelTerminationStrategy: PID 64 died...
22:49:48.885779 run   osmo-ms-virt-phy/00029(pid=64): Terminated: ok {rc=0}
22:49:48.889497 ---      ParallelTerminationStrategy: PID 65 died...
22:49:48.891005 run   osmo-ms-virt-phy/00030(pid=65): Terminated: ok {rc=0}
22:49:48.894713 ---      ParallelTerminationStrategy: PID 66 died...
22:49:48.896210 run   osmo-ms-virt-phy/00031(pid=66): Terminated: ok {rc=0}
22:49:48.899919 ---      ParallelTerminationStrategy: PID 67 died...
22:49:48.901431 run   osmo-ms-virt-phy/00032(pid=67): Terminated: ok {rc=0}
22:49:48.905166 ---      ParallelTerminationStrategy: PID 68 died...
22:49:48.906681 run   osmo-ms-virt-phy/00033(pid=68): Terminated: ok {rc=0}
22:49:48.910386 ---      ParallelTerminationStrategy: PID 69 died...
22:49:48.911885 run   osmo-ms-virt-phy/00034(pid=69): Terminated: ok {rc=0}
22:49:48.915596 ---      ParallelTerminationStrategy: PID 70 died...
22:49:48.917131 run   osmo-ms-virt-phy/00035(pid=70): Terminated: ok {rc=0}
22:49:48.920832 ---      ParallelTerminationStrategy: PID 71 died...
22:49:48.922335 run   osmo-ms-virt-phy/00036(pid=71): Terminated: ok {rc=0}
22:49:48.926049 ---      ParallelTerminationStrategy: PID 72 died...
22:49:48.927551 run   osmo-ms-virt-phy/00037(pid=72): Terminated: ok {rc=0}
22:49:48.931264 ---      ParallelTerminationStrategy: PID 73 died...
22:49:48.932788 run   osmo-ms-virt-phy/00038(pid=73): Terminated: ok {rc=0}
22:49:48.936493 ---      ParallelTerminationStrategy: PID 74 died...
22:49:48.937997 run   osmo-ms-virt-phy/00039(pid=74): Terminated: ok {rc=0}
22:49:48.941712 ---      ParallelTerminationStrategy: PID 75 died...
22:49:48.943210 run   osmo-ms-virt-phy/00040(pid=75): Terminated: ok {rc=0}
22:49:48.946919 ---      ParallelTerminationStrategy: PID 76 died...
22:49:48.948415 run   osmo-ms-virt-phy/00041(pid=76): Terminated: ok {rc=0}
22:49:48.952149 ---      ParallelTerminationStrategy: PID 77 died...
22:49:48.953664 run   osmo-ms-virt-phy/00042(pid=77): Terminated: ok {rc=0}
22:49:48.957369 ---      ParallelTerminationStrategy: PID 78 died...
22:49:48.958865 run   osmo-ms-virt-phy/00043(pid=78): Terminated: ok {rc=0}
22:49:48.962566 ---      ParallelTerminationStrategy: PID 79 died...
22:49:48.964060 run   osmo-ms-virt-phy/00044(pid=79): Terminated: ok {rc=0}
22:49:48.967795 ---      ParallelTerminationStrategy: PID 80 died...
22:49:48.969291 run   osmo-ms-virt-phy/00045(pid=80): Terminated: ok {rc=0}
22:49:48.973007 ---      ParallelTerminationStrategy: PID 81 died...
22:49:48.974512 run   osmo-ms-virt-phy/00046(pid=81): Terminated: ok {rc=0}
22:49:48.978219 ---      ParallelTerminationStrategy: PID 82 died...
22:49:48.979728 run   osmo-ms-virt-phy/00047(pid=82): Terminated: ok {rc=0}
22:49:48.983434 ---      ParallelTerminationStrategy: PID 83 died...
22:49:48.984961 run   osmo-ms-virt-phy/00048(pid=83): Terminated: ok {rc=0}
22:49:48.988687 ---      ParallelTerminationStrategy: PID 84 died...
22:49:48.990195 run   osmo-ms-virt-phy/00049(pid=84): Terminated: ok {rc=0}
22:49:48.993892 ---      ParallelTerminationStrategy: PID 85 died...
22:49:48.995394 run   osmo-ms-virt-phy/00050(pid=85): Terminated: ok {rc=0}
22:49:48.999098 ---      ParallelTerminationStrategy: PID 86 died...
22:49:49.000602 run   osmo-ms-virt-phy/00051(pid=86): Terminated: ok {rc=0}
22:49:49.004303 ---      ParallelTerminationStrategy: PID 87 died...
22:49:49.005815 run   osmo-ms-virt-phy/00052(pid=87): Terminated: ok {rc=0}
22:49:49.009531 ---      ParallelTerminationStrategy: PID 88 died...
22:49:49.011028 run   osmo-ms-virt-phy/00053(pid=88): Terminated: ok {rc=0}
22:49:49.014728 ---      ParallelTerminationStrategy: PID 89 died...
22:49:49.016224 run   osmo-ms-virt-phy/00054(pid=89): Terminated: ok {rc=0}
22:49:49.019948 ---      ParallelTerminationStrategy: PID 90 died...
22:49:49.021451 run   osmo-ms-virt-phy/00055(pid=90): Terminated: ok {rc=0}
22:49:49.025154 ---      ParallelTerminationStrategy: PID 91 died...
22:49:49.026646 run   osmo-ms-virt-phy/00056(pid=91): Terminated: ok {rc=0}
22:49:49.030336 ---      ParallelTerminationStrategy: PID 92 died...
22:49:49.031842 run   osmo-ms-virt-phy/00057(pid=92): Terminated: ok {rc=0}
22:49:49.035564 ---      ParallelTerminationStrategy: PID 93 died...
22:49:49.037070 run   osmo-ms-virt-phy/00058(pid=93): Terminated: ok {rc=0}
22:49:49.040772 ---      ParallelTerminationStrategy: PID 94 died...
22:49:49.042275 run   osmo-ms-virt-phy/00059(pid=94): Terminated: ok {rc=0}
22:49:49.045957 ---      ParallelTerminationStrategy: PID 95 died...
22:49:49.047460 run   osmo-ms-virt-phy/00060(pid=95): Terminated: ok {rc=0}
22:49:49.051158 ---      ParallelTerminationStrategy: PID 96 died...
22:49:49.052687 run   osmo-ms-virt-phy/00061(pid=96): Terminated: ok {rc=0}
22:49:49.056295 ---      ParallelTerminationStrategy: PID 97 died...
22:49:49.057742 run   osmo-ms-virt-phy/00062(pid=97): Terminated: ok {rc=0}
22:49:49.061282 ---      ParallelTerminationStrategy: PID 98 died...
22:49:49.062764 run   osmo-ms-virt-phy/00063(pid=98): Terminated: ok {rc=0}
22:49:49.066484 ---      ParallelTerminationStrategy: PID 99 died...
22:49:49.067977 run   osmo-ms-virt-phy/00064(pid=99): Terminated: ok {rc=0}
22:49:49.071727 ---      ParallelTerminationStrategy: PID 100 died...
22:49:49.073242 run  osmo-ms-virt-phy/00065(pid=100): Terminated: ok {rc=0}
22:49:49.076953 ---      ParallelTerminationStrategy: PID 101 died...
22:49:49.078468 run  osmo-ms-virt-phy/00066(pid=101): Terminated: ok {rc=0}
22:49:49.082178 ---      ParallelTerminationStrategy: PID 102 died...
22:49:49.083677 run  osmo-ms-virt-phy/00067(pid=102): Terminated: ok {rc=0}
22:49:49.087467 ---      ParallelTerminationStrategy: PID 103 died...
22:49:49.089044 run  osmo-ms-virt-phy/00068(pid=103): Terminated: ok {rc=0}
22:49:49.092676 ---      ParallelTerminationStrategy: PID 104 died...
22:49:49.094133 run  osmo-ms-virt-phy/00069(pid=104): Terminated: ok {rc=0}
22:49:49.097741 ---      ParallelTerminationStrategy: PID 105 died...
22:49:49.099182 run  osmo-ms-virt-phy/00070(pid=105): Terminated: ok {rc=0}
22:49:49.102729 ---      ParallelTerminationStrategy: PID 106 died...
22:49:49.104169 run  osmo-ms-virt-phy/00071(pid=106): Terminated: ok {rc=0}
22:49:49.107833 ---      ParallelTerminationStrategy: PID 107 died...
22:49:49.109314 run  osmo-ms-virt-phy/00072(pid=107): Terminated: ok {rc=0}
22:49:49.113011 ---      ParallelTerminationStrategy: PID 108 died...
22:49:49.114457 run  osmo-ms-virt-phy/00073(pid=108): Terminated: ok {rc=0}
22:49:49.118006 ---      ParallelTerminationStrategy: PID 109 died...
22:49:49.119439 run  osmo-ms-virt-phy/00074(pid=109): Terminated: ok {rc=0}
22:49:49.123055 ---      ParallelTerminationStrategy: PID 110 died...
22:49:49.124555 run  osmo-ms-virt-phy/00075(pid=110): Terminated: ok {rc=0}
22:49:49.128272 ---      ParallelTerminationStrategy: PID 111 died...
22:49:49.129787 run  osmo-ms-virt-phy/00076(pid=111): Terminated: ok {rc=0}
22:49:49.133514 ---      ParallelTerminationStrategy: PID 112 died...
22:49:49.135024 run  osmo-ms-virt-phy/00077(pid=112): Terminated: ok {rc=0}
22:49:49.138733 ---      ParallelTerminationStrategy: PID 113 died...
22:49:49.140236 run  osmo-ms-virt-phy/00078(pid=113): Terminated: ok {rc=0}
22:49:49.143939 ---      ParallelTerminationStrategy: PID 114 died...
22:49:49.145462 run  osmo-ms-virt-phy/00079(pid=114): Terminated: ok {rc=0}
22:49:49.149184 ---      ParallelTerminationStrategy: PID 115 died...
22:49:49.150677 run  osmo-ms-virt-phy/00080(pid=115): Terminated: ok {rc=0}
22:49:49.154386 ---      ParallelTerminationStrategy: PID 116 died...
22:49:49.155889 run  osmo-ms-virt-phy/00081(pid=116): Terminated: ok {rc=0}
22:49:49.159621 ---      ParallelTerminationStrategy: PID 117 died...
22:49:49.161121 run  osmo-ms-virt-phy/00082(pid=117): Terminated: ok {rc=0}
22:49:49.164834 ---      ParallelTerminationStrategy: PID 118 died...
22:49:49.166337 run  osmo-ms-virt-phy/00083(pid=118): Terminated: ok {rc=0}
22:49:49.170062 ---      ParallelTerminationStrategy: PID 119 died...
22:49:49.171561 run  osmo-ms-virt-phy/00084(pid=119): Terminated: ok {rc=0}
22:49:49.175322 ---      ParallelTerminationStrategy: PID 120 died...
22:49:49.176825 run  osmo-ms-virt-phy/00085(pid=120): Terminated: ok {rc=0}
22:49:49.180547 ---      ParallelTerminationStrategy: PID 121 died...
22:49:49.182060 run  osmo-ms-virt-phy/00086(pid=121): Terminated: ok {rc=0}
22:49:49.185801 ---      ParallelTerminationStrategy: PID 122 died...
22:49:49.187322 run  osmo-ms-virt-phy/00087(pid=122): Terminated: ok {rc=0}
22:49:49.191038 ---      ParallelTerminationStrategy: PID 123 died...
22:49:49.192548 run  osmo-ms-virt-phy/00088(pid=123): Terminated: ok {rc=0}
22:49:49.196254 ---      ParallelTerminationStrategy: PID 124 died...
22:49:49.197759 run  osmo-ms-virt-phy/00089(pid=124): Terminated: ok {rc=0}
22:49:49.201496 ---      ParallelTerminationStrategy: PID 125 died...
22:49:49.203001 run  osmo-ms-virt-phy/00090(pid=125): Terminated: ok {rc=0}
22:49:49.206712 ---      ParallelTerminationStrategy: PID 126 died...
22:49:49.208222 run  osmo-ms-virt-phy/00091(pid=126): Terminated: ok {rc=0}
22:49:49.211941 ---      ParallelTerminationStrategy: PID 127 died...
22:49:49.213457 run  osmo-ms-virt-phy/00092(pid=127): Terminated: ok {rc=0}
22:49:49.217176 ---      ParallelTerminationStrategy: PID 128 died...
22:49:49.218676 run  osmo-ms-virt-phy/00093(pid=128): Terminated: ok {rc=0}
22:49:49.222434 ---      ParallelTerminationStrategy: PID 129 died...
22:49:49.223929 run  osmo-ms-virt-phy/00094(pid=129): Terminated: ok {rc=0}
22:49:49.227639 ---      ParallelTerminationStrategy: PID 130 died...
22:49:49.229139 run  osmo-ms-virt-phy/00095(pid=130): Terminated: ok {rc=0}
22:49:49.232877 ---      ParallelTerminationStrategy: PID 131 died...
22:49:49.234375 run  osmo-ms-virt-phy/00096(pid=131): Terminated: ok {rc=0}
22:49:49.238097 ---      ParallelTerminationStrategy: PID 132 died...
22:49:49.239603 run  osmo-ms-virt-phy/00097(pid=132): Terminated: ok {rc=0}
22:49:49.243351 ---      ParallelTerminationStrategy: PID 133 died...
22:49:49.244864 run  osmo-ms-virt-phy/00098(pid=133): Terminated: ok {rc=0}
22:49:49.248566 ---      ParallelTerminationStrategy: PID 134 died...
22:49:49.250070 run  osmo-ms-virt-phy/00099(pid=134): Terminated: ok {rc=0}
22:49:49.253779 ---      ParallelTerminationStrategy: PID 135 died...
22:49:49.255279 run       osmo-ms-mob/00000(pid=135): Terminated {rc=26112}
22:49:49.259055 ---      ParallelTerminationStrategy: PID 136 died...
22:49:49.260562 run       osmo-ms-mob/00001(pid=136): Terminated {rc=26112}
22:49:49.264301 ---      ParallelTerminationStrategy: PID 137 died...
22:49:49.265814 run       osmo-ms-mob/00002(pid=137): Terminated {rc=26112}
22:49:49.269558 ---      ParallelTerminationStrategy: PID 138 died...
22:49:49.271067 run       osmo-ms-mob/00003(pid=138): Terminated {rc=26112}
22:49:49.274780 ---      ParallelTerminationStrategy: PID 139 died...
22:49:49.276290 run       osmo-ms-mob/00004(pid=139): Terminated {rc=26112}
22:49:49.279995 ---      ParallelTerminationStrategy: PID 140 died...
22:49:49.281490 run       osmo-ms-mob/00005(pid=140): Terminated {rc=26112}
22:49:49.285168 ---      ParallelTerminationStrategy: PID 141 died...
22:49:49.286668 run       osmo-ms-mob/00006(pid=141): Terminated {rc=26112}
22:49:49.290405 ---      ParallelTerminationStrategy: PID 142 died...
22:49:49.291894 run       osmo-ms-mob/00007(pid=142): Terminated {rc=26112}
22:49:49.295582 ---      ParallelTerminationStrategy: PID 143 died...
22:49:49.297075 run       osmo-ms-mob/00008(pid=143): Terminated {rc=26112}
22:49:49.300781 ---      ParallelTerminationStrategy: PID 144 died...
22:49:49.302269 run       osmo-ms-mob/00009(pid=144): Terminated {rc=26112}
22:49:49.305967 ---      ParallelTerminationStrategy: PID 145 died...
22:49:49.307464 run       osmo-ms-mob/00010(pid=145): Terminated {rc=26112}
22:49:49.311176 ---      ParallelTerminationStrategy: PID 146 died...
22:49:49.312669 run       osmo-ms-mob/00011(pid=146): Terminated {rc=26112}
22:49:49.316364 ---      ParallelTerminationStrategy: PID 147 died...
22:49:49.317864 run       osmo-ms-mob/00012(pid=147): Terminated {rc=26112}
22:49:49.321552 ---      ParallelTerminationStrategy: PID 148 died...
22:49:49.323060 run       osmo-ms-mob/00013(pid=148): Terminated {rc=26112}
22:49:49.326762 ---      ParallelTerminationStrategy: PID 149 died...
22:49:49.328248 run       osmo-ms-mob/00014(pid=149): Terminated {rc=26112}
22:49:49.331953 ---      ParallelTerminationStrategy: PID 150 died...
22:49:49.333449 run       osmo-ms-mob/00015(pid=150): Terminated {rc=26112}
22:49:49.337193 ---      ParallelTerminationStrategy: PID 151 died...
22:49:49.338690 run       osmo-ms-mob/00016(pid=151): Terminated {rc=26112}
22:49:49.342398 ---      ParallelTerminationStrategy: PID 152 died...
22:49:49.343895 run       osmo-ms-mob/00017(pid=152): Terminated {rc=26112}
22:49:49.347578 ---      ParallelTerminationStrategy: PID 153 died...
22:49:49.349063 run       osmo-ms-mob/00018(pid=153): Terminated {rc=26112}
22:49:49.352742 ---      ParallelTerminationStrategy: PID 154 died...
22:49:49.354171 run       osmo-ms-mob/00019(pid=154): Terminated {rc=26112}
22:49:49.357735 ---      ParallelTerminationStrategy: PID 155 died...
22:49:49.359217 run       osmo-ms-mob/00020(pid=155): Terminated {rc=26112}
22:49:49.362899 ---      ParallelTerminationStrategy: PID 156 died...
22:49:49.364383 run       osmo-ms-mob/00021(pid=156): Terminated {rc=26112}
22:49:49.368003 ---      ParallelTerminationStrategy: PID 157 died...
22:49:49.369439 run       osmo-ms-mob/00022(pid=157): Terminated {rc=26112}
22:49:49.372980 ---      ParallelTerminationStrategy: PID 158 died...
22:49:49.374413 run       osmo-ms-mob/00023(pid=158): Terminated {rc=26112}
22:49:49.378094 ---      ParallelTerminationStrategy: PID 159 died...
22:49:49.379579 run       osmo-ms-mob/00024(pid=159): Terminated {rc=26112}
22:49:49.383267 ---      ParallelTerminationStrategy: PID 160 died...
22:49:49.384759 run       osmo-ms-mob/00025(pid=160): Terminated {rc=26112}
22:49:49.388450 ---      ParallelTerminationStrategy: PID 161 died...
22:49:49.389938 run       osmo-ms-mob/00026(pid=161): Terminated {rc=26112}
22:49:49.393677 ---      ParallelTerminationStrategy: PID 162 died...
22:49:49.395164 run       osmo-ms-mob/00027(pid=162): Terminated {rc=26112}
22:49:49.398855 ---      ParallelTerminationStrategy: PID 163 died...
22:49:49.400355 run       osmo-ms-mob/00028(pid=163): Terminated {rc=26112}
22:49:49.404045 ---      ParallelTerminationStrategy: PID 164 died...
22:49:49.405575 run       osmo-ms-mob/00029(pid=164): Terminated {rc=26112}
22:49:49.409308 ---      ParallelTerminationStrategy: PID 165 died...
22:49:49.410793 run       osmo-ms-mob/00030(pid=165): Terminated {rc=26112}
22:49:49.414501 ---      ParallelTerminationStrategy: PID 166 died...
22:49:49.415996 run       osmo-ms-mob/00031(pid=166): Terminated {rc=26112}
22:49:49.419705 ---      ParallelTerminationStrategy: PID 167 died...
22:49:49.421229 run       osmo-ms-mob/00032(pid=167): Terminated {rc=26112}
22:49:49.424923 ---      ParallelTerminationStrategy: PID 168 died...
22:49:49.426415 run       osmo-ms-mob/00033(pid=168): Terminated {rc=26112}
22:49:49.430144 ---      ParallelTerminationStrategy: PID 169 died...
22:49:49.431651 run       osmo-ms-mob/00034(pid=169): Terminated {rc=26112}
22:49:49.435356 ---      ParallelTerminationStrategy: PID 170 died...
22:49:49.436846 run       osmo-ms-mob/00035(pid=170): Terminated {rc=26112}
22:49:49.440535 ---      ParallelTerminationStrategy: PID 171 died...
22:49:49.442027 run       osmo-ms-mob/00036(pid=171): Terminated {rc=26112}
22:49:49.445715 ---      ParallelTerminationStrategy: PID 172 died...
22:49:49.447205 run       osmo-ms-mob/00037(pid=172): Terminated {rc=26112}
22:49:49.450893 ---      ParallelTerminationStrategy: PID 173 died...
22:49:49.452378 run       osmo-ms-mob/00038(pid=173): Terminated {rc=26112}
22:49:49.456120 ---      ParallelTerminationStrategy: PID 174 died...
22:49:49.457667 run       osmo-ms-mob/00039(pid=174): Terminated {rc=26112}
22:49:49.461348 ---      ParallelTerminationStrategy: PID 175 died...
22:49:49.462842 run       osmo-ms-mob/00040(pid=175): Terminated {rc=26112}
22:49:49.466545 ---      ParallelTerminationStrategy: PID 176 died...
22:49:49.468055 run       osmo-ms-mob/00041(pid=176): Terminated {rc=26112}
22:49:49.471810 ---      ParallelTerminationStrategy: PID 177 died...
22:49:49.473379 run       osmo-ms-mob/00042(pid=177): Terminated {rc=26112}
22:49:49.477154 ---      ParallelTerminationStrategy: PID 178 died...
22:49:49.478603 run       osmo-ms-mob/00043(pid=178): Terminated {rc=26112}
22:49:49.482201 ---      ParallelTerminationStrategy: PID 179 died...
22:49:49.483662 run       osmo-ms-mob/00044(pid=179): Terminated {rc=26112}
22:49:49.487350 ---      ParallelTerminationStrategy: PID 180 died...
22:49:49.488880 run       osmo-ms-mob/00045(pid=180): Terminated {rc=26112}
22:49:49.492549 ---      ParallelTerminationStrategy: PID 181 died...
22:49:49.494198 run       osmo-ms-mob/00046(pid=181): Terminated {rc=26112}
22:49:49.497942 ---      ParallelTerminationStrategy: PID 182 died...
22:49:49.499435 run       osmo-ms-mob/00047(pid=182): Terminated {rc=26112}
22:49:49.503177 ---      ParallelTerminationStrategy: PID 183 died...
22:49:49.504679 run       osmo-ms-mob/00048(pid=183): Terminated {rc=26112}
22:49:49.508417 ---      ParallelTerminationStrategy: PID 184 died...
22:49:49.509917 run       osmo-ms-mob/00049(pid=184): Terminated {rc=26112}
22:49:49.513633 ---      ParallelTerminationStrategy: PID 185 died...
22:49:49.515129 run       osmo-ms-mob/00050(pid=185): Terminated {rc=26112}
22:49:49.518862 ---      ParallelTerminationStrategy: PID 186 died...
22:49:49.520366 run       osmo-ms-mob/00051(pid=186): Terminated {rc=26112}
22:49:49.524071 ---      ParallelTerminationStrategy: PID 187 died...
22:49:49.525585 run       osmo-ms-mob/00052(pid=187): Terminated {rc=26112}
22:49:49.529267 ---      ParallelTerminationStrategy: PID 188 died...
22:49:49.530757 run       osmo-ms-mob/00053(pid=188): Terminated {rc=26112}
22:49:49.534561 ---      ParallelTerminationStrategy: PID 189 died...
22:49:49.536073 run       osmo-ms-mob/00054(pid=189): Terminated {rc=26112}
22:49:49.539796 ---      ParallelTerminationStrategy: PID 190 died...
22:49:49.541309 run       osmo-ms-mob/00055(pid=190): Terminated {rc=26112}
22:49:49.545038 ---      ParallelTerminationStrategy: PID 191 died...
22:49:49.546527 run       osmo-ms-mob/00056(pid=191): Terminated {rc=26112}
22:49:49.550246 ---      ParallelTerminationStrategy: PID 192 died...
22:49:49.551732 run       osmo-ms-mob/00057(pid=192): Terminated {rc=26112}
22:49:49.555441 ---      ParallelTerminationStrategy: PID 193 died...
22:49:49.556962 run       osmo-ms-mob/00058(pid=193): Terminated {rc=26112}
22:49:49.560684 ---      ParallelTerminationStrategy: PID 194 died...
22:49:49.562168 run       osmo-ms-mob/00059(pid=194): Terminated {rc=26112}
22:49:49.565913 ---      ParallelTerminationStrategy: PID 195 died...
22:49:49.567457 run       osmo-ms-mob/00060(pid=195): Terminated {rc=26112}
22:49:49.571177 ---      ParallelTerminationStrategy: PID 196 died...
22:49:49.572718 run       osmo-ms-mob/00061(pid=196): Terminated {rc=26112}
22:49:49.576431 ---      ParallelTerminationStrategy: PID 197 died...
22:49:49.577941 run       osmo-ms-mob/00062(pid=197): Terminated {rc=26112}
22:49:49.581682 ---      ParallelTerminationStrategy: PID 198 died...
22:49:49.583186 run       osmo-ms-mob/00063(pid=198): Terminated {rc=26112}
22:49:49.586950 ---      ParallelTerminationStrategy: PID 199 died...
22:49:49.588452 run       osmo-ms-mob/00064(pid=199): Terminated {rc=26112}
22:49:49.592203 ---      ParallelTerminationStrategy: PID 200 died...
22:49:49.593710 run       osmo-ms-mob/00065(pid=200): Terminated {rc=26112}
22:49:49.597472 ---      ParallelTerminationStrategy: PID 201 died...
22:49:49.598979 run       osmo-ms-mob/00066(pid=201): Terminated {rc=26112}
22:49:49.602690 ---      ParallelTerminationStrategy: PID 202 died...
22:49:49.604206 run       osmo-ms-mob/00067(pid=202): Terminated {rc=26112}
22:49:49.607920 ---      ParallelTerminationStrategy: PID 203 died...
22:49:49.609438 run       osmo-ms-mob/00068(pid=203): Terminated {rc=26112}
22:49:49.613157 ---      ParallelTerminationStrategy: PID 204 died...
22:49:49.614660 run       osmo-ms-mob/00069(pid=204): Terminated {rc=26112}
22:49:49.618392 ---      ParallelTerminationStrategy: PID 205 died...
22:49:49.619892 run       osmo-ms-mob/00070(pid=205): Terminated {rc=26112}
22:49:49.623669 ---      ParallelTerminationStrategy: PID 206 died...
22:49:49.625181 run       osmo-ms-mob/00071(pid=206): Terminated {rc=26112}
22:49:49.628886 ---      ParallelTerminationStrategy: PID 207 died...
22:49:49.630371 run       osmo-ms-mob/00072(pid=207): Terminated {rc=26112}
22:49:49.634102 ---      ParallelTerminationStrategy: PID 208 died...
22:49:49.635608 run       osmo-ms-mob/00073(pid=208): Terminated {rc=26112}
22:49:49.639362 ---      ParallelTerminationStrategy: PID 209 died...
22:49:49.640950 run       osmo-ms-mob/00074(pid=209): Terminated {rc=26112}
22:49:49.644728 ---      ParallelTerminationStrategy: PID 210 died...
22:49:49.646232 run       osmo-ms-mob/00075(pid=210): Terminated {rc=26112}
22:49:49.649960 ---      ParallelTerminationStrategy: PID 211 died...
22:49:49.651452 run       osmo-ms-mob/00076(pid=211): Terminated {rc=26112}
22:49:49.655242 ---      ParallelTerminationStrategy: PID 212 died...
22:49:49.656762 run       osmo-ms-mob/00077(pid=212): Terminated {rc=26112}
22:49:49.660564 ---      ParallelTerminationStrategy: PID 213 died...
22:49:49.662092 run       osmo-ms-mob/00078(pid=213): Terminated {rc=26112}
22:49:49.665912 ---      ParallelTerminationStrategy: PID 214 died...
22:49:49.667433 run       osmo-ms-mob/00079(pid=214): Terminated {rc=26112}
22:49:49.671222 ---      ParallelTerminationStrategy: PID 215 died...
22:49:49.672788 run       osmo-ms-mob/00080(pid=215): Terminated {rc=26112}
22:49:49.676546 ---      ParallelTerminationStrategy: PID 216 died...
22:49:49.678088 run       osmo-ms-mob/00081(pid=216): Terminated {rc=26112}
22:49:49.681892 ---      ParallelTerminationStrategy: PID 217 died...
22:49:49.683413 run       osmo-ms-mob/00082(pid=217): Terminated {rc=26112}
22:49:49.687268 ---      ParallelTerminationStrategy: PID 218 died...
22:49:49.688833 run       osmo-ms-mob/00083(pid=218): Terminated {rc=26112}
22:49:49.692669 ---      ParallelTerminationStrategy: PID 219 died...
22:49:49.694188 run       osmo-ms-mob/00084(pid=219): Terminated {rc=26112}
22:49:49.697945 ---      ParallelTerminationStrategy: PID 220 died...
22:49:49.699451 run       osmo-ms-mob/00085(pid=220): Terminated {rc=26112}
22:49:49.703209 ---      ParallelTerminationStrategy: PID 221 died...
22:49:49.704800 run       osmo-ms-mob/00086(pid=221): Terminated {rc=26112}
22:49:49.708598 ---      ParallelTerminationStrategy: PID 222 died...
22:49:49.710224 run       osmo-ms-mob/00087(pid=222): Terminated {rc=26112}
22:49:49.714000 ---      ParallelTerminationStrategy: PID 223 died...
22:49:49.715511 run       osmo-ms-mob/00088(pid=223): Terminated {rc=26112}
22:49:49.719277 ---      ParallelTerminationStrategy: PID 224 died...
22:49:49.720839 run       osmo-ms-mob/00089(pid=224): Terminated {rc=26112}
22:49:49.724602 ---      ParallelTerminationStrategy: PID 225 died...
22:49:49.726125 run       osmo-ms-mob/00090(pid=225): Terminated {rc=26112}
22:49:49.729926 ---      ParallelTerminationStrategy: PID 226 died...
22:49:49.731436 run       osmo-ms-mob/00091(pid=226): Terminated {rc=26112}
22:49:49.735200 ---      ParallelTerminationStrategy: PID 227 died...
22:49:49.736721 run       osmo-ms-mob/00092(pid=227): Terminated {rc=26112}
22:49:49.740478 ---      ParallelTerminationStrategy: PID 228 died...
22:49:49.742029 run       osmo-ms-mob/00093(pid=228): Terminated {rc=26112}
22:49:49.745816 ---      ParallelTerminationStrategy: PID 229 died...
22:49:49.747367 run       osmo-ms-mob/00094(pid=229): Terminated {rc=26112}
22:49:49.751146 ---      ParallelTerminationStrategy: PID 230 died...
22:49:49.752659 run       osmo-ms-mob/00095(pid=230): Terminated {rc=26112}
22:49:49.756409 ---      ParallelTerminationStrategy: PID 231 died...
22:49:49.757927 run       osmo-ms-mob/00096(pid=231): Terminated {rc=26112}
22:49:49.761696 ---      ParallelTerminationStrategy: PID 232 died...
22:49:49.763209 run       osmo-ms-mob/00097(pid=232): Terminated {rc=26112}
22:49:49.766978 ---      ParallelTerminationStrategy: PID 233 died...
22:49:49.768503 run       osmo-ms-mob/00098(pid=233): Terminated {rc=26112}
22:49:49.772276 ---      ParallelTerminationStrategy: PID 234 died...
22:49:49.773811 run       osmo-ms-mob/00099(pid=234): Terminated {rc=26112}
22:49:53.177162 ---      ParallelTerminationStrategy: PID 34 died...
22:49:53.178843 run         osmo-bts-virtual(pid=34): Terminated: ok {rc=0}
---------------------------------------------------------------------
trial-7941 netreg_mass PASS
---------------------------------------------------------------------
22:49:53.250226 tst                       trial-7941: Storing JUnit report in /build/trial-7941/run.2025-04-19_22-48-18/trial-7941.xml

--------------------------------------------------------------------------------------------
trial-7941 PASS
--------------------------------------------------------------------------------------------
22:49:53.261150 tst                       trial-7941: trial-7941: PASS, 1 suites passed
PASS: netreg_mass (pass: 1)
    pass: register_default_mass.py (89.2 sec)
+ exit_code=0
+ rm -rf trial-7941/inst
+ cd trial-7941
+ command -v journalctl
+ [ ! -z /usr/bin/journalctl ]
+ readlink last_run
+ journalctl -u ofono -o short-precise --since 2025-04-19 22:48:18
No journal files were found.
+ readlink last_run
+ tar czf /build/trial-7941-run.tgz run.2025-04-19_22-48-18
+ tar czf /build/trial-7941-bin.tgz checksums.md5 open5gs.build-8.tgz osmo-bsc.build-2025-04-19_13_26_35.tgz osmo-bts-oc2g.build-2025-04-19_00_51_29.tgz osmo-bts-sysmo.build-2025-04-19_00_51_35.tgz osmo-bts.build-2025-04-19_00_51_38.tgz osmo-ggsn.build-2025-04-19_20_42_22.tgz osmo-hlr.build-2025-04-19_16_37_01.tgz osmo-hnbgw.build-2025-04-19_13_30_13.tgz osmo-mgw.build-2025-04-19_08_33_13.tgz osmo-msc.build-2025-04-19_13_32_41.tgz osmo-nitb.build-17155.tgz osmo-pcu-oc2g.build-2025-04-19_07_34_02.tgz osmo-pcu-sysmo.build-2025-04-19_07_34_01.tgz osmo-pcu.build-2025-04-19_07_34_02.tgz osmo-sgsn.build-2025-04-19_20_48_40.tgz osmo-stp.build-2025-04-19_13_25_25.tgz osmo-trx.build-2025-04-19_14_26_49.tgz osmocom-bb.build-2025-04-19_21_17_06.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