Skip to content
Success

Console Output

Skipping 13 KB.. Full Log
Copied 2 artifacts from "osmo-gsm-tester_build-osmocom-bb" build number 6915
[osmo-gsm-tester_virtual] $ /bin/sh -xe /tmp/jenkins15274799509259524628.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-7907
+ 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
99a8e00 osmo-{bsc,bts,sgsn}-master: remove unused deps
+ 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 OSMO_BB_BRANCH=master \
	--build-arg OSMO_BSC_BRANCH=master \
	--build-arg OSMO_BTS_BRANCH=master \
	--build-arg OSMO_CBC_BRANCH=master \
	--build-arg OSMO_DIA2GSUP_BRANCH=master \
	--build-arg OSMO_EPDG_BRANCH=master \
	--build-arg OSMO_GBPROXY_BRANCH=master \
	--build-arg OSMO_GGSN_BRANCH=master \
	--build-arg OSMO_GSM_TESTER_BRANCH=master \
	--build-arg OSMO_HLR_BRANCH=master \
	--build-arg OSMO_HNBGW_BRANCH=master \
	--build-arg OSMO_HNODEB_BRANCH=master \
	--build-arg OSMO_IUH_BRANCH=master \
	--build-arg OSMO_MGW_BRANCH=master \
	--build-arg OSMO_MSC_BRANCH=master \
	--build-arg OSMO_NITB_BRANCH=master \
	--build-arg OSMO_PCU_BRANCH=master \
	--build-arg OSMO_REMSIM_BRANCH=master \
	--build-arg OSMO_SGSN_BRANCH=master \
	--build-arg OSMO_SIP_BRANCH=master \
	--build-arg OSMO_STP_BRANCH=master \
	--build-arg OSMO_UECUPS_BRANCH=master \
	--build-arg OPEN5GS_BRANCH=main \
	--build-arg PJPROJECT_BRANCH=sysmocom/2.14 \
	 -t docker.io/osmocom-build/osmo-gsm-tester:latest .
#0 building with "default" instance using docker driver

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

#32 [23/28] RUN	CD osmo-gsm-tester && 	git fetch && git checkout master && 	(git symbolic-ref -q HEAD && git reset --hard origin/master || exit 1); 	git rev-parse --abbrev-ref HEAD && git rev-parse HEAD
#32 CACHED

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

#34 exporting to image
#34 exporting layers done
#34 writing image sha256:0425f89f8ffbf27c7248182c483e7b045bdc77e3d0f0f00609a441ab5a601b80 0.0s done
#34 naming to docker.io/osmocom-build/osmo-gsm-tester:latest 0.0s done
#34 DONE 0.1s
rm -rf .common
make: Leaving directory '/home/osmocom-build/jenkins/workspace/osmo-gsm-tester_virtual/docker-playground/osmo-gsm-tester'
+ unlink osmo-gsm-tester/sysmocom/resources.conf
+ ln -s resources.conf.virtual osmo-gsm-tester/sysmocom/resources.conf
+ docker run --rm=true -e HOME=/build -e JOB_NAME=osmo-gsm-tester_virtual -e OSMO_GSM_TESTER_CONF=/build/osmo-gsm-tester/sysmocom/main.conf -e OSMO_GSM_TESTER_OPTS=-s netreg_mass -e BUILD_NUMBER=7908 -w /build -i -v /home/osmocom-build/jenkins/workspace/osmo-gsm-tester_virtual:/build -v /home/osmocom-build/.ssh:/home/build/.ssh:ro --name=osmo-gsm-tester-virtual --cap-add=sys_nice osmocom-build/osmo-gsm-tester /bin/bash -c LANG="en_US.utf8" LC_ALL="en_US.UTF-8" LC_LANG="en_US.UTF-8" PATH="$PWD/osmo-gsm-tester/src:${PATH}" ./osmo-gsm-tester/contrib/jenkins-run.sh
+ base=/build
+ dirname -- ./osmo-gsm-tester/contrib/jenkins-run.sh
+ CDPATH= cd -- ./osmo-gsm-tester/contrib
+ pwd -P
+ SCRIPT_DIR=/build/osmo-gsm-tester/contrib
+ OSMO_GSM_TESTER_CONF=/build/osmo-gsm-tester/sysmocom/main.conf
+ date +%F %T
+ time_start=2025-03-17 22:48:17
+ trial_dir_prefix=trial-
+ rm -rf trial-*
+ trial_dir=trial-7908
+ mkdir -p trial-7908
+ mv open5gs.build-8.tgz osmo-bsc.build-2025-03-17_18_24_52.tgz osmo-bts-oc2g.build-2025-03-17_18_23_22.tgz osmo-bts-sysmo.build-2025-03-17_18_23_27.tgz osmo-bts.build-2025-03-17_18_23_43.tgz osmo-ggsn.build-2025-03-17_20_42_33.tgz osmo-hlr.build-2025-03-17_18_22_00.tgz osmo-hnbgw.build-2025-03-17_18_26_44.tgz osmo-mgw.build-2025-03-17_18_21_44.tgz osmo-msc.build-2025-03-17_18_28_58.tgz osmo-nitb.build-17155.tgz osmo-pcu-oc2g.build-2025-03-17_11_12_42.tgz osmo-pcu-sysmo.build-2025-03-17_11_12_35.tgz osmo-pcu.build-2025-03-17_11_12_45.tgz osmo-sgsn.build-2025-03-17_20_48_57.tgz osmo-stp.build-2025-03-17_13_26_52.tgz osmo-trx.build-2025-03-17_18_29_08.tgz osmocom-bb.build-2025-03-17_21_17_33.tgz srslte.build-19.tgz trial-7908
+ cat open5gs.build-8.md5 osmo-bsc.build-2025-03-17_18_24_52.md5 osmo-bts-oc2g.build-2025-03-17_18_23_22.md5 osmo-bts-sysmo.build-2025-03-17_18_23_27.md5 osmo-bts.build-2025-03-17_18_23_43.md5 osmo-ggsn.build-2025-03-17_20_42_33.md5 osmo-hlr.build-2025-03-17_18_22_00.md5 osmo-hnbgw.build-2025-03-17_18_26_44.md5 osmo-mgw.build-2025-03-17_18_21_44.md5 osmo-msc.build-2025-03-17_18_28_58.md5 osmo-nitb.build-17155.md5 osmo-pcu-oc2g.build-2025-03-17_11_12_42.md5 osmo-pcu-sysmo.build-2025-03-17_11_12_35.md5 osmo-pcu.build-2025-03-17_11_12_45.md5 osmo-sgsn.build-2025-03-17_20_48_57.md5 osmo-stp.build-2025-03-17_13_26_52.md5 osmo-trx.build-2025-03-17_18_29_08.md5 osmocom-bb.build-2025-03-17_21_17_33.md5 srslte.build-19.md5
+ rm open5gs.build-8.md5 osmo-bsc.build-2025-03-17_18_24_52.md5 osmo-bts-oc2g.build-2025-03-17_18_23_22.md5 osmo-bts-sysmo.build-2025-03-17_18_23_27.md5 osmo-bts.build-2025-03-17_18_23_43.md5 osmo-ggsn.build-2025-03-17_20_42_33.md5 osmo-hlr.build-2025-03-17_18_22_00.md5 osmo-hnbgw.build-2025-03-17_18_26_44.md5 osmo-mgw.build-2025-03-17_18_21_44.md5 osmo-msc.build-2025-03-17_18_28_58.md5 osmo-nitb.build-17155.md5 osmo-pcu-oc2g.build-2025-03-17_11_12_42.md5 osmo-pcu-sysmo.build-2025-03-17_11_12_35.md5 osmo-pcu.build-2025-03-17_11_12_45.md5 osmo-sgsn.build-2025-03-17_20_48_57.md5 osmo-stp.build-2025-03-17_13_26_52.md5 osmo-trx.build-2025-03-17_18_29_08.md5 osmocom-bb.build-2025-03-17_21_17_33.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-7908 -s netreg_mass
combinations: ['netreg_mass']
trial: 'trial-7908'
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-7908
--------------------------------------------------------------------------------------------
22:48:17.310768 tst                       trial-7908: Detailed log at /build/trial-7908/run.2025-03-17_22-48-17/log

