Skip to content
This log is too long to show here, 14 KB has been skipped — click to see the complete log
[osmo-gsm-tester_virtual] $ /bin/sh -xe /tmp/jenkins10137753200206189337.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-8240
+ 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
84f2d35 osmo-ns-master: drop python3-osmopy-utils / --enable-external-tests
+ 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 [25/28] RUN     mkdir -p /etc/sudoers.d/ && cp osmo-gsm-tester/utils/sudoers.d/* /etc/sudoers.d/
#7 CACHED

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

#34 exporting to image
#34 exporting layers done
#34 writing image sha256:33a042a00e5223d70364e03e0d048c7340d93a6dd06e5c41fa01a875fcfc85f4 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=8241 -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-02-13 22:48:17
+ trial_dir_prefix=trial-
+ rm -rf trial-*
+ trial_dir=trial-8241
+ mkdir -p trial-8241
+ mv open5gs.build-8.tgz osmo-bsc.build-2026-02-13_13_26_58.tgz osmo-bts-oc2g.build-2026-02-13_00_51_28.tgz osmo-bts-sysmo.build-2026-02-13_00_51_22.tgz osmo-bts.build-2026-02-13_00_51_35.tgz osmo-ggsn.build-2026-02-13_20_42_49.tgz osmo-hlr.build-2026-02-13_16_36_49.tgz osmo-hnbgw.build-2026-02-13_13_30_58.tgz osmo-mgw.build-2026-02-13_08_33_07.tgz osmo-msc.build-2026-02-13_13_35_14.tgz osmo-nitb.build-17155.tgz osmo-pcu-oc2g.build-2026-02-13_07_34_58.tgz osmo-pcu-sysmo.build-2026-02-13_07_35_00.tgz osmo-pcu.build-2026-02-13_07_35_07.tgz osmo-sgsn.build-2026-02-13_20_48_37.tgz osmo-stp.build-2026-02-13_13_25_30.tgz osmo-trx.build-2026-02-13_14_21_34.tgz osmocom-bb.build-2026-02-13_21_17_45.tgz srslte.build-19.tgz trial-8241
+ cat open5gs.build-8.md5 osmo-bsc.build-2026-02-13_13_26_58.md5 osmo-bts-oc2g.build-2026-02-13_00_51_28.md5 osmo-bts-sysmo.build-2026-02-13_00_51_22.md5 osmo-bts.build-2026-02-13_00_51_35.md5 osmo-ggsn.build-2026-02-13_20_42_49.md5 osmo-hlr.build-2026-02-13_16_36_49.md5 osmo-hnbgw.build-2026-02-13_13_30_58.md5 osmo-mgw.build-2026-02-13_08_33_07.md5 osmo-msc.build-2026-02-13_13_35_14.md5 osmo-nitb.build-17155.md5 osmo-pcu-oc2g.build-2026-02-13_07_34_58.md5 osmo-pcu-sysmo.build-2026-02-13_07_35_00.md5 osmo-pcu.build-2026-02-13_07_35_07.md5 osmo-sgsn.build-2026-02-13_20_48_37.md5 osmo-stp.build-2026-02-13_13_25_30.md5 osmo-trx.build-2026-02-13_14_21_34.md5 osmocom-bb.build-2026-02-13_21_17_45.md5 srslte.build-19.md5
+ rm open5gs.build-8.md5 osmo-bsc.build-2026-02-13_13_26_58.md5 osmo-bts-oc2g.build-2026-02-13_00_51_28.md5 osmo-bts-sysmo.build-2026-02-13_00_51_22.md5 osmo-bts.build-2026-02-13_00_51_35.md5 osmo-ggsn.build-2026-02-13_20_42_49.md5 osmo-hlr.build-2026-02-13_16_36_49.md5 osmo-hnbgw.build-2026-02-13_13_30_58.md5 osmo-mgw.build-2026-02-13_08_33_07.md5 osmo-msc.build-2026-02-13_13_35_14.md5 osmo-nitb.build-17155.md5 osmo-pcu-oc2g.build-2026-02-13_07_34_58.md5 osmo-pcu-sysmo.build-2026-02-13_07_35_00.md5 osmo-pcu.build-2026-02-13_07_35_07.md5 osmo-sgsn.build-2026-02-13_20_48_37.md5 osmo-stp.build-2026-02-13_13_25_30.md5 osmo-trx.build-2026-02-13_14_21_34.md5 osmocom-bb.build-2026-02-13_21_17_45.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-8241 -s netreg_mass
combinations: ['netreg_mass']
trial: 'trial-8241'
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-8241
--------------------------------------------------------------------------------------------
22:48:17.539827 tst                       trial-8241: Detailed log at /build/trial-8241/run.2026-02-13_22-48-17/log

---------------------------------------------------------------------
trial-8241 netreg_mass
---------------------------------------------------------------------
22:48:17.743384 tst                      netreg_mass: reserving resources in /var/tmp/osmo-gsm-tester/state ...
22:48:17.743766 tst                      netreg_mass: Verifying 1 x bts (candidates: 1)
22:48:17.744552 tst                      netreg_mass: Verifying 6 x ip_address (candidates: 9)
22:48:17.745688 tst                      netreg_mass: Verifying 100 x modem (candidates: 100)
22:48:17.778414 tst                      netreg_mass: Reserving 1 x bts (candidates: 1)
22:48:17.779145 tst                      netreg_mass: Reserving 6 x ip_address (candidates: 9)
22:48:17.780270 tst                      netreg_mass: Reserving 100 x modem (candidates: 100)
22:48:17.841871 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-8241 netreg_mass register_default_mass.py
----------------------------------------------
22:48:17.842653 tst       register_default_mass.py:9: Claiming resources for the test
22:48:17.857933 tst                      netreg_mass: Using 1 x ip_address (candidates: 6)
22:48:17.858451 tst                      netreg_mass: Using 1 x ip_address (candidates: 6)
22:48:17.858892 tst                      netreg_mass: Using 1 x ip_address (candidates: 6)
22:48:17.859325 tst                      netreg_mass: Using 1 x ip_address (candidates: 6)
22:48:17.859767 tst                      netreg_mass: Using 1 x ip_address (candidates: 6)
22:48:17.860231 tst                      netreg_mass: Using 1 x ip_address (candidates: 6)
22:48:17.860677 tst                      netreg_mass: Using 1 x bts (candidates: 1)
22:48:17.890607 tst         register_default_mass.py: using LAC 2
22:48:17.912269 tst         register_default_mass.py: using RAC 2
22:48:17.937751 tst         register_default_mass.py: using CellId 2
22:48:17.965920 tst         register_default_mass.py: using BVCI 3
22:48:17.979177 tst                      netreg_mass: Using 1 x modem (candidates: 100)
22:48:17.979865 tst                      netreg_mass: Using 1 x modem (candidates: 100)
22:48:17.980443 tst                      netreg_mass: Using 1 x modem (candidates: 100)
22:48:17.980984 tst                      netreg_mass: Using 1 x modem (candidates: 100)
22:48:17.981521 tst                      netreg_mass: Using 1 x modem (candidates: 100)
22:48:17.982046 tst                      netreg_mass: Using 1 x modem (candidates: 100)
22:48:17.982562 tst                      netreg_mass: Using 1 x modem (candidates: 100)
22:48:17.983090 tst                      netreg_mass: Using 1 x modem (candidates: 100)
22:48:17.983625 tst                      netreg_mass: Using 1 x modem (candidates: 100)
22:48:17.984168 tst                      netreg_mass: Using 1 x modem (candidates: 100)
22:48:17.984674 tst                      netreg_mass: Using 1 x modem (candidates: 100)
22:48:17.985183 tst                      netreg_mass: Using 1 x modem (candidates: 100)
22:48:17.985707 tst                      netreg_mass: Using 1 x modem (candidates: 100)
22:48:17.986228 tst                      netreg_mass: Using 1 x modem (candidates: 100)
22:48:17.986743 tst                      netreg_mass: Using 1 x modem (candidates: 100)
22:48:17.987274 tst                      netreg_mass: Using 1 x modem (candidates: 100)
22:48:17.987792 tst                      netreg_mass: Using 1 x modem (candidates: 100)
22:48:17.988301 tst                      netreg_mass: Using 1 x modem (candidates: 100)
22:48:17.988818 tst                      netreg_mass: Using 1 x modem (candidates: 100)
22:48:17.989336 tst                      netreg_mass: Using 1 x modem (candidates: 100)
22:48:17.989843 tst                      netreg_mass: Using 1 x modem (candidates: 100)
22:48:17.990353 tst                      netreg_mass: Using 1 x modem (candidates: 100)
22:48:17.990883 tst                      netreg_mass: Using 1 x modem (candidates: 100)
22:48:17.991400 tst                      netreg_mass: Using 1 x modem (candidates: 100)
22:48:17.991908 tst                      netreg_mass: Using 1 x modem (candidates: 100)
22:48:17.992429 tst                      netreg_mass: Using 1 x modem (candidates: 100)
22:48:17.992950 tst                      netreg_mass: Using 1 x modem (candidates: 100)
22:48:17.993459 tst                      netreg_mass: Using 1 x modem (candidates: 100)
22:48:17.993989 tst                      netreg_mass: Using 1 x modem (candidates: 100)
22:48:17.994501 tst                      netreg_mass: Using 1 x modem (candidates: 100)
22:48:17.995004 tst                      netreg_mass: Using 1 x modem (candidates: 100)
22:48:17.995523 tst                      netreg_mass: Using 1 x modem (candidates: 100)
22:48:17.996044 tst                      netreg_mass: Using 1 x modem (candidates: 100)
22:48:17.996562 tst                      netreg_mass: Using 1 x modem (candidates: 100)
22:48:17.997077 tst                      netreg_mass: Using 1 x modem (candidates: 100)
22:48:17.997604 tst                      netreg_mass: Using 1 x modem (candidates: 100)
22:48:17.998119 tst                      netreg_mass: Using 1 x modem (candidates: 100)
22:48:17.998635 tst                      netreg_mass: Using 1 x modem (candidates: 100)
22:48:17.999161 tst                      netreg_mass: Using 1 x modem (candidates: 100)
22:48:17.999681 tst                      netreg_mass: Using 1 x modem (candidates: 100)
22:48:18.000185 tst                      netreg_mass: Using 1 x modem (candidates: 100)
22:48:18.000688 tst                      netreg_mass: Using 1 x modem (candidates: 100)
22:48:18.001216 tst                      netreg_mass: Using 1 x modem (candidates: 100)
22:48:18.001722 tst                      netreg_mass: Using 1 x modem (candidates: 100)
22:48:18.002230 tst                      netreg_mass: Using 1 x modem (candidates: 100)
22:48:18.002748 tst                      netreg_mass: Using 1 x modem (candidates: 100)
22:48:18.003254 tst                      netreg_mass: Using 1 x modem (candidates: 100)
22:48:18.003771 tst                      netreg_mass: Using 1 x modem (candidates: 100)
22:48:18.004292 tst                      netreg_mass: Using 1 x modem (candidates: 100)
22:48:18.004795 tst                      netreg_mass: Using 1 x modem (candidates: 100)
22:48:18.005298 tst                      netreg_mass: Using 1 x modem (candidates: 100)
22:48:18.005811 tst                      netreg_mass: Using 1 x modem (candidates: 100)
22:48:18.006313 tst                      netreg_mass: Using 1 x modem (candidates: 100)
22:48:18.006823 tst                      netreg_mass: Using 1 x modem (candidates: 100)
22:48:18.007333 tst                      netreg_mass: Using 1 x modem (candidates: 100)
22:48:18.007841 tst                      netreg_mass: Using 1 x modem (candidates: 100)
22:48:18.008349 tst                      netreg_mass: Using 1 x modem (candidates: 100)
22:48:18.008865 tst                      netreg_mass: Using 1 x modem (candidates: 100)
22:48:18.009364 tst                      netreg_mass: Using 1 x modem (candidates: 100)
22:48:18.009860 tst                      netreg_mass: Using 1 x modem (candidates: 100)
22:48:18.010364 tst                      netreg_mass: Using 1 x modem (candidates: 100)
22:48:18.010865 tst                      netreg_mass: Using 1 x modem (candidates: 100)
22:48:18.011368 tst                      netreg_mass: Using 1 x modem (candidates: 100)
22:48:18.011893 tst                      netreg_mass: Using 1 x modem (candidates: 100)
22:48:18.012398 tst                      netreg_mass: Using 1 x modem (candidates: 100)
22:48:18.012906 tst                      netreg_mass: Using 1 x modem (candidates: 100)
22:48:18.013427 tst                      netreg_mass: Using 1 x modem (candidates: 100)
22:48:18.013945 tst                      netreg_mass: Using 1 x modem (candidates: 100)
22:48:18.014447 tst                      netreg_mass: Using 1 x modem (candidates: 100)
22:48:18.014958 tst                      netreg_mass: Using 1 x modem (candidates: 100)
22:48:18.015465 tst                      netreg_mass: Using 1 x modem (candidates: 100)
22:48:18.015968 tst                      netreg_mass: Using 1 x modem (candidates: 100)
22:48:18.016551 tst                      netreg_mass: Using 1 x modem (candidates: 100)
22:48:18.017066 tst                      netreg_mass: Using 1 x modem (candidates: 100)
22:48:18.017567 tst                      netreg_mass: Using 1 x modem (candidates: 100)
22:48:18.018055 tst                      netreg_mass: Using 1 x modem (candidates: 100)
22:48:18.018560 tst                      netreg_mass: Using 1 x modem (candidates: 100)
22:48:18.019066 tst                      netreg_mass: Using 1 x modem (candidates: 100)
22:48:18.019564 tst                      netreg_mass: Using 1 x modem (candidates: 100)
22:48:18.020081 tst                      netreg_mass: Using 1 x modem (candidates: 100)
22:48:18.020582 tst                      netreg_mass: Using 1 x modem (candidates: 100)
22:48:18.021075 tst                      netreg_mass: Using 1 x modem (candidates: 100)
22:48:18.021589 tst                      netreg_mass: Using 1 x modem (candidates: 100)
22:48:18.022094 tst                      netreg_mass: Using 1 x modem (candidates: 100)
22:48:18.022587 tst                      netreg_mass: Using 1 x modem (candidates: 100)
22:48:18.023096 tst                      netreg_mass: Using 1 x modem (candidates: 100)
22:48:18.023593 tst                      netreg_mass: Using 1 x modem (candidates: 100)
22:48:18.024088 tst                      netreg_mass: Using 1 x modem (candidates: 100)
22:48:18.024600 tst                      netreg_mass: Using 1 x modem (candidates: 100)
22:48:18.025102 tst                      netreg_mass: Using 1 x modem (candidates: 100)
22:48:18.025600 tst                      netreg_mass: Using 1 x modem (candidates: 100)
22:48:18.026112 tst                      netreg_mass: Using 1 x modem (candidates: 100)
22:48:18.026632 tst                      netreg_mass: Using 1 x modem (candidates: 100)
22:48:18.027154 tst                      netreg_mass: Using 1 x modem (candidates: 100)
22:48:18.027664 tst                      netreg_mass: Using 1 x modem (candidates: 100)
22:48:18.028161 tst                      netreg_mass: Using 1 x modem (candidates: 100)
22:48:18.028671 tst                      netreg_mass: Using 1 x modem (candidates: 100)
22:48:18.029180 tst                      netreg_mass: Using 1 x modem (candidates: 100)
22:48:18.029682 tst                      netreg_mass: Using 1 x modem (candidates: 100)
22:48:18.030191 tst                      netreg_mass: Using 1 x modem (candidates: 100)
22:48:18.030694 tst                      netreg_mass: Using 1 x modem (candidates: 100)
22:48:18.031246 tst      register_default_mass.py:21: Launching a simple network
22:48:18.041373 run              osmo-hlr_127.0.42.2: Starting osmo-hlr
22:48:18.162413 run            create_hlr_db(pid=20): Launched
22:48:19.177171 run            create_hlr_db(pid=20): Terminated: ok {rc=0}
22:48:19.193715 run pcap-recorder_any(filters='host 127.0.42.2')(pid=22): Launched
22:48:19.208976 run      osmo-hlr_127.0.42.2(pid=23): Launched
22:48:19.214794 run              osmo-stp_127.0.42.5: Starting osmo-stp
22:48:19.400103 run pcap-recorder_any(filters='host 127.0.42.5 and port not 22')(pid=24): Launched
22:48:19.414933 run      osmo-stp_127.0.42.5(pid=25): Launched
22:48:19.420603 run              osmo-msc_127.0.42.6: Starting osmo-msc
22:48:19.836931 run pcap-recorder_any(filters='host 127.0.42.6 and port not 22')(pid=26): Launched
22:48:19.852146 run      osmo-msc_127.0.42.6(pid=27): Launched
22:48:22.867502 run              osmo-mgw_127.0.42.3: Starting osmo-mgw
22:48:22.981986 run pcap-recorder_any(filters='host 127.0.42.3 and port not 22')(pid=28): Launched
22:48:22.997084 run      osmo-mgw_127.0.42.3(pid=29): Launched
22:48:23.002782 run              osmo-mgw_127.0.42.4: Starting osmo-mgw
22:48:23.026075 run pcap-recorder_any(filters='host 127.0.42.4 and port not 22')(pid=30): Launched
22:48:23.041047 run      osmo-mgw_127.0.42.4(pid=31): Launched
22:48:23.046836 run              osmo-bsc_127.0.42.7: Starting osmo-bsc
22:48:23.360797 run pcap-recorder_any(filters='host 127.0.42.7 and port not 22')(pid=32): Launched
22:48:23.376200 run      osmo-bsc_127.0.42.7(pid=33): Launched
22:48:29.403134 run                 osmo-bts-virtual: Starting to connect to osmo-bsc_127.0.42.7
22:48:29.576223 run         osmo-bts-virtual(pid=34): Launched
22:48:30.620118 tst         register_default_mass.py: using MSISDN 1001
22:48:30.638670 run              osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001010000000000', msisdn='1001', subscriber_id=1}
22:48:30.679750 tst         register_default_mass.py: using MSISDN 1002
22:48:30.698228 run              osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001010000000001', msisdn='1002', subscriber_id=2}
22:48:30.729837 tst         register_default_mass.py: using MSISDN 1003
22:48:30.745003 run              osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001010000000002', msisdn='1003', subscriber_id=3}
22:48:30.776517 tst         register_default_mass.py: using MSISDN 1004
22:48:30.791476 run              osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001010000000003', msisdn='1004', subscriber_id=4}
22:48:30.822834 tst         register_default_mass.py: using MSISDN 1005
22:48:30.837720 run              osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001010000000004', msisdn='1005', subscriber_id=5}
22:48:30.878050 tst         register_default_mass.py: using MSISDN 1006
22:48:30.888301 run              osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001010000000005', msisdn='1006', subscriber_id=6}
22:48:30.919832 tst         register_default_mass.py: using MSISDN 1007
22:48:30.935484 run              osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001010000000006', msisdn='1007', subscriber_id=7}
22:48:30.967298 tst         register_default_mass.py: using MSISDN 1008
22:48:30.982049 run              osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001010000000007', msisdn='1008', subscriber_id=8}
22:48:31.013552 tst         register_default_mass.py: using MSISDN 1009
22:48:31.028100 run              osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001010000000008', msisdn='1009', subscriber_id=9}
22:48:31.059818 tst         register_default_mass.py: using MSISDN 1010
22:48:31.069679 run              osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001010000000009', msisdn='1010', subscriber_id=10}
22:48:31.101144 tst         register_default_mass.py: using MSISDN 1011
22:48:31.117132 run              osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001020000000000', msisdn='1011', subscriber_id=11}
22:48:31.148441 tst         register_default_mass.py: using MSISDN 1012
22:48:31.163255 run              osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001020000000001', msisdn='1012', subscriber_id=12}
22:48:31.194302 tst         register_default_mass.py: using MSISDN 1013
22:48:31.209132 run              osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001020000000002', msisdn='1013', subscriber_id=13}
22:48:31.240347 tst         register_default_mass.py: using MSISDN 1014
22:48:31.255120 run              osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001020000000003', msisdn='1014', subscriber_id=14}
22:48:31.286610 tst         register_default_mass.py: using MSISDN 1015
22:48:31.301439 run              osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001020000000004', msisdn='1015', subscriber_id=15}
22:48:31.333025 tst         register_default_mass.py: using MSISDN 1016
22:48:31.348142 run              osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001020000000005', msisdn='1016', subscriber_id=16}
22:48:31.379480 tst         register_default_mass.py: using MSISDN 1017
22:48:31.394372 run              osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001020000000006', msisdn='1017', subscriber_id=17}
22:48:31.425779 tst         register_default_mass.py: using MSISDN 1018
22:48:31.440585 run              osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001020000000007', msisdn='1018', subscriber_id=18}
22:48:31.472179 tst         register_default_mass.py: using MSISDN 1019
22:48:31.487154 run              osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001020000000008', msisdn='1019', subscriber_id=19}
22:48:31.518807 tst         register_default_mass.py: using MSISDN 1020
22:48:31.534001 run              osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001020000000009', msisdn='1020', subscriber_id=20}
22:48:31.565503 tst         register_default_mass.py: using MSISDN 1021
22:48:31.580332 run              osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001030000000000', msisdn='1021', subscriber_id=21}
22:48:31.620785 tst         register_default_mass.py: using MSISDN 1022
22:48:31.638937 run              osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001030000000001', msisdn='1022', subscriber_id=22}
22:48:31.670092 tst         register_default_mass.py: using MSISDN 1023
22:48:31.685042 run              osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001030000000002', msisdn='1023', subscriber_id=23}
22:48:31.716432 tst         register_default_mass.py: using MSISDN 1024
22:48:31.731405 run              osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001030000000003', msisdn='1024', subscriber_id=24}
22:48:31.761938 tst         register_default_mass.py: using MSISDN 1025
22:48:31.776520 run              osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001030000000004', msisdn='1025', subscriber_id=25}
22:48:31.807927 tst         register_default_mass.py: using MSISDN 1026
22:48:31.822776 run              osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001030000000005', msisdn='1026', subscriber_id=26}
22:48:31.853516 tst         register_default_mass.py: using MSISDN 1027
22:48:31.867929 run              osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001030000000006', msisdn='1027', subscriber_id=27}
22:48:31.898913 tst         register_default_mass.py: using MSISDN 1028
22:48:31.913694 run              osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001030000000007', msisdn='1028', subscriber_id=28}
22:48:31.944942 tst         register_default_mass.py: using MSISDN 1029
22:48:31.959733 run              osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001030000000008', msisdn='1029', subscriber_id=29}
22:48:31.991000 tst         register_default_mass.py: using MSISDN 1030
22:48:32.005689 run              osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001030000000009', msisdn='1030', subscriber_id=30}
22:48:32.036640 tst         register_default_mass.py: using MSISDN 1031
22:48:32.051177 run              osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001040000000000', msisdn='1031', subscriber_id=31}
22:48:32.082643 tst         register_default_mass.py: using MSISDN 1032
22:48:32.097677 run              osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001040000000001', msisdn='1032', subscriber_id=32}
22:48:32.128500 tst         register_default_mass.py: using MSISDN 1033
22:48:32.142895 run              osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001040000000002', msisdn='1033', subscriber_id=33}
22:48:32.174002 tst         register_default_mass.py: using MSISDN 1034
22:48:32.188845 run              osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001040000000003', msisdn='1034', subscriber_id=34}
22:48:32.219937 tst         register_default_mass.py: using MSISDN 1035
22:48:32.234681 run              osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001040000000004', msisdn='1035', subscriber_id=35}
22:48:32.265507 tst         register_default_mass.py: using MSISDN 1036
22:48:32.280004 run              osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001040000000005', msisdn='1036', subscriber_id=36}
22:48:32.310751 tst         register_default_mass.py: using MSISDN 1037
22:48:32.325306 run              osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001040000000006', msisdn='1037', subscriber_id=37}
22:48:32.356170 tst         register_default_mass.py: using MSISDN 1038
22:48:32.370806 run              osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001040000000007', msisdn='1038', subscriber_id=38}
22:48:32.401489 tst         register_default_mass.py: using MSISDN 1039
22:48:32.415363 run              osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001040000000008', msisdn='1039', subscriber_id=39}
22:48:32.446193 tst         register_default_mass.py: using MSISDN 1040
22:48:32.460773 run              osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001040000000009', msisdn='1040', subscriber_id=40}
22:48:32.491971 tst         register_default_mass.py: using MSISDN 1041
22:48:32.506624 run              osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001050000000000', msisdn='1041', subscriber_id=41}
22:48:32.538016 tst         register_default_mass.py: using MSISDN 1042
22:48:32.552971 run              osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001050000000001', msisdn='1042', subscriber_id=42}
22:48:32.584552 tst         register_default_mass.py: using MSISDN 1043
22:48:32.599535 run              osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001050000000002', msisdn='1043', subscriber_id=43}
22:48:32.631049 tst         register_default_mass.py: using MSISDN 1044
22:48:32.646081 run              osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001050000000003', msisdn='1044', subscriber_id=44}
22:48:32.677928 tst         register_default_mass.py: using MSISDN 1045
22:48:32.692930 run              osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001050000000004', msisdn='1045', subscriber_id=45}
22:48:32.732617 tst         register_default_mass.py: using MSISDN 1046
22:48:32.743243 run              osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001050000000005', msisdn='1046', subscriber_id=46}
22:48:32.775628 tst         register_default_mass.py: using MSISDN 1047
22:48:32.791198 run              osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001050000000006', msisdn='1047', subscriber_id=47}
22:48:32.822482 tst         register_default_mass.py: using MSISDN 1048
22:48:32.837450 run              osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001050000000007', msisdn='1048', subscriber_id=48}
22:48:32.868741 tst         register_default_mass.py: using MSISDN 1049
22:48:32.883575 run              osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001050000000008', msisdn='1049', subscriber_id=49}
22:48:32.914676 tst         register_default_mass.py: using MSISDN 1050
22:48:32.929449 run              osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001050000000009', msisdn='1050', subscriber_id=50}
22:48:32.960990 tst         register_default_mass.py: using MSISDN 1051
22:48:32.975824 run              osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001060000000000', msisdn='1051', subscriber_id=51}
22:48:33.007315 tst         register_default_mass.py: using MSISDN 1052
22:48:33.022293 run              osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001060000000001', msisdn='1052', subscriber_id=52}
22:48:33.053690 tst         register_default_mass.py: using MSISDN 1053
22:48:33.068493 run              osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001060000000002', msisdn='1053', subscriber_id=53}
22:48:33.099934 tst         register_default_mass.py: using MSISDN 1054
22:48:33.114788 run              osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001060000000003', msisdn='1054', subscriber_id=54}
22:48:33.146110 tst         register_default_mass.py: using MSISDN 1055
22:48:33.160770 run              osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001060000000004', msisdn='1055', subscriber_id=55}
22:48:33.192026 tst         register_default_mass.py: using MSISDN 1056
22:48:33.206771 run              osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001060000000005', msisdn='1056', subscriber_id=56}
22:48:33.237824 tst         register_default_mass.py: using MSISDN 1057
22:48:33.247770 run              osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001060000000006', msisdn='1057', subscriber_id=57}
22:48:33.278861 tst         register_default_mass.py: using MSISDN 1058
22:48:33.294366 run              osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001060000000007', msisdn='1058', subscriber_id=58}
22:48:33.325830 tst         register_default_mass.py: using MSISDN 1059
22:48:33.340106 run              osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001060000000008', msisdn='1059', subscriber_id=59}
22:48:33.371595 tst         register_default_mass.py: using MSISDN 1060
22:48:33.385797 run              osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001060000000009', msisdn='1060', subscriber_id=60}
22:48:33.426059 tst         register_default_mass.py: using MSISDN 1061
22:48:33.443494 run              osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001070000000000', msisdn='1061', subscriber_id=61}
22:48:33.474956 tst         register_default_mass.py: using MSISDN 1062
22:48:33.489417 run              osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001070000000001', msisdn='1062', subscriber_id=62}
22:48:33.520728 tst         register_default_mass.py: using MSISDN 1063
22:48:33.534771 run              osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001070000000002', msisdn='1063', subscriber_id=63}
22:48:33.566348 tst         register_default_mass.py: using MSISDN 1064
22:48:33.580704 run              osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001070000000003', msisdn='1064', subscriber_id=64}
22:48:33.612188 tst         register_default_mass.py: using MSISDN 1065
22:48:33.626331 run              osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001070000000004', msisdn='1065', subscriber_id=65}
22:48:33.657854 tst         register_default_mass.py: using MSISDN 1066
22:48:33.667517 run              osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001070000000005', msisdn='1066', subscriber_id=66}
22:48:33.698520 tst         register_default_mass.py: using MSISDN 1067
22:48:33.714484 run              osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001070000000006', msisdn='1067', subscriber_id=67}
22:48:33.746012 tst         register_default_mass.py: using MSISDN 1068
22:48:33.761200 run              osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001070000000007', msisdn='1068', subscriber_id=68}
22:48:33.792834 tst         register_default_mass.py: using MSISDN 1069
22:48:33.807754 run              osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001070000000008', msisdn='1069', subscriber_id=69}
22:48:33.839319 tst         register_default_mass.py: using MSISDN 1070
22:48:33.854298 run              osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001070000000009', msisdn='1070', subscriber_id=70}
22:48:33.885916 tst         register_default_mass.py: using MSISDN 1071
22:48:33.900775 run              osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001080000000000', msisdn='1071', subscriber_id=71}
22:48:33.932260 tst         register_default_mass.py: using MSISDN 1072
22:48:33.947234 run              osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001080000000001', msisdn='1072', subscriber_id=72}
22:48:33.978608 tst         register_default_mass.py: using MSISDN 1073
22:48:33.993559 run              osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001080000000002', msisdn='1073', subscriber_id=73}
22:48:34.024773 tst         register_default_mass.py: using MSISDN 1074
22:48:34.039523 run              osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001080000000003', msisdn='1074', subscriber_id=74}
22:48:34.070622 tst         register_default_mass.py: using MSISDN 1075
22:48:34.085333 run              osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001080000000004', msisdn='1075', subscriber_id=75}
22:48:34.116522 tst         register_default_mass.py: using MSISDN 1076
22:48:34.131238 run              osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001080000000005', msisdn='1076', subscriber_id=76}
22:48:34.162662 tst         register_default_mass.py: using MSISDN 1077
22:48:34.177634 run              osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001080000000006', msisdn='1077', subscriber_id=77}
22:48:34.208745 tst         register_default_mass.py: using MSISDN 1078
22:48:34.223423 run              osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001080000000007', msisdn='1078', subscriber_id=78}
22:48:34.254643 tst         register_default_mass.py: using MSISDN 1079
22:48:34.269395 run              osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001080000000008', msisdn='1079', subscriber_id=79}
22:48:34.300749 tst         register_default_mass.py: using MSISDN 1080
22:48:34.315528 run              osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001080000000009', msisdn='1080', subscriber_id=80}
22:48:34.346833 tst         register_default_mass.py: using MSISDN 1081
22:48:34.361670 run              osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001090000000000', msisdn='1081', subscriber_id=81}
22:48:34.392766 tst         register_default_mass.py: using MSISDN 1082
22:48:34.407601 run              osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001090000000001', msisdn='1082', subscriber_id=82}
22:48:34.438751 tst         register_default_mass.py: using MSISDN 1083
22:48:34.453647 run              osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001090000000002', msisdn='1083', subscriber_id=83}
22:48:34.484740 tst         register_default_mass.py: using MSISDN 1084
22:48:34.499398 run              osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001090000000003', msisdn='1084', subscriber_id=84}
22:48:34.534423 tst         register_default_mass.py: using MSISDN 1085
22:48:34.551000 run              osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001090000000004', msisdn='1085', subscriber_id=85}
22:48:34.582096 tst         register_default_mass.py: using MSISDN 1086
22:48:34.596903 run              osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001090000000005', msisdn='1086', subscriber_id=86}
22:48:34.628036 tst         register_default_mass.py: using MSISDN 1087
22:48:34.642678 run              osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001090000000006', msisdn='1087', subscriber_id=87}
22:48:34.674058 tst         register_default_mass.py: using MSISDN 1088
22:48:34.689097 run              osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001090000000007', msisdn='1088', subscriber_id=88}
22:48:34.720211 tst         register_default_mass.py: using MSISDN 1089
22:48:34.734893 run              osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001090000000008', msisdn='1089', subscriber_id=89}
22:48:34.765930 tst         register_default_mass.py: using MSISDN 1090
22:48:34.780497 run              osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001090000000009', msisdn='1090', subscriber_id=90}
22:48:34.811747 tst         register_default_mass.py: using MSISDN 1091
22:48:34.826386 run              osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001100000000000', msisdn='1091', subscriber_id=91}
22:48:34.857470 tst         register_default_mass.py: using MSISDN 1092
22:48:34.872103 run              osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001100000000001', msisdn='1092', subscriber_id=92}
22:48:34.903214 tst         register_default_mass.py: using MSISDN 1093
22:48:34.918006 run              osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001100000000002', msisdn='1093', subscriber_id=93}
22:48:34.948835 tst         register_default_mass.py: using MSISDN 1094
22:48:34.963340 run              osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001100000000003', msisdn='1094', subscriber_id=94}
22:48:34.994087 tst         register_default_mass.py: using MSISDN 1095
22:48:35.008648 run              osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001100000000004', msisdn='1095', subscriber_id=95}
22:48:35.039708 tst         register_default_mass.py: using MSISDN 1096
22:48:35.054368 run              osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001100000000005', msisdn='1096', subscriber_id=96}
22:48:35.085448 tst         register_default_mass.py: using MSISDN 1097
22:48:35.100084 run              osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001100000000006', msisdn='1097', subscriber_id=97}
22:48:35.131241 tst         register_default_mass.py: using MSISDN 1098
22:48:35.145985 run              osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001100000000007', msisdn='1098', subscriber_id=98}
22:48:35.176697 tst         register_default_mass.py: using MSISDN 1099
22:48:35.191294 run              osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001100000000008', msisdn='1099', subscriber_id=99}
22:48:35.221994 tst         register_default_mass.py: using MSISDN 1100
22:48:35.236552 run              osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001100000000009', msisdn='1100', subscriber_id=100}
22:48:35.328448 run                             mass: Starting testcase
22:48:35.334089 run                             mass: Pre-launching all virtphy's
22:48:35.339586 run           osmo-ms-virt-phy/00000: Starting virtphy
22:48:35.352737 run   osmo-ms-virt-phy/00000(pid=35): Launched
22:48:35.359003 run           osmo-ms-virt-phy/00001: Starting virtphy
22:48:35.372166 run   osmo-ms-virt-phy/00001(pid=36): Launched
22:48:35.378337 run           osmo-ms-virt-phy/00002: Starting virtphy
22:48:35.391511 run   osmo-ms-virt-phy/00002(pid=37): Launched
22:48:35.397596 run           osmo-ms-virt-phy/00003: Starting virtphy
22:48:35.410753 run   osmo-ms-virt-phy/00003(pid=38): Launched
22:48:35.416938 run           osmo-ms-virt-phy/00004: Starting virtphy
22:48:35.430102 run   osmo-ms-virt-phy/00004(pid=39): Launched
22:48:35.436268 run           osmo-ms-virt-phy/00005: Starting virtphy
22:48:35.449440 run   osmo-ms-virt-phy/00005(pid=40): Launched
22:48:35.455608 run           osmo-ms-virt-phy/00006: Starting virtphy
22:48:35.468721 run   osmo-ms-virt-phy/00006(pid=41): Launched
22:48:35.474763 run           osmo-ms-virt-phy/00007: Starting virtphy
22:48:35.487724 run   osmo-ms-virt-phy/00007(pid=42): Launched
22:48:35.493731 run           osmo-ms-virt-phy/00008: Starting virtphy
22:48:35.506774 run   osmo-ms-virt-phy/00008(pid=43): Launched
22:48:35.512800 run           osmo-ms-virt-phy/00009: Starting virtphy
22:48:35.525730 run   osmo-ms-virt-phy/00009(pid=44): Launched
22:48:35.531769 run           osmo-ms-virt-phy/00010: Starting virtphy
22:48:35.544751 run   osmo-ms-virt-phy/00010(pid=45): Launched
22:48:35.550827 run           osmo-ms-virt-phy/00011: Starting virtphy
22:48:35.563857 run   osmo-ms-virt-phy/00011(pid=46): Launched
22:48:35.569909 run           osmo-ms-virt-phy/00012: Starting virtphy
22:48:35.582934 run   osmo-ms-virt-phy/00012(pid=47): Launched
22:48:35.589038 run           osmo-ms-virt-phy/00013: Starting virtphy
22:48:35.602179 run   osmo-ms-virt-phy/00013(pid=48): Launched
22:48:35.608235 run           osmo-ms-virt-phy/00014: Starting virtphy
22:48:35.621291 run   osmo-ms-virt-phy/00014(pid=49): Launched
22:48:35.627355 run           osmo-ms-virt-phy/00015: Starting virtphy
22:48:35.640422 run   osmo-ms-virt-phy/00015(pid=50): Launched
22:48:35.646500 run           osmo-ms-virt-phy/00016: Starting virtphy
22:48:35.659561 run   osmo-ms-virt-phy/00016(pid=51): Launched
22:48:35.665568 run           osmo-ms-virt-phy/00017: Starting virtphy
22:48:35.678523 run   osmo-ms-virt-phy/00017(pid=52): Launched
22:48:35.684660 run           osmo-ms-virt-phy/00018: Starting virtphy
22:48:35.697706 run   osmo-ms-virt-phy/00018(pid=53): Launched
22:48:35.703708 run           osmo-ms-virt-phy/00019: Starting virtphy
22:48:35.716772 run   osmo-ms-virt-phy/00019(pid=54): Launched
22:48:35.722845 run           osmo-ms-virt-phy/00020: Starting virtphy
22:48:35.735837 run   osmo-ms-virt-phy/00020(pid=55): Launched
22:48:35.741957 run           osmo-ms-virt-phy/00021: Starting virtphy
22:48:35.754942 run   osmo-ms-virt-phy/00021(pid=56): Launched
22:48:35.760998 run           osmo-ms-virt-phy/00022: Starting virtphy
22:48:35.774130 run   osmo-ms-virt-phy/00022(pid=57): Launched
22:48:35.780210 run           osmo-ms-virt-phy/00023: Starting virtphy
22:48:35.793319 run   osmo-ms-virt-phy/00023(pid=58): Launched
22:48:35.799400 run           osmo-ms-virt-phy/00024: Starting virtphy
22:48:35.812427 run   osmo-ms-virt-phy/00024(pid=59): Launched
22:48:35.818548 run           osmo-ms-virt-phy/00025: Starting virtphy
22:48:35.831614 run   osmo-ms-virt-phy/00025(pid=60): Launched
22:48:35.837700 run           osmo-ms-virt-phy/00026: Starting virtphy
22:48:35.850699 run   osmo-ms-virt-phy/00026(pid=61): Launched
22:48:35.856755 run           osmo-ms-virt-phy/00027: Starting virtphy
22:48:35.869789 run   osmo-ms-virt-phy/00027(pid=62): Launched
22:48:35.875901 run           osmo-ms-virt-phy/00028: Starting virtphy
22:48:35.888894 run   osmo-ms-virt-phy/00028(pid=63): Launched
22:48:35.894935 run           osmo-ms-virt-phy/00029: Starting virtphy
22:48:35.907983 run   osmo-ms-virt-phy/00029(pid=64): Launched
22:48:35.914007 run           osmo-ms-virt-phy/00030: Starting virtphy
22:48:35.927036 run   osmo-ms-virt-phy/00030(pid=65): Launched
22:48:35.933064 run           osmo-ms-virt-phy/00031: Starting virtphy
22:48:35.946068 run   osmo-ms-virt-phy/00031(pid=66): Launched
22:48:35.952109 run           osmo-ms-virt-phy/00032: Starting virtphy
22:48:35.965151 run   osmo-ms-virt-phy/00032(pid=67): Launched
22:48:35.971160 run           osmo-ms-virt-phy/00033: Starting virtphy
22:48:35.984301 run   osmo-ms-virt-phy/00033(pid=68): Launched
22:48:35.990324 run           osmo-ms-virt-phy/00034: Starting virtphy
22:48:36.003425 run   osmo-ms-virt-phy/00034(pid=69): Launched
22:48:36.009515 run           osmo-ms-virt-phy/00035: Starting virtphy
22:48:36.022650 run   osmo-ms-virt-phy/00035(pid=70): Launched
22:48:36.028729 run           osmo-ms-virt-phy/00036: Starting virtphy
22:48:36.041758 run   osmo-ms-virt-phy/00036(pid=71): Launched
22:48:36.047822 run           osmo-ms-virt-phy/00037: Starting virtphy
22:48:36.060810 run   osmo-ms-virt-phy/00037(pid=72): Launched
22:48:36.066878 run           osmo-ms-virt-phy/00038: Starting virtphy
22:48:36.079891 run   osmo-ms-virt-phy/00038(pid=73): Launched
22:48:36.085940 run           osmo-ms-virt-phy/00039: Starting virtphy
22:48:36.098931 run   osmo-ms-virt-phy/00039(pid=74): Launched
22:48:36.104942 run           osmo-ms-virt-phy/00040: Starting virtphy
22:48:36.117974 run   osmo-ms-virt-phy/00040(pid=75): Launched
22:48:36.123965 run           osmo-ms-virt-phy/00041: Starting virtphy
22:48:36.136926 run   osmo-ms-virt-phy/00041(pid=76): Launched
22:48:36.142973 run           osmo-ms-virt-phy/00042: Starting virtphy
22:48:36.155990 run   osmo-ms-virt-phy/00042(pid=77): Launched
22:48:36.162032 run           osmo-ms-virt-phy/00043: Starting virtphy
22:48:36.175017 run   osmo-ms-virt-phy/00043(pid=78): Launched
22:48:36.181051 run           osmo-ms-virt-phy/00044: Starting virtphy
22:48:36.194134 run   osmo-ms-virt-phy/00044(pid=79): Launched
22:48:36.200145 run           osmo-ms-virt-phy/00045: Starting virtphy
22:48:36.213305 run   osmo-ms-virt-phy/00045(pid=80): Launched
22:48:36.219357 run           osmo-ms-virt-phy/00046: Starting virtphy
22:48:36.232341 run   osmo-ms-virt-phy/00046(pid=81): Launched
22:48:36.238480 run           osmo-ms-virt-phy/00047: Starting virtphy
22:48:36.251491 run   osmo-ms-virt-phy/00047(pid=82): Launched
22:48:36.257663 run           osmo-ms-virt-phy/00048: Starting virtphy
22:48:36.270650 run   osmo-ms-virt-phy/00048(pid=83): Launched
22:48:36.276675 run           osmo-ms-virt-phy/00049: Starting virtphy
22:48:36.289671 run   osmo-ms-virt-phy/00049(pid=84): Launched
22:48:36.295745 run           osmo-ms-virt-phy/00050: Starting virtphy
22:48:36.308780 run   osmo-ms-virt-phy/00050(pid=85): Launched
22:48:36.314773 run           osmo-ms-virt-phy/00051: Starting virtphy
22:48:36.327794 run   osmo-ms-virt-phy/00051(pid=86): Launched
22:48:36.333842 run           osmo-ms-virt-phy/00052: Starting virtphy
22:48:36.346934 run   osmo-ms-virt-phy/00052(pid=87): Launched
22:48:36.353079 run           osmo-ms-virt-phy/00053: Starting virtphy
22:48:36.366534 run   osmo-ms-virt-phy/00053(pid=88): Launched
22:48:36.372727 run           osmo-ms-virt-phy/00054: Starting virtphy
22:48:36.385919 run   osmo-ms-virt-phy/00054(pid=89): Launched
22:48:36.392031 run           osmo-ms-virt-phy/00055: Starting virtphy
22:48:36.405460 run   osmo-ms-virt-phy/00055(pid=90): Launched
22:48:36.411541 run           osmo-ms-virt-phy/00056: Starting virtphy
22:48:36.424557 run   osmo-ms-virt-phy/00056(pid=91): Launched
22:48:36.430717 run           osmo-ms-virt-phy/00057: Starting virtphy
22:48:36.443750 run   osmo-ms-virt-phy/00057(pid=92): Launched
22:48:36.449863 run           osmo-ms-virt-phy/00058: Starting virtphy
22:48:36.462900 run   osmo-ms-virt-phy/00058(pid=93): Launched
22:48:36.468938 run           osmo-ms-virt-phy/00059: Starting virtphy
22:48:36.482184 run   osmo-ms-virt-phy/00059(pid=94): Launched
22:48:36.488250 run           osmo-ms-virt-phy/00060: Starting virtphy
22:48:36.501373 run   osmo-ms-virt-phy/00060(pid=95): Launched
22:48:36.507436 run           osmo-ms-virt-phy/00061: Starting virtphy
22:48:36.520508 run   osmo-ms-virt-phy/00061(pid=96): Launched
22:48:36.526518 run           osmo-ms-virt-phy/00062: Starting virtphy
22:48:36.539468 run   osmo-ms-virt-phy/00062(pid=97): Launched
22:48:36.545492 run           osmo-ms-virt-phy/00063: Starting virtphy
22:48:36.558465 run   osmo-ms-virt-phy/00063(pid=98): Launched
22:48:36.564556 run           osmo-ms-virt-phy/00064: Starting virtphy
22:48:36.577601 run   osmo-ms-virt-phy/00064(pid=99): Launched
22:48:36.583593 run           osmo-ms-virt-phy/00065: Starting virtphy
22:48:36.596621 run  osmo-ms-virt-phy/00065(pid=100): Launched
22:48:36.602673 run           osmo-ms-virt-phy/00066: Starting virtphy
22:48:36.615708 run  osmo-ms-virt-phy/00066(pid=101): Launched
22:48:36.621700 run           osmo-ms-virt-phy/00067: Starting virtphy
22:48:36.634716 run  osmo-ms-virt-phy/00067(pid=102): Launched
22:48:36.640792 run           osmo-ms-virt-phy/00068: Starting virtphy
22:48:36.653793 run  osmo-ms-virt-phy/00068(pid=103): Launched
22:48:36.659883 run           osmo-ms-virt-phy/00069: Starting virtphy
22:48:36.673093 run  osmo-ms-virt-phy/00069(pid=104): Launched
22:48:36.679147 run           osmo-ms-virt-phy/00070: Starting virtphy
22:48:36.692267 run  osmo-ms-virt-phy/00070(pid=105): Launched
22:48:36.698259 run           osmo-ms-virt-phy/00071: Starting virtphy
22:48:36.711541 run  osmo-ms-virt-phy/00071(pid=106): Launched
22:48:36.717681 run           osmo-ms-virt-phy/00072: Starting virtphy
22:48:36.730954 run  osmo-ms-virt-phy/00072(pid=107): Launched
22:48:36.737083 run           osmo-ms-virt-phy/00073: Starting virtphy
22:48:36.750694 run  osmo-ms-virt-phy/00073(pid=108): Launched
22:48:36.756884 run           osmo-ms-virt-phy/00074: Starting virtphy
22:48:36.770198 run  osmo-ms-virt-phy/00074(pid=109): Launched
22:48:36.776293 run           osmo-ms-virt-phy/00075: Starting virtphy
22:48:36.789380 run  osmo-ms-virt-phy/00075(pid=110): Launched
22:48:36.795402 run           osmo-ms-virt-phy/00076: Starting virtphy
22:48:36.808492 run  osmo-ms-virt-phy/00076(pid=111): Launched
22:48:36.814613 run           osmo-ms-virt-phy/00077: Starting virtphy
22:48:36.827785 run  osmo-ms-virt-phy/00077(pid=112): Launched
22:48:36.833892 run           osmo-ms-virt-phy/00078: Starting virtphy
22:48:36.846919 run  osmo-ms-virt-phy/00078(pid=113): Launched
22:48:36.852976 run           osmo-ms-virt-phy/00079: Starting virtphy
22:48:36.865970 run  osmo-ms-virt-phy/00079(pid=114): Launched
22:48:36.871976 run           osmo-ms-virt-phy/00080: Starting virtphy
22:48:36.884973 run  osmo-ms-virt-phy/00080(pid=115): Launched
22:48:36.890977 run           osmo-ms-virt-phy/00081: Starting virtphy
22:48:36.904378 run  osmo-ms-virt-phy/00081(pid=116): Launched
22:48:36.910465 run           osmo-ms-virt-phy/00082: Starting virtphy
22:48:36.923600 run  osmo-ms-virt-phy/00082(pid=117): Launched
22:48:36.929617 run           osmo-ms-virt-phy/00083: Starting virtphy
22:48:36.942577 run  osmo-ms-virt-phy/00083(pid=118): Launched
22:48:36.948775 run           osmo-ms-virt-phy/00084: Starting virtphy
22:48:36.961743 run  osmo-ms-virt-phy/00084(pid=119): Launched
22:48:36.967922 run           osmo-ms-virt-phy/00085: Starting virtphy
22:48:36.980958 run  osmo-ms-virt-phy/00085(pid=120): Launched
22:48:36.986985 run           osmo-ms-virt-phy/00086: Starting virtphy
22:48:36.999981 run  osmo-ms-virt-phy/00086(pid=121): Launched
22:48:37.006026 run           osmo-ms-virt-phy/00087: Starting virtphy
22:48:37.019092 run  osmo-ms-virt-phy/00087(pid=122): Launched
22:48:37.025124 run           osmo-ms-virt-phy/00088: Starting virtphy
22:48:37.038099 run  osmo-ms-virt-phy/00088(pid=123): Launched
22:48:37.044132 run           osmo-ms-virt-phy/00089: Starting virtphy
22:48:37.057124 run  osmo-ms-virt-phy/00089(pid=124): Launched
22:48:37.063133 run           osmo-ms-virt-phy/00090: Starting virtphy
22:48:37.076194 run  osmo-ms-virt-phy/00090(pid=125): Launched
22:48:37.082197 run           osmo-ms-virt-phy/00091: Starting virtphy
22:48:37.095241 run  osmo-ms-virt-phy/00091(pid=126): Launched
22:48:37.101272 run           osmo-ms-virt-phy/00092: Starting virtphy
22:48:37.114257 run  osmo-ms-virt-phy/00092(pid=127): Launched
22:48:37.120341 run           osmo-ms-virt-phy/00093: Starting virtphy
22:48:37.133537 run  osmo-ms-virt-phy/00093(pid=128): Launched
22:48:37.139554 run           osmo-ms-virt-phy/00094: Starting virtphy
22:48:37.152698 run  osmo-ms-virt-phy/00094(pid=129): Launched
22:48:37.158715 run           osmo-ms-virt-phy/00095: Starting virtphy
22:48:37.171826 run  osmo-ms-virt-phy/00095(pid=130): Launched
22:48:37.177886 run           osmo-ms-virt-phy/00096: Starting virtphy
22:48:37.191101 run  osmo-ms-virt-phy/00096(pid=131): Launched
22:48:37.197128 run           osmo-ms-virt-phy/00097: Starting virtphy
22:48:37.210343 run  osmo-ms-virt-phy/00097(pid=132): Launched
22:48:37.216436 run           osmo-ms-virt-phy/00098: Starting virtphy
22:48:37.229543 run  osmo-ms-virt-phy/00098(pid=133): Launched
22:48:37.235552 run           osmo-ms-virt-phy/00099: Starting virtphy
22:48:37.248614 run  osmo-ms-virt-phy/00099(pid=134): Launched
22:48:37.254644 run                             mass: Checking if sockets are in the filesystem
22:48:37.287255 run                osmo-ms-mob/00000: Starting mobile
22:48:37.300499 run       osmo-ms-mob/00000(pid=135): Launched
22:48:37.310999 run                             mass: MS start registered  {at=1573543.519320077, delay=0.004309220006689429, ms=00000}
22:48:41.483425 run                osmo-ms-mob/00001: Starting mobile
22:48:41.497078 run       osmo-ms-mob/00001(pid=136): Launched
22:48:41.507530 run                             mass: MS start registered  {at=1573547.71584905, delay=0.004359458107501268, ms=00001}
22:48:42.405188 run                             mass: MS performed LU  {at=1573548.613391347, lu_delay=5.094071269966662, ms=00000}
22:48:43.304237 run                osmo-ms-mob/00002: Starting mobile
22:48:43.317731 run       osmo-ms-mob/00002(pid=137): Launched
22:48:43.328313 run                             mass: MS start registered  {at=1573549.53662767, delay=0.004383464111015201, ms=00002}
22:48:44.593162 run                osmo-ms-mob/00003: Starting mobile
22:48:44.609573 run       osmo-ms-mob/00003(pid=138): Launched
22:48:44.619908 run                             mass: MS start registered  {at=1573550.828228661, delay=0.004142681136727333, ms=00003}
22:48:45.670595 run                osmo-ms-mob/00004: Starting mobile
22:48:45.684080 run       osmo-ms-mob/00004(pid=139): Launched
22:48:45.694571 run                             mass: MS start registered  {at=1573551.902888555, delay=0.004238066030666232, ms=00004}
22:48:46.640811 run                             mass: MS performed LU  {at=1573552.849015712, lu_delay=5.133166661951691, ms=00001}
22:48:46.682954 run                osmo-ms-mob/00005: Starting mobile
22:48:46.698741 run       osmo-ms-mob/00005(pid=140): Launched
22:48:46.709209 run                             mass: MS start registered  {at=1573552.917529023, delay=0.004340335028246045, ms=00005}
22:48:47.594687 run                osmo-ms-mob/00006: Starting mobile
22:48:47.608217 run       osmo-ms-mob/00006(pid=141): Launched
22:48:47.618839 run                             mass: MS start registered  {at=1573553.827160592, delay=0.004425149876624346, ms=00006}
22:48:48.072245 run                             mass: MS performed LU  {at=1573554.280449162, lu_delay=4.7438214919529855, ms=00002}
22:48:48.470792 run                osmo-ms-mob/00007: Starting mobile
22:48:48.485246 run       osmo-ms-mob/00007(pid=142): Launched
22:48:48.496256 run                             mass: MS start registered  {at=1573554.704563935, delay=0.004844879033043981, ms=00007}
22:48:49.293394 run                osmo-ms-mob/00008: Starting mobile
22:48:49.309442 run       osmo-ms-mob/00008(pid=143): Launched
22:48:49.319896 run                             mass: MS start registered  {at=1573555.528216225, delay=0.0042951691430062056, ms=00008}
22:48:49.936792 run                             mass: MS performed LU  {at=1573556.145003967, lu_delay=5.316775305895135, ms=00003}
22:48:49.967869 run                osmo-ms-mob/00009: Starting mobile
22:48:49.982548 run       osmo-ms-mob/00009(pid=144): Launched
22:48:49.993098 run                             mass: MS start registered  {at=1573556.201419587, delay=0.0042815119959414005, ms=00009}
22:48:50.692289 run                osmo-ms-mob/00010: Starting mobile
22:48:50.708500 run       osmo-ms-mob/00010(pid=145): Launched
22:48:50.719087 run                             mass: MS start registered  {at=1573556.927409531, delay=0.004466005135327578, ms=00010}
22:48:51.302786 run                osmo-ms-mob/00011: Starting mobile
22:48:51.319630 run       osmo-ms-mob/00011(pid=146): Launched
22:48:51.330278 run                             mass: MS start registered  {at=1573557.538593881, delay=0.00455142417922616, ms=00011}
22:48:51.837913 run                             mass: MS performed LU  {at=1573558.046125464, lu_delay=5.128596440888941, ms=00005}
22:48:51.877248 run                osmo-ms-mob/00012: Starting mobile
22:48:51.890461 run       osmo-ms-mob/00012(pid=147): Launched
22:48:51.896627 run                             mass: MS performed LU  {at=1573558.104954824, lu_delay=6.2020662690047175, ms=00004}
22:48:51.902572 run                             mass: MS start registered  {at=1573558.110907174, delay=0.005969818914309144, ms=00012}
22:48:52.502096 run                osmo-ms-mob/00013: Starting mobile
22:48:52.515428 run       osmo-ms-mob/00013(pid=148): Launched
22:48:52.526292 run                             mass: MS start registered  {at=1573558.734610598, delay=0.004790083039551973, ms=00013}
22:48:53.070234 run                osmo-ms-mob/00014: Starting mobile
22:48:53.083482 run       osmo-ms-mob/00014(pid=149): Launched
22:48:53.094282 run                             mass: MS start registered  {at=1573559.302603076, delay=0.004563041962683201, ms=00014}
22:48:53.682812 run                osmo-ms-mob/00015: Starting mobile
22:48:53.696551 run       osmo-ms-mob/00015(pid=150): Launched
22:48:53.703027 run                             mass: MS performed LU  {at=1573559.911353228, lu_delay=6.084192635957152, ms=00006}
22:48:53.709083 run                             mass: MS start registered  {at=1573559.917417811, delay=0.0060818910133093596, ms=00015}
22:48:53.766912 run                             mass: MS performed LU  {at=1573559.975137755, lu_delay=5.270573819987476, ms=00007}
22:48:54.202223 run                osmo-ms-mob/00016: Starting mobile
22:48:54.219307 run       osmo-ms-mob/00016(pid=151): Launched
22:48:54.229909 run                             mass: MS start registered  {at=1573560.438231047, delay=0.004378943936899304, ms=00016}
22:48:54.683743 run                osmo-ms-mob/00017: Starting mobile
22:48:54.702068 run       osmo-ms-mob/00017(pid=152): Launched
22:48:54.713093 run                             mass: MS start registered  {at=1573560.921414014, delay=0.004476397065445781, ms=00017}
22:48:55.302420 run                osmo-ms-mob/00018: Starting mobile
22:48:55.319920 run       osmo-ms-mob/00018(pid=153): Launched
22:48:55.333992 run                             mass: MS start registered  {at=1573561.542310983, delay=0.007729331962764263, ms=00018}
22:48:55.603566 run                             mass: MS performed LU  {at=1573561.811786237, lu_delay=5.610366649925709, ms=00009}
22:48:55.635725 run                osmo-ms-mob/00019: Starting mobile
22:48:55.650308 run       osmo-ms-mob/00019(pid=154): Launched
22:48:55.656504 run                             mass: MS performed LU  {at=1573561.864834328, lu_delay=6.336618102854118, ms=00008}
22:48:55.662453 run                             mass: MS start registered  {at=1573561.8707884, delay=0.005971604026854038, ms=00019}
22:48:55.719419 run                             mass: MS performed LU  {at=1573561.927638114, lu_delay=5.000228582881391, ms=00010}
22:48:56.195431 run                osmo-ms-mob/00020: Starting mobile
22:48:56.209197 run       osmo-ms-mob/00020(pid=155): Launched
22:48:56.220112 run                             mass: MS start registered  {at=1573562.428430363, delay=0.004755935166031122, ms=00020}
22:48:56.683123 run                osmo-ms-mob/00021: Starting mobile
22:48:56.696864 run       osmo-ms-mob/00021(pid=156): Launched
22:48:56.707400 run                             mass: MS start registered  {at=1573562.915718867, delay=0.004270971054211259, ms=00021}
22:48:57.093285 run                osmo-ms-mob/00022: Starting mobile
22:48:57.109616 run       osmo-ms-mob/00022(pid=157): Launched
22:48:57.120225 run                             mass: MS start registered  {at=1573563.328548307, delay=0.004374480107799172, ms=00022}
22:48:57.385236 run                             mass: MS performed LU  {at=1573563.593455104, lu_delay=6.054861222859472, ms=00011}
22:48:57.468610 run                             mass: MS performed LU  {at=1573563.676828707, lu_delay=5.565921533154324, ms=00012}
22:48:57.498704 run                osmo-ms-mob/00023: Starting mobile
22:48:57.513418 run       osmo-ms-mob/00023(pid=158): Launched
22:48:57.524207 run                             mass: MS start registered  {at=1573563.732528043, delay=0.004468462895601988, ms=00023}
22:48:57.531061 run                             mass: MS performed LU  {at=1573563.739384806, lu_delay=5.004774207947776, ms=00013}
22:48:57.638680 run                             mass: MS performed LU  {at=1573563.846899397, lu_delay=4.544296320993453, ms=00014}
22:48:58.001690 run                osmo-ms-mob/00024: Starting mobile
22:48:58.018750 run       osmo-ms-mob/00024(pid=159): Launched
22:48:58.029467 run                             mass: MS start registered  {at=1573564.237789129, delay=0.004418128868564963, ms=00024}
22:48:58.470874 run                osmo-ms-mob/00025: Starting mobile
22:48:58.484362 run       osmo-ms-mob/00025(pid=160): Launched
22:48:58.494894 run                             mass: MS start registered  {at=1573564.703214894, delay=0.004307823022827506, ms=00025}
22:48:58.896008 run                osmo-ms-mob/00026: Starting mobile
22:48:58.924622 run       osmo-ms-mob/00026(pid=161): Launched
22:48:58.935279 run                             mass: MS start registered  {at=1573565.14359853, delay=0.004366997862234712, ms=00026}
22:48:59.288517 run                osmo-ms-mob/00027: Starting mobile
22:48:59.302004 run       osmo-ms-mob/00027(pid=162): Launched
22:48:59.313066 run                             mass: MS start registered  {at=1573565.521384215, delay=0.004525759955868125, ms=00027}
22:48:59.369701 run                             mass: MS performed LU  {at=1573565.577918932, lu_delay=4.656504918122664, ms=00017}
22:48:59.396447 run                             mass: MS performed LU  {at=1573565.604704982, lu_delay=5.166473934892565, ms=00016}
22:48:59.485441 run                             mass: MS performed LU  {at=1573565.69366063, lu_delay=5.7762428189162165, ms=00015}
22:48:59.501285 run                osmo-ms-mob/00028: Starting mobile
22:48:59.514877 run       osmo-ms-mob/00028(pid=163): Launched
22:48:59.525533 run                             mass: MS start registered  {at=1573565.733855587, delay=0.004435835871845484, ms=00028}
22:49:00.098360 run                osmo-ms-mob/00029: Starting mobile
22:49:00.113752 run       osmo-ms-mob/00029(pid=164): Launched
22:49:00.124833 run                             mass: MS start registered  {at=1573566.333151588, delay=0.004876216873526573, ms=00029}
22:49:00.486613 run                osmo-ms-mob/00030: Starting mobile
22:49:00.500780 run       osmo-ms-mob/00030(pid=165): Launched
22:49:00.511688 run                             mass: MS start registered  {at=1573566.72001012, delay=0.0046752020716667175, ms=00030}
22:49:00.900892 run                osmo-ms-mob/00031: Starting mobile
22:49:00.918239 run       osmo-ms-mob/00031(pid=166): Launched
22:49:00.929406 run                             mass: MS start registered  {at=1573567.137725852, delay=0.004848557990044355, ms=00031}
22:49:01.150627 run                             mass: MS performed LU  {at=1573567.358843616, lu_delay=5.488055215915665, ms=00019}
22:49:01.180285 run                osmo-ms-mob/00032: Starting mobile
22:49:01.193660 run       osmo-ms-mob/00032(pid=167): Launched
22:49:01.205038 run                             mass: MS start registered  {at=1573567.413355957, delay=0.0051273510325700045, ms=00032}
22:49:01.233080 run                             mass: MS performed LU  {at=1573567.441327499, lu_delay=5.012897135922685, ms=00020}
22:49:01.298404 run                             mass: MS performed LU  {at=1573567.506645438, lu_delay=5.964334455085918, ms=00018}
22:49:01.404325 run                             mass: MS performed LU  {at=1573567.612542717, lu_delay=4.696823850041255, ms=00021}
22:49:01.433697 run                osmo-ms-mob/00033: Starting mobile
22:49:01.447362 run       osmo-ms-mob/00033(pid=168): Launched
22:49:01.458423 run                             mass: MS start registered  {at=1573567.666744168, delay=0.004925795830786228, ms=00033}
22:49:01.983671 run                osmo-ms-mob/00034: Starting mobile
22:49:01.997953 run       osmo-ms-mob/00034(pid=169): Launched
22:49:02.009233 run                             mass: MS start registered  {at=1573568.217554356, delay=0.004937656922265887, ms=00034}
22:49:02.282220 run                osmo-ms-mob/00035: Starting mobile
22:49:02.296060 run       osmo-ms-mob/00035(pid=170): Launched
22:49:02.307009 run                             mass: MS start registered  {at=1573568.515329735, delay=0.004830662859603763, ms=00035}
22:49:02.684686 run                osmo-ms-mob/00036: Starting mobile
22:49:02.699437 run       osmo-ms-mob/00036(pid=171): Launched
22:49:02.710490 run                             mass: MS start registered  {at=1573568.918810293, delay=0.004792477004230022, ms=00036}
22:49:03.071414 run                osmo-ms-mob/00037: Starting mobile
22:49:03.084661 run       osmo-ms-mob/00037(pid=172): Launched
22:49:03.095909 run                             mass: MS start registered  {at=1573569.304230659, delay=0.004804109921678901, ms=00037}
22:49:03.134710 run                             mass: MS performed LU  {at=1573569.342953585, lu_delay=5.610425542108715, ms=00023}
22:49:03.162883 run                             mass: MS performed LU  {at=1573569.371130371, lu_delay=5.133341242093593, ms=00024}
22:49:03.184505 run                osmo-ms-mob/00038: Starting mobile
22:49:03.197537 run       osmo-ms-mob/00038(pid=173): Launched
22:49:03.208363 run                             mass: MS start registered  {at=1573569.416685037, delay=0.004673226037994027, ms=00038}
22:49:03.250940 run                             mass: MS performed LU  {at=1573569.459160506, lu_delay=6.130612198961899, ms=00022}
22:49:03.307024 run                             mass: MS performed LU  {at=1573569.515239418, lu_delay=4.81202452396974, ms=00025}
22:49:03.334530 run                osmo-ms-mob/00039: Starting mobile
22:49:03.347790 run       osmo-ms-mob/00039(pid=174): Launched
22:49:03.358679 run                             mass: MS start registered  {at=1573569.567002205, delay=0.004727558000013232, ms=00039}
22:49:04.069999 run                osmo-ms-mob/00040: Starting mobile
22:49:04.083818 run       osmo-ms-mob/00040(pid=175): Launched
22:49:04.095381 run                             mass: MS start registered  {at=1573570.303697537, delay=0.00527868396602571, ms=00040}
22:49:04.382668 run                osmo-ms-mob/00041: Starting mobile
22:49:04.396635 run       osmo-ms-mob/00041(pid=176): Launched
22:49:04.408122 run                             mass: MS start registered  {at=1573570.616433549, delay=0.005302896955981851, ms=00041}
22:49:04.670443 run                osmo-ms-mob/00042: Starting mobile
22:49:04.684462 run       osmo-ms-mob/00042(pid=177): Launched
22:49:04.695773 run                             mass: MS start registered  {at=1573570.904094844, delay=0.004823120776563883, ms=00042}
22:49:04.917058 run                             mass: MS performed LU  {at=1573571.125276928, lu_delay=5.981678398093209, ms=00026}
22:49:04.999881 run                             mass: MS performed LU  {at=1573571.208102312, lu_delay=5.686718096956611, ms=00027}
22:49:05.043616 run                osmo-ms-mob/00043: Starting mobile
22:49:05.057731 run       osmo-ms-mob/00043(pid=178): Launched
22:49:05.064130 run                             mass: MS performed LU  {at=1573571.272459526, lu_delay=5.538603939116001, ms=00028}
22:49:05.070142 run                             mass: MS start registered  {at=1573571.278477414, delay=0.00603415397927165, ms=00043}
22:49:05.170845 run                             mass: MS performed LU  {at=1573571.379064952, lu_delay=5.045913364039734, ms=00029}
22:49:05.200188 run                osmo-ms-mob/00044: Starting mobile
22:49:05.213881 run       osmo-ms-mob/00044(pid=179): Launched
22:49:05.219958 run                             mass: MS performed LU  {at=1573571.428286763, lu_delay=4.708276642952114, ms=00030}
22:49:05.225903 run                             mass: MS start registered  {at=1573571.43423785, delay=0.0059686650056391954, ms=00044}
22:49:05.703985 run                osmo-ms-mob/00045: Starting mobile
22:49:05.728890 run       osmo-ms-mob/00045(pid=180): Launched
22:49:05.740118 run                             mass: MS start registered  {at=1573571.94843556, delay=0.004912142176181078, ms=00045}
22:49:05.983674 run                osmo-ms-mob/00046: Starting mobile
22:49:05.997895 run       osmo-ms-mob/00046(pid=181): Launched
22:49:06.009741 run                             mass: MS start registered  {at=1573572.218053211, delay=0.00567231304012239, ms=00046}
22:49:06.270635 run                osmo-ms-mob/00047: Starting mobile
22:49:06.284024 run       osmo-ms-mob/00047(pid=182): Launched
22:49:06.295198 run                             mass: MS start registered  {at=1573572.503517286, delay=0.004957522032782435, ms=00047}
22:49:06.582250 run                osmo-ms-mob/00048: Starting mobile
22:49:06.595989 run       osmo-ms-mob/00048(pid=183): Launched
22:49:06.607103 run                             mass: MS start registered  {at=1573572.815421249, delay=0.0044686030596494675, ms=00048}
22:49:06.913037 run                osmo-ms-mob/00049: Starting mobile
22:49:06.930990 run       osmo-ms-mob/00049(pid=184): Launched
22:49:06.937301 run                             mass: MS performed LU  {at=1573573.145614958, lu_delay=5.478870789986104, ms=00033}
22:49:06.943402 run                             mass: MS performed LU  {at=1573573.151736195, lu_delay=5.738380237948149, ms=00032}
22:49:06.949307 run                             mass: MS start registered  {at=1573573.157642551, delay=0.012045979034155607, ms=00049}
22:49:06.960263 run                osmo-ms-mob/00050: Starting mobile
22:49:06.973585 run       osmo-ms-mob/00050(pid=185): Launched
22:49:06.984439 run                             mass: MS start registered  {at=1573573.192760518, delay=0.004640911007300019, ms=00050}
22:49:07.015385 run                             mass: MS performed LU  {at=1573573.223674235, lu_delay=5.006119878962636, ms=00034}
22:49:07.073390 run                             mass: MS performed LU  {at=1573573.281610484, lu_delay=4.76628074911423, ms=00035}
22:49:07.108622 run                             mass: MS performed LU  {at=1573573.316882366, lu_delay=6.179156514117494, ms=00031}
22:49:07.126756 run                osmo-ms-mob/00051: Starting mobile
22:49:07.140021 run       osmo-ms-mob/00051(pid=186): Launched
22:49:07.151021 run                             mass: MS start registered  {at=1573573.359344155, delay=0.004844831069931388, ms=00051}
22:49:07.883490 run                osmo-ms-mob/00052: Starting mobile
22:49:07.897810 run       osmo-ms-mob/00052(pid=187): Launched
22:49:07.909277 run                             mass: MS start registered  {at=1573574.117594231, delay=0.005212922813370824, ms=00052}
22:49:08.170616 run                osmo-ms-mob/00053: Starting mobile
22:49:08.183845 run       osmo-ms-mob/00053(pid=188): Launched
22:49:08.195588 run                             mass: MS start registered  {at=1573574.403900579, delay=0.005620886106044054, ms=00053}
22:49:08.483517 run                osmo-ms-mob/00054: Starting mobile
22:49:08.497738 run       osmo-ms-mob/00054(pid=189): Launched
22:49:08.509056 run                             mass: MS start registered  {at=1573574.717376304, delay=0.004913761047646403, ms=00054}
22:49:08.682558 run                             mass: MS performed LU  {at=1573574.890776731, lu_delay=5.474091693991795, ms=00038}
22:49:08.712935 run                osmo-ms-mob/00055: Starting mobile
22:49:08.726476 run       osmo-ms-mob/00055(pid=190): Launched
22:49:08.737713 run                             mass: MS start registered  {at=1573574.946024059, delay=0.005081579089164734, ms=00055}
22:49:08.764545 run                             mass: MS performed LU  {at=1573574.972829706, lu_delay=5.668599046999589, ms=00037}
22:49:08.829889 run                             mass: MS performed LU  {at=1573575.038132122, lu_delay=5.471129917073995, ms=00039}
22:49:08.858148 run                osmo-ms-mob/00056: Starting mobile
22:49:08.871271 run       osmo-ms-mob/00056(pid=191): Launched
22:49:08.882489 run                             mass: MS start registered  {at=1573575.090814018, delay=0.00521127600222826, ms=00056}
22:49:08.936446 run                             mass: MS performed LU  {at=1573575.144678237, lu_delay=4.840980699984357, ms=00040}
22:49:08.974593 run                             mass: MS performed LU  {at=1573575.182841738, lu_delay=6.264031444909051, ms=00036}
22:49:08.994327 run                osmo-ms-mob/00057: Starting mobile
22:49:09.007831 run       osmo-ms-mob/00057(pid=192): Launched
22:49:09.018580 run                             mass: MS start registered  {at=1573575.226901949, delay=0.00457977200858295, ms=00057}
22:49:09.778449 run                osmo-ms-mob/00058: Starting mobile
22:49:09.791861 run       osmo-ms-mob/00058(pid=193): Launched
22:49:09.803344 run                             mass: MS start registered  {at=1573576.011658333, delay=0.005245218053460121, ms=00058}
22:49:10.071169 run                osmo-ms-mob/00059: Starting mobile
22:49:10.084960 run       osmo-ms-mob/00059(pid=194): Launched
22:49:10.096288 run                             mass: MS start registered  {at=1573576.304606006, delay=0.00502653606235981, ms=00059}
22:49:10.383521 run                osmo-ms-mob/00060: Starting mobile
22:49:10.398021 run       osmo-ms-mob/00060(pid=195): Launched
22:49:10.409579 run                             mass: MS start registered  {at=1573576.617901633, delay=0.005217706086114049, ms=00060}
22:49:10.547430 run                             mass: MS performed LU  {at=1573576.755651069, lu_delay=4.537597858114168, ms=00046}
22:49:10.603245 run                             mass: MS performed LU  {at=1573576.811467005, lu_delay=5.907372161047533, ms=00042}
22:49:10.666577 run                             mass: MS performed LU  {at=1573576.874813129, lu_delay=4.371295843040571, ms=00047}
22:49:10.707833 run                osmo-ms-mob/00061: Starting mobile
22:49:10.721796 run       osmo-ms-mob/00061(pid=196): Launched
22:49:10.732624 run                             mass: MS start registered  {at=1573576.940946742, delay=0.004646095912903547, ms=00061}
22:49:10.874745 run                             mass: MS performed LU  {at=1573577.08296192, lu_delay=5.648724070051685, ms=00044}
22:49:10.898978 run                             mass: MS performed LU  {at=1573577.107310698, lu_delay=5.828833283856511, ms=00043}
22:49:10.910576 run                osmo-ms-mob/00062: Starting mobile
22:49:10.924313 run       osmo-ms-mob/00062(pid=197): Launched
22:49:10.930653 run                             mass: MS performed LU  {at=1573577.138981104, lu_delay=5.1905455437954515, ms=00045}
22:49:10.936666 run                             mass: MS start registered  {at=1573577.145001666, delay=0.006038510939106345, ms=00062}
22:49:11.385051 run                osmo-ms-mob/00063: Starting mobile
22:49:11.399022 run       osmo-ms-mob/00063(pid=198): Launched
22:49:11.410428 run                             mass: MS start registered  {at=1573577.618746903, delay=0.005092895124107599, ms=00063}
22:49:11.784934 run                osmo-ms-mob/00064: Starting mobile
22:49:11.799093 run       osmo-ms-mob/00064(pid=199): Launched
22:49:11.810355 run                             mass: MS start registered  {at=1573578.018675999, delay=0.005188612965866923, ms=00064}
22:49:12.193503 run                osmo-ms-mob/00065: Starting mobile
22:49:12.210915 run       osmo-ms-mob/00065(pid=200): Launched
22:49:12.222311 run                             mass: MS start registered  {at=1573578.430624409, delay=0.004974099108949304, ms=00065}
22:49:12.448051 run                             mass: MS performed LU  {at=1573578.656270872, lu_delay=5.29692671704106, ms=00051}
22:49:12.478035 run                osmo-ms-mob/00066: Starting mobile
22:49:12.491470 run       osmo-ms-mob/00066(pid=201): Launched
22:49:12.503043 run                             mass: MS start registered  {at=1573578.711350058, delay=0.00553957698866725, ms=00066}
22:49:12.531378 run                             mass: MS performed LU  {at=1573578.739618811, lu_delay=4.622024580137804, ms=00052}
22:49:12.595820 run                             mass: MS performed LU  {at=1573578.804069792, lu_delay=5.646427240921184, ms=00049}
22:49:12.702410 run                             mass: MS performed LU  {at=1573578.910631321, lu_delay=5.717870802851394, ms=00050}
22:49:12.731431 run                osmo-ms-mob/00067: Starting mobile
22:49:12.745002 run       osmo-ms-mob/00067(pid=202): Launched
22:49:12.751165 run                             mass: MS performed LU  {at=1573578.9594933, lu_delay=6.144072050927207, ms=00048}
22:49:12.757185 run                             mass: MS start registered  {at=1573578.965520345, delay=0.0060453168116509914, ms=00067}
22:49:13.202496 run                osmo-ms-mob/00068: Starting mobile
22:49:13.218474 run       osmo-ms-mob/00068(pid=203): Launched
22:49:13.230155 run                             mass: MS start registered  {at=1573579.438467642, delay=0.005435914965346456, ms=00068}
22:49:13.570843 run                osmo-ms-mob/00069: Starting mobile
22:49:13.584473 run       osmo-ms-mob/00069(pid=204): Launched
22:49:13.596941 run                             mass: MS start registered  {at=1573579.805257239, delay=0.006152644986286759, ms=00069}
22:49:13.605937 run                             mass: MS performed LU  {at=1573579.814255749, lu_delay=3.5096497430931777, ms=00059}
22:49:13.984537 run                osmo-ms-mob/00070: Starting mobile
22:49:13.998913 run       osmo-ms-mob/00070(pid=205): Launched
22:49:14.010695 run                             mass: MS start registered  {at=1573580.219004772, delay=0.0054847018327564, ms=00070}
22:49:14.384618 run                osmo-ms-mob/00071: Starting mobile
22:49:14.398941 run       osmo-ms-mob/00071(pid=206): Launched
22:49:14.405460 run                             mass: MS performed LU  {at=1573580.613786124, lu_delay=5.522972106002271, ms=00056}
22:49:14.411722 run                             mass: MS performed LU  {at=1573580.620030343, lu_delay=5.674006283981726, ms=00055}
22:49:14.417885 run                             mass: MS start registered  {at=1573580.626218919, delay=0.012451387010514736, ms=00071}
22:49:14.423904 run                             mass: MS performed LU  {at=1573580.632233991, lu_delay=6.228333411971107, ms=00053}
22:49:14.435099 run                osmo-ms-mob/00072: Starting mobile
22:49:14.448706 run       osmo-ms-mob/00072(pid=207): Launched
22:49:14.459933 run                             mass: MS start registered  {at=1573580.668248027, delay=0.0049731251783668995, ms=00072}
22:49:14.677082 run                             mass: MS performed LU  {at=1573580.885298233, lu_delay=6.167921928921714, ms=00054}
22:49:15.187547 run                osmo-ms-mob/00073: Starting mobile
22:49:15.202742 run       osmo-ms-mob/00073(pid=208): Launched
22:49:15.214379 run                             mass: MS start registered  {at=1573581.422695354, delay=0.004913210170343518, ms=00073}
22:49:15.272233 run                             mass: MS performed LU  {at=1573581.480461799, lu_delay=5.4688034660648555, ms=00058}
22:49:15.355769 run                             mass: MS performed LU  {at=1573581.563964256, lu_delay=6.337062307167798, ms=00057}
22:49:15.448704 run                             mass: MS performed LU  {at=1573581.656933094, lu_delay=5.039031460881233, ms=00060}
22:49:15.478504 run                osmo-ms-mob/00074: Starting mobile
22:49:15.492465 run       osmo-ms-mob/00074(pid=209): Launched
22:49:15.499244 run                             mass: MS performed LU  {at=1573581.707570859, lu_delay=3.688894859980792, ms=00064}
22:49:15.505477 run                             mass: MS start registered  {at=1573581.713810434, delay=0.0062579261139035225, ms=00074}
22:49:16.001668 run                osmo-ms-mob/00075: Starting mobile
22:49:16.019516 run       osmo-ms-mob/00075(pid=210): Launched
22:49:16.031096 run                             mass: MS start registered  {at=1573582.239413794, delay=0.00528094288893044, ms=00075}
22:49:16.232571 run                             mass: MS performed LU  {at=1573582.440794763, lu_delay=4.822047859895974, ms=00063}
22:49:16.270472 run                             mass: MS performed LU  {at=1573582.478695201, lu_delay=5.53774845902808, ms=00061}
22:49:16.361817 run                             mass: MS performed LU  {at=1573582.57003802, lu_delay=5.425036353990436, ms=00062}
22:49:16.427377 run                osmo-ms-mob/00076: Starting mobile
22:49:16.443662 run       osmo-ms-mob/00076(pid=211): Launched
22:49:16.455316 run                             mass: MS start registered  {at=1573582.663635849, delay=0.005093561019748449, ms=00076}
22:49:16.901243 run                osmo-ms-mob/00077: Starting mobile
22:49:16.917310 run       osmo-ms-mob/00077(pid=212): Launched
22:49:16.929086 run                             mass: MS start registered  {at=1573583.137397892, delay=0.005542672006413341, ms=00077}
22:49:17.383623 run                osmo-ms-mob/00078: Starting mobile
22:49:17.397592 run       osmo-ms-mob/00078(pid=213): Launched
22:49:17.410083 run                             mass: MS start registered  {at=1573583.618402381, delay=0.006095717893913388, ms=00078}
22:49:17.770212 run                osmo-ms-mob/00079: Starting mobile
22:49:17.783370 run       osmo-ms-mob/00079(pid=214): Launched
22:49:17.794474 run                             mass: MS start registered  {at=1573584.002793797, delay=0.005056606139987707, ms=00079}
22:49:18.097075 run                             mass: MS performed LU  {at=1573584.305291424, lu_delay=4.866823781980202, ms=00068}
22:49:18.180484 run                             mass: MS performed LU  {at=1573584.388542484, lu_delay=5.423022139118984, ms=00067}
22:49:18.237532 run                osmo-ms-mob/00080: Starting mobile
22:49:18.252012 run       osmo-ms-mob/00080(pid=215): Launched
22:49:18.258243 run                             mass: MS performed LU  {at=1573584.466572133, lu_delay=4.661314893979579, ms=00069}
22:49:18.264190 run                             mass: MS start registered  {at=1573584.472524425, delay=0.005968801910057664, ms=00080}
22:49:18.370128 run                             mass: MS performed LU  {at=1573584.578347548, lu_delay=5.8669974899385124, ms=00066}
22:49:18.406185 run                             mass: MS performed LU  {at=1573584.614393779, lu_delay=6.1837693699635565, ms=00065}
22:49:18.766406 run                osmo-ms-mob/00081: Starting mobile
22:49:18.779551 run       osmo-ms-mob/00081(pid=216): Launched
22:49:18.790751 run                             mass: MS start registered  {at=1573584.999071686, delay=0.005101507063955069, ms=00081}
22:49:19.171273 run                osmo-ms-mob/00082: Starting mobile
22:49:19.184753 run       osmo-ms-mob/00082(pid=217): Launched
22:49:19.195765 run                             mass: MS start registered  {at=1573585.404085416, delay=0.004812764003872871, ms=00082}
22:49:19.803601 run                osmo-ms-mob/00083: Starting mobile
22:49:19.820406 run       osmo-ms-mob/00083(pid=218): Launched
22:49:19.831362 run                             mass: MS start registered  {at=1573586.039682734, delay=0.004731643013656139, ms=00083}
22:49:19.998693 run                             mass: MS performed LU  {at=1573586.206910923, lu_delay=4.784215568797663, ms=00073}
22:49:20.036627 run                             mass: MS performed LU  {at=1573586.244863294, lu_delay=5.576615266967565, ms=00072}
22:49:20.126677 run                             mass: MS performed LU  {at=1573586.334960675, lu_delay=4.621150241000578, ms=00074}
22:49:20.178394 run                osmo-ms-mob/00084: Starting mobile
22:49:20.193778 run       osmo-ms-mob/00084(pid=219): Launched
22:49:20.204725 run                             mass: MS start registered  {at=1573586.413040653, delay=0.004742144141346216, ms=00084}
22:49:20.308234 run                             mass: MS performed LU  {at=1573586.516458351, lu_delay=6.297453579027206, ms=00070}
22:49:20.804580 run                osmo-ms-mob/00085: Starting mobile
22:49:20.820616 run       osmo-ms-mob/00085(pid=220): Launched
22:49:20.832046 run                             mass: MS start registered  {at=1573587.040360552, delay=0.00521769211627543, ms=00085}
22:49:21.367880 run                osmo-ms-mob/00086: Starting mobile
22:49:21.381638 run       osmo-ms-mob/00086(pid=221): Launched
22:49:21.392956 run                             mass: MS start registered  {at=1573587.601275957, delay=0.005004025064408779, ms=00086}
22:49:21.945485 run                             mass: MS performed LU  {at=1573588.153676938, lu_delay=5.016279045958072, ms=00077}
22:49:21.991065 run                osmo-ms-mob/00087: Starting mobile
22:49:22.005311 run       osmo-ms-mob/00087(pid=222): Launched
22:49:22.011524 run                             mass: MS performed LU  {at=1573588.219853322, lu_delay=5.980439528124407, ms=00075}
22:49:22.017561 run                             mass: MS performed LU  {at=1573588.225895358, lu_delay=5.562259508995339, ms=00076}
22:49:22.023450 run                             mass: MS start registered  {at=1573588.231784973, delay=0.011948416009545326, ms=00087}
22:49:22.315002 run                             mass: MS performed LU  {at=1573588.523220899, lu_delay=4.904818518087268, ms=00078}
22:49:22.612408 run                osmo-ms-mob/00088: Starting mobile
22:49:22.629003 run       osmo-ms-mob/00088(pid=223): Launched
22:49:22.640065 run                             mass: MS start registered  {at=1573588.848384199, delay=0.004865323891863227, ms=00088}
22:49:23.173396 run                osmo-ms-mob/00089: Starting mobile
22:49:23.186819 run       osmo-ms-mob/00089(pid=224): Launched
22:49:23.198254 run                             mass: MS start registered  {at=1573589.406574168, delay=0.005291543900966644, ms=00089}
22:49:23.745453 run                             mass: MS performed LU  {at=1573589.95367106, lu_delay=4.54958564392291, ms=00082}
22:49:23.760828 run                osmo-ms-mob/00090: Starting mobile
22:49:23.774441 run       osmo-ms-mob/00090(pid=225): Launched
22:49:23.780588 run                             mass: MS performed LU  {at=1573589.988915497, lu_delay=5.516391071956605, ms=00080}
22:49:23.786826 run                             mass: MS start registered  {at=1573589.995159053, delay=0.00626103300601244, ms=00090}
22:49:23.893891 run                             mass: MS performed LU  {at=1573590.102106758, lu_delay=6.099312960868701, ms=00079}
22:49:24.020064 run                             mass: MS performed LU  {at=1573590.228283512, lu_delay=5.229211825877428, ms=00081}
22:49:24.510990 run                osmo-ms-mob/00091: Starting mobile
22:49:24.527186 run       osmo-ms-mob/00091(pid=226): Launched
22:49:24.538797 run                             mass: MS start registered  {at=1573590.747109941, delay=0.005204383982345462, ms=00091}
22:49:25.181784 run                osmo-ms-mob/00092: Starting mobile
22:49:25.195685 run       osmo-ms-mob/00092(pid=227): Launched
22:49:25.206943 run                             mass: MS start registered  {at=1573591.41526439, delay=0.0051654179114848375, ms=00092}
22:49:25.712578 run                             mass: MS performed LU  {at=1573591.920797433, lu_delay=5.881114698946476, ms=00083}
22:49:25.729993 run                             mass: MS performed LU  {at=1573591.938254277, lu_delay=4.897893724963069, ms=00085}
22:49:25.757891 run                             mass: MS performed LU  {at=1573591.966116964, lu_delay=5.553076310781762, ms=00084}
22:49:25.790146 run                osmo-ms-mob/00093: Starting mobile
22:49:25.803983 run       osmo-ms-mob/00093(pid=228): Launched
22:49:25.816646 run                             mass: MS start registered  {at=1573592.024966282, delay=0.006434827111661434, ms=00093}
22:49:26.081184 run                             mass: MS performed LU  {at=1573592.28940258, lu_delay=4.688126622932032, ms=00086}
22:49:26.882797 run                osmo-ms-mob/00094: Starting mobile
22:49:26.897667 run       osmo-ms-mob/00094(pid=229): Launched
22:49:26.908881 run                             mass: MS start registered  {at=1573593.117197128, delay=0.005019854987040162, ms=00094}
22:49:27.511914 run                             mass: MS performed LU  {at=1573593.720133799, lu_delay=5.4883488258346915, ms=00087}
22:49:27.537033 run                             mass: MS performed LU  {at=1573593.745361646, lu_delay=4.896977446973324, ms=00088}
22:49:27.659190 run                             mass: MS performed LU  {at=1573593.867409746, lu_delay=4.460835577920079, ms=00089}
22:49:27.700598 run                osmo-ms-mob/00095: Starting mobile
22:49:27.716038 run       osmo-ms-mob/00095(pid=230): Launched
22:49:27.726679 run                             mass: MS start registered  {at=1573593.935002227, delay=0.004566640127450228, ms=00095}
22:49:27.784460 run                             mass: MS performed LU  {at=1573593.992683802, lu_delay=23.37625025305897, ms=00041}
22:49:28.784838 run                osmo-ms-mob/00096: Starting mobile
22:49:28.798832 run       osmo-ms-mob/00096(pid=231): Launched
22:49:28.818462 run                             mass: MS start registered  {at=1573595.026768775, delay=0.01342746987938881, ms=00096}
22:49:29.477597 run                             mass: MS performed LU  {at=1573595.685797813, lu_delay=4.9386878721416, ms=00091}
22:49:29.495924 run                             mass: MS performed LU  {at=1573595.704168883, lu_delay=5.709009829908609, ms=00090}
22:49:29.912847 run                osmo-ms-mob/00097: Starting mobile
22:49:29.930016 run       osmo-ms-mob/00097(pid=232): Launched
22:49:29.941435 run                             mass: MS start registered  {at=1573596.149757391, delay=0.005195928970351815, ms=00097}
22:49:31.193659 run                osmo-ms-mob/00098: Starting mobile
22:49:31.209794 run       osmo-ms-mob/00098(pid=233): Launched
22:49:31.221008 run                             mass: MS start registered  {at=1573597.42932749, delay=0.0050697471015155315, ms=00098}
22:49:31.407082 run                             mass: MS performed LU  {at=1573597.61530109, lu_delay=6.2000367001164705, ms=00092}
22:49:31.424293 run                             mass: MS performed LU  {at=1573597.632585136, lu_delay=5.607618853915483, ms=00093}
22:49:31.730041 run                             mass: MS performed LU  {at=1573597.938264658, lu_delay=4.821067529963329, ms=00094}
22:49:33.002670 run                osmo-ms-mob/00099: Starting mobile
22:49:33.022648 run       osmo-ms-mob/00099(pid=234): Launched
22:49:33.028912 run                             mass: All started... {duration=55.76857863785699, too_slow=0}
22:49:33.034646 run                             mass: MS start registered  {at=1573599.242974128, delay=0.005727572133764625, ms=00099}
22:49:33.243290 run                             mass: MS performed LU  {at=1573599.451333008, lu_delay=5.516330780927092, ms=00095}
22:49:33.497565 run                             mass: MS performed LU  {at=1573599.705785211, lu_delay=4.679016435984522, ms=00096}
22:49:35.173141 run                             mass: MS performed LU  {at=1573601.381360775, lu_delay=5.231603384017944, ms=00097}
22:49:37.008977 run                             mass: MS performed LU  {at=1573603.217173643, lu_delay=5.787846152903512, ms=00098}
22:49:37.027141 run                             mass: MS performed LU  {at=1573603.235388274, lu_delay=22.60916935512796, ms=00071}
22:49:38.938867 run                             mass: MS performed LU  {at=1573605.147087854, lu_delay=5.90411372599192, ms=00099}
22:49:38.961515 run                             mass: Tests done {all_completed=True, max=23.37625025305897, min=3.5096497430931777}
22:49:38.971329 tst         register_default_mass.py: Test passed (81.1 sec)
22:49:38.976908 run pcap-recorder_any(filters='host 127.0.42.2')(pid=22): Terminating (SIGTERM)
22:49:38.980313 run      osmo-hlr_127.0.42.2(pid=23): Terminating (SIGTERM)
22:49:38.983687 run pcap-recorder_any(filters='host 127.0.42.5 and port not 22')(pid=24): Terminating (SIGTERM)
22:49:38.987053 run      osmo-stp_127.0.42.5(pid=25): Terminating (SIGTERM)
22:49:38.990422 run pcap-recorder_any(filters='host 127.0.42.6 and port not 22')(pid=26): Terminating (SIGTERM)
22:49:38.993830 run      osmo-msc_127.0.42.6(pid=27): Terminating (SIGTERM)
22:49:38.997292 run pcap-recorder_any(filters='host 127.0.42.3 and port not 22')(pid=28): Terminating (SIGTERM)
22:49:39.000794 run      osmo-mgw_127.0.42.3(pid=29): Terminating (SIGTERM)
22:49:39.004215 run pcap-recorder_any(filters='host 127.0.42.4 and port not 22')(pid=30): Terminating (SIGTERM)
22:49:39.007647 run      osmo-mgw_127.0.42.4(pid=31): Terminating (SIGTERM)
22:49:39.011043 run pcap-recorder_any(filters='host 127.0.42.7 and port not 22')(pid=32): Terminating (SIGTERM)
22:49:39.014492 run      osmo-bsc_127.0.42.7(pid=33): Terminating (SIGTERM)
22:49:39.017941 run         osmo-bts-virtual(pid=34): Terminating (SIGTERM)
22:49:39.021353 run   osmo-ms-virt-phy/00000(pid=35): Terminating (SIGTERM)
22:49:39.024767 run   osmo-ms-virt-phy/00001(pid=36): Terminating (SIGTERM)
22:49:39.028193 run   osmo-ms-virt-phy/00002(pid=37): Terminating (SIGTERM)
22:49:39.031684 run   osmo-ms-virt-phy/00003(pid=38): Terminating (SIGTERM)
22:49:39.035479 run   osmo-ms-virt-phy/00004(pid=39): Terminating (SIGTERM)
22:49:39.038896 run   osmo-ms-virt-phy/00005(pid=40): Terminating (SIGTERM)
22:49:39.042314 run   osmo-ms-virt-phy/00006(pid=41): Terminating (SIGTERM)
22:49:39.045675 run   osmo-ms-virt-phy/00007(pid=42): Terminating (SIGTERM)
22:49:39.049040 run   osmo-ms-virt-phy/00008(pid=43): Terminating (SIGTERM)
22:49:39.052599 run   osmo-ms-virt-phy/00009(pid=44): Terminating (SIGTERM)
22:49:39.056054 run   osmo-ms-virt-phy/00010(pid=45): Terminating (SIGTERM)
22:49:39.059420 run   osmo-ms-virt-phy/00011(pid=46): Terminating (SIGTERM)
22:49:39.063070 run   osmo-ms-virt-phy/00012(pid=47): Terminating (SIGTERM)
22:49:39.066630 run   osmo-ms-virt-phy/00013(pid=48): Terminating (SIGTERM)
22:49:39.070437 run   osmo-ms-virt-phy/00014(pid=49): Terminating (SIGTERM)
22:49:39.073793 run   osmo-ms-virt-phy/00015(pid=50): Terminating (SIGTERM)
22:49:39.077143 run   osmo-ms-virt-phy/00016(pid=51): Terminating (SIGTERM)
22:49:39.080703 run   osmo-ms-virt-phy/00017(pid=52): Terminating (SIGTERM)
22:49:39.084064 run   osmo-ms-virt-phy/00018(pid=53): Terminating (SIGTERM)
22:49:39.087415 run   osmo-ms-virt-phy/00019(pid=54): Terminating (SIGTERM)
22:49:39.090779 run   osmo-ms-virt-phy/00020(pid=55): Terminating (SIGTERM)
22:49:39.094220 run   osmo-ms-virt-phy/00021(pid=56): Terminating (SIGTERM)
22:49:39.097638 run   osmo-ms-virt-phy/00022(pid=57): Terminating (SIGTERM)
22:49:39.101321 run   osmo-ms-virt-phy/00023(pid=58): Terminating (SIGTERM)
22:49:39.104714 run   osmo-ms-virt-phy/00024(pid=59): Terminating (SIGTERM)
22:49:39.108616 run   osmo-ms-virt-phy/00025(pid=60): Terminating (SIGTERM)
22:49:39.112101 run   osmo-ms-virt-phy/00026(pid=61): Terminating (SIGTERM)
22:49:39.115570 run   osmo-ms-virt-phy/00027(pid=62): Terminating (SIGTERM)
22:49:39.118927 run   osmo-ms-virt-phy/00028(pid=63): Terminating (SIGTERM)
22:49:39.122362 run   osmo-ms-virt-phy/00029(pid=64): Terminating (SIGTERM)
22:49:39.125818 run   osmo-ms-virt-phy/00030(pid=65): Terminating (SIGTERM)
22:49:39.129583 run   osmo-ms-virt-phy/00031(pid=66): Terminating (SIGTERM)
22:49:39.133209 run   osmo-ms-virt-phy/00032(pid=67): Terminating (SIGTERM)
22:49:39.137316 run   osmo-ms-virt-phy/00033(pid=68): Terminating (SIGTERM)
22:49:39.140993 run   osmo-ms-virt-phy/00034(pid=69): Terminating (SIGTERM)
22:49:39.144745 run   osmo-ms-virt-phy/00035(pid=70): Terminating (SIGTERM)
22:49:39.148111 run   osmo-ms-virt-phy/00036(pid=71): Terminating (SIGTERM)
22:49:39.151549 run   osmo-ms-virt-phy/00037(pid=72): Terminating (SIGTERM)
22:49:39.154966 run   osmo-ms-virt-phy/00038(pid=73): Terminating (SIGTERM)
22:49:39.158360 run   osmo-ms-virt-phy/00039(pid=74): Terminating (SIGTERM)
22:49:39.161747 run   osmo-ms-virt-phy/00040(pid=75): Terminating (SIGTERM)
22:49:39.165176 run   osmo-ms-virt-phy/00041(pid=76): Terminating (SIGTERM)
22:49:39.168665 run   osmo-ms-virt-phy/00042(pid=77): Terminating (SIGTERM)
22:49:39.172378 run   osmo-ms-virt-phy/00043(pid=78): Terminating (SIGTERM)
22:49:39.176101 run   osmo-ms-virt-phy/00044(pid=79): Terminating (SIGTERM)
22:49:39.180010 run   osmo-ms-virt-phy/00045(pid=80): Terminating (SIGTERM)
22:49:39.183628 run   osmo-ms-virt-phy/00046(pid=81): Terminating (SIGTERM)
22:49:39.187113 run   osmo-ms-virt-phy/00047(pid=82): Terminating (SIGTERM)
22:49:39.190481 run   osmo-ms-virt-phy/00048(pid=83): Terminating (SIGTERM)
22:49:39.193947 run   osmo-ms-virt-phy/00049(pid=84): Terminating (SIGTERM)
22:49:39.197309 run   osmo-ms-virt-phy/00050(pid=85): Terminating (SIGTERM)
22:49:39.200777 run   osmo-ms-virt-phy/00051(pid=86): Terminating (SIGTERM)
22:49:39.204256 run   osmo-ms-virt-phy/00052(pid=87): Terminating (SIGTERM)
22:49:39.208126 run   osmo-ms-virt-phy/00053(pid=88): Terminating (SIGTERM)
22:49:39.211592 run   osmo-ms-virt-phy/00054(pid=89): Terminating (SIGTERM)
22:49:39.214935 run   osmo-ms-virt-phy/00055(pid=90): Terminating (SIGTERM)
22:49:39.218441 run   osmo-ms-virt-phy/00056(pid=91): Terminating (SIGTERM)
22:49:39.221864 run   osmo-ms-virt-phy/00057(pid=92): Terminating (SIGTERM)
22:49:39.225343 run   osmo-ms-virt-phy/00058(pid=93): Terminating (SIGTERM)
22:49:39.228814 run   osmo-ms-virt-phy/00059(pid=94): Terminating (SIGTERM)
22:49:39.232264 run   osmo-ms-virt-phy/00060(pid=95): Terminating (SIGTERM)
22:49:39.235720 run   osmo-ms-virt-phy/00061(pid=96): Terminating (SIGTERM)
22:49:39.239178 run   osmo-ms-virt-phy/00062(pid=97): Terminating (SIGTERM)
22:49:39.242610 run   osmo-ms-virt-phy/00063(pid=98): Terminating (SIGTERM)
22:49:39.245995 run   osmo-ms-virt-phy/00064(pid=99): Terminating (SIGTERM)
22:49:39.249355 run  osmo-ms-virt-phy/00065(pid=100): Terminating (SIGTERM)
22:49:39.252710 run  osmo-ms-virt-phy/00066(pid=101): Terminating (SIGTERM)
22:49:39.256148 run  osmo-ms-virt-phy/00067(pid=102): Terminating (SIGTERM)
22:49:39.259479 run  osmo-ms-virt-phy/00068(pid=103): Terminating (SIGTERM)
22:49:39.262831 run  osmo-ms-virt-phy/00069(pid=104): Terminating (SIGTERM)
22:49:39.266351 run  osmo-ms-virt-phy/00070(pid=105): Terminating (SIGTERM)
22:49:39.270360 run  osmo-ms-virt-phy/00071(pid=106): Terminating (SIGTERM)
22:49:39.273964 run  osmo-ms-virt-phy/00072(pid=107): Terminating (SIGTERM)
22:49:39.277295 run  osmo-ms-virt-phy/00073(pid=108): Terminating (SIGTERM)
22:49:39.280625 run  osmo-ms-virt-phy/00074(pid=109): Terminating (SIGTERM)
22:49:39.283951 run  osmo-ms-virt-phy/00075(pid=110): Terminating (SIGTERM)
22:49:39.287303 run  osmo-ms-virt-phy/00076(pid=111): Terminating (SIGTERM)
22:49:39.290736 run  osmo-ms-virt-phy/00077(pid=112): Terminating (SIGTERM)
22:49:39.294102 run  osmo-ms-virt-phy/00078(pid=113): Terminating (SIGTERM)
22:49:39.297450 run  osmo-ms-virt-phy/00079(pid=114): Terminating (SIGTERM)
22:49:39.300806 run  osmo-ms-virt-phy/00080(pid=115): Terminating (SIGTERM)
22:49:39.304213 run  osmo-ms-virt-phy/00081(pid=116): Terminating (SIGTERM)
22:49:39.307556 run  osmo-ms-virt-phy/00082(pid=117): Terminating (SIGTERM)
22:49:39.310911 run  osmo-ms-virt-phy/00083(pid=118): Terminating (SIGTERM)
22:49:39.314298 run  osmo-ms-virt-phy/00084(pid=119): Terminating (SIGTERM)
22:49:39.317712 run  osmo-ms-virt-phy/00085(pid=120): Terminating (SIGTERM)
22:49:39.321082 run  osmo-ms-virt-phy/00086(pid=121): Terminating (SIGTERM)
22:49:39.324410 run  osmo-ms-virt-phy/00087(pid=122): Terminating (SIGTERM)
22:49:39.327742 run  osmo-ms-virt-phy/00088(pid=123): Terminating (SIGTERM)
22:49:39.331120 run  osmo-ms-virt-phy/00089(pid=124): Terminating (SIGTERM)
22:49:39.334493 run  osmo-ms-virt-phy/00090(pid=125): Terminating (SIGTERM)
22:49:39.337850 run  osmo-ms-virt-phy/00091(pid=126): Terminating (SIGTERM)
22:49:39.341235 run  osmo-ms-virt-phy/00092(pid=127): Terminating (SIGTERM)
22:49:39.344583 run  osmo-ms-virt-phy/00093(pid=128): Terminating (SIGTERM)
22:49:39.347936 run  osmo-ms-virt-phy/00094(pid=129): Terminating (SIGTERM)
22:49:39.351751 run  osmo-ms-virt-phy/00095(pid=130): Terminating (SIGTERM)
22:49:39.355119 run  osmo-ms-virt-phy/00096(pid=131): Terminating (SIGTERM)
22:49:39.358477 run  osmo-ms-virt-phy/00097(pid=132): Terminating (SIGTERM)
22:49:39.361877 run  osmo-ms-virt-phy/00098(pid=133): Terminating (SIGTERM)
22:49:39.365218 run  osmo-ms-virt-phy/00099(pid=134): Terminating (SIGTERM)
22:49:39.368557 run       osmo-ms-mob/00000(pid=135): Terminating (SIGTERM)
22:49:39.371921 run       osmo-ms-mob/00001(pid=136): Terminating (SIGTERM)
22:49:39.375242 run       osmo-ms-mob/00002(pid=137): Terminating (SIGTERM)
22:49:39.378535 run       osmo-ms-mob/00003(pid=138): Terminating (SIGTERM)
22:49:39.381797 run       osmo-ms-mob/00004(pid=139): Terminating (SIGTERM)
22:49:39.385047 run       osmo-ms-mob/00005(pid=140): Terminating (SIGTERM)
22:49:39.388299 run       osmo-ms-mob/00006(pid=141): Terminating (SIGTERM)
22:49:39.391550 run       osmo-ms-mob/00007(pid=142): Terminating (SIGTERM)
22:49:39.394800 run       osmo-ms-mob/00008(pid=143): Terminating (SIGTERM)
22:49:39.398057 run       osmo-ms-mob/00009(pid=144): Terminating (SIGTERM)
22:49:39.401317 run       osmo-ms-mob/00010(pid=145): Terminating (SIGTERM)
22:49:39.404574 run       osmo-ms-mob/00011(pid=146): Terminating (SIGTERM)
22:49:39.407839 run       osmo-ms-mob/00012(pid=147): Terminating (SIGTERM)
22:49:39.411079 run       osmo-ms-mob/00013(pid=148): Terminating (SIGTERM)
22:49:39.414337 run       osmo-ms-mob/00014(pid=149): Terminating (SIGTERM)
22:49:39.417588 run       osmo-ms-mob/00015(pid=150): Terminating (SIGTERM)
22:49:39.420839 run       osmo-ms-mob/00016(pid=151): Terminating (SIGTERM)
22:49:39.424085 run       osmo-ms-mob/00017(pid=152): Terminating (SIGTERM)
22:49:39.427322 run       osmo-ms-mob/00018(pid=153): Terminating (SIGTERM)
22:49:39.430576 run       osmo-ms-mob/00019(pid=154): Terminating (SIGTERM)
22:49:39.433834 run       osmo-ms-mob/00020(pid=155): Terminating (SIGTERM)
22:49:39.437076 run       osmo-ms-mob/00021(pid=156): Terminating (SIGTERM)
22:49:39.440331 run       osmo-ms-mob/00022(pid=157): Terminating (SIGTERM)
22:49:39.443584 run       osmo-ms-mob/00023(pid=158): Terminating (SIGTERM)
22:49:39.446840 run       osmo-ms-mob/00024(pid=159): Terminating (SIGTERM)
22:49:39.450093 run       osmo-ms-mob/00025(pid=160): Terminating (SIGTERM)
22:49:39.453341 run       osmo-ms-mob/00026(pid=161): Terminating (SIGTERM)
22:49:39.456595 run       osmo-ms-mob/00027(pid=162): Terminating (SIGTERM)
22:49:39.459839 run       osmo-ms-mob/00028(pid=163): Terminating (SIGTERM)
22:49:39.463084 run       osmo-ms-mob/00029(pid=164): Terminating (SIGTERM)
22:49:39.466341 run       osmo-ms-mob/00030(pid=165): Terminating (SIGTERM)
22:49:39.469585 run       osmo-ms-mob/00031(pid=166): Terminating (SIGTERM)
22:49:39.472876 run       osmo-ms-mob/00032(pid=167): Terminating (SIGTERM)
22:49:39.476188 run       osmo-ms-mob/00033(pid=168): Terminating (SIGTERM)
22:49:39.479499 run       osmo-ms-mob/00034(pid=169): Terminating (SIGTERM)
22:49:39.482838 run       osmo-ms-mob/00035(pid=170): Terminating (SIGTERM)
22:49:39.486179 run       osmo-ms-mob/00036(pid=171): Terminating (SIGTERM)
22:49:39.489490 run       osmo-ms-mob/00037(pid=172): Terminating (SIGTERM)
22:49:39.492776 run       osmo-ms-mob/00038(pid=173): Terminating (SIGTERM)
22:49:39.496044 run       osmo-ms-mob/00039(pid=174): Terminating (SIGTERM)
22:49:39.499266 run       osmo-ms-mob/00040(pid=175): Terminating (SIGTERM)
22:49:39.502531 run       osmo-ms-mob/00041(pid=176): Terminating (SIGTERM)
22:49:39.505805 run       osmo-ms-mob/00042(pid=177): Terminating (SIGTERM)
22:49:39.509061 run       osmo-ms-mob/00043(pid=178): Terminating (SIGTERM)
22:49:39.512326 run       osmo-ms-mob/00044(pid=179): Terminating (SIGTERM)
22:49:39.515573 run       osmo-ms-mob/00045(pid=180): Terminating (SIGTERM)
22:49:39.518824 run       osmo-ms-mob/00046(pid=181): Terminating (SIGTERM)
22:49:39.522074 run       osmo-ms-mob/00047(pid=182): Terminating (SIGTERM)
22:49:39.525316 run       osmo-ms-mob/00048(pid=183): Terminating (SIGTERM)
22:49:39.528580 run       osmo-ms-mob/00049(pid=184): Terminating (SIGTERM)
22:49:39.531841 run       osmo-ms-mob/00050(pid=185): Terminating (SIGTERM)
22:49:39.535085 run       osmo-ms-mob/00051(pid=186): Terminating (SIGTERM)
22:49:39.538329 run       osmo-ms-mob/00052(pid=187): Terminating (SIGTERM)
22:49:39.541582 run       osmo-ms-mob/00053(pid=188): Terminating (SIGTERM)
22:49:39.544838 run       osmo-ms-mob/00054(pid=189): Terminating (SIGTERM)
22:49:39.548092 run       osmo-ms-mob/00055(pid=190): Terminating (SIGTERM)
22:49:39.551344 run       osmo-ms-mob/00056(pid=191): Terminating (SIGTERM)
22:49:39.554603 run       osmo-ms-mob/00057(pid=192): Terminating (SIGTERM)
22:49:39.557860 run       osmo-ms-mob/00058(pid=193): Terminating (SIGTERM)
22:49:39.561118 run       osmo-ms-mob/00059(pid=194): Terminating (SIGTERM)
22:49:39.564368 run       osmo-ms-mob/00060(pid=195): Terminating (SIGTERM)
22:49:39.567616 run       osmo-ms-mob/00061(pid=196): Terminating (SIGTERM)
22:49:39.570881 run       osmo-ms-mob/00062(pid=197): Terminating (SIGTERM)
22:49:39.574135 run       osmo-ms-mob/00063(pid=198): Terminating (SIGTERM)
22:49:39.577397 run       osmo-ms-mob/00064(pid=199): Terminating (SIGTERM)
22:49:39.580657 run       osmo-ms-mob/00065(pid=200): Terminating (SIGTERM)
22:49:39.583916 run       osmo-ms-mob/00066(pid=201): Terminating (SIGTERM)
22:49:39.587163 run       osmo-ms-mob/00067(pid=202): Terminating (SIGTERM)
22:49:39.590406 run       osmo-ms-mob/00068(pid=203): Terminating (SIGTERM)
22:49:39.593666 run       osmo-ms-mob/00069(pid=204): Terminating (SIGTERM)
22:49:39.596915 run       osmo-ms-mob/00070(pid=205): Terminating (SIGTERM)
22:49:39.600183 run       osmo-ms-mob/00071(pid=206): Terminating (SIGTERM)
22:49:39.603426 run       osmo-ms-mob/00072(pid=207): Terminating (SIGTERM)
22:49:39.606679 run       osmo-ms-mob/00073(pid=208): Terminating (SIGTERM)
22:49:39.609935 run       osmo-ms-mob/00074(pid=209): Terminating (SIGTERM)
22:49:39.613175 run       osmo-ms-mob/00075(pid=210): Terminating (SIGTERM)
22:49:39.616442 run       osmo-ms-mob/00076(pid=211): Terminating (SIGTERM)
22:49:39.619688 run       osmo-ms-mob/00077(pid=212): Terminating (SIGTERM)
22:49:39.622937 run       osmo-ms-mob/00078(pid=213): Terminating (SIGTERM)
22:49:39.626192 run       osmo-ms-mob/00079(pid=214): Terminating (SIGTERM)
22:49:39.629458 run       osmo-ms-mob/00080(pid=215): Terminating (SIGTERM)
22:49:39.632689 run       osmo-ms-mob/00081(pid=216): Terminating (SIGTERM)
22:49:39.635946 run       osmo-ms-mob/00082(pid=217): Terminating (SIGTERM)
22:49:39.639195 run       osmo-ms-mob/00083(pid=218): Terminating (SIGTERM)
22:49:39.642458 run       osmo-ms-mob/00084(pid=219): Terminating (SIGTERM)
22:49:39.645717 run       osmo-ms-mob/00085(pid=220): Terminating (SIGTERM)
22:49:39.648970 run       osmo-ms-mob/00086(pid=221): Terminating (SIGTERM)
22:49:39.652232 run       osmo-ms-mob/00087(pid=222): Terminating (SIGTERM)
22:49:39.655471 run       osmo-ms-mob/00088(pid=223): Terminating (SIGTERM)
22:49:39.658738 run       osmo-ms-mob/00089(pid=224): Terminating (SIGTERM)
22:49:39.661990 run       osmo-ms-mob/00090(pid=225): Terminating (SIGTERM)
22:49:39.665238 run       osmo-ms-mob/00091(pid=226): Terminating (SIGTERM)
22:49:39.668481 run       osmo-ms-mob/00092(pid=227): Terminating (SIGTERM)
22:49:39.671726 run       osmo-ms-mob/00093(pid=228): Terminating (SIGTERM)
22:49:39.674968 run       osmo-ms-mob/00094(pid=229): Terminating (SIGTERM)
22:49:39.678215 run       osmo-ms-mob/00095(pid=230): Terminating (SIGTERM)
22:49:39.681472 run       osmo-ms-mob/00096(pid=231): Terminating (SIGTERM)
22:49:39.684728 run       osmo-ms-mob/00097(pid=232): Terminating (SIGTERM)
22:49:39.687988 run       osmo-ms-mob/00098(pid=233): Terminating (SIGTERM)
22:49:39.691238 run       osmo-ms-mob/00099(pid=234): Terminating (SIGTERM)
22:49:39.694514 ---      ParallelTerminationStrategy: PID 22 died...
22:49:39.696008 run pcap-recorder_any(filters='host 127.0.42.2')(pid=22): Terminated: ok {rc=0}
22:49:39.699605 ---      ParallelTerminationStrategy: PID 23 died...
22:49:39.701081 run      osmo-hlr_127.0.42.2(pid=23): Terminated: ok {rc=0}
22:49:39.704692 ---      ParallelTerminationStrategy: PID 24 died...
22:49:39.706155 run pcap-recorder_any(filters='host 127.0.42.5 and port not 22')(pid=24): Terminated: ok {rc=0}
22:49:39.709752 ---      ParallelTerminationStrategy: PID 25 died...
22:49:39.711212 run      osmo-stp_127.0.42.5(pid=25): Terminated: ok {rc=0}
22:49:39.714790 ---      ParallelTerminationStrategy: PID 26 died...
22:49:39.716262 run pcap-recorder_any(filters='host 127.0.42.6 and port not 22')(pid=26): Terminated: ok {rc=0}
22:49:39.719872 ---      ParallelTerminationStrategy: PID 27 died...
22:49:39.721344 run      osmo-msc_127.0.42.6(pid=27): Terminated: ok {rc=0}
22:49:39.724958 ---      ParallelTerminationStrategy: PID 28 died...
22:49:39.726432 run pcap-recorder_any(filters='host 127.0.42.3 and port not 22')(pid=28): Terminated: ok {rc=0}
22:49:39.730123 ---      ParallelTerminationStrategy: PID 29 died...
22:49:39.731629 run      osmo-mgw_127.0.42.3(pid=29): Terminated {rc=15}
22:49:39.735334 ---      ParallelTerminationStrategy: PID 30 died...
22:49:39.736823 run pcap-recorder_any(filters='host 127.0.42.4 and port not 22')(pid=30): Terminated: ok {rc=0}
22:49:39.740521 ---      ParallelTerminationStrategy: PID 31 died...
22:49:39.742022 run      osmo-mgw_127.0.42.4(pid=31): Terminated {rc=15}
22:49:39.745727 ---      ParallelTerminationStrategy: PID 32 died...
22:49:39.747217 run pcap-recorder_any(filters='host 127.0.42.7 and port not 22')(pid=32): Terminated: ok {rc=0}
22:49:39.750924 ---      ParallelTerminationStrategy: PID 33 died...
22:49:39.752437 run      osmo-bsc_127.0.42.7(pid=33): Terminated: ok {rc=0}
22:49:39.756152 ---      ParallelTerminationStrategy: PID 35 died...
22:49:39.757664 run   osmo-ms-virt-phy/00000(pid=35): Terminated: ok {rc=0}
22:49:39.761367 ---      ParallelTerminationStrategy: PID 36 died...
22:49:39.762861 run   osmo-ms-virt-phy/00001(pid=36): Terminated: ok {rc=0}
22:49:39.766563 ---      ParallelTerminationStrategy: PID 37 died...
22:49:39.768068 run   osmo-ms-virt-phy/00002(pid=37): Terminated: ok {rc=0}
22:49:39.771795 ---      ParallelTerminationStrategy: PID 38 died...
22:49:39.773300 run   osmo-ms-virt-phy/00003(pid=38): Terminated: ok {rc=0}
22:49:39.776996 ---      ParallelTerminationStrategy: PID 39 died...
22:49:39.778501 run   osmo-ms-virt-phy/00004(pid=39): Terminated: ok {rc=0}
22:49:39.782250 ---      ParallelTerminationStrategy: PID 40 died...
22:49:39.783767 run   osmo-ms-virt-phy/00005(pid=40): Terminated: ok {rc=0}
22:49:39.787469 ---      ParallelTerminationStrategy: PID 41 died...
22:49:39.789002 run   osmo-ms-virt-phy/00006(pid=41): Terminated: ok {rc=0}
22:49:39.792711 ---      ParallelTerminationStrategy: PID 42 died...
22:49:39.794211 run   osmo-ms-virt-phy/00007(pid=42): Terminated: ok {rc=0}
22:49:39.797929 ---      ParallelTerminationStrategy: PID 43 died...
22:49:39.799434 run   osmo-ms-virt-phy/00008(pid=43): Terminated: ok {rc=0}
22:49:39.803125 ---      ParallelTerminationStrategy: PID 44 died...
22:49:39.804639 run   osmo-ms-virt-phy/00009(pid=44): Terminated: ok {rc=0}
22:49:39.808327 ---      ParallelTerminationStrategy: PID 45 died...
22:49:39.809820 run   osmo-ms-virt-phy/00010(pid=45): Terminated: ok {rc=0}
22:49:39.813535 ---      ParallelTerminationStrategy: PID 46 died...
22:49:39.815039 run   osmo-ms-virt-phy/00011(pid=46): Terminated: ok {rc=0}
22:49:39.818756 ---      ParallelTerminationStrategy: PID 47 died...
22:49:39.820273 run   osmo-ms-virt-phy/00012(pid=47): Terminated: ok {rc=0}
22:49:39.823959 ---      ParallelTerminationStrategy: PID 48 died...
22:49:39.825445 run   osmo-ms-virt-phy/00013(pid=48): Terminated: ok {rc=0}
22:49:39.829140 ---      ParallelTerminationStrategy: PID 49 died...
22:49:39.830627 run   osmo-ms-virt-phy/00014(pid=49): Terminated: ok {rc=0}
22:49:39.834322 ---      ParallelTerminationStrategy: PID 50 died...
22:49:39.835827 run   osmo-ms-virt-phy/00015(pid=50): Terminated: ok {rc=0}
22:49:39.839495 ---      ParallelTerminationStrategy: PID 51 died...
22:49:39.840996 run   osmo-ms-virt-phy/00016(pid=51): Terminated: ok {rc=0}
22:49:39.844681 ---      ParallelTerminationStrategy: PID 52 died...
22:49:39.846182 run   osmo-ms-virt-phy/00017(pid=52): Terminated: ok {rc=0}
22:49:39.849880 ---      ParallelTerminationStrategy: PID 53 died...
22:49:39.851364 run   osmo-ms-virt-phy/00018(pid=53): Terminated: ok {rc=0}
22:49:39.855069 ---      ParallelTerminationStrategy: PID 54 died...
22:49:39.856576 run   osmo-ms-virt-phy/00019(pid=54): Terminated: ok {rc=0}
22:49:39.860268 ---      ParallelTerminationStrategy: PID 55 died...
22:49:39.861765 run   osmo-ms-virt-phy/00020(pid=55): Terminated: ok {rc=0}
22:49:39.865455 ---      ParallelTerminationStrategy: PID 56 died...
22:49:39.866947 run   osmo-ms-virt-phy/00021(pid=56): Terminated: ok {rc=0}
22:49:39.870644 ---      ParallelTerminationStrategy: PID 57 died...
22:49:39.872139 run   osmo-ms-virt-phy/00022(pid=57): Terminated: ok {rc=0}
22:49:39.875819 ---      ParallelTerminationStrategy: PID 58 died...
22:49:39.877306 run   osmo-ms-virt-phy/00023(pid=58): Terminated: ok {rc=0}
22:49:39.880989 ---      ParallelTerminationStrategy: PID 59 died...
22:49:39.882484 run   osmo-ms-virt-phy/00024(pid=59): Terminated: ok {rc=0}
22:49:39.886194 ---      ParallelTerminationStrategy: PID 60 died...
22:49:39.887694 run   osmo-ms-virt-phy/00025(pid=60): Terminated: ok {rc=0}
22:49:39.891373 ---      ParallelTerminationStrategy: PID 61 died...
22:49:39.892870 run   osmo-ms-virt-phy/00026(pid=61): Terminated: ok {rc=0}
22:49:39.896569 ---      ParallelTerminationStrategy: PID 62 died...
22:49:39.898063 run   osmo-ms-virt-phy/00027(pid=62): Terminated: ok {rc=0}
22:49:39.901763 ---      ParallelTerminationStrategy: PID 63 died...
22:49:39.903245 run   osmo-ms-virt-phy/00028(pid=63): Terminated: ok {rc=0}
22:49:39.906930 ---      ParallelTerminationStrategy: PID 64 died...
22:49:39.908422 run   osmo-ms-virt-phy/00029(pid=64): Terminated: ok {rc=0}
22:49:39.912125 ---      ParallelTerminationStrategy: PID 65 died...
22:49:39.913630 run   osmo-ms-virt-phy/00030(pid=65): Terminated: ok {rc=0}
22:49:39.917320 ---      ParallelTerminationStrategy: PID 66 died...
22:49:39.918811 run   osmo-ms-virt-phy/00031(pid=66): Terminated: ok {rc=0}
22:49:39.922491 ---      ParallelTerminationStrategy: PID 67 died...
22:49:39.923998 run   osmo-ms-virt-phy/00032(pid=67): Terminated: ok {rc=0}
22:49:39.927682 ---      ParallelTerminationStrategy: PID 68 died...
22:49:39.929151 run   osmo-ms-virt-phy/00033(pid=68): Terminated: ok {rc=0}
22:49:39.932773 ---      ParallelTerminationStrategy: PID 69 died...
22:49:39.934246 run   osmo-ms-virt-phy/00034(pid=69): Terminated: ok {rc=0}
22:49:39.937868 ---      ParallelTerminationStrategy: PID 70 died...
22:49:39.939334 run   osmo-ms-virt-phy/00035(pid=70): Terminated: ok {rc=0}
22:49:39.942943 ---      ParallelTerminationStrategy: PID 71 died...
22:49:39.944423 run   osmo-ms-virt-phy/00036(pid=71): Terminated: ok {rc=0}
22:49:39.948048 ---      ParallelTerminationStrategy: PID 72 died...
22:49:39.949524 run   osmo-ms-virt-phy/00037(pid=72): Terminated: ok {rc=0}
22:49:39.953147 ---      ParallelTerminationStrategy: PID 73 died...
22:49:39.954602 run   osmo-ms-virt-phy/00038(pid=73): Terminated: ok {rc=0}
22:49:39.958201 ---      ParallelTerminationStrategy: PID 74 died...
22:49:39.959667 run   osmo-ms-virt-phy/00039(pid=74): Terminated: ok {rc=0}
22:49:39.963293 ---      ParallelTerminationStrategy: PID 75 died...
22:49:39.964785 run   osmo-ms-virt-phy/00040(pid=75): Terminated: ok {rc=0}
22:49:39.968378 ---      ParallelTerminationStrategy: PID 76 died...
22:49:39.969866 run   osmo-ms-virt-phy/00041(pid=76): Terminated: ok {rc=0}
22:49:39.973559 ---      ParallelTerminationStrategy: PID 77 died...
22:49:39.975054 run   osmo-ms-virt-phy/00042(pid=77): Terminated: ok {rc=0}
22:49:39.978740 ---      ParallelTerminationStrategy: PID 78 died...
22:49:39.980253 run   osmo-ms-virt-phy/00043(pid=78): Terminated: ok {rc=0}
22:49:39.983936 ---      ParallelTerminationStrategy: PID 79 died...
22:49:39.985429 run   osmo-ms-virt-phy/00044(pid=79): Terminated: ok {rc=0}
22:49:39.989120 ---      ParallelTerminationStrategy: PID 80 died...
22:49:39.990611 run   osmo-ms-virt-phy/00045(pid=80): Terminated: ok {rc=0}
22:49:39.994304 ---      ParallelTerminationStrategy: PID 81 died...
22:49:39.995809 run   osmo-ms-virt-phy/00046(pid=81): Terminated: ok {rc=0}
22:49:39.999481 ---      ParallelTerminationStrategy: PID 82 died...
22:49:40.000990 run   osmo-ms-virt-phy/00047(pid=82): Terminated: ok {rc=0}
22:49:40.004675 ---      ParallelTerminationStrategy: PID 83 died...
22:49:40.006164 run   osmo-ms-virt-phy/00048(pid=83): Terminated: ok {rc=0}
22:49:40.009846 ---      ParallelTerminationStrategy: PID 84 died...
22:49:40.011333 run   osmo-ms-virt-phy/00049(pid=84): Terminated: ok {rc=0}
22:49:40.015036 ---      ParallelTerminationStrategy: PID 85 died...
22:49:40.016529 run   osmo-ms-virt-phy/00050(pid=85): Terminated: ok {rc=0}
22:49:40.020216 ---      ParallelTerminationStrategy: PID 86 died...
22:49:40.021710 run   osmo-ms-virt-phy/00051(pid=86): Terminated: ok {rc=0}
22:49:40.025405 ---      ParallelTerminationStrategy: PID 87 died...
22:49:40.026901 run   osmo-ms-virt-phy/00052(pid=87): Terminated: ok {rc=0}
22:49:40.030592 ---      ParallelTerminationStrategy: PID 88 died...
22:49:40.032088 run   osmo-ms-virt-phy/00053(pid=88): Terminated: ok {rc=0}
22:49:40.035782 ---      ParallelTerminationStrategy: PID 89 died...
22:49:40.037284 run   osmo-ms-virt-phy/00054(pid=89): Terminated: ok {rc=0}
22:49:40.040974 ---      ParallelTerminationStrategy: PID 90 died...
22:49:40.042457 run   osmo-ms-virt-phy/00055(pid=90): Terminated: ok {rc=0}
22:49:40.046130 ---      ParallelTerminationStrategy: PID 91 died...
22:49:40.047619 run   osmo-ms-virt-phy/00056(pid=91): Terminated: ok {rc=0}
22:49:40.051306 ---      ParallelTerminationStrategy: PID 92 died...
22:49:40.052801 run   osmo-ms-virt-phy/00057(pid=92): Terminated: ok {rc=0}
22:49:40.056482 ---      ParallelTerminationStrategy: PID 93 died...
22:49:40.057975 run   osmo-ms-virt-phy/00058(pid=93): Terminated: ok {rc=0}
22:49:40.061655 ---      ParallelTerminationStrategy: PID 94 died...
22:49:40.063144 run   osmo-ms-virt-phy/00059(pid=94): Terminated: ok {rc=0}
22:49:40.066823 ---      ParallelTerminationStrategy: PID 95 died...
22:49:40.068335 run   osmo-ms-virt-phy/00060(pid=95): Terminated: ok {rc=0}
22:49:40.072014 ---      ParallelTerminationStrategy: PID 96 died...
22:49:40.073517 run   osmo-ms-virt-phy/00061(pid=96): Terminated: ok {rc=0}
22:49:40.077219 ---      ParallelTerminationStrategy: PID 97 died...
22:49:40.078714 run   osmo-ms-virt-phy/00062(pid=97): Terminated: ok {rc=0}
22:49:40.082412 ---      ParallelTerminationStrategy: PID 98 died...
22:49:40.083926 run   osmo-ms-virt-phy/00063(pid=98): Terminated: ok {rc=0}
22:49:40.087627 ---      ParallelTerminationStrategy: PID 99 died...
22:49:40.089127 run   osmo-ms-virt-phy/00064(pid=99): Terminated: ok {rc=0}
22:49:40.092802 ---      ParallelTerminationStrategy: PID 100 died...
22:49:40.094294 run  osmo-ms-virt-phy/00065(pid=100): Terminated: ok {rc=0}
22:49:40.097973 ---      ParallelTerminationStrategy: PID 101 died...
22:49:40.099470 run  osmo-ms-virt-phy/00066(pid=101): Terminated: ok {rc=0}
22:49:40.103163 ---      ParallelTerminationStrategy: PID 102 died...
22:49:40.104656 run  osmo-ms-virt-phy/00067(pid=102): Terminated: ok {rc=0}
22:49:40.108316 ---      ParallelTerminationStrategy: PID 103 died...
22:49:40.109804 run  osmo-ms-virt-phy/00068(pid=103): Terminated: ok {rc=0}
22:49:40.113497 ---      ParallelTerminationStrategy: PID 104 died...
22:49:40.114990 run  osmo-ms-virt-phy/00069(pid=104): Terminated: ok {rc=0}
22:49:40.118672 ---      ParallelTerminationStrategy: PID 105 died...
22:49:40.120173 run  osmo-ms-virt-phy/00070(pid=105): Terminated: ok {rc=0}
22:49:40.123879 ---      ParallelTerminationStrategy: PID 106 died...
22:49:40.125371 run  osmo-ms-virt-phy/00071(pid=106): Terminated: ok {rc=0}
22:49:40.129064 ---      ParallelTerminationStrategy: PID 107 died...
22:49:40.130562 run  osmo-ms-virt-phy/00072(pid=107): Terminated: ok {rc=0}
22:49:40.134259 ---      ParallelTerminationStrategy: PID 108 died...
22:49:40.135752 run  osmo-ms-virt-phy/00073(pid=108): Terminated: ok {rc=0}
22:49:40.139427 ---      ParallelTerminationStrategy: PID 109 died...
22:49:40.140925 run  osmo-ms-virt-phy/00074(pid=109): Terminated: ok {rc=0}
22:49:40.144623 ---      ParallelTerminationStrategy: PID 110 died...
22:49:40.146116 run  osmo-ms-virt-phy/00075(pid=110): Terminated: ok {rc=0}
22:49:40.149809 ---      ParallelTerminationStrategy: PID 111 died...
22:49:40.151304 run  osmo-ms-virt-phy/00076(pid=111): Terminated: ok {rc=0}
22:49:40.154994 ---      ParallelTerminationStrategy: PID 112 died...
22:49:40.156482 run  osmo-ms-virt-phy/00077(pid=112): Terminated: ok {rc=0}
22:49:40.160178 ---      ParallelTerminationStrategy: PID 113 died...
22:49:40.161675 run  osmo-ms-virt-phy/00078(pid=113): Terminated: ok {rc=0}
22:49:40.165366 ---      ParallelTerminationStrategy: PID 114 died...
22:49:40.166868 run  osmo-ms-virt-phy/00079(pid=114): Terminated: ok {rc=0}
22:49:40.170583 ---      ParallelTerminationStrategy: PID 115 died...
22:49:40.172085 run  osmo-ms-virt-phy/00080(pid=115): Terminated: ok {rc=0}
22:49:40.175792 ---      ParallelTerminationStrategy: PID 116 died...
22:49:40.177286 run  osmo-ms-virt-phy/00081(pid=116): Terminated: ok {rc=0}
22:49:40.180976 ---      ParallelTerminationStrategy: PID 117 died...
22:49:40.182476 run  osmo-ms-virt-phy/00082(pid=117): Terminated: ok {rc=0}
22:49:40.186210 ---      ParallelTerminationStrategy: PID 118 died...
22:49:40.187720 run  osmo-ms-virt-phy/00083(pid=118): Terminated: ok {rc=0}
22:49:40.191416 ---      ParallelTerminationStrategy: PID 119 died...
22:49:40.192915 run  osmo-ms-virt-phy/00084(pid=119): Terminated: ok {rc=0}
22:49:40.196613 ---      ParallelTerminationStrategy: PID 120 died...
22:49:40.198113 run  osmo-ms-virt-phy/00085(pid=120): Terminated: ok {rc=0}
22:49:40.201823 ---      ParallelTerminationStrategy: PID 121 died...
22:49:40.203318 run  osmo-ms-virt-phy/00086(pid=121): Terminated: ok {rc=0}
22:49:40.206999 ---      ParallelTerminationStrategy: PID 122 died...
22:49:40.208511 run  osmo-ms-virt-phy/00087(pid=122): Terminated: ok {rc=0}
22:49:40.212222 ---      ParallelTerminationStrategy: PID 123 died...
22:49:40.213720 run  osmo-ms-virt-phy/00088(pid=123): Terminated: ok {rc=0}
22:49:40.217441 ---      ParallelTerminationStrategy: PID 124 died...
22:49:40.218940 run  osmo-ms-virt-phy/00089(pid=124): Terminated: ok {rc=0}
22:49:40.222643 ---      ParallelTerminationStrategy: PID 125 died...
22:49:40.224166 run  osmo-ms-virt-phy/00090(pid=125): Terminated: ok {rc=0}
22:49:40.227875 ---      ParallelTerminationStrategy: PID 126 died...
22:49:40.229375 run  osmo-ms-virt-phy/00091(pid=126): Terminated: ok {rc=0}
22:49:40.233061 ---      ParallelTerminationStrategy: PID 127 died...
22:49:40.234558 run  osmo-ms-virt-phy/00092(pid=127): Terminated: ok {rc=0}
22:49:40.238243 ---      ParallelTerminationStrategy: PID 128 died...
22:49:40.239760 run  osmo-ms-virt-phy/00093(pid=128): Terminated: ok {rc=0}
22:49:40.243443 ---      ParallelTerminationStrategy: PID 129 died...
22:49:40.244950 run  osmo-ms-virt-phy/00094(pid=129): Terminated: ok {rc=0}
22:49:40.248633 ---      ParallelTerminationStrategy: PID 130 died...
22:49:40.250132 run  osmo-ms-virt-phy/00095(pid=130): Terminated: ok {rc=0}
22:49:40.253824 ---      ParallelTerminationStrategy: PID 131 died...
22:49:40.255322 run  osmo-ms-virt-phy/00096(pid=131): Terminated: ok {rc=0}
22:49:40.259015 ---      ParallelTerminationStrategy: PID 132 died...
22:49:40.260514 run  osmo-ms-virt-phy/00097(pid=132): Terminated: ok {rc=0}
22:49:40.264238 ---      ParallelTerminationStrategy: PID 133 died...
22:49:40.265724 run  osmo-ms-virt-phy/00098(pid=133): Terminated: ok {rc=0}
22:49:40.269414 ---      ParallelTerminationStrategy: PID 134 died...
22:49:40.270917 run  osmo-ms-virt-phy/00099(pid=134): Terminated: ok {rc=0}
22:49:40.274619 ---      ParallelTerminationStrategy: PID 135 died...
22:49:40.276123 run       osmo-ms-mob/00000(pid=135): Terminated {rc=26112}
22:49:40.279858 ---      ParallelTerminationStrategy: PID 136 died...
22:49:40.281354 run       osmo-ms-mob/00001(pid=136): Terminated {rc=26112}
22:49:40.285069 ---      ParallelTerminationStrategy: PID 137 died...
22:49:40.286567 run       osmo-ms-mob/00002(pid=137): Terminated {rc=26112}
22:49:40.290277 ---      ParallelTerminationStrategy: PID 138 died...
22:49:40.291769 run       osmo-ms-mob/00003(pid=138): Terminated {rc=26112}
22:49:40.295480 ---      ParallelTerminationStrategy: PID 139 died...
22:49:40.296986 run       osmo-ms-mob/00004(pid=139): Terminated {rc=26112}
22:49:40.300698 ---      ParallelTerminationStrategy: PID 140 died...
22:49:40.302196 run       osmo-ms-mob/00005(pid=140): Terminated {rc=26112}
22:49:40.305887 ---      ParallelTerminationStrategy: PID 141 died...
22:49:40.307379 run       osmo-ms-mob/00006(pid=141): Terminated {rc=26112}
22:49:40.311080 ---      ParallelTerminationStrategy: PID 142 died...
22:49:40.312593 run       osmo-ms-mob/00007(pid=142): Terminated {rc=26112}
22:49:40.316292 ---      ParallelTerminationStrategy: PID 143 died...
22:49:40.317789 run       osmo-ms-mob/00008(pid=143): Terminated {rc=26112}
22:49:40.321476 ---      ParallelTerminationStrategy: PID 144 died...
22:49:40.322970 run       osmo-ms-mob/00009(pid=144): Terminated {rc=26112}
22:49:40.326669 ---      ParallelTerminationStrategy: PID 145 died...
22:49:40.328178 run       osmo-ms-mob/00010(pid=145): Terminated {rc=26112}
22:49:40.331901 ---      ParallelTerminationStrategy: PID 146 died...
22:49:40.333393 run       osmo-ms-mob/00011(pid=146): Terminated {rc=26112}
22:49:40.337124 ---      ParallelTerminationStrategy: PID 147 died...
22:49:40.338625 run       osmo-ms-mob/00012(pid=147): Terminated {rc=26112}
22:49:40.342349 ---      ParallelTerminationStrategy: PID 148 died...
22:49:40.343856 run       osmo-ms-mob/00013(pid=148): Terminated {rc=26112}
22:49:40.347578 ---      ParallelTerminationStrategy: PID 149 died...
22:49:40.349079 run       osmo-ms-mob/00014(pid=149): Terminated {rc=26112}
22:49:40.352781 ---      ParallelTerminationStrategy: PID 150 died...
22:49:40.354275 run       osmo-ms-mob/00015(pid=150): Terminated {rc=26112}
22:49:40.357977 ---      ParallelTerminationStrategy: PID 151 died...
22:49:40.359473 run       osmo-ms-mob/00016(pid=151): Terminated {rc=26112}
22:49:40.363207 ---      ParallelTerminationStrategy: PID 152 died...
22:49:40.364710 run       osmo-ms-mob/00017(pid=152): Terminated {rc=26112}
22:49:40.368425 ---      ParallelTerminationStrategy: PID 153 died...
22:49:40.369930 run       osmo-ms-mob/00018(pid=153): Terminated {rc=26112}
22:49:40.373661 ---      ParallelTerminationStrategy: PID 154 died...
22:49:40.375156 run       osmo-ms-mob/00019(pid=154): Terminated {rc=26112}
22:49:40.378875 ---      ParallelTerminationStrategy: PID 155 died...
22:49:40.380384 run       osmo-ms-mob/00020(pid=155): Terminated {rc=26112}
22:49:40.384090 ---      ParallelTerminationStrategy: PID 156 died...
22:49:40.385590 run       osmo-ms-mob/00021(pid=156): Terminated {rc=26112}
22:49:40.389297 ---      ParallelTerminationStrategy: PID 157 died...
22:49:40.390799 run       osmo-ms-mob/00022(pid=157): Terminated {rc=26112}
22:49:40.394550 ---      ParallelTerminationStrategy: PID 158 died...
22:49:40.396046 run       osmo-ms-mob/00023(pid=158): Terminated {rc=26112}
22:49:40.399786 ---      ParallelTerminationStrategy: PID 159 died...
22:49:40.401276 run       osmo-ms-mob/00024(pid=159): Terminated {rc=26112}
22:49:40.404985 ---      ParallelTerminationStrategy: PID 160 died...
22:49:40.406474 run       osmo-ms-mob/00025(pid=160): Terminated {rc=26112}
22:49:40.410188 ---      ParallelTerminationStrategy: PID 161 died...
22:49:40.411681 run       osmo-ms-mob/00026(pid=161): Terminated {rc=26112}
22:49:40.415401 ---      ParallelTerminationStrategy: PID 162 died...
22:49:40.416912 run       osmo-ms-mob/00027(pid=162): Terminated {rc=26112}
22:49:40.420641 ---      ParallelTerminationStrategy: PID 163 died...
22:49:40.422138 run       osmo-ms-mob/00028(pid=163): Terminated {rc=26112}
22:49:40.425865 ---      ParallelTerminationStrategy: PID 164 died...
22:49:40.427364 run       osmo-ms-mob/00029(pid=164): Terminated {rc=26112}
22:49:40.431082 ---      ParallelTerminationStrategy: PID 165 died...
22:49:40.432599 run       osmo-ms-mob/00030(pid=165): Terminated {rc=26112}
22:49:40.436312 ---      ParallelTerminationStrategy: PID 166 died...
22:49:40.437816 run       osmo-ms-mob/00031(pid=166): Terminated {rc=26112}
22:49:40.441529 ---      ParallelTerminationStrategy: PID 167 died...
22:49:40.443022 run       osmo-ms-mob/00032(pid=167): Terminated {rc=26112}
22:49:40.446741 ---      ParallelTerminationStrategy: PID 168 died...
22:49:40.448275 run       osmo-ms-mob/00033(pid=168): Terminated {rc=26112}
22:49:40.451994 ---      ParallelTerminationStrategy: PID 169 died...
22:49:40.453500 run       osmo-ms-mob/00034(pid=169): Terminated {rc=26112}
22:49:40.457210 ---      ParallelTerminationStrategy: PID 170 died...
22:49:40.458713 run       osmo-ms-mob/00035(pid=170): Terminated {rc=26112}
22:49:40.462448 ---      ParallelTerminationStrategy: PID 171 died...
22:49:40.463949 run       osmo-ms-mob/00036(pid=171): Terminated {rc=26112}
22:49:40.467645 ---      ParallelTerminationStrategy: PID 172 died...
22:49:40.469154 run       osmo-ms-mob/00037(pid=172): Terminated {rc=26112}
22:49:40.472883 ---      ParallelTerminationStrategy: PID 173 died...
22:49:40.474381 run       osmo-ms-mob/00038(pid=173): Terminated {rc=26112}
22:49:40.478106 ---      ParallelTerminationStrategy: PID 174 died...
22:49:40.479611 run       osmo-ms-mob/00039(pid=174): Terminated {rc=26112}
22:49:40.483334 ---      ParallelTerminationStrategy: PID 175 died...
22:49:40.484853 run       osmo-ms-mob/00040(pid=175): Terminated {rc=26112}
22:49:40.488567 ---      ParallelTerminationStrategy: PID 176 died...
22:49:40.490062 run       osmo-ms-mob/00041(pid=176): Terminated {rc=26112}
22:49:40.493784 ---      ParallelTerminationStrategy: PID 177 died...
22:49:40.495275 run       osmo-ms-mob/00042(pid=177): Terminated {rc=26112}
22:49:40.498985 ---      ParallelTerminationStrategy: PID 178 died...
22:49:40.500489 run       osmo-ms-mob/00043(pid=178): Terminated {rc=26112}
22:49:40.504208 ---      ParallelTerminationStrategy: PID 179 died...
22:49:40.505696 run       osmo-ms-mob/00044(pid=179): Terminated {rc=26112}
22:49:40.509393 ---      ParallelTerminationStrategy: PID 180 died...
22:49:40.510881 run       osmo-ms-mob/00045(pid=180): Terminated {rc=26112}
22:49:40.514609 ---      ParallelTerminationStrategy: PID 181 died...
22:49:40.516108 run       osmo-ms-mob/00046(pid=181): Terminated {rc=26112}
22:49:40.519834 ---      ParallelTerminationStrategy: PID 182 died...
22:49:40.521334 run       osmo-ms-mob/00047(pid=182): Terminated {rc=26112}
22:49:40.525024 ---      ParallelTerminationStrategy: PID 183 died...
22:49:40.526517 run       osmo-ms-mob/00048(pid=183): Terminated {rc=26112}
22:49:40.530213 ---      ParallelTerminationStrategy: PID 184 died...
22:49:40.531720 run       osmo-ms-mob/00049(pid=184): Terminated {rc=26112}
22:49:40.535429 ---      ParallelTerminationStrategy: PID 185 died...
22:49:40.536927 run       osmo-ms-mob/00050(pid=185): Terminated {rc=26112}
22:49:40.540630 ---      ParallelTerminationStrategy: PID 186 died...
22:49:40.542134 run       osmo-ms-mob/00051(pid=186): Terminated {rc=26112}
22:49:40.545851 ---      ParallelTerminationStrategy: PID 187 died...
22:49:40.547346 run       osmo-ms-mob/00052(pid=187): Terminated {rc=26112}
22:49:40.551058 ---      ParallelTerminationStrategy: PID 188 died...
22:49:40.552581 run       osmo-ms-mob/00053(pid=188): Terminated {rc=26112}
22:49:40.556287 ---      ParallelTerminationStrategy: PID 189 died...
22:49:40.557784 run       osmo-ms-mob/00054(pid=189): Terminated {rc=26112}
22:49:40.561499 ---      ParallelTerminationStrategy: PID 190 died...
22:49:40.562994 run       osmo-ms-mob/00055(pid=190): Terminated {rc=26112}
22:49:40.566702 ---      ParallelTerminationStrategy: PID 191 died...
22:49:40.568207 run       osmo-ms-mob/00056(pid=191): Terminated {rc=26112}
22:49:40.571929 ---      ParallelTerminationStrategy: PID 192 died...
22:49:40.573426 run       osmo-ms-mob/00057(pid=192): Terminated {rc=26112}
22:49:40.577135 ---      ParallelTerminationStrategy: PID 193 died...
22:49:40.578621 run       osmo-ms-mob/00058(pid=193): Terminated {rc=26112}
22:49:40.582326 ---      ParallelTerminationStrategy: PID 194 died...
22:49:40.583832 run       osmo-ms-mob/00059(pid=194): Terminated {rc=26112}
22:49:40.587536 ---      ParallelTerminationStrategy: PID 195 died...
22:49:40.589042 run       osmo-ms-mob/00060(pid=195): Terminated {rc=26112}
22:49:40.592768 ---      ParallelTerminationStrategy: PID 196 died...
22:49:40.594268 run       osmo-ms-mob/00061(pid=196): Terminated {rc=26112}
22:49:40.597988 ---      ParallelTerminationStrategy: PID 197 died...
22:49:40.599483 run       osmo-ms-mob/00062(pid=197): Terminated {rc=26112}
22:49:40.603228 ---      ParallelTerminationStrategy: PID 198 died...
22:49:40.604733 run       osmo-ms-mob/00063(pid=198): Terminated {rc=26112}
22:49:40.608460 ---      ParallelTerminationStrategy: PID 199 died...
22:49:40.609961 run       osmo-ms-mob/00064(pid=199): Terminated {rc=26112}
22:49:40.613677 ---      ParallelTerminationStrategy: PID 200 died...
22:49:40.615181 run       osmo-ms-mob/00065(pid=200): Terminated {rc=26112}
22:49:40.618891 ---      ParallelTerminationStrategy: PID 201 died...
22:49:40.620388 run       osmo-ms-mob/00066(pid=201): Terminated {rc=26112}
22:49:40.624115 ---      ParallelTerminationStrategy: PID 202 died...
22:49:40.625610 run       osmo-ms-mob/00067(pid=202): Terminated {rc=26112}
22:49:40.629340 ---      ParallelTerminationStrategy: PID 203 died...
22:49:40.630854 run       osmo-ms-mob/00068(pid=203): Terminated {rc=26112}
22:49:40.634557 ---      ParallelTerminationStrategy: PID 204 died...
22:49:40.636059 run       osmo-ms-mob/00069(pid=204): Terminated {rc=26112}
22:49:40.639769 ---      ParallelTerminationStrategy: PID 205 died...
22:49:40.641266 run       osmo-ms-mob/00070(pid=205): Terminated {rc=26112}
22:49:40.644965 ---      ParallelTerminationStrategy: PID 206 died...
22:49:40.646464 run       osmo-ms-mob/00071(pid=206): Terminated {rc=26112}
22:49:40.650199 ---      ParallelTerminationStrategy: PID 207 died...
22:49:40.651699 run       osmo-ms-mob/00072(pid=207): Terminated {rc=26112}
22:49:40.655404 ---      ParallelTerminationStrategy: PID 208 died...
22:49:40.656906 run       osmo-ms-mob/00073(pid=208): Terminated {rc=26112}
22:49:40.660622 ---      ParallelTerminationStrategy: PID 209 died...
22:49:40.662113 run       osmo-ms-mob/00074(pid=209): Terminated {rc=26112}
22:49:40.665821 ---      ParallelTerminationStrategy: PID 210 died...
22:49:40.667317 run       osmo-ms-mob/00075(pid=210): Terminated {rc=26112}
22:49:40.671046 ---      ParallelTerminationStrategy: PID 211 died...
22:49:40.672546 run       osmo-ms-mob/00076(pid=211): Terminated {rc=26112}
22:49:40.676267 ---      ParallelTerminationStrategy: PID 212 died...
22:49:40.677769 run       osmo-ms-mob/00077(pid=212): Terminated {rc=26112}
22:49:40.681472 ---      ParallelTerminationStrategy: PID 213 died...
22:49:40.682978 run       osmo-ms-mob/00078(pid=213): Terminated {rc=26112}
22:49:40.686688 ---      ParallelTerminationStrategy: PID 214 died...
22:49:40.688181 run       osmo-ms-mob/00079(pid=214): Terminated {rc=26112}
22:49:40.691885 ---      ParallelTerminationStrategy: PID 215 died...
22:49:40.693385 run       osmo-ms-mob/00080(pid=215): Terminated {rc=26112}
22:49:40.697093 ---      ParallelTerminationStrategy: PID 216 died...
22:49:40.698594 run       osmo-ms-mob/00081(pid=216): Terminated {rc=26112}
22:49:40.702317 ---      ParallelTerminationStrategy: PID 217 died...
22:49:40.703814 run       osmo-ms-mob/00082(pid=217): Terminated {rc=26112}
22:49:40.707527 ---      ParallelTerminationStrategy: PID 218 died...
22:49:40.709036 run       osmo-ms-mob/00083(pid=218): Terminated {rc=26112}
22:49:40.712752 ---      ParallelTerminationStrategy: PID 219 died...
22:49:40.714252 run       osmo-ms-mob/00084(pid=219): Terminated {rc=26112}
22:49:40.717980 ---      ParallelTerminationStrategy: PID 220 died...
22:49:40.719482 run       osmo-ms-mob/00085(pid=220): Terminated {rc=26112}
22:49:40.723190 ---      ParallelTerminationStrategy: PID 221 died...
22:49:40.724711 run       osmo-ms-mob/00086(pid=221): Terminated {rc=26112}
22:49:40.728434 ---      ParallelTerminationStrategy: PID 222 died...
22:49:40.729928 run       osmo-ms-mob/00087(pid=222): Terminated {rc=26112}
22:49:40.733663 ---      ParallelTerminationStrategy: PID 223 died...
22:49:40.735154 run       osmo-ms-mob/00088(pid=223): Terminated {rc=26112}
22:49:40.738864 ---      ParallelTerminationStrategy: PID 224 died...
22:49:40.740365 run       osmo-ms-mob/00089(pid=224): Terminated {rc=26112}
22:49:40.744081 ---      ParallelTerminationStrategy: PID 225 died...
22:49:40.745574 run       osmo-ms-mob/00090(pid=225): Terminated {rc=26112}
22:49:40.749287 ---      ParallelTerminationStrategy: PID 226 died...
22:49:40.750794 run       osmo-ms-mob/00091(pid=226): Terminated {rc=26112}
22:49:40.754525 ---      ParallelTerminationStrategy: PID 227 died...
22:49:40.756043 run       osmo-ms-mob/00092(pid=227): Terminated {rc=26112}
22:49:40.759769 ---      ParallelTerminationStrategy: PID 228 died...
22:49:40.761271 run       osmo-ms-mob/00093(pid=228): Terminated {rc=26112}
22:49:40.764977 ---      ParallelTerminationStrategy: PID 229 died...
22:49:40.766477 run       osmo-ms-mob/00094(pid=229): Terminated {rc=26112}
22:49:40.770202 ---      ParallelTerminationStrategy: PID 230 died...
22:49:40.771699 run       osmo-ms-mob/00095(pid=230): Terminated {rc=26112}
22:49:40.775427 ---      ParallelTerminationStrategy: PID 231 died...
22:49:40.776956 run       osmo-ms-mob/00096(pid=231): Terminated {rc=26112}
22:49:40.780676 ---      ParallelTerminationStrategy: PID 232 died...
22:49:40.782171 run       osmo-ms-mob/00097(pid=232): Terminated {rc=26112}
22:49:40.785903 ---      ParallelTerminationStrategy: PID 233 died...
22:49:40.787406 run       osmo-ms-mob/00098(pid=233): Terminated {rc=26112}
22:49:40.791115 ---      ParallelTerminationStrategy: PID 234 died...
22:49:40.792628 run       osmo-ms-mob/00099(pid=234): Terminated {rc=26112}
22:49:44.197154 ---      ParallelTerminationStrategy: PID 34 died...
22:49:44.203301 run         osmo-bts-virtual(pid=34): Terminated: ok {rc=0}
---------------------------------------------------------------------
trial-8241 netreg_mass PASS
---------------------------------------------------------------------
22:49:44.279311 tst                       trial-8241: Storing JUnit report in /build/trial-8241/run.2026-02-13_22-48-17/trial-8241.xml

--------------------------------------------------------------------------------------------
trial-8241 PASS
--------------------------------------------------------------------------------------------
22:49:44.295326 tst                       trial-8241: trial-8241: PASS, 1 suites passed
PASS: netreg_mass (pass: 1)
    pass: register_default_mass.py (81.1 sec)
+ exit_code=0
+ rm -rf trial-8241/inst
+ cd trial-8241
+ command -v journalctl
+ [ ! -z /usr/bin/journalctl ]
+ readlink last_run
+ journalctl -u ofono -o short-precise --since 2026-02-13 22:48:17
No journal files were found.
+ readlink last_run
+ tar czf /build/trial-8241-run.tgz run.2026-02-13_22-48-17
+ tar czf /build/trial-8241-bin.tgz checksums.md5 open5gs.build-8.tgz osmo-bsc.build-2026-02-13_13_26_58.tgz osmo-bts-oc2g.build-2026-02-13_00_51_28.tgz osmo-bts-sysmo.build-2026-02-13_00_51_22.tgz osmo-bts.build-2026-02-13_00_51_35.tgz osmo-ggsn.build-2026-02-13_20_42_49.tgz osmo-hlr.build-2026-02-13_16_36_49.tgz osmo-hnbgw.build-2026-02-13_13_30_58.tgz osmo-mgw.build-2026-02-13_08_33_07.tgz osmo-msc.build-2026-02-13_13_35_14.tgz osmo-nitb.build-17155.tgz osmo-pcu-oc2g.build-2026-02-13_07_34_58.tgz osmo-pcu-sysmo.build-2026-02-13_07_35_00.tgz osmo-pcu.build-2026-02-13_07_35_07.tgz osmo-sgsn.build-2026-02-13_20_48_37.tgz osmo-stp.build-2026-02-13_13_25_30.tgz osmo-trx.build-2026-02-13_14_21_34.tgz osmocom-bb.build-2026-02-13_21_17_45.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