Skip to content
This log is too long to show here, 14 KB has been skipped — click to see the complete log
Copied 2 artifacts from "osmo-gsm-tester_build-osmocom-bb" build number 7834
[osmo-gsm-tester_virtual] $ /bin/sh -xe /tmp/jenkins5673384246298136796.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-8325
+ 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
2e9b710 debian-trixie-build: add tshark
+ 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 [ 9/28] COPY	SSH /root/.ssh
#8 CACHED

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

#27 [ 4/28] RUN     usermod -a -G osmo-gsm-tester jenkins
#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 [27/28] COPY	RESOURCES.CONF /tmp/osmo-gsm-tester/sysmocom/resources.conf
#29 CACHED

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

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

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

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

#34 exporting to image
#34 exporting layers done
#34 writing image sha256:fdf1a8cf0a54c51560beb62aa7b9c7ab74819194515331a08e3481d01c071d6a 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=8326 -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-05-09 22:48:21
+ trial_dir_prefix=trial-
+ rm -rf trial-*
+ trial_dir=trial-8326
+ mkdir -p trial-8326
+ mv open5gs.build-8.tgz osmo-bsc.build-2026-05-09_13_27_19.tgz osmo-bts-oc2g.build-2026-05-09_00_52_00.tgz osmo-bts-sysmo.build-2026-05-09_00_51_54.tgz osmo-bts.build-2026-05-09_00_51_58.tgz osmo-ggsn.build-2026-05-09_20_42_51.tgz osmo-hlr.build-2026-05-09_16_36_55.tgz osmo-hnbgw.build-2026-05-09_13_31_04.tgz osmo-mgw.build-2026-05-09_08_33_10.tgz osmo-msc.build-2026-05-09_13_33_32.tgz osmo-nitb.build-17155.tgz osmo-pcu-oc2g.build-2026-05-09_07_35_06.tgz osmo-pcu-sysmo.build-2026-05-09_07_34_59.tgz osmo-pcu.build-2026-05-09_07_35_11.tgz osmo-sgsn.build-2026-05-09_20_48_19.tgz osmo-stp.build-2026-05-09_13_25_53.tgz osmo-trx.build-2026-05-09_14_27_53.tgz osmocom-bb.build-2026-05-09_21_17_34.tgz srslte.build-19.tgz trial-8326
+ cat open5gs.build-8.md5 osmo-bsc.build-2026-05-09_13_27_19.md5 osmo-bts-oc2g.build-2026-05-09_00_52_00.md5 osmo-bts-sysmo.build-2026-05-09_00_51_54.md5 osmo-bts.build-2026-05-09_00_51_58.md5 osmo-ggsn.build-2026-05-09_20_42_51.md5 osmo-hlr.build-2026-05-09_16_36_55.md5 osmo-hnbgw.build-2026-05-09_13_31_04.md5 osmo-mgw.build-2026-05-09_08_33_10.md5 osmo-msc.build-2026-05-09_13_33_32.md5 osmo-nitb.build-17155.md5 osmo-pcu-oc2g.build-2026-05-09_07_35_06.md5 osmo-pcu-sysmo.build-2026-05-09_07_34_59.md5 osmo-pcu.build-2026-05-09_07_35_11.md5 osmo-sgsn.build-2026-05-09_20_48_19.md5 osmo-stp.build-2026-05-09_13_25_53.md5 osmo-trx.build-2026-05-09_14_27_53.md5 osmocom-bb.build-2026-05-09_21_17_34.md5 srslte.build-19.md5
+ rm open5gs.build-8.md5 osmo-bsc.build-2026-05-09_13_27_19.md5 osmo-bts-oc2g.build-2026-05-09_00_52_00.md5 osmo-bts-sysmo.build-2026-05-09_00_51_54.md5 osmo-bts.build-2026-05-09_00_51_58.md5 osmo-ggsn.build-2026-05-09_20_42_51.md5 osmo-hlr.build-2026-05-09_16_36_55.md5 osmo-hnbgw.build-2026-05-09_13_31_04.md5 osmo-mgw.build-2026-05-09_08_33_10.md5 osmo-msc.build-2026-05-09_13_33_32.md5 osmo-nitb.build-17155.md5 osmo-pcu-oc2g.build-2026-05-09_07_35_06.md5 osmo-pcu-sysmo.build-2026-05-09_07_34_59.md5 osmo-pcu.build-2026-05-09_07_35_11.md5 osmo-sgsn.build-2026-05-09_20_48_19.md5 osmo-stp.build-2026-05-09_13_25_53.md5 osmo-trx.build-2026-05-09_14_27_53.md5 osmocom-bb.build-2026-05-09_21_17_34.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-8326 -s netreg_mass
combinations: ['netreg_mass']
trial: 'trial-8326'
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-8326
--------------------------------------------------------------------------------------------
22:48:22.003554 tst                       trial-8326: Detailed log at /build/trial-8326/run.2026-05-09_22-48-21/log

