Skip to content
Success

Console Output

Skipping 14 KB.. Full Log
[osmo-gsm-tester_virtual] $ /bin/sh -xe /tmp/jenkins9540687824099401398.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-8202
+ 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
11457f0 Upgrade redmine to 5.1.11 (security fixes)
+ 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 [ 7/28] RUN	APT-GET update && apt-get install -y openssh-server
#7 CACHED

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

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

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

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

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

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

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

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

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

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

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

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

#20 [16/28] RUN	APT-GET update && 	apt-get install -y --no-install-recommends 		cmake 		libfftw3-dev 		libmbedtls-dev 		libboost-program-options-dev 		libconfig++-dev 		libsctp-dev 		libpcsclite-dev 		libuhd-dev 		libczmq-dev 		libsoapysdr-dev 		soapysdr-module-lms7 && 	apt-get clean
#20 CACHED

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

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

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

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

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

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

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

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

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

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

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

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

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

#34 exporting to image
#34 exporting layers done
#34 writing image sha256:9d679b2dd9c52e825c5355ba7057e3c5e45e4fac9ee126d5f35930da4d1a852a done
#34 naming to docker.io/osmocom-build/osmo-gsm-tester:latest done
#34 DONE 0.0s
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=8203 -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-01-06 22:48:16
+ trial_dir_prefix=trial-
+ rm -rf trial-*
+ trial_dir=trial-8203
+ mkdir -p trial-8203
+ mv open5gs.build-8.tgz osmo-bsc.build-2026-01-06_21_50_53.tgz osmo-bts-oc2g.build-2026-01-06_21_51_27.tgz osmo-bts-sysmo.build-2026-01-06_21_51_23.tgz osmo-bts.build-2026-01-06_21_50_29.tgz osmo-ggsn.build-2026-01-06_20_59_53.tgz osmo-hlr.build-2026-01-06_21_50_25.tgz osmo-hnbgw.build-2026-01-06_13_35_03.tgz osmo-mgw.build-2026-01-06_21_50_20.tgz osmo-msc.build-2026-01-06_21_54_04.tgz osmo-nitb.build-17155.tgz osmo-pcu-oc2g.build-2026-01-06_07_35_26.tgz osmo-pcu-sysmo.build-2026-01-06_07_37_43.tgz osmo-pcu.build-2026-01-06_07_35_29.tgz osmo-sgsn.build-2026-01-06_21_53_09.tgz osmo-stp.build-2026-01-06_13_27_47.tgz osmo-trx.build-2026-01-06_14_38_46.tgz osmocom-bb.build-2026-01-06_21_18_12.tgz srslte.build-19.tgz trial-8203
+ cat open5gs.build-8.md5 osmo-bsc.build-2026-01-06_21_50_53.md5 osmo-bts-oc2g.build-2026-01-06_21_51_27.md5 osmo-bts-sysmo.build-2026-01-06_21_51_23.md5 osmo-bts.build-2026-01-06_21_50_29.md5 osmo-ggsn.build-2026-01-06_20_59_53.md5 osmo-hlr.build-2026-01-06_21_50_25.md5 osmo-hnbgw.build-2026-01-06_13_35_03.md5 osmo-mgw.build-2026-01-06_21_50_20.md5 osmo-msc.build-2026-01-06_21_54_04.md5 osmo-nitb.build-17155.md5 osmo-pcu-oc2g.build-2026-01-06_07_35_26.md5 osmo-pcu-sysmo.build-2026-01-06_07_37_43.md5 osmo-pcu.build-2026-01-06_07_35_29.md5 osmo-sgsn.build-2026-01-06_21_53_09.md5 osmo-stp.build-2026-01-06_13_27_47.md5 osmo-trx.build-2026-01-06_14_38_46.md5 osmocom-bb.build-2026-01-06_21_18_12.md5 srslte.build-19.md5
+ rm open5gs.build-8.md5 osmo-bsc.build-2026-01-06_21_50_53.md5 osmo-bts-oc2g.build-2026-01-06_21_51_27.md5 osmo-bts-sysmo.build-2026-01-06_21_51_23.md5 osmo-bts.build-2026-01-06_21_50_29.md5 osmo-ggsn.build-2026-01-06_20_59_53.md5 osmo-hlr.build-2026-01-06_21_50_25.md5 osmo-hnbgw.build-2026-01-06_13_35_03.md5 osmo-mgw.build-2026-01-06_21_50_20.md5 osmo-msc.build-2026-01-06_21_54_04.md5 osmo-nitb.build-17155.md5 osmo-pcu-oc2g.build-2026-01-06_07_35_26.md5 osmo-pcu-sysmo.build-2026-01-06_07_37_43.md5 osmo-pcu.build-2026-01-06_07_35_29.md5 osmo-sgsn.build-2026-01-06_21_53_09.md5 osmo-stp.build-2026-01-06_13_27_47.md5 osmo-trx.build-2026-01-06_14_38_46.md5 osmocom-bb.build-2026-01-06_21_18_12.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-8203 -s netreg_mass
combinations: ['netreg_mass']
trial: 'trial-8203'
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-8203
--------------------------------------------------------------------------------------------
22:48:16.775954 tst                       trial-8203: Detailed log at /build/trial-8203/run.2026-01-06_22-48-16/log

