Skip to content
This log is too long to show here, 14 KB has been skipped — click to see the complete log
Copied 2 artifacts from "osmo-gsm-tester_build-osmocom-bb" build number 7968
[osmo-gsm-tester_virtual] $ /bin/sh -xe /tmp/jenkins5918079902014993068.sh
+ trap clean_up_trap EXIT INT TERM 0
+ clean_up
+ docker kill osmo-gsm-tester-virtual
Error response from daemon: cannot kill container: osmo-gsm-tester-virtual: No such container: osmo-gsm-tester-virtual
+ true
+ docker run --rm -v /home/osmocom-build/jenkins/workspace/osmo-gsm-tester_virtual:/workspace debian:bookworm chmod -R a+rwX /workspace/
+ rm -rf trial-8391
+ 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
782e664 redmine: hide avatars
+ make -C docker-playground/osmo-gsm-tester
make: Entering directory '/home/osmocom-build/jenkins/workspace/osmo-gsm-tester_virtual/docker-playground/osmo-gsm-tester'
awk: fatal: cannot open file `.release' for reading: No such file or directory
awk: fatal: cannot open file `.release' for reading: No such file or directory
awk: fatal: cannot open file `.release' for reading: No such file or directory
rm -rf .common
cp -r /home/osmocom-build/jenkins/workspace/osmo-gsm-tester_virtual/docker-playground/common .common
INFO: .release created
release=0.0.0
docker build \
	--build-arg USER=osmocom-build \
	--build-arg UID=1000 \
	--build-arg REGISTRY=docker.io \
	--build-arg OSMO_TTCN3_BRANCH=master \
	--build-arg UPSTREAM_DISTRO=debian:bookworm \
	--build-arg DISTRO=debian-bookworm \
	--build-arg OSMOCOM_REPO_MIRROR=https://downloads.osmocom.org \
	--build-arg OSMOCOM_REPO_PATH=packages/osmocom: \
	--build-arg OSMOCOM_REPO_VERSION=latest \
	--build-arg OSMOCOM_REPO_TESTSUITE_MIRROR=https://downloads.osmocom.org \
	--build-arg ASTERISK_BRANCH=sysmocom/20.7.0 \
	--build-arg LIBOSMOCORE_BRANCH=master \
	--build-arg M3UA_TESTTOOL_BRANCH=osmocom/master \
	--build-arg OSMO_BB_BRANCH=master \
	--build-arg OSMO_BSC_BRANCH=master \
	--build-arg OSMO_BTS_BRANCH=master \
	--build-arg OSMO_CBC_BRANCH=master \
	--build-arg OSMO_DIA2GSUP_BRANCH=master \
	--build-arg OSMO_EPDG_BRANCH=master \
	--build-arg OSMO_GBPROXY_BRANCH=master \
	--build-arg OSMO_GGSN_BRANCH=master \
	--build-arg OSMO_GSM_TESTER_BRANCH=master \
	--build-arg OSMO_HLR_BRANCH=master \
	--build-arg OSMO_HNBGW_BRANCH=master \
	--build-arg OSMO_HNODEB_BRANCH=master \
	--build-arg OSMO_IUH_BRANCH=master \
	--build-arg OSMO_MGW_BRANCH=master \
	--build-arg OSMO_MSC_BRANCH=master \
	--build-arg OSMO_NITB_BRANCH=master \
	--build-arg OSMO_PCU_BRANCH=master \
	--build-arg OSMO_REMSIM_BRANCH=master \
	--build-arg OSMO_S1GW_BRANCH=master \
	--build-arg OSMO_SGSN_BRANCH=master \
	--build-arg OSMO_SIP_BRANCH=master \
	--build-arg OSMO_STP_BRANCH=master \
	--build-arg OSMO_UECUPS_BRANCH=master \
	--build-arg OPEN5GS_BRANCH=main \
	--build-arg PJPROJECT_BRANCH=sysmocom/2.14 \
	 -t docker.io/osmocom-build/osmo-gsm-tester:latest .
#0 building with "default" instance using docker driver

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

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

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

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

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

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

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

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

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

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

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

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

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

#14 [ 6/28] RUN	PIP3 install --break-system-packages 		"git+https://github.com/podshumok/python-smpplib.git@master#egg=smpplib" 		pydbus 		pyusb 		pysispm 		pymongo
#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 [ 4/28] RUN     usermod -a -G osmo-gsm-tester jenkins
#16 CACHED

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

#18 [20/28] WORKDIR	/TMP
#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 [11/28] RUN     chmod -R 0700 /home/jenkins/.ssh /root/.ssh
#20 CACHED

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

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

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

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

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

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

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

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

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

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

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

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

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

#34 exporting to image
#34 exporting layers done
#34 writing image sha256:9e59cc8176e2a051af9be7b9db80c08317c72b125bf31776628a214260f6bb5d done
#34 naming to docker.io/osmocom-build/osmo-gsm-tester:latest done
#34 DONE 0.0s
rm -rf .common
make: Leaving directory '/home/osmocom-build/jenkins/workspace/osmo-gsm-tester_virtual/docker-playground/osmo-gsm-tester'
+ unlink osmo-gsm-tester/sysmocom/resources.conf
+ ln -s resources.conf.virtual osmo-gsm-tester/sysmocom/resources.conf
+ docker run --rm=true -e HOME=/build -e JOB_NAME=osmo-gsm-tester_virtual -e OSMO_GSM_TESTER_CONF=/build/osmo-gsm-tester/sysmocom/main.conf -e OSMO_GSM_TESTER_OPTS=-s netreg_mass -e BUILD_NUMBER=8392 -w /build -i -v /home/osmocom-build/jenkins/workspace/osmo-gsm-tester_virtual:/build -v /home/osmocom-build/.ssh:/home/build/.ssh:ro --name=osmo-gsm-tester-virtual --cap-add=sys_nice osmocom-build/osmo-gsm-tester /bin/bash -c LANG="en_US.utf8" LC_ALL="en_US.UTF-8" LC_LANG="en_US.UTF-8" PATH="$PWD/osmo-gsm-tester/src:${PATH}" ./osmo-gsm-tester/contrib/jenkins-run.sh
+ base=/build
+ dirname -- ./osmo-gsm-tester/contrib/jenkins-run.sh
+ CDPATH= cd -- ./osmo-gsm-tester/contrib
+ pwd -P
+ SCRIPT_DIR=/build/osmo-gsm-tester/contrib
+ OSMO_GSM_TESTER_CONF=/build/osmo-gsm-tester/sysmocom/main.conf
+ date +%F %T
+ time_start=2026-07-14 22:48:16
+ trial_dir_prefix=trial-
+ rm -rf trial-*
+ trial_dir=trial-8392
+ mkdir -p trial-8392
+ mv open5gs.build-8.tgz osmo-bsc.build-2026-07-14_16_17_04.tgz osmo-bts-oc2g.build-2026-07-14_00_52_17.tgz osmo-bts-sysmo.build-2026-07-14_00_52_20.tgz osmo-bts.build-2026-07-14_00_52_24.tgz osmo-ggsn.build-2026-07-14_20_43_24.tgz osmo-hlr.build-2026-07-14_16_37_45.tgz osmo-hnbgw.build-2026-07-14_16_20_04.tgz osmo-mgw.build-2026-07-14_08_33_45.tgz osmo-msc.build-2026-07-14_16_24_33.tgz osmo-nitb.build-17155.tgz osmo-pcu-oc2g.build-2026-07-14_07_35_06.tgz osmo-pcu-sysmo.build-2026-07-14_07_35_05.tgz osmo-pcu.build-2026-07-14_07_35_06.tgz osmo-sgsn.build-2026-07-14_20_49_48.tgz osmo-stp.build-2026-07-14_16_13_49.tgz osmo-trx.build-2026-07-14_14_22_23.tgz osmocom-bb.build-2026-07-14_21_18_51.tgz srslte.build-19.tgz trial-8392
+ cat open5gs.build-8.md5 osmo-bsc.build-2026-07-14_16_17_04.md5 osmo-bts-oc2g.build-2026-07-14_00_52_17.md5 osmo-bts-sysmo.build-2026-07-14_00_52_20.md5 osmo-bts.build-2026-07-14_00_52_24.md5 osmo-ggsn.build-2026-07-14_20_43_24.md5 osmo-hlr.build-2026-07-14_16_37_45.md5 osmo-hnbgw.build-2026-07-14_16_20_04.md5 osmo-mgw.build-2026-07-14_08_33_45.md5 osmo-msc.build-2026-07-14_16_24_33.md5 osmo-nitb.build-17155.md5 osmo-pcu-oc2g.build-2026-07-14_07_35_06.md5 osmo-pcu-sysmo.build-2026-07-14_07_35_05.md5 osmo-pcu.build-2026-07-14_07_35_06.md5 osmo-sgsn.build-2026-07-14_20_49_48.md5 osmo-stp.build-2026-07-14_16_13_49.md5 osmo-trx.build-2026-07-14_14_22_23.md5 osmocom-bb.build-2026-07-14_21_18_51.md5 srslte.build-19.md5
+ rm open5gs.build-8.md5 osmo-bsc.build-2026-07-14_16_17_04.md5 osmo-bts-oc2g.build-2026-07-14_00_52_17.md5 osmo-bts-sysmo.build-2026-07-14_00_52_20.md5 osmo-bts.build-2026-07-14_00_52_24.md5 osmo-ggsn.build-2026-07-14_20_43_24.md5 osmo-hlr.build-2026-07-14_16_37_45.md5 osmo-hnbgw.build-2026-07-14_16_20_04.md5 osmo-mgw.build-2026-07-14_08_33_45.md5 osmo-msc.build-2026-07-14_16_24_33.md5 osmo-nitb.build-17155.md5 osmo-pcu-oc2g.build-2026-07-14_07_35_06.md5 osmo-pcu-sysmo.build-2026-07-14_07_35_05.md5 osmo-pcu.build-2026-07-14_07_35_06.md5 osmo-sgsn.build-2026-07-14_20_49_48.md5 osmo-stp.build-2026-07-14_16_13_49.md5 osmo-trx.build-2026-07-14_14_22_23.md5 osmocom-bb.build-2026-07-14_21_18_51.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-8392 -s netreg_mass
combinations: ['netreg_mass']
trial: 'trial-8392'
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-8392
--------------------------------------------------------------------------------------------
22:48:16.561032 tst                       trial-8392: Detailed log at /build/trial-8392/run.2026-07-14_22-48-16/log

---------------------------------------------------------------------
trial-8392 netreg_mass
---------------------------------------------------------------------
22:48:16.768127 tst                      netreg_mass: reserving resources in /var/tmp/osmo-gsm-tester/state ...
22:48:16.768487 tst                      netreg_mass: Verifying 1 x bts (candidates: 1)
22:48:16.769273 tst                      netreg_mass: Verifying 6 x ip_address (candidates: 9)
22:48:16.770445 tst                      netreg_mass: Verifying 100 x modem (candidates: 100)
22:48:16.810165 tst                      netreg_mass: Reserving 1 x bts (candidates: 1)
22:48:16.810933 tst                      netreg_mass: Reserving 6 x ip_address (candidates: 9)
22:48:16.812069 tst                      netreg_mass: Reserving 100 x modem (candidates: 100)
22:48:16.872964 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-8392 netreg_mass register_default_mass.py
----------------------------------------------
22:48:16.873746 tst       register_default_mass.py:9: Claiming resources for the test
22:48:16.888302 tst                      netreg_mass: Using 1 x ip_address (candidates: 6)
22:48:16.888910 tst                      netreg_mass: Using 1 x ip_address (candidates: 6)
22:48:16.889372 tst                      netreg_mass: Using 1 x ip_address (candidates: 6)
22:48:16.889824 tst                      netreg_mass: Using 1 x ip_address (candidates: 6)
22:48:16.890280 tst                      netreg_mass: Using 1 x ip_address (candidates: 6)
22:48:16.890741 tst                      netreg_mass: Using 1 x ip_address (candidates: 6)
22:48:16.891204 tst                      netreg_mass: Using 1 x bts (candidates: 1)
22:48:16.917683 tst         register_default_mass.py: using LAC 2
22:48:16.934488 tst         register_default_mass.py: using RAC 2
22:48:16.951870 tst         register_default_mass.py: using CellId 2
22:48:16.971148 tst         register_default_mass.py: using BVCI 3
22:48:16.980219 tst                      netreg_mass: Using 1 x modem (candidates: 100)
22:48:16.980832 tst                      netreg_mass: Using 1 x modem (candidates: 100)
22:48:16.981358 tst                      netreg_mass: Using 1 x modem (candidates: 100)
22:48:16.981880 tst                      netreg_mass: Using 1 x modem (candidates: 100)
22:48:16.982400 tst                      netreg_mass: Using 1 x modem (candidates: 100)
22:48:16.982929 tst                      netreg_mass: Using 1 x modem (candidates: 100)
22:48:16.983424 tst                      netreg_mass: Using 1 x modem (candidates: 100)
22:48:16.983937 tst                      netreg_mass: Using 1 x modem (candidates: 100)
22:48:16.984450 tst                      netreg_mass: Using 1 x modem (candidates: 100)
22:48:16.984940 tst                      netreg_mass: Using 1 x modem (candidates: 100)
22:48:16.985451 tst                      netreg_mass: Using 1 x modem (candidates: 100)
22:48:16.985961 tst                      netreg_mass: Using 1 x modem (candidates: 100)
22:48:16.986480 tst                      netreg_mass: Using 1 x modem (candidates: 100)
22:48:16.987034 tst                      netreg_mass: Using 1 x modem (candidates: 100)
22:48:16.987557 tst                      netreg_mass: Using 1 x modem (candidates: 100)
22:48:16.988082 tst                      netreg_mass: Using 1 x modem (candidates: 100)
22:48:16.988604 tst                      netreg_mass: Using 1 x modem (candidates: 100)
22:48:16.989112 tst                      netreg_mass: Using 1 x modem (candidates: 100)
22:48:16.989615 tst                      netreg_mass: Using 1 x modem (candidates: 100)
22:48:16.990129 tst                      netreg_mass: Using 1 x modem (candidates: 100)
22:48:16.990634 tst                      netreg_mass: Using 1 x modem (candidates: 100)
22:48:16.991187 tst                      netreg_mass: Using 1 x modem (candidates: 100)
22:48:16.991716 tst                      netreg_mass: Using 1 x modem (candidates: 100)
22:48:16.992234 tst                      netreg_mass: Using 1 x modem (candidates: 100)
22:48:16.992760 tst                      netreg_mass: Using 1 x modem (candidates: 100)
22:48:16.993283 tst                      netreg_mass: Using 1 x modem (candidates: 100)
22:48:16.993799 tst                      netreg_mass: Using 1 x modem (candidates: 100)
22:48:16.994310 tst                      netreg_mass: Using 1 x modem (candidates: 100)
22:48:16.994842 tst                      netreg_mass: Using 1 x modem (candidates: 100)
22:48:16.995377 tst                      netreg_mass: Using 1 x modem (candidates: 100)
22:48:16.995896 tst                      netreg_mass: Using 1 x modem (candidates: 100)
22:48:16.996417 tst                      netreg_mass: Using 1 x modem (candidates: 100)
22:48:16.996930 tst                      netreg_mass: Using 1 x modem (candidates: 100)
22:48:16.997441 tst                      netreg_mass: Using 1 x modem (candidates: 100)
22:48:16.997971 tst                      netreg_mass: Using 1 x modem (candidates: 100)
22:48:16.998483 tst                      netreg_mass: Using 1 x modem (candidates: 100)
22:48:16.999030 tst                      netreg_mass: Using 1 x modem (candidates: 100)
22:48:16.999556 tst                      netreg_mass: Using 1 x modem (candidates: 100)
22:48:17.000075 tst                      netreg_mass: Using 1 x modem (candidates: 100)
22:48:17.000602 tst                      netreg_mass: Using 1 x modem (candidates: 100)
22:48:17.001114 tst                      netreg_mass: Using 1 x modem (candidates: 100)
22:48:17.001630 tst                      netreg_mass: Using 1 x modem (candidates: 100)
22:48:17.002167 tst                      netreg_mass: Using 1 x modem (candidates: 100)
22:48:17.002681 tst                      netreg_mass: Using 1 x modem (candidates: 100)
22:48:17.003200 tst                      netreg_mass: Using 1 x modem (candidates: 100)
22:48:17.003725 tst                      netreg_mass: Using 1 x modem (candidates: 100)
22:48:17.004237 tst                      netreg_mass: Using 1 x modem (candidates: 100)
22:48:17.004750 tst                      netreg_mass: Using 1 x modem (candidates: 100)
22:48:17.005273 tst                      netreg_mass: Using 1 x modem (candidates: 100)
22:48:17.005784 tst                      netreg_mass: Using 1 x modem (candidates: 100)
22:48:17.006314 tst                      netreg_mass: Using 1 x modem (candidates: 100)
22:48:17.006832 tst                      netreg_mass: Using 1 x modem (candidates: 100)
22:48:17.007356 tst                      netreg_mass: Using 1 x modem (candidates: 100)
22:48:17.007884 tst                      netreg_mass: Using 1 x modem (candidates: 100)
22:48:17.008391 tst                      netreg_mass: Using 1 x modem (candidates: 100)
22:48:17.008921 tst                      netreg_mass: Using 1 x modem (candidates: 100)
22:48:17.009438 tst                      netreg_mass: Using 1 x modem (candidates: 100)
22:48:17.009967 tst                      netreg_mass: Using 1 x modem (candidates: 100)
22:48:17.010479 tst                      netreg_mass: Using 1 x modem (candidates: 100)
22:48:17.011010 tst                      netreg_mass: Using 1 x modem (candidates: 100)
22:48:17.011521 tst                      netreg_mass: Using 1 x modem (candidates: 100)
22:48:17.012027 tst                      netreg_mass: Using 1 x modem (candidates: 100)
22:48:17.012554 tst                      netreg_mass: Using 1 x modem (candidates: 100)
22:48:17.013077 tst                      netreg_mass: Using 1 x modem (candidates: 100)
22:48:17.013578 tst                      netreg_mass: Using 1 x modem (candidates: 100)
22:48:17.014089 tst                      netreg_mass: Using 1 x modem (candidates: 100)
22:48:17.014604 tst                      netreg_mass: Using 1 x modem (candidates: 100)
22:48:17.015133 tst                      netreg_mass: Using 1 x modem (candidates: 100)
22:48:17.015655 tst                      netreg_mass: Using 1 x modem (candidates: 100)
22:48:17.016158 tst                      netreg_mass: Using 1 x modem (candidates: 100)
22:48:17.016660 tst                      netreg_mass: Using 1 x modem (candidates: 100)
22:48:17.017162 tst                      netreg_mass: Using 1 x modem (candidates: 100)
22:48:17.017744 tst                      netreg_mass: Using 1 x modem (candidates: 100)
22:48:17.018246 tst                      netreg_mass: Using 1 x modem (candidates: 100)
22:48:17.018765 tst                      netreg_mass: Using 1 x modem (candidates: 100)
22:48:17.019288 tst                      netreg_mass: Using 1 x modem (candidates: 100)
22:48:17.019789 tst                      netreg_mass: Using 1 x modem (candidates: 100)
22:48:17.020305 tst                      netreg_mass: Using 1 x modem (candidates: 100)
22:48:17.020817 tst                      netreg_mass: Using 1 x modem (candidates: 100)
22:48:17.021320 tst                      netreg_mass: Using 1 x modem (candidates: 100)
22:48:17.021841 tst                      netreg_mass: Using 1 x modem (candidates: 100)
22:48:17.022348 tst                      netreg_mass: Using 1 x modem (candidates: 100)
22:48:17.022884 tst                      netreg_mass: Using 1 x modem (candidates: 100)
22:48:17.023396 tst                      netreg_mass: Using 1 x modem (candidates: 100)
22:48:17.023899 tst                      netreg_mass: Using 1 x modem (candidates: 100)
22:48:17.024413 tst                      netreg_mass: Using 1 x modem (candidates: 100)
22:48:17.024918 tst                      netreg_mass: Using 1 x modem (candidates: 100)
22:48:17.025432 tst                      netreg_mass: Using 1 x modem (candidates: 100)
22:48:17.025935 tst                      netreg_mass: Using 1 x modem (candidates: 100)
22:48:17.026435 tst                      netreg_mass: Using 1 x modem (candidates: 100)
22:48:17.026968 tst                      netreg_mass: Using 1 x modem (candidates: 100)
22:48:17.027482 tst                      netreg_mass: Using 1 x modem (candidates: 100)
22:48:17.027989 tst                      netreg_mass: Using 1 x modem (candidates: 100)
22:48:17.028507 tst                      netreg_mass: Using 1 x modem (candidates: 100)
22:48:17.029015 tst                      netreg_mass: Using 1 x modem (candidates: 100)
22:48:17.029537 tst                      netreg_mass: Using 1 x modem (candidates: 100)
22:48:17.030041 tst                      netreg_mass: Using 1 x modem (candidates: 100)
22:48:17.030551 tst                      netreg_mass: Using 1 x modem (candidates: 100)
22:48:17.031096 tst                      netreg_mass: Using 1 x modem (candidates: 100)
22:48:17.031612 tst                      netreg_mass: Using 1 x modem (candidates: 100)
22:48:17.032109 tst                      netreg_mass: Using 1 x modem (candidates: 100)
22:48:17.032684 tst      register_default_mass.py:21: Launching a simple network
22:48:17.042658 run              osmo-hlr_127.0.42.2: Starting osmo-hlr
22:48:17.160055 run            create_hlr_db(pid=20): Launched
22:48:18.175034 run            create_hlr_db(pid=20): Terminated: ok {rc=0}
22:48:18.199244 run pcap-recorder_any(filters='host 127.0.42.2')(pid=22): Launched
22:48:18.214399 run      osmo-hlr_127.0.42.2(pid=23): Launched
22:48:18.219948 run              osmo-stp_127.0.42.5: Starting osmo-stp
22:48:18.408958 run pcap-recorder_any(filters='host 127.0.42.5 and port not 22')(pid=24): Launched
22:48:18.423579 run      osmo-stp_127.0.42.5(pid=25): Launched
22:48:18.429115 run              osmo-msc_127.0.42.6: Starting osmo-msc
22:48:18.834609 run pcap-recorder_any(filters='host 127.0.42.6 and port not 22')(pid=26): Launched
22:48:18.849428 run      osmo-msc_127.0.42.6(pid=27): Launched
22:48:21.865292 run              osmo-mgw_127.0.42.3: Starting osmo-mgw
22:48:21.991204 run pcap-recorder_any(filters='host 127.0.42.3 and port not 22')(pid=28): Launched
22:48:22.005912 run      osmo-mgw_127.0.42.3(pid=29): Launched
22:48:22.011491 run              osmo-mgw_127.0.42.4: Starting osmo-mgw
22:48:22.034779 run pcap-recorder_any(filters='host 127.0.42.4 and port not 22')(pid=30): Launched
22:48:22.049568 run      osmo-mgw_127.0.42.4(pid=31): Launched
22:48:22.055129 run              osmo-bsc_127.0.42.7: Starting osmo-bsc
22:48:22.359858 run pcap-recorder_any(filters='host 127.0.42.7 and port not 22')(pid=32): Launched
22:48:22.374626 run      osmo-bsc_127.0.42.7(pid=33): Launched
22:48:28.416925 run                 osmo-bts-virtual: Starting to connect to osmo-bsc_127.0.42.7
22:48:28.586227 run         osmo-bts-virtual(pid=34): Launched
22:48:29.617368 tst         register_default_mass.py: using MSISDN 1001
22:48:29.629687 run              osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001010000000000', msisdn='1001', subscriber_id=1}
22:48:29.659029 tst         register_default_mass.py: using MSISDN 1002
22:48:29.672148 run              osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001010000000001', msisdn='1002', subscriber_id=2}
22:48:29.695992 tst         register_default_mass.py: using MSISDN 1003
22:48:29.706507 run              osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001010000000002', msisdn='1003', subscriber_id=3}
22:48:29.730364 tst         register_default_mass.py: using MSISDN 1004
22:48:29.740994 run              osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001010000000003', msisdn='1004', subscriber_id=4}
22:48:29.764864 tst         register_default_mass.py: using MSISDN 1005
22:48:29.775578 run              osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001010000000004', msisdn='1005', subscriber_id=5}
22:48:29.799488 tst         register_default_mass.py: using MSISDN 1006
22:48:29.810019 run              osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001010000000005', msisdn='1006', subscriber_id=6}
22:48:29.833952 tst         register_default_mass.py: using MSISDN 1007
22:48:29.844580 run              osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001010000000006', msisdn='1007', subscriber_id=7}
22:48:29.868516 tst         register_default_mass.py: using MSISDN 1008
22:48:29.879207 run              osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001010000000007', msisdn='1008', subscriber_id=8}
22:48:29.903370 tst         register_default_mass.py: using MSISDN 1009
22:48:29.914058 run              osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001010000000008', msisdn='1009', subscriber_id=9}
22:48:29.937977 tst         register_default_mass.py: using MSISDN 1010
22:48:29.948730 run              osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001010000000009', msisdn='1010', subscriber_id=10}
22:48:29.972354 tst         register_default_mass.py: using MSISDN 1011
22:48:29.983075 run              osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001020000000000', msisdn='1011', subscriber_id=11}
22:48:30.007404 tst         register_default_mass.py: using MSISDN 1012
22:48:30.018155 run              osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001020000000001', msisdn='1012', subscriber_id=12}
22:48:30.042265 tst         register_default_mass.py: using MSISDN 1013
22:48:30.053002 run              osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001020000000002', msisdn='1013', subscriber_id=13}
22:48:30.077124 tst         register_default_mass.py: using MSISDN 1014
22:48:30.087904 run              osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001020000000003', msisdn='1014', subscriber_id=14}
22:48:30.112173 tst         register_default_mass.py: using MSISDN 1015
22:48:30.122953 run              osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001020000000004', msisdn='1015', subscriber_id=15}
22:48:30.146989 tst         register_default_mass.py: using MSISDN 1016
22:48:30.157731 run              osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001020000000005', msisdn='1016', subscriber_id=16}
22:48:30.181599 tst         register_default_mass.py: using MSISDN 1017
22:48:30.192320 run              osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001020000000006', msisdn='1017', subscriber_id=17}
22:48:30.216287 tst         register_default_mass.py: using MSISDN 1018
22:48:30.226854 run              osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001020000000007', msisdn='1018', subscriber_id=18}
22:48:30.250970 tst         register_default_mass.py: using MSISDN 1019
22:48:30.261713 run              osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001020000000008', msisdn='1019', subscriber_id=19}
22:48:30.285791 tst         register_default_mass.py: using MSISDN 1020
22:48:30.296554 run              osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001020000000009', msisdn='1020', subscriber_id=20}
22:48:30.320996 tst         register_default_mass.py: using MSISDN 1021
22:48:30.331962 run              osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001030000000000', msisdn='1021', subscriber_id=21}
22:48:30.355927 tst         register_default_mass.py: using MSISDN 1022
22:48:30.366630 run              osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001030000000001', msisdn='1022', subscriber_id=22}
22:48:30.390596 tst         register_default_mass.py: using MSISDN 1023
22:48:30.401313 run              osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001030000000002', msisdn='1023', subscriber_id=23}
22:48:30.425185 tst         register_default_mass.py: using MSISDN 1024
22:48:30.435756 run              osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001030000000003', msisdn='1024', subscriber_id=24}
22:48:30.459915 tst         register_default_mass.py: using MSISDN 1025
22:48:30.470631 run              osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001030000000004', msisdn='1025', subscriber_id=25}
22:48:30.494900 tst         register_default_mass.py: using MSISDN 1026
22:48:30.505691 run              osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001030000000005', msisdn='1026', subscriber_id=26}
22:48:30.529899 tst         register_default_mass.py: using MSISDN 1027
22:48:30.540797 run              osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001030000000006', msisdn='1027', subscriber_id=27}
22:48:30.571187 tst         register_default_mass.py: using MSISDN 1028
22:48:30.584777 run              osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001030000000007', msisdn='1028', subscriber_id=28}
22:48:30.608467 tst         register_default_mass.py: using MSISDN 1029
22:48:30.619336 run              osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001030000000008', msisdn='1029', subscriber_id=29}
22:48:30.643249 tst         register_default_mass.py: using MSISDN 1030
22:48:30.653925 run              osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001030000000009', msisdn='1030', subscriber_id=30}
22:48:30.677763 tst         register_default_mass.py: using MSISDN 1031
22:48:30.688442 run              osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001040000000000', msisdn='1031', subscriber_id=31}
22:48:30.714616 tst         register_default_mass.py: using MSISDN 1032
22:48:30.726361 run              osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001040000000001', msisdn='1032', subscriber_id=32}
22:48:30.750652 tst         register_default_mass.py: using MSISDN 1033
22:48:30.761674 run              osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001040000000002', msisdn='1033', subscriber_id=33}
22:48:30.785760 tst         register_default_mass.py: using MSISDN 1034
22:48:30.796430 run              osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001040000000003', msisdn='1034', subscriber_id=34}
22:48:30.820700 tst         register_default_mass.py: using MSISDN 1035
22:48:30.831473 run              osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001040000000004', msisdn='1035', subscriber_id=35}
22:48:30.855808 tst         register_default_mass.py: using MSISDN 1036
22:48:30.866672 run              osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001040000000005', msisdn='1036', subscriber_id=36}
22:48:30.891132 tst         register_default_mass.py: using MSISDN 1037
22:48:30.901970 run              osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001040000000006', msisdn='1037', subscriber_id=37}
22:48:30.925655 tst         register_default_mass.py: using MSISDN 1038
22:48:30.936157 run              osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001040000000007', msisdn='1038', subscriber_id=38}
22:48:30.960305 tst         register_default_mass.py: using MSISDN 1039
22:48:30.971032 run              osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001040000000008', msisdn='1039', subscriber_id=39}
22:48:30.995111 tst         register_default_mass.py: using MSISDN 1040
22:48:31.005765 run              osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001040000000009', msisdn='1040', subscriber_id=40}
22:48:31.030138 tst         register_default_mass.py: using MSISDN 1041
22:48:31.041063 run              osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001050000000000', msisdn='1041', subscriber_id=41}
22:48:31.064569 tst         register_default_mass.py: using MSISDN 1042
22:48:31.075043 run              osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001050000000001', msisdn='1042', subscriber_id=42}
22:48:31.098921 tst         register_default_mass.py: using MSISDN 1043
22:48:31.109497 run              osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001050000000002', msisdn='1043', subscriber_id=43}
22:48:31.133698 tst         register_default_mass.py: using MSISDN 1044
22:48:31.144377 run              osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001050000000003', msisdn='1044', subscriber_id=44}
22:48:31.174930 tst         register_default_mass.py: using MSISDN 1045
22:48:31.188030 run              osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001050000000004', msisdn='1045', subscriber_id=45}
22:48:31.211663 tst         register_default_mass.py: using MSISDN 1046
22:48:31.222346 run              osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001050000000005', msisdn='1046', subscriber_id=46}
22:48:31.246202 tst         register_default_mass.py: using MSISDN 1047
22:48:31.256838 run              osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001050000000006', msisdn='1047', subscriber_id=47}
22:48:31.280387 tst         register_default_mass.py: using MSISDN 1048
22:48:31.290893 run              osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001050000000007', msisdn='1048', subscriber_id=48}
22:48:31.314729 tst         register_default_mass.py: using MSISDN 1049
22:48:31.325329 run              osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001050000000008', msisdn='1049', subscriber_id=49}
22:48:31.348985 tst         register_default_mass.py: using MSISDN 1050
22:48:31.359501 run              osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001050000000009', msisdn='1050', subscriber_id=50}
22:48:31.383195 tst         register_default_mass.py: using MSISDN 1051
22:48:31.393714 run              osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001060000000000', msisdn='1051', subscriber_id=51}
22:48:31.417330 tst         register_default_mass.py: using MSISDN 1052
22:48:31.427731 run              osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001060000000001', msisdn='1052', subscriber_id=52}
22:48:31.451024 tst         register_default_mass.py: using MSISDN 1053
22:48:31.461329 run              osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001060000000002', msisdn='1053', subscriber_id=53}
22:48:31.484686 tst         register_default_mass.py: using MSISDN 1054
22:48:31.495069 run              osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001060000000003', msisdn='1054', subscriber_id=54}
22:48:31.518535 tst         register_default_mass.py: using MSISDN 1055
22:48:31.528880 run              osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001060000000004', msisdn='1055', subscriber_id=55}
22:48:31.551789 tst         register_default_mass.py: using MSISDN 1056
22:48:31.561919 run              osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001060000000005', msisdn='1056', subscriber_id=56}
22:48:31.584600 tst         register_default_mass.py: using MSISDN 1057
22:48:31.594563 run              osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001060000000006', msisdn='1057', subscriber_id=57}
22:48:31.617442 tst         register_default_mass.py: using MSISDN 1058
22:48:31.627377 run              osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001060000000007', msisdn='1058', subscriber_id=58}
22:48:31.649978 tst         register_default_mass.py: using MSISDN 1059
22:48:31.659900 run              osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001060000000008', msisdn='1059', subscriber_id=59}
22:48:31.682912 tst         register_default_mass.py: using MSISDN 1060
22:48:31.692832 run              osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001060000000009', msisdn='1060', subscriber_id=60}
22:48:31.715760 tst         register_default_mass.py: using MSISDN 1061
22:48:31.725844 run              osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001070000000000', msisdn='1061', subscriber_id=61}
22:48:31.748547 tst         register_default_mass.py: using MSISDN 1062
22:48:31.758520 run              osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001070000000001', msisdn='1062', subscriber_id=62}
22:48:31.781371 tst         register_default_mass.py: using MSISDN 1063
22:48:31.791314 run              osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001070000000002', msisdn='1063', subscriber_id=63}
22:48:31.813995 tst         register_default_mass.py: using MSISDN 1064
22:48:31.823953 run              osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001070000000003', msisdn='1064', subscriber_id=64}
22:48:31.846969 tst         register_default_mass.py: using MSISDN 1065
22:48:31.856984 run              osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001070000000004', msisdn='1065', subscriber_id=65}
22:48:31.879680 tst         register_default_mass.py: using MSISDN 1066
22:48:31.888973 run              osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001070000000005', msisdn='1066', subscriber_id=66}
22:48:31.915847 tst         register_default_mass.py: using MSISDN 1067
22:48:31.921608 run              osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001070000000006', msisdn='1067', subscriber_id=67}
22:48:31.944699 tst         register_default_mass.py: using MSISDN 1068
22:48:31.955180 run              osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001070000000007', msisdn='1068', subscriber_id=68}
22:48:31.978397 tst         register_default_mass.py: using MSISDN 1069
22:48:31.988608 run              osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001070000000008', msisdn='1069', subscriber_id=69}
22:48:32.012118 tst         register_default_mass.py: using MSISDN 1070
22:48:32.022424 run              osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001070000000009', msisdn='1070', subscriber_id=70}
22:48:32.046133 tst         register_default_mass.py: using MSISDN 1071
22:48:32.056624 run              osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001080000000000', msisdn='1071', subscriber_id=71}
22:48:32.080403 tst         register_default_mass.py: using MSISDN 1072
22:48:32.090982 run              osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001080000000001', msisdn='1072', subscriber_id=72}
22:48:32.114561 tst         register_default_mass.py: using MSISDN 1073
22:48:32.125022 run              osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001080000000002', msisdn='1073', subscriber_id=73}
22:48:32.148907 tst         register_default_mass.py: using MSISDN 1074
22:48:32.159555 run              osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001080000000003', msisdn='1074', subscriber_id=74}
22:48:32.183270 tst         register_default_mass.py: using MSISDN 1075
22:48:32.193842 run              osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001080000000004', msisdn='1075', subscriber_id=75}
22:48:32.217391 tst         register_default_mass.py: using MSISDN 1076
22:48:32.227765 run              osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001080000000005', msisdn='1076', subscriber_id=76}
22:48:32.251425 tst         register_default_mass.py: using MSISDN 1077
22:48:32.261959 run              osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001080000000006', msisdn='1077', subscriber_id=77}
22:48:32.285703 tst         register_default_mass.py: using MSISDN 1078
22:48:32.296137 run              osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001080000000007', msisdn='1078', subscriber_id=78}
22:48:32.319698 tst         register_default_mass.py: using MSISDN 1079
22:48:32.330188 run              osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001080000000008', msisdn='1079', subscriber_id=79}
22:48:32.353875 tst         register_default_mass.py: using MSISDN 1080
22:48:32.364303 run              osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001080000000009', msisdn='1080', subscriber_id=80}
22:48:32.387899 tst         register_default_mass.py: using MSISDN 1081
22:48:32.398335 run              osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001090000000000', msisdn='1081', subscriber_id=81}
22:48:32.422140 tst         register_default_mass.py: using MSISDN 1082
22:48:32.432547 run              osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001090000000001', msisdn='1082', subscriber_id=82}
22:48:32.456430 tst         register_default_mass.py: using MSISDN 1083
22:48:32.466995 run              osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001090000000002', msisdn='1083', subscriber_id=83}
22:48:32.490320 tst         register_default_mass.py: using MSISDN 1084
22:48:32.500729 run              osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001090000000003', msisdn='1084', subscriber_id=84}
22:48:32.524344 tst         register_default_mass.py: using MSISDN 1085
22:48:32.534763 run              osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001090000000004', msisdn='1085', subscriber_id=85}
22:48:32.558443 tst         register_default_mass.py: using MSISDN 1086
22:48:32.569048 run              osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001090000000005', msisdn='1086', subscriber_id=86}
22:48:32.592668 tst         register_default_mass.py: using MSISDN 1087
22:48:32.603073 run              osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001090000000006', msisdn='1087', subscriber_id=87}
22:48:32.632906 tst         register_default_mass.py: using MSISDN 1088
22:48:32.646166 run              osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001090000000007', msisdn='1088', subscriber_id=88}
22:48:32.670508 tst         register_default_mass.py: using MSISDN 1089
22:48:32.681629 run              osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001090000000008', msisdn='1089', subscriber_id=89}
22:48:32.705316 tst         register_default_mass.py: using MSISDN 1090
22:48:32.715883 run              osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001090000000009', msisdn='1090', subscriber_id=90}
22:48:32.739426 tst         register_default_mass.py: using MSISDN 1091
22:48:32.749724 run              osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001100000000000', msisdn='1091', subscriber_id=91}
22:48:32.772761 tst         register_default_mass.py: using MSISDN 1092
22:48:32.782919 run              osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001100000000001', msisdn='1092', subscriber_id=92}
22:48:32.806227 tst         register_default_mass.py: using MSISDN 1093
22:48:32.816568 run              osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001100000000002', msisdn='1093', subscriber_id=93}
22:48:32.839727 tst         register_default_mass.py: using MSISDN 1094
22:48:32.849848 run              osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001100000000003', msisdn='1094', subscriber_id=94}
22:48:32.873111 tst         register_default_mass.py: using MSISDN 1095
22:48:32.883424 run              osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001100000000004', msisdn='1095', subscriber_id=95}
22:48:32.906533 tst         register_default_mass.py: using MSISDN 1096
22:48:32.916663 run              osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001100000000005', msisdn='1096', subscriber_id=96}
22:48:32.945762 tst         register_default_mass.py: using MSISDN 1097
22:48:32.958714 run              osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001100000000006', msisdn='1097', subscriber_id=97}
22:48:32.981941 tst         register_default_mass.py: using MSISDN 1098
22:48:32.992520 run              osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001100000000007', msisdn='1098', subscriber_id=98}
22:48:33.015906 tst         register_default_mass.py: using MSISDN 1099
22:48:33.026289 run              osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001100000000008', msisdn='1099', subscriber_id=99}
22:48:33.051189 tst         register_default_mass.py: using MSISDN 1100
22:48:33.062303 run              osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001100000000009', msisdn='1100', subscriber_id=100}
22:48:33.148286 run                             mass: Starting testcase
22:48:33.153753 run                             mass: Pre-launching all virtphy's
22:48:33.159121 run           osmo-ms-virt-phy/00000: Starting virtphy
22:48:33.172099 run   osmo-ms-virt-phy/00000(pid=35): Launched
22:48:33.178084 run           osmo-ms-virt-phy/00001: Starting virtphy
22:48:33.191012 run   osmo-ms-virt-phy/00001(pid=36): Launched
22:48:33.196974 run           osmo-ms-virt-phy/00002: Starting virtphy
22:48:33.209799 run   osmo-ms-virt-phy/00002(pid=37): Launched
22:48:33.215762 run           osmo-ms-virt-phy/00003: Starting virtphy
22:48:33.228659 run   osmo-ms-virt-phy/00003(pid=38): Launched
22:48:33.234620 run           osmo-ms-virt-phy/00004: Starting virtphy
22:48:33.247459 run   osmo-ms-virt-phy/00004(pid=39): Launched
22:48:33.253421 run           osmo-ms-virt-phy/00005: Starting virtphy
22:48:33.266255 run   osmo-ms-virt-phy/00005(pid=40): Launched
22:48:33.272262 run           osmo-ms-virt-phy/00006: Starting virtphy
22:48:33.285054 run   osmo-ms-virt-phy/00006(pid=41): Launched
22:48:33.290957 run           osmo-ms-virt-phy/00007: Starting virtphy
22:48:33.303736 run   osmo-ms-virt-phy/00007(pid=42): Launched
22:48:33.309584 run           osmo-ms-virt-phy/00008: Starting virtphy
22:48:33.322377 run   osmo-ms-virt-phy/00008(pid=43): Launched
22:48:33.328298 run           osmo-ms-virt-phy/00009: Starting virtphy
22:48:33.341197 run   osmo-ms-virt-phy/00009(pid=44): Launched
22:48:33.347271 run           osmo-ms-virt-phy/00010: Starting virtphy
22:48:33.360064 run   osmo-ms-virt-phy/00010(pid=45): Launched
22:48:33.366004 run           osmo-ms-virt-phy/00011: Starting virtphy
22:48:33.378769 run   osmo-ms-virt-phy/00011(pid=46): Launched
22:48:33.384697 run           osmo-ms-virt-phy/00012: Starting virtphy
22:48:33.397541 run   osmo-ms-virt-phy/00012(pid=47): Launched
22:48:33.403506 run           osmo-ms-virt-phy/00013: Starting virtphy
22:48:33.416354 run   osmo-ms-virt-phy/00013(pid=48): Launched
22:48:33.422249 run           osmo-ms-virt-phy/00014: Starting virtphy
22:48:33.435049 run   osmo-ms-virt-phy/00014(pid=49): Launched
22:48:33.440891 run           osmo-ms-virt-phy/00015: Starting virtphy
22:48:33.453690 run   osmo-ms-virt-phy/00015(pid=50): Launched
22:48:33.459627 run           osmo-ms-virt-phy/00016: Starting virtphy
22:48:33.472581 run   osmo-ms-virt-phy/00016(pid=51): Launched
22:48:33.478518 run           osmo-ms-virt-phy/00017: Starting virtphy
22:48:33.491466 run   osmo-ms-virt-phy/00017(pid=52): Launched
22:48:33.497482 run           osmo-ms-virt-phy/00018: Starting virtphy
22:48:33.510446 run   osmo-ms-virt-phy/00018(pid=53): Launched
22:48:33.516452 run           osmo-ms-virt-phy/00019: Starting virtphy
22:48:33.529370 run   osmo-ms-virt-phy/00019(pid=54): Launched
22:48:33.535307 run           osmo-ms-virt-phy/00020: Starting virtphy
22:48:33.548073 run   osmo-ms-virt-phy/00020(pid=55): Launched
22:48:33.553935 run           osmo-ms-virt-phy/00021: Starting virtphy
22:48:33.566787 run   osmo-ms-virt-phy/00021(pid=56): Launched
22:48:33.572791 run           osmo-ms-virt-phy/00022: Starting virtphy
22:48:33.585621 run   osmo-ms-virt-phy/00022(pid=57): Launched
22:48:33.591541 run           osmo-ms-virt-phy/00023: Starting virtphy
22:48:33.604388 run   osmo-ms-virt-phy/00023(pid=58): Launched
22:48:33.610366 run           osmo-ms-virt-phy/00024: Starting virtphy
22:48:33.623230 run   osmo-ms-virt-phy/00024(pid=59): Launched
22:48:33.629101 run           osmo-ms-virt-phy/00025: Starting virtphy
22:48:33.641872 run   osmo-ms-virt-phy/00025(pid=60): Launched
22:48:33.647767 run           osmo-ms-virt-phy/00026: Starting virtphy
22:48:33.660510 run   osmo-ms-virt-phy/00026(pid=61): Launched
22:48:33.666437 run           osmo-ms-virt-phy/00027: Starting virtphy
22:48:33.679239 run   osmo-ms-virt-phy/00027(pid=62): Launched
22:48:33.685189 run           osmo-ms-virt-phy/00028: Starting virtphy
22:48:33.697959 run   osmo-ms-virt-phy/00028(pid=63): Launched
22:48:33.703885 run           osmo-ms-virt-phy/00029: Starting virtphy
22:48:33.716688 run   osmo-ms-virt-phy/00029(pid=64): Launched
22:48:33.722614 run           osmo-ms-virt-phy/00030: Starting virtphy
22:48:33.735427 run   osmo-ms-virt-phy/00030(pid=65): Launched
22:48:33.741311 run           osmo-ms-virt-phy/00031: Starting virtphy
22:48:33.754396 run   osmo-ms-virt-phy/00031(pid=66): Launched
22:48:33.760354 run           osmo-ms-virt-phy/00032: Starting virtphy
22:48:33.773139 run   osmo-ms-virt-phy/00032(pid=67): Launched
22:48:33.779069 run           osmo-ms-virt-phy/00033: Starting virtphy
22:48:33.791970 run   osmo-ms-virt-phy/00033(pid=68): Launched
22:48:33.797879 run           osmo-ms-virt-phy/00034: Starting virtphy
22:48:33.810665 run   osmo-ms-virt-phy/00034(pid=69): Launched
22:48:33.816614 run           osmo-ms-virt-phy/00035: Starting virtphy
22:48:33.829416 run   osmo-ms-virt-phy/00035(pid=70): Launched
22:48:33.835366 run           osmo-ms-virt-phy/00036: Starting virtphy
22:48:33.848308 run   osmo-ms-virt-phy/00036(pid=71): Launched
22:48:33.854294 run           osmo-ms-virt-phy/00037: Starting virtphy
22:48:33.867129 run   osmo-ms-virt-phy/00037(pid=72): Launched
22:48:33.873043 run           osmo-ms-virt-phy/00038: Starting virtphy
22:48:33.885871 run   osmo-ms-virt-phy/00038(pid=73): Launched
22:48:33.891810 run           osmo-ms-virt-phy/00039: Starting virtphy
22:48:33.904597 run   osmo-ms-virt-phy/00039(pid=74): Launched
22:48:33.910463 run           osmo-ms-virt-phy/00040: Starting virtphy
22:48:33.923263 run   osmo-ms-virt-phy/00040(pid=75): Launched
22:48:33.929191 run           osmo-ms-virt-phy/00041: Starting virtphy
22:48:33.941999 run   osmo-ms-virt-phy/00041(pid=76): Launched
22:48:33.947895 run           osmo-ms-virt-phy/00042: Starting virtphy
22:48:33.960680 run   osmo-ms-virt-phy/00042(pid=77): Launched
22:48:33.966617 run           osmo-ms-virt-phy/00043: Starting virtphy
22:48:33.979431 run   osmo-ms-virt-phy/00043(pid=78): Launched
22:48:33.985358 run           osmo-ms-virt-phy/00044: Starting virtphy
22:48:33.998076 run   osmo-ms-virt-phy/00044(pid=79): Launched
22:48:34.003980 run           osmo-ms-virt-phy/00045: Starting virtphy
22:48:34.016825 run   osmo-ms-virt-phy/00045(pid=80): Launched
22:48:34.022697 run           osmo-ms-virt-phy/00046: Starting virtphy
22:48:34.035628 run   osmo-ms-virt-phy/00046(pid=81): Launched
22:48:34.041469 run           osmo-ms-virt-phy/00047: Starting virtphy
22:48:34.054345 run   osmo-ms-virt-phy/00047(pid=82): Launched
22:48:34.060197 run           osmo-ms-virt-phy/00048: Starting virtphy
22:48:34.073051 run   osmo-ms-virt-phy/00048(pid=83): Launched
22:48:34.078912 run           osmo-ms-virt-phy/00049: Starting virtphy
22:48:34.091769 run   osmo-ms-virt-phy/00049(pid=84): Launched
22:48:34.097616 run           osmo-ms-virt-phy/00050: Starting virtphy
22:48:34.110357 run   osmo-ms-virt-phy/00050(pid=85): Launched
22:48:34.116323 run           osmo-ms-virt-phy/00051: Starting virtphy
22:48:34.129059 run   osmo-ms-virt-phy/00051(pid=86): Launched
22:48:34.134947 run           osmo-ms-virt-phy/00052: Starting virtphy
22:48:34.147685 run   osmo-ms-virt-phy/00052(pid=87): Launched
22:48:34.153585 run           osmo-ms-virt-phy/00053: Starting virtphy
22:48:34.166390 run   osmo-ms-virt-phy/00053(pid=88): Launched
22:48:34.172311 run           osmo-ms-virt-phy/00054: Starting virtphy
22:48:34.185051 run   osmo-ms-virt-phy/00054(pid=89): Launched
22:48:34.190990 run           osmo-ms-virt-phy/00055: Starting virtphy
22:48:34.203992 run   osmo-ms-virt-phy/00055(pid=90): Launched
22:48:34.210025 run           osmo-ms-virt-phy/00056: Starting virtphy
22:48:34.222968 run   osmo-ms-virt-phy/00056(pid=91): Launched
22:48:34.229019 run           osmo-ms-virt-phy/00057: Starting virtphy
22:48:34.241956 run   osmo-ms-virt-phy/00057(pid=92): Launched
22:48:34.247924 run           osmo-ms-virt-phy/00058: Starting virtphy
22:48:34.260703 run   osmo-ms-virt-phy/00058(pid=93): Launched
22:48:34.266702 run           osmo-ms-virt-phy/00059: Starting virtphy
22:48:34.279612 run   osmo-ms-virt-phy/00059(pid=94): Launched
22:48:34.285524 run           osmo-ms-virt-phy/00060: Starting virtphy
22:48:34.298301 run   osmo-ms-virt-phy/00060(pid=95): Launched
22:48:34.304209 run           osmo-ms-virt-phy/00061: Starting virtphy
22:48:34.317097 run   osmo-ms-virt-phy/00061(pid=96): Launched
22:48:34.322944 run           osmo-ms-virt-phy/00062: Starting virtphy
22:48:34.335852 run   osmo-ms-virt-phy/00062(pid=97): Launched
22:48:34.341742 run           osmo-ms-virt-phy/00063: Starting virtphy
22:48:34.354476 run   osmo-ms-virt-phy/00063(pid=98): Launched
22:48:34.360320 run           osmo-ms-virt-phy/00064: Starting virtphy
22:48:34.373019 run   osmo-ms-virt-phy/00064(pid=99): Launched
22:48:34.378910 run           osmo-ms-virt-phy/00065: Starting virtphy
22:48:34.391686 run  osmo-ms-virt-phy/00065(pid=100): Launched
22:48:34.397543 run           osmo-ms-virt-phy/00066: Starting virtphy
22:48:34.410364 run  osmo-ms-virt-phy/00066(pid=101): Launched
22:48:34.416342 run           osmo-ms-virt-phy/00067: Starting virtphy
22:48:34.429085 run  osmo-ms-virt-phy/00067(pid=102): Launched
22:48:34.434989 run           osmo-ms-virt-phy/00068: Starting virtphy
22:48:34.447757 run  osmo-ms-virt-phy/00068(pid=103): Launched
22:48:34.453642 run           osmo-ms-virt-phy/00069: Starting virtphy
22:48:34.466421 run  osmo-ms-virt-phy/00069(pid=104): Launched
22:48:34.472279 run           osmo-ms-virt-phy/00070: Starting virtphy
22:48:34.485113 run  osmo-ms-virt-phy/00070(pid=105): Launched
22:48:34.490968 run           osmo-ms-virt-phy/00071: Starting virtphy
22:48:34.503924 run  osmo-ms-virt-phy/00071(pid=106): Launched
22:48:34.509775 run           osmo-ms-virt-phy/00072: Starting virtphy
22:48:34.522690 run  osmo-ms-virt-phy/00072(pid=107): Launched
22:48:34.528572 run           osmo-ms-virt-phy/00073: Starting virtphy
22:48:34.541328 run  osmo-ms-virt-phy/00073(pid=108): Launched
22:48:34.547311 run           osmo-ms-virt-phy/00074: Starting virtphy
22:48:34.560123 run  osmo-ms-virt-phy/00074(pid=109): Launched
22:48:34.566084 run           osmo-ms-virt-phy/00075: Starting virtphy
22:48:34.578864 run  osmo-ms-virt-phy/00075(pid=110): Launched
22:48:34.584776 run           osmo-ms-virt-phy/00076: Starting virtphy
22:48:34.597545 run  osmo-ms-virt-phy/00076(pid=111): Launched
22:48:34.603404 run           osmo-ms-virt-phy/00077: Starting virtphy
22:48:34.616361 run  osmo-ms-virt-phy/00077(pid=112): Launched
22:48:34.622286 run           osmo-ms-virt-phy/00078: Starting virtphy
22:48:34.635048 run  osmo-ms-virt-phy/00078(pid=113): Launched
22:48:34.640912 run           osmo-ms-virt-phy/00079: Starting virtphy
22:48:34.653677 run  osmo-ms-virt-phy/00079(pid=114): Launched
22:48:34.659564 run           osmo-ms-virt-phy/00080: Starting virtphy
22:48:34.672406 run  osmo-ms-virt-phy/00080(pid=115): Launched
22:48:34.678274 run           osmo-ms-virt-phy/00081: Starting virtphy
22:48:34.691072 run  osmo-ms-virt-phy/00081(pid=116): Launched
22:48:34.696940 run           osmo-ms-virt-phy/00082: Starting virtphy
22:48:34.709739 run  osmo-ms-virt-phy/00082(pid=117): Launched
22:48:34.715700 run           osmo-ms-virt-phy/00083: Starting virtphy
22:48:34.728550 run  osmo-ms-virt-phy/00083(pid=118): Launched
22:48:34.734545 run           osmo-ms-virt-phy/00084: Starting virtphy
22:48:34.747427 run  osmo-ms-virt-phy/00084(pid=119): Launched
22:48:34.753438 run           osmo-ms-virt-phy/00085: Starting virtphy
22:48:34.766267 run  osmo-ms-virt-phy/00085(pid=120): Launched
22:48:34.772117 run           osmo-ms-virt-phy/00086: Starting virtphy
22:48:34.785087 run  osmo-ms-virt-phy/00086(pid=121): Launched
22:48:34.790944 run           osmo-ms-virt-phy/00087: Starting virtphy
22:48:34.803962 run  osmo-ms-virt-phy/00087(pid=122): Launched
22:48:34.809819 run           osmo-ms-virt-phy/00088: Starting virtphy
22:48:34.822805 run  osmo-ms-virt-phy/00088(pid=123): Launched
22:48:34.828759 run           osmo-ms-virt-phy/00089: Starting virtphy
22:48:34.841712 run  osmo-ms-virt-phy/00089(pid=124): Launched
22:48:34.847721 run           osmo-ms-virt-phy/00090: Starting virtphy
22:48:34.860645 run  osmo-ms-virt-phy/00090(pid=125): Launched
22:48:34.866646 run           osmo-ms-virt-phy/00091: Starting virtphy
22:48:34.879591 run  osmo-ms-virt-phy/00091(pid=126): Launched
22:48:34.885610 run           osmo-ms-virt-phy/00092: Starting virtphy
22:48:34.898556 run  osmo-ms-virt-phy/00092(pid=127): Launched
22:48:34.904544 run           osmo-ms-virt-phy/00093: Starting virtphy
22:48:34.917509 run  osmo-ms-virt-phy/00093(pid=128): Launched
22:48:34.923460 run           osmo-ms-virt-phy/00094: Starting virtphy
22:48:34.936306 run  osmo-ms-virt-phy/00094(pid=129): Launched
22:48:34.942184 run           osmo-ms-virt-phy/00095: Starting virtphy
22:48:34.955026 run  osmo-ms-virt-phy/00095(pid=130): Launched
22:48:34.960969 run           osmo-ms-virt-phy/00096: Starting virtphy
22:48:34.973952 run  osmo-ms-virt-phy/00096(pid=131): Launched
22:48:34.979947 run           osmo-ms-virt-phy/00097: Starting virtphy
22:48:34.992914 run  osmo-ms-virt-phy/00097(pid=132): Launched
22:48:34.998974 run           osmo-ms-virt-phy/00098: Starting virtphy
22:48:35.011814 run  osmo-ms-virt-phy/00098(pid=133): Launched
22:48:35.017849 run           osmo-ms-virt-phy/00099: Starting virtphy
22:48:35.030681 run  osmo-ms-virt-phy/00099(pid=134): Launched
22:48:35.036642 run                             mass: Checking if sockets are in the filesystem
22:48:35.048425 run                osmo-ms-mob/00000: Starting mobile
22:48:35.061353 run       osmo-ms-mob/00000(pid=135): Launched
22:48:35.073634 run                             mass: MS start registered  {at=734997.122749291, delay=0.00622619700152427, ms=00000}
22:48:39.283050 run                osmo-ms-mob/00001: Starting mobile
22:48:39.299771 run       osmo-ms-mob/00001(pid=136): Launched
22:48:39.311775 run                             mass: MS start registered  {at=735001.36088825, delay=0.006032087025232613, ms=00001}
22:48:41.083956 run                osmo-ms-mob/00002: Starting mobile
22:48:41.101418 run       osmo-ms-mob/00002(pid=137): Launched
22:48:41.117286 run                             mass: MS start registered  {at=735003.166387342, delay=0.009790290030650795, ms=00002}
22:48:41.415162 run                             mass: MS performed LU  {at=735003.464126865, lu_delay=6.341377574019134, ms=00000}
22:48:42.387939 run                osmo-ms-mob/00003: Starting mobile
22:48:42.401215 run       osmo-ms-mob/00003(pid=138): Launched
22:48:42.415625 run                             mass: MS start registered  {at=735004.464737658, delay=0.008333589066751301, ms=00003}
22:48:43.483835 run                osmo-ms-mob/00004: Starting mobile
22:48:43.501087 run       osmo-ms-mob/00004(pid=139): Launched
22:48:43.513331 run                             mass: MS start registered  {at=735005.562441256, delay=0.006014692015014589, ms=00004}
22:48:44.484876 run                osmo-ms-mob/00005: Starting mobile
22:48:44.501874 run       osmo-ms-mob/00005(pid=140): Launched
22:48:44.512851 run                             mass: MS start registered  {at=735006.561967814, delay=0.0050260929856449366, ms=00005}
22:48:45.181165 run                             mass: MS performed LU  {at=735007.230136778, lu_delay=5.86924852791708, ms=00001}
22:48:45.352816 run                osmo-ms-mob/00006: Starting mobile
22:48:45.365719 run       osmo-ms-mob/00006(pid=141): Launched
22:48:45.377001 run                             mass: MS start registered  {at=735007.426113, delay=0.005224052001722157, ms=00006}
22:48:46.253530 run                osmo-ms-mob/00007: Starting mobile
22:48:46.266739 run       osmo-ms-mob/00007(pid=142): Launched
22:48:46.277473 run                             mass: MS start registered  {at=735008.326587119, delay=0.004767592065036297, ms=00007}
22:48:47.068788 run                osmo-ms-mob/00008: Starting mobile
22:48:47.082852 run       osmo-ms-mob/00008(pid=143): Launched
22:48:47.088846 run                             mass: MS performed LU  {at=735009.137969232, lu_delay=5.971581890014932, ms=00002}
22:48:47.094699 run                             mass: MS start registered  {at=735009.143830698, delay=0.005878434982150793, ms=00008}
22:48:47.581014 run                             mass: MS performed LU  {at=735009.630000264, lu_delay=5.16526260599494, ms=00003}
22:48:47.784198 run                osmo-ms-mob/00009: Starting mobile
22:48:47.802111 run       osmo-ms-mob/00009(pid=144): Launched
22:48:47.816600 run                             mass: MS start registered  {at=735009.865698966, delay=0.008472329936921597, ms=00009}
22:48:48.474772 run                osmo-ms-mob/00010: Starting mobile
22:48:48.504684 run       osmo-ms-mob/00010(pid=145): Launched
22:48:48.521730 run                             mass: MS start registered  {at=735010.570831875, delay=0.01102974300738424, ms=00010}
22:48:48.947377 run                             mass: MS performed LU  {at=735010.996368093, lu_delay=5.433926836936735, ms=00004}
22:48:48.987719 run                osmo-ms-mob/00011: Starting mobile
22:48:49.000684 run       osmo-ms-mob/00011(pid=146): Launched
22:48:49.012111 run                             mass: MS start registered  {at=735011.061227276, delay=0.005424860981293023, ms=00011}
22:48:49.652116 run                osmo-ms-mob/00012: Starting mobile
22:48:49.665093 run       osmo-ms-mob/00012(pid=147): Launched
22:48:49.677774 run                             mass: MS start registered  {at=735011.726890963, delay=0.006519512040540576, ms=00012}
22:48:50.285334 run                osmo-ms-mob/00013: Starting mobile
22:48:50.303853 run       osmo-ms-mob/00013(pid=148): Launched
22:48:50.316007 run                             mass: MS start registered  {at=735012.365116651, delay=0.006155452108941972, ms=00013}
22:48:50.884822 run                osmo-ms-mob/00014: Starting mobile
22:48:50.901939 run       osmo-ms-mob/00014(pid=149): Launched
22:48:50.908005 run                             mass: MS performed LU  {at=735012.957126259, lu_delay=6.395158444996923, ms=00005}
22:48:50.913832 run                             mass: MS performed LU  {at=735012.962961275, lu_delay=5.536848274990916, ms=00006}
22:48:50.919616 run                             mass: MS start registered  {at=735012.968748681, delay=0.01164098596200347, ms=00014}
22:48:51.364992 run                             mass: MS performed LU  {at=735013.413975373, lu_delay=5.087388254003599, ms=00007}
22:48:51.408493 run                osmo-ms-mob/00015: Starting mobile
22:48:51.423705 run       osmo-ms-mob/00015(pid=150): Launched
22:48:51.435734 run                             mass: MS start registered  {at=735013.484849767, delay=0.005961933988146484, ms=00015}
22:48:51.952341 run                osmo-ms-mob/00016: Starting mobile
22:48:51.965677 run       osmo-ms-mob/00016(pid=151): Launched
22:48:51.980156 run                             mass: MS start registered  {at=735014.029264265, delay=0.00831906998064369, ms=00016}
22:48:52.493315 run                osmo-ms-mob/00017: Starting mobile
22:48:52.511605 run       osmo-ms-mob/00017(pid=152): Launched
22:48:52.525134 run                             mass: MS start registered  {at=735014.574247281, delay=0.007385218981653452, ms=00017}
22:48:52.612601 run                             mass: MS performed LU  {at=735014.6615979, lu_delay=4.795898934011348, ms=00009}
22:48:52.713184 run                             mass: MS performed LU  {at=735014.76217725, lu_delay=5.618346552015282, ms=00008}
22:48:53.087608 run                osmo-ms-mob/00018: Starting mobile
22:48:53.106100 run       osmo-ms-mob/00018(pid=153): Launched
22:48:53.120596 run                             mass: MS start registered  {at=735015.169696769, delay=0.00827185797970742, ms=00018}
22:48:53.479268 run                osmo-ms-mob/00019: Starting mobile
22:48:53.507656 run       osmo-ms-mob/00019(pid=154): Launched
22:48:53.525154 run                             mass: MS start registered  {at=735015.574252491, delay=0.011257348000071943, ms=00019}
22:48:53.953281 run                osmo-ms-mob/00020: Starting mobile
22:48:53.966524 run       osmo-ms-mob/00020(pid=155): Launched
22:48:53.981187 run                             mass: MS start registered  {at=735016.030282736, delay=0.008629545103758574, ms=00020}
22:48:54.477304 run                osmo-ms-mob/00021: Starting mobile
22:48:54.490281 run       osmo-ms-mob/00021(pid=156): Launched
22:48:54.501030 run                             mass: MS start registered  {at=735016.550146873, delay=0.00475005095358938, ms=00021}
22:48:54.614173 run                             mass: MS performed LU  {at=735016.663188907, lu_delay=4.936297943932004, ms=00012}
22:48:54.641849 run                             mass: MS performed LU  {at=735016.690878871, lu_delay=5.629651595023461, ms=00011}
22:48:54.659343 run                             mass: MS performed LU  {at=735016.708442808, lu_delay=6.137610933044925, ms=00010}
22:48:54.678664 run                osmo-ms-mob/00022: Starting mobile
22:48:54.691672 run       osmo-ms-mob/00022(pid=157): Launched
22:48:54.703595 run                             mass: MS start registered  {at=735016.752712252, delay=0.005875853938050568, ms=00022}
22:48:55.367349 run                osmo-ms-mob/00023: Starting mobile
22:48:55.381116 run       osmo-ms-mob/00023(pid=158): Launched
22:48:55.392451 run                             mass: MS start registered  {at=735017.441568756, delay=0.0052944429917261004, ms=00023}
22:48:55.753832 run                osmo-ms-mob/00024: Starting mobile
22:48:55.766786 run       osmo-ms-mob/00024(pid=159): Launched
22:48:55.779355 run                             mass: MS start registered  {at=735017.828470328, delay=0.006173584028147161, ms=00024}
22:48:56.288298 run                osmo-ms-mob/00025: Starting mobile
22:48:56.305297 run       osmo-ms-mob/00025(pid=160): Launched
22:48:56.319663 run                             mass: MS start registered  {at=735018.368774181, delay=0.008389397989958525, ms=00025}
22:48:56.378127 run                             mass: MS performed LU  {at=735018.427122633, lu_delay=6.062005981919356, ms=00013}
22:48:56.399885 run                             mass: MS performed LU  {at=735018.44901515, lu_delay=5.480266468948685, ms=00014}
22:48:56.479415 run                             mass: MS performed LU  {at=735018.528422204, lu_delay=5.043572437018156, ms=00015}
22:48:56.507336 run                osmo-ms-mob/00026: Starting mobile
22:48:56.520262 run       osmo-ms-mob/00026(pid=161): Launched
22:48:56.531892 run                             mass: MS start registered  {at=735018.581009881, delay=0.00559113803319633, ms=00026}
22:48:56.885182 run                             mass: MS performed LU  {at=735018.934180434, lu_delay=4.904916169005446, ms=00016}
22:48:57.052256 run                osmo-ms-mob/00027: Starting mobile
22:48:57.065586 run       osmo-ms-mob/00027(pid=162): Launched
22:48:57.076769 run                             mass: MS start registered  {at=735019.125887141, delay=0.0051453179912641644, ms=00027}
22:48:57.465301 run                osmo-ms-mob/00028: Starting mobile
22:48:57.479418 run       osmo-ms-mob/00028(pid=163): Launched
22:48:57.491631 run                             mass: MS start registered  {at=735019.540743974, delay=0.005922619020566344, ms=00028}
22:48:57.865012 run                osmo-ms-mob/00029: Starting mobile
22:48:57.878627 run       osmo-ms-mob/00029(pid=164): Launched
22:48:57.891105 run                             mass: MS start registered  {at=735019.940217626, delay=0.006570357014425099, ms=00029}
22:48:58.252079 run                osmo-ms-mob/00030: Starting mobile
22:48:58.265081 run       osmo-ms-mob/00030(pid=165): Launched
22:48:58.276663 run                             mass: MS start registered  {at=735020.325780156, delay=0.005014717928133905, ms=00030}
22:48:58.380461 run                             mass: MS performed LU  {at=735020.429482891, lu_delay=5.855235610040836, ms=00017}
22:48:58.408350 run                             mass: MS performed LU  {at=735020.457389682, lu_delay=5.28769291297067, ms=00018}
22:48:58.425282 run                             mass: MS performed LU  {at=735020.474412324, lu_delay=4.900159833021462, ms=00019}
22:48:58.436129 run                osmo-ms-mob/00031: Starting mobile
22:48:58.449201 run       osmo-ms-mob/00031(pid=166): Launched
22:48:58.460378 run                             mass: MS start registered  {at=735020.509497872, delay=0.00518349593039602, ms=00031}
22:48:58.551636 run                             mass: MS performed LU  {at=735020.600659782, lu_delay=4.57037704589311, ms=00020}
22:48:58.984618 run                osmo-ms-mob/00032: Starting mobile
22:48:59.001841 run       osmo-ms-mob/00032(pid=167): Launched
22:48:59.014328 run                             mass: MS start registered  {at=735021.063444164, delay=0.006527062971144915, ms=00032}
22:48:59.352396 run                osmo-ms-mob/00033: Starting mobile
22:48:59.369405 run       osmo-ms-mob/00033(pid=168): Launched
22:48:59.383675 run                             mass: MS start registered  {at=735021.432787147, delay=0.008188601001165807, ms=00033}
22:48:59.765375 run                osmo-ms-mob/00034: Starting mobile
22:48:59.779519 run       osmo-ms-mob/00034(pid=169): Launched
22:48:59.790761 run                             mass: MS start registered  {at=735021.839878207, delay=0.0051873939810320735, ms=00034}
22:49:00.053050 run                osmo-ms-mob/00035: Starting mobile
22:49:00.066138 run       osmo-ms-mob/00035(pid=170): Launched
22:49:00.082024 run                             mass: MS start registered  {at=735022.131130788, delay=0.009893193957395852, ms=00035}
22:49:00.142834 run                             mass: MS performed LU  {at=735022.191847593, lu_delay=5.641700720065273, ms=00021}
22:49:00.166189 run                             mass: MS performed LU  {at=735022.215317014, lu_delay=5.46260476205498, ms=00022}
22:49:00.244860 run                             mass: MS performed LU  {at=735022.293875225, lu_delay=4.852306468994357, ms=00023}
22:49:00.272795 run                osmo-ms-mob/00036: Starting mobile
22:49:00.285961 run       osmo-ms-mob/00036(pid=171): Launched
22:49:00.297019 run                             mass: MS start registered  {at=735022.346140213, delay=0.004976563970558345, ms=00036}
22:49:00.651247 run                             mass: MS performed LU  {at=735022.700106084, lu_delay=4.8716357559897006, ms=00024}
22:49:00.852928 run                osmo-ms-mob/00037: Starting mobile
22:49:00.866183 run       osmo-ms-mob/00037(pid=172): Launched
22:49:00.877309 run                             mass: MS start registered  {at=735022.926421061, delay=0.005037538008764386, ms=00037}
22:49:01.165719 run                osmo-ms-mob/00038: Starting mobile
22:49:01.179273 run       osmo-ms-mob/00038(pid=173): Launched
22:49:01.191785 run                             mass: MS start registered  {at=735023.240898428, delay=0.006332827964797616, ms=00038}
22:49:01.465555 run                osmo-ms-mob/00039: Starting mobile
22:49:01.480079 run       osmo-ms-mob/00039(pid=174): Launched
22:49:01.492649 run                             mass: MS start registered  {at=735023.541765454, delay=0.006368724978528917, ms=00039}
22:49:01.883356 run                osmo-ms-mob/00040: Starting mobile
22:49:01.898210 run       osmo-ms-mob/00040(pid=175): Launched
22:49:01.909428 run                             mass: MS start registered  {at=735023.958521506, delay=0.004858148051425815, ms=00040}
22:49:02.153078 run                osmo-ms-mob/00041: Starting mobile
22:49:02.166176 run       osmo-ms-mob/00041(pid=176): Launched
22:49:02.172634 run                             mass: MS performed LU  {at=735024.221756573, lu_delay=4.681012598914094, ms=00028}
22:49:02.178613 run                             mass: MS performed LU  {at=735024.227744412, lu_delay=5.101857271045446, ms=00027}
22:49:02.184394 run                             mass: MS start registered  {at=735024.233525576, delay=0.011786105926148593, ms=00041}
22:49:02.195940 run                osmo-ms-mob/00042: Starting mobile
22:49:02.209311 run       osmo-ms-mob/00042(pid=177): Launched
22:49:02.215443 run                             mass: MS performed LU  {at=735024.264570001, lu_delay=5.683560120058246, ms=00026}
22:49:02.221342 run                             mass: MS start registered  {at=735024.270474057, delay=0.005917829927057028, ms=00042}
22:49:02.869366 run                osmo-ms-mob/00043: Starting mobile
22:49:02.885913 run       osmo-ms-mob/00043(pid=178): Launched
22:49:02.903096 run                             mass: MS start registered  {at=735024.952189939, delay=0.009097557980567217, ms=00043}
22:49:03.152099 run                osmo-ms-mob/00044: Starting mobile
22:49:03.165998 run       osmo-ms-mob/00044(pid=179): Launched
22:49:03.180266 run                             mass: MS start registered  {at=735025.229383174, delay=0.005168837960809469, ms=00044}
22:49:03.488808 run                osmo-ms-mob/00045: Starting mobile
22:49:03.521650 run       osmo-ms-mob/00045(pid=180): Launched
22:49:03.532959 run                             mass: MS start registered  {at=735025.582076166, delay=0.005267768050543964, ms=00045}
22:49:03.766204 run                osmo-ms-mob/00046: Starting mobile
22:49:03.780204 run       osmo-ms-mob/00046(pid=181): Launched
22:49:03.792053 run                             mass: MS start registered  {at=735025.841172228, delay=0.005726872943341732, ms=00046}
22:49:03.909172 run                             mass: MS performed LU  {at=735025.958160919, lu_delay=5.448663047049195, ms=00031}
22:49:03.926602 run                             mass: MS performed LU  {at=735025.975686436, lu_delay=6.0354688100051135, ms=00029}
22:49:03.942487 run                osmo-ms-mob/00047: Starting mobile
22:49:03.956004 run       osmo-ms-mob/00047(pid=182): Launched
22:49:03.968352 run                             mass: MS start registered  {at=735026.01745758, delay=0.006217324989847839, ms=00047}
22:49:04.010950 run                             mass: MS performed LU  {at=735026.059932102, lu_delay=4.996487937984057, ms=00032}
22:49:04.181355 run                             mass: MS performed LU  {at=735026.230369717, lu_delay=5.9045895610470325, ms=00030}
22:49:04.195439 run                osmo-ms-mob/00048: Starting mobile
22:49:04.209364 run       osmo-ms-mob/00048(pid=183): Launched
22:49:04.217113 run                             mass: MS performed LU  {at=735026.266215848, lu_delay=4.83342870103661, ms=00033}
22:49:04.224193 run                             mass: MS start registered  {at=735026.273324483, delay=0.008846041979268193, ms=00048}
22:49:04.696641 run                osmo-ms-mob/00049: Starting mobile
22:49:04.740633 run       osmo-ms-mob/00049(pid=184): Launched
22:49:04.746940 run                             mass: Starting too slowly. Moving on {now=735026.796073056, sleep=-0.004782285890541971, target=735026.79129077}
22:49:04.752667 run                             mass: MS start registered  {at=735026.80179147, delay=0.005720510031096637, ms=00049}
22:49:04.972479 run                osmo-ms-mob/00050: Starting mobile
22:49:04.992412 run       osmo-ms-mob/00050(pid=185): Launched
22:49:05.004179 run                             mass: MS start registered  {at=735027.053290916, delay=0.005599798052571714, ms=00050}
22:49:05.363285 run                osmo-ms-mob/00051: Starting mobile
22:49:05.376780 run       osmo-ms-mob/00051(pid=186): Launched
22:49:05.388378 run                             mass: MS start registered  {at=735027.437494678, delay=0.005579299991950393, ms=00051}
22:49:05.665772 run                osmo-ms-mob/00052: Starting mobile
22:49:05.679725 run       osmo-ms-mob/00052(pid=187): Launched
22:49:05.692190 run                             mass: MS start registered  {at=735027.741307225, delay=0.006399242905899882, ms=00052}
22:49:05.911420 run                             mass: MS performed LU  {at=735027.960434763, lu_delay=5.0340137019520625, ms=00037}
22:49:05.940530 run                osmo-ms-mob/00053: Starting mobile
22:49:05.953695 run       osmo-ms-mob/00053(pid=188): Launched
22:49:05.959862 run                             mass: MS performed LU  {at=735028.008986435, lu_delay=6.1691082280594856, ms=00034}
22:49:05.965726 run                             mass: MS start registered  {at=735028.014857495, delay=0.0058888079365715384, ms=00053}
22:49:06.119654 run                             mass: MS performed LU  {at=735028.168669562, lu_delay=5.822529349010438, ms=00036}
22:49:06.134061 run                osmo-ms-mob/00054: Starting mobile
22:49:06.147435 run       osmo-ms-mob/00054(pid=189): Launched
22:49:06.153440 run                             mass: MS performed LU  {at=735028.202563355, lu_delay=4.961664926959202, ms=00038}
22:49:06.159390 run                             mass: MS performed LU  {at=735028.208520399, lu_delay=4.666754945064895, ms=00039}
22:49:06.165237 run                             mass: MS start registered  {at=735028.214368966, delay=0.011824755929410458, ms=00054}
22:49:06.176287 run                osmo-ms-mob/00055: Starting mobile
22:49:06.189477 run       osmo-ms-mob/00055(pid=190): Launched
22:49:06.202342 run                             mass: MS start registered  {at=735028.251460359, delay=0.006681371945887804, ms=00055}
22:49:06.864406 run                osmo-ms-mob/00056: Starting mobile
22:49:06.882683 run       osmo-ms-mob/00056(pid=191): Launched
22:49:06.894230 run                             mass: MS start registered  {at=735028.94334722, delay=0.005413023987784982, ms=00056}
22:49:07.153142 run                osmo-ms-mob/00057: Starting mobile
22:49:07.166168 run       osmo-ms-mob/00057(pid=192): Launched
22:49:07.178620 run                             mass: MS start registered  {at=735029.227738825, delay=0.006489285966381431, ms=00057}
22:49:07.581877 run                osmo-ms-mob/00058: Starting mobile
22:49:07.597041 run       osmo-ms-mob/00058(pid=193): Launched
22:49:07.608327 run                             mass: MS start registered  {at=735029.657445357, delay=0.005235228920355439, ms=00058}
22:49:07.675408 run                             mass: MS performed LU  {at=735029.724422569, lu_delay=5.453948512091301, ms=00042}
22:49:07.699132 run                             mass: MS performed LU  {at=735029.748259681, lu_delay=4.796069742063992, ms=00043}
22:49:07.710974 run                osmo-ms-mob/00059: Starting mobile
22:49:07.724015 run       osmo-ms-mob/00059(pid=194): Launched
22:49:07.737118 run                             mass: MS start registered  {at=735029.78623587, delay=0.0067981729516759515, ms=00059}
22:49:07.775952 run                             mass: MS performed LU  {at=735029.824964146, lu_delay=4.5955809720326215, ms=00044}
22:49:07.946664 run                             mass: MS performed LU  {at=735029.995682149, lu_delay=5.762156573007815, ms=00041}
22:49:07.979558 run                osmo-ms-mob/00060: Starting mobile
22:49:07.993217 run       osmo-ms-mob/00060(pid=195): Launched
22:49:07.999660 run                             mass: MS performed LU  {at=735030.048783633, lu_delay=6.090262126992457, ms=00040}
22:49:08.005559 run                             mass: MS start registered  {at=735030.0546905, delay=0.005924893077462912, ms=00060}
22:49:08.565924 run                osmo-ms-mob/00061: Starting mobile
22:49:08.579900 run       osmo-ms-mob/00061(pid=196): Launched
22:49:08.591759 run                             mass: MS start registered  {at=735030.640869311, delay=0.005734109086915851, ms=00061}
22:49:08.853479 run                osmo-ms-mob/00062: Starting mobile
22:49:08.867266 run       osmo-ms-mob/00062(pid=197): Launched
22:49:08.878691 run                             mass: MS start registered  {at=735030.927803373, delay=0.005198179977014661, ms=00062}
22:49:09.184122 run                osmo-ms-mob/00063: Starting mobile
22:49:09.197347 run       osmo-ms-mob/00063(pid=198): Launched
22:49:09.211418 run                             mass: MS start registered  {at=735031.260530476, delay=0.008086330024525523, ms=00063}
22:49:09.552987 run                osmo-ms-mob/00064: Starting mobile
22:49:09.566609 run       osmo-ms-mob/00064(pid=199): Launched
22:49:09.577732 run                             mass: MS start registered  {at=735031.626848994, delay=0.004837051033973694, ms=00064}
22:49:09.613692 run                             mass: MS performed LU  {at=735031.662722925, lu_delay=5.645265344996005, ms=00047}
22:49:09.677648 run                             mass: MS performed LU  {at=735031.726663611, lu_delay=6.144587444956414, ms=00045}
22:49:09.707269 run                             mass: MS performed LU  {at=735031.756393384, lu_delay=5.915221155970357, ms=00046}
22:49:09.718641 run                osmo-ms-mob/00065: Starting mobile
22:49:09.731954 run       osmo-ms-mob/00065(pid=200): Launched
22:49:09.743147 run                             mass: MS start registered  {at=735031.792266793, delay=0.005178004968911409, ms=00065}
22:49:09.884814 run                             mass: MS performed LU  {at=735031.933807735, lu_delay=4.880516818957403, ms=00050}
22:49:09.908240 run                             mass: MS performed LU  {at=735031.957368075, lu_delay=5.155576605000533, ms=00049}
22:49:09.919275 run                osmo-ms-mob/00066: Starting mobile
22:49:09.932428 run       osmo-ms-mob/00066(pid=201): Launched
22:49:09.938533 run                             mass: MS performed LU  {at=735031.987656422, lu_delay=5.714331939001568, ms=00048}
22:49:09.945688 run                             mass: MS start registered  {at=735031.994811087, delay=0.007174984086304903, ms=00066}
22:49:10.666332 run                osmo-ms-mob/00067: Starting mobile
22:49:10.680225 run       osmo-ms-mob/00067(pid=202): Launched
22:49:10.692464 run                             mass: MS start registered  {at=735032.741554103, delay=0.006013568956404924, ms=00067}
22:49:10.757526 run                             mass: MS performed LU  {at=735032.806542684, lu_delay=4.791685189004056, ms=00053}
22:49:10.966056 run                osmo-ms-mob/00068: Starting mobile
22:49:10.980414 run       osmo-ms-mob/00068(pid=203): Launched
22:49:10.986537 run                             mass: MS performed LU  {at=735033.035659369, lu_delay=3.8079205439426005, ms=00057}
22:49:10.992564 run                             mass: MS start registered  {at=735033.041695345, delay=0.006054833997040987, ms=00068}
22:49:11.364964 run                osmo-ms-mob/00069: Starting mobile
22:49:11.378811 run       osmo-ms-mob/00069(pid=204): Launched
22:49:11.389756 run                             mass: MS start registered  {at=735033.438878017, delay=0.0046597650507465005, ms=00069}
22:49:11.440382 run                             mass: MS performed LU  {at=735033.489393847, lu_delay=5.2379334879806265, ms=00055}
22:49:11.542351 run                             mass: MS performed LU  {at=735033.591379961, lu_delay=5.37701099505648, ms=00054}
22:49:11.713199 run                             mass: MS performed LU  {at=735033.762221249, lu_delay=6.020914024091326, ms=00052}
22:49:11.797697 run                osmo-ms-mob/00070: Starting mobile
22:49:11.814141 run       osmo-ms-mob/00070(pid=205): Launched
22:49:11.820411 run                             mass: MS performed LU  {at=735033.869534037, lu_delay=6.432039359002374, ms=00051}
22:49:11.826374 run                             mass: MS start registered  {at=735033.875504401, delay=0.005987764103338122, ms=00070}
22:49:12.167670 run                osmo-ms-mob/00071: Starting mobile
22:49:12.182021 run       osmo-ms-mob/00071(pid=206): Launched
22:49:12.193446 run                             mass: MS start registered  {at=735034.242569973, delay=0.004990785964764655, ms=00071}
22:49:12.564812 run                osmo-ms-mob/00072: Starting mobile
22:49:12.578547 run       osmo-ms-mob/00072(pid=207): Launched
22:49:12.590079 run                             mass: MS start registered  {at=735034.639196769, delay=0.005156883038580418, ms=00072}
22:49:12.965697 run                osmo-ms-mob/00073: Starting mobile
22:49:12.979784 run       osmo-ms-mob/00073(pid=208): Launched
22:49:12.994988 run                             mass: MS start registered  {at=735035.044099744, delay=0.009152924991212785, ms=00073}
22:49:13.353522 run                osmo-ms-mob/00074: Starting mobile
22:49:13.366611 run       osmo-ms-mob/00074(pid=209): Launched
22:49:13.379285 run                             mass: MS start registered  {at=735035.428389667, delay=0.006657286896370351, ms=00074}
22:49:13.443303 run                             mass: MS performed LU  {at=735035.49233216, lu_delay=4.851462848950177, ms=00061}
22:49:13.470799 run                             mass: MS performed LU  {at=735035.519842806, lu_delay=5.7336069360608235, ms=00059}
22:49:13.492538 run                             mass: MS performed LU  {at=735035.541666965, lu_delay=5.486976464977488, ms=00060}
22:49:13.503450 run                osmo-ms-mob/00075: Starting mobile
22:49:13.516445 run       osmo-ms-mob/00075(pid=210): Launched
22:49:13.528028 run                             mass: MS start registered  {at=735035.577147664, delay=0.005604748032055795, ms=00075}
22:49:13.614322 run                             mass: MS performed LU  {at=735035.663331409, lu_delay=6.005886052036658, ms=00058}
22:49:13.651285 run                             mass: MS performed LU  {at=735035.700311791, lu_delay=4.772508418071084, ms=00062}
22:49:14.252903 run                osmo-ms-mob/00076: Starting mobile
22:49:14.266095 run       osmo-ms-mob/00076(pid=211): Launched
22:49:14.279532 run                             mass: MS start registered  {at=735036.328633137, delay=0.007418782101012766, ms=00076}
22:49:14.669859 run                osmo-ms-mob/00077: Starting mobile
22:49:14.683597 run       osmo-ms-mob/00077(pid=212): Launched
22:49:14.694875 run                             mass: MS start registered  {at=735036.743983067, delay=0.005291125969961286, ms=00077}
22:49:15.177338 run                osmo-ms-mob/00078: Starting mobile
22:49:15.191990 run       osmo-ms-mob/00078(pid=213): Launched
22:49:15.205547 run                             mass: MS performed LU  {at=735037.254653779, lu_delay=4.513099675998092, ms=00067}
22:49:15.211503 run                             mass: MS start registered  {at=735037.26063543, delay=0.013478231034241617, ms=00078}
22:49:15.242659 run                             mass: MS performed LU  {at=735037.291678285, lu_delay=5.664829290937632, ms=00064}
22:49:15.281022 run                             mass: MS performed LU  {at=735037.330054558, lu_delay=5.5377877650316805, ms=00065}
22:49:15.302421 run                osmo-ms-mob/00079: Starting mobile
22:49:15.318396 run       osmo-ms-mob/00079(pid=214): Launched
22:49:15.331130 run                             mass: MS start registered  {at=735037.380247646, delay=0.004540013964287937, ms=00079}
22:49:15.552636 run                             mass: MS performed LU  {at=735037.601652175, lu_delay=6.3411216989625245, ms=00063}
22:49:15.806552 run                             mass: MS performed LU  {at=735037.855571442, lu_delay=4.813876097090542, ms=00068}
22:49:16.082381 run                osmo-ms-mob/00080: Starting mobile
22:49:16.097333 run       osmo-ms-mob/00080(pid=215): Launched
22:49:16.110885 run                             mass: MS start registered  {at=735038.159992476, delay=0.007586834020912647, ms=00080}
22:49:16.268061 run                             mass: MS performed LU  {at=735038.317057238, lu_delay=6.3222461509285495, ms=00066}
22:49:16.554012 run                osmo-ms-mob/00081: Starting mobile
22:49:16.567333 run       osmo-ms-mob/00081(pid=216): Launched
22:49:16.581301 run                             mass: MS start registered  {at=735038.630410798, delay=0.008007424999959767, ms=00081}
22:49:16.960875 run                osmo-ms-mob/00082: Starting mobile
22:49:16.976981 run       osmo-ms-mob/00082(pid=217): Launched
22:49:16.989913 run                             mass: MS start registered  {at=735039.039029784, delay=0.006831818027421832, ms=00082}
22:49:17.145370 run                             mass: MS performed LU  {at=735039.19436729, lu_delay=4.951797317015007, ms=00071}
22:49:17.237364 run                             mass: MS performed LU  {at=735039.286404103, lu_delay=5.847526086028665, ms=00069}
22:49:17.260870 run                             mass: MS performed LU  {at=735039.309997804, lu_delay=5.434493402950466, ms=00070}
22:49:17.416773 run                             mass: MS performed LU  {at=735039.465768465, lu_delay=4.826571695972234, ms=00072}
22:49:17.478246 run                osmo-ms-mob/00083: Starting mobile
22:49:17.491445 run       osmo-ms-mob/00083(pid=218): Launched
22:49:17.503621 run                             mass: MS start registered  {at=735039.552739235, delay=0.006204323028214276, ms=00083}
22:49:18.066347 run                osmo-ms-mob/00084: Starting mobile
22:49:18.080206 run       osmo-ms-mob/00084(pid=219): Launched
22:49:18.093634 run                             mass: MS start registered  {at=735040.14275097, delay=0.007151886937208474, ms=00084}
22:49:18.565865 run                osmo-ms-mob/00085: Starting mobile
22:49:18.580525 run       osmo-ms-mob/00085(pid=220): Launched
22:49:18.593812 run                             mass: MS start registered  {at=735040.64292695, delay=0.007209758041426539, ms=00085}
22:49:18.972252 run                             mass: MS performed LU  {at=735041.021245258, lu_delay=5.977145514101721, ms=00073}
22:49:19.012964 run                             mass: MS performed LU  {at=735041.062028163, lu_delay=4.733395025948994, ms=00076}
22:49:19.059009 run                osmo-ms-mob/00086: Starting mobile
22:49:19.072548 run       osmo-ms-mob/00086(pid=221): Launched
22:49:19.078518 run                             mass: MS performed LU  {at=735041.127640796, lu_delay=5.550493131973781, ms=00075}
22:49:19.086042 run                             mass: MS start registered  {at=735041.135164827, delay=0.007545800996012986, ms=00086}
22:49:19.282350 run                             mass: MS performed LU  {at=735041.331368761, lu_delay=5.902979094069451, ms=00074}
22:49:19.327813 run                             mass: MS performed LU  {at=735041.376853414, lu_delay=23.00807923299726, ms=00025}
22:49:19.554377 run                             mass: MS performed LU  {at=735041.60339327, lu_delay=4.859410203061998, ms=00077}
22:49:19.792854 run                osmo-ms-mob/00087: Starting mobile
22:49:19.809427 run       osmo-ms-mob/00087(pid=222): Launched
22:49:19.823768 run                             mass: MS start registered  {at=735041.872882514, delay=0.008335915976203978, ms=00087}
22:49:20.353122 run                osmo-ms-mob/00088: Starting mobile
22:49:20.366558 run       osmo-ms-mob/00088(pid=223): Launched
22:49:20.383366 run                             mass: MS start registered  {at=735042.432479787, delay=0.010729128029197454, ms=00088}
22:49:20.911782 run                             mass: MS performed LU  {at=735042.960767885, lu_delay=4.800775408977643, ms=00080}
22:49:20.940574 run                osmo-ms-mob/00089: Starting mobile
22:49:20.953798 run       osmo-ms-mob/00089(pid=224): Launched
22:49:20.966508 run                             mass: MS start registered  {at=735043.015624649, delay=0.006702639046125114, ms=00089}
22:49:21.003355 run                             mass: MS performed LU  {at=735043.052404486, lu_delay=5.672156839980744, ms=00079}
22:49:21.020669 run                             mass: MS performed LU  {at=735043.069780139, lu_delay=5.809144709026441, ms=00078}
22:49:21.182854 run                             mass: MS performed LU  {at=735043.231867954, lu_delay=4.6014571560081095, ms=00081}
22:49:21.591885 run                osmo-ms-mob/00090: Starting mobile
22:49:21.607563 run       osmo-ms-mob/00090(pid=225): Launched
22:49:21.621487 run                             mass: MS start registered  {at=735043.670592017, delay=0.00796849699690938, ms=00090}
22:49:22.277250 run                osmo-ms-mob/00091: Starting mobile
22:49:22.295641 run       osmo-ms-mob/00091(pid=226): Launched
22:49:22.310698 run                             mass: MS start registered  {at=735044.359812028, delay=0.008954670978710055, ms=00091}
22:49:22.839525 run                             mass: MS performed LU  {at=735044.888518741, lu_delay=5.849488956970163, ms=00082}
22:49:22.856955 run                             mass: MS performed LU  {at=735044.905987383, lu_delay=4.763236413011327, ms=00084}
22:49:22.899426 run                osmo-ms-mob/00092: Starting mobile
22:49:22.914400 run       osmo-ms-mob/00092(pid=227): Launched
22:49:22.925421 run                             mass: MS start registered  {at=735044.974543252, delay=0.005148019059561193, ms=00092}
22:49:22.973814 run                             mass: MS performed LU  {at=735045.022854242, lu_delay=5.470115007017739, ms=00083}
22:49:22.995084 run                             mass: MS performed LU  {at=735045.044212728, lu_delay=22.91308194003068, ms=00035}
22:49:23.765504 run                osmo-ms-mob/00093: Starting mobile
22:49:23.779172 run       osmo-ms-mob/00093(pid=228): Launched
22:49:23.791632 run                             mass: MS start registered  {at=735045.840749398, delay=0.005959492991678417, ms=00093}
22:49:24.683621 run                osmo-ms-mob/00094: Starting mobile
22:49:24.700862 run       osmo-ms-mob/00094(pid=229): Launched
22:49:24.706876 run                             mass: MS performed LU  {at=735046.755995656, lu_delay=5.620830829022452, ms=00086}
22:49:24.712770 run                             mass: MS start registered  {at=735046.761902417, delay=0.005924875033088028, ms=00094}
22:49:24.768937 run                             mass: MS performed LU  {at=735046.817955679, lu_delay=6.175028729019687, ms=00085}
22:49:24.789420 run                             mass: MS performed LU  {at=735046.838548642, lu_delay=4.965666127973236, ms=00087}
22:49:25.577517 run                osmo-ms-mob/00095: Starting mobile
22:49:25.591063 run       osmo-ms-mob/00095(pid=230): Launched
22:49:25.605110 run                             mass: MS start registered  {at=735047.654213067, delay=0.007839433033950627, ms=00095}
22:49:26.591654 run                osmo-ms-mob/00096: Starting mobile
22:49:26.609684 run       osmo-ms-mob/00096(pid=231): Launched
22:49:26.619193 run                             mass: MS performed LU  {at=735048.668310863, lu_delay=4.997718845959753, ms=00090}
22:49:26.626022 run                             mass: MS performed LU  {at=735048.675152112, lu_delay=5.659527463023551, ms=00089}
22:49:26.631899 run                             mass: MS start registered  {at=735048.681030681, delay=0.012743275030516088, ms=00096}
22:49:26.739442 run                             mass: MS performed LU  {at=735048.788444527, lu_delay=6.355964739923365, ms=00088}
22:49:27.652353 run                osmo-ms-mob/00097: Starting mobile
22:49:27.665609 run       osmo-ms-mob/00097(pid=232): Launched
22:49:27.678300 run                             mass: MS start registered  {at=735049.727415694, delay=0.0066783190704882145, ms=00097}
22:49:28.405341 run                             mass: MS performed LU  {at=735050.454356729, lu_delay=5.479813477024436, ms=00092}
22:49:28.534752 run                             mass: MS performed LU  {at=735050.583773695, lu_delay=4.743024297058582, ms=00093}
22:49:28.552663 run                             mass: MS performed LU  {at=735050.601706877, lu_delay=21.65835965704173, ms=00056}
22:49:28.658591 run                             mass: MS performed LU  {at=735050.707606865, lu_delay=6.347794836969115, ms=00091}
22:49:28.966114 run                osmo-ms-mob/00098: Starting mobile
22:49:28.980045 run       osmo-ms-mob/00098(pid=233): Launched
22:49:28.997459 run                             mass: MS start registered  {at=735051.04656212, delay=0.011409880011342466, ms=00098}
22:49:30.371375 run                             mass: MS performed LU  {at=735052.420380494, lu_delay=5.658478076918982, ms=00094}
22:49:30.389521 run                             mass: MS performed LU  {at=735052.438564353, lu_delay=4.784351286012679, ms=00095}
22:49:30.789233 run                osmo-ms-mob/00099: Starting mobile
22:49:30.808110 run       osmo-ms-mob/00099(pid=234): Launched
22:49:30.814529 run                             mass: All started... {duration=55.77237170608714, too_slow=1}
22:49:30.820314 run                             mass: MS start registered  {at=735052.869435244, delay=0.005776103003881872, ms=00099}
22:49:32.300908 run                             mass: MS performed LU  {at=735054.349899861, lu_delay=4.622484166990034, ms=00097}
22:49:32.317924 run                             mass: MS performed LU  {at=735054.366932468, lu_delay=5.685901787015609, ms=00096}
22:49:34.136706 run                             mass: MS performed LU  {at=735056.185715056, lu_delay=5.139152936055325, ms=00098}
22:49:36.038431 run                             mass: MS performed LU  {at=735058.087426077, lu_delay=5.217990832985379, ms=00099}
22:49:36.053895 run                             mass: Tests done {all_completed=True, max=23.00807923299726, min=3.8079205439426005}
22:49:36.059343 tst         register_default_mass.py: Test passed (79.2 sec)
22:49:36.064528 run pcap-recorder_any(filters='host 127.0.42.2')(pid=22): Terminating (SIGTERM)
22:49:36.067737 run      osmo-hlr_127.0.42.2(pid=23): Terminating (SIGTERM)
22:49:36.070921 run pcap-recorder_any(filters='host 127.0.42.5 and port not 22')(pid=24): Terminating (SIGTERM)
22:49:36.074056 run      osmo-stp_127.0.42.5(pid=25): Terminating (SIGTERM)
22:49:36.077192 run pcap-recorder_any(filters='host 127.0.42.6 and port not 22')(pid=26): Terminating (SIGTERM)
22:49:36.080365 run      osmo-msc_127.0.42.6(pid=27): Terminating (SIGTERM)
22:49:36.083534 run pcap-recorder_any(filters='host 127.0.42.3 and port not 22')(pid=28): Terminating (SIGTERM)
22:49:36.086730 run      osmo-mgw_127.0.42.3(pid=29): Terminating (SIGTERM)
22:49:36.090502 run pcap-recorder_any(filters='host 127.0.42.4 and port not 22')(pid=30): Terminating (SIGTERM)
22:49:36.093749 run      osmo-mgw_127.0.42.4(pid=31): Terminating (SIGTERM)
22:49:36.097040 run pcap-recorder_any(filters='host 127.0.42.7 and port not 22')(pid=32): Terminating (SIGTERM)
22:49:36.100372 run      osmo-bsc_127.0.42.7(pid=33): Terminating (SIGTERM)
22:49:36.103594 run         osmo-bts-virtual(pid=34): Terminating (SIGTERM)
22:49:36.106763 run   osmo-ms-virt-phy/00000(pid=35): Terminating (SIGTERM)
22:49:36.110049 run   osmo-ms-virt-phy/00001(pid=36): Terminating (SIGTERM)
22:49:36.113341 run   osmo-ms-virt-phy/00002(pid=37): Terminating (SIGTERM)
22:49:36.116636 run   osmo-ms-virt-phy/00003(pid=38): Terminating (SIGTERM)
22:49:36.119914 run   osmo-ms-virt-phy/00004(pid=39): Terminating (SIGTERM)
22:49:36.123206 run   osmo-ms-virt-phy/00005(pid=40): Terminating (SIGTERM)
22:49:36.126586 run   osmo-ms-virt-phy/00006(pid=41): Terminating (SIGTERM)
22:49:36.129875 run   osmo-ms-virt-phy/00007(pid=42): Terminating (SIGTERM)
22:49:36.133559 run   osmo-ms-virt-phy/00008(pid=43): Terminating (SIGTERM)
22:49:36.136869 run   osmo-ms-virt-phy/00009(pid=44): Terminating (SIGTERM)
22:49:36.140218 run   osmo-ms-virt-phy/00010(pid=45): Terminating (SIGTERM)
22:49:36.143550 run   osmo-ms-virt-phy/00011(pid=46): Terminating (SIGTERM)
22:49:36.146852 run   osmo-ms-virt-phy/00012(pid=47): Terminating (SIGTERM)
22:49:36.150158 run   osmo-ms-virt-phy/00013(pid=48): Terminating (SIGTERM)
22:49:36.153898 run   osmo-ms-virt-phy/00014(pid=49): Terminating (SIGTERM)
22:49:36.157482 run   osmo-ms-virt-phy/00015(pid=50): Terminating (SIGTERM)
22:49:36.160861 run   osmo-ms-virt-phy/00016(pid=51): Terminating (SIGTERM)
22:49:36.164465 run   osmo-ms-virt-phy/00017(pid=52): Terminating (SIGTERM)
22:49:36.167848 run   osmo-ms-virt-phy/00018(pid=53): Terminating (SIGTERM)
22:49:36.171224 run   osmo-ms-virt-phy/00019(pid=54): Terminating (SIGTERM)
22:49:36.174584 run   osmo-ms-virt-phy/00020(pid=55): Terminating (SIGTERM)
22:49:36.178115 run   osmo-ms-virt-phy/00021(pid=56): Terminating (SIGTERM)
22:49:36.181790 run   osmo-ms-virt-phy/00022(pid=57): Terminating (SIGTERM)
22:49:36.185376 run   osmo-ms-virt-phy/00023(pid=58): Terminating (SIGTERM)
22:49:36.188757 run   osmo-ms-virt-phy/00024(pid=59): Terminating (SIGTERM)
22:49:36.192165 run   osmo-ms-virt-phy/00025(pid=60): Terminating (SIGTERM)
22:49:36.195579 run   osmo-ms-virt-phy/00026(pid=61): Terminating (SIGTERM)
22:49:36.198951 run   osmo-ms-virt-phy/00027(pid=62): Terminating (SIGTERM)
22:49:36.202346 run   osmo-ms-virt-phy/00028(pid=63): Terminating (SIGTERM)
22:49:36.206432 run   osmo-ms-virt-phy/00029(pid=64): Terminating (SIGTERM)
22:49:36.210685 run   osmo-ms-virt-phy/00030(pid=65): Terminating (SIGTERM)
22:49:36.214206 run   osmo-ms-virt-phy/00031(pid=66): Terminating (SIGTERM)
22:49:36.217564 run   osmo-ms-virt-phy/00032(pid=67): Terminating (SIGTERM)
22:49:36.220948 run   osmo-ms-virt-phy/00033(pid=68): Terminating (SIGTERM)
22:49:36.224326 run   osmo-ms-virt-phy/00034(pid=69): Terminating (SIGTERM)
22:49:36.228007 run   osmo-ms-virt-phy/00035(pid=70): Terminating (SIGTERM)
22:49:36.231425 run   osmo-ms-virt-phy/00036(pid=71): Terminating (SIGTERM)
22:49:36.234792 run   osmo-ms-virt-phy/00037(pid=72): Terminating (SIGTERM)
22:49:36.238417 run   osmo-ms-virt-phy/00038(pid=73): Terminating (SIGTERM)
22:49:36.241789 run   osmo-ms-virt-phy/00039(pid=74): Terminating (SIGTERM)
22:49:36.245163 run   osmo-ms-virt-phy/00040(pid=75): Terminating (SIGTERM)
22:49:36.248533 run   osmo-ms-virt-phy/00041(pid=76): Terminating (SIGTERM)
22:49:36.251911 run   osmo-ms-virt-phy/00042(pid=77): Terminating (SIGTERM)
22:49:36.255279 run   osmo-ms-virt-phy/00043(pid=78): Terminating (SIGTERM)
22:49:36.259301 run   osmo-ms-virt-phy/00044(pid=79): Terminating (SIGTERM)
22:49:36.262692 run   osmo-ms-virt-phy/00045(pid=80): Terminating (SIGTERM)
22:49:36.266083 run   osmo-ms-virt-phy/00046(pid=81): Terminating (SIGTERM)
22:49:36.269472 run   osmo-ms-virt-phy/00047(pid=82): Terminating (SIGTERM)
22:49:36.272928 run   osmo-ms-virt-phy/00048(pid=83): Terminating (SIGTERM)
22:49:36.276305 run   osmo-ms-virt-phy/00049(pid=84): Terminating (SIGTERM)
22:49:36.279701 run   osmo-ms-virt-phy/00050(pid=85): Terminating (SIGTERM)
22:49:36.283085 run   osmo-ms-virt-phy/00051(pid=86): Terminating (SIGTERM)
22:49:36.286450 run   osmo-ms-virt-phy/00052(pid=87): Terminating (SIGTERM)
22:49:36.289811 run   osmo-ms-virt-phy/00053(pid=88): Terminating (SIGTERM)
22:49:36.293170 run   osmo-ms-virt-phy/00054(pid=89): Terminating (SIGTERM)
22:49:36.296782 run   osmo-ms-virt-phy/00055(pid=90): Terminating (SIGTERM)
22:49:36.300471 run   osmo-ms-virt-phy/00056(pid=91): Terminating (SIGTERM)
22:49:36.304263 run   osmo-ms-virt-phy/00057(pid=92): Terminating (SIGTERM)
22:49:36.307873 run   osmo-ms-virt-phy/00058(pid=93): Terminating (SIGTERM)
22:49:36.311254 run   osmo-ms-virt-phy/00059(pid=94): Terminating (SIGTERM)
22:49:36.314621 run   osmo-ms-virt-phy/00060(pid=95): Terminating (SIGTERM)
22:49:36.318010 run   osmo-ms-virt-phy/00061(pid=96): Terminating (SIGTERM)
22:49:36.321689 run   osmo-ms-virt-phy/00062(pid=97): Terminating (SIGTERM)
22:49:36.325594 run   osmo-ms-virt-phy/00063(pid=98): Terminating (SIGTERM)
22:49:36.328899 run   osmo-ms-virt-phy/00064(pid=99): Terminating (SIGTERM)
22:49:36.332131 run  osmo-ms-virt-phy/00065(pid=100): Terminating (SIGTERM)
22:49:36.335466 run  osmo-ms-virt-phy/00066(pid=101): Terminating (SIGTERM)
22:49:36.338847 run  osmo-ms-virt-phy/00067(pid=102): Terminating (SIGTERM)
22:49:36.342092 run  osmo-ms-virt-phy/00068(pid=103): Terminating (SIGTERM)
22:49:36.345422 run  osmo-ms-virt-phy/00069(pid=104): Terminating (SIGTERM)
22:49:36.348776 run  osmo-ms-virt-phy/00070(pid=105): Terminating (SIGTERM)
22:49:36.352050 run  osmo-ms-virt-phy/00071(pid=106): Terminating (SIGTERM)
22:49:36.355867 run  osmo-ms-virt-phy/00072(pid=107): Terminating (SIGTERM)
22:49:36.359415 run  osmo-ms-virt-phy/00073(pid=108): Terminating (SIGTERM)
22:49:36.362689 run  osmo-ms-virt-phy/00074(pid=109): Terminating (SIGTERM)
22:49:36.366016 run  osmo-ms-virt-phy/00075(pid=110): Terminating (SIGTERM)
22:49:36.369274 run  osmo-ms-virt-phy/00076(pid=111): Terminating (SIGTERM)
22:49:36.372607 run  osmo-ms-virt-phy/00077(pid=112): Terminating (SIGTERM)
22:49:36.375854 run  osmo-ms-virt-phy/00078(pid=113): Terminating (SIGTERM)
22:49:36.379144 run  osmo-ms-virt-phy/00079(pid=114): Terminating (SIGTERM)
22:49:36.382411 run  osmo-ms-virt-phy/00080(pid=115): Terminating (SIGTERM)
22:49:36.386091 run  osmo-ms-virt-phy/00081(pid=116): Terminating (SIGTERM)
22:49:36.389688 run  osmo-ms-virt-phy/00082(pid=117): Terminating (SIGTERM)
22:49:36.392921 run  osmo-ms-virt-phy/00083(pid=118): Terminating (SIGTERM)
22:49:36.396224 run  osmo-ms-virt-phy/00084(pid=119): Terminating (SIGTERM)
22:49:36.399636 run  osmo-ms-virt-phy/00085(pid=120): Terminating (SIGTERM)
22:49:36.403015 run  osmo-ms-virt-phy/00086(pid=121): Terminating (SIGTERM)
22:49:36.406379 run  osmo-ms-virt-phy/00087(pid=122): Terminating (SIGTERM)
22:49:36.409651 run  osmo-ms-virt-phy/00088(pid=123): Terminating (SIGTERM)
22:49:36.412978 run  osmo-ms-virt-phy/00089(pid=124): Terminating (SIGTERM)
22:49:36.416321 run  osmo-ms-virt-phy/00090(pid=125): Terminating (SIGTERM)
22:49:36.419615 run  osmo-ms-virt-phy/00091(pid=126): Terminating (SIGTERM)
22:49:36.422927 run  osmo-ms-virt-phy/00092(pid=127): Terminating (SIGTERM)
22:49:36.426218 run  osmo-ms-virt-phy/00093(pid=128): Terminating (SIGTERM)
22:49:36.429725 run  osmo-ms-virt-phy/00094(pid=129): Terminating (SIGTERM)
22:49:36.433096 run  osmo-ms-virt-phy/00095(pid=130): Terminating (SIGTERM)
22:49:36.436917 run  osmo-ms-virt-phy/00096(pid=131): Terminating (SIGTERM)
22:49:36.440311 run  osmo-ms-virt-phy/00097(pid=132): Terminating (SIGTERM)
22:49:36.443745 run  osmo-ms-virt-phy/00098(pid=133): Terminating (SIGTERM)
22:49:36.447239 run  osmo-ms-virt-phy/00099(pid=134): Terminating (SIGTERM)
22:49:36.450718 run       osmo-ms-mob/00000(pid=135): Terminating (SIGTERM)
22:49:36.454201 run       osmo-ms-mob/00001(pid=136): Terminating (SIGTERM)
22:49:36.457674 run       osmo-ms-mob/00002(pid=137): Terminating (SIGTERM)
22:49:36.461134 run       osmo-ms-mob/00003(pid=138): Terminating (SIGTERM)
22:49:36.464631 run       osmo-ms-mob/00004(pid=139): Terminating (SIGTERM)
22:49:36.468032 run       osmo-ms-mob/00005(pid=140): Terminating (SIGTERM)
22:49:36.471333 run       osmo-ms-mob/00006(pid=141): Terminating (SIGTERM)
22:49:36.474630 run       osmo-ms-mob/00007(pid=142): Terminating (SIGTERM)
22:49:36.477948 run       osmo-ms-mob/00008(pid=143): Terminating (SIGTERM)
22:49:36.481252 run       osmo-ms-mob/00009(pid=144): Terminating (SIGTERM)
22:49:36.484576 run       osmo-ms-mob/00010(pid=145): Terminating (SIGTERM)
22:49:36.487881 run       osmo-ms-mob/00011(pid=146): Terminating (SIGTERM)
22:49:36.491206 run       osmo-ms-mob/00012(pid=147): Terminating (SIGTERM)
22:49:36.494508 run       osmo-ms-mob/00013(pid=148): Terminating (SIGTERM)
22:49:36.497817 run       osmo-ms-mob/00014(pid=149): Terminating (SIGTERM)
22:49:36.501044 run       osmo-ms-mob/00015(pid=150): Terminating (SIGTERM)
22:49:36.504240 run       osmo-ms-mob/00016(pid=151): Terminating (SIGTERM)
22:49:36.507428 run       osmo-ms-mob/00017(pid=152): Terminating (SIGTERM)
22:49:36.510612 run       osmo-ms-mob/00018(pid=153): Terminating (SIGTERM)
22:49:36.513817 run       osmo-ms-mob/00019(pid=154): Terminating (SIGTERM)
22:49:36.517021 run       osmo-ms-mob/00020(pid=155): Terminating (SIGTERM)
22:49:36.520231 run       osmo-ms-mob/00021(pid=156): Terminating (SIGTERM)
22:49:36.523428 run       osmo-ms-mob/00022(pid=157): Terminating (SIGTERM)
22:49:36.526639 run       osmo-ms-mob/00023(pid=158): Terminating (SIGTERM)
22:49:36.529831 run       osmo-ms-mob/00024(pid=159): Terminating (SIGTERM)
22:49:36.533048 run       osmo-ms-mob/00025(pid=160): Terminating (SIGTERM)
22:49:36.536241 run       osmo-ms-mob/00026(pid=161): Terminating (SIGTERM)
22:49:36.539451 run       osmo-ms-mob/00027(pid=162): Terminating (SIGTERM)
22:49:36.542642 run       osmo-ms-mob/00028(pid=163): Terminating (SIGTERM)
22:49:36.545838 run       osmo-ms-mob/00029(pid=164): Terminating (SIGTERM)
22:49:36.549031 run       osmo-ms-mob/00030(pid=165): Terminating (SIGTERM)
22:49:36.552229 run       osmo-ms-mob/00031(pid=166): Terminating (SIGTERM)
22:49:36.555434 run       osmo-ms-mob/00032(pid=167): Terminating (SIGTERM)
22:49:36.558630 run       osmo-ms-mob/00033(pid=168): Terminating (SIGTERM)
22:49:36.561829 run       osmo-ms-mob/00034(pid=169): Terminating (SIGTERM)
22:49:36.565022 run       osmo-ms-mob/00035(pid=170): Terminating (SIGTERM)
22:49:36.568220 run       osmo-ms-mob/00036(pid=171): Terminating (SIGTERM)
22:49:36.571411 run       osmo-ms-mob/00037(pid=172): Terminating (SIGTERM)
22:49:36.574599 run       osmo-ms-mob/00038(pid=173): Terminating (SIGTERM)
22:49:36.577783 run       osmo-ms-mob/00039(pid=174): Terminating (SIGTERM)
22:49:36.580976 run       osmo-ms-mob/00040(pid=175): Terminating (SIGTERM)
22:49:36.584169 run       osmo-ms-mob/00041(pid=176): Terminating (SIGTERM)
22:49:36.587353 run       osmo-ms-mob/00042(pid=177): Terminating (SIGTERM)
22:49:36.590551 run       osmo-ms-mob/00043(pid=178): Terminating (SIGTERM)
22:49:36.593746 run       osmo-ms-mob/00044(pid=179): Terminating (SIGTERM)
22:49:36.596945 run       osmo-ms-mob/00045(pid=180): Terminating (SIGTERM)
22:49:36.600144 run       osmo-ms-mob/00046(pid=181): Terminating (SIGTERM)
22:49:36.603340 run       osmo-ms-mob/00047(pid=182): Terminating (SIGTERM)
22:49:36.606532 run       osmo-ms-mob/00048(pid=183): Terminating (SIGTERM)
22:49:36.609723 run       osmo-ms-mob/00049(pid=184): Terminating (SIGTERM)
22:49:36.612918 run       osmo-ms-mob/00050(pid=185): Terminating (SIGTERM)
22:49:36.616112 run       osmo-ms-mob/00051(pid=186): Terminating (SIGTERM)
22:49:36.619310 run       osmo-ms-mob/00052(pid=187): Terminating (SIGTERM)
22:49:36.622497 run       osmo-ms-mob/00053(pid=188): Terminating (SIGTERM)
22:49:36.625685 run       osmo-ms-mob/00054(pid=189): Terminating (SIGTERM)
22:49:36.628861 run       osmo-ms-mob/00055(pid=190): Terminating (SIGTERM)
22:49:36.632061 run       osmo-ms-mob/00056(pid=191): Terminating (SIGTERM)
22:49:36.635258 run       osmo-ms-mob/00057(pid=192): Terminating (SIGTERM)
22:49:36.638450 run       osmo-ms-mob/00058(pid=193): Terminating (SIGTERM)
22:49:36.641647 run       osmo-ms-mob/00059(pid=194): Terminating (SIGTERM)
22:49:36.644841 run       osmo-ms-mob/00060(pid=195): Terminating (SIGTERM)
22:49:36.648039 run       osmo-ms-mob/00061(pid=196): Terminating (SIGTERM)
22:49:36.651244 run       osmo-ms-mob/00062(pid=197): Terminating (SIGTERM)
22:49:36.654431 run       osmo-ms-mob/00063(pid=198): Terminating (SIGTERM)
22:49:36.657627 run       osmo-ms-mob/00064(pid=199): Terminating (SIGTERM)
22:49:36.660832 run       osmo-ms-mob/00065(pid=200): Terminating (SIGTERM)
22:49:36.664023 run       osmo-ms-mob/00066(pid=201): Terminating (SIGTERM)
22:49:36.667226 run       osmo-ms-mob/00067(pid=202): Terminating (SIGTERM)
22:49:36.670416 run       osmo-ms-mob/00068(pid=203): Terminating (SIGTERM)
22:49:36.673611 run       osmo-ms-mob/00069(pid=204): Terminating (SIGTERM)
22:49:36.676800 run       osmo-ms-mob/00070(pid=205): Terminating (SIGTERM)
22:49:36.679993 run       osmo-ms-mob/00071(pid=206): Terminating (SIGTERM)
22:49:36.683184 run       osmo-ms-mob/00072(pid=207): Terminating (SIGTERM)
22:49:36.686371 run       osmo-ms-mob/00073(pid=208): Terminating (SIGTERM)
22:49:36.689560 run       osmo-ms-mob/00074(pid=209): Terminating (SIGTERM)
22:49:36.692760 run       osmo-ms-mob/00075(pid=210): Terminating (SIGTERM)
22:49:36.695951 run       osmo-ms-mob/00076(pid=211): Terminating (SIGTERM)
22:49:36.699131 run       osmo-ms-mob/00077(pid=212): Terminating (SIGTERM)
22:49:36.702326 run       osmo-ms-mob/00078(pid=213): Terminating (SIGTERM)
22:49:36.705506 run       osmo-ms-mob/00079(pid=214): Terminating (SIGTERM)
22:49:36.708705 run       osmo-ms-mob/00080(pid=215): Terminating (SIGTERM)
22:49:36.711905 run       osmo-ms-mob/00081(pid=216): Terminating (SIGTERM)
22:49:36.715104 run       osmo-ms-mob/00082(pid=217): Terminating (SIGTERM)
22:49:36.718295 run       osmo-ms-mob/00083(pid=218): Terminating (SIGTERM)
22:49:36.721488 run       osmo-ms-mob/00084(pid=219): Terminating (SIGTERM)
22:49:36.724670 run       osmo-ms-mob/00085(pid=220): Terminating (SIGTERM)
22:49:36.727861 run       osmo-ms-mob/00086(pid=221): Terminating (SIGTERM)
22:49:36.731058 run       osmo-ms-mob/00087(pid=222): Terminating (SIGTERM)
22:49:36.734252 run       osmo-ms-mob/00088(pid=223): Terminating (SIGTERM)
22:49:36.737451 run       osmo-ms-mob/00089(pid=224): Terminating (SIGTERM)
22:49:36.740644 run       osmo-ms-mob/00090(pid=225): Terminating (SIGTERM)
22:49:36.743833 run       osmo-ms-mob/00091(pid=226): Terminating (SIGTERM)
22:49:36.747021 run       osmo-ms-mob/00092(pid=227): Terminating (SIGTERM)
22:49:36.750213 run       osmo-ms-mob/00093(pid=228): Terminating (SIGTERM)
22:49:36.753422 run       osmo-ms-mob/00094(pid=229): Terminating (SIGTERM)
22:49:36.756629 run       osmo-ms-mob/00095(pid=230): Terminating (SIGTERM)
22:49:36.759820 run       osmo-ms-mob/00096(pid=231): Terminating (SIGTERM)
22:49:36.763028 run       osmo-ms-mob/00097(pid=232): Terminating (SIGTERM)
22:49:36.766227 run       osmo-ms-mob/00098(pid=233): Terminating (SIGTERM)
22:49:36.769430 run       osmo-ms-mob/00099(pid=234): Terminating (SIGTERM)
22:49:36.772639 ---      ParallelTerminationStrategy: PID 22 died...
22:49:36.774078 run pcap-recorder_any(filters='host 127.0.42.2')(pid=22): Terminated: ok {rc=0}
22:49:36.777602 ---      ParallelTerminationStrategy: PID 23 died...
22:49:36.779050 run      osmo-hlr_127.0.42.2(pid=23): Terminated: ok {rc=0}
22:49:36.782582 ---      ParallelTerminationStrategy: PID 24 died...
22:49:36.784032 run pcap-recorder_any(filters='host 127.0.42.5 and port not 22')(pid=24): Terminated: ok {rc=0}
22:49:36.787558 ---      ParallelTerminationStrategy: PID 25 died...
22:49:36.788986 run      osmo-stp_127.0.42.5(pid=25): Terminated: ok {rc=0}
22:49:36.792507 ---      ParallelTerminationStrategy: PID 26 died...
22:49:36.793949 run pcap-recorder_any(filters='host 127.0.42.6 and port not 22')(pid=26): Terminated: ok {rc=0}
22:49:36.797502 ---      ParallelTerminationStrategy: PID 27 died...
22:49:36.798953 run      osmo-msc_127.0.42.6(pid=27): Terminated: ok {rc=0}
22:49:36.802494 ---      ParallelTerminationStrategy: PID 28 died...
22:49:36.803947 run pcap-recorder_any(filters='host 127.0.42.3 and port not 22')(pid=28): Terminated: ok {rc=0}
22:49:36.807495 ---      ParallelTerminationStrategy: PID 29 died...
22:49:36.808937 run      osmo-mgw_127.0.42.3(pid=29): Terminated {rc=15}
22:49:36.812503 ---      ParallelTerminationStrategy: PID 30 died...
22:49:36.813938 run pcap-recorder_any(filters='host 127.0.42.4 and port not 22')(pid=30): Terminated: ok {rc=0}
22:49:36.817493 ---      ParallelTerminationStrategy: PID 31 died...
22:49:36.818935 run      osmo-mgw_127.0.42.4(pid=31): Terminated {rc=15}
22:49:36.822500 ---      ParallelTerminationStrategy: PID 32 died...
22:49:36.823945 run pcap-recorder_any(filters='host 127.0.42.7 and port not 22')(pid=32): Terminated: ok {rc=0}
22:49:36.827508 ---      ParallelTerminationStrategy: PID 33 died...
22:49:36.828947 run      osmo-bsc_127.0.42.7(pid=33): Terminated: ok {rc=0}
22:49:36.832511 ---      ParallelTerminationStrategy: PID 35 died...
22:49:36.833960 run   osmo-ms-virt-phy/00000(pid=35): Terminated: ok {rc=0}
22:49:36.837515 ---      ParallelTerminationStrategy: PID 36 died...
22:49:36.838965 run   osmo-ms-virt-phy/00001(pid=36): Terminated: ok {rc=0}
22:49:36.842527 ---      ParallelTerminationStrategy: PID 37 died...
22:49:36.843978 run   osmo-ms-virt-phy/00002(pid=37): Terminated: ok {rc=0}
22:49:36.847539 ---      ParallelTerminationStrategy: PID 38 died...
22:49:36.848989 run   osmo-ms-virt-phy/00003(pid=38): Terminated: ok {rc=0}
22:49:36.852531 ---      ParallelTerminationStrategy: PID 39 died...
22:49:36.853968 run   osmo-ms-virt-phy/00004(pid=39): Terminated: ok {rc=0}
22:49:36.857519 ---      ParallelTerminationStrategy: PID 40 died...
22:49:36.858978 run   osmo-ms-virt-phy/00005(pid=40): Terminated: ok {rc=0}
22:49:36.862530 ---      ParallelTerminationStrategy: PID 41 died...
22:49:36.863982 run   osmo-ms-virt-phy/00006(pid=41): Terminated: ok {rc=0}
22:49:36.867537 ---      ParallelTerminationStrategy: PID 42 died...
22:49:36.868977 run   osmo-ms-virt-phy/00007(pid=42): Terminated: ok {rc=0}
22:49:36.872527 ---      ParallelTerminationStrategy: PID 43 died...
22:49:36.873972 run   osmo-ms-virt-phy/00008(pid=43): Terminated: ok {rc=0}
22:49:36.877530 ---      ParallelTerminationStrategy: PID 44 died...
22:49:36.878964 run   osmo-ms-virt-phy/00009(pid=44): Terminated: ok {rc=0}
22:49:36.882492 ---      ParallelTerminationStrategy: PID 45 died...
22:49:36.883933 run   osmo-ms-virt-phy/00010(pid=45): Terminated: ok {rc=0}
22:49:36.887466 ---      ParallelTerminationStrategy: PID 46 died...
22:49:36.888888 run   osmo-ms-virt-phy/00011(pid=46): Terminated: ok {rc=0}
22:49:36.892457 ---      ParallelTerminationStrategy: PID 47 died...
22:49:36.893890 run   osmo-ms-virt-phy/00012(pid=47): Terminated: ok {rc=0}
22:49:36.897430 ---      ParallelTerminationStrategy: PID 48 died...
22:49:36.898855 run   osmo-ms-virt-phy/00013(pid=48): Terminated: ok {rc=0}
22:49:36.902386 ---      ParallelTerminationStrategy: PID 49 died...
22:49:36.903817 run   osmo-ms-virt-phy/00014(pid=49): Terminated: ok {rc=0}
22:49:36.907359 ---      ParallelTerminationStrategy: PID 50 died...
22:49:36.908785 run   osmo-ms-virt-phy/00015(pid=50): Terminated: ok {rc=0}
22:49:36.912318 ---      ParallelTerminationStrategy: PID 51 died...
22:49:36.913747 run   osmo-ms-virt-phy/00016(pid=51): Terminated: ok {rc=0}
22:49:36.917289 ---      ParallelTerminationStrategy: PID 52 died...
22:49:36.918722 run   osmo-ms-virt-phy/00017(pid=52): Terminated: ok {rc=0}
22:49:36.922310 ---      ParallelTerminationStrategy: PID 53 died...
22:49:36.923764 run   osmo-ms-virt-phy/00018(pid=53): Terminated: ok {rc=0}
22:49:36.927290 ---      ParallelTerminationStrategy: PID 54 died...
22:49:36.928729 run   osmo-ms-virt-phy/00019(pid=54): Terminated: ok {rc=0}
22:49:36.932257 ---      ParallelTerminationStrategy: PID 55 died...
22:49:36.933688 run   osmo-ms-virt-phy/00020(pid=55): Terminated: ok {rc=0}
22:49:36.937221 ---      ParallelTerminationStrategy: PID 56 died...
22:49:36.938644 run   osmo-ms-virt-phy/00021(pid=56): Terminated: ok {rc=0}
22:49:36.942199 ---      ParallelTerminationStrategy: PID 57 died...
22:49:36.943639 run   osmo-ms-virt-phy/00022(pid=57): Terminated: ok {rc=0}
22:49:36.947152 ---      ParallelTerminationStrategy: PID 58 died...
22:49:36.948583 run   osmo-ms-virt-phy/00023(pid=58): Terminated: ok {rc=0}
22:49:36.952124 ---      ParallelTerminationStrategy: PID 59 died...
22:49:36.953564 run   osmo-ms-virt-phy/00024(pid=59): Terminated: ok {rc=0}
22:49:36.957141 ---      ParallelTerminationStrategy: PID 60 died...
22:49:36.958580 run   osmo-ms-virt-phy/00025(pid=60): Terminated: ok {rc=0}
22:49:36.962101 ---      ParallelTerminationStrategy: PID 61 died...
22:49:36.963534 run   osmo-ms-virt-phy/00026(pid=61): Terminated: ok {rc=0}
22:49:36.967063 ---      ParallelTerminationStrategy: PID 62 died...
22:49:36.968500 run   osmo-ms-virt-phy/00027(pid=62): Terminated: ok {rc=0}
22:49:36.972060 ---      ParallelTerminationStrategy: PID 63 died...
22:49:36.973493 run   osmo-ms-virt-phy/00028(pid=63): Terminated: ok {rc=0}
22:49:36.977023 ---      ParallelTerminationStrategy: PID 64 died...
22:49:36.978461 run   osmo-ms-virt-phy/00029(pid=64): Terminated: ok {rc=0}
22:49:36.981990 ---      ParallelTerminationStrategy: PID 65 died...
22:49:36.983421 run   osmo-ms-virt-phy/00030(pid=65): Terminated: ok {rc=0}
22:49:36.986959 ---      ParallelTerminationStrategy: PID 66 died...
22:49:36.988394 run   osmo-ms-virt-phy/00031(pid=66): Terminated: ok {rc=0}
22:49:36.991916 ---      ParallelTerminationStrategy: PID 67 died...
22:49:36.993345 run   osmo-ms-virt-phy/00032(pid=67): Terminated: ok {rc=0}
22:49:36.996882 ---      ParallelTerminationStrategy: PID 68 died...
22:49:36.998310 run   osmo-ms-virt-phy/00033(pid=68): Terminated: ok {rc=0}
22:49:37.001840 ---      ParallelTerminationStrategy: PID 69 died...
22:49:37.003291 run   osmo-ms-virt-phy/00034(pid=69): Terminated: ok {rc=0}
22:49:37.006807 ---      ParallelTerminationStrategy: PID 70 died...
22:49:37.008241 run   osmo-ms-virt-phy/00035(pid=70): Terminated: ok {rc=0}
22:49:37.011756 ---      ParallelTerminationStrategy: PID 71 died...
22:49:37.013189 run   osmo-ms-virt-phy/00036(pid=71): Terminated: ok {rc=0}
22:49:37.016712 ---      ParallelTerminationStrategy: PID 72 died...
22:49:37.018140 run   osmo-ms-virt-phy/00037(pid=72): Terminated: ok {rc=0}
22:49:37.021678 ---      ParallelTerminationStrategy: PID 73 died...
22:49:37.023102 run   osmo-ms-virt-phy/00038(pid=73): Terminated: ok {rc=0}
22:49:37.026619 ---      ParallelTerminationStrategy: PID 74 died...
22:49:37.028057 run   osmo-ms-virt-phy/00039(pid=74): Terminated: ok {rc=0}
22:49:37.031574 ---      ParallelTerminationStrategy: PID 75 died...
22:49:37.032999 run   osmo-ms-virt-phy/00040(pid=75): Terminated: ok {rc=0}
22:49:37.036542 ---      ParallelTerminationStrategy: PID 76 died...
22:49:37.037965 run   osmo-ms-virt-phy/00041(pid=76): Terminated: ok {rc=0}
22:49:37.041480 ---      ParallelTerminationStrategy: PID 77 died...
22:49:37.042906 run   osmo-ms-virt-phy/00042(pid=77): Terminated: ok {rc=0}
22:49:37.046417 ---      ParallelTerminationStrategy: PID 78 died...
22:49:37.047844 run   osmo-ms-virt-phy/00043(pid=78): Terminated: ok {rc=0}
22:49:37.051387 ---      ParallelTerminationStrategy: PID 79 died...
22:49:37.052819 run   osmo-ms-virt-phy/00044(pid=79): Terminated: ok {rc=0}
22:49:37.056347 ---      ParallelTerminationStrategy: PID 80 died...
22:49:37.057774 run   osmo-ms-virt-phy/00045(pid=80): Terminated: ok {rc=0}
22:49:37.061307 ---      ParallelTerminationStrategy: PID 81 died...
22:49:37.062732 run   osmo-ms-virt-phy/00046(pid=81): Terminated: ok {rc=0}
22:49:37.066283 ---      ParallelTerminationStrategy: PID 82 died...
22:49:37.067730 run   osmo-ms-virt-phy/00047(pid=82): Terminated: ok {rc=0}
22:49:37.071262 ---      ParallelTerminationStrategy: PID 83 died...
22:49:37.072689 run   osmo-ms-virt-phy/00048(pid=83): Terminated: ok {rc=0}
22:49:37.076226 ---      ParallelTerminationStrategy: PID 84 died...
22:49:37.077651 run   osmo-ms-virt-phy/00049(pid=84): Terminated: ok {rc=0}
22:49:37.081181 ---      ParallelTerminationStrategy: PID 85 died...
22:49:37.082606 run   osmo-ms-virt-phy/00050(pid=85): Terminated: ok {rc=0}
22:49:37.086169 ---      ParallelTerminationStrategy: PID 86 died...
22:49:37.087606 run   osmo-ms-virt-phy/00051(pid=86): Terminated: ok {rc=0}
22:49:37.091129 ---      ParallelTerminationStrategy: PID 87 died...
22:49:37.092554 run   osmo-ms-virt-phy/00052(pid=87): Terminated: ok {rc=0}
22:49:37.096092 ---      ParallelTerminationStrategy: PID 88 died...
22:49:37.097518 run   osmo-ms-virt-phy/00053(pid=88): Terminated: ok {rc=0}
22:49:37.101073 ---      ParallelTerminationStrategy: PID 89 died...
22:49:37.102508 run   osmo-ms-virt-phy/00054(pid=89): Terminated: ok {rc=0}
22:49:37.106030 ---      ParallelTerminationStrategy: PID 90 died...
22:49:37.107472 run   osmo-ms-virt-phy/00055(pid=90): Terminated: ok {rc=0}
22:49:37.111008 ---      ParallelTerminationStrategy: PID 91 died...
22:49:37.112436 run   osmo-ms-virt-phy/00056(pid=91): Terminated: ok {rc=0}
22:49:37.115981 ---      ParallelTerminationStrategy: PID 92 died...
22:49:37.117408 run   osmo-ms-virt-phy/00057(pid=92): Terminated: ok {rc=0}
22:49:37.120930 ---      ParallelTerminationStrategy: PID 93 died...
22:49:37.122373 run   osmo-ms-virt-phy/00058(pid=93): Terminated: ok {rc=0}
22:49:37.125908 ---      ParallelTerminationStrategy: PID 94 died...
22:49:37.127335 run   osmo-ms-virt-phy/00059(pid=94): Terminated: ok {rc=0}
22:49:37.130900 ---      ParallelTerminationStrategy: PID 95 died...
22:49:37.132338 run   osmo-ms-virt-phy/00060(pid=95): Terminated: ok {rc=0}
22:49:37.135883 ---      ParallelTerminationStrategy: PID 96 died...
22:49:37.137318 run   osmo-ms-virt-phy/00061(pid=96): Terminated: ok {rc=0}
22:49:37.140847 ---      ParallelTerminationStrategy: PID 97 died...
22:49:37.142282 run   osmo-ms-virt-phy/00062(pid=97): Terminated: ok {rc=0}
22:49:37.145825 ---      ParallelTerminationStrategy: PID 98 died...
22:49:37.147856 run   osmo-ms-virt-phy/00063(pid=98): Terminated: ok {rc=0}
22:49:37.153074 ---      ParallelTerminationStrategy: PID 99 died...
22:49:37.154546 run   osmo-ms-virt-phy/00064(pid=99): Terminated: ok {rc=0}
22:49:37.158087 ---      ParallelTerminationStrategy: PID 100 died...
22:49:37.159539 run  osmo-ms-virt-phy/00065(pid=100): Terminated: ok {rc=0}
22:49:37.163095 ---      ParallelTerminationStrategy: PID 101 died...
22:49:37.164528 run  osmo-ms-virt-phy/00066(pid=101): Terminated: ok {rc=0}
22:49:37.168104 ---      ParallelTerminationStrategy: PID 102 died...
22:49:37.169544 run  osmo-ms-virt-phy/00067(pid=102): Terminated: ok {rc=0}
22:49:37.173084 ---      ParallelTerminationStrategy: PID 103 died...
22:49:37.174521 run  osmo-ms-virt-phy/00068(pid=103): Terminated: ok {rc=0}
22:49:37.178066 ---      ParallelTerminationStrategy: PID 104 died...
22:49:37.179513 run  osmo-ms-virt-phy/00069(pid=104): Terminated: ok {rc=0}
22:49:37.183063 ---      ParallelTerminationStrategy: PID 105 died...
22:49:37.184483 run  osmo-ms-virt-phy/00070(pid=105): Terminated: ok {rc=0}
22:49:37.188020 ---      ParallelTerminationStrategy: PID 106 died...
22:49:37.189448 run  osmo-ms-virt-phy/00071(pid=106): Terminated: ok {rc=0}
22:49:37.192996 ---      ParallelTerminationStrategy: PID 107 died...
22:49:37.194428 run  osmo-ms-virt-phy/00072(pid=107): Terminated: ok {rc=0}
22:49:37.197990 ---      ParallelTerminationStrategy: PID 108 died...
22:49:37.199426 run  osmo-ms-virt-phy/00073(pid=108): Terminated: ok {rc=0}
22:49:37.202945 ---      ParallelTerminationStrategy: PID 109 died...
22:49:37.204385 run  osmo-ms-virt-phy/00074(pid=109): Terminated: ok {rc=0}
22:49:37.207919 ---      ParallelTerminationStrategy: PID 110 died...
22:49:37.209363 run  osmo-ms-virt-phy/00075(pid=110): Terminated: ok {rc=0}
22:49:37.212901 ---      ParallelTerminationStrategy: PID 111 died...
22:49:37.214366 run  osmo-ms-virt-phy/00076(pid=111): Terminated: ok {rc=0}
22:49:37.217934 ---      ParallelTerminationStrategy: PID 112 died...
22:49:37.219374 run  osmo-ms-virt-phy/00077(pid=112): Terminated: ok {rc=0}
22:49:37.222925 ---      ParallelTerminationStrategy: PID 113 died...
22:49:37.224368 run  osmo-ms-virt-phy/00078(pid=113): Terminated: ok {rc=0}
22:49:37.227934 ---      ParallelTerminationStrategy: PID 114 died...
22:49:37.229360 run  osmo-ms-virt-phy/00079(pid=114): Terminated: ok {rc=0}
22:49:37.232840 ---      ParallelTerminationStrategy: PID 115 died...
22:49:37.234254 run  osmo-ms-virt-phy/00080(pid=115): Terminated: ok {rc=0}
22:49:37.237734 ---      ParallelTerminationStrategy: PID 116 died...
22:49:37.239160 run  osmo-ms-virt-phy/00081(pid=116): Terminated: ok {rc=0}
22:49:37.242696 ---      ParallelTerminationStrategy: PID 117 died...
22:49:37.244153 run  osmo-ms-virt-phy/00082(pid=117): Terminated: ok {rc=0}
22:49:37.247709 ---      ParallelTerminationStrategy: PID 118 died...
22:49:37.249137 run  osmo-ms-virt-phy/00083(pid=118): Terminated: ok {rc=0}
22:49:37.252690 ---      ParallelTerminationStrategy: PID 119 died...
22:49:37.254111 run  osmo-ms-virt-phy/00084(pid=119): Terminated: ok {rc=0}
22:49:37.260820 ---      ParallelTerminationStrategy: PID 120 died...
22:49:37.263437 run  osmo-ms-virt-phy/00085(pid=120): Terminated: ok {rc=0}
22:49:37.266966 ---      ParallelTerminationStrategy: PID 121 died...
22:49:37.268385 run  osmo-ms-virt-phy/00086(pid=121): Terminated: ok {rc=0}
22:49:37.271872 ---      ParallelTerminationStrategy: PID 122 died...
22:49:37.273296 run  osmo-ms-virt-phy/00087(pid=122): Terminated: ok {rc=0}
22:49:37.279858 ---      ParallelTerminationStrategy: PID 123 died...
22:49:37.283721 run  osmo-ms-virt-phy/00088(pid=123): Terminated: ok {rc=0}
22:49:37.289152 ---      ParallelTerminationStrategy: PID 124 died...
22:49:37.290598 run  osmo-ms-virt-phy/00089(pid=124): Terminated: ok {rc=0}
22:49:37.294141 ---      ParallelTerminationStrategy: PID 125 died...
22:49:37.295595 run  osmo-ms-virt-phy/00090(pid=125): Terminated: ok {rc=0}
22:49:37.299130 ---      ParallelTerminationStrategy: PID 126 died...
22:49:37.300563 run  osmo-ms-virt-phy/00091(pid=126): Terminated: ok {rc=0}
22:49:37.304098 ---      ParallelTerminationStrategy: PID 127 died...
22:49:37.305537 run  osmo-ms-virt-phy/00092(pid=127): Terminated: ok {rc=0}
22:49:37.309073 ---      ParallelTerminationStrategy: PID 128 died...
22:49:37.310504 run  osmo-ms-virt-phy/00093(pid=128): Terminated: ok {rc=0}
22:49:37.314057 ---      ParallelTerminationStrategy: PID 129 died...
22:49:37.315503 run  osmo-ms-virt-phy/00094(pid=129): Terminated: ok {rc=0}
22:49:37.319050 ---      ParallelTerminationStrategy: PID 130 died...
22:49:37.320478 run  osmo-ms-virt-phy/00095(pid=130): Terminated: ok {rc=0}
22:49:37.324019 ---      ParallelTerminationStrategy: PID 131 died...
22:49:37.325455 run  osmo-ms-virt-phy/00096(pid=131): Terminated: ok {rc=0}
22:49:37.329010 ---      ParallelTerminationStrategy: PID 132 died...
22:49:37.330445 run  osmo-ms-virt-phy/00097(pid=132): Terminated: ok {rc=0}
22:49:37.334008 ---      ParallelTerminationStrategy: PID 133 died...
22:49:37.335444 run  osmo-ms-virt-phy/00098(pid=133): Terminated: ok {rc=0}
22:49:37.338980 ---      ParallelTerminationStrategy: PID 134 died...
22:49:37.340411 run  osmo-ms-virt-phy/00099(pid=134): Terminated: ok {rc=0}
22:49:37.343950 ---      ParallelTerminationStrategy: PID 135 died...
22:49:37.345378 run       osmo-ms-mob/00000(pid=135): Terminated {rc=26112}
22:49:37.348951 ---      ParallelTerminationStrategy: PID 136 died...
22:49:37.350380 run       osmo-ms-mob/00001(pid=136): Terminated {rc=26112}
22:49:37.353933 ---      ParallelTerminationStrategy: PID 137 died...
22:49:37.355367 run       osmo-ms-mob/00002(pid=137): Terminated {rc=26112}
22:49:37.358909 ---      ParallelTerminationStrategy: PID 138 died...
22:49:37.360339 run       osmo-ms-mob/00003(pid=138): Terminated {rc=26112}
22:49:37.363937 ---      ParallelTerminationStrategy: PID 139 died...
22:49:37.365366 run       osmo-ms-mob/00004(pid=139): Terminated {rc=26112}
22:49:37.368924 ---      ParallelTerminationStrategy: PID 140 died...
22:49:37.370352 run       osmo-ms-mob/00005(pid=140): Terminated {rc=26112}
22:49:37.373895 ---      ParallelTerminationStrategy: PID 141 died...
22:49:37.375341 run       osmo-ms-mob/00006(pid=141): Terminated {rc=26112}
22:49:37.378911 ---      ParallelTerminationStrategy: PID 142 died...
22:49:37.380344 run       osmo-ms-mob/00007(pid=142): Terminated {rc=26112}
22:49:37.383885 ---      ParallelTerminationStrategy: PID 143 died...
22:49:37.385316 run       osmo-ms-mob/00008(pid=143): Terminated {rc=26112}
22:49:37.388876 ---      ParallelTerminationStrategy: PID 144 died...
22:49:37.390309 run       osmo-ms-mob/00009(pid=144): Terminated {rc=26112}
22:49:37.393853 ---      ParallelTerminationStrategy: PID 145 died...
22:49:37.395298 run       osmo-ms-mob/00010(pid=145): Terminated {rc=26112}
22:49:37.398848 ---      ParallelTerminationStrategy: PID 146 died...
22:49:37.400284 run       osmo-ms-mob/00011(pid=146): Terminated {rc=26112}
22:49:37.403843 ---      ParallelTerminationStrategy: PID 147 died...
22:49:37.405291 run       osmo-ms-mob/00012(pid=147): Terminated {rc=26112}
22:49:37.408854 ---      ParallelTerminationStrategy: PID 148 died...
22:49:37.410291 run       osmo-ms-mob/00013(pid=148): Terminated {rc=26112}
22:49:37.413879 ---      ParallelTerminationStrategy: PID 149 died...
22:49:37.415317 run       osmo-ms-mob/00014(pid=149): Terminated {rc=26112}
22:49:37.418887 ---      ParallelTerminationStrategy: PID 150 died...
22:49:37.420315 run       osmo-ms-mob/00015(pid=150): Terminated {rc=26112}
22:49:37.423865 ---      ParallelTerminationStrategy: PID 151 died...
22:49:37.425297 run       osmo-ms-mob/00016(pid=151): Terminated {rc=26112}
22:49:37.428872 ---      ParallelTerminationStrategy: PID 152 died...
22:49:37.430312 run       osmo-ms-mob/00017(pid=152): Terminated {rc=26112}
22:49:37.433861 ---      ParallelTerminationStrategy: PID 153 died...
22:49:37.435299 run       osmo-ms-mob/00018(pid=153): Terminated {rc=26112}
22:49:37.438840 ---      ParallelTerminationStrategy: PID 154 died...
22:49:37.440279 run       osmo-ms-mob/00019(pid=154): Terminated {rc=26112}
22:49:37.443837 ---      ParallelTerminationStrategy: PID 155 died...
22:49:37.445277 run       osmo-ms-mob/00020(pid=155): Terminated {rc=26112}
22:49:37.448827 ---      ParallelTerminationStrategy: PID 156 died...
22:49:37.450256 run       osmo-ms-mob/00021(pid=156): Terminated {rc=26112}
22:49:37.453814 ---      ParallelTerminationStrategy: PID 157 died...
22:49:37.455255 run       osmo-ms-mob/00022(pid=157): Terminated {rc=26112}
22:49:37.458789 ---      ParallelTerminationStrategy: PID 158 died...
22:49:37.460231 run       osmo-ms-mob/00023(pid=158): Terminated {rc=26112}
22:49:37.463789 ---      ParallelTerminationStrategy: PID 159 died...
22:49:37.465226 run       osmo-ms-mob/00024(pid=159): Terminated {rc=26112}
22:49:37.468783 ---      ParallelTerminationStrategy: PID 160 died...
22:49:37.470207 run       osmo-ms-mob/00025(pid=160): Terminated {rc=26112}
22:49:37.473756 ---      ParallelTerminationStrategy: PID 161 died...
22:49:37.475208 run       osmo-ms-mob/00026(pid=161): Terminated {rc=26112}
22:49:37.478751 ---      ParallelTerminationStrategy: PID 162 died...
22:49:37.480191 run       osmo-ms-mob/00027(pid=162): Terminated {rc=26112}
22:49:37.483746 ---      ParallelTerminationStrategy: PID 163 died...
22:49:37.485171 run       osmo-ms-mob/00028(pid=163): Terminated {rc=26112}
22:49:37.488722 ---      ParallelTerminationStrategy: PID 164 died...
22:49:37.490148 run       osmo-ms-mob/00029(pid=164): Terminated {rc=26112}
22:49:37.493716 ---      ParallelTerminationStrategy: PID 165 died...
22:49:37.495153 run       osmo-ms-mob/00030(pid=165): Terminated {rc=26112}
22:49:37.498704 ---      ParallelTerminationStrategy: PID 166 died...
22:49:37.500137 run       osmo-ms-mob/00031(pid=166): Terminated {rc=26112}
22:49:37.503694 ---      ParallelTerminationStrategy: PID 167 died...
22:49:37.505140 run       osmo-ms-mob/00032(pid=167): Terminated {rc=26112}
22:49:37.508706 ---      ParallelTerminationStrategy: PID 168 died...
22:49:37.510128 run       osmo-ms-mob/00033(pid=168): Terminated {rc=26112}
22:49:37.513672 ---      ParallelTerminationStrategy: PID 169 died...
22:49:37.515103 run       osmo-ms-mob/00034(pid=169): Terminated {rc=26112}
22:49:37.518648 ---      ParallelTerminationStrategy: PID 170 died...
22:49:37.520080 run       osmo-ms-mob/00035(pid=170): Terminated {rc=26112}
22:49:37.523651 ---      ParallelTerminationStrategy: PID 171 died...
22:49:37.525076 run       osmo-ms-mob/00036(pid=171): Terminated {rc=26112}
22:49:37.528634 ---      ParallelTerminationStrategy: PID 172 died...
22:49:37.530058 run       osmo-ms-mob/00037(pid=172): Terminated {rc=26112}
22:49:37.533605 ---      ParallelTerminationStrategy: PID 173 died...
22:49:37.535037 run       osmo-ms-mob/00038(pid=173): Terminated {rc=26112}
22:49:37.538576 ---      ParallelTerminationStrategy: PID 174 died...
22:49:37.540033 run       osmo-ms-mob/00039(pid=174): Terminated {rc=26112}
22:49:37.543582 ---      ParallelTerminationStrategy: PID 175 died...
22:49:37.545013 run       osmo-ms-mob/00040(pid=175): Terminated {rc=26112}
22:49:37.548570 ---      ParallelTerminationStrategy: PID 176 died...
22:49:37.550056 run       osmo-ms-mob/00041(pid=176): Terminated {rc=26112}
22:49:37.553746 ---      ParallelTerminationStrategy: PID 177 died...
22:49:37.555244 run       osmo-ms-mob/00042(pid=177): Terminated {rc=26112}
22:49:37.558974 ---      ParallelTerminationStrategy: PID 178 died...
22:49:37.560469 run       osmo-ms-mob/00043(pid=178): Terminated {rc=26112}
22:49:37.564180 ---      ParallelTerminationStrategy: PID 179 died...
22:49:37.565676 run       osmo-ms-mob/00044(pid=179): Terminated {rc=26112}
22:49:37.569382 ---      ParallelTerminationStrategy: PID 180 died...
22:49:37.570899 run       osmo-ms-mob/00045(pid=180): Terminated {rc=26112}
22:49:37.574604 ---      ParallelTerminationStrategy: PID 181 died...
22:49:37.576093 run       osmo-ms-mob/00046(pid=181): Terminated {rc=26112}
22:49:37.579806 ---      ParallelTerminationStrategy: PID 182 died...
22:49:37.581300 run       osmo-ms-mob/00047(pid=182): Terminated {rc=26112}
22:49:37.584995 ---      ParallelTerminationStrategy: PID 183 died...
22:49:37.586490 run       osmo-ms-mob/00048(pid=183): Terminated {rc=26112}
22:49:37.590220 ---      ParallelTerminationStrategy: PID 184 died...
22:49:37.591723 run       osmo-ms-mob/00049(pid=184): Terminated {rc=26112}
22:49:37.595430 ---      ParallelTerminationStrategy: PID 185 died...
22:49:37.596914 run       osmo-ms-mob/00050(pid=185): Terminated {rc=26112}
22:49:37.600634 ---      ParallelTerminationStrategy: PID 186 died...
22:49:37.602130 run       osmo-ms-mob/00051(pid=186): Terminated {rc=26112}
22:49:37.605852 ---      ParallelTerminationStrategy: PID 187 died...
22:49:37.607342 run       osmo-ms-mob/00052(pid=187): Terminated {rc=26112}
22:49:37.611049 ---      ParallelTerminationStrategy: PID 188 died...
22:49:37.612538 run       osmo-ms-mob/00053(pid=188): Terminated {rc=26112}
22:49:37.616256 ---      ParallelTerminationStrategy: PID 189 died...
22:49:37.617744 run       osmo-ms-mob/00054(pid=189): Terminated {rc=26112}
22:49:37.621490 ---      ParallelTerminationStrategy: PID 190 died...
22:49:37.622981 run       osmo-ms-mob/00055(pid=190): Terminated {rc=26112}
22:49:37.626691 ---      ParallelTerminationStrategy: PID 191 died...
22:49:37.628181 run       osmo-ms-mob/00056(pid=191): Terminated {rc=26112}
22:49:37.631877 ---      ParallelTerminationStrategy: PID 192 died...
22:49:37.633364 run       osmo-ms-mob/00057(pid=192): Terminated {rc=26112}
22:49:37.637085 ---      ParallelTerminationStrategy: PID 193 died...
22:49:37.638575 run       osmo-ms-mob/00058(pid=193): Terminated {rc=26112}
22:49:37.642280 ---      ParallelTerminationStrategy: PID 194 died...
22:49:37.643768 run       osmo-ms-mob/00059(pid=194): Terminated {rc=26112}
22:49:37.647472 ---      ParallelTerminationStrategy: PID 195 died...
22:49:37.648969 run       osmo-ms-mob/00060(pid=195): Terminated {rc=26112}
22:49:37.652680 ---      ParallelTerminationStrategy: PID 196 died...
22:49:37.654179 run       osmo-ms-mob/00061(pid=196): Terminated {rc=26112}
22:49:37.657885 ---      ParallelTerminationStrategy: PID 197 died...
22:49:37.659375 run       osmo-ms-mob/00062(pid=197): Terminated {rc=26112}
22:49:37.663088 ---      ParallelTerminationStrategy: PID 198 died...
22:49:37.664582 run       osmo-ms-mob/00063(pid=198): Terminated {rc=26112}
22:49:37.668320 ---      ParallelTerminationStrategy: PID 199 died...
22:49:37.669805 run       osmo-ms-mob/00064(pid=199): Terminated {rc=26112}
22:49:37.673496 ---      ParallelTerminationStrategy: PID 200 died...
22:49:37.674982 run       osmo-ms-mob/00065(pid=200): Terminated {rc=26112}
22:49:37.678659 ---      ParallelTerminationStrategy: PID 201 died...
22:49:37.680146 run       osmo-ms-mob/00066(pid=201): Terminated {rc=26112}
22:49:37.683888 ---      ParallelTerminationStrategy: PID 202 died...
22:49:37.685381 run       osmo-ms-mob/00067(pid=202): Terminated {rc=26112}
22:49:37.689102 ---      ParallelTerminationStrategy: PID 203 died...
22:49:37.690585 run       osmo-ms-mob/00068(pid=203): Terminated {rc=26112}
22:49:37.694283 ---      ParallelTerminationStrategy: PID 204 died...
22:49:37.695777 run       osmo-ms-mob/00069(pid=204): Terminated {rc=26112}
22:49:37.699509 ---      ParallelTerminationStrategy: PID 205 died...
22:49:37.700997 run       osmo-ms-mob/00070(pid=205): Terminated {rc=26112}
22:49:37.704690 ---      ParallelTerminationStrategy: PID 206 died...
22:49:37.706189 run       osmo-ms-mob/00071(pid=206): Terminated {rc=26112}
22:49:37.709884 ---      ParallelTerminationStrategy: PID 207 died...
22:49:37.711373 run       osmo-ms-mob/00072(pid=207): Terminated {rc=26112}
22:49:37.715086 ---      ParallelTerminationStrategy: PID 208 died...
22:49:37.716578 run       osmo-ms-mob/00073(pid=208): Terminated {rc=26112}
22:49:37.720271 ---      ParallelTerminationStrategy: PID 209 died...
22:49:37.721755 run       osmo-ms-mob/00074(pid=209): Terminated {rc=26112}
22:49:37.725461 ---      ParallelTerminationStrategy: PID 210 died...
22:49:37.726964 run       osmo-ms-mob/00075(pid=210): Terminated {rc=26112}
22:49:37.730658 ---      ParallelTerminationStrategy: PID 211 died...
22:49:37.732148 run       osmo-ms-mob/00076(pid=211): Terminated {rc=26112}
22:49:37.735871 ---      ParallelTerminationStrategy: PID 212 died...
22:49:37.737361 run       osmo-ms-mob/00077(pid=212): Terminated {rc=26112}
22:49:37.741064 ---      ParallelTerminationStrategy: PID 213 died...
22:49:37.742551 run       osmo-ms-mob/00078(pid=213): Terminated {rc=26112}
22:49:37.746256 ---      ParallelTerminationStrategy: PID 214 died...
22:49:37.747755 run       osmo-ms-mob/00079(pid=214): Terminated {rc=26112}
22:49:37.751453 ---      ParallelTerminationStrategy: PID 215 died...
22:49:37.752940 run       osmo-ms-mob/00080(pid=215): Terminated {rc=26112}
22:49:37.756637 ---      ParallelTerminationStrategy: PID 216 died...
22:49:37.758128 run       osmo-ms-mob/00081(pid=216): Terminated {rc=26112}
22:49:37.761828 ---      ParallelTerminationStrategy: PID 217 died...
22:49:37.763352 run       osmo-ms-mob/00082(pid=217): Terminated {rc=26112}
22:49:37.767050 ---      ParallelTerminationStrategy: PID 218 died...
22:49:37.768539 run       osmo-ms-mob/00083(pid=218): Terminated {rc=26112}
22:49:37.772248 ---      ParallelTerminationStrategy: PID 219 died...
22:49:37.773735 run       osmo-ms-mob/00084(pid=219): Terminated {rc=26112}
22:49:37.777422 ---      ParallelTerminationStrategy: PID 220 died...
22:49:37.778919 run       osmo-ms-mob/00085(pid=220): Terminated {rc=26112}
22:49:37.782631 ---      ParallelTerminationStrategy: PID 221 died...
22:49:37.784126 run       osmo-ms-mob/00086(pid=221): Terminated {rc=26112}
22:49:37.787823 ---      ParallelTerminationStrategy: PID 222 died...
22:49:37.789305 run       osmo-ms-mob/00087(pid=222): Terminated {rc=26112}
22:49:37.793019 ---      ParallelTerminationStrategy: PID 223 died...
22:49:37.794499 run       osmo-ms-mob/00088(pid=223): Terminated {rc=26112}
22:49:37.798218 ---      ParallelTerminationStrategy: PID 224 died...
22:49:37.799702 run       osmo-ms-mob/00089(pid=224): Terminated {rc=26112}
22:49:37.803396 ---      ParallelTerminationStrategy: PID 225 died...
22:49:37.804889 run       osmo-ms-mob/00090(pid=225): Terminated {rc=26112}
22:49:37.808607 ---      ParallelTerminationStrategy: PID 226 died...
22:49:37.810099 run       osmo-ms-mob/00091(pid=226): Terminated {rc=26112}
22:49:37.813823 ---      ParallelTerminationStrategy: PID 227 died...
22:49:37.815317 run       osmo-ms-mob/00092(pid=227): Terminated {rc=26112}
22:49:37.819017 ---      ParallelTerminationStrategy: PID 228 died...
22:49:37.820513 run       osmo-ms-mob/00093(pid=228): Terminated {rc=26112}
22:49:37.824207 ---      ParallelTerminationStrategy: PID 229 died...
22:49:37.825689 run       osmo-ms-mob/00094(pid=229): Terminated {rc=26112}
22:49:37.829402 ---      ParallelTerminationStrategy: PID 230 died...
22:49:37.830891 run       osmo-ms-mob/00095(pid=230): Terminated {rc=26112}
22:49:37.834602 ---      ParallelTerminationStrategy: PID 231 died...
22:49:37.836096 run       osmo-ms-mob/00096(pid=231): Terminated {rc=26112}
22:49:37.839789 ---      ParallelTerminationStrategy: PID 232 died...
22:49:37.841290 run       osmo-ms-mob/00097(pid=232): Terminated {rc=26112}
22:49:37.845014 ---      ParallelTerminationStrategy: PID 233 died...
22:49:37.846502 run       osmo-ms-mob/00098(pid=233): Terminated {rc=26112}
22:49:37.850222 ---      ParallelTerminationStrategy: PID 234 died...
22:49:37.851722 run       osmo-ms-mob/00099(pid=234): Terminated {rc=26112}
22:49:41.256216 ---      ParallelTerminationStrategy: PID 34 died...
22:49:41.262319 run         osmo-bts-virtual(pid=34): Terminated: ok {rc=0}
---------------------------------------------------------------------
trial-8392 netreg_mass PASS
---------------------------------------------------------------------
22:49:41.331116 tst                       trial-8392: Storing JUnit report in /build/trial-8392/run.2026-07-14_22-48-16/trial-8392.xml

--------------------------------------------------------------------------------------------
trial-8392 PASS
--------------------------------------------------------------------------------------------
22:49:41.341242 tst                       trial-8392: trial-8392: PASS, 1 suites passed
PASS: netreg_mass (pass: 1)
    pass: register_default_mass.py (79.2 sec)
+ exit_code=0
+ rm -rf trial-8392/inst
+ cd trial-8392
+ command -v journalctl
+ [ ! -z /usr/bin/journalctl ]
+ readlink last_run
+ journalctl -u ofono -o short-precise --since 2026-07-14 22:48:16
No journal files were found.
+ readlink last_run
+ tar czf /build/trial-8392-run.tgz run.2026-07-14_22-48-16
+ tar czf /build/trial-8392-bin.tgz checksums.md5 open5gs.build-8.tgz osmo-bsc.build-2026-07-14_16_17_04.tgz osmo-bts-oc2g.build-2026-07-14_00_52_17.tgz osmo-bts-sysmo.build-2026-07-14_00_52_20.tgz osmo-bts.build-2026-07-14_00_52_24.tgz osmo-ggsn.build-2026-07-14_20_43_24.tgz osmo-hlr.build-2026-07-14_16_37_45.tgz osmo-hnbgw.build-2026-07-14_16_20_04.tgz osmo-mgw.build-2026-07-14_08_33_45.tgz osmo-msc.build-2026-07-14_16_24_33.tgz osmo-nitb.build-17155.tgz osmo-pcu-oc2g.build-2026-07-14_07_35_06.tgz osmo-pcu-sysmo.build-2026-07-14_07_35_05.tgz osmo-pcu.build-2026-07-14_07_35_06.tgz osmo-sgsn.build-2026-07-14_20_49_48.tgz osmo-stp.build-2026-07-14_16_13_49.tgz osmo-trx.build-2026-07-14_14_22_23.tgz osmocom-bb.build-2026-07-14_21_18_51.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