---------------------------------------------------------------------
trial-8326 netreg_mass
---------------------------------------------------------------------
22:48:22.207436 tst                      netreg_mass: reserving resources in /var/tmp/osmo-gsm-tester/state ...
22:48:22.207812 tst                      netreg_mass: Verifying 1 x bts (candidates: 1)
22:48:22.208571 tst                      netreg_mass: Verifying 6 x ip_address (candidates: 9)
22:48:22.209700 tst                      netreg_mass: Verifying 100 x modem (candidates: 100)
22:48:22.250573 tst                      netreg_mass: Reserving 1 x bts (candidates: 1)
22:48:22.251407 tst                      netreg_mass: Reserving 6 x ip_address (candidates: 9)
22:48:22.252552 tst                      netreg_mass: Reserving 100 x modem (candidates: 100)
22:48:22.314557 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-8326 netreg_mass register_default_mass.py
----------------------------------------------
22:48:22.315302 tst       register_default_mass.py:9: Claiming resources for the test
22:48:22.330323 tst                      netreg_mass: Using 1 x ip_address (candidates: 6)
22:48:22.330838 tst                      netreg_mass: Using 1 x ip_address (candidates: 6)
22:48:22.331284 tst                      netreg_mass: Using 1 x ip_address (candidates: 6)
22:48:22.331716 tst                      netreg_mass: Using 1 x ip_address (candidates: 6)
22:48:22.332138 tst                      netreg_mass: Using 1 x ip_address (candidates: 6)
22:48:22.332572 tst                      netreg_mass: Using 1 x ip_address (candidates: 6)
22:48:22.333006 tst                      netreg_mass: Using 1 x bts (candidates: 1)
22:48:22.362917 tst         register_default_mass.py: using LAC 2
22:48:22.384385 tst         register_default_mass.py: using RAC 2
22:48:22.410120 tst         register_default_mass.py: using CellId 2
22:48:22.438834 tst         register_default_mass.py: using BVCI 3
22:48:22.452410 tst                      netreg_mass: Using 1 x modem (candidates: 100)
22:48:22.453077 tst                      netreg_mass: Using 1 x modem (candidates: 100)
22:48:22.453641 tst                      netreg_mass: Using 1 x modem (candidates: 100)
22:48:22.454148 tst                      netreg_mass: Using 1 x modem (candidates: 100)
22:48:22.454634 tst                      netreg_mass: Using 1 x modem (candidates: 100)
22:48:22.455136 tst                      netreg_mass: Using 1 x modem (candidates: 100)
22:48:22.455624 tst                      netreg_mass: Using 1 x modem (candidates: 100)
22:48:22.456181 tst                      netreg_mass: Using 1 x modem (candidates: 100)
22:48:22.456702 tst                      netreg_mass: Using 1 x modem (candidates: 100)
22:48:22.457196 tst                      netreg_mass: Using 1 x modem (candidates: 100)
22:48:22.457681 tst                      netreg_mass: Using 1 x modem (candidates: 100)
22:48:22.458183 tst                      netreg_mass: Using 1 x modem (candidates: 100)
22:48:22.458687 tst                      netreg_mass: Using 1 x modem (candidates: 100)
22:48:22.459178 tst                      netreg_mass: Using 1 x modem (candidates: 100)
22:48:22.459694 tst                      netreg_mass: Using 1 x modem (candidates: 100)
22:48:22.460192 tst                      netreg_mass: Using 1 x modem (candidates: 100)
22:48:22.460696 tst                      netreg_mass: Using 1 x modem (candidates: 100)
22:48:22.461182 tst                      netreg_mass: Using 1 x modem (candidates: 100)
22:48:22.461684 tst                      netreg_mass: Using 1 x modem (candidates: 100)
22:48:22.462178 tst                      netreg_mass: Using 1 x modem (candidates: 100)
22:48:22.462656 tst                      netreg_mass: Using 1 x modem (candidates: 100)
22:48:22.463157 tst                      netreg_mass: Using 1 x modem (candidates: 100)
22:48:22.463659 tst                      netreg_mass: Using 1 x modem (candidates: 100)
22:48:22.464163 tst                      netreg_mass: Using 1 x modem (candidates: 100)
22:48:22.464671 tst                      netreg_mass: Using 1 x modem (candidates: 100)
22:48:22.465162 tst                      netreg_mass: Using 1 x modem (candidates: 100)
22:48:22.465647 tst                      netreg_mass: Using 1 x modem (candidates: 100)
22:48:22.466124 tst                      netreg_mass: Using 1 x modem (candidates: 100)
22:48:22.466627 tst                      netreg_mass: Using 1 x modem (candidates: 100)
22:48:22.467131 tst                      netreg_mass: Using 1 x modem (candidates: 100)
22:48:22.467632 tst                      netreg_mass: Using 1 x modem (candidates: 100)
22:48:22.468158 tst                      netreg_mass: Using 1 x modem (candidates: 100)
22:48:22.468668 tst                      netreg_mass: Using 1 x modem (candidates: 100)
22:48:22.469177 tst                      netreg_mass: Using 1 x modem (candidates: 100)
22:48:22.469696 tst                      netreg_mass: Using 1 x modem (candidates: 100)
22:48:22.470207 tst                      netreg_mass: Using 1 x modem (candidates: 100)
22:48:22.470703 tst                      netreg_mass: Using 1 x modem (candidates: 100)
22:48:22.471208 tst                      netreg_mass: Using 1 x modem (candidates: 100)
22:48:22.471726 tst                      netreg_mass: Using 1 x modem (candidates: 100)
22:48:22.472227 tst                      netreg_mass: Using 1 x modem (candidates: 100)
22:48:22.472717 tst                      netreg_mass: Using 1 x modem (candidates: 100)
22:48:22.473229 tst                      netreg_mass: Using 1 x modem (candidates: 100)
22:48:22.473731 tst                      netreg_mass: Using 1 x modem (candidates: 100)
22:48:22.474222 tst                      netreg_mass: Using 1 x modem (candidates: 100)
22:48:22.474734 tst                      netreg_mass: Using 1 x modem (candidates: 100)
22:48:22.475239 tst                      netreg_mass: Using 1 x modem (candidates: 100)
22:48:22.475738 tst                      netreg_mass: Using 1 x modem (candidates: 100)
22:48:22.476234 tst                      netreg_mass: Using 1 x modem (candidates: 100)
22:48:22.476749 tst                      netreg_mass: Using 1 x modem (candidates: 100)
22:48:22.477247 tst                      netreg_mass: Using 1 x modem (candidates: 100)
22:48:22.477749 tst                      netreg_mass: Using 1 x modem (candidates: 100)
22:48:22.478254 tst                      netreg_mass: Using 1 x modem (candidates: 100)
22:48:22.478752 tst                      netreg_mass: Using 1 x modem (candidates: 100)
22:48:22.479246 tst                      netreg_mass: Using 1 x modem (candidates: 100)
22:48:22.479752 tst                      netreg_mass: Using 1 x modem (candidates: 100)
22:48:22.480257 tst                      netreg_mass: Using 1 x modem (candidates: 100)
22:48:22.480751 tst                      netreg_mass: Using 1 x modem (candidates: 100)
22:48:22.481247 tst                      netreg_mass: Using 1 x modem (candidates: 100)
22:48:22.481740 tst                      netreg_mass: Using 1 x modem (candidates: 100)
22:48:22.482239 tst                      netreg_mass: Using 1 x modem (candidates: 100)
22:48:22.482728 tst                      netreg_mass: Using 1 x modem (candidates: 100)
22:48:22.483241 tst                      netreg_mass: Using 1 x modem (candidates: 100)
22:48:22.483756 tst                      netreg_mass: Using 1 x modem (candidates: 100)
22:48:22.484258 tst                      netreg_mass: Using 1 x modem (candidates: 100)
22:48:22.484764 tst                      netreg_mass: Using 1 x modem (candidates: 100)
22:48:22.485264 tst                      netreg_mass: Using 1 x modem (candidates: 100)
22:48:22.485760 tst                      netreg_mass: Using 1 x modem (candidates: 100)
22:48:22.486253 tst                      netreg_mass: Using 1 x modem (candidates: 100)
22:48:22.486769 tst                      netreg_mass: Using 1 x modem (candidates: 100)
22:48:22.487264 tst                      netreg_mass: Using 1 x modem (candidates: 100)
22:48:22.487763 tst                      netreg_mass: Using 1 x modem (candidates: 100)
22:48:22.488275 tst                      netreg_mass: Using 1 x modem (candidates: 100)
22:48:22.488841 tst                      netreg_mass: Using 1 x modem (candidates: 100)
22:48:22.489341 tst                      netreg_mass: Using 1 x modem (candidates: 100)
22:48:22.489832 tst                      netreg_mass: Using 1 x modem (candidates: 100)
22:48:22.490333 tst                      netreg_mass: Using 1 x modem (candidates: 100)
22:48:22.490815 tst                      netreg_mass: Using 1 x modem (candidates: 100)
22:48:22.491303 tst                      netreg_mass: Using 1 x modem (candidates: 100)
22:48:22.491806 tst                      netreg_mass: Using 1 x modem (candidates: 100)
22:48:22.492301 tst                      netreg_mass: Using 1 x modem (candidates: 100)
22:48:22.492790 tst                      netreg_mass: Using 1 x modem (candidates: 100)
22:48:22.493273 tst                      netreg_mass: Using 1 x modem (candidates: 100)
22:48:22.493767 tst                      netreg_mass: Using 1 x modem (candidates: 100)
22:48:22.494260 tst                      netreg_mass: Using 1 x modem (candidates: 100)
22:48:22.494744 tst                      netreg_mass: Using 1 x modem (candidates: 100)
22:48:22.495236 tst                      netreg_mass: Using 1 x modem (candidates: 100)
22:48:22.495735 tst                      netreg_mass: Using 1 x modem (candidates: 100)
22:48:22.496222 tst                      netreg_mass: Using 1 x modem (candidates: 100)
22:48:22.496707 tst                      netreg_mass: Using 1 x modem (candidates: 100)
22:48:22.497200 tst                      netreg_mass: Using 1 x modem (candidates: 100)
22:48:22.497696 tst                      netreg_mass: Using 1 x modem (candidates: 100)
22:48:22.498184 tst                      netreg_mass: Using 1 x modem (candidates: 100)
22:48:22.498700 tst                      netreg_mass: Using 1 x modem (candidates: 100)
22:48:22.499202 tst                      netreg_mass: Using 1 x modem (candidates: 100)
22:48:22.499708 tst                      netreg_mass: Using 1 x modem (candidates: 100)
22:48:22.500205 tst                      netreg_mass: Using 1 x modem (candidates: 100)
22:48:22.500701 tst                      netreg_mass: Using 1 x modem (candidates: 100)
22:48:22.501195 tst                      netreg_mass: Using 1 x modem (candidates: 100)
22:48:22.501684 tst                      netreg_mass: Using 1 x modem (candidates: 100)
22:48:22.502188 tst                      netreg_mass: Using 1 x modem (candidates: 100)
22:48:22.502678 tst                      netreg_mass: Using 1 x modem (candidates: 100)
22:48:22.503221 tst      register_default_mass.py:21: Launching a simple network
22:48:22.513139 run              osmo-hlr_127.0.42.2: Starting osmo-hlr
22:48:22.631785 run            create_hlr_db(pid=20): Launched
22:48:23.646231 run            create_hlr_db(pid=20): Terminated: ok {rc=0}
22:48:23.662543 run pcap-recorder_any(filters='host 127.0.42.2')(pid=22): Launched
22:48:23.677792 run      osmo-hlr_127.0.42.2(pid=23): Launched
22:48:23.683864 run              osmo-stp_127.0.42.5: Starting osmo-stp
22:48:23.881687 run pcap-recorder_any(filters='host 127.0.42.5 and port not 22')(pid=24): Launched
22:48:23.896271 run      osmo-stp_127.0.42.5(pid=25): Launched
22:48:23.901782 run              osmo-msc_127.0.42.6: Starting osmo-msc
22:48:24.318295 run pcap-recorder_any(filters='host 127.0.42.6 and port not 22')(pid=26): Launched
22:48:24.335427 run      osmo-msc_127.0.42.6(pid=27): Launched
22:48:27.358503 run              osmo-mgw_127.0.42.3: Starting osmo-mgw
22:48:27.501759 run pcap-recorder_any(filters='host 127.0.42.3 and port not 22')(pid=28): Launched
22:48:27.516683 run      osmo-mgw_127.0.42.3(pid=29): Launched
22:48:27.522239 run              osmo-mgw_127.0.42.4: Starting osmo-mgw
22:48:27.545371 run pcap-recorder_any(filters='host 127.0.42.4 and port not 22')(pid=30): Launched
22:48:27.560175 run      osmo-mgw_127.0.42.4(pid=31): Launched
22:48:27.565754 run              osmo-bsc_127.0.42.7: Starting osmo-bsc
22:48:27.881638 run pcap-recorder_any(filters='host 127.0.42.7 and port not 22')(pid=32): Launched
22:48:27.896658 run      osmo-bsc_127.0.42.7(pid=33): Launched
22:48:33.921168 run                 osmo-bts-virtual: Starting to connect to osmo-bsc_127.0.42.7
22:48:34.094475 run         osmo-bts-virtual(pid=34): Launched
22:48:35.129666 tst         register_default_mass.py: using MSISDN 1001
22:48:35.144326 run              osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001010000000000', msisdn='1001', subscriber_id=1}
22:48:35.184077 tst         register_default_mass.py: using MSISDN 1002
22:48:35.201715 run              osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001010000000001', msisdn='1002', subscriber_id=2}
22:48:35.232667 tst         register_default_mass.py: using MSISDN 1003
22:48:35.247594 run              osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001010000000002', msisdn='1003', subscriber_id=3}
22:48:35.278573 tst         register_default_mass.py: using MSISDN 1004
22:48:35.292822 run              osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001010000000003', msisdn='1004', subscriber_id=4}
22:48:35.323567 tst         register_default_mass.py: using MSISDN 1005
22:48:35.338146 run              osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001010000000004', msisdn='1005', subscriber_id=5}
22:48:35.369368 tst         register_default_mass.py: using MSISDN 1006
22:48:35.384075 run              osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001010000000005', msisdn='1006', subscriber_id=6}
22:48:35.414788 tst         register_default_mass.py: using MSISDN 1007
22:48:35.429346 run              osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001010000000006', msisdn='1007', subscriber_id=7}
22:48:35.460511 tst         register_default_mass.py: using MSISDN 1008
22:48:35.475305 run              osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001010000000007', msisdn='1008', subscriber_id=8}
22:48:35.506488 tst         register_default_mass.py: using MSISDN 1009
22:48:35.521241 run              osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001010000000008', msisdn='1009', subscriber_id=9}
22:48:35.552375 tst         register_default_mass.py: using MSISDN 1010
22:48:35.567146 run              osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001010000000009', msisdn='1010', subscriber_id=10}
22:48:35.598105 tst         register_default_mass.py: using MSISDN 1011
22:48:35.612853 run              osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001020000000000', msisdn='1011', subscriber_id=11}
22:48:35.644068 tst         register_default_mass.py: using MSISDN 1012
22:48:35.658707 run              osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001020000000001', msisdn='1012', subscriber_id=12}
22:48:35.689803 tst         register_default_mass.py: using MSISDN 1013
22:48:35.704493 run              osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001020000000002', msisdn='1013', subscriber_id=13}
22:48:35.735341 tst         register_default_mass.py: using MSISDN 1014
22:48:35.749947 run              osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001020000000003', msisdn='1014', subscriber_id=14}
22:48:35.781295 tst         register_default_mass.py: using MSISDN 1015
22:48:35.796286 run              osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001020000000004', msisdn='1015', subscriber_id=15}
22:48:35.826905 tst         register_default_mass.py: using MSISDN 1016
22:48:35.841498 run              osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001020000000005', msisdn='1016', subscriber_id=16}
22:48:35.872138 tst         register_default_mass.py: using MSISDN 1017
22:48:35.886591 run              osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001020000000006', msisdn='1017', subscriber_id=17}
22:48:35.917770 tst         register_default_mass.py: using MSISDN 1018
22:48:35.932469 run              osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001020000000007', msisdn='1018', subscriber_id=18}
22:48:35.963265 tst         register_default_mass.py: using MSISDN 1019
22:48:35.977894 run              osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001020000000008', msisdn='1019', subscriber_id=19}
22:48:36.009377 tst         register_default_mass.py: using MSISDN 1020
22:48:36.024156 run              osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001020000000009', msisdn='1020', subscriber_id=20}
22:48:36.055397 tst         register_default_mass.py: using MSISDN 1021
22:48:36.070136 run              osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001030000000000', msisdn='1021', subscriber_id=21}
22:48:36.101384 tst         register_default_mass.py: using MSISDN 1022
22:48:36.116260 run              osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001030000000001', msisdn='1022', subscriber_id=22}
22:48:36.147635 tst         register_default_mass.py: using MSISDN 1023
22:48:36.162443 run              osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001030000000002', msisdn='1023', subscriber_id=23}
22:48:36.193894 tst         register_default_mass.py: using MSISDN 1024
22:48:36.208663 run              osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001030000000003', msisdn='1024', subscriber_id=24}
22:48:36.239362 tst         register_default_mass.py: using MSISDN 1025
22:48:36.253884 run              osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001030000000004', msisdn='1025', subscriber_id=25}
22:48:36.285088 tst         register_default_mass.py: using MSISDN 1026
22:48:36.299886 run              osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001030000000005', msisdn='1026', subscriber_id=26}
22:48:36.331113 tst         register_default_mass.py: using MSISDN 1027
22:48:36.345942 run              osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001030000000006', msisdn='1027', subscriber_id=27}
22:48:36.377215 tst         register_default_mass.py: using MSISDN 1028
22:48:36.392004 run              osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001030000000007', msisdn='1028', subscriber_id=28}
22:48:36.422936 tst         register_default_mass.py: using MSISDN 1029
22:48:36.437644 run              osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001030000000008', msisdn='1029', subscriber_id=29}
22:48:36.469000 tst         register_default_mass.py: using MSISDN 1030
22:48:36.483841 run              osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001030000000009', msisdn='1030', subscriber_id=30}
22:48:36.515013 tst         register_default_mass.py: using MSISDN 1031
22:48:36.529888 run              osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001040000000000', msisdn='1031', subscriber_id=31}
22:48:36.560716 tst         register_default_mass.py: using MSISDN 1032
22:48:36.575401 run              osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001040000000001', msisdn='1032', subscriber_id=32}
22:48:36.606399 tst         register_default_mass.py: using MSISDN 1033
22:48:36.621106 run              osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001040000000002', msisdn='1033', subscriber_id=33}
22:48:36.652410 tst         register_default_mass.py: using MSISDN 1034
22:48:36.667232 run              osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001040000000003', msisdn='1034', subscriber_id=34}
22:48:36.698287 tst         register_default_mass.py: using MSISDN 1035
22:48:36.712998 run              osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001040000000004', msisdn='1035', subscriber_id=35}
22:48:36.744206 tst         register_default_mass.py: using MSISDN 1036
22:48:36.758918 run              osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001040000000005', msisdn='1036', subscriber_id=36}
22:48:36.789926 tst         register_default_mass.py: using MSISDN 1037
22:48:36.804635 run              osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001040000000006', msisdn='1037', subscriber_id=37}
22:48:36.835732 tst         register_default_mass.py: using MSISDN 1038
22:48:36.850535 run              osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001040000000007', msisdn='1038', subscriber_id=38}
22:48:36.881420 tst         register_default_mass.py: using MSISDN 1039
22:48:36.896052 run              osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001040000000008', msisdn='1039', subscriber_id=39}
22:48:36.927250 tst         register_default_mass.py: using MSISDN 1040
22:48:36.942118 run              osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001040000000009', msisdn='1040', subscriber_id=40}
22:48:36.973252 tst         register_default_mass.py: using MSISDN 1041
22:48:36.987948 run              osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001050000000000', msisdn='1041', subscriber_id=41}
22:48:37.019144 tst         register_default_mass.py: using MSISDN 1042
22:48:37.034005 run              osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001050000000001', msisdn='1042', subscriber_id=42}
22:48:37.065142 tst         register_default_mass.py: using MSISDN 1043
22:48:37.080012 run              osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001050000000002', msisdn='1043', subscriber_id=43}
22:48:37.110742 tst         register_default_mass.py: using MSISDN 1044
22:48:37.125275 run              osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001050000000003', msisdn='1044', subscriber_id=44}
22:48:37.156386 tst         register_default_mass.py: using MSISDN 1045
22:48:37.171056 run              osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001050000000004', msisdn='1045', subscriber_id=45}
22:48:37.202236 tst         register_default_mass.py: using MSISDN 1046
22:48:37.217119 run              osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001050000000005', msisdn='1046', subscriber_id=46}
22:48:37.248176 tst         register_default_mass.py: using MSISDN 1047
22:48:37.262895 run              osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001050000000006', msisdn='1047', subscriber_id=47}
22:48:37.293860 tst         register_default_mass.py: using MSISDN 1048
22:48:37.308383 run              osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001050000000007', msisdn='1048', subscriber_id=48}
22:48:37.339202 tst         register_default_mass.py: using MSISDN 1049
22:48:37.353811 run              osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001050000000008', msisdn='1049', subscriber_id=49}
22:48:37.384938 tst         register_default_mass.py: using MSISDN 1050
22:48:37.399569 run              osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001050000000009', msisdn='1050', subscriber_id=50}
22:48:37.430530 tst         register_default_mass.py: using MSISDN 1051
22:48:37.445321 run              osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001060000000000', msisdn='1051', subscriber_id=51}
22:48:37.476065 tst         register_default_mass.py: using MSISDN 1052
22:48:37.490583 run              osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001060000000001', msisdn='1052', subscriber_id=52}
22:48:37.521434 tst         register_default_mass.py: using MSISDN 1053
22:48:37.535987 run              osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001060000000002', msisdn='1053', subscriber_id=53}
22:48:37.567140 tst         register_default_mass.py: using MSISDN 1054
22:48:37.582003 run              osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001060000000003', msisdn='1054', subscriber_id=54}
22:48:37.612999 tst         register_default_mass.py: using MSISDN 1055
22:48:37.627764 run              osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001060000000004', msisdn='1055', subscriber_id=55}
22:48:37.658965 tst         register_default_mass.py: using MSISDN 1056
22:48:37.673843 run              osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001060000000005', msisdn='1056', subscriber_id=56}
22:48:37.704924 tst         register_default_mass.py: using MSISDN 1057
22:48:37.719550 run              osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001060000000006', msisdn='1057', subscriber_id=57}
22:48:37.750618 tst         register_default_mass.py: using MSISDN 1058
22:48:37.765312 run              osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001060000000007', msisdn='1058', subscriber_id=58}
22:48:37.796350 tst         register_default_mass.py: using MSISDN 1059
22:48:37.810999 run              osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001060000000008', msisdn='1059', subscriber_id=59}
22:48:37.841744 tst         register_default_mass.py: using MSISDN 1060
22:48:37.856445 run              osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001060000000009', msisdn='1060', subscriber_id=60}
22:48:37.887408 tst         register_default_mass.py: using MSISDN 1061
22:48:37.902098 run              osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001070000000000', msisdn='1061', subscriber_id=61}
22:48:37.932794 tst         register_default_mass.py: using MSISDN 1062
22:48:37.947177 run              osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001070000000001', msisdn='1062', subscriber_id=62}
22:48:37.978102 tst         register_default_mass.py: using MSISDN 1063
22:48:37.992817 run              osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001070000000002', msisdn='1063', subscriber_id=63}
22:48:38.023505 tst         register_default_mass.py: using MSISDN 1064
22:48:38.038051 run              osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001070000000003', msisdn='1064', subscriber_id=64}
22:48:38.068945 tst         register_default_mass.py: using MSISDN 1065
22:48:38.083491 run              osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001070000000004', msisdn='1065', subscriber_id=65}
22:48:38.114353 tst         register_default_mass.py: using MSISDN 1066
22:48:38.129113 run              osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001070000000005', msisdn='1066', subscriber_id=66}
22:48:38.160072 tst         register_default_mass.py: using MSISDN 1067
22:48:38.174636 run              osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001070000000006', msisdn='1067', subscriber_id=67}
22:48:38.205423 tst         register_default_mass.py: using MSISDN 1068
22:48:38.220073 run              osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001070000000007', msisdn='1068', subscriber_id=68}
22:48:38.250168 tst         register_default_mass.py: using MSISDN 1069
22:48:38.264262 run              osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001070000000008', msisdn='1069', subscriber_id=69}
22:48:38.295007 tst         register_default_mass.py: using MSISDN 1070
22:48:38.309439 run              osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001070000000009', msisdn='1070', subscriber_id=70}
22:48:38.340065 tst         register_default_mass.py: using MSISDN 1071
22:48:38.354562 run              osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001080000000000', msisdn='1071', subscriber_id=71}
22:48:38.385307 tst         register_default_mass.py: using MSISDN 1072
22:48:38.399910 run              osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001080000000001', msisdn='1072', subscriber_id=72}
22:48:38.430622 tst         register_default_mass.py: using MSISDN 1073
22:48:38.445120 run              osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001080000000002', msisdn='1073', subscriber_id=73}
22:48:38.475806 tst         register_default_mass.py: using MSISDN 1074
22:48:38.490313 run              osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001080000000003', msisdn='1074', subscriber_id=74}
22:48:38.521123 tst         register_default_mass.py: using MSISDN 1075
22:48:38.535711 run              osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001080000000004', msisdn='1075', subscriber_id=75}
22:48:38.566442 tst         register_default_mass.py: using MSISDN 1076
22:48:38.581028 run              osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001080000000005', msisdn='1076', subscriber_id=76}
22:48:38.612041 tst         register_default_mass.py: using MSISDN 1077
22:48:38.626648 run              osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001080000000006', msisdn='1077', subscriber_id=77}
22:48:38.657531 tst         register_default_mass.py: using MSISDN 1078
22:48:38.672184 run              osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001080000000007', msisdn='1078', subscriber_id=78}
22:48:38.702428 tst         register_default_mass.py: using MSISDN 1079
22:48:38.712163 run              osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001080000000008', msisdn='1079', subscriber_id=79}
22:48:38.742233 tst         register_default_mass.py: using MSISDN 1080
22:48:38.757771 run              osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001080000000009', msisdn='1080', subscriber_id=80}
22:48:38.788512 tst         register_default_mass.py: using MSISDN 1081
22:48:38.803270 run              osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001090000000000', msisdn='1081', subscriber_id=81}
22:48:38.834047 tst         register_default_mass.py: using MSISDN 1082
22:48:38.848640 run              osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001090000000001', msisdn='1082', subscriber_id=82}
22:48:38.879035 tst         register_default_mass.py: using MSISDN 1083
22:48:38.893315 run              osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001090000000002', msisdn='1083', subscriber_id=83}
22:48:38.923947 tst         register_default_mass.py: using MSISDN 1084
22:48:38.938496 run              osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001090000000003', msisdn='1084', subscriber_id=84}
22:48:38.969252 tst         register_default_mass.py: using MSISDN 1085
22:48:38.983651 run              osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001090000000004', msisdn='1085', subscriber_id=85}
22:48:39.014118 tst         register_default_mass.py: using MSISDN 1086
22:48:39.028521 run              osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001090000000005', msisdn='1086', subscriber_id=86}
22:48:39.060228 tst         register_default_mass.py: using MSISDN 1087
22:48:39.075257 run              osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001090000000006', msisdn='1087', subscriber_id=87}
22:48:39.105844 tst         register_default_mass.py: using MSISDN 1088
22:48:39.120279 run              osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001090000000007', msisdn='1088', subscriber_id=88}
22:48:39.150663 tst         register_default_mass.py: using MSISDN 1089
22:48:39.165111 run              osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001090000000008', msisdn='1089', subscriber_id=89}
22:48:39.195613 tst         register_default_mass.py: using MSISDN 1090
22:48:39.210084 run              osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001090000000009', msisdn='1090', subscriber_id=90}
22:48:39.240229 tst         register_default_mass.py: using MSISDN 1091
22:48:39.254594 run              osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001100000000000', msisdn='1091', subscriber_id=91}
22:48:39.284831 tst         register_default_mass.py: using MSISDN 1092
22:48:39.299114 run              osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001100000000001', msisdn='1092', subscriber_id=92}
22:48:39.329512 tst         register_default_mass.py: using MSISDN 1093
22:48:39.343990 run              osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001100000000002', msisdn='1093', subscriber_id=93}
22:48:39.374629 tst         register_default_mass.py: using MSISDN 1094
22:48:39.389144 run              osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001100000000003', msisdn='1094', subscriber_id=94}
22:48:39.419988 tst         register_default_mass.py: using MSISDN 1095
22:48:39.434567 run              osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001100000000004', msisdn='1095', subscriber_id=95}
22:48:39.464917 tst         register_default_mass.py: using MSISDN 1096
22:48:39.479276 run              osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001100000000005', msisdn='1096', subscriber_id=96}
22:48:39.509927 tst         register_default_mass.py: using MSISDN 1097
22:48:39.524457 run              osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001100000000006', msisdn='1097', subscriber_id=97}
22:48:39.554837 tst         register_default_mass.py: using MSISDN 1098
22:48:39.569208 run              osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001100000000007', msisdn='1098', subscriber_id=98}
22:48:39.599430 tst         register_default_mass.py: using MSISDN 1099
22:48:39.613853 run              osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001100000000008', msisdn='1099', subscriber_id=99}
22:48:39.644128 tst         register_default_mass.py: using MSISDN 1100
22:48:39.658409 run              osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001100000000009', msisdn='1100', subscriber_id=100}
22:48:39.755466 run                             mass: Starting testcase
22:48:39.761019 run                             mass: Pre-launching all virtphy's
22:48:39.766449 run           osmo-ms-virt-phy/00000: Starting virtphy
22:48:39.779414 run   osmo-ms-virt-phy/00000(pid=35): Launched
22:48:39.785363 run           osmo-ms-virt-phy/00001: Starting virtphy
22:48:39.798404 run   osmo-ms-virt-phy/00001(pid=36): Launched
22:48:39.804368 run           osmo-ms-virt-phy/00002: Starting virtphy
22:48:39.817043 run   osmo-ms-virt-phy/00002(pid=37): Launched
22:48:39.823092 run           osmo-ms-virt-phy/00003: Starting virtphy
22:48:39.836076 run   osmo-ms-virt-phy/00003(pid=38): Launched
22:48:39.842189 run           osmo-ms-virt-phy/00004: Starting virtphy
22:48:39.855204 run   osmo-ms-virt-phy/00004(pid=39): Launched
22:48:39.861231 run           osmo-ms-virt-phy/00005: Starting virtphy
22:48:39.874072 run   osmo-ms-virt-phy/00005(pid=40): Launched
22:48:39.880163 run           osmo-ms-virt-phy/00006: Starting virtphy
22:48:39.893060 run   osmo-ms-virt-phy/00006(pid=41): Launched
22:48:39.899131 run           osmo-ms-virt-phy/00007: Starting virtphy
22:48:39.912016 run   osmo-ms-virt-phy/00007(pid=42): Launched
22:48:39.918033 run           osmo-ms-virt-phy/00008: Starting virtphy
22:48:39.930747 run   osmo-ms-virt-phy/00008(pid=43): Launched
22:48:39.936686 run           osmo-ms-virt-phy/00009: Starting virtphy
22:48:39.949434 run   osmo-ms-virt-phy/00009(pid=44): Launched
22:48:39.955321 run           osmo-ms-virt-phy/00010: Starting virtphy
22:48:39.968056 run   osmo-ms-virt-phy/00010(pid=45): Launched
22:48:39.973980 run           osmo-ms-virt-phy/00011: Starting virtphy
22:48:39.986764 run   osmo-ms-virt-phy/00011(pid=46): Launched
22:48:39.992703 run           osmo-ms-virt-phy/00012: Starting virtphy
22:48:40.005442 run   osmo-ms-virt-phy/00012(pid=47): Launched
22:48:40.011361 run           osmo-ms-virt-phy/00013: Starting virtphy
22:48:40.024187 run   osmo-ms-virt-phy/00013(pid=48): Launched
22:48:40.030108 run           osmo-ms-virt-phy/00014: Starting virtphy
22:48:40.042856 run   osmo-ms-virt-phy/00014(pid=49): Launched
22:48:40.048761 run           osmo-ms-virt-phy/00015: Starting virtphy
22:48:40.061522 run   osmo-ms-virt-phy/00015(pid=50): Launched
22:48:40.067429 run           osmo-ms-virt-phy/00016: Starting virtphy
22:48:40.080229 run   osmo-ms-virt-phy/00016(pid=51): Launched
22:48:40.086197 run           osmo-ms-virt-phy/00017: Starting virtphy
22:48:40.098981 run   osmo-ms-virt-phy/00017(pid=52): Launched
22:48:40.104927 run           osmo-ms-virt-phy/00018: Starting virtphy
22:48:40.117744 run   osmo-ms-virt-phy/00018(pid=53): Launched
22:48:40.123671 run           osmo-ms-virt-phy/00019: Starting virtphy
22:48:40.136437 run   osmo-ms-virt-phy/00019(pid=54): Launched
22:48:40.142376 run           osmo-ms-virt-phy/00020: Starting virtphy
22:48:40.155163 run   osmo-ms-virt-phy/00020(pid=55): Launched
22:48:40.161129 run           osmo-ms-virt-phy/00021: Starting virtphy
22:48:40.173927 run   osmo-ms-virt-phy/00021(pid=56): Launched
22:48:40.179879 run           osmo-ms-virt-phy/00022: Starting virtphy
22:48:40.192731 run   osmo-ms-virt-phy/00022(pid=57): Launched
22:48:40.198628 run           osmo-ms-virt-phy/00023: Starting virtphy
22:48:40.211439 run   osmo-ms-virt-phy/00023(pid=58): Launched
22:48:40.217398 run           osmo-ms-virt-phy/00024: Starting virtphy
22:48:40.230172 run   osmo-ms-virt-phy/00024(pid=59): Launched
22:48:40.236135 run           osmo-ms-virt-phy/00025: Starting virtphy
22:48:40.249022 run   osmo-ms-virt-phy/00025(pid=60): Launched
22:48:40.254993 run           osmo-ms-virt-phy/00026: Starting virtphy
22:48:40.267940 run   osmo-ms-virt-phy/00026(pid=61): Launched
22:48:40.273882 run           osmo-ms-virt-phy/00027: Starting virtphy
22:48:40.286809 run   osmo-ms-virt-phy/00027(pid=62): Launched
22:48:40.292754 run           osmo-ms-virt-phy/00028: Starting virtphy
22:48:40.305682 run   osmo-ms-virt-phy/00028(pid=63): Launched
22:48:40.311612 run           osmo-ms-virt-phy/00029: Starting virtphy
22:48:40.324465 run   osmo-ms-virt-phy/00029(pid=64): Launched
22:48:40.330397 run           osmo-ms-virt-phy/00030: Starting virtphy
22:48:40.343165 run   osmo-ms-virt-phy/00030(pid=65): Launched
22:48:40.349110 run           osmo-ms-virt-phy/00031: Starting virtphy
22:48:40.361974 run   osmo-ms-virt-phy/00031(pid=66): Launched
22:48:40.367890 run           osmo-ms-virt-phy/00032: Starting virtphy
22:48:40.380834 run   osmo-ms-virt-phy/00032(pid=67): Launched
22:48:40.386763 run           osmo-ms-virt-phy/00033: Starting virtphy
22:48:40.399529 run   osmo-ms-virt-phy/00033(pid=68): Launched
22:48:40.405470 run           osmo-ms-virt-phy/00034: Starting virtphy
22:48:40.418303 run   osmo-ms-virt-phy/00034(pid=69): Launched
22:48:40.424222 run           osmo-ms-virt-phy/00035: Starting virtphy
22:48:40.437004 run   osmo-ms-virt-phy/00035(pid=70): Launched
22:48:40.442967 run           osmo-ms-virt-phy/00036: Starting virtphy
22:48:40.455789 run   osmo-ms-virt-phy/00036(pid=71): Launched
22:48:40.461682 run           osmo-ms-virt-phy/00037: Starting virtphy
22:48:40.474564 run   osmo-ms-virt-phy/00037(pid=72): Launched
22:48:40.480530 run           osmo-ms-virt-phy/00038: Starting virtphy
22:48:40.493416 run   osmo-ms-virt-phy/00038(pid=73): Launched
22:48:40.499378 run           osmo-ms-virt-phy/00039: Starting virtphy
22:48:40.512157 run   osmo-ms-virt-phy/00039(pid=74): Launched
22:48:40.518115 run           osmo-ms-virt-phy/00040: Starting virtphy
22:48:40.531015 run   osmo-ms-virt-phy/00040(pid=75): Launched
22:48:40.536922 run           osmo-ms-virt-phy/00041: Starting virtphy
22:48:40.549792 run   osmo-ms-virt-phy/00041(pid=76): Launched
22:48:40.555757 run           osmo-ms-virt-phy/00042: Starting virtphy
22:48:40.568522 run   osmo-ms-virt-phy/00042(pid=77): Launched
22:48:40.574454 run           osmo-ms-virt-phy/00043: Starting virtphy
22:48:40.587183 run   osmo-ms-virt-phy/00043(pid=78): Launched
22:48:40.593116 run           osmo-ms-virt-phy/00044: Starting virtphy
22:48:40.605896 run   osmo-ms-virt-phy/00044(pid=79): Launched
22:48:40.611818 run           osmo-ms-virt-phy/00045: Starting virtphy
22:48:40.624645 run   osmo-ms-virt-phy/00045(pid=80): Launched
22:48:40.630617 run           osmo-ms-virt-phy/00046: Starting virtphy
22:48:40.643443 run   osmo-ms-virt-phy/00046(pid=81): Launched
22:48:40.649414 run           osmo-ms-virt-phy/00047: Starting virtphy
22:48:40.662165 run   osmo-ms-virt-phy/00047(pid=82): Launched
22:48:40.668067 run           osmo-ms-virt-phy/00048: Starting virtphy
22:48:40.680765 run   osmo-ms-virt-phy/00048(pid=83): Launched
22:48:40.686717 run           osmo-ms-virt-phy/00049: Starting virtphy
22:48:40.699483 run   osmo-ms-virt-phy/00049(pid=84): Launched
22:48:40.705414 run           osmo-ms-virt-phy/00050: Starting virtphy
22:48:40.718351 run   osmo-ms-virt-phy/00050(pid=85): Launched
22:48:40.724231 run           osmo-ms-virt-phy/00051: Starting virtphy
22:48:40.737077 run   osmo-ms-virt-phy/00051(pid=86): Launched
22:48:40.742987 run           osmo-ms-virt-phy/00052: Starting virtphy
22:48:40.755711 run   osmo-ms-virt-phy/00052(pid=87): Launched
22:48:40.761803 run           osmo-ms-virt-phy/00053: Starting virtphy
22:48:40.774707 run   osmo-ms-virt-phy/00053(pid=88): Launched
22:48:40.780645 run           osmo-ms-virt-phy/00054: Starting virtphy
22:48:40.793423 run   osmo-ms-virt-phy/00054(pid=89): Launched
22:48:40.799326 run           osmo-ms-virt-phy/00055: Starting virtphy
22:48:40.812116 run   osmo-ms-virt-phy/00055(pid=90): Launched
22:48:40.818052 run           osmo-ms-virt-phy/00056: Starting virtphy
22:48:40.830857 run   osmo-ms-virt-phy/00056(pid=91): Launched
22:48:40.836812 run           osmo-ms-virt-phy/00057: Starting virtphy
22:48:40.849656 run   osmo-ms-virt-phy/00057(pid=92): Launched
22:48:40.855719 run           osmo-ms-virt-phy/00058: Starting virtphy
22:48:40.868586 run   osmo-ms-virt-phy/00058(pid=93): Launched
22:48:40.874536 run           osmo-ms-virt-phy/00059: Starting virtphy
22:48:40.887256 run   osmo-ms-virt-phy/00059(pid=94): Launched
22:48:40.893283 run           osmo-ms-virt-phy/00060: Starting virtphy
22:48:40.905965 run   osmo-ms-virt-phy/00060(pid=95): Launched
22:48:40.911855 run           osmo-ms-virt-phy/00061: Starting virtphy
22:48:40.924629 run   osmo-ms-virt-phy/00061(pid=96): Launched
22:48:40.930538 run           osmo-ms-virt-phy/00062: Starting virtphy
22:48:40.943378 run   osmo-ms-virt-phy/00062(pid=97): Launched
22:48:40.949489 run           osmo-ms-virt-phy/00063: Starting virtphy
22:48:40.962358 run   osmo-ms-virt-phy/00063(pid=98): Launched
22:48:40.968438 run           osmo-ms-virt-phy/00064: Starting virtphy
22:48:40.981264 run   osmo-ms-virt-phy/00064(pid=99): Launched
22:48:40.987222 run           osmo-ms-virt-phy/00065: Starting virtphy
22:48:41.000215 run  osmo-ms-virt-phy/00065(pid=100): Launched
22:48:41.006120 run           osmo-ms-virt-phy/00066: Starting virtphy
22:48:41.019032 run  osmo-ms-virt-phy/00066(pid=101): Launched
22:48:41.024977 run           osmo-ms-virt-phy/00067: Starting virtphy
22:48:41.037830 run  osmo-ms-virt-phy/00067(pid=102): Launched
22:48:41.043724 run           osmo-ms-virt-phy/00068: Starting virtphy
22:48:41.056564 run  osmo-ms-virt-phy/00068(pid=103): Launched
22:48:41.062480 run           osmo-ms-virt-phy/00069: Starting virtphy
22:48:41.075278 run  osmo-ms-virt-phy/00069(pid=104): Launched
22:48:41.081248 run           osmo-ms-virt-phy/00070: Starting virtphy
22:48:41.094102 run  osmo-ms-virt-phy/00070(pid=105): Launched
22:48:41.099992 run           osmo-ms-virt-phy/00071: Starting virtphy
22:48:41.112730 run  osmo-ms-virt-phy/00071(pid=106): Launched
22:48:41.118685 run           osmo-ms-virt-phy/00072: Starting virtphy
22:48:41.131400 run  osmo-ms-virt-phy/00072(pid=107): Launched
22:48:41.137322 run           osmo-ms-virt-phy/00073: Starting virtphy
22:48:41.150068 run  osmo-ms-virt-phy/00073(pid=108): Launched
22:48:41.155978 run           osmo-ms-virt-phy/00074: Starting virtphy
22:48:41.168695 run  osmo-ms-virt-phy/00074(pid=109): Launched
22:48:41.174629 run           osmo-ms-virt-phy/00075: Starting virtphy
22:48:41.187621 run  osmo-ms-virt-phy/00075(pid=110): Launched
22:48:41.193570 run           osmo-ms-virt-phy/00076: Starting virtphy
22:48:41.206576 run  osmo-ms-virt-phy/00076(pid=111): Launched
22:48:41.212503 run           osmo-ms-virt-phy/00077: Starting virtphy
22:48:41.225312 run  osmo-ms-virt-phy/00077(pid=112): Launched
22:48:41.231386 run           osmo-ms-virt-phy/00078: Starting virtphy
22:48:41.244187 run  osmo-ms-virt-phy/00078(pid=113): Launched
22:48:41.250310 run           osmo-ms-virt-phy/00079: Starting virtphy
22:48:41.263138 run  osmo-ms-virt-phy/00079(pid=114): Launched
22:48:41.269027 run           osmo-ms-virt-phy/00080: Starting virtphy
22:48:41.281912 run  osmo-ms-virt-phy/00080(pid=115): Launched
22:48:41.287834 run           osmo-ms-virt-phy/00081: Starting virtphy
22:48:41.300704 run  osmo-ms-virt-phy/00081(pid=116): Launched
22:48:41.306630 run           osmo-ms-virt-phy/00082: Starting virtphy
22:48:41.319457 run  osmo-ms-virt-phy/00082(pid=117): Launched
22:48:41.325354 run           osmo-ms-virt-phy/00083: Starting virtphy
22:48:41.338236 run  osmo-ms-virt-phy/00083(pid=118): Launched
22:48:41.344170 run           osmo-ms-virt-phy/00084: Starting virtphy
22:48:41.356942 run  osmo-ms-virt-phy/00084(pid=119): Launched
22:48:41.362832 run           osmo-ms-virt-phy/00085: Starting virtphy
22:48:41.375585 run  osmo-ms-virt-phy/00085(pid=120): Launched
22:48:41.381532 run           osmo-ms-virt-phy/00086: Starting virtphy
22:48:41.394280 run  osmo-ms-virt-phy/00086(pid=121): Launched
22:48:41.400269 run           osmo-ms-virt-phy/00087: Starting virtphy
22:48:41.413100 run  osmo-ms-virt-phy/00087(pid=122): Launched
22:48:41.419239 run           osmo-ms-virt-phy/00088: Starting virtphy
22:48:41.432049 run  osmo-ms-virt-phy/00088(pid=123): Launched
22:48:41.438029 run           osmo-ms-virt-phy/00089: Starting virtphy
22:48:41.450810 run  osmo-ms-virt-phy/00089(pid=124): Launched
22:48:41.456757 run           osmo-ms-virt-phy/00090: Starting virtphy
22:48:41.469656 run  osmo-ms-virt-phy/00090(pid=125): Launched
22:48:41.475574 run           osmo-ms-virt-phy/00091: Starting virtphy
22:48:41.488518 run  osmo-ms-virt-phy/00091(pid=126): Launched
22:48:41.494427 run           osmo-ms-virt-phy/00092: Starting virtphy
22:48:41.507245 run  osmo-ms-virt-phy/00092(pid=127): Launched
22:48:41.513173 run           osmo-ms-virt-phy/00093: Starting virtphy
22:48:41.525919 run  osmo-ms-virt-phy/00093(pid=128): Launched
22:48:41.531858 run           osmo-ms-virt-phy/00094: Starting virtphy
22:48:41.544673 run  osmo-ms-virt-phy/00094(pid=129): Launched
22:48:41.550601 run           osmo-ms-virt-phy/00095: Starting virtphy
22:48:41.563368 run  osmo-ms-virt-phy/00095(pid=130): Launched
22:48:41.569246 run           osmo-ms-virt-phy/00096: Starting virtphy
22:48:41.581986 run  osmo-ms-virt-phy/00096(pid=131): Launched
22:48:41.587865 run           osmo-ms-virt-phy/00097: Starting virtphy
22:48:41.600662 run  osmo-ms-virt-phy/00097(pid=132): Launched
22:48:41.606547 run           osmo-ms-virt-phy/00098: Starting virtphy
22:48:41.619306 run  osmo-ms-virt-phy/00098(pid=133): Launched
22:48:41.625249 run           osmo-ms-virt-phy/00099: Starting virtphy
22:48:41.638025 run  osmo-ms-virt-phy/00099(pid=134): Launched
22:48:41.643900 run                             mass: Checking if sockets are in the filesystem
22:48:41.676031 run                osmo-ms-mob/00000: Starting mobile
22:48:41.688942 run       osmo-ms-mob/00000(pid=135): Launched
22:48:41.702591 run                             mass: MS start registered  {at=8917547.910908015, delay=0.007646312937140465, ms=00000}
22:48:45.881417 run                osmo-ms-mob/00001: Starting mobile
22:48:45.897911 run       osmo-ms-mob/00001(pid=136): Launched
22:48:45.909263 run                             mass: MS start registered  {at=8917552.117578704, delay=0.005208615213632584, ms=00001}
22:48:46.923297 run                             mass: MS performed LU  {at=8917553.131504636, lu_delay=5.220596620813012, ms=00000}
22:48:47.682976 run                osmo-ms-mob/00002: Starting mobile
22:48:47.699096 run       osmo-ms-mob/00002(pid=137): Launched
22:48:47.709819 run                             mass: MS start registered  {at=8917553.91813471, delay=0.004733683541417122, ms=00002}
22:48:48.990933 run                osmo-ms-mob/00003: Starting mobile
22:48:49.008239 run       osmo-ms-mob/00003(pid=138): Launched
22:48:49.019214 run                             mass: MS start registered  {at=8917555.22752893, delay=0.004840809851884842, ms=00003}
22:48:50.082482 run                osmo-ms-mob/00004: Starting mobile
22:48:50.098601 run       osmo-ms-mob/00004(pid=139): Launched
22:48:50.109494 run                             mass: MS start registered  {at=8917556.317811955, delay=0.004814840853214264, ms=00004}
22:48:50.688964 run                             mass: MS performed LU  {at=8917556.897173606, lu_delay=4.779594901949167, ms=00001}
22:48:51.090295 run                osmo-ms-mob/00005: Starting mobile
22:48:51.103344 run       osmo-ms-mob/00005(pid=140): Launched
22:48:51.114570 run                             mass: MS start registered  {at=8917557.322884507, delay=0.005140470340847969, ms=00005}
22:48:51.967953 run                osmo-ms-mob/00006: Starting mobile
22:48:51.981345 run       osmo-ms-mob/00006(pid=141): Launched
22:48:51.992864 run                             mass: MS start registered  {at=8917558.201185077, delay=0.005289033055305481, ms=00006}
22:48:52.590558 run                             mass: MS performed LU  {at=8917558.798763266, lu_delay=4.880628556013107, ms=00002}
22:48:52.891549 run                osmo-ms-mob/00007: Starting mobile
22:48:52.908488 run       osmo-ms-mob/00007(pid=142): Launched
22:48:52.919388 run                             mass: MS start registered  {at=8917559.127709825, delay=0.004897609353065491, ms=00007}
22:48:53.660352 run                osmo-ms-mob/00008: Starting mobile
22:48:53.673767 run       osmo-ms-mob/00008(pid=143): Launched
22:48:53.684803 run                             mass: MS start registered  {at=8917559.893121272, delay=0.004970461130142212, ms=00008}
22:48:54.391815 run                osmo-ms-mob/00009: Starting mobile
22:48:54.408529 run       osmo-ms-mob/00009(pid=144): Launched
22:48:54.419547 run                             mass: MS start registered  {at=8917560.627869356, delay=0.004977600648999214, ms=00009}
22:48:54.454117 run                             mass: MS performed LU  {at=8917560.662373437, lu_delay=5.434844506904483, ms=00003}
22:48:55.090763 run                osmo-ms-mob/00010: Starting mobile
22:48:55.107642 run       osmo-ms-mob/00010(pid=145): Launched
22:48:55.120176 run                             mass: MS start registered  {at=8917561.32849043, delay=0.006307430565357208, ms=00010}
22:48:55.669869 run                osmo-ms-mob/00011: Starting mobile
22:48:55.683611 run       osmo-ms-mob/00011(pid=146): Launched
22:48:55.694743 run                             mass: MS start registered  {at=8917561.903064864, delay=0.005090340971946716, ms=00011}
22:48:56.259722 run                osmo-ms-mob/00012: Starting mobile
22:48:56.273100 run       osmo-ms-mob/00012(pid=147): Launched
22:48:56.284020 run                             mass: MS start registered  {at=8917562.492342325, delay=0.004848117008805275, ms=00012}
22:48:56.356562 run                             mass: MS performed LU  {at=8917562.564774597, lu_delay=5.241890089586377, ms=00005}
22:48:56.382707 run                             mass: MS performed LU  {at=8917562.591013808, lu_delay=6.2732018530368805, ms=00004}
22:48:56.898837 run                osmo-ms-mob/00013: Starting mobile
22:48:56.916593 run       osmo-ms-mob/00013(pid=148): Launched
22:48:56.927750 run                             mass: MS start registered  {at=8917563.136071382, delay=0.00512644462287426, ms=00013}
22:48:57.457118 run                osmo-ms-mob/00014: Starting mobile
22:48:57.470565 run       osmo-ms-mob/00014(pid=149): Launched
22:48:57.481699 run                             mass: MS start registered  {at=8917563.690021243, delay=0.005075933411717415, ms=00014}
22:48:58.060399 run                osmo-ms-mob/00015: Starting mobile
22:48:58.073413 run       osmo-ms-mob/00015(pid=150): Launched
22:48:58.084475 run                             mass: MS start registered  {at=8917564.29279712, delay=0.005032841116189957, ms=00015}
22:48:58.220471 run                             mass: MS performed LU  {at=8917564.42868271, lu_delay=6.227497631683946, ms=00006}
22:48:58.284248 run                             mass: MS performed LU  {at=8917564.492477575, lu_delay=5.36476775072515, ms=00007}
22:48:58.592548 run                osmo-ms-mob/00016: Starting mobile
22:48:58.607894 run       osmo-ms-mob/00016(pid=151): Launched
22:48:58.614088 run                             mass: MS performed LU  {at=8917564.822415914, lu_delay=4.929294642060995, ms=00008}
22:48:58.620398 run                             mass: MS start registered  {at=8917564.828731462, delay=0.006336072459816933, ms=00016}
22:48:59.060394 run                osmo-ms-mob/00017: Starting mobile
22:48:59.074008 run       osmo-ms-mob/00017(pid=152): Launched
22:48:59.085209 run                             mass: MS start registered  {at=8917565.293525133, delay=0.004819069057703018, ms=00017}
22:48:59.691585 run                osmo-ms-mob/00018: Starting mobile
22:48:59.708263 run       osmo-ms-mob/00018(pid=153): Launched
22:48:59.719231 run                             mass: MS start registered  {at=8917565.927552728, delay=0.004885677248239517, ms=00018}
22:49:00.059530 run                osmo-ms-mob/00019: Starting mobile
22:49:00.072567 run       osmo-ms-mob/00019(pid=154): Launched
22:49:00.083609 run                             mass: MS start registered  {at=8917566.291929353, delay=0.004696784541010857, ms=00019}
22:49:00.121752 run                             mass: MS performed LU  {at=8917566.329980873, lu_delay=5.702111516147852, ms=00009}
22:49:00.149665 run                             mass: MS performed LU  {at=8917566.357887458, lu_delay=5.029397027567029, ms=00010}
22:49:00.255639 run                             mass: MS performed LU  {at=8917566.463864943, lu_delay=4.560800079256296, ms=00011}
22:49:00.580809 run                osmo-ms-mob/00020: Starting mobile
22:49:00.597209 run       osmo-ms-mob/00020(pid=155): Launched
22:49:00.611067 run                             mass: MS start registered  {at=8917566.819384472, delay=0.005065435543656349, ms=00020}
22:49:01.072980 run                osmo-ms-mob/00021: Starting mobile
22:49:01.086641 run       osmo-ms-mob/00021(pid=156): Launched
22:49:01.097711 run                             mass: MS start registered  {at=8917567.306028483, delay=0.004739820957183838, ms=00021}
22:49:01.472000 run                osmo-ms-mob/00022: Starting mobile
22:49:01.485451 run       osmo-ms-mob/00022(pid=157): Launched
22:49:01.496564 run                             mass: MS start registered  {at=8917567.704884263, delay=0.004772080108523369, ms=00022}
22:49:01.982095 run                osmo-ms-mob/00023: Starting mobile
22:49:01.998607 run       osmo-ms-mob/00023(pid=158): Launched
22:49:02.004632 run                             mass: MS performed LU  {at=8917568.212960541, lu_delay=5.076889159157872, ms=00013}
22:49:02.010464 run                             mass: MS start registered  {at=8917568.218799334, delay=0.005856383591890335, ms=00023}
22:49:02.051357 run                             mass: MS performed LU  {at=8917568.259567661, lu_delay=5.767225336283445, ms=00012}
22:49:02.383310 run                osmo-ms-mob/00024: Starting mobile
22:49:02.399369 run       osmo-ms-mob/00024(pid=159): Launched
22:49:02.405322 run                             mass: MS performed LU  {at=8917568.613649558, lu_delay=4.923628315329552, ms=00014}
22:49:02.411457 run                             mass: MS start registered  {at=8917568.619791515, delay=0.006159354001283646, ms=00024}
22:49:02.874183 run                osmo-ms-mob/00025: Starting mobile
22:49:02.888880 run       osmo-ms-mob/00025(pid=160): Launched
22:49:02.900343 run                             mass: MS start registered  {at=8917569.108658006, delay=0.0054146721959114075, ms=00025}
22:49:03.260682 run                osmo-ms-mob/00026: Starting mobile
22:49:03.273568 run       osmo-ms-mob/00026(pid=161): Launched
22:49:03.284488 run                             mass: MS start registered  {at=8917569.492810566, delay=0.0049154628068208694, ms=00026}
22:49:03.692461 run                osmo-ms-mob/00027: Starting mobile
22:49:03.709560 run       osmo-ms-mob/00027(pid=162): Launched
22:49:03.720306 run                             mass: MS start registered  {at=8917569.928629799, delay=0.0047945305705070496, ms=00027}
22:49:03.786373 run                             mass: MS performed LU  {at=8917569.994591707, lu_delay=5.70179458707571, ms=00015}
22:49:03.888191 run                             mass: MS performed LU  {at=8917570.096414568, lu_delay=4.802889434620738, ms=00017}
22:49:03.914885 run                             mass: MS performed LU  {at=8917570.12313228, lu_delay=5.294400816783309, ms=00016}
22:49:03.936605 run                osmo-ms-mob/00028: Starting mobile
22:49:03.949516 run       osmo-ms-mob/00028(pid=163): Launched
22:49:03.960459 run                             mass: MS start registered  {at=8917570.168780604, delay=0.004917958751320839, ms=00028}
22:49:04.483784 run                osmo-ms-mob/00029: Starting mobile
22:49:04.499881 run       osmo-ms-mob/00029(pid=164): Launched
22:49:04.511237 run                             mass: MS start registered  {at=8917570.719555972, delay=0.005109760910272598, ms=00029}
22:49:04.859760 run                osmo-ms-mob/00030: Starting mobile
22:49:04.872923 run       osmo-ms-mob/00030(pid=165): Launched
22:49:04.883647 run                             mass: MS start registered  {at=8917571.091966474, delay=0.00444624200463295, ms=00030}
22:49:05.287013 run                osmo-ms-mob/00031: Starting mobile
22:49:05.303304 run       osmo-ms-mob/00031(pid=166): Launched
22:49:05.314630 run                             mass: MS start registered  {at=8917571.52295017, delay=0.005291281268000603, ms=00031}
22:49:05.588638 run                osmo-ms-mob/00032: Starting mobile
22:49:05.605505 run       osmo-ms-mob/00032(pid=167): Launched
22:49:05.616386 run                             mass: MS start registered  {at=8917571.824707381, delay=0.0046092551201581955, ms=00032}
22:49:05.752327 run                             mass: MS performed LU  {at=8917571.960554391, lu_delay=6.033001663163304, ms=00018}
22:49:05.816930 run                             mass: MS performed LU  {at=8917572.025151307, lu_delay=5.7332219537347555, ms=00019}
22:49:05.831138 run                osmo-ms-mob/00033: Starting mobile
22:49:05.844246 run       osmo-ms-mob/00033(pid=168): Launched
22:49:05.855129 run                             mass: MS start registered  {at=8917572.063452525, delay=0.004873953759670258, ms=00033}
22:49:05.886222 run                             mass: MS performed LU  {at=8917572.09448816, lu_delay=4.788459677249193, ms=00021}
22:49:05.922546 run                             mass: MS performed LU  {at=8917572.130768565, lu_delay=5.311384093016386, ms=00020}
22:49:06.396380 run                osmo-ms-mob/00034: Starting mobile
22:49:06.417734 run       osmo-ms-mob/00034(pid=169): Launched
22:49:06.429255 run                             mass: MS start registered  {at=8917572.637568766, delay=0.005355382338166237, ms=00034}
22:49:06.680153 run                osmo-ms-mob/00035: Starting mobile
22:49:06.698681 run       osmo-ms-mob/00035(pid=170): Launched
22:49:06.709582 run                             mass: MS start registered  {at=8917572.917900166, delay=0.004772817716002464, ms=00035}
22:49:07.073352 run                osmo-ms-mob/00036: Starting mobile
22:49:07.087313 run       osmo-ms-mob/00036(pid=171): Launched
22:49:07.098833 run                             mass: MS start registered  {at=8917573.307151513, delay=0.0051497891545295715, ms=00036}
22:49:07.483748 run                osmo-ms-mob/00037: Starting mobile
22:49:07.500046 run       osmo-ms-mob/00037(pid=172): Launched
22:49:07.510732 run                             mass: MS start registered  {at=8917573.719054932, delay=0.004714662209153175, ms=00037}
22:49:07.653962 run                             mass: MS performed LU  {at=8917573.862186803, lu_delay=4.753528796136379, ms=00025}
22:49:07.669450 run                osmo-ms-mob/00038: Starting mobile
22:49:07.682613 run       osmo-ms-mob/00038(pid=173): Launched
22:49:07.688736 run                             mass: MS performed LU  {at=8917573.897065055, lu_delay=5.277273539453745, ms=00024}
22:49:07.694638 run                             mass: MS start registered  {at=8917573.902973866, delay=0.00592544861137867, ms=00038}
22:49:07.824798 run                             mass: MS performed LU  {at=8917574.033020994, lu_delay=6.32813673093915, ms=00022}
22:49:07.838972 run                osmo-ms-mob/00039: Starting mobile
22:49:07.852303 run       osmo-ms-mob/00039(pid=174): Launched
22:49:07.863430 run                             mass: MS start registered  {at=8917574.071752025, delay=0.004976678639650345, ms=00039}
22:49:08.460605 run                osmo-ms-mob/00040: Starting mobile
22:49:08.473659 run       osmo-ms-mob/00040(pid=175): Launched
22:49:08.485973 run                             mass: MS start registered  {at=8917574.694280086, delay=0.005894768983125687, ms=00040}
22:49:08.773707 run                osmo-ms-mob/00041: Starting mobile
22:49:08.787847 run       osmo-ms-mob/00041(pid=176): Launched
22:49:08.798877 run                             mass: MS start registered  {at=8917575.007200014, delay=0.00500066764652729, ms=00041}
22:49:09.090777 run                osmo-ms-mob/00042: Starting mobile
22:49:09.106001 run       osmo-ms-mob/00042(pid=177): Launched
22:49:09.117610 run                             mass: MS start registered  {at=8917575.325929869, delay=0.005019048228859901, ms=00042}
22:49:09.488487 run                osmo-ms-mob/00043: Starting mobile
22:49:09.506134 run       osmo-ms-mob/00043(pid=178): Launched
22:49:09.517017 run                             mass: MS performed LU  {at=8917575.725336155, lu_delay=4.63336968049407, ms=00030}
22:49:09.523278 run                             mass: MS start registered  {at=8917575.731612619, delay=0.01094706729054451, ms=00043}
22:49:09.583283 run                             mass: MS performed LU  {at=8917575.79150501, lu_delay=5.071949038654566, ms=00029}
22:49:09.609539 run                osmo-ms-mob/00044: Starting mobile
22:49:09.622656 run       osmo-ms-mob/00044(pid=179): Launched
22:49:09.633840 run                             mass: MS start registered  {at=8917575.842162147, delay=0.005129056051373482, ms=00044}
22:49:09.651136 run                             mass: MS performed LU  {at=8917575.859459827, lu_delay=6.3666492607444525, ms=00026}
22:49:09.689141 run                             mass: MS performed LU  {at=8917575.897390502, lu_delay=5.728609897196293, ms=00028}
22:49:09.710043 run                osmo-ms-mob/00045: Starting mobile
22:49:09.723239 run       osmo-ms-mob/00045(pid=180): Launched
22:49:09.729681 run                             mass: MS performed LU  {at=8917575.93800677, lu_delay=6.009376971051097, ms=00027}
22:49:09.735635 run                             mass: MS start registered  {at=8917575.943969898, delay=0.005980409681797028, ms=00045}
22:49:10.360323 run                osmo-ms-mob/00046: Starting mobile
22:49:10.374114 run       osmo-ms-mob/00046(pid=181): Launched
22:49:10.385975 run                             mass: MS start registered  {at=8917576.594293252, delay=0.00542331300675869, ms=00046}
22:49:10.658250 run                osmo-ms-mob/00047: Starting mobile
22:49:10.671826 run       osmo-ms-mob/00047(pid=182): Launched
22:49:10.682699 run                             mass: MS start registered  {at=8917576.891020244, delay=0.00470874086022377, ms=00047}
22:49:10.972342 run                osmo-ms-mob/00048: Starting mobile
22:49:10.986261 run       osmo-ms-mob/00048(pid=183): Launched
22:49:10.997327 run                             mass: MS start registered  {at=8917577.205645386, delay=0.005038782954216003, ms=00048}
22:49:11.303845 run                osmo-ms-mob/00049: Starting mobile
22:49:11.322196 run       osmo-ms-mob/00049(pid=184): Launched
22:49:11.333489 run                             mass: MS start registered  {at=8917577.541809136, delay=0.0048860665410757065, ms=00049}
22:49:11.420269 run                             mass: MS performed LU  {at=8917577.628489628, lu_delay=6.10553945787251, ms=00031}
22:49:11.445872 run                             mass: MS performed LU  {at=8917577.654186942, lu_delay=4.736286776140332, ms=00035}
22:49:11.457998 run                osmo-ms-mob/00050: Starting mobile
22:49:11.471230 run       osmo-ms-mob/00050(pid=185): Launched
22:49:11.482030 run                             mass: MS start registered  {at=8917577.690354057, delay=0.004806524142622948, ms=00050}
22:49:11.626752 run                             mass: MS performed LU  {at=8917577.834976446, lu_delay=5.197407679632306, ms=00034}
22:49:11.644698 run                             mass: MS performed LU  {at=8917577.852946544, lu_delay=6.0282391626387835, ms=00032}
22:49:11.960936 run                osmo-ms-mob/00051: Starting mobile
22:49:11.974388 run       osmo-ms-mob/00051(pid=186): Launched
22:49:11.985416 run                             mass: MS start registered  {at=8917578.193738574, delay=0.0049731116741895676, ms=00051}
22:49:12.259194 run                osmo-ms-mob/00052: Starting mobile
22:49:12.272644 run       osmo-ms-mob/00052(pid=187): Launched
22:49:12.283682 run                             mass: MS start registered  {at=8917578.49199911, delay=0.004720354452729225, ms=00052}
22:49:12.572610 run                osmo-ms-mob/00053: Starting mobile
22:49:12.586810 run       osmo-ms-mob/00053(pid=188): Launched
22:49:12.597662 run                             mass: MS start registered  {at=8917578.805981955, delay=0.004722112789750099, ms=00053}
22:49:12.859847 run                osmo-ms-mob/00054: Starting mobile
22:49:12.872710 run       osmo-ms-mob/00054(pid=189): Launched
22:49:12.884257 run                             mass: MS start registered  {at=8917579.092579097, delay=0.005295595154166222, ms=00054}
22:49:13.159337 run                osmo-ms-mob/00055: Starting mobile
22:49:13.172402 run       osmo-ms-mob/00055(pid=190): Launched
22:49:13.181328 run                             mass: MS performed LU  {at=8917579.389649682, lu_delay=5.317897656932473, ms=00039}
22:49:13.187323 run                             mass: MS start registered  {at=8917579.395658463, delay=0.008905796334147453, ms=00055}
22:49:13.349037 run                             mass: MS performed LU  {at=8917579.557256944, lu_delay=6.250105431303382, ms=00036}
22:49:13.362999 run                osmo-ms-mob/00056: Starting mobile
22:49:13.376548 run       osmo-ms-mob/00056(pid=191): Launched
22:49:13.387452 run                             mass: MS start registered  {at=8917579.595772667, delay=0.00490448996424675, ms=00056}
22:49:13.492128 run                             mass: MS performed LU  {at=8917579.70035052, lu_delay=5.0060704331845045, ms=00040}
22:49:13.792164 run                osmo-ms-mob/00057: Starting mobile
22:49:13.807386 run       osmo-ms-mob/00057(pid=192): Launched
22:49:13.813488 run                             mass: MS performed LU  {at=8917580.021814322, lu_delay=5.014614308252931, ms=00041}
22:49:13.820011 run                             mass: MS start registered  {at=8917580.028336806, delay=0.006541462615132332, ms=00057}
22:49:14.173175 run                osmo-ms-mob/00058: Starting mobile
22:49:14.187089 run       osmo-ms-mob/00058(pid=193): Launched
22:49:14.198521 run                             mass: MS start registered  {at=8917580.406830542, delay=0.0052223969250917435, ms=00058}
22:49:14.243378 run                             mass: MS performed LU  {at=8917580.451609312, lu_delay=6.732554379850626, ms=00037}
22:49:14.386246 run                             mass: MS performed LU  {at=8917580.594485486, lu_delay=3.7034652419388294, ms=00047}
22:49:14.398373 run                osmo-ms-mob/00059: Starting mobile
22:49:14.411856 run       osmo-ms-mob/00059(pid=194): Launched
22:49:14.423386 run                             mass: MS start registered  {at=8917580.631705603, delay=0.005099259316921234, ms=00059}
22:49:14.815108 run                osmo-ms-mob/00060: Starting mobile
22:49:14.832315 run       osmo-ms-mob/00060(pid=195): Launched
22:49:14.843857 run                             mass: MS start registered  {at=8917581.052178115, delay=0.0052623264491558075, ms=00060}
22:49:15.083533 run                             mass: MS performed LU  {at=8917581.291760253, lu_delay=5.965830383822322, ms=00042}
22:49:15.113941 run                osmo-ms-mob/00061: Starting mobile
22:49:15.127652 run       osmo-ms-mob/00061(pid=196): Launched
22:49:15.139024 run                             mass: MS start registered  {at=8917581.347340524, delay=0.005277413874864578, ms=00061}
22:49:15.156340 run                             mass: MS performed LU  {at=8917581.364662005, lu_delay=5.522499857470393, ms=00044}
22:49:15.213224 run                             mass: MS performed LU  {at=8917581.42146385, lu_delay=4.8271705992519855, ms=00046}
22:49:15.239390 run                osmo-ms-mob/00062: Starting mobile
22:49:15.252955 run       osmo-ms-mob/00062(pid=197): Launched
22:49:15.263900 run                             mass: MS start registered  {at=8917581.472220028, delay=0.004994548857212067, ms=00062}
22:49:15.411540 run                             mass: MS performed LU  {at=8917581.619765477, lu_delay=5.8881528582423925, ms=00043}
22:49:15.805046 run                osmo-ms-mob/00063: Starting mobile
22:49:15.829945 run       osmo-ms-mob/00063(pid=198): Launched
22:49:15.840689 run                             mass: MS start registered  {at=8917582.049011122, delay=0.00471135601401329, ms=00063}
22:49:16.173584 run                osmo-ms-mob/00064: Starting mobile
22:49:16.187648 run       osmo-ms-mob/00064(pid=199): Launched
22:49:16.198587 run                             mass: MS start registered  {at=8917582.406908888, delay=0.004802830517292023, ms=00064}
22:49:16.247981 run                             mass: MS performed LU  {at=8917582.45619032, lu_delay=3.96419120952487, ms=00052}
22:49:16.608161 run                osmo-ms-mob/00065: Starting mobile
22:49:16.635206 run       osmo-ms-mob/00065(pid=200): Launched
22:49:16.647681 run                             mass: MS start registered  {at=8917582.855979607, delay=0.006417302414774895, ms=00065}
22:49:16.873058 run                osmo-ms-mob/00066: Starting mobile
22:49:16.887157 run       osmo-ms-mob/00066(pid=201): Launched
22:49:16.898424 run                             mass: MS start registered  {at=8917583.106742825, delay=0.005146495997905731, ms=00066}
22:49:16.948447 run                             mass: MS performed LU  {at=8917583.156680472, lu_delay=4.962941898033023, ms=00051}
22:49:17.022822 run                             mass: MS performed LU  {at=8917583.231044741, lu_delay=5.689235605299473, ms=00049}
22:49:17.114102 run                             mass: MS performed LU  {at=8917583.322324097, lu_delay=6.116678711026907, ms=00048}
22:49:17.142760 run                osmo-ms-mob/00067: Starting mobile
22:49:17.156107 run       osmo-ms-mob/00067(pid=202): Launched
22:49:17.167427 run                             mass: MS start registered  {at=8917583.375745583, delay=0.005175570026040077, ms=00067}
22:49:17.303896 run                             mass: MS performed LU  {at=8917583.512120169, lu_delay=4.706138214096427, ms=00053}
22:49:17.314296 run                             mass: MS performed LU  {at=8917583.522629848, lu_delay=5.832275791093707, ms=00050}
22:49:17.325318 run                osmo-ms-mob/00068: Starting mobile
22:49:17.338537 run       osmo-ms-mob/00068(pid=203): Launched
22:49:17.349841 run                             mass: MS start registered  {at=8917583.558157774, delay=0.005181722342967987, ms=00068}
22:49:17.973707 run                osmo-ms-mob/00069: Starting mobile
22:49:17.987821 run       osmo-ms-mob/00069(pid=204): Launched
22:49:17.999265 run                             mass: MS start registered  {at=8917584.20758654, delay=0.005379423499107361, ms=00069}
22:49:18.125462 run                             mass: MS performed LU  {at=8917584.33368997, lu_delay=3.701984368264675, ms=00059}
22:49:18.374570 run                osmo-ms-mob/00070: Starting mobile
22:49:18.388773 run       osmo-ms-mob/00070(pid=205): Launched
22:49:18.399851 run                             mass: MS start registered  {at=8917584.608170543, delay=0.005063006654381752, ms=00070}
22:49:18.799830 run                osmo-ms-mob/00071: Starting mobile
22:49:18.816156 run       osmo-ms-mob/00071(pid=206): Launched
22:49:18.827623 run                             mass: MS start registered  {at=8917585.035944382, delay=0.005489801988005638, ms=00071}
22:49:18.848828 run                             mass: MS performed LU  {at=8917585.05713401, lu_delay=5.461361343041062, ms=00056}
22:49:18.887990 run                             mass: MS performed LU  {at=8917585.096231172, lu_delay=4.689400630071759, ms=00058}
22:49:18.978589 run                             mass: MS performed LU  {at=8917585.18682857, lu_delay=5.158491764217615, ms=00057}
22:49:19.007425 run                osmo-ms-mob/00072: Starting mobile
22:49:19.020455 run       osmo-ms-mob/00072(pid=207): Launched
22:49:19.031534 run                             mass: MS start registered  {at=8917585.239854312, delay=0.004785772413015366, ms=00072}
22:49:19.158466 run                             mass: MS performed LU  {at=8917585.366690407, lu_delay=5.971031943336129, ms=00055}
22:49:19.182295 run                             mass: MS performed LU  {at=8917585.390624179, lu_delay=6.298045082017779, ms=00054}
22:49:19.603133 run                osmo-ms-mob/00073: Starting mobile
22:49:19.620328 run       osmo-ms-mob/00073(pid=208): Launched
22:49:19.631441 run                             mass: MS start registered  {at=8917585.839756193, delay=0.004754386842250824, ms=00073}
22:49:19.974881 run                osmo-ms-mob/00074: Starting mobile
22:49:19.989019 run       osmo-ms-mob/00074(pid=209): Launched
22:49:19.999915 run                             mass: MS start registered  {at=8917586.208231743, delay=0.004838168621063232, ms=00074}
22:49:20.390934 run                osmo-ms-mob/00075: Starting mobile
22:49:20.406661 run       osmo-ms-mob/00075(pid=210): Launched
22:49:20.417758 run                             mass: MS start registered  {at=8917586.626077833, delay=0.004890779033303261, ms=00075}
22:49:20.815147 run                             mass: MS performed LU  {at=8917587.023374896, lu_delay=5.971196781843901, ms=00060}
22:49:20.854697 run                osmo-ms-mob/00076: Starting mobile
22:49:20.870241 run       osmo-ms-mob/00076(pid=211): Launched
22:49:20.876334 run                             mass: MS performed LU  {at=8917587.08466302, lu_delay=5.035651898011565, ms=00063}
22:49:20.882450 run                             mass: MS performed LU  {at=8917587.090783862, lu_delay=5.618563834577799, ms=00062}
22:49:20.888238 run                             mass: MS start registered  {at=8917587.096573072, delay=0.011928422376513481, ms=00076}
22:49:20.949825 run                             mass: MS performed LU  {at=8917587.158026794, lu_delay=5.810686269775033, ms=00061}
22:49:20.977389 run                osmo-ms-mob/00077: Starting mobile
22:49:20.990632 run       osmo-ms-mob/00077(pid=212): Launched
22:49:20.996663 run                             mass: MS performed LU  {at=8917587.204990592, lu_delay=4.798081703484058, ms=00064}
22:49:21.002509 run                             mass: MS start registered  {at=8917587.210844718, delay=0.00587301142513752, ms=00077}
22:49:21.773021 run                osmo-ms-mob/00078: Starting mobile
22:49:21.787104 run       osmo-ms-mob/00078(pid=213): Launched
22:49:21.798320 run                             mass: MS start registered  {at=8917588.006641457, delay=0.005103275179862976, ms=00078}
22:49:22.171662 run                osmo-ms-mob/00079: Starting mobile
22:49:22.185672 run       osmo-ms-mob/00079(pid=214): Launched
22:49:22.196656 run                             mass: MS start registered  {at=8917588.404977165, delay=0.004898546263575554, ms=00079}
22:49:22.615402 run                             mass: MS performed LU  {at=8917588.8236234, lu_delay=5.967643793672323, ms=00065}
22:49:22.630646 run                osmo-ms-mob/00080: Starting mobile
22:49:22.643855 run       osmo-ms-mob/00080(pid=215): Launched
22:49:22.655651 run                             mass: MS start registered  {at=8917588.863964034, delay=0.0057369619607925415, ms=00080}
22:49:22.744611 run                             mass: MS performed LU  {at=8917588.952831268, lu_delay=4.344660725444555, ms=00070}
22:49:22.906447 run                             mass: MS performed LU  {at=8917589.114669468, lu_delay=5.7389238849282265, ms=00067}
22:49:22.929538 run                             mass: MS performed LU  {at=8917589.137870088, lu_delay=5.579712314531207, ms=00068}
22:49:22.941898 run                             mass: MS performed LU  {at=8917589.150221508, lu_delay=4.942634968087077, ms=00069}
22:49:22.967039 run                osmo-ms-mob/00081: Starting mobile
22:49:22.980466 run       osmo-ms-mob/00081(pid=216): Launched
22:49:22.991689 run                             mass: MS start registered  {at=8917589.199998314, delay=0.0050851088017225266, ms=00081}
22:49:23.568753 run                osmo-ms-mob/00082: Starting mobile
22:49:23.583233 run       osmo-ms-mob/00082(pid=217): Launched
22:49:23.594718 run                             mass: MS start registered  {at=8917589.803024882, delay=0.00541449710726738, ms=00082}
22:49:24.184277 run                osmo-ms-mob/00083: Starting mobile
22:49:24.200831 run       osmo-ms-mob/00083(pid=218): Launched
22:49:24.212143 run                             mass: MS start registered  {at=8917590.420460148, delay=0.00525941327214241, ms=00083}
22:49:24.581568 run                             mass: MS performed LU  {at=8917590.789793327, lu_delay=5.753848945721984, ms=00071}
22:49:24.612157 run                osmo-ms-mob/00084: Starting mobile
22:49:24.626398 run       osmo-ms-mob/00084(pid=219): Launched
22:49:24.632359 run                             mass: MS performed LU  {at=8917590.8406888, lu_delay=4.632457057014108, ms=00074}
22:49:24.638100 run                             mass: MS start registered  {at=8917590.846435504, delay=0.005763275548815727, ms=00084}
22:49:24.645121 run                             mass: MS performed LU  {at=8917590.85344727, lu_delay=5.613592958077788, ms=00072}
22:49:24.715525 run                             mass: MS performed LU  {at=8917590.923746647, lu_delay=5.083990454673767, ms=00073}
22:49:24.751928 run                             mass: MS performed LU  {at=8917590.960184904, lu_delay=22.741385569795966, ms=00023}
22:49:24.770187 run                osmo-ms-mob/00085: Starting mobile
22:49:24.783339 run       osmo-ms-mob/00085(pid=220): Launched
22:49:24.794591 run                             mass: MS start registered  {at=8917591.002908252, delay=0.00506179966032505, ms=00085}
22:49:25.773161 run                osmo-ms-mob/00086: Starting mobile
22:49:25.787003 run       osmo-ms-mob/00086(pid=221): Launched
22:49:25.797948 run                             mass: MS start registered  {at=8917592.006268062, delay=0.004797479137778282, ms=00086}
22:49:26.391293 run                osmo-ms-mob/00087: Starting mobile
22:49:26.407940 run       osmo-ms-mob/00087(pid=222): Launched
22:49:26.413947 run                             mass: MS performed LU  {at=8917592.62227385, lu_delay=5.525700777769089, ms=00076}
22:49:26.420115 run                             mass: MS start registered  {at=8917592.628449013, delay=0.006193505600094795, ms=00087}
22:49:26.435438 run                             mass: MS performed LU  {at=8917592.643739467, lu_delay=6.017661634832621, ms=00075}
22:49:26.510949 run                             mass: MS performed LU  {at=8917592.719170187, lu_delay=5.508325468748808, ms=00077}
22:49:26.690501 run                             mass: MS performed LU  {at=8917592.898721991, lu_delay=4.892080534249544, ms=00078}
22:49:26.999783 run                osmo-ms-mob/00088: Starting mobile
22:49:27.015634 run       osmo-ms-mob/00088(pid=223): Launched
22:49:27.027282 run                             mass: MS start registered  {at=8917593.235591922, delay=0.005689721554517746, ms=00088}
22:49:27.573474 run                osmo-ms-mob/00089: Starting mobile
22:49:27.587363 run       osmo-ms-mob/00089(pid=224): Launched
22:49:27.599226 run                             mass: MS start registered  {at=8917593.807536976, delay=0.0058160219341516495, ms=00089}
22:49:28.189955 run                osmo-ms-mob/00090: Starting mobile
22:49:28.205703 run       osmo-ms-mob/00090(pid=225): Launched
22:49:28.216787 run                             mass: MS start registered  {at=8917594.425109776, delay=0.005142245441675186, ms=00090}
22:49:28.347523 run                             mass: MS performed LU  {at=8917594.555624967, lu_delay=6.1506478022783995, ms=00079}
22:49:28.365110 run                             mass: MS performed LU  {at=8917594.573316203, lu_delay=5.373317889869213, ms=00081}
22:49:28.412490 run                             mass: MS performed LU  {at=8917594.620710364, lu_delay=5.756746329367161, ms=00080}
22:49:28.481396 run                             mass: MS performed LU  {at=8917594.689617328, lu_delay=4.886592445895076, ms=00082}
22:49:28.518465 run                             mass: MS performed LU  {at=8917594.726720484, lu_delay=22.663267958909273, ms=00033}
22:49:28.884034 run                osmo-ms-mob/00091: Starting mobile
22:49:28.900190 run       osmo-ms-mob/00091(pid=226): Launched
22:49:28.911290 run                             mass: MS start registered  {at=8917595.119609796, delay=0.00508735328912735, ms=00091}
22:49:29.572993 run                osmo-ms-mob/00092: Starting mobile
22:49:29.586698 run       osmo-ms-mob/00092(pid=227): Launched
22:49:29.598147 run                             mass: MS start registered  {at=8917595.80646379, delay=0.005055379122495651, ms=00092}
22:49:30.146551 run                             mass: MS performed LU  {at=8917596.35477583, lu_delay=5.508340325206518, ms=00084}
22:49:30.276370 run                             mass: MS performed LU  {at=8917596.484591441, lu_delay=4.478323379531503, ms=00086}
22:49:30.317002 run                osmo-ms-mob/00093: Starting mobile
22:49:30.332713 run       osmo-ms-mob/00093(pid=228): Launched
22:49:30.343920 run                             mass: MS start registered  {at=8917596.552245174, delay=0.005277957767248154, ms=00093}
22:49:30.438709 run                             mass: MS performed LU  {at=8917596.646919003, lu_delay=6.226458854973316, ms=00083}
22:49:30.461716 run                             mass: MS performed LU  {at=8917596.670046663, lu_delay=22.767072796821594, ms=00038}
22:49:31.260481 run                osmo-ms-mob/00094: Starting mobile
22:49:31.274156 run       osmo-ms-mob/00094(pid=229): Launched
22:49:31.285270 run                             mass: MS start registered  {at=8917597.493589884, delay=0.0050492845475673676, ms=00094}
22:49:32.113312 run                             mass: MS performed LU  {at=8917598.321493793, lu_delay=5.0859018713235855, ms=00088}
22:49:32.160016 run                osmo-ms-mob/00095: Starting mobile
22:49:32.173929 run       osmo-ms-mob/00095(pid=230): Launched
22:49:32.180188 run                             mass: MS performed LU  {at=8917598.38851656, lu_delay=5.760067546740174, ms=00087}
22:49:32.186140 run                             mass: MS performed LU  {at=8917598.39447533, lu_delay=22.450505431741476, ms=00045}
22:49:32.191943 run                             mass: MS start registered  {at=8917598.400278836, delay=0.011780954897403717, ms=00095}
22:49:32.482669 run                             mass: MS performed LU  {at=8917598.690890418, lu_delay=4.883353441953659, ms=00089}
22:49:33.159901 run                osmo-ms-mob/00096: Starting mobile
22:49:33.172853 run       osmo-ms-mob/00096(pid=231): Launched
22:49:33.184076 run                             mass: MS start registered  {at=8917599.392398147, delay=0.005226802080869675, ms=00096}
22:49:33.912824 run                             mass: MS performed LU  {at=8917600.121044142, lu_delay=5.001434346660972, ms=00091}
22:49:33.937725 run                             mass: MS performed LU  {at=8917600.14605129, lu_delay=4.339587500318885, ms=00092}
22:49:34.042187 run                             mass: MS performed LU  {at=8917600.250411099, lu_delay=5.825301323086023, ms=00090}
22:49:34.283356 run                osmo-ms-mob/00097: Starting mobile
22:49:34.296434 run       osmo-ms-mob/00097(pid=232): Launched
22:49:34.307260 run                             mass: MS start registered  {at=8917600.515580002, delay=0.004839714616537094, ms=00097}
22:49:35.590134 run                osmo-ms-mob/00098: Starting mobile
22:49:35.608037 run       osmo-ms-mob/00098(pid=233): Launched
22:49:35.619394 run                             mass: MS start registered  {at=8917601.827710956, delay=0.005249222740530968, ms=00098}
22:49:35.879349 run                             mass: MS performed LU  {at=8917602.087449426, lu_delay=4.593859542161226, ms=00094}
22:49:35.897003 run                             mass: MS performed LU  {at=8917602.10528851, lu_delay=5.553043335676193, ms=00093}
22:49:37.391926 run                osmo-ms-mob/00099: Starting mobile
22:49:37.408837 run       osmo-ms-mob/00099(pid=234): Launched
22:49:37.414863 run                             mass: All started... {duration=55.76538948342204, too_slow=0}
22:49:37.420475 run                             mass: MS start registered  {at=8917603.6288043, delay=0.005604995414614677, ms=00099}
22:49:37.807750 run                             mass: MS performed LU  {at=8917604.015941393, lu_delay=5.615662556141615, ms=00095}
22:49:37.826224 run                             mass: MS performed LU  {at=8917604.03447285, lu_delay=4.642074702307582, ms=00096}
22:49:39.645334 run                             mass: MS performed LU  {at=8917605.853552338, lu_delay=5.3379723355174065, ms=00097}
22:49:39.662636 run                             mass: MS performed LU  {at=8917605.870867258, lu_delay=22.764124432578683, ms=00066}
22:49:41.574201 run                             mass: MS performed LU  {at=8917607.782405369, lu_delay=5.954694412648678, ms=00098}
22:49:43.411088 run                             mass: MS performed LU  {at=8917609.619310768, lu_delay=5.9905064683407545, ms=00099}
22:49:47.176486 run                             mass: MS performed LU  {at=8917613.38468108, lu_delay=22.381772827357054, ms=00085}
22:49:47.186088 run                             mass: Tests done {all_completed=True, max=22.767072796821594, min=3.701984368264675}
22:49:47.191499 tst         register_default_mass.py: Test passed (84.9 sec)
22:49:47.196898 run pcap-recorder_any(filters='host 127.0.42.2')(pid=22): Terminating (SIGTERM)
22:49:47.200191 run      osmo-hlr_127.0.42.2(pid=23): Terminating (SIGTERM)
22:49:47.203443 run pcap-recorder_any(filters='host 127.0.42.5 and port not 22')(pid=24): Terminating (SIGTERM)
22:49:47.206700 run      osmo-stp_127.0.42.5(pid=25): Terminating (SIGTERM)
22:49:47.209956 run pcap-recorder_any(filters='host 127.0.42.6 and port not 22')(pid=26): Terminating (SIGTERM)
22:49:47.213244 run      osmo-msc_127.0.42.6(pid=27): Terminating (SIGTERM)
22:49:47.216562 run pcap-recorder_any(filters='host 127.0.42.3 and port not 22')(pid=28): Terminating (SIGTERM)
22:49:47.219892 run      osmo-mgw_127.0.42.3(pid=29): Terminating (SIGTERM)
22:49:47.223197 run pcap-recorder_any(filters='host 127.0.42.4 and port not 22')(pid=30): Terminating (SIGTERM)
22:49:47.226557 run      osmo-mgw_127.0.42.4(pid=31): Terminating (SIGTERM)
22:49:47.229858 run pcap-recorder_any(filters='host 127.0.42.7 and port not 22')(pid=32): Terminating (SIGTERM)
22:49:47.233172 run      osmo-bsc_127.0.42.7(pid=33): Terminating (SIGTERM)
22:49:47.236514 run         osmo-bts-virtual(pid=34): Terminating (SIGTERM)
22:49:47.239845 run   osmo-ms-virt-phy/00000(pid=35): Terminating (SIGTERM)
22:49:47.243204 run   osmo-ms-virt-phy/00001(pid=36): Terminating (SIGTERM)
22:49:47.246625 run   osmo-ms-virt-phy/00002(pid=37): Terminating (SIGTERM)
22:49:47.250118 run   osmo-ms-virt-phy/00003(pid=38): Terminating (SIGTERM)
22:49:47.253608 run   osmo-ms-virt-phy/00004(pid=39): Terminating (SIGTERM)
22:49:47.257048 run   osmo-ms-virt-phy/00005(pid=40): Terminating (SIGTERM)
22:49:47.260520 run   osmo-ms-virt-phy/00006(pid=41): Terminating (SIGTERM)
22:49:47.263941 run   osmo-ms-virt-phy/00007(pid=42): Terminating (SIGTERM)
22:49:47.267408 run   osmo-ms-virt-phy/00008(pid=43): Terminating (SIGTERM)
22:49:47.270845 run   osmo-ms-virt-phy/00009(pid=44): Terminating (SIGTERM)
22:49:47.274278 run   osmo-ms-virt-phy/00010(pid=45): Terminating (SIGTERM)
22:49:47.277690 run   osmo-ms-virt-phy/00011(pid=46): Terminating (SIGTERM)
22:49:47.281146 run   osmo-ms-virt-phy/00012(pid=47): Terminating (SIGTERM)
22:49:47.284541 run   osmo-ms-virt-phy/00013(pid=48): Terminating (SIGTERM)
22:49:47.287896 run   osmo-ms-virt-phy/00014(pid=49): Terminating (SIGTERM)
22:49:47.291306 run   osmo-ms-virt-phy/00015(pid=50): Terminating (SIGTERM)
22:49:47.294722 run   osmo-ms-virt-phy/00016(pid=51): Terminating (SIGTERM)
22:49:47.298128 run   osmo-ms-virt-phy/00017(pid=52): Terminating (SIGTERM)
22:49:47.301490 run   osmo-ms-virt-phy/00018(pid=53): Terminating (SIGTERM)
22:49:47.304922 run   osmo-ms-virt-phy/00019(pid=54): Terminating (SIGTERM)
22:49:47.308310 run   osmo-ms-virt-phy/00020(pid=55): Terminating (SIGTERM)
22:49:47.311772 run   osmo-ms-virt-phy/00021(pid=56): Terminating (SIGTERM)
22:49:47.315117 run   osmo-ms-virt-phy/00022(pid=57): Terminating (SIGTERM)
22:49:47.318634 run   osmo-ms-virt-phy/00023(pid=58): Terminating (SIGTERM)
22:49:47.322290 run   osmo-ms-virt-phy/00024(pid=59): Terminating (SIGTERM)
22:49:47.325797 run   osmo-ms-virt-phy/00025(pid=60): Terminating (SIGTERM)
22:49:47.329322 run   osmo-ms-virt-phy/00026(pid=61): Terminating (SIGTERM)
22:49:47.332831 run   osmo-ms-virt-phy/00027(pid=62): Terminating (SIGTERM)
22:49:47.336276 run   osmo-ms-virt-phy/00028(pid=63): Terminating (SIGTERM)
22:49:47.340042 run   osmo-ms-virt-phy/00029(pid=64): Terminating (SIGTERM)
22:49:47.344107 run   osmo-ms-virt-phy/00030(pid=65): Terminating (SIGTERM)
22:49:47.347678 run   osmo-ms-virt-phy/00031(pid=66): Terminating (SIGTERM)
22:49:47.351263 run   osmo-ms-virt-phy/00032(pid=67): Terminating (SIGTERM)
22:49:47.354706 run   osmo-ms-virt-phy/00033(pid=68): Terminating (SIGTERM)
22:49:47.358260 run   osmo-ms-virt-phy/00034(pid=69): Terminating (SIGTERM)
22:49:47.361788 run   osmo-ms-virt-phy/00035(pid=70): Terminating (SIGTERM)
22:49:47.365384 run   osmo-ms-virt-phy/00036(pid=71): Terminating (SIGTERM)
22:49:47.368970 run   osmo-ms-virt-phy/00037(pid=72): Terminating (SIGTERM)
22:49:47.372493 run   osmo-ms-virt-phy/00038(pid=73): Terminating (SIGTERM)
22:49:47.376024 run   osmo-ms-virt-phy/00039(pid=74): Terminating (SIGTERM)
22:49:47.379593 run   osmo-ms-virt-phy/00040(pid=75): Terminating (SIGTERM)
22:49:47.383226 run   osmo-ms-virt-phy/00041(pid=76): Terminating (SIGTERM)
22:49:47.386744 run   osmo-ms-virt-phy/00042(pid=77): Terminating (SIGTERM)
22:49:47.390217 run   osmo-ms-virt-phy/00043(pid=78): Terminating (SIGTERM)
22:49:47.393782 run   osmo-ms-virt-phy/00044(pid=79): Terminating (SIGTERM)
22:49:47.397274 run   osmo-ms-virt-phy/00045(pid=80): Terminating (SIGTERM)
22:49:47.400867 run   osmo-ms-virt-phy/00046(pid=81): Terminating (SIGTERM)
22:49:47.404420 run   osmo-ms-virt-phy/00047(pid=82): Terminating (SIGTERM)
22:49:47.407902 run   osmo-ms-virt-phy/00048(pid=83): Terminating (SIGTERM)
22:49:47.411444 run   osmo-ms-virt-phy/00049(pid=84): Terminating (SIGTERM)
22:49:47.414940 run   osmo-ms-virt-phy/00050(pid=85): Terminating (SIGTERM)
22:49:47.418330 run   osmo-ms-virt-phy/00051(pid=86): Terminating (SIGTERM)
22:49:47.421864 run   osmo-ms-virt-phy/00052(pid=87): Terminating (SIGTERM)
22:49:47.425318 run   osmo-ms-virt-phy/00053(pid=88): Terminating (SIGTERM)
22:49:47.428779 run   osmo-ms-virt-phy/00054(pid=89): Terminating (SIGTERM)
22:49:47.432272 run   osmo-ms-virt-phy/00055(pid=90): Terminating (SIGTERM)
22:49:47.435703 run   osmo-ms-virt-phy/00056(pid=91): Terminating (SIGTERM)
22:49:47.439167 run   osmo-ms-virt-phy/00057(pid=92): Terminating (SIGTERM)
22:49:47.442637 run   osmo-ms-virt-phy/00058(pid=93): Terminating (SIGTERM)
22:49:47.446116 run   osmo-ms-virt-phy/00059(pid=94): Terminating (SIGTERM)
22:49:47.449613 run   osmo-ms-virt-phy/00060(pid=95): Terminating (SIGTERM)
22:49:47.453051 run   osmo-ms-virt-phy/00061(pid=96): Terminating (SIGTERM)
22:49:47.456532 run   osmo-ms-virt-phy/00062(pid=97): Terminating (SIGTERM)
22:49:47.460015 run   osmo-ms-virt-phy/00063(pid=98): Terminating (SIGTERM)
22:49:47.463496 run   osmo-ms-virt-phy/00064(pid=99): Terminating (SIGTERM)
22:49:47.466922 run  osmo-ms-virt-phy/00065(pid=100): Terminating (SIGTERM)
22:49:47.470310 run  osmo-ms-virt-phy/00066(pid=101): Terminating (SIGTERM)
22:49:47.473801 run  osmo-ms-virt-phy/00067(pid=102): Terminating (SIGTERM)
22:49:47.477218 run  osmo-ms-virt-phy/00068(pid=103): Terminating (SIGTERM)
22:49:47.480671 run  osmo-ms-virt-phy/00069(pid=104): Terminating (SIGTERM)
22:49:47.484163 run  osmo-ms-virt-phy/00070(pid=105): Terminating (SIGTERM)
22:49:47.487619 run  osmo-ms-virt-phy/00071(pid=106): Terminating (SIGTERM)
22:49:47.491020 run  osmo-ms-virt-phy/00072(pid=107): Terminating (SIGTERM)
22:49:47.494496 run  osmo-ms-virt-phy/00073(pid=108): Terminating (SIGTERM)
22:49:47.498482 run  osmo-ms-virt-phy/00074(pid=109): Terminating (SIGTERM)
22:49:47.501979 run  osmo-ms-virt-phy/00075(pid=110): Terminating (SIGTERM)
22:49:47.505401 run  osmo-ms-virt-phy/00076(pid=111): Terminating (SIGTERM)
22:49:47.508771 run  osmo-ms-virt-phy/00077(pid=112): Terminating (SIGTERM)
22:49:47.512198 run  osmo-ms-virt-phy/00078(pid=113): Terminating (SIGTERM)
22:49:47.515619 run  osmo-ms-virt-phy/00079(pid=114): Terminating (SIGTERM)
22:49:47.518983 run  osmo-ms-virt-phy/00080(pid=115): Terminating (SIGTERM)
22:49:47.522433 run  osmo-ms-virt-phy/00081(pid=116): Terminating (SIGTERM)
22:49:47.525895 run  osmo-ms-virt-phy/00082(pid=117): Terminating (SIGTERM)
22:49:47.529280 run  osmo-ms-virt-phy/00083(pid=118): Terminating (SIGTERM)
22:49:47.532644 run  osmo-ms-virt-phy/00084(pid=119): Terminating (SIGTERM)
22:49:47.536070 run  osmo-ms-virt-phy/00085(pid=120): Terminating (SIGTERM)
22:49:47.540137 run  osmo-ms-virt-phy/00086(pid=121): Terminating (SIGTERM)
22:49:47.543623 run  osmo-ms-virt-phy/00087(pid=122): Terminating (SIGTERM)
22:49:47.547110 run  osmo-ms-virt-phy/00088(pid=123): Terminating (SIGTERM)
22:49:47.550460 run  osmo-ms-virt-phy/00089(pid=124): Terminating (SIGTERM)
22:49:47.553888 run  osmo-ms-virt-phy/00090(pid=125): Terminating (SIGTERM)
22:49:47.557279 run  osmo-ms-virt-phy/00091(pid=126): Terminating (SIGTERM)
22:49:47.560648 run  osmo-ms-virt-phy/00092(pid=127): Terminating (SIGTERM)
22:49:47.564078 run  osmo-ms-virt-phy/00093(pid=128): Terminating (SIGTERM)
22:49:47.567431 run  osmo-ms-virt-phy/00094(pid=129): Terminating (SIGTERM)
22:49:47.570801 run  osmo-ms-virt-phy/00095(pid=130): Terminating (SIGTERM)
22:49:47.574211 run  osmo-ms-virt-phy/00096(pid=131): Terminating (SIGTERM)
22:49:47.577617 run  osmo-ms-virt-phy/00097(pid=132): Terminating (SIGTERM)
22:49:47.580974 run  osmo-ms-virt-phy/00098(pid=133): Terminating (SIGTERM)
22:49:47.584377 run  osmo-ms-virt-phy/00099(pid=134): Terminating (SIGTERM)
22:49:47.587780 run       osmo-ms-mob/00000(pid=135): Terminating (SIGTERM)
22:49:47.591173 run       osmo-ms-mob/00001(pid=136): Terminating (SIGTERM)
22:49:47.594528 run       osmo-ms-mob/00002(pid=137): Terminating (SIGTERM)
22:49:47.597858 run       osmo-ms-mob/00003(pid=138): Terminating (SIGTERM)
22:49:47.601195 run       osmo-ms-mob/00004(pid=139): Terminating (SIGTERM)
22:49:47.604524 run       osmo-ms-mob/00005(pid=140): Terminating (SIGTERM)
22:49:47.607851 run       osmo-ms-mob/00006(pid=141): Terminating (SIGTERM)
22:49:47.611100 run       osmo-ms-mob/00007(pid=142): Terminating (SIGTERM)
22:49:47.614363 run       osmo-ms-mob/00008(pid=143): Terminating (SIGTERM)
22:49:47.617627 run       osmo-ms-mob/00009(pid=144): Terminating (SIGTERM)
22:49:47.620899 run       osmo-ms-mob/00010(pid=145): Terminating (SIGTERM)
22:49:47.624142 run       osmo-ms-mob/00011(pid=146): Terminating (SIGTERM)
22:49:47.627395 run       osmo-ms-mob/00012(pid=147): Terminating (SIGTERM)
22:49:47.630652 run       osmo-ms-mob/00013(pid=148): Terminating (SIGTERM)
22:49:47.633917 run       osmo-ms-mob/00014(pid=149): Terminating (SIGTERM)
22:49:47.637177 run       osmo-ms-mob/00015(pid=150): Terminating (SIGTERM)
22:49:47.640430 run       osmo-ms-mob/00016(pid=151): Terminating (SIGTERM)
22:49:47.643683 run       osmo-ms-mob/00017(pid=152): Terminating (SIGTERM)
22:49:47.646952 run       osmo-ms-mob/00018(pid=153): Terminating (SIGTERM)
22:49:47.650209 run       osmo-ms-mob/00019(pid=154): Terminating (SIGTERM)
22:49:47.653492 run       osmo-ms-mob/00020(pid=155): Terminating (SIGTERM)
22:49:47.656756 run       osmo-ms-mob/00021(pid=156): Terminating (SIGTERM)
22:49:47.660011 run       osmo-ms-mob/00022(pid=157): Terminating (SIGTERM)
22:49:47.663263 run       osmo-ms-mob/00023(pid=158): Terminating (SIGTERM)
22:49:47.666530 run       osmo-ms-mob/00024(pid=159): Terminating (SIGTERM)
22:49:47.669797 run       osmo-ms-mob/00025(pid=160): Terminating (SIGTERM)
22:49:47.673063 run       osmo-ms-mob/00026(pid=161): Terminating (SIGTERM)
22:49:47.676328 run       osmo-ms-mob/00027(pid=162): Terminating (SIGTERM)
22:49:47.679606 run       osmo-ms-mob/00028(pid=163): Terminating (SIGTERM)
22:49:47.682867 run       osmo-ms-mob/00029(pid=164): Terminating (SIGTERM)
22:49:47.686126 run       osmo-ms-mob/00030(pid=165): Terminating (SIGTERM)
22:49:47.689382 run       osmo-ms-mob/00031(pid=166): Terminating (SIGTERM)
22:49:47.692678 run       osmo-ms-mob/00032(pid=167): Terminating (SIGTERM)
22:49:47.695942 run       osmo-ms-mob/00033(pid=168): Terminating (SIGTERM)
22:49:47.699204 run       osmo-ms-mob/00034(pid=169): Terminating (SIGTERM)
22:49:47.702489 run       osmo-ms-mob/00035(pid=170): Terminating (SIGTERM)
22:49:47.705752 run       osmo-ms-mob/00036(pid=171): Terminating (SIGTERM)
22:49:47.708998 run       osmo-ms-mob/00037(pid=172): Terminating (SIGTERM)
22:49:47.712259 run       osmo-ms-mob/00038(pid=173): Terminating (SIGTERM)
22:49:47.715519 run       osmo-ms-mob/00039(pid=174): Terminating (SIGTERM)
22:49:47.718790 run       osmo-ms-mob/00040(pid=175): Terminating (SIGTERM)
22:49:47.722061 run       osmo-ms-mob/00041(pid=176): Terminating (SIGTERM)
22:49:47.725316 run       osmo-ms-mob/00042(pid=177): Terminating (SIGTERM)
22:49:47.728573 run       osmo-ms-mob/00043(pid=178): Terminating (SIGTERM)
22:49:47.731846 run       osmo-ms-mob/00044(pid=179): Terminating (SIGTERM)
22:49:47.735103 run       osmo-ms-mob/00045(pid=180): Terminating (SIGTERM)
22:49:47.738370 run       osmo-ms-mob/00046(pid=181): Terminating (SIGTERM)
22:49:47.741666 run       osmo-ms-mob/00047(pid=182): Terminating (SIGTERM)
22:49:47.745006 run       osmo-ms-mob/00048(pid=183): Terminating (SIGTERM)
22:49:47.748322 run       osmo-ms-mob/00049(pid=184): Terminating (SIGTERM)
22:49:47.751650 run       osmo-ms-mob/00050(pid=185): Terminating (SIGTERM)
22:49:47.754961 run       osmo-ms-mob/00051(pid=186): Terminating (SIGTERM)
22:49:47.758287 run       osmo-ms-mob/00052(pid=187): Terminating (SIGTERM)
22:49:47.761612 run       osmo-ms-mob/00053(pid=188): Terminating (SIGTERM)
22:49:47.764917 run       osmo-ms-mob/00054(pid=189): Terminating (SIGTERM)
22:49:47.768236 run       osmo-ms-mob/00055(pid=190): Terminating (SIGTERM)
22:49:47.771567 run       osmo-ms-mob/00056(pid=191): Terminating (SIGTERM)
22:49:47.774874 run       osmo-ms-mob/00057(pid=192): Terminating (SIGTERM)
22:49:47.778189 run       osmo-ms-mob/00058(pid=193): Terminating (SIGTERM)
22:49:47.781502 run       osmo-ms-mob/00059(pid=194): Terminating (SIGTERM)
22:49:47.784823 run       osmo-ms-mob/00060(pid=195): Terminating (SIGTERM)
22:49:47.788124 run       osmo-ms-mob/00061(pid=196): Terminating (SIGTERM)
22:49:47.791432 run       osmo-ms-mob/00062(pid=197): Terminating (SIGTERM)
22:49:47.794757 run       osmo-ms-mob/00063(pid=198): Terminating (SIGTERM)
22:49:47.798089 run       osmo-ms-mob/00064(pid=199): Terminating (SIGTERM)
22:49:47.801408 run       osmo-ms-mob/00065(pid=200): Terminating (SIGTERM)
22:49:47.804722 run       osmo-ms-mob/00066(pid=201): Terminating (SIGTERM)
22:49:47.808048 run       osmo-ms-mob/00067(pid=202): Terminating (SIGTERM)
22:49:47.811371 run       osmo-ms-mob/00068(pid=203): Terminating (SIGTERM)
22:49:47.814692 run       osmo-ms-mob/00069(pid=204): Terminating (SIGTERM)
22:49:47.818005 run       osmo-ms-mob/00070(pid=205): Terminating (SIGTERM)
22:49:47.821319 run       osmo-ms-mob/00071(pid=206): Terminating (SIGTERM)
22:49:47.824649 run       osmo-ms-mob/00072(pid=207): Terminating (SIGTERM)
22:49:47.827973 run       osmo-ms-mob/00073(pid=208): Terminating (SIGTERM)
22:49:47.831281 run       osmo-ms-mob/00074(pid=209): Terminating (SIGTERM)
22:49:47.834587 run       osmo-ms-mob/00075(pid=210): Terminating (SIGTERM)
22:49:47.837925 run       osmo-ms-mob/00076(pid=211): Terminating (SIGTERM)
22:49:47.841242 run       osmo-ms-mob/00077(pid=212): Terminating (SIGTERM)
22:49:47.844549 run       osmo-ms-mob/00078(pid=213): Terminating (SIGTERM)
22:49:47.847867 run       osmo-ms-mob/00079(pid=214): Terminating (SIGTERM)
22:49:47.851191 run       osmo-ms-mob/00080(pid=215): Terminating (SIGTERM)
22:49:47.854500 run       osmo-ms-mob/00081(pid=216): Terminating (SIGTERM)
22:49:47.857815 run       osmo-ms-mob/00082(pid=217): Terminating (SIGTERM)
22:49:47.861123 run       osmo-ms-mob/00083(pid=218): Terminating (SIGTERM)
22:49:47.864450 run       osmo-ms-mob/00084(pid=219): Terminating (SIGTERM)
22:49:47.867768 run       osmo-ms-mob/00085(pid=220): Terminating (SIGTERM)
22:49:47.871089 run       osmo-ms-mob/00086(pid=221): Terminating (SIGTERM)
22:49:47.874394 run       osmo-ms-mob/00087(pid=222): Terminating (SIGTERM)
22:49:47.877728 run       osmo-ms-mob/00088(pid=223): Terminating (SIGTERM)
22:49:47.881050 run       osmo-ms-mob/00089(pid=224): Terminating (SIGTERM)
22:49:47.884367 run       osmo-ms-mob/00090(pid=225): Terminating (SIGTERM)
22:49:47.887686 run       osmo-ms-mob/00091(pid=226): Terminating (SIGTERM)
22:49:47.891015 run       osmo-ms-mob/00092(pid=227): Terminating (SIGTERM)
22:49:47.894329 run       osmo-ms-mob/00093(pid=228): Terminating (SIGTERM)
22:49:47.897645 run       osmo-ms-mob/00094(pid=229): Terminating (SIGTERM)
22:49:47.900953 run       osmo-ms-mob/00095(pid=230): Terminating (SIGTERM)
22:49:47.904288 run       osmo-ms-mob/00096(pid=231): Terminating (SIGTERM)
22:49:47.907607 run       osmo-ms-mob/00097(pid=232): Terminating (SIGTERM)
22:49:47.910941 run       osmo-ms-mob/00098(pid=233): Terminating (SIGTERM)
22:49:47.914257 run       osmo-ms-mob/00099(pid=234): Terminating (SIGTERM)
22:49:47.917583 ---      ParallelTerminationStrategy: PID 22 died...
22:49:47.919089 run pcap-recorder_any(filters='host 127.0.42.2')(pid=22): Terminated: ok {rc=0}
22:49:47.922752 ---      ParallelTerminationStrategy: PID 23 died...
22:49:47.924241 run      osmo-hlr_127.0.42.2(pid=23): Terminated: ok {rc=0}
22:49:47.927905 ---      ParallelTerminationStrategy: PID 24 died...
22:49:47.929386 run pcap-recorder_any(filters='host 127.0.42.5 and port not 22')(pid=24): Terminated: ok {rc=0}
22:49:47.933057 ---      ParallelTerminationStrategy: PID 25 died...
22:49:47.934533 run      osmo-stp_127.0.42.5(pid=25): Terminated: ok {rc=0}
22:49:47.938158 ---      ParallelTerminationStrategy: PID 26 died...
22:49:47.939640 run pcap-recorder_any(filters='host 127.0.42.6 and port not 22')(pid=26): Terminated: ok {rc=0}
22:49:47.943309 ---      ParallelTerminationStrategy: PID 27 died...
22:49:47.944797 run      osmo-msc_127.0.42.6(pid=27): Terminated: ok {rc=0}
22:49:47.948455 ---      ParallelTerminationStrategy: PID 28 died...
22:49:47.949944 run pcap-recorder_any(filters='host 127.0.42.3 and port not 22')(pid=28): Terminated: ok {rc=0}
22:49:47.953613 ---      ParallelTerminationStrategy: PID 29 died...
22:49:47.955095 run      osmo-mgw_127.0.42.3(pid=29): Terminated {rc=15}
22:49:47.958779 ---      ParallelTerminationStrategy: PID 30 died...
22:49:47.960256 run pcap-recorder_any(filters='host 127.0.42.4 and port not 22')(pid=30): Terminated: ok {rc=0}
22:49:47.963922 ---      ParallelTerminationStrategy: PID 31 died...
22:49:47.965408 run      osmo-mgw_127.0.42.4(pid=31): Terminated {rc=15}
22:49:47.969088 ---      ParallelTerminationStrategy: PID 32 died...
22:49:47.970582 run pcap-recorder_any(filters='host 127.0.42.7 and port not 22')(pid=32): Terminated: ok {rc=0}
22:49:47.974263 ---      ParallelTerminationStrategy: PID 33 died...
22:49:47.975750 run      osmo-bsc_127.0.42.7(pid=33): Terminated: ok {rc=0}
22:49:47.979407 ---      ParallelTerminationStrategy: PID 35 died...
22:49:47.980902 run   osmo-ms-virt-phy/00000(pid=35): Terminated: ok {rc=0}
22:49:47.984571 ---      ParallelTerminationStrategy: PID 36 died...
22:49:47.986058 run   osmo-ms-virt-phy/00001(pid=36): Terminated: ok {rc=0}
22:49:47.989712 ---      ParallelTerminationStrategy: PID 37 died...
22:49:47.991205 run   osmo-ms-virt-phy/00002(pid=37): Terminated: ok {rc=0}
22:49:47.994888 ---      ParallelTerminationStrategy: PID 38 died...
22:49:47.996377 run   osmo-ms-virt-phy/00003(pid=38): Terminated: ok {rc=0}
22:49:48.000047 ---      ParallelTerminationStrategy: PID 39 died...
22:49:48.001536 run   osmo-ms-virt-phy/00004(pid=39): Terminated: ok {rc=0}
22:49:48.005194 ---      ParallelTerminationStrategy: PID 40 died...
22:49:48.006687 run   osmo-ms-virt-phy/00005(pid=40): Terminated: ok {rc=0}
22:49:48.010356 ---      ParallelTerminationStrategy: PID 41 died...
22:49:48.011843 run   osmo-ms-virt-phy/00006(pid=41): Terminated: ok {rc=0}
22:49:48.015503 ---      ParallelTerminationStrategy: PID 42 died...
22:49:48.016990 run   osmo-ms-virt-phy/00007(pid=42): Terminated: ok {rc=0}
22:49:48.020657 ---      ParallelTerminationStrategy: PID 43 died...
22:49:48.022141 run   osmo-ms-virt-phy/00008(pid=43): Terminated: ok {rc=0}
22:49:48.025767 ---      ParallelTerminationStrategy: PID 44 died...
22:49:48.027247 run   osmo-ms-virt-phy/00009(pid=44): Terminated: ok {rc=0}
22:49:48.030879 ---      ParallelTerminationStrategy: PID 45 died...
22:49:48.032355 run   osmo-ms-virt-phy/00010(pid=45): Terminated: ok {rc=0}
22:49:48.035995 ---      ParallelTerminationStrategy: PID 46 died...
22:49:48.037479 run   osmo-ms-virt-phy/00011(pid=46): Terminated: ok {rc=0}
22:49:48.041148 ---      ParallelTerminationStrategy: PID 47 died...
22:49:48.042623 run   osmo-ms-virt-phy/00012(pid=47): Terminated: ok {rc=0}
22:49:48.046262 ---      ParallelTerminationStrategy: PID 48 died...
22:49:48.047746 run   osmo-ms-virt-phy/00013(pid=48): Terminated: ok {rc=0}
22:49:48.051374 ---      ParallelTerminationStrategy: PID 49 died...
22:49:48.052854 run   osmo-ms-virt-phy/00014(pid=49): Terminated: ok {rc=0}
22:49:48.056502 ---      ParallelTerminationStrategy: PID 50 died...
22:49:48.057973 run   osmo-ms-virt-phy/00015(pid=50): Terminated: ok {rc=0}
22:49:48.061633 ---      ParallelTerminationStrategy: PID 51 died...
22:49:48.063107 run   osmo-ms-virt-phy/00016(pid=51): Terminated: ok {rc=0}
22:49:48.066747 ---      ParallelTerminationStrategy: PID 52 died...
22:49:48.068218 run   osmo-ms-virt-phy/00017(pid=52): Terminated: ok {rc=0}
22:49:48.071850 ---      ParallelTerminationStrategy: PID 53 died...
22:49:48.073315 run   osmo-ms-virt-phy/00018(pid=53): Terminated: ok {rc=0}
22:49:48.076958 ---      ParallelTerminationStrategy: PID 54 died...
22:49:48.078433 run   osmo-ms-virt-phy/00019(pid=54): Terminated: ok {rc=0}
22:49:48.082074 ---      ParallelTerminationStrategy: PID 55 died...
22:49:48.083547 run   osmo-ms-virt-phy/00020(pid=55): Terminated: ok {rc=0}
22:49:48.087185 ---      ParallelTerminationStrategy: PID 56 died...
22:49:48.088666 run   osmo-ms-virt-phy/00021(pid=56): Terminated: ok {rc=0}
22:49:48.092297 ---      ParallelTerminationStrategy: PID 57 died...
22:49:48.093769 run   osmo-ms-virt-phy/00022(pid=57): Terminated: ok {rc=0}
22:49:48.097429 ---      ParallelTerminationStrategy: PID 58 died...
22:49:48.098898 run   osmo-ms-virt-phy/00023(pid=58): Terminated: ok {rc=0}
22:49:48.102546 ---      ParallelTerminationStrategy: PID 59 died...
22:49:48.104026 run   osmo-ms-virt-phy/00024(pid=59): Terminated: ok {rc=0}
22:49:48.107646 ---      ParallelTerminationStrategy: PID 60 died...
22:49:48.109132 run   osmo-ms-virt-phy/00025(pid=60): Terminated: ok {rc=0}
22:49:48.112765 ---      ParallelTerminationStrategy: PID 61 died...
22:49:48.114244 run   osmo-ms-virt-phy/00026(pid=61): Terminated: ok {rc=0}
22:49:48.117905 ---      ParallelTerminationStrategy: PID 62 died...
22:49:48.119385 run   osmo-ms-virt-phy/00027(pid=62): Terminated: ok {rc=0}
22:49:48.123035 ---      ParallelTerminationStrategy: PID 63 died...
22:49:48.124519 run   osmo-ms-virt-phy/00028(pid=63): Terminated: ok {rc=0}
22:49:48.128134 ---      ParallelTerminationStrategy: PID 64 died...
22:49:48.129603 run   osmo-ms-virt-phy/00029(pid=64): Terminated: ok {rc=0}
22:49:48.133231 ---      ParallelTerminationStrategy: PID 65 died...
22:49:48.134702 run   osmo-ms-virt-phy/00030(pid=65): Terminated: ok {rc=0}
22:49:48.138353 ---      ParallelTerminationStrategy: PID 66 died...
22:49:48.139833 run   osmo-ms-virt-phy/00031(pid=66): Terminated: ok {rc=0}
22:49:48.143491 ---      ParallelTerminationStrategy: PID 67 died...
22:49:48.144960 run   osmo-ms-virt-phy/00032(pid=67): Terminated: ok {rc=0}
22:49:48.148588 ---      ParallelTerminationStrategy: PID 68 died...
22:49:48.150065 run   osmo-ms-virt-phy/00033(pid=68): Terminated: ok {rc=0}
22:49:48.153717 ---      ParallelTerminationStrategy: PID 69 died...
22:49:48.155178 run   osmo-ms-virt-phy/00034(pid=69): Terminated: ok {rc=0}
22:49:48.158839 ---      ParallelTerminationStrategy: PID 70 died...
22:49:48.160318 run   osmo-ms-virt-phy/00035(pid=70): Terminated: ok {rc=0}
22:49:48.163980 ---      ParallelTerminationStrategy: PID 71 died...
22:49:48.165454 run   osmo-ms-virt-phy/00036(pid=71): Terminated: ok {rc=0}
22:49:48.169088 ---      ParallelTerminationStrategy: PID 72 died...
22:49:48.170569 run   osmo-ms-virt-phy/00037(pid=72): Terminated: ok {rc=0}
22:49:48.174204 ---      ParallelTerminationStrategy: PID 73 died...
22:49:48.175677 run   osmo-ms-virt-phy/00038(pid=73): Terminated: ok {rc=0}
22:49:48.179306 ---      ParallelTerminationStrategy: PID 74 died...
22:49:48.180794 run   osmo-ms-virt-phy/00039(pid=74): Terminated: ok {rc=0}
22:49:48.184468 ---      ParallelTerminationStrategy: PID 75 died...
22:49:48.185927 run   osmo-ms-virt-phy/00040(pid=75): Terminated: ok {rc=0}
22:49:48.189540 ---      ParallelTerminationStrategy: PID 76 died...
22:49:48.191019 run   osmo-ms-virt-phy/00041(pid=76): Terminated: ok {rc=0}
22:49:48.194660 ---      ParallelTerminationStrategy: PID 77 died...
22:49:48.196145 run   osmo-ms-virt-phy/00042(pid=77): Terminated: ok {rc=0}
22:49:48.199789 ---      ParallelTerminationStrategy: PID 78 died...
22:49:48.201256 run   osmo-ms-virt-phy/00043(pid=78): Terminated: ok {rc=0}
22:49:48.204925 ---      ParallelTerminationStrategy: PID 79 died...
22:49:48.206395 run   osmo-ms-virt-phy/00044(pid=79): Terminated: ok {rc=0}
22:49:48.210018 ---      ParallelTerminationStrategy: PID 80 died...
22:49:48.211484 run   osmo-ms-virt-phy/00045(pid=80): Terminated: ok {rc=0}
22:49:48.215112 ---      ParallelTerminationStrategy: PID 81 died...
22:49:48.216596 run   osmo-ms-virt-phy/00046(pid=81): Terminated: ok {rc=0}
22:49:48.220231 ---      ParallelTerminationStrategy: PID 82 died...
22:49:48.221706 run   osmo-ms-virt-phy/00047(pid=82): Terminated: ok {rc=0}
22:49:48.225341 ---      ParallelTerminationStrategy: PID 83 died...
22:49:48.226803 run   osmo-ms-virt-phy/00048(pid=83): Terminated: ok {rc=0}
22:49:48.230448 ---      ParallelTerminationStrategy: PID 84 died...
22:49:48.231919 run   osmo-ms-virt-phy/00049(pid=84): Terminated: ok {rc=0}
22:49:48.235545 ---      ParallelTerminationStrategy: PID 85 died...
22:49:48.237028 run   osmo-ms-virt-phy/00050(pid=85): Terminated: ok {rc=0}
22:49:48.240679 ---      ParallelTerminationStrategy: PID 86 died...
22:49:48.242148 run   osmo-ms-virt-phy/00051(pid=86): Terminated: ok {rc=0}
22:49:48.245802 ---      ParallelTerminationStrategy: PID 87 died...
22:49:48.247271 run   osmo-ms-virt-phy/00052(pid=87): Terminated: ok {rc=0}
22:49:48.250904 ---      ParallelTerminationStrategy: PID 88 died...
22:49:48.252390 run   osmo-ms-virt-phy/00053(pid=88): Terminated: ok {rc=0}
22:49:48.256017 ---      ParallelTerminationStrategy: PID 89 died...
22:49:48.257492 run   osmo-ms-virt-phy/00054(pid=89): Terminated: ok {rc=0}
22:49:48.261149 ---      ParallelTerminationStrategy: PID 90 died...
22:49:48.262631 run   osmo-ms-virt-phy/00055(pid=90): Terminated: ok {rc=0}
22:49:48.266276 ---      ParallelTerminationStrategy: PID 91 died...
22:49:48.267765 run   osmo-ms-virt-phy/00056(pid=91): Terminated: ok {rc=0}
22:49:48.271374 ---      ParallelTerminationStrategy: PID 92 died...
22:49:48.272854 run   osmo-ms-virt-phy/00057(pid=92): Terminated: ok {rc=0}
22:49:48.276496 ---      ParallelTerminationStrategy: PID 93 died...
22:49:48.277969 run   osmo-ms-virt-phy/00058(pid=93): Terminated: ok {rc=0}
22:49:48.281610 ---      ParallelTerminationStrategy: PID 94 died...
22:49:48.283086 run   osmo-ms-virt-phy/00059(pid=94): Terminated: ok {rc=0}
22:49:48.286711 ---      ParallelTerminationStrategy: PID 95 died...
22:49:48.288177 run   osmo-ms-virt-phy/00060(pid=95): Terminated: ok {rc=0}
22:49:48.291816 ---      ParallelTerminationStrategy: PID 96 died...
22:49:48.293288 run   osmo-ms-virt-phy/00061(pid=96): Terminated: ok {rc=0}
22:49:48.296929 ---      ParallelTerminationStrategy: PID 97 died...
22:49:48.298418 run   osmo-ms-virt-phy/00062(pid=97): Terminated: ok {rc=0}
22:49:48.302082 ---      ParallelTerminationStrategy: PID 98 died...
22:49:48.303567 run   osmo-ms-virt-phy/00063(pid=98): Terminated: ok {rc=0}
22:49:48.307211 ---      ParallelTerminationStrategy: PID 99 died...
22:49:48.308711 run   osmo-ms-virt-phy/00064(pid=99): Terminated: ok {rc=0}
22:49:48.312349 ---      ParallelTerminationStrategy: PID 100 died...
22:49:48.313823 run  osmo-ms-virt-phy/00065(pid=100): Terminated: ok {rc=0}
22:49:48.317489 ---      ParallelTerminationStrategy: PID 101 died...
22:49:48.318973 run  osmo-ms-virt-phy/00066(pid=101): Terminated: ok {rc=0}
22:49:48.322625 ---      ParallelTerminationStrategy: PID 102 died...
22:49:48.324114 run  osmo-ms-virt-phy/00067(pid=102): Terminated: ok {rc=0}
22:49:48.327769 ---      ParallelTerminationStrategy: PID 103 died...
22:49:48.329317 run  osmo-ms-virt-phy/00068(pid=103): Terminated: ok {rc=0}
22:49:48.333137 ---      ParallelTerminationStrategy: PID 104 died...
22:49:48.334692 run  osmo-ms-virt-phy/00069(pid=104): Terminated: ok {rc=0}
22:49:48.338497 ---      ParallelTerminationStrategy: PID 105 died...
22:49:48.340003 run  osmo-ms-virt-phy/00070(pid=105): Terminated: ok {rc=0}
22:49:48.343825 ---      ParallelTerminationStrategy: PID 106 died...
22:49:48.345378 run  osmo-ms-virt-phy/00071(pid=106): Terminated: ok {rc=0}
22:49:48.349202 ---      ParallelTerminationStrategy: PID 107 died...
22:49:48.350746 run  osmo-ms-virt-phy/00072(pid=107): Terminated: ok {rc=0}
22:49:48.354545 ---      ParallelTerminationStrategy: PID 108 died...
22:49:48.356093 run  osmo-ms-virt-phy/00073(pid=108): Terminated: ok {rc=0}
22:49:48.359893 ---      ParallelTerminationStrategy: PID 109 died...
22:49:48.361427 run  osmo-ms-virt-phy/00074(pid=109): Terminated: ok {rc=0}
22:49:48.365262 ---      ParallelTerminationStrategy: PID 110 died...
22:49:48.366803 run  osmo-ms-virt-phy/00075(pid=110): Terminated: ok {rc=0}
22:49:48.370623 ---      ParallelTerminationStrategy: PID 111 died...
22:49:48.372165 run  osmo-ms-virt-phy/00076(pid=111): Terminated: ok {rc=0}
22:49:48.375978 ---      ParallelTerminationStrategy: PID 112 died...
22:49:48.377512 run  osmo-ms-virt-phy/00077(pid=112): Terminated: ok {rc=0}
22:49:48.381319 ---      ParallelTerminationStrategy: PID 113 died...
22:49:48.382848 run  osmo-ms-virt-phy/00078(pid=113): Terminated: ok {rc=0}
22:49:48.386670 ---      ParallelTerminationStrategy: PID 114 died...
22:49:48.388207 run  osmo-ms-virt-phy/00079(pid=114): Terminated: ok {rc=0}
22:49:48.392033 ---      ParallelTerminationStrategy: PID 115 died...
22:49:48.393575 run  osmo-ms-virt-phy/00080(pid=115): Terminated: ok {rc=0}
22:49:48.397367 ---      ParallelTerminationStrategy: PID 116 died...
22:49:48.398895 run  osmo-ms-virt-phy/00081(pid=116): Terminated: ok {rc=0}
22:49:48.402717 ---      ParallelTerminationStrategy: PID 117 died...
22:49:48.404262 run  osmo-ms-virt-phy/00082(pid=117): Terminated: ok {rc=0}
22:49:48.408093 ---      ParallelTerminationStrategy: PID 118 died...
22:49:48.409633 run  osmo-ms-virt-phy/00083(pid=118): Terminated: ok {rc=0}
22:49:48.413426 ---      ParallelTerminationStrategy: PID 119 died...
22:49:48.414964 run  osmo-ms-virt-phy/00084(pid=119): Terminated: ok {rc=0}
22:49:48.418757 ---      ParallelTerminationStrategy: PID 120 died...
22:49:48.420248 run  osmo-ms-virt-phy/00085(pid=120): Terminated: ok {rc=0}
22:49:48.423903 ---      ParallelTerminationStrategy: PID 121 died...
22:49:48.425376 run  osmo-ms-virt-phy/00086(pid=121): Terminated: ok {rc=0}
22:49:48.429030 ---      ParallelTerminationStrategy: PID 122 died...
22:49:48.430501 run  osmo-ms-virt-phy/00087(pid=122): Terminated: ok {rc=0}
22:49:48.434171 ---      ParallelTerminationStrategy: PID 123 died...
22:49:48.435658 run  osmo-ms-virt-phy/00088(pid=123): Terminated: ok {rc=0}
22:49:48.439288 ---      ParallelTerminationStrategy: PID 124 died...
22:49:48.440784 run  osmo-ms-virt-phy/00089(pid=124): Terminated: ok {rc=0}
22:49:48.444440 ---      ParallelTerminationStrategy: PID 125 died...
22:49:48.445916 run  osmo-ms-virt-phy/00090(pid=125): Terminated: ok {rc=0}
22:49:48.449598 ---      ParallelTerminationStrategy: PID 126 died...
22:49:48.451073 run  osmo-ms-virt-phy/00091(pid=126): Terminated: ok {rc=0}
22:49:48.454708 ---      ParallelTerminationStrategy: PID 127 died...
22:49:48.456201 run  osmo-ms-virt-phy/00092(pid=127): Terminated: ok {rc=0}
22:49:48.459858 ---      ParallelTerminationStrategy: PID 128 died...
22:49:48.461358 run  osmo-ms-virt-phy/00093(pid=128): Terminated: ok {rc=0}
22:49:48.465004 ---      ParallelTerminationStrategy: PID 129 died...
22:49:48.466483 run  osmo-ms-virt-phy/00094(pid=129): Terminated: ok {rc=0}
22:49:48.470134 ---      ParallelTerminationStrategy: PID 130 died...
22:49:48.471610 run  osmo-ms-virt-phy/00095(pid=130): Terminated: ok {rc=0}
22:49:48.475267 ---      ParallelTerminationStrategy: PID 131 died...
22:49:48.476747 run  osmo-ms-virt-phy/00096(pid=131): Terminated: ok {rc=0}
22:49:48.480391 ---      ParallelTerminationStrategy: PID 132 died...
22:49:48.481871 run  osmo-ms-virt-phy/00097(pid=132): Terminated: ok {rc=0}
22:49:48.485503 ---      ParallelTerminationStrategy: PID 133 died...
22:49:48.486978 run  osmo-ms-virt-phy/00098(pid=133): Terminated: ok {rc=0}
22:49:48.490636 ---      ParallelTerminationStrategy: PID 134 died...
22:49:48.492122 run  osmo-ms-virt-phy/00099(pid=134): Terminated: ok {rc=0}
22:49:48.495777 ---      ParallelTerminationStrategy: PID 135 died...
22:49:48.497249 run       osmo-ms-mob/00000(pid=135): Terminated {rc=26112}
22:49:48.500911 ---      ParallelTerminationStrategy: PID 136 died...
22:49:48.502386 run       osmo-ms-mob/00001(pid=136): Terminated {rc=26112}
22:49:48.506060 ---      ParallelTerminationStrategy: PID 137 died...
22:49:48.507534 run       osmo-ms-mob/00002(pid=137): Terminated {rc=26112}
22:49:48.511207 ---      ParallelTerminationStrategy: PID 138 died...
22:49:48.512707 run       osmo-ms-mob/00003(pid=138): Terminated {rc=26112}
22:49:48.516376 ---      ParallelTerminationStrategy: PID 139 died...
22:49:48.517847 run       osmo-ms-mob/00004(pid=139): Terminated {rc=26112}
22:49:48.521499 ---      ParallelTerminationStrategy: PID 140 died...
22:49:48.522986 run       osmo-ms-mob/00005(pid=140): Terminated {rc=26112}
22:49:48.526646 ---      ParallelTerminationStrategy: PID 141 died...
22:49:48.528139 run       osmo-ms-mob/00006(pid=141): Terminated {rc=26112}
22:49:48.531806 ---      ParallelTerminationStrategy: PID 142 died...
22:49:48.533283 run       osmo-ms-mob/00007(pid=142): Terminated {rc=26112}
22:49:48.536966 ---      ParallelTerminationStrategy: PID 143 died...
22:49:48.538453 run       osmo-ms-mob/00008(pid=143): Terminated {rc=26112}
22:49:48.542113 ---      ParallelTerminationStrategy: PID 144 died...
22:49:48.543585 run       osmo-ms-mob/00009(pid=144): Terminated {rc=26112}
22:49:48.547255 ---      ParallelTerminationStrategy: PID 145 died...
22:49:48.548730 run       osmo-ms-mob/00010(pid=145): Terminated {rc=26112}
22:49:48.552402 ---      ParallelTerminationStrategy: PID 146 died...
22:49:48.553880 run       osmo-ms-mob/00011(pid=146): Terminated {rc=26112}
22:49:48.557588 ---      ParallelTerminationStrategy: PID 147 died...
22:49:48.559070 run       osmo-ms-mob/00012(pid=147): Terminated {rc=26112}
22:49:48.562722 ---      ParallelTerminationStrategy: PID 148 died...
22:49:48.564228 run       osmo-ms-mob/00013(pid=148): Terminated {rc=26112}
22:49:48.567905 ---      ParallelTerminationStrategy: PID 149 died...
22:49:48.569389 run       osmo-ms-mob/00014(pid=149): Terminated {rc=26112}
22:49:48.573077 ---      ParallelTerminationStrategy: PID 150 died...
22:49:48.574555 run       osmo-ms-mob/00015(pid=150): Terminated {rc=26112}
22:49:48.578231 ---      ParallelTerminationStrategy: PID 151 died...
22:49:48.579728 run       osmo-ms-mob/00016(pid=151): Terminated {rc=26112}
22:49:48.583384 ---      ParallelTerminationStrategy: PID 152 died...
22:49:48.584873 run       osmo-ms-mob/00017(pid=152): Terminated {rc=26112}
22:49:48.588554 ---      ParallelTerminationStrategy: PID 153 died...
22:49:48.590031 run       osmo-ms-mob/00018(pid=153): Terminated {rc=26112}
22:49:48.593696 ---      ParallelTerminationStrategy: PID 154 died...
22:49:48.595176 run       osmo-ms-mob/00019(pid=154): Terminated {rc=26112}
22:49:48.598827 ---      ParallelTerminationStrategy: PID 155 died...
22:49:48.600309 run       osmo-ms-mob/00020(pid=155): Terminated {rc=26112}
22:49:48.603976 ---      ParallelTerminationStrategy: PID 156 died...
22:49:48.605440 run       osmo-ms-mob/00021(pid=156): Terminated {rc=26112}
22:49:48.609111 ---      ParallelTerminationStrategy: PID 157 died...
22:49:48.610595 run       osmo-ms-mob/00022(pid=157): Terminated {rc=26112}
22:49:48.614286 ---      ParallelTerminationStrategy: PID 158 died...
22:49:48.615771 run       osmo-ms-mob/00023(pid=158): Terminated {rc=26112}
22:49:48.619418 ---      ParallelTerminationStrategy: PID 159 died...
22:49:48.620901 run       osmo-ms-mob/00024(pid=159): Terminated {rc=26112}
22:49:48.624561 ---      ParallelTerminationStrategy: PID 160 died...
22:49:48.626038 run       osmo-ms-mob/00025(pid=160): Terminated {rc=26112}
22:49:48.629719 ---      ParallelTerminationStrategy: PID 161 died...
22:49:48.631192 run       osmo-ms-mob/00026(pid=161): Terminated {rc=26112}
22:49:48.634857 ---      ParallelTerminationStrategy: PID 162 died...
22:49:48.636354 run       osmo-ms-mob/00027(pid=162): Terminated {rc=26112}
22:49:48.640038 ---      ParallelTerminationStrategy: PID 163 died...
22:49:48.641512 run       osmo-ms-mob/00028(pid=163): Terminated {rc=26112}
22:49:48.645184 ---      ParallelTerminationStrategy: PID 164 died...
22:49:48.646671 run       osmo-ms-mob/00029(pid=164): Terminated {rc=26112}
22:49:48.650344 ---      ParallelTerminationStrategy: PID 165 died...
22:49:48.651835 run       osmo-ms-mob/00030(pid=165): Terminated {rc=26112}
22:49:48.655512 ---      ParallelTerminationStrategy: PID 166 died...
22:49:48.657005 run       osmo-ms-mob/00031(pid=166): Terminated {rc=26112}
22:49:48.660683 ---      ParallelTerminationStrategy: PID 167 died...
22:49:48.662166 run       osmo-ms-mob/00032(pid=167): Terminated {rc=26112}
22:49:48.665833 ---      ParallelTerminationStrategy: PID 168 died...
22:49:48.667304 run       osmo-ms-mob/00033(pid=168): Terminated {rc=26112}
22:49:48.670967 ---      ParallelTerminationStrategy: PID 169 died...
22:49:48.672463 run       osmo-ms-mob/00034(pid=169): Terminated {rc=26112}
22:49:48.676119 ---      ParallelTerminationStrategy: PID 170 died...
22:49:48.677599 run       osmo-ms-mob/00035(pid=170): Terminated {rc=26112}
22:49:48.681272 ---      ParallelTerminationStrategy: PID 171 died...
22:49:48.682749 run       osmo-ms-mob/00036(pid=171): Terminated {rc=26112}
22:49:48.686400 ---      ParallelTerminationStrategy: PID 172 died...
22:49:48.687897 run       osmo-ms-mob/00037(pid=172): Terminated {rc=26112}
22:49:48.691555 ---      ParallelTerminationStrategy: PID 173 died...
22:49:48.693045 run       osmo-ms-mob/00038(pid=173): Terminated {rc=26112}
22:49:48.696717 ---      ParallelTerminationStrategy: PID 174 died...
22:49:48.698191 run       osmo-ms-mob/00039(pid=174): Terminated {rc=26112}
22:49:48.701861 ---      ParallelTerminationStrategy: PID 175 died...
22:49:48.703336 run       osmo-ms-mob/00040(pid=175): Terminated {rc=26112}
22:49:48.706997 ---      ParallelTerminationStrategy: PID 176 died...
22:49:48.708491 run       osmo-ms-mob/00041(pid=176): Terminated {rc=26112}
22:49:48.712154 ---      ParallelTerminationStrategy: PID 177 died...
22:49:48.713638 run       osmo-ms-mob/00042(pid=177): Terminated {rc=26112}
22:49:48.717329 ---      ParallelTerminationStrategy: PID 178 died...
22:49:48.718823 run       osmo-ms-mob/00043(pid=178): Terminated {rc=26112}
22:49:48.722618 ---      ParallelTerminationStrategy: PID 179 died...
22:49:48.724126 run       osmo-ms-mob/00044(pid=179): Terminated {rc=26112}
22:49:48.727787 ---      ParallelTerminationStrategy: PID 180 died...
22:49:48.729264 run       osmo-ms-mob/00045(pid=180): Terminated {rc=26112}
22:49:48.732949 ---      ParallelTerminationStrategy: PID 181 died...
22:49:48.734437 run       osmo-ms-mob/00046(pid=181): Terminated {rc=26112}
22:49:48.738125 ---      ParallelTerminationStrategy: PID 182 died...
22:49:48.739612 run       osmo-ms-mob/00047(pid=182): Terminated {rc=26112}
22:49:48.743296 ---      ParallelTerminationStrategy: PID 183 died...
22:49:48.744787 run       osmo-ms-mob/00048(pid=183): Terminated {rc=26112}
22:49:48.748465 ---      ParallelTerminationStrategy: PID 184 died...
22:49:48.749932 run       osmo-ms-mob/00049(pid=184): Terminated {rc=26112}
22:49:48.753586 ---      ParallelTerminationStrategy: PID 185 died...
22:49:48.755071 run       osmo-ms-mob/00050(pid=185): Terminated {rc=26112}
22:49:48.758740 ---      ParallelTerminationStrategy: PID 186 died...
22:49:48.760224 run       osmo-ms-mob/00051(pid=186): Terminated {rc=26112}
22:49:48.763889 ---      ParallelTerminationStrategy: PID 187 died...
22:49:48.765366 run       osmo-ms-mob/00052(pid=187): Terminated {rc=26112}
22:49:48.769033 ---      ParallelTerminationStrategy: PID 188 died...
22:49:48.770511 run       osmo-ms-mob/00053(pid=188): Terminated {rc=26112}
22:49:48.774196 ---      ParallelTerminationStrategy: PID 189 died...
22:49:48.775677 run       osmo-ms-mob/00054(pid=189): Terminated {rc=26112}
22:49:48.779353 ---      ParallelTerminationStrategy: PID 190 died...
22:49:48.780850 run       osmo-ms-mob/00055(pid=190): Terminated {rc=26112}
22:49:48.784536 ---      ParallelTerminationStrategy: PID 191 died...
22:49:48.786010 run       osmo-ms-mob/00056(pid=191): Terminated {rc=26112}
22:49:48.789687 ---      ParallelTerminationStrategy: PID 192 died...
22:49:48.791158 run       osmo-ms-mob/00057(pid=192): Terminated {rc=26112}
22:49:48.794834 ---      ParallelTerminationStrategy: PID 193 died...
22:49:48.796327 run       osmo-ms-mob/00058(pid=193): Terminated {rc=26112}
22:49:48.799995 ---      ParallelTerminationStrategy: PID 194 died...
22:49:48.801477 run       osmo-ms-mob/00059(pid=194): Terminated {rc=26112}
22:49:48.805151 ---      ParallelTerminationStrategy: PID 195 died...
22:49:48.806621 run       osmo-ms-mob/00060(pid=195): Terminated {rc=26112}
22:49:48.810311 ---      ParallelTerminationStrategy: PID 196 died...
22:49:48.811801 run       osmo-ms-mob/00061(pid=196): Terminated {rc=26112}
22:49:48.815467 ---      ParallelTerminationStrategy: PID 197 died...
22:49:48.816954 run       osmo-ms-mob/00062(pid=197): Terminated {rc=26112}
22:49:48.820632 ---      ParallelTerminationStrategy: PID 198 died...
22:49:48.822112 run       osmo-ms-mob/00063(pid=198): Terminated {rc=26112}
22:49:48.825788 ---      ParallelTerminationStrategy: PID 199 died...
22:49:48.827256 run       osmo-ms-mob/00064(pid=199): Terminated {rc=26112}
22:49:48.830898 ---      ParallelTerminationStrategy: PID 200 died...
22:49:48.832383 run       osmo-ms-mob/00065(pid=200): Terminated {rc=26112}
22:49:48.836575 ---      ParallelTerminationStrategy: PID 201 died...
22:49:48.839567 run       osmo-ms-mob/00066(pid=201): Terminated {rc=26112}
22:49:48.843527 ---      ParallelTerminationStrategy: PID 202 died...
22:49:48.845041 run       osmo-ms-mob/00067(pid=202): Terminated {rc=26112}
22:49:48.848726 ---      ParallelTerminationStrategy: PID 203 died...
22:49:48.850226 run       osmo-ms-mob/00068(pid=203): Terminated {rc=26112}
22:49:48.853939 ---      ParallelTerminationStrategy: PID 204 died...
22:49:48.855424 run       osmo-ms-mob/00069(pid=204): Terminated {rc=26112}
22:49:48.859085 ---      ParallelTerminationStrategy: PID 205 died...
22:49:48.860571 run       osmo-ms-mob/00070(pid=205): Terminated {rc=26112}
22:49:48.864254 ---      ParallelTerminationStrategy: PID 206 died...
22:49:48.865734 run       osmo-ms-mob/00071(pid=206): Terminated {rc=26112}
22:49:48.869422 ---      ParallelTerminationStrategy: PID 207 died...
22:49:48.870904 run       osmo-ms-mob/00072(pid=207): Terminated {rc=26112}
22:49:48.874576 ---      ParallelTerminationStrategy: PID 208 died...
22:49:48.876076 run       osmo-ms-mob/00073(pid=208): Terminated {rc=26112}
22:49:48.879738 ---      ParallelTerminationStrategy: PID 209 died...
22:49:48.881223 run       osmo-ms-mob/00074(pid=209): Terminated {rc=26112}
22:49:48.884905 ---      ParallelTerminationStrategy: PID 210 died...
22:49:48.886391 run       osmo-ms-mob/00075(pid=210): Terminated {rc=26112}
22:49:48.890087 ---      ParallelTerminationStrategy: PID 211 died...
22:49:48.891578 run       osmo-ms-mob/00076(pid=211): Terminated {rc=26112}
22:49:48.895262 ---      ParallelTerminationStrategy: PID 212 died...
22:49:48.896755 run       osmo-ms-mob/00077(pid=212): Terminated {rc=26112}
22:49:48.900444 ---      ParallelTerminationStrategy: PID 213 died...
22:49:48.901936 run       osmo-ms-mob/00078(pid=213): Terminated {rc=26112}
22:49:48.905635 ---      ParallelTerminationStrategy: PID 214 died...
22:49:48.907130 run       osmo-ms-mob/00079(pid=214): Terminated {rc=26112}
22:49:48.910836 ---      ParallelTerminationStrategy: PID 215 died...
22:49:48.912353 run       osmo-ms-mob/00080(pid=215): Terminated {rc=26112}
22:49:48.916036 ---      ParallelTerminationStrategy: PID 216 died...
22:49:48.917509 run       osmo-ms-mob/00081(pid=216): Terminated {rc=26112}
22:49:48.921192 ---      ParallelTerminationStrategy: PID 217 died...
22:49:48.922668 run       osmo-ms-mob/00082(pid=217): Terminated {rc=26112}
22:49:48.926356 ---      ParallelTerminationStrategy: PID 218 died...
22:49:48.927861 run       osmo-ms-mob/00083(pid=218): Terminated {rc=26112}
22:49:48.931568 ---      ParallelTerminationStrategy: PID 219 died...
22:49:48.933059 run       osmo-ms-mob/00084(pid=219): Terminated {rc=26112}
22:49:48.936764 ---      ParallelTerminationStrategy: PID 220 died...
22:49:48.938270 run       osmo-ms-mob/00085(pid=220): Terminated {rc=26112}
22:49:48.941948 ---      ParallelTerminationStrategy: PID 221 died...
22:49:48.943448 run       osmo-ms-mob/00086(pid=221): Terminated {rc=26112}
22:49:48.947271 ---      ParallelTerminationStrategy: PID 222 died...
22:49:48.948823 run       osmo-ms-mob/00087(pid=222): Terminated {rc=26112}
22:49:48.952666 ---      ParallelTerminationStrategy: PID 223 died...
22:49:48.954220 run       osmo-ms-mob/00088(pid=223): Terminated {rc=26112}
22:49:48.958042 ---      ParallelTerminationStrategy: PID 224 died...
22:49:48.959598 run       osmo-ms-mob/00089(pid=224): Terminated {rc=26112}
22:49:48.963435 ---      ParallelTerminationStrategy: PID 225 died...
22:49:48.964984 run       osmo-ms-mob/00090(pid=225): Terminated {rc=26112}
22:49:48.968809 ---      ParallelTerminationStrategy: PID 226 died...
22:49:48.970353 run       osmo-ms-mob/00091(pid=226): Terminated {rc=26112}
22:49:48.974205 ---      ParallelTerminationStrategy: PID 227 died...
22:49:48.975790 run       osmo-ms-mob/00092(pid=227): Terminated {rc=26112}
22:49:48.979628 ---      ParallelTerminationStrategy: PID 228 died...
22:49:48.981116 run       osmo-ms-mob/00093(pid=228): Terminated {rc=26112}
22:49:48.984928 ---      ParallelTerminationStrategy: PID 229 died...
22:49:48.986423 run       osmo-ms-mob/00094(pid=229): Terminated {rc=26112}
22:49:48.990231 ---      ParallelTerminationStrategy: PID 230 died...
22:49:48.991748 run       osmo-ms-mob/00095(pid=230): Terminated {rc=26112}
22:49:48.995561 ---      ParallelTerminationStrategy: PID 231 died...
22:49:48.997118 run       osmo-ms-mob/00096(pid=231): Terminated {rc=26112}
22:49:49.000926 ---      ParallelTerminationStrategy: PID 232 died...
22:49:49.002482 run       osmo-ms-mob/00097(pid=232): Terminated {rc=26112}
22:49:49.006301 ---      ParallelTerminationStrategy: PID 233 died...
22:49:49.007800 run       osmo-ms-mob/00098(pid=233): Terminated {rc=26112}
22:49:49.011594 ---      ParallelTerminationStrategy: PID 234 died...
22:49:49.013082 run       osmo-ms-mob/00099(pid=234): Terminated {rc=26112}
22:49:52.417469 ---      ParallelTerminationStrategy: PID 34 died...
22:49:52.423540 run         osmo-bts-virtual(pid=34): Terminated: ok {rc=0}
---------------------------------------------------------------------
trial-8326 netreg_mass PASS
---------------------------------------------------------------------
22:49:52.500611 tst                       trial-8326: Storing JUnit report in /build/trial-8326/run.2026-05-09_22-48-21/trial-8326.xml

