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/jenkins11574272701641797624.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-8374
+ 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
2e9b710 debian-trixie-build: add tshark
+ 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 [17/28] RUN	APT-GET update && 	apt-get install -y --no-install-recommends 		gnuradio && 	apt-get clean
#7 CACHED

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

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

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

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

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

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

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

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

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

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

#18 [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
#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 [ 9/28] COPY	SSH /root/.ssh
#20 CACHED

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

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

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

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

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

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

#27 [22/28] ADD	HTTPS://GERRIT.OSMOCOM.ORG/PLUGINS/GITILES/OSMO-GSM-TESTER/+/MASTER?FORMAT=TEXT /tmp/commit
#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 [13/28] RUN	CHOWN -R jenkins:jenkins                  /osmo-gsm-tester-*
#30 CACHED

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

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

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

#34 exporting to image
#34 exporting layers done
#34 writing image sha256:86744d4522177d6090918f2f4a251f058bf3b4310ab1e1fe37cd1970857e0199 done
#34 naming to docker.io/osmocom-build/osmo-gsm-tester:latest 0.0s 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=8375 -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-06-27 22:48:15
+ trial_dir_prefix=trial-
+ rm -rf trial-*
+ trial_dir=trial-8375
+ mkdir -p trial-8375
+ mv open5gs.build-8.tgz osmo-bsc.build-2026-06-27_13_29_17.tgz osmo-bts-oc2g.build-2026-06-27_00_51_51.tgz osmo-bts-sysmo.build-2026-06-27_00_51_55.tgz osmo-bts.build-2026-06-27_00_52_05.tgz osmo-ggsn.build-2026-06-27_20_42_47.tgz osmo-hlr.build-2026-06-27_16_36_49.tgz osmo-hnbgw.build-2026-06-27_13_30_35.tgz osmo-mgw.build-2026-06-27_08_33_07.tgz osmo-msc.build-2026-06-27_13_35_13.tgz osmo-nitb.build-17155.tgz osmo-pcu-oc2g.build-2026-06-27_07_35_00.tgz osmo-pcu-sysmo.build-2026-06-27_07_35_03.tgz osmo-pcu.build-2026-06-27_07_35_09.tgz osmo-sgsn.build-2026-06-27_20_48_23.tgz osmo-stp.build-2026-06-27_13_25_44.tgz osmo-trx.build-2026-06-27_14_21_55.tgz osmocom-bb.build-2026-06-27_21_17_34.tgz srslte.build-19.tgz trial-8375
+ cat open5gs.build-8.md5 osmo-bsc.build-2026-06-27_13_29_17.md5 osmo-bts-oc2g.build-2026-06-27_00_51_51.md5 osmo-bts-sysmo.build-2026-06-27_00_51_55.md5 osmo-bts.build-2026-06-27_00_52_05.md5 osmo-ggsn.build-2026-06-27_20_42_47.md5 osmo-hlr.build-2026-06-27_16_36_49.md5 osmo-hnbgw.build-2026-06-27_13_30_35.md5 osmo-mgw.build-2026-06-27_08_33_07.md5 osmo-msc.build-2026-06-27_13_35_13.md5 osmo-nitb.build-17155.md5 osmo-pcu-oc2g.build-2026-06-27_07_35_00.md5 osmo-pcu-sysmo.build-2026-06-27_07_35_03.md5 osmo-pcu.build-2026-06-27_07_35_09.md5 osmo-sgsn.build-2026-06-27_20_48_23.md5 osmo-stp.build-2026-06-27_13_25_44.md5 osmo-trx.build-2026-06-27_14_21_55.md5 osmocom-bb.build-2026-06-27_21_17_34.md5 srslte.build-19.md5
+ rm open5gs.build-8.md5 osmo-bsc.build-2026-06-27_13_29_17.md5 osmo-bts-oc2g.build-2026-06-27_00_51_51.md5 osmo-bts-sysmo.build-2026-06-27_00_51_55.md5 osmo-bts.build-2026-06-27_00_52_05.md5 osmo-ggsn.build-2026-06-27_20_42_47.md5 osmo-hlr.build-2026-06-27_16_36_49.md5 osmo-hnbgw.build-2026-06-27_13_30_35.md5 osmo-mgw.build-2026-06-27_08_33_07.md5 osmo-msc.build-2026-06-27_13_35_13.md5 osmo-nitb.build-17155.md5 osmo-pcu-oc2g.build-2026-06-27_07_35_00.md5 osmo-pcu-sysmo.build-2026-06-27_07_35_03.md5 osmo-pcu.build-2026-06-27_07_35_09.md5 osmo-sgsn.build-2026-06-27_20_48_23.md5 osmo-stp.build-2026-06-27_13_25_44.md5 osmo-trx.build-2026-06-27_14_21_55.md5 osmocom-bb.build-2026-06-27_21_17_34.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-8375 -s netreg_mass
combinations: ['netreg_mass']
trial: 'trial-8375'
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-8375
--------------------------------------------------------------------------------------------
22:48:16.003146 tst                       trial-8375: Detailed log at /build/trial-8375/run.2026-06-27_22-48-16/log