---------------------------------------------------------------------
trial-7908 netreg_mass
---------------------------------------------------------------------
22:48:17.522620 tst                      netreg_mass: reserving resources in /var/tmp/osmo-gsm-tester/state ...
22:48:17.522979 tst                      netreg_mass: Verifying 1 x bts (candidates: 1)
22:48:17.523762 tst                      netreg_mass: Verifying 6 x ip_address (candidates: 9)
22:48:17.524973 tst                      netreg_mass: Verifying 100 x modem (candidates: 100)
22:48:17.568750 tst                      netreg_mass: Reserving 1 x bts (candidates: 1)
22:48:17.569566 tst                      netreg_mass: Reserving 6 x ip_address (candidates: 9)
22:48:17.570728 tst                      netreg_mass: Reserving 100 x modem (candidates: 100)
22:48:17.662893 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-7908 netreg_mass register_default_mass.py
----------------------------------------------
22:48:17.663722 tst       register_default_mass.py:9: Claiming resources for the test
22:48:17.679074 tst                      netreg_mass: Using 1 x ip_address (candidates: 6)
22:48:17.679625 tst                      netreg_mass: Using 1 x ip_address (candidates: 6)
22:48:17.680102 tst                      netreg_mass: Using 1 x ip_address (candidates: 6)
22:48:17.680589 tst                      netreg_mass: Using 1 x ip_address (candidates: 6)
22:48:17.681063 tst                      netreg_mass: Using 1 x ip_address (candidates: 6)
22:48:17.681534 tst                      netreg_mass: Using 1 x ip_address (candidates: 6)
22:48:17.681989 tst                      netreg_mass: Using 1 x bts (candidates: 1)
22:48:17.726197 tst         register_default_mass.py: using LAC 2
22:48:17.760053 tst         register_default_mass.py: using RAC 2
22:48:17.795444 tst         register_default_mass.py: using CellId 2
22:48:17.836383 tst         register_default_mass.py: using BVCI 3
22:48:17.842420 tst                      netreg_mass: Using 1 x modem (candidates: 100)
22:48:17.843090 tst                      netreg_mass: Using 1 x modem (candidates: 100)
22:48:17.843657 tst                      netreg_mass: Using 1 x modem (candidates: 100)
22:48:17.844199 tst                      netreg_mass: Using 1 x modem (candidates: 100)
22:48:17.844748 tst                      netreg_mass: Using 1 x modem (candidates: 100)
22:48:17.845302 tst                      netreg_mass: Using 1 x modem (candidates: 100)
22:48:17.845827 tst                      netreg_mass: Using 1 x modem (candidates: 100)
22:48:17.846360 tst                      netreg_mass: Using 1 x modem (candidates: 100)
22:48:17.846910 tst                      netreg_mass: Using 1 x modem (candidates: 100)
22:48:17.847436 tst                      netreg_mass: Using 1 x modem (candidates: 100)
22:48:17.847961 tst                      netreg_mass: Using 1 x modem (candidates: 100)
22:48:17.848479 tst                      netreg_mass: Using 1 x modem (candidates: 100)
22:48:17.849041 tst                      netreg_mass: Using 1 x modem (candidates: 100)
22:48:17.849575 tst                      netreg_mass: Using 1 x modem (candidates: 100)
22:48:17.850092 tst                      netreg_mass: Using 1 x modem (candidates: 100)
22:48:17.850635 tst                      netreg_mass: Using 1 x modem (candidates: 100)
22:48:17.851163 tst                      netreg_mass: Using 1 x modem (candidates: 100)
22:48:17.851688 tst                      netreg_mass: Using 1 x modem (candidates: 100)
22:48:17.852222 tst                      netreg_mass: Using 1 x modem (candidates: 100)
22:48:17.852768 tst                      netreg_mass: Using 1 x modem (candidates: 100)
22:48:17.853279 tst                      netreg_mass: Using 1 x modem (candidates: 100)
22:48:17.853815 tst                      netreg_mass: Using 1 x modem (candidates: 100)
22:48:17.854349 tst                      netreg_mass: Using 1 x modem (candidates: 100)
22:48:17.854870 tst                      netreg_mass: Using 1 x modem (candidates: 100)
22:48:17.855401 tst                      netreg_mass: Using 1 x modem (candidates: 100)
22:48:17.855916 tst                      netreg_mass: Using 1 x modem (candidates: 100)
22:48:17.856433 tst                      netreg_mass: Using 1 x modem (candidates: 100)
22:48:17.856995 tst                      netreg_mass: Using 1 x modem (candidates: 100)
22:48:17.857525 tst                      netreg_mass: Using 1 x modem (candidates: 100)
22:48:17.858042 tst                      netreg_mass: Using 1 x modem (candidates: 100)
22:48:17.858566 tst                      netreg_mass: Using 1 x modem (candidates: 100)
22:48:17.859085 tst                      netreg_mass: Using 1 x modem (candidates: 100)
22:48:17.859617 tst                      netreg_mass: Using 1 x modem (candidates: 100)
22:48:17.860153 tst                      netreg_mass: Using 1 x modem (candidates: 100)
22:48:17.860710 tst                      netreg_mass: Using 1 x modem (candidates: 100)
22:48:17.861234 tst                      netreg_mass: Using 1 x modem (candidates: 100)
22:48:17.861768 tst                      netreg_mass: Using 1 x modem (candidates: 100)
22:48:17.862298 tst                      netreg_mass: Using 1 x modem (candidates: 100)
22:48:17.862817 tst                      netreg_mass: Using 1 x modem (candidates: 100)
22:48:17.863350 tst                      netreg_mass: Using 1 x modem (candidates: 100)
22:48:17.863904 tst                      netreg_mass: Using 1 x modem (candidates: 100)
22:48:17.864428 tst                      netreg_mass: Using 1 x modem (candidates: 100)
22:48:17.864995 tst                      netreg_mass: Using 1 x modem (candidates: 100)
22:48:17.865524 tst                      netreg_mass: Using 1 x modem (candidates: 100)
22:48:17.866048 tst                      netreg_mass: Using 1 x modem (candidates: 100)
22:48:17.866580 tst                      netreg_mass: Using 1 x modem (candidates: 100)
22:48:17.867104 tst                      netreg_mass: Using 1 x modem (candidates: 100)
22:48:17.867632 tst                      netreg_mass: Using 1 x modem (candidates: 100)
22:48:17.868176 tst                      netreg_mass: Using 1 x modem (candidates: 100)
22:48:17.868721 tst                      netreg_mass: Using 1 x modem (candidates: 100)
22:48:17.869256 tst                      netreg_mass: Using 1 x modem (candidates: 100)
22:48:17.869793 tst                      netreg_mass: Using 1 x modem (candidates: 100)
22:48:17.870318 tst                      netreg_mass: Using 1 x modem (candidates: 100)
22:48:17.870856 tst                      netreg_mass: Using 1 x modem (candidates: 100)
22:48:17.871380 tst                      netreg_mass: Using 1 x modem (candidates: 100)
22:48:17.871909 tst                      netreg_mass: Using 1 x modem (candidates: 100)
22:48:17.872446 tst                      netreg_mass: Using 1 x modem (candidates: 100)
22:48:17.872996 tst                      netreg_mass: Using 1 x modem (candidates: 100)
22:48:17.873519 tst                      netreg_mass: Using 1 x modem (candidates: 100)
22:48:17.874036 tst                      netreg_mass: Using 1 x modem (candidates: 100)
22:48:17.874550 tst                      netreg_mass: Using 1 x modem (candidates: 100)
22:48:17.875068 tst                      netreg_mass: Using 1 x modem (candidates: 100)
22:48:17.875591 tst                      netreg_mass: Using 1 x modem (candidates: 100)
22:48:17.876127 tst                      netreg_mass: Using 1 x modem (candidates: 100)
22:48:17.876665 tst                      netreg_mass: Using 1 x modem (candidates: 100)
22:48:17.877200 tst                      netreg_mass: Using 1 x modem (candidates: 100)
22:48:17.877727 tst                      netreg_mass: Using 1 x modem (candidates: 100)
22:48:17.878255 tst                      netreg_mass: Using 1 x modem (candidates: 100)
22:48:17.878785 tst                      netreg_mass: Using 1 x modem (candidates: 100)
22:48:17.879296 tst                      netreg_mass: Using 1 x modem (candidates: 100)
22:48:17.879804 tst                      netreg_mass: Using 1 x modem (candidates: 100)
22:48:17.880334 tst                      netreg_mass: Using 1 x modem (candidates: 100)
22:48:17.880966 tst                      netreg_mass: Using 1 x modem (candidates: 100)
22:48:17.881498 tst                      netreg_mass: Using 1 x modem (candidates: 100)
22:48:17.882018 tst                      netreg_mass: Using 1 x modem (candidates: 100)
22:48:17.882541 tst                      netreg_mass: Using 1 x modem (candidates: 100)
22:48:17.883049 tst                      netreg_mass: Using 1 x modem (candidates: 100)
22:48:17.883559 tst                      netreg_mass: Using 1 x modem (candidates: 100)
22:48:17.884084 tst                      netreg_mass: Using 1 x modem (candidates: 100)
22:48:17.884594 tst                      netreg_mass: Using 1 x modem (candidates: 100)
22:48:17.885119 tst                      netreg_mass: Using 1 x modem (candidates: 100)
22:48:17.885639 tst                      netreg_mass: Using 1 x modem (candidates: 100)
22:48:17.886152 tst                      netreg_mass: Using 1 x modem (candidates: 100)
22:48:17.886659 tst                      netreg_mass: Using 1 x modem (candidates: 100)
22:48:17.887175 tst                      netreg_mass: Using 1 x modem (candidates: 100)
22:48:17.887681 tst                      netreg_mass: Using 1 x modem (candidates: 100)
22:48:17.888189 tst                      netreg_mass: Using 1 x modem (candidates: 100)
22:48:17.888719 tst                      netreg_mass: Using 1 x modem (candidates: 100)
22:48:17.889231 tst                      netreg_mass: Using 1 x modem (candidates: 100)
22:48:17.889735 tst                      netreg_mass: Using 1 x modem (candidates: 100)
22:48:17.890264 tst                      netreg_mass: Using 1 x modem (candidates: 100)
22:48:17.890787 tst                      netreg_mass: Using 1 x modem (candidates: 100)
22:48:17.891308 tst                      netreg_mass: Using 1 x modem (candidates: 100)
22:48:17.891830 tst                      netreg_mass: Using 1 x modem (candidates: 100)
22:48:17.892343 tst                      netreg_mass: Using 1 x modem (candidates: 100)
22:48:17.892870 tst                      netreg_mass: Using 1 x modem (candidates: 100)
22:48:17.893457 tst                      netreg_mass: Using 1 x modem (candidates: 100)
22:48:17.893982 tst                      netreg_mass: Using 1 x modem (candidates: 100)
22:48:17.894497 tst                      netreg_mass: Using 1 x modem (candidates: 100)
22:48:17.895018 tst                      netreg_mass: Using 1 x modem (candidates: 100)
22:48:17.895528 tst                      netreg_mass: Using 1 x modem (candidates: 100)
22:48:17.896108 tst      register_default_mass.py:21: Launching a simple network
22:48:17.906162 run              osmo-hlr_127.0.42.2: Starting osmo-hlr
22:48:18.028127 run            create_hlr_db(pid=20): Launched
22:48:19.038194 run            create_hlr_db(pid=20): Terminated: ok {rc=0}
22:48:19.054912 run pcap-recorder_any(filters='host 127.0.42.2')(pid=22): Launched
22:48:19.070309 run      osmo-hlr_127.0.42.2(pid=23): Launched
22:48:19.076251 run              osmo-stp_127.0.42.5: Starting osmo-stp
22:48:19.250902 run pcap-recorder_any(filters='host 127.0.42.5 and port not 22')(pid=24): Launched
22:48:19.267433 run      osmo-stp_127.0.42.5(pid=25): Launched
22:48:19.273382 run              osmo-msc_127.0.42.6: Starting osmo-msc
22:48:19.694458 run pcap-recorder_any(filters='host 127.0.42.6 and port not 22')(pid=26): Launched
22:48:19.709393 run      osmo-msc_127.0.42.6(pid=27): Launched
22:48:22.719786 run              osmo-mgw_127.0.42.3: Starting osmo-mgw
22:48:22.836943 run pcap-recorder_any(filters='host 127.0.42.3 and port not 22')(pid=28): Launched
22:48:22.852414 run      osmo-mgw_127.0.42.3(pid=29): Launched
22:48:22.858312 run              osmo-mgw_127.0.42.4: Starting osmo-mgw
22:48:22.882579 run pcap-recorder_any(filters='host 127.0.42.4 and port not 22')(pid=30): Launched
22:48:22.898102 run      osmo-mgw_127.0.42.4(pid=31): Launched
22:48:22.903928 run              osmo-bsc_127.0.42.7: Starting osmo-bsc
22:48:23.215683 run pcap-recorder_any(filters='host 127.0.42.7 and port not 22')(pid=32): Launched
22:48:23.231507 run      osmo-bsc_127.0.42.7(pid=33): Launched
22:48:29.248489 run                 osmo-bts-virtual: Starting to connect to osmo-bsc_127.0.42.7
22:48:29.400262 run         osmo-bts-virtual(pid=34): Launched
22:48:30.461835 tst         register_default_mass.py: using MSISDN 1001
22:48:30.467762 run              osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001010000000000', msisdn='1001', subscriber_id=1}
22:48:30.567522 tst         register_default_mass.py: using MSISDN 1002
22:48:30.573324 run              osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001010000000001', msisdn='1002', subscriber_id=2}
22:48:30.654460 tst         register_default_mass.py: using MSISDN 1003
22:48:30.669356 run              osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001010000000002', msisdn='1003', subscriber_id=3}
22:48:30.750579 tst         register_default_mass.py: using MSISDN 1004
22:48:30.761214 run              osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001010000000003', msisdn='1004', subscriber_id=4}
22:48:30.826250 tst         register_default_mass.py: using MSISDN 1005
22:48:30.831928 run              osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001010000000004', msisdn='1005', subscriber_id=5}
22:48:30.898906 tst         register_default_mass.py: using MSISDN 1006
22:48:30.908013 run              osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001010000000005', msisdn='1006', subscriber_id=6}
22:48:30.984868 tst         register_default_mass.py: using MSISDN 1007
22:48:30.996400 run              osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001010000000006', msisdn='1007', subscriber_id=7}
22:48:31.069974 tst         register_default_mass.py: using MSISDN 1008
22:48:31.080951 run              osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001010000000007', msisdn='1008', subscriber_id=8}
22:48:31.168112 tst         register_default_mass.py: using MSISDN 1009
22:48:31.180238 run              osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001010000000008', msisdn='1009', subscriber_id=9}
22:48:31.261342 tst         register_default_mass.py: using MSISDN 1010
22:48:31.273389 run              osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001010000000009', msisdn='1010', subscriber_id=10}
22:48:31.352765 tst         register_default_mass.py: using MSISDN 1011
22:48:31.364304 run              osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001020000000000', msisdn='1011', subscriber_id=11}
22:48:31.446762 tst         register_default_mass.py: using MSISDN 1012
22:48:31.453658 run              osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001020000000001', msisdn='1012', subscriber_id=12}
22:48:31.523501 tst         register_default_mass.py: using MSISDN 1013
22:48:31.529389 run              osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001020000000002', msisdn='1013', subscriber_id=13}
22:48:31.593834 tst         register_default_mass.py: using MSISDN 1014
22:48:31.599814 run              osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001020000000003', msisdn='1014', subscriber_id=14}
22:48:31.685319 tst         register_default_mass.py: using MSISDN 1015
22:48:31.696081 run              osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001020000000004', msisdn='1015', subscriber_id=15}
22:48:31.765556 tst         register_default_mass.py: using MSISDN 1016
22:48:31.773000 run              osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001020000000005', msisdn='1016', subscriber_id=16}
22:48:31.847052 tst         register_default_mass.py: using MSISDN 1017
22:48:31.858662 run              osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001020000000006', msisdn='1017', subscriber_id=17}
22:48:31.936334 tst         register_default_mass.py: using MSISDN 1018
22:48:31.944448 run              osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001020000000007', msisdn='1018', subscriber_id=18}
22:48:32.014419 tst         register_default_mass.py: using MSISDN 1019
22:48:32.022814 run              osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001020000000008', msisdn='1019', subscriber_id=19}
22:48:32.090233 tst         register_default_mass.py: using MSISDN 1020
22:48:32.100350 run              osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001020000000009', msisdn='1020', subscriber_id=20}
22:48:32.161454 tst         register_default_mass.py: using MSISDN 1021
22:48:32.170074 run              osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001030000000000', msisdn='1021', subscriber_id=21}
22:48:32.248211 tst         register_default_mass.py: using MSISDN 1022
22:48:32.253994 run              osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001030000000001', msisdn='1022', subscriber_id=22}
22:48:32.342290 tst         register_default_mass.py: using MSISDN 1023
22:48:32.348295 run              osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001030000000002', msisdn='1023', subscriber_id=23}
22:48:32.422213 tst         register_default_mass.py: using MSISDN 1024
22:48:32.428447 run              osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001030000000003', msisdn='1024', subscriber_id=24}
22:48:32.486759 tst         register_default_mass.py: using MSISDN 1025
22:48:32.493635 run              osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001030000000004', msisdn='1025', subscriber_id=25}
22:48:32.568576 tst         register_default_mass.py: using MSISDN 1026
22:48:32.574293 run              osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001030000000005', msisdn='1026', subscriber_id=26}
22:48:32.650536 tst         register_default_mass.py: using MSISDN 1027
22:48:32.656964 run              osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001030000000006', msisdn='1027', subscriber_id=27}
22:48:32.722742 tst         register_default_mass.py: using MSISDN 1028
22:48:32.730490 run              osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001030000000007', msisdn='1028', subscriber_id=28}
22:48:32.803367 tst         register_default_mass.py: using MSISDN 1029
22:48:32.809455 run              osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001030000000008', msisdn='1029', subscriber_id=29}
22:48:32.889375 tst         register_default_mass.py: using MSISDN 1030
22:48:32.895791 run              osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001030000000009', msisdn='1030', subscriber_id=30}
22:48:32.960121 tst         register_default_mass.py: using MSISDN 1031
22:48:32.965742 run              osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001040000000000', msisdn='1031', subscriber_id=31}
22:48:33.048916 tst         register_default_mass.py: using MSISDN 1032
22:48:33.056635 run              osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001040000000001', msisdn='1032', subscriber_id=32}
22:48:33.134821 tst         register_default_mass.py: using MSISDN 1033
22:48:33.140790 run              osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001040000000002', msisdn='1033', subscriber_id=33}
22:48:33.219223 tst         register_default_mass.py: using MSISDN 1034
22:48:33.225187 run              osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001040000000003', msisdn='1034', subscriber_id=34}
22:48:33.293006 tst         register_default_mass.py: using MSISDN 1035
22:48:33.299050 run              osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001040000000004', msisdn='1035', subscriber_id=35}
22:48:33.365526 tst         register_default_mass.py: using MSISDN 1036
22:48:33.371477 run              osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001040000000005', msisdn='1036', subscriber_id=36}
22:48:33.440722 tst         register_default_mass.py: using MSISDN 1037
22:48:33.446648 run              osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001040000000006', msisdn='1037', subscriber_id=37}
22:48:33.515686 tst         register_default_mass.py: using MSISDN 1038
22:48:33.521371 run              osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001040000000007', msisdn='1038', subscriber_id=38}
22:48:33.596175 tst         register_default_mass.py: using MSISDN 1039
22:48:33.604819 run              osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001040000000008', msisdn='1039', subscriber_id=39}
22:48:33.674670 tst         register_default_mass.py: using MSISDN 1040
22:48:33.681465 run              osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001040000000009', msisdn='1040', subscriber_id=40}
22:48:33.759284 tst         register_default_mass.py: using MSISDN 1041
22:48:33.765259 run              osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001050000000000', msisdn='1041', subscriber_id=41}
22:48:33.829374 tst         register_default_mass.py: using MSISDN 1042
22:48:33.837118 run              osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001050000000001', msisdn='1042', subscriber_id=42}
22:48:33.928475 tst         register_default_mass.py: using MSISDN 1043
22:48:33.934814 run              osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001050000000002', msisdn='1043', subscriber_id=43}
22:48:34.012035 tst         register_default_mass.py: using MSISDN 1044
22:48:34.017640 run              osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001050000000003', msisdn='1044', subscriber_id=44}
22:48:34.084943 tst         register_default_mass.py: using MSISDN 1045
22:48:34.092247 run              osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001050000000004', msisdn='1045', subscriber_id=45}
22:48:34.162362 tst         register_default_mass.py: using MSISDN 1046
22:48:34.171180 run              osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001050000000005', msisdn='1046', subscriber_id=46}
22:48:34.245425 tst         register_default_mass.py: using MSISDN 1047
22:48:34.251407 run              osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001050000000006', msisdn='1047', subscriber_id=47}
22:48:34.336659 tst         register_default_mass.py: using MSISDN 1048
22:48:34.344469 run              osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001050000000007', msisdn='1048', subscriber_id=48}
22:48:34.417633 tst         register_default_mass.py: using MSISDN 1049
22:48:34.425121 run              osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001050000000008', msisdn='1049', subscriber_id=49}
22:48:34.497648 tst         register_default_mass.py: using MSISDN 1050
22:48:34.503570 run              osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001050000000009', msisdn='1050', subscriber_id=50}
22:48:34.568226 tst         register_default_mass.py: using MSISDN 1051
22:48:34.576233 run              osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001060000000000', msisdn='1051', subscriber_id=51}
22:48:34.648697 tst         register_default_mass.py: using MSISDN 1052
22:48:34.659415 run              osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001060000000001', msisdn='1052', subscriber_id=52}
22:48:34.737833 tst         register_default_mass.py: using MSISDN 1053
22:48:34.747022 run              osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001060000000002', msisdn='1053', subscriber_id=53}
22:48:34.813025 tst         register_default_mass.py: using MSISDN 1054
22:48:34.818759 run              osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001060000000003', msisdn='1054', subscriber_id=54}
22:48:34.889342 tst         register_default_mass.py: using MSISDN 1055
22:48:34.896856 run              osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001060000000004', msisdn='1055', subscriber_id=55}
22:48:34.966730 tst         register_default_mass.py: using MSISDN 1056
22:48:34.973489 run              osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001060000000005', msisdn='1056', subscriber_id=56}
22:48:35.039609 tst         register_default_mass.py: using MSISDN 1057
22:48:35.045840 run              osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001060000000006', msisdn='1057', subscriber_id=57}
22:48:35.120629 tst         register_default_mass.py: using MSISDN 1058
22:48:35.128242 run              osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001060000000007', msisdn='1058', subscriber_id=58}
22:48:35.202299 tst         register_default_mass.py: using MSISDN 1059
22:48:35.208096 run              osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001060000000008', msisdn='1059', subscriber_id=59}
22:48:35.276846 tst         register_default_mass.py: using MSISDN 1060
22:48:35.282523 run              osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001060000000009', msisdn='1060', subscriber_id=60}
22:48:35.351956 tst         register_default_mass.py: using MSISDN 1061
22:48:35.357690 run              osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001070000000000', msisdn='1061', subscriber_id=61}
22:48:35.426082 tst         register_default_mass.py: using MSISDN 1062
22:48:35.431725 run              osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001070000000001', msisdn='1062', subscriber_id=62}
22:48:35.503749 tst         register_default_mass.py: using MSISDN 1063
22:48:35.509483 run              osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001070000000002', msisdn='1063', subscriber_id=63}
22:48:35.575835 tst         register_default_mass.py: using MSISDN 1064
22:48:35.581543 run              osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001070000000003', msisdn='1064', subscriber_id=64}
22:48:35.651197 tst         register_default_mass.py: using MSISDN 1065
22:48:35.656876 run              osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001070000000004', msisdn='1065', subscriber_id=65}
22:48:35.732597 tst         register_default_mass.py: using MSISDN 1066
22:48:35.738274 run              osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001070000000005', msisdn='1066', subscriber_id=66}
22:48:35.818191 tst         register_default_mass.py: using MSISDN 1067
22:48:35.827052 run              osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001070000000006', msisdn='1067', subscriber_id=67}
22:48:35.899864 tst         register_default_mass.py: using MSISDN 1068
22:48:35.905580 run              osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001070000000007', msisdn='1068', subscriber_id=68}
22:48:35.984934 tst         register_default_mass.py: using MSISDN 1069
22:48:35.990960 run              osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001070000000008', msisdn='1069', subscriber_id=69}
22:48:36.063680 tst         register_default_mass.py: using MSISDN 1070
22:48:36.069682 run              osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001070000000009', msisdn='1070', subscriber_id=70}
22:48:36.164179 tst         register_default_mass.py: using MSISDN 1071
22:48:36.170081 run              osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001080000000000', msisdn='1071', subscriber_id=71}
22:48:36.267081 tst         register_default_mass.py: using MSISDN 1072
22:48:36.273841 run              osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001080000000001', msisdn='1072', subscriber_id=72}
22:48:36.365095 tst         register_default_mass.py: using MSISDN 1073
22:48:36.371029 run              osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001080000000002', msisdn='1073', subscriber_id=73}
22:48:36.465363 tst         register_default_mass.py: using MSISDN 1074
22:48:36.472842 run              osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001080000000003', msisdn='1074', subscriber_id=74}
22:48:36.548159 tst         register_default_mass.py: using MSISDN 1075
22:48:36.554300 run              osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001080000000004', msisdn='1075', subscriber_id=75}
22:48:36.645422 tst         register_default_mass.py: using MSISDN 1076
22:48:36.655023 run              osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001080000000005', msisdn='1076', subscriber_id=76}
22:48:36.737226 tst         register_default_mass.py: using MSISDN 1077
22:48:36.745547 run              osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001080000000006', msisdn='1077', subscriber_id=77}
22:48:36.843138 tst         register_default_mass.py: using MSISDN 1078
22:48:36.852861 run              osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001080000000007', msisdn='1078', subscriber_id=78}
22:48:36.923514 tst         register_default_mass.py: using MSISDN 1079
22:48:36.929202 run              osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001080000000008', msisdn='1079', subscriber_id=79}
22:48:37.007062 tst         register_default_mass.py: using MSISDN 1080
22:48:37.013722 run              osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001080000000009', msisdn='1080', subscriber_id=80}
22:48:37.180350 tst         register_default_mass.py: using MSISDN 1081
22:48:37.186102 run              osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001090000000000', msisdn='1081', subscriber_id=81}
22:48:37.250461 tst         register_default_mass.py: using MSISDN 1082
22:48:37.257556 run              osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001090000000001', msisdn='1082', subscriber_id=82}
22:48:37.334649 tst         register_default_mass.py: using MSISDN 1083
22:48:37.340300 run              osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001090000000002', msisdn='1083', subscriber_id=83}
22:48:37.419071 tst         register_default_mass.py: using MSISDN 1084
22:48:37.425136 run              osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001090000000003', msisdn='1084', subscriber_id=84}
22:48:37.497141 tst         register_default_mass.py: using MSISDN 1085
22:48:37.507372 run              osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001090000000004', msisdn='1085', subscriber_id=85}
22:48:37.578537 tst         register_default_mass.py: using MSISDN 1086
22:48:37.584493 run              osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001090000000005', msisdn='1086', subscriber_id=86}
22:48:37.667388 tst         register_default_mass.py: using MSISDN 1087
22:48:37.673043 run              osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001090000000006', msisdn='1087', subscriber_id=87}
22:48:37.745264 tst         register_default_mass.py: using MSISDN 1088
22:48:37.751039 run              osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001090000000007', msisdn='1088', subscriber_id=88}
22:48:37.835889 tst         register_default_mass.py: using MSISDN 1089
22:48:37.841876 run              osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001090000000008', msisdn='1089', subscriber_id=89}
22:48:37.938162 tst         register_default_mass.py: using MSISDN 1090
22:48:37.944073 run              osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001090000000009', msisdn='1090', subscriber_id=90}
22:48:38.048406 tst         register_default_mass.py: using MSISDN 1091
22:48:38.054506 run              osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001100000000000', msisdn='1091', subscriber_id=91}
22:48:38.358762 tst         register_default_mass.py: using MSISDN 1092
22:48:38.364456 run              osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001100000000001', msisdn='1092', subscriber_id=92}
22:48:38.439919 tst         register_default_mass.py: using MSISDN 1093
22:48:38.445764 run              osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001100000000002', msisdn='1093', subscriber_id=93}
22:48:38.518382 tst         register_default_mass.py: using MSISDN 1094
22:48:38.528054 run              osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001100000000003', msisdn='1094', subscriber_id=94}
22:48:38.604196 tst         register_default_mass.py: using MSISDN 1095
22:48:38.613751 run              osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001100000000004', msisdn='1095', subscriber_id=95}
22:48:38.688909 tst         register_default_mass.py: using MSISDN 1096
22:48:38.694727 run              osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001100000000005', msisdn='1096', subscriber_id=96}
22:48:38.778641 tst         register_default_mass.py: using MSISDN 1097
22:48:38.785741 run              osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001100000000006', msisdn='1097', subscriber_id=97}
22:48:38.871771 tst         register_default_mass.py: using MSISDN 1098
22:48:38.877492 run              osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001100000000007', msisdn='1098', subscriber_id=98}
22:48:38.966853 tst         register_default_mass.py: using MSISDN 1099
22:48:38.972453 run              osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001100000000008', msisdn='1099', subscriber_id=99}
22:48:39.060829 tst         register_default_mass.py: using MSISDN 1100
22:48:39.066312 run              osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001100000000009', msisdn='1100', subscriber_id=100}
22:48:39.189811 run                             mass: Starting testcase
22:48:39.195670 run                             mass: Pre-launching all virtphy's
22:48:39.201216 run           osmo-ms-virt-phy/00000: Starting virtphy
22:48:39.214429 run   osmo-ms-virt-phy/00000(pid=35): Launched
22:48:39.220492 run           osmo-ms-virt-phy/00001: Starting virtphy
22:48:39.233399 run   osmo-ms-virt-phy/00001(pid=36): Launched
22:48:39.239674 run           osmo-ms-virt-phy/00002: Starting virtphy
22:48:39.253349 run   osmo-ms-virt-phy/00002(pid=37): Launched
22:48:39.259687 run           osmo-ms-virt-phy/00003: Starting virtphy
22:48:39.273711 run   osmo-ms-virt-phy/00003(pid=38): Launched
22:48:39.279980 run           osmo-ms-virt-phy/00004: Starting virtphy
22:48:39.293219 run   osmo-ms-virt-phy/00004(pid=39): Launched
22:48:39.299406 run           osmo-ms-virt-phy/00005: Starting virtphy
22:48:39.312336 run   osmo-ms-virt-phy/00005(pid=40): Launched
22:48:39.318506 run           osmo-ms-virt-phy/00006: Starting virtphy
22:48:39.331836 run   osmo-ms-virt-phy/00006(pid=41): Launched
22:48:39.338065 run           osmo-ms-virt-phy/00007: Starting virtphy
22:48:39.350981 run   osmo-ms-virt-phy/00007(pid=42): Launched
22:48:39.357077 run           osmo-ms-virt-phy/00008: Starting virtphy
22:48:39.370190 run   osmo-ms-virt-phy/00008(pid=43): Launched
22:48:39.376377 run           osmo-ms-virt-phy/00009: Starting virtphy
22:48:39.389374 run   osmo-ms-virt-phy/00009(pid=44): Launched
22:48:39.395369 run           osmo-ms-virt-phy/00010: Starting virtphy
22:48:39.408262 run   osmo-ms-virt-phy/00010(pid=45): Launched
22:48:39.414250 run           osmo-ms-virt-phy/00011: Starting virtphy
22:48:39.427240 run   osmo-ms-virt-phy/00011(pid=46): Launched
22:48:39.433300 run           osmo-ms-virt-phy/00012: Starting virtphy
22:48:39.446327 run   osmo-ms-virt-phy/00012(pid=47): Launched
22:48:39.452376 run           osmo-ms-virt-phy/00013: Starting virtphy
22:48:39.465476 run   osmo-ms-virt-phy/00013(pid=48): Launched
22:48:39.471590 run           osmo-ms-virt-phy/00014: Starting virtphy
22:48:39.484537 run   osmo-ms-virt-phy/00014(pid=49): Launched
22:48:39.490667 run           osmo-ms-virt-phy/00015: Starting virtphy
22:48:39.503572 run   osmo-ms-virt-phy/00015(pid=50): Launched
22:48:39.509607 run           osmo-ms-virt-phy/00016: Starting virtphy
22:48:39.522673 run   osmo-ms-virt-phy/00016(pid=51): Launched
22:48:39.528898 run           osmo-ms-virt-phy/00017: Starting virtphy
22:48:39.542126 run   osmo-ms-virt-phy/00017(pid=52): Launched
22:48:39.548247 run           osmo-ms-virt-phy/00018: Starting virtphy
22:48:39.561287 run   osmo-ms-virt-phy/00018(pid=53): Launched
22:48:39.567336 run           osmo-ms-virt-phy/00019: Starting virtphy
22:48:39.580408 run   osmo-ms-virt-phy/00019(pid=54): Launched
22:48:39.586566 run           osmo-ms-virt-phy/00020: Starting virtphy
22:48:39.600061 run   osmo-ms-virt-phy/00020(pid=55): Launched
22:48:39.606319 run           osmo-ms-virt-phy/00021: Starting virtphy
22:48:39.619481 run   osmo-ms-virt-phy/00021(pid=56): Launched
22:48:39.625744 run           osmo-ms-virt-phy/00022: Starting virtphy
22:48:39.638751 run   osmo-ms-virt-phy/00022(pid=57): Launched
22:48:39.644943 run           osmo-ms-virt-phy/00023: Starting virtphy
22:48:39.657921 run   osmo-ms-virt-phy/00023(pid=58): Launched
22:48:39.664043 run           osmo-ms-virt-phy/00024: Starting virtphy
22:48:39.677222 run   osmo-ms-virt-phy/00024(pid=59): Launched
22:48:39.683560 run           osmo-ms-virt-phy/00025: Starting virtphy
22:48:39.697221 run   osmo-ms-virt-phy/00025(pid=60): Launched
22:48:39.703457 run           osmo-ms-virt-phy/00026: Starting virtphy
22:48:39.716980 run   osmo-ms-virt-phy/00026(pid=61): Launched
22:48:39.723220 run           osmo-ms-virt-phy/00027: Starting virtphy
22:48:39.736768 run   osmo-ms-virt-phy/00027(pid=62): Launched
22:48:39.743295 run           osmo-ms-virt-phy/00028: Starting virtphy
22:48:39.756785 run   osmo-ms-virt-phy/00028(pid=63): Launched
22:48:39.762861 run           osmo-ms-virt-phy/00029: Starting virtphy
22:48:39.775678 run   osmo-ms-virt-phy/00029(pid=64): Launched
22:48:39.781758 run           osmo-ms-virt-phy/00030: Starting virtphy
22:48:39.795203 run   osmo-ms-virt-phy/00030(pid=65): Launched
22:48:39.801376 run           osmo-ms-virt-phy/00031: Starting virtphy
22:48:39.815006 run   osmo-ms-virt-phy/00031(pid=66): Launched
22:48:39.821334 run           osmo-ms-virt-phy/00032: Starting virtphy
22:48:39.834719 run   osmo-ms-virt-phy/00032(pid=67): Launched
22:48:39.840913 run           osmo-ms-virt-phy/00033: Starting virtphy
22:48:39.854038 run   osmo-ms-virt-phy/00033(pid=68): Launched
22:48:39.860160 run           osmo-ms-virt-phy/00034: Starting virtphy
22:48:39.873412 run   osmo-ms-virt-phy/00034(pid=69): Launched
22:48:39.879480 run           osmo-ms-virt-phy/00035: Starting virtphy
22:48:39.892438 run   osmo-ms-virt-phy/00035(pid=70): Launched
22:48:39.898366 run           osmo-ms-virt-phy/00036: Starting virtphy
22:48:39.911286 run   osmo-ms-virt-phy/00036(pid=71): Launched
22:48:39.917338 run           osmo-ms-virt-phy/00037: Starting virtphy
22:48:39.930288 run   osmo-ms-virt-phy/00037(pid=72): Launched
22:48:39.936289 run           osmo-ms-virt-phy/00038: Starting virtphy
22:48:39.949237 run   osmo-ms-virt-phy/00038(pid=73): Launched
22:48:39.955333 run           osmo-ms-virt-phy/00039: Starting virtphy
22:48:39.968266 run   osmo-ms-virt-phy/00039(pid=74): Launched
22:48:39.974223 run           osmo-ms-virt-phy/00040: Starting virtphy
22:48:39.987115 run   osmo-ms-virt-phy/00040(pid=75): Launched
22:48:39.993074 run           osmo-ms-virt-phy/00041: Starting virtphy
22:48:40.005902 run   osmo-ms-virt-phy/00041(pid=76): Launched
22:48:40.012005 run           osmo-ms-virt-phy/00042: Starting virtphy
22:48:40.025120 run   osmo-ms-virt-phy/00042(pid=77): Launched
22:48:40.038249 run           osmo-ms-virt-phy/00043: Starting virtphy
22:48:40.051356 run   osmo-ms-virt-phy/00043(pid=78): Launched
22:48:40.058738 run           osmo-ms-virt-phy/00044: Starting virtphy
22:48:40.072789 run   osmo-ms-virt-phy/00044(pid=79): Launched
22:48:40.079305 run           osmo-ms-virt-phy/00045: Starting virtphy
22:48:40.092994 run   osmo-ms-virt-phy/00045(pid=80): Launched
22:48:40.099330 run           osmo-ms-virt-phy/00046: Starting virtphy
22:48:40.112991 run   osmo-ms-virt-phy/00046(pid=81): Launched
22:48:40.119432 run           osmo-ms-virt-phy/00047: Starting virtphy
22:48:40.133219 run   osmo-ms-virt-phy/00047(pid=82): Launched
22:48:40.139507 run           osmo-ms-virt-phy/00048: Starting virtphy
22:48:40.153214 run   osmo-ms-virt-phy/00048(pid=83): Launched
22:48:40.159650 run           osmo-ms-virt-phy/00049: Starting virtphy
22:48:40.173391 run   osmo-ms-virt-phy/00049(pid=84): Launched
22:48:40.179893 run           osmo-ms-virt-phy/00050: Starting virtphy
22:48:40.193549 run   osmo-ms-virt-phy/00050(pid=85): Launched
22:48:40.199909 run           osmo-ms-virt-phy/00051: Starting virtphy
22:48:40.213503 run   osmo-ms-virt-phy/00051(pid=86): Launched
22:48:40.219866 run           osmo-ms-virt-phy/00052: Starting virtphy
22:48:40.233527 run   osmo-ms-virt-phy/00052(pid=87): Launched
22:48:40.239779 run           osmo-ms-virt-phy/00053: Starting virtphy
22:48:40.253365 run   osmo-ms-virt-phy/00053(pid=88): Launched
22:48:40.259657 run           osmo-ms-virt-phy/00054: Starting virtphy
22:48:40.273243 run   osmo-ms-virt-phy/00054(pid=89): Launched
22:48:40.279456 run           osmo-ms-virt-phy/00055: Starting virtphy
22:48:40.293093 run   osmo-ms-virt-phy/00055(pid=90): Launched
22:48:40.299474 run           osmo-ms-virt-phy/00056: Starting virtphy
22:48:40.312929 run   osmo-ms-virt-phy/00056(pid=91): Launched
22:48:40.319228 run           osmo-ms-virt-phy/00057: Starting virtphy
22:48:40.332793 run   osmo-ms-virt-phy/00057(pid=92): Launched
22:48:40.339024 run           osmo-ms-virt-phy/00058: Starting virtphy
22:48:40.352408 run   osmo-ms-virt-phy/00058(pid=93): Launched
22:48:40.358637 run           osmo-ms-virt-phy/00059: Starting virtphy
22:48:40.372200 run   osmo-ms-virt-phy/00059(pid=94): Launched
22:48:40.378757 run           osmo-ms-virt-phy/00060: Starting virtphy
22:48:40.392422 run   osmo-ms-virt-phy/00060(pid=95): Launched
22:48:40.398795 run           osmo-ms-virt-phy/00061: Starting virtphy
22:48:40.412346 run   osmo-ms-virt-phy/00061(pid=96): Launched
22:48:40.418682 run           osmo-ms-virt-phy/00062: Starting virtphy
22:48:40.432137 run   osmo-ms-virt-phy/00062(pid=97): Launched
22:48:40.438410 run           osmo-ms-virt-phy/00063: Starting virtphy
22:48:40.451887 run   osmo-ms-virt-phy/00063(pid=98): Launched
22:48:40.458243 run           osmo-ms-virt-phy/00064: Starting virtphy
22:48:40.471687 run   osmo-ms-virt-phy/00064(pid=99): Launched
22:48:40.477899 run           osmo-ms-virt-phy/00065: Starting virtphy
22:48:40.491426 run  osmo-ms-virt-phy/00065(pid=100): Launched
22:48:40.497697 run           osmo-ms-virt-phy/00066: Starting virtphy
22:48:40.511195 run  osmo-ms-virt-phy/00066(pid=101): Launched
22:48:40.517439 run           osmo-ms-virt-phy/00067: Starting virtphy
22:48:40.531066 run  osmo-ms-virt-phy/00067(pid=102): Launched
22:48:40.538087 run           osmo-ms-virt-phy/00068: Starting virtphy
22:48:40.552338 run  osmo-ms-virt-phy/00068(pid=103): Launched
22:48:40.558909 run           osmo-ms-virt-phy/00069: Starting virtphy
22:48:40.573044 run  osmo-ms-virt-phy/00069(pid=104): Launched
22:48:40.579787 run           osmo-ms-virt-phy/00070: Starting virtphy
22:48:40.593784 run  osmo-ms-virt-phy/00070(pid=105): Launched
22:48:40.600071 run           osmo-ms-virt-phy/00071: Starting virtphy
22:48:40.613554 run  osmo-ms-virt-phy/00071(pid=106): Launched
22:48:40.619638 run           osmo-ms-virt-phy/00072: Starting virtphy
22:48:40.632702 run  osmo-ms-virt-phy/00072(pid=107): Launched
22:48:40.638683 run           osmo-ms-virt-phy/00073: Starting virtphy
22:48:40.651898 run  osmo-ms-virt-phy/00073(pid=108): Launched
22:48:40.658626 run           osmo-ms-virt-phy/00074: Starting virtphy
22:48:40.672196 run  osmo-ms-virt-phy/00074(pid=109): Launched
22:48:40.678518 run           osmo-ms-virt-phy/00075: Starting virtphy
22:48:40.691767 run  osmo-ms-virt-phy/00075(pid=110): Launched
22:48:40.697945 run           osmo-ms-virt-phy/00076: Starting virtphy
22:48:40.711279 run  osmo-ms-virt-phy/00076(pid=111): Launched
22:48:40.717578 run           osmo-ms-virt-phy/00077: Starting virtphy
22:48:40.731473 run  osmo-ms-virt-phy/00077(pid=112): Launched
22:48:40.737858 run           osmo-ms-virt-phy/00078: Starting virtphy
22:48:40.751641 run  osmo-ms-virt-phy/00078(pid=113): Launched
22:48:40.757826 run           osmo-ms-virt-phy/00079: Starting virtphy
22:48:40.771330 run  osmo-ms-virt-phy/00079(pid=114): Launched
22:48:40.777424 run           osmo-ms-virt-phy/00080: Starting virtphy
22:48:40.790955 run  osmo-ms-virt-phy/00080(pid=115): Launched
22:48:40.797145 run           osmo-ms-virt-phy/00081: Starting virtphy
22:48:40.810436 run  osmo-ms-virt-phy/00081(pid=116): Launched
22:48:40.816598 run           osmo-ms-virt-phy/00082: Starting virtphy
22:48:40.829990 run  osmo-ms-virt-phy/00082(pid=117): Launched
22:48:40.836490 run           osmo-ms-virt-phy/00083: Starting virtphy
22:48:40.849853 run  osmo-ms-virt-phy/00083(pid=118): Launched
22:48:40.856111 run           osmo-ms-virt-phy/00084: Starting virtphy
22:48:40.869795 run  osmo-ms-virt-phy/00084(pid=119): Launched
22:48:40.876150 run           osmo-ms-virt-phy/00085: Starting virtphy
22:48:40.889784 run  osmo-ms-virt-phy/00085(pid=120): Launched
22:48:40.896193 run           osmo-ms-virt-phy/00086: Starting virtphy
22:48:40.909733 run  osmo-ms-virt-phy/00086(pid=121): Launched
22:48:40.916035 run           osmo-ms-virt-phy/00087: Starting virtphy
22:48:40.929542 run  osmo-ms-virt-phy/00087(pid=122): Launched
22:48:40.935788 run           osmo-ms-virt-phy/00088: Starting virtphy
22:48:40.949275 run  osmo-ms-virt-phy/00088(pid=123): Launched
22:48:40.955476 run           osmo-ms-virt-phy/00089: Starting virtphy
22:48:40.969114 run  osmo-ms-virt-phy/00089(pid=124): Launched
22:48:40.975275 run           osmo-ms-virt-phy/00090: Starting virtphy
22:48:40.988984 run  osmo-ms-virt-phy/00090(pid=125): Launched
22:48:40.995260 run           osmo-ms-virt-phy/00091: Starting virtphy
22:48:41.008940 run  osmo-ms-virt-phy/00091(pid=126): Launched
22:48:41.015170 run           osmo-ms-virt-phy/00092: Starting virtphy
22:48:41.028916 run  osmo-ms-virt-phy/00092(pid=127): Launched
22:48:41.035250 run           osmo-ms-virt-phy/00093: Starting virtphy
22:48:41.048772 run  osmo-ms-virt-phy/00093(pid=128): Launched
22:48:41.055099 run           osmo-ms-virt-phy/00094: Starting virtphy
22:48:41.068498 run  osmo-ms-virt-phy/00094(pid=129): Launched
22:48:41.074800 run           osmo-ms-virt-phy/00095: Starting virtphy
22:48:41.088529 run  osmo-ms-virt-phy/00095(pid=130): Launched
22:48:41.094785 run           osmo-ms-virt-phy/00096: Starting virtphy
22:48:41.108154 run  osmo-ms-virt-phy/00096(pid=131): Launched
22:48:41.114538 run           osmo-ms-virt-phy/00097: Starting virtphy
22:48:41.127936 run  osmo-ms-virt-phy/00097(pid=132): Launched
22:48:41.134068 run           osmo-ms-virt-phy/00098: Starting virtphy
22:48:41.147314 run  osmo-ms-virt-phy/00098(pid=133): Launched
22:48:41.153624 run           osmo-ms-virt-phy/00099: Starting virtphy
22:48:41.166733 run  osmo-ms-virt-phy/00099(pid=134): Launched
22:48:41.172912 run                             mass: Checking if sockets are in the filesystem
22:48:41.185168 run                osmo-ms-mob/00000: Starting mobile
22:48:41.198943 run       osmo-ms-mob/00000(pid=135): Launched
22:48:41.211106 run                             mass: MS start registered  {at=5482626.914452448, delay=0.0059153251349925995, ms=00000}
22:48:45.386588 run                osmo-ms-mob/00001: Starting mobile
22:48:45.400255 run       osmo-ms-mob/00001(pid=136): Launched
22:48:45.411286 run                             mass: MS start registered  {at=5482631.114630803, delay=0.004781434312462807, ms=00001}
22:48:45.993659 run                             mass: MS performed LU  {at=5482631.696985856, lu_delay=4.782533408142626, ms=00000}
22:48:47.185597 run                osmo-ms-mob/00002: Starting mobile
22:48:47.199431 run       osmo-ms-mob/00002(pid=137): Launched
22:48:47.210643 run                             mass: MS start registered  {at=5482632.913978354, delay=0.004814470186829567, ms=00002}
22:48:48.484814 run                osmo-ms-mob/00003: Starting mobile
22:48:48.498897 run       osmo-ms-mob/00003(pid=138): Launched
22:48:48.510159 run                             mass: MS start registered  {at=5482634.213501207, delay=0.004985933192074299, ms=00003}
22:48:49.585594 run                osmo-ms-mob/00004: Starting mobile
22:48:49.599200 run       osmo-ms-mob/00004(pid=139): Launched
22:48:49.610530 run                             mass: MS start registered  {at=5482635.313861546, delay=0.004797081463038921, ms=00004}
22:48:50.584477 run                osmo-ms-mob/00005: Starting mobile
22:48:50.598239 run       osmo-ms-mob/00005(pid=140): Launched
22:48:50.610835 run                             mass: MS start registered  {at=5482636.314139449, delay=0.006225474178791046, ms=00005}
22:48:51.484540 run                osmo-ms-mob/00006: Starting mobile
22:48:51.498308 run       osmo-ms-mob/00006(pid=141): Launched
22:48:51.514058 run                             mass: MS start registered  {at=5482637.217372651, delay=0.00937954057008028, ms=00006}
22:48:51.642449 run                             mass: MS performed LU  {at=5482637.345758759, lu_delay=6.231127956882119, ms=00001}
22:48:52.385293 run                osmo-ms-mob/00007: Starting mobile
22:48:52.399571 run       osmo-ms-mob/00007(pid=142): Launched
22:48:52.410953 run                             mass: MS start registered  {at=5482638.114301301, delay=0.005034766159951687, ms=00007}
22:48:53.184615 run                osmo-ms-mob/00008: Starting mobile
22:48:53.198099 run       osmo-ms-mob/00008(pid=143): Launched
22:48:53.209185 run                             mass: MS start registered  {at=5482638.912532958, delay=0.00474051758646965, ms=00008}
22:48:53.543928 run                             mass: MS performed LU  {at=5482639.247261915, lu_delay=5.033760708756745, ms=00003}
22:48:53.571663 run                             mass: MS performed LU  {at=5482639.274996798, lu_delay=6.361018443480134, ms=00002}
22:48:53.885536 run                osmo-ms-mob/00009: Starting mobile
22:48:53.899279 run       osmo-ms-mob/00009(pid=144): Launched
22:48:53.910845 run                             mass: MS start registered  {at=5482639.61419653, delay=0.005062144249677658, ms=00009}
22:48:54.586615 run                osmo-ms-mob/00010: Starting mobile
22:48:54.601023 run       osmo-ms-mob/00010(pid=145): Launched
22:48:54.612827 run                             mass: MS start registered  {at=5482640.316160633, delay=0.0055222706869244576, ms=00010}
22:48:55.196750 run                osmo-ms-mob/00011: Starting mobile
22:48:55.210797 run       osmo-ms-mob/00011(pid=146): Launched
22:48:55.222023 run                             mass: MS start registered  {at=5482640.925364029, delay=0.004763823002576828, ms=00011}
22:48:55.408711 run                             mass: MS performed LU  {at=5482641.112021425, lu_delay=5.798159878700972, ms=00004}
22:48:55.473081 run                             mass: MS performed LU  {at=5482641.176412436, lu_delay=4.862272987142205, ms=00005}
22:48:55.784533 run                osmo-ms-mob/00012: Starting mobile
22:48:55.798778 run       osmo-ms-mob/00012(pid=147): Launched
22:48:55.810170 run                             mass: MS start registered  {at=5482641.513512357, delay=0.005063067190349102, ms=00012}
22:48:56.385819 run                osmo-ms-mob/00013: Starting mobile
22:48:56.400202 run       osmo-ms-mob/00013(pid=148): Launched
22:48:56.411806 run                             mass: MS start registered  {at=5482642.115153729, delay=0.004860060289502144, ms=00013}
22:48:57.001660 run                osmo-ms-mob/00014: Starting mobile
22:48:57.015477 run       osmo-ms-mob/00014(pid=149): Launched
22:48:57.026855 run                             mass: MS start registered  {at=5482642.730190979, delay=0.005239876918494701, ms=00014}
22:48:57.311514 run                             mass: MS performed LU  {at=5482643.01477305, lu_delay=5.797400399111211, ms=00006}
22:48:57.338340 run                             mass: MS performed LU  {at=5482643.041609649, lu_delay=4.9273083480075, ms=00007}
22:48:57.587609 run                osmo-ms-mob/00015: Starting mobile
22:48:57.603691 run       osmo-ms-mob/00015(pid=150): Launched
22:48:57.614672 run                             mass: MS start registered  {at=5482643.318016198, delay=0.004753381013870239, ms=00015}
22:48:58.097158 run                osmo-ms-mob/00016: Starting mobile
22:48:58.110880 run       osmo-ms-mob/00016(pid=151): Launched
22:48:58.121811 run                             mass: MS start registered  {at=5482643.825164151, delay=0.004827521741390228, ms=00016}
22:48:58.599322 run                osmo-ms-mob/00017: Starting mobile
22:48:58.614042 run       osmo-ms-mob/00017(pid=152): Launched
22:48:58.625438 run                             mass: MS start registered  {at=5482644.328780294, delay=0.005112751387059689, ms=00017}
22:48:59.174265 run                             mass: MS performed LU  {at=5482644.877597662, lu_delay=5.96506470348686, ms=00008}
22:48:59.186043 run                osmo-ms-mob/00018: Starting mobile
22:48:59.199125 run       osmo-ms-mob/00018(pid=153): Launched
22:48:59.209874 run                             mass: MS start registered  {at=5482644.913227354, delay=0.004629815928637981, ms=00018}
22:48:59.239072 run                             mass: MS performed LU  {at=5482644.942416898, lu_delay=5.328220368362963, ms=00009}
22:48:59.545246 run                             mass: MS performed LU  {at=5482645.248497958, lu_delay=4.932337325066328, ms=00010}
22:48:59.571659 run                osmo-ms-mob/00019: Starting mobile
22:48:59.585697 run       osmo-ms-mob/00019(pid=154): Launched
22:48:59.597052 run                             mass: MS start registered  {at=5482645.300403304, delay=0.005022032186388969, ms=00019}
22:49:00.088962 run                osmo-ms-mob/00020: Starting mobile
22:49:00.102581 run       osmo-ms-mob/00020(pid=155): Launched
22:49:00.113721 run                             mass: MS start registered  {at=5482645.817066917, delay=0.004913344047963619, ms=00020}
22:49:00.586693 run                osmo-ms-mob/00021: Starting mobile
22:49:00.601026 run       osmo-ms-mob/00021(pid=156): Launched
22:49:00.612859 run                             mass: MS start registered  {at=5482646.316206395, delay=0.0048072608187794685, ms=00021}
22:49:00.985227 run                osmo-ms-mob/00022: Starting mobile
22:49:00.998546 run       osmo-ms-mob/00022(pid=157): Launched
22:49:01.009573 run                             mass: MS start registered  {at=5482646.712922783, delay=0.004652361385524273, ms=00022}
22:49:01.075913 run                             mass: MS performed LU  {at=5482646.779245251, lu_delay=4.66409152187407, ms=00013}
22:49:01.103420 run                             mass: MS performed LU  {at=5482646.806757134, lu_delay=5.29324477724731, ms=00012}
22:49:01.485567 run                osmo-ms-mob/00023: Starting mobile
22:49:01.499035 run       osmo-ms-mob/00023(pid=158): Launched
22:49:01.510835 run                             mass: MS start registered  {at=5482647.21418834, delay=0.0051787737756967545, ms=00023}
22:49:01.887063 run                osmo-ms-mob/00024: Starting mobile
22:49:01.901737 run       osmo-ms-mob/00024(pid=159): Launched
22:49:01.913579 run                             mass: MS start registered  {at=5482647.616929548, delay=0.005136682651937008, ms=00024}
22:49:02.385315 run                osmo-ms-mob/00025: Starting mobile
22:49:02.400387 run       osmo-ms-mob/00025(pid=160): Launched
22:49:02.411946 run                             mass: MS start registered  {at=5482648.115298961, delay=0.0022918200120329857, ms=00025}
22:49:02.793260 run                osmo-ms-mob/00026: Starting mobile
22:49:02.806594 run       osmo-ms-mob/00026(pid=161): Launched
22:49:02.818094 run                             mass: MS start registered  {at=5482648.521443898, delay=0.005346774123609066, ms=00026}
22:49:02.940278 run                             mass: MS performed LU  {at=5482648.643601599, lu_delay=5.325585400685668, ms=00015}
22:49:03.005275 run                             mass: MS performed LU  {at=5482648.708574276, lu_delay=5.978383297100663, ms=00014}
22:49:03.075628 run                             mass: MS performed LU  {at=5482648.778881293, lu_delay=4.9537171414121985, ms=00016}
22:49:03.098888 run                osmo-ms-mob/00027: Starting mobile
22:49:03.112800 run       osmo-ms-mob/00027(pid=162): Launched
22:49:03.124075 run                             mass: MS start registered  {at=5482648.827425705, delay=0.004947022534906864, ms=00027}
22:49:03.345942 run                             mass: MS performed LU  {at=5482649.049275483, lu_delay=4.720495188608766, ms=00017}
22:49:03.623240 run                osmo-ms-mob/00028: Starting mobile
22:49:03.636326 run       osmo-ms-mob/00028(pid=163): Launched
22:49:03.649221 run                             mass: MS start registered  {at=5482649.352566368, delay=0.006739112548530102, ms=00028}
22:49:03.988591 run                osmo-ms-mob/00029: Starting mobile
22:49:04.001939 run       osmo-ms-mob/00029(pid=164): Launched
22:49:04.027890 run                             mass: MS start registered  {at=5482649.73120227, delay=0.019832834601402283, ms=00029}
22:49:04.395002 run                osmo-ms-mob/00030: Starting mobile
22:49:04.410419 run       osmo-ms-mob/00030(pid=165): Launched
22:49:04.422376 run                             mass: MS start registered  {at=5482650.125726497, delay=0.00567653588950634, ms=00030}
22:49:04.787000 run                osmo-ms-mob/00031: Starting mobile
22:49:04.801051 run       osmo-ms-mob/00031(pid=166): Launched
22:49:04.812393 run                             mass: MS start registered  {at=5482650.515746142, delay=0.005034265108406544, ms=00031}
22:49:05.012198 run                             mass: MS performed LU  {at=5482650.71553434, lu_delay=4.898467422463, ms=00020}
22:49:05.023870 run                osmo-ms-mob/00032: Starting mobile
22:49:05.037603 run       osmo-ms-mob/00032(pid=167): Launched
22:49:05.048727 run                             mass: MS start registered  {at=5482650.752077338, delay=0.004865691997110844, ms=00032}
22:49:05.077839 run                             mass: MS performed LU  {at=5482650.781157136, lu_delay=5.8679297817870975, ms=00018}
22:49:05.105924 run                             mass: MS performed LU  {at=5482650.809183055, lu_delay=5.508779750205576, ms=00019}
22:49:05.497724 run                osmo-ms-mob/00033: Starting mobile
22:49:05.511794 run       osmo-ms-mob/00033(pid=168): Launched
22:49:05.522693 run                             mass: MS start registered  {at=5482651.226043314, delay=0.004898209124803543, ms=00033}
22:49:05.894244 run                osmo-ms-mob/00034: Starting mobile
22:49:05.908363 run       osmo-ms-mob/00034(pid=169): Launched
22:49:05.919895 run                             mass: MS start registered  {at=5482651.623243812, delay=0.005191572941839695, ms=00034}
22:49:06.185415 run                osmo-ms-mob/00035: Starting mobile
22:49:06.200026 run       osmo-ms-mob/00035(pid=170): Launched
22:49:06.211807 run                             mass: MS start registered  {at=5482651.915138658, delay=0.00541143212467432, ms=00035}
22:49:06.586602 run                osmo-ms-mob/00036: Starting mobile
22:49:06.600048 run       osmo-ms-mob/00036(pid=171): Launched
22:49:06.611482 run                             mass: MS start registered  {at=5482652.314827279, delay=0.004885966889560223, ms=00036}
22:49:06.706167 run                             mass: MS performed LU  {at=5482652.409501235, lu_delay=6.093294840306044, ms=00021}
22:49:06.770985 run                             mass: MS performed LU  {at=5482652.474317195, lu_delay=5.260128854773939, ms=00023}
22:49:06.841729 run                             mass: MS performed LU  {at=5482652.544982263, lu_delay=4.928052715025842, ms=00024}
22:49:06.870189 run                osmo-ms-mob/00037: Starting mobile
22:49:06.883251 run       osmo-ms-mob/00037(pid=172): Launched
22:49:06.889447 run                             mass: MS performed LU  {at=5482652.592805902, lu_delay=5.879883118905127, ms=00022}
22:49:06.895660 run                             mass: MS start registered  {at=5482652.599025582, delay=0.0062391143292188644, ms=00037}
22:49:07.299172 run                osmo-ms-mob/00038: Starting mobile
22:49:07.312792 run       osmo-ms-mob/00038(pid=173): Launched
22:49:07.324668 run                             mass: MS start registered  {at=5482653.028012666, delay=0.005819648504257202, ms=00038}
22:49:07.598564 run                osmo-ms-mob/00039: Starting mobile
22:49:07.613167 run       osmo-ms-mob/00039(pid=174): Launched
22:49:07.624422 run                             mass: MS start registered  {at=5482653.32776679, delay=0.004767901264131069, ms=00039}
22:49:07.988655 run                osmo-ms-mob/00040: Starting mobile
22:49:08.001931 run       osmo-ms-mob/00040(pid=175): Launched
22:49:08.013020 run                             mass: MS start registered  {at=5482653.716368557, delay=0.004960808902978897, ms=00040}
22:49:08.301753 run                osmo-ms-mob/00041: Starting mobile
22:49:08.316347 run       osmo-ms-mob/00041(pid=176): Launched
22:49:08.327432 run                             mass: MS start registered  {at=5482654.030779323, delay=0.005122252739965916, ms=00041}
22:49:08.506715 run                             mass: MS performed LU  {at=5482654.209970198, lu_delay=4.857403829693794, ms=00028}
22:49:08.531481 run                osmo-ms-mob/00042: Starting mobile
22:49:08.545492 run       osmo-ms-mob/00042(pid=177): Launched
22:49:08.557037 run                             mass: MS start registered  {at=5482654.260384713, delay=0.0044532520696520805, ms=00042}
22:49:08.608426 run                             mass: MS performed LU  {at=5482654.311703379, lu_delay=6.196404417976737, ms=00025}
22:49:08.634908 run                             mass: MS performed LU  {at=5482654.338183514, lu_delay=5.510757808573544, ms=00027}
22:49:08.778805 run                             mass: MS performed LU  {at=5482654.482129178, lu_delay=5.960685280151665, ms=00026}
22:49:08.798656 run                osmo-ms-mob/00043: Starting mobile
22:49:08.811899 run       osmo-ms-mob/00043(pid=178): Launched
22:49:08.818281 run                             mass: MS performed LU  {at=5482654.521639325, lu_delay=4.790437054820359, ms=00029}
22:49:08.824371 run                             mass: MS start registered  {at=5482654.527737119, delay=0.006117899902164936, ms=00043}
22:49:09.300408 run                osmo-ms-mob/00044: Starting mobile
22:49:09.314063 run       osmo-ms-mob/00044(pid=179): Launched
22:49:09.324845 run                             mass: MS start registered  {at=5482655.028193887, delay=0.004737581126391888, ms=00044}
22:49:09.584825 run                osmo-ms-mob/00045: Starting mobile
22:49:09.598591 run       osmo-ms-mob/00045(pid=180): Launched
22:49:09.609697 run                             mass: MS start registered  {at=5482655.313046048, delay=0.004791136831045151, ms=00045}
22:49:09.885121 run                osmo-ms-mob/00046: Starting mobile
22:49:09.898761 run       osmo-ms-mob/00046(pid=181): Launched
22:49:09.910773 run                             mass: MS start registered  {at=5482655.614115546, delay=0.005532361567020416, ms=00046}
22:49:10.185015 run                osmo-ms-mob/00047: Starting mobile
22:49:10.199208 run       osmo-ms-mob/00047(pid=182): Launched
22:49:10.211079 run                             mass: MS start registered  {at=5482655.914413772, delay=0.005430334247648716, ms=00047}
22:49:10.472407 run                             mass: MS performed LU  {at=5482656.175669594, lu_delay=4.552425782196224, ms=00034}
22:49:10.485997 run                osmo-ms-mob/00048: Starting mobile
22:49:10.499639 run       osmo-ms-mob/00048(pid=183): Launched
22:49:10.511105 run                             mass: MS start registered  {at=5482656.214451486, delay=0.00496603362262249, ms=00048}
22:49:10.536946 run                             mass: MS performed LU  {at=5482656.240259577, lu_delay=5.488182238303125, ms=00032}
22:49:10.605759 run                             mass: MS performed LU  {at=5482656.30909195, lu_delay=5.7933458080515265, ms=00031}
22:49:10.617325 run                osmo-ms-mob/00049: Starting mobile
22:49:10.630772 run       osmo-ms-mob/00049(pid=184): Launched
22:49:10.641996 run                             mass: MS start registered  {at=5482656.345344263, delay=0.004767878912389278, ms=00049}
22:49:10.648114 run                             mass: MS performed LU  {at=5482656.351474996, lu_delay=5.125431681983173, ms=00033}
22:49:10.697637 run                             mass: MS performed LU  {at=5482656.400967611, lu_delay=6.2752411141991615, ms=00030}
22:49:10.709433 run                osmo-ms-mob/00050: Starting mobile
22:49:10.722706 run       osmo-ms-mob/00050(pid=185): Launched
22:49:10.733538 run                             mass: MS start registered  {at=5482656.43688213, delay=0.004640311002731323, ms=00050}
22:49:11.484925 run                osmo-ms-mob/00051: Starting mobile
22:49:11.498368 run       osmo-ms-mob/00051(pid=186): Launched
22:49:11.509437 run                             mass: MS start registered  {at=5482657.212786508, delay=0.005121467635035515, ms=00051}
22:49:11.784926 run                osmo-ms-mob/00052: Starting mobile
22:49:11.799004 run       osmo-ms-mob/00052(pid=187): Launched
22:49:11.810627 run                             mass: MS start registered  {at=5482657.513957029, delay=0.0052115218713879585, ms=00052}
22:49:12.084826 run                osmo-ms-mob/00053: Starting mobile
22:49:12.098709 run       osmo-ms-mob/00053(pid=188): Launched
22:49:12.109935 run                             mass: MS start registered  {at=5482657.813269777, delay=0.005044077523052692, ms=00053}
22:49:12.271988 run                             mass: MS performed LU  {at=5482657.975321572, lu_delay=5.660494293086231, ms=00036}
22:49:12.372978 run                             mass: MS performed LU  {at=5482658.076305108, lu_delay=5.04829244222492, ms=00038}
22:49:12.392143 run                osmo-ms-mob/00054: Starting mobile
22:49:12.406082 run       osmo-ms-mob/00054(pid=189): Launched
22:49:12.412337 run                             mass: MS performed LU  {at=5482658.115694836, lu_delay=5.516669253818691, ms=00037}
22:49:12.418422 run                             mass: MS start registered  {at=5482658.121788461, delay=0.006114017218351364, ms=00054}
22:49:12.544526 run                             mass: MS performed LU  {at=5482658.247862726, lu_delay=6.332724068313837, ms=00035}
22:49:12.556429 run                osmo-ms-mob/00055: Starting mobile
22:49:12.570571 run       osmo-ms-mob/00055(pid=190): Launched
22:49:12.576873 run                             mass: MS performed LU  {at=5482658.28023088, lu_delay=4.952464089728892, ms=00039}
22:49:12.582969 run                             mass: MS start registered  {at=5482658.286334961, delay=0.006125031970441341, ms=00055}
22:49:12.994988 run                osmo-ms-mob/00056: Starting mobile
22:49:13.008487 run       osmo-ms-mob/00056(pid=191): Launched
22:49:13.019492 run                             mass: MS start registered  {at=5482658.722835224, delay=0.00497466791421175, ms=00056}
22:49:13.301334 run                osmo-ms-mob/00057: Starting mobile
22:49:13.315706 run       osmo-ms-mob/00057(pid=192): Launched
22:49:13.327493 run                             mass: MS start registered  {at=5482659.030828662, delay=0.005224381573498249, ms=00057}
22:49:13.684991 run                osmo-ms-mob/00058: Starting mobile
22:49:13.698954 run       osmo-ms-mob/00058(pid=193): Launched
22:49:13.710172 run                             mass: MS start registered  {at=5482659.413520162, delay=0.004800939932465553, ms=00058}
22:49:13.984955 run                osmo-ms-mob/00059: Starting mobile
22:49:13.997977 run       osmo-ms-mob/00059(pid=194): Launched
22:49:14.009280 run                             mass: MS start registered  {at=5482659.712629226, delay=0.00508528295904398, ms=00059}
22:49:14.137677 run                             mass: MS performed LU  {at=5482659.840905373, lu_delay=5.313168253749609, ms=00043}
22:49:14.287635 run                osmo-ms-mob/00060: Starting mobile
22:49:14.301746 run       osmo-ms-mob/00060(pid=195): Launched
22:49:14.308506 run                             mass: MS performed LU  {at=5482660.011860528, lu_delay=5.981081205420196, ms=00041}
22:49:14.314551 run                             mass: MS start registered  {at=5482660.017915281, delay=0.00607916247099638, ms=00060}
22:49:14.463399 run                             mass: MS performed LU  {at=5482660.166732495, lu_delay=4.853686446323991, ms=00045}
22:49:14.482134 run                             mass: MS performed LU  {at=5482660.185473331, lu_delay=5.157279443927109, ms=00044}
22:49:14.493673 run                osmo-ms-mob/00061: Starting mobile
22:49:14.507333 run       osmo-ms-mob/00061(pid=196): Launched
22:49:14.518359 run                             mass: MS start registered  {at=5482660.221704953, delay=0.00485521275550127, ms=00061}
22:49:14.735794 run                             mass: MS performed LU  {at=5482660.439131077, lu_delay=4.825015530921519, ms=00046}
22:49:14.986080 run                osmo-ms-mob/00062: Starting mobile
22:49:15.000215 run       osmo-ms-mob/00062(pid=197): Launched
22:49:15.011433 run                             mass: MS start registered  {at=5482660.714784104, delay=0.004842112772166729, ms=00062}
22:49:15.197676 run                             mass: MS performed LU  {at=5482660.901013288, lu_delay=7.184644730761647, ms=00040}
22:49:15.209820 run                osmo-ms-mob/00063: Starting mobile
22:49:15.223568 run       osmo-ms-mob/00063(pid=198): Launched
22:49:15.235049 run                             mass: MS start registered  {at=5482660.938397936, delay=0.0048433467745780945, ms=00063}
22:49:15.313463 run                             mass: MS performed LU  {at=5482661.016797832, lu_delay=3.8040113244205713, ms=00051}
22:49:15.685202 run                osmo-ms-mob/00064: Starting mobile
22:49:15.699236 run       osmo-ms-mob/00064(pid=199): Launched
22:49:15.710872 run                             mass: MS start registered  {at=5482661.414216922, delay=0.005397729575634003, ms=00064}
22:49:16.037789 run                             mass: MS performed LU  {at=5482661.741122155, lu_delay=5.826708383858204, ms=00047}
22:49:16.049850 run                osmo-ms-mob/00065: Starting mobile
22:49:16.063587 run       osmo-ms-mob/00065(pid=200): Launched
22:49:16.074227 run                             mass: MS performed LU  {at=5482661.777542365, lu_delay=5.34066023491323, ms=00050}
22:49:16.081802 run                             mass: MS start registered  {at=5482661.785167014, delay=0.011817147955298424, ms=00065}
22:49:16.166625 run                             mass: MS performed LU  {at=5482661.869960186, lu_delay=5.524615922942758, ms=00049}
22:49:16.178341 run                osmo-ms-mob/00066: Starting mobile
22:49:16.192180 run       osmo-ms-mob/00066(pid=201): Launched
22:49:16.203285 run                             mass: MS start registered  {at=5482661.906635586, delay=0.004811928607523441, ms=00066}
22:49:16.328668 run                             mass: MS performed LU  {at=5482662.031995163, lu_delay=5.817543677054346, ms=00048}
22:49:16.785670 run                osmo-ms-mob/00067: Starting mobile
22:49:16.799910 run       osmo-ms-mob/00067(pid=202): Launched
22:49:16.811221 run                             mass: MS start registered  {at=5482662.51456657, delay=0.0048402417451143265, ms=00067}
22:49:17.085353 run                osmo-ms-mob/00068: Starting mobile
22:49:17.100397 run       osmo-ms-mob/00068(pid=203): Launched
22:49:17.111907 run                             mass: MS start registered  {at=5482662.815248195, delay=0.0047065457329154015, ms=00068}
22:49:17.251799 run                             mass: MS performed LU  {at=5482662.955130304, lu_delay=5.441173275001347, ms=00052}
22:49:17.485288 run                osmo-ms-mob/00069: Starting mobile
22:49:17.499297 run       osmo-ms-mob/00069(pid=204): Launched
22:49:17.511136 run                             mass: MS start registered  {at=5482663.214476725, delay=0.004859498701989651, ms=00069}
22:49:17.884684 run                osmo-ms-mob/00070: Starting mobile
22:49:17.898429 run       osmo-ms-mob/00070(pid=205): Launched
22:49:17.904972 run                             mass: MS performed LU  {at=5482663.608329785, lu_delay=5.4865413242951035, ms=00054}
22:49:17.911541 run                             mass: MS start registered  {at=5482663.614903038, delay=0.006593501195311546, ms=00070}
22:49:17.994680 run                             mass: MS performed LU  {at=5482663.69801774, lu_delay=5.884747962467372, ms=00053}
22:49:18.067915 run                             mass: MS performed LU  {at=5482663.771250884, lu_delay=5.484915923327208, ms=00055}
22:49:18.079900 run                osmo-ms-mob/00071: Starting mobile
22:49:18.093652 run       osmo-ms-mob/00071(pid=206): Launched
22:49:18.105458 run                             mass: MS start registered  {at=5482663.808806815, delay=0.0055913738906383514, ms=00071}
22:49:18.248007 run                             mass: MS performed LU  {at=5482663.951343666, lu_delay=5.228508441708982, ms=00056}
22:49:18.493020 run                             mass: MS performed LU  {at=5482664.196301004, lu_delay=23.27093697525561, ms=00011}
22:49:18.686474 run                osmo-ms-mob/00072: Starting mobile
22:49:18.700932 run       osmo-ms-mob/00072(pid=207): Launched
22:49:18.712780 run                             mass: MS start registered  {at=5482664.416117418, delay=0.005419825203716755, ms=00072}
22:49:19.085707 run                osmo-ms-mob/00073: Starting mobile
22:49:19.100111 run       osmo-ms-mob/00073(pid=208): Launched
22:49:19.111035 run                             mass: MS performed LU  {at=5482664.814365949, lu_delay=3.875968012958765, ms=00063}
22:49:19.117453 run                             mass: MS start registered  {at=5482664.820817243, delay=0.010838725604116917, ms=00073}
22:49:19.129881 run                             mass: MS performed LU  {at=5482664.833230375, lu_delay=4.815315094776452, ms=00060}
22:49:19.486143 run                osmo-ms-mob/00074: Starting mobile
22:49:19.500109 run       osmo-ms-mob/00074(pid=209): Launched
22:49:19.511324 run                             mass: MS start registered  {at=5482665.214672323, delay=0.004890255630016327, ms=00074}
22:49:19.803242 run                             mass: MS performed LU  {at=5482665.506538561, lu_delay=5.79390933457762, ms=00059}
22:49:19.828929 run                osmo-ms-mob/00075: Starting mobile
22:49:19.858256 run       osmo-ms-mob/00075(pid=210): Launched
22:49:19.872742 run                             mass: MS performed LU  {at=5482665.576073466, lu_delay=5.354368512518704, ms=00061}
22:49:19.885295 run                             mass: MS start registered  {at=5482665.588649093, delay=0.012626051902770996, ms=00075}
22:49:19.932497 run                             mass: MS performed LU  {at=5482665.635788558, lu_delay=6.2222683960571885, ms=00058}
22:49:20.385705 run                osmo-ms-mob/00076: Starting mobile
22:49:20.399442 run       osmo-ms-mob/00076(pid=211): Launched
22:49:20.410810 run                             mass: MS start registered  {at=5482666.114161866, delay=0.0046990420669317245, ms=00076}
22:49:20.786610 run                osmo-ms-mob/00077: Starting mobile
22:49:20.801004 run       osmo-ms-mob/00077(pid=212): Launched
22:49:20.814315 run                             mass: MS start registered  {at=5482666.517656055, delay=0.00519691314548254, ms=00077}
22:49:21.285529 run                osmo-ms-mob/00078: Starting mobile
22:49:21.300207 run       osmo-ms-mob/00078(pid=213): Launched
22:49:21.311346 run                             mass: MS start registered  {at=5482667.014686243, delay=0.004814049229025841, ms=00078}
22:49:21.685779 run                osmo-ms-mob/00079: Starting mobile
22:49:21.699962 run       osmo-ms-mob/00079(pid=214): Launched
22:49:21.711124 run                             mass: MS start registered  {at=5482667.414465952, delay=0.004569453187286854, ms=00079}
22:49:21.770082 run                             mass: MS performed LU  {at=5482667.473399658, lu_delay=4.658151462674141, ms=00068}
22:49:21.787421 run                             mass: MS performed LU  {at=5482667.490744009, lu_delay=6.076527087017894, ms=00064}
22:49:21.834158 run                             mass: MS performed LU  {at=5482667.537493665, lu_delay=5.752326650545001, ms=00065}
22:49:21.903645 run                             mass: MS performed LU  {at=5482667.606952301, lu_delay=5.092385731637478, ms=00067}
22:49:21.916231 run                osmo-ms-mob/00080: Starting mobile
22:49:21.929935 run       osmo-ms-mob/00080(pid=215): Launched
22:49:21.940424 run                             mass: MS performed LU  {at=5482667.643771465, lu_delay=5.737135878764093, ms=00066}
22:49:21.946761 run                             mass: MS start registered  {at=5482667.650127068, delay=0.010270344093441963, ms=00080}
22:49:22.684723 run                osmo-ms-mob/00081: Starting mobile
22:49:22.698389 run       osmo-ms-mob/00081(pid=216): Launched
22:49:22.709665 run                             mass: MS start registered  {at=5482668.413015367, delay=0.0048202816396951675, ms=00081}
22:49:23.087780 run                osmo-ms-mob/00082: Starting mobile
22:49:23.103590 run       osmo-ms-mob/00082(pid=217): Launched
22:49:23.118075 run                             mass: MS start registered  {at=5482668.821413639, delay=0.007756848819553852, ms=00082}
22:49:23.569559 run                             mass: MS performed LU  {at=5482669.27288237, lu_delay=5.4640755550935864, ms=00071}
22:49:23.606629 run                             mass: MS performed LU  {at=5482669.309965488, lu_delay=5.6950624492019415, ms=00070}
22:49:23.618373 run                osmo-ms-mob/00083: Starting mobile
22:49:23.632854 run       osmo-ms-mob/00083(pid=218): Launched
22:49:23.644018 run                             mass: MS start registered  {at=5482669.347364853, delay=0.004760045558214188, ms=00083}
22:49:23.698365 run                             mass: MS performed LU  {at=5482669.40169021, lu_delay=4.9855727925896645, ms=00072}
22:49:23.897538 run                             mass: MS performed LU  {at=5482669.600850602, lu_delay=4.780033358372748, ms=00073}
22:49:24.185274 run                osmo-ms-mob/00084: Starting mobile
22:49:24.201574 run       osmo-ms-mob/00084(pid=219): Launched
22:49:24.214826 run                             mass: MS start registered  {at=5482669.918168565, delay=0.005686655640602112, ms=00084}
22:49:24.685429 run                osmo-ms-mob/00085: Starting mobile
22:49:24.701874 run       osmo-ms-mob/00085(pid=220): Launched
22:49:24.715250 run                             mass: MS start registered  {at=5482670.418596705, delay=0.005827886052429676, ms=00085}
22:49:25.285224 run                osmo-ms-mob/00086: Starting mobile
22:49:25.299208 run       osmo-ms-mob/00086(pid=221): Launched
22:49:25.311736 run                             mass: MS start registered  {at=5482671.015071982, delay=0.005402376875281334, ms=00086}
22:49:25.535570 run                             mass: MS performed LU  {at=5482671.238862944, lu_delay=6.024190620519221, ms=00074}
22:49:25.553971 run                             mass: MS performed LU  {at=5482671.257286328, lu_delay=5.6686372347176075, ms=00075}
22:49:25.599530 run                             mass: MS performed LU  {at=5482671.302863142, lu_delay=5.188701276667416, ms=00076}
22:49:25.669237 run                             mass: MS performed LU  {at=5482671.372567978, lu_delay=4.854911922477186, ms=00077}
22:49:25.681829 run                osmo-ms-mob/00087: Starting mobile
22:49:25.697152 run       osmo-ms-mob/00087(pid=222): Launched
22:49:25.710535 run                             mass: MS start registered  {at=5482671.413847979, delay=0.006012593396008015, ms=00087}
22:49:26.484614 run                osmo-ms-mob/00088: Starting mobile
22:49:26.499772 run       osmo-ms-mob/00088(pid=223): Launched
22:49:26.511401 run                             mass: MS start registered  {at=5482672.214749309, delay=0.005228565074503422, ms=00088}
22:49:27.084978 run                osmo-ms-mob/00089: Starting mobile
22:49:27.099103 run       osmo-ms-mob/00089(pid=224): Launched
22:49:27.113324 run                             mass: MS start registered  {at=5482672.816665678, delay=0.007707374170422554, ms=00089}
22:49:27.335396 run                             mass: MS performed LU  {at=5482673.038734023, lu_delay=5.6242680717259645, ms=00079}
22:49:27.353036 run                             mass: MS performed LU  {at=5482673.056380284, lu_delay=5.40625321585685, ms=00080}
22:49:27.464536 run                             mass: MS performed LU  {at=5482673.167854342, lu_delay=6.15316809900105, ms=00078}
22:49:27.607352 run                             mass: MS performed LU  {at=5482673.310686218, lu_delay=4.897670850157738, ms=00081}
22:49:27.619215 run                osmo-ms-mob/00090: Starting mobile
22:49:27.633423 run       osmo-ms-mob/00090(pid=225): Launched
22:49:27.644676 run                             mass: MS start registered  {at=5482673.348022994, delay=0.004967818036675453, ms=00090}
22:49:28.385715 run                osmo-ms-mob/00091: Starting mobile
22:49:28.399605 run       osmo-ms-mob/00091(pid=226): Launched
22:49:28.410936 run                             mass: MS start registered  {at=5482674.114290635, delay=0.004547242075204849, ms=00091}
22:49:29.087150 run                osmo-ms-mob/00092: Starting mobile
22:49:29.103628 run       osmo-ms-mob/00092(pid=227): Launched
22:49:29.116328 run                             mass: MS start registered  {at=5482674.819674617, delay=0.005035984329879284, ms=00092}
22:49:29.301223 run                             mass: MS performed LU  {at=5482675.004532206, lu_delay=5.086363640613854, ms=00084}
22:49:29.319303 run                             mass: MS performed LU  {at=5482675.022647656, lu_delay=5.6752828024327755, ms=00083}
22:49:29.366011 run                             mass: MS performed LU  {at=5482675.06934565, lu_delay=4.650748944841325, ms=00085}
22:49:29.434787 run                             mass: MS performed LU  {at=5482675.138120464, lu_delay=6.316706825047731, ms=00082}
22:49:29.885319 run                osmo-ms-mob/00093: Starting mobile
22:49:29.899728 run       osmo-ms-mob/00093(pid=228): Launched
22:49:29.912253 run                             mass: MS start registered  {at=5482675.615603056, delay=0.005497331731021404, ms=00093}
22:49:30.785266 run                osmo-ms-mob/00094: Starting mobile
22:49:30.799078 run       osmo-ms-mob/00094(pid=229): Launched
22:49:30.811233 run                             mass: MS start registered  {at=5482676.514580246, delay=0.005673510953783989, ms=00094}
22:49:31.101043 run                             mass: MS performed LU  {at=5482676.804367869, lu_delay=4.589618559926748, ms=00088}
22:49:31.119415 run                             mass: MS performed LU  {at=5482676.822757019, lu_delay=5.8076850371435285, ms=00086}
22:49:31.230316 run                             mass: MS performed LU  {at=5482676.933650982, lu_delay=22.673266268335283, ms=00042}
22:49:31.374063 run                             mass: MS performed LU  {at=5482677.077366079, lu_delay=5.663518100045621, ms=00087}
22:49:31.684980 run                osmo-ms-mob/00095: Starting mobile
22:49:31.698541 run       osmo-ms-mob/00095(pid=230): Launched
22:49:31.710171 run                             mass: MS start registered  {at=5482677.413519987, delay=0.005269467830657959, ms=00095}
22:49:32.684407 run                osmo-ms-mob/00096: Starting mobile
22:49:32.697878 run       osmo-ms-mob/00096(pid=231): Launched
22:49:32.709016 run                             mass: MS start registered  {at=5482678.412367007, delay=0.004897170700132847, ms=00096}
22:49:33.067588 run                             mass: MS performed LU  {at=5482678.770905032, lu_delay=4.656614396721125, ms=00091}
22:49:33.085675 run                             mass: MS performed LU  {at=5482678.789013256, lu_delay=5.972347578033805, ms=00089}
22:49:33.131324 run                             mass: MS performed LU  {at=5482678.834659555, lu_delay=5.486636561341584, ms=00090}
22:49:33.785926 run                osmo-ms-mob/00097: Starting mobile
22:49:33.801905 run       osmo-ms-mob/00097(pid=232): Launched
22:49:33.815256 run                             mass: MS start registered  {at=5482679.518584003, delay=0.005868317559361458, ms=00097}
22:49:34.848383 run                             mass: MS performed LU  {at=5482680.551715691, lu_delay=5.732041073963046, ms=00092}
22:49:34.995709 run                             mass: MS performed LU  {at=5482680.699040421, lu_delay=5.083437365479767, ms=00093}
22:49:35.007497 run                osmo-ms-mob/00098: Starting mobile
22:49:35.021029 run       osmo-ms-mob/00098(pid=233): Launched
22:49:35.032406 run                             mass: MS start registered  {at=5482680.735755187, delay=0.004997868090867996, ms=00098}
22:49:35.101961 run                             mass: MS performed LU  {at=5482680.805295743, lu_delay=21.774467080831528, ms=00057}
22:49:36.832552 run                             mass: MS performed LU  {at=5482682.535850596, lu_delay=5.122330608777702, ms=00095}
22:49:36.843940 run                osmo-ms-mob/00099: Starting mobile
22:49:36.857471 run       osmo-ms-mob/00099(pid=234): Launched
22:49:36.863707 run                             mass: All started... {duration=55.68509259354323, too_slow=0}
22:49:36.869592 run                             mass: MS performed LU  {at=5482682.572951708, lu_delay=6.058371461927891, ms=00094}
22:49:36.875313 run                             mass: MS start registered  {at=5482682.57867997, delay=0.011606280691921711, ms=00099}
22:49:37.132268 run                             mass: MS performed LU  {at=5482682.835602792, lu_delay=22.120818687602878, ms=00062}
22:49:38.614253 run                             mass: MS performed LU  {at=5482684.31758402, lu_delay=4.799000017344952, ms=00097}
22:49:38.761371 run                             mass: MS performed LU  {at=5482684.464707077, lu_delay=6.052340069785714, ms=00096}
22:49:41.539906 run                             mass: MS performed LU  {at=5482687.243209009, lu_delay=6.5074538215994835, ms=00098}
22:49:41.557995 run                             mass: MS performed LU  {at=5482687.261345125, lu_delay=24.046868399716914, ms=00069}
22:49:42.528216 run                             mass: MS performed LU  {at=5482688.231549353, lu_delay=5.6528693828731775, ms=00099}
22:49:42.534681 run                             mass: Tests done {all_completed=True, max=24.046868399716914, min=3.8040113244205713}
22:49:42.540546 tst         register_default_mass.py: Test passed (84.9 sec)
22:49:42.546282 run pcap-recorder_any(filters='host 127.0.42.2')(pid=22): Terminating (SIGTERM)
22:49:42.549752 run      osmo-hlr_127.0.42.2(pid=23): Terminating (SIGTERM)
22:49:42.553185 run pcap-recorder_any(filters='host 127.0.42.5 and port not 22')(pid=24): Terminating (SIGTERM)
22:49:42.560916 run      osmo-stp_127.0.42.5(pid=25): Terminating (SIGTERM)
22:49:42.564334 run pcap-recorder_any(filters='host 127.0.42.6 and port not 22')(pid=26): Terminating (SIGTERM)
22:49:42.567757 run      osmo-msc_127.0.42.6(pid=27): Terminating (SIGTERM)
22:49:42.571200 run pcap-recorder_any(filters='host 127.0.42.3 and port not 22')(pid=28): Terminating (SIGTERM)
22:49:42.574642 run      osmo-mgw_127.0.42.3(pid=29): Terminating (SIGTERM)
22:49:42.578106 run pcap-recorder_any(filters='host 127.0.42.4 and port not 22')(pid=30): Terminating (SIGTERM)
22:49:42.581551 run      osmo-mgw_127.0.42.4(pid=31): Terminating (SIGTERM)
22:49:42.585017 run pcap-recorder_any(filters='host 127.0.42.7 and port not 22')(pid=32): Terminating (SIGTERM)
22:49:42.588297 run      osmo-bsc_127.0.42.7(pid=33): Terminating (SIGTERM)
22:49:42.591656 run         osmo-bts-virtual(pid=34): Terminating (SIGTERM)
22:49:42.595434 run   osmo-ms-virt-phy/00000(pid=35): Terminating (SIGTERM)
22:49:42.598936 run   osmo-ms-virt-phy/00001(pid=36): Terminating (SIGTERM)
22:49:42.602424 run   osmo-ms-virt-phy/00002(pid=37): Terminating (SIGTERM)
22:49:42.605888 run   osmo-ms-virt-phy/00003(pid=38): Terminating (SIGTERM)
22:49:42.609309 run   osmo-ms-virt-phy/00004(pid=39): Terminating (SIGTERM)
22:49:42.612952 run   osmo-ms-virt-phy/00005(pid=40): Terminating (SIGTERM)
22:49:42.616705 run   osmo-ms-virt-phy/00006(pid=41): Terminating (SIGTERM)
22:49:42.620454 run   osmo-ms-virt-phy/00007(pid=42): Terminating (SIGTERM)
22:49:42.623850 run   osmo-ms-virt-phy/00008(pid=43): Terminating (SIGTERM)
22:49:42.629750 run   osmo-ms-virt-phy/00009(pid=44): Terminating (SIGTERM)
22:49:42.633579 run   osmo-ms-virt-phy/00010(pid=45): Terminating (SIGTERM)
22:49:42.637426 run   osmo-ms-virt-phy/00011(pid=46): Terminating (SIGTERM)
22:49:42.640837 run   osmo-ms-virt-phy/00012(pid=47): Terminating (SIGTERM)
22:49:42.644823 run   osmo-ms-virt-phy/00013(pid=48): Terminating (SIGTERM)
22:49:42.648290 run   osmo-ms-virt-phy/00014(pid=49): Terminating (SIGTERM)
22:49:42.651709 run   osmo-ms-virt-phy/00015(pid=50): Terminating (SIGTERM)
22:49:42.655102 run   osmo-ms-virt-phy/00016(pid=51): Terminating (SIGTERM)
22:49:42.658505 run   osmo-ms-virt-phy/00017(pid=52): Terminating (SIGTERM)
22:49:42.661906 run   osmo-ms-virt-phy/00018(pid=53): Terminating (SIGTERM)
22:49:42.665290 run   osmo-ms-virt-phy/00019(pid=54): Terminating (SIGTERM)
22:49:42.668748 run   osmo-ms-virt-phy/00020(pid=55): Terminating (SIGTERM)
22:49:42.672689 run   osmo-ms-virt-phy/00021(pid=56): Terminating (SIGTERM)
22:49:42.676691 run   osmo-ms-virt-phy/00022(pid=57): Terminating (SIGTERM)
22:49:42.680146 run   osmo-ms-virt-phy/00023(pid=58): Terminating (SIGTERM)
22:49:42.683790 run   osmo-ms-virt-phy/00024(pid=59): Terminating (SIGTERM)
22:49:42.687234 run   osmo-ms-virt-phy/00025(pid=60): Terminating (SIGTERM)
22:49:42.690902 run   osmo-ms-virt-phy/00026(pid=61): Terminating (SIGTERM)
22:49:42.694774 run   osmo-ms-virt-phy/00027(pid=62): Terminating (SIGTERM)
22:49:42.698248 run   osmo-ms-virt-phy/00028(pid=63): Terminating (SIGTERM)
22:49:42.701684 run   osmo-ms-virt-phy/00029(pid=64): Terminating (SIGTERM)
22:49:42.705554 run   osmo-ms-virt-phy/00030(pid=65): Terminating (SIGTERM)
22:49:42.709010 run   osmo-ms-virt-phy/00031(pid=66): Terminating (SIGTERM)
22:49:42.712984 run   osmo-ms-virt-phy/00032(pid=67): Terminating (SIGTERM)
22:49:42.716391 run   osmo-ms-virt-phy/00033(pid=68): Terminating (SIGTERM)
22:49:42.719971 run   osmo-ms-virt-phy/00034(pid=69): Terminating (SIGTERM)
22:49:42.723368 run   osmo-ms-virt-phy/00035(pid=70): Terminating (SIGTERM)
22:49:42.726769 run   osmo-ms-virt-phy/00036(pid=71): Terminating (SIGTERM)
22:49:42.730212 run   osmo-ms-virt-phy/00037(pid=72): Terminating (SIGTERM)
22:49:42.733670 run   osmo-ms-virt-phy/00038(pid=73): Terminating (SIGTERM)
22:49:42.737197 run   osmo-ms-virt-phy/00039(pid=74): Terminating (SIGTERM)
22:49:42.740875 run   osmo-ms-virt-phy/00040(pid=75): Terminating (SIGTERM)
22:49:42.744479 run   osmo-ms-virt-phy/00041(pid=76): Terminating (SIGTERM)
22:49:42.747955 run   osmo-ms-virt-phy/00042(pid=77): Terminating (SIGTERM)
22:49:42.751341 run   osmo-ms-virt-phy/00043(pid=78): Terminating (SIGTERM)
22:49:42.754738 run   osmo-ms-virt-phy/00044(pid=79): Terminating (SIGTERM)
22:49:42.758562 run   osmo-ms-virt-phy/00045(pid=80): Terminating (SIGTERM)
22:49:42.762175 run   osmo-ms-virt-phy/00046(pid=81): Terminating (SIGTERM)
22:49:42.765946 run   osmo-ms-virt-phy/00047(pid=82): Terminating (SIGTERM)
22:49:42.769305 run   osmo-ms-virt-phy/00048(pid=83): Terminating (SIGTERM)
22:49:42.772714 run   osmo-ms-virt-phy/00049(pid=84): Terminating (SIGTERM)
22:49:42.776103 run   osmo-ms-virt-phy/00050(pid=85): Terminating (SIGTERM)
22:49:42.779500 run   osmo-ms-virt-phy/00051(pid=86): Terminating (SIGTERM)
22:49:42.782930 run   osmo-ms-virt-phy/00052(pid=87): Terminating (SIGTERM)
22:49:42.786352 run   osmo-ms-virt-phy/00053(pid=88): Terminating (SIGTERM)
22:49:42.789744 run   osmo-ms-virt-phy/00054(pid=89): Terminating (SIGTERM)
22:49:42.793783 run   osmo-ms-virt-phy/00055(pid=90): Terminating (SIGTERM)
22:49:42.797220 run   osmo-ms-virt-phy/00056(pid=91): Terminating (SIGTERM)
22:49:42.800610 run   osmo-ms-virt-phy/00057(pid=92): Terminating (SIGTERM)
22:49:42.804009 run   osmo-ms-virt-phy/00058(pid=93): Terminating (SIGTERM)
22:49:42.807410 run   osmo-ms-virt-phy/00059(pid=94): Terminating (SIGTERM)
22:49:42.810822 run   osmo-ms-virt-phy/00060(pid=95): Terminating (SIGTERM)
22:49:42.814237 run   osmo-ms-virt-phy/00061(pid=96): Terminating (SIGTERM)
22:49:42.817652 run   osmo-ms-virt-phy/00062(pid=97): Terminating (SIGTERM)
22:49:42.821069 run   osmo-ms-virt-phy/00063(pid=98): Terminating (SIGTERM)
22:49:42.824506 run   osmo-ms-virt-phy/00064(pid=99): Terminating (SIGTERM)
22:49:42.827923 run  osmo-ms-virt-phy/00065(pid=100): Terminating (SIGTERM)
22:49:42.831321 run  osmo-ms-virt-phy/00066(pid=101): Terminating (SIGTERM)
22:49:42.834737 run  osmo-ms-virt-phy/00067(pid=102): Terminating (SIGTERM)
22:49:42.838154 run  osmo-ms-virt-phy/00068(pid=103): Terminating (SIGTERM)
22:49:42.841548 run  osmo-ms-virt-phy/00069(pid=104): Terminating (SIGTERM)
22:49:42.844929 run  osmo-ms-virt-phy/00070(pid=105): Terminating (SIGTERM)
22:49:42.848346 run  osmo-ms-virt-phy/00071(pid=106): Terminating (SIGTERM)
22:49:42.851737 run  osmo-ms-virt-phy/00072(pid=107): Terminating (SIGTERM)
22:49:42.855151 run  osmo-ms-virt-phy/00073(pid=108): Terminating (SIGTERM)
22:49:42.858558 run  osmo-ms-virt-phy/00074(pid=109): Terminating (SIGTERM)
22:49:42.862025 run  osmo-ms-virt-phy/00075(pid=110): Terminating (SIGTERM)
22:49:42.865429 run  osmo-ms-virt-phy/00076(pid=111): Terminating (SIGTERM)
22:49:42.868829 run  osmo-ms-virt-phy/00077(pid=112): Terminating (SIGTERM)
22:49:42.872236 run  osmo-ms-virt-phy/00078(pid=113): Terminating (SIGTERM)
22:49:42.875666 run  osmo-ms-virt-phy/00079(pid=114): Terminating (SIGTERM)
22:49:42.879133 run  osmo-ms-virt-phy/00080(pid=115): Terminating (SIGTERM)
22:49:42.882591 run  osmo-ms-virt-phy/00081(pid=116): Terminating (SIGTERM)
22:49:42.886158 run  osmo-ms-virt-phy/00082(pid=117): Terminating (SIGTERM)
22:49:42.889560 run  osmo-ms-virt-phy/00083(pid=118): Terminating (SIGTERM)
22:49:42.892949 run  osmo-ms-virt-phy/00084(pid=119): Terminating (SIGTERM)
22:49:42.896966 run  osmo-ms-virt-phy/00085(pid=120): Terminating (SIGTERM)
22:49:42.900344 run  osmo-ms-virt-phy/00086(pid=121): Terminating (SIGTERM)
22:49:42.903727 run  osmo-ms-virt-phy/00087(pid=122): Terminating (SIGTERM)
22:49:42.907182 run  osmo-ms-virt-phy/00088(pid=123): Terminating (SIGTERM)
22:49:42.910583 run  osmo-ms-virt-phy/00089(pid=124): Terminating (SIGTERM)
22:49:42.913968 run  osmo-ms-virt-phy/00090(pid=125): Terminating (SIGTERM)
22:49:42.917356 run  osmo-ms-virt-phy/00091(pid=126): Terminating (SIGTERM)
22:49:42.920744 run  osmo-ms-virt-phy/00092(pid=127): Terminating (SIGTERM)
22:49:42.924135 run  osmo-ms-virt-phy/00093(pid=128): Terminating (SIGTERM)
22:49:42.927562 run  osmo-ms-virt-phy/00094(pid=129): Terminating (SIGTERM)
22:49:42.930977 run  osmo-ms-virt-phy/00095(pid=130): Terminating (SIGTERM)
22:49:42.934378 run  osmo-ms-virt-phy/00096(pid=131): Terminating (SIGTERM)
22:49:42.937776 run  osmo-ms-virt-phy/00097(pid=132): Terminating (SIGTERM)
22:49:42.941158 run  osmo-ms-virt-phy/00098(pid=133): Terminating (SIGTERM)
22:49:42.944535 run  osmo-ms-virt-phy/00099(pid=134): Terminating (SIGTERM)
22:49:42.947928 run       osmo-ms-mob/00000(pid=135): Terminating (SIGTERM)
22:49:42.951323 run       osmo-ms-mob/00001(pid=136): Terminating (SIGTERM)
22:49:42.954721 run       osmo-ms-mob/00002(pid=137): Terminating (SIGTERM)
22:49:42.958112 run       osmo-ms-mob/00003(pid=138): Terminating (SIGTERM)
22:49:42.961474 run       osmo-ms-mob/00004(pid=139): Terminating (SIGTERM)
22:49:42.964848 run       osmo-ms-mob/00005(pid=140): Terminating (SIGTERM)
22:49:42.968224 run       osmo-ms-mob/00006(pid=141): Terminating (SIGTERM)
22:49:42.971473 run       osmo-ms-mob/00007(pid=142): Terminating (SIGTERM)
22:49:42.974742 run       osmo-ms-mob/00008(pid=143): Terminating (SIGTERM)
22:49:42.978022 run       osmo-ms-mob/00009(pid=144): Terminating (SIGTERM)
22:49:42.981317 run       osmo-ms-mob/00010(pid=145): Terminating (SIGTERM)
22:49:42.984622 run       osmo-ms-mob/00011(pid=146): Terminating (SIGTERM)
22:49:42.987911 run       osmo-ms-mob/00012(pid=147): Terminating (SIGTERM)
22:49:42.991177 run       osmo-ms-mob/00013(pid=148): Terminating (SIGTERM)
22:49:42.994410 run       osmo-ms-mob/00014(pid=149): Terminating (SIGTERM)
22:49:42.997650 run       osmo-ms-mob/00015(pid=150): Terminating (SIGTERM)
22:49:43.000934 run       osmo-ms-mob/00016(pid=151): Terminating (SIGTERM)
22:49:43.004148 run       osmo-ms-mob/00017(pid=152): Terminating (SIGTERM)
22:49:43.007400 run       osmo-ms-mob/00018(pid=153): Terminating (SIGTERM)
22:49:43.010678 run       osmo-ms-mob/00019(pid=154): Terminating (SIGTERM)
22:49:43.013917 run       osmo-ms-mob/00020(pid=155): Terminating (SIGTERM)
22:49:43.017162 run       osmo-ms-mob/00021(pid=156): Terminating (SIGTERM)
22:49:43.020385 run       osmo-ms-mob/00022(pid=157): Terminating (SIGTERM)
22:49:43.023612 run       osmo-ms-mob/00023(pid=158): Terminating (SIGTERM)
22:49:43.026854 run       osmo-ms-mob/00024(pid=159): Terminating (SIGTERM)
22:49:43.030090 run       osmo-ms-mob/00025(pid=160): Terminating (SIGTERM)
22:49:43.033423 run       osmo-ms-mob/00026(pid=161): Terminating (SIGTERM)
22:49:43.036705 run       osmo-ms-mob/00027(pid=162): Terminating (SIGTERM)
22:49:43.039949 run       osmo-ms-mob/00028(pid=163): Terminating (SIGTERM)
22:49:43.043196 run       osmo-ms-mob/00029(pid=164): Terminating (SIGTERM)
22:49:43.046504 run       osmo-ms-mob/00030(pid=165): Terminating (SIGTERM)
22:49:43.049828 run       osmo-ms-mob/00031(pid=166): Terminating (SIGTERM)
22:49:43.053108 run       osmo-ms-mob/00032(pid=167): Terminating (SIGTERM)
22:49:43.056473 run       osmo-ms-mob/00033(pid=168): Terminating (SIGTERM)
22:49:43.059842 run       osmo-ms-mob/00034(pid=169): Terminating (SIGTERM)
22:49:43.063209 run       osmo-ms-mob/00035(pid=170): Terminating (SIGTERM)
22:49:43.066588 run       osmo-ms-mob/00036(pid=171): Terminating (SIGTERM)
22:49:43.069971 run       osmo-ms-mob/00037(pid=172): Terminating (SIGTERM)
22:49:43.073345 run       osmo-ms-mob/00038(pid=173): Terminating (SIGTERM)
22:49:43.076734 run       osmo-ms-mob/00039(pid=174): Terminating (SIGTERM)
22:49:43.080102 run       osmo-ms-mob/00040(pid=175): Terminating (SIGTERM)
22:49:43.083474 run       osmo-ms-mob/00041(pid=176): Terminating (SIGTERM)
22:49:43.086857 run       osmo-ms-mob/00042(pid=177): Terminating (SIGTERM)
22:49:43.090218 run       osmo-ms-mob/00043(pid=178): Terminating (SIGTERM)
22:49:43.093591 run       osmo-ms-mob/00044(pid=179): Terminating (SIGTERM)
22:49:43.096981 run       osmo-ms-mob/00045(pid=180): Terminating (SIGTERM)
22:49:43.100352 run       osmo-ms-mob/00046(pid=181): Terminating (SIGTERM)
22:49:43.103720 run       osmo-ms-mob/00047(pid=182): Terminating (SIGTERM)
22:49:43.107114 run       osmo-ms-mob/00048(pid=183): Terminating (SIGTERM)
22:49:43.110506 run       osmo-ms-mob/00049(pid=184): Terminating (SIGTERM)
22:49:43.113875 run       osmo-ms-mob/00050(pid=185): Terminating (SIGTERM)
22:49:43.117233 run       osmo-ms-mob/00051(pid=186): Terminating (SIGTERM)
22:49:43.120594 run       osmo-ms-mob/00052(pid=187): Terminating (SIGTERM)
22:49:43.123972 run       osmo-ms-mob/00053(pid=188): Terminating (SIGTERM)
22:49:43.127350 run       osmo-ms-mob/00054(pid=189): Terminating (SIGTERM)
22:49:43.130721 run       osmo-ms-mob/00055(pid=190): Terminating (SIGTERM)
22:49:43.134139 run       osmo-ms-mob/00056(pid=191): Terminating (SIGTERM)
22:49:43.137495 run       osmo-ms-mob/00057(pid=192): Terminating (SIGTERM)
22:49:43.140866 run       osmo-ms-mob/00058(pid=193): Terminating (SIGTERM)
22:49:43.144232 run       osmo-ms-mob/00059(pid=194): Terminating (SIGTERM)
22:49:43.147598 run       osmo-ms-mob/00060(pid=195): Terminating (SIGTERM)
22:49:43.151137 run       osmo-ms-mob/00061(pid=196): Terminating (SIGTERM)
22:49:43.154504 run       osmo-ms-mob/00062(pid=197): Terminating (SIGTERM)
22:49:43.157857 run       osmo-ms-mob/00063(pid=198): Terminating (SIGTERM)
22:49:43.161238 run       osmo-ms-mob/00064(pid=199): Terminating (SIGTERM)
22:49:43.164619 run       osmo-ms-mob/00065(pid=200): Terminating (SIGTERM)
22:49:43.168004 run       osmo-ms-mob/00066(pid=201): Terminating (SIGTERM)
22:49:43.171494 run       osmo-ms-mob/00067(pid=202): Terminating (SIGTERM)
22:49:43.174907 run       osmo-ms-mob/00068(pid=203): Terminating (SIGTERM)
22:49:43.178292 run       osmo-ms-mob/00069(pid=204): Terminating (SIGTERM)
22:49:43.181654 run       osmo-ms-mob/00070(pid=205): Terminating (SIGTERM)
22:49:43.185043 run       osmo-ms-mob/00071(pid=206): Terminating (SIGTERM)
22:49:43.188411 run       osmo-ms-mob/00072(pid=207): Terminating (SIGTERM)
22:49:43.191794 run       osmo-ms-mob/00073(pid=208): Terminating (SIGTERM)
22:49:43.195168 run       osmo-ms-mob/00074(pid=209): Terminating (SIGTERM)
22:49:43.198519 run       osmo-ms-mob/00075(pid=210): Terminating (SIGTERM)
22:49:43.201898 run       osmo-ms-mob/00076(pid=211): Terminating (SIGTERM)
22:49:43.205283 run       osmo-ms-mob/00077(pid=212): Terminating (SIGTERM)
22:49:43.208666 run       osmo-ms-mob/00078(pid=213): Terminating (SIGTERM)
22:49:43.212061 run       osmo-ms-mob/00079(pid=214): Terminating (SIGTERM)
22:49:43.215435 run       osmo-ms-mob/00080(pid=215): Terminating (SIGTERM)
22:49:43.218826 run       osmo-ms-mob/00081(pid=216): Terminating (SIGTERM)
22:49:43.222188 run       osmo-ms-mob/00082(pid=217): Terminating (SIGTERM)
22:49:43.225543 run       osmo-ms-mob/00083(pid=218): Terminating (SIGTERM)
22:49:43.228907 run       osmo-ms-mob/00084(pid=219): Terminating (SIGTERM)
22:49:43.232289 run       osmo-ms-mob/00085(pid=220): Terminating (SIGTERM)
22:49:43.235677 run       osmo-ms-mob/00086(pid=221): Terminating (SIGTERM)
22:49:43.239043 run       osmo-ms-mob/00087(pid=222): Terminating (SIGTERM)
22:49:43.242409 run       osmo-ms-mob/00088(pid=223): Terminating (SIGTERM)
22:49:43.245819 run       osmo-ms-mob/00089(pid=224): Terminating (SIGTERM)
22:49:43.249222 run       osmo-ms-mob/00090(pid=225): Terminating (SIGTERM)
22:49:43.252628 run       osmo-ms-mob/00091(pid=226): Terminating (SIGTERM)
22:49:43.256033 run       osmo-ms-mob/00092(pid=227): Terminating (SIGTERM)
22:49:43.259468 run       osmo-ms-mob/00093(pid=228): Terminating (SIGTERM)
22:49:43.262878 run       osmo-ms-mob/00094(pid=229): Terminating (SIGTERM)
22:49:43.266353 run       osmo-ms-mob/00095(pid=230): Terminating (SIGTERM)
22:49:43.269775 run       osmo-ms-mob/00096(pid=231): Terminating (SIGTERM)
22:49:43.273176 run       osmo-ms-mob/00097(pid=232): Terminating (SIGTERM)
22:49:43.276472 run       osmo-ms-mob/00098(pid=233): Terminating (SIGTERM)
22:49:43.279765 run       osmo-ms-mob/00099(pid=234): Terminating (SIGTERM)
22:49:43.283050 ---      ParallelTerminationStrategy: PID 22 died...
22:49:43.284542 run pcap-recorder_any(filters='host 127.0.42.2')(pid=22): Terminated: ok {rc=0}
22:49:43.288127 ---      ParallelTerminationStrategy: PID 23 died...
22:49:43.289597 run      osmo-hlr_127.0.42.2(pid=23): Terminated: ok {rc=0}
22:49:43.293204 ---      ParallelTerminationStrategy: PID 24 died...
22:49:43.294676 run pcap-recorder_any(filters='host 127.0.42.5 and port not 22')(pid=24): Terminated: ok {rc=0}
22:49:43.298325 ---      ParallelTerminationStrategy: PID 25 died...
22:49:43.299841 run      osmo-stp_127.0.42.5(pid=25): Terminated: ok {rc=0}
22:49:43.303467 ---      ParallelTerminationStrategy: PID 26 died...
22:49:43.304955 run pcap-recorder_any(filters='host 127.0.42.6 and port not 22')(pid=26): Terminated: ok {rc=0}
22:49:43.308635 ---      ParallelTerminationStrategy: PID 27 died...
22:49:43.310182 run      osmo-msc_127.0.42.6(pid=27): Terminated: ok {rc=0}
22:49:43.314002 ---      ParallelTerminationStrategy: PID 28 died...
22:49:43.315545 run pcap-recorder_any(filters='host 127.0.42.3 and port not 22')(pid=28): Terminated: ok {rc=0}
22:49:43.319364 ---      ParallelTerminationStrategy: PID 29 died...
22:49:43.320919 run      osmo-mgw_127.0.42.3(pid=29): Terminated {rc=15}
22:49:43.324756 ---      ParallelTerminationStrategy: PID 30 died...
22:49:43.326311 run pcap-recorder_any(filters='host 127.0.42.4 and port not 22')(pid=30): Terminated: ok {rc=0}
22:49:43.330211 ---      ParallelTerminationStrategy: PID 31 died...
22:49:43.331758 run      osmo-mgw_127.0.42.4(pid=31): Terminated {rc=15}
22:49:43.335610 ---      ParallelTerminationStrategy: PID 32 died...
22:49:43.337180 run pcap-recorder_any(filters='host 127.0.42.7 and port not 22')(pid=32): Terminated: ok {rc=0}
22:49:43.341032 ---      ParallelTerminationStrategy: PID 33 died...
22:49:43.342575 run      osmo-bsc_127.0.42.7(pid=33): Terminated: ok {rc=0}
22:49:43.346395 ---      ParallelTerminationStrategy: PID 35 died...
22:49:43.347941 run   osmo-ms-virt-phy/00000(pid=35): Terminated: ok {rc=0}
22:49:43.351774 ---      ParallelTerminationStrategy: PID 36 died...
22:49:43.353333 run   osmo-ms-virt-phy/00001(pid=36): Terminated: ok {rc=0}
22:49:43.357165 ---      ParallelTerminationStrategy: PID 37 died...
22:49:43.358716 run   osmo-ms-virt-phy/00002(pid=37): Terminated: ok {rc=0}
22:49:43.362540 ---      ParallelTerminationStrategy: PID 38 died...
22:49:43.364040 run   osmo-ms-virt-phy/00003(pid=38): Terminated: ok {rc=0}
22:49:43.367701 ---      ParallelTerminationStrategy: PID 39 died...
22:49:43.369193 run   osmo-ms-virt-phy/00004(pid=39): Terminated: ok {rc=0}
22:49:43.372883 ---      ParallelTerminationStrategy: PID 40 died...
22:49:43.374372 run   osmo-ms-virt-phy/00005(pid=40): Terminated: ok {rc=0}
22:49:43.378014 ---      ParallelTerminationStrategy: PID 41 died...
22:49:43.379504 run   osmo-ms-virt-phy/00006(pid=41): Terminated: ok {rc=0}
22:49:43.383310 ---      ParallelTerminationStrategy: PID 42 died...
22:49:43.384876 run   osmo-ms-virt-phy/00007(pid=42): Terminated: ok {rc=0}
22:49:43.388755 ---      ParallelTerminationStrategy: PID 43 died...
22:49:43.390286 run   osmo-ms-virt-phy/00008(pid=43): Terminated: ok {rc=0}
22:49:43.394092 ---      ParallelTerminationStrategy: PID 44 died...
22:49:43.395624 run   osmo-ms-virt-phy/00009(pid=44): Terminated: ok {rc=0}
22:49:43.399386 ---      ParallelTerminationStrategy: PID 45 died...
22:49:43.400930 run   osmo-ms-virt-phy/00010(pid=45): Terminated: ok {rc=0}
22:49:43.404732 ---      ParallelTerminationStrategy: PID 46 died...
22:49:43.406216 run   osmo-ms-virt-phy/00011(pid=46): Terminated: ok {rc=0}
22:49:43.409954 ---      ParallelTerminationStrategy: PID 47 died...
22:49:43.411490 run   osmo-ms-virt-phy/00012(pid=47): Terminated: ok {rc=0}
22:49:43.415259 ---      ParallelTerminationStrategy: PID 48 died...
22:49:43.416806 run   osmo-ms-virt-phy/00013(pid=48): Terminated: ok {rc=0}
22:49:43.420576 ---      ParallelTerminationStrategy: PID 49 died...
22:49:43.422126 run   osmo-ms-virt-phy/00014(pid=49): Terminated: ok {rc=0}
22:49:43.425918 ---      ParallelTerminationStrategy: PID 50 died...
22:49:43.427440 run   osmo-ms-virt-phy/00015(pid=50): Terminated: ok {rc=0}
22:49:43.431219 ---      ParallelTerminationStrategy: PID 51 died...
22:49:43.432774 run   osmo-ms-virt-phy/00016(pid=51): Terminated: ok {rc=0}
22:49:43.436586 ---      ParallelTerminationStrategy: PID 52 died...
22:49:43.438123 run   osmo-ms-virt-phy/00017(pid=52): Terminated: ok {rc=0}
22:49:43.441924 ---      ParallelTerminationStrategy: PID 53 died...
22:49:43.443448 run   osmo-ms-virt-phy/00018(pid=53): Terminated: ok {rc=0}
22:49:43.447218 ---      ParallelTerminationStrategy: PID 54 died...
22:49:43.448778 run   osmo-ms-virt-phy/00019(pid=54): Terminated: ok {rc=0}
22:49:43.452573 ---      ParallelTerminationStrategy: PID 55 died...
22:49:43.454200 run   osmo-ms-virt-phy/00020(pid=55): Terminated: ok {rc=0}
22:49:43.458010 ---      ParallelTerminationStrategy: PID 56 died...
22:49:43.459548 run   osmo-ms-virt-phy/00021(pid=56): Terminated: ok {rc=0}
22:49:43.463345 ---      ParallelTerminationStrategy: PID 57 died...
22:49:43.464898 run   osmo-ms-virt-phy/00022(pid=57): Terminated: ok {rc=0}
22:49:43.468685 ---      ParallelTerminationStrategy: PID 58 died...
22:49:43.470220 run   osmo-ms-virt-phy/00023(pid=58): Terminated: ok {rc=0}
22:49:43.474040 ---      ParallelTerminationStrategy: PID 59 died...
22:49:43.475573 run   osmo-ms-virt-phy/00024(pid=59): Terminated: ok {rc=0}
22:49:43.479381 ---      ParallelTerminationStrategy: PID 60 died...
22:49:43.480924 run   osmo-ms-virt-phy/00025(pid=60): Terminated: ok {rc=0}
22:49:43.484769 ---      ParallelTerminationStrategy: PID 61 died...
22:49:43.486379 run   osmo-ms-virt-phy/00026(pid=61): Terminated: ok {rc=0}
22:49:43.490544 ---      ParallelTerminationStrategy: PID 62 died...
22:49:43.492227 run   osmo-ms-virt-phy/00027(pid=62): Terminated: ok {rc=0}
22:49:43.496396 ---      ParallelTerminationStrategy: PID 63 died...
22:49:43.498110 run   osmo-ms-virt-phy/00028(pid=63): Terminated: ok {rc=0}
22:49:43.502370 ---      ParallelTerminationStrategy: PID 64 died...
22:49:43.504098 run   osmo-ms-virt-phy/00029(pid=64): Terminated: ok {rc=0}
22:49:43.508446 ---      ParallelTerminationStrategy: PID 65 died...
22:49:43.510209 run   osmo-ms-virt-phy/00030(pid=65): Terminated: ok {rc=0}
22:49:43.514592 ---      ParallelTerminationStrategy: PID 66 died...
22:49:43.516360 run   osmo-ms-virt-phy/00031(pid=66): Terminated: ok {rc=0}
22:49:43.520761 ---      ParallelTerminationStrategy: PID 67 died...
22:49:43.522532 run   osmo-ms-virt-phy/00032(pid=67): Terminated: ok {rc=0}
22:49:43.526915 ---      ParallelTerminationStrategy: PID 68 died...
22:49:43.528708 run   osmo-ms-virt-phy/00033(pid=68): Terminated: ok {rc=0}
22:49:43.533075 ---      ParallelTerminationStrategy: PID 69 died...
22:49:43.534856 run   osmo-ms-virt-phy/00034(pid=69): Terminated: ok {rc=0}
22:49:43.539211 ---      ParallelTerminationStrategy: PID 70 died...
22:49:43.540981 run   osmo-ms-virt-phy/00035(pid=70): Terminated: ok {rc=0}
22:49:43.545352 ---      ParallelTerminationStrategy: PID 71 died...
22:49:43.547120 run   osmo-ms-virt-phy/00036(pid=71): Terminated: ok {rc=0}
22:49:43.551483 ---      ParallelTerminationStrategy: PID 72 died...
22:49:43.553297 run   osmo-ms-virt-phy/00037(pid=72): Terminated: ok {rc=0}
22:49:43.557770 ---      ParallelTerminationStrategy: PID 73 died...
22:49:43.559566 run   osmo-ms-virt-phy/00038(pid=73): Terminated: ok {rc=0}
22:49:43.564068 ---      ParallelTerminationStrategy: PID 74 died...
22:49:43.565905 run   osmo-ms-virt-phy/00039(pid=74): Terminated: ok {rc=0}
22:49:43.570501 ---      ParallelTerminationStrategy: PID 75 died...
22:49:43.572356 run   osmo-ms-virt-phy/00040(pid=75): Terminated: ok {rc=0}
22:49:43.576858 ---      ParallelTerminationStrategy: PID 76 died...
22:49:43.578661 run   osmo-ms-virt-phy/00041(pid=76): Terminated: ok {rc=0}
22:49:43.583165 ---      ParallelTerminationStrategy: PID 77 died...
22:49:43.584980 run   osmo-ms-virt-phy/00042(pid=77): Terminated: ok {rc=0}
22:49:43.589474 ---      ParallelTerminationStrategy: PID 78 died...
22:49:43.591295 run   osmo-ms-virt-phy/00043(pid=78): Terminated: ok {rc=0}
22:49:43.595757 ---      ParallelTerminationStrategy: PID 79 died...
22:49:43.597591 run   osmo-ms-virt-phy/00044(pid=79): Terminated: ok {rc=0}
22:49:43.602058 ---      ParallelTerminationStrategy: PID 80 died...
22:49:43.603811 run   osmo-ms-virt-phy/00045(pid=80): Terminated: ok {rc=0}
22:49:43.608161 ---      ParallelTerminationStrategy: PID 81 died...
22:49:43.609939 run   osmo-ms-virt-phy/00046(pid=81): Terminated: ok {rc=0}
22:49:43.614318 ---      ParallelTerminationStrategy: PID 82 died...
22:49:43.616115 run   osmo-ms-virt-phy/00047(pid=82): Terminated: ok {rc=0}
22:49:43.620628 ---      ParallelTerminationStrategy: PID 83 died...
22:49:43.622443 run   osmo-ms-virt-phy/00048(pid=83): Terminated: ok {rc=0}
22:49:43.626904 ---      ParallelTerminationStrategy: PID 84 died...
22:49:43.628722 run   osmo-ms-virt-phy/00049(pid=84): Terminated: ok {rc=0}
22:49:43.633227 ---      ParallelTerminationStrategy: PID 85 died...
22:49:43.635042 run   osmo-ms-virt-phy/00050(pid=85): Terminated: ok {rc=0}
22:49:43.639537 ---      ParallelTerminationStrategy: PID 86 died...
22:49:43.641344 run   osmo-ms-virt-phy/00051(pid=86): Terminated: ok {rc=0}
22:49:43.645685 ---      ParallelTerminationStrategy: PID 87 died...
22:49:43.647394 run   osmo-ms-virt-phy/00052(pid=87): Terminated: ok {rc=0}
22:49:43.651679 ---      ParallelTerminationStrategy: PID 88 died...
22:49:43.653415 run   osmo-ms-virt-phy/00053(pid=88): Terminated: ok {rc=0}
22:49:43.657709 ---      ParallelTerminationStrategy: PID 89 died...
22:49:43.659472 run   osmo-ms-virt-phy/00054(pid=89): Terminated: ok {rc=0}
22:49:43.663878 ---      ParallelTerminationStrategy: PID 90 died...
22:49:43.665710 run   osmo-ms-virt-phy/00055(pid=90): Terminated: ok {rc=0}
22:49:43.670181 ---      ParallelTerminationStrategy: PID 91 died...
22:49:43.671994 run   osmo-ms-virt-phy/00056(pid=91): Terminated: ok {rc=0}
22:49:43.676479 ---      ParallelTerminationStrategy: PID 92 died...
22:49:43.678292 run   osmo-ms-virt-phy/00057(pid=92): Terminated: ok {rc=0}
22:49:43.682779 ---      ParallelTerminationStrategy: PID 93 died...
22:49:43.684585 run   osmo-ms-virt-phy/00058(pid=93): Terminated: ok {rc=0}
22:49:43.689057 ---      ParallelTerminationStrategy: PID 94 died...
22:49:43.690866 run   osmo-ms-virt-phy/00059(pid=94): Terminated: ok {rc=0}
22:49:43.695354 ---      ParallelTerminationStrategy: PID 95 died...
22:49:43.697203 run   osmo-ms-virt-phy/00060(pid=95): Terminated: ok {rc=0}
22:49:43.701662 ---      ParallelTerminationStrategy: PID 96 died...
22:49:43.703484 run   osmo-ms-virt-phy/00061(pid=96): Terminated: ok {rc=0}
22:49:43.707987 ---      ParallelTerminationStrategy: PID 97 died...
22:49:43.709802 run   osmo-ms-virt-phy/00062(pid=97): Terminated: ok {rc=0}
22:49:43.714300 ---      ParallelTerminationStrategy: PID 98 died...
22:49:43.716121 run   osmo-ms-virt-phy/00063(pid=98): Terminated: ok {rc=0}
22:49:43.720588 ---      ParallelTerminationStrategy: PID 99 died...
22:49:43.722413 run   osmo-ms-virt-phy/00064(pid=99): Terminated: ok {rc=0}
22:49:43.726822 ---      ParallelTerminationStrategy: PID 100 died...
22:49:43.728566 run  osmo-ms-virt-phy/00065(pid=100): Terminated: ok {rc=0}
22:49:43.732834 ---      ParallelTerminationStrategy: PID 101 died...
22:49:43.734555 run  osmo-ms-virt-phy/00066(pid=101): Terminated: ok {rc=0}
22:49:43.738764 ---      ParallelTerminationStrategy: PID 102 died...
22:49:43.740435 run  osmo-ms-virt-phy/00067(pid=102): Terminated: ok {rc=0}
22:49:43.744658 ---      ParallelTerminationStrategy: PID 103 died...
22:49:43.746347 run  osmo-ms-virt-phy/00068(pid=103): Terminated: ok {rc=0}
22:49:43.750481 ---      ParallelTerminationStrategy: PID 104 died...
22:49:43.752142 run  osmo-ms-virt-phy/00069(pid=104): Terminated: ok {rc=0}
22:49:43.756312 ---      ParallelTerminationStrategy: PID 105 died...
22:49:43.758000 run  osmo-ms-virt-phy/00070(pid=105): Terminated: ok {rc=0}
22:49:43.762239 ---      ParallelTerminationStrategy: PID 106 died...
22:49:43.763965 run  osmo-ms-virt-phy/00071(pid=106): Terminated: ok {rc=0}
22:49:43.768303 ---      ParallelTerminationStrategy: PID 107 died...
22:49:43.770067 run  osmo-ms-virt-phy/00072(pid=107): Terminated: ok {rc=0}
22:49:43.774443 ---      ParallelTerminationStrategy: PID 108 died...
22:49:43.776202 run  osmo-ms-virt-phy/00073(pid=108): Terminated: ok {rc=0}
22:49:43.780585 ---      ParallelTerminationStrategy: PID 109 died...
22:49:43.782355 run  osmo-ms-virt-phy/00074(pid=109): Terminated: ok {rc=0}
22:49:43.786730 ---      ParallelTerminationStrategy: PID 110 died...
22:49:43.788502 run  osmo-ms-virt-phy/00075(pid=110): Terminated: ok {rc=0}
22:49:43.792910 ---      ParallelTerminationStrategy: PID 111 died...
22:49:43.794672 run  osmo-ms-virt-phy/00076(pid=111): Terminated: ok {rc=0}
22:49:43.799045 ---      ParallelTerminationStrategy: PID 112 died...
22:49:43.800817 run  osmo-ms-virt-phy/00077(pid=112): Terminated: ok {rc=0}
22:49:43.805157 ---      ParallelTerminationStrategy: PID 113 died...
22:49:43.806971 run  osmo-ms-virt-phy/00078(pid=113): Terminated: ok {rc=0}
22:49:43.811351 ---      ParallelTerminationStrategy: PID 114 died...
22:49:43.813139 run  osmo-ms-virt-phy/00079(pid=114): Terminated: ok {rc=0}
22:49:43.817343 ---      ParallelTerminationStrategy: PID 115 died...
22:49:43.819249 run  osmo-ms-virt-phy/00080(pid=115): Terminated: ok {rc=0}
22:49:43.823364 ---      ParallelTerminationStrategy: PID 116 died...
22:49:43.825056 run  osmo-ms-virt-phy/00081(pid=116): Terminated: ok {rc=0}
22:49:43.829129 ---      ParallelTerminationStrategy: PID 117 died...
22:49:43.830724 run  osmo-ms-virt-phy/00082(pid=117): Terminated: ok {rc=0}
22:49:43.834714 ---      ParallelTerminationStrategy: PID 118 died...
22:49:43.836321 run  osmo-ms-virt-phy/00083(pid=118): Terminated: ok {rc=0}
22:49:43.840305 ---      ParallelTerminationStrategy: PID 119 died...
22:49:43.841989 run  osmo-ms-virt-phy/00084(pid=119): Terminated: ok {rc=0}
22:49:43.846115 ---      ParallelTerminationStrategy: PID 120 died...
22:49:43.847702 run  osmo-ms-virt-phy/00085(pid=120): Terminated: ok {rc=0}
22:49:43.851714 ---      ParallelTerminationStrategy: PID 121 died...
22:49:43.853332 run  osmo-ms-virt-phy/00086(pid=121): Terminated: ok {rc=0}
22:49:43.857300 ---      ParallelTerminationStrategy: PID 122 died...
22:49:43.858911 run  osmo-ms-virt-phy/00087(pid=122): Terminated: ok {rc=0}
22:49:43.862887 ---      ParallelTerminationStrategy: PID 123 died...
22:49:43.864490 run  osmo-ms-virt-phy/00088(pid=123): Terminated: ok {rc=0}
22:49:43.868512 ---      ParallelTerminationStrategy: PID 124 died...
22:49:43.870156 run  osmo-ms-virt-phy/00089(pid=124): Terminated: ok {rc=0}
22:49:43.874135 ---      ParallelTerminationStrategy: PID 125 died...
22:49:43.875722 run  osmo-ms-virt-phy/00090(pid=125): Terminated: ok {rc=0}
22:49:43.879685 ---      ParallelTerminationStrategy: PID 126 died...
22:49:43.881309 run  osmo-ms-virt-phy/00091(pid=126): Terminated: ok {rc=0}
22:49:43.885314 ---      ParallelTerminationStrategy: PID 127 died...
22:49:43.886916 run  osmo-ms-virt-phy/00092(pid=127): Terminated: ok {rc=0}
22:49:43.890881 ---      ParallelTerminationStrategy: PID 128 died...
22:49:43.892489 run  osmo-ms-virt-phy/00093(pid=128): Terminated: ok {rc=0}
22:49:43.896339 ---      ParallelTerminationStrategy: PID 129 died...
22:49:43.897867 run  osmo-ms-virt-phy/00094(pid=129): Terminated: ok {rc=0}
22:49:43.901694 ---      ParallelTerminationStrategy: PID 130 died...
22:49:43.903247 run  osmo-ms-virt-phy/00095(pid=130): Terminated: ok {rc=0}
22:49:43.907192 ---      ParallelTerminationStrategy: PID 131 died...
22:49:43.908791 run  osmo-ms-virt-phy/00096(pid=131): Terminated: ok {rc=0}
22:49:43.912900 ---      ParallelTerminationStrategy: PID 132 died...
22:49:43.914572 run  osmo-ms-virt-phy/00097(pid=132): Terminated: ok {rc=0}
22:49:43.918765 ---      ParallelTerminationStrategy: PID 133 died...
22:49:43.920381 run  osmo-ms-virt-phy/00098(pid=133): Terminated: ok {rc=0}
22:49:43.924377 ---      ParallelTerminationStrategy: PID 134 died...
22:49:43.926052 run  osmo-ms-virt-phy/00099(pid=134): Terminated: ok {rc=0}
22:49:43.930248 ---      ParallelTerminationStrategy: PID 135 died...
22:49:43.931922 run       osmo-ms-mob/00000(pid=135): Terminated {rc=26112}
22:49:43.936044 ---      ParallelTerminationStrategy: PID 136 died...
22:49:43.937644 run       osmo-ms-mob/00001(pid=136): Terminated {rc=26112}
22:49:43.941709 ---      ParallelTerminationStrategy: PID 137 died...
22:49:43.943390 run       osmo-ms-mob/00002(pid=137): Terminated {rc=26112}
22:49:43.947572 ---      ParallelTerminationStrategy: PID 138 died...
22:49:43.949271 run       osmo-ms-mob/00003(pid=138): Terminated {rc=26112}
22:49:43.953431 ---      ParallelTerminationStrategy: PID 139 died...
22:49:43.955020 run       osmo-ms-mob/00004(pid=139): Terminated {rc=26112}
22:49:43.958990 ---      ParallelTerminationStrategy: PID 140 died...
22:49:43.960577 run       osmo-ms-mob/00005(pid=140): Terminated {rc=26112}
22:49:43.964681 ---      ParallelTerminationStrategy: PID 141 died...
22:49:43.966276 run       osmo-ms-mob/00006(pid=141): Terminated {rc=26112}
22:49:43.970289 ---      ParallelTerminationStrategy: PID 142 died...
22:49:43.971970 run       osmo-ms-mob/00007(pid=142): Terminated {rc=26112}
22:49:43.976181 ---      ParallelTerminationStrategy: PID 143 died...
22:49:43.977879 run       osmo-ms-mob/00008(pid=143): Terminated {rc=26112}
22:49:43.982043 ---      ParallelTerminationStrategy: PID 144 died...
22:49:43.983717 run       osmo-ms-mob/00009(pid=144): Terminated {rc=26112}
22:49:43.987754 ---      ParallelTerminationStrategy: PID 145 died...
22:49:43.989380 run       osmo-ms-mob/00010(pid=145): Terminated {rc=26112}
22:49:43.993375 ---      ParallelTerminationStrategy: PID 146 died...
22:49:43.994963 run       osmo-ms-mob/00011(pid=146): Terminated {rc=26112}
22:49:43.998968 ---      ParallelTerminationStrategy: PID 147 died...
22:49:44.000586 run       osmo-ms-mob/00012(pid=147): Terminated {rc=26112}
22:49:44.004555 ---      ParallelTerminationStrategy: PID 148 died...
22:49:44.006176 run       osmo-ms-mob/00013(pid=148): Terminated {rc=26112}
22:49:44.010308 ---      ParallelTerminationStrategy: PID 149 died...
22:49:44.011993 run       osmo-ms-mob/00014(pid=149): Terminated {rc=26112}
22:49:44.016217 ---      ParallelTerminationStrategy: PID 150 died...
22:49:44.017980 run       osmo-ms-mob/00015(pid=150): Terminated {rc=26112}
22:49:44.022421 ---      ParallelTerminationStrategy: PID 151 died...
22:49:44.024208 run       osmo-ms-mob/00016(pid=151): Terminated {rc=26112}
22:49:44.034326 ---      ParallelTerminationStrategy: PID 152 died...
22:49:44.036071 run       osmo-ms-mob/00017(pid=152): Terminated {rc=26112}
22:49:44.040403 ---      ParallelTerminationStrategy: PID 153 died...
22:49:44.042156 run       osmo-ms-mob/00018(pid=153): Terminated {rc=26112}
22:49:44.046443 ---      ParallelTerminationStrategy: PID 154 died...
22:49:44.048157 run       osmo-ms-mob/00019(pid=154): Terminated {rc=26112}
22:49:44.052355 ---      ParallelTerminationStrategy: PID 155 died...
22:49:44.054047 run       osmo-ms-mob/00020(pid=155): Terminated {rc=26112}
22:49:44.058266 ---      ParallelTerminationStrategy: PID 156 died...
22:49:44.059960 run       osmo-ms-mob/00021(pid=156): Terminated {rc=26112}
22:49:44.064183 ---      ParallelTerminationStrategy: PID 157 died...
22:49:44.065903 run       osmo-ms-mob/00022(pid=157): Terminated {rc=26112}
22:49:44.070108 ---      ParallelTerminationStrategy: PID 158 died...
22:49:44.071809 run       osmo-ms-mob/00023(pid=158): Terminated {rc=26112}
22:49:44.075976 ---      ParallelTerminationStrategy: PID 159 died...
22:49:44.077665 run       osmo-ms-mob/00024(pid=159): Terminated {rc=26112}
22:49:44.081826 ---      ParallelTerminationStrategy: PID 160 died...
22:49:44.083507 run       osmo-ms-mob/00025(pid=160): Terminated {rc=26112}
22:49:44.087667 ---      ParallelTerminationStrategy: PID 161 died...
22:49:44.089355 run       osmo-ms-mob/00026(pid=161): Terminated {rc=26112}
22:49:44.093463 ---      ParallelTerminationStrategy: PID 162 died...
22:49:44.095111 run       osmo-ms-mob/00027(pid=162): Terminated {rc=26112}
22:49:44.099210 ---      ParallelTerminationStrategy: PID 163 died...
22:49:44.100864 run       osmo-ms-mob/00028(pid=163): Terminated {rc=26112}
22:49:44.104959 ---      ParallelTerminationStrategy: PID 164 died...
22:49:44.106620 run       osmo-ms-mob/00029(pid=164): Terminated {rc=26112}
22:49:44.110700 ---      ParallelTerminationStrategy: PID 165 died...
22:49:44.112340 run       osmo-ms-mob/00030(pid=165): Terminated {rc=26112}
22:49:44.116397 ---      ParallelTerminationStrategy: PID 166 died...
22:49:44.117967 run       osmo-ms-mob/00031(pid=166): Terminated {rc=26112}
22:49:44.121944 ---      ParallelTerminationStrategy: PID 167 died...
22:49:44.123598 run       osmo-ms-mob/00032(pid=167): Terminated {rc=26112}
22:49:44.127699 ---      ParallelTerminationStrategy: PID 168 died...
22:49:44.129354 run       osmo-ms-mob/00033(pid=168): Terminated {rc=26112}
22:49:44.133516 ---      ParallelTerminationStrategy: PID 169 died...
22:49:44.135200 run       osmo-ms-mob/00034(pid=169): Terminated {rc=26112}
22:49:44.139452 ---      ParallelTerminationStrategy: PID 170 died...
22:49:44.141189 run       osmo-ms-mob/00035(pid=170): Terminated {rc=26112}
22:49:44.145504 ---      ParallelTerminationStrategy: PID 171 died...
22:49:44.147244 run       osmo-ms-mob/00036(pid=171): Terminated {rc=26112}
22:49:44.151502 ---      ParallelTerminationStrategy: PID 172 died...
22:49:44.153168 run       osmo-ms-mob/00037(pid=172): Terminated {rc=26112}
22:49:44.157360 ---      ParallelTerminationStrategy: PID 173 died...
22:49:44.159207 run       osmo-ms-mob/00038(pid=173): Terminated {rc=26112}
22:49:44.163484 ---      ParallelTerminationStrategy: PID 174 died...
22:49:44.165286 run       osmo-ms-mob/00039(pid=174): Terminated {rc=26112}
22:49:44.169604 ---      ParallelTerminationStrategy: PID 175 died...
22:49:44.171550 run       osmo-ms-mob/00040(pid=175): Terminated {rc=26112}
22:49:44.175867 ---      ParallelTerminationStrategy: PID 176 died...
22:49:44.177624 run       osmo-ms-mob/00041(pid=176): Terminated {rc=26112}
22:49:44.181937 ---      ParallelTerminationStrategy: PID 177 died...
22:49:44.183674 run       osmo-ms-mob/00042(pid=177): Terminated {rc=26112}
22:49:44.187784 ---      ParallelTerminationStrategy: PID 178 died...
22:49:44.189443 run       osmo-ms-mob/00043(pid=178): Terminated {rc=26112}
22:49:44.193586 ---      ParallelTerminationStrategy: PID 179 died...
22:49:44.195232 run       osmo-ms-mob/00044(pid=179): Terminated {rc=26112}
22:49:44.199328 ---      ParallelTerminationStrategy: PID 180 died...
22:49:44.200911 run       osmo-ms-mob/00045(pid=180): Terminated {rc=26112}
22:49:44.204949 ---      ParallelTerminationStrategy: PID 181 died...
22:49:44.206608 run       osmo-ms-mob/00046(pid=181): Terminated {rc=26112}
22:49:44.210713 ---      ParallelTerminationStrategy: PID 182 died...
22:49:44.212367 run       osmo-ms-mob/00047(pid=182): Terminated {rc=26112}
22:49:44.216282 ---      ParallelTerminationStrategy: PID 183 died...
22:49:44.217861 run       osmo-ms-mob/00048(pid=183): Terminated {rc=26112}
22:49:44.221747 ---      ParallelTerminationStrategy: PID 184 died...
22:49:44.223317 run       osmo-ms-mob/00049(pid=184): Terminated {rc=26112}
22:49:44.227228 ---      ParallelTerminationStrategy: PID 185 died...
22:49:44.228797 run       osmo-ms-mob/00050(pid=185): Terminated {rc=26112}
22:49:44.232718 ---      ParallelTerminationStrategy: PID 186 died...
22:49:44.234301 run       osmo-ms-mob/00051(pid=186): Terminated {rc=26112}
22:49:44.238189 ---      ParallelTerminationStrategy: PID 187 died...
22:49:44.239749 run       osmo-ms-mob/00052(pid=187): Terminated {rc=26112}
22:49:44.243664 ---      ParallelTerminationStrategy: PID 188 died...
22:49:44.245227 run       osmo-ms-mob/00053(pid=188): Terminated {rc=26112}
22:49:44.249115 ---      ParallelTerminationStrategy: PID 189 died...
22:49:44.250696 run       osmo-ms-mob/00054(pid=189): Terminated {rc=26112}
22:49:44.254623 ---      ParallelTerminationStrategy: PID 190 died...
22:49:44.256202 run       osmo-ms-mob/00055(pid=190): Terminated {rc=26112}
22:49:44.260162 ---      ParallelTerminationStrategy: PID 191 died...
22:49:44.261738 run       osmo-ms-mob/00056(pid=191): Terminated {rc=26112}
22:49:44.265631 ---      ParallelTerminationStrategy: PID 192 died...
22:49:44.267200 run       osmo-ms-mob/00057(pid=192): Terminated {rc=26112}
22:49:44.271130 ---      ParallelTerminationStrategy: PID 193 died...
22:49:44.272704 run       osmo-ms-mob/00058(pid=193): Terminated {rc=26112}
22:49:44.276746 ---      ParallelTerminationStrategy: PID 194 died...
22:49:44.278358 run       osmo-ms-mob/00059(pid=194): Terminated {rc=26112}
22:49:44.282263 ---      ParallelTerminationStrategy: PID 195 died...
22:49:44.283839 run       osmo-ms-mob/00060(pid=195): Terminated {rc=26112}
22:49:44.287758 ---      ParallelTerminationStrategy: PID 196 died...
22:49:44.289317 run       osmo-ms-mob/00061(pid=196): Terminated {rc=26112}
22:49:44.293138 ---      ParallelTerminationStrategy: PID 197 died...
22:49:44.294671 run       osmo-ms-mob/00062(pid=197): Terminated {rc=26112}
22:49:44.298493 ---      ParallelTerminationStrategy: PID 198 died...
22:49:44.300019 run       osmo-ms-mob/00063(pid=198): Terminated {rc=26112}
22:49:44.303770 ---      ParallelTerminationStrategy: PID 199 died...
22:49:44.305333 run       osmo-ms-mob/00064(pid=199): Terminated {rc=26112}
22:49:44.309161 ---      ParallelTerminationStrategy: PID 200 died...
22:49:44.310703 run       osmo-ms-mob/00065(pid=200): Terminated {rc=26112}
22:49:44.314597 ---      ParallelTerminationStrategy: PID 201 died...
22:49:44.316169 run       osmo-ms-mob/00066(pid=201): Terminated {rc=26112}
22:49:44.320102 ---      ParallelTerminationStrategy: PID 202 died...
22:49:44.321707 run       osmo-ms-mob/00067(pid=202): Terminated {rc=26112}
22:49:44.325696 ---      ParallelTerminationStrategy: PID 203 died...
22:49:44.327398 run       osmo-ms-mob/00068(pid=203): Terminated {rc=26112}
22:49:44.331467 ---      ParallelTerminationStrategy: PID 204 died...
22:49:44.333106 run       osmo-ms-mob/00069(pid=204): Terminated {rc=26112}
22:49:44.337169 ---      ParallelTerminationStrategy: PID 205 died...
22:49:44.338790 run       osmo-ms-mob/00070(pid=205): Terminated {rc=26112}
22:49:44.342752 ---      ParallelTerminationStrategy: PID 206 died...
22:49:44.344332 run       osmo-ms-mob/00071(pid=206): Terminated {rc=26112}
22:49:44.348164 ---      ParallelTerminationStrategy: PID 207 died...
22:49:44.349707 run       osmo-ms-mob/00072(pid=207): Terminated {rc=26112}
22:49:44.353527 ---      ParallelTerminationStrategy: PID 208 died...
22:49:44.355064 run       osmo-ms-mob/00073(pid=208): Terminated {rc=26112}
22:49:44.358964 ---      ParallelTerminationStrategy: PID 209 died...
22:49:44.360514 run       osmo-ms-mob/00074(pid=209): Terminated {rc=26112}
22:49:44.364330 ---      ParallelTerminationStrategy: PID 210 died...
22:49:44.365905 run       osmo-ms-mob/00075(pid=210): Terminated {rc=26112}
22:49:44.369794 ---      ParallelTerminationStrategy: PID 211 died...
22:49:44.371355 run       osmo-ms-mob/00076(pid=211): Terminated {rc=26112}
22:49:44.375209 ---      ParallelTerminationStrategy: PID 212 died...
22:49:44.376751 run       osmo-ms-mob/00077(pid=212): Terminated {rc=26112}
22:49:44.380568 ---      ParallelTerminationStrategy: PID 213 died...
22:49:44.382123 run       osmo-ms-mob/00078(pid=213): Terminated {rc=26112}
22:49:44.385933 ---      ParallelTerminationStrategy: PID 214 died...
22:49:44.387467 run       osmo-ms-mob/00079(pid=214): Terminated {rc=26112}
22:49:44.391278 ---      ParallelTerminationStrategy: PID 215 died...
22:49:44.392827 run       osmo-ms-mob/00080(pid=215): Terminated {rc=26112}
22:49:44.396640 ---      ParallelTerminationStrategy: PID 216 died...
22:49:44.398188 run       osmo-ms-mob/00081(pid=216): Terminated {rc=26112}
22:49:44.402029 ---      ParallelTerminationStrategy: PID 217 died...
22:49:44.403561 run       osmo-ms-mob/00082(pid=217): Terminated {rc=26112}
22:49:44.407379 ---      ParallelTerminationStrategy: PID 218 died...
22:49:44.408924 run       osmo-ms-mob/00083(pid=218): Terminated {rc=26112}
22:49:44.412770 ---      ParallelTerminationStrategy: PID 219 died...
22:49:44.414321 run       osmo-ms-mob/00084(pid=219): Terminated {rc=26112}
22:49:44.418331 ---      ParallelTerminationStrategy: PID 220 died...
22:49:44.419915 run       osmo-ms-mob/00085(pid=220): Terminated {rc=26112}
22:49:44.423901 ---      ParallelTerminationStrategy: PID 221 died...
22:49:44.425465 run       osmo-ms-mob/00086(pid=221): Terminated {rc=26112}
22:49:44.429384 ---      ParallelTerminationStrategy: PID 222 died...
22:49:44.431017 run       osmo-ms-mob/00087(pid=222): Terminated {rc=26112}
22:49:44.435034 ---      ParallelTerminationStrategy: PID 223 died...
22:49:44.436606 run       osmo-ms-mob/00088(pid=223): Terminated {rc=26112}
22:49:44.440472 ---      ParallelTerminationStrategy: PID 224 died...
22:49:44.442026 run       osmo-ms-mob/00089(pid=224): Terminated {rc=26112}
22:49:44.445821 ---      ParallelTerminationStrategy: PID 225 died...
22:49:44.447384 run       osmo-ms-mob/00090(pid=225): Terminated {rc=26112}
22:49:44.451309 ---      ParallelTerminationStrategy: PID 226 died...
22:49:44.452877 run       osmo-ms-mob/00091(pid=226): Terminated {rc=26112}
22:49:44.456900 ---      ParallelTerminationStrategy: PID 227 died...
22:49:44.458474 run       osmo-ms-mob/00092(pid=227): Terminated {rc=26112}
22:49:44.462361 ---      ParallelTerminationStrategy: PID 228 died...
22:49:44.463933 run       osmo-ms-mob/00093(pid=228): Terminated {rc=26112}
22:49:44.467867 ---      ParallelTerminationStrategy: PID 229 died...
22:49:44.469464 run       osmo-ms-mob/00094(pid=229): Terminated {rc=26112}
22:49:44.473374 ---      ParallelTerminationStrategy: PID 230 died...
22:49:44.474941 run       osmo-ms-mob/00095(pid=230): Terminated {rc=26112}
22:49:44.478870 ---      ParallelTerminationStrategy: PID 231 died...
22:49:44.480445 run       osmo-ms-mob/00096(pid=231): Terminated {rc=26112}
22:49:44.484375 ---      ParallelTerminationStrategy: PID 232 died...
22:49:44.485979 run       osmo-ms-mob/00097(pid=232): Terminated {rc=26112}
22:49:44.489986 ---      ParallelTerminationStrategy: PID 233 died...
22:49:44.491596 run       osmo-ms-mob/00098(pid=233): Terminated {rc=26112}
22:49:44.495565 ---      ParallelTerminationStrategy: PID 234 died...
22:49:44.497148 run       osmo-ms-mob/00099(pid=234): Terminated {rc=26112}
22:49:47.900559 ---      ParallelTerminationStrategy: PID 34 died...
22:49:47.902496 run         osmo-bts-virtual(pid=34): Terminated: ok {rc=0}
---------------------------------------------------------------------
trial-7908 netreg_mass PASS
---------------------------------------------------------------------
22:49:47.992808 tst                       trial-7908: Storing JUnit report in /build/trial-7908/run.2025-03-17_22-48-17/trial-7908.xml