---------------------------------------------------------------------
trial-8203 netreg_mass
---------------------------------------------------------------------
22:48:16.979090 tst                      netreg_mass: reserving resources in /var/tmp/osmo-gsm-tester/state ...
22:48:16.979436 tst                      netreg_mass: Verifying 1 x bts (candidates: 1)
22:48:16.980198 tst                      netreg_mass: Verifying 6 x ip_address (candidates: 9)
22:48:16.981337 tst                      netreg_mass: Verifying 100 x modem (candidates: 100)
22:48:17.022657 tst                      netreg_mass: Reserving 1 x bts (candidates: 1)
22:48:17.023522 tst                      netreg_mass: Reserving 6 x ip_address (candidates: 9)
22:48:17.024675 tst                      netreg_mass: Reserving 100 x modem (candidates: 100)
22:48:17.086575 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-8203 netreg_mass register_default_mass.py
----------------------------------------------
22:48:17.087307 tst       register_default_mass.py:9: Claiming resources for the test
22:48:17.102487 tst                      netreg_mass: Using 1 x ip_address (candidates: 6)
22:48:17.103014 tst                      netreg_mass: Using 1 x ip_address (candidates: 6)
22:48:17.103475 tst                      netreg_mass: Using 1 x ip_address (candidates: 6)
22:48:17.103909 tst                      netreg_mass: Using 1 x ip_address (candidates: 6)
22:48:17.104337 tst                      netreg_mass: Using 1 x ip_address (candidates: 6)
22:48:17.104783 tst                      netreg_mass: Using 1 x ip_address (candidates: 6)
22:48:17.105222 tst                      netreg_mass: Using 1 x bts (candidates: 1)
22:48:17.135849 tst         register_default_mass.py: using LAC 2
22:48:17.158064 tst         register_default_mass.py: using RAC 2
22:48:17.184605 tst         register_default_mass.py: using CellId 2
22:48:17.214141 tst         register_default_mass.py: using BVCI 3
22:48:17.227391 tst                      netreg_mass: Using 1 x modem (candidates: 100)
22:48:17.228061 tst                      netreg_mass: Using 1 x modem (candidates: 100)
22:48:17.228659 tst                      netreg_mass: Using 1 x modem (candidates: 100)
22:48:17.229184 tst                      netreg_mass: Using 1 x modem (candidates: 100)
22:48:17.229685 tst                      netreg_mass: Using 1 x modem (candidates: 100)
22:48:17.230179 tst                      netreg_mass: Using 1 x modem (candidates: 100)
22:48:17.230646 tst                      netreg_mass: Using 1 x modem (candidates: 100)
22:48:17.231147 tst                      netreg_mass: Using 1 x modem (candidates: 100)
22:48:17.231647 tst                      netreg_mass: Using 1 x modem (candidates: 100)
22:48:17.232131 tst                      netreg_mass: Using 1 x modem (candidates: 100)
22:48:17.232623 tst                      netreg_mass: Using 1 x modem (candidates: 100)
22:48:17.233116 tst                      netreg_mass: Using 1 x modem (candidates: 100)
22:48:17.233719 tst                      netreg_mass: Using 1 x modem (candidates: 100)
22:48:17.234247 tst                      netreg_mass: Using 1 x modem (candidates: 100)
22:48:17.234745 tst                      netreg_mass: Using 1 x modem (candidates: 100)
22:48:17.235235 tst                      netreg_mass: Using 1 x modem (candidates: 100)
22:48:17.235724 tst                      netreg_mass: Using 1 x modem (candidates: 100)
22:48:17.236228 tst                      netreg_mass: Using 1 x modem (candidates: 100)
22:48:17.236740 tst                      netreg_mass: Using 1 x modem (candidates: 100)
22:48:17.237242 tst                      netreg_mass: Using 1 x modem (candidates: 100)
22:48:17.237729 tst                      netreg_mass: Using 1 x modem (candidates: 100)
22:48:17.238221 tst                      netreg_mass: Using 1 x modem (candidates: 100)
22:48:17.238713 tst                      netreg_mass: Using 1 x modem (candidates: 100)
22:48:17.239237 tst                      netreg_mass: Using 1 x modem (candidates: 100)
22:48:17.239740 tst                      netreg_mass: Using 1 x modem (candidates: 100)
22:48:17.240225 tst                      netreg_mass: Using 1 x modem (candidates: 100)
22:48:17.240732 tst                      netreg_mass: Using 1 x modem (candidates: 100)
22:48:17.241223 tst                      netreg_mass: Using 1 x modem (candidates: 100)
22:48:17.241733 tst                      netreg_mass: Using 1 x modem (candidates: 100)
22:48:17.242253 tst                      netreg_mass: Using 1 x modem (candidates: 100)
22:48:17.242758 tst                      netreg_mass: Using 1 x modem (candidates: 100)
22:48:17.243264 tst                      netreg_mass: Using 1 x modem (candidates: 100)
22:48:17.243780 tst                      netreg_mass: Using 1 x modem (candidates: 100)
22:48:17.244311 tst                      netreg_mass: Using 1 x modem (candidates: 100)
22:48:17.244835 tst                      netreg_mass: Using 1 x modem (candidates: 100)
22:48:17.245346 tst                      netreg_mass: Using 1 x modem (candidates: 100)
22:48:17.245850 tst                      netreg_mass: Using 1 x modem (candidates: 100)
22:48:17.246376 tst                      netreg_mass: Using 1 x modem (candidates: 100)
22:48:17.246883 tst                      netreg_mass: Using 1 x modem (candidates: 100)
22:48:17.247379 tst                      netreg_mass: Using 1 x modem (candidates: 100)
22:48:17.247885 tst                      netreg_mass: Using 1 x modem (candidates: 100)
22:48:17.248391 tst                      netreg_mass: Using 1 x modem (candidates: 100)
22:48:17.248902 tst                      netreg_mass: Using 1 x modem (candidates: 100)
22:48:17.249421 tst                      netreg_mass: Using 1 x modem (candidates: 100)
22:48:17.249930 tst                      netreg_mass: Using 1 x modem (candidates: 100)
22:48:17.250431 tst                      netreg_mass: Using 1 x modem (candidates: 100)
22:48:17.250946 tst                      netreg_mass: Using 1 x modem (candidates: 100)
22:48:17.251460 tst                      netreg_mass: Using 1 x modem (candidates: 100)
22:48:17.251966 tst                      netreg_mass: Using 1 x modem (candidates: 100)
22:48:17.252486 tst                      netreg_mass: Using 1 x modem (candidates: 100)
22:48:17.253004 tst                      netreg_mass: Using 1 x modem (candidates: 100)
22:48:17.253503 tst                      netreg_mass: Using 1 x modem (candidates: 100)
22:48:17.254004 tst                      netreg_mass: Using 1 x modem (candidates: 100)
22:48:17.254511 tst                      netreg_mass: Using 1 x modem (candidates: 100)
22:48:17.255005 tst                      netreg_mass: Using 1 x modem (candidates: 100)
22:48:17.255521 tst                      netreg_mass: Using 1 x modem (candidates: 100)
22:48:17.256024 tst                      netreg_mass: Using 1 x modem (candidates: 100)
22:48:17.256536 tst                      netreg_mass: Using 1 x modem (candidates: 100)
22:48:17.257043 tst                      netreg_mass: Using 1 x modem (candidates: 100)
22:48:17.257536 tst                      netreg_mass: Using 1 x modem (candidates: 100)
22:48:17.258022 tst                      netreg_mass: Using 1 x modem (candidates: 100)
22:48:17.258519 tst                      netreg_mass: Using 1 x modem (candidates: 100)
22:48:17.259030 tst                      netreg_mass: Using 1 x modem (candidates: 100)
22:48:17.259534 tst                      netreg_mass: Using 1 x modem (candidates: 100)
22:48:17.260040 tst                      netreg_mass: Using 1 x modem (candidates: 100)
22:48:17.260539 tst                      netreg_mass: Using 1 x modem (candidates: 100)
22:48:17.261042 tst                      netreg_mass: Using 1 x modem (candidates: 100)
22:48:17.261541 tst                      netreg_mass: Using 1 x modem (candidates: 100)
22:48:17.262054 tst                      netreg_mass: Using 1 x modem (candidates: 100)
22:48:17.262551 tst                      netreg_mass: Using 1 x modem (candidates: 100)
22:48:17.263051 tst                      netreg_mass: Using 1 x modem (candidates: 100)
22:48:17.263567 tst                      netreg_mass: Using 1 x modem (candidates: 100)
22:48:17.264133 tst                      netreg_mass: Using 1 x modem (candidates: 100)
22:48:17.264656 tst                      netreg_mass: Using 1 x modem (candidates: 100)
22:48:17.265157 tst                      netreg_mass: Using 1 x modem (candidates: 100)
22:48:17.265646 tst                      netreg_mass: Using 1 x modem (candidates: 100)
22:48:17.266136 tst                      netreg_mass: Using 1 x modem (candidates: 100)
22:48:17.266647 tst                      netreg_mass: Using 1 x modem (candidates: 100)
22:48:17.267146 tst                      netreg_mass: Using 1 x modem (candidates: 100)
22:48:17.267630 tst                      netreg_mass: Using 1 x modem (candidates: 100)
22:48:17.268117 tst                      netreg_mass: Using 1 x modem (candidates: 100)
22:48:17.268623 tst                      netreg_mass: Using 1 x modem (candidates: 100)
22:48:17.269121 tst                      netreg_mass: Using 1 x modem (candidates: 100)
22:48:17.269608 tst                      netreg_mass: Using 1 x modem (candidates: 100)
22:48:17.270110 tst                      netreg_mass: Using 1 x modem (candidates: 100)
22:48:17.270603 tst                      netreg_mass: Using 1 x modem (candidates: 100)
22:48:17.271095 tst                      netreg_mass: Using 1 x modem (candidates: 100)
22:48:17.271585 tst                      netreg_mass: Using 1 x modem (candidates: 100)
22:48:17.272089 tst                      netreg_mass: Using 1 x modem (candidates: 100)
22:48:17.272590 tst                      netreg_mass: Using 1 x modem (candidates: 100)
22:48:17.273111 tst                      netreg_mass: Using 1 x modem (candidates: 100)
22:48:17.273616 tst                      netreg_mass: Using 1 x modem (candidates: 100)
22:48:17.274121 tst                      netreg_mass: Using 1 x modem (candidates: 100)
22:48:17.274640 tst                      netreg_mass: Using 1 x modem (candidates: 100)
22:48:17.275143 tst                      netreg_mass: Using 1 x modem (candidates: 100)
22:48:17.275633 tst                      netreg_mass: Using 1 x modem (candidates: 100)
22:48:17.276143 tst                      netreg_mass: Using 1 x modem (candidates: 100)
22:48:17.276645 tst                      netreg_mass: Using 1 x modem (candidates: 100)
22:48:17.277137 tst                      netreg_mass: Using 1 x modem (candidates: 100)
22:48:17.277644 tst                      netreg_mass: Using 1 x modem (candidates: 100)
22:48:17.278137 tst                      netreg_mass: Using 1 x modem (candidates: 100)
22:48:17.278690 tst      register_default_mass.py:21: Launching a simple network
22:48:17.288594 run              osmo-hlr_127.0.42.2: Starting osmo-hlr
22:48:17.406825 run            create_hlr_db(pid=20): Launched
22:48:18.421278 run            create_hlr_db(pid=20): Terminated: ok {rc=0}
22:48:18.445443 run pcap-recorder_any(filters='host 127.0.42.2')(pid=22): Launched
22:48:18.460570 run      osmo-hlr_127.0.42.2(pid=23): Launched
22:48:18.466265 run              osmo-stp_127.0.42.5: Starting osmo-stp
22:48:18.652016 run pcap-recorder_any(filters='host 127.0.42.5 and port not 22')(pid=24): Launched
22:48:18.666785 run      osmo-stp_127.0.42.5(pid=25): Launched
22:48:18.672417 run              osmo-msc_127.0.42.6: Starting osmo-msc
22:48:19.086835 run pcap-recorder_any(filters='host 127.0.42.6 and port not 22')(pid=26): Launched
22:48:19.101688 run      osmo-msc_127.0.42.6(pid=27): Launched
22:48:22.115885 run              osmo-mgw_127.0.42.3: Starting osmo-mgw
22:48:22.264413 run pcap-recorder_any(filters='host 127.0.42.3 and port not 22')(pid=28): Launched
22:48:22.279132 run      osmo-mgw_127.0.42.3(pid=29): Launched
22:48:22.284699 run              osmo-mgw_127.0.42.4: Starting osmo-mgw
22:48:22.308184 run pcap-recorder_any(filters='host 127.0.42.4 and port not 22')(pid=30): Launched
22:48:22.323395 run      osmo-mgw_127.0.42.4(pid=31): Launched
22:48:22.329152 run              osmo-bsc_127.0.42.7: Starting osmo-bsc
22:48:22.640804 run pcap-recorder_any(filters='host 127.0.42.7 and port not 22')(pid=32): Launched
22:48:22.655663 run      osmo-bsc_127.0.42.7(pid=33): Launched
22:48:28.686672 run                 osmo-bts-virtual: Starting to connect to osmo-bsc_127.0.42.7
22:48:28.857806 run         osmo-bts-virtual(pid=34): Launched
22:48:29.893956 tst         register_default_mass.py: using MSISDN 1001
22:48:29.908563 run              osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001010000000000', msisdn='1001', subscriber_id=1}
22:48:29.947321 tst         register_default_mass.py: using MSISDN 1002
22:48:29.964719 run              osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001010000000001', msisdn='1002', subscriber_id=2}
22:48:29.995814 tst         register_default_mass.py: using MSISDN 1003
22:48:30.010819 run              osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001010000000002', msisdn='1003', subscriber_id=3}
22:48:30.041720 tst         register_default_mass.py: using MSISDN 1004
22:48:30.056301 run              osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001010000000003', msisdn='1004', subscriber_id=4}
22:48:30.086766 tst         register_default_mass.py: using MSISDN 1005
22:48:30.101248 run              osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001010000000004', msisdn='1005', subscriber_id=5}
22:48:30.132399 tst         register_default_mass.py: using MSISDN 1006
22:48:30.147067 run              osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001010000000005', msisdn='1006', subscriber_id=6}
22:48:30.178292 tst         register_default_mass.py: using MSISDN 1007
22:48:30.193129 run              osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001010000000006', msisdn='1007', subscriber_id=7}
22:48:30.223907 tst         register_default_mass.py: using MSISDN 1008
22:48:30.238569 run              osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001010000000007', msisdn='1008', subscriber_id=8}
22:48:30.270048 tst         register_default_mass.py: using MSISDN 1009
22:48:30.284843 run              osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001010000000008', msisdn='1009', subscriber_id=9}
22:48:30.316180 tst         register_default_mass.py: using MSISDN 1010
22:48:30.331035 run              osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001010000000009', msisdn='1010', subscriber_id=10}
22:48:30.362330 tst         register_default_mass.py: using MSISDN 1011
22:48:30.377192 run              osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001020000000000', msisdn='1011', subscriber_id=11}
22:48:30.408620 tst         register_default_mass.py: using MSISDN 1012
22:48:30.423534 run              osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001020000000001', msisdn='1012', subscriber_id=12}
22:48:30.455021 tst         register_default_mass.py: using MSISDN 1013
22:48:30.470153 run              osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001020000000002', msisdn='1013', subscriber_id=13}
22:48:30.501350 tst         register_default_mass.py: using MSISDN 1014
22:48:30.516055 run              osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001020000000003', msisdn='1014', subscriber_id=14}
22:48:30.547299 tst         register_default_mass.py: using MSISDN 1015
22:48:30.562243 run              osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001020000000004', msisdn='1015', subscriber_id=15}
22:48:30.592706 tst         register_default_mass.py: using MSISDN 1016
22:48:30.607250 run              osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001020000000005', msisdn='1016', subscriber_id=16}
22:48:30.638395 tst         register_default_mass.py: using MSISDN 1017
22:48:30.653082 run              osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001020000000006', msisdn='1017', subscriber_id=17}
22:48:30.683029 tst         register_default_mass.py: using MSISDN 1018
22:48:30.697522 run              osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001020000000007', msisdn='1018', subscriber_id=18}
22:48:30.728018 tst         register_default_mass.py: using MSISDN 1019
22:48:30.742263 run              osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001020000000008', msisdn='1019', subscriber_id=19}
22:48:30.773113 tst         register_default_mass.py: using MSISDN 1020
22:48:30.787657 run              osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001020000000009', msisdn='1020', subscriber_id=20}
22:48:30.818229 tst         register_default_mass.py: using MSISDN 1021
22:48:30.832748 run              osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001030000000000', msisdn='1021', subscriber_id=21}
22:48:30.864411 tst         register_default_mass.py: using MSISDN 1022
22:48:30.879394 run              osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001030000000001', msisdn='1022', subscriber_id=22}
22:48:30.910715 tst         register_default_mass.py: using MSISDN 1023
22:48:30.925496 run              osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001030000000002', msisdn='1023', subscriber_id=23}
22:48:30.956442 tst         register_default_mass.py: using MSISDN 1024
22:48:30.971174 run              osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001030000000003', msisdn='1024', subscriber_id=24}
22:48:31.002168 tst         register_default_mass.py: using MSISDN 1025
22:48:31.016726 run              osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001030000000004', msisdn='1025', subscriber_id=25}
22:48:31.048247 tst         register_default_mass.py: using MSISDN 1026
22:48:31.063174 run              osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001030000000005', msisdn='1026', subscriber_id=26}
22:48:31.095070 tst         register_default_mass.py: using MSISDN 1027
22:48:31.110272 run              osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001030000000006', msisdn='1027', subscriber_id=27}
22:48:31.141181 tst         register_default_mass.py: using MSISDN 1028
22:48:31.155817 run              osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001030000000007', msisdn='1028', subscriber_id=28}
22:48:31.187203 tst         register_default_mass.py: using MSISDN 1029
22:48:31.202063 run              osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001030000000008', msisdn='1029', subscriber_id=29}
22:48:31.233648 tst         register_default_mass.py: using MSISDN 1030
22:48:31.248771 run              osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001030000000009', msisdn='1030', subscriber_id=30}
22:48:31.280207 tst         register_default_mass.py: using MSISDN 1031
22:48:31.295043 run              osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001040000000000', msisdn='1031', subscriber_id=31}
22:48:31.326204 tst         register_default_mass.py: using MSISDN 1032
22:48:31.340909 run              osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001040000000001', msisdn='1032', subscriber_id=32}
22:48:31.372208 tst         register_default_mass.py: using MSISDN 1033
22:48:31.387091 run              osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001040000000002', msisdn='1033', subscriber_id=33}
22:48:31.418617 tst         register_default_mass.py: using MSISDN 1034
22:48:31.428042 run              osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001040000000003', msisdn='1034', subscriber_id=34}
22:48:31.459257 tst         register_default_mass.py: using MSISDN 1035
22:48:31.475115 run              osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001040000000004', msisdn='1035', subscriber_id=35}
22:48:31.506505 tst         register_default_mass.py: using MSISDN 1036
22:48:31.521099 run              osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001040000000005', msisdn='1036', subscriber_id=36}
22:48:31.552408 tst         register_default_mass.py: using MSISDN 1037
22:48:31.567140 run              osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001040000000006', msisdn='1037', subscriber_id=37}
22:48:31.598418 tst         register_default_mass.py: using MSISDN 1038
22:48:31.613014 run              osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001040000000007', msisdn='1038', subscriber_id=38}
22:48:31.644329 tst         register_default_mass.py: using MSISDN 1039
22:48:31.658997 run              osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001040000000008', msisdn='1039', subscriber_id=39}
22:48:31.689028 tst         register_default_mass.py: using MSISDN 1040
22:48:31.702944 run              osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001040000000009', msisdn='1040', subscriber_id=40}
22:48:31.732765 tst         register_default_mass.py: using MSISDN 1041
22:48:31.746691 run              osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001050000000000', msisdn='1041', subscriber_id=41}
22:48:31.776457 tst         register_default_mass.py: using MSISDN 1042
22:48:31.786363 run              osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001050000000001', msisdn='1042', subscriber_id=42}
22:48:31.816728 tst         register_default_mass.py: using MSISDN 1043
22:48:31.832437 run              osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001050000000002', msisdn='1043', subscriber_id=43}
22:48:31.863058 tst         register_default_mass.py: using MSISDN 1044
22:48:31.877457 run              osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001050000000003', msisdn='1044', subscriber_id=44}
22:48:31.907973 tst         register_default_mass.py: using MSISDN 1045
22:48:31.922320 run              osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001050000000004', msisdn='1045', subscriber_id=45}
22:48:31.953621 tst         register_default_mass.py: using MSISDN 1046
22:48:31.968154 run              osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001050000000005', msisdn='1046', subscriber_id=46}
22:48:31.998878 tst         register_default_mass.py: using MSISDN 1047
22:48:32.013170 run              osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001050000000006', msisdn='1047', subscriber_id=47}
22:48:32.044131 tst         register_default_mass.py: using MSISDN 1048
22:48:32.058486 run              osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001050000000007', msisdn='1048', subscriber_id=48}
22:48:32.093415 tst         register_default_mass.py: using MSISDN 1049
22:48:32.109606 run              osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001050000000008', msisdn='1049', subscriber_id=49}
22:48:32.140724 tst         register_default_mass.py: using MSISDN 1050
22:48:32.155340 run              osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001050000000009', msisdn='1050', subscriber_id=50}
22:48:32.186660 tst         register_default_mass.py: using MSISDN 1051
22:48:32.201304 run              osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001060000000000', msisdn='1051', subscriber_id=51}
22:48:32.232331 tst         register_default_mass.py: using MSISDN 1052
22:48:32.246852 run              osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001060000000001', msisdn='1052', subscriber_id=52}
22:48:32.277872 tst         register_default_mass.py: using MSISDN 1053
22:48:32.292266 run              osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001060000000002', msisdn='1053', subscriber_id=53}
22:48:32.323348 tst         register_default_mass.py: using MSISDN 1054
22:48:32.337914 run              osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001060000000003', msisdn='1054', subscriber_id=54}
22:48:32.369004 tst         register_default_mass.py: using MSISDN 1055
22:48:32.383582 run              osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001060000000004', msisdn='1055', subscriber_id=55}
22:48:32.414702 tst         register_default_mass.py: using MSISDN 1056
22:48:32.429192 run              osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001060000000005', msisdn='1056', subscriber_id=56}
22:48:32.460228 tst         register_default_mass.py: using MSISDN 1057
22:48:32.474719 run              osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001060000000006', msisdn='1057', subscriber_id=57}
22:48:32.505599 tst         register_default_mass.py: using MSISDN 1058
22:48:32.519805 run              osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001060000000007', msisdn='1058', subscriber_id=58}
22:48:32.551003 tst         register_default_mass.py: using MSISDN 1059
22:48:32.565527 run              osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001060000000008', msisdn='1059', subscriber_id=59}
22:48:32.596370 tst         register_default_mass.py: using MSISDN 1060
22:48:32.610864 run              osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001060000000009', msisdn='1060', subscriber_id=60}
22:48:32.642116 tst         register_default_mass.py: using MSISDN 1061
22:48:32.656566 run              osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001070000000000', msisdn='1061', subscriber_id=61}
22:48:32.687005 tst         register_default_mass.py: using MSISDN 1062
22:48:32.701246 run              osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001070000000001', msisdn='1062', subscriber_id=62}
22:48:32.731524 tst         register_default_mass.py: using MSISDN 1063
22:48:32.745612 run              osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001070000000002', msisdn='1063', subscriber_id=63}
22:48:32.776092 tst         register_default_mass.py: using MSISDN 1064
22:48:32.790393 run              osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001070000000003', msisdn='1064', subscriber_id=64}
22:48:32.820699 tst         register_default_mass.py: using MSISDN 1065
22:48:32.834851 run              osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001070000000004', msisdn='1065', subscriber_id=65}
22:48:32.865225 tst         register_default_mass.py: using MSISDN 1066
22:48:32.879493 run              osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001070000000005', msisdn='1066', subscriber_id=66}
22:48:32.910390 tst         register_default_mass.py: using MSISDN 1067
22:48:32.924658 run              osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001070000000006', msisdn='1067', subscriber_id=67}
22:48:32.955379 tst         register_default_mass.py: using MSISDN 1068
22:48:32.969694 run              osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001070000000007', msisdn='1068', subscriber_id=68}
22:48:33.000672 tst         register_default_mass.py: using MSISDN 1069
22:48:33.015262 run              osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001070000000008', msisdn='1069', subscriber_id=69}
22:48:33.046502 tst         register_default_mass.py: using MSISDN 1070
22:48:33.060943 run              osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001070000000009', msisdn='1070', subscriber_id=70}
22:48:33.091926 tst         register_default_mass.py: using MSISDN 1071
22:48:33.106405 run              osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001080000000000', msisdn='1071', subscriber_id=71}
22:48:33.136974 tst         register_default_mass.py: using MSISDN 1072
22:48:33.147111 run              osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001080000000001', msisdn='1072', subscriber_id=72}
22:48:33.177582 tst         register_default_mass.py: using MSISDN 1073
22:48:33.192151 run              osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001080000000002', msisdn='1073', subscriber_id=73}
22:48:33.222500 tst         register_default_mass.py: using MSISDN 1074
22:48:33.236945 run              osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001080000000003', msisdn='1074', subscriber_id=74}
22:48:33.267635 tst         register_default_mass.py: using MSISDN 1075
22:48:33.282188 run              osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001080000000004', msisdn='1075', subscriber_id=75}
22:48:33.312658 tst         register_default_mass.py: using MSISDN 1076
22:48:33.327095 run              osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001080000000005', msisdn='1076', subscriber_id=76}
22:48:33.357889 tst         register_default_mass.py: using MSISDN 1077
22:48:33.372408 run              osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001080000000006', msisdn='1077', subscriber_id=77}
22:48:33.403367 tst         register_default_mass.py: using MSISDN 1078
22:48:33.417973 run              osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001080000000007', msisdn='1078', subscriber_id=78}
22:48:33.449167 tst         register_default_mass.py: using MSISDN 1079
22:48:33.463990 run              osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001080000000008', msisdn='1079', subscriber_id=79}
22:48:33.493682 tst         register_default_mass.py: using MSISDN 1080
22:48:33.507677 run              osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001080000000009', msisdn='1080', subscriber_id=80}
22:48:33.537633 tst         register_default_mass.py: using MSISDN 1081
22:48:33.551715 run              osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001090000000000', msisdn='1081', subscriber_id=81}
22:48:33.582460 tst         register_default_mass.py: using MSISDN 1082
22:48:33.596899 run              osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001090000000001', msisdn='1082', subscriber_id=82}
22:48:33.627742 tst         register_default_mass.py: using MSISDN 1083
22:48:33.642313 run              osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001090000000002', msisdn='1083', subscriber_id=83}
22:48:33.672374 tst         register_default_mass.py: using MSISDN 1084
22:48:33.686532 run              osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001090000000003', msisdn='1084', subscriber_id=84}
22:48:33.716918 tst         register_default_mass.py: using MSISDN 1085
22:48:33.731302 run              osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001090000000004', msisdn='1085', subscriber_id=85}
22:48:33.762285 tst         register_default_mass.py: using MSISDN 1086
22:48:33.776866 run              osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001090000000005', msisdn='1086', subscriber_id=86}
22:48:33.808037 tst         register_default_mass.py: using MSISDN 1087
22:48:33.822877 run              osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001090000000006', msisdn='1087', subscriber_id=87}
22:48:33.853735 tst         register_default_mass.py: using MSISDN 1088
22:48:33.868446 run              osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001090000000007', msisdn='1088', subscriber_id=88}
22:48:33.906811 tst         register_default_mass.py: using MSISDN 1089
22:48:33.924111 run              osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001090000000008', msisdn='1089', subscriber_id=89}
22:48:33.954284 tst         register_default_mass.py: using MSISDN 1090
22:48:33.968760 run              osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001090000000009', msisdn='1090', subscriber_id=90}
22:48:33.998795 tst         register_default_mass.py: using MSISDN 1091
22:48:34.012973 run              osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001100000000000', msisdn='1091', subscriber_id=91}
22:48:34.043459 tst         register_default_mass.py: using MSISDN 1092
22:48:34.057926 run              osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001100000000001', msisdn='1092', subscriber_id=92}
22:48:34.088786 tst         register_default_mass.py: using MSISDN 1093
22:48:34.103358 run              osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001100000000002', msisdn='1093', subscriber_id=93}
22:48:34.134451 tst         register_default_mass.py: using MSISDN 1094
22:48:34.149256 run              osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001100000000003', msisdn='1094', subscriber_id=94}
22:48:34.180049 tst         register_default_mass.py: using MSISDN 1095
22:48:34.194501 run              osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001100000000004', msisdn='1095', subscriber_id=95}
22:48:34.225606 tst         register_default_mass.py: using MSISDN 1096
22:48:34.240402 run              osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001100000000005', msisdn='1096', subscriber_id=96}
22:48:34.271422 tst         register_default_mass.py: using MSISDN 1097
22:48:34.286137 run              osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001100000000006', msisdn='1097', subscriber_id=97}
22:48:34.317143 tst         register_default_mass.py: using MSISDN 1098
22:48:34.331950 run              osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001100000000007', msisdn='1098', subscriber_id=98}
22:48:34.363155 tst         register_default_mass.py: using MSISDN 1099
22:48:34.377924 run              osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001100000000008', msisdn='1099', subscriber_id=99}
22:48:34.408795 tst         register_default_mass.py: using MSISDN 1100
22:48:34.423495 run              osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001100000000009', msisdn='1100', subscriber_id=100}
22:48:34.515217 run                             mass: Starting testcase
22:48:34.520733 run                             mass: Pre-launching all virtphy's
22:48:34.526111 run           osmo-ms-virt-phy/00000: Starting virtphy
22:48:34.539109 run   osmo-ms-virt-phy/00000(pid=35): Launched
22:48:34.545954 run           osmo-ms-virt-phy/00001: Starting virtphy
22:48:34.560499 run   osmo-ms-virt-phy/00001(pid=36): Launched
22:48:34.566528 run           osmo-ms-virt-phy/00002: Starting virtphy
22:48:34.579519 run   osmo-ms-virt-phy/00002(pid=37): Launched
22:48:34.585612 run           osmo-ms-virt-phy/00003: Starting virtphy
22:48:34.598621 run   osmo-ms-virt-phy/00003(pid=38): Launched
22:48:34.604614 run           osmo-ms-virt-phy/00004: Starting virtphy
22:48:34.617438 run   osmo-ms-virt-phy/00004(pid=39): Launched
22:48:34.623417 run           osmo-ms-virt-phy/00005: Starting virtphy
22:48:34.636147 run   osmo-ms-virt-phy/00005(pid=40): Launched
22:48:34.642076 run           osmo-ms-virt-phy/00006: Starting virtphy
22:48:34.654892 run   osmo-ms-virt-phy/00006(pid=41): Launched
22:48:34.660816 run           osmo-ms-virt-phy/00007: Starting virtphy
22:48:34.673696 run   osmo-ms-virt-phy/00007(pid=42): Launched
22:48:34.679728 run           osmo-ms-virt-phy/00008: Starting virtphy
22:48:34.692791 run   osmo-ms-virt-phy/00008(pid=43): Launched
22:48:34.698719 run           osmo-ms-virt-phy/00009: Starting virtphy
22:48:34.711502 run   osmo-ms-virt-phy/00009(pid=44): Launched
22:48:34.717453 run           osmo-ms-virt-phy/00010: Starting virtphy
22:48:34.730258 run   osmo-ms-virt-phy/00010(pid=45): Launched
22:48:34.736209 run           osmo-ms-virt-phy/00011: Starting virtphy
22:48:34.749056 run   osmo-ms-virt-phy/00011(pid=46): Launched
22:48:34.754991 run           osmo-ms-virt-phy/00012: Starting virtphy
22:48:34.767871 run   osmo-ms-virt-phy/00012(pid=47): Launched
22:48:34.773857 run           osmo-ms-virt-phy/00013: Starting virtphy
22:48:34.786614 run   osmo-ms-virt-phy/00013(pid=48): Launched
22:48:34.792556 run           osmo-ms-virt-phy/00014: Starting virtphy
22:48:34.805393 run   osmo-ms-virt-phy/00014(pid=49): Launched
22:48:34.811304 run           osmo-ms-virt-phy/00015: Starting virtphy
22:48:34.824066 run   osmo-ms-virt-phy/00015(pid=50): Launched
22:48:34.829992 run           osmo-ms-virt-phy/00016: Starting virtphy
22:48:34.842918 run   osmo-ms-virt-phy/00016(pid=51): Launched
22:48:34.848896 run           osmo-ms-virt-phy/00017: Starting virtphy
22:48:34.861752 run   osmo-ms-virt-phy/00017(pid=52): Launched
22:48:34.867709 run           osmo-ms-virt-phy/00018: Starting virtphy
22:48:34.880524 run   osmo-ms-virt-phy/00018(pid=53): Launched
22:48:34.886422 run           osmo-ms-virt-phy/00019: Starting virtphy
22:48:34.899207 run   osmo-ms-virt-phy/00019(pid=54): Launched
22:48:34.905167 run           osmo-ms-virt-phy/00020: Starting virtphy
22:48:34.917938 run   osmo-ms-virt-phy/00020(pid=55): Launched
22:48:34.923837 run           osmo-ms-virt-phy/00021: Starting virtphy
22:48:34.936564 run   osmo-ms-virt-phy/00021(pid=56): Launched
22:48:34.942488 run           osmo-ms-virt-phy/00022: Starting virtphy
22:48:34.955311 run   osmo-ms-virt-phy/00022(pid=57): Launched
22:48:34.961247 run           osmo-ms-virt-phy/00023: Starting virtphy
22:48:34.974083 run   osmo-ms-virt-phy/00023(pid=58): Launched
22:48:34.980045 run           osmo-ms-virt-phy/00024: Starting virtphy
22:48:34.992864 run   osmo-ms-virt-phy/00024(pid=59): Launched
22:48:34.998769 run           osmo-ms-virt-phy/00025: Starting virtphy
22:48:35.011694 run   osmo-ms-virt-phy/00025(pid=60): Launched
22:48:35.017632 run           osmo-ms-virt-phy/00026: Starting virtphy
22:48:35.030517 run   osmo-ms-virt-phy/00026(pid=61): Launched
22:48:35.036404 run           osmo-ms-virt-phy/00027: Starting virtphy
22:48:35.049250 run   osmo-ms-virt-phy/00027(pid=62): Launched
22:48:35.055150 run           osmo-ms-virt-phy/00028: Starting virtphy
22:48:35.068002 run   osmo-ms-virt-phy/00028(pid=63): Launched
22:48:35.073971 run           osmo-ms-virt-phy/00029: Starting virtphy
22:48:35.086869 run   osmo-ms-virt-phy/00029(pid=64): Launched
22:48:35.092766 run           osmo-ms-virt-phy/00030: Starting virtphy
22:48:35.105586 run   osmo-ms-virt-phy/00030(pid=65): Launched
22:48:35.111497 run           osmo-ms-virt-phy/00031: Starting virtphy
22:48:35.124268 run   osmo-ms-virt-phy/00031(pid=66): Launched
22:48:35.130211 run           osmo-ms-virt-phy/00032: Starting virtphy
22:48:35.142997 run   osmo-ms-virt-phy/00032(pid=67): Launched
22:48:35.148924 run           osmo-ms-virt-phy/00033: Starting virtphy
22:48:35.161708 run   osmo-ms-virt-phy/00033(pid=68): Launched
22:48:35.167605 run           osmo-ms-virt-phy/00034: Starting virtphy
22:48:35.180472 run   osmo-ms-virt-phy/00034(pid=69): Launched
22:48:35.186418 run           osmo-ms-virt-phy/00035: Starting virtphy
22:48:35.199247 run   osmo-ms-virt-phy/00035(pid=70): Launched
22:48:35.205168 run           osmo-ms-virt-phy/00036: Starting virtphy
22:48:35.217969 run   osmo-ms-virt-phy/00036(pid=71): Launched
22:48:35.223853 run           osmo-ms-virt-phy/00037: Starting virtphy
22:48:35.236712 run   osmo-ms-virt-phy/00037(pid=72): Launched
22:48:35.242789 run           osmo-ms-virt-phy/00038: Starting virtphy
22:48:35.255762 run   osmo-ms-virt-phy/00038(pid=73): Launched
22:48:35.261811 run           osmo-ms-virt-phy/00039: Starting virtphy
22:48:35.274693 run   osmo-ms-virt-phy/00039(pid=74): Launched
22:48:35.280602 run           osmo-ms-virt-phy/00040: Starting virtphy
22:48:35.293588 run   osmo-ms-virt-phy/00040(pid=75): Launched
22:48:35.299530 run           osmo-ms-virt-phy/00041: Starting virtphy
22:48:35.312422 run   osmo-ms-virt-phy/00041(pid=76): Launched
22:48:35.318305 run           osmo-ms-virt-phy/00042: Starting virtphy
22:48:35.331065 run   osmo-ms-virt-phy/00042(pid=77): Launched
22:48:35.337128 run           osmo-ms-virt-phy/00043: Starting virtphy
22:48:35.349911 run   osmo-ms-virt-phy/00043(pid=78): Launched
22:48:35.355876 run           osmo-ms-virt-phy/00044: Starting virtphy
22:48:35.368637 run   osmo-ms-virt-phy/00044(pid=79): Launched
22:48:35.374635 run           osmo-ms-virt-phy/00045: Starting virtphy
22:48:35.387469 run   osmo-ms-virt-phy/00045(pid=80): Launched
22:48:35.393411 run           osmo-ms-virt-phy/00046: Starting virtphy
22:48:35.406216 run   osmo-ms-virt-phy/00046(pid=81): Launched
22:48:35.412165 run           osmo-ms-virt-phy/00047: Starting virtphy
22:48:35.424935 run   osmo-ms-virt-phy/00047(pid=82): Launched
22:48:35.430868 run           osmo-ms-virt-phy/00048: Starting virtphy
22:48:35.443654 run   osmo-ms-virt-phy/00048(pid=83): Launched
22:48:35.449600 run           osmo-ms-virt-phy/00049: Starting virtphy
22:48:35.462368 run   osmo-ms-virt-phy/00049(pid=84): Launched
22:48:35.468313 run           osmo-ms-virt-phy/00050: Starting virtphy
22:48:35.481340 run   osmo-ms-virt-phy/00050(pid=85): Launched
22:48:35.487244 run           osmo-ms-virt-phy/00051: Starting virtphy
22:48:35.500199 run   osmo-ms-virt-phy/00051(pid=86): Launched
22:48:35.506090 run           osmo-ms-virt-phy/00052: Starting virtphy
22:48:35.518920 run   osmo-ms-virt-phy/00052(pid=87): Launched
22:48:35.524871 run           osmo-ms-virt-phy/00053: Starting virtphy
22:48:35.537796 run   osmo-ms-virt-phy/00053(pid=88): Launched
22:48:35.543704 run           osmo-ms-virt-phy/00054: Starting virtphy
22:48:35.556468 run   osmo-ms-virt-phy/00054(pid=89): Launched
22:48:35.562415 run           osmo-ms-virt-phy/00055: Starting virtphy
22:48:35.575273 run   osmo-ms-virt-phy/00055(pid=90): Launched
22:48:35.581198 run           osmo-ms-virt-phy/00056: Starting virtphy
22:48:35.594002 run   osmo-ms-virt-phy/00056(pid=91): Launched
22:48:35.599923 run           osmo-ms-virt-phy/00057: Starting virtphy
22:48:35.612743 run   osmo-ms-virt-phy/00057(pid=92): Launched
22:48:35.618647 run           osmo-ms-virt-phy/00058: Starting virtphy
22:48:35.631417 run   osmo-ms-virt-phy/00058(pid=93): Launched
22:48:35.637357 run           osmo-ms-virt-phy/00059: Starting virtphy
22:48:35.650164 run   osmo-ms-virt-phy/00059(pid=94): Launched
22:48:35.656077 run           osmo-ms-virt-phy/00060: Starting virtphy
22:48:35.668919 run   osmo-ms-virt-phy/00060(pid=95): Launched
22:48:35.674929 run           osmo-ms-virt-phy/00061: Starting virtphy
22:48:35.687692 run   osmo-ms-virt-phy/00061(pid=96): Launched
22:48:35.693671 run           osmo-ms-virt-phy/00062: Starting virtphy
22:48:35.706545 run   osmo-ms-virt-phy/00062(pid=97): Launched
22:48:35.712741 run           osmo-ms-virt-phy/00063: Starting virtphy
22:48:35.725575 run   osmo-ms-virt-phy/00063(pid=98): Launched
22:48:35.731689 run           osmo-ms-virt-phy/00064: Starting virtphy
22:48:35.744554 run   osmo-ms-virt-phy/00064(pid=99): Launched
22:48:35.750457 run           osmo-ms-virt-phy/00065: Starting virtphy
22:48:35.763393 run  osmo-ms-virt-phy/00065(pid=100): Launched
22:48:35.769306 run           osmo-ms-virt-phy/00066: Starting virtphy
22:48:35.782302 run  osmo-ms-virt-phy/00066(pid=101): Launched
22:48:35.788227 run           osmo-ms-virt-phy/00067: Starting virtphy
22:48:35.801073 run  osmo-ms-virt-phy/00067(pid=102): Launched
22:48:35.806992 run           osmo-ms-virt-phy/00068: Starting virtphy
22:48:35.819871 run  osmo-ms-virt-phy/00068(pid=103): Launched
22:48:35.825772 run           osmo-ms-virt-phy/00069: Starting virtphy
22:48:35.838571 run  osmo-ms-virt-phy/00069(pid=104): Launched
22:48:35.844502 run           osmo-ms-virt-phy/00070: Starting virtphy
22:48:35.857373 run  osmo-ms-virt-phy/00070(pid=105): Launched
22:48:35.863267 run           osmo-ms-virt-phy/00071: Starting virtphy
22:48:35.876097 run  osmo-ms-virt-phy/00071(pid=106): Launched
22:48:35.882015 run           osmo-ms-virt-phy/00072: Starting virtphy
22:48:35.894867 run  osmo-ms-virt-phy/00072(pid=107): Launched
22:48:35.900796 run           osmo-ms-virt-phy/00073: Starting virtphy
22:48:35.913645 run  osmo-ms-virt-phy/00073(pid=108): Launched
22:48:35.919574 run           osmo-ms-virt-phy/00074: Starting virtphy
22:48:35.932358 run  osmo-ms-virt-phy/00074(pid=109): Launched
22:48:35.938344 run           osmo-ms-virt-phy/00075: Starting virtphy
22:48:35.951305 run  osmo-ms-virt-phy/00075(pid=110): Launched
22:48:35.957260 run           osmo-ms-virt-phy/00076: Starting virtphy
22:48:35.970253 run  osmo-ms-virt-phy/00076(pid=111): Launched
22:48:35.976253 run           osmo-ms-virt-phy/00077: Starting virtphy
22:48:35.989239 run  osmo-ms-virt-phy/00077(pid=112): Launched
22:48:35.995233 run           osmo-ms-virt-phy/00078: Starting virtphy
22:48:36.008152 run  osmo-ms-virt-phy/00078(pid=113): Launched
22:48:36.014081 run           osmo-ms-virt-phy/00079: Starting virtphy
22:48:36.026927 run  osmo-ms-virt-phy/00079(pid=114): Launched
22:48:36.032872 run           osmo-ms-virt-phy/00080: Starting virtphy
22:48:36.045783 run  osmo-ms-virt-phy/00080(pid=115): Launched
22:48:36.051804 run           osmo-ms-virt-phy/00081: Starting virtphy
22:48:36.064605 run  osmo-ms-virt-phy/00081(pid=116): Launched
22:48:36.070682 run           osmo-ms-virt-phy/00082: Starting virtphy
22:48:36.083671 run  osmo-ms-virt-phy/00082(pid=117): Launched
22:48:36.089597 run           osmo-ms-virt-phy/00083: Starting virtphy
22:48:36.102413 run  osmo-ms-virt-phy/00083(pid=118): Launched
22:48:36.108348 run           osmo-ms-virt-phy/00084: Starting virtphy
22:48:36.121356 run  osmo-ms-virt-phy/00084(pid=119): Launched
22:48:36.127372 run           osmo-ms-virt-phy/00085: Starting virtphy
22:48:36.140348 run  osmo-ms-virt-phy/00085(pid=120): Launched
22:48:36.146385 run           osmo-ms-virt-phy/00086: Starting virtphy
22:48:36.159437 run  osmo-ms-virt-phy/00086(pid=121): Launched
22:48:36.165513 run           osmo-ms-virt-phy/00087: Starting virtphy
22:48:36.178567 run  osmo-ms-virt-phy/00087(pid=122): Launched
22:48:36.184722 run           osmo-ms-virt-phy/00088: Starting virtphy
22:48:36.197746 run  osmo-ms-virt-phy/00088(pid=123): Launched
22:48:36.203720 run           osmo-ms-virt-phy/00089: Starting virtphy
22:48:36.216522 run  osmo-ms-virt-phy/00089(pid=124): Launched
22:48:36.222413 run           osmo-ms-virt-phy/00090: Starting virtphy
22:48:36.235377 run  osmo-ms-virt-phy/00090(pid=125): Launched
22:48:36.241257 run           osmo-ms-virt-phy/00091: Starting virtphy
22:48:36.254210 run  osmo-ms-virt-phy/00091(pid=126): Launched
22:48:36.260147 run           osmo-ms-virt-phy/00092: Starting virtphy
22:48:36.273003 run  osmo-ms-virt-phy/00092(pid=127): Launched
22:48:36.278918 run           osmo-ms-virt-phy/00093: Starting virtphy
22:48:36.291699 run  osmo-ms-virt-phy/00093(pid=128): Launched
22:48:36.297680 run           osmo-ms-virt-phy/00094: Starting virtphy
22:48:36.310595 run  osmo-ms-virt-phy/00094(pid=129): Launched
22:48:36.316547 run           osmo-ms-virt-phy/00095: Starting virtphy
22:48:36.329429 run  osmo-ms-virt-phy/00095(pid=130): Launched
22:48:36.335317 run           osmo-ms-virt-phy/00096: Starting virtphy
22:48:36.348115 run  osmo-ms-virt-phy/00096(pid=131): Launched
22:48:36.354056 run           osmo-ms-virt-phy/00097: Starting virtphy
22:48:36.366896 run  osmo-ms-virt-phy/00097(pid=132): Launched
22:48:36.372840 run           osmo-ms-virt-phy/00098: Starting virtphy
22:48:36.385672 run  osmo-ms-virt-phy/00098(pid=133): Launched
22:48:36.391596 run           osmo-ms-virt-phy/00099: Starting virtphy
22:48:36.404512 run  osmo-ms-virt-phy/00099(pid=134): Launched
22:48:36.410402 run                             mass: Checking if sockets are in the filesystem
22:48:36.442825 run                osmo-ms-mob/00000: Starting mobile
22:48:36.455744 run       osmo-ms-mob/00000(pid=135): Launched
22:48:36.468433 run                             mass: MS start registered  {at=30970622.17177935, delay=0.0064340755343437195, ms=00000}
22:48:40.659151 run                osmo-ms-mob/00001: Starting mobile
22:48:40.676251 run       osmo-ms-mob/00001(pid=136): Launched
22:48:40.686966 run                             mass: MS start registered  {at=30970626.390309937, delay=0.004636824131011963, ms=00001}
22:48:41.685685 run                             mass: MS performed LU  {at=30970627.388917048, lu_delay=5.217137698084116, ms=00000}
22:48:42.458121 run                osmo-ms-mob/00002: Starting mobile
22:48:42.474767 run       osmo-ms-mob/00002(pid=137): Launched
22:48:42.485170 run                             mass: MS start registered  {at=30970628.188518133, delay=0.00446387380361557, ms=00002}
22:48:43.758021 run                osmo-ms-mob/00003: Starting mobile
22:48:43.774686 run       osmo-ms-mob/00003(pid=138): Launched
22:48:43.785268 run                             mass: MS start registered  {at=30970629.488618743, delay=0.004370331764221191, ms=00003}
22:48:44.826723 run                osmo-ms-mob/00004: Starting mobile
22:48:44.839691 run       osmo-ms-mob/00004(pid=139): Launched
22:48:44.849956 run                             mass: MS start registered  {at=30970630.553308815, delay=0.004223302006721497, ms=00004}
22:48:45.451374 run                             mass: MS performed LU  {at=30970631.15462081, lu_delay=4.764310874044895, ms=00001}
22:48:45.858316 run                osmo-ms-mob/00005: Starting mobile
22:48:45.875175 run       osmo-ms-mob/00005(pid=140): Launched
22:48:45.885663 run                             mass: MS start registered  {at=30970631.589012425, delay=0.004457201808691025, ms=00005}
22:48:46.748839 run                osmo-ms-mob/00006: Starting mobile
22:48:46.764827 run       osmo-ms-mob/00006(pid=141): Launched
22:48:46.775983 run                             mass: MS start registered  {at=30970632.479333773, delay=0.004974991083145142, ms=00006}
22:48:47.352921 run                             mass: MS performed LU  {at=30970633.056155477, lu_delay=4.8676373437047005, ms=00002}
22:48:47.658747 run                osmo-ms-mob/00007: Starting mobile
22:48:47.675508 run       osmo-ms-mob/00007(pid=142): Launched
22:48:47.686019 run                             mass: MS start registered  {at=30970633.389368735, delay=0.0044109635055065155, ms=00007}
22:48:48.426948 run                osmo-ms-mob/00008: Starting mobile
22:48:48.440290 run       osmo-ms-mob/00008(pid=143): Launched
22:48:48.450868 run                             mass: MS start registered  {at=30970634.154218435, delay=0.004562828689813614, ms=00008}
22:48:49.157412 run                osmo-ms-mob/00009: Starting mobile
22:48:49.174374 run       osmo-ms-mob/00009(pid=144): Launched
22:48:49.184970 run                             mass: MS start registered  {at=30970634.888323095, delay=0.0045912303030490875, ms=00009}
22:48:49.216669 run                             mass: MS performed LU  {at=30970634.91992313, lu_delay=5.431304387748241, ms=00003}
22:48:49.861590 run                osmo-ms-mob/00010: Starting mobile
22:48:49.880944 run       osmo-ms-mob/00010(pid=145): Launched
22:48:49.892001 run                             mass: MS start registered  {at=30970635.595350876, delay=0.004927743226289749, ms=00010}
22:48:50.438368 run                osmo-ms-mob/00011: Starting mobile
22:48:50.452843 run       osmo-ms-mob/00011(pid=146): Launched
22:48:50.463315 run                             mass: MS start registered  {at=30970636.166665673, delay=0.004417702555656433, ms=00011}
22:48:51.066201 run                osmo-ms-mob/00012: Starting mobile
22:48:51.084054 run       osmo-ms-mob/00012(pid=147): Launched
22:48:51.094550 run                             mass: MS start registered  {at=30970636.79790218, delay=0.0043469443917274475, ms=00012}
22:48:51.117717 run                             mass: MS performed LU  {at=30970636.820961103, lu_delay=5.2319486774504185, ms=00005}
22:48:51.146935 run                             mass: MS performed LU  {at=30970636.8502018, lu_delay=6.296892985701561, ms=00004}
22:48:51.649255 run                osmo-ms-mob/00013: Starting mobile
22:48:51.665591 run       osmo-ms-mob/00013(pid=148): Launched
22:48:51.676584 run                             mass: MS start registered  {at=30970637.3799377, delay=0.004972714930772781, ms=00013}
22:48:52.239515 run                osmo-ms-mob/00014: Starting mobile
22:48:52.253451 run       osmo-ms-mob/00014(pid=149): Launched
22:48:52.264369 run                             mass: MS start registered  {at=30970637.96771964, delay=0.004920225590467453, ms=00014}
22:48:52.826458 run                osmo-ms-mob/00015: Starting mobile
22:48:52.839457 run       osmo-ms-mob/00015(pid=150): Launched
22:48:52.850551 run                             mass: MS start registered  {at=30970638.553904813, delay=0.004856448620557785, ms=00015}
22:48:52.983834 run                             mass: MS performed LU  {at=30970638.68707401, lu_delay=5.29770527407527, ms=00007}
22:48:53.048425 run                             mass: MS performed LU  {at=30970638.75166583, lu_delay=6.272332057356834, ms=00006}
22:48:53.358176 run                osmo-ms-mob/00016: Starting mobile
22:48:53.375687 run       osmo-ms-mob/00016(pid=151): Launched
22:48:53.382056 run                             mass: MS performed LU  {at=30970639.085414045, lu_delay=4.931195609271526, ms=00008}
22:48:53.387884 run                             mass: MS start registered  {at=30970639.09125043, delay=0.00585540384054184, ms=00016}
22:48:53.840737 run                osmo-ms-mob/00017: Starting mobile
22:48:53.855112 run       osmo-ms-mob/00017(pid=152): Launched
22:48:53.865899 run                             mass: MS start registered  {at=30970639.56925235, delay=0.004580475389957428, ms=00017}
22:48:54.449528 run                osmo-ms-mob/00018: Starting mobile
22:48:54.465385 run       osmo-ms-mob/00018(pid=153): Launched
22:48:54.476317 run                             mass: MS start registered  {at=30970640.17967225, delay=0.004903797060251236, ms=00018}
22:48:54.857003 run                osmo-ms-mob/00019: Starting mobile
22:48:54.872107 run       osmo-ms-mob/00019(pid=154): Launched
22:48:54.882961 run                             mass: MS start registered  {at=30970640.586315174, delay=0.00485321506857872, ms=00019}
22:48:54.889474 run                             mass: MS performed LU  {at=30970640.59283611, lu_delay=4.997485235333443, ms=00010}
22:48:54.912705 run                             mass: MS performed LU  {at=30970640.615999736, lu_delay=5.7276766411960125, ms=00009}
22:48:55.018403 run                             mass: MS performed LU  {at=30970640.721653983, lu_delay=4.55498830974102, ms=00011}
22:48:55.326993 run                osmo-ms-mob/00020: Starting mobile
22:48:55.340264 run       osmo-ms-mob/00020(pid=155): Launched
22:48:55.351214 run                             mass: MS start registered  {at=30970641.054562442, delay=0.0049111731350421906, ms=00020}
22:48:55.839985 run                osmo-ms-mob/00021: Starting mobile
22:48:55.853834 run       osmo-ms-mob/00021(pid=156): Launched
22:48:55.864740 run                             mass: MS start registered  {at=30970641.568093628, delay=0.004873454570770264, ms=00021}
22:48:56.226379 run                osmo-ms-mob/00022: Starting mobile
22:48:56.239875 run       osmo-ms-mob/00022(pid=157): Launched
22:48:56.250898 run                             mass: MS start registered  {at=30970641.954248033, delay=0.004804614931344986, ms=00022}
22:48:56.749946 run                osmo-ms-mob/00023: Starting mobile
22:48:56.766041 run       osmo-ms-mob/00023(pid=158): Launched
22:48:56.772099 run                             mass: MS performed LU  {at=30970642.475459218, lu_delay=5.09552151709795, ms=00013}
22:48:56.777920 run                             mass: MS start registered  {at=30970642.481286813, delay=0.005845054984092712, ms=00023}
22:48:56.813572 run                             mass: MS performed LU  {at=30970642.516821057, lu_delay=5.71891887485981, ms=00012}
22:48:57.151570 run                osmo-ms-mob/00024: Starting mobile
22:48:57.177115 run       osmo-ms-mob/00024(pid=159): Launched
22:48:57.183237 run                             mass: MS performed LU  {at=30970642.886596967, lu_delay=4.918877325952053, ms=00014}
22:48:57.189175 run                             mass: MS start registered  {at=30970642.8925426, delay=0.0059631094336509705, ms=00024}
22:48:57.638452 run                osmo-ms-mob/00025: Starting mobile
22:48:57.652837 run       osmo-ms-mob/00025(pid=160): Launched
22:48:57.663844 run                             mass: MS start registered  {at=30970643.367190365, delay=0.004884149879217148, ms=00025}
22:48:58.025994 run                osmo-ms-mob/00026: Starting mobile
22:48:58.038989 run       osmo-ms-mob/00026(pid=161): Launched
22:48:58.050174 run                             mass: MS start registered  {at=30970643.753525544, delay=0.004987314343452454, ms=00026}
22:48:58.426419 run                osmo-ms-mob/00027: Starting mobile
22:48:58.439397 run       osmo-ms-mob/00027(pid=162): Launched
22:48:58.450555 run                             mass: MS start registered  {at=30970644.153905977, delay=0.004753097891807556, ms=00027}
22:48:58.548873 run                             mass: MS performed LU  {at=30970644.25211984, lu_delay=5.698215026408434, ms=00015}
22:48:58.651112 run                             mass: MS performed LU  {at=30970644.354358792, lu_delay=5.263108361512423, ms=00016}
22:48:58.678697 run                             mass: MS performed LU  {at=30970644.38197279, lu_delay=4.812720440328121, ms=00017}
22:48:58.701070 run                osmo-ms-mob/00028: Starting mobile
22:48:58.714021 run       osmo-ms-mob/00028(pid=163): Launched
22:48:58.724947 run                             mass: MS start registered  {at=30970644.42830326, delay=0.0048630498349666595, ms=00028}
22:48:59.259832 run                osmo-ms-mob/00029: Starting mobile
22:48:59.287332 run       osmo-ms-mob/00029(pid=164): Launched
22:48:59.298445 run                             mass: MS start registered  {at=30970645.001795597, delay=0.004819728434085846, ms=00029}
22:48:59.640034 run                osmo-ms-mob/00030: Starting mobile
22:48:59.653780 run       osmo-ms-mob/00030(pid=165): Launched
22:48:59.665635 run                             mass: MS start registered  {at=30970645.368980758, delay=0.005573585629463196, ms=00030}
22:49:00.039523 run                osmo-ms-mob/00031: Starting mobile
22:49:00.053497 run       osmo-ms-mob/00031(pid=166): Launched
22:49:00.064508 run                             mass: MS start registered  {at=30970645.767856006, delay=0.004984010010957718, ms=00031}
22:49:00.326348 run                osmo-ms-mob/00032: Starting mobile
22:49:00.339281 run       osmo-ms-mob/00032(pid=167): Launched
22:49:00.351220 run                             mass: MS start registered  {at=30970646.05456869, delay=0.005471404641866684, ms=00032}
22:49:00.515020 run                             mass: MS performed LU  {at=30970646.218268704, lu_delay=4.650175075978041, ms=00021}
22:49:00.580315 run                             mass: MS performed LU  {at=30970646.283565264, lu_delay=5.229002822190523, ms=00020}
22:49:00.649286 run                             mass: MS performed LU  {at=30970646.35253654, lu_delay=5.76622136682272, ms=00019}
22:49:00.677834 run                osmo-ms-mob/00033: Starting mobile
22:49:00.691347 run       osmo-ms-mob/00033(pid=168): Launched
22:49:00.697719 run                             mass: MS performed LU  {at=30970646.401077878, lu_delay=6.221405629068613, ms=00018}
22:49:00.704016 run                             mass: MS start registered  {at=30970646.407380864, delay=0.006321601569652557, ms=00033}
22:49:01.160723 run                osmo-ms-mob/00034: Starting mobile
22:49:01.179830 run       osmo-ms-mob/00034(pid=169): Launched
22:49:01.191356 run                             mass: MS start registered  {at=30970646.894701693, delay=0.005282994359731674, ms=00034}
22:49:01.439903 run                osmo-ms-mob/00035: Starting mobile
22:49:01.453431 run       osmo-ms-mob/00035(pid=170): Launched
22:49:01.464804 run                             mass: MS start registered  {at=30970647.16815468, delay=0.005127303302288055, ms=00035}
22:49:01.826718 run                osmo-ms-mob/00036: Starting mobile
22:49:01.840036 run       osmo-ms-mob/00036(pid=171): Launched
22:49:01.851976 run                             mass: MS start registered  {at=30970647.555324383, delay=0.005571357905864716, ms=00036}
22:49:02.248412 run                osmo-ms-mob/00037: Starting mobile
22:49:02.264513 run       osmo-ms-mob/00037(pid=172): Launched
22:49:02.275669 run                             mass: MS start registered  {at=30970647.97902042, delay=0.005116108804941177, ms=00037}
22:49:02.315110 run                             mass: MS performed LU  {at=30970648.018376257, lu_delay=5.125833656638861, ms=00024}
22:49:02.417222 run                             mass: MS performed LU  {at=30970648.120472617, lu_delay=5.639185804873705, ms=00023}
22:49:02.446505 run                osmo-ms-mob/00038: Starting mobile
22:49:02.459511 run       osmo-ms-mob/00038(pid=173): Launched
22:49:02.465637 run                             mass: MS performed LU  {at=30970648.16899914, lu_delay=6.2147511057555676, ms=00022}
22:49:02.471516 run                             mass: MS start registered  {at=30970648.174883306, delay=0.005899343639612198, ms=00038}
22:49:02.588753 run                             mass: MS performed LU  {at=30970648.291977517, lu_delay=4.924787152558565, ms=00025}
22:49:02.618078 run                osmo-ms-mob/00039: Starting mobile
22:49:02.631268 run       osmo-ms-mob/00039(pid=174): Launched
22:49:02.642373 run                             mass: MS start registered  {at=30970648.34572625, delay=0.004903402179479599, ms=00039}
22:49:03.237198 run                osmo-ms-mob/00040: Starting mobile
22:49:03.252104 run       osmo-ms-mob/00040(pid=175): Launched
22:49:03.264591 run                             mass: MS start registered  {at=30970648.967937175, delay=0.004982441663742065, ms=00040}
22:49:03.535235 run                osmo-ms-mob/00041: Starting mobile
22:49:03.548733 run       osmo-ms-mob/00041(pid=176): Launched
22:49:03.559841 run                             mass: MS start registered  {at=30970649.263189483, delay=0.0050059035420417786, ms=00041}
22:49:03.826641 run                osmo-ms-mob/00042: Starting mobile
22:49:03.839854 run       osmo-ms-mob/00042(pid=177): Launched
22:49:03.850875 run                             mass: MS start registered  {at=30970649.55422664, delay=0.004875116050243378, ms=00042}
22:49:04.246873 run                osmo-ms-mob/00043: Starting mobile
22:49:04.263706 run       osmo-ms-mob/00043(pid=178): Launched
22:49:04.274819 run                             mass: MS start registered  {at=30970649.978171874, delay=0.005035821348428726, ms=00043}
22:49:04.281228 run                             mass: MS performed LU  {at=30970649.98458926, lu_delay=4.615608502179384, ms=00030}
22:49:04.345921 run                             mass: MS performed LU  {at=30970650.04917298, lu_delay=5.04737738147378, ms=00029}
22:49:04.372754 run                osmo-ms-mob/00044: Starting mobile
22:49:04.385593 run       osmo-ms-mob/00044(pid=179): Launched
22:49:04.396411 run                             mass: MS start registered  {at=30970650.09976695, delay=0.004880771040916443, ms=00044}
22:49:04.413394 run                             mass: MS performed LU  {at=30970650.116749194, lu_delay=5.688445933163166, ms=00028}
22:49:04.451368 run                             mass: MS performed LU  {at=30970650.154638596, lu_delay=6.000732619315386, ms=00027}
22:49:04.473014 run                osmo-ms-mob/00045: Starting mobile
22:49:04.486196 run       osmo-ms-mob/00045(pid=180): Launched
22:49:04.492604 run                             mass: MS performed LU  {at=30970650.1959627, lu_delay=6.442437157034874, ms=00026}
22:49:04.498502 run                             mass: MS start registered  {at=30970650.20186784, delay=0.00592435896396637, ms=00045}
22:49:05.127111 run                osmo-ms-mob/00046: Starting mobile
22:49:05.140813 run       osmo-ms-mob/00046(pid=181): Launched
22:49:05.151975 run                             mass: MS start registered  {at=30970650.855323933, delay=0.004961356520652771, ms=00046}
22:49:05.440017 run                osmo-ms-mob/00047: Starting mobile
22:49:05.454280 run       osmo-ms-mob/00047(pid=182): Launched
22:49:05.465701 run                             mass: MS start registered  {at=30970651.169052675, delay=0.005146604031324387, ms=00047}
22:49:05.738111 run                osmo-ms-mob/00048: Starting mobile
22:49:05.751626 run       osmo-ms-mob/00048(pid=183): Launched
22:49:05.762444 run                             mass: MS start registered  {at=30970651.465797674, delay=0.004699524492025375, ms=00048}
22:49:06.048428 run                osmo-ms-mob/00049: Starting mobile
22:49:06.064652 run       osmo-ms-mob/00049(pid=184): Launched
22:49:06.076021 run                             mass: MS start registered  {at=30970651.779370297, delay=0.005015872418880463, ms=00049}
22:49:06.082320 run                             mass: MS performed LU  {at=30970651.78567974, lu_delay=5.3782988749444485, ms=00033}
22:49:06.118448 run                             mass: MS performed LU  {at=30970651.821739588, lu_delay=6.053883582353592, ms=00031}
22:49:06.136717 run                osmo-ms-mob/00050: Starting mobile
22:49:06.149788 run       osmo-ms-mob/00050(pid=185): Launched
22:49:06.160839 run                             mass: MS start registered  {at=30970651.86418244, delay=0.0048610493540763855, ms=00050}
22:49:06.210107 run                             mass: MS performed LU  {at=30970651.91337552, lu_delay=4.745220839977264, ms=00035}
22:49:06.390631 run                             mass: MS performed LU  {at=30970652.093882315, lu_delay=6.03931362554431, ms=00032}
22:49:06.756010 run                osmo-ms-mob/00051: Starting mobile
22:49:06.771572 run       osmo-ms-mob/00051(pid=186): Launched
22:49:06.783131 run                             mass: MS start registered  {at=30970652.486484382, delay=0.005207650363445282, ms=00051}
22:49:07.037797 run                osmo-ms-mob/00052: Starting mobile
22:49:07.051509 run       osmo-ms-mob/00052(pid=187): Launched
22:49:07.063428 run                             mass: MS start registered  {at=30970652.76677704, delay=0.0054700374603271484, ms=00052}
22:49:07.105830 run                             mass: MS performed LU  {at=30970652.80909292, lu_delay=5.914391227066517, ms=00034}
22:49:07.339787 run                osmo-ms-mob/00053: Starting mobile
22:49:07.353888 run       osmo-ms-mob/00053(pid=188): Launched
22:49:07.365343 run                             mass: MS start registered  {at=30970653.068695318, delay=0.005244944244623184, ms=00053}
22:49:07.627142 run                osmo-ms-mob/00054: Starting mobile
22:49:07.640247 run       osmo-ms-mob/00054(pid=189): Launched
22:49:07.651375 run                             mass: MS start registered  {at=30970653.354721587, delay=0.005074590444564819, ms=00054}
22:49:07.945517 run                osmo-ms-mob/00055: Starting mobile
22:49:07.959255 run       osmo-ms-mob/00055(pid=190): Launched
22:49:07.965382 run                             mass: MS performed LU  {at=30970653.668741494, lu_delay=6.113417111337185, ms=00036}
22:49:07.971217 run                             mass: MS start registered  {at=30970653.674584802, delay=0.005862697958946228, ms=00055}
22:49:07.980482 run                             mass: MS performed LU  {at=30970653.68383697, lu_delay=5.704816550016403, ms=00037}
22:49:07.991346 run                osmo-ms-mob/00056: Starting mobile
22:49:08.004803 run       osmo-ms-mob/00056(pid=191): Launched
22:49:08.015685 run                             mass: MS start registered  {at=30970653.719037257, delay=0.004574380815029144, ms=00056}
22:49:08.112022 run                             mass: MS performed LU  {at=30970653.815274023, lu_delay=5.469547770917416, ms=00039}
22:49:08.292065 run                             mass: MS performed LU  {at=30970653.99531744, lu_delay=5.0273802652955055, ms=00040}
22:49:08.321124 run                osmo-ms-mob/00057: Starting mobile
22:49:08.334615 run       osmo-ms-mob/00057(pid=192): Launched
22:49:08.346207 run                             mass: MS start registered  {at=30970654.049557958, delay=0.005500059574842453, ms=00057}
22:49:08.545156 run                             mass: MS performed LU  {at=30970654.248405557, lu_delay=4.985216073691845, ms=00041}
22:49:08.945498 run                osmo-ms-mob/00058: Starting mobile
22:49:08.959913 run       osmo-ms-mob/00058(pid=193): Launched
22:49:08.971064 run                             mass: MS start registered  {at=30970654.67440913, delay=0.0050516799092292786, ms=00058}
22:49:09.090376 run                             mass: MS performed LU  {at=30970654.79363175, lu_delay=5.239405110478401, ms=00042}
22:49:09.240637 run                osmo-ms-mob/00059: Starting mobile
22:49:09.254756 run       osmo-ms-mob/00059(pid=194): Launched
22:49:09.265789 run                             mass: MS start registered  {at=30970654.969142444, delay=0.004991766065359116, ms=00059}
22:49:09.538665 run                osmo-ms-mob/00060: Starting mobile
22:49:09.552367 run       osmo-ms-mob/00060(pid=195): Launched
22:49:09.563570 run                             mass: MS start registered  {at=30970655.26692158, delay=0.005237963050603867, ms=00060}
22:49:09.846759 run                             mass: MS performed LU  {at=30970655.550011195, lu_delay=5.348143354058266, ms=00045}
22:49:09.876159 run                osmo-ms-mob/00061: Starting mobile
22:49:09.889632 run       osmo-ms-mob/00061(pid=196): Launched
22:49:09.895734 run                             mass: MS performed LU  {at=30970655.599093124, lu_delay=4.743769191205502, ms=00046}
22:49:09.902002 run                             mass: MS start registered  {at=30970655.605367098, delay=0.006291821599006653, ms=00061}
22:49:09.919844 run                             mass: MS performed LU  {at=30970655.623197377, lu_delay=5.645025502890348, ms=00043}
22:49:09.931021 run                osmo-ms-mob/00062: Starting mobile
22:49:09.944035 run       osmo-ms-mob/00062(pid=197): Launched
22:49:09.955553 run                             mass: MS start registered  {at=30970655.65889684, delay=0.005377374589443207, ms=00062}
22:49:10.165246 run                             mass: MS performed LU  {at=30970655.86847806, lu_delay=4.699425384402275, ms=00047}
22:49:10.567977 run                osmo-ms-mob/00063: Starting mobile
22:49:10.586883 run       osmo-ms-mob/00063(pid=198): Launched
22:49:10.598493 run                             mass: MS start registered  {at=30970656.30184025, delay=0.005151055753231049, ms=00063}
22:49:10.769924 run                             mass: MS performed LU  {at=30970656.473155733, lu_delay=6.373388782143593, ms=00044}
22:49:10.941595 run                osmo-ms-mob/00064: Starting mobile
22:49:10.955838 run       osmo-ms-mob/00064(pid=199): Launched
22:49:10.967525 run                             mass: MS start registered  {at=30970656.670871083, delay=0.0056152381002902985, ms=00064}
22:49:11.009853 run                             mass: MS performed LU  {at=30970656.713121984, lu_delay=4.226637601852417, ms=00051}
22:49:11.051257 run                             mass: MS performed LU  {at=30970656.754512347, lu_delay=3.685817029327154, ms=00053}
22:49:11.364201 run                osmo-ms-mob/00065: Starting mobile
22:49:11.380495 run       osmo-ms-mob/00065(pid=200): Launched
22:49:11.392078 run                             mass: MS start registered  {at=30970657.095424987, delay=0.0054246410727500916, ms=00065}
22:49:11.639277 run                osmo-ms-mob/00066: Starting mobile
22:49:11.653361 run       osmo-ms-mob/00066(pid=201): Launched
22:49:11.664392 run                             mass: MS start registered  {at=30970657.36773912, delay=0.004987988620996475, ms=00066}
22:49:11.747994 run                             mass: MS performed LU  {at=30970657.451211073, lu_delay=5.587028633803129, ms=00050}
22:49:11.822343 run                             mass: MS performed LU  {at=30970657.525607914, lu_delay=5.746237616986036, ms=00049}
22:49:11.876533 run                             mass: MS performed LU  {at=30970657.579807743, lu_delay=6.114010069519281, ms=00048}
22:49:11.901884 run                osmo-ms-mob/00067: Starting mobile
22:49:11.915142 run       osmo-ms-mob/00067(pid=202): Launched
22:49:11.926581 run                             mass: MS start registered  {at=30970657.629918933, delay=0.005372513085603714, ms=00067}
22:49:12.075278 run                             mass: MS performed LU  {at=30970657.778530125, lu_delay=5.011753086000681, ms=00052}
22:49:12.369386 run                osmo-ms-mob/00068: Starting mobile
22:49:12.389001 run       osmo-ms-mob/00068(pid=203): Launched
22:49:12.400216 run                             mass: MS start registered  {at=30970658.10356575, delay=0.005048681050539017, ms=00068}
22:49:12.740165 run                osmo-ms-mob/00069: Starting mobile
22:49:12.754635 run       osmo-ms-mob/00069(pid=204): Launched
22:49:12.768976 run                             mass: MS start registered  {at=30970658.472296968, delay=0.008142184466123581, ms=00069}
22:49:13.126788 run                osmo-ms-mob/00070: Starting mobile
22:49:13.140086 run       osmo-ms-mob/00070(pid=205): Launched
22:49:13.151452 run                             mass: MS start registered  {at=30970658.854797177, delay=0.00524275004863739, ms=00070}
22:49:13.526759 run                osmo-ms-mob/00071: Starting mobile
22:49:13.539650 run       osmo-ms-mob/00071(pid=206): Launched
22:49:13.550697 run                             mass: MS start registered  {at=30970659.254050925, delay=0.00507737323641777, ms=00071}
22:49:13.696039 run                             mass: MS performed LU  {at=30970659.399289016, lu_delay=5.724704213440418, ms=00055}
22:49:13.719264 run                             mass: MS performed LU  {at=30970659.42262658, lu_delay=6.067904993891716, ms=00054}
22:49:13.829792 run                             mass: MS performed LU  {at=30970659.533040468, lu_delay=4.8586313389241695, ms=00058}
22:49:13.844218 run                osmo-ms-mob/00072: Starting mobile
22:49:13.857562 run       osmo-ms-mob/00072(pid=207): Launched
22:49:13.863604 run                             mass: MS performed LU  {at=30970659.56696283, lu_delay=5.847925573587418, ms=00056}
22:49:13.870306 run                             mass: MS start registered  {at=30970659.573662013, delay=0.0067187026143074036, ms=00072}
22:49:13.884369 run                             mass: MS performed LU  {at=30970659.587723464, lu_delay=5.538165505975485, ms=00057}
22:49:13.921507 run                             mass: MS performed LU  {at=30970659.624776024, lu_delay=4.655633579939604, ms=00059}
22:49:13.936033 run                osmo-ms-mob/00073: Starting mobile
22:49:13.949058 run       osmo-ms-mob/00073(pid=208): Launched
22:49:13.959968 run                             mass: MS start registered  {at=30970659.66332174, delay=0.0049259960651397705, ms=00073}
22:49:14.727122 run                osmo-ms-mob/00074: Starting mobile
22:49:14.740275 run       osmo-ms-mob/00074(pid=209): Launched
22:49:14.751543 run                             mass: MS start registered  {at=30970660.454887252, delay=0.005161840468645096, ms=00074}
22:49:15.140285 run                osmo-ms-mob/00075: Starting mobile
22:49:15.153958 run       osmo-ms-mob/00075(pid=210): Launched
22:49:15.165021 run                             mass: MS start registered  {at=30970660.86837311, delay=0.004978004842996597, ms=00075}
22:49:15.514312 run                             mass: MS performed LU  {at=30970661.21756152, lu_delay=4.915721271187067, ms=00063}
22:49:15.551604 run                             mass: MS performed LU  {at=30970661.254860245, lu_delay=5.649493146687746, ms=00061}
22:49:15.594836 run                osmo-ms-mob/00076: Starting mobile
22:49:15.610105 run       osmo-ms-mob/00076(pid=211): Launched
22:49:15.621215 run                             mass: MS start registered  {at=30970661.324565977, delay=0.005093667656183243, ms=00076}
22:49:15.642757 run                             mass: MS performed LU  {at=30970661.346065514, lu_delay=4.675194431096315, ms=00064}
22:49:15.822885 run                             mass: MS performed LU  {at=30970661.526135113, lu_delay=5.867238271981478, ms=00062}
22:49:15.846755 run                             mass: MS performed LU  {at=30970661.55011877, lu_delay=6.2831971906125546, ms=00060}
22:49:15.857683 run                osmo-ms-mob/00077: Starting mobile
22:49:15.870627 run       osmo-ms-mob/00077(pid=212): Launched
22:49:15.881789 run                             mass: MS start registered  {at=30970661.58513769, delay=0.0051439739763736725, ms=00077}
22:49:16.541187 run                osmo-ms-mob/00078: Starting mobile
22:49:16.555153 run       osmo-ms-mob/00078(pid=213): Launched
22:49:16.566829 run                             mass: MS start registered  {at=30970662.270175725, delay=0.005675863474607468, ms=00078}
22:49:16.925549 run                osmo-ms-mob/00079: Starting mobile
22:49:16.938546 run       osmo-ms-mob/00079(pid=214): Launched
22:49:16.951305 run                             mass: MS start registered  {at=30970662.654647198, delay=0.006365615874528885, ms=00079}
22:49:17.466658 run                osmo-ms-mob/00080: Starting mobile
22:49:17.482588 run       osmo-ms-mob/00080(pid=215): Launched
22:49:17.488581 run                             mass: MS performed LU  {at=30970663.19194061, lu_delay=4.7196436412632465, ms=00069}
22:49:17.494489 run                             mass: MS performed LU  {at=30970663.197854765, lu_delay=5.094289015978575, ms=00068}
22:49:17.500210 run                             mass: MS start registered  {at=30970663.203576636, delay=0.011653788387775421, ms=00080}
22:49:17.506434 run                             mass: MS performed LU  {at=30970663.209786896, lu_delay=5.842047777026892, ms=00066}
22:49:17.595696 run                             mass: MS performed LU  {at=30970663.298946466, lu_delay=6.203521478921175, ms=00065}
22:49:17.626413 run                osmo-ms-mob/00081: Starting mobile
22:49:17.639391 run       osmo-ms-mob/00081(pid=216): Launched
22:49:17.645513 run                             mass: MS performed LU  {at=30970663.34887273, lu_delay=5.718953795731068, ms=00067}
22:49:17.651909 run                             mass: MS start registered  {at=30970663.355273783, delay=0.0064196474850177765, ms=00081}
22:49:17.886853 run                             mass: MS performed LU  {at=30970663.590103, lu_delay=4.7353058233857155, ms=00070}
22:49:18.341787 run                osmo-ms-mob/00082: Starting mobile
22:49:18.355755 run       osmo-ms-mob/00082(pid=217): Launched
22:49:18.366723 run                             mass: MS start registered  {at=30970664.070072792, delay=0.004854921251535416, ms=00082}
22:49:18.949832 run                osmo-ms-mob/00083: Starting mobile
22:49:18.966269 run       osmo-ms-mob/00083(pid=218): Launched
22:49:18.977357 run                             mass: MS start registered  {at=30970664.680707607, delay=0.005059432238340378, ms=00083}
22:49:19.279832 run                             mass: MS performed LU  {at=30970664.9830846, lu_delay=5.409422587603331, ms=00072}
22:49:19.317446 run                             mass: MS performed LU  {at=30970665.020708606, lu_delay=5.357386864721775, ms=00073}
22:49:19.349145 run                osmo-ms-mob/00084: Starting mobile
22:49:19.362754 run       osmo-ms-mob/00084(pid=219): Launched
22:49:19.373883 run                             mass: MS start registered  {at=30970665.07723167, delay=0.005113180726766586, ms=00084}
22:49:19.409049 run                             mass: MS performed LU  {at=30970665.112341907, lu_delay=5.858290981501341, ms=00071}
22:49:19.570201 run                             mass: MS performed LU  {at=30970665.273450576, lu_delay=4.81856332346797, ms=00074}
22:49:19.956741 run                osmo-ms-mob/00085: Starting mobile
22:49:19.975141 run       osmo-ms-mob/00085(pid=220): Launched
22:49:19.986562 run                             mass: MS start registered  {at=30970665.689904653, delay=0.00414682924747467, ms=00085}
22:49:20.540915 run                osmo-ms-mob/00086: Starting mobile
22:49:20.554690 run       osmo-ms-mob/00086(pid=221): Launched
22:49:20.565656 run                             mass: MS start registered  {at=30970666.26900912, delay=0.004953112453222275, ms=00086}
22:49:21.158228 run                osmo-ms-mob/00087: Starting mobile
22:49:21.174797 run       osmo-ms-mob/00087(pid=222): Launched
22:49:21.186037 run                             mass: MS start registered  {at=30970666.889387213, delay=0.0048733241856098175, ms=00087}
22:49:21.227718 run                             mass: MS performed LU  {at=30970666.930966605, lu_delay=5.60640062764287, ms=00076}
22:49:21.244935 run                             mass: MS performed LU  {at=30970666.948288087, lu_delay=6.079914975911379, ms=00075}
22:49:21.272823 run                             mass: MS performed LU  {at=30970666.976099327, lu_delay=5.3909616358578205, ms=00077}
22:49:21.360656 run                             mass: MS performed LU  {at=30970667.063876826, lu_delay=4.793701101094484, ms=00078}
22:49:21.738798 run                osmo-ms-mob/00088: Starting mobile
22:49:21.752584 run       osmo-ms-mob/00088(pid=223): Launched
22:49:21.763853 run                             mass: MS start registered  {at=30970667.467199, delay=0.005298752337694168, ms=00088}
22:49:22.341048 run                osmo-ms-mob/00089: Starting mobile
22:49:22.354761 run       osmo-ms-mob/00089(pid=224): Launched
22:49:22.366065 run                             mass: MS start registered  {at=30970668.069383524, delay=0.004926830530166626, ms=00089}
22:49:22.926323 run                osmo-ms-mob/00090: Starting mobile
22:49:22.939435 run       osmo-ms-mob/00090(pid=225): Launched
22:49:22.950530 run                             mass: MS start registered  {at=30970668.653881654, delay=0.004971444606781006, ms=00090}
22:49:23.045358 run                             mass: MS performed LU  {at=30970668.7486081, lu_delay=6.093960903584957, ms=00079}
22:49:23.175721 run                             mass: MS performed LU  {at=30970668.878976177, lu_delay=5.675399541854858, ms=00080}
22:49:23.300255 run                             mass: MS performed LU  {at=30970669.00348489, lu_delay=4.933412097394466, ms=00082}
22:49:23.659323 run                osmo-ms-mob/00091: Starting mobile
22:49:23.676475 run       osmo-ms-mob/00091(pid=226): Launched
22:49:23.687715 run                             mass: MS start registered  {at=30970669.391064674, delay=0.005256686359643936, ms=00091}
22:49:24.340929 run                osmo-ms-mob/00092: Starting mobile
22:49:24.355109 run       osmo-ms-mob/00092(pid=227): Launched
22:49:24.366278 run                             mass: MS start registered  {at=30970670.06962655, delay=0.005072135478258133, ms=00092}
22:49:24.992964 run                             mass: MS performed LU  {at=30970670.696188033, lu_delay=6.015480425208807, ms=00083}
22:49:25.011077 run                             mass: MS performed LU  {at=30970670.71435282, lu_delay=5.637121148407459, ms=00084}
22:49:25.053414 run                osmo-ms-mob/00093: Starting mobile
22:49:25.068250 run       osmo-ms-mob/00093(pid=228): Launched
22:49:25.074278 run                             mass: MS performed LU  {at=30970670.777639423, lu_delay=5.087734770029783, ms=00085}
22:49:25.079983 run                             mass: MS start registered  {at=30970670.783351224, delay=0.005727272480726242, ms=00093}
22:49:25.126963 run                             mass: MS performed LU  {at=30970670.830200613, lu_delay=22.655317306518555, ms=00038}
22:49:25.436573 run                             mass: MS performed LU  {at=30970671.139830172, lu_delay=4.870821051299572, ms=00086}
22:49:26.026827 run                osmo-ms-mob/00094: Starting mobile
22:49:26.039877 run       osmo-ms-mob/00094(pid=229): Launched
22:49:26.051114 run                             mass: MS start registered  {at=30970671.754464876, delay=0.005172081291675568, ms=00094}
22:49:26.811383 run                             mass: MS performed LU  {at=30970672.51463011, lu_delay=5.62524289637804, ms=00087}
22:49:26.957867 run                osmo-ms-mob/00095: Starting mobile
22:49:26.974440 run       osmo-ms-mob/00095(pid=230): Launched
22:49:26.980432 run                             mass: MS performed LU  {at=30970672.683792364, lu_delay=5.216593362390995, ms=00088}
22:49:26.986166 run                             mass: MS start registered  {at=30970672.68953367, delay=0.005757983773946762, ms=00095}
22:49:27.066394 run                             mass: MS performed LU  {at=30970672.769649006, lu_delay=4.700265482068062, ms=00089}
22:49:27.939783 run                osmo-ms-mob/00096: Starting mobile
22:49:27.953517 run       osmo-ms-mob/00096(pid=231): Launched
22:49:27.965013 run                             mass: MS start registered  {at=30970673.668364383, delay=0.0047334544360637665, ms=00096}
22:49:28.758788 run                             mass: MS performed LU  {at=30970674.46200078, lu_delay=5.808119125664234, ms=00090}
22:49:28.795223 run                             mass: MS performed LU  {at=30970674.498560693, lu_delay=5.10749601945281, ms=00091}
22:49:29.071747 run                osmo-ms-mob/00097: Starting mobile
22:49:29.084581 run       osmo-ms-mob/00097(pid=232): Launched
22:49:29.095507 run                             mass: MS start registered  {at=30970674.798861373, delay=0.005017649382352829, ms=00097}
22:49:29.276337 run                             mass: MS performed LU  {at=30970674.979567297, lu_delay=4.909940745681524, ms=00092}
22:49:30.364398 run                osmo-ms-mob/00098: Starting mobile
22:49:30.378745 run       osmo-ms-mob/00098(pid=233): Launched
22:49:30.389967 run                             mass: MS start registered  {at=30970676.093317833, delay=0.005193576216697693, ms=00098}
22:49:30.540294 run                             mass: MS performed LU  {at=30970676.24354557, lu_delay=4.48908069357276, ms=00094}
22:49:30.706274 run                             mass: MS performed LU  {at=30970676.40952439, lu_delay=5.626173164695501, ms=00093}
22:49:32.148220 run                osmo-ms-mob/00099: Starting mobile
22:49:32.164635 run       osmo-ms-mob/00099(pid=234): Launched
22:49:32.170895 run                             mass: All started... {duration=55.75472005456686, too_slow=0}
22:49:32.176713 run                             mass: MS start registered  {at=30970677.880069926, delay=0.0058096908032894135, ms=00099}
22:49:32.525342 run                             mass: MS performed LU  {at=30970678.22830285, lu_delay=5.53876918181777, ms=00095}
22:49:32.778820 run                             mass: MS performed LU  {at=30970678.48206953, lu_delay=4.813705146312714, ms=00096}
22:49:34.453866 run                             mass: MS performed LU  {at=30970680.157106932, lu_delay=5.358245559036732, ms=00097}
22:49:36.291048 run                             mass: MS performed LU  {at=30970681.99419463, lu_delay=5.900876797735691, ms=00098}
22:49:38.192290 run                             mass: MS performed LU  {at=30970683.895541646, lu_delay=6.0154717192053795, ms=00099}
22:49:40.292793 run                             mass: MS performed LU  {at=30970685.996048298, lu_delay=22.64077451452613, ms=00081}
22:49:40.315995 run                             mass: Tests done {all_completed=True, max=22.655317306518555, min=3.685817029327154}
22:49:40.329573 tst         register_default_mass.py: Test passed (83.2 sec)
22:49:40.335992 run pcap-recorder_any(filters='host 127.0.42.2')(pid=22): Terminating (SIGTERM)
22:49:40.339359 run      osmo-hlr_127.0.42.2(pid=23): Terminating (SIGTERM)
22:49:40.342701 run pcap-recorder_any(filters='host 127.0.42.5 and port not 22')(pid=24): Terminating (SIGTERM)
22:49:40.346085 run      osmo-stp_127.0.42.5(pid=25): Terminating (SIGTERM)
22:49:40.349540 run pcap-recorder_any(filters='host 127.0.42.6 and port not 22')(pid=26): Terminating (SIGTERM)
22:49:40.353049 run      osmo-msc_127.0.42.6(pid=27): Terminating (SIGTERM)
22:49:40.356643 run pcap-recorder_any(filters='host 127.0.42.3 and port not 22')(pid=28): Terminating (SIGTERM)
22:49:40.359970 run      osmo-mgw_127.0.42.3(pid=29): Terminating (SIGTERM)
22:49:40.363282 run pcap-recorder_any(filters='host 127.0.42.4 and port not 22')(pid=30): Terminating (SIGTERM)
22:49:40.366601 run      osmo-mgw_127.0.42.4(pid=31): Terminating (SIGTERM)
22:49:40.369910 run pcap-recorder_any(filters='host 127.0.42.7 and port not 22')(pid=32): Terminating (SIGTERM)
22:49:40.373226 run      osmo-bsc_127.0.42.7(pid=33): Terminating (SIGTERM)
22:49:40.376537 run         osmo-bts-virtual(pid=34): Terminating (SIGTERM)
22:49:40.379813 run   osmo-ms-virt-phy/00000(pid=35): Terminating (SIGTERM)
22:49:40.383178 run   osmo-ms-virt-phy/00001(pid=36): Terminating (SIGTERM)
22:49:40.386557 run   osmo-ms-virt-phy/00002(pid=37): Terminating (SIGTERM)
22:49:40.389917 run   osmo-ms-virt-phy/00003(pid=38): Terminating (SIGTERM)
22:49:40.393337 run   osmo-ms-virt-phy/00004(pid=39): Terminating (SIGTERM)
22:49:40.396653 run   osmo-ms-virt-phy/00005(pid=40): Terminating (SIGTERM)
22:49:40.399976 run   osmo-ms-virt-phy/00006(pid=41): Terminating (SIGTERM)
22:49:40.403279 run   osmo-ms-virt-phy/00007(pid=42): Terminating (SIGTERM)
22:49:40.406720 run   osmo-ms-virt-phy/00008(pid=43): Terminating (SIGTERM)
22:49:40.410056 run   osmo-ms-virt-phy/00009(pid=44): Terminating (SIGTERM)
22:49:40.413381 run   osmo-ms-virt-phy/00010(pid=45): Terminating (SIGTERM)
22:49:40.416721 run   osmo-ms-virt-phy/00011(pid=46): Terminating (SIGTERM)
22:49:40.419991 run   osmo-ms-virt-phy/00012(pid=47): Terminating (SIGTERM)
22:49:40.423339 run   osmo-ms-virt-phy/00013(pid=48): Terminating (SIGTERM)
22:49:40.426659 run   osmo-ms-virt-phy/00014(pid=49): Terminating (SIGTERM)
22:49:40.430002 run   osmo-ms-virt-phy/00015(pid=50): Terminating (SIGTERM)
22:49:40.433364 run   osmo-ms-virt-phy/00016(pid=51): Terminating (SIGTERM)
22:49:40.437026 run   osmo-ms-virt-phy/00017(pid=52): Terminating (SIGTERM)
22:49:40.440350 run   osmo-ms-virt-phy/00018(pid=53): Terminating (SIGTERM)
22:49:40.443757 run   osmo-ms-virt-phy/00019(pid=54): Terminating (SIGTERM)
22:49:40.447070 run   osmo-ms-virt-phy/00020(pid=55): Terminating (SIGTERM)
22:49:40.450484 run   osmo-ms-virt-phy/00021(pid=56): Terminating (SIGTERM)
22:49:40.454050 run   osmo-ms-virt-phy/00022(pid=57): Terminating (SIGTERM)
22:49:40.457452 run   osmo-ms-virt-phy/00023(pid=58): Terminating (SIGTERM)
22:49:40.461202 run   osmo-ms-virt-phy/00024(pid=59): Terminating (SIGTERM)
22:49:40.464746 run   osmo-ms-virt-phy/00025(pid=60): Terminating (SIGTERM)
22:49:40.468068 run   osmo-ms-virt-phy/00026(pid=61): Terminating (SIGTERM)
22:49:40.471972 run   osmo-ms-virt-phy/00027(pid=62): Terminating (SIGTERM)
22:49:40.475289 run   osmo-ms-virt-phy/00028(pid=63): Terminating (SIGTERM)
22:49:40.478725 run   osmo-ms-virt-phy/00029(pid=64): Terminating (SIGTERM)
22:49:40.482322 run   osmo-ms-virt-phy/00030(pid=65): Terminating (SIGTERM)
22:49:40.485769 run   osmo-ms-virt-phy/00031(pid=66): Terminating (SIGTERM)
22:49:40.489112 run   osmo-ms-virt-phy/00032(pid=67): Terminating (SIGTERM)
22:49:40.492545 run   osmo-ms-virt-phy/00033(pid=68): Terminating (SIGTERM)
22:49:40.495997 run   osmo-ms-virt-phy/00034(pid=69): Terminating (SIGTERM)
22:49:40.499583 run   osmo-ms-virt-phy/00035(pid=70): Terminating (SIGTERM)
22:49:40.503030 run   osmo-ms-virt-phy/00036(pid=71): Terminating (SIGTERM)
22:49:40.506438 run   osmo-ms-virt-phy/00037(pid=72): Terminating (SIGTERM)
22:49:40.509893 run   osmo-ms-virt-phy/00038(pid=73): Terminating (SIGTERM)
22:49:40.513277 run   osmo-ms-virt-phy/00039(pid=74): Terminating (SIGTERM)
22:49:40.516581 run   osmo-ms-virt-phy/00040(pid=75): Terminating (SIGTERM)
22:49:40.519971 run   osmo-ms-virt-phy/00041(pid=76): Terminating (SIGTERM)
22:49:40.523330 run   osmo-ms-virt-phy/00042(pid=77): Terminating (SIGTERM)
22:49:40.526916 run   osmo-ms-virt-phy/00043(pid=78): Terminating (SIGTERM)
22:49:40.530334 run   osmo-ms-virt-phy/00044(pid=79): Terminating (SIGTERM)
22:49:40.533736 run   osmo-ms-virt-phy/00045(pid=80): Terminating (SIGTERM)
22:49:40.537055 run   osmo-ms-virt-phy/00046(pid=81): Terminating (SIGTERM)
22:49:40.540376 run   osmo-ms-virt-phy/00047(pid=82): Terminating (SIGTERM)
22:49:40.543750 run   osmo-ms-virt-phy/00048(pid=83): Terminating (SIGTERM)
22:49:40.547162 run   osmo-ms-virt-phy/00049(pid=84): Terminating (SIGTERM)
22:49:40.550544 run   osmo-ms-virt-phy/00050(pid=85): Terminating (SIGTERM)
22:49:40.553922 run   osmo-ms-virt-phy/00051(pid=86): Terminating (SIGTERM)
22:49:40.557270 run   osmo-ms-virt-phy/00052(pid=87): Terminating (SIGTERM)
22:49:40.560698 run   osmo-ms-virt-phy/00053(pid=88): Terminating (SIGTERM)
22:49:40.564083 run   osmo-ms-virt-phy/00054(pid=89): Terminating (SIGTERM)
22:49:40.567478 run   osmo-ms-virt-phy/00055(pid=90): Terminating (SIGTERM)
22:49:40.570906 run   osmo-ms-virt-phy/00056(pid=91): Terminating (SIGTERM)
22:49:40.574279 run   osmo-ms-virt-phy/00057(pid=92): Terminating (SIGTERM)
22:49:40.577658 run   osmo-ms-virt-phy/00058(pid=93): Terminating (SIGTERM)
22:49:40.581080 run   osmo-ms-virt-phy/00059(pid=94): Terminating (SIGTERM)
22:49:40.584420 run   osmo-ms-virt-phy/00060(pid=95): Terminating (SIGTERM)
22:49:40.587846 run   osmo-ms-virt-phy/00061(pid=96): Terminating (SIGTERM)
22:49:40.591297 run   osmo-ms-virt-phy/00062(pid=97): Terminating (SIGTERM)
22:49:40.594736 run   osmo-ms-virt-phy/00063(pid=98): Terminating (SIGTERM)
22:49:40.598623 run   osmo-ms-virt-phy/00064(pid=99): Terminating (SIGTERM)
22:49:40.602241 run  osmo-ms-virt-phy/00065(pid=100): Terminating (SIGTERM)
22:49:40.606119 run  osmo-ms-virt-phy/00066(pid=101): Terminating (SIGTERM)
22:49:40.609548 run  osmo-ms-virt-phy/00067(pid=102): Terminating (SIGTERM)
22:49:40.612993 run  osmo-ms-virt-phy/00068(pid=103): Terminating (SIGTERM)
22:49:40.616337 run  osmo-ms-virt-phy/00069(pid=104): Terminating (SIGTERM)
22:49:40.619761 run  osmo-ms-virt-phy/00070(pid=105): Terminating (SIGTERM)
22:49:40.623189 run  osmo-ms-virt-phy/00071(pid=106): Terminating (SIGTERM)
22:49:40.626467 run  osmo-ms-virt-phy/00072(pid=107): Terminating (SIGTERM)
22:49:40.629891 run  osmo-ms-virt-phy/00073(pid=108): Terminating (SIGTERM)
22:49:40.633307 run  osmo-ms-virt-phy/00074(pid=109): Terminating (SIGTERM)
22:49:40.636856 run  osmo-ms-virt-phy/00075(pid=110): Terminating (SIGTERM)
22:49:40.640206 run  osmo-ms-virt-phy/00076(pid=111): Terminating (SIGTERM)
22:49:40.644015 run  osmo-ms-virt-phy/00077(pid=112): Terminating (SIGTERM)
22:49:40.647680 run  osmo-ms-virt-phy/00078(pid=113): Terminating (SIGTERM)
22:49:40.651451 run  osmo-ms-virt-phy/00079(pid=114): Terminating (SIGTERM)
22:49:40.654815 run  osmo-ms-virt-phy/00080(pid=115): Terminating (SIGTERM)
22:49:40.658223 run  osmo-ms-virt-phy/00081(pid=116): Terminating (SIGTERM)
22:49:40.661580 run  osmo-ms-virt-phy/00082(pid=117): Terminating (SIGTERM)
22:49:40.665020 run  osmo-ms-virt-phy/00083(pid=118): Terminating (SIGTERM)
22:49:40.669017 run  osmo-ms-virt-phy/00084(pid=119): Terminating (SIGTERM)
22:49:40.672417 run  osmo-ms-virt-phy/00085(pid=120): Terminating (SIGTERM)
22:49:40.675839 run  osmo-ms-virt-phy/00086(pid=121): Terminating (SIGTERM)
22:49:40.679285 run  osmo-ms-virt-phy/00087(pid=122): Terminating (SIGTERM)
22:49:40.682717 run  osmo-ms-virt-phy/00088(pid=123): Terminating (SIGTERM)
22:49:40.686130 run  osmo-ms-virt-phy/00089(pid=124): Terminating (SIGTERM)
22:49:40.689543 run  osmo-ms-virt-phy/00090(pid=125): Terminating (SIGTERM)
22:49:40.692974 run  osmo-ms-virt-phy/00091(pid=126): Terminating (SIGTERM)
22:49:40.696320 run  osmo-ms-virt-phy/00092(pid=127): Terminating (SIGTERM)
22:49:40.699674 run  osmo-ms-virt-phy/00093(pid=128): Terminating (SIGTERM)
22:49:40.703097 run  osmo-ms-virt-phy/00094(pid=129): Terminating (SIGTERM)
22:49:40.706455 run  osmo-ms-virt-phy/00095(pid=130): Terminating (SIGTERM)
22:49:40.709880 run  osmo-ms-virt-phy/00096(pid=131): Terminating (SIGTERM)
22:49:40.713298 run  osmo-ms-virt-phy/00097(pid=132): Terminating (SIGTERM)
22:49:40.716638 run  osmo-ms-virt-phy/00098(pid=133): Terminating (SIGTERM)
22:49:40.720095 run  osmo-ms-virt-phy/00099(pid=134): Terminating (SIGTERM)
22:49:40.723478 run       osmo-ms-mob/00000(pid=135): Terminating (SIGTERM)
22:49:40.726844 run       osmo-ms-mob/00001(pid=136): Terminating (SIGTERM)
22:49:40.730269 run       osmo-ms-mob/00002(pid=137): Terminating (SIGTERM)
22:49:40.733548 run       osmo-ms-mob/00003(pid=138): Terminating (SIGTERM)
22:49:40.736822 run       osmo-ms-mob/00004(pid=139): Terminating (SIGTERM)
22:49:40.740086 run       osmo-ms-mob/00005(pid=140): Terminating (SIGTERM)
22:49:40.743352 run       osmo-ms-mob/00006(pid=141): Terminating (SIGTERM)
22:49:40.746620 run       osmo-ms-mob/00007(pid=142): Terminating (SIGTERM)
22:49:40.749890 run       osmo-ms-mob/00008(pid=143): Terminating (SIGTERM)
22:49:40.753173 run       osmo-ms-mob/00009(pid=144): Terminating (SIGTERM)
22:49:40.756445 run       osmo-ms-mob/00010(pid=145): Terminating (SIGTERM)
22:49:40.759702 run       osmo-ms-mob/00011(pid=146): Terminating (SIGTERM)
22:49:40.762982 run       osmo-ms-mob/00012(pid=147): Terminating (SIGTERM)
22:49:40.766259 run       osmo-ms-mob/00013(pid=148): Terminating (SIGTERM)
22:49:40.769532 run       osmo-ms-mob/00014(pid=149): Terminating (SIGTERM)
22:49:40.772797 run       osmo-ms-mob/00015(pid=150): Terminating (SIGTERM)
22:49:40.776056 run       osmo-ms-mob/00016(pid=151): Terminating (SIGTERM)
22:49:40.779338 run       osmo-ms-mob/00017(pid=152): Terminating (SIGTERM)
22:49:40.782613 run       osmo-ms-mob/00018(pid=153): Terminating (SIGTERM)
22:49:40.785887 run       osmo-ms-mob/00019(pid=154): Terminating (SIGTERM)
22:49:40.789149 run       osmo-ms-mob/00020(pid=155): Terminating (SIGTERM)
22:49:40.792403 run       osmo-ms-mob/00021(pid=156): Terminating (SIGTERM)
22:49:40.795678 run       osmo-ms-mob/00022(pid=157): Terminating (SIGTERM)
22:49:40.798950 run       osmo-ms-mob/00023(pid=158): Terminating (SIGTERM)
22:49:40.802215 run       osmo-ms-mob/00024(pid=159): Terminating (SIGTERM)
22:49:40.805480 run       osmo-ms-mob/00025(pid=160): Terminating (SIGTERM)
22:49:40.808747 run       osmo-ms-mob/00026(pid=161): Terminating (SIGTERM)
22:49:40.812019 run       osmo-ms-mob/00027(pid=162): Terminating (SIGTERM)
22:49:40.815309 run       osmo-ms-mob/00028(pid=163): Terminating (SIGTERM)
22:49:40.818586 run       osmo-ms-mob/00029(pid=164): Terminating (SIGTERM)
22:49:40.821867 run       osmo-ms-mob/00030(pid=165): Terminating (SIGTERM)
22:49:40.825132 run       osmo-ms-mob/00031(pid=166): Terminating (SIGTERM)
22:49:40.828404 run       osmo-ms-mob/00032(pid=167): Terminating (SIGTERM)
22:49:40.831675 run       osmo-ms-mob/00033(pid=168): Terminating (SIGTERM)
22:49:40.834942 run       osmo-ms-mob/00034(pid=169): Terminating (SIGTERM)
22:49:40.838208 run       osmo-ms-mob/00035(pid=170): Terminating (SIGTERM)
22:49:40.841481 run       osmo-ms-mob/00036(pid=171): Terminating (SIGTERM)
22:49:40.844744 run       osmo-ms-mob/00037(pid=172): Terminating (SIGTERM)
22:49:40.848015 run       osmo-ms-mob/00038(pid=173): Terminating (SIGTERM)
22:49:40.851277 run       osmo-ms-mob/00039(pid=174): Terminating (SIGTERM)
22:49:40.854545 run       osmo-ms-mob/00040(pid=175): Terminating (SIGTERM)
22:49:40.857810 run       osmo-ms-mob/00041(pid=176): Terminating (SIGTERM)
22:49:40.861083 run       osmo-ms-mob/00042(pid=177): Terminating (SIGTERM)
22:49:40.864376 run       osmo-ms-mob/00043(pid=178): Terminating (SIGTERM)
22:49:40.867667 run       osmo-ms-mob/00044(pid=179): Terminating (SIGTERM)
22:49:40.870954 run       osmo-ms-mob/00045(pid=180): Terminating (SIGTERM)
22:49:40.874253 run       osmo-ms-mob/00046(pid=181): Terminating (SIGTERM)
22:49:40.877528 run       osmo-ms-mob/00047(pid=182): Terminating (SIGTERM)
22:49:40.880801 run       osmo-ms-mob/00048(pid=183): Terminating (SIGTERM)
22:49:40.884085 run       osmo-ms-mob/00049(pid=184): Terminating (SIGTERM)
22:49:40.887378 run       osmo-ms-mob/00050(pid=185): Terminating (SIGTERM)
22:49:40.890670 run       osmo-ms-mob/00051(pid=186): Terminating (SIGTERM)
22:49:40.893951 run       osmo-ms-mob/00052(pid=187): Terminating (SIGTERM)
22:49:40.897232 run       osmo-ms-mob/00053(pid=188): Terminating (SIGTERM)
22:49:40.900510 run       osmo-ms-mob/00054(pid=189): Terminating (SIGTERM)
22:49:40.903779 run       osmo-ms-mob/00055(pid=190): Terminating (SIGTERM)
22:49:40.907062 run       osmo-ms-mob/00056(pid=191): Terminating (SIGTERM)
22:49:40.910336 run       osmo-ms-mob/00057(pid=192): Terminating (SIGTERM)
22:49:40.913621 run       osmo-ms-mob/00058(pid=193): Terminating (SIGTERM)
22:49:40.916904 run       osmo-ms-mob/00059(pid=194): Terminating (SIGTERM)
22:49:40.920187 run       osmo-ms-mob/00060(pid=195): Terminating (SIGTERM)
22:49:40.923483 run       osmo-ms-mob/00061(pid=196): Terminating (SIGTERM)
22:49:40.926798 run       osmo-ms-mob/00062(pid=197): Terminating (SIGTERM)
22:49:40.930074 run       osmo-ms-mob/00063(pid=198): Terminating (SIGTERM)
22:49:40.933352 run       osmo-ms-mob/00064(pid=199): Terminating (SIGTERM)
22:49:40.936661 run       osmo-ms-mob/00065(pid=200): Terminating (SIGTERM)
22:49:40.939944 run       osmo-ms-mob/00066(pid=201): Terminating (SIGTERM)
22:49:40.943242 run       osmo-ms-mob/00067(pid=202): Terminating (SIGTERM)
22:49:40.946526 run       osmo-ms-mob/00068(pid=203): Terminating (SIGTERM)
22:49:40.949808 run       osmo-ms-mob/00069(pid=204): Terminating (SIGTERM)
22:49:40.953092 run       osmo-ms-mob/00070(pid=205): Terminating (SIGTERM)
22:49:40.956374 run       osmo-ms-mob/00071(pid=206): Terminating (SIGTERM)
22:49:40.959655 run       osmo-ms-mob/00072(pid=207): Terminating (SIGTERM)
22:49:40.962946 run       osmo-ms-mob/00073(pid=208): Terminating (SIGTERM)
22:49:40.966298 run       osmo-ms-mob/00074(pid=209): Terminating (SIGTERM)
22:49:40.969584 run       osmo-ms-mob/00075(pid=210): Terminating (SIGTERM)
22:49:40.972862 run       osmo-ms-mob/00076(pid=211): Terminating (SIGTERM)
22:49:40.976141 run       osmo-ms-mob/00077(pid=212): Terminating (SIGTERM)
22:49:40.979438 run       osmo-ms-mob/00078(pid=213): Terminating (SIGTERM)
22:49:40.982716 run       osmo-ms-mob/00079(pid=214): Terminating (SIGTERM)
22:49:40.986015 run       osmo-ms-mob/00080(pid=215): Terminating (SIGTERM)
22:49:40.989293 run       osmo-ms-mob/00081(pid=216): Terminating (SIGTERM)
22:49:40.992569 run       osmo-ms-mob/00082(pid=217): Terminating (SIGTERM)
22:49:40.995856 run       osmo-ms-mob/00083(pid=218): Terminating (SIGTERM)
22:49:40.999129 run       osmo-ms-mob/00084(pid=219): Terminating (SIGTERM)
22:49:41.002428 run       osmo-ms-mob/00085(pid=220): Terminating (SIGTERM)
22:49:41.005714 run       osmo-ms-mob/00086(pid=221): Terminating (SIGTERM)
22:49:41.008999 run       osmo-ms-mob/00087(pid=222): Terminating (SIGTERM)
22:49:41.012291 run       osmo-ms-mob/00088(pid=223): Terminating (SIGTERM)
22:49:41.015573 run       osmo-ms-mob/00089(pid=224): Terminating (SIGTERM)
22:49:41.018855 run       osmo-ms-mob/00090(pid=225): Terminating (SIGTERM)
22:49:41.022297 run       osmo-ms-mob/00091(pid=226): Terminating (SIGTERM)
22:49:41.025632 run       osmo-ms-mob/00092(pid=227): Terminating (SIGTERM)
22:49:41.028930 run       osmo-ms-mob/00093(pid=228): Terminating (SIGTERM)
22:49:41.032215 run       osmo-ms-mob/00094(pid=229): Terminating (SIGTERM)
22:49:41.035493 run       osmo-ms-mob/00095(pid=230): Terminating (SIGTERM)
22:49:41.038791 run       osmo-ms-mob/00096(pid=231): Terminating (SIGTERM)
22:49:41.042071 run       osmo-ms-mob/00097(pid=232): Terminating (SIGTERM)
22:49:41.045354 run       osmo-ms-mob/00098(pid=233): Terminating (SIGTERM)
22:49:41.048640 run       osmo-ms-mob/00099(pid=234): Terminating (SIGTERM)
22:49:41.051956 ---      ParallelTerminationStrategy: PID 22 died...
22:49:41.053481 run pcap-recorder_any(filters='host 127.0.42.2')(pid=22): Terminated: ok {rc=0}
22:49:41.057109 ---      ParallelTerminationStrategy: PID 23 died...
22:49:41.058595 run      osmo-hlr_127.0.42.2(pid=23): Terminated: ok {rc=0}
22:49:41.062226 ---      ParallelTerminationStrategy: PID 24 died...
22:49:41.063698 run pcap-recorder_any(filters='host 127.0.42.5 and port not 22')(pid=24): Terminated: ok {rc=0}
22:49:41.067343 ---      ParallelTerminationStrategy: PID 25 died...
22:49:41.068837 run      osmo-stp_127.0.42.5(pid=25): Terminated: ok {rc=0}
22:49:41.072492 ---      ParallelTerminationStrategy: PID 26 died...
22:49:41.073995 run pcap-recorder_any(filters='host 127.0.42.6 and port not 22')(pid=26): Terminated: ok {rc=0}
22:49:41.077741 ---      ParallelTerminationStrategy: PID 27 died...
22:49:41.079237 run      osmo-msc_127.0.42.6(pid=27): Terminated: ok {rc=0}
22:49:41.083030 ---      ParallelTerminationStrategy: PID 28 died...
22:49:41.084527 run pcap-recorder_any(filters='host 127.0.42.3 and port not 22')(pid=28): Terminated: ok {rc=0}
22:49:41.088305 ---      ParallelTerminationStrategy: PID 29 died...
22:49:41.089817 run      osmo-mgw_127.0.42.3(pid=29): Terminated {rc=15}
22:49:41.093625 ---      ParallelTerminationStrategy: PID 30 died...
22:49:41.095124 run pcap-recorder_any(filters='host 127.0.42.4 and port not 22')(pid=30): Terminated: ok {rc=0}
22:49:41.098939 ---      ParallelTerminationStrategy: PID 31 died...
22:49:41.100491 run      osmo-mgw_127.0.42.4(pid=31): Terminated {rc=15}
22:49:41.104328 ---      ParallelTerminationStrategy: PID 32 died...
22:49:41.105898 run pcap-recorder_any(filters='host 127.0.42.7 and port not 22')(pid=32): Terminated: ok {rc=0}
22:49:41.109732 ---      ParallelTerminationStrategy: PID 33 died...
22:49:41.111295 run      osmo-bsc_127.0.42.7(pid=33): Terminated: ok {rc=0}
22:49:41.115153 ---      ParallelTerminationStrategy: PID 35 died...
22:49:41.116720 run   osmo-ms-virt-phy/00000(pid=35): Terminated: ok {rc=0}
22:49:41.120552 ---      ParallelTerminationStrategy: PID 36 died...
22:49:41.122098 run   osmo-ms-virt-phy/00001(pid=36): Terminated: ok {rc=0}
22:49:41.125917 ---      ParallelTerminationStrategy: PID 37 died...
22:49:41.127464 run   osmo-ms-virt-phy/00002(pid=37): Terminated: ok {rc=0}
22:49:41.131284 ---      ParallelTerminationStrategy: PID 38 died...
22:49:41.132848 run   osmo-ms-virt-phy/00003(pid=38): Terminated: ok {rc=0}
22:49:41.136702 ---      ParallelTerminationStrategy: PID 39 died...
22:49:41.138255 run   osmo-ms-virt-phy/00004(pid=39): Terminated: ok {rc=0}
22:49:41.142083 ---      ParallelTerminationStrategy: PID 40 died...
22:49:41.143641 run   osmo-ms-virt-phy/00005(pid=40): Terminated: ok {rc=0}
22:49:41.147485 ---      ParallelTerminationStrategy: PID 41 died...
22:49:41.149043 run   osmo-ms-virt-phy/00006(pid=41): Terminated: ok {rc=0}
22:49:41.152895 ---      ParallelTerminationStrategy: PID 42 died...
22:49:41.154443 run   osmo-ms-virt-phy/00007(pid=42): Terminated: ok {rc=0}
22:49:41.158278 ---      ParallelTerminationStrategy: PID 43 died...
22:49:41.159826 run   osmo-ms-virt-phy/00008(pid=43): Terminated: ok {rc=0}
22:49:41.163637 ---      ParallelTerminationStrategy: PID 44 died...
22:49:41.165175 run   osmo-ms-virt-phy/00009(pid=44): Terminated: ok {rc=0}
22:49:41.169020 ---      ParallelTerminationStrategy: PID 45 died...
22:49:41.170561 run   osmo-ms-virt-phy/00010(pid=45): Terminated: ok {rc=0}
22:49:41.174360 ---      ParallelTerminationStrategy: PID 46 died...
22:49:41.175905 run   osmo-ms-virt-phy/00011(pid=46): Terminated: ok {rc=0}
22:49:41.179724 ---      ParallelTerminationStrategy: PID 47 died...
22:49:41.181269 run   osmo-ms-virt-phy/00012(pid=47): Terminated: ok {rc=0}
22:49:41.185090 ---      ParallelTerminationStrategy: PID 48 died...
22:49:41.186638 run   osmo-ms-virt-phy/00013(pid=48): Terminated: ok {rc=0}
22:49:41.190458 ---      ParallelTerminationStrategy: PID 49 died...
22:49:41.192000 run   osmo-ms-virt-phy/00014(pid=49): Terminated: ok {rc=0}
22:49:41.195802 ---      ParallelTerminationStrategy: PID 50 died...
22:49:41.197351 run   osmo-ms-virt-phy/00015(pid=50): Terminated: ok {rc=0}
22:49:41.201181 ---      ParallelTerminationStrategy: PID 51 died...
22:49:41.202725 run   osmo-ms-virt-phy/00016(pid=51): Terminated: ok {rc=0}
22:49:41.206553 ---      ParallelTerminationStrategy: PID 52 died...
22:49:41.208087 run   osmo-ms-virt-phy/00017(pid=52): Terminated: ok {rc=0}
22:49:41.211883 ---      ParallelTerminationStrategy: PID 53 died...
22:49:41.213433 run   osmo-ms-virt-phy/00018(pid=53): Terminated: ok {rc=0}
22:49:41.217264 ---      ParallelTerminationStrategy: PID 54 died...
22:49:41.218817 run   osmo-ms-virt-phy/00019(pid=54): Terminated: ok {rc=0}
22:49:41.222622 ---      ParallelTerminationStrategy: PID 55 died...
22:49:41.224154 run   osmo-ms-virt-phy/00020(pid=55): Terminated: ok {rc=0}
22:49:41.227988 ---      ParallelTerminationStrategy: PID 56 died...
22:49:41.229553 run   osmo-ms-virt-phy/00021(pid=56): Terminated: ok {rc=0}
22:49:41.233369 ---      ParallelTerminationStrategy: PID 57 died...
22:49:41.234902 run   osmo-ms-virt-phy/00022(pid=57): Terminated: ok {rc=0}
22:49:41.238682 ---      ParallelTerminationStrategy: PID 58 died...
22:49:41.240207 run   osmo-ms-virt-phy/00023(pid=58): Terminated: ok {rc=0}
22:49:41.243994 ---      ParallelTerminationStrategy: PID 59 died...
22:49:41.245523 run   osmo-ms-virt-phy/00024(pid=59): Terminated: ok {rc=0}
22:49:41.249322 ---      ParallelTerminationStrategy: PID 60 died...
22:49:41.250861 run   osmo-ms-virt-phy/00025(pid=60): Terminated: ok {rc=0}
22:49:41.254687 ---      ParallelTerminationStrategy: PID 61 died...
22:49:41.256227 run   osmo-ms-virt-phy/00026(pid=61): Terminated: ok {rc=0}
22:49:41.260038 ---      ParallelTerminationStrategy: PID 62 died...
22:49:41.261525 run   osmo-ms-virt-phy/00027(pid=62): Terminated: ok {rc=0}
22:49:41.265153 ---      ParallelTerminationStrategy: PID 63 died...
22:49:41.266620 run   osmo-ms-virt-phy/00028(pid=63): Terminated: ok {rc=0}
22:49:41.270280 ---      ParallelTerminationStrategy: PID 64 died...
22:49:41.271744 run   osmo-ms-virt-phy/00029(pid=64): Terminated: ok {rc=0}
22:49:41.275366 ---      ParallelTerminationStrategy: PID 65 died...
22:49:41.276879 run   osmo-ms-virt-phy/00030(pid=65): Terminated: ok {rc=0}
22:49:41.280537 ---      ParallelTerminationStrategy: PID 66 died...
22:49:41.282012 run   osmo-ms-virt-phy/00031(pid=66): Terminated: ok {rc=0}
22:49:41.285654 ---      ParallelTerminationStrategy: PID 67 died...
22:49:41.287123 run   osmo-ms-virt-phy/00032(pid=67): Terminated: ok {rc=0}
22:49:41.290748 ---      ParallelTerminationStrategy: PID 68 died...
22:49:41.292222 run   osmo-ms-virt-phy/00033(pid=68): Terminated: ok {rc=0}
22:49:41.295855 ---      ParallelTerminationStrategy: PID 69 died...
22:49:41.297341 run   osmo-ms-virt-phy/00034(pid=69): Terminated: ok {rc=0}
22:49:41.300991 ---      ParallelTerminationStrategy: PID 70 died...
22:49:41.302466 run   osmo-ms-virt-phy/00035(pid=70): Terminated: ok {rc=0}
22:49:41.306106 ---      ParallelTerminationStrategy: PID 71 died...
22:49:41.307575 run   osmo-ms-virt-phy/00036(pid=71): Terminated: ok {rc=0}
22:49:41.311214 ---      ParallelTerminationStrategy: PID 72 died...
22:49:41.312692 run   osmo-ms-virt-phy/00037(pid=72): Terminated: ok {rc=0}
22:49:41.316319 ---      ParallelTerminationStrategy: PID 73 died...
22:49:41.317850 run   osmo-ms-virt-phy/00038(pid=73): Terminated: ok {rc=0}
22:49:41.321636 ---      ParallelTerminationStrategy: PID 74 died...
22:49:41.323168 run   osmo-ms-virt-phy/00039(pid=74): Terminated: ok {rc=0}
22:49:41.326963 ---      ParallelTerminationStrategy: PID 75 died...
22:49:41.328501 run   osmo-ms-virt-phy/00040(pid=75): Terminated: ok {rc=0}
22:49:41.332288 ---      ParallelTerminationStrategy: PID 76 died...
22:49:41.333820 run   osmo-ms-virt-phy/00041(pid=76): Terminated: ok {rc=0}
22:49:41.337611 ---      ParallelTerminationStrategy: PID 77 died...
22:49:41.339140 run   osmo-ms-virt-phy/00042(pid=77): Terminated: ok {rc=0}
22:49:41.342930 ---      ParallelTerminationStrategy: PID 78 died...
22:49:41.344462 run   osmo-ms-virt-phy/00043(pid=78): Terminated: ok {rc=0}
22:49:41.348259 ---      ParallelTerminationStrategy: PID 79 died...
22:49:41.349823 run   osmo-ms-virt-phy/00044(pid=79): Terminated: ok {rc=0}
22:49:41.353612 ---      ParallelTerminationStrategy: PID 80 died...
22:49:41.355141 run   osmo-ms-virt-phy/00045(pid=80): Terminated: ok {rc=0}
22:49:41.358906 ---      ParallelTerminationStrategy: PID 81 died...
22:49:41.360440 run   osmo-ms-virt-phy/00046(pid=81): Terminated: ok {rc=0}
22:49:41.364260 ---      ParallelTerminationStrategy: PID 82 died...
22:49:41.365795 run   osmo-ms-virt-phy/00047(pid=82): Terminated: ok {rc=0}
22:49:41.369570 ---      ParallelTerminationStrategy: PID 83 died...
22:49:41.371097 run   osmo-ms-virt-phy/00048(pid=83): Terminated: ok {rc=0}
22:49:41.374908 ---      ParallelTerminationStrategy: PID 84 died...
22:49:41.376437 run   osmo-ms-virt-phy/00049(pid=84): Terminated: ok {rc=0}
22:49:41.380238 ---      ParallelTerminationStrategy: PID 85 died...
22:49:41.381770 run   osmo-ms-virt-phy/00050(pid=85): Terminated: ok {rc=0}
22:49:41.385541 ---      ParallelTerminationStrategy: PID 86 died...
22:49:41.387064 run   osmo-ms-virt-phy/00051(pid=86): Terminated: ok {rc=0}
22:49:41.390866 ---      ParallelTerminationStrategy: PID 87 died...
22:49:41.392398 run   osmo-ms-virt-phy/00052(pid=87): Terminated: ok {rc=0}
22:49:41.396183 ---      ParallelTerminationStrategy: PID 88 died...
22:49:41.397718 run   osmo-ms-virt-phy/00053(pid=88): Terminated: ok {rc=0}
22:49:41.401510 ---      ParallelTerminationStrategy: PID 89 died...
22:49:41.403043 run   osmo-ms-virt-phy/00054(pid=89): Terminated: ok {rc=0}
22:49:41.406835 ---      ParallelTerminationStrategy: PID 90 died...
22:49:41.408363 run   osmo-ms-virt-phy/00055(pid=90): Terminated: ok {rc=0}
22:49:41.412171 ---      ParallelTerminationStrategy: PID 91 died...
22:49:41.413711 run   osmo-ms-virt-phy/00056(pid=91): Terminated: ok {rc=0}
22:49:41.417512 ---      ParallelTerminationStrategy: PID 92 died...
22:49:41.419040 run   osmo-ms-virt-phy/00057(pid=92): Terminated: ok {rc=0}
22:49:41.422835 ---      ParallelTerminationStrategy: PID 93 died...
22:49:41.424363 run   osmo-ms-virt-phy/00058(pid=93): Terminated: ok {rc=0}
22:49:41.428145 ---      ParallelTerminationStrategy: PID 94 died...
22:49:41.429672 run   osmo-ms-virt-phy/00059(pid=94): Terminated: ok {rc=0}
22:49:41.433470 ---      ParallelTerminationStrategy: PID 95 died...
22:49:41.435001 run   osmo-ms-virt-phy/00060(pid=95): Terminated: ok {rc=0}
22:49:41.438766 ---      ParallelTerminationStrategy: PID 96 died...
22:49:41.440299 run   osmo-ms-virt-phy/00061(pid=96): Terminated: ok {rc=0}
22:49:41.444112 ---      ParallelTerminationStrategy: PID 97 died...
22:49:41.445640 run   osmo-ms-virt-phy/00062(pid=97): Terminated: ok {rc=0}
22:49:41.449432 ---      ParallelTerminationStrategy: PID 98 died...
22:49:41.450975 run   osmo-ms-virt-phy/00063(pid=98): Terminated: ok {rc=0}
22:49:41.454755 ---      ParallelTerminationStrategy: PID 99 died...
22:49:41.456288 run   osmo-ms-virt-phy/00064(pid=99): Terminated: ok {rc=0}
22:49:41.460068 ---      ParallelTerminationStrategy: PID 100 died...
22:49:41.461627 run  osmo-ms-virt-phy/00065(pid=100): Terminated: ok {rc=0}
22:49:41.465421 ---      ParallelTerminationStrategy: PID 101 died...
22:49:41.466954 run  osmo-ms-virt-phy/00066(pid=101): Terminated: ok {rc=0}
22:49:41.470727 ---      ParallelTerminationStrategy: PID 102 died...
22:49:41.472249 run  osmo-ms-virt-phy/00067(pid=102): Terminated: ok {rc=0}
22:49:41.476062 ---      ParallelTerminationStrategy: PID 103 died...
22:49:41.477601 run  osmo-ms-virt-phy/00068(pid=103): Terminated: ok {rc=0}
22:49:41.481377 ---      ParallelTerminationStrategy: PID 104 died...
22:49:41.482898 run  osmo-ms-virt-phy/00069(pid=104): Terminated: ok {rc=0}
22:49:41.486708 ---      ParallelTerminationStrategy: PID 105 died...
22:49:41.488243 run  osmo-ms-virt-phy/00070(pid=105): Terminated: ok {rc=0}
22:49:41.492028 ---      ParallelTerminationStrategy: PID 106 died...
22:49:41.493560 run  osmo-ms-virt-phy/00071(pid=106): Terminated: ok {rc=0}
22:49:41.497346 ---      ParallelTerminationStrategy: PID 107 died...
22:49:41.498880 run  osmo-ms-virt-phy/00072(pid=107): Terminated: ok {rc=0}
22:49:41.502683 ---      ParallelTerminationStrategy: PID 108 died...
22:49:41.504214 run  osmo-ms-virt-phy/00073(pid=108): Terminated: ok {rc=0}
22:49:41.507987 ---      ParallelTerminationStrategy: PID 109 died...
22:49:41.509538 run  osmo-ms-virt-phy/00074(pid=109): Terminated: ok {rc=0}
22:49:41.513316 ---      ParallelTerminationStrategy: PID 110 died...
22:49:41.514847 run  osmo-ms-virt-phy/00075(pid=110): Terminated: ok {rc=0}
22:49:41.518628 ---      ParallelTerminationStrategy: PID 111 died...
22:49:41.520157 run  osmo-ms-virt-phy/00076(pid=111): Terminated: ok {rc=0}
22:49:41.523962 ---      ParallelTerminationStrategy: PID 112 died...
22:49:41.525493 run  osmo-ms-virt-phy/00077(pid=112): Terminated: ok {rc=0}
22:49:41.529270 ---      ParallelTerminationStrategy: PID 113 died...
22:49:41.530802 run  osmo-ms-virt-phy/00078(pid=113): Terminated: ok {rc=0}
22:49:41.534626 ---      ParallelTerminationStrategy: PID 114 died...
22:49:41.536156 run  osmo-ms-virt-phy/00079(pid=114): Terminated: ok {rc=0}
22:49:41.539975 ---      ParallelTerminationStrategy: PID 115 died...
22:49:41.541515 run  osmo-ms-virt-phy/00080(pid=115): Terminated: ok {rc=0}
22:49:41.545303 ---      ParallelTerminationStrategy: PID 116 died...
22:49:41.546831 run  osmo-ms-virt-phy/00081(pid=116): Terminated: ok {rc=0}
22:49:41.550638 ---      ParallelTerminationStrategy: PID 117 died...
22:49:41.552160 run  osmo-ms-virt-phy/00082(pid=117): Terminated: ok {rc=0}
22:49:41.555946 ---      ParallelTerminationStrategy: PID 118 died...
22:49:41.557492 run  osmo-ms-virt-phy/00083(pid=118): Terminated: ok {rc=0}
22:49:41.561282 ---      ParallelTerminationStrategy: PID 119 died...
22:49:41.562815 run  osmo-ms-virt-phy/00084(pid=119): Terminated: ok {rc=0}
22:49:41.566603 ---      ParallelTerminationStrategy: PID 120 died...
22:49:41.568139 run  osmo-ms-virt-phy/00085(pid=120): Terminated: ok {rc=0}
22:49:41.571932 ---      ParallelTerminationStrategy: PID 121 died...
22:49:41.573468 run  osmo-ms-virt-phy/00086(pid=121): Terminated: ok {rc=0}
22:49:41.577253 ---      ParallelTerminationStrategy: PID 122 died...
22:49:41.578772 run  osmo-ms-virt-phy/00087(pid=122): Terminated: ok {rc=0}
22:49:41.582584 ---      ParallelTerminationStrategy: PID 123 died...
22:49:41.584115 run  osmo-ms-virt-phy/00088(pid=123): Terminated: ok {rc=0}
22:49:41.587924 ---      ParallelTerminationStrategy: PID 124 died...
22:49:41.589463 run  osmo-ms-virt-phy/00089(pid=124): Terminated: ok {rc=0}
22:49:41.593283 ---      ParallelTerminationStrategy: PID 125 died...
22:49:41.594817 run  osmo-ms-virt-phy/00090(pid=125): Terminated: ok {rc=0}
22:49:41.598634 ---      ParallelTerminationStrategy: PID 126 died...
22:49:41.600173 run  osmo-ms-virt-phy/00091(pid=126): Terminated: ok {rc=0}
22:49:41.603998 ---      ParallelTerminationStrategy: PID 127 died...
22:49:41.605548 run  osmo-ms-virt-phy/00092(pid=127): Terminated: ok {rc=0}
22:49:41.609344 ---      ParallelTerminationStrategy: PID 128 died...
22:49:41.610870 run  osmo-ms-virt-phy/00093(pid=128): Terminated: ok {rc=0}
22:49:41.614660 ---      ParallelTerminationStrategy: PID 129 died...
22:49:41.616196 run  osmo-ms-virt-phy/00094(pid=129): Terminated: ok {rc=0}
22:49:41.620007 ---      ParallelTerminationStrategy: PID 130 died...
22:49:41.621542 run  osmo-ms-virt-phy/00095(pid=130): Terminated: ok {rc=0}
22:49:41.625320 ---      ParallelTerminationStrategy: PID 131 died...
22:49:41.626856 run  osmo-ms-virt-phy/00096(pid=131): Terminated: ok {rc=0}
22:49:41.630641 ---      ParallelTerminationStrategy: PID 132 died...
22:49:41.632166 run  osmo-ms-virt-phy/00097(pid=132): Terminated: ok {rc=0}
22:49:41.635973 ---      ParallelTerminationStrategy: PID 133 died...
22:49:41.637510 run  osmo-ms-virt-phy/00098(pid=133): Terminated: ok {rc=0}
22:49:41.641309 ---      ParallelTerminationStrategy: PID 134 died...
22:49:41.642837 run  osmo-ms-virt-phy/00099(pid=134): Terminated: ok {rc=0}
22:49:41.646633 ---      ParallelTerminationStrategy: PID 135 died...
22:49:41.648168 run       osmo-ms-mob/00000(pid=135): Terminated {rc=26112}
22:49:41.652004 ---      ParallelTerminationStrategy: PID 136 died...
22:49:41.653558 run       osmo-ms-mob/00001(pid=136): Terminated {rc=26112}
22:49:41.657384 ---      ParallelTerminationStrategy: PID 137 died...
22:49:41.658921 run       osmo-ms-mob/00002(pid=137): Terminated {rc=26112}
22:49:41.662757 ---      ParallelTerminationStrategy: PID 138 died...
22:49:41.664298 run       osmo-ms-mob/00003(pid=138): Terminated {rc=26112}
22:49:41.668106 ---      ParallelTerminationStrategy: PID 139 died...
22:49:41.669641 run       osmo-ms-mob/00004(pid=139): Terminated {rc=26112}
22:49:41.673468 ---      ParallelTerminationStrategy: PID 140 died...
22:49:41.674993 run       osmo-ms-mob/00005(pid=140): Terminated {rc=26112}
22:49:41.678802 ---      ParallelTerminationStrategy: PID 141 died...
22:49:41.680331 run       osmo-ms-mob/00006(pid=141): Terminated {rc=26112}
22:49:41.684158 ---      ParallelTerminationStrategy: PID 142 died...
22:49:41.685697 run       osmo-ms-mob/00007(pid=142): Terminated {rc=26112}
22:49:41.689521 ---      ParallelTerminationStrategy: PID 143 died...
22:49:41.691069 run       osmo-ms-mob/00008(pid=143): Terminated {rc=26112}
22:49:41.694897 ---      ParallelTerminationStrategy: PID 144 died...
22:49:41.696440 run       osmo-ms-mob/00009(pid=144): Terminated {rc=26112}
22:49:41.700258 ---      ParallelTerminationStrategy: PID 145 died...
22:49:41.701788 run       osmo-ms-mob/00010(pid=145): Terminated {rc=26112}
22:49:41.705601 ---      ParallelTerminationStrategy: PID 146 died...
22:49:41.707147 run       osmo-ms-mob/00011(pid=146): Terminated {rc=26112}
22:49:41.710993 ---      ParallelTerminationStrategy: PID 147 died...
22:49:41.712542 run       osmo-ms-mob/00012(pid=147): Terminated {rc=26112}
22:49:41.716379 ---      ParallelTerminationStrategy: PID 148 died...
22:49:41.717905 run       osmo-ms-mob/00013(pid=148): Terminated {rc=26112}
22:49:41.721708 ---      ParallelTerminationStrategy: PID 149 died...
22:49:41.723244 run       osmo-ms-mob/00014(pid=149): Terminated {rc=26112}
22:49:41.727057 ---      ParallelTerminationStrategy: PID 150 died...
22:49:41.728581 run       osmo-ms-mob/00015(pid=150): Terminated {rc=26112}
22:49:41.732377 ---      ParallelTerminationStrategy: PID 151 died...
22:49:41.733932 run       osmo-ms-mob/00016(pid=151): Terminated {rc=26112}
22:49:41.737733 ---      ParallelTerminationStrategy: PID 152 died...
22:49:41.739268 run       osmo-ms-mob/00017(pid=152): Terminated {rc=26112}
22:49:41.743067 ---      ParallelTerminationStrategy: PID 153 died...
22:49:41.744597 run       osmo-ms-mob/00018(pid=153): Terminated {rc=26112}
22:49:41.748397 ---      ParallelTerminationStrategy: PID 154 died...
22:49:41.749943 run       osmo-ms-mob/00019(pid=154): Terminated {rc=26112}
22:49:41.753753 ---      ParallelTerminationStrategy: PID 155 died...
22:49:41.755277 run       osmo-ms-mob/00020(pid=155): Terminated {rc=26112}
22:49:41.759119 ---      ParallelTerminationStrategy: PID 156 died...
22:49:41.760652 run       osmo-ms-mob/00021(pid=156): Terminated {rc=26112}
22:49:41.764469 ---      ParallelTerminationStrategy: PID 157 died...
22:49:41.766009 run       osmo-ms-mob/00022(pid=157): Terminated {rc=26112}
22:49:41.769819 ---      ParallelTerminationStrategy: PID 158 died...
22:49:41.771356 run       osmo-ms-mob/00023(pid=158): Terminated {rc=26112}
22:49:41.775164 ---      ParallelTerminationStrategy: PID 159 died...
22:49:41.776688 run       osmo-ms-mob/00024(pid=159): Terminated {rc=26112}
22:49:41.780492 ---      ParallelTerminationStrategy: PID 160 died...
22:49:41.782027 run       osmo-ms-mob/00025(pid=160): Terminated {rc=26112}
22:49:41.785889 ---      ParallelTerminationStrategy: PID 161 died...
22:49:41.787431 run       osmo-ms-mob/00026(pid=161): Terminated {rc=26112}
22:49:41.791232 ---      ParallelTerminationStrategy: PID 162 died...
22:49:41.792764 run       osmo-ms-mob/00027(pid=162): Terminated {rc=26112}
22:49:41.796576 ---      ParallelTerminationStrategy: PID 163 died...
22:49:41.798113 run       osmo-ms-mob/00028(pid=163): Terminated {rc=26112}
22:49:41.801934 ---      ParallelTerminationStrategy: PID 164 died...
22:49:41.803459 run       osmo-ms-mob/00029(pid=164): Terminated {rc=26112}
22:49:41.807304 ---      ParallelTerminationStrategy: PID 165 died...
22:49:41.808833 run       osmo-ms-mob/00030(pid=165): Terminated {rc=26112}
22:49:41.812637 ---      ParallelTerminationStrategy: PID 166 died...
22:49:41.814169 run       osmo-ms-mob/00031(pid=166): Terminated {rc=26112}
22:49:41.818008 ---      ParallelTerminationStrategy: PID 167 died...
22:49:41.819541 run       osmo-ms-mob/00032(pid=167): Terminated {rc=26112}
22:49:41.823347 ---      ParallelTerminationStrategy: PID 168 died...
22:49:41.824877 run       osmo-ms-mob/00033(pid=168): Terminated {rc=26112}
22:49:41.828721 ---      ParallelTerminationStrategy: PID 169 died...
22:49:41.830255 run       osmo-ms-mob/00034(pid=169): Terminated {rc=26112}
22:49:41.834051 ---      ParallelTerminationStrategy: PID 170 died...
22:49:41.835580 run       osmo-ms-mob/00035(pid=170): Terminated {rc=26112}
22:49:41.839397 ---      ParallelTerminationStrategy: PID 171 died...
22:49:41.840938 run       osmo-ms-mob/00036(pid=171): Terminated {rc=26112}
22:49:41.844740 ---      ParallelTerminationStrategy: PID 172 died...
22:49:41.846276 run       osmo-ms-mob/00037(pid=172): Terminated {rc=26112}
22:49:41.850085 ---      ParallelTerminationStrategy: PID 173 died...
22:49:41.851610 run       osmo-ms-mob/00038(pid=173): Terminated {rc=26112}
22:49:41.855428 ---      ParallelTerminationStrategy: PID 174 died...
22:49:41.856962 run       osmo-ms-mob/00039(pid=174): Terminated {rc=26112}
22:49:41.860771 ---      ParallelTerminationStrategy: PID 175 died...
22:49:41.862306 run       osmo-ms-mob/00040(pid=175): Terminated {rc=26112}
22:49:41.866116 ---      ParallelTerminationStrategy: PID 176 died...
22:49:41.867655 run       osmo-ms-mob/00041(pid=176): Terminated {rc=26112}
22:49:41.871501 ---      ParallelTerminationStrategy: PID 177 died...
22:49:41.873043 run       osmo-ms-mob/00042(pid=177): Terminated {rc=26112}
22:49:41.876862 ---      ParallelTerminationStrategy: PID 178 died...
22:49:41.878393 run       osmo-ms-mob/00043(pid=178): Terminated {rc=26112}
22:49:41.882196 ---      ParallelTerminationStrategy: PID 179 died...
22:49:41.883731 run       osmo-ms-mob/00044(pid=179): Terminated {rc=26112}
22:49:41.887536 ---      ParallelTerminationStrategy: PID 180 died...
22:49:41.889080 run       osmo-ms-mob/00045(pid=180): Terminated {rc=26112}
22:49:41.892908 ---      ParallelTerminationStrategy: PID 181 died...
22:49:41.894446 run       osmo-ms-mob/00046(pid=181): Terminated {rc=26112}
22:49:41.898262 ---      ParallelTerminationStrategy: PID 182 died...
22:49:41.899794 run       osmo-ms-mob/00047(pid=182): Terminated {rc=26112}
22:49:41.903606 ---      ParallelTerminationStrategy: PID 183 died...
22:49:41.905142 run       osmo-ms-mob/00048(pid=183): Terminated {rc=26112}
22:49:41.908953 ---      ParallelTerminationStrategy: PID 184 died...
22:49:41.910472 run       osmo-ms-mob/00049(pid=184): Terminated {rc=26112}
22:49:41.914269 ---      ParallelTerminationStrategy: PID 185 died...
22:49:41.915797 run       osmo-ms-mob/00050(pid=185): Terminated {rc=26112}
22:49:41.919591 ---      ParallelTerminationStrategy: PID 186 died...
22:49:41.921139 run       osmo-ms-mob/00051(pid=186): Terminated {rc=26112}
22:49:41.924943 ---      ParallelTerminationStrategy: PID 187 died...
22:49:41.926469 run       osmo-ms-mob/00052(pid=187): Terminated {rc=26112}
22:49:41.930289 ---      ParallelTerminationStrategy: PID 188 died...
22:49:41.931816 run       osmo-ms-mob/00053(pid=188): Terminated {rc=26112}
22:49:41.935630 ---      ParallelTerminationStrategy: PID 189 died...
22:49:41.937164 run       osmo-ms-mob/00054(pid=189): Terminated {rc=26112}
22:49:41.940996 ---      ParallelTerminationStrategy: PID 190 died...
22:49:41.942536 run       osmo-ms-mob/00055(pid=190): Terminated {rc=26112}
22:49:41.946357 ---      ParallelTerminationStrategy: PID 191 died...
22:49:41.947878 run       osmo-ms-mob/00056(pid=191): Terminated {rc=26112}
22:49:41.951688 ---      ParallelTerminationStrategy: PID 192 died...
22:49:41.953223 run       osmo-ms-mob/00057(pid=192): Terminated {rc=26112}
22:49:41.957022 ---      ParallelTerminationStrategy: PID 193 died...
22:49:41.958556 run       osmo-ms-mob/00058(pid=193): Terminated {rc=26112}
22:49:41.962379 ---      ParallelTerminationStrategy: PID 194 died...
22:49:41.963902 run       osmo-ms-mob/00059(pid=194): Terminated {rc=26112}
22:49:41.967713 ---      ParallelTerminationStrategy: PID 195 died...
22:49:41.969267 run       osmo-ms-mob/00060(pid=195): Terminated {rc=26112}
22:49:41.973068 ---      ParallelTerminationStrategy: PID 196 died...
22:49:41.974607 run       osmo-ms-mob/00061(pid=196): Terminated {rc=26112}
22:49:41.978422 ---      ParallelTerminationStrategy: PID 197 died...
22:49:41.979957 run       osmo-ms-mob/00062(pid=197): Terminated {rc=26112}
22:49:41.983808 ---      ParallelTerminationStrategy: PID 198 died...
22:49:41.985354 run       osmo-ms-mob/00063(pid=198): Terminated {rc=26112}
22:49:41.989158 ---      ParallelTerminationStrategy: PID 199 died...
22:49:41.990690 run       osmo-ms-mob/00064(pid=199): Terminated {rc=26112}
22:49:41.994505 ---      ParallelTerminationStrategy: PID 200 died...
22:49:41.996032 run       osmo-ms-mob/00065(pid=200): Terminated {rc=26112}
22:49:41.999846 ---      ParallelTerminationStrategy: PID 201 died...
22:49:42.001375 run       osmo-ms-mob/00066(pid=201): Terminated {rc=26112}
22:49:42.005193 ---      ParallelTerminationStrategy: PID 202 died...
22:49:42.006733 run       osmo-ms-mob/00067(pid=202): Terminated {rc=26112}
22:49:42.010529 ---      ParallelTerminationStrategy: PID 203 died...
22:49:42.012055 run       osmo-ms-mob/00068(pid=203): Terminated {rc=26112}
22:49:42.015731 ---      ParallelTerminationStrategy: PID 204 died...
22:49:42.017210 run       osmo-ms-mob/00069(pid=204): Terminated {rc=26112}
22:49:42.020884 ---      ParallelTerminationStrategy: PID 205 died...
22:49:42.022361 run       osmo-ms-mob/00070(pid=205): Terminated {rc=26112}
22:49:42.026024 ---      ParallelTerminationStrategy: PID 206 died...
22:49:42.027491 run       osmo-ms-mob/00071(pid=206): Terminated {rc=26112}
22:49:42.031183 ---      ParallelTerminationStrategy: PID 207 died...
22:49:42.032664 run       osmo-ms-mob/00072(pid=207): Terminated {rc=26112}
22:49:42.036311 ---      ParallelTerminationStrategy: PID 208 died...
22:49:42.037804 run       osmo-ms-mob/00073(pid=208): Terminated {rc=26112}
22:49:42.041476 ---      ParallelTerminationStrategy: PID 209 died...
22:49:42.042946 run       osmo-ms-mob/00074(pid=209): Terminated {rc=26112}
22:49:42.046609 ---      ParallelTerminationStrategy: PID 210 died...
22:49:42.048084 run       osmo-ms-mob/00075(pid=210): Terminated {rc=26112}
22:49:42.051825 ---      ParallelTerminationStrategy: PID 211 died...
22:49:42.053314 run       osmo-ms-mob/00076(pid=211): Terminated {rc=26112}
22:49:42.056967 ---      ParallelTerminationStrategy: PID 212 died...
22:49:42.058449 run       osmo-ms-mob/00077(pid=212): Terminated {rc=26112}
22:49:42.062124 ---      ParallelTerminationStrategy: PID 213 died...
22:49:42.063597 run       osmo-ms-mob/00078(pid=213): Terminated {rc=26112}
22:49:42.067249 ---      ParallelTerminationStrategy: PID 214 died...
22:49:42.068732 run       osmo-ms-mob/00079(pid=214): Terminated {rc=26112}
22:49:42.072386 ---      ParallelTerminationStrategy: PID 215 died...
22:49:42.073862 run       osmo-ms-mob/00080(pid=215): Terminated {rc=26112}
22:49:42.077525 ---      ParallelTerminationStrategy: PID 216 died...
22:49:42.079004 run       osmo-ms-mob/00081(pid=216): Terminated {rc=26112}
22:49:42.082680 ---      ParallelTerminationStrategy: PID 217 died...
22:49:42.084160 run       osmo-ms-mob/00082(pid=217): Terminated {rc=26112}
22:49:42.087854 ---      ParallelTerminationStrategy: PID 218 died...
22:49:42.089341 run       osmo-ms-mob/00083(pid=218): Terminated {rc=26112}
22:49:42.093013 ---      ParallelTerminationStrategy: PID 219 died...
22:49:42.094494 run       osmo-ms-mob/00084(pid=219): Terminated {rc=26112}
22:49:42.098171 ---      ParallelTerminationStrategy: PID 220 died...
22:49:42.099650 run       osmo-ms-mob/00085(pid=220): Terminated {rc=26112}
22:49:42.103317 ---      ParallelTerminationStrategy: PID 221 died...
22:49:42.104797 run       osmo-ms-mob/00086(pid=221): Terminated {rc=26112}
22:49:42.108450 ---      ParallelTerminationStrategy: PID 222 died...
22:49:42.109927 run       osmo-ms-mob/00087(pid=222): Terminated {rc=26112}
22:49:42.113604 ---      ParallelTerminationStrategy: PID 223 died...
22:49:42.115079 run       osmo-ms-mob/00088(pid=223): Terminated {rc=26112}
22:49:42.118744 ---      ParallelTerminationStrategy: PID 224 died...
22:49:42.120221 run       osmo-ms-mob/00089(pid=224): Terminated {rc=26112}
22:49:42.123892 ---      ParallelTerminationStrategy: PID 225 died...
22:49:42.125375 run       osmo-ms-mob/00090(pid=225): Terminated {rc=26112}
22:49:42.129048 ---      ParallelTerminationStrategy: PID 226 died...
22:49:42.130527 run       osmo-ms-mob/00091(pid=226): Terminated {rc=26112}
22:49:42.134214 ---      ParallelTerminationStrategy: PID 227 died...
22:49:42.135689 run       osmo-ms-mob/00092(pid=227): Terminated {rc=26112}
22:49:42.139374 ---      ParallelTerminationStrategy: PID 228 died...
22:49:42.140895 run       osmo-ms-mob/00093(pid=228): Terminated {rc=26112}
22:49:42.144568 ---      ParallelTerminationStrategy: PID 229 died...
22:49:42.146079 run       osmo-ms-mob/00094(pid=229): Terminated {rc=26112}
22:49:42.149768 ---      ParallelTerminationStrategy: PID 230 died...
22:49:42.151244 run       osmo-ms-mob/00095(pid=230): Terminated {rc=26112}
22:49:42.154921 ---      ParallelTerminationStrategy: PID 231 died...
22:49:42.156401 run       osmo-ms-mob/00096(pid=231): Terminated {rc=26112}
22:49:42.160072 ---      ParallelTerminationStrategy: PID 232 died...
22:49:42.161565 run       osmo-ms-mob/00097(pid=232): Terminated {rc=26112}
22:49:42.165347 ---      ParallelTerminationStrategy: PID 233 died...
22:49:42.166888 run       osmo-ms-mob/00098(pid=233): Terminated {rc=26112}
22:49:42.170698 ---      ParallelTerminationStrategy: PID 234 died...
22:49:42.172240 run       osmo-ms-mob/00099(pid=234): Terminated {rc=26112}
22:49:45.576776 ---      ParallelTerminationStrategy: PID 34 died...
22:49:45.582659 run         osmo-bts-virtual(pid=34): Terminated: ok {rc=0}
---------------------------------------------------------------------
trial-8203 netreg_mass PASS
---------------------------------------------------------------------
22:49:45.659972 tst                       trial-8203: Storing JUnit report in /build/trial-8203/run.2026-01-06_22-48-16/trial-8203.xml