---------------------------------------------------------------------
trial-8375 netreg_mass
---------------------------------------------------------------------
22:48:16.207904 tst                      netreg_mass: reserving resources in /var/tmp/osmo-gsm-tester/state ...
22:48:16.208263 tst                      netreg_mass: Verifying 1 x bts (candidates: 1)
22:48:16.209040 tst                      netreg_mass: Verifying 6 x ip_address (candidates: 9)
22:48:16.210176 tst                      netreg_mass: Verifying 100 x modem (candidates: 100)
22:48:16.251835 tst                      netreg_mass: Reserving 1 x bts (candidates: 1)
22:48:16.252700 tst                      netreg_mass: Reserving 6 x ip_address (candidates: 9)
22:48:16.253854 tst                      netreg_mass: Reserving 100 x modem (candidates: 100)
22:48:16.316420 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-8375 netreg_mass register_default_mass.py
----------------------------------------------
22:48:16.317167 tst       register_default_mass.py:9: Claiming resources for the test
22:48:16.332274 tst                      netreg_mass: Using 1 x ip_address (candidates: 6)
22:48:16.332788 tst                      netreg_mass: Using 1 x ip_address (candidates: 6)
22:48:16.333243 tst                      netreg_mass: Using 1 x ip_address (candidates: 6)
22:48:16.333689 tst                      netreg_mass: Using 1 x ip_address (candidates: 6)
22:48:16.334123 tst                      netreg_mass: Using 1 x ip_address (candidates: 6)
22:48:16.334580 tst                      netreg_mass: Using 1 x ip_address (candidates: 6)
22:48:16.335020 tst                      netreg_mass: Using 1 x bts (candidates: 1)
22:48:16.365120 tst         register_default_mass.py: using LAC 2
22:48:16.386368 tst         register_default_mass.py: using RAC 2
22:48:16.411910 tst         register_default_mass.py: using CellId 2
22:48:16.440568 tst         register_default_mass.py: using BVCI 3
22:48:16.454037 tst                      netreg_mass: Using 1 x modem (candidates: 100)
22:48:16.454748 tst                      netreg_mass: Using 1 x modem (candidates: 100)
22:48:16.455350 tst                      netreg_mass: Using 1 x modem (candidates: 100)
22:48:16.455876 tst                      netreg_mass: Using 1 x modem (candidates: 100)
22:48:16.456387 tst                      netreg_mass: Using 1 x modem (candidates: 100)
22:48:16.456900 tst                      netreg_mass: Using 1 x modem (candidates: 100)
22:48:16.457396 tst                      netreg_mass: Using 1 x modem (candidates: 100)
22:48:16.457906 tst                      netreg_mass: Using 1 x modem (candidates: 100)
22:48:16.458451 tst                      netreg_mass: Using 1 x modem (candidates: 100)
22:48:16.458962 tst                      netreg_mass: Using 1 x modem (candidates: 100)
22:48:16.459451 tst                      netreg_mass: Using 1 x modem (candidates: 100)
22:48:16.459962 tst                      netreg_mass: Using 1 x modem (candidates: 100)
22:48:16.460476 tst                      netreg_mass: Using 1 x modem (candidates: 100)
22:48:16.460989 tst                      netreg_mass: Using 1 x modem (candidates: 100)
22:48:16.461511 tst                      netreg_mass: Using 1 x modem (candidates: 100)
22:48:16.462022 tst                      netreg_mass: Using 1 x modem (candidates: 100)
22:48:16.462537 tst                      netreg_mass: Using 1 x modem (candidates: 100)
22:48:16.463061 tst                      netreg_mass: Using 1 x modem (candidates: 100)
22:48:16.463564 tst                      netreg_mass: Using 1 x modem (candidates: 100)
22:48:16.464075 tst                      netreg_mass: Using 1 x modem (candidates: 100)
22:48:16.464593 tst                      netreg_mass: Using 1 x modem (candidates: 100)
22:48:16.465103 tst                      netreg_mass: Using 1 x modem (candidates: 100)
22:48:16.465620 tst                      netreg_mass: Using 1 x modem (candidates: 100)
22:48:16.466143 tst                      netreg_mass: Using 1 x modem (candidates: 100)
22:48:16.466663 tst                      netreg_mass: Using 1 x modem (candidates: 100)
22:48:16.467197 tst                      netreg_mass: Using 1 x modem (candidates: 100)
22:48:16.467721 tst                      netreg_mass: Using 1 x modem (candidates: 100)
22:48:16.468238 tst                      netreg_mass: Using 1 x modem (candidates: 100)
22:48:16.468773 tst                      netreg_mass: Using 1 x modem (candidates: 100)
22:48:16.469300 tst                      netreg_mass: Using 1 x modem (candidates: 100)
22:48:16.469824 tst                      netreg_mass: Using 1 x modem (candidates: 100)
22:48:16.470362 tst                      netreg_mass: Using 1 x modem (candidates: 100)
22:48:16.470905 tst                      netreg_mass: Using 1 x modem (candidates: 100)
22:48:16.471459 tst                      netreg_mass: Using 1 x modem (candidates: 100)
22:48:16.472003 tst                      netreg_mass: Using 1 x modem (candidates: 100)
22:48:16.472526 tst                      netreg_mass: Using 1 x modem (candidates: 100)
22:48:16.473067 tst                      netreg_mass: Using 1 x modem (candidates: 100)
22:48:16.473603 tst                      netreg_mass: Using 1 x modem (candidates: 100)
22:48:16.474129 tst                      netreg_mass: Using 1 x modem (candidates: 100)
22:48:16.474664 tst                      netreg_mass: Using 1 x modem (candidates: 100)
22:48:16.475183 tst                      netreg_mass: Using 1 x modem (candidates: 100)
22:48:16.475708 tst                      netreg_mass: Using 1 x modem (candidates: 100)
22:48:16.476250 tst                      netreg_mass: Using 1 x modem (candidates: 100)
22:48:16.476775 tst                      netreg_mass: Using 1 x modem (candidates: 100)
22:48:16.477292 tst                      netreg_mass: Using 1 x modem (candidates: 100)
22:48:16.477825 tst                      netreg_mass: Using 1 x modem (candidates: 100)
22:48:16.478353 tst                      netreg_mass: Using 1 x modem (candidates: 100)
22:48:16.478896 tst                      netreg_mass: Using 1 x modem (candidates: 100)
22:48:16.479458 tst                      netreg_mass: Using 1 x modem (candidates: 100)
22:48:16.479978 tst                      netreg_mass: Using 1 x modem (candidates: 100)
22:48:16.480526 tst                      netreg_mass: Using 1 x modem (candidates: 100)
22:48:16.481045 tst                      netreg_mass: Using 1 x modem (candidates: 100)
22:48:16.481561 tst                      netreg_mass: Using 1 x modem (candidates: 100)
22:48:16.482079 tst                      netreg_mass: Using 1 x modem (candidates: 100)
22:48:16.482613 tst                      netreg_mass: Using 1 x modem (candidates: 100)
22:48:16.483137 tst                      netreg_mass: Using 1 x modem (candidates: 100)
22:48:16.483656 tst                      netreg_mass: Using 1 x modem (candidates: 100)
22:48:16.484195 tst                      netreg_mass: Using 1 x modem (candidates: 100)
22:48:16.484725 tst                      netreg_mass: Using 1 x modem (candidates: 100)
22:48:16.485250 tst                      netreg_mass: Using 1 x modem (candidates: 100)
22:48:16.485778 tst                      netreg_mass: Using 1 x modem (candidates: 100)
22:48:16.486300 tst                      netreg_mass: Using 1 x modem (candidates: 100)
22:48:16.486845 tst                      netreg_mass: Using 1 x modem (candidates: 100)
22:48:16.487382 tst                      netreg_mass: Using 1 x modem (candidates: 100)
22:48:16.487902 tst                      netreg_mass: Using 1 x modem (candidates: 100)
22:48:16.488436 tst                      netreg_mass: Using 1 x modem (candidates: 100)
22:48:16.488964 tst                      netreg_mass: Using 1 x modem (candidates: 100)
22:48:16.489491 tst                      netreg_mass: Using 1 x modem (candidates: 100)
22:48:16.490012 tst                      netreg_mass: Using 1 x modem (candidates: 100)
22:48:16.490553 tst                      netreg_mass: Using 1 x modem (candidates: 100)
22:48:16.491078 tst                      netreg_mass: Using 1 x modem (candidates: 100)
22:48:16.491621 tst                      netreg_mass: Using 1 x modem (candidates: 100)
22:48:16.492209 tst                      netreg_mass: Using 1 x modem (candidates: 100)
22:48:16.492730 tst                      netreg_mass: Using 1 x modem (candidates: 100)
22:48:16.493263 tst                      netreg_mass: Using 1 x modem (candidates: 100)
22:48:16.493776 tst                      netreg_mass: Using 1 x modem (candidates: 100)
22:48:16.494289 tst                      netreg_mass: Using 1 x modem (candidates: 100)
22:48:16.494804 tst                      netreg_mass: Using 1 x modem (candidates: 100)
22:48:16.495328 tst                      netreg_mass: Using 1 x modem (candidates: 100)
22:48:16.495839 tst                      netreg_mass: Using 1 x modem (candidates: 100)
22:48:16.496344 tst                      netreg_mass: Using 1 x modem (candidates: 100)
22:48:16.496862 tst                      netreg_mass: Using 1 x modem (candidates: 100)
22:48:16.497382 tst                      netreg_mass: Using 1 x modem (candidates: 100)
22:48:16.497888 tst                      netreg_mass: Using 1 x modem (candidates: 100)
22:48:16.498418 tst                      netreg_mass: Using 1 x modem (candidates: 100)
22:48:16.498934 tst                      netreg_mass: Using 1 x modem (candidates: 100)
22:48:16.499446 tst                      netreg_mass: Using 1 x modem (candidates: 100)
22:48:16.499978 tst                      netreg_mass: Using 1 x modem (candidates: 100)
22:48:16.500498 tst                      netreg_mass: Using 1 x modem (candidates: 100)
22:48:16.501019 tst                      netreg_mass: Using 1 x modem (candidates: 100)
22:48:16.501545 tst                      netreg_mass: Using 1 x modem (candidates: 100)
22:48:16.502062 tst                      netreg_mass: Using 1 x modem (candidates: 100)
22:48:16.502587 tst                      netreg_mass: Using 1 x modem (candidates: 100)
22:48:16.503121 tst                      netreg_mass: Using 1 x modem (candidates: 100)
22:48:16.503635 tst                      netreg_mass: Using 1 x modem (candidates: 100)
22:48:16.504144 tst                      netreg_mass: Using 1 x modem (candidates: 100)
22:48:16.504669 tst                      netreg_mass: Using 1 x modem (candidates: 100)
22:48:16.505188 tst                      netreg_mass: Using 1 x modem (candidates: 100)
22:48:16.505708 tst                      netreg_mass: Using 1 x modem (candidates: 100)
22:48:16.506252 tst                      netreg_mass: Using 1 x modem (candidates: 100)
22:48:16.506767 tst                      netreg_mass: Using 1 x modem (candidates: 100)
22:48:16.507348 tst      register_default_mass.py:21: Launching a simple network
22:48:16.517274 run              osmo-hlr_127.0.42.2: Starting osmo-hlr
22:48:16.636230 run            create_hlr_db(pid=19): Launched
22:48:17.650017 run            create_hlr_db(pid=19): Terminated: ok {rc=0}
22:48:17.665938 run pcap-recorder_any(filters='host 127.0.42.2')(pid=21): Launched
22:48:17.680764 run      osmo-hlr_127.0.42.2(pid=22): Launched
22:48:17.686404 run              osmo-stp_127.0.42.5: Starting osmo-stp
22:48:17.877643 run pcap-recorder_any(filters='host 127.0.42.5 and port not 22')(pid=23): Launched
22:48:17.892521 run      osmo-stp_127.0.42.5(pid=24): Launched
22:48:17.898084 run              osmo-msc_127.0.42.6: Starting osmo-msc
22:48:18.316729 run pcap-recorder_any(filters='host 127.0.42.6 and port not 22')(pid=25): Launched
22:48:18.331480 run      osmo-msc_127.0.42.6(pid=26): Launched
22:48:21.346137 run              osmo-mgw_127.0.42.3: Starting osmo-mgw
22:48:21.473773 run pcap-recorder_any(filters='host 127.0.42.3 and port not 22')(pid=27): Launched
22:48:21.488471 run      osmo-mgw_127.0.42.3(pid=28): Launched
22:48:21.494133 run              osmo-mgw_127.0.42.4: Starting osmo-mgw
22:48:21.517444 run pcap-recorder_any(filters='host 127.0.42.4 and port not 22')(pid=29): Launched
22:48:21.532402 run      osmo-mgw_127.0.42.4(pid=30): Launched
22:48:21.537957 run              osmo-bsc_127.0.42.7: Starting osmo-bsc
22:48:21.854119 run pcap-recorder_any(filters='host 127.0.42.7 and port not 22')(pid=31): Launched
22:48:21.869075 run      osmo-bsc_127.0.42.7(pid=32): Launched
22:48:27.895498 run                 osmo-bts-virtual: Starting to connect to osmo-bsc_127.0.42.7
22:48:28.068689 run         osmo-bts-virtual(pid=33): Launched
22:48:29.103459 tst         register_default_mass.py: using MSISDN 1001
22:48:29.117020 run              osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001010000000000', msisdn='1001', subscriber_id=1}
22:48:29.154116 tst         register_default_mass.py: using MSISDN 1002
22:48:29.170802 run              osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001010000000001', msisdn='1002', subscriber_id=2}
22:48:29.199662 tst         register_default_mass.py: using MSISDN 1003
22:48:29.213465 run              osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001010000000002', msisdn='1003', subscriber_id=3}
22:48:29.242545 tst         register_default_mass.py: using MSISDN 1004
22:48:29.256198 run              osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001010000000003', msisdn='1004', subscriber_id=4}
22:48:29.284901 tst         register_default_mass.py: using MSISDN 1005
22:48:29.298458 run              osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001010000000004', msisdn='1005', subscriber_id=5}
22:48:29.327380 tst         register_default_mass.py: using MSISDN 1006
22:48:29.340864 run              osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001010000000005', msisdn='1006', subscriber_id=6}
22:48:29.370134 tst         register_default_mass.py: using MSISDN 1007
22:48:29.383647 run              osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001010000000006', msisdn='1007', subscriber_id=7}
22:48:29.412642 tst         register_default_mass.py: using MSISDN 1008
22:48:29.425997 run              osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001010000000007', msisdn='1008', subscriber_id=8}
22:48:29.454882 tst         register_default_mass.py: using MSISDN 1009
22:48:29.468340 run              osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001010000000008', msisdn='1009', subscriber_id=9}
22:48:29.497460 tst         register_default_mass.py: using MSISDN 1010
22:48:29.511083 run              osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001010000000009', msisdn='1010', subscriber_id=10}
22:48:29.539840 tst         register_default_mass.py: using MSISDN 1011
22:48:29.553230 run              osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001020000000000', msisdn='1011', subscriber_id=11}
22:48:29.581355 tst         register_default_mass.py: using MSISDN 1012
22:48:29.591173 run              osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001020000000001', msisdn='1012', subscriber_id=12}
22:48:29.620413 tst         register_default_mass.py: using MSISDN 1013
22:48:29.635249 run              osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001020000000002', msisdn='1013', subscriber_id=13}
22:48:29.664488 tst         register_default_mass.py: using MSISDN 1014
22:48:29.678141 run              osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001020000000003', msisdn='1014', subscriber_id=14}
22:48:29.706988 tst         register_default_mass.py: using MSISDN 1015
22:48:29.720402 run              osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001020000000004', msisdn='1015', subscriber_id=15}
22:48:29.749101 tst         register_default_mass.py: using MSISDN 1016
22:48:29.762577 run              osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001020000000005', msisdn='1016', subscriber_id=16}
22:48:29.791552 tst         register_default_mass.py: using MSISDN 1017
22:48:29.805057 run              osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001020000000006', msisdn='1017', subscriber_id=17}
22:48:29.834070 tst         register_default_mass.py: using MSISDN 1018
22:48:29.847683 run              osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001020000000007', msisdn='1018', subscriber_id=18}
22:48:29.876298 tst         register_default_mass.py: using MSISDN 1019
22:48:29.889745 run              osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001020000000008', msisdn='1019', subscriber_id=19}
22:48:29.918863 tst         register_default_mass.py: using MSISDN 1020
22:48:29.932318 run              osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001020000000009', msisdn='1020', subscriber_id=20}
22:48:29.961280 tst         register_default_mass.py: using MSISDN 1021
22:48:29.974833 run              osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001030000000000', msisdn='1021', subscriber_id=21}
22:48:30.013317 tst         register_default_mass.py: using MSISDN 1022
22:48:30.031080 run              osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001030000000001', msisdn='1022', subscriber_id=22}
22:48:30.129938 tst         register_default_mass.py: using MSISDN 1023
22:48:30.139966 run              osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001030000000002', msisdn='1023', subscriber_id=23}
22:48:30.207829 tst         register_default_mass.py: using MSISDN 1024
22:48:30.229623 run              osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001030000000003', msisdn='1024', subscriber_id=24}
22:48:30.258506 tst         register_default_mass.py: using MSISDN 1025
22:48:30.272584 run              osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001030000000004', msisdn='1025', subscriber_id=25}
22:48:30.301168 tst         register_default_mass.py: using MSISDN 1026
22:48:30.314747 run              osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001030000000005', msisdn='1026', subscriber_id=26}
22:48:30.343583 tst         register_default_mass.py: using MSISDN 1027
22:48:30.356927 run              osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001030000000006', msisdn='1027', subscriber_id=27}
22:48:30.385460 tst         register_default_mass.py: using MSISDN 1028
22:48:30.398847 run              osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001030000000007', msisdn='1028', subscriber_id=28}
22:48:30.426902 tst         register_default_mass.py: using MSISDN 1029
22:48:30.440014 run              osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001030000000008', msisdn='1029', subscriber_id=29}
22:48:30.468533 tst         register_default_mass.py: using MSISDN 1030
22:48:30.481888 run              osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001030000000009', msisdn='1030', subscriber_id=30}
22:48:30.510336 tst         register_default_mass.py: using MSISDN 1031
22:48:30.523503 run              osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001040000000000', msisdn='1031', subscriber_id=31}
22:48:30.551539 tst         register_default_mass.py: using MSISDN 1032
22:48:30.561369 run              osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001040000000001', msisdn='1032', subscriber_id=32}
22:48:30.589728 tst         register_default_mass.py: using MSISDN 1033
22:48:30.604401 run              osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001040000000002', msisdn='1033', subscriber_id=33}
22:48:30.632863 tst         register_default_mass.py: using MSISDN 1034
22:48:30.646246 run              osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001040000000003', msisdn='1034', subscriber_id=34}
22:48:30.674491 tst         register_default_mass.py: using MSISDN 1035
22:48:30.687641 run              osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001040000000004', msisdn='1035', subscriber_id=35}
22:48:30.715878 tst         register_default_mass.py: using MSISDN 1036
22:48:30.729097 run              osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001040000000005', msisdn='1036', subscriber_id=36}
22:48:30.757496 tst         register_default_mass.py: using MSISDN 1037
22:48:30.770789 run              osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001040000000006', msisdn='1037', subscriber_id=37}
22:48:30.800636 tst         register_default_mass.py: using MSISDN 1038
22:48:30.814568 run              osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001040000000007', msisdn='1038', subscriber_id=38}
22:48:30.842978 tst         register_default_mass.py: using MSISDN 1039
22:48:30.856231 run              osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001040000000008', msisdn='1039', subscriber_id=39}
22:48:30.887182 tst         register_default_mass.py: using MSISDN 1040
22:48:30.901763 run              osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001040000000009', msisdn='1040', subscriber_id=40}
22:48:30.932768 tst         register_default_mass.py: using MSISDN 1041
22:48:30.947367 run              osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001050000000000', msisdn='1041', subscriber_id=41}
22:48:30.978548 tst         register_default_mass.py: using MSISDN 1042
22:48:30.993342 run              osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001050000000001', msisdn='1042', subscriber_id=42}
22:48:31.024388 tst         register_default_mass.py: using MSISDN 1043
22:48:31.039161 run              osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001050000000002', msisdn='1043', subscriber_id=43}
22:48:31.070421 tst         register_default_mass.py: using MSISDN 1044
22:48:31.085175 run              osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001050000000003', msisdn='1044', subscriber_id=44}
22:48:31.116508 tst         register_default_mass.py: using MSISDN 1045
22:48:31.131405 run              osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001050000000004', msisdn='1045', subscriber_id=45}
22:48:31.162998 tst         register_default_mass.py: using MSISDN 1046
22:48:31.177909 run              osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001050000000005', msisdn='1046', subscriber_id=46}
22:48:31.208965 tst         register_default_mass.py: using MSISDN 1047
22:48:31.223818 run              osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001050000000006', msisdn='1047', subscriber_id=47}
22:48:31.255010 tst         register_default_mass.py: using MSISDN 1048
22:48:31.269979 run              osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001050000000007', msisdn='1048', subscriber_id=48}
22:48:31.301175 tst         register_default_mass.py: using MSISDN 1049
22:48:31.316054 run              osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001050000000008', msisdn='1049', subscriber_id=49}
22:48:31.347390 tst         register_default_mass.py: using MSISDN 1050
22:48:31.362266 run              osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001050000000009', msisdn='1050', subscriber_id=50}
22:48:31.393464 tst         register_default_mass.py: using MSISDN 1051
22:48:31.408293 run              osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001060000000000', msisdn='1051', subscriber_id=51}
22:48:31.439290 tst         register_default_mass.py: using MSISDN 1052
22:48:31.453881 run              osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001060000000001', msisdn='1052', subscriber_id=52}
22:48:31.484841 tst         register_default_mass.py: using MSISDN 1053
22:48:31.499577 run              osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001060000000002', msisdn='1053', subscriber_id=53}
22:48:31.536729 tst         register_default_mass.py: using MSISDN 1054
22:48:31.553704 run              osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001060000000003', msisdn='1054', subscriber_id=54}
22:48:31.584976 tst         register_default_mass.py: using MSISDN 1055
22:48:31.599919 run              osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001060000000004', msisdn='1055', subscriber_id=55}
22:48:31.630659 tst         register_default_mass.py: using MSISDN 1056
22:48:31.645274 run              osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001060000000005', msisdn='1056', subscriber_id=56}
22:48:31.676382 tst         register_default_mass.py: using MSISDN 1057
22:48:31.691124 run              osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001060000000006', msisdn='1057', subscriber_id=57}
22:48:31.722219 tst         register_default_mass.py: using MSISDN 1058
22:48:31.737039 run              osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001060000000007', msisdn='1058', subscriber_id=58}
22:48:31.768092 tst         register_default_mass.py: using MSISDN 1059
22:48:31.782727 run              osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001060000000008', msisdn='1059', subscriber_id=59}
22:48:31.813746 tst         register_default_mass.py: using MSISDN 1060
22:48:31.828395 run              osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001060000000009', msisdn='1060', subscriber_id=60}
22:48:31.859293 tst         register_default_mass.py: using MSISDN 1061
22:48:31.873964 run              osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001070000000000', msisdn='1061', subscriber_id=61}
22:48:31.904930 tst         register_default_mass.py: using MSISDN 1062
22:48:31.919523 run              osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001070000000001', msisdn='1062', subscriber_id=62}
22:48:31.950329 tst         register_default_mass.py: using MSISDN 1063
22:48:31.965040 run              osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001070000000002', msisdn='1063', subscriber_id=63}
22:48:31.995807 tst         register_default_mass.py: using MSISDN 1064
22:48:32.010301 run              osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001070000000003', msisdn='1064', subscriber_id=64}
22:48:32.041106 tst         register_default_mass.py: using MSISDN 1065
22:48:32.055667 run              osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001070000000004', msisdn='1065', subscriber_id=65}
22:48:32.086580 tst         register_default_mass.py: using MSISDN 1066
22:48:32.101277 run              osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001070000000005', msisdn='1066', subscriber_id=66}
22:48:32.131982 tst         register_default_mass.py: using MSISDN 1067
22:48:32.137429 run              osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001070000000006', msisdn='1067', subscriber_id=67}
22:48:32.167660 tst         register_default_mass.py: using MSISDN 1068
22:48:32.173603 run              osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001070000000007', msisdn='1068', subscriber_id=68}
22:48:32.203986 tst         register_default_mass.py: using MSISDN 1069
22:48:32.209653 run              osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001070000000008', msisdn='1069', subscriber_id=69}
22:48:32.244209 tst         register_default_mass.py: using MSISDN 1070
22:48:32.260272 run              osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001070000000009', msisdn='1070', subscriber_id=70}
22:48:32.291584 tst         register_default_mass.py: using MSISDN 1071
22:48:32.306239 run              osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001080000000000', msisdn='1071', subscriber_id=71}
22:48:32.337109 tst         register_default_mass.py: using MSISDN 1072
22:48:32.351672 run              osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001080000000001', msisdn='1072', subscriber_id=72}
22:48:32.382579 tst         register_default_mass.py: using MSISDN 1073
22:48:32.397150 run              osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001080000000002', msisdn='1073', subscriber_id=73}
22:48:32.428111 tst         register_default_mass.py: using MSISDN 1074
22:48:32.442626 run              osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001080000000003', msisdn='1074', subscriber_id=74}
22:48:32.473608 tst         register_default_mass.py: using MSISDN 1075
22:48:32.488170 run              osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001080000000004', msisdn='1075', subscriber_id=75}
22:48:32.519150 tst         register_default_mass.py: using MSISDN 1076
22:48:32.533736 run              osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001080000000005', msisdn='1076', subscriber_id=76}
22:48:32.565281 tst         register_default_mass.py: using MSISDN 1077
22:48:32.580181 run              osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001080000000006', msisdn='1077', subscriber_id=77}
22:48:32.611792 tst         register_default_mass.py: using MSISDN 1078
22:48:32.626761 run              osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001080000000007', msisdn='1078', subscriber_id=78}
22:48:32.658731 tst         register_default_mass.py: using MSISDN 1079
22:48:32.673903 run              osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001080000000008', msisdn='1079', subscriber_id=79}
22:48:32.705408 tst         register_default_mass.py: using MSISDN 1080
22:48:32.720382 run              osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001080000000009', msisdn='1080', subscriber_id=80}
22:48:32.752098 tst         register_default_mass.py: using MSISDN 1081
22:48:32.767280 run              osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001090000000000', msisdn='1081', subscriber_id=81}
22:48:32.798891 tst         register_default_mass.py: using MSISDN 1082
22:48:32.813826 run              osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001090000000001', msisdn='1082', subscriber_id=82}
22:48:32.845497 tst         register_default_mass.py: using MSISDN 1083
22:48:32.860596 run              osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001090000000002', msisdn='1083', subscriber_id=83}
22:48:32.892342 tst         register_default_mass.py: using MSISDN 1084
22:48:32.907395 run              osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001090000000003', msisdn='1084', subscriber_id=84}
22:48:32.938912 tst         register_default_mass.py: using MSISDN 1085
22:48:32.953787 run              osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001090000000004', msisdn='1085', subscriber_id=85}
22:48:32.986248 tst         register_default_mass.py: using MSISDN 1086
22:48:33.001679 run              osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001090000000005', msisdn='1086', subscriber_id=86}
22:48:33.033101 tst         register_default_mass.py: using MSISDN 1087
22:48:33.048126 run              osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001090000000006', msisdn='1087', subscriber_id=87}
22:48:33.079790 tst         register_default_mass.py: using MSISDN 1088
22:48:33.094731 run              osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001090000000007', msisdn='1088', subscriber_id=88}
22:48:33.135353 tst         register_default_mass.py: using MSISDN 1089
22:48:33.153443 run              osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001090000000008', msisdn='1089', subscriber_id=89}
22:48:33.185206 tst         register_default_mass.py: using MSISDN 1090
22:48:33.200474 run              osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001090000000009', msisdn='1090', subscriber_id=90}
22:48:33.231913 tst         register_default_mass.py: using MSISDN 1091
22:48:33.246916 run              osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001100000000000', msisdn='1091', subscriber_id=91}
22:48:33.278439 tst         register_default_mass.py: using MSISDN 1092
22:48:33.293429 run              osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001100000000001', msisdn='1092', subscriber_id=92}
22:48:33.324917 tst         register_default_mass.py: using MSISDN 1093
22:48:33.339672 run              osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001100000000002', msisdn='1093', subscriber_id=93}
22:48:33.371077 tst         register_default_mass.py: using MSISDN 1094
22:48:33.385879 run              osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001100000000003', msisdn='1094', subscriber_id=94}
22:48:33.417188 tst         register_default_mass.py: using MSISDN 1095
22:48:33.432259 run              osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001100000000004', msisdn='1095', subscriber_id=95}
22:48:33.463723 tst         register_default_mass.py: using MSISDN 1096
22:48:33.478620 run              osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001100000000005', msisdn='1096', subscriber_id=96}
22:48:33.509996 tst         register_default_mass.py: using MSISDN 1097
22:48:33.524849 run              osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001100000000006', msisdn='1097', subscriber_id=97}
22:48:33.556283 tst         register_default_mass.py: using MSISDN 1098
22:48:33.571269 run              osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001100000000007', msisdn='1098', subscriber_id=98}
22:48:33.602799 tst         register_default_mass.py: using MSISDN 1099
22:48:33.617615 run              osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001100000000008', msisdn='1099', subscriber_id=99}
22:48:33.649184 tst         register_default_mass.py: using MSISDN 1100
22:48:33.664222 run              osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001100000000009', msisdn='1100', subscriber_id=100}
22:48:33.756276 run                             mass: Starting testcase
22:48:33.761820 run                             mass: Pre-launching all virtphy's
22:48:33.767321 run           osmo-ms-virt-phy/00000: Starting virtphy
22:48:33.780208 run   osmo-ms-virt-phy/00000(pid=34): Launched
22:48:33.786209 run           osmo-ms-virt-phy/00001: Starting virtphy
22:48:33.799030 run   osmo-ms-virt-phy/00001(pid=35): Launched
22:48:33.804984 run           osmo-ms-virt-phy/00002: Starting virtphy
22:48:33.817773 run   osmo-ms-virt-phy/00002(pid=36): Launched
22:48:33.823818 run           osmo-ms-virt-phy/00003: Starting virtphy
22:48:33.836749 run   osmo-ms-virt-phy/00003(pid=37): Launched
22:48:33.842712 run           osmo-ms-virt-phy/00004: Starting virtphy
22:48:33.855527 run   osmo-ms-virt-phy/00004(pid=38): Launched
22:48:33.861504 run           osmo-ms-virt-phy/00005: Starting virtphy
22:48:33.874383 run   osmo-ms-virt-phy/00005(pid=39): Launched
22:48:33.880305 run           osmo-ms-virt-phy/00006: Starting virtphy
22:48:33.893044 run   osmo-ms-virt-phy/00006(pid=40): Launched
22:48:33.899049 run           osmo-ms-virt-phy/00007: Starting virtphy
22:48:33.911791 run   osmo-ms-virt-phy/00007(pid=41): Launched
22:48:33.917686 run           osmo-ms-virt-phy/00008: Starting virtphy
22:48:33.930429 run   osmo-ms-virt-phy/00008(pid=42): Launched
22:48:33.936305 run           osmo-ms-virt-phy/00009: Starting virtphy
22:48:33.949027 run   osmo-ms-virt-phy/00009(pid=43): Launched
22:48:33.954897 run           osmo-ms-virt-phy/00010: Starting virtphy
22:48:33.967626 run   osmo-ms-virt-phy/00010(pid=44): Launched
22:48:33.973502 run           osmo-ms-virt-phy/00011: Starting virtphy
22:48:33.986168 run   osmo-ms-virt-phy/00011(pid=45): Launched
22:48:33.992080 run           osmo-ms-virt-phy/00012: Starting virtphy
22:48:34.004871 run   osmo-ms-virt-phy/00012(pid=46): Launched
22:48:34.010836 run           osmo-ms-virt-phy/00013: Starting virtphy
22:48:34.023601 run   osmo-ms-virt-phy/00013(pid=47): Launched
22:48:34.029511 run           osmo-ms-virt-phy/00014: Starting virtphy
22:48:34.042279 run   osmo-ms-virt-phy/00014(pid=48): Launched
22:48:34.048254 run           osmo-ms-virt-phy/00015: Starting virtphy
22:48:34.061042 run   osmo-ms-virt-phy/00015(pid=49): Launched
22:48:34.067026 run           osmo-ms-virt-phy/00016: Starting virtphy
22:48:34.079820 run   osmo-ms-virt-phy/00016(pid=50): Launched
22:48:34.085781 run           osmo-ms-virt-phy/00017: Starting virtphy
22:48:34.098512 run   osmo-ms-virt-phy/00017(pid=51): Launched
22:48:34.104432 run           osmo-ms-virt-phy/00018: Starting virtphy
22:48:34.117201 run   osmo-ms-virt-phy/00018(pid=52): Launched
22:48:34.123118 run           osmo-ms-virt-phy/00019: Starting virtphy
22:48:34.135912 run   osmo-ms-virt-phy/00019(pid=53): Launched
22:48:34.141897 run           osmo-ms-virt-phy/00020: Starting virtphy
22:48:34.154714 run   osmo-ms-virt-phy/00020(pid=54): Launched
22:48:34.160586 run           osmo-ms-virt-phy/00021: Starting virtphy
22:48:34.173296 run   osmo-ms-virt-phy/00021(pid=55): Launched
22:48:34.179217 run           osmo-ms-virt-phy/00022: Starting virtphy
22:48:34.191985 run   osmo-ms-virt-phy/00022(pid=56): Launched
22:48:34.197875 run           osmo-ms-virt-phy/00023: Starting virtphy
22:48:34.210684 run   osmo-ms-virt-phy/00023(pid=57): Launched
22:48:34.216579 run           osmo-ms-virt-phy/00024: Starting virtphy
22:48:34.229409 run   osmo-ms-virt-phy/00024(pid=58): Launched
22:48:34.235318 run           osmo-ms-virt-phy/00025: Starting virtphy
22:48:34.248128 run   osmo-ms-virt-phy/00025(pid=59): Launched
22:48:34.254026 run           osmo-ms-virt-phy/00026: Starting virtphy
22:48:34.266869 run   osmo-ms-virt-phy/00026(pid=60): Launched
22:48:34.272949 run           osmo-ms-virt-phy/00027: Starting virtphy
22:48:34.285796 run   osmo-ms-virt-phy/00027(pid=61): Launched
22:48:34.291818 run           osmo-ms-virt-phy/00028: Starting virtphy
22:48:34.304680 run   osmo-ms-virt-phy/00028(pid=62): Launched
22:48:34.310628 run           osmo-ms-virt-phy/00029: Starting virtphy
22:48:34.323483 run   osmo-ms-virt-phy/00029(pid=63): Launched
22:48:34.329426 run           osmo-ms-virt-phy/00030: Starting virtphy
22:48:34.342298 run   osmo-ms-virt-phy/00030(pid=64): Launched
22:48:34.348177 run           osmo-ms-virt-phy/00031: Starting virtphy
22:48:34.360914 run   osmo-ms-virt-phy/00031(pid=65): Launched
22:48:34.366851 run           osmo-ms-virt-phy/00032: Starting virtphy
22:48:34.379575 run   osmo-ms-virt-phy/00032(pid=66): Launched
22:48:34.385459 run           osmo-ms-virt-phy/00033: Starting virtphy
22:48:34.398185 run   osmo-ms-virt-phy/00033(pid=67): Launched
22:48:34.404104 run           osmo-ms-virt-phy/00034: Starting virtphy
22:48:34.416866 run   osmo-ms-virt-phy/00034(pid=68): Launched
22:48:34.422905 run           osmo-ms-virt-phy/00035: Starting virtphy
22:48:34.435698 run   osmo-ms-virt-phy/00035(pid=69): Launched
22:48:34.441552 run           osmo-ms-virt-phy/00036: Starting virtphy
22:48:34.454488 run   osmo-ms-virt-phy/00036(pid=70): Launched
22:48:34.460621 run           osmo-ms-virt-phy/00037: Starting virtphy
22:48:34.473443 run   osmo-ms-virt-phy/00037(pid=71): Launched
22:48:34.479533 run           osmo-ms-virt-phy/00038: Starting virtphy
22:48:34.492442 run   osmo-ms-virt-phy/00038(pid=72): Launched
22:48:34.498334 run           osmo-ms-virt-phy/00039: Starting virtphy
22:48:34.511231 run   osmo-ms-virt-phy/00039(pid=73): Launched
22:48:34.517164 run           osmo-ms-virt-phy/00040: Starting virtphy
22:48:34.530063 run   osmo-ms-virt-phy/00040(pid=74): Launched
22:48:34.535986 run           osmo-ms-virt-phy/00041: Starting virtphy
22:48:34.548741 run   osmo-ms-virt-phy/00041(pid=75): Launched
22:48:34.554728 run           osmo-ms-virt-phy/00042: Starting virtphy
22:48:34.567513 run   osmo-ms-virt-phy/00042(pid=76): Launched
22:48:34.573463 run           osmo-ms-virt-phy/00043: Starting virtphy
22:48:34.586344 run   osmo-ms-virt-phy/00043(pid=77): Launched
22:48:34.592287 run           osmo-ms-virt-phy/00044: Starting virtphy
22:48:34.605058 run   osmo-ms-virt-phy/00044(pid=78): Launched
22:48:34.610970 run           osmo-ms-virt-phy/00045: Starting virtphy
22:48:34.623762 run   osmo-ms-virt-phy/00045(pid=79): Launched
22:48:34.629661 run           osmo-ms-virt-phy/00046: Starting virtphy
22:48:34.642487 run   osmo-ms-virt-phy/00046(pid=80): Launched
22:48:34.648430 run           osmo-ms-virt-phy/00047: Starting virtphy
22:48:34.661199 run   osmo-ms-virt-phy/00047(pid=81): Launched
22:48:34.667251 run           osmo-ms-virt-phy/00048: Starting virtphy
22:48:34.680129 run   osmo-ms-virt-phy/00048(pid=82): Launched
22:48:34.686073 run           osmo-ms-virt-phy/00049: Starting virtphy
22:48:34.698941 run   osmo-ms-virt-phy/00049(pid=83): Launched
22:48:34.704833 run           osmo-ms-virt-phy/00050: Starting virtphy
22:48:34.717617 run   osmo-ms-virt-phy/00050(pid=84): Launched
22:48:34.723542 run           osmo-ms-virt-phy/00051: Starting virtphy
22:48:34.736287 run   osmo-ms-virt-phy/00051(pid=85): Launched
22:48:34.742335 run           osmo-ms-virt-phy/00052: Starting virtphy
22:48:34.755123 run   osmo-ms-virt-phy/00052(pid=86): Launched
22:48:34.761054 run           osmo-ms-virt-phy/00053: Starting virtphy
22:48:34.773796 run   osmo-ms-virt-phy/00053(pid=87): Launched
22:48:34.779734 run           osmo-ms-virt-phy/00054: Starting virtphy
22:48:34.792430 run   osmo-ms-virt-phy/00054(pid=88): Launched
22:48:34.798319 run           osmo-ms-virt-phy/00055: Starting virtphy
22:48:34.811046 run   osmo-ms-virt-phy/00055(pid=89): Launched
22:48:34.816918 run           osmo-ms-virt-phy/00056: Starting virtphy
22:48:34.829596 run   osmo-ms-virt-phy/00056(pid=90): Launched
22:48:34.835503 run           osmo-ms-virt-phy/00057: Starting virtphy
22:48:34.848208 run   osmo-ms-virt-phy/00057(pid=91): Launched
22:48:34.854070 run           osmo-ms-virt-phy/00058: Starting virtphy
22:48:34.866828 run   osmo-ms-virt-phy/00058(pid=92): Launched
22:48:34.872672 run           osmo-ms-virt-phy/00059: Starting virtphy
22:48:34.885385 run   osmo-ms-virt-phy/00059(pid=93): Launched
22:48:34.891284 run           osmo-ms-virt-phy/00060: Starting virtphy
22:48:34.904045 run   osmo-ms-virt-phy/00060(pid=94): Launched
22:48:34.909926 run           osmo-ms-virt-phy/00061: Starting virtphy
22:48:34.922693 run   osmo-ms-virt-phy/00061(pid=95): Launched
22:48:34.928689 run           osmo-ms-virt-phy/00062: Starting virtphy
22:48:34.941549 run   osmo-ms-virt-phy/00062(pid=96): Launched
22:48:34.947580 run           osmo-ms-virt-phy/00063: Starting virtphy
22:48:34.960382 run   osmo-ms-virt-phy/00063(pid=97): Launched
22:48:34.966292 run           osmo-ms-virt-phy/00064: Starting virtphy
22:48:34.979158 run   osmo-ms-virt-phy/00064(pid=98): Launched
22:48:34.985079 run           osmo-ms-virt-phy/00065: Starting virtphy
22:48:34.998006 run   osmo-ms-virt-phy/00065(pid=99): Launched
22:48:35.003993 run           osmo-ms-virt-phy/00066: Starting virtphy
22:48:35.016815 run  osmo-ms-virt-phy/00066(pid=100): Launched
22:48:35.022753 run           osmo-ms-virt-phy/00067: Starting virtphy
22:48:35.035604 run  osmo-ms-virt-phy/00067(pid=101): Launched
22:48:35.041565 run           osmo-ms-virt-phy/00068: Starting virtphy
22:48:35.054473 run  osmo-ms-virt-phy/00068(pid=102): Launched
22:48:35.060474 run           osmo-ms-virt-phy/00069: Starting virtphy
22:48:35.073345 run  osmo-ms-virt-phy/00069(pid=103): Launched
22:48:35.079353 run           osmo-ms-virt-phy/00070: Starting virtphy
22:48:35.092171 run  osmo-ms-virt-phy/00070(pid=104): Launched
22:48:35.098124 run           osmo-ms-virt-phy/00071: Starting virtphy
22:48:35.110978 run  osmo-ms-virt-phy/00071(pid=105): Launched
22:48:35.116981 run           osmo-ms-virt-phy/00072: Starting virtphy
22:48:35.129882 run  osmo-ms-virt-phy/00072(pid=106): Launched
22:48:35.135822 run           osmo-ms-virt-phy/00073: Starting virtphy
22:48:35.148691 run  osmo-ms-virt-phy/00073(pid=107): Launched
22:48:35.154713 run           osmo-ms-virt-phy/00074: Starting virtphy
22:48:35.167625 run  osmo-ms-virt-phy/00074(pid=108): Launched
22:48:35.173516 run           osmo-ms-virt-phy/00075: Starting virtphy
22:48:35.186420 run  osmo-ms-virt-phy/00075(pid=109): Launched
22:48:35.192284 run           osmo-ms-virt-phy/00076: Starting virtphy
22:48:35.205081 run  osmo-ms-virt-phy/00076(pid=110): Launched
22:48:35.211154 run           osmo-ms-virt-phy/00077: Starting virtphy
22:48:35.224047 run  osmo-ms-virt-phy/00077(pid=111): Launched
22:48:35.230102 run           osmo-ms-virt-phy/00078: Starting virtphy
22:48:35.242996 run  osmo-ms-virt-phy/00078(pid=112): Launched
22:48:35.248946 run           osmo-ms-virt-phy/00079: Starting virtphy
22:48:35.261766 run  osmo-ms-virt-phy/00079(pid=113): Launched
22:48:35.267707 run           osmo-ms-virt-phy/00080: Starting virtphy
22:48:35.280562 run  osmo-ms-virt-phy/00080(pid=114): Launched
22:48:35.286452 run           osmo-ms-virt-phy/00081: Starting virtphy
22:48:35.299234 run  osmo-ms-virt-phy/00081(pid=115): Launched
22:48:35.305134 run           osmo-ms-virt-phy/00082: Starting virtphy
22:48:35.317938 run  osmo-ms-virt-phy/00082(pid=116): Launched
22:48:35.323926 run           osmo-ms-virt-phy/00083: Starting virtphy
22:48:35.336698 run  osmo-ms-virt-phy/00083(pid=117): Launched
22:48:35.342671 run           osmo-ms-virt-phy/00084: Starting virtphy
22:48:35.355415 run  osmo-ms-virt-phy/00084(pid=118): Launched
22:48:35.361314 run           osmo-ms-virt-phy/00085: Starting virtphy
22:48:35.374082 run  osmo-ms-virt-phy/00085(pid=119): Launched
22:48:35.379970 run           osmo-ms-virt-phy/00086: Starting virtphy
22:48:35.392675 run  osmo-ms-virt-phy/00086(pid=120): Launched
22:48:35.398719 run           osmo-ms-virt-phy/00087: Starting virtphy
22:48:35.411502 run  osmo-ms-virt-phy/00087(pid=121): Launched
22:48:35.417493 run           osmo-ms-virt-phy/00088: Starting virtphy
22:48:35.430305 run  osmo-ms-virt-phy/00088(pid=122): Launched
22:48:35.436208 run           osmo-ms-virt-phy/00089: Starting virtphy
22:48:35.449294 run  osmo-ms-virt-phy/00089(pid=123): Launched
22:48:35.455257 run           osmo-ms-virt-phy/00090: Starting virtphy
22:48:35.468141 run  osmo-ms-virt-phy/00090(pid=124): Launched
22:48:35.474026 run           osmo-ms-virt-phy/00091: Starting virtphy
22:48:35.486764 run  osmo-ms-virt-phy/00091(pid=125): Launched
22:48:35.492600 run           osmo-ms-virt-phy/00092: Starting virtphy
22:48:35.505344 run  osmo-ms-virt-phy/00092(pid=126): Launched
22:48:35.511249 run           osmo-ms-virt-phy/00093: Starting virtphy
22:48:35.524013 run  osmo-ms-virt-phy/00093(pid=127): Launched
22:48:35.529886 run           osmo-ms-virt-phy/00094: Starting virtphy
22:48:35.542638 run  osmo-ms-virt-phy/00094(pid=128): Launched
22:48:35.548575 run           osmo-ms-virt-phy/00095: Starting virtphy
22:48:35.561296 run  osmo-ms-virt-phy/00095(pid=129): Launched
22:48:35.567228 run           osmo-ms-virt-phy/00096: Starting virtphy
22:48:35.579926 run  osmo-ms-virt-phy/00096(pid=130): Launched
22:48:35.585775 run           osmo-ms-virt-phy/00097: Starting virtphy
22:48:35.598512 run  osmo-ms-virt-phy/00097(pid=131): Launched
22:48:35.604386 run           osmo-ms-virt-phy/00098: Starting virtphy
22:48:35.617103 run  osmo-ms-virt-phy/00098(pid=132): Launched
22:48:35.623027 run           osmo-ms-virt-phy/00099: Starting virtphy
22:48:35.635901 run  osmo-ms-virt-phy/00099(pid=133): Launched
22:48:35.641742 run                             mass: Checking if sockets are in the filesystem
22:48:35.673662 run                osmo-ms-mob/00000: Starting mobile
22:48:35.686871 run       osmo-ms-mob/00000(pid=134): Launched
22:48:35.698640 run                             mass: MS start registered  {at=3511443.992458863, delay=0.005790268070995808, ms=00000}
22:48:39.881052 run                osmo-ms-mob/00001: Starting mobile
22:48:39.894032 run       osmo-ms-mob/00001(pid=135): Launched
22:48:39.904848 run                             mass: MS start registered  {at=3511448.198672894, delay=0.004886228125542402, ms=00001}
22:48:40.905672 run                             mass: MS performed LU  {at=3511449.199378019, lu_delay=5.206919156014919, ms=00000}
22:48:41.690308 run                osmo-ms-mob/00002: Starting mobile
22:48:41.706951 run       osmo-ms-mob/00002(pid=136): Launched
22:48:41.717508 run                             mass: MS start registered  {at=3511450.011330688, delay=0.004622424021363258, ms=00002}
22:48:42.987797 run                osmo-ms-mob/00003: Starting mobile
22:48:43.004575 run       osmo-ms-mob/00003(pid=137): Launched
22:48:43.015181 run                             mass: MS start registered  {at=3511451.309007694, delay=0.0047232299111783504, ms=00003}
22:48:44.087662 run                osmo-ms-mob/00004: Starting mobile
22:48:44.100247 run       osmo-ms-mob/00004(pid=138): Launched
22:48:44.111224 run                             mass: MS start registered  {at=3511452.405045874, delay=0.005002758000046015, ms=00004}
22:48:44.671288 run                             mass: MS performed LU  {at=3511452.965004266, lu_delay=4.766331371851265, ms=00001}
22:48:45.057701 run                osmo-ms-mob/00005: Starting mobile
22:48:45.070594 run       osmo-ms-mob/00005(pid=139): Launched
22:48:45.081203 run                             mass: MS start registered  {at=3511453.375024491, delay=0.004736883100122213, ms=00005}
22:48:45.959368 run                osmo-ms-mob/00006: Starting mobile
22:48:45.972039 run       osmo-ms-mob/00006(pid=140): Launched
22:48:45.982669 run                             mass: MS start registered  {at=3511454.27649552, delay=0.004753983113914728, ms=00006}
22:48:46.573598 run                             mass: MS performed LU  {at=3511454.867309044, lu_delay=4.855978356208652, ms=00002}
22:48:46.888471 run                osmo-ms-mob/00007: Starting mobile
22:48:46.905096 run       osmo-ms-mob/00007(pid=141): Launched
22:48:46.915654 run                             mass: MS start registered  {at=3511455.209482114, delay=0.004676606971770525, ms=00007}
22:48:47.658075 run                osmo-ms-mob/00008: Starting mobile
22:48:47.670938 run       osmo-ms-mob/00008(pid=142): Launched
22:48:47.681597 run                             mass: MS start registered  {at=3511455.975426733, delay=0.004796276800334454, ms=00008}
22:48:48.389189 run                osmo-ms-mob/00009: Starting mobile
22:48:48.406318 run       osmo-ms-mob/00009(pid=143): Launched
22:48:48.417111 run                             mass: MS start registered  {at=3511456.710939624, delay=0.0047020637430250645, ms=00009}
22:48:48.436019 run                             mass: MS performed LU  {at=3511456.729836032, lu_delay=5.420828337781131, ms=00003}
22:48:49.088448 run                osmo-ms-mob/00010: Starting mobile
22:48:49.105045 run       osmo-ms-mob/00010(pid=144): Launched
22:48:49.116100 run                             mass: MS start registered  {at=3511457.409925627, delay=0.005071763880550861, ms=00010}
22:48:49.691740 run                osmo-ms-mob/00011: Starting mobile
22:48:49.708820 run       osmo-ms-mob/00011(pid=145): Launched
22:48:49.719579 run                             mass: MS start registered  {at=3511458.013408252, delay=0.0048493919894099236, ms=00011}
22:48:50.296945 run                osmo-ms-mob/00012: Starting mobile
22:48:50.312924 run       osmo-ms-mob/00012(pid=146): Launched
22:48:50.323673 run                             mass: MS start registered  {at=3511458.617500796, delay=0.004877374041825533, ms=00012}
22:48:50.337657 run                             mass: MS performed LU  {at=3511458.63145719, lu_delay=6.226411316078156, ms=00004}
22:48:50.366789 run                             mass: MS performed LU  {at=3511458.660542496, lu_delay=5.285518005024642, ms=00005}
22:48:50.891693 run                osmo-ms-mob/00013: Starting mobile
22:48:50.904519 run       osmo-ms-mob/00013(pid=147): Launched
22:48:50.915263 run                             mass: MS start registered  {at=3511459.209090989, delay=0.00475076911970973, ms=00013}
22:48:51.458080 run                osmo-ms-mob/00014: Starting mobile
22:48:51.471076 run       osmo-ms-mob/00014(pid=148): Launched
22:48:51.481939 run                             mass: MS start registered  {at=3511459.775765265, delay=0.0049490188248455524, ms=00014}
22:48:52.057573 run                osmo-ms-mob/00015: Starting mobile
22:48:52.070331 run       osmo-ms-mob/00015(pid=149): Launched
22:48:52.081159 run                             mass: MS start registered  {at=3511460.374986583, delay=0.004865941125899553, ms=00015}
22:48:52.203160 run                             mass: MS performed LU  {at=3511460.496859162, lu_delay=5.287377048283815, ms=00007}
22:48:52.267875 run                             mass: MS performed LU  {at=3511460.561566431, lu_delay=6.285070911049843, ms=00006}
22:48:52.580880 run                osmo-ms-mob/00016: Starting mobile
22:48:52.597729 run       osmo-ms-mob/00016(pid=150): Launched
22:48:52.603918 run                             mass: MS performed LU  {at=3511460.897752693, lu_delay=4.922325959894806, ms=00008}
22:48:52.609704 run                             mass: MS start registered  {at=3511460.903545902, delay=0.005811220966279507, ms=00016}
22:48:53.071039 run                osmo-ms-mob/00017: Starting mobile
22:48:53.084622 run       osmo-ms-mob/00017(pid=151): Launched
22:48:53.095586 run                             mass: MS start registered  {at=3511461.389412606, delay=0.005023489240556955, ms=00017}
22:48:53.689329 run                osmo-ms-mob/00018: Starting mobile
22:48:53.705741 run       osmo-ms-mob/00018(pid=152): Launched
22:48:53.716609 run                             mass: MS start registered  {at=3511462.010437533, delay=0.005002796649932861, ms=00018}
22:48:54.057901 run                osmo-ms-mob/00019: Starting mobile
22:48:54.070833 run       osmo-ms-mob/00019(pid=153): Launched
22:48:54.081777 run                             mass: MS start registered  {at=3511462.375607132, delay=0.005034776870161295, ms=00019}
22:48:54.103972 run                             mass: MS performed LU  {at=3511462.397784903, lu_delay=4.987859276123345, ms=00010}
22:48:54.131973 run                             mass: MS performed LU  {at=3511462.425728872, lu_delay=5.714789248071611, ms=00009}
22:48:54.582067 run                osmo-ms-mob/00020: Starting mobile
22:48:54.594839 run       osmo-ms-mob/00020(pid=154): Launched
22:48:54.606119 run                             mass: MS start registered  {at=3511462.899942909, delay=0.005353944841772318, ms=00020}
22:48:55.069263 run                osmo-ms-mob/00021: Starting mobile
22:48:55.083125 run       osmo-ms-mob/00021(pid=155): Launched
22:48:55.094383 run                             mass: MS start registered  {at=3511463.388203308, delay=0.005361958872526884, ms=00021}
22:48:55.470558 run                osmo-ms-mob/00022: Starting mobile
22:48:55.484115 run       osmo-ms-mob/00022(pid=156): Launched
22:48:55.495010 run                             mass: MS start registered  {at=3511463.788837544, delay=0.004983630031347275, ms=00022}
22:48:55.997090 run                osmo-ms-mob/00023: Starting mobile
22:48:56.013110 run       osmo-ms-mob/00023(pid=157): Launched
22:48:56.019035 run                             mass: MS performed LU  {at=3511464.31287032, lu_delay=5.1037793308496475, ms=00013}
22:48:56.024717 run                             mass: MS start registered  {at=3511464.318559869, delay=0.0057058329693973064, ms=00023}
22:48:56.033013 run                             mass: MS performed LU  {at=3511464.326844992, lu_delay=6.313436740078032, ms=00011}
22:48:56.103494 run                             mass: MS performed LU  {at=3511464.397219952, lu_delay=5.779719156213105, ms=00012}
22:48:56.131624 run                osmo-ms-mob/00024: Starting mobile
22:48:56.144401 run       osmo-ms-mob/00024(pid=158): Launched
22:48:56.155274 run                             mass: MS start registered  {at=3511464.449103834, delay=0.004930265247821808, ms=00024}
22:48:56.356526 run                             mass: MS performed LU  {at=3511464.650250756, lu_delay=4.874485491309315, ms=00014}
22:48:56.869610 run                osmo-ms-mob/00025: Starting mobile
22:48:56.883186 run       osmo-ms-mob/00025(pid=159): Launched
22:48:56.894052 run                             mass: MS start registered  {at=3511465.187882099, delay=0.004945870954543352, ms=00025}
22:48:57.279934 run                osmo-ms-mob/00026: Starting mobile
22:48:57.297075 run       osmo-ms-mob/00026(pid=160): Launched
22:48:57.308641 run                             mass: MS start registered  {at=3511465.602455408, delay=0.005675832740962505, ms=00026}
22:48:57.679702 run                osmo-ms-mob/00027: Starting mobile
22:48:57.695664 run       osmo-ms-mob/00027(pid=161): Launched
22:48:57.706618 run                             mass: MS start registered  {at=3511466.000448403, delay=0.005031283013522625, ms=00027}
22:48:57.787527 run                             mass: MS performed LU  {at=3511466.081253156, lu_delay=5.706266573164612, ms=00015}
22:48:57.870946 run                             mass: MS performed LU  {at=3511466.164673237, lu_delay=4.775260630995035, ms=00017}
22:48:57.897381 run                             mass: MS performed LU  {at=3511466.191135584, lu_delay=5.287589681800455, ms=00016}
22:48:57.909826 run                osmo-ms-mob/00028: Starting mobile
22:48:57.922685 run       osmo-ms-mob/00028(pid=162): Launched
22:48:57.933451 run                             mass: MS start registered  {at=3511466.227282425, delay=0.004840055946260691, ms=00028}
22:48:58.488924 run                osmo-ms-mob/00029: Starting mobile
22:48:58.505501 run       osmo-ms-mob/00029(pid=163): Launched
22:48:58.516754 run                             mass: MS start registered  {at=3511466.810581132, delay=0.005090175662189722, ms=00029}
22:48:58.858411 run                osmo-ms-mob/00030: Starting mobile
22:48:58.871274 run       osmo-ms-mob/00030(pid=164): Launched
22:48:58.882082 run                             mass: MS start registered  {at=3511467.17590924, delay=0.0048303669318556786, ms=00030}
22:48:59.279169 run                osmo-ms-mob/00031: Starting mobile
22:48:59.295006 run       osmo-ms-mob/00031(pid=165): Launched
22:48:59.305887 run                             mass: MS start registered  {at=3511467.599713441, delay=0.004862335976213217, ms=00031}
22:48:59.557512 run                osmo-ms-mob/00032: Starting mobile
22:48:59.570608 run       osmo-ms-mob/00032(pid=166): Launched
22:48:59.581391 run                             mass: MS start registered  {at=3511467.875220211, delay=0.004781922325491905, ms=00032}
22:48:59.735225 run                             mass: MS performed LU  {at=3511468.028951052, lu_delay=5.653343920130283, ms=00019}
22:48:59.799023 run                             mass: MS performed LU  {at=3511468.092748805, lu_delay=5.192805896047503, ms=00020}
22:48:59.869104 run                             mass: MS performed LU  {at=3511468.162831028, lu_delay=6.152393495198339, ms=00018}
22:48:59.912847 run                osmo-ms-mob/00033: Starting mobile
22:48:59.927055 run       osmo-ms-mob/00033(pid=167): Launched
22:48:59.932997 run                             mass: MS performed LU  {at=3511468.226834298, lu_delay=4.838630990125239, ms=00021}
22:48:59.938720 run                             mass: MS start registered  {at=3511468.232562383, delay=0.005745751317590475, ms=00033}
22:49:00.385262 run                osmo-ms-mob/00034: Starting mobile
22:49:00.401694 run       osmo-ms-mob/00034(pid=168): Launched
22:49:00.413583 run                             mass: MS start registered  {at=3511468.707404411, delay=0.0059247128665447235, ms=00034}
22:49:00.670184 run                osmo-ms-mob/00035: Starting mobile
22:49:00.683974 run       osmo-ms-mob/00035(pid=169): Launched
22:49:00.696958 run                             mass: MS start registered  {at=3511468.990783376, delay=0.007035010028630495, ms=00035}
22:49:01.069892 run                osmo-ms-mob/00036: Starting mobile
22:49:01.083747 run       osmo-ms-mob/00036(pid=170): Launched
22:49:01.094771 run                             mass: MS start registered  {at=3511469.388600221, delay=0.00508302403613925, ms=00036}
22:49:01.488554 run                osmo-ms-mob/00037: Starting mobile
22:49:01.505487 run       osmo-ms-mob/00037(pid=171): Launched
22:49:01.516397 run                             mass: MS start registered  {at=3511469.810225877, delay=0.004951898008584976, ms=00037}
22:49:01.553025 run                             mass: MS performed LU  {at=3511469.846747256, lu_delay=4.658865157049149, ms=00025}
22:49:01.636612 run                             mass: MS performed LU  {at=3511469.930339123, lu_delay=5.481235289014876, ms=00024}
22:49:01.665203 run                osmo-ms-mob/00038: Starting mobile
22:49:01.677982 run       osmo-ms-mob/00038(pid=172): Launched
22:49:01.683824 run                             mass: MS performed LU  {at=3511469.977662007, lu_delay=5.659102137666196, ms=00023}
22:49:01.689549 run                             mass: MS start registered  {at=3511469.983392365, delay=0.0057450770400464535, ms=00038}
22:49:01.807318 run                             mass: MS performed LU  {at=3511470.101044228, lu_delay=6.312206683680415, ms=00022}
22:49:01.821333 run                osmo-ms-mob/00039: Starting mobile
22:49:01.834361 run       osmo-ms-mob/00039(pid=173): Launched
22:49:01.845377 run                             mass: MS start registered  {at=3511470.139204823, delay=0.005025997757911682, ms=00039}
22:49:02.469763 run                osmo-ms-mob/00040: Starting mobile
22:49:02.483309 run       osmo-ms-mob/00040(pid=174): Launched
22:49:02.496236 run                             mass: MS start registered  {at=3511470.79006256, delay=0.006579306907951832, ms=00040}
22:49:02.759294 run                osmo-ms-mob/00041: Starting mobile
22:49:02.772329 run       osmo-ms-mob/00041(pid=175): Launched
22:49:02.783336 run                             mass: MS start registered  {at=3511471.07716343, delay=0.005060689058154821, ms=00041}
22:49:03.067691 run                osmo-ms-mob/00042: Starting mobile
22:49:03.081002 run       osmo-ms-mob/00042(pid=176): Launched
22:49:03.092300 run                             mass: MS start registered  {at=3511471.386127003, delay=0.0053579481318593025, ms=00042}
22:49:03.488824 run                osmo-ms-mob/00043: Starting mobile
22:49:03.505562 run       osmo-ms-mob/00043(pid=177): Launched
22:49:03.511526 run                             mass: MS performed LU  {at=3511471.805360718, lu_delay=5.5780782932415605, ms=00028}
22:49:03.517310 run                             mass: MS start registered  {at=3511471.811152243, delay=0.005809638183563948, ms=00043}
22:49:03.565680 run                             mass: MS performed LU  {at=3511471.859405057, lu_delay=4.683495817240328, ms=00030}
22:49:03.588774 run                osmo-ms-mob/00044: Starting mobile
22:49:03.601400 run       osmo-ms-mob/00044(pid=178): Launched
22:49:03.612116 run                             mass: MS start registered  {at=3511471.905944592, delay=0.00481240963563323, ms=00044}
22:49:03.634270 run                             mass: MS performed LU  {at=3511471.928091124, lu_delay=5.927642721217126, ms=00027}
22:49:03.652513 run                             mass: MS performed LU  {at=3511471.946326314, lu_delay=5.135745182167739, ms=00029}
22:49:03.666301 run                osmo-ms-mob/00045: Starting mobile
22:49:03.679287 run       osmo-ms-mob/00045(pid=179): Launched
22:49:03.690389 run                             mass: MS start registered  {at=3511471.984212751, delay=0.0051154340617358685, ms=00045}
22:49:03.707093 run                             mass: MS performed LU  {at=3511472.000918905, lu_delay=6.398463496938348, ms=00026}
22:49:04.371306 run                osmo-ms-mob/00046: Starting mobile
22:49:04.384907 run       osmo-ms-mob/00046(pid=180): Launched
22:49:04.396177 run                             mass: MS start registered  {at=3511472.68999817, delay=0.00529253575950861, ms=00046}
22:49:04.657592 run                osmo-ms-mob/00047: Starting mobile
22:49:04.670749 run       osmo-ms-mob/00047(pid=181): Launched
22:49:04.682029 run                             mass: MS start registered  {at=3511472.975855859, delay=0.005093717947602272, ms=00047}
22:49:04.991348 run                osmo-ms-mob/00048: Starting mobile
22:49:05.008081 run       osmo-ms-mob/00048(pid=182): Launched
22:49:05.018876 run                             mass: MS start registered  {at=3511473.31270441, delay=0.004848292097449303, ms=00048}
22:49:05.257718 run                osmo-ms-mob/00049: Starting mobile
22:49:05.270565 run       osmo-ms-mob/00049(pid=183): Launched
22:49:05.281126 run                             mass: MS start registered  {at=3511473.574956856, delay=0.004666205029934645, ms=00049}
22:49:05.318777 run                             mass: MS performed LU  {at=3511473.612517351, lu_delay=5.737297139596194, ms=00032}
22:49:05.401390 run                             mass: MS performed LU  {at=3511473.695116157, lu_delay=4.704332781024277, ms=00035}
22:49:05.417494 run                osmo-ms-mob/00050: Starting mobile
22:49:05.430495 run       osmo-ms-mob/00050(pid=184): Launched
22:49:05.436496 run                             mass: MS performed LU  {at=3511473.730332212, lu_delay=5.022927801124752, ms=00034}
22:49:05.442362 run                             mass: MS start registered  {at=3511473.736204119, delay=0.005888515152037144, ms=00050}
22:49:05.574090 run                             mass: MS performed LU  {at=3511473.867816929, lu_delay=6.268103487789631, ms=00031}
22:49:05.609157 run                             mass: MS performed LU  {at=3511473.902931886, lu_delay=5.670369502622634, ms=00033}
22:49:05.626216 run                osmo-ms-mob/00051: Starting mobile
22:49:05.639184 run       osmo-ms-mob/00051(pid=185): Launched
22:49:05.650178 run                             mass: MS start registered  {at=3511473.944004477, delay=0.005050999112427235, ms=00051}
22:49:06.269316 run                osmo-ms-mob/00052: Starting mobile
22:49:06.283182 run       osmo-ms-mob/00052(pid=186): Launched
22:49:06.294370 run                             mass: MS start registered  {at=3511474.588195229, delay=0.005259140860289335, ms=00052}
22:49:06.558060 run                osmo-ms-mob/00053: Starting mobile
22:49:06.571508 run       osmo-ms-mob/00053(pid=187): Launched
22:49:06.582723 run                             mass: MS start registered  {at=3511474.876547547, delay=0.005336856935173273, ms=00053}
22:49:06.870980 run                osmo-ms-mob/00054: Starting mobile
22:49:06.884610 run       osmo-ms-mob/00054(pid=188): Launched
22:49:06.895725 run                             mass: MS start registered  {at=3511475.189547119, delay=0.005074749235063791, ms=00054}
22:49:07.158027 run                osmo-ms-mob/00055: Starting mobile
22:49:07.171033 run       osmo-ms-mob/00055(pid=189): Launched
22:49:07.182475 run                             mass: MS start registered  {at=3511475.476298841, delay=0.0050356569699943066, ms=00055}
22:49:07.266621 run                             mass: MS performed LU  {at=3511475.560347342, lu_delay=5.576954977121204, ms=00038}
22:49:07.331438 run                             mass: MS performed LU  {at=3511475.625164158, lu_delay=5.485959335230291, ms=00039}
22:49:07.358142 run                osmo-ms-mob/00056: Starting mobile
22:49:07.371135 run       osmo-ms-mob/00056(pid=190): Launched
22:49:07.382148 run                             mass: MS start registered  {at=3511475.675976442, delay=0.005075590219348669, ms=00056}
22:49:07.398869 run                             mass: MS performed LU  {at=3511475.692698991, lu_delay=5.882473113946617, ms=00037}
22:49:07.418043 run                             mass: MS performed LU  {at=3511475.711857488, lu_delay=6.323257267009467, ms=00036}
22:49:07.431328 run                osmo-ms-mob/00057: Starting mobile
22:49:07.444306 run       osmo-ms-mob/00057(pid=191): Launched
22:49:07.455844 run                             mass: MS start registered  {at=3511475.749663858, delay=0.005562024191021919, ms=00057}
22:49:07.473294 run                             mass: MS performed LU  {at=3511475.767041605, lu_delay=4.976979045197368, ms=00040}
22:49:07.746095 run                             mass: MS performed LU  {at=3511476.039823287, lu_delay=4.962659857235849, ms=00041}
22:49:08.171234 run                osmo-ms-mob/00058: Starting mobile
22:49:08.184969 run       osmo-ms-mob/00058(pid=192): Launched
22:49:08.196043 run                             mass: MS start registered  {at=3511476.489869147, delay=0.005035758018493652, ms=00058}
22:49:08.470924 run                osmo-ms-mob/00059: Starting mobile
22:49:08.484468 run       osmo-ms-mob/00059(pid=193): Launched
22:49:08.495717 run                             mass: MS start registered  {at=3511476.789545021, delay=0.00517426198348403, ms=00059}
22:49:08.757842 run                osmo-ms-mob/00060: Starting mobile
22:49:08.770679 run       osmo-ms-mob/00060(pid=194): Launched
22:49:08.782100 run                             mass: MS start registered  {at=3511477.075928442, delay=0.005484384018927813, ms=00060}
22:49:09.084903 run                             mass: MS performed LU  {at=3511477.378626614, lu_delay=5.992499610874802, ms=00042}
22:49:09.114947 run                osmo-ms-mob/00061: Starting mobile
22:49:09.128131 run       osmo-ms-mob/00061(pid=195): Launched
22:49:09.139557 run                             mass: MS start registered  {at=3511477.433385159, delay=0.005517489742487669, ms=00061}
22:49:09.167519 run                             mass: MS performed LU  {at=3511477.461270182, lu_delay=4.7712720120325685, ms=00046}
22:49:09.194783 run                             mass: MS performed LU  {at=3511477.48856767, lu_delay=5.582623078022152, ms=00044}
22:49:09.211811 run                osmo-ms-mob/00062: Starting mobile
22:49:09.224751 run       osmo-ms-mob/00062(pid=196): Launched
22:49:09.235640 run                             mass: MS start registered  {at=3511477.5294692, delay=0.004959047771990299, ms=00062}
22:49:09.340200 run                             mass: MS performed LU  {at=3511477.63392514, lu_delay=5.649712388869375, ms=00045}
22:49:09.412973 run                             mass: MS performed LU  {at=3511477.706699115, lu_delay=4.730843256227672, ms=00047}
22:49:09.441428 run                osmo-ms-mob/00063: Starting mobile
22:49:09.454426 run       osmo-ms-mob/00063(pid=197): Launched
22:49:09.465314 run                             mass: MS start registered  {at=3511477.759141426, delay=0.0049530258402228355, ms=00063}
22:49:10.167807 run                osmo-ms-mob/00064: Starting mobile
22:49:10.181049 run       osmo-ms-mob/00064(pid=198): Launched
22:49:10.192406 run                             mass: MS start registered  {at=3511478.486231671, delay=0.0049767279997467995, ms=00064}
22:49:10.557749 run                osmo-ms-mob/00065: Starting mobile
22:49:10.571077 run       osmo-ms-mob/00065(pid=199): Launched
22:49:10.581949 run                             mass: MS start registered  {at=3511478.875776, delay=0.004898468032479286, ms=00065}
22:49:10.857725 run                osmo-ms-mob/00066: Starting mobile
22:49:10.870712 run       osmo-ms-mob/00066(pid=200): Launched
22:49:10.881845 run                             mass: MS start registered  {at=3511479.17566596, delay=0.005131658166646957, ms=00066}
22:49:11.032470 run                             mass: MS performed LU  {at=3511479.326175635, lu_delay=5.382171158213168, ms=00051}
22:49:11.097195 run                             mass: MS performed LU  {at=3511479.390923564, lu_delay=5.654719444923103, ms=00050}
22:49:11.166405 run                             mass: MS performed LU  {at=3511479.46013313, lu_delay=5.885176273994148, ms=00049}
22:49:11.180920 run                osmo-ms-mob/00067: Starting mobile
22:49:11.193998 run       osmo-ms-mob/00067(pid=201): Launched
22:49:11.199963 run                             mass: MS performed LU  {at=3511479.493800262, lu_delay=6.18109585205093, ms=00048}
22:49:11.205728 run                             mass: MS start registered  {at=3511479.499570309, delay=0.0057864803820848465, ms=00067}
22:49:11.240732 run                             mass: MS performed LU  {at=3511479.53449506, lu_delay=4.946299830917269, ms=00052}
22:49:11.254300 run                osmo-ms-mob/00068: Starting mobile
22:49:11.267456 run       osmo-ms-mob/00068(pid=202): Launched
22:49:11.278748 run                             mass: MS start registered  {at=3511479.572572355, delay=0.005224032327532768, ms=00068}
22:49:11.511919 run                             mass: MS performed LU  {at=3511479.805646162, lu_delay=4.929098614957184, ms=00053}
22:49:11.970565 run                osmo-ms-mob/00069: Starting mobile
22:49:11.985000 run       osmo-ms-mob/00069(pid=203): Launched
22:49:11.996459 run                             mass: MS start registered  {at=3511480.290286434, delay=0.00513811968266964, ms=00069}
22:49:12.108157 run                             mass: MS performed LU  {at=3511480.401882755, lu_delay=3.6123377340845764, ms=00059}
22:49:12.373059 run                osmo-ms-mob/00070: Starting mobile
22:49:12.386823 run       osmo-ms-mob/00070(pid=204): Launched
22:49:12.398312 run                             mass: MS start registered  {at=3511480.69213362, delay=0.005366204772144556, ms=00070}
22:49:12.782012 run                osmo-ms-mob/00071: Starting mobile
22:49:12.798112 run       osmo-ms-mob/00071(pid=205): Launched
22:49:12.809392 run                             mass: MS start registered  {at=3511481.103217522, delay=0.005422103218734264, ms=00071}
22:49:12.850121 run                             mass: MS performed LU  {at=3511481.143864583, lu_delay=5.394200725015253, ms=00057}
22:49:12.933472 run                             mass: MS performed LU  {at=3511481.227207055, lu_delay=5.551230612676591, ms=00056}
22:49:13.105426 run                             mass: MS performed LU  {at=3511481.399149233, lu_delay=6.209602113813162, ms=00054}
22:49:13.119119 run                osmo-ms-mob/00072: Starting mobile
22:49:13.132358 run       osmo-ms-mob/00072(pid=206): Launched
22:49:13.143454 run                             mass: MS start registered  {at=3511481.437280795, delay=0.005222976207733154, ms=00072}
22:49:13.177516 run                             mass: MS performed LU  {at=3511481.471259397, lu_delay=4.981390249915421, ms=00058}
22:49:13.597890 run                osmo-ms-mob/00073: Starting mobile
22:49:13.613759 run       osmo-ms-mob/00073(pid=207): Launched
22:49:13.625105 run                             mass: MS start registered  {at=3511481.91891938, delay=0.005426001735031605, ms=00073}
22:49:13.971306 run                osmo-ms-mob/00074: Starting mobile
22:49:13.985074 run       osmo-ms-mob/00074(pid=208): Launched
22:49:13.996436 run                             mass: MS start registered  {at=3511482.290256058, delay=0.005216774996370077, ms=00074}
22:49:14.380073 run                osmo-ms-mob/00075: Starting mobile
22:49:14.396350 run       osmo-ms-mob/00075(pid=209): Launched
22:49:14.408524 run                             mass: MS start registered  {at=3511482.702350419, delay=0.0062008751556277275, ms=00075}
22:49:14.798042 run                             mass: MS performed LU  {at=3511483.091665468, lu_delay=4.605433796998113, ms=00064}
22:49:14.828396 run                osmo-ms-mob/00076: Starting mobile
22:49:14.842887 run       osmo-ms-mob/00076(pid=210): Launched
22:49:14.854113 run                             mass: MS start registered  {at=3511483.14794205, delay=0.005257552955299616, ms=00076}
22:49:14.862305 run                             mass: MS performed LU  {at=3511483.15607022, lu_delay=6.080141777638346, ms=00060}
22:49:14.931742 run                             mass: MS performed LU  {at=3511483.225466036, lu_delay=5.466324609704316, ms=00063}
22:49:15.006198 run                             mass: MS performed LU  {at=3511483.299922327, lu_delay=5.866537168156356, ms=00061}
22:49:15.035380 run                osmo-ms-mob/00077: Starting mobile
22:49:15.048236 run       osmo-ms-mob/00077(pid=211): Launched
22:49:15.059500 run                             mass: MS start registered  {at=3511483.353305181, delay=0.005371833220124245, ms=00077}
22:49:15.770466 run                osmo-ms-mob/00078: Starting mobile
22:49:15.784115 run       osmo-ms-mob/00078(pid=212): Launched
22:49:15.795176 run                             mass: MS start registered  {at=3511484.08900643, delay=0.005183001980185509, ms=00078}
22:49:16.188787 run                osmo-ms-mob/00079: Starting mobile
22:49:16.201781 run       osmo-ms-mob/00079(pid=213): Launched
22:49:16.213106 run                             mass: MS start registered  {at=3511484.50693473, delay=0.005359610076993704, ms=00079}
22:49:16.616146 run                             mass: MS performed LU  {at=3511484.909871834, lu_delay=6.034095834009349, ms=00065}
22:49:16.660279 run                osmo-ms-mob/00080: Starting mobile
22:49:16.673784 run       osmo-ms-mob/00080(pid=214): Launched
22:49:16.679686 run                             mass: MS performed LU  {at=3511484.973521941, lu_delay=5.473951631691307, ms=00067}
22:49:16.685369 run                             mass: MS start registered  {at=3511484.979210937, delay=0.00570687185972929, ms=00080}
22:49:16.698199 run                             mass: MS performed LU  {at=3511484.992027056, lu_delay=5.816361095756292, ms=00066}
22:49:16.906920 run                             mass: MS performed LU  {at=3511485.200645754, lu_delay=5.628073398955166, ms=00068}
22:49:16.930497 run                             mass: MS performed LU  {at=3511485.224330653, lu_delay=4.934044219087809, ms=00069}
22:49:16.941635 run                osmo-ms-mob/00081: Starting mobile
22:49:16.954488 run       osmo-ms-mob/00081(pid=215): Launched
22:49:16.965362 run                             mass: MS start registered  {at=3511485.259190342, delay=0.005033600144088268, ms=00081}
22:49:17.557958 run                osmo-ms-mob/00082: Starting mobile
22:49:17.570766 run       osmo-ms-mob/00082(pid=216): Launched
22:49:17.582224 run                             mass: MS start registered  {at=3511485.876026171, delay=0.00501211266964674, ms=00082}
22:49:18.157727 run                osmo-ms-mob/00083: Starting mobile
22:49:18.170557 run       osmo-ms-mob/00083(pid=217): Launched
22:49:18.181279 run                             mass: MS start registered  {at=3511486.475108668, delay=0.004851979203522205, ms=00083}
22:49:18.563769 run                             mass: MS performed LU  {at=3511486.857470895, lu_delay=4.938551515340805, ms=00073}
22:49:18.621469 run                osmo-ms-mob/00084: Starting mobile
22:49:18.636701 run       osmo-ms-mob/00084(pid=218): Launched
22:49:18.642697 run                             mass: MS performed LU  {at=3511486.936530764, lu_delay=5.4992499691434205, ms=00072}
22:49:18.648495 run                             mass: MS start registered  {at=3511486.942336901, delay=0.005823343060910702, ms=00084}
22:49:18.772631 run                             mass: MS performed LU  {at=3511487.066355459, lu_delay=5.963137936778367, ms=00071}
22:49:18.826485 run                             mass: MS performed LU  {at=3511487.12023178, lu_delay=6.428098160307854, ms=00070}
22:49:19.170722 run                osmo-ms-mob/00085: Starting mobile
22:49:19.184713 run       osmo-ms-mob/00085(pid=219): Launched
22:49:19.196053 run                             mass: MS start registered  {at=3511487.48987591, delay=0.005384437739849091, ms=00085}
22:49:19.771451 run                osmo-ms-mob/00086: Starting mobile
22:49:19.785166 run       osmo-ms-mob/00086(pid=220): Launched
22:49:19.796673 run                             mass: MS start registered  {at=3511488.090500896, delay=0.005329720675945282, ms=00086}
22:49:20.389160 run                osmo-ms-mob/00087: Starting mobile
22:49:20.406161 run       osmo-ms-mob/00087(pid=221): Launched
22:49:20.412065 run                             mass: MS performed LU  {at=3511488.705897309, lu_delay=5.352592127863318, ms=00077}
22:49:20.418199 run                             mass: MS start registered  {at=3511488.712039074, delay=0.006160763092339039, ms=00087}
22:49:20.465346 run                             mass: MS performed LU  {at=3511488.759049325, lu_delay=5.611107274889946, ms=00076}
22:49:20.492202 run                             mass: MS performed LU  {at=3511488.786003159, lu_delay=6.083652739878744, ms=00075}
22:49:20.636854 run                             mass: MS performed LU  {at=3511488.930587572, lu_delay=4.841581142041832, ms=00078}
22:49:20.988395 run                osmo-ms-mob/00088: Starting mobile
22:49:21.005229 run       osmo-ms-mob/00088(pid=222): Launched
22:49:21.016905 run                             mass: MS start registered  {at=3511489.310730606, delay=0.005116795655339956, ms=00088}
22:49:21.571476 run                osmo-ms-mob/00089: Starting mobile
22:49:21.586134 run       osmo-ms-mob/00089(pid=223): Launched
22:49:21.597673 run                             mass: MS start registered  {at=3511489.891490271, delay=0.005600573029369116, ms=00089}
22:49:22.188230 run                osmo-ms-mob/00090: Starting mobile
22:49:22.204801 run       osmo-ms-mob/00090(pid=224): Launched
22:49:22.215667 run                             mass: MS start registered  {at=3511490.509497017, delay=0.004949788097292185, ms=00090}
22:49:22.246483 run                             mass: MS performed LU  {at=3511490.540224694, lu_delay=5.561013757251203, ms=00080}
22:49:22.330007 run                             mass: MS performed LU  {at=3511490.623734785, lu_delay=5.364544442854822, ms=00081}
22:49:22.394851 run                             mass: MS performed LU  {at=3511490.688577003, lu_delay=6.181642272975296, ms=00079}
22:49:22.538142 run                             mass: MS performed LU  {at=3511490.831844764, lu_delay=4.955818593036383, ms=00082}
22:49:22.889563 run                osmo-ms-mob/00091: Starting mobile
22:49:22.906200 run       osmo-ms-mob/00091(pid=225): Launched
22:49:22.917435 run                             mass: MS start registered  {at=3511491.211261733, delay=0.005143298767507076, ms=00091}
22:49:23.581354 run                osmo-ms-mob/00092: Starting mobile
22:49:23.595895 run       osmo-ms-mob/00092(pid=226): Launched
22:49:23.608063 run                             mass: MS start registered  {at=3511491.901881833, delay=0.005978297907859087, ms=00092}
22:49:24.147607 run                             mass: MS performed LU  {at=3511492.441319536, lu_delay=4.951443626079708, ms=00085}
22:49:24.230861 run                             mass: MS performed LU  {at=3511492.524603363, lu_delay=6.049494694918394, ms=00083}
22:49:24.258165 run                             mass: MS performed LU  {at=3511492.551934362, lu_delay=5.609597460832447, ms=00084}
22:49:24.270944 run                osmo-ms-mob/00093: Starting mobile
22:49:24.283777 run       osmo-ms-mob/00093(pid=227): Launched
22:49:24.294934 run                             mass: MS start registered  {at=3511492.588760723, delay=0.005226036999374628, ms=00093}
22:49:24.637621 run                             mass: MS performed LU  {at=3511492.931353685, lu_delay=4.840852789115161, ms=00086}
22:49:25.269880 run                osmo-ms-mob/00094: Starting mobile
22:49:25.283492 run       osmo-ms-mob/00094(pid=228): Launched
22:49:25.294704 run                             mass: MS start registered  {at=3511493.58853142, delay=0.0051014721393585205, ms=00094}
22:49:26.095758 run                             mass: MS performed LU  {at=3511494.389464176, lu_delay=5.078733569942415, ms=00088}
22:49:26.136470 run                osmo-ms-mob/00095: Starting mobile
22:49:26.151887 run       osmo-ms-mob/00095(pid=229): Launched
22:49:26.159246 run                             mass: MS performed LU  {at=3511494.453076136, lu_delay=5.741037061903626, ms=00087}
22:49:26.165016 run                             mass: MS start registered  {at=3511494.458859178, delay=0.007261546794325113, ms=00095}
22:49:26.229622 run                             mass: MS performed LU  {at=3511494.523349438, lu_delay=22.71219719480723, ms=00043}
22:49:26.483245 run                             mass: MS performed LU  {at=3511494.776971236, lu_delay=4.885480965021998, ms=00089}
22:49:27.158235 run                osmo-ms-mob/00096: Starting mobile
22:49:27.171195 run       osmo-ms-mob/00096(pid=230): Launched
22:49:27.182554 run                             mass: MS start registered  {at=3511495.476370734, delay=0.005424152128398418, ms=00096}
22:49:27.997258 run                             mass: MS performed LU  {at=3511496.290984602, lu_delay=5.781487585045397, ms=00090}
22:49:28.024245 run                             mass: MS performed LU  {at=3511496.317999992, lu_delay=5.106738259084523, ms=00091}
22:49:28.290235 run                osmo-ms-mob/00097: Starting mobile
22:49:28.306995 run       osmo-ms-mob/00097(pid=231): Launched
22:49:28.318013 run                             mass: MS start registered  {at=3511496.611840245, delay=0.005114078056067228, ms=00097}
22:49:29.571624 run                osmo-ms-mob/00098: Starting mobile
22:49:29.585693 run       osmo-ms-mob/00098(pid=232): Launched
22:49:29.597107 run                             mass: MS start registered  {at=3511497.890922612, delay=0.005461169872432947, ms=00098}
22:49:29.861468 run                             mass: MS performed LU  {at=3511498.155156202, lu_delay=5.566395479254425, ms=00093}
22:49:29.926865 run                             mass: MS performed LU  {at=3511498.22059051, lu_delay=6.318708676844835, ms=00092}
22:49:29.995803 run                             mass: MS performed LU  {at=3511498.289529746, lu_delay=4.700998325832188, ms=00094}
22:49:30.019110 run                             mass: MS performed LU  {at=3511498.312947832, lu_delay=22.836648990865797, ms=00055}
22:49:31.379929 run                osmo-ms-mob/00099: Starting mobile
22:49:31.396170 run       osmo-ms-mob/00099(pid=233): Launched
22:49:31.402054 run                             mass: All started... {duration=55.75470650522038, too_slow=0}
22:49:31.407695 run                             mass: MS start registered  {at=3511499.701531344, delay=0.005635240115225315, ms=00099}
22:49:31.762931 run                             mass: MS performed LU  {at=3511500.056656741, lu_delay=5.597797563299537, ms=00095}
22:49:31.914619 run                             mass: MS performed LU  {at=3511500.208344255, lu_delay=22.6788750551641, ms=00062}
22:49:32.025650 run                             mass: MS performed LU  {at=3511500.319375757, lu_delay=4.843005022965372, ms=00096}
22:49:33.627866 run                             mass: MS performed LU  {at=3511501.921593107, lu_delay=5.309752861969173, ms=00097}
22:49:35.529324 run                             mass: MS performed LU  {at=3511503.823049993, lu_delay=5.932127380743623, ms=00098}
22:49:35.791254 run                             mass: MS performed LU  {at=3511504.084982275, lu_delay=21.79472621716559, ms=00074}
22:49:37.395381 run                             mass: MS performed LU  {at=3511505.68910702, lu_delay=5.98757567582652, ms=00099}
22:49:37.417563 run                             mass: Tests done {all_completed=True, max=22.836648990865797, min=3.6123377340845764}
22:49:37.423159 tst         register_default_mass.py: Test passed (81.1 sec)
22:49:37.428317 run pcap-recorder_any(filters='host 127.0.42.2')(pid=21): Terminating (SIGTERM)
22:49:37.431473 run      osmo-hlr_127.0.42.2(pid=22): Terminating (SIGTERM)
22:49:37.434606 run pcap-recorder_any(filters='host 127.0.42.5 and port not 22')(pid=23): Terminating (SIGTERM)
22:49:37.437820 run      osmo-stp_127.0.42.5(pid=24): Terminating (SIGTERM)
22:49:37.441071 run pcap-recorder_any(filters='host 127.0.42.6 and port not 22')(pid=25): Terminating (SIGTERM)
22:49:37.444282 run      osmo-msc_127.0.42.6(pid=26): Terminating (SIGTERM)
22:49:37.447493 run pcap-recorder_any(filters='host 127.0.42.3 and port not 22')(pid=27): Terminating (SIGTERM)
22:49:37.450696 run      osmo-mgw_127.0.42.3(pid=28): Terminating (SIGTERM)
22:49:37.453908 run pcap-recorder_any(filters='host 127.0.42.4 and port not 22')(pid=29): Terminating (SIGTERM)
22:49:37.457111 run      osmo-mgw_127.0.42.4(pid=30): Terminating (SIGTERM)
22:49:37.460288 run pcap-recorder_any(filters='host 127.0.42.7 and port not 22')(pid=31): Terminating (SIGTERM)
22:49:37.463544 run      osmo-bsc_127.0.42.7(pid=32): Terminating (SIGTERM)
22:49:37.467545 run         osmo-bts-virtual(pid=33): Terminating (SIGTERM)
22:49:37.471552 run   osmo-ms-virt-phy/00000(pid=34): Terminating (SIGTERM)
22:49:37.474973 run   osmo-ms-virt-phy/00001(pid=35): Terminating (SIGTERM)
22:49:37.478365 run   osmo-ms-virt-phy/00002(pid=36): Terminating (SIGTERM)
22:49:37.481767 run   osmo-ms-virt-phy/00003(pid=37): Terminating (SIGTERM)
22:49:37.485209 run   osmo-ms-virt-phy/00004(pid=38): Terminating (SIGTERM)
22:49:37.488565 run   osmo-ms-virt-phy/00005(pid=39): Terminating (SIGTERM)
22:49:37.491925 run   osmo-ms-virt-phy/00006(pid=40): Terminating (SIGTERM)
22:49:37.495273 run   osmo-ms-virt-phy/00007(pid=41): Terminating (SIGTERM)
22:49:37.498771 run   osmo-ms-virt-phy/00008(pid=42): Terminating (SIGTERM)
22:49:37.502122 run   osmo-ms-virt-phy/00009(pid=43): Terminating (SIGTERM)
22:49:37.505415 run   osmo-ms-virt-phy/00010(pid=44): Terminating (SIGTERM)
22:49:37.508649 run   osmo-ms-virt-phy/00011(pid=45): Terminating (SIGTERM)
22:49:37.511869 run   osmo-ms-virt-phy/00012(pid=46): Terminating (SIGTERM)
22:49:37.515072 run   osmo-ms-virt-phy/00013(pid=47): Terminating (SIGTERM)
22:49:37.518290 run   osmo-ms-virt-phy/00014(pid=48): Terminating (SIGTERM)
22:49:37.521495 run   osmo-ms-virt-phy/00015(pid=49): Terminating (SIGTERM)
22:49:37.524776 run   osmo-ms-virt-phy/00016(pid=50): Terminating (SIGTERM)
22:49:37.528010 run   osmo-ms-virt-phy/00017(pid=51): Terminating (SIGTERM)
22:49:37.531217 run   osmo-ms-virt-phy/00018(pid=52): Terminating (SIGTERM)
22:49:37.534814 run   osmo-ms-virt-phy/00019(pid=53): Terminating (SIGTERM)
22:49:37.538371 run   osmo-ms-virt-phy/00020(pid=54): Terminating (SIGTERM)
22:49:37.541665 run   osmo-ms-virt-phy/00021(pid=55): Terminating (SIGTERM)
22:49:37.544993 run   osmo-ms-virt-phy/00022(pid=56): Terminating (SIGTERM)
22:49:37.548316 run   osmo-ms-virt-phy/00023(pid=57): Terminating (SIGTERM)
22:49:37.551589 run   osmo-ms-virt-phy/00024(pid=58): Terminating (SIGTERM)
22:49:37.555071 run   osmo-ms-virt-phy/00025(pid=59): Terminating (SIGTERM)
22:49:37.558413 run   osmo-ms-virt-phy/00026(pid=60): Terminating (SIGTERM)
22:49:37.561741 run   osmo-ms-virt-phy/00027(pid=61): Terminating (SIGTERM)
22:49:37.565082 run   osmo-ms-virt-phy/00028(pid=62): Terminating (SIGTERM)
22:49:37.568359 run   osmo-ms-virt-phy/00029(pid=63): Terminating (SIGTERM)
22:49:37.571687 run   osmo-ms-virt-phy/00030(pid=64): Terminating (SIGTERM)
22:49:37.575026 run   osmo-ms-virt-phy/00031(pid=65): Terminating (SIGTERM)
22:49:37.578347 run   osmo-ms-virt-phy/00032(pid=66): Terminating (SIGTERM)
22:49:37.581716 run   osmo-ms-virt-phy/00033(pid=67): Terminating (SIGTERM)
22:49:37.585211 run   osmo-ms-virt-phy/00034(pid=68): Terminating (SIGTERM)
22:49:37.588619 run   osmo-ms-virt-phy/00035(pid=69): Terminating (SIGTERM)
22:49:37.591941 run   osmo-ms-virt-phy/00036(pid=70): Terminating (SIGTERM)
22:49:37.595304 run   osmo-ms-virt-phy/00037(pid=71): Terminating (SIGTERM)
22:49:37.598653 run   osmo-ms-virt-phy/00038(pid=72): Terminating (SIGTERM)
22:49:37.602178 run   osmo-ms-virt-phy/00039(pid=73): Terminating (SIGTERM)
22:49:37.605485 run   osmo-ms-virt-phy/00040(pid=74): Terminating (SIGTERM)
22:49:37.608791 run   osmo-ms-virt-phy/00041(pid=75): Terminating (SIGTERM)
22:49:37.612075 run   osmo-ms-virt-phy/00042(pid=76): Terminating (SIGTERM)
22:49:37.615378 run   osmo-ms-virt-phy/00043(pid=77): Terminating (SIGTERM)
22:49:37.618700 run   osmo-ms-virt-phy/00044(pid=78): Terminating (SIGTERM)
22:49:37.621950 run   osmo-ms-virt-phy/00045(pid=79): Terminating (SIGTERM)
22:49:37.625223 run   osmo-ms-virt-phy/00046(pid=80): Terminating (SIGTERM)
22:49:37.628666 run   osmo-ms-virt-phy/00047(pid=81): Terminating (SIGTERM)
22:49:37.632253 run   osmo-ms-virt-phy/00048(pid=82): Terminating (SIGTERM)
22:49:37.635547 run   osmo-ms-virt-phy/00049(pid=83): Terminating (SIGTERM)
22:49:37.639427 run   osmo-ms-virt-phy/00050(pid=84): Terminating (SIGTERM)
22:49:37.642686 run   osmo-ms-virt-phy/00051(pid=85): Terminating (SIGTERM)
22:49:37.645960 run   osmo-ms-virt-phy/00052(pid=86): Terminating (SIGTERM)
22:49:37.649228 run   osmo-ms-virt-phy/00053(pid=87): Terminating (SIGTERM)
22:49:37.652563 run   osmo-ms-virt-phy/00054(pid=88): Terminating (SIGTERM)
22:49:37.655821 run   osmo-ms-virt-phy/00055(pid=89): Terminating (SIGTERM)
22:49:37.659136 run   osmo-ms-virt-phy/00056(pid=90): Terminating (SIGTERM)
22:49:37.662420 run   osmo-ms-virt-phy/00057(pid=91): Terminating (SIGTERM)
22:49:37.665669 run   osmo-ms-virt-phy/00058(pid=92): Terminating (SIGTERM)
22:49:37.668951 run   osmo-ms-virt-phy/00059(pid=93): Terminating (SIGTERM)
22:49:37.672240 run   osmo-ms-virt-phy/00060(pid=94): Terminating (SIGTERM)
22:49:37.675523 run   osmo-ms-virt-phy/00061(pid=95): Terminating (SIGTERM)
22:49:37.678805 run   osmo-ms-virt-phy/00062(pid=96): Terminating (SIGTERM)
22:49:37.682047 run   osmo-ms-virt-phy/00063(pid=97): Terminating (SIGTERM)
22:49:37.685306 run   osmo-ms-virt-phy/00064(pid=98): Terminating (SIGTERM)
22:49:37.688603 run   osmo-ms-virt-phy/00065(pid=99): Terminating (SIGTERM)
22:49:37.691863 run  osmo-ms-virt-phy/00066(pid=100): Terminating (SIGTERM)
22:49:37.695126 run  osmo-ms-virt-phy/00067(pid=101): Terminating (SIGTERM)
22:49:37.698801 run  osmo-ms-virt-phy/00068(pid=102): Terminating (SIGTERM)
22:49:37.702023 run  osmo-ms-virt-phy/00069(pid=103): Terminating (SIGTERM)
22:49:37.705271 run  osmo-ms-virt-phy/00070(pid=104): Terminating (SIGTERM)
22:49:37.708483 run  osmo-ms-virt-phy/00071(pid=105): Terminating (SIGTERM)
22:49:37.711750 run  osmo-ms-virt-phy/00072(pid=106): Terminating (SIGTERM)
22:49:37.714967 run  osmo-ms-virt-phy/00073(pid=107): Terminating (SIGTERM)
22:49:37.718146 run  osmo-ms-virt-phy/00074(pid=108): Terminating (SIGTERM)
22:49:37.721427 run  osmo-ms-virt-phy/00075(pid=109): Terminating (SIGTERM)
22:49:37.724692 run  osmo-ms-virt-phy/00076(pid=110): Terminating (SIGTERM)
22:49:37.727908 run  osmo-ms-virt-phy/00077(pid=111): Terminating (SIGTERM)
22:49:37.731141 run  osmo-ms-virt-phy/00078(pid=112): Terminating (SIGTERM)
22:49:37.734379 run  osmo-ms-virt-phy/00079(pid=113): Terminating (SIGTERM)
22:49:37.737577 run  osmo-ms-virt-phy/00080(pid=114): Terminating (SIGTERM)
22:49:37.741249 run  osmo-ms-virt-phy/00081(pid=115): Terminating (SIGTERM)
22:49:37.744521 run  osmo-ms-virt-phy/00082(pid=116): Terminating (SIGTERM)
22:49:37.747739 run  osmo-ms-virt-phy/00083(pid=117): Terminating (SIGTERM)
22:49:37.750996 run  osmo-ms-virt-phy/00084(pid=118): Terminating (SIGTERM)
22:49:37.754205 run  osmo-ms-virt-phy/00085(pid=119): Terminating (SIGTERM)
22:49:37.757416 run  osmo-ms-virt-phy/00086(pid=120): Terminating (SIGTERM)
22:49:37.760665 run  osmo-ms-virt-phy/00087(pid=121): Terminating (SIGTERM)
22:49:37.763862 run  osmo-ms-virt-phy/00088(pid=122): Terminating (SIGTERM)
22:49:37.767178 run  osmo-ms-virt-phy/00089(pid=123): Terminating (SIGTERM)
22:49:37.770428 run  osmo-ms-virt-phy/00090(pid=124): Terminating (SIGTERM)
22:49:37.773613 run  osmo-ms-virt-phy/00091(pid=125): Terminating (SIGTERM)
22:49:37.776880 run  osmo-ms-virt-phy/00092(pid=126): Terminating (SIGTERM)
22:49:37.780093 run  osmo-ms-virt-phy/00093(pid=127): Terminating (SIGTERM)
22:49:37.783334 run  osmo-ms-virt-phy/00094(pid=128): Terminating (SIGTERM)
22:49:37.786532 run  osmo-ms-virt-phy/00095(pid=129): Terminating (SIGTERM)
22:49:37.789694 run  osmo-ms-virt-phy/00096(pid=130): Terminating (SIGTERM)
22:49:37.792899 run  osmo-ms-virt-phy/00097(pid=131): Terminating (SIGTERM)
22:49:37.796210 run  osmo-ms-virt-phy/00098(pid=132): Terminating (SIGTERM)
22:49:37.799420 run  osmo-ms-virt-phy/00099(pid=133): Terminating (SIGTERM)
22:49:37.802638 run       osmo-ms-mob/00000(pid=134): Terminating (SIGTERM)
22:49:37.805851 run       osmo-ms-mob/00001(pid=135): Terminating (SIGTERM)
22:49:37.809011 run       osmo-ms-mob/00002(pid=136): Terminating (SIGTERM)
22:49:37.812145 run       osmo-ms-mob/00003(pid=137): Terminating (SIGTERM)
22:49:37.815269 run       osmo-ms-mob/00004(pid=138): Terminating (SIGTERM)
22:49:37.818394 run       osmo-ms-mob/00005(pid=139): Terminating (SIGTERM)
22:49:37.821510 run       osmo-ms-mob/00006(pid=140): Terminating (SIGTERM)
22:49:37.824629 run       osmo-ms-mob/00007(pid=141): Terminating (SIGTERM)
22:49:37.827760 run       osmo-ms-mob/00008(pid=142): Terminating (SIGTERM)
22:49:37.830877 run       osmo-ms-mob/00009(pid=143): Terminating (SIGTERM)
22:49:37.833983 run       osmo-ms-mob/00010(pid=144): Terminating (SIGTERM)
22:49:37.837118 run       osmo-ms-mob/00011(pid=145): Terminating (SIGTERM)
22:49:37.840263 run       osmo-ms-mob/00012(pid=146): Terminating (SIGTERM)
22:49:37.843385 run       osmo-ms-mob/00013(pid=147): Terminating (SIGTERM)
22:49:37.846499 run       osmo-ms-mob/00014(pid=148): Terminating (SIGTERM)
22:49:37.849609 run       osmo-ms-mob/00015(pid=149): Terminating (SIGTERM)
22:49:37.852726 run       osmo-ms-mob/00016(pid=150): Terminating (SIGTERM)
22:49:37.855846 run       osmo-ms-mob/00017(pid=151): Terminating (SIGTERM)
22:49:37.858964 run       osmo-ms-mob/00018(pid=152): Terminating (SIGTERM)
22:49:37.862081 run       osmo-ms-mob/00019(pid=153): Terminating (SIGTERM)
22:49:37.865248 run       osmo-ms-mob/00020(pid=154): Terminating (SIGTERM)
22:49:37.868421 run       osmo-ms-mob/00021(pid=155): Terminating (SIGTERM)
22:49:37.871602 run       osmo-ms-mob/00022(pid=156): Terminating (SIGTERM)
22:49:37.874792 run       osmo-ms-mob/00023(pid=157): Terminating (SIGTERM)
22:49:37.877967 run       osmo-ms-mob/00024(pid=158): Terminating (SIGTERM)
22:49:37.881161 run       osmo-ms-mob/00025(pid=159): Terminating (SIGTERM)
22:49:37.884352 run       osmo-ms-mob/00026(pid=160): Terminating (SIGTERM)
22:49:37.887759 run       osmo-ms-mob/00027(pid=161): Terminating (SIGTERM)
22:49:37.890980 run       osmo-ms-mob/00028(pid=162): Terminating (SIGTERM)
22:49:37.894169 run       osmo-ms-mob/00029(pid=163): Terminating (SIGTERM)
22:49:37.897343 run       osmo-ms-mob/00030(pid=164): Terminating (SIGTERM)
22:49:37.900518 run       osmo-ms-mob/00031(pid=165): Terminating (SIGTERM)
22:49:37.903790 run       osmo-ms-mob/00032(pid=166): Terminating (SIGTERM)
22:49:37.906960 run       osmo-ms-mob/00033(pid=167): Terminating (SIGTERM)
22:49:37.910125 run       osmo-ms-mob/00034(pid=168): Terminating (SIGTERM)
22:49:37.913307 run       osmo-ms-mob/00035(pid=169): Terminating (SIGTERM)
22:49:37.916487 run       osmo-ms-mob/00036(pid=170): Terminating (SIGTERM)
22:49:37.919657 run       osmo-ms-mob/00037(pid=171): Terminating (SIGTERM)
22:49:37.922825 run       osmo-ms-mob/00038(pid=172): Terminating (SIGTERM)
22:49:37.925999 run       osmo-ms-mob/00039(pid=173): Terminating (SIGTERM)
22:49:37.929170 run       osmo-ms-mob/00040(pid=174): Terminating (SIGTERM)
22:49:37.932342 run       osmo-ms-mob/00041(pid=175): Terminating (SIGTERM)
22:49:37.935517 run       osmo-ms-mob/00042(pid=176): Terminating (SIGTERM)
22:49:37.938692 run       osmo-ms-mob/00043(pid=177): Terminating (SIGTERM)
22:49:37.941870 run       osmo-ms-mob/00044(pid=178): Terminating (SIGTERM)
22:49:37.945044 run       osmo-ms-mob/00045(pid=179): Terminating (SIGTERM)
22:49:37.948208 run       osmo-ms-mob/00046(pid=180): Terminating (SIGTERM)
22:49:37.951388 run       osmo-ms-mob/00047(pid=181): Terminating (SIGTERM)
22:49:37.954560 run       osmo-ms-mob/00048(pid=182): Terminating (SIGTERM)
22:49:37.957722 run       osmo-ms-mob/00049(pid=183): Terminating (SIGTERM)
22:49:37.960904 run       osmo-ms-mob/00050(pid=184): Terminating (SIGTERM)
22:49:37.964072 run       osmo-ms-mob/00051(pid=185): Terminating (SIGTERM)
22:49:37.967242 run       osmo-ms-mob/00052(pid=186): Terminating (SIGTERM)
22:49:37.970413 run       osmo-ms-mob/00053(pid=187): Terminating (SIGTERM)
22:49:37.973591 run       osmo-ms-mob/00054(pid=188): Terminating (SIGTERM)
22:49:37.976756 run       osmo-ms-mob/00055(pid=189): Terminating (SIGTERM)
22:49:37.979939 run       osmo-ms-mob/00056(pid=190): Terminating (SIGTERM)
22:49:37.983120 run       osmo-ms-mob/00057(pid=191): Terminating (SIGTERM)
22:49:37.986291 run       osmo-ms-mob/00058(pid=192): Terminating (SIGTERM)
22:49:37.989462 run       osmo-ms-mob/00059(pid=193): Terminating (SIGTERM)
22:49:37.992628 run       osmo-ms-mob/00060(pid=194): Terminating (SIGTERM)
22:49:37.995801 run       osmo-ms-mob/00061(pid=195): Terminating (SIGTERM)
22:49:37.998977 run       osmo-ms-mob/00062(pid=196): Terminating (SIGTERM)
22:49:38.002162 run       osmo-ms-mob/00063(pid=197): Terminating (SIGTERM)
22:49:38.005334 run       osmo-ms-mob/00064(pid=198): Terminating (SIGTERM)
22:49:38.008511 run       osmo-ms-mob/00065(pid=199): Terminating (SIGTERM)
22:49:38.011685 run       osmo-ms-mob/00066(pid=200): Terminating (SIGTERM)
22:49:38.014858 run       osmo-ms-mob/00067(pid=201): Terminating (SIGTERM)
22:49:38.018033 run       osmo-ms-mob/00068(pid=202): Terminating (SIGTERM)
22:49:38.021206 run       osmo-ms-mob/00069(pid=203): Terminating (SIGTERM)
22:49:38.024370 run       osmo-ms-mob/00070(pid=204): Terminating (SIGTERM)
22:49:38.027547 run       osmo-ms-mob/00071(pid=205): Terminating (SIGTERM)
22:49:38.030722 run       osmo-ms-mob/00072(pid=206): Terminating (SIGTERM)
22:49:38.033888 run       osmo-ms-mob/00073(pid=207): Terminating (SIGTERM)
22:49:38.037064 run       osmo-ms-mob/00074(pid=208): Terminating (SIGTERM)
22:49:38.040250 run       osmo-ms-mob/00075(pid=209): Terminating (SIGTERM)
22:49:38.043429 run       osmo-ms-mob/00076(pid=210): Terminating (SIGTERM)
22:49:38.046608 run       osmo-ms-mob/00077(pid=211): Terminating (SIGTERM)
22:49:38.049789 run       osmo-ms-mob/00078(pid=212): Terminating (SIGTERM)
22:49:38.052968 run       osmo-ms-mob/00079(pid=213): Terminating (SIGTERM)
22:49:38.056144 run       osmo-ms-mob/00080(pid=214): Terminating (SIGTERM)
22:49:38.059320 run       osmo-ms-mob/00081(pid=215): Terminating (SIGTERM)
22:49:38.062501 run       osmo-ms-mob/00082(pid=216): Terminating (SIGTERM)
22:49:38.065690 run       osmo-ms-mob/00083(pid=217): Terminating (SIGTERM)
22:49:38.068858 run       osmo-ms-mob/00084(pid=218): Terminating (SIGTERM)
22:49:38.072033 run       osmo-ms-mob/00085(pid=219): Terminating (SIGTERM)
22:49:38.075210 run       osmo-ms-mob/00086(pid=220): Terminating (SIGTERM)
22:49:38.078389 run       osmo-ms-mob/00087(pid=221): Terminating (SIGTERM)
22:49:38.081568 run       osmo-ms-mob/00088(pid=222): Terminating (SIGTERM)
22:49:38.084744 run       osmo-ms-mob/00089(pid=223): Terminating (SIGTERM)
22:49:38.087926 run       osmo-ms-mob/00090(pid=224): Terminating (SIGTERM)
22:49:38.091107 run       osmo-ms-mob/00091(pid=225): Terminating (SIGTERM)
22:49:38.094296 run       osmo-ms-mob/00092(pid=226): Terminating (SIGTERM)
22:49:38.097477 run       osmo-ms-mob/00093(pid=227): Terminating (SIGTERM)
22:49:38.100661 run       osmo-ms-mob/00094(pid=228): Terminating (SIGTERM)
22:49:38.103833 run       osmo-ms-mob/00095(pid=229): Terminating (SIGTERM)
22:49:38.107009 run       osmo-ms-mob/00096(pid=230): Terminating (SIGTERM)
22:49:38.110196 run       osmo-ms-mob/00097(pid=231): Terminating (SIGTERM)
22:49:38.113366 run       osmo-ms-mob/00098(pid=232): Terminating (SIGTERM)
22:49:38.116550 run       osmo-ms-mob/00099(pid=233): Terminating (SIGTERM)
22:49:38.119731 ---      ParallelTerminationStrategy: PID 21 died...
22:49:38.121173 run pcap-recorder_any(filters='host 127.0.42.2')(pid=21): Terminated: ok {rc=0}
22:49:38.124698 ---      ParallelTerminationStrategy: PID 22 died...
22:49:38.126118 run      osmo-hlr_127.0.42.2(pid=22): Terminated: ok {rc=0}
22:49:38.129615 ---      ParallelTerminationStrategy: PID 23 died...
22:49:38.131042 run pcap-recorder_any(filters='host 127.0.42.5 and port not 22')(pid=23): Terminated: ok {rc=0}
22:49:38.134584 ---      ParallelTerminationStrategy: PID 24 died...
22:49:38.136021 run      osmo-stp_127.0.42.5(pid=24): Terminated: ok {rc=0}
22:49:38.139534 ---      ParallelTerminationStrategy: PID 25 died...
22:49:38.140963 run pcap-recorder_any(filters='host 127.0.42.6 and port not 22')(pid=25): Terminated: ok {rc=0}
22:49:38.144522 ---      ParallelTerminationStrategy: PID 26 died...
22:49:38.145967 run      osmo-msc_127.0.42.6(pid=26): Terminated: ok {rc=0}
22:49:38.149509 ---      ParallelTerminationStrategy: PID 27 died...
22:49:38.150958 run pcap-recorder_any(filters='host 127.0.42.3 and port not 22')(pid=27): Terminated: ok {rc=0}
22:49:38.154515 ---      ParallelTerminationStrategy: PID 28 died...
22:49:38.155955 run      osmo-mgw_127.0.42.3(pid=28): Terminated {rc=15}
22:49:38.159521 ---      ParallelTerminationStrategy: PID 29 died...
22:49:38.160949 run pcap-recorder_any(filters='host 127.0.42.4 and port not 22')(pid=29): Terminated: ok {rc=0}
22:49:38.164485 ---      ParallelTerminationStrategy: PID 30 died...
22:49:38.165917 run      osmo-mgw_127.0.42.4(pid=30): Terminated {rc=15}
22:49:38.169485 ---      ParallelTerminationStrategy: PID 31 died...
22:49:38.170931 run pcap-recorder_any(filters='host 127.0.42.7 and port not 22')(pid=31): Terminated: ok {rc=0}
22:49:38.174509 ---      ParallelTerminationStrategy: PID 32 died...
22:49:38.175949 run      osmo-bsc_127.0.42.7(pid=32): Terminated: ok {rc=0}
22:49:38.179494 ---      ParallelTerminationStrategy: PID 34 died...
22:49:38.180938 run   osmo-ms-virt-phy/00000(pid=34): Terminated: ok {rc=0}
22:49:38.184509 ---      ParallelTerminationStrategy: PID 35 died...
22:49:38.185959 run   osmo-ms-virt-phy/00001(pid=35): Terminated: ok {rc=0}
22:49:38.189536 ---      ParallelTerminationStrategy: PID 36 died...
22:49:38.190989 run   osmo-ms-virt-phy/00002(pid=36): Terminated: ok {rc=0}
22:49:38.194544 ---      ParallelTerminationStrategy: PID 37 died...
22:49:38.195983 run   osmo-ms-virt-phy/00003(pid=37): Terminated: ok {rc=0}
22:49:38.199546 ---      ParallelTerminationStrategy: PID 38 died...
22:49:38.200984 run   osmo-ms-virt-phy/00004(pid=38): Terminated: ok {rc=0}
22:49:38.204560 ---      ParallelTerminationStrategy: PID 39 died...
22:49:38.206003 run   osmo-ms-virt-phy/00005(pid=39): Terminated: ok {rc=0}
22:49:38.209552 ---      ParallelTerminationStrategy: PID 40 died...
22:49:38.210998 run   osmo-ms-virt-phy/00006(pid=40): Terminated: ok {rc=0}
22:49:38.214556 ---      ParallelTerminationStrategy: PID 41 died...
22:49:38.215992 run   osmo-ms-virt-phy/00007(pid=41): Terminated: ok {rc=0}
22:49:38.219544 ---      ParallelTerminationStrategy: PID 42 died...
22:49:38.220985 run   osmo-ms-virt-phy/00008(pid=42): Terminated: ok {rc=0}
22:49:38.224512 ---      ParallelTerminationStrategy: PID 43 died...
22:49:38.225942 run   osmo-ms-virt-phy/00009(pid=43): Terminated: ok {rc=0}
22:49:38.229484 ---      ParallelTerminationStrategy: PID 44 died...
22:49:38.230930 run   osmo-ms-virt-phy/00010(pid=44): Terminated: ok {rc=0}
22:49:38.234468 ---      ParallelTerminationStrategy: PID 45 died...
22:49:38.235898 run   osmo-ms-virt-phy/00011(pid=45): Terminated: ok {rc=0}
22:49:38.239424 ---      ParallelTerminationStrategy: PID 46 died...
22:49:38.240854 run   osmo-ms-virt-phy/00012(pid=46): Terminated: ok {rc=0}
22:49:38.244390 ---      ParallelTerminationStrategy: PID 47 died...
22:49:38.245817 run   osmo-ms-virt-phy/00013(pid=47): Terminated: ok {rc=0}
22:49:38.249358 ---      ParallelTerminationStrategy: PID 48 died...
22:49:38.250794 run   osmo-ms-virt-phy/00014(pid=48): Terminated: ok {rc=0}
22:49:38.254309 ---      ParallelTerminationStrategy: PID 49 died...
22:49:38.255739 run   osmo-ms-virt-phy/00015(pid=49): Terminated: ok {rc=0}
22:49:38.259265 ---      ParallelTerminationStrategy: PID 50 died...
22:49:38.260696 run   osmo-ms-virt-phy/00016(pid=50): Terminated: ok {rc=0}
22:49:38.264226 ---      ParallelTerminationStrategy: PID 51 died...
22:49:38.265652 run   osmo-ms-virt-phy/00017(pid=51): Terminated: ok {rc=0}
22:49:38.269172 ---      ParallelTerminationStrategy: PID 52 died...
22:49:38.270617 run   osmo-ms-virt-phy/00018(pid=52): Terminated: ok {rc=0}
22:49:38.274164 ---      ParallelTerminationStrategy: PID 53 died...
22:49:38.275604 run   osmo-ms-virt-phy/00019(pid=53): Terminated: ok {rc=0}
22:49:38.279122 ---      ParallelTerminationStrategy: PID 54 died...
22:49:38.280551 run   osmo-ms-virt-phy/00020(pid=54): Terminated: ok {rc=0}
22:49:38.284087 ---      ParallelTerminationStrategy: PID 55 died...
22:49:38.285510 run   osmo-ms-virt-phy/00021(pid=55): Terminated: ok {rc=0}
22:49:38.289048 ---      ParallelTerminationStrategy: PID 56 died...
22:49:38.290476 run   osmo-ms-virt-phy/00022(pid=56): Terminated: ok {rc=0}
22:49:38.294013 ---      ParallelTerminationStrategy: PID 57 died...
22:49:38.295452 run   osmo-ms-virt-phy/00023(pid=57): Terminated: ok {rc=0}
22:49:38.298978 ---      ParallelTerminationStrategy: PID 58 died...
22:49:38.300401 run   osmo-ms-virt-phy/00024(pid=58): Terminated: ok {rc=0}
22:49:38.303917 ---      ParallelTerminationStrategy: PID 59 died...
22:49:38.305343 run   osmo-ms-virt-phy/00025(pid=59): Terminated: ok {rc=0}
22:49:38.308878 ---      ParallelTerminationStrategy: PID 60 died...
22:49:38.310308 run   osmo-ms-virt-phy/00026(pid=60): Terminated: ok {rc=0}
22:49:38.313837 ---      ParallelTerminationStrategy: PID 61 died...
22:49:38.315275 run   osmo-ms-virt-phy/00027(pid=61): Terminated: ok {rc=0}
22:49:38.318799 ---      ParallelTerminationStrategy: PID 62 died...
22:49:38.320223 run   osmo-ms-virt-phy/00028(pid=62): Terminated: ok {rc=0}
22:49:38.323754 ---      ParallelTerminationStrategy: PID 63 died...
22:49:38.325182 run   osmo-ms-virt-phy/00029(pid=63): Terminated: ok {rc=0}
22:49:38.328699 ---      ParallelTerminationStrategy: PID 64 died...
22:49:38.330125 run   osmo-ms-virt-phy/00030(pid=64): Terminated: ok {rc=0}
22:49:38.333659 ---      ParallelTerminationStrategy: PID 65 died...
22:49:38.335090 run   osmo-ms-virt-phy/00031(pid=65): Terminated: ok {rc=0}
22:49:38.338621 ---      ParallelTerminationStrategy: PID 66 died...
22:49:38.340048 run   osmo-ms-virt-phy/00032(pid=66): Terminated: ok {rc=0}
22:49:38.343593 ---      ParallelTerminationStrategy: PID 67 died...
22:49:38.345027 run   osmo-ms-virt-phy/00033(pid=67): Terminated: ok {rc=0}
22:49:38.348552 ---      ParallelTerminationStrategy: PID 68 died...
22:49:38.349980 run   osmo-ms-virt-phy/00034(pid=68): Terminated: ok {rc=0}
22:49:38.353511 ---      ParallelTerminationStrategy: PID 69 died...
22:49:38.354939 run   osmo-ms-virt-phy/00035(pid=69): Terminated: ok {rc=0}
22:49:38.358464 ---      ParallelTerminationStrategy: PID 70 died...
22:49:38.359894 run   osmo-ms-virt-phy/00036(pid=70): Terminated: ok {rc=0}
22:49:38.363416 ---      ParallelTerminationStrategy: PID 71 died...
22:49:38.364849 run   osmo-ms-virt-phy/00037(pid=71): Terminated: ok {rc=0}
22:49:38.368382 ---      ParallelTerminationStrategy: PID 72 died...
22:49:38.369809 run   osmo-ms-virt-phy/00038(pid=72): Terminated: ok {rc=0}
22:49:38.373340 ---      ParallelTerminationStrategy: PID 73 died...
22:49:38.374764 run   osmo-ms-virt-phy/00039(pid=73): Terminated: ok {rc=0}
22:49:38.378299 ---      ParallelTerminationStrategy: PID 74 died...
22:49:38.379722 run   osmo-ms-virt-phy/00040(pid=74): Terminated: ok {rc=0}
22:49:38.383261 ---      ParallelTerminationStrategy: PID 75 died...
22:49:38.384692 run   osmo-ms-virt-phy/00041(pid=75): Terminated: ok {rc=0}
22:49:38.388220 ---      ParallelTerminationStrategy: PID 76 died...
22:49:38.389647 run   osmo-ms-virt-phy/00042(pid=76): Terminated: ok {rc=0}
22:49:38.393176 ---      ParallelTerminationStrategy: PID 77 died...
22:49:38.394601 run   osmo-ms-virt-phy/00043(pid=77): Terminated: ok {rc=0}
22:49:38.398126 ---      ParallelTerminationStrategy: PID 78 died...
22:49:38.399566 run   osmo-ms-virt-phy/00044(pid=78): Terminated: ok {rc=0}
22:49:38.403089 ---      ParallelTerminationStrategy: PID 79 died...
22:49:38.404516 run   osmo-ms-virt-phy/00045(pid=79): Terminated: ok {rc=0}
22:49:38.408059 ---      ParallelTerminationStrategy: PID 80 died...
22:49:38.409487 run   osmo-ms-virt-phy/00046(pid=80): Terminated: ok {rc=0}
22:49:38.413019 ---      ParallelTerminationStrategy: PID 81 died...
22:49:38.414456 run   osmo-ms-virt-phy/00047(pid=81): Terminated: ok {rc=0}
22:49:38.417971 ---      ParallelTerminationStrategy: PID 82 died...
22:49:38.419405 run   osmo-ms-virt-phy/00048(pid=82): Terminated: ok {rc=0}
22:49:38.422928 ---      ParallelTerminationStrategy: PID 83 died...
22:49:38.424358 run   osmo-ms-virt-phy/00049(pid=83): Terminated: ok {rc=0}
22:49:38.427879 ---      ParallelTerminationStrategy: PID 84 died...
22:49:38.429308 run   osmo-ms-virt-phy/00050(pid=84): Terminated: ok {rc=0}
22:49:38.432841 ---      ParallelTerminationStrategy: PID 85 died...
22:49:38.434277 run   osmo-ms-virt-phy/00051(pid=85): Terminated: ok {rc=0}
22:49:38.437801 ---      ParallelTerminationStrategy: PID 86 died...
22:49:38.439238 run   osmo-ms-virt-phy/00052(pid=86): Terminated: ok {rc=0}
22:49:38.442775 ---      ParallelTerminationStrategy: PID 87 died...
22:49:38.444203 run   osmo-ms-virt-phy/00053(pid=87): Terminated: ok {rc=0}
22:49:38.447727 ---      ParallelTerminationStrategy: PID 88 died...
22:49:38.449162 run   osmo-ms-virt-phy/00054(pid=88): Terminated: ok {rc=0}
22:49:38.452692 ---      ParallelTerminationStrategy: PID 89 died...
22:49:38.454116 run   osmo-ms-virt-phy/00055(pid=89): Terminated: ok {rc=0}
22:49:38.457646 ---      ParallelTerminationStrategy: PID 90 died...
22:49:38.459083 run   osmo-ms-virt-phy/00056(pid=90): Terminated: ok {rc=0}
22:49:38.462605 ---      ParallelTerminationStrategy: PID 91 died...
22:49:38.464032 run   osmo-ms-virt-phy/00057(pid=91): Terminated: ok {rc=0}
22:49:38.467556 ---      ParallelTerminationStrategy: PID 92 died...
22:49:38.468983 run   osmo-ms-virt-phy/00058(pid=92): Terminated: ok {rc=0}
22:49:38.472522 ---      ParallelTerminationStrategy: PID 93 died...
22:49:38.473947 run   osmo-ms-virt-phy/00059(pid=93): Terminated: ok {rc=0}
22:49:38.477464 ---      ParallelTerminationStrategy: PID 94 died...
22:49:38.478901 run   osmo-ms-virt-phy/00060(pid=94): Terminated: ok {rc=0}
22:49:38.482421 ---      ParallelTerminationStrategy: PID 95 died...
22:49:38.483846 run   osmo-ms-virt-phy/00061(pid=95): Terminated: ok {rc=0}
22:49:38.487396 ---      ParallelTerminationStrategy: PID 96 died...
22:49:38.488825 run   osmo-ms-virt-phy/00062(pid=96): Terminated: ok {rc=0}
22:49:38.492357 ---      ParallelTerminationStrategy: PID 97 died...
22:49:38.493785 run   osmo-ms-virt-phy/00063(pid=97): Terminated: ok {rc=0}
22:49:38.497335 ---      ParallelTerminationStrategy: PID 98 died...
22:49:38.498757 run   osmo-ms-virt-phy/00064(pid=98): Terminated: ok {rc=0}
22:49:38.502307 ---      ParallelTerminationStrategy: PID 99 died...
22:49:38.503741 run   osmo-ms-virt-phy/00065(pid=99): Terminated: ok {rc=0}
22:49:38.507256 ---      ParallelTerminationStrategy: PID 100 died...
22:49:38.508684 run  osmo-ms-virt-phy/00066(pid=100): Terminated: ok {rc=0}
22:49:38.512228 ---      ParallelTerminationStrategy: PID 101 died...
22:49:38.513651 run  osmo-ms-virt-phy/00067(pid=101): Terminated: ok {rc=0}
22:49:38.517178 ---      ParallelTerminationStrategy: PID 102 died...
22:49:38.518617 run  osmo-ms-virt-phy/00068(pid=102): Terminated: ok {rc=0}
22:49:38.522156 ---      ParallelTerminationStrategy: PID 103 died...
22:49:38.523588 run  osmo-ms-virt-phy/00069(pid=103): Terminated: ok {rc=0}
22:49:38.527132 ---      ParallelTerminationStrategy: PID 104 died...
22:49:38.528561 run  osmo-ms-virt-phy/00070(pid=104): Terminated: ok {rc=0}
22:49:38.532092 ---      ParallelTerminationStrategy: PID 105 died...
22:49:38.533511 run  osmo-ms-virt-phy/00071(pid=105): Terminated: ok {rc=0}
22:49:38.537060 ---      ParallelTerminationStrategy: PID 106 died...
22:49:38.538497 run  osmo-ms-virt-phy/00072(pid=106): Terminated: ok {rc=0}
22:49:38.542031 ---      ParallelTerminationStrategy: PID 107 died...
22:49:38.543478 run  osmo-ms-virt-phy/00073(pid=107): Terminated: ok {rc=0}
22:49:38.546997 ---      ParallelTerminationStrategy: PID 108 died...
22:49:38.548421 run  osmo-ms-virt-phy/00074(pid=108): Terminated: ok {rc=0}
22:49:38.551959 ---      ParallelTerminationStrategy: PID 109 died...
22:49:38.553385 run  osmo-ms-virt-phy/00075(pid=109): Terminated: ok {rc=0}
22:49:38.556918 ---      ParallelTerminationStrategy: PID 110 died...
22:49:38.558340 run  osmo-ms-virt-phy/00076(pid=110): Terminated: ok {rc=0}
22:49:38.561865 ---      ParallelTerminationStrategy: PID 111 died...
22:49:38.563296 run  osmo-ms-virt-phy/00077(pid=111): Terminated: ok {rc=0}
22:49:38.566833 ---      ParallelTerminationStrategy: PID 112 died...
22:49:38.568263 run  osmo-ms-virt-phy/00078(pid=112): Terminated: ok {rc=0}
22:49:38.571800 ---      ParallelTerminationStrategy: PID 113 died...
22:49:38.573228 run  osmo-ms-virt-phy/00079(pid=113): Terminated: ok {rc=0}
22:49:38.576759 ---      ParallelTerminationStrategy: PID 114 died...
22:49:38.578195 run  osmo-ms-virt-phy/00080(pid=114): Terminated: ok {rc=0}
22:49:38.581733 ---      ParallelTerminationStrategy: PID 115 died...
22:49:38.583157 run  osmo-ms-virt-phy/00081(pid=115): Terminated: ok {rc=0}
22:49:38.586699 ---      ParallelTerminationStrategy: PID 116 died...
22:49:38.588135 run  osmo-ms-virt-phy/00082(pid=116): Terminated: ok {rc=0}
22:49:38.591677 ---      ParallelTerminationStrategy: PID 117 died...
22:49:38.593104 run  osmo-ms-virt-phy/00083(pid=117): Terminated: ok {rc=0}
22:49:38.596641 ---      ParallelTerminationStrategy: PID 118 died...
22:49:38.598078 run  osmo-ms-virt-phy/00084(pid=118): Terminated: ok {rc=0}
22:49:38.601621 ---      ParallelTerminationStrategy: PID 119 died...
22:49:38.603063 run  osmo-ms-virt-phy/00085(pid=119): Terminated: ok {rc=0}
22:49:38.606580 ---      ParallelTerminationStrategy: PID 120 died...
22:49:38.608004 run  osmo-ms-virt-phy/00086(pid=120): Terminated: ok {rc=0}
22:49:38.611531 ---      ParallelTerminationStrategy: PID 121 died...
22:49:38.612959 run  osmo-ms-virt-phy/00087(pid=121): Terminated: ok {rc=0}
22:49:38.616486 ---      ParallelTerminationStrategy: PID 122 died...
22:49:38.617912 run  osmo-ms-virt-phy/00088(pid=122): Terminated: ok {rc=0}
22:49:38.621445 ---      ParallelTerminationStrategy: PID 123 died...
22:49:38.622868 run  osmo-ms-virt-phy/00089(pid=123): Terminated: ok {rc=0}
22:49:38.626400 ---      ParallelTerminationStrategy: PID 124 died...
22:49:38.627831 run  osmo-ms-virt-phy/00090(pid=124): Terminated: ok {rc=0}
22:49:38.631357 ---      ParallelTerminationStrategy: PID 125 died...
22:49:38.632789 run  osmo-ms-virt-phy/00091(pid=125): Terminated: ok {rc=0}
22:49:38.636332 ---      ParallelTerminationStrategy: PID 126 died...
22:49:38.637754 run  osmo-ms-virt-phy/00092(pid=126): Terminated: ok {rc=0}
22:49:38.641287 ---      ParallelTerminationStrategy: PID 127 died...
22:49:38.642723 run  osmo-ms-virt-phy/00093(pid=127): Terminated: ok {rc=0}
22:49:38.646252 ---      ParallelTerminationStrategy: PID 128 died...
22:49:38.647686 run  osmo-ms-virt-phy/00094(pid=128): Terminated: ok {rc=0}
22:49:38.651234 ---      ParallelTerminationStrategy: PID 129 died...
22:49:38.652667 run  osmo-ms-virt-phy/00095(pid=129): Terminated: ok {rc=0}
22:49:38.656195 ---      ParallelTerminationStrategy: PID 130 died...
22:49:38.657620 run  osmo-ms-virt-phy/00096(pid=130): Terminated: ok {rc=0}
22:49:38.661158 ---      ParallelTerminationStrategy: PID 131 died...
22:49:38.662589 run  osmo-ms-virt-phy/00097(pid=131): Terminated: ok {rc=0}
22:49:38.666118 ---      ParallelTerminationStrategy: PID 132 died...
22:49:38.667563 run  osmo-ms-virt-phy/00098(pid=132): Terminated: ok {rc=0}
22:49:38.671099 ---      ParallelTerminationStrategy: PID 133 died...
22:49:38.672523 run  osmo-ms-virt-phy/00099(pid=133): Terminated: ok {rc=0}
22:49:38.676055 ---      ParallelTerminationStrategy: PID 134 died...
22:49:38.677490 run       osmo-ms-mob/00000(pid=134): Terminated {rc=26112}
22:49:38.681044 ---      ParallelTerminationStrategy: PID 135 died...
22:49:38.682487 run       osmo-ms-mob/00001(pid=135): Terminated {rc=26112}
22:49:38.686027 ---      ParallelTerminationStrategy: PID 136 died...
22:49:38.687455 run       osmo-ms-mob/00002(pid=136): Terminated {rc=26112}
22:49:38.690982 ---      ParallelTerminationStrategy: PID 137 died...
22:49:38.692408 run       osmo-ms-mob/00003(pid=137): Terminated {rc=26112}
22:49:38.695965 ---      ParallelTerminationStrategy: PID 138 died...
22:49:38.697393 run       osmo-ms-mob/00004(pid=138): Terminated {rc=26112}
22:49:38.700932 ---      ParallelTerminationStrategy: PID 139 died...
22:49:38.702362 run       osmo-ms-mob/00005(pid=139): Terminated {rc=26112}
22:49:38.705886 ---      ParallelTerminationStrategy: PID 140 died...
22:49:38.707306 run       osmo-ms-mob/00006(pid=140): Terminated {rc=26112}
22:49:38.710846 ---      ParallelTerminationStrategy: PID 141 died...
22:49:38.712259 run       osmo-ms-mob/00007(pid=141): Terminated {rc=26112}
22:49:38.715784 ---      ParallelTerminationStrategy: PID 142 died...
22:49:38.717195 run       osmo-ms-mob/00008(pid=142): Terminated {rc=26112}
22:49:38.720737 ---      ParallelTerminationStrategy: PID 143 died...
22:49:38.722150 run       osmo-ms-mob/00009(pid=143): Terminated {rc=26112}
22:49:38.725681 ---      ParallelTerminationStrategy: PID 144 died...
22:49:38.727130 run       osmo-ms-mob/00010(pid=144): Terminated {rc=26112}
22:49:38.730664 ---      ParallelTerminationStrategy: PID 145 died...
22:49:38.732078 run       osmo-ms-mob/00011(pid=145): Terminated {rc=26112}
22:49:38.735618 ---      ParallelTerminationStrategy: PID 146 died...
22:49:38.737036 run       osmo-ms-mob/00012(pid=146): Terminated {rc=26112}
22:49:38.740571 ---      ParallelTerminationStrategy: PID 147 died...
22:49:38.742032 run       osmo-ms-mob/00013(pid=147): Terminated {rc=26112}
22:49:38.745569 ---      ParallelTerminationStrategy: PID 148 died...
22:49:38.746999 run       osmo-ms-mob/00014(pid=148): Terminated {rc=26112}
22:49:38.750531 ---      ParallelTerminationStrategy: PID 149 died...
22:49:38.751948 run       osmo-ms-mob/00015(pid=149): Terminated {rc=26112}
22:49:38.755471 ---      ParallelTerminationStrategy: PID 150 died...
22:49:38.756893 run       osmo-ms-mob/00016(pid=150): Terminated {rc=26112}
22:49:38.760422 ---      ParallelTerminationStrategy: PID 151 died...
22:49:38.761839 run       osmo-ms-mob/00017(pid=151): Terminated {rc=26112}
22:49:38.765365 ---      ParallelTerminationStrategy: PID 152 died...
22:49:38.766806 run       osmo-ms-mob/00018(pid=152): Terminated {rc=26112}
22:49:38.770323 ---      ParallelTerminationStrategy: PID 153 died...
22:49:38.771754 run       osmo-ms-mob/00019(pid=153): Terminated {rc=26112}
22:49:38.775299 ---      ParallelTerminationStrategy: PID 154 died...
22:49:38.776715 run       osmo-ms-mob/00020(pid=154): Terminated {rc=26112}
22:49:38.780241 ---      ParallelTerminationStrategy: PID 155 died...
22:49:38.781663 run       osmo-ms-mob/00021(pid=155): Terminated {rc=26112}
22:49:38.785211 ---      ParallelTerminationStrategy: PID 156 died...
22:49:38.786642 run       osmo-ms-mob/00022(pid=156): Terminated {rc=26112}
22:49:38.790156 ---      ParallelTerminationStrategy: PID 157 died...
22:49:38.791576 run       osmo-ms-mob/00023(pid=157): Terminated {rc=26112}
22:49:38.795133 ---      ParallelTerminationStrategy: PID 158 died...
22:49:38.796552 run       osmo-ms-mob/00024(pid=158): Terminated {rc=26112}
22:49:38.800079 ---      ParallelTerminationStrategy: PID 159 died...
22:49:38.801497 run       osmo-ms-mob/00025(pid=159): Terminated {rc=26112}
22:49:38.805047 ---      ParallelTerminationStrategy: PID 160 died...
22:49:38.806475 run       osmo-ms-mob/00026(pid=160): Terminated {rc=26112}
22:49:38.809991 ---      ParallelTerminationStrategy: PID 161 died...
22:49:38.811444 run       osmo-ms-mob/00027(pid=161): Terminated {rc=26112}
22:49:38.814957 ---      ParallelTerminationStrategy: PID 162 died...
22:49:38.816377 run       osmo-ms-mob/00028(pid=162): Terminated {rc=26112}
22:49:38.819916 ---      ParallelTerminationStrategy: PID 163 died...
22:49:38.821333 run       osmo-ms-mob/00029(pid=163): Terminated {rc=26112}
22:49:38.824854 ---      ParallelTerminationStrategy: PID 164 died...
22:49:38.826284 run       osmo-ms-mob/00030(pid=164): Terminated {rc=26112}
22:49:38.829800 ---      ParallelTerminationStrategy: PID 165 died...
22:49:38.831223 run       osmo-ms-mob/00031(pid=165): Terminated {rc=26112}
22:49:38.834755 ---      ParallelTerminationStrategy: PID 166 died...
22:49:38.836168 run       osmo-ms-mob/00032(pid=166): Terminated {rc=26112}
22:49:38.839708 ---      ParallelTerminationStrategy: PID 167 died...
22:49:38.841126 run       osmo-ms-mob/00033(pid=167): Terminated {rc=26112}
22:49:38.844667 ---      ParallelTerminationStrategy: PID 168 died...
22:49:38.846080 run       osmo-ms-mob/00034(pid=168): Terminated {rc=26112}
22:49:38.849617 ---      ParallelTerminationStrategy: PID 169 died...
22:49:38.851049 run       osmo-ms-mob/00035(pid=169): Terminated {rc=26112}
22:49:38.854586 ---      ParallelTerminationStrategy: PID 170 died...
22:49:38.856002 run       osmo-ms-mob/00036(pid=170): Terminated {rc=26112}
22:49:38.859520 ---      ParallelTerminationStrategy: PID 171 died...
22:49:38.860935 run       osmo-ms-mob/00037(pid=171): Terminated {rc=26112}
22:49:38.864480 ---      ParallelTerminationStrategy: PID 172 died...
22:49:38.865897 run       osmo-ms-mob/00038(pid=172): Terminated {rc=26112}
22:49:38.869424 ---      ParallelTerminationStrategy: PID 173 died...
22:49:38.870855 run       osmo-ms-mob/00039(pid=173): Terminated {rc=26112}
22:49:38.874376 ---      ParallelTerminationStrategy: PID 174 died...
22:49:38.875800 run       osmo-ms-mob/00040(pid=174): Terminated {rc=26112}
22:49:38.879333 ---      ParallelTerminationStrategy: PID 175 died...
22:49:38.880760 run       osmo-ms-mob/00041(pid=175): Terminated {rc=26112}
22:49:38.884277 ---      ParallelTerminationStrategy: PID 176 died...
22:49:38.885690 run       osmo-ms-mob/00042(pid=176): Terminated {rc=26112}
22:49:38.889221 ---      ParallelTerminationStrategy: PID 177 died...
22:49:38.890644 run       osmo-ms-mob/00043(pid=177): Terminated {rc=26112}
22:49:38.894184 ---      ParallelTerminationStrategy: PID 178 died...
22:49:38.895609 run       osmo-ms-mob/00044(pid=178): Terminated {rc=26112}
22:49:38.899136 ---      ParallelTerminationStrategy: PID 179 died...
22:49:38.900559 run       osmo-ms-mob/00045(pid=179): Terminated {rc=26112}
22:49:38.904085 ---      ParallelTerminationStrategy: PID 180 died...
22:49:38.905504 run       osmo-ms-mob/00046(pid=180): Terminated {rc=26112}
22:49:38.909036 ---      ParallelTerminationStrategy: PID 181 died...
22:49:38.910571 run       osmo-ms-mob/00047(pid=181): Terminated {rc=26112}
22:49:38.914126 ---      ParallelTerminationStrategy: PID 182 died...
22:49:38.915610 run       osmo-ms-mob/00048(pid=182): Terminated {rc=26112}
22:49:38.919208 ---      ParallelTerminationStrategy: PID 183 died...
22:49:38.920659 run       osmo-ms-mob/00049(pid=183): Terminated {rc=26112}
22:49:38.924252 ---      ParallelTerminationStrategy: PID 184 died...
22:49:38.925693 run       osmo-ms-mob/00050(pid=184): Terminated {rc=26112}
22:49:38.929277 ---      ParallelTerminationStrategy: PID 185 died...
22:49:38.930735 run       osmo-ms-mob/00051(pid=185): Terminated {rc=26112}
22:49:38.934307 ---      ParallelTerminationStrategy: PID 186 died...
22:49:38.935748 run       osmo-ms-mob/00052(pid=186): Terminated {rc=26112}
22:49:38.939344 ---      ParallelTerminationStrategy: PID 187 died...
22:49:38.940784 run       osmo-ms-mob/00053(pid=187): Terminated {rc=26112}
22:49:38.944395 ---      ParallelTerminationStrategy: PID 188 died...
22:49:38.945840 run       osmo-ms-mob/00054(pid=188): Terminated {rc=26112}
22:49:38.949423 ---      ParallelTerminationStrategy: PID 189 died...
22:49:38.950871 run       osmo-ms-mob/00055(pid=189): Terminated {rc=26112}
22:49:38.954456 ---      ParallelTerminationStrategy: PID 190 died...
22:49:38.955897 run       osmo-ms-mob/00056(pid=190): Terminated {rc=26112}
22:49:38.959482 ---      ParallelTerminationStrategy: PID 191 died...
22:49:38.960921 run       osmo-ms-mob/00057(pid=191): Terminated {rc=26112}
22:49:38.964513 ---      ParallelTerminationStrategy: PID 192 died...
22:49:38.965945 run       osmo-ms-mob/00058(pid=192): Terminated {rc=26112}
22:49:38.969535 ---      ParallelTerminationStrategy: PID 193 died...
22:49:38.970998 run       osmo-ms-mob/00059(pid=193): Terminated {rc=26112}
22:49:38.974578 ---      ParallelTerminationStrategy: PID 194 died...
22:49:38.976008 run       osmo-ms-mob/00060(pid=194): Terminated {rc=26112}
22:49:38.979538 ---      ParallelTerminationStrategy: PID 195 died...
22:49:38.980961 run       osmo-ms-mob/00061(pid=195): Terminated {rc=26112}
22:49:38.984500 ---      ParallelTerminationStrategy: PID 196 died...
22:49:38.985918 run       osmo-ms-mob/00062(pid=196): Terminated {rc=26112}
22:49:38.989489 ---      ParallelTerminationStrategy: PID 197 died...
22:49:38.990930 run       osmo-ms-mob/00063(pid=197): Terminated {rc=26112}
22:49:38.994477 ---      ParallelTerminationStrategy: PID 198 died...
22:49:38.995902 run       osmo-ms-mob/00064(pid=198): Terminated {rc=26112}
22:49:38.999436 ---      ParallelTerminationStrategy: PID 199 died...
22:49:39.000855 run       osmo-ms-mob/00065(pid=199): Terminated {rc=26112}
22:49:39.004378 ---      ParallelTerminationStrategy: PID 200 died...
22:49:39.005796 run       osmo-ms-mob/00066(pid=200): Terminated {rc=26112}
22:49:39.009355 ---      ParallelTerminationStrategy: PID 201 died...
22:49:39.010773 run       osmo-ms-mob/00067(pid=201): Terminated {rc=26112}
22:49:39.014317 ---      ParallelTerminationStrategy: PID 202 died...
22:49:39.015738 run       osmo-ms-mob/00068(pid=202): Terminated {rc=26112}
22:49:39.019287 ---      ParallelTerminationStrategy: PID 203 died...
22:49:39.020708 run       osmo-ms-mob/00069(pid=203): Terminated {rc=26112}
22:49:39.024256 ---      ParallelTerminationStrategy: PID 204 died...
22:49:39.025674 run       osmo-ms-mob/00070(pid=204): Terminated {rc=26112}
22:49:39.029227 ---      ParallelTerminationStrategy: PID 205 died...
22:49:39.030681 run       osmo-ms-mob/00071(pid=205): Terminated {rc=26112}
22:49:39.034234 ---      ParallelTerminationStrategy: PID 206 died...
22:49:39.035674 run       osmo-ms-mob/00072(pid=206): Terminated {rc=26112}
22:49:39.039217 ---      ParallelTerminationStrategy: PID 207 died...
22:49:39.040651 run       osmo-ms-mob/00073(pid=207): Terminated {rc=26112}
22:49:39.044210 ---      ParallelTerminationStrategy: PID 208 died...
22:49:39.045639 run       osmo-ms-mob/00074(pid=208): Terminated {rc=26112}
22:49:39.049182 ---      ParallelTerminationStrategy: PID 209 died...
22:49:39.050622 run       osmo-ms-mob/00075(pid=209): Terminated {rc=26112}
22:49:39.054175 ---      ParallelTerminationStrategy: PID 210 died...
22:49:39.055608 run       osmo-ms-mob/00076(pid=210): Terminated {rc=26112}
22:49:39.059162 ---      ParallelTerminationStrategy: PID 211 died...
22:49:39.060599 run       osmo-ms-mob/00077(pid=211): Terminated {rc=26112}
22:49:39.064174 ---      ParallelTerminationStrategy: PID 212 died...
22:49:39.065607 run       osmo-ms-mob/00078(pid=212): Terminated {rc=26112}
22:49:39.069159 ---      ParallelTerminationStrategy: PID 213 died...
22:49:39.070611 run       osmo-ms-mob/00079(pid=213): Terminated {rc=26112}
22:49:39.074158 ---      ParallelTerminationStrategy: PID 214 died...
22:49:39.075587 run       osmo-ms-mob/00080(pid=214): Terminated {rc=26112}
22:49:39.079123 ---      ParallelTerminationStrategy: PID 215 died...
22:49:39.080551 run       osmo-ms-mob/00081(pid=215): Terminated {rc=26112}
22:49:39.084102 ---      ParallelTerminationStrategy: PID 216 died...
22:49:39.085530 run       osmo-ms-mob/00082(pid=216): Terminated {rc=26112}
22:49:39.089084 ---      ParallelTerminationStrategy: PID 217 died...
22:49:39.090524 run       osmo-ms-mob/00083(pid=217): Terminated {rc=26112}
22:49:39.094066 ---      ParallelTerminationStrategy: PID 218 died...
22:49:39.095499 run       osmo-ms-mob/00084(pid=218): Terminated {rc=26112}
22:49:39.099044 ---      ParallelTerminationStrategy: PID 219 died...
22:49:39.100474 run       osmo-ms-mob/00085(pid=219): Terminated {rc=26112}
22:49:39.104039 ---      ParallelTerminationStrategy: PID 220 died...
22:49:39.105465 run       osmo-ms-mob/00086(pid=220): Terminated {rc=26112}
22:49:39.109013 ---      ParallelTerminationStrategy: PID 221 died...
22:49:39.110442 run       osmo-ms-mob/00087(pid=221): Terminated {rc=26112}
22:49:39.113982 ---      ParallelTerminationStrategy: PID 222 died...
22:49:39.115419 run       osmo-ms-mob/00088(pid=222): Terminated {rc=26112}
22:49:39.118959 ---      ParallelTerminationStrategy: PID 223 died...
22:49:39.120393 run       osmo-ms-mob/00089(pid=223): Terminated {rc=26112}
22:49:39.123936 ---      ParallelTerminationStrategy: PID 224 died...
22:49:39.125366 run       osmo-ms-mob/00090(pid=224): Terminated {rc=26112}
22:49:39.128925 ---      ParallelTerminationStrategy: PID 225 died...
22:49:39.130351 run       osmo-ms-mob/00091(pid=225): Terminated {rc=26112}
22:49:39.133897 ---      ParallelTerminationStrategy: PID 226 died...
22:49:39.135346 run       osmo-ms-mob/00092(pid=226): Terminated {rc=26112}
22:49:39.138884 ---      ParallelTerminationStrategy: PID 227 died...
22:49:39.140321 run       osmo-ms-mob/00093(pid=227): Terminated {rc=26112}
22:49:39.143879 ---      ParallelTerminationStrategy: PID 228 died...
22:49:39.145313 run       osmo-ms-mob/00094(pid=228): Terminated {rc=26112}
22:49:39.148870 ---      ParallelTerminationStrategy: PID 229 died...
22:49:39.150321 run       osmo-ms-mob/00095(pid=229): Terminated {rc=26112}
22:49:39.153865 ---      ParallelTerminationStrategy: PID 230 died...
22:49:39.155297 run       osmo-ms-mob/00096(pid=230): Terminated {rc=26112}
22:49:39.158837 ---      ParallelTerminationStrategy: PID 231 died...
22:49:39.160263 run       osmo-ms-mob/00097(pid=231): Terminated {rc=26112}
22:49:39.163813 ---      ParallelTerminationStrategy: PID 232 died...
22:49:39.165245 run       osmo-ms-mob/00098(pid=232): Terminated {rc=26112}
22:49:39.168790 ---      ParallelTerminationStrategy: PID 233 died...
22:49:39.170244 run       osmo-ms-mob/00099(pid=233): Terminated {rc=26112}
22:49:42.574595 ---      ParallelTerminationStrategy: PID 33 died...
22:49:42.580739 run         osmo-bts-virtual(pid=33): Terminated: ok {rc=0}
---------------------------------------------------------------------
trial-8375 netreg_mass PASS
---------------------------------------------------------------------
22:49:42.646428 tst                       trial-8375: Storing JUnit report in /build/trial-8375/run.2026-06-27_22-48-16/trial-8375.xml

