Skip to content
This log is too long to show here, 14 KB has been skipped — click to see the complete log
[osmo-gsm-tester_virtual] $ /bin/sh -xe /tmp/jenkins9903288920642042428.sh
+ trap 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/
+ rm -rf trial-8392
+ rm -rf docker-playground
+ git clone --depth=1 --branch=master https://gerrit.osmocom.org/docker-playground docker-playground
Cloning into 'docker-playground'...
+ git -C docker-playground log --oneline
782e664 redmine: hide avatars
+ make -C docker-playground/osmo-gsm-tester
make: Entering directory '/home/osmocom-build/jenkins/workspace/osmo-gsm-tester_virtual/docker-playground/osmo-gsm-tester'
awk: fatal: cannot open file `.release' for reading: No such file or directory
awk: fatal: cannot open file `.release' for reading: No such file or directory
awk: fatal: cannot open file `.release' for reading: No such file or directory
rm -rf .common
cp -r /home/osmocom-build/jenkins/workspace/osmo-gsm-tester_virtual/docker-playground/common .common
INFO: .release created
release=0.0.0
docker build \
	--build-arg USER=osmocom-build \
	--build-arg UID=1000 \
	--build-arg REGISTRY=docker.io \
	--build-arg OSMO_TTCN3_BRANCH=master \
	--build-arg UPSTREAM_DISTRO=debian:bookworm \
	--build-arg DISTRO=debian-bookworm \
	--build-arg OSMOCOM_REPO_MIRROR=https://downloads.osmocom.org \
	--build-arg OSMOCOM_REPO_PATH=packages/osmocom: \
	--build-arg OSMOCOM_REPO_VERSION=latest \
	--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 M3UA_TESTTOOL_BRANCH=osmocom/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_S1GW_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 WARN: InvalidDefaultArgInFrom: Default value for ARG $USER/debian-bookworm-build results in empty or invalid base image name (line 2)
#1 WARN: LegacyKeyValueFormat: "ENV key=value" should be used instead of legacy "ENV key value" format (line 65)
#1 DONE 0.0s

#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.0s

#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.0s

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

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

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

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

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

#11 [ 9/28] COPY	SSH /root/.ssh
#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 [ 2/28] RUN     useradd -ms /bin/bash jenkins
#13 CACHED

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

 2 warnings found (use docker --debug to expand):
 - InvalidDefaultArgInFrom: Default value for ARG $USER/debian-bookworm-build results in empty or invalid base image name (line 2)
 - LegacyKeyValueFormat: "ENV key=value" should be used instead of legacy "ENV key value" format (line 65)
rm -rf .common
make: Leaving directory '/home/osmocom-build/jenkins/workspace/osmo-gsm-tester_virtual/docker-playground/osmo-gsm-tester'
+ unlink osmo-gsm-tester/sysmocom/resources.conf
+ ln -s resources.conf.virtual osmo-gsm-tester/sysmocom/resources.conf
+ docker run --rm=true -e HOME=/build -e JOB_NAME=osmo-gsm-tester_virtual -e OSMO_GSM_TESTER_CONF=/build/osmo-gsm-tester/sysmocom/main.conf -e OSMO_GSM_TESTER_OPTS=-s netreg_mass -e BUILD_NUMBER=8393 -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=2026-07-15 22:48:15
+ trial_dir_prefix=trial-
+ rm -rf trial-*
+ trial_dir=trial-8393
+ mkdir -p trial-8393
+ mv open5gs.build-8.tgz osmo-bsc.build-2026-07-15_13_27_03.tgz osmo-bts-oc2g.build-2026-07-15_00_52_36.tgz osmo-bts-sysmo.build-2026-07-15_00_52_35.tgz osmo-bts.build-2026-07-15_00_52_43.tgz osmo-ggsn.build-2026-07-15_20_43_09.tgz osmo-hlr.build-2026-07-15_16_37_38.tgz osmo-hnbgw.build-2026-07-15_13_31_35.tgz osmo-mgw.build-2026-07-15_08_33_42.tgz osmo-msc.build-2026-07-15_13_34_39.tgz osmo-nitb.build-17155.tgz osmo-pcu-oc2g.build-2026-07-15_07_35_15.tgz osmo-pcu-sysmo.build-2026-07-15_07_35_15.tgz osmo-pcu.build-2026-07-15_07_35_14.tgz osmo-sgsn.build-2026-07-15_20_49_18.tgz osmo-stp.build-2026-07-15_13_25_41.tgz osmo-trx.build-2026-07-15_14_22_25.tgz osmocom-bb.build-2026-07-15_21_18_49.tgz srslte.build-19.tgz trial-8393
+ cat open5gs.build-8.md5 osmo-bsc.build-2026-07-15_13_27_03.md5 osmo-bts-oc2g.build-2026-07-15_00_52_36.md5 osmo-bts-sysmo.build-2026-07-15_00_52_35.md5 osmo-bts.build-2026-07-15_00_52_43.md5 osmo-ggsn.build-2026-07-15_20_43_09.md5 osmo-hlr.build-2026-07-15_16_37_38.md5 osmo-hnbgw.build-2026-07-15_13_31_35.md5 osmo-mgw.build-2026-07-15_08_33_42.md5 osmo-msc.build-2026-07-15_13_34_39.md5 osmo-nitb.build-17155.md5 osmo-pcu-oc2g.build-2026-07-15_07_35_15.md5 osmo-pcu-sysmo.build-2026-07-15_07_35_15.md5 osmo-pcu.build-2026-07-15_07_35_14.md5 osmo-sgsn.build-2026-07-15_20_49_18.md5 osmo-stp.build-2026-07-15_13_25_41.md5 osmo-trx.build-2026-07-15_14_22_25.md5 osmocom-bb.build-2026-07-15_21_18_49.md5 srslte.build-19.md5
+ rm open5gs.build-8.md5 osmo-bsc.build-2026-07-15_13_27_03.md5 osmo-bts-oc2g.build-2026-07-15_00_52_36.md5 osmo-bts-sysmo.build-2026-07-15_00_52_35.md5 osmo-bts.build-2026-07-15_00_52_43.md5 osmo-ggsn.build-2026-07-15_20_43_09.md5 osmo-hlr.build-2026-07-15_16_37_38.md5 osmo-hnbgw.build-2026-07-15_13_31_35.md5 osmo-mgw.build-2026-07-15_08_33_42.md5 osmo-msc.build-2026-07-15_13_34_39.md5 osmo-nitb.build-17155.md5 osmo-pcu-oc2g.build-2026-07-15_07_35_15.md5 osmo-pcu-sysmo.build-2026-07-15_07_35_15.md5 osmo-pcu.build-2026-07-15_07_35_14.md5 osmo-sgsn.build-2026-07-15_20_49_18.md5 osmo-stp.build-2026-07-15_13_25_41.md5 osmo-trx.build-2026-07-15_14_22_25.md5 osmocom-bb.build-2026-07-15_21_18_49.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-8393 -s netreg_mass
combinations: ['netreg_mass']
trial: 'trial-8393'
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-8393
--------------------------------------------------------------------------------------------
22:48:16.184913 tst                       trial-8393: Detailed log at /build/trial-8393/run.2026-07-15_22-48-16/log

---------------------------------------------------------------------
trial-8393 netreg_mass
---------------------------------------------------------------------
22:48:16.392329 tst                      netreg_mass: reserving resources in /var/tmp/osmo-gsm-tester/state ...
22:48:16.392692 tst                      netreg_mass: Verifying 1 x bts (candidates: 1)
22:48:16.393486 tst                      netreg_mass: Verifying 6 x ip_address (candidates: 9)
22:48:16.394640 tst                      netreg_mass: Verifying 100 x modem (candidates: 100)
22:48:16.434193 tst                      netreg_mass: Reserving 1 x bts (candidates: 1)
22:48:16.434959 tst                      netreg_mass: Reserving 6 x ip_address (candidates: 9)
22:48:16.436081 tst                      netreg_mass: Reserving 100 x modem (candidates: 100)
22:48:16.496601 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-8393 netreg_mass register_default_mass.py
----------------------------------------------
22:48:16.497436 tst       register_default_mass.py:9: Claiming resources for the test
22:48:16.511623 tst                      netreg_mass: Using 1 x ip_address (candidates: 6)
22:48:16.512145 tst                      netreg_mass: Using 1 x ip_address (candidates: 6)
22:48:16.512621 tst                      netreg_mass: Using 1 x ip_address (candidates: 6)
22:48:16.513058 tst                      netreg_mass: Using 1 x ip_address (candidates: 6)
22:48:16.513490 tst                      netreg_mass: Using 1 x ip_address (candidates: 6)
22:48:16.513936 tst                      netreg_mass: Using 1 x ip_address (candidates: 6)
22:48:16.514377 tst                      netreg_mass: Using 1 x bts (candidates: 1)
22:48:16.540911 tst         register_default_mass.py: using LAC 2
22:48:16.557506 tst         register_default_mass.py: using RAC 2
22:48:16.575315 tst         register_default_mass.py: using CellId 2
22:48:16.594970 tst         register_default_mass.py: using BVCI 3
22:48:16.604259 tst                      netreg_mass: Using 1 x modem (candidates: 100)
22:48:16.604890 tst                      netreg_mass: Using 1 x modem (candidates: 100)
22:48:16.605423 tst                      netreg_mass: Using 1 x modem (candidates: 100)
22:48:16.605946 tst                      netreg_mass: Using 1 x modem (candidates: 100)
22:48:16.606473 tst                      netreg_mass: Using 1 x modem (candidates: 100)
22:48:16.607012 tst                      netreg_mass: Using 1 x modem (candidates: 100)
22:48:16.607523 tst                      netreg_mass: Using 1 x modem (candidates: 100)
22:48:16.608048 tst                      netreg_mass: Using 1 x modem (candidates: 100)
22:48:16.608580 tst                      netreg_mass: Using 1 x modem (candidates: 100)
22:48:16.609087 tst                      netreg_mass: Using 1 x modem (candidates: 100)
22:48:16.609603 tst                      netreg_mass: Using 1 x modem (candidates: 100)
22:48:16.610119 tst                      netreg_mass: Using 1 x modem (candidates: 100)
22:48:16.610642 tst                      netreg_mass: Using 1 x modem (candidates: 100)
22:48:16.611182 tst                      netreg_mass: Using 1 x modem (candidates: 100)
22:48:16.611705 tst                      netreg_mass: Using 1 x modem (candidates: 100)
22:48:16.612236 tst                      netreg_mass: Using 1 x modem (candidates: 100)
22:48:16.612756 tst                      netreg_mass: Using 1 x modem (candidates: 100)
22:48:16.613265 tst                      netreg_mass: Using 1 x modem (candidates: 100)
22:48:16.613770 tst                      netreg_mass: Using 1 x modem (candidates: 100)
22:48:16.614294 tst                      netreg_mass: Using 1 x modem (candidates: 100)
22:48:16.614800 tst                      netreg_mass: Using 1 x modem (candidates: 100)
22:48:16.615312 tst                      netreg_mass: Using 1 x modem (candidates: 100)
22:48:16.615836 tst                      netreg_mass: Using 1 x modem (candidates: 100)
22:48:16.616345 tst                      netreg_mass: Using 1 x modem (candidates: 100)
22:48:16.616849 tst                      netreg_mass: Using 1 x modem (candidates: 100)
22:48:16.617373 tst                      netreg_mass: Using 1 x modem (candidates: 100)
22:48:16.617887 tst                      netreg_mass: Using 1 x modem (candidates: 100)
22:48:16.618394 tst                      netreg_mass: Using 1 x modem (candidates: 100)
22:48:16.618921 tst                      netreg_mass: Using 1 x modem (candidates: 100)
22:48:16.619431 tst                      netreg_mass: Using 1 x modem (candidates: 100)
22:48:16.619944 tst                      netreg_mass: Using 1 x modem (candidates: 100)
22:48:16.620453 tst                      netreg_mass: Using 1 x modem (candidates: 100)
22:48:16.620963 tst                      netreg_mass: Using 1 x modem (candidates: 100)
22:48:16.621488 tst                      netreg_mass: Using 1 x modem (candidates: 100)
22:48:16.621998 tst                      netreg_mass: Using 1 x modem (candidates: 100)
22:48:16.622508 tst                      netreg_mass: Using 1 x modem (candidates: 100)
22:48:16.623034 tst                      netreg_mass: Using 1 x modem (candidates: 100)
22:48:16.623546 tst                      netreg_mass: Using 1 x modem (candidates: 100)
22:48:16.624051 tst                      netreg_mass: Using 1 x modem (candidates: 100)
22:48:16.624562 tst                      netreg_mass: Using 1 x modem (candidates: 100)
22:48:16.625066 tst                      netreg_mass: Using 1 x modem (candidates: 100)
22:48:16.625568 tst                      netreg_mass: Using 1 x modem (candidates: 100)
22:48:16.626066 tst                      netreg_mass: Using 1 x modem (candidates: 100)
22:48:16.626586 tst                      netreg_mass: Using 1 x modem (candidates: 100)
22:48:16.627100 tst                      netreg_mass: Using 1 x modem (candidates: 100)
22:48:16.627601 tst                      netreg_mass: Using 1 x modem (candidates: 100)
22:48:16.628117 tst                      netreg_mass: Using 1 x modem (candidates: 100)
22:48:16.628622 tst                      netreg_mass: Using 1 x modem (candidates: 100)
22:48:16.629125 tst                      netreg_mass: Using 1 x modem (candidates: 100)
22:48:16.629643 tst                      netreg_mass: Using 1 x modem (candidates: 100)
22:48:16.630148 tst                      netreg_mass: Using 1 x modem (candidates: 100)
22:48:16.630648 tst                      netreg_mass: Using 1 x modem (candidates: 100)
22:48:16.631165 tst                      netreg_mass: Using 1 x modem (candidates: 100)
22:48:16.631668 tst                      netreg_mass: Using 1 x modem (candidates: 100)
22:48:16.632168 tst                      netreg_mass: Using 1 x modem (candidates: 100)
22:48:16.632678 tst                      netreg_mass: Using 1 x modem (candidates: 100)
22:48:16.633185 tst                      netreg_mass: Using 1 x modem (candidates: 100)
22:48:16.633695 tst                      netreg_mass: Using 1 x modem (candidates: 100)
22:48:16.634202 tst                      netreg_mass: Using 1 x modem (candidates: 100)
22:48:16.634695 tst                      netreg_mass: Using 1 x modem (candidates: 100)
22:48:16.635212 tst                      netreg_mass: Using 1 x modem (candidates: 100)
22:48:16.635722 tst                      netreg_mass: Using 1 x modem (candidates: 100)
22:48:16.636226 tst                      netreg_mass: Using 1 x modem (candidates: 100)
22:48:16.636757 tst                      netreg_mass: Using 1 x modem (candidates: 100)
22:48:16.637260 tst                      netreg_mass: Using 1 x modem (candidates: 100)
22:48:16.637761 tst                      netreg_mass: Using 1 x modem (candidates: 100)
22:48:16.638287 tst                      netreg_mass: Using 1 x modem (candidates: 100)
22:48:16.638795 tst                      netreg_mass: Using 1 x modem (candidates: 100)
22:48:16.639321 tst                      netreg_mass: Using 1 x modem (candidates: 100)
22:48:16.639830 tst                      netreg_mass: Using 1 x modem (candidates: 100)
22:48:16.640326 tst                      netreg_mass: Using 1 x modem (candidates: 100)
22:48:16.640844 tst                      netreg_mass: Using 1 x modem (candidates: 100)
22:48:16.641410 tst                      netreg_mass: Using 1 x modem (candidates: 100)
22:48:16.641910 tst                      netreg_mass: Using 1 x modem (candidates: 100)
22:48:16.642420 tst                      netreg_mass: Using 1 x modem (candidates: 100)
22:48:16.642920 tst                      netreg_mass: Using 1 x modem (candidates: 100)
22:48:16.643412 tst                      netreg_mass: Using 1 x modem (candidates: 100)
22:48:16.643917 tst                      netreg_mass: Using 1 x modem (candidates: 100)
22:48:16.644418 tst                      netreg_mass: Using 1 x modem (candidates: 100)
22:48:16.644914 tst                      netreg_mass: Using 1 x modem (candidates: 100)
22:48:16.645399 tst                      netreg_mass: Using 1 x modem (candidates: 100)
22:48:16.645895 tst                      netreg_mass: Using 1 x modem (candidates: 100)
22:48:16.646393 tst                      netreg_mass: Using 1 x modem (candidates: 100)
22:48:16.646889 tst                      netreg_mass: Using 1 x modem (candidates: 100)
22:48:16.647388 tst                      netreg_mass: Using 1 x modem (candidates: 100)
22:48:16.647887 tst                      netreg_mass: Using 1 x modem (candidates: 100)
22:48:16.648385 tst                      netreg_mass: Using 1 x modem (candidates: 100)
22:48:16.648874 tst                      netreg_mass: Using 1 x modem (candidates: 100)
22:48:16.649379 tst                      netreg_mass: Using 1 x modem (candidates: 100)
22:48:16.649879 tst                      netreg_mass: Using 1 x modem (candidates: 100)
22:48:16.650381 tst                      netreg_mass: Using 1 x modem (candidates: 100)
22:48:16.650898 tst                      netreg_mass: Using 1 x modem (candidates: 100)
22:48:16.651407 tst                      netreg_mass: Using 1 x modem (candidates: 100)
22:48:16.651906 tst                      netreg_mass: Using 1 x modem (candidates: 100)
22:48:16.652409 tst                      netreg_mass: Using 1 x modem (candidates: 100)
22:48:16.652906 tst                      netreg_mass: Using 1 x modem (candidates: 100)
22:48:16.653400 tst                      netreg_mass: Using 1 x modem (candidates: 100)
22:48:16.653924 tst                      netreg_mass: Using 1 x modem (candidates: 100)
22:48:16.654438 tst                      netreg_mass: Using 1 x modem (candidates: 100)
22:48:16.654945 tst                      netreg_mass: Using 1 x modem (candidates: 100)
22:48:16.655440 tst                      netreg_mass: Using 1 x modem (candidates: 100)
22:48:16.656011 tst      register_default_mass.py:21: Launching a simple network
22:48:16.665911 run              osmo-hlr_127.0.42.2: Starting osmo-hlr
22:48:16.782596 run            create_hlr_db(pid=19): Launched
22:48:17.797049 run            create_hlr_db(pid=19): Terminated: ok {rc=0}
22:48:17.821057 run pcap-recorder_any(filters='host 127.0.42.2')(pid=21): Launched
22:48:17.836105 run      osmo-hlr_127.0.42.2(pid=22): Launched
22:48:17.841672 run              osmo-stp_127.0.42.5: Starting osmo-stp
22:48:18.029399 run pcap-recorder_any(filters='host 127.0.42.5 and port not 22')(pid=23): Launched
22:48:18.043919 run      osmo-stp_127.0.42.5(pid=24): Launched
22:48:18.049386 run              osmo-msc_127.0.42.6: Starting osmo-msc
22:48:18.455271 run pcap-recorder_any(filters='host 127.0.42.6 and port not 22')(pid=25): Launched
22:48:18.469962 run      osmo-msc_127.0.42.6(pid=26): Launched
22:48:21.492979 run              osmo-mgw_127.0.42.3: Starting osmo-mgw
22:48:21.634401 run pcap-recorder_any(filters='host 127.0.42.3 and port not 22')(pid=27): Launched
22:48:21.649089 run      osmo-mgw_127.0.42.3(pid=28): Launched
22:48:21.654602 run              osmo-mgw_127.0.42.4: Starting osmo-mgw
22:48:21.677822 run pcap-recorder_any(filters='host 127.0.42.4 and port not 22')(pid=29): Launched
22:48:21.692560 run      osmo-mgw_127.0.42.4(pid=30): Launched
22:48:21.698114 run              osmo-bsc_127.0.42.7: Starting osmo-bsc
22:48:22.003501 run pcap-recorder_any(filters='host 127.0.42.7 and port not 22')(pid=31): Launched
22:48:22.018217 run      osmo-bsc_127.0.42.7(pid=32): Launched
22:48:28.057749 run                 osmo-bts-virtual: Starting to connect to osmo-bsc_127.0.42.7
22:48:28.233986 run         osmo-bts-virtual(pid=33): Launched
22:48:29.264873 tst         register_default_mass.py: using MSISDN 1001
22:48:29.276447 run              osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001010000000000', msisdn='1001', subscriber_id=1}
22:48:29.305907 tst         register_default_mass.py: using MSISDN 1002
22:48:29.319095 run              osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001010000000001', msisdn='1002', subscriber_id=2}
22:48:29.341784 tst         register_default_mass.py: using MSISDN 1003
22:48:29.350481 run              osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001010000000002', msisdn='1003', subscriber_id=3}
22:48:29.373370 tst         register_default_mass.py: using MSISDN 1004
22:48:29.383451 run              osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001010000000003', msisdn='1004', subscriber_id=4}
22:48:29.406422 tst         register_default_mass.py: using MSISDN 1005
22:48:29.416461 run              osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001010000000004', msisdn='1005', subscriber_id=5}
22:48:29.439240 tst         register_default_mass.py: using MSISDN 1006
22:48:29.449226 run              osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001010000000005', msisdn='1006', subscriber_id=6}
22:48:29.472036 tst         register_default_mass.py: using MSISDN 1007
22:48:29.482175 run              osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001010000000006', msisdn='1007', subscriber_id=7}
22:48:29.505223 tst         register_default_mass.py: using MSISDN 1008
22:48:29.515262 run              osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001010000000007', msisdn='1008', subscriber_id=8}
22:48:29.538064 tst         register_default_mass.py: using MSISDN 1009
22:48:29.548009 run              osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001010000000008', msisdn='1009', subscriber_id=9}
22:48:29.571225 tst         register_default_mass.py: using MSISDN 1010
22:48:29.581378 run              osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001010000000009', msisdn='1010', subscriber_id=10}
22:48:29.603527 tst         register_default_mass.py: using MSISDN 1011
22:48:29.613133 run              osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001020000000000', msisdn='1011', subscriber_id=11}
22:48:29.635370 tst         register_default_mass.py: using MSISDN 1012
22:48:29.644985 run              osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001020000000001', msisdn='1012', subscriber_id=12}
22:48:29.667126 tst         register_default_mass.py: using MSISDN 1013
22:48:29.676894 run              osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001020000000002', msisdn='1013', subscriber_id=13}
22:48:29.699253 tst         register_default_mass.py: using MSISDN 1014
22:48:29.708805 run              osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001020000000003', msisdn='1014', subscriber_id=14}
22:48:29.730889 tst         register_default_mass.py: using MSISDN 1015
22:48:29.740330 run              osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001020000000004', msisdn='1015', subscriber_id=15}
22:48:29.762036 tst         register_default_mass.py: using MSISDN 1016
22:48:29.770776 run              osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001020000000005', msisdn='1016', subscriber_id=16}
22:48:29.793116 tst         register_default_mass.py: using MSISDN 1017
22:48:29.802493 run              osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001020000000006', msisdn='1017', subscriber_id=17}
22:48:29.824726 tst         register_default_mass.py: using MSISDN 1018
22:48:29.834219 run              osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001020000000007', msisdn='1018', subscriber_id=18}
22:48:29.856712 tst         register_default_mass.py: using MSISDN 1019
22:48:29.866538 run              osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001020000000008', msisdn='1019', subscriber_id=19}
22:48:29.888792 tst         register_default_mass.py: using MSISDN 1020
22:48:29.898364 run              osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001020000000009', msisdn='1020', subscriber_id=20}
22:48:29.920498 tst         register_default_mass.py: using MSISDN 1021
22:48:29.930420 run              osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001030000000000', msisdn='1021', subscriber_id=21}
22:48:29.952840 tst         register_default_mass.py: using MSISDN 1022
22:48:29.964736 run              osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001030000000001', msisdn='1022', subscriber_id=22}
22:48:29.986881 tst         register_default_mass.py: using MSISDN 1023
22:48:29.996853 run              osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001030000000002', msisdn='1023', subscriber_id=23}
22:48:30.018807 tst         register_default_mass.py: using MSISDN 1024
22:48:30.028520 run              osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001030000000003', msisdn='1024', subscriber_id=24}
22:48:30.050596 tst         register_default_mass.py: using MSISDN 1025
22:48:30.060161 run              osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001030000000004', msisdn='1025', subscriber_id=25}
22:48:30.082098 tst         register_default_mass.py: using MSISDN 1026
22:48:30.091553 run              osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001030000000005', msisdn='1026', subscriber_id=26}
22:48:30.113841 tst         register_default_mass.py: using MSISDN 1027
22:48:30.122934 run              osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001030000000006', msisdn='1027', subscriber_id=27}
22:48:30.145937 tst         register_default_mass.py: using MSISDN 1028
22:48:30.157265 run              osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001030000000007', msisdn='1028', subscriber_id=28}
22:48:30.180108 tst         register_default_mass.py: using MSISDN 1029
22:48:30.190315 run              osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001030000000008', msisdn='1029', subscriber_id=29}
22:48:30.213356 tst         register_default_mass.py: using MSISDN 1030
22:48:30.223411 run              osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001030000000009', msisdn='1030', subscriber_id=30}
22:48:30.246511 tst         register_default_mass.py: using MSISDN 1031
22:48:30.256756 run              osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001040000000000', msisdn='1031', subscriber_id=31}
22:48:30.279862 tst         register_default_mass.py: using MSISDN 1032
22:48:30.290155 run              osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001040000000001', msisdn='1032', subscriber_id=32}
22:48:30.313259 tst         register_default_mass.py: using MSISDN 1033
22:48:30.323307 run              osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001040000000002', msisdn='1033', subscriber_id=33}
22:48:30.346093 tst         register_default_mass.py: using MSISDN 1034
22:48:30.355146 run              osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001040000000003', msisdn='1034', subscriber_id=34}
22:48:30.377889 tst         register_default_mass.py: using MSISDN 1035
22:48:30.387770 run              osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001040000000004', msisdn='1035', subscriber_id=35}
22:48:30.410914 tst         register_default_mass.py: using MSISDN 1036
22:48:30.420995 run              osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001040000000005', msisdn='1036', subscriber_id=36}
22:48:30.443870 tst         register_default_mass.py: using MSISDN 1037
22:48:30.453937 run              osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001040000000006', msisdn='1037', subscriber_id=37}
22:48:30.477043 tst         register_default_mass.py: using MSISDN 1038
22:48:30.487281 run              osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001040000000007', msisdn='1038', subscriber_id=38}
22:48:30.510211 tst         register_default_mass.py: using MSISDN 1039
22:48:30.520331 run              osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001040000000008', msisdn='1039', subscriber_id=39}
22:48:30.543597 tst         register_default_mass.py: using MSISDN 1040
22:48:30.552977 run              osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001040000000009', msisdn='1040', subscriber_id=40}
22:48:30.576089 tst         register_default_mass.py: using MSISDN 1041
22:48:30.588300 run              osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001050000000000', msisdn='1041', subscriber_id=41}
22:48:30.611540 tst         register_default_mass.py: using MSISDN 1042
22:48:30.621837 run              osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001050000000001', msisdn='1042', subscriber_id=42}
22:48:30.644709 tst         register_default_mass.py: using MSISDN 1043
22:48:30.654590 run              osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001050000000002', msisdn='1043', subscriber_id=43}
22:48:30.677568 tst         register_default_mass.py: using MSISDN 1044
22:48:30.687551 run              osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001050000000003', msisdn='1044', subscriber_id=44}
22:48:30.710818 tst         register_default_mass.py: using MSISDN 1045
22:48:30.720870 run              osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001050000000004', msisdn='1045', subscriber_id=45}
22:48:30.743686 tst         register_default_mass.py: using MSISDN 1046
22:48:30.753561 run              osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001050000000005', msisdn='1046', subscriber_id=46}
22:48:30.776403 tst         register_default_mass.py: using MSISDN 1047
22:48:30.786259 run              osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001050000000006', msisdn='1047', subscriber_id=47}
22:48:30.809060 tst         register_default_mass.py: using MSISDN 1048
22:48:30.818947 run              osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001050000000007', msisdn='1048', subscriber_id=48}
22:48:30.842017 tst         register_default_mass.py: using MSISDN 1049
22:48:30.852159 run              osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001050000000008', msisdn='1049', subscriber_id=49}
22:48:30.875119 tst         register_default_mass.py: using MSISDN 1050
22:48:30.884962 run              osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001050000000009', msisdn='1050', subscriber_id=50}
22:48:30.907759 tst         register_default_mass.py: using MSISDN 1051
22:48:30.917719 run              osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001060000000000', msisdn='1051', subscriber_id=51}
22:48:30.940915 tst         register_default_mass.py: using MSISDN 1052
22:48:30.950977 run              osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001060000000001', msisdn='1052', subscriber_id=52}
22:48:30.974008 tst         register_default_mass.py: using MSISDN 1053
22:48:30.983991 run              osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001060000000002', msisdn='1053', subscriber_id=53}
22:48:31.006956 tst         register_default_mass.py: using MSISDN 1054
22:48:31.016721 run              osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001060000000003', msisdn='1054', subscriber_id=54}
22:48:31.039940 tst         register_default_mass.py: using MSISDN 1055
22:48:31.050029 run              osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001060000000004', msisdn='1055', subscriber_id=55}
22:48:31.072872 tst         register_default_mass.py: using MSISDN 1056
22:48:31.082687 run              osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001060000000005', msisdn='1056', subscriber_id=56}
22:48:31.105661 tst         register_default_mass.py: using MSISDN 1057
22:48:31.115581 run              osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001060000000006', msisdn='1057', subscriber_id=57}
22:48:31.138018 tst         register_default_mass.py: using MSISDN 1058
22:48:31.147524 run              osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001060000000007', msisdn='1058', subscriber_id=58}
22:48:31.170355 tst         register_default_mass.py: using MSISDN 1059
22:48:31.180197 run              osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001060000000008', msisdn='1059', subscriber_id=59}
22:48:31.202933 tst         register_default_mass.py: using MSISDN 1060
22:48:31.212941 run              osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001060000000009', msisdn='1060', subscriber_id=60}
22:48:31.241834 tst         register_default_mass.py: using MSISDN 1061
22:48:31.254418 run              osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001070000000000', msisdn='1061', subscriber_id=61}
22:48:31.277823 tst         register_default_mass.py: using MSISDN 1062
22:48:31.288237 run              osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001070000000001', msisdn='1062', subscriber_id=62}
22:48:31.311275 tst         register_default_mass.py: using MSISDN 1063
22:48:31.321340 run              osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001070000000002', msisdn='1063', subscriber_id=63}
22:48:31.344039 tst         register_default_mass.py: using MSISDN 1064
22:48:31.353813 run              osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001070000000003', msisdn='1064', subscriber_id=64}
22:48:31.376737 tst         register_default_mass.py: using MSISDN 1065
22:48:31.386685 run              osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001070000000004', msisdn='1065', subscriber_id=65}
22:48:31.409566 tst         register_default_mass.py: using MSISDN 1066
22:48:31.419431 run              osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001070000000005', msisdn='1066', subscriber_id=66}
22:48:31.442283 tst         register_default_mass.py: using MSISDN 1067
22:48:31.452163 run              osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001070000000006', msisdn='1067', subscriber_id=67}
22:48:31.474925 tst         register_default_mass.py: using MSISDN 1068
22:48:31.484846 run              osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001070000000007', msisdn='1068', subscriber_id=68}
22:48:31.508026 tst         register_default_mass.py: using MSISDN 1069
22:48:31.518043 run              osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001070000000008', msisdn='1069', subscriber_id=69}
22:48:31.541206 tst         register_default_mass.py: using MSISDN 1070
22:48:31.551262 run              osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001070000000009', msisdn='1070', subscriber_id=70}
22:48:31.574010 tst         register_default_mass.py: using MSISDN 1071
22:48:31.583697 run              osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001080000000000', msisdn='1071', subscriber_id=71}
22:48:31.606739 tst         register_default_mass.py: using MSISDN 1072
22:48:31.616630 run              osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001080000000001', msisdn='1072', subscriber_id=72}
22:48:31.639565 tst         register_default_mass.py: using MSISDN 1073
22:48:31.649401 run              osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001080000000002', msisdn='1073', subscriber_id=73}
22:48:31.672228 tst         register_default_mass.py: using MSISDN 1074
22:48:31.682068 run              osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001080000000003', msisdn='1074', subscriber_id=74}
22:48:31.704977 tst         register_default_mass.py: using MSISDN 1075
22:48:31.714889 run              osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001080000000004', msisdn='1075', subscriber_id=75}
22:48:31.737959 tst         register_default_mass.py: using MSISDN 1076
22:48:31.747974 run              osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001080000000005', msisdn='1076', subscriber_id=76}
22:48:31.770724 tst         register_default_mass.py: using MSISDN 1077
22:48:31.780599 run              osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001080000000006', msisdn='1077', subscriber_id=77}
22:48:31.803671 tst         register_default_mass.py: using MSISDN 1078
22:48:31.813627 run              osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001080000000007', msisdn='1078', subscriber_id=78}
22:48:31.836457 tst         register_default_mass.py: using MSISDN 1079
22:48:31.846519 run              osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001080000000008', msisdn='1079', subscriber_id=79}
22:48:31.869858 tst         register_default_mass.py: using MSISDN 1080
22:48:31.879908 run              osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001080000000009', msisdn='1080', subscriber_id=80}
22:48:31.902939 tst         register_default_mass.py: using MSISDN 1081
22:48:31.910024 run              osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001090000000000', msisdn='1081', subscriber_id=81}
22:48:31.932720 tst         register_default_mass.py: using MSISDN 1082
22:48:31.939081 run              osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001090000000001', msisdn='1082', subscriber_id=82}
22:48:31.961799 tst         register_default_mass.py: using MSISDN 1083
22:48:31.970658 run              osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001090000000002', msisdn='1083', subscriber_id=83}
22:48:31.993322 tst         register_default_mass.py: using MSISDN 1084
22:48:32.003032 run              osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001090000000003', msisdn='1084', subscriber_id=84}
22:48:32.026277 tst         register_default_mass.py: using MSISDN 1085
22:48:32.036029 run              osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001090000000004', msisdn='1085', subscriber_id=85}
22:48:32.064418 tst         register_default_mass.py: using MSISDN 1086
22:48:32.076840 run              osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001090000000005', msisdn='1086', subscriber_id=86}
22:48:32.099758 tst         register_default_mass.py: using MSISDN 1087
22:48:32.109939 run              osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001090000000006', msisdn='1087', subscriber_id=87}
22:48:32.133226 tst         register_default_mass.py: using MSISDN 1088
22:48:32.143287 run              osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001090000000007', msisdn='1088', subscriber_id=88}
22:48:32.166051 tst         register_default_mass.py: using MSISDN 1089
22:48:32.175975 run              osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001090000000008', msisdn='1089', subscriber_id=89}
22:48:32.198927 tst         register_default_mass.py: using MSISDN 1090
22:48:32.208784 run              osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001090000000009', msisdn='1090', subscriber_id=90}
22:48:32.231704 tst         register_default_mass.py: using MSISDN 1091
22:48:32.241670 run              osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001100000000000', msisdn='1091', subscriber_id=91}
22:48:32.264366 tst         register_default_mass.py: using MSISDN 1092
22:48:32.274056 run              osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001100000000001', msisdn='1092', subscriber_id=92}
22:48:32.297170 tst         register_default_mass.py: using MSISDN 1093
22:48:32.307236 run              osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001100000000002', msisdn='1093', subscriber_id=93}
22:48:32.330369 tst         register_default_mass.py: using MSISDN 1094
22:48:32.340390 run              osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001100000000003', msisdn='1094', subscriber_id=94}
22:48:32.363347 tst         register_default_mass.py: using MSISDN 1095
22:48:32.373262 run              osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001100000000004', msisdn='1095', subscriber_id=95}
22:48:32.396118 tst         register_default_mass.py: using MSISDN 1096
22:48:32.405967 run              osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001100000000005', msisdn='1096', subscriber_id=96}
22:48:32.429070 tst         register_default_mass.py: using MSISDN 1097
22:48:32.439099 run              osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001100000000006', msisdn='1097', subscriber_id=97}
22:48:32.462059 tst         register_default_mass.py: using MSISDN 1098
22:48:32.471368 run              osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001100000000007', msisdn='1098', subscriber_id=98}
22:48:32.494207 tst         register_default_mass.py: using MSISDN 1099
22:48:32.506475 run              osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001100000000008', msisdn='1099', subscriber_id=99}
22:48:32.529690 tst         register_default_mass.py: using MSISDN 1100
22:48:32.540277 run              osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001100000000009', msisdn='1100', subscriber_id=100}
22:48:32.626052 run                             mass: Starting testcase
22:48:32.631433 run                             mass: Pre-launching all virtphy's
22:48:32.636709 run           osmo-ms-virt-phy/00000: Starting virtphy
22:48:32.649606 run   osmo-ms-virt-phy/00000(pid=34): Launched
22:48:32.655629 run           osmo-ms-virt-phy/00001: Starting virtphy
22:48:32.668363 run   osmo-ms-virt-phy/00001(pid=35): Launched
22:48:32.674381 run           osmo-ms-virt-phy/00002: Starting virtphy
22:48:32.687162 run   osmo-ms-virt-phy/00002(pid=36): Launched
22:48:32.693137 run           osmo-ms-virt-phy/00003: Starting virtphy
22:48:32.705967 run   osmo-ms-virt-phy/00003(pid=37): Launched
22:48:32.711969 run           osmo-ms-virt-phy/00004: Starting virtphy
22:48:32.724711 run   osmo-ms-virt-phy/00004(pid=38): Launched
22:48:32.730638 run           osmo-ms-virt-phy/00005: Starting virtphy
22:48:32.743425 run   osmo-ms-virt-phy/00005(pid=39): Launched
22:48:32.749353 run           osmo-ms-virt-phy/00006: Starting virtphy
22:48:32.762130 run   osmo-ms-virt-phy/00006(pid=40): Launched
22:48:32.768000 run           osmo-ms-virt-phy/00007: Starting virtphy
22:48:32.780677 run   osmo-ms-virt-phy/00007(pid=41): Launched
22:48:32.786555 run           osmo-ms-virt-phy/00008: Starting virtphy
22:48:32.799245 run   osmo-ms-virt-phy/00008(pid=42): Launched
22:48:32.805074 run           osmo-ms-virt-phy/00009: Starting virtphy
22:48:32.817733 run   osmo-ms-virt-phy/00009(pid=43): Launched
22:48:32.823577 run           osmo-ms-virt-phy/00010: Starting virtphy
22:48:32.836267 run   osmo-ms-virt-phy/00010(pid=44): Launched
22:48:32.842209 run           osmo-ms-virt-phy/00011: Starting virtphy
22:48:32.854829 run   osmo-ms-virt-phy/00011(pid=45): Launched
22:48:32.860689 run           osmo-ms-virt-phy/00012: Starting virtphy
22:48:32.873403 run   osmo-ms-virt-phy/00012(pid=46): Launched
22:48:32.879340 run           osmo-ms-virt-phy/00013: Starting virtphy
22:48:32.892043 run   osmo-ms-virt-phy/00013(pid=47): Launched
22:48:32.898022 run           osmo-ms-virt-phy/00014: Starting virtphy
22:48:32.910698 run   osmo-ms-virt-phy/00014(pid=48): Launched
22:48:32.916649 run           osmo-ms-virt-phy/00015: Starting virtphy
22:48:32.929379 run   osmo-ms-virt-phy/00015(pid=49): Launched
22:48:32.935266 run           osmo-ms-virt-phy/00016: Starting virtphy
22:48:32.948053 run   osmo-ms-virt-phy/00016(pid=50): Launched
22:48:32.954060 run           osmo-ms-virt-phy/00017: Starting virtphy
22:48:32.966758 run   osmo-ms-virt-phy/00017(pid=51): Launched
22:48:32.972657 run           osmo-ms-virt-phy/00018: Starting virtphy
22:48:32.985350 run   osmo-ms-virt-phy/00018(pid=52): Launched
22:48:32.991332 run           osmo-ms-virt-phy/00019: Starting virtphy
22:48:33.004108 run   osmo-ms-virt-phy/00019(pid=53): Launched
22:48:33.010055 run           osmo-ms-virt-phy/00020: Starting virtphy
22:48:33.022755 run   osmo-ms-virt-phy/00020(pid=54): Launched
22:48:33.028596 run           osmo-ms-virt-phy/00021: Starting virtphy
22:48:33.041357 run   osmo-ms-virt-phy/00021(pid=55): Launched
22:48:33.047180 run           osmo-ms-virt-phy/00022: Starting virtphy
22:48:33.059987 run   osmo-ms-virt-phy/00022(pid=56): Launched
22:48:33.065929 run           osmo-ms-virt-phy/00023: Starting virtphy
22:48:33.078605 run   osmo-ms-virt-phy/00023(pid=57): Launched
22:48:33.084484 run           osmo-ms-virt-phy/00024: Starting virtphy
22:48:33.097151 run   osmo-ms-virt-phy/00024(pid=58): Launched
22:48:33.102961 run           osmo-ms-virt-phy/00025: Starting virtphy
22:48:33.115668 run   osmo-ms-virt-phy/00025(pid=59): Launched
22:48:33.121484 run           osmo-ms-virt-phy/00026: Starting virtphy
22:48:33.134143 run   osmo-ms-virt-phy/00026(pid=60): Launched
22:48:33.139990 run           osmo-ms-virt-phy/00027: Starting virtphy
22:48:33.152711 run   osmo-ms-virt-phy/00027(pid=61): Launched
22:48:33.158586 run           osmo-ms-virt-phy/00028: Starting virtphy
22:48:33.171309 run   osmo-ms-virt-phy/00028(pid=62): Launched
22:48:33.177147 run           osmo-ms-virt-phy/00029: Starting virtphy
22:48:33.189860 run   osmo-ms-virt-phy/00029(pid=63): Launched
22:48:33.195731 run           osmo-ms-virt-phy/00030: Starting virtphy
22:48:33.208477 run   osmo-ms-virt-phy/00030(pid=64): Launched
22:48:33.214280 run           osmo-ms-virt-phy/00031: Starting virtphy
22:48:33.227185 run   osmo-ms-virt-phy/00031(pid=65): Launched
22:48:33.233112 run           osmo-ms-virt-phy/00032: Starting virtphy
22:48:33.245826 run   osmo-ms-virt-phy/00032(pid=66): Launched
22:48:33.251818 run           osmo-ms-virt-phy/00033: Starting virtphy
22:48:33.264514 run   osmo-ms-virt-phy/00033(pid=67): Launched
22:48:33.270430 run           osmo-ms-virt-phy/00034: Starting virtphy
22:48:33.283181 run   osmo-ms-virt-phy/00034(pid=68): Launched
22:48:33.289032 run           osmo-ms-virt-phy/00035: Starting virtphy
22:48:33.301746 run   osmo-ms-virt-phy/00035(pid=69): Launched
22:48:33.307603 run           osmo-ms-virt-phy/00036: Starting virtphy
22:48:33.320311 run   osmo-ms-virt-phy/00036(pid=70): Launched
22:48:33.326118 run           osmo-ms-virt-phy/00037: Starting virtphy
22:48:33.338768 run   osmo-ms-virt-phy/00037(pid=71): Launched
22:48:33.344636 run           osmo-ms-virt-phy/00038: Starting virtphy
22:48:33.357338 run   osmo-ms-virt-phy/00038(pid=72): Launched
22:48:33.363209 run           osmo-ms-virt-phy/00039: Starting virtphy
22:48:33.375881 run   osmo-ms-virt-phy/00039(pid=73): Launched
22:48:33.381715 run           osmo-ms-virt-phy/00040: Starting virtphy
22:48:33.394358 run   osmo-ms-virt-phy/00040(pid=74): Launched
22:48:33.400255 run           osmo-ms-virt-phy/00041: Starting virtphy
22:48:33.412971 run   osmo-ms-virt-phy/00041(pid=75): Launched
22:48:33.418833 run           osmo-ms-virt-phy/00042: Starting virtphy
22:48:33.431585 run   osmo-ms-virt-phy/00042(pid=76): Launched
22:48:33.437411 run           osmo-ms-virt-phy/00043: Starting virtphy
22:48:33.450206 run   osmo-ms-virt-phy/00043(pid=77): Launched
22:48:33.456054 run           osmo-ms-virt-phy/00044: Starting virtphy
22:48:33.468838 run   osmo-ms-virt-phy/00044(pid=78): Launched
22:48:33.474686 run           osmo-ms-virt-phy/00045: Starting virtphy
22:48:33.487410 run   osmo-ms-virt-phy/00045(pid=79): Launched
22:48:33.493295 run           osmo-ms-virt-phy/00046: Starting virtphy
22:48:33.506046 run   osmo-ms-virt-phy/00046(pid=80): Launched
22:48:33.511917 run           osmo-ms-virt-phy/00047: Starting virtphy
22:48:33.524549 run   osmo-ms-virt-phy/00047(pid=81): Launched
22:48:33.530362 run           osmo-ms-virt-phy/00048: Starting virtphy
22:48:33.543055 run   osmo-ms-virt-phy/00048(pid=82): Launched
22:48:33.548843 run           osmo-ms-virt-phy/00049: Starting virtphy
22:48:33.561496 run   osmo-ms-virt-phy/00049(pid=83): Launched
22:48:33.567322 run           osmo-ms-virt-phy/00050: Starting virtphy
22:48:33.580018 run   osmo-ms-virt-phy/00050(pid=84): Launched
22:48:33.585839 run           osmo-ms-virt-phy/00051: Starting virtphy
22:48:33.598495 run   osmo-ms-virt-phy/00051(pid=85): Launched
22:48:33.604319 run           osmo-ms-virt-phy/00052: Starting virtphy
22:48:33.616902 run   osmo-ms-virt-phy/00052(pid=86): Launched
22:48:33.622757 run           osmo-ms-virt-phy/00053: Starting virtphy
22:48:33.635430 run   osmo-ms-virt-phy/00053(pid=87): Launched
22:48:33.641300 run           osmo-ms-virt-phy/00054: Starting virtphy
22:48:33.653934 run   osmo-ms-virt-phy/00054(pid=88): Launched
22:48:33.659819 run           osmo-ms-virt-phy/00055: Starting virtphy
22:48:33.672483 run   osmo-ms-virt-phy/00055(pid=89): Launched
22:48:33.678419 run           osmo-ms-virt-phy/00056: Starting virtphy
22:48:33.691133 run   osmo-ms-virt-phy/00056(pid=90): Launched
22:48:33.697034 run           osmo-ms-virt-phy/00057: Starting virtphy
22:48:33.709706 run   osmo-ms-virt-phy/00057(pid=91): Launched
22:48:33.715534 run           osmo-ms-virt-phy/00058: Starting virtphy
22:48:33.728286 run   osmo-ms-virt-phy/00058(pid=92): Launched
22:48:33.734133 run           osmo-ms-virt-phy/00059: Starting virtphy
22:48:33.746997 run   osmo-ms-virt-phy/00059(pid=93): Launched
22:48:33.752848 run           osmo-ms-virt-phy/00060: Starting virtphy
22:48:33.765489 run   osmo-ms-virt-phy/00060(pid=94): Launched
22:48:33.771302 run           osmo-ms-virt-phy/00061: Starting virtphy
22:48:33.783952 run   osmo-ms-virt-phy/00061(pid=95): Launched
22:48:33.789781 run           osmo-ms-virt-phy/00062: Starting virtphy
22:48:33.802520 run   osmo-ms-virt-phy/00062(pid=96): Launched
22:48:33.808320 run           osmo-ms-virt-phy/00063: Starting virtphy
22:48:33.820967 run   osmo-ms-virt-phy/00063(pid=97): Launched
22:48:33.826772 run           osmo-ms-virt-phy/00064: Starting virtphy
22:48:33.839431 run   osmo-ms-virt-phy/00064(pid=98): Launched
22:48:33.845204 run           osmo-ms-virt-phy/00065: Starting virtphy
22:48:33.857857 run   osmo-ms-virt-phy/00065(pid=99): Launched
22:48:33.863701 run           osmo-ms-virt-phy/00066: Starting virtphy
22:48:33.876330 run  osmo-ms-virt-phy/00066(pid=100): Launched
22:48:33.882199 run           osmo-ms-virt-phy/00067: Starting virtphy
22:48:33.894838 run  osmo-ms-virt-phy/00067(pid=101): Launched
22:48:33.900686 run           osmo-ms-virt-phy/00068: Starting virtphy
22:48:33.913533 run  osmo-ms-virt-phy/00068(pid=102): Launched
22:48:33.919389 run           osmo-ms-virt-phy/00069: Starting virtphy
22:48:33.932176 run  osmo-ms-virt-phy/00069(pid=103): Launched
22:48:33.938024 run           osmo-ms-virt-phy/00070: Starting virtphy
22:48:33.950759 run  osmo-ms-virt-phy/00070(pid=104): Launched
22:48:33.956683 run           osmo-ms-virt-phy/00071: Starting virtphy
22:48:33.969380 run  osmo-ms-virt-phy/00071(pid=105): Launched
22:48:33.975288 run           osmo-ms-virt-phy/00072: Starting virtphy
22:48:33.988185 run  osmo-ms-virt-phy/00072(pid=106): Launched
22:48:33.994090 run           osmo-ms-virt-phy/00073: Starting virtphy
22:48:34.007043 run  osmo-ms-virt-phy/00073(pid=107): Launched
22:48:34.012961 run           osmo-ms-virt-phy/00074: Starting virtphy
22:48:34.025886 run  osmo-ms-virt-phy/00074(pid=108): Launched
22:48:34.031839 run           osmo-ms-virt-phy/00075: Starting virtphy
22:48:34.044759 run  osmo-ms-virt-phy/00075(pid=109): Launched
22:48:34.050701 run           osmo-ms-virt-phy/00076: Starting virtphy
22:48:34.063630 run  osmo-ms-virt-phy/00076(pid=110): Launched
22:48:34.069547 run           osmo-ms-virt-phy/00077: Starting virtphy
22:48:34.082501 run  osmo-ms-virt-phy/00077(pid=111): Launched
22:48:34.088415 run           osmo-ms-virt-phy/00078: Starting virtphy
22:48:34.101301 run  osmo-ms-virt-phy/00078(pid=112): Launched
22:48:34.107255 run           osmo-ms-virt-phy/00079: Starting virtphy
22:48:34.120135 run  osmo-ms-virt-phy/00079(pid=113): Launched
22:48:34.126084 run           osmo-ms-virt-phy/00080: Starting virtphy
22:48:34.139168 run  osmo-ms-virt-phy/00080(pid=114): Launched
22:48:34.145237 run           osmo-ms-virt-phy/00081: Starting virtphy
22:48:34.157968 run  osmo-ms-virt-phy/00081(pid=115): Launched
22:48:34.163991 run           osmo-ms-virt-phy/00082: Starting virtphy
22:48:34.177019 run  osmo-ms-virt-phy/00082(pid=116): Launched
22:48:34.182963 run           osmo-ms-virt-phy/00083: Starting virtphy
22:48:34.196016 run  osmo-ms-virt-phy/00083(pid=117): Launched
22:48:34.201988 run           osmo-ms-virt-phy/00084: Starting virtphy
22:48:34.214854 run  osmo-ms-virt-phy/00084(pid=118): Launched
22:48:34.220701 run           osmo-ms-virt-phy/00085: Starting virtphy
22:48:34.233622 run  osmo-ms-virt-phy/00085(pid=119): Launched
22:48:34.239545 run           osmo-ms-virt-phy/00086: Starting virtphy
22:48:34.252450 run  osmo-ms-virt-phy/00086(pid=120): Launched
22:48:34.258357 run           osmo-ms-virt-phy/00087: Starting virtphy
22:48:34.271287 run  osmo-ms-virt-phy/00087(pid=121): Launched
22:48:34.277215 run           osmo-ms-virt-phy/00088: Starting virtphy
22:48:34.290163 run  osmo-ms-virt-phy/00088(pid=122): Launched
22:48:34.296115 run           osmo-ms-virt-phy/00089: Starting virtphy
22:48:34.309084 run  osmo-ms-virt-phy/00089(pid=123): Launched
22:48:34.314913 run           osmo-ms-virt-phy/00090: Starting virtphy
22:48:34.327706 run  osmo-ms-virt-phy/00090(pid=124): Launched
22:48:34.333565 run           osmo-ms-virt-phy/00091: Starting virtphy
22:48:34.346248 run  osmo-ms-virt-phy/00091(pid=125): Launched
22:48:34.352070 run           osmo-ms-virt-phy/00092: Starting virtphy
22:48:34.364793 run  osmo-ms-virt-phy/00092(pid=126): Launched
22:48:34.370693 run           osmo-ms-virt-phy/00093: Starting virtphy
22:48:34.383582 run  osmo-ms-virt-phy/00093(pid=127): Launched
22:48:34.389459 run           osmo-ms-virt-phy/00094: Starting virtphy
22:48:34.402499 run  osmo-ms-virt-phy/00094(pid=128): Launched
22:48:34.408443 run           osmo-ms-virt-phy/00095: Starting virtphy
22:48:34.421377 run  osmo-ms-virt-phy/00095(pid=129): Launched
22:48:34.427408 run           osmo-ms-virt-phy/00096: Starting virtphy
22:48:34.440340 run  osmo-ms-virt-phy/00096(pid=130): Launched
22:48:34.446398 run           osmo-ms-virt-phy/00097: Starting virtphy
22:48:34.459373 run  osmo-ms-virt-phy/00097(pid=131): Launched
22:48:34.465375 run           osmo-ms-virt-phy/00098: Starting virtphy
22:48:34.478352 run  osmo-ms-virt-phy/00098(pid=132): Launched
22:48:34.484359 run           osmo-ms-virt-phy/00099: Starting virtphy
22:48:34.497297 run  osmo-ms-virt-phy/00099(pid=133): Launched
22:48:34.503202 run                             mass: Checking if sockets are in the filesystem
22:48:34.534911 run                osmo-ms-mob/00000: Starting mobile
22:48:34.547786 run       osmo-ms-mob/00000(pid=134): Launched
22:48:34.562185 run                             mass: MS start registered  {at=821396.611296095, delay=0.00849085790105164, ms=00000}
22:48:38.719107 run                osmo-ms-mob/00001: Starting mobile
22:48:38.731950 run       osmo-ms-mob/00001(pid=135): Launched
22:48:38.749346 run                             mass: MS start registered  {at=821400.798445168, delay=0.01140394399408251, ms=00001}
22:48:39.650965 run                             mass: MS performed LU  {at=821401.699917035, lu_delay=5.088620939990506, ms=00000}
22:48:40.551153 run                osmo-ms-mob/00002: Starting mobile
22:48:40.564334 run       osmo-ms-mob/00002(pid=136): Launched
22:48:40.579110 run                             mass: MS start registered  {at=821402.628210379, delay=0.008771195076406002, ms=00002}
22:48:41.842807 run                osmo-ms-mob/00003: Starting mobile
22:48:41.858993 run       osmo-ms-mob/00003(pid=137): Launched
22:48:41.876236 run                             mass: MS start registered  {at=821403.925330326, delay=0.01132807694375515, ms=00003}
22:48:42.952250 run                osmo-ms-mob/00004: Starting mobile
22:48:42.969110 run       osmo-ms-mob/00004(pid=138): Launched
22:48:42.980409 run                             mass: MS start registered  {at=821405.029523545, delay=0.005388957913964987, ms=00004}
22:48:43.918990 run                osmo-ms-mob/00005: Starting mobile
22:48:43.931813 run       osmo-ms-mob/00005(pid=139): Launched
22:48:43.943750 run                             mass: MS start registered  {at=821405.992866939, delay=0.006066931062377989, ms=00005}
22:48:44.850720 run                osmo-ms-mob/00006: Starting mobile
22:48:44.867343 run       osmo-ms-mob/00006(pid=140): Launched
22:48:44.873266 run                             mass: MS performed LU  {at=821406.922386014, lu_delay=6.123940846067853, ms=00001}
22:48:44.881132 run                             mass: MS start registered  {at=821406.930253964, delay=0.007888462045229971, ms=00006}
22:48:45.732396 run                osmo-ms-mob/00007: Starting mobile
22:48:45.751302 run       osmo-ms-mob/00007(pid=141): Launched
22:48:45.765344 run                             mass: MS start registered  {at=821407.814455655, delay=0.007463352056220174, ms=00007}
22:48:46.523759 run                osmo-ms-mob/00008: Starting mobile
22:48:46.536611 run       osmo-ms-mob/00008(pid=142): Launched
22:48:46.548316 run                             mass: MS start registered  {at=821408.597432153, delay=0.005816680961288512, ms=00008}
22:48:46.730695 run                             mass: MS performed LU  {at=821408.779684518, lu_delay=6.151474138954654, ms=00002}
22:48:46.759244 run                             mass: MS performed LU  {at=821408.808239511, lu_delay=4.882909185020253, ms=00003}
22:48:47.249997 run                osmo-ms-mob/00009: Starting mobile
22:48:47.266611 run       osmo-ms-mob/00009(pid=143): Launched
22:48:47.280751 run                             mass: MS start registered  {at=821409.32986007, delay=0.008342238026671112, ms=00009}
22:48:47.941653 run                osmo-ms-mob/00010: Starting mobile
22:48:47.957877 run       osmo-ms-mob/00010(pid=144): Launched
22:48:47.973752 run                             mass: MS start registered  {at=821410.022861636, delay=0.00986383599229157, ms=00010}
22:48:48.545641 run                osmo-ms-mob/00011: Starting mobile
22:48:48.576173 run       osmo-ms-mob/00011(pid=145): Launched
22:48:48.589472 run                             mass: MS start registered  {at=821410.638585339, delay=0.007348650950007141, ms=00011}
22:48:48.595655 run                             mass: MS performed LU  {at=821410.644779716, lu_delay=5.61525617109146, ms=00004}
22:48:49.120783 run                osmo-ms-mob/00012: Starting mobile
22:48:49.133801 run       osmo-ms-mob/00012(pid=146): Launched
22:48:49.139769 run                             mass: MS performed LU  {at=821411.188890929, lu_delay=5.196023989934474, ms=00005}
22:48:49.146481 run                             mass: MS start registered  {at=821411.195603788, delay=0.00673221901524812, ms=00012}
22:48:49.731070 run                osmo-ms-mob/00013: Starting mobile
22:48:49.744739 run       osmo-ms-mob/00013(pid=147): Launched
22:48:49.757744 run                             mass: MS start registered  {at=821411.806860015, delay=0.00709140207618475, ms=00013}
22:48:50.350324 run                osmo-ms-mob/00014: Starting mobile
22:48:50.367173 run       osmo-ms-mob/00014(pid=148): Launched
22:48:50.384966 run                             mass: MS start registered  {at=821412.434060707, delay=0.01182570995297283, ms=00014}
22:48:50.496613 run                             mass: MS performed LU  {at=821412.545620192, lu_delay=4.731164536904544, ms=00007}
22:48:50.524163 run                             mass: MS performed LU  {at=821412.573198427, lu_delay=5.642944462946616, ms=00006}
22:48:50.949923 run                osmo-ms-mob/00015: Starting mobile
22:48:50.966855 run       osmo-ms-mob/00015(pid=149): Launched
22:48:50.979146 run                             mass: MS start registered  {at=821413.028260027, delay=0.0064093118999153376, ms=00015}
22:48:51.418959 run                osmo-ms-mob/00016: Starting mobile
22:48:51.432127 run       osmo-ms-mob/00016(pid=150): Launched
22:48:51.444052 run                             mass: MS start registered  {at=821413.493170581, delay=0.005729538970626891, ms=00016}
22:48:51.926342 run                osmo-ms-mob/00017: Starting mobile
22:48:51.941772 run       osmo-ms-mob/00017(pid=151): Launched
22:48:51.957768 run                             mass: MS start registered  {at=821414.006878076, delay=0.009938957984559238, ms=00017}
22:48:52.361121 run                             mass: MS performed LU  {at=821414.410111707, lu_delay=5.080251637031324, ms=00009}
22:48:52.425819 run                             mass: MS performed LU  {at=821414.474814036, lu_delay=5.87738188309595, ms=00008}
22:48:52.471458 run                osmo-ms-mob/00018: Starting mobile
22:48:52.485383 run       osmo-ms-mob/00018(pid=152): Launched
22:48:52.496832 run                             mass: MS start registered  {at=821414.545947775, delay=0.00552510202396661, ms=00018}
22:48:52.730081 run                             mass: MS performed LU  {at=821414.779076455, lu_delay=4.75621481903363, ms=00010}
22:48:52.951787 run                osmo-ms-mob/00019: Starting mobile
22:48:52.968470 run       osmo-ms-mob/00019(pid=153): Launched
22:48:52.983597 run                             mass: MS start registered  {at=821415.032699893, delay=0.00898729101754725, ms=00019}
22:48:53.419337 run                osmo-ms-mob/00020: Starting mobile
22:48:53.432196 run       osmo-ms-mob/00020(pid=154): Launched
22:48:53.448047 run                             mass: MS start registered  {at=821415.497150395, delay=0.009879824006929994, ms=00020}
22:48:53.949558 run                osmo-ms-mob/00021: Starting mobile
22:48:53.966103 run       osmo-ms-mob/00021(pid=155): Launched
22:48:53.982205 run                             mass: MS start registered  {at=821416.031314731, delay=0.010205063968896866, ms=00021}
22:48:54.161083 run                             mass: MS performed LU  {at=821416.210078036, lu_delay=5.014474247931503, ms=00012}
22:48:54.262011 run                             mass: MS performed LU  {at=821416.311049438, lu_delay=5.672464099014178, ms=00011}
22:48:54.289561 run                osmo-ms-mob/00022: Starting mobile
22:48:54.302455 run       osmo-ms-mob/00022(pid=156): Launched
22:48:54.308420 run                             mass: MS performed LU  {at=821416.357546339, lu_delay=4.55068632401526, ms=00013}
22:48:54.314260 run                             mass: MS start registered  {at=821416.363391595, delay=0.005860553937964141, ms=00022}
22:48:54.819731 run                osmo-ms-mob/00023: Starting mobile
22:48:54.832625 run       osmo-ms-mob/00023(pid=157): Launched
22:48:54.844190 run                             mass: MS start registered  {at=821416.893309677, delay=0.005661175004206598, ms=00023}
22:48:55.220865 run                osmo-ms-mob/00024: Starting mobile
22:48:55.234007 run       osmo-ms-mob/00024(pid=158): Launched
22:48:55.245271 run                             mass: MS start registered  {at=821417.294389345, delay=0.005235327989794314, ms=00024}
22:48:55.741400 run                osmo-ms-mob/00025: Starting mobile
22:48:55.757435 run       osmo-ms-mob/00025(pid=159): Launched
22:48:55.771863 run                             mass: MS start registered  {at=821417.820974227, delay=0.008422160986810923, ms=00025}
22:48:56.150587 run                osmo-ms-mob/00026: Starting mobile
22:48:56.167403 run       osmo-ms-mob/00026(pid=160): Launched
22:48:56.173349 run                             mass: MS performed LU  {at=821418.222472771, lu_delay=5.194212744012475, ms=00015}
22:48:56.184111 run                             mass: MS start registered  {at=821418.233232807, delay=0.010780847049318254, ms=00026}
22:48:56.190413 run                             mass: MS performed LU  {at=821418.239533766, lu_delay=5.805473059066571, ms=00014}
22:48:56.260679 run                             mass: MS performed LU  {at=821418.309697625, lu_delay=4.816527044051327, ms=00016}
22:48:56.289130 run                osmo-ms-mob/00027: Starting mobile
22:48:56.302047 run       osmo-ms-mob/00027(pid=161): Launched
22:48:56.313084 run                             mass: MS start registered  {at=821418.362204366, delay=0.004988097003661096, ms=00027}
22:48:56.932255 run                osmo-ms-mob/00028: Starting mobile
22:48:56.946105 run       osmo-ms-mob/00028(pid=162): Launched
22:48:56.958685 run                             mass: MS start registered  {at=821419.007804065, delay=0.006454279995523393, ms=00028}
22:48:57.318839 run                osmo-ms-mob/00029: Starting mobile
22:48:57.331852 run       osmo-ms-mob/00029(pid=163): Launched
22:48:57.348564 run                             mass: MS start registered  {at=821419.39766866, delay=0.010782106081023812, ms=00029}
22:48:57.749347 run                osmo-ms-mob/00030: Starting mobile
22:48:57.764558 run       osmo-ms-mob/00030(pid=164): Launched
22:48:57.779334 run                             mass: MS start registered  {at=821419.828445399, delay=0.008857914945110679, ms=00030}
22:48:57.926686 run                             mass: MS performed LU  {at=821419.975680102, lu_delay=4.942980209016241, ms=00019}
22:48:58.028068 run                             mass: MS performed LU  {at=821420.077063854, lu_delay=4.5799134590197355, ms=00020}
22:48:58.061768 run                osmo-ms-mob/00031: Starting mobile
22:48:58.076689 run       osmo-ms-mob/00031(pid=165): Launched
22:48:58.082609 run                             mass: MS performed LU  {at=821420.131733059, lu_delay=6.124854982946999, ms=00017}
22:48:58.092782 run                             mass: MS start registered  {at=821420.141904325, delay=0.010189977940171957, ms=00031}
22:48:58.180285 run                             mass: MS performed LU  {at=821420.229303878, lu_delay=5.6833561030216515, ms=00018}
22:48:58.209134 run                osmo-ms-mob/00032: Starting mobile
22:48:58.222157 run       osmo-ms-mob/00032(pid=166): Launched
22:48:58.234668 run                             mass: MS start registered  {at=821420.283786781, delay=0.006605301983654499, ms=00032}
22:48:58.850624 run                osmo-ms-mob/00033: Starting mobile
22:48:58.868245 run       osmo-ms-mob/00033(pid=167): Launched
22:48:58.882133 run                             mass: MS start registered  {at=821420.931238812, delay=0.007912235101684928, ms=00033}
22:48:59.218700 run                osmo-ms-mob/00034: Starting mobile
22:48:59.231642 run       osmo-ms-mob/00034(pid=168): Launched
22:48:59.243103 run                             mass: MS start registered  {at=821421.292219169, delay=0.005463892011903226, ms=00034}
22:48:59.518405 run                osmo-ms-mob/00035: Starting mobile
22:48:59.531431 run       osmo-ms-mob/00035(pid=169): Launched
22:48:59.548921 run                             mass: MS start registered  {at=821421.598023167, delay=0.011533139972016215, ms=00035}
22:48:59.892360 run                             mass: MS performed LU  {at=821421.941351192, lu_delay=5.9100364609621465, ms=00021}
22:48:59.939292 run                osmo-ms-mob/00036: Starting mobile
22:48:59.953176 run       osmo-ms-mob/00036(pid=170): Launched
22:48:59.959283 run                             mass: MS performed LU  {at=821422.008406775, lu_delay=4.714017429971136, ms=00024}
22:48:59.965032 run                             mass: MS start registered  {at=821422.014164579, delay=0.005776282981969416, ms=00036}
22:49:00.026277 run                             mass: MS performed LU  {at=821422.075298365, lu_delay=5.18198868795298, ms=00023}
22:49:00.083040 run                             mass: MS performed LU  {at=821422.131882182, lu_delay=5.768490587011911, ms=00022}
22:49:00.110570 run                osmo-ms-mob/00037: Starting mobile
22:49:00.123540 run       osmo-ms-mob/00037(pid=171): Launched
22:49:00.140343 run                             mass: MS start registered  {at=821422.189452361, delay=0.010606884956359863, ms=00037}
22:49:00.629993 run                osmo-ms-mob/00038: Starting mobile
22:49:00.645520 run       osmo-ms-mob/00038(pid=172): Launched
22:49:00.658667 run                             mass: MS start registered  {at=821422.707778694, delay=0.007097771973349154, ms=00038}
22:49:00.919648 run                osmo-ms-mob/00039: Starting mobile
22:49:00.932460 run       osmo-ms-mob/00039(pid=173): Launched
22:49:00.947294 run                             mass: MS start registered  {at=821422.996403039, delay=0.008891104022040963, ms=00039}
22:49:01.348060 run                osmo-ms-mob/00040: Starting mobile
22:49:01.363135 run       osmo-ms-mob/00040(pid=174): Launched
22:49:01.380377 run                             mass: MS start registered  {at=821423.429476863, delay=0.011333058006130159, ms=00040}
22:49:01.619064 run                osmo-ms-mob/00041: Starting mobile
22:49:01.631864 run       osmo-ms-mob/00041(pid=175): Launched
22:49:01.643809 run                             mass: MS start registered  {at=821423.692927579, delay=0.006068352027796209, ms=00041}
22:49:01.692750 run                             mass: MS performed LU  {at=821423.741779745, lu_delay=4.344111084938049, ms=00029}
22:49:01.711572 run                             mass: MS performed LU  {at=821423.760699933, lu_delay=5.52746712602675, ms=00026}
22:49:01.722467 run                osmo-ms-mob/00042: Starting mobile
22:49:01.735573 run       osmo-ms-mob/00042(pid=176): Launched
22:49:01.747992 run                             mass: MS start registered  {at=821423.797097844, delay=0.006379833910614252, ms=00042}
22:49:01.822192 run                             mass: MS performed LU  {at=821423.871206689, lu_delay=6.050232462002896, ms=00025}
22:49:01.984389 run                             mass: MS performed LU  {at=821424.033385438, lu_delay=5.025581373018213, ms=00028}
22:49:02.320180 run                osmo-ms-mob/00043: Starting mobile
22:49:02.333001 run       osmo-ms-mob/00043(pid=177): Launched
22:49:02.344552 run                             mass: MS start registered  {at=821424.393667537, delay=0.005690391059033573, ms=00043}
22:49:02.637346 run                osmo-ms-mob/00044: Starting mobile
22:49:02.653895 run       osmo-ms-mob/00044(pid=178): Launched
22:49:02.665124 run                             mass: MS start registered  {at=821424.714241545, delay=0.00527147192042321, ms=00044}
22:49:02.717133 run                             mass: MS performed LU  {at=821424.766137325, lu_delay=6.403932958957739, ms=00027}
22:49:02.933147 run                osmo-ms-mob/00045: Starting mobile
22:49:02.958090 run       osmo-ms-mob/00045(pid=179): Launched
22:49:02.973659 run                             mass: MS start registered  {at=821425.022766973, delay=0.005738717038184404, ms=00045}
22:49:03.231130 run                osmo-ms-mob/00046: Starting mobile
22:49:03.244674 run       osmo-ms-mob/00046(pid=180): Launched
22:49:03.257670 run                             mass: MS start registered  {at=821425.306780639, delay=0.006829979014582932, ms=00046}
22:49:03.531551 run                osmo-ms-mob/00047: Starting mobile
22:49:03.545435 run       osmo-ms-mob/00047(pid=181): Launched
22:49:03.555433 run                             mass: MS performed LU  {at=821425.604543904, lu_delay=4.6733050919137895, ms=00033}
22:49:03.561298 run                             mass: MS start registered  {at=821425.610430487, delay=0.009783882996998727, ms=00047}
22:49:03.613650 run                             mass: MS performed LU  {at=821425.662667957, lu_delay=5.8342225580709055, ms=00030}
22:49:03.653180 run                osmo-ms-mob/00048: Starting mobile
22:49:03.667612 run       osmo-ms-mob/00048(pid=182): Launched
22:49:03.679647 run                             mass: MS start registered  {at=821425.728760007, delay=0.0061757409712299705, ms=00048}
22:49:03.723655 run                             mass: MS performed LU  {at=821425.772696463, lu_delay=5.63079213805031, ms=00031}
22:49:04.157078 run                osmo-ms-mob/00049: Starting mobile
22:49:04.172407 run       osmo-ms-mob/00049(pid=183): Launched
22:49:04.178443 run                             mass: MS performed LU  {at=821426.227566426, lu_delay=4.935347257065587, ms=00034}
22:49:04.184361 run                             mass: MS start registered  {at=821426.233484998, delay=0.0059353390242904425, ms=00049}
22:49:04.431586 run                osmo-ms-mob/00050: Starting mobile
22:49:04.445001 run       osmo-ms-mob/00050(pid=184): Launched
22:49:04.461163 run                             mass: MS start registered  {at=821426.51026697, delay=0.010251341038383543, ms=00050}
22:49:04.831083 run                osmo-ms-mob/00051: Starting mobile
22:49:04.844818 run       osmo-ms-mob/00051(pid=185): Launched
22:49:04.857839 run                             mass: MS start registered  {at=821426.90695306, delay=0.007199203944765031, ms=00051}
22:49:05.120144 run                osmo-ms-mob/00052: Starting mobile
22:49:05.132948 run       osmo-ms-mob/00052(pid=186): Launched
22:49:05.146064 run                             mass: MS start registered  {at=821427.195177582, delay=0.007249778020195663, ms=00052}
22:49:05.441679 run                osmo-ms-mob/00053: Starting mobile
22:49:05.458663 run       osmo-ms-mob/00053(pid=187): Launched
22:49:05.464502 run                             mass: MS performed LU  {at=821427.513626218, lu_delay=5.9156030509620905, ms=00035}
22:49:05.470437 run                             mass: MS start registered  {at=821427.519568435, delay=0.005959619069471955, ms=00053}
22:49:05.476199 run                             mass: MS performed LU  {at=821427.525327318, lu_delay=5.335874957032502, ms=00037}
22:49:05.486751 run                osmo-ms-mob/00054: Starting mobile
22:49:05.499913 run       osmo-ms-mob/00054(pid=188): Launched
22:49:05.515673 run                             mass: MS start registered  {at=821427.564776452, delay=0.009832349023781717, ms=00054}
22:49:05.587139 run                             mass: MS performed LU  {at=821427.636162298, lu_delay=5.621997719048522, ms=00036}
22:49:05.804455 run                             mass: MS performed LU  {at=821427.853446991, lu_delay=5.14566829695832, ms=00038}
22:49:05.838791 run                osmo-ms-mob/00055: Starting mobile
22:49:05.853185 run       osmo-ms-mob/00055(pid=189): Launched
22:49:05.866023 run                             mass: MS start registered  {at=821427.915136704, delay=0.006893189041875303, ms=00055}
22:49:06.343135 run                osmo-ms-mob/00056: Starting mobile
22:49:06.359941 run       osmo-ms-mob/00056(pid=190): Launched
22:49:06.376563 run                             mass: MS start registered  {at=821428.425671982, delay=0.010529285995289683, ms=00056}
22:49:06.631914 run                osmo-ms-mob/00057: Starting mobile
22:49:06.645600 run       osmo-ms-mob/00057(pid=191): Launched
22:49:06.657339 run                             mass: MS start registered  {at=821428.706454852, delay=0.005533335031941533, ms=00057}
22:49:06.829548 run                             mass: MS performed LU  {at=821428.878571616, lu_delay=3.855804643011652, ms=00045}
22:49:07.031688 run                osmo-ms-mob/00058: Starting mobile
22:49:07.045534 run       osmo-ms-mob/00058(pid=192): Launched
22:49:07.058338 run                             mass: MS start registered  {at=821429.107447088, delay=0.00620007305406034, ms=00058}
22:49:07.318944 run                osmo-ms-mob/00059: Starting mobile
22:49:07.333317 run       osmo-ms-mob/00059(pid=193): Launched
22:49:07.346704 run                             mass: MS start registered  {at=821429.395820049, delay=0.005066081997938454, ms=00059}
22:49:07.424350 run                             mass: MS performed LU  {at=821429.473279141, lu_delay=6.04380227799993, ms=00040}
22:49:07.489868 run                             mass: MS performed LU  {at=821429.538892284, lu_delay=5.145224747015163, ms=00043}
22:49:07.516207 run                osmo-ms-mob/00060: Starting mobile
22:49:07.529221 run       osmo-ms-mob/00060(pid=194): Launched
22:49:07.546576 run                             mass: MS start registered  {at=821429.595673936, delay=0.011358450981788337, ms=00060}
22:49:07.557689 run                             mass: MS performed LU  {at=821429.606809626, lu_delay=5.809711782028899, ms=00042}
22:49:07.614215 run                             mass: MS performed LU  {at=821429.663227411, lu_delay=4.948985866038129, ms=00044}
22:49:07.669714 run                             mass: MS performed LU  {at=821429.718733052, lu_delay=6.025805472978391, ms=00041}
22:49:07.699005 run                osmo-ms-mob/00061: Starting mobile
22:49:07.712066 run       osmo-ms-mob/00061(pid=195): Launched
22:49:07.726865 run                             mass: MS start registered  {at=821429.775969083, delay=0.008784258970990777, ms=00061}
22:49:08.341617 run                osmo-ms-mob/00062: Starting mobile
22:49:08.358420 run       osmo-ms-mob/00062(pid=196): Launched
22:49:08.372700 run                             mass: MS start registered  {at=821430.42181036, delay=0.007622986100614071, ms=00062}
22:49:08.509741 run                             mass: MS performed LU  {at=821430.558737745, lu_delay=3.6517846850911155, ms=00051}
22:49:08.536056 run                osmo-ms-mob/00063: Starting mobile
22:49:08.549476 run       osmo-ms-mob/00063(pid=197): Launched
22:49:08.565864 run                             mass: MS start registered  {at=821430.614968028, delay=0.009931931039318442, ms=00063}
22:49:09.060089 run                osmo-ms-mob/00064: Starting mobile
22:49:09.077335 run       osmo-ms-mob/00064(pid=198): Launched
22:49:09.089191 run                             mass: MS start registered  {at=821431.138299578, delay=0.005927994032390416, ms=00064}
22:49:09.224468 run                             mass: MS performed LU  {at=821431.273472889, lu_delay=5.966692249989137, ms=00046}
22:49:09.326362 run                             mass: MS performed LU  {at=821431.375354223, lu_delay=4.86508725292515, ms=00050}
22:49:09.355713 run                osmo-ms-mob/00065: Starting mobile
22:49:09.368749 run       osmo-ms-mob/00065(pid=199): Launched
22:49:09.374659 run                             mass: MS performed LU  {at=821431.423784933, lu_delay=5.190299935056828, ms=00049}
22:49:09.380412 run                             mass: MS start registered  {at=821431.429544571, delay=0.005777596961706877, ms=00065}
22:49:09.570715 run                             mass: MS performed LU  {at=821431.619736694, lu_delay=6.009306207066402, ms=00047}
22:49:09.584902 run                osmo-ms-mob/00066: Starting mobile
22:49:09.606420 run       osmo-ms-mob/00066(pid=200): Launched
22:49:09.617587 run                             mass: MS start registered  {at=821431.666702021, delay=0.004858453990891576, ms=00066}
22:49:10.133440 run                osmo-ms-mob/00067: Starting mobile
22:49:10.146654 run       osmo-ms-mob/00067(pid=201): Launched
22:49:10.160153 run                             mass: MS start registered  {at=821432.209252647, delay=0.005901279044337571, ms=00067}
22:49:10.431607 run                osmo-ms-mob/00068: Starting mobile
22:49:10.445756 run       osmo-ms-mob/00068(pid=202): Launched
22:49:10.458818 run                             mass: MS start registered  {at=821432.507916158, delay=0.007135402993299067, ms=00068}
22:49:10.850051 run                osmo-ms-mob/00069: Starting mobile
22:49:10.868715 run       osmo-ms-mob/00069(pid=203): Launched
22:49:10.882120 run                             mass: MS start registered  {at=821432.931228489, delay=0.007448362070135772, ms=00069}
22:49:11.190074 run                             mass: MS performed LU  {at=821433.239023229, lu_delay=5.674246776965447, ms=00054}
22:49:11.245097 run                osmo-ms-mob/00070: Starting mobile
22:49:11.260310 run       osmo-ms-mob/00070(pid=204): Launched
22:49:11.266387 run                             mass: MS performed LU  {at=821433.315510451, lu_delay=5.795942015945911, ms=00053}
22:49:11.277693 run                             mass: MS start registered  {at=821433.3268053, delay=0.011314483010210097, ms=00070}
22:49:11.324436 run                             mass: MS performed LU  {at=821433.37344597, lu_delay=6.178268388030119, ms=00052}
22:49:11.380358 run                             mass: MS performed LU  {at=821433.429391824, lu_delay=5.5142551199533045, ms=00055}
22:49:11.409641 run                osmo-ms-mob/00071: Starting mobile
22:49:11.422711 run       osmo-ms-mob/00071(pid=205): Launched
22:49:11.430396 run                             mass: MS performed LU  {at=821433.479518602, lu_delay=5.053846620023251, ms=00056}
22:49:11.436437 run                             mass: MS performed LU  {at=821433.485568405, lu_delay=4.779113552998751, ms=00057}
22:49:11.442192 run                             mass: MS start registered  {at=821433.491324248, delay=0.011823666980490088, ms=00071}
22:49:12.038557 run                osmo-ms-mob/00072: Starting mobile
22:49:12.057369 run       osmo-ms-mob/00072(pid=206): Launched
22:49:12.071535 run                             mass: MS start registered  {at=821434.12064293, delay=0.007963073090650141, ms=00072}
22:49:12.288153 run                             mass: MS performed LU  {at=821434.337146314, lu_delay=3.7221782859414816, ms=00063}
22:49:12.439792 run                osmo-ms-mob/00073: Starting mobile
22:49:12.459573 run       osmo-ms-mob/00073(pid=207): Launched
22:49:12.475875 run                             mass: MS start registered  {at=821434.524966401, delay=0.010203604004345834, ms=00073}
22:49:12.851954 run                osmo-ms-mob/00074: Starting mobile
22:49:12.874146 run       osmo-ms-mob/00074(pid=208): Launched
22:49:12.885501 run                             mass: MS start registered  {at=821434.934611674, delay=0.005307425046339631, ms=00074}
22:49:12.989583 run                             mass: MS performed LU  {at=821435.03861029, lu_delay=5.262641207082197, ms=00061}
22:49:13.091780 run                             mass: MS performed LU  {at=821435.140785105, lu_delay=6.0333380169468, ms=00058}
22:49:13.130853 run                             mass: MS performed LU  {at=821435.179943588, lu_delay=5.784123538993299, ms=00059}
22:49:13.179239 run                osmo-ms-mob/00075: Starting mobile
22:49:13.194788 run       osmo-ms-mob/00075(pid=209): Launched
22:49:13.206045 run                             mass: MS start registered  {at=821435.255160324, delay=0.005368496989831328, ms=00075}
22:49:13.282062 run                             mass: MS performed LU  {at=821435.331063056, lu_delay=5.735389120061882, ms=00060}
22:49:13.336226 run                             mass: MS performed LU  {at=821435.385246109, lu_delay=4.963435748941265, ms=00062}
22:49:13.757504 run                osmo-ms-mob/00076: Starting mobile
22:49:13.773182 run       osmo-ms-mob/00076(pid=210): Launched
22:49:13.785982 run                             mass: MS start registered  {at=821435.835100517, delay=0.006287744035944343, ms=00076}
22:49:14.129961 run                osmo-ms-mob/00077: Starting mobile
22:49:14.143355 run       osmo-ms-mob/00077(pid=211): Launched
22:49:14.156932 run                             mass: MS start registered  {at=821436.20603042, delay=0.007376407040283084, ms=00077}
22:49:14.642314 run                osmo-ms-mob/00078: Starting mobile
22:49:14.660946 run       osmo-ms-mob/00078(pid=212): Launched
22:49:14.676357 run                             mass: MS start registered  {at=821436.72545648, delay=0.009429680067114532, ms=00078}
22:49:14.955417 run                             mass: MS performed LU  {at=821437.00444114, lu_delay=4.795188492978923, ms=00067}
22:49:14.970778 run                osmo-ms-mob/00079: Starting mobile
22:49:14.984343 run       osmo-ms-mob/00079(pid=213): Launched
22:49:14.997663 run                             mass: MS start registered  {at=821437.046781773, delay=0.0066745689837262034, ms=00079}
22:49:15.019013 run                             mass: MS performed LU  {at=821437.068119757, lu_delay=5.40141773596406, ms=00066}
22:49:15.146040 run                             mass: MS performed LU  {at=821437.195051404, lu_delay=6.056751825963147, ms=00064}
22:49:15.181904 run                             mass: MS performed LU  {at=821437.230925892, lu_delay=4.723009734065272, ms=00068}
22:49:15.558351 run                osmo-ms-mob/00080: Starting mobile
22:49:15.585044 run       osmo-ms-mob/00080(pid=214): Launched
22:49:15.597184 run                             mass: MS start registered  {at=821437.646299214, delay=0.005481021013110876, ms=00080}
22:49:16.032538 run                osmo-ms-mob/00081: Starting mobile
22:49:16.046573 run       osmo-ms-mob/00081(pid=215): Launched
22:49:16.057616 run                             mass: MS start registered  {at=821438.106733764, delay=0.004946579108946025, ms=00081}
22:49:16.454529 run                osmo-ms-mob/00082: Starting mobile
22:49:16.470299 run       osmo-ms-mob/00082(pid=216): Launched
22:49:16.484424 run                             mass: MS start registered  {at=821438.533532738, delay=0.008168558939360082, ms=00082}
22:49:16.756011 run                             mass: MS performed LU  {at=821438.805027686, lu_delay=5.873799196910113, ms=00069}
22:49:16.858217 run                             mass: MS performed LU  {at=821438.907213744, lu_delay=5.41588949598372, ms=00071}
22:49:17.061111 run                osmo-ms-mob/00083: Starting mobile
22:49:17.080326 run       osmo-ms-mob/00083(pid=217): Launched
22:49:17.086367 run                             mass: MS performed LU  {at=821439.135490788, lu_delay=5.014847857994027, ms=00072}
22:49:17.092438 run                             mass: MS performed LU  {at=821439.141568274, lu_delay=4.61660187295638, ms=00073}
22:49:17.098163 run                             mass: MS start registered  {at=821439.147294569, delay=0.011822178959846497, ms=00083}
22:49:17.532709 run                osmo-ms-mob/00084: Starting mobile
22:49:17.546995 run       osmo-ms-mob/00084(pid=218): Launched
22:49:17.557698 run                             mass: MS start registered  {at=821439.60681426, delay=0.00468601007014513, ms=00084}
22:49:18.033134 run                osmo-ms-mob/00085: Starting mobile
22:49:18.046802 run       osmo-ms-mob/00085(pid=219): Launched
22:49:18.059126 run                             mass: MS start registered  {at=821440.108240906, delay=0.006448399042710662, ms=00085}
22:49:18.651841 run                osmo-ms-mob/00086: Starting mobile
22:49:18.668135 run       osmo-ms-mob/00086(pid=220): Launched
22:49:18.674866 run                             mass: MS performed LU  {at=821440.723946899, lu_delay=5.46878657490015, ms=00075}
22:49:18.681393 run                             mass: MS start registered  {at=821440.730522153, delay=0.007167338975705206, ms=00086}
22:49:18.722327 run                             mass: MS performed LU  {at=821440.771352988, lu_delay=4.565322567941621, ms=00077}
22:49:18.786478 run                             mass: MS performed LU  {at=821440.835494627, lu_delay=5.000394109985791, ms=00076}
22:49:19.259609 run                osmo-ms-mob/00087: Starting mobile
22:49:19.276215 run       osmo-ms-mob/00087(pid=221): Launched
22:49:19.289456 run                             mass: MS start registered  {at=821441.338566383, delay=0.0072745849611237645, ms=00087}
22:49:19.841777 run                osmo-ms-mob/00088: Starting mobile
22:49:19.856864 run       osmo-ms-mob/00088(pid=222): Launched
22:49:19.870293 run                             mass: MS start registered  {at=821441.919387011, delay=0.007447558920830488, ms=00088}
22:49:20.451919 run                osmo-ms-mob/00089: Starting mobile
22:49:20.468755 run       osmo-ms-mob/00089(pid=223): Launched
22:49:20.481931 run                             mass: MS start registered  {at=821442.531045929, delay=0.007147641968913376, ms=00089}
22:49:20.521477 run                             mass: MS performed LU  {at=821442.570505307, lu_delay=5.523723534075543, ms=00079}
22:49:20.539562 run                             mass: MS performed LU  {at=821442.588665189, lu_delay=5.863208708935417, ms=00078}
22:49:20.623078 run                             mass: MS performed LU  {at=821442.672109681, lu_delay=5.0258104669628665, ms=00080}
22:49:20.813158 run                             mass: MS performed LU  {at=821442.86216081, lu_delay=22.57837402902078, ms=00032}
22:49:21.054433 run                osmo-ms-mob/00090: Starting mobile
22:49:21.071338 run       osmo-ms-mob/00090(pid=224): Launched
22:49:21.083915 run                             mass: MS performed LU  {at=821443.133026025, lu_delay=5.026292260969058, ms=00081}
22:49:21.089794 run                             mass: MS start registered  {at=821443.138925611, delay=0.012543726013973355, ms=00090}
22:49:21.730841 run                osmo-ms-mob/00091: Starting mobile
22:49:21.745631 run       osmo-ms-mob/00091(pid=225): Launched
22:49:21.759095 run                             mass: MS start registered  {at=821443.808203981, delay=0.007376739056780934, ms=00091}
22:49:22.433345 run                osmo-ms-mob/00092: Starting mobile
22:49:22.447925 run       osmo-ms-mob/00092(pid=226): Launched
22:49:22.463496 run                             mass: MS start registered  {at=821444.512590383, delay=0.009665529942139983, ms=00092}
22:49:22.487190 run                             mass: MS performed LU  {at=821444.536266371, lu_delay=6.002733633038588, ms=00082}
22:49:22.552985 run                             mass: MS performed LU  {at=821444.601981106, lu_delay=5.454686537035741, ms=00083}
22:49:22.621912 run                             mass: MS performed LU  {at=821444.67093236, lu_delay=5.064118099980988, ms=00084}
22:49:22.678054 run                             mass: MS performed LU  {at=821444.727085154, lu_delay=21.730682115070522, ms=00039}
22:49:22.986270 run                             mass: MS performed LU  {at=821445.035290607, lu_delay=4.927049700985663, ms=00085}
22:49:23.261051 run                osmo-ms-mob/00093: Starting mobile
22:49:23.277988 run       osmo-ms-mob/00093(pid=227): Launched
22:49:23.291366 run                             mass: MS start registered  {at=821445.340471743, delay=0.007389564998447895, ms=00093}
22:49:24.157890 run                osmo-ms-mob/00094: Starting mobile
22:49:24.171264 run       osmo-ms-mob/00094(pid=228): Launched
22:49:24.183699 run                             mass: MS start registered  {at=821446.232806046, delay=0.006475424976088107, ms=00094}
22:49:24.388918 run                             mass: MS performed LU  {at=821446.437934856, lu_delay=5.099368473049253, ms=00087}
22:49:24.415716 run                             mass: MS performed LU  {at=821446.464823751, lu_delay=5.734301598044112, ms=00086}
22:49:24.522420 run                             mass: MS performed LU  {at=821446.571415577, lu_delay=4.6520285659935325, ms=00088}
22:49:25.058190 run                osmo-ms-mob/00095: Starting mobile
22:49:25.074168 run       osmo-ms-mob/00095(pid=229): Launched
22:49:25.085603 run                             mass: MS start registered  {at=821447.134717175, delay=0.0052244680700823665, ms=00095}
22:49:26.057155 run                osmo-ms-mob/00096: Starting mobile
22:49:26.074351 run       osmo-ms-mob/00096(pid=230): Launched
22:49:26.085666 run                             mass: MS start registered  {at=821448.134774288, delay=0.005392724997363985, ms=00096}
22:49:26.253538 run                             mass: MS performed LU  {at=821448.302560041, lu_delay=5.771514112013392, ms=00089}
22:49:26.318250 run                             mass: MS performed LU  {at=821448.367271497, lu_delay=5.228345885989256, ms=00090}
22:49:26.387390 run                             mass: MS performed LU  {at=821448.436408132, lu_delay=22.707648125011474, ms=00048}
22:49:26.659250 run                             mass: MS performed LU  {at=821448.70827499, lu_delay=4.900071008945815, ms=00091}
22:49:27.130546 run                osmo-ms-mob/00097: Starting mobile
22:49:27.143791 run       osmo-ms-mob/00097(pid=231): Launched
22:49:27.157382 run                             mass: MS start registered  {at=821449.206493402, delay=0.007410209975205362, ms=00097}
22:49:28.154582 run                             mass: MS performed LU  {at=821450.203578642, lu_delay=4.863106898963451, ms=00093}
22:49:28.182780 run                             mass: MS performed LU  {at=821450.231806568, lu_delay=5.719216185039841, ms=00092}
22:49:28.460608 run                osmo-ms-mob/00098: Starting mobile
22:49:28.477760 run       osmo-ms-mob/00098(pid=232): Launched
22:49:28.488914 run                             mass: MS start registered  {at=821450.538029825, delay=0.005239285994321108, ms=00098}
22:49:30.019870 run                             mass: MS performed LU  {at=821452.068864181, lu_delay=4.934147006017156, ms=00095}
22:49:30.084274 run                             mass: MS performed LU  {at=821452.133272685, lu_delay=5.9004666389664635, ms=00094}
22:49:30.135981 run                osmo-ms-mob/00099: Starting mobile
22:49:30.150534 run       osmo-ms-mob/00099(pid=233): Launched
22:49:30.156326 run                             mass: All started... {duration=55.64756618696265, too_slow=0}
22:49:30.166144 run                             mass: MS start registered  {at=821452.215260311, delay=0.009802939021028578, ms=00099}
22:49:31.919573 run                             mass: MS performed LU  {at=821453.968589921, lu_delay=5.833815632970072, ms=00096}
22:49:31.946885 run                             mass: MS performed LU  {at=821453.995998235, lu_delay=4.789504832937382, ms=00097}
22:49:32.035823 run                             mass: MS performed LU  {at=821454.084820754, lu_delay=22.65527618303895, ms=00065}
22:49:33.785344 run                             mass: MS performed LU  {at=821455.834345423, lu_delay=5.296315598068759, ms=00098}
22:49:34.086054 run                             mass: MS performed LU  {at=821456.135073143, lu_delay=22.808267843094654, ms=00070}
22:49:35.686997 run                             mass: MS performed LU  {at=821457.735974397, lu_delay=5.520714086014777, ms=00099}
22:49:35.949353 run                             mass: MS performed LU  {at=821457.998371725, lu_delay=23.0637600509217, ms=00074}
22:49:35.959152 run                             mass: Tests done {all_completed=True, max=23.0637600509217, min=3.6517846850911155}
22:49:35.964479 tst         register_default_mass.py: Test passed (79.5 sec)
22:49:35.969669 run pcap-recorder_any(filters='host 127.0.42.2')(pid=21): Terminating (SIGTERM)
22:49:35.972847 run      osmo-hlr_127.0.42.2(pid=22): Terminating (SIGTERM)
22:49:35.976037 run pcap-recorder_any(filters='host 127.0.42.5 and port not 22')(pid=23): Terminating (SIGTERM)
22:49:35.979263 run      osmo-stp_127.0.42.5(pid=24): Terminating (SIGTERM)
22:49:35.982481 run pcap-recorder_any(filters='host 127.0.42.6 and port not 22')(pid=25): Terminating (SIGTERM)
22:49:35.985764 run      osmo-msc_127.0.42.6(pid=26): Terminating (SIGTERM)
22:49:35.989120 run pcap-recorder_any(filters='host 127.0.42.3 and port not 22')(pid=27): Terminating (SIGTERM)
22:49:35.992654 run      osmo-mgw_127.0.42.3(pid=28): Terminating (SIGTERM)
22:49:35.995996 run pcap-recorder_any(filters='host 127.0.42.4 and port not 22')(pid=29): Terminating (SIGTERM)
22:49:35.999307 run      osmo-mgw_127.0.42.4(pid=30): Terminating (SIGTERM)
22:49:36.002613 run pcap-recorder_any(filters='host 127.0.42.7 and port not 22')(pid=31): Terminating (SIGTERM)
22:49:36.006072 run      osmo-bsc_127.0.42.7(pid=32): Terminating (SIGTERM)
22:49:36.009386 run         osmo-bts-virtual(pid=33): Terminating (SIGTERM)
22:49:36.012994 run   osmo-ms-virt-phy/00000(pid=34): Terminating (SIGTERM)
22:49:36.016462 run   osmo-ms-virt-phy/00001(pid=35): Terminating (SIGTERM)
22:49:36.019803 run   osmo-ms-virt-phy/00002(pid=36): Terminating (SIGTERM)
22:49:36.023219 run   osmo-ms-virt-phy/00003(pid=37): Terminating (SIGTERM)
22:49:36.026681 run   osmo-ms-virt-phy/00004(pid=38): Terminating (SIGTERM)
22:49:36.029932 run   osmo-ms-virt-phy/00005(pid=39): Terminating (SIGTERM)
22:49:36.033412 run   osmo-ms-virt-phy/00006(pid=40): Terminating (SIGTERM)
22:49:36.036672 run   osmo-ms-virt-phy/00007(pid=41): Terminating (SIGTERM)
22:49:36.040449 run   osmo-ms-virt-phy/00008(pid=42): Terminating (SIGTERM)
22:49:36.043862 run   osmo-ms-virt-phy/00009(pid=43): Terminating (SIGTERM)
22:49:36.047820 run   osmo-ms-virt-phy/00010(pid=44): Terminating (SIGTERM)
22:49:36.051069 run   osmo-ms-virt-phy/00011(pid=45): Terminating (SIGTERM)
22:49:36.054333 run   osmo-ms-virt-phy/00012(pid=46): Terminating (SIGTERM)
22:49:36.057613 run   osmo-ms-virt-phy/00013(pid=47): Terminating (SIGTERM)
22:49:36.060954 run   osmo-ms-virt-phy/00014(pid=48): Terminating (SIGTERM)
22:49:36.065659 run   osmo-ms-virt-phy/00015(pid=49): Terminating (SIGTERM)
22:49:36.072624 run   osmo-ms-virt-phy/00016(pid=50): Terminating (SIGTERM)
22:49:36.078110 run   osmo-ms-virt-phy/00017(pid=51): Terminating (SIGTERM)
22:49:36.081351 run   osmo-ms-virt-phy/00018(pid=52): Terminating (SIGTERM)
22:49:36.084653 run   osmo-ms-virt-phy/00019(pid=53): Terminating (SIGTERM)
22:49:36.087881 run   osmo-ms-virt-phy/00020(pid=54): Terminating (SIGTERM)
22:49:36.091101 run   osmo-ms-virt-phy/00021(pid=55): Terminating (SIGTERM)
22:49:36.094885 run   osmo-ms-virt-phy/00022(pid=56): Terminating (SIGTERM)
22:49:36.098416 run   osmo-ms-virt-phy/00023(pid=57): Terminating (SIGTERM)
22:49:36.102007 run   osmo-ms-virt-phy/00024(pid=58): Terminating (SIGTERM)
22:49:36.105550 run   osmo-ms-virt-phy/00025(pid=59): Terminating (SIGTERM)
22:49:36.108787 run   osmo-ms-virt-phy/00026(pid=60): Terminating (SIGTERM)
22:49:36.114578 run   osmo-ms-virt-phy/00027(pid=61): Terminating (SIGTERM)
22:49:36.120217 run   osmo-ms-virt-phy/00028(pid=62): Terminating (SIGTERM)
22:49:36.123627 run   osmo-ms-virt-phy/00029(pid=63): Terminating (SIGTERM)
22:49:36.126841 run   osmo-ms-virt-phy/00030(pid=64): Terminating (SIGTERM)
22:49:36.130265 run   osmo-ms-virt-phy/00031(pid=65): Terminating (SIGTERM)
22:49:36.137285 run   osmo-ms-virt-phy/00032(pid=66): Terminating (SIGTERM)
22:49:36.141611 run   osmo-ms-virt-phy/00033(pid=67): Terminating (SIGTERM)
22:49:36.144960 run   osmo-ms-virt-phy/00034(pid=68): Terminating (SIGTERM)
22:49:36.148268 run   osmo-ms-virt-phy/00035(pid=69): Terminating (SIGTERM)
22:49:36.151860 run   osmo-ms-virt-phy/00036(pid=70): Terminating (SIGTERM)
22:49:36.155426 run   osmo-ms-virt-phy/00037(pid=71): Terminating (SIGTERM)
22:49:36.160509 run   osmo-ms-virt-phy/00038(pid=72): Terminating (SIGTERM)
22:49:36.163871 run   osmo-ms-virt-phy/00039(pid=73): Terminating (SIGTERM)
22:49:36.167089 run   osmo-ms-virt-phy/00040(pid=74): Terminating (SIGTERM)
22:49:36.170254 run   osmo-ms-virt-phy/00041(pid=75): Terminating (SIGTERM)
22:49:36.173481 run   osmo-ms-virt-phy/00042(pid=76): Terminating (SIGTERM)
22:49:36.176687 run   osmo-ms-virt-phy/00043(pid=77): Terminating (SIGTERM)
22:49:36.179927 run   osmo-ms-virt-phy/00044(pid=78): Terminating (SIGTERM)
22:49:36.183168 run   osmo-ms-virt-phy/00045(pid=79): Terminating (SIGTERM)
22:49:36.186498 run   osmo-ms-virt-phy/00046(pid=80): Terminating (SIGTERM)
22:49:36.189720 run   osmo-ms-virt-phy/00047(pid=81): Terminating (SIGTERM)
22:49:36.192994 run   osmo-ms-virt-phy/00048(pid=82): Terminating (SIGTERM)
22:49:36.196235 run   osmo-ms-virt-phy/00049(pid=83): Terminating (SIGTERM)
22:49:36.199982 run   osmo-ms-virt-phy/00050(pid=84): Terminating (SIGTERM)
22:49:36.203403 run   osmo-ms-virt-phy/00051(pid=85): Terminating (SIGTERM)
22:49:36.208404 run   osmo-ms-virt-phy/00052(pid=86): Terminating (SIGTERM)
22:49:36.211907 run   osmo-ms-virt-phy/00053(pid=87): Terminating (SIGTERM)
22:49:36.215186 run   osmo-ms-virt-phy/00054(pid=88): Terminating (SIGTERM)
22:49:36.218406 run   osmo-ms-virt-phy/00055(pid=89): Terminating (SIGTERM)
22:49:36.221669 run   osmo-ms-virt-phy/00056(pid=90): Terminating (SIGTERM)
22:49:36.225711 run   osmo-ms-virt-phy/00057(pid=91): Terminating (SIGTERM)
22:49:36.228994 run   osmo-ms-virt-phy/00058(pid=92): Terminating (SIGTERM)
22:49:36.232213 run   osmo-ms-virt-phy/00059(pid=93): Terminating (SIGTERM)
22:49:36.235858 run   osmo-ms-virt-phy/00060(pid=94): Terminating (SIGTERM)
22:49:36.239373 run   osmo-ms-virt-phy/00061(pid=95): Terminating (SIGTERM)
22:49:36.242615 run   osmo-ms-virt-phy/00062(pid=96): Terminating (SIGTERM)
22:49:36.245889 run   osmo-ms-virt-phy/00063(pid=97): Terminating (SIGTERM)
22:49:36.249188 run   osmo-ms-virt-phy/00064(pid=98): Terminating (SIGTERM)
22:49:36.252443 run   osmo-ms-virt-phy/00065(pid=99): Terminating (SIGTERM)
22:49:36.255754 run  osmo-ms-virt-phy/00066(pid=100): Terminating (SIGTERM)
22:49:36.259032 run  osmo-ms-virt-phy/00067(pid=101): Terminating (SIGTERM)
22:49:36.262245 run  osmo-ms-virt-phy/00068(pid=102): Terminating (SIGTERM)
22:49:36.265547 run  osmo-ms-virt-phy/00069(pid=103): Terminating (SIGTERM)
22:49:36.268823 run  osmo-ms-virt-phy/00070(pid=104): Terminating (SIGTERM)
22:49:36.272070 run  osmo-ms-virt-phy/00071(pid=105): Terminating (SIGTERM)
22:49:36.275292 run  osmo-ms-virt-phy/00072(pid=106): Terminating (SIGTERM)
22:49:36.278619 run  osmo-ms-virt-phy/00073(pid=107): Terminating (SIGTERM)
22:49:36.282021 run  osmo-ms-virt-phy/00074(pid=108): Terminating (SIGTERM)
22:49:36.285280 run  osmo-ms-virt-phy/00075(pid=109): Terminating (SIGTERM)
22:49:36.289301 run  osmo-ms-virt-phy/00076(pid=110): Terminating (SIGTERM)
22:49:36.293155 run  osmo-ms-virt-phy/00077(pid=111): Terminating (SIGTERM)
22:49:36.296752 run  osmo-ms-virt-phy/00078(pid=112): Terminating (SIGTERM)
22:49:36.300260 run  osmo-ms-virt-phy/00079(pid=113): Terminating (SIGTERM)
22:49:36.303604 run  osmo-ms-virt-phy/00080(pid=114): Terminating (SIGTERM)
22:49:36.307189 run  osmo-ms-virt-phy/00081(pid=115): Terminating (SIGTERM)
22:49:36.310960 run  osmo-ms-virt-phy/00082(pid=116): Terminating (SIGTERM)
22:49:36.314282 run  osmo-ms-virt-phy/00083(pid=117): Terminating (SIGTERM)
22:49:36.317676 run  osmo-ms-virt-phy/00084(pid=118): Terminating (SIGTERM)
22:49:36.321335 run  osmo-ms-virt-phy/00085(pid=119): Terminating (SIGTERM)
22:49:36.324935 run  osmo-ms-virt-phy/00086(pid=120): Terminating (SIGTERM)
22:49:36.328336 run  osmo-ms-virt-phy/00087(pid=121): Terminating (SIGTERM)
22:49:36.331664 run  osmo-ms-virt-phy/00088(pid=122): Terminating (SIGTERM)
22:49:36.335296 run  osmo-ms-virt-phy/00089(pid=123): Terminating (SIGTERM)
22:49:36.339371 run  osmo-ms-virt-phy/00090(pid=124): Terminating (SIGTERM)
22:49:36.342695 run  osmo-ms-virt-phy/00091(pid=125): Terminating (SIGTERM)
22:49:36.346107 run  osmo-ms-virt-phy/00092(pid=126): Terminating (SIGTERM)
22:49:36.349489 run  osmo-ms-virt-phy/00093(pid=127): Terminating (SIGTERM)
22:49:36.352856 run  osmo-ms-virt-phy/00094(pid=128): Terminating (SIGTERM)
22:49:36.356198 run  osmo-ms-virt-phy/00095(pid=129): Terminating (SIGTERM)
22:49:36.359530 run  osmo-ms-virt-phy/00096(pid=130): Terminating (SIGTERM)
22:49:36.362823 run  osmo-ms-virt-phy/00097(pid=131): Terminating (SIGTERM)
22:49:36.366078 run  osmo-ms-virt-phy/00098(pid=132): Terminating (SIGTERM)
22:49:36.369429 run  osmo-ms-virt-phy/00099(pid=133): Terminating (SIGTERM)
22:49:36.372716 run       osmo-ms-mob/00000(pid=134): Terminating (SIGTERM)
22:49:36.376009 run       osmo-ms-mob/00001(pid=135): Terminating (SIGTERM)
22:49:36.379299 run       osmo-ms-mob/00002(pid=136): Terminating (SIGTERM)
22:49:36.382572 run       osmo-ms-mob/00003(pid=137): Terminating (SIGTERM)
22:49:36.385813 run       osmo-ms-mob/00004(pid=138): Terminating (SIGTERM)
22:49:36.389027 run       osmo-ms-mob/00005(pid=139): Terminating (SIGTERM)
22:49:36.392276 run       osmo-ms-mob/00006(pid=140): Terminating (SIGTERM)
22:49:36.395494 run       osmo-ms-mob/00007(pid=141): Terminating (SIGTERM)
22:49:36.398700 run       osmo-ms-mob/00008(pid=142): Terminating (SIGTERM)
22:49:36.401902 run       osmo-ms-mob/00009(pid=143): Terminating (SIGTERM)
22:49:36.405117 run       osmo-ms-mob/00010(pid=144): Terminating (SIGTERM)
22:49:36.408343 run       osmo-ms-mob/00011(pid=145): Terminating (SIGTERM)
22:49:36.411548 run       osmo-ms-mob/00012(pid=146): Terminating (SIGTERM)
22:49:36.414730 run       osmo-ms-mob/00013(pid=147): Terminating (SIGTERM)
22:49:36.417881 run       osmo-ms-mob/00014(pid=148): Terminating (SIGTERM)
22:49:36.421021 run       osmo-ms-mob/00015(pid=149): Terminating (SIGTERM)
22:49:36.424146 run       osmo-ms-mob/00016(pid=150): Terminating (SIGTERM)
22:49:36.427241 run       osmo-ms-mob/00017(pid=151): Terminating (SIGTERM)
22:49:36.430331 run       osmo-ms-mob/00018(pid=152): Terminating (SIGTERM)
22:49:36.433442 run       osmo-ms-mob/00019(pid=153): Terminating (SIGTERM)
22:49:36.436544 run       osmo-ms-mob/00020(pid=154): Terminating (SIGTERM)
22:49:36.439666 run       osmo-ms-mob/00021(pid=155): Terminating (SIGTERM)
22:49:36.442753 run       osmo-ms-mob/00022(pid=156): Terminating (SIGTERM)
22:49:36.445833 run       osmo-ms-mob/00023(pid=157): Terminating (SIGTERM)
22:49:36.448941 run       osmo-ms-mob/00024(pid=158): Terminating (SIGTERM)
22:49:36.452031 run       osmo-ms-mob/00025(pid=159): Terminating (SIGTERM)
22:49:36.455148 run       osmo-ms-mob/00026(pid=160): Terminating (SIGTERM)
22:49:36.458241 run       osmo-ms-mob/00027(pid=161): Terminating (SIGTERM)
22:49:36.461346 run       osmo-ms-mob/00028(pid=162): Terminating (SIGTERM)
22:49:36.464458 run       osmo-ms-mob/00029(pid=163): Terminating (SIGTERM)
22:49:36.467572 run       osmo-ms-mob/00030(pid=164): Terminating (SIGTERM)
22:49:36.470680 run       osmo-ms-mob/00031(pid=165): Terminating (SIGTERM)
22:49:36.473767 run       osmo-ms-mob/00032(pid=166): Terminating (SIGTERM)
22:49:36.476885 run       osmo-ms-mob/00033(pid=167): Terminating (SIGTERM)
22:49:36.480005 run       osmo-ms-mob/00034(pid=168): Terminating (SIGTERM)
22:49:36.483111 run       osmo-ms-mob/00035(pid=169): Terminating (SIGTERM)
22:49:36.486202 run       osmo-ms-mob/00036(pid=170): Terminating (SIGTERM)
22:49:36.489313 run       osmo-ms-mob/00037(pid=171): Terminating (SIGTERM)
22:49:36.492425 run       osmo-ms-mob/00038(pid=172): Terminating (SIGTERM)
22:49:36.495541 run       osmo-ms-mob/00039(pid=173): Terminating (SIGTERM)
22:49:36.498652 run       osmo-ms-mob/00040(pid=174): Terminating (SIGTERM)
22:49:36.501765 run       osmo-ms-mob/00041(pid=175): Terminating (SIGTERM)
22:49:36.504875 run       osmo-ms-mob/00042(pid=176): Terminating (SIGTERM)
22:49:36.507980 run       osmo-ms-mob/00043(pid=177): Terminating (SIGTERM)
22:49:36.511078 run       osmo-ms-mob/00044(pid=178): Terminating (SIGTERM)
22:49:36.514184 run       osmo-ms-mob/00045(pid=179): Terminating (SIGTERM)
22:49:36.517314 run       osmo-ms-mob/00046(pid=180): Terminating (SIGTERM)
22:49:36.520422 run       osmo-ms-mob/00047(pid=181): Terminating (SIGTERM)
22:49:36.523533 run       osmo-ms-mob/00048(pid=182): Terminating (SIGTERM)
22:49:36.526638 run       osmo-ms-mob/00049(pid=183): Terminating (SIGTERM)
22:49:36.529739 run       osmo-ms-mob/00050(pid=184): Terminating (SIGTERM)
22:49:36.532833 run       osmo-ms-mob/00051(pid=185): Terminating (SIGTERM)
22:49:36.536025 run       osmo-ms-mob/00052(pid=186): Terminating (SIGTERM)
22:49:36.539129 run       osmo-ms-mob/00053(pid=187): Terminating (SIGTERM)
22:49:36.542222 run       osmo-ms-mob/00054(pid=188): Terminating (SIGTERM)
22:49:36.545346 run       osmo-ms-mob/00055(pid=189): Terminating (SIGTERM)
22:49:36.548452 run       osmo-ms-mob/00056(pid=190): Terminating (SIGTERM)
22:49:36.551546 run       osmo-ms-mob/00057(pid=191): Terminating (SIGTERM)
22:49:36.554640 run       osmo-ms-mob/00058(pid=192): Terminating (SIGTERM)
22:49:36.557747 run       osmo-ms-mob/00059(pid=193): Terminating (SIGTERM)
22:49:36.560853 run       osmo-ms-mob/00060(pid=194): Terminating (SIGTERM)
22:49:36.563972 run       osmo-ms-mob/00061(pid=195): Terminating (SIGTERM)
22:49:36.567083 run       osmo-ms-mob/00062(pid=196): Terminating (SIGTERM)
22:49:36.570199 run       osmo-ms-mob/00063(pid=197): Terminating (SIGTERM)
22:49:36.573313 run       osmo-ms-mob/00064(pid=198): Terminating (SIGTERM)
22:49:36.576436 run       osmo-ms-mob/00065(pid=199): Terminating (SIGTERM)
22:49:36.579535 run       osmo-ms-mob/00066(pid=200): Terminating (SIGTERM)
22:49:36.582653 run       osmo-ms-mob/00067(pid=201): Terminating (SIGTERM)
22:49:36.585756 run       osmo-ms-mob/00068(pid=202): Terminating (SIGTERM)
22:49:36.588862 run       osmo-ms-mob/00069(pid=203): Terminating (SIGTERM)
22:49:36.591982 run       osmo-ms-mob/00070(pid=204): Terminating (SIGTERM)
22:49:36.595102 run       osmo-ms-mob/00071(pid=205): Terminating (SIGTERM)
22:49:36.598196 run       osmo-ms-mob/00072(pid=206): Terminating (SIGTERM)
22:49:36.601297 run       osmo-ms-mob/00073(pid=207): Terminating (SIGTERM)
22:49:36.604409 run       osmo-ms-mob/00074(pid=208): Terminating (SIGTERM)
22:49:36.607527 run       osmo-ms-mob/00075(pid=209): Terminating (SIGTERM)
22:49:36.610653 run       osmo-ms-mob/00076(pid=210): Terminating (SIGTERM)
22:49:36.613765 run       osmo-ms-mob/00077(pid=211): Terminating (SIGTERM)
22:49:36.616888 run       osmo-ms-mob/00078(pid=212): Terminating (SIGTERM)
22:49:36.619988 run       osmo-ms-mob/00079(pid=213): Terminating (SIGTERM)
22:49:36.623095 run       osmo-ms-mob/00080(pid=214): Terminating (SIGTERM)
22:49:36.626206 run       osmo-ms-mob/00081(pid=215): Terminating (SIGTERM)
22:49:36.629317 run       osmo-ms-mob/00082(pid=216): Terminating (SIGTERM)
22:49:36.632433 run       osmo-ms-mob/00083(pid=217): Terminating (SIGTERM)
22:49:36.635529 run       osmo-ms-mob/00084(pid=218): Terminating (SIGTERM)
22:49:36.638636 run       osmo-ms-mob/00085(pid=219): Terminating (SIGTERM)
22:49:36.641753 run       osmo-ms-mob/00086(pid=220): Terminating (SIGTERM)
22:49:36.644844 run       osmo-ms-mob/00087(pid=221): Terminating (SIGTERM)
22:49:36.647963 run       osmo-ms-mob/00088(pid=222): Terminating (SIGTERM)
22:49:36.651078 run       osmo-ms-mob/00089(pid=223): Terminating (SIGTERM)
22:49:36.654178 run       osmo-ms-mob/00090(pid=224): Terminating (SIGTERM)
22:49:36.657271 run       osmo-ms-mob/00091(pid=225): Terminating (SIGTERM)
22:49:36.660374 run       osmo-ms-mob/00092(pid=226): Terminating (SIGTERM)
22:49:36.663488 run       osmo-ms-mob/00093(pid=227): Terminating (SIGTERM)
22:49:36.666599 run       osmo-ms-mob/00094(pid=228): Terminating (SIGTERM)
22:49:36.669701 run       osmo-ms-mob/00095(pid=229): Terminating (SIGTERM)
22:49:36.672808 run       osmo-ms-mob/00096(pid=230): Terminating (SIGTERM)
22:49:36.675913 run       osmo-ms-mob/00097(pid=231): Terminating (SIGTERM)
22:49:36.679025 run       osmo-ms-mob/00098(pid=232): Terminating (SIGTERM)
22:49:36.682112 run       osmo-ms-mob/00099(pid=233): Terminating (SIGTERM)
22:49:36.685239 ---      ParallelTerminationStrategy: PID 21 died...
22:49:36.686646 run pcap-recorder_any(filters='host 127.0.42.2')(pid=21): Terminated: ok {rc=0}
22:49:36.690096 ---      ParallelTerminationStrategy: PID 22 died...
22:49:36.691502 run      osmo-hlr_127.0.42.2(pid=22): Terminated: ok {rc=0}
22:49:36.694932 ---      ParallelTerminationStrategy: PID 23 died...
22:49:36.696329 run pcap-recorder_any(filters='host 127.0.42.5 and port not 22')(pid=23): Terminated: ok {rc=0}
22:49:36.699768 ---      ParallelTerminationStrategy: PID 24 died...
22:49:36.701162 run      osmo-stp_127.0.42.5(pid=24): Terminated: ok {rc=0}
22:49:36.704586 ---      ParallelTerminationStrategy: PID 25 died...
22:49:36.705980 run pcap-recorder_any(filters='host 127.0.42.6 and port not 22')(pid=25): Terminated: ok {rc=0}
22:49:36.709455 ---      ParallelTerminationStrategy: PID 26 died...
22:49:36.710844 run      osmo-msc_127.0.42.6(pid=26): Terminated: ok {rc=0}
22:49:36.714319 ---      ParallelTerminationStrategy: PID 27 died...
22:49:36.715729 run pcap-recorder_any(filters='host 127.0.42.3 and port not 22')(pid=27): Terminated: ok {rc=0}
22:49:36.719198 ---      ParallelTerminationStrategy: PID 28 died...
22:49:36.720594 run      osmo-mgw_127.0.42.3(pid=28): Terminated {rc=15}
22:49:36.724063 ---      ParallelTerminationStrategy: PID 29 died...
22:49:36.725455 run pcap-recorder_any(filters='host 127.0.42.4 and port not 22')(pid=29): Terminated: ok {rc=0}
22:49:36.728919 ---      ParallelTerminationStrategy: PID 30 died...
22:49:36.730316 run      osmo-mgw_127.0.42.4(pid=30): Terminated {rc=15}
22:49:36.733785 ---      ParallelTerminationStrategy: PID 31 died...
22:49:36.735201 run pcap-recorder_any(filters='host 127.0.42.7 and port not 22')(pid=31): Terminated: ok {rc=0}
22:49:36.738646 ---      ParallelTerminationStrategy: PID 32 died...
22:49:36.740052 run      osmo-bsc_127.0.42.7(pid=32): Terminated: ok {rc=0}
22:49:36.743532 ---      ParallelTerminationStrategy: PID 34 died...
22:49:36.744946 run   osmo-ms-virt-phy/00000(pid=34): Terminated: ok {rc=0}
22:49:36.748445 ---      ParallelTerminationStrategy: PID 35 died...
22:49:36.749853 run   osmo-ms-virt-phy/00001(pid=35): Terminated: ok {rc=0}
22:49:36.753351 ---      ParallelTerminationStrategy: PID 36 died...
22:49:36.754752 run   osmo-ms-virt-phy/00002(pid=36): Terminated: ok {rc=0}
22:49:36.758198 ---      ParallelTerminationStrategy: PID 37 died...
22:49:36.759618 run   osmo-ms-virt-phy/00003(pid=37): Terminated: ok {rc=0}
22:49:36.763086 ---      ParallelTerminationStrategy: PID 38 died...
22:49:36.764489 run   osmo-ms-virt-phy/00004(pid=38): Terminated: ok {rc=0}
22:49:36.767976 ---      ParallelTerminationStrategy: PID 39 died...
22:49:36.769400 run   osmo-ms-virt-phy/00005(pid=39): Terminated: ok {rc=0}
22:49:36.772851 ---      ParallelTerminationStrategy: PID 40 died...
22:49:36.774246 run   osmo-ms-virt-phy/00006(pid=40): Terminated: ok {rc=0}
22:49:36.777706 ---      ParallelTerminationStrategy: PID 41 died...
22:49:36.779128 run   osmo-ms-virt-phy/00007(pid=41): Terminated: ok {rc=0}
22:49:36.782565 ---      ParallelTerminationStrategy: PID 42 died...
22:49:36.783978 run   osmo-ms-virt-phy/00008(pid=42): Terminated: ok {rc=0}
22:49:36.787439 ---      ParallelTerminationStrategy: PID 43 died...
22:49:36.788835 run   osmo-ms-virt-phy/00009(pid=43): Terminated: ok {rc=0}
22:49:36.792288 ---      ParallelTerminationStrategy: PID 44 died...
22:49:36.793700 run   osmo-ms-virt-phy/00010(pid=44): Terminated: ok {rc=0}
22:49:36.797148 ---      ParallelTerminationStrategy: PID 45 died...
22:49:36.798562 run   osmo-ms-virt-phy/00011(pid=45): Terminated: ok {rc=0}
22:49:36.802002 ---      ParallelTerminationStrategy: PID 46 died...
22:49:36.803406 run   osmo-ms-virt-phy/00012(pid=46): Terminated: ok {rc=0}
22:49:36.806842 ---      ParallelTerminationStrategy: PID 47 died...
22:49:36.808234 run   osmo-ms-virt-phy/00013(pid=47): Terminated: ok {rc=0}
22:49:36.811685 ---      ParallelTerminationStrategy: PID 48 died...
22:49:36.813078 run   osmo-ms-virt-phy/00014(pid=48): Terminated: ok {rc=0}
22:49:36.816546 ---      ParallelTerminationStrategy: PID 49 died...
22:49:36.817934 run   osmo-ms-virt-phy/00015(pid=49): Terminated: ok {rc=0}
22:49:36.821345 ---      ParallelTerminationStrategy: PID 50 died...
22:49:36.822729 run   osmo-ms-virt-phy/00016(pid=50): Terminated: ok {rc=0}
22:49:36.826163 ---      ParallelTerminationStrategy: PID 51 died...
22:49:36.827569 run   osmo-ms-virt-phy/00017(pid=51): Terminated: ok {rc=0}
22:49:36.831008 ---      ParallelTerminationStrategy: PID 52 died...
22:49:36.832398 run   osmo-ms-virt-phy/00018(pid=52): Terminated: ok {rc=0}
22:49:36.835845 ---      ParallelTerminationStrategy: PID 53 died...
22:49:36.837235 run   osmo-ms-virt-phy/00019(pid=53): Terminated: ok {rc=0}
22:49:36.840672 ---      ParallelTerminationStrategy: PID 54 died...
22:49:36.842064 run   osmo-ms-virt-phy/00020(pid=54): Terminated: ok {rc=0}
22:49:36.845518 ---      ParallelTerminationStrategy: PID 55 died...
22:49:36.846926 run   osmo-ms-virt-phy/00021(pid=55): Terminated: ok {rc=0}
22:49:36.850350 ---      ParallelTerminationStrategy: PID 56 died...
22:49:36.851756 run   osmo-ms-virt-phy/00022(pid=56): Terminated: ok {rc=0}
22:49:36.855210 ---      ParallelTerminationStrategy: PID 57 died...
22:49:36.856606 run   osmo-ms-virt-phy/00023(pid=57): Terminated: ok {rc=0}
22:49:36.860050 ---      ParallelTerminationStrategy: PID 58 died...
22:49:36.861449 run   osmo-ms-virt-phy/00024(pid=58): Terminated: ok {rc=0}
22:49:36.864909 ---      ParallelTerminationStrategy: PID 59 died...
22:49:36.866298 run   osmo-ms-virt-phy/00025(pid=59): Terminated: ok {rc=0}
22:49:36.869726 ---      ParallelTerminationStrategy: PID 60 died...
22:49:36.871126 run   osmo-ms-virt-phy/00026(pid=60): Terminated: ok {rc=0}
22:49:36.874561 ---      ParallelTerminationStrategy: PID 61 died...
22:49:36.875966 run   osmo-ms-virt-phy/00027(pid=61): Terminated: ok {rc=0}
22:49:36.879408 ---      ParallelTerminationStrategy: PID 62 died...
22:49:36.880811 run   osmo-ms-virt-phy/00028(pid=62): Terminated: ok {rc=0}
22:49:36.884255 ---      ParallelTerminationStrategy: PID 63 died...
22:49:36.885669 run   osmo-ms-virt-phy/00029(pid=63): Terminated: ok {rc=0}
22:49:36.889083 ---      ParallelTerminationStrategy: PID 64 died...
22:49:36.890484 run   osmo-ms-virt-phy/00030(pid=64): Terminated: ok {rc=0}
22:49:36.893931 ---      ParallelTerminationStrategy: PID 65 died...
22:49:36.895346 run   osmo-ms-virt-phy/00031(pid=65): Terminated: ok {rc=0}
22:49:36.898765 ---      ParallelTerminationStrategy: PID 66 died...
22:49:36.900172 run   osmo-ms-virt-phy/00032(pid=66): Terminated: ok {rc=0}
22:49:36.903629 ---      ParallelTerminationStrategy: PID 67 died...
22:49:36.905010 run   osmo-ms-virt-phy/00033(pid=67): Terminated: ok {rc=0}
22:49:36.908443 ---      ParallelTerminationStrategy: PID 68 died...
22:49:36.909836 run   osmo-ms-virt-phy/00034(pid=68): Terminated: ok {rc=0}
22:49:36.913290 ---      ParallelTerminationStrategy: PID 69 died...
22:49:36.914673 run   osmo-ms-virt-phy/00035(pid=69): Terminated: ok {rc=0}
22:49:36.918114 ---      ParallelTerminationStrategy: PID 70 died...
22:49:36.919522 run   osmo-ms-virt-phy/00036(pid=70): Terminated: ok {rc=0}
22:49:36.922967 ---      ParallelTerminationStrategy: PID 71 died...
22:49:36.924355 run   osmo-ms-virt-phy/00037(pid=71): Terminated: ok {rc=0}
22:49:36.927814 ---      ParallelTerminationStrategy: PID 72 died...
22:49:36.929218 run   osmo-ms-virt-phy/00038(pid=72): Terminated: ok {rc=0}
22:49:36.932682 ---      ParallelTerminationStrategy: PID 73 died...
22:49:36.934087 run   osmo-ms-virt-phy/00039(pid=73): Terminated: ok {rc=0}
22:49:36.937539 ---      ParallelTerminationStrategy: PID 74 died...
22:49:36.938925 run   osmo-ms-virt-phy/00040(pid=74): Terminated: ok {rc=0}
22:49:36.942356 ---      ParallelTerminationStrategy: PID 75 died...
22:49:36.943768 run   osmo-ms-virt-phy/00041(pid=75): Terminated: ok {rc=0}
22:49:36.947224 ---      ParallelTerminationStrategy: PID 76 died...
22:49:36.948624 run   osmo-ms-virt-phy/00042(pid=76): Terminated: ok {rc=0}
22:49:36.952078 ---      ParallelTerminationStrategy: PID 77 died...
22:49:36.953470 run   osmo-ms-virt-phy/00043(pid=77): Terminated: ok {rc=0}
22:49:36.956914 ---      ParallelTerminationStrategy: PID 78 died...
22:49:36.958304 run   osmo-ms-virt-phy/00044(pid=78): Terminated: ok {rc=0}
22:49:36.961755 ---      ParallelTerminationStrategy: PID 79 died...
22:49:36.963188 run   osmo-ms-virt-phy/00045(pid=79): Terminated: ok {rc=0}
22:49:36.966608 ---      ParallelTerminationStrategy: PID 80 died...
22:49:36.968000 run   osmo-ms-virt-phy/00046(pid=80): Terminated: ok {rc=0}
22:49:36.971446 ---      ParallelTerminationStrategy: PID 81 died...
22:49:36.972839 run   osmo-ms-virt-phy/00047(pid=81): Terminated: ok {rc=0}
22:49:36.976292 ---      ParallelTerminationStrategy: PID 82 died...
22:49:36.977683 run   osmo-ms-virt-phy/00048(pid=82): Terminated: ok {rc=0}
22:49:36.981122 ---      ParallelTerminationStrategy: PID 83 died...
22:49:36.982514 run   osmo-ms-virt-phy/00049(pid=83): Terminated: ok {rc=0}
22:49:36.985950 ---      ParallelTerminationStrategy: PID 84 died...
22:49:36.987380 run   osmo-ms-virt-phy/00050(pid=84): Terminated: ok {rc=0}
22:49:36.990809 ---      ParallelTerminationStrategy: PID 85 died...
22:49:36.992211 run   osmo-ms-virt-phy/00051(pid=85): Terminated: ok {rc=0}
22:49:36.995648 ---      ParallelTerminationStrategy: PID 86 died...
22:49:36.997034 run   osmo-ms-virt-phy/00052(pid=86): Terminated: ok {rc=0}
22:49:37.000479 ---      ParallelTerminationStrategy: PID 87 died...
22:49:37.001874 run   osmo-ms-virt-phy/00053(pid=87): Terminated: ok {rc=0}
22:49:37.005324 ---      ParallelTerminationStrategy: PID 88 died...
22:49:37.006714 run   osmo-ms-virt-phy/00054(pid=88): Terminated: ok {rc=0}
22:49:37.010165 ---      ParallelTerminationStrategy: PID 89 died...
22:49:37.011560 run   osmo-ms-virt-phy/00055(pid=89): Terminated: ok {rc=0}
22:49:37.015000 ---      ParallelTerminationStrategy: PID 90 died...
22:49:37.016394 run   osmo-ms-virt-phy/00056(pid=90): Terminated: ok {rc=0}
22:49:37.019862 ---      ParallelTerminationStrategy: PID 91 died...
22:49:37.021251 run   osmo-ms-virt-phy/00057(pid=91): Terminated: ok {rc=0}
22:49:37.024716 ---      ParallelTerminationStrategy: PID 92 died...
22:49:37.026107 run   osmo-ms-virt-phy/00058(pid=92): Terminated: ok {rc=0}
22:49:37.029559 ---      ParallelTerminationStrategy: PID 93 died...
22:49:37.030953 run   osmo-ms-virt-phy/00059(pid=93): Terminated: ok {rc=0}
22:49:37.034398 ---      ParallelTerminationStrategy: PID 94 died...
22:49:37.035819 run   osmo-ms-virt-phy/00060(pid=94): Terminated: ok {rc=0}
22:49:37.039261 ---      ParallelTerminationStrategy: PID 95 died...
22:49:37.040646 run   osmo-ms-virt-phy/00061(pid=95): Terminated: ok {rc=0}
22:49:37.044094 ---      ParallelTerminationStrategy: PID 96 died...
22:49:37.045478 run   osmo-ms-virt-phy/00062(pid=96): Terminated: ok {rc=0}
22:49:37.048913 ---      ParallelTerminationStrategy: PID 97 died...
22:49:37.050302 run   osmo-ms-virt-phy/00063(pid=97): Terminated: ok {rc=0}
22:49:37.053775 ---      ParallelTerminationStrategy: PID 98 died...
22:49:37.055185 run   osmo-ms-virt-phy/00064(pid=98): Terminated: ok {rc=0}
22:49:37.058605 ---      ParallelTerminationStrategy: PID 99 died...
22:49:37.060004 run   osmo-ms-virt-phy/00065(pid=99): Terminated: ok {rc=0}
22:49:37.063439 ---      ParallelTerminationStrategy: PID 100 died...
22:49:37.064834 run  osmo-ms-virt-phy/00066(pid=100): Terminated: ok {rc=0}
22:49:37.068313 ---      ParallelTerminationStrategy: PID 101 died...
22:49:37.069718 run  osmo-ms-virt-phy/00067(pid=101): Terminated: ok {rc=0}
22:49:37.073172 ---      ParallelTerminationStrategy: PID 102 died...
22:49:37.074565 run  osmo-ms-virt-phy/00068(pid=102): Terminated: ok {rc=0}
22:49:37.077987 ---      ParallelTerminationStrategy: PID 103 died...
22:49:37.079395 run  osmo-ms-virt-phy/00069(pid=103): Terminated: ok {rc=0}
22:49:37.082818 ---      ParallelTerminationStrategy: PID 104 died...
22:49:37.084250 run  osmo-ms-virt-phy/00070(pid=104): Terminated: ok {rc=0}
22:49:37.087692 ---      ParallelTerminationStrategy: PID 105 died...
22:49:37.089084 run  osmo-ms-virt-phy/00071(pid=105): Terminated: ok {rc=0}
22:49:37.092538 ---      ParallelTerminationStrategy: PID 106 died...
22:49:37.093936 run  osmo-ms-virt-phy/00072(pid=106): Terminated: ok {rc=0}
22:49:37.097382 ---      ParallelTerminationStrategy: PID 107 died...
22:49:37.098784 run  osmo-ms-virt-phy/00073(pid=107): Terminated: ok {rc=0}
22:49:37.102243 ---      ParallelTerminationStrategy: PID 108 died...
22:49:37.103650 run  osmo-ms-virt-phy/00074(pid=108): Terminated: ok {rc=0}
22:49:37.107103 ---      ParallelTerminationStrategy: PID 109 died...
22:49:37.108495 run  osmo-ms-virt-phy/00075(pid=109): Terminated: ok {rc=0}
22:49:37.111947 ---      ParallelTerminationStrategy: PID 110 died...
22:49:37.113337 run  osmo-ms-virt-phy/00076(pid=110): Terminated: ok {rc=0}
22:49:37.116769 ---      ParallelTerminationStrategy: PID 111 died...
22:49:37.118159 run  osmo-ms-virt-phy/00077(pid=111): Terminated: ok {rc=0}
22:49:37.121589 ---      ParallelTerminationStrategy: PID 112 died...
22:49:37.123004 run  osmo-ms-virt-phy/00078(pid=112): Terminated: ok {rc=0}
22:49:37.126482 ---      ParallelTerminationStrategy: PID 113 died...
22:49:37.128037 run  osmo-ms-virt-phy/00079(pid=113): Terminated: ok {rc=0}
22:49:37.131696 ---      ParallelTerminationStrategy: PID 114 died...
22:49:37.133163 run  osmo-ms-virt-phy/00080(pid=114): Terminated: ok {rc=0}
22:49:37.136749 ---      ParallelTerminationStrategy: PID 115 died...
22:49:37.138184 run  osmo-ms-virt-phy/00081(pid=115): Terminated: ok {rc=0}
22:49:37.141744 ---      ParallelTerminationStrategy: PID 116 died...
22:49:37.143187 run  osmo-ms-virt-phy/00082(pid=116): Terminated: ok {rc=0}
22:49:37.146738 ---      ParallelTerminationStrategy: PID 117 died...
22:49:37.148197 run  osmo-ms-virt-phy/00083(pid=117): Terminated: ok {rc=0}
22:49:37.151757 ---      ParallelTerminationStrategy: PID 118 died...
22:49:37.153192 run  osmo-ms-virt-phy/00084(pid=118): Terminated: ok {rc=0}
22:49:37.156721 ---      ParallelTerminationStrategy: PID 119 died...
22:49:37.158150 run  osmo-ms-virt-phy/00085(pid=119): Terminated: ok {rc=0}
22:49:37.161699 ---      ParallelTerminationStrategy: PID 120 died...
22:49:37.163135 run  osmo-ms-virt-phy/00086(pid=120): Terminated: ok {rc=0}
22:49:37.166680 ---      ParallelTerminationStrategy: PID 121 died...
22:49:37.168123 run  osmo-ms-virt-phy/00087(pid=121): Terminated: ok {rc=0}
22:49:37.171656 ---      ParallelTerminationStrategy: PID 122 died...
22:49:37.173079 run  osmo-ms-virt-phy/00088(pid=122): Terminated: ok {rc=0}
22:49:37.176687 ---      ParallelTerminationStrategy: PID 123 died...
22:49:37.178119 run  osmo-ms-virt-phy/00089(pid=123): Terminated: ok {rc=0}
22:49:37.181659 ---      ParallelTerminationStrategy: PID 124 died...
22:49:37.183106 run  osmo-ms-virt-phy/00090(pid=124): Terminated: ok {rc=0}
22:49:37.186638 ---      ParallelTerminationStrategy: PID 125 died...
22:49:37.188067 run  osmo-ms-virt-phy/00091(pid=125): Terminated: ok {rc=0}
22:49:37.191631 ---      ParallelTerminationStrategy: PID 126 died...
22:49:37.193066 run  osmo-ms-virt-phy/00092(pid=126): Terminated: ok {rc=0}
22:49:37.196625 ---      ParallelTerminationStrategy: PID 127 died...
22:49:37.198072 run  osmo-ms-virt-phy/00093(pid=127): Terminated: ok {rc=0}
22:49:37.201634 ---      ParallelTerminationStrategy: PID 128 died...
22:49:37.203082 run  osmo-ms-virt-phy/00094(pid=128): Terminated: ok {rc=0}
22:49:37.206641 ---      ParallelTerminationStrategy: PID 129 died...
22:49:37.208094 run  osmo-ms-virt-phy/00095(pid=129): Terminated: ok {rc=0}
22:49:37.211649 ---      ParallelTerminationStrategy: PID 130 died...
22:49:37.213087 run  osmo-ms-virt-phy/00096(pid=130): Terminated: ok {rc=0}
22:49:37.216661 ---      ParallelTerminationStrategy: PID 131 died...
22:49:37.218099 run  osmo-ms-virt-phy/00097(pid=131): Terminated: ok {rc=0}
22:49:37.221708 ---      ParallelTerminationStrategy: PID 132 died...
22:49:37.223161 run  osmo-ms-virt-phy/00098(pid=132): Terminated: ok {rc=0}
22:49:37.226598 ---      ParallelTerminationStrategy: PID 133 died...
22:49:37.228022 run  osmo-ms-virt-phy/00099(pid=133): Terminated: ok {rc=0}
22:49:37.231513 ---      ParallelTerminationStrategy: PID 134 died...
22:49:37.232914 run       osmo-ms-mob/00000(pid=134): Terminated {rc=26112}
22:49:37.236399 ---      ParallelTerminationStrategy: PID 135 died...
22:49:37.237815 run       osmo-ms-mob/00001(pid=135): Terminated {rc=26112}
22:49:37.241319 ---      ParallelTerminationStrategy: PID 136 died...
22:49:37.242734 run       osmo-ms-mob/00002(pid=136): Terminated {rc=26112}
22:49:37.246260 ---      ParallelTerminationStrategy: PID 137 died...
22:49:37.247696 run       osmo-ms-mob/00003(pid=137): Terminated {rc=26112}
22:49:37.251218 ---      ParallelTerminationStrategy: PID 138 died...
22:49:37.252635 run       osmo-ms-mob/00004(pid=138): Terminated {rc=26112}
22:49:37.256143 ---      ParallelTerminationStrategy: PID 139 died...
22:49:37.257556 run       osmo-ms-mob/00005(pid=139): Terminated {rc=26112}
22:49:37.261087 ---      ParallelTerminationStrategy: PID 140 died...
22:49:37.262497 run       osmo-ms-mob/00006(pid=140): Terminated {rc=26112}
22:49:37.266015 ---      ParallelTerminationStrategy: PID 141 died...
22:49:37.267423 run       osmo-ms-mob/00007(pid=141): Terminated {rc=26112}
22:49:37.270924 ---      ParallelTerminationStrategy: PID 142 died...
22:49:37.272334 run       osmo-ms-mob/00008(pid=142): Terminated {rc=26112}
22:49:37.275861 ---      ParallelTerminationStrategy: PID 143 died...
22:49:37.277272 run       osmo-ms-mob/00009(pid=143): Terminated {rc=26112}
22:49:37.280811 ---      ParallelTerminationStrategy: PID 144 died...
22:49:37.282226 run       osmo-ms-mob/00010(pid=144): Terminated {rc=26112}
22:49:37.285740 ---      ParallelTerminationStrategy: PID 145 died...
22:49:37.287157 run       osmo-ms-mob/00011(pid=145): Terminated {rc=26112}
22:49:37.290670 ---      ParallelTerminationStrategy: PID 146 died...
22:49:37.292112 run       osmo-ms-mob/00012(pid=146): Terminated {rc=26112}
22:49:37.295617 ---      ParallelTerminationStrategy: PID 147 died...
22:49:37.297030 run       osmo-ms-mob/00013(pid=147): Terminated {rc=26112}
22:49:37.300552 ---      ParallelTerminationStrategy: PID 148 died...
22:49:37.301964 run       osmo-ms-mob/00014(pid=148): Terminated {rc=26112}
22:49:37.305480 ---      ParallelTerminationStrategy: PID 149 died...
22:49:37.306905 run       osmo-ms-mob/00015(pid=149): Terminated {rc=26112}
22:49:37.310413 ---      ParallelTerminationStrategy: PID 150 died...
22:49:37.311837 run       osmo-ms-mob/00016(pid=150): Terminated {rc=26112}
22:49:37.315376 ---      ParallelTerminationStrategy: PID 151 died...
22:49:37.316792 run       osmo-ms-mob/00017(pid=151): Terminated {rc=26112}
22:49:37.320327 ---      ParallelTerminationStrategy: PID 152 died...
22:49:37.321755 run       osmo-ms-mob/00018(pid=152): Terminated {rc=26112}
22:49:37.325295 ---      ParallelTerminationStrategy: PID 153 died...
22:49:37.326703 run       osmo-ms-mob/00019(pid=153): Terminated {rc=26112}
22:49:37.330213 ---      ParallelTerminationStrategy: PID 154 died...
22:49:37.331660 run       osmo-ms-mob/00020(pid=154): Terminated {rc=26112}
22:49:37.335180 ---      ParallelTerminationStrategy: PID 155 died...
22:49:37.336600 run       osmo-ms-mob/00021(pid=155): Terminated {rc=26112}
22:49:37.340115 ---      ParallelTerminationStrategy: PID 156 died...
22:49:37.341535 run       osmo-ms-mob/00022(pid=156): Terminated {rc=26112}
22:49:37.345041 ---      ParallelTerminationStrategy: PID 157 died...
22:49:37.346452 run       osmo-ms-mob/00023(pid=157): Terminated {rc=26112}
22:49:37.349960 ---      ParallelTerminationStrategy: PID 158 died...
22:49:37.351381 run       osmo-ms-mob/00024(pid=158): Terminated {rc=26112}
22:49:37.354890 ---      ParallelTerminationStrategy: PID 159 died...
22:49:37.356315 run       osmo-ms-mob/00025(pid=159): Terminated {rc=26112}
22:49:37.359826 ---      ParallelTerminationStrategy: PID 160 died...
22:49:37.361238 run       osmo-ms-mob/00026(pid=160): Terminated {rc=26112}
22:49:37.364772 ---      ParallelTerminationStrategy: PID 161 died...
22:49:37.366183 run       osmo-ms-mob/00027(pid=161): Terminated {rc=26112}
22:49:37.369702 ---      ParallelTerminationStrategy: PID 162 died...
22:49:37.371140 run       osmo-ms-mob/00028(pid=162): Terminated {rc=26112}
22:49:37.374650 ---      ParallelTerminationStrategy: PID 163 died...
22:49:37.376069 run       osmo-ms-mob/00029(pid=163): Terminated {rc=26112}
22:49:37.379609 ---      ParallelTerminationStrategy: PID 164 died...
22:49:37.381011 run       osmo-ms-mob/00030(pid=164): Terminated {rc=26112}
22:49:37.384523 ---      ParallelTerminationStrategy: PID 165 died...
22:49:37.385933 run       osmo-ms-mob/00031(pid=165): Terminated {rc=26112}
22:49:37.389445 ---      ParallelTerminationStrategy: PID 166 died...
22:49:37.390856 run       osmo-ms-mob/00032(pid=166): Terminated {rc=26112}
22:49:37.394370 ---      ParallelTerminationStrategy: PID 167 died...
22:49:37.395794 run       osmo-ms-mob/00033(pid=167): Terminated {rc=26112}
22:49:37.399311 ---      ParallelTerminationStrategy: PID 168 died...
22:49:37.400714 run       osmo-ms-mob/00034(pid=168): Terminated {rc=26112}
22:49:37.404226 ---      ParallelTerminationStrategy: PID 169 died...
22:49:37.405643 run       osmo-ms-mob/00035(pid=169): Terminated {rc=26112}
22:49:37.409169 ---      ParallelTerminationStrategy: PID 170 died...
22:49:37.410584 run       osmo-ms-mob/00036(pid=170): Terminated {rc=26112}
22:49:37.414101 ---      ParallelTerminationStrategy: PID 171 died...
22:49:37.415519 run       osmo-ms-mob/00037(pid=171): Terminated {rc=26112}
22:49:37.419033 ---      ParallelTerminationStrategy: PID 172 died...
22:49:37.420453 run       osmo-ms-mob/00038(pid=172): Terminated {rc=26112}
22:49:37.424008 ---      ParallelTerminationStrategy: PID 173 died...
22:49:37.425421 run       osmo-ms-mob/00039(pid=173): Terminated {rc=26112}
22:49:37.428938 ---      ParallelTerminationStrategy: PID 174 died...
22:49:37.430360 run       osmo-ms-mob/00040(pid=174): Terminated {rc=26112}
22:49:37.433875 ---      ParallelTerminationStrategy: PID 175 died...
22:49:37.435297 run       osmo-ms-mob/00041(pid=175): Terminated {rc=26112}
22:49:37.438815 ---      ParallelTerminationStrategy: PID 176 died...
22:49:37.440255 run       osmo-ms-mob/00042(pid=176): Terminated {rc=26112}
22:49:37.443756 ---      ParallelTerminationStrategy: PID 177 died...
22:49:37.445164 run       osmo-ms-mob/00043(pid=177): Terminated {rc=26112}
22:49:37.448689 ---      ParallelTerminationStrategy: PID 178 died...
22:49:37.450104 run       osmo-ms-mob/00044(pid=178): Terminated {rc=26112}
22:49:37.453626 ---      ParallelTerminationStrategy: PID 179 died...
22:49:37.455057 run       osmo-ms-mob/00045(pid=179): Terminated {rc=26112}
22:49:37.458567 ---      ParallelTerminationStrategy: PID 180 died...
22:49:37.459987 run       osmo-ms-mob/00046(pid=180): Terminated {rc=26112}
22:49:37.463495 ---      ParallelTerminationStrategy: PID 181 died...
22:49:37.464905 run       osmo-ms-mob/00047(pid=181): Terminated {rc=26112}
22:49:37.468421 ---      ParallelTerminationStrategy: PID 182 died...
22:49:37.469825 run       osmo-ms-mob/00048(pid=182): Terminated {rc=26112}
22:49:37.473382 ---      ParallelTerminationStrategy: PID 183 died...
22:49:37.474792 run       osmo-ms-mob/00049(pid=183): Terminated {rc=26112}
22:49:37.478304 ---      ParallelTerminationStrategy: PID 184 died...
22:49:37.479718 run       osmo-ms-mob/00050(pid=184): Terminated {rc=26112}
22:49:37.483260 ---      ParallelTerminationStrategy: PID 185 died...
22:49:37.484697 run       osmo-ms-mob/00051(pid=185): Terminated {rc=26112}
22:49:37.488229 ---      ParallelTerminationStrategy: PID 186 died...
22:49:37.489647 run       osmo-ms-mob/00052(pid=186): Terminated {rc=26112}
22:49:37.493187 ---      ParallelTerminationStrategy: PID 187 died...
22:49:37.494607 run       osmo-ms-mob/00053(pid=187): Terminated {rc=26112}
22:49:37.498127 ---      ParallelTerminationStrategy: PID 188 died...
22:49:37.499551 run       osmo-ms-mob/00054(pid=188): Terminated {rc=26112}
22:49:37.503073 ---      ParallelTerminationStrategy: PID 189 died...
22:49:37.504488 run       osmo-ms-mob/00055(pid=189): Terminated {rc=26112}
22:49:37.508003 ---      ParallelTerminationStrategy: PID 190 died...
22:49:37.509419 run       osmo-ms-mob/00056(pid=190): Terminated {rc=26112}
22:49:37.512925 ---      ParallelTerminationStrategy: PID 191 died...
22:49:37.514333 run       osmo-ms-mob/00057(pid=191): Terminated {rc=26112}
22:49:37.517858 ---      ParallelTerminationStrategy: PID 192 died...
22:49:37.519288 run       osmo-ms-mob/00058(pid=192): Terminated {rc=26112}
22:49:37.522794 ---      ParallelTerminationStrategy: PID 193 died...
22:49:37.524213 run       osmo-ms-mob/00059(pid=193): Terminated {rc=26112}
22:49:37.527720 ---      ParallelTerminationStrategy: PID 194 died...
22:49:37.529152 run       osmo-ms-mob/00060(pid=194): Terminated {rc=26112}
22:49:37.532664 ---      ParallelTerminationStrategy: PID 195 died...
22:49:37.534074 run       osmo-ms-mob/00061(pid=195): Terminated {rc=26112}
22:49:37.537589 ---      ParallelTerminationStrategy: PID 196 died...
22:49:37.539039 run       osmo-ms-mob/00062(pid=196): Terminated {rc=26112}
22:49:37.542543 ---      ParallelTerminationStrategy: PID 197 died...
22:49:37.543979 run       osmo-ms-mob/00063(pid=197): Terminated {rc=26112}
22:49:37.547534 ---      ParallelTerminationStrategy: PID 198 died...
22:49:37.548956 run       osmo-ms-mob/00064(pid=198): Terminated {rc=26112}
22:49:37.552476 ---      ParallelTerminationStrategy: PID 199 died...
22:49:37.553888 run       osmo-ms-mob/00065(pid=199): Terminated {rc=26112}
22:49:37.557425 ---      ParallelTerminationStrategy: PID 200 died...
22:49:37.558846 run       osmo-ms-mob/00066(pid=200): Terminated {rc=26112}
22:49:37.562370 ---      ParallelTerminationStrategy: PID 201 died...
22:49:37.563800 run       osmo-ms-mob/00067(pid=201): Terminated {rc=26112}
22:49:37.567307 ---      ParallelTerminationStrategy: PID 202 died...
22:49:37.568716 run       osmo-ms-mob/00068(pid=202): Terminated {rc=26112}
22:49:37.572236 ---      ParallelTerminationStrategy: PID 203 died...
22:49:37.573655 run       osmo-ms-mob/00069(pid=203): Terminated {rc=26112}
22:49:37.577185 ---      ParallelTerminationStrategy: PID 204 died...
22:49:37.578601 run       osmo-ms-mob/00070(pid=204): Terminated {rc=26112}
22:49:37.582124 ---      ParallelTerminationStrategy: PID 205 died...
22:49:37.583563 run       osmo-ms-mob/00071(pid=205): Terminated {rc=26112}
22:49:37.587092 ---      ParallelTerminationStrategy: PID 206 died...
22:49:37.588513 run       osmo-ms-mob/00072(pid=206): Terminated {rc=26112}
22:49:37.592020 ---      ParallelTerminationStrategy: PID 207 died...
22:49:37.593430 run       osmo-ms-mob/00073(pid=207): Terminated {rc=26112}
22:49:37.596976 ---      ParallelTerminationStrategy: PID 208 died...
22:49:37.598399 run       osmo-ms-mob/00074(pid=208): Terminated {rc=26112}
22:49:37.601909 ---      ParallelTerminationStrategy: PID 209 died...
22:49:37.603328 run       osmo-ms-mob/00075(pid=209): Terminated {rc=26112}
22:49:37.606850 ---      ParallelTerminationStrategy: PID 210 died...
22:49:37.608276 run       osmo-ms-mob/00076(pid=210): Terminated {rc=26112}
22:49:37.611817 ---      ParallelTerminationStrategy: PID 211 died...
22:49:37.613235 run       osmo-ms-mob/00077(pid=211): Terminated {rc=26112}
22:49:37.616766 ---      ParallelTerminationStrategy: PID 212 died...
22:49:37.618169 run       osmo-ms-mob/00078(pid=212): Terminated {rc=26112}
22:49:37.621688 ---      ParallelTerminationStrategy: PID 213 died...
22:49:37.623118 run       osmo-ms-mob/00079(pid=213): Terminated {rc=26112}
22:49:37.626653 ---      ParallelTerminationStrategy: PID 214 died...
22:49:37.628087 run       osmo-ms-mob/00080(pid=214): Terminated {rc=26112}
22:49:37.631627 ---      ParallelTerminationStrategy: PID 215 died...
22:49:37.633036 run       osmo-ms-mob/00081(pid=215): Terminated {rc=26112}
22:49:37.636569 ---      ParallelTerminationStrategy: PID 216 died...
22:49:37.637972 run       osmo-ms-mob/00082(pid=216): Terminated {rc=26112}
22:49:37.641472 ---      ParallelTerminationStrategy: PID 217 died...
22:49:37.642896 run       osmo-ms-mob/00083(pid=217): Terminated {rc=26112}
22:49:37.646407 ---      ParallelTerminationStrategy: PID 218 died...
22:49:37.647831 run       osmo-ms-mob/00084(pid=218): Terminated {rc=26112}
22:49:37.651389 ---      ParallelTerminationStrategy: PID 219 died...
22:49:37.652809 run       osmo-ms-mob/00085(pid=219): Terminated {rc=26112}
22:49:37.656327 ---      ParallelTerminationStrategy: PID 220 died...
22:49:37.657745 run       osmo-ms-mob/00086(pid=220): Terminated {rc=26112}
22:49:37.661289 ---      ParallelTerminationStrategy: PID 221 died...
22:49:37.662705 run       osmo-ms-mob/00087(pid=221): Terminated {rc=26112}
22:49:37.666225 ---      ParallelTerminationStrategy: PID 222 died...
22:49:37.667657 run       osmo-ms-mob/00088(pid=222): Terminated {rc=26112}
22:49:37.671186 ---      ParallelTerminationStrategy: PID 223 died...
22:49:37.672618 run       osmo-ms-mob/00089(pid=223): Terminated {rc=26112}
22:49:37.676141 ---      ParallelTerminationStrategy: PID 224 died...
22:49:37.677551 run       osmo-ms-mob/00090(pid=224): Terminated {rc=26112}
22:49:37.681090 ---      ParallelTerminationStrategy: PID 225 died...
22:49:37.682498 run       osmo-ms-mob/00091(pid=225): Terminated {rc=26112}
22:49:37.686038 ---      ParallelTerminationStrategy: PID 226 died...
22:49:37.687486 run       osmo-ms-mob/00092(pid=226): Terminated {rc=26112}
22:49:37.691019 ---      ParallelTerminationStrategy: PID 227 died...
22:49:37.692450 run       osmo-ms-mob/00093(pid=227): Terminated {rc=26112}
22:49:37.695993 ---      ParallelTerminationStrategy: PID 228 died...
22:49:37.697407 run       osmo-ms-mob/00094(pid=228): Terminated {rc=26112}
22:49:37.700957 ---      ParallelTerminationStrategy: PID 229 died...
22:49:37.702378 run       osmo-ms-mob/00095(pid=229): Terminated {rc=26112}
22:49:37.705897 ---      ParallelTerminationStrategy: PID 230 died...
22:49:37.707334 run       osmo-ms-mob/00096(pid=230): Terminated {rc=26112}
22:49:37.710839 ---      ParallelTerminationStrategy: PID 231 died...
22:49:37.712261 run       osmo-ms-mob/00097(pid=231): Terminated {rc=26112}
22:49:37.715812 ---      ParallelTerminationStrategy: PID 232 died...
22:49:37.717226 run       osmo-ms-mob/00098(pid=232): Terminated {rc=26112}
22:49:37.720765 ---      ParallelTerminationStrategy: PID 233 died...
22:49:37.722185 run       osmo-ms-mob/00099(pid=233): Terminated {rc=26112}
22:49:41.126484 ---      ParallelTerminationStrategy: PID 33 died...
22:49:41.132232 run         osmo-bts-virtual(pid=33): Terminated: ok {rc=0}
---------------------------------------------------------------------
trial-8393 netreg_mass PASS
---------------------------------------------------------------------
22:49:41.204788 tst                       trial-8393: Storing JUnit report in /build/trial-8393/run.2026-07-15_22-48-16/trial-8393.xml

--------------------------------------------------------------------------------------------
trial-8393 PASS
--------------------------------------------------------------------------------------------
22:49:41.214843 tst                       trial-8393: trial-8393: PASS, 1 suites passed
PASS: netreg_mass (pass: 1)
    pass: register_default_mass.py (79.5 sec)
+ exit_code=0
+ rm -rf trial-8393/inst
+ cd trial-8393
+ command -v journalctl
+ [ ! -z /usr/bin/journalctl ]
+ readlink last_run
+ journalctl -u ofono -o short-precise --since 2026-07-15 22:48:15
No journal files were found.
+ readlink last_run
+ tar czf /build/trial-8393-run.tgz run.2026-07-15_22-48-16
+ tar czf /build/trial-8393-bin.tgz checksums.md5 open5gs.build-8.tgz osmo-bsc.build-2026-07-15_13_27_03.tgz osmo-bts-oc2g.build-2026-07-15_00_52_36.tgz osmo-bts-sysmo.build-2026-07-15_00_52_35.tgz osmo-bts.build-2026-07-15_00_52_43.tgz osmo-ggsn.build-2026-07-15_20_43_09.tgz osmo-hlr.build-2026-07-15_16_37_38.tgz osmo-hnbgw.build-2026-07-15_13_31_35.tgz osmo-mgw.build-2026-07-15_08_33_42.tgz osmo-msc.build-2026-07-15_13_34_39.tgz osmo-nitb.build-17155.tgz osmo-pcu-oc2g.build-2026-07-15_07_35_15.tgz osmo-pcu-sysmo.build-2026-07-15_07_35_15.tgz osmo-pcu.build-2026-07-15_07_35_14.tgz osmo-sgsn.build-2026-07-15_20_49_18.tgz osmo-stp.build-2026-07-15_13_25_41.tgz osmo-trx.build-2026-07-15_14_22_25.tgz osmocom-bb.build-2026-07-15_21_18_49.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