Skip to content
Success

Console Output

Skipping 15 KB.. Full Log
+ docker kill osmo-gsm-tester-virtual
Error response from daemon: cannot kill container: osmo-gsm-tester-virtual: No such container: osmo-gsm-tester-virtual
+ true
+ docker run --rm -v /home/osmocom-build/jenkins/workspace/osmo-gsm-tester_virtual:/workspace debian:bookworm chmod -R a+rwX /workspace/
+ rm -rf trial-7914
+ rm -rf docker-playground
+ git clone --depth=1 --branch=master https://gerrit.osmocom.org/docker-playground docker-playground
Cloning into 'docker-playground'...
+ git -C docker-playground log --oneline
9f3fa5a ttcn3-bts: Allow running osmo-bts-trx with rt prio
+ make -C docker-playground/osmo-gsm-tester
make: Entering directory '/home/osmocom-build/jenkins/workspace/osmo-gsm-tester_virtual/docker-playground/osmo-gsm-tester'
awk: fatal: cannot open file `.release' for reading: No such file or directory
awk: fatal: cannot open file `.release' for reading: No such file or directory
awk: fatal: cannot open file `.release' for reading: No such file or directory
rm -rf .common
cp -r /home/osmocom-build/jenkins/workspace/osmo-gsm-tester_virtual/docker-playground/common .common
INFO: .release created
release=0.0.0
docker build \
	--build-arg USER=osmocom-build \
	--build-arg UID=1000 \
	--build-arg REGISTRY=docker.io \
	--build-arg OSMO_TTCN3_BRANCH=master \
	--build-arg UPSTREAM_DISTRO=debian:bookworm \
	--build-arg DISTRO=debian-bookworm \
	--build-arg OSMOCOM_REPO_MIRROR=https://downloads.osmocom.org \
	--build-arg OSMOCOM_REPO_PATH=packages/osmocom: \
	--build-arg OSMOCOM_REPO_VERSION=latest \
	--build-arg OSMOCOM_REPO_TESTSUITE_MIRROR=https://downloads.osmocom.org \
	--build-arg ASTERISK_BRANCH=sysmocom/20.7.0 \
	--build-arg LIBOSMOCORE_BRANCH=master \
	--build-arg OSMO_BB_BRANCH=master \
	--build-arg OSMO_BSC_BRANCH=master \
	--build-arg OSMO_BTS_BRANCH=master \
	--build-arg OSMO_CBC_BRANCH=master \
	--build-arg OSMO_DIA2GSUP_BRANCH=master \
	--build-arg OSMO_EPDG_BRANCH=master \
	--build-arg OSMO_GBPROXY_BRANCH=master \
	--build-arg OSMO_GGSN_BRANCH=master \
	--build-arg OSMO_GSM_TESTER_BRANCH=master \
	--build-arg OSMO_HLR_BRANCH=master \
	--build-arg OSMO_HNBGW_BRANCH=master \
	--build-arg OSMO_HNODEB_BRANCH=master \
	--build-arg OSMO_IUH_BRANCH=master \
	--build-arg OSMO_MGW_BRANCH=master \
	--build-arg OSMO_MSC_BRANCH=master \
	--build-arg OSMO_NITB_BRANCH=master \
	--build-arg OSMO_PCU_BRANCH=master \
	--build-arg OSMO_REMSIM_BRANCH=master \
	--build-arg OSMO_SGSN_BRANCH=master \
	--build-arg OSMO_SIP_BRANCH=master \
	--build-arg OSMO_STP_BRANCH=master \
	--build-arg OSMO_UECUPS_BRANCH=master \
	--build-arg OPEN5GS_BRANCH=main \
	--build-arg PJPROJECT_BRANCH=sysmocom/2.14 \
	 -t docker.io/osmocom-build/osmo-gsm-tester:latest .
#0 building with "default" instance using docker driver

#1 [internal] load build definition from Dockerfile
#1 transferring dockerfile: 4.84kB done
#1 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.1s

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

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

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

#7 [15/28] RUN	APT-GET update && 	apt-get install -y --no-install-recommends 		telnet 		libosmocore-dev 		libosmo-abis-dev 		libosmo-gsup-client-dev 		libosmo-netif-dev 		libosmo-ranap-dev 		libosmo-sigtran-dev 		libsmpp34-dev 		libgtp-dev 		libasn1c-dev && 	apt-get clean
#7 CACHED

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

#34 exporting to image
#34 exporting layers done
#34 writing image sha256:2d5b36dd448327563c0701bf3432388160c3e7b9e338c1f73cd59e9814e1a3a2 0.0s done
#34 naming to docker.io/osmocom-build/osmo-gsm-tester:latest 0.0s done
#34 DONE 0.1s
rm -rf .common
make: Leaving directory '/home/osmocom-build/jenkins/workspace/osmo-gsm-tester_virtual/docker-playground/osmo-gsm-tester'
+ unlink osmo-gsm-tester/sysmocom/resources.conf
+ ln -s resources.conf.virtual osmo-gsm-tester/sysmocom/resources.conf
+ docker run --rm=true -e HOME=/build -e JOB_NAME=osmo-gsm-tester_virtual -e OSMO_GSM_TESTER_CONF=/build/osmo-gsm-tester/sysmocom/main.conf -e OSMO_GSM_TESTER_OPTS=-s netreg_mass -e BUILD_NUMBER=7915 -w /build -i -v /home/osmocom-build/jenkins/workspace/osmo-gsm-tester_virtual:/build -v /home/osmocom-build/.ssh:/home/build/.ssh:ro --name=osmo-gsm-tester-virtual --cap-add=sys_nice osmocom-build/osmo-gsm-tester /bin/bash -c LANG="en_US.utf8" LC_ALL="en_US.UTF-8" LC_LANG="en_US.UTF-8" PATH="$PWD/osmo-gsm-tester/src:${PATH}" ./osmo-gsm-tester/contrib/jenkins-run.sh
+ base=/build
+ dirname -- ./osmo-gsm-tester/contrib/jenkins-run.sh
+ CDPATH= cd -- ./osmo-gsm-tester/contrib
+ pwd -P
+ SCRIPT_DIR=/build/osmo-gsm-tester/contrib
+ OSMO_GSM_TESTER_CONF=/build/osmo-gsm-tester/sysmocom/main.conf
+ date +%F %T
+ time_start=2025-03-24 22:48:20
+ trial_dir_prefix=trial-
+ rm -rf trial-*
+ trial_dir=trial-7915
+ mkdir -p trial-7915
+ mv open5gs.build-8.tgz osmo-bsc.build-2025-03-24_13_25_52.tgz osmo-bts-oc2g.build-2025-03-23_23_22_45.tgz osmo-bts-sysmo.build-2025-03-23_23_22_38.tgz osmo-bts.build-2025-03-23_23_22_40.tgz osmo-ggsn.build-2025-03-24_20_42_30.tgz osmo-hlr.build-2025-03-24_16_37_11.tgz osmo-hnbgw.build-2025-03-24_14_47_45.tgz osmo-mgw.build-2025-03-24_08_33_14.tgz osmo-msc.build-2025-03-24_13_33_05.tgz osmo-nitb.build-17155.tgz osmo-pcu-oc2g.build-2025-03-24_07_40_46.tgz osmo-pcu-sysmo.build-2025-03-24_07_40_50.tgz osmo-pcu.build-2025-03-24_07_40_44.tgz osmo-sgsn.build-2025-03-24_20_48_51.tgz osmo-stp.build-2025-03-24_13_23_03.tgz osmo-trx.build-2025-03-24_14_27_02.tgz osmocom-bb.build-2025-03-24_21_17_13.tgz srslte.build-19.tgz trial-7915
+ cat open5gs.build-8.md5 osmo-bsc.build-2025-03-24_13_25_52.md5 osmo-bts-oc2g.build-2025-03-23_23_22_45.md5 osmo-bts-sysmo.build-2025-03-23_23_22_38.md5 osmo-bts.build-2025-03-23_23_22_40.md5 osmo-ggsn.build-2025-03-24_20_42_30.md5 osmo-hlr.build-2025-03-24_16_37_11.md5 osmo-hnbgw.build-2025-03-24_14_47_45.md5 osmo-mgw.build-2025-03-24_08_33_14.md5 osmo-msc.build-2025-03-24_13_33_05.md5 osmo-nitb.build-17155.md5 osmo-pcu-oc2g.build-2025-03-24_07_40_46.md5 osmo-pcu-sysmo.build-2025-03-24_07_40_50.md5 osmo-pcu.build-2025-03-24_07_40_44.md5 osmo-sgsn.build-2025-03-24_20_48_51.md5 osmo-stp.build-2025-03-24_13_23_03.md5 osmo-trx.build-2025-03-24_14_27_02.md5 osmocom-bb.build-2025-03-24_21_17_13.md5 srslte.build-19.md5
+ rm open5gs.build-8.md5 osmo-bsc.build-2025-03-24_13_25_52.md5 osmo-bts-oc2g.build-2025-03-23_23_22_45.md5 osmo-bts-sysmo.build-2025-03-23_23_22_38.md5 osmo-bts.build-2025-03-23_23_22_40.md5 osmo-ggsn.build-2025-03-24_20_42_30.md5 osmo-hlr.build-2025-03-24_16_37_11.md5 osmo-hnbgw.build-2025-03-24_14_47_45.md5 osmo-mgw.build-2025-03-24_08_33_14.md5 osmo-msc.build-2025-03-24_13_33_05.md5 osmo-nitb.build-17155.md5 osmo-pcu-oc2g.build-2025-03-24_07_40_46.md5 osmo-pcu-sysmo.build-2025-03-24_07_40_50.md5 osmo-pcu.build-2025-03-24_07_40_44.md5 osmo-sgsn.build-2025-03-24_20_48_51.md5 osmo-stp.build-2025-03-24_13_23_03.md5 osmo-trx.build-2025-03-24_14_27_02.md5 osmocom-bb.build-2025-03-24_21_17_13.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-7915 -s netreg_mass
combinations: ['netreg_mass']
trial: 'trial-7915'
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-7915
--------------------------------------------------------------------------------------------
22:48:20.322451 tst                       trial-7915: Detailed log at /build/trial-7915/run.2025-03-24_22-48-20/log

---------------------------------------------------------------------
trial-7915 netreg_mass
---------------------------------------------------------------------
22:48:20.530683 tst                      netreg_mass: reserving resources in /var/tmp/osmo-gsm-tester/state ...
22:48:20.531054 tst                      netreg_mass: Verifying 1 x bts (candidates: 1)
22:48:20.531883 tst                      netreg_mass: Verifying 6 x ip_address (candidates: 9)
22:48:20.533151 tst                      netreg_mass: Verifying 100 x modem (candidates: 100)
22:48:20.577746 tst                      netreg_mass: Reserving 1 x bts (candidates: 1)
22:48:20.578537 tst                      netreg_mass: Reserving 6 x ip_address (candidates: 9)
22:48:20.579713 tst                      netreg_mass: Reserving 100 x modem (candidates: 100)
22:48:20.668871 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-7915 netreg_mass register_default_mass.py
----------------------------------------------
22:48:20.670998 tst       register_default_mass.py:9: Claiming resources for the test
22:48:20.689448 tst                      netreg_mass: Using 1 x ip_address (candidates: 6)
22:48:20.690096 tst                      netreg_mass: Using 1 x ip_address (candidates: 6)
22:48:20.690646 tst                      netreg_mass: Using 1 x ip_address (candidates: 6)
22:48:20.692001 tst                      netreg_mass: Using 1 x ip_address (candidates: 6)
22:48:20.692905 tst                      netreg_mass: Using 1 x ip_address (candidates: 6)
22:48:20.693520 tst                      netreg_mass: Using 1 x ip_address (candidates: 6)
22:48:20.694077 tst                      netreg_mass: Using 1 x bts (candidates: 1)
22:48:20.741084 tst         register_default_mass.py: using LAC 2
22:48:20.777945 tst         register_default_mass.py: using RAC 2
22:48:20.819181 tst         register_default_mass.py: using CellId 2
22:48:20.868683 tst         register_default_mass.py: using BVCI 3
22:48:20.874235 tst                      netreg_mass: Using 1 x modem (candidates: 100)
22:48:20.874876 tst                      netreg_mass: Using 1 x modem (candidates: 100)
22:48:20.875434 tst                      netreg_mass: Using 1 x modem (candidates: 100)
22:48:20.875972 tst                      netreg_mass: Using 1 x modem (candidates: 100)
22:48:20.876510 tst                      netreg_mass: Using 1 x modem (candidates: 100)
22:48:20.877039 tst                      netreg_mass: Using 1 x modem (candidates: 100)
22:48:20.877551 tst                      netreg_mass: Using 1 x modem (candidates: 100)
22:48:20.878065 tst                      netreg_mass: Using 1 x modem (candidates: 100)
22:48:20.878567 tst                      netreg_mass: Using 1 x modem (candidates: 100)
22:48:20.879077 tst                      netreg_mass: Using 1 x modem (candidates: 100)
22:48:20.879592 tst                      netreg_mass: Using 1 x modem (candidates: 100)
22:48:20.880117 tst                      netreg_mass: Using 1 x modem (candidates: 100)
22:48:20.880679 tst                      netreg_mass: Using 1 x modem (candidates: 100)
22:48:20.881204 tst                      netreg_mass: Using 1 x modem (candidates: 100)
22:48:20.881734 tst                      netreg_mass: Using 1 x modem (candidates: 100)
22:48:20.882275 tst                      netreg_mass: Using 1 x modem (candidates: 100)
22:48:20.882800 tst                      netreg_mass: Using 1 x modem (candidates: 100)
22:48:20.883314 tst                      netreg_mass: Using 1 x modem (candidates: 100)
22:48:20.883837 tst                      netreg_mass: Using 1 x modem (candidates: 100)
22:48:20.884372 tst                      netreg_mass: Using 1 x modem (candidates: 100)
22:48:20.884904 tst                      netreg_mass: Using 1 x modem (candidates: 100)
22:48:20.885439 tst                      netreg_mass: Using 1 x modem (candidates: 100)
22:48:20.885988 tst                      netreg_mass: Using 1 x modem (candidates: 100)
22:48:20.886528 tst                      netreg_mass: Using 1 x modem (candidates: 100)
22:48:20.887072 tst                      netreg_mass: Using 1 x modem (candidates: 100)
22:48:20.887649 tst                      netreg_mass: Using 1 x modem (candidates: 100)
22:48:20.888223 tst                      netreg_mass: Using 1 x modem (candidates: 100)
22:48:20.888791 tst                      netreg_mass: Using 1 x modem (candidates: 100)
22:48:20.889383 tst                      netreg_mass: Using 1 x modem (candidates: 100)
22:48:20.889943 tst                      netreg_mass: Using 1 x modem (candidates: 100)
22:48:20.890510 tst                      netreg_mass: Using 1 x modem (candidates: 100)
22:48:20.891091 tst                      netreg_mass: Using 1 x modem (candidates: 100)
22:48:20.891671 tst                      netreg_mass: Using 1 x modem (candidates: 100)
22:48:20.892252 tst                      netreg_mass: Using 1 x modem (candidates: 100)
22:48:20.892849 tst                      netreg_mass: Using 1 x modem (candidates: 100)
22:48:20.893420 tst                      netreg_mass: Using 1 x modem (candidates: 100)
22:48:20.894008 tst                      netreg_mass: Using 1 x modem (candidates: 100)
22:48:20.894586 tst                      netreg_mass: Using 1 x modem (candidates: 100)
22:48:20.895164 tst                      netreg_mass: Using 1 x modem (candidates: 100)
22:48:20.895722 tst                      netreg_mass: Using 1 x modem (candidates: 100)
22:48:20.896290 tst                      netreg_mass: Using 1 x modem (candidates: 100)
22:48:20.896876 tst                      netreg_mass: Using 1 x modem (candidates: 100)
22:48:20.897455 tst                      netreg_mass: Using 1 x modem (candidates: 100)
22:48:20.898029 tst                      netreg_mass: Using 1 x modem (candidates: 100)
22:48:20.898595 tst                      netreg_mass: Using 1 x modem (candidates: 100)
22:48:20.899153 tst                      netreg_mass: Using 1 x modem (candidates: 100)
22:48:20.899742 tst                      netreg_mass: Using 1 x modem (candidates: 100)
22:48:20.900318 tst                      netreg_mass: Using 1 x modem (candidates: 100)
22:48:20.900898 tst                      netreg_mass: Using 1 x modem (candidates: 100)
22:48:20.901480 tst                      netreg_mass: Using 1 x modem (candidates: 100)
22:48:20.902057 tst                      netreg_mass: Using 1 x modem (candidates: 100)
22:48:20.902626 tst                      netreg_mass: Using 1 x modem (candidates: 100)
22:48:20.903200 tst                      netreg_mass: Using 1 x modem (candidates: 100)
22:48:20.903770 tst                      netreg_mass: Using 1 x modem (candidates: 100)
22:48:20.904330 tst                      netreg_mass: Using 1 x modem (candidates: 100)
22:48:20.904917 tst                      netreg_mass: Using 1 x modem (candidates: 100)
22:48:20.905486 tst                      netreg_mass: Using 1 x modem (candidates: 100)
22:48:20.906062 tst                      netreg_mass: Using 1 x modem (candidates: 100)
22:48:20.906632 tst                      netreg_mass: Using 1 x modem (candidates: 100)
22:48:20.907183 tst                      netreg_mass: Using 1 x modem (candidates: 100)
22:48:20.907734 tst                      netreg_mass: Using 1 x modem (candidates: 100)
22:48:20.908312 tst                      netreg_mass: Using 1 x modem (candidates: 100)
22:48:20.908889 tst                      netreg_mass: Using 1 x modem (candidates: 100)
22:48:20.909458 tst                      netreg_mass: Using 1 x modem (candidates: 100)
22:48:20.910029 tst                      netreg_mass: Using 1 x modem (candidates: 100)
22:48:20.910595 tst                      netreg_mass: Using 1 x modem (candidates: 100)
22:48:20.911158 tst                      netreg_mass: Using 1 x modem (candidates: 100)
22:48:20.911740 tst                      netreg_mass: Using 1 x modem (candidates: 100)
22:48:20.912313 tst                      netreg_mass: Using 1 x modem (candidates: 100)
22:48:20.912896 tst                      netreg_mass: Using 1 x modem (candidates: 100)
22:48:20.913454 tst                      netreg_mass: Using 1 x modem (candidates: 100)
22:48:20.913988 tst                      netreg_mass: Using 1 x modem (candidates: 100)
22:48:20.914643 tst                      netreg_mass: Using 1 x modem (candidates: 100)
22:48:20.915221 tst                      netreg_mass: Using 1 x modem (candidates: 100)
22:48:20.915789 tst                      netreg_mass: Using 1 x modem (candidates: 100)
22:48:20.916339 tst                      netreg_mass: Using 1 x modem (candidates: 100)
22:48:20.916924 tst                      netreg_mass: Using 1 x modem (candidates: 100)
22:48:20.917485 tst                      netreg_mass: Using 1 x modem (candidates: 100)
22:48:20.918039 tst                      netreg_mass: Using 1 x modem (candidates: 100)
22:48:20.918589 tst                      netreg_mass: Using 1 x modem (candidates: 100)
22:48:20.919169 tst                      netreg_mass: Using 1 x modem (candidates: 100)
22:48:20.919726 tst                      netreg_mass: Using 1 x modem (candidates: 100)
22:48:20.920280 tst                      netreg_mass: Using 1 x modem (candidates: 100)
22:48:20.920861 tst                      netreg_mass: Using 1 x modem (candidates: 100)
22:48:20.921423 tst                      netreg_mass: Using 1 x modem (candidates: 100)
22:48:20.922302 tst                      netreg_mass: Using 1 x modem (candidates: 100)
22:48:20.922877 tst                      netreg_mass: Using 1 x modem (candidates: 100)
22:48:20.923429 tst                      netreg_mass: Using 1 x modem (candidates: 100)
22:48:20.923979 tst                      netreg_mass: Using 1 x modem (candidates: 100)
22:48:20.924535 tst                      netreg_mass: Using 1 x modem (candidates: 100)
22:48:20.925150 tst                      netreg_mass: Using 1 x modem (candidates: 100)
22:48:20.925689 tst                      netreg_mass: Using 1 x modem (candidates: 100)
22:48:20.926244 tst                      netreg_mass: Using 1 x modem (candidates: 100)
22:48:20.926823 tst                      netreg_mass: Using 1 x modem (candidates: 100)
22:48:20.927389 tst                      netreg_mass: Using 1 x modem (candidates: 100)
22:48:20.927925 tst                      netreg_mass: Using 1 x modem (candidates: 100)
22:48:20.928456 tst                      netreg_mass: Using 1 x modem (candidates: 100)
22:48:20.929004 tst                      netreg_mass: Using 1 x modem (candidates: 100)
22:48:20.929540 tst                      netreg_mass: Using 1 x modem (candidates: 100)
22:48:20.930084 tst                      netreg_mass: Using 1 x modem (candidates: 100)
22:48:20.930616 tst                      netreg_mass: Using 1 x modem (candidates: 100)
22:48:20.931230 tst      register_default_mass.py:21: Launching a simple network
22:48:20.942123 run              osmo-hlr_127.0.42.2: Starting osmo-hlr
22:48:21.067838 run            create_hlr_db(pid=20): Launched
22:48:22.078107 run            create_hlr_db(pid=20): Terminated: ok {rc=0}
22:48:22.094465 run pcap-recorder_any(filters='host 127.0.42.2')(pid=22): Launched
22:48:22.109661 run      osmo-hlr_127.0.42.2(pid=23): Launched
22:48:22.115317 run              osmo-stp_127.0.42.5: Starting osmo-stp
22:48:22.292784 run pcap-recorder_any(filters='host 127.0.42.5 and port not 22')(pid=24): Launched
22:48:22.310602 run      osmo-stp_127.0.42.5(pid=25): Launched
22:48:22.317104 run              osmo-msc_127.0.42.6: Starting osmo-msc
22:48:22.766494 run pcap-recorder_any(filters='host 127.0.42.6 and port not 22')(pid=26): Launched
22:48:22.782366 run      osmo-msc_127.0.42.6(pid=27): Launched
22:48:25.795342 run              osmo-mgw_127.0.42.3: Starting osmo-mgw
22:48:25.939425 run pcap-recorder_any(filters='host 127.0.42.3 and port not 22')(pid=28): Launched
22:48:25.978631 run      osmo-mgw_127.0.42.3(pid=29): Launched
22:48:25.984486 run              osmo-mgw_127.0.42.4: Starting osmo-mgw
22:48:26.008376 run pcap-recorder_any(filters='host 127.0.42.4 and port not 22')(pid=30): Launched
22:48:26.023831 run      osmo-mgw_127.0.42.4(pid=31): Launched
22:48:26.029621 run              osmo-bsc_127.0.42.7: Starting osmo-bsc
22:48:26.361353 run pcap-recorder_any(filters='host 127.0.42.7 and port not 22')(pid=32): Launched
22:48:26.377291 run      osmo-bsc_127.0.42.7(pid=33): Launched
22:48:32.393876 run                 osmo-bts-virtual: Starting to connect to osmo-bsc_127.0.42.7
22:48:32.547896 run         osmo-bts-virtual(pid=34): Launched
22:48:33.596946 tst         register_default_mass.py: using MSISDN 1001
22:48:33.602907 run              osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001010000000000', msisdn='1001', subscriber_id=1}
22:48:33.699038 tst         register_default_mass.py: using MSISDN 1002
22:48:33.704942 run              osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001010000000001', msisdn='1002', subscriber_id=2}
22:48:33.780897 tst         register_default_mass.py: using MSISDN 1003
22:48:33.787417 run              osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001010000000002', msisdn='1003', subscriber_id=3}
22:48:33.885121 tst         register_default_mass.py: using MSISDN 1004
22:48:33.892890 run              osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001010000000003', msisdn='1004', subscriber_id=4}
22:48:33.965785 tst         register_default_mass.py: using MSISDN 1005
22:48:33.971786 run              osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001010000000004', msisdn='1005', subscriber_id=5}
22:48:34.054157 tst         register_default_mass.py: using MSISDN 1006
22:48:34.063004 run              osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001010000000005', msisdn='1006', subscriber_id=6}
22:48:34.128701 tst         register_default_mass.py: using MSISDN 1007
22:48:34.134863 run              osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001010000000006', msisdn='1007', subscriber_id=7}
22:48:34.210070 tst         register_default_mass.py: using MSISDN 1008
22:48:34.216057 run              osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001010000000007', msisdn='1008', subscriber_id=8}
22:48:34.289284 tst         register_default_mass.py: using MSISDN 1009
22:48:34.295407 run              osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001010000000008', msisdn='1009', subscriber_id=9}
22:48:34.378678 tst         register_default_mass.py: using MSISDN 1010
22:48:34.384642 run              osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001010000000009', msisdn='1010', subscriber_id=10}
22:48:34.453476 tst         register_default_mass.py: using MSISDN 1011
22:48:34.460369 run              osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001020000000000', msisdn='1011', subscriber_id=11}
22:48:34.534331 tst         register_default_mass.py: using MSISDN 1012
22:48:34.540223 run              osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001020000000001', msisdn='1012', subscriber_id=12}
22:48:34.614683 tst         register_default_mass.py: using MSISDN 1013
22:48:34.626282 run              osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001020000000002', msisdn='1013', subscriber_id=13}
22:48:34.713780 tst         register_default_mass.py: using MSISDN 1014
22:48:34.723184 run              osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001020000000003', msisdn='1014', subscriber_id=14}
22:48:34.791754 tst         register_default_mass.py: using MSISDN 1015
22:48:34.799376 run              osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001020000000004', msisdn='1015', subscriber_id=15}
22:48:34.878732 tst         register_default_mass.py: using MSISDN 1016
22:48:34.885655 run              osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001020000000005', msisdn='1016', subscriber_id=16}
22:48:34.953112 tst         register_default_mass.py: using MSISDN 1017
22:48:34.959206 run              osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001020000000006', msisdn='1017', subscriber_id=17}
22:48:35.085786 tst         register_default_mass.py: using MSISDN 1018
22:48:35.095545 run              osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001020000000007', msisdn='1018', subscriber_id=18}
22:48:35.168361 tst         register_default_mass.py: using MSISDN 1019
22:48:35.174422 run              osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001020000000008', msisdn='1019', subscriber_id=19}
22:48:35.246528 tst         register_default_mass.py: using MSISDN 1020
22:48:35.252561 run              osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001020000000009', msisdn='1020', subscriber_id=20}
22:48:35.321526 tst         register_default_mass.py: using MSISDN 1021
22:48:35.329358 run              osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001030000000000', msisdn='1021', subscriber_id=21}
22:48:35.405879 tst         register_default_mass.py: using MSISDN 1022
22:48:35.412079 run              osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001030000000001', msisdn='1022', subscriber_id=22}
22:48:35.476955 tst         register_default_mass.py: using MSISDN 1023
22:48:35.482928 run              osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001030000000002', msisdn='1023', subscriber_id=23}
22:48:35.562941 tst         register_default_mass.py: using MSISDN 1024
22:48:35.569791 run              osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001030000000003', msisdn='1024', subscriber_id=24}
22:48:35.637880 tst         register_default_mass.py: using MSISDN 1025
22:48:35.645613 run              osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001030000000004', msisdn='1025', subscriber_id=25}
22:48:35.713821 tst         register_default_mass.py: using MSISDN 1026
22:48:35.721162 run              osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001030000000005', msisdn='1026', subscriber_id=26}
22:48:35.786698 tst         register_default_mass.py: using MSISDN 1027
22:48:35.794474 run              osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001030000000006', msisdn='1027', subscriber_id=27}
22:48:35.869448 tst         register_default_mass.py: using MSISDN 1028
22:48:35.876742 run              osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001030000000007', msisdn='1028', subscriber_id=28}
22:48:35.944764 tst         register_default_mass.py: using MSISDN 1029
22:48:35.952511 run              osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001030000000008', msisdn='1029', subscriber_id=29}
22:48:36.027191 tst         register_default_mass.py: using MSISDN 1030
22:48:36.034126 run              osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001030000000009', msisdn='1030', subscriber_id=30}
22:48:36.119893 tst         register_default_mass.py: using MSISDN 1031
22:48:36.126535 run              osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001040000000000', msisdn='1031', subscriber_id=31}
22:48:36.205329 tst         register_default_mass.py: using MSISDN 1032
22:48:36.211391 run              osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001040000000001', msisdn='1032', subscriber_id=32}
22:48:36.293557 tst         register_default_mass.py: using MSISDN 1033
22:48:36.299721 run              osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001040000000002', msisdn='1033', subscriber_id=33}
22:48:36.361866 tst         register_default_mass.py: using MSISDN 1034
22:48:36.369670 run              osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001040000000003', msisdn='1034', subscriber_id=34}
22:48:36.433006 tst         register_default_mass.py: using MSISDN 1035
22:48:36.442819 run              osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001040000000004', msisdn='1035', subscriber_id=35}
22:48:36.504046 tst         register_default_mass.py: using MSISDN 1036
22:48:36.510940 run              osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001040000000005', msisdn='1036', subscriber_id=36}
22:48:36.594811 tst         register_default_mass.py: using MSISDN 1037
22:48:36.602372 run              osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001040000000006', msisdn='1037', subscriber_id=37}
22:48:36.670011 tst         register_default_mass.py: using MSISDN 1038
22:48:36.676554 run              osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001040000000007', msisdn='1038', subscriber_id=38}
22:48:36.744932 tst         register_default_mass.py: using MSISDN 1039
22:48:36.751075 run              osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001040000000008', msisdn='1039', subscriber_id=39}
22:48:36.823808 tst         register_default_mass.py: using MSISDN 1040
22:48:36.832108 run              osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001040000000009', msisdn='1040', subscriber_id=40}
22:48:36.902684 tst         register_default_mass.py: using MSISDN 1041
22:48:36.913530 run              osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001050000000000', msisdn='1041', subscriber_id=41}
22:48:36.980934 tst         register_default_mass.py: using MSISDN 1042
22:48:36.992443 run              osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001050000000001', msisdn='1042', subscriber_id=42}
22:48:37.057509 tst         register_default_mass.py: using MSISDN 1043
22:48:37.067220 run              osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001050000000002', msisdn='1043', subscriber_id=43}
22:48:37.128829 tst         register_default_mass.py: using MSISDN 1044
22:48:37.136922 run              osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001050000000003', msisdn='1044', subscriber_id=44}
22:48:37.216067 tst         register_default_mass.py: using MSISDN 1045
22:48:37.223467 run              osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001050000000004', msisdn='1045', subscriber_id=45}
22:48:37.287680 tst         register_default_mass.py: using MSISDN 1046
22:48:37.294184 run              osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001050000000005', msisdn='1046', subscriber_id=46}
22:48:37.444373 tst         register_default_mass.py: using MSISDN 1047
22:48:37.450044 run              osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001050000000006', msisdn='1047', subscriber_id=47}
22:48:37.529496 tst         register_default_mass.py: using MSISDN 1048
22:48:37.536384 run              osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001050000000007', msisdn='1048', subscriber_id=48}
22:48:37.609084 tst         register_default_mass.py: using MSISDN 1049
22:48:37.616196 run              osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001050000000008', msisdn='1049', subscriber_id=49}
22:48:37.690412 tst         register_default_mass.py: using MSISDN 1050
22:48:37.697856 run              osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001050000000009', msisdn='1050', subscriber_id=50}
22:48:37.771198 tst         register_default_mass.py: using MSISDN 1051
22:48:37.778116 run              osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001060000000000', msisdn='1051', subscriber_id=51}
22:48:37.844285 tst         register_default_mass.py: using MSISDN 1052
22:48:37.850884 run              osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001060000000001', msisdn='1052', subscriber_id=52}
22:48:37.913220 tst         register_default_mass.py: using MSISDN 1053
22:48:37.920785 run              osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001060000000002', msisdn='1053', subscriber_id=53}
22:48:37.999253 tst         register_default_mass.py: using MSISDN 1054
22:48:38.005233 run              osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001060000000003', msisdn='1054', subscriber_id=54}
22:48:38.079686 tst         register_default_mass.py: using MSISDN 1055
22:48:38.085317 run              osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001060000000004', msisdn='1055', subscriber_id=55}
22:48:38.156507 tst         register_default_mass.py: using MSISDN 1056
22:48:38.163186 run              osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001060000000005', msisdn='1056', subscriber_id=56}
22:48:38.239133 tst         register_default_mass.py: using MSISDN 1057
22:48:38.245625 run              osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001060000000006', msisdn='1057', subscriber_id=57}
22:48:38.318880 tst         register_default_mass.py: using MSISDN 1058
22:48:38.325769 run              osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001060000000007', msisdn='1058', subscriber_id=58}
22:48:38.434422 tst         register_default_mass.py: using MSISDN 1059
22:48:38.440439 run              osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001060000000008', msisdn='1059', subscriber_id=59}
22:48:38.500612 tst         register_default_mass.py: using MSISDN 1060
22:48:38.506568 run              osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001060000000009', msisdn='1060', subscriber_id=60}
22:48:38.583061 tst         register_default_mass.py: using MSISDN 1061
22:48:38.589043 run              osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001070000000000', msisdn='1061', subscriber_id=61}
22:48:38.653005 tst         register_default_mass.py: using MSISDN 1062
22:48:38.658854 run              osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001070000000001', msisdn='1062', subscriber_id=62}
22:48:38.730279 tst         register_default_mass.py: using MSISDN 1063
22:48:38.736258 run              osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001070000000002', msisdn='1063', subscriber_id=63}
22:48:38.810814 tst         register_default_mass.py: using MSISDN 1064
22:48:38.816710 run              osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001070000000003', msisdn='1064', subscriber_id=64}
22:48:38.887121 tst         register_default_mass.py: using MSISDN 1065
22:48:38.893114 run              osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001070000000004', msisdn='1065', subscriber_id=65}
22:48:38.963237 tst         register_default_mass.py: using MSISDN 1066
22:48:38.969909 run              osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001070000000005', msisdn='1066', subscriber_id=66}
22:48:39.032433 tst         register_default_mass.py: using MSISDN 1067
22:48:39.040478 run              osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001070000000006', msisdn='1067', subscriber_id=67}
22:48:39.105469 tst         register_default_mass.py: using MSISDN 1068
22:48:39.112991 run              osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001070000000007', msisdn='1068', subscriber_id=68}
22:48:39.189151 tst         register_default_mass.py: using MSISDN 1069
22:48:39.195228 run              osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001070000000008', msisdn='1069', subscriber_id=69}
22:48:39.260818 tst         register_default_mass.py: using MSISDN 1070
22:48:39.266755 run              osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001070000000009', msisdn='1070', subscriber_id=70}
22:48:39.335137 tst         register_default_mass.py: using MSISDN 1071
22:48:39.341271 run              osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001080000000000', msisdn='1071', subscriber_id=71}
22:48:39.422767 tst         register_default_mass.py: using MSISDN 1072
22:48:39.429843 run              osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001080000000001', msisdn='1072', subscriber_id=72}
22:48:39.492360 tst         register_default_mass.py: using MSISDN 1073
22:48:39.498096 run              osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001080000000002', msisdn='1073', subscriber_id=73}
22:48:39.575579 tst         register_default_mass.py: using MSISDN 1074
22:48:39.583848 run              osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001080000000003', msisdn='1074', subscriber_id=74}
22:48:39.654156 tst         register_default_mass.py: using MSISDN 1075
22:48:39.663158 run              osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001080000000004', msisdn='1075', subscriber_id=75}
22:48:39.730334 tst         register_default_mass.py: using MSISDN 1076
22:48:39.736147 run              osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001080000000005', msisdn='1076', subscriber_id=76}
22:48:39.797746 tst         register_default_mass.py: using MSISDN 1077
22:48:39.803720 run              osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001080000000006', msisdn='1077', subscriber_id=77}
22:48:39.902684 tst         register_default_mass.py: using MSISDN 1078
22:48:39.908944 run              osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001080000000007', msisdn='1078', subscriber_id=78}
22:48:39.990938 tst         register_default_mass.py: using MSISDN 1079
22:48:40.002212 run              osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001080000000008', msisdn='1079', subscriber_id=79}
22:48:40.078148 tst         register_default_mass.py: using MSISDN 1080
22:48:40.088655 run              osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001080000000009', msisdn='1080', subscriber_id=80}
22:48:40.163210 tst         register_default_mass.py: using MSISDN 1081
22:48:40.172237 run              osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001090000000000', msisdn='1081', subscriber_id=81}
22:48:40.262948 tst         register_default_mass.py: using MSISDN 1082
22:48:40.269371 run              osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001090000000001', msisdn='1082', subscriber_id=82}
22:48:40.343915 tst         register_default_mass.py: using MSISDN 1083
22:48:40.350685 run              osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001090000000002', msisdn='1083', subscriber_id=83}
22:48:40.428421 tst         register_default_mass.py: using MSISDN 1084
22:48:40.434543 run              osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001090000000003', msisdn='1084', subscriber_id=84}
22:48:40.537287 tst         register_default_mass.py: using MSISDN 1085
22:48:40.544849 run              osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001090000000004', msisdn='1085', subscriber_id=85}
22:48:40.630065 tst         register_default_mass.py: using MSISDN 1086
22:48:40.635779 run              osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001090000000005', msisdn='1086', subscriber_id=86}
22:48:40.728767 tst         register_default_mass.py: using MSISDN 1087
22:48:40.734433 run              osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001090000000006', msisdn='1087', subscriber_id=87}
22:48:40.812959 tst         register_default_mass.py: using MSISDN 1088
22:48:40.818730 run              osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001090000000007', msisdn='1088', subscriber_id=88}
22:48:40.910667 tst         register_default_mass.py: using MSISDN 1089
22:48:40.916790 run              osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001090000000008', msisdn='1089', subscriber_id=89}
22:48:41.048389 tst         register_default_mass.py: using MSISDN 1090
22:48:41.054391 run              osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001090000000009', msisdn='1090', subscriber_id=90}
22:48:41.122635 tst         register_default_mass.py: using MSISDN 1091
22:48:41.128417 run              osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001100000000000', msisdn='1091', subscriber_id=91}
22:48:41.209541 tst         register_default_mass.py: using MSISDN 1092
22:48:41.215461 run              osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001100000000001', msisdn='1092', subscriber_id=92}
22:48:41.295599 tst         register_default_mass.py: using MSISDN 1093
22:48:41.303972 run              osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001100000000002', msisdn='1093', subscriber_id=93}
22:48:41.378414 tst         register_default_mass.py: using MSISDN 1094
22:48:41.384312 run              osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001100000000003', msisdn='1094', subscriber_id=94}
22:48:41.448864 tst         register_default_mass.py: using MSISDN 1095
22:48:41.454847 run              osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001100000000004', msisdn='1095', subscriber_id=95}
22:48:41.531418 tst         register_default_mass.py: using MSISDN 1096
22:48:41.537360 run              osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001100000000005', msisdn='1096', subscriber_id=96}
22:48:41.624239 tst         register_default_mass.py: using MSISDN 1097
22:48:41.631348 run              osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001100000000006', msisdn='1097', subscriber_id=97}
22:48:41.721062 tst         register_default_mass.py: using MSISDN 1098
22:48:41.726678 run              osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001100000000007', msisdn='1098', subscriber_id=98}
22:48:41.800146 tst         register_default_mass.py: using MSISDN 1099
22:48:41.805934 run              osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001100000000008', msisdn='1099', subscriber_id=99}
22:48:41.883190 tst         register_default_mass.py: using MSISDN 1100
22:48:41.889195 run              osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001100000000009', msisdn='1100', subscriber_id=100}
22:48:42.014816 run                             mass: Starting testcase
22:48:42.020868 run                             mass: Pre-launching all virtphy's
22:48:42.026568 run           osmo-ms-virt-phy/00000: Starting virtphy
22:48:42.040116 run   osmo-ms-virt-phy/00000(pid=35): Launched
22:48:42.046565 run           osmo-ms-virt-phy/00001: Starting virtphy
22:48:42.060000 run   osmo-ms-virt-phy/00001(pid=36): Launched
22:48:42.066889 run           osmo-ms-virt-phy/00002: Starting virtphy
22:48:42.080350 run   osmo-ms-virt-phy/00002(pid=37): Launched
22:48:42.086576 run           osmo-ms-virt-phy/00003: Starting virtphy
22:48:42.100329 run   osmo-ms-virt-phy/00003(pid=38): Launched
22:48:42.106498 run           osmo-ms-virt-phy/00004: Starting virtphy
22:48:42.119520 run   osmo-ms-virt-phy/00004(pid=39): Launched
22:48:42.125630 run           osmo-ms-virt-phy/00005: Starting virtphy
22:48:42.138705 run   osmo-ms-virt-phy/00005(pid=40): Launched
22:48:42.144934 run           osmo-ms-virt-phy/00006: Starting virtphy
22:48:42.158063 run   osmo-ms-virt-phy/00006(pid=41): Launched
22:48:42.164404 run           osmo-ms-virt-phy/00007: Starting virtphy
22:48:42.178656 run   osmo-ms-virt-phy/00007(pid=42): Launched
22:48:42.185226 run           osmo-ms-virt-phy/00008: Starting virtphy
22:48:42.202365 run   osmo-ms-virt-phy/00008(pid=43): Launched
22:48:42.208992 run           osmo-ms-virt-phy/00009: Starting virtphy
22:48:42.223622 run   osmo-ms-virt-phy/00009(pid=44): Launched
22:48:42.230285 run           osmo-ms-virt-phy/00010: Starting virtphy
22:48:42.244578 run   osmo-ms-virt-phy/00010(pid=45): Launched
22:48:42.251074 run           osmo-ms-virt-phy/00011: Starting virtphy
22:48:42.265121 run   osmo-ms-virt-phy/00011(pid=46): Launched
22:48:42.271628 run           osmo-ms-virt-phy/00012: Starting virtphy
22:48:42.285749 run   osmo-ms-virt-phy/00012(pid=47): Launched
22:48:42.292428 run           osmo-ms-virt-phy/00013: Starting virtphy
22:48:42.306661 run   osmo-ms-virt-phy/00013(pid=48): Launched
22:48:42.313157 run           osmo-ms-virt-phy/00014: Starting virtphy
22:48:42.327843 run   osmo-ms-virt-phy/00014(pid=49): Launched
22:48:42.334531 run           osmo-ms-virt-phy/00015: Starting virtphy
22:48:42.348957 run   osmo-ms-virt-phy/00015(pid=50): Launched
22:48:42.355428 run           osmo-ms-virt-phy/00016: Starting virtphy
22:48:42.369756 run   osmo-ms-virt-phy/00016(pid=51): Launched
22:48:42.376367 run           osmo-ms-virt-phy/00017: Starting virtphy
22:48:42.390593 run   osmo-ms-virt-phy/00017(pid=52): Launched
22:48:42.397052 run           osmo-ms-virt-phy/00018: Starting virtphy
22:48:42.411238 run   osmo-ms-virt-phy/00018(pid=53): Launched
22:48:42.417703 run           osmo-ms-virt-phy/00019: Starting virtphy
22:48:42.431964 run   osmo-ms-virt-phy/00019(pid=54): Launched
22:48:42.438425 run           osmo-ms-virt-phy/00020: Starting virtphy
22:48:42.452890 run   osmo-ms-virt-phy/00020(pid=55): Launched
22:48:42.459526 run           osmo-ms-virt-phy/00021: Starting virtphy
22:48:42.473826 run   osmo-ms-virt-phy/00021(pid=56): Launched
22:48:42.480443 run           osmo-ms-virt-phy/00022: Starting virtphy
22:48:42.495160 run   osmo-ms-virt-phy/00022(pid=57): Launched
22:48:42.501792 run           osmo-ms-virt-phy/00023: Starting virtphy
22:48:42.516077 run   osmo-ms-virt-phy/00023(pid=58): Launched
22:48:42.522570 run           osmo-ms-virt-phy/00024: Starting virtphy
22:48:42.536789 run   osmo-ms-virt-phy/00024(pid=59): Launched
22:48:42.543409 run           osmo-ms-virt-phy/00025: Starting virtphy
22:48:42.557932 run   osmo-ms-virt-phy/00025(pid=60): Launched
22:48:42.564441 run           osmo-ms-virt-phy/00026: Starting virtphy
22:48:42.579042 run   osmo-ms-virt-phy/00026(pid=61): Launched
22:48:42.585858 run           osmo-ms-virt-phy/00027: Starting virtphy
22:48:42.601325 run   osmo-ms-virt-phy/00027(pid=62): Launched
22:48:42.608555 run           osmo-ms-virt-phy/00028: Starting virtphy
22:48:42.624103 run   osmo-ms-virt-phy/00028(pid=63): Launched
22:48:42.631297 run           osmo-ms-virt-phy/00029: Starting virtphy
22:48:42.647247 run   osmo-ms-virt-phy/00029(pid=64): Launched
22:48:42.654702 run           osmo-ms-virt-phy/00030: Starting virtphy
22:48:42.678605 run   osmo-ms-virt-phy/00030(pid=65): Launched
22:48:42.685396 run           osmo-ms-virt-phy/00031: Starting virtphy
22:48:42.700668 run   osmo-ms-virt-phy/00031(pid=66): Launched
22:48:42.708012 run           osmo-ms-virt-phy/00032: Starting virtphy
22:48:42.725331 run   osmo-ms-virt-phy/00032(pid=67): Launched
22:48:42.733046 run           osmo-ms-virt-phy/00033: Starting virtphy
22:48:42.749835 run   osmo-ms-virt-phy/00033(pid=68): Launched
22:48:42.757190 run           osmo-ms-virt-phy/00034: Starting virtphy
22:48:42.772266 run   osmo-ms-virt-phy/00034(pid=69): Launched
22:48:42.778943 run           osmo-ms-virt-phy/00035: Starting virtphy
22:48:42.793474 run   osmo-ms-virt-phy/00035(pid=70): Launched
22:48:42.799999 run           osmo-ms-virt-phy/00036: Starting virtphy
22:48:42.814235 run   osmo-ms-virt-phy/00036(pid=71): Launched
22:48:42.820808 run           osmo-ms-virt-phy/00037: Starting virtphy
22:48:42.834750 run   osmo-ms-virt-phy/00037(pid=72): Launched
22:48:42.841506 run           osmo-ms-virt-phy/00038: Starting virtphy
22:48:42.855236 run   osmo-ms-virt-phy/00038(pid=73): Launched
22:48:42.861638 run           osmo-ms-virt-phy/00039: Starting virtphy
22:48:42.875657 run   osmo-ms-virt-phy/00039(pid=74): Launched
22:48:42.882267 run           osmo-ms-virt-phy/00040: Starting virtphy
22:48:42.896596 run   osmo-ms-virt-phy/00040(pid=75): Launched
22:48:42.902864 run           osmo-ms-virt-phy/00041: Starting virtphy
22:48:42.916634 run   osmo-ms-virt-phy/00041(pid=76): Launched
22:48:42.922942 run           osmo-ms-virt-phy/00042: Starting virtphy
22:48:42.936755 run   osmo-ms-virt-phy/00042(pid=77): Launched
22:48:42.943247 run           osmo-ms-virt-phy/00043: Starting virtphy
22:48:42.957754 run   osmo-ms-virt-phy/00043(pid=78): Launched
22:48:42.965505 run           osmo-ms-virt-phy/00044: Starting virtphy
22:48:42.980208 run   osmo-ms-virt-phy/00044(pid=79): Launched
22:48:42.986530 run           osmo-ms-virt-phy/00045: Starting virtphy
22:48:43.000790 run   osmo-ms-virt-phy/00045(pid=80): Launched
22:48:43.007311 run           osmo-ms-virt-phy/00046: Starting virtphy
22:48:43.021585 run   osmo-ms-virt-phy/00046(pid=81): Launched
22:48:43.028049 run           osmo-ms-virt-phy/00047: Starting virtphy
22:48:43.042523 run   osmo-ms-virt-phy/00047(pid=82): Launched
22:48:43.049398 run           osmo-ms-virt-phy/00048: Starting virtphy
22:48:43.064109 run   osmo-ms-virt-phy/00048(pid=83): Launched
22:48:43.070844 run           osmo-ms-virt-phy/00049: Starting virtphy
22:48:43.085920 run   osmo-ms-virt-phy/00049(pid=84): Launched
22:48:43.092994 run           osmo-ms-virt-phy/00050: Starting virtphy
22:48:43.108853 run   osmo-ms-virt-phy/00050(pid=85): Launched
22:48:43.116181 run           osmo-ms-virt-phy/00051: Starting virtphy
22:48:43.131776 run   osmo-ms-virt-phy/00051(pid=86): Launched
22:48:43.139884 run           osmo-ms-virt-phy/00052: Starting virtphy
22:48:43.157227 run   osmo-ms-virt-phy/00052(pid=87): Launched
22:48:43.166573 run           osmo-ms-virt-phy/00053: Starting virtphy
22:48:43.183546 run   osmo-ms-virt-phy/00053(pid=88): Launched
22:48:43.191370 run           osmo-ms-virt-phy/00054: Starting virtphy
22:48:43.207958 run   osmo-ms-virt-phy/00054(pid=89): Launched
22:48:43.215656 run           osmo-ms-virt-phy/00055: Starting virtphy
22:48:43.232338 run   osmo-ms-virt-phy/00055(pid=90): Launched
22:48:43.240011 run           osmo-ms-virt-phy/00056: Starting virtphy
22:48:43.256572 run   osmo-ms-virt-phy/00056(pid=91): Launched
22:48:43.264212 run           osmo-ms-virt-phy/00057: Starting virtphy
22:48:43.280019 run   osmo-ms-virt-phy/00057(pid=92): Launched
22:48:43.287242 run           osmo-ms-virt-phy/00058: Starting virtphy
22:48:43.302933 run   osmo-ms-virt-phy/00058(pid=93): Launched
22:48:43.310192 run           osmo-ms-virt-phy/00059: Starting virtphy
22:48:43.326105 run   osmo-ms-virt-phy/00059(pid=94): Launched
22:48:43.333480 run           osmo-ms-virt-phy/00060: Starting virtphy
22:48:43.349986 run   osmo-ms-virt-phy/00060(pid=95): Launched
22:48:43.357557 run           osmo-ms-virt-phy/00061: Starting virtphy
22:48:43.373719 run   osmo-ms-virt-phy/00061(pid=96): Launched
22:48:43.381118 run           osmo-ms-virt-phy/00062: Starting virtphy
22:48:43.397250 run   osmo-ms-virt-phy/00062(pid=97): Launched
22:48:43.404781 run           osmo-ms-virt-phy/00063: Starting virtphy
22:48:43.421042 run   osmo-ms-virt-phy/00063(pid=98): Launched
22:48:43.428446 run           osmo-ms-virt-phy/00064: Starting virtphy
22:48:43.444391 run   osmo-ms-virt-phy/00064(pid=99): Launched
22:48:43.451884 run           osmo-ms-virt-phy/00065: Starting virtphy
22:48:43.468536 run  osmo-ms-virt-phy/00065(pid=100): Launched
22:48:43.476312 run           osmo-ms-virt-phy/00066: Starting virtphy
22:48:43.493264 run  osmo-ms-virt-phy/00066(pid=101): Launched
22:48:43.504184 run           osmo-ms-virt-phy/00067: Starting virtphy
22:48:43.521995 run  osmo-ms-virt-phy/00067(pid=102): Launched
22:48:43.530147 run           osmo-ms-virt-phy/00068: Starting virtphy
22:48:43.547233 run  osmo-ms-virt-phy/00068(pid=103): Launched
22:48:43.555972 run           osmo-ms-virt-phy/00069: Starting virtphy
22:48:43.573684 run  osmo-ms-virt-phy/00069(pid=104): Launched
22:48:43.581297 run           osmo-ms-virt-phy/00070: Starting virtphy
22:48:43.599209 run  osmo-ms-virt-phy/00070(pid=105): Launched
22:48:43.606347 run           osmo-ms-virt-phy/00071: Starting virtphy
22:48:43.621092 run  osmo-ms-virt-phy/00071(pid=106): Launched
22:48:43.627866 run           osmo-ms-virt-phy/00072: Starting virtphy
22:48:43.642504 run  osmo-ms-virt-phy/00072(pid=107): Launched
22:48:43.649218 run           osmo-ms-virt-phy/00073: Starting virtphy
22:48:43.663642 run  osmo-ms-virt-phy/00073(pid=108): Launched
22:48:43.670249 run           osmo-ms-virt-phy/00074: Starting virtphy
22:48:43.685031 run  osmo-ms-virt-phy/00074(pid=109): Launched
22:48:43.691902 run           osmo-ms-virt-phy/00075: Starting virtphy
22:48:43.706805 run  osmo-ms-virt-phy/00075(pid=110): Launched
22:48:43.713927 run           osmo-ms-virt-phy/00076: Starting virtphy
22:48:43.728962 run  osmo-ms-virt-phy/00076(pid=111): Launched
22:48:43.735944 run           osmo-ms-virt-phy/00077: Starting virtphy
22:48:43.750836 run  osmo-ms-virt-phy/00077(pid=112): Launched
22:48:43.757619 run           osmo-ms-virt-phy/00078: Starting virtphy
22:48:43.772260 run  osmo-ms-virt-phy/00078(pid=113): Launched
22:48:43.779142 run           osmo-ms-virt-phy/00079: Starting virtphy
22:48:43.793766 run  osmo-ms-virt-phy/00079(pid=114): Launched
22:48:43.800418 run           osmo-ms-virt-phy/00080: Starting virtphy
22:48:43.820137 run  osmo-ms-virt-phy/00080(pid=115): Launched
22:48:43.826632 run           osmo-ms-virt-phy/00081: Starting virtphy
22:48:43.841123 run  osmo-ms-virt-phy/00081(pid=116): Launched
22:48:43.848039 run           osmo-ms-virt-phy/00082: Starting virtphy
22:48:43.863295 run  osmo-ms-virt-phy/00082(pid=117): Launched
22:48:43.870612 run           osmo-ms-virt-phy/00083: Starting virtphy
22:48:43.886274 run  osmo-ms-virt-phy/00083(pid=118): Launched
22:48:43.893460 run           osmo-ms-virt-phy/00084: Starting virtphy
22:48:43.908652 run  osmo-ms-virt-phy/00084(pid=119): Launched
22:48:43.915567 run           osmo-ms-virt-phy/00085: Starting virtphy
22:48:43.930786 run  osmo-ms-virt-phy/00085(pid=120): Launched
22:48:43.938105 run           osmo-ms-virt-phy/00086: Starting virtphy
22:48:43.953725 run  osmo-ms-virt-phy/00086(pid=121): Launched
22:48:43.960784 run           osmo-ms-virt-phy/00087: Starting virtphy
22:48:43.976156 run  osmo-ms-virt-phy/00087(pid=122): Launched
22:48:43.983166 run           osmo-ms-virt-phy/00088: Starting virtphy
22:48:43.998295 run  osmo-ms-virt-phy/00088(pid=123): Launched
22:48:44.005187 run           osmo-ms-virt-phy/00089: Starting virtphy
22:48:44.019969 run  osmo-ms-virt-phy/00089(pid=124): Launched
22:48:44.026739 run           osmo-ms-virt-phy/00090: Starting virtphy
22:48:44.041535 run  osmo-ms-virt-phy/00090(pid=125): Launched
22:48:44.048585 run           osmo-ms-virt-phy/00091: Starting virtphy
22:48:44.064057 run  osmo-ms-virt-phy/00091(pid=126): Launched
22:48:44.071097 run           osmo-ms-virt-phy/00092: Starting virtphy
22:48:44.086881 run  osmo-ms-virt-phy/00092(pid=127): Launched
22:48:44.094075 run           osmo-ms-virt-phy/00093: Starting virtphy
22:48:44.109878 run  osmo-ms-virt-phy/00093(pid=128): Launched
22:48:44.117087 run           osmo-ms-virt-phy/00094: Starting virtphy
22:48:44.132118 run  osmo-ms-virt-phy/00094(pid=129): Launched
22:48:44.138658 run           osmo-ms-virt-phy/00095: Starting virtphy
22:48:44.152854 run  osmo-ms-virt-phy/00095(pid=130): Launched
22:48:44.159465 run           osmo-ms-virt-phy/00096: Starting virtphy
22:48:44.174010 run  osmo-ms-virt-phy/00096(pid=131): Launched
22:48:44.180820 run           osmo-ms-virt-phy/00097: Starting virtphy
22:48:44.195998 run  osmo-ms-virt-phy/00097(pid=132): Launched
22:48:44.203006 run           osmo-ms-virt-phy/00098: Starting virtphy
22:48:44.217937 run  osmo-ms-virt-phy/00098(pid=133): Launched
22:48:44.224997 run           osmo-ms-virt-phy/00099: Starting virtphy
22:48:44.239962 run  osmo-ms-virt-phy/00099(pid=134): Launched
22:48:44.246830 run                             mass: Checking if sockets are in the filesystem
22:48:44.260658 run                osmo-ms-mob/00000: Starting mobile
22:48:44.274906 run       osmo-ms-mob/00000(pid=135): Launched
22:48:44.288593 run                             mass: MS start registered  {at=6087429.991918684, delay=0.0071145156398415565, ms=00000}
22:48:48.460499 run                osmo-ms-mob/00001: Starting mobile
22:48:48.473419 run       osmo-ms-mob/00001(pid=136): Launched
22:48:48.483947 run                             mass: MS start registered  {at=6087434.187293856, delay=0.004485920071601868, ms=00001}
22:48:49.140595 run                             mass: MS performed LU  {at=6087434.843908003, lu_delay=4.851989318616688, ms=00000}
22:48:50.258964 run                osmo-ms-mob/00002: Starting mobile
22:48:50.272770 run       osmo-ms-mob/00002(pid=137): Launched
22:48:50.283691 run                             mass: MS start registered  {at=6087435.98704414, delay=0.0009018843993544579, ms=00002}
22:48:51.558936 run                osmo-ms-mob/00003: Starting mobile
22:48:51.571891 run       osmo-ms-mob/00003(pid=138): Launched
22:48:51.583146 run                             mass: MS start registered  {at=6087437.286497488, delay=0.005151073448359966, ms=00003}
22:48:52.661062 run                osmo-ms-mob/00004: Starting mobile
22:48:52.674395 run       osmo-ms-mob/00004(pid=139): Launched
22:48:52.685464 run                             mass: MS start registered  {at=6087438.388814602, delay=0.005002682097256184, ms=00004}
22:48:53.660630 run                osmo-ms-mob/00005: Starting mobile
22:48:53.674306 run       osmo-ms-mob/00005(pid=140): Launched
22:48:53.685791 run                             mass: MS start registered  {at=6087439.389140332, delay=0.005226432345807552, ms=00005}
22:48:54.562768 run                osmo-ms-mob/00006: Starting mobile
22:48:54.576354 run       osmo-ms-mob/00006(pid=141): Launched
22:48:54.587411 run                             mass: MS start registered  {at=6087440.290755797, delay=0.004661516286432743, ms=00006}
22:48:54.789777 run                             mass: MS performed LU  {at=6087440.493095746, lu_delay=6.30580188985914, ms=00001}
22:48:55.278806 run                             mass: MS performed LU  {at=6087440.982135199, lu_delay=4.995091059245169, ms=00002}
22:48:55.460119 run                osmo-ms-mob/00007: Starting mobile
22:48:55.474024 run       osmo-ms-mob/00007(pid=142): Launched
22:48:55.485367 run                             mass: MS start registered  {at=6087441.188711243, delay=0.005173754878342152, ms=00007}
22:48:56.259690 run                osmo-ms-mob/00008: Starting mobile
22:48:56.272514 run       osmo-ms-mob/00008(pid=143): Launched
22:48:56.283828 run                             mass: MS start registered  {at=6087441.987172609, delay=0.005188193172216415, ms=00008}
22:48:56.718766 run                             mass: MS performed LU  {at=6087442.42209735, lu_delay=5.135599861852825, ms=00003}
22:48:56.961163 run                osmo-ms-mob/00009: Starting mobile
22:48:56.974545 run       osmo-ms-mob/00009(pid=144): Launched
22:48:56.985885 run                             mass: MS start registered  {at=6087442.689224533, delay=0.0050183916464447975, ms=00009}
22:48:57.659603 run                osmo-ms-mob/00010: Starting mobile
22:48:57.673671 run       osmo-ms-mob/00010(pid=145): Launched
22:48:57.685037 run                             mass: MS start registered  {at=6087443.388384785, delay=0.0050346143543720245, ms=00010}
22:48:58.264878 run                osmo-ms-mob/00011: Starting mobile
22:48:58.290765 run       osmo-ms-mob/00011(pid=146): Launched
22:48:58.302444 run                             mass: MS start registered  {at=6087444.005789011, delay=2.78521329164505e-05, ms=00011}
22:48:58.555689 run                             mass: MS performed LU  {at=6087444.259002612, lu_delay=4.869862279854715, ms=00005}
22:48:58.573947 run                             mass: MS performed LU  {at=6087444.277274126, lu_delay=5.888459524139762, ms=00004}
22:48:58.860241 run                osmo-ms-mob/00012: Starting mobile
22:48:58.873620 run       osmo-ms-mob/00012(pid=147): Launched
22:48:58.885080 run                             mass: MS start registered  {at=6087444.588428269, delay=0.005029265768826008, ms=00012}
22:48:59.459332 run                osmo-ms-mob/00013: Starting mobile
22:48:59.472548 run       osmo-ms-mob/00013(pid=148): Launched
22:48:59.483484 run                             mass: MS start registered  {at=6087445.18682198, delay=0.004978977143764496, ms=00013}
22:49:00.062481 run                osmo-ms-mob/00014: Starting mobile
22:49:00.075895 run       osmo-ms-mob/00014(pid=149): Launched
22:49:00.087263 run                             mass: MS start registered  {at=6087445.790612728, delay=0.005022576078772545, ms=00014}
22:49:00.486251 run                             mass: MS performed LU  {at=6087446.189499727, lu_delay=5.898743930272758, ms=00006}
22:49:00.507410 run                             mass: MS performed LU  {at=6087446.210766645, lu_delay=5.022055402398109, ms=00007}
22:49:00.518549 run                osmo-ms-mob/00015: Starting mobile
22:49:00.531538 run       osmo-ms-mob/00015(pid=150): Launched
22:49:00.542703 run                             mass: MS start registered  {at=6087446.246049769, delay=0.005038530565798283, ms=00015}
22:49:01.160266 run                osmo-ms-mob/00016: Starting mobile
22:49:01.174346 run       osmo-ms-mob/00016(pid=151): Launched
22:49:01.185440 run                             mass: MS start registered  {at=6087446.888791854, delay=0.0048296041786670685, ms=00016}
22:49:01.659897 run                osmo-ms-mob/00017: Starting mobile
22:49:01.673491 run       osmo-ms-mob/00017(pid=152): Launched
22:49:01.684678 run                             mass: MS start registered  {at=6087447.388027195, delay=0.004810974933207035, ms=00017}
22:49:02.262196 run                osmo-ms-mob/00018: Starting mobile
22:49:02.276408 run       osmo-ms-mob/00018(pid=153): Launched
22:49:02.287556 run                             mass: MS start registered  {at=6087447.990902568, delay=0.00476515106856823, ms=00018}
22:49:02.321999 run                             mass: MS performed LU  {at=6087448.02532228, lu_delay=5.336097747087479, ms=00009}
22:49:02.340782 run                             mass: MS performed LU  {at=6087448.044055988, lu_delay=6.056883378885686, ms=00008}
22:49:02.662857 run                osmo-ms-mob/00019: Starting mobile
22:49:02.677198 run       osmo-ms-mob/00019(pid=154): Launched
22:49:02.688484 run                             mass: MS start registered  {at=6087448.39180608, delay=0.004789745435118675, ms=00019}
22:49:02.697151 run                             mass: MS performed LU  {at=6087448.40050888, lu_delay=5.012124095112085, ms=00010}
22:49:03.159879 run                osmo-ms-mob/00020: Starting mobile
22:49:03.174991 run       osmo-ms-mob/00020(pid=155): Launched
22:49:03.186893 run                             mass: MS start registered  {at=6087448.890235029, delay=0.005073172971606255, ms=00020}
22:49:03.659896 run                osmo-ms-mob/00021: Starting mobile
22:49:03.676075 run       osmo-ms-mob/00021(pid=156): Launched
22:49:03.696552 run                             mass: MS start registered  {at=6087449.39987711, delay=0.012186812236905098, ms=00021}
22:49:04.059348 run                osmo-ms-mob/00022: Starting mobile
22:49:04.073076 run       osmo-ms-mob/00022(pid=157): Launched
22:49:04.084139 run                             mass: MS start registered  {at=6087449.78748937, delay=0.004747500643134117, ms=00022}
22:49:04.120810 run                             mass: MS performed LU  {at=6087449.824151215, lu_delay=4.637329234741628, ms=00013}
22:49:04.250656 run                             mass: MS performed LU  {at=6087449.953993036, lu_delay=5.948204025626183, ms=00011}
22:49:04.268966 run                             mass: MS performed LU  {at=6087449.972319522, lu_delay=5.383891252800822, ms=00012}
22:49:04.561899 run                osmo-ms-mob/00023: Starting mobile
22:49:04.575410 run       osmo-ms-mob/00023(pid=158): Launched
22:49:04.586686 run                             mass: MS start registered  {at=6087450.290028993, delay=0.00521894171833992, ms=00023}
22:49:04.960472 run                osmo-ms-mob/00024: Starting mobile
22:49:04.973597 run       osmo-ms-mob/00024(pid=159): Launched
22:49:04.984755 run                             mass: MS start registered  {at=6087450.688102544, delay=0.00481750164180994, ms=00024}
22:49:05.460043 run                osmo-ms-mob/00025: Starting mobile
22:49:05.473517 run       osmo-ms-mob/00025(pid=160): Launched
22:49:05.484388 run                             mass: MS start registered  {at=6087451.187738251, delay=0.004651879891753197, ms=00025}
22:49:05.859534 run                osmo-ms-mob/00026: Starting mobile
22:49:05.873068 run       osmo-ms-mob/00026(pid=161): Launched
22:49:05.884157 run                             mass: MS start registered  {at=6087451.587505085, delay=0.004665086045861244, ms=00026}
22:49:06.087150 run                             mass: MS performed LU  {at=6087451.790483471, lu_delay=5.544433701783419, ms=00015}
22:49:06.105501 run                             mass: MS performed LU  {at=6087451.808849934, lu_delay=6.018237205222249, ms=00014}
22:49:06.117278 run                osmo-ms-mob/00027: Starting mobile
22:49:06.131003 run       osmo-ms-mob/00027(pid=162): Launched
22:49:06.142295 run                             mass: MS start registered  {at=6087451.845641595, delay=0.004984651692211628, ms=00027}
22:49:06.221464 run                             mass: MS performed LU  {at=6087451.92479613, lu_delay=5.0360042760148644, ms=00016}
22:49:06.492862 run                             mass: MS performed LU  {at=6087452.196189581, lu_delay=4.808162386529148, ms=00017}
22:49:06.659842 run                osmo-ms-mob/00028: Starting mobile
22:49:06.673107 run       osmo-ms-mob/00028(pid=163): Launched
22:49:06.684086 run                             mass: MS start registered  {at=6087452.387437807, delay=0.004706819541752338, ms=00028}
22:49:07.059942 run                osmo-ms-mob/00029: Starting mobile
22:49:07.073582 run       osmo-ms-mob/00029(pid=164): Launched
22:49:07.085278 run                             mass: MS start registered  {at=6087452.788629181, delay=0.005092472769320011, ms=00029}
22:49:07.459668 run                osmo-ms-mob/00030: Starting mobile
22:49:07.473941 run       osmo-ms-mob/00030(pid=165): Launched
22:49:07.484939 run                             mass: MS start registered  {at=6087453.188285249, delay=0.004898682236671448, ms=00030}
22:49:07.859304 run                osmo-ms-mob/00031: Starting mobile
22:49:07.873171 run       osmo-ms-mob/00031(pid=166): Launched
22:49:07.884827 run                             mass: MS start registered  {at=6087453.588169716, delay=0.005009314976632595, ms=00031}
22:49:07.891485 run                             mass: MS performed LU  {at=6087453.594843561, lu_delay=4.704608531668782, ms=00020}
22:49:08.016884 run                             mass: MS performed LU  {at=6087453.720192568, lu_delay=5.729290000163019, ms=00018}
22:49:08.028646 run                osmo-ms-mob/00032: Starting mobile
22:49:08.042644 run       osmo-ms-mob/00032(pid=167): Launched
22:49:08.048687 run                             mass: MS performed LU  {at=6087453.752044027, lu_delay=5.360237946733832, ms=00019}
22:49:08.054445 run                             mass: MS start registered  {at=6087453.757811746, delay=0.005788940936326981, ms=00032}
22:49:08.559072 run                osmo-ms-mob/00033: Starting mobile
22:49:08.572297 run       osmo-ms-mob/00033(pid=168): Launched
22:49:08.583940 run                             mass: MS start registered  {at=6087454.287199432, delay=0.003734961152076721, ms=00033}
22:49:08.961172 run                osmo-ms-mob/00034: Starting mobile
22:49:08.974866 run       osmo-ms-mob/00034(pid=169): Launched
22:49:08.986167 run                             mass: MS start registered  {at=6087454.689513915, delay=0.0049073221161961555, ms=00034}
22:49:09.263638 run                osmo-ms-mob/00035: Starting mobile
22:49:09.277255 run       osmo-ms-mob/00035(pid=170): Launched
22:49:09.288829 run                             mass: MS start registered  {at=6087454.992176304, delay=0.004986104555428028, ms=00035}
22:49:09.675519 run                osmo-ms-mob/00036: Starting mobile
22:49:09.689253 run       osmo-ms-mob/00036(pid=171): Launched
22:49:09.700610 run                             mass: MS start registered  {at=6087455.403957568, delay=0.005135440267622471, ms=00036}
22:49:09.854461 run                             mass: MS performed LU  {at=6087455.557715324, lu_delay=5.770225953310728, ms=00022}
22:49:09.876095 run                             mass: MS performed LU  {at=6087455.579457562, lu_delay=5.289428569376469, ms=00023}
22:49:09.887183 run                osmo-ms-mob/00037: Starting mobile
22:49:09.900418 run       osmo-ms-mob/00037(pid=172): Launched
22:49:09.911583 run                             mass: MS start registered  {at=6087455.614935619, delay=0.0051332637667655945, ms=00037}
22:49:09.987266 run                             mass: MS performed LU  {at=6087455.69056105, lu_delay=5.00245850533247, ms=00024}
22:49:10.023508 run                             mass: MS performed LU  {at=6087455.726842785, lu_delay=6.32696567568928, ms=00021}
22:49:10.034589 run                osmo-ms-mob/00038: Starting mobile
22:49:10.047823 run       osmo-ms-mob/00038(pid=173): Launched
22:49:10.059112 run                             mass: MS start registered  {at=6087455.762452559, delay=0.005065275356173515, ms=00038}
22:49:10.278634 run                             mass: MS performed LU  {at=6087455.981881589, lu_delay=4.794143337756395, ms=00025}
22:49:10.660271 run                osmo-ms-mob/00039: Starting mobile
22:49:10.674229 run       osmo-ms-mob/00039(pid=174): Launched
22:49:10.685387 run                             mass: MS start registered  {at=6087456.388737428, delay=0.004829443991184235, ms=00039}
22:49:11.059691 run                osmo-ms-mob/00040: Starting mobile
22:49:11.073581 run       osmo-ms-mob/00040(pid=175): Launched
22:49:11.085482 run                             mass: MS start registered  {at=6087456.788807386, delay=0.004725929349660873, ms=00040}
22:49:11.359819 run                osmo-ms-mob/00041: Starting mobile
22:49:11.373414 run       osmo-ms-mob/00041(pid=176): Launched
22:49:11.384892 run                             mass: MS start registered  {at=6087457.088237861, delay=0.005234689451754093, ms=00041}
22:49:11.652595 run                             mass: MS performed LU  {at=6087457.355924623, lu_delay=4.968486815690994, ms=00028}
22:49:11.669886 run                osmo-ms-mob/00042: Starting mobile
22:49:11.683629 run       osmo-ms-mob/00042(pid=177): Launched
22:49:11.695293 run                             mass: MS start registered  {at=6087457.398643308, delay=0.00497268233448267, ms=00042}
22:49:11.782335 run                             mass: MS performed LU  {at=6087457.485667377, lu_delay=4.697038196027279, ms=00029}
22:49:11.800693 run                             mass: MS performed LU  {at=6087457.504037118, lu_delay=5.658395522274077, ms=00027}
22:49:11.943988 run                             mass: MS performed LU  {at=6087457.647304463, lu_delay=6.059799377806485, ms=00026}
22:49:11.956698 run                osmo-ms-mob/00043: Starting mobile
22:49:11.970575 run       osmo-ms-mob/00043(pid=178): Launched
22:49:11.981967 run                             mass: MS start registered  {at=6087457.685315287, delay=0.00516869779676199, ms=00043}
22:49:12.359302 run                osmo-ms-mob/00044: Starting mobile
22:49:12.373325 run       osmo-ms-mob/00044(pid=179): Launched
22:49:12.384931 run                             mass: MS start registered  {at=6087458.088280908, delay=0.005169373005628586, ms=00044}
22:49:12.660400 run                osmo-ms-mob/00045: Starting mobile
22:49:12.674039 run       osmo-ms-mob/00045(pid=180): Launched
22:49:12.685809 run                             mass: MS start registered  {at=6087458.389162243, delay=0.002979015000164509, ms=00045}
22:49:12.963467 run                osmo-ms-mob/00046: Starting mobile
22:49:12.977928 run       osmo-ms-mob/00046(pid=181): Launched
22:49:12.989476 run                             mass: MS start registered  {at=6087458.692819878, delay=0.005218207836151123, ms=00046}
22:49:13.259586 run                osmo-ms-mob/00047: Starting mobile
22:49:13.273398 run       osmo-ms-mob/00047(pid=182): Launched
22:49:13.285149 run                             mass: MS start registered  {at=6087458.988487351, delay=0.005403701215982437, ms=00047}
22:49:13.559562 run                osmo-ms-mob/00048: Starting mobile
22:49:13.573893 run       osmo-ms-mob/00048(pid=183): Launched
22:49:13.587873 run                             mass: MS start registered  {at=6087459.291200085, delay=0.00635794922709465, ms=00048}
22:49:13.618760 run                             mass: MS performed LU  {at=6087459.322091058, lu_delay=5.034891625866294, ms=00033}
22:49:13.637021 run                             mass: MS performed LU  {at=6087459.34036465, lu_delay=5.582552904263139, ms=00032}
22:49:13.648678 run                osmo-ms-mob/00049: Starting mobile
22:49:13.662144 run       osmo-ms-mob/00049(pid=184): Launched
22:49:13.673527 run                             mass: MS start registered  {at=6087459.376873221, delay=0.004983382299542427, ms=00049}
22:49:13.752888 run                             mass: MS performed LU  {at=6087459.456194167, lu_delay=5.868024450726807, ms=00031}
22:49:13.789912 run                             mass: MS performed LU  {at=6087459.49324869, lu_delay=4.803734774701297, ms=00034}
22:49:13.801078 run                osmo-ms-mob/00050: Starting mobile
22:49:13.815455 run       osmo-ms-mob/00050(pid=185): Launched
22:49:13.821571 run                             mass: MS performed LU  {at=6087459.524924321, lu_delay=6.336639071814716, ms=00030}
22:49:13.827899 run                             mass: MS start registered  {at=6087459.531264202, delay=0.006360966712236404, ms=00050}
22:49:14.080814 run                             mass: MS performed LU  {at=6087459.784148855, lu_delay=4.791972551494837, ms=00035}
22:49:14.560831 run                osmo-ms-mob/00051: Starting mobile
22:49:14.574630 run       osmo-ms-mob/00051(pid=186): Launched
22:49:14.588480 run                             mass: MS start registered  {at=6087460.291819088, delay=0.006119531579315662, ms=00051}
22:49:14.862263 run                osmo-ms-mob/00052: Starting mobile
22:49:14.876083 run       osmo-ms-mob/00052(pid=187): Launched
22:49:14.888130 run                             mass: MS start registered  {at=6087460.591477594, delay=0.005529898218810558, ms=00052}
22:49:15.159106 run                osmo-ms-mob/00053: Starting mobile
22:49:15.173011 run       osmo-ms-mob/00053(pid=188): Launched
22:49:15.184958 run                             mass: MS start registered  {at=6087460.888302368, delay=0.004726520739495754, ms=00053}
22:49:15.459717 run                osmo-ms-mob/00054: Starting mobile
22:49:15.473321 run       osmo-ms-mob/00054(pid=189): Launched
22:49:15.484674 run                             mass: MS start registered  {at=6087461.188021816, delay=0.004750586114823818, ms=00054}
22:49:15.548263 run                             mass: MS performed LU  {at=6087461.25159591, lu_delay=4.462788524106145, ms=00040}
22:49:15.566962 run                             mass: MS performed LU  {at=6087461.270282771, lu_delay=5.507830212824047, ms=00038}
22:49:15.578819 run                osmo-ms-mob/00055: Starting mobile
22:49:15.592290 run       osmo-ms-mob/00055(pid=190): Launched
22:49:15.603645 run                             mass: MS start registered  {at=6087461.306990606, delay=0.00516529381275177, ms=00055}
22:49:15.709950 run                             mass: MS performed LU  {at=6087461.413244855, lu_delay=6.009287286549807, ms=00036}
22:49:16.060484 run                osmo-ms-mob/00056: Starting mobile
22:49:16.075202 run       osmo-ms-mob/00056(pid=191): Launched
22:49:16.091089 run                             mass: MS start registered  {at=6087461.794411288, delay=0.009267562068998814, ms=00056}
22:49:16.359910 run                osmo-ms-mob/00057: Starting mobile
22:49:16.374265 run       osmo-ms-mob/00057(pid=192): Launched
22:49:16.385951 run                             mass: MS start registered  {at=6087462.089293545, delay=0.005190134979784489, ms=00057}
22:49:16.758975 run                osmo-ms-mob/00058: Starting mobile
22:49:16.772371 run       osmo-ms-mob/00058(pid=193): Launched
22:49:16.783511 run                             mass: MS start registered  {at=6087462.486860215, delay=0.005036424845457077, ms=00058}
22:49:17.158612 run                osmo-ms-mob/00059: Starting mobile
22:49:17.173453 run       osmo-ms-mob/00059(pid=194): Launched
22:49:17.179446 run                             mass: Starting too slowly. Moving on {now=6087462.882815829, sleep=-0.02606971375644207, target=6087462.856746115}
22:49:17.185098 run                             mass: MS start registered  {at=6087462.88845853, delay=0.005644652061164379, ms=00059}
22:49:17.376472 run                osmo-ms-mob/00060: Starting mobile
22:49:17.390548 run       osmo-ms-mob/00060(pid=195): Launched
22:49:17.396706 run                             mass: MS performed LU  {at=6087463.100062035, lu_delay=5.701418726705015, ms=00042}
22:49:17.402572 run                             mass: MS start registered  {at=6087463.105937062, delay=0.005897141061723232, ms=00060}
22:49:17.408793 run                             mass: MS performed LU  {at=6087463.112151752, lu_delay=5.426836465485394, ms=00043}
22:49:17.518547 run                             mass: MS performed LU  {at=6087463.221881376, lu_delay=6.1336435144767165, ms=00041}
22:49:17.530330 run                osmo-ms-mob/00061: Starting mobile
22:49:17.543471 run       osmo-ms-mob/00061(pid=196): Launched
22:49:17.555488 run                             mass: MS start registered  {at=6087463.258802759, delay=0.00551578588783741, ms=00061}
22:49:17.562656 run                             mass: MS performed LU  {at=6087463.266015857, lu_delay=5.1777349496260285, ms=00044}
22:49:17.574230 run                             mass: MS performed LU  {at=6087463.277559069, lu_delay=4.888396825641394, ms=00045}
22:49:17.585534 run                osmo-ms-mob/00062: Starting mobile
22:49:17.599237 run       osmo-ms-mob/00062(pid=197): Launched
22:49:17.610649 run                             mass: MS start registered  {at=6087463.313993803, delay=0.005172554403543472, ms=00062}
22:49:17.847612 run                             mass: MS performed LU  {at=6087463.550868569, lu_delay=4.858048690482974, ms=00046}
22:49:18.368595 run                osmo-ms-mob/00063: Starting mobile
22:49:18.382822 run       osmo-ms-mob/00063(pid=198): Launched
22:49:18.394237 run                             mass: MS start registered  {at=6087464.097581065, delay=0.005159582942724228, ms=00063}
22:49:18.538808 run                             mass: MS performed LU  {at=6087464.242144258, lu_delay=3.9503251696005464, ms=00051}
22:49:18.556556 run                             mass: MS performed LU  {at=6087464.259892632, lu_delay=3.6684150379151106, ms=00052}
22:49:18.769925 run                osmo-ms-mob/00064: Starting mobile
22:49:18.788011 run       osmo-ms-mob/00064(pid=199): Launched
22:49:18.800306 run                             mass: MS start registered  {at=6087464.503648992, delay=0.005978777073323727, ms=00064}
22:49:19.159645 run                osmo-ms-mob/00065: Starting mobile
22:49:19.172951 run       osmo-ms-mob/00065(pid=200): Launched
22:49:19.186394 run                             mass: MS start registered  {at=6087464.889738361, delay=0.006848389282822609, ms=00065}
22:49:19.240205 run                             mass: MS performed LU  {at=6087464.943540088, lu_delay=5.955052737146616, ms=00047}
22:49:19.296311 run                             mass: MS performed LU  {at=6087464.999558196, lu_delay=5.468293994665146, ms=00050}
22:49:19.319182 run                osmo-ms-mob/00066: Starting mobile
22:49:19.332599 run       osmo-ms-mob/00066(pid=201): Launched
22:49:19.338949 run                             mass: MS performed LU  {at=6087465.042305174, lu_delay=5.665431953035295, ms=00049}
22:49:19.344999 run                             mass: MS start registered  {at=6087465.048364728, delay=0.006081883795559406, ms=00066}
22:49:19.871093 run                osmo-ms-mob/00067: Starting mobile
22:49:19.886394 run       osmo-ms-mob/00067(pid=202): Launched
22:49:19.897400 run                             mass: MS start registered  {at=6087465.600747702, delay=0.0049492837861180305, ms=00067}
22:49:20.161718 run                osmo-ms-mob/00068: Starting mobile
22:49:20.175680 run       osmo-ms-mob/00068(pid=203): Launched
22:49:20.187900 run                             mass: MS start registered  {at=6087465.891241245, delay=0.004947747103869915, ms=00068}
22:49:20.209552 run                             mass: MS performed LU  {at=6087465.912886594, lu_delay=6.621686509810388, ms=00048}
22:49:20.477930 run                             mass: MS performed LU  {at=6087466.181177823, lu_delay=3.694317608140409, ms=00058}
22:49:20.496020 run                osmo-ms-mob/00069: Starting mobile
22:49:20.509523 run       osmo-ms-mob/00069(pid=204): Launched
22:49:20.520669 run                             mass: MS start registered  {at=6087466.224017189, delay=0.0051270099356770515, ms=00069}
22:49:20.967937 run                osmo-ms-mob/00070: Starting mobile
22:49:20.981852 run       osmo-ms-mob/00070(pid=205): Launched
22:49:20.993119 run                             mass: MS start registered  {at=6087466.696467594, delay=0.0050595225766301155, ms=00070}
22:49:21.049955 run                             mass: MS performed LU  {at=6087466.753223951, lu_delay=5.5652021346613765, ms=00054}
22:49:21.087026 run                             mass: MS performed LU  {at=6087466.790247021, lu_delay=4.995835733599961, ms=00056}
22:49:21.168643 run                             mass: MS performed LU  {at=6087466.871971092, lu_delay=5.98366872407496, ms=00053}
22:49:21.180516 run                osmo-ms-mob/00071: Starting mobile
22:49:21.194085 run       osmo-ms-mob/00071(pid=206): Launched
22:49:21.205474 run                             mass: MS start registered  {at=6087466.908825538, delay=0.004975231364369392, ms=00071}
22:49:21.339696 run                             mass: MS performed LU  {at=6087467.043026082, lu_delay=5.736035476438701, ms=00055}
22:49:21.376431 run                             mass: MS performed LU  {at=6087467.079766359, lu_delay=4.990472814068198, ms=00057}
22:49:21.776563 run                osmo-ms-mob/00072: Starting mobile
22:49:21.790588 run       osmo-ms-mob/00072(pid=207): Launched
22:49:21.802045 run                             mass: MS start registered  {at=6087467.505388033, delay=0.005249381996691227, ms=00072}
22:49:22.162096 run                osmo-ms-mob/00073: Starting mobile
22:49:22.177954 run       osmo-ms-mob/00073(pid=208): Launched
22:49:22.189678 run                             mass: MS start registered  {at=6087467.893024895, delay=0.0048119081184268, ms=00073}
22:49:22.788321 run                osmo-ms-mob/00074: Starting mobile
22:49:22.805482 run       osmo-ms-mob/00074(pid=209): Launched
22:49:22.811499 run                             mass: Starting too slowly. Moving on {now=6087468.514868361, sleep=-0.1581222666427493, target=6087468.356746094}
22:49:22.817002 run                             mass: MS start registered  {at=6087468.520362803, delay=0.00549672357738018, ms=00074}
22:49:22.822642 run                             mass: Starting too slowly. Moving on {now=6087468.526013383, sleep=-0.06926728878170252, target=6087468.456746094}
22:49:23.160340 run                osmo-ms-mob/00075: Starting mobile
22:49:23.288601 run       osmo-ms-mob/00075(pid=210): Launched
22:49:23.296994 run                             mass: Starting too slowly. Moving on {now=6087469.0003634, sleep=-0.24361730739474297, target=6087468.756746093}
22:49:23.302646 run                             mass: MS performed LU  {at=6087469.006004853, lu_delay=5.7472020937129855, ms=00061}
22:49:23.308289 run                             mass: Starting too slowly. Moving on {now=6087469.011659738, sleep=-0.15491364523768425, target=6087468.856746092}
22:49:23.313802 run                             mass: MS performed LU  {at=6087469.017168029, lu_delay=5.9112309673801064, ms=00060}
22:49:23.319490 run                             mass: Starting too slowly. Moving on {now=6087469.022861224, sleep=-0.06611513160169125, target=6087468.956746092}
22:49:23.324990 run                             mass: MS performed LU  {at=6087469.028356736, lu_delay=6.139898205175996, ms=00059}
22:49:23.330673 run                             mass: MS performed LU  {at=6087469.034041179, lu_delay=5.7200473761186, ms=00062}
22:49:23.336588 run                             mass: MS performed LU  {at=6087469.039955584, lu_delay=4.942374519072473, ms=00063}
22:49:23.371533 run                osmo-ms-mob/00076: Starting mobile
22:49:23.384944 run       osmo-ms-mob/00076(pid=211): Launched
22:49:23.390955 run                             mass: MS start registered  {at=6087469.094317465, delay=0.09395626652985811, ms=00075}
22:49:23.396753 run                             mass: MS start registered  {at=6087469.100117618, delay=0.005816427990794182, ms=00076}
22:49:23.859395 run                osmo-ms-mob/00077: Starting mobile
22:49:23.872517 run       osmo-ms-mob/00077(pid=212): Launched
22:49:23.884345 run                             mass: MS start registered  {at=6087469.587684929, delay=0.005334162153303623, ms=00077}
22:49:24.370897 run                osmo-ms-mob/00078: Starting mobile
22:49:24.385771 run       osmo-ms-mob/00078(pid=213): Launched
22:49:24.396656 run                             mass: MS start registered  {at=6087470.100008156, delay=0.004840100184082985, ms=00078}
22:49:24.761399 run                osmo-ms-mob/00079: Starting mobile
22:49:24.774416 run       osmo-ms-mob/00079(pid=214): Launched
22:49:24.785757 run                             mass: MS start registered  {at=6087470.489093764, delay=0.005246128886938095, ms=00079}
22:49:24.815108 run                             mass: MS performed LU  {at=6087470.518446893, lu_delay=5.470082165673375, ms=00066}
22:49:24.851443 run                             mass: MS performed LU  {at=6087470.554778654, lu_delay=4.95403095241636, ms=00067}
22:49:24.934321 run                             mass: MS performed LU  {at=6087470.637656793, lu_delay=5.747918431647122, ms=00065}
22:49:25.106066 run                             mass: MS performed LU  {at=6087470.809398172, lu_delay=4.918156927451491, ms=00068}
22:49:25.117503 run                osmo-ms-mob/00080: Starting mobile
22:49:25.131601 run       osmo-ms-mob/00080(pid=215): Launched
22:49:25.142496 run                             mass: MS performed LU  {at=6087470.845834901, lu_delay=6.3421859089285135, ms=00064}
22:49:25.148572 run                             mass: MS start registered  {at=6087470.851937666, delay=0.010871940292418003, ms=00080}
22:49:25.414390 run                             mass: MS performed LU  {at=6087471.117723729, lu_delay=4.893706540577114, ms=00069}
22:49:25.759895 run                osmo-ms-mob/00081: Starting mobile
22:49:25.774267 run       osmo-ms-mob/00081(pid=216): Launched
22:49:25.786443 run                             mass: MS start registered  {at=6087471.489770439, delay=0.005664209835231304, ms=00081}
22:49:26.159218 run                osmo-ms-mob/00082: Starting mobile
22:49:26.172372 run       osmo-ms-mob/00082(pid=217): Launched
22:49:26.183463 run                             mass: MS start registered  {at=6087471.886813527, delay=0.00505426898598671, ms=00082}
22:49:26.759381 run                osmo-ms-mob/00083: Starting mobile
22:49:26.773306 run       osmo-ms-mob/00083(pid=218): Launched
22:49:26.784691 run                             mass: MS start registered  {at=6087472.488033895, delay=0.005129743367433548, ms=00083}
22:49:26.799819 run                             mass: MS performed LU  {at=6087472.503112833, lu_delay=5.594287294894457, ms=00071}
22:49:26.845909 run                             mass: MS performed LU  {at=6087472.549233289, lu_delay=4.656208394095302, ms=00073}
22:49:26.864288 run                             mass: MS performed LU  {at=6087472.567642006, lu_delay=5.062253973446786, ms=00072}
22:49:26.951499 run                             mass: MS performed LU  {at=6087472.654833764, lu_delay=5.958366169594228, ms=00070}
22:49:26.963392 run                osmo-ms-mob/00084: Starting mobile
22:49:26.976964 run       osmo-ms-mob/00084(pid=219): Launched
22:49:26.988309 run                             mass: MS start registered  {at=6087472.691658158, delay=0.005112728103995323, ms=00084}
22:49:27.759370 run                osmo-ms-mob/00085: Starting mobile
22:49:27.772604 run       osmo-ms-mob/00085(pid=220): Launched
22:49:27.783571 run                             mass: MS start registered  {at=6087473.486918516, delay=0.004896794445812702, ms=00085}
22:49:28.359933 run                osmo-ms-mob/00086: Starting mobile
22:49:28.373871 run       osmo-ms-mob/00086(pid=221): Launched
22:49:28.385375 run                             mass: MS start registered  {at=6087474.088719968, delay=0.005162916146218777, ms=00086}
22:49:28.581077 run                             mass: MS performed LU  {at=6087474.28441167, lu_delay=5.184294051490724, ms=00076}
22:49:28.617085 run                             mass: MS performed LU  {at=6087474.320419718, lu_delay=5.800056914798915, ms=00074}
22:49:28.700587 run                             mass: MS performed LU  {at=6087474.403921679, lu_delay=5.309604213573039, ms=00075}
22:49:28.871871 run                             mass: MS performed LU  {at=6087474.575205918, lu_delay=4.9875209890306, ms=00077}
22:49:28.883512 run                osmo-ms-mob/00087: Starting mobile
22:49:28.897491 run       osmo-ms-mob/00087(pid=222): Launched
22:49:28.908934 run                             mass: MS start registered  {at=6087474.612286456, delay=0.005163989029824734, ms=00087}
22:49:29.561128 run                osmo-ms-mob/00088: Starting mobile
22:49:29.576917 run       osmo-ms-mob/00088(pid=223): Launched
22:49:29.588549 run                             mass: MS start registered  {at=6087475.291889628, delay=0.004966075532138348, ms=00088}
22:49:30.159304 run                osmo-ms-mob/00089: Starting mobile
22:49:30.173103 run       osmo-ms-mob/00089(pid=224): Launched
22:49:30.184407 run                             mass: MS start registered  {at=6087475.887760792, delay=0.005173426121473312, ms=00089}
22:49:30.564955 run                             mass: MS performed LU  {at=6087476.26825402, lu_delay=4.778483580797911, ms=00081}
22:49:30.610900 run                             mass: MS performed LU  {at=6087476.3142334, lu_delay=5.462295734323561, ms=00080}
22:49:30.622648 run                osmo-ms-mob/00090: Starting mobile
22:49:30.636589 run       osmo-ms-mob/00090(pid=225): Launched
22:49:30.642843 run                             mass: MS performed LU  {at=6087476.346200941, lu_delay=5.857107177376747, ms=00079}
22:49:30.648902 run                             mass: MS start registered  {at=6087476.352267958, delay=0.006088031455874443, ms=00090}
22:49:30.717558 run                             mass: MS performed LU  {at=6087476.420890424, lu_delay=6.3208822682499886, ms=00078}
22:49:30.773570 run                             mass: MS performed LU  {at=6087476.476902818, lu_delay=4.590089291334152, ms=00082}
22:49:31.459298 run                osmo-ms-mob/00091: Starting mobile
22:49:31.473281 run       osmo-ms-mob/00091(pid=226): Launched
22:49:31.484908 run                             mass: MS start registered  {at=6087477.188253533, delay=0.005072121508419514, ms=00091}
22:49:32.159464 run                osmo-ms-mob/00092: Starting mobile
22:49:32.173610 run       osmo-ms-mob/00092(pid=227): Launched
22:49:32.185407 run                             mass: MS start registered  {at=6087477.888726799, delay=0.005555356852710247, ms=00092}
22:49:32.345996 run                             mass: MS performed LU  {at=6087478.049317862, lu_delay=5.561283966526389, ms=00083}
22:49:32.382803 run                             mass: MS performed LU  {at=6087478.086139517, lu_delay=4.599221000447869, ms=00085}
22:49:32.466096 run                             mass: MS performed LU  {at=6087478.169430372, lu_delay=5.477772214449942, ms=00084}
22:49:32.637170 run                             mass: MS performed LU  {at=6087478.340498952, lu_delay=21.95176152419299, ms=00039}
22:49:32.909786 run                             mass: MS performed LU  {at=6087478.613119926, lu_delay=22.99818430747837, ms=00037}
22:49:32.921303 run                osmo-ms-mob/00093: Starting mobile
22:49:32.934712 run       osmo-ms-mob/00093(pid=228): Launched
22:49:32.945991 run                             mass: MS start registered  {at=6087478.649343782, delay=0.0051483940333127975, ms=00093}
22:49:33.861709 run                osmo-ms-mob/00094: Starting mobile
22:49:33.874883 run       osmo-ms-mob/00094(pid=229): Launched
22:49:33.886153 run                             mass: MS start registered  {at=6087479.589505507, delay=0.00488717295229435, ms=00094}
22:49:34.330565 run                             mass: MS performed LU  {at=6087480.033901803, lu_delay=4.742012174800038, ms=00088}
22:49:34.376779 run                             mass: MS performed LU  {at=6087480.080128398, lu_delay=5.991408430039883, ms=00086}
22:49:34.395018 run                             mass: MS performed LU  {at=6087480.098360874, lu_delay=5.4860744178295135, ms=00087}
22:49:34.760514 run                osmo-ms-mob/00095: Starting mobile
22:49:34.773782 run       osmo-ms-mob/00095(pid=230): Launched
22:49:34.785590 run                             mass: MS start registered  {at=6087480.488912424, delay=0.005249327048659325, ms=00095}
22:49:35.759286 run                osmo-ms-mob/00096: Starting mobile
22:49:35.773045 run       osmo-ms-mob/00096(pid=231): Launched
22:49:35.784716 run                             mass: MS start registered  {at=6087481.488064299, delay=0.00539061613380909, ms=00096}
22:49:36.112219 run                             mass: MS performed LU  {at=6087481.815553615, lu_delay=5.927792822942138, ms=00089}
22:49:36.232792 run                             mass: MS performed LU  {at=6087481.936125943, lu_delay=4.747872410342097, ms=00091}
22:49:36.859763 run                osmo-ms-mob/00097: Starting mobile
22:49:36.881813 run       osmo-ms-mob/00097(pid=232): Launched
22:49:36.893689 run                             mass: MS start registered  {at=6087482.597031289, delay=0.005848068743944168, ms=00097}
22:49:38.097047 run                             mass: MS performed LU  {at=6087483.800342834, lu_delay=5.911616034805775, ms=00092}
22:49:38.108614 run                osmo-ms-mob/00098: Starting mobile
22:49:38.122210 run       osmo-ms-mob/00098(pid=233): Launched
22:49:38.133812 run                             mass: MS start registered  {at=6087483.837162047, delay=0.005368922837078571, ms=00098}
22:49:38.142710 run                             mass: MS performed LU  {at=6087483.84606048, lu_delay=5.196716697886586, ms=00093}
22:49:39.960684 run                osmo-ms-mob/00099: Starting mobile
22:49:39.974578 run       osmo-ms-mob/00099(pid=234): Launched
22:49:39.981019 run                             mass: All started... {duration=55.727642050012946, too_slow=6}
22:49:39.986964 run                             mass: MS start registered  {at=6087485.690323495, delay=0.005938705988228321, ms=00099}
22:49:39.998375 run                             mass: MS performed LU  {at=6087485.7017249, lu_delay=6.112219393253326, ms=00094}
22:49:40.044271 run                             mass: MS performed LU  {at=6087485.747592942, lu_delay=5.258680517785251, ms=00095}
22:49:41.862738 run                             mass: MS performed LU  {at=6087487.566046133, lu_delay=4.969014843925834, ms=00097}
22:49:41.908635 run                             mass: MS performed LU  {at=6087487.611969757, lu_delay=6.123905457556248, ms=00096}
22:49:43.764285 run                             mass: MS performed LU  {at=6087489.467575702, lu_delay=5.63041365519166, ms=00098}
22:49:45.629164 run                             mass: MS performed LU  {at=6087491.33249468, lu_delay=5.642171184532344, ms=00099}
22:49:53.160462 run                             mass: MS performed LU  {at=6087498.863748325, lu_delay=22.511480366811156, ms=00090}
22:49:53.167088 run                             mass: Tests done {all_completed=True, max=22.99818430747837, min=3.6684150379151106}
22:49:53.172969 tst         register_default_mass.py: Test passed (92.5 sec)
22:49:53.180478 run pcap-recorder_any(filters='host 127.0.42.2')(pid=22): Terminating (SIGTERM)
22:49:53.183915 run      osmo-hlr_127.0.42.2(pid=23): Terminating (SIGTERM)
22:49:53.187301 run pcap-recorder_any(filters='host 127.0.42.5 and port not 22')(pid=24): Terminating (SIGTERM)
22:49:53.190753 run      osmo-stp_127.0.42.5(pid=25): Terminating (SIGTERM)
22:49:53.194191 run pcap-recorder_any(filters='host 127.0.42.6 and port not 22')(pid=26): Terminating (SIGTERM)
22:49:53.197676 run      osmo-msc_127.0.42.6(pid=27): Terminating (SIGTERM)
22:49:53.201037 run pcap-recorder_any(filters='host 127.0.42.3 and port not 22')(pid=28): Terminating (SIGTERM)
22:49:53.204712 run      osmo-mgw_127.0.42.3(pid=29): Terminating (SIGTERM)
22:49:53.209528 run pcap-recorder_any(filters='host 127.0.42.4 and port not 22')(pid=30): Terminating (SIGTERM)
22:49:53.212936 run      osmo-mgw_127.0.42.4(pid=31): Terminating (SIGTERM)
22:49:53.216329 run pcap-recorder_any(filters='host 127.0.42.7 and port not 22')(pid=32): Terminating (SIGTERM)
22:49:53.219749 run      osmo-bsc_127.0.42.7(pid=33): Terminating (SIGTERM)
22:49:53.223161 run         osmo-bts-virtual(pid=34): Terminating (SIGTERM)
22:49:53.226542 run   osmo-ms-virt-phy/00000(pid=35): Terminating (SIGTERM)
22:49:53.230106 run   osmo-ms-virt-phy/00001(pid=36): Terminating (SIGTERM)
22:49:53.233735 run   osmo-ms-virt-phy/00002(pid=37): Terminating (SIGTERM)
22:49:53.237191 run   osmo-ms-virt-phy/00003(pid=38): Terminating (SIGTERM)
22:49:53.240607 run   osmo-ms-virt-phy/00004(pid=39): Terminating (SIGTERM)
22:49:53.244040 run   osmo-ms-virt-phy/00005(pid=40): Terminating (SIGTERM)
22:49:53.247961 run   osmo-ms-virt-phy/00006(pid=41): Terminating (SIGTERM)
22:49:53.251448 run   osmo-ms-virt-phy/00007(pid=42): Terminating (SIGTERM)
22:49:53.254857 run   osmo-ms-virt-phy/00008(pid=43): Terminating (SIGTERM)
22:49:53.258230 run   osmo-ms-virt-phy/00009(pid=44): Terminating (SIGTERM)
22:49:53.261609 run   osmo-ms-virt-phy/00010(pid=45): Terminating (SIGTERM)
22:49:53.265008 run   osmo-ms-virt-phy/00011(pid=46): Terminating (SIGTERM)
22:49:53.268493 run   osmo-ms-virt-phy/00012(pid=47): Terminating (SIGTERM)
22:49:53.272089 run   osmo-ms-virt-phy/00013(pid=48): Terminating (SIGTERM)
22:49:53.275499 run   osmo-ms-virt-phy/00014(pid=49): Terminating (SIGTERM)
22:49:53.279491 run   osmo-ms-virt-phy/00015(pid=50): Terminating (SIGTERM)
22:49:53.283086 run   osmo-ms-virt-phy/00016(pid=51): Terminating (SIGTERM)
22:49:53.287034 run   osmo-ms-virt-phy/00017(pid=52): Terminating (SIGTERM)
22:49:53.290694 run   osmo-ms-virt-phy/00018(pid=53): Terminating (SIGTERM)
22:49:53.294371 run   osmo-ms-virt-phy/00019(pid=54): Terminating (SIGTERM)
22:49:53.297778 run   osmo-ms-virt-phy/00020(pid=55): Terminating (SIGTERM)
22:49:53.301291 run   osmo-ms-virt-phy/00021(pid=56): Terminating (SIGTERM)
22:49:53.305251 run   osmo-ms-virt-phy/00022(pid=57): Terminating (SIGTERM)
22:49:53.308602 run   osmo-ms-virt-phy/00023(pid=58): Terminating (SIGTERM)
22:49:53.312030 run   osmo-ms-virt-phy/00024(pid=59): Terminating (SIGTERM)
22:49:53.315384 run   osmo-ms-virt-phy/00025(pid=60): Terminating (SIGTERM)
22:49:53.318765 run   osmo-ms-virt-phy/00026(pid=61): Terminating (SIGTERM)
22:49:53.322332 run   osmo-ms-virt-phy/00027(pid=62): Terminating (SIGTERM)
22:49:53.326162 run   osmo-ms-virt-phy/00028(pid=63): Terminating (SIGTERM)
22:49:53.329576 run   osmo-ms-virt-phy/00029(pid=64): Terminating (SIGTERM)
22:49:53.333562 run   osmo-ms-virt-phy/00030(pid=65): Terminating (SIGTERM)
22:49:53.336926 run   osmo-ms-virt-phy/00031(pid=66): Terminating (SIGTERM)
22:49:53.340818 run   osmo-ms-virt-phy/00032(pid=67): Terminating (SIGTERM)
22:49:53.344185 run   osmo-ms-virt-phy/00033(pid=68): Terminating (SIGTERM)
22:49:53.347554 run   osmo-ms-virt-phy/00034(pid=69): Terminating (SIGTERM)
22:49:53.351112 run   osmo-ms-virt-phy/00035(pid=70): Terminating (SIGTERM)
22:49:53.354559 run   osmo-ms-virt-phy/00036(pid=71): Terminating (SIGTERM)
22:49:53.357933 run   osmo-ms-virt-phy/00037(pid=72): Terminating (SIGTERM)
22:49:53.361308 run   osmo-ms-virt-phy/00038(pid=73): Terminating (SIGTERM)
22:49:53.364710 run   osmo-ms-virt-phy/00039(pid=74): Terminating (SIGTERM)
22:49:53.368267 run   osmo-ms-virt-phy/00040(pid=75): Terminating (SIGTERM)
22:49:53.371698 run   osmo-ms-virt-phy/00041(pid=76): Terminating (SIGTERM)
22:49:53.375091 run   osmo-ms-virt-phy/00042(pid=77): Terminating (SIGTERM)
22:49:53.378487 run   osmo-ms-virt-phy/00043(pid=78): Terminating (SIGTERM)
22:49:53.381876 run   osmo-ms-virt-phy/00044(pid=79): Terminating (SIGTERM)
22:49:53.385280 run   osmo-ms-virt-phy/00045(pid=80): Terminating (SIGTERM)
22:49:53.388691 run   osmo-ms-virt-phy/00046(pid=81): Terminating (SIGTERM)
22:49:53.392088 run   osmo-ms-virt-phy/00047(pid=82): Terminating (SIGTERM)
22:49:53.395628 run   osmo-ms-virt-phy/00048(pid=83): Terminating (SIGTERM)
22:49:53.399058 run   osmo-ms-virt-phy/00049(pid=84): Terminating (SIGTERM)
22:49:53.402493 run   osmo-ms-virt-phy/00050(pid=85): Terminating (SIGTERM)
22:49:53.406430 run   osmo-ms-virt-phy/00051(pid=86): Terminating (SIGTERM)
22:49:53.409854 run   osmo-ms-virt-phy/00052(pid=87): Terminating (SIGTERM)
22:49:53.413864 run   osmo-ms-virt-phy/00053(pid=88): Terminating (SIGTERM)
22:49:53.417382 run   osmo-ms-virt-phy/00054(pid=89): Terminating (SIGTERM)
22:49:53.420802 run   osmo-ms-virt-phy/00055(pid=90): Terminating (SIGTERM)
22:49:53.424172 run   osmo-ms-virt-phy/00056(pid=91): Terminating (SIGTERM)
22:49:53.427835 run   osmo-ms-virt-phy/00057(pid=92): Terminating (SIGTERM)
22:49:53.431843 run   osmo-ms-virt-phy/00058(pid=93): Terminating (SIGTERM)
22:49:53.435504 run   osmo-ms-virt-phy/00059(pid=94): Terminating (SIGTERM)
22:49:53.438902 run   osmo-ms-virt-phy/00060(pid=95): Terminating (SIGTERM)
22:49:53.442297 run   osmo-ms-virt-phy/00061(pid=96): Terminating (SIGTERM)
22:49:53.445654 run   osmo-ms-virt-phy/00062(pid=97): Terminating (SIGTERM)
22:49:53.449004 run   osmo-ms-virt-phy/00063(pid=98): Terminating (SIGTERM)
22:49:53.452385 run   osmo-ms-virt-phy/00064(pid=99): Terminating (SIGTERM)
22:49:53.455760 run  osmo-ms-virt-phy/00065(pid=100): Terminating (SIGTERM)
22:49:53.459210 run  osmo-ms-virt-phy/00066(pid=101): Terminating (SIGTERM)
22:49:53.462557 run  osmo-ms-virt-phy/00067(pid=102): Terminating (SIGTERM)
22:49:53.465908 run  osmo-ms-virt-phy/00068(pid=103): Terminating (SIGTERM)
22:49:53.469273 run  osmo-ms-virt-phy/00069(pid=104): Terminating (SIGTERM)
22:49:53.472628 run  osmo-ms-virt-phy/00070(pid=105): Terminating (SIGTERM)
22:49:53.476004 run  osmo-ms-virt-phy/00071(pid=106): Terminating (SIGTERM)
22:49:53.479391 run  osmo-ms-virt-phy/00072(pid=107): Terminating (SIGTERM)
22:49:53.485247 run  osmo-ms-virt-phy/00073(pid=108): Terminating (SIGTERM)
22:49:53.489729 run  osmo-ms-virt-phy/00074(pid=109): Terminating (SIGTERM)
22:49:53.493296 run  osmo-ms-virt-phy/00075(pid=110): Terminating (SIGTERM)
22:49:53.496723 run  osmo-ms-virt-phy/00076(pid=111): Terminating (SIGTERM)
22:49:53.500075 run  osmo-ms-virt-phy/00077(pid=112): Terminating (SIGTERM)
22:49:53.503438 run  osmo-ms-virt-phy/00078(pid=113): Terminating (SIGTERM)
22:49:53.506848 run  osmo-ms-virt-phy/00079(pid=114): Terminating (SIGTERM)
22:49:53.510216 run  osmo-ms-virt-phy/00080(pid=115): Terminating (SIGTERM)
22:49:53.513579 run  osmo-ms-virt-phy/00081(pid=116): Terminating (SIGTERM)
22:49:53.516967 run  osmo-ms-virt-phy/00082(pid=117): Terminating (SIGTERM)
22:49:53.520369 run  osmo-ms-virt-phy/00083(pid=118): Terminating (SIGTERM)
22:49:53.523769 run  osmo-ms-virt-phy/00084(pid=119): Terminating (SIGTERM)
22:49:53.527255 run  osmo-ms-virt-phy/00085(pid=120): Terminating (SIGTERM)
22:49:53.530705 run  osmo-ms-virt-phy/00086(pid=121): Terminating (SIGTERM)
22:49:53.534079 run  osmo-ms-virt-phy/00087(pid=122): Terminating (SIGTERM)
22:49:53.537481 run  osmo-ms-virt-phy/00088(pid=123): Terminating (SIGTERM)
22:49:53.540889 run  osmo-ms-virt-phy/00089(pid=124): Terminating (SIGTERM)
22:49:53.544252 run  osmo-ms-virt-phy/00090(pid=125): Terminating (SIGTERM)
22:49:53.549398 run  osmo-ms-virt-phy/00091(pid=126): Terminating (SIGTERM)
22:49:53.556406 run  osmo-ms-virt-phy/00092(pid=127): Terminating (SIGTERM)
22:49:53.560490 run  osmo-ms-virt-phy/00093(pid=128): Terminating (SIGTERM)
22:49:53.564066 run  osmo-ms-virt-phy/00094(pid=129): Terminating (SIGTERM)
22:49:53.567601 run  osmo-ms-virt-phy/00095(pid=130): Terminating (SIGTERM)
22:49:53.571030 run  osmo-ms-virt-phy/00096(pid=131): Terminating (SIGTERM)
22:49:53.574583 run  osmo-ms-virt-phy/00097(pid=132): Terminating (SIGTERM)
22:49:53.578150 run  osmo-ms-virt-phy/00098(pid=133): Terminating (SIGTERM)
22:49:53.581662 run  osmo-ms-virt-phy/00099(pid=134): Terminating (SIGTERM)
22:49:53.585338 run       osmo-ms-mob/00000(pid=135): Terminating (SIGTERM)
22:49:53.588849 run       osmo-ms-mob/00001(pid=136): Terminating (SIGTERM)
22:49:53.592247 run       osmo-ms-mob/00002(pid=137): Terminating (SIGTERM)
22:49:53.595678 run       osmo-ms-mob/00003(pid=138): Terminating (SIGTERM)
22:49:53.599030 run       osmo-ms-mob/00004(pid=139): Terminating (SIGTERM)
22:49:53.602364 run       osmo-ms-mob/00005(pid=140): Terminating (SIGTERM)
22:49:53.605784 run       osmo-ms-mob/00006(pid=141): Terminating (SIGTERM)
22:49:53.609140 run       osmo-ms-mob/00007(pid=142): Terminating (SIGTERM)
22:49:53.612519 run       osmo-ms-mob/00008(pid=143): Terminating (SIGTERM)
22:49:53.615880 run       osmo-ms-mob/00009(pid=144): Terminating (SIGTERM)
22:49:53.619201 run       osmo-ms-mob/00010(pid=145): Terminating (SIGTERM)
22:49:53.622525 run       osmo-ms-mob/00011(pid=146): Terminating (SIGTERM)
22:49:53.625877 run       osmo-ms-mob/00012(pid=147): Terminating (SIGTERM)
22:49:53.629220 run       osmo-ms-mob/00013(pid=148): Terminating (SIGTERM)
22:49:53.632538 run       osmo-ms-mob/00014(pid=149): Terminating (SIGTERM)
22:49:53.635973 run       osmo-ms-mob/00015(pid=150): Terminating (SIGTERM)
22:49:53.639378 run       osmo-ms-mob/00016(pid=151): Terminating (SIGTERM)
22:49:53.642753 run       osmo-ms-mob/00017(pid=152): Terminating (SIGTERM)
22:49:53.647093 run       osmo-ms-mob/00018(pid=153): Terminating (SIGTERM)
22:49:53.653995 run       osmo-ms-mob/00019(pid=154): Terminating (SIGTERM)
22:49:53.660829 run       osmo-ms-mob/00020(pid=155): Terminating (SIGTERM)
22:49:53.664220 run       osmo-ms-mob/00021(pid=156): Terminating (SIGTERM)
22:49:53.667581 run       osmo-ms-mob/00022(pid=157): Terminating (SIGTERM)
22:49:53.671004 run       osmo-ms-mob/00023(pid=158): Terminating (SIGTERM)
22:49:53.674380 run       osmo-ms-mob/00024(pid=159): Terminating (SIGTERM)
22:49:53.677747 run       osmo-ms-mob/00025(pid=160): Terminating (SIGTERM)
22:49:53.681125 run       osmo-ms-mob/00026(pid=161): Terminating (SIGTERM)
22:49:53.684516 run       osmo-ms-mob/00027(pid=162): Terminating (SIGTERM)
22:49:53.687895 run       osmo-ms-mob/00028(pid=163): Terminating (SIGTERM)
22:49:53.691309 run       osmo-ms-mob/00029(pid=164): Terminating (SIGTERM)
22:49:53.694769 run       osmo-ms-mob/00030(pid=165): Terminating (SIGTERM)
22:49:53.698109 run       osmo-ms-mob/00031(pid=166): Terminating (SIGTERM)
22:49:53.701458 run       osmo-ms-mob/00032(pid=167): Terminating (SIGTERM)
22:49:53.704836 run       osmo-ms-mob/00033(pid=168): Terminating (SIGTERM)
22:49:53.708167 run       osmo-ms-mob/00034(pid=169): Terminating (SIGTERM)
22:49:53.711514 run       osmo-ms-mob/00035(pid=170): Terminating (SIGTERM)
22:49:53.714849 run       osmo-ms-mob/00036(pid=171): Terminating (SIGTERM)
22:49:53.718173 run       osmo-ms-mob/00037(pid=172): Terminating (SIGTERM)
22:49:53.721619 run       osmo-ms-mob/00038(pid=173): Terminating (SIGTERM)
22:49:53.724987 run       osmo-ms-mob/00039(pid=174): Terminating (SIGTERM)
22:49:53.728366 run       osmo-ms-mob/00040(pid=175): Terminating (SIGTERM)
22:49:53.731755 run       osmo-ms-mob/00041(pid=176): Terminating (SIGTERM)
22:49:53.735142 run       osmo-ms-mob/00042(pid=177): Terminating (SIGTERM)
22:49:53.738520 run       osmo-ms-mob/00043(pid=178): Terminating (SIGTERM)
22:49:53.741920 run       osmo-ms-mob/00044(pid=179): Terminating (SIGTERM)
22:49:53.745307 run       osmo-ms-mob/00045(pid=180): Terminating (SIGTERM)
22:49:53.748733 run       osmo-ms-mob/00046(pid=181): Terminating (SIGTERM)
22:49:53.752120 run       osmo-ms-mob/00047(pid=182): Terminating (SIGTERM)
22:49:53.755503 run       osmo-ms-mob/00048(pid=183): Terminating (SIGTERM)
22:49:53.758873 run       osmo-ms-mob/00049(pid=184): Terminating (SIGTERM)
22:49:53.762252 run       osmo-ms-mob/00050(pid=185): Terminating (SIGTERM)
22:49:53.765642 run       osmo-ms-mob/00051(pid=186): Terminating (SIGTERM)
22:49:53.769065 run       osmo-ms-mob/00052(pid=187): Terminating (SIGTERM)
22:49:53.772480 run       osmo-ms-mob/00053(pid=188): Terminating (SIGTERM)
22:49:53.775883 run       osmo-ms-mob/00054(pid=189): Terminating (SIGTERM)
22:49:53.779287 run       osmo-ms-mob/00055(pid=190): Terminating (SIGTERM)
22:49:53.782672 run       osmo-ms-mob/00056(pid=191): Terminating (SIGTERM)
22:49:53.786020 run       osmo-ms-mob/00057(pid=192): Terminating (SIGTERM)
22:49:53.789362 run       osmo-ms-mob/00058(pid=193): Terminating (SIGTERM)
22:49:53.792700 run       osmo-ms-mob/00059(pid=194): Terminating (SIGTERM)
22:49:53.796039 run       osmo-ms-mob/00060(pid=195): Terminating (SIGTERM)
22:49:53.799365 run       osmo-ms-mob/00061(pid=196): Terminating (SIGTERM)
22:49:53.802698 run       osmo-ms-mob/00062(pid=197): Terminating (SIGTERM)
22:49:53.806032 run       osmo-ms-mob/00063(pid=198): Terminating (SIGTERM)
22:49:53.809361 run       osmo-ms-mob/00064(pid=199): Terminating (SIGTERM)
22:49:53.812697 run       osmo-ms-mob/00065(pid=200): Terminating (SIGTERM)
22:49:53.816031 run       osmo-ms-mob/00066(pid=201): Terminating (SIGTERM)
22:49:53.819374 run       osmo-ms-mob/00067(pid=202): Terminating (SIGTERM)
22:49:53.822723 run       osmo-ms-mob/00068(pid=203): Terminating (SIGTERM)
22:49:53.826040 run       osmo-ms-mob/00069(pid=204): Terminating (SIGTERM)
22:49:53.829383 run       osmo-ms-mob/00070(pid=205): Terminating (SIGTERM)
22:49:53.832705 run       osmo-ms-mob/00071(pid=206): Terminating (SIGTERM)
22:49:53.836033 run       osmo-ms-mob/00072(pid=207): Terminating (SIGTERM)
22:49:53.839378 run       osmo-ms-mob/00073(pid=208): Terminating (SIGTERM)
22:49:53.842738 run       osmo-ms-mob/00074(pid=209): Terminating (SIGTERM)
22:49:53.846066 run       osmo-ms-mob/00075(pid=210): Terminating (SIGTERM)
22:49:53.849391 run       osmo-ms-mob/00076(pid=211): Terminating (SIGTERM)
22:49:53.852706 run       osmo-ms-mob/00077(pid=212): Terminating (SIGTERM)
22:49:53.856038 run       osmo-ms-mob/00078(pid=213): Terminating (SIGTERM)
22:49:53.859368 run       osmo-ms-mob/00079(pid=214): Terminating (SIGTERM)
22:49:53.862708 run       osmo-ms-mob/00080(pid=215): Terminating (SIGTERM)
22:49:53.866035 run       osmo-ms-mob/00081(pid=216): Terminating (SIGTERM)
22:49:53.869364 run       osmo-ms-mob/00082(pid=217): Terminating (SIGTERM)
22:49:53.872687 run       osmo-ms-mob/00083(pid=218): Terminating (SIGTERM)
22:49:53.876022 run       osmo-ms-mob/00084(pid=219): Terminating (SIGTERM)
22:49:53.879358 run       osmo-ms-mob/00085(pid=220): Terminating (SIGTERM)
22:49:53.882611 run       osmo-ms-mob/00086(pid=221): Terminating (SIGTERM)
22:49:53.885803 run       osmo-ms-mob/00087(pid=222): Terminating (SIGTERM)
22:49:53.889007 run       osmo-ms-mob/00088(pid=223): Terminating (SIGTERM)
22:49:53.892195 run       osmo-ms-mob/00089(pid=224): Terminating (SIGTERM)
22:49:53.895404 run       osmo-ms-mob/00090(pid=225): Terminating (SIGTERM)
22:49:53.898711 run       osmo-ms-mob/00091(pid=226): Terminating (SIGTERM)
22:49:53.902048 run       osmo-ms-mob/00092(pid=227): Terminating (SIGTERM)
22:49:53.905388 run       osmo-ms-mob/00093(pid=228): Terminating (SIGTERM)
22:49:53.908726 run       osmo-ms-mob/00094(pid=229): Terminating (SIGTERM)
22:49:53.912043 run       osmo-ms-mob/00095(pid=230): Terminating (SIGTERM)
22:49:53.915385 run       osmo-ms-mob/00096(pid=231): Terminating (SIGTERM)
22:49:53.918623 run       osmo-ms-mob/00097(pid=232): Terminating (SIGTERM)
22:49:53.921856 run       osmo-ms-mob/00098(pid=233): Terminating (SIGTERM)
22:49:53.925108 run       osmo-ms-mob/00099(pid=234): Terminating (SIGTERM)
22:49:53.928463 ---      ParallelTerminationStrategy: PID 22 died...
22:49:53.929974 run pcap-recorder_any(filters='host 127.0.42.2')(pid=22): Terminated: ok {rc=0}
22:49:53.933674 ---      ParallelTerminationStrategy: PID 23 died...
22:49:53.935106 run      osmo-hlr_127.0.42.2(pid=23): Terminated: ok {rc=0}
22:49:53.938633 ---      ParallelTerminationStrategy: PID 24 died...
22:49:53.940090 run pcap-recorder_any(filters='host 127.0.42.5 and port not 22')(pid=24): Terminated: ok {rc=0}
22:49:53.943772 ---      ParallelTerminationStrategy: PID 25 died...
22:49:53.945278 run      osmo-stp_127.0.42.5(pid=25): Terminated: ok {rc=0}
22:49:53.975660 ---      ParallelTerminationStrategy: PID 26 died...
22:49:53.977127 run pcap-recorder_any(filters='host 127.0.42.6 and port not 22')(pid=26): Terminated: ok {rc=0}
22:49:53.980744 ---      ParallelTerminationStrategy: PID 27 died...
22:49:53.982197 run      osmo-msc_127.0.42.6(pid=27): Terminated: ok {rc=0}
22:49:53.985738 ---      ParallelTerminationStrategy: PID 28 died...
22:49:53.987179 run pcap-recorder_any(filters='host 127.0.42.3 and port not 22')(pid=28): Terminated: ok {rc=0}
22:49:53.990755 ---      ParallelTerminationStrategy: PID 29 died...
22:49:53.992216 run      osmo-mgw_127.0.42.3(pid=29): Terminated {rc=15}
22:49:53.995832 ---      ParallelTerminationStrategy: PID 30 died...
22:49:53.997332 run pcap-recorder_any(filters='host 127.0.42.4 and port not 22')(pid=30): Terminated: ok {rc=0}
22:49:54.001056 ---      ParallelTerminationStrategy: PID 31 died...
22:49:54.002502 run      osmo-mgw_127.0.42.4(pid=31): Terminated {rc=15}
22:49:54.006239 ---      ParallelTerminationStrategy: PID 32 died...
22:49:54.007743 run pcap-recorder_any(filters='host 127.0.42.7 and port not 22')(pid=32): Terminated: ok {rc=0}
22:49:54.011489 ---      ParallelTerminationStrategy: PID 33 died...
22:49:54.013012 run      osmo-bsc_127.0.42.7(pid=33): Terminated: ok {rc=0}
22:49:54.016776 ---      ParallelTerminationStrategy: PID 35 died...
22:49:54.018294 run   osmo-ms-virt-phy/00000(pid=35): Terminated: ok {rc=0}
22:49:54.022025 ---      ParallelTerminationStrategy: PID 36 died...
22:49:54.023550 run   osmo-ms-virt-phy/00001(pid=36): Terminated: ok {rc=0}
22:49:54.027279 ---      ParallelTerminationStrategy: PID 37 died...
22:49:54.028812 run   osmo-ms-virt-phy/00002(pid=37): Terminated: ok {rc=0}
22:49:54.032550 ---      ParallelTerminationStrategy: PID 38 died...
22:49:54.034063 run   osmo-ms-virt-phy/00003(pid=38): Terminated: ok {rc=0}
22:49:54.037782 ---      ParallelTerminationStrategy: PID 39 died...
22:49:54.039293 run   osmo-ms-virt-phy/00004(pid=39): Terminated: ok {rc=0}
22:49:54.043026 ---      ParallelTerminationStrategy: PID 40 died...
22:49:54.044481 run   osmo-ms-virt-phy/00005(pid=40): Terminated: ok {rc=0}
22:49:54.048055 ---      ParallelTerminationStrategy: PID 41 died...
22:49:54.049510 run   osmo-ms-virt-phy/00006(pid=41): Terminated: ok {rc=0}
22:49:54.053105 ---      ParallelTerminationStrategy: PID 42 died...
22:49:54.054604 run   osmo-ms-virt-phy/00007(pid=42): Terminated: ok {rc=0}
22:49:54.058311 ---      ParallelTerminationStrategy: PID 43 died...
22:49:54.059828 run   osmo-ms-virt-phy/00008(pid=43): Terminated: ok {rc=0}
22:49:54.063486 ---      ParallelTerminationStrategy: PID 44 died...
22:49:54.088591 run   osmo-ms-virt-phy/00009(pid=44): Terminated: ok {rc=0}
22:49:54.092524 ---      ParallelTerminationStrategy: PID 45 died...
22:49:54.094035 run   osmo-ms-virt-phy/00010(pid=45): Terminated: ok {rc=0}
22:49:54.097767 ---      ParallelTerminationStrategy: PID 46 died...
22:49:54.099287 run   osmo-ms-virt-phy/00011(pid=46): Terminated: ok {rc=0}
22:49:54.102989 ---      ParallelTerminationStrategy: PID 47 died...
22:49:54.104490 run   osmo-ms-virt-phy/00012(pid=47): Terminated: ok {rc=0}
22:49:54.108074 ---      ParallelTerminationStrategy: PID 48 died...
22:49:54.109520 run   osmo-ms-virt-phy/00013(pid=48): Terminated: ok {rc=0}
22:49:54.113107 ---      ParallelTerminationStrategy: PID 49 died...
22:49:54.114542 run   osmo-ms-virt-phy/00014(pid=49): Terminated: ok {rc=0}
22:49:54.118106 ---      ParallelTerminationStrategy: PID 50 died...
22:49:54.119550 run   osmo-ms-virt-phy/00015(pid=50): Terminated: ok {rc=0}
22:49:54.123111 ---      ParallelTerminationStrategy: PID 51 died...
22:49:54.124554 run   osmo-ms-virt-phy/00016(pid=51): Terminated: ok {rc=0}
22:49:54.128131 ---      ParallelTerminationStrategy: PID 52 died...
22:49:54.129579 run   osmo-ms-virt-phy/00017(pid=52): Terminated: ok {rc=0}
22:49:54.133167 ---      ParallelTerminationStrategy: PID 53 died...
22:49:54.134598 run   osmo-ms-virt-phy/00018(pid=53): Terminated: ok {rc=0}
22:49:54.138234 ---      ParallelTerminationStrategy: PID 54 died...
22:49:54.139735 run   osmo-ms-virt-phy/00019(pid=54): Terminated: ok {rc=0}
22:49:54.143453 ---      ParallelTerminationStrategy: PID 55 died...
22:49:54.144958 run   osmo-ms-virt-phy/00020(pid=55): Terminated: ok {rc=0}
22:49:54.148711 ---      ParallelTerminationStrategy: PID 56 died...
22:49:54.150227 run   osmo-ms-virt-phy/00021(pid=56): Terminated: ok {rc=0}
22:49:54.154156 ---      ParallelTerminationStrategy: PID 57 died...
22:49:54.155684 run   osmo-ms-virt-phy/00022(pid=57): Terminated: ok {rc=0}
22:49:54.159310 ---      ParallelTerminationStrategy: PID 58 died...
22:49:54.160753 run   osmo-ms-virt-phy/00023(pid=58): Terminated: ok {rc=0}
22:49:54.164341 ---      ParallelTerminationStrategy: PID 59 died...
22:49:54.165811 run   osmo-ms-virt-phy/00024(pid=59): Terminated: ok {rc=0}
22:49:54.169375 ---      ParallelTerminationStrategy: PID 60 died...
22:49:54.170814 run   osmo-ms-virt-phy/00025(pid=60): Terminated: ok {rc=0}
22:49:54.174493 ---      ParallelTerminationStrategy: PID 61 died...
22:49:54.175941 run   osmo-ms-virt-phy/00026(pid=61): Terminated: ok {rc=0}
22:49:54.179497 ---      ParallelTerminationStrategy: PID 62 died...
22:49:54.180934 run   osmo-ms-virt-phy/00027(pid=62): Terminated: ok {rc=0}
22:49:54.184496 ---      ParallelTerminationStrategy: PID 63 died...
22:49:54.185952 run   osmo-ms-virt-phy/00028(pid=63): Terminated: ok {rc=0}
22:49:54.189556 ---      ParallelTerminationStrategy: PID 64 died...
22:49:54.191029 run   osmo-ms-virt-phy/00029(pid=64): Terminated: ok {rc=0}
22:49:54.194738 ---      ParallelTerminationStrategy: PID 65 died...
22:49:54.196220 run   osmo-ms-virt-phy/00030(pid=65): Terminated: ok {rc=0}
22:49:54.199863 ---      ParallelTerminationStrategy: PID 66 died...
22:49:54.201335 run   osmo-ms-virt-phy/00031(pid=66): Terminated: ok {rc=0}
22:49:54.205024 ---      ParallelTerminationStrategy: PID 67 died...
22:49:54.206465 run   osmo-ms-virt-phy/00032(pid=67): Terminated: ok {rc=0}
22:49:54.210187 ---      ParallelTerminationStrategy: PID 68 died...
22:49:54.211688 run   osmo-ms-virt-phy/00033(pid=68): Terminated: ok {rc=0}
22:49:54.215386 ---      ParallelTerminationStrategy: PID 69 died...
22:49:54.216910 run   osmo-ms-virt-phy/00034(pid=69): Terminated: ok {rc=0}
22:49:54.220639 ---      ParallelTerminationStrategy: PID 70 died...
22:49:54.222143 run   osmo-ms-virt-phy/00035(pid=70): Terminated: ok {rc=0}
22:49:54.225846 ---      ParallelTerminationStrategy: PID 71 died...
22:49:54.227339 run   osmo-ms-virt-phy/00036(pid=71): Terminated: ok {rc=0}
22:49:54.230953 ---      ParallelTerminationStrategy: PID 72 died...
22:49:54.232387 run   osmo-ms-virt-phy/00037(pid=72): Terminated: ok {rc=0}
22:49:54.236021 ---      ParallelTerminationStrategy: PID 73 died...
22:49:54.237542 run   osmo-ms-virt-phy/00038(pid=73): Terminated: ok {rc=0}
22:49:54.241290 ---      ParallelTerminationStrategy: PID 74 died...
22:49:54.242792 run   osmo-ms-virt-phy/00039(pid=74): Terminated: ok {rc=0}
22:49:54.246492 ---      ParallelTerminationStrategy: PID 75 died...
22:49:54.247985 run   osmo-ms-virt-phy/00040(pid=75): Terminated: ok {rc=0}
22:49:54.251711 ---      ParallelTerminationStrategy: PID 76 died...
22:49:54.253229 run   osmo-ms-virt-phy/00041(pid=76): Terminated: ok {rc=0}
22:49:54.256926 ---      ParallelTerminationStrategy: PID 77 died...
22:49:54.258372 run   osmo-ms-virt-phy/00042(pid=77): Terminated: ok {rc=0}
22:49:54.261932 ---      ParallelTerminationStrategy: PID 78 died...
22:49:54.263369 run   osmo-ms-virt-phy/00043(pid=78): Terminated: ok {rc=0}
22:49:54.267011 ---      ParallelTerminationStrategy: PID 79 died...
22:49:54.268514 run   osmo-ms-virt-phy/00044(pid=79): Terminated: ok {rc=0}
22:49:54.272144 ---      ParallelTerminationStrategy: PID 80 died...
22:49:54.273604 run   osmo-ms-virt-phy/00045(pid=80): Terminated: ok {rc=0}
22:49:54.277218 ---      ParallelTerminationStrategy: PID 81 died...
22:49:54.278680 run   osmo-ms-virt-phy/00046(pid=81): Terminated: ok {rc=0}
22:49:54.282252 ---      ParallelTerminationStrategy: PID 82 died...
22:49:54.283691 run   osmo-ms-virt-phy/00047(pid=82): Terminated: ok {rc=0}
22:49:54.287263 ---      ParallelTerminationStrategy: PID 83 died...
22:49:54.288714 run   osmo-ms-virt-phy/00048(pid=83): Terminated: ok {rc=0}
22:49:54.292423 ---      ParallelTerminationStrategy: PID 84 died...
22:49:54.293905 run   osmo-ms-virt-phy/00049(pid=84): Terminated: ok {rc=0}
22:49:54.297472 ---      ParallelTerminationStrategy: PID 85 died...
22:49:54.298929 run   osmo-ms-virt-phy/00050(pid=85): Terminated: ok {rc=0}
22:49:54.302550 ---      ParallelTerminationStrategy: PID 86 died...
22:49:54.303982 run   osmo-ms-virt-phy/00051(pid=86): Terminated: ok {rc=0}
22:49:54.307573 ---      ParallelTerminationStrategy: PID 87 died...
22:49:54.309076 run   osmo-ms-virt-phy/00052(pid=87): Terminated: ok {rc=0}
22:49:54.312833 ---      ParallelTerminationStrategy: PID 88 died...
22:49:54.314376 run   osmo-ms-virt-phy/00053(pid=88): Terminated: ok {rc=0}
22:49:54.318282 ---      ParallelTerminationStrategy: PID 89 died...
22:49:54.319822 run   osmo-ms-virt-phy/00054(pid=89): Terminated: ok {rc=0}
22:49:54.323577 ---      ParallelTerminationStrategy: PID 90 died...
22:49:54.325091 run   osmo-ms-virt-phy/00055(pid=90): Terminated: ok {rc=0}
22:49:54.328817 ---      ParallelTerminationStrategy: PID 91 died...
22:49:54.330320 run   osmo-ms-virt-phy/00056(pid=91): Terminated: ok {rc=0}
22:49:54.334005 ---      ParallelTerminationStrategy: PID 92 died...
22:49:54.335544 run   osmo-ms-virt-phy/00057(pid=92): Terminated: ok {rc=0}
22:49:54.339301 ---      ParallelTerminationStrategy: PID 93 died...
22:49:54.340807 run   osmo-ms-virt-phy/00058(pid=93): Terminated: ok {rc=0}
22:49:54.344527 ---      ParallelTerminationStrategy: PID 94 died...
22:49:54.346046 run   osmo-ms-virt-phy/00059(pid=94): Terminated: ok {rc=0}
22:49:54.349776 ---      ParallelTerminationStrategy: PID 95 died...
22:49:54.351283 run   osmo-ms-virt-phy/00060(pid=95): Terminated: ok {rc=0}
22:49:54.355294 ---      ParallelTerminationStrategy: PID 96 died...
22:49:54.356851 run   osmo-ms-virt-phy/00061(pid=96): Terminated: ok {rc=0}
22:49:54.360575 ---      ParallelTerminationStrategy: PID 97 died...
22:49:54.362115 run   osmo-ms-virt-phy/00062(pid=97): Terminated: ok {rc=0}
22:49:54.365909 ---      ParallelTerminationStrategy: PID 98 died...
22:49:54.367416 run   osmo-ms-virt-phy/00063(pid=98): Terminated: ok {rc=0}
22:49:54.371131 ---      ParallelTerminationStrategy: PID 99 died...
22:49:54.372672 run   osmo-ms-virt-phy/00064(pid=99): Terminated: ok {rc=0}
22:49:54.376381 ---      ParallelTerminationStrategy: PID 100 died...
22:49:54.377890 run  osmo-ms-virt-phy/00065(pid=100): Terminated: ok {rc=0}
22:49:54.381609 ---      ParallelTerminationStrategy: PID 101 died...
22:49:54.383114 run  osmo-ms-virt-phy/00066(pid=101): Terminated: ok {rc=0}
22:49:54.386826 ---      ParallelTerminationStrategy: PID 102 died...
22:49:54.388332 run  osmo-ms-virt-phy/00067(pid=102): Terminated: ok {rc=0}
22:49:54.392046 ---      ParallelTerminationStrategy: PID 103 died...
22:49:54.393586 run  osmo-ms-virt-phy/00068(pid=103): Terminated: ok {rc=0}
22:49:54.397302 ---      ParallelTerminationStrategy: PID 104 died...
22:49:54.398805 run  osmo-ms-virt-phy/00069(pid=104): Terminated: ok {rc=0}
22:49:54.402524 ---      ParallelTerminationStrategy: PID 105 died...
22:49:54.404017 run  osmo-ms-virt-phy/00070(pid=105): Terminated: ok {rc=0}
22:49:54.407741 ---      ParallelTerminationStrategy: PID 106 died...
22:49:54.409259 run  osmo-ms-virt-phy/00071(pid=106): Terminated: ok {rc=0}
22:49:54.412978 ---      ParallelTerminationStrategy: PID 107 died...
22:49:54.414505 run  osmo-ms-virt-phy/00072(pid=107): Terminated: ok {rc=0}
22:49:54.418218 ---      ParallelTerminationStrategy: PID 108 died...
22:49:54.419723 run  osmo-ms-virt-phy/00073(pid=108): Terminated: ok {rc=0}
22:49:54.423461 ---      ParallelTerminationStrategy: PID 109 died...
22:49:54.424974 run  osmo-ms-virt-phy/00074(pid=109): Terminated: ok {rc=0}
22:49:54.428702 ---      ParallelTerminationStrategy: PID 110 died...
22:49:54.430207 run  osmo-ms-virt-phy/00075(pid=110): Terminated: ok {rc=0}
22:49:54.433963 ---      ParallelTerminationStrategy: PID 111 died...
22:49:54.435474 run  osmo-ms-virt-phy/00076(pid=111): Terminated: ok {rc=0}
22:49:54.439201 ---      ParallelTerminationStrategy: PID 112 died...
22:49:54.440705 run  osmo-ms-virt-phy/00077(pid=112): Terminated: ok {rc=0}
22:49:54.444447 ---      ParallelTerminationStrategy: PID 113 died...
22:49:54.445964 run  osmo-ms-virt-phy/00078(pid=113): Terminated: ok {rc=0}
22:49:54.449718 ---      ParallelTerminationStrategy: PID 114 died...
22:49:54.451228 run  osmo-ms-virt-phy/00079(pid=114): Terminated: ok {rc=0}
22:49:54.454967 ---      ParallelTerminationStrategy: PID 115 died...
22:49:54.456472 run  osmo-ms-virt-phy/00080(pid=115): Terminated: ok {rc=0}
22:49:54.460189 ---      ParallelTerminationStrategy: PID 116 died...
22:49:54.461693 run  osmo-ms-virt-phy/00081(pid=116): Terminated: ok {rc=0}
22:49:54.465408 ---      ParallelTerminationStrategy: PID 117 died...
22:49:54.466913 run  osmo-ms-virt-phy/00082(pid=117): Terminated: ok {rc=0}
22:49:54.470616 ---      ParallelTerminationStrategy: PID 118 died...
22:49:54.472112 run  osmo-ms-virt-phy/00083(pid=118): Terminated: ok {rc=0}
22:49:54.475857 ---      ParallelTerminationStrategy: PID 119 died...
22:49:54.477357 run  osmo-ms-virt-phy/00084(pid=119): Terminated: ok {rc=0}
22:49:54.481089 ---      ParallelTerminationStrategy: PID 120 died...
22:49:54.482587 run  osmo-ms-virt-phy/00085(pid=120): Terminated: ok {rc=0}
22:49:54.486304 ---      ParallelTerminationStrategy: PID 121 died...
22:49:54.487816 run  osmo-ms-virt-phy/00086(pid=121): Terminated: ok {rc=0}
22:49:54.491537 ---      ParallelTerminationStrategy: PID 122 died...
22:49:54.493043 run  osmo-ms-virt-phy/00087(pid=122): Terminated: ok {rc=0}
22:49:54.496764 ---      ParallelTerminationStrategy: PID 123 died...
22:49:54.498259 run  osmo-ms-virt-phy/00088(pid=123): Terminated: ok {rc=0}
22:49:54.502019 ---      ParallelTerminationStrategy: PID 124 died...
22:49:54.503531 run  osmo-ms-virt-phy/00089(pid=124): Terminated: ok {rc=0}
22:49:54.507259 ---      ParallelTerminationStrategy: PID 125 died...
22:49:54.508797 run  osmo-ms-virt-phy/00090(pid=125): Terminated: ok {rc=0}
22:49:54.512541 ---      ParallelTerminationStrategy: PID 126 died...
22:49:54.514042 run  osmo-ms-virt-phy/00091(pid=126): Terminated: ok {rc=0}
22:49:54.517753 ---      ParallelTerminationStrategy: PID 127 died...
22:49:54.519260 run  osmo-ms-virt-phy/00092(pid=127): Terminated: ok {rc=0}
22:49:54.522963 ---      ParallelTerminationStrategy: PID 128 died...
22:49:54.524458 run  osmo-ms-virt-phy/00093(pid=128): Terminated: ok {rc=0}
22:49:54.528218 ---      ParallelTerminationStrategy: PID 129 died...
22:49:54.529767 run  osmo-ms-virt-phy/00094(pid=129): Terminated: ok {rc=0}
22:49:54.533478 ---      ParallelTerminationStrategy: PID 130 died...
22:49:54.535001 run  osmo-ms-virt-phy/00095(pid=130): Terminated: ok {rc=0}
22:49:54.538718 ---      ParallelTerminationStrategy: PID 131 died...
22:49:54.540231 run  osmo-ms-virt-phy/00096(pid=131): Terminated: ok {rc=0}
22:49:54.543973 ---      ParallelTerminationStrategy: PID 132 died...
22:49:54.545487 run  osmo-ms-virt-phy/00097(pid=132): Terminated: ok {rc=0}
22:49:54.549246 ---      ParallelTerminationStrategy: PID 133 died...
22:49:54.550759 run  osmo-ms-virt-phy/00098(pid=133): Terminated: ok {rc=0}
22:49:54.554534 ---      ParallelTerminationStrategy: PID 134 died...
22:49:54.556037 run  osmo-ms-virt-phy/00099(pid=134): Terminated: ok {rc=0}
22:49:54.559829 ---      ParallelTerminationStrategy: PID 135 died...
22:49:54.561338 run       osmo-ms-mob/00000(pid=135): Terminated {rc=26112}
22:49:54.565077 ---      ParallelTerminationStrategy: PID 136 died...
22:49:54.566578 run       osmo-ms-mob/00001(pid=136): Terminated {rc=26112}
22:49:54.570276 ---      ParallelTerminationStrategy: PID 137 died...
22:49:54.571755 run       osmo-ms-mob/00002(pid=137): Terminated {rc=26112}
22:49:54.575439 ---      ParallelTerminationStrategy: PID 138 died...
22:49:54.576950 run       osmo-ms-mob/00003(pid=138): Terminated {rc=26112}
22:49:54.580636 ---      ParallelTerminationStrategy: PID 139 died...
22:49:54.582122 run       osmo-ms-mob/00004(pid=139): Terminated {rc=26112}
22:49:54.585792 ---      ParallelTerminationStrategy: PID 140 died...
22:49:54.587280 run       osmo-ms-mob/00005(pid=140): Terminated {rc=26112}
22:49:54.590955 ---      ParallelTerminationStrategy: PID 141 died...
22:49:54.592437 run       osmo-ms-mob/00006(pid=141): Terminated {rc=26112}
22:49:54.596119 ---      ParallelTerminationStrategy: PID 142 died...
22:49:54.597603 run       osmo-ms-mob/00007(pid=142): Terminated {rc=26112}
22:49:54.601325 ---      ParallelTerminationStrategy: PID 143 died...
22:49:54.602805 run       osmo-ms-mob/00008(pid=143): Terminated {rc=26112}
22:49:54.606521 ---      ParallelTerminationStrategy: PID 144 died...
22:49:54.608001 run       osmo-ms-mob/00009(pid=144): Terminated {rc=26112}
22:49:54.611728 ---      ParallelTerminationStrategy: PID 145 died...
22:49:54.613216 run       osmo-ms-mob/00010(pid=145): Terminated {rc=26112}
22:49:54.616918 ---      ParallelTerminationStrategy: PID 146 died...
22:49:54.618422 run       osmo-ms-mob/00011(pid=146): Terminated {rc=26112}
22:49:54.622156 ---      ParallelTerminationStrategy: PID 147 died...
22:49:54.623638 run       osmo-ms-mob/00012(pid=147): Terminated {rc=26112}
22:49:54.627325 ---      ParallelTerminationStrategy: PID 148 died...
22:49:54.628849 run       osmo-ms-mob/00013(pid=148): Terminated {rc=26112}
22:49:54.632578 ---      ParallelTerminationStrategy: PID 149 died...
22:49:54.634077 run       osmo-ms-mob/00014(pid=149): Terminated {rc=26112}
22:49:54.637773 ---      ParallelTerminationStrategy: PID 150 died...
22:49:54.639383 run       osmo-ms-mob/00015(pid=150): Terminated {rc=26112}
22:49:54.643096 ---      ParallelTerminationStrategy: PID 151 died...
22:49:54.644584 run       osmo-ms-mob/00016(pid=151): Terminated {rc=26112}
22:49:54.648286 ---      ParallelTerminationStrategy: PID 152 died...
22:49:54.649801 run       osmo-ms-mob/00017(pid=152): Terminated {rc=26112}
22:49:54.653508 ---      ParallelTerminationStrategy: PID 153 died...
22:49:54.655017 run       osmo-ms-mob/00018(pid=153): Terminated {rc=26112}
22:49:54.658769 ---      ParallelTerminationStrategy: PID 154 died...
22:49:54.660255 run       osmo-ms-mob/00019(pid=154): Terminated {rc=26112}
22:49:54.663922 ---      ParallelTerminationStrategy: PID 155 died...
22:49:54.665414 run       osmo-ms-mob/00020(pid=155): Terminated {rc=26112}
22:49:54.669158 ---      ParallelTerminationStrategy: PID 156 died...
22:49:54.670641 run       osmo-ms-mob/00021(pid=156): Terminated {rc=26112}
22:49:54.674352 ---      ParallelTerminationStrategy: PID 157 died...
22:49:54.675851 run       osmo-ms-mob/00022(pid=157): Terminated {rc=26112}
22:49:54.679531 ---      ParallelTerminationStrategy: PID 158 died...
22:49:54.681019 run       osmo-ms-mob/00023(pid=158): Terminated {rc=26112}
22:49:54.684742 ---      ParallelTerminationStrategy: PID 159 died...
22:49:54.686227 run       osmo-ms-mob/00024(pid=159): Terminated {rc=26112}
22:49:54.689920 ---      ParallelTerminationStrategy: PID 160 died...
22:49:54.691411 run       osmo-ms-mob/00025(pid=160): Terminated {rc=26112}
22:49:54.695104 ---      ParallelTerminationStrategy: PID 161 died...
22:49:54.696589 run       osmo-ms-mob/00026(pid=161): Terminated {rc=26112}
22:49:54.700304 ---      ParallelTerminationStrategy: PID 162 died...
22:49:54.701819 run       osmo-ms-mob/00027(pid=162): Terminated {rc=26112}
22:49:54.705582 ---      ParallelTerminationStrategy: PID 163 died...
22:49:54.707065 run       osmo-ms-mob/00028(pid=163): Terminated {rc=26112}
22:49:54.710732 ---      ParallelTerminationStrategy: PID 164 died...
22:49:54.712208 run       osmo-ms-mob/00029(pid=164): Terminated {rc=26112}
22:49:54.715918 ---      ParallelTerminationStrategy: PID 165 died...
22:49:54.717400 run       osmo-ms-mob/00030(pid=165): Terminated {rc=26112}
22:49:54.721164 ---      ParallelTerminationStrategy: PID 166 died...
22:49:54.722652 run       osmo-ms-mob/00031(pid=166): Terminated {rc=26112}
22:49:54.726331 ---      ParallelTerminationStrategy: PID 167 died...
22:49:54.727802 run       osmo-ms-mob/00032(pid=167): Terminated {rc=26112}
22:49:54.731490 ---      ParallelTerminationStrategy: PID 168 died...
22:49:54.732997 run       osmo-ms-mob/00033(pid=168): Terminated {rc=26112}
22:49:54.736709 ---      ParallelTerminationStrategy: PID 169 died...
22:49:54.738189 run       osmo-ms-mob/00034(pid=169): Terminated {rc=26112}
22:49:54.741959 ---      ParallelTerminationStrategy: PID 170 died...
22:49:54.743462 run       osmo-ms-mob/00035(pid=170): Terminated {rc=26112}
22:49:54.747193 ---      ParallelTerminationStrategy: PID 171 died...
22:49:54.748722 run       osmo-ms-mob/00036(pid=171): Terminated {rc=26112}
22:49:54.752430 ---      ParallelTerminationStrategy: PID 172 died...
22:49:54.753917 run       osmo-ms-mob/00037(pid=172): Terminated {rc=26112}
22:49:54.757639 ---      ParallelTerminationStrategy: PID 173 died...
22:49:54.759131 run       osmo-ms-mob/00038(pid=173): Terminated {rc=26112}
22:49:54.762808 ---      ParallelTerminationStrategy: PID 174 died...
22:49:54.764285 run       osmo-ms-mob/00039(pid=174): Terminated {rc=26112}
22:49:54.767961 ---      ParallelTerminationStrategy: PID 175 died...
22:49:54.769438 run       osmo-ms-mob/00040(pid=175): Terminated {rc=26112}
22:49:54.773177 ---      ParallelTerminationStrategy: PID 176 died...
22:49:54.774688 run       osmo-ms-mob/00041(pid=176): Terminated {rc=26112}
22:49:54.778510 ---      ParallelTerminationStrategy: PID 177 died...
22:49:54.780017 run       osmo-ms-mob/00042(pid=177): Terminated {rc=26112}
22:49:54.783715 ---      ParallelTerminationStrategy: PID 178 died...
22:49:54.785197 run       osmo-ms-mob/00043(pid=178): Terminated {rc=26112}
22:49:54.788927 ---      ParallelTerminationStrategy: PID 179 died...
22:49:54.790474 run       osmo-ms-mob/00044(pid=179): Terminated {rc=26112}
22:49:54.794218 ---      ParallelTerminationStrategy: PID 180 died...
22:49:54.795716 run       osmo-ms-mob/00045(pid=180): Terminated {rc=26112}
22:49:54.799412 ---      ParallelTerminationStrategy: PID 181 died...
22:49:54.800901 run       osmo-ms-mob/00046(pid=181): Terminated {rc=26112}
22:49:54.804810 ---      ParallelTerminationStrategy: PID 182 died...
22:49:54.806374 run       osmo-ms-mob/00047(pid=182): Terminated {rc=26112}
22:49:54.810077 ---      ParallelTerminationStrategy: PID 183 died...
22:49:54.811569 run       osmo-ms-mob/00048(pid=183): Terminated {rc=26112}
22:49:54.815245 ---      ParallelTerminationStrategy: PID 184 died...
22:49:54.816760 run       osmo-ms-mob/00049(pid=184): Terminated {rc=26112}
22:49:54.820447 ---      ParallelTerminationStrategy: PID 185 died...
22:49:54.821918 run       osmo-ms-mob/00050(pid=185): Terminated {rc=26112}
22:49:54.825627 ---      ParallelTerminationStrategy: PID 186 died...
22:49:54.827126 run       osmo-ms-mob/00051(pid=186): Terminated {rc=26112}
22:49:54.830867 ---      ParallelTerminationStrategy: PID 187 died...
22:49:54.832381 run       osmo-ms-mob/00052(pid=187): Terminated {rc=26112}
22:49:54.836144 ---      ParallelTerminationStrategy: PID 188 died...
22:49:54.837657 run       osmo-ms-mob/00053(pid=188): Terminated {rc=26112}
22:49:54.841397 ---      ParallelTerminationStrategy: PID 189 died...
22:49:54.842993 run       osmo-ms-mob/00054(pid=189): Terminated {rc=26112}
22:49:54.846725 ---      ParallelTerminationStrategy: PID 190 died...
22:49:54.848227 run       osmo-ms-mob/00055(pid=190): Terminated {rc=26112}
22:49:54.851975 ---      ParallelTerminationStrategy: PID 191 died...
22:49:54.853477 run       osmo-ms-mob/00056(pid=191): Terminated {rc=26112}
22:49:54.857228 ---      ParallelTerminationStrategy: PID 192 died...
22:49:54.858726 run       osmo-ms-mob/00057(pid=192): Terminated {rc=26112}
22:49:54.862593 ---      ParallelTerminationStrategy: PID 193 died...
22:49:54.864101 run       osmo-ms-mob/00058(pid=193): Terminated {rc=26112}
22:49:54.867812 ---      ParallelTerminationStrategy: PID 194 died...
22:49:54.869309 run       osmo-ms-mob/00059(pid=194): Terminated {rc=26112}
22:49:54.873029 ---      ParallelTerminationStrategy: PID 195 died...
22:49:54.874520 run       osmo-ms-mob/00060(pid=195): Terminated {rc=26112}
22:49:54.878207 ---      ParallelTerminationStrategy: PID 196 died...
22:49:54.879702 run       osmo-ms-mob/00061(pid=196): Terminated {rc=26112}
22:49:54.883403 ---      ParallelTerminationStrategy: PID 197 died...
22:49:54.884888 run       osmo-ms-mob/00062(pid=197): Terminated {rc=26112}
22:49:54.888593 ---      ParallelTerminationStrategy: PID 198 died...
22:49:54.890081 run       osmo-ms-mob/00063(pid=198): Terminated {rc=26112}
22:49:54.893800 ---      ParallelTerminationStrategy: PID 199 died...
22:49:54.895227 run       osmo-ms-mob/00064(pid=199): Terminated {rc=26112}
22:49:54.898796 ---      ParallelTerminationStrategy: PID 200 died...
22:49:54.900212 run       osmo-ms-mob/00065(pid=200): Terminated {rc=26112}
22:49:54.903755 ---      ParallelTerminationStrategy: PID 201 died...
22:49:54.905265 run       osmo-ms-mob/00066(pid=201): Terminated {rc=26112}
22:49:54.908814 ---      ParallelTerminationStrategy: PID 202 died...
22:49:54.910298 run       osmo-ms-mob/00067(pid=202): Terminated {rc=26112}
22:49:54.914001 ---      ParallelTerminationStrategy: PID 203 died...
22:49:54.915476 run       osmo-ms-mob/00068(pid=203): Terminated {rc=26112}
22:49:54.919157 ---      ParallelTerminationStrategy: PID 204 died...
22:49:54.920663 run       osmo-ms-mob/00069(pid=204): Terminated {rc=26112}
22:49:54.924333 ---      ParallelTerminationStrategy: PID 205 died...
22:49:54.925812 run       osmo-ms-mob/00070(pid=205): Terminated {rc=26112}
22:49:54.929479 ---      ParallelTerminationStrategy: PID 206 died...
22:49:54.930966 run       osmo-ms-mob/00071(pid=206): Terminated {rc=26112}
22:49:54.934659 ---      ParallelTerminationStrategy: PID 207 died...
22:49:54.936141 run       osmo-ms-mob/00072(pid=207): Terminated {rc=26112}
22:49:54.939826 ---      ParallelTerminationStrategy: PID 208 died...
22:49:54.941312 run       osmo-ms-mob/00073(pid=208): Terminated {rc=26112}
22:49:54.944989 ---      ParallelTerminationStrategy: PID 209 died...
22:49:54.946470 run       osmo-ms-mob/00074(pid=209): Terminated {rc=26112}
22:49:54.950201 ---      ParallelTerminationStrategy: PID 210 died...
22:49:54.951688 run       osmo-ms-mob/00075(pid=210): Terminated {rc=26112}
22:49:54.955367 ---      ParallelTerminationStrategy: PID 211 died...
22:49:54.956845 run       osmo-ms-mob/00076(pid=211): Terminated {rc=26112}
22:49:54.960513 ---      ParallelTerminationStrategy: PID 212 died...
22:49:54.961991 run       osmo-ms-mob/00077(pid=212): Terminated {rc=26112}
22:49:54.965680 ---      ParallelTerminationStrategy: PID 213 died...
22:49:54.967158 run       osmo-ms-mob/00078(pid=213): Terminated {rc=26112}
22:49:54.970858 ---      ParallelTerminationStrategy: PID 214 died...
22:49:54.972334 run       osmo-ms-mob/00079(pid=214): Terminated {rc=26112}
22:49:54.976024 ---      ParallelTerminationStrategy: PID 215 died...
22:49:54.977536 run       osmo-ms-mob/00080(pid=215): Terminated {rc=26112}
22:49:54.981246 ---      ParallelTerminationStrategy: PID 216 died...
22:49:54.982732 run       osmo-ms-mob/00081(pid=216): Terminated {rc=26112}
22:49:54.986415 ---      ParallelTerminationStrategy: PID 217 died...
22:49:54.987891 run       osmo-ms-mob/00082(pid=217): Terminated {rc=26112}
22:49:54.991596 ---      ParallelTerminationStrategy: PID 218 died...
22:49:54.993178 run       osmo-ms-mob/00083(pid=218): Terminated {rc=26112}
22:49:54.996886 ---      ParallelTerminationStrategy: PID 219 died...
22:49:54.998392 run       osmo-ms-mob/00084(pid=219): Terminated {rc=26112}
22:49:55.002086 ---      ParallelTerminationStrategy: PID 220 died...
22:49:55.003569 run       osmo-ms-mob/00085(pid=220): Terminated {rc=26112}
22:49:55.007318 ---      ParallelTerminationStrategy: PID 221 died...
22:49:55.008817 run       osmo-ms-mob/00086(pid=221): Terminated {rc=26112}
22:49:55.012508 ---      ParallelTerminationStrategy: PID 222 died...
22:49:55.014018 run       osmo-ms-mob/00087(pid=222): Terminated {rc=26112}
22:49:55.017710 ---      ParallelTerminationStrategy: PID 223 died...
22:49:55.019198 run       osmo-ms-mob/00088(pid=223): Terminated {rc=26112}
22:49:55.023034 ---      ParallelTerminationStrategy: PID 224 died...
22:49:55.024520 run       osmo-ms-mob/00089(pid=224): Terminated {rc=26112}
22:49:55.028230 ---      ParallelTerminationStrategy: PID 225 died...
22:49:55.029722 run       osmo-ms-mob/00090(pid=225): Terminated {rc=26112}
22:49:55.033460 ---      ParallelTerminationStrategy: PID 226 died...
22:49:55.034945 run       osmo-ms-mob/00091(pid=226): Terminated {rc=26112}
22:49:55.038663 ---      ParallelTerminationStrategy: PID 227 died...
22:49:55.040387 run       osmo-ms-mob/00092(pid=227): Terminated {rc=26112}
22:49:55.044115 ---      ParallelTerminationStrategy: PID 228 died...
22:49:55.045648 run       osmo-ms-mob/00093(pid=228): Terminated {rc=26112}
22:49:55.049411 ---      ParallelTerminationStrategy: PID 229 died...
22:49:55.050878 run       osmo-ms-mob/00094(pid=229): Terminated {rc=26112}
22:49:55.054572 ---      ParallelTerminationStrategy: PID 230 died...
22:49:55.056165 run       osmo-ms-mob/00095(pid=230): Terminated {rc=26112}
22:49:55.059740 ---      ParallelTerminationStrategy: PID 231 died...
22:49:55.061181 run       osmo-ms-mob/00096(pid=231): Terminated {rc=26112}
22:49:55.064754 ---      ParallelTerminationStrategy: PID 232 died...
22:49:55.066230 run       osmo-ms-mob/00097(pid=232): Terminated {rc=26112}
22:49:55.069767 ---      ParallelTerminationStrategy: PID 233 died...
22:49:55.071184 run       osmo-ms-mob/00098(pid=233): Terminated {rc=26112}
22:49:55.074755 ---      ParallelTerminationStrategy: PID 234 died...
22:49:55.076186 run       osmo-ms-mob/00099(pid=234): Terminated {rc=26112}
22:49:58.479559 ---      ParallelTerminationStrategy: PID 34 died...
22:49:58.481126 run         osmo-bts-virtual(pid=34): Terminated: ok {rc=0}
---------------------------------------------------------------------
trial-7915 netreg_mass PASS
---------------------------------------------------------------------
22:49:58.573913 tst                       trial-7915: Storing JUnit report in /build/trial-7915/run.2025-03-24_22-48-20/trial-7915.xml

--------------------------------------------------------------------------------------------
trial-7915 PASS
--------------------------------------------------------------------------------------------
22:49:58.588365 tst                       trial-7915: trial-7915: PASS, 1 suites passed
PASS: netreg_mass (pass: 1)
    pass: register_default_mass.py (92.5 sec)
+ exit_code=0
+ rm -rf trial-7915/inst
+ cd trial-7915
+ command -v journalctl
+ [ ! -z /usr/bin/journalctl ]
+ readlink last_run
+ journalctl -u ofono -o short-precise --since 2025-03-24 22:48:20
No journal files were found.
+ readlink last_run
+ tar czf /build/trial-7915-run.tgz run.2025-03-24_22-48-20
+ tar czf /build/trial-7915-bin.tgz checksums.md5 open5gs.build-8.tgz osmo-bsc.build-2025-03-24_13_25_52.tgz osmo-bts-oc2g.build-2025-03-23_23_22_45.tgz osmo-bts-sysmo.build-2025-03-23_23_22_38.tgz osmo-bts.build-2025-03-23_23_22_40.tgz osmo-ggsn.build-2025-03-24_20_42_30.tgz osmo-hlr.build-2025-03-24_16_37_11.tgz osmo-hnbgw.build-2025-03-24_14_47_45.tgz osmo-mgw.build-2025-03-24_08_33_14.tgz osmo-msc.build-2025-03-24_13_33_05.tgz osmo-nitb.build-17155.tgz osmo-pcu-oc2g.build-2025-03-24_07_40_46.tgz osmo-pcu-sysmo.build-2025-03-24_07_40_50.tgz osmo-pcu.build-2025-03-24_07_40_44.tgz osmo-sgsn.build-2025-03-24_20_48_51.tgz osmo-stp.build-2025-03-24_13_23_03.tgz osmo-trx.build-2025-03-24_14_27_02.tgz osmocom-bb.build-2025-03-24_21_17_13.tgz srslte.build-19.tgz
+ exit 0
+ clean_up_trap
+ set +x

### Clean up ###

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