Skip to content
Success

Console Output

Skipping 14 KB.. Full Log
[osmo-gsm-tester_virtual] $ /bin/sh -xe /tmp/jenkins13589867869147060482.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-8152
+ 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
bce9627 nplab-m3ua-test: Configure Network Indicator as International
+ make -C docker-playground/osmo-gsm-tester
make: Entering directory '/home/osmocom-build/jenkins/workspace/osmo-gsm-tester_virtual/docker-playground/osmo-gsm-tester'
awk: fatal: cannot open file `.release' for reading: No such file or directory
awk: fatal: cannot open file `.release' for reading: No such file or directory
awk: fatal: cannot open file `.release' for reading: No such file or directory
rm -rf .common
cp -r /home/osmocom-build/jenkins/workspace/osmo-gsm-tester_virtual/docker-playground/common .common
INFO: .release created
release=0.0.0
docker build \
	--build-arg USER=osmocom-build \
	--build-arg UID=1000 \
	--build-arg REGISTRY=docker.io \
	--build-arg OSMO_TTCN3_BRANCH=master \
	--build-arg UPSTREAM_DISTRO=debian:bookworm \
	--build-arg DISTRO=debian-bookworm \
	--build-arg OSMOCOM_REPO_MIRROR=https://downloads.osmocom.org \
	--build-arg OSMOCOM_REPO_PATH=packages/osmocom: \
	--build-arg OSMOCOM_REPO_VERSION=latest \
	--build-arg OSMOCOM_REPO_TESTSUITE_MIRROR=https://downloads.osmocom.org \
	--build-arg ASTERISK_BRANCH=sysmocom/20.7.0 \
	--build-arg LIBOSMOCORE_BRANCH=master \
	--build-arg M3UA_TESTTOOL_BRANCH=osmocom/master \
	--build-arg OSMO_BB_BRANCH=master \
	--build-arg OSMO_BSC_BRANCH=master \
	--build-arg OSMO_BTS_BRANCH=master \
	--build-arg OSMO_CBC_BRANCH=master \
	--build-arg OSMO_DIA2GSUP_BRANCH=master \
	--build-arg OSMO_EPDG_BRANCH=master \
	--build-arg OSMO_GBPROXY_BRANCH=master \
	--build-arg OSMO_GGSN_BRANCH=master \
	--build-arg OSMO_GSM_TESTER_BRANCH=master \
	--build-arg OSMO_HLR_BRANCH=master \
	--build-arg OSMO_HNBGW_BRANCH=master \
	--build-arg OSMO_HNODEB_BRANCH=master \
	--build-arg OSMO_IUH_BRANCH=master \
	--build-arg OSMO_MGW_BRANCH=master \
	--build-arg OSMO_MSC_BRANCH=master \
	--build-arg OSMO_NITB_BRANCH=master \
	--build-arg OSMO_PCU_BRANCH=master \
	--build-arg OSMO_REMSIM_BRANCH=master \
	--build-arg OSMO_S1GW_BRANCH=master \
	--build-arg OSMO_SGSN_BRANCH=master \
	--build-arg OSMO_SIP_BRANCH=master \
	--build-arg OSMO_STP_BRANCH=master \
	--build-arg OSMO_UECUPS_BRANCH=master \
	--build-arg OPEN5GS_BRANCH=main \
	--build-arg PJPROJECT_BRANCH=sysmocom/2.14 \
	 -t docker.io/osmocom-build/osmo-gsm-tester:latest .
#0 building with "default" instance using docker driver

#1 [internal] load build definition from Dockerfile
#1 transferring dockerfile: 4.84kB done
#1 WARN: InvalidDefaultArgInFrom: Default value for ARG $USER/debian-bookworm-build results in empty or invalid base image name (line 2)
#1 WARN: LegacyKeyValueFormat: "ENV key=value" should be used instead of legacy "ENV key value" format (line 65)
#1 DONE 0.0s

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

#19 [12/28] RUN	MKDIR -p /osmo-gsm-tester-srsue                  /osmo-gsm-tester-srsenb                  /osmo-gsm-tester-srsepc                  /osmo-gsm-tester-trx 		 /osmo-gsm-tester-grbroker 		 /osmo-gsm-tester-open5gs
#19 CACHED

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

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

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

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

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

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

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

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

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

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

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

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

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

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

#34 exporting to image
#34 exporting layers done
#34 writing image sha256:b699fefd352eece084e888e08641152dedaa91c253c1634e8add2251d1925634 done
#34 naming to docker.io/osmocom-build/osmo-gsm-tester:latest done
#34 DONE 0.0s
rm -rf .common
make: Leaving directory '/home/osmocom-build/jenkins/workspace/osmo-gsm-tester_virtual/docker-playground/osmo-gsm-tester'
+ unlink osmo-gsm-tester/sysmocom/resources.conf
+ ln -s resources.conf.virtual osmo-gsm-tester/sysmocom/resources.conf
+ docker run --rm=true -e HOME=/build -e JOB_NAME=osmo-gsm-tester_virtual -e OSMO_GSM_TESTER_CONF=/build/osmo-gsm-tester/sysmocom/main.conf -e OSMO_GSM_TESTER_OPTS=-s netreg_mass -e BUILD_NUMBER=8153 -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-11-17 22:48:15
+ trial_dir_prefix=trial-
+ rm -rf trial-*
+ trial_dir=trial-8153
+ mkdir -p trial-8153
+ mv open5gs.build-8.tgz osmo-bsc.build-2025-11-17_13_26_17.tgz osmo-bts-oc2g.build-2025-11-17_00_52_01.tgz osmo-bts-sysmo.build-2025-11-17_00_51_54.tgz osmo-bts.build-2025-11-17_00_52_01.tgz osmo-ggsn.build-2025-11-17_20_42_36.tgz osmo-hlr.build-2025-11-17_16_36_53.tgz osmo-hnbgw.build-2025-11-17_14_39_21.tgz osmo-mgw.build-2025-11-17_08_33_13.tgz osmo-msc.build-2025-11-17_13_34_28.tgz osmo-nitb.build-17155.tgz osmo-pcu-oc2g.build-2025-11-17_07_33_56.tgz osmo-pcu-sysmo.build-2025-11-17_07_34_01.tgz osmo-pcu.build-2025-11-17_07_36_12.tgz osmo-sgsn.build-2025-11-17_20_47_59.tgz osmo-stp.build-2025-11-17_13_25_08.tgz osmo-trx.build-2025-11-17_14_26_25.tgz osmocom-bb.build-2025-11-17_21_17_42.tgz srslte.build-19.tgz trial-8153
+ cat open5gs.build-8.md5 osmo-bsc.build-2025-11-17_13_26_17.md5 osmo-bts-oc2g.build-2025-11-17_00_52_01.md5 osmo-bts-sysmo.build-2025-11-17_00_51_54.md5 osmo-bts.build-2025-11-17_00_52_01.md5 osmo-ggsn.build-2025-11-17_20_42_36.md5 osmo-hlr.build-2025-11-17_16_36_53.md5 osmo-hnbgw.build-2025-11-17_14_39_21.md5 osmo-mgw.build-2025-11-17_08_33_13.md5 osmo-msc.build-2025-11-17_13_34_28.md5 osmo-nitb.build-17155.md5 osmo-pcu-oc2g.build-2025-11-17_07_33_56.md5 osmo-pcu-sysmo.build-2025-11-17_07_34_01.md5 osmo-pcu.build-2025-11-17_07_36_12.md5 osmo-sgsn.build-2025-11-17_20_47_59.md5 osmo-stp.build-2025-11-17_13_25_08.md5 osmo-trx.build-2025-11-17_14_26_25.md5 osmocom-bb.build-2025-11-17_21_17_42.md5 srslte.build-19.md5
+ rm open5gs.build-8.md5 osmo-bsc.build-2025-11-17_13_26_17.md5 osmo-bts-oc2g.build-2025-11-17_00_52_01.md5 osmo-bts-sysmo.build-2025-11-17_00_51_54.md5 osmo-bts.build-2025-11-17_00_52_01.md5 osmo-ggsn.build-2025-11-17_20_42_36.md5 osmo-hlr.build-2025-11-17_16_36_53.md5 osmo-hnbgw.build-2025-11-17_14_39_21.md5 osmo-mgw.build-2025-11-17_08_33_13.md5 osmo-msc.build-2025-11-17_13_34_28.md5 osmo-nitb.build-17155.md5 osmo-pcu-oc2g.build-2025-11-17_07_33_56.md5 osmo-pcu-sysmo.build-2025-11-17_07_34_01.md5 osmo-pcu.build-2025-11-17_07_36_12.md5 osmo-sgsn.build-2025-11-17_20_47_59.md5 osmo-stp.build-2025-11-17_13_25_08.md5 osmo-trx.build-2025-11-17_14_26_25.md5 osmocom-bb.build-2025-11-17_21_17_42.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-8153 -s netreg_mass
combinations: ['netreg_mass']
trial: 'trial-8153'
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-8153
--------------------------------------------------------------------------------------------
22:48:15.725867 tst                       trial-8153: Detailed log at /build/trial-8153/run.2025-11-17_22-48-15/log

---------------------------------------------------------------------
trial-8153 netreg_mass
---------------------------------------------------------------------
22:48:15.928487 tst                      netreg_mass: reserving resources in /var/tmp/osmo-gsm-tester/state ...
22:48:15.928853 tst                      netreg_mass: Verifying 1 x bts (candidates: 1)
22:48:15.929614 tst                      netreg_mass: Verifying 6 x ip_address (candidates: 9)
22:48:15.930750 tst                      netreg_mass: Verifying 100 x modem (candidates: 100)
22:48:15.971768 tst                      netreg_mass: Reserving 1 x bts (candidates: 1)
22:48:15.972639 tst                      netreg_mass: Reserving 6 x ip_address (candidates: 9)
22:48:15.973766 tst                      netreg_mass: Reserving 100 x modem (candidates: 100)
22:48:16.035420 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-8153 netreg_mass register_default_mass.py
----------------------------------------------
22:48:16.036156 tst       register_default_mass.py:9: Claiming resources for the test
22:48:16.051293 tst                      netreg_mass: Using 1 x ip_address (candidates: 6)
22:48:16.051802 tst                      netreg_mass: Using 1 x ip_address (candidates: 6)
22:48:16.052246 tst                      netreg_mass: Using 1 x ip_address (candidates: 6)
22:48:16.052683 tst                      netreg_mass: Using 1 x ip_address (candidates: 6)
22:48:16.053113 tst                      netreg_mass: Using 1 x ip_address (candidates: 6)
22:48:16.053562 tst                      netreg_mass: Using 1 x ip_address (candidates: 6)
22:48:16.053994 tst                      netreg_mass: Using 1 x bts (candidates: 1)
22:48:16.084411 tst         register_default_mass.py: using LAC 2
22:48:16.106745 tst         register_default_mass.py: using RAC 2
22:48:16.133072 tst         register_default_mass.py: using CellId 2
22:48:16.159441 tst         register_default_mass.py: using BVCI 3
22:48:16.176180 tst                      netreg_mass: Using 1 x modem (candidates: 100)
22:48:16.176899 tst                      netreg_mass: Using 1 x modem (candidates: 100)
22:48:16.177508 tst                      netreg_mass: Using 1 x modem (candidates: 100)
22:48:16.178052 tst                      netreg_mass: Using 1 x modem (candidates: 100)
22:48:16.178547 tst                      netreg_mass: Using 1 x modem (candidates: 100)
22:48:16.179038 tst                      netreg_mass: Using 1 x modem (candidates: 100)
22:48:16.179530 tst                      netreg_mass: Using 1 x modem (candidates: 100)
22:48:16.180032 tst                      netreg_mass: Using 1 x modem (candidates: 100)
22:48:16.180533 tst                      netreg_mass: Using 1 x modem (candidates: 100)
22:48:16.181059 tst                      netreg_mass: Using 1 x modem (candidates: 100)
22:48:16.181563 tst                      netreg_mass: Using 1 x modem (candidates: 100)
22:48:16.182068 tst                      netreg_mass: Using 1 x modem (candidates: 100)
22:48:16.182577 tst                      netreg_mass: Using 1 x modem (candidates: 100)
22:48:16.183092 tst                      netreg_mass: Using 1 x modem (candidates: 100)
22:48:16.183603 tst                      netreg_mass: Using 1 x modem (candidates: 100)
22:48:16.184128 tst                      netreg_mass: Using 1 x modem (candidates: 100)
22:48:16.184651 tst                      netreg_mass: Using 1 x modem (candidates: 100)
22:48:16.185164 tst                      netreg_mass: Using 1 x modem (candidates: 100)
22:48:16.185665 tst                      netreg_mass: Using 1 x modem (candidates: 100)
22:48:16.186194 tst                      netreg_mass: Using 1 x modem (candidates: 100)
22:48:16.186709 tst                      netreg_mass: Using 1 x modem (candidates: 100)
22:48:16.187232 tst                      netreg_mass: Using 1 x modem (candidates: 100)
22:48:16.187752 tst                      netreg_mass: Using 1 x modem (candidates: 100)
22:48:16.188263 tst                      netreg_mass: Using 1 x modem (candidates: 100)
22:48:16.188776 tst                      netreg_mass: Using 1 x modem (candidates: 100)
22:48:16.189292 tst                      netreg_mass: Using 1 x modem (candidates: 100)
22:48:16.189800 tst                      netreg_mass: Using 1 x modem (candidates: 100)
22:48:16.190300 tst                      netreg_mass: Using 1 x modem (candidates: 100)
22:48:16.190823 tst                      netreg_mass: Using 1 x modem (candidates: 100)
22:48:16.191332 tst                      netreg_mass: Using 1 x modem (candidates: 100)
22:48:16.191833 tst                      netreg_mass: Using 1 x modem (candidates: 100)
22:48:16.192354 tst                      netreg_mass: Using 1 x modem (candidates: 100)
22:48:16.192876 tst                      netreg_mass: Using 1 x modem (candidates: 100)
22:48:16.193395 tst                      netreg_mass: Using 1 x modem (candidates: 100)
22:48:16.193929 tst                      netreg_mass: Using 1 x modem (candidates: 100)
22:48:16.194441 tst                      netreg_mass: Using 1 x modem (candidates: 100)
22:48:16.194959 tst                      netreg_mass: Using 1 x modem (candidates: 100)
22:48:16.195476 tst                      netreg_mass: Using 1 x modem (candidates: 100)
22:48:16.195986 tst                      netreg_mass: Using 1 x modem (candidates: 100)
22:48:16.196507 tst                      netreg_mass: Using 1 x modem (candidates: 100)
22:48:16.197011 tst                      netreg_mass: Using 1 x modem (candidates: 100)
22:48:16.197513 tst                      netreg_mass: Using 1 x modem (candidates: 100)
22:48:16.198032 tst                      netreg_mass: Using 1 x modem (candidates: 100)
22:48:16.198535 tst                      netreg_mass: Using 1 x modem (candidates: 100)
22:48:16.199033 tst                      netreg_mass: Using 1 x modem (candidates: 100)
22:48:16.199530 tst                      netreg_mass: Using 1 x modem (candidates: 100)
22:48:16.200041 tst                      netreg_mass: Using 1 x modem (candidates: 100)
22:48:16.200553 tst                      netreg_mass: Using 1 x modem (candidates: 100)
22:48:16.201059 tst                      netreg_mass: Using 1 x modem (candidates: 100)
22:48:16.201582 tst                      netreg_mass: Using 1 x modem (candidates: 100)
22:48:16.202093 tst                      netreg_mass: Using 1 x modem (candidates: 100)
22:48:16.202590 tst                      netreg_mass: Using 1 x modem (candidates: 100)
22:48:16.203100 tst                      netreg_mass: Using 1 x modem (candidates: 100)
22:48:16.203606 tst                      netreg_mass: Using 1 x modem (candidates: 100)
22:48:16.204106 tst                      netreg_mass: Using 1 x modem (candidates: 100)
22:48:16.204619 tst                      netreg_mass: Using 1 x modem (candidates: 100)
22:48:16.205134 tst                      netreg_mass: Using 1 x modem (candidates: 100)
22:48:16.205639 tst                      netreg_mass: Using 1 x modem (candidates: 100)
22:48:16.206153 tst                      netreg_mass: Using 1 x modem (candidates: 100)
22:48:16.206652 tst                      netreg_mass: Using 1 x modem (candidates: 100)
22:48:16.207146 tst                      netreg_mass: Using 1 x modem (candidates: 100)
22:48:16.207657 tst                      netreg_mass: Using 1 x modem (candidates: 100)
22:48:16.208173 tst                      netreg_mass: Using 1 x modem (candidates: 100)
22:48:16.208684 tst                      netreg_mass: Using 1 x modem (candidates: 100)
22:48:16.209190 tst                      netreg_mass: Using 1 x modem (candidates: 100)
22:48:16.209688 tst                      netreg_mass: Using 1 x modem (candidates: 100)
22:48:16.210206 tst                      netreg_mass: Using 1 x modem (candidates: 100)
22:48:16.210722 tst                      netreg_mass: Using 1 x modem (candidates: 100)
22:48:16.211233 tst                      netreg_mass: Using 1 x modem (candidates: 100)
22:48:16.211722 tst                      netreg_mass: Using 1 x modem (candidates: 100)
22:48:16.212238 tst                      netreg_mass: Using 1 x modem (candidates: 100)
22:48:16.212748 tst                      netreg_mass: Using 1 x modem (candidates: 100)
22:48:16.213328 tst                      netreg_mass: Using 1 x modem (candidates: 100)
22:48:16.213848 tst                      netreg_mass: Using 1 x modem (candidates: 100)
22:48:16.214356 tst                      netreg_mass: Using 1 x modem (candidates: 100)
22:48:16.214862 tst                      netreg_mass: Using 1 x modem (candidates: 100)
22:48:16.215358 tst                      netreg_mass: Using 1 x modem (candidates: 100)
22:48:16.215855 tst                      netreg_mass: Using 1 x modem (candidates: 100)
22:48:16.216349 tst                      netreg_mass: Using 1 x modem (candidates: 100)
22:48:16.216868 tst                      netreg_mass: Using 1 x modem (candidates: 100)
22:48:16.217366 tst                      netreg_mass: Using 1 x modem (candidates: 100)
22:48:16.217859 tst                      netreg_mass: Using 1 x modem (candidates: 100)
22:48:16.218369 tst                      netreg_mass: Using 1 x modem (candidates: 100)
22:48:16.218868 tst                      netreg_mass: Using 1 x modem (candidates: 100)
22:48:16.219358 tst                      netreg_mass: Using 1 x modem (candidates: 100)
22:48:16.219865 tst                      netreg_mass: Using 1 x modem (candidates: 100)
22:48:16.220369 tst                      netreg_mass: Using 1 x modem (candidates: 100)
22:48:16.220867 tst                      netreg_mass: Using 1 x modem (candidates: 100)
22:48:16.221366 tst                      netreg_mass: Using 1 x modem (candidates: 100)
22:48:16.221871 tst                      netreg_mass: Using 1 x modem (candidates: 100)
22:48:16.222371 tst                      netreg_mass: Using 1 x modem (candidates: 100)
22:48:16.222867 tst                      netreg_mass: Using 1 x modem (candidates: 100)
22:48:16.223385 tst                      netreg_mass: Using 1 x modem (candidates: 100)
22:48:16.223883 tst                      netreg_mass: Using 1 x modem (candidates: 100)
22:48:16.224383 tst                      netreg_mass: Using 1 x modem (candidates: 100)
22:48:16.224889 tst                      netreg_mass: Using 1 x modem (candidates: 100)
22:48:16.225384 tst                      netreg_mass: Using 1 x modem (candidates: 100)
22:48:16.225894 tst                      netreg_mass: Using 1 x modem (candidates: 100)
22:48:16.226406 tst                      netreg_mass: Using 1 x modem (candidates: 100)
22:48:16.226899 tst                      netreg_mass: Using 1 x modem (candidates: 100)
22:48:16.227400 tst                      netreg_mass: Using 1 x modem (candidates: 100)
22:48:16.227961 tst      register_default_mass.py:21: Launching a simple network
22:48:16.238052 run              osmo-hlr_127.0.42.2: Starting osmo-hlr
22:48:16.355196 run            create_hlr_db(pid=20): Launched
22:48:17.369638 run            create_hlr_db(pid=20): Terminated: ok {rc=0}
22:48:17.386215 run pcap-recorder_any(filters='host 127.0.42.2')(pid=22): Launched
22:48:17.401538 run      osmo-hlr_127.0.42.2(pid=23): Launched
22:48:17.407426 run              osmo-stp_127.0.42.5: Starting osmo-stp
22:48:17.595241 run pcap-recorder_any(filters='host 127.0.42.5 and port not 22')(pid=24): Launched
22:48:17.610168 run      osmo-stp_127.0.42.5(pid=25): Launched
22:48:17.615774 run              osmo-msc_127.0.42.6: Starting osmo-msc
22:48:18.029782 run pcap-recorder_any(filters='host 127.0.42.6 and port not 22')(pid=26): Launched
22:48:18.044763 run      osmo-msc_127.0.42.6(pid=27): Launched
22:48:21.059501 run              osmo-mgw_127.0.42.3: Starting osmo-mgw
22:48:21.171794 run pcap-recorder_any(filters='host 127.0.42.3 and port not 22')(pid=28): Launched
22:48:21.186764 run      osmo-mgw_127.0.42.3(pid=29): Launched
22:48:21.192411 run              osmo-mgw_127.0.42.4: Starting osmo-mgw
22:48:21.215783 run pcap-recorder_any(filters='host 127.0.42.4 and port not 22')(pid=30): Launched
22:48:21.230739 run      osmo-mgw_127.0.42.4(pid=31): Launched
22:48:21.236538 run              osmo-bsc_127.0.42.7: Starting osmo-bsc
22:48:21.545199 run pcap-recorder_any(filters='host 127.0.42.7 and port not 22')(pid=32): Launched
22:48:21.560391 run      osmo-bsc_127.0.42.7(pid=33): Launched
22:48:27.592332 run                 osmo-bts-virtual: Starting to connect to osmo-bsc_127.0.42.7
22:48:27.763025 run         osmo-bts-virtual(pid=34): Launched
22:48:28.799267 tst         register_default_mass.py: using MSISDN 1001
22:48:28.813844 run              osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001010000000000', msisdn='1001', subscriber_id=1}
22:48:28.853449 tst         register_default_mass.py: using MSISDN 1002
22:48:28.871328 run              osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001010000000001', msisdn='1002', subscriber_id=2}
22:48:28.902131 tst         register_default_mass.py: using MSISDN 1003
22:48:28.916930 run              osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001010000000002', msisdn='1003', subscriber_id=3}
22:48:28.947805 tst         register_default_mass.py: using MSISDN 1004
22:48:28.962546 run              osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001010000000003', msisdn='1004', subscriber_id=4}
22:48:28.993522 tst         register_default_mass.py: using MSISDN 1005
22:48:29.008198 run              osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001010000000004', msisdn='1005', subscriber_id=5}
22:48:29.039261 tst         register_default_mass.py: using MSISDN 1006
22:48:29.053934 run              osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001010000000005', msisdn='1006', subscriber_id=6}
22:48:29.084513 tst         register_default_mass.py: using MSISDN 1007
22:48:29.098863 run              osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001010000000006', msisdn='1007', subscriber_id=7}
22:48:29.129254 tst         register_default_mass.py: using MSISDN 1008
22:48:29.143644 run              osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001010000000007', msisdn='1008', subscriber_id=8}
22:48:29.174418 tst         register_default_mass.py: using MSISDN 1009
22:48:29.189000 run              osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001010000000008', msisdn='1009', subscriber_id=9}
22:48:29.219711 tst         register_default_mass.py: using MSISDN 1010
22:48:29.234281 run              osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001010000000009', msisdn='1010', subscriber_id=10}
22:48:29.264658 tst         register_default_mass.py: using MSISDN 1011
22:48:29.279034 run              osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001020000000000', msisdn='1011', subscriber_id=11}
22:48:29.309955 tst         register_default_mass.py: using MSISDN 1012
22:48:29.324614 run              osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001020000000001', msisdn='1012', subscriber_id=12}
22:48:29.355614 tst         register_default_mass.py: using MSISDN 1013
22:48:29.370215 run              osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001020000000002', msisdn='1013', subscriber_id=13}
22:48:29.401076 tst         register_default_mass.py: using MSISDN 1014
22:48:29.415755 run              osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001020000000003', msisdn='1014', subscriber_id=14}
22:48:29.446454 tst         register_default_mass.py: using MSISDN 1015
22:48:29.460783 run              osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001020000000004', msisdn='1015', subscriber_id=15}
22:48:29.491847 tst         register_default_mass.py: using MSISDN 1016
22:48:29.506616 run              osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001020000000005', msisdn='1016', subscriber_id=16}
22:48:29.537811 tst         register_default_mass.py: using MSISDN 1017
22:48:29.552656 run              osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001020000000006', msisdn='1017', subscriber_id=17}
22:48:29.583996 tst         register_default_mass.py: using MSISDN 1018
22:48:29.598802 run              osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001020000000007', msisdn='1018', subscriber_id=18}
22:48:29.638173 tst         register_default_mass.py: using MSISDN 1019
22:48:29.655926 run              osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001020000000008', msisdn='1019', subscriber_id=19}
22:48:29.686534 tst         register_default_mass.py: using MSISDN 1020
22:48:29.701088 run              osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001020000000009', msisdn='1020', subscriber_id=20}
22:48:29.732377 tst         register_default_mass.py: using MSISDN 1021
22:48:29.747165 run              osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001030000000000', msisdn='1021', subscriber_id=21}
22:48:29.777893 tst         register_default_mass.py: using MSISDN 1022
22:48:29.792301 run              osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001030000000001', msisdn='1022', subscriber_id=22}
22:48:29.831194 tst         register_default_mass.py: using MSISDN 1023
22:48:29.848663 run              osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001030000000002', msisdn='1023', subscriber_id=23}
22:48:29.879957 tst         register_default_mass.py: using MSISDN 1024
22:48:29.894768 run              osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001030000000003', msisdn='1024', subscriber_id=24}
22:48:29.926062 tst         register_default_mass.py: using MSISDN 1025
22:48:29.940774 run              osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001030000000004', msisdn='1025', subscriber_id=25}
22:48:29.971303 tst         register_default_mass.py: using MSISDN 1026
22:48:29.985735 run              osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001030000000005', msisdn='1026', subscriber_id=26}
22:48:30.016835 tst         register_default_mass.py: using MSISDN 1027
22:48:30.031258 run              osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001030000000006', msisdn='1027', subscriber_id=27}
22:48:30.062187 tst         register_default_mass.py: using MSISDN 1028
22:48:30.076604 run              osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001030000000007', msisdn='1028', subscriber_id=28}
22:48:30.107351 tst         register_default_mass.py: using MSISDN 1029
22:48:30.121682 run              osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001030000000008', msisdn='1029', subscriber_id=29}
22:48:30.152991 tst         register_default_mass.py: using MSISDN 1030
22:48:30.167643 run              osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001030000000009', msisdn='1030', subscriber_id=30}
22:48:30.198342 tst         register_default_mass.py: using MSISDN 1031
22:48:30.212784 run              osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001040000000000', msisdn='1031', subscriber_id=31}
22:48:30.242681 tst         register_default_mass.py: using MSISDN 1032
22:48:30.256566 run              osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001040000000001', msisdn='1032', subscriber_id=32}
22:48:30.287456 tst         register_default_mass.py: using MSISDN 1033
22:48:30.301642 run              osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001040000000002', msisdn='1033', subscriber_id=33}
22:48:30.340367 tst         register_default_mass.py: using MSISDN 1034
22:48:30.357789 run              osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001040000000003', msisdn='1034', subscriber_id=34}
22:48:30.388566 tst         register_default_mass.py: using MSISDN 1035
22:48:30.403276 run              osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001040000000004', msisdn='1035', subscriber_id=35}
22:48:30.433421 tst         register_default_mass.py: using MSISDN 1036
22:48:30.447578 run              osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001040000000005', msisdn='1036', subscriber_id=36}
22:48:30.478566 tst         register_default_mass.py: using MSISDN 1037
22:48:30.492833 run              osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001040000000006', msisdn='1037', subscriber_id=37}
22:48:30.522866 tst         register_default_mass.py: using MSISDN 1038
22:48:30.537587 run              osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001040000000007', msisdn='1038', subscriber_id=38}
22:48:30.570547 tst         register_default_mass.py: using MSISDN 1039
22:48:30.590005 run              osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001040000000008', msisdn='1039', subscriber_id=39}
22:48:30.620872 tst         register_default_mass.py: using MSISDN 1040
22:48:30.635741 run              osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001040000000009', msisdn='1040', subscriber_id=40}
22:48:30.666243 tst         register_default_mass.py: using MSISDN 1041
22:48:30.680565 run              osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001050000000000', msisdn='1041', subscriber_id=41}
22:48:30.711482 tst         register_default_mass.py: using MSISDN 1042
22:48:30.725778 run              osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001050000000001', msisdn='1042', subscriber_id=42}
22:48:30.756333 tst         register_default_mass.py: using MSISDN 1043
22:48:30.770789 run              osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001050000000002', msisdn='1043', subscriber_id=43}
22:48:30.801790 tst         register_default_mass.py: using MSISDN 1044
22:48:30.814259 run              osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001050000000003', msisdn='1044', subscriber_id=44}
22:48:30.845035 tst         register_default_mass.py: using MSISDN 1045
22:48:30.861071 run              osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001050000000004', msisdn='1045', subscriber_id=45}
22:48:30.892021 tst         register_default_mass.py: using MSISDN 1046
22:48:30.906965 run              osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001050000000005', msisdn='1046', subscriber_id=46}
22:48:30.937470 tst         register_default_mass.py: using MSISDN 1047
22:48:30.951913 run              osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001050000000006', msisdn='1047', subscriber_id=47}
22:48:30.982668 tst         register_default_mass.py: using MSISDN 1048
22:48:30.997194 run              osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001050000000007', msisdn='1048', subscriber_id=48}
22:48:31.027919 tst         register_default_mass.py: using MSISDN 1049
22:48:31.042576 run              osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001050000000008', msisdn='1049', subscriber_id=49}
22:48:31.072904 tst         register_default_mass.py: using MSISDN 1050
22:48:31.087165 run              osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001050000000009', msisdn='1050', subscriber_id=50}
22:48:31.117947 tst         register_default_mass.py: using MSISDN 1051
22:48:31.132486 run              osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001060000000000', msisdn='1051', subscriber_id=51}
22:48:31.162832 tst         register_default_mass.py: using MSISDN 1052
22:48:31.177243 run              osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001060000000001', msisdn='1052', subscriber_id=52}
22:48:31.207397 tst         register_default_mass.py: using MSISDN 1053
22:48:31.221703 run              osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001060000000002', msisdn='1053', subscriber_id=53}
22:48:31.260380 tst         register_default_mass.py: using MSISDN 1054
22:48:31.278080 run              osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001060000000003', msisdn='1054', subscriber_id=54}
22:48:31.308330 tst         register_default_mass.py: using MSISDN 1055
22:48:31.322986 run              osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001060000000004', msisdn='1055', subscriber_id=55}
22:48:31.353765 tst         register_default_mass.py: using MSISDN 1056
22:48:31.368357 run              osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001060000000005', msisdn='1056', subscriber_id=56}
22:48:31.399570 tst         register_default_mass.py: using MSISDN 1057
22:48:31.414331 run              osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001060000000006', msisdn='1057', subscriber_id=57}
22:48:31.445048 tst         register_default_mass.py: using MSISDN 1058
22:48:31.459625 run              osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001060000000007', msisdn='1058', subscriber_id=58}
22:48:31.490783 tst         register_default_mass.py: using MSISDN 1059
22:48:31.505683 run              osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001060000000008', msisdn='1059', subscriber_id=59}
22:48:31.536915 tst         register_default_mass.py: using MSISDN 1060
22:48:31.551744 run              osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001060000000009', msisdn='1060', subscriber_id=60}
22:48:31.582645 tst         register_default_mass.py: using MSISDN 1061
22:48:31.597259 run              osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001070000000000', msisdn='1061', subscriber_id=61}
22:48:31.626757 tst         register_default_mass.py: using MSISDN 1062
22:48:31.640716 run              osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001070000000001', msisdn='1062', subscriber_id=62}
22:48:31.671909 tst         register_default_mass.py: using MSISDN 1063
22:48:31.686703 run              osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001070000000002', msisdn='1063', subscriber_id=63}
22:48:31.717677 tst         register_default_mass.py: using MSISDN 1064
22:48:31.732263 run              osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001070000000003', msisdn='1064', subscriber_id=64}
22:48:31.763609 tst         register_default_mass.py: using MSISDN 1065
22:48:31.778561 run              osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001070000000004', msisdn='1065', subscriber_id=65}
22:48:31.818229 tst         register_default_mass.py: using MSISDN 1066
22:48:31.836258 run              osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001070000000005', msisdn='1066', subscriber_id=66}
22:48:31.867065 tst         register_default_mass.py: using MSISDN 1067
22:48:31.881935 run              osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001070000000006', msisdn='1067', subscriber_id=67}
22:48:31.913114 tst         register_default_mass.py: using MSISDN 1068
22:48:31.927726 run              osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001070000000007', msisdn='1068', subscriber_id=68}
22:48:31.958942 tst         register_default_mass.py: using MSISDN 1069
22:48:31.973658 run              osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001070000000008', msisdn='1069', subscriber_id=69}
22:48:32.004676 tst         register_default_mass.py: using MSISDN 1070
22:48:32.019440 run              osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001070000000009', msisdn='1070', subscriber_id=70}
22:48:32.049643 tst         register_default_mass.py: using MSISDN 1071
22:48:32.063742 run              osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001080000000000', msisdn='1071', subscriber_id=71}
22:48:32.094227 tst         register_default_mass.py: using MSISDN 1072
22:48:32.108602 run              osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001080000000001', msisdn='1072', subscriber_id=72}
22:48:32.139642 tst         register_default_mass.py: using MSISDN 1073
22:48:32.154340 run              osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001080000000002', msisdn='1073', subscriber_id=73}
22:48:32.184919 tst         register_default_mass.py: using MSISDN 1074
22:48:32.199435 run              osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001080000000003', msisdn='1074', subscriber_id=74}
22:48:32.229567 tst         register_default_mass.py: using MSISDN 1075
22:48:32.243943 run              osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001080000000004', msisdn='1075', subscriber_id=75}
22:48:32.275005 tst         register_default_mass.py: using MSISDN 1076
22:48:32.289553 run              osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001080000000005', msisdn='1076', subscriber_id=76}
22:48:32.320741 tst         register_default_mass.py: using MSISDN 1077
22:48:32.335533 run              osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001080000000006', msisdn='1077', subscriber_id=77}
22:48:32.366524 tst         register_default_mass.py: using MSISDN 1078
22:48:32.381155 run              osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001080000000007', msisdn='1078', subscriber_id=78}
22:48:32.412150 tst         register_default_mass.py: using MSISDN 1079
22:48:32.426709 run              osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001080000000008', msisdn='1079', subscriber_id=79}
22:48:32.457437 tst         register_default_mass.py: using MSISDN 1080
22:48:32.471949 run              osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001080000000009', msisdn='1080', subscriber_id=80}
22:48:32.502363 tst         register_default_mass.py: using MSISDN 1081
22:48:32.516733 run              osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001090000000000', msisdn='1081', subscriber_id=81}
22:48:32.547037 tst         register_default_mass.py: using MSISDN 1082
22:48:32.561251 run              osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001090000000001', msisdn='1082', subscriber_id=82}
22:48:32.592013 tst         register_default_mass.py: using MSISDN 1083
22:48:32.606731 run              osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001090000000002', msisdn='1083', subscriber_id=83}
22:48:32.637460 tst         register_default_mass.py: using MSISDN 1084
22:48:32.652017 run              osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001090000000003', msisdn='1084', subscriber_id=84}
22:48:32.682173 tst         register_default_mass.py: using MSISDN 1085
22:48:32.696509 run              osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001090000000004', msisdn='1085', subscriber_id=85}
22:48:32.727635 tst         register_default_mass.py: using MSISDN 1086
22:48:32.742338 run              osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001090000000005', msisdn='1086', subscriber_id=86}
22:48:32.773760 tst         register_default_mass.py: using MSISDN 1087
22:48:32.788600 run              osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001090000000006', msisdn='1087', subscriber_id=87}
22:48:32.819239 tst         register_default_mass.py: using MSISDN 1088
22:48:32.833711 run              osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001090000000007', msisdn='1088', subscriber_id=88}
22:48:32.864905 tst         register_default_mass.py: using MSISDN 1089
22:48:32.879754 run              osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001090000000008', msisdn='1089', subscriber_id=89}
22:48:32.910201 tst         register_default_mass.py: using MSISDN 1090
22:48:32.924516 run              osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001090000000009', msisdn='1090', subscriber_id=90}
22:48:32.955929 tst         register_default_mass.py: using MSISDN 1091
22:48:32.970841 run              osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001100000000000', msisdn='1091', subscriber_id=91}
22:48:33.001692 tst         register_default_mass.py: using MSISDN 1092
22:48:33.016417 run              osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001100000000001', msisdn='1092', subscriber_id=92}
22:48:33.046810 tst         register_default_mass.py: using MSISDN 1093
22:48:33.061138 run              osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001100000000002', msisdn='1093', subscriber_id=93}
22:48:33.091447 tst         register_default_mass.py: using MSISDN 1094
22:48:33.105676 run              osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001100000000003', msisdn='1094', subscriber_id=94}
22:48:33.136830 tst         register_default_mass.py: using MSISDN 1095
22:48:33.151379 run              osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001100000000004', msisdn='1095', subscriber_id=95}
22:48:33.181901 tst         register_default_mass.py: using MSISDN 1096
22:48:33.196407 run              osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001100000000005', msisdn='1096', subscriber_id=96}
22:48:33.227244 tst         register_default_mass.py: using MSISDN 1097
22:48:33.241820 run              osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001100000000006', msisdn='1097', subscriber_id=97}
22:48:33.273046 tst         register_default_mass.py: using MSISDN 1098
22:48:33.287656 run              osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001100000000007', msisdn='1098', subscriber_id=98}
22:48:33.319132 tst         register_default_mass.py: using MSISDN 1099
22:48:33.333905 run              osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001100000000008', msisdn='1099', subscriber_id=99}
22:48:33.365222 tst         register_default_mass.py: using MSISDN 1100
22:48:33.380152 run              osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001100000000009', msisdn='1100', subscriber_id=100}
22:48:33.472764 run                             mass: Starting testcase
22:48:33.478318 run                             mass: Pre-launching all virtphy's
22:48:33.483769 run           osmo-ms-virt-phy/00000: Starting virtphy
22:48:33.497002 run   osmo-ms-virt-phy/00000(pid=35): Launched
22:48:33.503054 run           osmo-ms-virt-phy/00001: Starting virtphy
22:48:33.516064 run   osmo-ms-virt-phy/00001(pid=36): Launched
22:48:33.522070 run           osmo-ms-virt-phy/00002: Starting virtphy
22:48:33.534911 run   osmo-ms-virt-phy/00002(pid=37): Launched
22:48:33.541079 run           osmo-ms-virt-phy/00003: Starting virtphy
22:48:33.554131 run   osmo-ms-virt-phy/00003(pid=38): Launched
22:48:33.560157 run           osmo-ms-virt-phy/00004: Starting virtphy
22:48:33.573061 run   osmo-ms-virt-phy/00004(pid=39): Launched
22:48:33.579074 run           osmo-ms-virt-phy/00005: Starting virtphy
22:48:33.591906 run   osmo-ms-virt-phy/00005(pid=40): Launched
22:48:33.598044 run           osmo-ms-virt-phy/00006: Starting virtphy
22:48:33.611149 run   osmo-ms-virt-phy/00006(pid=41): Launched
22:48:33.617193 run           osmo-ms-virt-phy/00007: Starting virtphy
22:48:33.630207 run   osmo-ms-virt-phy/00007(pid=42): Launched
22:48:33.636301 run           osmo-ms-virt-phy/00008: Starting virtphy
22:48:33.649456 run   osmo-ms-virt-phy/00008(pid=43): Launched
22:48:33.655560 run           osmo-ms-virt-phy/00009: Starting virtphy
22:48:33.668593 run   osmo-ms-virt-phy/00009(pid=44): Launched
22:48:33.674579 run           osmo-ms-virt-phy/00010: Starting virtphy
22:48:33.687436 run   osmo-ms-virt-phy/00010(pid=45): Launched
22:48:33.693382 run           osmo-ms-virt-phy/00011: Starting virtphy
22:48:33.706238 run   osmo-ms-virt-phy/00011(pid=46): Launched
22:48:33.712266 run           osmo-ms-virt-phy/00012: Starting virtphy
22:48:33.725246 run   osmo-ms-virt-phy/00012(pid=47): Launched
22:48:33.731219 run           osmo-ms-virt-phy/00013: Starting virtphy
22:48:33.744104 run   osmo-ms-virt-phy/00013(pid=48): Launched
22:48:33.750090 run           osmo-ms-virt-phy/00014: Starting virtphy
22:48:33.762998 run   osmo-ms-virt-phy/00014(pid=49): Launched
22:48:33.769016 run           osmo-ms-virt-phy/00015: Starting virtphy
22:48:33.781918 run   osmo-ms-virt-phy/00015(pid=50): Launched
22:48:33.787893 run           osmo-ms-virt-phy/00016: Starting virtphy
22:48:33.800879 run   osmo-ms-virt-phy/00016(pid=51): Launched
22:48:33.806844 run           osmo-ms-virt-phy/00017: Starting virtphy
22:48:33.819787 run   osmo-ms-virt-phy/00017(pid=52): Launched
22:48:33.825842 run           osmo-ms-virt-phy/00018: Starting virtphy
22:48:33.838793 run   osmo-ms-virt-phy/00018(pid=53): Launched
22:48:33.844773 run           osmo-ms-virt-phy/00019: Starting virtphy
22:48:33.857677 run   osmo-ms-virt-phy/00019(pid=54): Launched
22:48:33.863716 run           osmo-ms-virt-phy/00020: Starting virtphy
22:48:33.876608 run   osmo-ms-virt-phy/00020(pid=55): Launched
22:48:33.882637 run           osmo-ms-virt-phy/00021: Starting virtphy
22:48:33.895564 run   osmo-ms-virt-phy/00021(pid=56): Launched
22:48:33.901541 run           osmo-ms-virt-phy/00022: Starting virtphy
22:48:33.914539 run   osmo-ms-virt-phy/00022(pid=57): Launched
22:48:33.920598 run           osmo-ms-virt-phy/00023: Starting virtphy
22:48:33.933638 run   osmo-ms-virt-phy/00023(pid=58): Launched
22:48:33.939598 run           osmo-ms-virt-phy/00024: Starting virtphy
22:48:33.952475 run   osmo-ms-virt-phy/00024(pid=59): Launched
22:48:33.958554 run           osmo-ms-virt-phy/00025: Starting virtphy
22:48:33.971430 run   osmo-ms-virt-phy/00025(pid=60): Launched
22:48:33.977560 run           osmo-ms-virt-phy/00026: Starting virtphy
22:48:33.990531 run   osmo-ms-virt-phy/00026(pid=61): Launched
22:48:33.996508 run           osmo-ms-virt-phy/00027: Starting virtphy
22:48:34.009560 run   osmo-ms-virt-phy/00027(pid=62): Launched
22:48:34.015547 run           osmo-ms-virt-phy/00028: Starting virtphy
22:48:34.028470 run   osmo-ms-virt-phy/00028(pid=63): Launched
22:48:34.034449 run           osmo-ms-virt-phy/00029: Starting virtphy
22:48:34.047395 run   osmo-ms-virt-phy/00029(pid=64): Launched
22:48:34.053348 run           osmo-ms-virt-phy/00030: Starting virtphy
22:48:34.066204 run   osmo-ms-virt-phy/00030(pid=65): Launched
22:48:34.072155 run           osmo-ms-virt-phy/00031: Starting virtphy
22:48:34.085028 run   osmo-ms-virt-phy/00031(pid=66): Launched
22:48:34.090983 run           osmo-ms-virt-phy/00032: Starting virtphy
22:48:34.103813 run   osmo-ms-virt-phy/00032(pid=67): Launched
22:48:34.109806 run           osmo-ms-virt-phy/00033: Starting virtphy
22:48:34.122709 run   osmo-ms-virt-phy/00033(pid=68): Launched
22:48:34.128720 run           osmo-ms-virt-phy/00034: Starting virtphy
22:48:34.141590 run   osmo-ms-virt-phy/00034(pid=69): Launched
22:48:34.147713 run           osmo-ms-virt-phy/00035: Starting virtphy
22:48:34.160711 run   osmo-ms-virt-phy/00035(pid=70): Launched
22:48:34.166796 run           osmo-ms-virt-phy/00036: Starting virtphy
22:48:34.179728 run   osmo-ms-virt-phy/00036(pid=71): Launched
22:48:34.185677 run           osmo-ms-virt-phy/00037: Starting virtphy
22:48:34.198705 run   osmo-ms-virt-phy/00037(pid=72): Launched
22:48:34.204744 run           osmo-ms-virt-phy/00038: Starting virtphy
22:48:34.217770 run   osmo-ms-virt-phy/00038(pid=73): Launched
22:48:34.223762 run           osmo-ms-virt-phy/00039: Starting virtphy
22:48:34.236636 run   osmo-ms-virt-phy/00039(pid=74): Launched
22:48:34.242612 run           osmo-ms-virt-phy/00040: Starting virtphy
22:48:34.255454 run   osmo-ms-virt-phy/00040(pid=75): Launched
22:48:34.261454 run           osmo-ms-virt-phy/00041: Starting virtphy
22:48:34.274363 run   osmo-ms-virt-phy/00041(pid=76): Launched
22:48:34.280309 run           osmo-ms-virt-phy/00042: Starting virtphy
22:48:34.293172 run   osmo-ms-virt-phy/00042(pid=77): Launched
22:48:34.299165 run           osmo-ms-virt-phy/00043: Starting virtphy
22:48:34.312027 run   osmo-ms-virt-phy/00043(pid=78): Launched
22:48:34.318035 run           osmo-ms-virt-phy/00044: Starting virtphy
22:48:34.331069 run   osmo-ms-virt-phy/00044(pid=79): Launched
22:48:34.337052 run           osmo-ms-virt-phy/00045: Starting virtphy
22:48:34.350005 run   osmo-ms-virt-phy/00045(pid=80): Launched
22:48:34.355986 run           osmo-ms-virt-phy/00046: Starting virtphy
22:48:34.368915 run   osmo-ms-virt-phy/00046(pid=81): Launched
22:48:34.374884 run           osmo-ms-virt-phy/00047: Starting virtphy
22:48:34.387982 run   osmo-ms-virt-phy/00047(pid=82): Launched
22:48:34.393938 run           osmo-ms-virt-phy/00048: Starting virtphy
22:48:34.406932 run   osmo-ms-virt-phy/00048(pid=83): Launched
22:48:34.412879 run           osmo-ms-virt-phy/00049: Starting virtphy
22:48:34.425936 run   osmo-ms-virt-phy/00049(pid=84): Launched
22:48:34.431900 run           osmo-ms-virt-phy/00050: Starting virtphy
22:48:34.444990 run   osmo-ms-virt-phy/00050(pid=85): Launched
22:48:34.450918 run           osmo-ms-virt-phy/00051: Starting virtphy
22:48:34.463847 run   osmo-ms-virt-phy/00051(pid=86): Launched
22:48:34.469799 run           osmo-ms-virt-phy/00052: Starting virtphy
22:48:34.482739 run   osmo-ms-virt-phy/00052(pid=87): Launched
22:48:34.488693 run           osmo-ms-virt-phy/00053: Starting virtphy
22:48:34.501618 run   osmo-ms-virt-phy/00053(pid=88): Launched
22:48:34.507630 run           osmo-ms-virt-phy/00054: Starting virtphy
22:48:34.520505 run   osmo-ms-virt-phy/00054(pid=89): Launched
22:48:34.526474 run           osmo-ms-virt-phy/00055: Starting virtphy
22:48:34.539471 run   osmo-ms-virt-phy/00055(pid=90): Launched
22:48:34.545387 run           osmo-ms-virt-phy/00056: Starting virtphy
22:48:34.558256 run   osmo-ms-virt-phy/00056(pid=91): Launched
22:48:34.564228 run           osmo-ms-virt-phy/00057: Starting virtphy
22:48:34.577159 run   osmo-ms-virt-phy/00057(pid=92): Launched
22:48:34.583148 run           osmo-ms-virt-phy/00058: Starting virtphy
22:48:34.596058 run   osmo-ms-virt-phy/00058(pid=93): Launched
22:48:34.602056 run           osmo-ms-virt-phy/00059: Starting virtphy
22:48:34.615092 run   osmo-ms-virt-phy/00059(pid=94): Launched
22:48:34.621080 run           osmo-ms-virt-phy/00060: Starting virtphy
22:48:34.634114 run   osmo-ms-virt-phy/00060(pid=95): Launched
22:48:34.640088 run           osmo-ms-virt-phy/00061: Starting virtphy
22:48:34.653030 run   osmo-ms-virt-phy/00061(pid=96): Launched
22:48:34.658990 run           osmo-ms-virt-phy/00062: Starting virtphy
22:48:34.671953 run   osmo-ms-virt-phy/00062(pid=97): Launched
22:48:34.677973 run           osmo-ms-virt-phy/00063: Starting virtphy
22:48:34.690825 run   osmo-ms-virt-phy/00063(pid=98): Launched
22:48:34.696789 run           osmo-ms-virt-phy/00064: Starting virtphy
22:48:34.709610 run   osmo-ms-virt-phy/00064(pid=99): Launched
22:48:34.715564 run           osmo-ms-virt-phy/00065: Starting virtphy
22:48:34.728450 run  osmo-ms-virt-phy/00065(pid=100): Launched
22:48:34.734417 run           osmo-ms-virt-phy/00066: Starting virtphy
22:48:34.747328 run  osmo-ms-virt-phy/00066(pid=101): Launched
22:48:34.753316 run           osmo-ms-virt-phy/00067: Starting virtphy
22:48:34.766218 run  osmo-ms-virt-phy/00067(pid=102): Launched
22:48:34.772273 run           osmo-ms-virt-phy/00068: Starting virtphy
22:48:34.785187 run  osmo-ms-virt-phy/00068(pid=103): Launched
22:48:34.791178 run           osmo-ms-virt-phy/00069: Starting virtphy
22:48:34.804085 run  osmo-ms-virt-phy/00069(pid=104): Launched
22:48:34.810036 run           osmo-ms-virt-phy/00070: Starting virtphy
22:48:34.822971 run  osmo-ms-virt-phy/00070(pid=105): Launched
22:48:34.828986 run           osmo-ms-virt-phy/00071: Starting virtphy
22:48:34.841946 run  osmo-ms-virt-phy/00071(pid=106): Launched
22:48:34.847905 run           osmo-ms-virt-phy/00072: Starting virtphy
22:48:34.860948 run  osmo-ms-virt-phy/00072(pid=107): Launched
22:48:34.867037 run           osmo-ms-virt-phy/00073: Starting virtphy
22:48:34.879951 run  osmo-ms-virt-phy/00073(pid=108): Launched
22:48:34.885901 run           osmo-ms-virt-phy/00074: Starting virtphy
22:48:34.898969 run  osmo-ms-virt-phy/00074(pid=109): Launched
22:48:34.904962 run           osmo-ms-virt-phy/00075: Starting virtphy
22:48:34.918068 run  osmo-ms-virt-phy/00075(pid=110): Launched
22:48:34.924027 run           osmo-ms-virt-phy/00076: Starting virtphy
22:48:34.936965 run  osmo-ms-virt-phy/00076(pid=111): Launched
22:48:34.942944 run           osmo-ms-virt-phy/00077: Starting virtphy
22:48:34.955857 run  osmo-ms-virt-phy/00077(pid=112): Launched
22:48:34.961809 run           osmo-ms-virt-phy/00078: Starting virtphy
22:48:34.974749 run  osmo-ms-virt-phy/00078(pid=113): Launched
22:48:34.980720 run           osmo-ms-virt-phy/00079: Starting virtphy
22:48:34.993808 run  osmo-ms-virt-phy/00079(pid=114): Launched
22:48:34.999821 run           osmo-ms-virt-phy/00080: Starting virtphy
22:48:35.012800 run  osmo-ms-virt-phy/00080(pid=115): Launched
22:48:35.018777 run           osmo-ms-virt-phy/00081: Starting virtphy
22:48:35.031751 run  osmo-ms-virt-phy/00081(pid=116): Launched
22:48:35.037730 run           osmo-ms-virt-phy/00082: Starting virtphy
22:48:35.050659 run  osmo-ms-virt-phy/00082(pid=117): Launched
22:48:35.056639 run           osmo-ms-virt-phy/00083: Starting virtphy
22:48:35.069534 run  osmo-ms-virt-phy/00083(pid=118): Launched
22:48:35.075454 run           osmo-ms-virt-phy/00084: Starting virtphy
22:48:35.088548 run  osmo-ms-virt-phy/00084(pid=119): Launched
22:48:35.094559 run           osmo-ms-virt-phy/00085: Starting virtphy
22:48:35.107606 run  osmo-ms-virt-phy/00085(pid=120): Launched
22:48:35.113551 run           osmo-ms-virt-phy/00086: Starting virtphy
22:48:35.126486 run  osmo-ms-virt-phy/00086(pid=121): Launched
22:48:35.132602 run           osmo-ms-virt-phy/00087: Starting virtphy
22:48:35.145677 run  osmo-ms-virt-phy/00087(pid=122): Launched
22:48:35.151814 run           osmo-ms-virt-phy/00088: Starting virtphy
22:48:35.164722 run  osmo-ms-virt-phy/00088(pid=123): Launched
22:48:35.170754 run           osmo-ms-virt-phy/00089: Starting virtphy
22:48:35.183673 run  osmo-ms-virt-phy/00089(pid=124): Launched
22:48:35.189671 run           osmo-ms-virt-phy/00090: Starting virtphy
22:48:35.202672 run  osmo-ms-virt-phy/00090(pid=125): Launched
22:48:35.208644 run           osmo-ms-virt-phy/00091: Starting virtphy
22:48:35.221544 run  osmo-ms-virt-phy/00091(pid=126): Launched
22:48:35.227568 run           osmo-ms-virt-phy/00092: Starting virtphy
22:48:35.240473 run  osmo-ms-virt-phy/00092(pid=127): Launched
22:48:35.246448 run           osmo-ms-virt-phy/00093: Starting virtphy
22:48:35.259327 run  osmo-ms-virt-phy/00093(pid=128): Launched
22:48:35.265244 run           osmo-ms-virt-phy/00094: Starting virtphy
22:48:35.278122 run  osmo-ms-virt-phy/00094(pid=129): Launched
22:48:35.284064 run           osmo-ms-virt-phy/00095: Starting virtphy
22:48:35.297246 run  osmo-ms-virt-phy/00095(pid=130): Launched
22:48:35.303475 run           osmo-ms-virt-phy/00096: Starting virtphy
22:48:35.316765 run  osmo-ms-virt-phy/00096(pid=131): Launched
22:48:35.323096 run           osmo-ms-virt-phy/00097: Starting virtphy
22:48:35.336200 run  osmo-ms-virt-phy/00097(pid=132): Launched
22:48:35.342438 run           osmo-ms-virt-phy/00098: Starting virtphy
22:48:35.355484 run  osmo-ms-virt-phy/00098(pid=133): Launched
22:48:35.361446 run           osmo-ms-virt-phy/00099: Starting virtphy
22:48:35.374554 run  osmo-ms-virt-phy/00099(pid=134): Launched
22:48:35.380503 run                             mass: Checking if sockets are in the filesystem
22:48:35.413353 run                osmo-ms-mob/00000: Starting mobile
22:48:35.426322 run       osmo-ms-mob/00000(pid=135): Launched
22:48:35.437042 run                             mass: MS start registered  {at=26650621.14039058, delay=0.004683509469032288, ms=00000}
22:48:39.596341 run                osmo-ms-mob/00001: Starting mobile
22:48:39.609749 run       osmo-ms-mob/00001(pid=136): Launched
22:48:39.620518 run                             mass: MS start registered  {at=26650625.323854644, delay=0.004685629159212112, ms=00001}
22:48:40.590909 run                             mass: MS performed LU  {at=26650626.294147722, lu_delay=5.153757143765688, ms=00000}
22:48:41.428026 run                osmo-ms-mob/00002: Starting mobile
22:48:41.445791 run       osmo-ms-mob/00002(pid=137): Launched
22:48:41.458657 run                             mass: MS start registered  {at=26650627.16200264, delay=0.004339255392551422, ms=00002}
22:48:42.727499 run                osmo-ms-mob/00003: Starting mobile
22:48:42.744206 run       osmo-ms-mob/00003(pid=138): Launched
22:48:42.754759 run                             mass: MS start registered  {at=26650628.458111167, delay=0.0046083442866802216, ms=00003}
22:48:43.828053 run                osmo-ms-mob/00004: Starting mobile
22:48:43.845042 run       osmo-ms-mob/00004(pid=139): Launched
22:48:43.855380 run                             mass: MS start registered  {at=26650629.558731806, delay=0.004290919750928879, ms=00004}
22:48:44.357012 run                             mass: MS performed LU  {at=26650630.060250167, lu_delay=4.73639552295208, ms=00001}
22:48:44.796911 run                osmo-ms-mob/00005: Starting mobile
22:48:44.810247 run       osmo-ms-mob/00005(pid=140): Launched
22:48:44.820847 run                             mass: MS start registered  {at=26650630.524199992, delay=0.004531506448984146, ms=00005}
22:48:45.729676 run                osmo-ms-mob/00006: Starting mobile
22:48:45.746712 run       osmo-ms-mob/00006(pid=141): Launched
22:48:45.757205 run                             mass: MS start registered  {at=26650631.46055782, delay=0.004431638866662979, ms=00006}
22:48:46.258668 run                             mass: MS performed LU  {at=26650631.961905938, lu_delay=4.7999032959342, ms=00002}
22:48:46.624171 run                osmo-ms-mob/00007: Starting mobile
22:48:46.637340 run       osmo-ms-mob/00007(pid=142): Launched
22:48:46.647813 run                             mass: MS start registered  {at=26650632.351162452, delay=0.004387859255075455, ms=00007}
22:48:47.408296 run                osmo-ms-mob/00008: Starting mobile
22:48:47.422044 run       osmo-ms-mob/00008(pid=143): Launched
22:48:47.433086 run                             mass: MS start registered  {at=26650633.13643792, delay=0.00503598153591156, ms=00008}
22:48:48.129346 run                osmo-ms-mob/00009: Starting mobile
22:48:48.146261 run       osmo-ms-mob/00009(pid=144): Launched
22:48:48.152355 run                             mass: MS performed LU  {at=26650633.85571133, lu_delay=5.397600162774324, ms=00003}
22:48:48.158268 run                             mass: MS start registered  {at=26650633.861635234, delay=0.005942165851593018, ms=00009}
22:48:48.827138 run                osmo-ms-mob/00010: Starting mobile
22:48:48.844085 run       osmo-ms-mob/00010(pid=145): Launched
22:48:48.854979 run                             mass: MS start registered  {at=26650634.55833159, delay=0.004689034074544907, ms=00010}
22:48:49.434742 run                osmo-ms-mob/00011: Starting mobile
22:48:49.452431 run       osmo-ms-mob/00011(pid=146): Launched
22:48:49.463384 run                             mass: MS start registered  {at=26650635.166709434, delay=0.00483168289065361, ms=00011}
22:48:49.996876 run                osmo-ms-mob/00012: Starting mobile
22:48:50.010205 run       osmo-ms-mob/00012(pid=147): Launched
22:48:50.020569 run                             mass: MS start registered  {at=26650635.723924033, delay=0.00432201474905014, ms=00012}
22:48:50.026806 run                             mass: MS performed LU  {at=26650635.730166323, lu_delay=6.17143451794982, ms=00004}
22:48:50.050450 run                             mass: MS performed LU  {at=26650635.75379283, lu_delay=5.229592837393284, ms=00005}
22:48:50.621523 run                osmo-ms-mob/00013: Starting mobile
22:48:50.634654 run       osmo-ms-mob/00013(pid=148): Launched
22:48:50.645314 run                             mass: MS start registered  {at=26650636.348666612, delay=0.004463508725166321, ms=00013}
22:48:51.217384 run                osmo-ms-mob/00014: Starting mobile
22:48:51.233833 run       osmo-ms-mob/00014(pid=149): Launched
22:48:51.244396 run                             mass: MS start registered  {at=26650636.94775027, delay=0.0044882632791996, ms=00014}
22:48:51.827214 run                osmo-ms-mob/00015: Starting mobile
22:48:51.843987 run       osmo-ms-mob/00015(pid=150): Launched
22:48:51.854611 run                             mass: MS start registered  {at=26650637.557964373, delay=0.004583984613418579, ms=00015}
22:48:51.889021 run                             mass: MS performed LU  {at=26650637.59230156, lu_delay=5.241139106452465, ms=00007}
22:48:51.951937 run                             mass: MS performed LU  {at=26650637.65514643, lu_delay=6.194588612765074, ms=00006}
22:48:52.258339 run                             mass: MS performed LU  {at=26650637.961589847, lu_delay=4.825151927769184, ms=00008}
22:48:52.273697 run                osmo-ms-mob/00016: Starting mobile
22:48:52.287196 run       osmo-ms-mob/00016(pid=151): Launched
22:48:52.297801 run                             mass: MS start registered  {at=26650638.00115401, delay=0.004452317953109741, ms=00016}
22:48:52.798263 run                osmo-ms-mob/00017: Starting mobile
22:48:52.811672 run       osmo-ms-mob/00017(pid=152): Launched
22:48:52.822187 run                             mass: MS start registered  {at=26650638.525538273, delay=0.004474133253097534, ms=00017}
22:48:53.425183 run                osmo-ms-mob/00018: Starting mobile
22:48:53.443342 run       osmo-ms-mob/00018(pid=153): Launched
22:48:53.455124 run                             mass: MS start registered  {at=26650639.158470843, delay=0.005290161818265915, ms=00018}
22:48:53.830163 run                osmo-ms-mob/00019: Starting mobile
22:48:53.846797 run       osmo-ms-mob/00019(pid=154): Launched
22:48:53.852837 run                             mass: MS performed LU  {at=26650639.55619696, lu_delay=4.997865371406078, ms=00010}
22:48:53.858673 run                             mass: MS performed LU  {at=26650639.562039644, lu_delay=5.700404409319162, ms=00009}
22:48:53.864409 run                             mass: MS start registered  {at=26650639.56777741, delay=0.011598415672779083, ms=00019}
22:48:54.327505 run                osmo-ms-mob/00020: Starting mobile
22:48:54.344325 run       osmo-ms-mob/00020(pid=155): Launched
22:48:54.354914 run                             mass: MS start registered  {at=26650640.05826521, delay=0.004630662500858307, ms=00020}
22:48:54.819613 run                osmo-ms-mob/00021: Starting mobile
22:48:54.837572 run       osmo-ms-mob/00021(pid=156): Launched
22:48:54.848366 run                             mass: MS start registered  {at=26650640.55171728, delay=0.00456932932138443, ms=00021}
22:48:55.209216 run                osmo-ms-mob/00022: Starting mobile
22:48:55.222982 run       osmo-ms-mob/00022(pid=157): Launched
22:48:55.233544 run                             mass: MS start registered  {at=26650640.936899167, delay=0.004287853837013245, ms=00022}
22:48:55.654057 run                             mass: MS performed LU  {at=26650641.35728604, lu_delay=6.190576605498791, ms=00011}
22:48:55.707618 run                osmo-ms-mob/00023: Starting mobile
22:48:55.723188 run       osmo-ms-mob/00023(pid=158): Launched
22:48:55.729272 run                             mass: MS performed LU  {at=26650641.432634905, lu_delay=5.0839682929217815, ms=00013}
22:48:55.735149 run                             mass: MS start registered  {at=26650641.438516438, delay=0.005898214876651764, ms=00023}
22:48:55.788709 run                             mass: MS performed LU  {at=26650641.49193402, lu_delay=5.76800998672843, ms=00012}
22:48:56.042084 run                             mass: MS performed LU  {at=26650641.7453364, lu_delay=4.797586128115654, ms=00014}
22:48:56.069992 run                osmo-ms-mob/00024: Starting mobile
22:48:56.083488 run       osmo-ms-mob/00024(pid=159): Launched
22:48:56.094112 run                             mass: MS start registered  {at=26650641.797467075, delay=0.004406291991472244, ms=00024}
22:48:56.597553 run                osmo-ms-mob/00025: Starting mobile
22:48:56.610791 run       osmo-ms-mob/00025(pid=160): Launched
22:48:56.621732 run                             mass: MS start registered  {at=26650642.32508455, delay=0.0044595710933208466, ms=00025}
22:48:57.028368 run                osmo-ms-mob/00026: Starting mobile
22:48:57.044016 run       osmo-ms-mob/00026(pid=161): Launched
22:48:57.054677 run                             mass: MS start registered  {at=26650642.758028332, delay=0.004544604569673538, ms=00026}
22:48:57.418989 run                osmo-ms-mob/00027: Starting mobile
22:48:57.435419 run       osmo-ms-mob/00027(pid=162): Launched
22:48:57.446683 run                             mass: MS start registered  {at=26650643.15002917, delay=0.005177546292543411, ms=00027}
22:48:57.471883 run                             mass: MS performed LU  {at=26650643.175185714, lu_delay=4.649647440761328, ms=00017}
22:48:57.556245 run                             mass: MS performed LU  {at=26650643.259495523, lu_delay=5.701531149446964, ms=00015}
22:48:57.583232 run                             mass: MS performed LU  {at=26650643.286508013, lu_delay=5.2853540033102036, ms=00016}
22:48:57.598339 run                osmo-ms-mob/00028: Starting mobile
22:48:57.611511 run       osmo-ms-mob/00028(pid=163): Launched
22:48:57.622063 run                             mass: MS start registered  {at=26650643.325418536, delay=0.0045058876276016235, ms=00028}
22:48:58.196257 run                osmo-ms-mob/00029: Starting mobile
22:48:58.209483 run       osmo-ms-mob/00029(pid=164): Launched
22:48:58.220341 run                             mass: MS start registered  {at=26650643.92369415, delay=0.004635404795408249, ms=00029}
22:48:58.596912 run                osmo-ms-mob/00030: Starting mobile
22:48:58.609813 run       osmo-ms-mob/00030(pid=165): Launched
22:48:58.620940 run                             mass: MS start registered  {at=26650644.32428919, delay=0.004831518977880478, ms=00030}
22:48:59.018995 run                osmo-ms-mob/00031: Starting mobile
22:48:59.035192 run       osmo-ms-mob/00031(pid=166): Launched
22:48:59.045781 run                             mass: MS start registered  {at=26650644.74913312, delay=0.004547957330942154, ms=00031}
22:48:59.296881 run                osmo-ms-mob/00032: Starting mobile
22:48:59.310123 run       osmo-ms-mob/00032(pid=167): Launched
22:48:59.321194 run                             mass: MS start registered  {at=26650645.02454338, delay=0.005013473331928253, ms=00032}
22:48:59.421035 run                             mass: MS performed LU  {at=26650645.12428545, lu_delay=5.556508038192987, ms=00019}
22:48:59.485883 run                             mass: MS performed LU  {at=26650645.189140573, lu_delay=4.637423291802406, ms=00021}
22:48:59.554050 run                             mass: MS performed LU  {at=26650645.25730219, lu_delay=6.098831348121166, ms=00018}
22:48:59.615649 run                osmo-ms-mob/00033: Starting mobile
22:48:59.630640 run       osmo-ms-mob/00033(pid=168): Launched
22:48:59.636917 run                             mass: MS performed LU  {at=26650645.34027674, lu_delay=5.282011531293392, ms=00020}
22:48:59.642897 run                             mass: MS start registered  {at=26650645.346264917, delay=0.006006278097629547, ms=00033}
22:49:00.130255 run                osmo-ms-mob/00034: Starting mobile
22:49:00.143573 run       osmo-ms-mob/00034(pid=169): Launched
22:49:00.154551 run                             mass: MS start registered  {at=26650645.857903406, delay=0.004750583320856094, ms=00034}
22:49:00.396350 run                osmo-ms-mob/00035: Starting mobile
22:49:00.409873 run       osmo-ms-mob/00035(pid=170): Launched
22:49:00.420749 run                             mass: MS start registered  {at=26650646.124102846, delay=0.004933387041091919, ms=00035}
22:49:00.795349 run                osmo-ms-mob/00036: Starting mobile
22:49:00.809500 run       osmo-ms-mob/00036(pid=171): Launched
22:49:00.820972 run                             mass: MS start registered  {at=26650646.524326157, delay=0.004650082439184189, ms=00036}
22:49:01.196018 run                osmo-ms-mob/00037: Starting mobile
22:49:01.208939 run       osmo-ms-mob/00037(pid=172): Launched
22:49:01.220282 run                             mass: MS start registered  {at=26650646.92363749, delay=0.004825714975595474, ms=00037}
22:49:01.237339 run                             mass: MS performed LU  {at=26650646.94068897, lu_delay=4.615604422986507, ms=00025}
22:49:01.321991 run                             mass: MS performed LU  {at=26650647.02524267, lu_delay=6.088343504816294, ms=00022}
22:49:01.351111 run                osmo-ms-mob/00038: Starting mobile
22:49:01.364840 run       osmo-ms-mob/00038(pid=173): Launched
22:49:01.370850 run                             mass: MS performed LU  {at=26650647.07421244, lu_delay=5.63569600135088, ms=00023}
22:49:01.376760 run                             mass: MS start registered  {at=26650647.080126666, delay=0.005929075181484222, ms=00038}
22:49:01.493698 run                             mass: MS performed LU  {at=26650647.196951766, lu_delay=5.3994846902787685, ms=00024}
22:49:01.522612 run                osmo-ms-mob/00039: Starting mobile
22:49:01.535637 run       osmo-ms-mob/00039(pid=174): Launched
22:49:01.546401 run                             mass: MS start registered  {at=26650647.249757245, delay=0.004753269255161285, ms=00039}
22:49:02.210384 run                osmo-ms-mob/00040: Starting mobile
22:49:02.225164 run       osmo-ms-mob/00040(pid=175): Launched
22:49:02.236393 run                             mass: MS start registered  {at=26650647.939747065, delay=0.004688151180744171, ms=00040}
22:49:02.496583 run                osmo-ms-mob/00041: Starting mobile
22:49:02.509685 run       osmo-ms-mob/00041(pid=176): Launched
22:49:02.520387 run                             mass: MS start registered  {at=26650648.223742463, delay=0.004727106541395187, ms=00041}
22:49:02.808329 run                osmo-ms-mob/00042: Starting mobile
22:49:02.821705 run       osmo-ms-mob/00042(pid=177): Launched
22:49:02.832372 run                             mass: MS start registered  {at=26650648.53572538, delay=0.00465615838766098, ms=00042}
22:49:03.185988 run                             mass: MS performed LU  {at=26650648.889218073, lu_delay=5.739188902080059, ms=00027}
22:49:03.243685 run                osmo-ms-mob/00043: Starting mobile
22:49:03.259181 run       osmo-ms-mob/00043(pid=178): Launched
22:49:03.265274 run                             mass: MS performed LU  {at=26650648.968636245, lu_delay=6.210607912391424, ms=00026}
22:49:03.271112 run                             mass: MS start registered  {at=26650648.974479627, delay=0.005860574543476105, ms=00043}
22:49:03.319976 run                             mass: MS performed LU  {at=26650649.02325172, lu_delay=5.697833184152842, ms=00028}
22:49:03.345120 run                osmo-ms-mob/00044: Starting mobile
22:49:03.358478 run       osmo-ms-mob/00044(pid=179): Launched
22:49:03.364619 run                             mass: MS performed LU  {at=26650649.067980543, lu_delay=5.144286394119263, ms=00029}
22:49:03.370571 run                             mass: MS start registered  {at=26650649.073938664, delay=0.005974970757961273, ms=00044}
22:49:03.392900 run                             mass: MS performed LU  {at=26650649.09625136, lu_delay=4.77196216955781, ms=00030}
22:49:03.404852 run                osmo-ms-mob/00045: Starting mobile
22:49:03.418026 run       osmo-ms-mob/00045(pid=180): Launched
22:49:03.428921 run                             mass: MS start registered  {at=26650649.132274576, delay=0.004514634609222412, ms=00045}
22:49:04.118150 run                osmo-ms-mob/00046: Starting mobile
22:49:04.134329 run       osmo-ms-mob/00046(pid=181): Launched
22:49:04.145414 run                             mass: MS start registered  {at=26650649.848764658, delay=0.004809670150279999, ms=00046}
22:49:04.407534 run                osmo-ms-mob/00047: Starting mobile
22:49:04.421287 run       osmo-ms-mob/00047(pid=182): Launched
22:49:04.432102 run                             mass: MS start registered  {at=26650650.135454867, delay=0.004366099834442139, ms=00047}
22:49:04.724933 run                osmo-ms-mob/00048: Starting mobile
22:49:04.741954 run       osmo-ms-mob/00048(pid=183): Launched
22:49:04.752623 run                             mass: MS start registered  {at=26650650.45597474, delay=0.004597552120685577, ms=00048}
22:49:04.997825 run                osmo-ms-mob/00049: Starting mobile
22:49:05.011170 run       osmo-ms-mob/00049(pid=184): Launched
22:49:05.017172 run                             mass: MS performed LU  {at=26650650.720531825, lu_delay=5.695988446474075, ms=00032}
22:49:05.023291 run                             mass: MS start registered  {at=26650650.726656374, delay=0.006142124533653259, ms=00049}
22:49:05.087857 run                             mass: MS performed LU  {at=26650650.79110844, lu_delay=6.041975319385529, ms=00031}
22:49:05.114735 run                osmo-ms-mob/00050: Starting mobile
22:49:05.127830 run       osmo-ms-mob/00050(pid=185): Launched
22:49:05.133993 run                             mass: MS performed LU  {at=26650650.837356117, lu_delay=5.491091199219227, ms=00033}
22:49:05.139930 run                             mass: MS start registered  {at=26650650.84329806, delay=0.005958035588264465, ms=00050}
22:49:05.259487 run                             mass: MS performed LU  {at=26650650.96274035, lu_delay=4.838637504726648, ms=00035}
22:49:05.295139 run                             mass: MS performed LU  {at=26650650.99841041, lu_delay=5.1405070051550865, ms=00034}
22:49:05.312120 run                osmo-ms-mob/00051: Starting mobile
22:49:05.325321 run       osmo-ms-mob/00051(pid=186): Launched
22:49:05.336020 run                             mass: MS start registered  {at=26650651.03937767, delay=0.004652906209230423, ms=00051}
22:49:06.009943 run                osmo-ms-mob/00052: Starting mobile
22:49:06.023914 run       osmo-ms-mob/00052(pid=187): Launched
22:49:06.035189 run                             mass: MS start registered  {at=26650651.738542177, delay=0.005042620003223419, ms=00052}
22:49:06.296335 run                osmo-ms-mob/00053: Starting mobile
22:49:06.309766 run       osmo-ms-mob/00053(pid=188): Launched
22:49:06.320367 run                             mass: MS start registered  {at=26650652.023720395, delay=0.004489637911319733, ms=00053}
22:49:06.596193 run                osmo-ms-mob/00054: Starting mobile
22:49:06.609360 run       osmo-ms-mob/00054(pid=189): Launched
22:49:06.620268 run                             mass: MS start registered  {at=26650652.32362204, delay=0.004448670893907547, ms=00054}
22:49:06.910494 run                osmo-ms-mob/00055: Starting mobile
22:49:06.924831 run       osmo-ms-mob/00055(pid=190): Launched
22:49:06.935486 run                             mass: MS start registered  {at=26650652.638838477, delay=0.004610639065504074, ms=00055}
22:49:06.950868 run                             mass: MS performed LU  {at=26650652.654194903, lu_delay=4.71444783732295, ms=00040}
22:49:07.017367 run                             mass: MS performed LU  {at=26650652.72061838, lu_delay=5.640491712838411, ms=00038}
22:49:07.033107 run                osmo-ms-mob/00056: Starting mobile
22:49:07.046470 run       osmo-ms-mob/00056(pid=191): Launched
22:49:07.057127 run                             mass: MS start registered  {at=26650652.760484323, delay=0.0045738257467746735, ms=00056}
22:49:07.085163 run                             mass: MS performed LU  {at=26650652.788441528, lu_delay=5.864804036915302, ms=00037}
22:49:07.103730 run                             mass: MS performed LU  {at=26650652.80706799, lu_delay=6.282741833478212, ms=00036}
22:49:07.117249 run                osmo-ms-mob/00057: Starting mobile
22:49:07.130357 run       osmo-ms-mob/00057(pid=192): Launched
22:49:07.141857 run                             mass: MS start registered  {at=26650652.84520422, delay=0.005398459732532501, ms=00057}
22:49:07.159190 run                             mass: MS performed LU  {at=26650652.862540167, lu_delay=5.612782921642065, ms=00039}
22:49:07.431570 run                             mass: MS performed LU  {at=26650653.134820472, lu_delay=4.911078009754419, ms=00041}
22:49:07.911133 run                osmo-ms-mob/00058: Starting mobile
22:49:07.925353 run       osmo-ms-mob/00058(pid=193): Launched
22:49:07.936533 run                             mass: MS start registered  {at=26650653.639887802, delay=0.005058668553829193, ms=00058}
22:49:08.210240 run                osmo-ms-mob/00059: Starting mobile
22:49:08.225416 run       osmo-ms-mob/00059(pid=194): Launched
22:49:08.238580 run                             mass: MS start registered  {at=26650653.94192984, delay=0.006957128643989563, ms=00059}
22:49:08.500744 run                osmo-ms-mob/00060: Starting mobile
22:49:08.514707 run       osmo-ms-mob/00060(pid=195): Launched
22:49:08.526599 run                             mass: MS start registered  {at=26650654.22994878, delay=0.0055720508098602295, ms=00060}
22:49:08.770636 run                             mass: MS performed LU  {at=26650654.473886255, lu_delay=5.341611679643393, ms=00045}
22:49:08.853753 run                             mass: MS performed LU  {at=26650654.557005376, lu_delay=6.0212799943983555, ms=00042}
22:49:08.909405 run                osmo-ms-mob/00061: Starting mobile
22:49:08.924779 run       osmo-ms-mob/00061(pid=196): Launched
22:49:08.930799 run                             mass: MS performed LU  {at=26650654.63416121, lu_delay=5.560222547501326, ms=00044}
22:49:08.936612 run                             mass: MS start registered  {at=26650654.639978997, delay=0.005834460258483887, ms=00061}
22:49:09.025193 run                             mass: MS performed LU  {at=26650654.72844291, lu_delay=4.879678253084421, ms=00046}
22:49:09.053654 run                osmo-ms-mob/00062: Starting mobile
22:49:09.066846 run       osmo-ms-mob/00062(pid=197): Launched
22:49:09.072831 run                             mass: MS performed LU  {at=26650654.77619279, lu_delay=5.801713164895773, ms=00043}
22:49:09.078547 run                             mass: MS start registered  {at=26650654.78191382, delay=0.005737561732530594, ms=00062}
22:49:09.096441 run                             mass: MS performed LU  {at=26650654.799798194, lu_delay=4.664343327283859, ms=00047}
22:49:09.107341 run                osmo-ms-mob/00063: Starting mobile
22:49:09.120556 run       osmo-ms-mob/00063(pid=198): Launched
22:49:09.131526 run                             mass: MS start registered  {at=26650654.834881894, delay=0.004972625523805618, ms=00063}
22:49:09.908949 run                osmo-ms-mob/00064: Starting mobile
22:49:09.922848 run       osmo-ms-mob/00064(pid=199): Launched
22:49:09.933965 run                             mass: MS start registered  {at=26650655.637319274, delay=0.0049144551157951355, ms=00064}
22:49:10.309210 run                osmo-ms-mob/00065: Starting mobile
22:49:10.323305 run       osmo-ms-mob/00065(pid=200): Launched
22:49:10.334322 run                             mass: MS start registered  {at=26650656.037675582, delay=0.0049861520528793335, ms=00065}
22:49:10.596217 run                osmo-ms-mob/00066: Starting mobile
22:49:10.609125 run       osmo-ms-mob/00066(pid=201): Launched
22:49:10.620372 run                             mass: MS start registered  {at=26650656.323726155, delay=0.005055639892816544, ms=00066}
22:49:10.717497 run                             mass: MS performed LU  {at=26650656.420728717, lu_delay=5.381351046264172, ms=00051}
22:49:10.782526 run                             mass: MS performed LU  {at=26650656.485779468, lu_delay=5.642481409013271, ms=00050}
22:49:10.852152 run                             mass: MS performed LU  {at=26650656.555403452, lu_delay=5.82874707877636, ms=00049}
22:49:10.909527 run                osmo-ms-mob/00067: Starting mobile
22:49:10.925001 run       osmo-ms-mob/00067(pid=202): Launched
22:49:10.931036 run                             mass: MS performed LU  {at=26650656.634395853, lu_delay=6.17842111364007, ms=00048}
22:49:10.936844 run                             mass: MS performed LU  {at=26650656.640210517, lu_delay=4.901668339967728, ms=00052}
22:49:10.942598 run                             mass: MS start registered  {at=26650656.645965237, delay=0.011588044464588165, ms=00067}
22:49:10.953641 run                osmo-ms-mob/00068: Starting mobile
22:49:10.966836 run       osmo-ms-mob/00068(pid=203): Launched
22:49:10.977489 run                             mass: MS start registered  {at=26650656.68083727, delay=0.0044746845960617065, ms=00068}
22:49:11.197704 run                             mass: MS performed LU  {at=26650656.90095163, lu_delay=4.877231236547232, ms=00053}
22:49:11.709180 run                osmo-ms-mob/00069: Starting mobile
22:49:11.723070 run       osmo-ms-mob/00069(pid=204): Launched
22:49:11.734279 run                             mass: MS start registered  {at=26650657.43763294, delay=0.004941798746585846, ms=00069}
22:49:12.127445 run                osmo-ms-mob/00070: Starting mobile
22:49:12.143039 run       osmo-ms-mob/00070(pid=205): Launched
22:49:12.154181 run                             mass: MS start registered  {at=26650657.857535005, delay=0.004941482096910477, ms=00070}
22:49:12.496564 run                osmo-ms-mob/00071: Starting mobile
22:49:12.509830 run       osmo-ms-mob/00071(pid=206): Launched
22:49:12.520905 run                             mass: MS start registered  {at=26650658.224261466, delay=0.005050569772720337, ms=00071}
22:49:12.535375 run                             mass: MS performed LU  {at=26650658.2387303, lu_delay=5.478245977312326, ms=00056}
22:49:12.619762 run                             mass: MS performed LU  {at=26650658.32302234, lu_delay=5.999400299042463, ms=00054}
22:49:12.790779 run                             mass: MS performed LU  {at=26650658.494030017, lu_delay=4.854142215102911, ms=00058}
22:49:12.820201 run                osmo-ms-mob/00072: Starting mobile
22:49:12.833495 run       osmo-ms-mob/00072(pid=207): Launched
22:49:12.839505 run                             mass: MS performed LU  {at=26650658.54286762, lu_delay=5.697663400322199, ms=00057}
22:49:12.845328 run                             mass: MS start registered  {at=26650658.548695713, delay=0.005844466388225555, ms=00072}
22:49:13.325925 run                osmo-ms-mob/00073: Starting mobile
22:49:13.340773 run       osmo-ms-mob/00073(pid=208): Launched
22:49:13.352036 run                             mass: MS start registered  {at=26650659.05538254, delay=0.0051316916942596436, ms=00073}
22:49:13.718206 run                osmo-ms-mob/00074: Starting mobile
22:49:13.733249 run       osmo-ms-mob/00074(pid=209): Launched
22:49:13.744288 run                             mass: MS start registered  {at=26650659.447643656, delay=0.004952237010002136, ms=00074}
22:49:14.126647 run                osmo-ms-mob/00075: Starting mobile
22:49:14.141873 run       osmo-ms-mob/00075(pid=210): Launched
22:49:14.153305 run                             mass: MS start registered  {at=26650659.856656313, delay=0.005045536905527115, ms=00075}
22:49:14.483811 run                             mass: MS performed LU  {at=26650660.187063746, lu_delay=5.352181851863861, ms=00063}
22:49:14.548370 run                             mass: MS performed LU  {at=26650660.25162254, lu_delay=4.6143032647669315, ms=00064}
22:49:14.578978 run                osmo-ms-mob/00076: Starting mobile
22:49:14.593739 run       osmo-ms-mob/00076(pid=211): Launched
22:49:14.604508 run                             mass: MS start registered  {at=26650660.30786261, delay=0.004771124571561813, ms=00076}
22:49:14.616652 run                             mass: MS performed LU  {at=26650660.3199856, lu_delay=5.5380717776715755, ms=00062}
22:49:14.634714 run                             mass: MS performed LU  {at=26650660.338049386, lu_delay=6.108100604265928, ms=00060}
22:49:14.691812 run                             mass: MS performed LU  {at=26650660.39506484, lu_delay=6.453134998679161, ms=00059}
22:49:14.718085 run                osmo-ms-mob/00077: Starting mobile
22:49:14.731517 run       osmo-ms-mob/00077(pid=212): Launched
22:49:14.737607 run                             mass: MS performed LU  {at=26650660.440967906, lu_delay=5.800988908857107, ms=00061}
22:49:14.743414 run                             mass: MS start registered  {at=26650660.44678105, delay=0.005830340087413788, ms=00077}
22:49:15.496968 run                osmo-ms-mob/00078: Starting mobile
22:49:15.510481 run       osmo-ms-mob/00078(pid=213): Launched
22:49:15.521635 run                             mass: MS start registered  {at=26650661.2249863, delay=0.005079127848148346, ms=00078}
22:49:15.909512 run                osmo-ms-mob/00079: Starting mobile
22:49:15.923790 run       osmo-ms-mob/00079(pid=214): Launched
22:49:15.934743 run                             mass: MS start registered  {at=26650661.638095316, delay=0.004809781908988953, ms=00079}
22:49:16.302161 run                             mass: MS performed LU  {at=26650662.005413175, lu_delay=5.967737592756748, ms=00065}
22:49:16.332182 run                osmo-ms-mob/00080: Starting mobile
22:49:16.345683 run       osmo-ms-mob/00080(pid=215): Launched
22:49:16.356841 run                             mass: MS start registered  {at=26650662.060193133, delay=0.005002938210964203, ms=00080}
22:49:16.384399 run                             mass: MS performed LU  {at=26650662.08764837, lu_delay=4.6500154286623, ms=00069}
22:49:16.593220 run                             mass: MS performed LU  {at=26650662.29646872, lu_delay=5.972742564976215, ms=00066}
22:49:16.910139 run                osmo-ms-mob/00081: Starting mobile
22:49:16.923911 run       osmo-ms-mob/00081(pid=216): Launched
22:49:16.935309 run                             mass: MS start registered  {at=26650662.638661366, delay=0.004747893661260605, ms=00081}
22:49:17.310391 run                osmo-ms-mob/00082: Starting mobile
22:49:17.324154 run       osmo-ms-mob/00082(pid=217): Launched
22:49:17.335352 run                             mass: MS start registered  {at=26650663.038702883, delay=0.004952523857355118, ms=00082}
22:49:17.896706 run                osmo-ms-mob/00083: Starting mobile
22:49:17.909823 run       osmo-ms-mob/00083(pid=218): Launched
22:49:17.924144 run                             mass: MS start registered  {at=26650663.62748371, delay=0.008132338523864746, ms=00083}
22:49:18.249372 run                             mass: MS performed LU  {at=26650663.952607874, lu_delay=5.4039121605455875, ms=00072}
22:49:18.314147 run                             mass: MS performed LU  {at=26650664.0172686, lu_delay=4.961886063218117, ms=00073}
22:49:18.355823 run                osmo-ms-mob/00084: Starting mobile
22:49:18.371458 run       osmo-ms-mob/00084(pid=219): Launched
22:49:18.382532 run                             mass: MS performed LU  {at=26650664.085880317, lu_delay=5.861618850380182, ms=00071}
22:49:18.388586 run                             mass: MS start registered  {at=26650664.091952953, delay=0.01111765205860138, ms=00084}
22:49:18.693611 run                             mass: MS performed LU  {at=26650664.39685845, lu_delay=4.949214793741703, ms=00074}
22:49:18.937811 run                osmo-ms-mob/00085: Starting mobile
22:49:18.954072 run       osmo-ms-mob/00085(pid=220): Launched
22:49:18.965097 run                             mass: MS start registered  {at=26650664.668445915, delay=0.0047452859580516815, ms=00085}
22:49:19.510352 run                osmo-ms-mob/00086: Starting mobile
22:49:19.524438 run       osmo-ms-mob/00086(pid=221): Launched
22:49:19.535477 run                             mass: MS start registered  {at=26650665.238830704, delay=0.005067005753517151, ms=00086}
22:49:20.067920 run                             mass: MS performed LU  {at=26650665.771170627, lu_delay=5.463308017700911, ms=00076}
22:49:20.124186 run                osmo-ms-mob/00087: Starting mobile
22:49:20.139269 run       osmo-ms-mob/00087(pid=222): Launched
22:49:20.150193 run                             mass: MS performed LU  {at=26650665.853543475, lu_delay=5.996887162327766, ms=00075}
22:49:20.156230 run                             mass: MS start registered  {at=26650665.85959636, delay=0.010780327022075653, ms=00087}
22:49:20.177530 run                             mass: MS performed LU  {at=26650665.88087774, lu_delay=5.4340966902673244, ms=00077}
22:49:20.358714 run                             mass: MS performed LU  {at=26650666.061967723, lu_delay=4.836981423199177, ms=00078}
22:49:20.727185 run                osmo-ms-mob/00088: Starting mobile
22:49:20.744040 run       osmo-ms-mob/00088(pid=223): Launched
22:49:20.755102 run                             mass: MS start registered  {at=26650666.45845542, delay=0.004676986485719681, ms=00088}
22:49:21.311206 run                osmo-ms-mob/00089: Starting mobile
22:49:21.325099 run       osmo-ms-mob/00089(pid=224): Launched
22:49:21.336043 run                             mass: MS start registered  {at=26650667.039391983, delay=0.004692964255809784, ms=00089}
22:49:21.897062 run                osmo-ms-mob/00090: Starting mobile
22:49:21.910217 run       osmo-ms-mob/00090(pid=225): Launched
22:49:21.921227 run                             mass: MS start registered  {at=26650667.6245806, delay=0.0047417692840099335, ms=00090}
22:49:22.015910 run                             mass: MS performed LU  {at=26650667.71914537, lu_delay=6.081050053238869, ms=00079}
22:49:22.079733 run                             mass: MS performed LU  {at=26650667.7829864, lu_delay=4.744283515959978, ms=00082}
22:49:22.149653 run                             mass: MS performed LU  {at=26650667.852904428, lu_delay=5.214243061840534, ms=00081}
22:49:22.224432 run                             mass: MS performed LU  {at=26650667.927682187, lu_delay=5.86748905479908, ms=00080}
22:49:22.629037 run                osmo-ms-mob/00091: Starting mobile
22:49:22.646447 run       osmo-ms-mob/00091(pid=226): Launched
22:49:22.657791 run                             mass: MS start registered  {at=26650668.361140344, delay=0.0049711428582668304, ms=00091}
22:49:23.327762 run                osmo-ms-mob/00092: Starting mobile
22:49:23.343898 run       osmo-ms-mob/00092(pid=227): Launched
22:49:23.355223 run                             mass: MS start registered  {at=26650669.05856683, delay=0.005248207598924637, ms=00092}
22:49:23.833741 run                             mass: MS performed LU  {at=26650669.536990345, lu_delay=5.909506633877754, ms=00083}
22:49:23.917304 run                             mass: MS performed LU  {at=26650669.62055631, lu_delay=5.528603356331587, ms=00084}
22:49:23.943842 run                             mass: MS performed LU  {at=26650669.64716443, lu_delay=4.978718515485525, ms=00085}
22:49:23.981297 run                osmo-ms-mob/00093: Starting mobile
22:49:23.995877 run       osmo-ms-mob/00093(pid=228): Launched
22:49:24.006870 run                             mass: MS start registered  {at=26650669.710222486, delay=0.004984088242053986, ms=00093}
22:49:24.997061 run                osmo-ms-mob/00094: Starting mobile
22:49:25.010646 run       osmo-ms-mob/00094(pid=229): Launched
22:49:25.021698 run                             mass: MS start registered  {at=26650670.725051306, delay=0.004965033382177353, ms=00094}
22:49:25.781698 run                             mass: MS performed LU  {at=26650671.48494941, lu_delay=6.246118705719709, ms=00086}
22:49:25.845871 run                             mass: MS performed LU  {at=26650671.549145512, lu_delay=5.090690091252327, ms=00088}
22:49:25.899769 run                osmo-ms-mob/00095: Starting mobile
22:49:25.915274 run       osmo-ms-mob/00095(pid=230): Launched
22:49:25.921381 run                             mass: MS performed LU  {at=26650671.62474161, lu_delay=5.7651452496647835, ms=00087}
22:49:25.927748 run                             mass: MS start registered  {at=26650671.631112695, delay=0.006388392299413681, ms=00095}
22:49:26.168422 run                             mass: MS performed LU  {at=26650671.87167272, lu_delay=4.832280736416578, ms=00089}
22:49:26.911407 run                osmo-ms-mob/00096: Starting mobile
22:49:26.925308 run       osmo-ms-mob/00096(pid=231): Launched
22:49:26.936866 run                             mass: MS start registered  {at=26650672.640219614, delay=0.005205623805522919, ms=00096}
22:49:27.682950 run                             mass: MS performed LU  {at=26650673.386198577, lu_delay=5.025058232247829, ms=00091}
22:49:27.710392 run                             mass: MS performed LU  {at=26650673.413645204, lu_delay=5.789064604789019, ms=00090}
22:49:27.996722 run                osmo-ms-mob/00097: Starting mobile
22:49:28.009597 run       osmo-ms-mob/00097(pid=232): Launched
22:49:28.020552 run                             mass: MS start registered  {at=26650673.723902427, delay=0.004938200116157532, ms=00097}
22:49:29.335527 run                osmo-ms-mob/00098: Starting mobile
22:49:29.350845 run       osmo-ms-mob/00098(pid=233): Launched
22:49:29.362062 run                             mass: MS start registered  {at=26650675.06541473, delay=0.005086958408355713, ms=00098}
22:49:29.546708 run                             mass: MS performed LU  {at=26650675.249964803, lu_delay=6.191397972404957, ms=00092}
22:49:29.612035 run                             mass: MS performed LU  {at=26650675.315286197, lu_delay=5.605063710361719, ms=00093}
22:49:29.680973 run                             mass: MS performed LU  {at=26650675.38422518, lu_delay=22.745386701077223, ms=00055}
22:49:29.934254 run                             mass: MS performed LU  {at=26650675.63750512, lu_delay=4.912453815340996, ms=00094}
22:49:31.117900 run                osmo-ms-mob/00099: Starting mobile
22:49:31.134712 run       osmo-ms-mob/00099(pid=234): Launched
22:49:31.140881 run                             mass: All started... {duration=55.7545744292438, too_slow=0}
22:49:31.146954 run                             mass: MS start registered  {at=26650676.850299846, delay=0.006051398813724518, ms=00099}
22:49:31.447742 run                             mass: MS performed LU  {at=26650677.15098928, lu_delay=5.519876584410667, ms=00095}
22:49:31.711967 run                             mass: MS performed LU  {at=26650677.415198375, lu_delay=4.774978760629892, ms=00096}
22:49:33.312255 run                             mass: MS performed LU  {at=26650679.015483096, lu_delay=5.29158066958189, ms=00097}
22:49:33.446537 run                             mass: MS performed LU  {at=26650679.149794023, lu_delay=22.503828786313534, ms=00067}
22:49:33.612739 run                             mass: MS performed LU  {at=26650679.31596625, lu_delay=22.63512897863984, ms=00068}
22:49:35.214034 run                             mass: MS performed LU  {at=26650680.91728865, lu_delay=5.85187391936779, ms=00098}
22:49:35.477319 run                             mass: MS performed LU  {at=26650681.180571634, lu_delay=23.32303662970662, ms=00070}
22:49:37.079515 run                             mass: MS performed LU  {at=26650682.782764807, lu_delay=5.932464960962534, ms=00099}
22:49:37.102340 run                             mass: Tests done {all_completed=True, max=23.32303662970662, min=4.6143032647669315}
22:49:37.108076 tst         register_default_mass.py: Test passed (81.1 sec)
22:49:37.113540 run pcap-recorder_any(filters='host 127.0.42.2')(pid=22): Terminating (SIGTERM)
22:49:37.116875 run      osmo-hlr_127.0.42.2(pid=23): Terminating (SIGTERM)
22:49:37.120169 run pcap-recorder_any(filters='host 127.0.42.5 and port not 22')(pid=24): Terminating (SIGTERM)
22:49:37.123477 run      osmo-stp_127.0.42.5(pid=25): Terminating (SIGTERM)
22:49:37.126802 run pcap-recorder_any(filters='host 127.0.42.6 and port not 22')(pid=26): Terminating (SIGTERM)
22:49:37.130205 run      osmo-msc_127.0.42.6(pid=27): Terminating (SIGTERM)
22:49:37.133619 run pcap-recorder_any(filters='host 127.0.42.3 and port not 22')(pid=28): Terminating (SIGTERM)
22:49:37.136977 run      osmo-mgw_127.0.42.3(pid=29): Terminating (SIGTERM)
22:49:37.140503 run pcap-recorder_any(filters='host 127.0.42.4 and port not 22')(pid=30): Terminating (SIGTERM)
22:49:37.143847 run      osmo-mgw_127.0.42.4(pid=31): Terminating (SIGTERM)
22:49:37.147215 run pcap-recorder_any(filters='host 127.0.42.7 and port not 22')(pid=32): Terminating (SIGTERM)
22:49:37.150691 run      osmo-bsc_127.0.42.7(pid=33): Terminating (SIGTERM)
22:49:37.154097 run         osmo-bts-virtual(pid=34): Terminating (SIGTERM)
22:49:37.157473 run   osmo-ms-virt-phy/00000(pid=35): Terminating (SIGTERM)
22:49:37.160894 run   osmo-ms-virt-phy/00001(pid=36): Terminating (SIGTERM)
22:49:37.164293 run   osmo-ms-virt-phy/00002(pid=37): Terminating (SIGTERM)
22:49:37.167772 run   osmo-ms-virt-phy/00003(pid=38): Terminating (SIGTERM)
22:49:37.171279 run   osmo-ms-virt-phy/00004(pid=39): Terminating (SIGTERM)
22:49:37.174795 run   osmo-ms-virt-phy/00005(pid=40): Terminating (SIGTERM)
22:49:37.178243 run   osmo-ms-virt-phy/00006(pid=41): Terminating (SIGTERM)
22:49:37.181754 run   osmo-ms-virt-phy/00007(pid=42): Terminating (SIGTERM)
22:49:37.185316 run   osmo-ms-virt-phy/00008(pid=43): Terminating (SIGTERM)
22:49:37.188878 run   osmo-ms-virt-phy/00009(pid=44): Terminating (SIGTERM)
22:49:37.192374 run   osmo-ms-virt-phy/00010(pid=45): Terminating (SIGTERM)
22:49:37.195930 run   osmo-ms-virt-phy/00011(pid=46): Terminating (SIGTERM)
22:49:37.199486 run   osmo-ms-virt-phy/00012(pid=47): Terminating (SIGTERM)
22:49:37.203003 run   osmo-ms-virt-phy/00013(pid=48): Terminating (SIGTERM)
22:49:37.206634 run   osmo-ms-virt-phy/00014(pid=49): Terminating (SIGTERM)
22:49:37.210193 run   osmo-ms-virt-phy/00015(pid=50): Terminating (SIGTERM)
22:49:37.213730 run   osmo-ms-virt-phy/00016(pid=51): Terminating (SIGTERM)
22:49:37.217289 run   osmo-ms-virt-phy/00017(pid=52): Terminating (SIGTERM)
22:49:37.221044 run   osmo-ms-virt-phy/00018(pid=53): Terminating (SIGTERM)
22:49:37.224637 run   osmo-ms-virt-phy/00019(pid=54): Terminating (SIGTERM)
22:49:37.228168 run   osmo-ms-virt-phy/00020(pid=55): Terminating (SIGTERM)
22:49:37.231710 run   osmo-ms-virt-phy/00021(pid=56): Terminating (SIGTERM)
22:49:37.235246 run   osmo-ms-virt-phy/00022(pid=57): Terminating (SIGTERM)
22:49:37.238832 run   osmo-ms-virt-phy/00023(pid=58): Terminating (SIGTERM)
22:49:37.242432 run   osmo-ms-virt-phy/00024(pid=59): Terminating (SIGTERM)
22:49:37.245855 run   osmo-ms-virt-phy/00025(pid=60): Terminating (SIGTERM)
22:49:37.249301 run   osmo-ms-virt-phy/00026(pid=61): Terminating (SIGTERM)
22:49:37.252721 run   osmo-ms-virt-phy/00027(pid=62): Terminating (SIGTERM)
22:49:37.256118 run   osmo-ms-virt-phy/00028(pid=63): Terminating (SIGTERM)
22:49:37.259547 run   osmo-ms-virt-phy/00029(pid=64): Terminating (SIGTERM)
22:49:37.262977 run   osmo-ms-virt-phy/00030(pid=65): Terminating (SIGTERM)
22:49:37.266498 run   osmo-ms-virt-phy/00031(pid=66): Terminating (SIGTERM)
22:49:37.270012 run   osmo-ms-virt-phy/00032(pid=67): Terminating (SIGTERM)
22:49:37.273436 run   osmo-ms-virt-phy/00033(pid=68): Terminating (SIGTERM)
22:49:37.276835 run   osmo-ms-virt-phy/00034(pid=69): Terminating (SIGTERM)
22:49:37.280797 run   osmo-ms-virt-phy/00035(pid=70): Terminating (SIGTERM)
22:49:37.284195 run   osmo-ms-virt-phy/00036(pid=71): Terminating (SIGTERM)
22:49:37.287743 run   osmo-ms-virt-phy/00037(pid=72): Terminating (SIGTERM)
22:49:37.291152 run   osmo-ms-virt-phy/00038(pid=73): Terminating (SIGTERM)
22:49:37.294570 run   osmo-ms-virt-phy/00039(pid=74): Terminating (SIGTERM)
22:49:37.297985 run   osmo-ms-virt-phy/00040(pid=75): Terminating (SIGTERM)
22:49:37.301397 run   osmo-ms-virt-phy/00041(pid=76): Terminating (SIGTERM)
22:49:37.304787 run   osmo-ms-virt-phy/00042(pid=77): Terminating (SIGTERM)
22:49:37.308174 run   osmo-ms-virt-phy/00043(pid=78): Terminating (SIGTERM)
22:49:37.311591 run   osmo-ms-virt-phy/00044(pid=79): Terminating (SIGTERM)
22:49:37.315153 run   osmo-ms-virt-phy/00045(pid=80): Terminating (SIGTERM)
22:49:37.319123 run   osmo-ms-virt-phy/00046(pid=81): Terminating (SIGTERM)
22:49:37.322544 run   osmo-ms-virt-phy/00047(pid=82): Terminating (SIGTERM)
22:49:37.325944 run   osmo-ms-virt-phy/00048(pid=83): Terminating (SIGTERM)
22:49:37.329351 run   osmo-ms-virt-phy/00049(pid=84): Terminating (SIGTERM)
22:49:37.332666 run   osmo-ms-virt-phy/00050(pid=85): Terminating (SIGTERM)
22:49:37.336037 run   osmo-ms-virt-phy/00051(pid=86): Terminating (SIGTERM)
22:49:37.339401 run   osmo-ms-virt-phy/00052(pid=87): Terminating (SIGTERM)
22:49:37.342809 run   osmo-ms-virt-phy/00053(pid=88): Terminating (SIGTERM)
22:49:37.346538 run   osmo-ms-virt-phy/00054(pid=89): Terminating (SIGTERM)
22:49:37.350298 run   osmo-ms-virt-phy/00055(pid=90): Terminating (SIGTERM)
22:49:37.353894 run   osmo-ms-virt-phy/00056(pid=91): Terminating (SIGTERM)
22:49:37.357326 run   osmo-ms-virt-phy/00057(pid=92): Terminating (SIGTERM)
22:49:37.360745 run   osmo-ms-virt-phy/00058(pid=93): Terminating (SIGTERM)
22:49:37.364142 run   osmo-ms-virt-phy/00059(pid=94): Terminating (SIGTERM)
22:49:37.367489 run   osmo-ms-virt-phy/00060(pid=95): Terminating (SIGTERM)
22:49:37.370915 run   osmo-ms-virt-phy/00061(pid=96): Terminating (SIGTERM)
22:49:37.374816 run   osmo-ms-virt-phy/00062(pid=97): Terminating (SIGTERM)
22:49:37.378151 run   osmo-ms-virt-phy/00063(pid=98): Terminating (SIGTERM)
22:49:37.381523 run   osmo-ms-virt-phy/00064(pid=99): Terminating (SIGTERM)
22:49:37.384884 run  osmo-ms-virt-phy/00065(pid=100): Terminating (SIGTERM)
22:49:37.388216 run  osmo-ms-virt-phy/00066(pid=101): Terminating (SIGTERM)
22:49:37.391481 run  osmo-ms-virt-phy/00067(pid=102): Terminating (SIGTERM)
22:49:37.394841 run  osmo-ms-virt-phy/00068(pid=103): Terminating (SIGTERM)
22:49:37.398086 run  osmo-ms-virt-phy/00069(pid=104): Terminating (SIGTERM)
22:49:37.401485 run  osmo-ms-virt-phy/00070(pid=105): Terminating (SIGTERM)
22:49:37.404833 run  osmo-ms-virt-phy/00071(pid=106): Terminating (SIGTERM)
22:49:37.408182 run  osmo-ms-virt-phy/00072(pid=107): Terminating (SIGTERM)
22:49:37.411585 run  osmo-ms-virt-phy/00073(pid=108): Terminating (SIGTERM)
22:49:37.414994 run  osmo-ms-virt-phy/00074(pid=109): Terminating (SIGTERM)
22:49:37.418351 run  osmo-ms-virt-phy/00075(pid=110): Terminating (SIGTERM)
22:49:37.421748 run  osmo-ms-virt-phy/00076(pid=111): Terminating (SIGTERM)
22:49:37.425139 run  osmo-ms-virt-phy/00077(pid=112): Terminating (SIGTERM)
22:49:37.428467 run  osmo-ms-virt-phy/00078(pid=113): Terminating (SIGTERM)
22:49:37.431818 run  osmo-ms-virt-phy/00079(pid=114): Terminating (SIGTERM)
22:49:37.435170 run  osmo-ms-virt-phy/00080(pid=115): Terminating (SIGTERM)
22:49:37.438510 run  osmo-ms-virt-phy/00081(pid=116): Terminating (SIGTERM)
22:49:37.441883 run  osmo-ms-virt-phy/00082(pid=117): Terminating (SIGTERM)
22:49:37.445275 run  osmo-ms-virt-phy/00083(pid=118): Terminating (SIGTERM)
22:49:37.448539 run  osmo-ms-virt-phy/00084(pid=119): Terminating (SIGTERM)
22:49:37.452391 run  osmo-ms-virt-phy/00085(pid=120): Terminating (SIGTERM)
22:49:37.455880 run  osmo-ms-virt-phy/00086(pid=121): Terminating (SIGTERM)
22:49:37.460925 run  osmo-ms-virt-phy/00087(pid=122): Terminating (SIGTERM)
22:49:37.464262 run  osmo-ms-virt-phy/00088(pid=123): Terminating (SIGTERM)
22:49:37.467534 run  osmo-ms-virt-phy/00089(pid=124): Terminating (SIGTERM)
22:49:37.470956 run  osmo-ms-virt-phy/00090(pid=125): Terminating (SIGTERM)
22:49:37.474261 run  osmo-ms-virt-phy/00091(pid=126): Terminating (SIGTERM)
22:49:37.477679 run  osmo-ms-virt-phy/00092(pid=127): Terminating (SIGTERM)
22:49:37.481083 run  osmo-ms-virt-phy/00093(pid=128): Terminating (SIGTERM)
22:49:37.484351 run  osmo-ms-virt-phy/00094(pid=129): Terminating (SIGTERM)
22:49:37.487758 run  osmo-ms-virt-phy/00095(pid=130): Terminating (SIGTERM)
22:49:37.491034 run  osmo-ms-virt-phy/00096(pid=131): Terminating (SIGTERM)
22:49:37.494409 run  osmo-ms-virt-phy/00097(pid=132): Terminating (SIGTERM)
22:49:37.497783 run  osmo-ms-virt-phy/00098(pid=133): Terminating (SIGTERM)
22:49:37.501256 run  osmo-ms-virt-phy/00099(pid=134): Terminating (SIGTERM)
22:49:37.504525 run       osmo-ms-mob/00000(pid=135): Terminating (SIGTERM)
22:49:37.507844 run       osmo-ms-mob/00001(pid=136): Terminating (SIGTERM)
22:49:37.511243 run       osmo-ms-mob/00002(pid=137): Terminating (SIGTERM)
22:49:37.514484 run       osmo-ms-mob/00003(pid=138): Terminating (SIGTERM)
22:49:37.517755 run       osmo-ms-mob/00004(pid=139): Terminating (SIGTERM)
22:49:37.520994 run       osmo-ms-mob/00005(pid=140): Terminating (SIGTERM)
22:49:37.524226 run       osmo-ms-mob/00006(pid=141): Terminating (SIGTERM)
22:49:37.527485 run       osmo-ms-mob/00007(pid=142): Terminating (SIGTERM)
22:49:37.530739 run       osmo-ms-mob/00008(pid=143): Terminating (SIGTERM)
22:49:37.533985 run       osmo-ms-mob/00009(pid=144): Terminating (SIGTERM)
22:49:37.537230 run       osmo-ms-mob/00010(pid=145): Terminating (SIGTERM)
22:49:37.540468 run       osmo-ms-mob/00011(pid=146): Terminating (SIGTERM)
22:49:37.543724 run       osmo-ms-mob/00012(pid=147): Terminating (SIGTERM)
22:49:37.546953 run       osmo-ms-mob/00013(pid=148): Terminating (SIGTERM)
22:49:37.550202 run       osmo-ms-mob/00014(pid=149): Terminating (SIGTERM)
22:49:37.553441 run       osmo-ms-mob/00015(pid=150): Terminating (SIGTERM)
22:49:37.556686 run       osmo-ms-mob/00016(pid=151): Terminating (SIGTERM)
22:49:37.559933 run       osmo-ms-mob/00017(pid=152): Terminating (SIGTERM)
22:49:37.563162 run       osmo-ms-mob/00018(pid=153): Terminating (SIGTERM)
22:49:37.566405 run       osmo-ms-mob/00019(pid=154): Terminating (SIGTERM)
22:49:37.569642 run       osmo-ms-mob/00020(pid=155): Terminating (SIGTERM)
22:49:37.572873 run       osmo-ms-mob/00021(pid=156): Terminating (SIGTERM)
22:49:37.576119 run       osmo-ms-mob/00022(pid=157): Terminating (SIGTERM)
22:49:37.579356 run       osmo-ms-mob/00023(pid=158): Terminating (SIGTERM)
22:49:37.582598 run       osmo-ms-mob/00024(pid=159): Terminating (SIGTERM)
22:49:37.585846 run       osmo-ms-mob/00025(pid=160): Terminating (SIGTERM)
22:49:37.589089 run       osmo-ms-mob/00026(pid=161): Terminating (SIGTERM)
22:49:37.592345 run       osmo-ms-mob/00027(pid=162): Terminating (SIGTERM)
22:49:37.595589 run       osmo-ms-mob/00028(pid=163): Terminating (SIGTERM)
22:49:37.598830 run       osmo-ms-mob/00029(pid=164): Terminating (SIGTERM)
22:49:37.602057 run       osmo-ms-mob/00030(pid=165): Terminating (SIGTERM)
22:49:37.605297 run       osmo-ms-mob/00031(pid=166): Terminating (SIGTERM)
22:49:37.608537 run       osmo-ms-mob/00032(pid=167): Terminating (SIGTERM)
22:49:37.611772 run       osmo-ms-mob/00033(pid=168): Terminating (SIGTERM)
22:49:37.615015 run       osmo-ms-mob/00034(pid=169): Terminating (SIGTERM)
22:49:37.618258 run       osmo-ms-mob/00035(pid=170): Terminating (SIGTERM)
22:49:37.621498 run       osmo-ms-mob/00036(pid=171): Terminating (SIGTERM)
22:49:37.624750 run       osmo-ms-mob/00037(pid=172): Terminating (SIGTERM)
22:49:37.627984 run       osmo-ms-mob/00038(pid=173): Terminating (SIGTERM)
22:49:37.631220 run       osmo-ms-mob/00039(pid=174): Terminating (SIGTERM)
22:49:37.634468 run       osmo-ms-mob/00040(pid=175): Terminating (SIGTERM)
22:49:37.637714 run       osmo-ms-mob/00041(pid=176): Terminating (SIGTERM)
22:49:37.640955 run       osmo-ms-mob/00042(pid=177): Terminating (SIGTERM)
22:49:37.644191 run       osmo-ms-mob/00043(pid=178): Terminating (SIGTERM)
22:49:37.647431 run       osmo-ms-mob/00044(pid=179): Terminating (SIGTERM)
22:49:37.650658 run       osmo-ms-mob/00045(pid=180): Terminating (SIGTERM)
22:49:37.653901 run       osmo-ms-mob/00046(pid=181): Terminating (SIGTERM)
22:49:37.657152 run       osmo-ms-mob/00047(pid=182): Terminating (SIGTERM)
22:49:37.660374 run       osmo-ms-mob/00048(pid=183): Terminating (SIGTERM)
22:49:37.663625 run       osmo-ms-mob/00049(pid=184): Terminating (SIGTERM)
22:49:37.666858 run       osmo-ms-mob/00050(pid=185): Terminating (SIGTERM)
22:49:37.670099 run       osmo-ms-mob/00051(pid=186): Terminating (SIGTERM)
22:49:37.673347 run       osmo-ms-mob/00052(pid=187): Terminating (SIGTERM)
22:49:37.676586 run       osmo-ms-mob/00053(pid=188): Terminating (SIGTERM)
22:49:37.679819 run       osmo-ms-mob/00054(pid=189): Terminating (SIGTERM)
22:49:37.683063 run       osmo-ms-mob/00055(pid=190): Terminating (SIGTERM)
22:49:37.686311 run       osmo-ms-mob/00056(pid=191): Terminating (SIGTERM)
22:49:37.689556 run       osmo-ms-mob/00057(pid=192): Terminating (SIGTERM)
22:49:37.692806 run       osmo-ms-mob/00058(pid=193): Terminating (SIGTERM)
22:49:37.696046 run       osmo-ms-mob/00059(pid=194): Terminating (SIGTERM)
22:49:37.699281 run       osmo-ms-mob/00060(pid=195): Terminating (SIGTERM)
22:49:37.702516 run       osmo-ms-mob/00061(pid=196): Terminating (SIGTERM)
22:49:37.705761 run       osmo-ms-mob/00062(pid=197): Terminating (SIGTERM)
22:49:37.709003 run       osmo-ms-mob/00063(pid=198): Terminating (SIGTERM)
22:49:37.712241 run       osmo-ms-mob/00064(pid=199): Terminating (SIGTERM)
22:49:37.715481 run       osmo-ms-mob/00065(pid=200): Terminating (SIGTERM)
22:49:37.718713 run       osmo-ms-mob/00066(pid=201): Terminating (SIGTERM)
22:49:37.721942 run       osmo-ms-mob/00067(pid=202): Terminating (SIGTERM)
22:49:37.725190 run       osmo-ms-mob/00068(pid=203): Terminating (SIGTERM)
22:49:37.728420 run       osmo-ms-mob/00069(pid=204): Terminating (SIGTERM)
22:49:37.731667 run       osmo-ms-mob/00070(pid=205): Terminating (SIGTERM)
22:49:37.734904 run       osmo-ms-mob/00071(pid=206): Terminating (SIGTERM)
22:49:37.738145 run       osmo-ms-mob/00072(pid=207): Terminating (SIGTERM)
22:49:37.741390 run       osmo-ms-mob/00073(pid=208): Terminating (SIGTERM)
22:49:37.744622 run       osmo-ms-mob/00074(pid=209): Terminating (SIGTERM)
22:49:37.747868 run       osmo-ms-mob/00075(pid=210): Terminating (SIGTERM)
22:49:37.751112 run       osmo-ms-mob/00076(pid=211): Terminating (SIGTERM)
22:49:37.754353 run       osmo-ms-mob/00077(pid=212): Terminating (SIGTERM)
22:49:37.757580 run       osmo-ms-mob/00078(pid=213): Terminating (SIGTERM)
22:49:37.760806 run       osmo-ms-mob/00079(pid=214): Terminating (SIGTERM)
22:49:37.764047 run       osmo-ms-mob/00080(pid=215): Terminating (SIGTERM)
22:49:37.767282 run       osmo-ms-mob/00081(pid=216): Terminating (SIGTERM)
22:49:37.770524 run       osmo-ms-mob/00082(pid=217): Terminating (SIGTERM)
22:49:37.773759 run       osmo-ms-mob/00083(pid=218): Terminating (SIGTERM)
22:49:37.776993 run       osmo-ms-mob/00084(pid=219): Terminating (SIGTERM)
22:49:37.780232 run       osmo-ms-mob/00085(pid=220): Terminating (SIGTERM)
22:49:37.783475 run       osmo-ms-mob/00086(pid=221): Terminating (SIGTERM)
22:49:37.786702 run       osmo-ms-mob/00087(pid=222): Terminating (SIGTERM)
22:49:37.789938 run       osmo-ms-mob/00088(pid=223): Terminating (SIGTERM)
22:49:37.793190 run       osmo-ms-mob/00089(pid=224): Terminating (SIGTERM)
22:49:37.796412 run       osmo-ms-mob/00090(pid=225): Terminating (SIGTERM)
22:49:37.799646 run       osmo-ms-mob/00091(pid=226): Terminating (SIGTERM)
22:49:37.802893 run       osmo-ms-mob/00092(pid=227): Terminating (SIGTERM)
22:49:37.806131 run       osmo-ms-mob/00093(pid=228): Terminating (SIGTERM)
22:49:37.809371 run       osmo-ms-mob/00094(pid=229): Terminating (SIGTERM)
22:49:37.812616 run       osmo-ms-mob/00095(pid=230): Terminating (SIGTERM)
22:49:37.815854 run       osmo-ms-mob/00096(pid=231): Terminating (SIGTERM)
22:49:37.819113 run       osmo-ms-mob/00097(pid=232): Terminating (SIGTERM)
22:49:37.822356 run       osmo-ms-mob/00098(pid=233): Terminating (SIGTERM)
22:49:37.825598 run       osmo-ms-mob/00099(pid=234): Terminating (SIGTERM)
22:49:37.828848 ---      ParallelTerminationStrategy: PID 22 died...
22:49:37.830312 run pcap-recorder_any(filters='host 127.0.42.2')(pid=22): Terminated: ok {rc=0}
22:49:37.833894 ---      ParallelTerminationStrategy: PID 23 died...
22:49:37.835339 run      osmo-hlr_127.0.42.2(pid=23): Terminated: ok {rc=0}
22:49:37.838887 ---      ParallelTerminationStrategy: PID 24 died...
22:49:37.840331 run pcap-recorder_any(filters='host 127.0.42.5 and port not 22')(pid=24): Terminated: ok {rc=0}
22:49:37.843913 ---      ParallelTerminationStrategy: PID 25 died...
22:49:37.845375 run      osmo-stp_127.0.42.5(pid=25): Terminated: ok {rc=0}
22:49:37.848950 ---      ParallelTerminationStrategy: PID 26 died...
22:49:37.850397 run pcap-recorder_any(filters='host 127.0.42.6 and port not 22')(pid=26): Terminated: ok {rc=0}
22:49:37.854014 ---      ParallelTerminationStrategy: PID 27 died...
22:49:37.855475 run      osmo-msc_127.0.42.6(pid=27): Terminated: ok {rc=0}
22:49:37.859058 ---      ParallelTerminationStrategy: PID 28 died...
22:49:37.860519 run pcap-recorder_any(filters='host 127.0.42.3 and port not 22')(pid=28): Terminated: ok {rc=0}
22:49:37.864130 ---      ParallelTerminationStrategy: PID 29 died...
22:49:37.865583 run      osmo-mgw_127.0.42.3(pid=29): Terminated {rc=15}
22:49:37.869197 ---      ParallelTerminationStrategy: PID 30 died...
22:49:37.870642 run pcap-recorder_any(filters='host 127.0.42.4 and port not 22')(pid=30): Terminated: ok {rc=0}
22:49:37.874272 ---      ParallelTerminationStrategy: PID 31 died...
22:49:37.875727 run      osmo-mgw_127.0.42.4(pid=31): Terminated {rc=15}
22:49:37.879345 ---      ParallelTerminationStrategy: PID 32 died...
22:49:37.880817 run pcap-recorder_any(filters='host 127.0.42.7 and port not 22')(pid=32): Terminated: ok {rc=0}
22:49:37.884425 ---      ParallelTerminationStrategy: PID 33 died...
22:49:37.885906 run      osmo-bsc_127.0.42.7(pid=33): Terminated: ok {rc=0}
22:49:37.889515 ---      ParallelTerminationStrategy: PID 35 died...
22:49:37.890980 run   osmo-ms-virt-phy/00000(pid=35): Terminated: ok {rc=0}
22:49:37.894614 ---      ParallelTerminationStrategy: PID 36 died...
22:49:37.896074 run   osmo-ms-virt-phy/00001(pid=36): Terminated: ok {rc=0}
22:49:37.899696 ---      ParallelTerminationStrategy: PID 37 died...
22:49:37.901163 run   osmo-ms-virt-phy/00002(pid=37): Terminated: ok {rc=0}
22:49:37.904791 ---      ParallelTerminationStrategy: PID 38 died...
22:49:37.906258 run   osmo-ms-virt-phy/00003(pid=38): Terminated: ok {rc=0}
22:49:37.909881 ---      ParallelTerminationStrategy: PID 39 died...
22:49:37.911345 run   osmo-ms-virt-phy/00004(pid=39): Terminated: ok {rc=0}
22:49:37.914976 ---      ParallelTerminationStrategy: PID 40 died...
22:49:37.916445 run   osmo-ms-virt-phy/00005(pid=40): Terminated: ok {rc=0}
22:49:37.920060 ---      ParallelTerminationStrategy: PID 41 died...
22:49:37.921525 run   osmo-ms-virt-phy/00006(pid=41): Terminated: ok {rc=0}
22:49:37.925120 ---      ParallelTerminationStrategy: PID 42 died...
22:49:37.926574 run   osmo-ms-virt-phy/00007(pid=42): Terminated: ok {rc=0}
22:49:37.930190 ---      ParallelTerminationStrategy: PID 43 died...
22:49:37.931644 run   osmo-ms-virt-phy/00008(pid=43): Terminated: ok {rc=0}
22:49:37.935230 ---      ParallelTerminationStrategy: PID 44 died...
22:49:37.936684 run   osmo-ms-virt-phy/00009(pid=44): Terminated: ok {rc=0}
22:49:37.940280 ---      ParallelTerminationStrategy: PID 45 died...
22:49:37.941754 run   osmo-ms-virt-phy/00010(pid=45): Terminated: ok {rc=0}
22:49:37.945344 ---      ParallelTerminationStrategy: PID 46 died...
22:49:37.946809 run   osmo-ms-virt-phy/00011(pid=46): Terminated: ok {rc=0}
22:49:37.950373 ---      ParallelTerminationStrategy: PID 47 died...
22:49:37.951835 run   osmo-ms-virt-phy/00012(pid=47): Terminated: ok {rc=0}
22:49:37.955407 ---      ParallelTerminationStrategy: PID 48 died...
22:49:37.956889 run   osmo-ms-virt-phy/00013(pid=48): Terminated: ok {rc=0}
22:49:37.960560 ---      ParallelTerminationStrategy: PID 49 died...
22:49:37.962012 run   osmo-ms-virt-phy/00014(pid=49): Terminated: ok {rc=0}
22:49:37.965592 ---      ParallelTerminationStrategy: PID 50 died...
22:49:37.967034 run   osmo-ms-virt-phy/00015(pid=50): Terminated: ok {rc=0}
22:49:37.970620 ---      ParallelTerminationStrategy: PID 51 died...
22:49:37.972060 run   osmo-ms-virt-phy/00016(pid=51): Terminated: ok {rc=0}
22:49:37.975661 ---      ParallelTerminationStrategy: PID 52 died...
22:49:37.977109 run   osmo-ms-virt-phy/00017(pid=52): Terminated: ok {rc=0}
22:49:37.980687 ---      ParallelTerminationStrategy: PID 53 died...
22:49:37.982140 run   osmo-ms-virt-phy/00018(pid=53): Terminated: ok {rc=0}
22:49:37.985745 ---      ParallelTerminationStrategy: PID 54 died...
22:49:37.987203 run   osmo-ms-virt-phy/00019(pid=54): Terminated: ok {rc=0}
22:49:37.990802 ---      ParallelTerminationStrategy: PID 55 died...
22:49:37.992248 run   osmo-ms-virt-phy/00020(pid=55): Terminated: ok {rc=0}
22:49:37.995824 ---      ParallelTerminationStrategy: PID 56 died...
22:49:37.997279 run   osmo-ms-virt-phy/00021(pid=56): Terminated: ok {rc=0}
22:49:38.000862 ---      ParallelTerminationStrategy: PID 57 died...
22:49:38.002309 run   osmo-ms-virt-phy/00022(pid=57): Terminated: ok {rc=0}
22:49:38.005922 ---      ParallelTerminationStrategy: PID 58 died...
22:49:38.007369 run   osmo-ms-virt-phy/00023(pid=58): Terminated: ok {rc=0}
22:49:38.010965 ---      ParallelTerminationStrategy: PID 59 died...
22:49:38.012411 run   osmo-ms-virt-phy/00024(pid=59): Terminated: ok {rc=0}
22:49:38.015994 ---      ParallelTerminationStrategy: PID 60 died...
22:49:38.017441 run   osmo-ms-virt-phy/00025(pid=60): Terminated: ok {rc=0}
22:49:38.021044 ---      ParallelTerminationStrategy: PID 61 died...
22:49:38.022496 run   osmo-ms-virt-phy/00026(pid=61): Terminated: ok {rc=0}
22:49:38.026085 ---      ParallelTerminationStrategy: PID 62 died...
22:49:38.027543 run   osmo-ms-virt-phy/00027(pid=62): Terminated: ok {rc=0}
22:49:38.031134 ---      ParallelTerminationStrategy: PID 63 died...
22:49:38.032586 run   osmo-ms-virt-phy/00028(pid=63): Terminated: ok {rc=0}
22:49:38.036153 ---      ParallelTerminationStrategy: PID 64 died...
22:49:38.037622 run   osmo-ms-virt-phy/00029(pid=64): Terminated: ok {rc=0}
22:49:38.041201 ---      ParallelTerminationStrategy: PID 65 died...
22:49:38.042642 run   osmo-ms-virt-phy/00030(pid=65): Terminated: ok {rc=0}
22:49:38.046216 ---      ParallelTerminationStrategy: PID 66 died...
22:49:38.047668 run   osmo-ms-virt-phy/00031(pid=66): Terminated: ok {rc=0}
22:49:38.051252 ---      ParallelTerminationStrategy: PID 67 died...
22:49:38.052730 run   osmo-ms-virt-phy/00032(pid=67): Terminated: ok {rc=0}
22:49:38.056309 ---      ParallelTerminationStrategy: PID 68 died...
22:49:38.057770 run   osmo-ms-virt-phy/00033(pid=68): Terminated: ok {rc=0}
22:49:38.061349 ---      ParallelTerminationStrategy: PID 69 died...
22:49:38.062789 run   osmo-ms-virt-phy/00034(pid=69): Terminated: ok {rc=0}
22:49:38.066366 ---      ParallelTerminationStrategy: PID 70 died...
22:49:38.067810 run   osmo-ms-virt-phy/00035(pid=70): Terminated: ok {rc=0}
22:49:38.071420 ---      ParallelTerminationStrategy: PID 71 died...
22:49:38.072881 run   osmo-ms-virt-phy/00036(pid=71): Terminated: ok {rc=0}
22:49:38.076468 ---      ParallelTerminationStrategy: PID 72 died...
22:49:38.077912 run   osmo-ms-virt-phy/00037(pid=72): Terminated: ok {rc=0}
22:49:38.081505 ---      ParallelTerminationStrategy: PID 73 died...
22:49:38.082948 run   osmo-ms-virt-phy/00038(pid=73): Terminated: ok {rc=0}
22:49:38.086546 ---      ParallelTerminationStrategy: PID 74 died...
22:49:38.087993 run   osmo-ms-virt-phy/00039(pid=74): Terminated: ok {rc=0}
22:49:38.091566 ---      ParallelTerminationStrategy: PID 75 died...
22:49:38.093015 run   osmo-ms-virt-phy/00040(pid=75): Terminated: ok {rc=0}
22:49:38.096588 ---      ParallelTerminationStrategy: PID 76 died...
22:49:38.098066 run   osmo-ms-virt-phy/00041(pid=76): Terminated: ok {rc=0}
22:49:38.101663 ---      ParallelTerminationStrategy: PID 77 died...
22:49:38.103121 run   osmo-ms-virt-phy/00042(pid=77): Terminated: ok {rc=0}
22:49:38.106720 ---      ParallelTerminationStrategy: PID 78 died...
22:49:38.108173 run   osmo-ms-virt-phy/00043(pid=78): Terminated: ok {rc=0}
22:49:38.111773 ---      ParallelTerminationStrategy: PID 79 died...
22:49:38.113227 run   osmo-ms-virt-phy/00044(pid=79): Terminated: ok {rc=0}
22:49:38.116792 ---      ParallelTerminationStrategy: PID 80 died...
22:49:38.118247 run   osmo-ms-virt-phy/00045(pid=80): Terminated: ok {rc=0}
22:49:38.121841 ---      ParallelTerminationStrategy: PID 81 died...
22:49:38.123291 run   osmo-ms-virt-phy/00046(pid=81): Terminated: ok {rc=0}
22:49:38.126876 ---      ParallelTerminationStrategy: PID 82 died...
22:49:38.128326 run   osmo-ms-virt-phy/00047(pid=82): Terminated: ok {rc=0}
22:49:38.131914 ---      ParallelTerminationStrategy: PID 83 died...
22:49:38.133373 run   osmo-ms-virt-phy/00048(pid=83): Terminated: ok {rc=0}
22:49:38.136967 ---      ParallelTerminationStrategy: PID 84 died...
22:49:38.138424 run   osmo-ms-virt-phy/00049(pid=84): Terminated: ok {rc=0}
22:49:38.142097 ---      ParallelTerminationStrategy: PID 85 died...
22:49:38.143603 run   osmo-ms-virt-phy/00050(pid=85): Terminated: ok {rc=0}
22:49:38.147264 ---      ParallelTerminationStrategy: PID 86 died...
22:49:38.148732 run   osmo-ms-virt-phy/00051(pid=86): Terminated: ok {rc=0}
22:49:38.152322 ---      ParallelTerminationStrategy: PID 87 died...
22:49:38.153788 run   osmo-ms-virt-phy/00052(pid=87): Terminated: ok {rc=0}
22:49:38.157371 ---      ParallelTerminationStrategy: PID 88 died...
22:49:38.158837 run   osmo-ms-virt-phy/00053(pid=88): Terminated: ok {rc=0}
22:49:38.162437 ---      ParallelTerminationStrategy: PID 89 died...
22:49:38.163889 run   osmo-ms-virt-phy/00054(pid=89): Terminated: ok {rc=0}
22:49:38.167482 ---      ParallelTerminationStrategy: PID 90 died...
22:49:38.168952 run   osmo-ms-virt-phy/00055(pid=90): Terminated: ok {rc=0}
22:49:38.172548 ---      ParallelTerminationStrategy: PID 91 died...
22:49:38.174010 run   osmo-ms-virt-phy/00056(pid=91): Terminated: ok {rc=0}
22:49:38.177614 ---      ParallelTerminationStrategy: PID 92 died...
22:49:38.179061 run   osmo-ms-virt-phy/00057(pid=92): Terminated: ok {rc=0}
22:49:38.182664 ---      ParallelTerminationStrategy: PID 93 died...
22:49:38.184107 run   osmo-ms-virt-phy/00058(pid=93): Terminated: ok {rc=0}
22:49:38.187689 ---      ParallelTerminationStrategy: PID 94 died...
22:49:38.189145 run   osmo-ms-virt-phy/00059(pid=94): Terminated: ok {rc=0}
22:49:38.192737 ---      ParallelTerminationStrategy: PID 95 died...
22:49:38.194190 run   osmo-ms-virt-phy/00060(pid=95): Terminated: ok {rc=0}
22:49:38.197791 ---      ParallelTerminationStrategy: PID 96 died...
22:49:38.199241 run   osmo-ms-virt-phy/00061(pid=96): Terminated: ok {rc=0}
22:49:38.202843 ---      ParallelTerminationStrategy: PID 97 died...
22:49:38.204295 run   osmo-ms-virt-phy/00062(pid=97): Terminated: ok {rc=0}
22:49:38.207881 ---      ParallelTerminationStrategy: PID 98 died...
22:49:38.209360 run   osmo-ms-virt-phy/00063(pid=98): Terminated: ok {rc=0}
22:49:38.212954 ---      ParallelTerminationStrategy: PID 99 died...
22:49:38.214416 run   osmo-ms-virt-phy/00064(pid=99): Terminated: ok {rc=0}
22:49:38.218022 ---      ParallelTerminationStrategy: PID 100 died...
22:49:38.219478 run  osmo-ms-virt-phy/00065(pid=100): Terminated: ok {rc=0}
22:49:38.223079 ---      ParallelTerminationStrategy: PID 101 died...
22:49:38.224533 run  osmo-ms-virt-phy/00066(pid=101): Terminated: ok {rc=0}
22:49:38.228122 ---      ParallelTerminationStrategy: PID 102 died...
22:49:38.229596 run  osmo-ms-virt-phy/00067(pid=102): Terminated: ok {rc=0}
22:49:38.233190 ---      ParallelTerminationStrategy: PID 103 died...
22:49:38.234646 run  osmo-ms-virt-phy/00068(pid=103): Terminated: ok {rc=0}
22:49:38.238258 ---      ParallelTerminationStrategy: PID 104 died...
22:49:38.239713 run  osmo-ms-virt-phy/00069(pid=104): Terminated: ok {rc=0}
22:49:38.243313 ---      ParallelTerminationStrategy: PID 105 died...
22:49:38.244779 run  osmo-ms-virt-phy/00070(pid=105): Terminated: ok {rc=0}
22:49:38.248364 ---      ParallelTerminationStrategy: PID 106 died...
22:49:38.249835 run  osmo-ms-virt-phy/00071(pid=106): Terminated: ok {rc=0}
22:49:38.253441 ---      ParallelTerminationStrategy: PID 107 died...
22:49:38.254897 run  osmo-ms-virt-phy/00072(pid=107): Terminated: ok {rc=0}
22:49:38.258489 ---      ParallelTerminationStrategy: PID 108 died...
22:49:38.259946 run  osmo-ms-virt-phy/00073(pid=108): Terminated: ok {rc=0}
22:49:38.263547 ---      ParallelTerminationStrategy: PID 109 died...
22:49:38.265011 run  osmo-ms-virt-phy/00074(pid=109): Terminated: ok {rc=0}
22:49:38.268589 ---      ParallelTerminationStrategy: PID 110 died...
22:49:38.270051 run  osmo-ms-virt-phy/00075(pid=110): Terminated: ok {rc=0}
22:49:38.273630 ---      ParallelTerminationStrategy: PID 111 died...
22:49:38.275095 run  osmo-ms-virt-phy/00076(pid=111): Terminated: ok {rc=0}
22:49:38.278723 ---      ParallelTerminationStrategy: PID 112 died...
22:49:38.280185 run  osmo-ms-virt-phy/00077(pid=112): Terminated: ok {rc=0}
22:49:38.283779 ---      ParallelTerminationStrategy: PID 113 died...
22:49:38.285237 run  osmo-ms-virt-phy/00078(pid=113): Terminated: ok {rc=0}
22:49:38.288831 ---      ParallelTerminationStrategy: PID 114 died...
22:49:38.290288 run  osmo-ms-virt-phy/00079(pid=114): Terminated: ok {rc=0}
22:49:38.293907 ---      ParallelTerminationStrategy: PID 115 died...
22:49:38.295368 run  osmo-ms-virt-phy/00080(pid=115): Terminated: ok {rc=0}
22:49:38.298976 ---      ParallelTerminationStrategy: PID 116 died...
22:49:38.300429 run  osmo-ms-virt-phy/00081(pid=116): Terminated: ok {rc=0}
22:49:38.304027 ---      ParallelTerminationStrategy: PID 117 died...
22:49:38.305502 run  osmo-ms-virt-phy/00082(pid=117): Terminated: ok {rc=0}
22:49:38.309103 ---      ParallelTerminationStrategy: PID 118 died...
22:49:38.310566 run  osmo-ms-virt-phy/00083(pid=118): Terminated: ok {rc=0}
22:49:38.314176 ---      ParallelTerminationStrategy: PID 119 died...
22:49:38.315628 run  osmo-ms-virt-phy/00084(pid=119): Terminated: ok {rc=0}
22:49:38.319254 ---      ParallelTerminationStrategy: PID 120 died...
22:49:38.320718 run  osmo-ms-virt-phy/00085(pid=120): Terminated: ok {rc=0}
22:49:38.324321 ---      ParallelTerminationStrategy: PID 121 died...
22:49:38.325785 run  osmo-ms-virt-phy/00086(pid=121): Terminated: ok {rc=0}
22:49:38.329382 ---      ParallelTerminationStrategy: PID 122 died...
22:49:38.330837 run  osmo-ms-virt-phy/00087(pid=122): Terminated: ok {rc=0}
22:49:38.334458 ---      ParallelTerminationStrategy: PID 123 died...
22:49:38.335915 run  osmo-ms-virt-phy/00088(pid=123): Terminated: ok {rc=0}
22:49:38.339510 ---      ParallelTerminationStrategy: PID 124 died...
22:49:38.340987 run  osmo-ms-virt-phy/00089(pid=124): Terminated: ok {rc=0}
22:49:38.344585 ---      ParallelTerminationStrategy: PID 125 died...
22:49:38.346053 run  osmo-ms-virt-phy/00090(pid=125): Terminated: ok {rc=0}
22:49:38.349670 ---      ParallelTerminationStrategy: PID 126 died...
22:49:38.351122 run  osmo-ms-virt-phy/00091(pid=126): Terminated: ok {rc=0}
22:49:38.354728 ---      ParallelTerminationStrategy: PID 127 died...
22:49:38.356182 run  osmo-ms-virt-phy/00092(pid=127): Terminated: ok {rc=0}
22:49:38.359803 ---      ParallelTerminationStrategy: PID 128 died...
22:49:38.361267 run  osmo-ms-virt-phy/00093(pid=128): Terminated: ok {rc=0}
22:49:38.364874 ---      ParallelTerminationStrategy: PID 129 died...
22:49:38.366338 run  osmo-ms-virt-phy/00094(pid=129): Terminated: ok {rc=0}
22:49:38.369939 ---      ParallelTerminationStrategy: PID 130 died...
22:49:38.371396 run  osmo-ms-virt-phy/00095(pid=130): Terminated: ok {rc=0}
22:49:38.374988 ---      ParallelTerminationStrategy: PID 131 died...
22:49:38.376438 run  osmo-ms-virt-phy/00096(pid=131): Terminated: ok {rc=0}
22:49:38.380040 ---      ParallelTerminationStrategy: PID 132 died...
22:49:38.381496 run  osmo-ms-virt-phy/00097(pid=132): Terminated: ok {rc=0}
22:49:38.385104 ---      ParallelTerminationStrategy: PID 133 died...
22:49:38.386560 run  osmo-ms-virt-phy/00098(pid=133): Terminated: ok {rc=0}
22:49:38.390161 ---      ParallelTerminationStrategy: PID 134 died...
22:49:38.391618 run  osmo-ms-virt-phy/00099(pid=134): Terminated: ok {rc=0}
22:49:38.395230 ---      ParallelTerminationStrategy: PID 135 died...
22:49:38.396696 run       osmo-ms-mob/00000(pid=135): Terminated {rc=26112}
22:49:38.400318 ---      ParallelTerminationStrategy: PID 136 died...
22:49:38.401798 run       osmo-ms-mob/00001(pid=136): Terminated {rc=26112}
22:49:38.405401 ---      ParallelTerminationStrategy: PID 137 died...
22:49:38.406867 run       osmo-ms-mob/00002(pid=137): Terminated {rc=26112}
22:49:38.410461 ---      ParallelTerminationStrategy: PID 138 died...
22:49:38.411909 run       osmo-ms-mob/00003(pid=138): Terminated {rc=26112}
22:49:38.415513 ---      ParallelTerminationStrategy: PID 139 died...
22:49:38.416980 run       osmo-ms-mob/00004(pid=139): Terminated {rc=26112}
22:49:38.420587 ---      ParallelTerminationStrategy: PID 140 died...
22:49:38.422070 run       osmo-ms-mob/00005(pid=140): Terminated {rc=26112}
22:49:38.425715 ---      ParallelTerminationStrategy: PID 141 died...
22:49:38.427186 run       osmo-ms-mob/00006(pid=141): Terminated {rc=26112}
22:49:38.430926 ---      ParallelTerminationStrategy: PID 142 died...
22:49:38.432435 run       osmo-ms-mob/00007(pid=142): Terminated {rc=26112}
22:49:38.436206 ---      ParallelTerminationStrategy: PID 143 died...
22:49:38.437719 run       osmo-ms-mob/00008(pid=143): Terminated {rc=26112}
22:49:38.441469 ---      ParallelTerminationStrategy: PID 144 died...
22:49:38.442978 run       osmo-ms-mob/00009(pid=144): Terminated {rc=26112}
22:49:38.446753 ---      ParallelTerminationStrategy: PID 145 died...
22:49:38.448256 run       osmo-ms-mob/00010(pid=145): Terminated {rc=26112}
22:49:38.452049 ---      ParallelTerminationStrategy: PID 146 died...
22:49:38.453551 run       osmo-ms-mob/00011(pid=146): Terminated {rc=26112}
22:49:38.457347 ---      ParallelTerminationStrategy: PID 147 died...
22:49:38.458804 run       osmo-ms-mob/00012(pid=147): Terminated {rc=26112}
22:49:38.462407 ---      ParallelTerminationStrategy: PID 148 died...
22:49:38.463870 run       osmo-ms-mob/00013(pid=148): Terminated {rc=26112}
22:49:38.467474 ---      ParallelTerminationStrategy: PID 149 died...
22:49:38.468927 run       osmo-ms-mob/00014(pid=149): Terminated {rc=26112}
22:49:38.472554 ---      ParallelTerminationStrategy: PID 150 died...
22:49:38.474006 run       osmo-ms-mob/00015(pid=150): Terminated {rc=26112}
22:49:38.477588 ---      ParallelTerminationStrategy: PID 151 died...
22:49:38.479037 run       osmo-ms-mob/00016(pid=151): Terminated {rc=26112}
22:49:38.482637 ---      ParallelTerminationStrategy: PID 152 died...
22:49:38.484089 run       osmo-ms-mob/00017(pid=152): Terminated {rc=26112}
22:49:38.487692 ---      ParallelTerminationStrategy: PID 153 died...
22:49:38.489165 run       osmo-ms-mob/00018(pid=153): Terminated {rc=26112}
22:49:38.492751 ---      ParallelTerminationStrategy: PID 154 died...
22:49:38.494207 run       osmo-ms-mob/00019(pid=154): Terminated {rc=26112}
22:49:38.497795 ---      ParallelTerminationStrategy: PID 155 died...
22:49:38.499237 run       osmo-ms-mob/00020(pid=155): Terminated {rc=26112}
22:49:38.502840 ---      ParallelTerminationStrategy: PID 156 died...
22:49:38.504293 run       osmo-ms-mob/00021(pid=156): Terminated {rc=26112}
22:49:38.507901 ---      ParallelTerminationStrategy: PID 157 died...
22:49:38.509344 run       osmo-ms-mob/00022(pid=157): Terminated {rc=26112}
22:49:38.512951 ---      ParallelTerminationStrategy: PID 158 died...
22:49:38.514400 run       osmo-ms-mob/00023(pid=158): Terminated {rc=26112}
22:49:38.518008 ---      ParallelTerminationStrategy: PID 159 died...
22:49:38.519459 run       osmo-ms-mob/00024(pid=159): Terminated {rc=26112}
22:49:38.523086 ---      ParallelTerminationStrategy: PID 160 died...
22:49:38.524536 run       osmo-ms-mob/00025(pid=160): Terminated {rc=26112}
22:49:38.528150 ---      ParallelTerminationStrategy: PID 161 died...
22:49:38.529603 run       osmo-ms-mob/00026(pid=161): Terminated {rc=26112}
22:49:38.533201 ---      ParallelTerminationStrategy: PID 162 died...
22:49:38.534645 run       osmo-ms-mob/00027(pid=162): Terminated {rc=26112}
22:49:38.538276 ---      ParallelTerminationStrategy: PID 163 died...
22:49:38.539732 run       osmo-ms-mob/00028(pid=163): Terminated {rc=26112}
22:49:38.543334 ---      ParallelTerminationStrategy: PID 164 died...
22:49:38.544793 run       osmo-ms-mob/00029(pid=164): Terminated {rc=26112}
22:49:38.548389 ---      ParallelTerminationStrategy: PID 165 died...
22:49:38.549850 run       osmo-ms-mob/00030(pid=165): Terminated {rc=26112}
22:49:38.553464 ---      ParallelTerminationStrategy: PID 166 died...
22:49:38.554918 run       osmo-ms-mob/00031(pid=166): Terminated {rc=26112}
22:49:38.558514 ---      ParallelTerminationStrategy: PID 167 died...
22:49:38.559966 run       osmo-ms-mob/00032(pid=167): Terminated {rc=26112}
22:49:38.563564 ---      ParallelTerminationStrategy: PID 168 died...
22:49:38.565017 run       osmo-ms-mob/00033(pid=168): Terminated {rc=26112}
22:49:38.568608 ---      ParallelTerminationStrategy: PID 169 died...
22:49:38.570061 run       osmo-ms-mob/00034(pid=169): Terminated {rc=26112}
22:49:38.573676 ---      ParallelTerminationStrategy: PID 170 died...
22:49:38.575133 run       osmo-ms-mob/00035(pid=170): Terminated {rc=26112}
22:49:38.578745 ---      ParallelTerminationStrategy: PID 171 died...
22:49:38.580208 run       osmo-ms-mob/00036(pid=171): Terminated {rc=26112}
22:49:38.583808 ---      ParallelTerminationStrategy: PID 172 died...
22:49:38.585265 run       osmo-ms-mob/00037(pid=172): Terminated {rc=26112}
22:49:38.588879 ---      ParallelTerminationStrategy: PID 173 died...
22:49:38.590329 run       osmo-ms-mob/00038(pid=173): Terminated {rc=26112}
22:49:38.593932 ---      ParallelTerminationStrategy: PID 174 died...
22:49:38.595371 run       osmo-ms-mob/00039(pid=174): Terminated {rc=26112}
22:49:38.598978 ---      ParallelTerminationStrategy: PID 175 died...
22:49:38.600430 run       osmo-ms-mob/00040(pid=175): Terminated {rc=26112}
22:49:38.604039 ---      ParallelTerminationStrategy: PID 176 died...
22:49:38.605505 run       osmo-ms-mob/00041(pid=176): Terminated {rc=26112}
22:49:38.609110 ---      ParallelTerminationStrategy: PID 177 died...
22:49:38.610554 run       osmo-ms-mob/00042(pid=177): Terminated {rc=26112}
22:49:38.614168 ---      ParallelTerminationStrategy: PID 178 died...
22:49:38.615615 run       osmo-ms-mob/00043(pid=178): Terminated {rc=26112}
22:49:38.619214 ---      ParallelTerminationStrategy: PID 179 died...
22:49:38.620675 run       osmo-ms-mob/00044(pid=179): Terminated {rc=26112}
22:49:38.624265 ---      ParallelTerminationStrategy: PID 180 died...
22:49:38.625714 run       osmo-ms-mob/00045(pid=180): Terminated {rc=26112}
22:49:38.629350 ---      ParallelTerminationStrategy: PID 181 died...
22:49:38.630809 run       osmo-ms-mob/00046(pid=181): Terminated {rc=26112}
22:49:38.634412 ---      ParallelTerminationStrategy: PID 182 died...
22:49:38.635860 run       osmo-ms-mob/00047(pid=182): Terminated {rc=26112}
22:49:38.639481 ---      ParallelTerminationStrategy: PID 183 died...
22:49:38.640951 run       osmo-ms-mob/00048(pid=183): Terminated {rc=26112}
22:49:38.644548 ---      ParallelTerminationStrategy: PID 184 died...
22:49:38.646007 run       osmo-ms-mob/00049(pid=184): Terminated {rc=26112}
22:49:38.649616 ---      ParallelTerminationStrategy: PID 185 died...
22:49:38.651062 run       osmo-ms-mob/00050(pid=185): Terminated {rc=26112}
22:49:38.654658 ---      ParallelTerminationStrategy: PID 186 died...
22:49:38.656109 run       osmo-ms-mob/00051(pid=186): Terminated {rc=26112}
22:49:38.659712 ---      ParallelTerminationStrategy: PID 187 died...
22:49:38.661166 run       osmo-ms-mob/00052(pid=187): Terminated {rc=26112}
22:49:38.664759 ---      ParallelTerminationStrategy: PID 188 died...
22:49:38.666213 run       osmo-ms-mob/00053(pid=188): Terminated {rc=26112}
22:49:38.669822 ---      ParallelTerminationStrategy: PID 189 died...
22:49:38.671283 run       osmo-ms-mob/00054(pid=189): Terminated {rc=26112}
22:49:38.674895 ---      ParallelTerminationStrategy: PID 190 died...
22:49:38.676355 run       osmo-ms-mob/00055(pid=190): Terminated {rc=26112}
22:49:38.679975 ---      ParallelTerminationStrategy: PID 191 died...
22:49:38.681428 run       osmo-ms-mob/00056(pid=191): Terminated {rc=26112}
22:49:38.685024 ---      ParallelTerminationStrategy: PID 192 died...
22:49:38.686477 run       osmo-ms-mob/00057(pid=192): Terminated {rc=26112}
22:49:38.690095 ---      ParallelTerminationStrategy: PID 193 died...
22:49:38.691543 run       osmo-ms-mob/00058(pid=193): Terminated {rc=26112}
22:49:38.695164 ---      ParallelTerminationStrategy: PID 194 died...
22:49:38.696617 run       osmo-ms-mob/00059(pid=194): Terminated {rc=26112}
22:49:38.700208 ---      ParallelTerminationStrategy: PID 195 died...
22:49:38.701663 run       osmo-ms-mob/00060(pid=195): Terminated {rc=26112}
22:49:38.705251 ---      ParallelTerminationStrategy: PID 196 died...
22:49:38.706710 run       osmo-ms-mob/00061(pid=196): Terminated {rc=26112}
22:49:38.710327 ---      ParallelTerminationStrategy: PID 197 died...
22:49:38.711784 run       osmo-ms-mob/00062(pid=197): Terminated {rc=26112}
22:49:38.715405 ---      ParallelTerminationStrategy: PID 198 died...
22:49:38.716882 run       osmo-ms-mob/00063(pid=198): Terminated {rc=26112}
22:49:38.720412 ---      ParallelTerminationStrategy: PID 199 died...
22:49:38.721848 run       osmo-ms-mob/00064(pid=199): Terminated {rc=26112}
22:49:38.725377 ---      ParallelTerminationStrategy: PID 200 died...
22:49:38.726800 run       osmo-ms-mob/00065(pid=200): Terminated {rc=26112}
22:49:38.730315 ---      ParallelTerminationStrategy: PID 201 died...
22:49:38.731733 run       osmo-ms-mob/00066(pid=201): Terminated {rc=26112}
22:49:38.735270 ---      ParallelTerminationStrategy: PID 202 died...
22:49:38.736688 run       osmo-ms-mob/00067(pid=202): Terminated {rc=26112}
22:49:38.740218 ---      ParallelTerminationStrategy: PID 203 died...
22:49:38.741645 run       osmo-ms-mob/00068(pid=203): Terminated {rc=26112}
22:49:38.745188 ---      ParallelTerminationStrategy: PID 204 died...
22:49:38.746601 run       osmo-ms-mob/00069(pid=204): Terminated {rc=26112}
22:49:38.750148 ---      ParallelTerminationStrategy: PID 205 died...
22:49:38.751581 run       osmo-ms-mob/00070(pid=205): Terminated {rc=26112}
22:49:38.755131 ---      ParallelTerminationStrategy: PID 206 died...
22:49:38.756549 run       osmo-ms-mob/00071(pid=206): Terminated {rc=26112}
22:49:38.760081 ---      ParallelTerminationStrategy: PID 207 died...
22:49:38.761520 run       osmo-ms-mob/00072(pid=207): Terminated {rc=26112}
22:49:38.765071 ---      ParallelTerminationStrategy: PID 208 died...
22:49:38.766510 run       osmo-ms-mob/00073(pid=208): Terminated {rc=26112}
22:49:38.770049 ---      ParallelTerminationStrategy: PID 209 died...
22:49:38.771468 run       osmo-ms-mob/00074(pid=209): Terminated {rc=26112}
22:49:38.775025 ---      ParallelTerminationStrategy: PID 210 died...
22:49:38.776459 run       osmo-ms-mob/00075(pid=210): Terminated {rc=26112}
22:49:38.779980 ---      ParallelTerminationStrategy: PID 211 died...
22:49:38.781418 run       osmo-ms-mob/00076(pid=211): Terminated {rc=26112}
22:49:38.784944 ---      ParallelTerminationStrategy: PID 212 died...
22:49:38.786359 run       osmo-ms-mob/00077(pid=212): Terminated {rc=26112}
22:49:38.789897 ---      ParallelTerminationStrategy: PID 213 died...
22:49:38.791320 run       osmo-ms-mob/00078(pid=213): Terminated {rc=26112}
22:49:38.794836 ---      ParallelTerminationStrategy: PID 214 died...
22:49:38.796257 run       osmo-ms-mob/00079(pid=214): Terminated {rc=26112}
22:49:38.799787 ---      ParallelTerminationStrategy: PID 215 died...
22:49:38.801216 run       osmo-ms-mob/00080(pid=215): Terminated {rc=26112}
22:49:38.804756 ---      ParallelTerminationStrategy: PID 216 died...
22:49:38.806188 run       osmo-ms-mob/00081(pid=216): Terminated {rc=26112}
22:49:38.809717 ---      ParallelTerminationStrategy: PID 217 died...
22:49:38.811139 run       osmo-ms-mob/00082(pid=217): Terminated {rc=26112}
22:49:38.814681 ---      ParallelTerminationStrategy: PID 218 died...
22:49:38.816111 run       osmo-ms-mob/00083(pid=218): Terminated {rc=26112}
22:49:38.819664 ---      ParallelTerminationStrategy: PID 219 died...
22:49:38.821100 run       osmo-ms-mob/00084(pid=219): Terminated {rc=26112}
22:49:38.824632 ---      ParallelTerminationStrategy: PID 220 died...
22:49:38.826059 run       osmo-ms-mob/00085(pid=220): Terminated {rc=26112}
22:49:38.829600 ---      ParallelTerminationStrategy: PID 221 died...
22:49:38.831029 run       osmo-ms-mob/00086(pid=221): Terminated {rc=26112}
22:49:38.834578 ---      ParallelTerminationStrategy: PID 222 died...
22:49:38.836006 run       osmo-ms-mob/00087(pid=222): Terminated {rc=26112}
22:49:38.839554 ---      ParallelTerminationStrategy: PID 223 died...
22:49:38.840999 run       osmo-ms-mob/00088(pid=223): Terminated {rc=26112}
22:49:38.844532 ---      ParallelTerminationStrategy: PID 224 died...
22:49:38.845992 run       osmo-ms-mob/00089(pid=224): Terminated {rc=26112}
22:49:38.849565 ---      ParallelTerminationStrategy: PID 225 died...
22:49:38.850992 run       osmo-ms-mob/00090(pid=225): Terminated {rc=26112}
22:49:38.854543 ---      ParallelTerminationStrategy: PID 226 died...
22:49:38.855972 run       osmo-ms-mob/00091(pid=226): Terminated {rc=26112}
22:49:38.859523 ---      ParallelTerminationStrategy: PID 227 died...
22:49:38.860949 run       osmo-ms-mob/00092(pid=227): Terminated {rc=26112}
22:49:38.864534 ---      ParallelTerminationStrategy: PID 228 died...
22:49:38.865997 run       osmo-ms-mob/00093(pid=228): Terminated {rc=26112}
22:49:38.869601 ---      ParallelTerminationStrategy: PID 229 died...
22:49:38.871044 run       osmo-ms-mob/00094(pid=229): Terminated {rc=26112}
22:49:38.874649 ---      ParallelTerminationStrategy: PID 230 died...
22:49:38.876100 run       osmo-ms-mob/00095(pid=230): Terminated {rc=26112}
22:49:38.879720 ---      ParallelTerminationStrategy: PID 231 died...
22:49:38.881176 run       osmo-ms-mob/00096(pid=231): Terminated {rc=26112}
22:49:38.884784 ---      ParallelTerminationStrategy: PID 232 died...
22:49:38.886235 run       osmo-ms-mob/00097(pid=232): Terminated {rc=26112}
22:49:38.889849 ---      ParallelTerminationStrategy: PID 233 died...
22:49:38.891305 run       osmo-ms-mob/00098(pid=233): Terminated {rc=26112}
22:49:38.894932 ---      ParallelTerminationStrategy: PID 234 died...
22:49:38.896391 run       osmo-ms-mob/00099(pid=234): Terminated {rc=26112}
22:49:42.300849 ---      ParallelTerminationStrategy: PID 34 died...
22:49:42.306967 run         osmo-bts-virtual(pid=34): Terminated: ok {rc=0}
---------------------------------------------------------------------
trial-8153 netreg_mass PASS
---------------------------------------------------------------------
22:49:42.381781 tst                       trial-8153: Storing JUnit report in /build/trial-8153/run.2025-11-17_22-48-15/trial-8153.xml

--------------------------------------------------------------------------------------------
trial-8153 PASS
--------------------------------------------------------------------------------------------
22:49:42.392771 tst                       trial-8153: trial-8153: PASS, 1 suites passed
PASS: netreg_mass (pass: 1)
    pass: register_default_mass.py (81.1 sec)
+ exit_code=0
+ rm -rf trial-8153/inst
+ cd trial-8153
+ command -v journalctl
+ [ ! -z /usr/bin/journalctl ]
+ readlink last_run
+ journalctl -u ofono -o short-precise --since 2025-11-17 22:48:15
No journal files were found.
+ readlink last_run
+ tar czf /build/trial-8153-run.tgz run.2025-11-17_22-48-15
+ tar czf /build/trial-8153-bin.tgz checksums.md5 open5gs.build-8.tgz osmo-bsc.build-2025-11-17_13_26_17.tgz osmo-bts-oc2g.build-2025-11-17_00_52_01.tgz osmo-bts-sysmo.build-2025-11-17_00_51_54.tgz osmo-bts.build-2025-11-17_00_52_01.tgz osmo-ggsn.build-2025-11-17_20_42_36.tgz osmo-hlr.build-2025-11-17_16_36_53.tgz osmo-hnbgw.build-2025-11-17_14_39_21.tgz osmo-mgw.build-2025-11-17_08_33_13.tgz osmo-msc.build-2025-11-17_13_34_28.tgz osmo-nitb.build-17155.tgz osmo-pcu-oc2g.build-2025-11-17_07_33_56.tgz osmo-pcu-sysmo.build-2025-11-17_07_34_01.tgz osmo-pcu.build-2025-11-17_07_36_12.tgz osmo-sgsn.build-2025-11-17_20_47_59.tgz osmo-stp.build-2025-11-17_13_25_08.tgz osmo-trx.build-2025-11-17_14_26_25.tgz osmocom-bb.build-2025-11-17_21_17_42.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