--------------------------------------------------------------------------------------------
trial-8326 PASS
--------------------------------------------------------------------------------------------
22:49:52.511699 tst                       trial-8326: trial-8326: PASS, 1 suites passed
PASS: netreg_mass (pass: 1)
    pass: register_default_mass.py (84.9 sec)
+ exit_code=0
+ rm -rf trial-8326/inst
+ cd trial-8326
+ command -v journalctl
+ [ ! -z /usr/bin/journalctl ]
+ readlink last_run
+ journalctl -u ofono -o short-precise --since 2026-05-09 22:48:21
No journal files were found.
+ readlink last_run
+ tar czf /build/trial-8326-run.tgz run.2026-05-09_22-48-21
+ tar czf /build/trial-8326-bin.tgz checksums.md5 open5gs.build-8.tgz osmo-bsc.build-2026-05-09_13_27_19.tgz osmo-bts-oc2g.build-2026-05-09_00_52_00.tgz osmo-bts-sysmo.build-2026-05-09_00_51_54.tgz osmo-bts.build-2026-05-09_00_51_58.tgz osmo-ggsn.build-2026-05-09_20_42_51.tgz osmo-hlr.build-2026-05-09_16_36_55.tgz osmo-hnbgw.build-2026-05-09_13_31_04.tgz osmo-mgw.build-2026-05-09_08_33_10.tgz osmo-msc.build-2026-05-09_13_33_32.tgz osmo-nitb.build-17155.tgz osmo-pcu-oc2g.build-2026-05-09_07_35_06.tgz osmo-pcu-sysmo.build-2026-05-09_07_34_59.tgz osmo-pcu.build-2026-05-09_07_35_11.tgz osmo-sgsn.build-2026-05-09_20_48_19.tgz osmo-stp.build-2026-05-09_13_25_53.tgz osmo-trx.build-2026-05-09_14_27_53.tgz osmocom-bb.build-2026-05-09_21_17_34.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