Skip to content
Success

Console Output

Skipping 15 KB.. Full Log
Cloning into 'docker-playground'...
+ git -C docker-playground log --oneline
cbf5702 debian-trixie-build: add libgcrypt20-dev
+ make -C docker-playground/osmo-gsm-tester
make: Entering directory '/home/osmocom-build/jenkins/workspace/osmo-gsm-tester_virtual/docker-playground/osmo-gsm-tester'
awk: fatal: cannot open file `.release' for reading: No such file or directory
awk: fatal: cannot open file `.release' for reading: No such file or directory
awk: fatal: cannot open file `.release' for reading: No such file or directory
rm -rf .common
cp -r /home/osmocom-build/jenkins/workspace/osmo-gsm-tester_virtual/docker-playground/common .common
INFO: .release created
release=0.0.0
docker build \
	--build-arg USER=osmocom-build \
	--build-arg UID=1000 \
	--build-arg REGISTRY=docker.io \
	--build-arg OSMO_TTCN3_BRANCH=master \
	--build-arg UPSTREAM_DISTRO=debian:bookworm \
	--build-arg DISTRO=debian-bookworm \
	--build-arg OSMOCOM_REPO_MIRROR=https://downloads.osmocom.org \
	--build-arg OSMOCOM_REPO_PATH=packages/osmocom: \
	--build-arg OSMOCOM_REPO_VERSION=latest \
	--build-arg OSMOCOM_REPO_TESTSUITE_MIRROR=https://downloads.osmocom.org \
	--build-arg ASTERISK_BRANCH=sysmocom/20.7.0 \
	--build-arg LIBOSMOCORE_BRANCH=master \
	--build-arg OSMO_BB_BRANCH=master \
	--build-arg OSMO_BSC_BRANCH=master \
	--build-arg OSMO_BTS_BRANCH=master \
	--build-arg OSMO_CBC_BRANCH=master \
	--build-arg OSMO_DIA2GSUP_BRANCH=master \
	--build-arg OSMO_EPDG_BRANCH=master \
	--build-arg OSMO_GBPROXY_BRANCH=master \
	--build-arg OSMO_GGSN_BRANCH=master \
	--build-arg OSMO_GSM_TESTER_BRANCH=master \
	--build-arg OSMO_HLR_BRANCH=master \
	--build-arg OSMO_HNBGW_BRANCH=master \
	--build-arg OSMO_HNODEB_BRANCH=master \
	--build-arg OSMO_IUH_BRANCH=master \
	--build-arg OSMO_MGW_BRANCH=master \
	--build-arg OSMO_MSC_BRANCH=master \
	--build-arg OSMO_NITB_BRANCH=master \
	--build-arg OSMO_PCU_BRANCH=master \
	--build-arg OSMO_REMSIM_BRANCH=master \
	--build-arg OSMO_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 DONE 0.1s

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

#3 [internal] load .dockerignore
#3 transferring context: 2B done
#3 DONE 0.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.1s

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

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

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

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

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

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

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

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

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

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

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

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

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

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

#20 [20/28] WORKDIR	/TMP
#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 [ 3/28] RUN     groupadd osmo-gsm-tester
#23 CACHED

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

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

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

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

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

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

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

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

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

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

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

 2 warnings found (use docker --debug to expand):
 - InvalidDefaultArgInFrom: Default value for ARG $USER/debian-bookworm-build results in empty or invalid base image name (line 2)
 - LegacyKeyValueFormat: "ENV key=value" should be used instead of legacy "ENV key value" format (line 65)
rm -rf .common
make: Leaving directory '/home/osmocom-build/jenkins/workspace/osmo-gsm-tester_virtual/docker-playground/osmo-gsm-tester'
+ unlink osmo-gsm-tester/sysmocom/resources.conf
+ ln -s resources.conf.virtual osmo-gsm-tester/sysmocom/resources.conf
+ docker run --rm=true -e HOME=/build -e JOB_NAME=osmo-gsm-tester_virtual -e OSMO_GSM_TESTER_CONF=/build/osmo-gsm-tester/sysmocom/main.conf -e OSMO_GSM_TESTER_OPTS=-s netreg_mass -e BUILD_NUMBER=8125 -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-10-20 22:48:21
+ trial_dir_prefix=trial-
+ rm -rf trial-*
+ trial_dir=trial-8125
+ mkdir -p trial-8125
+ mv open5gs.build-8.tgz osmo-bsc.build-2025-10-20_13_26_18.tgz osmo-bts-oc2g.build-2025-10-20_00_51_33.tgz osmo-bts-sysmo.build-2025-10-20_00_51_36.tgz osmo-bts.build-2025-10-20_00_51_42.tgz osmo-ggsn.build-2025-10-20_20_42_28.tgz osmo-hlr.build-2025-10-20_16_36_53.tgz osmo-hnbgw.build-2025-10-20_13_30_21.tgz osmo-mgw.build-2025-10-20_08_33_13.tgz osmo-msc.build-2025-10-20_13_34_19.tgz osmo-nitb.build-17155.tgz osmo-pcu-oc2g.build-2025-10-20_07_34_04.tgz osmo-pcu-sysmo.build-2025-10-20_07_34_08.tgz osmo-pcu.build-2025-10-20_07_36_16.tgz osmo-sgsn.build-2025-10-20_20_48_03.tgz osmo-stp.build-2025-10-20_13_25_07.tgz osmo-trx.build-2025-10-20_14_26_27.tgz osmocom-bb.build-2025-10-20_21_17_12.tgz srslte.build-19.tgz trial-8125
+ cat open5gs.build-8.md5 osmo-bsc.build-2025-10-20_13_26_18.md5 osmo-bts-oc2g.build-2025-10-20_00_51_33.md5 osmo-bts-sysmo.build-2025-10-20_00_51_36.md5 osmo-bts.build-2025-10-20_00_51_42.md5 osmo-ggsn.build-2025-10-20_20_42_28.md5 osmo-hlr.build-2025-10-20_16_36_53.md5 osmo-hnbgw.build-2025-10-20_13_30_21.md5 osmo-mgw.build-2025-10-20_08_33_13.md5 osmo-msc.build-2025-10-20_13_34_19.md5 osmo-nitb.build-17155.md5 osmo-pcu-oc2g.build-2025-10-20_07_34_04.md5 osmo-pcu-sysmo.build-2025-10-20_07_34_08.md5 osmo-pcu.build-2025-10-20_07_36_16.md5 osmo-sgsn.build-2025-10-20_20_48_03.md5 osmo-stp.build-2025-10-20_13_25_07.md5 osmo-trx.build-2025-10-20_14_26_27.md5 osmocom-bb.build-2025-10-20_21_17_12.md5 srslte.build-19.md5
+ rm open5gs.build-8.md5 osmo-bsc.build-2025-10-20_13_26_18.md5 osmo-bts-oc2g.build-2025-10-20_00_51_33.md5 osmo-bts-sysmo.build-2025-10-20_00_51_36.md5 osmo-bts.build-2025-10-20_00_51_42.md5 osmo-ggsn.build-2025-10-20_20_42_28.md5 osmo-hlr.build-2025-10-20_16_36_53.md5 osmo-hnbgw.build-2025-10-20_13_30_21.md5 osmo-mgw.build-2025-10-20_08_33_13.md5 osmo-msc.build-2025-10-20_13_34_19.md5 osmo-nitb.build-17155.md5 osmo-pcu-oc2g.build-2025-10-20_07_34_04.md5 osmo-pcu-sysmo.build-2025-10-20_07_34_08.md5 osmo-pcu.build-2025-10-20_07_36_16.md5 osmo-sgsn.build-2025-10-20_20_48_03.md5 osmo-stp.build-2025-10-20_13_25_07.md5 osmo-trx.build-2025-10-20_14_26_27.md5 osmocom-bb.build-2025-10-20_21_17_12.md5 srslte.build-19.md5
+ exit_code=1
+ which osmo-gsm-tester.py
+ python3 -u /build/osmo-gsm-tester/src/osmo-gsm-tester.py -c /build/osmo-gsm-tester/sysmocom/main.conf trial-8125 -s netreg_mass
combinations: ['netreg_mass']
trial: 'trial-8125'
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-8125
--------------------------------------------------------------------------------------------
22:48:21.553855 tst                       trial-8125: Detailed log at /build/trial-8125/run.2025-10-20_22-48-21/log

---------------------------------------------------------------------
trial-8125 netreg_mass
---------------------------------------------------------------------
22:48:21.771449 tst                      netreg_mass: reserving resources in /var/tmp/osmo-gsm-tester/state ...
22:48:21.771820 tst                      netreg_mass: Verifying 1 x bts (candidates: 1)
22:48:21.772688 tst                      netreg_mass: Verifying 6 x ip_address (candidates: 9)
22:48:21.773936 tst                      netreg_mass: Verifying 100 x modem (candidates: 100)
22:48:21.818626 tst                      netreg_mass: Reserving 1 x bts (candidates: 1)
22:48:21.820035 tst                      netreg_mass: Reserving 6 x ip_address (candidates: 9)
22:48:21.822145 tst                      netreg_mass: Reserving 100 x modem (candidates: 100)
22:48:21.914429 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-8125 netreg_mass register_default_mass.py
----------------------------------------------
22:48:21.915241 tst       register_default_mass.py:9: Claiming resources for the test
22:48:21.932996 tst                      netreg_mass: Using 1 x ip_address (candidates: 6)
22:48:21.933640 tst                      netreg_mass: Using 1 x ip_address (candidates: 6)
22:48:21.934177 tst                      netreg_mass: Using 1 x ip_address (candidates: 6)
22:48:21.934690 tst                      netreg_mass: Using 1 x ip_address (candidates: 6)
22:48:21.935197 tst                      netreg_mass: Using 1 x ip_address (candidates: 6)
22:48:21.935742 tst                      netreg_mass: Using 1 x ip_address (candidates: 6)
22:48:21.936258 tst                      netreg_mass: Using 1 x bts (candidates: 1)
22:48:21.987143 tst         register_default_mass.py: using LAC 2
22:48:22.029587 tst         register_default_mass.py: using RAC 2
22:48:22.065992 tst         register_default_mass.py: using CellId 2
22:48:22.102427 tst         register_default_mass.py: using BVCI 3
22:48:22.108161 tst                      netreg_mass: Using 1 x modem (candidates: 100)
22:48:22.108856 tst                      netreg_mass: Using 1 x modem (candidates: 100)
22:48:22.109422 tst                      netreg_mass: Using 1 x modem (candidates: 100)
22:48:22.109965 tst                      netreg_mass: Using 1 x modem (candidates: 100)
22:48:22.110501 tst                      netreg_mass: Using 1 x modem (candidates: 100)
22:48:22.111022 tst                      netreg_mass: Using 1 x modem (candidates: 100)
22:48:22.111545 tst                      netreg_mass: Using 1 x modem (candidates: 100)
22:48:22.112077 tst                      netreg_mass: Using 1 x modem (candidates: 100)
22:48:22.112611 tst                      netreg_mass: Using 1 x modem (candidates: 100)
22:48:22.113148 tst                      netreg_mass: Using 1 x modem (candidates: 100)
22:48:22.113668 tst                      netreg_mass: Using 1 x modem (candidates: 100)
22:48:22.114180 tst                      netreg_mass: Using 1 x modem (candidates: 100)
22:48:22.114709 tst                      netreg_mass: Using 1 x modem (candidates: 100)
22:48:22.115239 tst                      netreg_mass: Using 1 x modem (candidates: 100)
22:48:22.115755 tst                      netreg_mass: Using 1 x modem (candidates: 100)
22:48:22.116289 tst                      netreg_mass: Using 1 x modem (candidates: 100)
22:48:22.116835 tst                      netreg_mass: Using 1 x modem (candidates: 100)
22:48:22.117353 tst                      netreg_mass: Using 1 x modem (candidates: 100)
22:48:22.117877 tst                      netreg_mass: Using 1 x modem (candidates: 100)
22:48:22.118394 tst                      netreg_mass: Using 1 x modem (candidates: 100)
22:48:22.118902 tst                      netreg_mass: Using 1 x modem (candidates: 100)
22:48:22.119421 tst                      netreg_mass: Using 1 x modem (candidates: 100)
22:48:22.119946 tst                      netreg_mass: Using 1 x modem (candidates: 100)
22:48:22.120459 tst                      netreg_mass: Using 1 x modem (candidates: 100)
22:48:22.120990 tst                      netreg_mass: Using 1 x modem (candidates: 100)
22:48:22.121502 tst                      netreg_mass: Using 1 x modem (candidates: 100)
22:48:22.122009 tst                      netreg_mass: Using 1 x modem (candidates: 100)
22:48:22.122520 tst                      netreg_mass: Using 1 x modem (candidates: 100)
22:48:22.123046 tst                      netreg_mass: Using 1 x modem (candidates: 100)
22:48:22.123570 tst                      netreg_mass: Using 1 x modem (candidates: 100)
22:48:22.124098 tst                      netreg_mass: Using 1 x modem (candidates: 100)
22:48:22.124629 tst                      netreg_mass: Using 1 x modem (candidates: 100)
22:48:22.125167 tst                      netreg_mass: Using 1 x modem (candidates: 100)
22:48:22.125714 tst                      netreg_mass: Using 1 x modem (candidates: 100)
22:48:22.126245 tst                      netreg_mass: Using 1 x modem (candidates: 100)
22:48:22.126758 tst                      netreg_mass: Using 1 x modem (candidates: 100)
22:48:22.127290 tst                      netreg_mass: Using 1 x modem (candidates: 100)
22:48:22.127836 tst                      netreg_mass: Using 1 x modem (candidates: 100)
22:48:22.128364 tst                      netreg_mass: Using 1 x modem (candidates: 100)
22:48:22.128923 tst                      netreg_mass: Using 1 x modem (candidates: 100)
22:48:22.129467 tst                      netreg_mass: Using 1 x modem (candidates: 100)
22:48:22.130002 tst                      netreg_mass: Using 1 x modem (candidates: 100)
22:48:22.130533 tst                      netreg_mass: Using 1 x modem (candidates: 100)
22:48:22.131085 tst                      netreg_mass: Using 1 x modem (candidates: 100)
22:48:22.131644 tst                      netreg_mass: Using 1 x modem (candidates: 100)
22:48:22.132206 tst                      netreg_mass: Using 1 x modem (candidates: 100)
22:48:22.132803 tst                      netreg_mass: Using 1 x modem (candidates: 100)
22:48:22.133391 tst                      netreg_mass: Using 1 x modem (candidates: 100)
22:48:22.133952 tst                      netreg_mass: Using 1 x modem (candidates: 100)
22:48:22.134512 tst                      netreg_mass: Using 1 x modem (candidates: 100)
22:48:22.135091 tst                      netreg_mass: Using 1 x modem (candidates: 100)
22:48:22.135658 tst                      netreg_mass: Using 1 x modem (candidates: 100)
22:48:22.136217 tst                      netreg_mass: Using 1 x modem (candidates: 100)
22:48:22.136804 tst                      netreg_mass: Using 1 x modem (candidates: 100)
22:48:22.137369 tst                      netreg_mass: Using 1 x modem (candidates: 100)
22:48:22.137941 tst                      netreg_mass: Using 1 x modem (candidates: 100)
22:48:22.138510 tst                      netreg_mass: Using 1 x modem (candidates: 100)
22:48:22.139075 tst                      netreg_mass: Using 1 x modem (candidates: 100)
22:48:22.139635 tst                      netreg_mass: Using 1 x modem (candidates: 100)
22:48:22.140217 tst                      netreg_mass: Using 1 x modem (candidates: 100)
22:48:22.140798 tst                      netreg_mass: Using 1 x modem (candidates: 100)
22:48:22.141371 tst                      netreg_mass: Using 1 x modem (candidates: 100)
22:48:22.141964 tst                      netreg_mass: Using 1 x modem (candidates: 100)
22:48:22.142540 tst                      netreg_mass: Using 1 x modem (candidates: 100)
22:48:22.143101 tst                      netreg_mass: Using 1 x modem (candidates: 100)
22:48:22.143683 tst                      netreg_mass: Using 1 x modem (candidates: 100)
22:48:22.144254 tst                      netreg_mass: Using 1 x modem (candidates: 100)
22:48:22.144839 tst                      netreg_mass: Using 1 x modem (candidates: 100)
22:48:22.145426 tst                      netreg_mass: Using 1 x modem (candidates: 100)
22:48:22.145994 tst                      netreg_mass: Using 1 x modem (candidates: 100)
22:48:22.146553 tst                      netreg_mass: Using 1 x modem (candidates: 100)
22:48:22.147130 tst                      netreg_mass: Using 1 x modem (candidates: 100)
22:48:22.147781 tst                      netreg_mass: Using 1 x modem (candidates: 100)
22:48:22.148355 tst                      netreg_mass: Using 1 x modem (candidates: 100)
22:48:22.148954 tst                      netreg_mass: Using 1 x modem (candidates: 100)
22:48:22.149527 tst                      netreg_mass: Using 1 x modem (candidates: 100)
22:48:22.150090 tst                      netreg_mass: Using 1 x modem (candidates: 100)
22:48:22.150678 tst                      netreg_mass: Using 1 x modem (candidates: 100)
22:48:22.151256 tst                      netreg_mass: Using 1 x modem (candidates: 100)
22:48:22.151817 tst                      netreg_mass: Using 1 x modem (candidates: 100)
22:48:22.152395 tst                      netreg_mass: Using 1 x modem (candidates: 100)
22:48:22.152995 tst                      netreg_mass: Using 1 x modem (candidates: 100)
22:48:22.153564 tst                      netreg_mass: Using 1 x modem (candidates: 100)
22:48:22.154128 tst                      netreg_mass: Using 1 x modem (candidates: 100)
22:48:22.154710 tst                      netreg_mass: Using 1 x modem (candidates: 100)
22:48:22.155271 tst                      netreg_mass: Using 1 x modem (candidates: 100)
22:48:22.155831 tst                      netreg_mass: Using 1 x modem (candidates: 100)
22:48:22.156410 tst                      netreg_mass: Using 1 x modem (candidates: 100)
22:48:22.156984 tst                      netreg_mass: Using 1 x modem (candidates: 100)
22:48:22.157548 tst                      netreg_mass: Using 1 x modem (candidates: 100)
22:48:22.158128 tst                      netreg_mass: Using 1 x modem (candidates: 100)
22:48:22.158695 tst                      netreg_mass: Using 1 x modem (candidates: 100)
22:48:22.159265 tst                      netreg_mass: Using 1 x modem (candidates: 100)
22:48:22.159845 tst                      netreg_mass: Using 1 x modem (candidates: 100)
22:48:22.160411 tst                      netreg_mass: Using 1 x modem (candidates: 100)
22:48:22.160977 tst                      netreg_mass: Using 1 x modem (candidates: 100)
22:48:22.161563 tst                      netreg_mass: Using 1 x modem (candidates: 100)
22:48:22.162135 tst                      netreg_mass: Using 1 x modem (candidates: 100)
22:48:22.162702 tst                      netreg_mass: Using 1 x modem (candidates: 100)
22:48:22.163260 tst                      netreg_mass: Using 1 x modem (candidates: 100)
22:48:22.163836 tst                      netreg_mass: Using 1 x modem (candidates: 100)
22:48:22.164469 tst      register_default_mass.py:21: Launching a simple network
22:48:22.176161 run              osmo-hlr_127.0.42.2: Starting osmo-hlr
22:48:22.310969 run            create_hlr_db(pid=20): Launched
22:48:23.321805 run            create_hlr_db(pid=20): Terminated: ok {rc=0}
22:48:23.339562 run pcap-recorder_any(filters='host 127.0.42.2')(pid=22): Launched
22:48:23.355838 run      osmo-hlr_127.0.42.2(pid=23): Launched
22:48:23.362128 run              osmo-stp_127.0.42.5: Starting osmo-stp
22:48:23.550932 run pcap-recorder_any(filters='host 127.0.42.5 and port not 22')(pid=24): Launched
22:48:23.567389 run      osmo-stp_127.0.42.5(pid=25): Launched
22:48:23.573528 run              osmo-msc_127.0.42.6: Starting osmo-msc
22:48:24.033536 run pcap-recorder_any(filters='host 127.0.42.6 and port not 22')(pid=26): Launched
22:48:24.049740 run      osmo-msc_127.0.42.6(pid=27): Launched
22:48:27.060964 run              osmo-mgw_127.0.42.3: Starting osmo-mgw
22:48:27.178821 run pcap-recorder_any(filters='host 127.0.42.3 and port not 22')(pid=28): Launched
22:48:27.194272 run      osmo-mgw_127.0.42.3(pid=29): Launched
22:48:27.200316 run              osmo-mgw_127.0.42.4: Starting osmo-mgw
22:48:27.227005 run pcap-recorder_any(filters='host 127.0.42.4 and port not 22')(pid=30): Launched
22:48:27.243784 run      osmo-mgw_127.0.42.4(pid=31): Launched
22:48:27.250251 run              osmo-bsc_127.0.42.7: Starting osmo-bsc
22:48:27.590941 run pcap-recorder_any(filters='host 127.0.42.7 and port not 22')(pid=32): Launched
22:48:27.607902 run      osmo-bsc_127.0.42.7(pid=33): Launched
22:48:33.625628 run                 osmo-bts-virtual: Starting to connect to osmo-bsc_127.0.42.7
22:48:33.781107 run         osmo-bts-virtual(pid=34): Launched
22:48:34.833348 tst         register_default_mass.py: using MSISDN 1001
22:48:34.839329 run              osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001010000000000', msisdn='1001', subscriber_id=1}
22:48:34.928177 tst         register_default_mass.py: using MSISDN 1002
22:48:34.935876 run              osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001010000000001', msisdn='1002', subscriber_id=2}
22:48:34.998796 tst         register_default_mass.py: using MSISDN 1003
22:48:35.005015 run              osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001010000000002', msisdn='1003', subscriber_id=3}
22:48:35.070316 tst         register_default_mass.py: using MSISDN 1004
22:48:35.076383 run              osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001010000000003', msisdn='1004', subscriber_id=4}
22:48:35.144521 tst         register_default_mass.py: using MSISDN 1005
22:48:35.150747 run              osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001010000000004', msisdn='1005', subscriber_id=5}
22:48:35.221307 tst         register_default_mass.py: using MSISDN 1006
22:48:35.227266 run              osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001010000000005', msisdn='1006', subscriber_id=6}
22:48:35.305983 tst         register_default_mass.py: using MSISDN 1007
22:48:35.311995 run              osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001010000000006', msisdn='1007', subscriber_id=7}
22:48:35.400748 tst         register_default_mass.py: using MSISDN 1008
22:48:35.408924 run              osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001010000000007', msisdn='1008', subscriber_id=8}
22:48:35.500051 tst         register_default_mass.py: using MSISDN 1009
22:48:35.506050 run              osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001010000000008', msisdn='1009', subscriber_id=9}
22:48:35.580693 tst         register_default_mass.py: using MSISDN 1010
22:48:35.588558 run              osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001010000000009', msisdn='1010', subscriber_id=10}
22:48:35.658551 tst         register_default_mass.py: using MSISDN 1011
22:48:35.664545 run              osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001020000000000', msisdn='1011', subscriber_id=11}
22:48:35.738340 tst         register_default_mass.py: using MSISDN 1012
22:48:35.744241 run              osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001020000000001', msisdn='1012', subscriber_id=12}
22:48:35.825001 tst         register_default_mass.py: using MSISDN 1013
22:48:35.831042 run              osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001020000000002', msisdn='1013', subscriber_id=13}
22:48:35.905606 tst         register_default_mass.py: using MSISDN 1014
22:48:35.913326 run              osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001020000000003', msisdn='1014', subscriber_id=14}
22:48:35.982239 tst         register_default_mass.py: using MSISDN 1015
22:48:35.991497 run              osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001020000000004', msisdn='1015', subscriber_id=15}
22:48:36.072323 tst         register_default_mass.py: using MSISDN 1016
22:48:36.078648 run              osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001020000000005', msisdn='1016', subscriber_id=16}
22:48:36.145227 tst         register_default_mass.py: using MSISDN 1017
22:48:36.150901 run              osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001020000000006', msisdn='1017', subscriber_id=17}
22:48:36.219418 tst         register_default_mass.py: using MSISDN 1018
22:48:36.225486 run              osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001020000000007', msisdn='1018', subscriber_id=18}
22:48:36.313063 tst         register_default_mass.py: using MSISDN 1019
22:48:36.319121 run              osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001020000000008', msisdn='1019', subscriber_id=19}
22:48:36.393660 tst         register_default_mass.py: using MSISDN 1020
22:48:36.399781 run              osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001020000000009', msisdn='1020', subscriber_id=20}
22:48:36.475465 tst         register_default_mass.py: using MSISDN 1021
22:48:36.481535 run              osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001030000000000', msisdn='1021', subscriber_id=21}
22:48:36.547060 tst         register_default_mass.py: using MSISDN 1022
22:48:36.552732 run              osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001030000000001', msisdn='1022', subscriber_id=22}
22:48:36.631598 tst         register_default_mass.py: using MSISDN 1023
22:48:36.637366 run              osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001030000000002', msisdn='1023', subscriber_id=23}
22:48:36.713695 tst         register_default_mass.py: using MSISDN 1024
22:48:36.719752 run              osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001030000000003', msisdn='1024', subscriber_id=24}
22:48:36.785861 tst         register_default_mass.py: using MSISDN 1025
22:48:36.791863 run              osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001030000000004', msisdn='1025', subscriber_id=25}
22:48:36.861946 tst         register_default_mass.py: using MSISDN 1026
22:48:36.868266 run              osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001030000000005', msisdn='1026', subscriber_id=26}
22:48:36.938416 tst         register_default_mass.py: using MSISDN 1027
22:48:36.944386 run              osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001030000000006', msisdn='1027', subscriber_id=27}
22:48:37.011372 tst         register_default_mass.py: using MSISDN 1028
22:48:37.017192 run              osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001030000000007', msisdn='1028', subscriber_id=28}
22:48:37.079469 tst         register_default_mass.py: using MSISDN 1029
22:48:37.085505 run              osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001030000000008', msisdn='1029', subscriber_id=29}
22:48:37.148588 tst         register_default_mass.py: using MSISDN 1030
22:48:37.154789 run              osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001030000000009', msisdn='1030', subscriber_id=30}
22:48:37.233434 tst         register_default_mass.py: using MSISDN 1031
22:48:37.239530 run              osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001040000000000', msisdn='1031', subscriber_id=31}
22:48:37.304405 tst         register_default_mass.py: using MSISDN 1032
22:48:37.312383 run              osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001040000000001', msisdn='1032', subscriber_id=32}
22:48:37.372539 tst         register_default_mass.py: using MSISDN 1033
22:48:37.378395 run              osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001040000000002', msisdn='1033', subscriber_id=33}
22:48:37.450025 tst         register_default_mass.py: using MSISDN 1034
22:48:37.455997 run              osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001040000000003', msisdn='1034', subscriber_id=34}
22:48:37.520708 tst         register_default_mass.py: using MSISDN 1035
22:48:37.528608 run              osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001040000000004', msisdn='1035', subscriber_id=35}
22:48:37.591496 tst         register_default_mass.py: using MSISDN 1036
22:48:37.597595 run              osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001040000000005', msisdn='1036', subscriber_id=36}
22:48:37.668071 tst         register_default_mass.py: using MSISDN 1037
22:48:37.678123 run              osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001040000000006', msisdn='1037', subscriber_id=37}
22:48:37.735539 tst         register_default_mass.py: using MSISDN 1038
22:48:37.741714 run              osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001040000000007', msisdn='1038', subscriber_id=38}
22:48:37.818151 tst         register_default_mass.py: using MSISDN 1039
22:48:37.824240 run              osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001040000000008', msisdn='1039', subscriber_id=39}
22:48:37.893920 tst         register_default_mass.py: using MSISDN 1040
22:48:37.901463 run              osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001040000000009', msisdn='1040', subscriber_id=40}
22:48:37.977536 tst         register_default_mass.py: using MSISDN 1041
22:48:37.983606 run              osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001050000000000', msisdn='1041', subscriber_id=41}
22:48:38.050206 tst         register_default_mass.py: using MSISDN 1042
22:48:38.056052 run              osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001050000000001', msisdn='1042', subscriber_id=42}
22:48:38.120224 tst         register_default_mass.py: using MSISDN 1043
22:48:38.126273 run              osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001050000000002', msisdn='1043', subscriber_id=43}
22:48:38.208071 tst         register_default_mass.py: using MSISDN 1044
22:48:38.214234 run              osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001050000000003', msisdn='1044', subscriber_id=44}
22:48:38.283916 tst         register_default_mass.py: using MSISDN 1045
22:48:38.289984 run              osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001050000000004', msisdn='1045', subscriber_id=45}
22:48:38.358763 tst         register_default_mass.py: using MSISDN 1046
22:48:38.364822 run              osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001050000000005', msisdn='1046', subscriber_id=46}
22:48:38.427448 tst         register_default_mass.py: using MSISDN 1047
22:48:38.433889 run              osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001050000000006', msisdn='1047', subscriber_id=47}
22:48:38.500234 tst         register_default_mass.py: using MSISDN 1048
22:48:38.508500 run              osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001050000000007', msisdn='1048', subscriber_id=48}
22:48:38.706757 tst         register_default_mass.py: using MSISDN 1049
22:48:38.712566 run              osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001050000000008', msisdn='1049', subscriber_id=49}
22:48:38.783939 tst         register_default_mass.py: using MSISDN 1050
22:48:38.792054 run              osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001050000000009', msisdn='1050', subscriber_id=50}
22:48:38.851965 tst         register_default_mass.py: using MSISDN 1051
22:48:38.858144 run              osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001060000000000', msisdn='1051', subscriber_id=51}
22:48:38.932044 tst         register_default_mass.py: using MSISDN 1052
22:48:38.937757 run              osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001060000000001', msisdn='1052', subscriber_id=52}
22:48:39.000397 tst         register_default_mass.py: using MSISDN 1053
22:48:39.006389 run              osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001060000000002', msisdn='1053', subscriber_id=53}
22:48:39.074551 tst         register_default_mass.py: using MSISDN 1054
22:48:39.080247 run              osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001060000000003', msisdn='1054', subscriber_id=54}
22:48:39.151590 tst         register_default_mass.py: using MSISDN 1055
22:48:39.157399 run              osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001060000000004', msisdn='1055', subscriber_id=55}
22:48:39.235972 tst         register_default_mass.py: using MSISDN 1056
22:48:39.241633 run              osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001060000000005', msisdn='1056', subscriber_id=56}
22:48:39.306490 tst         register_default_mass.py: using MSISDN 1057
22:48:39.312513 run              osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001060000000006', msisdn='1057', subscriber_id=57}
22:48:39.379224 tst         register_default_mass.py: using MSISDN 1058
22:48:39.384830 run              osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001060000000007', msisdn='1058', subscriber_id=58}
22:48:39.448403 tst         register_default_mass.py: using MSISDN 1059
22:48:39.455862 run              osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001060000000008', msisdn='1059', subscriber_id=59}
22:48:39.528362 tst         register_default_mass.py: using MSISDN 1060
22:48:39.534127 run              osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001060000000009', msisdn='1060', subscriber_id=60}
22:48:39.596938 tst         register_default_mass.py: using MSISDN 1061
22:48:39.603219 run              osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001070000000000', msisdn='1061', subscriber_id=61}
22:48:39.668714 tst         register_default_mass.py: using MSISDN 1062
22:48:39.674978 run              osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001070000000001', msisdn='1062', subscriber_id=62}
22:48:39.747617 tst         register_default_mass.py: using MSISDN 1063
22:48:39.754264 run              osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001070000000002', msisdn='1063', subscriber_id=63}
22:48:39.815605 tst         register_default_mass.py: using MSISDN 1064
22:48:39.821706 run              osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001070000000003', msisdn='1064', subscriber_id=64}
22:48:39.900984 tst         register_default_mass.py: using MSISDN 1065
22:48:39.910565 run              osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001070000000004', msisdn='1065', subscriber_id=65}
22:48:39.974538 tst         register_default_mass.py: using MSISDN 1066
22:48:39.983595 run              osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001070000000005', msisdn='1066', subscriber_id=66}
22:48:40.056025 tst         register_default_mass.py: using MSISDN 1067
22:48:40.062529 run              osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001070000000006', msisdn='1067', subscriber_id=67}
22:48:40.133052 tst         register_default_mass.py: using MSISDN 1068
22:48:40.140856 run              osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001070000000007', msisdn='1068', subscriber_id=68}
22:48:40.208248 tst         register_default_mass.py: using MSISDN 1069
22:48:40.218358 run              osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001070000000008', msisdn='1069', subscriber_id=69}
22:48:40.278206 tst         register_default_mass.py: using MSISDN 1070
22:48:40.285298 run              osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001070000000009', msisdn='1070', subscriber_id=70}
22:48:40.355404 tst         register_default_mass.py: using MSISDN 1071
22:48:40.365690 run              osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001080000000000', msisdn='1071', subscriber_id=71}
22:48:40.428353 tst         register_default_mass.py: using MSISDN 1072
22:48:40.434149 run              osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001080000000001', msisdn='1072', subscriber_id=72}
22:48:40.494441 tst         register_default_mass.py: using MSISDN 1073
22:48:40.500472 run              osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001080000000002', msisdn='1073', subscriber_id=73}
22:48:40.560323 tst         register_default_mass.py: using MSISDN 1074
22:48:40.566109 run              osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001080000000003', msisdn='1074', subscriber_id=74}
22:48:40.637155 tst         register_default_mass.py: using MSISDN 1075
22:48:40.644768 run              osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001080000000004', msisdn='1075', subscriber_id=75}
22:48:40.707759 tst         register_default_mass.py: using MSISDN 1076
22:48:40.713605 run              osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001080000000005', msisdn='1076', subscriber_id=76}
22:48:40.778964 tst         register_default_mass.py: using MSISDN 1077
22:48:40.785095 run              osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001080000000006', msisdn='1077', subscriber_id=77}
22:48:40.853786 tst         register_default_mass.py: using MSISDN 1078
22:48:40.859929 run              osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001080000000007', msisdn='1078', subscriber_id=78}
22:48:40.919696 tst         register_default_mass.py: using MSISDN 1079
22:48:40.929314 run              osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001080000000008', msisdn='1079', subscriber_id=79}
22:48:41.127813 tst         register_default_mass.py: using MSISDN 1080
22:48:41.136278 run              osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001080000000009', msisdn='1080', subscriber_id=80}
22:48:41.197599 tst         register_default_mass.py: using MSISDN 1081
22:48:41.204842 run              osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001090000000000', msisdn='1081', subscriber_id=81}
22:48:41.278013 tst         register_default_mass.py: using MSISDN 1082
22:48:41.288771 run              osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001090000000001', msisdn='1082', subscriber_id=82}
22:48:41.363257 tst         register_default_mass.py: using MSISDN 1083
22:48:41.371292 run              osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001090000000002', msisdn='1083', subscriber_id=83}
22:48:41.438524 tst         register_default_mass.py: using MSISDN 1084
22:48:41.445101 run              osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001090000000003', msisdn='1084', subscriber_id=84}
22:48:41.505495 tst         register_default_mass.py: using MSISDN 1085
22:48:41.511662 run              osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001090000000004', msisdn='1085', subscriber_id=85}
22:48:41.580747 tst         register_default_mass.py: using MSISDN 1086
22:48:41.587286 run              osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001090000000005', msisdn='1086', subscriber_id=86}
22:48:41.663147 tst         register_default_mass.py: using MSISDN 1087
22:48:41.670392 run              osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001090000000006', msisdn='1087', subscriber_id=87}
22:48:41.733217 tst         register_default_mass.py: using MSISDN 1088
22:48:41.741297 run              osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001090000000007', msisdn='1088', subscriber_id=88}
22:48:41.805107 tst         register_default_mass.py: using MSISDN 1089
22:48:41.813192 run              osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001090000000008', msisdn='1089', subscriber_id=89}
22:48:41.887437 tst         register_default_mass.py: using MSISDN 1090
22:48:41.894379 run              osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001090000000009', msisdn='1090', subscriber_id=90}
22:48:41.954130 tst         register_default_mass.py: using MSISDN 1091
22:48:41.961367 run              osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001100000000000', msisdn='1091', subscriber_id=91}
22:48:42.028485 tst         register_default_mass.py: using MSISDN 1092
22:48:42.035231 run              osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001100000000001', msisdn='1092', subscriber_id=92}
22:48:42.113195 tst         register_default_mass.py: using MSISDN 1093
22:48:42.121414 run              osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001100000000002', msisdn='1093', subscriber_id=93}
22:48:42.191442 tst         register_default_mass.py: using MSISDN 1094
22:48:42.198346 run              osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001100000000003', msisdn='1094', subscriber_id=94}
22:48:42.271302 tst         register_default_mass.py: using MSISDN 1095
22:48:42.282085 run              osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001100000000004', msisdn='1095', subscriber_id=95}
22:48:42.367907 tst         register_default_mass.py: using MSISDN 1096
22:48:42.384737 run              osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001100000000005', msisdn='1096', subscriber_id=96}
22:48:42.462087 tst         register_default_mass.py: using MSISDN 1097
22:48:42.472538 run              osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001100000000006', msisdn='1097', subscriber_id=97}
22:48:42.560412 tst         register_default_mass.py: using MSISDN 1098
22:48:42.570181 run              osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001100000000007', msisdn='1098', subscriber_id=98}
22:48:42.639390 tst         register_default_mass.py: using MSISDN 1099
22:48:42.652151 run              osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001100000000008', msisdn='1099', subscriber_id=99}
22:48:42.734804 tst         register_default_mass.py: using MSISDN 1100
22:48:42.750022 run              osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001100000000009', msisdn='1100', subscriber_id=100}
22:48:42.997167 run                             mass: Starting testcase
22:48:43.013919 run                             mass: Pre-launching all virtphy's
22:48:43.030216 run           osmo-ms-virt-phy/00000: Starting virtphy
22:48:43.067553 run   osmo-ms-virt-phy/00000(pid=35): Launched
22:48:43.085193 run           osmo-ms-virt-phy/00001: Starting virtphy
22:48:43.123081 run   osmo-ms-virt-phy/00001(pid=36): Launched
22:48:43.140474 run           osmo-ms-virt-phy/00002: Starting virtphy
22:48:43.178146 run   osmo-ms-virt-phy/00002(pid=37): Launched
22:48:43.195839 run           osmo-ms-virt-phy/00003: Starting virtphy
22:48:43.234212 run   osmo-ms-virt-phy/00003(pid=38): Launched
22:48:43.251786 run           osmo-ms-virt-phy/00004: Starting virtphy
22:48:43.289426 run   osmo-ms-virt-phy/00004(pid=39): Launched
22:48:43.307382 run           osmo-ms-virt-phy/00005: Starting virtphy
22:48:43.347131 run   osmo-ms-virt-phy/00005(pid=40): Launched
22:48:43.365586 run           osmo-ms-virt-phy/00006: Starting virtphy
22:48:43.405498 run   osmo-ms-virt-phy/00006(pid=41): Launched
22:48:43.424422 run           osmo-ms-virt-phy/00007: Starting virtphy
22:48:43.462496 run   osmo-ms-virt-phy/00007(pid=42): Launched
22:48:43.481189 run           osmo-ms-virt-phy/00008: Starting virtphy
22:48:43.521404 run   osmo-ms-virt-phy/00008(pid=43): Launched
22:48:43.539341 run           osmo-ms-virt-phy/00009: Starting virtphy
22:48:43.574653 run   osmo-ms-virt-phy/00009(pid=44): Launched
22:48:43.584781 run           osmo-ms-virt-phy/00010: Starting virtphy
22:48:43.604344 run   osmo-ms-virt-phy/00010(pid=45): Launched
22:48:43.613722 run           osmo-ms-virt-phy/00011: Starting virtphy
22:48:43.643054 run   osmo-ms-virt-phy/00011(pid=46): Launched
22:48:43.653993 run           osmo-ms-virt-phy/00012: Starting virtphy
22:48:43.673984 run   osmo-ms-virt-phy/00012(pid=47): Launched
22:48:43.684048 run           osmo-ms-virt-phy/00013: Starting virtphy
22:48:43.704857 run   osmo-ms-virt-phy/00013(pid=48): Launched
22:48:43.722868 run           osmo-ms-virt-phy/00014: Starting virtphy
22:48:43.761008 run   osmo-ms-virt-phy/00014(pid=49): Launched
22:48:43.779133 run           osmo-ms-virt-phy/00015: Starting virtphy
22:48:43.817612 run   osmo-ms-virt-phy/00015(pid=50): Launched
22:48:43.828905 run           osmo-ms-virt-phy/00016: Starting virtphy
22:48:43.849200 run   osmo-ms-virt-phy/00016(pid=51): Launched
22:48:43.859089 run           osmo-ms-virt-phy/00017: Starting virtphy
22:48:43.879677 run   osmo-ms-virt-phy/00017(pid=52): Launched
22:48:43.888898 run           osmo-ms-virt-phy/00018: Starting virtphy
22:48:43.926402 run   osmo-ms-virt-phy/00018(pid=53): Launched
22:48:43.944951 run           osmo-ms-virt-phy/00019: Starting virtphy
22:48:43.984240 run   osmo-ms-virt-phy/00019(pid=54): Launched
22:48:44.002841 run           osmo-ms-virt-phy/00020: Starting virtphy
22:48:44.041552 run   osmo-ms-virt-phy/00020(pid=55): Launched
22:48:44.059397 run           osmo-ms-virt-phy/00021: Starting virtphy
22:48:44.096945 run   osmo-ms-virt-phy/00021(pid=56): Launched
22:48:44.115312 run           osmo-ms-virt-phy/00022: Starting virtphy
22:48:44.140216 run   osmo-ms-virt-phy/00022(pid=57): Launched
22:48:44.158522 run           osmo-ms-virt-phy/00023: Starting virtphy
22:48:44.198657 run   osmo-ms-virt-phy/00023(pid=58): Launched
22:48:44.209775 run           osmo-ms-virt-phy/00024: Starting virtphy
22:48:44.245704 run   osmo-ms-virt-phy/00024(pid=59): Launched
22:48:44.263958 run           osmo-ms-virt-phy/00025: Starting virtphy
22:48:44.302916 run   osmo-ms-virt-phy/00025(pid=60): Launched
22:48:44.321467 run           osmo-ms-virt-phy/00026: Starting virtphy
22:48:44.361874 run   osmo-ms-virt-phy/00026(pid=61): Launched
22:48:44.381014 run           osmo-ms-virt-phy/00027: Starting virtphy
22:48:44.415469 run   osmo-ms-virt-phy/00027(pid=62): Launched
22:48:44.427590 run           osmo-ms-virt-phy/00028: Starting virtphy
22:48:44.465309 run   osmo-ms-virt-phy/00028(pid=63): Launched
22:48:44.483552 run           osmo-ms-virt-phy/00029: Starting virtphy
22:48:44.521564 run   osmo-ms-virt-phy/00029(pid=64): Launched
22:48:44.539333 run           osmo-ms-virt-phy/00030: Starting virtphy
22:48:44.571451 run   osmo-ms-virt-phy/00030(pid=65): Launched
22:48:44.585813 run           osmo-ms-virt-phy/00031: Starting virtphy
22:48:44.614015 run   osmo-ms-virt-phy/00031(pid=66): Launched
22:48:44.634248 run           osmo-ms-virt-phy/00032: Starting virtphy
22:48:44.677046 run   osmo-ms-virt-phy/00032(pid=67): Launched
22:48:44.696128 run           osmo-ms-virt-phy/00033: Starting virtphy
22:48:44.734523 run   osmo-ms-virt-phy/00033(pid=68): Launched
22:48:44.746171 run           osmo-ms-virt-phy/00034: Starting virtphy
22:48:44.767495 run   osmo-ms-virt-phy/00034(pid=69): Launched
22:48:44.778289 run           osmo-ms-virt-phy/00035: Starting virtphy
22:48:44.801825 run   osmo-ms-virt-phy/00035(pid=70): Launched
22:48:44.817095 run           osmo-ms-virt-phy/00036: Starting virtphy
22:48:44.843290 run   osmo-ms-virt-phy/00036(pid=71): Launched
22:48:44.857123 run           osmo-ms-virt-phy/00037: Starting virtphy
22:48:44.880135 run   osmo-ms-virt-phy/00037(pid=72): Launched
22:48:44.900089 run           osmo-ms-virt-phy/00038: Starting virtphy
22:48:44.939456 run   osmo-ms-virt-phy/00038(pid=73): Launched
22:48:44.956839 run           osmo-ms-virt-phy/00039: Starting virtphy
22:48:44.996699 run   osmo-ms-virt-phy/00039(pid=74): Launched
22:48:45.015653 run           osmo-ms-virt-phy/00040: Starting virtphy
22:48:45.054393 run   osmo-ms-virt-phy/00040(pid=75): Launched
22:48:45.065971 run           osmo-ms-virt-phy/00041: Starting virtphy
22:48:45.087381 run   osmo-ms-virt-phy/00041(pid=76): Launched
22:48:45.097170 run           osmo-ms-virt-phy/00042: Starting virtphy
22:48:45.118400 run   osmo-ms-virt-phy/00042(pid=77): Launched
22:48:45.137846 run           osmo-ms-virt-phy/00043: Starting virtphy
22:48:45.178694 run   osmo-ms-virt-phy/00043(pid=78): Launched
22:48:45.189506 run           osmo-ms-virt-phy/00044: Starting virtphy
22:48:45.216771 run   osmo-ms-virt-phy/00044(pid=79): Launched
22:48:45.236263 run           osmo-ms-virt-phy/00045: Starting virtphy
22:48:45.275415 run   osmo-ms-virt-phy/00045(pid=80): Launched
22:48:45.287678 run           osmo-ms-virt-phy/00046: Starting virtphy
22:48:45.309163 run   osmo-ms-virt-phy/00046(pid=81): Launched
22:48:45.324760 run           osmo-ms-virt-phy/00047: Starting virtphy
22:48:45.350394 run   osmo-ms-virt-phy/00047(pid=82): Launched
22:48:45.363477 run           osmo-ms-virt-phy/00048: Starting virtphy
22:48:45.391776 run   osmo-ms-virt-phy/00048(pid=83): Launched
22:48:45.405292 run           osmo-ms-virt-phy/00049: Starting virtphy
22:48:45.428439 run   osmo-ms-virt-phy/00049(pid=84): Launched
22:48:45.439980 run           osmo-ms-virt-phy/00050: Starting virtphy
22:48:45.462611 run   osmo-ms-virt-phy/00050(pid=85): Launched
22:48:45.474152 run           osmo-ms-virt-phy/00051: Starting virtphy
22:48:45.494528 run   osmo-ms-virt-phy/00051(pid=86): Launched
22:48:45.506466 run           osmo-ms-virt-phy/00052: Starting virtphy
22:48:45.526952 run   osmo-ms-virt-phy/00052(pid=87): Launched
22:48:45.536857 run           osmo-ms-virt-phy/00053: Starting virtphy
22:48:45.557381 run   osmo-ms-virt-phy/00053(pid=88): Launched
22:48:45.575136 run           osmo-ms-virt-phy/00054: Starting virtphy
22:48:45.602490 run   osmo-ms-virt-phy/00054(pid=89): Launched
22:48:45.611784 run           osmo-ms-virt-phy/00055: Starting virtphy
22:48:45.631377 run   osmo-ms-virt-phy/00055(pid=90): Launched
22:48:45.640548 run           osmo-ms-virt-phy/00056: Starting virtphy
22:48:45.660504 run   osmo-ms-virt-phy/00056(pid=91): Launched
22:48:45.669552 run           osmo-ms-virt-phy/00057: Starting virtphy
22:48:45.689084 run   osmo-ms-virt-phy/00057(pid=92): Launched
22:48:45.699514 run           osmo-ms-virt-phy/00058: Starting virtphy
22:48:45.719809 run   osmo-ms-virt-phy/00058(pid=93): Launched
22:48:45.731238 run           osmo-ms-virt-phy/00059: Starting virtphy
22:48:45.750624 run   osmo-ms-virt-phy/00059(pid=94): Launched
22:48:45.760778 run           osmo-ms-virt-phy/00060: Starting virtphy
22:48:45.779932 run   osmo-ms-virt-phy/00060(pid=95): Launched
22:48:45.788876 run           osmo-ms-virt-phy/00061: Starting virtphy
22:48:45.808229 run   osmo-ms-virt-phy/00061(pid=96): Launched
22:48:45.817233 run           osmo-ms-virt-phy/00062: Starting virtphy
22:48:45.835979 run   osmo-ms-virt-phy/00062(pid=97): Launched
22:48:45.845092 run           osmo-ms-virt-phy/00063: Starting virtphy
22:48:45.863976 run   osmo-ms-virt-phy/00063(pid=98): Launched
22:48:45.873045 run           osmo-ms-virt-phy/00064: Starting virtphy
22:48:45.891619 run   osmo-ms-virt-phy/00064(pid=99): Launched
22:48:45.900360 run           osmo-ms-virt-phy/00065: Starting virtphy
22:48:45.918272 run  osmo-ms-virt-phy/00065(pid=100): Launched
22:48:45.926438 run           osmo-ms-virt-phy/00066: Starting virtphy
22:48:45.948291 run  osmo-ms-virt-phy/00066(pid=101): Launched
22:48:45.956551 run           osmo-ms-virt-phy/00067: Starting virtphy
22:48:45.974761 run  osmo-ms-virt-phy/00067(pid=102): Launched
22:48:45.982841 run           osmo-ms-virt-phy/00068: Starting virtphy
22:48:45.999817 run  osmo-ms-virt-phy/00068(pid=103): Launched
22:48:46.007848 run           osmo-ms-virt-phy/00069: Starting virtphy
22:48:46.025132 run  osmo-ms-virt-phy/00069(pid=104): Launched
22:48:46.033002 run           osmo-ms-virt-phy/00070: Starting virtphy
22:48:46.050467 run  osmo-ms-virt-phy/00070(pid=105): Launched
22:48:46.065171 run           osmo-ms-virt-phy/00071: Starting virtphy
22:48:46.086209 run  osmo-ms-virt-phy/00071(pid=106): Launched
22:48:46.094660 run           osmo-ms-virt-phy/00072: Starting virtphy
22:48:46.112398 run  osmo-ms-virt-phy/00072(pid=107): Launched
22:48:46.120508 run           osmo-ms-virt-phy/00073: Starting virtphy
22:48:46.138238 run  osmo-ms-virt-phy/00073(pid=108): Launched
22:48:46.147505 run           osmo-ms-virt-phy/00074: Starting virtphy
22:48:46.164929 run  osmo-ms-virt-phy/00074(pid=109): Launched
22:48:46.172693 run           osmo-ms-virt-phy/00075: Starting virtphy
22:48:46.189217 run  osmo-ms-virt-phy/00075(pid=110): Launched
22:48:46.196921 run           osmo-ms-virt-phy/00076: Starting virtphy
22:48:46.213390 run  osmo-ms-virt-phy/00076(pid=111): Launched
22:48:46.221316 run           osmo-ms-virt-phy/00077: Starting virtphy
22:48:46.239136 run  osmo-ms-virt-phy/00077(pid=112): Launched
22:48:46.247115 run           osmo-ms-virt-phy/00078: Starting virtphy
22:48:46.263510 run  osmo-ms-virt-phy/00078(pid=113): Launched
22:48:46.271002 run           osmo-ms-virt-phy/00079: Starting virtphy
22:48:46.287500 run  osmo-ms-virt-phy/00079(pid=114): Launched
22:48:46.295239 run           osmo-ms-virt-phy/00080: Starting virtphy
22:48:46.311946 run  osmo-ms-virt-phy/00080(pid=115): Launched
22:48:46.319528 run           osmo-ms-virt-phy/00081: Starting virtphy
22:48:46.336405 run  osmo-ms-virt-phy/00081(pid=116): Launched
22:48:46.344478 run           osmo-ms-virt-phy/00082: Starting virtphy
22:48:46.362692 run  osmo-ms-virt-phy/00082(pid=117): Launched
22:48:46.370965 run           osmo-ms-virt-phy/00083: Starting virtphy
22:48:46.388588 run  osmo-ms-virt-phy/00083(pid=118): Launched
22:48:46.396644 run           osmo-ms-virt-phy/00084: Starting virtphy
22:48:46.413730 run  osmo-ms-virt-phy/00084(pid=119): Launched
22:48:46.421761 run           osmo-ms-virt-phy/00085: Starting virtphy
22:48:46.439208 run  osmo-ms-virt-phy/00085(pid=120): Launched
22:48:46.447108 run           osmo-ms-virt-phy/00086: Starting virtphy
22:48:46.464300 run  osmo-ms-virt-phy/00086(pid=121): Launched
22:48:46.472030 run           osmo-ms-virt-phy/00087: Starting virtphy
22:48:46.488566 run  osmo-ms-virt-phy/00087(pid=122): Launched
22:48:46.496309 run           osmo-ms-virt-phy/00088: Starting virtphy
22:48:46.512776 run  osmo-ms-virt-phy/00088(pid=123): Launched
22:48:46.520499 run           osmo-ms-virt-phy/00089: Starting virtphy
22:48:46.537211 run  osmo-ms-virt-phy/00089(pid=124): Launched
22:48:46.544643 run           osmo-ms-virt-phy/00090: Starting virtphy
22:48:46.560856 run  osmo-ms-virt-phy/00090(pid=125): Launched
22:48:46.568354 run           osmo-ms-virt-phy/00091: Starting virtphy
22:48:46.585896 run  osmo-ms-virt-phy/00091(pid=126): Launched
22:48:46.593220 run           osmo-ms-virt-phy/00092: Starting virtphy
22:48:46.609186 run  osmo-ms-virt-phy/00092(pid=127): Launched
22:48:46.616600 run           osmo-ms-virt-phy/00093: Starting virtphy
22:48:46.632572 run  osmo-ms-virt-phy/00093(pid=128): Launched
22:48:46.640007 run           osmo-ms-virt-phy/00094: Starting virtphy
22:48:46.656143 run  osmo-ms-virt-phy/00094(pid=129): Launched
22:48:46.663765 run           osmo-ms-virt-phy/00095: Starting virtphy
22:48:46.679854 run  osmo-ms-virt-phy/00095(pid=130): Launched
22:48:46.687084 run           osmo-ms-virt-phy/00096: Starting virtphy
22:48:46.702706 run  osmo-ms-virt-phy/00096(pid=131): Launched
22:48:46.709937 run           osmo-ms-virt-phy/00097: Starting virtphy
22:48:46.725684 run  osmo-ms-virt-phy/00097(pid=132): Launched
22:48:46.732841 run           osmo-ms-virt-phy/00098: Starting virtphy
22:48:46.748278 run  osmo-ms-virt-phy/00098(pid=133): Launched
22:48:46.755665 run           osmo-ms-virt-phy/00099: Starting virtphy
22:48:46.770590 run  osmo-ms-virt-phy/00099(pid=134): Launched
22:48:46.778841 run                             mass: Checking if sockets are in the filesystem
22:48:46.794086 run                osmo-ms-mob/00000: Starting mobile
22:48:46.811255 run       osmo-ms-mob/00000(pid=135): Launched
22:48:46.831682 run                             mass: MS start registered  {at=24231432.534993194, delay=0.012306269258260727, ms=00000}
22:48:50.994309 run                osmo-ms-mob/00001: Starting mobile
22:48:51.011078 run       osmo-ms-mob/00001(pid=136): Launched
22:48:51.027694 run                             mass: MS start registered  {at=24231436.731016375, delay=0.0068918801844120026, ms=00001}
22:48:52.258195 run                             mass: MS performed LU  {at=24231437.9615062, lu_delay=5.426513005048037, ms=00000}
22:48:52.792597 run                osmo-ms-mob/00002: Starting mobile
22:48:52.805975 run       osmo-ms-mob/00002(pid=137): Launched
22:48:52.817208 run                             mass: MS start registered  {at=24231438.52054984, delay=0.004902489483356476, ms=00002}
22:48:54.092035 run                osmo-ms-mob/00003: Starting mobile
22:48:54.106220 run       osmo-ms-mob/00003(pid=138): Launched
22:48:54.118928 run                             mass: MS start registered  {at=24231439.822271474, delay=0.006076652556657791, ms=00003}
22:48:55.192887 run                osmo-ms-mob/00004: Starting mobile
22:48:55.207061 run       osmo-ms-mob/00004(pid=139): Launched
22:48:55.218745 run                             mass: MS start registered  {at=24231440.922090035, delay=0.0049050673842430115, ms=00004}
22:48:56.024262 run                             mass: MS performed LU  {at=24231441.727592062, lu_delay=4.996575687080622, ms=00001}
22:48:56.192608 run                osmo-ms-mob/00005: Starting mobile
22:48:56.207801 run       osmo-ms-mob/00005(pid=140): Launched
22:48:56.220768 run                             mass: MS start registered  {at=24231441.9241151, delay=0.005196075886487961, ms=00005}
22:48:57.248443 run                osmo-ms-mob/00006: Starting mobile
22:48:57.263416 run       osmo-ms-mob/00006(pid=141): Launched
22:48:57.270022 run                             mass: Starting too slowly. Moving on {now=24231442.973391283, sleep=-0.08412616327404976, target=24231442.88926512}
22:48:57.276090 run                             mass: MS start registered  {at=24231442.9794512, delay=0.006062369793653488, ms=00006}
22:48:57.925573 run                             mass: MS performed LU  {at=24231443.628903605, lu_delay=5.108353763818741, ms=00002}
22:48:57.937667 run                osmo-ms-mob/00007: Starting mobile
22:48:57.951979 run       osmo-ms-mob/00007(pid=142): Launched
22:48:57.965447 run                             mass: MS start registered  {at=24231443.668786, delay=0.005892612040042877, ms=00007}
22:48:58.792361 run                osmo-ms-mob/00008: Starting mobile
22:48:58.806120 run       osmo-ms-mob/00008(pid=143): Launched
22:48:58.817312 run                             mass: MS start registered  {at=24231444.520663407, delay=0.004874315112829208, ms=00008}
22:48:59.492508 run                osmo-ms-mob/00009: Starting mobile
22:48:59.506019 run       osmo-ms-mob/00009(pid=144): Launched
22:48:59.517489 run                             mass: MS start registered  {at=24231445.220840212, delay=0.004668623208999634, ms=00009}
22:48:59.789854 run                             mass: MS performed LU  {at=24231445.493174106, lu_delay=5.670902632176876, ms=00003}
22:49:00.192246 run                osmo-ms-mob/00010: Starting mobile
22:49:00.206385 run       osmo-ms-mob/00010(pid=145): Launched
22:49:00.217893 run                             mass: MS start registered  {at=24231445.921235725, delay=0.005041513592004776, ms=00010}
22:49:00.306797 run                             mass: MS performed LU  {at=24231446.010124158, lu_delay=5.088034123182297, ms=00004}
22:49:00.791922 run                osmo-ms-mob/00011: Starting mobile
22:49:00.805859 run       osmo-ms-mob/00011(pid=146): Launched
22:49:00.817429 run                             mass: MS start registered  {at=24231446.520776935, delay=0.005067169666290283, ms=00011}
22:49:01.392629 run                osmo-ms-mob/00012: Starting mobile
22:49:01.406646 run       osmo-ms-mob/00012(pid=147): Launched
22:49:01.418467 run                             mass: MS start registered  {at=24231447.121816467, delay=0.005188751965761185, ms=00012}
22:49:01.691434 run                             mass: MS performed LU  {at=24231447.394756604, lu_delay=5.470641504973173, ms=00005}
22:49:01.991763 run                osmo-ms-mob/00013: Starting mobile
22:49:02.005541 run       osmo-ms-mob/00013(pid=148): Launched
22:49:02.016874 run                             mass: MS start registered  {at=24231447.720223445, delay=0.004716545343399048, ms=00013}
22:49:02.593459 run                osmo-ms-mob/00014: Starting mobile
22:49:02.607109 run       osmo-ms-mob/00014(pid=149): Launched
22:49:02.619073 run                             mass: MS start registered  {at=24231448.32241016, delay=0.005283933132886887, ms=00014}
22:49:03.194743 run                osmo-ms-mob/00015: Starting mobile
22:49:03.209200 run       osmo-ms-mob/00015(pid=150): Launched
22:49:03.220533 run                             mass: MS start registered  {at=24231448.92387937, delay=0.004861317574977875, ms=00015}
22:49:03.556089 run                             mass: MS performed LU  {at=24231449.25942197, lu_delay=5.590635970234871, ms=00007}
22:49:03.601663 run                             mass: MS performed LU  {at=24231449.30499503, lu_delay=6.325543828308582, ms=00006}
22:49:03.613907 run                osmo-ms-mob/00016: Starting mobile
22:49:03.628801 run       osmo-ms-mob/00016(pid=151): Launched
22:49:03.635305 run                             mass: MS performed LU  {at=24231449.338662304, lu_delay=4.817998897284269, ms=00008}
22:49:03.641593 run                             mass: MS start registered  {at=24231449.344958797, delay=0.0063195787370204926, ms=00016}
22:49:04.202322 run                osmo-ms-mob/00017: Starting mobile
22:49:04.217637 run       osmo-ms-mob/00017(pid=152): Launched
22:49:04.228968 run                             mass: MS start registered  {at=24231449.93231385, delay=0.004931330680847168, ms=00017}
22:49:04.792269 run                osmo-ms-mob/00018: Starting mobile
22:49:04.807108 run       osmo-ms-mob/00018(pid=153): Launched
22:49:04.818535 run                             mass: MS start registered  {at=24231450.521883264, delay=0.004796508699655533, ms=00018}
22:49:05.192191 run                osmo-ms-mob/00019: Starting mobile
22:49:05.208353 run       osmo-ms-mob/00019(pid=154): Launched
22:49:05.221526 run                             mass: MS start registered  {at=24231450.9248493, delay=0.006504669785499573, ms=00019}
22:49:05.337561 run                             mass: MS performed LU  {at=24231451.040878244, lu_delay=5.119642518460751, ms=00010}
22:49:05.355442 run                             mass: MS performed LU  {at=24231451.058786053, lu_delay=4.538009118288755, ms=00011}
22:49:05.457420 run                             mass: MS performed LU  {at=24231451.160735186, lu_delay=5.93989497423172, ms=00009}
22:49:05.692600 run                osmo-ms-mob/00020: Starting mobile
22:49:05.706186 run       osmo-ms-mob/00020(pid=155): Launched
22:49:05.717363 run                             mass: MS start registered  {at=24231451.42071602, delay=0.00485244020819664, ms=00020}
22:49:06.192897 run                osmo-ms-mob/00021: Starting mobile
22:49:06.206961 run       osmo-ms-mob/00021(pid=156): Launched
22:49:06.218953 run                             mass: MS start registered  {at=24231451.922289666, delay=0.005309447646141052, ms=00021}
22:49:06.593187 run                osmo-ms-mob/00022: Starting mobile
22:49:06.607293 run       osmo-ms-mob/00022(pid=157): Launched
22:49:06.619309 run                             mass: MS start registered  {at=24231452.322647143, delay=0.005507960915565491, ms=00022}
22:49:07.095828 run                osmo-ms-mob/00023: Starting mobile
22:49:07.111093 run       osmo-ms-mob/00023(pid=158): Launched
22:49:07.122525 run                             mass: MS start registered  {at=24231452.825875282, delay=0.005013100802898407, ms=00023}
22:49:07.321761 run                             mass: MS performed LU  {at=24231453.025050092, lu_delay=5.903233624994755, ms=00012}
22:49:07.404904 run                             mass: MS performed LU  {at=24231453.108243372, lu_delay=5.388019926846027, ms=00013}
22:49:07.419558 run                osmo-ms-mob/00024: Starting mobile
22:49:07.433565 run       osmo-ms-mob/00024(pid=159): Launched
22:49:07.439997 run                             mass: MS performed LU  {at=24231453.14335519, lu_delay=4.820945031940937, ms=00014}
22:49:07.446184 run                             mass: MS start registered  {at=24231453.14955038, delay=0.006215713918209076, ms=00024}
22:49:08.000525 run                osmo-ms-mob/00025: Starting mobile
22:49:08.030135 run       osmo-ms-mob/00025(pid=160): Launched
22:49:08.050198 run                             mass: MS start registered  {at=24231453.753512368, delay=0.012371927499771118, ms=00025}
22:49:08.401150 run                osmo-ms-mob/00026: Starting mobile
22:49:08.439751 run       osmo-ms-mob/00026(pid=161): Launched
22:49:08.465415 run                             mass: MS start registered  {at=24231454.16871766, delay=0.007242515683174133, ms=00026}
22:49:08.800158 run                osmo-ms-mob/00027: Starting mobile
22:49:08.835200 run       osmo-ms-mob/00027(pid=162): Launched
22:49:08.852303 run                             mass: MS start registered  {at=24231454.555641726, delay=4.353374242782593e-05, ms=00027}
22:49:09.102822 run                             mass: MS performed LU  {at=24231454.80612582, lu_delay=5.461167022585869, ms=00016}
22:49:09.128079 run                osmo-ms-mob/00028: Starting mobile
22:49:09.149217 run       osmo-ms-mob/00028(pid=163): Launched
22:49:09.159127 run                             mass: MS performed LU  {at=24231454.862474807, lu_delay=4.930160958319902, ms=00017}
22:49:09.168313 run                             mass: MS start registered  {at=24231454.87167191, delay=0.009223684668540955, ms=00028}
22:49:09.223494 run                             mass: MS performed LU  {at=24231454.926804118, lu_delay=6.002924747765064, ms=00015}
22:49:09.374968 run                             mass: MS performed LU  {at=24231455.07828955, lu_delay=4.556406285613775, ms=00018}
22:49:09.391468 run                osmo-ms-mob/00029: Starting mobile
22:49:09.411896 run       osmo-ms-mob/00029(pid=164): Launched
22:49:09.428978 run                             mass: MS start registered  {at=24231455.132318586, delay=3.925338387489319e-05, ms=00029}
22:49:09.995582 run                osmo-ms-mob/00030: Starting mobile
22:49:10.010620 run       osmo-ms-mob/00030(pid=165): Launched
22:49:10.023402 run                             mass: MS start registered  {at=24231455.726742692, delay=0.0055616386234760284, ms=00030}
22:49:10.397708 run                osmo-ms-mob/00031: Starting mobile
22:49:10.425791 run       osmo-ms-mob/00031(pid=166): Launched
22:49:10.445088 run                             mass: MS start registered  {at=24231456.148413595, delay=0.005493137985467911, ms=00031}
22:49:10.698970 run                osmo-ms-mob/00032: Starting mobile
22:49:10.730302 run       osmo-ms-mob/00032(pid=167): Launched
22:49:10.752658 run                             mass: MS start registered  {at=24231456.45596442, delay=0.006989985704421997, ms=00032}
22:49:11.094696 run                osmo-ms-mob/00033: Starting mobile
22:49:11.112326 run       osmo-ms-mob/00033(pid=168): Launched
22:49:11.120661 run                             mass: MS performed LU  {at=24231456.824005436, lu_delay=4.901715770363808, ms=00021}
22:49:11.128993 run                             mass: MS start registered  {at=24231456.83235452, delay=0.008382607251405716, ms=00033}
22:49:11.138929 run                             mass: MS performed LU  {at=24231456.842285197, lu_delay=5.917435895651579, ms=00019}
22:49:11.152430 run                             mass: MS performed LU  {at=24231456.855763834, lu_delay=5.435047812759876, ms=00020}
22:49:11.167123 run                osmo-ms-mob/00034: Starting mobile
22:49:11.183907 run       osmo-ms-mob/00034(pid=169): Launched
22:49:11.197635 run                             mass: MS start registered  {at=24231456.90097391, delay=0.005782824009656906, ms=00034}
22:49:11.276858 run                             mass: MS performed LU  {at=24231456.980192054, lu_delay=4.657544910907745, ms=00022}
22:49:11.792156 run                osmo-ms-mob/00035: Starting mobile
22:49:11.807949 run       osmo-ms-mob/00035(pid=170): Launched
22:49:11.819199 run                             mass: MS start registered  {at=24231457.52254511, delay=0.0048429518938064575, ms=00035}
22:49:12.193978 run                osmo-ms-mob/00036: Starting mobile
22:49:12.208340 run       osmo-ms-mob/00036(pid=171): Launched
22:49:12.220401 run                             mass: MS start registered  {at=24231457.92373915, delay=0.005528733134269714, ms=00036}
22:49:12.594636 run                osmo-ms-mob/00037: Starting mobile
22:49:12.608308 run       osmo-ms-mob/00037(pid=172): Launched
22:49:12.621963 run                             mass: MS start registered  {at=24231458.32530754, delay=0.006987646222114563, ms=00037}
22:49:12.868673 run                             mass: MS performed LU  {at=24231458.57197916, lu_delay=4.818466793745756, ms=00025}
22:49:12.881272 run                osmo-ms-mob/00038: Starting mobile
22:49:12.895707 run       osmo-ms-mob/00038(pid=173): Launched
22:49:12.902329 run                             mass: MS performed LU  {at=24231458.60568135, lu_delay=4.436963688582182, ms=00026}
22:49:12.910554 run                             mass: MS start registered  {at=24231458.613917127, delay=0.008262477815151215, ms=00038}
22:49:12.989211 run                             mass: MS performed LU  {at=24231458.692541856, lu_delay=5.542991477996111, ms=00024}
22:49:13.001326 run                osmo-ms-mob/00039: Starting mobile
22:49:13.015335 run       osmo-ms-mob/00039(pid=174): Launched
22:49:13.028455 run                             mass: MS start registered  {at=24231458.73179723, delay=0.006512023508548737, ms=00039}
22:49:13.141338 run                             mass: MS performed LU  {at=24231458.844663303, lu_delay=6.018788021057844, ms=00023}
22:49:13.591961 run                osmo-ms-mob/00040: Starting mobile
22:49:13.606647 run       osmo-ms-mob/00040(pid=175): Launched
22:49:13.617943 run                             mass: MS start registered  {at=24231459.321280047, delay=0.00276155024766922, ms=00040}
22:49:13.892285 run                osmo-ms-mob/00041: Starting mobile
22:49:13.906457 run       osmo-ms-mob/00041(pid=176): Launched
22:49:13.917951 run                             mass: MS start registered  {at=24231459.621283375, delay=0.004386652261018753, ms=00041}
22:49:14.194003 run                osmo-ms-mob/00042: Starting mobile
22:49:14.208071 run       osmo-ms-mob/00042(pid=177): Launched
22:49:14.219674 run                             mass: MS start registered  {at=24231459.923022352, delay=0.004958841949701309, ms=00042}
22:49:14.592534 run                osmo-ms-mob/00043: Starting mobile
22:49:14.606297 run       osmo-ms-mob/00043(pid=178): Launched
22:49:14.618292 run                             mass: MS start registered  {at=24231460.32162524, delay=0.005395907908678055, ms=00043}
22:49:14.853517 run                             mass: MS performed LU  {at=24231460.55685034, lu_delay=6.0012086145579815, ms=00027}
22:49:14.865740 run                osmo-ms-mob/00044: Starting mobile
22:49:14.881086 run       osmo-ms-mob/00044(pid=179): Launched
22:49:14.893636 run                             mass: MS start registered  {at=24231460.596984148, delay=0.0051118358969688416, ms=00044}
22:49:14.900845 run                             mass: MS performed LU  {at=24231460.604203057, lu_delay=4.877460364252329, ms=00030}
22:49:14.917892 run                             mass: MS performed LU  {at=24231460.621235106, lu_delay=5.488916520029306, ms=00029}
22:49:14.931092 run                osmo-ms-mob/00045: Starting mobile
22:49:14.947555 run       osmo-ms-mob/00045(pid=180): Launched
22:49:14.960553 run                             mass: MS start registered  {at=24231460.663896266, delay=0.004835300147533417, ms=00045}
22:49:15.061484 run                             mass: MS performed LU  {at=24231460.764818937, lu_delay=4.616405341774225, ms=00031}
22:49:15.492928 run                osmo-ms-mob/00046: Starting mobile
22:49:15.507387 run       osmo-ms-mob/00046(pid=181): Launched
22:49:15.518608 run                             mass: MS start registered  {at=24231461.221960485, delay=0.004370369017124176, ms=00046}
22:49:15.792046 run                osmo-ms-mob/00047: Starting mobile
22:49:15.806764 run       osmo-ms-mob/00047(pid=182): Launched
22:49:15.818259 run                             mass: MS start registered  {at=24231461.521608885, delay=0.004176430404186249, ms=00047}
22:49:16.091746 run                osmo-ms-mob/00048: Starting mobile
22:49:16.105733 run       osmo-ms-mob/00048(pid=183): Launched
22:49:16.116571 run                             mass: MS start registered  {at=24231461.819923133, delay=0.004410646855831146, ms=00048}
22:49:16.391821 run                osmo-ms-mob/00049: Starting mobile
22:49:16.406072 run       osmo-ms-mob/00049(pid=184): Launched
22:49:16.417423 run                             mass: MS start registered  {at=24231462.120772835, delay=0.004505503922700882, ms=00049}
22:49:16.634599 run                             mass: MS performed LU  {at=24231462.337933738, lu_delay=5.5055792182683945, ms=00033}
22:49:16.647156 run                osmo-ms-mob/00050: Starting mobile
22:49:16.661807 run       osmo-ms-mob/00050(pid=185): Launched
22:49:16.670179 run                             mass: MS performed LU  {at=24231462.373535298, lu_delay=4.850990187376738, ms=00035}
22:49:16.677084 run                             mass: MS start registered  {at=24231462.380447257, delay=0.006932467222213745, ms=00050}
22:49:16.754129 run                             mass: MS performed LU  {at=24231462.457461905, lu_delay=4.533722754567862, ms=00036}
22:49:16.906988 run                             mass: MS performed LU  {at=24231462.61031595, lu_delay=5.709342040121555, ms=00034}
22:49:16.919852 run                osmo-ms-mob/00051: Starting mobile
22:49:16.934150 run       osmo-ms-mob/00051(pid=186): Launched
22:49:16.945525 run                             mass: MS start registered  {at=24231462.64886892, delay=0.004858996719121933, ms=00051}
22:49:16.962297 run                             mass: MS performed LU  {at=24231462.665636584, lu_delay=6.209672164171934, ms=00032}
22:49:17.398675 run                osmo-ms-mob/00052: Starting mobile
22:49:17.427966 run       osmo-ms-mob/00052(pid=187): Launched
22:49:17.445526 run                             mass: MS start registered  {at=24231463.148870047, delay=3.489106893539429e-05, ms=00052}
22:49:17.695794 run                osmo-ms-mob/00053: Starting mobile
22:49:17.712028 run       osmo-ms-mob/00053(pid=188): Launched
22:49:17.725174 run                             mass: MS start registered  {at=24231463.428507496, delay=0.00580182671546936, ms=00053}
22:49:18.195153 run                osmo-ms-mob/00054: Starting mobile
22:49:18.214236 run       osmo-ms-mob/00054(pid=189): Launched
22:49:18.220611 run                             mass: Starting too slowly. Moving on {now=24231463.923980538, sleep=-0.13471510633826256, target=24231463.78926543}
22:49:18.226558 run                             mass: MS start registered  {at=24231463.929917417, delay=0.005938991904258728, ms=00054}
22:49:18.232563 run                             mass: Starting too slowly. Moving on {now=24231463.935934167, sleep=-0.04666873440146446, target=24231463.889265433}
22:49:18.297761 run                osmo-ms-mob/00055: Starting mobile
22:49:18.312389 run       osmo-ms-mob/00055(pid=190): Launched
22:49:18.323850 run                             mass: MS start registered  {at=24231464.027177468, delay=0.005018800497055054, ms=00055}
22:49:18.597867 run                osmo-ms-mob/00056: Starting mobile
22:49:18.625945 run       osmo-ms-mob/00056(pid=191): Launched
22:49:18.638795 run                             mass: MS performed LU  {at=24231464.342140302, lu_delay=5.7282231748104095, ms=00038}
22:49:18.650977 run                             mass: MS start registered  {at=24231464.354331873, delay=0.012227464467287064, ms=00056}
22:49:18.665115 run                             mass: MS performed LU  {at=24231464.36844429, lu_delay=6.04313674941659, ms=00037}
22:49:18.687110 run                osmo-ms-mob/00057: Starting mobile
22:49:18.713119 run       osmo-ms-mob/00057(pid=192): Launched
22:49:18.724934 run                             mass: MS performed LU  {at=24231464.428280566, lu_delay=5.107000518590212, ms=00040}
22:49:18.736498 run                             mass: MS start registered  {at=24231464.43985224, delay=0.01160556823015213, ms=00057}
22:49:18.827061 run                             mass: MS performed LU  {at=24231464.53037243, lu_delay=4.909089054912329, ms=00041}
22:49:19.099535 run                             mass: MS performed LU  {at=24231464.80285452, lu_delay=6.071057289838791, ms=00039}
22:49:19.117202 run                osmo-ms-mob/00058: Starting mobile
22:49:19.133463 run       osmo-ms-mob/00058(pid=193): Launched
22:49:19.141247 run                             mass: MS performed LU  {at=24231464.844598994, lu_delay=4.921576641499996, ms=00042}
22:49:19.148693 run                             mass: MS start registered  {at=24231464.852053527, delay=0.007480468600988388, ms=00058}
22:49:19.594118 run                osmo-ms-mob/00059: Starting mobile
22:49:19.609451 run       osmo-ms-mob/00059(pid=194): Launched
22:49:19.621526 run                             mass: MS start registered  {at=24231465.32429539, delay=0.004637975245714188, ms=00059}
22:49:19.791253 run                             mass: MS performed LU  {at=24231465.494577732, lu_delay=3.6746545992791653, ms=00048}
22:49:19.806953 run                osmo-ms-mob/00060: Starting mobile
22:49:19.821527 run       osmo-ms-mob/00060(pid=195): Launched
22:49:19.833141 run                             mass: MS start registered  {at=24231465.536465757, delay=0.004876263439655304, ms=00060}
22:49:20.291822 run                osmo-ms-mob/00061: Starting mobile
22:49:20.306293 run       osmo-ms-mob/00061(pid=196): Launched
22:49:20.317666 run                             mass: MS start registered  {at=24231466.021004483, delay=0.004994921386241913, ms=00061}
22:49:20.400820 run                             mass: MS performed LU  {at=24231466.10407654, lu_delay=5.782451298087835, ms=00043}
22:49:20.520058 run                             mass: MS performed LU  {at=24231466.22339224, lu_delay=5.626408092677593, ms=00044}
22:49:20.535292 run                osmo-ms-mob/00062: Starting mobile
22:49:20.549166 run       osmo-ms-mob/00062(pid=197): Launched
22:49:20.560552 run                             mass: MS start registered  {at=24231466.263902966, delay=0.004523869603872299, ms=00062}
22:49:20.672353 run                             mass: MS performed LU  {at=24231466.375662707, lu_delay=4.854053821414709, ms=00047}
22:49:20.728134 run                             mass: MS performed LU  {at=24231466.431466136, lu_delay=5.2095056511461735, ms=00046}
22:49:20.741341 run                osmo-ms-mob/00063: Starting mobile
22:49:20.755595 run       osmo-ms-mob/00063(pid=198): Launched
22:49:20.767091 run                             mass: MS start registered  {at=24231466.470438316, delay=0.004855267703533173, ms=00063}
22:49:21.293663 run                osmo-ms-mob/00064: Starting mobile
22:49:21.308866 run       osmo-ms-mob/00064(pid=199): Launched
22:49:21.322814 run                             mass: MS start registered  {at=24231467.026149385, delay=0.006355643272399902, ms=00064}
22:49:21.692940 run                osmo-ms-mob/00065: Starting mobile
22:49:21.708000 run       osmo-ms-mob/00065(pid=200): Launched
22:49:21.719527 run                             mass: MS start registered  {at=24231467.422859114, delay=0.00491911917924881, ms=00065}
22:49:21.992110 run                osmo-ms-mob/00066: Starting mobile
22:49:22.006277 run       osmo-ms-mob/00066(pid=201): Launched
22:49:22.017692 run                             mass: MS start registered  {at=24231467.72103347, delay=0.004915982484817505, ms=00066}
22:49:22.384978 run                             mass: MS performed LU  {at=24231468.08830622, lu_delay=4.939436171203852, ms=00052}
22:49:22.399489 run                osmo-ms-mob/00067: Starting mobile
22:49:22.414276 run       osmo-ms-mob/00067(pid=202): Launched
22:49:22.425517 run                             mass: MS start registered  {at=24231468.12886757, delay=0.004633724689483643, ms=00067}
22:49:22.432314 run                             mass: MS performed LU  {at=24231468.13567047, lu_delay=4.707162972539663, ms=00053}
22:49:22.449248 run                             mass: MS performed LU  {at=24231468.152568385, lu_delay=6.031795550137758, ms=00049}
22:49:22.461425 run                osmo-ms-mob/00068: Starting mobile
22:49:22.475567 run       osmo-ms-mob/00068(pid=203): Launched
22:49:22.487993 run                             mass: MS start registered  {at=24231468.191319954, delay=0.005857352167367935, ms=00068}
22:49:22.592361 run                             mass: MS performed LU  {at=24231468.295696355, lu_delay=5.915249098092318, ms=00050}
22:49:23.092481 run                osmo-ms-mob/00069: Starting mobile
22:49:23.106310 run       osmo-ms-mob/00069(pid=204): Launched
22:49:23.118298 run                             mass: MS start registered  {at=24231468.82162631, delay=0.00537659227848053, ms=00069}
22:49:23.646433 run                osmo-ms-mob/00070: Starting mobile
22:49:23.660552 run       osmo-ms-mob/00070(pid=205): Launched
22:49:23.667169 run                             mass: Starting too slowly. Moving on {now=24231469.37053652, sleep=-0.08127100765705109, target=24231469.289265513}
22:49:23.673313 run                             mass: MS performed LU  {at=24231469.376670368, lu_delay=5.446752950549126, ms=00054}
22:49:23.679374 run                             mass: MS start registered  {at=24231469.38274026, delay=0.01220657303929329, ms=00070}
22:49:23.892712 run                osmo-ms-mob/00071: Starting mobile
22:49:23.908141 run       osmo-ms-mob/00071(pid=206): Launched
22:49:23.919820 run                             mass: MS start registered  {at=24231469.623167258, delay=0.004981417208909988, ms=00071}
22:49:24.203210 run                             mass: MS performed LU  {at=24231469.906546943, lu_delay=4.370081186294556, ms=00060}
22:49:24.215572 run                osmo-ms-mob/00072: Starting mobile
22:49:24.230065 run       osmo-ms-mob/00072(pid=207): Launched
22:49:24.241584 run                             mass: MS start registered  {at=24231469.9449237, delay=0.004894442856311798, ms=00072}
22:49:24.258332 run                             mass: MS performed LU  {at=24231469.961673994, lu_delay=5.52182175219059, ms=00057}
22:49:24.276854 run                             mass: MS performed LU  {at=24231469.980191994, lu_delay=5.625860121101141, ms=00056}
22:49:24.530927 run                             mass: MS performed LU  {at=24231470.234260965, lu_delay=5.382207438349724, ms=00058}
22:49:24.542506 run                osmo-ms-mob/00073: Starting mobile
22:49:24.556387 run       osmo-ms-mob/00073(pid=208): Launched
22:49:24.567538 run                             mass: MS start registered  {at=24231470.27088847, delay=0.004274960607290268, ms=00073}
22:49:25.092778 run                osmo-ms-mob/00074: Starting mobile
22:49:25.107227 run       osmo-ms-mob/00074(pid=209): Launched
22:49:25.119250 run                             mass: MS start registered  {at=24231470.822590567, delay=0.004690833389759064, ms=00074}
22:49:25.208948 run                             mass: MS performed LU  {at=24231470.912235655, lu_delay=5.587940264493227, ms=00059}
22:49:25.412017 run                             mass: MS performed LU  {at=24231471.115319792, lu_delay=4.089170407503843, ms=00064}
22:49:25.425543 run                osmo-ms-mob/00075: Starting mobile
22:49:25.440040 run       osmo-ms-mob/00075(pid=210): Launched
22:49:25.446711 run                             mass: MS performed LU  {at=24231471.15006565, lu_delay=3.7272065356373787, ms=00065}
22:49:25.452940 run                             mass: MS start registered  {at=24231471.15630553, delay=0.006261240690946579, ms=00075}
22:49:25.992842 run                osmo-ms-mob/00076: Starting mobile
22:49:26.007593 run       osmo-ms-mob/00076(pid=211): Launched
22:49:26.019574 run                             mass: MS start registered  {at=24231471.722897276, delay=0.005193028599023819, ms=00076}
22:49:26.124684 run                             mass: MS performed LU  {at=24231471.82791388, lu_delay=5.564010914415121, ms=00062}
22:49:26.197468 run                             mass: MS performed LU  {at=24231471.900728185, lu_delay=5.879723701626062, ms=00061}
22:49:26.222867 run                             mass: MS performed LU  {at=24231471.926225904, lu_delay=5.455787587910891, ms=00063}
22:49:26.234541 run                osmo-ms-mob/00077: Starting mobile
22:49:26.247948 run       osmo-ms-mob/00077(pid=212): Launched
22:49:26.259374 run                             mass: MS start registered  {at=24231471.962720074, delay=0.00501260906457901, ms=00077}
22:49:26.892034 run                osmo-ms-mob/00078: Starting mobile
22:49:26.907304 run       osmo-ms-mob/00078(pid=213): Launched
22:49:26.918767 run                             mass: MS start registered  {at=24231472.622112162, delay=0.0024585314095020294, ms=00078}
22:49:27.292707 run                osmo-ms-mob/00079: Starting mobile
22:49:27.306950 run       osmo-ms-mob/00079(pid=214): Launched
22:49:27.318682 run                             mass: MS start registered  {at=24231473.022018943, delay=0.005209732800722122, ms=00079}
22:49:27.795137 run                osmo-ms-mob/00080: Starting mobile
22:49:27.812537 run       osmo-ms-mob/00080(pid=215): Launched
22:49:27.824209 run                             mass: MS start registered  {at=24231473.527552415, delay=0.005076650530099869, ms=00080}
22:49:27.950812 run                             mass: MS performed LU  {at=24231473.654143896, lu_delay=5.933110427111387, ms=00066}
22:49:27.968395 run                             mass: MS performed LU  {at=24231473.67173404, lu_delay=5.542866468429565, ms=00067}
22:49:28.033349 run                             mass: MS performed LU  {at=24231473.73668009, lu_delay=5.5453601367771626, ms=00068}
22:49:28.259634 run                             mass: MS performed LU  {at=24231473.962966688, lu_delay=5.1413403786718845, ms=00069}
22:49:28.271998 run                osmo-ms-mob/00081: Starting mobile
22:49:28.286083 run       osmo-ms-mob/00081(pid=216): Launched
22:49:28.292468 run                             mass: MS performed LU  {at=24231473.995826602, lu_delay=4.6130863428115845, ms=00070}
22:49:28.298584 run                             mass: MS start registered  {at=24231474.001950502, delay=0.00614418089389801, ms=00081}
22:49:28.697944 run                osmo-ms-mob/00082: Starting mobile
22:49:28.712562 run       osmo-ms-mob/00082(pid=217): Launched
22:49:28.725990 run                             mass: MS start registered  {at=24231474.429331563, delay=0.006725780665874481, ms=00082}
22:49:29.293457 run                osmo-ms-mob/00083: Starting mobile
22:49:29.307798 run       osmo-ms-mob/00083(pid=218): Launched
22:49:29.319875 run                             mass: MS start registered  {at=24231475.023220953, delay=0.005374021828174591, ms=00083}
22:49:29.796923 run                osmo-ms-mob/00084: Starting mobile
22:49:29.811574 run       osmo-ms-mob/00084(pid=219): Launched
22:49:29.823180 run                             mass: MS start registered  {at=24231475.52652643, delay=0.005124613642692566, ms=00084}
22:49:29.870342 run                             mass: MS performed LU  {at=24231475.573656652, lu_delay=5.950489394366741, ms=00071}
22:49:29.962946 run                             mass: MS performed LU  {at=24231475.666270513, lu_delay=4.843679945915937, ms=00074}
22:49:29.981560 run                             mass: MS performed LU  {at=24231475.684905883, lu_delay=5.414017412811518, ms=00073}
22:49:30.123907 run                             mass: MS performed LU  {at=24231475.82717049, lu_delay=5.882246792316437, ms=00072}
22:49:30.135675 run                osmo-ms-mob/00085: Starting mobile
22:49:30.149458 run       osmo-ms-mob/00085(pid=220): Launched
22:49:30.161096 run                             mass: MS start registered  {at=24231475.86444482, delay=0.005156204104423523, ms=00085}
22:49:30.415404 run                             mass: MS performed LU  {at=24231476.11871452, lu_delay=4.9624089896678925, ms=00075}
22:49:30.895560 run                osmo-ms-mob/00086: Starting mobile
22:49:30.910569 run       osmo-ms-mob/00086(pid=221): Launched
22:49:30.923475 run                             mass: MS start registered  {at=24231476.626780663, delay=0.003176949918270111, ms=00086}
22:49:31.628855 run                osmo-ms-mob/00087: Starting mobile
22:49:31.643463 run       osmo-ms-mob/00087(pid=222): Launched
22:49:31.650065 run                             mass: Starting too slowly. Moving on {now=24231477.35343229, sleep=-0.06416665762662888, target=24231477.289265633}
22:49:31.656322 run                             mass: MS start registered  {at=24231477.35967959, delay=0.006249755620956421, ms=00087}
22:49:31.800066 run                             mass: MS performed LU  {at=24231477.503353965, lu_delay=5.540633890777826, ms=00077}
22:49:31.817839 run                             mass: MS performed LU  {at=24231477.52114754, lu_delay=4.899035379290581, ms=00078}
22:49:31.933029 run                             mass: MS performed LU  {at=24231477.636362523, lu_delay=5.913465246558189, ms=00076}
22:49:31.945410 run                osmo-ms-mob/00088: Starting mobile
22:49:31.960151 run       osmo-ms-mob/00088(pid=223): Launched
22:49:31.967439 run                             mass: MS performed LU  {at=24231477.67078997, lu_delay=22.79911805689335, ms=00028}
22:49:31.980358 run                             mass: MS start registered  {at=24231477.683681455, delay=0.012917600572109222, ms=00088}
22:49:32.440422 run                             mass: MS performed LU  {at=24231478.14375665, lu_delay=5.121737707406282, ms=00079}
22:49:32.692192 run                osmo-ms-mob/00089: Starting mobile
22:49:32.723217 run       osmo-ms-mob/00089(pid=224): Launched
22:49:32.734431 run                             mass: MS start registered  {at=24231478.437781703, delay=0.0047471001744270325, ms=00089}
22:49:33.293932 run                osmo-ms-mob/00090: Starting mobile
22:49:33.308470 run       osmo-ms-mob/00090(pid=225): Launched
22:49:33.320046 run                             mass: MS start registered  {at=24231479.02339316, delay=0.004901822656393051, ms=00090}
22:49:33.636169 run                             mass: MS performed LU  {at=24231479.339504857, lu_delay=4.9101732932031155, ms=00082}
22:49:33.728689 run                             mass: MS performed LU  {at=24231479.43201587, lu_delay=5.904463455080986, ms=00080}
22:49:33.747299 run                             mass: MS performed LU  {at=24231479.45065092, lu_delay=5.448700416833162, ms=00081}
22:49:33.992453 run                osmo-ms-mob/00091: Starting mobile
22:49:34.006125 run       osmo-ms-mob/00091(pid=226): Launched
22:49:34.017226 run                             mass: MS start registered  {at=24231479.72057905, delay=0.004758574068546295, ms=00091}
22:49:34.692533 run                osmo-ms-mob/00092: Starting mobile
22:49:34.706055 run       osmo-ms-mob/00092(pid=227): Launched
22:49:34.718587 run                             mass: MS start registered  {at=24231480.421922937, delay=0.006325356662273407, ms=00092}
22:49:35.493033 run                osmo-ms-mob/00093: Starting mobile
22:49:35.507357 run       osmo-ms-mob/00093(pid=228): Launched
22:49:35.519580 run                             mass: MS start registered  {at=24231481.222923312, delay=0.005763694643974304, ms=00093}
22:49:35.565358 run                             mass: MS performed LU  {at=24231481.26864354, lu_delay=6.245422586798668, ms=00083}
22:49:35.583728 run                             mass: MS performed LU  {at=24231481.287079345, lu_delay=5.760552916675806, ms=00084}
22:49:35.698748 run                             mass: MS performed LU  {at=24231481.40208078, lu_delay=4.775300119072199, ms=00086}
22:49:35.717061 run                             mass: MS performed LU  {at=24231481.42040342, lu_delay=5.555958602577448, ms=00085}
22:49:36.398029 run                osmo-ms-mob/00094: Starting mobile
22:49:36.412975 run       osmo-ms-mob/00094(pid=229): Launched
22:49:36.425114 run                             mass: MS start registered  {at=24231482.128455386, delay=0.005293399095535278, ms=00094}
22:49:37.293441 run                osmo-ms-mob/00095: Starting mobile
22:49:37.306884 run       osmo-ms-mob/00095(pid=230): Launched
22:49:37.318064 run                             mass: MS start registered  {at=24231483.021419168, delay=0.0048315636813640594, ms=00095}
22:49:37.383363 run                             mass: MS performed LU  {at=24231483.086683247, lu_delay=4.648901544511318, ms=00089}
22:49:37.494039 run                             mass: MS performed LU  {at=24231483.197370224, lu_delay=22.53347395732999, ms=00045}
22:49:37.512647 run                             mass: MS performed LU  {at=24231483.21596644, lu_delay=5.532284986227751, ms=00088}
22:49:38.292218 run                osmo-ms-mob/00096: Starting mobile
22:49:38.307003 run       osmo-ms-mob/00096(pid=231): Launched
22:49:38.318846 run                             mass: MS start registered  {at=24231484.02219122, delay=0.005375497043132782, ms=00096}
22:49:39.331395 run                             mass: MS performed LU  {at=24231485.034694385, lu_delay=5.314115334302187, ms=00091}
22:49:39.343729 run                osmo-ms-mob/00097: Starting mobile
22:49:39.358113 run       osmo-ms-mob/00097(pid=232): Launched
22:49:39.364655 run                             mass: MS performed LU  {at=24231485.06799466, lu_delay=4.646071724593639, ms=00092}
22:49:39.370833 run                             mass: MS start registered  {at=24231485.074198335, delay=0.0062249936163425446, ms=00097}
22:49:39.465091 run                             mass: MS performed LU  {at=24231485.16840702, lu_delay=6.145013857632875, ms=00090}
22:49:39.483721 run                             mass: MS performed LU  {at=24231485.187053077, lu_delay=22.53818415850401, ms=00051}
22:49:40.708101 run                osmo-ms-mob/00098: Starting mobile
22:49:40.722771 run       osmo-ms-mob/00098(pid=233): Launched
22:49:40.733928 run                             mass: MS start registered  {at=24231486.437271774, delay=0.004470441490411758, ms=00098}
22:49:41.260221 run                             mass: MS performed LU  {at=24231486.963555094, lu_delay=5.740631781518459, ms=00093}
22:49:41.278700 run                             mass: MS performed LU  {at=24231486.982039154, lu_delay=4.8535837680101395, ms=00094}
22:49:41.384306 run                             mass: MS performed LU  {at=24231487.087628864, lu_delay=23.06045139580965, ms=00055}
22:49:42.506843 run                osmo-ms-mob/00099: Starting mobile
22:49:42.521623 run       osmo-ms-mob/00099(pid=234): Launched
22:49:42.527994 run                             mass: All started... {duration=55.74209752306342, too_slow=5}
22:49:42.535148 run                             mass: MS start registered  {at=24231488.238502763, delay=0.007143080234527588, ms=00099}
22:49:43.096835 run                             mass: MS performed LU  {at=24231488.800114803, lu_delay=4.777923583984375, ms=00096}
22:49:43.115073 run                             mass: MS performed LU  {at=24231488.818400715, lu_delay=5.796981547027826, ms=00095}
22:49:45.027109 run                             mass: MS performed LU  {at=24231490.73035977, lu_delay=5.656161434948444, ms=00097}
22:49:47.569401 run                             mass: MS performed LU  {at=24231493.272653967, lu_delay=6.83538219332695, ms=00098}
22:49:48.764482 run                             mass: MS performed LU  {at=24231494.46779989, lu_delay=6.229297127574682, ms=00099}
22:49:54.629965 run                             mass: MS performed LU  {at=24231500.333249483, lu_delay=22.97356989234686, ms=00087}
22:49:54.636739 run                             mass: Tests done {all_completed=True, max=23.06045139580965, min=3.6746545992791653}
22:49:54.642637 tst         register_default_mass.py: Test passed (92.7 sec)
22:49:54.648410 run pcap-recorder_any(filters='host 127.0.42.2')(pid=22): Terminating (SIGTERM)
22:49:54.651891 run      osmo-hlr_127.0.42.2(pid=23): Terminating (SIGTERM)
22:49:54.655349 run pcap-recorder_any(filters='host 127.0.42.5 and port not 22')(pid=24): Terminating (SIGTERM)
22:49:54.658812 run      osmo-stp_127.0.42.5(pid=25): Terminating (SIGTERM)
22:49:54.662272 run pcap-recorder_any(filters='host 127.0.42.6 and port not 22')(pid=26): Terminating (SIGTERM)
22:49:54.665756 run      osmo-msc_127.0.42.6(pid=27): Terminating (SIGTERM)
22:49:54.669237 run pcap-recorder_any(filters='host 127.0.42.3 and port not 22')(pid=28): Terminating (SIGTERM)
22:49:54.672708 run      osmo-mgw_127.0.42.3(pid=29): Terminating (SIGTERM)
22:49:54.676162 run pcap-recorder_any(filters='host 127.0.42.4 and port not 22')(pid=30): Terminating (SIGTERM)
22:49:54.679616 run      osmo-mgw_127.0.42.4(pid=31): Terminating (SIGTERM)
22:49:54.683101 run pcap-recorder_any(filters='host 127.0.42.7 and port not 22')(pid=32): Terminating (SIGTERM)
22:49:54.686601 run      osmo-bsc_127.0.42.7(pid=33): Terminating (SIGTERM)
22:49:54.690041 run         osmo-bts-virtual(pid=34): Terminating (SIGTERM)
22:49:54.693520 run   osmo-ms-virt-phy/00000(pid=35): Terminating (SIGTERM)
22:49:54.697018 run   osmo-ms-virt-phy/00001(pid=36): Terminating (SIGTERM)
22:49:54.700432 run   osmo-ms-virt-phy/00002(pid=37): Terminating (SIGTERM)
22:49:54.703861 run   osmo-ms-virt-phy/00003(pid=38): Terminating (SIGTERM)
22:49:54.707255 run   osmo-ms-virt-phy/00004(pid=39): Terminating (SIGTERM)
22:49:54.710653 run   osmo-ms-virt-phy/00005(pid=40): Terminating (SIGTERM)
22:49:54.714108 run   osmo-ms-virt-phy/00006(pid=41): Terminating (SIGTERM)
22:49:54.717988 run   osmo-ms-virt-phy/00007(pid=42): Terminating (SIGTERM)
22:49:54.721907 run   osmo-ms-virt-phy/00008(pid=43): Terminating (SIGTERM)
22:49:54.725403 run   osmo-ms-virt-phy/00009(pid=44): Terminating (SIGTERM)
22:49:54.729107 run   osmo-ms-virt-phy/00010(pid=45): Terminating (SIGTERM)
22:49:54.732902 run   osmo-ms-virt-phy/00011(pid=46): Terminating (SIGTERM)
22:49:54.736261 run   osmo-ms-virt-phy/00012(pid=47): Terminating (SIGTERM)
22:49:54.740194 run   osmo-ms-virt-phy/00013(pid=48): Terminating (SIGTERM)
22:49:54.743794 run   osmo-ms-virt-phy/00014(pid=49): Terminating (SIGTERM)
22:49:54.747427 run   osmo-ms-virt-phy/00015(pid=50): Terminating (SIGTERM)
22:49:54.750810 run   osmo-ms-virt-phy/00016(pid=51): Terminating (SIGTERM)
22:49:54.754218 run   osmo-ms-virt-phy/00017(pid=52): Terminating (SIGTERM)
22:49:54.757676 run   osmo-ms-virt-phy/00018(pid=53): Terminating (SIGTERM)
22:49:54.761121 run   osmo-ms-virt-phy/00019(pid=54): Terminating (SIGTERM)
22:49:54.764578 run   osmo-ms-virt-phy/00020(pid=55): Terminating (SIGTERM)
22:49:54.768330 run   osmo-ms-virt-phy/00021(pid=56): Terminating (SIGTERM)
22:49:54.771983 run   osmo-ms-virt-phy/00022(pid=57): Terminating (SIGTERM)
22:49:54.775790 run   osmo-ms-virt-phy/00023(pid=58): Terminating (SIGTERM)
22:49:54.779286 run   osmo-ms-virt-phy/00024(pid=59): Terminating (SIGTERM)
22:49:54.782775 run   osmo-ms-virt-phy/00025(pid=60): Terminating (SIGTERM)
22:49:54.786225 run   osmo-ms-virt-phy/00026(pid=61): Terminating (SIGTERM)
22:49:54.789700 run   osmo-ms-virt-phy/00027(pid=62): Terminating (SIGTERM)
22:49:54.793385 run   osmo-ms-virt-phy/00028(pid=63): Terminating (SIGTERM)
22:49:54.796836 run   osmo-ms-virt-phy/00029(pid=64): Terminating (SIGTERM)
22:49:54.800287 run   osmo-ms-virt-phy/00030(pid=65): Terminating (SIGTERM)
22:49:54.803722 run   osmo-ms-virt-phy/00031(pid=66): Terminating (SIGTERM)
22:49:54.807177 run   osmo-ms-virt-phy/00032(pid=67): Terminating (SIGTERM)
22:49:54.810640 run   osmo-ms-virt-phy/00033(pid=68): Terminating (SIGTERM)
22:49:54.814106 run   osmo-ms-virt-phy/00034(pid=69): Terminating (SIGTERM)
22:49:54.817559 run   osmo-ms-virt-phy/00035(pid=70): Terminating (SIGTERM)
22:49:54.821195 run   osmo-ms-virt-phy/00036(pid=71): Terminating (SIGTERM)
22:49:54.824653 run   osmo-ms-virt-phy/00037(pid=72): Terminating (SIGTERM)
22:49:54.828092 run   osmo-ms-virt-phy/00038(pid=73): Terminating (SIGTERM)
22:49:54.831538 run   osmo-ms-virt-phy/00039(pid=74): Terminating (SIGTERM)
22:49:54.834988 run   osmo-ms-virt-phy/00040(pid=75): Terminating (SIGTERM)
22:49:54.838606 run   osmo-ms-virt-phy/00041(pid=76): Terminating (SIGTERM)
22:49:54.842055 run   osmo-ms-virt-phy/00042(pid=77): Terminating (SIGTERM)
22:49:54.845511 run   osmo-ms-virt-phy/00043(pid=78): Terminating (SIGTERM)
22:49:54.848952 run   osmo-ms-virt-phy/00044(pid=79): Terminating (SIGTERM)
22:49:54.852426 run   osmo-ms-virt-phy/00045(pid=80): Terminating (SIGTERM)
22:49:54.855885 run   osmo-ms-virt-phy/00046(pid=81): Terminating (SIGTERM)
22:49:54.859329 run   osmo-ms-virt-phy/00047(pid=82): Terminating (SIGTERM)
22:49:54.862777 run   osmo-ms-virt-phy/00048(pid=83): Terminating (SIGTERM)
22:49:54.866358 run   osmo-ms-virt-phy/00049(pid=84): Terminating (SIGTERM)
22:49:54.869830 run   osmo-ms-virt-phy/00050(pid=85): Terminating (SIGTERM)
22:49:54.873284 run   osmo-ms-virt-phy/00051(pid=86): Terminating (SIGTERM)
22:49:54.876746 run   osmo-ms-virt-phy/00052(pid=87): Terminating (SIGTERM)
22:49:54.880182 run   osmo-ms-virt-phy/00053(pid=88): Terminating (SIGTERM)
22:49:54.883617 run   osmo-ms-virt-phy/00054(pid=89): Terminating (SIGTERM)
22:49:54.887057 run   osmo-ms-virt-phy/00055(pid=90): Terminating (SIGTERM)
22:49:54.890510 run   osmo-ms-virt-phy/00056(pid=91): Terminating (SIGTERM)
22:49:54.893960 run   osmo-ms-virt-phy/00057(pid=92): Terminating (SIGTERM)
22:49:54.897408 run   osmo-ms-virt-phy/00058(pid=93): Terminating (SIGTERM)
22:49:54.900873 run   osmo-ms-virt-phy/00059(pid=94): Terminating (SIGTERM)
22:49:54.904304 run   osmo-ms-virt-phy/00060(pid=95): Terminating (SIGTERM)
22:49:54.907750 run   osmo-ms-virt-phy/00061(pid=96): Terminating (SIGTERM)
22:49:54.911187 run   osmo-ms-virt-phy/00062(pid=97): Terminating (SIGTERM)
22:49:54.914647 run   osmo-ms-virt-phy/00063(pid=98): Terminating (SIGTERM)
22:49:54.918190 run   osmo-ms-virt-phy/00064(pid=99): Terminating (SIGTERM)
22:49:54.921841 run  osmo-ms-virt-phy/00065(pid=100): Terminating (SIGTERM)
22:49:54.925412 run  osmo-ms-virt-phy/00066(pid=101): Terminating (SIGTERM)
22:49:54.928965 run  osmo-ms-virt-phy/00067(pid=102): Terminating (SIGTERM)
22:49:54.932520 run  osmo-ms-virt-phy/00068(pid=103): Terminating (SIGTERM)
22:49:54.936062 run  osmo-ms-virt-phy/00069(pid=104): Terminating (SIGTERM)
22:49:54.939621 run  osmo-ms-virt-phy/00070(pid=105): Terminating (SIGTERM)
22:49:54.943167 run  osmo-ms-virt-phy/00071(pid=106): Terminating (SIGTERM)
22:49:54.946712 run  osmo-ms-virt-phy/00072(pid=107): Terminating (SIGTERM)
22:49:54.950282 run  osmo-ms-virt-phy/00073(pid=108): Terminating (SIGTERM)
22:49:54.953839 run  osmo-ms-virt-phy/00074(pid=109): Terminating (SIGTERM)
22:49:54.957367 run  osmo-ms-virt-phy/00075(pid=110): Terminating (SIGTERM)
22:49:54.960902 run  osmo-ms-virt-phy/00076(pid=111): Terminating (SIGTERM)
22:49:54.964457 run  osmo-ms-virt-phy/00077(pid=112): Terminating (SIGTERM)
22:49:54.967993 run  osmo-ms-virt-phy/00078(pid=113): Terminating (SIGTERM)
22:49:54.972001 run  osmo-ms-virt-phy/00079(pid=114): Terminating (SIGTERM)
22:49:54.975552 run  osmo-ms-virt-phy/00080(pid=115): Terminating (SIGTERM)
22:49:54.979082 run  osmo-ms-virt-phy/00081(pid=116): Terminating (SIGTERM)
22:49:54.983087 run  osmo-ms-virt-phy/00082(pid=117): Terminating (SIGTERM)
22:49:54.986656 run  osmo-ms-virt-phy/00083(pid=118): Terminating (SIGTERM)
22:49:54.990206 run  osmo-ms-virt-phy/00084(pid=119): Terminating (SIGTERM)
22:49:54.993740 run  osmo-ms-virt-phy/00085(pid=120): Terminating (SIGTERM)
22:49:54.997273 run  osmo-ms-virt-phy/00086(pid=121): Terminating (SIGTERM)
22:49:55.000817 run  osmo-ms-virt-phy/00087(pid=122): Terminating (SIGTERM)
22:49:55.004344 run  osmo-ms-virt-phy/00088(pid=123): Terminating (SIGTERM)
22:49:55.007887 run  osmo-ms-virt-phy/00089(pid=124): Terminating (SIGTERM)
22:49:55.011460 run  osmo-ms-virt-phy/00090(pid=125): Terminating (SIGTERM)
22:49:55.015044 run  osmo-ms-virt-phy/00091(pid=126): Terminating (SIGTERM)
22:49:55.018600 run  osmo-ms-virt-phy/00092(pid=127): Terminating (SIGTERM)
22:49:55.022161 run  osmo-ms-virt-phy/00093(pid=128): Terminating (SIGTERM)
22:49:55.025891 run  osmo-ms-virt-phy/00094(pid=129): Terminating (SIGTERM)
22:49:55.029361 run  osmo-ms-virt-phy/00095(pid=130): Terminating (SIGTERM)
22:49:55.032806 run  osmo-ms-virt-phy/00096(pid=131): Terminating (SIGTERM)
22:49:55.036254 run  osmo-ms-virt-phy/00097(pid=132): Terminating (SIGTERM)
22:49:55.039697 run  osmo-ms-virt-phy/00098(pid=133): Terminating (SIGTERM)
22:49:55.043169 run  osmo-ms-virt-phy/00099(pid=134): Terminating (SIGTERM)
22:49:55.046551 run       osmo-ms-mob/00000(pid=135): Terminating (SIGTERM)
22:49:55.049995 run       osmo-ms-mob/00001(pid=136): Terminating (SIGTERM)
22:49:55.053417 run       osmo-ms-mob/00002(pid=137): Terminating (SIGTERM)
22:49:55.056701 run       osmo-ms-mob/00003(pid=138): Terminating (SIGTERM)
22:49:55.060261 run       osmo-ms-mob/00004(pid=139): Terminating (SIGTERM)
22:49:55.063689 run       osmo-ms-mob/00005(pid=140): Terminating (SIGTERM)
22:49:55.067090 run       osmo-ms-mob/00006(pid=141): Terminating (SIGTERM)
22:49:55.070497 run       osmo-ms-mob/00007(pid=142): Terminating (SIGTERM)
22:49:55.074023 run       osmo-ms-mob/00008(pid=143): Terminating (SIGTERM)
22:49:55.077589 run       osmo-ms-mob/00009(pid=144): Terminating (SIGTERM)
22:49:55.080992 run       osmo-ms-mob/00010(pid=145): Terminating (SIGTERM)
22:49:55.084386 run       osmo-ms-mob/00011(pid=146): Terminating (SIGTERM)
22:49:55.087825 run       osmo-ms-mob/00012(pid=147): Terminating (SIGTERM)
22:49:55.091255 run       osmo-ms-mob/00013(pid=148): Terminating (SIGTERM)
22:49:55.094662 run       osmo-ms-mob/00014(pid=149): Terminating (SIGTERM)
22:49:55.098070 run       osmo-ms-mob/00015(pid=150): Terminating (SIGTERM)
22:49:55.101479 run       osmo-ms-mob/00016(pid=151): Terminating (SIGTERM)
22:49:55.104894 run       osmo-ms-mob/00017(pid=152): Terminating (SIGTERM)
22:49:55.108175 run       osmo-ms-mob/00018(pid=153): Terminating (SIGTERM)
22:49:55.111574 run       osmo-ms-mob/00019(pid=154): Terminating (SIGTERM)
22:49:55.114982 run       osmo-ms-mob/00020(pid=155): Terminating (SIGTERM)
22:49:55.118325 run       osmo-ms-mob/00021(pid=156): Terminating (SIGTERM)
22:49:55.121718 run       osmo-ms-mob/00022(pid=157): Terminating (SIGTERM)
22:49:55.125146 run       osmo-ms-mob/00023(pid=158): Terminating (SIGTERM)
22:49:55.128619 run       osmo-ms-mob/00024(pid=159): Terminating (SIGTERM)
22:49:55.132047 run       osmo-ms-mob/00025(pid=160): Terminating (SIGTERM)
22:49:55.135469 run       osmo-ms-mob/00026(pid=161): Terminating (SIGTERM)
22:49:55.138879 run       osmo-ms-mob/00027(pid=162): Terminating (SIGTERM)
22:49:55.142270 run       osmo-ms-mob/00028(pid=163): Terminating (SIGTERM)
22:49:55.145671 run       osmo-ms-mob/00029(pid=164): Terminating (SIGTERM)
22:49:55.149083 run       osmo-ms-mob/00030(pid=165): Terminating (SIGTERM)
22:49:55.152486 run       osmo-ms-mob/00031(pid=166): Terminating (SIGTERM)
22:49:55.155900 run       osmo-ms-mob/00032(pid=167): Terminating (SIGTERM)
22:49:55.159323 run       osmo-ms-mob/00033(pid=168): Terminating (SIGTERM)
22:49:55.162754 run       osmo-ms-mob/00034(pid=169): Terminating (SIGTERM)
22:49:55.166168 run       osmo-ms-mob/00035(pid=170): Terminating (SIGTERM)
22:49:55.169567 run       osmo-ms-mob/00036(pid=171): Terminating (SIGTERM)
22:49:55.172971 run       osmo-ms-mob/00037(pid=172): Terminating (SIGTERM)
22:49:55.176377 run       osmo-ms-mob/00038(pid=173): Terminating (SIGTERM)
22:49:55.179784 run       osmo-ms-mob/00039(pid=174): Terminating (SIGTERM)
22:49:55.183193 run       osmo-ms-mob/00040(pid=175): Terminating (SIGTERM)
22:49:55.186610 run       osmo-ms-mob/00041(pid=176): Terminating (SIGTERM)
22:49:55.190024 run       osmo-ms-mob/00042(pid=177): Terminating (SIGTERM)
22:49:55.193442 run       osmo-ms-mob/00043(pid=178): Terminating (SIGTERM)
22:49:55.196850 run       osmo-ms-mob/00044(pid=179): Terminating (SIGTERM)
22:49:55.200113 run       osmo-ms-mob/00045(pid=180): Terminating (SIGTERM)
22:49:55.203365 run       osmo-ms-mob/00046(pid=181): Terminating (SIGTERM)
22:49:55.206634 run       osmo-ms-mob/00047(pid=182): Terminating (SIGTERM)
22:49:55.209907 run       osmo-ms-mob/00048(pid=183): Terminating (SIGTERM)
22:49:55.213169 run       osmo-ms-mob/00049(pid=184): Terminating (SIGTERM)
22:49:55.216501 run       osmo-ms-mob/00050(pid=185): Terminating (SIGTERM)
22:49:55.219767 run       osmo-ms-mob/00051(pid=186): Terminating (SIGTERM)
22:49:55.223023 run       osmo-ms-mob/00052(pid=187): Terminating (SIGTERM)
22:49:55.226298 run       osmo-ms-mob/00053(pid=188): Terminating (SIGTERM)
22:49:55.229576 run       osmo-ms-mob/00054(pid=189): Terminating (SIGTERM)
22:49:55.232831 run       osmo-ms-mob/00055(pid=190): Terminating (SIGTERM)
22:49:55.236097 run       osmo-ms-mob/00056(pid=191): Terminating (SIGTERM)
22:49:55.239367 run       osmo-ms-mob/00057(pid=192): Terminating (SIGTERM)
22:49:55.242674 run       osmo-ms-mob/00058(pid=193): Terminating (SIGTERM)
22:49:55.245954 run       osmo-ms-mob/00059(pid=194): Terminating (SIGTERM)
22:49:55.249216 run       osmo-ms-mob/00060(pid=195): Terminating (SIGTERM)
22:49:55.252509 run       osmo-ms-mob/00061(pid=196): Terminating (SIGTERM)
22:49:55.255779 run       osmo-ms-mob/00062(pid=197): Terminating (SIGTERM)
22:49:55.259062 run       osmo-ms-mob/00063(pid=198): Terminating (SIGTERM)
22:49:55.262343 run       osmo-ms-mob/00064(pid=199): Terminating (SIGTERM)
22:49:55.265601 run       osmo-ms-mob/00065(pid=200): Terminating (SIGTERM)
22:49:55.268937 run       osmo-ms-mob/00066(pid=201): Terminating (SIGTERM)
22:49:55.272187 run       osmo-ms-mob/00067(pid=202): Terminating (SIGTERM)
22:49:55.275458 run       osmo-ms-mob/00068(pid=203): Terminating (SIGTERM)
22:49:55.278740 run       osmo-ms-mob/00069(pid=204): Terminating (SIGTERM)
22:49:55.282009 run       osmo-ms-mob/00070(pid=205): Terminating (SIGTERM)
22:49:55.285277 run       osmo-ms-mob/00071(pid=206): Terminating (SIGTERM)
22:49:55.288534 run       osmo-ms-mob/00072(pid=207): Terminating (SIGTERM)
22:49:55.291794 run       osmo-ms-mob/00073(pid=208): Terminating (SIGTERM)
22:49:55.295054 run       osmo-ms-mob/00074(pid=209): Terminating (SIGTERM)
22:49:55.298327 run       osmo-ms-mob/00075(pid=210): Terminating (SIGTERM)
22:49:55.301617 run       osmo-ms-mob/00076(pid=211): Terminating (SIGTERM)
22:49:55.304883 run       osmo-ms-mob/00077(pid=212): Terminating (SIGTERM)
22:49:55.308195 run       osmo-ms-mob/00078(pid=213): Terminating (SIGTERM)
22:49:55.311488 run       osmo-ms-mob/00079(pid=214): Terminating (SIGTERM)
22:49:55.314768 run       osmo-ms-mob/00080(pid=215): Terminating (SIGTERM)
22:49:55.318034 run       osmo-ms-mob/00081(pid=216): Terminating (SIGTERM)
22:49:55.321302 run       osmo-ms-mob/00082(pid=217): Terminating (SIGTERM)
22:49:55.324565 run       osmo-ms-mob/00083(pid=218): Terminating (SIGTERM)
22:49:55.327835 run       osmo-ms-mob/00084(pid=219): Terminating (SIGTERM)
22:49:55.331092 run       osmo-ms-mob/00085(pid=220): Terminating (SIGTERM)
22:49:55.334365 run       osmo-ms-mob/00086(pid=221): Terminating (SIGTERM)
22:49:55.337631 run       osmo-ms-mob/00087(pid=222): Terminating (SIGTERM)
22:49:55.340917 run       osmo-ms-mob/00088(pid=223): Terminating (SIGTERM)
22:49:55.344191 run       osmo-ms-mob/00089(pid=224): Terminating (SIGTERM)
22:49:55.347470 run       osmo-ms-mob/00090(pid=225): Terminating (SIGTERM)
22:49:55.350748 run       osmo-ms-mob/00091(pid=226): Terminating (SIGTERM)
22:49:55.354009 run       osmo-ms-mob/00092(pid=227): Terminating (SIGTERM)
22:49:55.357275 run       osmo-ms-mob/00093(pid=228): Terminating (SIGTERM)
22:49:55.360549 run       osmo-ms-mob/00094(pid=229): Terminating (SIGTERM)
22:49:55.363825 run       osmo-ms-mob/00095(pid=230): Terminating (SIGTERM)
22:49:55.367082 run       osmo-ms-mob/00096(pid=231): Terminating (SIGTERM)
22:49:55.370372 run       osmo-ms-mob/00097(pid=232): Terminating (SIGTERM)
22:49:55.373632 run       osmo-ms-mob/00098(pid=233): Terminating (SIGTERM)
22:49:55.376912 run       osmo-ms-mob/00099(pid=234): Terminating (SIGTERM)
22:49:55.380185 ---      ParallelTerminationStrategy: PID 22 died...
22:49:55.381670 run pcap-recorder_any(filters='host 127.0.42.2')(pid=22): Terminated: ok {rc=0}
22:49:55.385283 ---      ParallelTerminationStrategy: PID 23 died...
22:49:55.386740 run      osmo-hlr_127.0.42.2(pid=23): Terminated: ok {rc=0}
22:49:55.390344 ---      ParallelTerminationStrategy: PID 24 died...
22:49:55.391911 run pcap-recorder_any(filters='host 127.0.42.5 and port not 22')(pid=24): Terminated: ok {rc=0}
22:49:55.395554 ---      ParallelTerminationStrategy: PID 25 died...
22:49:55.397038 run      osmo-stp_127.0.42.5(pid=25): Terminated: ok {rc=0}
22:49:55.400654 ---      ParallelTerminationStrategy: PID 26 died...
22:49:55.402121 run pcap-recorder_any(filters='host 127.0.42.6 and port not 22')(pid=26): Terminated: ok {rc=0}
22:49:55.405892 ---      ParallelTerminationStrategy: PID 27 died...
22:49:55.407434 run      osmo-msc_127.0.42.6(pid=27): Terminated: ok {rc=0}
22:49:55.411228 ---      ParallelTerminationStrategy: PID 28 died...
22:49:55.412771 run pcap-recorder_any(filters='host 127.0.42.3 and port not 22')(pid=28): Terminated: ok {rc=0}
22:49:55.416566 ---      ParallelTerminationStrategy: PID 29 died...
22:49:55.418106 run      osmo-mgw_127.0.42.3(pid=29): Terminated {rc=15}
22:49:55.421922 ---      ParallelTerminationStrategy: PID 30 died...
22:49:55.423474 run pcap-recorder_any(filters='host 127.0.42.4 and port not 22')(pid=30): Terminated: ok {rc=0}
22:49:55.427344 ---      ParallelTerminationStrategy: PID 31 died...
22:49:55.428890 run      osmo-mgw_127.0.42.4(pid=31): Terminated {rc=15}
22:49:55.432719 ---      ParallelTerminationStrategy: PID 32 died...
22:49:55.434256 run pcap-recorder_any(filters='host 127.0.42.7 and port not 22')(pid=32): Terminated: ok {rc=0}
22:49:55.438084 ---      ParallelTerminationStrategy: PID 33 died...
22:49:55.439630 run      osmo-bsc_127.0.42.7(pid=33): Terminated: ok {rc=0}
22:49:55.443457 ---      ParallelTerminationStrategy: PID 35 died...
22:49:55.445016 run   osmo-ms-virt-phy/00000(pid=35): Terminated: ok {rc=0}
22:49:55.448830 ---      ParallelTerminationStrategy: PID 36 died...
22:49:55.450363 run   osmo-ms-virt-phy/00001(pid=36): Terminated: ok {rc=0}
22:49:55.454105 ---      ParallelTerminationStrategy: PID 37 died...
22:49:55.455591 run   osmo-ms-virt-phy/00002(pid=37): Terminated: ok {rc=0}
22:49:55.459387 ---      ParallelTerminationStrategy: PID 38 died...
22:49:55.460959 run   osmo-ms-virt-phy/00003(pid=38): Terminated: ok {rc=0}
22:49:55.464777 ---      ParallelTerminationStrategy: PID 39 died...
22:49:55.466323 run   osmo-ms-virt-phy/00004(pid=39): Terminated: ok {rc=0}
22:49:55.470144 ---      ParallelTerminationStrategy: PID 40 died...
22:49:55.471693 run   osmo-ms-virt-phy/00005(pid=40): Terminated: ok {rc=0}
22:49:55.475501 ---      ParallelTerminationStrategy: PID 41 died...
22:49:55.477065 run   osmo-ms-virt-phy/00006(pid=41): Terminated: ok {rc=0}
22:49:55.480861 ---      ParallelTerminationStrategy: PID 42 died...
22:49:55.482402 run   osmo-ms-virt-phy/00007(pid=42): Terminated: ok {rc=0}
22:49:55.486183 ---      ParallelTerminationStrategy: PID 43 died...
22:49:55.487718 run   osmo-ms-virt-phy/00008(pid=43): Terminated: ok {rc=0}
22:49:55.491486 ---      ParallelTerminationStrategy: PID 44 died...
22:49:55.493047 run   osmo-ms-virt-phy/00009(pid=44): Terminated: ok {rc=0}
22:49:55.496831 ---      ParallelTerminationStrategy: PID 45 died...
22:49:55.498356 run   osmo-ms-virt-phy/00010(pid=45): Terminated: ok {rc=0}
22:49:55.502138 ---      ParallelTerminationStrategy: PID 46 died...
22:49:55.503663 run   osmo-ms-virt-phy/00011(pid=46): Terminated: ok {rc=0}
22:49:55.507472 ---      ParallelTerminationStrategy: PID 47 died...
22:49:55.509038 run   osmo-ms-virt-phy/00012(pid=47): Terminated: ok {rc=0}
22:49:55.512862 ---      ParallelTerminationStrategy: PID 48 died...
22:49:55.514404 run   osmo-ms-virt-phy/00013(pid=48): Terminated: ok {rc=0}
22:49:55.518255 ---      ParallelTerminationStrategy: PID 49 died...
22:49:55.519802 run   osmo-ms-virt-phy/00014(pid=49): Terminated: ok {rc=0}
22:49:55.523599 ---      ParallelTerminationStrategy: PID 50 died...
22:49:55.525170 run   osmo-ms-virt-phy/00015(pid=50): Terminated: ok {rc=0}
22:49:55.528983 ---      ParallelTerminationStrategy: PID 51 died...
22:49:55.530525 run   osmo-ms-virt-phy/00016(pid=51): Terminated: ok {rc=0}
22:49:55.534325 ---      ParallelTerminationStrategy: PID 52 died...
22:49:55.535853 run   osmo-ms-virt-phy/00017(pid=52): Terminated: ok {rc=0}
22:49:55.539965 ---      ParallelTerminationStrategy: PID 53 died...
22:49:55.541495 run   osmo-ms-virt-phy/00018(pid=53): Terminated: ok {rc=0}
22:49:55.545284 ---      ParallelTerminationStrategy: PID 54 died...
22:49:55.546821 run   osmo-ms-virt-phy/00019(pid=54): Terminated: ok {rc=0}
22:49:55.550571 ---      ParallelTerminationStrategy: PID 55 died...
22:49:55.552094 run   osmo-ms-virt-phy/00020(pid=55): Terminated: ok {rc=0}
22:49:55.555872 ---      ParallelTerminationStrategy: PID 56 died...
22:49:55.557406 run   osmo-ms-virt-phy/00021(pid=56): Terminated: ok {rc=0}
22:49:55.561153 ---      ParallelTerminationStrategy: PID 57 died...
22:49:55.562613 run   osmo-ms-virt-phy/00022(pid=57): Terminated: ok {rc=0}
22:49:55.566266 ---      ParallelTerminationStrategy: PID 58 died...
22:49:55.567731 run   osmo-ms-virt-phy/00023(pid=58): Terminated: ok {rc=0}
22:49:55.571361 ---      ParallelTerminationStrategy: PID 59 died...
22:49:55.572840 run   osmo-ms-virt-phy/00024(pid=59): Terminated: ok {rc=0}
22:49:55.576443 ---      ParallelTerminationStrategy: PID 60 died...
22:49:55.577932 run   osmo-ms-virt-phy/00025(pid=60): Terminated: ok {rc=0}
22:49:55.581562 ---      ParallelTerminationStrategy: PID 61 died...
22:49:55.583027 run   osmo-ms-virt-phy/00026(pid=61): Terminated: ok {rc=0}
22:49:55.586667 ---      ParallelTerminationStrategy: PID 62 died...
22:49:55.588127 run   osmo-ms-virt-phy/00027(pid=62): Terminated: ok {rc=0}
22:49:55.591846 ---      ParallelTerminationStrategy: PID 63 died...
22:49:55.593325 run   osmo-ms-virt-phy/00028(pid=63): Terminated: ok {rc=0}
22:49:55.596968 ---      ParallelTerminationStrategy: PID 64 died...
22:49:55.598442 run   osmo-ms-virt-phy/00029(pid=64): Terminated: ok {rc=0}
22:49:55.602084 ---      ParallelTerminationStrategy: PID 65 died...
22:49:55.603560 run   osmo-ms-virt-phy/00030(pid=65): Terminated: ok {rc=0}
22:49:55.607160 ---      ParallelTerminationStrategy: PID 66 died...
22:49:55.608704 run   osmo-ms-virt-phy/00031(pid=66): Terminated: ok {rc=0}
22:49:55.612327 ---      ParallelTerminationStrategy: PID 67 died...
22:49:55.613820 run   osmo-ms-virt-phy/00032(pid=67): Terminated: ok {rc=0}
22:49:55.617499 ---      ParallelTerminationStrategy: PID 68 died...
22:49:55.618969 run   osmo-ms-virt-phy/00033(pid=68): Terminated: ok {rc=0}
22:49:55.622622 ---      ParallelTerminationStrategy: PID 69 died...
22:49:55.624092 run   osmo-ms-virt-phy/00034(pid=69): Terminated: ok {rc=0}
22:49:55.627807 ---      ParallelTerminationStrategy: PID 70 died...
22:49:55.629320 run   osmo-ms-virt-phy/00035(pid=70): Terminated: ok {rc=0}
22:49:55.633078 ---      ParallelTerminationStrategy: PID 71 died...
22:49:55.634582 run   osmo-ms-virt-phy/00036(pid=71): Terminated: ok {rc=0}
22:49:55.638365 ---      ParallelTerminationStrategy: PID 72 died...
22:49:55.639881 run   osmo-ms-virt-phy/00037(pid=72): Terminated: ok {rc=0}
22:49:55.643663 ---      ParallelTerminationStrategy: PID 73 died...
22:49:55.645210 run   osmo-ms-virt-phy/00038(pid=73): Terminated: ok {rc=0}
22:49:55.648973 ---      ParallelTerminationStrategy: PID 74 died...
22:49:55.650447 run   osmo-ms-virt-phy/00039(pid=74): Terminated: ok {rc=0}
22:49:55.654096 ---      ParallelTerminationStrategy: PID 75 died...
22:49:55.655572 run   osmo-ms-virt-phy/00040(pid=75): Terminated: ok {rc=0}
22:49:55.659188 ---      ParallelTerminationStrategy: PID 76 died...
22:49:55.660651 run   osmo-ms-virt-phy/00041(pid=76): Terminated: ok {rc=0}
22:49:55.664285 ---      ParallelTerminationStrategy: PID 77 died...
22:49:55.665744 run   osmo-ms-virt-phy/00042(pid=77): Terminated: ok {rc=0}
22:49:55.669375 ---      ParallelTerminationStrategy: PID 78 died...
22:49:55.670832 run   osmo-ms-virt-phy/00043(pid=78): Terminated: ok {rc=0}
22:49:55.674452 ---      ParallelTerminationStrategy: PID 79 died...
22:49:55.675911 run   osmo-ms-virt-phy/00044(pid=79): Terminated: ok {rc=0}
22:49:55.679548 ---      ParallelTerminationStrategy: PID 80 died...
22:49:55.681002 run   osmo-ms-virt-phy/00045(pid=80): Terminated: ok {rc=0}
22:49:55.684608 ---      ParallelTerminationStrategy: PID 81 died...
22:49:55.686084 run   osmo-ms-virt-phy/00046(pid=81): Terminated: ok {rc=0}
22:49:55.689853 ---      ParallelTerminationStrategy: PID 82 died...
22:49:55.691381 run   osmo-ms-virt-phy/00047(pid=82): Terminated: ok {rc=0}
22:49:55.695154 ---      ParallelTerminationStrategy: PID 83 died...
22:49:55.696698 run   osmo-ms-virt-phy/00048(pid=83): Terminated: ok {rc=0}
22:49:55.700313 ---      ParallelTerminationStrategy: PID 84 died...
22:49:55.701800 run   osmo-ms-virt-phy/00049(pid=84): Terminated: ok {rc=0}
22:49:55.705433 ---      ParallelTerminationStrategy: PID 85 died...
22:49:55.706960 run   osmo-ms-virt-phy/00050(pid=85): Terminated: ok {rc=0}
22:49:55.710832 ---      ParallelTerminationStrategy: PID 86 died...
22:49:55.712372 run   osmo-ms-virt-phy/00051(pid=86): Terminated: ok {rc=0}
22:49:55.716159 ---      ParallelTerminationStrategy: PID 87 died...
22:49:55.717684 run   osmo-ms-virt-phy/00052(pid=87): Terminated: ok {rc=0}
22:49:55.721477 ---      ParallelTerminationStrategy: PID 88 died...
22:49:55.722999 run   osmo-ms-virt-phy/00053(pid=88): Terminated: ok {rc=0}
22:49:55.726776 ---      ParallelTerminationStrategy: PID 89 died...
22:49:55.728310 run   osmo-ms-virt-phy/00054(pid=89): Terminated: ok {rc=0}
22:49:55.732110 ---      ParallelTerminationStrategy: PID 90 died...
22:49:55.733634 run   osmo-ms-virt-phy/00055(pid=90): Terminated: ok {rc=0}
22:49:55.737377 ---      ParallelTerminationStrategy: PID 91 died...
22:49:55.738844 run   osmo-ms-virt-phy/00056(pid=91): Terminated: ok {rc=0}
22:49:55.742466 ---      ParallelTerminationStrategy: PID 92 died...
22:49:55.743923 run   osmo-ms-virt-phy/00057(pid=92): Terminated: ok {rc=0}
22:49:55.747574 ---      ParallelTerminationStrategy: PID 93 died...
22:49:55.749062 run   osmo-ms-virt-phy/00058(pid=93): Terminated: ok {rc=0}
22:49:55.752823 ---      ParallelTerminationStrategy: PID 94 died...
22:49:55.754358 run   osmo-ms-virt-phy/00059(pid=94): Terminated: ok {rc=0}
22:49:55.758062 ---      ParallelTerminationStrategy: PID 95 died...
22:49:55.759579 run   osmo-ms-virt-phy/00060(pid=95): Terminated: ok {rc=0}
22:49:55.763349 ---      ParallelTerminationStrategy: PID 96 died...
22:49:55.764894 run   osmo-ms-virt-phy/00061(pid=96): Terminated: ok {rc=0}
22:49:55.768708 ---      ParallelTerminationStrategy: PID 97 died...
22:49:55.770228 run   osmo-ms-virt-phy/00062(pid=97): Terminated: ok {rc=0}
22:49:55.773952 ---      ParallelTerminationStrategy: PID 98 died...
22:49:55.775412 run   osmo-ms-virt-phy/00063(pid=98): Terminated: ok {rc=0}
22:49:55.779034 ---      ParallelTerminationStrategy: PID 99 died...
22:49:55.780556 run   osmo-ms-virt-phy/00064(pid=99): Terminated: ok {rc=0}
22:49:55.784167 ---      ParallelTerminationStrategy: PID 100 died...
22:49:55.785646 run  osmo-ms-virt-phy/00065(pid=100): Terminated: ok {rc=0}
22:49:55.789283 ---      ParallelTerminationStrategy: PID 101 died...
22:49:55.790737 run  osmo-ms-virt-phy/00066(pid=101): Terminated: ok {rc=0}
22:49:55.794375 ---      ParallelTerminationStrategy: PID 102 died...
22:49:55.795845 run  osmo-ms-virt-phy/00067(pid=102): Terminated: ok {rc=0}
22:49:55.799460 ---      ParallelTerminationStrategy: PID 103 died...
22:49:55.800940 run  osmo-ms-virt-phy/00068(pid=103): Terminated: ok {rc=0}
22:49:55.804553 ---      ParallelTerminationStrategy: PID 104 died...
22:49:55.806022 run  osmo-ms-virt-phy/00069(pid=104): Terminated: ok {rc=0}
22:49:55.809631 ---      ParallelTerminationStrategy: PID 105 died...
22:49:55.811084 run  osmo-ms-virt-phy/00070(pid=105): Terminated: ok {rc=0}
22:49:55.814704 ---      ParallelTerminationStrategy: PID 106 died...
22:49:55.816159 run  osmo-ms-virt-phy/00071(pid=106): Terminated: ok {rc=0}
22:49:55.819800 ---      ParallelTerminationStrategy: PID 107 died...
22:49:55.821300 run  osmo-ms-virt-phy/00072(pid=107): Terminated: ok {rc=0}
22:49:55.825097 ---      ParallelTerminationStrategy: PID 108 died...
22:49:55.826574 run  osmo-ms-virt-phy/00073(pid=108): Terminated: ok {rc=0}
22:49:55.830267 ---      ParallelTerminationStrategy: PID 109 died...
22:49:55.831745 run  osmo-ms-virt-phy/00074(pid=109): Terminated: ok {rc=0}
22:49:55.835474 ---      ParallelTerminationStrategy: PID 110 died...
22:49:55.836964 run  osmo-ms-virt-phy/00075(pid=110): Terminated: ok {rc=0}
22:49:55.840727 ---      ParallelTerminationStrategy: PID 111 died...
22:49:55.842248 run  osmo-ms-virt-phy/00076(pid=111): Terminated: ok {rc=0}
22:49:55.845951 ---      ParallelTerminationStrategy: PID 112 died...
22:49:55.847415 run  osmo-ms-virt-phy/00077(pid=112): Terminated: ok {rc=0}
22:49:55.851017 ---      ParallelTerminationStrategy: PID 113 died...
22:49:55.852481 run  osmo-ms-virt-phy/00078(pid=113): Terminated: ok {rc=0}
22:49:55.856145 ---      ParallelTerminationStrategy: PID 114 died...
22:49:55.857617 run  osmo-ms-virt-phy/00079(pid=114): Terminated: ok {rc=0}
22:49:55.861264 ---      ParallelTerminationStrategy: PID 115 died...
22:49:55.862744 run  osmo-ms-virt-phy/00080(pid=115): Terminated: ok {rc=0}
22:49:55.866366 ---      ParallelTerminationStrategy: PID 116 died...
22:49:55.867834 run  osmo-ms-virt-phy/00081(pid=116): Terminated: ok {rc=0}
22:49:55.871477 ---      ParallelTerminationStrategy: PID 117 died...
22:49:55.872992 run  osmo-ms-virt-phy/00082(pid=117): Terminated: ok {rc=0}
22:49:55.876620 ---      ParallelTerminationStrategy: PID 118 died...
22:49:55.878088 run  osmo-ms-virt-phy/00083(pid=118): Terminated: ok {rc=0}
22:49:55.881727 ---      ParallelTerminationStrategy: PID 119 died...
22:49:55.883193 run  osmo-ms-virt-phy/00084(pid=119): Terminated: ok {rc=0}
22:49:55.886800 ---      ParallelTerminationStrategy: PID 120 died...
22:49:55.888266 run  osmo-ms-virt-phy/00085(pid=120): Terminated: ok {rc=0}
22:49:55.891905 ---      ParallelTerminationStrategy: PID 121 died...
22:49:55.893378 run  osmo-ms-virt-phy/00086(pid=121): Terminated: ok {rc=0}
22:49:55.897007 ---      ParallelTerminationStrategy: PID 122 died...
22:49:55.898477 run  osmo-ms-virt-phy/00087(pid=122): Terminated: ok {rc=0}
22:49:55.902105 ---      ParallelTerminationStrategy: PID 123 died...
22:49:55.903559 run  osmo-ms-virt-phy/00088(pid=123): Terminated: ok {rc=0}
22:49:55.907209 ---      ParallelTerminationStrategy: PID 124 died...
22:49:55.908752 run  osmo-ms-virt-phy/00089(pid=124): Terminated: ok {rc=0}
22:49:55.912518 ---      ParallelTerminationStrategy: PID 125 died...
22:49:55.914066 run  osmo-ms-virt-phy/00090(pid=125): Terminated: ok {rc=0}
22:49:55.917879 ---      ParallelTerminationStrategy: PID 126 died...
22:49:55.919432 run  osmo-ms-virt-phy/00091(pid=126): Terminated: ok {rc=0}
22:49:55.923261 ---      ParallelTerminationStrategy: PID 127 died...
22:49:55.924827 run  osmo-ms-virt-phy/00092(pid=127): Terminated: ok {rc=0}
22:49:55.928643 ---      ParallelTerminationStrategy: PID 128 died...
22:49:55.930183 run  osmo-ms-virt-phy/00093(pid=128): Terminated: ok {rc=0}
22:49:55.933983 ---      ParallelTerminationStrategy: PID 129 died...
22:49:55.935521 run  osmo-ms-virt-phy/00094(pid=129): Terminated: ok {rc=0}
22:49:55.939332 ---      ParallelTerminationStrategy: PID 130 died...
22:49:55.940863 run  osmo-ms-virt-phy/00095(pid=130): Terminated: ok {rc=0}
22:49:55.944677 ---      ParallelTerminationStrategy: PID 131 died...
22:49:55.946218 run  osmo-ms-virt-phy/00096(pid=131): Terminated: ok {rc=0}
22:49:55.950017 ---      ParallelTerminationStrategy: PID 132 died...
22:49:55.951556 run  osmo-ms-virt-phy/00097(pid=132): Terminated: ok {rc=0}
22:49:55.955351 ---      ParallelTerminationStrategy: PID 133 died...
22:49:55.956900 run  osmo-ms-virt-phy/00098(pid=133): Terminated: ok {rc=0}
22:49:55.960762 ---      ParallelTerminationStrategy: PID 134 died...
22:49:55.962321 run  osmo-ms-virt-phy/00099(pid=134): Terminated: ok {rc=0}
22:49:55.966092 ---      ParallelTerminationStrategy: PID 135 died...
22:49:55.967634 run       osmo-ms-mob/00000(pid=135): Terminated {rc=26112}
22:49:55.971456 ---      ParallelTerminationStrategy: PID 136 died...
22:49:55.973005 run       osmo-ms-mob/00001(pid=136): Terminated {rc=26112}
22:49:55.976805 ---      ParallelTerminationStrategy: PID 137 died...
22:49:55.978418 run       osmo-ms-mob/00002(pid=137): Terminated {rc=26112}
22:49:55.982165 ---      ParallelTerminationStrategy: PID 138 died...
22:49:55.983687 run       osmo-ms-mob/00003(pid=138): Terminated {rc=26112}
22:49:55.987413 ---      ParallelTerminationStrategy: PID 139 died...
22:49:55.988949 run       osmo-ms-mob/00004(pid=139): Terminated {rc=26112}
22:49:55.992593 ---      ParallelTerminationStrategy: PID 140 died...
22:49:55.994070 run       osmo-ms-mob/00005(pid=140): Terminated {rc=26112}
22:49:55.997744 ---      ParallelTerminationStrategy: PID 141 died...
22:49:55.999199 run       osmo-ms-mob/00006(pid=141): Terminated {rc=26112}
22:49:56.002830 ---      ParallelTerminationStrategy: PID 142 died...
22:49:56.004326 run       osmo-ms-mob/00007(pid=142): Terminated {rc=26112}
22:49:56.007997 ---      ParallelTerminationStrategy: PID 143 died...
22:49:56.009475 run       osmo-ms-mob/00008(pid=143): Terminated {rc=26112}
22:49:56.013116 ---      ParallelTerminationStrategy: PID 144 died...
22:49:56.014588 run       osmo-ms-mob/00009(pid=144): Terminated {rc=26112}
22:49:56.018219 ---      ParallelTerminationStrategy: PID 145 died...
22:49:56.019681 run       osmo-ms-mob/00010(pid=145): Terminated {rc=26112}
22:49:56.023359 ---      ParallelTerminationStrategy: PID 146 died...
22:49:56.024840 run       osmo-ms-mob/00011(pid=146): Terminated {rc=26112}
22:49:56.028476 ---      ParallelTerminationStrategy: PID 147 died...
22:49:56.029952 run       osmo-ms-mob/00012(pid=147): Terminated {rc=26112}
22:49:56.033602 ---      ParallelTerminationStrategy: PID 148 died...
22:49:56.035065 run       osmo-ms-mob/00013(pid=148): Terminated {rc=26112}
22:49:56.038736 ---      ParallelTerminationStrategy: PID 149 died...
22:49:56.040275 run       osmo-ms-mob/00014(pid=149): Terminated {rc=26112}
22:49:56.043940 ---      ParallelTerminationStrategy: PID 150 died...
22:49:56.045410 run       osmo-ms-mob/00015(pid=150): Terminated {rc=26112}
22:49:56.049083 ---      ParallelTerminationStrategy: PID 151 died...
22:49:56.050545 run       osmo-ms-mob/00016(pid=151): Terminated {rc=26112}
22:49:56.054194 ---      ParallelTerminationStrategy: PID 152 died...
22:49:56.055664 run       osmo-ms-mob/00017(pid=152): Terminated {rc=26112}
22:49:56.059339 ---      ParallelTerminationStrategy: PID 153 died...
22:49:56.060824 run       osmo-ms-mob/00018(pid=153): Terminated {rc=26112}
22:49:56.064469 ---      ParallelTerminationStrategy: PID 154 died...
22:49:56.065934 run       osmo-ms-mob/00019(pid=154): Terminated {rc=26112}
22:49:56.069586 ---      ParallelTerminationStrategy: PID 155 died...
22:49:56.071066 run       osmo-ms-mob/00020(pid=155): Terminated {rc=26112}
22:49:56.074712 ---      ParallelTerminationStrategy: PID 156 died...
22:49:56.076173 run       osmo-ms-mob/00021(pid=156): Terminated {rc=26112}
22:49:56.079817 ---      ParallelTerminationStrategy: PID 157 died...
22:49:56.081291 run       osmo-ms-mob/00022(pid=157): Terminated {rc=26112}
22:49:56.085084 ---      ParallelTerminationStrategy: PID 158 died...
22:49:56.086570 run       osmo-ms-mob/00023(pid=158): Terminated {rc=26112}
22:49:56.090380 ---      ParallelTerminationStrategy: PID 159 died...
22:49:56.091945 run       osmo-ms-mob/00024(pid=159): Terminated {rc=26112}
22:49:56.095895 ---      ParallelTerminationStrategy: PID 160 died...
22:49:56.097500 run       osmo-ms-mob/00025(pid=160): Terminated {rc=26112}
22:49:56.101381 ---      ParallelTerminationStrategy: PID 161 died...
22:49:56.102944 run       osmo-ms-mob/00026(pid=161): Terminated {rc=26112}
22:49:56.106817 ---      ParallelTerminationStrategy: PID 162 died...
22:49:56.108374 run       osmo-ms-mob/00027(pid=162): Terminated {rc=26112}
22:49:56.112250 ---      ParallelTerminationStrategy: PID 163 died...
22:49:56.113814 run       osmo-ms-mob/00028(pid=163): Terminated {rc=26112}
22:49:56.117680 ---      ParallelTerminationStrategy: PID 164 died...
22:49:56.119256 run       osmo-ms-mob/00029(pid=164): Terminated {rc=26112}
22:49:56.123157 ---      ParallelTerminationStrategy: PID 165 died...
22:49:56.124760 run       osmo-ms-mob/00030(pid=165): Terminated {rc=26112}
22:49:56.128637 ---      ParallelTerminationStrategy: PID 166 died...
22:49:56.130216 run       osmo-ms-mob/00031(pid=166): Terminated {rc=26112}
22:49:56.134126 ---      ParallelTerminationStrategy: PID 167 died...
22:49:56.135694 run       osmo-ms-mob/00032(pid=167): Terminated {rc=26112}
22:49:56.139560 ---      ParallelTerminationStrategy: PID 168 died...
22:49:56.141126 run       osmo-ms-mob/00033(pid=168): Terminated {rc=26112}
22:49:56.145049 ---      ParallelTerminationStrategy: PID 169 died...
22:49:56.146613 run       osmo-ms-mob/00034(pid=169): Terminated {rc=26112}
22:49:56.150468 ---      ParallelTerminationStrategy: PID 170 died...
22:49:56.152021 run       osmo-ms-mob/00035(pid=170): Terminated {rc=26112}
22:49:56.155883 ---      ParallelTerminationStrategy: PID 171 died...
22:49:56.157450 run       osmo-ms-mob/00036(pid=171): Terminated {rc=26112}
22:49:56.161330 ---      ParallelTerminationStrategy: PID 172 died...
22:49:56.162888 run       osmo-ms-mob/00037(pid=172): Terminated {rc=26112}
22:49:56.166752 ---      ParallelTerminationStrategy: PID 173 died...
22:49:56.168245 run       osmo-ms-mob/00038(pid=173): Terminated {rc=26112}
22:49:56.171861 ---      ParallelTerminationStrategy: PID 174 died...
22:49:56.173307 run       osmo-ms-mob/00039(pid=174): Terminated {rc=26112}
22:49:56.176992 ---      ParallelTerminationStrategy: PID 175 died...
22:49:56.178522 run       osmo-ms-mob/00040(pid=175): Terminated {rc=26112}
22:49:56.182252 ---      ParallelTerminationStrategy: PID 176 died...
22:49:56.183738 run       osmo-ms-mob/00041(pid=176): Terminated {rc=26112}
22:49:56.187495 ---      ParallelTerminationStrategy: PID 177 died...
22:49:56.189043 run       osmo-ms-mob/00042(pid=177): Terminated {rc=26112}
22:49:56.192788 ---      ParallelTerminationStrategy: PID 178 died...
22:49:56.194225 run       osmo-ms-mob/00043(pid=178): Terminated {rc=26112}
22:49:56.197781 ---      ParallelTerminationStrategy: PID 179 died...
22:49:56.199220 run       osmo-ms-mob/00044(pid=179): Terminated {rc=26112}
22:49:56.202806 ---      ParallelTerminationStrategy: PID 180 died...
22:49:56.204236 run       osmo-ms-mob/00045(pid=180): Terminated {rc=26112}
22:49:56.207818 ---      ParallelTerminationStrategy: PID 181 died...
22:49:56.209267 run       osmo-ms-mob/00046(pid=181): Terminated {rc=26112}
22:49:56.212951 ---      ParallelTerminationStrategy: PID 182 died...
22:49:56.214492 run       osmo-ms-mob/00047(pid=182): Terminated {rc=26112}
22:49:56.218300 ---      ParallelTerminationStrategy: PID 183 died...
22:49:56.219829 run       osmo-ms-mob/00048(pid=183): Terminated {rc=26112}
22:49:56.223662 ---      ParallelTerminationStrategy: PID 184 died...
22:49:56.225203 run       osmo-ms-mob/00049(pid=184): Terminated {rc=26112}
22:49:56.229037 ---      ParallelTerminationStrategy: PID 185 died...
22:49:56.230559 run       osmo-ms-mob/00050(pid=185): Terminated {rc=26112}
22:49:56.234389 ---      ParallelTerminationStrategy: PID 186 died...
22:49:56.235921 run       osmo-ms-mob/00051(pid=186): Terminated {rc=26112}
22:49:56.239734 ---      ParallelTerminationStrategy: PID 187 died...
22:49:56.241264 run       osmo-ms-mob/00052(pid=187): Terminated {rc=26112}
22:49:56.245061 ---      ParallelTerminationStrategy: PID 188 died...
22:49:56.246591 run       osmo-ms-mob/00053(pid=188): Terminated {rc=26112}
22:49:56.250422 ---      ParallelTerminationStrategy: PID 189 died...
22:49:56.251949 run       osmo-ms-mob/00054(pid=189): Terminated {rc=26112}
22:49:56.255736 ---      ParallelTerminationStrategy: PID 190 died...
22:49:56.257265 run       osmo-ms-mob/00055(pid=190): Terminated {rc=26112}
22:49:56.261065 ---      ParallelTerminationStrategy: PID 191 died...
22:49:56.262600 run       osmo-ms-mob/00056(pid=191): Terminated {rc=26112}
22:49:56.266358 ---      ParallelTerminationStrategy: PID 192 died...
22:49:56.267841 run       osmo-ms-mob/00057(pid=192): Terminated {rc=26112}
22:49:56.271567 ---      ParallelTerminationStrategy: PID 193 died...
22:49:56.273075 run       osmo-ms-mob/00058(pid=193): Terminated {rc=26112}
22:49:56.276749 ---      ParallelTerminationStrategy: PID 194 died...
22:49:56.278275 run       osmo-ms-mob/00059(pid=194): Terminated {rc=26112}
22:49:56.282069 ---      ParallelTerminationStrategy: PID 195 died...
22:49:56.283608 run       osmo-ms-mob/00060(pid=195): Terminated {rc=26112}
22:49:56.287455 ---      ParallelTerminationStrategy: PID 196 died...
22:49:56.288998 run       osmo-ms-mob/00061(pid=196): Terminated {rc=26112}
22:49:56.292776 ---      ParallelTerminationStrategy: PID 197 died...
22:49:56.294238 run       osmo-ms-mob/00062(pid=197): Terminated {rc=26112}
22:49:56.298036 ---      ParallelTerminationStrategy: PID 198 died...
22:49:56.299562 run       osmo-ms-mob/00063(pid=198): Terminated {rc=26112}
22:49:56.303275 ---      ParallelTerminationStrategy: PID 199 died...
22:49:56.304767 run       osmo-ms-mob/00064(pid=199): Terminated {rc=26112}
22:49:56.308400 ---      ParallelTerminationStrategy: PID 200 died...
22:49:56.309875 run       osmo-ms-mob/00065(pid=200): Terminated {rc=26112}
22:49:56.313562 ---      ParallelTerminationStrategy: PID 201 died...
22:49:56.315050 run       osmo-ms-mob/00066(pid=201): Terminated {rc=26112}
22:49:56.318858 ---      ParallelTerminationStrategy: PID 202 died...
22:49:56.320385 run       osmo-ms-mob/00067(pid=202): Terminated {rc=26112}
22:49:56.324217 ---      ParallelTerminationStrategy: PID 203 died...
22:49:56.325752 run       osmo-ms-mob/00068(pid=203): Terminated {rc=26112}
22:49:56.329576 ---      ParallelTerminationStrategy: PID 204 died...
22:49:56.331107 run       osmo-ms-mob/00069(pid=204): Terminated {rc=26112}
22:49:56.334898 ---      ParallelTerminationStrategy: PID 205 died...
22:49:56.336427 run       osmo-ms-mob/00070(pid=205): Terminated {rc=26112}
22:49:56.340277 ---      ParallelTerminationStrategy: PID 206 died...
22:49:56.341816 run       osmo-ms-mob/00071(pid=206): Terminated {rc=26112}
22:49:56.345573 ---      ParallelTerminationStrategy: PID 207 died...
22:49:56.347038 run       osmo-ms-mob/00072(pid=207): Terminated {rc=26112}
22:49:56.350803 ---      ParallelTerminationStrategy: PID 208 died...
22:49:56.352332 run       osmo-ms-mob/00073(pid=208): Terminated {rc=26112}
22:49:56.356011 ---      ParallelTerminationStrategy: PID 209 died...
22:49:56.357509 run       osmo-ms-mob/00074(pid=209): Terminated {rc=26112}
22:49:56.361267 ---      ParallelTerminationStrategy: PID 210 died...
22:49:56.362793 run       osmo-ms-mob/00075(pid=210): Terminated {rc=26112}
22:49:56.366584 ---      ParallelTerminationStrategy: PID 211 died...
22:49:56.368133 run       osmo-ms-mob/00076(pid=211): Terminated {rc=26112}
22:49:56.371932 ---      ParallelTerminationStrategy: PID 212 died...
22:49:56.373488 run       osmo-ms-mob/00077(pid=212): Terminated {rc=26112}
22:49:56.377284 ---      ParallelTerminationStrategy: PID 213 died...
22:49:56.378818 run       osmo-ms-mob/00078(pid=213): Terminated {rc=26112}
22:49:56.382627 ---      ParallelTerminationStrategy: PID 214 died...
22:49:56.384159 run       osmo-ms-mob/00079(pid=214): Terminated {rc=26112}
22:49:56.390172 ---      ParallelTerminationStrategy: PID 215 died...
22:49:56.391749 run       osmo-ms-mob/00080(pid=215): Terminated {rc=26112}
22:49:56.395713 ---      ParallelTerminationStrategy: PID 216 died...
22:49:56.397303 run       osmo-ms-mob/00081(pid=216): Terminated {rc=26112}
22:49:56.401259 ---      ParallelTerminationStrategy: PID 217 died...
22:49:56.402850 run       osmo-ms-mob/00082(pid=217): Terminated {rc=26112}
22:49:56.406745 ---      ParallelTerminationStrategy: PID 218 died...
22:49:56.408308 run       osmo-ms-mob/00083(pid=218): Terminated {rc=26112}
22:49:56.412272 ---      ParallelTerminationStrategy: PID 219 died...
22:49:56.413811 run       osmo-ms-mob/00084(pid=219): Terminated {rc=26112}
22:49:56.417625 ---      ParallelTerminationStrategy: PID 220 died...
22:49:56.419165 run       osmo-ms-mob/00085(pid=220): Terminated {rc=26112}
22:49:56.423127 ---      ParallelTerminationStrategy: PID 221 died...
22:49:56.424683 run       osmo-ms-mob/00086(pid=221): Terminated {rc=26112}
22:49:56.428474 ---      ParallelTerminationStrategy: PID 222 died...
22:49:56.430004 run       osmo-ms-mob/00087(pid=222): Terminated {rc=26112}
22:49:56.433894 ---      ParallelTerminationStrategy: PID 223 died...
22:49:56.435440 run       osmo-ms-mob/00088(pid=223): Terminated {rc=26112}
22:49:56.439240 ---      ParallelTerminationStrategy: PID 224 died...
22:49:56.440798 run       osmo-ms-mob/00089(pid=224): Terminated {rc=26112}
22:49:56.444598 ---      ParallelTerminationStrategy: PID 225 died...
22:49:56.446158 run       osmo-ms-mob/00090(pid=225): Terminated {rc=26112}
22:49:56.449977 ---      ParallelTerminationStrategy: PID 226 died...
22:49:56.451504 run       osmo-ms-mob/00091(pid=226): Terminated {rc=26112}
22:49:56.455305 ---      ParallelTerminationStrategy: PID 227 died...
22:49:56.456841 run       osmo-ms-mob/00092(pid=227): Terminated {rc=26112}
22:49:56.460640 ---      ParallelTerminationStrategy: PID 228 died...
22:49:56.462160 run       osmo-ms-mob/00093(pid=228): Terminated {rc=26112}
22:49:56.465957 ---      ParallelTerminationStrategy: PID 229 died...
22:49:56.467486 run       osmo-ms-mob/00094(pid=229): Terminated {rc=26112}
22:49:56.471275 ---      ParallelTerminationStrategy: PID 230 died...
22:49:56.472836 run       osmo-ms-mob/00095(pid=230): Terminated {rc=26112}
22:49:56.476617 ---      ParallelTerminationStrategy: PID 231 died...
22:49:56.478153 run       osmo-ms-mob/00096(pid=231): Terminated {rc=26112}
22:49:56.481835 ---      ParallelTerminationStrategy: PID 232 died...
22:49:56.483332 run       osmo-ms-mob/00097(pid=232): Terminated {rc=26112}
22:49:56.487055 ---      ParallelTerminationStrategy: PID 233 died...
22:49:56.488524 run       osmo-ms-mob/00098(pid=233): Terminated {rc=26112}
22:49:56.492165 ---      ParallelTerminationStrategy: PID 234 died...
22:49:56.493632 run       osmo-ms-mob/00099(pid=234): Terminated {rc=26112}
22:49:59.897054 ---      ParallelTerminationStrategy: PID 34 died...
22:49:59.898748 run         osmo-bts-virtual(pid=34): Terminated: ok {rc=0}
---------------------------------------------------------------------
trial-8125 netreg_mass PASS
---------------------------------------------------------------------
22:49:59.977829 tst                       trial-8125: Storing JUnit report in /build/trial-8125/run.2025-10-20_22-48-21/trial-8125.xml

--------------------------------------------------------------------------------------------
trial-8125 PASS
--------------------------------------------------------------------------------------------
22:49:59.987965 tst                       trial-8125: trial-8125: PASS, 1 suites passed
PASS: netreg_mass (pass: 1)
    pass: register_default_mass.py (92.7 sec)
+ exit_code=0
+ rm -rf trial-8125/inst
+ cd trial-8125
+ command -v journalctl
+ [ ! -z /usr/bin/journalctl ]
+ readlink last_run
+ journalctl -u ofono -o short-precise --since 2025-10-20 22:48:21
No journal files were found.
+ readlink last_run
+ tar czf /build/trial-8125-run.tgz run.2025-10-20_22-48-21
+ tar czf /build/trial-8125-bin.tgz checksums.md5 open5gs.build-8.tgz osmo-bsc.build-2025-10-20_13_26_18.tgz osmo-bts-oc2g.build-2025-10-20_00_51_33.tgz osmo-bts-sysmo.build-2025-10-20_00_51_36.tgz osmo-bts.build-2025-10-20_00_51_42.tgz osmo-ggsn.build-2025-10-20_20_42_28.tgz osmo-hlr.build-2025-10-20_16_36_53.tgz osmo-hnbgw.build-2025-10-20_13_30_21.tgz osmo-mgw.build-2025-10-20_08_33_13.tgz osmo-msc.build-2025-10-20_13_34_19.tgz osmo-nitb.build-17155.tgz osmo-pcu-oc2g.build-2025-10-20_07_34_04.tgz osmo-pcu-sysmo.build-2025-10-20_07_34_08.tgz osmo-pcu.build-2025-10-20_07_36_16.tgz osmo-sgsn.build-2025-10-20_20_48_03.tgz osmo-stp.build-2025-10-20_13_25_07.tgz osmo-trx.build-2025-10-20_14_26_27.tgz osmocom-bb.build-2025-10-20_21_17_12.tgz srslte.build-19.tgz
+ exit 0
+ clean_up_trap
+ set +x

### Clean up ###

+ trap - EXIT INT TERM 0
+ clean_up
+ docker kill osmo-gsm-tester-virtual
Error response from daemon: cannot kill container: osmo-gsm-tester-virtual: No such container: osmo-gsm-tester-virtual
+ true
+ docker run --rm -v /home/osmocom-build/jenkins/workspace/osmo-gsm-tester_virtual:/workspace debian:bookworm chmod -R a+rwX /workspace/
Archiving artifacts
Recording test results
[Checks API] No suitable checks publisher found.
Sending e-mails to: jenkins-notifications@lists.osmocom.org
Finished: SUCCESS