--------------------------------------------------------------------------------------------
trial-8203 PASS
--------------------------------------------------------------------------------------------
22:49:45.672585 tst                       trial-8203: trial-8203: PASS, 1 suites passed
PASS: netreg_mass (pass: 1)
    pass: register_default_mass.py (83.2 sec)
+ exit_code=0
+ rm -rf trial-8203/inst
+ cd trial-8203
+ command -v journalctl
+ [ ! -z /usr/bin/journalctl ]
+ readlink last_run
+ journalctl -u ofono -o short-precise --since 2026-01-06 22:48:16
No journal files were found.
+ readlink last_run
+ tar czf /build/trial-8203-run.tgz run.2026-01-06_22-48-16
+ tar czf /build/trial-8203-bin.tgz checksums.md5 open5gs.build-8.tgz osmo-bsc.build-2026-01-06_21_50_53.tgz osmo-bts-oc2g.build-2026-01-06_21_51_27.tgz osmo-bts-sysmo.build-2026-01-06_21_51_23.tgz osmo-bts.build-2026-01-06_21_50_29.tgz osmo-ggsn.build-2026-01-06_20_59_53.tgz osmo-hlr.build-2026-01-06_21_50_25.tgz osmo-hnbgw.build-2026-01-06_13_35_03.tgz osmo-mgw.build-2026-01-06_21_50_20.tgz osmo-msc.build-2026-01-06_21_54_04.tgz osmo-nitb.build-17155.tgz osmo-pcu-oc2g.build-2026-01-06_07_35_26.tgz osmo-pcu-sysmo.build-2026-01-06_07_37_43.tgz osmo-pcu.build-2026-01-06_07_35_29.tgz osmo-sgsn.build-2026-01-06_21_53_09.tgz osmo-stp.build-2026-01-06_13_27_47.tgz osmo-trx.build-2026-01-06_14_38_46.tgz osmocom-bb.build-2026-01-06_21_18_12.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