--------------------------------------------------------------------------------------------
trial-8375 PASS
--------------------------------------------------------------------------------------------
22:49:42.657710 tst                       trial-8375: trial-8375: PASS, 1 suites passed
PASS: netreg_mass (pass: 1)
    pass: register_default_mass.py (81.1 sec)
+ exit_code=0
+ rm -rf trial-8375/inst
+ cd trial-8375
+ command -v journalctl
+ [ ! -z /usr/bin/journalctl ]
+ readlink last_run
+ journalctl -u ofono -o short-precise --since 2026-06-27 22:48:15
No journal files were found.
+ readlink last_run
+ tar czf /build/trial-8375-run.tgz run.2026-06-27_22-48-16
+ tar czf /build/trial-8375-bin.tgz checksums.md5 open5gs.build-8.tgz osmo-bsc.build-2026-06-27_13_29_17.tgz osmo-bts-oc2g.build-2026-06-27_00_51_51.tgz osmo-bts-sysmo.build-2026-06-27_00_51_55.tgz osmo-bts.build-2026-06-27_00_52_05.tgz osmo-ggsn.build-2026-06-27_20_42_47.tgz osmo-hlr.build-2026-06-27_16_36_49.tgz osmo-hnbgw.build-2026-06-27_13_30_35.tgz osmo-mgw.build-2026-06-27_08_33_07.tgz osmo-msc.build-2026-06-27_13_35_13.tgz osmo-nitb.build-17155.tgz osmo-pcu-oc2g.build-2026-06-27_07_35_00.tgz osmo-pcu-sysmo.build-2026-06-27_07_35_03.tgz osmo-pcu.build-2026-06-27_07_35_09.tgz osmo-sgsn.build-2026-06-27_20_48_23.tgz osmo-stp.build-2026-06-27_13_25_44.tgz osmo-trx.build-2026-06-27_14_21_55.tgz osmocom-bb.build-2026-06-27_21_17_34.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