--------------------------------------------------------------------------------------------
trial-7908 PASS
--------------------------------------------------------------------------------------------
22:49:48.005221 tst                       trial-7908: trial-7908: PASS, 1 suites passed
PASS: netreg_mass (pass: 1)
    pass: register_default_mass.py (84.9 sec)
+ exit_code=0
+ rm -rf trial-7908/inst
+ cd trial-7908
+ command -v journalctl
+ [ ! -z /usr/bin/journalctl ]
+ readlink last_run
+ journalctl -u ofono -o short-precise --since 2025-03-17 22:48:17
No journal files were found.
+ readlink last_run
+ tar czf /build/trial-7908-run.tgz run.2025-03-17_22-48-17
+ tar czf /build/trial-7908-bin.tgz checksums.md5 open5gs.build-8.tgz osmo-bsc.build-2025-03-17_18_24_52.tgz osmo-bts-oc2g.build-2025-03-17_18_23_22.tgz osmo-bts-sysmo.build-2025-03-17_18_23_27.tgz osmo-bts.build-2025-03-17_18_23_43.tgz osmo-ggsn.build-2025-03-17_20_42_33.tgz osmo-hlr.build-2025-03-17_18_22_00.tgz osmo-hnbgw.build-2025-03-17_18_26_44.tgz osmo-mgw.build-2025-03-17_18_21_44.tgz osmo-msc.build-2025-03-17_18_28_58.tgz osmo-nitb.build-17155.tgz osmo-pcu-oc2g.build-2025-03-17_11_12_42.tgz osmo-pcu-sysmo.build-2025-03-17_11_12_35.tgz osmo-pcu.build-2025-03-17_11_12_45.tgz osmo-sgsn.build-2025-03-17_20_48_57.tgz osmo-stp.build-2025-03-17_13_26_52.tgz osmo-trx.build-2025-03-17_18_29_08.tgz osmocom-bb.build-2025-03-17_21_17_33.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